0.0.3 • Published 9 years ago

daspec-color-console v0.0.3

Weekly downloads
6
License
MIT
Repository
-
Last release
9 years ago

Color console result formatter for the DaSpec Node runner

Installation

In your project, install the daspec node runner

npm install daspec --save-dev

Then install the color console reporter

npm install daspec-color-console

Add the daspec-color-console to the formatters when you run daspec from the command line

daspec --specs ... --steps ... --formatters daspec-color-console

Alternatively, set the formatters in your daspec.json config file

{
  ...
  "formatters": ["./formatters/markdown-files", "daspec-color-console"],
  ...
}

For more information on the DaSpec Node runner, see http://daspec.com/guides/install.html

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago