BETTERZON-99: Adding some basic cucumber tests (#45)

This commit is contained in:
Patrick
2021-05-13 16:42:55 +02:00
committed by GitHub
parent 0be394fc1d
commit 5cc91654c3
8 changed files with 223 additions and 146 deletions
@@ -0,0 +1,7 @@
package stepdefs;
import org.openqa.selenium.WebDriver;
public class Preconditions {
public static WebDriver driver;
}