npx playwright test
npx playwright test [file_path]
e.g.
npx playwright test "e2e\\会員登録項目最適化\\chat-gpt-default-occupations\\signup.spec.ts"
https://playwright.dev/docs/test-annotations#tag-tests
npx playwright test --grep @tag-name
e.g.
npx playwright test --grep @resume
.env.exampleを複製して各環境用に.envで値を設定
cp .env.example .env