Skip to content

Commit

Permalink
#67 Add Allure reports
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajsarowicz authored and davidalger committed Jan 24, 2020
1 parent 93a8d27 commit 2df3053
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ All contributions to the Warden project are welcome: use-cases, documentation, c

Please note that by submitting a pull request or otherwise contributing to the Warden project, you warrant that each of your contributions is an original work and that you have full authority to grant rights to said contribution and by so doing you grant the owners of the Warden project, and those who receive the contribution directly or indirectly, a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license to make, have made, use, offer to sell, sell and import or otherwise dispose of the contributions alone or with the Warden project in it's entirety.

### Allure reports

To access Allure reports generated (automatically updated each 60 seconds), you need to open in your browser:

* https://allure.exampleproject.test/

## License

This work is licensed under the MIT license. See [LICENSE](https://github.com/davidalger/warden/blob/develop/LICENSE) file for details.
Expand Down
17 changes: 17 additions & 0 deletions environments/magento2.selenium.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,20 @@ services:
networks:
- warden
- default

allure:
hostname: "${WARDEN_ENV_NAME}-allure"
image: frankescobar/allure-docker-service
labels:
- traefik.enable=true
- traefik.http.routers.${WARDEN_ENV_NAME}-allure.tls=true
- traefik.http.routers.${WARDEN_ENV_NAME}-allure.rule=Host(`allure.${TRAEFIK_DOMAIN}`)
- traefik.http.services.${WARDEN_ENV_NAME}-allure.loadbalancer.server.port=4040
volumes:
- .${WARDEN_WEB_ROOT:-}/dev/tests/acceptance/tests/_output/allure-results:/app/allure-results
environment:
CHECK_RESULTS_EVERY_SECONDS: 60
KEEP_HISTORY: "TRUE"
networks:
- warden
- default

0 comments on commit 2df3053

Please sign in to comment.