Skip to content

Run Appium tests on iOS devices using Azure Pipelines and self-hosted agents

Notifications You must be signed in to change notification settings

quamotion/appium-docker-ios-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Run Appium tests on iOS devices using self-hosted Azure DevOps Pipelines

This repository contains a sample Azure DevOps Pipeline which runs Appium tests on real, physical iOS devices which you host on-premise.

This repository is configured to use Raspberry Pi 3 devices as the build agent, but you can use any machine capable of running the Azure Pipeline Agent and Docker.

Setting up your Azure DevOps Agent

  1. Create a self-hosted agent
  2. Install usbmuxd: apt-get install -y usbmuxd libimobiledevice-utils
  3. Install Docker: apt-get install -y docker.io. Add the user which runs the Azure Pipeline agent to the docker group.

About

Run Appium tests on iOS devices using Azure Pipelines and self-hosted agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published