Results 73 comments of fescobar

@Garynychxxx you can use it from everywhere, even from kubernetes. You need to expose the API (use different port, by default 5050). Read the doc https://github.com/fescobar/allure-docker-service#allure-api 4040 is for Allure...

I've added to Allure Docker container the emailable report feature. You can export it to a simple Html. https://github.com/fescobar/allure-docker-service#customize-emailable-report

> This allure generate thing does not work for me... The data are not appearing in the report.... Pages are there but values are not coming... is there any thing...

Did you try using a different path (something hardcoded just to check) or with different types of video or any other kind of file?

@jsa34 seems to be the python library doesn't have the right encodes for MP4. It could be an issue from the library.

@AnasKhan89 can you reproduce that video generated in your pc outside allure? Seems to be you are using java. Could it be? What framework are you using to attach the...

@AnasKhan89 check this example. Not sure what version are you using but it should work in the same way. https://github.com/fescobar/allure-docker-service-examples/blob/master/allure-docker-java-cucumber-jvm-example/src/test/java/com/allure/docker/steps/Hooks.java#L24 ```sh import io.qameta.allure.Allure; Allure.addAttachment("Some video", "video/mp4", Files.asByteSource(video).openStream(), "mp4"); ````

Did you try with `2.13.0`? https://mvnrepository.com/artifact/io.qameta.allure/allure-junit4/2.13.0