Skip to content

playwright

run a single test

with the --grep flag you can just execute a single test:

npx playwright test e2e/myapp.spec.ts --project=chromium --grep "should create a new note and display it"