Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Raneesh02/design_patterns_aug24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is using Selenium4 Maven TestNG Java. it is a prerequisite for this workshop https://www.thetesttribe.com/design-patterns-for-testers/

New to Git?

Install Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

git clone https://github.com/Raneesh02/design_patterns_aug24.git

Java Installation

https://www.oracle.com/in/java/technologies/downloads/#jdk22-windows

Use Intellij or Eclipse ?

Directly import the project as a maven project

Setup Project SDK

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

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

Execution

mvn clean test

all the tests with @Test will run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages