Skip to content

Commit 5eb4761

Browse files
authored
Create guide for distributed tests (#1251)
Create guide for creating and running distributed tests Signed-off-by: Paul Balogh <[email protected]>
1 parent 947c92e commit 5eb4761

File tree

4 files changed

+424
-1
lines changed

4 files changed

+424
-1
lines changed

.vale/Vocab/docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ j[qQ]uery
9393
jq
9494
loki
9595
Kibana
96+
Kustomize
9697
Lua
9798
maxfiles
9899
Netdata

src/data/markdown/translated-guides/en/02 Using k6/11 Environment variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ excerpt: 'You can access any environment variables from your k6 script code and
44
---
55

66
Often, scripts need only minor tweaks to be reusable in different contexts.
7-
Rather than creating several separate scripts for these different contexts or environments, you can use environment variables to make parts of your script tweakable.
7+
Rather than creating several separate scripts for these different contexts or environments, you can use [environment variables](/misc/glossary/#environment-variables) to make parts of your script tweakable.
88

99
You can use environment variables for two main purposes:
1010

0 commit comments

Comments
 (0)