Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 765 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 765 Bytes

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