项目作者: Marcus-Rise
项目描述 :
E2E testing patient app
高级语言: TypeScript
项目地址: git://github.com/Marcus-Rise/TrellusHealthPatientE2E.git
E2E testing project for patient app
- Can capture screenshot and compare it at future test iteration.
- Can reduce manual testing time.
- Can be run in CI/CD after deploy stage
Explain (official)
Presentation by Google
Run all tests
npm run test
Run tests with updating span shots
npm run test:update
ENV
Before run tests user need to define values for env vars.
To define vars user need to copy .env.test.local
file from.env.test
file with filled values.
Docs
- Official docs
- Official api docs
- Env tool