froth-webdriverio-framework 6.0.37 → 6.0.39

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.
@@ -1,3 +1,7 @@
1
+ const path = require('path');
2
+
3
+ const SUITE_FILE = path.resolve(process.cwd(), process.env.SUITE);
4
+ console.log('====>SUITE_FILE:', SUITE_FILE);
1
5
  exports.config = {
2
6
  user: process.env.BROWSERSTACK_USERNAME || 'naveen_OSt3Pw',
3
7
  key: process.env.BROWSERSTACK_ACCESS_KEY || 'B9Rx28MTKFzRJ2QEVK1c',
@@ -29,9 +33,12 @@ exports.config = {
29
33
  }],
30
34
 
31
35
  updateJob: false,
32
- specs: [
33
- '/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js'
34
- ],
36
+ // specs: [
37
+ // '/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js'
38
+ // ],
39
+
40
+ specs: require(SUITE_FILE).tests,
41
+
35
42
  exclude: [],
36
43
 
37
44
  logLevel: 'info',
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "6.0.37",
3
+ "version": "6.0.39",
4
4
  "readme": "WendriverIO Integration with [BrowserStack](https://www.browserstack.com)",
5
5
  "description": "Selenium examples for WebdriverIO and BrowserStack App Automate",
6
6
  "scripts": {
7
-
7
+ "wdio": "wdio run ./wdio.conf.js"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
@@ -25,10 +25,13 @@
25
25
  "webdriverio": "^9"
26
26
  },
27
27
  "devDependencies": {
28
+ "@wdio/appium-service": "^9.21.0",
28
29
  "@wdio/browserstack-service": "^9.21.0",
29
30
  "@wdio/cli": "^9.21.1",
30
31
  "@wdio/local-runner": "^9.21.0",
31
32
  "@wdio/mocha-framework": "^9.21.0",
32
- "@wdio/spec-reporter": "^9.20.0"
33
+ "@wdio/spec-reporter": "^9.20.0",
34
+ "appium": "^3.1.2",
35
+ "appium-uiautomator2-driver": "^6.7.1"
33
36
  }
34
37
  }
