This project is used for QA Infrastructure Workshop : https://www.thetesttribe.com/live-trainings/qa-infra/
This readme is step 2 of whole 7 step guide : https://github.com/Raneesh02/selgrid_kube_aws_oct/wiki/Exercise-0-:-Prerequisite-for-workshop
Please visit above link to do it in order
Install Git : https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
git clone <your_repo_url>
https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
https://www.oracle.com/java/technologies/javase/jdk22-archive-downloads.html
its best if you use Intellij for workshop to ensure everyone on same page
Directly import the project as a maven project
Intellij requires you to set/ choose project SDK , follow this link for the same, you should choose Java 22
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 of mentioned suite in pom.xml will run