@bytes2gram/harmony-playwright-framework

1.0.0 • Public • Published

harmony-playwright-framework

Clone the repository

git clone git@github.com:DineshKuppan/harmony-playwright-framework.git
cd harmony-playwright-framework

Upload reports & results to AWS S3

AWS S3 Uploader Example

Download & Instal Node.JS dependencies

npm install -s

How to execute tests ?

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

Playwright executes test for parallel runs

npx playwright test --workers 4

Single test execution

npx playwright test -- tests/playwright.navigate.link.test.ts
DEFAULT_WORKERS=3 npx playwright test -- src/tests/smoke/harmony.test.ts

/@bytes2gram/harmony-playwright-framework/

    Package Sidebar

    Install

    npm i @bytes2gram/harmony-playwright-framework

    Weekly Downloads

    5

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    45.7 kB

    Total Files

    41

    Last publish

    Collaborators

    • dineshkuppan