Giter VIP home page Giter VIP logo

docker's Introduction

Docker Images for testing Mobile Applications with Quamotion

Build Status

This repository contains the source files for Docker images you can use to test mobile applications with Quamotion.

The main images built from this repository are the quamotion/webdriver and quamotion/ubuntu images.

The quamotion/webdriver image contains the Quamotion WebDriver. You can run the Quamotion WebDriver docker image like this:

docker run --privileged --net host -v /dev/bus/usb:/dev/bus/usb -v /var/run/usbmuxd:/var/run/usbmuxd --name quamotion-webdriver quamotion/webdriver

The container needs to run with elevated privileges in order to be able to access your iOS and Android devices over USB. You'll also need to make sure usbmuxd (which manages connections with your iOS devices) is up and running on your host.

The quamotion/ubuntu image is preconfigured with the tools you need to start writing scripts with Quamotion.

Configuring the Docker Container

You can mount volumes in the Docker container to make sure your settings persist after destroying and re-creating the container.

Within the container, the log files are stored at /var/log/quamotion and settings (such as the applications you want to test, your license key, and the iOS developer disk images) at /var/lib/quamotion.

You can use this command to map these folders to the same path on your host:

docker run --privileged --net host -v /dev/bus/usb:/dev/bus/usb -v /var/run/usbmuxd:/var/run/usbmuxd -v /var/log/quamotion:/var/log/quamotion -v /var/lib/quamotion:/var/lib/quamotion --name quamotion-webdriver quamotion/webdriver

docker's People

Contributors

qmfrederik avatar bartsaintgermain avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.