Skip to content

Files

Latest commit

 

History

History
36 lines (25 loc) · 479 Bytes

playwright.md

File metadata and controls

36 lines (25 loc) · 479 Bytes

Playwright - Additional Commands

Runs the end-to-end tests.

npx playwright test

Starts the 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