fescobar / allure-docker-service-ui

Allure Docker Service UI provides a friendly user interface for frankescobar/allure-docker-service API container.
Apache License 2.0
83 stars 43 forks source link

How to push the results to a new project? #44

Open ujjwalkeshri opened 6 months ago

ujjwalkeshri commented 6 months ago

Hi Guys,

This is not an issue. Just new to this and want to understand after I create the project using APIs how can I push the result to that project? I have docker-compose.yml file for multi projects in my project. When I run my test the allure results are created successfully and I can see the report in my local very well. Even the single project works fine but the problem with single project is the name of the project is default. So I started using multi project yml. But now I am not sure how to push the results to the new project? None of my results are being pushed to the docker service. Can someone please help me with the set-up?

Thank you