git clone git@github.com:DineshKuppan/harmony-playwright-framework.git
cd harmony-playwright-framework
npm install -s
To execute sample browserstack demo page tests
npx playwright test src/tests/browserstack.spec.ts
To execute sample Google's YouTube SignIn with test accounts page tests
npx playwright test src/tests/sign.in.youtube.spec.ts
npx playwright test --workers 4
npx playwright test -- tests/playwright.navigate.link.test.ts
DEFAULT_WORKERS=3 npx playwright test -- src/tests/smoke/harmony.test.ts