forked from Zakaria/ZenProject
fix: 24 - adding CucumberFramework
This commit is contained in:
@@ -18,6 +18,7 @@ import org.testng.annotations.Parameters;
|
||||
public class Initialization {
|
||||
// let's set up our variables
|
||||
|
||||
// private static ThreadLocal<WebDriver> driver = new ThreadLocal<>();
|
||||
public static WebDriver driver;
|
||||
public static Properties prop;
|
||||
public static ExtentReports extent;
|
||||
|
||||
Reference in New Issue
Block a user