-
```
@allure.feature('page')
class TestPage(object):
@allure.story('story1')
@pytest.mark.asyncio_cooperative
async def test_01(self):
with allure.step("execute test_02"):
…
-
hello, why Build step 'Allure Report' changed build result to UNSTABLE ??
![image](https://user-images.githubusercontent.com/40297449/102840906-d52ba300-443e-11eb-80a8-c7911df29f19.png)
-
-
I and my colleagues think that this feature is must have for fast browsing and analysis
Examples:
![screenshot_1](https://user-images.githubusercontent.com/14292399/36026176-57478940-0daf-11e8-8175-…
-
## allure状态只有broken
> 明明执行结果是failed,但是报告只有broken 黄色
![image](https://user-images.githubusercontent.com/11660641/185331577-ad76e983-2ac6-469c-8753-01ac3d7c6af1.png)
## 版本信息
请提供如下版本信息:
…
xin7c updated
2 years ago
-
Hi @mclay!
Could you please advise if the Allure Report tab should be displayed for tests in Pipelines / Releases, for example, here:
![image](https://github.com/mclay/azure-pipeline-allure-report/…
-
![image](https://github.com/yashaka/selene/assets/19220083/a4a5260d-d74e-42eb-9c41-882a2d83ffce)
```
@pytest.hookimpl(tryfirst=True, hookwrapper=True)
def pytest_runtest_makereport(item, call):
…
-
Hi, Dmitry from Allure here!
Allure Team is currently working on official Newman Allure integration, and we would like to take this project as a baseline. What do you think?
-
Sometimes squish fails to start the login flow because it's stuck in the `Before you get started` modal. This makes the CI tests fail in some situations.
https://ci.status.im/job/status-desktop/job/e…
-
Hi,
I have many different request tests within a collection, but I noticed that the `TestScript` in the Allure report only shows Collection tests and not tests for each individual request.
**Scr…