ePages-de / restdocs-wiremock

Spring REST Docs WireMock Integration
Apache License 2.0
75 stars 27 forks source link

Use URI templates to generate stubs with urlPattern #63

Closed mduesterhoeft closed 6 years ago

mduesterhoeft commented 6 years ago

If a URI template is available in the snippet we generate a urlPattern with a regular expression instead of the id in the request. This allows for more flexible request matching when variables are part of the path.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.9%) to 94.253% when pulling 478b3d3fb44ccc50eccafb4d50872b057f51fcd6 on mduesterhoeft:uritemplate into d49e4f2ef325ff2ffb73fc984e79cd386469d338 on ePages-de:master.

otrosien commented 6 years ago

👍