|
|
3 gadi atpakaļ | |
|---|---|---|
| .. | ||
| fixtures | ccc79b780e test: cypress init (#466) | 3 gadi atpakaļ |
| integration | 15cc2cb002 fix(table): page back to one when columns change #381 (#523) | 3 gadi atpakaļ |
| plugins | ccc79b780e test: cypress init (#466) | 3 gadi atpakaļ |
| support | ccc79b780e test: cypress init (#466) | 3 gadi atpakaļ |
| README.md | ccc79b780e test: cypress init (#466) | 3 gadi atpakaļ |
| tsconfig.json | 706ea7a781 chore: update cypress tsconfig | 3 gadi atpakaļ |
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.
