Skip to content

Commit 45ed48a

Browse files
Update extension options description to include cloud
1 parent 530bd74 commit 45ed48a

File tree

1 file changed

+2
-2
lines changed
  • src/data/markdown/translated-guides/en/02 Using k6/05 k6 Options

1 file changed

+2
-2
lines changed

src/data/markdown/translated-guides/en/02 Using k6/05 k6 Options/02 Reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Each option has its own detailed reference in a separate section.
2727
| [Duration](#duration) | A string specifying the total duration of the test run; together with the [vus option](#vus), it's a shortcut for a single [scenario](/using-k6/scenarios) with a [constant VUs executor](/using-k6/scenarios/executors/constant-vus) |
2828
| [Execution segment](#execution-segment) | Limit execution to a segment of the total test |
2929
| [Exit on running](#exit-on-running) | Exits when test reaches the running status |
30-
| [Extension options](#extension-options) | An object used to set configuration options for third-party collectors |
30+
| [Extension options](#extension-options) | An object used to set configuration options for cloud parameters and third-party collectors |
3131
| [Hosts](#hosts) | An object with overrides to DNS resolution |
3232
| [HTTP debug](#http-debug) | Log all HTTP requests and responses |
3333
| [Include system Env vars](#include-system-env-vars) | Pass the real system environment variables to the runtime |
@@ -351,7 +351,7 @@ export const options = {
351351

352352
## Extension options
353353

354-
An object used to set configuration options for third-party collectors, like plugins. For more information about available parameters, refer to [Cloud options](/cloud/creating-and-running-a-test/cloud-scripting-extras/cloud-options/).
354+
An object used to set configuration options for cloud parameters and third-party collectors, like plugins. For more information about available parameters, refer to [Cloud options](/cloud/creating-and-running-a-test/cloud-scripting-extras/cloud-options/).
355355

356356
| Env | CLI | Code / Config file | Default |
357357
| --- | --- | ------------------ | ------- |

0 commit comments

Comments
 (0)