You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,12 @@ build:
65
65
plugins:
66
66
# local Cypress plugin will test our site after it is built
67
67
- package: netlify-plugin-cypress
68
-
config:
68
+
inputs:
69
69
record: true
70
70
```
71
71
72
+
See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/netlify.toml) and recorded results at [](https://dashboard.cypress.io/#/projects/4b7344/runs)
73
+
72
74
### spec
73
75
74
76
Run only a single spec or specs matching a wildcard
@@ -90,10 +92,12 @@ build:
90
92
plugins:
91
93
# local Cypress plugin will test our site after it is built
92
94
- package: netlify-plugin-cypress
93
-
config:
95
+
inputs:
94
96
spec: 'cypress/integration/smoke*.js'
95
97
```
96
98
99
+
See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/netlify.toml) for instance.
100
+
97
101
## Debugging
98
102
99
103
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