0.1.14 • Published 7 years ago

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

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

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago