From 4aa22c0049ec1acbaf757fe140e01aa596f814a8 Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:07:53 +0100 Subject: [PATCH] Add `Jahmilli/k6-example` TypeScript example. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b28a8eb..1ab4398 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,8 @@ AnyCable, k6, WebSockets, and Yabeda](https://evilmartians.com/chronicles/real-t - [k6 examples](https://k6.io/docs/examples/) - A list of common examples on the k6 documentation. - [k6-template-es6](https://github.com/grafana/k6-template-es6) - Template repository for bundling test projects into single test scripts runnable by k6. -- [k6-typescript-template](https://github.com/grafana/k6-template-typescript) - Template to use TypeScript with k6. +- [k6-typescript-template](https://github.com/grafana/k6-template-typescript) - Starter template using Webpack bundler to write k6 tests in TypeScript. +- [Jahmilli/k6-example](https://github.com/Jahmilli/k6-example) - Starter template using Vite (Rollup) bundler to write k6 tests in TypeScript. - [tom-miseur/k6-templates](https://github.com/tom-miseur/k6-templates/) - Opinionated starter templates for k6 projects. - [SwissLife-OSS/k6-multiscenario-template](https://github.com/SwissLife-OSS/K6-MultiScenario-template) - Use K6 to implement a Multi Scenario template. - [agilob/multiscenario-tests](https://b.agilob.net/programming/k6/multiscenario-tests/) - Running multiple scenarios at once.