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 urlPattern option in verify #34

Closed ScottFreeCode closed 2 years ago

ScottFreeCode commented 2 years ago

Essentially the same as #33 but for verification whereas #33 was for setup. As the old behavior is the same as the new default, it won't be an additional breaking change. Before it was always url, now it can be url or urlPattern.

shanejansen commented 2 years ago

@ScottFreeCode Nice enhancement!