Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active November 10, 2025 15:01
Show Gist options
  • Save pablocattaneo/4cacb9b57b7aa9ab84ce465a9dd35915 to your computer and use it in GitHub Desktop.
Save pablocattaneo/4cacb9b57b7aa9ab84ce465a9dd35915 to your computer and use it in GitHub Desktop.
npx playwright test
Runs the end-to-end tests.
npx playwright test --ui
Starts the interactive UI mode.
npx playwright test --project=chromium
Runs the tests only on Desktop Chrome.
npx playwright test example
Runs the tests in a specific file.
npx playwright test --debug
Runs the tests in debug mode.
npx playwright codegen
Auto generate tests with Codegen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment