YyumeiZhang db064df658 fix: Fix the problem that the height of modal does not cover the screen when fullScreen is set, since 2.82.0 (#2881) 3 months ago
..
e2e db064df658 fix: Fix the problem that the height of modal does not cover the screen when fullScreen is set, since 2.82.0 (#2881) 3 months ago
fixtures fbce07d47b test: merge cypress and jest enzyme code coverage (#733) 3 years ago
plugins fbce07d47b test: merge cypress and jest enzyme code coverage (#733) 3 years ago
support 8cf9de168f test: add test for hotKeys 1 year ago
README.md ccc79b780e test: cypress init (#466) 3 years ago
tsconfig.json fd9f597550 Chore: update storybook & Webpack & Cypress (#1589) 2 years ago

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