An open API service indexing awesome lists of open source software.

https://github.com/allure-examples/robotframework-pip


https://github.com/allure-examples/robotframework-pip

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Allure Python demo
=====================

This repository contains extensive examples of Allure features that are available via
Allure plugin for Pytest testing framework.

- `Allure Pytest plugin `_

Installation and Usage
======================

To install and run test examples use the following commands that will output report data into ``/tmp/allure_results``
temporary folder.

.. code:: bash

$ python setup.py install
$ py.test features_demo --alluredir=/tmp/allure_results

To see the generated report execute

.. code:: bash

$ allure serve /tmp/allure_results