testActions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Gitea Actions Demo / mvnBuild (push) Successful in 53s

This commit is contained in:
dadgam3er 2024-10-17 09:42:46 -04:00
parent a0748547de
commit de0e64046c
2 changed files with 3 additions and 2 deletions

View File

@ -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;
@ -30,7 +31,7 @@ public class ExtendReports {
} }
@Test @Test
public void getTitle(){ public void getTitle() {
ExtentTest test = extent.createTest("TestTitle"); ExtentTest test = extent.createTest("TestTitle");
String title = driver.getTitle(); String title = driver.getTitle();
System.out.println(title); System.out.println(title);

View File

@ -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