An open API service indexing awesome lists of open source software.

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

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