Last active
November 10, 2025 15:01
-
-
Save pablocattaneo/4cacb9b57b7aa9ab84ce465a9dd35915 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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