Git Product home page Git Product logo

jswebdriverioautomation's People

Contributors

qaschevychelov avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

starygin niyazof

jswebdriverioautomation's Issues

Parallel run on multi android devices

Hello,
can you please help , how can we do configure a file to run tests on multi android devices ? same foe iOS?

am trying from last couple of months but not getting any clue anywhere …and its eating my deadlines….I tried different combination but nolcuk….here am sharing one of the way I have tried

const host = '127.0.0.1';   // default appium host
//const port = 4730;
const path='/wd/hub';
config.capabilities =[
    {
        services: [
            ['appium', {
                args: {
                    debugLogSpacing: true,
                },
                command: 'appium',
            },
            ],
        ],
        specs: [
            "./test/specs/test.spec.js"
        ],
        maxInstances: 2,
    // For iOS/android bases mobile device
        "android":[{
            port: 4723,
            // The defaults you need to have in your config
            "appium:automationName": 'UiAutomator2',
            "appium:deviceName": 'Nexus_30',
            "appium:avd":'Nexus_30',
            platformName: 'Android',
            fullReset: true,
            appPackage: '*',
            appActivity: '*',
            newCommandTimeout: 600,
        },
        {
            port: 4725,
            // The defaults you need to have in your config
            "appium:automationName": 'UiAutomator2',
            "appium:deviceName": 'Nexus_12',
            "appium:avd":'Nexus_12',
            platformName: 'Android',
            fullReset: true,
            appPackage: '*',
            appActivity: '*',
            newCommandTimeout: 600,
        }],
    }];


exports.config = config;

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.