Giter Club home page Giter Club logo

freeautomationlearning / appiumgrid Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 21.0 36.76 MB

A framework for running appium tests in parallel across devices and also on desktop browser... U like it STAR it !!

Home Page: https://www.youtube.com/playlist?list=PLXbcghgSZDrq7rUFsXoR-7idS4DFTOqKO

Batchfile 0.08% Java 2.88% HTML 91.03% CSS 3.61% JavaScript 2.40%
parallel appium selenium-webdriver appium-android appium-tutorials appium-framework appium-tests selenium-java appiumgrid selenium

appiumgrid's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

appiumgrid's Issues

java.lang.NullPointerException: null value in entry: lastScrollData=null

  • I tried launching the different apps on both devices configured in the grid. but it gives me the error mentioned above.

case "mobile":
System.out.println("Application is opening... ");
DesiredCapabilities cap = new DesiredCapabilities();
if(runOn.equals("172.30.55.229:5555"))
{
cap.setCapability("app", path+"//App//store.apk");
cap.setCapability("platformName", "Android");
cap.setCapability("deviceName", "atv");
cap.setCapability("appWaitActivity", "com.atv.shopping.store.ui.activity.SplashActivity");
cap.setCapability("appPackage", "com.atv.shopping.store");
cap.setCapability("udid", "172.30.55.229:5555");
driver = new AndroidDriver(new URL("http://127.0.0.1:4729/wd/hub"), cap);
}else if(runOn.equals("AIRCLRE66HEQROR8"))
{
cap.setCapability("app", path+"//App//mobile.apk");
cap.setCapability("platformName", "Android");
cap.setCapability("deviceName", "mobile");
cap.setCapability("appWaitActivity", "com.example.flutter_atv_store_app_p.MainActivity");
cap.setCapability("appPackage", "com.example.flutter_atv_store_app_p");
cap.setCapability("udid", "AIRCLRE66HEQROR8");
driver = new AndroidDriver(new URL("http://127.0.0.1:4726/wd/hub"), cap);

- 

How to run with cucumber

Hi,

Thanks for info....
you did parallel execution with testNG. is it possible to run parallel with cucumber ?

Why i'm getting error of connection?

I tried your project and it keep giving me below mention error.

org.openqa.selenium.WebDriverException: Connection refused: connect

Can you help please?

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.