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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated reports do not include custom Allure plugin

Merckan opened this issue · comments

Hi! I mount volume with my custom plugin's data.
${PWD}/plugins/warnings-plugin:/allure/plugins/warnings-plugin
But plugin is absent in my generated reports.
I didn't found config/allure.yml inside allure-docker-service container. This file is using for register plugins, including custom ones.

@Merckan can you access the container using bash (docker exec -it ${CONTAINER_ID} bash) and run the command ls to see what is inside of the directory /allure/plugins and /allure/plugins/warnings-plugin, maybe is not mounted properly.