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

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

code: `import pytest @pytest.fixture(scope="function", autouse=True) def set_up(): print("Test set up start") raise Exception("set up failed") yield print("Test set up finish") @pytest.fixture(scope="class", autouse=True) def tear_down(): print("Test tear down start") yield raise...

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

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

Stack: python, pytest, selenium. To parametrize tests I use **pytest_generate_tests**: `metafunc.parametrize(fixture, test_data.values(), ids=[key for key, value in test_data.items()])` In allure test looks like this: ![screenshot](https://user-images.githubusercontent.com/19889745/51314546-00dacd00-1a61-11e9-8290-fd893ceac9b1.png) But in IDE (Pycharm) it...

theme:pytest
task:new feature

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

theme:pytest
theme:pytest-bdd
task:improvement

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

theme:robotframework

### Context [//]: # ( Describe the problem or feature in addition to a link to the issues ) Currently allure report for the pytest-bdd framework doesn't include logs, stdout...

Currently, we don\`t support running allure-python in an async function (e.g. through asyncio event loop or a similar coroutine execution engine). This is important, because 1. Async-based frameworks and libraries...

theme:pytest
theme:core
task:new feature

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

bug
theme:pytest