Giter Site home page Giter Site logo

kasthurikranthikumar / pageobjectpatternappium Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appiumtestdistribution/pageobjectpatternappium

0.0 2.0 0.0 81.08 MB

Sample Code base to run tests in Parallel across android and iOS devices.

JavaScript 87.73% CSS 2.26% HTML 1.03% Objective-C 0.41% Shell 0.13% Java 8.23% Gherkin 0.22%

pageobjectpatternappium's Introduction

PageObjectPatternAppium

To Run the TestNG test on android

* Platform="android" mvn clean -Dtest=Runner test

To Run the TestNG test on iOS

* Platform="ios" mvn clean -Dtest=Runner test

To Run the TestNG test on iOS and android both in parallel

* Platform="both" mvn clean -Dtest=Runner test

To Run the Cucumber test

* mvn validate && Platform="android" mvn clean -Dtest=RunnerCukes test    

1.Please make sure you have capabilities.json under caps folder.

2.RUNNER value in config.properties can be set with parallel or distribute. (Parallel will run the same test cases across devices & distribute will split the test cases randomly across devices)

3.No need to start appium server externally , framework takes case of starting and shutting down the server for you.

Reports :

All the execution reports are logged to report-portal (http://reportportal.io/). Please update the reportportal properties which is located inside test/resources/reportportal.properties

Please Raise Issues

https://github.com/saikrishna321/AppiumTestDistribution

Parallel Simulator Test

ScreenShot

Please refer the AppiumTestDistribution Framework for hacks :: https://github.com/saikrishna321/AppiumTestDistribution

pageobjectpatternappium's People

Contributors

saikrishna321 avatar shridharkalagi avatar srinivasantarget avatar vikramvi avatar

Watchers

James Cloos avatar kasthuri kranthi kumar 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.