|
1 năm trước cách đây | |
---|---|---|
.. | ||
e2e | 9712e5597b fix: TreeSelect showFilteredOnly, searchPosition in trigger, fix panel's options incorrectly display problem (#2345) | 1 năm trước cách đây |
fixtures | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | 3 năm trước cách đây |
plugins | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | 3 năm trước cách đây |
support | fd9f597550 Chore: update storybook & Webpack & Cypress (#1589) | 2 năm trước cách đây |
README.md | ccc79b780e test: cypress init (#466) | 3 năm trước cách đây |
tsconfig.json | fd9f597550 Chore: update storybook & Webpack & Cypress (#1589) | 2 năm trước cách đây |
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.