Skip to content

ehborisov/allure2-pytest-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allure 2 Pytest Demo

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

Installation and Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published