Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,我可以使用 Maven Surefire 插件并行启动我的 Cucumber 功能。我还可以使用 Selenoid 在容器中远程启动这些测试。
但是,当我启动测试时,它们只会按照我的默认配置在 Chrome 中启动。我想在不同的浏览器中启动不同的测试。有什么动态的方法吗?
我做了一些研究,发现使用@chrome 或@firefox 之类的浏览器名称标记每个场景。如果我采用相同的方法,我的场景将始终在相同的专用浏览器中运行。