Skip to content

JUint format reporting for projects being tested by web-component-tester

License

Notifications You must be signed in to change notification settings

mjcctech/wct-junit-reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

JUint format reporting for projects being tested by web-component-tester

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%