chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
Hello,

New user here wondering if the IsolatorCache.user file that gets generated should be checked into version control or excluded. I'm guessing excluded, and if so, are there any other best practices for Isolator files?
asked by Pete_R (1.6k points)

2 Answers

0 votes
Hi,

You guessed correctly, IsolatorCache.user should be excluded from the source control.
This file stores the data regarding the status of your tests and it's updated after each test run, because of that there is no real value in sharing it.

As for other best practices, there is really one I can think of, and it's to add the AutoDeploy folder to the source control and use the references in your project from that folder.
answered by alex (17k points)
0 votes
Perfect, thank you.
answered by Pete_R (1.6k points)
...