Source Control Connection: Git
November 19, 2020
|By Roberta Catizone
Created On
byRoberta Catizone
< Back
Connect to Source Control
In this section we’ll be covering how to connect Test Modeller to the source control management tool your automation framework is stored in.
Prerequisites
Here we’ll be installing all the prerequisites you need to get started with connecting TestModeller.io to your source control.
- Install Git locally on the machine. You can use the following URL for windows – https://git-scm.com/download/win
- Make sure git is functional and recongised by the windows command prompt by calling git --version in the command line.
- It is good practice to manually make sure you can clone the repository you want to use with TestModeller.io on the machine VIP server is installed on.Within a temporary directory you can perform a clone by calling the git clone command. We can pull selenium using git clone https://github.com/CuriositySoftwareIreland/TestModeller-JavaSeleniumFramework
Once complete you should notice the repository is cloned in the specified directory.
Video Tutorial
Table of Contents