We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Luatest writes reports with double quotes around the values of test parameters when they are strings, which breaks the XML format.
Test group example:
local g_positive_start_stages = t.group('touching_positive.start.stages', { { stage = const.TOUCHING.STAGE.COMPLETED }, { stage = const.TOUCHING.STAGE.CANCELLED }, })
Result JUnit xml:
<testcase group="touching_positive.start.stages.stage:"COMPLETED" name="touching_positive.start.stages.stage:"COMPLETED".test_start" time="0.040"> </testcase>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Luatest writes reports with double quotes around the values of test parameters when they are strings, which breaks the XML format.
Test group example:
Result JUnit xml:
The text was updated successfully, but these errors were encountered: