tenon-reporters

0.1.3 • Public • Published

Reporters for Tenon.io

Build Status

Getting Started

Install the module with: npm install tenon-reporters --save

Documentation

Use this library to report results from your [Tenon.io] tests. Currently the following reporters are supported:

  • HTML - A simple HTML export similar to the report you get when running a tests on Tenon.io.
  • xUnit - Return your results in the xUnit format which can be useful if you need to display your results in Jenkins/Hudson.
  • Note: The xUnit schema doesn't quite match up to what Tenon reports so some liberty was taken with how to display the results.
  • CSV - Displays key elements from the Tenon.io result set. Includes, resultTitle, errorTitle, errorDescription, certainty, priority, and signature.

Want to see other reporters? Submit an issue or a pull-request.

Example

See example/ for an example of how to use the reporters.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2015 Justin Stockton Licensed under the MIT license.

Dependencies (2)

Dev Dependencies (8)

Package Sidebar

Install

npm i tenon-reporters

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • poorgeek