You need BrowserStack credentials to be able to run Playwright tests. You have to replace YOUR_USERNAME
and YOUR_ACCESS_KEY
in the sample scripts in this repository with your BrowserStack credentials which can be found in your Account Settings page.
Alternatively, you can set the environment variables BROWSERSTACK_USERNAME
and BROWSERSTACK_ACCESS_KEY
with your credentials and all the scripts in this repository should work fine
- Clone this repository
- Install the dependencies using
npm install
- Run the sample script using
npx playwright test example.spec.ts --config=./playwright-single-device.config.ts