-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable video recording in docker image #3572
Comments
https://hub.docker.com/r/afifsohaili/testcafe-ffmpeg I extended the original image, adding ffmpeg. We can use this until testcafe builds the new docker image. |
I apologize for the delay, we are waiting for our lawyer to approve including |
Hey! Did you try using this in your package.json?? |
@AndreyBelym any update on this? |
@tbinna |
did this workaround work? |
@prudhvidandamudi Unfortunately, I have to close this issue. License restrictions do not allow us to install the @FFmpeg package in the official TestCafe image. Please use the first workaround suggested above: build your own docker image based on the official image as @afifsohaili mentioned. |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
1 similar comment
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
Right now it is not possible to use the new video recording feature #2151 with the testcafe docker image.
Running the docker image with the --video parameter causes an error:
What is your Test Scenario?
When running tests on a CI/CD system using the testcafe docker image, videos are helpful to investigate failing tests.
What are you suggesting?
As far as I've seen, the only thing missing to make this work is adding the ffmpeg package to the docker image. I've tested this solution and was able to record videos, as soon as the ffmpeg package was installed during image creation.
What alternatives have you considered?
--
Additional context
--
The text was updated successfully, but these errors were encountered: