Releases: zbigg/mocha-webdriver-runner
Releases · zbigg/mocha-webdriver-runner
v0.6.2
- Update external dependencies to fix security warnings.
- Mocha is now
peerDependency
v0.6.1
Bugfix release:
- console log capture is now enabled by default again (#1e79353)
v0.6.0
- 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
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
Major bugfix release:
- Fixed
--headless-chrome
cli option, which didn't worked with new chromedriver
due to deprecation of chromeOptions
capability (9c89700)