Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 547 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 547 Bytes

Web Component Tester JUint Reporter

Generate junit reports from web-component-tester so the results can be parsed by Jenkins.

Installation

npm install wct-junit-reporter --saveDev

Basic Usage

Add the following configuration to web-component-tester's config file.

Example

module.exports = {
  plugins: {
    junit-reporter: {
    }
  }
}

Options

Below are the available configuration options: appendMode - if set to true then test results are appended to existing file.