Skip to content

Latest commit

Β 

History

History

cypress

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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