File Size exceeds when importing from OpenAPI/Swagger (JSON file)

Hi,
I have this JSON file from Swagger that I wanted to import to Katalon Studio Enterprise 10.0.1 (Trial), but I can’t seem to import it.
I’m getting the error below:

Please help or any workaround? I’m currently trying this tool to automate tests for REST APIs.

1 Like

Release Notes seem to indicate " The imported file size limit for API generation is 8MB."
Hopefully someone can suggest a workaround. Are you able to use Postman?

try importing the file with less than 8mb

@rotchine.g.canet

I suppose that you would be able to split the large JSON file into smaller chunks of size less than 8MB each. Then you would be able to import the smaller JSON files one by one. If you accept this practice, the maximum importable file size would not matter much.

1 Like