Unanswered question

git team folder

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.

Bernhard M.
Bernhard M.

Bernhard M.

Level
0
18 / 100
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

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.

Bernhard M.
Bernhard M.

Bernhard M.

Level
0
18 / 100
points

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.

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

%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.