testActions
This commit is contained in:
parent
a0748547de
commit
de0e64046c
@ -10,6 +10,7 @@ import org.testng.annotations.BeforeTest;
|
|||||||
|
|
||||||
import com.aventstack.extentreports.reporter.ExtentSparkReporter;
|
import com.aventstack.extentreports.reporter.ExtentSparkReporter;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
|
||||||
public class ExtendReports {
|
public class ExtendReports {
|
||||||
ExtentReports extent;
|
ExtentReports extent;
|
||||||
WebDriver driver;
|
WebDriver driver;
|
||||||
|
|||||||
@ -21,7 +21,7 @@ public class NGClassTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public static void testCaseFour() {
|
public static void testCaseFour() {
|
||||||
System.out.println("Debug the fourth case");
|
System.out.println("Debuging the fourth case");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user