|
2 年之前 | |
---|---|---|
.. | ||
fixtures | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | 3 年之前 |
integration | fa962bc7eb feat: new tooltip smart pos adjust (#1176) | 2 年之前 |
plugins | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | 3 年之前 |
support | f8d62f4c66 test: [Image] add test cases for Image (#1236) | 2 年之前 |
README.md | ccc79b780e test: cypress init (#466) | 3 年之前 |
tsconfig.json | 706ea7a781 chore: update cypress tsconfig | 3 年之前 |
Semi Cypress E2E(End to End) test
Run cypress locally
yarn test:cy
├── fixtures # mock data
│ └── example.json
├── integration # test cases
│ ├── *.spec.js
├── plugins # custom plugins
│ └── index.js
├── support # custom commands
│ ├── commands.js
│ └── index.js
├── tsconfig.json # cypress syntax
Write a test case in the integration
folder;
Debug locally with yarn test:cy
until the use case is passed.