You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ptrthomas there is a mr with a fix. The karate json reports checks for the overall failure property of the result. The cucumber reports seems to not care about it at all. But I can't find tests for it, and have no cucumber json knowledge to check if it's ok.
JUnit XML reports ignore the
@fail
annotation from #2641The reason is that the
ReportUtils
check for the existence of an error step and ignore the overall result: https://github.com/karatelabs/karate/blob/develop/karate-core/src/main/java/com/intuit/karate/report/ReportUtils.java#L219The text was updated successfully, but these errors were encountered: