Closed nfogh closed 10 months ago
Interesting idea, let me think about it.
Added a new option in version 4.7
testMate.test.advancedExecutables
-executableCloning
: (experimental) If enabled it creates a copy of the test executable before listing or running the tests. NOTE: discovery (--help
) still uses the original file.
I am using this extension together with TriggerTaskOnSave which allows me to build and run my unit tests pretty much continuously, getting instant feedback on any mistakes I do.
I have one problem on WIN32. While the tests are running, the build process will fail, as it cannot overwrite the currently executing test. Right now, I have a solution that copies the test executable to a temporary files by wrapping the execution in a script
With the script:
Pardon the horrible code :)
It would be great if this could be somehow supported natively with a setting.