This repository contains automated tests for enabling and configuring wp-dark-mode plugin using Selenium WebDriver.
- Java JDK
- Maven
- Microsoft Edge WebDriver (compatible with your Edge browser version)
- intall selenium-java dependency
- install webdrivermanager dependency
- install testng dependency
-
Clone this repository to your local machine.
-
Set up the
.env
file:Create a
.env
file in the project root and add your WordPress credentials:USERNAME=your_username PASSWORD=your_password
-mvn test