Exception java.lang.UnsatisfiedLinkError when trying to open allure-reports in webdriver.io project

on ubuntu 20.04: sudo apt install openjdk-11-jdk As Joakim suggested in this comment here, the headless version was installed. I got the same error with ldd, the library missing. It’s not a good idea to change your question in general, it’s better to search first and ask a new one if needed, with all specifics. … Read more

How to integrate Allure Report in karate API automation project

If Allure supports the Cucumber JSON output it should work. Else suggest you take this up with the Allure team. You can refer to this thread (for Extent): https://github.com/intuit/karate/issues/619 EDIT: Since I refer anyone asking about extending / custom reports to this answer, read on. In Karate 1.0 onwards, the Results object can be used … Read more