Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 458 Bytes

playwright-api-demo

Commands for playwright

Runs E2E tests : npx playwright test

Starts interactive UI mode : npx playwright test --ui

Runs the tests only on Desktop Chrome :

npx playwright test --project=chromium

Runs the tests in a specific file npx playwright test example

Runs the tests in debug mode npx playwright test --debug

Auto generate tests with Codegen npx playwright codegen

Run all test : npx playwright test