From a5e8c7f38e9fe6de3b6b34aaaf2d2203f9735b50 Mon Sep 17 00:00:00 2001 From: Tim Haselaars <> Date: Sat, 19 Nov 2022 10:45:58 +0100 Subject: [PATCH 1/5] Added K6 Office hours video --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 40884ba..79a6670 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ converter, actively maintained and open for new contributions. - [Local Installation (recommended)](#local-installation-recommended) - [Global Installation](#global-installation) - [Usage](#usage) +- [Video introduction](#video-introduction) - [Options](#options) - [Iterations](#iterations) - [Environment Variables](#environment-variables) @@ -102,6 +103,19 @@ Then run the script in k6, as usual, using: $ k6 run k6-script.js ``` +## Video Introduction + +Together with [Nicole van der Hoeven](https://twitter.com/n_vanderhoeven) & [Paul Balogh](https://twitter.com/javaducky) from the [K6 team](https://www.youtube.com/@k6io), we talked about "[postman-to-k6](https://github.com/apideck-libraries/postman-to-k6)" in the [K6 Office Hours](http://www.youtube.com/watch?v=Be66Db4wHLA) podcast. We talked about how to convert a Postman collection to a k6 load test, the advantages of Postman, and the benefits of reusing automation testing scripts for performance. + +[![Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)](http://img.youtube.com/vi/Be66Db4wHLA/0.jpg)](http://www.youtube.com/watch?v=Be66Db4wHLA "Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)") + +Topics covered: +* Use cases for [k6](https://k6.io/) +* Quick tour of [Postman](https://www.postman.com/) +* Why Postman is not designed for load testing +* Demo of [postman-to-k6](https://github.com/apideck-libraries/postman-to-k6) +* How to use [Portman](https://blog.apideck.com/announcing-portman) to generate tests from an OpenAPI spec + ## Options ### Iterations From d968713cfc9b31525d6d3cf59ed2966e5b07eb02 Mon Sep 17 00:00:00 2001 From: Tim Haselaars <> Date: Sat, 19 Nov 2022 10:49:11 +0100 Subject: [PATCH 2/5] Added K6 Office hours video --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79a6670..010a63f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,8 @@ $ k6 run k6-script.js Together with [Nicole van der Hoeven](https://twitter.com/n_vanderhoeven) & [Paul Balogh](https://twitter.com/javaducky) from the [K6 team](https://www.youtube.com/@k6io), we talked about "[postman-to-k6](https://github.com/apideck-libraries/postman-to-k6)" in the [K6 Office Hours](http://www.youtube.com/watch?v=Be66Db4wHLA) podcast. We talked about how to convert a Postman collection to a k6 load test, the advantages of Postman, and the benefits of reusing automation testing scripts for performance. -[![Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)](http://img.youtube.com/vi/Be66Db4wHLA/0.jpg)](http://www.youtube.com/watch?v=Be66Db4wHLA "Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)") +[![Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)](https://img.youtube.com/vi/Be66Db4wHLA/maxresdefault.jpg)](http://www.youtube.com/watch?v=Be66Db4wHLA "Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)") +Watch it on Youtube >> https://www.youtube.com/watch?v=Be66Db4wHLA Topics covered: * Use cases for [k6](https://k6.io/) From e4911a6c9695f14f99698f2b20f702e7ce6087d1 Mon Sep 17 00:00:00 2001 From: Tim Haselaars <> Date: Sat, 19 Nov 2022 10:52:24 +0100 Subject: [PATCH 3/5] Added K6 Office hours video --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 010a63f..c994809 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,11 @@ $ k6 run k6-script.js Together with [Nicole van der Hoeven](https://twitter.com/n_vanderhoeven) & [Paul Balogh](https://twitter.com/javaducky) from the [K6 team](https://www.youtube.com/@k6io), we talked about "[postman-to-k6](https://github.com/apideck-libraries/postman-to-k6)" in the [K6 Office Hours](http://www.youtube.com/watch?v=Be66Db4wHLA) podcast. We talked about how to convert a Postman collection to a k6 load test, the advantages of Postman, and the benefits of reusing automation testing scripts for performance. -[![Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)](https://img.youtube.com/vi/Be66Db4wHLA/maxresdefault.jpg)](http://www.youtube.com/watch?v=Be66Db4wHLA "Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)") + + + + Watch it on Youtube >> https://www.youtube.com/watch?v=Be66Db4wHLA Topics covered: From ed04b560c346af39a39934f991d1ee75624d864c Mon Sep 17 00:00:00 2001 From: Tim Haselaars <> Date: Sat, 19 Nov 2022 10:54:07 +0100 Subject: [PATCH 4/5] Added K6 Office hours video --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c994809..7fe811a 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ $ k6 run k6-script.js Together with [Nicole van der Hoeven](https://twitter.com/n_vanderhoeven) & [Paul Balogh](https://twitter.com/javaducky) from the [K6 team](https://www.youtube.com/@k6io), we talked about "[postman-to-k6](https://github.com/apideck-libraries/postman-to-k6)" in the [K6 Office Hours](http://www.youtube.com/watch?v=Be66Db4wHLA) podcast. We talked about how to convert a Postman collection to a k6 load test, the advantages of Postman, and the benefits of reusing automation testing scripts for performance. - + Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43) From d431890eaeeb29164f42de5f310dcfe13f37c503 Mon Sep 17 00:00:00 2001 From: Tim Haselaars <> Date: Sat, 19 Nov 2022 10:56:36 +0100 Subject: [PATCH 5/5] Added K6 Office hours video --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fe811a..cf253ef 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,8 @@ $ k6 run k6-script.js Together with [Nicole van der Hoeven](https://twitter.com/n_vanderhoeven) & [Paul Balogh](https://twitter.com/javaducky) from the [K6 team](https://www.youtube.com/@k6io), we talked about "[postman-to-k6](https://github.com/apideck-libraries/postman-to-k6)" in the [K6 Office Hours](http://www.youtube.com/watch?v=Be66Db4wHLA) podcast. We talked about how to convert a Postman collection to a k6 load test, the advantages of Postman, and the benefits of reusing automation testing scripts for performance. - - +Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43) Watch it on Youtube >> https://www.youtube.com/watch?v=Be66Db4wHLA