tim_faron
11 years agoContributor
Add Script Extensions Programatically
With our code being in source control, we like to be able to run some sanity against a merge branch and then when it's validated pull it to an automation branch for regression.
This being the case, on my Windows machines, I have a directory structure for each branch ...
As of right now I only run my tests from one branch becuase I utilize many script extentions and I don't want the same extension from multiple locations to exists in the dialog.
Is there a way to set these extension programatically, this would allow me to set them to a particular location depening on where I am running my tests from