We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e69af7 commit 51426b1Copy full SHA for 51426b1
src/data/markdown/docs/02 javascript api/06 k6-execution.md
@@ -17,7 +17,7 @@ The `k6/execution` module provides the test execution information with the follo
17
```javascript
18
import exec from 'k6/execution';
19
20
-const options = {
+export const options = {
21
scenarios: {
22
myscenario: {
23
// this will be the returned name
@@ -134,7 +134,7 @@ The `name` property can be used for executing the logic based on which script is
134
135
136
137
138
139
'the-first': {
140
// ...
0 commit comments