Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Aug 18, 2021
1 parent 451bdd2 commit 17f5235
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Note that this will require you to run the converter with `npx @apideck/postman-
### Global Installation

```shell
$ npm install -g postman-to-k6
$ npm install -g @apideck/postman-to-k6
```

## Usage
Expand Down Expand Up @@ -206,24 +206,6 @@ Skips any post-request scripts during conversion
$ postman-to-k6 collection.json --skip-pre -o k6-script.js
```

## Docker Usage

Using the Docker image, you execute the tool as follows:

```shell
$ docker run -it \
-v "/path/to/postman/collection/:/postman/" \
loadimpact/postman-to-k6 \
/postman/my-collection.json \
-o /postman/test.js
```

and then execute the k6 test using:

```shell
$ k6 run /path/to/postman/collection/test.js
```

## Examples

A collection of Postman examples are located under `example`.
Expand Down

0 comments on commit 17f5235

Please sign in to comment.