Skip to content
New issue

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

SPlit HTML/JUNIT report into test cases #2889

Open
jakubstephan opened this issue Jun 7, 2024 · 1 comment
Open

SPlit HTML/JUNIT report into test cases #2889

jakubstephan opened this issue Jun 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jakubstephan
Copy link

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 jakubstephan added the enhancement New feature or request label Jun 7, 2024
@jakubstephan
Copy link
Author

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant