earldouglas / swagger-test

Specification-driven REST API testing
MIT License
113 stars 19 forks source link

[inference] parameter generation #2

Open earldouglas opened 9 years ago

earldouglas commented 9 years ago

For inferred tests, it would be handy to allow users to tell swagger-test how to generate values for path parameters.

e.g. get /foo/{bar}/baz needs a way for the user to provide sample values for {bar}

This pattern applies in lots of other places too, including query parameters, headers, form fields, body models, etc. Split these cases into separate issues as they materialize.

earldouglas commented 9 years ago

Possibly useful for this: jsverify