mirror of
https://github.com/appium/appium.git
synced 2026-02-21 02:39:30 -06:00
docs(appium): update JS quickstart example (#18852)
This commit is contained in:
committed by
GitHub
parent
7cd52db673
commit
5e479eadbe
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"webdriverio": "7.31.1"
|
||||
"webdriverio": "^8.11.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ const capabilities = {
|
||||
};
|
||||
|
||||
const wdOpts = {
|
||||
host: process.env.APPIUM_HOST || 'localhost',
|
||||
hostname: process.env.APPIUM_HOST || 'localhost',
|
||||
port: parseInt(process.env.APPIUM_PORT, 10) || 4723,
|
||||
logLevel: 'info',
|
||||
capabilities,
|
||||
|
||||
Reference in New Issue
Block a user