-
Notifications
You must be signed in to change notification settings - Fork 35
Browserstack
Dennis Li edited this page Aug 15, 2024
·
9 revisions
- In order to run your tests on Browserstack automate, you'll need a Browserstack account with automate access.
- Install the browserstack-node-sdk, which is included in the nala repository's dependencies.
- Add your Browserstack username and access key to your env variables. You can find them under https://www.browserstack.com/accounts/profile/details.
You just need to add 'browserstack-node-sdk' in your test run command.
Regular run:
npx playwright test -g @block
Running on Browserstack:
npx browserstack-node-sdk playwright test -g @block
https://www.browserstack.com/docs/automate/playwright/getting-started/nodejs
https://github.com/adobecom/nala/blob/main/browserstack.yml
https://www.browserstack.com/list-of-browsers-and-platforms/playwright
Note:
iOS and iPad os isn't available.