1.0.1 • Published 1 year ago

s8-playwright v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Playwright

Before running tests, please run npm i and npx playwright install

Performance Tests

Run npx playwright test performance.spec.js --ui

Accessibility Tests

Run npx playwright test accessibility.spec.js Run npx playwright test lighthouse.spec.js --project='Chrome Stable' --workers 1

UI Tests

Run npx playwright test ui.spec.js --ui