browserstack-node-sdk 1.42.5 → 1.42.7

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 (176) 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 +1 -1
  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/cucumber-sessionDetails.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/playwright-patcher.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test_before.setup.js +1 -1
  69. package/src/bin/launcher/launcher.js +1 -1
  70. package/src/bin/load/index.js +1 -1
  71. package/src/bin/load/loadUtils.js +1 -1
  72. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  73. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  74. package/src/bin/mocha/command.js +1 -1
  75. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  76. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  77. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  78. package/src/bin/mocha/test.setup.js +1 -1
  79. package/src/bin/nightwatch/command.js +1 -1
  80. package/src/bin/playwright/accessibility-helper.js +1 -1
  81. package/src/bin/playwright/command.js +1 -1
  82. package/src/bin/playwright/globalSetup.js +1 -1
  83. package/src/bin/playwright/mock-process.js +1 -1
  84. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  85. package/src/bin/playwright/patches.js +1 -1
  86. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  87. package/src/bin/playwright/reporter/reporter.js +1 -1
  88. package/src/bin/playwright/reporter/test-details.js +1 -1
  89. package/src/bin/playwright/sessionDetails.js +1 -1
  90. package/src/bin/runner.js +1 -1
  91. package/src/bin/setup.js +1 -1
  92. package/src/bin/test-runner/index.js +1 -1
  93. package/src/bin/test-runner/runTest.js +1 -1
  94. package/src/bin/test-runner/testWorker.js +1 -1
  95. package/src/bin/utils/constants.js +1 -1
  96. package/src/bin/utils/log4jsAppender.js +1 -1
  97. package/src/bin/utils/logPatcher.js +1 -1
  98. package/src/bin/utils/logReportingAPI.js +1 -1
  99. package/src/bin/v2/TestInfo.js +1 -1
  100. package/src/bin/v2/browserstackCLI.js +1 -1
  101. package/src/bin/v2/cliUtils.js +1 -1
  102. package/src/bin/v2/customTagManager.js +1 -1
  103. package/src/bin/v2/eventDispatcher.js +1 -1
  104. package/src/bin/v2/framework/automationFramework.js +1 -1
  105. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  106. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  107. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  108. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  109. package/src/bin/v2/framework/testFramework.js +1 -1
  110. package/src/bin/v2/grpcClient.js +1 -1
  111. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  112. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  113. package/src/bin/v2/instances/trackedContext.js +1 -1
  114. package/src/bin/v2/instances/trackedInstance.js +1 -1
  115. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  116. package/src/bin/v2/modules/baseModule.js +1 -1
  117. package/src/bin/v2/modules/observabilityModule.js +1 -1
  118. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  119. package/src/bin/v2/modules/testhubModule.js +1 -1
  120. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  121. package/src/bin/v2/state/hookState.js +1 -1
  122. package/src/bin/v2/state/testFrameworkState.js +1 -1
  123. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  124. package/src/bin/vanilla-js/command.js +1 -1
  125. package/src/browserStackSdk.js +1 -1
  126. package/src/helpers/BrowserStackSetup.js +1 -1
  127. package/src/helpers/accessibility-automation/constants.js +1 -1
  128. package/src/helpers/accessibility-automation/helper.js +1 -1
  129. package/src/helpers/accessibility-automation/scripts.js +1 -1
  130. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  131. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  132. package/src/helpers/ats/constants.js +1 -1
  133. package/src/helpers/ats/helper.js +1 -1
  134. package/src/helpers/capsMapping.js +1 -1
  135. package/src/helpers/central-scanner/constants.js +1 -1
  136. package/src/helpers/central-scanner/helpers.js +1 -1
  137. package/src/helpers/classLogger.js +1 -1
  138. package/src/helpers/globals.js +1 -1
  139. package/src/helpers/helper.js +1 -1
  140. package/src/helpers/logger.js +1 -1
  141. package/src/helpers/metadata.js +1 -1
  142. package/src/helpers/patchHelper.js +1 -1
  143. package/src/helpers/patchHelpers.js +1 -1
  144. package/src/helpers/percy/Percy.js +1 -1
  145. package/src/helpers/percy/PercyBinary.js +1 -1
  146. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  147. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  148. package/src/helpers/percy/PercySDK.js +1 -1
  149. package/src/helpers/percy/index.js +1 -1
  150. package/src/helpers/percy/utils.js +1 -1
  151. package/src/helpers/performance/constants.js +1 -1
  152. package/src/helpers/performance/performance-tester.js +1 -1
  153. package/src/helpers/playwright-helper.js +1 -1
  154. package/src/helpers/processHelper.js +1 -1
  155. package/src/helpers/request-spy.js +1 -1
  156. package/src/helpers/setKeepAlive.js +1 -1
  157. package/src/helpers/test-observability/constants.js +1 -1
  158. package/src/helpers/test-observability/error-handler.js +1 -1
  159. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  160. package/src/helpers/test-observability/sessionHandler.js +1 -1
  161. package/src/helpers/test-observability/utils.js +1 -1
  162. package/src/helpers/test-orchestration/constants.js +1 -1
  163. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  164. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  165. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  166. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  167. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  168. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  169. package/src/helpers/testhub/constants.js +1 -1
  170. package/src/helpers/testhub/testhubHandler.js +1 -1
  171. package/src/helpers/testhub/utils.js +1 -1
  172. package/src/helpers/timeoutPromise.js +1 -1
  173. package/src/helpers/utilities.js +1 -1
  174. package/src/helpers/w3cMapping.js +1 -1
  175. package/src/hubAllocationMethods.js +1 -1
  176. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x134bfd=a1_0x28c0;(function(_0xf99f01,_0x5d6d28){const _0x159e86=a1_0x28c0,_0x427da3=_0xf99f01();while(!![]){try{const _0x47f628=parseInt(_0x159e86(0x15c))/0x1+parseInt(_0x159e86(0x18c))/0x2*(parseInt(_0x159e86(0x1d3))/0x3)+parseInt(_0x159e86(0x168))/0x4+-parseInt(_0x159e86(0x1bf))/0x5*(parseInt(_0x159e86(0x180))/0x6)+-parseInt(_0x159e86(0x111))/0x7*(parseInt(_0x159e86(0x139))/0x8)+-parseInt(_0x159e86(0x1be))/0x9*(-parseInt(_0x159e86(0x1ab))/0xa)+-parseInt(_0x159e86(0x13d))/0xb*(parseInt(_0x159e86(0x124))/0xc);if(_0x47f628===_0x5d6d28)break;else _0x427da3['push'](_0x427da3['shift']());}catch(_0x161e1d){_0x427da3['push'](_0x427da3['shift']());}}}(a1_0x244d,0x8d5b0));const fs=require('fs'),util=require(a1_0x134bfd(0x123)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x134bfd(0x15b)),logger=require(a1_0x134bfd(0x18a))[a1_0x134bfd(0x140)],testOpsHelper=require(a1_0x134bfd(0x12c)),requestSpy=require(a1_0x134bfd(0x171)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x134bfd(0x178)),AccessibilityHelper=require(a1_0x134bfd(0x1c9)),scripts=require(a1_0x134bfd(0x1d2)),PerformanceTester=require(a1_0x134bfd(0x15d)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0x134bfd(0x10c)),globals=require(a1_0x134bfd(0x129)),CodeceptJS=requireModule(a1_0x134bfd(0x19c),a1_0x134bfd(0x18d)),CodeceptUtils=requireModule(a1_0x134bfd(0x16e),a1_0x134bfd(0x18d)),CodeceptWebDriver=requireModule(a1_0x134bfd(0x110),a1_0x134bfd(0x18d)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x134bfd(0x18d)),CodeceptPlaywright=requireModule(a1_0x134bfd(0x13b),'codeceptjs'),playwrightMarkSessionStatus=(_0x320344,_0x2231a3,_0x48886d)=>{const _0x35b23f=a1_0x134bfd,_0x2c68cf={'itQla':_0x35b23f(0x1d6),'pzRNC':function(_0x348107,_0x27928b){return _0x348107(_0x27928b);}},_0x28fd11={};_0x28fd11['status']=_0x2231a3;const _0x201a04={};_0x201a04[_0x35b23f(0x11e)]=_0x2c68cf[_0x35b23f(0x142)],_0x201a04[_0x35b23f(0x135)]=_0x28fd11;const _0x169623=_0x201a04;return!_0x2c68cf[_0x35b23f(0x1d4)](isUndefined,_0x48886d)&&(_0x169623[_0x35b23f(0x135)][_0x35b23f(0x127)]=JSON[_0x35b23f(0x199)](_0x48886d)),_0x320344['executeScript'](()=>{},_0x35b23f(0x13e)+JSON['stringify'](_0x169623));},o11ySync=PerformanceTester[a1_0x134bfd(0x148)](PerformanceO11yEvents[a1_0x134bfd(0x143)],async _0x58f7d0=>{const _0x57a56c=a1_0x134bfd,_0x3257fe={};_0x3257fe[_0x57a56c(0x144)]=function(_0x4a9b43,_0x58c52a){return _0x4a9b43===_0x58c52a;},_0x3257fe[_0x57a56c(0x12e)]=_0x57a56c(0x18b);const _0xf2d91c=_0x3257fe;_0xf2d91c[_0x57a56c(0x144)](_0x58f7d0['constructor']['name'],_0xf2d91c['gllVx'])?await _0x58f7d0[_0x57a56c(0x132)](_0x55418d=>{},testOpsHelper['getSyncScript']()):await _0x58f7d0[_0x57a56c(0x132)](testOpsHelper[_0x57a56c(0x12b)]());}),markSessionName=PerformanceTester[a1_0x134bfd(0x148)](PerformanceAutEvents[a1_0x134bfd(0x1a1)],async(_0x2ff0ab,_0x194f76)=>{const _0x3acca7=a1_0x134bfd,_0x2d23cd={};_0x2d23cd[_0x3acca7(0x17d)]=_0x3acca7(0x138),_0x2d23cd[_0x3acca7(0x173)]=function(_0x535600,_0x45c607){return _0x535600===_0x45c607;},_0x2d23cd['LeLSg']=_0x3acca7(0x18b);const _0x29aee2=_0x2d23cd,_0x42cf75={};_0x42cf75[_0x3acca7(0x1a5)]=_0x194f76;const _0x4c757e={};_0x4c757e[_0x3acca7(0x11e)]=_0x29aee2['MVhwe'],_0x4c757e[_0x3acca7(0x135)]=_0x42cf75;const _0x537b3a=_0x4c757e;_0x29aee2[_0x3acca7(0x173)](_0x2ff0ab['constructor']['name'],_0x29aee2[_0x3acca7(0x1c7)])?await _0x2ff0ab[_0x3acca7(0x132)](()=>{},_0x3acca7(0x13e)+JSON[_0x3acca7(0x199)](_0x537b3a)):await _0x2ff0ab['executeScript'](_0x3acca7(0x13e)+JSON['stringify'](_0x537b3a));}),patchSaveScreenshot=_0x1cc0d8=>{const _0x237aca=a1_0x134bfd,_0x2393f0={'zTOhl':_0x237aca(0x162),'yHjPM':_0x237aca(0x152),'peCaM':function(_0xc34eae){return _0xc34eae();},'dqQCl':function(_0x1dc029,_0x39345d){return _0x1dc029(_0x39345d);},'EbsfG':_0x237aca(0x189),'pJPUy':function(_0x56428c,_0x3ea095){return _0x56428c(_0x3ea095);}};_0x2393f0[_0x237aca(0x1a4)](isTrue,process[_0x237aca(0x137)][_0x237aca(0x16a)])&&!_0x1cc0d8[_0x237aca(0x1b2)]&&(_0x1cc0d8['patchSaveScreenshot']=!![],_0x1cc0d8[_0x237aca(0x1dc)]=_0x1cc0d8['saveScreenshot'],_0x1cc0d8[_0x237aca(0x1d8)]=(_0x4ae3e6,_0x264c26=![])=>{return new Promise(function(_0x51406b,_0x3ec4c8){const _0xafdc3=a1_0x28c0,_0x3717e2={'GfHvo':_0x2393f0[_0xafdc3(0x1c0)],'zNSQl':_0x2393f0['yHjPM'],'WnmXC':function(_0x589243){const _0x404e57=_0xafdc3;return _0x2393f0[_0x404e57(0x1a0)](_0x589243);},'luiZf':function(_0x721823,_0x4813e2){const _0x26d8ea=_0xafdc3;return _0x2393f0[_0x26d8ea(0x1c6)](_0x721823,_0x4813e2);},'iDWmr':_0x2393f0[_0xafdc3(0x1c5)]};_0x1cc0d8[_0xafdc3(0x1dc)](_0x4ae3e6,_0x264c26)['then'](()=>{const _0x3b7ad1=_0xafdc3,_0x1f411b=CodeceptUtils[_0x3b7ad1(0x1ca)](_0x4ae3e6);if(_0x1f411b){const _0x38d64d=fs[_0x3b7ad1(0x157)](_0x1f411b);process[_0x3b7ad1(0x12d)](_0x3b7ad1(0x1cc)+process['pid'],{'timestamp':new Date()[_0x3b7ad1(0x122)](),'message':_0x38d64d[_0x3b7ad1(0x1c3)](_0x3717e2['GfHvo']),'kind':_0x3717e2[_0x3b7ad1(0x1c8)]}),_0x3717e2[_0x3b7ad1(0x102)](_0x51406b);}_0x3717e2[_0x3b7ad1(0x154)](_0x3ec4c8,new Error(_0x3717e2[_0x3b7ad1(0x156)]));})[_0xafdc3(0x164)](()=>null);});});},patchWebDriverBefore=_0x1a8dbe=>{const _0x23bc51=a1_0x134bfd,_0x2777ab={'GMmaO':function(_0x574cff){return _0x574cff();},'NvWJF':function(_0x6ea866,_0x5a5933){return _0x6ea866(_0x5a5933);},'UIPue':function(_0x77ead3,_0x42cb29){return _0x77ead3===_0x42cb29;},'hkggY':_0x23bc51(0x163)},_0x28237e=async function(_0x1f7180,_0x5b2f4f){const _0x3b008e=_0x23bc51;return _0x2777ab[_0x3b008e(0x17b)](isAccessibilityAutomationSession)&&!global[_0x3b008e(0x1af)]&&global[_0x3b008e(0x1d7)]&&scripts['shouldWrapCommand'](_0x1f7180[_0x3b008e(0x1a5)])&&_0x2777ab[_0x3b008e(0x185)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x3b008e(0x148)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2417e1=_0x3b008e;logger[_0x2417e1(0x107)](_0x2417e1(0x103)+_0x1f7180[_0x2417e1(0x15e)]+'\x20'+_0x1f7180[_0x2417e1(0x1a5)]),await AccessibilityHelper[_0x2417e1(0x1bb)](_0x1a8dbe,scripts[_0x2417e1(0x187)]);},{'command':_0x1f7180['name']})()),global[_0x3b008e(0x1af)]=![],_0x5b2f4f[_0x3b008e(0x1b7)](this,Array['prototype'][_0x3b008e(0x14d)][_0x3b008e(0x1ae)](arguments,0x2));},_0x5ef602=CodeceptWebDriver[_0x23bc51(0x1a9)]['_before'];CodeceptWebDriver[_0x23bc51(0x1a9)][_0x23bc51(0x131)]=async function(){const _0x4e01bc=_0x23bc51;try{await _0x5ef602[_0x4e01bc(0x1b7)](this,arguments);}catch(_0x33eeff){logger[_0x4e01bc(0x107)](_0x4e01bc(0x193)+util['format'](_0x33eeff));}scripts[_0x4e01bc(0x186)][_0x4e01bc(0x118)](_0x167c6c=>_0x167c6c[_0x4e01bc(0x1a5)]&&_0x167c6c[_0x4e01bc(0x15e)])['forEach'](_0x253fa0=>{const _0x3afa5c=_0x4e01bc;this['browser'][_0x3afa5c(0x169)](_0x253fa0[_0x3afa5c(0x1a5)],_0x28237e['bind'](this,_0x253fa0),_0x2777ab[_0x3afa5c(0x14e)](_0x253fa0[_0x3afa5c(0x15e)],_0x2777ab[_0x3afa5c(0x17e)]));}),_0x2777ab[_0x4e01bc(0x185)](processWebDriverConfig,_0x1a8dbe);};},patchPlaywrightBefore=()=>{const _0x540097=a1_0x134bfd;PlaywrightSessionDetails[_0x540097(0x1c4)]();const _0x30b9af=CodeceptPlaywright[_0x540097(0x1a9)][_0x540097(0x131)];CodeceptPlaywright[_0x540097(0x1a9)][_0x540097(0x131)]=async function(){const _0x2e6f1f=_0x540097;this[_0x2e6f1f(0x1da)]=await this['browser'][_0x2e6f1f(0x190)]()[0x0],await _0x30b9af[_0x2e6f1f(0x1b7)](this,arguments);};},getCodeceptDriver=()=>{const _0x439122=a1_0x134bfd,_0x43c9ac={};_0x43c9ac['hCGLZ']='WebDriver',_0x43c9ac[_0x439122(0x1b5)]=_0x439122(0x18b),_0x43c9ac[_0x439122(0x165)]=_0x439122(0x1bd),_0x43c9ac[_0x439122(0x14c)]=_0x439122(0x150);const _0x3196b7=_0x43c9ac,_0x4fd1d7=[_0x3196b7[_0x439122(0x19f)],_0x3196b7[_0x439122(0x1b5)],_0x3196b7[_0x439122(0x165)],_0x3196b7[_0x439122(0x14c)]],_0x43f221=_0x4fd1d7[_0x439122(0x17c)](_0x5e3ffc=>!!CodeceptJS[_0x439122(0x10a)]['helpers'](_0x5e3ffc));if(!_0x43f221)return null;return CodeceptJS[_0x439122(0x10a)][_0x439122(0x133)](_0x43f221);};module[a1_0x134bfd(0x198)]=function(_0x321708){const _0x42524b=a1_0x134bfd,_0x512b63={'AgPHr':function(_0xc680d){return _0xc680d();},'pzhsu':function(_0x2376ae,_0x17d028){return _0x2376ae(_0x17d028);},'GkXmx':_0x42524b(0x10f),'CNGVF':_0x42524b(0x147),'JpELn':_0x42524b(0x153),'fXAly':_0x42524b(0x1ad),'aNNNh':function(_0x45a21b,_0x1498df){return _0x45a21b(_0x1498df);},'BpmTN':_0x42524b(0x184),'XeIau':_0x42524b(0x1b3),'grFtZ':_0x42524b(0x19e),'hEdEc':_0x42524b(0x10e),'fCybs':function(_0x13b9a1){return _0x13b9a1();},'ovIGC':_0x42524b(0x115),'HvoTx':function(_0x23a0fb){return _0x23a0fb();},'flQmf':function(_0x30849a,_0x29930f,_0x5dc8c7){return _0x30849a(_0x29930f,_0x5dc8c7);},'iKDTK':_0x42524b(0x181),'UvmaN':_0x42524b(0x155),'KScxV':function(_0x3eb2a3,_0x40a9f7,_0x1eb659,_0x42f26d){return _0x3eb2a3(_0x40a9f7,_0x1eb659,_0x42f26d);},'uQEaw':function(_0x200144,_0x4d5258,_0x52f49b,_0x498cb3){return _0x200144(_0x4d5258,_0x52f49b,_0x498cb3);},'qntYN':function(_0x571115,_0x502ab4){return _0x571115===_0x502ab4;},'aOTCF':_0x42524b(0x10d),'fEIYm':_0x42524b(0x1c1),'hkAng':_0x42524b(0x177),'PsrVc':'afterTest','kABsR':function(_0x4dfb01){return _0x4dfb01();},'xWAln':_0x42524b(0x120),'mOvou':'test-after','aiDzo':_0x42524b(0x16c),'opNUL':_0x42524b(0x1a6),'Wpole':_0x42524b(0x1b6),'ylmoS':'bddStep-before','Tmbmg':_0x42524b(0x196),'BtAWW':_0x42524b(0x18b)};_0x321708[_0x42524b(0x170)]&&(global[_0x42524b(0x113)]=_0x321708[_0x42524b(0x170)]);PerformanceTester[_0x42524b(0x1d1)]();const _0x5f43b9=_0x512b63[_0x42524b(0x125)](getCodeceptDriver),_0x5bfc54=new O11yHelper(_0x5f43b9,_0x321708),_0xa9719d=!!CodeceptJS[_0x42524b(0x10a)][_0x42524b(0x133)](_0x512b63[_0x42524b(0x13a)]);global['__driver']=_0x5f43b9,_0x5f43b9&&(PerformanceTester[_0x42524b(0x148)](PerformanceEvents[_0x42524b(0x11b)],()=>{const _0x45a336=_0x42524b;_0xa9719d?_0x512b63['AgPHr'](patchPlaywrightBefore):_0x512b63[_0x45a336(0x15a)](patchWebDriverBefore,_0x5f43b9);})(),PerformanceTester[_0x42524b(0x148)](PerformanceEvents[_0x42524b(0x1ba)],()=>{const _0x2ef83a=_0x42524b;_0x5f43b9[_0x2ef83a(0x10f)]=async()=>{const _0xd80cb0=_0x2ef83a;if(global['accessibilityPlatform']){const _0x4c4fcf={};return _0x4c4fcf[_0xd80cb0(0x191)]=_0x512b63['GkXmx'],await PerformanceTester[_0xd80cb0(0x148)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4e278d=_0xd80cb0;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5f43b9,scripts[_0x4e278d(0x187)]);},_0x4c4fcf)(),await PerformanceTester[_0xd80cb0(0x148)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x51e313=_0xd80cb0;return await AccessibilityHelper[_0x51e313(0x1bb)](_0x5f43b9,scripts[_0x51e313(0x116)]);})();}return logger[_0xd80cb0(0x188)](_0x512b63[_0xd80cb0(0x1a8)]),{};},_0x5f43b9[_0x2ef83a(0x153)]=async()=>{const _0x12b1c9=_0x2ef83a;if(global[_0x12b1c9(0x1d7)]){const _0x5343e6={};return _0x5343e6['command']=_0x512b63[_0x12b1c9(0x16d)],await PerformanceTester[_0x12b1c9(0x148)](PerformanceA11yEvents[_0x12b1c9(0x1b8)],async()=>{const _0x599f49=_0x12b1c9;return await AccessibilityHelper[_0x599f49(0x1bb)](_0x5f43b9,scripts[_0x599f49(0x187)]);},_0x5343e6)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x12b1c9(0x105)],async()=>{const _0x549af0=_0x12b1c9;return await AccessibilityHelper[_0x549af0(0x1bb)](_0x5f43b9,scripts[_0x549af0(0x1ce)]);})();}return logger[_0x12b1c9(0x188)](_0x512b63[_0x12b1c9(0x112)]),{};},_0x512b63['aNNNh'](patchSaveScreenshot,_0x5f43b9);})()),CodeceptJS['event'][_0x42524b(0x1a3)]['on'](CodeceptJS['event'][_0x42524b(0x174)][_0x42524b(0x126)],()=>{const _0x480d0c=_0x42524b;PerformanceTester[_0x480d0c(0x1d0)](PerformanceEvents[_0x480d0c(0x121)]);try{_0x5bfc54[_0x480d0c(0x1d0)](),testOpsHelper[_0x480d0c(0x167)](),PerformanceTester['end'](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x38b7d0){PerformanceTester[_0x480d0c(0x18e)](_0x38b7d0),PerformanceTester[_0x480d0c(0x166)](PerformanceEvents[_0x480d0c(0x121)],![],_0x38b7d0);}}),CodeceptJS['event'][_0x42524b(0x1a3)]['on'](CodeceptJS['event'][_0x42524b(0x174)]['after'],async()=>{const _0x42c4b3=_0x42524b;PerformanceTester[_0x42c4b3(0x1d0)](PerformanceEvents[_0x42c4b3(0x134)]);try{requestSpy[_0x42c4b3(0x161)](),await _0x5bfc54[_0x42c4b3(0x17f)](),PerformanceTester[_0x42c4b3(0x166)](PerformanceEvents[_0x42c4b3(0x134)]);}catch(_0x330a75){PerformanceTester[_0x42c4b3(0x18e)](_0x330a75),PerformanceTester[_0x42c4b3(0x166)](PerformanceEvents[_0x42c4b3(0x134)],![],_0x330a75);}finally{PerformanceTester[_0x42c4b3(0x1b9)]();}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x42524b(0x183)][_0x42524b(0x18f)]['started'],_0x9e5e22=>{const _0x35ddda=_0x42524b;PerformanceTester['start'](PerformanceEvents[_0x35ddda(0x13c)]);try{const _0x4a7a1e=_0x9e5e22['ctx'][_0x35ddda(0x146)],_0x4ba00a=_0x5bfc54[_0x35ddda(0x1d5)](TEST_EVENTS[_0x35ddda(0x1c2)],_0x4a7a1e);CodeceptRecorder[_0x35ddda(0x194)](()=>_0x5bfc54[_0x35ddda(0x160)](TEST_EVENTS[_0x35ddda(0x1c2)],_0x4ba00a));const _0x42b3f7={};_0x42b3f7[_0x35ddda(0x12f)]=_0x512b63[_0x35ddda(0x16b)],PerformanceTester[_0x35ddda(0x166)](PerformanceEvents['SDK_HOOK'],!![],null,_0x42b3f7);}catch(_0x43a6f9){const _0xb605f0={};_0xb605f0[_0x35ddda(0x12f)]=_0x512b63[_0x35ddda(0x16b)],PerformanceTester[_0x35ddda(0x166)](PerformanceEvents[_0x35ddda(0x13c)],![],_0x43a6f9,_0xb605f0),PerformanceTester[_0x35ddda(0x18e)](_0x43a6f9);}}),CodeceptJS[_0x42524b(0x183)]['dispatcher']['on'](CodeceptJS[_0x42524b(0x183)][_0x42524b(0x18f)][_0x42524b(0x1aa)],_0x581342=>{const _0x2479fa=_0x42524b,_0x1e11f3={};_0x1e11f3['hookType']=_0x512b63['XeIau'],PerformanceTester['start'](PerformanceHookEvents[_0x2479fa(0x13c)],!![],null,_0x1e11f3);try{const _0x3169cd=_0x581342[_0x2479fa(0x158)]['test'],_0x107086=_0x5bfc54['captureEvent'](TEST_EVENTS[_0x2479fa(0x19d)],_0x3169cd);CodeceptRecorder[_0x2479fa(0x194)](()=>_0x5bfc54['fireEvent'](TEST_EVENTS[_0x2479fa(0x19d)],_0x107086));const _0xcfb055={};_0xcfb055[_0x2479fa(0x12f)]=_0x512b63['XeIau'],PerformanceTester[_0x2479fa(0x166)](PerformanceHookEvents[_0x2479fa(0x13c)],!![],null,_0xcfb055);}catch(_0x407f4b){PerformanceTester['captureError'](_0x407f4b);const _0x51c774={};_0x51c774['hookType']=_0x512b63[_0x2479fa(0x1ac)],PerformanceTester[_0x2479fa(0x166)](PerformanceHookEvents['SDK_HOOK'],![],_0x407f4b,_0x51c774);}}),CodeceptJS[_0x42524b(0x183)][_0x42524b(0x1a3)]['on'](CodeceptJS[_0x42524b(0x183)][_0x42524b(0x18f)][_0x42524b(0x114)],async(_0x2259da,_0x58bc92)=>{const _0x19c3c3=_0x42524b;PerformanceTester[_0x19c3c3(0x1d0)](PerformanceHookEvents['SDK_HOOK']);try{const _0x28e428=_0x2259da[_0x19c3c3(0x158)][_0x19c3c3(0x146)],_0x52b6bb=_0x5bfc54['captureEvent'](TEST_EVENTS[_0x19c3c3(0x19d)],_0x28e428,_0x58bc92);CodeceptRecorder[_0x19c3c3(0x194)](()=>_0x5bfc54['fireEvent'](TEST_EVENTS[_0x19c3c3(0x19d)],_0x52b6bb));const _0x453a6a={};_0x453a6a[_0x19c3c3(0x12f)]=_0x512b63[_0x19c3c3(0x130)],PerformanceTester['start'](PerformanceHookEvents[_0x19c3c3(0x13c)],!![],null,_0x453a6a);}catch(_0x7893a1){PerformanceTester['captureError'](_0x7893a1);const _0x1dc29a={};_0x1dc29a[_0x19c3c3(0x12f)]=_0x512b63[_0x19c3c3(0x130)],PerformanceTester[_0x19c3c3(0x166)](PerformanceHookEvents[_0x19c3c3(0x13c)],![],_0x7893a1,_0x1dc29a);}const _0x5719ae={};_0x5719ae[_0x19c3c3(0x12f)]=_0x512b63[_0x19c3c3(0x130)],PerformanceTester[_0x19c3c3(0x166)](PerformanceHookEvents[_0x19c3c3(0x13c)],!![],null,_0x5719ae);}),CodeceptJS[_0x42524b(0x183)][_0x42524b(0x1a3)]['on'](CodeceptJS[_0x42524b(0x183)][_0x42524b(0x146)]['before'],_0x58576e=>{const _0x40163b=_0x42524b;PerformanceTester[_0x40163b(0x1d0)](PerformanceHookEvents[_0x40163b(0x13c)]);try{globals[_0x40163b(0x15f)](_0x512b63['hEdEc'],_0x58576e['title']);_0x512b63[_0x40163b(0x125)](isBrowserstackInfra)&&(_0xa9719d&&(global[_0x40163b(0x1cd)]={'currentTest':{'name':_0x58576e[_0x40163b(0x172)],'testInfo':{'titlePath':_0x58576e['titlePath']()}}}));const _0x34f6c7={};_0x34f6c7[_0x40163b(0x12f)]=_0x512b63[_0x40163b(0x1a7)],PerformanceTester['end'](PerformanceHookEvents[_0x40163b(0x13c)],!![],null,_0x34f6c7);}catch(_0x13a74d){PerformanceTester[_0x40163b(0x18e)](_0x13a74d);const _0x20c0b6={};_0x20c0b6[_0x40163b(0x12f)]=_0x512b63['ovIGC'],PerformanceTester[_0x40163b(0x166)](PerformanceHookEvents[_0x40163b(0x13c)],![],_0x13a74d,_0x20c0b6);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x42524b(0x183)][_0x42524b(0x146)][_0x42524b(0x149)],_0x5b39a2=>{const _0x3b22f5=_0x42524b;PerformanceTester[_0x3b22f5(0x1d0)](PerformanceHookEvents[_0x3b22f5(0x13c)]);try{globals[_0x3b22f5(0x15f)](_0x512b63[_0x3b22f5(0x175)],_0x5b39a2['title']);const _0x585ec7=_0x5bfc54[_0x3b22f5(0x1d5)](TEST_EVENTS[_0x3b22f5(0x1db)],_0x5b39a2);CodeceptRecorder[_0x3b22f5(0x194)](()=>_0x5bfc54[_0x3b22f5(0x160)](TEST_EVENTS[_0x3b22f5(0x1db)],_0x585ec7)),CodeceptRecorder[_0x3b22f5(0x194)](async()=>{const _0x563ab7=_0x3b22f5;_0x512b63[_0x563ab7(0x100)](isBrowserstackInfra)&&(!_0x512b63[_0x563ab7(0x19a)](isTrue,_0x321708[_0x563ab7(0x11d)])&&await _0x512b63[_0x563ab7(0x104)](markSessionName,_0x5f43b9,_0x5b39a2[_0x563ab7(0x172)]),_0x5bfc54['enabled']&&await _0x512b63['pzhsu'](o11ySync,_0x5f43b9));});}catch(_0x5c308c){const _0x477ce0={};_0x477ce0[_0x3b22f5(0x12f)]=_0x512b63[_0x3b22f5(0x17a)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x5c308c,_0x477ce0),PerformanceTester[_0x3b22f5(0x18e)](_0x5c308c);}const _0x2d953e={};_0x2d953e[_0x3b22f5(0x12f)]=_0x512b63[_0x3b22f5(0x17a)],PerformanceTester[_0x3b22f5(0x166)](PerformanceHookEvents[_0x3b22f5(0x13c)],!![],null,_0x2d953e);}),CodeceptJS[_0x42524b(0x183)][_0x42524b(0x1a3)]['on'](CodeceptJS['event'][_0x42524b(0x146)][_0x42524b(0x1aa)],_0x1d9f70=>{const _0x45be7f=_0x42524b,_0x13d390={'MFNBI':function(_0x173148,_0x145bfd,_0xfd4889){const _0x146c7f=a1_0x28c0;return _0x512b63[_0x146c7f(0x104)](_0x173148,_0x145bfd,_0xfd4889);},'RHGlc':function(_0x2d96a6){return _0x512b63['fCybs'](_0x2d96a6);}};PerformanceTester[_0x45be7f(0x1d0)](PerformanceHookEvents['SDK_HOOK']);try{const _0x510fbb=_0x5bfc54[_0x45be7f(0x1d5)](TEST_EVENTS[_0x45be7f(0x136)],_0x1d9f70);CodeceptRecorder[_0x45be7f(0x194)](()=>_0x5bfc54[_0x45be7f(0x160)](TEST_EVENTS[_0x45be7f(0x136)],_0x510fbb)),CodeceptRecorder[_0x45be7f(0x194)](async()=>{const _0x32a229=_0x45be7f;_0x13d390[_0x32a229(0x119)](isBrowserstackInfra)&&await PerformanceTester[_0x32a229(0x148)](PerformanceAutEvents[_0x32a229(0x12a)],async()=>{const _0x3f81c5=_0x32a229;_0xa9719d?await _0x13d390[_0x3f81c5(0x11f)](playwrightMarkSessionStatus,_0x5f43b9,STATE_PASSED):await _0x13d390['MFNBI'](markSessionStatus,_0x5f43b9,STATE_PASSED);})();}),PerformanceTester[_0x45be7f(0x166)](PerformanceEvents[_0x45be7f(0x1cf)]);}catch(_0x45f179){PerformanceTester[_0x45be7f(0x18e)](_0x45f179);const _0x3bc74e={};_0x3bc74e['hookType']=_0x512b63[_0x45be7f(0x19b)],PerformanceTester['end'](PerformanceHookEvents[_0x45be7f(0x13c)],![],_0x45f179,_0x3bc74e),PerformanceTester['end'](PerformanceEvents[_0x45be7f(0x1cf)],![],_0x45f179);}const _0x547d18={};_0x547d18[_0x45be7f(0x12f)]=_0x512b63[_0x45be7f(0x19b)],PerformanceTester[_0x45be7f(0x166)](PerformanceHookEvents[_0x45be7f(0x13c)],!![],null,_0x547d18);}),CodeceptJS[_0x42524b(0x183)][_0x42524b(0x1a3)]['on'](CodeceptJS[_0x42524b(0x183)][_0x42524b(0x146)][_0x42524b(0x114)],(_0x21fd4b,_0x3566ca)=>{const _0x3bca0b=_0x42524b;PerformanceTester[_0x3bca0b(0x1d0)](PerformanceHookEvents[_0x3bca0b(0x13c)]);try{if(_0x512b63[_0x3bca0b(0x1a2)](_0x21fd4b[_0x3bca0b(0x1b0)]['name'],_0x512b63[_0x3bca0b(0x109)])){const _0x9b136e=_0x5bfc54[_0x3bca0b(0x1d5)](TEST_EVENTS[_0x3bca0b(0x10b)],_0x21fd4b[_0x3bca0b(0x158)][_0x3bca0b(0x117)]);CodeceptRecorder['add'](()=>_0x5bfc54[_0x3bca0b(0x160)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x9b136e));}else{const _0x5e053d=_0x5bfc54['captureEvent'](TEST_EVENTS[_0x3bca0b(0x136)],_0x21fd4b,_0x3566ca);CodeceptRecorder['add'](()=>{const _0x27a0b8=_0x3bca0b;try{_0x5bfc54[_0x27a0b8(0x160)](TEST_EVENTS[_0x27a0b8(0x136)],_0x5e053d);}catch(_0x473606){logger[_0x27a0b8(0x107)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x27a0b8(0x197)](_0x473606)),PerformanceTester[_0x27a0b8(0x166)](PerformanceEvents[_0x27a0b8(0x1cf)],![],_0x473606);}}),CodeceptRecorder[_0x3bca0b(0x194)](async()=>{const _0x5e9a6d=_0x3bca0b;try{_0x512b63[_0x5e9a6d(0x125)](isBrowserstackInfra)&&(_0xa9719d?await _0x512b63[_0x5e9a6d(0x1cb)](playwrightMarkSessionStatus,_0x5f43b9,STATE_FAILED,_0x3566ca):await _0x512b63[_0x5e9a6d(0x151)](markSessionStatus,_0x5f43b9,STATE_FAILED,_0x3566ca));}catch(_0x250402){logger[_0x5e9a6d(0x107)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util['format'](_0x250402)),PerformanceTester[_0x5e9a6d(0x166)](PerformanceEvents[_0x5e9a6d(0x1cf)],![],_0x250402);}});}PerformanceTester[_0x3bca0b(0x166)](PerformanceEvents[_0x3bca0b(0x1cf)]);}catch(_0x10b29f){PerformanceTester[_0x3bca0b(0x18e)](_0x10b29f);const _0x39e458={};_0x39e458[_0x3bca0b(0x12f)]=_0x512b63[_0x3bca0b(0x108)],PerformanceTester[_0x3bca0b(0x166)](PerformanceHookEvents[_0x3bca0b(0x13c)],![],_0x10b29f,_0x39e458),PerformanceTester[_0x3bca0b(0x166)](PerformanceEvents[_0x3bca0b(0x1cf)],![],_0x10b29f);}const _0x508a28={};_0x508a28[_0x3bca0b(0x12f)]=_0x512b63[_0x3bca0b(0x108)],PerformanceTester[_0x3bca0b(0x166)](PerformanceHookEvents[_0x3bca0b(0x13c)],!![],null,_0x508a28);}),CodeceptJS[_0x42524b(0x183)][_0x42524b(0x1a3)]['on'](CodeceptJS[_0x42524b(0x183)][_0x42524b(0x146)]['skipped'],_0x28d006=>{const _0x1885d5=_0x42524b;PerformanceTester[_0x1885d5(0x1d0)](PerformanceHookEvents['SDK_HOOK']);try{const _0xf4a6b0=_0x5bfc54[_0x1885d5(0x1d5)](TEST_EVENTS[_0x1885d5(0x10b)],_0x28d006);CodeceptRecorder['add'](()=>_0x5bfc54[_0x1885d5(0x160)](TEST_EVENTS[_0x1885d5(0x10b)],_0xf4a6b0)),PerformanceTester[_0x1885d5(0x166)](PerformanceEvents[_0x1885d5(0x1cf)]);}catch(_0x4c8da4){PerformanceTester[_0x1885d5(0x18e)](_0x4c8da4),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x4c8da4);const _0x5bef9c={};_0x5bef9c[_0x1885d5(0x12f)]=_0x512b63['hkAng'],PerformanceTester['end'](PerformanceHookEvents[_0x1885d5(0x13c)],![],_0x4c8da4,_0x5bef9c);}const _0x278b41={};_0x278b41[_0x1885d5(0x12f)]=_0x512b63[_0x1885d5(0x1bc)],PerformanceTester[_0x1885d5(0x166)](PerformanceHookEvents[_0x1885d5(0x13c)],!![],null,_0x278b41);}),CodeceptJS[_0x42524b(0x183)]['dispatcher']['on'](CodeceptJS[_0x42524b(0x183)][_0x42524b(0x146)][_0x42524b(0x13f)],async(_0xc9940c,_0x2b1f1d)=>{const _0x4b0dec=_0x42524b;try{PerformanceTester[_0x4b0dec(0x1d0)](PerformanceHookEvents['SDK_HOOK']);const _0x981f1e=_0x512b63['flQmf'](shouldScanTestForAccessibility,_0xc9940c['titlePath'](),!![]);if(_0x512b63['kABsR'](isAccessibilityAutomationSession)&&global[_0x4b0dec(0x1d7)]&&_0x981f1e){const _0x3308f9={};_0x3308f9[_0x4b0dec(0x195)]=_0xc9940c[_0x4b0dec(0x14a)],_0x3308f9['thBuildUuid']=process[_0x4b0dec(0x137)][testHubConstants[_0x4b0dec(0x101)][_0x4b0dec(0x11a)]],_0x3308f9[_0x4b0dec(0x145)]=process[_0x4b0dec(0x137)][testHubConstants[_0x4b0dec(0x101)][_0x4b0dec(0x192)]];const _0x4075a1=_0x3308f9;logger[_0x4b0dec(0x107)](_0x4b0dec(0x141)+JSON[_0x4b0dec(0x199)](_0x4075a1)),CodeceptRecorder[_0x4b0dec(0x194)](async()=>{const _0x4143bb=_0x4b0dec,_0x50081b={};_0x50081b['command']=_0x512b63[_0x4143bb(0x16f)],await PerformanceTester[_0x4143bb(0x148)](PerformanceA11yEvents[_0x4143bb(0x1b8)],async()=>{const _0x5c6987=_0x4143bb;await AccessibilityHelper[_0x5c6987(0x1bb)](_0x5f43b9,scripts['performScan']);},_0x50081b)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x138a6b=_0x4143bb;await AccessibilityHelper['browserStackExecuteDriver'](_0x5f43b9,scripts[_0x138a6b(0x11c)],_0x4075a1);})();}),logger[_0x4b0dec(0x1b4)](_0x512b63['xWAln']);}const _0x376004={};_0x376004[_0x4b0dec(0x12f)]=_0x512b63[_0x4b0dec(0x159)],PerformanceTester[_0x4b0dec(0x166)](PerformanceHookEvents[_0x4b0dec(0x13c)],!![],null,_0x376004);}catch(_0x2e8b7e){PerformanceTester[_0x4b0dec(0x18e)](_0x2e8b7e);const _0x39cad1={};_0x39cad1[_0x4b0dec(0x12f)]=_0x512b63[_0x4b0dec(0x159)],PerformanceTester['end'](PerformanceHookEvents[_0x4b0dec(0x13c)],![],_0x2e8b7e,_0x39cad1);}}),CodeceptJS[_0x42524b(0x183)]['dispatcher']['on'](CodeceptJS[_0x42524b(0x183)][_0x42524b(0x14f)]['comment'],_0x1128f9=>{const _0x19d04e=_0x42524b;PerformanceTester[_0x19d04e(0x1d0)](PerformanceHookEvents[_0x19d04e(0x13c)]);try{process[_0x19d04e(0x12d)]('bs:addLog:'+process[_0x19d04e(0x128)],{'timestamp':new Date()['toISOString'](),'level':_0x512b63[_0x19d04e(0x179)],'message':_0x1128f9,'kind':_0x512b63[_0x19d04e(0x1d9)],'http_response':{}});}catch(_0x42a7d2){PerformanceTester[_0x19d04e(0x18e)](_0x42a7d2);const _0x205a0d={};_0x205a0d[_0x19d04e(0x12f)]=_0x512b63[_0x19d04e(0x14b)],PerformanceTester[_0x19d04e(0x166)](PerformanceHookEvents[_0x19d04e(0x13c)],![],_0x42a7d2,_0x205a0d);}const _0x504118={};_0x504118['hookType']=_0x512b63[_0x19d04e(0x14b)],PerformanceTester['end'](PerformanceHookEvents[_0x19d04e(0x13c)],!![],null,_0x504118);}),CodeceptJS[_0x42524b(0x183)][_0x42524b(0x1a3)]['on'](CodeceptJS[_0x42524b(0x183)]['bddStep'][_0x42524b(0x126)],_0x205b58=>{const _0x1368c2=_0x42524b,_0x4bb399={};_0x4bb399[_0x1368c2(0x12f)]=_0x512b63[_0x1368c2(0x1b1)],PerformanceTester[_0x1368c2(0x148)](PerformanceHookEvents[_0x1368c2(0x13c)],()=>{const _0x4965c5=_0x1368c2;_0x5bfc54[_0x4965c5(0x176)](_0x205b58);},_0x4bb399)();}),CodeceptJS[_0x42524b(0x183)][_0x42524b(0x1a3)]['on'](CodeceptJS[_0x42524b(0x183)]['bddStep'][_0x42524b(0x13f)],_0x4bf11f=>{const _0x365285=_0x42524b,_0x595382={};_0x595382[_0x365285(0x12f)]=_0x512b63[_0x365285(0x106)],PerformanceTester[_0x365285(0x148)](PerformanceHookEvents[_0x365285(0x13c)],()=>{const _0x409142=_0x365285;_0x5bfc54[_0x409142(0x182)](_0x4bf11f);},_0x595382)();});};function a1_0x28c0(_0xaeb86e,_0x18f318){const _0x244dc8=a1_0x244d();return a1_0x28c0=function(_0x28c029,_0x2c0249){_0x28c029=_0x28c029-0x100;let _0x3bf2c4=_0x244dc8[_0x28c029];return _0x3bf2c4;},a1_0x28c0(_0xaeb86e,_0x18f318);}function a1_0x244d(){const _0xf2826e=['fCybs','before','reason','pid','../../helpers/globals.js','SESSION_STATUS','getSyncScript','../../helpers/test-observability/utils','emit','gllVx','hookType','grFtZ','_before','executeScript','helpers','SDK_POST_TEST','arguments','TEST_RUN_FINISHED','env','setSessionName','8hDuOvK','BtAWW','codeceptjs/lib/helper/Playwright.js','SDK_HOOK','11kXGDBa','browserstack_executor:\x20','after','winstonLogger','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','itQla','SYNC','eOtpq','thJwtToken','test','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','measureWrapper','started','testAnalyticsId','Wpole','falFL','slice','UIPue','step','TestCafe','uQEaw','TEST_SCREENSHOT','getAccessibilityResults','luiZf','test-passed','iDWmr','readFileSync','ctx','mOvou','pzhsu','../../helpers/helper','946949KUkOJL','../../helpers/performance/performance-tester','class','setGlobal','fireEvent','restore','base64','Element','catch','sZxTm','end','addRequestSpy','3904444YRLrdO','overwriteCommand','BS_TESTOPS_ALLOW_SCREENSHOTS','BpmTN','INFO','JpELn','codeceptjs/lib/utils.js','PsrVc','skipSessionStatus','../../helpers/request-spy','title','mGhVn','all','hEdEc','bddStepStart','test-skipped','../../helpers/accessibility-automation/helper','aiDzo','iKDTK','GMmaO','find','MVhwe','hkggY','stop','6ZnkjWt','test-started','bddStepFinish','event','hook-started','NvWJF','commandsToWrap','performScan','warn','Screenshot\x20path\x20not\x20found','../../helpers/logger','Playwright','62898pswRwU','codeceptjs','captureError','hook','contexts','command','BROWSERSTACK_TESTHUB_JWT','Failed\x20to\x20execute\x20_before:\x20','add','thTestRunUuid','bddStep-after','format','exports','stringify','aNNNh','UvmaN','codeceptjs/lib/index.js','HOOK_RUN_FINISHED','hook-failed','hCGLZ','peCaM','SESSION_NAME','qntYN','dispatcher','pJPUy','name','TEST_LOG','ovIGC','CNGVF','prototype','passed','1315450lOJsON','XeIau','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','call','bstackAllyScanning','constructor','ylmoS','patchSaveScreenshot','hook-passed','info','KbOcx','step-comment','apply','PERFORM_SCAN','stopMonitoring','SDK_POST_INITIALIZE','browserStackExecuteDriver','hkAng','Puppeteer','9ZOzRmP','939935WMmRtM','zTOhl','test-failed','HOOK_RUN_STARTED','toString','patch','EbsfG','dqQCl','LeLSg','zNSQl','../../bin/playwright/accessibility-helper','screenshotOutputFolder','KScxV','bs:addLog:','__workerDetails','getResults','SDK_TEST','start','startMonitoring','../../helpers/accessibility-automation/scripts','33CbdyhA','pzRNC','captureEvent','setSessionStatus','accessibilityPlatform','saveScreenshot','opNUL','browserContext','TEST_RUN_STARTED','initSaveScreenshot','HvoTx','ENV_VAR','WnmXC','Performing\x20scan\x20for\x20','flQmf','GET_RESULTS','Tmbmg','debug','fEIYm','aOTCF','container','TEST_RUN_SKIPPED','../../helpers/testhub/constants.js','Suite','browserstackTestName','getAccessibilityResultsSummary','codeceptjs/lib/helper/WebDriver.js','5429767wZWVpC','fXAly','__skipSessionStatus','failed','test-before','getResultsSummary','currentTest','filter','RHGlc','BROWSERSTACK_TESTHUB_UUID','SDK_PRE_INITIALIZE','saveTestResults','skipSessionName','action','MFNBI','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','SDK_PRE_TEST','toISOString','util','10294608ZromJc'];a1_0x244d=function(){return _0xf2826e;};return a1_0x244d();}
