1.0.1 • Published 5 years ago

@pascallaier/wct-test-result-converter-junit v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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.json).

{
  "plugins": {
    "wct-test-result-converter-junit": {
        "output": "./test-results/junit-testfile.xml"
    }
  }
}

Result

output -> ./test-results/junit-testfile.xml
1.0.1

5 years ago

1.0.0

5 years ago