Skip to content

Releases: shellscape/mocha-chrome

v2.2.0

15 Oct 14:50
Compare
Choose a tag to compare

Features

  • feat: add --chrome-launch option (#41)
  • refactor: chrome-launch -> chrome-launcher (b910da2)

v1.1.0

10 Apr 13:11
Compare
Choose a tag to compare

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

  • updated dependencies

v1.0.3

21 Dec 15:10
Compare
Choose a tag to compare

Bugfixes

  • Fixes the --timeout flag (#20)

v1.0.1

09 Nov 12:53
Compare
Choose a tag to compare

Bugfixes

  • Fixes the --reporter flag (#15)

v1.0.0

09 Nov 12:51
Compare
Choose a tag to compare

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

02 Sep 15:41
Compare
Choose a tag to compare

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