Skip to content

A Mocha reporter for sending test report data to the Microfocus SRF Cloud

License

Notifications You must be signed in to change notification settings

georgehdd/srf.reporter.mocha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Mocha reporter for sending test report data to the Microfocus SRF Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.7%
  • JavaScript 10.3%