From a1495bc14a829fe3917d8f5e5bb685977f6e4dbc Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:10:40 +0200 Subject: [PATCH] Update `K6_BROWSER_TIMEOUT` description (#1668) --- docs/sources/next/javascript-api/k6-browser/_index.md | 2 +- docs/sources/v0.52.x/javascript-api/k6-browser/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/next/javascript-api/k6-browser/_index.md b/docs/sources/next/javascript-api/k6-browser/_index.md index e4ebee2f4a..98e7d11a01 100644 --- a/docs/sources/next/javascript-api/k6-browser/_index.md +++ b/docs/sources/next/javascript-api/k6-browser/_index.md @@ -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//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. diff --git a/docs/sources/v0.52.x/javascript-api/k6-browser/_index.md b/docs/sources/v0.52.x/javascript-api/k6-browser/_index.md index e4ebee2f4a..98e7d11a01 100644 --- a/docs/sources/v0.52.x/javascript-api/k6-browser/_index.md +++ b/docs/sources/v0.52.x/javascript-api/k6-browser/_index.md @@ -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//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.