This article explains how to import a Postman collection into mabl in the API Test Editor:
Importing Postman collections with folders
The API Test Editor does not support importing Postman collections that contain folders. For instructions on importing Postman collections that contain folders, click here.
Export from Postman
Export the collection from Postman:
- Open a Collection that you'd like to import to mabl.
- Click on the More actions (...) menu.
- Select Export. Postman will ask you which collection format you would like to save the exported file in. You can proceed with the export without changing the default setting.
Exporting a Postman Collection
Collection size limits
API tests cannot exceed 1MB in size. We recommend using caution with large JavaScript pre-request scripts.
Create a new mabl API test
In mabl, create a new API test:
- Click the New test button in the left sidebar.
- Select API test.
- Fill out the test creation form.
- Click on Create test to load the API Test Editor.
Import the Postman collection
Click on the import icon to import the Postman collection.
Importing Postman Collection into mabl to create a mabl API test
Managing variables
To ensure that Postman variables work as expected in a mabl API test, check out the guide on variables in Postman imports.