redbadger/website-honestly

View on GitHub
cypress/README.md

Summary

Maintainability
Test Coverage
# Running Cypress Tests

## Run the site locally
```
make dev
```

## To open the Cypress runner
```
yarn cy:open
```

## To run Cypress tests from the command line
```
yarn cy:run
```