In order to make full use of VSTS build summary information we need to provide it with a supported test output format. Currently, that includes JUnit, XUnit, and vstest/mstest output.
mocha supports JUnit and XUnit output, add an option that will make the test run output to this format in a file.
In order to make full use of VSTS build summary information we need to provide it with a supported test output format. Currently, that includes JUnit, XUnit, and vstest/mstest output.
mocha supports JUnit and XUnit output, add an option that will make the test run output to this format in a file.