jest-environment-browserstack
Version:
an environment for using Browserstack with Jest
14 lines (7 loc) • 569 B
Markdown
# jest-environment-browserstack
This is the core of the environment. It extends the `jest-environment-node` and implements the logic for starting the Browserstack tunnel. To interact with Browserstack, this module must be installed with a driver.
An example can be found [here](../selenium-webdriver).
## Usage
This module is not made for being used standalone. Please check the main documentation [here](../../README.md)
## Bugs / Improvements
Feel free to report an issue in case you found a bug or something which could be improved. PR are more than welcome !