This example demonstrates how to use Allure Cucumber adaptor.
To launch this example you should install Ruby and the allure-cucumber gem.
rbenv install 3.1.4
gem install bundler
bundle install
bundle exec cucumber
You should see failed tests and generated Allure json files in report/allure-results directory. Now you can generate the report using any of the available facilities.