browserstack-node-sdk 1.35.2 → 1.35.3

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.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +2 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x1bf8(_0x562163,_0xa6f29b){const _0x14d9c7=a1_0x14d9();return a1_0x1bf8=function(_0x1bf821,_0x59a5d5){_0x1bf821=_0x1bf821-0x11a;let _0x2fc8f6=_0x14d9c7[_0x1bf821];return _0x2fc8f6;},a1_0x1bf8(_0x562163,_0xa6f29b);}const a1_0x524ea0=a1_0x1bf8;(function(_0x5a8936,_0x338d9e){const _0x48371b=a1_0x1bf8,_0x16453c=_0x5a8936();while(!![]){try{const _0x100371=-parseInt(_0x48371b(0x1b7))/0x1*(parseInt(_0x48371b(0x1f1))/0x2)+-parseInt(_0x48371b(0x1d2))/0x3*(parseInt(_0x48371b(0x1be))/0x4)+-parseInt(_0x48371b(0x151))/0x5+-parseInt(_0x48371b(0x12f))/0x6*(parseInt(_0x48371b(0x19b))/0x7)+-parseInt(_0x48371b(0x189))/0x8+parseInt(_0x48371b(0x17b))/0x9+parseInt(_0x48371b(0x138))/0xa;if(_0x100371===_0x338d9e)break;else _0x16453c['push'](_0x16453c['shift']());}catch(_0x2628c6){_0x16453c['push'](_0x16453c['shift']());}}}(a1_0x14d9,0xbe432));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x524ea0(0x1e0)),logger=require(a1_0x524ea0(0x18a))['winstonLogger'],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x524ea0(0x1da)),PlaywrightSessionDetails=require(a1_0x524ea0(0x1a3)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x524ea0(0x174)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x524ea0(0x1d9)),scripts=require(a1_0x524ea0(0x1ef)),PerformanceTester=require(a1_0x524ea0(0x137)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x524ea0(0x150)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x524ea0(0x123)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x524ea0(0x15a)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x524ea0(0x12d)),CodeceptUtils=requireModule(a1_0x524ea0(0x146),a1_0x524ea0(0x12d)),CodeceptWebDriver=requireModule(a1_0x524ea0(0x16b),a1_0x524ea0(0x12d)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x524ea0(0x12d)),CodeceptPlaywright=requireModule(a1_0x524ea0(0x1b0),'codeceptjs'),playwrightMarkSessionStatus=(_0x4c9da4,_0x1999dd,_0x5a6fa0)=>{const _0x527c3d=a1_0x524ea0,_0x1d312a={'fnVLp':_0x527c3d(0x159),'QYAfc':function(_0x67ee61,_0x36e66e){return _0x67ee61(_0x36e66e);}},_0x2ebe78={};_0x2ebe78[_0x527c3d(0x1dc)]=_0x1999dd;const _0x50c4c5={};_0x50c4c5[_0x527c3d(0x12a)]=_0x1d312a['fnVLp'],_0x50c4c5['arguments']=_0x2ebe78;const _0x5d0776=_0x50c4c5;return!_0x1d312a[_0x527c3d(0x1af)](isUndefined,_0x5a6fa0)&&(_0x5d0776[_0x527c3d(0x129)][_0x527c3d(0x14c)]=JSON[_0x527c3d(0x13e)](_0x5a6fa0)),_0x4c9da4[_0x527c3d(0x1f4)](()=>{},_0x527c3d(0x1bd)+JSON['stringify'](_0x5d0776));},o11ySync=PerformanceTester[a1_0x524ea0(0x14b)](PerformanceO11yEvents[a1_0x524ea0(0x1c8)],async _0x368fc5=>{const _0x526882=a1_0x524ea0,_0x2a0a17={};_0x2a0a17[_0x526882(0x178)]=function(_0x17c80f,_0x37ff4d){return _0x17c80f===_0x37ff4d;},_0x2a0a17[_0x526882(0x1ca)]='Playwright';const _0x5d6623=_0x2a0a17;_0x5d6623[_0x526882(0x178)](_0x368fc5[_0x526882(0x198)]['name'],_0x5d6623['FhVtx'])?await _0x368fc5[_0x526882(0x1f4)](_0x14af46=>{},testOpsHelper[_0x526882(0x175)]()):await _0x368fc5[_0x526882(0x1f4)](testOpsHelper[_0x526882(0x175)]());}),markSessionName=PerformanceTester[a1_0x524ea0(0x14b)](PerformanceAutEvents[a1_0x524ea0(0x177)],async(_0x51d56a,_0x1d39ee)=>{const _0x2500e1=a1_0x524ea0,_0x3bcfe2={};_0x3bcfe2[_0x2500e1(0x17f)]=_0x2500e1(0x165),_0x3bcfe2[_0x2500e1(0x167)]=function(_0x4c14b5,_0x248d16){return _0x4c14b5===_0x248d16;},_0x3bcfe2[_0x2500e1(0x1e5)]=_0x2500e1(0x130);const _0x5695d9=_0x3bcfe2,_0x35a87d={};_0x35a87d[_0x2500e1(0x166)]=_0x1d39ee;const _0x4c15d6={};_0x4c15d6[_0x2500e1(0x12a)]=_0x5695d9[_0x2500e1(0x17f)],_0x4c15d6[_0x2500e1(0x129)]=_0x35a87d;const _0x3742c6=_0x4c15d6;_0x5695d9[_0x2500e1(0x167)](_0x51d56a[_0x2500e1(0x198)][_0x2500e1(0x166)],_0x5695d9[_0x2500e1(0x1e5)])?await _0x51d56a[_0x2500e1(0x1f4)](()=>{},'browserstack_executor:\x20'+JSON[_0x2500e1(0x13e)](_0x3742c6)):await _0x51d56a[_0x2500e1(0x1f4)](_0x2500e1(0x1bd)+JSON['stringify'](_0x3742c6));}),patchSaveScreenshot=_0x3a2d54=>{const _0x3b003c=a1_0x524ea0,_0x58a5a2={'htPIq':_0x3b003c(0x1f0),'dapLJ':_0x3b003c(0x18e),'HzeEy':function(_0x291be6){return _0x291be6();},'CSaxH':function(_0x3ab7a2,_0x6eb45b){return _0x3ab7a2(_0x6eb45b);},'FXZlN':_0x3b003c(0x190),'BAJWu':function(_0x533a91,_0x15d0c9){return _0x533a91(_0x15d0c9);}};_0x58a5a2['BAJWu'](isTrue,process[_0x3b003c(0x184)][_0x3b003c(0x1c0)])&&!_0x3a2d54[_0x3b003c(0x12c)]&&(_0x3a2d54['patchSaveScreenshot']=!![],_0x3a2d54[_0x3b003c(0x1f8)]=_0x3a2d54[_0x3b003c(0x1e7)],_0x3a2d54['saveScreenshot']=(_0x4f0678,_0x2f03cf=![])=>{const _0x1a3425=_0x3b003c,_0x2f4a9b={'nnuKn':_0x58a5a2[_0x1a3425(0x18c)],'SVTVR':_0x58a5a2[_0x1a3425(0x131)],'OnHLl':function(_0x2b2050){const _0x51bc5a=_0x1a3425;return _0x58a5a2[_0x51bc5a(0x147)](_0x2b2050);},'SpkNe':function(_0x3830ee,_0x453072){const _0x5ec546=_0x1a3425;return _0x58a5a2[_0x5ec546(0x121)](_0x3830ee,_0x453072);},'TSbZk':_0x58a5a2[_0x1a3425(0x1de)]};return new Promise(function(_0x13902b,_0x4a0cdc){const _0x24ad5b=_0x1a3425;_0x3a2d54['initSaveScreenshot'](_0x4f0678,_0x2f03cf)[_0x24ad5b(0x1d5)](()=>{const _0x2c5df5=_0x24ad5b,_0x1e20ac=CodeceptUtils[_0x2c5df5(0x1f7)](_0x4f0678);if(_0x1e20ac){const _0x444d41=fs[_0x2c5df5(0x1cb)](_0x1e20ac);process[_0x2c5df5(0x1b2)](_0x2c5df5(0x1c1)+process[_0x2c5df5(0x194)],{'timestamp':new Date()[_0x2c5df5(0x1c9)](),'message':_0x444d41['toString'](_0x2f4a9b[_0x2c5df5(0x16f)]),'kind':_0x2f4a9b['SVTVR']}),_0x2f4a9b[_0x2c5df5(0x1fe)](_0x13902b);}_0x2f4a9b[_0x2c5df5(0x15f)](_0x4a0cdc,new Error(_0x2f4a9b['TSbZk']));})['catch'](()=>null);});});},patchWebDriverBefore=_0x37e55d=>{const _0x4973bf=a1_0x524ea0,_0x528001={'cLrqO':function(_0x44f4dd){return _0x44f4dd();},'zZaAt':function(_0x272b8e,_0x22611c){return _0x272b8e(_0x22611c);},'vnhpt':function(_0x4bb0da,_0x22d0f4){return _0x4bb0da===_0x22d0f4;},'ttECY':_0x4973bf(0x1a1),'xeZKl':function(_0x41cac8,_0x4899aa){return _0x41cac8(_0x4899aa);}},_0x56072e=async function(_0x20aeae,_0x208280){const _0x3481ff=_0x4973bf;return _0x528001[_0x3481ff(0x1bb)](isAccessibilityAutomationSession)&&!global[_0x3481ff(0x16d)]&&global['accessibilityPlatform']&&scripts[_0x3481ff(0x1db)](_0x20aeae[_0x3481ff(0x166)])&&_0x528001[_0x3481ff(0x1b5)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3481ff(0x161)],async()=>{const _0x122b80=_0x3481ff;logger[_0x122b80(0x142)]('Performing\x20scan\x20for\x20'+_0x20aeae[_0x122b80(0x139)]+'\x20'+_0x20aeae[_0x122b80(0x166)]),await AccessibilityHelper[_0x122b80(0x17d)](_0x37e55d,scripts[_0x122b80(0x19c)]);},{'command':_0x20aeae[_0x3481ff(0x166)]})()),global[_0x3481ff(0x16d)]=![],_0x208280[_0x3481ff(0x17a)](this,Array[_0x3481ff(0x196)][_0x3481ff(0x12b)]['call'](arguments,0x2));},_0xb3b752=CodeceptWebDriver['prototype'][_0x4973bf(0x15b)];CodeceptWebDriver[_0x4973bf(0x196)][_0x4973bf(0x15b)]=async function(){const _0x57dbd9=_0x4973bf;try{await _0xb3b752[_0x57dbd9(0x17a)](this,arguments);}catch(_0x2043c7){logger['debug'](_0x57dbd9(0x1a7)+util[_0x57dbd9(0x158)](_0x2043c7));}scripts[_0x57dbd9(0x1d3)][_0x57dbd9(0x1f5)](_0x3c8e08=>_0x3c8e08[_0x57dbd9(0x166)]&&_0x3c8e08[_0x57dbd9(0x139)])[_0x57dbd9(0x169)](_0x37f22d=>{const _0x4f308b=_0x57dbd9;this[_0x4f308b(0x1a8)][_0x4f308b(0x19d)](_0x37f22d[_0x4f308b(0x166)],_0x56072e[_0x4f308b(0x1a5)](this,_0x37f22d),_0x528001[_0x4f308b(0x1ec)](_0x37f22d[_0x4f308b(0x139)],_0x528001[_0x4f308b(0x163)]));}),_0x528001[_0x57dbd9(0x1ad)](processWebDriverConfig,_0x37e55d);};},patchPlaywrightBefore=()=>{const _0x52170d=a1_0x524ea0;PlaywrightSessionDetails[_0x52170d(0x160)]();const _0x390552=CodeceptPlaywright[_0x52170d(0x196)]['_before'];CodeceptPlaywright[_0x52170d(0x196)][_0x52170d(0x15b)]=async function(){const _0x49ac13=_0x52170d;this['browserContext']=await this[_0x49ac13(0x1a8)][_0x49ac13(0x11e)]()[0x0],await _0x390552[_0x49ac13(0x17a)](this,arguments);};},getCodeceptDriver=()=>{const _0x35b645=a1_0x524ea0,_0x38902e={};_0x38902e[_0x35b645(0x1c2)]=_0x35b645(0x1e8),_0x38902e[_0x35b645(0x1aa)]=_0x35b645(0x130),_0x38902e[_0x35b645(0x172)]=_0x35b645(0x1a9),_0x38902e[_0x35b645(0x141)]=_0x35b645(0x15d);const _0x425a2c=_0x38902e,_0x872774=[_0x425a2c[_0x35b645(0x1c2)],_0x425a2c[_0x35b645(0x1aa)],_0x425a2c[_0x35b645(0x172)],_0x425a2c[_0x35b645(0x141)]],_0x526daa=_0x872774[_0x35b645(0x14d)](_0x22ebf8=>!!CodeceptJS[_0x35b645(0x17c)][_0x35b645(0x13d)](_0x22ebf8));if(!_0x526daa)return null;return CodeceptJS[_0x35b645(0x17c)][_0x35b645(0x13d)](_0x526daa);};module[a1_0x524ea0(0x135)]=function(_0x181713){const _0x2f1af2=a1_0x524ea0,_0x303cca={'WwGEz':function(_0x10458e){return _0x10458e();},'BXSlF':function(_0x5f1316,_0x13d740){return _0x5f1316(_0x13d740);},'WfNzZ':'getAccessibilityResultsSummary','DyJCH':_0x2f1af2(0x125),'kLXMZ':'getAccessibilityResults','XLxaz':_0x2f1af2(0x1e3),'GjnvV':_0x2f1af2(0x14e),'UyoOl':_0x2f1af2(0x1d4),'pJTMa':_0x2f1af2(0x11d),'Sprkv':_0x2f1af2(0x1b3),'rwriJ':_0x2f1af2(0x1bc),'MeNNH':function(_0x318499,_0x6793a0){return _0x318499(_0x6793a0);},'tZILq':function(_0x500ebf,_0x39de98,_0x494a14){return _0x500ebf(_0x39de98,_0x494a14);},'BYfZD':_0x2f1af2(0x19a),'GxtKg':function(_0x148446,_0x1b029c,_0x4ca08c){return _0x148446(_0x1b029c,_0x4ca08c);},'qaNBx':_0x2f1af2(0x132),'WhtXF':function(_0x3ec033){return _0x3ec033();},'qiEPE':function(_0x46863b,_0xbfef87,_0x2a30f5,_0x2b6d67){return _0x46863b(_0xbfef87,_0x2a30f5,_0x2b6d67);},'FQHCu':function(_0x26a14b,_0x494ce6){return _0x26a14b===_0x494ce6;},'kQQdP':_0x2f1af2(0x1ee),'QPlyS':_0x2f1af2(0x149),'dwkaO':_0x2f1af2(0x136),'ApWvD':'afterTest','zEJKM':function(_0x379797){return _0x379797();},'RfOWA':_0x2f1af2(0x1a6),'ZIhiQ':_0x2f1af2(0x1c4),'QBzkI':'INFO','zDwRC':_0x2f1af2(0x1f3),'SydQg':_0x2f1af2(0x1e6),'JTClL':_0x2f1af2(0x1a2),'iBjNc':_0x2f1af2(0x1f2),'cIepe':function(_0x1b191b){return _0x1b191b();},'LAKFO':_0x2f1af2(0x130)};_0x181713[_0x2f1af2(0x168)]&&(global[_0x2f1af2(0x153)]=_0x181713[_0x2f1af2(0x168)]);PerformanceTester[_0x2f1af2(0x1b4)]();const _0x49d629=_0x303cca[_0x2f1af2(0x11b)](getCodeceptDriver),_0x515336=new O11yHelper(_0x49d629,_0x181713),_0x331213=!!CodeceptJS[_0x2f1af2(0x17c)][_0x2f1af2(0x13d)](_0x303cca[_0x2f1af2(0x13a)]);global[_0x2f1af2(0x154)]=_0x49d629,_0x49d629&&(PerformanceTester[_0x2f1af2(0x14b)](PerformanceEvents[_0x2f1af2(0x19e)],()=>{const _0x174246=_0x2f1af2;_0x331213?_0x303cca[_0x174246(0x179)](patchPlaywrightBefore):_0x303cca[_0x174246(0x1ce)](patchWebDriverBefore,_0x49d629);})(),PerformanceTester[_0x2f1af2(0x14b)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0xbea5a=_0x2f1af2,_0x4119c6={};_0x4119c6[_0xbea5a(0x1fb)]=_0x303cca['kLXMZ'],_0x4119c6[_0xbea5a(0x15c)]=_0x303cca[_0xbea5a(0x1ed)];const _0x12b0af=_0x4119c6;_0x49d629['getAccessibilityResultsSummary']=async()=>{const _0x4fce76=_0xbea5a;if(global[_0x4fce76(0x143)]){const _0x4f5d9e={};_0x4f5d9e['command']=_0x303cca[_0x4fce76(0x1cc)],await PerformanceTester[_0x4fce76(0x14b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x24c1ea=_0x4fce76;await AccessibilityHelper[_0x24c1ea(0x17d)](_0x49d629,scripts['performScan']);},_0x4f5d9e)(),await PerformanceTester[_0x4fce76(0x14b)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x20d8d0=_0x4fce76;await AccessibilityHelper[_0x20d8d0(0x17d)](_0x49d629,scripts[_0x20d8d0(0x1c6)]);})();}else return logger['warn'](_0x303cca[_0x4fce76(0x193)]),{};},_0x49d629[_0xbea5a(0x191)]=async()=>{const _0x49e1b2=_0xbea5a;if(global[_0x49e1b2(0x143)]){const _0x602eb3={};_0x602eb3[_0x49e1b2(0x1ae)]=_0x12b0af['QpKcS'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x49e1b2(0x161)],async()=>{const _0x119fca=_0x49e1b2;await AccessibilityHelper[_0x119fca(0x17d)](_0x49d629,scripts[_0x119fca(0x19c)]);},_0x602eb3)(),await PerformanceTester[_0x49e1b2(0x14b)](PerformanceA11yEvents[_0x49e1b2(0x122)],async()=>{const _0x1bc79e=_0x49e1b2;await AccessibilityHelper[_0x1bc79e(0x17d)](_0x49d629,scripts[_0x1bc79e(0x1e9)]);})();}else return logger['warn'](_0x12b0af[_0x49e1b2(0x15c)]),{};},_0x303cca[_0xbea5a(0x1ce)](patchSaveScreenshot,_0x49d629);})()),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)]['all'][_0x2f1af2(0x1b1)],()=>{const _0x1cc6ca=_0x2f1af2;PerformanceTester[_0x1cc6ca(0x152)](PerformanceEvents[_0x1cc6ca(0x1df)]);try{_0x515336[_0x1cc6ca(0x152)](),testOpsHelper[_0x1cc6ca(0x1ba)](),PerformanceTester[_0x1cc6ca(0x11f)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x4baa66){PerformanceTester[_0x1cc6ca(0x1ac)](_0x4baa66),PerformanceTester[_0x1cc6ca(0x11f)](PerformanceEvents[_0x1cc6ca(0x1df)],![],_0x4baa66);}}),CodeceptJS[_0x2f1af2(0x1fa)]['dispatcher']['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x157)][_0x2f1af2(0x127)],async()=>{const _0x84591c=_0x2f1af2;PerformanceTester[_0x84591c(0x152)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x84591c(0x1e4)](),await _0x515336[_0x84591c(0x17e)](),PerformanceTester[_0x84591c(0x11f)](PerformanceEvents[_0x84591c(0x156)]);}catch(_0x4a374c){PerformanceTester['captureError'](_0x4a374c),PerformanceTester['end'](PerformanceEvents[_0x84591c(0x156)],![],_0x4a374c);}finally{PerformanceTester[_0x84591c(0x13b)]();}}),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)]['hook'][_0x2f1af2(0x1ab)],_0x4c4893=>{const _0x560f8b=_0x2f1af2;PerformanceTester['start'](PerformanceEvents['SDK_HOOK']);try{const _0x3aa28f=_0x4c4893['ctx'][_0x560f8b(0x197)],_0x19f0e8=_0x515336[_0x560f8b(0x1d1)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x3aa28f);CodeceptRecorder[_0x560f8b(0x176)](()=>_0x515336[_0x560f8b(0x15e)](TEST_EVENTS[_0x560f8b(0x188)],_0x19f0e8));const _0x82bdb={};_0x82bdb[_0x560f8b(0x1d6)]=_0x303cca[_0x560f8b(0x192)],PerformanceTester[_0x560f8b(0x11f)](PerformanceEvents[_0x560f8b(0x200)],!![],null,_0x82bdb);}catch(_0x57d1bd){const _0x49e009={};_0x49e009[_0x560f8b(0x1d6)]=_0x303cca['GjnvV'],PerformanceTester[_0x560f8b(0x11f)](PerformanceEvents[_0x560f8b(0x200)],![],_0x57d1bd,_0x49e009),PerformanceTester[_0x560f8b(0x1ac)](_0x57d1bd);}}),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x124)][_0x2f1af2(0x133)],_0x2d0f08=>{const _0x33a367=_0x2f1af2,_0x59f917={};_0x59f917[_0x33a367(0x1d6)]=_0x303cca[_0x33a367(0x1bf)],PerformanceTester[_0x33a367(0x152)](PerformanceHookEvents[_0x33a367(0x200)],!![],null,_0x59f917);try{const _0x1bf236=_0x2d0f08[_0x33a367(0x14f)]['test'],_0x5a6174=_0x515336['captureEvent'](TEST_EVENTS[_0x33a367(0x14a)],_0x1bf236);CodeceptRecorder['add'](()=>_0x515336[_0x33a367(0x15e)](TEST_EVENTS[_0x33a367(0x14a)],_0x5a6174));const _0x5a450d={};_0x5a450d['hookType']=_0x303cca['UyoOl'],PerformanceTester['end'](PerformanceHookEvents[_0x33a367(0x200)],!![],null,_0x5a450d);}catch(_0x1666f4){PerformanceTester['captureError'](_0x1666f4);const _0x1fe8e9={};_0x1fe8e9['hookType']=_0x303cca[_0x33a367(0x1bf)],PerformanceTester[_0x33a367(0x11f)](PerformanceHookEvents['SDK_HOOK'],![],_0x1666f4,_0x1fe8e9);}}),CodeceptJS['event'][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x124)][_0x2f1af2(0x1d0)],async(_0x52643d,_0x48870f)=>{const _0x4edd02=_0x2f1af2;PerformanceTester[_0x4edd02(0x152)](PerformanceHookEvents[_0x4edd02(0x200)]);try{const _0x11b059=_0x52643d['ctx'][_0x4edd02(0x197)],_0x33fb6c=_0x515336[_0x4edd02(0x1d1)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x11b059,_0x48870f);CodeceptRecorder[_0x4edd02(0x176)](()=>_0x515336[_0x4edd02(0x15e)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x33fb6c));const _0x16365d={};_0x16365d[_0x4edd02(0x1d6)]=_0x303cca[_0x4edd02(0x162)],PerformanceTester[_0x4edd02(0x152)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x16365d);}catch(_0x5c2907){PerformanceTester[_0x4edd02(0x1ac)](_0x5c2907);const _0x35e9f9={};_0x35e9f9[_0x4edd02(0x1d6)]=_0x303cca['pJTMa'],PerformanceTester[_0x4edd02(0x11f)](PerformanceHookEvents[_0x4edd02(0x200)],![],_0x5c2907,_0x35e9f9);}const _0x14940f={};_0x14940f[_0x4edd02(0x1d6)]=_0x303cca['pJTMa'],PerformanceTester[_0x4edd02(0x11f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x14940f);}),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)]['test'][_0x2f1af2(0x1b1)],_0xc9301=>{const _0x1daa52=_0x2f1af2;PerformanceTester[_0x1daa52(0x152)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x1daa52(0x16e)](_0x303cca[_0x1daa52(0x164)],_0xc9301[_0x1daa52(0x19f)]);_0x303cca[_0x1daa52(0x179)](isBrowserstackInfra)&&(_0x331213&&(global[_0x1daa52(0x1fd)]={'currentTest':{'name':_0xc9301[_0x1daa52(0x19f)],'testInfo':{'titlePath':_0xc9301[_0x1daa52(0x1dd)]()}}}));const _0x410289={};_0x410289[_0x1daa52(0x1d6)]=_0x303cca[_0x1daa52(0x1f9)],PerformanceTester['end'](PerformanceHookEvents[_0x1daa52(0x200)],!![],null,_0x410289);}catch(_0x24f190){PerformanceTester['captureError'](_0x24f190);const _0x5a0d3a={};_0x5a0d3a['hookType']=_0x303cca[_0x1daa52(0x1f9)],PerformanceTester[_0x1daa52(0x11f)](PerformanceHookEvents[_0x1daa52(0x200)],![],_0x24f190,_0x5a0d3a);}}),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x197)][_0x2f1af2(0x1ab)],_0x5c5fe1=>{const _0x3cc37f=_0x2f1af2,_0x982377={'tawuu':function(_0x591a41){const _0x2f65e6=a1_0x1bf8;return _0x303cca[_0x2f65e6(0x179)](_0x591a41);},'CJIHy':function(_0x4b81b7,_0x37fdcf){const _0x18dc22=a1_0x1bf8;return _0x303cca[_0x18dc22(0x18f)](_0x4b81b7,_0x37fdcf);},'EznMJ':function(_0x1146f2,_0x19a4cd,_0x23afcc){const _0x335f08=a1_0x1bf8;return _0x303cca[_0x335f08(0x1cf)](_0x1146f2,_0x19a4cd,_0x23afcc);},'YYEFR':function(_0x599fd4,_0x2f9dc5){const _0xea90de=a1_0x1bf8;return _0x303cca[_0xea90de(0x18f)](_0x599fd4,_0x2f9dc5);}};PerformanceTester[_0x3cc37f(0x152)](PerformanceHookEvents[_0x3cc37f(0x200)]);try{globals[_0x3cc37f(0x16e)](_0x303cca[_0x3cc37f(0x164)],_0x5c5fe1[_0x3cc37f(0x19f)]);const _0x1f80e7=_0x515336[_0x3cc37f(0x1d1)](TEST_EVENTS[_0x3cc37f(0x12e)],_0x5c5fe1);CodeceptRecorder[_0x3cc37f(0x176)](()=>_0x515336[_0x3cc37f(0x15e)](TEST_EVENTS[_0x3cc37f(0x12e)],_0x1f80e7)),CodeceptRecorder[_0x3cc37f(0x176)](async()=>{const _0xedbddd=_0x3cc37f;_0x982377[_0xedbddd(0x186)](isBrowserstackInfra)&&(!_0x982377[_0xedbddd(0x1c5)](isTrue,_0x181713[_0xedbddd(0x145)])&&await _0x982377['EznMJ'](markSessionName,_0x49d629,_0x5c5fe1[_0xedbddd(0x19f)]),_0x515336[_0xedbddd(0x18d)]&&await _0x982377[_0xedbddd(0x13c)](o11ySync,_0x49d629));});}catch(_0xdf4761){const _0x387290={};_0x387290['hookType']=_0x303cca['BYfZD'],PerformanceTester[_0x3cc37f(0x11f)](PerformanceHookEvents[_0x3cc37f(0x200)],![],_0xdf4761,_0x387290),PerformanceTester[_0x3cc37f(0x1ac)](_0xdf4761);}const _0x379c2d={};_0x379c2d[_0x3cc37f(0x1d6)]=_0x303cca['BYfZD'],PerformanceTester[_0x3cc37f(0x11f)](PerformanceHookEvents[_0x3cc37f(0x200)],!![],null,_0x379c2d);}),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x197)]['passed'],_0x4c1f74=>{const _0x4de731=_0x2f1af2,_0x5a14cb={'wUYqg':function(_0x2fe9cc,_0x49a29d,_0x2cea4c){const _0x371ab1=a1_0x1bf8;return _0x303cca[_0x371ab1(0x1cf)](_0x2fe9cc,_0x49a29d,_0x2cea4c);},'cHpRu':function(_0x544ce6,_0x240465,_0x1a2b86){const _0x1712a2=a1_0x1bf8;return _0x303cca[_0x1712a2(0x11a)](_0x544ce6,_0x240465,_0x1a2b86);},'ulmgz':function(_0x940637){const _0x22cc71=a1_0x1bf8;return _0x303cca[_0x22cc71(0x179)](_0x940637);}};PerformanceTester['start'](PerformanceHookEvents[_0x4de731(0x200)]);try{const _0x4f558b=_0x515336['captureEvent'](TEST_EVENTS[_0x4de731(0x148)],_0x4c1f74);CodeceptRecorder[_0x4de731(0x176)](()=>_0x515336[_0x4de731(0x15e)](TEST_EVENTS[_0x4de731(0x148)],_0x4f558b)),CodeceptRecorder[_0x4de731(0x176)](async()=>{const _0x54f2b6=_0x4de731,_0x2b74d6={'Xsyiu':function(_0xf25ae9,_0x340c98,_0x43f715){const _0x4e1da8=a1_0x1bf8;return _0x5a14cb[_0x4e1da8(0x1ea)](_0xf25ae9,_0x340c98,_0x43f715);},'VcOEw':function(_0x132026,_0x436b31,_0x53b703){return _0x5a14cb['cHpRu'](_0x132026,_0x436b31,_0x53b703);}};_0x5a14cb[_0x54f2b6(0x173)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x54f2b6(0x155)],async()=>{const _0x4036c6=_0x54f2b6;_0x331213?await _0x2b74d6[_0x4036c6(0x185)](playwrightMarkSessionStatus,_0x49d629,STATE_PASSED):await _0x2b74d6[_0x4036c6(0x126)](markSessionStatus,_0x49d629,STATE_PASSED);})();}),PerformanceTester[_0x4de731(0x11f)](PerformanceEvents[_0x4de731(0x171)]);}catch(_0x537b62){PerformanceTester[_0x4de731(0x1ac)](_0x537b62);const _0x4ef457={};_0x4ef457[_0x4de731(0x1d6)]=_0x303cca[_0x4de731(0x181)],PerformanceTester[_0x4de731(0x11f)](PerformanceHookEvents[_0x4de731(0x200)],![],_0x537b62,_0x4ef457),PerformanceTester[_0x4de731(0x11f)](PerformanceEvents[_0x4de731(0x171)],![],_0x537b62);}const _0x4a17fc={};_0x4a17fc['hookType']=_0x303cca[_0x4de731(0x181)],PerformanceTester[_0x4de731(0x11f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4a17fc);}),CodeceptJS[_0x2f1af2(0x1fa)]['dispatcher']['on'](CodeceptJS['event'][_0x2f1af2(0x197)][_0x2f1af2(0x1d0)],(_0x5a081d,_0x204174)=>{const _0x225e82=_0x2f1af2;PerformanceTester[_0x225e82(0x152)](PerformanceHookEvents[_0x225e82(0x200)]);try{if(_0x303cca[_0x225e82(0x195)](_0x5a081d[_0x225e82(0x198)][_0x225e82(0x166)],_0x303cca[_0x225e82(0x170)])){const _0x3735f3=_0x515336['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x5a081d[_0x225e82(0x14f)][_0x225e82(0x11c)]);CodeceptRecorder[_0x225e82(0x176)](()=>_0x515336['fireEvent'](TEST_EVENTS[_0x225e82(0x1ff)],_0x3735f3));}else{const _0xf86a50=_0x515336['captureEvent'](TEST_EVENTS[_0x225e82(0x148)],_0x5a081d,_0x204174);CodeceptRecorder[_0x225e82(0x176)](()=>{const _0x28cb1a=_0x225e82;try{_0x515336[_0x28cb1a(0x15e)](TEST_EVENTS[_0x28cb1a(0x148)],_0xf86a50);}catch(_0x22675e){logger[_0x28cb1a(0x142)](_0x28cb1a(0x144)+util['format'](_0x22675e)),PerformanceTester[_0x28cb1a(0x11f)](PerformanceEvents[_0x28cb1a(0x171)],![],_0x22675e);}}),CodeceptRecorder['add'](async()=>{const _0xca6c09=_0x225e82;try{_0x303cca[_0xca6c09(0x1b6)](isBrowserstackInfra)&&(_0x331213?await _0x303cca[_0xca6c09(0x199)](playwrightMarkSessionStatus,_0x49d629,STATE_FAILED,_0x204174):await _0x303cca['qiEPE'](markSessionStatus,_0x49d629,STATE_FAILED,_0x204174));}catch(_0x5c44ce){logger[_0xca6c09(0x142)](_0xca6c09(0x140)+util[_0xca6c09(0x158)](_0x5c44ce)),PerformanceTester['end'](PerformanceEvents[_0xca6c09(0x171)],![],_0x5c44ce);}});}PerformanceTester[_0x225e82(0x11f)](PerformanceEvents[_0x225e82(0x171)]);}catch(_0x57709c){PerformanceTester['captureError'](_0x57709c);const _0x2a2485={};_0x2a2485[_0x225e82(0x1d6)]=_0x303cca[_0x225e82(0x1f6)],PerformanceTester[_0x225e82(0x11f)](PerformanceHookEvents[_0x225e82(0x200)],![],_0x57709c,_0x2a2485),PerformanceTester[_0x225e82(0x11f)](PerformanceEvents['SDK_TEST'],![],_0x57709c);}const _0x20b252={};_0x20b252[_0x225e82(0x1d6)]=_0x303cca[_0x225e82(0x1f6)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x20b252);}),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x197)]['skipped'],_0x2b1734=>{const _0xe9a5c4=_0x2f1af2;PerformanceTester[_0xe9a5c4(0x152)](PerformanceHookEvents[_0xe9a5c4(0x200)]);try{const _0x3644ad=_0x515336[_0xe9a5c4(0x1d1)](TEST_EVENTS[_0xe9a5c4(0x1ff)],_0x2b1734);CodeceptRecorder['add'](()=>_0x515336[_0xe9a5c4(0x15e)](TEST_EVENTS[_0xe9a5c4(0x1ff)],_0x3644ad)),PerformanceTester['end'](PerformanceEvents[_0xe9a5c4(0x171)]);}catch(_0x7fa131){PerformanceTester[_0xe9a5c4(0x1ac)](_0x7fa131),PerformanceTester[_0xe9a5c4(0x11f)](PerformanceEvents[_0xe9a5c4(0x171)],![],_0x7fa131);const _0x12eb71={};_0x12eb71[_0xe9a5c4(0x1d6)]=_0x303cca[_0xe9a5c4(0x1e2)],PerformanceTester['end'](PerformanceHookEvents[_0xe9a5c4(0x200)],![],_0x7fa131,_0x12eb71);}const _0x70c2fe={};_0x70c2fe[_0xe9a5c4(0x1d6)]=_0x303cca[_0xe9a5c4(0x1e2)],PerformanceTester[_0xe9a5c4(0x11f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x70c2fe);}),CodeceptJS[_0x2f1af2(0x1fa)]['dispatcher']['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x197)][_0x2f1af2(0x127)],async(_0x82ab4b,_0x2076c1)=>{const _0x5450a5=_0x2f1af2,_0x1c9561={};_0x1c9561[_0x5450a5(0x1b8)]=_0x303cca[_0x5450a5(0x187)];const _0x1b9f02=_0x1c9561;try{PerformanceTester[_0x5450a5(0x152)](PerformanceHookEvents[_0x5450a5(0x200)]);if(_0x303cca[_0x5450a5(0x1eb)](isBrowserstackInfra)){const _0x4f5bd1=_0x303cca[_0x5450a5(0x1cf)](shouldScanTestForAccessibility,_0x82ab4b[_0x5450a5(0x1dd)](),!![]);if(_0x303cca[_0x5450a5(0x1b6)](isAccessibilityAutomationSession)&&global[_0x5450a5(0x143)]&&_0x4f5bd1){const _0x572762={};_0x572762[_0x5450a5(0x1a0)]=_0x82ab4b[_0x5450a5(0x1cd)],_0x572762[_0x5450a5(0x1c7)]=process['env'][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x572762[_0x5450a5(0x16c)]=process['env'][testHubConstants[_0x5450a5(0x1fc)][_0x5450a5(0x13f)]];const _0x29b08e=_0x572762;logger[_0x5450a5(0x142)](_0x5450a5(0x180)+JSON[_0x5450a5(0x13e)](_0x29b08e)),CodeceptRecorder[_0x5450a5(0x176)](async()=>{const _0x4c6ec8=_0x5450a5,_0x3c792b={};_0x3c792b[_0x4c6ec8(0x1ae)]=_0x1b9f02[_0x4c6ec8(0x1b8)],await PerformanceTester[_0x4c6ec8(0x14b)](PerformanceA11yEvents[_0x4c6ec8(0x161)],async()=>{const _0x547338=_0x4c6ec8;await AccessibilityHelper[_0x547338(0x17d)](_0x49d629,scripts[_0x547338(0x19c)]);},_0x3c792b)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4c6ec8(0x1c3)],async()=>{const _0x27bd9d=_0x4c6ec8;await AccessibilityHelper[_0x27bd9d(0x17d)](_0x49d629,scripts[_0x27bd9d(0x182)],_0x29b08e);})();}),logger['info'](_0x303cca[_0x5450a5(0x1a4)]);}}const _0x1534cb={};_0x1534cb[_0x5450a5(0x1d6)]=_0x303cca[_0x5450a5(0x1b9)],PerformanceTester[_0x5450a5(0x11f)](PerformanceHookEvents[_0x5450a5(0x200)],!![],null,_0x1534cb);}catch(_0x2b002c){PerformanceTester[_0x5450a5(0x1ac)](_0x2b002c);const _0x3ccee1={};_0x3ccee1[_0x5450a5(0x1d6)]=_0x303cca[_0x5450a5(0x1b9)],PerformanceTester[_0x5450a5(0x11f)](PerformanceHookEvents['SDK_HOOK'],![],_0x2b002c,_0x3ccee1);}}),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x120)]['comment'],_0x5bbf0f=>{const _0x437aef=_0x2f1af2;PerformanceTester[_0x437aef(0x152)](PerformanceHookEvents[_0x437aef(0x200)]);try{process[_0x437aef(0x1b2)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x437aef(0x1c9)](),'level':_0x303cca[_0x437aef(0x1e1)],'message':_0x5bbf0f,'kind':_0x303cca[_0x437aef(0x1d8)],'http_response':{}});}catch(_0x595eb2){PerformanceTester[_0x437aef(0x1ac)](_0x595eb2);const _0x27528c={};_0x27528c['hookType']=_0x303cca[_0x437aef(0x134)],PerformanceTester[_0x437aef(0x11f)](PerformanceHookEvents[_0x437aef(0x200)],![],_0x595eb2,_0x27528c);}const _0xd0ba67={};_0xd0ba67[_0x437aef(0x1d6)]=_0x303cca[_0x437aef(0x134)],PerformanceTester[_0x437aef(0x11f)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xd0ba67);}),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x128)][_0x2f1af2(0x1b1)],_0x54fc04=>{const _0x11e3f4=_0x2f1af2,_0x45c521={};_0x45c521[_0x11e3f4(0x1d6)]=_0x303cca['JTClL'],PerformanceTester[_0x11e3f4(0x14b)](PerformanceHookEvents[_0x11e3f4(0x200)],()=>{const _0x345b2a=_0x11e3f4;_0x515336[_0x345b2a(0x16a)](_0x54fc04);},_0x45c521)();}),CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x183)]['on'](CodeceptJS[_0x2f1af2(0x1fa)][_0x2f1af2(0x128)][_0x2f1af2(0x127)],_0x17991d=>{const _0x5695e9=_0x2f1af2,_0xe66d5b={};_0xe66d5b[_0x5695e9(0x1d6)]=_0x303cca[_0x5695e9(0x1d7)],PerformanceTester[_0x5695e9(0x14b)](PerformanceHookEvents[_0x5695e9(0x200)],()=>{const _0x244722=_0x5695e9;_0x515336[_0x244722(0x18b)](_0x17991d);},_0xe66d5b)();});};function a1_0x14d9(){const _0x431863=['browserStackExecuteDriver','stop','vSLvx','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','qaNBx','saveTestResults','dispatcher','env','Xsyiu','tawuu','ApWvD','HOOK_RUN_STARTED','2558704sllOxD','../../helpers/logger','bddStepFinish','htPIq','enabled','TEST_SCREENSHOT','MeNNH','Screenshot\x20path\x20not\x20found','getAccessibilityResults','GjnvV','DyJCH','pid','FQHCu','prototype','test','constructor','qiEPE','test-started','105KyIsNS','performScan','overwriteCommand','SDK_PRE_INITIALIZE','title','thTestRunUuid','Element','bddStep-before','../../bin/playwright/sessionDetails','RfOWA','bind','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Failed\x20to\x20execute\x20_before:\x20','browser','Puppeteer','gUfAB','started','captureError','xeZKl','command','QYAfc','codeceptjs/lib/helper/Playwright.js','before','emit','browserstackTestName','startMonitoring','zZaAt','WhtXF','11287jScFEn','qjHyM','ZIhiQ','addRequestSpy','cLrqO','test-before','browserstack_executor:\x20','11092CiHzwZ','UyoOl','BS_TESTOPS_ALLOW_SCREENSHOTS','bs:addLog:','kRLna','SAVE_RESULTS','test-after','CJIHy','getResultsSummary','thBuildUuid','SYNC','toISOString','FhVtx','readFileSync','WfNzZ','testAnalyticsId','BXSlF','tZILq','failed','captureEvent','1305YgMGVW','commandsToWrap','hook-passed','then','hookType','iBjNc','zDwRC','../../bin/playwright/accessibility-helper','../../helpers/request-spy','shouldWrapCommand','status','titlePath','FXZlN','SDK_PRE_TEST','../../helpers/helper','QBzkI','dwkaO','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','restore','YRqAf','step-comment','saveScreenshot','WebDriver','getResults','wUYqg','zEJKM','vnhpt','XLxaz','Suite','../../helpers/accessibility-automation/scripts','base64','118AdyfBS','bddStep-after','TEST_LOG','executeScript','filter','QPlyS','screenshotOutputFolder','initSaveScreenshot','rwriJ','event','QpKcS','ENV_VAR','__workerDetails','OnHLl','TEST_RUN_SKIPPED','SDK_HOOK','GxtKg','cIepe','currentTest','hook-failed','contexts','end','step','CSaxH','GET_RESULTS','./helper.js','hook','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','VcOEw','after','bddStep','arguments','action','slice','patchSaveScreenshot','codeceptjs','TEST_RUN_STARTED','428478hCUtZU','Playwright','dapLJ','test-passed','passed','SydQg','exports','test-skipped','../../helpers/performance/performance-tester','39502340vNlvje','class','LAKFO','stopMonitoring','YYEFR','helpers','stringify','BROWSERSTACK_TESTHUB_JWT','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','rROaY','debug','accessibilityPlatform','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','skipSessionName','codeceptjs/lib/utils.js','HzeEy','TEST_RUN_FINISHED','test-failed','HOOK_RUN_FINISHED','measureWrapper','reason','find','hook-started','ctx','../../helpers/performance/constants','2056985ppyrou','start','__skipSessionStatus','__driver','SESSION_STATUS','SDK_POST_TEST','all','format','setSessionStatus','../../helpers/globals.js','_before','cJcbv','TestCafe','fireEvent','SpkNe','patch','PERFORM_SCAN','pJTMa','ttECY','Sprkv','setSessionName','name','qnQgY','skipSessionStatus','forEach','bddStepStart','codeceptjs/lib/helper/WebDriver.js','thJwtToken','bstackAllyScanning','setGlobal','nnuKn','kQQdP','SDK_TEST','CGtzW','ulmgz','./o11yHelper','getSyncScript','add','SESSION_NAME','dsNIM','WwGEz','apply','4533282ACSalN','container'];a1_0x14d9=function(){return _0x431863;};return a1_0x14d9();}
1
+ const a1_0x56767e=a1_0x5023;function a1_0x5023(_0x4be700,_0x376ed6){const _0xf23cf1=a1_0xf23c();return a1_0x5023=function(_0x502390,_0xd92ff4){_0x502390=_0x502390-0x101;let _0x627b5=_0xf23cf1[_0x502390];return _0x627b5;},a1_0x5023(_0x4be700,_0x376ed6);}(function(_0x8fef8f,_0x35fa03){const _0x54e51c=a1_0x5023,_0x53c8d3=_0x8fef8f();while(!![]){try{const _0x2a3fe9=-parseInt(_0x54e51c(0x18b))/0x1*(parseInt(_0x54e51c(0x1d4))/0x2)+-parseInt(_0x54e51c(0x119))/0x3*(parseInt(_0x54e51c(0x1c2))/0x4)+parseInt(_0x54e51c(0x183))/0x5*(parseInt(_0x54e51c(0x1bb))/0x6)+-parseInt(_0x54e51c(0x197))/0x7*(parseInt(_0x54e51c(0x138))/0x8)+-parseInt(_0x54e51c(0x151))/0x9+-parseInt(_0x54e51c(0x161))/0xa+parseInt(_0x54e51c(0x191))/0xb*(parseInt(_0x54e51c(0x1b6))/0xc);if(_0x2a3fe9===_0x35fa03)break;else _0x53c8d3['push'](_0x53c8d3['shift']());}catch(_0x88ba22){_0x53c8d3['push'](_0x53c8d3['shift']());}}}(a1_0xf23c,0xdc3a2));const fs=require('fs'),util=require(a1_0x56767e(0x17e)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x56767e(0x160)),logger=require(a1_0x56767e(0x144))[a1_0x56767e(0x104)],testOpsHelper=require(a1_0x56767e(0x16b)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x56767e(0x16f)),scripts=require(a1_0x56767e(0x1b9)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x56767e(0x12f)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x56767e(0x121)),testHubConstants=require(a1_0x56767e(0x108)),globals=require(a1_0x56767e(0x169)),CodeceptJS=requireModule(a1_0x56767e(0x1c4),a1_0x56767e(0x1ad)),CodeceptUtils=requireModule(a1_0x56767e(0x178),a1_0x56767e(0x1ad)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js','codeceptjs'),CodeceptRecorder=requireModule(a1_0x56767e(0x19c),'codeceptjs'),CodeceptPlaywright=requireModule(a1_0x56767e(0x173),a1_0x56767e(0x1ad)),playwrightMarkSessionStatus=(_0x3231f0,_0x2c6c36,_0x2993a4)=>{const _0x42c854=a1_0x56767e,_0x42d3b2={'ZfCrP':_0x42c854(0x188),'UvFqK':function(_0x351fc1,_0x517907){return _0x351fc1(_0x517907);}},_0x3090c2={};_0x3090c2[_0x42c854(0x153)]=_0x2c6c36;const _0x5c75b2={};_0x5c75b2[_0x42c854(0x120)]=_0x42d3b2['ZfCrP'],_0x5c75b2['arguments']=_0x3090c2;const _0x3abe8e=_0x5c75b2;return!_0x42d3b2[_0x42c854(0x154)](isUndefined,_0x2993a4)&&(_0x3abe8e[_0x42c854(0x14c)]['reason']=JSON[_0x42c854(0x129)](_0x2993a4)),_0x3231f0[_0x42c854(0x123)](()=>{},_0x42c854(0x13c)+JSON[_0x42c854(0x129)](_0x3abe8e));},o11ySync=PerformanceTester[a1_0x56767e(0x1dd)](PerformanceO11yEvents['SYNC'],async _0x30d02e=>{const _0x360e11=a1_0x56767e,_0x979e2={};_0x979e2[_0x360e11(0x19e)]=function(_0x373ee8,_0x4d3bec){return _0x373ee8===_0x4d3bec;},_0x979e2[_0x360e11(0x1ac)]='Playwright';const _0x10b9f2=_0x979e2;_0x10b9f2['Pmqpw'](_0x30d02e[_0x360e11(0x1dc)][_0x360e11(0x1b4)],_0x10b9f2['oqWpX'])?await _0x30d02e[_0x360e11(0x123)](_0x319537=>{},testOpsHelper[_0x360e11(0x177)]()):await _0x30d02e[_0x360e11(0x123)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x56767e(0x1dd)](PerformanceAutEvents[a1_0x56767e(0x14d)],async(_0x2d0054,_0x50af6b)=>{const _0x36cc89=a1_0x56767e,_0x34eee2={};_0x34eee2[_0x36cc89(0x171)]=_0x36cc89(0x1c7),_0x34eee2[_0x36cc89(0x16c)]=function(_0x34ba03,_0x2448ae){return _0x34ba03===_0x2448ae;},_0x34eee2['AXlej']=_0x36cc89(0x163);const _0x452ad0=_0x34eee2,_0x14ee57={};_0x14ee57[_0x36cc89(0x1b4)]=_0x50af6b;const _0x267d52={};_0x267d52[_0x36cc89(0x120)]=_0x452ad0[_0x36cc89(0x171)],_0x267d52['arguments']=_0x14ee57;const _0x147733=_0x267d52;_0x452ad0[_0x36cc89(0x16c)](_0x2d0054['constructor'][_0x36cc89(0x1b4)],_0x452ad0['AXlej'])?await _0x2d0054[_0x36cc89(0x123)](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x147733)):await _0x2d0054[_0x36cc89(0x123)](_0x36cc89(0x13c)+JSON[_0x36cc89(0x129)](_0x147733));}),patchSaveScreenshot=_0x1c20e7=>{const _0x535952=a1_0x56767e,_0x4409dc={'gEgqM':_0x535952(0x1ca),'ytXOd':_0x535952(0x102),'lWCeW':function(_0x33f376){return _0x33f376();},'PeZrr':function(_0x47f044,_0x3e4b9a){return _0x47f044(_0x3e4b9a);},'VoFfa':_0x535952(0x14f),'EXLor':function(_0x12d006,_0x17965d){return _0x12d006(_0x17965d);}};_0x4409dc[_0x535952(0x170)](isTrue,process[_0x535952(0x1bd)][_0x535952(0x114)])&&!_0x1c20e7[_0x535952(0x149)]&&(_0x1c20e7[_0x535952(0x149)]=!![],_0x1c20e7['initSaveScreenshot']=_0x1c20e7['saveScreenshot'],_0x1c20e7[_0x535952(0x1b3)]=(_0x242097,_0x25a8b5=![])=>{const _0xbcc7ea=_0x535952,_0x4ddf5a={'ifYJV':_0x4409dc['gEgqM'],'AMfde':_0x4409dc[_0xbcc7ea(0x128)],'hPAKh':function(_0x3c02d0){const _0x4bbb38=_0xbcc7ea;return _0x4409dc[_0x4bbb38(0x1c6)](_0x3c02d0);},'saVOE':function(_0x26290d,_0x247f5c){const _0x108684=_0xbcc7ea;return _0x4409dc[_0x108684(0x18a)](_0x26290d,_0x247f5c);},'GhDKq':_0x4409dc[_0xbcc7ea(0x187)]};return new Promise(function(_0x4cdfbb,_0x2107ee){const _0x421199=_0xbcc7ea;_0x1c20e7['initSaveScreenshot'](_0x242097,_0x25a8b5)[_0x421199(0x107)](()=>{const _0x20efc3=_0x421199,_0x58c7d8=CodeceptUtils[_0x20efc3(0x17d)](_0x242097);if(_0x58c7d8){const _0x122a3b=fs[_0x20efc3(0x175)](_0x58c7d8);process[_0x20efc3(0x12e)](_0x20efc3(0x112)+process[_0x20efc3(0x166)],{'timestamp':new Date()[_0x20efc3(0x113)](),'message':_0x122a3b[_0x20efc3(0x12c)](_0x4ddf5a[_0x20efc3(0x1ce)]),'kind':_0x4ddf5a['AMfde']}),_0x4ddf5a[_0x20efc3(0x180)](_0x4cdfbb);}_0x4ddf5a['saVOE'](_0x2107ee,new Error(_0x4ddf5a['GhDKq']));})[_0x421199(0x1d6)](()=>null);});});},patchWebDriverBefore=_0x268348=>{const _0x39f44d=a1_0x56767e,_0xb68b3a={'sETNC':function(_0x51543d){return _0x51543d();},'oErle':function(_0x414d2e,_0x8343a6){return _0x414d2e(_0x8343a6);},'BRGVi':function(_0x1e9737,_0x5ce289){return _0x1e9737===_0x5ce289;},'TurMo':_0x39f44d(0x15e)},_0x4cf4e6=async function(_0x51c408,_0x33edd1){const _0x2d204b=_0x39f44d;return _0xb68b3a['sETNC'](isAccessibilityAutomationSession)&&!global[_0x2d204b(0x12d)]&&global['accessibilityPlatform']&&scripts[_0x2d204b(0x199)](_0x51c408[_0x2d204b(0x1b4)])&&_0xb68b3a[_0x2d204b(0x118)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2d204b(0x12d)]=!![],await PerformanceTester[_0x2d204b(0x1dd)](PerformanceA11yEvents[_0x2d204b(0x11f)],async()=>{const _0x59fe25=_0x2d204b;logger['debug'](_0x59fe25(0x18e)+_0x51c408[_0x59fe25(0x162)]+'\x20'+_0x51c408['name']),await AccessibilityHelper[_0x59fe25(0x1c8)](_0x268348,scripts[_0x59fe25(0x1ae)]);},{'command':_0x51c408[_0x2d204b(0x1b4)]})()),global[_0x2d204b(0x12d)]=![],_0x33edd1[_0x2d204b(0x132)](this,Array[_0x2d204b(0x184)][_0x2d204b(0x13d)][_0x2d204b(0x17a)](arguments,0x2));},_0x24138a=CodeceptWebDriver[_0x39f44d(0x184)][_0x39f44d(0x15d)];CodeceptWebDriver[_0x39f44d(0x184)][_0x39f44d(0x15d)]=async function(){const _0x1d8051=_0x39f44d;try{await _0x24138a[_0x1d8051(0x132)](this,arguments);}catch(_0x6b09b7){logger[_0x1d8051(0x1a1)](_0x1d8051(0x1a7)+util[_0x1d8051(0x130)](_0x6b09b7));}scripts[_0x1d8051(0x134)][_0x1d8051(0x14b)](_0x133e89=>_0x133e89[_0x1d8051(0x1b4)]&&_0x133e89[_0x1d8051(0x162)])[_0x1d8051(0x10d)](_0x3a3eaa=>{const _0x19e6c9=_0x1d8051;this[_0x19e6c9(0x133)][_0x19e6c9(0x1a0)](_0x3a3eaa['name'],_0x4cf4e6[_0x19e6c9(0x17b)](this,_0x3a3eaa),_0xb68b3a[_0x19e6c9(0x12a)](_0x3a3eaa[_0x19e6c9(0x162)],_0xb68b3a['TurMo']));}),_0xb68b3a[_0x1d8051(0x118)](processWebDriverConfig,_0x268348);};},patchPlaywrightBefore=()=>{const _0x493826=a1_0x56767e;PlaywrightSessionDetails[_0x493826(0x1c9)]();const _0x33d5d8=CodeceptPlaywright['prototype'][_0x493826(0x15d)];CodeceptPlaywright[_0x493826(0x184)][_0x493826(0x15d)]=async function(){const _0xba6f3d=_0x493826;this[_0xba6f3d(0x1a2)]=await this[_0xba6f3d(0x133)][_0xba6f3d(0x11d)]()[0x0],await _0x33d5d8['apply'](this,arguments);};},getCodeceptDriver=()=>{const _0x3c0b1b=a1_0x56767e,_0x36ab3d={};_0x36ab3d[_0x3c0b1b(0x1cc)]=_0x3c0b1b(0x158),_0x36ab3d[_0x3c0b1b(0x10c)]='Playwright',_0x36ab3d[_0x3c0b1b(0x176)]=_0x3c0b1b(0x15a),_0x36ab3d[_0x3c0b1b(0x125)]=_0x3c0b1b(0x126);const _0x5c87d1=_0x36ab3d,_0x2e7c49=[_0x5c87d1[_0x3c0b1b(0x1cc)],_0x5c87d1['SfvSA'],_0x5c87d1['GxKgg'],_0x5c87d1[_0x3c0b1b(0x125)]],_0x287481=_0x2e7c49['find'](_0xfe6832=>!!CodeceptJS['container']['helpers'](_0xfe6832));if(!_0x287481)return null;return CodeceptJS['container'][_0x3c0b1b(0x1db)](_0x287481);};module[a1_0x56767e(0x150)]=function(_0x3ccf08){const _0x689ec8=a1_0x56767e,_0x2c23d9={'yWwnk':function(_0x303bc5){return _0x303bc5();},'sEMkg':function(_0x11a3bd,_0x5f4dcf){return _0x11a3bd(_0x5f4dcf);},'bvPMS':_0x689ec8(0x1a8),'cqaLp':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','KTbzg':_0x689ec8(0x193),'eQgQS':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','jnEKx':function(_0x329dbc,_0x5f1a65){return _0x329dbc(_0x5f1a65);},'fcXXQ':_0x689ec8(0x15c),'QCJoR':_0x689ec8(0x11b),'mtsWF':_0x689ec8(0x1bc),'LRusP':'browserstackTestName','gclKZ':function(_0x347335){return _0x347335();},'XWxIh':_0x689ec8(0x189),'Sszux':function(_0x497d0b){return _0x497d0b();},'qIyOe':function(_0x1cbc1e,_0x59aceb){return _0x1cbc1e(_0x59aceb);},'MGcOw':function(_0x2fa15c,_0x11a2b8,_0x2d732c){return _0x2fa15c(_0x11a2b8,_0x2d732c);},'fMiMc':function(_0x59fb8b,_0xe4b2a9){return _0x59fb8b(_0xe4b2a9);},'utZIZ':_0x689ec8(0x1aa),'JwKjj':function(_0x1d988c,_0x389922,_0x553bdc){return _0x1d988c(_0x389922,_0x553bdc);},'XMVjW':function(_0xe5c570,_0x129ff1,_0x9c84c6){return _0xe5c570(_0x129ff1,_0x9c84c6);},'IxrBJ':function(_0x5341d6){return _0x5341d6();},'iZUmw':_0x689ec8(0x17c),'NGTtg':function(_0x3785fc){return _0x3785fc();},'mnTQc':function(_0x27bce4,_0x205151,_0x15a70a,_0x64fae5){return _0x27bce4(_0x205151,_0x15a70a,_0x64fae5);},'MybPS':function(_0xf8171d,_0x2f7eb5){return _0xf8171d===_0x2f7eb5;},'htPYf':'Suite','JWeaH':_0x689ec8(0x19f),'OJkmx':_0x689ec8(0x10a),'JbxuD':_0x689ec8(0x1da),'psFgJ':function(_0x2d7ee8,_0x557cd3,_0x2fedaf){return _0x2d7ee8(_0x557cd3,_0x2fedaf);},'yypBA':_0x689ec8(0x101),'eNRxN':'test-after','NIJmW':_0x689ec8(0x105),'ATGlA':'TEST_LOG','hgWFT':_0x689ec8(0x19b),'AuAMv':_0x689ec8(0x19d),'gWLUT':'bddStep-after','IaTZV':_0x689ec8(0x163)};_0x3ccf08['skipSessionStatus']&&(global[_0x689ec8(0x11e)]=_0x3ccf08['skipSessionStatus']);PerformanceTester[_0x689ec8(0x1d9)]();const _0x4caca5=_0x2c23d9[_0x689ec8(0x12b)](getCodeceptDriver),_0x1c0632=new O11yHelper(_0x4caca5,_0x3ccf08),_0x46aa61=!!CodeceptJS['container'][_0x689ec8(0x1db)](_0x2c23d9[_0x689ec8(0x13a)]);global['__driver']=_0x4caca5,_0x4caca5&&(PerformanceTester[_0x689ec8(0x1dd)](PerformanceEvents[_0x689ec8(0x1d2)],()=>{const _0x41602e=_0x689ec8;_0x46aa61?_0x2c23d9[_0x41602e(0x1c5)](patchPlaywrightBefore):_0x2c23d9[_0x41602e(0x1a3)](patchWebDriverBefore,_0x4caca5);})(),PerformanceTester[_0x689ec8(0x1dd)](PerformanceEvents[_0x689ec8(0x155)],()=>{const _0x5052c8=_0x689ec8,_0x1924f3={};_0x1924f3[_0x5052c8(0x159)]=_0x2c23d9[_0x5052c8(0x1bf)],_0x1924f3['LAyfg']=_0x2c23d9[_0x5052c8(0x16a)];const _0x58e47e=_0x1924f3;_0x4caca5[_0x5052c8(0x193)]=async()=>{const _0x317e84=_0x5052c8;if(global[_0x317e84(0x1cb)]){const _0x232ef0={};_0x232ef0[_0x317e84(0x172)]=_0x58e47e[_0x317e84(0x159)],await PerformanceTester[_0x317e84(0x1dd)](PerformanceA11yEvents[_0x317e84(0x11f)],async()=>{const _0x4ab970=_0x317e84;await AccessibilityHelper[_0x4ab970(0x1c8)](_0x4caca5,scripts[_0x4ab970(0x1ae)]);},_0x232ef0)(),await PerformanceTester[_0x317e84(0x1dd)](PerformanceA11yEvents[_0x317e84(0x135)],async()=>{const _0x3c82e7=_0x317e84;await AccessibilityHelper[_0x3c82e7(0x1c8)](_0x4caca5,scripts[_0x3c82e7(0x111)]);})();}else return logger[_0x317e84(0x190)](_0x58e47e[_0x317e84(0x140)]),{};},_0x4caca5[_0x5052c8(0x1a8)]=async()=>{const _0x436368=_0x5052c8;if(global['accessibilityPlatform']){const _0x3f16c0={};_0x3f16c0[_0x436368(0x172)]=_0x2c23d9['bvPMS'],await PerformanceTester[_0x436368(0x1dd)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x50d22d=_0x436368;await AccessibilityHelper[_0x50d22d(0x1c8)](_0x4caca5,scripts['performScan']);},_0x3f16c0)(),await PerformanceTester[_0x436368(0x1dd)](PerformanceA11yEvents[_0x436368(0x192)],async()=>{const _0x4301f5=_0x436368;await AccessibilityHelper[_0x4301f5(0x1c8)](_0x4caca5,scripts[_0x4301f5(0x1a4)]);})();}else return logger[_0x436368(0x190)](_0x2c23d9[_0x436368(0x1cf)]),{};},_0x2c23d9[_0x5052c8(0x141)](patchSaveScreenshot,_0x4caca5);})()),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS['event'][_0x689ec8(0x116)][_0x689ec8(0x142)],()=>{const _0x5d22de=_0x689ec8;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0x1c0632[_0x5d22de(0x198)](),testOpsHelper[_0x5d22de(0x194)](),PerformanceTester[_0x5d22de(0x1ba)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x10e774){PerformanceTester['captureError'](_0x10e774),PerformanceTester[_0x5d22de(0x1ba)](PerformanceEvents[_0x5d22de(0x14e)],![],_0x10e774);}}),CodeceptJS['event'][_0x689ec8(0x1c3)]['on'](CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x116)][_0x689ec8(0x156)],async()=>{const _0x38bf57=_0x689ec8;PerformanceTester['start'](PerformanceEvents[_0x38bf57(0x1d7)]);try{requestSpy[_0x38bf57(0x18c)](),await _0x1c0632[_0x38bf57(0x18d)](),PerformanceTester[_0x38bf57(0x1ba)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x494cfe){PerformanceTester[_0x38bf57(0x117)](_0x494cfe),PerformanceTester[_0x38bf57(0x1ba)](PerformanceEvents[_0x38bf57(0x1d7)],![],_0x494cfe);}finally{PerformanceTester[_0x38bf57(0x1b7)]();}}),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x10b)][_0x689ec8(0x152)],_0x2bc19d=>{const _0x38dbbf=_0x689ec8;PerformanceTester[_0x38dbbf(0x198)](PerformanceEvents[_0x38dbbf(0x124)]);try{const _0x54cb3f=_0x2bc19d[_0x38dbbf(0x122)]['test'],_0x17654a=_0x1c0632[_0x38dbbf(0x145)](TEST_EVENTS[_0x38dbbf(0x1b8)],_0x54cb3f);CodeceptRecorder[_0x38dbbf(0x13e)](()=>_0x1c0632[_0x38dbbf(0x167)](TEST_EVENTS[_0x38dbbf(0x1b8)],_0x17654a));const _0x371923={};_0x371923[_0x38dbbf(0x174)]=_0x2c23d9[_0x38dbbf(0x1c1)],PerformanceTester[_0x38dbbf(0x1ba)](PerformanceEvents['SDK_HOOK'],!![],null,_0x371923);}catch(_0x1a9b31){const _0x5ee053={};_0x5ee053[_0x38dbbf(0x174)]=_0x2c23d9['fcXXQ'],PerformanceTester[_0x38dbbf(0x1ba)](PerformanceEvents['SDK_HOOK'],![],_0x1a9b31,_0x5ee053),PerformanceTester['captureError'](_0x1a9b31);}}),CodeceptJS['event'][_0x689ec8(0x1c3)]['on'](CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x10b)][_0x689ec8(0x131)],_0x2fb261=>{const _0x454c11=_0x689ec8,_0x31e439={};_0x31e439['hookType']=_0x2c23d9[_0x454c11(0x1b5)],PerformanceTester['start'](PerformanceHookEvents[_0x454c11(0x124)],!![],null,_0x31e439);try{const _0xd80854=_0x2fb261[_0x454c11(0x122)][_0x454c11(0x146)],_0x46c215=_0x1c0632[_0x454c11(0x145)](TEST_EVENTS[_0x454c11(0x18f)],_0xd80854);CodeceptRecorder['add'](()=>_0x1c0632[_0x454c11(0x167)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x46c215));const _0x3a16ce={};_0x3a16ce[_0x454c11(0x174)]=_0x2c23d9[_0x454c11(0x1b5)],PerformanceTester[_0x454c11(0x1ba)](PerformanceHookEvents[_0x454c11(0x124)],!![],null,_0x3a16ce);}catch(_0x44deb7){PerformanceTester[_0x454c11(0x117)](_0x44deb7);const _0x46bee0={};_0x46bee0[_0x454c11(0x174)]=_0x2c23d9[_0x454c11(0x1b5)],PerformanceTester[_0x454c11(0x1ba)](PerformanceHookEvents[_0x454c11(0x124)],![],_0x44deb7,_0x46bee0);}}),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS['event'][_0x689ec8(0x10b)][_0x689ec8(0x1d3)],async(_0x18927e,_0x1943b3)=>{const _0x1ed887=_0x689ec8;PerformanceTester['start'](PerformanceHookEvents[_0x1ed887(0x124)]);try{const _0x1d1646=_0x18927e[_0x1ed887(0x122)]['test'],_0x336982=_0x1c0632['captureEvent'](TEST_EVENTS[_0x1ed887(0x18f)],_0x1d1646,_0x1943b3);CodeceptRecorder[_0x1ed887(0x13e)](()=>_0x1c0632[_0x1ed887(0x167)](TEST_EVENTS[_0x1ed887(0x18f)],_0x336982));const _0x66084f={};_0x66084f[_0x1ed887(0x174)]=_0x2c23d9['mtsWF'],PerformanceTester[_0x1ed887(0x198)](PerformanceHookEvents[_0x1ed887(0x124)],!![],null,_0x66084f);}catch(_0x2d6c7b){PerformanceTester['captureError'](_0x2d6c7b);const _0x153070={};_0x153070['hookType']=_0x2c23d9[_0x1ed887(0x15b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x2d6c7b,_0x153070);}const _0x7b91e6={};_0x7b91e6[_0x1ed887(0x174)]=_0x2c23d9['mtsWF'],PerformanceTester[_0x1ed887(0x1ba)](PerformanceHookEvents[_0x1ed887(0x124)],!![],null,_0x7b91e6);}),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x146)][_0x689ec8(0x142)],_0x4d5af5=>{const _0x84bee3=_0x689ec8;PerformanceTester[_0x84bee3(0x198)](PerformanceHookEvents[_0x84bee3(0x124)]);try{globals[_0x84bee3(0x19a)](_0x2c23d9[_0x84bee3(0x16d)],_0x4d5af5[_0x84bee3(0x1be)]);_0x2c23d9[_0x84bee3(0x10f)](isBrowserstackInfra)&&(_0x46aa61&&(global[_0x84bee3(0x164)]={'currentTest':{'name':_0x4d5af5[_0x84bee3(0x1be)],'testInfo':{'titlePath':_0x4d5af5[_0x84bee3(0x15f)]()}}}));const _0x5055f8={};_0x5055f8[_0x84bee3(0x174)]=_0x2c23d9[_0x84bee3(0x139)],PerformanceTester['end'](PerformanceHookEvents[_0x84bee3(0x124)],!![],null,_0x5055f8);}catch(_0x2a6f2f){PerformanceTester[_0x84bee3(0x117)](_0x2a6f2f);const _0x43c1e9={};_0x43c1e9['hookType']=_0x2c23d9[_0x84bee3(0x139)],PerformanceTester[_0x84bee3(0x1ba)](PerformanceHookEvents[_0x84bee3(0x124)],![],_0x2a6f2f,_0x43c1e9);}}),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x146)][_0x689ec8(0x152)],_0x2df182=>{const _0x51a9c9=_0x689ec8,_0x58760a={'jYLhK':function(_0x3e62f0){const _0xf7305a=a1_0x5023;return _0x2c23d9[_0xf7305a(0x1d8)](_0x3e62f0);},'LWhJo':function(_0x242e2f,_0x56f0c0){return _0x2c23d9['qIyOe'](_0x242e2f,_0x56f0c0);},'jrQhe':function(_0x340bfa,_0x4dc6d0,_0x3225d5){return _0x2c23d9['MGcOw'](_0x340bfa,_0x4dc6d0,_0x3225d5);},'pLEnt':function(_0x284972,_0x39df0d){const _0x3841b1=a1_0x5023;return _0x2c23d9[_0x3841b1(0x157)](_0x284972,_0x39df0d);}};PerformanceTester['start'](PerformanceHookEvents[_0x51a9c9(0x124)]);try{globals['setGlobal'](_0x2c23d9[_0x51a9c9(0x16d)],_0x2df182['title']);const _0x45cc62=_0x1c0632[_0x51a9c9(0x145)](TEST_EVENTS[_0x51a9c9(0x1de)],_0x2df182);CodeceptRecorder[_0x51a9c9(0x13e)](()=>_0x1c0632['fireEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x45cc62)),CodeceptRecorder[_0x51a9c9(0x13e)](async()=>{const _0x53d796=_0x51a9c9;_0x58760a['jYLhK'](isBrowserstackInfra)&&(!_0x58760a[_0x53d796(0x1d5)](isTrue,_0x3ccf08[_0x53d796(0x1c0)])&&await _0x58760a['jrQhe'](markSessionName,_0x4caca5,_0x2df182[_0x53d796(0x1be)]),_0x1c0632[_0x53d796(0x1d0)]&&await _0x58760a[_0x53d796(0x1b2)](o11ySync,_0x4caca5));});}catch(_0x3319ff){const _0x4385fa={};_0x4385fa['hookType']=_0x2c23d9[_0x51a9c9(0x127)],PerformanceTester[_0x51a9c9(0x1ba)](PerformanceHookEvents[_0x51a9c9(0x124)],![],_0x3319ff,_0x4385fa),PerformanceTester[_0x51a9c9(0x117)](_0x3319ff);}const _0x39d382={};_0x39d382[_0x51a9c9(0x174)]=_0x2c23d9[_0x51a9c9(0x127)],PerformanceTester[_0x51a9c9(0x1ba)](PerformanceHookEvents[_0x51a9c9(0x124)],!![],null,_0x39d382);}),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS[_0x689ec8(0x186)]['test'][_0x689ec8(0x131)],_0x331653=>{const _0x332ded=_0x689ec8,_0xd09c83={'HlEWT':function(_0x37ed13,_0x7c9dd6,_0x5be6c3){const _0xfab1ce=a1_0x5023;return _0x2c23d9[_0xfab1ce(0x1b1)](_0x37ed13,_0x7c9dd6,_0x5be6c3);},'rYopz':function(_0x225659,_0x3fe993,_0x566742){const _0x26b326=a1_0x5023;return _0x2c23d9[_0x26b326(0x1a6)](_0x225659,_0x3fe993,_0x566742);},'gxosP':function(_0x1f67ce){return _0x2c23d9['IxrBJ'](_0x1f67ce);}};PerformanceTester[_0x332ded(0x198)](PerformanceHookEvents[_0x332ded(0x124)]);try{const _0x3fc025=_0x1c0632[_0x332ded(0x145)](TEST_EVENTS[_0x332ded(0x16e)],_0x331653);CodeceptRecorder[_0x332ded(0x13e)](()=>_0x1c0632[_0x332ded(0x167)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3fc025)),CodeceptRecorder['add'](async()=>{const _0x8b42c7=_0x332ded;_0xd09c83['gxosP'](isBrowserstackInfra)&&await PerformanceTester[_0x8b42c7(0x1dd)](PerformanceAutEvents[_0x8b42c7(0x195)],async()=>{const _0x25451b=_0x8b42c7;_0x46aa61?await _0xd09c83[_0x25451b(0x1b0)](playwrightMarkSessionStatus,_0x4caca5,STATE_PASSED):await _0xd09c83[_0x25451b(0x115)](markSessionStatus,_0x4caca5,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x332ded(0x1cd)]);}catch(_0x271cbb){PerformanceTester['captureError'](_0x271cbb);const _0x584070={};_0x584070[_0x332ded(0x174)]=_0x2c23d9[_0x332ded(0x13f)],PerformanceTester[_0x332ded(0x1ba)](PerformanceHookEvents[_0x332ded(0x124)],![],_0x271cbb,_0x584070),PerformanceTester[_0x332ded(0x1ba)](PerformanceEvents[_0x332ded(0x1cd)],![],_0x271cbb);}const _0x265e73={};_0x265e73[_0x332ded(0x174)]=_0x2c23d9[_0x332ded(0x13f)],PerformanceTester[_0x332ded(0x1ba)](PerformanceHookEvents[_0x332ded(0x124)],!![],null,_0x265e73);}),CodeceptJS[_0x689ec8(0x186)]['dispatcher']['on'](CodeceptJS[_0x689ec8(0x186)]['test'][_0x689ec8(0x1d3)],(_0x3a9987,_0x10fd19)=>{const _0x3f6df2=_0x689ec8,_0x1f6fd7={'qyFri':function(_0x2192a9){const _0x2d2c20=a1_0x5023;return _0x2c23d9[_0x2d2c20(0x109)](_0x2192a9);},'JQTpk':function(_0x4b9d8b,_0xcf1715,_0x335816,_0x305992){const _0x3a0cbf=a1_0x5023;return _0x2c23d9[_0x3a0cbf(0x106)](_0x4b9d8b,_0xcf1715,_0x335816,_0x305992);}};PerformanceTester[_0x3f6df2(0x198)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x2c23d9[_0x3f6df2(0x1a9)](_0x3a9987[_0x3f6df2(0x1dc)][_0x3f6df2(0x1b4)],_0x2c23d9[_0x3f6df2(0x182)])){const _0x4324bc=_0x1c0632[_0x3f6df2(0x145)](TEST_EVENTS[_0x3f6df2(0x1a5)],_0x3a9987[_0x3f6df2(0x122)]['currentTest']);CodeceptRecorder[_0x3f6df2(0x13e)](()=>_0x1c0632[_0x3f6df2(0x167)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4324bc));}else{const _0x4b3bcc=_0x1c0632[_0x3f6df2(0x145)](TEST_EVENTS[_0x3f6df2(0x16e)],_0x3a9987,_0x10fd19);CodeceptRecorder['add'](()=>{const _0x2225b7=_0x3f6df2;try{_0x1c0632[_0x2225b7(0x167)](TEST_EVENTS[_0x2225b7(0x16e)],_0x4b3bcc);}catch(_0x3f6943){logger[_0x2225b7(0x1a1)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x2225b7(0x130)](_0x3f6943)),PerformanceTester[_0x2225b7(0x1ba)](PerformanceEvents['SDK_TEST'],![],_0x3f6943);}}),CodeceptRecorder[_0x3f6df2(0x13e)](async()=>{const _0x42379f=_0x3f6df2;try{_0x1f6fd7['qyFri'](isBrowserstackInfra)&&(_0x46aa61?await _0x1f6fd7['JQTpk'](playwrightMarkSessionStatus,_0x4caca5,STATE_FAILED,_0x10fd19):await _0x1f6fd7[_0x42379f(0x179)](markSessionStatus,_0x4caca5,STATE_FAILED,_0x10fd19));}catch(_0x1d3ff8){logger['debug']('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x42379f(0x130)](_0x1d3ff8)),PerformanceTester[_0x42379f(0x1ba)](PerformanceEvents['SDK_TEST'],![],_0x1d3ff8);}});}PerformanceTester[_0x3f6df2(0x1ba)](PerformanceEvents[_0x3f6df2(0x1cd)]);}catch(_0x25cc97){PerformanceTester[_0x3f6df2(0x117)](_0x25cc97);const _0x396175={};_0x396175[_0x3f6df2(0x174)]=_0x2c23d9[_0x3f6df2(0x137)],PerformanceTester[_0x3f6df2(0x1ba)](PerformanceHookEvents[_0x3f6df2(0x124)],![],_0x25cc97,_0x396175),PerformanceTester[_0x3f6df2(0x1ba)](PerformanceEvents['SDK_TEST'],![],_0x25cc97);}const _0x35011e={};_0x35011e[_0x3f6df2(0x174)]=_0x2c23d9[_0x3f6df2(0x137)],PerformanceTester[_0x3f6df2(0x1ba)](PerformanceHookEvents[_0x3f6df2(0x124)],!![],null,_0x35011e);}),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS['event']['test']['skipped'],_0xfd92e6=>{const _0x47f08b=_0x689ec8;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x27b75f=_0x1c0632[_0x47f08b(0x145)](TEST_EVENTS[_0x47f08b(0x1a5)],_0xfd92e6);CodeceptRecorder['add'](()=>_0x1c0632[_0x47f08b(0x167)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x27b75f)),PerformanceTester[_0x47f08b(0x1ba)](PerformanceEvents['SDK_TEST']);}catch(_0x55d6e2){PerformanceTester[_0x47f08b(0x117)](_0x55d6e2),PerformanceTester[_0x47f08b(0x1ba)](PerformanceEvents['SDK_TEST'],![],_0x55d6e2);const _0x3d6cf7={};_0x3d6cf7[_0x47f08b(0x174)]=_0x2c23d9['OJkmx'],PerformanceTester[_0x47f08b(0x1ba)](PerformanceHookEvents[_0x47f08b(0x124)],![],_0x55d6e2,_0x3d6cf7);}const _0x4c6180={};_0x4c6180[_0x47f08b(0x174)]=_0x2c23d9['OJkmx'],PerformanceTester[_0x47f08b(0x1ba)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4c6180);}),CodeceptJS['event'][_0x689ec8(0x1c3)]['on'](CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x146)][_0x689ec8(0x156)],async(_0x3d8db2,_0x50f67b)=>{const _0x469e94=_0x689ec8,_0x4156f3={};_0x4156f3[_0x469e94(0x165)]=_0x2c23d9[_0x469e94(0x168)];const _0xa58c82=_0x4156f3;try{PerformanceTester[_0x469e94(0x198)](PerformanceHookEvents['SDK_HOOK']);if(_0x2c23d9[_0x469e94(0x109)](isBrowserstackInfra)){const _0x5b60a7=_0x2c23d9[_0x469e94(0x14a)](shouldScanTestForAccessibility,_0x3d8db2[_0x469e94(0x15f)](),!![]);if(_0x2c23d9[_0x469e94(0x1c5)](isAccessibilityAutomationSession)&&global[_0x469e94(0x1cb)]&&_0x5b60a7){const _0x12a6db={};_0x12a6db[_0x469e94(0x11c)]=_0x3d8db2['testAnalyticsId'],_0x12a6db[_0x469e94(0x110)]=process[_0x469e94(0x1bd)][testHubConstants[_0x469e94(0x10e)][_0x469e94(0x136)]],_0x12a6db[_0x469e94(0x103)]=process[_0x469e94(0x1bd)][testHubConstants['ENV_VAR'][_0x469e94(0x1ab)]];const _0x426598=_0x12a6db;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x469e94(0x129)](_0x426598)),CodeceptRecorder[_0x469e94(0x13e)](async()=>{const _0x3883d0=_0x469e94,_0x59bc70={};_0x59bc70[_0x3883d0(0x172)]=_0xa58c82['mJkZb'],await PerformanceTester[_0x3883d0(0x1dd)](PerformanceA11yEvents[_0x3883d0(0x11f)],async()=>{const _0x52b0ba=_0x3883d0;await AccessibilityHelper[_0x52b0ba(0x1c8)](_0x4caca5,scripts[_0x52b0ba(0x1ae)]);},_0x59bc70)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3883d0(0x11a)],async()=>{const _0x3da85e=_0x3883d0;await AccessibilityHelper[_0x3da85e(0x1c8)](_0x4caca5,scripts[_0x3da85e(0x147)],_0x426598);})();}),logger[_0x469e94(0x1af)](_0x2c23d9['yypBA']);}}const _0x3ece57={};_0x3ece57[_0x469e94(0x174)]=_0x2c23d9[_0x469e94(0x185)],PerformanceTester[_0x469e94(0x1ba)](PerformanceHookEvents[_0x469e94(0x124)],!![],null,_0x3ece57);}catch(_0x116eec){PerformanceTester['captureError'](_0x116eec);const _0x2a3ece={};_0x2a3ece[_0x469e94(0x174)]=_0x2c23d9[_0x469e94(0x185)],PerformanceTester[_0x469e94(0x1ba)](PerformanceHookEvents[_0x469e94(0x124)],![],_0x116eec,_0x2a3ece);}}),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS[_0x689ec8(0x186)]['step'][_0x689ec8(0x143)],_0x299317=>{const _0xce13fd=_0x689ec8;PerformanceTester[_0xce13fd(0x198)](PerformanceHookEvents['SDK_HOOK']);try{process[_0xce13fd(0x12e)](_0xce13fd(0x112)+process[_0xce13fd(0x166)],{'timestamp':new Date()[_0xce13fd(0x113)](),'level':_0x2c23d9['NIJmW'],'message':_0x299317,'kind':_0x2c23d9['ATGlA'],'http_response':{}});}catch(_0x5668e6){PerformanceTester[_0xce13fd(0x117)](_0x5668e6);const _0x5acb1d={};_0x5acb1d[_0xce13fd(0x174)]=_0x2c23d9[_0xce13fd(0x181)],PerformanceTester[_0xce13fd(0x1ba)](PerformanceHookEvents['SDK_HOOK'],![],_0x5668e6,_0x5acb1d);}const _0x36f8ab={};_0x36f8ab[_0xce13fd(0x174)]=_0x2c23d9['hgWFT'],PerformanceTester[_0xce13fd(0x1ba)](PerformanceHookEvents[_0xce13fd(0x124)],!![],null,_0x36f8ab);}),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS['event'][_0x689ec8(0x13b)]['before'],_0x4a3dfe=>{const _0x1686df=_0x689ec8,_0x39677c={};_0x39677c[_0x1686df(0x174)]=_0x2c23d9[_0x1686df(0x196)],PerformanceTester[_0x1686df(0x1dd)](PerformanceHookEvents[_0x1686df(0x124)],()=>{const _0x244a64=_0x1686df;_0x1c0632[_0x244a64(0x148)](_0x4a3dfe);},_0x39677c)();}),CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x1c3)]['on'](CodeceptJS[_0x689ec8(0x186)][_0x689ec8(0x13b)][_0x689ec8(0x156)],_0x2b3cc1=>{const _0x4f9d8b=_0x689ec8,_0x264b77={};_0x264b77[_0x4f9d8b(0x174)]=_0x2c23d9[_0x4f9d8b(0x1d1)],PerformanceTester[_0x4f9d8b(0x1dd)](PerformanceHookEvents[_0x4f9d8b(0x124)],()=>{const _0x2fbefb=_0x4f9d8b;_0x1c0632[_0x2fbefb(0x17f)](_0x2b3cc1);},_0x264b77)();});};function a1_0xf23c(){const _0x20cac5=['measureWrapper','TEST_RUN_STARTED','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','TEST_SCREENSHOT','thJwtToken','winstonLogger','INFO','mnTQc','then','../../helpers/testhub/constants.js','NGTtg','test-skipped','hook','SfvSA','forEach','ENV_VAR','gclKZ','thBuildUuid','getResultsSummary','bs:addLog:','toISOString','BS_TESTOPS_ALLOW_SCREENSHOTS','rYopz','all','captureError','oErle','3XpgZrD','SAVE_RESULTS','hook-passed','thTestRunUuid','contexts','__skipSessionStatus','PERFORM_SCAN','action','./helper.js','ctx','executeScript','SDK_HOOK','wKPrP','TestCafe','utZIZ','ytXOd','stringify','BRGVi','IxrBJ','toString','bstackAllyScanning','emit','../../helpers/performance/constants','format','passed','apply','browser','commandsToWrap','GET_RESULTS_SUMMARY','BROWSERSTACK_TESTHUB_UUID','JWeaH','16kTsVtl','XWxIh','IaTZV','bddStep','browserstack_executor:\x20','slice','add','iZUmw','LAyfg','jnEKx','before','comment','../../helpers/logger','captureEvent','test','saveTestResults','bddStepStart','patchSaveScreenshot','psFgJ','filter','arguments','SESSION_NAME','SDK_PRE_TEST','Screenshot\x20path\x20not\x20found','exports','137808KvKdTz','started','status','UvFqK','SDK_POST_INITIALIZE','after','fMiMc','WebDriver','xzJze','Puppeteer','mtsWF','hook-started','_before','Element','titlePath','../../helpers/helper','8554020vqkzln','class','Playwright','__workerDetails','mJkZb','pid','fireEvent','JbxuD','../../helpers/globals.js','eQgQS','../../helpers/test-observability/utils','ipopI','LRusP','TEST_RUN_FINISHED','../../bin/playwright/accessibility-helper','EXLor','YZAHW','command','codeceptjs/lib/helper/Playwright.js','hookType','readFileSync','GxKgg','getSyncScript','codeceptjs/lib/utils.js','JQTpk','call','bind','test-passed','screenshotOutputFolder','util','bddStepFinish','hPAKh','hgWFT','htPYf','210VsBgMc','prototype','eNRxN','event','VoFfa','setSessionStatus','test-before','PeZrr','1BdpcNu','restore','stop','Performing\x20scan\x20for\x20','HOOK_RUN_FINISHED','warn','33pPtbsg','GET_RESULTS','getAccessibilityResultsSummary','addRequestSpy','SESSION_STATUS','AuAMv','2859038weJDHU','start','shouldWrapCommand','setGlobal','step-comment','codeceptjs/lib/recorder.js','bddStep-before','Pmqpw','test-failed','overwriteCommand','debug','browserContext','sEMkg','getResults','TEST_RUN_SKIPPED','XMVjW','Failed\x20to\x20execute\x20_before:\x20','getAccessibilityResults','MybPS','test-started','BROWSERSTACK_TESTHUB_JWT','oqWpX','codeceptjs','performScan','info','HlEWT','JwKjj','pLEnt','saveScreenshot','name','QCJoR','17410236OWfRQt','stopMonitoring','HOOK_RUN_STARTED','../../helpers/accessibility-automation/scripts','end','21738CIKptO','hook-failed','env','title','KTbzg','skipSessionName','fcXXQ','4403576ucZZLT','dispatcher','codeceptjs/lib/index.js','yWwnk','lWCeW','setSessionName','browserStackExecuteDriver','patch','base64','accessibilityPlatform','jzGPy','SDK_TEST','ifYJV','cqaLp','enabled','gWLUT','SDK_PRE_INITIALIZE','failed','1628398vAsIKx','LWhJo','catch','SDK_POST_TEST','Sszux','startMonitoring','afterTest','helpers','constructor'];a1_0xf23c=function(){return _0x20cac5;};return a1_0xf23c();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a2_0x31a4(){const _0x334168=['enabled','chrome','desiredCapabilities','EVENTS','../../helpers/performance/constants','BROWSERSTACK_TEST_OBSERVABILITY_YML','browser','getUserWorkerCount','FRAMEWORKS','BRuCg','validPlatformsPresent','accessibilityOptions','Failed\x20:\x20','profile','failed','../../helpers/accessibility-automation/helper','BROWSERSTACK_RERUN_TESTS','Rliwu','codeceptjs','printBuildLink','testConfig','BrowserStackPlugin.js','info','BROWSERSTACK_TEST_ACCESSIBILITY_YML','YYxqu','RIWEI','USER_CONFIG_DETAILS_PATH','mergeDeep','KfMZO','MbVxm','LNMfr','wJMuL','Playwright','browserName','80NQzgtj','isUndefined','parallelsPerPlatform','existsSync','err','useW3C','SgJKA','SDK_SETUP','env','Started\x20:\x20','dirname','path','start','15ebsgzJ','PghEF','testObservability','length','Cnwmb','debug','34tXsRSi','Mcnia','split','setAdditionalCapabilities','codecept.conf.js','vupVA','addTests','KAtcd','isEmpty','stringify','before','exports','SiJmF','../../helpers/testhub/testhubHandler','frameworkName','259263EpdGAb','Acafy','run','ymLsU','228PLGMqx','trim','BrowserStackPlugin','lBLIs','../../helpers/logger','process','playwright-webkit','78346auSvbF','gFynq','browserStackCwd','stop','../../helpers/performance/performance-tester','push','errorMessage','testContextOptions','4144826KZRiaK','BROWSERSTACK_RERUN','11123260VIUgFr','stxKa','YRgKI','isTestObservabilitySession','prepareCapabilities','toLowerCase','../../helpers/helper','playwright-chromium','getPlatformName','rDXRh','helpers','264944wIVyVP','CODECEPT','event','accessibility','codeceptjs/lib/index.js','slice','passed','log','../../helpers/BrowserStackSetup','initialize','skipSessionStatus','--config','jLPPj','util','playwright-firefox','browserWSEndpoint','../../helpers/test-observability/utils','wBCie','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','join','chromium','finalExecution','findIndex','kgdXZ','platforms','createGroupsOfSuites','gherkin','launchBuild','stack','rkxYy','6pNLwbF','GDWUb','getPlaywrightUrl','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','WebDriver','require','cwd','chdir','isTrue','config','89375IOGUOH','title','root','test','addOptions','printResults','3604835acvHjN','handleApp'];a2_0x31a4=function(){return _0x334168;};return a2_0x31a4();}const a2_0x67f3af=a2_0x10f3;(function(_0x3e11dc,_0x27c807){const _0x2102fa=a2_0x10f3,_0x5b2381=_0x3e11dc();while(!![]){try{const _0x1afe68=parseInt(_0x2102fa(0xc9))/0x1*(-parseInt(_0x2102fa(0xaf))/0x2)+-parseInt(_0x2102fa(0xa9))/0x3*(-parseInt(_0x2102fa(0xde))/0x4)+parseInt(_0x2102fa(0x10c))/0x5+-parseInt(_0x2102fa(0xfc))/0x6*(parseInt(_0x2102fa(0xd1))/0x7)+-parseInt(_0x2102fa(0x9c))/0x8*(-parseInt(_0x2102fa(0xbe))/0x9)+parseInt(_0x2102fa(0xd3))/0xa+-parseInt(_0x2102fa(0x106))/0xb*(-parseInt(_0x2102fa(0xc2))/0xc);if(_0x1afe68===_0x27c807)break;else _0x5b2381['push'](_0x5b2381['shift']());}catch(_0x37b35a){_0x5b2381['push'](_0x5b2381['shift']());}}}(a2_0x31a4,0xa6ba6));const fs=require('fs'),path=require(a2_0x67f3af(0xa7)),util=require(a2_0x67f3af(0xeb)),process=require(a2_0x67f3af(0xc7)),logger=require(a2_0x67f3af(0xc6))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x67f3af(0xe6)),helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x67f3af(0x11d)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x67f3af(0xd9)),CodeceptJS=requireModule(a2_0x67f3af(0xe2),a2_0x67f3af(0x120)),testOpsHelper=require(a2_0x67f3af(0xee)),TestHubHandler=require(a2_0x67f3af(0xbc)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x67f3af(0xcd)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x67f3af(0x112))[a2_0x67f3af(0x111)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x2e63f3,_0x2e13e5)=>{const _0x3314ea=a2_0x67f3af,_0x31bf0a={};_0x31bf0a[_0x3314ea(0xb0)]=function(_0x2da681,_0x155e08){return _0x2da681===_0x155e08;},_0x31bf0a['wJMuL']=_0x3314ea(0xb3),_0x31bf0a['YYxqu']='codecept.json';const _0x120f1c=_0x31bf0a;let _0x43c6f1=null;const _0x396b6b={};let _0x591455=_0x2e13e5[_0x3314ea(0xf4)](_0x39ea23=>_0x39ea23===_0x3314ea(0xe9));_0x120f1c['Mcnia'](_0x591455,-0x1)&&(_0x591455=_0x2e13e5['findIndex'](_0x2073ef=>_0x2073ef==='-c'));if(!helper[_0x3314ea(0x9d)](_0x2e63f3[_0x3314ea(0x105)])&&fs[_0x3314ea(0x9f)](path[_0x3314ea(0xf1)](process[_0x3314ea(0x102)](),_0x2e63f3[_0x3314ea(0x105)])))_0x43c6f1=path['join'](process[_0x3314ea(0x102)](),_0x2e63f3[_0x3314ea(0x105)]),_0x2e13e5[_0x3314ea(0xe3)](_0x591455,0x2);else{if(!helper[_0x3314ea(0x9d)](_0x2e63f3['c'])&&fs[_0x3314ea(0x9f)](path[_0x3314ea(0xf1)](process['cwd'](),_0x2e63f3['c'])))_0x43c6f1=path[_0x3314ea(0xf1)](process[_0x3314ea(0x102)](),_0x2e63f3['c']),_0x2e13e5['slice'](_0x591455,0x2);else{if(fs[_0x3314ea(0x9f)](path[_0x3314ea(0xf1)](process['cwd'](),_0x120f1c[_0x3314ea(0x99)])))_0x43c6f1=path[_0x3314ea(0xf1)](process['cwd'](),_0x120f1c['wJMuL']);else fs[_0x3314ea(0x9f)](path[_0x3314ea(0xf1)](process[_0x3314ea(0x102)](),_0x120f1c[_0x3314ea(0x92)]))&&(_0x43c6f1=path[_0x3314ea(0xf1)](process[_0x3314ea(0x102)](),_0x120f1c[_0x3314ea(0x92)]));}}return process[_0x3314ea(0xa4)][_0x3314ea(0x94)]=_0x43c6f1,_0x43c6f1;},getO11yRerunPattern=()=>{const _0x55c368=a2_0x67f3af,_0x10aba6=helper[_0x55c368(0x104)](process[_0x55c368(0xa4)][_0x55c368(0xd2)]);if(_0x10aba6){const _0x237381=process[_0x55c368(0xa4)][_0x55c368(0x11e)],_0x59bc10=[];if(helper['validateRerunTestList'](_0x237381)&&!helper[_0x55c368(0x9d)](_0x237381)){_0x237381[_0x55c368(0xb1)](',')['map'](_0x10761c=>{const _0x10e76c=_0x55c368;_0x59bc10[_0x10e76c(0xce)]('('+_0x10761c[_0x10e76c(0xc3)]()+')');});const _0x39f3b5='^'+_0x59bc10[_0x55c368(0xf1)]('|')+'$';return _0x39f3b5;}}return null;},a2_0x4db81d={};a2_0x4db81d[a2_0x67f3af(0x10f)]='chromium',a2_0x4db81d[a2_0x67f3af(0xda)]=a2_0x67f3af(0xf2),a2_0x4db81d[a2_0x67f3af(0xec)]='firefox',a2_0x4db81d[a2_0x67f3af(0xc8)]='webkit';function a2_0x10f3(_0x2bdd4e,_0x243472){const _0x31a4e3=a2_0x31a4();return a2_0x10f3=function(_0x10f3ec,_0x495356){_0x10f3ec=_0x10f3ec-0x8e;let _0x556c16=_0x31a4e3[_0x10f3ec];return _0x556c16;},a2_0x10f3(_0x2bdd4e,_0x243472);}const pwToCodeceptBrowser=a2_0x4db81d;async function run(_0x43f500,_0x3be02c){const _0x2933e2=a2_0x67f3af,_0x40ce7c={'Rliwu':function(_0x20ed0c,_0x51a1f4){return _0x20ed0c+_0x51a1f4;},'jLPPj':function(_0x53685c,_0x411676){return _0x53685c(_0x411676);},'KAtcd':function(_0x458da3,_0x45b54f){return _0x458da3+_0x45b54f;},'ymLsU':function(_0x42bae1,_0x43281d,_0x2770d0){return _0x42bae1(_0x43281d,_0x2770d0);},'Cnwmb':_0x2933e2(0xdd),'Acafy':function(_0x53b430){return _0x53b430();},'gKIBz':function(_0x9713f){return _0x9713f();},'VyjUP':_0x2933e2(0x11a),'odayY':'Passed\x20:\x20','LNMfr':_0x2933e2(0xa5),'MbVxm':'4|3|1|5|0|2','slKAo':_0x2933e2(0x120),'gFynq':function(_0x32c164,_0x568df2,_0xd8ee45){return _0x32c164(_0x568df2,_0xd8ee45);},'TTNMS':_0x2933e2(0xf0),'YRgKI':_0x2933e2(0x9a),'GOEoF':_0x2933e2(0x100),'wBCie':function(_0xa44fbd,_0x1c8def){return _0xa44fbd(_0x1c8def);},'BRuCg':function(_0x5689c0,_0x5ebabf){return _0x5689c0!=_0x5ebabf;},'HFVhf':function(_0x2aafe4,_0x2e51c7){return _0x2aafe4===_0x2e51c7;},'rZQjv':_0x2933e2(0xf8),'rDXRh':function(_0x21e2f0,_0x1a19f2){return _0x21e2f0(_0x1a19f2);},'kgdXZ':function(_0xba07d5){return _0xba07d5();},'PghEF':function(_0x44e4d6,_0x4a1483){return _0x44e4d6*_0x4a1483;},'SiJmF':function(_0x5ecc00,_0x4c9c13,_0x188a2c){return _0x5ecc00(_0x4c9c13,_0x188a2c);},'vupVA':_0x2933e2(0x114),'SgJKA':'desiredCapabilities','GDWUb':function(_0x2a5714,_0x43c49c,_0x40e30f){return _0x2a5714(_0x43c49c,_0x40e30f);},'RIWEI':_0x2933e2(0x108),'stxKa':_0x2933e2(0x8f),'rkxYy':_0x2933e2(0xcb)},_0x4d4dbc=new BrowserStackSetup(_0x43f500,_0x40ce7c['slKAo']);await _0x4d4dbc[_0x2933e2(0xe7)](),await helper[_0x2933e2(0x10d)](_0x4d4dbc[_0x2933e2(0x105)]);if(!_0x4d4dbc[_0x2933e2(0x105)])return;process[_0x2933e2(0x11b)]=_0x43f500[_0x2933e2(0x11b)];_0x43f500[_0x2933e2(0x11b)]&&(process[_0x2933e2(0xa4)][_0x2933e2(0x11b)]=_0x43f500['profile']);const _0xb489f8=_0x40ce7c[_0x2933e2(0xca)](getUserCodeceptJSConfigs,_0x43f500,_0x3be02c);let _0x5499e3={};_0xb489f8?(logger[_0x2933e2(0x90)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0xb489f8),_0x5499e3=CodeceptJS['config']['load'](_0xb489f8)):logger[_0x2933e2(0x90)](_0x40ce7c['TTNMS']);let _0x4491c5=![];_0x40ce7c[_0x2933e2(0xca)](nestedKeyValue,_0x5499e3,[_0x40ce7c['Cnwmb'],_0x40ce7c[_0x2933e2(0xd5)]])&&(_0x4491c5=!![]);const _0x3ebe1c=_0x4491c5?_0x40ce7c[_0x2933e2(0xd5)]:_0x40ce7c['GOEoF'];let _0x19ea24=!_0x4491c5?helper[_0x2933e2(0xa1)](_0x4d4dbc[_0x2933e2(0x105)]):![];!helper[_0x2933e2(0x9d)](_0x4d4dbc[_0x2933e2(0x105)][_0x2933e2(0x119)])&&(process['env'][_0x2933e2(0xff)]=JSON[_0x2933e2(0xb8)](_0x4d4dbc['config'][_0x2933e2(0x119)]));let _0x1d6ec6=_0x4d4dbc['config'][_0x2933e2(0xe1)];_0x1d6ec6=_0x1d6ec6||_0x40ce7c[_0x2933e2(0xef)](checkAccessibilityPlatformConfig,_0x4d4dbc[_0x2933e2(0x105)]),process[_0x2933e2(0xa4)][_0x2933e2(0x91)]=_0x1d6ec6;_0x1d6ec6&&(_0x19ea24=!_0x1d6ec6);_0x40ce7c[_0x2933e2(0x117)](_0x4d4dbc[_0x2933e2(0x105)]['testObservability'],null)?process[_0x2933e2(0xa4)][_0x2933e2(0x113)]=_0x4d4dbc['config'][_0x2933e2(0xab)]:process[_0x2933e2(0xa4)][_0x2933e2(0x113)]=_0x40ce7c['HFVhf'](_0x3ebe1c,_0x40ce7c[_0x2933e2(0xd5)]);const _0x419c8a=_0x40ce7c[_0x2933e2(0xca)](nestedKeyValue,_0x5499e3,[_0x40ce7c['rZQjv']]),_0x1121f8=_0x419c8a&&!helper[_0x2933e2(0xb7)](_0x419c8a)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0x3230a1=await TestHubHandler[_0x2933e2(0xf9)](_0x1121f8,_0x4d4dbc);_0x1d6ec6&&_0x40ce7c[_0x2933e2(0xdc)](setAccessibilityCapabilities,_0x4d4dbc['config']);const _0x38be74={},_0x37ff68=[],_0x1a2f2c=_0x4d4dbc[_0x2933e2(0x105)][_0x2933e2(0x9e)]||helper[_0x2933e2(0x115)](_0x43f500,_0x3be02c,_0x4d4dbc[_0x2933e2(0x105)],constants[_0x2933e2(0x116)][_0x2933e2(0xdf)])||0x1;let _0x84e122=0x1;if(_0x40ce7c[_0x2933e2(0xf5)](isBrowserstackInfra)){const _0x179edc=helper['prepareCapabilities'](_0x4d4dbc['config'],_0x19ea24,constants[_0x2933e2(0x116)][_0x2933e2(0xdf)]);_0x179edc['forEach'](_0x3fd643=>{const _0x1f783c=_0x2933e2;helper[_0x1f783c(0xb2)](_0x3fd643);}),helper[_0x2933e2(0x118)](_0x4d4dbc[_0x2933e2(0x105)])?_0x84e122=_0x40ce7c[_0x2933e2(0xaa)](_0x1a2f2c,_0x4d4dbc[_0x2933e2(0x105)][_0x2933e2(0xf6)][_0x2933e2(0xac)]):_0x84e122=_0x1a2f2c,_0x179edc['forEach'](_0x2feed0=>{const _0x2cb8d4=_0x2933e2,_0x398a83={'KfMZO':function(_0x430816,_0x378896){const _0x42cf77=a2_0x10f3;return _0x40ce7c[_0x42cf77(0x11f)](_0x430816,_0x378896);},'lBLIs':function(_0x397c2c,_0x5ad589){const _0x2f670c=a2_0x10f3;return _0x40ce7c[_0x2f670c(0xea)](_0x397c2c,_0x5ad589);}},_0x5e1cb4=_0x40ce7c[_0x2cb8d4(0xb6)](helper[_0x2cb8d4(0xdb)](_0x2feed0,'_'),'_'+Date['now']()),_0x4a172e=((()=>{const _0x1c343f=_0x2cb8d4;if(_0x4491c5){const _0x4aa600=pwToCodeceptBrowser[_0x2feed0[_0x1c343f(0x9b)]]||_0x2feed0[_0x1c343f(0x9b)];return{'browser':_0x4aa600,[_0x4aa600]:{'browserWSEndpoint':_0x398a83[_0x1c343f(0x96)](helper[_0x1c343f(0xfe)](_0x4d4dbc[_0x1c343f(0x105)]),_0x398a83[_0x1c343f(0xc5)](encodeURIComponent,JSON[_0x1c343f(0xb8)](_0x2feed0)))}};}const _0x8bc14d={};return _0x8bc14d[_0x1c343f(0x110)]=_0x2feed0,_0x8bc14d;})()),_0x4eb711=_0x40ce7c[_0x2cb8d4(0xc1)](nestedKeyValue,_0x5499e3,[_0x40ce7c['Cnwmb'],_0x3ebe1c]);_0x38be74[_0x5e1cb4]=_0x4eb711?helper[_0x2cb8d4(0x95)](_0x4a172e,_0x4eb711):_0x4a172e,!_0x4491c5&&(_0x38be74[_0x5e1cb4][_0x2cb8d4(0x114)]=_0x2feed0[_0x2cb8d4(0x9b)]||_0x4a172e[_0x2cb8d4(0x114)]),_0x37ff68[_0x2cb8d4(0xce)](_0x5e1cb4);});}else{_0x84e122=0x1;if(_0x4491c5){const _0x440254=_0x40ce7c[_0x2933e2(0xbb)](nestedKeyValue,_0x5499e3,[_0x40ce7c[_0x2933e2(0xad)],_0x3ebe1c,_0x40ce7c[_0x2933e2(0xb4)]]),_0x25a831=_0x40ce7c[_0x2933e2(0xca)](nestedKeyValue,_0x5499e3,[_0x40ce7c[_0x2933e2(0xad)],_0x3ebe1c,_0x440254]);_0x25a831&&_0x25a831['browserWSEndpoint']&&(_0x25a831[_0x2933e2(0xed)]=helper[_0x2933e2(0xd7)](null,null,_0x1121f8[_0x2933e2(0xd8)](),null,null,_0x25a831[_0x2933e2(0xed)]));}else _0x5499e3[_0x40ce7c[_0x2933e2(0xad)]][_0x3ebe1c][_0x40ce7c[_0x2933e2(0xa2)]]=helper[_0x2933e2(0xd7)](null,null,_0x1121f8[_0x2933e2(0xd8)](),_0x40ce7c[_0x2933e2(0xfd)](nestedKeyValue,_0x5499e3,[_0x40ce7c[_0x2933e2(0xad)],_0x3ebe1c,_0x40ce7c[_0x2933e2(0xa2)]]),null,null);_0x38be74[_0x40ce7c[_0x2933e2(0x93)]]=_0x5499e3,_0x37ff68[_0x2933e2(0xce)](_0x40ce7c[_0x2933e2(0x93)]);}const _0x2f301b={};_0x2f301b[_0x2933e2(0x8e)]=_0xb489f8;const _0x3a5df9=_0x2f301b,_0x30c023=path[_0x2933e2(0xf1)](__dirname,_0x40ce7c[_0x2933e2(0xd4)]),_0x16bfff=process[_0x2933e2(0x102)]();process['env'][_0x40ce7c[_0x2933e2(0xfb)]]=_0x16bfff,process[_0x2933e2(0x103)](path[_0x2933e2(0xa6)](_0xb489f8));const _0x322d15=new CodeceptJS['Workers'](null,_0x3a5df9),_0x1c0ed6=_0x322d15[_0x2933e2(0xf7)](_0x84e122),_0x45273c=testOpsHelper[_0x2933e2(0xd6)](),_0x4323c0=_0x37ff68['map'](_0x199741=>{const _0x43ffc9=_0x2933e2,_0x308f22={};_0x308f22[_0x43ffc9(0x9a)]=_0x38be74[_0x199741];const _0x360d3a={};_0x360d3a[_0x43ffc9(0x100)]=_0x38be74[_0x199741];const _0x1249e2=_0x4491c5?_0x308f22:_0x360d3a,_0xb325a5=_0x40ce7c[_0x43ffc9(0xbf)](getO11yRerunPattern),_0x3cbc49={};_0x3cbc49[_0x43ffc9(0xdd)]=_0x1249e2;const _0x52a816={};_0x52a816[_0x43ffc9(0x101)]=_0x30c023,_0x52a816[_0x43ffc9(0x10e)]=!![],_0x52a816['skipSessionName']=_0x4d4dbc[_0x43ffc9(0x105)][_0x43ffc9(0xd0)]['skipSessionName'],_0x52a816[_0x43ffc9(0xe8)]=_0x4d4dbc[_0x43ffc9(0x105)][_0x43ffc9(0xd0)]['skipSessionStatus'],_0x52a816['testObservability']=_0x45273c,_0x52a816[_0x43ffc9(0xbd)]=_0x1121f8;const _0x3ba0fc={};_0x3ba0fc[_0x43ffc9(0xc4)]=_0x52a816;const _0x3ea209={};return _0x3ea209['plugins']=_0x3ba0fc,helper[_0x43ffc9(0x95)]({},_0x5499e3,_0x40ce7c['gKIBz'](isBrowserstackInfra)?_0x3cbc49:{},_0xb325a5?{'grep':_0xb325a5}:{},_0x3ea209);});for(const _0x544f32 of _0x4323c0){for(const _0x316784 of _0x1c0ed6){const _0x107ee9=_0x322d15['spawn']();_0x107ee9[_0x2933e2(0xb5)](_0x316784),_0x107ee9['addConfig'](_0x544f32);const _0x380fbf={};_0x380fbf[_0x2933e2(0x105)]=_0xb489f8,_0x107ee9[_0x2933e2(0x10a)](_0x380fbf);}}_0x322d15['on'](CodeceptJS['event'][_0x2933e2(0x109)][_0x2933e2(0x11c)],(_0x2e9a06,_0x16ab90)=>{const _0x30dc11=_0x2933e2;console[_0x30dc11(0xe5)](_0x40ce7c['VyjUP'],_0x2e9a06[_0x30dc11(0x107)]);const _0x25f955={[_0x2e9a06[_0x30dc11(0x107)]]:_0x2e9a06[_0x30dc11(0xa0)][_0x30dc11(0xfa)]};_testErrorData[_0x30dc11(0xce)](_0x25f955);}),_0x322d15['on'](CodeceptJS[_0x2933e2(0xe0)][_0x2933e2(0x109)][_0x2933e2(0xe4)],async _0x459a6d=>{const _0x3f7207=_0x2933e2;console['log'](_0x40ce7c['odayY'],_0x459a6d[_0x3f7207(0x107)]);}),_0x322d15['on'](CodeceptJS[_0x2933e2(0xe0)][_0x2933e2(0x109)][_0x2933e2(0xb9)],async _0x3ad41b=>{const _0x5d0cca=_0x2933e2;console[_0x5d0cca(0xe5)](_0x40ce7c[_0x5d0cca(0x98)],_0x3ad41b[_0x5d0cca(0x107)]);}),_0x322d15['on'](CodeceptJS[_0x2933e2(0xe0)]['all']['result'],async()=>{const _0x44f5dd=_0x2933e2,_0x4694ff=_0x40ce7c[_0x44f5dd(0x97)][_0x44f5dd(0xb1)]('|');let _0x9129a6=0x0;while(!![]){switch(_0x4694ff[_0x9129a6++]){case'0':try{await TestHubHandler[_0x44f5dd(0xcc)]();}catch(_0x40012b){logger[_0x44f5dd(0xae)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x40012b));}continue;case'1':testOpsHelper[_0x44f5dd(0x121)]();continue;case'2':_0x322d15[_0x44f5dd(0x10b)]();continue;case'3':_0x4d4dbc[_0x44f5dd(0xcf)]=_testErrorData;continue;case'4':PerformanceTester[_0x44f5dd(0xa8)](PerformanceEvents['SDK_CLEANUP']);continue;case'5':utilities[_0x44f5dd(0xf3)](_0x4d4dbc);continue;}break;}});async function _0x35aa00(){const _0x6d794c=_0x2933e2;try{await _0x322d15['bootstrapAll'](),await _0x322d15[_0x6d794c(0xc0)]();}finally{process[_0x6d794c(0x103)](_0x16bfff),await _0x322d15['teardownAll']();}}PerformanceTester['end'](PerformanceEvents[_0x2933e2(0xa3)]),_0x40ce7c[_0x2933e2(0xf5)](_0x35aa00);}module[a2_0x67f3af(0xba)]=run;
2
+ 'use strict';const a2_0x7ce0b1=a2_0x42b7;(function(_0x39026d,_0x43e3dd){const _0xe15a1=a2_0x42b7,_0x11b8f1=_0x39026d();while(!![]){try{const _0x1961f8=parseInt(_0xe15a1(0x1ef))/0x1*(-parseInt(_0xe15a1(0x1c6))/0x2)+-parseInt(_0xe15a1(0x1dd))/0x3+-parseInt(_0xe15a1(0x1d3))/0x4*(-parseInt(_0xe15a1(0x21c))/0x5)+parseInt(_0xe15a1(0x1b7))/0x6+-parseInt(_0xe15a1(0x20e))/0x7*(-parseInt(_0xe15a1(0x1f0))/0x8)+parseInt(_0xe15a1(0x1e8))/0x9+parseInt(_0xe15a1(0x1d8))/0xa;if(_0x1961f8===_0x43e3dd)break;else _0x11b8f1['push'](_0x11b8f1['shift']());}catch(_0xf2c47){_0x11b8f1['push'](_0x11b8f1['shift']());}}}(a2_0xb95f,0x18739));const fs=require('fs'),path=require(a2_0x7ce0b1(0x1a3)),util=require(a2_0x7ce0b1(0x1e0)),process=require(a2_0x7ce0b1(0x1bf)),logger=require(a2_0x7ce0b1(0x1ff))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x7ce0b1(0x1ea)),helper=require('../../helpers/helper'),utilities=require(a2_0x7ce0b1(0x1bd)),{checkAccessibilityPlatformConfig}=require(a2_0x7ce0b1(0x1ac)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x7ce0b1(0x20a)),CodeceptJS=requireModule(a2_0x7ce0b1(0x1e6),'codeceptjs'),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x7ce0b1(0x200)),constants=require(a2_0x7ce0b1(0x225)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x7ce0b1(0x20c))[a2_0x7ce0b1(0x1f4)],_testErrorData=[],getUserCodeceptJSConfigs=(_0xf9c079,_0x5072dd)=>{const _0x42ca0a=a2_0x7ce0b1,_0x5f26ce={};_0x5f26ce['ICoqg']=function(_0x577885,_0x260e68){return _0x577885===_0x260e68;},_0x5f26ce[_0x42ca0a(0x1f9)]=_0x42ca0a(0x1fc),_0x5f26ce['rNZLb']=_0x42ca0a(0x1d0);const _0x40dacf=_0x5f26ce;let _0x2969b3=null;const _0x53be46={};let _0x3368fe=_0x5072dd[_0x42ca0a(0x1dc)](_0x4d71ea=>_0x4d71ea===_0x42ca0a(0x1be));_0x40dacf['ICoqg'](_0x3368fe,-0x1)&&(_0x3368fe=_0x5072dd['findIndex'](_0xe9d3f2=>_0xe9d3f2==='-c'));if(!helper[_0x42ca0a(0x1eb)](_0xf9c079['config'])&&fs[_0x42ca0a(0x19b)](path[_0x42ca0a(0x1c3)](process[_0x42ca0a(0x228)](),_0xf9c079['config'])))_0x2969b3=path[_0x42ca0a(0x1c3)](process['cwd'](),_0xf9c079['config']),_0x5072dd['slice'](_0x3368fe,0x2);else{if(!helper[_0x42ca0a(0x1eb)](_0xf9c079['c'])&&fs[_0x42ca0a(0x19b)](path[_0x42ca0a(0x1c3)](process[_0x42ca0a(0x228)](),_0xf9c079['c'])))_0x2969b3=path[_0x42ca0a(0x1c3)](process[_0x42ca0a(0x228)](),_0xf9c079['c']),_0x5072dd[_0x42ca0a(0x213)](_0x3368fe,0x2);else{if(fs[_0x42ca0a(0x19b)](path['join'](process[_0x42ca0a(0x228)](),_0x40dacf[_0x42ca0a(0x1f9)])))_0x2969b3=path[_0x42ca0a(0x1c3)](process[_0x42ca0a(0x228)](),_0x40dacf['sFTqU']);else fs[_0x42ca0a(0x19b)](path[_0x42ca0a(0x1c3)](process[_0x42ca0a(0x228)](),_0x40dacf[_0x42ca0a(0x1df)]))&&(_0x2969b3=path[_0x42ca0a(0x1c3)](process[_0x42ca0a(0x228)](),_0x40dacf['rNZLb']));}}return process[_0x42ca0a(0x1b0)][_0x42ca0a(0x1c0)]=_0x2969b3,_0x2969b3;},getO11yRerunPattern=()=>{const _0x1573b5=a2_0x7ce0b1,_0x461b75=helper[_0x1573b5(0x21e)](process[_0x1573b5(0x1b0)][_0x1573b5(0x1c1)]);if(_0x461b75){const _0x5520bf=process[_0x1573b5(0x1b0)][_0x1573b5(0x220)],_0x32f88a=[];if(helper[_0x1573b5(0x1f5)](_0x5520bf)&&!helper[_0x1573b5(0x1eb)](_0x5520bf)){_0x5520bf[_0x1573b5(0x1a6)](',')[_0x1573b5(0x22a)](_0x369bcd=>{const _0x46b653=_0x1573b5;_0x32f88a[_0x46b653(0x215)]('('+_0x369bcd[_0x46b653(0x1f6)]()+')');});const _0x53a761='^'+_0x32f88a['join']('|')+'$';return _0x53a761;}}return null;},a2_0xf8f713={};function a2_0xb95f(){const _0x5ebe21=['CODECEPT_CUCUMBER','1435110RgSaEc','before','mergeDeep','playwright-chromium','findIndex','392268wWqSFs','chrome','rNZLb','util','handleApp','stringify','nPvby','QkvMX','initialize','codeceptjs/lib/index.js','profile','572094fQrOJR','setAdditionalCapabilities','../../helpers/BrowserStackSetup','isUndefined','config','desiredCapabilities','test','15783VEBYpH','1024552MeqJrH','all','2|3|4|0|5|1','getUserWorkerCount','EVENTS','validateRerunTestList','trim','BrowserStackPlugin','RPQNq','sFTqU','browser','CODECEPT','codecept.conf.js','start','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','../../helpers/logger','../../helpers/testhub/testhubHandler','printBuildLink','WVUbE','Hwrth','QBgaz','debug','Pbvog','kMLJp','isTestObservabilitySession','accessibility','../../helpers/helper','getPlatformName','../../helpers/performance/constants','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','7xtOkXU','addOptions','useW3C','kyOEp','vtwMp','slice','WebDriver','push','skipSessionStatus','addConfig','toLowerCase','spawn','passed','format','50rmIThc','rHJST','isTrue','testContextOptions','BROWSERSTACK_RERUN_TESTS','getPlaywrightUrl','root','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','info','../utils/constants','platforms','isEmpty','cwd','failed','map','gherkin','SDK_CLEANUP','BROWSERSTACK_TEST_OBSERVABILITY_YML','dorxh','launchBuild','gzOLy','XIFXP','existsSync','ycTEz','BrowserStackPlugin.js','LiFty','Passed\x20:\x20','browserName','testObservability','run','path','err','event','split','ZTUru','webkit','BROWSERSTACK_TEST_ACCESSIBILITY_YML','load','accessibilityOptions','../../helpers/accessibility-automation/helper','log','AwjJu','FRAMEWORKS','env','firefox','QPsDd','title','dirname','helpers','WjPWm','138120sxhkpz','QKnjX','enabled','VxsZe','codeceptjs','Playwright','../../helpers/utilities','--config','process','USER_CONFIG_DETAILS_PATH','BROWSERSTACK_RERUN','parallelsPerPlatform','join','browserWSEndpoint','forEach','18caBZTy','SDK_SETUP','STOzW','skipSessionName','IAtEJ','AkQnW','browserStackCwd','teardownAll','prepareCapabilities','printResults','codecept.json','chdir','Started\x20:\x20','5916DhGrsL','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','errorMessage','chromium'];a2_0xb95f=function(){return _0x5ebe21;};return a2_0xb95f();}function a2_0x42b7(_0x434934,_0x11bf5e){const _0xb95f84=a2_0xb95f();return a2_0x42b7=function(_0x42b750,_0x488ecf){_0x42b750=_0x42b750-0x19b;let _0x3e5ba6=_0xb95f84[_0x42b750];return _0x3e5ba6;},a2_0x42b7(_0x434934,_0x11bf5e);}a2_0xf8f713[a2_0x7ce0b1(0x1de)]='chromium',a2_0xf8f713[a2_0x7ce0b1(0x1db)]=a2_0x7ce0b1(0x1d6),a2_0xf8f713['playwright-firefox']=a2_0x7ce0b1(0x1b1),a2_0xf8f713['playwright-webkit']=a2_0x7ce0b1(0x1a8);const pwToCodeceptBrowser=a2_0xf8f713;async function run(_0x1ee7b9,_0x409920){const _0x578623=a2_0x7ce0b1,_0x5460b5={'ycTEz':function(_0x14a2f7,_0x371bd8){return _0x14a2f7+_0x371bd8;},'fxYMu':function(_0x35a6ce,_0x1254b0){return _0x35a6ce(_0x1254b0);},'kyOEp':function(_0x43b534,_0x4c152c){return _0x43b534+_0x4c152c;},'Pbvog':function(_0x103960,_0x2ee905,_0x3f4cad){return _0x103960(_0x2ee905,_0x3f4cad);},'STOzW':_0x578623(0x1b5),'XIFXP':function(_0x26ca7f){return _0x26ca7f();},'dorxh':function(_0x4e7208){return _0x4e7208();},'QKnjX':'Failed\x20:\x20','nPvby':_0x578623(0x19f),'RPQNq':_0x578623(0x1d2),'UGSKw':_0x578623(0x1f2),'AwjJu':_0x578623(0x1bb),'gzOLy':function(_0x110098,_0x3fb392,_0x5a5c96){return _0x110098(_0x3fb392,_0x5a5c96);},'WjPWm':_0x578623(0x223),'vtwMp':_0x578623(0x1bc),'Hwrth':_0x578623(0x214),'ZTUru':function(_0x207dbd,_0x3a097d){return _0x207dbd!=_0x3a097d;},'qzINU':function(_0x2da967,_0x2e09db){return _0x2da967===_0x2e09db;},'VxsZe':function(_0x1bfc53,_0x2bf421,_0x4f58f8){return _0x1bfc53(_0x2bf421,_0x4f58f8);},'aETWT':_0x578623(0x22b),'kMLJp':function(_0x13f470,_0x1fad7f){return _0x13f470*_0x1fad7f;},'IAtEJ':function(_0x52b793,_0x542d81,_0x24ba15){return _0x52b793(_0x542d81,_0x24ba15);},'QPsDd':_0x578623(0x1fa),'AkQnW':function(_0x52a635,_0x42f735,_0x4d4439){return _0x52a635(_0x42f735,_0x4d4439);},'rHJST':_0x578623(0x1ed),'QkvMX':function(_0xfb5f29,_0x38126e,_0x51b81f){return _0xfb5f29(_0x38126e,_0x51b81f);},'LiFty':_0x578623(0x222),'WVUbE':_0x578623(0x19d),'qWWlq':_0x578623(0x1cc)},_0x3ac829=new BrowserStackSetup(_0x1ee7b9,_0x5460b5[_0x578623(0x1ae)]);await _0x3ac829[_0x578623(0x1e5)](),await helper[_0x578623(0x1e1)](_0x3ac829[_0x578623(0x1ec)]);if(!_0x3ac829[_0x578623(0x1ec)])return;process[_0x578623(0x1e7)]=_0x1ee7b9[_0x578623(0x1e7)];_0x1ee7b9[_0x578623(0x1e7)]&&(process[_0x578623(0x1b0)][_0x578623(0x1e7)]=_0x1ee7b9[_0x578623(0x1e7)]);const _0x441bd0=_0x5460b5[_0x578623(0x230)](getUserCodeceptJSConfigs,_0x1ee7b9,_0x409920);let _0x5e3996={};_0x441bd0?(logger[_0x578623(0x224)](_0x578623(0x1fe)+_0x441bd0),_0x5e3996=CodeceptJS[_0x578623(0x1ec)][_0x578623(0x1aa)](_0x441bd0)):logger[_0x578623(0x224)](_0x5460b5[_0x578623(0x1b6)]);let _0x61b33=![];_0x5460b5[_0x578623(0x230)](nestedKeyValue,_0x5e3996,[_0x5460b5[_0x578623(0x1c8)],_0x5460b5['vtwMp']])&&(_0x61b33=!![]);const _0x594387=_0x61b33?_0x5460b5[_0x578623(0x212)]:_0x5460b5[_0x578623(0x203)];let _0x2f05e2=!_0x61b33?helper[_0x578623(0x210)](_0x3ac829[_0x578623(0x1ec)]):![];!helper['isUndefined'](_0x3ac829[_0x578623(0x1ec)]['accessibilityOptions'])&&(process[_0x578623(0x1b0)][_0x578623(0x20d)]=JSON[_0x578623(0x1e2)](_0x3ac829[_0x578623(0x1ec)][_0x578623(0x1ab)]));let _0x5e7178=_0x3ac829['config'][_0x578623(0x209)];_0x5e7178=_0x5e7178||_0x5460b5['fxYMu'](checkAccessibilityPlatformConfig,_0x3ac829['config']),process[_0x578623(0x1b0)][_0x578623(0x1a9)]=_0x5e7178;_0x5e7178&&(_0x2f05e2=!_0x5e7178);_0x5460b5[_0x578623(0x1a7)](_0x3ac829['config'][_0x578623(0x1a1)],null)?process[_0x578623(0x1b0)][_0x578623(0x22d)]=_0x3ac829[_0x578623(0x1ec)][_0x578623(0x1a1)]:process[_0x578623(0x1b0)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x5460b5['qzINU'](_0x594387,_0x5460b5['vtwMp']);const _0x223caf=_0x5460b5[_0x578623(0x1ba)](nestedKeyValue,_0x5e3996,[_0x5460b5['aETWT']]),_0x276b68=_0x223caf&&!helper[_0x578623(0x227)](_0x223caf)?FRAMEWORKS[_0x578623(0x1d7)]:FRAMEWORKS[_0x578623(0x1fb)],_0x54d704=await TestHubHandler[_0x578623(0x22f)](_0x276b68,_0x3ac829);_0x5e7178&&_0x5460b5['fxYMu'](setAccessibilityCapabilities,_0x3ac829[_0x578623(0x1ec)]);const _0x23cf5e={},_0x426012=[],_0x24d0f7=_0x3ac829[_0x578623(0x1ec)][_0x578623(0x1c2)]||helper[_0x578623(0x1f3)](_0x1ee7b9,_0x409920,_0x3ac829['config'],constants['FRAMEWORKS'][_0x578623(0x1fb)])||0x1;let _0x2609a3=0x1;if(_0x5460b5[_0x578623(0x22e)](isBrowserstackInfra)){const _0x1e3f53=helper[_0x578623(0x1ce)](_0x3ac829[_0x578623(0x1ec)],_0x2f05e2,constants[_0x578623(0x1af)][_0x578623(0x1fb)]);_0x1e3f53[_0x578623(0x1c5)](_0x37de95=>{const _0x31cea0=_0x578623;helper[_0x31cea0(0x1e9)](_0x37de95);}),helper['validPlatformsPresent'](_0x3ac829[_0x578623(0x1ec)])?_0x2609a3=_0x5460b5[_0x578623(0x207)](_0x24d0f7,_0x3ac829[_0x578623(0x1ec)][_0x578623(0x226)]['length']):_0x2609a3=_0x24d0f7,_0x1e3f53[_0x578623(0x1c5)](_0xf5de33=>{const _0x3e66af=_0x578623,_0x1796cf={'QBgaz':function(_0x223a75,_0x594ee4){const _0x36d9a2=a2_0x42b7;return _0x5460b5[_0x36d9a2(0x19c)](_0x223a75,_0x594ee4);},'WFSbU':function(_0x95f9e3,_0x2ae249){return _0x5460b5['fxYMu'](_0x95f9e3,_0x2ae249);}},_0x178fff=_0x5460b5[_0x3e66af(0x211)](helper[_0x3e66af(0x20b)](_0xf5de33,'_'),'_'+Date['now']()),_0x351600=((()=>{const _0x288c9b=_0x3e66af;if(_0x61b33){const _0x43bfd4=pwToCodeceptBrowser[_0xf5de33[_0x288c9b(0x1a0)]]||_0xf5de33['browserName'];return{'browser':_0x43bfd4,[_0x43bfd4]:{'browserWSEndpoint':_0x1796cf[_0x288c9b(0x204)](helper[_0x288c9b(0x221)](_0x3ac829[_0x288c9b(0x1ec)]),_0x1796cf['WFSbU'](encodeURIComponent,JSON[_0x288c9b(0x1e2)](_0xf5de33)))}};}const _0x40e6ec={};return _0x40e6ec[_0x288c9b(0x1ed)]=_0xf5de33,_0x40e6ec;})()),_0xf95435=_0x5460b5[_0x3e66af(0x206)](nestedKeyValue,_0x5e3996,[_0x5460b5[_0x3e66af(0x1c8)],_0x594387]);_0x23cf5e[_0x178fff]=_0xf95435?helper[_0x3e66af(0x1da)](_0x351600,_0xf95435):_0x351600,!_0x61b33&&(_0x23cf5e[_0x178fff][_0x3e66af(0x1fa)]=_0xf5de33[_0x3e66af(0x1a0)]||_0x351600[_0x3e66af(0x1fa)]),_0x426012[_0x3e66af(0x215)](_0x178fff);});}else{_0x2609a3=0x1;if(_0x61b33){const _0x5c3d06=_0x5460b5[_0x578623(0x1ca)](nestedKeyValue,_0x5e3996,[_0x5460b5[_0x578623(0x1c8)],_0x594387,_0x5460b5[_0x578623(0x1b2)]]),_0x8939cc=_0x5460b5[_0x578623(0x1cb)](nestedKeyValue,_0x5e3996,[_0x5460b5[_0x578623(0x1c8)],_0x594387,_0x5c3d06]);_0x8939cc&&_0x8939cc[_0x578623(0x1c4)]&&(_0x8939cc[_0x578623(0x1c4)]=helper['prepareCapabilities'](null,null,_0x276b68[_0x578623(0x218)](),null,null,_0x8939cc[_0x578623(0x1c4)]));}else _0x5e3996[_0x5460b5[_0x578623(0x1c8)]][_0x594387][_0x5460b5[_0x578623(0x21d)]]=helper['prepareCapabilities'](null,null,_0x276b68['toLowerCase'](),_0x5460b5[_0x578623(0x1e4)](nestedKeyValue,_0x5e3996,[_0x5460b5[_0x578623(0x1c8)],_0x594387,_0x5460b5['rHJST']]),null,null);_0x23cf5e[_0x5460b5[_0x578623(0x19e)]]=_0x5e3996,_0x426012['push'](_0x5460b5[_0x578623(0x19e)]);}const _0x35fa3b={};_0x35fa3b['testConfig']=_0x441bd0;const _0x459337=_0x35fa3b,_0x5d1327=path[_0x578623(0x1c3)](__dirname,_0x5460b5[_0x578623(0x202)]),_0x2b08d6=process[_0x578623(0x228)]();process['env'][_0x5460b5['qWWlq']]=_0x2b08d6,process[_0x578623(0x1d1)](path[_0x578623(0x1b4)](_0x441bd0));const _0x4ecabe=new CodeceptJS['Workers'](null,_0x459337),_0x3aa48c=_0x4ecabe['createGroupsOfSuites'](_0x2609a3),_0x518b4d=testOpsHelper[_0x578623(0x208)](),_0x56b940=_0x426012[_0x578623(0x22a)](_0x76a342=>{const _0x3e0991=_0x578623,_0x8f7a47={};_0x8f7a47['Playwright']=_0x23cf5e[_0x76a342];const _0xfb369a={};_0xfb369a[_0x3e0991(0x214)]=_0x23cf5e[_0x76a342];const _0x419082=_0x61b33?_0x8f7a47:_0xfb369a,_0xd6e9cd=_0x5460b5[_0x3e0991(0x231)](getO11yRerunPattern),_0x3dac10={};_0x3dac10[_0x3e0991(0x1b5)]=_0x419082;const _0x3d96aa={};_0x3d96aa['require']=_0x5d1327,_0x3d96aa[_0x3e0991(0x1b9)]=!![],_0x3d96aa[_0x3e0991(0x1c9)]=_0x3ac829[_0x3e0991(0x1ec)]['testContextOptions'][_0x3e0991(0x1c9)],_0x3d96aa[_0x3e0991(0x216)]=_0x3ac829[_0x3e0991(0x1ec)][_0x3e0991(0x21f)][_0x3e0991(0x216)],_0x3d96aa[_0x3e0991(0x1a1)]=_0x518b4d,_0x3d96aa['frameworkName']=_0x276b68;const _0x3a8bdb={};_0x3a8bdb[_0x3e0991(0x1f7)]=_0x3d96aa;const _0x22a638={};return _0x22a638['plugins']=_0x3a8bdb,helper[_0x3e0991(0x1da)]({},_0x5e3996,_0x5460b5[_0x3e0991(0x22e)](isBrowserstackInfra)?_0x3dac10:{},_0xd6e9cd?{'grep':_0xd6e9cd}:{},_0x22a638);});for(const _0x5dbe63 of _0x56b940){for(const _0x337dcc of _0x3aa48c){const _0x5a4923=_0x4ecabe[_0x578623(0x219)]();_0x5a4923['addTests'](_0x337dcc),_0x5a4923[_0x578623(0x217)](_0x5dbe63);const _0x4bb0ec={};_0x4bb0ec[_0x578623(0x1ec)]=_0x441bd0,_0x5a4923[_0x578623(0x20f)](_0x4bb0ec);}}_0x4ecabe['on'](CodeceptJS[_0x578623(0x1a5)][_0x578623(0x1ee)][_0x578623(0x229)],(_0x2f8a61,_0x225f2b)=>{const _0x3d4364=_0x578623;console[_0x3d4364(0x1ad)](_0x5460b5[_0x3d4364(0x1b8)],_0x2f8a61[_0x3d4364(0x1b3)]);const _0x40ef94={[_0x2f8a61['title']]:_0x2f8a61[_0x3d4364(0x1a4)]['stack']};_testErrorData['push'](_0x40ef94);}),_0x4ecabe['on'](CodeceptJS[_0x578623(0x1a5)][_0x578623(0x1ee)][_0x578623(0x21a)],async _0x5e6c70=>{const _0x12c412=_0x578623;console[_0x12c412(0x1ad)](_0x5460b5[_0x12c412(0x1e3)],_0x5e6c70[_0x12c412(0x1b3)]);}),_0x4ecabe['on'](CodeceptJS[_0x578623(0x1a5)][_0x578623(0x1ee)][_0x578623(0x1d9)],async _0xcfa419=>{const _0x2e48c2=_0x578623;console[_0x2e48c2(0x1ad)](_0x5460b5[_0x2e48c2(0x1f8)],_0xcfa419[_0x2e48c2(0x1b3)]);}),_0x4ecabe['on'](CodeceptJS[_0x578623(0x1a5)][_0x578623(0x1f1)]['result'],async()=>{const _0x417f18=_0x578623,_0x22831d=_0x5460b5['UGSKw'][_0x417f18(0x1a6)]('|');let _0x88491b=0x0;while(!![]){switch(_0x22831d[_0x88491b++]){case'0':utilities['finalExecution'](_0x3ac829);continue;case'1':_0x4ecabe[_0x417f18(0x1cf)]();continue;case'2':PerformanceTester[_0x417f18(0x1fd)](PerformanceEvents[_0x417f18(0x22c)]);continue;case'3':_0x3ac829[_0x417f18(0x1d5)]=_testErrorData;continue;case'4':testOpsHelper[_0x417f18(0x201)]();continue;case'5':try{await TestHubHandler['stop']();}catch(_0x983a4b){logger[_0x417f18(0x205)](_0x417f18(0x1d4)+util[_0x417f18(0x21b)](_0x983a4b));}continue;}break;}});async function _0x4155fd(){const _0x5590e9=_0x578623;try{await _0x4ecabe['bootstrapAll'](),await _0x4ecabe[_0x5590e9(0x1a2)]();}finally{process[_0x5590e9(0x1d1)](_0x2b08d6),await _0x4ecabe[_0x5590e9(0x1cd)]();}}PerformanceTester['end'](PerformanceEvents[_0x578623(0x1c7)]),_0x5460b5[_0x578623(0x231)](_0x4155fd);}module['exports']=run;
@@ -1 +1 @@
1
- const a3_0x477a20=a3_0xbbfc;(function(_0x5d0ae3,_0xb5efcd){const _0x18b44a=a3_0xbbfc,_0x4e9c63=_0x5d0ae3();while(!![]){try{const _0xb7688c=parseInt(_0x18b44a(0x150))/0x1*(parseInt(_0x18b44a(0x15f))/0x2)+-parseInt(_0x18b44a(0x155))/0x3*(parseInt(_0x18b44a(0x14d))/0x4)+parseInt(_0x18b44a(0x172))/0x5+-parseInt(_0x18b44a(0x187))/0x6*(-parseInt(_0x18b44a(0x181))/0x7)+-parseInt(_0x18b44a(0x18e))/0x8+parseInt(_0x18b44a(0x174))/0x9+-parseInt(_0x18b44a(0x185))/0xa;if(_0xb7688c===_0xb5efcd)break;else _0x4e9c63['push'](_0x4e9c63['shift']());}catch(_0x165238){_0x4e9c63['push'](_0x4e9c63['shift']());}}}(a3_0x8853,0x44ddc));function a3_0xbbfc(_0x542f7d,_0xde0f00){const _0x8853f8=a3_0x8853();return a3_0xbbfc=function(_0xbbfc8a,_0x5d8efe){_0xbbfc8a=_0xbbfc8a-0x147;let _0x497b47=_0x8853f8[_0xbbfc8a];return _0x497b47;},a3_0xbbfc(_0x542f7d,_0xde0f00);}const {isUndefined,nestedKeyValue}=require(a3_0x477a20(0x184)),logger=require(a3_0x477a20(0x160))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x477a20(0x188)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x17591f=>{const _0x3a3390=a3_0x477a20,_0x5b21e2={};_0x5b21e2[_0x3a3390(0x170)]=_0x3a3390(0x16e),_0x5b21e2[_0x3a3390(0x177)]='platformVersion',_0x5b21e2[_0x3a3390(0x165)]=_0x3a3390(0x17e),_0x5b21e2[_0x3a3390(0x15b)]=_0x3a3390(0x14a),_0x5b21e2[_0x3a3390(0x16d)]=_0x3a3390(0x18a);const _0x48308d=_0x5b21e2;if(!_0x17591f)return null;const _0x5287c8=_0x17591f[_0x48308d['DEFtw']],_0x18e5b4=[_0x48308d['FcsYG'],_0x48308d[_0x3a3390(0x165)],_0x48308d[_0x3a3390(0x15b)],_0x48308d['mMIgh']];for(const _0x108091 of _0x18e5b4){if(_0x5287c8&&_0x5287c8[_0x108091])return _0x5287c8[_0x108091];else{if(_0x17591f[_0x108091])return _0x17591f[_0x108091];}}return null;};exports[a3_0x477a20(0x17d)]=_0x2429e3=>{const _0x54864d=a3_0x477a20,_0x167152={'qzGwY':_0x54864d(0x176),'ZTzxB':function(_0x48b8ec,_0x42d583){return _0x48b8ec===_0x42d583;},'ROHwl':'WebDriver','OZRMJ':function(_0x208059,_0x3b00b5){return _0x208059(_0x3b00b5);},'rJUYS':function(_0x481568,_0x3cc455,_0x3df1a7){return _0x481568(_0x3cc455,_0x3df1a7);},'CYObB':_0x54864d(0x16c),'ffFKX':_0x54864d(0x162),'lzluM':_0x54864d(0x182),'xAhNT':function(_0x52a657,_0x44c639,_0x3f9dde){return _0x52a657(_0x44c639,_0x3f9dde);},'rdLpu':_0x54864d(0x17b),'IxAhE':_0x54864d(0x189),'KeIMc':_0x54864d(0x18d),'HHExx':function(_0x14affe,_0x4ad9f2){return _0x14affe(_0x4ad9f2);}};if(!_0x2429e3)return null;let _0x34fbfb=global[_0x54864d(0x183)]||_0x167152['qzGwY'];if(_0x167152[_0x54864d(0x14b)](_0x2429e3[_0x54864d(0x17a)][_0x54864d(0x175)],_0x167152['ROHwl'])){const _0x56f2eb=_0x2429e3['browser'];if(!_0x56f2eb)return null;const _0x5163f7=_0x56f2eb[_0x54864d(0x16b)],_0x2a8ddf=_0x167152[_0x54864d(0x164)](getOSVersionFromCaps,_0x167152['rJUYS'](nestedKeyValue,_0x2429e3,[_0x167152['CYObB'],_0x167152[_0x54864d(0x163)]]));return{[_0x34fbfb]:{'browser':_0x5163f7['browserName'],'browser_version':_0x5163f7['browserVersion'],'capabilities':_0x5163f7,'platform':_0x5163f7[_0x54864d(0x17f)],'platform_version':_0x5163f7['platformVersion']||_0x2a8ddf,'product':_0x167152[_0x54864d(0x164)](getObservabilityLinkedProductName,_0x5163f7),'session_id':_0x56f2eb[_0x54864d(0x17c)]}};}else{if(_0x167152[_0x54864d(0x14b)](_0x2429e3[_0x54864d(0x17a)][_0x54864d(0x175)],_0x167152[_0x54864d(0x158)])){const _0x246f3a=PlaywrightSessionDetails['getDetails']();_0x34fbfb=_0x246f3a['cloudProvider']||_0x34fbfb;const _0x190f01=_0x167152[_0x54864d(0x161)](nestedKeyValue,_0x2429e3,[_0x167152[_0x54864d(0x157)],_0x167152[_0x54864d(0x148)],_0x167152[_0x54864d(0x156)]]),_0x140626=_0x190f01?JSON[_0x54864d(0x18f)](new URL(_0x190f01)['searchParams'][_0x54864d(0x166)](_0x167152[_0x54864d(0x152)])):{};return{[_0x34fbfb]:{'browser':_0x246f3a[_0x54864d(0x17b)]||_0x140626['browserName'],'browser_version':_0x246f3a['browser_version']||_0x140626['browser_version'],'capabilities':_0x140626,'platform':_0x246f3a[_0x54864d(0x179)],'platform_version':_0x246f3a[_0x54864d(0x17e)],'product':_0x167152['HHExx'](getObservabilityLinkedProductName,_0x140626),'session_id':_0x246f3a[_0x54864d(0x147)]}};}}},exports['processWebDriverConfig']=_0xc42f2f=>{const _0x5ec35b=a3_0x477a20,_0x8d3d6b={'HUQqm':function(_0x56489f){return _0x56489f();},'baAAE':function(_0x47734d,_0x2af878){return _0x47734d===_0x2af878;},'vdfLg':_0x5ec35b(0x167),'CjzAg':function(_0x586b33,_0xb399ed){return _0x586b33>_0xb399ed;},'OBWIY':function(_0x505a6d,_0x216356){return _0x505a6d(_0x216356);},'RdIxg':_0x5ec35b(0x149),'sBkbD':_0x5ec35b(0x171),'avxrB':function(_0x14688,_0x3e258f){return _0x14688===_0x3e258f;},'AreoB':_0x5ec35b(0x178),'QiZup':_0x5ec35b(0x15d),'ShLLg':_0x5ec35b(0x15c)};if(_0x8d3d6b[_0x5ec35b(0x153)](isAccessibilityAutomationSession)){const _0x30f188=_0xc42f2f[_0x5ec35b(0x17b)],_0x5619d1=_0x30f188['capabilities'];global[_0x5ec35b(0x186)]=!![],!(_0x8d3d6b[_0x5ec35b(0x168)](_0x5619d1['browserVersion'],_0x8d3d6b[_0x5ec35b(0x15e)])||_0x8d3d6b[_0x5ec35b(0x151)](_0x8d3d6b[_0x5ec35b(0x14c)](parseInt,_0x5619d1[_0x5ec35b(0x173)]),0x5e))&&(logger['warn'](_0x8d3d6b['RdIxg']),global[_0x5ec35b(0x186)]=![]),!(_0x8d3d6b['baAAE'](_0x5619d1[_0x5ec35b(0x18b)],_0x8d3d6b[_0x5ec35b(0x16f)])||_0x8d3d6b['avxrB'](_0x5619d1[_0x5ec35b(0x18b)],_0x8d3d6b[_0x5ec35b(0x169)]))&&(logger[_0x5ec35b(0x159)](_0x8d3d6b[_0x5ec35b(0x18c)]),global[_0x5ec35b(0x186)]=![]),!_0x8d3d6b[_0x5ec35b(0x14c)](isUndefined,_0x5619d1[_0x5ec35b(0x14f)])&&(logger[_0x5ec35b(0x159)](_0x8d3d6b[_0x5ec35b(0x180)]),global[_0x5ec35b(0x186)]=![]);}},exports['shouldPatchExecuteScript']=_0x388286=>{const _0x32e924=a3_0x477a20,_0x1c7fb6={};_0x1c7fb6[_0x32e924(0x15a)]='browserstack_executor',_0x1c7fb6[_0x32e924(0x16a)]=_0x32e924(0x154);const _0x509564=_0x1c7fb6;if(!_0x388286)return![];return!_0x388286[_0x32e924(0x14e)](_0x509564[_0x32e924(0x15a)])&&!_0x388286[_0x32e924(0x14e)](_0x509564[_0x32e924(0x16a)]);};function a3_0x8853(){const _0x6c6971=['chrome','1709080nIziix','browserVersion','3917151CiqmsM','name','unknown_grid','FcsYG','playwright-chromium','platform','constructor','browser','sessionId','fetchPlatformDetails','platform_version','platformName','ShLLg','105vshAuE','Playwright','__cloud_provider___','../../helpers/helper','6050790uSsWSo','accessibilityPlatform','146964nGNywv','../../bin/playwright/sessionDetails','browserWSEndpoint','os_version','browserName','QiZup','caps','1917328rqxrbO','parse','bsSessionId','rdLpu','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','osVersion','ZTzxB','OBWIY','1087876urdbge','includes','deviceName','359BJyzwP','CjzAg','KeIMc','HUQqm','browserstack_accessibility_automation_script','6wXjtJT','IxAhE','CYObB','lzluM','warn','cZMdS','Lyrzk','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','vdfLg','2932eSUsfg','../../helpers/logger','xAhNT','desiredCapabilities','ffFKX','OZRMJ','kJfVs','get','latest','baAAE','AreoB','jyHmy','capabilities','config','mMIgh','bstack:options','sBkbD','DEFtw'];a3_0x8853=function(){return _0x6c6971;};return a3_0x8853();}
1
+ function a3_0x49fb(_0x79caf1,_0x142c37){const _0x3f932d=a3_0x3f93();return a3_0x49fb=function(_0x49fbfe,_0x3d58d2){_0x49fbfe=_0x49fbfe-0x176;let _0x4950d3=_0x3f932d[_0x49fbfe];return _0x4950d3;},a3_0x49fb(_0x79caf1,_0x142c37);}const a3_0x519c37=a3_0x49fb;(function(_0x1ef833,_0x15198f){const _0x34dbe4=a3_0x49fb,_0x2c2b11=_0x1ef833();while(!![]){try{const _0x1c7c3a=parseInt(_0x34dbe4(0x19d))/0x1+parseInt(_0x34dbe4(0x186))/0x2+-parseInt(_0x34dbe4(0x19e))/0x3*(parseInt(_0x34dbe4(0x18d))/0x4)+-parseInt(_0x34dbe4(0x1a0))/0x5*(parseInt(_0x34dbe4(0x18a))/0x6)+parseInt(_0x34dbe4(0x1af))/0x7*(-parseInt(_0x34dbe4(0x189))/0x8)+-parseInt(_0x34dbe4(0x18f))/0x9+parseInt(_0x34dbe4(0x179))/0xa;if(_0x1c7c3a===_0x15198f)break;else _0x2c2b11['push'](_0x2c2b11['shift']());}catch(_0x2ca3d5){_0x2c2b11['push'](_0x2c2b11['shift']());}}}(a3_0x3f93,0x8d6dd));function a3_0x3f93(){const _0x1077bc=['browserstack_executor','browserName','platformVersion','swHdj','IaGKO','OEqxY','getDetails','os_version','2953699BlXHuB','Ziatv','aaVwn','unknown_grid','rKfzW','HuAVR','cloudProvider','myoCR','mCEpi','chrome','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','../../helpers/logger','EmxFi','FRNQO','FVEQS','unnqS','BmbVd','QzrdW','browserVersion','browserstack_accessibility_automation_script','21800070NqyTyb','cZhAW','get','HJibS','warn','aUPcp','deviceName','fetchPlatformDetails','Arnby','shouldPatchExecuteScript','capabilities','Playwright','jhDKx','367524hvWSwD','config','browser','8ErFdHN','42bDdUWw','yGLLR','browserWSEndpoint','56uGTlZn','sessionId','9039393RAMURQ','bstack:options','bsSessionId','xDDhH','winstonLogger','platform_version','../../helpers/helper','browser_version','rPAtk','MouAo','PHRId','../../bin/playwright/sessionDetails','name','parse','543577zUEXCB','50847sMqmzk','HUCZw','474595RoiYvK','IDvmX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','desiredCapabilities','accessibilityPlatform','caps','cnjEs'];a3_0x3f93=function(){return _0x1077bc;};return a3_0x3f93();}const {isUndefined,nestedKeyValue}=require(a3_0x519c37(0x195)),logger=require(a3_0x519c37(0x1ba))[a3_0x519c37(0x193)],PlaywrightSessionDetails=require(a3_0x519c37(0x19a)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x5564d1=>{const _0x497411=a3_0x519c37,_0x4d4788={};_0x4d4788['FVEQS']=_0x497411(0x190),_0x4d4788[_0x497411(0x1be)]='platformVersion',_0x4d4788['IDvmX']=_0x497411(0x194),_0x4d4788['HuAVR']='osVersion',_0x4d4788[_0x497411(0x1ac)]=_0x497411(0x1ae);const _0x25b16b=_0x4d4788;if(!_0x5564d1)return null;const _0x515451=_0x5564d1[_0x25b16b[_0x497411(0x1bd)]],_0x4308cc=[_0x25b16b[_0x497411(0x1be)],_0x25b16b[_0x497411(0x1a1)],_0x25b16b[_0x497411(0x1b4)],_0x25b16b[_0x497411(0x1ac)]];for(const _0xbd3c4d of _0x4308cc){if(_0x515451&&_0x515451[_0xbd3c4d])return _0x515451[_0xbd3c4d];else{if(_0x5564d1[_0xbd3c4d])return _0x5564d1[_0xbd3c4d];}}return null;};exports[a3_0x519c37(0x180)]=_0x5c2529=>{const _0x1978ba=a3_0x519c37,_0x5e0e72={'cnjEs':_0x1978ba(0x1b2),'QzrdW':function(_0x4b5b5b,_0x4b32ab){return _0x4b5b5b===_0x4b32ab;},'eDMWC':'WebDriver','rPAtk':function(_0x17f8ae,_0x3b1d4a){return _0x17f8ae(_0x3b1d4a);},'ZqXqu':function(_0x5aeb3d,_0x2db63b,_0x3d6937){return _0x5aeb3d(_0x2db63b,_0x3d6937);},'myoCR':_0x1978ba(0x187),'rKfzW':_0x1978ba(0x1a3),'FRNQO':_0x1978ba(0x184),'swHdj':function(_0xe27fcb,_0x4cd230,_0x3e8574){return _0xe27fcb(_0x4cd230,_0x3e8574);},'HUCZw':'browser','MouAo':_0x1978ba(0x18c),'PHRId':_0x1978ba(0x1a5),'mCEpi':function(_0xe61f9f,_0x40011d){return _0xe61f9f(_0x40011d);}};if(!_0x5c2529)return null;let _0x2f34d1=global['__cloud_provider___']||_0x5e0e72[_0x1978ba(0x1a6)];if(_0x5e0e72['QzrdW'](_0x5c2529['constructor'][_0x1978ba(0x19b)],_0x5e0e72['eDMWC'])){const _0x1abe46=_0x5c2529[_0x1978ba(0x188)];if(!_0x1abe46)return null;const _0x57280a=_0x1abe46[_0x1978ba(0x183)],_0x5ed617=_0x5e0e72[_0x1978ba(0x197)](getOSVersionFromCaps,_0x5e0e72['ZqXqu'](nestedKeyValue,_0x5c2529,[_0x5e0e72[_0x1978ba(0x1b6)],_0x5e0e72[_0x1978ba(0x1b3)]]));return{[_0x2f34d1]:{'browser':_0x57280a[_0x1978ba(0x1a8)],'browser_version':_0x57280a[_0x1978ba(0x177)],'capabilities':_0x57280a,'platform':_0x57280a['platformName'],'platform_version':_0x57280a[_0x1978ba(0x1a9)]||_0x5ed617,'product':_0x5e0e72[_0x1978ba(0x197)](getObservabilityLinkedProductName,_0x57280a),'session_id':_0x1abe46[_0x1978ba(0x18e)]}};}else{if(_0x5e0e72[_0x1978ba(0x176)](_0x5c2529['constructor'][_0x1978ba(0x19b)],_0x5e0e72[_0x1978ba(0x1bc)])){const _0x369e7e=PlaywrightSessionDetails[_0x1978ba(0x1ad)]();_0x2f34d1=_0x369e7e[_0x1978ba(0x1b5)]||_0x2f34d1;const _0x240e80=_0x5e0e72[_0x1978ba(0x1aa)](nestedKeyValue,_0x5c2529,[_0x5e0e72[_0x1978ba(0x1b6)],_0x5e0e72[_0x1978ba(0x19f)],_0x5e0e72[_0x1978ba(0x198)]]),_0x5a40fd=_0x240e80?JSON[_0x1978ba(0x19c)](new URL(_0x240e80)['searchParams'][_0x1978ba(0x17b)](_0x5e0e72[_0x1978ba(0x199)])):{};return{[_0x2f34d1]:{'browser':_0x369e7e[_0x1978ba(0x188)]||_0x5a40fd[_0x1978ba(0x1a8)],'browser_version':_0x369e7e[_0x1978ba(0x196)]||_0x5a40fd[_0x1978ba(0x196)],'capabilities':_0x5a40fd,'platform':_0x369e7e['platform'],'platform_version':_0x369e7e[_0x1978ba(0x194)],'product':_0x5e0e72[_0x1978ba(0x1b7)](getObservabilityLinkedProductName,_0x5a40fd),'session_id':_0x369e7e[_0x1978ba(0x191)]}};}}},exports['processWebDriverConfig']=_0x2e280a=>{const _0x145ec6=a3_0x519c37,_0x55e156={'BmbVd':function(_0x126d1b){return _0x126d1b();},'Ziatv':function(_0x1d1dd0,_0xebfca9){return _0x1d1dd0===_0xebfca9;},'aUPcp':'latest','Arnby':function(_0x13af09,_0x4b0aaa){return _0x13af09>_0x4b0aaa;},'IaGKO':function(_0x2a68a3,_0x25a5ef){return _0x2a68a3(_0x25a5ef);},'HJibS':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','aaVwn':function(_0x41de8b,_0x4dda20){return _0x41de8b===_0x4dda20;},'jhDKx':_0x145ec6(0x1b8),'xDDhH':'playwright-chromium','yGLLR':_0x145ec6(0x1b9),'bdAHV':_0x145ec6(0x1a2)};if(_0x55e156[_0x145ec6(0x1bf)](isAccessibilityAutomationSession)){const _0x3f8764=_0x2e280a[_0x145ec6(0x188)],_0x508290=_0x3f8764[_0x145ec6(0x183)];global[_0x145ec6(0x1a4)]=!![],!(_0x55e156[_0x145ec6(0x1b0)](_0x508290[_0x145ec6(0x177)],_0x55e156[_0x145ec6(0x17e)])||_0x55e156[_0x145ec6(0x181)](_0x55e156[_0x145ec6(0x1ab)](parseInt,_0x508290[_0x145ec6(0x177)]),0x5e))&&(logger[_0x145ec6(0x17d)](_0x55e156[_0x145ec6(0x17c)]),global[_0x145ec6(0x1a4)]=![]),!(_0x55e156[_0x145ec6(0x1b1)](_0x508290[_0x145ec6(0x1a8)],_0x55e156[_0x145ec6(0x185)])||_0x55e156['aaVwn'](_0x508290[_0x145ec6(0x1a8)],_0x55e156[_0x145ec6(0x192)]))&&(logger[_0x145ec6(0x17d)](_0x55e156[_0x145ec6(0x18b)]),global[_0x145ec6(0x1a4)]=![]),!_0x55e156[_0x145ec6(0x1ab)](isUndefined,_0x508290[_0x145ec6(0x17f)])&&(logger[_0x145ec6(0x17d)](_0x55e156['bdAHV']),global[_0x145ec6(0x1a4)]=![]);}},exports[a3_0x519c37(0x182)]=_0x50d420=>{const _0x140229=a3_0x519c37,_0x194873={};_0x194873[_0x140229(0x1bb)]=_0x140229(0x1a7),_0x194873[_0x140229(0x17a)]=_0x140229(0x178);const _0x3cd0a=_0x194873;if(!_0x50d420)return![];return!_0x50d420['includes'](_0x3cd0a['EmxFi'])&&!_0x50d420['includes'](_0x3cd0a[_0x140229(0x17a)]);};
@@ -1 +1 @@
1
- const a4_0x441178=a4_0x5d3b;(function(_0x166b1e,_0x5a192a){const _0x121fba=a4_0x5d3b,_0x50cd88=_0x166b1e();while(!![]){try{const _0x56561a=parseInt(_0x121fba(0x254))/0x1+parseInt(_0x121fba(0x185))/0x2+parseInt(_0x121fba(0x175))/0x3+parseInt(_0x121fba(0x1cf))/0x4*(parseInt(_0x121fba(0x1ed))/0x5)+-parseInt(_0x121fba(0x20f))/0x6+parseInt(_0x121fba(0x194))/0x7+-parseInt(_0x121fba(0x22d))/0x8;if(_0x56561a===_0x5a192a)break;else _0x50cd88['push'](_0x50cd88['shift']());}catch(_0x253202){_0x50cd88['push'](_0x50cd88['shift']());}}}(a4_0x3bc2,0x7994d));const path=require(a4_0x441178(0x253)),fs=require('fs'),{v4:uuidv4}=require(a4_0x441178(0x1e5)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x441178(0x23d)),{getTestEnv}=require(a4_0x441178(0x1f7)),{FRAMEWORKS}=require(a4_0x441178(0x21e)),logger=require(a4_0x441178(0x1a5))[a4_0x441178(0x23a)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x441178(0x237)),debug=testOpsHelper[a4_0x441178(0x1c3)],{processAccessibilityCaps}=require(a4_0x441178(0x1c9)),Constants=require(a4_0x441178(0x17c)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x441178(0x241)),STATE_PASSED=a4_0x441178(0x210),STATE_FAILED=a4_0x441178(0x1f1),a4_0x60e318={};a4_0x60e318['TEST_RUN_STARTED']='TestRunStarted',a4_0x60e318[a4_0x441178(0x22e)]=a4_0x441178(0x1a0),a4_0x60e318[a4_0x441178(0x1e4)]=a4_0x441178(0x1ae),a4_0x60e318[a4_0x441178(0x1d6)]=a4_0x441178(0x195),a4_0x60e318[a4_0x441178(0x1f6)]='HookRunFinished';function a4_0x5d3b(_0x38012e,_0x31c825){const _0x3bc250=a4_0x3bc2();return a4_0x5d3b=function(_0x5d3bcd,_0x5d716d){_0x5d3bcd=_0x5d3bcd-0x16d;let _0x3d3805=_0x3bc250[_0x5d3bcd];return _0x3d3805;},a4_0x5d3b(_0x38012e,_0x31c825);}const TEST_EVENTS=a4_0x60e318,parseEvent=_0x520e3b=>{const _0x352962=a4_0x441178,_0x31157f={};_0x31157f[_0x352962(0x17e)]=function(_0x23f5f9,_0x294298){return _0x23f5f9<_0x294298;},_0x31157f[_0x352962(0x204)]=function(_0x2562d4,_0x1158c3){return _0x2562d4===_0x1158c3;},_0x31157f[_0x352962(0x1dc)]='test',_0x31157f[_0x352962(0x1f2)]=_0x352962(0x1a6),_0x31157f[_0x352962(0x21f)]=_0x352962(0x17a),_0x31157f[_0x352962(0x176)]=_0x352962(0x1d7),_0x31157f[_0x352962(0x170)]='finished';const _0x2da87b=_0x31157f,_0x14cb19=_0x520e3b[_0x352962(0x233)](/^(.*)Run(.*)$/);if(!_0x14cb19)return null;if(_0x2da87b[_0x352962(0x17e)](_0x14cb19[_0x352962(0x227)],0x3))return null;const _0x47e8b8=_0x14cb19[0x1]['toLowerCase'](),_0x12bd20=_0x14cb19[0x2][_0x352962(0x217)]();return{'test':_0x2da87b[_0x352962(0x204)](_0x47e8b8,_0x2da87b[_0x352962(0x1dc)]),'hook':_0x2da87b[_0x352962(0x204)](_0x47e8b8,_0x2da87b[_0x352962(0x1f2)]),'skipped':_0x2da87b['esAcJ'](_0x12bd20,_0x2da87b[_0x352962(0x21f)]),'started':_0x2da87b['esAcJ'](_0x12bd20,_0x2da87b[_0x352962(0x176)]),'finished':_0x2da87b['esAcJ'](_0x12bd20,_0x2da87b['UhSSn'])};},mockPWBrowserType=_0x5d843d=>{const _0x492210=a4_0x441178,_0x533aa0={'rEQTZ':function(_0x151147,_0x59b80b){return _0x151147===_0x59b80b;},'lktRR':_0x492210(0x181),'HocHa':function(_0x2e73a8,_0x380608,_0x17c532){return _0x2e73a8(_0x380608,_0x17c532);},'fYQQv':_0x492210(0x1b9),'zOEMh':function(_0x25c990,_0x17156e){return _0x25c990(_0x17156e);},'YPHlY':_0x492210(0x1df),'UsEnE':_0x492210(0x1de),'IKisn':'client','dDYFk':'browserType.js','abGSr':function(_0x5a8cb0,_0x329549){return _0x5a8cb0(_0x329549);},'rPZDm':function(_0x20c806,_0x4e4193){return _0x20c806(_0x4e4193);},'Dmaoe':_0x492210(0x1eb),'kEKaQ':_0x492210(0x1ab),'mrIop':_0x492210(0x1ec)},_0x503c6f=path[_0x492210(0x21a)](_0x533aa0[_0x492210(0x223)],_0x533aa0[_0x492210(0x255)],_0x533aa0['dDYFk']),_0x1f4d62=_0x533aa0['abGSr'](importFileFromPWCore,_0x503c6f);if(!_0x1f4d62){_0x533aa0[_0x492210(0x1cd)](debug,_0x533aa0[_0x492210(0x212)]);return;}const _0x3e3df5=_0x1f4d62[_0x492210(0x1d2)],_0x6b114c=_0x3e3df5['prototype'];if(_0x6b114c[_0x492210(0x1c0)])return;const _0x1dda8c=_0x6b114c[_0x492210(0x1ab)];Object['defineProperty'](_0x6b114c,_0x533aa0[_0x492210(0x235)],{'get':function(){return async function _0x248f1e(_0xf72882,_0x149451){const _0x8ef235=a4_0x5d3b,_0x5f4a8b={'IKxKS':function(_0x4ecb1c,_0x4e7ade){const _0x57c244=a4_0x5d3b;return _0x533aa0[_0x57c244(0x1bb)](_0x4ecb1c,_0x4e7ade);},'LNxoV':_0x533aa0['lktRR']},_0x21a2f7=_0x533aa0[_0x8ef235(0x1b7)](nestedKeyValue,_0xf72882,[_0x533aa0['fYQQv']])||_0xf72882;let _0x57a684=null,_0x1522cd=null;try{[_0x1522cd,_0x57a684]=_0x21a2f7?_0x533aa0[_0x8ef235(0x193)](parseWSEndpoint,_0x21a2f7):[null,null],global['__platformCaps']=_0x57a684,_0x1522cd[_0x8ef235(0x1ea)](_0x533aa0[_0x8ef235(0x1e9)])&&(global[_0x8ef235(0x242)]=_0x533aa0['YPHlY']);}catch(_0x2506fe){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x21a2f7+'\x20'+_0x2506fe);}_0x533aa0[_0x8ef235(0x1b7)](processAccessibilityCaps,_0x57a684,_0x1522cd);if(global[_0x8ef235(0x1a3)]){const _0x3c378e=await _0x6b114c[_0x8ef235(0x1bf)]['apply'](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x533aa0['zOEMh'](encodeURIComponent,JSON[_0x8ef235(0x200)](_0x57a684))]);return PlaywrightSessionDetails[_0x8ef235(0x1bd)](_0x3c378e,_0x5d843d,_0x21a2f7),_0x3c378e;}return _0x1dda8c[_0x8ef235(0x1aa)](this,arguments)['then'](_0x4193a2=>{const _0x5ddd4b=_0x8ef235;let _0x2a6529=_0xf72882[_0x5ddd4b(0x1b9)];return _0x5f4a8b[_0x5ddd4b(0x239)](typeof _0xf72882,_0x5f4a8b[_0x5ddd4b(0x1fc)])&&(_0x2a6529=_0xf72882),PlaywrightSessionDetails['setupBrowserDetails'](_0x4193a2,_0x5d843d,_0x2a6529),_0x4193a2;});};}});const _0x17a32e=_0x6b114c['launch'];Object[_0x492210(0x22f)](_0x6b114c,_0x533aa0[_0x492210(0x1bc)],{'get':function(){return async function _0x37005a(){const _0x5473a6=a4_0x5d3b;return _0x17a32e['apply'](this,arguments)[_0x5473a6(0x1cc)](_0x5b2d9d=>{const _0x34463d=_0x5473a6;return PlaywrightSessionDetails[_0x34463d(0x1bd)](_0x5b2d9d,null),_0x5b2d9d;});};}});};function a4_0x3bc2(){const _0x56b17e=['RaPZo','now','lib','browserstack','title','peQXy','VWPQk','currentHook','TEST_RUN_SKIPPED','uuid','mapTestHooks','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','toISOString','YPHlY','includes','Not\x20able\x20to\x20import\x20Browser','launch','3330xGotls','duration','test','retryOf','failed','MzqQJ','text','STATE_FAILED','LogCreated','HOOK_RUN_FINISHED','../mocha/test-observability/mochaUtils','file_name','hRMnw','logs','gkwDr','LNxoV','body','testAnalyticsId','captureEvent','stringify','FPElC','pid','finished_at','esAcJ','failure_reason_expanded','RAPhO','getHierarchy','name','parent','getInstance','toUpperCase','dwvGR','oHnau','split','433152GOEKEb','passed','DAeDH','Dmaoe','fGBgw','uCuEw','resetSkipTestHooks','USqPh','toLowerCase','nzjeQ','_afterEach','join','kBHPb','hook_type','fLRER','../../helpers/test-observability/constants','VXSIT','suites','currentTest','getHookType','UsEnE','HYFOX','expanded','forEach','length','hqQpD','backtrace','xTPsu','sendCBTInfo','GKUPz','15712736AyIRiI','TEST_RUN_FINISHED','defineProperty','SvpXp','failed\x20to\x20get\x20root\x20parent\x20file\x20','result','match','file','kEKaQ','enabled','../playwright/sessionDetails','keyword','IKxKS','winstonLogger','event_type','getHooksForTest','../../helpers/test-observability/utils','cRNDi','_testEnv','\x20with\x20error\x20:\x20','../../helpers/testhub/utils.js','__cloud_provider___','getRootParentFile','tags','TuBmc','type','xbmsB','gHXBB','err','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','hmXVz','failureData','TEST_EVENTS','success','bddSteps','initializeBddStep','YnaDu','hooks','path','411641PDFkbQ','IKisn','3|5|1|4|2|0','hook_run_uuid','TdYmL','util','concat','UhSSn','CODECEPT','codeceptjs','start','push','2269494qxaRzB','TmTal','OTlvX','FPbmD','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','skipped','bYqkT','../utils/constants','startedAt','enEGf','find','pending','string','_beforeEach','wVDeD','_beforeAll','11898XTKmBo','ECiDO','bs:addLog:','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','finished','.git','ctx','OMPLs','stepAnalyticsId','RLhpB','errorsDetailed','message','Playwright','YSIsM','zOEMh','4873337jsBnWG','HookRunStarted','zwjUj','toString','driver','bGHnW','prefixTestPath','JnLgQ','feature','Oeisd','failure','status','TestRunFinished','integrations','File\x20path\x20could\x20not\x20be\x20found','accessibilityPlatform','shutdown','../../helpers/logger','hook','test_run','CXcna','clvYx','apply','connect','WYyRy','comment','TestRunSkipped','ybYJu','ftaur','constructor','frameworkName','NUyJX','sep','markedStatus','uploadEventData','HocHa','EqcAS','wsEndpoint','yvfQL','rEQTZ','mrIop','setupBrowserDetails','NuHdY','connectOverCDP','obsBrowserTypeMockApplied','bddStepStart','appendTestItemLog','debug','findGitConfig','getTime','_afterAll','eohES','iOqtU','../playwright/accessibility-helper','dirname','bind','then','rPZDm','patchConsoleLogger','3988TFBZKP','getCBTInfo','test_run_uuid','BrowserType','exports','hookAnalyticsId','qjqmL','HOOK_RUN_STARTED','started','replace','stop','_paths','HVwLM'];a4_0x3bc2=function(){return _0x56b17e;};return a4_0x3bc2();}class O11yHelper{[a4_0x441178(0x221)]=null;[a4_0x441178(0x1e3)]=null;[a4_0x441178(0x236)]=![];[a4_0x441178(0x1b2)]=![];constructor(_0x45270c,_0x3d9236){const _0x3f2179=a4_0x441178,_0x4ecc93={'GKUPz':_0x3f2179(0x256),'HVwLM':function(_0x4799f9,_0x2c3ca2){return _0x4799f9===_0x2c3ca2;},'RAPhO':_0x3f2179(0x191),'fLRER':function(_0x4c36f9,_0xdb862e){return _0x4c36f9(_0xdb862e);},'QyrXX':function(_0xa4ec44){return _0xa4ec44();},'CXcna':function(_0x1f4f88){return _0x1f4f88();}},_0x5a1686=_0x4ecc93[_0x3f2179(0x22c)][_0x3f2179(0x20e)]('|');let _0x341ce9=0x0;while(!![]){switch(_0x5a1686[_0x341ce9++]){case'0':this[_0x3f2179(0x198)]&&_0x4ecc93[_0x3f2179(0x1db)](this['driver'][_0x3f2179(0x1b1)][_0x3f2179(0x208)],_0x4ecc93[_0x3f2179(0x206)])&&_0x4ecc93[_0x3f2179(0x21d)](mockPWBrowserType,null);continue;case'1':this[_0x3f2179(0x198)]=_0x45270c;continue;case'2':this['_paths']=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0x3f2179(0x23f)]['location_prefix']);continue;case'3':this['enabled']=_0x4ecc93['QyrXX'](shouldProcessEventForTesthub);continue;case'4':this[_0x3f2179(0x23f)]=_0x4ecc93[_0x3f2179(0x1a8)](getTestEnv);continue;case'5':this[_0x3f2179(0x1b2)]=_0x3d9236[_0x3f2179(0x1b2)];continue;}break;}}[a4_0x441178(0x173)](){const _0x501709=a4_0x441178;if(!this[_0x501709(0x236)])return;testOpsHelper[_0x501709(0x1ce)](),process['removeAllListeners']('bs:addLog:'+process[_0x501709(0x202)]),process['on'](_0x501709(0x187)+process[_0x501709(0x202)],this[_0x501709(0x1c2)][_0x501709(0x1cb)](this));}async[a4_0x441178(0x1d9)](){const _0x32d54e=a4_0x441178;await RequestQueueHandler[_0x32d54e(0x20a)]()[_0x32d54e(0x1a4)]();}async[a4_0x441178(0x1c2)](_0x24002a){const _0x3e4c0e=a4_0x441178,_0x4e3ee1={'USqPh':_0x3e4c0e(0x1f5),'Oeisd':function(_0x3b9340,_0x1795c9){return _0x3b9340(_0x1795c9);}};try{this[_0x3e4c0e(0x1e3)]&&!this[_0x3e4c0e(0x1e3)][_0x3e4c0e(0x1b5)]&&(_0x24002a[_0x3e4c0e(0x257)]=this[_0x3e4c0e(0x1e3)][_0x3e4c0e(0x1d4)]);!_0x24002a[_0x3e4c0e(0x257)]&&this[_0x3e4c0e(0x221)]&&!this[_0x3e4c0e(0x221)]['markedStatus']&&(_0x24002a['test_run_uuid']=this['currentTest']['testAnalyticsId']);if(_0x24002a['hook_run_uuid']||_0x24002a[_0x3e4c0e(0x1d1)]){const _0x3dd671={};_0x3dd671[_0x3e4c0e(0x23b)]=_0x4e3ee1[_0x3e4c0e(0x216)],_0x3dd671[_0x3e4c0e(0x1fa)]=[_0x24002a],await SessionHandler['uploadEventData'](_0x3dd671);}}catch(_0x14dd65){_0x4e3ee1[_0x3e4c0e(0x19d)](debug,_0x3e4c0e(0x179)+_0x14dd65);}}async[a4_0x441178(0x22b)](_0x115093){const _0x5079b4=a4_0x441178,_0x1ea4a6={'qjqmL':'CBTSessionCreated','FPbmD':function(_0x4403e7,_0x182a74){return _0x4403e7(_0x182a74);}};if(!this[_0x5079b4(0x236)])return;const _0x357caa=this[_0x5079b4(0x1d0)](this[_0x5079b4(0x198)]);try{const _0x2310dc={};_0x2310dc[_0x5079b4(0x1e5)]=_0x115093,_0x2310dc[_0x5079b4(0x1a1)]=_0x357caa;const _0x599649=_0x2310dc,_0x52c31e={};_0x52c31e[_0x5079b4(0x23b)]=_0x1ea4a6[_0x5079b4(0x1d5)],_0x52c31e[_0x5079b4(0x1a7)]=_0x599649,await SessionHandler[_0x5079b4(0x1b6)](_0x52c31e);}catch(_0x85f71d){_0x1ea4a6[_0x5079b4(0x178)](debug,_0x5079b4(0x1e7)+_0x85f71d);}}[a4_0x441178(0x1d0)](_0x4f077b){const _0x2c70cb={'vBasc':function(_0xc13b73,_0x7044b1){return _0xc13b73(_0x7044b1);}};return _0x2c70cb['vBasc'](fetchPlatformDetails,_0x4f077b);}[a4_0x441178(0x215)]=_0xc7c771=>{const _0x23d9fe=a4_0x441178,_0x1ff6c5={};_0x1ff6c5[_0x23d9fe(0x213)]='_beforeEach',_0x1ff6c5['FrleZ']='_afterEach';const _0x57f2e1=_0x1ff6c5;if(!_0xc7c771||!_0xc7c771[_0x23d9fe(0x209)])return;[_0x57f2e1['fGBgw'],_0x57f2e1['FrleZ']]['forEach'](_0x531966=>{const _0x2e85f0=_0x23d9fe,_0x2f6321=_0xc7c771[_0x2e85f0(0x209)][_0x531966];_0x2f6321[_0x2e85f0(0x226)](_0x476909=>{_0x476909['hookAnalyticsId']&&(_0x476909['hookAnalyticsId']=null);});});};[a4_0x441178(0x1e6)](_0x452e40){const _0x4e0100=a4_0x441178,_0x183f4e={'wVDeD':_0x4e0100(0x172),'lGDyO':function(_0xcaa2e5){return _0xcaa2e5();},'YXPvU':function(_0x1790f9,_0x1c9261){return _0x1790f9===_0x1c9261;},'WYyRy':_0x4e0100(0x219),'bYqkT':_0x4e0100(0x184),'ECiDO':_0x4e0100(0x1c6),'SvpXp':_0x4e0100(0x182)};if(!_0x452e40||!_0x452e40[_0x4e0100(0x209)])return;[_0x183f4e[_0x4e0100(0x17b)],_0x183f4e[_0x4e0100(0x186)],_0x183f4e[_0x4e0100(0x230)],_0x183f4e[_0x4e0100(0x1ac)]][_0x4e0100(0x226)](_0xcc8bc3=>{const _0x4ad63b=_0x4e0100,_0x534390=_0x452e40[_0x4ad63b(0x209)][_0xcc8bc3]||[];_0x534390[_0x4ad63b(0x226)](_0x5d243f=>{const _0x32afb8=_0x4ad63b;if(_0x5d243f['title']['includes'](_0x183f4e[_0x32afb8(0x183)]))return;if(!_0x5d243f[_0x32afb8(0x1d4)])_0x5d243f[_0x32afb8(0x1d4)]=_0x183f4e['lGDyO'](uuidv4);else _0x5d243f['markedStatus']&&_0x183f4e['YXPvU'](_0xcc8bc3,_0x183f4e[_0x32afb8(0x1ac)])&&(_0x5d243f[_0x32afb8(0x1d4)]=_0x183f4e['lGDyO'](uuidv4),delete _0x5d243f[_0x32afb8(0x1b5)]);});}),this[_0x4e0100(0x1e6)](_0x452e40[_0x4e0100(0x209)]);}['getHooksForTest'](_0x16c47c){const _0x22e0f4=a4_0x441178,_0x4c96fe={};_0x4c96fe[_0x22e0f4(0x201)]='_beforeAll',_0x4c96fe[_0x22e0f4(0x218)]=_0x22e0f4(0x1c6),_0x4c96fe[_0x22e0f4(0x1ba)]=_0x22e0f4(0x182),_0x4c96fe['dwvGR']=_0x22e0f4(0x219);const _0x4276d1=_0x4c96fe;if(!_0x16c47c||!_0x16c47c['parent'])return[];const _0x8337e8=[];return[_0x4276d1[_0x22e0f4(0x201)],_0x4276d1['nzjeQ'],_0x4276d1['yvfQL'],_0x4276d1[_0x22e0f4(0x20c)]][_0x22e0f4(0x226)](_0x49c3b1=>{const _0x287893=_0x22e0f4,_0x1cfd74=_0x16c47c[_0x287893(0x209)][_0x49c3b1]||[];_0x1cfd74['forEach'](_0x17356e=>{const _0x4b034e=_0x287893;_0x17356e[_0x4b034e(0x1d4)]&&_0x8337e8['push'](_0x17356e[_0x4b034e(0x1d4)]);});}),[][_0x22e0f4(0x16f)](_0x8337e8,this[_0x22e0f4(0x23c)](_0x16c47c[_0x22e0f4(0x209)]));}[a4_0x441178(0x222)](_0x72174d){const _0xf1261a=a4_0x441178,_0x38e7c9=/^"(?<hook>.*)" hook:.*$/,_0x28ff16=_0x72174d[_0xf1261a(0x1e0)],_0x2a9b2a=_0x28ff16[_0xf1261a(0x233)](_0x38e7c9);if(_0x2a9b2a&&_0x2a9b2a['groups'])return _0x2a9b2a['groups']['hook'][_0xf1261a(0x20b)]()[_0xf1261a(0x1d8)]('\x20','_');return null;}[a4_0x441178(0x1c4)](_0x48a0aa){const _0x34b61e=a4_0x441178,_0x56a956={};_0x56a956[_0x34b61e(0x21b)]=function(_0x57d5ac,_0x584e0b){return _0x57d5ac===_0x584e0b;},_0x56a956['JfFdi']=function(_0x8f71,_0x1890a0){return _0x8f71===_0x1890a0;},_0x56a956['jgAce']=function(_0x16b567,_0xdd3f18){return _0x16b567===_0xdd3f18;},_0x56a956['YSIsM']=function(_0x87dcb8,_0x195cb3){return _0x87dcb8===_0x195cb3;},_0x56a956[_0x34b61e(0x19b)]=_0x34b61e(0x18a),_0x56a956[_0x34b61e(0x177)]='config';const _0x2beb89=_0x56a956,_0x3cd941=path[_0x34b61e(0x1b4)];if(_0x2beb89[_0x34b61e(0x21b)](_0x48a0aa,null)||_0x2beb89['JfFdi'](_0x48a0aa,'')||_0x2beb89['jgAce'](_0x48a0aa,_0x3cd941)||_0x2beb89[_0x34b61e(0x192)](_0x48a0aa,path['dirname'](_0x48a0aa)))return null;try{return fs['statSync'](path[_0x34b61e(0x21a)](_0x48a0aa,_0x2beb89[_0x34b61e(0x19b)],_0x2beb89[_0x34b61e(0x177)])),_0x48a0aa;}catch(_0x4d6674){const _0x554cd4=path[_0x34b61e(0x1ca)](_0x48a0aa);return this['findGitConfig'](_0x554cd4);}}[a4_0x441178(0x243)](_0x47b8c2){const _0x52961d=a4_0x441178,_0x24cc51={};_0x24cc51['YnaDu']=function(_0x38e4ae,_0x2aa478){return _0x38e4ae>_0x2aa478;};const _0x406384=_0x24cc51;if(_0x47b8c2[_0x52961d(0x234)])return _0x47b8c2[_0x52961d(0x234)];if(_0x47b8c2[_0x52961d(0x18b)]){const _0x234edc=_0x47b8c2[_0x52961d(0x18b)]['currentTest']?this[_0x52961d(0x243)](_0x47b8c2[_0x52961d(0x18b)][_0x52961d(0x221)]):null;if(_0x234edc)return _0x234edc;}if(_0x47b8c2[_0x52961d(0x209)]){const _0x4a1047=this['getRootParentFile'](_0x47b8c2['parent'])||(_0x47b8c2['parent'][_0x52961d(0x18b)]&&_0x47b8c2[_0x52961d(0x209)]['ctx'][_0x52961d(0x221)]?this[_0x52961d(0x243)](_0x47b8c2[_0x52961d(0x209)][_0x52961d(0x18b)][_0x52961d(0x221)]):null);if(_0x4a1047)return _0x4a1047;_0x47b8c2[_0x52961d(0x209)][_0x52961d(0x220)]&&_0x406384[_0x52961d(0x251)](_0x47b8c2[_0x52961d(0x209)][_0x52961d(0x220)][_0x52961d(0x227)],0x0)&&_0x47b8c2[_0x52961d(0x209)]['suites']['forEach'](_0x5bd255=>{const _0x195e08=_0x52961d,_0x57ead9=_0x5bd255[_0x195e08(0x18b)]?this[_0x195e08(0x243)](_0x5bd255['ctx']):null;if(_0x57ead9)return _0x57ead9;});}return null;}[a4_0x441178(0x207)](_0x16f86b){const _0x5a9c2d=a4_0x441178,_0x56502c={};_0x56502c[_0x5a9c2d(0x1be)]=function(_0x114548,_0x556fc1){return _0x114548!==_0x556fc1;};const _0xee6d10=_0x56502c,_0x4537a9=[];if(_0x16f86b&&_0x16f86b[_0x5a9c2d(0x209)]){let _0x19ad28=_0x16f86b[_0x5a9c2d(0x209)];while(_0x19ad28&&_0xee6d10[_0x5a9c2d(0x1be)](_0x19ad28[_0x5a9c2d(0x1e0)],'')){_0x4537a9[_0x5a9c2d(0x174)](_0x19ad28[_0x5a9c2d(0x1e0)]),_0x19ad28=_0x19ad28[_0x5a9c2d(0x209)];}}return _0x4537a9;}[a4_0x441178(0x1ff)](_0x41c10a,_0x3cbc12,_0x4fa5f1=undefined){const _0x428b70=a4_0x441178,_0x36268b={'xTPsu':function(_0x359ac5,_0x2260a9){return _0x359ac5(_0x2260a9);},'iOqtU':function(_0xb00b2b){return _0xb00b2b();},'VWPQk':function(_0x2eea13){return _0x2eea13();},'hmXVz':function(_0x126a14){return _0x126a14();},'NUyJX':function(_0x5ae39a,_0x23b6ae){return _0x5ae39a(_0x23b6ae);},'oYxmO':_0x428b70(0x16e),'ybYJu':_0x428b70(0x249),'gHXBB':function(_0x467626,_0x41bc3a){return _0x467626!==_0x41bc3a;},'sjThv':_0x428b70(0x1a2),'bGHnW':_0x428b70(0x180),'oHnau':_0x428b70(0x1f1),'HYFOX':_0x428b70(0x210),'YjIJc':'skipped','uCuEw':'javascript','RKFzY':function(_0x1d4ac1,_0x40300a){return _0x1d4ac1-_0x40300a;},'hgEhe':function(_0x2ffcb4,_0x21b8a4,_0x26da7e,_0x28d836,_0x55b809){return _0x2ffcb4(_0x21b8a4,_0x26da7e,_0x28d836,_0x55b809);},'hqQpD':function(_0x15fbd5,_0xc6f897){return _0x15fbd5!==_0xc6f897;},'xbmsB':_0x428b70(0x1a1),'peQXy':'meta','eohES':_0x428b70(0x19e),'TdYmL':'failure_backtrace','TuBmc':_0x428b70(0x229),'gkwDr':_0x428b70(0x205),'clvYx':_0x428b70(0x225),'AGeGS':function(_0x87a806,_0xaa0709){return _0x87a806===_0xaa0709;},'OMPLs':'hook_run','zwjUj':_0x428b70(0x1a7)};if(!this['enabled'])return;try{if(_0x3cbc12['fn']&&_0x3cbc12['fn'][_0x428b70(0x197)]()['match'](/browserstack internal helper hook/))return;const _0x35ea23=_0x36268b[_0x428b70(0x22a)](parseEvent,_0x41c10a);if(!_0x35ea23)return;if(_0x35ea23[_0x428b70(0x1ef)]){this[_0x428b70(0x221)]=_0x3cbc12,this[_0x428b70(0x1e3)]=null;if(_0x35ea23[_0x428b70(0x1d7)]||_0x35ea23[_0x428b70(0x17a)]){_0x3cbc12['startedAt']=new Date(),_0x3cbc12['markedStatus']=![];if(!_0x3cbc12['testAnalyticsId'])_0x3cbc12[_0x428b70(0x1fe)]=_0x36268b[_0x428b70(0x1c8)](uuidv4);else _0x3cbc12[_0x428b70(0x1b5)]&&(!_0x3cbc12[_0x428b70(0x1f0)]&&(_0x3cbc12['retryOf']=_0x3cbc12[_0x428b70(0x1fe)]),_0x3cbc12['testAnalyticsId']=_0x36268b[_0x428b70(0x1e2)](uuidv4));}}else{if(_0x35ea23[_0x428b70(0x1a6)]){this[_0x428b70(0x1e3)]=_0x3cbc12;if(_0x35ea23[_0x428b70(0x1d7)]){_0x3cbc12[_0x428b70(0x17d)]=new Date(),_0x3cbc12[_0x428b70(0x1b5)]=![];if(!_0x3cbc12[_0x428b70(0x1d4)])_0x3cbc12[_0x428b70(0x1d4)]=_0x36268b['VWPQk'](uuidv4);else _0x3cbc12['hookAnalyticsId']&&_0x3cbc12['markedStatus']&&(_0x3cbc12[_0x428b70(0x1d4)]=_0x36268b[_0x428b70(0x24b)](uuidv4));}}}if(_0x35ea23[_0x428b70(0x189)]&&_0x3cbc12['markedStatus'])return;let _0xde7514;try{_0xde7514=this[_0x428b70(0x243)](_0x3cbc12);}catch(_0x55b2c5){logger[_0x428b70(0x1c3)](_0x428b70(0x231)+_0x55b2c5),_0xde7514=null;}const _0x1a731c=_0x36268b[_0x428b70(0x1b3)](require,_0x36268b['oYxmO']);let _0x1a83a9=[];_0x4fa5f1&&(_0x1a83a9=[_0x4fa5f1,_0x36268b[_0x428b70(0x1af)]]);const _0x1def53=_0x36268b['gHXBB'](_0x3cbc12[_0x428b70(0x18f)],undefined)?_0x1a731c['inspect'](_0x3cbc12['errorsDetailed'][0x0]):_0x36268b[_0x428b70(0x248)](_0x4fa5f1,undefined)?_0x4fa5f1[_0x428b70(0x197)]():undefined,_0xa2337b=_0xde7514?this[_0x428b70(0x1c4)](_0xde7514):null,_0x1677d8=_0xde7514?this[_0x428b70(0x1da)][_0x428b70(0x19a)](this['getRootParentFile'](_0x3cbc12)):_0x36268b['sjThv'];let _0x34d44d=_0x36268b[_0x428b70(0x199)];const _0x15034f=!_0x35ea23['started']?new Date()[_0x428b70(0x1e8)]():null;if(_0x35ea23[_0x428b70(0x189)])_0x34d44d=_0x4fa5f1?_0x36268b['oHnau']:_0x36268b[_0x428b70(0x224)],_0x3cbc12['markedStatus']=!![];else _0x35ea23[_0x428b70(0x17a)]&&(_0x34d44d=_0x36268b['YjIJc'],_0x3cbc12[_0x428b70(0x1b5)]=!![]);const _0x111687={'framework':this[_0x428b70(0x1b2)],'uuid':_0x3cbc12[_0x428b70(0x1fe)]||_0x3cbc12[_0x428b70(0x1d4)],'name':_0x3cbc12[_0x428b70(0x1e0)],'body':{'lang':_0x36268b[_0x428b70(0x214)],'code':_0x3cbc12['body'][_0x428b70(0x197)]()},'type':_0x3cbc12[_0x428b70(0x246)],'scope':_0x3cbc12['fullTitle'](),'scopes':this[_0x428b70(0x207)](_0x3cbc12),'file_name':_0x1677d8,'vc_filepath':_0xa2337b?path['relative'](_0xa2337b,_0xde7514):null,'location':_0x1677d8,'result':_0x34d44d,'failure_reason':_0x1def53,'duration_in_ms':_0x3cbc12[_0x428b70(0x1ee)]||(_0x35ea23['finished']||_0x35ea23[_0x428b70(0x17a)])?_0x36268b['RKFzY'](Date[_0x428b70(0x1dd)](),new Date(_0x3cbc12['startedAt'])[_0x428b70(0x1c5)]()):null,'started_at':new Date(_0x3cbc12[_0x428b70(0x17d)])[_0x428b70(0x1e8)](),'finished_at':_0x15034f,'failure':testOpsHelper[_0x428b70(0x24c)][_0x428b70(0x1aa)](null,_0x1a83a9),'failure_type':!_0x1def53?null:testOpsHelper['getFailureType'](_0x1def53),'retry_of':_0x3cbc12[_0x428b70(0x1f0)]||null,'tags':_0x3cbc12[_0x428b70(0x244)]||[],'customRerunParam':{'rerun_name':_0x3cbc12['fullTitle']()}};_0x36268b['hgEhe'](appendTesthubParams,_0x111687,_0x41c10a,_0x3cbc12,FRAMEWORKS[_0x428b70(0x171)]);if(_0x35ea23['hook'])[_0x111687[_0x428b70(0x21c)],_0x111687[_0x428b70(0x208)]]=[this[_0x428b70(0x222)](_0x3cbc12),_0x3cbc12[_0x428b70(0x18b)][_0x428b70(0x1ef)][_0x428b70(0x1e0)]],_0x35ea23[_0x428b70(0x189)]?_0x36268b[_0x428b70(0x228)](_0x111687['result'],_0x36268b[_0x428b70(0x20d)])&&(_0x111687[_0x428b70(0x232)]=_0x36268b['HYFOX']):_0x111687[_0x428b70(0x1fd)]={};else _0x35ea23[_0x428b70(0x1ef)]&&(this[_0x428b70(0x1e6)](_0x3cbc12),_0x35ea23[_0x428b70(0x17a)]&&this['resetSkipTestHooks'](_0x3cbc12),(_0x35ea23[_0x428b70(0x189)]||_0x35ea23['skipped'])&&(_0x111687[_0x428b70(0x252)]=this[_0x428b70(0x23c)](_0x3cbc12)));this['driver']&&(_0x35ea23[_0x428b70(0x1d7)]||_0x35ea23[_0x428b70(0x17a)])&&(_0x111687[_0x36268b[_0x428b70(0x247)]]=this['getCBTInfo'](this[_0x428b70(0x198)]));_0x35ea23[_0x428b70(0x1ef)]&&_0x35ea23[_0x428b70(0x189)]&&_0x3cbc12[_0x428b70(0x24f)]&&(_0x111687[_0x36268b[_0x428b70(0x1e1)]]={'feature':{'name':_0x3cbc12[_0x428b70(0x209)][_0x428b70(0x19c)]['name'],'path':_0x111687[_0x428b70(0x1f8)],'description':_0x3cbc12[_0x428b70(0x209)][_0x428b70(0x1ad)]},'scenario':{'name':_0x3cbc12[_0x428b70(0x1e0)]},'steps':_0x3cbc12[_0x428b70(0x24f)]});const _0x1b7369=_0x111687[_0x36268b[_0x428b70(0x1c7)]][0x0];_0x1b7369&&(_0x111687[_0x36268b[_0x428b70(0x16d)]]=_0x1b7369[_0x36268b[_0x428b70(0x245)]],_0x111687[_0x36268b[_0x428b70(0x1fb)]]=_0x1b7369[_0x36268b[_0x428b70(0x1a9)]]);if(_0x3cbc12['bddSteps'])for(const _0x1d9b1f of _0x3cbc12[_0x428b70(0x24f)]){!_0x1d9b1f[_0x428b70(0x203)]&&(_0x1d9b1f['finished_at']=new Date()['toISOString'](),_0x36268b['AGeGS'](_0x1d9b1f['result'],_0x36268b[_0x428b70(0x199)])&&(_0x1b7369?(_0x1d9b1f['result']=_0x36268b[_0x428b70(0x20d)],_0x1d9b1f[_0x428b70(0x19e)]=_0x1b7369[_0x36268b[_0x428b70(0x245)]][0x0]):_0x1d9b1f[_0x428b70(0x232)]=_0x36268b[_0x428b70(0x224)]));}const _0x1477d4={};_0x1477d4['event_type']=_0x35ea23[_0x428b70(0x17a)]?TEST_EVENTS[_0x428b70(0x22e)]:_0x41c10a;const _0x37df97=_0x1477d4;return _0x35ea23[_0x428b70(0x1a6)]?_0x37df97[_0x36268b[_0x428b70(0x18c)]]=_0x111687:_0x37df97[_0x36268b[_0x428b70(0x196)]]=_0x111687,_0x37df97;}catch(_0x32a473){logger['debug'](_0x428b70(0x24a)+_0x41c10a+'\x20with\x20error\x20:\x20'+_0x32a473);}}async['fireEvent'](_0x117a48,_0x5213d2){const _0x1694d7=a4_0x441178;if(!this[_0x1694d7(0x236)]||!_0x5213d2||!_0x117a48)return![];try{return await SessionHandler[_0x1694d7(0x1b6)](_0x5213d2);}catch(_0x36e9d7){logger[_0x1694d7(0x1c3)](_0x1694d7(0x188)+_0x117a48+_0x1694d7(0x240)+_0x36e9d7);}}[a4_0x441178(0x250)](_0x1b0060){const _0x4aa70a=a4_0x441178,_0x5158a8={};_0x5158a8[_0x4aa70a(0x1f9)]=_0x4aa70a(0x180);const _0x22fa2c=_0x5158a8;return{'id':_0x1b0060['stepAnalyticsId'],'text':_0x1b0060[_0x4aa70a(0x1f3)],'keyword':_0x1b0060[_0x4aa70a(0x238)],'started_at':_0x1b0060['startedAt'][_0x4aa70a(0x1e8)](),'result':_0x22fa2c[_0x4aa70a(0x1f9)]};}[a4_0x441178(0x1c1)](_0x49a4be){const _0xb0de3b=a4_0x441178,_0x5b2736={'RLhpB':function(_0x169397){return _0x169397();}};!this[_0xb0de3b(0x221)][_0xb0de3b(0x24f)]&&(this[_0xb0de3b(0x221)][_0xb0de3b(0x24f)]=[]),!_0x49a4be[_0xb0de3b(0x18d)]&&(_0x49a4be[_0xb0de3b(0x18d)]=_0x5b2736[_0xb0de3b(0x18e)](uuidv4),_0x49a4be['startedAt']=new Date(),this[_0xb0de3b(0x221)][_0xb0de3b(0x24f)][_0xb0de3b(0x174)](this[_0xb0de3b(0x250)](_0x49a4be)));}['bddStepFinish'](_0x5133e3){const _0x214022=a4_0x441178,_0x55df24={'EqcAS':function(_0x16c440,_0x17d83c){return _0x16c440(_0x17d83c);},'DAeDH':_0x214022(0x24e),'EQdbQ':'pending','cRNDi':_0x214022(0x210),'ftaur':function(_0xd6837f,_0x34476d){return _0xd6837f-_0x34476d;}};let _0x502d2a=this['currentTest'][_0x214022(0x24f)][_0x214022(0x17f)](_0x18bfa8=>_0x18bfa8['id']===_0x5133e3[_0x214022(0x18d)]);_0x55df24[_0x214022(0x1b8)](isUndefined,_0x502d2a)&&(_0x502d2a=this[_0x214022(0x250)](_0x5133e3)),_0x502d2a[_0x214022(0x232)]=[_0x55df24[_0x214022(0x211)],_0x55df24['EQdbQ']]['includes'](_0x5133e3[_0x214022(0x19f)])?_0x55df24[_0x214022(0x23e)]:_0x5133e3[_0x214022(0x19f)],_0x502d2a['finished_at']=new Date()[_0x214022(0x1e8)](),_0x502d2a[_0x214022(0x1ee)]=_0x55df24[_0x214022(0x1b0)](Date[_0x214022(0x1dd)](),_0x5133e3[_0x214022(0x17d)][_0x214022(0x1c5)]()),_0x502d2a[_0x214022(0x19e)]=_0x5133e3[_0x214022(0x249)]?_0x5133e3['err'][_0x214022(0x190)]:null;}}const a4_0x350f1c={};a4_0x350f1c['O11yHelper']=O11yHelper,a4_0x350f1c['STATE_PASSED']=STATE_PASSED,a4_0x350f1c[a4_0x441178(0x1f4)]=STATE_FAILED,a4_0x350f1c[a4_0x441178(0x24d)]=TEST_EVENTS,module[a4_0x441178(0x1d3)]=a4_0x350f1c;
1
+ const a4_0x86201a=a4_0x2bbe;(function(_0x279d53,_0x315493){const _0x5c9d2f=a4_0x2bbe,_0x5b459c=_0x279d53();while(!![]){try{const _0x39af8f=-parseInt(_0x5c9d2f(0x16e))/0x1+-parseInt(_0x5c9d2f(0x113))/0x2*(parseInt(_0x5c9d2f(0xcd))/0x3)+parseInt(_0x5c9d2f(0x159))/0x4+parseInt(_0x5c9d2f(0x8a))/0x5*(-parseInt(_0x5c9d2f(0x150))/0x6)+parseInt(_0x5c9d2f(0x16a))/0x7+parseInt(_0x5c9d2f(0x107))/0x8*(parseInt(_0x5c9d2f(0xb8))/0x9)+-parseInt(_0x5c9d2f(0x106))/0xa*(-parseInt(_0x5c9d2f(0x16b))/0xb);if(_0x39af8f===_0x315493)break;else _0x5b459c['push'](_0x5b459c['shift']());}catch(_0x566b43){_0x5b459c['push'](_0x5b459c['shift']());}}}(a4_0x156b,0xdfe73));const path=require(a4_0x86201a(0x151)),fs=require('fs'),{v4:uuidv4}=require(a4_0x86201a(0x169)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x86201a(0xa1)),testOpsHelper=require(a4_0x86201a(0x93)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x86201a(0xaf)),logger=require(a4_0x86201a(0xeb))['winstonLogger'],SessionHandler=require(a4_0x86201a(0x179)),RequestQueueHandler=require(a4_0x86201a(0xf1)),PlaywrightSessionDetails=require(a4_0x86201a(0x166)),debug=testOpsHelper[a4_0x86201a(0x15f)],{processAccessibilityCaps}=require(a4_0x86201a(0x172)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x86201a(0x12b)),STATE_PASSED=a4_0x86201a(0x14f),STATE_FAILED=a4_0x86201a(0x8c),a4_0xcf4dff={};a4_0xcf4dff['TEST_RUN_STARTED']=a4_0x86201a(0xae),a4_0xcf4dff[a4_0x86201a(0xd2)]='TestRunFinished',a4_0xcf4dff['TEST_RUN_SKIPPED']=a4_0x86201a(0x11c),a4_0xcf4dff[a4_0x86201a(0x9a)]=a4_0x86201a(0x164),a4_0xcf4dff['HOOK_RUN_FINISHED']='HookRunFinished';function a4_0x156b(){const _0x384383=['TYcUW','retryOf','AqocS','TestRunStarted','../../helpers/test-observability/constants','IabZF','.git','rkZQa','file','accessibilityPlatform','finished','RztnW','VyjDZ','126CPRrRP','XTynh','dirname','QLWET','success','start','WpoOI','KFphB','lib','now','xQgKT','browserstack','pid','exfYi','enabled','xOuIn','wrhtV','stepAnalyticsId','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','getTime','tags','3KxiJlY','apply','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','parent','mppuB','TEST_RUN_FINISHED','integrations','PLAYWRIGHT_HUB_URL','feature','qpUet','hook_type','currentTest','getFailureType','oADkz','SQnYd','captureEvent','sbYzT','removeAllListeners','toString','push','ywgMH','patchConsoleLogger','launch','failure_backtrace','bddStepStart','suites','DYPNF','browserType.js','LIZAY','CVoGI','../../helpers/logger','result','GuNTN','cwd','skipped','ZLxER','../../helpers/test-observability/requestQueueHandler','duration','title','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','obsBrowserTypeMockApplied','bddStepFinish','file_name','stop','zUIKN','xlNGJ','TEST_EVENTS','test_run_uuid','name','DtfKe','EepCb','includes','connectOverCDP','getInstance','frameworkName','body','statSync','4790620IZufcI','647624bmXYUd','IAgxt','toUpperCase','codeceptjs','FpfVE','driver','IzVeB','bs:addLog:','bHljP','_beforeAll','backtrace','_testEnv','1539562iAxOMa','STATE_PASSED','relative','Twuuy','event_type','aLzsN','VNOXz','toLowerCase','split','TestRunSkipped','Not\x20able\x20to\x20import\x20Browser','ctx','getHookType','wNouX','groups','test','initializeBddStep','_paths','currentHook','prototype','toISOString','AKUUd','File\x20path\x20could\x20not\x20be\x20found','zoscU','../../helpers/testhub/utils.js','getHooksForTest','fireEvent','finished_at','getRootParentFile','status','PoHzl','zbWPa','inXkc','CuBWs','config','join','errorsDetailed','hPkAh','then','fullTitle','RuTZG','NGeBs','length','match','OaUEt','hooks','qcYZY','bddSteps','JToQq','hookAnalyticsId','_afterAll','pending','test_run','javascript','inspect','meta','util','hook','failure_reason_expanded','CkmCF','passed','638982pdJBcA','path','connect','cctST','sep','text','GtrDC','GwHDb','cEakm','1605552weeRvp','KcpTf','__cloud_provider___','__platformCaps','jUahL','exports','debug','appendTestItemLog','CgqNv','failed\x20to\x20get\x20root\x20parent\x20file\x20','ynwLC','HookRunStarted','find','../playwright/sessionDetails','FsnaE','Ftebs','uuid','11476325SEcYcl','11mABLHU','resetSkipTestHooks','hook_run_uuid','1327397ktUAyI','_beforeEach','zrZzm','mapTestHooks','../playwright/accessibility-helper','startedAt','buMKN','location_prefix','JwTLJ','forEach','STATE_FAILED','../../helpers/test-observability/sessionHandler','hORuR','bIfYk','CBTSessionCreated','err','started','30dGTbSv','vDLbM','failed','kQGVM','dfTpT','client','dKchf','O11yHelper','WMRQM','../../helpers/test-observability/utils','wpPTC','findGitConfig','testAnalyticsId','TNMKt','replace','getHierarchy','HOOK_RUN_STARTED','failure','setupBrowserDetails','HNXyD','uploadEventData','markedStatus','getCBTInfo','../../helpers/helper','kEpZC','VkTuk','nzApW','defineProperty','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','wCBNL','ITTkS','prefixTestPath','_afterEach'];a4_0x156b=function(){return _0x384383;};return a4_0x156b();}const TEST_EVENTS=a4_0xcf4dff,parseEvent=_0x553f27=>{const _0x4ac272=a4_0x86201a,_0x367616={};_0x367616[_0x4ac272(0x14e)]=function(_0xab6e54,_0x3e41c5){return _0xab6e54<_0x3e41c5;},_0x367616[_0x4ac272(0x8e)]=function(_0x72312b,_0x3860d6){return _0x72312b===_0x3860d6;},_0x367616[_0x4ac272(0x8d)]=_0x4ac272(0x122),_0x367616['mqLha']=function(_0x4c7d2d,_0x2a404f){return _0x4c7d2d===_0x2a404f;},_0x367616[_0x4ac272(0xea)]='hook',_0x367616[_0x4ac272(0x143)]=function(_0x4f0138,_0x1fd4bc){return _0x4f0138===_0x1fd4bc;},_0x367616[_0x4ac272(0x118)]=_0x4ac272(0xef),_0x367616[_0x4ac272(0xf0)]=function(_0x20c9d8,_0x36b38c){return _0x20c9d8===_0x36b38c;},_0x367616[_0x4ac272(0x13c)]=_0x4ac272(0x89),_0x367616[_0x4ac272(0x15d)]=_0x4ac272(0xb5);const _0x30291b=_0x367616,_0x432860=_0x553f27['match'](/^(.*)Run(.*)$/);if(!_0x432860)return null;if(_0x30291b[_0x4ac272(0x14e)](_0x432860[_0x4ac272(0x13d)],0x3))return null;const _0x5707b4=_0x432860[0x1][_0x4ac272(0x11a)](),_0x3da52f=_0x432860[0x2][_0x4ac272(0x11a)]();return{'test':_0x30291b[_0x4ac272(0x8e)](_0x5707b4,_0x30291b['kQGVM']),'hook':_0x30291b['mqLha'](_0x5707b4,_0x30291b[_0x4ac272(0xea)]),'skipped':_0x30291b['JToQq'](_0x3da52f,_0x30291b['aLzsN']),'started':_0x30291b[_0x4ac272(0xf0)](_0x3da52f,_0x30291b[_0x4ac272(0x13c)]),'finished':_0x30291b[_0x4ac272(0x8e)](_0x3da52f,_0x30291b[_0x4ac272(0x15d)])};},mockPWBrowserType=_0x591b49=>{const _0x46bceb=a4_0x86201a,_0x342fc5={'ScENy':function(_0x3bda8a,_0x63c0b0,_0x278182){return _0x3bda8a(_0x63c0b0,_0x278182);},'GtrDC':'wsEndpoint','GuNTN':function(_0x49984e,_0x58d87f){return _0x49984e(_0x58d87f);},'rkZQa':_0x46bceb(0xc3),'hPkAh':function(_0x1ad730,_0x5718a7,_0x1daba3){return _0x1ad730(_0x5718a7,_0x1daba3);},'xRonQ':function(_0x13edda,_0x2936c0){return _0x13edda(_0x2936c0);},'zoscU':function(_0x5e775d,_0x1cd831){return _0x5e775d===_0x1cd831;},'CuBWs':'string','zUIKN':_0x46bceb(0xc0),'wNouX':_0x46bceb(0x8f),'cctST':_0x46bceb(0xe8),'exfYi':function(_0x5623f2,_0x25ce95){return _0x5623f2(_0x25ce95);},'QLWET':_0x46bceb(0x11d),'ydcDM':'connect','sbYzT':_0x46bceb(0xe3)},_0x3a766b=path[_0x46bceb(0x136)](_0x342fc5[_0x46bceb(0xf9)],_0x342fc5[_0x46bceb(0x120)],_0x342fc5[_0x46bceb(0x153)]),_0x160327=_0x342fc5[_0x46bceb(0xed)](importFileFromPWCore,_0x3a766b);if(!_0x160327){_0x342fc5[_0x46bceb(0xc5)](debug,_0x342fc5[_0x46bceb(0xbb)]);return;}const _0x4a7ee8=_0x160327['BrowserType'],_0x8f470f=_0x4a7ee8[_0x46bceb(0x126)];if(_0x8f470f[_0x46bceb(0xf5)])return;const _0x28d7a0=_0x8f470f[_0x46bceb(0x152)];Object['defineProperty'](_0x8f470f,_0x342fc5['ydcDM'],{'get':function(){const _0x5cd295=_0x46bceb,_0x1cb33f={'xlNGJ':function(_0x138d59,_0x135127){const _0x56d8b0=a4_0x2bbe;return _0x342fc5[_0x56d8b0(0x12a)](_0x138d59,_0x135127);},'AKUUd':_0x342fc5[_0x5cd295(0x134)]};return async function _0x1b4676(_0x12afc6,_0x1b6a2c){const _0x561795=_0x5cd295,_0x5f1f93=_0x342fc5['ScENy'](nestedKeyValue,_0x12afc6,[_0x342fc5[_0x561795(0x156)]])||_0x12afc6;let _0x346242=null,_0x1968d2=null;try{[_0x1968d2,_0x346242]=_0x5f1f93?_0x342fc5[_0x561795(0xed)](parseWSEndpoint,_0x5f1f93):[null,null],global[_0x561795(0x15c)]=_0x346242,_0x1968d2[_0x561795(0x100)](_0x342fc5[_0x561795(0xb2)])&&(global[_0x561795(0x15b)]=_0x342fc5[_0x561795(0xb2)]);}catch(_0x40cfc4){logger[_0x561795(0x15f)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x5f1f93+'\x20'+_0x40cfc4);}_0x342fc5[_0x561795(0x138)](processAccessibilityCaps,_0x346242,_0x1968d2);if(global[_0x561795(0xb4)]){const _0x2ada6e=await _0x8f470f[_0x561795(0x101)][_0x561795(0xce)](this,[''+Constants[_0x561795(0xd4)]+_0x342fc5['xRonQ'](encodeURIComponent,JSON['stringify'](_0x346242))]);return PlaywrightSessionDetails[_0x561795(0x9c)](_0x2ada6e,_0x591b49,_0x5f1f93),_0x2ada6e;}return _0x28d7a0[_0x561795(0xce)](this,arguments)[_0x561795(0x139)](_0x1fe49f=>{const _0x2baf4f=_0x561795;let _0x11798a=_0x12afc6['wsEndpoint'];return _0x1cb33f[_0x2baf4f(0xfa)](typeof _0x12afc6,_0x1cb33f[_0x2baf4f(0x128)])&&(_0x11798a=_0x12afc6),PlaywrightSessionDetails[_0x2baf4f(0x9c)](_0x1fe49f,_0x591b49,_0x11798a),_0x1fe49f;});};}});const _0x5d76de=_0x8f470f['launch'];Object[_0x46bceb(0xa5)](_0x8f470f,_0x342fc5[_0x46bceb(0xdd)],{'get':function(){return async function _0x1296ee(){const _0x2134a6=a4_0x2bbe;return _0x5d76de['apply'](this,arguments)[_0x2134a6(0x139)](_0x7b5c85=>{const _0x31648a=_0x2134a6;return PlaywrightSessionDetails[_0x31648a(0x9c)](_0x7b5c85,null),_0x7b5c85;});};}});};function a4_0x2bbe(_0x335368,_0x4f7e73){const _0x156b4a=a4_0x156b();return a4_0x2bbe=function(_0x2bbe04,_0x4b511c){_0x2bbe04=_0x2bbe04-0x85;let _0x6f0fe3=_0x156b4a[_0x2bbe04];return _0x6f0fe3;},a4_0x2bbe(_0x335368,_0x4f7e73);}class O11yHelper{[a4_0x86201a(0xd8)]=null;[a4_0x86201a(0x125)]=null;[a4_0x86201a(0xc6)]=![];[a4_0x86201a(0x103)]=![];constructor(_0x57dbb4,_0x2bf7d7){const _0x1d3fd9=a4_0x86201a,_0x42b9d6={'LIZAY':'2|1|5|4|0|3','RztnW':function(_0x309fac){return _0x309fac();},'mppuB':function(_0x45b03d,_0x26b144){return _0x45b03d===_0x26b144;},'inXkc':'Playwright','nzApW':function(_0x5486c7,_0x19a009){return _0x5486c7(_0x19a009);}},_0x39b2f4=_0x42b9d6[_0x1d3fd9(0xe9)][_0x1d3fd9(0x11b)]('|');let _0xf8f5ce=0x0;while(!![]){switch(_0x39b2f4[_0xf8f5ce++]){case'0':this[_0x1d3fd9(0x124)]=new testOpsHelper['PathHelper']({'cwd':process[_0x1d3fd9(0xee)]()},this[_0x1d3fd9(0x112)][_0x1d3fd9(0x175)]);continue;case'1':this[_0x1d3fd9(0x103)]=_0x2bf7d7['frameworkName'];continue;case'2':this[_0x1d3fd9(0xc6)]=_0x42b9d6[_0x1d3fd9(0xb6)](shouldProcessEventForTesthub);continue;case'3':this['driver']&&_0x42b9d6[_0x1d3fd9(0xd1)](this[_0x1d3fd9(0x10c)]['constructor'][_0x1d3fd9(0xfd)],_0x42b9d6[_0x1d3fd9(0x133)])&&_0x42b9d6[_0x1d3fd9(0xa4)](mockPWBrowserType,null);continue;case'4':this[_0x1d3fd9(0x112)]=_0x42b9d6[_0x1d3fd9(0xb6)](getTestEnv);continue;case'5':this[_0x1d3fd9(0x10c)]=_0x57dbb4;continue;}break;}}[a4_0x86201a(0xbd)](){const _0x484bf7=a4_0x86201a;if(!this[_0x484bf7(0xc6)])return;testOpsHelper[_0x484bf7(0xe2)](),process[_0x484bf7(0xde)](_0x484bf7(0x10e)+process[_0x484bf7(0xc4)]),process['on']('bs:addLog:'+process[_0x484bf7(0xc4)],this[_0x484bf7(0x160)]['bind'](this));}async[a4_0x86201a(0xf8)](){const _0xcb981c=a4_0x86201a;await RequestQueueHandler[_0xcb981c(0x102)]()['shutdown']();}async[a4_0x86201a(0x160)](_0x2b39a3){const _0x204c0c=a4_0x86201a,_0x393303={'VyjDZ':'LogCreated','qrIJx':function(_0x224231,_0x5e8ed6){return _0x224231(_0x5e8ed6);}};try{this[_0x204c0c(0x125)]&&!this['currentHook'][_0x204c0c(0x9f)]&&(_0x2b39a3[_0x204c0c(0x16d)]=this[_0x204c0c(0x125)][_0x204c0c(0x144)]);!_0x2b39a3[_0x204c0c(0x16d)]&&this[_0x204c0c(0xd8)]&&!this['currentTest'][_0x204c0c(0x9f)]&&(_0x2b39a3[_0x204c0c(0xfc)]=this[_0x204c0c(0xd8)][_0x204c0c(0x96)]);if(_0x2b39a3[_0x204c0c(0x16d)]||_0x2b39a3[_0x204c0c(0xfc)]){const _0x237f88={};_0x237f88['event_type']=_0x393303[_0x204c0c(0xb7)],_0x237f88['logs']=[_0x2b39a3],await SessionHandler['uploadEventData'](_0x237f88);}}catch(_0x4f3dd0){_0x393303['qrIJx'](debug,_0x204c0c(0xa6)+_0x4f3dd0);}}async['sendCBTInfo'](_0x238eed){const _0x4ab6f6=a4_0x86201a,_0x3ebf9f={'WMRQM':_0x4ab6f6(0x87),'QVjMQ':function(_0x184cd4,_0x4f68c1){return _0x184cd4(_0x4f68c1);}};if(!this[_0x4ab6f6(0xc6)])return;const _0x383089=this[_0x4ab6f6(0xa0)](this['driver']);try{const _0xa47167={};_0xa47167['uuid']=_0x238eed,_0xa47167['integrations']=_0x383089;const _0x324103=_0xa47167,_0x5e8cf5={};_0x5e8cf5[_0x4ab6f6(0x117)]=_0x3ebf9f[_0x4ab6f6(0x92)],_0x5e8cf5[_0x4ab6f6(0x147)]=_0x324103,await SessionHandler[_0x4ab6f6(0x9e)](_0x5e8cf5);}catch(_0x2d05ed){_0x3ebf9f['QVjMQ'](debug,_0x4ab6f6(0xf4)+_0x2d05ed);}}[a4_0x86201a(0xa0)](_0x46b81e){const _0x5d74d1=a4_0x86201a,_0x4ed1fb={'PoHzl':function(_0x3c82f5,_0x5dfb7c){return _0x3c82f5(_0x5dfb7c);}};return _0x4ed1fb[_0x5d74d1(0x131)](fetchPlatformDetails,_0x46b81e);}[a4_0x86201a(0x16c)]=_0x4b00c6=>{const _0x40647=a4_0x86201a,_0x429c76={};_0x429c76[_0x40647(0xc8)]=_0x40647(0x16f),_0x429c76['vDLbM']=_0x40647(0xaa);const _0x22dfb4=_0x429c76;if(!_0x4b00c6||!_0x4b00c6[_0x40647(0xd0)])return;[_0x22dfb4['wrhtV'],_0x22dfb4[_0x40647(0x8b)]][_0x40647(0x177)](_0x14171f=>{const _0x3d1d9b=_0x40647,_0x2d6103=_0x4b00c6['parent'][_0x14171f];_0x2d6103[_0x3d1d9b(0x177)](_0x351fff=>{const _0x32ece0=_0x3d1d9b;_0x351fff[_0x32ece0(0x144)]&&(_0x351fff['hookAnalyticsId']=null);});});};[a4_0x86201a(0x171)](_0x421753){const _0x3263b3=a4_0x86201a,_0x372c90={'CgqNv':_0x3263b3(0x10a),'IAgxt':function(_0x11d02c){return _0x11d02c();},'XTynh':function(_0x10337a,_0x16c2b3){return _0x10337a===_0x16c2b3;},'qpUet':_0x3263b3(0xaa),'EepCb':'_beforeAll','FMwVz':'_afterAll','gfwgL':_0x3263b3(0x16f)};if(!_0x421753||!_0x421753[_0x3263b3(0xd0)])return;[_0x372c90[_0x3263b3(0xff)],_0x372c90['FMwVz'],_0x372c90['gfwgL'],_0x372c90[_0x3263b3(0xd6)]]['forEach'](_0x548e49=>{const _0x22b6b4=_0x3263b3,_0x4118e0={'bHljP':_0x372c90[_0x22b6b4(0x161)],'IabZF':function(_0x4fa4e0){const _0x457764=_0x22b6b4;return _0x372c90[_0x457764(0x108)](_0x4fa4e0);},'KFphB':function(_0x27a3ab,_0x36d2dd){const _0x4e0254=_0x22b6b4;return _0x372c90[_0x4e0254(0xb9)](_0x27a3ab,_0x36d2dd);},'ITTkS':_0x372c90['qpUet'],'HNXyD':function(_0x713859){return _0x372c90['IAgxt'](_0x713859);}},_0x1a78c5=_0x421753['parent'][_0x548e49]||[];_0x1a78c5['forEach'](_0x116b02=>{const _0x3fe343=_0x22b6b4;if(_0x116b02['title'][_0x3fe343(0x100)](_0x4118e0[_0x3fe343(0x10f)]))return;if(!_0x116b02[_0x3fe343(0x144)])_0x116b02['hookAnalyticsId']=_0x4118e0[_0x3fe343(0xb0)](uuidv4);else _0x116b02[_0x3fe343(0x9f)]&&_0x4118e0[_0x3fe343(0xbf)](_0x548e49,_0x4118e0[_0x3fe343(0xa8)])&&(_0x116b02['hookAnalyticsId']=_0x4118e0[_0x3fe343(0x9d)](uuidv4),delete _0x116b02['markedStatus']);});}),this['mapTestHooks'](_0x421753[_0x3263b3(0xd0)]);}[a4_0x86201a(0x12c)](_0x3547cf){const _0xf774d1=a4_0x86201a,_0xd44dcd={};_0xd44dcd[_0xf774d1(0x90)]=_0xf774d1(0x110),_0xd44dcd[_0xf774d1(0xc2)]=_0xf774d1(0x145),_0xd44dcd[_0xf774d1(0x176)]=_0xf774d1(0x16f),_0xd44dcd[_0xf774d1(0x119)]=_0xf774d1(0xaa);const _0x3973ee=_0xd44dcd;if(!_0x3547cf||!_0x3547cf[_0xf774d1(0xd0)])return[];const _0x187058=[];return[_0x3973ee['dKchf'],_0x3973ee[_0xf774d1(0xc2)],_0x3973ee[_0xf774d1(0x176)],_0x3973ee[_0xf774d1(0x119)]][_0xf774d1(0x177)](_0x5e5797=>{const _0x51bea9=_0x3547cf['parent'][_0x5e5797]||[];_0x51bea9['forEach'](_0x53e101=>{const _0x153532=a4_0x2bbe;_0x53e101[_0x153532(0x144)]&&_0x187058[_0x153532(0xe0)](_0x53e101['hookAnalyticsId']);});}),[]['concat'](_0x187058,this[_0xf774d1(0x12c)](_0x3547cf[_0xf774d1(0xd0)]));}[a4_0x86201a(0x11f)](_0x5b7f27){const _0x4ee7dd=a4_0x86201a,_0x4eeaaa=/^"(?<hook>.*)" hook:.*$/,_0x248cb8=_0x5b7f27[_0x4ee7dd(0xf3)],_0x238b4e=_0x248cb8[_0x4ee7dd(0x13e)](_0x4eeaaa);if(_0x238b4e&&_0x238b4e[_0x4ee7dd(0x121)])return _0x238b4e['groups'][_0x4ee7dd(0x14c)][_0x4ee7dd(0x109)]()[_0x4ee7dd(0x98)]('\x20','_');return null;}[a4_0x86201a(0x95)](_0xa9f8bf){const _0x51b7f8=a4_0x86201a,_0x296b17={};_0x296b17[_0x51b7f8(0x174)]=function(_0x3727bc,_0x40be85){return _0x3727bc===_0x40be85;},_0x296b17[_0x51b7f8(0x86)]=function(_0x4685ef,_0x4e2d48){return _0x4685ef===_0x4e2d48;},_0x296b17[_0x51b7f8(0xa3)]=function(_0x1e911c,_0x331d37){return _0x1e911c===_0x331d37;},_0x296b17[_0x51b7f8(0x158)]=function(_0x549932,_0x144b6c){return _0x549932===_0x144b6c;},_0x296b17[_0x51b7f8(0x170)]=_0x51b7f8(0xb1),_0x296b17['OXrLn']=_0x51b7f8(0x135);const _0x3473d6=_0x296b17,_0x3b6118=path[_0x51b7f8(0x154)];if(_0x3473d6['buMKN'](_0xa9f8bf,null)||_0x3473d6[_0x51b7f8(0x86)](_0xa9f8bf,'')||_0x3473d6[_0x51b7f8(0xa3)](_0xa9f8bf,_0x3b6118)||_0x3473d6[_0x51b7f8(0x158)](_0xa9f8bf,path[_0x51b7f8(0xba)](_0xa9f8bf)))return null;try{return fs[_0x51b7f8(0x105)](path['join'](_0xa9f8bf,_0x3473d6[_0x51b7f8(0x170)],_0x3473d6['OXrLn'])),_0xa9f8bf;}catch(_0x4a4ff9){const _0x1fca2e=path[_0x51b7f8(0xba)](_0xa9f8bf);return this[_0x51b7f8(0x95)](_0x1fca2e);}}[a4_0x86201a(0x12f)](_0x4fc6b7){const _0x57460a=a4_0x86201a,_0x47a700={};_0x47a700['PNXPZ']=function(_0x21a8b2,_0x446799){return _0x21a8b2>_0x446799;};const _0x58fede=_0x47a700;if(_0x4fc6b7[_0x57460a(0xb3)])return _0x4fc6b7[_0x57460a(0xb3)];if(_0x4fc6b7[_0x57460a(0x11e)]){const _0x1fae56=_0x4fc6b7[_0x57460a(0x11e)][_0x57460a(0xd8)]?this[_0x57460a(0x12f)](_0x4fc6b7[_0x57460a(0x11e)][_0x57460a(0xd8)]):null;if(_0x1fae56)return _0x1fae56;}if(_0x4fc6b7[_0x57460a(0xd0)]){const _0x125ef4=this['getRootParentFile'](_0x4fc6b7[_0x57460a(0xd0)])||(_0x4fc6b7['parent']['ctx']&&_0x4fc6b7['parent'][_0x57460a(0x11e)][_0x57460a(0xd8)]?this[_0x57460a(0x12f)](_0x4fc6b7[_0x57460a(0xd0)][_0x57460a(0x11e)][_0x57460a(0xd8)]):null);if(_0x125ef4)return _0x125ef4;_0x4fc6b7[_0x57460a(0xd0)]['suites']&&_0x58fede['PNXPZ'](_0x4fc6b7[_0x57460a(0xd0)][_0x57460a(0xe6)][_0x57460a(0x13d)],0x0)&&_0x4fc6b7[_0x57460a(0xd0)][_0x57460a(0xe6)][_0x57460a(0x177)](_0x5d9ad3=>{const _0x1c9806=_0x57460a,_0x3755c9=_0x5d9ad3[_0x1c9806(0x11e)]?this[_0x1c9806(0x12f)](_0x5d9ad3[_0x1c9806(0x11e)]):null;if(_0x3755c9)return _0x3755c9;});}return null;}['getHierarchy'](_0x393427){const _0x1afa6c=a4_0x86201a,_0x1b0a48={};_0x1b0a48['DtfKe']=function(_0x43dce8,_0x1c25a6){return _0x43dce8!==_0x1c25a6;};const _0xaebc14=_0x1b0a48,_0x2e0fea=[];if(_0x393427&&_0x393427['parent']){let _0x8dbca0=_0x393427[_0x1afa6c(0xd0)];while(_0x8dbca0&&_0xaebc14[_0x1afa6c(0xfe)](_0x8dbca0[_0x1afa6c(0xf3)],'')){_0x2e0fea['push'](_0x8dbca0[_0x1afa6c(0xf3)]),_0x8dbca0=_0x8dbca0['parent'];}}return _0x2e0fea;}[a4_0x86201a(0xdc)](_0x3adc92,_0x27eb04,_0x38f924=undefined){const _0x2e1eca=a4_0x86201a,_0x454f26={'TYcUW':function(_0x105c15,_0x26c25b){return _0x105c15(_0x26c25b);},'jlcwN':function(_0xeff3f3){return _0xeff3f3();},'AqocS':function(_0x2e37c5){return _0x2e37c5();},'OaUEt':function(_0x1d23d6){return _0x1d23d6();},'FpfVE':function(_0x42cc4d,_0x417c44){return _0x42cc4d(_0x417c44);},'fsaMS':_0x2e1eca(0x14b),'QUnoA':_0x2e1eca(0x88),'DYPNF':function(_0x195711,_0x535da7){return _0x195711!==_0x535da7;},'ywgMH':_0x2e1eca(0x129),'TNMKt':'pending','FsnaE':_0x2e1eca(0x8c),'WpoOI':'passed','GwHDb':'skipped','qcYZY':_0x2e1eca(0x148),'bOMnz':function(_0x38cb74,_0x30eb1c){return _0x38cb74-_0x30eb1c;},'SQnYd':function(_0x3ab869,_0x5a8a99,_0x3dd913,_0x689ea3,_0x497152){return _0x3ab869(_0x5a8a99,_0x3dd913,_0x689ea3,_0x497152);},'Ftebs':_0x2e1eca(0xd3),'chnQv':_0x2e1eca(0x14a),'ynwLC':'failure','mxkpq':_0x2e1eca(0xe4),'oADkz':_0x2e1eca(0x111),'KcpTf':_0x2e1eca(0x14d),'xOuIn':'expanded','kEpZC':function(_0x210477,_0xa432a){return _0x210477===_0xa432a;},'zbWPa':'hook_run','wpPTC':_0x2e1eca(0x147)};if(!this[_0x2e1eca(0xc6)])return;try{if(_0x27eb04['fn']&&_0x27eb04['fn'][_0x2e1eca(0xdf)]()[_0x2e1eca(0x13e)](/browserstack internal helper hook/))return;const _0x1258d6=_0x454f26[_0x2e1eca(0xab)](parseEvent,_0x3adc92);if(!_0x1258d6)return;if(_0x1258d6[_0x2e1eca(0x122)]){this['currentTest']=_0x27eb04,this[_0x2e1eca(0x125)]=null;if(_0x1258d6[_0x2e1eca(0x89)]||_0x1258d6[_0x2e1eca(0xef)]){_0x27eb04['startedAt']=new Date(),_0x27eb04['markedStatus']=![];if(!_0x27eb04[_0x2e1eca(0x96)])_0x27eb04['testAnalyticsId']=_0x454f26['jlcwN'](uuidv4);else _0x27eb04['markedStatus']&&(!_0x27eb04[_0x2e1eca(0xac)]&&(_0x27eb04['retryOf']=_0x27eb04[_0x2e1eca(0x96)]),_0x27eb04[_0x2e1eca(0x96)]=_0x454f26[_0x2e1eca(0xad)](uuidv4));}}else{if(_0x1258d6['hook']){this['currentHook']=_0x27eb04;if(_0x1258d6['started']){_0x27eb04[_0x2e1eca(0x173)]=new Date(),_0x27eb04['markedStatus']=![];if(!_0x27eb04[_0x2e1eca(0x144)])_0x27eb04['hookAnalyticsId']=_0x454f26[_0x2e1eca(0x13f)](uuidv4);else _0x27eb04[_0x2e1eca(0x144)]&&_0x27eb04[_0x2e1eca(0x9f)]&&(_0x27eb04[_0x2e1eca(0x144)]=_0x454f26[_0x2e1eca(0x13f)](uuidv4));}}}if(_0x1258d6[_0x2e1eca(0xb5)]&&_0x27eb04[_0x2e1eca(0x9f)])return;let _0x11c7a9;try{_0x11c7a9=this[_0x2e1eca(0x12f)](_0x27eb04);}catch(_0x2b2322){logger['debug'](_0x2e1eca(0x162)+_0x2b2322),_0x11c7a9=null;}const _0xbcb1a4=_0x454f26[_0x2e1eca(0x10b)](require,_0x454f26['fsaMS']);let _0x37132b=[];_0x38f924&&(_0x37132b=[_0x38f924,_0x454f26['QUnoA']]);const _0xc6bc4=_0x454f26[_0x2e1eca(0xe7)](_0x27eb04[_0x2e1eca(0x137)],undefined)?_0xbcb1a4[_0x2e1eca(0x149)](_0x27eb04[_0x2e1eca(0x137)][0x0]):_0x454f26['DYPNF'](_0x38f924,undefined)?_0x38f924[_0x2e1eca(0xdf)]():undefined,_0x4524a1=_0x11c7a9?this[_0x2e1eca(0x95)](_0x11c7a9):null,_0x31a67b=_0x11c7a9?this[_0x2e1eca(0x124)][_0x2e1eca(0xa9)](this[_0x2e1eca(0x12f)](_0x27eb04)):_0x454f26[_0x2e1eca(0xe1)];let _0x4b2c8c=_0x454f26['TNMKt'];const _0x148176=!_0x1258d6[_0x2e1eca(0x89)]?new Date()['toISOString']():null;if(_0x1258d6['finished'])_0x4b2c8c=_0x38f924?_0x454f26[_0x2e1eca(0x167)]:_0x454f26[_0x2e1eca(0xbe)],_0x27eb04[_0x2e1eca(0x9f)]=!![];else _0x1258d6['skipped']&&(_0x4b2c8c=_0x454f26[_0x2e1eca(0x157)],_0x27eb04['markedStatus']=!![]);const _0x362327={'framework':this['frameworkName'],'uuid':_0x27eb04['testAnalyticsId']||_0x27eb04[_0x2e1eca(0x144)],'name':_0x27eb04[_0x2e1eca(0xf3)],'body':{'lang':_0x454f26[_0x2e1eca(0x141)],'code':_0x27eb04[_0x2e1eca(0x104)][_0x2e1eca(0xdf)]()},'type':_0x27eb04['type'],'scope':_0x27eb04[_0x2e1eca(0x13a)](),'scopes':this[_0x2e1eca(0x99)](_0x27eb04),'file_name':_0x31a67b,'vc_filepath':_0x4524a1?path[_0x2e1eca(0x115)](_0x4524a1,_0x11c7a9):null,'location':_0x31a67b,'result':_0x4b2c8c,'failure_reason':_0xc6bc4,'duration_in_ms':_0x27eb04[_0x2e1eca(0xf2)]||(_0x1258d6[_0x2e1eca(0xb5)]||_0x1258d6[_0x2e1eca(0xef)])?_0x454f26['bOMnz'](Date[_0x2e1eca(0xc1)](),new Date(_0x27eb04[_0x2e1eca(0x173)])[_0x2e1eca(0xcb)]()):null,'started_at':new Date(_0x27eb04[_0x2e1eca(0x173)])['toISOString'](),'finished_at':_0x148176,'failure':testOpsHelper['failureData']['apply'](null,_0x37132b),'failure_type':!_0xc6bc4?null:testOpsHelper[_0x2e1eca(0xd9)](_0xc6bc4),'retry_of':_0x27eb04['retryOf']||null,'tags':_0x27eb04[_0x2e1eca(0xcc)]||[],'customRerunParam':{'rerun_name':_0x27eb04[_0x2e1eca(0x13a)]()}};_0x454f26[_0x2e1eca(0xdb)](appendTesthubParams,_0x362327,_0x3adc92,_0x27eb04,FRAMEWORKS['CODECEPT']);if(_0x1258d6[_0x2e1eca(0x14c)])[_0x362327[_0x2e1eca(0xd7)],_0x362327[_0x2e1eca(0xfd)]]=[this[_0x2e1eca(0x11f)](_0x27eb04),_0x27eb04[_0x2e1eca(0x11e)][_0x2e1eca(0x122)][_0x2e1eca(0xf3)]],_0x1258d6['finished']?_0x454f26[_0x2e1eca(0xe7)](_0x362327[_0x2e1eca(0xec)],_0x454f26['FsnaE'])&&(_0x362327[_0x2e1eca(0xec)]=_0x454f26['WpoOI']):_0x362327[_0x2e1eca(0x104)]={};else _0x1258d6[_0x2e1eca(0x122)]&&(this[_0x2e1eca(0x171)](_0x27eb04),_0x1258d6[_0x2e1eca(0xef)]&&this[_0x2e1eca(0x16c)](_0x27eb04),(_0x1258d6[_0x2e1eca(0xb5)]||_0x1258d6[_0x2e1eca(0xef)])&&(_0x362327[_0x2e1eca(0x140)]=this[_0x2e1eca(0x12c)](_0x27eb04)));this['driver']&&(_0x1258d6[_0x2e1eca(0x89)]||_0x1258d6[_0x2e1eca(0xef)])&&(_0x362327[_0x454f26[_0x2e1eca(0x168)]]=this['getCBTInfo'](this[_0x2e1eca(0x10c)]));_0x1258d6[_0x2e1eca(0x122)]&&_0x1258d6[_0x2e1eca(0xb5)]&&_0x27eb04[_0x2e1eca(0x142)]&&(_0x362327[_0x454f26['chnQv']]={'feature':{'name':_0x27eb04[_0x2e1eca(0xd0)][_0x2e1eca(0xd5)][_0x2e1eca(0xfd)],'path':_0x362327[_0x2e1eca(0xf7)],'description':_0x27eb04['parent']['comment']},'scenario':{'name':_0x27eb04[_0x2e1eca(0xf3)]},'steps':_0x27eb04[_0x2e1eca(0x142)]});const _0x266df5=_0x362327[_0x454f26[_0x2e1eca(0x163)]][0x0];_0x266df5&&(_0x362327[_0x454f26['mxkpq']]=_0x266df5[_0x454f26[_0x2e1eca(0xda)]],_0x362327[_0x454f26[_0x2e1eca(0x15a)]]=_0x266df5[_0x454f26[_0x2e1eca(0xc7)]]);if(_0x27eb04[_0x2e1eca(0x142)])for(const _0x15ce6d of _0x27eb04[_0x2e1eca(0x142)]){!_0x15ce6d[_0x2e1eca(0x12e)]&&(_0x15ce6d[_0x2e1eca(0x12e)]=new Date()[_0x2e1eca(0x127)](),_0x454f26[_0x2e1eca(0xa2)](_0x15ce6d[_0x2e1eca(0xec)],_0x454f26[_0x2e1eca(0x97)])&&(_0x266df5?(_0x15ce6d[_0x2e1eca(0xec)]=_0x454f26[_0x2e1eca(0x167)],_0x15ce6d[_0x2e1eca(0x9b)]=_0x266df5[_0x454f26['oADkz']][0x0]):_0x15ce6d[_0x2e1eca(0xec)]=_0x454f26[_0x2e1eca(0xbe)]));}const _0x21644b={};_0x21644b[_0x2e1eca(0x117)]=_0x1258d6['skipped']?TEST_EVENTS['TEST_RUN_FINISHED']:_0x3adc92;const _0x2b65d5=_0x21644b;return _0x1258d6['hook']?_0x2b65d5[_0x454f26[_0x2e1eca(0x132)]]=_0x362327:_0x2b65d5[_0x454f26[_0x2e1eca(0x94)]]=_0x362327,_0x2b65d5;}catch(_0x65c923){logger['debug'](_0x2e1eca(0xcf)+_0x3adc92+'\x20with\x20error\x20:\x20'+_0x65c923);}}async[a4_0x86201a(0x12d)](_0x151756,_0x490523){const _0x5789fd=a4_0x86201a;if(!this['enabled']||!_0x490523||!_0x151756)return![];try{return await SessionHandler['uploadEventData'](_0x490523);}catch(_0x2e39ae){logger[_0x5789fd(0x15f)](_0x5789fd(0xca)+_0x151756+'\x20with\x20error\x20:\x20'+_0x2e39ae);}}[a4_0x86201a(0x123)](_0x2f0889){const _0xc11275=a4_0x86201a,_0x11de04={};_0x11de04[_0xc11275(0x116)]=_0xc11275(0x146);const _0x14fe2b=_0x11de04;return{'id':_0x2f0889[_0xc11275(0xc9)],'text':_0x2f0889[_0xc11275(0x155)],'keyword':_0x2f0889['keyword'],'started_at':_0x2f0889[_0xc11275(0x173)][_0xc11275(0x127)](),'result':_0x14fe2b[_0xc11275(0x116)]};}[a4_0x86201a(0xe5)](_0x41c180){const _0x1fbf58=a4_0x86201a,_0x2dc83a={'RuTZG':function(_0x2eea0f){return _0x2eea0f();}};!this[_0x1fbf58(0xd8)][_0x1fbf58(0x142)]&&(this[_0x1fbf58(0xd8)][_0x1fbf58(0x142)]=[]),!_0x41c180[_0x1fbf58(0xc9)]&&(_0x41c180[_0x1fbf58(0xc9)]=_0x2dc83a[_0x1fbf58(0x13b)](uuidv4),_0x41c180['startedAt']=new Date(),this['currentTest'][_0x1fbf58(0x142)][_0x1fbf58(0xe0)](this[_0x1fbf58(0x123)](_0x41c180)));}[a4_0x86201a(0xf6)](_0x22fdc7){const _0xcb4080=a4_0x86201a,_0x504301={'IzVeB':function(_0x34d302,_0x50afba){return _0x34d302(_0x50afba);},'Sokbw':_0xcb4080(0xbc),'wCBNL':_0xcb4080(0x146),'hORuR':_0xcb4080(0x14f),'iObAu':function(_0x4915d2,_0x5eb274){return _0x4915d2-_0x5eb274;}};let _0x3fc7e1=this[_0xcb4080(0xd8)][_0xcb4080(0x142)][_0xcb4080(0x165)](_0x34297d=>_0x34297d['id']===_0x22fdc7[_0xcb4080(0xc9)]);_0x504301[_0xcb4080(0x10d)](isUndefined,_0x3fc7e1)&&(_0x3fc7e1=this['initializeBddStep'](_0x22fdc7)),_0x3fc7e1[_0xcb4080(0xec)]=[_0x504301['Sokbw'],_0x504301[_0xcb4080(0xa7)]]['includes'](_0x22fdc7[_0xcb4080(0x130)])?_0x504301[_0xcb4080(0x85)]:_0x22fdc7[_0xcb4080(0x130)],_0x3fc7e1[_0xcb4080(0x12e)]=new Date()[_0xcb4080(0x127)](),_0x3fc7e1[_0xcb4080(0xf2)]=_0x504301['iObAu'](Date[_0xcb4080(0xc1)](),_0x22fdc7[_0xcb4080(0x173)][_0xcb4080(0xcb)]()),_0x3fc7e1['failure']=_0x22fdc7[_0xcb4080(0x88)]?_0x22fdc7[_0xcb4080(0x88)]['message']:null;}}const a4_0x3d593b={};a4_0x3d593b[a4_0x86201a(0x91)]=O11yHelper,a4_0x3d593b[a4_0x86201a(0x114)]=STATE_PASSED,a4_0x3d593b[a4_0x86201a(0x178)]=STATE_FAILED,a4_0x3d593b[a4_0x86201a(0xfb)]=TEST_EVENTS,module[a4_0x86201a(0x15e)]=a4_0x3d593b;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a5_0x5445c4=a5_0x42c6;(function(_0x4847ac,_0x24a2c0){const _0x11672a=a5_0x42c6,_0x5421d7=_0x4847ac();while(!![]){try{const _0x5d2200=parseInt(_0x11672a(0x134))/0x1*(-parseInt(_0x11672a(0x103))/0x2)+-parseInt(_0x11672a(0x15a))/0x3*(parseInt(_0x11672a(0x143))/0x4)+parseInt(_0x11672a(0x124))/0x5+-parseInt(_0x11672a(0x162))/0x6+parseInt(_0x11672a(0xf5))/0x7*(parseInt(_0x11672a(0xef))/0x8)+-parseInt(_0x11672a(0x12e))/0x9*(parseInt(_0x11672a(0x10c))/0xa)+parseInt(_0x11672a(0x13b))/0xb;if(_0x5d2200===_0x24a2c0)break;else _0x5421d7['push'](_0x5421d7['shift']());}catch(_0x323ed5){_0x5421d7['push'](_0x5421d7['shift']());}}}(a5_0x2d3a,0x50c5e));function a5_0x42c6(_0x5c1198,_0x26c111){const _0x2d3a56=a5_0x2d3a();return a5_0x42c6=function(_0x42c6d6,_0x55efa3){_0x42c6d6=_0x42c6d6-0xec;let _0x1145f5=_0x2d3a56[_0x42c6d6];return _0x1145f5;},a5_0x42c6(_0x5c1198,_0x26c111);}const fs=require('fs'),path=require(a5_0x5445c4(0x148)),util=require(a5_0x5445c4(0x15e)),logger=require(a5_0x5445c4(0x128))['winstonLogger'],{default:BrowserStackSetup}=require(a5_0x5445c4(0x136)),helper=require(a5_0x5445c4(0x10b)),utilities=require(a5_0x5445c4(0x120)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a5_0x5445c4(0x117)),TestHubHandler=require(a5_0x5445c4(0x130)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require(a5_0x5445c4(0x155)),PerformanceTester=require(a5_0x5445c4(0xfa)),PerformanceEvents=require(a5_0x5445c4(0x151))[a5_0x5445c4(0x15c)];function printCucumberStats(_0x26418e){const _0xff059d=a5_0x5445c4,_0x50ede7={};_0x50ede7[_0xff059d(0x122)]=function(_0x21b0fb,_0x8ee23e){return _0x21b0fb>_0x8ee23e;},_0x50ede7[_0xff059d(0x146)]=function(_0x184cd9,_0x4ef050){return _0x184cd9-_0x4ef050;},_0x50ede7[_0xff059d(0x11d)]=function(_0x2bc797,_0x3a83de){return _0x2bc797>_0x3a83de;},_0x50ede7[_0xff059d(0x125)]=function(_0x44e138,_0x51a231){return _0x44e138>_0x51a231;},_0x50ede7[_0xff059d(0xfb)]=function(_0x37b081,_0xceeeb3){return _0x37b081>_0xceeeb3;},_0x50ede7[_0xff059d(0x13e)]=function(_0x4ec7d3,_0x3851ef){return _0x4ec7d3>_0x3851ef;},_0x50ede7['JZkbC']=function(_0x317e13,_0x364381){return _0x317e13+_0x364381;},_0x50ede7[_0xff059d(0x159)]=function(_0x122c5b,_0x491edb){return _0x122c5b+_0x491edb;},_0x50ede7[_0xff059d(0xf8)]=function(_0x5c2ca7,_0x2f15d5){return _0x5c2ca7+_0x2f15d5;},_0x50ede7[_0xff059d(0x121)]=function(_0x2270a3,_0x19982e){return _0x2270a3===_0x19982e;},_0x50ede7['yCrQz']=_0xff059d(0xfd);const _0x4c7c31=_0x50ede7;let _0x579246=0x0;if(_0x4c7c31[_0xff059d(0x121)](_0x26418e['length'],0x0))return _0x579246;return console['log'](chalk[_0xff059d(0x154)][_0xff059d(0xff)](_0x4c7c31[_0xff059d(0x135)])),_0x26418e['forEach'](_0x49611c=>{const _0x5a7736=_0xff059d,_0x71d24e=_0x49611c[0x0],_0xae1bf4=_0x49611c[0x1];console['log']('\x0a'+chalk['bold'][_0x5a7736(0x163)](''+helper[_0x5a7736(0x119)](_0x71d24e)));const _0x3420b7=_0xae1bf4[_0x5a7736(0x114)],_0x37946b=_0xae1bf4[_0x5a7736(0x129)],_0x3f79ac=_0xae1bf4['scenariosFailed'],_0x3db343=_0xae1bf4[_0x5a7736(0x106)],_0x2fc6cc=_0xae1bf4[_0x5a7736(0x14f)],_0x270efe=_0xae1bf4[_0x5a7736(0x15b)],_0x189d2f=_0xae1bf4['stepsPending'],_0x7db30e=_0xae1bf4[_0x5a7736(0x110)],_0x4d9c54=_0xae1bf4['stepsUnknown'],_0x58fa13=_0xae1bf4['stepsAmbiguous'],_0xcce40b=_0xae1bf4[_0x5a7736(0x145)];let _0x32c577=_0x3420b7+'\x20scenarios';const _0x14f1fb=_0x4c7c31[_0x5a7736(0x122)](_0x4c7c31[_0x5a7736(0x146)](_0x3420b7,_0x3f79ac),0x0)?_0x4c7c31['jBcMV'](_0x3420b7,_0x3f79ac):0x0;if(_0x4c7c31[_0x5a7736(0x122)](_0x3f79ac,0x0)&&_0x4c7c31[_0x5a7736(0x11d)](_0x14f1fb,0x0))_0x32c577+='\x20('+chalk[_0x5a7736(0x154)][_0x5a7736(0x132)](_0x3f79ac+_0x5a7736(0xee))+',\x20'+chalk[_0x5a7736(0x154)][_0x5a7736(0x138)](_0x14f1fb+'\x20passed')+')';else(_0x4c7c31[_0x5a7736(0x125)](_0x3f79ac,0x0)||_0x4c7c31[_0x5a7736(0x125)](_0x14f1fb,0x0))&&(_0x32c577+=_0x4c7c31['otPpA'](_0x3f79ac,0x0)?'\x20('+chalk[_0x5a7736(0x154)]['red'](_0x3f79ac+_0x5a7736(0xee))+')':'\x20('+chalk[_0x5a7736(0x154)]['green'](_0x14f1fb+_0x5a7736(0x101))+')');const _0x23f350=_0x37946b+_0x5a7736(0x118),_0x6b26c4=[];_0x4c7c31[_0x5a7736(0xfb)](_0x58fa13,0x0)&&_0x6b26c4['push'](''+chalk[_0x5a7736(0x154)][_0x5a7736(0x132)](_0x58fa13+_0x5a7736(0x10f)));_0x4c7c31[_0x5a7736(0xfb)](_0x3db343,0x0)&&_0x6b26c4[_0x5a7736(0x11c)](''+chalk[_0x5a7736(0x154)]['red'](_0x3db343+_0x5a7736(0xee)));_0x4c7c31[_0x5a7736(0x11d)](_0x2fc6cc,0x0)&&_0x6b26c4['push'](''+chalk['bold'][_0x5a7736(0x138)](_0x2fc6cc+_0x5a7736(0x101)));_0x4c7c31[_0x5a7736(0x125)](_0x189d2f,0x0)&&_0x6b26c4[_0x5a7736(0x11c)](''+chalk[_0x5a7736(0x154)][_0x5a7736(0x163)](_0x189d2f+_0x5a7736(0x139)));_0x4c7c31[_0x5a7736(0x125)](_0x270efe,0x0)&&_0x6b26c4['push'](''+chalk[_0x5a7736(0x154)][_0x5a7736(0x13d)](_0x270efe+_0x5a7736(0x123)));_0x4c7c31[_0x5a7736(0x13e)](_0x7db30e,0x0)&&_0x6b26c4[_0x5a7736(0x11c)](''+chalk[_0x5a7736(0x154)]['yellow'](_0x7db30e+_0x5a7736(0x113)));_0x4c7c31[_0x5a7736(0x11d)](_0x4d9c54,0x0)&&_0x6b26c4[_0x5a7736(0x11c)](''+chalk['bold'][_0x5a7736(0x163)](_0x4d9c54+_0x5a7736(0x123)));const _0x7c12ae=_0x4c7c31[_0x5a7736(0x153)](_0x4c7c31['JZkbC'](_0x4c7c31[_0x5a7736(0x153)](_0x23f350,'('),_0x6b26c4['join'](',\x20')),')');console[_0x5a7736(0xf3)](_0x4c7c31['JZkbC'](_0x4c7c31['JZkbC'](_0x4c7c31[_0x5a7736(0x159)](_0x4c7c31['BUZEr']('\x0a',_0x32c577),'\x0a'),_0x7c12ae),'\x0a')),_0x4c7c31[_0x5a7736(0x121)](_0xcce40b,![])&&(_0x579246=0x1);}),_0x579246;}function a5_0x2d3a(){const _0x4d4c94=['../test-runner','\x20steps','getPlatformName','useW3C','mYCeK','push','aNztm','framework','ZgzeW','../../helpers/utilities','YWrlj','otPpA','\x20skipped','2432520SYcjnr','TWdjM','testContextOptions','stringify','../../helpers/logger','steps','cucumber','parseFormatters','true','getHubUrl','9ZqdDHg','proxySettings','../../helpers/testhub/testhubHandler','parallelsPerPlatform','red','finalExecution','58634QcAFKw','yCrQz','../../helpers/BrowserStackSetup','finally','green','\x20pending','end','6823047KpqgCQ','createDir','cyan','ifRmx','testObservability','isBrowserstackInfra','removeDir','SDK_CLEANUP','32dArIFc','start','processSuccess','jBcMV','argv','path','Removing\x20tmp\x20directory\x20created\x20for\x20reports','mSyUO','errorMessage','getTCGConfigFilePaths','length','HgTUx','stepsPassed','vHedi','../../helpers/performance/constants','ozKEB','JZkbC','bold','chalk','handleApp','SDK_SETUP','accessibilityOptions','sRMSa','70086ePwjYS','stepsSkipped','EVENTS','hubqn','util','jYvjf','prepareCapabilities','printBuildLink','1715964BtInNk','yellow','splice','skipSessionStatus','\x20failed','445008heMAbV','exports','TdRYD','cucumber-js','log','join','35RRamVl','KgMYu','getUserWorkerCount','BUZEr','Generating\x20consolidated\x20report...','../../helpers/performance/performance-tester','EVhwV','BROWSERSTACK_TEST_OBSERVABILITY_YML','****\x20RESULTS\x20****','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','bgWhite','env','\x20passed','FRAMEWORKS','10ZNCPph','format','stop','stepsFailed','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','mergeOutputFiles','bhDvZ','debug','../../helpers/helper','2880050dHAtoV','launchBuild','error\x20removing\x20tcg\x20config\x20file','\x20ambiguous','stepsUndefined','getErrorMessageFromResults','AVuxe','\x20undefined','scenarios','config','CUCUMBER'];a5_0x2d3a=function(){return _0x4d4c94;};return a5_0x2d3a();}async function run(_0xa82673,_0x5bfd5f){const _0x2badb4=a5_0x5445c4,_0x12831={'mSyUO':function(_0x2c9679,_0x3350c5){return _0x2c9679(_0x3350c5);},'hubqn':function(_0x475d7d,_0x526a77){return _0x475d7d>_0x526a77;},'IZbvF':_0x2badb4(0xf9),'HgTUx':_0x2badb4(0x149),'TdRYD':_0x2badb4(0x12a),'KgMYu':_0x2badb4(0x10e),'AVuxe':_0x2badb4(0xf2),'ZgzeW':'tmp','jYvjf':function(_0x17b5bd,_0x4a60fd){return _0x17b5bd>_0x4a60fd;},'ozKEB':function(_0xe2f73e,_0x7feafc){return _0xe2f73e-_0x7feafc;},'cWwql':function(_0x39bbaa,_0x54c466){return _0x39bbaa>=_0x54c466;},'bhDvZ':function(_0x1783be,_0x3d4260){return _0x1783be!=_0x3d4260;},'mYCeK':_0x2badb4(0x12c),'vHedi':function(_0x4b14dc,_0x36cb09,_0xa2caab,_0x46d360,_0x4725d4,_0x573102){return _0x4b14dc(_0x36cb09,_0xa2caab,_0x46d360,_0x4725d4,_0x573102);}},_0x42591c=new BrowserStackSetup(_0xa82673,_0x12831[_0x2badb4(0x112)]);await _0x42591c['initialize'](),helper['setUserConfigPath'](_0x42591c[_0x2badb4(0x11e)],_0xa82673);!helper[_0x2badb4(0x140)]()&&await _0x42591c['setupTCGAuth']();await helper[_0x2badb4(0x156)](_0x42591c['config']);const _0x2aceb5=helper[_0x2badb4(0x11a)](_0x42591c[_0x2badb4(0x115)]),_0xb81ecb=helper[_0x2badb4(0x160)](_0x42591c[_0x2badb4(0x115)],_0x2aceb5,constants[_0x2badb4(0x102)]['CUCUMBER']);if(!_0x42591c[_0x2badb4(0x115)])return;const _0x30ab3a=_0x42591c['config'][_0x2badb4(0x131)]||helper[_0x2badb4(0xf7)](_0xa82673,_0x5bfd5f,_0x42591c['config'],constants['FRAMEWORKS'][_0x2badb4(0x116)])||0x1,_0x3a72c9={'server':helper[_0x2badb4(0x12d)](_0x42591c['config']),'proxySettings':_0x42591c['config'][_0x2badb4(0x12f)],'maxWorkers':_0x30ab3a,'browserStackLogLevel':_0x42591c[_0x2badb4(0x115)]['logLevel'],'skipSessionName':_0x42591c[_0x2badb4(0x115)][_0x2badb4(0x126)]['skipSessionName'],'skipSessionStatus':_0x42591c[_0x2badb4(0x115)]['testContextOptions'][_0x2badb4(0xed)],'turboScaleUrl':_0x42591c['config']['turboScaleUrl']},_0x1340cc=process[_0x2badb4(0x147)],[_0x5e99ab,_0x3c4412]=helper[_0x2badb4(0x12b)](_0x1340cc),_0x2c4226=path[_0x2badb4(0xf4)](process['cwd'](),_0x12831[_0x2badb4(0x11f)]);if(_0x12831[_0x2badb4(0x15f)](_0x3c4412[_0x2badb4(0x14d)],0x0)){helper[_0x2badb4(0x13c)](_0x2c4226);for(let _0x54ee8c=_0x12831[_0x2badb4(0x152)](_0x5e99ab[_0x2badb4(0x14d)],0x1);_0x12831['cWwql'](_0x54ee8c,0x0);_0x54ee8c--){_0x1340cc[_0x2badb4(0xec)](_0x5e99ab[_0x54ee8c],0x2);}}!helper['isUndefined'](_0x42591c[_0x2badb4(0x115)][_0x2badb4(0x158)])&&(process['env'][_0x2badb4(0x107)]=JSON[_0x2badb4(0x127)](_0x42591c[_0x2badb4(0x115)][_0x2badb4(0x158)]));_0x12831[_0x2badb4(0x109)](_0x42591c[_0x2badb4(0x115)][_0x2badb4(0x13f)],null)?process[_0x2badb4(0x100)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x42591c[_0x2badb4(0x115)][_0x2badb4(0x13f)]:process[_0x2badb4(0x100)][_0x2badb4(0xfc)]=_0x12831[_0x2badb4(0x11b)];const _0x132fbc=await TestHubHandler[_0x2badb4(0x10d)](constants[_0x2badb4(0x102)][_0x2badb4(0x116)],_0x42591c);PerformanceTester[_0x2badb4(0x13a)](PerformanceEvents[_0x2badb4(0x157)]);let _0xee9f7d;_0x12831[_0x2badb4(0x150)](parallelCucumberRun,_0xb81ecb,_0x3a72c9,_0x42591c[_0x2badb4(0x115)],_0x1340cc,_0x3c4412)['then'](async _0x10aaf4=>{const _0x51bffb=_0x2badb4;PerformanceTester[_0x51bffb(0x144)](PerformanceEvents['SDK_CLEANUP']),_0xee9f7d=_0x10aaf4;const _0x3f2eb3=_0x12831[_0x51bffb(0x14a)](printCucumberStats,_0x10aaf4);process['exitCode']=_0x3f2eb3,_0x12831[_0x51bffb(0x15d)](_0x3c4412[_0x51bffb(0x14d)],0x0)&&(logger[_0x51bffb(0x10a)](_0x12831['IZbvF']),helper[_0x51bffb(0x108)](_0x2c4226,_0x3c4412),logger[_0x51bffb(0x10a)](_0x12831[_0x51bffb(0x14e)]),helper[_0x51bffb(0x141)](_0x2c4226));})[_0x2badb4(0x137)](async()=>{const _0x97d7cd=_0x2badb4;PerformanceTester[_0x97d7cd(0x144)](PerformanceEvents[_0x97d7cd(0x142)]),_0x42591c[_0x97d7cd(0x14b)]=helper[_0x97d7cd(0x111)](_0xee9f7d,_0x12831[_0x97d7cd(0xf1)]),testOpsHelper[_0x97d7cd(0x161)]();try{await TestHubHandler[_0x97d7cd(0x105)]();}catch(_0x663cf9){logger[_0x97d7cd(0x10a)](_0x97d7cd(0xfe)+util[_0x97d7cd(0x104)](_0x663cf9));}try{const {browserstackFolderPath:_0x5ad689,tcgConfigPath:_0x4bf853}=helper[_0x97d7cd(0x14c)]();fs['unlinkSync'](_0x4bf853),fs['rmdirSync'](_0x5ad689);}catch(_0x24656b){logger[_0x97d7cd(0x10a)](_0x12831[_0x97d7cd(0xf6)],_0x24656b);}await utilities[_0x97d7cd(0x133)](_0x42591c);});}module[a5_0x5445c4(0xf0)]=run;
2
+ 'use strict';function a5_0x4312(){const _0x4cd30f=['scenariosFailed','CAXpx','../../helpers/BrowserStackSetup','pSUyl','setUserConfigPath','895nczGsz','exports','length','proxySettings','cwd','push','logLevel','chalk','prepareCapabilities','accessibilityOptions','removeDir','7163607xCwihL','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','stringify','ItsKx','cucumber','path','then','argv','cyan','ybEHQ','yellow','stepsPassed','bold','bgWhite','ySUIP','testContextOptions','Generating\x20consolidated\x20report...','CUCUMBER','getPlatformName','finally','139285TcKYbo','debug','../test-runner','stepsUndefined','\x20passed','nrhuB','env','exitCode','49398qtdrQm','SDK_CLEANUP','launchBuild','errorMessage','stepsPending','UETPl','28kPlOUb','TqqQc','ccVFH','2903038USybZS','\x20undefined','stepsAmbiguous','Quojt','NAdYC','MyuuT','PuFXm','getHubUrl','\x20skipped','\x20steps','stepsSkipped','../../helpers/testhub/testhubHandler','getTCGConfigFilePaths','Removing\x20tmp\x20directory\x20created\x20for\x20reports','../../helpers/performance/performance-tester','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','fCydC','../../helpers/utilities','util','handleApp','FRAMEWORKS','isUndefined','QHcbK','testObservability','153vplXyV','unlinkSync','NgQGY','EVENTS','stop','\x20failed','\x20scenarios','BROWSERSTACK_TEST_OBSERVABILITY_YML','EAJJs','format','642820dcIGWI','rmdirSync','end','setupTCGAuth','red','CvIRU','../../helpers/helper','getUserWorkerCount','processSuccess','log','wrWVp','green','773560ZnEiWb','cucumber-js','tmp','MiyYd','mergeOutputFiles','xHweC','SDK_SETUP','config','winstonLogger','error\x20removing\x20tcg\x20config\x20file','true','\x20ambiguous','33ogFoEU','initialize','7756MUVxbt','start','isBrowserstackInfra','framework','finalExecution','../../helpers/logger'];a5_0x4312=function(){return _0x4cd30f;};return a5_0x4312();}const a5_0x1c8bba=a5_0xe9dc;(function(_0x579566,_0x3565a2){const _0x1919fe=a5_0xe9dc,_0x164dcc=_0x579566();while(!![]){try{const _0x27391b=parseInt(_0x1919fe(0x1e6))/0x1+parseInt(_0x1919fe(0x1f7))/0x2+-parseInt(_0x1919fe(0x1ba))/0x3*(-parseInt(_0x1919fe(0x1bc))/0x4)+parseInt(_0x1919fe(0x1c7))/0x5*(-parseInt(_0x1919fe(0x1ee))/0x6)+parseInt(_0x1919fe(0x1f4))/0x7*(parseInt(_0x1919fe(0x1ae))/0x8)+parseInt(_0x1919fe(0x198))/0x9*(parseInt(_0x1919fe(0x1a2))/0xa)+-parseInt(_0x1919fe(0x1d2))/0xb;if(_0x27391b===_0x3565a2)break;else _0x164dcc['push'](_0x164dcc['shift']());}catch(_0x18b8d4){_0x164dcc['push'](_0x164dcc['shift']());}}}(a5_0x4312,0xec06b));const fs=require('fs'),path=require(a5_0x1c8bba(0x1d7)),util=require(a5_0x1c8bba(0x192)),logger=require(a5_0x1c8bba(0x1c1))[a5_0x1c8bba(0x1b6)],{default:BrowserStackSetup}=require(a5_0x1c8bba(0x1c4)),helper=require(a5_0x1c8bba(0x1a8)),utilities=require(a5_0x1c8bba(0x191)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a5_0x1c8bba(0x1e8)),TestHubHandler=require(a5_0x1c8bba(0x18b)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require(a5_0x1c8bba(0x1ce)),PerformanceTester=require(a5_0x1c8bba(0x18e)),PerformanceEvents=require('../../helpers/performance/constants')[a5_0x1c8bba(0x19b)];function a5_0xe9dc(_0x4c0db8,_0x1ea9c2){const _0x431252=a5_0x4312();return a5_0xe9dc=function(_0xe9dc12,_0x2c50c5){_0xe9dc12=_0xe9dc12-0x184;let _0x14e5ee=_0x431252[_0xe9dc12];return _0x14e5ee;},a5_0xe9dc(_0x4c0db8,_0x1ea9c2);}function printCucumberStats(_0x1f406b){const _0x2bc042=a5_0x1c8bba,_0x475cd1={};_0x475cd1[_0x2bc042(0x1d5)]=function(_0x30566e,_0x3d5797){return _0x30566e>_0x3d5797;},_0x475cd1['PuFXm']=function(_0x3555e5,_0x5e4204){return _0x3555e5-_0x5e4204;},_0x475cd1[_0x2bc042(0x19a)]=function(_0x5cf1a0,_0x3d8ab2){return _0x5cf1a0-_0x3d8ab2;},_0x475cd1[_0x2bc042(0x196)]=function(_0x3cd18e,_0x22a907){return _0x3cd18e>_0x22a907;},_0x475cd1[_0x2bc042(0x1b1)]=function(_0x419705,_0x206ef7){return _0x419705>_0x206ef7;},_0x475cd1[_0x2bc042(0x1c5)]=function(_0x5c4ffc,_0x32358d){return _0x5c4ffc>_0x32358d;},_0x475cd1['MJmKo']=function(_0x2c4c39,_0x5e2113){return _0x2c4c39>_0x5e2113;},_0x475cd1[_0x2bc042(0x1c3)]=function(_0x39ee18,_0x1bbb15){return _0x39ee18+_0x1bbb15;},_0x475cd1[_0x2bc042(0x184)]=function(_0x36c136,_0x234b6c){return _0x36c136+_0x234b6c;},_0x475cd1['CvIRU']=function(_0x31fe0a,_0x1e44f7){return _0x31fe0a===_0x1e44f7;},_0x475cd1[_0x2bc042(0x1a0)]='****\x20RESULTS\x20****';const _0x162b48=_0x475cd1;let _0x585212=0x0;if(_0x162b48['CvIRU'](_0x1f406b[_0x2bc042(0x1c9)],0x0))return _0x585212;return console[_0x2bc042(0x1ab)](chalk[_0x2bc042(0x1de)][_0x2bc042(0x1df)](_0x162b48[_0x2bc042(0x1a0)])),_0x1f406b['forEach'](_0x279555=>{const _0x1041a6=_0x2bc042,_0x3d0e95=_0x279555[0x0],_0x47e0df=_0x279555[0x1];console[_0x1041a6(0x1ab)]('\x0a'+chalk[_0x1041a6(0x1de)][_0x1041a6(0x1dc)](''+helper[_0x1041a6(0x1e4)](_0x3d0e95)));const _0x1ea07f=_0x47e0df['scenarios'],_0x3e0a7a=_0x47e0df['steps'],_0x12d42f=_0x47e0df[_0x1041a6(0x1c2)],_0x1fbd16=_0x47e0df['stepsFailed'],_0x11fb46=_0x47e0df[_0x1041a6(0x1dd)],_0x576abf=_0x47e0df[_0x1041a6(0x18a)],_0xd92fbc=_0x47e0df[_0x1041a6(0x1f2)],_0x17cebe=_0x47e0df[_0x1041a6(0x1e9)],_0x95c39a=_0x47e0df['stepsUnknown'],_0x527091=_0x47e0df[_0x1041a6(0x1f9)],_0x5af5d9=_0x47e0df[_0x1041a6(0x1aa)];let _0x25b2a5=_0x1ea07f+_0x1041a6(0x19e);const _0x423444=_0x162b48[_0x1041a6(0x1d5)](_0x162b48[_0x1041a6(0x186)](_0x1ea07f,_0x12d42f),0x0)?_0x162b48[_0x1041a6(0x19a)](_0x1ea07f,_0x12d42f):0x0;if(_0x162b48['ItsKx'](_0x12d42f,0x0)&&_0x162b48[_0x1041a6(0x1d5)](_0x423444,0x0))_0x25b2a5+='\x20('+chalk[_0x1041a6(0x1de)][_0x1041a6(0x1a6)](_0x12d42f+_0x1041a6(0x19d))+',\x20'+chalk[_0x1041a6(0x1de)][_0x1041a6(0x1ad)](_0x423444+_0x1041a6(0x1ea))+')';else(_0x162b48[_0x1041a6(0x196)](_0x12d42f,0x0)||_0x162b48[_0x1041a6(0x196)](_0x423444,0x0))&&(_0x25b2a5+=_0x162b48['MiyYd'](_0x12d42f,0x0)?'\x20('+chalk[_0x1041a6(0x1de)][_0x1041a6(0x1a6)](_0x12d42f+_0x1041a6(0x19d))+')':'\x20('+chalk[_0x1041a6(0x1de)]['green'](_0x423444+_0x1041a6(0x1ea))+')');const _0x3d133b=_0x3e0a7a+_0x1041a6(0x189),_0x31878f=[];_0x162b48[_0x1041a6(0x1c5)](_0x527091,0x0)&&_0x31878f['push'](''+chalk[_0x1041a6(0x1de)][_0x1041a6(0x1a6)](_0x527091+_0x1041a6(0x1b9)));_0x162b48['QHcbK'](_0x1fbd16,0x0)&&_0x31878f[_0x1041a6(0x1cc)](''+chalk['bold'][_0x1041a6(0x1a6)](_0x1fbd16+_0x1041a6(0x19d)));_0x162b48['MJmKo'](_0x11fb46,0x0)&&_0x31878f[_0x1041a6(0x1cc)](''+chalk[_0x1041a6(0x1de)][_0x1041a6(0x1ad)](_0x11fb46+_0x1041a6(0x1ea)));_0x162b48[_0x1041a6(0x1d5)](_0xd92fbc,0x0)&&_0x31878f[_0x1041a6(0x1cc)](''+chalk[_0x1041a6(0x1de)][_0x1041a6(0x1dc)](_0xd92fbc+'\x20pending'));_0x162b48[_0x1041a6(0x196)](_0x576abf,0x0)&&_0x31878f[_0x1041a6(0x1cc)](''+chalk['bold'][_0x1041a6(0x1da)](_0x576abf+_0x1041a6(0x188)));_0x162b48[_0x1041a6(0x1d5)](_0x17cebe,0x0)&&_0x31878f[_0x1041a6(0x1cc)](''+chalk['bold'][_0x1041a6(0x1dc)](_0x17cebe+_0x1041a6(0x1f8)));_0x162b48[_0x1041a6(0x1d5)](_0x95c39a,0x0)&&_0x31878f['push'](''+chalk['bold'][_0x1041a6(0x1dc)](_0x95c39a+_0x1041a6(0x188)));const _0x1f72cf=_0x162b48['CAXpx'](_0x162b48[_0x1041a6(0x1c3)](_0x162b48[_0x1041a6(0x1c3)](_0x3d133b,'('),_0x31878f['join'](',\x20')),')');console[_0x1041a6(0x1ab)](_0x162b48[_0x1041a6(0x184)](_0x162b48[_0x1041a6(0x1c3)](_0x162b48['CAXpx'](_0x162b48['NAdYC']('\x0a',_0x25b2a5),'\x0a'),_0x1f72cf),'\x0a')),_0x162b48[_0x1041a6(0x1a7)](_0x5af5d9,![])&&(_0x585212=0x1);}),_0x585212;}async function run(_0x39a1e8,_0x1aff2b){const _0x3b23ce=a5_0x1c8bba,_0x160da6={'fCydC':function(_0x446e30,_0x3e10fd){return _0x446e30(_0x3e10fd);},'bwLCZ':function(_0x3daf92,_0x25a4b9){return _0x3daf92>_0x25a4b9;},'xHweC':_0x3b23ce(0x1e2),'wrWVp':_0x3b23ce(0x18d),'KeKKT':_0x3b23ce(0x1d6),'ybEHQ':_0x3b23ce(0x1b7),'UETPl':_0x3b23ce(0x1af),'TqqQc':_0x3b23ce(0x1b0),'Quojt':function(_0x41ba9e,_0x552631){return _0x41ba9e>_0x552631;},'MyuuT':function(_0x190cd0,_0x4ad033){return _0x190cd0-_0x4ad033;},'uIjnP':function(_0x198f41,_0x301491){return _0x198f41>=_0x301491;},'nrhuB':function(_0x4f63c2,_0x488023){return _0x4f63c2!=_0x488023;},'ySUIP':_0x3b23ce(0x1b8),'ccVFH':function(_0x275ab9,_0x554d4c,_0x12fad5,_0xb70d9c,_0x19b634,_0x18b112){return _0x275ab9(_0x554d4c,_0x12fad5,_0xb70d9c,_0x19b634,_0x18b112);}},_0x253ec1=new BrowserStackSetup(_0x39a1e8,_0x160da6[_0x3b23ce(0x1f3)]);await _0x253ec1[_0x3b23ce(0x1bb)](),helper[_0x3b23ce(0x1c6)](_0x253ec1[_0x3b23ce(0x1bf)],_0x39a1e8);!helper[_0x3b23ce(0x1be)]()&&await _0x253ec1[_0x3b23ce(0x1a5)]();await helper[_0x3b23ce(0x193)](_0x253ec1[_0x3b23ce(0x1b5)]);const _0xd42caa=helper['useW3C'](_0x253ec1[_0x3b23ce(0x1b5)]),_0x4757be=helper[_0x3b23ce(0x1cf)](_0x253ec1['config'],_0xd42caa,constants[_0x3b23ce(0x194)][_0x3b23ce(0x1e3)]);if(!_0x253ec1[_0x3b23ce(0x1b5)])return;const _0x4e1bfd=_0x253ec1[_0x3b23ce(0x1b5)]['parallelsPerPlatform']||helper[_0x3b23ce(0x1a9)](_0x39a1e8,_0x1aff2b,_0x253ec1[_0x3b23ce(0x1b5)],constants[_0x3b23ce(0x194)][_0x3b23ce(0x1e3)])||0x1,_0x567a1e={'server':helper[_0x3b23ce(0x187)](_0x253ec1[_0x3b23ce(0x1b5)]),'proxySettings':_0x253ec1[_0x3b23ce(0x1b5)][_0x3b23ce(0x1ca)],'maxWorkers':_0x4e1bfd,'browserStackLogLevel':_0x253ec1[_0x3b23ce(0x1b5)][_0x3b23ce(0x1cd)],'skipSessionName':_0x253ec1[_0x3b23ce(0x1b5)][_0x3b23ce(0x1e1)]['skipSessionName'],'skipSessionStatus':_0x253ec1[_0x3b23ce(0x1b5)][_0x3b23ce(0x1e1)]['skipSessionStatus'],'turboScaleUrl':_0x253ec1[_0x3b23ce(0x1b5)]['turboScaleUrl']},_0x28bf4c=process[_0x3b23ce(0x1d9)],[_0x9c8e71,_0x3375bd]=helper['parseFormatters'](_0x28bf4c),_0x2b7a6b=path['join'](process[_0x3b23ce(0x1cb)](),_0x160da6[_0x3b23ce(0x1f5)]);if(_0x160da6[_0x3b23ce(0x1fa)](_0x3375bd[_0x3b23ce(0x1c9)],0x0)){helper['createDir'](_0x2b7a6b);for(let _0x5cbce6=_0x160da6[_0x3b23ce(0x185)](_0x9c8e71['length'],0x1);_0x160da6['uIjnP'](_0x5cbce6,0x0);_0x5cbce6--){_0x28bf4c['splice'](_0x9c8e71[_0x5cbce6],0x2);}}!helper[_0x3b23ce(0x195)](_0x253ec1['config'][_0x3b23ce(0x1d0)])&&(process['env'][_0x3b23ce(0x18f)]=JSON[_0x3b23ce(0x1d4)](_0x253ec1[_0x3b23ce(0x1b5)][_0x3b23ce(0x1d0)]));_0x160da6[_0x3b23ce(0x1eb)](_0x253ec1[_0x3b23ce(0x1b5)][_0x3b23ce(0x197)],null)?process[_0x3b23ce(0x1ec)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x253ec1[_0x3b23ce(0x1b5)]['testObservability']:process['env'][_0x3b23ce(0x19f)]=_0x160da6[_0x3b23ce(0x1e0)];const _0x182802=await TestHubHandler[_0x3b23ce(0x1f0)](constants['FRAMEWORKS'][_0x3b23ce(0x1e3)],_0x253ec1);PerformanceTester[_0x3b23ce(0x1a4)](PerformanceEvents[_0x3b23ce(0x1b4)]);let _0x2dc6c1;_0x160da6[_0x3b23ce(0x1f6)](parallelCucumberRun,_0x4757be,_0x567a1e,_0x253ec1['config'],_0x28bf4c,_0x3375bd)[_0x3b23ce(0x1d8)](async _0x5ac3a5=>{const _0x585a9d=_0x3b23ce;PerformanceTester[_0x585a9d(0x1bd)](PerformanceEvents[_0x585a9d(0x1ef)]),_0x2dc6c1=_0x5ac3a5;const _0x18ad9d=_0x160da6[_0x585a9d(0x190)](printCucumberStats,_0x5ac3a5);process[_0x585a9d(0x1ed)]=_0x18ad9d,_0x160da6['bwLCZ'](_0x3375bd[_0x585a9d(0x1c9)],0x0)&&(logger[_0x585a9d(0x1e7)](_0x160da6[_0x585a9d(0x1b3)]),helper[_0x585a9d(0x1b2)](_0x2b7a6b,_0x3375bd),logger[_0x585a9d(0x1e7)](_0x160da6[_0x585a9d(0x1ac)]),helper[_0x585a9d(0x1d1)](_0x2b7a6b));})[_0x3b23ce(0x1e5)](async()=>{const _0x222129=_0x3b23ce;PerformanceTester[_0x222129(0x1bd)](PerformanceEvents['SDK_CLEANUP']),_0x253ec1[_0x222129(0x1f1)]=helper['getErrorMessageFromResults'](_0x2dc6c1,_0x160da6['KeKKT']),testOpsHelper['printBuildLink']();try{await TestHubHandler[_0x222129(0x19c)]();}catch(_0x3379dd){logger[_0x222129(0x1e7)](_0x222129(0x1d3)+util[_0x222129(0x1a1)](_0x3379dd));}try{const {browserstackFolderPath:_0x1727a0,tcgConfigPath:_0x4d97e2}=helper[_0x222129(0x18c)]();fs[_0x222129(0x199)](_0x4d97e2),fs[_0x222129(0x1a3)](_0x1727a0);}catch(_0x461b7c){logger[_0x222129(0x1e7)](_0x160da6[_0x222129(0x1db)],_0x461b7c);}await utilities[_0x222129(0x1c0)](_0x253ec1);});}module[a5_0x1c8bba(0x1c8)]=run;