Releases: taktakpeops/jest-environment-browserstack
Releases · taktakpeops/jest-environment-browserstack
v2.0.1
v1.2.0
- Remove capabilities merge
- Fix security issues in dependencies
Parallel support
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.