Selenium with JestJS
Your guide to running tests using Jest on BrowserStack’s Selenium Grid of 3000+ real devices and desktop browsers.
Prerequisites
- You need to have BrowserStack Username and Access key, which you can find in your account settings. If you have not created an account yet, you can sign up for a Free Trial
- Node v12+ installed on your machine.
Run a sample build
Clone the sample repository
Clone our sample repository and install the dependencies. You’ll need a developer environment with Node 12+.
Configure the config file
Configure a few parameters in the browserstack.yml
config file to run the sample build.
Set access credentials
Use the userName
and accessKey
variables to set your BrowserStack access credentials in the browserstack.yml file to authenticate your tests.
Configure browser or device combinations
Choose from 3000+ real mobile devices and browsers available on BrowserStack:
Copy and replace the browserstack.yml
config file
Replace the contents of browserstack.yml
situated in the root directory of this project with the adjacent config.
Execute the build on BrowserStack
You are now ready to run your build on BrowserStack. From the root directory of this project, run the following command.
Facing issues? View commonly occurring errors
Check the regular culprits
Check if the file is saved correctly and you’ve installed the required packages & libraries installed to run the test. In most cases, searching on Google is helpful.
Authentication errors
If you are facing any authentication errors, you might have not passed or passed incorrect credentials. You can find your Username and Access Key on the Account Settings page. Try running the test again and it should solve your issue!
Behind a proxy?
You might face some connection issues if you are behind a proxy as your network may be blocking traffic to browserstack.com. Just whitelist traffic to *.browserstack.com
and you’re all set. If you have a complex network setup, just reach out to our Support team and they’ll work with you to get this working.
Next steps
After you have successfully run your first test on BrowserStack, try integrating your test suite with BrowserStack
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!