This package ultimately helped.
Process
$ npm install wct-xunit-reporter $ wct --plugin xunit-reporter
or add configuration to wct.conf.js
module.exports = { plugins: { local: { browsers: ['chrome'] }, sauce: false, 'xunit-reporter': { 'output': 'testfile.xml' } } };
Run the web tester component
$ wct
Nick rucci
source share