browserstack-node-sdk 1.40.0 → 1.40.1

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 (173) 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/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test_before.setup.js +1 -1
  67. package/src/bin/launcher/launcher.js +1 -1
  68. package/src/bin/load/index.js +1 -1
  69. package/src/bin/load/loadUtils.js +1 -1
  70. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  71. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  72. package/src/bin/mocha/command.js +1 -1
  73. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  74. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  75. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  76. package/src/bin/mocha/test.setup.js +1 -1
  77. package/src/bin/nightwatch/command.js +1 -1
  78. package/src/bin/playwright/accessibility-helper.js +1 -1
  79. package/src/bin/playwright/command.js +1 -1
  80. package/src/bin/playwright/globalSetup.js +1 -1
  81. package/src/bin/playwright/mock-process.js +1 -1
  82. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  83. package/src/bin/playwright/patches.js +1 -1
  84. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  85. package/src/bin/playwright/reporter/reporter.js +1 -1
  86. package/src/bin/playwright/reporter/test-details.js +1 -1
  87. package/src/bin/playwright/sessionDetails.js +1 -1
  88. package/src/bin/runner.js +1 -1
  89. package/src/bin/setup.js +1 -1
  90. package/src/bin/test-runner/index.js +1 -1
  91. package/src/bin/test-runner/runTest.js +1 -1
  92. package/src/bin/test-runner/testWorker.js +1 -1
  93. package/src/bin/utils/constants.js +1 -1
  94. package/src/bin/utils/log4jsAppender.js +1 -1
  95. package/src/bin/utils/logPatcher.js +1 -1
  96. package/src/bin/utils/logReportingAPI.js +1 -1
  97. package/src/bin/v2/TestInfo.js +1 -1
  98. package/src/bin/v2/browserstackCLI.js +1 -1
  99. package/src/bin/v2/cliUtils.js +1 -1
  100. package/src/bin/v2/customTagManager.js +1 -1
  101. package/src/bin/v2/eventDispatcher.js +1 -1
  102. package/src/bin/v2/framework/automationFramework.js +1 -1
  103. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  104. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  105. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  106. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  107. package/src/bin/v2/framework/testFramework.js +1 -1
  108. package/src/bin/v2/grpcClient.js +1 -1
  109. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  110. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  111. package/src/bin/v2/instances/trackedContext.js +1 -1
  112. package/src/bin/v2/instances/trackedInstance.js +1 -1
  113. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  114. package/src/bin/v2/modules/baseModule.js +1 -1
  115. package/src/bin/v2/modules/observabilityModule.js +1 -1
  116. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  117. package/src/bin/v2/modules/testhubModule.js +1 -1
  118. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  119. package/src/bin/v2/state/hookState.js +1 -1
  120. package/src/bin/v2/state/testFrameworkState.js +1 -1
  121. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  122. package/src/bin/vanilla-js/command.js +1 -1
  123. package/src/browserStackSdk.js +1 -1
  124. package/src/helpers/BrowserStackSetup.js +1 -1
  125. package/src/helpers/accessibility-automation/constants.js +1 -1
  126. package/src/helpers/accessibility-automation/helper.js +1 -1
  127. package/src/helpers/accessibility-automation/scripts.js +1 -1
  128. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  129. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  130. package/src/helpers/ats/constants.js +1 -1
  131. package/src/helpers/ats/helper.js +1 -1
  132. package/src/helpers/capsMapping.js +1 -1
  133. package/src/helpers/central-scanner/constants.js +1 -1
  134. package/src/helpers/central-scanner/helpers.js +1 -1
  135. package/src/helpers/classLogger.js +1 -1
  136. package/src/helpers/globals.js +1 -1
  137. package/src/helpers/helper.js +1 -1
  138. package/src/helpers/logger.js +1 -1
  139. package/src/helpers/metadata.js +1 -1
  140. package/src/helpers/patchHelper.js +1 -1
  141. package/src/helpers/patchHelpers.js +1 -1
  142. package/src/helpers/percy/Percy.js +1 -1
  143. package/src/helpers/percy/PercyBinary.js +1 -1
  144. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  145. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  146. package/src/helpers/percy/PercySDK.js +1 -1
  147. package/src/helpers/percy/index.js +1 -1
  148. package/src/helpers/percy/utils.js +1 -1
  149. package/src/helpers/performance/constants.js +1 -1
  150. package/src/helpers/performance/performance-tester.js +1 -1
  151. package/src/helpers/processHelper.js +1 -1
  152. package/src/helpers/request-spy.js +1 -1
  153. package/src/helpers/setKeepAlive.js +1 -1
  154. package/src/helpers/test-observability/constants.js +1 -1
  155. package/src/helpers/test-observability/error-handler.js +1 -1
  156. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  157. package/src/helpers/test-observability/sessionHandler.js +1 -1
  158. package/src/helpers/test-observability/utils.js +1 -1
  159. package/src/helpers/test-orchestration/constants.js +1 -1
  160. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  161. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  162. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  163. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  164. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  165. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  166. package/src/helpers/testhub/constants.js +1 -1
  167. package/src/helpers/testhub/testhubHandler.js +1 -1
  168. package/src/helpers/testhub/utils.js +1 -1
  169. package/src/helpers/timeoutPromise.js +1 -1
  170. package/src/helpers/utilities.js +1 -1
  171. package/src/helpers/w3cMapping.js +1 -1
  172. package/src/hubAllocationMethods.js +1 -1
  173. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x49e1(_0x3b6d14,_0x31fc23){const _0x36c734=a1_0x36c7();return a1_0x49e1=function(_0x49e1b4,_0x35117d){_0x49e1b4=_0x49e1b4-0x11d;let _0x46c348=_0x36c734[_0x49e1b4];return _0x46c348;},a1_0x49e1(_0x3b6d14,_0x31fc23);}const a1_0x33990e=a1_0x49e1;(function(_0x22a2dd,_0x2b899c){const _0x4712c2=a1_0x49e1,_0x373064=_0x22a2dd();while(!![]){try{const _0x3398da=-parseInt(_0x4712c2(0x1cb))/0x1*(-parseInt(_0x4712c2(0x1f7))/0x2)+parseInt(_0x4712c2(0x127))/0x3+-parseInt(_0x4712c2(0x166))/0x4+parseInt(_0x4712c2(0x19a))/0x5*(parseInt(_0x4712c2(0x1bb))/0x6)+parseInt(_0x4712c2(0x178))/0x7+parseInt(_0x4712c2(0x150))/0x8+-parseInt(_0x4712c2(0x1ab))/0x9;if(_0x3398da===_0x2b899c)break;else _0x373064['push'](_0x373064['shift']());}catch(_0x3936ed){_0x373064['push'](_0x373064['shift']());}}}(a1_0x36c7,0xab959));function a1_0x36c7(){const _0x63e502=['captureError','bddStep-after','kreCX','saveTestResults','../../helpers/testhub/constants.js','class','SDK_HOOK','fQAve','base64','startMonitoring','start','bstackAllyScanning','bind','nykir','all','PERFORM_SCAN','10493096uvapVE','../../helpers/performance/constants','SDK_TEST','codeceptjs/lib/helper/WebDriver.js','sdYaK','thBuildUuid','testAnalyticsId','afuJK','pid','gyRfp','MKNsk','browser','skipped','fZcpv','executeScript','lCreE','prototype','DdUxc','QbEKx','forEach','FeDSR','hook-failed','2196216gpirzK','./o11yHelper','overwriteCommand','thTestRunUuid','TEST_RUN_STARTED','./helper.js','Element','fireEvent','_before','oKhMf','Playwright','BdUIT','HOOK_RUN_FINISHED','Failed\x20to\x20execute\x20_before:\x20','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','failed','filter','enabled','4547305oVuQDm','TEzVH','initSaveScreenshot','apply','SAVE_RESULTS','getResultsSummary','command','step','afterTest','TEST_LOG','getSyncScript','titlePath','LEWsb','uFYbe','../../helpers/accessibility-automation/helper','BrcyP','saveScreenshot','test-skipped','TPbXN','Performing\x20scan\x20for\x20','__driver','QXHyA','arguments','ejvWx','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','eGxhI','HVtYQ','OZFFH','end','bs:addLog:','event','axuFv','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','after','177685YxaVTS','browserContext','WgIxH','stop','Screenshot\x20path\x20not\x20found','skipSessionStatus','../../helpers/logger','tsAeY','setGlobal','ueaVE','bddStep-before','SDcgl','comment','helpers','../../bin/playwright/sessionDetails','XOQPd','rGZcs','36515961TidnTM','KChOW','codeceptjs/lib/index.js','../../helpers/accessibility-automation/scripts','util','bhdmk','getAccessibilityResultsSummary','AwoSZ','codeceptjs/lib/helper/Playwright.js','captureEvent','contexts','SSpIf','__workerDetails','WebDriver','readFileSync','SDK_PRE_TEST','198JZOrpC','patch','test-passed','kqBfY','hookType','Bdhqn','SDK_POST_INITIALIZE','SESSION_NAME','utVKU','format','SDK_POST_TEST','reason','hook','ENV_VAR','PvWlc','stopMonitoring','1PqiBur','status','restore','debug','test-before','hook-started','../../helpers/test-observability/utils','GET_RESULTS_SUMMARY','dispatcher','name','test-after','emit','currentTest','winstonLogger','commandsToWrap','slice','../../bin/playwright/accessibility-helper','bddStepFinish','../../helpers/helper','bddStepStart','measureWrapper','ctx','screenshotOutputFolder','TEST_RUN_SKIPPED','exports','FFXRX','step-comment','getResults','jSTtC','browserstack_executor:\x20','stringify','codeceptjs','EhyIP','before','bTZAb','accessibilityPlatform','pZhzt','constructor','fARgZ','LBnaO','add','KWNky','UKBiX','sVyCF','2020052hnwCrL','toISOString','toString','../../helpers/globals.js','setSessionStatus','nWUgL','test-failed','nbrPe','test','hook-passed','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','kgDHz','browserStackExecuteDriver','BROWSERSTACK_TESTHUB_JWT','passed','addRequestSpy','INFO','bddStep','3495579wJpGJE','EnMSm','HOOK_RUN_STARTED','setSessionName','SESSION_STATUS','pBFKc','KAanf','Suite','patchSaveScreenshot','codeceptjs/lib/recorder.js','thJwtToken','vIREz','LFeZd','title','catch','started','bEeim','TEST_RUN_FINISHED','warn','performScan','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','agSGV','shouldWrapCommand','ljeWD','env'];a1_0x36c7=function(){return _0x63e502;};return a1_0x36c7();}const fs=require('fs'),util=require(a1_0x33990e(0x1af)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x33990e(0x1dd)),logger=require(a1_0x33990e(0x1a0))[a1_0x33990e(0x1d8)],testOpsHelper=require(a1_0x33990e(0x1d1)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x33990e(0x1a8)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x33990e(0x167)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x33990e(0x186)),AccessibilityHelper=require(a1_0x33990e(0x1db)),scripts=require(a1_0x33990e(0x1ae)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x33990e(0x151)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x33990e(0x16b)),testHubConstants=require(a1_0x33990e(0x144)),globals=require(a1_0x33990e(0x1fa)),CodeceptJS=requireModule(a1_0x33990e(0x1ad),'codeceptjs'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x33990e(0x153),a1_0x33990e(0x1ea)),CodeceptRecorder=requireModule(a1_0x33990e(0x130),a1_0x33990e(0x1ea)),CodeceptPlaywright=requireModule(a1_0x33990e(0x1b3),'codeceptjs'),playwrightMarkSessionStatus=(_0x133bd7,_0x3400f1,_0x7d6826)=>{const _0x30e653=a1_0x33990e,_0x39f937={'lCreE':_0x30e653(0x1fb),'BrcyP':function(_0x102d4f,_0x4beaca){return _0x102d4f(_0x4beaca);}},_0x2a8fcc={};_0x2a8fcc[_0x30e653(0x1cc)]=_0x3400f1;const _0x5deb0b={};_0x5deb0b['action']=_0x39f937[_0x30e653(0x15f)],_0x5deb0b['arguments']=_0x2a8fcc;const _0x397789=_0x5deb0b;return!_0x39f937[_0x30e653(0x187)](isUndefined,_0x7d6826)&&(_0x397789[_0x30e653(0x18e)][_0x30e653(0x1c6)]=JSON[_0x30e653(0x1e9)](_0x7d6826)),_0x133bd7['executeScript'](()=>{},_0x30e653(0x1e8)+JSON['stringify'](_0x397789));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x4aea6d=>{const _0x48c314=a1_0x33990e,_0x5b5402={};_0x5b5402[_0x48c314(0x13c)]=function(_0x44f2dd,_0x2a1295){return _0x44f2dd===_0x2a1295;},_0x5b5402[_0x48c314(0x1fc)]=_0x48c314(0x170);const _0x2be384=_0x5b5402;_0x2be384[_0x48c314(0x13c)](_0x4aea6d[_0x48c314(0x1f0)][_0x48c314(0x1d4)],_0x2be384[_0x48c314(0x1fc)])?await _0x4aea6d['executeScript'](_0x25806c=>{},testOpsHelper['getSyncScript']()):await _0x4aea6d[_0x48c314(0x15e)](testOpsHelper[_0x48c314(0x182)]());}),markSessionName=PerformanceTester[a1_0x33990e(0x1df)](PerformanceAutEvents[a1_0x33990e(0x1c2)],async(_0x3b7382,_0x1e8709)=>{const _0x36e7b6=a1_0x33990e,_0x1e5483={};_0x1e5483[_0x36e7b6(0x161)]=_0x36e7b6(0x12a),_0x1e5483[_0x36e7b6(0x1e7)]=function(_0xb91cec,_0x2a6793){return _0xb91cec===_0x2a6793;},_0x1e5483[_0x36e7b6(0x1aa)]=_0x36e7b6(0x170);const _0x10f13a=_0x1e5483,_0x40adbf={};_0x40adbf[_0x36e7b6(0x1d4)]=_0x1e8709;const _0x54516b={};_0x54516b['action']=_0x10f13a[_0x36e7b6(0x161)],_0x54516b[_0x36e7b6(0x18e)]=_0x40adbf;const _0x3a1ca3=_0x54516b;_0x10f13a[_0x36e7b6(0x1e7)](_0x3b7382[_0x36e7b6(0x1f0)][_0x36e7b6(0x1d4)],_0x10f13a[_0x36e7b6(0x1aa)])?await _0x3b7382[_0x36e7b6(0x15e)](()=>{},_0x36e7b6(0x1e8)+JSON[_0x36e7b6(0x1e9)](_0x3a1ca3)):await _0x3b7382[_0x36e7b6(0x15e)](_0x36e7b6(0x1e8)+JSON['stringify'](_0x3a1ca3));}),patchSaveScreenshot=_0x436045=>{const _0x7aabb2=a1_0x33990e,_0x4c6a29={'XOQPd':_0x7aabb2(0x148),'pZhzt':'TEST_SCREENSHOT','ueaVE':function(_0x4c5704){return _0x4c5704();},'SSpIf':function(_0x2c0e0e,_0x13b434){return _0x2c0e0e(_0x13b434);},'fARgZ':_0x7aabb2(0x19e)};_0x4c6a29[_0x7aabb2(0x1b6)](isTrue,process[_0x7aabb2(0x13f)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x436045[_0x7aabb2(0x12f)]&&(_0x436045[_0x7aabb2(0x12f)]=!![],_0x436045['initSaveScreenshot']=_0x436045[_0x7aabb2(0x188)],_0x436045[_0x7aabb2(0x188)]=(_0x50dd11,_0x43b327=![])=>{const _0x41c72d=_0x7aabb2,_0x250a55={'xvNfE':_0x4c6a29[_0x41c72d(0x1a9)],'kqBfY':_0x4c6a29[_0x41c72d(0x1ef)],'HVtYQ':function(_0x30a1ba){const _0x11c19a=_0x41c72d;return _0x4c6a29[_0x11c19a(0x1a3)](_0x30a1ba);},'bFvfK':function(_0x47aaf8,_0x1672d0){const _0x235e1e=_0x41c72d;return _0x4c6a29[_0x235e1e(0x1b6)](_0x47aaf8,_0x1672d0);},'sdYaK':_0x4c6a29[_0x41c72d(0x1f1)]};return new Promise(function(_0x3bf156,_0x5e810c){const _0x34c627=_0x41c72d;_0x436045[_0x34c627(0x17a)](_0x50dd11,_0x43b327)['then'](()=>{const _0x4c4579=_0x34c627,_0x5eecfb=CodeceptUtils[_0x4c4579(0x1e1)](_0x50dd11);if(_0x5eecfb){const _0x372b38=fs[_0x4c4579(0x1b9)](_0x5eecfb);process[_0x4c4579(0x1d6)](_0x4c4579(0x195)+process[_0x4c4579(0x158)],{'timestamp':new Date()[_0x4c4579(0x1f8)](),'message':_0x372b38[_0x4c4579(0x1f9)](_0x250a55['xvNfE']),'kind':_0x250a55[_0x4c4579(0x1be)]}),_0x250a55[_0x4c4579(0x192)](_0x3bf156);}_0x250a55['bFvfK'](_0x5e810c,new Error(_0x250a55[_0x4c4579(0x154)]));})[_0x34c627(0x135)](()=>null);});});},patchWebDriverBefore=_0xacd84c=>{const _0x26556b=a1_0x33990e,_0x326d2f={'nbrPe':function(_0x65df3c){return _0x65df3c();},'ljeWD':function(_0x265796,_0x2d15fc){return _0x265796(_0x2d15fc);},'pBFKc':function(_0x523bdb,_0x21eaf4){return _0x523bdb===_0x21eaf4;},'fZcpv':_0x26556b(0x16c)},_0x4d889f=async function(_0x410d84,_0x53c7be){const _0x1946eb=_0x26556b;return _0x326d2f[_0x1946eb(0x1fe)](isAccessibilityAutomationSession)&&!global[_0x1946eb(0x14b)]&&global[_0x1946eb(0x1ee)]&&scripts[_0x1946eb(0x13d)](_0x410d84[_0x1946eb(0x1d4)])&&_0x326d2f[_0x1946eb(0x13e)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1946eb(0x14b)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x578561=_0x1946eb;logger['debug'](_0x578561(0x18b)+_0x410d84[_0x578561(0x145)]+'\x20'+_0x410d84[_0x578561(0x1d4)]),await AccessibilityHelper[_0x578561(0x121)](_0xacd84c,scripts[_0x578561(0x13a)]);},{'command':_0x410d84[_0x1946eb(0x1d4)]})()),global[_0x1946eb(0x14b)]=![],_0x53c7be[_0x1946eb(0x17b)](this,Array[_0x1946eb(0x160)][_0x1946eb(0x1da)]['call'](arguments,0x2));},_0x5c682a=CodeceptWebDriver[_0x26556b(0x160)][_0x26556b(0x16e)];CodeceptWebDriver[_0x26556b(0x160)][_0x26556b(0x16e)]=async function(){const _0x2ac47c=_0x26556b,_0x4215d5={'FeDSR':function(_0x190e43,_0x1771fc){const _0x36b1f7=a1_0x49e1;return _0x326d2f[_0x36b1f7(0x12c)](_0x190e43,_0x1771fc);},'LFeZd':_0x326d2f[_0x2ac47c(0x15d)]};try{await _0x5c682a['apply'](this,arguments);}catch(_0x3a0c49){logger[_0x2ac47c(0x1ce)](_0x2ac47c(0x173)+util[_0x2ac47c(0x1c4)](_0x3a0c49));}scripts[_0x2ac47c(0x1d9)][_0x2ac47c(0x176)](_0x52dd3e=>_0x52dd3e[_0x2ac47c(0x1d4)]&&_0x52dd3e[_0x2ac47c(0x145)])[_0x2ac47c(0x163)](_0x2cca15=>{const _0x4f7d67=_0x2ac47c;this[_0x4f7d67(0x15b)][_0x4f7d67(0x168)](_0x2cca15[_0x4f7d67(0x1d4)],_0x4d889f[_0x4f7d67(0x14c)](this,_0x2cca15),_0x4215d5[_0x4f7d67(0x164)](_0x2cca15[_0x4f7d67(0x145)],_0x4215d5[_0x4f7d67(0x133)]));}),_0x326d2f['ljeWD'](processWebDriverConfig,_0xacd84c);};},patchPlaywrightBefore=()=>{const _0x26541d=a1_0x33990e;PlaywrightSessionDetails[_0x26541d(0x1bc)]();const _0x7a58ed=CodeceptPlaywright[_0x26541d(0x160)]['_before'];CodeceptPlaywright['prototype'][_0x26541d(0x16e)]=async function(){const _0x517e78=_0x26541d;this[_0x517e78(0x19b)]=await this[_0x517e78(0x15b)][_0x517e78(0x1b5)]()[0x0],await _0x7a58ed[_0x517e78(0x17b)](this,arguments);};},getCodeceptDriver=()=>{const _0x5eeb10=a1_0x33990e,_0x27d504={};_0x27d504[_0x5eeb10(0x1b2)]=_0x5eeb10(0x1b8),_0x27d504[_0x5eeb10(0x1f4)]=_0x5eeb10(0x170),_0x27d504[_0x5eeb10(0x128)]='Puppeteer',_0x27d504['SDcgl']='TestCafe';const _0x23da8f=_0x27d504,_0x2fab94=[_0x23da8f[_0x5eeb10(0x1b2)],_0x23da8f[_0x5eeb10(0x1f4)],_0x23da8f[_0x5eeb10(0x128)],_0x23da8f[_0x5eeb10(0x1a5)]],_0x2fc443=_0x2fab94['find'](_0x29e2b8=>!!CodeceptJS['container']['helpers'](_0x29e2b8));if(!_0x2fc443)return null;return CodeceptJS['container'][_0x5eeb10(0x1a7)](_0x2fc443);};module[a1_0x33990e(0x1e3)]=function(_0x5e7bfe){const _0x29d586=a1_0x33990e,_0x380bdf={'OZFFH':function(_0x582433){return _0x582433();},'afuJK':function(_0x1d1d19,_0x55515d){return _0x1d1d19(_0x55515d);},'MKNsk':_0x29d586(0x1b1),'Bdhqn':_0x29d586(0x13b),'QXHyA':'getAccessibilityResults','PvWlc':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','jmXpr':function(_0x202899,_0x484fa8){return _0x202899(_0x484fa8);},'oKhMf':_0x29d586(0x1d0),'eGxhI':_0x29d586(0x11e),'utVKU':_0x29d586(0x165),'axuFv':'browserstackTestName','kreCX':function(_0x1c99d5){return _0x1c99d5();},'OyAhG':_0x29d586(0x1cf),'ejvWx':function(_0x126227){return _0x126227();},'WgIxH':function(_0x440d7f,_0xc19046){return _0x440d7f(_0xc19046);},'bhdmk':function(_0x53dfa0,_0x72bfbb,_0x3308c7){return _0x53dfa0(_0x72bfbb,_0x3308c7);},'lkfkT':'test-started','TEzVH':function(_0x52575d,_0x83a6b4,_0xaedebb){return _0x52575d(_0x83a6b4,_0xaedebb);},'QbEKx':_0x29d586(0x1bd),'nWUwG':function(_0x2658f4){return _0x2658f4();},'FFXRX':function(_0x120c91,_0x44d703,_0x5593aa,_0x37eae7){return _0x120c91(_0x44d703,_0x5593aa,_0x37eae7);},'sVyCF':function(_0x2d6331,_0x77c2cc,_0x3069fe,_0x2d0a2a){return _0x2d6331(_0x77c2cc,_0x3069fe,_0x2d0a2a);},'ZgQpp':function(_0x273688,_0x5c2fca){return _0x273688===_0x5c2fca;},'vIREz':_0x29d586(0x12e),'nykir':_0x29d586(0x1fd),'tsAeY':_0x29d586(0x189),'KAanf':_0x29d586(0x180),'kgDHz':function(_0x2dea44){return _0x2dea44();},'Lbrxy':_0x29d586(0x198),'KChOW':_0x29d586(0x1d5),'AUkCi':_0x29d586(0x125),'bTZAb':_0x29d586(0x181),'TPbXN':_0x29d586(0x1e5),'LEWsb':_0x29d586(0x1a4),'BdUIT':_0x29d586(0x141),'UKBiX':'Playwright'};_0x5e7bfe[_0x29d586(0x19f)]&&(global['__skipSessionStatus']=_0x5e7bfe[_0x29d586(0x19f)]);PerformanceTester[_0x29d586(0x149)]();const _0x3a872d=_0x380bdf[_0x29d586(0x120)](getCodeceptDriver),_0x3420a6=new O11yHelper(_0x3a872d,_0x5e7bfe),_0x1b680d=!!CodeceptJS['container']['helpers'](_0x380bdf[_0x29d586(0x1f5)]);global[_0x29d586(0x18c)]=_0x3a872d,_0x3a872d&&(PerformanceTester[_0x29d586(0x1df)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x169b59=_0x29d586;_0x1b680d?_0x380bdf[_0x169b59(0x193)](patchPlaywrightBefore):_0x380bdf[_0x169b59(0x157)](patchWebDriverBefore,_0x3a872d);})(),PerformanceTester[_0x29d586(0x1df)](PerformanceEvents[_0x29d586(0x1c1)],()=>{const _0x1f626f=_0x29d586,_0x27faa2={};_0x27faa2[_0x1f626f(0x159)]=_0x380bdf[_0x1f626f(0x15a)],_0x27faa2[_0x1f626f(0x185)]=_0x380bdf[_0x1f626f(0x1c0)],_0x27faa2[_0x1f626f(0x1eb)]=_0x380bdf[_0x1f626f(0x18d)],_0x27faa2[_0x1f626f(0x147)]=_0x380bdf[_0x1f626f(0x1c9)];const _0x46672c=_0x27faa2;_0x3a872d[_0x1f626f(0x1b1)]=async()=>{const _0x2ef419=_0x1f626f;if(global[_0x2ef419(0x1ee)]){const _0x28d494={};_0x28d494['command']=_0x46672c['gyRfp'],await PerformanceTester[_0x2ef419(0x1df)](PerformanceA11yEvents[_0x2ef419(0x14f)],async()=>{const _0x465738=_0x2ef419;await AccessibilityHelper[_0x465738(0x121)](_0x3a872d,scripts['performScan']);},_0x28d494)(),await PerformanceTester[_0x2ef419(0x1df)](PerformanceA11yEvents[_0x2ef419(0x1d2)],async()=>{const _0x5a5a93=_0x2ef419;await AccessibilityHelper[_0x5a5a93(0x121)](_0x3a872d,scripts[_0x5a5a93(0x17d)]);})();}else return logger['warn'](_0x46672c['uFYbe']),{};},_0x3a872d['getAccessibilityResults']=async()=>{const _0x3969ed=_0x1f626f;if(global[_0x3969ed(0x1ee)]){const _0x5d2d6a={};_0x5d2d6a['command']=_0x46672c[_0x3969ed(0x1eb)],await PerformanceTester[_0x3969ed(0x1df)](PerformanceA11yEvents[_0x3969ed(0x14f)],async()=>{const _0x469d69=_0x3969ed;await AccessibilityHelper['browserStackExecuteDriver'](_0x3a872d,scripts[_0x469d69(0x13a)]);},_0x5d2d6a)(),await PerformanceTester[_0x3969ed(0x1df)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x41ae93=_0x3969ed;await AccessibilityHelper[_0x41ae93(0x121)](_0x3a872d,scripts[_0x41ae93(0x1e6)]);})();}else return logger[_0x3969ed(0x139)](_0x46672c[_0x3969ed(0x147)]),{};},_0x380bdf['jmXpr'](patchSaveScreenshot,_0x3a872d);})()),CodeceptJS[_0x29d586(0x196)]['dispatcher']['on'](CodeceptJS[_0x29d586(0x196)][_0x29d586(0x14e)][_0x29d586(0x1ec)],()=>{const _0x389f30=_0x29d586;PerformanceTester[_0x389f30(0x14a)](PerformanceEvents[_0x389f30(0x1ba)]);try{_0x3420a6[_0x389f30(0x14a)](),testOpsHelper[_0x389f30(0x124)](),PerformanceTester[_0x389f30(0x194)](PerformanceEvents[_0x389f30(0x1ba)]);}catch(_0x49dc26){PerformanceTester[_0x389f30(0x140)](_0x49dc26),PerformanceTester[_0x389f30(0x194)](PerformanceEvents[_0x389f30(0x1ba)],![],_0x49dc26);}}),CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1d3)]['on'](CodeceptJS['event'][_0x29d586(0x14e)]['after'],async()=>{const _0x5b5a32=_0x29d586;PerformanceTester[_0x5b5a32(0x14a)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x5b5a32(0x1cd)](),await _0x3420a6[_0x5b5a32(0x19d)](),PerformanceTester['end'](PerformanceEvents[_0x5b5a32(0x1c5)]);}catch(_0x3234d3){PerformanceTester[_0x5b5a32(0x140)](_0x3234d3),PerformanceTester[_0x5b5a32(0x194)](PerformanceEvents[_0x5b5a32(0x1c5)],![],_0x3234d3);}finally{PerformanceTester[_0x5b5a32(0x1ca)]();}}),CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1d3)]['on'](CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1c7)][_0x29d586(0x136)],_0x3e8c03=>{const _0x5550da=_0x29d586;PerformanceTester[_0x5550da(0x14a)](PerformanceEvents[_0x5550da(0x146)]);try{const _0x22436b=_0x3e8c03['ctx'][_0x5550da(0x11d)],_0x53967e=_0x3420a6[_0x5550da(0x1b4)](TEST_EVENTS[_0x5550da(0x129)],_0x22436b);CodeceptRecorder['add'](()=>_0x3420a6[_0x5550da(0x16d)](TEST_EVENTS[_0x5550da(0x129)],_0x53967e));const _0x1ec8e8={};_0x1ec8e8[_0x5550da(0x1bf)]=_0x380bdf[_0x5550da(0x16f)],PerformanceTester[_0x5550da(0x194)](PerformanceEvents[_0x5550da(0x146)],!![],null,_0x1ec8e8);}catch(_0x41a965){const _0x2cc89b={};_0x2cc89b[_0x5550da(0x1bf)]=_0x380bdf[_0x5550da(0x16f)],PerformanceTester['end'](PerformanceEvents['SDK_HOOK'],![],_0x41a965,_0x2cc89b),PerformanceTester[_0x5550da(0x140)](_0x41a965);}}),CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1d3)]['on'](CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1c7)][_0x29d586(0x123)],_0x4241cd=>{const _0x50e042=_0x29d586,_0x59cbd5={};_0x59cbd5[_0x50e042(0x1bf)]=_0x380bdf[_0x50e042(0x191)],PerformanceTester[_0x50e042(0x14a)](PerformanceHookEvents[_0x50e042(0x146)],!![],null,_0x59cbd5);try{const _0x1a29e3=_0x4241cd[_0x50e042(0x1e0)]['test'],_0x3ef846=_0x3420a6[_0x50e042(0x1b4)](TEST_EVENTS[_0x50e042(0x172)],_0x1a29e3);CodeceptRecorder[_0x50e042(0x1f3)](()=>_0x3420a6[_0x50e042(0x16d)](TEST_EVENTS[_0x50e042(0x172)],_0x3ef846));const _0x4c40dc={};_0x4c40dc['hookType']=_0x380bdf['eGxhI'],PerformanceTester[_0x50e042(0x194)](PerformanceHookEvents[_0x50e042(0x146)],!![],null,_0x4c40dc);}catch(_0x377914){PerformanceTester[_0x50e042(0x140)](_0x377914);const _0x2e81c5={};_0x2e81c5[_0x50e042(0x1bf)]=_0x380bdf[_0x50e042(0x191)],PerformanceTester[_0x50e042(0x194)](PerformanceHookEvents[_0x50e042(0x146)],![],_0x377914,_0x2e81c5);}}),CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1d3)]['on'](CodeceptJS[_0x29d586(0x196)]['hook'][_0x29d586(0x175)],async(_0x4acdf1,_0x4f3479)=>{const _0xfd4650=_0x29d586;PerformanceTester['start'](PerformanceHookEvents[_0xfd4650(0x146)]);try{const _0x207251=_0x4acdf1[_0xfd4650(0x1e0)][_0xfd4650(0x11d)],_0x5727ae=_0x3420a6[_0xfd4650(0x1b4)](TEST_EVENTS[_0xfd4650(0x172)],_0x207251,_0x4f3479);CodeceptRecorder[_0xfd4650(0x1f3)](()=>_0x3420a6['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5727ae));const _0x547820={};_0x547820['hookType']=_0x380bdf[_0xfd4650(0x1c3)],PerformanceTester[_0xfd4650(0x14a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x547820);}catch(_0x26ef26){PerformanceTester[_0xfd4650(0x140)](_0x26ef26);const _0x713a47={};_0x713a47['hookType']=_0x380bdf[_0xfd4650(0x1c3)],PerformanceTester[_0xfd4650(0x194)](PerformanceHookEvents['SDK_HOOK'],![],_0x26ef26,_0x713a47);}const _0x53167f={};_0x53167f[_0xfd4650(0x1bf)]=_0x380bdf[_0xfd4650(0x1c3)],PerformanceTester[_0xfd4650(0x194)](PerformanceHookEvents[_0xfd4650(0x146)],!![],null,_0x53167f);}),CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1d3)]['on'](CodeceptJS['event'][_0x29d586(0x11d)][_0x29d586(0x1ec)],_0xc09683=>{const _0x358106=_0x29d586;PerformanceTester['start'](PerformanceHookEvents[_0x358106(0x146)]);try{globals[_0x358106(0x1a2)](_0x380bdf['axuFv'],_0xc09683['title']);_0x380bdf[_0x358106(0x142)](isBrowserstackInfra)&&(_0x1b680d&&(global[_0x358106(0x1b7)]={'currentTest':{'name':_0xc09683[_0x358106(0x134)],'testInfo':{'titlePath':_0xc09683[_0x358106(0x183)]()}}}));const _0x3f1ea0={};_0x3f1ea0['hookType']=_0x380bdf['OyAhG'],PerformanceTester[_0x358106(0x194)](PerformanceHookEvents[_0x358106(0x146)],!![],null,_0x3f1ea0);}catch(_0x41af49){PerformanceTester['captureError'](_0x41af49);const _0x8f653c={};_0x8f653c[_0x358106(0x1bf)]=_0x380bdf['OyAhG'],PerformanceTester[_0x358106(0x194)](PerformanceHookEvents['SDK_HOOK'],![],_0x41af49,_0x8f653c);}}),CodeceptJS[_0x29d586(0x196)]['dispatcher']['on'](CodeceptJS[_0x29d586(0x196)][_0x29d586(0x11d)][_0x29d586(0x136)],_0x1eab75=>{const _0x4d8863=_0x29d586;PerformanceTester[_0x4d8863(0x14a)](PerformanceHookEvents[_0x4d8863(0x146)]);try{globals[_0x4d8863(0x1a2)](_0x380bdf[_0x4d8863(0x197)],_0x1eab75[_0x4d8863(0x134)]);const _0x38b2e1=_0x3420a6[_0x4d8863(0x1b4)](TEST_EVENTS[_0x4d8863(0x16a)],_0x1eab75);CodeceptRecorder[_0x4d8863(0x1f3)](()=>_0x3420a6[_0x4d8863(0x16d)](TEST_EVENTS[_0x4d8863(0x16a)],_0x38b2e1)),CodeceptRecorder['add'](async()=>{const _0x4972e4=_0x4d8863;_0x380bdf[_0x4972e4(0x18f)](isBrowserstackInfra)&&(!_0x380bdf[_0x4972e4(0x19c)](isTrue,_0x5e7bfe['skipSessionName'])&&await _0x380bdf[_0x4972e4(0x1b0)](markSessionName,_0x3a872d,_0x1eab75[_0x4972e4(0x134)]),_0x3420a6[_0x4972e4(0x177)]&&await _0x380bdf['WgIxH'](o11ySync,_0x3a872d));});}catch(_0x151d80){const _0x3a1331={};_0x3a1331[_0x4d8863(0x1bf)]=_0x380bdf['lkfkT'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x151d80,_0x3a1331),PerformanceTester['captureError'](_0x151d80);}const _0x58f6d5={};_0x58f6d5[_0x4d8863(0x1bf)]=_0x380bdf['lkfkT'],PerformanceTester['end'](PerformanceHookEvents[_0x4d8863(0x146)],!![],null,_0x58f6d5);}),CodeceptJS[_0x29d586(0x196)]['dispatcher']['on'](CodeceptJS[_0x29d586(0x196)][_0x29d586(0x11d)][_0x29d586(0x123)],_0x58a8f8=>{const _0x384424=_0x29d586,_0x5a721f={'KXItM':function(_0x3d2c89,_0x7d64f6,_0x468563){return _0x380bdf['TEzVH'](_0x3d2c89,_0x7d64f6,_0x468563);},'bEeim':function(_0x1281c3,_0x4642de,_0x5cc6cb){const _0x1c10fe=a1_0x49e1;return _0x380bdf[_0x1c10fe(0x179)](_0x1281c3,_0x4642de,_0x5cc6cb);},'LBnaO':function(_0x41e284){return _0x380bdf['ejvWx'](_0x41e284);}};PerformanceTester[_0x384424(0x14a)](PerformanceHookEvents[_0x384424(0x146)]);try{const _0x2b501c=_0x3420a6[_0x384424(0x1b4)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x58a8f8);CodeceptRecorder[_0x384424(0x1f3)](()=>_0x3420a6[_0x384424(0x16d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2b501c)),CodeceptRecorder['add'](async()=>{const _0x468015=_0x384424;_0x5a721f[_0x468015(0x1f2)](isBrowserstackInfra)&&await PerformanceTester[_0x468015(0x1df)](PerformanceAutEvents[_0x468015(0x12b)],async()=>{const _0x2dc8ef=_0x468015;_0x1b680d?await _0x5a721f['KXItM'](playwrightMarkSessionStatus,_0x3a872d,STATE_PASSED):await _0x5a721f[_0x2dc8ef(0x137)](markSessionStatus,_0x3a872d,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x384424(0x152)]);}catch(_0x556d37){PerformanceTester[_0x384424(0x140)](_0x556d37);const _0x155e72={};_0x155e72[_0x384424(0x1bf)]=_0x380bdf[_0x384424(0x162)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x556d37,_0x155e72),PerformanceTester['end'](PerformanceEvents[_0x384424(0x152)],![],_0x556d37);}const _0x13233f={};_0x13233f['hookType']=_0x380bdf[_0x384424(0x162)],PerformanceTester[_0x384424(0x194)](PerformanceHookEvents[_0x384424(0x146)],!![],null,_0x13233f);}),CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1d3)]['on'](CodeceptJS[_0x29d586(0x196)][_0x29d586(0x11d)][_0x29d586(0x175)],(_0x39dd46,_0xc8ebae)=>{const _0x252ea4=_0x29d586;PerformanceTester[_0x252ea4(0x14a)](PerformanceHookEvents[_0x252ea4(0x146)]);try{if(_0x380bdf['ZgQpp'](_0x39dd46['constructor'][_0x252ea4(0x1d4)],_0x380bdf[_0x252ea4(0x132)])){const _0x4bfb88=_0x3420a6[_0x252ea4(0x1b4)](TEST_EVENTS[_0x252ea4(0x1e2)],_0x39dd46['ctx'][_0x252ea4(0x1d7)]);CodeceptRecorder[_0x252ea4(0x1f3)](()=>_0x3420a6['fireEvent'](TEST_EVENTS[_0x252ea4(0x1e2)],_0x4bfb88));}else{const _0x4e416d=_0x3420a6[_0x252ea4(0x1b4)](TEST_EVENTS[_0x252ea4(0x138)],_0x39dd46,_0xc8ebae);CodeceptRecorder[_0x252ea4(0x1f3)](()=>{const _0x55e978=_0x252ea4;try{_0x3420a6[_0x55e978(0x16d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x4e416d);}catch(_0x2520d9){logger[_0x55e978(0x1ce)](_0x55e978(0x190)+util[_0x55e978(0x1c4)](_0x2520d9)),PerformanceTester[_0x55e978(0x194)](PerformanceEvents[_0x55e978(0x152)],![],_0x2520d9);}}),CodeceptRecorder[_0x252ea4(0x1f3)](async()=>{const _0x58d97b=_0x252ea4;try{_0x380bdf['nWUwG'](isBrowserstackInfra)&&(_0x1b680d?await _0x380bdf[_0x58d97b(0x1e4)](playwrightMarkSessionStatus,_0x3a872d,STATE_FAILED,_0xc8ebae):await _0x380bdf[_0x58d97b(0x1f6)](markSessionStatus,_0x3a872d,STATE_FAILED,_0xc8ebae));}catch(_0x1fd20c){logger[_0x58d97b(0x1ce)](_0x58d97b(0x174)+util[_0x58d97b(0x1c4)](_0x1fd20c)),PerformanceTester[_0x58d97b(0x194)](PerformanceEvents[_0x58d97b(0x152)],![],_0x1fd20c);}});}PerformanceTester['end'](PerformanceEvents[_0x252ea4(0x152)]);}catch(_0x41b00d){PerformanceTester[_0x252ea4(0x140)](_0x41b00d);const _0x10163d={};_0x10163d[_0x252ea4(0x1bf)]=_0x380bdf['nykir'],PerformanceTester[_0x252ea4(0x194)](PerformanceHookEvents[_0x252ea4(0x146)],![],_0x41b00d,_0x10163d),PerformanceTester[_0x252ea4(0x194)](PerformanceEvents[_0x252ea4(0x152)],![],_0x41b00d);}const _0x536d8b={};_0x536d8b[_0x252ea4(0x1bf)]=_0x380bdf[_0x252ea4(0x14d)],PerformanceTester['end'](PerformanceHookEvents[_0x252ea4(0x146)],!![],null,_0x536d8b);}),CodeceptJS['event'][_0x29d586(0x1d3)]['on'](CodeceptJS['event'][_0x29d586(0x11d)][_0x29d586(0x15c)],_0x5112d9=>{const _0xfbd0c1=_0x29d586;PerformanceTester[_0xfbd0c1(0x14a)](PerformanceHookEvents[_0xfbd0c1(0x146)]);try{const _0xf6a057=_0x3420a6[_0xfbd0c1(0x1b4)](TEST_EVENTS[_0xfbd0c1(0x1e2)],_0x5112d9);CodeceptRecorder[_0xfbd0c1(0x1f3)](()=>_0x3420a6[_0xfbd0c1(0x16d)](TEST_EVENTS[_0xfbd0c1(0x1e2)],_0xf6a057)),PerformanceTester[_0xfbd0c1(0x194)](PerformanceEvents[_0xfbd0c1(0x152)]);}catch(_0x489271){PerformanceTester[_0xfbd0c1(0x140)](_0x489271),PerformanceTester[_0xfbd0c1(0x194)](PerformanceEvents[_0xfbd0c1(0x152)],![],_0x489271);const _0x2fd60d={};_0x2fd60d[_0xfbd0c1(0x1bf)]=_0x380bdf[_0xfbd0c1(0x1a1)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x489271,_0x2fd60d);}const _0x4a68db={};_0x4a68db[_0xfbd0c1(0x1bf)]=_0x380bdf['tsAeY'],PerformanceTester['end'](PerformanceHookEvents[_0xfbd0c1(0x146)],!![],null,_0x4a68db);}),CodeceptJS['event'][_0x29d586(0x1d3)]['on'](CodeceptJS['event'][_0x29d586(0x11d)][_0x29d586(0x199)],async(_0x2e4d00,_0x489553)=>{const _0x2b25cd=_0x29d586;try{PerformanceTester['start'](PerformanceHookEvents[_0x2b25cd(0x146)]);const _0x5b9c54=_0x380bdf[_0x2b25cd(0x1b0)](shouldScanTestForAccessibility,_0x2e4d00[_0x2b25cd(0x183)](),!![]);if(_0x380bdf[_0x2b25cd(0x120)](isAccessibilityAutomationSession)&&global[_0x2b25cd(0x1ee)]&&_0x5b9c54){const _0xb9408f={};_0xb9408f[_0x2b25cd(0x169)]=_0x2e4d00[_0x2b25cd(0x156)],_0xb9408f[_0x2b25cd(0x155)]=process[_0x2b25cd(0x13f)][testHubConstants[_0x2b25cd(0x1c8)]['BROWSERSTACK_TESTHUB_UUID']],_0xb9408f[_0x2b25cd(0x131)]=process[_0x2b25cd(0x13f)][testHubConstants[_0x2b25cd(0x1c8)][_0x2b25cd(0x122)]];const _0x1661dc=_0xb9408f;logger[_0x2b25cd(0x1ce)](_0x2b25cd(0x11f)+JSON['stringify'](_0x1661dc)),CodeceptRecorder['add'](async()=>{const _0x5bf285=_0x2b25cd,_0x1f0e68={};_0x1f0e68[_0x5bf285(0x17e)]=_0x380bdf[_0x5bf285(0x12d)],await PerformanceTester[_0x5bf285(0x1df)](PerformanceA11yEvents[_0x5bf285(0x14f)],async()=>{const _0x2e4bbc=_0x5bf285;await AccessibilityHelper[_0x2e4bbc(0x121)](_0x3a872d,scripts[_0x2e4bbc(0x13a)]);},_0x1f0e68)(),await PerformanceTester[_0x5bf285(0x1df)](PerformanceA11yEvents[_0x5bf285(0x17c)],async()=>{const _0x49e1e3=_0x5bf285;await AccessibilityHelper[_0x49e1e3(0x121)](_0x3a872d,scripts[_0x49e1e3(0x143)],_0x1661dc);})();}),logger['info'](_0x380bdf['Lbrxy']);}const _0x1522ef={};_0x1522ef[_0x2b25cd(0x1bf)]=_0x380bdf[_0x2b25cd(0x1ac)],PerformanceTester[_0x2b25cd(0x194)](PerformanceHookEvents[_0x2b25cd(0x146)],!![],null,_0x1522ef);}catch(_0x1b29af){PerformanceTester[_0x2b25cd(0x140)](_0x1b29af);const _0x221f05={};_0x221f05[_0x2b25cd(0x1bf)]=_0x380bdf['KChOW'],PerformanceTester['end'](PerformanceHookEvents[_0x2b25cd(0x146)],![],_0x1b29af,_0x221f05);}}),CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1d3)]['on'](CodeceptJS['event'][_0x29d586(0x17f)][_0x29d586(0x1a6)],_0x6f9f81=>{const _0x52eefb=_0x29d586;PerformanceTester[_0x52eefb(0x14a)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x52eefb(0x1d6)](_0x52eefb(0x195)+process[_0x52eefb(0x158)],{'timestamp':new Date()[_0x52eefb(0x1f8)](),'level':_0x380bdf['AUkCi'],'message':_0x6f9f81,'kind':_0x380bdf[_0x52eefb(0x1ed)],'http_response':{}});}catch(_0x5911d3){PerformanceTester[_0x52eefb(0x140)](_0x5911d3);const _0x3a1d63={};_0x3a1d63[_0x52eefb(0x1bf)]=_0x380bdf['TPbXN'],PerformanceTester[_0x52eefb(0x194)](PerformanceHookEvents[_0x52eefb(0x146)],![],_0x5911d3,_0x3a1d63);}const _0x56d8c5={};_0x56d8c5[_0x52eefb(0x1bf)]=_0x380bdf[_0x52eefb(0x18a)],PerformanceTester['end'](PerformanceHookEvents[_0x52eefb(0x146)],!![],null,_0x56d8c5);}),CodeceptJS['event'][_0x29d586(0x1d3)]['on'](CodeceptJS[_0x29d586(0x196)]['bddStep'][_0x29d586(0x1ec)],_0x5d25dd=>{const _0x39e486=_0x29d586,_0x1d689c={};_0x1d689c[_0x39e486(0x1bf)]=_0x380bdf[_0x39e486(0x184)],PerformanceTester[_0x39e486(0x1df)](PerformanceHookEvents[_0x39e486(0x146)],()=>{const _0x3be696=_0x39e486;_0x3420a6[_0x3be696(0x1de)](_0x5d25dd);},_0x1d689c)();}),CodeceptJS[_0x29d586(0x196)][_0x29d586(0x1d3)]['on'](CodeceptJS['event'][_0x29d586(0x126)][_0x29d586(0x199)],_0x549027=>{const _0x34dd2b=_0x29d586,_0x43f8e0={};_0x43f8e0[_0x34dd2b(0x1bf)]=_0x380bdf[_0x34dd2b(0x171)],PerformanceTester[_0x34dd2b(0x1df)](PerformanceHookEvents[_0x34dd2b(0x146)],()=>{const _0x48266e=_0x34dd2b;_0x3420a6[_0x48266e(0x1dc)](_0x549027);},_0x43f8e0)();});};
