When running the regression test report locally, I get an error that appears to say that ava is not generating any output for standard output:
$ npm run regression-report
> aria-practices@0.0.0 regression-report C:\Users\mck\git\APG\main
> node test/util/report
C:\Users\mck\git\APG\main\test\util\report.js:161
const avaResults = output.stdout.toString();
^
TypeError: Cannot read property 'toString' of null
When running the regression test report locally, I get an error that appears to say that ava is not generating any output for standard output: