Skip to content
This repository was archived by the owner on Jun 13, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 484 Bytes

File metadata and controls

24 lines (20 loc) · 484 Bytes

FrontTestify

前端 e2e 测试项目,项目旨在为前端项目提供更多的信心和证据

How to start

install dependencies

pnpm install

run test

  • 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