Skip to content

Commit

Permalink
Added K6 Office hours video (#89)
Browse files Browse the repository at this point in the history
* Added K6 Office hours video

Co-authored-by: Tim Haselaars <>
  • Loading branch information
thim81 authored Nov 19, 2022
1 parent 06d90df commit 83bc113
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.

<a href="https://www.youtube.com/watch?v=Be66Db4wHLA" target="_blank" title="Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)" rel="nofollow">
<img src="https://camo.githubusercontent.com/fe8d65ea79fcdb60c7e541d75259871d9846f96348feda261093ea2b20fa4299/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f4265363644623477484c412f6d617872657364656661756c742e6a7067" alt="Postman for load testing using k6, with Tim Haselaars (k6 Office Hours #43)" width="50%"></a>

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
Expand Down

0 comments on commit 83bc113

Please sign in to comment.