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
Hello, we are building a research tool to generate API test suites and API specification automatically using UI test suites. When we compared the API specification we generate for your web app with the specification provided along with the web application, we found a few inconsistencies. Would you consider this to be a problem with the API specification or with the application?
Here are the API endpoints for which the server provided a 2xx or a 3xx status but the specification does not include them.
For example -get means that we tried the HTTP request GET on the API endpoint / and received a status 200 from the server for http://localhost:3000/api but there is no corresponding operation defined in the specification.
This particular root endpoint provided a health check but the original specification does not mention it.
The text was updated successfully, but these errors were encountered:
Hello, we are building a research tool to generate API test suites and API specification automatically using UI test suites. When we compared the API specification we generate for your web app with the specification provided along with the web application, we found a few inconsistencies. Would you consider this to be a problem with the API specification or with the application?
Here are the API endpoints for which the server provided a 2xx or a 3xx status but the specification does not include them.
For example
-get
means that we tried the HTTP requestGET
on the API endpoint/
and received a status 200 from the server forhttp://localhost:3000/api
but there is no corresponding operation defined in the specification.This particular root endpoint provided a health check but the original specification does not mention it.
The text was updated successfully, but these errors were encountered: