Skip to content
forked from gazal-k/wct-xunit

WCT plugin that uses the mocha xunit reporter

License

Notifications You must be signed in to change notification settings

sls-ca/wct-xunit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wct-xunit

WCT plugin that uses the mocha xunit reporter. Can be used along with Continuous Integration to show test results.

Installation

npm install wct-xunit --saveDev

Basic Usage

Add the following to wct.conf.js

module.exports = {
  "plugins": {
    "wct-xunit": {
    }
  }
};

More Info: https://github.com/Polymer/web-component-tester#plugins

About

WCT plugin that uses the mocha xunit reporter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%