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** Running a Pytest Test-Suite with the pytest-rerunfailures plugin does not recognize reruns. Instead, the result of the last run test is shown. Previously failed tests can be...
**Pre-check** - [x] I'm aware that I can [edit the docs](https://github.com/allure-framework/allure-docs/) and submit a pull request **Describe the improvement** I'd like to report - [x] Unclear documentation - [ ]...
**Describe the bug** Steps don't show up in report for Quarkus JUnit 5 tests **To Reproduce** git clone https://github.com/cdennison/quarkus-allure.git ./gradlew clean test open ./build/reports/allure-report/index.html **Expected behavior** Expected Quarkus test report...
### Context The latest allure rpm package can not be installed on Fedora / CentOS 7 because of invalid java8 requirements: ``` $ sudo dnf install https://github.com/allure-framework/allure2/releases/download/2.14.0/allure_2.14.0-1.noarch.rpm ... Error: Problem:...
### Context #### Checklist - [x] [Sign Allure CLA][cla] - [x] Provide unit tests [cla]: https://cla-assistant.io/accept/allure-framework/allure2
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
In my wdio.conf.js file I have added the following: ``` reporters: [ [ 'allure', { outputDir: 'allure-results', disableWebdriverStepsReporting: true, disableWebdriverScreenshotsReporting: true, useCucumberStepReporter: true, issueLinkTemplate: 'http://link_to_jira/{}', tmsLinkTemplate: 'http://link_to_testrail/{}' }, ], ```...
fix report scroll from timeline https://github.com/allure-framework/allure2/issues/1152
**Describe the bug** Current behaviour of Allure Report is breaking conventions of Allure Framework: one 'physical' file can be used as attachment in several tests which makes such tests incompatible...
#### I'm submitting a ... - [X] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at...