This repo contains sample for running Pla.
- Clone the repo
git clone https://github.com/BrowserStackCE/playwright-a11y-issue.gitand runcd playwright-a11y-issue. - Set
BROWSERSTACK_USERNAMEandBROWSERSTACK_ACCESS_KEYas environment variables with your BrowserStack Username and Access Key or update the same inbrowserstack.ymlfile. - Run
npm ito install the dependencies.
- Set the below envurionment variables
USE_BROWSERSTACK_SDK=true
BASE_URL=https://t2.statefunddirect.com
- Add the website credentials in the feature file
src/features/login.feature
When I enter username "<Your username>"
And I enter password "<Your password>"
- To run the sample tests in parallel across the platforms specified in the
browserstack.yml, runnpm run test:browserstackwindows.
- You can view your test results on the BrowserStack Automate dashboard
- Understand how many parallel sessions you need by using our Parallel Test Calculator
