https://github.com/nattatorn-dev/cypress-boilerplate
cypress boilerplate
https://github.com/nattatorn-dev/cypress-boilerplate
boilerplate cypress
Last synced: about 2 months ago
JSON representation
cypress boilerplate
- Host: GitHub
- URL: https://github.com/nattatorn-dev/cypress-boilerplate
- Owner: nattatorn-dev
- Created: 2021-04-24T14:23:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T04:38:35.000Z (over 3 years ago)
- Last Synced: 2025-03-29T05:38:06.203Z (about 2 months ago)
- Topics: boilerplate, cypress
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress
## Example
- Create cypress command `custom-command` like login, logout, waitGraphql request
- Dynamic Environments such as staging, production
- Typescript
- Configurations
- Follow up best practices## Run
Don't forget to add flag `--env configFile=$environment` to specific configuration.
```bash
npx cypress open --env configFile=staging
```### Reference
- Recipes
- Ppractices