是否可以将注释@TestTemplate与@DriverUrl结合使用,以便在Selenium Grid上运行测试?
@TestTemplate
@DriverUrl
感谢克里斯蒂安
发布于 2019-01-24 07:46:02
从3.1.0版开始,Selenium-Jupiter中的@TestTemplate可以与@DriverUrl结合使用。您可以看到一个示例here。
https://stackoverflow.com/questions/52988789
相似问题