|
|
há 1 ano atrás | |
|---|---|---|
| .. | ||
| e2e | ff9d129132 chore: remove it.only in e2e test | há 1 ano atrás |
| fixtures | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | há 3 anos atrás |
| plugins | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | há 3 anos atrás |
| support | 8cf9de168f test: add test for hotKeys | há 1 ano atrás |
| README.md | ccc79b780e test: cypress init (#466) | há 4 anos atrás |
| tsconfig.json | fd9f597550 Chore: update storybook & Webpack & Cypress (#1589) | há 2 anos atrás |
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.
