fix: 24 - RemoteWebDriver+ passing testng to POM

This commit is contained in:
2024-10-02 22:17:07 -04:00
parent 05e07626b1
commit 9cb8ca125e
3 changed files with 14 additions and 44 deletions
@@ -29,6 +29,7 @@ public class HomePageTest extends Initialization {
public void TextTest() throws InterruptedException, IOException {
HomePage hp = new HomePage();
hp.insertText();
System.out.println("Job is done, please check this link: " + prop.getProperty("url"));
}
@AfterTest