1.0.0 • Published 10 months ago
@bytes2gram/harmony-playwright-framework v1.0.0
harmony-playwright-framework
Clone the repository
git clone git@github.com:DineshKuppan/harmony-playwright-framework.git
cd harmony-playwright-frameworkUpload reports & results to AWS S3
Download & Instal Node.JS dependencies
npm install -sHow to execute tests ?
To execute sample browserstack demo page tests
npx playwright test src/tests/browserstack.spec.tsTo execute sample Google's YouTube SignIn with test accounts page tests
npx playwright test src/tests/sign.in.youtube.spec.tsPlaywright executes test for parallel runs
npx playwright test --workers 4Single test execution
npx playwright test -- tests/playwright.navigate.link.test.ts
DEFAULT_WORKERS=3 npx playwright test -- src/tests/smoke/harmony.test.ts1.0.0
10 months ago