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
See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink) and recorded results at [](https://dashboard.cypress.io/#/projects/4b7344/runs)
84
84
85
+
You can change the group name for the recorded run using `group` parameter
86
+
87
+
```toml
88
+
[[plugins]]
89
+
# local Cypress plugin will test our site after it is built
90
+
package = "netlify-plugin-cypress"
91
+
[plugins.inputs]
92
+
record = true
93
+
group = "built site"
94
+
```
95
+
85
96
### spec
86
97
87
98
Run only a single spec or specs matching a wildcard
@@ -123,7 +134,7 @@ By default this plugin tests static site _after build_. But maybe you want to ru
123
134
wait-on-timeout = '30'# seconds
124
135
```
125
136
126
-
Parameters you can place into `preBuild` inputs: `start`, `wait-on`, `wait-on-timeout`, `record`, `spec`.
137
+
Parameters you can place into `preBuild` inputs: `start`, `wait-on`, `wait-on-timeout`, `spec`, `record`, and `group`.
0 commit comments