reportportal

Does anyone have Reportportal integration working with Karate 0.9.5.RC5?

佐手、 提交于 2020-11-29 18:50:25
问题 I am trying to make Reportportal integration work with Karate version 0.9.5.RC5. I am able to push the results to Reportportal; however, the steps on report are not in order and reportportal is not able to perform accurate Auto-Analysis even after marking previous failures with appropriate defect type. Does anyone have working ReportPortal integration with Karate version 0.9.5.RC5? 回答1: To often non-compatible changes happening in karate version. Team of reportportal expecting any stable

Karate Runner with ExecutionHook listener

喜欢而已 提交于 2020-05-16 22:38:48
问题 @Peter - As per your suggestion from my previous queries, I have used ExecutionHooks to implement ReportPortal. I am finding difficulties in passing all the required values from my Runner to Base Runner. Below is my configuration- BaseRunner.java Results results = Runner.parallel(tags,path,ScenarioName,Collections.singletonList(new ScenarioReporter()),threads,karateOutputPath); Runner.java @KarateOptions(tags = { "@Shakedown" }, features = "classpath:tests/Shakedown" ) I want to understand