-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support for group duration threshold #2
Comments
appears to be an issue with the regex i'm using to detect the failed lines. the colon(:) character is messing it up. should be a simple fix, will try and get this done today after i've finished work. |
I had a dig as well and thought that was what it might be. I’ll have a look and see whether there are any other cases that trigger it eg tags. |
should be fixed now in version 1.0.3 |
Confirmed this works for both tags (
|
Hi, I can't get group duration thresholds to appear as a test case in the JUnit output, despite appearing as a failed check in the k6 output.
I've set up a group based on https://k6.io/docs/using-k6/thresholds#copy-paste-threshold-examples:
The group fails the response time validation in the k6 output:
However, only the
errors
andhttp_req_duration
thresholds have test cases created; the group duration is omitted.Is group syntax supported?
The text was updated successfully, but these errors were encountered: