https://github.com/smartbear/readyapi-postman-plugin
Postman Plugin for ReadyAPI
https://github.com/smartbear/readyapi-postman-plugin
on-prem open-source readyapi-platform readyapi-plugin
Last synced: 6 months ago
JSON representation
Postman Plugin for ReadyAPI
- Host: GitHub
- URL: https://github.com/smartbear/readyapi-postman-plugin
- Owner: SmartBear
- Created: 2016-06-16T13:48:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T18:26:26.000Z (6 months ago)
- Last Synced: 2025-04-22T19:42:34.419Z (6 months ago)
- Topics: on-prem, open-source, readyapi-platform, readyapi-plugin
- Language: Java
- Homepage:
- Size: 650 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# Postman Plugin for ReadyAPI
This repository contains source code files for the Postman Plugin for ReadyAPI. You can use this plugin to import your Postman collections.
## Plugin Info
- Author: SmartBear Software (http://smartbear.com)
- Plugin version: 3.0.3-SNAPSHOT## Requirements
The plugin requires ReadyAPI version 3.49 or later.
## Working With the Plugin
### Install the plugin

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.### Import the collection

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.## Build the plugin
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
## Additional Information
You can find more information about importing the plugin and conversion from Postman collection to ReadyAPI project in the [documentation](https://support.smartbear.com/readyapi/docs/integrations/postman.html).