Hi Do you know if there is a way of publishing Karate cucumber reports by using Cucumber Open? I have recently seen that cucumber enables publishing reports to a cloud-based environment which makes sharing the reports with others very easy. cucumber-open-link
I have tried a number of ways such as adding @CucumberOptions as annotation to the ParallelRunner class, but failed to make Cucumber find the feature files to run (or when it found the features files, this time failed to find the step definitions).
I will be happy to hear from anyone in the Karate community who may have experimented using this version of cucumber reporting with Karate, or any other ideas. Thanks all for your time.