Giter Club home page Giter Club logo

plugin-appium's Introduction

Appium Plugin Build Status

Athena Appium Plugin is a plugin for Athena, that provides an out of the box integration with Appium and Virtual Mobile devices.

You can easily use this plugin in your local development machine, or in a CI/CD pipeline.

How to Install ?

On Linux

  • Using apt-get :
$ sudo add-apt-repository ppa:athena-oss/athena
$ sudo apt-get update
$ sudo apt-get install athena-plugin-appium

On MAC OSX

$ brew tap athena-oss/tap
$ brew install plugin-appium

Alternative

$ athena plugins install appium https://github.com/athena-oss/plugin-appium.git

Read the Documentation on using Athena.

How to Use ?

This plugin provides the following commands :

start - Start a Appium server

$ athena appium start [<options>...] [<appium_options>...]

$ # e.g. start Appium server and link with device from Athena AVD plugin
$ athena appium start --with-avd=athena-plugin-avd-wxga720-api-24-0

$ # e.g. start Appium server and export ABD for devices to connect automatically
$ athena appium start --adb-port=5037

$ # e.g. start Appium server and link with Genymotion device
$ athena appium start --with-avd=192.168.57.101:5555

$ # e.g. start Appium server at port 9001
$ athena appium start --port=9001

stop - Stop the Appium server

$ athena appium stop [--help|<options>...]

$ # e.g. stop Appium server
$ athena appium stop

logs - Show Appium server logs

$ athena appium logs [--help|<options>...]

$ # e.g. get Appium server logs
$ athena appium logs

$ # e.g. get Appium server on port 9001 logs
$ athena appium logs --port=9001

terminal - Starts a shell inside device/server container

$ athena appium terminal [--help|<options>...]

$ # e.g. simple shell
$ athena appium terminal

$ # e.g. open a terminal on Appium server at port 9001
$ athena appium terminal --port=9001

Contributing

Checkout our guidelines on how to contribute in CONTRIBUTING.md.

Versioning

Releases are managed using github's release feature. We use Semantic Versioning for all the releases. Every change made to the code base will be referred to in the release notes (except for cleanups and refactorings).

License

Licensed under the Apache License Version 2.0 (APLv2).

plugin-appium's People

Contributors

rafaelspinto avatar

Watchers

 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.