Skip to content

Commit

Permalink
Merge pull request #1698 from szkiba/main
Browse files Browse the repository at this point in the history
xk6-banner extension registration
  • Loading branch information
szkiba authored Aug 29, 2024
2 parents 92a7c22 + a2ad347 commit a3b0bb4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/sources/next/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
<h4>xk6-aws</h4>
<p>Alternative to the official AWS JS Lib that relies on the AWS SDK for Go to interact with Amazon Web Services</p>
</a>
<a href="https://gitlab.com/szkiba/xk6-banner" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-banner</h4>
<p>Print ASCII art banner from k6 test</p>
</a>
<a href="https://github.com/anycable/xk6-cable" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-cable</h4>
<p>Test Action Cable and AnyCable functionality</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 @@ -1081,6 +1081,21 @@
"categories": ["Protocol"],
"tiers": ["Community"],
"cloudEnabled": false
},
{
"name": "xk6-banner",
"description": "Print ASCII art banner from k6 test",
"url": "https://gitlab.com/szkiba/xk6-banner",
"logo": "",
"author": {
"name": "Ivan Szkiba",
"url": "https://gitlab.com/szkiba"
},
"stars": "0",
"type": ["JavaScript"],
"categories": ["Misc"],
"tiers": ["Community"],
"cloudEnabled": false
}
]
}

0 comments on commit a3b0bb4

Please sign in to comment.