Selenium Automation FW and Ecosystem Part 1-Git Set Up and Cloning

Опубликовано: 27 Апрель 2026
на канале: Automation FraternityTest Automation,DevOps,CI CD
132
2

Selenium with java Automation Framework Development Basics tutorials.

Git Commands to do configuration:
git --version
git config --global user.name "akashdktyagi"
git config --global user.email "[email protected]"
git config --global http.sslVerify false
git config --global --list

//Open git bash into the Workspace folder

Git Download and installation.
Sign up on Git Hub and let Akash know.
Configure Git on local system.
Open git bash and run command
git clone https://github.com/akashdktyagi/yantr...
Import Project in ur Eclipse using File-Import -maven-Existing maven project