Skip to content

Releases: zbigg/mocha-webdriver-runner

v0.6.4

18 Feb 18:13
Compare
Choose a tag to compare

Deps upgrade only.

v0.6.2

30 Apr 10:18
Compare
Choose a tag to compare
  • Update external dependencies to fix security warnings.
  • Mocha is now peerDependency

v0.6.1

02 Mar 14:13
Compare
Choose a tag to compare

Bugfix release:

  • console log capture is now enabled by default again (#1e79353)

v0.6.0

16 Oct 14:42
Compare
Choose a tag to compare
  • feature: Config file support.
  • feature: Ability to save global assets like __coverage__ from browser context after test run.
  • new mocha options support: check-leaks & globals

v0.5.3

09 Aug 01:09
Compare
Choose a tag to compare

Mocha 6 & Hooks support:

  • Fix mysterious stack traces caused by exceptions in hooks (7d95fc4)
  • We're now based on mocha6
  • Upgrade all other deps

0.5.2

09 Aug 00:50
Compare
Choose a tag to compare

Major bugfix release:

  • Fixed --headless-chrome cli option, which didn't worked with new chromedriver due to deprecation of chromeOptions capability (9c89700)