shanejansen / touchstone

Touchstone is a testing framework for your services that focuses on component, end-to-end, and exploratory testing.
16 stars 2 forks source link

HTTP Mock - Default to "url" instead of "urlPattern" #33

Closed shanejansen closed 2 years ago

shanejansen commented 2 years ago

When building the HTTP mock, "urlPattern" is used by default. This can be confusing because characters need to be escaped when not expected. "url" should be the default and "urlPattern" should be an option