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
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.
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: