wct-test-result-converter-junit
v0.1.14
Published
JUnit reporter for wct
Downloads
9
Maintainers
Readme
Web Component Tester Test Result Converter to JUnit
Generates junit reports.
Installation
npm install wct-test-result-converter-junit --saveDev
Basic Usage
Add the following configuration to web-component-tester's config file (wct.conf.js).
module.exports = {
plugins: {
test-junit-converter: {
}
}
}
##Restriction
Name you test file as follows.
If you have an html file named sc-component.html
and name your test file sc-component-test.html
.
Result
output - /build/test-results/TEST-results.xml