Azure DevOps integration Azure DevOps, a Continuous Integration (CI) server, can be integrated with Kobiton’s Azure DevOps Extension to run automation test scripts on Kobiton devices. The Kobiton extension provides two tasks: Kobiton Automation Test Executor: This task is used to trigger your automation test script on Kobiton devices Kobiton App Version Uploader: This task is used to upload a new app version of an existing app on Kobiton’s App Repository. Before you start Azure DevOps account An Executor Server is needed to setup the Azure DevOps extension, which acts as an environment to execute test scripts. For Kobiton Executor Server credentials, please contact us. Install extension To access the Kobiton Azure DevOps Extension, click here. To install the extension, follow the instructions on this guide. Log into the Kobiton Executor Server. Kobiton API Credentials You will need your Kobiton Username and Password (API Key) to interact with Kobiton REST API using our Azure DevOps plugin. To get your Kobiton Username and API Key, please follow instructions at IV. Configure Test Script for Kobiton section on our blog. Git repository contains your automation test script + SSH Key To execute your test script with the Kobiton Azure DevOps extension, prepare your automation test project in a Git repository. For security purposes, we recommend setting your Git repository to private and setup an SSH key. Create a Github SSH key Adding a new SSH key to your Github account Find our sample guide here.