hurl icon indicating copy to clipboard operation
hurl copied to clipboard

SPlit HTML/JUNIT report into test cases

Open jakubstephan opened this issue 1 year ago • 1 comments

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.

jakubstephan avatar Jun 07 '24 10:06 jakubstephan

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>

jakubstephan avatar Jun 07 '24 10:06 jakubstephan