🚀 Feature: Exit code - differentiate between being unable to run tests and failing the tests #2784
Labels
duplicate
been there, done that, got the t-shirt...
semver-major
implementation requires increase of "major" version number; "breaking changes"
type: feature
enhancement proposal
I want to differentiate between the tests successfully running (but failing assertions) - giving an exit code of NumOfFailedTests, verses other errors due to the test suite (i.e. out of memory, no permissions to access the test suite file, undefined variable).
Alternatively, is there an option to force an exit code of 0 instead of an exit code of NumOfFailedTests, that way when I see that the exit code is 0, I know the tests ran properly (regardless if it passed or failed).
Is there a way to do this?
Thank you.
The text was updated successfully, but these errors were encountered: