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
658 stars 188 forks source link

Update app.py, increase max request size #248

Closed chikiendiep closed 7 months ago

chikiendiep commented 7 months ago

this is for the issue I created: https://github.com/fescobar/allure-docker-service/issues/247

fescobar commented 7 months ago

We could create an env var to support that.