This project is using Selenium4 Maven TestNG Java. it is a prerequisite for this workshop https://www.thetesttribe.com/design-patterns-for-testers/
Install Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
git clone https://github.com/Raneesh02/design_patterns_aug24.git
https://www.oracle.com/in/java/technologies/downloads/#jdk22-windows
Directly import the project as a maven project
Intellij requires you to set/ choose project SDK , follow this link for the same
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010215699-Set-up-a-project-SDK
Download Maven https://maven.apache.org/download.cgi
Open a command line/ Terminal in project folder
mvn compile
If above command is successful then we are good to go
mvn clean test
all the tests with @Test will run