You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting an jUnit (XML) report with the following command: venom run tests.yml --format=xml --output-dir="report"
If there is a failure, the failing <testcases> item contain <failure> items that look like terminal formatted text. They contain an invalid character (Unicode: 0x1b) regarding XML which looks like an ANSI escape character.
This issue blocks the integration of this XML report with other tools because the XML file is invalid:
[Fatal Error] test_results.xml:1004:25: An invalid XML character (Unicode: 0x1b) was found in the CDATA section.
Could not parse file report/test_results.xml
The text was updated successfully, but these errors were encountered:
When exporting an jUnit (XML) report with the following command:
venom run tests.yml --format=xml --output-dir="report"
If there is a failure, the failing
<testcases>
item contain<failure>
items that look like terminal formatted text. They contain an invalid character (Unicode: 0x1b) regarding XML which looks like an ANSI escape character.See for example:
This issue blocks the integration of this XML report with other tools because the XML file is invalid:
The text was updated successfully, but these errors were encountered: