Releases: shellscape/mocha-chrome
Releases · shellscape/mocha-chrome
v2.2.0
Features
- feat: add --chrome-launch option (#41)
- refactor: chrome-launch -> chrome-launcher (b910da2)
v1.1.0
Bugfixes
- use
sudo: required
due to travis upgrade (#21)
- Don't break when console.log() encounters a circular JSON structure (#22)
- Improves safe stringify (a43c90b)
Updates
v1.0.3
Bugfixes
- Fixes the
--timeout
flag (#20)
v1.0.1
Bugfixes
- Fixes the
--reporter
flag (#15)
v1.0.0
This release contains prior bug fixes before hitting 1.0.0. Please examine the commit log for details.
Features
- added
--old-and-busted
flag allowing the unfortunate users of old-node to run mocha-chrome using babel-register
behind the scenes. 6b4b012
v0.1.2
Fixes
Fix for event bus errant JSON
Properly pass cli reporter option to mocha
Additions
Introduce command line flag for suppressing resource load error logging