前端 e2e 测试项目,项目旨在为前端项目提供更多的信心和证据
pnpm install
- Backend run test
npx playwright test --project=chromium
- Visualization of operational tests
npx playwright test --headed --project=chromium
- Debug and visualization of running tests on individual files
npx playwright test {{file name}} --debug --project=chromium