Skip to content

Commit b06649f

Browse files
committed
Scenarios: add required subscript
1 parent ddfa6d9 commit b06649f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/data/markdown/docs/01 guides/02 Using k6/14 Scenarios.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Possible values for `executor` are the executor name separated by hyphens.
7575

7676
| Option | Type | Description | Default |
7777
| -------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
78-
| `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

Comments
 (0)