|
3 lat temu | |
---|---|---|
.. | ||
fixtures | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | 3 lat temu |
integration | d0a1356b0c fix: make collapse icon fixed to avoid the collapse tabs flush in some width, close #1039 | 3 lat temu |
plugins | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | 3 lat temu |
support | ab896e8514 feat(a11y): modal keyboard focus (#837) | 3 lat temu |
README.md | ccc79b780e test: cypress init (#466) | 3 lat temu |
tsconfig.json | 706ea7a781 chore: update cypress tsconfig | 3 lat temu |
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.