|
11 | 11 | categories:
|
12 | 12 | - data
|
13 | 13 | - module: github.com/Juandavi1/xk6-prompt
|
14 |
| - description: Support for input arguments via UI. |
| 14 | + description: Support for input arguments via UI |
15 | 15 | imports:
|
16 | 16 | - k6/x/prompt
|
17 | 17 | categories:
|
|
30 | 30 | - reporting
|
31 | 31 | - observability
|
32 | 32 | - module: github.com/SYM01/xk6-proxy
|
33 |
| - description: Add a dynamic proxy support to k6. Allow changing the HTTP proxy settings in the script. |
| 33 | + description: Dynamic proxy support, allow changing the HTTP proxy settings in the script |
34 | 34 | imports:
|
35 | 35 | - k6/x/proxy
|
36 | 36 | categories:
|
|
103 | 103 | categories:
|
104 | 104 | - messaging
|
105 | 105 | - module: github.com/golioth/xk6-coap
|
106 |
| - description: Interact with Constrained Application Protocol endpoints. |
| 106 | + description: Interact with Constrained Application Protocol endpoints |
107 | 107 | imports:
|
108 | 108 | - k6/x/coap
|
109 | 109 | categories:
|
|
157 | 157 | - k6/x/exec
|
158 | 158 | categories:
|
159 | 159 | - misc
|
| 160 | +- module: github.com/grafana/xk6-faker |
| 161 | + description: Generate random fake data |
| 162 | + tier: official |
| 163 | + imports: |
| 164 | + - k6/x/faker |
| 165 | + categories: |
| 166 | + - data |
160 | 167 | - module: github.com/grafana/xk6-kubernetes
|
161 | 168 | description: Interact with Kubernetes clusters
|
162 | 169 | tier: official
|
|
203 | 210 | - reporting
|
204 | 211 | - data
|
205 | 212 | - module: github.com/grafana/xk6-sql
|
206 |
| - description: Load-test SQL Servers (PostgreSQL, MySQL and SQLite3 for now) |
| 213 | + description: Load-test SQL Servers |
207 | 214 | tier: official
|
208 | 215 | imports:
|
209 | 216 | - k6/x/sql
|
|
260 | 267 | - observability
|
261 | 268 | - data
|
262 | 269 | - module: github.com/mostafa/xk6-kafka
|
263 |
| - description: Load-test Apache Kafka. Includes support for Avro messages |
| 270 | + description: Load test Apache Kafka. Includes support for Avro messages. |
264 | 271 | imports:
|
265 | 272 | - k6/x/kafka
|
266 | 273 | categories:
|
|
278 | 285 | categories:
|
279 | 286 | - data
|
280 | 287 | - module: github.com/phymbert/xk6-sse
|
281 |
| - description: A k6 extension for Server-Sent Events (SSE) |
| 288 | + description: Server Sent Event |
282 | 289 | imports:
|
283 | 290 | - k6/x/sse
|
284 | 291 | categories:
|
|
326 | 333 | - k6/x/dotenv
|
327 | 334 | categories:
|
328 | 335 | - misc
|
329 |
| -- module: github.com/szkiba/xk6-faker |
330 |
| - description: Generate random fake data |
331 |
| - imports: |
332 |
| - - k6/x/faker |
333 |
| - categories: |
334 |
| - - data |
335 | 336 | - module: github.com/szkiba/xk6-g0
|
336 | 337 | description: Write k6 tests in golang
|
337 | 338 | imports:
|
|
345 | 346 | categories:
|
346 | 347 | - misc
|
347 | 348 | - module: github.com/szkiba/xk6-output-plugin
|
348 |
| - description: Write k6 output extension as a dynamically loadable plugin using your favorite programming language |
| 349 | + description: Dynamic output extension using your favorite programming language |
349 | 350 | outputs:
|
350 | 351 | - plugin
|
351 | 352 | categories:
|
|
378 | 379 | categories:
|
379 | 380 | - data
|
380 | 381 | - module: github.com/thmshmm/xk6-opentelemetry
|
381 |
| - description: Generate OpenTelemetry signals from within your test scripts |
| 382 | + description: Generate OpenTelemetry signals from k6 tests |
382 | 383 | imports:
|
383 | 384 | - k6/x/opentelemetry
|
384 | 385 | categories:
|
|
0 commit comments