WCT plugin that uses the mocha xunit reporter. Can be used along with Continuous Integration to show test results.
npm install wct-xunit --saveDevAdd the following to wct.conf.js
module.exports = {
"plugins": {
"wct-xunit": {
}
}
};More Info: https://github.com/Polymer/web-component-tester#plugins