Closed sadiqkassamali closed 3 months ago
@sadiqkassamali sorry - I'm not clear what should be done here ? cluecumber already has documentation and we have linked to it here: https://github.com/karatelabs/karate#test-reports
if you want more, I suggest you add an example here: https://github.com/karatelabs/karate-examples/blob/main/README.md
cc @bischoffdev (creator of cluecumber)
Purpose: Documentation for Adding ClueCumber reports to Karate
What is ClueCumber: https://github.com/trivago/cluecumber <-- highly vibrant cucumber reports.
https://github.com/trivago/cluecumber/tree/main/core#add-custom-information-to-the-report
Add following to your pom file
Add following to your runner class.
You can also auto open the report once your runner file has run or rerun test cases.
Enjoy:
A fully generated example report can be viewed here!