https://github.com/allure-examples/robotframework-pip
https://github.com/allure-examples/robotframework-pip
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/allure-examples/robotframework-pip
- Owner: allure-examples
- Created: 2019-02-17T11:37:24.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T09:10:27.000Z (about 2 years ago)
- Last Synced: 2025-03-28T03:41:04.538Z (about 1 year ago)
- Language: Python
- Size: 755 KB
- Stars: 13
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: history_demo/__init__.py
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