1.0.3 • Published 5 years ago

wct-junit-converter v1.0.3

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

Web Component Tester Test Result Converter to JUnit

Generates junit reports.

Installation

npm install wct-junit-converter --saveDev

Basic Usage

Add the following configuration to web-component-tester's config file (wct.conf.json).

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

Result

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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago