0.1.14 • Published 6 years ago

wct-test-result-converter-junit v0.1.14

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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.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
0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago