Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created September 25, 2023 12:01
Getting Started with MongoDB Testing Using Selenium WebDriver
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.reporter.ExtentKlovReporter;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import java.util.concurrent.TimeUnit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment