|
|
hai 2 meses | |
|---|---|---|
| .. | ||
| e2e | 056ae405a1 Fix/2967 (#2970) | hai 2 meses |
| fixtures | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | %!s(int64=3) %!d(string=hai) anos |
| plugins | fbce07d47b test: merge cypress and jest enzyme code coverage (#733) | %!s(int64=3) %!d(string=hai) anos |
| support | 8cf9de168f test: add test for hotKeys | hai 1 ano |
| README.md | ccc79b780e test: cypress init (#466) | %!s(int64=3) %!d(string=hai) anos |
| tsconfig.json | fd9f597550 Chore: update storybook & Webpack & Cypress (#1589) | %!s(int64=2) %!d(string=hai) anos |
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.
