Skip to content

Releases: eemeli/mocha-selenium-bridge

v0.3.0

11 Sep 17:28
Compare
Choose a tag to compare
  • fix: Use correct check for previously defined mocha when automounting
  • chore: Update dependencies to yaml 2, yargs 17 & mocha 10

v0.2.2

30 Mar 13:37
Compare
Choose a tag to compare
  • If necessary, wait for bridge initialisation
  • Update dependencies, incl. Mocha 7 & Yargs 15

v0.2.1

14 Oct 20:35
Compare
Choose a tag to compare
  • Stop throwing in the browser when stringifying circular objects

v0.2.0

14 Oct 14:29
Compare
Choose a tag to compare
  • 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