Use the value of MOCHA_CI_REPORTFILE to instigate JUnit report file production during test runs, don't just check for existance. #1911
Labels
area-testing
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
release-plan
Milestone
JUnit log file production (from #1897) was added, but the test to use JUnit logs instead of console output is based on the existence of the environment variable MOCHA_CI_REPORTFILE rather than its value.
This is a problem as VSTS allows you to set the value of a variable at queue time, but doesn't allow you to remove the existence of a variable.
Make it possible to run a build without producing JUnit log files at queue time.
The text was updated successfully, but these errors were encountered: