We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfb65c commit 1678f6fCopy full SHA for 1678f6f
src/test/java/Tests/BaseTest.java
@@ -35,7 +35,7 @@ public class BaseTest {
35
@BeforeTest
36
public void testInit(String browser) throws Exception {
37
38
-
+ //
39
driver = new DriverLogger(new DriverBase());
40
LogUtility.info("Driver set up Successfull." +Thread.currentThread().getId());
41
0 commit comments