Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 384 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 384 Bytes

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