Skip to content

Instantly share code, notes, and snippets.

@harsha509
Created December 28, 2022 06:12
Show Gist options
  • Save harsha509/6621819c6ef7b8a86359659b2e32bf88 to your computer and use it in GitHub Desktop.
Save harsha509/6621819c6ef7b8a86359659b2e32bf88 to your computer and use it in GitHub Desktop.
yarn run v1.22.19
warning package.json: No license field
$ wdio run ./src/conf/wdio.android.conf.js --suite login
Execution of 1 workers started at 2022-12-28T06:10:27.073Z
In `onPrepare` hook:
{
config: {
rootDir: './src/conf',
specs: [],
suites: { login: [Array] },
exclude: [],
outputDir: './logs',
logLevel: 'info',
logLevels: {},
excludeDriverLogs: [],
bail: 0,
waitforInterval: 500,
waitforTimeout: 30000,
framework: 'mocha',
reporters: [ 'spec' ],
services: [ [Array] ],
maxInstances: 1,
maxInstancesPerCapability: 100,
injectGlobals: true,
filesToWatch: [],
connectionRetryTimeout: 120000,
connectionRetryCount: 3,
execArgv: [],
runnerEnv: { FORCE_COLOR: 1 },
runner: 'local',
specFileRetries: 0,
specFileRetriesDelay: 0,
specFileRetriesDeferred: false,
reporterSyncInterval: 100,
reporterSyncTimeout: 5000,
cucumberFeaturesWithLineNumbers: [],
autoCompileOpts: { autoCompile: true, tsNodeOpts: [Object], babelOpts: {} },
mochaOpts: { timeout: 60000, ui: 'bdd' },
jasmineOpts: { defaultTimeoutInterval: 10000 },
cucumberOpts: { timeout: 10000 },
onPrepare: [ [Function: bound onPrepare] ],
onWorkerStart: [],
onWorkerEnd: [],
before: [ [Function: bound before] ],
beforeSession: [],
beforeSuite: [],
beforeHook: [],
beforeTest: [],
beforeCommand: [],
afterCommand: [],
afterTest: [],
afterHook: [],
afterSuite: [],
afterSession: [],
after: [],
onComplete: [],
onReload: [],
beforeFeature: [],
beforeScenario: [],
beforeStep: [],
afterStep: [],
afterScenario: [],
afterFeature: [],
_: [ 'run', 'run' ],
suite: [ 'login', 'login' ],
'$0': '/Users/sriharsha/Desktop/wdio-sample/node_modules/.bin/wdio',
'config-path': './src/conf/wdio.android.conf.js',
path: '/wd/hub',
port: 4723,
baseUrl: 'http://localhost',
hostname: '127.0.0.1'
},
capabilities: [
{
maxInstances: 1,
platformName: 'Android',
'appium:platformVersion': '11',
'appium:deviceName': 'emulator-5554',
'appium:automationName': 'UiAutomator2',
'appium:app': '/Users/sriharsha/Desktop/wdio-sample/apps/wdio-demo.apk',
'appium:commandTimeout': 30000,
'appium:appWaitActivity': 'com.wdiodemoapp.MainActivity',
'appium:newCommandTimeout': 30000,
excludeDriverLogs: [Array]
}
]
}
[0-0] RUNNING in Android - file:///src/test/specs/example.spec.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment