I have a question. I wrote a test scenario in APIDog as a custom request and exported it to apidog-cli. Now I want to import the exported file back to apidog. But when I try to import the test scenario file exported to apidog-cli as data management, it says that there is no data. Is there any way?
Thank you for your notice. I think the method you mentioned is when there is API endpoint in the API. Is there no way to import the test scenario written as Custom Request in the test after export?
Test scenarios can be exported only in the Apidog format. The Apidog CLI format is used for running local environments or external continuous integration pipelines.
For detailed information, please check here: Export test scenarios - Apidog Docs
Thank you. According to the link, it seems that the export of Test Scenario only supports 3 formats. apidog-cli, postman, and jmeter. I exported in apidog-cli format to perform test scenario in the pipeline. However, I wanted to re-import the test scenario that I exported to modify the test scenario (I deleted the test scenario that I previously created from apidog, so there was no other way). However, I still couldn’t find a way to import the apidog-cli file into apidog.
Only the Apidog format exported from Settings - Export Data can import the Test Scenario. The Apidog CLI format cannot be used for import.
Thank you, and now I understand as follows.
- If ‘Export All’ is performed in Apidog format in ‘Setting’, API endpoints, Schema including Test Scenario are exported.
- Only Test Scenario cannot be exported in Apidog format individually.
- You can export Test Scenario to Apidog-cli individually, but you cannot use it to import this file again.
It was very helpful. Thank you Frank!