1

在此处输入图像描述

在同一个节点执行多个浏览器

我希望启动几个节点,每个节点运行多个浏览器

docker run --rm -ti --name zalenium -p 4444:4444  -v /var/run/docker.sock:/var/run/docker.sock       -v /tmp/videos:/home/seluser/videos --privileged dosel/zalenium start   --browserStackEnabled false --maxTestSessions 4  --desiredContainers 2 --maxDockerSeleniumContainers 4

执行此脚本时,我得到 2 个容器,每个容器只有一个浏览器

4

2 回答 2

1

Zalenium will have always only one browser per container, this helps to isolate each test in its own environment and simplifies the tasks of video recording and logs collection.

于 2019-01-09T18:22:09.100 回答
0

每个 Zalenium 节点(容器)默认有 2 个浏览器实例(Firefox 和 Chome)。然后它使用代码中指定的那个

见截图鲍泽

于 2019-04-05T08:45:39.837 回答