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
|`executor*` ️ | string | Unique executor name. See the list of possible values in the [executors](#executors) section. | - |
79
-
|`startTime`| string | Time offset since the start of the test, at which point this scenario should begin execution. |`"0s"`|
80
-
|`gracefulStop`| string | Time to wait for iterations to finish executing before stopping them forcefully. See the [gracefulStop](#graceful-stop-and-ramp-down) section. |`"30s"`|
81
-
|`exec`| string | Name of exported JS function to execute. |`"default"`|
82
-
|`env`| object | Environment variables specific to this scenario. |`{}`|
83
-
|`tags`| object |[Tags](/using-k6/tags-and-groups) specific to this scenario. |`{}`|
78
+
| executor<sup>(required)</sup> ️ | string | Unique executor name. See the list of possible values in the [executors](#executors) section. | - |
79
+
| startTime | string | Time offset since the start of the test, at which point this scenario should begin execution. |`"0s"`|
80
+
| gracefulStop | string | Time to wait for iterations to finish executing before stopping them forcefully. See the [gracefulStop](#graceful-stop-and-ramp-down) section. |`"30s"`|
81
+
| exec | string | Name of exported JS function to execute. |`"default"`|
82
+
| env | object | Environment variables specific to this scenario. |`{}`|
83
+
| tags | object |[Tags](/using-k6/tags-and-groups) specific to this scenario. |`{}`|
0 commit comments