Skip to content

Commit

Permalink
adding licence and note
Browse files Browse the repository at this point in the history
  • Loading branch information
selcuksozuer authored Jan 16, 2019
1 parent 8bfac94 commit 30c0098
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# postman2jmx
Postman collection to Jmeter jmx file converter.

### Note

- postman2jmx converter only converts the Postman V2+ exported files!
- feel free to send any pull requests.

### Installation

postman2jmx requires Java8+ and Maven 3+.
Expand All @@ -26,3 +31,7 @@ $ cd target/Postman2Jmx
$ java -jar my_postman_collection.json my_jmx_file.jmx
```

License
----

The MIT License (MIT)

0 comments on commit 30c0098

Please sign in to comment.