dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

Fix API's ability to build URI if swagger file does not contain full url #514

Closed sampacos closed 1 year ago

sampacos commented 1 year ago

Some web services might have a swagger file that does not specify its full URL. Given that we still have the URL of the API that's in the API yaml object, we can still build a URI for sending web requests. we should handle this error so it doesn't fail tests

tyBouch commented 1 year ago

I believe we can close this as the branch used to fix it was merged if I recall.