项目作者: Marcus-Rise

项目描述 :
E2E testing patient app
高级语言: TypeScript
项目地址: git://github.com/Marcus-Rise/TrellusHealthPatientE2E.git
创建时间: 2021-01-12T18:06:23Z
项目社区:https://github.com/Marcus-Rise/TrellusHealthPatientE2E

开源协议:

下载


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

  1. npm run test

Run tests with updating span shots

  1. 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

  1. Official docs
  2. Official api docs
  3. Env tool