0.0.4 • Published 5 years ago

wct-xunit v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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

0.0.4

5 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago