Peter Thomas

Results 357 comments of Peter Thomas

tagging @mj11pyqe - if possible can you review the connection reuse strategy based on something you reported in #2114

@f-delahaye sorry to hold on this, I'm thinking of releasing 1.5.0 final without this to be safe and then merge this

thanks for the repro. you may have seen this already, but a workaround could be to manually strip / modify the namespace data from the XML: https://stackoverflow.com/a/75626292/143475

@bondar-artem thanks for the repro ! it would be good to confirm if `-Dkarate.options=-T 5 classpath:examples/TestParallel.feature` is a workaround. I hope there are no concerns if the fix is for1.5.0...

@dvargas46 yes please do submit a PR this - thanks for the work on the other one I will merge when I get a chance

karate 1.5.0.RC3 including this fix is now available

this is not directly supported. the cucumber-html report suffices for most purposes and you can use cucumber comments / `print` statements to add more context if needed. this should also...

@sumargoraymond do this in an `afterScenario` hook, and extract the response. all good: https://github.com/intuit/karate#hooks sorry, I'm not convinced. and if you really feel so strongly about this, kindly implement it...

@austenjt agreed. am re-opening this - also there is a thought of implementing "soft assertions" for JSON since many teams have asked for this, so hopefully can do this in...