Welcome to the TestModeller.io Git tutorial !
In this tutorial we'll be covering how to connect TestModeller.io with your source control management system so Test Modeller can automatically publish code to your framework, along with directly executing test cases from Test Modeller.
In this section we'll be covering how to connect Test Modeller to the source control management tool your automation framework is stored in.
Here we'll be installing all the prerequisites you need to get started with connecting TestModeller.io to your source control.
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.
In this section we'll be covering how to configure Test Modeller to automatically execute test cases when generating and publishing new automation code.