Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appiumtestdistribution/pageobjectpatternappium
Sample Code base to run tests in Parallel across android and iOS devices.
https://github.com/appiumtestdistribution/pageobjectpatternappium
Last synced: 3 days ago
JSON representation
Sample Code base to run tests in Parallel across android and iOS devices.
- Host: GitHub
- URL: https://github.com/appiumtestdistribution/pageobjectpatternappium
- Owner: AppiumTestDistribution
- Created: 2015-08-25T05:49:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T08:04:17.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:06:09.453Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 84.3 MB
- Stars: 186
- Watchers: 38
- Forks: 171
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PageObjectPatternAppium
To Run the TestNG test on android
* Platform="android" mvn clean -Dtest=Runner testTo Run the TestNG test on iOS
* Platform="ios" mvn clean -Dtest=Runner testTo 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](https://i.imgur.com/JDuyRX9.jpg)](https://www.youtube.com/watch?v=sf0YARF5ppQ&t=2s)Please refer the AppiumTestDistribution Framework for hacks :: https://github.com/saikrishna321/AppiumTestDistribution