znsio / specmatic

Turn your contracts into executable specifications. Contract Driven Development - Collaboratively Design & Independently Deploy MicroServices & MicroFrontends.
https://specmatic.io
MIT License
281 stars 52 forks source link

Fixes for HTTP path with more than two segments #1251

Closed harikrishnan83 closed 3 months ago

harikrishnan83 commented 3 months ago

What:

Fixes for HTTP path with more than two segments

Why:

When HTTP path has multiple params (Ex: /organizations/{orgId}/employess/{empId}), negative test generation is chopping of all path segments after the second segement

How:

Temporarily removed the recursive approach in negative test generation for path HTTP path params

Checklist: