froth-webdriverio-framework 6.0.24 → 6.0.25

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.
@@ -118,21 +118,36 @@ exports.config = deepmerge(commonconfig,
118
118
  // capabilities: [capabilities],
119
119
  capabilities: [{
120
120
  platformName: "android",
121
- app: "bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e",
122
121
 
122
+ // ❗ automationName MUST be present for Appium/W3C
123
+ "appium:automationName": "UIAutomator2",
124
+
125
+ // ❗ App path stays under Appium namespace
126
+ "appium:app": "bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e",
127
+
128
+ // Vendor capabilities must go inside bstack:options
123
129
  "bstack:options": {
124
130
  userName: "naveen_OSt3Pw",
125
131
  accessKey: "B9Rx28MTKFzRJ2QEVK1c",
132
+
126
133
  deviceName: "Samsung Galaxy S22 Ultra",
127
134
  platformVersion: "12.0",
128
- buildIdentifier: "${BUILD_NUMBER}",
135
+
129
136
  buildName: "yesshop_319_20251208",
130
- interactiveDebugging: true,
131
- deviceOrientation: "portrait",
132
- networkLogs: true,
137
+ buildIdentifier: "${BUILD_NUMBER}",
138
+
139
+ projectName: "Yesshop Automation",
140
+ sessionName: "Prepaid Reload",
141
+
133
142
  debug: true,
134
- projectName: "Yesshop",
135
- sessionName: "Reload Test"
143
+ networkLogs: true,
144
+
145
+ // ❗ This must be inside bstack:options
146
+ browserstackLocal: false,
147
+
148
+ // Extra flags (optional)
149
+ interactiveDebugging: true,
150
+ deviceOrientation: "portrait"
136
151
  }
137
152
  }],
138
153
  logLevel: 'info',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "6.0.24",
3
+ "version": "6.0.25",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",