froth-webdriverio-framework 1.0.21 → 1.0.22
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/config/android.conf.js +3 -2
- package/package.json +10 -11
- package/storage/ADMIN_PASSWORD +0 -1
- package/storage/ADMIN_USER +0 -1
- package/storage/EMAIL +0 -1
- package/storage/PASSWORD +0 -1
package/config/android.conf.js
CHANGED
|
@@ -2,6 +2,7 @@ const deepmerge = require('deepmerge')
|
|
|
2
2
|
const commonmobileconfig = require('./common.mobile.conf');
|
|
3
3
|
console.log("device name in android:", process.env.DEVICENAME);
|
|
4
4
|
console.log("BUILD_NUMBER:", process.env.BUILD_NUMBER);
|
|
5
|
+
console.log("device name in BROWSERSTACK_APP_PATH:", process.env.BROWSERSTACK_APP_PATH);
|
|
5
6
|
|
|
6
7
|
const androidConfig = deepmerge.all([commonmobileconfig, {
|
|
7
8
|
services: [
|
|
@@ -20,8 +21,8 @@ const androidConfig = deepmerge.all([commonmobileconfig, {
|
|
|
20
21
|
|
|
21
22
|
capabilities: [{
|
|
22
23
|
'bstack:options': {
|
|
23
|
-
deviceName: process.env.DEVICENAME
|
|
24
|
-
platformVersion: process.env.OSVERSION
|
|
24
|
+
deviceName: process.env.DEVICENAME ,
|
|
25
|
+
platformVersion: process.env.OSVERSION ,
|
|
25
26
|
platformName: 'android',
|
|
26
27
|
interactiveDebugging: true
|
|
27
28
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "froth-webdriverio-framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"readme": "WendriverIO Integration with [BrowserStack]",
|
|
5
5
|
"description": "WebdriverIO and BrowserStack App Automate",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,21 +25,20 @@
|
|
|
25
25
|
"appium"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@wdio/appium-service": "^8.
|
|
29
|
-
"@wdio/browserstack-service": "^
|
|
30
|
-
"@wdio/cli": "^
|
|
31
|
-
"@wdio/local-runner": "^
|
|
32
|
-
"@wdio/mocha-framework": "^8.
|
|
33
|
-
"@wdio/spec-reporter": "^8.
|
|
34
|
-
"appium": "^2.
|
|
35
|
-
"appium-uiautomator2-driver": "^
|
|
28
|
+
"@wdio/appium-service": "^8.0.9",
|
|
29
|
+
"@wdio/browserstack-service": "^7.16.4",
|
|
30
|
+
"@wdio/cli": "^7.16.4",
|
|
31
|
+
"@wdio/local-runner": "^7.16.4",
|
|
32
|
+
"@wdio/mocha-framework": "^8.39.0",
|
|
33
|
+
"@wdio/spec-reporter": "^8.39.0",
|
|
34
|
+
"appium": "^2.3.0",
|
|
35
|
+
"appium-uiautomator2-driver": "^2.38.0",
|
|
36
36
|
"browserstack-local": "^1.5.5",
|
|
37
37
|
"deepmerge": "^4.3.1",
|
|
38
38
|
"form-data": "^4.0.0",
|
|
39
39
|
"node-fetch": "^3.3.2",
|
|
40
40
|
"node-localstorage": "^3.0.5",
|
|
41
41
|
"ts-node": "^10.9.2",
|
|
42
|
-
"typescript": "^5.
|
|
42
|
+
"typescript": "^5.5.2"
|
|
43
43
|
}
|
|
44
|
-
|
|
45
44
|
}
|
package/storage/ADMIN_PASSWORD
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
QgCY72/szqZ@(ap&
|
package/storage/ADMIN_USER
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ytladmin
|
package/storage/EMAIL
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0184310814@YES.MY
|
package/storage/PASSWORD
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
password
|