karma-event-driver-ext icon indicating copy to clipboard operation
karma-event-driver-ext copied to clipboard

Using with Appnium

Open gogoyqj opened this issue 7 years ago • 1 comments

first ensure Appnium server started

         customLaunchers: {
            'Safari': {
                base: 'WebDriverio',
                browserName: 'Safari',
                name: 'Karma',
                config: {
                    port: 4723,
                    logLevel: 'verbose',
                    desiredCapabilities: {
                        'appium-version': '1.6',
                        platformName: 'iOS',
                        platformVersion: '10.3',
                        deviceName: 'iPhone 5',
                        browserName: 'Safari',
                        app: undefined
                    }
                }
            }
        }

gogoyqj avatar May 08 '17 03:05 gogoyqj