testistic-mocha-reporter
v1.0.6
Published
Mocha Reporter which reports test results to Testistic
Readme
Testistic Mocha Reporter
This module provides a mocha reporter which can be used to report test results to the Testistic Service
Usage
npm install --save-dev testistic-reporter
Then run mocha with reference to the reporter
TEST_PROJECT=TestisticMochaReporter TEST_EPIC=unit ./node_modules/.bin/mocha --reporter testistic-mocha-reporter tests
The environment variables
- TEST_PROJECT
- TEST_EPIC are used to add classification metadata to the test results so they can be found in Testistic.
