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,
Our swagger shows endoints path as "/api/v1/hotels"
But in my tests i specified "/api/v1/hotels" as RestAssured basePath and make requests as:
get() or get("/{hotelId}").
Your tool cant recognize it in a proper way and cant find these requests.
Is it possible to configure it?
The text was updated successfully, but these errors were encountered:
Hello,
Our swagger shows endoints path as "/api/v1/hotels"
But in my tests i specified "/api/v1/hotels" as RestAssured basePath and make requests as:
get() or get("/{hotelId}").
Your tool cant recognize it in a proper way and cant find these requests.
Is it possible to configure it?
The text was updated successfully, but these errors were encountered: