froth-webdriverio-framework 1.0.24 → 1.0.26
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.
|
@@ -2,7 +2,7 @@ const deepmerge = require('deepmerge')
|
|
|
2
2
|
const commonconfig = require('./commonconfig');
|
|
3
3
|
console.log("device name in common mobile:", process.env.DEVICENAME);
|
|
4
4
|
|
|
5
|
-
const commonmobconfig = deepmerge.all([commonconfig,{
|
|
5
|
+
const commonmobconfig = deepmerge.all([commonconfig, {
|
|
6
6
|
user: process.env.BROWSERSTACK_USERNAME || 'naveen_OSt3Pw',
|
|
7
7
|
key: process.env.BROWSERSTACK_ACCESS_KEY || 'AuzPy8cHZ7sCBmMXakKe',
|
|
8
8
|
|
|
@@ -27,12 +27,7 @@ const commonmobconfig = deepmerge.all([commonconfig,{
|
|
|
27
27
|
|
|
28
28
|
updateJob: false,
|
|
29
29
|
reporters: [
|
|
30
|
-
'spec'
|
|
31
|
-
// ['allure', {
|
|
32
|
-
// outputDir: './androidReports/allure-results', // Specify the output directory
|
|
33
|
-
// disableWebdriverStepsReporting: true,
|
|
34
|
-
// disableWebdriverScreenshotsReporting: true,
|
|
35
|
-
// }],
|
|
30
|
+
'spec'
|
|
36
31
|
],
|
|
37
32
|
commonCapabilities: {
|
|
38
33
|
'bstack:options': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "froth-webdriverio-framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.26",
|
|
4
4
|
"readme": "WendriverIO Integration with [BrowserStack]",
|
|
5
5
|
"description": "WebdriverIO and BrowserStack App Automate",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@wdio/browserstack-service": "^7.16.4",
|
|
30
30
|
"@wdio/cli": "^7.16.4",
|
|
31
31
|
"@wdio/local-runner": "^7.16.4",
|
|
32
|
-
"@wdio/mocha-framework": "^8.
|
|
33
|
-
"@wdio/spec-reporter": "^8.
|
|
32
|
+
"@wdio/mocha-framework": "^8.36.1",
|
|
33
|
+
"@wdio/spec-reporter": "^8.36.1",
|
|
34
34
|
"appium": "^2.3.0",
|
|
35
35
|
"appium-uiautomator2-driver": "^2.38.0",
|
|
36
36
|
"browserstack-local": "^1.5.5",
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"node-fetch": "^3.3.2",
|
|
40
40
|
"node-localstorage": "^3.0.5",
|
|
41
41
|
"ts-node": "^10.9.2",
|
|
42
|
-
"typescript": "^5.5
|
|
42
|
+
"typescript": "^5.4.5"
|
|
43
43
|
}
|
|
44
44
|
}
|