fescobar / allure-docker-service

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
636 stars 183 forks source link

Integration with s3 as a storage for reports #249

Open Screek893 opened 4 months ago

Screek893 commented 4 months ago

It would be great to be able to store reports in the s3 bucket. For example: I want to deploy allure-docker-service to a k8s cluster, but I don't want to mount volumes. I want to use s3 instead.

Screek893 commented 4 months ago

I suggested my changes here