zaqqaz/jest-allure

[BUG] allure-results folder will not appear inside docker image after docker run the image with a container

adamchenwei opened this issue · 1 comments

Wonder why its so? I tried the same code outside of the docker, it will successfully generate the allure-results folder. Is there specific setup I missed need for executing jest inside docker?

never mind, its an issue with docker, where I used CMD instead of RUN which for some reason, won't trigger the allure report generation...