@@ -1,202 +0,0 @@
1
- //const Util = require('../froth_common_actions/Utils.js');
2
-
3
- describe('Yes Shop Prepaid Registration', () => {
4
-
5
- it('Yes Shop Prepaid Registration', async () => {
6
-
7
- // // File URLs from BrowserStack
8
- // const links =await Util.F.extractEmailLinks.getEmailLinks('un','apppwd','subject','fromemail')
9
- // const foundLink = await Util.F.extractEmailLinks.findLinks(links,'texttofind')
10
-
11
- // const idCardFileUrl = "https://drive.google.com/file/d/1t5KZ7a6JLS97khFnuUS-_aOa6EY4a9H0/view?usp=sharing"; // Replace with actual file ID for ID card
12
- // const videoFileUrl = "https://drive.google.com/file/d/1PYMY2LQ-GFFKJ1wC5yRNflcxfA3ATgvW/view?usp=sharing"; // Replace with actual file ID for video
13
- const el1 = await driver.$("id:com.ytlcomms.ymca:id/yesLogoIv");
14
- await el1.click();
15
- await el1.click();
16
- await el1.click();
17
- await el1.click();
18
- await el1.click();
19
- await el1.click();
20
- await el1.click();
21
- await el1.click();
22
- await el1.click();
23
- await el1.click();
24
- const el2 = await driver.$("id:com.ytlcomms.ymca:id/etBetaUserId");
25
- await el2.addValue("alpha_login");
26
- const el3 = await driver.$("id:com.ytlcomms.ymca:id/etBetaUserPass");
27
- await el3.addValue("@45kj*3d");
28
- const el411 = await driver.$("id:com.ytlcomms.ymca:id/btBetaSignIn");
29
- await el411.click();
30
- const el51 = await driver.$("id:com.ytlcomms.ymca:id/iotUrl");
31
- await el51.click();
32
- /*To scroll to the down of the screen until text is visible */
33
- //await Util.scrollDownToView("GO BACK")
34
-
35
- const el61 = await driver.$("id:com.ytlcomms.ymca:id/btGoBack");
36
- await el61.click();
37
- const el71 = await driver.$("id:com.ytlcomms.ymca:id/mUserId");
38
- await el71.addValue("pdc_branch");
39
- const el81 = await driver.$("id:com.ytlcomms.ymca:id/mPassword");
40
- await el81.addValue("ytlc@xm1234");
41
- const el91 = await driver.$("id:com.ytlcomms.ymca:id/btSignIn");
42
- await el91.click();
43
- // Start the automation script
44
- const el4 = await driver.$("-android uiautomator:new UiSelector().text(\"Registration\")");
45
- await el4.click();
46
-
47
- const el5 = await driver.$("-android uiautomator:new UiSelector().text(\"Prepaid\")");
48
- await el5.click();
49
-
50
- // Trigger ID card upload
51
- const el6 = await driver.$("id:com.ytlcomms.ymca:id/ekycMyKadBtn");
52
- await el6.click();
53
-
54
- const el7 = await driver.$("id:com.android.permissioncontroller:id/permission_allow_one_time_button");
55
- await el7.click();
56
-
57
- const el8 = await driver.$("id:com.ytlcomms.ymca:id/ekycMyKadBtn");
58
- await el8.click();
59
-
60
- const el9 = await driver.$("id:com.ytlcomms.ymca:id/skipBtn");
61
- await el9.click();
62
-
63
- const el10 = await driver.$("id:com.ytlcomms.ymca:id/selectCountryBtn");
64
- await el10.click();
65
-
66
- await driver.execute('browserstack_executor: {"action":"cameraImageInjection", "arguments": {"imageUrl" : "media://b44ff746563b5e458e2b5034d3cb25263ad24ebd"}}');
67
-
68
- const el11 = await driver.$("id:com.ytlcomms.ymca:id/confirmBtn");
69
- await el11.click();
70
- await driver.pause(3000)
71
-
72
- const el12 = await driver.$("id:com.sec.android.app.camera:id/bottom_background");
73
- await el12.click();
74
-
75
- await driver.pause(3000)
76
-
77
- ////android.widget.Button[@resource-id="com.sec.android.app.camera:id/okay"]
78
-
79
- const el13 = await driver.$("//android.widget.Button[@resource-id='com.sec.android.app.camera:id/okay']");
80
- await el13.click();
81
- // const el29 = await driver.$("id:com.ytlcomms.ymca:id/selectCountryBtn");
82
- // await el29.click();
83
-
84
- await driver.pause(10000)
85
- try {
86
- await driver.action('pointer')
87
- .move({
88
- duration: 0,
89
- x: 937,
90
- y: 905
91
- })
92
- .down({
93
- button: 0
94
- })
95
- .move({
96
- duration: 1000,
97
- x: 1043,
98
- y: 696
99
- })
100
- .up({
101
- button: 0
102
- })
103
- .perform();
104
-
105
-
106
- } catch (e) {
107
- console.error('Error in right :', e);
108
-
109
- }
110
- try {
111
- await driver.action('pointer')
112
- .move({
113
- duration: 0,
114
- x: 134,
115
- y: 1498
116
- })
117
- .down({
118
- button: 0
119
- })
120
- .move({
121
- duration: 1000,
122
- x: 28,
123
- y: 1723
124
- })
125
- .up({
126
- button: 0
127
- })
128
- .perform();
129
-
130
- //
131
- } catch (e) {
132
- console.error('Error in left:', e);
133
-
134
- }
135
- await driver.pause(10000) // Confirm upload
136
-
137
- const el16 = await driver.$("//android.widget.TextView[@text='Done']");
138
- await el16.click();
139
-
140
- await driver.pause(30000)
141
- const el17 = await driver.$("id:com.ytlcomms.ymca:id/newRb");
142
- await el17.click();
143
-
144
- // await Util.F.scrollDownToView("Facial Recognition")
145
-
146
- const el18 = await driver.$("id:com.ytlcomms.ymca:id/frRecognitionBtn");
147
- await el18.click();
148
- const el19 = await driver.$("id:com.ytlcomms.ymca:id/skipBtn");
149
- await el19.click();
150
-
151
- await driver.execute('browserstack_executor: {"action":"cameraVideoInjection", "arguments": {"videoUrl" : "media://1920c80136e1c7e2278e15d820845ed64a676e92"}}');
152
-
153
- const el20 = await driver.$("id:com.ytlcomms.ymca:id/startBtn");
154
- await el20.click();
155
-
156
- await driver.pause(3000)
157
-
158
- const el21 = await driver.$("id:com.ytlcomms.ymca:id/captureVideo");
159
- await el21.click();
160
-
161
- await driver.pause(10000)
162
-
163
- ////android.widget.Button[@resource-id="com.sec.android.app.camera:id/okay"]
164
-
165
- // const el13 = await driver.$("//android.widget.Button[@resource-id='com.sec.android.app.camera:id/okay']");
166
- // await el13.click();
167
- //99999999
168
-
169
-
170
- // Trigger video upload for face recognition
171
- // const el18 = await driver.$("id:com.ytlcomms.ymca:id/frRecognitionBtn");
172
- // await el18.click();
173
- // await driver.execute("mobile: uploadFile", { file: videoFileUrl }); // Upload video
174
-
175
- // Complete the remaining flow
176
- const el25 = await driver.$("-android uiautomator:new UiSelector().text('-- PLAN --')");
177
- await el25.click();
178
-
179
- const el26 = await driver.$("-android uiautomator:new UiSelector().text('YES 5G Prepaid')");
180
- await el26.click();
181
-
182
- const el44 = await driver.$("id:com.ytlcomms.ymca:id/submitBtn");
183
- await el44.click();
184
-
185
- const el40 = await driver.$("id:com.ytlcomms.ymca:id/eSimRb");
186
- await el40.click();
187
- const el41 = await driver.$("id:com.ytlcomms.ymca:id/optionalMobTitleLabel");
188
- await el41.click();
189
- //add scroll here
190
-
191
- const el42 = await driver.$("-android uiautomator:new UiSelector().text('01117242402')");
192
- await el42.click();
193
- const el43 = await driver.$("id:com.ytlcomms.ymca:id/md_buttonDefaultPositive");
194
- await el43.click();
195
- //add scroll to end here
196
-
197
- const el45 = await driver.$("id:com.ytlcomms.ymca:id/submitBtn");
198
- await el45.click();
199
-
200
-
201
- });
202
- });
@@ -1,13 +0,0 @@
1
- const path = require('path');
2
- const fileNames = ['samplescript_x.js']; // Maintain order
3
- const androidFolder = path.resolve(process.cwd(), './android');
4
-
5
- const selectedFiles = fileNames.map(file => path.resolve(androidFolder, file));
6
-
7
- module.exports = {
8
- tests: [
9
- selectedFiles
10
- ]
11
- };
12
-
13
-
@@ -1,42 +0,0 @@
1
- [
2
- {
3
- "name": "sdk:testhub",
4
- "entryType": "measure",
5
- "startTime": 1129.7178649902344,
6
- "duration": 1213.4356330037117,
7
- "detail": null,
8
- "success": true,
9
- "failure": null,
10
- "worker": 35476
11
- },
12
- {
13
- "name": "sdk:percy",
14
- "entryType": "measure",
15
- "startTime": 2350.431740999222,
16
- "duration": 649.7334089875221,
17
- "detail": null,
18
- "success": false,
19
- "failure": {},
20
- "worker": 35476
21
- },
22
- {
23
- "name": "sdk:automate:local",
24
- "entryType": "measure",
25
- "startTime": 3001.223030000925,
26
- "duration": 0.8131749927997589,
27
- "detail": null,
28
- "success": true,
29
- "failure": null,
30
- "worker": 35476
31
- },
32
- {
33
- "name": "sdk:automate:hub-management",
34
- "entryType": "measure",
35
- "startTime": 10800.239841014147,
36
- "duration": 2281.214550971985,
37
- "detail": null,
38
- "success": true,
39
- "failure": null,
40
- "worker": 35476
41
- }
42
- ]
@@ -1,257 +0,0 @@
1
- 2025-12-13T03:08:44.038Z CLI debug [main] Starting main function execution
2
- 2025-12-13T03:08:44.039Z CLI debug [main] Generated binSessionId: 0996cd39-dfac-4e2e-b27a-9e764c5c0c15
3
- 2025-12-13T03:08:44.044Z CLI debug [main] Resolved listen address: unix:/tmp/sdk-platform-0996cd39-dfac-4e2e-b27a-9e764c5c0c15.sock
4
- 2025-12-13T03:08:44.070Z CLI debug [2025-12-13T03:08:44.070Z][ TEST REPORTING AND ANALYTICS ] Monitoring has started
5
- 2025-12-13T03:08:44.168Z CLI debug [core:bin-session] Starting bin session with config: {"binSessionId":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","sdkLanguage":"ECMAScript","sdkVersion":"9.20.1","pathProject":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework","pathConfig":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/browserstack.yml","cliArgs":["./froth_configs/wdio.common.conf.js"],"frameworks":["WebdriverIO","WebdriverIO-mocha"],"frameworkVersions":{"WebdriverIO":"9.20.1","WebdriverIO-mocha":"9.20.1"},"language":"ECMAScript","languageVersion":"","testFramework":"WebdriverIO-mocha","wdioConfig":"{\"userName\":\"naveen_OSt3Pw\",\"accessKey\":\"B9Rx28MTKFzRJ2QEVK1c\",\"platforms\":[{\"projectName\":\"BrowserStack Samples\",\"buildName\":\"browserstack build\",\"sessionName\":\"BStack local webdriverio-appium\",\"deviceName\":\"Samsung Galaxy S22 Ultra\",\"osVersion\":\"12.0\",\"debug\":true,\"networkLogs\":true,\"source\":\"webdriverio:appium-sample-sdk:v1.0\",\"interactiveDebugging\":true,\"appium:autoWebview\":false,\"wdioService\":\"9.20.1\"}],\"isNonBstackA11yWDIO\":false,\"buildIdentifier\":\"${BUILD_NUMBER}\",\"browserstackLocal\":false,\"app\":\"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e\",\"accessibility\":null,\"testObservability\":true,\"browserStackLocalOptions\":{\"forcelocal\":false,\"localIdentifier\":\"webdriverio-appium-app-browserstack-android-repo\"},\"testContextOptions\":{\"skipSessionName\":false,\"skipSessionStatus\":false,\"sessionNameOmitTestTitle\":false,\"sessionNamePrependTopLevelSuiteTitle\":false,\"sessionNameFormat\":\"\"},\"buildTag\":[]}"}
6
- 2025-12-13T03:08:44.172Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"${BUILD_NUMBER}","browserstackLocal":false,"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
7
- 2025-12-13T03:08:44.188Z CLI debug Not Needed to write this in file sdk:cli:startBinSession {"name":"sdk:cli:startBinSession","entryType":"measure","startTime":1040.423945993185,"duration":16.660533010959625,"detail":null,"success":true,"failure":null,"worker":35476}
8
- 2025-12-13T03:08:44.192Z CLI info Should start debug utility: undefined
9
- 2025-12-13T03:08:44.250Z CLI debug [TEST REPORTING AND ANALYTICS:git] Exception in fetching last commit with error : this does not look like a git repo
10
- 2025-12-13T03:08:44.255Z CLI debug [sdk:service] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] StartBinSession details: {"binSessionId":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","sdkLanguage":"ECMAScript","sdkVersion":"9.20.1","pathProject":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework","pathConfig":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/browserstack.yml","cliArgs":["./froth_configs/wdio.common.conf.js"],"frameworks":["WebdriverIO","WebdriverIO-mocha"],"frameworkVersions":{"WebdriverIO":"9.20.1","WebdriverIO-mocha":"9.20.1"},"language":"ECMAScript","languageVersion":"","testFramework":"WebdriverIO-mocha","wdioConfig":"{\"userName\":\"[REDACTED]\",\"accessKey\":\"[REDACTED]\",\"platforms\":[{\"projectName\":\"BrowserStack Samples\",\"buildName\":\"browserstack build\",\"sessionName\":\"BStack local webdriverio-appium\",\"deviceName\":\"Samsung Galaxy S22 Ultra\",\"osVersion\":\"12.0\",\"debug\":true,\"networkLogs\":true,\"source\":\"webdriverio:appium-sample-sdk:v1.0\",\"interactiveDebugging\":true,\"appium:autoWebview\":false,\"wdioService\":\"9.20.1\"}],\"isNonBstackA11yWDIO\":false,\"buildIdentifier\":\"${BUILD_NUMBER}\",\"browserstackLocal\":false,\"app\":\"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e\",\"accessibility\":null,\"testObservability\":true,\"browserStackLocalOptions\":{\"forcelocal\":false,\"localIdentifier\":\"webdriverio-appium-app-browserstack-android-repo\"},\"testContextOptions\":{\"skipSessionName\":false,\"skipSessionStatus\":false,\"sessionNameOmitTestTitle\":false,\"sessionNamePrependTopLevelSuiteTitle\":false,\"sessionNameFormat\":\"\"},\"buildTag\":[]}","id":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","config":{"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"55","browserstackLocal":false,"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo","key":"[REDACTED]","skipBinaryInitialisation":false},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[],"browserstackAutomation":true,"selfHeal":false,"disableAutoCaptureLogs":false,"testhub":true,"additionalPlatforms":[],"additionalParams":{},"buildName":"test","projectName":"BrowserStack Samples"},"ciInfo":{"build_number":null},"versionControlInfo":{"name":"git","short_sha":null,"branch":"main","tag":null,"committer":null,"committer_date":null,"author":null,"author_date":null,"commit_message":null,"root":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO","common_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","worktree_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","last_tag":null,"commits_since_last_tag":0,"remotes":[{"name":"origin","url":"https://github.com/RoboticoDigitalProjects/frothtestops-coderepo.git"}]},"hostInfo":{"hostname":"Subhras-MacBook-Pro.local","platform":"darwin","type":"Darwin","version":"Darwin Kernel Version 24.6.0: Mon Jul 14 11:28:17 PDT 2025; root:xnu-11417.140.69~1/RELEASE_X86_64","arch":"x64"},"data":{},"isAppAutomate":true,"browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1","productMap":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true,"turboscale":false,"central_scanner":false}}
11
- 2025-12-13T03:08:44.256Z CLI info [testhub:module] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting testhub from 35476:0
12
- 2025-12-13T03:08:44.258Z CLI debug [testhub:module] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] startBuild: payload={"started_at":"2025-12-13T03:08:44.257Z","host_info":{"hostname":"Subhras-MacBook-Pro.local","platform":"darwin","type":"Darwin","version":"Darwin Kernel Version 24.6.0: Mon Jul 14 11:28:17 PDT 2025; root:xnu-11417.140.69~1/RELEASE_X86_64","arch":"x64"},"ci_info":{"build_number":null},"version_control":{"name":"git","short_sha":null,"branch":"main","tag":null,"committer":null,"committer_date":null,"author":null,"author_date":null,"commit_message":null,"root":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO","common_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","worktree_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","last_tag":null,"commits_since_last_tag":0,"remotes":[{"name":"origin","url":"https://github.com/RoboticoDigitalProjects/frothtestops-coderepo.git"}]},"project_name":"BrowserStack Samples","name":"test","build_identifier":"55","build_run_identifier":null,"description":"","tags":[],"failed_tests_rerun":false,"accessibility":{"settings":{}},"framework_details":{"frameworkName":"WebdriverIO-mocha","frameworkVersion":"9.20.1","sdkVersion":"9.20.1","cliVersion":"1.15.0","language":"ECMAScript","testFramework":{"name":"WebdriverIO","version":"9.20.1"}},"product_map":{"observability":true,"accessibility":null,"percy":false,"automate":false,"app_automate":true},"browserstackAutomation":true,"test_orchestration":{}}
13
- 2025-12-13T03:08:44.258Z CLI debug [core:http] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting queued request: POST api/v1/build/start
14
- 2025-12-13T03:08:44.259Z CLI info [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making POST request to https://sdk.browserstack.com
15
- 2025-12-13T03:08:44.259Z CLI debug [core:http] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://sdk.browserstack.com/api/v1/build/start
16
- 2025-12-13T03:08:45.466Z CLI debug [core:http] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://sdk.browserstack.com/api/v1/build/start: 200 OK
17
- 2025-12-13T03:08:45.467Z CLI debug [core:http] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Completed queued request: POST api/v1/build/start
18
- 2025-12-13T03:08:45.469Z CLI info [testhub:module] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] startBuild: response=76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw
19
- 2025-12-13T03:08:45.470Z CLI debug [testhub:module] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] onStart: 0996cd39-dfac-4e2e-b27a-9e764c5c0c15
20
- 2025-12-13T03:08:45.473Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Firing CLI event for funnel data at sdk/v1/event
21
- 2025-12-13T03:08:45.473Z CLI debug [instrumentation:funnel] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to sdk/v1/event
22
- 2025-12-13T03:08:45.473Z CLI debug [instrumentation:module] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Instrumentation onStart: 0996cd39-dfac-4e2e-b27a-9e764c5c0c15
23
- 2025-12-13T03:08:45.473Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting queued request: POST sdk/v1/event
24
- 2025-12-13T03:08:45.473Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making POST request to https://api.browserstack.com
25
- 2025-12-13T03:08:45.474Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://api.browserstack.com/sdk/v1/event
26
- 2025-12-13T03:08:45.474Z CLI debug [TEST REPORTING AND ANALYTICS:module] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] onStart: 0996cd39-dfac-4e2e-b27a-9e764c5c0c15 language=ecmascript
27
- 2025-12-13T03:08:45.475Z CLI debug [ai:module] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] onStart: enabled=false isAuthenticated=undefined
28
- 2025-12-13T03:08:45.478Z CLI debug [percy:percy] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://api.browserstack.com/api/app_percy/get_project_token?name=BrowserStack+Samples&type=app&percy=undefined to get Percy token
29
- 2025-12-13T03:08:45.480Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Need to write this in file sdk:testhub
30
- 2025-12-13T03:08:45.481Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] lock attaned.
31
- 2025-12-13T03:08:45.481Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file request:https://sdk.browserstack.com/api/v1/build/start {"name":"request:https://sdk.browserstack.com/api/v1/build/start","entryType":"measure","startTime":1132.5209439992905,"duration":1207.3448750078678,"detail":null,"success":true,"failure":null,"worker":35476}
32
- 2025-12-13T03:08:45.791Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://api.browserstack.com/sdk/v1/event: 200 OK
33
- 2025-12-13T03:08:45.792Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Completed queued request: POST sdk/v1/event
34
- 2025-12-13T03:08:45.792Z CLI debug [instrumentation:funnel] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from sdk/v1/event: 200
35
- 2025-12-13T03:08:45.792Z CLI debug [instrumentation:funnel] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] API Event response - {"data":{"message":"SDK Event recorded successfully"},"body":"{\"message\":\"SDK Event recorded successfully\"}","statusCode":200}
36
- 2025-12-13T03:08:45.793Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting queued request: GET api/app_percy/get_project_token?name=BrowserStack+Samples&type=app&percy=undefined
37
- 2025-12-13T03:08:45.793Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://api.browserstack.com
38
- 2025-12-13T03:08:45.793Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://api.browserstack.com/api/app_percy/get_project_token?name=BrowserStack+Samples&type=app&percy=undefined
39
- 2025-12-13T03:08:45.798Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file request:https://api.browserstack.com/sdk/v1/event {"name":"request:https://api.browserstack.com/sdk/v1/event","entryType":"measure","startTime":2346.8454299867153,"duration":318.0031670033932,"detail":null,"success":true,"failure":null,"worker":35476}
40
- 2025-12-13T03:08:46.125Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://api.browserstack.com/api/app_percy/get_project_token?name=BrowserStack+Samples&type=app&percy=undefined: 200 OK
41
- 2025-12-13T03:08:46.126Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Completed queued request: GET api/app_percy/get_project_token?name=BrowserStack+Samples&type=app&percy=undefined
42
- 2025-12-13T03:08:46.126Z CLI debug [percy:percy] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://api.browserstack.com/api/app_percy/get_project_token?name=BrowserStack+Samples&type=app&percy=undefined: 200
43
- 2025-12-13T03:08:46.127Z CLI debug [percy:percy] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Percy fetch token success
44
- 2025-12-13T03:08:46.127Z CLI error [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] error invoking callback for eventName: {}
45
- 2025-12-13T03:08:46.128Z CLI error [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Error: invalid percyToken=null
46
- at /snapshot/browserstack-binary/cli/dist/index.js
47
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
48
- 2025-12-13T03:08:46.129Z CLI debug [local:module] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] onStart: enabled=undefined configured=undefined
49
- 2025-12-13T03:08:46.129Z CLI info [appautomate:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Using app: bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e
50
- 2025-12-13T03:08:46.130Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] onStart hook invoked successfully.
51
- 2025-12-13T03:08:46.130Z CLI debug [core:bin-session] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting to generate capabilities for all platforms.
52
- 2025-12-13T03:08:46.130Z CLI debug [core:bin-session] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Primary platforms to configure: 1, additional: 0)
53
- 2025-12-13T03:08:46.130Z CLI debug [core:bin-session] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Processing platform: 0
54
- 2025-12-13T03:08:46.131Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Platform caps before processing (isSecondaryDriver=false): {"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}
55
- 2025-12-13T03:08:46.132Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] root caps before processing: {"appium:app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","appium:autoWebview":false,"deviceName":"Samsung Galaxy S22 Ultra"}
56
- 2025-12-13T03:08:46.132Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] bstack caps before processing: {"userName":"[REDACTED]","accessKey":"[REDACTED]","buildIdentifier":"55","buildName":"browserstack build","projectName":"BrowserStack Samples","sessionName":"BStack local webdriverio-appium","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"wdioService":"9.20.1","hostName":"Subhras-MacBook-Pro.local","browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1"}
57
- 2025-12-13T03:08:46.132Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] root caps after processing: {"appium:app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","appium:autoWebview":false,"deviceName":"Samsung Galaxy S22 Ultra"}
58
- 2025-12-13T03:08:46.132Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] bstack caps after processing: {"userName":"[REDACTED]","accessKey":"[REDACTED]","buildIdentifier":"55","buildName":"browserstack build","projectName":"BrowserStack Samples","sessionName":"BStack local webdriverio-appium","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"wdioService":"9.20.1","hostName":"Subhras-MacBook-Pro.local","browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1"}
59
- 2025-12-13T03:08:46.133Z CLI debug [core:bin-session] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Generated capabilities for platform 0:, {"appium:app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","appium:autoWebview":false,"bstack:options":{"userName":"[REDACTED]","accessKey":"[REDACTED]","buildIdentifier":"55","buildName":"browserstack build","projectName":"BrowserStack Samples","sessionName":"BStack local webdriverio-appium","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"wdioService":"9.20.1","hostName":"Subhras-MacBook-Pro.local","browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1","buildProductMap":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true,"turboscale":false,"central_scanner":false},"deviceName":"Samsung Galaxy S22 Ultra","useW3C":true,"accessibilityOptions":{}}}
60
- 2025-12-13T03:08:46.133Z CLI debug [core:bin-session] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Capabilities set for platform 0
61
- 2025-12-13T03:08:46.133Z CLI debug [core:bin-session] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Finished generating capabilities for all platforms. session {"binSessionId":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","sdkLanguage":"ECMAScript","sdkVersion":"9.20.1","pathProject":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework","pathConfig":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/browserstack.yml","cliArgs":["./froth_configs/wdio.common.conf.js"],"frameworks":["WebdriverIO","WebdriverIO-mocha"],"frameworkVersions":{"WebdriverIO":"9.20.1","WebdriverIO-mocha":"9.20.1"},"language":"ECMAScript","languageVersion":"","testFramework":"WebdriverIO-mocha","wdioConfig":"{\"userName\":\"[REDACTED]\",\"accessKey\":\"[REDACTED]\",\"platforms\":[{\"projectName\":\"BrowserStack Samples\",\"buildName\":\"browserstack build\",\"sessionName\":\"BStack local webdriverio-appium\",\"deviceName\":\"Samsung Galaxy S22 Ultra\",\"osVersion\":\"12.0\",\"debug\":true,\"networkLogs\":true,\"source\":\"webdriverio:appium-sample-sdk:v1.0\",\"interactiveDebugging\":true,\"appium:autoWebview\":false,\"wdioService\":\"9.20.1\"}],\"isNonBstackA11yWDIO\":false,\"buildIdentifier\":\"${BUILD_NUMBER}\",\"browserstackLocal\":false,\"app\":\"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e\",\"accessibility\":null,\"testObservability\":true,\"browserStackLocalOptions\":{\"forcelocal\":false,\"localIdentifier\":\"webdriverio-appium-app-browserstack-android-repo\"},\"testContextOptions\":{\"skipSessionName\":false,\"skipSessionStatus\":false,\"sessionNameOmitTestTitle\":false,\"sessionNamePrependTopLevelSuiteTitle\":false,\"sessionNameFormat\":\"\"},\"buildTag\":[]}","id":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","config":{"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"55","browserstackLocal":false,"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","accessibility":false,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo","key":"[REDACTED]","skipBinaryInitialisation":false},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[],"browserstackAutomation":true,"selfHeal":false,"disableAutoCaptureLogs":false,"testhub":true,"additionalPlatforms":[],"additionalParams":{},"buildName":"test","projectName":"BrowserStack Samples","testOrchestrationOptions":{"retryTestsOnFailure":{},"abortBuildOnFailure":{}},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"hubUrl":"https://hub.browserstack.com/wd/hub"},"ciInfo":{"build_number":null},"versionControlInfo":{"name":"git","short_sha":null,"branch":"main","tag":null,"committer":null,"committer_date":null,"author":null,"author_date":null,"commit_message":null,"root":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO","common_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","worktree_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","last_tag":null,"commits_since_last_tag":0,"remotes":[{"name":"origin","url":"https://github.com/RoboticoDigitalProjects/frothtestops-coderepo.git"}]},"hostInfo":{"hostname":"Subhras-MacBook-Pro.local","platform":"darwin","type":"Darwin","version":"Darwin Kernel Version 24.6.0: Mon Jul 14 11:28:17 PDT 2025; root:xnu-11417.140.69~1/RELEASE_X86_64","arch":"x64"},"data":{},"isAppAutomate":true,"browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1","productMap":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true,"turboscale":false,"central_scanner":false},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"centralAuthFlow":true,"testhub":{"app_automate":{"success":true,"options":{"allow_screenshots":true}},"jwt":"eyJhbGciOiJSUzI1NiJ9.eyJleHAiOiIxNzY1NjA2MTI0IiwiaXNzIjoid3d3LmJyb3dzZXJzdGFjay5jb20iLCJzdWIiOjY2OTQ3MTUsInNjb3BlIjp7InByb2R1Y3QiOiJzZGsiLCJ1c2VyX2FjY2VzcyI6eyJ0ZXN0X29ic2VydmFiaWxpdHkiOjEsImF1dG9tYXRlIjoxLCJhcHBfYXV0b21hdGUiOjEsInBlcmN5IjowLCJhcHBfcGVyY3kiOjEsImFjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXBwX2FjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXV0b21hdGVfdHVyYm9zY2FsZSI6MSwibG93X2NvZGVfYXV0b21hdGlvbiI6MX0sImlhYW1fcm9sZSI6ImFkbWluIn0sImdyb3VwX2lkIjo2NDMwNzM3LCJ0ZWFtX2lkIjpudWxsLCJ1ZGFjX2FjY2VzcyI6Imdsb2JhbCJ9.K5MVKoN18HiO7XMxtaD58aKFuUsFNPY7qeB6NPsX0L8Kol-a6b0SeSE7K6IYFBYBmHg5CCiRDdg5-HVnU5JYrijA0I_zVBxP3So9Px5sqP54sUhTOdi63pwp130Syb7XujKPBQYI6p2ZJgk0wsnBQEVXruKvUJ_DRn-lYftLn95y2h_6P0L3lwTC6hKmdK-pjcPZCf0O6M3xAnKhA4jTyXerZ5qG8CmlUmg8G-hkUE_K7aE26J7d5KeNO40baGIiLMYwTJvuONSPNqJ1zbwBevKEimDqNAaxiydte0avUBt8UyMDkZ9A6k-BhF8R0FrSv0jpRMq3iVTirT-4X-OhLg","buildHashedId":"76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw","testhubEvents":true,"jwtExpiresIn":1765603185},"observability":{"success":true,"options":{"allow_screenshots":true,"testObservabilityOptions":{}}},"percy":{"isPercyAutoEnabled":false,"success":false,"percyCaptureMode":null,"projectType":"app"}}
62
- 2025-12-13T03:08:46.147Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] StartBinSession completed: time=1979.155160009861
63
- 2025-12-13T03:08:46.152Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Need to write this in file sdk:percy
64
- 2025-12-13T03:08:46.152Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] lock attaned.
65
- 2025-12-13T03:08:46.153Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file request:https://api.browserstack.com/api/app_percy/get_project_token?name=BrowserStack+Samples&type=app&percy=undefined {"name":"request:https://api.browserstack.com/api/app_percy/get_project_token?name=BrowserStack+Samples&type=app&percy=undefined","entryType":"measure","startTime":2666.182790994644,"duration":332.52385899424553,"detail":null,"success":true,"failure":null,"worker":35476}
66
- 2025-12-13T03:08:46.153Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Need to write this in file sdk:automate:local
67
- 2025-12-13T03:08:46.205Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] lock attaned.
68
- 2025-12-13T03:08:53.926Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] No cached nearest hub found, initiating search.
69
- 2025-12-13T03:08:53.927Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] FindNearestHub called with hubPath: /wd/hub
70
- 2025-12-13T03:08:53.927Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] No cached result or no search in-progress, initiating findNearestHub
71
- 2025-12-13T03:08:53.927Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Fetching list of next available hubs from BrowserStack
72
- 2025-12-13T03:08:53.927Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting queued request: GET next_hubs
73
- 2025-12-13T03:08:53.927Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://hub.browserstack.com
74
- 2025-12-13T03:08:53.928Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://hub.browserstack.com/next_hubs
75
- 2025-12-13T03:08:53.935Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file sdk:cli:connectBinSession {"name":"sdk:cli:connectBinSession","entryType":"measure","startTime":10798.928544998169,"duration":0.08220300078392029,"detail":null,"success":true,"failure":null,"worker":35476}
76
- 2025-12-13T03:08:55.049Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://hub.browserstack.com/next_hubs: 200 OK
77
- 2025-12-13T03:08:55.062Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Completed queued request: GET next_hubs
78
- 2025-12-13T03:08:55.067Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://hub.browserstack.com/next_hubs: 200
79
- 2025-12-13T03:08:55.068Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Fetched next hubs successfully: {"hubs":["hub-apse.browserstack.com","hub-aps.browserstack.com","hub-usw.browserstack.com"]}
80
- 2025-12-13T03:08:55.068Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Checking hub availability at https://hub-apse.browserstack.com
81
- 2025-12-13T03:08:55.069Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://hub-apse.browserstack.com/check
82
- 2025-12-13T03:08:55.072Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Checking hub availability at https://hub-aps.browserstack.com
83
- 2025-12-13T03:08:55.072Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://hub-aps.browserstack.com/check
84
- 2025-12-13T03:08:55.072Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Checking hub availability at https://hub-usw.browserstack.com
85
- 2025-12-13T03:08:55.072Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://hub-usw.browserstack.com/check
86
- 2025-12-13T03:08:55.072Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting queued request: GET check
87
- 2025-12-13T03:08:55.072Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
88
- 2025-12-13T03:08:55.073Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://hub-apse.browserstack.com/check
89
- 2025-12-13T03:08:55.078Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file request:https://hub.browserstack.com/next_hubs {"name":"request:https://hub.browserstack.com/next_hubs","entryType":"measure","startTime":10801.454537987709,"duration":1121.7733840048313,"detail":null,"success":true,"failure":null,"worker":35476}
90
- 2025-12-13T03:08:56.202Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://hub-apse.browserstack.com/check: 200 OK
91
- 2025-12-13T03:08:56.203Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Completed queued request: GET check
92
- 2025-12-13T03:08:56.203Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://hub-apse.browserstack.com/check: 200 - Hub available
93
- 2025-12-13T03:08:56.205Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Hub at https://hub-apse.browserstack.com responded successfully with latency: 1135.3417209982872 ms.
94
- 2025-12-13T03:08:56.205Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting queued request: GET check
95
- 2025-12-13T03:08:56.205Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
96
- 2025-12-13T03:08:56.205Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://hub-aps.browserstack.com/check
97
- 2025-12-13T03:08:56.209Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Successfully found nearest hub
98
- 2025-12-13T03:08:56.209Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Cached new nearest hub URL: https://hub-apse.browserstack.com/wd/hub for binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15
99
- 2025-12-13T03:08:56.209Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] ConnectBinSession details: {"binSessionId":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","sdkLanguage":"ECMAScript","sdkVersion":"9.20.1","pathProject":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework","pathConfig":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/browserstack.yml","cliArgs":["./froth_configs/wdio.common.conf.js"],"frameworks":["WebdriverIO","WebdriverIO-mocha"],"frameworkVersions":{"WebdriverIO":"9.20.1","WebdriverIO-mocha":"9.20.1"},"language":"ECMAScript","languageVersion":"","testFramework":"WebdriverIO-mocha","wdioConfig":"{\"userName\":\"[REDACTED]\",\"accessKey\":\"[REDACTED]\",\"platforms\":[{\"projectName\":\"BrowserStack Samples\",\"buildName\":\"browserstack build\",\"sessionName\":\"BStack local webdriverio-appium\",\"deviceName\":\"Samsung Galaxy S22 Ultra\",\"osVersion\":\"12.0\",\"debug\":true,\"networkLogs\":true,\"source\":\"webdriverio:appium-sample-sdk:v1.0\",\"interactiveDebugging\":true,\"appium:autoWebview\":false,\"wdioService\":\"9.20.1\"}],\"isNonBstackA11yWDIO\":false,\"buildIdentifier\":\"${BUILD_NUMBER}\",\"browserstackLocal\":false,\"app\":\"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e\",\"accessibility\":null,\"testObservability\":true,\"browserStackLocalOptions\":{\"forcelocal\":false,\"localIdentifier\":\"webdriverio-appium-app-browserstack-android-repo\"},\"testContextOptions\":{\"skipSessionName\":false,\"skipSessionStatus\":false,\"sessionNameOmitTestTitle\":false,\"sessionNamePrependTopLevelSuiteTitle\":false,\"sessionNameFormat\":\"\"},\"buildTag\":[]}","id":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","config":{"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"55","browserstackLocal":false,"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","accessibility":false,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo","key":"[REDACTED]","skipBinaryInitialisation":false},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[],"browserstackAutomation":true,"selfHeal":false,"disableAutoCaptureLogs":false,"testhub":true,"additionalPlatforms":[],"additionalParams":{},"buildName":"test","projectName":"BrowserStack Samples","testOrchestrationOptions":{"retryTestsOnFailure":{},"abortBuildOnFailure":{}},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"hubUrl":"https://hub.browserstack.com/wd/hub"},"ciInfo":{"build_number":null},"versionControlInfo":{"name":"git","short_sha":null,"branch":"main","tag":null,"committer":null,"committer_date":null,"author":null,"author_date":null,"commit_message":null,"root":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO","common_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","worktree_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","last_tag":null,"commits_since_last_tag":0,"remotes":[{"name":"origin","url":"https://github.com/RoboticoDigitalProjects/frothtestops-coderepo.git"}]},"hostInfo":{"hostname":"Subhras-MacBook-Pro.local","platform":"darwin","type":"Darwin","version":"Darwin Kernel Version 24.6.0: Mon Jul 14 11:28:17 PDT 2025; root:xnu-11417.140.69~1/RELEASE_X86_64","arch":"x64"},"data":{},"isAppAutomate":true,"browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1","productMap":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true,"turboscale":false,"central_scanner":false},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"centralAuthFlow":true,"testhub":{"app_automate":{"success":true,"options":{"allow_screenshots":true}},"jwt":"eyJhbGciOiJSUzI1NiJ9.eyJleHAiOiIxNzY1NjA2MTI0IiwiaXNzIjoid3d3LmJyb3dzZXJzdGFjay5jb20iLCJzdWIiOjY2OTQ3MTUsInNjb3BlIjp7InByb2R1Y3QiOiJzZGsiLCJ1c2VyX2FjY2VzcyI6eyJ0ZXN0X29ic2VydmFiaWxpdHkiOjEsImF1dG9tYXRlIjoxLCJhcHBfYXV0b21hdGUiOjEsInBlcmN5IjowLCJhcHBfcGVyY3kiOjEsImFjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXBwX2FjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXV0b21hdGVfdHVyYm9zY2FsZSI6MSwibG93X2NvZGVfYXV0b21hdGlvbiI6MX0sImlhYW1fcm9sZSI6ImFkbWluIn0sImdyb3VwX2lkIjo2NDMwNzM3LCJ0ZWFtX2lkIjpudWxsLCJ1ZGFjX2FjY2VzcyI6Imdsb2JhbCJ9.K5MVKoN18HiO7XMxtaD58aKFuUsFNPY7qeB6NPsX0L8Kol-a6b0SeSE7K6IYFBYBmHg5CCiRDdg5-HVnU5JYrijA0I_zVBxP3So9Px5sqP54sUhTOdi63pwp130Syb7XujKPBQYI6p2ZJgk0wsnBQEVXruKvUJ_DRn-lYftLn95y2h_6P0L3lwTC6hKmdK-pjcPZCf0O6M3xAnKhA4jTyXerZ5qG8CmlUmg8G-hkUE_K7aE26J7d5KeNO40baGIiLMYwTJvuONSPNqJ1zbwBevKEimDqNAaxiydte0avUBt8UyMDkZ9A6k-BhF8R0FrSv0jpRMq3iVTirT-4X-OhLg","buildHashedId":"76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw","testhubEvents":true,"jwtExpiresIn":1765603185},"observability":{"success":true,"options":{"allow_screenshots":true,"testObservabilityOptions":{}}},"percy":{"isPercyAutoEnabled":false,"success":false,"percyCaptureMode":null,"projectType":"app"}}
100
- 2025-12-13T03:08:56.210Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] onConnect hook invoked successfully.
101
- 2025-12-13T03:08:56.218Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] ConnectBinSession completed: time=2291.9760749936104
102
- 2025-12-13T03:08:56.219Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Need to write this in file sdk:cli:findNearestHub
103
- 2025-12-13T03:08:56.220Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] lock attaned.
104
- 2025-12-13T03:08:56.220Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file request:https://hub-apse.browserstack.com/check {"name":"request:https://hub-apse.browserstack.com/check","entryType":"measure","startTime":11946.192595988512,"duration":1130.0742820203304,"detail":null,"success":true,"failure":null,"worker":35476}
105
- 2025-12-13T03:08:56.283Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Multi-Driver DriverInit: binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15, platformIndex=0, isSecondary=false
106
- 2025-12-13T03:08:56.284Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] User incomingParams "{\"bstack:options\":{\"projectName\":\"BrowserStack Samples\",\"buildName\":\"browserstack build\",\"sessionName\":\"BStack local webdriverio-appium\",\"deviceName\":\"Samsung Galaxy S22 Ultra\",\"osVersion\":\"12.0\",\"debug\":true,\"networkLogs\":true,\"source\":\"webdriverio:appium-sample-sdk:v1.0\",\"interactiveDebugging\":true,\"appium:autoWebview\":false,\"wdioService\":\"9.20.1\",\"testhubBuildUuid\":\"76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw\",\"buildProductMap\":{\"observability\":true,\"accessibility\":null,\"percy\":false,\"automate\":false,\"app_automate\":true}}}"
107
- 2025-12-13T03:08:56.285Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Using cached nearest hub URL: https://hub-apse.browserstack.com/wd/hub
108
- 2025-12-13T03:08:56.286Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Cached new nearest hub URL: https://hub-apse.browserstack.com/wd/hub for binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15
109
- 2025-12-13T03:08:56.286Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] DriverInit: platformIndex=0 hubUrl=https://hub-apse.browserstack.com/wd/hub
110
- 2025-12-13T03:08:56.286Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] DriverInit details: {"binSessionId":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","sdkLanguage":"ECMAScript","sdkVersion":"9.20.1","pathProject":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework","pathConfig":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/browserstack.yml","cliArgs":["./froth_configs/wdio.common.conf.js"],"frameworks":["WebdriverIO","WebdriverIO-mocha"],"frameworkVersions":{"WebdriverIO":"9.20.1","WebdriverIO-mocha":"9.20.1"},"language":"ECMAScript","languageVersion":"","testFramework":"WebdriverIO-mocha","wdioConfig":"{\"userName\":\"[REDACTED]\",\"accessKey\":\"[REDACTED]\",\"platforms\":[{\"projectName\":\"BrowserStack Samples\",\"buildName\":\"browserstack build\",\"sessionName\":\"BStack local webdriverio-appium\",\"deviceName\":\"Samsung Galaxy S22 Ultra\",\"osVersion\":\"12.0\",\"debug\":true,\"networkLogs\":true,\"source\":\"webdriverio:appium-sample-sdk:v1.0\",\"interactiveDebugging\":true,\"appium:autoWebview\":false,\"wdioService\":\"9.20.1\"}],\"isNonBstackA11yWDIO\":false,\"buildIdentifier\":\"${BUILD_NUMBER}\",\"browserstackLocal\":false,\"app\":\"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e\",\"accessibility\":null,\"testObservability\":true,\"browserStackLocalOptions\":{\"forcelocal\":false,\"localIdentifier\":\"webdriverio-appium-app-browserstack-android-repo\"},\"testContextOptions\":{\"skipSessionName\":false,\"skipSessionStatus\":false,\"sessionNameOmitTestTitle\":false,\"sessionNamePrependTopLevelSuiteTitle\":false,\"sessionNameFormat\":\"\"},\"buildTag\":[]}","id":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","config":{"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"55","browserstackLocal":false,"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","accessibility":false,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo","key":"[REDACTED]","skipBinaryInitialisation":false},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[],"browserstackAutomation":true,"selfHeal":false,"disableAutoCaptureLogs":false,"testhub":true,"additionalPlatforms":[],"additionalParams":{},"buildName":"test","projectName":"BrowserStack Samples","testOrchestrationOptions":{"retryTestsOnFailure":{},"abortBuildOnFailure":{}},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"hubUrl":"https://hub-apse.browserstack.com/wd/hub"},"ciInfo":{"build_number":null},"versionControlInfo":{"name":"git","short_sha":null,"branch":"main","tag":null,"committer":null,"committer_date":null,"author":null,"author_date":null,"commit_message":null,"root":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO","common_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","worktree_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","last_tag":null,"commits_since_last_tag":0,"remotes":[{"name":"origin","url":"https://github.com/RoboticoDigitalProjects/frothtestops-coderepo.git"}]},"hostInfo":{"hostname":"Subhras-MacBook-Pro.local","platform":"darwin","type":"Darwin","version":"Darwin Kernel Version 24.6.0: Mon Jul 14 11:28:17 PDT 2025; root:xnu-11417.140.69~1/RELEASE_X86_64","arch":"x64"},"data":{},"isAppAutomate":true,"browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1","productMap":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true,"turboscale":false,"central_scanner":false},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"centralAuthFlow":true,"testhub":{"app_automate":{"success":true,"options":{"allow_screenshots":true}},"jwt":"eyJhbGciOiJSUzI1NiJ9.eyJleHAiOiIxNzY1NjA2MTI0IiwiaXNzIjoid3d3LmJyb3dzZXJzdGFjay5jb20iLCJzdWIiOjY2OTQ3MTUsInNjb3BlIjp7InByb2R1Y3QiOiJzZGsiLCJ1c2VyX2FjY2VzcyI6eyJ0ZXN0X29ic2VydmFiaWxpdHkiOjEsImF1dG9tYXRlIjoxLCJhcHBfYXV0b21hdGUiOjEsInBlcmN5IjowLCJhcHBfcGVyY3kiOjEsImFjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXBwX2FjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXV0b21hdGVfdHVyYm9zY2FsZSI6MSwibG93X2NvZGVfYXV0b21hdGlvbiI6MX0sImlhYW1fcm9sZSI6ImFkbWluIn0sImdyb3VwX2lkIjo2NDMwNzM3LCJ0ZWFtX2lkIjpudWxsLCJ1ZGFjX2FjY2VzcyI6Imdsb2JhbCJ9.K5MVKoN18HiO7XMxtaD58aKFuUsFNPY7qeB6NPsX0L8Kol-a6b0SeSE7K6IYFBYBmHg5CCiRDdg5-HVnU5JYrijA0I_zVBxP3So9Px5sqP54sUhTOdi63pwp130Syb7XujKPBQYI6p2ZJgk0wsnBQEVXruKvUJ_DRn-lYftLn95y2h_6P0L3lwTC6hKmdK-pjcPZCf0O6M3xAnKhA4jTyXerZ5qG8CmlUmg8G-hkUE_K7aE26J7d5KeNO40baGIiLMYwTJvuONSPNqJ1zbwBevKEimDqNAaxiydte0avUBt8UyMDkZ9A6k-BhF8R0FrSv0jpRMq3iVTirT-4X-OhLg","buildHashedId":"76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw","testhubEvents":true,"jwtExpiresIn":1765603185},"observability":{"success":true,"options":{"allow_screenshots":true,"testObservabilityOptions":{}}},"percy":{"isPercyAutoEnabled":false,"success":false,"percyCaptureMode":null,"projectType":"app"}}
111
- 2025-12-13T03:08:56.287Z CLI debug [core:bin-session] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [Current] Platform capabilities for platform 0: {"appium:app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","appium:autoWebview":false,"bstack:options":{"userName":"[REDACTED]","accessKey":"[REDACTED]","buildIdentifier":"55","buildName":"browserstack build","projectName":"BrowserStack Samples","sessionName":"BStack local webdriverio-appium","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"wdioService":"9.20.1","hostName":"Subhras-MacBook-Pro.local","browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1","buildProductMap":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true,"turboscale":false,"central_scanner":false},"deviceName":"Samsung Galaxy S22 Ultra","useW3C":true,"accessibilityOptions":{}}}
112
- 2025-12-13T03:08:56.288Z CLI debug [core:bin-session] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [Final] Set Platform capabilities for session Id 0996cd39-dfac-4e2e-b27a-9e764c5c0c15 for platform 0: {"appium:app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","appium:autoWebview":false,"bstack:options":{"userName":"[REDACTED]","accessKey":"[REDACTED]","buildIdentifier":"55","buildName":"browserstack build","projectName":"BrowserStack Samples","sessionName":"BStack local webdriverio-appium","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"wdioService":"9.20.1","hostName":"Subhras-MacBook-Pro.local","browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1","buildProductMap":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true,"turboscale":false,"central_scanner":false},"deviceName":"Samsung Galaxy S22 Ultra","useW3C":true,"accessibilityOptions":{}}}
113
- 2025-12-13T03:08:56.289Z CLI debug [accessibility:module] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] accessibilityCaps is not a valid array undefined
114
- 2025-12-13T03:08:56.290Z CLI info [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Driver initialized as primary driver: platformIndex=0
115
- 2025-12-13T03:08:56.290Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Get Platform capabilities for session Id 0996cd39-dfac-4e2e-b27a-9e764c5c0c15 for platform 0: {"appium:app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","appium:autoWebview":false,"bstack:options":{"userName":"[REDACTED]","accessKey":"[REDACTED]","buildIdentifier":"55","buildName":"browserstack build","projectName":"BrowserStack Samples","sessionName":"BStack local webdriverio-appium","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"wdioService":"9.20.1","hostName":"Subhras-MacBook-Pro.local","browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1","buildProductMap":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true,"turboscale":false,"central_scanner":false},"deviceName":"Samsung Galaxy S22 Ultra","useW3C":true,"accessibilityOptions":{},"browserstackAutomation":true,"testhubBuildUuid":"76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw"}} for session {"binSessionId":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","sdkLanguage":"ECMAScript","sdkVersion":"9.20.1","pathProject":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework","pathConfig":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/browserstack.yml","cliArgs":["./froth_configs/wdio.common.conf.js"],"frameworks":["WebdriverIO","WebdriverIO-mocha"],"frameworkVersions":{"WebdriverIO":"9.20.1","WebdriverIO-mocha":"9.20.1"},"language":"ECMAScript","languageVersion":"","testFramework":"WebdriverIO-mocha","wdioConfig":"{\"userName\":\"[REDACTED]\",\"accessKey\":\"[REDACTED]\",\"platforms\":[{\"projectName\":\"BrowserStack Samples\",\"buildName\":\"browserstack build\",\"sessionName\":\"BStack local webdriverio-appium\",\"deviceName\":\"Samsung Galaxy S22 Ultra\",\"osVersion\":\"12.0\",\"debug\":true,\"networkLogs\":true,\"source\":\"webdriverio:appium-sample-sdk:v1.0\",\"interactiveDebugging\":true,\"appium:autoWebview\":false,\"wdioService\":\"9.20.1\"}],\"isNonBstackA11yWDIO\":false,\"buildIdentifier\":\"${BUILD_NUMBER}\",\"browserstackLocal\":false,\"app\":\"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e\",\"accessibility\":null,\"testObservability\":true,\"browserStackLocalOptions\":{\"forcelocal\":false,\"localIdentifier\":\"webdriverio-appium-app-browserstack-android-repo\"},\"testContextOptions\":{\"skipSessionName\":false,\"skipSessionStatus\":false,\"sessionNameOmitTestTitle\":false,\"sessionNamePrependTopLevelSuiteTitle\":false,\"sessionNameFormat\":\"\"},\"buildTag\":[]}","id":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","config":{"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"55","browserstackLocal":false,"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","accessibility":false,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo","key":"[REDACTED]","skipBinaryInitialisation":false},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[],"browserstackAutomation":true,"selfHeal":false,"disableAutoCaptureLogs":false,"testhub":true,"additionalPlatforms":[],"additionalParams":{},"buildName":"test","projectName":"BrowserStack Samples","testOrchestrationOptions":{"retryTestsOnFailure":{},"abortBuildOnFailure":{}},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"hubUrl":"https://hub-apse.browserstack.com/wd/hub"},"ciInfo":{"build_number":null},"versionControlInfo":{"name":"git","short_sha":null,"branch":"main","tag":null,"committer":null,"committer_date":null,"author":null,"author_date":null,"commit_message":null,"root":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO","common_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","worktree_git_dir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/.git","last_tag":null,"commits_since_last_tag":0,"remotes":[{"name":"origin","url":"https://github.com/RoboticoDigitalProjects/frothtestops-coderepo.git"}]},"hostInfo":{"hostname":"Subhras-MacBook-Pro.local","platform":"darwin","type":"Darwin","version":"Darwin Kernel Version 24.6.0: Mon Jul 14 11:28:17 PDT 2025; root:xnu-11417.140.69~1/RELEASE_X86_64","arch":"x64"},"data":{},"isAppAutomate":true,"browserstackSDK":"WebdriverIO-mocha-ECMAScriptagent/9.20.1","productMap":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true,"turboscale":false,"central_scanner":false},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"centralAuthFlow":true,"testhub":{"app_automate":{"success":true,"options":{"allow_screenshots":true}},"jwt":"eyJhbGciOiJSUzI1NiJ9.eyJleHAiOiIxNzY1NjA2MTI0IiwiaXNzIjoid3d3LmJyb3dzZXJzdGFjay5jb20iLCJzdWIiOjY2OTQ3MTUsInNjb3BlIjp7InByb2R1Y3QiOiJzZGsiLCJ1c2VyX2FjY2VzcyI6eyJ0ZXN0X29ic2VydmFiaWxpdHkiOjEsImF1dG9tYXRlIjoxLCJhcHBfYXV0b21hdGUiOjEsInBlcmN5IjowLCJhcHBfcGVyY3kiOjEsImFjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXBwX2FjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXV0b21hdGVfdHVyYm9zY2FsZSI6MSwibG93X2NvZGVfYXV0b21hdGlvbiI6MX0sImlhYW1fcm9sZSI6ImFkbWluIn0sImdyb3VwX2lkIjo2NDMwNzM3LCJ0ZWFtX2lkIjpudWxsLCJ1ZGFjX2FjY2VzcyI6Imdsb2JhbCJ9.K5MVKoN18HiO7XMxtaD58aKFuUsFNPY7qeB6NPsX0L8Kol-a6b0SeSE7K6IYFBYBmHg5CCiRDdg5-HVnU5JYrijA0I_zVBxP3So9Px5sqP54sUhTOdi63pwp130Syb7XujKPBQYI6p2ZJgk0wsnBQEVXruKvUJ_DRn-lYftLn95y2h_6P0L3lwTC6hKmdK-pjcPZCf0O6M3xAnKhA4jTyXerZ5qG8CmlUmg8G-hkUE_K7aE26J7d5KeNO40baGIiLMYwTJvuONSPNqJ1zbwBevKEimDqNAaxiydte0avUBt8UyMDkZ9A6k-BhF8R0FrSv0jpRMq3iVTirT-4X-OhLg","buildHashedId":"76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw","testhubEvents":true,"jwtExpiresIn":1765603185},"observability":{"success":true,"options":{"allow_screenshots":true,"testObservabilityOptions":{}}},"percy":{"isPercyAutoEnabled":false,"success":false,"percyCaptureMode":null,"projectType":"app"}}
116
- 2025-12-13T03:08:56.293Z CLI debug [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] DriverInit completed: time=9.342778980731964
117
- 2025-12-13T03:08:56.295Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file sdk:cli:driverInit {"name":"sdk:cli:driverInit","entryType":"measure","startTime":13156.513018995523,"duration":1.2326950132846832,"detail":null,"success":true,"failure":null,"worker":35476}
118
- 2025-12-13T03:08:56.560Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://hub-aps.browserstack.com/check: 200 OK
119
- 2025-12-13T03:08:56.561Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Completed queued request: GET check
120
- 2025-12-13T03:08:56.561Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://hub-aps.browserstack.com/check: 200 - Hub available
121
- 2025-12-13T03:08:56.561Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Hub at https://hub-aps.browserstack.com responded successfully with latency: 1489.4180949926376 ms.
122
- 2025-12-13T03:08:56.561Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting queued request: GET check
123
- 2025-12-13T03:08:56.561Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
124
- 2025-12-13T03:08:56.562Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://hub-usw.browserstack.com/check
125
- 2025-12-13T03:08:56.566Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file request:https://hub-aps.browserstack.com/check {"name":"request:https://hub-aps.browserstack.com/check","entryType":"measure","startTime":13078.795518994331,"duration":355.27273401618004,"detail":null,"success":true,"failure":null,"worker":35476}
126
- 2025-12-13T03:08:57.339Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://hub-usw.browserstack.com/check: 200 OK
127
- 2025-12-13T03:08:57.339Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Completed queued request: GET check
128
- 2025-12-13T03:08:57.339Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://hub-usw.browserstack.com/check: 200 - Hub available
129
- 2025-12-13T03:08:57.340Z CLI debug [selenium] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Hub at https://hub-usw.browserstack.com responded successfully with latency: 2267.4319109916687 ms.
130
- 2025-12-13T03:08:57.340Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file request:https://hub-usw.browserstack.com/check {"name":"request:https://hub-usw.browserstack.com/check","entryType":"measure","startTime":13435.048242986202,"duration":777.3694770038128,"detail":null,"success":true,"failure":null,"worker":35476}
131
- 2025-12-13T03:09:20.928Z CLI debug [TEST REPORTING AND ANALYTICS:webdriverio] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] payload {"event_type":"CBTSessionCreated","test_run":{"uuid":"af416586-a4f8-4c95-a89d-db0024b92589","integrations":{"browserstack":{"product":"app-automate","session_id":"63a4a1471a95c90075bcb99a432f3143c87e0629","capabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","bstack:options":{"hostName":"Subhras-MacBook-Pro.local","buildIdentifier":"55"},"goog:chromeOptions":{},"newCommandTimeout":0,"deviceName":"Android","chromedriverPorts":[[18111,18121]],"automationName":"uiautomator2","systemPort":8201,"autoWebview":false,"bundleID":"com.ytlcomms.ymca","bundleId":"com.ytlcomms.ymca","skipServerInstallation":true,"udid":"R3CT304MKKN","appPackage":"com.ytlcomms.ymca","appActivity":"com.ytlcomms.ymca.activities.login.splash.SplashScreen","nativeWebScreenshot":true,"disableSuppressAccessibilityService":true},"platformName":"Android","bstack:options":{"hostName":"Subhras-MacBook-Pro.local","buildIdentifier":"55"},"goog:chromeOptions":{},"newCommandTimeout":0,"deviceName":"R3CT304MKKN","chromedriverPorts":[[18111,18121]],"automationName":"uiautomator2","systemPort":8201,"autoWebview":false,"bundleID":"com.ytlcomms.ymca","bundleId":"com.ytlcomms.ymca","skipServerInstallation":true,"udid":"R3CT304MKKN","appPackage":"com.ytlcomms.ymca","appActivity":"com.ytlcomms.ymca.activities.login.splash.SplashScreen","nativeWebScreenshot":true,"disableSuppressAccessibilityService":true,"deviceUDID":"R3CT304MKKN","deviceApiLevel":31,"platformVersion":"12","deviceScreenSize":"1080x2316","deviceScreenDensity":450,"deviceModel":"SM-S908B","deviceManufacturer":"samsung","pixelRatio":2.8125,"statBarHeight":75,"viewportRect":{"left":0,"top":75,"width":1080,"height":2031}},"platform":"Android","platform_version":"12"}}}}
132
- 2025-12-13T03:09:20.933Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Added the event {
133
- event_type: 'CBTSessionCreated',
134
- test_run: {
135
- uuid: 'af416586-a4f8-4c95-a89d-db0024b92589',
136
- integrations: { browserstack: [Object] }
137
- }
138
- } to 35476:0
139
- 2025-12-13T03:09:20.936Z CLI debug [TEST REPORTING AND ANALYTICS:webdriverio:mocha] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] TestRunStarted: event={"test_framework_name":"WebdriverIO-mocha","test_framework_version":"9.20.1","test_logs":[],"test_hooks_finished":{},"test_hooks_started":{},"test_uuid":"af416586-a4f8-4c95-a89d-db0024b92589","test_result":"pending","test_hook_last_started":"TestFrameworkState.TEST","test_id":"BrowserStack Local Testing - can check tunnel working","test_name":"can check tunnel working","test_code":"async () => {\n var searchSelector = await $('android=new UiSelector().resourceId(\"com.example.android.basicnetworking:id/test_action\")');\n await searchSelector.waitForDisplayed({ timeout: 30000 });\n await searchSelector.click();\n\n var insertTextSelector = await $(`android.widget.TextView`);\n await insertTextSelector.waitForDisplayed({ timeout: 30000 });\n\n var testElement = null;\n\n try {\n var textElement = await $('android=new UiSelector().textContains(\"active connection is\")');\n await textElement.waitForDisplayed({ timeout: 30000 });\n testElement = textElement;\n }\n catch {\n var screenshotPath = path.resolve(__dirname, 'screenshot.png');\n await browser.saveScreenshot(screenshotPath);\n console.log('Screenshot stored at ' + screenshotPath);\n throw new Error('Cannot find the needed TextView element from app');\n }\n\n var matchedString = await testElement.getText();\n console.log(matchedString);\n assert(matchedString.indexOf('The active connection is wifi') !== -1);\n assert(matchedString.indexOf('Up and running') !== -1);\n }","test_file_path":"SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","test_location":"../SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","test_scope":"BrowserStack Local Testing - can check tunnel working","test_scopes":["BrowserStack Local Testing"],"test_started_at":"2025-12-13T03:09:20.876Z","automate_session_name":"BrowserStack Local Testing - can check tunnel working","logs":[]}
140
- 2025-12-13T03:09:20.937Z CLI debug [TEST REPORTING AND ANALYTICS:webdriverio:mocha] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] TestRunStarted: test_run={"type":"test","framework":"WebdriverIO-mocha","uuid":"af416586-a4f8-4c95-a89d-db0024b92589","name":"can check tunnel working","body":{"lang":"ecmascript","code":"async () => {\n var searchSelector = await $('android=new UiSelector().resourceId(\"com.example.android.basicnetworking:id/test_action\")');\n await searchSelector.waitForDisplayed({ timeout: 30000 });\n await searchSelector.click();\n\n var insertTextSelector = await $(`android.widget.TextView`);\n await insertTextSelector.waitForDisplayed({ timeout: 30000 });\n\n var testElement = null;\n\n try {\n var textElement = await $('android=new UiSelector().textContains(\"active connection is\")');\n await textElement.waitForDisplayed({ timeout: 30000 });\n testElement = textElement;\n }\n catch {\n var screenshotPath = path.resolve(__dirname, 'screenshot.png');\n await browser.saveScreenshot(screenshotPath);\n console.log('Screenshot stored at ' + screenshotPath);\n throw new Error('Cannot find the needed TextView element from app');\n }\n\n var matchedString = await testElement.getText();\n console.log(matchedString);\n assert(matchedString.indexOf('The active connection is wifi') !== -1);\n assert(matchedString.indexOf('Up and running') !== -1);\n }"},"identifier":"can check tunnel working","scope":"BrowserStack Local Testing - can check tunnel working","scopes":["BrowserStack Local Testing"],"file_name":"SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","vc_filepath":"wdio_fresh_framework/SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","location":"SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","result":"pending","duration_in_ms":null,"started_at":"2025-12-13T03:09:20.876Z","retry_of":null,"tags":[],"customRerunParam":{},"hooks":[],"product_map":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true}}
141
- 2025-12-13T03:09:20.939Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Added the event {
142
- event_type: 'TestRunStarted',
143
- test_run: {
144
- type: 'test',
145
- framework: 'WebdriverIO-mocha',
146
- uuid: 'af416586-a4f8-4c95-a89d-db0024b92589',
147
- name: 'can check tunnel working',
148
- body: {
149
- lang: 'ecmascript',
150
- code: 'async () => {\n' +
151
- ` var searchSelector = await $('android=new UiSelector().resourceId("com.example.android.basicnetworking:id/test_action")');\n` +
152
- ' await searchSelector.waitForDisplayed({ timeout: 30000 });\n' +
153
- ' await searchSelector.click();\n' +
154
- '\n' +
155
- ' var insertTextSelector = await $(`android.widget.TextView`);\n' +
156
- ' await insertTextSelector.waitForDisplayed({ timeout: 30000 });\n' +
157
- '\n' +
158
- ' var testElement = null;\n' +
159
- '\n' +
160
- ' try {\n' +
161
- ` var textElement = await $('android=new UiSelector().textContains("active connection is")');\n` +
162
- ' await textElement.waitForDisplayed({ timeout: 30000 });\n' +
163
- ' testElement = textElement;\n' +
164
- ' }\n' +
165
- ' catch {\n' +
166
- " var screenshotPath = path.resolve(__dirname, 'screenshot.png');\n" +
167
- ' await browser.saveScreenshot(screenshotPath);\n' +
168
- " console.log('Screenshot stored at ' + screenshotPath);\n" +
169
- " throw new Error('Cannot find the needed TextView element from app');\n" +
170
- ' }\n' +
171
- '\n' +
172
- ' var matchedString = await testElement.getText();\n' +
173
- ' console.log(matchedString);\n' +
174
- " assert(matchedString.indexOf('The active connection is wifi') !== -1);\n" +
175
- " assert(matchedString.indexOf('Up and running') !== -1);\n" +
176
- ' }'
177
- },
178
- identifier: 'can check tunnel working',
179
- scope: 'BrowserStack Local Testing - can check tunnel working',
180
- scopes: [ 'BrowserStack Local Testing' ],
181
- file_name: 'SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
182
- vc_filepath: 'wdio_fresh_framework/SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
183
- location: 'SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
184
- result: 'pending',
185
- duration_in_ms: null,
186
- started_at: '2025-12-13T03:09:20.876Z',
187
- failure: undefined,
188
- failure_type: undefined,
189
- failure_reason: undefined,
190
- retry_of: null,
191
- custom_metadata: undefined,
192
- tags: [],
193
- customRerunParam: { rerun_name: undefined },
194
- hooks: [],
195
- product_map: {
196
- observability: true,
197
- accessibility: false,
198
- percy: false,
199
- automate: false,
200
- app_automate: true
201
- }
202
- },
203
- logs: []
204
- } to 35476:0
205
- 2025-12-13T03:09:20.940Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file sdk:cli:testSessionEvent {"name":"sdk:cli:testSessionEvent","entryType":"measure","startTime":37798.407027989626,"duration":1.473785012960434,"detail":null,"success":true,"failure":null,"worker":35476}
206
- 2025-12-13T03:09:20.941Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file sdk:cli:testFrameworkEvent {"name":"sdk:cli:testFrameworkEvent","entryType":"measure","startTime":37808.65006801486,"duration":1.2642479836940765,"detail":null,"success":true,"failure":null,"worker":35476}
207
- 2025-12-13T03:09:21.482Z CLI verbose [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Processing events. Queue Length - 2
208
- 2025-12-13T03:09:21.483Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Processing batch event [
209
- {
210
- event_type: 'CBTSessionCreated',
211
- test_run: {
212
- uuid: 'af416586-a4f8-4c95-a89d-db0024b92589',
213
- integrations: [Object]
214
- }
215
- },
216
- {
217
- event_type: 'TestRunStarted',
218
- test_run: {
219
- type: 'test',
220
- framework: 'WebdriverIO-mocha',
221
- uuid: 'af416586-a4f8-4c95-a89d-db0024b92589',
222
- name: 'can check tunnel working',
223
- body: [Object],
224
- identifier: 'can check tunnel working',
225
- scope: 'BrowserStack Local Testing - can check tunnel working',
226
- scopes: [Array],
227
- file_name: 'SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
228
- vc_filepath: 'wdio_fresh_framework/SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
229
- location: 'SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
230
- result: 'pending',
231
- duration_in_ms: null,
232
- started_at: '2025-12-13T03:09:20.876Z',
233
- failure: undefined,
234
- failure_type: undefined,
235
- failure_reason: undefined,
236
- retry_of: null,
237
- custom_metadata: undefined,
238
- tags: [],
239
- customRerunParam: [Object],
240
- hooks: [],
241
- product_map: [Object]
242
- },
243
- logs: []
244
- }
245
- ] to 35476:0
246
- 2025-12-13T03:09:21.483Z CLI debug [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Processing batch events for Interval-Queue. Request Size - 3948 bytes. Events are 'CBTSessionCreated':af416586-a4f8-4c95-a89d-db0024b92589,'TestRunStarted':af416586-a4f8-4c95-a89d-db0024b92589
247
- 2025-12-13T03:09:21.484Z CLI debug [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Event Batch [{"event_type":"CBTSessionCreated","test_run":{"uuid":"af416586-a4f8-4c95-a89d-db0024b92589","integrations":{"browserstack":{"product":"app-automate","session_id":"63a4a1471a95c90075bcb99a432f3143c87e0629","capabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","bstack:options":{"hostName":"Subhras-MacBook-Pro.local","buildIdentifier":"55"},"goog:chromeOptions":{},"newCommandTimeout":0,"deviceName":"Android","chromedriverPorts":[[18111,18121]],"automationName":"uiautomator2","systemPort":8201,"autoWebview":false,"bundleID":"com.ytlcomms.ymca","bundleId":"com.ytlcomms.ymca","skipServerInstallation":true,"udid":"R3CT304MKKN","appPackage":"com.ytlcomms.ymca","appActivity":"com.ytlcomms.ymca.activities.login.splash.SplashScreen","nativeWebScreenshot":true,"disableSuppressAccessibilityService":true},"platformName":"Android","bstack:options":{"hostName":"Subhras-MacBook-Pro.local","buildIdentifier":"55"},"goog:chromeOptions":{},"newCommandTimeout":0,"deviceName":"R3CT304MKKN","chromedriverPorts":[[18111,18121]],"automationName":"uiautomator2","systemPort":8201,"autoWebview":false,"bundleID":"com.ytlcomms.ymca","bundleId":"com.ytlcomms.ymca","skipServerInstallation":true,"udid":"R3CT304MKKN","appPackage":"com.ytlcomms.ymca","appActivity":"com.ytlcomms.ymca.activities.login.splash.SplashScreen","nativeWebScreenshot":true,"disableSuppressAccessibilityService":true,"deviceUDID":"R3CT304MKKN","deviceApiLevel":31,"platformVersion":"12","deviceScreenSize":"1080x2316","deviceScreenDensity":450,"deviceModel":"SM-S908B","deviceManufacturer":"samsung","pixelRatio":2.8125,"statBarHeight":75,"viewportRect":{"left":0,"top":75,"width":1080,"height":2031}},"platform":"Android","platform_version":"12"}}}},{"event_type":"TestRunStarted","test_run":{"type":"test","framework":"WebdriverIO-mocha","uuid":"af416586-a4f8-4c95-a89d-db0024b92589","name":"can check tunnel working","body":{"lang":"ecmascript","code":"async () => {\n var searchSelector = await $('android=new UiSelector().resourceId(\"com.example.android.basicnetworking:id/test_action\")');\n await searchSelector.waitForDisplayed({ timeout: 30000 });\n await searchSelector.click();\n\n var insertTextSelector = await $(`android.widget.TextView`);\n await insertTextSelector.waitForDisplayed({ timeout: 30000 });\n\n var testElement = null;\n\n try {\n var textElement = await $('android=new UiSelector().textContains(\"active connection is\")');\n await textElement.waitForDisplayed({ timeout: 30000 });\n testElement = textElement;\n }\n catch {\n var screenshotPath = path.resolve(__dirname, 'screenshot.png');\n await browser.saveScreenshot(screenshotPath);\n console.log('Screenshot stored at ' + screenshotPath);\n throw new Error('Cannot find the needed TextView element from app');\n }\n\n var matchedString = await testElement.getText();\n console.log(matchedString);\n assert(matchedString.indexOf('The active connection is wifi') !== -1);\n assert(matchedString.indexOf('Up and running') !== -1);\n }"},"identifier":"can check tunnel working","scope":"BrowserStack Local Testing - can check tunnel working","scopes":["BrowserStack Local Testing"],"file_name":"SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","vc_filepath":"wdio_fresh_framework/SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","location":"SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","result":"pending","duration_in_ms":null,"started_at":"2025-12-13T03:09:20.876Z","retry_of":null,"tags":[],"customRerunParam":{},"hooks":[],"product_map":{"observability":true,"accessibility":false,"percy":false,"automate":false,"app_automate":true}},"logs":[]}]
248
- 2025-12-13T03:09:21.485Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting queued request: POST api/v2/builds/76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw/batch
249
- 2025-12-13T03:09:21.485Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making POST request to https://collector-observability.browserstack.com
250
- 2025-12-13T03:09:21.485Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Sending request to https://collector-observability.browserstack.com/api/v2/builds/76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw/batch
251
- 2025-12-13T03:09:23.004Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from https://collector-observability.browserstack.com/api/v2/builds/76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw/batch: 200 OK
252
- 2025-12-13T03:09:23.005Z CLI debug [core:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Completed queued request: POST api/v2/builds/76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw/batch
253
- 2025-12-13T03:09:23.005Z CLI debug [TEST REPORTING AND ANALYTICS:http] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Response from undefined: 200
254
- 2025-12-13T03:09:23.005Z CLI debug [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Interval-Queue event successful for events 'CBTSessionCreated':af416586-a4f8-4c95-a89d-db0024b92589,'TestRunStarted':af416586-a4f8-4c95-a89d-db0024b92589 -- {"success":true}
255
- 2025-12-13T03:09:23.005Z CLI verbose [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Remaining Queue Length - 0
256
- 2025-12-13T03:09:23.005Z CLI debug [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Not Needed to write this in file request:https://collector-observability.browserstack.com/api/v2/builds/76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw/batch {"name":"request:https://collector-observability.browserstack.com/api/v2/builds/76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw/batch","entryType":"measure","startTime":38359.30952098966,"duration":1519.3056970238686,"detail":null,"success":true,"failure":null,"worker":35476}
257
- 2025-12-13T03:09:39.149Z CLI info [main] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Received graceful signal termination, performing cleanup
package/log/sdk-cli.log DELETED
@@ -1,128 +0,0 @@
1
- 2025-12-13T03:08:44.172Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"${BUILD_NUMBER}","browserstackLocal":false,"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
2
- 2025-12-13T03:08:44.192Z CLI info Should start debug utility: undefined
3
- 2025-12-13T03:08:44.256Z CLI info [testhub:module] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Starting testhub from 35476:0
4
- 2025-12-13T03:08:44.259Z CLI info [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making POST request to https://sdk.browserstack.com
5
- 2025-12-13T03:08:45.469Z CLI info [testhub:module] [naveen_OSt3Pw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] startBuild: response=76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw
6
- 2025-12-13T03:08:45.473Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making POST request to https://api.browserstack.com
7
- 2025-12-13T03:08:45.793Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://api.browserstack.com
8
- 2025-12-13T03:08:46.127Z CLI error [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] error invoking callback for eventName: {}
9
- 2025-12-13T03:08:46.128Z CLI error [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Error: invalid percyToken=null
10
- at /snapshot/browserstack-binary/cli/dist/index.js
11
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
12
- 2025-12-13T03:08:46.129Z CLI info [appautomate:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Using app: bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e
13
- 2025-12-13T03:08:53.927Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://hub.browserstack.com
14
- 2025-12-13T03:08:55.072Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
15
- 2025-12-13T03:08:56.205Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
16
- 2025-12-13T03:08:56.290Z CLI info [sdk:service] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Driver initialized as primary driver: platformIndex=0
17
- 2025-12-13T03:08:56.561Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
18
- 2025-12-13T03:09:20.933Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Added the event {
19
- event_type: 'CBTSessionCreated',
20
- test_run: {
21
- uuid: 'af416586-a4f8-4c95-a89d-db0024b92589',
22
- integrations: { browserstack: [Object] }
23
- }
24
- } to 35476:0
25
- 2025-12-13T03:09:20.939Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Added the event {
26
- event_type: 'TestRunStarted',
27
- test_run: {
28
- type: 'test',
29
- framework: 'WebdriverIO-mocha',
30
- uuid: 'af416586-a4f8-4c95-a89d-db0024b92589',
31
- name: 'can check tunnel working',
32
- body: {
33
- lang: 'ecmascript',
34
- code: 'async () => {\n' +
35
- ` var searchSelector = await $('android=new UiSelector().resourceId("com.example.android.basicnetworking:id/test_action")');\n` +
36
- ' await searchSelector.waitForDisplayed({ timeout: 30000 });\n' +
37
- ' await searchSelector.click();\n' +
38
- '\n' +
39
- ' var insertTextSelector = await $(`android.widget.TextView`);\n' +
40
- ' await insertTextSelector.waitForDisplayed({ timeout: 30000 });\n' +
41
- '\n' +
42
- ' var testElement = null;\n' +
43
- '\n' +
44
- ' try {\n' +
45
- ` var textElement = await $('android=new UiSelector().textContains("active connection is")');\n` +
46
- ' await textElement.waitForDisplayed({ timeout: 30000 });\n' +
47
- ' testElement = textElement;\n' +
48
- ' }\n' +
49
- ' catch {\n' +
50
- " var screenshotPath = path.resolve(__dirname, 'screenshot.png');\n" +
51
- ' await browser.saveScreenshot(screenshotPath);\n' +
52
- " console.log('Screenshot stored at ' + screenshotPath);\n" +
53
- " throw new Error('Cannot find the needed TextView element from app');\n" +
54
- ' }\n' +
55
- '\n' +
56
- ' var matchedString = await testElement.getText();\n' +
57
- ' console.log(matchedString);\n' +
58
- " assert(matchedString.indexOf('The active connection is wifi') !== -1);\n" +
59
- " assert(matchedString.indexOf('Up and running') !== -1);\n" +
60
- ' }'
61
- },
62
- identifier: 'can check tunnel working',
63
- scope: 'BrowserStack Local Testing - can check tunnel working',
64
- scopes: [ 'BrowserStack Local Testing' ],
65
- file_name: 'SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
66
- vc_filepath: 'wdio_fresh_framework/SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
67
- location: 'SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
68
- result: 'pending',
69
- duration_in_ms: null,
70
- started_at: '2025-12-13T03:09:20.876Z',
71
- failure: undefined,
72
- failure_type: undefined,
73
- failure_reason: undefined,
74
- retry_of: null,
75
- custom_metadata: undefined,
76
- tags: [],
77
- customRerunParam: { rerun_name: undefined },
78
- hooks: [],
79
- product_map: {
80
- observability: true,
81
- accessibility: false,
82
- percy: false,
83
- automate: false,
84
- app_automate: true
85
- }
86
- },
87
- logs: []
88
- } to 35476:0
89
- 2025-12-13T03:09:21.483Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Processing batch event [
90
- {
91
- event_type: 'CBTSessionCreated',
92
- test_run: {
93
- uuid: 'af416586-a4f8-4c95-a89d-db0024b92589',
94
- integrations: [Object]
95
- }
96
- },
97
- {
98
- event_type: 'TestRunStarted',
99
- test_run: {
100
- type: 'test',
101
- framework: 'WebdriverIO-mocha',
102
- uuid: 'af416586-a4f8-4c95-a89d-db0024b92589',
103
- name: 'can check tunnel working',
104
- body: [Object],
105
- identifier: 'can check tunnel working',
106
- scope: 'BrowserStack Local Testing - can check tunnel working',
107
- scopes: [Array],
108
- file_name: 'SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
109
- vc_filepath: 'wdio_fresh_framework/SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
110
- location: 'SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js',
111
- result: 'pending',
112
- duration_in_ms: null,
113
- started_at: '2025-12-13T03:09:20.876Z',
114
- failure: undefined,
115
- failure_type: undefined,
116
- failure_reason: undefined,
117
- retry_of: null,
118
- custom_metadata: undefined,
119
- tags: [],
120
- customRerunParam: [Object],
121
- hooks: [],
122
- product_map: [Object]
123
- },
124
- logs: []
125
- }
126
- ] to 35476:0
127
- 2025-12-13T03:09:21.485Z CLI info [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] [PRODUCTION] Making POST request to https://collector-observability.browserstack.com
128
- 2025-12-13T03:09:39.149Z CLI info [main] [naveen_OSt3Pw] [76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw] [0996cd39-dfac-4e2e-b27a-9e764c5c0c15] Received graceful signal termination, performing cleanup
File without changes
@@ -1,151 +0,0 @@
1
- 2025-12-13T03:08:32.291Z INFO @wdio/browserstack-service BrowserStack service started with id: 563e0cbc-345e-4bbb-8569-ef91847ca9d1
2
- 2025-12-13T03:08:32.293Z DEBUG @wdio/browserstack-service _options data: {"buildIdentifier":"${BUILD_NUMBER}","browserstackLocal":false,"opts":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo"},"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e"}
3
- 2025-12-13T03:08:32.293Z DEBUG @wdio/browserstack-service webdriver capabilities data: [{"bstack:options":{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false}}]
4
- 2025-12-13T03:08:32.293Z DEBUG @wdio/browserstack-service _config data: {"rootDir":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/froth_configs","specs":["/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js"],"suites":{},"exclude":[],"capabilities":[],"logLevel":"info","logLevels":{},"groupLogsByTestSpec":false,"excludeDriverLogs":[],"bail":0,"waitforInterval":100,"waitforTimeout":10000,"framework":"mocha","reporters":[],"services":[["browserstack",{"buildIdentifier":"${BUILD_NUMBER}","browserstackLocal":false,"opts":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo"},"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e"}]],"maxInstances":100,"maxInstancesPerCapability":100,"injectGlobals":true,"filesToWatch":[],"connectionRetryTimeout":90000,"connectionRetryCount":3,"execArgv":[],"runnerEnv":{"FORCE_COLOR":"1"},"runner":"local","shard":{"current":1,"total":1},"specFileRetries":0,"specFileRetriesDelay":0,"specFileRetriesDeferred":false,"autoAssertOnTestEnd":true,"reporterSyncInterval":100,"reporterSyncTimeout":5000,"cucumberFeaturesWithLineNumbers":[],"mochaOpts":{"timeout":20000,"ui":"bdd"},"jasmineOpts":{"defaultTimeoutInterval":10000},"cucumberOpts":{"timeout":10000},"onPrepare":[],"onWorkerStart":[],"onWorkerEnd":[],"before":[],"beforeSession":[],"beforeSuite":[],"beforeHook":[],"beforeTest":[],"beforeCommand":[],"afterCommand":[],"afterTest":[],"afterHook":[],"afterSuite":[],"afterSession":[],"after":[],"onComplete":[],"onReload":[],"beforeAssertion":[],"afterAssertion":[],"beforeFeature":[],"beforeScenario":[],"beforeStep":[],"afterStep":[],"afterScenario":[],"afterFeature":[],"_":["./froth_configs/wdio.common.conf.js","./froth_configs/wdio.common.conf.js"],"$0":"/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/node_modules/.bin/wdio","user":"naveen_OSt3Pw","key":"B9Rx28MTKFzRJ2QEVK1c","updateJob":false,"coloredLogs":true,"screenshotPath":"./errorShots/","baseUrl":""}
5
- 2025-12-13T03:08:32.302Z DEBUG @wdio/browserstack-service Sending SDK event with data {
6
- userName: '[REDACTED]',
7
- accessKey: '[REDACTED]',
8
- event_type: 'SDKTestAttempted',
9
- detectedFramework: 'WebdriverIO-mocha',
10
- event_properties: {
11
- sdkRunId: '563e0cbc-345e-4bbb-8569-ef91847ca9d1',
12
- testhub_uuid: undefined,
13
- language_framework: 'WebdriverIO_mocha',
14
- referrer: 'WebdriverIO-mocha/9.20.1',
15
- language: 'WebdriverIO',
16
- languageVersion: 'v24.11.1',
17
- buildName: 'browserstack build',
18
- buildIdentifier: 'undefined',
19
- os: 'Darwin',
20
- hostname: 'Subhras-MacBook-Pro.local',
21
- productMap: {
22
- observability: true,
23
- accessibility: null,
24
- percy: false,
25
- automate: false,
26
- app_automate: true
27
- },
28
- product: [ 'observability', 'app-automate' ],
29
- framework: 'mocha'
30
- }
31
- }
32
- 2025-12-13T03:08:33.140Z DEBUG @wdio/browserstack-service Funnel Event Response: "{\"message\":\"SDK Event recorded successfully\"}"
33
- 2025-12-13T03:08:33.140Z DEBUG @wdio/browserstack-service Funnel event success
34
- 2025-12-13T03:08:33.142Z INFO @wdio/browserstack-service startMain: Starting main process
35
- 2025-12-13T03:08:33.143Z DEBUG @wdio/browserstack-service Configuring Cli path.
36
- 2025-12-13T03:08:33.144Z DEBUG @wdio/browserstack-service File /Users/subhrasubudhi/.browserstack already exist
37
- 2025-12-13T03:08:33.147Z INFO @wdio/browserstack-service Current CLI Path Found: /Users/subhrasubudhi/.browserstack/cli/binary-macos-x64
38
- 2025-12-13T03:08:37.833Z DEBUG @wdio/browserstack-service response {"success":true,"current_cli_version":"1.14.0","updated_cli_version":"1.15.0","url":"https://sdk-assets.browserstack.com/binary-macos-x64-1.15.0.zip"}
39
- 2025-12-13T03:08:37.833Z DEBUG @wdio/browserstack-service Need to update binary, current binary version: 1.14.0
40
- 2025-12-13T03:08:37.834Z DEBUG @wdio/browserstack-service Downloading SDK binary from: https://sdk-assets.browserstack.com/binary-macos-x64-1.15.0.zip
41
- 2025-12-13T03:08:40.647Z DEBUG @wdio/browserstack-service Resolved binary path: /Users/subhrasubudhi/.browserstack/cli/binary-macos-x64
42
- 2025-12-13T03:08:40.647Z DEBUG @wdio/browserstack-service spawning command='/Users/subhrasubudhi/.browserstack/cli/binary-macos-x64,sdk'
43
- 2025-12-13T03:08:44.072Z DEBUG @wdio/browserstack-service CLI params loaded: {"id":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","listen":"unix:/tmp/sdk-platform-0996cd39-dfac-4e2e-b27a-9e764c5c0c15.sock"}
44
- 2025-12-13T03:08:44.078Z INFO @wdio/browserstack-service Connected to gRPC server at unix:/tmp/sdk-platform-0996cd39-dfac-4e2e-b27a-9e764c5c0c15.sock
45
- 2025-12-13T03:08:44.081Z INFO @wdio/browserstack-service Initialized gRPC client with bin session id: 0996cd39-dfac-4e2e-b27a-9e764c5c0c15 and listen address: unix:/tmp/sdk-platform-0996cd39-dfac-4e2e-b27a-9e764c5c0c15.sock
46
- 2025-12-13T03:08:44.082Z DEBUG @wdio/browserstack-service startMain: main-process started
47
- 2025-12-13T03:08:44.082Z DEBUG @wdio/browserstack-service startBinSession: Calling startBinSession
48
- 2025-12-13T03:08:46.162Z INFO @wdio/browserstack-service StartBinSession successful
49
- 2025-12-13T03:08:46.167Z DEBUG @wdio/browserstack-service Is CLI running true
50
- 2025-12-13T03:08:46.163Z DEBUG @wdio/browserstack-service start: startBinSession response={"binSessionId":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","config":"{\"userName\":\"naveen_OSt3Pw\",\"accessKey\":\"B9Rx28MTKFzRJ2QEVK1c\",\"platforms\":[{\"projectName\":\"BrowserStack Samples\",\"buildName\":\"browserstack build\",\"sessionName\":\"BStack local webdriverio-appium\",\"deviceName\":\"Samsung Galaxy S22 Ultra\",\"osVersion\":\"12.0\",\"debug\":true,\"networkLogs\":true,\"source\":\"webdriverio:appium-sample-sdk:v1.0\",\"interactiveDebugging\":true,\"appium:autoWebview\":false,\"wdioService\":\"9.20.1\"}],\"isNonBstackA11yWDIO\":false,\"buildIdentifier\":\"55\",\"browserstackLocal\":false,\"app\":\"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e\",\"accessibility\":false,\"testObservability\":true,\"browserStackLocalOptions\":{\"forcelocal\":false,\"localIdentifier\":\"webdriverio-appium-app-browserstack-android-repo\",\"key\":\"B9Rx28MTKFzRJ2QEVK1c\",\"skipBinaryInitialisation\":false},\"testContextOptions\":{\"skipSessionName\":false,\"skipSessionStatus\":false,\"sessionNameOmitTestTitle\":false,\"sessionNamePrependTopLevelSuiteTitle\":false,\"sessionNameFormat\":\"\"},\"buildTag\":[],\"browserstackAutomation\":true,\"selfHeal\":false,\"disableAutoCaptureLogs\":false,\"testhub\":true,\"additionalPlatforms\":[],\"additionalParams\":{},\"buildName\":\"test\",\"projectName\":\"BrowserStack Samples\",\"testOrchestrationOptions\":{\"retryTestsOnFailure\":{},\"abortBuildOnFailure\":{}},\"apis\":{\"automate\":{\"hub\":\"https://hub.browserstack.com\",\"cdp\":\"https://cdp.browserstack.com\",\"api\":\"https://api.browserstack.com\",\"upload\":\"https://api-cloud.browserstack.com\"},\"appAutomate\":{\"hub\":\"https://hub.browserstack.com\",\"api\":\"https://api.browserstack.com\",\"upload\":\"https://api-cloud.browserstack.com\"},\"percy\":{\"api\":\"https://api.browserstack.com\"},\"turboScale\":{\"api\":\"https://grid.browserstack.com\"},\"accessibility\":{\"api\":\"https://accessibility.browserstack.com\"},\"appAccessibility\":{\"api\":\"https://app-accessibility.browserstack.com\"},\"observability\":{\"api\":\"https://collector-observability.browserstack.com\",\"upload\":\"https://upload-observability.browserstack.com\"},\"configServer\":{\"api\":\"https://sdk.browserstack.com\"},\"edsInstrumentation\":{\"api\":\"https://eds.browserstack.com\"},\"tcg\":{\"api\":\"https://tcg.browserstack.com\"}},\"hubUrl\":\"https://hub.browserstack.com/wd/hub\"}","testhub":{"jwt":"eyJhbGciOiJSUzI1NiJ9.eyJleHAiOiIxNzY1NjA2MTI0IiwiaXNzIjoid3d3LmJyb3dzZXJzdGFjay5jb20iLCJzdWIiOjY2OTQ3MTUsInNjb3BlIjp7InByb2R1Y3QiOiJzZGsiLCJ1c2VyX2FjY2VzcyI6eyJ0ZXN0X29ic2VydmFiaWxpdHkiOjEsImF1dG9tYXRlIjoxLCJhcHBfYXV0b21hdGUiOjEsInBlcmN5IjowLCJhcHBfcGVyY3kiOjEsImFjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXBwX2FjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXV0b21hdGVfdHVyYm9zY2FsZSI6MSwibG93X2NvZGVfYXV0b21hdGlvbiI6MX0sImlhYW1fcm9sZSI6ImFkbWluIn0sImdyb3VwX2lkIjo2NDMwNzM3LCJ0ZWFtX2lkIjpudWxsLCJ1ZGFjX2FjY2VzcyI6Imdsb2JhbCJ9.K5MVKoN18HiO7XMxtaD58aKFuUsFNPY7qeB6NPsX0L8Kol-a6b0SeSE7K6IYFBYBmHg5CCiRDdg5-HVnU5JYrijA0I_zVBxP3So9Px5sqP54sUhTOdi63pwp130Syb7XujKPBQYI6p2ZJgk0wsnBQEVXruKvUJ_DRn-lYftLn95y2h_6P0L3lwTC6hKmdK-pjcPZCf0O6M3xAnKhA4jTyXerZ5qG8CmlUmg8G-hkUE_K7aE26J7d5KeNO40baGIiLMYwTJvuONSPNqJ1zbwBevKEimDqNAaxiydte0avUBt8UyMDkZ9A6k-BhF8R0FrSv0jpRMq3iVTirT-4X-OhLg","buildHashedId":"76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw","testhubEvents":true,"errors":{}},"observability":{"success":true,"errors":[]},"percy":{"success":false,"percyCaptureMode":"","percyBuildId":"","isPercyAutoEnabled":false},"sessionFramework":"./froth_configs/wdio.common.conf.js"}
51
- 2025-12-13T03:08:46.163Z INFO @wdio/browserstack-service loadModules: binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15
52
- 2025-12-13T03:08:46.163Z DEBUG @wdio/browserstack-service loadModules: config={"userName":"naveen_OSt3Pw","accessKey":"B9Rx28MTKFzRJ2QEVK1c","platforms":[{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"55","browserstackLocal":false,"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","accessibility":false,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo","key":"B9Rx28MTKFzRJ2QEVK1c","skipBinaryInitialisation":false},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[],"browserstackAutomation":true,"selfHeal":false,"disableAutoCaptureLogs":false,"testhub":true,"additionalPlatforms":[],"additionalParams":{},"buildName":"test","projectName":"BrowserStack Samples","testOrchestrationOptions":{"retryTestsOnFailure":{},"abortBuildOnFailure":{}},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"hubUrl":"https://hub.browserstack.com/wd/hub"}
53
- 2025-12-13T03:08:46.164Z INFO @wdio/browserstack-service AutomateModule: Initializing Automate Module
54
- 2025-12-13T03:08:46.166Z DEBUG @wdio/browserstack-service configureModules: Configuring modules
55
- 2025-12-13T03:08:46.167Z DEBUG @wdio/browserstack-service configureModules: Configuring module=WebdriverIOModule platformIndex=0
56
- 2025-12-13T03:08:46.167Z DEBUG @wdio/browserstack-service Configured module WebdriverIOModule with binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15, platformIndex=0
57
- 2025-12-13T03:08:46.167Z DEBUG @wdio/browserstack-service configureModules: Configuring module=AutomateModule platformIndex=0
58
- 2025-12-13T03:08:46.167Z DEBUG @wdio/browserstack-service Configured module AutomateModule with binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15, platformIndex=0
59
- 2025-12-13T03:08:46.167Z DEBUG @wdio/browserstack-service configureModules: Configuring module=ObservabilityModule platformIndex=0
60
- 2025-12-13T03:08:46.167Z DEBUG @wdio/browserstack-service Configured module ObservabilityModule with binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15, platformIndex=0
61
- 2025-12-13T03:08:46.176Z DEBUG @wdio/browserstack-service configureModules: Configuring module=TestHubModule platformIndex=0
62
- 2025-12-13T03:08:46.176Z DEBUG @wdio/browserstack-service Configured module TestHubModule with binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15, platformIndex=0
63
- 2025-12-13T03:08:46.170Z WARN @wdio/browserstack-service Skipping buildIdentifier as buildName is not passed.
64
- 2025-12-13T03:08:46.172Z WARN @wdio/browserstack-service Accessibility Automation will run only on Chrome browsers.
65
- 2025-12-13T03:08:47.250Z DEBUG @wdio/browserstack-service Percy binary is up to date (ETag unchanged)
66
- 2025-12-13T03:08:53.875Z INFO @wdio/browserstack-service Starting as child process with session ID: 0996cd39-dfac-4e2e-b27a-9e764c5c0c15
67
- 2025-12-13T03:08:53.880Z INFO @wdio/browserstack-service Connected to gRPC server at unix:/tmp/sdk-platform-0996cd39-dfac-4e2e-b27a-9e764c5c0c15.sock
68
- 2025-12-13T03:08:53.882Z DEBUG @wdio/browserstack-service Connecting bin session
69
- 2025-12-13T03:08:56.234Z INFO @wdio/browserstack-service ConnectBinSession successful
70
- 2025-12-13T03:08:56.236Z INFO @wdio/browserstack-service Connected to bin session: {"binSessionId":"0996cd39-dfac-4e2e-b27a-9e764c5c0c15","config":"{\"userName\":\"naveen_OSt3Pw\",\"accessKey\":\"B9Rx28MTKFzRJ2QEVK1c\",\"platforms\":[{\"projectName\":\"BrowserStack Samples\",\"buildName\":\"browserstack build\",\"sessionName\":\"BStack local webdriverio-appium\",\"deviceName\":\"Samsung Galaxy S22 Ultra\",\"osVersion\":\"12.0\",\"debug\":true,\"networkLogs\":true,\"source\":\"webdriverio:appium-sample-sdk:v1.0\",\"interactiveDebugging\":true,\"appium:autoWebview\":false,\"wdioService\":\"9.20.1\"}],\"isNonBstackA11yWDIO\":false,\"buildIdentifier\":\"55\",\"browserstackLocal\":false,\"app\":\"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e\",\"accessibility\":false,\"testObservability\":true,\"browserStackLocalOptions\":{\"forcelocal\":false,\"localIdentifier\":\"webdriverio-appium-app-browserstack-android-repo\",\"key\":\"B9Rx28MTKFzRJ2QEVK1c\",\"skipBinaryInitialisation\":false},\"testContextOptions\":{\"skipSessionName\":false,\"skipSessionStatus\":false,\"sessionNameOmitTestTitle\":false,\"sessionNamePrependTopLevelSuiteTitle\":false,\"sessionNameFormat\":\"\"},\"buildTag\":[],\"browserstackAutomation\":true,\"selfHeal\":false,\"disableAutoCaptureLogs\":false,\"testhub\":true,\"additionalPlatforms\":[],\"additionalParams\":{},\"buildName\":\"test\",\"projectName\":\"BrowserStack Samples\",\"testOrchestrationOptions\":{\"retryTestsOnFailure\":{},\"abortBuildOnFailure\":{}},\"apis\":{\"automate\":{\"hub\":\"https://hub.browserstack.com\",\"cdp\":\"https://cdp.browserstack.com\",\"api\":\"https://api.browserstack.com\",\"upload\":\"https://api-cloud.browserstack.com\"},\"appAutomate\":{\"hub\":\"https://hub.browserstack.com\",\"api\":\"https://api.browserstack.com\",\"upload\":\"https://api-cloud.browserstack.com\"},\"percy\":{\"api\":\"https://api.browserstack.com\"},\"turboScale\":{\"api\":\"https://grid.browserstack.com\"},\"accessibility\":{\"api\":\"https://accessibility.browserstack.com\"},\"appAccessibility\":{\"api\":\"https://app-accessibility.browserstack.com\"},\"observability\":{\"api\":\"https://collector-observability.browserstack.com\",\"upload\":\"https://upload-observability.browserstack.com\"},\"configServer\":{\"api\":\"https://sdk.browserstack.com\"},\"edsInstrumentation\":{\"api\":\"https://eds.browserstack.com\"},\"tcg\":{\"api\":\"https://tcg.browserstack.com\"}},\"hubUrl\":\"https://hub-apse.browserstack.com/wd/hub\"}","testhub":{"jwt":"eyJhbGciOiJSUzI1NiJ9.eyJleHAiOiIxNzY1NjA2MTI0IiwiaXNzIjoid3d3LmJyb3dzZXJzdGFjay5jb20iLCJzdWIiOjY2OTQ3MTUsInNjb3BlIjp7InByb2R1Y3QiOiJzZGsiLCJ1c2VyX2FjY2VzcyI6eyJ0ZXN0X29ic2VydmFiaWxpdHkiOjEsImF1dG9tYXRlIjoxLCJhcHBfYXV0b21hdGUiOjEsInBlcmN5IjowLCJhcHBfcGVyY3kiOjEsImFjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXBwX2FjY2Vzc2liaWxpdHlfdGVzdGluZyI6MSwiYXV0b21hdGVfdHVyYm9zY2FsZSI6MSwibG93X2NvZGVfYXV0b21hdGlvbiI6MX0sImlhYW1fcm9sZSI6ImFkbWluIn0sImdyb3VwX2lkIjo2NDMwNzM3LCJ0ZWFtX2lkIjpudWxsLCJ1ZGFjX2FjY2VzcyI6Imdsb2JhbCJ9.K5MVKoN18HiO7XMxtaD58aKFuUsFNPY7qeB6NPsX0L8Kol-a6b0SeSE7K6IYFBYBmHg5CCiRDdg5-HVnU5JYrijA0I_zVBxP3So9Px5sqP54sUhTOdi63pwp130Syb7XujKPBQYI6p2ZJgk0wsnBQEVXruKvUJ_DRn-lYftLn95y2h_6P0L3lwTC6hKmdK-pjcPZCf0O6M3xAnKhA4jTyXerZ5qG8CmlUmg8G-hkUE_K7aE26J7d5KeNO40baGIiLMYwTJvuONSPNqJ1zbwBevKEimDqNAaxiydte0avUBt8UyMDkZ9A6k-BhF8R0FrSv0jpRMq3iVTirT-4X-OhLg","buildHashedId":"76wrmetktuevzyyl5qy2mz1ccdo2g15czo2ycibw","testhubEvents":true,"errors":{}},"observability":{"success":true,"errors":[]},"percy":{"success":false,"percyCaptureMode":"","percyBuildId":"","isPercyAutoEnabled":false},"sessionFramework":"selenium","testOrchestration":{"retryTestsOnFailure":{"enabled":false,"maxRetries":0},"abortBuildOnFailure":{"enabled":false,"maxFailures":0}}}
71
- 2025-12-13T03:08:56.237Z INFO @wdio/browserstack-service loadModules: binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15
72
- 2025-12-13T03:08:56.238Z DEBUG @wdio/browserstack-service loadModules: config={"userName":"naveen_OSt3Pw","accessKey":"B9Rx28MTKFzRJ2QEVK1c","platforms":[{"projectName":"BrowserStack Samples","buildName":"browserstack build","sessionName":"BStack local webdriverio-appium","deviceName":"Samsung Galaxy S22 Ultra","osVersion":"12.0","debug":true,"networkLogs":true,"source":"webdriverio:appium-sample-sdk:v1.0","interactiveDebugging":true,"appium:autoWebview":false,"wdioService":"9.20.1"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"55","browserstackLocal":false,"app":"bs://30fdf3a163d0bad126f64a3d5713e9ab0086a41e","accessibility":false,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"webdriverio-appium-app-browserstack-android-repo","key":"B9Rx28MTKFzRJ2QEVK1c","skipBinaryInitialisation":false},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[],"browserstackAutomation":true,"selfHeal":false,"disableAutoCaptureLogs":false,"testhub":true,"additionalPlatforms":[],"additionalParams":{},"buildName":"test","projectName":"BrowserStack Samples","testOrchestrationOptions":{"retryTestsOnFailure":{},"abortBuildOnFailure":{}},"apis":{"automate":{"hub":"https://hub.browserstack.com","cdp":"https://cdp.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"appAutomate":{"hub":"https://hub.browserstack.com","api":"https://api.browserstack.com","upload":"https://api-cloud.browserstack.com"},"percy":{"api":"https://api.browserstack.com"},"turboScale":{"api":"https://grid.browserstack.com"},"accessibility":{"api":"https://accessibility.browserstack.com"},"appAccessibility":{"api":"https://app-accessibility.browserstack.com"},"observability":{"api":"https://collector-observability.browserstack.com","upload":"https://upload-observability.browserstack.com"},"configServer":{"api":"https://sdk.browserstack.com"},"edsInstrumentation":{"api":"https://eds.browserstack.com"},"tcg":{"api":"https://tcg.browserstack.com"}},"hubUrl":"https://hub-apse.browserstack.com/wd/hub"}
73
- 2025-12-13T03:08:56.239Z INFO @wdio/browserstack-service AutomateModule: Initializing Automate Module
74
- 2025-12-13T03:08:56.243Z DEBUG @wdio/browserstack-service configureModules: Configuring modules
75
- 2025-12-13T03:08:56.244Z DEBUG @wdio/browserstack-service configureModules: Configuring module=WebdriverIOModule platformIndex=0
76
- 2025-12-13T03:08:56.258Z DEBUG @wdio/browserstack-service Configured module WebdriverIOModule with binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15, platformIndex=0
77
- 2025-12-13T03:08:56.259Z DEBUG @wdio/browserstack-service configureModules: Configuring module=AutomateModule platformIndex=0
78
- 2025-12-13T03:08:56.259Z DEBUG @wdio/browserstack-service Configured module AutomateModule with binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15, platformIndex=0
79
- 2025-12-13T03:08:56.259Z DEBUG @wdio/browserstack-service configureModules: Configuring module=ObservabilityModule platformIndex=0
80
- 2025-12-13T03:08:56.259Z DEBUG @wdio/browserstack-service Configured module ObservabilityModule with binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15, platformIndex=0
81
- 2025-12-13T03:08:56.260Z INFO @wdio/browserstack-service trackEvent: automationFrameworkState=AutomationFrameworkState.CREATE hookState=HookState.PRE
82
- 2025-12-13T03:08:56.261Z INFO @wdio/browserstack-service trackEvent: automationFrameworkState=AutomationFrameworkState.CREATE hookState=HookState.PRE args=[object Object]
83
- 2025-12-13T03:08:56.262Z DEBUG @wdio/browserstack-service configureModules: Configuring module=TestHubModule platformIndex=0
84
- 2025-12-13T03:08:56.262Z DEBUG @wdio/browserstack-service Configured module TestHubModule with binSessionId=0996cd39-dfac-4e2e-b27a-9e764c5c0c15, platformIndex=0
85
- 2025-12-13T03:08:56.262Z INFO @wdio/browserstack-service resolveInstance: resolving instance for automationFrameworkState=AutomationFrameworkState.CREATE hookState=HookState.PRE
86
- 2025-12-13T03:08:56.265Z DEBUG @wdio/browserstack-service getTrackedInstance: 35528:0
87
- 2025-12-13T03:08:56.268Z INFO @wdio/browserstack-service trackWebdriverIOInstance: created instance for target=35528:0, state=AutomationFrameworkState.CREATE, args=[object Object]
88
- 2025-12-13T03:08:56.268Z DEBUG @wdio/browserstack-service setTrackedInstance: 3ac875e1fa373866b9a9229e08656245ce21c8ae3686e503826f7cde9b7fe099
89
- 2025-12-13T03:08:56.268Z INFO @wdio/browserstack-service trackWebdriverIOInstance: saved instance contextId=3ac875e1fa373866b9a9229e08656245ce21c8ae3686e503826f7cde9b7fe099 target=35528:0
90
- 2025-12-13T03:08:56.269Z DEBUG @wdio/browserstack-service getTrackedInstance: 35528:0
91
- 2025-12-13T03:08:56.269Z INFO @wdio/browserstack-service runHooks: automationFrameworkState=AutomationFrameworkState.CREATE hookState=HookState.PRE
92
- 2025-12-13T03:08:56.269Z DEBUG @wdio/browserstack-service onBeforeDriverCreate: driver is about to be created
93
- 2025-12-13T03:08:56.270Z INFO @wdio/browserstack-service Sending driverInitEvent
94
- 2025-12-13T03:08:56.300Z INFO @wdio/browserstack-service driverInitEvent successful
95
- 2025-12-13T03:08:56.301Z DEBUG @wdio/browserstack-service getBinDriverCapabilities: got hub url https://hub-apse.browserstack.com/wd/hub
96
- 2025-12-13T03:08:56.301Z DEBUG @wdio/browserstack-service getTrackedInstance: 35528:0
97
- 2025-12-13T03:09:20.764Z INFO @wdio/browserstack-service trackEvent: automationFrameworkState=AutomationFrameworkState.CREATE hookState=HookState.POST
98
- 2025-12-13T03:09:20.765Z INFO @wdio/browserstack-service trackEvent: automationFrameworkState=AutomationFrameworkState.CREATE hookState=HookState.POST args=[object Object]
99
- 2025-12-13T03:09:20.765Z INFO @wdio/browserstack-service resolveInstance: resolving instance for automationFrameworkState=AutomationFrameworkState.CREATE hookState=HookState.POST
100
- 2025-12-13T03:09:20.765Z DEBUG @wdio/browserstack-service getTrackedInstance: 35528:0
101
- 2025-12-13T03:09:20.765Z INFO @wdio/browserstack-service trackWebdriverIOInstance: instance already exists
102
- 2025-12-13T03:09:20.765Z DEBUG @wdio/browserstack-service getTrackedInstance: 35528:0
103
- 2025-12-13T03:09:20.766Z INFO @wdio/browserstack-service runHooks: automationFrameworkState=AutomationFrameworkState.CREATE hookState=HookState.POST
104
- 2025-12-13T03:09:20.766Z DEBUG @wdio/browserstack-service onDriverCreated: Called
105
- 2025-12-13T03:09:20.766Z DEBUG @wdio/browserstack-service onDriverCreated: Driver session ID: 63a4a1471a95c90075bcb99a432f3143c87e0629
106
- 2025-12-13T03:09:20.766Z DEBUG @wdio/browserstack-service onDriverCreated: Driver capabilities: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","bstack:options":{"hostName":"Subhras-MacBook-Pro.local","buildIdentifier":"55"},"goog:chromeOptions":{},"newCommandTimeout":0,"deviceName":"Android","chromedriverPorts":[[18111,18121]],"automationName":"uiautomator2","systemPort":8201,"autoWebview":false,"bundleID":"com.ytlcomms.ymca","bundleId":"com.ytlcomms.ymca","skipServerInstallation":true,"udid":"R3CT304MKKN","appPackage":"com.ytlcomms.ymca","appActivity":"com.ytlcomms.ymca.activities.login.splash.SplashScreen","nativeWebScreenshot":true,"disableSuppressAccessibilityService":true},"platformName":"Android","bstack:options":{"hostName":"Subhras-MacBook-Pro.local","buildIdentifier":"55"},"goog:chromeOptions":{},"newCommandTimeout":0,"deviceName":"R3CT304MKKN","chromedriverPorts":[[18111,18121]],"automationName":"uiautomator2","systemPort":8201,"autoWebview":false,"bundleID":"com.ytlcomms.ymca","bundleId":"com.ytlcomms.ymca","skipServerInstallation":true,"udid":"R3CT304MKKN","appPackage":"com.ytlcomms.ymca","appActivity":"com.ytlcomms.ymca.activities.login.splash.SplashScreen","nativeWebScreenshot":true,"disableSuppressAccessibilityService":true,"deviceUDID":"R3CT304MKKN","deviceApiLevel":31,"platformVersion":"12","deviceScreenSize":"1080x2316","deviceScreenDensity":450,"deviceModel":"SM-S908B","deviceManufacturer":"samsung","pixelRatio":2.8125,"statBarHeight":75,"viewportRect":{"left":0,"top":75,"width":1080,"height":2031}}
107
- 2025-12-13T03:09:20.766Z DEBUG @wdio/browserstack-service onDriverCreated: Is BrowserStack hub: true
108
- 2025-12-13T03:09:20.766Z INFO @wdio/browserstack-service onDriverCreated: Successfully processed driver creation for session: 63a4a1471a95c90075bcb99a432f3143c87e0629
109
- 2025-12-13T03:09:20.767Z INFO @wdio/browserstack-service onBeforeTest: Observability sync done
110
- 2025-12-13T03:09:20.762Z INFO @wdio/browserstack-service CLI is running, tracking accessibility event for before: 63a4a1471a95c90075bcb99a432f3143c87e0629
111
- 2025-12-13T03:09:20.764Z DEBUG @wdio/browserstack-service Skipping method: Console, exists: true, type: function
112
- 2025-12-13T03:09:20.764Z INFO @wdio/browserstack-service CLI is running, tracking insights event for before: 63a4a1471a95c90075bcb99a432f3143c87e0629
113
- 2025-12-13T03:09:20.808Z INFO @wdio/browserstack-service trackEvent: testFrameworkState=TestFrameworkState.INIT_TEST hookState=HookState.PRE
114
- 2025-12-13T03:09:20.809Z INFO @wdio/browserstack-service trackEvent: testFrameworkState=TestFrameworkState.INIT_TEST; hookState=HookState.PRE; args=[object Object]
115
- 2025-12-13T03:09:20.809Z INFO @wdio/browserstack-service resolveInstance: resolving instance for testFrameworkState=TestFrameworkState.INIT_TEST hookState=HookState.PRE
116
- 2025-12-13T03:09:20.809Z INFO @wdio/browserstack-service trackWdioMochaInstance: created instance for target=35528:0, state=TestFrameworkState.INIT_TEST, args=[object Object]
117
- 2025-12-13T03:09:20.865Z INFO @wdio/browserstack-service trackWdioMochaInstance: saved instance contextId=3ac875e1fa373866b9a9229e08656245ce21c8ae3686e503826f7cde9b7fe099 target=35528:0
118
- 2025-12-13T03:09:20.871Z INFO @wdio/browserstack-service Hook Started in PRE key = TestFrameworkState.INIT_TEST & hook = {"key":"TestFrameworkState.INIT_TEST","hook_id":"","hook_result":"pending","event_started_at":"2025-12-13T03:09:20.871Z","hook_logs":[],"hook_name":"can check tunnel working","test_file_path":"SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","test_location":"../SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js"}
119
- 2025-12-13T03:09:20.871Z INFO @wdio/browserstack-service trackHookEvents: hook state=TestFrameworkState.INIT_TEST.HookState.PRE, hooks started={}, hooks finished={}
120
- 2025-12-13T03:09:20.871Z DEBUG @wdio/browserstack-service trackEvent: tracked instance data={"test_framework_name":"WebdriverIO-mocha","test_framework_version":"9.20.1","test_logs":[],"test_hooks_finished":{},"test_hooks_started":{},"test_uuid":"af416586-a4f8-4c95-a89d-db0024b92589","test_result":"pending","test_hook_last_started":"TestFrameworkState.INIT_TEST"}
121
- 2025-12-13T03:09:20.871Z INFO @wdio/browserstack-service runHooks: instance=[object Object] automationFrameworkState=TestFrameworkState.INIT_TEST hookState=HookState.PRE
122
- 2025-12-13T03:09:20.872Z DEBUG @wdio/browserstack-service onAllTestEvents: Called after all test events from cli configured module!!!
123
- 2025-12-13T03:09:20.873Z INFO @wdio/browserstack-service trackEvent: testFrameworkState=TestFrameworkState.TEST hookState=HookState.PRE
124
- 2025-12-13T03:09:20.873Z INFO @wdio/browserstack-service trackEvent: testFrameworkState=TestFrameworkState.TEST; hookState=HookState.PRE; args=[object Object]
125
- 2025-12-13T03:09:20.873Z INFO @wdio/browserstack-service resolveInstance: resolving instance for testFrameworkState=TestFrameworkState.TEST hookState=HookState.PRE
126
- 2025-12-13T03:09:20.875Z INFO @wdio/browserstack-service trackEvent: instanceData={"test_framework_name":"WebdriverIO-mocha","test_framework_version":"9.20.1","test_logs":[],"test_hooks_finished":{},"test_hooks_started":{},"test_uuid":"af416586-a4f8-4c95-a89d-db0024b92589","test_result":"pending","test_hook_last_started":"TestFrameworkState.INIT_TEST"}
127
- 2025-12-13T03:09:20.878Z INFO @wdio/browserstack-service Hook Started in PRE key = TestFrameworkState.TEST & hook = {"key":"TestFrameworkState.TEST","hook_id":"","hook_result":"pending","event_started_at":"2025-12-13T03:09:20.878Z","hook_logs":[],"hook_name":"can check tunnel working","test_file_path":"SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","test_location":"../SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js"}
128
- 2025-12-13T03:09:20.878Z INFO @wdio/browserstack-service trackHookEvents: hook state=TestFrameworkState.TEST.HookState.PRE, hooks started={}, hooks finished={}
129
- 2025-12-13T03:09:20.878Z DEBUG @wdio/browserstack-service trackEvent: tracked instance data={"test_framework_name":"WebdriverIO-mocha","test_framework_version":"9.20.1","test_logs":[],"test_hooks_finished":{},"test_hooks_started":{},"test_uuid":"af416586-a4f8-4c95-a89d-db0024b92589","test_result":"pending","test_hook_last_started":"TestFrameworkState.TEST","test_id":"BrowserStack Local Testing - can check tunnel working","test_name":"can check tunnel working","test_code":"async () => {\n var searchSelector = await $('android=new UiSelector().resourceId(\"com.example.android.basicnetworking:id/test_action\")');\n await searchSelector.waitForDisplayed({ timeout: 30000 });\n await searchSelector.click();\n\n var insertTextSelector = await $(`android.widget.TextView`);\n await insertTextSelector.waitForDisplayed({ timeout: 30000 });\n\n var testElement = null;\n\n try {\n var textElement = await $('android=new UiSelector().textContains(\"active connection is\")');\n await textElement.waitForDisplayed({ timeout: 30000 });\n testElement = textElement;\n }\n catch {\n var screenshotPath = path.resolve(__dirname, 'screenshot.png');\n await browser.saveScreenshot(screenshotPath);\n console.log('Screenshot stored at ' + screenshotPath);\n throw new Error('Cannot find the needed TextView element from app');\n }\n\n var matchedString = await testElement.getText();\n console.log(matchedString);\n assert(matchedString.indexOf('The active connection is wifi') !== -1);\n assert(matchedString.indexOf('Up and running') !== -1);\n }","test_file_path":"SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","test_location":"../SAMPLE_BS_LOCAL_PROJECT/android/examples/run-local-test/specs/local_test.js","test_scope":"BrowserStack Local Testing - can check tunnel working","test_scopes":["BrowserStack Local Testing"],"test_started_at":"2025-12-13T03:09:20.876Z"}
130
- 2025-12-13T03:09:20.878Z INFO @wdio/browserstack-service runHooks: instance=[object Object] automationFrameworkState=TestFrameworkState.TEST hookState=HookState.PRE
131
- 2025-12-13T03:09:20.878Z INFO @wdio/browserstack-service onbeforeTest: inside automate module before test hook!
132
- 2025-12-13T03:09:20.883Z DEBUG @wdio/browserstack-service getTrackedInstance: 35528:0
133
- 2025-12-13T03:09:20.883Z DEBUG @wdio/browserstack-service onBeforeTest: Called after test hook from cli configured module!!!
134
- 2025-12-13T03:09:20.883Z DEBUG @wdio/browserstack-service getTrackedInstance: 35528:0
135
- 2025-12-13T03:09:20.884Z DEBUG @wdio/browserstack-service sendTestSessionEvent: Called
136
- 2025-12-13T03:09:20.884Z DEBUG @wdio/browserstack-service sendTestSessionEvent: setup
137
- 2025-12-13T03:09:20.885Z DEBUG @wdio/browserstack-service sendTestSessionEvent: instance iteration [{"frameworkName":"WebdriverIO","frameworkVersion":{"WebdriverIO":"9.20.1"},"state":{"value":1}}]
138
- 2025-12-13T03:09:20.885Z DEBUG @wdio/browserstack-service sendTestSessionEvent: automationSession: {"provider":"browserstack","ref":"3ac875e1fa373866b9a9229e08656245ce21c8ae3686e503826f7cde9b7fe099","hubUrl":"https://hub-apse.browserstack.com/wd/hub","frameworkSessionId":"63a4a1471a95c90075bcb99a432f3143c87e0629","frameworkName":"WebdriverIO","frameworkVersion":{"WebdriverIO":"9.20.1"}}
139
- 2025-12-13T03:09:20.885Z DEBUG @wdio/browserstack-service sendTestSessionEvent payload: {"testFrameworkName":"WebdriverIO-mocha","testFrameworkVersion":"9.20.1","testFrameworkState":"TEST","testHookState":"PRE","testUuid":"af416586-a4f8-4c95-a89d-db0024b92589","executionContext":{"threadId":"0","processId":"35528"},"automationSessions":[{"provider":"browserstack","ref":"3ac875e1fa373866b9a9229e08656245ce21c8ae3686e503826f7cde9b7fe099","hubUrl":"https://hub-apse.browserstack.com/wd/hub","frameworkSessionId":"63a4a1471a95c90075bcb99a432f3143c87e0629","frameworkName":"WebdriverIO","frameworkVersion":{"WebdriverIO":"9.20.1"}}],"platformIndex":0,"capabilities":{"0":123,"1":34,"2":112,"3":108,"4":97,"5":116,"6":102,"7":111,"8":114,"9":109,"10":34,"11":58,"12":34,"13":76,"14":73,"15":78,"16":85,"17":88,"18":34,"19":44,"20":34,"21":119,"22":101,"23":98,"24":83,"25":116,"26":111,"27":114,"28":97,"29":103,"30":101,"31":69,"32":110,"33":97,"34":98,"35":108,"36":101,"37":100,"38":34,"39":58,"40":102,"41":97,"42":108,"43":115,"44":101,"45":44,"46":34,"47":116,"48":97,"49":107,"50":101,"51":115,"52":83,"53":99,"54":114,"55":101,"56":101,"57":110,"58":115,"59":104,"60":111,"61":116,"62":34,"63":58,"64":116,"65":114,"66":117,"67":101,"68":44,"69":34,"70":106,"71":97,"72":118,"73":97,"74":115,"75":99,"76":114,"77":105,"78":112,"79":116,"80":69,"81":110,"82":97,"83":98,"84":108,"85":101,"86":100,"87":34,"88":58,"89":116,"90":114,"91":117,"92":101,"93":44,"94":34,"95":100,"96":97,"97":116,"98":97,"99":98,"100":97,"101":115,"102":101,"103":69,"104":110,"105":97,"106":98,"107":108,"108":101,"109":100,"110":34,"111":58,"112":102,"113":97,"114":108,"115":115,"116":101,"117":44,"118":34,"119":110,"120":101,"121":116,"122":119,"123":111,"124":114,"125":107,"126":67,"127":111,"128":110,"129":110,"130":101,"131":99,"132":116,"133":105,"134":111,"135":110,"136":69,"137":110,"138":97,"139":98,"140":108,"141":101,"142":100,"143":34,"144":58,"145":116,"146":114,"147":117,"148":101,"149":44,"150":34,"151":108,"152":111,"153":99,"154":97,"155":116,"156":105,"157":111,"158":110,"159":67,"160":111,"161":110,"162":116,"163":101,"164":120,"165":116,"166":69,"167":110,"168":97,"169":98,"170":108,"171":101,"172":100,"173":34,"174":58,"175":102,"176":97,"177":108,"178":115,"179":101,"180":44,"181":34,"182":119,"183":97,"184":114,"185":110,"186":105,"187":110,"188":103,"189":115,"190":34,"191":58,"192":123,"193":125,"194":44,"195":34,"196":100,"197":101,"198":115,"199":105,"200":114,"201":101,"202":100,"203":34,"204":58,"205":123,"206":34,"207":112,"208":108,"209":97,"210":116,"211":102,"212":111,"213":114,"214":109,"215":78,"216":97,"217":109,"218":101,"219":34,"220":58,"221":34,"222":65,"223":110,"224":100,"225":114,"226":111,"227":105,"228":100,"229":34,"230":44,"231":34,"232":98,"233":115,"234":116,"235":97,"236":99,"237":107,"238":58,"239":111,"240":112,"241":116,"242":105,"243":111,"244":110,"245":115,"246":34,"247":58,"248":123,"249":34,"250":104,"251":111,"252":115,"253":116,"254":78,"255":97,"256":109,"257":101,"258":34,"259":58,"260":34,"261":83,"262":117,"263":98,"264":104,"265":114,"266":97,"267":115,"268":45,"269":77,"270":97,"271":99,"272":66,"273":111,"274":111,"275":107,"276":45,"277":80,"278":114,"279":111,"280":46,"281":108,"282":111,"283":99,"284":97,"285":108,"286":34,"287":44,"288":34,"289":98,"290":117,"291":105,"292":108,"293":100,"294":73,"295":100,"296":101,"297":110,"298":116,"299":105,"300":102,"301":105,"302":101,"303":114,"304":34,"305":58,"306":34,"307":53,"308":53,"309":34,"310":125,"311":44,"312":34,"313":103,"314":111,"315":111,"316":103,"317":58,"318":99,"319":104,"320":114,"321":111,"322":109,"323":101,"324":79,"325":112,"326":116,"327":105,"328":111,"329":110,"330":115,"331":34,"332":58,"333":123,"334":125,"335":44,"336":34,"337":110,"338":101,"339":119,"340":67,"341":111,"342":109,"343":109,"344":97,"345":110,"346":100,"347":84,"348":105,"349":109,"350":101,"351":111,"352":117,"353":116,"354":34,"355":58,"356":48,"357":44,"358":34,"359":100,"360":101,"361":118,"362":105,"363":99,"364":101,"365":78,"366":97,"367":109,"368":101,"369":34,"370":58,"371":34,"372":65,"373":110,"374":100,"375":114,"376":111,"377":105,"378":100,"379":34,"380":44,"381":34,"382":99,"383":104,"384":114,"385":111,"386":109,"387":101,"388":100,"389":114,"390":105,"391":118,"392":101,"393":114,"394":80,"395":111,"396":114,"397":116,"398":115,"399":34,"400":58,"401":91,"402":91,"403":49,"404":56,"405":49,"406":49,"407":49,"408":44,"409":49,"410":56,"411":49,"412":50,"413":49,"414":93,"415":93,"416":44,"417":34,"418":97,"419":117,"420":116,"421":111,"422":109,"423":97,"424":116,"425":105,"426":111,"427":110,"428":78,"429":97,"430":109,"431":101,"432":34,"433":58,"434":34,"435":117,"436":105,"437":97,"438":117,"439":116,"440":111,"441":109,"442":97,"443":116,"444":111,"445":114,"446":50,"447":34,"448":44,"449":34,"450":115,"451":121,"452":115,"453":116,"454":101,"455":109,"456":80,"457":111,"458":114,"459":116,"460":34,"461":58,"462":56,"463":50,"464":48,"465":49,"466":44,"467":34,"468":97,"469":117,"470":116,"471":111,"472":87,"473":101,"474":98,"475":118,"476":105,"477":101,"478":119,"479":34,"480":58,"481":102,"482":97,"483":108,"484":115,"485":101,"486":44,"487":34,"488":98,"489":117,"490":110,"491":100,"492":108,"493":101,"494":73,"495":68,"496":34,"497":58,"498":34,"499":99,"500":111,"501":109,"502":46,"503":121,"504":116,"505":108,"506":99,"507":111,"508":109,"509":109,"510":115,"511":46,"512":121,"513":109,"514":99,"515":97,"516":34,"517":44,"518":34,"519":98,"520":117,"521":110,"522":100,"523":108,"524":101,"525":73,"526":100,"527":34,"528":58,"529":34,"530":99,"531":111,"532":109,"533":46,"534":121,"535":116,"536":108,"537":99,"538":111,"539":109,"540":109,"541":115,"542":46,"543":121,"544":109,"545":99,"546":97,"547":34,"548":44,"549":34,"550":115,"551":107,"552":105,"553":112,"554":83,"555":101,"556":114,"557":118,"558":101,"559":114,"560":73,"561":110,"562":115,"563":116,"564":97,"565":108,"566":108,"567":97,"568":116,"569":105,"570":111,"571":110,"572":34,"573":58,"574":116,"575":114,"576":117,"577":101,"578":44,"579":34,"580":117,"581":100,"582":105,"583":100,"584":34,"585":58,"586":34,"587":82,"588":51,"589":67,"590":84,"591":51,"592":48,"593":52,"594":77,"595":75,"596":75,"597":78,"598":34,"599":44,"600":34,"601":97,"602":112,"603":112,"604":80,"605":97,"606":99,"607":107,"608":97,"609":103,"610":101,"611":34,"612":58,"613":34,"614":99,"615":111,"616":109,"617":46,"618":121,"619":116,"620":108,"621":99,"622":111,"623":109,"624":109,"625":115,"626":46,"627":121,"628":109,"629":99,"630":97,"631":34,"632":44,"633":34,"634":97,"635":112,"636":112,"637":65,"638":99,"639":116,"640":105,"641":118,"642":105,"643":116,"644":121,"645":34,"646":58,"647":34,"648":99,"649":111,"650":109,"651":46,"652":121,"653":116,"654":108,"655":99,"656":111,"657":109,"658":109,"659":115,"660":46,"661":121,"662":109,"663":99,"664":97,"665":46,"666":97,"667":99,"668":116,"669":105,"670":118,"671":105,"672":116,"673":105,"674":101,"675":115,"676":46,"677":108,"678":111,"679":103,"680":105,"681":110,"682":46,"683":115,"684":112,"685":108,"686":97,"687":115,"688":104,"689":46,"690":83,"691":112,"692":108,"693":97,"694":115,"695":104,"696":83,"697":99,"698":114,"699":101,"700":101,"701":110,"702":34,"703":44,"704":34,"705":110,"706":97,"707":116,"708":105,"709":118,"710":101,"711":87,"712":101,"713":98,"714":83,"715":99,"716":114,"717":101,"718":101,"719":110,"720":115,"721":104,"722":111,"723":116,"724":34,"725":58,"726":116,"727":114,"728":117,"729":101,"730":44,"731":34,"732":100,"733":105,"734":115,"735":97,"736":98,"737":108,"738":101,"739":83,"740":117,"741":112,"742":112,"743":114,"744":101,"745":115,"746":115,"747":65,"748":99,"749":99,"750":101,"751":115,"752":115,"753":105,"754":98,"755":105,"756":108,"757":105,"758":116,"759":121,"760":83,"761":101,"762":114,"763":118,"764":105,"765":99,"766":101,"767":34,"768":58,"769":116,"770":114,"771":117,"772":101,"773":125,"774":44,"775":34,"776":112,"777":108,"778":97,"779":116,"780":102,"781":111,"782":114,"783":109,"784":78,"785":97,"786":109,"787":101,"788":34,"789":58,"790":34,"791":65,"792":110,"793":100,"794":114,"795":111,"796":105,"797":100,"798":34,"799":44,"800":34,"801":98,"802":115,"803":116,"804":97,"805":99,"806":107,"807":58,"808":111,"809":112,"810":116,"811":105,"812":111,"813":110,"814":115,"815":34,"816":58,"817":123,"818":34,"819":104,"820":111,"821":115,"822":116,"823":78,"824":97,"825":109,"826":101,"827":34,"828":58,"829":34,"830":83,"831":117,"832":98,"833":104,"834":114,"835":97,"836":115,"837":45,"838":77,"839":97,"840":99,"841":66,"842":111,"843":111,"844":107,"845":45,"846":80,"847":114,"848":111,"849":46,"850":108,"851":111,"852":99,"853":97,"854":108,"855":34,"856":44,"857":34,"858":98,"859":117,"860":105,"861":108,"862":100,"863":73,"864":100,"865":101,"866":110,"867":116,"868":105,"869":102,"870":105,"871":101,"872":114,"873":34,"874":58,"875":34,"876":53,"877":53,"878":34,"879":125,"880":44,"881":34,"882":103,"883":111,"884":111,"885":103,"886":58,"887":99,"888":104,"889":114,"890":111,"891":109,"892":101,"893":79,"894":112,"895":116,"896":105,"897":111,"898":110,"899":115,"900":34,"901":58,"902":123,"903":125,"904":44,"905":34,"906":110,"907":101,"908":119,"909":67,"910":111,"911":109,"912":109,"913":97,"914":110,"915":100,"916":84,"917":105,"918":109,"919":101,"920":111,"921":117,"922":116,"923":34,"924":58,"925":48,"926":44,"927":34,"928":100,"929":101,"930":118,"931":105,"932":99,"933":101,"934":78,"935":97,"936":109,"937":101,"938":34,"939":58,"940":34,"941":82,"942":51,"943":67,"944":84,"945":51,"946":48,"947":52,"948":77,"949":75,"950":75,"951":78,"952":34,"953":44,"954":34,"955":99,"956":104,"957":114,"958":111,"959":109,"960":101,"961":100,"962":114,"963":105,"964":118,"965":101,"966":114,"967":80,"968":111,"969":114,"970":116,"971":115,"972":34,"973":58,"974":91,"975":91,"976":49,"977":56,"978":49,"979":49,"980":49,"981":44,"982":49,"983":56,"984":49,"985":50,"986":49,"987":93,"988":93,"989":44,"990":34,"991":97,"992":117,"993":116,"994":111,"995":109,"996":97,"997":116,"998":105,"999":111,"1000":110,"1001":78,"1002":97,"1003":109,"1004":101,"1005":34,"1006":58,"1007":34,"1008":117,"1009":105,"1010":97,"1011":117,"1012":116,"1013":111,"1014":109,"1015":97,"1016":116,"1017":111,"1018":114,"1019":50,"1020":34,"1021":44,"1022":34,"1023":115,"1024":121,"1025":115,"1026":116,"1027":101,"1028":109,"1029":80,"1030":111,"1031":114,"1032":116,"1033":34,"1034":58,"1035":56,"1036":50,"1037":48,"1038":49,"1039":44,"1040":34,"1041":97,"1042":117,"1043":116,"1044":111,"1045":87,"1046":101,"1047":98,"1048":118,"1049":105,"1050":101,"1051":119,"1052":34,"1053":58,"1054":102,"1055":97,"1056":108,"1057":115,"1058":101,"1059":44,"1060":34,"1061":98,"1062":117,"1063":110,"1064":100,"1065":108,"1066":101,"1067":73,"1068":68,"1069":34,"1070":58,"1071":34,"1072":99,"1073":111,"1074":109,"1075":46,"1076":121,"1077":116,"1078":108,"1079":99,"1080":111,"1081":109,"1082":109,"1083":115,"1084":46,"1085":121,"1086":109,"1087":99,"1088":97,"1089":34,"1090":44,"1091":34,"1092":98,"1093":117,"1094":110,"1095":100,"1096":108,"1097":101,"1098":73,"1099":100,"1100":34,"1101":58,"1102":34,"1103":99,"1104":111,"1105":109,"1106":46,"1107":121,"1108":116,"1109":108,"1110":99,"1111":111,"1112":109,"1113":109,"1114":115,"1115":46,"1116":121,"1117":109,"1118":99,"1119":97,"1120":34,"1121":44,"1122":34,"1123":115,"1124":107,"1125":105,"1126":112,"1127":83,"1128":101,"1129":114,"1130":118,"1131":101,"1132":114,"1133":73,"1134":110,"1135":115,"1136":116,"1137":97,"1138":108,"1139":108,"1140":97,"1141":116,"1142":105,"1143":111,"1144":110,"1145":34,"1146":58,"1147":116,"1148":114,"1149":117,"1150":101,"1151":44,"1152":34,"1153":117,"1154":100,"1155":105,"1156":100,"1157":34,"1158":58,"1159":34,"1160":82,"1161":51,"1162":67,"1163":84,"1164":51,"1165":48,"1166":52,"1167":77,"1168":75,"1169":75,"1170":78,"1171":34,"1172":44,"1173":34,"1174":97,"1175":112,"1176":112,"1177":80,"1178":97,"1179":99,"1180":107,"1181":97,"1182":103,"1183":101,"1184":34,"1185":58,"1186":34,"1187":99,"1188":111,"1189":109,"1190":46,"1191":121,"1192":116,"1193":108,"1194":99,"1195":111,"1196":109,"1197":109,"1198":115,"1199":46,"1200":121,"1201":109,"1202":99,"1203":97,"1204":34,"1205":44,"1206":34,"1207":97,"1208":112,"1209":112,"1210":65,"1211":99,"1212":116,"1213":105,"1214":118,"1215":105,"1216":116,"1217":121,"1218":34,"1219":58,"1220":34,"1221":99,"1222":111,"1223":109,"1224":46,"1225":121,"1226":116,"1227":108,"1228":99,"1229":111,"1230":109,"1231":109,"1232":115,"1233":46,"1234":121,"1235":109,"1236":99,"1237":97,"1238":46,"1239":97,"1240":99,"1241":116,"1242":105,"1243":118,"1244":105,"1245":116,"1246":105,"1247":101,"1248":115,"1249":46,"1250":108,"1251":111,"1252":103,"1253":105,"1254":110,"1255":46,"1256":115,"1257":112,"1258":108,"1259":97,"1260":115,"1261":104,"1262":46,"1263":83,"1264":112,"1265":108,"1266":97,"1267":115,"1268":104,"1269":83,"1270":99,"1271":114,"1272":101,"1273":101,"1274":110,"1275":34,"1276":44,"1277":34,"1278":110,"1279":97,"1280":116,"1281":105,"1282":118,"1283":101,"1284":87,"1285":101,"1286":98,"1287":83,"1288":99,"1289":114,"1290":101,"1291":101,"1292":110,"1293":115,"1294":104,"1295":111,"1296":116,"1297":34,"1298":58,"1299":116,"1300":114,"1301":117,"1302":101,"1303":44,"1304":34,"1305":100,"1306":105,"1307":115,"1308":97,"1309":98,"1310":108,"1311":101,"1312":83,"1313":117,"1314":112,"1315":112,"1316":114,"1317":101,"1318":115,"1319":115,"1320":65,"1321":99,"1322":99,"1323":101,"1324":115,"1325":115,"1326":105,"1327":98,"1328":105,"1329":108,"1330":105,"1331":116,"1332":121,"1333":83,"1334":101,"1335":114,"1336":118,"1337":105,"1338":99,"1339":101,"1340":34,"1341":58,"1342":116,"1343":114,"1344":117,"1345":101,"1346":44,"1347":34,"1348":100,"1349":101,"1350":118,"1351":105,"1352":99,"1353":101,"1354":85,"1355":68,"1356":73,"1357":68,"1358":34,"1359":58,"1360":34,"1361":82,"1362":51,"1363":67,"1364":84,"1365":51,"1366":48,"1367":52,"1368":77,"1369":75,"1370":75,"1371":78,"1372":34,"1373":44,"1374":34,"1375":100,"1376":101,"1377":118,"1378":105,"1379":99,"1380":101,"1381":65,"1382":112,"1383":105,"1384":76,"1385":101,"1386":118,"1387":101,"1388":108,"1389":34,"1390":58,"1391":51,"1392":49,"1393":44,"1394":34,"1395":112,"1396":108,"1397":97,"1398":116,"1399":102,"1400":111,"1401":114,"1402":109,"1403":86,"1404":101,"1405":114,"1406":115,"1407":105,"1408":111,"1409":110,"1410":34,"1411":58,"1412":34,"1413":49,"1414":50,"1415":34,"1416":44,"1417":34,"1418":100,"1419":101,"1420":118,"1421":105,"1422":99,"1423":101,"1424":83,"1425":99,"1426":114,"1427":101,"1428":101,"1429":110,"1430":83,"1431":105,"1432":122,"1433":101,"1434":34,"1435":58,"1436":34,"1437":49,"1438":48,"1439":56,"1440":48,"1441":120,"1442":50,"1443":51,"1444":49,"1445":54,"1446":34,"1447":44,"1448":34,"1449":100,"1450":101,"1451":118,"1452":105,"1453":99,"1454":101,"1455":83,"1456":99,"1457":114,"1458":101,"1459":101,"1460":110,"1461":68,"1462":101,"1463":110,"1464":115,"1465":105,"1466":116,"1467":121,"1468":34,"1469":58,"1470":52,"1471":53,"1472":48,"1473":44,"1474":34,"1475":100,"1476":101,"1477":118,"1478":105,"1479":99,"1480":101,"1481":77,"1482":111,"1483":100,"1484":101,"1485":108,"1486":34,"1487":58,"1488":34,"1489":83,"1490":77,"1491":45,"1492":83,"1493":57,"1494":48,"1495":56,"1496":66,"1497":34,"1498":44,"1499":34,"1500":100,"1501":101,"1502":118,"1503":105,"1504":99,"1505":101,"1506":77,"1507":97,"1508":110,"1509":117,"1510":102,"1511":97,"1512":99,"1513":116,"1514":117,"1515":114,"1516":101,"1517":114,"1518":34,"1519":58,"1520":34,"1521":115,"1522":97,"1523":109,"1524":115,"1525":117,"1526":110,"1527":103,"1528":34,"1529":44,"1530":34,"1531":112,"1532":105,"1533":120,"1534":101,"1535":108,"1536":82,"1537":97,"1538":116,"1539":105,"1540":111,"1541":34,"1542":58,"1543":50,"1544":46,"1545":56,"1546":49,"1547":50,"1548":53,"1549":44,"1550":34,"1551":115,"1552":116,"1553":97,"1554":116,"1555":66,"1556":97,"1557":114,"1558":72,"1559":101,"1560":105,"1561":103,"1562":104,"1563":116,"1564":34,"1565":58,"1566":55,"1567":53,"1568":44,"1569":34,"1570":118,"1571":105,"1572":101,"1573":119,"1574":112,"1575":111,"1576":114,"1577":116,"1578":82,"1579":101,"1580":99,"1581":116,"1582":34,"1583":58,"1584":123,"1585":34,"1586":108,"1587":101,"1588":102,"1589":116,"1590":34,"1591":58,"1592":48,"1593":44,"1594":34,"1595":116,"1596":111,"1597":112,"1598":34,"1599":58,"1600":55,"1601":53,"1602":44,"1603":34,"1604":119,"1605":105,"1606":100,"1607":116,"1608":104,"1609":34,"1610":58,"1611":49,"1612":48,"1613":56,"1614":48,"1615":44,"1616":34,"1617":104,"1618":101,"1619":105,"1620":103,"1621":104,"1622":116,"1623":34,"1624":58,"1625":50,"1626":48,"1627":51,"1628":49,"1629":125,"1630":125}}
140
- 2025-12-13T03:09:20.886Z INFO @wdio/browserstack-service Sending TestSessionEvent
141
- 2025-12-13T03:09:20.888Z DEBUG @wdio/browserstack-service onAllTestEvents: Called after all test events from cli configured module!!!
142
- 2025-12-13T03:09:20.889Z DEBUG @wdio/browserstack-service sendTestFrameworkEvent for testState: TEST hookState: PRE
143
- 2025-12-13T03:09:20.890Z DEBUG @wdio/browserstack-service sendTestFrameworkEvent payload: {"platformIndex":0,"testFrameworkName":"WebdriverIO-mocha","testFrameworkVersion":"9.20.1","testFrameworkState":"TEST","testHookState":"PRE","startedAt":"2025-12-13T03:09:20.876Z","endedAt":"","uuid":"af416586-a4f8-4c95-a89d-db0024b92589","eventJson":{"type":"Buffer","data":[123,34,116,101,115,116,95,102,114,97,109,101,119,111,114,107,95,110,97,109,101,34,58,34,87,101,98,100,114,105,118,101,114,73,79,45,109,111,99,104,97,34,44,34,116,101,115,116,95,102,114,97,109,101,119,111,114,107,95,118,101,114,115,105,111,110,34,58,34,57,46,50,48,46,49,34,44,34,116,101,115,116,95,108,111,103,115,34,58,91,93,44,34,116,101,115,116,95,104,111,111,107,115,95,102,105,110,105,115,104,101,100,34,58,123,125,44,34,116,101,115,116,95,104,111,111,107,115,95,115,116,97,114,116,101,100,34,58,123,125,44,34,116,101,115,116,95,117,117,105,100,34,58,34,97,102,52,49,54,53,56,54,45,97,52,102,56,45,52,99,57,53,45,97,56,57,100,45,100,98,48,48,50,52,98,57,50,53,56,57,34,44,34,116,101,115,116,95,114,101,115,117,108,116,34,58,34,112,101,110,100,105,110,103,34,44,34,116,101,115,116,95,104,111,111,107,95,108,97,115,116,95,115,116,97,114,116,101,100,34,58,34,84,101,115,116,70,114,97,109,101,119,111,114,107,83,116,97,116,101,46,84,69,83,84,34,44,34,116,101,115,116,95,105,100,34,58,34,66,114,111,119,115,101,114,83,116,97,99,107,32,76,111,99,97,108,32,84,101,115,116,105,110,103,32,45,32,99,97,110,32,99,104,101,99,107,32,116,117,110,110,101,108,32,119,111,114,107,105,110,103,34,44,34,116,101,115,116,95,110,97,109,101,34,58,34,99,97,110,32,99,104,101,99,107,32,116,117,110,110,101,108,32,119,111,114,107,105,110,103,34,44,34,116,101,115,116,95,99,111,100,101,34,58,34,97,115,121,110,99,32,40,41,32,61,62,32,123,92,110,32,32,32,32,118,97,114,32,115,101,97,114,99,104,83,101,108,101,99,116,111,114,32,61,32,97,119,97,105,116,32,36,40,39,97,110,100,114,111,105,100,61,110,101,119,32,85,105,83,101,108,101,99,116,111,114,40,41,46,114,101,115,111,117,114,99,101,73,100,40,92,34,99,111,109,46,101,120,97,109,112,108,101,46,97,110,100,114,111,105,100,46,98,97,115,105,99,110,101,116,119,111,114,107,105,110,103,58,105,100,47,116,101,115,116,95,97,99,116,105,111,110,92,34,41,39,41,59,92,110,32,32,32,32,97,119,97,105,116,32,115,101,97,114,99,104,83,101,108,101,99,116,111,114,46,119,97,105,116,70,111,114,68,105,115,112,108,97,121,101,100,40,123,32,116,105,109,101,111,117,116,58,32,51,48,48,48,48,32,125,41,59,92,110,32,32,32,32,97,119,97,105,116,32,115,101,97,114,99,104,83,101,108,101,99,116,111,114,46,99,108,105,99,107,40,41,59,92,110,92,110,32,32,32,32,118,97,114,32,105,110,115,101,114,116,84,101,120,116,83,101,108,101,99,116,111,114,32,61,32,97,119,97,105,116,32,36,40,96,97,110,100,114,111,105,100,46,119,105,100,103,101,116,46,84,101,120,116,86,105,101,119,96,41,59,92,110,32,32,32,32,97,119,97,105,116,32,105,110,115,101,114,116,84,101,120,116,83,101,108,101,99,116,111,114,46,119,97,105,116,70,111,114,68,105,115,112,108,97,121,101,100,40,123,32,116,105,109,101,111,117,116,58,32,51,48,48,48,48,32,125,41,59,92,110,92,110,32,32,32,32,118,97,114,32,116,101,115,116,69,108,101,109,101,110,116,32,61,32,110,117,108,108,59,92,110,92,110,32,32,32,32,116,114,121,32,123,92,110,32,32,32,32,32,32,118,97,114,32,116,101,120,116,69,108,101,109,101,110,116,32,61,32,97,119,97,105,116,32,36,40,39,97,110,100,114,111,105,100,61,110,101,119,32,85,105,83,101,108,101,99,116,111,114,40,41,46,116,101,120,116,67,111,110,116,97,105,110,115,40,92,34,97,99,116,105,118,101,32,99,111,110,110,101,99,116,105,111,110,32,105,115,92,34,41,39,41,59,92,110,32,32,32,32,32,32,97,119,97,105,116,32,116,101,120,116,69,108,101,109,101,110,116,46,119,97,105,116,70,111,114,68,105,115,112,108,97,121,101,100,40,123,32,116,105,109,101,111,117,116,58,32,51,48,48,48,48,32,125,41,59,92,110,32,32,32,32,32,32,116,101,115,116,69,108,101,109,101,110,116,32,61,32,116,101,120,116,69,108,101,109,101,110,116,59,92,110,32,32,32,32,125,92,110,32,32,32,32,99,97,116,99,104,32,123,92,110,32,32,32,32,32,32,118,97,114,32,115,99,114,101,101,110,115,104,111,116,80,97,116,104,32,61,32,112,97,116,104,46,114,101,115,111,108,118,101,40,95,95,100,105,114,110,97,109,101,44,32,39,115,99,114,101,101,110,115,104,111,116,46,112,110,103,39,41,59,92,110,32,32,32,32,32,32,97,119,97,105,116,32,98,114,111,119,115,101,114,46,115,97,118,101,83,99,114,101,101,110,115,104,111,116,40,115,99,114,101,101,110,115,104,111,116,80,97,116,104,41,59,92,110,32,32,32,32,32,32,99,111,110,115,111,108,101,46,108,111,103,40,39,83,99,114,101,101,110,115,104,111,116,32,115,116,111,114,101,100,32,97,116,32,39,32,43,32,115,99,114,101,101,110,115,104,111,116,80,97,116,104,41,59,92,110,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,39,67,97,110,110,111,116,32,102,105,110,100,32,116,104,101,32,110,101,101,100,101,100,32,84,101,120,116,86,105,101,119,32,101,108,101,109,101,110,116,32,102,114,111,109,32,97,112,112,39,41,59,92,110,32,32,32,32,125,92,110,92,110,32,32,32,32,118,97,114,32,109,97,116,99,104,101,100,83,116,114,105,110,103,32,61,32,97,119,97,105,116,32,116,101,115,116,69,108,101,109,101,110,116,46,103,101,116,84,101,120,116,40,41,59,92,110,32,32,32,32,99,111,110,115,111,108,101,46,108,111,103,40,109,97,116,99,104,101,100,83,116,114,105,110,103,41,59,92,110,32,32,32,32,97,115,115,101,114,116,40,109,97,116,99,104,101,100,83,116,114,105,110,103,46,105,110,100,101,120,79,102,40,39,84,104,101,32,97,99,116,105,118,101,32,99,111,110,110,101,99,116,105,111,110,32,105,115,32,119,105,102,105,39,41,32,33,61,61,32,45,49,41,59,92,110,32,32,32,32,97,115,115,101,114,116,40,109,97,116,99,104,101,100,83,116,114,105,110,103,46,105,110,100,101,120,79,102,40,39,85,112,32,97,110,100,32,114,117,110,110,105,110,103,39,41,32,33,61,61,32,45,49,41,59,92,110,32,32,125,34,44,34,116,101,115,116,95,102,105,108,101,95,112,97,116,104,34,58,34,83,65,77,80,76,69,95,66,83,95,76,79,67,65,76,95,80,82,79,74,69,67,84,47,97,110,100,114,111,105,100,47,101,120,97,109,112,108,101,115,47,114,117,110,45,108,111,99,97,108,45,116,101,115,116,47,115,112,101,99,115,47,108,111,99,97,108,95,116,101,115,116,46,106,115,34,44,34,116,101,115,116,95,108,111,99,97,116,105,111,110,34,58,34,46,46,47,83,65,77,80,76,69,95,66,83,95,76,79,67,65,76,95,80,82,79,74,69,67,84,47,97,110,100,114,111,105,100,47,101,120,97,109,112,108,101,115,47,114,117,110,45,108,111,99,97,108,45,116,101,115,116,47,115,112,101,99,115,47,108,111,99,97,108,95,116,101,115,116,46,106,115,34,44,34,116,101,115,116,95,115,99,111,112,101,34,58,34,66,114,111,119,115,101,114,83,116,97,99,107,32,76,111,99,97,108,32,84,101,115,116,105,110,103,32,45,32,99,97,110,32,99,104,101,99,107,32,116,117,110,110,101,108,32,119,111,114,107,105,110,103,34,44,34,116,101,115,116,95,115,99,111,112,101,115,34,58,91,34,66,114,111,119,115,101,114,83,116,97,99,107,32,76,111,99,97,108,32,84,101,115,116,105,110,103,34,93,44,34,116,101,115,116,95,115,116,97,114,116,101,100,95,97,116,34,58,34,50,48,50,53,45,49,50,45,49,51,84,48,51,58,48,57,58,50,48,46,56,55,54,90,34,44,34,97,117,116,111,109,97,116,101,95,115,101,115,115,105,111,110,95,110,97,109,101,34,58,34,66,114,111,119,115,101,114,83,116,97,99,107,32,76,111,99,97,108,32,84,101,115,116,105,110,103,32,45,32,99,97,110,32,99,104,101,99,107,32,116,117,110,110,101,108,32,119,111,114,107,105,110,103,34,125]},"executionContext":{"hash":"3ac875e1fa373866b9a9229e08656245ce21c8ae3686e503826f7cde9b7fe099","threadId":"0","processId":"35528"}}
144
- 2025-12-13T03:09:20.890Z INFO @wdio/browserstack-service Sending TestFrameworkEvent
145
- 2025-12-13T03:09:20.942Z INFO @wdio/browserstack-service testSessionEvent successful
146
- 2025-12-13T03:09:20.943Z DEBUG @wdio/browserstack-service sendTestSessionEvent complete for testState: TEST hookState: PRE
147
- 2025-12-13T03:09:20.943Z INFO @wdio/browserstack-service testFrameworkEvent successful
148
- 2025-12-13T03:09:20.944Z DEBUG @wdio/browserstack-service sendTestFrameworkEvent complete for testState: TEST hookState: PRE
149
- 2025-12-13T03:09:39.150Z DEBUG @wdio/browserstack-service Handling CLI cleanup in exit handler
150
- 2025-12-13T03:09:39.317Z INFO @wdio/browserstack-service trackEvent: automationFrameworkState=AutomationFrameworkState.EXECUTE hookState=HookState.POST
151
- 2025-12-13T03:09:41.417Z DEBUG @wdio/browserstack-service Successfully uploaded performance events Bravo
package/logs/percy.log DELETED
@@ -1,6 +0,0 @@
1
- 2025-12-13T03:08:46.174Z DEBUG @wdio/browserstack-service Starting percy
2
- 2025-12-13T03:08:49.844Z ERROR @wdio/browserstack-service Unable to fetch percy project token
3
- 2025-12-13T03:08:49.850Z DEBUG @wdio/browserstack-service Error in percy setup Error: Could not start percy, check percy logs for info.
4
- at BrowserstackLauncherService.setupPercy (file:///Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/node_modules/@wdio/browserstack-service/build/index.js:9351:15)
5
- at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
6
- at async BrowserstackLauncherService.onPrepare (file:///Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/wdio_fresh_framework/node_modules/@wdio/browserstack-service/build/index.js:9218:9)