Skip to content

danquirk/mocha-fivemat-reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mocha-fivemat-reporter

Reporter for the mocha test framework based on Tim Pope's fivemat.

Fivemat Output

Installation

Add it to the devDependencies in your package.json and npm install.

{
  "devDependencies": {
    "mocha-fivemat-reporter": "*"
  }
}

Usage

After installation you can use mocha-fivemat-reporter as the reporter name with the -R or --reporter switch.

$ mocha -R mocha-fivemat-reporter

With mocha.opts this can be done with,

--reporter mocha-fivemat-reporter

About

Custom reporter for mocha based on @tpope's fivemat.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%