Skip to content

Commit f3ba068

Browse files
authored
Merge pull request #1148 from SYM01/patch-1
Add xk6-proxy to support dynamic proxy settings
2 parents 70160d4 + 419bb59 commit f3ba068

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/data/doc-extensions/extensions.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,22 @@
10961096
"tiers": ["Community"],
10971097
"cloudEnabled": false
10981098
},
1099+
{
1100+
"name": "xk6-proxy",
1101+
"description": "Add a dynamic proxy support to k6. Allow changing the HTTP proxy settings in the script.",
1102+
"url": "https://github.com/SYM01/xk6-proxy",
1103+
"logo": "",
1104+
"author": {
1105+
"name": "SYM01",
1106+
"url": "https://github.com/SYM01"
1107+
},
1108+
"official": false,
1109+
"categories": ["Misc", "Proxy"],
1110+
"stars": "",
1111+
"type": ["JavaScript"],
1112+
"tiers": ["Community"],
1113+
"cloudEnabled": false
1114+
},
10991115
{
11001116
"name": "xk6-chai",
11011117
"description": "Embed k6chaijs into the k6 binary",

0 commit comments

Comments
 (0)