tcuser8
19 days agoNew Contributor
Git-friendly relative directories in TestedApps
We run TC through git. Everything in git should be relative to the root of the git repo or relative to files and directories within the git repo. TestedApps use the absolute path of executables. Our current solution is to exclude TestedApps.tcTAs in the gitignore and manually add a custom TestedApps.tcTAs with apps relative to the C drive. Is there a real solution to this? Do the paths support "..\"-ing? What would the "..\" be relative to?