behave-contrib / behave-html-pretty-formatter

HTML Pretty formatter for Behave
GNU General Public License v3.0
15 stars 4 forks source link

Respect mime type on gziped data #67

Closed fpokryvk closed 8 months ago

fpokryvk commented 8 months ago

If mime type was HTML, set innerHTML attribute, otherwise set innerText to correctly escape possible HTML symbols.