|
6 сар өмнө | |
---|---|---|
.. | ||
e2e | c1f2ca8eeb fix: Fixed the problem that when the hot area for sorting is the enti… (#2803) | 6 сар өмнө |
fixtures | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | 3 жил өмнө |
plugins | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | 3 жил өмнө |
support | 8cf9de168f test: add test for hotKeys | 1 жил өмнө |
README.md | ccc79b780e test: cypress init (#466) | 3 жил өмнө |
tsconfig.json | fd9f597550 Chore: update storybook & Webpack & Cypress (#1589) | 2 жил өмнө |
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.