wct-junit-converter

Web Component Tester Test Result Converter to JUnit ====================================================

Usage no npm install needed!

<script type="module">
  import wctJunitConverter from 'https://cdn.skypack.dev/wct-junit-converter';
</script>

README

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