Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xk6-proxy to support dynamic proxy settings #1148

Merged
merged 3 commits into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/data/doc-extensions/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,22 @@
"tiers": ["Community"],
"cloudEnabled": false
},
{
"name": "xk6-proxy",
"description": "Add a dynamic proxy support to k6. Allow changing the HTTP proxy settings in the script.",
"url": "https://github.com/SYM01/xk6-proxy",
"logo": "",
"author": {
"name": "SYM01",
"url": "https://github.com/SYM01"
},
"official": false,
"categories": ["Misc", "Proxy"],
"stars": "",
"type": ["JavaScript"],
"tiers": ["Community"],
"cloudEnabled": false
},
{
"name": "xk6-chai",
"description": "Embed k6chaijs into the k6 binary",
Expand Down