eykrehbein / strest

⚡️ CI-ready tests for REST APIs configured in YAML
MIT License
1.74k stars 59 forks source link

Validation: Convert XML response to JSON #52

Closed eykrehbein closed 5 years ago

eykrehbein commented 6 years ago

If the response's format is XML, convert it into JSON before validation to be able to validate it with the standard JSON syntax.

validate:
   json:
      ...
eykrehbein commented 5 years ago

deprecated issue