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