Unicity / Gauntlet

A test runner for comparing outputs of HTTP endpoints (Team: US-Backend PM: Mike W.)
Apache License 2.0
1 stars 0 forks source link

Compare `.xml` outputs as text #5

Closed dimitry12 closed 8 years ago

dimitry12 commented 8 years ago

I suggest a feature: when expected output file is .xml, lint both expected and actual outputs as XML and then diff expected and actual as regular text.

This will replace current XSD-validation behavior. I suggest to move XSD-validation logic for cases when expected output file is .xsd.

dimitry12 commented 8 years ago

@powerc9000 looks great! Thank you!