1.0.1 • Published 7 years ago

testistic-jest-reporter v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Testistic Jest Reporter

This module provides a jest reporter which can be used to report test results to the Testistic Service

Usage

npm install --save-dev testistic-jest-reporter

Then run jest with reference to the reporter TEST_PROJECT=TestisticJestReporter TEST_EPIC=unit jest --reporters ["testistic-jest-reporter"]

The environment variables

  • TEST_PROJECT
  • TEST_EPIC are used to add classification metadata to the test results so they can be found in Testistic.

Release Notes

Release Notes