This repository contains extensive examples of Allure 2 features that are available via Allure 2 plugin for Pytest testing framework.
To install and run test examples use the following commands that will output report data into /tmp/allure_results
temporary folder.
$ python setup.py install
$ py.test features_demo --alluredir=/tmp/allure_results
To see the generated report execute
$ allure serve /tmp/allure_results