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...
#### I'm submitting a ... - [x] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at...
Hi. After the start xunit tests I get the xml (>xunit.console.exe "Test.dll" -xml "report.xml") xml version 2 https://xunit.github.io/docs/format-xml-v2.html ` ` Then generate the report(>allure serve "/PathFolderToReportXml") Open the report in...
**Describe the bug** I'm trying to implement a custom graph on the overview page. I followed the allure documentation, which by the way is pretty unclear. Steps: 1.Created the new...
**Describe the bug** Sometimes the same test case is listed twice in results. **To Reproduce** on the screen shots below there is an example of the same test listed twice....
**Is your feature request related to a problem? Please describe.** Hi, we are running our tests from Test Rail, and if test fails, we attach a link to allure report,...
**Allure not logging setup/teardown failures in @BeforeClass and @AfterClass** I am running 10 Testclasses, if any TestClass fails in Junit @BeforeClass method , then allure is not logging anything in...
Even if activating the example custom-logo-plugin within allure.yml configuration file, the CSS style file is not updated; thus, no custom logo is shown. [//]: # ( . Note: for support...
### Context If we click on a test on the timeline, that brings us to a page containing only test information without any references to a parent suite, this fix...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
**Description** Based on the documentation from Allure you can specify environment values and report name in a environment file. In the [docs](https://docs.qameta.io/allure/) there is a link to how document should...