Trying to find if Karate can be integrated with Serenity BDD framework so we can generate Serenity reports from Karate test runs. Karate does emit cucumber json but can serenity just act as report generator?
Trying to find if Karate can be integrated with Serenity BDD framework so we can generate Serenity reports from Karate test runs. Karate does emit cucumber json but can serenity just act as report generator?
I don't think so. Karate is open-source so you can try contributing.
You can also consider writing your own report: https://stackoverflow.com/a/66773839/143475