Skip to content

Commit 7f07feb

Browse files
committed
add link for recording input
1 parent 5dc4271 commit 7f07feb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ build:
6565
plugins:
6666
# local Cypress plugin will test our site after it is built
6767
- package: netlify-plugin-cypress
68-
config:
68+
inputs:
6969
record: true
7070
```
7171

72+
See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/netlify.toml) and recorded results at [![Cypress Dashboard](https://img.shields.io/badge/cypress-dashboard-brightgreen.svg)](https://dashboard.cypress.io/#/projects/4b7344/runs)
73+
7274
### spec
7375

7476
Run only a single spec or specs matching a wildcard
@@ -90,10 +92,12 @@ build:
9092
plugins:
9193
# local Cypress plugin will test our site after it is built
9294
- package: netlify-plugin-cypress
93-
config:
95+
inputs:
9496
spec: 'cypress/integration/smoke*.js'
9597
```
9698

99+
See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/netlify.toml) for instance.
100+
97101
## Debugging
98102

99103
Set environment variable `DEBUG=netlify-plugin-cypress` to see the debug logs. To see even more information, set `DEBUG=netlify-plugin-cypress,netlify-plugin-cypress:verbose`

0 commit comments

Comments
 (0)