froth-webdriverio-framework 7.0.85 → 7.0.87
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.
- package/froth_configs/browserstack/mobile.config.js +21 -1
- package/froth_configs/commonhook.js +1 -22
- package/log/key-metrics.json +370 -0
- package/log/sdk-cli.log +495 -0
- package/package.json +1 -1
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
|
|
2
2
|
const commonHooks = require('../commonhook');
|
|
3
|
+
|
|
4
|
+
// Parse media once
|
|
5
|
+
let uploadMediaparsed = [];
|
|
6
|
+
|
|
7
|
+
if (process.env.BS_UPLOAD_MEDIA) {
|
|
8
|
+
try {
|
|
9
|
+
// await setAllDetails.setExecutionDetails();
|
|
10
|
+
console.log("inside the uplaod media if", process.env.BS_UPLOAD_MEDIA)
|
|
11
|
+
uploadMediaparsed = process.env.BS_UPLOAD_MEDIA.trim() !== ''
|
|
12
|
+
? process.env.BS_UPLOAD_MEDIA.split(',').map(m => m.trim()) : []
|
|
13
|
+
console.log("parsed uplaod media ", uploadMediaparsed)
|
|
14
|
+
} catch (e) {
|
|
15
|
+
console.error(
|
|
16
|
+
'Invalid BS_UPLOAD_MEDIA JSON. Expected JSON array of media IDs.',
|
|
17
|
+
e.message
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
3
22
|
module.exports = (bsCaps) => {
|
|
4
23
|
const PLATFORM = process.env.PLATFORM || 'browserstack';
|
|
5
24
|
const isBSLocal = PLATFORM === 'browserstacklocal';
|
|
@@ -30,12 +49,13 @@ module.exports = (bsCaps) => {
|
|
|
30
49
|
'bstack:options': {
|
|
31
50
|
// projectName: 'BrowserStack Samples',
|
|
32
51
|
buildName: 'Mobile_Build-',
|
|
33
|
-
|
|
52
|
+
// sessionName: 'Mobile Test',
|
|
34
53
|
deviceName: bsCaps.deviceName || 'Samsung Galaxy S22 Ultra',
|
|
35
54
|
osVersion: bsCaps.platformVersion || '12.0',
|
|
36
55
|
debug: bsCaps.debug,
|
|
37
56
|
networkLogs: bsCaps.networkLogs,
|
|
38
57
|
interactiveDebugging: bsCaps.interactiveDebugging,
|
|
58
|
+
uploadMedia: uploadMediaparsed
|
|
39
59
|
}
|
|
40
60
|
}],
|
|
41
61
|
|
|
@@ -177,30 +177,9 @@ const commonHooks = {
|
|
|
177
177
|
console.log('✅ App & media set in before session');
|
|
178
178
|
|
|
179
179
|
}
|
|
180
|
-
|
|
181
|
-
if (!capabilities['bstack:options']) {
|
|
182
|
-
capabilities['bstack:options'] = {};
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
const bstackOptions = capabilities['bstack:options'];
|
|
186
|
-
|
|
187
|
-
// Example: list of media IDs you want to inject
|
|
188
|
-
// Replace <MEDIA_ID_1>, <MEDIA_ID_2> with your actual BrowserStack media IDs
|
|
189
|
-
const mediaFiles = [
|
|
190
|
-
'media://8440f686585de9b46e1c966ce764703836f918bc',
|
|
191
|
-
'media://2952ee7b9b7f0751624b0d4208d7c00b56d4e49b',
|
|
192
|
-
// Add more if needed
|
|
193
|
-
];
|
|
194
|
-
|
|
195
|
-
// Inject media into capabilities
|
|
196
|
-
bstackOptions.uploadMedia = mediaFiles;
|
|
180
|
+
console.log("Config deatils :" + JSON.stringify(config, null, 2));
|
|
197
181
|
|
|
198
|
-
console.log('Injected BrowserStack media before session:', bstackOptions.uploadMedia);
|
|
199
182
|
|
|
200
|
-
// Always return capabilities (optional in WDIO, but safe)
|
|
201
|
-
return capabilities;
|
|
202
|
-
/** Media upload */
|
|
203
|
-
/** 📦 Media upload (from DB → ENV → capabilities) */
|
|
204
183
|
// if (process.env.MEDIA_FILES) {
|
|
205
184
|
// try {
|
|
206
185
|
// const mediaList = JSON.parse(process.env.MEDIA_FILES);
|
package/log/key-metrics.json
CHANGED
|
@@ -348,5 +348,375 @@
|
|
|
348
348
|
"success": true,
|
|
349
349
|
"failure": null,
|
|
350
350
|
"worker": 79869
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "sdk:testhub",
|
|
354
|
+
"entryType": "measure",
|
|
355
|
+
"startTime": 969.8391069769859,
|
|
356
|
+
"duration": 1710.911168038845,
|
|
357
|
+
"detail": null,
|
|
358
|
+
"success": true,
|
|
359
|
+
"failure": null,
|
|
360
|
+
"worker": 68392
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "sdk:percy",
|
|
364
|
+
"entryType": "measure",
|
|
365
|
+
"startTime": 2685.6856759786606,
|
|
366
|
+
"duration": 0.46129000186920166,
|
|
367
|
+
"detail": null,
|
|
368
|
+
"success": true,
|
|
369
|
+
"failure": null,
|
|
370
|
+
"worker": 68392
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "sdk:automate:local",
|
|
374
|
+
"entryType": "measure",
|
|
375
|
+
"startTime": 2686.2714139819145,
|
|
376
|
+
"duration": 0.33178699016571045,
|
|
377
|
+
"detail": null,
|
|
378
|
+
"success": true,
|
|
379
|
+
"failure": null,
|
|
380
|
+
"worker": 68392
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "sdk:automate:hub-management",
|
|
384
|
+
"entryType": "measure",
|
|
385
|
+
"startTime": 5364.613933026791,
|
|
386
|
+
"duration": 1163.1593009829521,
|
|
387
|
+
"detail": null,
|
|
388
|
+
"success": true,
|
|
389
|
+
"failure": null,
|
|
390
|
+
"worker": 68392
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "sdk:testhub",
|
|
394
|
+
"entryType": "measure",
|
|
395
|
+
"startTime": 666.8159540295601,
|
|
396
|
+
"duration": 902.168848991394,
|
|
397
|
+
"detail": null,
|
|
398
|
+
"success": true,
|
|
399
|
+
"failure": null,
|
|
400
|
+
"worker": 68528
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "sdk:percy",
|
|
404
|
+
"entryType": "measure",
|
|
405
|
+
"startTime": 1574.69814401865,
|
|
406
|
+
"duration": 0.5716750025749207,
|
|
407
|
+
"detail": null,
|
|
408
|
+
"success": true,
|
|
409
|
+
"failure": null,
|
|
410
|
+
"worker": 68528
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "sdk:automate:local",
|
|
414
|
+
"entryType": "measure",
|
|
415
|
+
"startTime": 1575.409108042717,
|
|
416
|
+
"duration": 0.28749096393585205,
|
|
417
|
+
"detail": null,
|
|
418
|
+
"success": true,
|
|
419
|
+
"failure": null,
|
|
420
|
+
"worker": 68528
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "sdk:automate:hub-management",
|
|
424
|
+
"entryType": "measure",
|
|
425
|
+
"startTime": 4055.7393230199814,
|
|
426
|
+
"duration": 1131.3444290161133,
|
|
427
|
+
"detail": null,
|
|
428
|
+
"success": true,
|
|
429
|
+
"failure": null,
|
|
430
|
+
"worker": 68528
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "sdk:testhub",
|
|
434
|
+
"entryType": "measure",
|
|
435
|
+
"startTime": 760.0881509780884,
|
|
436
|
+
"duration": 3380.688244998455,
|
|
437
|
+
"detail": null,
|
|
438
|
+
"success": true,
|
|
439
|
+
"failure": null,
|
|
440
|
+
"worker": 70634
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "sdk:percy",
|
|
444
|
+
"entryType": "measure",
|
|
445
|
+
"startTime": 4144.997470974922,
|
|
446
|
+
"duration": 0.8116750121116638,
|
|
447
|
+
"detail": null,
|
|
448
|
+
"success": true,
|
|
449
|
+
"failure": null,
|
|
450
|
+
"worker": 70634
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "sdk:automate:local",
|
|
454
|
+
"entryType": "measure",
|
|
455
|
+
"startTime": 4145.962552011013,
|
|
456
|
+
"duration": 0.286998987197876,
|
|
457
|
+
"detail": null,
|
|
458
|
+
"success": true,
|
|
459
|
+
"failure": null,
|
|
460
|
+
"worker": 70634
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "sdk:automate:hub-management",
|
|
464
|
+
"entryType": "measure",
|
|
465
|
+
"startTime": 6656.41349697113,
|
|
466
|
+
"duration": 1180.8598859906197,
|
|
467
|
+
"detail": null,
|
|
468
|
+
"success": true,
|
|
469
|
+
"failure": null,
|
|
470
|
+
"worker": 70634
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "sdk:testhub",
|
|
474
|
+
"entryType": "measure",
|
|
475
|
+
"startTime": 732.0162609815598,
|
|
476
|
+
"duration": 1067.4720540046692,
|
|
477
|
+
"detail": null,
|
|
478
|
+
"success": true,
|
|
479
|
+
"failure": null,
|
|
480
|
+
"worker": 70958
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "sdk:percy",
|
|
484
|
+
"entryType": "measure",
|
|
485
|
+
"startTime": 1803.9500190019608,
|
|
486
|
+
"duration": 0.3512269854545593,
|
|
487
|
+
"detail": null,
|
|
488
|
+
"success": true,
|
|
489
|
+
"failure": null,
|
|
490
|
+
"worker": 70958
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "sdk:automate:local",
|
|
494
|
+
"entryType": "measure",
|
|
495
|
+
"startTime": 1804.4895859956741,
|
|
496
|
+
"duration": 0.5739310383796692,
|
|
497
|
+
"detail": null,
|
|
498
|
+
"success": true,
|
|
499
|
+
"failure": null,
|
|
500
|
+
"worker": 70958
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "sdk:automate:hub-management",
|
|
504
|
+
"entryType": "measure",
|
|
505
|
+
"startTime": 3670.131197988987,
|
|
506
|
+
"duration": 978.9314560294151,
|
|
507
|
+
"detail": null,
|
|
508
|
+
"success": true,
|
|
509
|
+
"failure": null,
|
|
510
|
+
"worker": 70958
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "sdk:automate:print-buildlink",
|
|
514
|
+
"entryType": "measure",
|
|
515
|
+
"startTime": 6741.132880985737,
|
|
516
|
+
"duration": 666.2860150337219,
|
|
517
|
+
"detail": null,
|
|
518
|
+
"success": true,
|
|
519
|
+
"failure": null,
|
|
520
|
+
"worker": 70958
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "sdk:testhub",
|
|
524
|
+
"entryType": "measure",
|
|
525
|
+
"startTime": 662.9445370435715,
|
|
526
|
+
"duration": 1581.5849469900131,
|
|
527
|
+
"detail": null,
|
|
528
|
+
"success": true,
|
|
529
|
+
"failure": null,
|
|
530
|
+
"worker": 71218
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "sdk:percy",
|
|
534
|
+
"entryType": "measure",
|
|
535
|
+
"startTime": 2249.159478008747,
|
|
536
|
+
"duration": 0.34491103887557983,
|
|
537
|
+
"detail": null,
|
|
538
|
+
"success": true,
|
|
539
|
+
"failure": null,
|
|
540
|
+
"worker": 71218
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "sdk:automate:local",
|
|
544
|
+
"entryType": "measure",
|
|
545
|
+
"startTime": 2249.628554046154,
|
|
546
|
+
"duration": 0.5214319825172424,
|
|
547
|
+
"detail": null,
|
|
548
|
+
"success": true,
|
|
549
|
+
"failure": null,
|
|
550
|
+
"worker": 71218
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "sdk:automate:hub-management",
|
|
554
|
+
"entryType": "measure",
|
|
555
|
+
"startTime": 4140.1552030444145,
|
|
556
|
+
"duration": 1083.7289289832115,
|
|
557
|
+
"detail": null,
|
|
558
|
+
"success": true,
|
|
559
|
+
"failure": null,
|
|
560
|
+
"worker": 71218
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "sdk:automate:print-buildlink",
|
|
564
|
+
"entryType": "measure",
|
|
565
|
+
"startTime": 7658.807179033756,
|
|
566
|
+
"duration": 719.294812977314,
|
|
567
|
+
"detail": null,
|
|
568
|
+
"success": true,
|
|
569
|
+
"failure": null,
|
|
570
|
+
"worker": 71218
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "sdk:testhub",
|
|
574
|
+
"entryType": "measure",
|
|
575
|
+
"startTime": 730.8718509674072,
|
|
576
|
+
"duration": 1062.7684590220451,
|
|
577
|
+
"detail": null,
|
|
578
|
+
"success": true,
|
|
579
|
+
"failure": null,
|
|
580
|
+
"worker": 71494
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "sdk:percy",
|
|
584
|
+
"entryType": "measure",
|
|
585
|
+
"startTime": 1798.3779659867287,
|
|
586
|
+
"duration": 0.4580190181732178,
|
|
587
|
+
"detail": null,
|
|
588
|
+
"success": true,
|
|
589
|
+
"failure": null,
|
|
590
|
+
"worker": 71494
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"name": "sdk:automate:local",
|
|
594
|
+
"entryType": "measure",
|
|
595
|
+
"startTime": 1799.130922973156,
|
|
596
|
+
"duration": 0.5100100040435791,
|
|
597
|
+
"detail": null,
|
|
598
|
+
"success": true,
|
|
599
|
+
"failure": null,
|
|
600
|
+
"worker": 71494
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "sdk:automate:hub-management",
|
|
604
|
+
"entryType": "measure",
|
|
605
|
+
"startTime": 4138.095012009144,
|
|
606
|
+
"duration": 4934.176636993885,
|
|
607
|
+
"detail": null,
|
|
608
|
+
"success": true,
|
|
609
|
+
"failure": null,
|
|
610
|
+
"worker": 71494
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "sdk:automate:print-buildlink",
|
|
614
|
+
"entryType": "measure",
|
|
615
|
+
"startTime": 8611.19218301773,
|
|
616
|
+
"duration": 2656.128000974655,
|
|
617
|
+
"detail": null,
|
|
618
|
+
"success": true,
|
|
619
|
+
"failure": null,
|
|
620
|
+
"worker": 71494
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "sdk:testhub",
|
|
624
|
+
"entryType": "measure",
|
|
625
|
+
"startTime": 739.2247450351715,
|
|
626
|
+
"duration": 1119.0586369633675,
|
|
627
|
+
"detail": null,
|
|
628
|
+
"success": true,
|
|
629
|
+
"failure": null,
|
|
630
|
+
"worker": 71843
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "sdk:percy",
|
|
634
|
+
"entryType": "measure",
|
|
635
|
+
"startTime": 1864.056727051735,
|
|
636
|
+
"duration": 0.3086109757423401,
|
|
637
|
+
"detail": null,
|
|
638
|
+
"success": true,
|
|
639
|
+
"failure": null,
|
|
640
|
+
"worker": 71843
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "sdk:automate:local",
|
|
644
|
+
"entryType": "measure",
|
|
645
|
+
"startTime": 1864.4780410528183,
|
|
646
|
+
"duration": 0.3618939518928528,
|
|
647
|
+
"detail": null,
|
|
648
|
+
"success": true,
|
|
649
|
+
"failure": null,
|
|
650
|
+
"worker": 71843
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "sdk:automate:hub-management",
|
|
654
|
+
"entryType": "measure",
|
|
655
|
+
"startTime": 4937.505920052528,
|
|
656
|
+
"duration": 947.2660779953003,
|
|
657
|
+
"detail": null,
|
|
658
|
+
"success": true,
|
|
659
|
+
"failure": null,
|
|
660
|
+
"worker": 71843
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "sdk:automate:print-buildlink",
|
|
664
|
+
"entryType": "measure",
|
|
665
|
+
"startTime": 8474.542720019817,
|
|
666
|
+
"duration": 761.5853500366211,
|
|
667
|
+
"detail": null,
|
|
668
|
+
"success": true,
|
|
669
|
+
"failure": null,
|
|
670
|
+
"worker": 71843
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "sdk:testhub",
|
|
674
|
+
"entryType": "measure",
|
|
675
|
+
"startTime": 646.4821929931641,
|
|
676
|
+
"duration": 1719.2356770038605,
|
|
677
|
+
"detail": null,
|
|
678
|
+
"success": true,
|
|
679
|
+
"failure": null,
|
|
680
|
+
"worker": 72083
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "sdk:percy",
|
|
684
|
+
"entryType": "measure",
|
|
685
|
+
"startTime": 2370.6322209835052,
|
|
686
|
+
"duration": 0.3727419972419739,
|
|
687
|
+
"detail": null,
|
|
688
|
+
"success": true,
|
|
689
|
+
"failure": null,
|
|
690
|
+
"worker": 72083
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "sdk:automate:local",
|
|
694
|
+
"entryType": "measure",
|
|
695
|
+
"startTime": 2371.1288340091705,
|
|
696
|
+
"duration": 0.46206098794937134,
|
|
697
|
+
"detail": null,
|
|
698
|
+
"success": true,
|
|
699
|
+
"failure": null,
|
|
700
|
+
"worker": 72083
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "sdk:automate:hub-management",
|
|
704
|
+
"entryType": "measure",
|
|
705
|
+
"startTime": 4506.099025964737,
|
|
706
|
+
"duration": 936.0433059930801,
|
|
707
|
+
"detail": null,
|
|
708
|
+
"success": true,
|
|
709
|
+
"failure": null,
|
|
710
|
+
"worker": 72083
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "sdk:automate:print-buildlink",
|
|
714
|
+
"entryType": "measure",
|
|
715
|
+
"startTime": 7750.304657995701,
|
|
716
|
+
"duration": 733.6194930076599,
|
|
717
|
+
"detail": null,
|
|
718
|
+
"success": true,
|
|
719
|
+
"failure": null,
|
|
720
|
+
"worker": 72083
|
|
351
721
|
}
|
|
352
722
|
]
|
package/log/sdk-cli.log
CHANGED
|
@@ -1133,3 +1133,498 @@
|
|
|
1133
1133
|
2026-01-07T08:02:02.924Z CLI info [prabathkumar_qavxGX] [ly3gg9jtdm2bdapsfa2zo1iyzvcm2defudk23nou] [1e7de65c-cabb-4650-bad4-20a0ea228338] [PRODUCTION] Making GET request to https://api.browserstack.com
|
|
1134
1134
|
2026-01-07T08:02:03.322Z CLI info [prabathkumar_qavxGX] [ly3gg9jtdm2bdapsfa2zo1iyzvcm2defudk23nou] [1e7de65c-cabb-4650-bad4-20a0ea228338] [PRODUCTION] Making POST request to https://eds.browserstack.com
|
|
1135
1135
|
2026-01-07T08:02:04.367Z CLI info [main] [prabathkumar_qavxGX] [ly3gg9jtdm2bdapsfa2zo1iyzvcm2defudk23nou] [1e7de65c-cabb-4650-bad4-20a0ea228338] Received graceful signal termination, performing cleanup
|
|
1136
|
+
2026-01-12T14:52:31.477Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"browserName":"chrome","browserVersion":"137.0","os":"Windows","osVersion":"11","buildName":"Web_Build-","debug":true,"networkLogs":true,"wdioService":"9.22.0"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"test","browserstackLocal":false,"accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"wdio-68381"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
|
|
1137
|
+
2026-01-12T14:52:31.595Z CLI info Should start debug utility: undefined
|
|
1138
|
+
2026-01-12T14:52:31.603Z CLI info [testhub:module] [naveen_OSt3Pw] [936b59fc-f135-41a2-9787-244792841c48] Starting testhub from 68392:0
|
|
1139
|
+
2026-01-12T14:52:31.604Z CLI info [naveen_OSt3Pw] [936b59fc-f135-41a2-9787-244792841c48] [PRODUCTION] Making POST request to https://sdk.browserstack.com
|
|
1140
|
+
2026-01-12T14:52:33.313Z CLI info [testhub:module] [naveen_OSt3Pw] [936b59fc-f135-41a2-9787-244792841c48] startBuild: response=ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6
|
|
1141
|
+
2026-01-12T14:52:33.316Z CLI info [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1142
|
+
2026-01-12T14:52:35.998Z CLI info [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] [PRODUCTION] Making GET request to https://hub.browserstack.com
|
|
1143
|
+
2026-01-12T14:52:36.590Z CLI info [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
|
|
1144
|
+
2026-01-12T14:52:37.159Z CLI info [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
|
|
1145
|
+
2026-01-12T14:52:37.195Z CLI info [sdk:service] [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] Driver initialized as primary driver: platformIndex=0
|
|
1146
|
+
2026-01-12T14:52:37.533Z CLI info [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
|
|
1147
|
+
2026-01-12T14:52:45.532Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] Added the event {
|
|
1148
|
+
event_type: 'CBTSessionCreated',
|
|
1149
|
+
test_run: {
|
|
1150
|
+
uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb',
|
|
1151
|
+
integrations: { browserstack: [Object] }
|
|
1152
|
+
}
|
|
1153
|
+
} to 68392:0
|
|
1154
|
+
2026-01-12T14:52:45.536Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] Added the event {
|
|
1155
|
+
event_type: 'TestRunStarted',
|
|
1156
|
+
test_run: {
|
|
1157
|
+
type: 'test',
|
|
1158
|
+
framework: 'WebdriverIO-mocha',
|
|
1159
|
+
uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb',
|
|
1160
|
+
name: 'tests login testops',
|
|
1161
|
+
body: {
|
|
1162
|
+
lang: 'ecmascript',
|
|
1163
|
+
code: 'async () => {\n' +
|
|
1164
|
+
' await browser.url("https://uatrvrd.frothtestops.com/login")\n' +
|
|
1165
|
+
'\n' +
|
|
1166
|
+
' Util.amendBrowserStackLog("Navigated to Login Page", "info");\n' +
|
|
1167
|
+
' Util.captureLoadNavigation("Login Page");\n' +
|
|
1168
|
+
' await browser.$("aria/Enter Email").click()\n' +
|
|
1169
|
+
' await browser.$("aria/Enter Email").setValue("admin@roboticodigital.com")\n' +
|
|
1170
|
+
' await browser.$("aria/Enter Password").click()\n' +
|
|
1171
|
+
' await browser.$("aria/Enter Password").setValue("Welcome@123")\n' +
|
|
1172
|
+
' await browser.$("aria/Login").click()\n' +
|
|
1173
|
+
' await Util.captureLoadNavigation("Home Page");\n' +
|
|
1174
|
+
'\n' +
|
|
1175
|
+
' await browser.$("#vertical-menu-btn").click()\n' +
|
|
1176
|
+
' }'
|
|
1177
|
+
},
|
|
1178
|
+
identifier: 'tests login testops',
|
|
1179
|
+
scope: 'login testops - tests login testops',
|
|
1180
|
+
scopes: [ 'login testops' ],
|
|
1181
|
+
file_name: 'web/testops_login.js',
|
|
1182
|
+
vc_filepath: 'web/testops_login.js',
|
|
1183
|
+
location: 'web/testops_login.js',
|
|
1184
|
+
result: 'pending',
|
|
1185
|
+
duration_in_ms: null,
|
|
1186
|
+
started_at: '2026-01-12T14:52:45.504Z',
|
|
1187
|
+
failure: undefined,
|
|
1188
|
+
failure_type: undefined,
|
|
1189
|
+
failure_reason: undefined,
|
|
1190
|
+
retry_of: null,
|
|
1191
|
+
custom_metadata: undefined,
|
|
1192
|
+
tags: [],
|
|
1193
|
+
customRerunParam: { rerun_name: undefined },
|
|
1194
|
+
hooks: [],
|
|
1195
|
+
product_map: {
|
|
1196
|
+
observability: true,
|
|
1197
|
+
accessibility: false,
|
|
1198
|
+
percy: false,
|
|
1199
|
+
automate: true,
|
|
1200
|
+
app_automate: false
|
|
1201
|
+
}
|
|
1202
|
+
},
|
|
1203
|
+
logs: []
|
|
1204
|
+
} to 68392:0
|
|
1205
|
+
2026-01-12T14:52:46.619Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] Added the event {
|
|
1206
|
+
event_type: 'LogCreated',
|
|
1207
|
+
logs: [
|
|
1208
|
+
{
|
|
1209
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1210
|
+
testFrameworkVersion: '9.22.0',
|
|
1211
|
+
testFrameworkState: 'LOG',
|
|
1212
|
+
timestamp: '2026-01-12T14:52:46.583Z',
|
|
1213
|
+
uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb',
|
|
1214
|
+
kind: 'TEST_LOG',
|
|
1215
|
+
message: '"BrowserStack annotation size: 23 bytes"',
|
|
1216
|
+
level: 'INFO',
|
|
1217
|
+
fileName: '',
|
|
1218
|
+
fileSize: [Long],
|
|
1219
|
+
filePath: '',
|
|
1220
|
+
test_run_uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb'
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1224
|
+
testFrameworkVersion: '9.22.0',
|
|
1225
|
+
testFrameworkState: 'LOG',
|
|
1226
|
+
timestamp: '2026-01-12T14:52:46.584Z',
|
|
1227
|
+
uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb',
|
|
1228
|
+
kind: 'TEST_LOG',
|
|
1229
|
+
message: '"=======> BrowserStack Annotation (single): Navigated to Login Page"',
|
|
1230
|
+
level: 'INFO',
|
|
1231
|
+
fileName: '',
|
|
1232
|
+
fileSize: [Long],
|
|
1233
|
+
filePath: '',
|
|
1234
|
+
test_run_uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb'
|
|
1235
|
+
}
|
|
1236
|
+
]
|
|
1237
|
+
} to 68392:0
|
|
1238
|
+
2026-01-12T14:52:47.068Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] Added the event {
|
|
1239
|
+
event_type: 'LogCreated',
|
|
1240
|
+
logs: [
|
|
1241
|
+
{
|
|
1242
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1243
|
+
testFrameworkVersion: '9.22.0',
|
|
1244
|
+
testFrameworkState: 'LOG',
|
|
1245
|
+
timestamp: '2026-01-12T14:52:47.057Z',
|
|
1246
|
+
uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb',
|
|
1247
|
+
kind: 'TEST_LOG',
|
|
1248
|
+
message: '"BrowserStack annotation size: 47 bytes"',
|
|
1249
|
+
level: 'INFO',
|
|
1250
|
+
fileName: '',
|
|
1251
|
+
fileSize: [Long],
|
|
1252
|
+
filePath: '',
|
|
1253
|
+
test_run_uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb'
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1257
|
+
testFrameworkVersion: '9.22.0',
|
|
1258
|
+
testFrameworkState: 'LOG',
|
|
1259
|
+
timestamp: '2026-01-12T14:52:47.057Z',
|
|
1260
|
+
uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb',
|
|
1261
|
+
kind: 'TEST_LOG',
|
|
1262
|
+
message: '"=======> BrowserStack Annotation (single): ⏱ Page Load Time for Login Page: 0.87 seconds"',
|
|
1263
|
+
level: 'INFO',
|
|
1264
|
+
fileName: '',
|
|
1265
|
+
fileSize: [Long],
|
|
1266
|
+
filePath: '',
|
|
1267
|
+
test_run_uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb'
|
|
1268
|
+
}
|
|
1269
|
+
]
|
|
1270
|
+
} to 68392:0
|
|
1271
|
+
2026-01-12T14:52:47.215Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] Added the event {
|
|
1272
|
+
event_type: 'LogCreated',
|
|
1273
|
+
logs: [
|
|
1274
|
+
{
|
|
1275
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1276
|
+
testFrameworkVersion: '9.22.0',
|
|
1277
|
+
testFrameworkState: 'LOG',
|
|
1278
|
+
timestamp: '2026-01-12T14:52:47.209Z',
|
|
1279
|
+
uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb',
|
|
1280
|
+
kind: 'TEST_LOG',
|
|
1281
|
+
message: '"⏱ Page Load Time for Login Page: 0.87 seconds"',
|
|
1282
|
+
level: 'INFO',
|
|
1283
|
+
fileName: '',
|
|
1284
|
+
fileSize: [Long],
|
|
1285
|
+
filePath: '',
|
|
1286
|
+
test_run_uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb'
|
|
1287
|
+
}
|
|
1288
|
+
]
|
|
1289
|
+
} to 68392:0
|
|
1290
|
+
2026-01-12T14:52:47.324Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] Processing batch event [
|
|
1291
|
+
{
|
|
1292
|
+
event_type: 'CBTSessionCreated',
|
|
1293
|
+
test_run: {
|
|
1294
|
+
uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb',
|
|
1295
|
+
integrations: [Object]
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
event_type: 'TestRunStarted',
|
|
1300
|
+
test_run: {
|
|
1301
|
+
type: 'test',
|
|
1302
|
+
framework: 'WebdriverIO-mocha',
|
|
1303
|
+
uuid: '690dc6d8-423e-4cb7-a745-6f2dcb56fecb',
|
|
1304
|
+
name: 'tests login testops',
|
|
1305
|
+
body: [Object],
|
|
1306
|
+
identifier: 'tests login testops',
|
|
1307
|
+
scope: 'login testops - tests login testops',
|
|
1308
|
+
scopes: [Array],
|
|
1309
|
+
file_name: 'web/testops_login.js',
|
|
1310
|
+
vc_filepath: 'web/testops_login.js',
|
|
1311
|
+
location: 'web/testops_login.js',
|
|
1312
|
+
result: 'pending',
|
|
1313
|
+
duration_in_ms: null,
|
|
1314
|
+
started_at: '2026-01-12T14:52:45.504Z',
|
|
1315
|
+
failure: undefined,
|
|
1316
|
+
failure_type: undefined,
|
|
1317
|
+
failure_reason: undefined,
|
|
1318
|
+
retry_of: null,
|
|
1319
|
+
custom_metadata: undefined,
|
|
1320
|
+
tags: [],
|
|
1321
|
+
customRerunParam: [Object],
|
|
1322
|
+
hooks: [],
|
|
1323
|
+
product_map: [Object]
|
|
1324
|
+
},
|
|
1325
|
+
logs: []
|
|
1326
|
+
},
|
|
1327
|
+
{ event_type: 'LogCreated', logs: [ [Object], [Object] ] },
|
|
1328
|
+
{ event_type: 'LogCreated', logs: [ [Object], [Object] ] },
|
|
1329
|
+
{ event_type: 'LogCreated', logs: [ [Object] ] }
|
|
1330
|
+
] to 68392:0
|
|
1331
|
+
2026-01-12T14:52:47.329Z CLI info [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] [PRODUCTION] Making POST request to https://collector-observability.browserstack.com
|
|
1332
|
+
2026-01-12T14:53:03.067Z CLI info [main] [naveen_OSt3Pw] [ogogguq94mlu68koilxwnoq9ibrio9scwe5i4hk6] [936b59fc-f135-41a2-9787-244792841c48] Received graceful signal termination, performing cleanup
|
|
1333
|
+
2026-01-12T14:53:14.361Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"browserName":"chrome","browserVersion":"137.0","os":"Windows","osVersion":"11","buildName":"Web_Build-","debug":true,"networkLogs":true,"wdioService":"9.22.0"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"test","browserstackLocal":false,"accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"wdio-68517"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
|
|
1334
|
+
2026-01-12T14:53:14.455Z CLI info Should start debug utility: undefined
|
|
1335
|
+
2026-01-12T14:53:14.462Z CLI info [testhub:module] [naveen_OSt3Pw] [dd856d5b-c95d-4d43-8485-8d9c160312d5] Starting testhub from 68528:0
|
|
1336
|
+
2026-01-12T14:53:14.463Z CLI info [naveen_OSt3Pw] [dd856d5b-c95d-4d43-8485-8d9c160312d5] [PRODUCTION] Making POST request to https://sdk.browserstack.com
|
|
1337
|
+
2026-01-12T14:53:15.363Z CLI info [testhub:module] [naveen_OSt3Pw] [dd856d5b-c95d-4d43-8485-8d9c160312d5] startBuild: response=hcv00wmct0bvpcqjmebvc6befaun73qciskk1msp
|
|
1338
|
+
2026-01-12T14:53:15.367Z CLI info [naveen_OSt3Pw] [hcv00wmct0bvpcqjmebvc6befaun73qciskk1msp] [dd856d5b-c95d-4d43-8485-8d9c160312d5] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1339
|
+
2026-01-12T14:53:17.852Z CLI info [naveen_OSt3Pw] [hcv00wmct0bvpcqjmebvc6befaun73qciskk1msp] [dd856d5b-c95d-4d43-8485-8d9c160312d5] [PRODUCTION] Making GET request to https://hub.browserstack.com
|
|
1340
|
+
2026-01-12T14:53:18.416Z CLI info [naveen_OSt3Pw] [hcv00wmct0bvpcqjmebvc6befaun73qciskk1msp] [dd856d5b-c95d-4d43-8485-8d9c160312d5] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
|
|
1341
|
+
2026-01-12T14:53:18.979Z CLI info [naveen_OSt3Pw] [hcv00wmct0bvpcqjmebvc6befaun73qciskk1msp] [dd856d5b-c95d-4d43-8485-8d9c160312d5] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
|
|
1342
|
+
2026-01-12T14:53:19.014Z CLI info [sdk:service] [naveen_OSt3Pw] [hcv00wmct0bvpcqjmebvc6befaun73qciskk1msp] [dd856d5b-c95d-4d43-8485-8d9c160312d5] Driver initialized as primary driver: platformIndex=0
|
|
1343
|
+
2026-01-12T14:53:19.391Z CLI info [naveen_OSt3Pw] [hcv00wmct0bvpcqjmebvc6befaun73qciskk1msp] [dd856d5b-c95d-4d43-8485-8d9c160312d5] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
|
|
1344
|
+
2026-01-12T14:53:24.979Z CLI info [main] [naveen_OSt3Pw] [hcv00wmct0bvpcqjmebvc6befaun73qciskk1msp] [dd856d5b-c95d-4d43-8485-8d9c160312d5] Received graceful signal termination, performing cleanup
|
|
1345
|
+
2026-01-13T02:39:38.827Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"browserName":"chrome","browserVersion":"137.0","os":"Windows","osVersion":"11","buildName":"Web_Build-","debug":true,"networkLogs":true,"wdioService":"9.22.0"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"test","browserstackLocal":false,"accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"wdio-70624"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
|
|
1346
|
+
2026-01-13T02:39:38.986Z CLI info Should start debug utility: undefined
|
|
1347
|
+
2026-01-13T02:39:39.000Z CLI info [testhub:module] [naveen_OSt3Pw] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Starting testhub from 70634:0
|
|
1348
|
+
2026-01-13T02:39:39.002Z CLI info [naveen_OSt3Pw] [d8c1fab3-934c-4f2e-a499-c268fffe1208] [PRODUCTION] Making POST request to https://sdk.browserstack.com
|
|
1349
|
+
2026-01-13T02:39:42.379Z CLI info [testhub:module] [naveen_OSt3Pw] [d8c1fab3-934c-4f2e-a499-c268fffe1208] startBuild: response=uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq
|
|
1350
|
+
2026-01-13T02:39:42.382Z CLI info [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1351
|
+
2026-01-13T02:39:44.896Z CLI info [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] [PRODUCTION] Making GET request to https://hub.browserstack.com
|
|
1352
|
+
2026-01-13T02:39:45.576Z CLI info [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
|
|
1353
|
+
2026-01-13T02:39:46.073Z CLI info [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
|
|
1354
|
+
2026-01-13T02:39:46.114Z CLI info [sdk:service] [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Driver initialized as primary driver: platformIndex=0
|
|
1355
|
+
2026-01-13T02:39:46.438Z CLI info [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
|
|
1356
|
+
2026-01-13T02:39:54.348Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Added the event {
|
|
1357
|
+
event_type: 'CBTSessionCreated',
|
|
1358
|
+
test_run: {
|
|
1359
|
+
uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684',
|
|
1360
|
+
integrations: { browserstack: [Object] }
|
|
1361
|
+
}
|
|
1362
|
+
} to 70634:0
|
|
1363
|
+
2026-01-13T02:39:54.359Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Added the event {
|
|
1364
|
+
event_type: 'TestRunStarted',
|
|
1365
|
+
test_run: {
|
|
1366
|
+
type: 'test',
|
|
1367
|
+
framework: 'WebdriverIO-mocha',
|
|
1368
|
+
uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684',
|
|
1369
|
+
name: 'tests login testops',
|
|
1370
|
+
body: {
|
|
1371
|
+
lang: 'ecmascript',
|
|
1372
|
+
code: 'async () => {\n' +
|
|
1373
|
+
' await browser.url("https://uatrvrd.frothtestops.com/login")\n' +
|
|
1374
|
+
'\n' +
|
|
1375
|
+
' Util.amendBrowserStackLog("Navigated to Login Page", "info");\n' +
|
|
1376
|
+
' Util.captureLoadNavigation("Login Page");\n' +
|
|
1377
|
+
' await browser.$("aria/Enter Email").click()\n' +
|
|
1378
|
+
' await browser.$("aria/Enter Email").setValue("admin@roboticodigital.com")\n' +
|
|
1379
|
+
' await browser.$("aria/Enter Password").click()\n' +
|
|
1380
|
+
' await browser.$("aria/Enter Password").setValue("Welcome@123")\n' +
|
|
1381
|
+
' await browser.$("aria/Login").click()\n' +
|
|
1382
|
+
' await Util.captureLoadNavigation("Home Page");\n' +
|
|
1383
|
+
'\n' +
|
|
1384
|
+
' await browser.$("#vertical-menu-btn").click()\n' +
|
|
1385
|
+
' }'
|
|
1386
|
+
},
|
|
1387
|
+
identifier: 'tests login testops',
|
|
1388
|
+
scope: 'login testops - tests login testops',
|
|
1389
|
+
scopes: [ 'login testops' ],
|
|
1390
|
+
file_name: 'web/testops_login.js',
|
|
1391
|
+
vc_filepath: 'web/testops_login.js',
|
|
1392
|
+
location: 'web/testops_login.js',
|
|
1393
|
+
result: 'pending',
|
|
1394
|
+
duration_in_ms: null,
|
|
1395
|
+
started_at: '2026-01-13T02:39:54.307Z',
|
|
1396
|
+
failure: undefined,
|
|
1397
|
+
failure_type: undefined,
|
|
1398
|
+
failure_reason: undefined,
|
|
1399
|
+
retry_of: null,
|
|
1400
|
+
custom_metadata: undefined,
|
|
1401
|
+
tags: [],
|
|
1402
|
+
customRerunParam: { rerun_name: undefined },
|
|
1403
|
+
hooks: [],
|
|
1404
|
+
product_map: {
|
|
1405
|
+
observability: true,
|
|
1406
|
+
accessibility: false,
|
|
1407
|
+
percy: false,
|
|
1408
|
+
automate: true,
|
|
1409
|
+
app_automate: false
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
logs: []
|
|
1413
|
+
} to 70634:0
|
|
1414
|
+
2026-01-13T02:39:54.385Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Processing batch event [
|
|
1415
|
+
{
|
|
1416
|
+
event_type: 'CBTSessionCreated',
|
|
1417
|
+
test_run: {
|
|
1418
|
+
uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684',
|
|
1419
|
+
integrations: [Object]
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
event_type: 'TestRunStarted',
|
|
1424
|
+
test_run: {
|
|
1425
|
+
type: 'test',
|
|
1426
|
+
framework: 'WebdriverIO-mocha',
|
|
1427
|
+
uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684',
|
|
1428
|
+
name: 'tests login testops',
|
|
1429
|
+
body: [Object],
|
|
1430
|
+
identifier: 'tests login testops',
|
|
1431
|
+
scope: 'login testops - tests login testops',
|
|
1432
|
+
scopes: [Array],
|
|
1433
|
+
file_name: 'web/testops_login.js',
|
|
1434
|
+
vc_filepath: 'web/testops_login.js',
|
|
1435
|
+
location: 'web/testops_login.js',
|
|
1436
|
+
result: 'pending',
|
|
1437
|
+
duration_in_ms: null,
|
|
1438
|
+
started_at: '2026-01-13T02:39:54.307Z',
|
|
1439
|
+
failure: undefined,
|
|
1440
|
+
failure_type: undefined,
|
|
1441
|
+
failure_reason: undefined,
|
|
1442
|
+
retry_of: null,
|
|
1443
|
+
custom_metadata: undefined,
|
|
1444
|
+
tags: [],
|
|
1445
|
+
customRerunParam: [Object],
|
|
1446
|
+
hooks: [],
|
|
1447
|
+
product_map: [Object]
|
|
1448
|
+
},
|
|
1449
|
+
logs: []
|
|
1450
|
+
}
|
|
1451
|
+
] to 70634:0
|
|
1452
|
+
2026-01-13T02:39:54.388Z CLI info [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] [PRODUCTION] Making POST request to https://collector-observability.browserstack.com
|
|
1453
|
+
2026-01-13T02:39:55.624Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Added the event {
|
|
1454
|
+
event_type: 'LogCreated',
|
|
1455
|
+
logs: [
|
|
1456
|
+
{
|
|
1457
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1458
|
+
testFrameworkVersion: '9.22.0',
|
|
1459
|
+
testFrameworkState: 'LOG',
|
|
1460
|
+
timestamp: '2026-01-13T02:39:55.587Z',
|
|
1461
|
+
uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684',
|
|
1462
|
+
kind: 'TEST_LOG',
|
|
1463
|
+
message: '"BrowserStack annotation size: 23 bytes"',
|
|
1464
|
+
level: 'INFO',
|
|
1465
|
+
fileName: '',
|
|
1466
|
+
fileSize: [Long],
|
|
1467
|
+
filePath: '',
|
|
1468
|
+
test_run_uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684'
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1472
|
+
testFrameworkVersion: '9.22.0',
|
|
1473
|
+
testFrameworkState: 'LOG',
|
|
1474
|
+
timestamp: '2026-01-13T02:39:55.588Z',
|
|
1475
|
+
uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684',
|
|
1476
|
+
kind: 'TEST_LOG',
|
|
1477
|
+
message: '"=======> BrowserStack Annotation (single): Navigated to Login Page"',
|
|
1478
|
+
level: 'INFO',
|
|
1479
|
+
fileName: '',
|
|
1480
|
+
fileSize: [Long],
|
|
1481
|
+
filePath: '',
|
|
1482
|
+
test_run_uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684'
|
|
1483
|
+
}
|
|
1484
|
+
]
|
|
1485
|
+
} to 70634:0
|
|
1486
|
+
2026-01-13T02:39:55.972Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Added the event {
|
|
1487
|
+
event_type: 'LogCreated',
|
|
1488
|
+
logs: [
|
|
1489
|
+
{
|
|
1490
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1491
|
+
testFrameworkVersion: '9.22.0',
|
|
1492
|
+
testFrameworkState: 'LOG',
|
|
1493
|
+
timestamp: '2026-01-13T02:39:55.949Z',
|
|
1494
|
+
uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684',
|
|
1495
|
+
kind: 'TEST_LOG',
|
|
1496
|
+
message: '"BrowserStack annotation size: 47 bytes"',
|
|
1497
|
+
level: 'INFO',
|
|
1498
|
+
fileName: '',
|
|
1499
|
+
fileSize: [Long],
|
|
1500
|
+
filePath: '',
|
|
1501
|
+
test_run_uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684'
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1505
|
+
testFrameworkVersion: '9.22.0',
|
|
1506
|
+
testFrameworkState: 'LOG',
|
|
1507
|
+
timestamp: '2026-01-13T02:39:55.949Z',
|
|
1508
|
+
uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684',
|
|
1509
|
+
kind: 'TEST_LOG',
|
|
1510
|
+
message: '"=======> BrowserStack Annotation (single): ⏱ Page Load Time for Login Page: 1.03 seconds"',
|
|
1511
|
+
level: 'INFO',
|
|
1512
|
+
fileName: '',
|
|
1513
|
+
fileSize: [Long],
|
|
1514
|
+
filePath: '',
|
|
1515
|
+
test_run_uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684'
|
|
1516
|
+
}
|
|
1517
|
+
]
|
|
1518
|
+
} to 70634:0
|
|
1519
|
+
2026-01-13T02:39:56.081Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Added the event {
|
|
1520
|
+
event_type: 'LogCreated',
|
|
1521
|
+
logs: [
|
|
1522
|
+
{
|
|
1523
|
+
testFrameworkName: 'WebdriverIO-mocha',
|
|
1524
|
+
testFrameworkVersion: '9.22.0',
|
|
1525
|
+
testFrameworkState: 'LOG',
|
|
1526
|
+
timestamp: '2026-01-13T02:39:56.075Z',
|
|
1527
|
+
uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684',
|
|
1528
|
+
kind: 'TEST_LOG',
|
|
1529
|
+
message: '"⏱ Page Load Time for Login Page: 1.03 seconds"',
|
|
1530
|
+
level: 'INFO',
|
|
1531
|
+
fileName: '',
|
|
1532
|
+
fileSize: [Long],
|
|
1533
|
+
filePath: '',
|
|
1534
|
+
test_run_uuid: 'bb90b55c-0ae9-4b6e-9e39-05e919d71684'
|
|
1535
|
+
}
|
|
1536
|
+
]
|
|
1537
|
+
} to 70634:0
|
|
1538
|
+
2026-01-13T02:39:56.384Z CLI info [testhub:request-queue-handler] [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Processing batch event [
|
|
1539
|
+
{ event_type: 'LogCreated', logs: [ [Object], [Object] ] },
|
|
1540
|
+
{ event_type: 'LogCreated', logs: [ [Object], [Object] ] },
|
|
1541
|
+
{ event_type: 'LogCreated', logs: [ [Object] ] }
|
|
1542
|
+
] to 70634:0
|
|
1543
|
+
2026-01-13T02:39:56.386Z CLI info [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] [PRODUCTION] Making POST request to https://collector-observability.browserstack.com
|
|
1544
|
+
2026-01-13T02:40:37.206Z CLI info [main] [naveen_OSt3Pw] [uamj6hrjyzozcbqck8ayau0e2elhecvqwia9iugq] [d8c1fab3-934c-4f2e-a499-c268fffe1208] Received graceful signal termination, performing cleanup
|
|
1545
|
+
2026-01-13T02:43:19.729Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"platformName":"android","buildName":"Mobile_Build-","deviceName":"Google Pixel 9","osVersion":"16.0","debug":true,"networkLogs":true,"interactiveDebugging":true,"uploadMedia":[],"wdioService":"9.22.0"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"test","browserstackLocal":false,"accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"wdio-70947"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
|
|
1546
|
+
2026-01-13T02:43:19.845Z CLI info Should start debug utility: undefined
|
|
1547
|
+
2026-01-13T02:43:19.852Z CLI info [testhub:module] [naveen_OSt3Pw] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] Starting testhub from 70958:0
|
|
1548
|
+
2026-01-13T02:43:19.853Z CLI info [naveen_OSt3Pw] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making POST request to https://sdk.browserstack.com
|
|
1549
|
+
2026-01-13T02:43:20.918Z CLI info [testhub:module] [naveen_OSt3Pw] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] startBuild: response=v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0
|
|
1550
|
+
2026-01-13T02:43:20.921Z CLI info [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1551
|
+
2026-01-13T02:43:22.790Z CLI info [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making GET request to https://hub.browserstack.com
|
|
1552
|
+
2026-01-13T02:43:23.300Z CLI info [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
|
|
1553
|
+
2026-01-13T02:43:23.765Z CLI info [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
|
|
1554
|
+
2026-01-13T02:43:24.093Z CLI info [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
|
|
1555
|
+
2026-01-13T02:43:25.009Z CLI info [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making PUT request to https://collector-observability.browserstack.com
|
|
1556
|
+
2026-01-13T02:43:25.852Z CLI info [testhub:module] [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] stopBuild: v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0 request={"finished_at":"2026-01-13T02:43:23.652Z","finished_metadata":[],"custom_metadata":null} response={"data":""}
|
|
1557
|
+
2026-01-13T02:43:25.853Z CLI info [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1558
|
+
2026-01-13T02:43:25.856Z CLI info [TEST REPORTING AND ANALYTICS:module] [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] Visit https://automation.browserstack.com/builds/v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0 to view build report, insights, and many more debugging information all at one place!
|
|
1559
|
+
2026-01-13T02:43:26.175Z CLI info [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making GET request to https://api.browserstack.com
|
|
1560
|
+
2026-01-13T02:43:26.528Z CLI info [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] [PRODUCTION] Making POST request to https://eds.browserstack.com
|
|
1561
|
+
2026-01-13T02:43:27.563Z CLI info [main] [naveen_OSt3Pw] [v7hhfyohuazshbnfouk9ua5qikbfkixbkx7kp9g0] [5e65ad9b-98d6-420c-8397-2b9ca8d91880] Received graceful signal termination, performing cleanup
|
|
1562
|
+
2026-01-13T02:47:23.270Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"platformName":"android","buildName":"Mobile_Build-","deviceName":"Google Pixel 9","osVersion":"16.0","debug":true,"networkLogs":true,"interactiveDebugging":true,"uploadMedia":["media://da43e04f8f5e9def566059a8c4138e3ae648f1b8"],"wdioService":"9.22.0"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"test","browserstackLocal":false,"accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"wdio-71208"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
|
|
1563
|
+
2026-01-13T02:47:23.386Z CLI info Should start debug utility: undefined
|
|
1564
|
+
2026-01-13T02:47:23.394Z CLI info [testhub:module] [naveen_OSt3Pw] [10374c62-8cde-494c-ab30-1b971ce95515] Starting testhub from 71218:0
|
|
1565
|
+
2026-01-13T02:47:23.395Z CLI info [naveen_OSt3Pw] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making POST request to https://sdk.browserstack.com
|
|
1566
|
+
2026-01-13T02:47:24.975Z CLI info [testhub:module] [naveen_OSt3Pw] [10374c62-8cde-494c-ab30-1b971ce95515] startBuild: response=2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj
|
|
1567
|
+
2026-01-13T02:47:24.978Z CLI info [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1568
|
+
2026-01-13T02:47:26.871Z CLI info [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making GET request to https://hub.browserstack.com
|
|
1569
|
+
2026-01-13T02:47:27.427Z CLI info [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
|
|
1570
|
+
2026-01-13T02:47:27.951Z CLI info [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
|
|
1571
|
+
2026-01-13T02:47:28.370Z CLI info [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
|
|
1572
|
+
2026-01-13T02:47:29.477Z CLI info [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making PUT request to https://collector-observability.browserstack.com
|
|
1573
|
+
2026-01-13T02:47:30.381Z CLI info [testhub:module] [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] stopBuild: 2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj request={"finished_at":"2026-01-13T02:47:27.743Z","finished_metadata":[],"custom_metadata":null} response={"data":""}
|
|
1574
|
+
2026-01-13T02:47:30.383Z CLI info [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1575
|
+
2026-01-13T02:47:30.385Z CLI info [TEST REPORTING AND ANALYTICS:module] [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] Visit https://automation.browserstack.com/builds/2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj to view build report, insights, and many more debugging information all at one place!
|
|
1576
|
+
2026-01-13T02:47:30.726Z CLI info [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making GET request to https://api.browserstack.com
|
|
1577
|
+
2026-01-13T02:47:31.110Z CLI info [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] [PRODUCTION] Making POST request to https://eds.browserstack.com
|
|
1578
|
+
2026-01-13T02:47:32.334Z CLI info [main] [naveen_OSt3Pw] [2xogou2jhbrrzhfkk8vin12biiymw7zxa9znzhwj] [10374c62-8cde-494c-ab30-1b971ce95515] Received graceful signal termination, performing cleanup
|
|
1579
|
+
2026-01-13T02:57:07.527Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"platformName":"android","buildName":"Mobile_Build-","deviceName":"Google Pixel 9","osVersion":"16.0","debug":true,"networkLogs":true,"interactiveDebugging":true,"uploadMedia":["media://da43e04f8f5e9def566059a8c4138e3ae648f1b8"],"wdioService":"9.22.0"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"test","browserstackLocal":false,"accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"wdio-71484"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
|
|
1580
|
+
2026-01-13T02:57:07.660Z CLI info Should start debug utility: undefined
|
|
1581
|
+
2026-01-13T02:57:07.668Z CLI info [testhub:module] [naveen_OSt3Pw] [9ca67282-32f8-4a1d-989e-a403e5d73222] Starting testhub from 71494:0
|
|
1582
|
+
2026-01-13T02:57:07.669Z CLI info [naveen_OSt3Pw] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making POST request to https://sdk.browserstack.com
|
|
1583
|
+
2026-01-13T02:57:08.730Z CLI info [testhub:module] [naveen_OSt3Pw] [9ca67282-32f8-4a1d-989e-a403e5d73222] startBuild: response=ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc
|
|
1584
|
+
2026-01-13T02:57:08.733Z CLI info [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1585
|
+
2026-01-13T02:57:11.075Z CLI info [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making GET request to https://hub.browserstack.com
|
|
1586
|
+
2026-01-13T02:57:14.701Z CLI info [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making PUT request to https://collector-observability.browserstack.com
|
|
1587
|
+
2026-01-13T02:57:15.542Z CLI info [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
|
|
1588
|
+
2026-01-13T02:57:15.545Z CLI info [testhub:module] [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] stopBuild: ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc request={"finished_at":"2026-01-13T02:57:11.853Z","finished_metadata":[],"custom_metadata":null} response={"data":""}
|
|
1589
|
+
2026-01-13T02:57:15.548Z CLI info [TEST REPORTING AND ANALYTICS:module] [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] Visit https://automation.browserstack.com/builds/ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc to view build report, insights, and many more debugging information all at one place!
|
|
1590
|
+
2026-01-13T02:57:16.005Z CLI info [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
|
|
1591
|
+
2026-01-13T02:57:16.011Z CLI error [sdk:service] [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] Error occured in ConnectBinSession 9ca67282-32f8-4a1d-989e-a403e5d73222: Invalid session
|
|
1592
|
+
2026-01-13T02:57:16.340Z CLI info [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
|
|
1593
|
+
2026-01-13T02:57:17.535Z CLI info [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1594
|
+
2026-01-13T02:57:17.857Z CLI info [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making GET request to https://api.browserstack.com
|
|
1595
|
+
2026-01-13T02:57:18.205Z CLI info [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] [PRODUCTION] Making POST request to https://eds.browserstack.com
|
|
1596
|
+
2026-01-13T02:57:19.234Z CLI info [main] [naveen_OSt3Pw] [ev9bnxsza67glnduaehl1fas4vyf8ktgrji10elc] [9ca67282-32f8-4a1d-989e-a403e5d73222] Received graceful signal termination, performing cleanup
|
|
1597
|
+
2026-01-13T03:02:53.399Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"platformName":"android","buildName":"Mobile_Build-","deviceName":"Google Pixel 9","osVersion":"16.0","debug":true,"networkLogs":true,"interactiveDebugging":true,"uploadMedia":[],"wdioService":"9.22.0"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"test","browserstackLocal":false,"accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"wdio-71831"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
|
|
1598
|
+
2026-01-13T03:02:53.506Z CLI info Should start debug utility: undefined
|
|
1599
|
+
2026-01-13T03:02:53.515Z CLI info [testhub:module] [naveen_OSt3Pw] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] Starting testhub from 71843:0
|
|
1600
|
+
2026-01-13T03:02:53.516Z CLI info [naveen_OSt3Pw] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making POST request to https://sdk.browserstack.com
|
|
1601
|
+
2026-01-13T03:02:54.633Z CLI info [testhub:module] [naveen_OSt3Pw] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] startBuild: response=fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b
|
|
1602
|
+
2026-01-13T03:02:54.637Z CLI info [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1603
|
+
2026-01-13T03:02:57.713Z CLI info [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making GET request to https://hub.browserstack.com
|
|
1604
|
+
2026-01-13T03:02:58.188Z CLI info [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
|
|
1605
|
+
2026-01-13T03:02:58.654Z CLI info [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
|
|
1606
|
+
2026-01-13T03:02:58.983Z CLI info [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
|
|
1607
|
+
2026-01-13T03:03:00.074Z CLI info [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making PUT request to https://collector-observability.browserstack.com
|
|
1608
|
+
2026-01-13T03:03:01.237Z CLI info [testhub:module] [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] stopBuild: fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b request={"finished_at":"2026-01-13T03:02:58.519Z","finished_metadata":[],"custom_metadata":null} response={"data":""}
|
|
1609
|
+
2026-01-13T03:03:01.242Z CLI info [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1610
|
+
2026-01-13T03:03:01.244Z CLI info [TEST REPORTING AND ANALYTICS:module] [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] Visit https://automation.browserstack.com/builds/fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b to view build report, insights, and many more debugging information all at one place!
|
|
1611
|
+
2026-01-13T03:03:01.605Z CLI info [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making GET request to https://api.browserstack.com
|
|
1612
|
+
2026-01-13T03:03:02.014Z CLI info [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] [PRODUCTION] Making POST request to https://eds.browserstack.com
|
|
1613
|
+
2026-01-13T03:03:03.195Z CLI info [main] [naveen_OSt3Pw] [fl2ekd18dpafidonllfngflptvxcupqjv3yhzn7b] [a99cfc5a-5314-4191-99b9-b4c85c93eef4] Received graceful signal termination, performing cleanup
|
|
1614
|
+
2026-01-13T03:05:13.657Z CLI info Config : {"userName":"[REDACTED]","accessKey":"[REDACTED]","platforms":[{"platformName":"android","buildName":"Mobile_Build-","deviceName":"Google Pixel 9","osVersion":"16.0","debug":true,"networkLogs":true,"interactiveDebugging":true,"uploadMedia":["media://da43e04f8f5e9def566059a8c4138e3ae648f1b8"],"wdioService":"9.22.0"}],"isNonBstackA11yWDIO":false,"buildIdentifier":"test","browserstackLocal":false,"accessibility":null,"testObservability":true,"browserStackLocalOptions":{"forcelocal":false,"localIdentifier":"wdio-72007"},"testContextOptions":{"skipSessionName":false,"skipSessionStatus":false,"sessionNameOmitTestTitle":false,"sessionNamePrependTopLevelSuiteTitle":false,"sessionNameFormat":""},"buildTag":[]}
|
|
1615
|
+
2026-01-13T03:05:13.763Z CLI info Should start debug utility: undefined
|
|
1616
|
+
2026-01-13T03:05:13.771Z CLI info [testhub:module] [naveen_OSt3Pw] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] Starting testhub from 72083:0
|
|
1617
|
+
2026-01-13T03:05:13.772Z CLI info [naveen_OSt3Pw] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making POST request to https://sdk.browserstack.com
|
|
1618
|
+
2026-01-13T03:05:15.490Z CLI info [testhub:module] [naveen_OSt3Pw] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] startBuild: response=kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e
|
|
1619
|
+
2026-01-13T03:05:15.492Z CLI info [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1620
|
+
2026-01-13T03:05:17.631Z CLI info [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making GET request to https://hub.browserstack.com
|
|
1621
|
+
2026-01-13T03:05:18.105Z CLI info [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making GET request to https://hub-apse.browserstack.com
|
|
1622
|
+
2026-01-13T03:05:18.564Z CLI info [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making GET request to https://hub-aps.browserstack.com
|
|
1623
|
+
2026-01-13T03:05:18.953Z CLI info [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making GET request to https://hub-usw.browserstack.com
|
|
1624
|
+
2026-01-13T03:05:19.955Z CLI info [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making PUT request to https://collector-observability.browserstack.com
|
|
1625
|
+
2026-01-13T03:05:20.866Z CLI info [testhub:module] [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] stopBuild: kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e request={"finished_at":"2026-01-13T03:05:18.421Z","finished_metadata":[],"custom_metadata":null} response={"data":""}
|
|
1626
|
+
2026-01-13T03:05:20.869Z CLI info [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making POST request to https://api.browserstack.com
|
|
1627
|
+
2026-01-13T03:05:20.871Z CLI info [TEST REPORTING AND ANALYTICS:module] [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] Visit https://automation.browserstack.com/builds/kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e to view build report, insights, and many more debugging information all at one place!
|
|
1628
|
+
2026-01-13T03:05:21.274Z CLI info [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making GET request to https://api.browserstack.com
|
|
1629
|
+
2026-01-13T03:05:21.609Z CLI info [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] [PRODUCTION] Making POST request to https://eds.browserstack.com
|
|
1630
|
+
2026-01-13T03:05:22.665Z CLI info [main] [naveen_OSt3Pw] [kts5yvpgyvlglca8z8p8eu4jfpqmgbba4q9grh3e] [341d78d0-6148-4281-aa7f-bda9dc7e77a7] Received graceful signal termination, performing cleanup
|