All Projects → AppiumTestDistribution → Appiumtestdistribution

AppiumTestDistribution / Appiumtestdistribution

Licence: gpl-3.0
A tool for running android and iOS appium tests in parallel across devices... U like it STAR it !

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Appiumtestdistribution

Reporting
Zebrunner Reporting Tool
Stars: ✭ 198 (-74.08%)
Mutual labels:  automation, appium, testng
Mobileautomationframework
Single code base framework to test android and iOS app using appium (v6.1.0), maven, testng,java. Option to start appium server programmatically.
Stars: ✭ 66 (-91.36%)
Mutual labels:  cucumber, appium, testng
Autonomx
Autonomx provides a complete testing platform for UI (Web, iOS, Android, Win) and API testing. It provides a feature rich and viable testing solution for end to end testing. It's designed to be fast, scalable, reliable and adaptable to any requirements for ever growing projects.
Stars: ✭ 14 (-98.17%)
Mutual labels:  parallel, appium, testng
AppiumGrid
A framework for running appium tests in parallel across devices and also on desktop browser... U like it STAR it !!
Stars: ✭ 17 (-97.77%)
Mutual labels:  parallel, appium, testng
muster
Massively Scalable Clustering
Stars: ✭ 22 (-97.12%)
Mutual labels:  parallel, parallel-computing
codeceptjs-bdd
Javascript BDD UI Automation Framework. Exclusive LWC Shadow DOM Support. Playwright, Webdriver.io, Appium, Saucelabs.
Stars: ✭ 35 (-95.42%)
Mutual labels:  parallel, cucumber
teswiz
End-2-End framework for Native & Web Automation using Cucumber-jvm, Appium, Selenium WebDriver, Applitools & ReportPortal
Stars: ✭ 25 (-96.73%)
Mutual labels:  cucumber, appium
cruise
User space POSIX-like file system in main memory
Stars: ✭ 27 (-96.47%)
Mutual labels:  parallel, parallel-computing
python-appium-framework
Complete Python Appium framework in 360 degree
Stars: ✭ 43 (-94.37%)
Mutual labels:  parallel, appium
qa-automation-base
There are basic projects for automation frameworks based on Kotlin/Java and TypeScript for the backend, frontend, and mobile.
Stars: ✭ 45 (-94.11%)
Mutual labels:  appium, testng
OneFramework
Automation for iOS, Android, & Web Apps with one codebase. Like it, Star it & spread the word !!!
Stars: ✭ 46 (-93.98%)
Mutual labels:  appium, testng
MasterAppiumFramework
Automation Testing | Mobile | Java | OOPS | Appium | TestNG | Maven | ExtentReport | Java mail API | Logging (Log4J2) | Design Patterns (Page Object Model, Singleton) | Page Factories | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file
Stars: ✭ 27 (-96.47%)
Mutual labels:  appium, testng
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (-96.86%)
Mutual labels:  parallel, parallel-computing
Selenium-Foundation
Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Stars: ✭ 51 (-93.32%)
Mutual labels:  appium, testng
scala-parallel-programming
coursera
Stars: ✭ 17 (-97.77%)
Mutual labels:  parallel, parallel-computing
autotest-framework
UI自动化测试框架,支持APP、Web、HTML5三端, 基于SpringBoot框架, 采用Page Object设计模式,基于 TestNG 测试框架构建测试用例,支持消息通知、失败截屏、HTTP 报告、并发执行等特性
Stars: ✭ 98 (-87.17%)
Mutual labels:  appium, testng
TestLeafSeleniumTraining
This is public repository for Selenium Learners at TestLeaf
Stars: ✭ 80 (-89.53%)
Mutual labels:  cucumber, testng
Hamsters.js
100% Vanilla Javascript Multithreading & Parallel Execution Library
Stars: ✭ 517 (-32.33%)
Mutual labels:  parallel, parallel-computing
Taskflow
A General-purpose Parallel and Heterogeneous Task Programming System
Stars: ✭ 6,128 (+702.09%)
Mutual labels:  parallel-computing, parallel
carina
Carina automation framework: Web, Mobile, API, DB etc testing...
Stars: ✭ 652 (-14.66%)
Mutual labels:  appium, testng


ATD


Appium Parallel Execution for Android and iOS on Real Devices

Open Source Love Join the chat at https://gitter.im/saikrishna321/AppiumTestDistribution Build Status Codacy Badge GitHub stars PRs Welcome GitHub forks

Thanks for support

ATD ATD

ATDGM

Add the below dependencies in your pom.xml (Master)

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

Maven Release Version

 <dependency>
   <groupId>com.github.saikrishna321</groupId>
   <artifactId>AppiumTestDistribution</artifactId>
   <version>11.0.1</version>
 </dependency>

Prerequisites

ReportPortal

Add LISTENERS=com.epam.reportportal.testng.ReportPortalTestNGListener to config.properties to send data to report portal.

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

Configure-tests-for-Sauce

Configure-tests-for-Browserstack

Configure-tests-for-GenyMotionCloud

Customize Tests

Tips

Video log Prerequisites

Runner

Videos will be logged for failure tests
VIDEO_LOGS="true" mvn clean -Dtest=Runner test 

Credits

Thanks to

Reports

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

Parallel Run

ScreenShot

FAQ

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

A. With XCUITest framework, that is available from ios version 9.3, it's possible to execute Native (WebViews content would not be reachable) application using it's bundle id.

In order to get information about bundle id of pre-installed application:

  • connect device with application installed;
  • run ideviceinstaller -l or ideviceinstaller -l -u {udid of the device} in case if more then one device connected to the host;
  • in the list - find name of the application followed by its bundle id.

After that, instead of app capability bundleId should be used with application's bundle id as a value. Since Appium still needs WDA to be built and deployed on the real device - valid certificate and provisioning profile will be needed. More information could be found here

In case if test need to interact with WebViews and/or ios version has no support of XCUITest - Appium would need 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. Yes, Currently Appium does support multiple simulators with latest 1.6.6.beta with Xcode9-beta.

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)

Organizations 💙

ThoughtWorks CeX Travelstart
ThoughtWorks Cex Travelstart
Jio India M800 Reward Gateway
Jio M800 Reward
dahmakan

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].