Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 402 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 402 Bytes

allure-reports-image

Minimalistic (88 MB) docker image for allure-reports generation.

Available @ dockerhub

Use it for your gitlab/github ci/cd

Eg.:

generate_report:
  stage: test
  image: axldns/allure
  script:
    - allure generate -o allure-report -- allure-results
    - echo "Report generated!"
  artifacts:
    paths:
    - allure-report