TestModeller.io - Git Integration

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.

1. Source Control Connection

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.

  1. Install Git locally on the machine. You can use the following URL for windows - https://git-scm.com/download/win
  2. Make sure git is functional and recongised by the windows command prompt by calling git --version in the command line.
  3. 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
2. Execution Settings

Execution Settings

In this section we'll be covering how to configure Test Modeller to automatically execute test cases when generating and publishing new automation code.