Skip to content

Front-end e2e testing project, the project aims to provide more confidence and evidence for front-end projects

Notifications You must be signed in to change notification settings

coscene-io/FrontTestify

Repository files navigation

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

About

Front-end e2e testing project, the project aims to provide more confidence and evidence for front-end projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published