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
Hi,
at first thanks for the awesome tool <3 and thanks for providing junit format.
i was using the junit format on my ci. there is a problem with no errors output, since it needs to have a testcase. otherwise its not valid junit format.
current output on success: <?xml version="1.0" encoding="UTF-8"?><testsuites></testsuites>
how output should be: <?xml version="1.0" encoding="UTF-8"?><testsuites><testsuite name="unknown classes" failures="0"><testcase name="All OK" assertions="1"/></testsuite></testsuites>
any other valid junit format is for sure fine aswell
The text was updated successfully, but these errors were encountered:
Hi,
at first thanks for the awesome tool <3 and thanks for providing junit format.
i was using the junit format on my ci. there is a problem with no errors output, since it needs to have a testcase. otherwise its not valid junit format.
current output on success:
<?xml version="1.0" encoding="UTF-8"?><testsuites></testsuites>
how output should be:
<?xml version="1.0" encoding="UTF-8"?><testsuites><testsuite name="unknown classes" failures="0"><testcase name="All OK" assertions="1"/></testsuite></testsuites>
any other valid junit format is for sure fine aswell
The text was updated successfully, but these errors were encountered: