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

Can Gauntlet compare HTML output? #9

Open bluetechy opened 8 years ago

bluetechy commented 8 years ago

@powerc9000 Is it currently possible to compare HTML output using Gauntlet? If not, this would be a beneficial feature to have....

powerc9000 commented 8 years ago

It can compare JSON vs JSON, XML vs Schema and XML vs XML (only checks them as strings so it's not very smart). So if you just want basic HTML comparison I can add that in really fast but for anything more robust it would take longer.

bluetechy commented 8 years ago

@powerc9000 Let's start small for now (if you can do it fast), but we will at some point what it to be as robust as possible.