2
2
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
3
3
# start a container with the given image.
4
4
configs = [
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\" }"
5
+ " selenium/standalone-firefox:4.0.0-beta-1-prerelease-20210207 " , " {\" browserName\" : \" firefox\" }" ,
6
+ " selenium/standalone-chrome:4.0.0-beta-1-prerelease-20210207 " , " {\" browserName\" : \" chrome\" }" ,
7
+ " selenium/standalone-opera:4.0.0-beta-1-prerelease-20210207 " , " {\" browserName\" : \" operablink\" }"
8
8
]
9
9
10
10
# URL for connecting to the docker daemon
@@ -14,7 +14,7 @@ configs = [
14
14
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
15
15
host = " tcp://host.docker.internal:2375"
16
16
# Docker imagee used for video recording
17
- video-image = " selenium/video:ffmpeg-4.3.1-20210204 "
17
+ video-image = " selenium/video:ffmpeg-4.3.1-20210207 "
18
18
# Absolute path where test assets will be stored (this path must exist on the host)
19
19
assets-path = " /assets/path/on/your/host/machine"
20
20
# Absolute path where test assets will be stored inside the container
0 commit comments