fixes #130 - added a Dummy colorizer
This is to allow having no output coloration. A new `colorizerType` casper option has been added to choose between the `Colorizer` and `Dummy` types. Usage: var casper = require('casper').create({ colorizerType: 'Dummy' // no color added });
Showing
2 changed files
with
38 additions
and
6 deletions
-
Please register or sign in to post a comment