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
+14
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,20 @@ plugins:
98
98
99
99
See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/netlify.toml) for instance.
100
100
101
+
## toml
102
+
103
+
You can write Netlify configuration file using TOML format, and then configure the plugin as
104
+
105
+
```toml
106
+
# build and build environment settings ...
107
+
108
+
[[plugins]]
109
+
package = "netlify-plugin-cypress"
110
+
inputs = { spec = 'cypress/integration/examples/w*.js', record = true }
111
+
```
112
+
113
+
See [cypress-example-kitchensink netlify.toml](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/netlify.toml)
114
+
101
115
## Debugging
102
116
103
117
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