Releases: eemeli/mocha-selenium-bridge
Releases · eemeli/mocha-selenium-bridge
v0.3.0
- fix: Use correct check for previously defined mocha when automounting
- chore: Update dependencies to yaml 2, yargs 17 & mocha 10
v0.2.2
- If necessary, wait for bridge initialisation
- Update dependencies, incl. Mocha 7 & Yargs 15
v0.2.1
- Stop throwing in the browser when stringifying circular objects
v0.2.0
- Capture & forward
console.{error,log,warn}
calls
- Add
--allow-console {none,log,warn,error}
CLI option
- Add
--silent
CLI option
- Add test suite (note: contains intentionally failing test)
- Update dependencies