# readyapi-postman-plugin **Repository Path**: mirrors_SmartBear/readyapi-postman-plugin ## Basic Information - **Project Name**: readyapi-postman-plugin - **Description**: Postman Plugin for ReadyAPI - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: 4.1.0-SNAPSHOT ## Requirements The plugin requires ReadyAPI version 4.0.0 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).