@wdio/appium-service 9.28.0 → 9.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +5 -0
- package/package.json +7 -7
package/build/index.js
CHANGED
|
@@ -2062,6 +2062,9 @@ var AppiumLauncher = class _AppiumLauncher {
|
|
|
2062
2062
|
};
|
|
2063
2063
|
this._logPath = _options.logPath || this._config?.outputDir;
|
|
2064
2064
|
}
|
|
2065
|
+
_options;
|
|
2066
|
+
_capabilities;
|
|
2067
|
+
_config;
|
|
2065
2068
|
_logPath;
|
|
2066
2069
|
_appiumCliArgs = [];
|
|
2067
2070
|
_args;
|
|
@@ -2536,6 +2539,8 @@ var SelectorPerformanceService = class {
|
|
|
2536
2539
|
);
|
|
2537
2540
|
}
|
|
2538
2541
|
}
|
|
2542
|
+
_options;
|
|
2543
|
+
_config;
|
|
2539
2544
|
// Service configuration
|
|
2540
2545
|
_enabled = false;
|
|
2541
2546
|
_enableCliReport = false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/appium-service",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.29.0",
|
|
4
4
|
"description": "A WebdriverIO service to start & stop Appium Server",
|
|
5
5
|
"author": "Morten Bjerg Gregersen <morten@mogee.dk>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-appium-service",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
},
|
|
44
44
|
"typeScriptVersion": "3.8.3",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@wdio/config": "9.
|
|
46
|
+
"@wdio/config": "9.29.0",
|
|
47
47
|
"@wdio/logger": "9.18.0",
|
|
48
|
-
"@wdio/reporter": "9.
|
|
49
|
-
"@wdio/types": "9.
|
|
50
|
-
"@wdio/utils": "9.
|
|
48
|
+
"@wdio/reporter": "9.29.0",
|
|
49
|
+
"@wdio/types": "9.29.0",
|
|
50
|
+
"@wdio/utils": "9.29.0",
|
|
51
51
|
"@xmldom/xmldom": "^0.9.5",
|
|
52
52
|
"change-case": "^5.4.3",
|
|
53
53
|
"get-port": "^7.0.0",
|
|
54
54
|
"import-meta-resolve": "^4.0.0",
|
|
55
55
|
"tree-kill": "^1.2.2",
|
|
56
|
-
"webdriverio": "9.
|
|
56
|
+
"webdriverio": "9.29.0",
|
|
57
57
|
"xpath": "^0.0.34"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "c7808c59ca3ab6a677230cebd688454426cba0f2"
|
|
63
63
|
}
|