Sign inSign up

lcaparros/allure

By lcaparros

Updated over 2 years ago

Some amazing Docker images to work with Allure Out Of The Box

Image
Integration & delivery
Developer tools
0

2.0K

lcaparros/allure repository overview

docker-allure

Some amazing Docker images to work with Allure Out Of The Box

Docker Hub Docker Pulls Docker Stars GitHub Repository GitHub Stars GitHub

Usage

It is necessary to share a volume to the current directory to make the necessary Allure files available for the Docker container (use the /files volume in the container). A good way to use this image could be to create a new alias in your bash_profile file:

alias allure='docker run --rm -it -v $(pwd):/files lcaparros/allure:<version>'

Now you could just type allure in the CLI and it will work as the real Allure binary.

Word report

If you wish to generate a .docx report, you can use the image labeled $VERSION-word. This version will include allure-docx tool, so it will be available for its usage. For example, a quick way to generate word report will be by:

allure-docs allure-results allureReport.docx

Please refer to their documentation for getting more informatio about the different options or how to use this tool.

Tag summary

Content type

Image

Digest

sha256:e26a87eef

Size

381.9 MB

Last updated

over 2 years ago

docker pull lcaparros/allure