Giter Club home page Giter Club logo

appiumtestdistribution's Introduction

Appium Parallel Execution for Android and iOS on Real Devices

Join the chat at https://gitter.im/saikrishna321/AppiumTestDistribution Build Status Codacy Badge

alt tag

Add the below dependencies in your pom.xml

<dependency>
    <groupId>com.github.saikrishna321</groupId>
    <artifactId>AppiumTestDistribution</artifactId>
    <version>5.0.0</version>
</dependency>
<repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
</repositories>

##Prerequisites

Sample Tests

Clone the project (https://github.com/saikrishna321/PageObjectPatternAppium) If your application is cross-platform and you end up building a PageObjectPattern Framework. Then you can also run those tests across Android and iOS devices connected to the same Mac OSX Host.

(e.g. If you have 3 Android and 3 iOS devices connected to the same machine, you will be able to execute these test parallel on both platforms)

##Configure-tests-for-TestNG

##Configure-tests-for-Cucumber

##Customize Tests

##Tips

##Credits Thanks to

###Reports

Your should see report file generated as ExtentReport.html under the target folder.

###TestRunning in Distributed Way

ScreenShot

##WIP iOS WebTest using Safari

##FAQ Q. Can I automate application which I already have installed/ downloaded from App store?

A. No, Appium can only instruments application which is in debug mode, it will not work with any application which is not in debug mode. Read more about it here

Q. Is this framework supports to run multiple IOS simulators?

A. No, Currently Appium does not support multiple simulators, it will be supported in Appium's future releases.

Q. Unable to instruments application or instruments crashed on start up?

A. Below are few possible causes

  • (app/ipa) is not on debug mode.
  • (app) targeted to simulator will not work with real device and vice versa
  • Check device's developer option in settings.

Q. Unable to install application during automation?

A. A quick solution would try to install the application using "ideviceinstaller -i ipa_name", if that does not work, check app is built with the valid provisioning profile.

Q. Can I run tests on iOS app for which I have source code(e.g:"Wordpress") on real devices?

A. Yes, with a Valid provisioning profile this app can be installed on your device. (Note: The application must be signed with a valid developer certificate and your device should be added to the provisioning profile)

License

GNU Public License version 3.0 AppiumTestDistribution is released under GNU Public License version 3.0

appiumtestdistribution's People

Contributors

dhiren-mudgil-olx avatar gitter-badger avatar pr4bh4sh avatar priyankshah217 avatar ratkod avatar saikrishna321 avatar srinivasantarget avatar thote avatar thotegowda 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.