[docs]: Add information about set up docker image for video recording #6333
Labels
AREA: docker
AREA: docs
An issue related to the product documentation.
TYPE: enhancement
The accepted proposal for future implementation.
The official TestCafe's docker image doesn't contain the
ffmpeg
library due to license restrictions.So, the video recording feature is not working in the docker image out of box.
To make it work, need to create a new image based on the TestCafe docker image with the installed
ffmpeg
library.First, create a new
docker
file with the following content:For example, I've used the following Dockerfile:
When build a new image:
The built image support the video recording during test execution.
The text was updated successfully, but these errors were encountered: