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
# local Cypress plugin will test our site after it is built
92
+
- package: netlify-plugin-cypress
93
+
config:
94
+
spec: 'cypress/integration/smoke*.js'
95
+
```
96
+
72
97
## Debugging
73
98
74
99
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