diff --git a/docs/sources/next/extensions/explore.md b/docs/sources/next/extensions/explore.md index 12f5ddc6e5..3417457d90 100644 --- a/docs/sources/next/extensions/explore.md +++ b/docs/sources/next/extensions/explore.md @@ -39,6 +39,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d

xk6-aws

Alternative to the official AWS JS Lib that relies on the AWS SDK for Go to interact with Amazon Web Services

+ +

xk6-banner

+

Print ASCII art banner from k6 test

+

xk6-cable

Test Action Cable and AnyCable functionality

diff --git a/src/data/doc-extensions/extensions.json b/src/data/doc-extensions/extensions.json index afc044a38f..dbee2beb8c 100644 --- a/src/data/doc-extensions/extensions.json +++ b/src/data/doc-extensions/extensions.json @@ -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 } ] }