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
Hurl can already be used to test HTTP servers thanks to assertions and captures.
With a slight addition (assuming this isn't a thing already) it could be used to test HTTP clients as well. The CLI could include an HTTP server that would match requests against Hurl files, and then return the response from the matching file.
The combination of the two should be enough for contract testing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hurl can already be used to test HTTP servers thanks to assertions and captures.
With a slight addition (assuming this isn't a thing already) it could be used to test HTTP clients as well. The CLI could include an HTTP server that would match requests against Hurl files, and then return the response from the matching file.
The combination of the two should be enough for contract testing.
Beta Was this translation helpful? Give feedback.
All reactions