走鹃 1cbb143ddf test(datepicker): update e2e test case 3 năm trước cách đây
..
fixtures ccc79b780e test: cypress init (#466) 3 năm trước cách đây
integration 1cbb143ddf test(datepicker): update e2e test case 3 năm trước cách đây
plugins ccc79b780e test: cypress init (#466) 3 năm trước cách đây
support ccc79b780e test: cypress init (#466) 3 năm trước cách đây
README.md ccc79b780e test: cypress init (#466) 3 năm trước cách đây
tsconfig.json 706ea7a781 chore: update cypress tsconfig 3 năm trước cách đây

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