I upgraded from 6.10 to 7.1.2. When I switch to XML format in the project settings I get a folder 'team' with tons of files and sub folders. It used to be 3 xml files in a folder called 'config'. What is really needed? What to put in the .gitignore file? I read in a similar post that there is a .gitignore file already. I couldn't find it.
Hi Bernhard,
The 3 files are now split in many folders and smaller files so that it's easier to manage conflicts.
So you need to keep all these files in GIT.
In my case there are is a subfolder ..\team\vus\@callcenter\%resources%\recorded-artifacts with 30 zip files inside. Is this really needed? All in all there are 327 files in 70 folders.
%resources% contains the resources for a VU Path (recorded request and response, screenshots), so its useful to design as these resources fills the pickers, etc.... but their are not required for execution.
christophe answered
Bernhard answered
christophe answered
Bernhard posted a new question