22# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
33# start a container with the given image.
44configs = [
5- " selenium/standalone-firefox:4.0.0-beta-1-prerelease-20210201 " , " {\" browserName\" : \" firefox\" }" ,
6- " selenium/standalone-chrome:4.0.0-beta-1-prerelease-20210201 " , " {\" browserName\" : \" chrome\" }" ,
7- " selenium/standalone-opera:4.0.0-beta-1-prerelease-20210201 " , " {\" browserName\" : \" operablink\" }"
5+ " selenium/standalone-firefox:4.0.0-beta-1-prerelease-20210204 " , " {\" browserName\" : \" firefox\" }" ,
6+ " selenium/standalone-chrome:4.0.0-beta-1-prerelease-20210204 " , " {\" browserName\" : \" chrome\" }" ,
7+ " selenium/standalone-opera:4.0.0-beta-1-prerelease-20210204 " , " {\" browserName\" : \" operablink\" }"
88]
99
1010# URL for connecting to the docker daemon
@@ -14,7 +14,7 @@ configs = [
1414# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1515host = " tcp://host.docker.internal:2375"
1616# Docker imagee used for video recording
17- video-image = " selenium/video:ffmpeg-4.3.1-20210201 "
17+ video-image = " selenium/video:ffmpeg-4.3.1-20210204 "
1818# Absolute path where test assets will be stored (this path must exist on the host)
1919assets-path = " /assets/path/on/your/host/machine"
2020# Absolute path where test assets will be stored inside the container
0 commit comments