froth-webdriverio-framework 1.0.26 → 1.0.28

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.
@@ -6,7 +6,6 @@ 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
 
9
- exclude: [],
10
9
  logLevel: 'info',
11
10
  coloredLogs: true,
12
11
  screenshotPath: './errorShots/',
@@ -21,8 +20,6 @@ const commonmobconfig = deepmerge.all([commonconfig, {
21
20
  timeout: 90000
22
21
  },
23
22
 
24
-
25
-
26
23
  maxInstances: 10,
27
24
 
28
25
  updateJob: false,
@@ -24,6 +24,9 @@ const commonconfig = {
24
24
  },
25
25
 
26
26
  before: function (capabilities, specs) {
27
+
28
+
29
+
27
30
  // Code to run before the test suite starts
28
31
  console.log('Starting test suite IN EBFORE HOOK ...');
29
32
  // Initialize variables, configure environment, etc.
@@ -115,6 +118,7 @@ const commonconfig = {
115
118
  // console.log(capabilities);
116
119
  // console.log('Specs:');
117
120
  // console.log(specs);
121
+
118
122
  },
119
123
 
120
124
  };
@@ -33,7 +33,7 @@ if (process.env.LOCATION == 'local') {
33
33
  }
34
34
  //export the variabels
35
35
 
36
- module.exports = {
36
+ export default {
37
37
  scrollToEnd,
38
38
  clickIfVisible,
39
39
  verifyTextInFieldAttribute,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "1.0.26",
4
- "readme": "WendriverIO Integration with [BrowserStack]",
3
+ "version": "1.0.28",
4
+ "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -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.36.1",
33
- "@wdio/spec-reporter": "^8.36.1",
32
+ "@wdio/mocha-framework": "^8.39.0",
33
+ "@wdio/spec-reporter": "^8.39.0",
34
34
  "appium": "^2.3.0",
35
35
  "appium-uiautomator2-driver": "^2.38.0",
36
36
  "browserstack-local": "^1.5.5",
@@ -38,7 +38,8 @@
38
38
  "form-data": "^4.0.0",
39
39
  "node-fetch": "^3.3.2",
40
40
  "node-localstorage": "^3.0.5",
41
+ "puppeteer-core": "^22.11.2",
41
42
  "ts-node": "^10.9.2",
42
- "typescript": "^5.4.5"
43
+ "typescript": "^5.5.2"
43
44
  }
44
- }
45
+ }
package/local.log DELETED
@@ -1,8 +0,0 @@
1
-
2
-
3
- Thu Feb 15 2024 20:15:19:833 GMT+0800 (+08) -- Starting configuration console on http://localhost:45454
4
- Thu Feb 15 2024 20:15:21:656 GMT+0800 (+08) -- [SUCCESS] You can now access your local server(s) in our remote browser
5
-
6
- Thu Feb 15 2024 20:15:22:756 GMT+0800 (+08) -- Press Ctrl-C to exit
7
-
8
-