-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
option to disable HTTP logs appearing in reports on demand #397
Comments
good to have:
|
We can hide the steps starting with '*' in the report, so that all the noise will be reduced and user can have control over which step to be displayed in the report and which is not. But in case of a failure in the hidden step, it should be displayed in the report. My suggestion is that hide the steps when Keyword is '*' and result is 'Passed'. Thanks, |
@svarunbe I like this idea. we can have this behavior switched on via a thinking aloud, the
|
It is clean and neat. Thanks, |
speaking of DocString - just realized there are 2 distinct concepts:
so in other words there is this |
log level of custom appender decoupled response time calc more accurate, based on htto client interceptor
now apply to primary http log itself and are not duplicated if set to true much cleaner
hiding steps based on whether it starts with a * was not possible we will wait for the cucumber removal task to complete because we will have a much better reporting life-cycle will open a new ticket for the remaining reporting changes, one is masking of sensitive values
this ticket ended up only implementing the ability to show / hide logs on demand. see above history for the 2 tickets split-opened for the remaining enhancements |
released 0.8.0 |
I'm running 0.9.4.RC5 . Two problems I see relating to this . (reproducible in my repo: https://github.com/djangofan/karate-test-prime-example ):
I would say this issue should be re-opened in some fashion. |
@djangofan please don't use an old discussion as a reference, go with the readme: https://github.com/intuit/karate#report-verbosity - and when you open an issue, follow this process: https://github.com/intuit/karate/wiki/How-to-Submit-an-Issue - including steps to replicate etc |
a bunch of asks coming in:
method
,match
andprint
shownThe text was updated successfully, but these errors were encountered: