This docker container allows you to see up to date reports simply mounting your "allure-results" directory in the container (for a Single Project) or your "projects" directory (for Multiple Projects). Every time appears new results (generated for your tests), Allure Docker Service will detect those changes and it will generate a new report automatically (optional: send results / generate report through API), what you will see refreshing your browser.
Apache License 2.0
658
stars
188
forks
source link
Report generation with more than 250 json result files only shows 250 features in the server report #227
I'm currently sending 364 json result files to my allure server. The server don't checks the results automaticly.
After sending, I generate a new report. In the response of the generation request I see my 364 files.
But when entering the server report I only see 250 test cases. It is not possible to see all test cases.
I am using version 2.21.0. The result files send to the server are generated by a java/maven/cucumber process.