Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

Use colors module for cli output #13

Closed davidlinse closed 10 years ago

davidlinse commented 10 years ago

This PR attempts to replace the ANSI control characters (used to colourize the cli output) with the "colors" node module.

Background: The testing output modifies the terminal-colors and leaves the 'foreground-color' "black" which renders the terminal to be unreadable when using a "dark" background.

Maybe you want to have a look..

regards ~david

davidlinse commented 10 years ago

Thanks for merging!

PS: Embarrassingly I discovered that i left a log-output with a (fictional) hardcoded version number.. Would you mind removing it before the next release ? Sorry for the inconvenience.