Skip to content

hj-ueda/engage-user-playwright

Repository files navigation

es-userのテストコード

テスト実行

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

About

Agex案件のengage-userのE2Eテスト用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published