allure2
allure2 copied to clipboard
Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of infor...
**Describe the bug** Requires jre-8 when installing v2.18.1 while oracle jdk-17 is installed. **To Reproduce** Steps to reproduce the behavior: 1. Install oracle jdk-17 2. Download deb package v2.18.1 from...
**Describe the bug** After upgrade allure dependency to 2.17.X version there is duable test case name in parameterized tests in report **To Reproduce** Steps to reproduce the behavior: 1. Clone...
Annotation _@Severity_ doesnt work in Junit-allure, from version **allure-junit4 "2.10.0"** to current. In test like this, ``` @Epic( "1") @Feature("2") @Story("3") @Owner("4") @Test @Severity(SeverityLevel.CRITICAL) public void testseverity() { registrationPage.emailNotUniqueReg(); }...
In my last project, we were using Jenkins to host our allure reports. Good thing, Allure reports plugin was already there for Jenkins. Since I and probably high amount of...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
I attach MP4 file to the Allure but cannot play.  Please look at my python code: ``` import os import time import allure from PIL import ImageGrab import numpy...
**Describe the bug** Using @flaky or @muted or @known tags in Cucumber Scenarios or Feature doesn't reflect in Allure report. No markers were present in the report when using these...
First of all Thank you for creating awesome tool. **Describe the bug** I noticed that charts (graphs) in generated allure report dashboards have missing x Axis labels. For e.g 1....
Generate reports with allure behave: My Test will be executed on several browsers in parallel so when I generated the report i will have two reports but whithout the name...
Is it possible to hide "Set up" section? It is generated by @BeforeAll tag, but there is nothing I want to show in the report. Maybe something similar to this...