Ever wish you could import a curl request into a mabl API test? Now you can! Starting with Desktop App version 2.24.17, you can add API test steps with the Import step from cURL option. Just paste in your cURL request to quickly convert a request from the command line to the mabl API Test Editor.
This option is great for users who:
- prefer to tinker with requests on the command line
- want to copy a curl request from an API reference, including mabl's!
Keep in mind that importing steps from a curl request does not build assertions or do any pre- or post-request scripting, so further work will be required to build out your API test.
To learn more about configuring API requests, check out the docs.