Submitting the test results to Testmo as part of our GitHub Actions workflow is very easy. First, instead of using our npm run mocha script alias, we are changing our call to use the mocha-junit script. Instead of outputting the results to the console, Mocha will write the test results to a file using the […]