Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T07:43:09.000Z (7 months ago)
- Last Synced: 2024-11-06T08:26:51.639Z (10 days ago)
- Topics: on-prem, open-source, readyapi-platform, readyapi-plugin
- Language: Roff
- Homepage:
- Size: 591 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 4
-
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.1## Requirements
The plugin requires ReadyAPI version 3.49 or later.
## Working With the Plugin
### Install the plugin
![Intstalling the plugin](install-plugin.png)
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
![Import postman collection](import-postman-collection.png)
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).