diff --git a/README.md b/README.md index 40884ba..cf253ef 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,22 @@ 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) + +Watch it on Youtube >> https://www.youtube.com/watch?v=Be66Db4wHLA + +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