tree: 4ef40b8e4c9097e8b1fa3a2e755e690c7cb46663 [path history] [tgz]
  1. __mocks__/
  2. baseLayout.e2e.js
  3. Login.e2e.js
  4. Logout.e2e.js
  5. README.md
  6. README.zh-CN.md
  7. service.js
web/src/e2e/README.md

Add E2E test cases

  1. Install dependencies then run in development mode
$ yarn install && yarn start
  1. Add a new test case file under the src/e2e folder
  2. Run test cases
$ yarn test

If you want to run a particular test file separately, you can execute the following command

$ yarn test ${yourFileName}.e2e.js

The test results will be displayed on the console.