Have option to provide multiple allure-results directories to combine
See original GitHub issueIs your feature request related to a problem? Please describe. In a multi module maven / gradle project the allure-results directories are created module wise and this leads to problems when trying to generate a report with all those results
Describe the solution you’d like
Much like the -o option, it’ll be pretty great to have an option to provide multiple allure-results folder paths
allure serve --result-dir /path/to/one --result-dir /path/to/two --report-dir /path/report
Describe alternatives you’ve considered
We can tweak the system properties to force allure to put all results in a certain folder but it requires hackish ways to generate directory for multi module projects
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
combine allure reports from several machines into one without ...
- here the question arises - if I put all the reports in one directory and generate a report, then the results from...
Read more >allure-framework/allure-core - Gitter
Hi all, I am running 2 different set of tests in a single job (Jenkins) so generating 2 allure reports. The problem is...
Read more >Allure Framework
Integrate your favorite testing framework with Allure. Supported frameworks are grouped by language: Java, Python, JavaScript, Ruby, Groovy, PHP ...
Read more >Allure Report - QA Automation Expert
Categories in Allure Report. The categories tab gives you a way to create custom defect classifications to apply for test results. There are...
Read more >Allure - Jenkins Plugins
This plugin allows to automatically generate Allure Report and attach it to build during Jenkins job run. Plugin builds are located here: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nishantvas try with this https://github.com/fescobar/allure-docker-service#MULTIPLE-PROJECTS---REMOTE-REPORTS
@fescobar this allure-docker is too good!