Description
The descriptions like :
"description": "\n <h2>Test Failure: <code>test_segment_jump_with_loop</code></h2>\n <h3><a href [...]
Now gives :
In the new version. As if everything was embedded / sanitized in a < pre >
tag.
In the previous release, it used to be :
Example of payload :
"description": "\n <h2>Test Failure: <code>test_segment_jump_with_loop</code></h2>\n <h3><a href=\"https://test/\">Link</a></h3>\n <h3>Short Trace</h3>\n <pre><code>Exception: No trigger detected</code></pre>\n <h3>Full Trace</h3>\n <pre><code>ble_dongle = <ble_hci_dongle.HCIDongle object at 0x7ffadfc71660>, lead_type = 2\npts_logic_analyzer = <ikalogic.src.SP209_Wrapper.SP209_Wrapper_GTX object at 0x7ffadfc70910>\n\n @pytest.mark.scenario </code></pre>\n <h3>Logs</h3>\n <pre><code>MC logs:\nLog container 0 program id 1</code></pre>\n ", "description_format": "html",
CC @Kiryous