Integration of Allure reports in Katalon 9 #2767
Replies: 1 comment
-
Allure has yet to support the Allure does not officially support Katalon products since Katalon is a closed source and requires a license to function properly (even the CI integration, which is necessary for open-source development, requires a license). However, since Katalon uses Cucumber Java under the hood, it should be possible to integrate it with Allure. You can follow the steps specified in the documentation: https://allurereport.org/docs/cucumberjvm/
To enable the Allure Cucumber plugin, you probably need to use a custom cucumber runner as described here: https://docs.katalon.com/katalon-studio/keywords/keyword-description-in-katalon-studio/cucumber-keywords/cucumber-run-with-cucumber-runner. |
Beta Was this translation helpful? Give feedback.
-
Hello Allure community,
I'm part of a QA team that uses Katalon for its automated BDD tests. To modernize our reports, we decided to turn to Allure, and I'm in charge of its implementation.
Today, from within Katalon, I'm able to launch the Allure report generation command using the appropriate command.
For the moment I'm limiting myself to 1 cucumber.json file to generate the report, but Allure can't extract the data from the file and returns an empty report.
I've made some enquiries and I'm under the impression that the cucumber.json file isn't in the right format, which would explain why Allure can't retrieve any information.
What do you think? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions