Is it possible to combine the annotation @TestTemplate with the @DriverUrl so that I can run the tests on my Selenium Grid?
Thanks Christian
Is it possible to combine the annotation @TestTemplate with the @DriverUrl so that I can run the tests on my Selenium Grid?
Thanks Christian
Copyright © 2021 Jogjafile Inc.
@TestTemplatecan be combined with@DriverUrlin Selenium-Jupiter as of version 3.1.0. You can see an example here.