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-sse extension #1541

Merged
merged 3 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions docs/sources/next/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
<h4>xk6-sqs</h4>
<p>Produce to an SQS queue</p>
</a>
<a href="https://github.com/phymbert/xk6-sse" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-sse</h4>
<p>Server Sent Event</p>
</a>
<a href="https://github.com/grafana/xk6-ssh" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-ssh</h4>
<p>SSH</p>
Expand Down
4 changes: 4 additions & 0 deletions docs/sources/v0.50.x/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
<h4>xk6-sqs</h4>
<p>Produce to an SQS queue</p>
</a>
<a href="https://github.com/phymbert/xk6-sse" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-sse</h4>
<p>Server Sent Event</p>
</a>
<a href="https://github.com/grafana/xk6-ssh" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-ssh</h4>
<p>SSH</p>
Expand Down
15 changes: 15 additions & 0 deletions src/data/doc-extensions/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,21 @@
"categories": ["Messaging, Protocol"],
"tiers": ["Community"],
"cloudEnabled": false
},
{
"name": "xk6-sse",
"description": "A k6 extension for Server-Sent Events (SSE)",
"url": "https://github.com/phymbert/xk6-sse",
"logo": "",
"author": {
"name": "Pierrick HYMBERT",
"url": "https://github.com/phymbert"
},
"stars": "1",
"type": ["JavaScript"],
"categories": ["Protocol"],
"tiers": ["Community"],
"cloudEnabled": false
}
]
}
Loading