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.
是否可以将注释@TestTemplate与注释结合起来,@DriverUrl以便我可以在我的 Selenium Grid 上运行测试?
@TestTemplate
@DriverUrl
谢谢克里斯蒂安
@TestTemplate从版本 3.1.0 开始,可以与@DriverUrlSelenium-Jupiter 结合使用。你可以在这里看到一个例子。