fix: 24 - adding CucumberFramework

This commit is contained in:
2024-10-03 17:38:00 -04:00
parent 9cb8ca125e
commit d13a89e735
9 changed files with 67 additions and 8 deletions
@@ -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;