AnglesHQ / angles

Angles is a test dashboard that will allow you to store all your automated test results independent of the test automation framework you are using (as long as there is a client which supports using the Angles API), in a single location and has common for reports for all of them. It also allows you to view the results from various angles
Apache License 2.0
9 stars 7 forks source link

unescaped quotes has resulted in quotes rendered as HTML entities " in the downloaded HTML report #76

Closed GaryTsang closed 7 months ago

GaryTsang commented 7 months ago

An example of the issue can be seen on the downloaded html report where you can see multiple occurances of &quot; for instance: <td class="PASS caps" colspan="100%" onclick="toggleElement(&quot;54982fa859de4f68Df0171932&quot;); this.classList.toggle(&quot;opened&quot;);">

The quotes in this line is the culprit https://github.com/AnglesHQ/angles/blob/47c9fc1e0f99c76edf85a3a06941dc5e43e7cf83/app/assets/report/index.pug#L123

snevesbarros commented 7 months ago

Merged. Thanks!