External service support variable request URL #21
digitalcrab
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you add a new external service mock and then use with in the feature file like this
Mock checking explicit match of a given URL. I have a use case where my app generate dynamically some query parameters and use them to call external system like this "/check?foo=bar&bar=foo" and values are not predictable or simply can not me hardcoded (think about hashes or encrypted values that have some sort of timestamps inside ;) ).
Would be amazing if "httpsteps" package with ExternalServer mock could handle such cases.
Beta Was this translation helpful? Give feedback.
All reactions