1.30.0 • Published 6 years ago

srf.reporter.mocha v1.30.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Storm Runner Functional reporter for mocha testing framework

Prerequisites

run npm install srf.reporter.mocha

Set the following environment variables:

  • SRF_CLIENT_ID - Set your client id, the client id can be obtained from your srf account.
  • SRF_CLIENT_SECRET - Set your client secret, the client secret can be obtained from your srf account.
  • SRF_REPORTER_URL - Set SRF address for step reporting. (can also be set in reporter options)

Usage

mocha --reporter srf.reporter.mocha

####Reporter Options

Usage example

mocha --reporter srf.reporter.mocha --reporter-options debugReport=true