1
+ const a1_0xd62472=a1_0x2e91;(function(_0x551e7d,_0x362b10){const _0x478c37=a1_0x2e91,_0x4023b4=_0x551e7d();while(!![]){try{const _0x3d94f1=-parseInt(_0x478c37(0x1ba))/0x1*(-parseInt(_0x478c37(0x168))/0x2)+-parseInt(_0x478c37(0x1f5))/0x3*(-parseInt(_0x478c37(0x1ce))/0x4)+parseInt(_0x478c37(0x1e0))/0x5*(-parseInt(_0x478c37(0x1f4))/0x6)+parseInt(_0x478c37(0x200))/0x7+-parseInt(_0x478c37(0x225))/0x8*(parseInt(_0x478c37(0x219))/0x9)+-parseInt(_0x478c37(0x1a3))/0xa+parseInt(_0x478c37(0x1c2))/0xb;if(_0x3d94f1===_0x362b10)break;else _0x4023b4['push'](_0x4023b4['shift']());}catch(_0x204a72){_0x4023b4['push'](_0x4023b4['shift']());}}}(a1_0x141b,0xb261f));function a1_0x141b(){const _0x5056c9=['VqcAC','started','saveScreenshot','duvcd','JKPrB','codeceptjs/lib/recorder.js','bs:addLog:','../../helpers/test-observability/utils','after','test-after','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','test-failed','../../helpers/testhub/constants.js','qSBJH','string','browserstackTestName','util','shouldWrapCommand','slice','find','XhiTs','title','BKIjr','SDK_POST_INITIALIZE','ZJFvf','screenshotOutputFolder','format','testFramework','setSessionStatus','lRCit','SDK_POST_TEST','PfoQj','__driver','abClx','bddStep-before','lPKNc','Failed\x20to\x20execute\x20_before:\x20','apply','executeScript','../../helpers/performance/constants','rjmEk','bddStepFinish','oZeGQ','toISOString','dgfXF','hookType','GQbjm','warn','Screenshot\x20path\x20not\x20found','3220170CIBxpW','SESSION_NAME','step','SDK_HOOK','SYNC','../../helpers/request-spy','end','status','PvlYT','codeceptjs','arguments','dsYFm','stop','SDK_TEST','before','forEach','start','../../helpers/helper','hook','skipSessionStatus','SDK_PRE_INITIALIZE','test','nulwp','19ZRwvTL','HEfzl','zBBLa','getAccessibilityResults','kddjD','HOOK_RUN_STARTED','ENV_VAR','UeBEL','13104674bHxMVJ','wewNx','startsWith','nowlK','test-started','pid','codeceptjs/lib/index.js','emit','comment','performScan','TEST_RUN_FINISHED','LIpJF','4RfMvia','../../helpers/performance/performance-tester','prototype','PsbxQ','action','MrdRH','startMonitoring','browserstack_executor:\x20','vElIk','codeceptjs/lib/helper/WebDriver.js','BROWSERSTACK_TESTHUB_UUID','fireEvent','constructor','mIyqU','SESSION_STATUS','_before','ksNsW','name','14710tqDLaZ','readFileSync','dispatcher','contexts','SDK_PRE_TEST','OheyW','skipSessionName','parse','call','pVezM','npoFn','ArsDC','info','oKxFz','step-comment','PERFORM_SCAN','exports','addRequestSpy','initSaveScreenshot','passed','1200cwYMdv','919707PIZhED','TEST_RUN_STARTED','efJFC','event','wawLs','qmUzq','captureError','./o11yHelper','AKOmd','bjZTd','bind','7331198gpWBXI','csyry','accessibilityPlatform','measureWrapper','LagYJ','__workerDetails','test-passed','overwriteCommand','Element','browser','debug','helpers','ctx','GET_RESULTS','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','myWxA','winstonLogger','webdriverio','rtPLq','AWhfl','vwdPq','browserStackExecuteDriver','codeceptjs/lib/utils.js','MtKqv','test-skipped','4162446JQgGJl','HOOK_RUN_FINISHED','reason','oZjGU','all','failed','codeceptjs/lib/helper/Playwright.js','titlePath','Gasvs','restore','saveTestResults','hook-started','16rwgAVR','toString','../../bin/playwright/accessibility-helper','test-before','bstackAllyScanning','add','OCigl','BS_TESTOPS_ALLOW_SCREENSHOTS','Playwright','kbFLe','then','TEST_LOG','OBrtR','getResults','class','FRAMEWORK_DETAILS','GBqSI','getResultsSummary','captureEvent','thJwtToken','filter','../../bin/playwright/sessionDetails','getSyncScript','BROWSERSTACK_TESTHUB_JWT','Puppeteer','yMSrD','TEST_RUN_SKIPPED','catch','currentTest','browserContext','DucYs','env','command','version','2194bfHklO','thTestRunUuid','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','stringify','getAccessibilityResultsSummary','tTcvt','stopMonitoring','nhTVE','WebDriver','container'];a1_0x141b=function(){return _0x5056c9;};return a1_0x141b();}function a1_0x2e91(_0x22015a,_0x4f1ce5){const _0x141bbc=a1_0x141b();return a1_0x2e91=function(_0x2e91be,_0x182850){_0x2e91be=_0x2e91be-0x160;let _0xde6164=_0x141bbc[_0x2e91be];return _0xde6164;},a1_0x2e91(_0x22015a,_0x4f1ce5);}const fs=require('fs'),util=require(a1_0xd62472(0x182)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0xd62472(0x1b4)),logger=require('../../helpers/logger')[a1_0xd62472(0x210)],testOpsHelper=require(a1_0xd62472(0x179)),requestSpy=require(a1_0xd62472(0x1a8)),PlaywrightSessionDetails=require(a1_0xd62472(0x23a)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0xd62472(0x1fc)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0xd62472(0x227)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0xd62472(0x1cf)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0xd62472(0x199)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0xd62472(0x17e)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0xd62472(0x1c8),a1_0xd62472(0x1ac)),CodeceptUtils=requireModule(a1_0xd62472(0x216),'codeceptjs'),CodeceptWebDriver=requireModule(a1_0xd62472(0x1d7),a1_0xd62472(0x1ac)),CodeceptRecorder=requireModule(a1_0xd62472(0x177),a1_0xd62472(0x1ac)),CodeceptPlaywright=requireModule(a1_0xd62472(0x21f),a1_0xd62472(0x1ac)),playwrightMarkSessionStatus=(_0x431900,_0x45f5c2,_0x48d6cc)=>{const _0x3fac1b=a1_0xd62472,_0x30ade6={'GBqSI':_0x3fac1b(0x18e),'lRCit':function(_0xa5ef3a,_0x107bc5){return _0xa5ef3a(_0x107bc5);}},_0x1d7202={};_0x1d7202[_0x3fac1b(0x1aa)]=_0x45f5c2;const _0x3317d6={};_0x3317d6[_0x3fac1b(0x1d2)]=_0x30ade6[_0x3fac1b(0x235)],_0x3317d6[_0x3fac1b(0x1ad)]=_0x1d7202;const _0x587afc=_0x3317d6;return!_0x30ade6[_0x3fac1b(0x18f)](isUndefined,_0x48d6cc)&&(_0x587afc['arguments'][_0x3fac1b(0x21b)]=JSON[_0x3fac1b(0x16b)](_0x48d6cc)),_0x431900[_0x3fac1b(0x198)](()=>{},_0x3fac1b(0x1d5)+JSON[_0x3fac1b(0x16b)](_0x587afc));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0xd62472(0x1a7)],async _0x1b992f=>{const _0x50c17e=a1_0xd62472,_0x2a4c44={};_0x2a4c44[_0x50c17e(0x1e9)]=function(_0x16668c,_0x5a6d8f){return _0x16668c===_0x5a6d8f;},_0x2a4c44['qmUzq']='Playwright';const _0x475108=_0x2a4c44;_0x475108['pVezM'](_0x1b992f['constructor'][_0x50c17e(0x1df)],_0x475108[_0x50c17e(0x1fa)])?await _0x1b992f['executeScript'](_0x24c5d5=>{},testOpsHelper[_0x50c17e(0x23b)]()):await _0x1b992f['executeScript'](testOpsHelper[_0x50c17e(0x23b)]());}),markSessionName=PerformanceTester[a1_0xd62472(0x203)](PerformanceAutEvents[a1_0xd62472(0x1a4)],async(_0xdba04b,_0x47cb79)=>{const _0x796389=a1_0xd62472,_0x5b09fc={};_0x5b09fc[_0x796389(0x172)]='setSessionName',_0x5b09fc[_0x796389(0x1e5)]=function(_0x326b30,_0x57b7f3){return _0x326b30===_0x57b7f3;},_0x5b09fc[_0x796389(0x17f)]=_0x796389(0x22d);const _0x50bfe2=_0x5b09fc,_0x201729={};_0x201729[_0x796389(0x1df)]=_0x47cb79;const _0x37f019={};_0x37f019[_0x796389(0x1d2)]=_0x50bfe2[_0x796389(0x172)],_0x37f019[_0x796389(0x1ad)]=_0x201729;const _0x4a309a=_0x37f019;_0x50bfe2['OheyW'](_0xdba04b['constructor']['name'],_0x50bfe2['qSBJH'])?await _0xdba04b[_0x796389(0x198)](()=>{},_0x796389(0x1d5)+JSON[_0x796389(0x16b)](_0x4a309a)):await _0xdba04b[_0x796389(0x198)]('browserstack_executor:\x20'+JSON['stringify'](_0x4a309a));}),patchSaveScreenshot=_0x20fafe=>{const _0x2738bd=a1_0xd62472,_0x4ab062={'rtPLq':'base64','PsbxQ':'TEST_SCREENSHOT','myWxA':function(_0x381842){return _0x381842();},'HEfzl':function(_0x1cefa5,_0x23b368){return _0x1cefa5(_0x23b368);},'abClx':_0x2738bd(0x1a2)};_0x4ab062[_0x2738bd(0x1bb)](isTrue,process[_0x2738bd(0x165)][_0x2738bd(0x22c)])&&!_0x20fafe['patchSaveScreenshot']&&(_0x20fafe['patchSaveScreenshot']=!![],_0x20fafe[_0x2738bd(0x1f2)]=_0x20fafe[_0x2738bd(0x174)],_0x20fafe['saveScreenshot']=(_0x52b4be,_0x1b8c4e=![])=>{return new Promise(function(_0x3b214c,_0x6c6e36){const _0x352d8b=a1_0x2e91,_0x11a5bf={'oKxFz':_0x4ab062[_0x352d8b(0x212)],'wawLs':_0x4ab062[_0x352d8b(0x1d1)],'sPhUA':function(_0x4ddf89){const _0x4dbfc7=_0x352d8b;return _0x4ab062[_0x4dbfc7(0x20f)](_0x4ddf89);},'LIpJF':function(_0x1a1878,_0x99b7ca){const _0x4f8980=_0x352d8b;return _0x4ab062[_0x4f8980(0x1bb)](_0x1a1878,_0x99b7ca);},'AKOmd':_0x4ab062[_0x352d8b(0x193)]};_0x20fafe[_0x352d8b(0x1f2)](_0x52b4be,_0x1b8c4e)[_0x352d8b(0x22f)](()=>{const _0x5220f6=_0x352d8b,_0x2dcd76=CodeceptUtils[_0x5220f6(0x18b)](_0x52b4be);if(_0x2dcd76){const _0x3b6b8f=fs[_0x5220f6(0x1e1)](_0x2dcd76);process['emit']('bs:addLog:'+process[_0x5220f6(0x1c7)],{'timestamp':new Date()[_0x5220f6(0x19d)](),'message':_0x3b6b8f[_0x5220f6(0x226)](_0x11a5bf[_0x5220f6(0x1ed)]),'kind':_0x11a5bf[_0x5220f6(0x1f9)]}),_0x11a5bf['sPhUA'](_0x3b214c);}_0x11a5bf[_0x5220f6(0x1cd)](_0x6c6e36,new Error(_0x11a5bf[_0x5220f6(0x1fd)]));})[_0x352d8b(0x161)](()=>null);});});},patchWebDriverBefore=_0x2c9e6f=>{const _0x148808=a1_0xd62472,_0x8d869f={'SOHTh':function(_0x56860a){return _0x56860a();},'BKIjr':function(_0x298348,_0xac533b){return _0x298348(_0xac533b);},'efJFC':function(_0x5ddc00,_0x57ab9c){return _0x5ddc00===_0x57ab9c;},'LagYJ':_0x148808(0x211),'JKPrB':function(_0x105f00,_0x2d6cfe){return _0x105f00===_0x2d6cfe;},'vElIk':_0x148808(0x180),'YZHet':function(_0x1a4418,_0x5f10a2){return _0x1a4418===_0x5f10a2;},'XhiTs':_0x148808(0x208)},_0x3336b4=async function(_0x2f4710,_0x54b0f9){const _0x36dd6d=_0x148808;_0x8d869f['SOHTh'](isAccessibilityAutomationSession)&&!global[_0x36dd6d(0x229)]&&global[_0x36dd6d(0x202)]&&scripts[_0x36dd6d(0x183)](_0x2f4710[_0x36dd6d(0x1df)])&&_0x8d869f[_0x36dd6d(0x188)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x36dd6d(0x229)]=!![],await PerformanceTester[_0x36dd6d(0x203)](PerformanceA11yEvents[_0x36dd6d(0x1ef)],async()=>{const _0x1da785=_0x36dd6d;logger[_0x1da785(0x20a)]('Performing\x20scan\x20for\x20'+_0x2f4710['class']+'\x20'+_0x2f4710[_0x1da785(0x1df)]),await AccessibilityHelper[_0x1da785(0x215)](_0x2c9e6f,scripts[_0x1da785(0x1cb)]);},{'command':_0x2f4710[_0x36dd6d(0x1df)]})());global[_0x36dd6d(0x229)]=![];const _0x12d77d=JSON[_0x36dd6d(0x1e7)](process['env'][_0x36dd6d(0x234)]||'{}');if(_0x8d869f[_0x36dd6d(0x1f7)](_0x12d77d?.[_0x36dd6d(0x18d)]?.[_0x36dd6d(0x1df)],_0x8d869f[_0x36dd6d(0x204)])&&_0x8d869f[_0x36dd6d(0x176)](typeof _0x12d77d?.[_0x36dd6d(0x18d)]?.[_0x36dd6d(0x167)],_0x8d869f[_0x36dd6d(0x1d6)])&&_0x12d77d?.['testFramework']?.[_0x36dd6d(0x167)][_0x36dd6d(0x1c4)]('7'))return _0x54b0f9[_0x36dd6d(0x197)](null,Array[_0x36dd6d(0x1d0)][_0x36dd6d(0x184)][_0x36dd6d(0x1e8)](arguments,0x2));return _0x54b0f9[_0x36dd6d(0x197)](this,Array[_0x36dd6d(0x1d0)][_0x36dd6d(0x184)]['call'](arguments,0x2));},_0x575cca=CodeceptWebDriver['prototype'][_0x148808(0x1dd)];CodeceptWebDriver['prototype'][_0x148808(0x1dd)]=async function(){const _0x4a3e91=_0x148808;try{await _0x575cca[_0x4a3e91(0x197)](this,arguments);}catch(_0x3950e2){logger[_0x4a3e91(0x20a)](_0x4a3e91(0x196)+util[_0x4a3e91(0x18c)](_0x3950e2));}scripts['commandsToWrap'][_0x4a3e91(0x239)](_0x28021f=>_0x28021f['name']&&_0x28021f[_0x4a3e91(0x233)])[_0x4a3e91(0x1b2)](_0x3ab1bd=>{const _0x1b009e=_0x4a3e91;this[_0x1b009e(0x209)][_0x1b009e(0x207)](_0x3ab1bd['name'],_0x3336b4[_0x1b009e(0x1ff)](this,_0x3ab1bd),_0x8d869f['YZHet'](_0x3ab1bd[_0x1b009e(0x233)],_0x8d869f[_0x1b009e(0x186)]));}),_0x8d869f[_0x4a3e91(0x188)](processWebDriverConfig,_0x2c9e6f);};},patchPlaywrightBefore=()=>{const _0x45b118=a1_0xd62472;PlaywrightSessionDetails['patch']();const _0x5dda8b=CodeceptPlaywright[_0x45b118(0x1d0)][_0x45b118(0x1dd)];CodeceptPlaywright[_0x45b118(0x1d0)][_0x45b118(0x1dd)]=async function(){const _0x4b7319=_0x45b118;this[_0x4b7319(0x163)]=await this[_0x4b7319(0x209)][_0x4b7319(0x1e3)]()[0x0],await _0x5dda8b[_0x4b7319(0x197)](this,arguments);};},getCodeceptDriver=()=>{const _0xa778ac=a1_0xd62472,_0x31089e={};_0x31089e[_0xa778ac(0x1bc)]=_0xa778ac(0x170),_0x31089e[_0xa778ac(0x175)]='Playwright',_0x31089e[_0xa778ac(0x19c)]=_0xa778ac(0x23d),_0x31089e[_0xa778ac(0x214)]='TestCafe';const _0x384477=_0x31089e,_0x520365=[_0x384477[_0xa778ac(0x1bc)],_0x384477[_0xa778ac(0x175)],_0x384477[_0xa778ac(0x19c)],_0x384477['vwdPq']],_0x85823d=_0x520365[_0xa778ac(0x185)](_0x1b499c=>!!CodeceptJS[_0xa778ac(0x171)]['helpers'](_0x1b499c));if(!_0x85823d)return null;return CodeceptJS[_0xa778ac(0x171)][_0xa778ac(0x20b)](_0x85823d);};module[a1_0xd62472(0x1f0)]=function(_0x3a13e1){const _0x5e5a1d=a1_0xd62472,_0xe9dd91={'ZJFvf':function(_0x2c2e0a){return _0x2c2e0a();},'oZjGU':function(_0x3affce,_0x41d6fe){return _0x3affce(_0x41d6fe);},'npoFn':_0x5e5a1d(0x1bd),'tTcvt':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','dsYFm':_0x5e5a1d(0x16c),'OCigl':_0x5e5a1d(0x20e),'nowlK':_0x5e5a1d(0x224),'Gasvs':'hook-passed','AWhfl':'hook-failed','yMSrD':_0x5e5a1d(0x181),'dIxzM':_0x5e5a1d(0x228),'tkUmi':function(_0x45dc6e,_0x5ce508){return _0x45dc6e(_0x5ce508);},'MrdRH':function(_0x586f36,_0x1f3fb2,_0x21085b){return _0x586f36(_0x1f3fb2,_0x21085b);},'kbFLe':_0x5e5a1d(0x1c6),'wewNx':_0x5e5a1d(0x206),'rjmEk':function(_0x7881a4,_0x325692,_0x45c692,_0x53ba33){return _0x7881a4(_0x325692,_0x45c692,_0x53ba33);},'qipip':function(_0x404fbf,_0x21b71a,_0x36f071,_0x5de983){return _0x404fbf(_0x21b71a,_0x36f071,_0x5de983);},'Tplxz':function(_0x3e172c,_0x3a4b8c){return _0x3e172c===_0x3a4b8c;},'OBrtR':'Suite','csyry':_0x5e5a1d(0x17d),'nhTVE':_0x5e5a1d(0x218),'ksNsW':'afterTest','lPKNc':function(_0x5cc292,_0x5e2479,_0x55e4e0){return _0x5cc292(_0x5e2479,_0x55e4e0);},'GQbjm':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','UeBEL':_0x5e5a1d(0x17b),'npXDZ':'INFO','DucYs':_0x5e5a1d(0x230),'ArsDC':_0x5e5a1d(0x1ee),'PvlYT':_0x5e5a1d(0x194),'vsGRE':'bddStep-after','MtKqv':_0x5e5a1d(0x22d)};_0x3a13e1['skipSessionStatus']&&(global['__skipSessionStatus']=_0x3a13e1[_0x5e5a1d(0x1b6)]);PerformanceTester[_0x5e5a1d(0x1d4)]();const _0xcbbf2f=_0xe9dd91[_0x5e5a1d(0x18a)](getCodeceptDriver),_0x128ed3=new O11yHelper(_0xcbbf2f,_0x3a13e1),_0x346d8c=!!CodeceptJS[_0x5e5a1d(0x171)]['helpers'](_0xe9dd91[_0x5e5a1d(0x217)]);global[_0x5e5a1d(0x192)]=_0xcbbf2f,_0xcbbf2f&&(PerformanceTester[_0x5e5a1d(0x203)](PerformanceEvents[_0x5e5a1d(0x1b7)],()=>{const _0x16f3a8=_0x5e5a1d;_0x346d8c?_0xe9dd91[_0x16f3a8(0x18a)](patchPlaywrightBefore):_0xe9dd91[_0x16f3a8(0x21c)](patchWebDriverBefore,_0xcbbf2f);})(),PerformanceTester[_0x5e5a1d(0x203)](PerformanceEvents[_0x5e5a1d(0x189)],()=>{const _0x59291e=_0x5e5a1d,_0x56612a={};_0x56612a['PfoQj']=_0xe9dd91[_0x59291e(0x1ae)],_0x56612a[_0x59291e(0x1be)]=_0xe9dd91[_0x59291e(0x22b)];const _0x42891b=_0x56612a;_0xcbbf2f[_0x59291e(0x16c)]=async()=>{const _0xf3665c=_0x59291e;if(global['accessibilityPlatform']){const _0x5f5461={};return _0x5f5461[_0xf3665c(0x166)]=_0x42891b[_0xf3665c(0x191)],await PerformanceTester[_0xf3665c(0x203)](PerformanceA11yEvents[_0xf3665c(0x1ef)],async()=>{const _0x1f4bc3=_0xf3665c;return await AccessibilityHelper[_0x1f4bc3(0x215)](_0xcbbf2f,scripts[_0x1f4bc3(0x1cb)]);},_0x5f5461)(),await PerformanceTester[_0xf3665c(0x203)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x3cdaf2=_0xf3665c;return await AccessibilityHelper[_0x3cdaf2(0x215)](_0xcbbf2f,scripts[_0x3cdaf2(0x236)]);})();}return logger[_0xf3665c(0x1a1)](_0x42891b[_0xf3665c(0x1be)]),{};},_0xcbbf2f[_0x59291e(0x1bd)]=async()=>{const _0x44b0ec=_0x59291e;if(global[_0x44b0ec(0x202)]){const _0x1290c8={};return _0x1290c8[_0x44b0ec(0x166)]=_0xe9dd91[_0x44b0ec(0x1ea)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2edb58=_0x44b0ec;return await AccessibilityHelper[_0x2edb58(0x215)](_0xcbbf2f,scripts[_0x2edb58(0x1cb)]);},_0x1290c8)(),await PerformanceTester[_0x44b0ec(0x203)](PerformanceA11yEvents[_0x44b0ec(0x20d)],async()=>{const _0xe3e8c1=_0x44b0ec;return await AccessibilityHelper[_0xe3e8c1(0x215)](_0xcbbf2f,scripts[_0xe3e8c1(0x232)]);})();}return logger[_0x44b0ec(0x1a1)](_0xe9dd91[_0x44b0ec(0x16d)]),{};},_0xe9dd91[_0x59291e(0x21c)](patchSaveScreenshot,_0xcbbf2f);})()),CodeceptJS[_0x5e5a1d(0x1f8)]['dispatcher']['on'](CodeceptJS['event'][_0x5e5a1d(0x21d)][_0x5e5a1d(0x1b1)],()=>{const _0xcf29a7=_0x5e5a1d;PerformanceTester['start'](PerformanceEvents[_0xcf29a7(0x1e4)]);try{_0x128ed3[_0xcf29a7(0x1b3)](),testOpsHelper[_0xcf29a7(0x1f1)](),PerformanceTester[_0xcf29a7(0x1a9)](PerformanceEvents[_0xcf29a7(0x1e4)]);}catch(_0x300c07){PerformanceTester[_0xcf29a7(0x1fb)](_0x300c07),PerformanceTester['end'](PerformanceEvents[_0xcf29a7(0x1e4)],![],_0x300c07);}}),CodeceptJS[_0x5e5a1d(0x1f8)]['dispatcher']['on'](CodeceptJS[_0x5e5a1d(0x1f8)]['all']['after'],async()=>{const _0x3e2013=_0x5e5a1d;PerformanceTester[_0x3e2013(0x1b3)](PerformanceEvents[_0x3e2013(0x190)]);try{requestSpy[_0x3e2013(0x222)](),await _0x128ed3[_0x3e2013(0x1af)](),PerformanceTester[_0x3e2013(0x1a9)](PerformanceEvents['SDK_POST_TEST']);}catch(_0xc6759e){PerformanceTester[_0x3e2013(0x1fb)](_0xc6759e),PerformanceTester[_0x3e2013(0x1a9)](PerformanceEvents['SDK_POST_TEST'],![],_0xc6759e);}finally{PerformanceTester[_0x3e2013(0x16e)]();}}),CodeceptJS['event'][_0x5e5a1d(0x1e2)]['on'](CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1b5)][_0x5e5a1d(0x173)],_0x1a34fd=>{const _0x2fac08=_0x5e5a1d;PerformanceTester[_0x2fac08(0x1b3)](PerformanceEvents[_0x2fac08(0x1a6)]);try{const _0x39122e=_0x1a34fd[_0x2fac08(0x20c)][_0x2fac08(0x1b8)],_0xe0dfee=_0x128ed3[_0x2fac08(0x237)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x39122e);CodeceptRecorder[_0x2fac08(0x22a)](()=>_0x128ed3[_0x2fac08(0x1d9)](TEST_EVENTS[_0x2fac08(0x1bf)],_0xe0dfee));const _0x30a573={};_0x30a573[_0x2fac08(0x19f)]=_0xe9dd91['nowlK'],PerformanceTester[_0x2fac08(0x1a9)](PerformanceEvents[_0x2fac08(0x1a6)],!![],null,_0x30a573);}catch(_0x5c01f4){const _0x1bd154={};_0x1bd154[_0x2fac08(0x19f)]=_0xe9dd91[_0x2fac08(0x1c5)],PerformanceTester[_0x2fac08(0x1a9)](PerformanceEvents[_0x2fac08(0x1a6)],![],_0x5c01f4,_0x1bd154),PerformanceTester['captureError'](_0x5c01f4);}}),CodeceptJS['event'][_0x5e5a1d(0x1e2)]['on'](CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1b5)][_0x5e5a1d(0x1f3)],_0x54623c=>{const _0x360ae5=_0x5e5a1d,_0x3407c6={};_0x3407c6[_0x360ae5(0x19f)]=_0xe9dd91[_0x360ae5(0x221)],PerformanceTester[_0x360ae5(0x1b3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3407c6);try{const _0x2b7761=_0x54623c[_0x360ae5(0x20c)][_0x360ae5(0x1b8)],_0x437152=_0x128ed3['captureEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2b7761);CodeceptRecorder['add'](()=>_0x128ed3[_0x360ae5(0x1d9)](TEST_EVENTS[_0x360ae5(0x21a)],_0x437152));const _0x4e7fb3={};_0x4e7fb3[_0x360ae5(0x19f)]=_0xe9dd91[_0x360ae5(0x221)],PerformanceTester[_0x360ae5(0x1a9)](PerformanceHookEvents[_0x360ae5(0x1a6)],!![],null,_0x4e7fb3);}catch(_0x2b1a0a){PerformanceTester['captureError'](_0x2b1a0a);const _0x44d813={};_0x44d813[_0x360ae5(0x19f)]=_0xe9dd91[_0x360ae5(0x221)],PerformanceTester[_0x360ae5(0x1a9)](PerformanceHookEvents[_0x360ae5(0x1a6)],![],_0x2b1a0a,_0x44d813);}}),CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1e2)]['on'](CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1b5)][_0x5e5a1d(0x21e)],async(_0x17878a,_0x46450f)=>{const _0x3a256e=_0x5e5a1d;PerformanceTester[_0x3a256e(0x1b3)](PerformanceHookEvents['SDK_HOOK']);try{const _0x168b61=_0x17878a[_0x3a256e(0x20c)]['test'],_0x29f275=_0x128ed3['captureEvent'](TEST_EVENTS[_0x3a256e(0x21a)],_0x168b61,_0x46450f);CodeceptRecorder[_0x3a256e(0x22a)](()=>_0x128ed3[_0x3a256e(0x1d9)](TEST_EVENTS[_0x3a256e(0x21a)],_0x29f275));const _0x346484={};_0x346484[_0x3a256e(0x19f)]=_0xe9dd91[_0x3a256e(0x213)],PerformanceTester[_0x3a256e(0x1b3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x346484);}catch(_0x143b85){PerformanceTester[_0x3a256e(0x1fb)](_0x143b85);const _0x1ceecf={};_0x1ceecf['hookType']=_0xe9dd91['AWhfl'],PerformanceTester['end'](PerformanceHookEvents[_0x3a256e(0x1a6)],![],_0x143b85,_0x1ceecf);}const _0x1bcb11={};_0x1bcb11[_0x3a256e(0x19f)]=_0xe9dd91[_0x3a256e(0x213)],PerformanceTester[_0x3a256e(0x1a9)](PerformanceHookEvents[_0x3a256e(0x1a6)],!![],null,_0x1bcb11);}),CodeceptJS[_0x5e5a1d(0x1f8)]['dispatcher']['on'](CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1b8)]['before'],_0x8431b=>{const _0x1cafe8=_0x5e5a1d;PerformanceTester[_0x1cafe8(0x1b3)](PerformanceHookEvents[_0x1cafe8(0x1a6)]);try{globals['setGlobal'](_0xe9dd91[_0x1cafe8(0x23e)],_0x8431b[_0x1cafe8(0x187)]);_0xe9dd91['ZJFvf'](isBrowserstackInfra)&&(_0x346d8c&&(global[_0x1cafe8(0x205)]={'currentTest':{'name':_0x8431b[_0x1cafe8(0x187)],'testInfo':{'titlePath':_0x8431b[_0x1cafe8(0x220)]()}}}));const _0x1c2448={};_0x1c2448[_0x1cafe8(0x19f)]=_0xe9dd91['dIxzM'],PerformanceTester[_0x1cafe8(0x1a9)](PerformanceHookEvents[_0x1cafe8(0x1a6)],!![],null,_0x1c2448);}catch(_0x222301){PerformanceTester[_0x1cafe8(0x1fb)](_0x222301);const _0x197aac={};_0x197aac[_0x1cafe8(0x19f)]=_0xe9dd91['dIxzM'],PerformanceTester['end'](PerformanceHookEvents[_0x1cafe8(0x1a6)],![],_0x222301,_0x197aac);}}),CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1e2)]['on'](CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1b8)]['started'],_0x57d5a8=>{const _0x4c2884=_0x5e5a1d,_0xfa696c={'bjZTd':function(_0x3314b7){return _0xe9dd91['ZJFvf'](_0x3314b7);},'nulwp':function(_0x4e0214,_0x20c37a){return _0xe9dd91['tkUmi'](_0x4e0214,_0x20c37a);},'QMxzY':function(_0x46ca2f,_0x380286,_0x4cc437){return _0xe9dd91['MrdRH'](_0x46ca2f,_0x380286,_0x4cc437);}};PerformanceTester['start'](PerformanceHookEvents[_0x4c2884(0x1a6)]);try{globals['setGlobal'](_0xe9dd91['yMSrD'],_0x57d5a8[_0x4c2884(0x187)]);const _0x15ce65=_0x128ed3[_0x4c2884(0x237)](TEST_EVENTS['TEST_RUN_STARTED'],_0x57d5a8);CodeceptRecorder['add'](()=>_0x128ed3[_0x4c2884(0x1d9)](TEST_EVENTS[_0x4c2884(0x1f6)],_0x15ce65)),CodeceptRecorder[_0x4c2884(0x22a)](async()=>{const _0x71cd52=_0x4c2884;_0xfa696c[_0x71cd52(0x1fe)](isBrowserstackInfra)&&(!_0xfa696c[_0x71cd52(0x1b9)](isTrue,_0x3a13e1[_0x71cd52(0x1e6)])&&await _0xfa696c['QMxzY'](markSessionName,_0xcbbf2f,_0x57d5a8[_0x71cd52(0x187)]),_0x128ed3['enabled']&&await _0xfa696c[_0x71cd52(0x1b9)](o11ySync,_0xcbbf2f));});}catch(_0x103394){const _0xee8792={};_0xee8792[_0x4c2884(0x19f)]=_0xe9dd91[_0x4c2884(0x22e)],PerformanceTester[_0x4c2884(0x1a9)](PerformanceHookEvents[_0x4c2884(0x1a6)],![],_0x103394,_0xee8792),PerformanceTester[_0x4c2884(0x1fb)](_0x103394);}const _0x1ac9e4={};_0x1ac9e4[_0x4c2884(0x19f)]=_0xe9dd91[_0x4c2884(0x22e)],PerformanceTester[_0x4c2884(0x1a9)](PerformanceHookEvents[_0x4c2884(0x1a6)],!![],null,_0x1ac9e4);}),CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1e2)]['on'](CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1b8)]['passed'],_0x592a96=>{const _0x2ec901=_0x5e5a1d;PerformanceTester[_0x2ec901(0x1b3)](PerformanceHookEvents[_0x2ec901(0x1a6)]);try{const _0x2c0a58=_0x128ed3[_0x2ec901(0x237)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x592a96);CodeceptRecorder['add'](()=>_0x128ed3['fireEvent'](TEST_EVENTS[_0x2ec901(0x1cc)],_0x2c0a58)),CodeceptRecorder[_0x2ec901(0x22a)](async()=>{const _0x3b7329=_0x2ec901,_0x4a6e82={'mIyqU':function(_0x274863,_0x43f399,_0xc13b2d){const _0x255c50=a1_0x2e91;return _0xe9dd91[_0x255c50(0x1d3)](_0x274863,_0x43f399,_0xc13b2d);}};_0xe9dd91[_0x3b7329(0x18a)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x3b7329(0x1dc)],async()=>{const _0xe35aee=_0x3b7329;_0x346d8c?await _0x4a6e82[_0xe35aee(0x1db)](playwrightMarkSessionStatus,_0xcbbf2f,STATE_PASSED):await _0x4a6e82[_0xe35aee(0x1db)](markSessionStatus,_0xcbbf2f,STATE_PASSED);})();}),PerformanceTester[_0x2ec901(0x1a9)](PerformanceEvents[_0x2ec901(0x1b0)]);}catch(_0x19624f){PerformanceTester[_0x2ec901(0x1fb)](_0x19624f);const _0x427bcb={};_0x427bcb[_0x2ec901(0x19f)]=_0xe9dd91['wewNx'],PerformanceTester[_0x2ec901(0x1a9)](PerformanceHookEvents[_0x2ec901(0x1a6)],![],_0x19624f,_0x427bcb),PerformanceTester[_0x2ec901(0x1a9)](PerformanceEvents[_0x2ec901(0x1b0)],![],_0x19624f);}const _0x5785e8={};_0x5785e8[_0x2ec901(0x19f)]=_0xe9dd91[_0x2ec901(0x1c3)],PerformanceTester[_0x2ec901(0x1a9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5785e8);}),CodeceptJS['event'][_0x5e5a1d(0x1e2)]['on'](CodeceptJS['event']['test'][_0x5e5a1d(0x21e)],(_0x34c5db,_0x373824)=>{const _0x10c227=_0x5e5a1d;PerformanceTester[_0x10c227(0x1b3)](PerformanceHookEvents['SDK_HOOK']);try{if(_0xe9dd91['Tplxz'](_0x34c5db[_0x10c227(0x1da)]['name'],_0xe9dd91[_0x10c227(0x231)])){const _0x426d5b=_0x128ed3[_0x10c227(0x237)](TEST_EVENTS[_0x10c227(0x160)],_0x34c5db[_0x10c227(0x20c)][_0x10c227(0x162)]);CodeceptRecorder['add'](()=>_0x128ed3[_0x10c227(0x1d9)](TEST_EVENTS[_0x10c227(0x160)],_0x426d5b));}else{const _0x117c35=_0x128ed3[_0x10c227(0x237)](TEST_EVENTS[_0x10c227(0x1cc)],_0x34c5db,_0x373824);CodeceptRecorder[_0x10c227(0x22a)](()=>{const _0x3d6f89=_0x10c227;try{_0x128ed3['fireEvent'](TEST_EVENTS[_0x3d6f89(0x1cc)],_0x117c35);}catch(_0x9ae707){logger[_0x3d6f89(0x20a)](_0x3d6f89(0x17c)+util[_0x3d6f89(0x18c)](_0x9ae707)),PerformanceTester[_0x3d6f89(0x1a9)](PerformanceEvents[_0x3d6f89(0x1b0)],![],_0x9ae707);}}),CodeceptRecorder[_0x10c227(0x22a)](async()=>{const _0x3cae0c=_0x10c227;try{_0xe9dd91[_0x3cae0c(0x18a)](isBrowserstackInfra)&&(_0x346d8c?await _0xe9dd91[_0x3cae0c(0x19a)](playwrightMarkSessionStatus,_0xcbbf2f,STATE_FAILED,_0x373824):await _0xe9dd91['qipip'](markSessionStatus,_0xcbbf2f,STATE_FAILED,_0x373824));}catch(_0x592ed9){logger[_0x3cae0c(0x20a)](_0x3cae0c(0x16a)+util[_0x3cae0c(0x18c)](_0x592ed9)),PerformanceTester[_0x3cae0c(0x1a9)](PerformanceEvents[_0x3cae0c(0x1b0)],![],_0x592ed9);}});}PerformanceTester[_0x10c227(0x1a9)](PerformanceEvents[_0x10c227(0x1b0)]);}catch(_0x166d62){PerformanceTester[_0x10c227(0x1fb)](_0x166d62);const _0xa6e858={};_0xa6e858[_0x10c227(0x19f)]=_0xe9dd91[_0x10c227(0x201)],PerformanceTester[_0x10c227(0x1a9)](PerformanceHookEvents[_0x10c227(0x1a6)],![],_0x166d62,_0xa6e858),PerformanceTester[_0x10c227(0x1a9)](PerformanceEvents['SDK_TEST'],![],_0x166d62);}const _0x5d086a={};_0x5d086a[_0x10c227(0x19f)]=_0xe9dd91[_0x10c227(0x201)],PerformanceTester[_0x10c227(0x1a9)](PerformanceHookEvents[_0x10c227(0x1a6)],!![],null,_0x5d086a);}),CodeceptJS['event'][_0x5e5a1d(0x1e2)]['on'](CodeceptJS[_0x5e5a1d(0x1f8)]['test']['skipped'],_0x5aa204=>{const _0x224a68=_0x5e5a1d;PerformanceTester['start'](PerformanceHookEvents[_0x224a68(0x1a6)]);try{const _0x119e4b=_0x128ed3['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x5aa204);CodeceptRecorder[_0x224a68(0x22a)](()=>_0x128ed3[_0x224a68(0x1d9)](TEST_EVENTS[_0x224a68(0x160)],_0x119e4b)),PerformanceTester['end'](PerformanceEvents[_0x224a68(0x1b0)]);}catch(_0x12fa1c){PerformanceTester[_0x224a68(0x1fb)](_0x12fa1c),PerformanceTester[_0x224a68(0x1a9)](PerformanceEvents[_0x224a68(0x1b0)],![],_0x12fa1c);const _0x5a97b4={};_0x5a97b4[_0x224a68(0x19f)]=_0xe9dd91[_0x224a68(0x16f)],PerformanceTester[_0x224a68(0x1a9)](PerformanceHookEvents[_0x224a68(0x1a6)],![],_0x12fa1c,_0x5a97b4);}const _0x3f72e2={};_0x3f72e2[_0x224a68(0x19f)]=_0xe9dd91['nhTVE'],PerformanceTester['end'](PerformanceHookEvents[_0x224a68(0x1a6)],!![],null,_0x3f72e2);}),CodeceptJS[_0x5e5a1d(0x1f8)]['dispatcher']['on'](CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1b8)][_0x5e5a1d(0x17a)],async(_0x29e261,_0x49566a)=>{const _0x2535da=_0x5e5a1d,_0x1e02e2={};_0x1e02e2[_0x2535da(0x19e)]=_0xe9dd91[_0x2535da(0x1de)];const _0x5186e1=_0x1e02e2;try{PerformanceTester[_0x2535da(0x1b3)](PerformanceHookEvents['SDK_HOOK']);const _0x53a5df=_0xe9dd91[_0x2535da(0x195)](shouldScanTestForAccessibility,_0x29e261['titlePath'](),!![]);if(_0xe9dd91['ZJFvf'](isAccessibilityAutomationSession)&&global[_0x2535da(0x202)]&&_0x53a5df){const _0x1b69ff={};_0x1b69ff[_0x2535da(0x169)]=_0x29e261['testAnalyticsId'],_0x1b69ff['thBuildUuid']=process[_0x2535da(0x165)][testHubConstants['ENV_VAR'][_0x2535da(0x1d8)]],_0x1b69ff[_0x2535da(0x238)]=process[_0x2535da(0x165)][testHubConstants[_0x2535da(0x1c0)][_0x2535da(0x23c)]];const _0x1cad24=_0x1b69ff;logger[_0x2535da(0x20a)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x1cad24)),CodeceptRecorder[_0x2535da(0x22a)](async()=>{const _0x10ddb5=_0x2535da,_0x2d81c0={};_0x2d81c0[_0x10ddb5(0x166)]=_0x5186e1['dgfXF'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x10ddb5(0x1ef)],async()=>{const _0x863d1a=_0x10ddb5;await AccessibilityHelper[_0x863d1a(0x215)](_0xcbbf2f,scripts[_0x863d1a(0x1cb)]);},_0x2d81c0)(),await PerformanceTester[_0x10ddb5(0x203)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x5bcf94=_0x10ddb5;await AccessibilityHelper[_0x5bcf94(0x215)](_0xcbbf2f,scripts[_0x5bcf94(0x223)],_0x1cad24);})();}),logger[_0x2535da(0x1ec)](_0xe9dd91[_0x2535da(0x1a0)]);}const _0x603597={};_0x603597['hookType']=_0xe9dd91[_0x2535da(0x1c1)],PerformanceTester['end'](PerformanceHookEvents[_0x2535da(0x1a6)],!![],null,_0x603597);}catch(_0xbad49a){PerformanceTester[_0x2535da(0x1fb)](_0xbad49a);const _0x45a5b5={};_0x45a5b5[_0x2535da(0x19f)]=_0xe9dd91[_0x2535da(0x1c1)],PerformanceTester['end'](PerformanceHookEvents[_0x2535da(0x1a6)],![],_0xbad49a,_0x45a5b5);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1a5)][_0x5e5a1d(0x1ca)],_0x4c92e1=>{const _0x32dc67=_0x5e5a1d;PerformanceTester[_0x32dc67(0x1b3)](PerformanceHookEvents[_0x32dc67(0x1a6)]);try{process[_0x32dc67(0x1c9)](_0x32dc67(0x178)+process[_0x32dc67(0x1c7)],{'timestamp':new Date()['toISOString'](),'level':_0xe9dd91['npXDZ'],'message':_0x4c92e1,'kind':_0xe9dd91[_0x32dc67(0x164)],'http_response':{}});}catch(_0x28444d){PerformanceTester[_0x32dc67(0x1fb)](_0x28444d);const _0x38c9ff={};_0x38c9ff[_0x32dc67(0x19f)]=_0xe9dd91[_0x32dc67(0x1eb)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x28444d,_0x38c9ff);}const _0x17c3e3={};_0x17c3e3[_0x32dc67(0x19f)]=_0xe9dd91[_0x32dc67(0x1eb)],PerformanceTester[_0x32dc67(0x1a9)](PerformanceHookEvents[_0x32dc67(0x1a6)],!![],null,_0x17c3e3);}),CodeceptJS[_0x5e5a1d(0x1f8)]['dispatcher']['on'](CodeceptJS['event']['bddStep']['before'],_0x5a6ed4=>{const _0x4f6d06=_0x5e5a1d,_0x3e9317={};_0x3e9317[_0x4f6d06(0x19f)]=_0xe9dd91[_0x4f6d06(0x1ab)],PerformanceTester[_0x4f6d06(0x203)](PerformanceHookEvents[_0x4f6d06(0x1a6)],()=>{_0x128ed3['bddStepStart'](_0x5a6ed4);},_0x3e9317)();}),CodeceptJS[_0x5e5a1d(0x1f8)][_0x5e5a1d(0x1e2)]['on'](CodeceptJS[_0x5e5a1d(0x1f8)]['bddStep'][_0x5e5a1d(0x17a)],_0x32e70c=>{const _0x18359d=_0x5e5a1d,_0x54b67d={};_0x54b67d['hookType']=_0xe9dd91['vsGRE'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x18359d(0x1a6)],()=>{const _0x2e67f9=_0x18359d;_0x128ed3[_0x2e67f9(0x19b)](_0x32e70c);},_0x54b67d)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x331d18=a2_0x3481;(function(_0x56d0cd,_0xaf7eef){const _0x5c745c=a2_0x3481,_0x1d9328=_0x56d0cd();while(!![]){try{const _0x556118=parseInt(_0x5c745c(0xab))/0x1*(-parseInt(_0x5c745c(0x7a))/0x2)+parseInt(_0x5c745c(0xed))/0x3+-parseInt(_0x5c745c(0x105))/0x4*(-parseInt(_0x5c745c(0x8e))/0x5)+parseInt(_0x5c745c(0xcc))/0x6+-parseInt(_0x5c745c(0xdd))/0x7*(-parseInt(_0x5c745c(0x8f))/0x8)+parseInt(_0x5c745c(0x87))/0x9*(parseInt(_0x5c745c(0xfb))/0xa)+-parseInt(_0x5c745c(0xdc))/0xb;if(_0x556118===_0xaf7eef)break;else _0x1d9328['push'](_0x1d9328['shift']());}catch(_0x203577){_0x1d9328['push'](_0x1d9328['shift']());}}}(a2_0x591c,0xc62db));const fs=require('fs'),path=require(a2_0x331d18(0x10f)),util=require(a2_0x331d18(0xe2)),process=require(a2_0x331d18(0x85)),logger=require(a2_0x331d18(0x10c))[a2_0x331d18(0xd2)],{default:BrowserStackSetup}=require(a2_0x331d18(0x89)),helper=require(a2_0x331d18(0xc7)),utilities=require(a2_0x331d18(0x8c)),{checkAccessibilityPlatformConfig}=require(a2_0x331d18(0xbf)),{setAccessibilityCapabilities}=require(a2_0x331d18(0x9f)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x331d18(0xc7)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x331d18(0xb9)),testOpsHelper=require(a2_0x331d18(0xff)),TestHubHandler=require(a2_0x331d18(0xe1)),constants=require(a2_0x331d18(0x95)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x331d18(0x93)),PerformanceEvents=require(a2_0x331d18(0xf9))[a2_0x331d18(0x81)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x11b95e,_0x38db59)=>{const _0x3060f9=a2_0x331d18,_0x5c717b={};_0x5c717b['perrc']=function(_0x40e085,_0x28011a){return _0x40e085===_0x28011a;},_0x5c717b['tcgGw']=_0x3060f9(0x8a),_0x5c717b[_0x3060f9(0x111)]=_0x3060f9(0xf8);const _0x1b740b=_0x5c717b;let _0x587aee=null;const _0x1880c8={};let _0xd55b90=_0x38db59[_0x3060f9(0x106)](_0x3f5da1=>_0x3f5da1===_0x3060f9(0xf7));_0x1b740b['perrc'](_0xd55b90,-0x1)&&(_0xd55b90=_0x38db59[_0x3060f9(0x106)](_0x174617=>_0x174617==='-c'));if(!helper[_0x3060f9(0xdf)](_0x11b95e['config'])&&fs[_0x3060f9(0xc9)](path[_0x3060f9(0x7d)](process['cwd'](),_0x11b95e['config'])))_0x587aee=path[_0x3060f9(0x7d)](process['cwd'](),_0x11b95e[_0x3060f9(0xa6)]),_0x38db59[_0x3060f9(0x109)](_0xd55b90,0x2);else{if(!helper['isUndefined'](_0x11b95e['c'])&&fs[_0x3060f9(0xc9)](path[_0x3060f9(0x7d)](process['cwd'](),_0x11b95e['c'])))_0x587aee=path[_0x3060f9(0x7d)](process[_0x3060f9(0x10e)](),_0x11b95e['c']),_0x38db59[_0x3060f9(0x109)](_0xd55b90,0x2);else{if(fs[_0x3060f9(0xc9)](path['join'](process['cwd'](),_0x1b740b['tcgGw'])))_0x587aee=path[_0x3060f9(0x7d)](process['cwd'](),_0x1b740b['tcgGw']);else fs[_0x3060f9(0xc9)](path['join'](process['cwd'](),_0x1b740b[_0x3060f9(0x111)]))&&(_0x587aee=path[_0x3060f9(0x7d)](process[_0x3060f9(0x10e)](),_0x1b740b[_0x3060f9(0x111)]));}}return process[_0x3060f9(0x90)][_0x3060f9(0xe7)]=_0x587aee,_0x587aee;},getO11yRerunPattern=()=>{const _0x5c78c7=a2_0x331d18,_0x271535=helper['isTrue'](process['env'][_0x5c78c7(0xda)]);if(_0x271535){const _0x4672b0=process[_0x5c78c7(0x90)][_0x5c78c7(0x96)],_0x311c34=[];if(helper[_0x5c78c7(0x71)](_0x4672b0)&&!helper['isUndefined'](_0x4672b0)){_0x4672b0[_0x5c78c7(0xcb)](',')[_0x5c78c7(0x92)](_0x17d6da=>{const _0x4a4887=_0x5c78c7;_0x311c34[_0x4a4887(0xde)]('('+_0x17d6da['trim']()+')');});const _0x1b71d0='^'+_0x311c34[_0x5c78c7(0x7d)]('|')+'$';return _0x1b71d0;}}return null;},a2_0x248c7b={};a2_0x248c7b[a2_0x331d18(0x10a)]=a2_0x331d18(0x99),a2_0x248c7b[a2_0x331d18(0x70)]='chromium',a2_0x248c7b[a2_0x331d18(0xea)]=a2_0x331d18(0x103),a2_0x248c7b['playwright-webkit']=a2_0x331d18(0xac);const pwToCodeceptBrowser=a2_0x248c7b;async function run(_0x597b79,_0x240d14,_0x4cf1dc){const _0x2d302e=a2_0x331d18,_0x4a73e7={'jrIvi':function(_0x52d939,_0x34ac9c){return _0x52d939+_0x34ac9c;},'LJSct':function(_0x445c37,_0x371d5b){return _0x445c37(_0x371d5b);},'Frgpt':function(_0x516178,_0x522159){return _0x516178+_0x522159;},'ZydZa':function(_0x1261cb,_0x300f30,_0x14a248){return _0x1261cb(_0x300f30,_0x14a248);},'jWGzj':_0x2d302e(0xf6),'XUrGf':function(_0x24066f){return _0x24066f();},'egPLE':_0x2d302e(0xb8),'SVXNy':function(_0x20d600){return _0x20d600();},'TOiOP':_0x2d302e(0x9a),'nWgoz':_0x2d302e(0x100),'LoFmP':'Started\x20:\x20','lfQVy':_0x2d302e(0xb3),'oKqTX':function(_0x322958,_0x523b55,_0x3aa2ae){return _0x322958(_0x523b55,_0x3aa2ae);},'Rqfvm':_0x2d302e(0xef),'piUQt':function(_0x5c4a1b,_0x53b2ec,_0x546eb9){return _0x5c4a1b(_0x53b2ec,_0x546eb9);},'KAQvc':'Playwright','vLjFi':_0x2d302e(0xe9),'RtcKV':function(_0x7ea876,_0x50a4e2){return _0x7ea876(_0x50a4e2);},'faRQQ':function(_0xde9010,_0x8b3be){return _0xde9010!=_0x8b3be;},'CHHzj':function(_0x11f5f4,_0x28cd7b){return _0x11f5f4===_0x28cd7b;},'SGgTz':_0x2d302e(0xc2),'nAPHA':function(_0x5d0e03,_0x1f8aa8){return _0x5d0e03*_0x1f8aa8;},'BtiSk':function(_0x102466,_0x22efeb,_0x22aed2){return _0x102466(_0x22efeb,_0x22aed2);},'OTvch':_0x2d302e(0xa2),'LxQie':'desiredCapabilities','ILsRb':_0x2d302e(0xb5),'FcPLH':_0x2d302e(0x10b),'uTdHt':_0x2d302e(0xd1),'zdhSM':function(_0x546b76){return _0x546b76();}};await _0x4cf1dc[_0x2d302e(0x10d)](_0x597b79),await helper['handleApp'](_0x4cf1dc[_0x2d302e(0xa6)]);if(!_0x4cf1dc[_0x2d302e(0xa6)])return;process[_0x2d302e(0x74)]=_0x597b79[_0x2d302e(0x74)];_0x597b79['profile']&&(process['env']['profile']=_0x597b79['profile']);const _0x172f68=_0x4a73e7[_0x2d302e(0x110)](getUserCodeceptJSConfigs,_0x597b79,_0x240d14);let _0x50d696={};_0x172f68?(logger['info']('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x172f68),_0x50d696=CodeceptJS[_0x2d302e(0xa6)][_0x2d302e(0xf3)](_0x172f68)):logger[_0x2d302e(0xe8)](_0x4a73e7[_0x2d302e(0xae)]);let _0x427005=![];_0x4a73e7['piUQt'](nestedKeyValue,_0x50d696,[_0x4a73e7[_0x2d302e(0xd0)],_0x4a73e7[_0x2d302e(0x73)]])&&(_0x427005=!![]);const _0x20c8c8=_0x427005?_0x4a73e7[_0x2d302e(0x73)]:_0x4a73e7[_0x2d302e(0xcd)];let _0xa7e3f0=!_0x427005?helper[_0x2d302e(0x9d)](_0x4cf1dc[_0x2d302e(0xa6)]):![];!helper[_0x2d302e(0xdf)](_0x4cf1dc[_0x2d302e(0xa6)][_0x2d302e(0x8d)])&&(process[_0x2d302e(0x90)][_0x2d302e(0xf1)]=JSON[_0x2d302e(0x79)](_0x4cf1dc[_0x2d302e(0xa6)][_0x2d302e(0x8d)]));let _0x2368e0=_0x4cf1dc[_0x2d302e(0xa6)][_0x2d302e(0xe4)];_0x2368e0=_0x2368e0||_0x4a73e7[_0x2d302e(0xa1)](checkAccessibilityPlatformConfig,_0x4cf1dc[_0x2d302e(0xa6)]),process['env'][_0x2d302e(0xfe)]=_0x2368e0;_0x2368e0&&(_0xa7e3f0=!_0x2368e0);_0x4a73e7[_0x2d302e(0x91)](_0x4cf1dc[_0x2d302e(0xa6)][_0x2d302e(0xba)],null)?process[_0x2d302e(0x90)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4cf1dc['config'][_0x2d302e(0xba)]:process[_0x2d302e(0x90)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4a73e7[_0x2d302e(0xfc)](_0x20c8c8,_0x4a73e7['KAQvc']);const _0x3f3124=_0x4a73e7[_0x2d302e(0xa0)](nestedKeyValue,_0x50d696,[_0x4a73e7[_0x2d302e(0xf0)]]),_0x2321b8=_0x3f3124&&!helper['isEmpty'](_0x3f3124)?FRAMEWORKS[_0x2d302e(0x77)]:FRAMEWORKS[_0x2d302e(0xd7)],_0x277703=await TestHubHandler['launchBuild'](_0x2321b8,_0x4cf1dc);_0x2368e0&&_0x4a73e7[_0x2d302e(0xb1)](setAccessibilityCapabilities,_0x4cf1dc['config']);const _0x51467f={},_0x2ae045=[],_0x5ee978=_0x4cf1dc[_0x2d302e(0xa6)][_0x2d302e(0xb2)]||helper[_0x2d302e(0xcf)](_0x597b79,_0x240d14,_0x4cf1dc['config'],constants[_0x2d302e(0x7e)][_0x2d302e(0xd7)])||0x1;let _0x355ce3=0x1;if(_0x4a73e7['XUrGf'](isBrowserstackInfra)){const _0x2993b7=helper[_0x2d302e(0x84)](_0x4cf1dc[_0x2d302e(0xa6)],_0xa7e3f0,constants[_0x2d302e(0x7e)][_0x2d302e(0xd7)]);_0x2993b7['forEach'](_0x4b869e=>{const _0x2a29e0=_0x2d302e;helper[_0x2a29e0(0x9c)](_0x4b869e);}),helper['validPlatformsPresent'](_0x4cf1dc['config'])?_0x355ce3=_0x4a73e7[_0x2d302e(0xeb)](_0x5ee978,_0x4cf1dc['config'][_0x2d302e(0x80)][_0x2d302e(0x104)]):_0x355ce3=_0x5ee978,_0x2993b7['forEach'](_0x8b66c=>{const _0x5f0fb8=_0x2d302e,_0x5bff4d=_0x4a73e7[_0x5f0fb8(0xf4)](helper[_0x5f0fb8(0x72)](_0x8b66c,'_'),'_'+Date['now']()),_0x50bb23=((()=>{const _0x34c532=_0x5f0fb8;if(_0x427005){const _0xecdb7f=pwToCodeceptBrowser[_0x8b66c[_0x34c532(0xb0)]]||_0x8b66c[_0x34c532(0xb0)];return{'browser':_0xecdb7f,[_0xecdb7f]:{'browserWSEndpoint':_0x4a73e7[_0x34c532(0x88)](helper['getPlaywrightUrl'](_0x4cf1dc[_0x34c532(0xa6)]),_0x4a73e7[_0x34c532(0xb1)](encodeURIComponent,JSON[_0x34c532(0x79)](_0x8b66c)))}};}const _0x1e109a={};return _0x1e109a[_0x34c532(0xbb)]=_0x8b66c,_0x1e109a[_0x34c532(0xc5)]=_0x4cf1dc[_0x34c532(0xa6)][_0x34c532(0xfd)],_0x1e109a[_0x34c532(0xa3)]=_0x4cf1dc[_0x34c532(0xa6)]['accessKey'],_0x1e109a;})()),_0x3e4e0c=_0x4a73e7['ZydZa'](nestedKeyValue,_0x50d696,[_0x4a73e7[_0x5f0fb8(0xd0)],_0x20c8c8]);_0x51467f[_0x5bff4d]=_0x3e4e0c?helper[_0x5f0fb8(0x107)](_0x50bb23,_0x3e4e0c):_0x50bb23;if(!_0x427005){_0x51467f[_0x5bff4d][_0x5f0fb8(0xa2)]=_0x8b66c[_0x5f0fb8(0xb0)]||_0x50bb23['browser'];if(_0x4a73e7['XUrGf'](isBrowserstackInfra)){_0x51467f[_0x5bff4d][_0x5f0fb8(0xc1)]=constants[_0x5f0fb8(0xc0)][_0x5f0fb8(0x86)](_0x4a73e7[_0x5f0fb8(0x7f)],'')[_0x5f0fb8(0x86)](/https?:\/\//,'');;_0x51467f[_0x5bff4d][_0x5f0fb8(0x10f)]=_0x4a73e7[_0x5f0fb8(0x7f)];}}_0x2ae045['push'](_0x5bff4d);});}else{_0x355ce3=0x1;if(_0x427005){const _0x835aed=_0x4a73e7[_0x2d302e(0xb4)](nestedKeyValue,_0x50d696,[_0x4a73e7['jWGzj'],_0x20c8c8,_0x4a73e7[_0x2d302e(0xaf)]]),_0x439fcb=_0x4a73e7['ZydZa'](nestedKeyValue,_0x50d696,[_0x4a73e7[_0x2d302e(0xd0)],_0x20c8c8,_0x835aed]);if(_0x439fcb&&_0x439fcb[_0x2d302e(0xa9)]){const _0x122622={};_0x122622['platforms']=[],_0x439fcb['browserWSEndpoint']=helper[_0x2d302e(0x84)](Object[_0x2d302e(0x94)]({},_0x4cf1dc['config'],_0x122622),null,_0x2321b8[_0x2d302e(0xd5)](),null,null,_0x439fcb[_0x2d302e(0xa9)]);}}else{const _0x5e64c6={};_0x5e64c6[_0x2d302e(0x80)]=[],_0x50d696[_0x4a73e7[_0x2d302e(0xd0)]][_0x20c8c8][_0x4a73e7[_0x2d302e(0x9b)]]=helper['prepareCapabilities'](Object[_0x2d302e(0x94)]({},_0x4cf1dc[_0x2d302e(0xa6)],_0x5e64c6),null,_0x2321b8['toLowerCase'](),_0x4a73e7['ZydZa'](nestedKeyValue,_0x50d696,[_0x4a73e7[_0x2d302e(0xd0)],_0x20c8c8,_0x4a73e7[_0x2d302e(0x9b)]])||{},null,null);}_0x51467f[_0x4a73e7['ILsRb']]=_0x50d696,_0x2ae045[_0x2d302e(0xde)](_0x4a73e7[_0x2d302e(0xe3)]);}const _0x586547={};_0x586547[_0x2d302e(0x75)]=_0x172f68;const _0x10bd18=_0x586547,_0x14165c=path[_0x2d302e(0x7d)](__dirname,_0x4a73e7[_0x2d302e(0x97)]),_0x17845f=process['cwd']();process[_0x2d302e(0x90)][_0x4a73e7[_0x2d302e(0xd3)]]=_0x17845f,process[_0x2d302e(0xad)](path['dirname'](_0x172f68));const _0x339acb=new CodeceptJS[(_0x2d302e(0x98))](null,_0x10bd18),_0x241666=_0x339acb[_0x2d302e(0x76)](_0x355ce3),_0x558bd8=testOpsHelper[_0x2d302e(0xbc)](),_0x33f198=_0x2ae045[_0x2d302e(0x92)](_0x348e4d=>{const _0x5c07c2=_0x2d302e,_0x46abc8={};_0x46abc8[_0x5c07c2(0xd8)]=_0x51467f[_0x348e4d];const _0x370dcf={};_0x370dcf[_0x5c07c2(0xe9)]=_0x51467f[_0x348e4d];const _0x45e409=_0x427005?_0x46abc8:_0x370dcf,_0x382559=_0x4a73e7[_0x5c07c2(0x7c)](getO11yRerunPattern),_0x1ae1c6={};_0x1ae1c6[_0x5c07c2(0xf6)]=_0x45e409;const _0x3425ed={};_0x3425ed[_0x5c07c2(0xd6)]=_0x14165c,_0x3425ed[_0x5c07c2(0xbe)]=!![],_0x3425ed['skipSessionName']=_0x4cf1dc[_0x5c07c2(0xa6)]['testContextOptions']['skipSessionName'],_0x3425ed[_0x5c07c2(0xa4)]=_0x4cf1dc['config'][_0x5c07c2(0xc8)][_0x5c07c2(0xa4)],_0x3425ed['testObservability']=_0x558bd8,_0x3425ed[_0x5c07c2(0xe0)]=_0x2321b8;const _0x572dd3={};_0x572dd3[_0x5c07c2(0xe6)]=_0x3425ed;const _0x9303aa={};return _0x9303aa[_0x5c07c2(0xf2)]=_0x572dd3,helper[_0x5c07c2(0x107)]({},_0x50d696,_0x4a73e7[_0x5c07c2(0xc3)](isBrowserstackInfra)?_0x1ae1c6:{},_0x382559?{'grep':_0x382559}:{},_0x9303aa);});for(const _0x42c347 of _0x33f198){for(const _0x3accbf of _0x241666){const _0x2a6b44=_0x339acb[_0x2d302e(0xe5)]();_0x2a6b44[_0x2d302e(0xb6)](_0x3accbf),_0x2a6b44[_0x2d302e(0x7b)](_0x42c347);const _0x251ca3={};_0x251ca3['config']=_0x172f68,_0x2a6b44[_0x2d302e(0xa8)](_0x251ca3);}}_0x339acb['on'](CodeceptJS[_0x2d302e(0x83)][_0x2d302e(0xa5)]['failed'],(_0x4d3de9,_0x26131b)=>{const _0x5b9021=_0x2d302e;console[_0x5b9021(0xec)](_0x4a73e7[_0x5b9021(0xc4)],_0x4d3de9[_0x5b9021(0xca)]);const _0x21028d={[_0x4d3de9['title']]:_0x4d3de9['err'][_0x5b9021(0x78)]};_testErrorData[_0x5b9021(0xde)](_0x21028d);}),_0x339acb['on'](CodeceptJS[_0x2d302e(0x83)][_0x2d302e(0xa5)][_0x2d302e(0x101)],async _0x28bace=>{const _0x26cc51=_0x2d302e;console[_0x26cc51(0xec)](_0x4a73e7[_0x26cc51(0x8b)],_0x28bace[_0x26cc51(0xca)]);}),_0x339acb['on'](CodeceptJS[_0x2d302e(0x83)][_0x2d302e(0xa5)][_0x2d302e(0xee)],async _0x48ad9e=>{const _0x5c9094=_0x2d302e;console['log'](_0x4a73e7[_0x5c9094(0x9e)],_0x48ad9e[_0x5c9094(0xca)]);}),_0x339acb['on'](CodeceptJS[_0x2d302e(0x83)][_0x2d302e(0xd4)][_0x2d302e(0x108)],async()=>{const _0x5d30c3=_0x2d302e,_0x395b9d=_0x4a73e7[_0x5d30c3(0x82)][_0x5d30c3(0xcb)]('|');let _0x1bd6e4=0x0;while(!![]){switch(_0x395b9d[_0x1bd6e4++]){case'0':PerformanceTester[_0x5d30c3(0xaa)](PerformanceEvents[_0x5d30c3(0xa7)]);continue;case'1':utilities['finalExecution'](_0x4cf1dc);continue;case'2':try{await TestHubHandler['stop']();}catch(_0xa430ed){logger[_0x5d30c3(0xd9)](_0x5d30c3(0x102)+util[_0x5d30c3(0xce)](_0xa430ed));}continue;case'3':testOpsHelper['printBuildLink']();continue;case'4':_0x4cf1dc['errorMessage']=_testErrorData;continue;case'5':_0x339acb['printResults']();continue;}break;}});async function _0x36a98a(){const _0x46e77f=_0x2d302e;try{await _0x339acb[_0x46e77f(0xfa)](),await _0x339acb['run']();}finally{process[_0x46e77f(0xad)](_0x17845f),await _0x339acb[_0x46e77f(0xbd)]();}}PerformanceTester[_0x2d302e(0xdb)](PerformanceEvents[_0x2d302e(0xf5)]),_0x4a73e7[_0x2d302e(0xb7)](_0x36a98a);}module[a2_0x331d18(0xc6)]=run;function a2_0x3481(_0x453304,_0x342d6f){const _0x591c98=a2_0x591c();return a2_0x3481=function(_0x3481f1,_0xdda913){_0x3481f1=_0x3481f1-0x70;let _0x397896=_0x591c98[_0x3481f1];return _0x397896;},a2_0x3481(_0x453304,_0x342d6f);}function a2_0x591c(){const _0x563093=['vLjFi','format','getUserWorkerCount','jWGzj','browserStackCwd','winstonLogger','uTdHt','all','toLowerCase','require','CODECEPT','Playwright','debug','BROWSERSTACK_RERUN','end','19768210BIAGmC','12551grNNKR','push','isUndefined','frameworkName','../../helpers/testhub/testhubHandler','util','ILsRb','accessibility','spawn','BrowserStackPlugin','USER_CONFIG_DETAILS_PATH','info','WebDriver','playwright-firefox','nAPHA','log','3995730Nnwkjs','before','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','SGgTz','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','plugins','load','Frgpt','SDK_SETUP','helpers','--config','codecept.json','../../helpers/performance/constants','bootstrapAll','59880XJoaUz','CHHzj','userName','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../helpers/test-observability/utils','Passed\x20:\x20','passed','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','firefox','length','12SCPeiY','findIndex','mergeDeep','result','slice','chrome','BrowserStackPlugin.js','../../helpers/logger','initialize','cwd','path','oKqTX','cvHHK','playwright-chromium','validateRerunTestList','getPlatformName','KAQvc','profile','testConfig','createGroupsOfSuites','CODECEPT_CUCUMBER','stack','stringify','6QJBtar','addConfig','XUrGf','join','FRAMEWORKS','egPLE','platforms','EVENTS','lfQVy','event','prepareCapabilities','process','replace','324WrFmRQ','jrIvi','../../helpers/BrowserStackSetup','codecept.conf.js','nWgoz','../../helpers/utilities','accessibilityOptions','2564605alVHKf','2416EChdhf','env','faRQQ','map','../../helpers/test-observability/constants','assign','../utils/constants','BROWSERSTACK_RERUN_TESTS','FcPLH','Workers','chromium','Failed\x20:\x20','LxQie','setAdditionalCapabilities','useW3C','LoFmP','../../bin/playwright/accessibility-helper','ZydZa','RtcKV','browser','key','skipSessionStatus','test','config','SDK_CLEANUP','addOptions','browserWSEndpoint','start','537512cuaMnG','webkit','chdir','Rqfvm','OTvch','browserName','LJSct','parallelsPerPlatform','0|4|3|1|2|5','BtiSk','root','addTests','zdhSM','/wd/hub','codeceptjs','testObservability','desiredCapabilities','isTestObservabilitySession','teardownAll','enabled','../../helpers/accessibility-automation/helper','hubUrl','host','gherkin','SVXNy','TOiOP','user','exports','../../helpers/helper','testContextOptions','existsSync','title','split','3561948ImyDtS'];a2_0x591c=function(){return _0x563093;};return a2_0x591c();}
2
+ 'use strict';const a2_0x4aa6be=a2_0x2a90;(function(_0x3c43be,_0x11d058){const _0x4fa128=a2_0x2a90,_0x4f06c8=_0x3c43be();while(!![]){try{const _0x47f127=parseInt(_0x4fa128(0x198))/0x1+parseInt(_0x4fa128(0x14f))/0x2+parseInt(_0x4fa128(0x186))/0x3*(parseInt(_0x4fa128(0x194))/0x4)+-parseInt(_0x4fa128(0x153))/0x5+parseInt(_0x4fa128(0x163))/0x6+-parseInt(_0x4fa128(0x151))/0x7*(parseInt(_0x4fa128(0x19a))/0x8)+-parseInt(_0x4fa128(0x1b6))/0x9*(parseInt(_0x4fa128(0x1a1))/0xa);if(_0x47f127===_0x11d058)break;else _0x4f06c8['push'](_0x4f06c8['shift']());}catch(_0x5497d3){_0x4f06c8['push'](_0x4f06c8['shift']());}}}(a2_0x165e,0x34b99));function a2_0x165e(){const _0x9319fb=['failed','key','bootstrapAll','../../helpers/test-observability/utils','replace','webkit','hubUrl','createGroupsOfSuites','CODECEPT','handleApp','env','dpcIV','hGcAl','3242583pcLTfI','errorMessage','profile','BrowserStackPlugin','LQMwc','stringify','split','join','codeceptjs/lib/index.js','accessibilityOptions','desiredCapabilities','SDK_CLEANUP','hGKvZ','addConfig','err','setAdditionalCapabilities','lArnD','../../helpers/logger','require','dGQNX','cnmIq','log','assign','teardownAll','NzYJr','plugins','KuyZp','zqQnq','now','debug','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','playwright-chromium','isTestObservabilitySession','mergeDeep','tpuGL','userName','USER_CONFIG_DETAILS_PATH','mUxqj','nDYdc','winstonLogger','stack','../utils/constants','path','tcvDu','dVHiW','617470WLTndv','chdir','14XIxfPP','before','1916720qFDzIH','forEach','EVENTS','host','YQdIO','browserName','printResults','FRAMEWORKS','chromium','helpers','lJAFa','codeceptjs','gherkin','BROWSERSTACK_RERUN_TESTS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','eTWsz','1610208HChWcf','launchBuild','skipSessionStatus','title','0|5|3|1|4|2','initialize','existsSync','kemHj','getUserWorkerCount','nkvoT','KYRaQ','wgphB','browser','pjaoJ','Started\x20:\x20','Jesuu','accessibility','browserWSEndpoint','info','sgNwz','isUndefined','config','result','playwright-webkit','chrome','passed','spawn','exports','root','playwright-firefox','testContextOptions','validPlatformsPresent','start','BROWSERSTACK_RERUN','testConfig','9uPUTEu','end','run','Playwright','platforms','codecept.json','process','skipSessionName','testObservability','GRIsR','parallelsPerPlatform','BROWSERSTACK_TEST_OBSERVABILITY_YML','ToyZD','toLowerCase','278688LBepIc','cwd','../../helpers/helper','slice','198509lyksOb','ztwGb','100144EiLAKL','addTests','WebDriver','--config','test','useW3C','prepareCapabilities','10zSDwUg','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','stop','push','map','load','isEmpty','event'];a2_0x165e=function(){return _0x9319fb;};return a2_0x165e();}const fs=require('fs'),path=require(a2_0x4aa6be(0x14c)),util=require('util'),process=require(a2_0x4aa6be(0x18c)),logger=require(a2_0x4aa6be(0x133))[a2_0x4aa6be(0x149)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x4aa6be(0x196)),CodeceptJS=requireModule(a2_0x4aa6be(0x12a),a2_0x4aa6be(0x15e)),testOpsHelper=require(a2_0x4aa6be(0x1ac)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x4aa6be(0x14b)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x4aa6be(0x155)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x5d1fc9,_0xb3e246)=>{const _0x1ac1b4=a2_0x4aa6be,_0x5a3e66={};_0x5a3e66['tpuGL']=function(_0x5557a2,_0x1c5e7f){return _0x5557a2===_0x1c5e7f;},_0x5a3e66[_0x1ac1b4(0x162)]='codecept.conf.js',_0x5a3e66[_0x1ac1b4(0x13c)]=_0x1ac1b4(0x18b);const _0x2fb780=_0x5a3e66;let _0x43c08e=null;const _0x43318a={};let _0x49a681=_0xb3e246['findIndex'](_0x21273d=>_0x21273d===_0x1ac1b4(0x19d));_0x2fb780[_0x1ac1b4(0x144)](_0x49a681,-0x1)&&(_0x49a681=_0xb3e246['findIndex'](_0x43a8ca=>_0x43a8ca==='-c'));if(!helper[_0x1ac1b4(0x177)](_0x5d1fc9['config'])&&fs[_0x1ac1b4(0x169)](path[_0x1ac1b4(0x129)](process[_0x1ac1b4(0x195)](),_0x5d1fc9['config'])))_0x43c08e=path['join'](process['cwd'](),_0x5d1fc9[_0x1ac1b4(0x178)]),_0xb3e246['slice'](_0x49a681,0x2);else{if(!helper['isUndefined'](_0x5d1fc9['c'])&&fs[_0x1ac1b4(0x169)](path[_0x1ac1b4(0x129)](process[_0x1ac1b4(0x195)](),_0x5d1fc9['c'])))_0x43c08e=path['join'](process[_0x1ac1b4(0x195)](),_0x5d1fc9['c']),_0xb3e246[_0x1ac1b4(0x197)](_0x49a681,0x2);else{if(fs[_0x1ac1b4(0x169)](path[_0x1ac1b4(0x129)](process[_0x1ac1b4(0x195)](),_0x2fb780[_0x1ac1b4(0x162)])))_0x43c08e=path[_0x1ac1b4(0x129)](process[_0x1ac1b4(0x195)](),_0x2fb780[_0x1ac1b4(0x162)]);else fs[_0x1ac1b4(0x169)](path[_0x1ac1b4(0x129)](process[_0x1ac1b4(0x195)](),_0x2fb780[_0x1ac1b4(0x13c)]))&&(_0x43c08e=path[_0x1ac1b4(0x129)](process[_0x1ac1b4(0x195)](),_0x2fb780[_0x1ac1b4(0x13c)]));}}return process['env'][_0x1ac1b4(0x146)]=_0x43c08e,_0x43c08e;},getO11yRerunPattern=()=>{const _0x549a4c=a2_0x4aa6be,_0x1b07e1=helper['isTrue'](process['env'][_0x549a4c(0x184)]);if(_0x1b07e1){const _0x58acf9=process['env'][_0x549a4c(0x160)],_0x26ed61=[];if(helper['validateRerunTestList'](_0x58acf9)&&!helper['isUndefined'](_0x58acf9)){_0x58acf9[_0x549a4c(0x128)](',')[_0x549a4c(0x1a5)](_0x370041=>{const _0x4ec576=_0x549a4c;_0x26ed61[_0x4ec576(0x1a4)]('('+_0x370041['trim']()+')');});const _0x229841='^'+_0x26ed61[_0x549a4c(0x129)]('|')+'$';return _0x229841;}}return null;},a2_0x564a63={};a2_0x564a63[a2_0x4aa6be(0x17b)]=a2_0x4aa6be(0x15b),a2_0x564a63[a2_0x4aa6be(0x141)]=a2_0x4aa6be(0x15b),a2_0x564a63[a2_0x4aa6be(0x180)]='firefox',a2_0x564a63[a2_0x4aa6be(0x17a)]=a2_0x4aa6be(0x1ae);const pwToCodeceptBrowser=a2_0x564a63;async function run(_0x2beffe,_0x4d9735,_0x1214c6){const _0xef7de=a2_0x4aa6be,_0x320934={'dGQNX':function(_0x1b745b,_0x557bb5){return _0x1b745b+_0x557bb5;},'tcvDu':function(_0x2cad03,_0x581e87){return _0x2cad03(_0x581e87);},'kemHj':function(_0x1560a5,_0x56a0e6){return _0x1560a5+_0x56a0e6;},'CVCsz':function(_0x1b34dd,_0x39b35e,_0x53c429){return _0x1b34dd(_0x39b35e,_0x53c429);},'NzYJr':_0xef7de(0x15c),'ztwGb':function(_0x40bb48){return _0x40bb48();},'CaujJ':'/wd/hub','cnmIq':function(_0x1653f9){return _0x1653f9();},'LQMwc':'Failed\x20:\x20','YQdIO':'Passed\x20:\x20','lJAFa':_0xef7de(0x171),'KYRaQ':_0xef7de(0x167),'Jesuu':function(_0x25f6dc,_0x119841,_0x2c631){return _0x25f6dc(_0x119841,_0x2c631);},'GRIsR':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','qnTMa':function(_0x36678f,_0x18a936,_0x1abf5d){return _0x36678f(_0x18a936,_0x1abf5d);},'wgphB':'Playwright','lArnD':_0xef7de(0x19c),'BkWSv':function(_0x4fefcf,_0x195bbb){return _0x4fefcf!=_0x195bbb;},'zqQnq':function(_0x49e744,_0x1c1a68){return _0x49e744===_0x1c1a68;},'nkvoT':function(_0x55110e,_0x3d5a0a,_0x24324d){return _0x55110e(_0x3d5a0a,_0x24324d);},'sgNwz':_0xef7de(0x15f),'SfUZO':function(_0x620187,_0x47049f){return _0x620187*_0x47049f;},'dpcIV':_0xef7de(0x16f),'hGcAl':_0xef7de(0x12c),'ToyZD':function(_0x537f64,_0x28427c,_0x17255c){return _0x537f64(_0x28427c,_0x17255c);},'mUxqj':_0xef7de(0x17f),'nDYdc':'BrowserStackPlugin.js','qWGhE':'browserStackCwd','dVHiW':function(_0x19f26a){return _0x19f26a();}};await _0x1214c6[_0xef7de(0x168)](_0x2beffe),await helper[_0xef7de(0x1b2)](_0x1214c6['config']);if(!_0x1214c6[_0xef7de(0x178)])return;process[_0xef7de(0x1b8)]=_0x2beffe[_0xef7de(0x1b8)];_0x2beffe[_0xef7de(0x1b8)]&&(process[_0xef7de(0x1b3)]['profile']=_0x2beffe[_0xef7de(0x1b8)]);const _0x5b4415=_0x320934[_0xef7de(0x172)](getUserCodeceptJSConfigs,_0x2beffe,_0x4d9735);let _0x39f1b7={};_0x5b4415?(logger['info']('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x5b4415),_0x39f1b7=CodeceptJS[_0xef7de(0x178)][_0xef7de(0x1a6)](_0x5b4415)):logger[_0xef7de(0x175)](_0x320934[_0xef7de(0x18f)]);let _0x4a22bd=![];_0x320934['qnTMa'](nestedKeyValue,_0x39f1b7,[_0x320934[_0xef7de(0x13a)],_0x320934[_0xef7de(0x16e)]])&&(_0x4a22bd=!![]);const _0x11760a=_0x4a22bd?_0x320934[_0xef7de(0x16e)]:_0x320934[_0xef7de(0x132)];let _0x4483f5=!_0x4a22bd?helper[_0xef7de(0x19f)](_0x1214c6[_0xef7de(0x178)]):![];!helper['isUndefined'](_0x1214c6[_0xef7de(0x178)][_0xef7de(0x12b)])&&(process[_0xef7de(0x1b3)][_0xef7de(0x140)]=JSON[_0xef7de(0x1bb)](_0x1214c6[_0xef7de(0x178)][_0xef7de(0x12b)]));let _0x517d58=_0x1214c6['config'][_0xef7de(0x173)];_0x517d58=_0x517d58||_0x320934[_0xef7de(0x14d)](checkAccessibilityPlatformConfig,_0x1214c6['config']),process[_0xef7de(0x1b3)][_0xef7de(0x161)]=_0x517d58;_0x517d58&&(_0x4483f5=!_0x517d58);_0x320934['BkWSv'](_0x1214c6[_0xef7de(0x178)][_0xef7de(0x18e)],null)?process[_0xef7de(0x1b3)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1214c6['config'][_0xef7de(0x18e)]:process['env'][_0xef7de(0x191)]=_0x320934[_0xef7de(0x13d)](_0x11760a,_0x320934[_0xef7de(0x16e)]);const _0x51ad48=_0x320934[_0xef7de(0x16c)](nestedKeyValue,_0x39f1b7,[_0x320934[_0xef7de(0x176)]]),_0x19038f=_0x51ad48&&!helper[_0xef7de(0x1a7)](_0x51ad48)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0xef7de(0x1b1)],_0x4cfe37=await TestHubHandler[_0xef7de(0x164)](_0x19038f,_0x1214c6);_0x517d58&&_0x320934['tcvDu'](setAccessibilityCapabilities,_0x1214c6['config']);const _0x2ec4c={},_0x11daf4=[],_0x27eff4=_0x1214c6[_0xef7de(0x178)][_0xef7de(0x190)]||helper[_0xef7de(0x16b)](_0x2beffe,_0x4d9735,_0x1214c6['config'],constants[_0xef7de(0x15a)][_0xef7de(0x1b1)])||0x1;let _0x5dd5cb=0x1;if(_0x320934[_0xef7de(0x199)](isBrowserstackInfra)){const _0x432ffc=helper['prepareCapabilities'](_0x1214c6[_0xef7de(0x178)],_0x4483f5,constants[_0xef7de(0x15a)][_0xef7de(0x1b1)]);_0x432ffc[_0xef7de(0x154)](_0x3a4653=>{const _0x16bb11=_0xef7de;helper[_0x16bb11(0x131)](_0x3a4653);}),helper[_0xef7de(0x182)](_0x1214c6['config'])?_0x5dd5cb=_0x320934['SfUZO'](_0x27eff4,_0x1214c6[_0xef7de(0x178)][_0xef7de(0x18a)]['length']):_0x5dd5cb=_0x27eff4,_0x432ffc[_0xef7de(0x154)](_0x325873=>{const _0x52dc46=_0xef7de,_0x58b8ef={'hGKvZ':function(_0xa31727,_0x4d243e){const _0x4095fd=a2_0x2a90;return _0x320934[_0x4095fd(0x135)](_0xa31727,_0x4d243e);},'pjaoJ':function(_0x25c607,_0x32ea2b){const _0x1ff5ae=a2_0x2a90;return _0x320934[_0x1ff5ae(0x14d)](_0x25c607,_0x32ea2b);}},_0x5d3952=_0x320934[_0x52dc46(0x16a)](helper['getPlatformName'](_0x325873,'_'),'_'+Date[_0x52dc46(0x13e)]()),_0x4e9518=((()=>{const _0x3a0466=_0x52dc46;if(_0x4a22bd){const _0x3909b1=pwToCodeceptBrowser[_0x325873[_0x3a0466(0x158)]]||_0x325873[_0x3a0466(0x158)];return{'browser':_0x3909b1,[_0x3909b1]:{'browserWSEndpoint':_0x58b8ef[_0x3a0466(0x12e)](helper['getPlaywrightUrl'](_0x1214c6['config']),_0x58b8ef[_0x3a0466(0x170)](encodeURIComponent,JSON[_0x3a0466(0x1bb)](_0x325873)))}};}const _0x5d86b3={};return _0x5d86b3[_0x3a0466(0x12c)]=_0x325873,_0x5d86b3['user']=_0x1214c6[_0x3a0466(0x178)][_0x3a0466(0x145)],_0x5d86b3[_0x3a0466(0x1aa)]=_0x1214c6['config']['accessKey'],_0x5d86b3;})()),_0xb6c585=_0x320934['CVCsz'](nestedKeyValue,_0x39f1b7,[_0x320934[_0x52dc46(0x13a)],_0x11760a]);_0x2ec4c[_0x5d3952]=_0xb6c585?helper['mergeDeep'](_0x4e9518,_0xb6c585):_0x4e9518;if(!_0x4a22bd){_0x2ec4c[_0x5d3952]['browser']=_0x325873[_0x52dc46(0x158)]||_0x4e9518['browser'];if(_0x320934[_0x52dc46(0x199)](isBrowserstackInfra)){_0x2ec4c[_0x5d3952][_0x52dc46(0x156)]=constants[_0x52dc46(0x1af)][_0x52dc46(0x1ad)](_0x320934['CaujJ'],'')[_0x52dc46(0x1ad)](/https?:\/\//,'');;_0x2ec4c[_0x5d3952][_0x52dc46(0x14c)]=_0x320934['CaujJ'];}}_0x11daf4[_0x52dc46(0x1a4)](_0x5d3952);});}else{_0x5dd5cb=0x1;if(_0x4a22bd){const _0x1068ef=_0x320934['Jesuu'](nestedKeyValue,_0x39f1b7,[_0x320934[_0xef7de(0x13a)],_0x11760a,_0x320934[_0xef7de(0x1b4)]]),_0x5aaecd=_0x320934[_0xef7de(0x16c)](nestedKeyValue,_0x39f1b7,[_0x320934[_0xef7de(0x13a)],_0x11760a,_0x1068ef]);if(_0x5aaecd&&_0x5aaecd[_0xef7de(0x174)]){const _0x2f7a8f={};_0x2f7a8f[_0xef7de(0x18a)]=[],_0x5aaecd[_0xef7de(0x174)]=helper[_0xef7de(0x1a0)](Object[_0xef7de(0x138)]({},_0x1214c6['config'],_0x2f7a8f),null,_0x19038f['toLowerCase'](),null,null,_0x5aaecd[_0xef7de(0x174)]);}}else{const _0x208a87={};_0x208a87[_0xef7de(0x18a)]=[],_0x39f1b7[_0x320934[_0xef7de(0x13a)]][_0x11760a][_0x320934[_0xef7de(0x1b5)]]=helper[_0xef7de(0x1a0)](Object[_0xef7de(0x138)]({},_0x1214c6[_0xef7de(0x178)],_0x208a87),null,_0x19038f[_0xef7de(0x193)](),_0x320934[_0xef7de(0x192)](nestedKeyValue,_0x39f1b7,[_0x320934[_0xef7de(0x13a)],_0x11760a,_0x320934[_0xef7de(0x1b5)]])||{},null,null);}_0x2ec4c[_0x320934[_0xef7de(0x147)]]=_0x39f1b7,_0x11daf4[_0xef7de(0x1a4)](_0x320934[_0xef7de(0x147)]);}const _0x522ef5={};_0x522ef5[_0xef7de(0x185)]=_0x5b4415;const _0x579957=_0x522ef5,_0x447338=path[_0xef7de(0x129)](__dirname,_0x320934[_0xef7de(0x148)]),_0x59ca61=process[_0xef7de(0x195)]();process[_0xef7de(0x1b3)][_0x320934['qWGhE']]=_0x59ca61,process[_0xef7de(0x150)](path['dirname'](_0x5b4415));const _0x49592c=new CodeceptJS['Workers'](null,_0x579957),_0x233019=_0x49592c[_0xef7de(0x1b0)](_0x5dd5cb),_0x5ad258=testOpsHelper[_0xef7de(0x142)](),_0x82b7a7=_0x11daf4['map'](_0x579520=>{const _0x1f7e66=_0xef7de,_0x490577={};_0x490577[_0x1f7e66(0x189)]=_0x2ec4c[_0x579520];const _0x2e46ef={};_0x2e46ef['WebDriver']=_0x2ec4c[_0x579520];const _0x117054=_0x4a22bd?_0x490577:_0x2e46ef,_0x495d84=_0x320934[_0x1f7e66(0x136)](getO11yRerunPattern),_0x301494={};_0x301494['helpers']=_0x117054;const _0x3aba4f={};_0x3aba4f[_0x1f7e66(0x134)]=_0x447338,_0x3aba4f['enabled']=!![],_0x3aba4f[_0x1f7e66(0x18d)]=_0x1214c6[_0x1f7e66(0x178)][_0x1f7e66(0x181)][_0x1f7e66(0x18d)],_0x3aba4f[_0x1f7e66(0x165)]=_0x1214c6[_0x1f7e66(0x178)][_0x1f7e66(0x181)][_0x1f7e66(0x165)],_0x3aba4f[_0x1f7e66(0x18e)]=_0x5ad258,_0x3aba4f['frameworkName']=_0x19038f;const _0x7f3d7={};_0x7f3d7[_0x1f7e66(0x1b9)]=_0x3aba4f;const _0x54ddad={};return _0x54ddad[_0x1f7e66(0x13b)]=_0x7f3d7,helper[_0x1f7e66(0x143)]({},_0x39f1b7,_0x320934[_0x1f7e66(0x136)](isBrowserstackInfra)?_0x301494:{},_0x495d84?{'grep':_0x495d84}:{},_0x54ddad);});for(const _0x4793a3 of _0x82b7a7){for(const _0x2626a2 of _0x233019){const _0x22d471=_0x49592c[_0xef7de(0x17d)]();_0x22d471[_0xef7de(0x19b)](_0x2626a2),_0x22d471[_0xef7de(0x12f)](_0x4793a3);const _0x3a8c53={};_0x3a8c53[_0xef7de(0x178)]=_0x5b4415,_0x22d471['addOptions'](_0x3a8c53);}}_0x49592c['on'](CodeceptJS[_0xef7de(0x1a8)]['test'][_0xef7de(0x1a9)],(_0x15ae69,_0x8db801)=>{const _0x10edb7=_0xef7de;console[_0x10edb7(0x137)](_0x320934[_0x10edb7(0x1ba)],_0x15ae69['title']);const _0x133e5d={[_0x15ae69[_0x10edb7(0x166)]]:_0x15ae69[_0x10edb7(0x130)][_0x10edb7(0x14a)]};_testErrorData[_0x10edb7(0x1a4)](_0x133e5d);}),_0x49592c['on'](CodeceptJS['event']['test'][_0xef7de(0x17c)],async _0x5caa8c=>{const _0x2dd2dc=_0xef7de;console[_0x2dd2dc(0x137)](_0x320934[_0x2dd2dc(0x157)],_0x5caa8c['title']);}),_0x49592c['on'](CodeceptJS[_0xef7de(0x1a8)][_0xef7de(0x19e)][_0xef7de(0x152)],async _0x347dd8=>{const _0x5b8edb=_0xef7de;console[_0x5b8edb(0x137)](_0x320934[_0x5b8edb(0x15d)],_0x347dd8[_0x5b8edb(0x166)]);}),_0x49592c['on'](CodeceptJS[_0xef7de(0x1a8)]['all'][_0xef7de(0x179)],async()=>{const _0x498a0e=_0xef7de,_0x4ab2ab=_0x320934[_0x498a0e(0x16d)]['split']('|');let _0x2fbf69=0x0;while(!![]){switch(_0x4ab2ab[_0x2fbf69++]){case'0':PerformanceTester[_0x498a0e(0x183)](PerformanceEvents[_0x498a0e(0x12d)]);continue;case'1':utilities['finalExecution'](_0x1214c6);continue;case'2':_0x49592c[_0x498a0e(0x159)]();continue;case'3':testOpsHelper['printBuildLink']();continue;case'4':try{await TestHubHandler[_0x498a0e(0x1a3)]();}catch(_0x3ee926){logger[_0x498a0e(0x13f)](_0x498a0e(0x1a2)+util['format'](_0x3ee926));}continue;case'5':_0x1214c6[_0x498a0e(0x1b7)]=_testErrorData;continue;}break;}});async function _0x18613b(){const _0x1da306=_0xef7de;try{await _0x49592c[_0x1da306(0x1ab)](),await _0x49592c[_0x1da306(0x188)]();}finally{process[_0x1da306(0x150)](_0x59ca61),await _0x49592c[_0x1da306(0x139)]();}}PerformanceTester[_0xef7de(0x187)](PerformanceEvents['SDK_SETUP']),_0x320934[_0xef7de(0x14e)](_0x18613b);}function a2_0x2a90(_0xe09dc3,_0x54349e){const _0x165e13=a2_0x165e();return a2_0x2a90=function(_0x2a9010,_0x4ff5d2){_0x2a9010=_0x2a9010-0x128;let _0x4c525f=_0x165e13[_0x2a9010];return _0x4c525f;},a2_0x2a90(_0xe09dc3,_0x54349e);}module[a2_0x4aa6be(0x17e)]=run;
@@ -1 +1 @@
1
- function a3_0xbbd5(){const _0x31faf1=['TSrwz','browser','cGRSC','browserName','OWIWi','tLSTy','36pZgkMg','../../helpers/test-observability/utils','mHOzy','8iaeqNB','3948539pquWov','browserstack_accessibility_automation_script','TfLrk','includes','capabilities','rSqyG','GhgJs','name','browser_version','platform','Playwright','bTYjF','11oOKhyE','browserVersion','platformVersion','rAUFj','17295MDfGlD','processWebDriverConfig','browserstack_executor','GMNad','104590AnXXBO','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','shouldPatchExecuteScript','5YrGiTC','browserWSEndpoint','constructor','accessibilityPlatform','fGior','360IrVXwC','rBvql','warn','getDetails','unknown_grid','caps','433990EACVlc','TzRns','searchParams','osVersion','zrVaL','1176900YxqxPe','deWZe','KRGvn','WebDriver','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','hOkym','chrome','3585108akZINA','../../helpers/accessibility-automation/helper','deviceName','mUTKF','latest','../../helpers/helper','raWmQ','CjIfR','winstonLogger','yzpHn','1204232fYnXme'];a3_0xbbd5=function(){return _0x31faf1;};return a3_0xbbd5();}const a3_0x96f371=a3_0x5d95;(function(_0x3cc853,_0x8c5dc9){const _0x5043df=a3_0x5d95,_0x507add=_0x3cc853();while(!![]){try{const _0x3d540d=parseInt(_0x5043df(0xed))/0x1+-parseInt(_0x5043df(0xc0))/0x2+-parseInt(_0x5043df(0xdb))/0x3*(-parseInt(_0x5043df(0xe7))/0x4)+parseInt(_0x5043df(0xe2))/0x5*(parseInt(_0x5043df(0xb6))/0x6)+parseInt(_0x5043df(0xcb))/0x7*(-parseInt(_0x5043df(0xca))/0x8)+-parseInt(_0x5043df(0xc7))/0x9*(-parseInt(_0x5043df(0xdf))/0xa)+-parseInt(_0x5043df(0xd7))/0xb*(parseInt(_0x5043df(0xf2))/0xc);if(_0x3d540d===_0x8c5dc9)break;else _0x507add['push'](_0x507add['shift']());}catch(_0x1dcbfe){_0x507add['push'](_0x507add['shift']());}}}(a3_0xbbd5,0x500f6));const {isUndefined,nestedKeyValue}=require(a3_0x96f371(0xbb)),logger=require('../../helpers/logger')[a3_0x96f371(0xbe)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x96f371(0xb7)),{getObservabilityLinkedProductName}=require(a3_0x96f371(0xc8)),getOSVersionFromCaps=_0x368ce2=>{const _0x268ae4=a3_0x96f371,_0x59c4c5={};_0x59c4c5[_0x268ae4(0xf3)]='bstack:options',_0x59c4c5[_0x268ae4(0xc1)]='platformVersion',_0x59c4c5[_0x268ae4(0xcd)]='platform_version',_0x59c4c5[_0x268ae4(0xd0)]=_0x268ae4(0xf0),_0x59c4c5[_0x268ae4(0xd1)]='os_version';const _0x1dda6e=_0x59c4c5;if(!_0x368ce2)return null;const _0x49009e=_0x368ce2[_0x1dda6e[_0x268ae4(0xf3)]],_0x2deb75=[_0x1dda6e[_0x268ae4(0xc1)],_0x1dda6e[_0x268ae4(0xcd)],_0x1dda6e[_0x268ae4(0xd0)],_0x1dda6e[_0x268ae4(0xd1)]];for(const _0x1eb213 of _0x2deb75){if(_0x49009e&&_0x49009e[_0x1eb213])return _0x49009e[_0x1eb213];else{if(_0x368ce2[_0x1eb213])return _0x368ce2[_0x1eb213];}}return null;};function a3_0x5d95(_0x3dfc38,_0x5ab1be){const _0xbbd52a=a3_0xbbd5();return a3_0x5d95=function(_0x5d9592,_0x17f9b6){_0x5d9592=_0x5d9592-0xb6;let _0x2cb4e4=_0xbbd52a[_0x5d9592];return _0x2cb4e4;},a3_0x5d95(_0x3dfc38,_0x5ab1be);}exports['fetchPlatformDetails']=_0x27e0f8=>{const _0x38c6d0=a3_0x96f371,_0x3e4da5={'IdYQI':_0x38c6d0(0xeb),'yzpHn':function(_0x389c85,_0x2d9542){return _0x389c85===_0x2d9542;},'HYaQV':_0x38c6d0(0xf5),'raWmQ':function(_0x25a9f9,_0x8fc9c9){return _0x25a9f9(_0x8fc9c9);},'zrVaL':function(_0x2d0d1e,_0x2e2620,_0x1745a1){return _0x2d0d1e(_0x2e2620,_0x1745a1);},'DZePj':'config','rhTIh':'desiredCapabilities','cGRSC':function(_0x30d75f,_0x532930){return _0x30d75f(_0x532930);},'cSUDG':_0x38c6d0(0xd5),'KRGvn':_0x38c6d0(0xc2),'OWIWi':_0x38c6d0(0xe3),'mHOzy':_0x38c6d0(0xec),'WhCex':function(_0xe7bfd9,_0x57adc3){return _0xe7bfd9(_0x57adc3);}};if(!_0x27e0f8)return null;let _0x358b3c=global['__cloud_provider___']||_0x3e4da5['IdYQI'];if(_0x3e4da5[_0x38c6d0(0xbf)](_0x27e0f8[_0x38c6d0(0xe4)][_0x38c6d0(0xd2)],_0x3e4da5['HYaQV'])){const _0x5ddcb9=_0x27e0f8[_0x38c6d0(0xc2)];if(!_0x5ddcb9)return null;const _0x42ab5e=_0x5ddcb9['capabilities'],_0xe8a455=_0x3e4da5[_0x38c6d0(0xbc)](getOSVersionFromCaps,_0x3e4da5[_0x38c6d0(0xf1)](nestedKeyValue,_0x27e0f8,[_0x3e4da5['DZePj'],_0x3e4da5['rhTIh']]));return{[_0x358b3c]:{'browser':_0x42ab5e[_0x38c6d0(0xc4)],'browser_version':_0x42ab5e[_0x38c6d0(0xd8)],'capabilities':_0x42ab5e,'platform':_0x42ab5e['platformName'],'platform_version':_0x42ab5e[_0x38c6d0(0xd9)]||_0xe8a455,'product':_0x3e4da5[_0x38c6d0(0xc3)](getObservabilityLinkedProductName,_0x42ab5e),'session_id':_0x5ddcb9['sessionId']}};}else{if(_0x3e4da5[_0x38c6d0(0xbf)](_0x27e0f8[_0x38c6d0(0xe4)][_0x38c6d0(0xd2)],_0x3e4da5['cSUDG'])){const _0x3d9cf9=PlaywrightSessionDetails[_0x38c6d0(0xea)]();_0x358b3c=_0x3d9cf9['cloudProvider']||_0x358b3c;const _0x15b7b8=_0x3e4da5['zrVaL'](nestedKeyValue,_0x27e0f8,[_0x3e4da5['DZePj'],_0x3e4da5[_0x38c6d0(0xf4)],_0x3e4da5[_0x38c6d0(0xc5)]]),_0x3171cb=_0x15b7b8?JSON['parse'](new URL(_0x15b7b8)[_0x38c6d0(0xef)]['get'](_0x3e4da5[_0x38c6d0(0xc9)])):{};return{[_0x358b3c]:{'browser':_0x3d9cf9['browser']||_0x3171cb[_0x38c6d0(0xc4)],'browser_version':_0x3d9cf9['browser_version']||_0x3171cb[_0x38c6d0(0xd3)],'capabilities':_0x3171cb,'platform':_0x3d9cf9[_0x38c6d0(0xd4)],'platform_version':_0x3d9cf9['platform_version'],'product':_0x3e4da5['WhCex'](getObservabilityLinkedProductName,_0x3171cb),'session_id':_0x3d9cf9['bsSessionId']}};}}},exports[a3_0x96f371(0xdc)]=_0x41952d=>{const _0x1f968a=a3_0x96f371,_0x1d395d={'TzRns':function(_0x34b31d){return _0x34b31d();},'fGior':function(_0x4c7e5a,_0x22f95b){return _0x4c7e5a===_0x22f95b;},'hOkym':_0x1f968a(0xba),'tLSTy':function(_0x4a24b5,_0x32c346){return _0x4a24b5>_0x32c346;},'rAUFj':function(_0x235343,_0x2d4e86){return _0x235343(_0x2d4e86);},'cFsPE':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','CjIfR':function(_0x191071,_0x276a16){return _0x191071===_0x276a16;},'GtMhR':_0x1f968a(0xf8),'jiqoJ':function(_0x12ed95,_0x42cfd6){return _0x12ed95===_0x42cfd6;},'GMNad':'playwright-chromium','dOFep':_0x1f968a(0xe0),'bTYjF':_0x1f968a(0xf6)};if(_0x1d395d[_0x1f968a(0xee)](isAccessibilityAutomationSession)){const _0x39dd69=_0x41952d[_0x1f968a(0xc2)],_0x3926d5=_0x39dd69[_0x1f968a(0xcf)];global[_0x1f968a(0xe5)]=!![],!(_0x1d395d[_0x1f968a(0xe6)](_0x3926d5[_0x1f968a(0xd8)],_0x1d395d[_0x1f968a(0xf7)])||_0x1d395d[_0x1f968a(0xc6)](_0x1d395d['rAUFj'](parseInt,_0x3926d5['browserVersion']),0x5e))&&(logger['warn'](_0x1d395d['cFsPE']),global['accessibilityPlatform']=![]),!(_0x1d395d[_0x1f968a(0xbd)](_0x3926d5[_0x1f968a(0xc4)],_0x1d395d['GtMhR'])||_0x1d395d['jiqoJ'](_0x3926d5[_0x1f968a(0xc4)],_0x1d395d[_0x1f968a(0xde)]))&&(logger['warn'](_0x1d395d['dOFep']),global[_0x1f968a(0xe5)]=![]),!_0x1d395d[_0x1f968a(0xda)](isUndefined,_0x3926d5[_0x1f968a(0xb8)])&&(logger[_0x1f968a(0xe9)](_0x1d395d[_0x1f968a(0xd6)]),global[_0x1f968a(0xe5)]=![]);}},exports[a3_0x96f371(0xe1)]=_0x1e098d=>{const _0x4899f9=a3_0x96f371,_0x335726={};_0x335726['mUTKF']=_0x4899f9(0xdd),_0x335726[_0x4899f9(0xe8)]=_0x4899f9(0xcc);const _0xdc883a=_0x335726;if(!_0x1e098d)return![];return!_0x1e098d['includes'](_0xdc883a[_0x4899f9(0xb9)])&&!_0x1e098d[_0x4899f9(0xce)](_0xdc883a[_0x4899f9(0xe8)]);};
1
+ function a3_0x24f5(){const _0x299f58=['browserWSEndpoint','yKmfz','playwright-chromium','../../helpers/test-observability/utils','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','PBIuK','includes','browserName','wqlZf','12OOlqtB','42906RzziZb','owPJZ','__cloud_provider___','browserstack_executor','9AiKOfQ','pnVjV','wLcIW','ypEBx','../../bin/playwright/sessionDetails','platform_version','processWebDriverConfig','os_version','name','2143810CxEmPe','xJasm','../../helpers/logger','shouldPatchExecuteScript','browser','WebDriver','8ewgLnz','browser_version','capabilities','bsSessionId','tUdWC','gUQtY','VFdum','iOTBD','1071651RmcZVV','zEIuj','1714AekXKG','bcCgw','ZFRNU','warn','constructor','browserstack_accessibility_automation_script','../../helpers/helper','sessionId','string','35YCLIsw','osVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','searchParams','bstack:options','accessibilityPlatform','cKKlR','platformName','uDrMw','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Nidpz','browserVersion','latest','platform','4919187jzgaBb','CJwHb','unknown_grid','desiredCapabilities','TkiyZ','tGeoF','xBXuy','LcFhN','getDetails','6217992oRIAkT','parse','109kGjMNB','gjdtp','GHFVs','Playwright','453956KciHSA','6tjKmzp','platformVersion','chrome','winstonLogger','deviceName','ruTBK','../../helpers/accessibility-automation/helper','get'];a3_0x24f5=function(){return _0x299f58;};return a3_0x24f5();}const a3_0x19a40a=a3_0x3877;(function(_0x77e6d,_0x4adef1){const _0x20cf92=a3_0x3877,_0x297b6f=_0x77e6d();while(!![]){try{const _0xaec54d=parseInt(_0x20cf92(0x1cb))/0x1*(-parseInt(_0x20cf92(0x1a9))/0x2)+-parseInt(_0x20cf92(0x1d0))/0x3*(parseInt(_0x20cf92(0x1cf))/0x4)+parseInt(_0x20cf92(0x1b2))/0x5*(parseInt(_0x20cf92(0x1e2))/0x6)+parseInt(_0x20cf92(0x1a7))/0x7*(parseInt(_0x20cf92(0x1f5))/0x8)+-parseInt(_0x20cf92(0x1e6))/0x9*(-parseInt(_0x20cf92(0x1ef))/0xa)+parseInt(_0x20cf92(0x1c9))/0xb+-parseInt(_0x20cf92(0x1e1))/0xc*(parseInt(_0x20cf92(0x1c0))/0xd);if(_0xaec54d===_0x4adef1)break;else _0x297b6f['push'](_0x297b6f['shift']());}catch(_0x59f4eb){_0x297b6f['push'](_0x297b6f['shift']());}}}(a3_0x24f5,0x4556d));function a3_0x3877(_0x2cd7f0,_0x142e91){const _0x24f5f4=a3_0x24f5();return a3_0x3877=function(_0x3877e1,_0x66f463){_0x3877e1=_0x3877e1-0x1a4;let _0xdddf7=_0x24f5f4[_0x3877e1];return _0xdddf7;},a3_0x3877(_0x2cd7f0,_0x142e91);}const {isUndefined,nestedKeyValue}=require(a3_0x19a40a(0x1af)),logger=require(a3_0x19a40a(0x1f1))[a3_0x19a40a(0x1d3)],PlaywrightSessionDetails=require(a3_0x19a40a(0x1ea)),{isAccessibilityAutomationSession}=require(a3_0x19a40a(0x1d6)),{getObservabilityLinkedProductName}=require(a3_0x19a40a(0x1db)),getOSVersionFromCaps=_0x2811fa=>{const _0x6cf365=a3_0x19a40a,_0x46f91d={};_0x46f91d[_0x6cf365(0x1cd)]=_0x6cf365(0x1b6),_0x46f91d[_0x6cf365(0x1d5)]='platformVersion',_0x46f91d[_0x6cf365(0x1e9)]=_0x6cf365(0x1eb),_0x46f91d[_0x6cf365(0x1e7)]=_0x6cf365(0x1b3),_0x46f91d[_0x6cf365(0x1c5)]=_0x6cf365(0x1ed);const _0x216b30=_0x46f91d;if(!_0x2811fa)return null;const _0x5f23ee=_0x2811fa[_0x216b30['GHFVs']],_0x4ef949=[_0x216b30[_0x6cf365(0x1d5)],_0x216b30['ypEBx'],_0x216b30[_0x6cf365(0x1e7)],_0x216b30['tGeoF']];for(const _0x5e9f09 of _0x4ef949){if(_0x5f23ee&&_0x5f23ee[_0x5e9f09])return _0x5f23ee[_0x5e9f09];else{if(_0x2811fa[_0x5e9f09])return _0x2811fa[_0x5e9f09];}}return null;};exports['fetchPlatformDetails']=_0x5f3c55=>{const _0xadea8=a3_0x19a40a,_0x5f5cb0={'wLcIW':_0xadea8(0x1c2),'owPJZ':function(_0x157a2e,_0x2d4333){return _0x157a2e===_0x2d4333;},'xJasm':_0xadea8(0x1f4),'wqlZf':function(_0x54f151,_0x22079e){return _0x54f151(_0x22079e);},'CJwHb':function(_0x1eb936,_0x14d3de,_0x5dccaa){return _0x1eb936(_0x14d3de,_0x5dccaa);},'Nidpz':'config','gUQtY':_0xadea8(0x1c3),'gjdtp':function(_0x1deef4,_0x52e11){return _0x1deef4(_0x52e11);},'yKmfz':function(_0x42ef7f,_0x16328e){return _0x42ef7f===_0x16328e;},'Bgzkk':_0xadea8(0x1ce),'ZFRNU':_0xadea8(0x1f3),'tUdWC':_0xadea8(0x1d8),'tZJkc':'caps'};if(!_0x5f3c55)return null;let _0x38bc6a=global[_0xadea8(0x1e4)]||_0x5f5cb0[_0xadea8(0x1e8)];if(_0x5f5cb0[_0xadea8(0x1e3)](_0x5f3c55[_0xadea8(0x1ad)][_0xadea8(0x1ee)],_0x5f5cb0[_0xadea8(0x1f0)])){const _0x10f3d5=_0x5f3c55['browser'];if(!_0x10f3d5)return null;const _0x3832de=_0x10f3d5[_0xadea8(0x1f7)],_0x1cb33b=_0x5f5cb0[_0xadea8(0x1e0)](getOSVersionFromCaps,_0x5f5cb0[_0xadea8(0x1c1)](nestedKeyValue,_0x5f3c55,[_0x5f5cb0[_0xadea8(0x1bc)],_0x5f5cb0[_0xadea8(0x1a4)]]));return{[_0x38bc6a]:{'browser':_0x3832de['browserName'],'browser_version':_0x3832de[_0xadea8(0x1bd)],'capabilities':_0x3832de,'platform':_0x3832de[_0xadea8(0x1b9)],'platform_version':_0x3832de[_0xadea8(0x1d1)]||_0x1cb33b,'product':_0x5f5cb0[_0xadea8(0x1cc)](getObservabilityLinkedProductName,_0x3832de),'session_id':_0x10f3d5[_0xadea8(0x1b0)]}};}else{if(_0x5f5cb0[_0xadea8(0x1d9)](_0x5f3c55[_0xadea8(0x1ad)][_0xadea8(0x1ee)],_0x5f5cb0['Bgzkk'])){const _0x296cc1=PlaywrightSessionDetails[_0xadea8(0x1c8)]();_0x38bc6a=_0x296cc1['cloudProvider']||_0x38bc6a;const _0x12491c=_0x5f5cb0['CJwHb'](nestedKeyValue,_0x5f3c55,[_0x5f5cb0['Nidpz'],_0x5f5cb0[_0xadea8(0x1ab)],_0x5f5cb0[_0xadea8(0x1f9)]]),_0x363970=_0x12491c?JSON[_0xadea8(0x1ca)](new URL(_0x12491c)[_0xadea8(0x1b5)][_0xadea8(0x1d7)](_0x5f5cb0['tZJkc'])):{};return{[_0x38bc6a]:{'browser':_0x296cc1['browser']||_0x363970[_0xadea8(0x1df)],'browser_version':_0x296cc1[_0xadea8(0x1f6)]||_0x363970[_0xadea8(0x1f6)],'capabilities':_0x363970,'platform':_0x296cc1[_0xadea8(0x1bf)],'platform_version':_0x296cc1[_0xadea8(0x1eb)],'product':_0x5f5cb0['gjdtp'](getObservabilityLinkedProductName,_0x363970),'session_id':_0x296cc1[_0xadea8(0x1f8)]}};}}},exports[a3_0x19a40a(0x1ec)]=_0x3b155e=>{const _0x51279c=a3_0x19a40a,_0x1bf684={'cTPTO':function(_0x126873){return _0x126873();},'VFdum':function(_0x4d8cd,_0x6bcdb9){return _0x4d8cd===_0x6bcdb9;},'LcFhN':_0x51279c(0x1be),'bcCgw':function(_0x4fab2e,_0x2a2257){return _0x4fab2e>_0x2a2257;},'zEIuj':function(_0x4d179f,_0x34a86f){return _0x4d179f(_0x34a86f);},'NyVcZ':_0x51279c(0x1dc),'PBIuK':_0x51279c(0x1d2),'MFyAn':_0x51279c(0x1da),'iOTBD':_0x51279c(0x1b4),'cKKlR':_0x51279c(0x1bb)};if(_0x1bf684['cTPTO'](isAccessibilityAutomationSession)){const _0x1304ee=_0x3b155e[_0x51279c(0x1f3)],_0x2662f4=_0x1304ee[_0x51279c(0x1f7)];global[_0x51279c(0x1b7)]=!![],!(_0x1bf684[_0x51279c(0x1a5)](_0x2662f4['browserVersion'],_0x1bf684[_0x51279c(0x1c7)])||_0x1bf684[_0x51279c(0x1aa)](_0x1bf684['zEIuj'](parseInt,_0x2662f4['browserVersion']),0x5e))&&(logger[_0x51279c(0x1ac)](_0x1bf684['NyVcZ']),global[_0x51279c(0x1b7)]=![]),!(_0x1bf684[_0x51279c(0x1a5)](_0x2662f4[_0x51279c(0x1df)],_0x1bf684[_0x51279c(0x1dd)])||_0x1bf684[_0x51279c(0x1a5)](_0x2662f4['browserName'],_0x1bf684['MFyAn']))&&(logger[_0x51279c(0x1ac)](_0x1bf684[_0x51279c(0x1a6)]),global['accessibilityPlatform']=![]),!_0x1bf684[_0x51279c(0x1a8)](isUndefined,_0x2662f4[_0x51279c(0x1d4)])&&(logger[_0x51279c(0x1ac)](_0x1bf684[_0x51279c(0x1b8)]),global['accessibilityPlatform']=![]);}},exports[a3_0x19a40a(0x1f2)]=_0x4acf50=>{const _0x6d2900=a3_0x19a40a,_0x270a20={};_0x270a20[_0x6d2900(0x1ba)]=function(_0x315c59,_0x43d6aa){return _0x315c59!==_0x43d6aa;},_0x270a20[_0x6d2900(0x1c6)]=_0x6d2900(0x1b1),_0x270a20['sDYjN']=_0x6d2900(0x1e5),_0x270a20[_0x6d2900(0x1c4)]=_0x6d2900(0x1ae);const _0x5003a9=_0x270a20;if(!_0x4acf50)return![];else{if(_0x5003a9[_0x6d2900(0x1ba)](typeof _0x4acf50,_0x5003a9[_0x6d2900(0x1c6)]))return!![];}return!_0x4acf50[_0x6d2900(0x1de)](_0x5003a9['sDYjN'])&&!_0x4acf50['includes'](_0x5003a9[_0x6d2900(0x1c4)]);};
@@ -1 +1 @@
1
- const a4_0x2dc2fd=a4_0x4a61;(function(_0x39c991,_0x198fb2){const _0x20607d=a4_0x4a61,_0x21c4b2=_0x39c991();while(!![]){try{const _0x100120=-parseInt(_0x20607d(0x17f))/0x1+parseInt(_0x20607d(0x11b))/0x2+-parseInt(_0x20607d(0xd2))/0x3*(parseInt(_0x20607d(0xfc))/0x4)+-parseInt(_0x20607d(0x126))/0x5+parseInt(_0x20607d(0x14b))/0x6+parseInt(_0x20607d(0xbe))/0x7+parseInt(_0x20607d(0x11e))/0x8;if(_0x100120===_0x198fb2)break;else _0x21c4b2['push'](_0x21c4b2['shift']());}catch(_0xe30085){_0x21c4b2['push'](_0x21c4b2['shift']());}}}(a4_0x2218,0x552fc));function a4_0x2218(){const _0x1854df=['failed\x20to\x20get\x20root\x20parent\x20file\x20','debug','lPMgH','O11yHelper','RJNIT','iGplj','STATE_PASSED','stepAnalyticsId','keyword','test','Yihls','uuid','CqAEb','feature','text','err','hookAnalyticsId','now','enabled','bddSteps','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','253532EwsNvq','event_type','_testEnv','9873944ZFZfij','connect','JONLQ','zgEAD','failureData','bmSAs','zJVUV','../../helpers/test-observability/utils','2018760cBaETI','KQdww','prototype','UMKiC','gtRvb','hook_run_uuid','hook','oLbrf','tags','hQfyR','getHooksForTest','success','launch','ESIWj','currentTest','frameworkName','TEST_EVENTS','getHookType','length','bIheY','stringify','ODAHM','LjlWY','exports','TestRunSkipped','finished_at','parent','kcWHD','../../helpers/testhub/utils.js','TEST_RUN_STARTED','vjwIp','passed','YKGyh','ufbFp','lHnVx','failure_reason_expanded','getCBTInfo','706230rXzjas','miOye','patchConsoleLogger','PsMTS','lib','uploadEventData','depoI','Svhnq','ejTTF','replace','WGFwI','GZzhD','VGwfV','oyyOJ','dirname','body','integrations','LogCreated','duration','backtrace','VQmIf','upkey','toLowerCase','../utils/constants','winstonLogger','name','PWSGU','codeceptjs','includes','sep','TEST_REPORTING_ANALYTICS','PhuTO','failure','axVAf','toString','file','shutdown','test_run','file_name','result','pending','then','TEST_RUN_SKIPPED','join','markedStatus','util','bs:addLog:','logs','statSync','CBTSessionCreated','groups','javascript','280460RVwkoC','accessibilityPlatform','captureEvent','getInstance','inspect','QXGcw','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','getRootParentFile','expanded','NomeO','_beforeAll','__platformCaps','PathHelper','../../helpers/test-observability/constants','CEyyo','../playwright/sessionDetails','_afterEach','IhkHY','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','.git','NYHqS','mapTestHooks','Yxoao','fHaLr','RjzDO','GQJoK','_beforeEach','resetSkipTestHooks','HookRunFinished','HOOK_RUN_STARTED','hvXMA','BROWSERSTACK','type','dNniT','cwd','vUNPv','bwWnU','Playwright','AOdZN','config','wsEndpoint','wLSMC','suites','match','_afterAll','setupBrowserDetails','dhAej','TestRunStarted','title','420924iXAmEi','driver','yvpSG','CqzBb','fnIqd','forEach','finished','oFyAT','started','_paths','weKzr','VqiGa','TMRLM','currentHook','defineProperty','TEST_RUN_FINISHED','ICkEl','removeAllListeners','IZYeR','xsLUj','810cGxyff','rdBkn','__cloud_provider___','PwHbs','5|1|2|0|3|4','errorsDetailed','JfOVf','retryOf','status','\x20with\x20error\x20:\x20','gEtwi','pZJCr','apply','hook_type','avEKj','File\x20path\x20could\x20not\x20be\x20found','../../helpers/helper','test_run_uuid','STATE_FAILED','browserstack','location_prefix','client','toISOString','findGitConfig','vOHeI','kHPUO','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','bind','failure_backtrace','MNpBS','getHierarchy','pid','aANCj','skipped','hook_run','../../helpers/logger','ffYyB','stop','push','fullTitle','ctx','getFailureType','7492URwZSM','vvVtt','message','failed','startedAt','bddStepFinish','testAnalyticsId','getTime','browserType.js','split'];a4_0x2218=function(){return _0x1854df;};return a4_0x2218();}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x2dc2fd(0x111)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x2dc2fd(0xe2)),testOpsHelper=require(a4_0x2dc2fd(0x125)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x2dc2fd(0x18c)),logger=require(a4_0x2dc2fd(0xf5))[a4_0x2dc2fd(0x163)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x2dc2fd(0x18e)),debug=testOpsHelper[a4_0x2dc2fd(0x107)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x2dc2fd(0x162)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x2dc2fd(0x142)),constants=require(a4_0x2dc2fd(0x162)),STATE_PASSED='passed',STATE_FAILED=a4_0x2dc2fd(0xff),a4_0x10c9ba={};a4_0x10c9ba[a4_0x2dc2fd(0x143)]=a4_0x2dc2fd(0xbc),a4_0x10c9ba[a4_0x2dc2fd(0xcd)]='TestRunFinished',a4_0x10c9ba[a4_0x2dc2fd(0x175)]=a4_0x2dc2fd(0x13e),a4_0x10c9ba[a4_0x2dc2fd(0x19c)]='HookRunStarted',a4_0x10c9ba['HOOK_RUN_FINISHED']=a4_0x2dc2fd(0x19b);function a4_0x4a61(_0x2cac3f,_0x28fe1d){const _0x2218e6=a4_0x2218();return a4_0x4a61=function(_0x4a61bd,_0x14c18e){_0x4a61bd=_0x4a61bd-0xaf;let _0x5b9aca=_0x2218e6[_0x4a61bd];return _0x5b9aca;},a4_0x4a61(_0x2cac3f,_0x28fe1d);}const TEST_EVENTS=a4_0x10c9ba,parseEvent=_0x191de4=>{const _0x3c3e49=a4_0x2dc2fd,_0xee9416={};_0xee9416[_0x3c3e49(0xc1)]=function(_0x5d42fc,_0x3d98e1){return _0x5d42fc<_0x3d98e1;},_0xee9416[_0x3c3e49(0xb6)]=function(_0x108400,_0x15f4dc){return _0x108400===_0x15f4dc;},_0xee9416[_0x3c3e49(0xc0)]='test',_0xee9416[_0x3c3e49(0x155)]='hook',_0xee9416[_0x3c3e49(0x195)]=_0x3c3e49(0xf3),_0xee9416['miOye']=_0x3c3e49(0xc6),_0xee9416[_0x3c3e49(0xc8)]=function(_0x2c9b54,_0x53d606){return _0x2c9b54===_0x53d606;},_0xee9416[_0x3c3e49(0x16a)]=_0x3c3e49(0xc4);const _0x33a189=_0xee9416,_0x5eef4b=_0x191de4[_0x3c3e49(0xb8)](/^(.*)Run(.*)$/);if(!_0x5eef4b)return null;if(_0x33a189[_0x3c3e49(0xc1)](_0x5eef4b[_0x3c3e49(0x138)],0x3))return null;const _0x119793=_0x5eef4b[0x1][_0x3c3e49(0x161)](),_0xe8027=_0x5eef4b[0x2][_0x3c3e49(0x161)]();return{'test':_0x33a189['wLSMC'](_0x119793,_0x33a189[_0x3c3e49(0xc0)]),'hook':_0x33a189['wLSMC'](_0x119793,_0x33a189[_0x3c3e49(0x155)]),'skipped':_0x33a189[_0x3c3e49(0xb6)](_0xe8027,_0x33a189[_0x3c3e49(0x195)]),'started':_0x33a189[_0x3c3e49(0xb6)](_0xe8027,_0x33a189[_0x3c3e49(0x14c)]),'finished':_0x33a189[_0x3c3e49(0xc8)](_0xe8027,_0x33a189[_0x3c3e49(0x16a)])};},mockPWBrowserType=_0x4e24ff=>{const _0xb1849d=a4_0x2dc2fd,_0x53b1b1={'vvVtt':function(_0x3c4fe3,_0xd937aa){return _0x3c4fe3===_0xd937aa;},'BYrUP':'string','hQfyR':function(_0x277b10,_0x54e9d7,_0x401224){return _0x277b10(_0x54e9d7,_0x401224);},'iGplj':_0xb1849d(0xb5),'oFyAT':function(_0x2b44f6,_0x3910b8){return _0x2b44f6(_0x3910b8);},'vUNPv':_0xb1849d(0xe5),'GQJoK':_0xb1849d(0x14f),'GiceV':_0xb1849d(0xe7),'dhAej':_0xb1849d(0x104),'AOdZN':function(_0x27d363,_0x14a624){return _0x27d363(_0x14a624);},'axVAf':'Not\x20able\x20to\x20import\x20Browser','Svhnq':_0xb1849d(0x11f),'ufbFp':_0xb1849d(0x132)},_0x4c1237=path[_0xb1849d(0x176)](_0x53b1b1[_0xb1849d(0x198)],_0x53b1b1['GiceV'],_0x53b1b1[_0xb1849d(0xbb)]),_0x5ce15e=_0x53b1b1['AOdZN'](importFileFromPWCore,_0x4c1237);if(!_0x5ce15e){_0x53b1b1[_0xb1849d(0xb3)](debug,_0x53b1b1[_0xb1849d(0x16c)]);return;}const _0x441dfd=_0x5ce15e['BrowserType'],_0x51fe3c=_0x441dfd[_0xb1849d(0x128)];if(_0x51fe3c['obsBrowserTypeMockApplied'])return;const _0x31c0ba=_0x51fe3c[_0xb1849d(0x11f)];Object[_0xb1849d(0xcc)](_0x51fe3c,_0x53b1b1[_0xb1849d(0x152)],{'get':function(){return async function _0x1986e6(_0x1b5de7,_0x53c95b){const _0x2a50ed=a4_0x4a61,_0x42f4dc={'ICkEl':function(_0x302376,_0x245558){const _0x141228=a4_0x4a61;return _0x53b1b1[_0x141228(0xfd)](_0x302376,_0x245558);},'JfOVf':_0x53b1b1['BYrUP']},_0x2827f8=_0x53b1b1[_0x2a50ed(0x12f)](nestedKeyValue,_0x1b5de7,[_0x53b1b1[_0x2a50ed(0x10b)]])||_0x1b5de7;let _0x36dc74=null,_0x3cdf86=null;try{[_0x3cdf86,_0x36dc74]=_0x2827f8?_0x53b1b1[_0x2a50ed(0xc5)](parseWSEndpoint,_0x2827f8):[null,null],global[_0x2a50ed(0x18a)]=_0x36dc74,logger['debug'](_0x2a50ed(0x11a)+_0x3cdf86),_0x3cdf86[_0x2a50ed(0x167)](Constants[_0x2a50ed(0x19e)])&&(global[_0x2a50ed(0xd4)]=_0x53b1b1[_0x2a50ed(0xb0)]);}catch(_0x5dd6d5){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x2827f8+'\x20'+_0x5dd6d5);}_0x53b1b1[_0x2a50ed(0x12f)](processAccessibilityCaps,_0x36dc74,_0x3cdf86);if(global[_0x2a50ed(0x180)]){const _0x3f986d=await _0x51fe3c['connectOverCDP'][_0x2a50ed(0xde)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x53b1b1['oFyAT'](encodeURIComponent,JSON[_0x2a50ed(0x13a)](_0x36dc74))]);return PlaywrightSessionDetails[_0x2a50ed(0xba)](_0x3f986d,_0x4e24ff,_0x2827f8),_0x3f986d;}return _0x31c0ba['apply'](this,arguments)[_0x2a50ed(0x174)](_0x16196c=>{const _0x3da3b2=_0x2a50ed;let _0x397118=_0x1b5de7[_0x3da3b2(0xb5)];return _0x42f4dc[_0x3da3b2(0xce)](typeof _0x1b5de7,_0x42f4dc[_0x3da3b2(0xd8)])&&(_0x397118=_0x1b5de7),PlaywrightSessionDetails['setupBrowserDetails'](_0x16196c,_0x4e24ff,_0x397118),_0x16196c;});};}});const _0x595081=_0x51fe3c[_0xb1849d(0x132)];Object[_0xb1849d(0xcc)](_0x51fe3c,_0x53b1b1[_0xb1849d(0x147)],{'get':function(){return async function _0x21bf52(){const _0x5a5440=a4_0x4a61;return _0x595081['apply'](this,arguments)[_0x5a5440(0x174)](_0x146024=>{const _0x16e2cc=_0x5a5440;return PlaywrightSessionDetails[_0x16e2cc(0xba)](_0x146024,null),_0x146024;});};}});};class O11yHelper{[a4_0x2dc2fd(0x134)]=null;[a4_0x2dc2fd(0xcb)]=null;[a4_0x2dc2fd(0x118)]=![];[a4_0x2dc2fd(0x135)]=![];constructor(_0x282d26,_0x3b7f81){const _0x59adb2=a4_0x2dc2fd,_0x395083={'gEtwi':_0x59adb2(0xd6),'RJNIT':function(_0x4a398c){return _0x4a398c();},'PsMTS':function(_0x1fc431,_0x2184b4){return _0x1fc431===_0x2184b4;},'kHPUO':_0x59adb2(0xb2),'PwHbs':function(_0xee6296,_0x49a472){return _0xee6296(_0x49a472);}},_0x5a53c5=_0x395083[_0x59adb2(0xdc)][_0x59adb2(0x105)]('|');let _0x106f08=0x0;while(!![]){switch(_0x5a53c5[_0x106f08++]){case'0':this[_0x59adb2(0x11d)]=_0x395083[_0x59adb2(0x10a)](getTestEnv);continue;case'1':this['frameworkName']=_0x3b7f81['frameworkName'];continue;case'2':this[_0x59adb2(0xbf)]=_0x282d26;continue;case'3':this[_0x59adb2(0xc7)]=new testOpsHelper[(_0x59adb2(0x18b))]({'cwd':process[_0x59adb2(0xaf)]()},this['_testEnv'][_0x59adb2(0xe6)]);continue;case'4':this[_0x59adb2(0xbf)]&&_0x395083[_0x59adb2(0x14e)](this['driver']['constructor']['name'],_0x395083[_0x59adb2(0xeb)])&&_0x395083[_0x59adb2(0xd5)](mockPWBrowserType,null);continue;case'5':this[_0x59adb2(0x118)]=_0x395083[_0x59adb2(0x10a)](shouldProcessEventForTesthub);continue;}break;}}['start'](){const _0x426fdf=a4_0x2dc2fd;if(!this[_0x426fdf(0x118)])return;testOpsHelper[_0x426fdf(0x14d)](),process[_0x426fdf(0xcf)](_0x426fdf(0x179)+process['pid']),process['on'](_0x426fdf(0x179)+process[_0x426fdf(0xf1)],this['appendTestItemLog'][_0x426fdf(0xed)](this));}async[a4_0x2dc2fd(0xf7)](){const _0x59a0de=a4_0x2dc2fd;await RequestQueueHandler[_0x59a0de(0x182)]()[_0x59a0de(0x16f)]();}async['appendTestItemLog'](_0x15092f){const _0x4a40b3=a4_0x2dc2fd,_0x54026e={'RjzDO':_0x4a40b3(0x15c),'ODulJ':function(_0x1fce69,_0x47e40d){return _0x1fce69(_0x47e40d);}};try{this['currentHook']&&!this[_0x4a40b3(0xcb)][_0x4a40b3(0x177)]&&(_0x15092f[_0x4a40b3(0x12b)]=this[_0x4a40b3(0xcb)]['hookAnalyticsId']);!_0x15092f[_0x4a40b3(0x12b)]&&this[_0x4a40b3(0x134)]&&!this[_0x4a40b3(0x134)][_0x4a40b3(0x177)]&&(_0x15092f['test_run_uuid']=this[_0x4a40b3(0x134)][_0x4a40b3(0x102)]);if(_0x15092f['hook_run_uuid']||_0x15092f[_0x4a40b3(0xe3)]){const _0x90e015={};_0x90e015[_0x4a40b3(0x11c)]=_0x54026e[_0x4a40b3(0x197)],_0x90e015[_0x4a40b3(0x17a)]=[_0x15092f],await SessionHandler['uploadEventData'](_0x90e015);}}catch(_0x4125f8){_0x54026e['ODulJ'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x4a40b3(0x169)]+_0x4a40b3(0xdb)+_0x4125f8);}}async['sendCBTInfo'](_0x3db3ab){const _0x4e3493=a4_0x2dc2fd,_0x3ff38e={'Yihls':_0x4e3493(0x17c),'AuaXY':function(_0x2c8443,_0x4ed196){return _0x2c8443(_0x4ed196);}};if(!this[_0x4e3493(0x118)])return;const _0x3a3b16=this[_0x4e3493(0x14a)](this[_0x4e3493(0xbf)]);try{const _0x45d5df={};_0x45d5df[_0x4e3493(0x111)]=_0x3db3ab,_0x45d5df[_0x4e3493(0x15b)]=_0x3a3b16;const _0x438c6e=_0x45d5df,_0x30e127={};_0x30e127['event_type']=_0x3ff38e[_0x4e3493(0x110)],_0x30e127[_0x4e3493(0x170)]=_0x438c6e,await SessionHandler['uploadEventData'](_0x30e127);}catch(_0x26b221){_0x3ff38e['AuaXY'](debug,_0x4e3493(0x185)+constants[_0x4e3493(0x169)]+_0x4e3493(0xdb)+_0x26b221);}}[a4_0x2dc2fd(0x14a)](_0x4f2baa){const _0x52d1fc={'OBsLu':function(_0x4e113,_0x31a7c6){return _0x4e113(_0x31a7c6);}};return _0x52d1fc['OBsLu'](fetchPlatformDetails,_0x4f2baa);}[a4_0x2dc2fd(0x19a)]=_0x1b0b28=>{const _0x367479=a4_0x2dc2fd,_0x4623cb={};_0x4623cb[_0x367479(0x151)]=_0x367479(0x199),_0x4623cb[_0x367479(0x153)]=_0x367479(0x18f);const _0x21d7f9=_0x4623cb;if(!_0x1b0b28||!_0x1b0b28[_0x367479(0x140)])return;[_0x21d7f9['depoI'],_0x21d7f9[_0x367479(0x153)]]['forEach'](_0x1dcfb3=>{const _0x19f6c7=_0x367479,_0x35d212=_0x1b0b28['parent'][_0x1dcfb3];_0x35d212[_0x19f6c7(0xc3)](_0xc26a0b=>{const _0x37ad09=_0x19f6c7;_0xc26a0b[_0x37ad09(0x116)]&&(_0xc26a0b[_0x37ad09(0x116)]=null);});});};[a4_0x2dc2fd(0x194)](_0xb9a270){const _0x567122=a4_0x2dc2fd,_0x43a161={'VOPcB':_0x567122(0x166),'LjlWY':function(_0x2b4002){return _0x2b4002();},'KQdww':function(_0x5f374e,_0x476650){return _0x5f374e===_0x476650;},'ODAHM':_0x567122(0x18f),'TqdSr':function(_0x1a5299){return _0x1a5299();},'JONLQ':_0x567122(0x189),'VGwfV':_0x567122(0xb9),'fnIqd':_0x567122(0x199)};if(!_0xb9a270||!_0xb9a270[_0x567122(0x140)])return;[_0x43a161[_0x567122(0x120)],_0x43a161[_0x567122(0x157)],_0x43a161[_0x567122(0xc2)],_0x43a161[_0x567122(0x13b)]][_0x567122(0xc3)](_0x55eac1=>{const _0x5c15ca=_0x567122,_0x139b45={'CqAEb':_0x43a161['VOPcB'],'rdBkn':function(_0x5acc16){const _0x56d396=a4_0x4a61;return _0x43a161[_0x56d396(0x13c)](_0x5acc16);},'xsLUj':function(_0x57488f,_0x5a6d78){const _0x4f0f7f=a4_0x4a61;return _0x43a161[_0x4f0f7f(0x127)](_0x57488f,_0x5a6d78);},'YKGyh':_0x43a161[_0x5c15ca(0x13b)],'oyyOJ':function(_0x258977){return _0x43a161['TqdSr'](_0x258977);}},_0x5c3874=_0xb9a270['parent'][_0x55eac1]||[];_0x5c3874[_0x5c15ca(0xc3)](_0x53964d=>{const _0x44fdb0=_0x5c15ca;if(_0x53964d[_0x44fdb0(0xbd)][_0x44fdb0(0x167)](_0x139b45[_0x44fdb0(0x112)]))return;if(!_0x53964d[_0x44fdb0(0x116)])_0x53964d['hookAnalyticsId']=_0x139b45[_0x44fdb0(0xd3)](uuidv4);else _0x53964d[_0x44fdb0(0x177)]&&_0x139b45[_0x44fdb0(0xd1)](_0x55eac1,_0x139b45[_0x44fdb0(0x146)])&&(_0x53964d[_0x44fdb0(0x116)]=_0x139b45[_0x44fdb0(0x158)](uuidv4),delete _0x53964d[_0x44fdb0(0x177)]);});}),this['mapTestHooks'](_0xb9a270['parent']);}[a4_0x2dc2fd(0x130)](_0x4f433c){const _0x298170=a4_0x2dc2fd,_0x34b883={};_0x34b883[_0x298170(0xb1)]='_beforeAll',_0x34b883[_0x298170(0x12a)]=_0x298170(0xb9),_0x34b883[_0x298170(0x123)]=_0x298170(0x199),_0x34b883['ylaCs']=_0x298170(0x18f);const _0x380e48=_0x34b883;if(!_0x4f433c||!_0x4f433c[_0x298170(0x140)])return[];const _0x2932db=[];return[_0x380e48['bwWnU'],_0x380e48['gtRvb'],_0x380e48[_0x298170(0x123)],_0x380e48['ylaCs']][_0x298170(0xc3)](_0x5ac4dc=>{const _0x4e6ddb=_0x298170,_0xc02338=_0x4f433c[_0x4e6ddb(0x140)][_0x5ac4dc]||[];_0xc02338[_0x4e6ddb(0xc3)](_0x1457aa=>{const _0x5c5553=_0x4e6ddb;_0x1457aa[_0x5c5553(0x116)]&&_0x2932db[_0x5c5553(0xf8)](_0x1457aa[_0x5c5553(0x116)]);});}),[]['concat'](_0x2932db,this[_0x298170(0x130)](_0x4f433c[_0x298170(0x140)]));}[a4_0x2dc2fd(0x137)](_0x16745e){const _0x1f7852=a4_0x2dc2fd,_0x3dba53=/^"(?<hook>.*)" hook:.*$/,_0x80bb96=_0x16745e[_0x1f7852(0xbd)],_0x3516e1=_0x80bb96['match'](_0x3dba53);if(_0x3516e1&&_0x3516e1[_0x1f7852(0x17d)])return _0x3516e1['groups']['hook']['toUpperCase']()[_0x1f7852(0x154)]('\x20','_');return null;}[a4_0x2dc2fd(0xe9)](_0x57b5a4){const _0x5beb3c=a4_0x2dc2fd,_0xee27={};_0xee27['aANCj']=function(_0xe48775,_0x5149d6){return _0xe48775===_0x5149d6;},_0xee27[_0x5beb3c(0x156)]=_0x5beb3c(0x192),_0xee27[_0x5beb3c(0xe0)]=_0x5beb3c(0xb4);const _0x4a713c=_0xee27,_0x51b9bf=path[_0x5beb3c(0x168)];if(_0x4a713c[_0x5beb3c(0xf2)](_0x57b5a4,null)||_0x4a713c['aANCj'](_0x57b5a4,'')||_0x4a713c['aANCj'](_0x57b5a4,_0x51b9bf)||_0x4a713c['aANCj'](_0x57b5a4,path[_0x5beb3c(0x159)](_0x57b5a4)))return null;try{return fs[_0x5beb3c(0x17b)](path[_0x5beb3c(0x176)](_0x57b5a4,_0x4a713c[_0x5beb3c(0x156)],_0x4a713c['avEKj'])),_0x57b5a4;}catch(_0x4a74c4){const _0x49912a=path[_0x5beb3c(0x159)](_0x57b5a4);return this[_0x5beb3c(0xe9)](_0x49912a);}}[a4_0x2dc2fd(0x186)](_0x4da04b){const _0x176b75=a4_0x2dc2fd,_0x2a28bd={};_0x2a28bd['dNniT']=function(_0x3ef805,_0x5800da){return _0x3ef805>_0x5800da;};const _0x5eb5d5=_0x2a28bd;if(_0x4da04b[_0x176b75(0x16e)])return _0x4da04b[_0x176b75(0x16e)];if(_0x4da04b[_0x176b75(0xfa)]){const _0x1aee08=_0x4da04b[_0x176b75(0xfa)][_0x176b75(0x134)]?this[_0x176b75(0x186)](_0x4da04b[_0x176b75(0xfa)][_0x176b75(0x134)]):null;if(_0x1aee08)return _0x1aee08;}if(_0x4da04b['parent']){const _0x523989=this[_0x176b75(0x186)](_0x4da04b['parent'])||(_0x4da04b['parent'][_0x176b75(0xfa)]&&_0x4da04b['parent'][_0x176b75(0xfa)][_0x176b75(0x134)]?this['getRootParentFile'](_0x4da04b[_0x176b75(0x140)][_0x176b75(0xfa)][_0x176b75(0x134)]):null);if(_0x523989)return _0x523989;_0x4da04b['parent'][_0x176b75(0xb7)]&&_0x5eb5d5[_0x176b75(0x1a0)](_0x4da04b[_0x176b75(0x140)]['suites'][_0x176b75(0x138)],0x0)&&_0x4da04b[_0x176b75(0x140)][_0x176b75(0xb7)][_0x176b75(0xc3)](_0x5c88c5=>{const _0x20ac62=_0x176b75,_0x5c1d80=_0x5c88c5[_0x20ac62(0xfa)]?this[_0x20ac62(0x186)](_0x5c88c5[_0x20ac62(0xfa)]):null;if(_0x5c1d80)return _0x5c1d80;});}return null;}[a4_0x2dc2fd(0xf0)](_0x581aae){const _0x3cc6bd=a4_0x2dc2fd,_0x40f669={};_0x40f669[_0x3cc6bd(0xd0)]=function(_0x2c5ba0,_0x5bdc25){return _0x2c5ba0!==_0x5bdc25;};const _0x3ac572=_0x40f669,_0x1250ad=[];if(_0x581aae&&_0x581aae[_0x3cc6bd(0x140)]){let _0x48fdc0=_0x581aae[_0x3cc6bd(0x140)];while(_0x48fdc0&&_0x3ac572[_0x3cc6bd(0xd0)](_0x48fdc0[_0x3cc6bd(0xbd)],'')){_0x1250ad[_0x3cc6bd(0xf8)](_0x48fdc0[_0x3cc6bd(0xbd)]),_0x48fdc0=_0x48fdc0['parent'];}}return _0x1250ad;}[a4_0x2dc2fd(0x181)](_0x5165fa,_0x59bd4d,_0x54d8f5=undefined){const _0xcc9a0a=a4_0x2dc2fd,_0x5df21c={'lHnVx':function(_0x12e5aa,_0x1e3f2b){return _0x12e5aa(_0x1e3f2b);},'pZJCr':function(_0x4fe64a){return _0x4fe64a();},'tpbwH':function(_0x79d184){return _0x79d184();},'QXGcw':function(_0x31903e){return _0x31903e();},'UMKiC':_0xcc9a0a(0x178),'bIheY':_0xcc9a0a(0x115),'TMRLM':function(_0x42c686,_0x540d42){return _0x42c686!==_0x540d42;},'zSBtB':function(_0x32ab5b,_0x43e66e){return _0x32ab5b!==_0x43e66e;},'vjwIp':_0xcc9a0a(0xe1),'NomeO':_0xcc9a0a(0x173),'PWSGU':_0xcc9a0a(0xff),'NYHqS':_0xcc9a0a(0x145),'ffYyB':_0xcc9a0a(0xf3),'vOHeI':_0xcc9a0a(0x17e),'odnyh':function(_0x529659,_0x307b1d){return _0x529659-_0x307b1d;},'mZAhR':function(_0x5361fd,_0x4469a4,_0x165622,_0xcfd81f,_0x2cb48d){return _0x5361fd(_0x4469a4,_0x165622,_0xcfd81f,_0x2cb48d);},'MNpBS':function(_0x11677f,_0x5bdee3){return _0x11677f!==_0x5bdee3;},'zJVUV':_0xcc9a0a(0x15b),'ESIWj':'meta','IhkHY':'failure','JxFvC':_0xcc9a0a(0xee),'hvXMA':_0xcc9a0a(0x15e),'oLbrf':_0xcc9a0a(0x149),'VQmIf':_0xcc9a0a(0x187),'zgEAD':function(_0x139b61,_0xfbe198){return _0x139b61===_0xfbe198;},'VqiGa':_0xcc9a0a(0xf4),'NntHy':'test_run'};if(!this[_0xcc9a0a(0x118)])return;try{if(_0x59bd4d['fn']&&_0x59bd4d['fn'][_0xcc9a0a(0x16d)]()[_0xcc9a0a(0xb8)](/browserstack internal helper hook/))return;const _0x495382=_0x5df21c[_0xcc9a0a(0x148)](parseEvent,_0x5165fa);if(!_0x495382)return;if(_0x495382['test']){this[_0xcc9a0a(0x134)]=_0x59bd4d,this[_0xcc9a0a(0xcb)]=null;if(_0x495382[_0xcc9a0a(0xc6)]||_0x495382[_0xcc9a0a(0xf3)]){_0x59bd4d['startedAt']=new Date(),_0x59bd4d[_0xcc9a0a(0x177)]=![];if(!_0x59bd4d[_0xcc9a0a(0x102)])_0x59bd4d[_0xcc9a0a(0x102)]=_0x5df21c[_0xcc9a0a(0xdd)](uuidv4);else _0x59bd4d[_0xcc9a0a(0x177)]&&(!_0x59bd4d[_0xcc9a0a(0xd9)]&&(_0x59bd4d[_0xcc9a0a(0xd9)]=_0x59bd4d[_0xcc9a0a(0x102)]),_0x59bd4d[_0xcc9a0a(0x102)]=_0x5df21c[_0xcc9a0a(0xdd)](uuidv4));}}else{if(_0x495382[_0xcc9a0a(0x12c)]){this['currentHook']=_0x59bd4d;if(_0x495382[_0xcc9a0a(0xc6)]){_0x59bd4d[_0xcc9a0a(0x100)]=new Date(),_0x59bd4d[_0xcc9a0a(0x177)]=![];if(!_0x59bd4d[_0xcc9a0a(0x116)])_0x59bd4d['hookAnalyticsId']=_0x5df21c['tpbwH'](uuidv4);else _0x59bd4d[_0xcc9a0a(0x116)]&&_0x59bd4d[_0xcc9a0a(0x177)]&&(_0x59bd4d[_0xcc9a0a(0x116)]=_0x5df21c[_0xcc9a0a(0x184)](uuidv4));}}}if(_0x495382[_0xcc9a0a(0xc4)]&&_0x59bd4d[_0xcc9a0a(0x177)])return;let _0x4343df;try{_0x4343df=this['getRootParentFile'](_0x59bd4d);}catch(_0x20b9b0){logger[_0xcc9a0a(0x107)](_0xcc9a0a(0x106)+_0x20b9b0),_0x4343df=null;}const _0x4f5934=_0x5df21c[_0xcc9a0a(0x148)](require,_0x5df21c[_0xcc9a0a(0x129)]);let _0x2c9312=[];_0x54d8f5&&(_0x2c9312=[_0x54d8f5,_0x5df21c[_0xcc9a0a(0x139)]]);const _0x1cd772=_0x5df21c[_0xcc9a0a(0xca)](_0x59bd4d['errorsDetailed'],undefined)?_0x4f5934[_0xcc9a0a(0x183)](_0x59bd4d[_0xcc9a0a(0xd7)][0x0]):_0x5df21c['zSBtB'](_0x54d8f5,undefined)?_0x54d8f5[_0xcc9a0a(0x16d)]():undefined,_0x29eb6f=_0x4343df?this[_0xcc9a0a(0xe9)](_0x4343df):null,_0x5e49ef=_0x4343df?this[_0xcc9a0a(0xc7)]['prefixTestPath'](this[_0xcc9a0a(0x186)](_0x59bd4d)):_0x5df21c[_0xcc9a0a(0x144)];let _0xa46e4a=_0x5df21c[_0xcc9a0a(0x188)];const _0x3fe7f2=!_0x495382['started']?new Date()[_0xcc9a0a(0xe8)]():null;if(_0x495382[_0xcc9a0a(0xc4)])_0xa46e4a=_0x54d8f5?_0x5df21c[_0xcc9a0a(0x165)]:_0x5df21c[_0xcc9a0a(0x193)],_0x59bd4d[_0xcc9a0a(0x177)]=!![];else _0x495382[_0xcc9a0a(0xf3)]&&(_0xa46e4a=_0x5df21c[_0xcc9a0a(0xf6)],_0x59bd4d['markedStatus']=!![]);const _0x4af0d9={'framework':this[_0xcc9a0a(0x135)],'uuid':_0x59bd4d[_0xcc9a0a(0x102)]||_0x59bd4d[_0xcc9a0a(0x116)],'name':_0x59bd4d[_0xcc9a0a(0xbd)],'body':{'lang':_0x5df21c[_0xcc9a0a(0xea)],'code':_0x59bd4d[_0xcc9a0a(0x15a)][_0xcc9a0a(0x16d)]()},'type':_0x59bd4d[_0xcc9a0a(0x19f)],'scope':_0x59bd4d[_0xcc9a0a(0xf9)](),'scopes':this[_0xcc9a0a(0xf0)](_0x59bd4d),'file_name':_0x5e49ef,'vc_filepath':_0x29eb6f?path['relative'](_0x29eb6f,_0x4343df):null,'location':_0x5e49ef,'result':_0xa46e4a,'failure_reason':_0x1cd772,'duration_in_ms':_0x59bd4d['duration']||(_0x495382[_0xcc9a0a(0xc4)]||_0x495382[_0xcc9a0a(0xf3)])?_0x5df21c['odnyh'](Date[_0xcc9a0a(0x117)](),new Date(_0x59bd4d[_0xcc9a0a(0x100)])['getTime']()):null,'started_at':new Date(_0x59bd4d[_0xcc9a0a(0x100)])[_0xcc9a0a(0xe8)](),'finished_at':_0x3fe7f2,'failure':testOpsHelper[_0xcc9a0a(0x122)]['apply'](null,_0x2c9312),'failure_type':!_0x1cd772?null:testOpsHelper[_0xcc9a0a(0xfb)](_0x1cd772),'retry_of':_0x59bd4d[_0xcc9a0a(0xd9)]||null,'tags':_0x59bd4d[_0xcc9a0a(0x12e)]||[],'customRerunParam':{'rerun_name':_0x59bd4d[_0xcc9a0a(0xf9)]()}};_0x5df21c['mZAhR'](appendTesthubParams,_0x4af0d9,_0x5165fa,_0x59bd4d,FRAMEWORKS['CODECEPT']);if(_0x495382[_0xcc9a0a(0x12c)])[_0x4af0d9[_0xcc9a0a(0xdf)],_0x4af0d9[_0xcc9a0a(0x164)]]=[this['getHookType'](_0x59bd4d),_0x59bd4d[_0xcc9a0a(0xfa)][_0xcc9a0a(0x10f)][_0xcc9a0a(0xbd)]],_0x495382[_0xcc9a0a(0xc4)]?_0x5df21c[_0xcc9a0a(0xef)](_0x4af0d9[_0xcc9a0a(0x172)],_0x5df21c[_0xcc9a0a(0x165)])&&(_0x4af0d9[_0xcc9a0a(0x172)]=_0x5df21c[_0xcc9a0a(0x193)]):_0x4af0d9[_0xcc9a0a(0x15a)]={};else _0x495382[_0xcc9a0a(0x10f)]&&(this[_0xcc9a0a(0x194)](_0x59bd4d),_0x495382[_0xcc9a0a(0xf3)]&&this['resetSkipTestHooks'](_0x59bd4d),(_0x495382[_0xcc9a0a(0xc4)]||_0x495382['skipped'])&&(_0x4af0d9['hooks']=this[_0xcc9a0a(0x130)](_0x59bd4d)));this[_0xcc9a0a(0xbf)]&&(_0x495382[_0xcc9a0a(0xc6)]||_0x495382[_0xcc9a0a(0xf3)])&&(_0x4af0d9[_0x5df21c[_0xcc9a0a(0x124)]]=this[_0xcc9a0a(0x14a)](this[_0xcc9a0a(0xbf)]));_0x495382[_0xcc9a0a(0x10f)]&&_0x495382[_0xcc9a0a(0xc4)]&&_0x59bd4d[_0xcc9a0a(0x119)]&&(_0x4af0d9[_0x5df21c[_0xcc9a0a(0x133)]]={'feature':{'name':_0x59bd4d[_0xcc9a0a(0x140)][_0xcc9a0a(0x113)][_0xcc9a0a(0x164)],'path':_0x4af0d9[_0xcc9a0a(0x171)],'description':_0x59bd4d[_0xcc9a0a(0x140)]['comment']},'scenario':{'name':_0x59bd4d[_0xcc9a0a(0xbd)]},'steps':_0x59bd4d[_0xcc9a0a(0x119)]});const _0x229cb5=_0x4af0d9[_0x5df21c[_0xcc9a0a(0x190)]][0x0];_0x229cb5&&(_0x4af0d9[_0x5df21c['JxFvC']]=_0x229cb5[_0x5df21c[_0xcc9a0a(0x19d)]],_0x4af0d9[_0x5df21c[_0xcc9a0a(0x12d)]]=_0x229cb5[_0x5df21c[_0xcc9a0a(0x15f)]]);if(_0x59bd4d['bddSteps'])for(const _0x1381cd of _0x59bd4d[_0xcc9a0a(0x119)]){!_0x1381cd[_0xcc9a0a(0x13f)]&&(_0x1381cd[_0xcc9a0a(0x13f)]=new Date()[_0xcc9a0a(0xe8)](),_0x5df21c[_0xcc9a0a(0x121)](_0x1381cd['result'],_0x5df21c[_0xcc9a0a(0x188)])&&(_0x229cb5?(_0x1381cd[_0xcc9a0a(0x172)]=_0x5df21c[_0xcc9a0a(0x165)],_0x1381cd[_0xcc9a0a(0x16b)]=_0x229cb5[_0x5df21c[_0xcc9a0a(0x19d)]][0x0]):_0x1381cd['result']=_0x5df21c[_0xcc9a0a(0x193)]));}const _0x3f27ef={};_0x3f27ef[_0xcc9a0a(0x11c)]=_0x495382[_0xcc9a0a(0xf3)]?TEST_EVENTS[_0xcc9a0a(0xcd)]:_0x5165fa;const _0x392e7f=_0x3f27ef;return _0x495382[_0xcc9a0a(0x12c)]?_0x392e7f[_0x5df21c[_0xcc9a0a(0xc9)]]=_0x4af0d9:_0x392e7f[_0x5df21c['NntHy']]=_0x4af0d9,_0x392e7f;}catch(_0x1e9a51){logger[_0xcc9a0a(0x107)](_0xcc9a0a(0x191)+_0x5165fa+'\x20with\x20error\x20:\x20'+_0x1e9a51);}}async['fireEvent'](_0x3baaeb,_0xede954){const _0x4ab8d3=a4_0x2dc2fd;if(!this[_0x4ab8d3(0x118)]||!_0xede954||!_0x3baaeb)return![];try{return await SessionHandler[_0x4ab8d3(0x150)](_0xede954);}catch(_0x3f822e){logger[_0x4ab8d3(0x107)](_0x4ab8d3(0xec)+_0x3baaeb+_0x4ab8d3(0xdb)+_0x3f822e);}}['initializeBddStep'](_0x48039f){const _0x3f0420=a4_0x2dc2fd,_0x1e7768={};_0x1e7768[_0x3f0420(0x108)]=_0x3f0420(0x173);const _0xf3c542=_0x1e7768;return{'id':_0x48039f[_0x3f0420(0x10d)],'text':_0x48039f[_0x3f0420(0x114)],'keyword':_0x48039f[_0x3f0420(0x10e)],'started_at':_0x48039f['startedAt'][_0x3f0420(0xe8)](),'result':_0xf3c542[_0x3f0420(0x108)]};}['bddStepStart'](_0x3f717e){const _0xe74dff=a4_0x2dc2fd,_0x4e3030={'eNKiB':function(_0x34a007){return _0x34a007();}};!this[_0xe74dff(0x134)][_0xe74dff(0x119)]&&(this['currentTest']['bddSteps']=[]),!_0x3f717e[_0xe74dff(0x10d)]&&(_0x3f717e[_0xe74dff(0x10d)]=_0x4e3030['eNKiB'](uuidv4),_0x3f717e[_0xe74dff(0x100)]=new Date(),this[_0xe74dff(0x134)][_0xe74dff(0x119)]['push'](this['initializeBddStep'](_0x3f717e)));}[a4_0x2dc2fd(0x101)](_0x27fe6b){const _0x1a428e=a4_0x2dc2fd,_0x313cb1={'upkey':function(_0x4960dd,_0x48ea86){return _0x4960dd(_0x48ea86);},'CEyyo':_0x1a428e(0x131),'IkMHC':_0x1a428e(0x173),'kcWHD':_0x1a428e(0x145),'fHaLr':function(_0x2a5411,_0x5e5a11){return _0x2a5411-_0x5e5a11;}};let _0x2963f3=this[_0x1a428e(0x134)]['bddSteps']['find'](_0x30b6b7=>_0x30b6b7['id']===_0x27fe6b[_0x1a428e(0x10d)]);_0x313cb1[_0x1a428e(0x160)](isUndefined,_0x2963f3)&&(_0x2963f3=this['initializeBddStep'](_0x27fe6b)),_0x2963f3[_0x1a428e(0x172)]=[_0x313cb1[_0x1a428e(0x18d)],_0x313cb1['IkMHC']][_0x1a428e(0x167)](_0x27fe6b[_0x1a428e(0xda)])?_0x313cb1[_0x1a428e(0x141)]:_0x27fe6b['status'],_0x2963f3[_0x1a428e(0x13f)]=new Date()[_0x1a428e(0xe8)](),_0x2963f3[_0x1a428e(0x15d)]=_0x313cb1[_0x1a428e(0x196)](Date[_0x1a428e(0x117)](),_0x27fe6b[_0x1a428e(0x100)][_0x1a428e(0x103)]()),_0x2963f3[_0x1a428e(0x16b)]=_0x27fe6b[_0x1a428e(0x115)]?_0x27fe6b[_0x1a428e(0x115)][_0x1a428e(0xfe)]:null;}}const a4_0x3c5efe={};a4_0x3c5efe[a4_0x2dc2fd(0x109)]=O11yHelper,a4_0x3c5efe[a4_0x2dc2fd(0x10c)]=STATE_PASSED,a4_0x3c5efe[a4_0x2dc2fd(0xe4)]=STATE_FAILED,a4_0x3c5efe[a4_0x2dc2fd(0x136)]=TEST_EVENTS,module[a4_0x2dc2fd(0x13d)]=a4_0x3c5efe;
1
+ function a4_0x8e2c(){const _0x1239aa=['aSWxg','push','JbogY','Failed\x20to\x20parse\x20wsendpoint\x20','../mocha/test-observability/mochaUtils','finished','length','javascript','DMhLG','hookAnalyticsId','TFxNY','ZlLVb','nXqAS','toString','XHwOB','../utils/constants','File\x20path\x20could\x20not\x20be\x20found','join','TVPKe','HookRunStarted','pHdcb','KziIf','test_run','pending','Laewx','groups','RHIpg','includes','_beforeEach','split','efIjo','location_prefix','_afterEach','result','bs:addLog:','Playwright','GcjlK','tags','laLRH','8zKXdTa','finished_at','YulQn','toISOString','kcTQr','browserType.js','suites','stop','currentTest','jvqRR','expanded','event_type','getFailureType','hook_run','browserstack','findGitConfig','_afterAll','MMtOi','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','mdBsl','appendTestItemLog','uuTEK','../../helpers/test-observability/constants','mPYiX','425100KkQCHe','retryOf','config','TEST_RUN_FINISHED','TEST_RUN_STARTED','type','markedStatus','statSync','getRootParentFile','parent','rsPuq','gWFOk','_beforeAll','55Juzicl','oWSQq','hook_run_uuid','launch','driver','rfYQI','failure','initializeBddStep','CBTSessionCreated','inspect','resetSkipTestHooks','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','XvYkK','frameworkName','ssuOK','getHierarchy','ldHFz','yTSqN','FkzAC','integrations','bddStepStart','rjZlw','VhSZS','uploadEventData','hhBmY','setupBrowserDetails','lib','hTomA','prefixTestPath','.git','yqpgE','success','FALHP','XIefp','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','now','pid','IkZLR','SbjtK','toUpperCase','status','qDPOm','kQAvt','QYBBv','BROWSERSTACK','replace','vzEse','PLAYWRIGHT_HUB_URL','Wbbex','_paths','hSqxk','184ZbOdRB','testAnalyticsId','GpcKR','vPIAj','failure_backtrace','toLowerCase','connectOverCDP','3|1|5|4|2|0','errorsDetailed','file','skipped','720710dHHoFd','EQQnA','lcuJt','passed','TestRunFinished','dirname','err','match','bind','TvRBi','TDjNv','test_run_uuid','failure_reason_expanded','XNBKY','XTDdL','forEach','fullTitle','vzpri','WtYWV','NeAPb','CDaqB','debug','cwd','AeyHq','../../helpers/test-observability/sessionHandler','eBxMn','path','getTime','FNSKh','1254870mGqbUR','util','getCBTInfo','winstonLogger','bddSteps','relative','apply','comment','UWRVq','GdbDY','iCYPa','LBRaL','BrowserType','hKfcF','HOOK_RUN_FINISHED','then','ssOay','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','YJcNI','startedAt','162rLDdOY','\x20with\x20error\x20:\x20','mapTestHooks','hooks','patchConsoleLogger','924426ifsVNH','stepAnalyticsId','FxKgl','_testEnv','text','zElix','loWNn','started','CODECEPT','name','LogCreated','__platformCaps','TEST_EVENTS','ctx','removeAllListeners','duration','TsMNn','obsBrowserTypeMockApplied','leVxu','vlYwR','STATE_PASSED','getInstance','YFnFq','kigUL','./helper.js','body','TEST_REPORTING_ANALYTICS','failed','connect','../../helpers/logger','shutdown','concat','enabled','string','41097ArUxLy','uuid','client','title','20612APDAAG','prototype','hook','GCeBg','tQxhB','OJrXX','lHYjr','defineProperty','BhroE','HookRunFinished','test','sep','HOOK_RUN_STARTED','../../helpers/test-observability/utils','find','failed\x20to\x20get\x20root\x20parent\x20file\x20','DuAps','8052LowHUu','bddStepFinish','getHooksForTest','../playwright/sessionDetails','hook_type','STATE_FAILED','accessibilityPlatform','zDrPC'];a4_0x8e2c=function(){return _0x1239aa;};return a4_0x8e2c();}const a4_0x59d9be=a4_0x49c4;(function(_0xfd8cf6,_0x172331){const _0x3653cd=a4_0x49c4,_0x446040=_0xfd8cf6();while(!![]){try{const _0x526a15=-parseInt(_0x3653cd(0x197))/0x1*(parseInt(_0x3653cd(0x157))/0x2)+-parseInt(_0x3653cd(0x12c))/0x3*(-parseInt(_0x3653cd(0x168))/0x4)+parseInt(_0x3653cd(0x1fa))/0x5+parseInt(_0x3653cd(0x131))/0x6+parseInt(_0x3653cd(0x153))/0x7*(parseInt(_0x3653cd(0x1ef))/0x8)+-parseInt(_0x3653cd(0x217))/0x9+-parseInt(_0x3653cd(0x1af))/0xa*(parseInt(_0x3653cd(0x1bc))/0xb);if(_0x526a15===_0x172331)break;else _0x446040['push'](_0x446040['shift']());}catch(_0x39dd6d){_0x446040['push'](_0x446040['shift']());}}}(a4_0x8e2c,0x1a400));function a4_0x49c4(_0x321a1e,_0x54736e){const _0x8e2c57=a4_0x8e2c();return a4_0x49c4=function(_0x49c403,_0x5f378f){_0x49c403=_0x49c403-0x125;let _0xc39090=_0x8e2c57[_0x49c403];return _0xc39090;},a4_0x49c4(_0x321a1e,_0x54736e);}const path=require(a4_0x59d9be(0x214)),fs=require('fs'),{v4:uuidv4}=require(a4_0x59d9be(0x154)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x59d9be(0x164)),{getTestEnv}=require(a4_0x59d9be(0x174)),{FRAMEWORKS}=require(a4_0x59d9be(0x1ad)),logger=require(a4_0x59d9be(0x14e))[a4_0x59d9be(0x21a)],SessionHandler=require(a4_0x59d9be(0x212)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x59d9be(0x16b)),debug=testOpsHelper[a4_0x59d9be(0x20f)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x59d9be(0x17f)),{fetchPlatformDetails}=require(a4_0x59d9be(0x149)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x59d9be(0x17f)),STATE_PASSED=a4_0x59d9be(0x1fd),STATE_FAILED=a4_0x59d9be(0x14c),a4_0x6afdba={};a4_0x6afdba[a4_0x59d9be(0x1b3)]='TestRunStarted',a4_0x6afdba[a4_0x59d9be(0x1b2)]=a4_0x59d9be(0x1fe),a4_0x6afdba['TEST_RUN_SKIPPED']='TestRunSkipped',a4_0x6afdba[a4_0x59d9be(0x163)]=a4_0x59d9be(0x183),a4_0x6afdba[a4_0x59d9be(0x126)]=a4_0x59d9be(0x160);const TEST_EVENTS=a4_0x6afdba,parseEvent=_0x33fa2=>{const _0x345114=a4_0x59d9be,_0x584972={};_0x584972[_0x345114(0x1da)]=function(_0x6c1401,_0x4f0648){return _0x6c1401<_0x4f0648;},_0x584972[_0x345114(0x199)]=function(_0x1c4bae,_0x511801){return _0x1c4bae===_0x511801;},_0x584972[_0x345114(0x182)]='test',_0x584972[_0x345114(0x211)]=function(_0x567f49,_0x37242b){return _0x567f49===_0x37242b;},_0x584972[_0x345114(0x137)]=_0x345114(0x159),_0x584972[_0x345114(0x167)]=_0x345114(0x1f9),_0x584972[_0x345114(0x1f1)]='started',_0x584972[_0x345114(0x1ae)]=_0x345114(0x175);const _0x7725ab=_0x584972,_0x180dbb=_0x33fa2[_0x345114(0x201)](/^(.*)Run(.*)$/);if(!_0x180dbb)return null;if(_0x7725ab[_0x345114(0x1da)](_0x180dbb[_0x345114(0x176)],0x3))return null;const _0x34f8d5=_0x180dbb[0x1][_0x345114(0x1f4)](),_0x44c97a=_0x180dbb[0x2]['toLowerCase']();return{'test':_0x7725ab[_0x345114(0x199)](_0x34f8d5,_0x7725ab['TVPKe']),'hook':_0x7725ab[_0x345114(0x211)](_0x34f8d5,_0x7725ab[_0x345114(0x137)]),'skipped':_0x7725ab[_0x345114(0x199)](_0x44c97a,_0x7725ab[_0x345114(0x167)]),'started':_0x7725ab['YulQn'](_0x44c97a,_0x7725ab[_0x345114(0x1f1)]),'finished':_0x7725ab[_0x345114(0x211)](_0x44c97a,_0x7725ab[_0x345114(0x1ae)])};},mockPWBrowserType=_0x346281=>{const _0x190ce9=a4_0x59d9be,_0x3abe30={'FALHP':function(_0x4f2bcc,_0x20fb58){return _0x4f2bcc===_0x20fb58;},'yTSqN':_0x190ce9(0x152),'kQAvt':function(_0x3c4aba,_0x335428,_0x2dacf2){return _0x3c4aba(_0x335428,_0x2dacf2);},'tEAEe':'wsEndpoint','Wbbex':function(_0x25d82a,_0x3ad5b1){return _0x25d82a(_0x3ad5b1);},'vzEse':_0x190ce9(0x1a5),'nXqAS':function(_0x53d737,_0xba4b4f){return _0x53d737(_0xba4b4f);},'tQxhB':_0x190ce9(0x1d6),'GcjlK':_0x190ce9(0x155),'OLRkS':_0x190ce9(0x19c),'qDPOm':function(_0x5cf63c,_0x2716e0){return _0x5cf63c(_0x2716e0);},'UWRVq':'Not\x20able\x20to\x20import\x20Browser','XvYkK':_0x190ce9(0x14d),'pHdcb':_0x190ce9(0x1bf)},_0x4089d7=path['join'](_0x3abe30[_0x190ce9(0x15b)],_0x3abe30[_0x190ce9(0x194)],_0x3abe30['OLRkS']),_0x2d069e=_0x3abe30[_0x190ce9(0x17c)](importFileFromPWCore,_0x4089d7);if(!_0x2d069e){_0x3abe30[_0x190ce9(0x1e5)](debug,_0x3abe30[_0x190ce9(0x21f)]);return;}const _0x262b4f=_0x2d069e[_0x190ce9(0x223)],_0xa7ba4f=_0x262b4f[_0x190ce9(0x158)];if(_0xa7ba4f[_0x190ce9(0x142)])return;const _0x7f792f=_0xa7ba4f[_0x190ce9(0x14d)];Object['defineProperty'](_0xa7ba4f,_0x3abe30[_0x190ce9(0x1c8)],{'get':function(){const _0x2ff930=_0x190ce9,_0x5180f2={'TFxNY':function(_0x27eed7,_0x475897){const _0x7f27ae=a4_0x49c4;return _0x3abe30[_0x7f27ae(0x1dc)](_0x27eed7,_0x475897);},'hSqxk':_0x3abe30[_0x2ff930(0x1cd)],'zElix':function(_0x2d52fe,_0x5cffd6,_0x4ae0fe){const _0x6104f=_0x2ff930;return _0x3abe30[_0x6104f(0x1e6)](_0x2d52fe,_0x5cffd6,_0x4ae0fe);},'XIefp':_0x3abe30['tEAEe'],'kigUL':function(_0x33e026,_0x2543bf){const _0x3131aa=_0x2ff930;return _0x3abe30[_0x3131aa(0x1ec)](_0x33e026,_0x2543bf);},'NeAPb':_0x3abe30[_0x2ff930(0x1ea)],'JbogY':function(_0x41d53b,_0x3fd7d4,_0x5be3ff){const _0x24ee10=_0x2ff930;return _0x3abe30[_0x24ee10(0x1e6)](_0x41d53b,_0x3fd7d4,_0x5be3ff);},'aSWxg':function(_0xccd3aa,_0x162c97){const _0x3297e0=_0x2ff930;return _0x3abe30[_0x3297e0(0x17c)](_0xccd3aa,_0x162c97);}};return async function _0x198c4f(_0x13383e,_0xf0860e){const _0x11e3b9=_0x2ff930,_0x36ecdb=_0x5180f2[_0x11e3b9(0x136)](nestedKeyValue,_0x13383e,[_0x5180f2[_0x11e3b9(0x1dd)]])||_0x13383e;let _0x576924=null,_0x4abcd1=null;try{[_0x4abcd1,_0x576924]=_0x36ecdb?_0x5180f2[_0x11e3b9(0x148)](parseWSEndpoint,_0x36ecdb):[null,null],global[_0x11e3b9(0x13c)]=_0x576924,logger['debug'](_0x11e3b9(0x129)+_0x4abcd1),_0x4abcd1[_0x11e3b9(0x18b)](Constants[_0x11e3b9(0x1e8)])&&(global['__cloud_provider___']=_0x5180f2[_0x11e3b9(0x20d)]);}catch(_0xb53301){logger[_0x11e3b9(0x20f)](_0x11e3b9(0x173)+_0x36ecdb+'\x20'+_0xb53301);}_0x5180f2[_0x11e3b9(0x172)](processAccessibilityCaps,_0x576924,_0x4abcd1);if(global[_0x11e3b9(0x16e)]){const _0x5392c0=await _0xa7ba4f[_0x11e3b9(0x1f5)][_0x11e3b9(0x21d)](this,[''+Constants[_0x11e3b9(0x1eb)]+_0x5180f2[_0x11e3b9(0x170)](encodeURIComponent,JSON['stringify'](_0x576924))]);return PlaywrightSessionDetails[_0x11e3b9(0x1d5)](_0x5392c0,_0x346281,_0x36ecdb),_0x5392c0;}return _0x7f792f['apply'](this,arguments)[_0x11e3b9(0x127)](_0x541bbe=>{const _0x5431aa=_0x11e3b9;let _0x2c780e=_0x13383e['wsEndpoint'];return _0x5180f2[_0x5431aa(0x17a)](typeof _0x13383e,_0x5180f2[_0x5431aa(0x1ee)])&&(_0x2c780e=_0x13383e),PlaywrightSessionDetails['setupBrowserDetails'](_0x541bbe,_0x346281,_0x2c780e),_0x541bbe;});};}});const _0xc6f5c6=_0xa7ba4f[_0x190ce9(0x1bf)];Object[_0x190ce9(0x15e)](_0xa7ba4f,_0x3abe30[_0x190ce9(0x184)],{'get':function(){return async function _0x470bbd(){const _0x2c2b5f=a4_0x49c4;return _0xc6f5c6[_0x2c2b5f(0x21d)](this,arguments)[_0x2c2b5f(0x127)](_0x4944be=>{const _0x1c2052=_0x2c2b5f;return PlaywrightSessionDetails[_0x1c2052(0x1d5)](_0x4944be,null),_0x4944be;});};}});};class O11yHelper{[a4_0x59d9be(0x19f)]=null;['currentHook']=null;['enabled']=![];['frameworkName']=![];constructor(_0x3df3a9,_0x118ac7){const _0x2a9d75=a4_0x59d9be,_0x25fc41={'nHCVI':_0x2a9d75(0x1f6),'hhBmY':function(_0x539b68,_0x19d737){return _0x539b68===_0x19d737;},'QYBBv':_0x2a9d75(0x193),'mdBsl':function(_0x28f0dd,_0x3c4ea5){return _0x28f0dd(_0x3c4ea5);},'TDjNv':function(_0x467175){return _0x467175();}},_0x34a1e1=_0x25fc41['nHCVI'][_0x2a9d75(0x18d)]('|');let _0x827bfa=0x0;while(!![]){switch(_0x34a1e1[_0x827bfa++]){case'0':this['driver']&&_0x25fc41[_0x2a9d75(0x1d4)](this[_0x2a9d75(0x1c0)]['constructor'][_0x2a9d75(0x13a)],_0x25fc41[_0x2a9d75(0x1e7)])&&_0x25fc41[_0x2a9d75(0x1aa)](mockPWBrowserType,null);continue;case'1':this[_0x2a9d75(0x1c9)]=_0x118ac7[_0x2a9d75(0x1c9)];continue;case'2':this[_0x2a9d75(0x1ed)]=new testOpsHelper['PathHelper']({'cwd':process[_0x2a9d75(0x210)]()},this[_0x2a9d75(0x134)][_0x2a9d75(0x18f)]);continue;case'3':this[_0x2a9d75(0x151)]=_0x25fc41[_0x2a9d75(0x204)](shouldProcessEventForTesthub);continue;case'4':this[_0x2a9d75(0x134)]=_0x25fc41['TDjNv'](getTestEnv);continue;case'5':this[_0x2a9d75(0x1c0)]=_0x3df3a9;continue;}break;}}['start'](){const _0x49bc31=a4_0x59d9be;if(!this[_0x49bc31(0x151)])return;testOpsHelper[_0x49bc31(0x130)](),process[_0x49bc31(0x13f)](_0x49bc31(0x192)+process[_0x49bc31(0x1e0)]),process['on'](_0x49bc31(0x192)+process[_0x49bc31(0x1e0)],this[_0x49bc31(0x1ab)][_0x49bc31(0x202)](this));}async[a4_0x59d9be(0x19e)](){const _0x40b14c=a4_0x59d9be;await RequestQueueHandler[_0x40b14c(0x146)]()[_0x40b14c(0x14f)]();}async[a4_0x59d9be(0x1ab)](_0x2ef4b9){const _0x41763c=a4_0x59d9be,_0x185c8b={'TvRBi':_0x41763c(0x13b),'gXvBT':function(_0x22033a,_0x157526){return _0x22033a(_0x157526);}};try{this['currentHook']&&!this['currentHook'][_0x41763c(0x1b5)]&&(_0x2ef4b9[_0x41763c(0x1be)]=this['currentHook'][_0x41763c(0x179)]);!_0x2ef4b9[_0x41763c(0x1be)]&&this[_0x41763c(0x19f)]&&!this[_0x41763c(0x19f)][_0x41763c(0x1b5)]&&(_0x2ef4b9['test_run_uuid']=this[_0x41763c(0x19f)]['testAnalyticsId']);if(_0x2ef4b9[_0x41763c(0x1be)]||_0x2ef4b9[_0x41763c(0x205)]){const _0x3167ca={};_0x3167ca[_0x41763c(0x1a2)]=_0x185c8b[_0x41763c(0x203)],_0x3167ca['logs']=[_0x2ef4b9],await SessionHandler['uploadEventData'](_0x3167ca);}}catch(_0x22a1d6){_0x185c8b['gXvBT'](debug,_0x41763c(0x1de)+constants[_0x41763c(0x14b)]+_0x41763c(0x12d)+_0x22a1d6);}}async['sendCBTInfo'](_0x1f1b86){const _0x32a582=a4_0x59d9be,_0x3fe0a0={'YFnFq':_0x32a582(0x1c4),'vPIAj':function(_0x711013,_0x59b980){return _0x711013(_0x59b980);}};if(!this[_0x32a582(0x151)])return;const _0x7de00e=this[_0x32a582(0x219)](this['driver']);try{const _0x5013fe={};_0x5013fe['uuid']=_0x1f1b86,_0x5013fe[_0x32a582(0x1cf)]=_0x7de00e;const _0x1089ae=_0x5013fe,_0x263df4={};_0x263df4['event_type']=_0x3fe0a0[_0x32a582(0x147)],_0x263df4[_0x32a582(0x186)]=_0x1089ae,await SessionHandler[_0x32a582(0x1d3)](_0x263df4);}catch(_0x5e7c46){_0x3fe0a0[_0x32a582(0x1f2)](debug,_0x32a582(0x1a9)+constants[_0x32a582(0x14b)]+_0x32a582(0x12d)+_0x5e7c46);}}[a4_0x59d9be(0x219)](_0x7c8d2e){const _0x101807={'lVtYj':function(_0x3b7ed8,_0xf95b27){return _0x3b7ed8(_0xf95b27);}};return _0x101807['lVtYj'](fetchPlatformDetails,_0x7c8d2e);}[a4_0x59d9be(0x1c6)]=_0x373343=>{const _0x56d72f=a4_0x59d9be,_0x3ccbe9={};_0x3ccbe9[_0x56d72f(0x1fc)]=_0x56d72f(0x18c),_0x3ccbe9[_0x56d72f(0x18a)]=_0x56d72f(0x190);const _0x5c6477=_0x3ccbe9;if(!_0x373343||!_0x373343[_0x56d72f(0x1b8)])return;[_0x5c6477[_0x56d72f(0x1fc)],_0x5c6477[_0x56d72f(0x18a)]]['forEach'](_0x321ed7=>{const _0x54febc=_0x56d72f,_0xbe9874=_0x373343[_0x54febc(0x1b8)][_0x321ed7];_0xbe9874[_0x54febc(0x209)](_0x1ee512=>{const _0x138141=_0x54febc;_0x1ee512[_0x138141(0x179)]&&(_0x1ee512[_0x138141(0x179)]=null);});});};['mapTestHooks'](_0x595f7a){const _0x5f4a16=a4_0x59d9be,_0x21f211={'OYNkA':'codeceptjs','FxKgl':function(_0x5cbe49){return _0x5cbe49();},'ZEnrh':function(_0x39d6bb,_0x2fac22){return _0x39d6bb===_0x2fac22;},'vlYwR':_0x5f4a16(0x190),'OJrXX':_0x5f4a16(0x1bb),'KziIf':_0x5f4a16(0x1a7),'hTomA':_0x5f4a16(0x18c)};if(!_0x595f7a||!_0x595f7a[_0x5f4a16(0x1b8)])return;[_0x21f211[_0x5f4a16(0x15c)],_0x21f211[_0x5f4a16(0x185)],_0x21f211[_0x5f4a16(0x1d7)],_0x21f211[_0x5f4a16(0x144)]][_0x5f4a16(0x209)](_0x82708=>{const _0x2f41d7=_0x5f4a16,_0x1b861c={'XNBKY':_0x21f211['OYNkA'],'IkZLR':function(_0x41f583){const _0x122b94=a4_0x49c4;return _0x21f211[_0x122b94(0x133)](_0x41f583);},'ssuOK':function(_0xe07973,_0x518453){return _0x21f211['ZEnrh'](_0xe07973,_0x518453);},'XTDdL':_0x21f211[_0x2f41d7(0x144)]},_0x538757=_0x595f7a[_0x2f41d7(0x1b8)][_0x82708]||[];_0x538757[_0x2f41d7(0x209)](_0x1b871f=>{const _0x8ee182=_0x2f41d7;if(_0x1b871f[_0x8ee182(0x156)]['includes'](_0x1b861c[_0x8ee182(0x207)]))return;if(!_0x1b871f[_0x8ee182(0x179)])_0x1b871f[_0x8ee182(0x179)]=_0x1b861c[_0x8ee182(0x1e1)](uuidv4);else _0x1b871f['markedStatus']&&_0x1b861c[_0x8ee182(0x1ca)](_0x82708,_0x1b861c[_0x8ee182(0x208)])&&(_0x1b871f[_0x8ee182(0x179)]=_0x1b861c[_0x8ee182(0x1e1)](uuidv4),delete _0x1b871f['markedStatus']);});}),this[_0x5f4a16(0x12e)](_0x595f7a['parent']);}[a4_0x59d9be(0x16a)](_0x1f38cf){const _0x36c474=a4_0x59d9be,_0x52aa3e={};_0x52aa3e['lHYjr']=_0x36c474(0x1bb),_0x52aa3e[_0x36c474(0x17b)]=_0x36c474(0x1a7),_0x52aa3e['eBxMn']=_0x36c474(0x18c),_0x52aa3e['mUELK']='_afterEach';const _0x1e8485=_0x52aa3e;if(!_0x1f38cf||!_0x1f38cf[_0x36c474(0x1b8)])return[];const _0xc4331d=[];return[_0x1e8485[_0x36c474(0x15d)],_0x1e8485['ZlLVb'],_0x1e8485[_0x36c474(0x213)],_0x1e8485['mUELK']]['forEach'](_0x3caf76=>{const _0x2ad020=_0x1f38cf['parent'][_0x3caf76]||[];_0x2ad020['forEach'](_0x1caed0=>{const _0x35d818=a4_0x49c4;_0x1caed0[_0x35d818(0x179)]&&_0xc4331d[_0x35d818(0x171)](_0x1caed0[_0x35d818(0x179)]);});}),[][_0x36c474(0x150)](_0xc4331d,this[_0x36c474(0x16a)](_0x1f38cf[_0x36c474(0x1b8)]));}['getHookType'](_0x1b7541){const _0x1c6993=a4_0x59d9be,_0x401cd8=/^"(?<hook>.*)" hook:.*$/,_0x506ea0=_0x1b7541[_0x1c6993(0x156)],_0xba886b=_0x506ea0[_0x1c6993(0x201)](_0x401cd8);if(_0xba886b&&_0xba886b[_0x1c6993(0x189)])return _0xba886b[_0x1c6993(0x189)][_0x1c6993(0x159)][_0x1c6993(0x1e3)]()[_0x1c6993(0x1e9)]('\x20','_');return null;}[a4_0x59d9be(0x1a6)](_0x50c514){const _0x4f24db=a4_0x59d9be,_0xb4732e={};_0xb4732e[_0x4f24db(0x216)]=function(_0x2b9334,_0x16946d){return _0x2b9334===_0x16946d;},_0xb4732e[_0x4f24db(0x1ba)]=function(_0xe9fefc,_0x5390a3){return _0xe9fefc===_0x5390a3;},_0xb4732e[_0x4f24db(0x16f)]=function(_0x4ecc3a,_0x1f8ead){return _0x4ecc3a===_0x1f8ead;},_0xb4732e['ssOay']=_0x4f24db(0x1d9),_0xb4732e[_0x4f24db(0x178)]=_0x4f24db(0x1b1);const _0x4e99b9=_0xb4732e,_0x2c3dbd=path[_0x4f24db(0x162)];if(_0x4e99b9[_0x4f24db(0x216)](_0x50c514,null)||_0x4e99b9[_0x4f24db(0x1ba)](_0x50c514,'')||_0x4e99b9[_0x4f24db(0x216)](_0x50c514,_0x2c3dbd)||_0x4e99b9[_0x4f24db(0x16f)](_0x50c514,path[_0x4f24db(0x1ff)](_0x50c514)))return null;try{return fs[_0x4f24db(0x1b6)](path[_0x4f24db(0x181)](_0x50c514,_0x4e99b9[_0x4f24db(0x128)],_0x4e99b9[_0x4f24db(0x178)])),_0x50c514;}catch(_0x18d37b){const _0x203aaf=path[_0x4f24db(0x1ff)](_0x50c514);return this[_0x4f24db(0x1a6)](_0x203aaf);}}[a4_0x59d9be(0x1b7)](_0x3e1a0e){const _0x4052bd=a4_0x59d9be,_0x294a2f={};_0x294a2f[_0x4052bd(0x1ce)]=function(_0x38f321,_0x5c5963){return _0x38f321>_0x5c5963;};const _0x2eb751=_0x294a2f;if(_0x3e1a0e[_0x4052bd(0x1f8)])return _0x3e1a0e[_0x4052bd(0x1f8)];if(_0x3e1a0e[_0x4052bd(0x13e)]){const _0x4ab7ab=_0x3e1a0e[_0x4052bd(0x13e)][_0x4052bd(0x19f)]?this['getRootParentFile'](_0x3e1a0e[_0x4052bd(0x13e)][_0x4052bd(0x19f)]):null;if(_0x4ab7ab)return _0x4ab7ab;}if(_0x3e1a0e[_0x4052bd(0x1b8)]){const _0x4ffd04=this['getRootParentFile'](_0x3e1a0e[_0x4052bd(0x1b8)])||(_0x3e1a0e[_0x4052bd(0x1b8)][_0x4052bd(0x13e)]&&_0x3e1a0e['parent'][_0x4052bd(0x13e)][_0x4052bd(0x19f)]?this['getRootParentFile'](_0x3e1a0e['parent'][_0x4052bd(0x13e)][_0x4052bd(0x19f)]):null);if(_0x4ffd04)return _0x4ffd04;_0x3e1a0e[_0x4052bd(0x1b8)][_0x4052bd(0x19d)]&&_0x2eb751[_0x4052bd(0x1ce)](_0x3e1a0e[_0x4052bd(0x1b8)][_0x4052bd(0x19d)][_0x4052bd(0x176)],0x0)&&_0x3e1a0e[_0x4052bd(0x1b8)]['suites'][_0x4052bd(0x209)](_0x5306c5=>{const _0x1a1ed2=_0x4052bd,_0x4e6069=_0x5306c5[_0x1a1ed2(0x13e)]?this[_0x1a1ed2(0x1b7)](_0x5306c5[_0x1a1ed2(0x13e)]):null;if(_0x4e6069)return _0x4e6069;});}return null;}[a4_0x59d9be(0x1cb)](_0x115b1d){const _0x5776eb=a4_0x59d9be,_0x127585={};_0x127585[_0x5776eb(0x125)]=function(_0x4a63b4,_0x408f4f){return _0x4a63b4!==_0x408f4f;};const _0x14034b=_0x127585,_0x5cb7f5=[];if(_0x115b1d&&_0x115b1d[_0x5776eb(0x1b8)]){let _0x2280e5=_0x115b1d[_0x5776eb(0x1b8)];while(_0x2280e5&&_0x14034b[_0x5776eb(0x125)](_0x2280e5['title'],'')){_0x5cb7f5[_0x5776eb(0x171)](_0x2280e5[_0x5776eb(0x156)]),_0x2280e5=_0x2280e5[_0x5776eb(0x1b8)];}}return _0x5cb7f5;}['captureEvent'](_0x12d0ea,_0x4c1de9,_0x3de62d=undefined){const _0x1942f9=a4_0x59d9be,_0x34c05b={'efIjo':function(_0x10f29e,_0x5b4186){return _0x10f29e(_0x5b4186);},'SbjtK':function(_0x1203e3){return _0x1203e3();},'GCeBg':function(_0x1bb09c){return _0x1bb09c();},'rsPuq':function(_0x5d5e25){return _0x5d5e25();},'uhWJd':function(_0x484b05,_0x46cff0){return _0x484b05(_0x46cff0);},'WtYWV':_0x1942f9(0x218),'iCYPa':_0x1942f9(0x200),'TsMNn':function(_0x3f922d,_0x47f7ff){return _0x3f922d!==_0x47f7ff;},'rfYQI':function(_0x10027f,_0x59555a){return _0x10027f!==_0x59555a;},'XHwOB':_0x1942f9(0x180),'VhSZS':'pending','jvqRR':'failed','kcTQr':_0x1942f9(0x1fd),'rjZlw':'skipped','KYqcu':_0x1942f9(0x177),'EQQnA':function(_0x55836b,_0xc5ea75){return _0x55836b-_0xc5ea75;},'Laewx':function(_0x3a60f8,_0x4a7235,_0x416f55,_0x2d9bf0,_0x554879){return _0x3a60f8(_0x4a7235,_0x416f55,_0x2d9bf0,_0x554879);},'nlEdC':_0x1942f9(0x1cf),'laLRH':'meta','vzpri':_0x1942f9(0x1c2),'arhPe':_0x1942f9(0x1f3),'nJLfO':'backtrace','InpMc':_0x1942f9(0x206),'YJcNI':_0x1942f9(0x1a1),'CDaqB':function(_0x2b9d51,_0x68c1ae){return _0x2b9d51===_0x68c1ae;},'MMtOi':_0x1942f9(0x1a4),'uuTEK':_0x1942f9(0x186)};if(!this['enabled'])return;try{if(_0x4c1de9['fn']&&_0x4c1de9['fn'][_0x1942f9(0x17d)]()['match'](/browserstack internal helper hook/))return;const _0x3ca72e=_0x34c05b[_0x1942f9(0x18e)](parseEvent,_0x12d0ea);if(!_0x3ca72e)return;if(_0x3ca72e['test']){this[_0x1942f9(0x19f)]=_0x4c1de9,this['currentHook']=null;if(_0x3ca72e[_0x1942f9(0x138)]||_0x3ca72e['skipped']){_0x4c1de9['startedAt']=new Date(),_0x4c1de9[_0x1942f9(0x1b5)]=![];if(!_0x4c1de9[_0x1942f9(0x1f0)])_0x4c1de9[_0x1942f9(0x1f0)]=_0x34c05b[_0x1942f9(0x1e2)](uuidv4);else _0x4c1de9['markedStatus']&&(!_0x4c1de9[_0x1942f9(0x1b0)]&&(_0x4c1de9[_0x1942f9(0x1b0)]=_0x4c1de9['testAnalyticsId']),_0x4c1de9[_0x1942f9(0x1f0)]=_0x34c05b[_0x1942f9(0x15a)](uuidv4));}}else{if(_0x3ca72e[_0x1942f9(0x159)]){this['currentHook']=_0x4c1de9;if(_0x3ca72e[_0x1942f9(0x138)]){_0x4c1de9['startedAt']=new Date(),_0x4c1de9[_0x1942f9(0x1b5)]=![];if(!_0x4c1de9[_0x1942f9(0x179)])_0x4c1de9[_0x1942f9(0x179)]=_0x34c05b[_0x1942f9(0x1b9)](uuidv4);else _0x4c1de9[_0x1942f9(0x179)]&&_0x4c1de9[_0x1942f9(0x1b5)]&&(_0x4c1de9[_0x1942f9(0x179)]=_0x34c05b[_0x1942f9(0x15a)](uuidv4));}}}if(_0x3ca72e[_0x1942f9(0x175)]&&_0x4c1de9[_0x1942f9(0x1b5)])return;let _0x5dc1aa;try{_0x5dc1aa=this['getRootParentFile'](_0x4c1de9);}catch(_0x3d572d){logger[_0x1942f9(0x20f)](_0x1942f9(0x166)+_0x3d572d),_0x5dc1aa=null;}const _0x2749be=_0x34c05b['uhWJd'](require,_0x34c05b[_0x1942f9(0x20c)]);let _0x591f80=[];_0x3de62d&&(_0x591f80=[_0x3de62d,_0x34c05b[_0x1942f9(0x221)]]);const _0x1f7c2b=_0x34c05b[_0x1942f9(0x141)](_0x4c1de9[_0x1942f9(0x1f7)],undefined)?_0x2749be[_0x1942f9(0x1c5)](_0x4c1de9[_0x1942f9(0x1f7)][0x0]):_0x34c05b['rfYQI'](_0x3de62d,undefined)?_0x3de62d[_0x1942f9(0x17d)]():undefined,_0x158728=_0x5dc1aa?this[_0x1942f9(0x1a6)](_0x5dc1aa):null,_0xfb34a9=_0x5dc1aa?this[_0x1942f9(0x1ed)][_0x1942f9(0x1d8)](this[_0x1942f9(0x1b7)](_0x4c1de9)):_0x34c05b[_0x1942f9(0x17e)];let _0x294fcf=_0x34c05b['VhSZS'];const _0x440208=!_0x3ca72e['started']?new Date()[_0x1942f9(0x19a)]():null;if(_0x3ca72e[_0x1942f9(0x175)])_0x294fcf=_0x3de62d?_0x34c05b[_0x1942f9(0x1a0)]:_0x34c05b[_0x1942f9(0x19b)],_0x4c1de9[_0x1942f9(0x1b5)]=!![];else _0x3ca72e[_0x1942f9(0x1f9)]&&(_0x294fcf=_0x34c05b[_0x1942f9(0x1d1)],_0x4c1de9[_0x1942f9(0x1b5)]=!![]);const _0x19f36a={'framework':this[_0x1942f9(0x1c9)],'uuid':_0x4c1de9[_0x1942f9(0x1f0)]||_0x4c1de9[_0x1942f9(0x179)],'name':_0x4c1de9['title'],'body':{'lang':_0x34c05b['KYqcu'],'code':_0x4c1de9['body']['toString']()},'type':_0x4c1de9[_0x1942f9(0x1b4)],'scope':_0x4c1de9[_0x1942f9(0x20a)](),'scopes':this[_0x1942f9(0x1cb)](_0x4c1de9),'file_name':_0xfb34a9,'vc_filepath':_0x158728?path[_0x1942f9(0x21c)](_0x158728,_0x5dc1aa):null,'location':_0xfb34a9,'result':_0x294fcf,'failure_reason':_0x1f7c2b,'duration_in_ms':_0x4c1de9[_0x1942f9(0x140)]||(_0x3ca72e[_0x1942f9(0x175)]||_0x3ca72e['skipped'])?_0x34c05b[_0x1942f9(0x1fb)](Date[_0x1942f9(0x1df)](),new Date(_0x4c1de9['startedAt'])['getTime']()):null,'started_at':new Date(_0x4c1de9['startedAt'])[_0x1942f9(0x19a)](),'finished_at':_0x440208,'failure':testOpsHelper['failureData'][_0x1942f9(0x21d)](null,_0x591f80),'failure_type':!_0x1f7c2b?null:testOpsHelper[_0x1942f9(0x1a3)](_0x1f7c2b),'retry_of':_0x4c1de9[_0x1942f9(0x1b0)]||null,'tags':_0x4c1de9[_0x1942f9(0x195)]||[],'customRerunParam':{'rerun_name':_0x4c1de9[_0x1942f9(0x20a)]()}};_0x34c05b[_0x1942f9(0x188)](appendTesthubParams,_0x19f36a,_0x12d0ea,_0x4c1de9,FRAMEWORKS[_0x1942f9(0x139)]);if(_0x3ca72e['hook'])[_0x19f36a[_0x1942f9(0x16c)],_0x19f36a[_0x1942f9(0x13a)]]=[this['getHookType'](_0x4c1de9),_0x4c1de9[_0x1942f9(0x13e)][_0x1942f9(0x161)][_0x1942f9(0x156)]],_0x3ca72e['finished']?_0x34c05b[_0x1942f9(0x1c1)](_0x19f36a[_0x1942f9(0x191)],_0x34c05b['jvqRR'])&&(_0x19f36a[_0x1942f9(0x191)]=_0x34c05b[_0x1942f9(0x19b)]):_0x19f36a[_0x1942f9(0x14a)]={};else _0x3ca72e['test']&&(this[_0x1942f9(0x12e)](_0x4c1de9),_0x3ca72e[_0x1942f9(0x1f9)]&&this[_0x1942f9(0x1c6)](_0x4c1de9),(_0x3ca72e['finished']||_0x3ca72e[_0x1942f9(0x1f9)])&&(_0x19f36a[_0x1942f9(0x12f)]=this[_0x1942f9(0x16a)](_0x4c1de9)));this['driver']&&(_0x3ca72e[_0x1942f9(0x138)]||_0x3ca72e['skipped'])&&(_0x19f36a[_0x34c05b['nlEdC']]=this[_0x1942f9(0x219)](this[_0x1942f9(0x1c0)]));_0x3ca72e['test']&&_0x3ca72e[_0x1942f9(0x175)]&&_0x4c1de9[_0x1942f9(0x21b)]&&(_0x19f36a[_0x34c05b[_0x1942f9(0x196)]]={'feature':{'name':_0x4c1de9['parent']['feature'][_0x1942f9(0x13a)],'path':_0x19f36a['file_name'],'description':_0x4c1de9[_0x1942f9(0x1b8)][_0x1942f9(0x21e)]},'scenario':{'name':_0x4c1de9[_0x1942f9(0x156)]},'steps':_0x4c1de9[_0x1942f9(0x21b)]});const _0x429f56=_0x19f36a[_0x34c05b[_0x1942f9(0x20b)]][0x0];_0x429f56&&(_0x19f36a[_0x34c05b['arhPe']]=_0x429f56[_0x34c05b['nJLfO']],_0x19f36a[_0x34c05b['InpMc']]=_0x429f56[_0x34c05b[_0x1942f9(0x12a)]]);if(_0x4c1de9['bddSteps'])for(const _0x43e7e1 of _0x4c1de9['bddSteps']){!_0x43e7e1[_0x1942f9(0x198)]&&(_0x43e7e1[_0x1942f9(0x198)]=new Date()[_0x1942f9(0x19a)](),_0x34c05b[_0x1942f9(0x20e)](_0x43e7e1[_0x1942f9(0x191)],_0x34c05b[_0x1942f9(0x1d2)])&&(_0x429f56?(_0x43e7e1[_0x1942f9(0x191)]=_0x34c05b[_0x1942f9(0x1a0)],_0x43e7e1[_0x1942f9(0x1c2)]=_0x429f56[_0x34c05b['nJLfO']][0x0]):_0x43e7e1[_0x1942f9(0x191)]=_0x34c05b[_0x1942f9(0x19b)]));}const _0x23d7b9={};_0x23d7b9[_0x1942f9(0x1a2)]=_0x3ca72e[_0x1942f9(0x1f9)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x12d0ea;const _0x5ca5db=_0x23d7b9;return _0x3ca72e['hook']?_0x5ca5db[_0x34c05b[_0x1942f9(0x1a8)]]=_0x19f36a:_0x5ca5db[_0x34c05b[_0x1942f9(0x1ac)]]=_0x19f36a,_0x5ca5db;}catch(_0x264e0f){logger[_0x1942f9(0x20f)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x12d0ea+'\x20with\x20error\x20:\x20'+_0x264e0f);}}async['fireEvent'](_0x4dd617,_0x470183){const _0x21b7e6=a4_0x59d9be;if(!this['enabled']||!_0x470183||!_0x4dd617)return![];try{return await SessionHandler[_0x21b7e6(0x1d3)](_0x470183);}catch(_0x4c1993){logger[_0x21b7e6(0x20f)](_0x21b7e6(0x1c7)+_0x4dd617+'\x20with\x20error\x20:\x20'+_0x4c1993);}}[a4_0x59d9be(0x1c3)](_0x5d2fda){const _0x74a9a8=a4_0x59d9be,_0x3edfea={};_0x3edfea[_0x74a9a8(0x143)]=_0x74a9a8(0x187);const _0x56824f=_0x3edfea;return{'id':_0x5d2fda[_0x74a9a8(0x132)],'text':_0x5d2fda[_0x74a9a8(0x135)],'keyword':_0x5d2fda['keyword'],'started_at':_0x5d2fda['startedAt'][_0x74a9a8(0x19a)](),'result':_0x56824f[_0x74a9a8(0x143)]};}[a4_0x59d9be(0x1d0)](_0x1179e7){const _0x428f9a=a4_0x59d9be,_0x5778a5={'BeCiU':function(_0x5b4c86){return _0x5b4c86();}};!this[_0x428f9a(0x19f)]['bddSteps']&&(this[_0x428f9a(0x19f)]['bddSteps']=[]),!_0x1179e7[_0x428f9a(0x132)]&&(_0x1179e7[_0x428f9a(0x132)]=_0x5778a5['BeCiU'](uuidv4),_0x1179e7['startedAt']=new Date(),this['currentTest'][_0x428f9a(0x21b)]['push'](this[_0x428f9a(0x1c3)](_0x1179e7)));}[a4_0x59d9be(0x169)](_0x1159bd){const _0x1b56b9=a4_0x59d9be,_0x78433a={'GdbDY':function(_0x40ebcd,_0x6a9211){return _0x40ebcd(_0x6a9211);},'oWSQq':_0x1b56b9(0x1db),'LBRaL':_0x1b56b9(0x187),'BhroE':_0x1b56b9(0x1fd),'ldHFz':function(_0x8a26d6,_0x8f5df8){return _0x8a26d6-_0x8f5df8;}};let _0x1be28e=this[_0x1b56b9(0x19f)][_0x1b56b9(0x21b)][_0x1b56b9(0x165)](_0x13a8d0=>_0x13a8d0['id']===_0x1159bd[_0x1b56b9(0x132)]);_0x78433a[_0x1b56b9(0x220)](isUndefined,_0x1be28e)&&(_0x1be28e=this[_0x1b56b9(0x1c3)](_0x1159bd)),_0x1be28e[_0x1b56b9(0x191)]=[_0x78433a[_0x1b56b9(0x1bd)],_0x78433a[_0x1b56b9(0x222)]]['includes'](_0x1159bd[_0x1b56b9(0x1e4)])?_0x78433a[_0x1b56b9(0x15f)]:_0x1159bd[_0x1b56b9(0x1e4)],_0x1be28e[_0x1b56b9(0x198)]=new Date()[_0x1b56b9(0x19a)](),_0x1be28e[_0x1b56b9(0x140)]=_0x78433a[_0x1b56b9(0x1cc)](Date[_0x1b56b9(0x1df)](),_0x1159bd[_0x1b56b9(0x12b)][_0x1b56b9(0x215)]()),_0x1be28e['failure']=_0x1159bd['err']?_0x1159bd['err']['message']:null;}}const a4_0x5806ff={};a4_0x5806ff['O11yHelper']=O11yHelper,a4_0x5806ff[a4_0x59d9be(0x145)]=STATE_PASSED,a4_0x5806ff[a4_0x59d9be(0x16d)]=STATE_FAILED,a4_0x5806ff[a4_0x59d9be(0x13d)]=TEST_EVENTS,module['exports']=a4_0x5806ff;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a5_0x4a3b40=a5_0x9628;(function(_0x138ece,_0x37daff){const _0x2ea28e=a5_0x9628,_0x2f89f2=_0x138ece();while(!![]){try{const _0x26e2a5=parseInt(_0x2ea28e(0x13b))/0x1+parseInt(_0x2ea28e(0x12d))/0x2*(-parseInt(_0x2ea28e(0x140))/0x3)+-parseInt(_0x2ea28e(0x187))/0x4*(parseInt(_0x2ea28e(0x157))/0x5)+parseInt(_0x2ea28e(0x167))/0x6+-parseInt(_0x2ea28e(0x16a))/0x7*(parseInt(_0x2ea28e(0x156))/0x8)+-parseInt(_0x2ea28e(0x1a3))/0x9+parseInt(_0x2ea28e(0x1b2))/0xa*(parseInt(_0x2ea28e(0x17c))/0xb);if(_0x26e2a5===_0x37daff)break;else _0x2f89f2['push'](_0x2f89f2['shift']());}catch(_0x4fdd60){_0x2f89f2['push'](_0x2f89f2['shift']());}}}(a5_0x4d26,0x4b972));const fs=require('fs'),path=require(a5_0x4a3b40(0x178)),util=require('util'),logger=require('../../helpers/logger')[a5_0x4a3b40(0x154)],{default:BrowserStackSetup}=require(a5_0x4a3b40(0x1ab)),helper=require(a5_0x4a3b40(0x181)),utilities=require('../../helpers/utilities'),constants=require(a5_0x4a3b40(0x1b6)),{parallelCucumberRun}=require(a5_0x4a3b40(0x12f)),TestHubHandler=require(a5_0x4a3b40(0x13a)),testOpsHelper=require(a5_0x4a3b40(0x132)),chalk=require(a5_0x4a3b40(0x134)),PerformanceTester=require(a5_0x4a3b40(0x1b5)),PerformanceEvents=require(a5_0x4a3b40(0x153))[a5_0x4a3b40(0x15a)],BrowserstackCLI=require(a5_0x4a3b40(0x1bb)),CLIUtils=require('../v2/cliUtils'),TestInfo=require(a5_0x4a3b40(0x17d));function printCucumberStats(_0x58b0f1){const _0x190ac5=a5_0x4a3b40,_0x5c4419={};_0x5c4419[_0x190ac5(0x163)]=function(_0x1d07ae,_0x35b53a){return _0x1d07ae>_0x35b53a;},_0x5c4419[_0x190ac5(0x190)]=function(_0x1b1e70,_0xe9da77){return _0x1b1e70-_0xe9da77;},_0x5c4419[_0x190ac5(0x185)]=function(_0x4d1624,_0x25b314){return _0x4d1624-_0x25b314;},_0x5c4419['pSGMH']=function(_0x5ed27e,_0xd0efab){return _0x5ed27e>_0xd0efab;},_0x5c4419[_0x190ac5(0x184)]=function(_0xb73801,_0x500597){return _0xb73801>_0x500597;},_0x5c4419[_0x190ac5(0x19a)]=function(_0x28c01e,_0x38b144){return _0x28c01e>_0x38b144;},_0x5c4419[_0x190ac5(0x138)]=function(_0x316651,_0x2fa5b4){return _0x316651>_0x2fa5b4;},_0x5c4419['ylBhz']=function(_0x185781,_0x3cf212){return _0x185781>_0x3cf212;},_0x5c4419[_0x190ac5(0x159)]=function(_0x233cea,_0x1d0b70){return _0x233cea>_0x1d0b70;},_0x5c4419[_0x190ac5(0x1ac)]=function(_0x2e077e,_0x3eec69){return _0x2e077e>_0x3eec69;},_0x5c4419['BFAev']=function(_0x5e9867,_0x4779d8){return _0x5e9867+_0x4779d8;},_0x5c4419['dgaXd']=function(_0x304bf9,_0x36683e){return _0x304bf9+_0x36683e;},_0x5c4419[_0x190ac5(0x188)]=function(_0x5b60b8,_0x10cf87){return _0x5b60b8+_0x10cf87;},_0x5c4419[_0x190ac5(0x131)]=function(_0x33b14b,_0x466ff8){return _0x33b14b===_0x466ff8;},_0x5c4419[_0x190ac5(0x17f)]=function(_0x5a3e2d,_0x4e1f2b){return _0x5a3e2d===_0x4e1f2b;},_0x5c4419['Meyim']=_0x190ac5(0x19b);const _0x25657c=_0x5c4419;let _0x5d3ec2=0x0;if(_0x25657c['llEGN'](_0x58b0f1[_0x190ac5(0x143)],0x0))return _0x5d3ec2;return console[_0x190ac5(0x15b)](chalk[_0x190ac5(0x1a5)][_0x190ac5(0x161)](_0x25657c[_0x190ac5(0x174)])),_0x58b0f1[_0x190ac5(0x15c)](_0x358f4e=>{const _0x35acb2=_0x190ac5,_0x3a5d96=_0x358f4e[0x0],_0x32375a=_0x358f4e[0x1];helper[_0x35acb2(0x13f)]()&&console[_0x35acb2(0x15b)]('\x0a'+chalk[_0x35acb2(0x1a5)]['yellow'](''+helper['getPlatformName'](_0x3a5d96)));const _0x183658=_0x32375a[_0x35acb2(0x19e)],_0x4726d6=_0x32375a[_0x35acb2(0x14b)],_0x2beb8c=_0x32375a[_0x35acb2(0x196)],_0x326577=_0x32375a[_0x35acb2(0x1a2)],_0x2b53fb=_0x32375a[_0x35acb2(0x135)],_0x2ecda2=_0x32375a[_0x35acb2(0x155)],_0x12b587=_0x32375a[_0x35acb2(0x137)],_0x18a8d0=_0x32375a[_0x35acb2(0x192)],_0xc931aa=_0x32375a[_0x35acb2(0x160)],_0xcb9e8c=_0x32375a['stepsAmbiguous'],_0xbcc9a3=_0x32375a[_0x35acb2(0x172)];let _0x498033=_0x183658+_0x35acb2(0x1ba);const _0x3b05e5=_0x25657c[_0x35acb2(0x163)](_0x25657c['ybobL'](_0x183658,_0x2beb8c),0x0)?_0x25657c['NiBUT'](_0x183658,_0x2beb8c):0x0;if(_0x25657c[_0x35acb2(0x163)](_0x2beb8c,0x0)&&_0x25657c['MomXd'](_0x3b05e5,0x0))_0x498033+='\x20('+chalk[_0x35acb2(0x1a5)]['red'](_0x2beb8c+'\x20failed')+',\x20'+chalk[_0x35acb2(0x1a5)][_0x35acb2(0x19d)](_0x3b05e5+_0x35acb2(0x194))+')';else(_0x25657c[_0x35acb2(0x18f)](_0x2beb8c,0x0)||_0x25657c['agunl'](_0x3b05e5,0x0))&&(_0x498033+=_0x25657c[_0x35acb2(0x18f)](_0x2beb8c,0x0)?'\x20('+chalk[_0x35acb2(0x1a5)][_0x35acb2(0x1a8)](_0x2beb8c+_0x35acb2(0x17a))+')':'\x20('+chalk['bold']['green'](_0x3b05e5+'\x20passed')+')');const _0x49cd5f=_0x4726d6+_0x35acb2(0x136),_0x216381=[];_0x25657c[_0x35acb2(0x19a)](_0xcb9e8c,0x0)&&_0x216381[_0x35acb2(0x169)](''+chalk[_0x35acb2(0x1a5)][_0x35acb2(0x1a8)](_0xcb9e8c+'\x20ambiguous'));_0x25657c[_0x35acb2(0x138)](_0x326577,0x0)&&_0x216381[_0x35acb2(0x169)](''+chalk[_0x35acb2(0x1a5)][_0x35acb2(0x1a8)](_0x326577+'\x20failed'));_0x25657c[_0x35acb2(0x1aa)](_0x2b53fb,0x0)&&_0x216381[_0x35acb2(0x169)](''+chalk[_0x35acb2(0x1a5)]['green'](_0x2b53fb+_0x35acb2(0x194)));_0x25657c[_0x35acb2(0x159)](_0x12b587,0x0)&&_0x216381[_0x35acb2(0x169)](''+chalk[_0x35acb2(0x1a5)][_0x35acb2(0x177)](_0x12b587+_0x35acb2(0x19c)));_0x25657c[_0x35acb2(0x18f)](_0x2ecda2,0x0)&&_0x216381[_0x35acb2(0x169)](''+chalk[_0x35acb2(0x1a5)][_0x35acb2(0x149)](_0x2ecda2+_0x35acb2(0x195)));_0x25657c[_0x35acb2(0x159)](_0x18a8d0,0x0)&&_0x216381[_0x35acb2(0x169)](''+chalk[_0x35acb2(0x1a5)][_0x35acb2(0x177)](_0x18a8d0+'\x20undefined'));_0x25657c[_0x35acb2(0x1ac)](_0xc931aa,0x0)&&_0x216381[_0x35acb2(0x169)](''+chalk[_0x35acb2(0x1a5)][_0x35acb2(0x177)](_0xc931aa+_0x35acb2(0x195)));const _0x2dabfa=_0x25657c[_0x35acb2(0x180)](_0x25657c['dgaXd'](_0x25657c['dgaXd'](_0x49cd5f,'('),_0x216381[_0x35acb2(0x186)](',\x20')),')');console[_0x35acb2(0x15b)](_0x25657c[_0x35acb2(0x189)](_0x25657c[_0x35acb2(0x188)](_0x25657c[_0x35acb2(0x189)](_0x25657c[_0x35acb2(0x180)]('\x0a',_0x498033),'\x0a'),_0x2dabfa),'\x0a')),_0x25657c[_0x35acb2(0x131)](_0xbcc9a3,![])&&(_0x5d3ec2=0x1);}),_0x5d3ec2;}function a5_0x4d26(){const _0x253f52=['skipSessionName','start','Detected\x20Playwright\x20version\x20','\x20scenarios','../v2/browserstackCLI','6matpRd','bootstrap','../test-runner','turboScaleUrl','VONPL','../../helpers/test-observability/utils','setBrowserstackConfig','chalk','stepsPassed','\x20steps','stepsPending','tdzLc','HLWMW','../../helpers/testhub/testhubHandler','489332oEIYZc','proxySettings','useW3C','removeDir','isBrowserstackInfra','257034OJHiyV','BROWSERSTACK_TEST_OBSERVABILITY_YML','errorMessage','length','splice','prepareCapabilities','IKTSv','logLevel','tmp','cyan','stop','steps','pxZnY','Removing\x20tmp\x20directory\x20created\x20for\x20reports','Pahds','getPackageVersion','rmdirSync','FRAMEWORKS','PLAYWRIGHT','../../helpers/performance/constants','winstonLogger','stepsSkipped','8PXsybs','10SNSspn','error\x20removing\x20tcg\x20config\x20file','YYkss','EVENTS','log','forEach','end','launchBuild','xYPlC','stepsUnknown','bgWhite','true','MomXd','stringify','getInstance','createDir','712230YHYpEX','SDK_SETUP','push','1810879xduWgC','getHubUrl','SDK_CLEANUP','binSessionId','0|3|1|4|2','argv','isRunning','finalExecution','processSuccess','debug','Meyim','exports','sBvhh','yellow','path','framework','\x20failed','handleApp','18392toHQPv','../v2/TestInfo','accessibilityOptions','llEGN','BFAev','../../helpers/helper','skipSessionStatus','cliConfig','agunl','NiBUT','join','1073492nMxCQA','AdfVo','dgaXd','getErrorMessageFromResults','setFrameworkDetail','jYqAB','finally','testContextOptions','pSGMH','ybobL','unlinkSync','stepsUndefined','Gjuow','\x20passed','\x20skipped','scenariosFailed','initialize','tXZjy','assign','FNemp','****\x20RESULTS\x20****','\x20pending','green','scenarios','parallelsPerPlatform','fdgeA','CUCUMBER','stepsFailed','1474830EeHcvi','config','bold','setupTCGAuth','mfCZX','red','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','ylBhz','../../helpers/BrowserStackSetup','yrUYs','__isPlaywrightInstalled','exitCode','setUserConfigPath','cwd','Generating\x20consolidated\x20report...','5490AwnPYO','env','mergeOutputFiles','../../helpers/performance/performance-tester','../utils/constants'];a5_0x4d26=function(){return _0x253f52;};return a5_0x4d26();}function a5_0x9628(_0x36def7,_0x5a934a){const _0x4d26e1=a5_0x4d26();return a5_0x9628=function(_0x9628f7,_0x530c87){_0x9628f7=_0x9628f7-0x12d;let _0x387c7f=_0x4d26e1[_0x9628f7];return _0x387c7f;},a5_0x9628(_0x36def7,_0x5a934a);}async function run(_0x18ff34,_0x1184ec,_0x84aa40){const _0x4ce4af=a5_0x4a3b40,_0x5c7348={'pxZnY':function(_0x7eda0d,_0x14c349){return _0x7eda0d(_0x14c349);},'fdgeA':function(_0x5e8054,_0x501f6b){return _0x5e8054>_0x501f6b;},'MuNvy':_0x4ce4af(0x1b1),'sBvhh':_0x4ce4af(0x14d),'IKTSv':'cucumber','tXZjy':_0x4ce4af(0x158),'Ctmme':'@playwright/test','mfCZX':_0x4ce4af(0x16e),'Pahds':_0x4ce4af(0x148),'HLWMW':function(_0x29db91,_0x223d07){return _0x29db91>_0x223d07;},'xYPlC':function(_0x4353a8,_0x8742b4){return _0x4353a8-_0x8742b4;},'jYqAB':function(_0x4e40fa,_0x482792){return _0x4e40fa>=_0x482792;},'ajxPG':function(_0x4ec342,_0xd3e7b7){return _0x4ec342!=_0xd3e7b7;},'Gjuow':_0x4ce4af(0x162),'ekdcu':function(_0x176031,_0x530dc6,_0x522951,_0x7ef715,_0x3a9ccc,_0xc3017){return _0x176031(_0x530dc6,_0x522951,_0x7ef715,_0x3a9ccc,_0xc3017);}},_0x3b2653=helper[_0x4ce4af(0x14f)](_0x5c7348['Ctmme']);let _0x4c368b=constants['FRAMEWORKS']['CUCUMBER'];global[_0x4ce4af(0x1ad)]=!!_0x3b2653,await _0x84aa40[_0x4ce4af(0x197)](_0x18ff34);if(_0x3b2653){const _0x44d0e3=_0x5c7348[_0x4ce4af(0x1a7)]['split']('|');let _0x4ceb6e=0x0;while(!![]){switch(_0x44d0e3[_0x4ceb6e++]){case'0':_0x4c368b=constants[_0x4ce4af(0x151)][_0x4ce4af(0x152)];continue;case'1':CLIUtils[_0x4ce4af(0x18b)](constants['FRAMEWORKS'][_0x4ce4af(0x1a1)],_0x4c368b);continue;case'2':await BrowserstackCLI[_0x4ce4af(0x165)]()[_0x4ce4af(0x12e)]();continue;case'3':logger[_0x4ce4af(0x173)](_0x4ce4af(0x1b9)+_0x3b2653+'\x20for\x20cucumber-js\x20flow');continue;case'4':BrowserstackCLI['getInstance']()[_0x4ce4af(0x133)](_0x84aa40[_0x4ce4af(0x1a4)],_0x84aa40[_0x4ce4af(0x183)]);continue;}break;}}BrowserstackCLI['getInstance']()[_0x4ce4af(0x16d)]&&(process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID']=BrowserstackCLI[_0x4ce4af(0x165)]()[_0x4ce4af(0x16d)]);helper[_0x4ce4af(0x1af)](_0x84aa40[_0x4ce4af(0x179)],_0x18ff34);!helper[_0x4ce4af(0x13f)]()&&await _0x84aa40[_0x4ce4af(0x1a6)]();await helper[_0x4ce4af(0x17b)](_0x84aa40['config']);const _0x5c833e=helper[_0x4ce4af(0x13d)](_0x84aa40['config']);!helper['isUndefined'](_0x84aa40[_0x4ce4af(0x1a4)][_0x4ce4af(0x17e)])&&(process[_0x4ce4af(0x1b3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x4ce4af(0x164)](_0x84aa40[_0x4ce4af(0x1a4)]['accessibilityOptions']));if(!BrowserstackCLI[_0x4ce4af(0x165)]()[_0x4ce4af(0x170)]()){const _0x3fc847=await TestHubHandler[_0x4ce4af(0x15e)](constants[_0x4ce4af(0x151)][_0x4ce4af(0x1a1)],_0x84aa40);}let _0x388ad7=[];if(!helper['isBrowserstackInfra']()){const _0xe09630={};_0xe09630['platforms']=[],_0x388ad7=helper[_0x4ce4af(0x145)](Object[_0x4ce4af(0x199)]({},_0x84aa40[_0x4ce4af(0x1a4)],_0xe09630),_0x5c833e,constants[_0x4ce4af(0x151)][_0x4ce4af(0x1a1)]);}else _0x388ad7=helper['prepareCapabilities'](_0x84aa40[_0x4ce4af(0x1a4)],_0x5c833e,constants[_0x4ce4af(0x151)][_0x4ce4af(0x1a1)]);if(!_0x84aa40[_0x4ce4af(0x1a4)])return;const _0x249425=_0x84aa40['config'][_0x4ce4af(0x19f)]||helper['getUserWorkerCount'](_0x18ff34,_0x1184ec,_0x84aa40['config'],constants[_0x4ce4af(0x151)][_0x4ce4af(0x1a1)])||0x1,_0x4bcfdf={'server':helper[_0x4ce4af(0x16b)](_0x84aa40[_0x4ce4af(0x1a4)]),'proxySettings':_0x84aa40['config'][_0x4ce4af(0x13c)],'maxWorkers':_0x249425,'browserStackLogLevel':_0x84aa40[_0x4ce4af(0x1a4)][_0x4ce4af(0x147)],'skipSessionName':_0x84aa40[_0x4ce4af(0x1a4)][_0x4ce4af(0x18e)][_0x4ce4af(0x1b7)],'skipSessionStatus':_0x84aa40['config']['testContextOptions'][_0x4ce4af(0x182)],'turboScaleUrl':_0x84aa40[_0x4ce4af(0x1a4)][_0x4ce4af(0x130)]},_0x29aa3a=process[_0x4ce4af(0x16f)],[_0x4eccc9,_0x5d3b61]=helper['parseFormatters'](_0x29aa3a),_0x584742=path[_0x4ce4af(0x186)](process[_0x4ce4af(0x1b0)](),_0x5c7348[_0x4ce4af(0x14e)]);if(_0x5c7348[_0x4ce4af(0x139)](_0x5d3b61['length'],0x0)){helper[_0x4ce4af(0x166)](_0x584742);for(let _0x21c5c5=_0x5c7348[_0x4ce4af(0x15f)](_0x4eccc9[_0x4ce4af(0x143)],0x1);_0x5c7348[_0x4ce4af(0x18c)](_0x21c5c5,0x0);_0x21c5c5--){_0x29aa3a[_0x4ce4af(0x144)](_0x4eccc9[_0x21c5c5],0x2);}}_0x5c7348['ajxPG'](_0x84aa40[_0x4ce4af(0x1a4)]['testObservability'],null)?process[_0x4ce4af(0x1b3)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x84aa40['config']['testObservability']:process['env'][_0x4ce4af(0x141)]=_0x5c7348[_0x4ce4af(0x193)];PerformanceTester[_0x4ce4af(0x15d)](PerformanceEvents[_0x4ce4af(0x168)]);let _0x1d1263;_0x5c7348['ekdcu'](parallelCucumberRun,_0x388ad7,_0x4bcfdf,_0x84aa40[_0x4ce4af(0x1a4)],_0x29aa3a,_0x5d3b61)['then'](async _0x5900b2=>{const _0x3441d0=_0x4ce4af;PerformanceTester[_0x3441d0(0x1b8)](PerformanceEvents[_0x3441d0(0x16c)]),_0x1d1263=_0x5900b2;const _0x1217f1=_0x5c7348[_0x3441d0(0x14c)](printCucumberStats,_0x5900b2);process[_0x3441d0(0x1ae)]=_0x1217f1,_0x5c7348[_0x3441d0(0x1a0)](_0x5d3b61[_0x3441d0(0x143)],0x0)&&(logger[_0x3441d0(0x173)](_0x5c7348['MuNvy']),helper[_0x3441d0(0x1b4)](_0x584742,_0x5d3b61),logger[_0x3441d0(0x173)](_0x5c7348[_0x3441d0(0x176)]),helper[_0x3441d0(0x13e)](_0x584742));})[_0x4ce4af(0x18d)](async()=>{const _0x23a8b1=_0x4ce4af;PerformanceTester[_0x23a8b1(0x1b8)](PerformanceEvents[_0x23a8b1(0x16c)]),_0x84aa40[_0x23a8b1(0x142)]=helper[_0x23a8b1(0x18a)](_0x1d1263,_0x5c7348[_0x23a8b1(0x146)]),testOpsHelper['printBuildLink']();try{await TestHubHandler['stop'](),await BrowserstackCLI['getInstance']()[_0x23a8b1(0x14a)]();}catch(_0x30a3c4){logger['debug'](_0x23a8b1(0x1a9)+util['format'](_0x30a3c4));}try{const {browserstackFolderPath:_0x31f443,tcgConfigPath:_0x5f583e}=helper['getTCGConfigFilePaths']();fs[_0x23a8b1(0x191)](_0x5f583e),fs[_0x23a8b1(0x150)](_0x31f443);}catch(_0x33f75f){logger[_0x23a8b1(0x173)](_0x5c7348[_0x23a8b1(0x198)],_0x33f75f);}await utilities[_0x23a8b1(0x171)](_0x84aa40);});}module[a5_0x4a3b40(0x175)]=run;
2
+ 'use strict';const a5_0x211517=a5_0x20dc;function a5_0x20dc(_0x3319cd,_0x5d3b89){const _0x5a3b70=a5_0x5a3b();return a5_0x20dc=function(_0x20dc3a,_0xdaabed){_0x20dc3a=_0x20dc3a-0xf0;let _0x1f3d1b=_0x5a3b70[_0x20dc3a];return _0x1f3d1b;},a5_0x20dc(_0x3319cd,_0x5d3b89);}(function(_0x9b2600,_0x1624d1){const _0x14fe80=a5_0x20dc,_0x46eac7=_0x9b2600();while(!![]){try{const _0x1b9a8d=-parseInt(_0x14fe80(0x166))/0x1+parseInt(_0x14fe80(0x143))/0x2*(parseInt(_0x14fe80(0x15a))/0x3)+-parseInt(_0x14fe80(0x138))/0x4*(parseInt(_0x14fe80(0x127))/0x5)+parseInt(_0x14fe80(0x12b))/0x6*(parseInt(_0x14fe80(0x101))/0x7)+-parseInt(_0x14fe80(0x174))/0x8+-parseInt(_0x14fe80(0x16b))/0x9+-parseInt(_0x14fe80(0x13c))/0xa*(-parseInt(_0x14fe80(0x126))/0xb);if(_0x1b9a8d===_0x1624d1)break;else _0x46eac7['push'](_0x46eac7['shift']());}catch(_0x7b31a){_0x46eac7['push'](_0x46eac7['shift']());}}}(a5_0x5a3b,0xf3999));const fs=require('fs'),path=require(a5_0x211517(0x131)),util=require(a5_0x211517(0x137)),logger=require(a5_0x211517(0x158))[a5_0x211517(0x11e)],{default:BrowserStackSetup}=require(a5_0x211517(0xfe)),helper=require(a5_0x211517(0xff)),utilities=require('../../helpers/utilities'),constants=require(a5_0x211517(0x100)),{parallelCucumberRun}=require(a5_0x211517(0x169)),TestHubHandler=require(a5_0x211517(0x15d)),testOpsHelper=require(a5_0x211517(0xf3)),chalk=require('chalk'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a5_0x211517(0x153)],BrowserstackCLI=require(a5_0x211517(0x144)),CLIUtils=require(a5_0x211517(0x161)),TestInfo=require('../v2/TestInfo');function a5_0x5a3b(){const _0x3384f1=['getTCGConfigFilePaths','stepsUndefined','setUserConfigPath','YyAFP','Xuaab','rCbIa','getUserWorkerCount','aAXjT','2355968aWeERf','launchBuild','format','stringify','bold','\x20scenarios','stepsSkipped','stepsFailed','true','kruhl','../../helpers/test-observability/utils','cyan','SDK_CLEANUP','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','\x20ambiguous','byTEk','stepsAmbiguous','env','join','isUndefined','then','../../helpers/BrowserStackSetup','../../helpers/helper','../utils/constants','196nUCVmn','BROWSERSTACK_CLI_BIN_SESSION_ID','processSuccess','setupTCGAuth','\x20passed','tmp','rmdirSync','JXgSp','start','sgIMy','\x20skipped','TbKOt','log','turboScaleUrl','testContextOptions','@playwright/test','initialize','assign','UOxEk','exports','steps','yellow','platforms','handleApp','isBrowserstackInfra','debug','finally','setBrowserstackConfig','\x20undefined','winstonLogger','parallelsPerPlatform','xKZAt','accessibilityOptions','Azgxu','testObservability','FRAMEWORKS','length','11znjrms','5uoiwgR','scenarios','BROWSERSTACK_TEST_OBSERVABILITY_YML','4|1|2|3|0','225102WmFiJa','qiRFF','argv','prepareCapabilities','skipSessionStatus','SDK_SETUP','path','\x20pending','mergeOutputFiles','getInstance','config','getErrorMessageFromResults','util','4606468FKFJAD','TWvgn','proxySettings','parseFormatters','23379540CLNVyQ','framework','****\x20RESULTS\x20****','FVNWK','stop','IQpZC','nFrsl','20hXrwDi','../v2/browserstackCLI','__isPlaywrightInstalled','scenariosFailed','dLJXx','ytDLu','getHubUrl','useW3C','Detected\x20Playwright\x20version\x20','push','binSessionId','bgWhite','end','PJOzx','PLAYWRIGHT','finalExecution','EVENTS','\x20for\x20cucumber-js\x20flow','EzVaj','red','ttvqD','../../helpers/logger','stepsPassed','103533EEkSPa','\x20failed','green','../../helpers/testhub/testhubHandler','bootstrap','GWazj','CUCUMBER','../v2/cliUtils','splice','HiVxR','removeDir','logLevel','969044VXLSTY','tmebg','setFrameworkDetail','../test-runner','ookYS','2885382FgUIOM'];a5_0x5a3b=function(){return _0x3384f1;};return a5_0x5a3b();}function printCucumberStats(_0x5d22a1){const _0x5ce3b9=a5_0x211517,_0x2c1aad={};_0x2c1aad[_0x5ce3b9(0x173)]=function(_0x149165,_0xd7caeb){return _0x149165>_0xd7caeb;},_0x2c1aad[_0x5ce3b9(0x141)]=function(_0x405cae,_0x40208c){return _0x405cae-_0x40208c;},_0x2c1aad[_0x5ce3b9(0xf2)]=function(_0x5b71fe,_0x305074){return _0x5b71fe>_0x305074;},_0x2c1aad[_0x5ce3b9(0x171)]=function(_0x3effb5,_0x1f6994){return _0x3effb5>_0x1f6994;},_0x2c1aad[_0x5ce3b9(0x16a)]=function(_0xee95c9,_0x14bb69){return _0xee95c9>_0x14bb69;},_0x2c1aad['YyAFP']=function(_0x5707b8,_0xe9b106){return _0x5707b8>_0xe9b106;},_0x2c1aad[_0x5ce3b9(0x150)]=function(_0x460abe,_0x473b3e){return _0x460abe+_0x473b3e;},_0x2c1aad['byTEk']=function(_0x2cab3b,_0x544d33){return _0x2cab3b+_0x544d33;},_0x2c1aad[_0x5ce3b9(0x108)]=function(_0x69be6e,_0x462e06){return _0x69be6e+_0x462e06;},_0x2c1aad[_0x5ce3b9(0x15f)]=function(_0x35e1e3,_0x425ac6){return _0x35e1e3+_0x425ac6;},_0x2c1aad[_0x5ce3b9(0x142)]=function(_0x5342ad,_0x4a81f6){return _0x5342ad+_0x4a81f6;},_0x2c1aad[_0x5ce3b9(0x10c)]=function(_0x2fa8f1,_0x1ba2fc){return _0x2fa8f1+_0x1ba2fc;},_0x2c1aad[_0x5ce3b9(0x13f)]=function(_0x4a57a9,_0x51ff83){return _0x4a57a9+_0x51ff83;},_0x2c1aad[_0x5ce3b9(0x122)]=function(_0x1bf299,_0x3bc9f1){return _0x1bf299===_0x3bc9f1;},_0x2c1aad[_0x5ce3b9(0x157)]=function(_0x4643f5,_0x52dee2){return _0x4643f5===_0x52dee2;},_0x2c1aad[_0x5ce3b9(0x155)]=_0x5ce3b9(0x13e);const _0x459e18=_0x2c1aad;let _0x236812=0x0;if(_0x459e18[_0x5ce3b9(0x157)](_0x5d22a1[_0x5ce3b9(0x125)],0x0))return _0x236812;return console['log'](chalk[_0x5ce3b9(0x178)][_0x5ce3b9(0x14e)](_0x459e18[_0x5ce3b9(0x155)])),_0x5d22a1['forEach'](_0x116dea=>{const _0x1f7793=_0x5ce3b9,_0x44a51a=_0x116dea[0x0],_0x5a1b12=_0x116dea[0x1];helper[_0x1f7793(0x119)]()&&console[_0x1f7793(0x10d)]('\x0a'+chalk[_0x1f7793(0x178)]['yellow'](''+helper['getPlatformName'](_0x44a51a)));const _0x169f65=_0x5a1b12[_0x1f7793(0x128)],_0x12ebb3=_0x5a1b12[_0x1f7793(0x115)],_0x332060=_0x5a1b12[_0x1f7793(0x146)],_0x4631fd=_0x5a1b12[_0x1f7793(0xf0)],_0x42adea=_0x5a1b12[_0x1f7793(0x159)],_0x538994=_0x5a1b12[_0x1f7793(0x17a)],_0x30a1e6=_0x5a1b12['stepsPending'],_0x25f68a=_0x5a1b12[_0x1f7793(0x16d)],_0x51ad23=_0x5a1b12['stepsUnknown'],_0x1b2429=_0x5a1b12[_0x1f7793(0xf9)],_0x4276b4=_0x5a1b12[_0x1f7793(0x103)];let _0x2d021b=_0x169f65+_0x1f7793(0x179);const _0x4214c0=_0x459e18[_0x1f7793(0x173)](_0x459e18['IQpZC'](_0x169f65,_0x332060),0x0)?_0x459e18[_0x1f7793(0x141)](_0x169f65,_0x332060):0x0;if(_0x459e18['kruhl'](_0x332060,0x0)&&_0x459e18[_0x1f7793(0x171)](_0x4214c0,0x0))_0x2d021b+='\x20('+chalk[_0x1f7793(0x178)][_0x1f7793(0x156)](_0x332060+_0x1f7793(0x15b))+',\x20'+chalk[_0x1f7793(0x178)][_0x1f7793(0x15c)](_0x4214c0+_0x1f7793(0x105))+')';else(_0x459e18[_0x1f7793(0x171)](_0x332060,0x0)||_0x459e18[_0x1f7793(0x173)](_0x4214c0,0x0))&&(_0x2d021b+=_0x459e18[_0x1f7793(0xf2)](_0x332060,0x0)?'\x20('+chalk[_0x1f7793(0x178)][_0x1f7793(0x156)](_0x332060+_0x1f7793(0x15b))+')':'\x20('+chalk[_0x1f7793(0x178)][_0x1f7793(0x15c)](_0x4214c0+_0x1f7793(0x105))+')');const _0x5431fe=_0x12ebb3+'\x20steps',_0x5c7b3d=[];_0x459e18[_0x1f7793(0x173)](_0x1b2429,0x0)&&_0x5c7b3d[_0x1f7793(0x14c)](''+chalk['bold']['red'](_0x1b2429+_0x1f7793(0xf7)));_0x459e18['kruhl'](_0x4631fd,0x0)&&_0x5c7b3d[_0x1f7793(0x14c)](''+chalk[_0x1f7793(0x178)][_0x1f7793(0x156)](_0x4631fd+_0x1f7793(0x15b)));_0x459e18[_0x1f7793(0x173)](_0x42adea,0x0)&&_0x5c7b3d[_0x1f7793(0x14c)](''+chalk['bold'][_0x1f7793(0x15c)](_0x42adea+_0x1f7793(0x105)));_0x459e18[_0x1f7793(0xf2)](_0x30a1e6,0x0)&&_0x5c7b3d[_0x1f7793(0x14c)](''+chalk[_0x1f7793(0x178)][_0x1f7793(0x116)](_0x30a1e6+_0x1f7793(0x132)));_0x459e18[_0x1f7793(0x173)](_0x538994,0x0)&&_0x5c7b3d[_0x1f7793(0x14c)](''+chalk[_0x1f7793(0x178)][_0x1f7793(0xf4)](_0x538994+_0x1f7793(0x10b)));_0x459e18[_0x1f7793(0x16a)](_0x25f68a,0x0)&&_0x5c7b3d[_0x1f7793(0x14c)](''+chalk[_0x1f7793(0x178)][_0x1f7793(0x116)](_0x25f68a+_0x1f7793(0x11d)));_0x459e18[_0x1f7793(0x16f)](_0x51ad23,0x0)&&_0x5c7b3d[_0x1f7793(0x14c)](''+chalk[_0x1f7793(0x178)][_0x1f7793(0x116)](_0x51ad23+'\x20skipped'));const _0x5b4e14=_0x459e18[_0x1f7793(0x150)](_0x459e18[_0x1f7793(0xf8)](_0x459e18[_0x1f7793(0x108)](_0x5431fe,'('),_0x5c7b3d[_0x1f7793(0xfb)](',\x20')),')');console[_0x1f7793(0x10d)](_0x459e18['GWazj'](_0x459e18[_0x1f7793(0x142)](_0x459e18[_0x1f7793(0x10c)](_0x459e18[_0x1f7793(0x13f)]('\x0a',_0x2d021b),'\x0a'),_0x5b4e14),'\x0a')),_0x459e18['Azgxu'](_0x4276b4,![])&&(_0x236812=0x1);}),_0x236812;}async function run(_0x4328ad,_0x32d9d2,_0x17cb8d){const _0x550f80=a5_0x211517,_0x268d13={'TWvgn':function(_0x5df23b,_0x34094d){return _0x5df23b(_0x34094d);},'sgIMy':function(_0x11aa4b,_0x58df1c){return _0x11aa4b>_0x58df1c;},'dLJXx':'Generating\x20consolidated\x20report...','EPeXb':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','Xuaab':'cucumber','ytDLu':'error\x20removing\x20tcg\x20config\x20file','tmebg':_0x550f80(0x110),'lHNPp':_0x550f80(0x12a),'ERTxB':_0x550f80(0x106),'HiVxR':function(_0x556046,_0x3a658a){return _0x556046-_0x3a658a;},'gQAkY':function(_0x41cc62,_0x51f8ce){return _0x41cc62>=_0x51f8ce;},'xKZAt':function(_0xdbad1,_0x3e8127){return _0xdbad1!=_0x3e8127;},'UOxEk':_0x550f80(0xf1),'qiRFF':function(_0x5e3bb0,_0x18d8da,_0x494eee,_0x439a68,_0x53eb7a,_0x5f32b1){return _0x5e3bb0(_0x18d8da,_0x494eee,_0x439a68,_0x53eb7a,_0x5f32b1);}},_0x5295b8=helper['getPackageVersion'](_0x268d13[_0x550f80(0x167)]);let _0x3e2951=constants[_0x550f80(0x124)][_0x550f80(0x160)];global[_0x550f80(0x145)]=!!_0x5295b8,await _0x17cb8d[_0x550f80(0x111)](_0x4328ad);if(_0x5295b8){const _0x341b44=_0x268d13['lHNPp']['split']('|');let _0x39edbf=0x0;while(!![]){switch(_0x341b44[_0x39edbf++]){case'0':await BrowserstackCLI[_0x550f80(0x134)]()[_0x550f80(0x15e)]();continue;case'1':logger['debug'](_0x550f80(0x14b)+_0x5295b8+_0x550f80(0x154));continue;case'2':CLIUtils[_0x550f80(0x168)](constants[_0x550f80(0x124)]['CUCUMBER'],_0x3e2951);continue;case'3':BrowserstackCLI[_0x550f80(0x134)]()[_0x550f80(0x11c)](_0x17cb8d[_0x550f80(0x135)],_0x17cb8d['cliConfig']);continue;case'4':_0x3e2951=constants[_0x550f80(0x124)][_0x550f80(0x151)];continue;}break;}}BrowserstackCLI[_0x550f80(0x134)]()['binSessionId']&&(process[_0x550f80(0xfa)][_0x550f80(0x102)]=BrowserstackCLI['getInstance']()[_0x550f80(0x14d)]);helper[_0x550f80(0x16e)](_0x17cb8d[_0x550f80(0x13d)],_0x4328ad);!helper[_0x550f80(0x119)]()&&await _0x17cb8d[_0x550f80(0x104)]();await helper[_0x550f80(0x118)](_0x17cb8d[_0x550f80(0x135)]);const _0x55de5a=helper[_0x550f80(0x14a)](_0x17cb8d[_0x550f80(0x135)]);!helper[_0x550f80(0xfc)](_0x17cb8d[_0x550f80(0x135)][_0x550f80(0x121)])&&(process[_0x550f80(0xfa)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x550f80(0x177)](_0x17cb8d[_0x550f80(0x135)][_0x550f80(0x121)]));if(!BrowserstackCLI[_0x550f80(0x134)]()['isRunning']()){const _0x4dc238=await TestHubHandler[_0x550f80(0x175)](constants[_0x550f80(0x124)][_0x550f80(0x160)],_0x17cb8d);}let _0x5c79b7=[];if(!helper[_0x550f80(0x119)]()){const _0x118f0e={};_0x118f0e[_0x550f80(0x117)]=[],_0x5c79b7=helper[_0x550f80(0x12e)](Object[_0x550f80(0x112)]({},_0x17cb8d[_0x550f80(0x135)],_0x118f0e),_0x55de5a,constants[_0x550f80(0x124)][_0x550f80(0x160)]);}else _0x5c79b7=helper[_0x550f80(0x12e)](_0x17cb8d[_0x550f80(0x135)],_0x55de5a,constants['FRAMEWORKS'][_0x550f80(0x160)]);if(!_0x17cb8d['config'])return;const _0x24f43d=_0x17cb8d[_0x550f80(0x135)][_0x550f80(0x11f)]||helper[_0x550f80(0x172)](_0x4328ad,_0x32d9d2,_0x17cb8d['config'],constants[_0x550f80(0x124)][_0x550f80(0x160)])||0x1,_0x9cace1={'server':helper[_0x550f80(0x149)](_0x17cb8d[_0x550f80(0x135)]),'proxySettings':_0x17cb8d[_0x550f80(0x135)][_0x550f80(0x13a)],'maxWorkers':_0x24f43d,'browserStackLogLevel':_0x17cb8d[_0x550f80(0x135)][_0x550f80(0x165)],'skipSessionName':_0x17cb8d[_0x550f80(0x135)][_0x550f80(0x10f)]['skipSessionName'],'skipSessionStatus':_0x17cb8d['config'][_0x550f80(0x10f)][_0x550f80(0x12f)],'turboScaleUrl':_0x17cb8d['config'][_0x550f80(0x10e)]},_0x3e82f3=process[_0x550f80(0x12d)],[_0x1119a8,_0x379117]=helper[_0x550f80(0x13b)](_0x3e82f3),_0x56410f=path['join'](process['cwd'](),_0x268d13['ERTxB']);if(_0x268d13[_0x550f80(0x10a)](_0x379117[_0x550f80(0x125)],0x0)){helper['createDir'](_0x56410f);for(let _0x490948=_0x268d13[_0x550f80(0x163)](_0x1119a8[_0x550f80(0x125)],0x1);_0x268d13['gQAkY'](_0x490948,0x0);_0x490948--){_0x3e82f3[_0x550f80(0x162)](_0x1119a8[_0x490948],0x2);}}_0x268d13[_0x550f80(0x120)](_0x17cb8d[_0x550f80(0x135)][_0x550f80(0x123)],null)?process[_0x550f80(0xfa)][_0x550f80(0x129)]=_0x17cb8d[_0x550f80(0x135)][_0x550f80(0x123)]:process['env'][_0x550f80(0x129)]=_0x268d13[_0x550f80(0x113)];PerformanceTester[_0x550f80(0x14f)](PerformanceEvents[_0x550f80(0x130)]);let _0x1d652a;_0x268d13[_0x550f80(0x12c)](parallelCucumberRun,_0x5c79b7,_0x9cace1,_0x17cb8d['config'],_0x3e82f3,_0x379117)[_0x550f80(0xfd)](async _0x3e828c=>{const _0x404a93=_0x550f80;PerformanceTester[_0x404a93(0x109)](PerformanceEvents[_0x404a93(0xf5)]),_0x1d652a=_0x3e828c;const _0x9dfe70=_0x268d13[_0x404a93(0x139)](printCucumberStats,_0x3e828c);process['exitCode']=_0x9dfe70,_0x268d13[_0x404a93(0x10a)](_0x379117[_0x404a93(0x125)],0x0)&&(logger['debug'](_0x268d13[_0x404a93(0x147)]),helper[_0x404a93(0x133)](_0x56410f,_0x379117),logger['debug'](_0x268d13['EPeXb']),helper[_0x404a93(0x164)](_0x56410f));})[_0x550f80(0x11b)](async()=>{const _0x2526ec=_0x550f80;PerformanceTester['start'](PerformanceEvents[_0x2526ec(0xf5)]),_0x17cb8d['errorMessage']=helper[_0x2526ec(0x136)](_0x1d652a,_0x268d13[_0x2526ec(0x170)]),testOpsHelper['printBuildLink']();try{await TestHubHandler[_0x2526ec(0x140)](),await BrowserstackCLI[_0x2526ec(0x134)]()[_0x2526ec(0x140)]();}catch(_0x80dc3f){logger[_0x2526ec(0x11a)](_0x2526ec(0xf6)+util[_0x2526ec(0x176)](_0x80dc3f));}try{const {browserstackFolderPath:_0x529da3,tcgConfigPath:_0x1ee1be}=helper[_0x2526ec(0x16c)]();fs['unlinkSync'](_0x1ee1be),fs[_0x2526ec(0x107)](_0x529da3);}catch(_0x523426){logger['debug'](_0x268d13[_0x2526ec(0x148)],_0x523426);}await utilities[_0x2526ec(0x152)](_0x17cb8d);});}module[a5_0x211517(0x114)]=run;