Generate junit reports from web-component-tester so the results can be parsed by Jenkins.
npm install wct-junit-reporter --saveDevAdd the following configuration to web-component-tester's config file.
module.exports = {
  plugins: {
    junit-reporter: {
    }
  }
}Below are the available configuration options:
`appendMode` - if set to true then test results are appended to existing file.
`output.path` - defaults to cwd of the wct
`output.name` - defaults to test-report