allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Allure integrations for Python test frameworks

Results 208 allure-python issues
Sort by recently updated
recently updated
newest added

is there any way to add allure mark for priority and owner, show in reports and filter?

#### I'm submitting a ... * [x] bug report * [ ] feature request * [ ] support request => Please do not submit support request here, see note at...

I am getting the error "AttributeError: module 'pytest' has no attribute 'allure' in below place @staticmethod def take_screenshots(txt): file_name = "{}.png".format(Communication.get_random_characters()) Settings.get_driver().get_screenshot_as_file(file_name) > pytest.allure.attach.file( file_name, name=txt, attachment_type=pytest.allure.attachment_type.PNG ) E AttributeError:...

#### I'm submitting a ... Bug report #### What is the current behavior? When I'm trying to start tests with parametrize fixture from Allure TestOps, pytest couldn't find them in...

Trying to run following test using pytest but getting below error. fixture 'result_type' not found. ``` @allure.step("Generating Test Results") def testResultPngToPdf(result_type): '''Function call to make pdf for all screen shots...

### Context We would like to be able to run tests based on their suite or parent suite allure labels #### Checklist - [x] [Sign Allure CLA][cla] - [ ]...

theme:pytest

Fix documentation link

add allure epic,feature,story,title for two scenario tests like `@allure.epic('设备管理') @allure.feature('设备列表') @allure.story('添加设备') @allure.title('场景:添加设备') @scenario("functional/devices/features/devices.feature", "通过SFE平台添加设备") def test_add_divice(): pass ` ` @allure.epic('系统管理') @allure.feature('账号列表') @allure.story('添加账号') @allure.title('场景:新增账号') @scenario("functional/guns/features/account.feature", "新增账号") def test_add_account(): pass ` the...

[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...

[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...