ctco / cukes

Cucumber DSL for testing RESTful Web Services
Apache License 2.0
107 stars 64 forks source link

JSON Scheme validation steps #16

Open AlexeyBuzdin opened 8 years ago

JekabsK commented 8 years ago

REST API response validation using JSON Schemas would allow to validate the correctness of a whole JSON response. Some benefits I see:

An example of a Java lib that would allow this validation. https://github.com/everit-org/json-schema

AlexeyBuzdin commented 8 years ago

REST-assured features Scheme Validation: http://www.jayway.com/2013/12/10/json-schema-validation-with-rest-assured/ ; Need to adopt the same API in cukes-rest

itsgauravjain22 commented 7 years ago

I also want Jsonpath & jsonSchema validation in cukes-rest framework