This repository contains source code files for the Postman Plugin for ReadyAPI. You can use this plugin to import your Postman collections.
- Author: SmartBear Software (http://smartbear.com)
- Plugin version: 3.0.1
The plugin requires ReadyAPI version 3.49 or later.
To install the plugin:
- In ReadyAPI, switch to the Integrations tab.
- Find ReadyAPI Postman Plugin and click Install.
- Confirm that you want to download and install the plugin.
To import the collection:
- Select File > Create Project via Integration.
- In the Create Project via Integration dialog, click Postman collection.
- In the Import Postman Collection dialog, click Browse and select the Postman collection to import.
If you want to build the plugin yourself all you need to do is clone this repository locally and run
mvn clean install
which will create the plugin jar in the target folder
You can find more information about importing the plugin and conversion from Postman collection to ReadyAPI project in the documentation.