Skip to content

Commit

Permalink
Update K6_BROWSER_TIMEOUT description (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano authored Jul 24, 2024
1 parent 1cf062e commit a1495bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/next/javascript-api/k6-browser/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You can customize the behavior of the browser module by providing browser option
| K6_BROWSER_EXECUTABLE_PATH | Override search for browser executable in favor of specified absolute path. |
| K6_BROWSER_HEADLESS | Show browser GUI or not. `true` by default. |
| K6_BROWSER_IGNORE_DEFAULT_ARGS | Ignore any of the [default arguments](#default-arguments) included when launching a browser process. |
| K6_BROWSER_TIMEOUT | Default timeout to use for various actions and navigation. `'30s'` if not set. |
| K6_BROWSER_TIMEOUT | Default timeout for initializing the connection to the browser instance. `'30s'` if not set. |
| K6_BROWSER_TRACES_METADATA | Sets additional _key-value_ metadata that is included as attributes in every span generated from browser module traces. Example: `K6_BROWSER_TRACES_METADATA=attr1=val1,attr2=val2`. This only applies if traces generation is enabled, refer to [Traces output](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/k6-options/reference#traces-output) for more details. |

The following command passes the [browser module options](#browser-module-options) as environment variables to launch a headful browser with custom arguments.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/v0.52.x/javascript-api/k6-browser/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You can customize the behavior of the browser module by providing browser option
| K6_BROWSER_EXECUTABLE_PATH | Override search for browser executable in favor of specified absolute path. |
| K6_BROWSER_HEADLESS | Show browser GUI or not. `true` by default. |
| K6_BROWSER_IGNORE_DEFAULT_ARGS | Ignore any of the [default arguments](#default-arguments) included when launching a browser process. |
| K6_BROWSER_TIMEOUT | Default timeout to use for various actions and navigation. `'30s'` if not set. |
| K6_BROWSER_TIMEOUT | Default timeout for initializing the connection to the browser instance. `'30s'` if not set. |
| K6_BROWSER_TRACES_METADATA | Sets additional _key-value_ metadata that is included as attributes in every span generated from browser module traces. Example: `K6_BROWSER_TRACES_METADATA=attr1=val1,attr2=val2`. This only applies if traces generation is enabled, refer to [Traces output](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/k6-options/reference#traces-output) for more details. |

The following command passes the [browser module options](#browser-module-options) as environment variables to launch a headful browser with custom arguments.
Expand Down

0 comments on commit a1495bc

Please sign in to comment.