Runs the end-to-end tests.
npx playwright testStarts the interactive UI mode.
npx playwright test --uiRuns the tests only on Desktop Chrome.
npx playwright test --project=chromiumRuns the tests in a specific file.
npx playwright test exampleRuns the tests in debug mode.
npx playwright test --debugAuto generate tests with Codegen.
npx playwright codegen