Open jakubstephan opened 5 months ago
Now XML looks like this:
<?xml version="1.0" encoding="utf-8"?>
<testsuites>
<testsuite tests="1" errors="0" failures="0">
<testcase id="after_release.hurl" name="after_release.hurl" time="24.956"/>
</testsuite>
</testsuites>
Hello everyone,
I'm using HURL to test within one file with 30+ endpoints.
It's possible to split report for each test case with a name of tested endpoint ?
I'm putting junit test report into gitlab.com and it shows it as a one test :(
If it failed it also shows that each testrun fails instead of single endpoints.