Skip to content

Releases: taktakpeops/jest-environment-browserstack

v2.0.1

10 Jun 11:23
Compare
Choose a tag to compare

Introduces the module system and the @jest-environment-browserstack NPM org

v1.2.0

11 Dec 15:16
Compare
Choose a tag to compare
  • Remove capabilities merge
  • Fix security issues in dependencies

Parallel support

29 Sep 10:07
Compare
Choose a tag to compare

The update is a false minor. It changes the way you interact with the WebDriver instance. Instead of accessing the property of an object called __driver__, we provide now a function. It allows to override the Browserstack capabilities at run time following your test-scenario.

It also allows to take advantage of running the tests in parallel.