Skip to content

Commit

Permalink
feat(Ptk-1): Updating changelog for version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aegrey-sxf committed Mar 27, 2024
1 parent 1465197 commit 8cebb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Support for pm.response.headers.get() (#1)
- Support for pm.response.headers.get() [#1](https://github.com/aegrey/postman-to-k6/issues/1)

---

Expand Down
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,6 @@ 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://raw.githubusercontent.com/apideck-libraries/postman-to-k6/main/assets/youtube-still.png" 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 Expand Up @@ -331,7 +315,7 @@ $ postman-to-k6 example/v2/echo.json -o k6-script.js
- Properties returning Postman classes:
- `pm.request.url` `pm.request.headers`
- Some features of `pm.response.headers`
- `pm.response.heasers.get()` supported as of 1.9
- `pm.response.headers.get()` supported as of 1.9
- The Hawk authentication method.
- Deprecated `xmlToJson` method.
- Request IDs are changed. Postman doesn't provide them in the export, so we have to generate new ones.
Expand Down

0 comments on commit 8cebb39

Please sign in to comment.