1
+ const a1_0x429e2f=a1_0xc836;(function(_0x42203d,_0xcf24d2){const _0x58a549=a1_0xc836,_0x19801e=_0x42203d();while(!![]){try{const _0x28fc59=parseInt(_0x58a549(0x17b))/0x1*(parseInt(_0x58a549(0x185))/0x2)+parseInt(_0x58a549(0x13f))/0x3*(-parseInt(_0x58a549(0x1e8))/0x4)+parseInt(_0x58a549(0x1c7))/0x5+parseInt(_0x58a549(0x189))/0x6*(-parseInt(_0x58a549(0x1ac))/0x7)+parseInt(_0x58a549(0x1af))/0x8+-parseInt(_0x58a549(0x1bc))/0x9+-parseInt(_0x58a549(0x153))/0xa;if(_0x28fc59===_0xcf24d2)break;else _0x19801e['push'](_0x19801e['shift']());}catch(_0x8e2f55){_0x19801e['push'](_0x19801e['shift']());}}}(a1_0x55c5,0xbf938));const fs=require('fs'),util=require(a1_0x429e2f(0x13b)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x429e2f(0x132)),logger=require('../../helpers/logger')[a1_0x429e2f(0x11f)],testOpsHelper=require(a1_0x429e2f(0x18f)),requestSpy=require(a1_0x429e2f(0x144)),PlaywrightSessionDetails=require(a1_0x429e2f(0x159)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x429e2f(0x1a2)),AccessibilityHelper=require(a1_0x429e2f(0x14a)),scripts=require(a1_0x429e2f(0x167)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x429e2f(0x1c8)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0x429e2f(0x1df)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule('codeceptjs/lib/index.js','codeceptjs'),CodeceptUtils=requireModule(a1_0x429e2f(0x1d5),'codeceptjs'),CodeceptWebDriver=requireModule(a1_0x429e2f(0x196),a1_0x429e2f(0x11e)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js','codeceptjs'),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x429e2f(0x11e)),playwrightMarkSessionStatus=(_0x18bac2,_0x59bedb,_0x1e23c7)=>{const _0x1259da=a1_0x429e2f,_0x1276c4={'njBWf':_0x1259da(0x154),'NVNiw':function(_0x39dbac,_0x3d4154){return _0x39dbac(_0x3d4154);}},_0x2dc1c6={};_0x2dc1c6[_0x1259da(0x17d)]=_0x59bedb;const _0x11c91d={};_0x11c91d[_0x1259da(0x18b)]=_0x1276c4[_0x1259da(0x1d2)],_0x11c91d[_0x1259da(0x14c)]=_0x2dc1c6;const _0x3d249a=_0x11c91d;return!_0x1276c4['NVNiw'](isUndefined,_0x1e23c7)&&(_0x3d249a[_0x1259da(0x14c)][_0x1259da(0x166)]=JSON[_0x1259da(0x12c)](_0x1e23c7)),_0x18bac2[_0x1259da(0x16f)](()=>{},_0x1259da(0x1dc)+JSON[_0x1259da(0x12c)](_0x3d249a));},o11ySync=PerformanceTester[a1_0x429e2f(0x14f)](PerformanceO11yEvents[a1_0x429e2f(0x1c2)],async _0x2c7bd0=>{const _0x4839c2=a1_0x429e2f,_0x3d22ed={};_0x3d22ed[_0x4839c2(0x18c)]=function(_0x5b4baf,_0x475501){return _0x5b4baf===_0x475501;},_0x3d22ed['paEcU']=_0x4839c2(0x1c0);const _0x17980c=_0x3d22ed;_0x17980c[_0x4839c2(0x18c)](_0x2c7bd0[_0x4839c2(0x1d9)][_0x4839c2(0x19e)],_0x17980c[_0x4839c2(0x18d)])?await _0x2c7bd0['executeScript'](_0x32c854=>{},testOpsHelper[_0x4839c2(0x1e1)]()):await _0x2c7bd0['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x429e2f(0x14f)](PerformanceAutEvents[a1_0x429e2f(0x1e4)],async(_0x56f82d,_0x9b886b)=>{const _0x33bb51=a1_0x429e2f,_0x491039={};_0x491039[_0x33bb51(0x15e)]=_0x33bb51(0x1e6),_0x491039[_0x33bb51(0x1aa)]=function(_0x5368e1,_0x2bdc4f){return _0x5368e1===_0x2bdc4f;},_0x491039[_0x33bb51(0x158)]='Playwright';const _0x5612a9=_0x491039,_0xd8eec5={};_0xd8eec5['name']=_0x9b886b;const _0x1ab73f={};_0x1ab73f[_0x33bb51(0x18b)]=_0x5612a9[_0x33bb51(0x15e)],_0x1ab73f[_0x33bb51(0x14c)]=_0xd8eec5;const _0x35ef17=_0x1ab73f;_0x5612a9[_0x33bb51(0x1aa)](_0x56f82d['constructor'][_0x33bb51(0x19e)],_0x5612a9['Blwwb'])?await _0x56f82d[_0x33bb51(0x16f)](()=>{},_0x33bb51(0x1dc)+JSON[_0x33bb51(0x12c)](_0x35ef17)):await _0x56f82d[_0x33bb51(0x16f)]('browserstack_executor:\x20'+JSON['stringify'](_0x35ef17));}),patchSaveScreenshot=_0xa08fa8=>{const _0x278c41=a1_0x429e2f,_0x219035={'xTpFw':'base64','GJJQB':_0x278c41(0x128),'vdWnd':function(_0x323df2){return _0x323df2();},'UYcSH':function(_0x31cb3c,_0x28f379){return _0x31cb3c(_0x28f379);},'dXVqC':'Screenshot\x20path\x20not\x20found','SQNLo':function(_0x186830,_0x4e77e9){return _0x186830(_0x4e77e9);}};_0x219035[_0x278c41(0x1c1)](isTrue,process[_0x278c41(0x156)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0xa08fa8[_0x278c41(0x163)]&&(_0xa08fa8[_0x278c41(0x163)]=!![],_0xa08fa8[_0x278c41(0x1ec)]=_0xa08fa8[_0x278c41(0x1c6)],_0xa08fa8['saveScreenshot']=(_0x4e5597,_0x5d80ca=![])=>{const _0x26e286=_0x278c41,_0x2f265c={'UjNfU':_0x219035['xTpFw'],'Cfmcz':_0x219035[_0x26e286(0x126)],'RoGnl':function(_0xca0a41){return _0x219035['vdWnd'](_0xca0a41);},'FNpzv':function(_0x1e8e84,_0x5e9cbf){return _0x219035['UYcSH'](_0x1e8e84,_0x5e9cbf);},'xyhHP':_0x219035[_0x26e286(0x123)]};return new Promise(function(_0xede40c,_0x4cae9b){const _0x16ead1=_0x26e286;_0xa08fa8[_0x16ead1(0x1ec)](_0x4e5597,_0x5d80ca)[_0x16ead1(0x183)](()=>{const _0x210a18=_0x16ead1,_0x41fe45=CodeceptUtils[_0x210a18(0x118)](_0x4e5597);if(_0x41fe45){const _0x55449c=fs[_0x210a18(0x1d1)](_0x41fe45);process[_0x210a18(0x190)](_0x210a18(0x169)+process[_0x210a18(0x182)],{'timestamp':new Date()[_0x210a18(0x1bd)](),'message':_0x55449c[_0x210a18(0x1ba)](_0x2f265c['UjNfU']),'kind':_0x2f265c[_0x210a18(0x1cd)]}),_0x2f265c[_0x210a18(0x179)](_0xede40c);}_0x2f265c['FNpzv'](_0x4cae9b,new Error(_0x2f265c[_0x210a18(0x193)]));})[_0x16ead1(0x180)](()=>null);});});},patchWebDriverBefore=_0x40e130=>{const _0x2d7192=a1_0x429e2f,_0x4790ee={'AwSeb':function(_0x10266e){return _0x10266e();},'kspsY':function(_0x192ecb,_0x39717d){return _0x192ecb(_0x39717d);},'vvgld':function(_0x5664c8,_0x10a7b0){return _0x5664c8===_0x10a7b0;},'eoNTz':'Element'},_0x8ee2db=async function(_0x1d92f5,_0x11e319){const _0x2a0c5c=a1_0xc836;return _0x4790ee[_0x2a0c5c(0x1e5)](isAccessibilityAutomationSession)&&!global[_0x2a0c5c(0x1e2)]&&global['accessibilityPlatform']&&scripts[_0x2a0c5c(0x131)](_0x1d92f5[_0x2a0c5c(0x19e)])&&_0x4790ee[_0x2a0c5c(0x18a)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2a0c5c(0x1e2)]=!![],await PerformanceTester[_0x2a0c5c(0x14f)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3bbb6a=_0x2a0c5c;logger[_0x3bbb6a(0x1d4)]('Performing\x20scan\x20for\x20'+_0x1d92f5[_0x3bbb6a(0x199)]+'\x20'+_0x1d92f5[_0x3bbb6a(0x19e)]),await AccessibilityHelper[_0x3bbb6a(0x141)](_0x40e130,scripts[_0x3bbb6a(0x1a5)]);},{'command':_0x1d92f5[_0x2a0c5c(0x19e)]})()),global[_0x2a0c5c(0x1e2)]=![],_0x11e319[_0x2a0c5c(0x151)](this,Array[_0x2a0c5c(0x147)][_0x2a0c5c(0x1be)][_0x2a0c5c(0x19a)](arguments,0x2));},_0x142d60=CodeceptWebDriver['prototype'][_0x2d7192(0x162)];CodeceptWebDriver[_0x2d7192(0x147)][_0x2d7192(0x162)]=async function(){const _0x1d14c1=_0x2d7192;try{await _0x142d60['apply'](this,arguments);}catch(_0x2389c9){logger[_0x1d14c1(0x1d4)](_0x1d14c1(0x13a)+util[_0x1d14c1(0x174)](_0x2389c9));}scripts[_0x1d14c1(0x1ae)][_0x1d14c1(0x12d)](_0x518235=>_0x518235[_0x1d14c1(0x19e)]&&_0x518235['class'])[_0x1d14c1(0x1de)](_0x4ae03f=>{const _0x6a18b3=_0x1d14c1;this['browser']['overwriteCommand'](_0x4ae03f[_0x6a18b3(0x19e)],_0x8ee2db[_0x6a18b3(0x1a7)](this,_0x4ae03f),_0x4790ee['vvgld'](_0x4ae03f[_0x6a18b3(0x199)],_0x4790ee[_0x6a18b3(0x17f)]));}),_0x4790ee[_0x1d14c1(0x18a)](processWebDriverConfig,_0x40e130);};},patchPlaywrightBefore=()=>{const _0x4246de=a1_0x429e2f;PlaywrightSessionDetails[_0x4246de(0x1b7)]();const _0x17bb23=CodeceptPlaywright[_0x4246de(0x147)]['_before'];CodeceptPlaywright[_0x4246de(0x147)][_0x4246de(0x162)]=async function(){const _0x4d15cb=_0x4246de;this['browserContext']=await this[_0x4d15cb(0x187)]['contexts']()[0x0],await _0x17bb23[_0x4d15cb(0x151)](this,arguments);};},getCodeceptDriver=()=>{const _0x46673b=a1_0x429e2f,_0xb35f58={};_0xb35f58[_0x46673b(0x1dd)]=_0x46673b(0x165),_0xb35f58['nSFRq']='Playwright',_0xb35f58[_0x46673b(0x149)]=_0x46673b(0x1b0),_0xb35f58[_0x46673b(0x1a3)]=_0x46673b(0x119);const _0x57f6d7=_0xb35f58,_0x332f07=[_0x57f6d7[_0x46673b(0x1dd)],_0x57f6d7[_0x46673b(0x164)],_0x57f6d7['sxDrN'],_0x57f6d7[_0x46673b(0x1a3)]],_0x21af7a=_0x332f07[_0x46673b(0x170)](_0x344481=>!!CodeceptJS[_0x46673b(0x14d)][_0x46673b(0x11a)](_0x344481));if(!_0x21af7a)return null;return CodeceptJS[_0x46673b(0x14d)]['helpers'](_0x21af7a);};function a1_0xc836(_0x15d874,_0x4865a8){const _0x55c509=a1_0x55c5();return a1_0xc836=function(_0xc836df,_0x5beddd){_0xc836df=_0xc836df-0x112;let _0x302615=_0x55c509[_0xc836df];return _0x302615;},a1_0xc836(_0x15d874,_0x4865a8);}module[a1_0x429e2f(0x137)]=function(_0x3d62ab){const _0x16807c=a1_0x429e2f,_0x3ff9d5={'bNzpG':function(_0x222666){return _0x222666();},'ObdNX':function(_0x22ad49,_0x1b6d5b){return _0x22ad49(_0x1b6d5b);},'VgvBn':_0x16807c(0x140),'MEcux':_0x16807c(0x1a1),'gVgKG':'getAccessibilityResults','faqdm':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','boYbk':_0x16807c(0x16e),'zWeXi':_0x16807c(0x171),'jragP':'hook-failed','KMqUi':_0x16807c(0x176),'OtqAN':_0x16807c(0x1a9),'FRiOs':function(_0x2e20a3){return _0x2e20a3();},'JbdkD':function(_0x5b6194,_0x17b169,_0x4f59e4){return _0x5b6194(_0x17b169,_0x4f59e4);},'lfYuW':_0x16807c(0x14e),'VLcza':function(_0x4d43cc){return _0x4d43cc();},'QyBsB':'test-passed','wZWPR':function(_0x8fcabc,_0x2e250e,_0x35579a,_0x5bb0a2){return _0x8fcabc(_0x2e250e,_0x35579a,_0x5bb0a2);},'TGIXB':function(_0x60258e,_0x5152f7){return _0x60258e===_0x5152f7;},'XFROQ':_0x16807c(0x1b1),'ribDb':'test-failed','recsB':_0x16807c(0x113),'ZMIFZ':_0x16807c(0x135),'SoiGF':function(_0x10f676,_0x5dde1c,_0x5349e5){return _0x10f676(_0x5dde1c,_0x5349e5);},'IzKPZ':function(_0x574740){return _0x574740();},'YpBYG':_0x16807c(0x15f),'oqoiJ':_0x16807c(0x17a),'oCtaj':_0x16807c(0x12f),'CcNCF':'TEST_LOG','ZEWMY':'step-comment','fEVRf':_0x16807c(0x115),'shauw':'bddStep-after','hBdSD':_0x16807c(0x1c0)};_0x3d62ab[_0x16807c(0x1b4)]&&(global[_0x16807c(0x134)]=_0x3d62ab[_0x16807c(0x1b4)]);PerformanceTester[_0x16807c(0x1ca)]();const _0x20c3e2=_0x3ff9d5[_0x16807c(0x125)](getCodeceptDriver),_0x145f86=new O11yHelper(_0x20c3e2,_0x3d62ab),_0x1a1054=!!CodeceptJS['container']['helpers'](_0x3ff9d5[_0x16807c(0x121)]);global['__driver']=_0x20c3e2,_0x20c3e2&&(PerformanceTester[_0x16807c(0x14f)](PerformanceEvents[_0x16807c(0x1c4)],()=>{const _0x4a1872=_0x16807c;_0x1a1054?_0x3ff9d5[_0x4a1872(0x125)](patchPlaywrightBefore):_0x3ff9d5[_0x4a1872(0x197)](patchWebDriverBefore,_0x20c3e2);})(),PerformanceTester[_0x16807c(0x14f)](PerformanceEvents[_0x16807c(0x184)],()=>{const _0x25cd67=_0x16807c,_0x191999={};_0x191999[_0x25cd67(0x114)]=_0x3ff9d5[_0x25cd67(0x1bb)],_0x191999[_0x25cd67(0x11c)]=_0x3ff9d5[_0x25cd67(0x11b)],_0x191999['gTcZU']=_0x3ff9d5[_0x25cd67(0x160)],_0x191999[_0x25cd67(0x1cc)]=_0x3ff9d5[_0x25cd67(0x1c3)];const _0x58e4d0=_0x191999;_0x20c3e2[_0x25cd67(0x140)]=async()=>{const _0x1a9dc9=_0x25cd67;if(global['accessibilityPlatform']){const _0x5719ca={};_0x5719ca['command']=_0x58e4d0[_0x1a9dc9(0x114)],await PerformanceTester[_0x1a9dc9(0x14f)](PerformanceA11yEvents[_0x1a9dc9(0x13e)],async()=>{const _0x5345a4=_0x1a9dc9;await AccessibilityHelper[_0x5345a4(0x141)](_0x20c3e2,scripts[_0x5345a4(0x1a5)]);},_0x5719ca)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1a9dc9(0x13c)],async()=>{const _0x2f0ef1=_0x1a9dc9;await AccessibilityHelper[_0x2f0ef1(0x141)](_0x20c3e2,scripts[_0x2f0ef1(0x155)]);})();}else return logger['warn'](_0x58e4d0[_0x1a9dc9(0x11c)]),{};},_0x20c3e2[_0x25cd67(0x1e7)]=async()=>{const _0x4b27f8=_0x25cd67;if(global['accessibilityPlatform']){const _0x24f13a={};_0x24f13a['command']=_0x58e4d0[_0x4b27f8(0x1cf)],await PerformanceTester[_0x4b27f8(0x14f)](PerformanceA11yEvents[_0x4b27f8(0x13e)],async()=>{const _0x51451b=_0x4b27f8;await AccessibilityHelper[_0x51451b(0x141)](_0x20c3e2,scripts[_0x51451b(0x1a5)]);},_0x24f13a)(),await PerformanceTester[_0x4b27f8(0x14f)](PerformanceA11yEvents[_0x4b27f8(0x172)],async()=>{const _0x305c35=_0x4b27f8;await AccessibilityHelper[_0x305c35(0x141)](_0x20c3e2,scripts['getResults']);})();}else return logger[_0x4b27f8(0x1e0)](_0x58e4d0[_0x4b27f8(0x1cc)]),{};},_0x3ff9d5[_0x25cd67(0x197)](patchSaveScreenshot,_0x20c3e2);})()),CodeceptJS[_0x16807c(0x15d)]['dispatcher']['on'](CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1d6)][_0x16807c(0x1bf)],()=>{const _0x39d686=_0x16807c;PerformanceTester[_0x39d686(0x16c)](PerformanceEvents[_0x39d686(0x1b5)]);try{_0x145f86[_0x39d686(0x16c)](),testOpsHelper[_0x39d686(0x18e)](),PerformanceTester[_0x39d686(0x1a4)](PerformanceEvents[_0x39d686(0x1b5)]);}catch(_0x3d1eaf){PerformanceTester[_0x39d686(0x16b)](_0x3d1eaf),PerformanceTester['end'](PerformanceEvents[_0x39d686(0x1b5)],![],_0x3d1eaf);}}),CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1e9)]['on'](CodeceptJS['event']['all'][_0x16807c(0x124)],async()=>{const _0x1e6b3d=_0x16807c;PerformanceTester[_0x1e6b3d(0x16c)](PerformanceEvents[_0x1e6b3d(0x143)]);try{requestSpy[_0x1e6b3d(0x15b)](),await _0x145f86[_0x1e6b3d(0x112)](),PerformanceTester[_0x1e6b3d(0x1a4)](PerformanceEvents[_0x1e6b3d(0x143)]);}catch(_0x10f5ae){PerformanceTester[_0x1e6b3d(0x16b)](_0x10f5ae),PerformanceTester[_0x1e6b3d(0x1a4)](PerformanceEvents['SDK_POST_TEST'],![],_0x10f5ae);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS['event'][_0x16807c(0x1e9)]['on'](CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1d7)][_0x16807c(0x122)],_0x157cf6=>{const _0x305d9f=_0x16807c;PerformanceTester[_0x305d9f(0x16c)](PerformanceEvents[_0x305d9f(0x175)]);try{const _0x488ac1=_0x157cf6['ctx'][_0x305d9f(0x1c5)],_0x271de9=_0x145f86[_0x305d9f(0x161)](TEST_EVENTS[_0x305d9f(0x1a8)],_0x488ac1);CodeceptRecorder[_0x305d9f(0x19f)](()=>_0x145f86[_0x305d9f(0x1b2)](TEST_EVENTS[_0x305d9f(0x1a8)],_0x271de9));const _0x1297bc={};_0x1297bc[_0x305d9f(0x12a)]=_0x3ff9d5['boYbk'],PerformanceTester['end'](PerformanceEvents[_0x305d9f(0x175)],!![],null,_0x1297bc);}catch(_0x3b1ef4){const _0x419c04={};_0x419c04[_0x305d9f(0x12a)]=_0x3ff9d5['boYbk'],PerformanceTester['end'](PerformanceEvents[_0x305d9f(0x175)],![],_0x3b1ef4,_0x419c04),PerformanceTester['captureError'](_0x3b1ef4);}}),CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1e9)]['on'](CodeceptJS['event'][_0x16807c(0x1d7)][_0x16807c(0x14b)],_0x4b349c=>{const _0x5a47c6=_0x16807c,_0x499c98={};_0x499c98['hookType']=_0x3ff9d5[_0x5a47c6(0x1a0)],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x499c98);try{const _0x27443e=_0x4b349c['ctx'][_0x5a47c6(0x1c5)],_0x3c7911=_0x145f86[_0x5a47c6(0x161)](TEST_EVENTS[_0x5a47c6(0x194)],_0x27443e);CodeceptRecorder[_0x5a47c6(0x19f)](()=>_0x145f86['fireEvent'](TEST_EVENTS[_0x5a47c6(0x194)],_0x3c7911));const _0x17c8bb={};_0x17c8bb['hookType']=_0x3ff9d5[_0x5a47c6(0x1a0)],PerformanceTester[_0x5a47c6(0x1a4)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x17c8bb);}catch(_0x386019){PerformanceTester[_0x5a47c6(0x16b)](_0x386019);const _0x3a1a0a={};_0x3a1a0a[_0x5a47c6(0x12a)]=_0x3ff9d5[_0x5a47c6(0x1a0)],PerformanceTester['end'](PerformanceHookEvents[_0x5a47c6(0x175)],![],_0x386019,_0x3a1a0a);}}),CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1e9)]['on'](CodeceptJS['event'][_0x16807c(0x1d7)][_0x16807c(0x192)],async(_0x25c0ce,_0x1ddc7c)=>{const _0x1a3a69=_0x16807c;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x1bc517=_0x25c0ce[_0x1a3a69(0x116)][_0x1a3a69(0x1c5)],_0x253e2b=_0x145f86[_0x1a3a69(0x161)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1bc517,_0x1ddc7c);CodeceptRecorder['add'](()=>_0x145f86['fireEvent'](TEST_EVENTS[_0x1a3a69(0x194)],_0x253e2b));const _0x60c5ee={};_0x60c5ee['hookType']=_0x3ff9d5[_0x1a3a69(0x1db)],PerformanceTester['start'](PerformanceHookEvents[_0x1a3a69(0x175)],!![],null,_0x60c5ee);}catch(_0x548779){PerformanceTester[_0x1a3a69(0x16b)](_0x548779);const _0x3e59f9={};_0x3e59f9['hookType']=_0x3ff9d5['jragP'],PerformanceTester[_0x1a3a69(0x1a4)](PerformanceHookEvents[_0x1a3a69(0x175)],![],_0x548779,_0x3e59f9);}const _0x9ec6db={};_0x9ec6db['hookType']=_0x3ff9d5[_0x1a3a69(0x1db)],PerformanceTester[_0x1a3a69(0x1a4)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x9ec6db);}),CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1e9)]['on'](CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1c5)]['before'],_0x2a9430=>{const _0x465d9f=_0x16807c;PerformanceTester[_0x465d9f(0x16c)](PerformanceHookEvents[_0x465d9f(0x175)]);try{globals[_0x465d9f(0x139)](_0x3ff9d5[_0x465d9f(0x1a6)],_0x2a9430[_0x465d9f(0x19b)]);_0x3ff9d5[_0x465d9f(0x125)](isBrowserstackInfra)&&(_0x1a1054&&(global[_0x465d9f(0x1da)]={'currentTest':{'name':_0x2a9430[_0x465d9f(0x19b)],'testInfo':{'titlePath':_0x2a9430[_0x465d9f(0x148)]()}}}));const _0x35ea3e={};_0x35ea3e[_0x465d9f(0x12a)]=_0x3ff9d5[_0x465d9f(0x1d8)],PerformanceTester[_0x465d9f(0x1a4)](PerformanceHookEvents[_0x465d9f(0x175)],!![],null,_0x35ea3e);}catch(_0x250fee){PerformanceTester[_0x465d9f(0x16b)](_0x250fee);const _0x5704ea={};_0x5704ea[_0x465d9f(0x12a)]=_0x3ff9d5['OtqAN'],PerformanceTester['end'](PerformanceHookEvents[_0x465d9f(0x175)],![],_0x250fee,_0x5704ea);}}),CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1e9)]['on'](CodeceptJS['event'][_0x16807c(0x1c5)][_0x16807c(0x122)],_0x53e32b=>{const _0x5633eb=_0x16807c,_0x45b862={'edzbc':function(_0x3a7706){const _0x31fc39=a1_0xc836;return _0x3ff9d5[_0x31fc39(0x127)](_0x3a7706);},'GNxlx':function(_0x2f5933,_0x4f5d2a){return _0x3ff9d5['ObdNX'](_0x2f5933,_0x4f5d2a);},'ZQpil':function(_0xd32565,_0x26a5f6,_0x478840){const _0x4b0d73=a1_0xc836;return _0x3ff9d5[_0x4b0d73(0x17c)](_0xd32565,_0x26a5f6,_0x478840);},'eqcTT':function(_0x50f2b8,_0x4aa7f3){return _0x3ff9d5['ObdNX'](_0x50f2b8,_0x4aa7f3);}};PerformanceTester[_0x5633eb(0x16c)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x5633eb(0x139)](_0x3ff9d5[_0x5633eb(0x1a6)],_0x53e32b[_0x5633eb(0x19b)]);const _0x5348dd=_0x145f86[_0x5633eb(0x161)](TEST_EVENTS['TEST_RUN_STARTED'],_0x53e32b);CodeceptRecorder[_0x5633eb(0x19f)](()=>_0x145f86[_0x5633eb(0x1b2)](TEST_EVENTS[_0x5633eb(0x16d)],_0x5348dd)),CodeceptRecorder[_0x5633eb(0x19f)](async()=>{const _0x396f86=_0x5633eb;_0x45b862[_0x396f86(0x12b)](isBrowserstackInfra)&&(!_0x45b862[_0x396f86(0x1ab)](isTrue,_0x3d62ab['skipSessionName'])&&await _0x45b862[_0x396f86(0x117)](markSessionName,_0x20c3e2,_0x53e32b['title']),_0x145f86[_0x396f86(0x120)]&&await _0x45b862[_0x396f86(0x19d)](o11ySync,_0x20c3e2));});}catch(_0x1493de){const _0x197eb8={};_0x197eb8['hookType']=_0x3ff9d5[_0x5633eb(0x191)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x1493de,_0x197eb8),PerformanceTester[_0x5633eb(0x16b)](_0x1493de);}const _0x172ffc={};_0x172ffc[_0x5633eb(0x12a)]=_0x3ff9d5[_0x5633eb(0x191)],PerformanceTester[_0x5633eb(0x1a4)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x172ffc);}),CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1e9)]['on'](CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1c5)][_0x16807c(0x14b)],_0x1c8786=>{const _0x33d7d5=_0x16807c,_0x369892={'sNHOn':function(_0x50cd1c,_0x3f841b,_0x35d002){return _0x3ff9d5['JbdkD'](_0x50cd1c,_0x3f841b,_0x35d002);},'IKCVo':function(_0x1f7028){return _0x3ff9d5['VLcza'](_0x1f7028);}};PerformanceTester[_0x33d7d5(0x16c)](PerformanceHookEvents[_0x33d7d5(0x175)]);try{const _0x49cbc4=_0x145f86['captureEvent'](TEST_EVENTS[_0x33d7d5(0x1b9)],_0x1c8786);CodeceptRecorder['add'](()=>_0x145f86['fireEvent'](TEST_EVENTS[_0x33d7d5(0x1b9)],_0x49cbc4)),CodeceptRecorder[_0x33d7d5(0x19f)](async()=>{const _0x39a9a7=_0x33d7d5,_0x428722={'ZtXrY':function(_0x1d1b9f,_0x246a4a,_0x5ba523){const _0x450a55=a1_0xc836;return _0x369892[_0x450a55(0x1c9)](_0x1d1b9f,_0x246a4a,_0x5ba523);}};_0x369892[_0x39a9a7(0x1e3)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x39a9a7(0x1cb)],async()=>{const _0x4f7312=_0x39a9a7;_0x1a1054?await _0x428722['ZtXrY'](playwrightMarkSessionStatus,_0x20c3e2,STATE_PASSED):await _0x428722[_0x4f7312(0x16a)](markSessionStatus,_0x20c3e2,STATE_PASSED);})();}),PerformanceTester[_0x33d7d5(0x1a4)](PerformanceEvents[_0x33d7d5(0x19c)]);}catch(_0x1babd2){PerformanceTester[_0x33d7d5(0x16b)](_0x1babd2);const _0x143022={};_0x143022['hookType']=_0x3ff9d5['QyBsB'],PerformanceTester['end'](PerformanceHookEvents[_0x33d7d5(0x175)],![],_0x1babd2,_0x143022),PerformanceTester[_0x33d7d5(0x1a4)](PerformanceEvents[_0x33d7d5(0x19c)],![],_0x1babd2);}const _0x51a5e4={};_0x51a5e4[_0x33d7d5(0x12a)]=_0x3ff9d5[_0x33d7d5(0x195)],PerformanceTester[_0x33d7d5(0x1a4)](PerformanceHookEvents[_0x33d7d5(0x175)],!![],null,_0x51a5e4);}),CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1e9)]['on'](CodeceptJS['event'][_0x16807c(0x1c5)][_0x16807c(0x192)],(_0x59267c,_0x547ce9)=>{const _0x241db1=_0x16807c;PerformanceTester[_0x241db1(0x16c)](PerformanceHookEvents[_0x241db1(0x175)]);try{if(_0x3ff9d5[_0x241db1(0x13d)](_0x59267c[_0x241db1(0x1d9)][_0x241db1(0x19e)],_0x3ff9d5[_0x241db1(0x1d0)])){const _0x46b03d=_0x145f86['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x59267c['ctx'][_0x241db1(0x1ad)]);CodeceptRecorder[_0x241db1(0x19f)](()=>_0x145f86[_0x241db1(0x1b2)](TEST_EVENTS[_0x241db1(0x130)],_0x46b03d));}else{const _0x15a8a4=_0x145f86[_0x241db1(0x161)](TEST_EVENTS[_0x241db1(0x1b9)],_0x59267c,_0x547ce9);CodeceptRecorder['add'](()=>{const _0x23ed9d=_0x241db1;try{_0x145f86[_0x23ed9d(0x1b2)](TEST_EVENTS[_0x23ed9d(0x1b9)],_0x15a8a4);}catch(_0x3a710e){logger['debug'](_0x23ed9d(0x146)+util[_0x23ed9d(0x174)](_0x3a710e)),PerformanceTester[_0x23ed9d(0x1a4)](PerformanceEvents[_0x23ed9d(0x19c)],![],_0x3a710e);}}),CodeceptRecorder['add'](async()=>{const _0x2a7822=_0x241db1;try{_0x3ff9d5['FRiOs'](isBrowserstackInfra)&&(_0x1a1054?await _0x3ff9d5['wZWPR'](playwrightMarkSessionStatus,_0x20c3e2,STATE_FAILED,_0x547ce9):await _0x3ff9d5['wZWPR'](markSessionStatus,_0x20c3e2,STATE_FAILED,_0x547ce9));}catch(_0x1f5b06){logger[_0x2a7822(0x1d4)](_0x2a7822(0x188)+util[_0x2a7822(0x174)](_0x1f5b06)),PerformanceTester[_0x2a7822(0x1a4)](PerformanceEvents[_0x2a7822(0x19c)],![],_0x1f5b06);}});}PerformanceTester['end'](PerformanceEvents[_0x241db1(0x19c)]);}catch(_0x39d166){PerformanceTester[_0x241db1(0x16b)](_0x39d166);const _0x3241c1={};_0x3241c1[_0x241db1(0x12a)]=_0x3ff9d5[_0x241db1(0x157)],PerformanceTester[_0x241db1(0x1a4)](PerformanceHookEvents[_0x241db1(0x175)],![],_0x39d166,_0x3241c1),PerformanceTester[_0x241db1(0x1a4)](PerformanceEvents[_0x241db1(0x19c)],![],_0x39d166);}const _0x18fd40={};_0x18fd40['hookType']=_0x3ff9d5[_0x241db1(0x157)],PerformanceTester['end'](PerformanceHookEvents[_0x241db1(0x175)],!![],null,_0x18fd40);}),CodeceptJS[_0x16807c(0x15d)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x16807c(0x138)],_0x4e839b=>{const _0x575c37=_0x16807c;PerformanceTester[_0x575c37(0x16c)](PerformanceHookEvents[_0x575c37(0x175)]);try{const _0x42a7b4=_0x145f86[_0x575c37(0x161)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4e839b);CodeceptRecorder[_0x575c37(0x19f)](()=>_0x145f86['fireEvent'](TEST_EVENTS[_0x575c37(0x130)],_0x42a7b4)),PerformanceTester[_0x575c37(0x1a4)](PerformanceEvents[_0x575c37(0x19c)]);}catch(_0x1c0562){PerformanceTester['captureError'](_0x1c0562),PerformanceTester['end'](PerformanceEvents[_0x575c37(0x19c)],![],_0x1c0562);const _0x484d42={};_0x484d42['hookType']=_0x3ff9d5[_0x575c37(0x1b3)],PerformanceTester[_0x575c37(0x1a4)](PerformanceHookEvents[_0x575c37(0x175)],![],_0x1c0562,_0x484d42);}const _0x53480f={};_0x53480f[_0x575c37(0x12a)]=_0x3ff9d5[_0x575c37(0x1b3)],PerformanceTester[_0x575c37(0x1a4)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x53480f);}),CodeceptJS['event'][_0x16807c(0x1e9)]['on'](CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1c5)][_0x16807c(0x124)],async(_0x3913ba,_0x18697d)=>{const _0x229f9f=_0x16807c,_0x50311f={};_0x50311f[_0x229f9f(0x15a)]=_0x3ff9d5[_0x229f9f(0x178)];const _0xc0def4=_0x50311f;try{PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);const _0x91a3ea=_0x3ff9d5[_0x229f9f(0x145)](shouldScanTestForAccessibility,_0x3913ba[_0x229f9f(0x148)](),!![]);if(_0x3ff9d5[_0x229f9f(0x150)](isAccessibilityAutomationSession)&&global[_0x229f9f(0x136)]&&_0x91a3ea){const _0x328f52={};_0x328f52['thTestRunUuid']=_0x3913ba[_0x229f9f(0x1b8)],_0x328f52[_0x229f9f(0x1b6)]=process[_0x229f9f(0x156)][testHubConstants[_0x229f9f(0x173)][_0x229f9f(0x152)]],_0x328f52[_0x229f9f(0x198)]=process[_0x229f9f(0x156)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0xcc58b6=_0x328f52;logger[_0x229f9f(0x1d4)](_0x229f9f(0x168)+JSON[_0x229f9f(0x12c)](_0xcc58b6)),CodeceptRecorder[_0x229f9f(0x19f)](async()=>{const _0x37c1e8=_0x229f9f,_0x5612ab={};_0x5612ab['command']=_0xc0def4[_0x37c1e8(0x15a)],await PerformanceTester[_0x37c1e8(0x14f)](PerformanceA11yEvents[_0x37c1e8(0x13e)],async()=>{const _0x3cb153=_0x37c1e8;await AccessibilityHelper[_0x3cb153(0x141)](_0x20c3e2,scripts[_0x3cb153(0x1a5)]);},_0x5612ab)(),await PerformanceTester[_0x37c1e8(0x14f)](PerformanceA11yEvents[_0x37c1e8(0x1ce)],async()=>{const _0x383a49=_0x37c1e8;await AccessibilityHelper[_0x383a49(0x141)](_0x20c3e2,scripts[_0x383a49(0x17e)],_0xcc58b6);})();}),logger[_0x229f9f(0x15c)](_0x3ff9d5[_0x229f9f(0x142)]);}const _0x532b2e={};_0x532b2e[_0x229f9f(0x12a)]=_0x3ff9d5[_0x229f9f(0x177)],PerformanceTester[_0x229f9f(0x1a4)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x532b2e);}catch(_0x295aae){PerformanceTester[_0x229f9f(0x16b)](_0x295aae);const _0x528e9c={};_0x528e9c[_0x229f9f(0x12a)]=_0x3ff9d5[_0x229f9f(0x177)],PerformanceTester[_0x229f9f(0x1a4)](PerformanceHookEvents['SDK_HOOK'],![],_0x295aae,_0x528e9c);}}),CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1e9)]['on'](CodeceptJS['event'][_0x16807c(0x11d)]['comment'],_0x5b6c3c=>{const _0xea51c2=_0x16807c;PerformanceTester[_0xea51c2(0x16c)](PerformanceHookEvents[_0xea51c2(0x175)]);try{process['emit'](_0xea51c2(0x169)+process[_0xea51c2(0x182)],{'timestamp':new Date()[_0xea51c2(0x1bd)](),'level':_0x3ff9d5[_0xea51c2(0x133)],'message':_0x5b6c3c,'kind':_0x3ff9d5[_0xea51c2(0x1d3)],'http_response':{}});}catch(_0x137704){PerformanceTester[_0xea51c2(0x16b)](_0x137704);const _0xa750aa={};_0xa750aa[_0xea51c2(0x12a)]=_0x3ff9d5[_0xea51c2(0x12e)],PerformanceTester[_0xea51c2(0x1a4)](PerformanceHookEvents[_0xea51c2(0x175)],![],_0x137704,_0xa750aa);}const _0x8525f4={};_0x8525f4['hookType']=_0x3ff9d5[_0xea51c2(0x12e)],PerformanceTester[_0xea51c2(0x1a4)](PerformanceHookEvents[_0xea51c2(0x175)],!![],null,_0x8525f4);}),CodeceptJS[_0x16807c(0x15d)]['dispatcher']['on'](CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1ea)]['before'],_0x1264bc=>{const _0x5f2a09=_0x16807c,_0x3849b0={};_0x3849b0[_0x5f2a09(0x12a)]=_0x3ff9d5[_0x5f2a09(0x186)],PerformanceTester[_0x5f2a09(0x14f)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x4ee40f=_0x5f2a09;_0x145f86[_0x4ee40f(0x181)](_0x1264bc);},_0x3849b0)();}),CodeceptJS[_0x16807c(0x15d)][_0x16807c(0x1e9)]['on'](CodeceptJS[_0x16807c(0x15d)]['bddStep'][_0x16807c(0x124)],_0x3dc048=>{const _0x20e737=_0x16807c,_0x414ede={};_0x414ede['hookType']=_0x3ff9d5[_0x20e737(0x129)],PerformanceTester[_0x20e737(0x14f)](PerformanceHookEvents[_0x20e737(0x175)],()=>{const _0x270242=_0x20e737;_0x145f86[_0x270242(0x1eb)](_0x3dc048);},_0x414ede)();});};function a1_0x55c5(){const _0xbcf4a3=['10862168csFaSk','Puppeteer','Suite','fireEvent','recsB','skipSessionStatus','SDK_PRE_TEST','thBuildUuid','patch','testAnalyticsId','TEST_RUN_FINISHED','toString','VgvBn','12386376lTcaBs','toISOString','slice','before','Playwright','SQNLo','SYNC','faqdm','SDK_PRE_INITIALIZE','test','saveScreenshot','6615550jQAYZm','../../helpers/performance/constants','sNHOn','startMonitoring','SESSION_STATUS','ReGsL','Cfmcz','SAVE_RESULTS','gTcZU','XFROQ','readFileSync','njBWf','CcNCF','debug','codeceptjs/lib/utils.js','all','hook','OtqAN','constructor','__workerDetails','jragP','browserstack_executor:\x20','DovqQ','forEach','../../helpers/testhub/constants.js','warn','getSyncScript','bstackAllyScanning','IKCVo','SESSION_NAME','AwSeb','setSessionName','getAccessibilityResults','43608zgEwMm','dispatcher','bddStep','bddStepFinish','initSaveScreenshot','stop','test-skipped','OzNMl','bddStep-before','ctx','ZQpil','screenshotOutputFolder','TestCafe','helpers','MEcux','IQwov','step','codeceptjs','winstonLogger','enabled','hBdSD','started','dXVqC','after','bNzpG','GJJQB','FRiOs','TEST_SCREENSHOT','shauw','hookType','edzbc','stringify','filter','ZEWMY','INFO','TEST_RUN_SKIPPED','shouldWrapCommand','../../helpers/helper','oCtaj','__skipSessionStatus','afterTest','accessibilityPlatform','exports','skipped','setGlobal','Failed\x20to\x20execute\x20_before:\x20','util','GET_RESULTS_SUMMARY','TGIXB','PERFORM_SCAN','102MyDeTN','getAccessibilityResultsSummary','browserStackExecuteDriver','YpBYG','SDK_POST_TEST','../../helpers/request-spy','SoiGF','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','prototype','titlePath','sxDrN','../../bin/playwright/accessibility-helper','passed','arguments','container','test-started','measureWrapper','IzKPZ','apply','BROWSERSTACK_TESTHUB_UUID','6503320SizfXM','setSessionStatus','getResultsSummary','env','ribDb','Blwwb','../../bin/playwright/sessionDetails','BmOTu','restore','info','event','GBYSA','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','gVgKG','captureEvent','_before','patchSaveScreenshot','nSFRq','WebDriver','reason','../../helpers/accessibility-automation/scripts','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','bs:addLog:','ZtXrY','captureError','start','TEST_RUN_STARTED','hook-started','executeScript','find','hook-passed','GET_RESULTS','ENV_VAR','format','SDK_HOOK','browserstackTestName','oqoiJ','ZMIFZ','RoGnl','test-after','163221HPKFKS','JbdkD','status','saveTestResults','eoNTz','catch','bddStepStart','pid','then','SDK_POST_INITIALIZE','14lnjfdI','fEVRf','browser','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','3848808WTRxNG','kspsY','action','vrQBZ','paEcU','addRequestSpy','../../helpers/test-observability/utils','emit','lfYuW','failed','xyhHP','HOOK_RUN_FINISHED','QyBsB','codeceptjs/lib/helper/WebDriver.js','ObdNX','thJwtToken','class','call','title','SDK_TEST','eqcTT','name','add','zWeXi','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','../../helpers/accessibility-automation/helper','SwIJs','end','performScan','KMqUi','bind','HOOK_RUN_STARTED','test-before','hMagt','GNxlx','7zkDVpZ','currentTest','commandsToWrap'];a1_0x55c5=function(){return _0xbcf4a3;};return a1_0x55c5();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x101c96=a2_0x1132;(function(_0xb5de2a,_0x406386){const _0xbe6bc5=a2_0x1132,_0x3d5cd1=_0xb5de2a();while(!![]){try{const _0x36d340=-parseInt(_0xbe6bc5(0x168))/0x1*(-parseInt(_0xbe6bc5(0x116))/0x2)+parseInt(_0xbe6bc5(0x17a))/0x3*(-parseInt(_0xbe6bc5(0x112))/0x4)+-parseInt(_0xbe6bc5(0x11d))/0x5*(-parseInt(_0xbe6bc5(0x184))/0x6)+parseInt(_0xbe6bc5(0x17f))/0x7+-parseInt(_0xbe6bc5(0x13d))/0x8+-parseInt(_0xbe6bc5(0x187))/0x9+parseInt(_0xbe6bc5(0xfe))/0xa*(-parseInt(_0xbe6bc5(0x12e))/0xb);if(_0x36d340===_0x406386)break;else _0x3d5cd1['push'](_0x3d5cd1['shift']());}catch(_0x164691){_0x3d5cd1['push'](_0x3d5cd1['shift']());}}}(a2_0x3564,0x52c69));function a2_0x3564(){const _0x3215cf=['../../helpers/testhub/testhubHandler','env','user','createGroupsOfSuites','setAdditionalCapabilities','1703756FGgBwP','browserStackCwd','ncssN','handleApp','4496ZjjuCN','userName','initialize','../utils/constants','VzQDf','host','SDK_CLEANUP','808810GiFfcT','event','RyGaZ','browser','--config','NjuHz','../../bin/playwright/accessibility-helper','ALyhj','FRAMEWORKS','addConfig','codeceptjs','gherkin','split','isTrue','prepareCapabilities','toLowerCase','validateRerunTestList','22ypnzPx','assign','findIndex','../../helpers/test-observability/utils','require','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','teardownAll','BROWSERSTACK_TEST_OBSERVABILITY_YML','KMbNb','../../helpers/performance/constants','../../helpers/BrowserStackSetup','playwright-firefox','validPlatformsPresent','CODECEPT_CUCUMBER','skipSessionName','1326472wsmomb','browserWSEndpoint','Workers','PcGVL','addTests','bootstrapAll','../../helpers/accessibility-automation/helper','process','enabled','skipSessionStatus','dirname','run','slice','testObservability','../../helpers/utilities','bQeTo','plugins','JFaFa','WLjHp','map','stringify','OuCSB','ewxCL','getPlaywrightUrl','testConfig','wvdyH','title','testContextOptions','config','getUserWorkerCount','err','chrome','hubUrl','nEgwV','printResults','lbjVH','cwd','result','push','Rkdov','EVENTS','parallelsPerPlatform','all','265YHcuaR','BrowserStackPlugin','5|3|0|4|2|1','cXyXC','info','BROWSERSTACK_RERUN','isTestObservabilitySession','Playwright','platforms','isUndefined','launchBuild','spawn','/wd/hub','codeceptjs/lib/index.js','path','BROWSERSTACK_TEST_ACCESSIBILITY_YML','now','browserName','3eqEXVi','Started\x20:\x20','accessKey','frameworkName','profile','4089288lEVPIQ','getPlatformName','dyVJB','../../helpers/helper','utzub','6mmXGVV','PQkHX','lBMDe','1526895nblroP','CODECEPT','Failed\x20:\x20','failed','stack','join','USER_CONFIG_DETAILS_PATH','desiredCapabilities','../../helpers/logger','playwright-chromium','firefox','CJoxJ','jXKGZ','AaIBW','stop','existsSync','chromium','ijAcA','load','replace','CSsVP','log','useW3C','key','helpers','test','1206070gwmhoC','forEach','EesOQ','accessibilityOptions','WGLTr','codecept.conf.js','exports','winstonLogger','isEmpty','debug','root','chdir','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','mergeDeep'];a2_0x3564=function(){return _0x3215cf;};return a2_0x3564();}function a2_0x1132(_0x553796,_0x12f606){const _0x35644f=a2_0x3564();return a2_0x1132=function(_0x1132ba,_0x519b28){_0x1132ba=_0x1132ba-0xfa;let _0x51aa7a=_0x35644f[_0x1132ba];return _0x51aa7a;},a2_0x1132(_0x553796,_0x12f606);}const fs=require('fs'),path=require('path'),util=require('util'),process=require(a2_0x101c96(0x144)),logger=require(a2_0x101c96(0x18f))[a2_0x101c96(0x105)],{default:BrowserStackSetup}=require(a2_0x101c96(0x138)),helper=require(a2_0x101c96(0x182)),utilities=require(a2_0x101c96(0x14b)),{checkAccessibilityPlatformConfig}=require(a2_0x101c96(0x143)),{setAccessibilityCapabilities}=require(a2_0x101c96(0x123)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x101c96(0x182)),CodeceptJS=requireModule(a2_0x101c96(0x175),a2_0x101c96(0x127)),testOpsHelper=require(a2_0x101c96(0x131)),TestHubHandler=require(a2_0x101c96(0x10d)),constants=require(a2_0x101c96(0x119)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a2_0x101c96(0x137))[a2_0x101c96(0x165)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x14167c,_0x491f2c)=>{const _0x466977=a2_0x101c96,_0x4f8f06={};_0x4f8f06['cXyXC']=function(_0x41e966,_0x3a12c1){return _0x41e966===_0x3a12c1;},_0x4f8f06[_0x466977(0x153)]=_0x466977(0x103),_0x4f8f06[_0x466977(0x164)]='codecept.json';const _0x35bdde=_0x4f8f06;let _0x202c3d=null;const _0x268960={};let _0x3b992b=_0x491f2c[_0x466977(0x130)](_0x165b1e=>_0x165b1e===_0x466977(0x121));_0x35bdde[_0x466977(0x16b)](_0x3b992b,-0x1)&&(_0x3b992b=_0x491f2c[_0x466977(0x130)](_0x110846=>_0x110846==='-c'));if(!helper[_0x466977(0x171)](_0x14167c[_0x466977(0x159)])&&fs[_0x466977(0x196)](path['join'](process[_0x466977(0x161)](),_0x14167c[_0x466977(0x159)])))_0x202c3d=path[_0x466977(0x18c)](process[_0x466977(0x161)](),_0x14167c[_0x466977(0x159)]),_0x491f2c[_0x466977(0x149)](_0x3b992b,0x2);else{if(!helper[_0x466977(0x171)](_0x14167c['c'])&&fs['existsSync'](path[_0x466977(0x18c)](process[_0x466977(0x161)](),_0x14167c['c'])))_0x202c3d=path[_0x466977(0x18c)](process['cwd'](),_0x14167c['c']),_0x491f2c[_0x466977(0x149)](_0x3b992b,0x2);else{if(fs[_0x466977(0x196)](path[_0x466977(0x18c)](process[_0x466977(0x161)](),_0x35bdde['ewxCL'])))_0x202c3d=path[_0x466977(0x18c)](process['cwd'](),_0x35bdde['ewxCL']);else fs[_0x466977(0x196)](path[_0x466977(0x18c)](process[_0x466977(0x161)](),_0x35bdde['Rkdov']))&&(_0x202c3d=path['join'](process['cwd'](),_0x35bdde[_0x466977(0x164)]));}}return process['env'][_0x466977(0x18d)]=_0x202c3d,_0x202c3d;},getO11yRerunPattern=()=>{const _0x28d399=a2_0x101c96,_0x274389=helper[_0x28d399(0x12a)](process[_0x28d399(0x10e)][_0x28d399(0x16d)]);if(_0x274389){const _0x5bb3ea=process[_0x28d399(0x10e)]['BROWSERSTACK_RERUN_TESTS'],_0x10a053=[];if(helper[_0x28d399(0x12d)](_0x5bb3ea)&&!helper['isUndefined'](_0x5bb3ea)){_0x5bb3ea[_0x28d399(0x129)](',')[_0x28d399(0x150)](_0x1f2485=>{const _0x5ec7ef=_0x28d399;_0x10a053[_0x5ec7ef(0x163)]('('+_0x1f2485['trim']()+')');});const _0x3f1096='^'+_0x10a053[_0x28d399(0x18c)]('|')+'$';return _0x3f1096;}}return null;},a2_0x4343c2={};a2_0x4343c2[a2_0x101c96(0x15c)]='chromium',a2_0x4343c2[a2_0x101c96(0x190)]=a2_0x101c96(0x197),a2_0x4343c2[a2_0x101c96(0x139)]=a2_0x101c96(0x191),a2_0x4343c2['playwright-webkit']='webkit';const pwToCodeceptBrowser=a2_0x4343c2;async function run(_0x37e534,_0x448ceb,_0x221a4a){const _0xcc7463=a2_0x101c96,_0x4ff3d0={'PcGVL':function(_0x39e46e,_0x47267d){return _0x39e46e+_0x47267d;},'lbjVH':function(_0x476929,_0x4a92e1){return _0x476929(_0x4a92e1);},'NjuHz':function(_0x2b80eb,_0x82695b,_0x1a7c3a){return _0x2b80eb(_0x82695b,_0x1a7c3a);},'nEgwV':'helpers','PQkHX':function(_0x172d7d){return _0x172d7d();},'bQeTo':_0xcc7463(0x174),'utzub':function(_0x1ed0f1){return _0x1ed0f1();},'OuCSB':_0xcc7463(0x189),'wvdyH':'Passed\x20:\x20','jXKGZ':_0xcc7463(0x17b),'ALyhj':_0xcc7463(0x16a),'TZlLo':_0xcc7463(0x133),'WLjHp':_0xcc7463(0x16f),'CJoxJ':'WebDriver','DjnYh':function(_0x164cb0,_0x12d971){return _0x164cb0(_0x12d971);},'dyVJB':function(_0xbd39e8,_0x2bd106){return _0xbd39e8!=_0x2bd106;},'KMbNb':function(_0x1428c3,_0x129b29){return _0x1428c3===_0x129b29;},'EesOQ':function(_0x523bfe,_0x21f693,_0xf0374){return _0x523bfe(_0x21f693,_0xf0374);},'CSsVP':_0xcc7463(0x128),'WGLTr':function(_0x3a98a0,_0x398f4e){return _0x3a98a0(_0x398f4e);},'RyGaZ':function(_0x563ad9,_0x1d08ca){return _0x563ad9*_0x1d08ca;},'VzQDf':_0xcc7463(0x120),'lBMDe':function(_0x13bf35,_0x4f0ac2,_0x5b727f){return _0x13bf35(_0x4f0ac2,_0x5b727f);},'AaIBW':'desiredCapabilities','ncssN':_0xcc7463(0x108),'ijAcA':'BrowserStackPlugin.js','JFaFa':_0xcc7463(0x113)};await _0x221a4a[_0xcc7463(0x118)](_0x37e534),await helper[_0xcc7463(0x115)](_0x221a4a['config']);if(!_0x221a4a[_0xcc7463(0x159)])return;process[_0xcc7463(0x17e)]=_0x37e534[_0xcc7463(0x17e)];_0x37e534[_0xcc7463(0x17e)]&&(process[_0xcc7463(0x10e)][_0xcc7463(0x17e)]=_0x37e534[_0xcc7463(0x17e)]);const _0xd14555=_0x4ff3d0[_0xcc7463(0x122)](getUserCodeceptJSConfigs,_0x37e534,_0x448ceb);let _0x3e9a0b={};_0xd14555?(logger['info'](_0xcc7463(0x10a)+_0xd14555),_0x3e9a0b=CodeceptJS[_0xcc7463(0x159)][_0xcc7463(0x199)](_0xd14555)):logger[_0xcc7463(0x16c)](_0x4ff3d0['TZlLo']);let _0x165bf2=![];_0x4ff3d0[_0xcc7463(0x122)](nestedKeyValue,_0x3e9a0b,[_0x4ff3d0[_0xcc7463(0x15e)],_0x4ff3d0[_0xcc7463(0x14f)]])&&(_0x165bf2=!![]);const _0x38b404=_0x165bf2?_0x4ff3d0['WLjHp']:_0x4ff3d0[_0xcc7463(0x192)];let _0xcad44f=!_0x165bf2?helper[_0xcc7463(0xfa)](_0x221a4a['config']):![];!helper[_0xcc7463(0x171)](_0x221a4a[_0xcc7463(0x159)][_0xcc7463(0x101)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0xcc7463(0x151)](_0x221a4a[_0xcc7463(0x159)][_0xcc7463(0x101)]));let _0x4ccadd=_0x221a4a['config']['accessibility'];_0x4ccadd=_0x4ccadd||_0x4ff3d0['DjnYh'](checkAccessibilityPlatformConfig,_0x221a4a[_0xcc7463(0x159)]),process['env'][_0xcc7463(0x177)]=_0x4ccadd;_0x4ccadd&&(_0xcad44f=!_0x4ccadd);_0x4ff3d0[_0xcc7463(0x181)](_0x221a4a[_0xcc7463(0x159)][_0xcc7463(0x14a)],null)?process[_0xcc7463(0x10e)][_0xcc7463(0x135)]=_0x221a4a[_0xcc7463(0x159)][_0xcc7463(0x14a)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4ff3d0[_0xcc7463(0x136)](_0x38b404,_0x4ff3d0[_0xcc7463(0x14f)]);const _0x127b53=_0x4ff3d0[_0xcc7463(0x100)](nestedKeyValue,_0x3e9a0b,[_0x4ff3d0[_0xcc7463(0x19b)]]),_0x32e0a5=_0x127b53&&!helper[_0xcc7463(0x106)](_0x127b53)?FRAMEWORKS[_0xcc7463(0x13b)]:FRAMEWORKS['CODECEPT'],_0x6f8e8a=await TestHubHandler[_0xcc7463(0x172)](_0x32e0a5,_0x221a4a);_0x4ccadd&&_0x4ff3d0[_0xcc7463(0x102)](setAccessibilityCapabilities,_0x221a4a['config']);const _0x35e984={},_0x43d740=[],_0x21bf1a=_0x221a4a[_0xcc7463(0x159)][_0xcc7463(0x166)]||helper[_0xcc7463(0x15a)](_0x37e534,_0x448ceb,_0x221a4a[_0xcc7463(0x159)],constants['FRAMEWORKS']['CODECEPT'])||0x1;let _0x579d24=0x1;if(_0x4ff3d0['utzub'](isBrowserstackInfra)){const _0xe53470=helper[_0xcc7463(0x12b)](_0x221a4a[_0xcc7463(0x159)],_0xcad44f,constants[_0xcc7463(0x125)][_0xcc7463(0x188)]);_0xe53470['forEach'](_0x5c8b88=>{const _0x56c1f8=_0xcc7463;helper[_0x56c1f8(0x111)](_0x5c8b88);}),helper[_0xcc7463(0x13a)](_0x221a4a[_0xcc7463(0x159)])?_0x579d24=_0x4ff3d0[_0xcc7463(0x11f)](_0x21bf1a,_0x221a4a[_0xcc7463(0x159)][_0xcc7463(0x170)]['length']):_0x579d24=_0x21bf1a,_0xe53470[_0xcc7463(0xff)](_0x55ea4c=>{const _0x195cbc=_0xcc7463,_0x831514=_0x4ff3d0[_0x195cbc(0x140)](helper[_0x195cbc(0x180)](_0x55ea4c,'_'),'_'+Date[_0x195cbc(0x178)]()),_0x217316=((()=>{const _0x2acbbc=_0x195cbc;if(_0x165bf2){const _0x21673f=pwToCodeceptBrowser[_0x55ea4c[_0x2acbbc(0x179)]]||_0x55ea4c[_0x2acbbc(0x179)];return{'browser':_0x21673f,[_0x21673f]:{'browserWSEndpoint':_0x4ff3d0[_0x2acbbc(0x140)](helper[_0x2acbbc(0x154)](_0x221a4a[_0x2acbbc(0x159)]),_0x4ff3d0[_0x2acbbc(0x160)](encodeURIComponent,JSON['stringify'](_0x55ea4c)))}};}const _0x3f5e05={};return _0x3f5e05[_0x2acbbc(0x18e)]=_0x55ea4c,_0x3f5e05[_0x2acbbc(0x10f)]=_0x221a4a[_0x2acbbc(0x159)][_0x2acbbc(0x117)],_0x3f5e05[_0x2acbbc(0xfb)]=_0x221a4a[_0x2acbbc(0x159)][_0x2acbbc(0x17c)],_0x3f5e05;})()),_0x281d14=_0x4ff3d0[_0x195cbc(0x122)](nestedKeyValue,_0x3e9a0b,[_0x4ff3d0['nEgwV'],_0x38b404]);_0x35e984[_0x831514]=_0x281d14?helper[_0x195cbc(0x10c)](_0x217316,_0x281d14):_0x217316;if(!_0x165bf2){_0x35e984[_0x831514]['browser']=_0x55ea4c[_0x195cbc(0x179)]||_0x217316[_0x195cbc(0x120)];if(_0x4ff3d0[_0x195cbc(0x185)](isBrowserstackInfra)){_0x35e984[_0x831514][_0x195cbc(0x11b)]=constants[_0x195cbc(0x15d)][_0x195cbc(0x19a)](_0x4ff3d0[_0x195cbc(0x14c)],'')[_0x195cbc(0x19a)](/https?:\/\//,'');;_0x35e984[_0x831514][_0x195cbc(0x176)]=_0x4ff3d0[_0x195cbc(0x14c)];}}_0x43d740[_0x195cbc(0x163)](_0x831514);});}else{_0x579d24=0x1;if(_0x165bf2){const _0x4d39b7=_0x4ff3d0[_0xcc7463(0x100)](nestedKeyValue,_0x3e9a0b,[_0x4ff3d0[_0xcc7463(0x15e)],_0x38b404,_0x4ff3d0[_0xcc7463(0x11a)]]),_0x354229=_0x4ff3d0[_0xcc7463(0x186)](nestedKeyValue,_0x3e9a0b,[_0x4ff3d0[_0xcc7463(0x15e)],_0x38b404,_0x4d39b7]);if(_0x354229&&_0x354229[_0xcc7463(0x13e)]){const _0x2fe241={};_0x2fe241[_0xcc7463(0x170)]=[],_0x354229[_0xcc7463(0x13e)]=helper[_0xcc7463(0x12b)](Object[_0xcc7463(0x12f)]({},_0x221a4a[_0xcc7463(0x159)],_0x2fe241),null,_0x32e0a5[_0xcc7463(0x12c)](),null,null,_0x354229['browserWSEndpoint']);}}else{const _0x45cae4={};_0x45cae4[_0xcc7463(0x170)]=[],_0x3e9a0b[_0x4ff3d0[_0xcc7463(0x15e)]][_0x38b404][_0x4ff3d0[_0xcc7463(0x194)]]=helper[_0xcc7463(0x12b)](Object['assign']({},_0x221a4a[_0xcc7463(0x159)],_0x45cae4),null,_0x32e0a5[_0xcc7463(0x12c)](),_0x4ff3d0[_0xcc7463(0x100)](nestedKeyValue,_0x3e9a0b,[_0x4ff3d0[_0xcc7463(0x15e)],_0x38b404,_0x4ff3d0[_0xcc7463(0x194)]])||{},null,null);}_0x35e984[_0x4ff3d0[_0xcc7463(0x114)]]=_0x3e9a0b,_0x43d740['push'](_0x4ff3d0[_0xcc7463(0x114)]);}const _0x457a8a={};_0x457a8a[_0xcc7463(0x155)]=_0xd14555;const _0x5a836b=_0x457a8a,_0x813620=path[_0xcc7463(0x18c)](__dirname,_0x4ff3d0[_0xcc7463(0x198)]),_0x512f8d=process[_0xcc7463(0x161)]();process[_0xcc7463(0x10e)][_0x4ff3d0[_0xcc7463(0x14e)]]=_0x512f8d,process['chdir'](path[_0xcc7463(0x147)](_0xd14555));const _0x4734f3=new CodeceptJS[(_0xcc7463(0x13f))](null,_0x5a836b),_0x12c223=_0x4734f3[_0xcc7463(0x110)](_0x579d24),_0x35b6cb=testOpsHelper[_0xcc7463(0x16e)](),_0x2615f2=_0x43d740[_0xcc7463(0x150)](_0x3a1994=>{const _0x120218=_0xcc7463,_0x806094={};_0x806094[_0x120218(0x16f)]=_0x35e984[_0x3a1994];const _0x40df1b={};_0x40df1b['WebDriver']=_0x35e984[_0x3a1994];const _0xc09cbd=_0x165bf2?_0x806094:_0x40df1b,_0x3e5106=_0x4ff3d0['PQkHX'](getO11yRerunPattern),_0x7e9a78={};_0x7e9a78[_0x120218(0xfc)]=_0xc09cbd;const _0x2a74d0={};_0x2a74d0[_0x120218(0x132)]=_0x813620,_0x2a74d0[_0x120218(0x145)]=!![],_0x2a74d0[_0x120218(0x13c)]=_0x221a4a['config'][_0x120218(0x158)][_0x120218(0x13c)],_0x2a74d0[_0x120218(0x146)]=_0x221a4a[_0x120218(0x159)][_0x120218(0x158)][_0x120218(0x146)],_0x2a74d0[_0x120218(0x14a)]=_0x35b6cb,_0x2a74d0[_0x120218(0x17d)]=_0x32e0a5;const _0xa23e42={};_0xa23e42[_0x120218(0x169)]=_0x2a74d0;const _0x4b2c00={};return _0x4b2c00[_0x120218(0x14d)]=_0xa23e42,helper[_0x120218(0x10c)]({},_0x3e9a0b,_0x4ff3d0[_0x120218(0x183)](isBrowserstackInfra)?_0x7e9a78:{},_0x3e5106?{'grep':_0x3e5106}:{},_0x4b2c00);});for(const _0x4082bd of _0x2615f2){for(const _0x19c6e3 of _0x12c223){const _0x3e72a9=_0x4734f3[_0xcc7463(0x173)]();_0x3e72a9[_0xcc7463(0x141)](_0x19c6e3),_0x3e72a9[_0xcc7463(0x126)](_0x4082bd);const _0x247d6b={};_0x247d6b[_0xcc7463(0x159)]=_0xd14555,_0x3e72a9['addOptions'](_0x247d6b);}}_0x4734f3['on'](CodeceptJS['event'][_0xcc7463(0xfd)][_0xcc7463(0x18a)],(_0x2e570c,_0x417c3b)=>{const _0x52f1c5=_0xcc7463;console[_0x52f1c5(0x19c)](_0x4ff3d0[_0x52f1c5(0x152)],_0x2e570c[_0x52f1c5(0x157)]);const _0x49873e={[_0x2e570c[_0x52f1c5(0x157)]]:_0x2e570c[_0x52f1c5(0x15b)][_0x52f1c5(0x18b)]};_testErrorData[_0x52f1c5(0x163)](_0x49873e);}),_0x4734f3['on'](CodeceptJS[_0xcc7463(0x11e)]['test']['passed'],async _0x69d0ae=>{const _0x2d0d1e=_0xcc7463;console[_0x2d0d1e(0x19c)](_0x4ff3d0[_0x2d0d1e(0x156)],_0x69d0ae[_0x2d0d1e(0x157)]);}),_0x4734f3['on'](CodeceptJS['event']['test']['before'],async _0x2fd36b=>{const _0x11971f=_0xcc7463;console[_0x11971f(0x19c)](_0x4ff3d0[_0x11971f(0x193)],_0x2fd36b[_0x11971f(0x157)]);}),_0x4734f3['on'](CodeceptJS[_0xcc7463(0x11e)][_0xcc7463(0x167)][_0xcc7463(0x162)],async()=>{const _0xa0dbc3=_0xcc7463,_0x25aaf7=_0x4ff3d0[_0xa0dbc3(0x124)][_0xa0dbc3(0x129)]('|');let _0x306e45=0x0;while(!![]){switch(_0x25aaf7[_0x306e45++]){case'0':testOpsHelper['printBuildLink']();continue;case'1':_0x4734f3[_0xa0dbc3(0x15f)]();continue;case'2':try{await TestHubHandler[_0xa0dbc3(0x195)]();}catch(_0x12836a){logger[_0xa0dbc3(0x107)](_0xa0dbc3(0x10b)+util['format'](_0x12836a));}continue;case'3':_0x221a4a['errorMessage']=_testErrorData;continue;case'4':utilities['finalExecution'](_0x221a4a);continue;case'5':PerformanceTester['start'](PerformanceEvents[_0xa0dbc3(0x11c)]);continue;}break;}});async function _0x43a072(){const _0x59aa3e=_0xcc7463;try{await _0x4734f3[_0x59aa3e(0x142)](),await _0x4734f3[_0x59aa3e(0x148)]();}finally{process[_0x59aa3e(0x109)](_0x512f8d),await _0x4734f3[_0x59aa3e(0x134)]();}}PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),_0x4ff3d0[_0xcc7463(0x183)](_0x43a072);}module[a2_0x101c96(0x104)]=run;
2
+ 'use strict';const a2_0x26ede6=a2_0x10f0;(function(_0x3ab1a9,_0x202881){const _0x2bc562=a2_0x10f0,_0x582233=_0x3ab1a9();while(!![]){try{const _0x192b72=-parseInt(_0x2bc562(0x1e9))/0x1+parseInt(_0x2bc562(0x245))/0x2*(parseInt(_0x2bc562(0x20b))/0x3)+-parseInt(_0x2bc562(0x25c))/0x4+parseInt(_0x2bc562(0x21d))/0x5*(parseInt(_0x2bc562(0x25b))/0x6)+parseInt(_0x2bc562(0x242))/0x7+-parseInt(_0x2bc562(0x277))/0x8+parseInt(_0x2bc562(0x205))/0x9;if(_0x192b72===_0x202881)break;else _0x582233['push'](_0x582233['shift']());}catch(_0x250dad){_0x582233['push'](_0x582233['shift']());}}}(a2_0x5941,0x5c587));const fs=require('fs'),path=require(a2_0x26ede6(0x23f)),util=require(a2_0x26ede6(0x25a)),process=require(a2_0x26ede6(0x20c)),logger=require(a2_0x26ede6(0x211))[a2_0x26ede6(0x246)],{default:BrowserStackSetup}=require(a2_0x26ede6(0x27d)),helper=require(a2_0x26ede6(0x261)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x26ede6(0x258)),{setAccessibilityCapabilities}=require(a2_0x26ede6(0x227)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x26ede6(0x261)),CodeceptJS=requireModule(a2_0x26ede6(0x215),a2_0x26ede6(0x274)),testOpsHelper=require(a2_0x26ede6(0x27f)),TestHubHandler=require(a2_0x26ede6(0x21b)),constants=require(a2_0x26ede6(0x1f7)),PerformanceTester=require(a2_0x26ede6(0x1f9)),{FRAMEWORKS}=require(a2_0x26ede6(0x256)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],_testErrorData=[],getUserCodeceptJSConfigs=(_0x2e5697,_0x2f4015)=>{const _0x542bc4=a2_0x26ede6,_0x4bcee7={};_0x4bcee7['ZNDHW']=function(_0x88916d,_0x2d5405){return _0x88916d===_0x2d5405;},_0x4bcee7[_0x542bc4(0x250)]='codecept.conf.js',_0x4bcee7[_0x542bc4(0x222)]=_0x542bc4(0x213);const _0x443840=_0x4bcee7;let _0x2d588c=null;const _0x5d5bfd={};let _0x24ebcd=_0x2f4015[_0x542bc4(0x237)](_0x2ecd7b=>_0x2ecd7b==='--config');_0x443840[_0x542bc4(0x1fa)](_0x24ebcd,-0x1)&&(_0x24ebcd=_0x2f4015[_0x542bc4(0x237)](_0x5aaf75=>_0x5aaf75==='-c'));if(!helper[_0x542bc4(0x249)](_0x2e5697[_0x542bc4(0x267)])&&fs['existsSync'](path[_0x542bc4(0x268)](process[_0x542bc4(0x27c)](),_0x2e5697[_0x542bc4(0x267)])))_0x2d588c=path[_0x542bc4(0x268)](process[_0x542bc4(0x27c)](),_0x2e5697[_0x542bc4(0x267)]),_0x2f4015[_0x542bc4(0x209)](_0x24ebcd,0x2);else{if(!helper[_0x542bc4(0x249)](_0x2e5697['c'])&&fs['existsSync'](path['join'](process[_0x542bc4(0x27c)](),_0x2e5697['c'])))_0x2d588c=path['join'](process[_0x542bc4(0x27c)](),_0x2e5697['c']),_0x2f4015[_0x542bc4(0x209)](_0x24ebcd,0x2);else{if(fs['existsSync'](path[_0x542bc4(0x268)](process[_0x542bc4(0x27c)](),_0x443840[_0x542bc4(0x250)])))_0x2d588c=path['join'](process[_0x542bc4(0x27c)](),_0x443840[_0x542bc4(0x250)]);else fs[_0x542bc4(0x212)](path[_0x542bc4(0x268)](process[_0x542bc4(0x27c)](),_0x443840[_0x542bc4(0x222)]))&&(_0x2d588c=path['join'](process[_0x542bc4(0x27c)](),_0x443840[_0x542bc4(0x222)]));}}return process[_0x542bc4(0x248)][_0x542bc4(0x26b)]=_0x2d588c,_0x2d588c;},getO11yRerunPattern=()=>{const _0x1afacc=a2_0x26ede6,_0x225f0a=helper[_0x1afacc(0x203)](process[_0x1afacc(0x248)][_0x1afacc(0x1fd)]);if(_0x225f0a){const _0x2796e9=process[_0x1afacc(0x248)][_0x1afacc(0x234)],_0x5c78a1=[];if(helper[_0x1afacc(0x1f4)](_0x2796e9)&&!helper[_0x1afacc(0x249)](_0x2796e9)){_0x2796e9[_0x1afacc(0x269)](',')['map'](_0x196e76=>{const _0x1efb13=_0x1afacc;_0x5c78a1[_0x1efb13(0x235)]('('+_0x196e76[_0x1efb13(0x206)]()+')');});const _0x45d0f6='^'+_0x5c78a1[_0x1afacc(0x268)]('|')+'$';return _0x45d0f6;}}return null;},a2_0x189167={};a2_0x189167['chrome']=a2_0x26ede6(0x21a),a2_0x189167['playwright-chromium']=a2_0x26ede6(0x21a),a2_0x189167[a2_0x26ede6(0x200)]=a2_0x26ede6(0x240),a2_0x189167['playwright-webkit']=a2_0x26ede6(0x26c);function a2_0x10f0(_0x2804e1,_0x414d88){const _0x5941d3=a2_0x5941();return a2_0x10f0=function(_0x10f024,_0x211e72){_0x10f024=_0x10f024-0x1e6;let _0x185257=_0x5941d3[_0x10f024];return _0x185257;},a2_0x10f0(_0x2804e1,_0x414d88);}const pwToCodeceptBrowser=a2_0x189167;function a2_0x5941(){const _0x6db768=['OrJZy','SDK_SETUP','initialize','AeDtz','handleApp','event','run','plugins','../../bin/playwright/accessibility-helper','BROWSERSTACK_TEST_ACCESSIBILITY_YML','start','helpers','failed','key','length','chdir','log','title','RLQou','addTests','gherkin','BROWSERSTACK_RERUN_TESTS','push','setAdditionalCapabilities','findIndex','exports','err','dirname','skipSessionStatus','hubUrl','testContextOptions','browserWSEndpoint','path','firefox','PREsv','450744BcySll','BrowserStackPlugin.js','accessKey','1236834QARaQy','winstonLogger','FwraI','env','isUndefined','Playwright','frameworkName','BjQjZ','launchBuild','CriOF','user','bZyjp','LdksF','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','lkxEl','stack','stringify','../../helpers/test-observability/constants','getPlatformName','../../helpers/accessibility-automation/helper','Started\x20:\x20','util','15966IwiEht','2956716eOWcPA','stop','SPSgV','PvvGy','3|5|1|2|4|0','../../helpers/helper','tGgCi','validPlatformsPresent','desiredCapabilities','finalExecution','CODECEPT','config','join','split','getPlaywrightUrl','USER_CONFIG_DETAILS_PATH','webkit','browserName','xkwcT','addOptions','OTEcS','bootstrapAll','Workers','Failed\x20:\x20','codeceptjs','replace','debug','5254504XxKPrG','userName','profile','rOcuu','map','cwd','../../helpers/BrowserStackSetup','aHqsY','../../helpers/test-observability/utils','platforms','afEzz','mergeDeep','COZNh','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','331478hdFoKg','/wd/hub','BROWSERSTACK_TEST_OBSERVABILITY_YML','skipSessionName','printResults','Passed\x20:\x20','spawn','prepareCapabilities','format','tdymq','browser','validateRerunTestList','VuUGX','errorMessage','../utils/constants','WebDriver','../../helpers/performance/performance-tester','ZNDHW','host','accessibility','BROWSERSTACK_RERUN','toLowerCase','accessibilityOptions','playwright-firefox','end','ZMadV','isTrue','BrowserStackPlugin','7465545yeUwqp','trim','result','jdSeG','slice','testObservability','3CVOsOv','process','CODECEPT_CUCUMBER','before','test','teardownAll','../../helpers/logger','existsSync','codecept.json','createGroupsOfSuites','codeceptjs/lib/index.js','NlDtQ','root','forEach','assign','chromium','../../helpers/testhub/testhubHandler','isTestObservabilitySession','1115ylnCye','FRAMEWORKS'];a2_0x5941=function(){return _0x6db768;};return a2_0x5941();}async function run(_0x1ded47,_0x57d1e6,_0x895553){const _0x37f641=a2_0x26ede6,_0x3e6aaf={'FwraI':function(_0x190e92,_0x40e6dd){return _0x190e92+_0x40e6dd;},'NlDtQ':function(_0x46c9ce,_0x34bda5){return _0x46c9ce(_0x34bda5);},'OTEcS':function(_0x1c3648,_0x1e7d3e,_0x39f872){return _0x1c3648(_0x1e7d3e,_0x39f872);},'afEzz':_0x37f641(0x22a),'tGgCi':function(_0x5d9160){return _0x5d9160();},'aHqsY':_0x37f641(0x1ea),'PREsv':function(_0x4cc92a){return _0x4cc92a();},'BjQjZ':_0x37f641(0x273),'VuUGX':_0x37f641(0x1ee),'LdksF':_0x37f641(0x259),'PvvGy':_0x37f641(0x260),'dFfPH':function(_0x2aaf16,_0x262b5c,_0x5e2b9a){return _0x2aaf16(_0x262b5c,_0x5e2b9a);},'xORDE':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','tdymq':_0x37f641(0x24a),'ZMadV':_0x37f641(0x1f8),'OrJZy':function(_0x8e4044,_0x2bae34){return _0x8e4044(_0x2bae34);},'nrRpG':function(_0xc5dcf1,_0x4d9eeb){return _0xc5dcf1!=_0x4d9eeb;},'rOcuu':function(_0x2c00b4,_0x32f28a){return _0x2c00b4===_0x32f28a;},'CriOF':function(_0x3cf89f,_0x3f4ab9,_0xe682b7){return _0x3cf89f(_0x3f4ab9,_0xe682b7);},'xkwcT':_0x37f641(0x233),'jdSeG':function(_0x24540b,_0x251e24){return _0x24540b(_0x251e24);},'yFRtF':function(_0x3515b4,_0x59c57c){return _0x3515b4*_0x59c57c;},'BHVzU':'browser','ldFeI':function(_0x5951c7,_0x4057d4,_0x514a3d){return _0x5951c7(_0x4057d4,_0x514a3d);},'SPSgV':_0x37f641(0x264),'COZNh':_0x37f641(0x217),'lkxEl':_0x37f641(0x243),'RLQou':'browserStackCwd'};await _0x895553[_0x37f641(0x221)](_0x1ded47),await helper[_0x37f641(0x223)](_0x895553[_0x37f641(0x267)]);if(!_0x895553[_0x37f641(0x267)])return;process[_0x37f641(0x279)]=_0x1ded47[_0x37f641(0x279)];_0x1ded47[_0x37f641(0x279)]&&(process[_0x37f641(0x248)][_0x37f641(0x279)]=_0x1ded47[_0x37f641(0x279)]);const _0x7537f4=_0x3e6aaf['dFfPH'](getUserCodeceptJSConfigs,_0x1ded47,_0x57d1e6);let _0x54fbda={};_0x7537f4?(logger['info'](_0x37f641(0x1e8)+_0x7537f4),_0x54fbda=CodeceptJS['config']['load'](_0x7537f4)):logger['info'](_0x3e6aaf['xORDE']);let _0x518706=![];_0x3e6aaf[_0x37f641(0x270)](nestedKeyValue,_0x54fbda,[_0x3e6aaf['afEzz'],_0x3e6aaf[_0x37f641(0x1f2)]])&&(_0x518706=!![]);const _0x1ad5cd=_0x518706?_0x3e6aaf[_0x37f641(0x1f2)]:_0x3e6aaf[_0x37f641(0x202)];let _0x4eadd9=!_0x518706?helper['useW3C'](_0x895553[_0x37f641(0x267)]):![];!helper[_0x37f641(0x249)](_0x895553[_0x37f641(0x267)][_0x37f641(0x1ff)])&&(process[_0x37f641(0x248)][_0x37f641(0x252)]=JSON['stringify'](_0x895553[_0x37f641(0x267)][_0x37f641(0x1ff)]));let _0x3e8da9=_0x895553[_0x37f641(0x267)][_0x37f641(0x1fc)];_0x3e8da9=_0x3e8da9||_0x3e6aaf[_0x37f641(0x21f)](checkAccessibilityPlatformConfig,_0x895553[_0x37f641(0x267)]),process['env'][_0x37f641(0x228)]=_0x3e8da9;_0x3e8da9&&(_0x4eadd9=!_0x3e8da9);_0x3e6aaf['nrRpG'](_0x895553[_0x37f641(0x267)][_0x37f641(0x20a)],null)?process[_0x37f641(0x248)][_0x37f641(0x1eb)]=_0x895553[_0x37f641(0x267)][_0x37f641(0x20a)]:process[_0x37f641(0x248)][_0x37f641(0x1eb)]=_0x3e6aaf[_0x37f641(0x27a)](_0x1ad5cd,_0x3e6aaf[_0x37f641(0x1f2)]);const _0x248705=_0x3e6aaf[_0x37f641(0x24e)](nestedKeyValue,_0x54fbda,[_0x3e6aaf[_0x37f641(0x26e)]]),_0x53aff3=_0x248705&&!helper['isEmpty'](_0x248705)?FRAMEWORKS[_0x37f641(0x20d)]:FRAMEWORKS[_0x37f641(0x266)],_0x3b2779=await TestHubHandler[_0x37f641(0x24d)](_0x53aff3,_0x895553);_0x3e8da9&&_0x3e6aaf[_0x37f641(0x208)](setAccessibilityCapabilities,_0x895553['config']);const _0x3af116={},_0x4b0c3d=[],_0x1cad07=_0x895553[_0x37f641(0x267)]['parallelsPerPlatform']||helper['getUserWorkerCount'](_0x1ded47,_0x57d1e6,_0x895553[_0x37f641(0x267)],constants[_0x37f641(0x21e)][_0x37f641(0x266)])||0x1;let _0x5739d6=0x1;if(_0x3e6aaf[_0x37f641(0x241)](isBrowserstackInfra)){const _0x14e2d9=helper['prepareCapabilities'](_0x895553['config'],_0x4eadd9,constants[_0x37f641(0x21e)][_0x37f641(0x266)]);_0x14e2d9['forEach'](_0x9487fc=>{const _0x2e106f=_0x37f641;helper[_0x2e106f(0x236)](_0x9487fc);}),helper[_0x37f641(0x263)](_0x895553[_0x37f641(0x267)])?_0x5739d6=_0x3e6aaf['yFRtF'](_0x1cad07,_0x895553['config'][_0x37f641(0x280)][_0x37f641(0x22d)]):_0x5739d6=_0x1cad07,_0x14e2d9[_0x37f641(0x218)](_0xadcc14=>{const _0x24a0fe=_0x37f641,_0x4bd859=_0x3e6aaf[_0x24a0fe(0x247)](helper[_0x24a0fe(0x257)](_0xadcc14,'_'),'_'+Date['now']()),_0x55a823=((()=>{const _0x1e0db5=_0x24a0fe;if(_0x518706){const _0x138f17=pwToCodeceptBrowser[_0xadcc14[_0x1e0db5(0x26d)]]||_0xadcc14[_0x1e0db5(0x26d)];return{'browser':_0x138f17,[_0x138f17]:{'browserWSEndpoint':_0x3e6aaf['FwraI'](helper[_0x1e0db5(0x26a)](_0x895553[_0x1e0db5(0x267)]),_0x3e6aaf[_0x1e0db5(0x216)](encodeURIComponent,JSON[_0x1e0db5(0x255)](_0xadcc14)))}};}const _0x223dab={};return _0x223dab[_0x1e0db5(0x264)]=_0xadcc14,_0x223dab[_0x1e0db5(0x24f)]=_0x895553[_0x1e0db5(0x267)][_0x1e0db5(0x278)],_0x223dab[_0x1e0db5(0x22c)]=_0x895553[_0x1e0db5(0x267)][_0x1e0db5(0x244)],_0x223dab;})()),_0x2dbc6f=_0x3e6aaf[_0x24a0fe(0x270)](nestedKeyValue,_0x54fbda,[_0x3e6aaf[_0x24a0fe(0x281)],_0x1ad5cd]);_0x3af116[_0x4bd859]=_0x2dbc6f?helper[_0x24a0fe(0x1e6)](_0x55a823,_0x2dbc6f):_0x55a823;if(!_0x518706){_0x3af116[_0x4bd859][_0x24a0fe(0x1f3)]=_0xadcc14[_0x24a0fe(0x26d)]||_0x55a823[_0x24a0fe(0x1f3)];if(_0x3e6aaf[_0x24a0fe(0x262)](isBrowserstackInfra)){_0x3af116[_0x4bd859][_0x24a0fe(0x1fb)]=constants[_0x24a0fe(0x23c)][_0x24a0fe(0x275)](_0x3e6aaf[_0x24a0fe(0x27e)],'')[_0x24a0fe(0x275)](/https?:\/\//,'');;_0x3af116[_0x4bd859][_0x24a0fe(0x23f)]=_0x3e6aaf[_0x24a0fe(0x27e)];}}_0x4b0c3d[_0x24a0fe(0x235)](_0x4bd859);});}else{_0x5739d6=0x1;if(_0x518706){const _0xc8780c=_0x3e6aaf[_0x37f641(0x24e)](nestedKeyValue,_0x54fbda,[_0x3e6aaf[_0x37f641(0x281)],_0x1ad5cd,_0x3e6aaf['BHVzU']]),_0x212d9a=_0x3e6aaf['ldFeI'](nestedKeyValue,_0x54fbda,[_0x3e6aaf[_0x37f641(0x281)],_0x1ad5cd,_0xc8780c]);if(_0x212d9a&&_0x212d9a[_0x37f641(0x23e)]){const _0xfedc6b={};_0xfedc6b[_0x37f641(0x280)]=[],_0x212d9a[_0x37f641(0x23e)]=helper['prepareCapabilities'](Object[_0x37f641(0x219)]({},_0x895553[_0x37f641(0x267)],_0xfedc6b),null,_0x53aff3[_0x37f641(0x1fe)](),null,null,_0x212d9a['browserWSEndpoint']);}}else{const _0x23f46f={};_0x23f46f[_0x37f641(0x280)]=[],_0x54fbda[_0x3e6aaf[_0x37f641(0x281)]][_0x1ad5cd][_0x3e6aaf[_0x37f641(0x25e)]]=helper[_0x37f641(0x1f0)](Object[_0x37f641(0x219)]({},_0x895553['config'],_0x23f46f),null,_0x53aff3[_0x37f641(0x1fe)](),_0x3e6aaf['CriOF'](nestedKeyValue,_0x54fbda,[_0x3e6aaf[_0x37f641(0x281)],_0x1ad5cd,_0x3e6aaf[_0x37f641(0x25e)]])||{},null,null);}_0x3af116[_0x3e6aaf[_0x37f641(0x1e7)]]=_0x54fbda,_0x4b0c3d[_0x37f641(0x235)](_0x3e6aaf['COZNh']);}const _0x498acb={};_0x498acb['testConfig']=_0x7537f4;const _0x5e0fb0=_0x498acb,_0x1922e8=path['join'](__dirname,_0x3e6aaf[_0x37f641(0x253)]),_0x588bed=process['cwd']();process[_0x37f641(0x248)][_0x3e6aaf[_0x37f641(0x231)]]=_0x588bed,process[_0x37f641(0x22e)](path[_0x37f641(0x23a)](_0x7537f4));const _0x5518dc=new CodeceptJS[(_0x37f641(0x272))](null,_0x5e0fb0),_0x51cdac=_0x5518dc[_0x37f641(0x214)](_0x5739d6),_0x1512d3=testOpsHelper[_0x37f641(0x21c)](),_0x3144b2=_0x4b0c3d[_0x37f641(0x27b)](_0x2ff0f7=>{const _0x468461=_0x37f641,_0x2dd133={};_0x2dd133[_0x468461(0x24a)]=_0x3af116[_0x2ff0f7];const _0x3be158={};_0x3be158['WebDriver']=_0x3af116[_0x2ff0f7];const _0x4eb3ce=_0x518706?_0x2dd133:_0x3be158,_0x4a8ba8=_0x3e6aaf['PREsv'](getO11yRerunPattern),_0xba11a6={};_0xba11a6[_0x468461(0x22a)]=_0x4eb3ce;const _0x1f8514={};_0x1f8514['require']=_0x1922e8,_0x1f8514['enabled']=!![],_0x1f8514['skipSessionName']=_0x895553['config']['testContextOptions'][_0x468461(0x1ec)],_0x1f8514[_0x468461(0x23b)]=_0x895553[_0x468461(0x267)][_0x468461(0x23d)][_0x468461(0x23b)],_0x1f8514[_0x468461(0x20a)]=_0x1512d3,_0x1f8514[_0x468461(0x24b)]=_0x53aff3;const _0x18108c={};_0x18108c[_0x468461(0x204)]=_0x1f8514;const _0x11b1a9={};return _0x11b1a9[_0x468461(0x226)]=_0x18108c,helper[_0x468461(0x1e6)]({},_0x54fbda,_0x3e6aaf[_0x468461(0x262)](isBrowserstackInfra)?_0xba11a6:{},_0x4a8ba8?{'grep':_0x4a8ba8}:{},_0x11b1a9);});for(const _0x308ed1 of _0x3144b2){for(const _0x1c4337 of _0x51cdac){const _0x17bed8=_0x5518dc[_0x37f641(0x1ef)]();_0x17bed8[_0x37f641(0x232)](_0x1c4337),_0x17bed8['addConfig'](_0x308ed1);const _0x32c493={};_0x32c493['config']=_0x7537f4,_0x17bed8[_0x37f641(0x26f)](_0x32c493);}}_0x5518dc['on'](CodeceptJS[_0x37f641(0x224)][_0x37f641(0x20f)][_0x37f641(0x22b)],(_0x4d7825,_0x3fc71c)=>{const _0x195863=_0x37f641;console[_0x195863(0x22f)](_0x3e6aaf[_0x195863(0x24c)],_0x4d7825[_0x195863(0x230)]);const _0x5ab438={[_0x4d7825['title']]:_0x4d7825[_0x195863(0x239)][_0x195863(0x254)]};_testErrorData[_0x195863(0x235)](_0x5ab438);}),_0x5518dc['on'](CodeceptJS[_0x37f641(0x224)]['test']['passed'],async _0xb60928=>{const _0x4f2d3f=_0x37f641;console[_0x4f2d3f(0x22f)](_0x3e6aaf[_0x4f2d3f(0x1f5)],_0xb60928[_0x4f2d3f(0x230)]);}),_0x5518dc['on'](CodeceptJS[_0x37f641(0x224)][_0x37f641(0x20f)][_0x37f641(0x20e)],async _0xbdba61=>{const _0x32b1f6=_0x37f641;console[_0x32b1f6(0x22f)](_0x3e6aaf[_0x32b1f6(0x251)],_0xbdba61[_0x32b1f6(0x230)]);}),_0x5518dc['on'](CodeceptJS[_0x37f641(0x224)]['all'][_0x37f641(0x207)],async()=>{const _0x2dbdc9=_0x37f641,_0x3d9130=_0x3e6aaf[_0x2dbdc9(0x25f)][_0x2dbdc9(0x269)]('|');let _0x1010af=0x0;while(!![]){switch(_0x3d9130[_0x1010af++]){case'0':_0x5518dc[_0x2dbdc9(0x1ed)]();continue;case'1':testOpsHelper['printBuildLink']();continue;case'2':utilities[_0x2dbdc9(0x265)](_0x895553);continue;case'3':PerformanceTester[_0x2dbdc9(0x229)](PerformanceEvents['SDK_CLEANUP']);continue;case'4':try{await TestHubHandler[_0x2dbdc9(0x25d)]();}catch(_0x5b0923){logger[_0x2dbdc9(0x276)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x2dbdc9(0x1f1)](_0x5b0923));}continue;case'5':_0x895553[_0x2dbdc9(0x1f6)]=_testErrorData;continue;}break;}});async function _0x211ab8(){const _0x50ef99=_0x37f641;try{await _0x5518dc[_0x50ef99(0x271)](),await _0x5518dc[_0x50ef99(0x225)]();}finally{process[_0x50ef99(0x22e)](_0x588bed),await _0x5518dc[_0x50ef99(0x210)]();}}PerformanceTester[_0x37f641(0x201)](PerformanceEvents[_0x37f641(0x220)]),_0x3e6aaf[_0x37f641(0x262)](_0x211ab8);}module[a2_0x26ede6(0x238)]=run;
@@ -1 +1 @@
1
- const a3_0xa706bd=a3_0x3663;function a3_0x3663(_0x4c8a21,_0x3d5689){const _0x194133=a3_0x1941();return a3_0x3663=function(_0x366309,_0x468155){_0x366309=_0x366309-0xf1;let _0x2d42d0=_0x194133[_0x366309];return _0x2d42d0;},a3_0x3663(_0x4c8a21,_0x3d5689);}(function(_0x4ab9d1,_0x3eaa87){const _0x947f27=a3_0x3663,_0x490cd8=_0x4ab9d1();while(!![]){try{const _0x497426=-parseInt(_0x947f27(0xf3))/0x1*(-parseInt(_0x947f27(0x10e))/0x2)+parseInt(_0x947f27(0x121))/0x3*(-parseInt(_0x947f27(0xfd))/0x4)+parseInt(_0x947f27(0x122))/0x5*(parseInt(_0x947f27(0x110))/0x6)+parseInt(_0x947f27(0x136))/0x7*(-parseInt(_0x947f27(0xf6))/0x8)+-parseInt(_0x947f27(0x126))/0x9+-parseInt(_0x947f27(0xf7))/0xa*(parseInt(_0x947f27(0x125))/0xb)+parseInt(_0x947f27(0x132))/0xc*(parseInt(_0x947f27(0xf8))/0xd);if(_0x497426===_0x3eaa87)break;else _0x490cd8['push'](_0x490cd8['shift']());}catch(_0x5348eb){_0x490cd8['push'](_0x490cd8['shift']());}}}(a3_0x1941,0x83e96));function a3_0x1941(){const _0x3fa6a0=['1282640cQSlag','platform_version','GXPcj','5581488cLshXI','3666366XhTOve','caps','../../helpers/test-observability/utils','config','bsSessionId','GyXci','NINAf','getDetails','../../bin/playwright/sessionDetails','../../helpers/logger','DQzal','platformVersion','1842492kbEtdg','warn','YCyeH','xCjvP','309869FXhLAa','browser','wMWsU','qIsKL','GlaHt','latest','searchParams','EwsUf','1scxndy','dnfXI','osVersion','88UsncCi','20uuVpMB','156VIhOiO','jbbqq','Kkrbd','browserstack_accessibility_automation_script','fetchPlatformDetails','1850536FyEutR','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','pufIF','cNEQj','unknown_grid','platformName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','kxgvX','processWebDriverConfig','NYQPD','includes','UvxnQ','os_version','browserName','bstack:options','sessionId','browserWSEndpoint','86934PDJDCk','accessibilityPlatform','24rZnThd','name','pNeuG','CccVt','LOXBy','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','browserstack_executor','VPLwW','../../helpers/helper','capabilities','MnAeC','browserVersion','ZiSIs','browser_version','Playwright','SKLKY','YAIgE','3XkJeuW'];a3_0x1941=function(){return _0x3fa6a0;};return a3_0x1941();}const {isUndefined,nestedKeyValue}=require(a3_0xa706bd(0x118)),logger=require(a3_0xa706bd(0x12f))['winstonLogger'],PlaywrightSessionDetails=require(a3_0xa706bd(0x12e)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require(a3_0xa706bd(0x128)),getOSVersionFromCaps=_0x4382e5=>{const _0x191732=a3_0xa706bd,_0x194161={};_0x194161[_0x191732(0x106)]=_0x191732(0x10b),_0x194161[_0x191732(0x139)]='platformVersion',_0x194161['GlaHt']=_0x191732(0x123),_0x194161['YCyeH']=_0x191732(0xf5),_0x194161[_0x191732(0x108)]=_0x191732(0x109);const _0x44a7c1=_0x194161;if(!_0x4382e5)return null;const _0x5c6d40=_0x4382e5[_0x44a7c1[_0x191732(0x106)]],_0x443715=[_0x44a7c1['qIsKL'],_0x44a7c1[_0x191732(0x13a)],_0x44a7c1[_0x191732(0x134)],_0x44a7c1[_0x191732(0x108)]];for(const _0x45944d of _0x443715){if(_0x5c6d40&&_0x5c6d40[_0x45944d])return _0x5c6d40[_0x45944d];else{if(_0x4382e5[_0x45944d])return _0x4382e5[_0x45944d];}}return null;};exports[a3_0xa706bd(0xfc)]=_0x56d6d5=>{const _0x161494=a3_0xa706bd,_0x1afcd1={'RRbqw':_0x161494(0x101),'MnAeC':function(_0x20802f,_0xa0a76d){return _0x20802f===_0xa0a76d;},'dnfXI':'WebDriver','NINAf':function(_0x2496aa,_0x3d0ec4){return _0x2496aa(_0x3d0ec4);},'GXPcj':function(_0x328400,_0x567b64,_0x990157){return _0x328400(_0x567b64,_0x990157);},'jbbqq':_0x161494(0x129),'kKDTw':'desiredCapabilities','VPLwW':function(_0x248bca,_0x5934fc){return _0x248bca===_0x5934fc;},'jGYND':_0x161494(0x11e),'kxgvX':_0x161494(0x137),'Kkrbd':_0x161494(0x10d),'SKLKY':_0x161494(0x127),'ZiSIs':function(_0xa7d73f,_0x3aac39){return _0xa7d73f(_0x3aac39);}};if(!_0x56d6d5)return null;let _0x3cb377=global['__cloud_provider___']||_0x1afcd1['RRbqw'];if(_0x1afcd1[_0x161494(0x11a)](_0x56d6d5['constructor']['name'],_0x1afcd1[_0x161494(0xf4)])){const _0x1ec1a0=_0x56d6d5['browser'];if(!_0x1ec1a0)return null;const _0x350d9=_0x1ec1a0[_0x161494(0x119)],_0x141f65=_0x1afcd1[_0x161494(0x12c)](getOSVersionFromCaps,_0x1afcd1[_0x161494(0x124)](nestedKeyValue,_0x56d6d5,[_0x1afcd1[_0x161494(0xf9)],_0x1afcd1['kKDTw']]));return{[_0x3cb377]:{'browser':_0x350d9['browserName'],'browser_version':_0x350d9['browserVersion'],'capabilities':_0x350d9,'platform':_0x350d9[_0x161494(0x102)],'platform_version':_0x350d9[_0x161494(0x131)]||_0x141f65,'product':_0x1afcd1[_0x161494(0x12c)](getObservabilityLinkedProductName,_0x350d9),'session_id':_0x1ec1a0[_0x161494(0x10c)]}};}else{if(_0x1afcd1[_0x161494(0x117)](_0x56d6d5['constructor'][_0x161494(0x111)],_0x1afcd1['jGYND'])){const _0x580256=PlaywrightSessionDetails[_0x161494(0x12d)]();_0x3cb377=_0x580256['cloudProvider']||_0x3cb377;const _0x5683ca=_0x1afcd1[_0x161494(0x124)](nestedKeyValue,_0x56d6d5,[_0x1afcd1['jbbqq'],_0x1afcd1[_0x161494(0x104)],_0x1afcd1[_0x161494(0xfa)]]),_0x12d971=_0x5683ca?JSON['parse'](new URL(_0x5683ca)[_0x161494(0xf1)]['get'](_0x1afcd1[_0x161494(0x11f)])):{};return{[_0x3cb377]:{'browser':_0x580256['browser']||_0x12d971['browserName'],'browser_version':_0x580256[_0x161494(0x11d)]||_0x12d971['browser_version'],'capabilities':_0x12d971,'platform':_0x580256['platform'],'platform_version':_0x580256['platform_version'],'product':_0x1afcd1[_0x161494(0x11c)](getObservabilityLinkedProductName,_0x12d971),'session_id':_0x580256[_0x161494(0x12a)]}};}}},exports[a3_0xa706bd(0x105)]=_0x111741=>{const _0x2377b2=a3_0xa706bd,_0x272ca1={'FTHrV':function(_0x5a99c9){return _0x5a99c9();},'CccVt':function(_0x387b3d,_0x51ce0b){return _0x387b3d===_0x51ce0b;},'pufIF':_0x2377b2(0x13b),'wMWsU':function(_0x17c4f5,_0x555e82){return _0x17c4f5>_0x555e82;},'OPXcj':function(_0x5b8526,_0x5c7642){return _0x5b8526(_0x5c7642);},'EwsUf':_0x2377b2(0x103),'cNEQj':function(_0x5115d2,_0x59a31a){return _0x5115d2===_0x59a31a;},'jyzyF':'chrome','GyXci':function(_0x4e7881,_0x25f09f){return _0x4e7881===_0x25f09f;},'DQzal':'playwright-chromium','pNeuG':_0x2377b2(0x115),'LOXBy':function(_0x32ab4f,_0x724faa){return _0x32ab4f(_0x724faa);},'EFuEh':_0x2377b2(0xfe)};if(_0x272ca1['FTHrV'](isAccessibilityAutomationSession)){const _0xa5ed81=_0x111741[_0x2377b2(0x137)],_0x2703c7=_0xa5ed81[_0x2377b2(0x119)];global[_0x2377b2(0x10f)]=!![],!(_0x272ca1[_0x2377b2(0x113)](_0x2703c7[_0x2377b2(0x11b)],_0x272ca1[_0x2377b2(0xff)])||_0x272ca1[_0x2377b2(0x138)](_0x272ca1['OPXcj'](parseInt,_0x2703c7[_0x2377b2(0x11b)]),0x5e))&&(logger[_0x2377b2(0x133)](_0x272ca1[_0x2377b2(0xf2)]),global[_0x2377b2(0x10f)]=![]),!(_0x272ca1[_0x2377b2(0x100)](_0x2703c7[_0x2377b2(0x10a)],_0x272ca1['jyzyF'])||_0x272ca1[_0x2377b2(0x12b)](_0x2703c7['browserName'],_0x272ca1[_0x2377b2(0x130)]))&&(logger[_0x2377b2(0x133)](_0x272ca1[_0x2377b2(0x112)]),global[_0x2377b2(0x10f)]=![]),!_0x272ca1[_0x2377b2(0x114)](isUndefined,_0x2703c7['deviceName'])&&(logger[_0x2377b2(0x133)](_0x272ca1['EFuEh']),global['accessibilityPlatform']=![]);}},exports['shouldPatchExecuteScript']=_0x32d036=>{const _0x477653=a3_0xa706bd,_0xc81876={};_0xc81876[_0x477653(0x120)]=_0x477653(0x116),_0xc81876[_0x477653(0x135)]=_0x477653(0xfb);const _0x85a493=_0xc81876;if(!_0x32d036)return![];return!_0x32d036[_0x477653(0x107)](_0x85a493[_0x477653(0x120)])&&!_0x32d036[_0x477653(0x107)](_0x85a493[_0x477653(0x135)]);};
1
+ const a3_0x343a77=a3_0x7ee5;(function(_0x297423,_0x1dbdbf){const _0x2cd91b=a3_0x7ee5,_0x2a4a62=_0x297423();while(!![]){try{const _0x45b6f7=-parseInt(_0x2cd91b(0x101))/0x1*(-parseInt(_0x2cd91b(0x126))/0x2)+parseInt(_0x2cd91b(0x140))/0x3*(-parseInt(_0x2cd91b(0x11b))/0x4)+parseInt(_0x2cd91b(0x143))/0x5*(-parseInt(_0x2cd91b(0x103))/0x6)+parseInt(_0x2cd91b(0x104))/0x7*(-parseInt(_0x2cd91b(0x11c))/0x8)+-parseInt(_0x2cd91b(0x114))/0x9+parseInt(_0x2cd91b(0x100))/0xa*(-parseInt(_0x2cd91b(0x135))/0xb)+-parseInt(_0x2cd91b(0x13e))/0xc*(-parseInt(_0x2cd91b(0x116))/0xd);if(_0x45b6f7===_0x1dbdbf)break;else _0x2a4a62['push'](_0x2a4a62['shift']());}catch(_0x1f213f){_0x2a4a62['push'](_0x2a4a62['shift']());}}}(a3_0xac7b,0xf3b72));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require('../../helpers/logger')['winstonLogger'],PlaywrightSessionDetails=require(a3_0x343a77(0xf9)),{isAccessibilityAutomationSession}=require(a3_0x343a77(0x13d)),{getObservabilityLinkedProductName}=require(a3_0x343a77(0xfd)),getOSVersionFromCaps=_0x359d07=>{const _0x17ebc4=a3_0x343a77,_0x5e9fbc={};_0x5e9fbc[_0x17ebc4(0x12f)]=_0x17ebc4(0x113),_0x5e9fbc[_0x17ebc4(0x11f)]=_0x17ebc4(0x129),_0x5e9fbc[_0x17ebc4(0xf8)]=_0x17ebc4(0x13f),_0x5e9fbc[_0x17ebc4(0x124)]='osVersion',_0x5e9fbc['gxdOF']='os_version';const _0x1965fb=_0x5e9fbc;if(!_0x359d07)return null;const _0xe330c2=_0x359d07[_0x1965fb[_0x17ebc4(0x12f)]],_0x5df45b=[_0x1965fb[_0x17ebc4(0x11f)],_0x1965fb[_0x17ebc4(0xf8)],_0x1965fb['HxfFs'],_0x1965fb[_0x17ebc4(0x120)]];for(const _0x4a7f49 of _0x5df45b){if(_0xe330c2&&_0xe330c2[_0x4a7f49])return _0xe330c2[_0x4a7f49];else{if(_0x359d07[_0x4a7f49])return _0x359d07[_0x4a7f49];}}return null;};function a3_0x7ee5(_0x614c34,_0x568d53){const _0xac7bcb=a3_0xac7b();return a3_0x7ee5=function(_0x7ee5ef,_0x3ca6cc){_0x7ee5ef=_0x7ee5ef-0xf6;let _0x263d03=_0xac7bcb[_0x7ee5ef];return _0x263d03;},a3_0x7ee5(_0x614c34,_0x568d53);}function a3_0xac7b(){const _0x5f1bc7=['platform_version','3tQmFZt','desiredCapabilities','bukbA','4494905uZHLwL','unknown_grid','XkCVs','GwVfV','../../bin/playwright/sessionDetails','chrome','platformName','zheux','../../helpers/test-observability/utils','browser_version','WebDriver','140vcTBcK','1GqjvfL','HJMkx','6XZwaDB','409388jwUfdA','LBTJl','includes','browser','sessionId','lnjUV','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','constructor','browserstack_accessibility_automation_script','browserVersion','qeCxY','getDetails','bsSessionId','capabilities','warn','bstack:options','15603453cdEETv','urhSM','1770717qGCzaH','browserWSEndpoint','pJMHv','searchParams','GaJrF','7236868TgBXtc','112VBycWq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','sQxRX','Fzluj','gxdOF','caps','hPONV','jSwHN','HxfFs','latest','1251178aPGPsi','Playwright','McUFL','platformVersion','config','deviceName','fetchPlatformDetails','nLYVK','get','sHhQB','QuptL','playwright-chromium','browserName','platform','accessibilityPlatform','496771wxeJIM','XaZIE','name','jllZA','ZBeoF','shouldPatchExecuteScript','PcRPp','dBnPQ','../../helpers/accessibility-automation/helper','552hQGLMr'];a3_0xac7b=function(){return _0x5f1bc7;};return a3_0xac7b();}exports[a3_0x343a77(0x12c)]=_0x306ee9=>{const _0x546635=a3_0x343a77,_0xc40640={'urhSM':_0x546635(0xf6),'IdhNp':function(_0x626d96,_0x3b868e){return _0x626d96===_0x3b868e;},'lnjUV':_0x546635(0xff),'dBnPQ':function(_0x30e19a,_0x35b03f){return _0x30e19a(_0x35b03f);},'qeCxY':function(_0x2e4eb2,_0x851994,_0x337bff){return _0x2e4eb2(_0x851994,_0x337bff);},'QuptL':_0x546635(0x12a),'jllZA':_0x546635(0x141),'XkCVs':function(_0xd501a7,_0x12ae7e){return _0xd501a7(_0x12ae7e);},'ZBeoF':function(_0x5aa3a7,_0x33af9c){return _0x5aa3a7===_0x33af9c;},'McUFL':_0x546635(0x127),'HJMkx':function(_0x1fb163,_0x5e0035,_0x45343a){return _0x1fb163(_0x5e0035,_0x45343a);},'zheux':_0x546635(0x107),'GaJrF':_0x546635(0x117),'pJMHv':_0x546635(0x121)};if(!_0x306ee9)return null;let _0x5b33c9=global['__cloud_provider___']||_0xc40640[_0x546635(0x115)];if(_0xc40640['IdhNp'](_0x306ee9['constructor'][_0x546635(0x137)],_0xc40640[_0x546635(0x109)])){const _0x4ce6ea=_0x306ee9['browser'];if(!_0x4ce6ea)return null;const _0x1146b1=_0x4ce6ea[_0x546635(0x111)],_0x42942b=_0xc40640[_0x546635(0x13c)](getOSVersionFromCaps,_0xc40640[_0x546635(0x10e)](nestedKeyValue,_0x306ee9,[_0xc40640['QuptL'],_0xc40640[_0x546635(0x138)]]));return{[_0x5b33c9]:{'browser':_0x1146b1['browserName'],'browser_version':_0x1146b1[_0x546635(0x10d)],'capabilities':_0x1146b1,'platform':_0x1146b1[_0x546635(0xfb)],'platform_version':_0x1146b1['platformVersion']||_0x42942b,'product':_0xc40640[_0x546635(0xf7)](getObservabilityLinkedProductName,_0x1146b1),'session_id':_0x4ce6ea[_0x546635(0x108)]}};}else{if(_0xc40640[_0x546635(0x139)](_0x306ee9[_0x546635(0x10b)][_0x546635(0x137)],_0xc40640[_0x546635(0x128)])){const _0x44a802=PlaywrightSessionDetails[_0x546635(0x10f)]();_0x5b33c9=_0x44a802['cloudProvider']||_0x5b33c9;const _0x48b655=_0xc40640[_0x546635(0x102)](nestedKeyValue,_0x306ee9,[_0xc40640[_0x546635(0x130)],_0xc40640[_0x546635(0xfc)],_0xc40640[_0x546635(0x11a)]]),_0x5a1098=_0x48b655?JSON['parse'](new URL(_0x48b655)[_0x546635(0x119)][_0x546635(0x12e)](_0xc40640[_0x546635(0x118)])):{};return{[_0x5b33c9]:{'browser':_0x44a802[_0x546635(0x107)]||_0x5a1098[_0x546635(0x132)],'browser_version':_0x44a802['browser_version']||_0x5a1098[_0x546635(0xfe)],'capabilities':_0x5a1098,'platform':_0x44a802[_0x546635(0x133)],'platform_version':_0x44a802[_0x546635(0x13f)],'product':_0xc40640[_0x546635(0xf7)](getObservabilityLinkedProductName,_0x5a1098),'session_id':_0x44a802[_0x546635(0x110)]}};}}},exports['processWebDriverConfig']=_0x711f89=>{const _0x46de61=a3_0x343a77,_0x5608e5={'hPONV':function(_0x34db54){return _0x34db54();},'bukbA':function(_0xfd5656,_0x6712e5){return _0xfd5656===_0x6712e5;},'LBTJl':_0x46de61(0x125),'jSwHN':function(_0x374134,_0x37832b){return _0x374134>_0x37832b;},'sQxRX':function(_0x226f83,_0x415e85){return _0x226f83(_0x415e85);},'STSTc':_0x46de61(0x10a),'nLYVK':_0x46de61(0xfa),'tIjcG':_0x46de61(0x131),'TeiQt':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','XaZIE':_0x46de61(0x11d)};if(_0x5608e5[_0x46de61(0x122)](isAccessibilityAutomationSession)){const _0x1447e3=_0x711f89[_0x46de61(0x107)],_0x1f8511=_0x1447e3['capabilities'];global[_0x46de61(0x134)]=!![],!(_0x5608e5['bukbA'](_0x1f8511[_0x46de61(0x10d)],_0x5608e5[_0x46de61(0x105)])||_0x5608e5[_0x46de61(0x123)](_0x5608e5[_0x46de61(0x11e)](parseInt,_0x1f8511[_0x46de61(0x10d)]),0x5e))&&(logger['warn'](_0x5608e5['STSTc']),global[_0x46de61(0x134)]=![]),!(_0x5608e5[_0x46de61(0x142)](_0x1f8511[_0x46de61(0x132)],_0x5608e5[_0x46de61(0x12d)])||_0x5608e5[_0x46de61(0x142)](_0x1f8511[_0x46de61(0x132)],_0x5608e5['tIjcG']))&&(logger[_0x46de61(0x112)](_0x5608e5['TeiQt']),global[_0x46de61(0x134)]=![]),!_0x5608e5[_0x46de61(0x11e)](isUndefined,_0x1f8511[_0x46de61(0x12b)])&&(logger[_0x46de61(0x112)](_0x5608e5[_0x46de61(0x136)]),global['accessibilityPlatform']=![]);}},exports[a3_0x343a77(0x13a)]=_0x5a294a=>{const _0x13438e=a3_0x343a77,_0x5363a3={};_0x5363a3['KBdbK']='browserstack_executor',_0x5363a3[_0x13438e(0x13b)]=_0x13438e(0x10c);const _0x734a3a=_0x5363a3;if(!_0x5a294a)return![];return!_0x5a294a[_0x13438e(0x106)](_0x734a3a['KBdbK'])&&!_0x5a294a[_0x13438e(0x106)](_0x734a3a[_0x13438e(0x13b)]);};
@@ -1 +1 @@
1
- function a4_0x5ab0(){const _0x22d8b5=['HwyeG','__platformCaps','status','TEmHE','failed','connect','message','ENWzq','FXIsA','exports','GsDCH','findGitConfig','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','EKzde','failure','comment','relative','dNFAb','statSync','_testEnv','testAnalyticsId','dadqZ','gFiet','GRLzB','sUExA','CODECEPT','NkLSC','../playwright/accessibility-helper','YVwQq','dWErh','DoPTW','logs','XsmTE','browserType.js','LjbWW','HookRunFinished','concat','toLowerCase','finished','now','bwEha','debug','javascript','DpZwr','util','zNzwm','startedAt','start','../../helpers/test-observability/requestQueueHandler','bddSteps','getFailureType','ckRxW','TestRunFinished','keyword','parent','setupBrowserDetails','fullTitle','join','dirname','QtcfS','currentTest','stop','failure_backtrace','kGSSm','getRootParentFile','uuid','.git','TestRunSkipped','gxXaz','2GACOys','hooks','getHooksForTest','location_prefix','failure_reason_expanded','passed','jsCYZ','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','sep','duration','constructor','getInstance','23300688hjdJcA','31355okMNEn','match','KwHYn','iSvLP','27iCPlXM','HPzHb','shutdown','pid','HookRunStarted','uploadEventData','KgYYY','../../helpers/logger','Izdox','qFMmJ','mapTestHooks','TEST_RUN_STARTED','length','2780690JsMTWK','DeBCJ','winstonLogger','dodmT','bbayT','VVlhE','DVDnR','hoRBJ','KNyYo','pending','CBTSessionCreated','_paths','EBWib','750198bcMOQw','../utils/constants','O11yHelper','vMzMC','integrations','_afterAll','backtrace','rCWhE','../../helpers/helper','enabled','initializeBddStep','DAehn','markedStatus','nvbBQ','test_run','qNztQ','yYORU','wsEndpoint','lib','toISOString','fireEvent','CZEzl','BrowserType','eVEOz','10pKiQor','browserstack','toUpperCase','TEST_RUN_FINISHED','hookAnalyticsId','test','string','getCBTInfo','patchConsoleLogger','body','fNqkJ','RWLof','XAhtX','defineProperty','400mQucUE','apply','frameworkName','2170735Zjelrw','GpjsQ','wekqX','SwKRI','getTime','hook','tags','49023yaIMhF','TroQk','sUctM','ZKhwl','stepAnalyticsId','../../helpers/test-observability/utils','name','launch','ntsjG','meta','currentHook','push','jTzVC','sendCBTInfo','vvGhL','zeQjB','success','../playwright/sessionDetails','bSGms','fIsOs','split','hook_run','CtKFE','file','tesep','UQzvJ','codeceptjs','path','../../helpers/test-observability/constants','getHookType','File\x20path\x20could\x20not\x20be\x20found','HOOK_RUN_FINISHED','driver','appendTestItemLog','hook_type','finished_at','PathHelper','BROWSERSTACK','captureEvent','prototype','QMRkf','groups','_beforeEach','bkYDZ','stringify','expanded','LogCreated','TSCbJ','LCKjj','NbNdg','suites','pjeAv','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','accessibilityPlatform','vKSBp','test_run_uuid','PLAYWRIGHT_HUB_URL','connectOverCDP','errorsDetailed','started','failureData','includes','14KNYkRf','_afterEach','nNYfl','212728mWxlzX','skipped','PbPFX','getHierarchy','title','__cloud_provider___','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','inspect','then','retryOf','../../helpers/test-observability/sessionHandler','Qjwlr','lDlJX','result','obsBrowserTypeMockApplied','toString','hook_run_uuid','_beforeAll','err','bind','text','../../helpers/testhub/utils.js','type','KlZRg','event_type','ctx','forEach'];a4_0x5ab0=function(){return _0x22d8b5;};return a4_0x5ab0();}const a4_0x205ea3=a4_0x109c;(function(_0x30d715,_0x40c53e){const _0x136a57=a4_0x109c,_0x5de104=_0x30d715();while(!![]){try{const _0xc37612=-parseInt(_0x136a57(0x274))/0x1*(-parseInt(_0x136a57(0x267))/0x2)+-parseInt(_0x136a57(0x278))/0x3*(parseInt(_0x136a57(0x207))/0x4)+-parseInt(_0x136a57(0x2bb))/0x5+parseInt(_0x136a57(0x292))/0x6*(-parseInt(_0x136a57(0x204))/0x7)+-parseInt(_0x136a57(0x2b8))/0x8*(parseInt(_0x136a57(0x2c2))/0x9)+parseInt(_0x136a57(0x2aa))/0xa*(-parseInt(_0x136a57(0x285))/0xb)+parseInt(_0x136a57(0x273))/0xc;if(_0xc37612===_0x40c53e)break;else _0x5de104['push'](_0x5de104['shift']());}catch(_0x178a52){_0x5de104['push'](_0x5de104['shift']());}}}(a4_0x5ab0,0x459a0));const path=require(a4_0x205ea3(0x1e1)),fs=require('fs'),{v4:uuidv4}=require(a4_0x205ea3(0x263)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x205ea3(0x29a)),testOpsHelper=require(a4_0x205ea3(0x1cb)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x205ea3(0x1e2)),logger=require(a4_0x205ea3(0x27f))[a4_0x205ea3(0x287)],SessionHandler=require(a4_0x205ea3(0x211)),RequestQueueHandler=require(a4_0x205ea3(0x252)),PlaywrightSessionDetails=require(a4_0x205ea3(0x1d7)),debug=testOpsHelper[a4_0x205ea3(0x24b)],{processAccessibilityCaps}=require(a4_0x205ea3(0x23d)),Constants=require(a4_0x205ea3(0x293)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x205ea3(0x21c)),STATE_PASSED=a4_0x205ea3(0x26c),STATE_FAILED=a4_0x205ea3(0x226),a4_0x4e0979={};a4_0x4e0979[a4_0x205ea3(0x283)]='TestRunStarted',a4_0x4e0979[a4_0x205ea3(0x2ad)]=a4_0x205ea3(0x256),a4_0x4e0979['TEST_RUN_SKIPPED']=a4_0x205ea3(0x265),a4_0x4e0979['HOOK_RUN_STARTED']=a4_0x205ea3(0x27c),a4_0x4e0979[a4_0x205ea3(0x1e5)]=a4_0x205ea3(0x245);function a4_0x109c(_0x286485,_0x22e7ff){const _0x5ab0b5=a4_0x5ab0();return a4_0x109c=function(_0x109c1d,_0x107c5b){_0x109c1d=_0x109c1d-0x1ca;let _0xba7a91=_0x5ab0b5[_0x109c1d];return _0xba7a91;},a4_0x109c(_0x286485,_0x22e7ff);}const TEST_EVENTS=a4_0x4e0979,parseEvent=_0x373cde=>{const _0x3209e0=a4_0x205ea3,_0xa6849e={};_0xa6849e['zeQjB']=function(_0x29a4d4,_0x1318f8){return _0x29a4d4<_0x1318f8;},_0xa6849e[_0x3209e0(0x280)]=function(_0x384b9b,_0x2439a5){return _0x384b9b===_0x2439a5;},_0xa6849e[_0x3209e0(0x291)]=_0x3209e0(0x2af),_0xa6849e[_0x3209e0(0x233)]=function(_0x856761,_0x1f61bc){return _0x856761===_0x1f61bc;},_0xa6849e[_0x3209e0(0x288)]=_0x3209e0(0x2c0),_0xa6849e[_0x3209e0(0x2c5)]=function(_0x35817f,_0x433b77){return _0x35817f===_0x433b77;},_0xa6849e['hoRBJ']=_0x3209e0(0x208),_0xa6849e[_0x3209e0(0x2a1)]=_0x3209e0(0x201),_0xa6849e[_0x3209e0(0x29f)]=function(_0x5f151a,_0x297507){return _0x5f151a===_0x297507;},_0xa6849e[_0x3209e0(0x1d8)]=_0x3209e0(0x248);const _0x44380f=_0xa6849e,_0x49c154=_0x373cde[_0x3209e0(0x275)](/^(.*)Run(.*)$/);if(!_0x49c154)return null;if(_0x44380f[_0x3209e0(0x1d5)](_0x49c154[_0x3209e0(0x284)],0x3))return null;const _0x2b69b6=_0x49c154[0x1]['toLowerCase'](),_0x1897fb=_0x49c154[0x2][_0x3209e0(0x247)]();return{'test':_0x44380f[_0x3209e0(0x280)](_0x2b69b6,_0x44380f[_0x3209e0(0x291)]),'hook':_0x44380f[_0x3209e0(0x233)](_0x2b69b6,_0x44380f['dodmT']),'skipped':_0x44380f[_0x3209e0(0x2c5)](_0x1897fb,_0x44380f[_0x3209e0(0x28c)]),'started':_0x44380f['ZKhwl'](_0x1897fb,_0x44380f[_0x3209e0(0x2a1)]),'finished':_0x44380f[_0x3209e0(0x29f)](_0x1897fb,_0x44380f[_0x3209e0(0x1d8)])};},mockPWBrowserType=_0x2a1ef9=>{const _0x1af264=a4_0x205ea3,_0x5192ee={'LCKjj':function(_0x3e24e8,_0x83f350){return _0x3e24e8===_0x83f350;},'DeBCJ':_0x1af264(0x2b0),'ENWzq':function(_0x431a23,_0x524271,_0x531109){return _0x431a23(_0x524271,_0x531109);},'jQKmP':_0x1af264(0x2a3),'fIsOs':function(_0x1ce19c,_0x56882c){return _0x1ce19c(_0x56882c);},'wekqX':_0x1af264(0x2ab),'VVlhE':function(_0x4f8c49,_0x15a9f3){return _0x4f8c49(_0x15a9f3);},'ntsjG':_0x1af264(0x2a4),'dWErh':'client','sUctM':_0x1af264(0x243),'XAhtX':'Not\x20able\x20to\x20import\x20Browser','eVEOz':_0x1af264(0x227),'ckRxW':_0x1af264(0x1cd)},_0x4fc246=path[_0x1af264(0x25b)](_0x5192ee[_0x1af264(0x1ce)],_0x5192ee[_0x1af264(0x23f)],_0x5192ee[_0x1af264(0x2c4)]),_0x727f5f=_0x5192ee[_0x1af264(0x28a)](importFileFromPWCore,_0x4fc246);if(!_0x727f5f){_0x5192ee['VVlhE'](debug,_0x5192ee[_0x1af264(0x2b6)]);return;}const _0x5896a3=_0x727f5f[_0x1af264(0x2a8)],_0x111d13=_0x5896a3[_0x1af264(0x1ed)];if(_0x111d13[_0x1af264(0x215)])return;const _0x54a57b=_0x111d13[_0x1af264(0x227)];Object[_0x1af264(0x2b7)](_0x111d13,_0x5192ee[_0x1af264(0x2a9)],{'get':function(){return async function _0x38bec0(_0x7dddb4,_0x1d80fd){const _0x1111c3=a4_0x109c,_0x202bc3={'jTzVC':function(_0x1e3a12,_0x2b8ee6){const _0x4388c6=a4_0x109c;return _0x5192ee[_0x4388c6(0x1f6)](_0x1e3a12,_0x2b8ee6);},'vzXRk':_0x5192ee[_0x1111c3(0x286)]},_0x3e0eb1=_0x5192ee[_0x1111c3(0x229)](nestedKeyValue,_0x7dddb4,[_0x5192ee['jQKmP']])||_0x7dddb4;let _0x160d7b=null,_0x4a5599=null;try{[_0x4a5599,_0x160d7b]=_0x3e0eb1?_0x5192ee[_0x1111c3(0x1d9)](parseWSEndpoint,_0x3e0eb1):[null,null],global[_0x1111c3(0x223)]=_0x160d7b,logger[_0x1111c3(0x24b)](_0x1111c3(0x22e)+_0x4a5599),_0x4a5599[_0x1111c3(0x203)](Constants[_0x1111c3(0x1eb)])&&(global[_0x1111c3(0x20c)]=_0x5192ee[_0x1111c3(0x2bd)]);}catch(_0xe89d6b){logger[_0x1111c3(0x24b)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x3e0eb1+'\x20'+_0xe89d6b);}_0x5192ee['ENWzq'](processAccessibilityCaps,_0x160d7b,_0x4a5599);if(global[_0x1111c3(0x1fb)]){const _0x27d137=await _0x111d13[_0x1111c3(0x1ff)][_0x1111c3(0x2b9)](this,[''+Constants[_0x1111c3(0x1fe)]+_0x5192ee[_0x1111c3(0x28a)](encodeURIComponent,JSON[_0x1111c3(0x1f2)](_0x160d7b))]);return PlaywrightSessionDetails[_0x1111c3(0x259)](_0x27d137,_0x2a1ef9,_0x3e0eb1),_0x27d137;}return _0x54a57b[_0x1111c3(0x2b9)](this,arguments)[_0x1111c3(0x20f)](_0x4222da=>{const _0x2efa07=_0x1111c3;let _0x1d0b3f=_0x7dddb4[_0x2efa07(0x2a3)];return _0x202bc3[_0x2efa07(0x1d2)](typeof _0x7dddb4,_0x202bc3['vzXRk'])&&(_0x1d0b3f=_0x7dddb4),PlaywrightSessionDetails[_0x2efa07(0x259)](_0x4222da,_0x2a1ef9,_0x1d0b3f),_0x4222da;});};}});const _0x51a99a=_0x111d13['launch'];Object[_0x1af264(0x2b7)](_0x111d13,_0x5192ee[_0x1af264(0x255)],{'get':function(){return async function _0x31812d(){const _0x5e58e2=a4_0x109c;return _0x51a99a[_0x5e58e2(0x2b9)](this,arguments)[_0x5e58e2(0x20f)](_0x69a600=>{const _0x1d6a74=_0x5e58e2;return PlaywrightSessionDetails[_0x1d6a74(0x259)](_0x69a600,null),_0x69a600;});};}});};class O11yHelper{[a4_0x205ea3(0x25e)]=null;['currentHook']=null;['enabled']=![];[a4_0x205ea3(0x2ba)]=![];constructor(_0x27bcde,_0x716284){const _0x3d0e34=a4_0x205ea3,_0x490e89={'lDlJX':'3|0|4|2|1|5','YVwQq':function(_0x49b446){return _0x49b446();},'KgYYY':function(_0x2dd205){return _0x2dd205();},'QMRkf':function(_0x371d67,_0x10efb7){return _0x371d67===_0x10efb7;},'zMTap':'Playwright','QYtnI':function(_0x331e0e,_0xdb94b){return _0x331e0e(_0xdb94b);}},_0x52f9ea=_0x490e89[_0x3d0e34(0x213)][_0x3d0e34(0x1da)]('|');let _0x21e988=0x0;while(!![]){switch(_0x52f9ea[_0x21e988++]){case'0':this[_0x3d0e34(0x2ba)]=_0x716284['frameworkName'];continue;case'1':this[_0x3d0e34(0x290)]=new testOpsHelper[(_0x3d0e34(0x1ea))]({'cwd':process['cwd']()},this[_0x3d0e34(0x235)][_0x3d0e34(0x26a)]);continue;case'2':this['_testEnv']=_0x490e89[_0x3d0e34(0x23e)](getTestEnv);continue;case'3':this['enabled']=_0x490e89[_0x3d0e34(0x27e)](shouldProcessEventForTesthub);continue;case'4':this['driver']=_0x27bcde;continue;case'5':this['driver']&&_0x490e89[_0x3d0e34(0x1ee)](this[_0x3d0e34(0x1e6)][_0x3d0e34(0x271)][_0x3d0e34(0x1cc)],_0x490e89['zMTap'])&&_0x490e89['QYtnI'](mockPWBrowserType,null);continue;}break;}}[a4_0x205ea3(0x251)](){const _0x41202a=a4_0x205ea3;if(!this[_0x41202a(0x29b)])return;testOpsHelper[_0x41202a(0x2b2)](),process['removeAllListeners']('bs:addLog:'+process['pid']),process['on']('bs:addLog:'+process[_0x41202a(0x27b)],this[_0x41202a(0x1e7)][_0x41202a(0x21a)](this));}async[a4_0x205ea3(0x25f)](){const _0xcb6f8a=a4_0x205ea3;await RequestQueueHandler[_0xcb6f8a(0x272)]()[_0xcb6f8a(0x27a)]();}async[a4_0x205ea3(0x1e7)](_0x14a9cd){const _0xa11244=a4_0x205ea3,_0x2ed1d2={'QtcfS':_0xa11244(0x1f4),'kGSSm':function(_0x532879,_0x4dfbf7){return _0x532879(_0x4dfbf7);}};try{this[_0xa11244(0x1d0)]&&!this[_0xa11244(0x1d0)]['markedStatus']&&(_0x14a9cd[_0xa11244(0x217)]=this[_0xa11244(0x1d0)]['hookAnalyticsId']);!_0x14a9cd[_0xa11244(0x217)]&&this[_0xa11244(0x25e)]&&!this['currentTest'][_0xa11244(0x29e)]&&(_0x14a9cd[_0xa11244(0x1fd)]=this['currentTest'][_0xa11244(0x236)]);if(_0x14a9cd[_0xa11244(0x217)]||_0x14a9cd[_0xa11244(0x1fd)]){const _0x2627ee={};_0x2627ee['event_type']=_0x2ed1d2[_0xa11244(0x25d)],_0x2627ee[_0xa11244(0x241)]=[_0x14a9cd],await SessionHandler['uploadEventData'](_0x2627ee);}}catch(_0x1554e7){_0x2ed1d2[_0xa11244(0x261)](debug,_0xa11244(0x1fa)+_0x1554e7);}}async[a4_0x205ea3(0x1d3)](_0x567515){const _0x6e9062=a4_0x205ea3,_0x1f41d2={'WFTkb':_0x6e9062(0x28f),'DpZwr':function(_0x1dfa30,_0x4318b9){return _0x1dfa30(_0x4318b9);}};if(!this[_0x6e9062(0x29b)])return;const _0x3cfdf4=this[_0x6e9062(0x2b1)](this[_0x6e9062(0x1e6)]);try{const _0x26de31={};_0x26de31['uuid']=_0x567515,_0x26de31[_0x6e9062(0x296)]=_0x3cfdf4;const _0x53ce49=_0x26de31,_0x58187a={};_0x58187a[_0x6e9062(0x21f)]=_0x1f41d2['WFTkb'],_0x58187a[_0x6e9062(0x2a0)]=_0x53ce49,await SessionHandler[_0x6e9062(0x27d)](_0x58187a);}catch(_0x14ecec){_0x1f41d2[_0x6e9062(0x24d)](debug,_0x6e9062(0x26e)+_0x14ecec);}}['getCBTInfo'](_0x35ecc9){const _0x49c7d8={'YziHg':function(_0x5bca45,_0x43f970){return _0x5bca45(_0x43f970);}};return _0x49c7d8['YziHg'](fetchPlatformDetails,_0x35ecc9);}['resetSkipTestHooks']=_0x8159ee=>{const _0x3f85b7=a4_0x205ea3,_0x315c07={};_0x315c07[_0x3f85b7(0x1f9)]=_0x3f85b7(0x1f0),_0x315c07[_0x3f85b7(0x2a7)]=_0x3f85b7(0x205);const _0x384108=_0x315c07;if(!_0x8159ee||!_0x8159ee[_0x3f85b7(0x258)])return;[_0x384108[_0x3f85b7(0x1f9)],_0x384108[_0x3f85b7(0x2a7)]]['forEach'](_0x455f4a=>{const _0x23a0bc=_0x8159ee['parent'][_0x455f4a];_0x23a0bc['forEach'](_0x1ba907=>{const _0x5aca0d=a4_0x109c;_0x1ba907[_0x5aca0d(0x2ae)]&&(_0x1ba907[_0x5aca0d(0x2ae)]=null);});});};[a4_0x205ea3(0x282)](_0x47e64c){const _0x124e83=a4_0x205ea3,_0x110a42={'CtKFE':_0x124e83(0x1e0),'GRLzB':function(_0x4b46ce){return _0x4b46ce();},'KwHYn':function(_0x1928ca,_0x286c21){return _0x1928ca===_0x286c21;},'fNqkJ':_0x124e83(0x205),'fXovC':_0x124e83(0x218),'NbNdg':_0x124e83(0x297),'VnyUg':_0x124e83(0x1f0)};if(!_0x47e64c||!_0x47e64c[_0x124e83(0x258)])return;[_0x110a42['fXovC'],_0x110a42[_0x124e83(0x1f7)],_0x110a42['VnyUg'],_0x110a42[_0x124e83(0x2b4)]][_0x124e83(0x221)](_0x1e4d54=>{const _0x16d23a=_0x124e83,_0x3af298=_0x47e64c[_0x16d23a(0x258)][_0x1e4d54]||[];_0x3af298[_0x16d23a(0x221)](_0x30aae2=>{const _0xa1b3b0=_0x16d23a;if(_0x30aae2['title'][_0xa1b3b0(0x203)](_0x110a42[_0xa1b3b0(0x1dc)]))return;if(!_0x30aae2[_0xa1b3b0(0x2ae)])_0x30aae2[_0xa1b3b0(0x2ae)]=_0x110a42[_0xa1b3b0(0x239)](uuidv4);else _0x30aae2['markedStatus']&&_0x110a42[_0xa1b3b0(0x276)](_0x1e4d54,_0x110a42['fNqkJ'])&&(_0x30aae2[_0xa1b3b0(0x2ae)]=_0x110a42['GRLzB'](uuidv4),delete _0x30aae2[_0xa1b3b0(0x29e)]);});}),this[_0x124e83(0x282)](_0x47e64c[_0x124e83(0x258)]);}[a4_0x205ea3(0x269)](_0x18eb91){const _0x36addd=a4_0x205ea3,_0x61b066={};_0x61b066[_0x36addd(0x28b)]=_0x36addd(0x218),_0x61b066['bwEha']=_0x36addd(0x297),_0x61b066['qCuLz']=_0x36addd(0x1f0),_0x61b066[_0x36addd(0x225)]=_0x36addd(0x205);const _0x2048b8=_0x61b066;if(!_0x18eb91||!_0x18eb91[_0x36addd(0x258)])return[];const _0x3bba8c=[];return[_0x2048b8[_0x36addd(0x28b)],_0x2048b8[_0x36addd(0x24a)],_0x2048b8['qCuLz'],_0x2048b8[_0x36addd(0x225)]][_0x36addd(0x221)](_0x3984ea=>{const _0x29825a=_0x36addd,_0x46d677=_0x18eb91[_0x29825a(0x258)][_0x3984ea]||[];_0x46d677[_0x29825a(0x221)](_0x6f70d8=>{const _0x326adb=_0x29825a;_0x6f70d8['hookAnalyticsId']&&_0x3bba8c[_0x326adb(0x1d1)](_0x6f70d8[_0x326adb(0x2ae)]);});}),[][_0x36addd(0x246)](_0x3bba8c,this[_0x36addd(0x269)](_0x18eb91[_0x36addd(0x258)]));}[a4_0x205ea3(0x1e3)](_0x54816c){const _0x3eb7be=a4_0x205ea3,_0x2d84d2=/^"(?<hook>.*)" hook:.*$/,_0x50a8ed=_0x54816c[_0x3eb7be(0x20b)],_0x3389dd=_0x50a8ed['match'](_0x2d84d2);if(_0x3389dd&&_0x3389dd['groups'])return _0x3389dd[_0x3eb7be(0x1ef)][_0x3eb7be(0x2c0)][_0x3eb7be(0x2ac)]()['replace']('\x20','_');return null;}[a4_0x205ea3(0x22d)](_0x49686e){const _0xf2842f=a4_0x205ea3,_0x32f91c={};_0x32f91c[_0xf2842f(0x242)]=function(_0x2fe69e,_0x53f370){return _0x2fe69e===_0x53f370;},_0x32f91c[_0xf2842f(0x1fc)]=function(_0xd995d,_0x58a1a5){return _0xd995d===_0x58a1a5;},_0x32f91c[_0xf2842f(0x29d)]=function(_0x4ffe8e,_0xc1808a){return _0x4ffe8e===_0xc1808a;},_0x32f91c['HwyeG']=_0xf2842f(0x264),_0x32f91c['zNzwm']='config';const _0x24093e=_0x32f91c,_0x45ab87=path[_0xf2842f(0x26f)];if(_0x24093e[_0xf2842f(0x242)](_0x49686e,null)||_0x24093e[_0xf2842f(0x1fc)](_0x49686e,'')||_0x24093e[_0xf2842f(0x29d)](_0x49686e,_0x45ab87)||_0x24093e[_0xf2842f(0x1fc)](_0x49686e,path[_0xf2842f(0x25c)](_0x49686e)))return null;try{return fs[_0xf2842f(0x234)](path[_0xf2842f(0x25b)](_0x49686e,_0x24093e[_0xf2842f(0x222)],_0x24093e[_0xf2842f(0x24f)])),_0x49686e;}catch(_0x2c59d3){const _0x3666b7=path[_0xf2842f(0x25c)](_0x49686e);return this['findGitConfig'](_0x3666b7);}}[a4_0x205ea3(0x262)](_0x2909c3){const _0x276d3a=a4_0x205ea3,_0x3edb81={};_0x3edb81[_0x276d3a(0x2be)]=function(_0x47ebb2,_0x236e56){return _0x47ebb2>_0x236e56;};const _0x18b5f4=_0x3edb81;if(_0x2909c3[_0x276d3a(0x1dd)])return _0x2909c3[_0x276d3a(0x1dd)];if(_0x2909c3[_0x276d3a(0x220)]){const _0x5cc0c0=_0x2909c3[_0x276d3a(0x220)][_0x276d3a(0x25e)]?this[_0x276d3a(0x262)](_0x2909c3[_0x276d3a(0x220)]['currentTest']):null;if(_0x5cc0c0)return _0x5cc0c0;}if(_0x2909c3[_0x276d3a(0x258)]){const _0x4a8055=this['getRootParentFile'](_0x2909c3[_0x276d3a(0x258)])||(_0x2909c3[_0x276d3a(0x258)][_0x276d3a(0x220)]&&_0x2909c3[_0x276d3a(0x258)][_0x276d3a(0x220)][_0x276d3a(0x25e)]?this[_0x276d3a(0x262)](_0x2909c3['parent'][_0x276d3a(0x220)][_0x276d3a(0x25e)]):null);if(_0x4a8055)return _0x4a8055;_0x2909c3[_0x276d3a(0x258)][_0x276d3a(0x1f8)]&&_0x18b5f4['SwKRI'](_0x2909c3[_0x276d3a(0x258)][_0x276d3a(0x1f8)][_0x276d3a(0x284)],0x0)&&_0x2909c3[_0x276d3a(0x258)][_0x276d3a(0x1f8)][_0x276d3a(0x221)](_0x10ca4a=>{const _0xe3128a=_0x276d3a,_0x4d30da=_0x10ca4a[_0xe3128a(0x220)]?this[_0xe3128a(0x262)](_0x10ca4a[_0xe3128a(0x220)]):null;if(_0x4d30da)return _0x4d30da;});}return null;}[a4_0x205ea3(0x20a)](_0x40297a){const _0x3e7116=a4_0x205ea3,_0x532fb1={};_0x532fb1['FXIsA']=function(_0x302001,_0x3038f0){return _0x302001!==_0x3038f0;};const _0x1abad1=_0x532fb1,_0x203376=[];if(_0x40297a&&_0x40297a[_0x3e7116(0x258)]){let _0x5cf43b=_0x40297a[_0x3e7116(0x258)];while(_0x5cf43b&&_0x1abad1[_0x3e7116(0x22a)](_0x5cf43b[_0x3e7116(0x20b)],'')){_0x203376[_0x3e7116(0x1d1)](_0x5cf43b['title']),_0x5cf43b=_0x5cf43b[_0x3e7116(0x258)];}}return _0x203376;}[a4_0x205ea3(0x1ec)](_0x347c98,_0x3fdb8e,_0x161973=undefined){const _0x19dca0=a4_0x205ea3,_0x1c79c2={'yYORU':function(_0x36c3f2,_0x266674){return _0x36c3f2(_0x266674);},'dadqZ':function(_0x3b7207){return _0x3b7207();},'jsCYZ':function(_0x10bda7){return _0x10bda7();},'PikZz':_0x19dca0(0x24e),'udRMk':'err','KNyYo':function(_0xf03c0a,_0xfe62e4){return _0xf03c0a!==_0xfe62e4;},'gxXaz':function(_0x154001,_0x168991){return _0x154001!==_0x168991;},'NkLSC':_0x19dca0(0x1e4),'Qjwlr':_0x19dca0(0x28e),'PbPFX':_0x19dca0(0x226),'KlZRg':_0x19dca0(0x26c),'vvGhL':_0x19dca0(0x208),'RWLof':_0x19dca0(0x24c),'iSvLP':function(_0x3ec7cd,_0x385cf4){return _0x3ec7cd-_0x385cf4;},'bbayT':function(_0x520e33,_0x2c3cf8,_0x2d77e4,_0x5860d4,_0x23c7e5){return _0x520e33(_0x2c3cf8,_0x2d77e4,_0x5860d4,_0x23c7e5);},'bkYDZ':function(_0x2cb344,_0x1e9307){return _0x2cb344!==_0x1e9307;},'EKzde':_0x19dca0(0x296),'HPzHb':_0x19dca0(0x1cf),'sUExA':_0x19dca0(0x230),'tesep':_0x19dca0(0x260),'rCWhE':_0x19dca0(0x298),'gFiet':_0x19dca0(0x26b),'LjbWW':_0x19dca0(0x1f3),'qFMmJ':function(_0x383b6d,_0x3e39e6){return _0x383b6d===_0x3e39e6;},'GpjsQ':_0x19dca0(0x1db),'TSCbJ':_0x19dca0(0x2a0)};if(!this['enabled'])return;try{if(_0x3fdb8e['fn']&&_0x3fdb8e['fn'][_0x19dca0(0x216)]()['match'](/browserstack internal helper hook/))return;const _0x3abea8=_0x1c79c2[_0x19dca0(0x2a2)](parseEvent,_0x347c98);if(!_0x3abea8)return;if(_0x3abea8[_0x19dca0(0x2af)]){this[_0x19dca0(0x25e)]=_0x3fdb8e,this[_0x19dca0(0x1d0)]=null;if(_0x3abea8[_0x19dca0(0x201)]||_0x3abea8[_0x19dca0(0x208)]){_0x3fdb8e[_0x19dca0(0x250)]=new Date(),_0x3fdb8e[_0x19dca0(0x29e)]=![];if(!_0x3fdb8e[_0x19dca0(0x236)])_0x3fdb8e[_0x19dca0(0x236)]=_0x1c79c2[_0x19dca0(0x237)](uuidv4);else _0x3fdb8e[_0x19dca0(0x29e)]&&(!_0x3fdb8e[_0x19dca0(0x210)]&&(_0x3fdb8e['retryOf']=_0x3fdb8e[_0x19dca0(0x236)]),_0x3fdb8e[_0x19dca0(0x236)]=_0x1c79c2[_0x19dca0(0x237)](uuidv4));}}else{if(_0x3abea8['hook']){this[_0x19dca0(0x1d0)]=_0x3fdb8e;if(_0x3abea8[_0x19dca0(0x201)]){_0x3fdb8e[_0x19dca0(0x250)]=new Date(),_0x3fdb8e[_0x19dca0(0x29e)]=![];if(!_0x3fdb8e[_0x19dca0(0x2ae)])_0x3fdb8e[_0x19dca0(0x2ae)]=_0x1c79c2[_0x19dca0(0x237)](uuidv4);else _0x3fdb8e[_0x19dca0(0x2ae)]&&_0x3fdb8e[_0x19dca0(0x29e)]&&(_0x3fdb8e[_0x19dca0(0x2ae)]=_0x1c79c2[_0x19dca0(0x26d)](uuidv4));}}}if(_0x3abea8[_0x19dca0(0x248)]&&_0x3fdb8e['markedStatus'])return;let _0x16115b;try{_0x16115b=this['getRootParentFile'](_0x3fdb8e);}catch(_0x4e8225){logger[_0x19dca0(0x24b)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x4e8225),_0x16115b=null;}const _0x4a17b3=_0x1c79c2[_0x19dca0(0x2a2)](require,_0x1c79c2['PikZz']);let _0x2b4aac=[];_0x161973&&(_0x2b4aac=[_0x161973,_0x1c79c2['udRMk']]);const _0x136a05=_0x1c79c2[_0x19dca0(0x28d)](_0x3fdb8e[_0x19dca0(0x200)],undefined)?_0x4a17b3[_0x19dca0(0x20e)](_0x3fdb8e[_0x19dca0(0x200)][0x0]):_0x1c79c2[_0x19dca0(0x266)](_0x161973,undefined)?_0x161973['toString']():undefined,_0x1d8387=_0x16115b?this[_0x19dca0(0x22d)](_0x16115b):null,_0x51759f=_0x16115b?this['_paths']['prefixTestPath'](this[_0x19dca0(0x262)](_0x3fdb8e)):_0x1c79c2[_0x19dca0(0x23c)];let _0x210fb0=_0x1c79c2[_0x19dca0(0x212)];const _0x263602=!_0x3abea8[_0x19dca0(0x201)]?new Date()['toISOString']():null;if(_0x3abea8[_0x19dca0(0x248)])_0x210fb0=_0x161973?_0x1c79c2['PbPFX']:_0x1c79c2[_0x19dca0(0x21e)],_0x3fdb8e['markedStatus']=!![];else _0x3abea8[_0x19dca0(0x208)]&&(_0x210fb0=_0x1c79c2[_0x19dca0(0x1d4)],_0x3fdb8e[_0x19dca0(0x29e)]=!![]);const _0x30006c={'framework':this[_0x19dca0(0x2ba)],'uuid':_0x3fdb8e['testAnalyticsId']||_0x3fdb8e[_0x19dca0(0x2ae)],'name':_0x3fdb8e[_0x19dca0(0x20b)],'body':{'lang':_0x1c79c2[_0x19dca0(0x2b5)],'code':_0x3fdb8e[_0x19dca0(0x2b3)][_0x19dca0(0x216)]()},'type':_0x3fdb8e[_0x19dca0(0x21d)],'scope':_0x3fdb8e[_0x19dca0(0x25a)](),'scopes':this[_0x19dca0(0x20a)](_0x3fdb8e),'file_name':_0x51759f,'vc_filepath':_0x1d8387?path[_0x19dca0(0x232)](_0x1d8387,_0x16115b):null,'location':_0x51759f,'result':_0x210fb0,'failure_reason':_0x136a05,'duration_in_ms':_0x3fdb8e[_0x19dca0(0x270)]||(_0x3abea8[_0x19dca0(0x248)]||_0x3abea8[_0x19dca0(0x208)])?_0x1c79c2[_0x19dca0(0x277)](Date[_0x19dca0(0x249)](),new Date(_0x3fdb8e['startedAt'])[_0x19dca0(0x2bf)]()):null,'started_at':new Date(_0x3fdb8e[_0x19dca0(0x250)])[_0x19dca0(0x2a5)](),'finished_at':_0x263602,'failure':testOpsHelper[_0x19dca0(0x202)]['apply'](null,_0x2b4aac),'failure_type':!_0x136a05?null:testOpsHelper[_0x19dca0(0x254)](_0x136a05),'retry_of':_0x3fdb8e[_0x19dca0(0x210)]||null,'tags':_0x3fdb8e[_0x19dca0(0x2c1)]||[],'customRerunParam':{'rerun_name':_0x3fdb8e[_0x19dca0(0x25a)]()}};_0x1c79c2[_0x19dca0(0x289)](appendTesthubParams,_0x30006c,_0x347c98,_0x3fdb8e,FRAMEWORKS[_0x19dca0(0x23b)]);if(_0x3abea8[_0x19dca0(0x2c0)])[_0x30006c[_0x19dca0(0x1e8)],_0x30006c[_0x19dca0(0x1cc)]]=[this[_0x19dca0(0x1e3)](_0x3fdb8e),_0x3fdb8e[_0x19dca0(0x220)][_0x19dca0(0x2af)][_0x19dca0(0x20b)]],_0x3abea8[_0x19dca0(0x248)]?_0x1c79c2[_0x19dca0(0x1f1)](_0x30006c['result'],_0x1c79c2[_0x19dca0(0x209)])&&(_0x30006c[_0x19dca0(0x214)]=_0x1c79c2[_0x19dca0(0x21e)]):_0x30006c['body']={};else _0x3abea8[_0x19dca0(0x2af)]&&(this['mapTestHooks'](_0x3fdb8e),_0x3abea8[_0x19dca0(0x208)]&&this['resetSkipTestHooks'](_0x3fdb8e),(_0x3abea8[_0x19dca0(0x248)]||_0x3abea8['skipped'])&&(_0x30006c[_0x19dca0(0x268)]=this['getHooksForTest'](_0x3fdb8e)));this[_0x19dca0(0x1e6)]&&(_0x3abea8['started']||_0x3abea8[_0x19dca0(0x208)])&&(_0x30006c[_0x1c79c2[_0x19dca0(0x22f)]]=this[_0x19dca0(0x2b1)](this[_0x19dca0(0x1e6)]));_0x3abea8[_0x19dca0(0x2af)]&&_0x3abea8[_0x19dca0(0x248)]&&_0x3fdb8e[_0x19dca0(0x253)]&&(_0x30006c[_0x1c79c2[_0x19dca0(0x279)]]={'feature':{'name':_0x3fdb8e[_0x19dca0(0x258)]['feature']['name'],'path':_0x30006c['file_name'],'description':_0x3fdb8e[_0x19dca0(0x258)][_0x19dca0(0x231)]},'scenario':{'name':_0x3fdb8e[_0x19dca0(0x20b)]},'steps':_0x3fdb8e[_0x19dca0(0x253)]});const _0x5c3cb9=_0x30006c[_0x1c79c2[_0x19dca0(0x23a)]][0x0];_0x5c3cb9&&(_0x30006c[_0x1c79c2[_0x19dca0(0x1de)]]=_0x5c3cb9[_0x1c79c2[_0x19dca0(0x299)]],_0x30006c[_0x1c79c2[_0x19dca0(0x238)]]=_0x5c3cb9[_0x1c79c2[_0x19dca0(0x244)]]);if(_0x3fdb8e[_0x19dca0(0x253)])for(const _0x5c72d1 of _0x3fdb8e[_0x19dca0(0x253)]){!_0x5c72d1[_0x19dca0(0x1e9)]&&(_0x5c72d1[_0x19dca0(0x1e9)]=new Date()[_0x19dca0(0x2a5)](),_0x1c79c2[_0x19dca0(0x281)](_0x5c72d1[_0x19dca0(0x214)],_0x1c79c2[_0x19dca0(0x212)])&&(_0x5c3cb9?(_0x5c72d1[_0x19dca0(0x214)]=_0x1c79c2[_0x19dca0(0x209)],_0x5c72d1[_0x19dca0(0x230)]=_0x5c3cb9[_0x1c79c2[_0x19dca0(0x299)]][0x0]):_0x5c72d1['result']=_0x1c79c2[_0x19dca0(0x21e)]));}const _0x4aae83={};_0x4aae83[_0x19dca0(0x21f)]=_0x3abea8['skipped']?TEST_EVENTS[_0x19dca0(0x2ad)]:_0x347c98;const _0x5e62b8=_0x4aae83;return _0x3abea8[_0x19dca0(0x2c0)]?_0x5e62b8[_0x1c79c2[_0x19dca0(0x2bc)]]=_0x30006c:_0x5e62b8[_0x1c79c2[_0x19dca0(0x1f5)]]=_0x30006c,_0x5e62b8;}catch(_0x5974e2){logger[_0x19dca0(0x24b)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x347c98+'\x20with\x20error\x20:\x20'+_0x5974e2);}}async[a4_0x205ea3(0x2a6)](_0x573db0,_0xc8f339){const _0x5f1939=a4_0x205ea3;if(!this['enabled']||!_0xc8f339||!_0x573db0)return![];try{return await SessionHandler[_0x5f1939(0x27d)](_0xc8f339);}catch(_0x49b7f8){logger['debug'](_0x5f1939(0x20d)+_0x573db0+'\x20with\x20error\x20:\x20'+_0x49b7f8);}}['initializeBddStep'](_0x4ce89b){const _0x1b36aa=a4_0x205ea3,_0x2623ef={};_0x2623ef[_0x1b36aa(0x22c)]=_0x1b36aa(0x28e);const _0x40ff46=_0x2623ef;return{'id':_0x4ce89b[_0x1b36aa(0x1ca)],'text':_0x4ce89b[_0x1b36aa(0x21b)],'keyword':_0x4ce89b[_0x1b36aa(0x257)],'started_at':_0x4ce89b[_0x1b36aa(0x250)][_0x1b36aa(0x2a5)](),'result':_0x40ff46['GsDCH']};}['bddStepStart'](_0x1ddcf9){const _0x44ef5f=a4_0x205ea3,_0x5d2443={'DoPTW':function(_0x47e4ea){return _0x47e4ea();}};!this['currentTest']['bddSteps']&&(this['currentTest']['bddSteps']=[]),!_0x1ddcf9[_0x44ef5f(0x1ca)]&&(_0x1ddcf9[_0x44ef5f(0x1ca)]=_0x5d2443[_0x44ef5f(0x240)](uuidv4),_0x1ddcf9[_0x44ef5f(0x250)]=new Date(),this['currentTest'][_0x44ef5f(0x253)][_0x44ef5f(0x1d1)](this[_0x44ef5f(0x29c)](_0x1ddcf9)));}['bddStepFinish'](_0x1e7184){const _0x805abd=a4_0x205ea3,_0x35596a={'UQzvJ':function(_0x4c55ac,_0x2ea90b){return _0x4c55ac(_0x2ea90b);},'nNYfl':_0x805abd(0x1d6),'vMzMC':'pending','GHilT':_0x805abd(0x26c),'TroQk':function(_0x340fc8,_0x211961){return _0x340fc8-_0x211961;}};let _0x12fa6a=this[_0x805abd(0x25e)][_0x805abd(0x253)]['find'](_0x5302fa=>_0x5302fa['id']===_0x1e7184[_0x805abd(0x1ca)]);_0x35596a[_0x805abd(0x1df)](isUndefined,_0x12fa6a)&&(_0x12fa6a=this[_0x805abd(0x29c)](_0x1e7184)),_0x12fa6a[_0x805abd(0x214)]=[_0x35596a[_0x805abd(0x206)],_0x35596a[_0x805abd(0x295)]][_0x805abd(0x203)](_0x1e7184[_0x805abd(0x224)])?_0x35596a['GHilT']:_0x1e7184[_0x805abd(0x224)],_0x12fa6a[_0x805abd(0x1e9)]=new Date()[_0x805abd(0x2a5)](),_0x12fa6a[_0x805abd(0x270)]=_0x35596a[_0x805abd(0x2c3)](Date[_0x805abd(0x249)](),_0x1e7184[_0x805abd(0x250)]['getTime']()),_0x12fa6a[_0x805abd(0x230)]=_0x1e7184[_0x805abd(0x219)]?_0x1e7184['err'][_0x805abd(0x228)]:null;}}const a4_0x3998c1={};a4_0x3998c1[a4_0x205ea3(0x294)]=O11yHelper,a4_0x3998c1['STATE_PASSED']=STATE_PASSED,a4_0x3998c1['STATE_FAILED']=STATE_FAILED,a4_0x3998c1['TEST_EVENTS']=TEST_EVENTS,module[a4_0x205ea3(0x22b)]=a4_0x3998c1;
1
+ function a4_0x131c(){const _0x3cf255=['ynxyD','message','getFailureType','../../helpers/testhub/utils.js','getTime','HCBaj','event_type','findGitConfig','onjUO','string','NwrNv','\x20with\x20error\x20:\x20','DCYyN','prototype','getHooksForTest','backtrace','CxFfk','hook_run','QAaJw','ckfum','1032348FjcDeO','apply','frXXi','UiaDu','find','obsBrowserTypeMockApplied','hook','KvoqG','file_name','initializeBddStep','debug','inspect','bNFkc','SOQNA','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','PathHelper','name','hook_type','PLAYWRIGHT_HUB_URL','KQTJo','wEmgu','Playwright','sep','TestRunStarted','16EnVrdm','patchConsoleLogger','scyuY','IdjZb','hhJtx','driver','hookAnalyticsId','O11yHelper','tsPWg','Not\x20able\x20to\x20import\x20Browser','enabled','exports','finished_at','mYptt','yFZVv','__cloud_provider___','EQQVB','OYYhT','GzCxl','rYvmM','OnRrM','Xgkhm','feature','2256933vFBsLe','_afterAll','bddStepFinish','statSync','qVUOj','gmcZS','testAnalyticsId','cwd','skipped','gRbrW','../../helpers/test-observability/constants','tags','forEach','../utils/constants','xLQVj','DPcBA','Hkkcv','suites','status','javascript','push','NEqmz','uploadEventData','stepAnalyticsId','meta','bddSteps','../../helpers/helper','mapTestHooks','fireEvent','FPAyP','match','LogCreated','yRcjn','toLowerCase','accessibilityPlatform','pSLag','TEST_RUN_FINISHED','duration','_beforeEach','rjbPh','TestRunFinished','uRdgY','stringify','getHookType','tfbrK','_beforeAll','success','EFNHd','getRootParentFile','rORNq','Failed\x20to\x20parse\x20wsendpoint\x20','hook_run_uuid','codeceptjs','UfzeO','_afterEach','TEST_RUN_SKIPPED','tkaMg','now','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','iDXbl','HookRunStarted','pending','dCSsa','join','axOqq','fZYJJ','errorsDetailed','captureEvent','launch','STATE_PASSED','YLEnJ','frameworkName','kgqRm','browserType.js','gFniX','failed','WixgQ','../../helpers/test-observability/utils','nwuen','wgzuE','finished','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','currentHook','dirname','TEST_EVENTS','SLuzE','util','JwGIC','body','../playwright/sessionDetails','ZXCwD','aVPxm','client','uAPEN','gIurT','647281IYJWxH','STATE_FAILED','dlCuS','toISOString','getHierarchy','split','title','prefixTestPath','then','KLjfI','currentTest','CODECEPT','hhCrW','vUkWj','NOKDM','xjLOF','1146114WmSpXH','35muIslw','test','test_run_uuid','connect','1584954aQfocv','JtNEr','setupBrowserDetails','relative','pid','markedStatus','oZsxm','__platformCaps','Ranpi','result','HookRunFinished','1815162gumyuH','BROWSERSTACK','BcpsN','err','constructor','wOqUM','_testEnv','passed','bind','started','file','failure','getCBTInfo','0|3|5|2|4|1','defineProperty','resetSkipTestHooks','startedAt','length','keyword','includes','retryOf','./helper.js','logs','shutdown','oJOqa','appendTestItemLog','path','khzml','integrations','failure_reason_expanded','fullTitle','CFSHy','parent','kqJlP','replace','xgFEq','14314959HzfavH','_paths','nQywD','expanded','plfQw','iXnxZ','uuid','test_run','qmNtB','failed\x20to\x20get\x20root\x20parent\x20file\x20','toString','nIQPZ','dkdLP','ctx'];a4_0x131c=function(){return _0x3cf255;};return a4_0x131c();}const a4_0x545fbd=a4_0x43bd;(function(_0x2ac162,_0x1030ad){const _0x4fdb2a=a4_0x43bd,_0x22a066=_0x2ac162();while(!![]){try{const _0x18d64a=parseInt(_0x4fdb2a(0x1f0))/0x1+-parseInt(_0x4fdb2a(0x11c))/0x2+parseInt(_0x4fdb2a(0x205))/0x3+parseInt(_0x4fdb2a(0x162))/0x4*(parseInt(_0x4fdb2a(0x201))/0x5)+-parseInt(_0x4fdb2a(0x200))/0x6+parseInt(_0x4fdb2a(0x191))/0x7*(parseInt(_0x4fdb2a(0x17a))/0x8)+-parseInt(_0x4fdb2a(0x140))/0x9;if(_0x18d64a===_0x1030ad)break;else _0x22a066['push'](_0x22a066['shift']());}catch(_0x393ee3){_0x22a066['push'](_0x22a066['shift']());}}}(a4_0x131c,0xe4fa7));const path=require(a4_0x545fbd(0x136)),fs=require('fs'),{v4:uuidv4}=require(a4_0x545fbd(0x146)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x545fbd(0x1ab)),testOpsHelper=require(a4_0x545fbd(0x1de)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x545fbd(0x19b)),logger=require('../../helpers/logger')['winstonLogger'],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x545fbd(0x1ea)),debug=testOpsHelper[a4_0x545fbd(0x16c)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x545fbd(0x19e)),{fetchPlatformDetails}=require(a4_0x545fbd(0x131)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x545fbd(0x151)),STATE_PASSED='passed',STATE_FAILED=a4_0x545fbd(0x1dc),a4_0x5ca9a6={};function a4_0x43bd(_0x3507e6,_0x5ecd7f){const _0x131c4c=a4_0x131c();return a4_0x43bd=function(_0x43bd51,_0x444906){_0x43bd51=_0x43bd51-0x115;let _0x3ba668=_0x131c4c[_0x43bd51];return _0x3ba668;},a4_0x43bd(_0x3507e6,_0x5ecd7f);}a4_0x5ca9a6['TEST_RUN_STARTED']=a4_0x545fbd(0x179),a4_0x5ca9a6[a4_0x545fbd(0x1b5)]=a4_0x545fbd(0x1b9),a4_0x5ca9a6[a4_0x545fbd(0x1c8)]='TestRunSkipped',a4_0x5ca9a6['HOOK_RUN_STARTED']=a4_0x545fbd(0x1cd),a4_0x5ca9a6['HOOK_RUN_FINISHED']=a4_0x545fbd(0x11b);const TEST_EVENTS=a4_0x5ca9a6,parseEvent=_0x320834=>{const _0x58c4a8=a4_0x545fbd,_0x3cc846={};_0x3cc846[_0x58c4a8(0x18c)]=function(_0x1fa17c,_0x2ebd52){return _0x1fa17c<_0x2ebd52;},_0x3cc846['gmcZS']=function(_0xb87bda,_0x120dd9){return _0xb87bda===_0x120dd9;},_0x3cc846[_0x58c4a8(0x1cc)]=_0x58c4a8(0x202),_0x3cc846[_0x58c4a8(0x1b8)]=function(_0x54bfc4,_0x2fc2c6){return _0x54bfc4===_0x2fc2c6;},_0x3cc846[_0x58c4a8(0x1e0)]='hook',_0x3cc846[_0x58c4a8(0x121)]=function(_0x5d37c3,_0x10210c){return _0x5d37c3===_0x10210c;},_0x3cc846[_0x58c4a8(0x1c6)]='skipped',_0x3cc846[_0x58c4a8(0x14c)]=_0x58c4a8(0x125),_0x3cc846['xgFEq']=function(_0xfc0870,_0x4d2975){return _0xfc0870===_0x4d2975;},_0x3cc846[_0x58c4a8(0x1c0)]=_0x58c4a8(0x1e1);const _0x4b20a7=_0x3cc846,_0x3ddc2c=_0x320834['match'](/^(.*)Run(.*)$/);if(!_0x3ddc2c)return null;if(_0x4b20a7[_0x58c4a8(0x18c)](_0x3ddc2c[_0x58c4a8(0x12d)],0x3))return null;const _0x542ed0=_0x3ddc2c[0x1][_0x58c4a8(0x1b2)](),_0x458699=_0x3ddc2c[0x2][_0x58c4a8(0x1b2)]();return{'test':_0x4b20a7[_0x58c4a8(0x196)](_0x542ed0,_0x4b20a7[_0x58c4a8(0x1cc)]),'hook':_0x4b20a7[_0x58c4a8(0x1b8)](_0x542ed0,_0x4b20a7[_0x58c4a8(0x1e0)]),'skipped':_0x4b20a7['wOqUM'](_0x458699,_0x4b20a7[_0x58c4a8(0x1c6)]),'started':_0x4b20a7[_0x58c4a8(0x196)](_0x458699,_0x4b20a7['dkdLP']),'finished':_0x4b20a7[_0x58c4a8(0x13f)](_0x458699,_0x4b20a7['EFNHd'])};},mockPWBrowserType=_0x4832d2=>{const _0x521d5c=a4_0x545fbd,_0x5e074b={'onjUO':function(_0x490245,_0x4966d1){return _0x490245===_0x4966d1;},'Sqhvw':_0x521d5c(0x157),'KLjfI':function(_0x29c76c,_0x8d5283,_0x27af80){return _0x29c76c(_0x8d5283,_0x27af80);},'QAaJw':'wsEndpoint','tsPWg':function(_0x211ad4,_0x18982a){return _0x211ad4(_0x18982a);},'oJOqa':'browserstack','gIurT':'lib','Mmowu':_0x521d5c(0x1ed),'SLuzE':_0x521d5c(0x1da),'Ranpi':_0x521d5c(0x183),'NEqmz':'connect','wEmgu':_0x521d5c(0x1d5)},_0x308995=path[_0x521d5c(0x1d0)](_0x5e074b[_0x521d5c(0x1ef)],_0x5e074b['Mmowu'],_0x5e074b[_0x521d5c(0x1e6)]),_0x25402b=_0x5e074b[_0x521d5c(0x182)](importFileFromPWCore,_0x308995);if(!_0x25402b){_0x5e074b['tsPWg'](debug,_0x5e074b[_0x521d5c(0x119)]);return;}const _0xbe773d=_0x25402b['BrowserType'],_0x371101=_0xbe773d[_0x521d5c(0x15b)];if(_0x371101[_0x521d5c(0x167)])return;const _0xe5a488=_0x371101[_0x521d5c(0x204)];Object[_0x521d5c(0x12a)](_0x371101,_0x5e074b[_0x521d5c(0x1a6)],{'get':function(){const _0x398486=_0x521d5c,_0x5853e8={'BcpsN':function(_0x36cab3,_0x5811d3){const _0x9dc761=a4_0x43bd;return _0x5e074b[_0x9dc761(0x156)](_0x36cab3,_0x5811d3);},'uRdgY':_0x5e074b['Sqhvw'],'FPAyP':function(_0x1a07c0,_0x1c51eb,_0x2c5f91){return _0x5e074b['KLjfI'](_0x1a07c0,_0x1c51eb,_0x2c5f91);},'Udmsi':_0x5e074b[_0x398486(0x160)],'JwGIC':function(_0x41caf6,_0x28a3fb){const _0x101b20=_0x398486;return _0x5e074b[_0x101b20(0x182)](_0x41caf6,_0x28a3fb);},'kgqRm':_0x5e074b[_0x398486(0x134)],'nQywD':function(_0x50ee3f,_0x148273,_0x30f877){const _0x116b7c=_0x398486;return _0x5e074b[_0x116b7c(0x1f9)](_0x50ee3f,_0x148273,_0x30f877);}};return async function _0x522669(_0x49af47,_0x2731e8){const _0x3274e3=_0x398486,_0x153873={'ayJAj':function(_0x43a36d,_0x584cd3){const _0x412ad1=a4_0x43bd;return _0x5853e8[_0x412ad1(0x11e)](_0x43a36d,_0x584cd3);},'NwrNv':_0x5853e8[_0x3274e3(0x1ba)]},_0xfc39bd=_0x5853e8[_0x3274e3(0x1ae)](nestedKeyValue,_0x49af47,[_0x5853e8['Udmsi']])||_0x49af47;let _0x35ad62=null,_0x1b8eee=null;try{[_0x1b8eee,_0x35ad62]=_0xfc39bd?_0x5853e8[_0x3274e3(0x1e8)](parseWSEndpoint,_0xfc39bd):[null,null],global[_0x3274e3(0x118)]=_0x35ad62,logger[_0x3274e3(0x16c)](_0x3274e3(0x170)+_0x1b8eee),_0x1b8eee[_0x3274e3(0x12f)](Constants[_0x3274e3(0x11d)])&&(global[_0x3274e3(0x189)]=_0x5853e8[_0x3274e3(0x1d9)]);}catch(_0x38ec7b){logger[_0x3274e3(0x16c)](_0x3274e3(0x1c3)+_0xfc39bd+'\x20'+_0x38ec7b);}_0x5853e8[_0x3274e3(0x142)](processAccessibilityCaps,_0x35ad62,_0x1b8eee);if(global[_0x3274e3(0x1b3)]){const _0x3fc314=await _0x371101['connectOverCDP']['apply'](this,[''+Constants[_0x3274e3(0x174)]+_0x5853e8[_0x3274e3(0x1e8)](encodeURIComponent,JSON[_0x3274e3(0x1bb)](_0x35ad62))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x3fc314,_0x4832d2,_0xfc39bd),_0x3fc314;}return _0xe5a488['apply'](this,arguments)['then'](_0x365c23=>{const _0x1104a8=_0x3274e3;let _0xd8683c=_0x49af47['wsEndpoint'];return _0x153873['ayJAj'](typeof _0x49af47,_0x153873[_0x1104a8(0x158)])&&(_0xd8683c=_0x49af47),PlaywrightSessionDetails[_0x1104a8(0x207)](_0x365c23,_0x4832d2,_0xd8683c),_0x365c23;});};}});const _0xcc1f66=_0x371101[_0x521d5c(0x1d5)];Object['defineProperty'](_0x371101,_0x5e074b[_0x521d5c(0x176)],{'get':function(){return async function _0x2907fe(){const _0x407083=a4_0x43bd;return _0xcc1f66[_0x407083(0x163)](this,arguments)[_0x407083(0x1f8)](_0x2897cd=>{const _0x11c113=_0x407083;return PlaywrightSessionDetails[_0x11c113(0x207)](_0x2897cd,null),_0x2897cd;});};}});};class O11yHelper{[a4_0x545fbd(0x1fa)]=null;[a4_0x545fbd(0x1e3)]=null;['enabled']=![];[a4_0x545fbd(0x1d8)]=![];constructor(_0x39ce43,_0x5b8854){const _0x3484cb=a4_0x545fbd,_0x1cf4c0={'CFSHy':_0x3484cb(0x129),'pSLag':function(_0xc8329f){return _0xc8329f();},'KQTJo':function(_0x5d9f36,_0x3f57b7){return _0x5d9f36===_0x3f57b7;},'gFniX':_0x3484cb(0x177),'scyuY':function(_0xb0ca85,_0x3be91b){return _0xb0ca85(_0x3be91b);}},_0x4b1ca0=_0x1cf4c0[_0x3484cb(0x13b)][_0x3484cb(0x1f5)]('|');let _0x2e679c=0x0;while(!![]){switch(_0x4b1ca0[_0x2e679c++]){case'0':this[_0x3484cb(0x184)]=_0x1cf4c0[_0x3484cb(0x1b4)](shouldProcessEventForTesthub);continue;case'1':this[_0x3484cb(0x17f)]&&_0x1cf4c0[_0x3484cb(0x175)](this[_0x3484cb(0x17f)][_0x3484cb(0x120)]['name'],_0x1cf4c0[_0x3484cb(0x1db)])&&_0x1cf4c0[_0x3484cb(0x17c)](mockPWBrowserType,null);continue;case'2':this[_0x3484cb(0x122)]=_0x1cf4c0[_0x3484cb(0x1b4)](getTestEnv);continue;case'3':this['frameworkName']=_0x5b8854[_0x3484cb(0x1d8)];continue;case'4':this[_0x3484cb(0x141)]=new testOpsHelper[(_0x3484cb(0x171))]({'cwd':process[_0x3484cb(0x198)]()},this['_testEnv']['location_prefix']);continue;case'5':this['driver']=_0x39ce43;continue;}break;}}['start'](){const _0x5c0915=a4_0x545fbd;if(!this[_0x5c0915(0x184)])return;testOpsHelper[_0x5c0915(0x17b)](),process['removeAllListeners']('bs:addLog:'+process[_0x5c0915(0x115)]),process['on']('bs:addLog:'+process['pid'],this[_0x5c0915(0x135)][_0x5c0915(0x124)](this));}async['stop'](){const _0xb96607=a4_0x545fbd;await RequestQueueHandler['getInstance']()[_0xb96607(0x133)]();}async[a4_0x545fbd(0x135)](_0x10c5e8){const _0x1c2fba=a4_0x545fbd,_0x1934fd={'Jkrwb':_0x1c2fba(0x1b0),'tfbrK':function(_0x442589,_0x1e9aa1){return _0x442589(_0x1e9aa1);}};try{this[_0x1c2fba(0x1e3)]&&!this[_0x1c2fba(0x1e3)]['markedStatus']&&(_0x10c5e8['hook_run_uuid']=this[_0x1c2fba(0x1e3)]['hookAnalyticsId']);!_0x10c5e8[_0x1c2fba(0x1c4)]&&this[_0x1c2fba(0x1fa)]&&!this[_0x1c2fba(0x1fa)]['markedStatus']&&(_0x10c5e8[_0x1c2fba(0x203)]=this[_0x1c2fba(0x1fa)][_0x1c2fba(0x197)]);if(_0x10c5e8[_0x1c2fba(0x1c4)]||_0x10c5e8['test_run_uuid']){const _0x368799={};_0x368799['event_type']=_0x1934fd['Jkrwb'],_0x368799[_0x1c2fba(0x132)]=[_0x10c5e8],await SessionHandler[_0x1c2fba(0x1a7)](_0x368799);}}catch(_0x513491){_0x1934fd[_0x1c2fba(0x1bd)](debug,_0x1c2fba(0x1cb)+_0x513491);}}async['sendCBTInfo'](_0x520ee6){const _0x5a8135=a4_0x545fbd,_0x4a7ffc={'uAPEN':'CBTSessionCreated','yIqcl':function(_0x4544b8,_0x50e19f){return _0x4544b8(_0x50e19f);}};if(!this['enabled'])return;const _0x37f451=this[_0x5a8135(0x128)](this['driver']);try{const _0x1f8700={};_0x1f8700[_0x5a8135(0x146)]=_0x520ee6,_0x1f8700['integrations']=_0x37f451;const _0x569c5b=_0x1f8700,_0x3a7b34={};_0x3a7b34[_0x5a8135(0x154)]=_0x4a7ffc[_0x5a8135(0x1ee)],_0x3a7b34[_0x5a8135(0x147)]=_0x569c5b,await SessionHandler[_0x5a8135(0x1a7)](_0x3a7b34);}catch(_0x3b1313){_0x4a7ffc['yIqcl'](debug,_0x5a8135(0x1e2)+_0x3b1313);}}[a4_0x545fbd(0x128)](_0x59dda2){const _0x57f4fd=a4_0x545fbd,_0x4e8776={'fZYJJ':function(_0x357a88,_0x39b4d3){return _0x357a88(_0x39b4d3);}};return _0x4e8776[_0x57f4fd(0x1d2)](fetchPlatformDetails,_0x59dda2);}[a4_0x545fbd(0x12b)]=_0x5554bf=>{const _0x2257e3=a4_0x545fbd,_0x418d06={};_0x418d06[_0x2257e3(0x1b1)]=_0x2257e3(0x1b7),_0x418d06[_0x2257e3(0x18e)]=_0x2257e3(0x1c7);const _0x2892c5=_0x418d06;if(!_0x5554bf||!_0x5554bf['parent'])return;[_0x2892c5['yRcjn'],_0x2892c5[_0x2257e3(0x18e)]][_0x2257e3(0x19d)](_0x3c3c3b=>{const _0x24f25b=_0x2257e3,_0x5d17f4=_0x5554bf['parent'][_0x3c3c3b];_0x5d17f4[_0x24f25b(0x19d)](_0x8d04c0=>{const _0x32e681=_0x24f25b;_0x8d04c0[_0x32e681(0x180)]&&(_0x8d04c0[_0x32e681(0x180)]=null);});});};[a4_0x545fbd(0x1ac)](_0x213f49){const _0x43e4ee=a4_0x545fbd,_0x3a5c5b={'rYvmM':_0x43e4ee(0x1c5),'khzml':function(_0x3dc9e2){return _0x3dc9e2();},'mYptt':function(_0x2651b4,_0xfb2553){return _0x2651b4===_0xfb2553;},'NOKDM':_0x43e4ee(0x1c7),'uEuAY':_0x43e4ee(0x1be),'nwuen':_0x43e4ee(0x192),'rnDFr':_0x43e4ee(0x1b7)};if(!_0x213f49||!_0x213f49[_0x43e4ee(0x13c)])return;[_0x3a5c5b['uEuAY'],_0x3a5c5b[_0x43e4ee(0x1df)],_0x3a5c5b['rnDFr'],_0x3a5c5b[_0x43e4ee(0x1fe)]][_0x43e4ee(0x19d)](_0x1731a1=>{const _0x50afe9=_0x43e4ee,_0xc544a={'DCYyN':_0x3a5c5b[_0x50afe9(0x18d)],'WixgQ':function(_0x31be4e){const _0x57e012=_0x50afe9;return _0x3a5c5b[_0x57e012(0x137)](_0x31be4e);},'kqJlP':function(_0xebe6aa,_0x51a839){const _0x574b38=_0x50afe9;return _0x3a5c5b[_0x574b38(0x187)](_0xebe6aa,_0x51a839);},'ckfum':_0x3a5c5b[_0x50afe9(0x1fe)],'yFZVv':function(_0x4b4fad){const _0x4cf777=_0x50afe9;return _0x3a5c5b[_0x4cf777(0x137)](_0x4b4fad);}},_0x4aa320=_0x213f49[_0x50afe9(0x13c)][_0x1731a1]||[];_0x4aa320[_0x50afe9(0x19d)](_0x32e459=>{const _0xf301aa=_0x50afe9;if(_0x32e459[_0xf301aa(0x1f6)][_0xf301aa(0x12f)](_0xc544a[_0xf301aa(0x15a)]))return;if(!_0x32e459[_0xf301aa(0x180)])_0x32e459[_0xf301aa(0x180)]=_0xc544a[_0xf301aa(0x1dd)](uuidv4);else _0x32e459['markedStatus']&&_0xc544a[_0xf301aa(0x13d)](_0x1731a1,_0xc544a[_0xf301aa(0x161)])&&(_0x32e459['hookAnalyticsId']=_0xc544a[_0xf301aa(0x188)](uuidv4),delete _0x32e459[_0xf301aa(0x116)]);});}),this[_0x43e4ee(0x1ac)](_0x213f49[_0x43e4ee(0x13c)]);}[a4_0x545fbd(0x15c)](_0x3182cf){const _0x3d40a0=a4_0x545fbd,_0x5a66d2={};_0x5a66d2[_0x3d40a0(0x1cf)]='_beforeAll',_0x5a66d2[_0x3d40a0(0x165)]=_0x3d40a0(0x192),_0x5a66d2[_0x3d40a0(0x16f)]='_beforeEach',_0x5a66d2[_0x3d40a0(0x1fc)]=_0x3d40a0(0x1c7);const _0x4d8a0d=_0x5a66d2;if(!_0x3182cf||!_0x3182cf['parent'])return[];const _0x30c8cb=[];return[_0x4d8a0d[_0x3d40a0(0x1cf)],_0x4d8a0d[_0x3d40a0(0x165)],_0x4d8a0d[_0x3d40a0(0x16f)],_0x4d8a0d['hhCrW']][_0x3d40a0(0x19d)](_0x520153=>{const _0x147bce=_0x3d40a0,_0x188c42=_0x3182cf[_0x147bce(0x13c)][_0x520153]||[];_0x188c42['forEach'](_0x11edd5=>{const _0x28d356=_0x147bce;_0x11edd5['hookAnalyticsId']&&_0x30c8cb[_0x28d356(0x1a5)](_0x11edd5[_0x28d356(0x180)]);});}),[]['concat'](_0x30c8cb,this[_0x3d40a0(0x15c)](_0x3182cf[_0x3d40a0(0x13c)]));}['getHookType'](_0x597cad){const _0x280ecb=a4_0x545fbd,_0x57fb59=/^"(?<hook>.*)" hook:.*$/,_0x3ccbb0=_0x597cad[_0x280ecb(0x1f6)],_0x258653=_0x3ccbb0[_0x280ecb(0x1af)](_0x57fb59);if(_0x258653&&_0x258653['groups'])return _0x258653['groups'][_0x280ecb(0x168)]['toUpperCase']()[_0x280ecb(0x13e)]('\x20','_');return null;}[a4_0x545fbd(0x155)](_0x13531e){const _0x5082c2=a4_0x545fbd,_0x17dba9={};_0x17dba9[_0x5082c2(0x117)]=function(_0x52fb20,_0x14966b){return _0x52fb20===_0x14966b;},_0x17dba9[_0x5082c2(0x144)]='.git',_0x17dba9['bNFkc']='config';const _0x568521=_0x17dba9,_0x35bf55=path[_0x5082c2(0x178)];if(_0x568521[_0x5082c2(0x117)](_0x13531e,null)||_0x568521[_0x5082c2(0x117)](_0x13531e,'')||_0x568521[_0x5082c2(0x117)](_0x13531e,_0x35bf55)||_0x568521['oZsxm'](_0x13531e,path[_0x5082c2(0x1e4)](_0x13531e)))return null;try{return fs[_0x5082c2(0x194)](path[_0x5082c2(0x1d0)](_0x13531e,_0x568521[_0x5082c2(0x144)],_0x568521[_0x5082c2(0x16e)])),_0x13531e;}catch(_0x43e4b9){const _0x9fcad6=path[_0x5082c2(0x1e4)](_0x13531e);return this['findGitConfig'](_0x9fcad6);}}[a4_0x545fbd(0x1c1)](_0x3a2cd4){const _0x9bafc2=a4_0x545fbd,_0x3ce827={};_0x3ce827[_0x9bafc2(0x1fd)]=function(_0x2aadc4,_0x3cf7ca){return _0x2aadc4>_0x3cf7ca;};const _0xaa06df=_0x3ce827;if(_0x3a2cd4[_0x9bafc2(0x126)])return _0x3a2cd4[_0x9bafc2(0x126)];if(_0x3a2cd4[_0x9bafc2(0x14d)]){const _0x54d7bc=_0x3a2cd4[_0x9bafc2(0x14d)][_0x9bafc2(0x1fa)]?this[_0x9bafc2(0x1c1)](_0x3a2cd4[_0x9bafc2(0x14d)][_0x9bafc2(0x1fa)]):null;if(_0x54d7bc)return _0x54d7bc;}if(_0x3a2cd4[_0x9bafc2(0x13c)]){const _0x8603dc=this['getRootParentFile'](_0x3a2cd4[_0x9bafc2(0x13c)])||(_0x3a2cd4['parent'][_0x9bafc2(0x14d)]&&_0x3a2cd4[_0x9bafc2(0x13c)]['ctx'][_0x9bafc2(0x1fa)]?this[_0x9bafc2(0x1c1)](_0x3a2cd4[_0x9bafc2(0x13c)]['ctx']['currentTest']):null);if(_0x8603dc)return _0x8603dc;_0x3a2cd4['parent'][_0x9bafc2(0x1a2)]&&_0xaa06df['vUkWj'](_0x3a2cd4[_0x9bafc2(0x13c)][_0x9bafc2(0x1a2)]['length'],0x0)&&_0x3a2cd4[_0x9bafc2(0x13c)][_0x9bafc2(0x1a2)][_0x9bafc2(0x19d)](_0x5a93e4=>{const _0x56dee3=_0x9bafc2,_0x474483=_0x5a93e4[_0x56dee3(0x14d)]?this[_0x56dee3(0x1c1)](_0x5a93e4[_0x56dee3(0x14d)]):null;if(_0x474483)return _0x474483;});}return null;}['getHierarchy'](_0x5af30b){const _0x578892=a4_0x545fbd,_0x38f1e0={};_0x38f1e0[_0x578892(0x19f)]=function(_0x2da31b,_0x2e1ff8){return _0x2da31b!==_0x2e1ff8;};const _0x122f98=_0x38f1e0,_0x53d297=[];if(_0x5af30b&&_0x5af30b[_0x578892(0x13c)]){let _0x1fad16=_0x5af30b[_0x578892(0x13c)];while(_0x1fad16&&_0x122f98[_0x578892(0x19f)](_0x1fad16[_0x578892(0x1f6)],'')){_0x53d297[_0x578892(0x1a5)](_0x1fad16[_0x578892(0x1f6)]),_0x1fad16=_0x1fad16[_0x578892(0x13c)];}}return _0x53d297;}[a4_0x545fbd(0x1d4)](_0x103c8a,_0x139ef8,_0x920db0=undefined){const _0x4e742f=a4_0x545fbd,_0x1c60df={'aVPxm':function(_0x2f9e83,_0x5eb687){return _0x2f9e83(_0x5eb687);},'gRbrW':function(_0x472a64){return _0x472a64();},'IdjZb':function(_0x75e1f1,_0x276b72){return _0x75e1f1(_0x276b72);},'KvoqG':_0x4e742f(0x1e7),'JtNEr':_0x4e742f(0x11f),'pding':function(_0x4b63ca,_0x3383af){return _0x4b63ca!==_0x3383af;},'rORNq':function(_0x119eb8,_0x37fab5){return _0x119eb8!==_0x37fab5;},'EQQVB':'File\x20path\x20could\x20not\x20be\x20found','ZXCwD':_0x4e742f(0x1ce),'YLEnJ':_0x4e742f(0x1dc),'xjLOF':_0x4e742f(0x123),'hhJtx':'skipped','WfMOu':_0x4e742f(0x1a4),'qVUOj':function(_0x15de08,_0x21ec7a){return _0x15de08-_0x21ec7a;},'kahFA':function(_0x227006,_0x2561dc,_0x573201,_0x8933f1,_0x5808c6){return _0x227006(_0x2561dc,_0x573201,_0x8933f1,_0x5808c6);},'ynxyD':function(_0x2cdd3d,_0x7af91c){return _0x2cdd3d!==_0x7af91c;},'OYYhT':_0x4e742f(0x138),'axOqq':_0x4e742f(0x1a9),'UBHoI':_0x4e742f(0x127),'iXnxZ':'failure_backtrace','qmNtB':_0x4e742f(0x15d),'Xgkhm':_0x4e742f(0x139),'wAQLm':_0x4e742f(0x143),'deGlZ':function(_0x2201cc,_0x20782c){return _0x2201cc===_0x20782c;},'tkaMg':_0x4e742f(0x15f),'FtDMv':_0x4e742f(0x147)};if(!this[_0x4e742f(0x184)])return;try{if(_0x139ef8['fn']&&_0x139ef8['fn'][_0x4e742f(0x14a)]()['match'](/browserstack internal helper hook/))return;const _0x1b6854=_0x1c60df[_0x4e742f(0x1ec)](parseEvent,_0x103c8a);if(!_0x1b6854)return;if(_0x1b6854[_0x4e742f(0x202)]){this[_0x4e742f(0x1fa)]=_0x139ef8,this[_0x4e742f(0x1e3)]=null;if(_0x1b6854[_0x4e742f(0x125)]||_0x1b6854[_0x4e742f(0x199)]){_0x139ef8[_0x4e742f(0x12c)]=new Date(),_0x139ef8['markedStatus']=![];if(!_0x139ef8[_0x4e742f(0x197)])_0x139ef8[_0x4e742f(0x197)]=_0x1c60df[_0x4e742f(0x19a)](uuidv4);else _0x139ef8[_0x4e742f(0x116)]&&(!_0x139ef8[_0x4e742f(0x130)]&&(_0x139ef8[_0x4e742f(0x130)]=_0x139ef8[_0x4e742f(0x197)]),_0x139ef8['testAnalyticsId']=_0x1c60df[_0x4e742f(0x19a)](uuidv4));}}else{if(_0x1b6854['hook']){this[_0x4e742f(0x1e3)]=_0x139ef8;if(_0x1b6854[_0x4e742f(0x125)]){_0x139ef8[_0x4e742f(0x12c)]=new Date(),_0x139ef8[_0x4e742f(0x116)]=![];if(!_0x139ef8[_0x4e742f(0x180)])_0x139ef8[_0x4e742f(0x180)]=_0x1c60df[_0x4e742f(0x19a)](uuidv4);else _0x139ef8['hookAnalyticsId']&&_0x139ef8[_0x4e742f(0x116)]&&(_0x139ef8[_0x4e742f(0x180)]=_0x1c60df[_0x4e742f(0x19a)](uuidv4));}}}if(_0x1b6854[_0x4e742f(0x1e1)]&&_0x139ef8[_0x4e742f(0x116)])return;let _0x3d18ca;try{_0x3d18ca=this[_0x4e742f(0x1c1)](_0x139ef8);}catch(_0x1825a2){logger[_0x4e742f(0x16c)](_0x4e742f(0x149)+_0x1825a2),_0x3d18ca=null;}const _0x2e54fe=_0x1c60df[_0x4e742f(0x17d)](require,_0x1c60df[_0x4e742f(0x169)]);let _0x1289a3=[];_0x920db0&&(_0x1289a3=[_0x920db0,_0x1c60df[_0x4e742f(0x206)]]);const _0x1e40b7=_0x1c60df['pding'](_0x139ef8[_0x4e742f(0x1d3)],undefined)?_0x2e54fe[_0x4e742f(0x16d)](_0x139ef8['errorsDetailed'][0x0]):_0x1c60df[_0x4e742f(0x1c2)](_0x920db0,undefined)?_0x920db0[_0x4e742f(0x14a)]():undefined,_0x1e56ad=_0x3d18ca?this['findGitConfig'](_0x3d18ca):null,_0x556d5f=_0x3d18ca?this[_0x4e742f(0x141)][_0x4e742f(0x1f7)](this[_0x4e742f(0x1c1)](_0x139ef8)):_0x1c60df[_0x4e742f(0x18a)];let _0x7157ca=_0x1c60df[_0x4e742f(0x1eb)];const _0x518334=!_0x1b6854[_0x4e742f(0x125)]?new Date()['toISOString']():null;if(_0x1b6854[_0x4e742f(0x1e1)])_0x7157ca=_0x920db0?_0x1c60df[_0x4e742f(0x1d7)]:_0x1c60df[_0x4e742f(0x1ff)],_0x139ef8[_0x4e742f(0x116)]=!![];else _0x1b6854[_0x4e742f(0x199)]&&(_0x7157ca=_0x1c60df[_0x4e742f(0x17e)],_0x139ef8[_0x4e742f(0x116)]=!![]);const _0x55a11b={'framework':this[_0x4e742f(0x1d8)],'uuid':_0x139ef8[_0x4e742f(0x197)]||_0x139ef8['hookAnalyticsId'],'name':_0x139ef8[_0x4e742f(0x1f6)],'body':{'lang':_0x1c60df['WfMOu'],'code':_0x139ef8[_0x4e742f(0x1e9)][_0x4e742f(0x14a)]()},'type':_0x139ef8['type'],'scope':_0x139ef8[_0x4e742f(0x13a)](),'scopes':this[_0x4e742f(0x1f4)](_0x139ef8),'file_name':_0x556d5f,'vc_filepath':_0x1e56ad?path[_0x4e742f(0x208)](_0x1e56ad,_0x3d18ca):null,'location':_0x556d5f,'result':_0x7157ca,'failure_reason':_0x1e40b7,'duration_in_ms':_0x139ef8[_0x4e742f(0x1b6)]||(_0x1b6854[_0x4e742f(0x1e1)]||_0x1b6854[_0x4e742f(0x199)])?_0x1c60df[_0x4e742f(0x195)](Date[_0x4e742f(0x1ca)](),new Date(_0x139ef8[_0x4e742f(0x12c)])[_0x4e742f(0x152)]()):null,'started_at':new Date(_0x139ef8['startedAt'])['toISOString'](),'finished_at':_0x518334,'failure':testOpsHelper['failureData']['apply'](null,_0x1289a3),'failure_type':!_0x1e40b7?null:testOpsHelper[_0x4e742f(0x150)](_0x1e40b7),'retry_of':_0x139ef8['retryOf']||null,'tags':_0x139ef8[_0x4e742f(0x19c)]||[],'customRerunParam':{'rerun_name':_0x139ef8[_0x4e742f(0x13a)]()}};_0x1c60df['kahFA'](appendTesthubParams,_0x55a11b,_0x103c8a,_0x139ef8,FRAMEWORKS[_0x4e742f(0x1fb)]);if(_0x1b6854[_0x4e742f(0x168)])[_0x55a11b[_0x4e742f(0x173)],_0x55a11b[_0x4e742f(0x172)]]=[this[_0x4e742f(0x1bc)](_0x139ef8),_0x139ef8[_0x4e742f(0x14d)][_0x4e742f(0x202)]['title']],_0x1b6854['finished']?_0x1c60df[_0x4e742f(0x14e)](_0x55a11b[_0x4e742f(0x11a)],_0x1c60df[_0x4e742f(0x1d7)])&&(_0x55a11b['result']=_0x1c60df[_0x4e742f(0x1ff)]):_0x55a11b[_0x4e742f(0x1e9)]={};else _0x1b6854[_0x4e742f(0x202)]&&(this[_0x4e742f(0x1ac)](_0x139ef8),_0x1b6854[_0x4e742f(0x199)]&&this[_0x4e742f(0x12b)](_0x139ef8),(_0x1b6854[_0x4e742f(0x1e1)]||_0x1b6854[_0x4e742f(0x199)])&&(_0x55a11b['hooks']=this[_0x4e742f(0x15c)](_0x139ef8)));this[_0x4e742f(0x17f)]&&(_0x1b6854[_0x4e742f(0x125)]||_0x1b6854[_0x4e742f(0x199)])&&(_0x55a11b[_0x1c60df[_0x4e742f(0x18b)]]=this[_0x4e742f(0x128)](this[_0x4e742f(0x17f)]));_0x1b6854[_0x4e742f(0x202)]&&_0x1b6854[_0x4e742f(0x1e1)]&&_0x139ef8[_0x4e742f(0x1aa)]&&(_0x55a11b[_0x1c60df[_0x4e742f(0x1d1)]]={'feature':{'name':_0x139ef8[_0x4e742f(0x13c)][_0x4e742f(0x190)]['name'],'path':_0x55a11b[_0x4e742f(0x16a)],'description':_0x139ef8['parent']['comment']},'scenario':{'name':_0x139ef8['title']},'steps':_0x139ef8[_0x4e742f(0x1aa)]});const _0x5affa6=_0x55a11b[_0x1c60df['UBHoI']][0x0];_0x5affa6&&(_0x55a11b[_0x1c60df[_0x4e742f(0x145)]]=_0x5affa6[_0x1c60df[_0x4e742f(0x148)]],_0x55a11b[_0x1c60df[_0x4e742f(0x18f)]]=_0x5affa6[_0x1c60df['wAQLm']]);if(_0x139ef8[_0x4e742f(0x1aa)])for(const _0x11d33e of _0x139ef8[_0x4e742f(0x1aa)]){!_0x11d33e['finished_at']&&(_0x11d33e[_0x4e742f(0x186)]=new Date()['toISOString'](),_0x1c60df['deGlZ'](_0x11d33e[_0x4e742f(0x11a)],_0x1c60df[_0x4e742f(0x1eb)])&&(_0x5affa6?(_0x11d33e['result']=_0x1c60df['YLEnJ'],_0x11d33e[_0x4e742f(0x127)]=_0x5affa6[_0x1c60df[_0x4e742f(0x148)]][0x0]):_0x11d33e[_0x4e742f(0x11a)]=_0x1c60df['xjLOF']));}const _0x5761d3={};_0x5761d3['event_type']=_0x1b6854['skipped']?TEST_EVENTS[_0x4e742f(0x1b5)]:_0x103c8a;const _0x1d1541=_0x5761d3;return _0x1b6854['hook']?_0x1d1541[_0x1c60df[_0x4e742f(0x1c9)]]=_0x55a11b:_0x1d1541[_0x1c60df['FtDMv']]=_0x55a11b,_0x1d1541;}catch(_0x49fc4f){logger[_0x4e742f(0x16c)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x103c8a+_0x4e742f(0x159)+_0x49fc4f);}}async[a4_0x545fbd(0x1ad)](_0x51c2ba,_0x16d969){const _0x42e7a3=a4_0x545fbd;if(!this[_0x42e7a3(0x184)]||!_0x16d969||!_0x51c2ba)return![];try{return await SessionHandler[_0x42e7a3(0x1a7)](_0x16d969);}catch(_0x20ed35){logger[_0x42e7a3(0x16c)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x51c2ba+'\x20with\x20error\x20:\x20'+_0x20ed35);}}[a4_0x545fbd(0x16b)](_0x5cf1c9){const _0x5d599d=a4_0x545fbd,_0x41ab90={};_0x41ab90[_0x5d599d(0x14b)]=_0x5d599d(0x1ce);const _0x1e0c21=_0x41ab90;return{'id':_0x5cf1c9[_0x5d599d(0x1a8)],'text':_0x5cf1c9['text'],'keyword':_0x5cf1c9[_0x5d599d(0x12e)],'started_at':_0x5cf1c9[_0x5d599d(0x12c)][_0x5d599d(0x1f3)](),'result':_0x1e0c21[_0x5d599d(0x14b)]};}['bddStepStart'](_0x2a0f6c){const _0x33ccf6=a4_0x545fbd,_0x5b1b52={'DPcBA':function(_0x10bc9d){return _0x10bc9d();}};!this[_0x33ccf6(0x1fa)]['bddSteps']&&(this[_0x33ccf6(0x1fa)][_0x33ccf6(0x1aa)]=[]),!_0x2a0f6c[_0x33ccf6(0x1a8)]&&(_0x2a0f6c['stepAnalyticsId']=_0x5b1b52[_0x33ccf6(0x1a0)](uuidv4),_0x2a0f6c[_0x33ccf6(0x12c)]=new Date(),this['currentTest'][_0x33ccf6(0x1aa)][_0x33ccf6(0x1a5)](this[_0x33ccf6(0x16b)](_0x2a0f6c)));}[a4_0x545fbd(0x193)](_0x3af348){const _0xfdfea8=a4_0x545fbd,_0x52cae0={'dlCuS':function(_0x5090ea,_0x424cb4){return _0x5090ea(_0x424cb4);},'frXXi':_0xfdfea8(0x1bf),'CxFfk':'pending','Hkkcv':_0xfdfea8(0x123),'HCBaj':function(_0x258295,_0x208ba4){return _0x258295-_0x208ba4;}};let _0x34bd4b=this[_0xfdfea8(0x1fa)][_0xfdfea8(0x1aa)][_0xfdfea8(0x166)](_0x1b1207=>_0x1b1207['id']===_0x3af348['stepAnalyticsId']);_0x52cae0[_0xfdfea8(0x1f2)](isUndefined,_0x34bd4b)&&(_0x34bd4b=this['initializeBddStep'](_0x3af348)),_0x34bd4b[_0xfdfea8(0x11a)]=[_0x52cae0[_0xfdfea8(0x164)],_0x52cae0[_0xfdfea8(0x15e)]][_0xfdfea8(0x12f)](_0x3af348[_0xfdfea8(0x1a3)])?_0x52cae0[_0xfdfea8(0x1a1)]:_0x3af348[_0xfdfea8(0x1a3)],_0x34bd4b[_0xfdfea8(0x186)]=new Date()[_0xfdfea8(0x1f3)](),_0x34bd4b[_0xfdfea8(0x1b6)]=_0x52cae0[_0xfdfea8(0x153)](Date['now'](),_0x3af348[_0xfdfea8(0x12c)]['getTime']()),_0x34bd4b[_0xfdfea8(0x127)]=_0x3af348[_0xfdfea8(0x11f)]?_0x3af348[_0xfdfea8(0x11f)][_0xfdfea8(0x14f)]:null;}}const a4_0x270e4c={};a4_0x270e4c[a4_0x545fbd(0x181)]=O11yHelper,a4_0x270e4c[a4_0x545fbd(0x1d6)]=STATE_PASSED,a4_0x270e4c[a4_0x545fbd(0x1f1)]=STATE_FAILED,a4_0x270e4c[a4_0x545fbd(0x1e5)]=TEST_EVENTS,module[a4_0x545fbd(0x185)]=a4_0x270e4c;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a5_0x36229f=a5_0x4b93;(function(_0x114759,_0xdfd8df){const _0x234a74=a5_0x4b93,_0x1d6889=_0x114759();while(!![]){try{const _0x5af3e6=parseInt(_0x234a74(0x12b))/0x1*(parseInt(_0x234a74(0x168))/0x2)+-parseInt(_0x234a74(0x159))/0x3*(parseInt(_0x234a74(0x12e))/0x4)+-parseInt(_0x234a74(0x133))/0x5+parseInt(_0x234a74(0x152))/0x6+parseInt(_0x234a74(0x155))/0x7+parseInt(_0x234a74(0x15c))/0x8*(parseInt(_0x234a74(0x149))/0x9)+-parseInt(_0x234a74(0x141))/0xa;if(_0x5af3e6===_0xdfd8df)break;else _0x1d6889['push'](_0x1d6889['shift']());}catch(_0x31cda9){_0x1d6889['push'](_0x1d6889['shift']());}}}(a5_0x11c5,0xcf0a9));function a5_0x4b93(_0x1b12a8,_0x5a80eb){const _0x11c551=a5_0x11c5();return a5_0x4b93=function(_0x4b9389,_0x4d14c6){_0x4b9389=_0x4b9389-0x118;let _0x4afe1a=_0x11c551[_0x4b9389];return _0x4afe1a;},a5_0x4b93(_0x1b12a8,_0x5a80eb);}const fs=require('fs'),path=require(a5_0x36229f(0x184)),util=require(a5_0x36229f(0x125)),logger=require(a5_0x36229f(0x150))[a5_0x36229f(0x136)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a5_0x36229f(0x16b)),utilities=require('../../helpers/utilities'),constants=require(a5_0x36229f(0x11a)),{parallelCucumberRun}=require(a5_0x36229f(0x177)),TestHubHandler=require(a5_0x36229f(0x186)),testOpsHelper=require(a5_0x36229f(0x18e)),chalk=require(a5_0x36229f(0x171)),PerformanceTester=require(a5_0x36229f(0x14d)),PerformanceEvents=require('../../helpers/performance/constants')[a5_0x36229f(0x14b)];function printCucumberStats(_0x3efbd3){const _0x166ce8=a5_0x36229f,_0x106e20={};_0x106e20[_0x166ce8(0x129)]=function(_0x385a7d,_0x1c6201){return _0x385a7d>_0x1c6201;},_0x106e20[_0x166ce8(0x120)]=function(_0x2ae0c5,_0x1875fa){return _0x2ae0c5-_0x1875fa;},_0x106e20['lPBoW']=function(_0x45fb3d,_0x5e03b7){return _0x45fb3d>_0x5e03b7;},_0x106e20[_0x166ce8(0x17d)]=function(_0x4c1794,_0x20c99f){return _0x4c1794>_0x20c99f;},_0x106e20['VhVEa']=function(_0x50c3f0,_0x10b91a){return _0x50c3f0>_0x10b91a;},_0x106e20[_0x166ce8(0x121)]=function(_0x1b31e2,_0xd531dd){return _0x1b31e2>_0xd531dd;},_0x106e20[_0x166ce8(0x13e)]=function(_0x12a2be,_0x58cf3a){return _0x12a2be>_0x58cf3a;},_0x106e20[_0x166ce8(0x148)]=function(_0x39dccf,_0x4b9877){return _0x39dccf>_0x4b9877;},_0x106e20[_0x166ce8(0x161)]=function(_0x15fd1c,_0x5d1d47){return _0x15fd1c+_0x5d1d47;},_0x106e20['JfUjd']=function(_0x159482,_0x213190){return _0x159482+_0x213190;},_0x106e20[_0x166ce8(0x17b)]=function(_0x1a5640,_0x1b21f5){return _0x1a5640===_0x1b21f5;},_0x106e20[_0x166ce8(0x175)]=_0x166ce8(0x163);const _0x4f0b81=_0x106e20;let _0x596307=0x0;if(_0x4f0b81[_0x166ce8(0x17b)](_0x3efbd3['length'],0x0))return _0x596307;return console[_0x166ce8(0x16f)](chalk['bold'][_0x166ce8(0x158)](_0x4f0b81[_0x166ce8(0x175)])),_0x3efbd3[_0x166ce8(0x188)](_0x1b682c=>{const _0x2af53e=_0x166ce8,_0x29035c=_0x1b682c[0x0],_0x49104f=_0x1b682c[0x1];helper[_0x2af53e(0x127)]()&&console[_0x2af53e(0x16f)]('\x0a'+chalk[_0x2af53e(0x172)][_0x2af53e(0x144)](''+helper['getPlatformName'](_0x29035c)));const _0x118f26=_0x49104f[_0x2af53e(0x18b)],_0x507de8=_0x49104f[_0x2af53e(0x140)],_0x711cdd=_0x49104f[_0x2af53e(0x13d)],_0x5e5e97=_0x49104f['stepsFailed'],_0x4f1973=_0x49104f[_0x2af53e(0x187)],_0x139f90=_0x49104f[_0x2af53e(0x162)],_0x26ff8c=_0x49104f[_0x2af53e(0x181)],_0x8ce802=_0x49104f['stepsUndefined'],_0x32b065=_0x49104f[_0x2af53e(0x178)],_0x556816=_0x49104f[_0x2af53e(0x122)],_0x2827e0=_0x49104f[_0x2af53e(0x182)];let _0x21470c=_0x118f26+_0x2af53e(0x118);const _0x1d7905=_0x4f0b81['arnnZ'](_0x4f0b81[_0x2af53e(0x120)](_0x118f26,_0x711cdd),0x0)?_0x4f0b81[_0x2af53e(0x120)](_0x118f26,_0x711cdd):0x0;if(_0x4f0b81[_0x2af53e(0x165)](_0x711cdd,0x0)&&_0x4f0b81[_0x2af53e(0x129)](_0x1d7905,0x0))_0x21470c+='\x20('+chalk[_0x2af53e(0x172)][_0x2af53e(0x160)](_0x711cdd+_0x2af53e(0x119))+',\x20'+chalk[_0x2af53e(0x172)][_0x2af53e(0x142)](_0x1d7905+_0x2af53e(0x17f))+')';else(_0x4f0b81[_0x2af53e(0x165)](_0x711cdd,0x0)||_0x4f0b81[_0x2af53e(0x129)](_0x1d7905,0x0))&&(_0x21470c+=_0x4f0b81['lPBoW'](_0x711cdd,0x0)?'\x20('+chalk[_0x2af53e(0x172)][_0x2af53e(0x160)](_0x711cdd+'\x20failed')+')':'\x20('+chalk[_0x2af53e(0x172)][_0x2af53e(0x142)](_0x1d7905+_0x2af53e(0x17f))+')');const _0x4e8bc3=_0x507de8+_0x2af53e(0x11f),_0x402d84=[];_0x4f0b81[_0x2af53e(0x17d)](_0x556816,0x0)&&_0x402d84[_0x2af53e(0x17c)](''+chalk[_0x2af53e(0x172)]['red'](_0x556816+_0x2af53e(0x169)));_0x4f0b81[_0x2af53e(0x176)](_0x5e5e97,0x0)&&_0x402d84[_0x2af53e(0x17c)](''+chalk['bold'][_0x2af53e(0x160)](_0x5e5e97+_0x2af53e(0x119)));_0x4f0b81[_0x2af53e(0x129)](_0x4f1973,0x0)&&_0x402d84[_0x2af53e(0x17c)](''+chalk[_0x2af53e(0x172)]['green'](_0x4f1973+_0x2af53e(0x17f)));_0x4f0b81['hfaOK'](_0x26ff8c,0x0)&&_0x402d84['push'](''+chalk[_0x2af53e(0x172)]['yellow'](_0x26ff8c+_0x2af53e(0x189)));_0x4f0b81[_0x2af53e(0x13e)](_0x139f90,0x0)&&_0x402d84[_0x2af53e(0x17c)](''+chalk[_0x2af53e(0x172)][_0x2af53e(0x180)](_0x139f90+_0x2af53e(0x154)));_0x4f0b81[_0x2af53e(0x17d)](_0x8ce802,0x0)&&_0x402d84[_0x2af53e(0x17c)](''+chalk['bold'][_0x2af53e(0x144)](_0x8ce802+_0x2af53e(0x18a)));_0x4f0b81[_0x2af53e(0x148)](_0x32b065,0x0)&&_0x402d84[_0x2af53e(0x17c)](''+chalk[_0x2af53e(0x172)][_0x2af53e(0x144)](_0x32b065+'\x20skipped'));const _0x122ac8=_0x4f0b81[_0x2af53e(0x161)](_0x4f0b81[_0x2af53e(0x151)](_0x4f0b81[_0x2af53e(0x161)](_0x4e8bc3,'('),_0x402d84['join'](',\x20')),')');console[_0x2af53e(0x16f)](_0x4f0b81[_0x2af53e(0x161)](_0x4f0b81[_0x2af53e(0x151)](_0x4f0b81[_0x2af53e(0x151)](_0x4f0b81['cagIS']('\x0a',_0x21470c),'\x0a'),_0x122ac8),'\x0a')),_0x4f0b81['XGjgs'](_0x2827e0,![])&&(_0x596307=0x1);}),_0x596307;}async function run(_0x46dc3b,_0x1f2d3d,_0x517271){const _0x1298c7=a5_0x36229f,_0x4122fb={'pUuBq':function(_0x3717b5,_0x46d915){return _0x3717b5(_0x46d915);},'XkHJJ':function(_0x252e1e,_0x5aa64a){return _0x252e1e>_0x5aa64a;},'cYVrt':_0x1298c7(0x16e),'WoPmZ':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','GsZYV':_0x1298c7(0x183),'HSYay':_0x1298c7(0x18d),'riBLK':'tmp','gbCWE':function(_0xb3e7b4,_0x2b66de){return _0xb3e7b4>_0x2b66de;},'YYPlU':function(_0xe634af,_0x3d3a84){return _0xe634af-_0x3d3a84;},'OBuyp':function(_0x19c72e,_0x29e1b7){return _0x19c72e>=_0x29e1b7;},'QyVSr':function(_0x5316f5,_0x32a285){return _0x5316f5!=_0x32a285;},'oJMGJ':_0x1298c7(0x11b),'oLNaO':function(_0x25efa6,_0x1ecac1,_0x4086bc,_0x5d1674,_0x5c230a,_0x4d4aa4){return _0x25efa6(_0x1ecac1,_0x4086bc,_0x5d1674,_0x5c230a,_0x4d4aa4);}};await _0x517271[_0x1298c7(0x15b)](_0x46dc3b),helper[_0x1298c7(0x130)](_0x517271[_0x1298c7(0x15f)],_0x46dc3b);!helper[_0x1298c7(0x127)]()&&await _0x517271[_0x1298c7(0x18c)]();await helper[_0x1298c7(0x13b)](_0x517271[_0x1298c7(0x179)]);const _0x124bbd=helper['useW3C'](_0x517271[_0x1298c7(0x179)]);!helper[_0x1298c7(0x18f)](_0x517271[_0x1298c7(0x179)][_0x1298c7(0x132)])&&(process[_0x1298c7(0x137)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x1298c7(0x16d)](_0x517271[_0x1298c7(0x179)][_0x1298c7(0x132)]));const _0x276568=await TestHubHandler['launchBuild'](constants[_0x1298c7(0x14c)][_0x1298c7(0x135)],_0x517271);let _0x1bbd78=[];if(!helper[_0x1298c7(0x127)]()){const _0x2557af={};_0x2557af[_0x1298c7(0x16c)]=[],_0x1bbd78=helper['prepareCapabilities'](Object['assign']({},_0x517271['config'],_0x2557af),_0x124bbd,constants[_0x1298c7(0x14c)][_0x1298c7(0x135)]);}else _0x1bbd78=helper[_0x1298c7(0x126)](_0x517271[_0x1298c7(0x179)],_0x124bbd,constants['FRAMEWORKS'][_0x1298c7(0x135)]);if(!_0x517271['config'])return;const _0x518585=_0x517271['config']['parallelsPerPlatform']||helper[_0x1298c7(0x134)](_0x46dc3b,_0x1f2d3d,_0x517271[_0x1298c7(0x179)],constants['FRAMEWORKS'][_0x1298c7(0x135)])||0x1,_0x27c7e5={'server':helper[_0x1298c7(0x153)](_0x517271[_0x1298c7(0x179)]),'proxySettings':_0x517271[_0x1298c7(0x179)][_0x1298c7(0x123)],'maxWorkers':_0x518585,'browserStackLogLevel':_0x517271[_0x1298c7(0x179)][_0x1298c7(0x11c)],'skipSessionName':_0x517271[_0x1298c7(0x179)][_0x1298c7(0x12f)][_0x1298c7(0x12c)],'skipSessionStatus':_0x517271[_0x1298c7(0x179)][_0x1298c7(0x12f)]['skipSessionStatus'],'turboScaleUrl':_0x517271[_0x1298c7(0x179)][_0x1298c7(0x146)]},_0x4bd7af=process[_0x1298c7(0x170)],[_0x4db7cd,_0x25159c]=helper[_0x1298c7(0x147)](_0x4bd7af),_0x37b788=path[_0x1298c7(0x192)](process[_0x1298c7(0x13c)](),_0x4122fb[_0x1298c7(0x14f)]);if(_0x4122fb[_0x1298c7(0x138)](_0x25159c['length'],0x0)){helper[_0x1298c7(0x11e)](_0x37b788);for(let _0x5a2c30=_0x4122fb[_0x1298c7(0x15e)](_0x4db7cd[_0x1298c7(0x12a)],0x1);_0x4122fb[_0x1298c7(0x128)](_0x5a2c30,0x0);_0x5a2c30--){_0x4bd7af[_0x1298c7(0x193)](_0x4db7cd[_0x5a2c30],0x2);}}_0x4122fb[_0x1298c7(0x14a)](_0x517271[_0x1298c7(0x179)]['testObservability'],null)?process[_0x1298c7(0x137)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x517271[_0x1298c7(0x179)][_0x1298c7(0x145)]:process['env'][_0x1298c7(0x139)]=_0x4122fb[_0x1298c7(0x164)];PerformanceTester[_0x1298c7(0x194)](PerformanceEvents[_0x1298c7(0x11d)]);let _0x2faf3f;_0x4122fb[_0x1298c7(0x190)](parallelCucumberRun,_0x1bbd78,_0x27c7e5,_0x517271[_0x1298c7(0x179)],_0x4bd7af,_0x25159c)[_0x1298c7(0x157)](async _0x1dcb4f=>{const _0x46abd7=_0x1298c7;PerformanceTester[_0x46abd7(0x17e)](PerformanceEvents[_0x46abd7(0x174)]),_0x2faf3f=_0x1dcb4f;const _0x2cdd2c=_0x4122fb[_0x46abd7(0x12d)](printCucumberStats,_0x1dcb4f);process['exitCode']=_0x2cdd2c,_0x4122fb[_0x46abd7(0x17a)](_0x25159c[_0x46abd7(0x12a)],0x0)&&(logger[_0x46abd7(0x124)](_0x4122fb[_0x46abd7(0x156)]),helper[_0x46abd7(0x16a)](_0x37b788,_0x25159c),logger['debug'](_0x4122fb[_0x46abd7(0x173)]),helper[_0x46abd7(0x15a)](_0x37b788));})[_0x1298c7(0x185)](async()=>{const _0x365ef8=_0x1298c7;PerformanceTester[_0x365ef8(0x17e)](PerformanceEvents[_0x365ef8(0x174)]),_0x517271[_0x365ef8(0x15d)]=helper['getErrorMessageFromResults'](_0x2faf3f,_0x4122fb[_0x365ef8(0x131)]),testOpsHelper['printBuildLink']();try{await TestHubHandler[_0x365ef8(0x166)]();}catch(_0x493bf5){logger[_0x365ef8(0x124)](_0x365ef8(0x191)+util['format'](_0x493bf5));}try{const {browserstackFolderPath:_0x162aa8,tcgConfigPath:_0x2f62f4}=helper['getTCGConfigFilePaths']();fs[_0x365ef8(0x167)](_0x2f62f4),fs[_0x365ef8(0x143)](_0x162aa8);}catch(_0xcef383){logger[_0x365ef8(0x124)](_0x4122fb[_0x365ef8(0x13a)],_0xcef383);}await utilities[_0x365ef8(0x14e)](_0x517271);});}module[a5_0x36229f(0x13f)]=run;function a5_0x11c5(){const _0x1ab015=['getUserWorkerCount','CUCUMBER','winstonLogger','env','gbCWE','BROWSERSTACK_TEST_OBSERVABILITY_YML','HSYay','handleApp','cwd','scenariosFailed','lsWju','exports','steps','11440470ByUCGm','green','rmdirSync','yellow','testObservability','turboScaleUrl','parseFormatters','TnbWa','64107LpJEZD','QyVSr','EVENTS','FRAMEWORKS','../../helpers/performance/performance-tester','finalExecution','riBLK','../../helpers/logger','JfUjd','9029544qwGUJP','getHubUrl','\x20skipped','1517432ammPQy','cYVrt','then','bgWhite','12OgAncQ','removeDir','initialize','1392LprZUs','errorMessage','YYPlU','framework','red','cagIS','stepsSkipped','****\x20RESULTS\x20****','oJMGJ','lPBoW','stop','unlinkSync','6tXLDZX','\x20ambiguous','mergeOutputFiles','../../helpers/helper','platforms','stringify','Generating\x20consolidated\x20report...','log','argv','chalk','bold','WoPmZ','SDK_CLEANUP','OgQiw','VhVEa','../test-runner','stepsUnknown','config','XkHJJ','XGjgs','push','nzKyg','start','\x20passed','cyan','stepsPending','processSuccess','cucumber','path','finally','../../helpers/testhub/testhubHandler','stepsPassed','forEach','\x20pending','\x20undefined','scenarios','setupTCGAuth','error\x20removing\x20tcg\x20config\x20file','../../helpers/test-observability/utils','isUndefined','oLNaO','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','join','splice','end','\x20scenarios','\x20failed','../utils/constants','true','logLevel','SDK_SETUP','createDir','\x20steps','UCdMf','hfaOK','stepsAmbiguous','proxySettings','debug','util','prepareCapabilities','isBrowserstackInfra','OBuyp','arnnZ','length','329254AIywii','skipSessionName','pUuBq','987004amBIBN','testContextOptions','setUserConfigPath','GsZYV','accessibilityOptions','4848860wTvMko'];a5_0x11c5=function(){return _0x1ab015;};return a5_0x11c5();}
2
+ 'use strict';const a5_0x5f1c8e=a5_0xf223;function a5_0xf223(_0x2ec413,_0x2fc470){const _0xe0b6ee=a5_0xe0b6();return a5_0xf223=function(_0xf223cb,_0x5862d4){_0xf223cb=_0xf223cb-0x107;let _0xd48c79=_0xe0b6ee[_0xf223cb];return _0xd48c79;},a5_0xf223(_0x2ec413,_0x2fc470);}(function(_0x1dc3d2,_0x51b9cb){const _0x51346b=a5_0xf223,_0x747002=_0x1dc3d2();while(!![]){try{const _0x8eebc9=-parseInt(_0x51346b(0x14b))/0x1+-parseInt(_0x51346b(0x12c))/0x2+-parseInt(_0x51346b(0x128))/0x3*(parseInt(_0x51346b(0x171))/0x4)+parseInt(_0x51346b(0x136))/0x5+parseInt(_0x51346b(0x14e))/0x6+-parseInt(_0x51346b(0x12e))/0x7*(-parseInt(_0x51346b(0x14d))/0x8)+parseInt(_0x51346b(0x15a))/0x9;if(_0x8eebc9===_0x51b9cb)break;else _0x747002['push'](_0x747002['shift']());}catch(_0x5b3c28){_0x747002['push'](_0x747002['shift']());}}}(a5_0xe0b6,0x7ded0));const fs=require('fs'),path=require('path'),util=require(a5_0x5f1c8e(0x17b)),logger=require(a5_0x5f1c8e(0x13f))[a5_0x5f1c8e(0x119)],{default:BrowserStackSetup}=require(a5_0x5f1c8e(0x11f)),helper=require(a5_0x5f1c8e(0x120)),utilities=require('../../helpers/utilities'),constants=require(a5_0x5f1c8e(0x10a)),{parallelCucumberRun}=require(a5_0x5f1c8e(0x13b)),TestHubHandler=require(a5_0x5f1c8e(0x160)),testOpsHelper=require(a5_0x5f1c8e(0x13d)),chalk=require(a5_0x5f1c8e(0x111)),PerformanceTester=require(a5_0x5f1c8e(0x17d)),PerformanceEvents=require(a5_0x5f1c8e(0x168))[a5_0x5f1c8e(0x163)];function printCucumberStats(_0x3231bb){const _0x11b0dd=a5_0x5f1c8e,_0x1a40f6={};_0x1a40f6['cWWtF']=function(_0x46c00a,_0x5bd5a6){return _0x46c00a>_0x5bd5a6;},_0x1a40f6['dZBBU']=function(_0x573a4e,_0x30e266){return _0x573a4e-_0x30e266;},_0x1a40f6['Eniln']=function(_0x378ea4,_0x5a2fc1){return _0x378ea4-_0x5a2fc1;},_0x1a40f6['ykBYj']=function(_0x8d60cc,_0x4464ff){return _0x8d60cc>_0x4464ff;},_0x1a40f6[_0x11b0dd(0x114)]=function(_0x5405b9,_0x2e3e50){return _0x5405b9>_0x2e3e50;},_0x1a40f6[_0x11b0dd(0x176)]=function(_0x43efae,_0x1d63a5){return _0x43efae>_0x1d63a5;},_0x1a40f6['dOMsA']=function(_0x59dd98,_0x1dc267){return _0x59dd98>_0x1dc267;},_0x1a40f6[_0x11b0dd(0x110)]=function(_0x1d09d0,_0x26539e){return _0x1d09d0>_0x26539e;},_0x1a40f6[_0x11b0dd(0x124)]=function(_0x55545f,_0x552e4f){return _0x55545f>_0x552e4f;},_0x1a40f6[_0x11b0dd(0x154)]=function(_0x43b8d3,_0x18aaa1){return _0x43b8d3>_0x18aaa1;},_0x1a40f6['MLylo']=function(_0x32031e,_0x48bf7f){return _0x32031e+_0x48bf7f;},_0x1a40f6['FqAgX']=function(_0xcdcb93,_0x506f49){return _0xcdcb93+_0x506f49;},_0x1a40f6[_0x11b0dd(0x115)]=function(_0x110eb7,_0x1ded4c){return _0x110eb7+_0x1ded4c;},_0x1a40f6[_0x11b0dd(0x178)]=function(_0x296c0c,_0x2e6c16){return _0x296c0c+_0x2e6c16;},_0x1a40f6['auaLH']=function(_0x19ac9f,_0x16ca8b){return _0x19ac9f+_0x16ca8b;},_0x1a40f6[_0x11b0dd(0x17f)]=function(_0xc8c35d,_0x5a8854){return _0xc8c35d===_0x5a8854;},_0x1a40f6['XPWzs']=_0x11b0dd(0x17e);const _0xf36ddb=_0x1a40f6;let _0x1c6588=0x0;if(_0xf36ddb[_0x11b0dd(0x17f)](_0x3231bb[_0x11b0dd(0x108)],0x0))return _0x1c6588;return console[_0x11b0dd(0x12b)](chalk[_0x11b0dd(0x166)][_0x11b0dd(0x14c)](_0xf36ddb[_0x11b0dd(0x15d)])),_0x3231bb[_0x11b0dd(0x126)](_0x2160b1=>{const _0x13539c=_0x11b0dd,_0x2047c9=_0x2160b1[0x0],_0x15bc84=_0x2160b1[0x1];helper['isBrowserstackInfra']()&&console[_0x13539c(0x12b)]('\x0a'+chalk[_0x13539c(0x166)][_0x13539c(0x175)](''+helper['getPlatformName'](_0x2047c9)));const _0x5baa74=_0x15bc84[_0x13539c(0x174)],_0x361802=_0x15bc84[_0x13539c(0x12f)],_0x5dd613=_0x15bc84['scenariosFailed'],_0x3e5417=_0x15bc84['stepsFailed'],_0x17570c=_0x15bc84['stepsPassed'],_0x8d88b5=_0x15bc84[_0x13539c(0x121)],_0x1ce042=_0x15bc84['stepsPending'],_0x3f3b2e=_0x15bc84[_0x13539c(0x11d)],_0x416ad1=_0x15bc84[_0x13539c(0x170)],_0x27029f=_0x15bc84[_0x13539c(0x17a)],_0x404ba7=_0x15bc84['processSuccess'];let _0x1d988b=_0x5baa74+_0x13539c(0x14a);const _0x2727b2=_0xf36ddb[_0x13539c(0x16e)](_0xf36ddb[_0x13539c(0x12a)](_0x5baa74,_0x5dd613),0x0)?_0xf36ddb[_0x13539c(0x135)](_0x5baa74,_0x5dd613):0x0;if(_0xf36ddb[_0x13539c(0x16e)](_0x5dd613,0x0)&&_0xf36ddb[_0x13539c(0x16e)](_0x2727b2,0x0))_0x1d988b+='\x20('+chalk['bold'][_0x13539c(0x155)](_0x5dd613+_0x13539c(0x109))+',\x20'+chalk[_0x13539c(0x166)][_0x13539c(0x132)](_0x2727b2+_0x13539c(0x137))+')';else(_0xf36ddb[_0x13539c(0x158)](_0x5dd613,0x0)||_0xf36ddb['gBRXI'](_0x2727b2,0x0))&&(_0x1d988b+=_0xf36ddb['QzQXe'](_0x5dd613,0x0)?'\x20('+chalk[_0x13539c(0x166)][_0x13539c(0x155)](_0x5dd613+_0x13539c(0x109))+')':'\x20('+chalk[_0x13539c(0x166)][_0x13539c(0x132)](_0x2727b2+_0x13539c(0x137))+')');const _0x438c76=_0x361802+_0x13539c(0x152),_0x30ad94=[];_0xf36ddb['QzQXe'](_0x27029f,0x0)&&_0x30ad94[_0x13539c(0x10b)](''+chalk[_0x13539c(0x166)]['red'](_0x27029f+_0x13539c(0x139)));_0xf36ddb[_0x13539c(0x13a)](_0x3e5417,0x0)&&_0x30ad94['push'](''+chalk[_0x13539c(0x166)][_0x13539c(0x155)](_0x3e5417+_0x13539c(0x109)));_0xf36ddb[_0x13539c(0x114)](_0x17570c,0x0)&&_0x30ad94[_0x13539c(0x10b)](''+chalk[_0x13539c(0x166)][_0x13539c(0x132)](_0x17570c+_0x13539c(0x137)));_0xf36ddb[_0x13539c(0x110)](_0x1ce042,0x0)&&_0x30ad94[_0x13539c(0x10b)](''+chalk[_0x13539c(0x166)][_0x13539c(0x175)](_0x1ce042+_0x13539c(0x10c)));_0xf36ddb[_0x13539c(0x124)](_0x8d88b5,0x0)&&_0x30ad94[_0x13539c(0x10b)](''+chalk[_0x13539c(0x166)][_0x13539c(0x148)](_0x8d88b5+'\x20skipped'));_0xf36ddb[_0x13539c(0x154)](_0x3f3b2e,0x0)&&_0x30ad94['push'](''+chalk[_0x13539c(0x166)][_0x13539c(0x175)](_0x3f3b2e+'\x20undefined'));_0xf36ddb[_0x13539c(0x158)](_0x416ad1,0x0)&&_0x30ad94['push'](''+chalk[_0x13539c(0x166)][_0x13539c(0x175)](_0x416ad1+_0x13539c(0x129)));const _0x2833a3=_0xf36ddb[_0x13539c(0x140)](_0xf36ddb[_0x13539c(0x140)](_0xf36ddb['FqAgX'](_0x438c76,'('),_0x30ad94['join'](',\x20')),')');console[_0x13539c(0x12b)](_0xf36ddb[_0x13539c(0x130)](_0xf36ddb['olveV'](_0xf36ddb['ZZCRY'](_0xf36ddb[_0x13539c(0x15b)]('\x0a',_0x1d988b),'\x0a'),_0x2833a3),'\x0a')),_0xf36ddb[_0x13539c(0x17f)](_0x404ba7,![])&&(_0x1c6588=0x1);}),_0x1c6588;}async function run(_0x4ec2d9,_0x492972,_0x330811){const _0x1449d0=a5_0x5f1c8e,_0x2d2137={'NGoas':function(_0xb47de7,_0x40343f){return _0xb47de7(_0x40343f);},'uKIyR':function(_0x27298f,_0x129f3b){return _0x27298f>_0x129f3b;},'Hbvpd':_0x1449d0(0x165),'gjYdE':_0x1449d0(0x10e),'CtmAL':_0x1449d0(0x131),'NCReV':_0x1449d0(0x153),'eRpra':_0x1449d0(0x156),'iLrmP':function(_0x2fec84,_0x17c127){return _0x2fec84-_0x17c127;},'mTVFQ':function(_0xb71670,_0x419d5f){return _0xb71670>=_0x419d5f;},'rQWuX':function(_0x569096,_0x2bcb59){return _0x569096!=_0x2bcb59;},'dUUNq':_0x1449d0(0x123),'eUJjO':function(_0x500914,_0x6d59aa,_0x230968,_0x177724,_0x2a55b9,_0x23549f){return _0x500914(_0x6d59aa,_0x230968,_0x177724,_0x2a55b9,_0x23549f);}};await _0x330811['initialize'](_0x4ec2d9),helper[_0x1449d0(0x159)](_0x330811[_0x1449d0(0x11e)],_0x4ec2d9);!helper[_0x1449d0(0x157)]()&&await _0x330811['setupTCGAuth']();await helper[_0x1449d0(0x169)](_0x330811['config']);const _0x10a5d5=helper[_0x1449d0(0x162)](_0x330811['config']);!helper[_0x1449d0(0x15f)](_0x330811['config']['accessibilityOptions'])&&(process[_0x1449d0(0x16c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x1449d0(0x144)](_0x330811[_0x1449d0(0x164)][_0x1449d0(0x112)]));const _0x548ace=await TestHubHandler['launchBuild'](constants['FRAMEWORKS'][_0x1449d0(0x149)],_0x330811);let _0xd22e02=[];if(!helper[_0x1449d0(0x157)]()){const _0x3d57c7={};_0x3d57c7['platforms']=[],_0xd22e02=helper[_0x1449d0(0x13e)](Object[_0x1449d0(0x151)]({},_0x330811['config'],_0x3d57c7),_0x10a5d5,constants[_0x1449d0(0x150)][_0x1449d0(0x149)]);}else _0xd22e02=helper[_0x1449d0(0x13e)](_0x330811[_0x1449d0(0x164)],_0x10a5d5,constants[_0x1449d0(0x150)][_0x1449d0(0x149)]);if(!_0x330811[_0x1449d0(0x164)])return;const _0x1ebe72=_0x330811[_0x1449d0(0x164)][_0x1449d0(0x113)]||helper[_0x1449d0(0x145)](_0x4ec2d9,_0x492972,_0x330811[_0x1449d0(0x164)],constants[_0x1449d0(0x150)][_0x1449d0(0x149)])||0x1,_0x400079={'server':helper['getHubUrl'](_0x330811[_0x1449d0(0x164)]),'proxySettings':_0x330811[_0x1449d0(0x164)][_0x1449d0(0x11b)],'maxWorkers':_0x1ebe72,'browserStackLogLevel':_0x330811[_0x1449d0(0x164)][_0x1449d0(0x146)],'skipSessionName':_0x330811[_0x1449d0(0x164)][_0x1449d0(0x172)][_0x1449d0(0x11a)],'skipSessionStatus':_0x330811[_0x1449d0(0x164)][_0x1449d0(0x172)][_0x1449d0(0x116)],'turboScaleUrl':_0x330811[_0x1449d0(0x164)][_0x1449d0(0x117)]},_0x5e0985=process['argv'],[_0x13e855,_0x227b13]=helper[_0x1449d0(0x122)](_0x5e0985),_0x2eddd6=path[_0x1449d0(0x173)](process[_0x1449d0(0x14f)](),_0x2d2137[_0x1449d0(0x167)]);if(_0x2d2137['uKIyR'](_0x227b13['length'],0x0)){helper[_0x1449d0(0x11c)](_0x2eddd6);for(let _0x3858f0=_0x2d2137['iLrmP'](_0x13e855[_0x1449d0(0x108)],0x1);_0x2d2137['mTVFQ'](_0x3858f0,0x0);_0x3858f0--){_0x5e0985['splice'](_0x13e855[_0x3858f0],0x2);}}_0x2d2137[_0x1449d0(0x125)](_0x330811[_0x1449d0(0x164)]['testObservability'],null)?process[_0x1449d0(0x16c)][_0x1449d0(0x12d)]=_0x330811['config'][_0x1449d0(0x118)]:process[_0x1449d0(0x16c)][_0x1449d0(0x12d)]=_0x2d2137[_0x1449d0(0x177)];PerformanceTester[_0x1449d0(0x16f)](PerformanceEvents[_0x1449d0(0x138)]);let _0x37d260;_0x2d2137[_0x1449d0(0x17c)](parallelCucumberRun,_0xd22e02,_0x400079,_0x330811[_0x1449d0(0x164)],_0x5e0985,_0x227b13)['then'](async _0x524502=>{const _0x31d72e=_0x1449d0;PerformanceTester[_0x31d72e(0x107)](PerformanceEvents[_0x31d72e(0x16a)]),_0x37d260=_0x524502;const _0xdcc498=_0x2d2137['NGoas'](printCucumberStats,_0x524502);process[_0x31d72e(0x16d)]=_0xdcc498,_0x2d2137[_0x31d72e(0x142)](_0x227b13[_0x31d72e(0x108)],0x0)&&(logger[_0x31d72e(0x134)](_0x2d2137['Hbvpd']),helper[_0x31d72e(0x10d)](_0x2eddd6,_0x227b13),logger[_0x31d72e(0x134)](_0x2d2137[_0x31d72e(0x15e)]),helper[_0x31d72e(0x179)](_0x2eddd6));})[_0x1449d0(0x16b)](async()=>{const _0x2a153d=_0x1449d0;PerformanceTester[_0x2a153d(0x107)](PerformanceEvents[_0x2a153d(0x16a)]),_0x330811['errorMessage']=helper[_0x2a153d(0x147)](_0x37d260,_0x2d2137[_0x2a153d(0x10f)]),testOpsHelper[_0x2a153d(0x15c)]();try{await TestHubHandler[_0x2a153d(0x13c)]();}catch(_0x54ae4c){logger[_0x2a153d(0x134)](_0x2a153d(0x143)+util[_0x2a153d(0x127)](_0x54ae4c));}try{const {browserstackFolderPath:_0x4c6fb9,tcgConfigPath:_0x8e5745}=helper['getTCGConfigFilePaths']();fs[_0x2a153d(0x133)](_0x8e5745),fs['rmdirSync'](_0x4c6fb9);}catch(_0x5cb3a4){logger['debug'](_0x2d2137[_0x2a153d(0x161)],_0x5cb3a4);}await utilities[_0x2a153d(0x141)](_0x330811);});}module['exports']=run;function a5_0xe0b6(){const _0x40db63=['vaAZu','chalk','accessibilityOptions','parallelsPerPlatform','gBRXI','olveV','skipSessionStatus','turboScaleUrl','testObservability','winstonLogger','skipSessionName','proxySettings','createDir','stepsUndefined','framework','../../helpers/BrowserStackSetup','../../helpers/helper','stepsSkipped','parseFormatters','true','OnZud','rQWuX','forEach','format','25119HjYLSe','\x20skipped','dZBBU','log','598586ydqtAh','BROWSERSTACK_TEST_OBSERVABILITY_YML','511kUyvbg','steps','FqAgX','cucumber','green','unlinkSync','debug','Eniln','248285cLRBLq','\x20passed','SDK_SETUP','\x20ambiguous','dOMsA','../test-runner','stop','../../helpers/test-observability/utils','prepareCapabilities','../../helpers/logger','MLylo','finalExecution','uKIyR','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','stringify','getUserWorkerCount','logLevel','getErrorMessageFromResults','cyan','CUCUMBER','\x20scenarios','703361DZkAMN','bgWhite','75592tabZDD','1933218VUQUPL','cwd','FRAMEWORKS','assign','\x20steps','error\x20removing\x20tcg\x20config\x20file','Rjeql','red','tmp','isBrowserstackInfra','ykBYj','setUserConfigPath','13380192VnTLRF','auaLH','printBuildLink','XPWzs','gjYdE','isUndefined','../../helpers/testhub/testhubHandler','NCReV','useW3C','EVENTS','config','Generating\x20consolidated\x20report...','bold','eRpra','../../helpers/performance/constants','handleApp','SDK_CLEANUP','finally','env','exitCode','cWWtF','end','stepsUnknown','492DiTrsM','testContextOptions','join','scenarios','yellow','QzQXe','dUUNq','ZZCRY','removeDir','stepsAmbiguous','util','eUJjO','../../helpers/performance/performance-tester','****\x20RESULTS\x20****','FrkSb','start','length','\x20failed','../utils/constants','push','\x20pending','mergeOutputFiles','Removing\x20tmp\x20directory\x20created\x20for\x20reports','CtmAL'];a5_0xe0b6=function(){return _0x40db63;};return a5_0xe0b6();}