You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a swagger file is big, it generates too many constraints error. The constant pool includes numbers, strings, method names, field names, class names, references to classes and methods. The limit is 65536. I tried this project (https://github.com/devgateway/ocvn) with 500 testsperoperation option. The project's swagger file is here: https://github.com/codingsoo/temp_swagger/blob/main/ocvn.json
It would be great if RESTest can handle the big swagger file and large number of testsperoperation option. (probably by splitting the Junit file?)
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for this nice tool. I really like this.
When a swagger file is big, it generates too many constraints error. The constant pool includes numbers, strings, method names, field names, class names, references to classes and methods. The limit is 65536. I tried this project (https://github.com/devgateway/ocvn) with 500 testsperoperation option. The project's swagger file is here: https://github.com/codingsoo/temp_swagger/blob/main/ocvn.json
It would be great if RESTest can handle the big swagger file and large number of testsperoperation option. (probably by splitting the Junit file?)
The text was updated successfully, but these errors were encountered: