So this is generally fork of allure-ruby with some dirty hacks to add features into allure-cucumber:
- handle of cucumber
@testType:screenshotDifftag to support screen-diff-plugin - check jira issue status to skip tests failures due to known issues
- cucumber_failure.log generation without known jira issues to optimize rerunning
Ruby testing framework adaptors for generating allure compatible test reports.
gem "allure-ruby-commons"Allure lifecycle implementation to be used by other testing frameworks to generate allure reports
Interaction and usage of allure lifecycle is described in allure-ruby-commons docs
gem "allure-cucumber"Implementation of allure adapter for Cucumber testing framework
Detailed usage and setup instruction can be found in allure-cucumber docs
gem "allure-rspec"Implementation of allure adapter for RSpec testing framework
Detailed usage and setup instruction can be found in allure-rspec docs