UKTAG – UK Test Automation Group

cancel
Showing results for 
Search instead for 
Did you mean: 

Another Question on Configuration As Code

Solved!
Go to solution

Hi, 

 

You can probably tell I am working my way through all the TS free online training.

 

I have been reading about Framework deployments, can I just ask am I correct if I adopt the TS Environment system proposed by the “Configure as Code” and create projects in git with my TS environment I am fully effectively  providing an Framework Deployment for all developer use the git Repo?

the only issue is provide a configured .gitignore file so that every developer is not constantly committing change into the TS Environment area by mistake

 

cheers 

 

Danny

Danny Thomson AshVire Ltd
0 Kudos
Message 1 of 2
(2,731 Views)
Solution
Accepted by topic author danny_t

Hello Danny,


@danny_t wrote:

I have been reading about Framework deployments, can I just ask am I correct if I adopt the TS Environment system proposed by the “Configure as Code” and create projects in git with my TS environment I am fully effectively  providing an Framework Deployment for all developer use the git Repo?

You are right.

the only issue is provide a configured .gitignore file so that every developer is not constantly committing change into the TS Environment area by mistake

It depends on how you work, definitely add the user specific settings and options to the ignore file. If you think your other developers do not need to change the configuration then add them to ignore. In this instance, I personally would make the environment in to a different repository and use it as a git submodule in your main project. https://www.atlassian.com/git/tutorials/git-submodule

 

Here are couple of links explaining different TS files and what they do.

TS Public: https://zone.ni.com/reference/en-XX/help/370052W-01/tsfundamentals/infotopics/directories_ts_public/

TS CFG: https://zone.ni.com/reference/en-XX/help/370052W-01/tsdeploysystem/infotopics/configurationfiles/

 

Hope this helps.


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
Message 2 of 2
(2,692 Views)