froth-webdriverio-framework 8.0.1 → 9.0.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.
@@ -369,6 +369,7 @@ async function validateSyntax(specs) {
369
369
  let syntaxFailed = false;
370
370
 
371
371
  for (const fileUrl of specs) {
372
+ console.log("file path ",fileUrl)
372
373
  const filePath = url.fileURLToPath(fileUrl);
373
374
  const code = fs.readFileSync(filePath, 'utf8');
374
375
 
@@ -393,8 +394,5 @@ async function validateSyntax(specs) {
393
394
  }
394
395
  }
395
396
 
396
- async function setBrowseratckSession(capabilities) {
397
397
 
398
-
399
- }
400
398
  module.exports = commonHooks;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "8.0.1",
3
+ "version": "9.0.0",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",
@@ -25,30 +25,19 @@
25
25
  "appium"
26
26
  ],
27
27
  "dependencies": {
28
- "@wdio/appium-service": "^9.23.0",
29
- "@wdio/browserstack-service": "^9.23.0",
30
- "@wdio/cli": "^9.23.0",
31
- "@wdio/local-runner": "^9.23.0",
32
- "@wdio/mocha-framework": "^9.23.0",
28
+ "@wdio/appium-service": "^9.21.0",
29
+ "@wdio/browserstack-service": "^9.21.0",
30
+ "@wdio/cli": "^9.21.1",
31
+ "@wdio/local-runner": "^9.21.0",
32
+ "@wdio/mocha-framework": "^9.21.0",
33
33
  "@wdio/spec-reporter": "^9.20.0",
34
34
  "appium": "^3.1.2",
35
- "appium-uiautomator2-driver": "^6.7.8",
36
- "assert": "^2.1.0",
37
- "axios": "^1.13.2",
38
- "browserstack-local": "^1.5.8",
39
- "chai": "^6.2.2",
35
+ "appium-uiautomator2-driver": "^6.7.1",
36
+ "chai": "^4.3.6",
40
37
  "crypto-js": "^4.2.0",
41
38
  "deepmerge": "^4.3.1",
42
- "ejs": "^4.0.1",
43
- "express": "^5.2.1",
44
- "form-data": "^4.0.5",
45
- "fs": "^0.0.1-security",
46
- "js-yaml": "^4.1.1",
47
- "mysql2": "^3.16.0",
48
- "node-fetch": "^3.3.2",
49
39
  "node-localstorage": "^3.0.5",
50
40
  "randexp": "^0.5.3",
51
- "ts-node": "^10.9.2",
52
- "typescript": "^5.9.3"
41
+ "webdriverio": "^9"
53
42
  }
54
43
  }