DaiQiangReal 8235f05eb6 Merge branch 'main' into release před 3 roky
..
fixtures fbce07d47b test: merge cypress and jest enzyme code coverage (#733) před 3 roky
integration 8235f05eb6 Merge branch 'main' into release před 3 roky
plugins fbce07d47b test: merge cypress and jest enzyme code coverage (#733) před 3 roky
support ab896e8514 feat(a11y): modal keyboard focus (#837) před 3 roky
README.md ccc79b780e test: cypress init (#466) před 3 roky
tsconfig.json 706ea7a781 chore: update cypress tsconfig před 3 roky

README.md

Name

Semi Cypress E2E(End to End) test

Usage

Run cypress locally

yarn test:cy

Directory

├── 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

Contributing

  1. Write a test case in the integration folder;

  2. Debug locally with yarn test:cy until the use case is passed.

Related URLs

Thanks

Cypress