browserstack-node-sdk 1.39.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_0xbed7(){const _0x55e5a9=['bgUXn','bs:addLog:','codeceptjs/lib/recorder.js','thTestRunUuid','stringify','FJBfN','TEST_RUN_FINISHED','pPSxv','LfWCv','measureWrapper','SDK_PRE_TEST','lDwyN','reason','Playwright','bstackAllyScanning','codeceptjs/lib/helper/WebDriver.js','status','kwagy','bPImN','SDK_POST_INITIALIZE','stop','../../helpers/logger','test','patch','WcxWp','TEST_LOG','BS_TESTOPS_ALLOW_SCREENSHOTS','hakdf','BZtxv','esvKc','PERFORM_SCAN','helpers','nwJNN','FETCZ','UPBYc','constructor','lOjoo','jUAWE','GET_RESULTS_SUMMARY','codeceptjs/lib/index.js','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','captureError','debug','step-comment','mTkJP','nRFOf','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','4xmnqSm','test-failed','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','class','started','gRWKW','BERom','dlqHA','elLqV','../../helpers/performance/constants','saveTestResults','CRCcM','KlFHS','OpGwj','executeScript','patchSaveScreenshot','CWPuZ','TEST_RUN_STARTED','GKkGC','command','event','cKKgz','setGlobal','aSOwD','SDK_TEST','HOOK_RUN_STARTED','ctx','noAbN','initSaveScreenshot','passed','bddStep','__skipSessionStatus','Screenshot\x20path\x20not\x20found','raJQE','FLKyF','saveScreenshot','overwriteCommand','enabled','format','qgcTc','bddStep-after','test-started','GET_RESULTS','test-before','getSyncScript','./helper.js','toString','../../helpers/accessibility-automation/helper','restore','setSessionName','then','gobpB','ryuAB','../../bin/playwright/sessionDetails','info','bRBWi','fireEvent','RbRmk','SDK_HOOK','BJJuM','tihLq','hookType','browserstack_executor:\x20','filter','performScan','codeceptjs/lib/helper/Playwright.js','find','oJOAR','BROWSERSTACK_TESTHUB_UUID','hook','../../helpers/globals.js','Suite','hook-failed','dVMzu','BROWSERSTACK_TESTHUB_JWT','apply','IlVbi','TEST_RUN_SKIPPED','./o11yHelper','TestCafe','browser','lDsQl','OPgob','name','../../helpers/helper','codeceptjs','7589288AqoRSk','base64','124190bXfCxR','TEST_SCREENSHOT','thBuildUuid','1501045xyszXV','codeceptjs/lib/utils.js','bddStep-before','qFPgV','warn','screenshotOutputFolder','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','browserstackTestName','__driver','2172485vcMEBq','CUIxa','skipSessionStatus','catch','Puppeteer','start','vfPPV','end','contexts','963tLxOWS','testAnalyticsId','after','afterTest','OgvEY','prototype','getResults','commandsToWrap','hook-passed','bind','QXEXZ','slice','browserStackExecuteDriver','../../helpers/request-spy','forEach','bddStepStart','oMpto','dvcFz','titlePath','../../helpers/accessibility-automation/scripts','Element','UaNep','__workerDetails','Failed\x20to\x20execute\x20_before:\x20','blIit','emit','title','XKDyg','VeLNH','accessibilityPlatform','cfMND','../../helpers/test-observability/utils','../../bin/playwright/accessibility-helper','4927104lhJatJ','bsBHY','toISOString','before','SAVE_RESULTS','UVchg','wVdMo','failed','currentTest','all','clpvE','gvhXN','test-skipped','WebDriver','nZJlY','getAccessibilityResultsSummary','ynrdi','add','HOOK_RUN_FINISHED','bddStepFinish','getAccessibilityResults','uZvIn','../../helpers/performance/performance-tester','42934FkGdIR','startMonitoring','arguments','captureEvent','exports','33PgGIbH','skipped','SESSION_STATUS','6308057TWkGIc','container','dispatcher','viVnR','pid','step','ENV_VAR','Jhyex','fMvxQ','env'];a1_0xbed7=function(){return _0x55e5a9;};return a1_0xbed7();}const a1_0x4edca1=a1_0xe7e2;function a1_0xe7e2(_0x5a3f9a,_0x3ba6a6){const _0xbed75a=a1_0xbed7();return a1_0xe7e2=function(_0xe7e24e,_0xedafe5){_0xe7e24e=_0xe7e24e-0xd6;let _0x4ffdcb=_0xbed75a[_0xe7e24e];return _0x4ffdcb;},a1_0xe7e2(_0x5a3f9a,_0x3ba6a6);}(function(_0x4d7597,_0x428671){const _0x4eb5f0=a1_0xe7e2,_0x2d3a36=_0x4d7597();while(!![]){try{const _0x41440f=-parseInt(_0x4eb5f0(0x1ba))/0x1+parseInt(_0x4eb5f0(0x11e))/0x2*(-parseInt(_0x4eb5f0(0x123))/0x3)+parseInt(_0x4eb5f0(0x15f))/0x4*(parseInt(_0x4eb5f0(0xdd))/0x5)+parseInt(_0x4eb5f0(0x107))/0x6+-parseInt(_0x4eb5f0(0x126))/0x7+parseInt(_0x4eb5f0(0x1b5))/0x8+parseInt(_0x4eb5f0(0xe6))/0x9*(parseInt(_0x4eb5f0(0x1b7))/0xa);if(_0x41440f===_0x428671)break;else _0x2d3a36['push'](_0x2d3a36['shift']());}catch(_0x3959a0){_0x2d3a36['push'](_0x2d3a36['shift']());}}}(a1_0xbed7,0xda77a));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x4edca1(0x1b3)),logger=require(a1_0x4edca1(0x145))['winstonLogger'],testOpsHelper=require(a1_0x4edca1(0x105)),requestSpy=require(a1_0x4edca1(0xf3)),PlaywrightSessionDetails=require(a1_0x4edca1(0x194)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x4edca1(0x1ad)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x4edca1(0x18e)),AccessibilityHelper=require(a1_0x4edca1(0x106)),scripts=require(a1_0x4edca1(0xf9)),PerformanceTester=require(a1_0x4edca1(0x11d)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x4edca1(0x168)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x4edca1(0x18c)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x4edca1(0x1a5)),CodeceptJS=requireModule(a1_0x4edca1(0x157),a1_0x4edca1(0x1b4)),CodeceptUtils=requireModule(a1_0x4edca1(0x1bb),'codeceptjs'),CodeceptWebDriver=requireModule(a1_0x4edca1(0x13f),a1_0x4edca1(0x1b4)),CodeceptRecorder=requireModule(a1_0x4edca1(0x132),a1_0x4edca1(0x1b4)),CodeceptPlaywright=requireModule(a1_0x4edca1(0x1a0),a1_0x4edca1(0x1b4)),playwrightMarkSessionStatus=(_0x2279a7,_0x13f0b2,_0x36b7cf)=>{const _0x110992=a1_0x4edca1,_0x9ac16e={'XKDyg':'setSessionStatus','Haeac':function(_0x300ee9,_0x43a63c){return _0x300ee9(_0x43a63c);}},_0x3e7a5e={};_0x3e7a5e[_0x110992(0x140)]=_0x13f0b2;const _0x130ef0={};_0x130ef0['action']=_0x9ac16e[_0x110992(0x101)],_0x130ef0[_0x110992(0x120)]=_0x3e7a5e;const _0x12fd52=_0x130ef0;return!_0x9ac16e['Haeac'](isUndefined,_0x36b7cf)&&(_0x12fd52[_0x110992(0x120)][_0x110992(0x13c)]=JSON[_0x110992(0x134)](_0x36b7cf)),_0x2279a7[_0x110992(0x16d)](()=>{},_0x110992(0x19d)+JSON[_0x110992(0x134)](_0x12fd52));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x49e878=>{const _0x1dd247=a1_0x4edca1,_0x40056f={};_0x40056f[_0x1dd247(0xf7)]=function(_0x366374,_0x495fc6){return _0x366374===_0x495fc6;},_0x40056f['QSkJr']=_0x1dd247(0x13d);const _0x25ace2=_0x40056f;_0x25ace2[_0x1dd247(0xf7)](_0x49e878['constructor'][_0x1dd247(0x1b2)],_0x25ace2['QSkJr'])?await _0x49e878['executeScript'](_0x4caf02=>{},testOpsHelper[_0x1dd247(0x18b)]()):await _0x49e878[_0x1dd247(0x16d)](testOpsHelper[_0x1dd247(0x18b)]());}),markSessionName=PerformanceTester[a1_0x4edca1(0x139)](PerformanceAutEvents['SESSION_NAME'],async(_0x573483,_0x49c488)=>{const _0xd0de56=a1_0x4edca1,_0x99b917={};_0x99b917[_0xd0de56(0x112)]=_0xd0de56(0x190),_0x99b917[_0xd0de56(0x10c)]=function(_0x59249c,_0x5d8992){return _0x59249c===_0x5d8992;},_0x99b917['lDsQl']=_0xd0de56(0x13d);const _0x1b1ff8=_0x99b917,_0x959a79={};_0x959a79['name']=_0x49c488;const _0x4a1f98={};_0x4a1f98['action']=_0x1b1ff8[_0xd0de56(0x112)],_0x4a1f98['arguments']=_0x959a79;const _0x32cfcc=_0x4a1f98;_0x1b1ff8[_0xd0de56(0x10c)](_0x573483[_0xd0de56(0x153)]['name'],_0x1b1ff8[_0xd0de56(0x1b0)])?await _0x573483[_0xd0de56(0x16d)](()=>{},_0xd0de56(0x19d)+JSON[_0xd0de56(0x134)](_0x32cfcc)):await _0x573483[_0xd0de56(0x16d)](_0xd0de56(0x19d)+JSON[_0xd0de56(0x134)](_0x32cfcc));}),patchSaveScreenshot=_0x5cb5bb=>{const _0x4069a2=a1_0x4edca1,_0x96da1f={'nwJNN':_0x4069a2(0x1b6),'gobpB':_0x4069a2(0x1b8),'pPSxv':function(_0xfea727){return _0xfea727();},'hakdf':function(_0x5507ec,_0x39a41f){return _0x5507ec(_0x39a41f);},'wVdMo':_0x4069a2(0x17f),'FJBfN':function(_0x24404c,_0x2d611b){return _0x24404c(_0x2d611b);}};_0x96da1f[_0x4069a2(0x135)](isTrue,process[_0x4069a2(0x12f)][_0x4069a2(0x14a)])&&!_0x5cb5bb[_0x4069a2(0x16e)]&&(_0x5cb5bb[_0x4069a2(0x16e)]=!![],_0x5cb5bb['initSaveScreenshot']=_0x5cb5bb[_0x4069a2(0x182)],_0x5cb5bb['saveScreenshot']=(_0x5f48be,_0x57c66a=![])=>{const _0x15e75c=_0x4069a2,_0xc89328={'cfMND':_0x96da1f[_0x15e75c(0x150)],'CUIxa':_0x96da1f[_0x15e75c(0x192)],'bRBWi':function(_0x2f03e5){const _0x1dd430=_0x15e75c;return _0x96da1f[_0x1dd430(0x137)](_0x2f03e5);},'cKKgz':function(_0x14f78c,_0x47b37b){const _0x16a132=_0x15e75c;return _0x96da1f[_0x16a132(0x14b)](_0x14f78c,_0x47b37b);},'FLKyF':_0x96da1f[_0x15e75c(0x10d)]};return new Promise(function(_0x2dcae3,_0x105dce){const _0x583f3c=_0x15e75c,_0x406c4c={'OgvEY':_0xc89328[_0x583f3c(0x104)],'bsBHY':_0xc89328[_0x583f3c(0xde)],'elLqV':function(_0x32341d){const _0x3af76f=_0x583f3c;return _0xc89328[_0x3af76f(0x196)](_0x32341d);},'blIit':function(_0x3d9849,_0x5a929b){const _0x475104=_0x583f3c;return _0xc89328[_0x475104(0x174)](_0x3d9849,_0x5a929b);},'kwagy':_0xc89328[_0x583f3c(0x181)]};_0x5cb5bb[_0x583f3c(0x17b)](_0x5f48be,_0x57c66a)[_0x583f3c(0x191)](()=>{const _0x491f5a=_0x583f3c,_0x5bc3c1=CodeceptUtils[_0x491f5a(0xd9)](_0x5f48be);if(_0x5bc3c1){const _0x4a3bd4=fs['readFileSync'](_0x5bc3c1);process[_0x491f5a(0xff)](_0x491f5a(0x131)+process[_0x491f5a(0x12a)],{'timestamp':new Date()[_0x491f5a(0x109)](),'message':_0x4a3bd4[_0x491f5a(0x18d)](_0x406c4c[_0x491f5a(0xea)]),'kind':_0x406c4c[_0x491f5a(0x108)]}),_0x406c4c[_0x491f5a(0x167)](_0x2dcae3);}_0x406c4c[_0x491f5a(0xfe)](_0x105dce,new Error(_0x406c4c[_0x491f5a(0x141)]));})[_0x583f3c(0xe0)](()=>null);});});},patchWebDriverBefore=_0x38a937=>{const _0x18dd38=a1_0x4edca1,_0x292c78={'VeLNH':function(_0x1ffd97){return _0x1ffd97();},'ryuAB':function(_0x26085d,_0x3ee36f){return _0x26085d(_0x3ee36f);},'MbJxU':function(_0x44718f,_0x53d2c5){return _0x44718f===_0x53d2c5;},'QXEXZ':_0x18dd38(0xfa)},_0x5299a9=async function(_0x173a90,_0x5ac50f){const _0x474ed7=_0x18dd38;return _0x292c78[_0x474ed7(0x102)](isAccessibilityAutomationSession)&&!global[_0x474ed7(0x13e)]&&global[_0x474ed7(0x103)]&&scripts['shouldWrapCommand'](_0x173a90[_0x474ed7(0x1b2)])&&_0x292c78[_0x474ed7(0x193)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x474ed7(0x13e)]=!![],await PerformanceTester[_0x474ed7(0x139)](PerformanceA11yEvents[_0x474ed7(0x14e)],async()=>{const _0x5ee53a=_0x474ed7;logger['debug']('Performing\x20scan\x20for\x20'+_0x173a90[_0x5ee53a(0x162)]+'\x20'+_0x173a90[_0x5ee53a(0x1b2)]),await AccessibilityHelper[_0x5ee53a(0xf2)](_0x38a937,scripts[_0x5ee53a(0x19f)]);},{'command':_0x173a90[_0x474ed7(0x1b2)]})()),global[_0x474ed7(0x13e)]=![],_0x5ac50f['apply'](this,Array['prototype'][_0x474ed7(0xf1)]['call'](arguments,0x2));},_0x2fa574=CodeceptWebDriver[_0x18dd38(0xeb)]['_before'];CodeceptWebDriver[_0x18dd38(0xeb)]['_before']=async function(){const _0xdea03c=_0x18dd38;try{await _0x2fa574[_0xdea03c(0x1aa)](this,arguments);}catch(_0x500be2){logger['debug'](_0xdea03c(0xfd)+util[_0xdea03c(0x185)](_0x500be2));}scripts[_0xdea03c(0xed)][_0xdea03c(0x19e)](_0x4bbfbd=>_0x4bbfbd[_0xdea03c(0x1b2)]&&_0x4bbfbd[_0xdea03c(0x162)])[_0xdea03c(0xf4)](_0xaa818d=>{const _0x59369c=_0xdea03c;this[_0x59369c(0x1af)][_0x59369c(0x183)](_0xaa818d[_0x59369c(0x1b2)],_0x5299a9[_0x59369c(0xef)](this,_0xaa818d),_0x292c78['MbJxU'](_0xaa818d[_0x59369c(0x162)],_0x292c78[_0x59369c(0xf0)]));}),_0x292c78[_0xdea03c(0x193)](processWebDriverConfig,_0x38a937);};},patchPlaywrightBefore=()=>{const _0x2e60e1=a1_0x4edca1;PlaywrightSessionDetails[_0x2e60e1(0x147)]();const _0x129a71=CodeceptPlaywright[_0x2e60e1(0xeb)]['_before'];CodeceptPlaywright[_0x2e60e1(0xeb)]['_before']=async function(){const _0x4de143=_0x2e60e1;this['browserContext']=await this[_0x4de143(0x1af)][_0x4de143(0xe5)]()[0x0],await _0x129a71[_0x4de143(0x1aa)](this,arguments);};},getCodeceptDriver=()=>{const _0x273f0e=a1_0x4edca1,_0x59a7bc={};_0x59a7bc[_0x273f0e(0x111)]=_0x273f0e(0x114),_0x59a7bc[_0x273f0e(0x151)]=_0x273f0e(0x13d),_0x59a7bc[_0x273f0e(0x1a2)]=_0x273f0e(0xe1),_0x59a7bc[_0x273f0e(0xe3)]=_0x273f0e(0x1ae);const _0x18cd4b=_0x59a7bc,_0x509065=[_0x18cd4b[_0x273f0e(0x111)],_0x18cd4b['FETCZ'],_0x18cd4b[_0x273f0e(0x1a2)],_0x18cd4b[_0x273f0e(0xe3)]],_0x417e91=_0x509065[_0x273f0e(0x1a1)](_0xf9ad2b=>!!CodeceptJS[_0x273f0e(0x127)]['helpers'](_0xf9ad2b));if(!_0x417e91)return null;return CodeceptJS[_0x273f0e(0x127)]['helpers'](_0x417e91);};module[a1_0x4edca1(0x122)]=function(_0x39b8ef){const _0x5eea7c=a1_0x4edca1,_0x56f7a7={'BJJuM':function(_0x4598f7){return _0x4598f7();},'OPgob':function(_0x5af6d6,_0x203b2a){return _0x5af6d6(_0x203b2a);},'mTkJP':'getAccessibilityResultsSummary','dVMzu':_0x5eea7c(0xda),'xumvr':_0x5eea7c(0x11b),'lDwyN':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','BZtxv':function(_0x4269d5,_0x65b9b7){return _0x4269d5(_0x65b9b7);},'KlFHS':'hook-started','UaNep':_0x5eea7c(0xee),'qFPgV':_0x5eea7c(0x1a7),'dlqHA':_0x5eea7c(0xdb),'uZvIn':_0x5eea7c(0x18a),'raJQE':function(_0xace6d9){return _0xace6d9();},'IlVbi':function(_0x5d6f7e,_0x426c9a){return _0x5d6f7e(_0x426c9a);},'bgUXn':function(_0x204e2e,_0x1b36e6,_0x233252){return _0x204e2e(_0x1b36e6,_0x233252);},'noAbN':_0x5eea7c(0x188),'nRFOf':function(_0x363dab,_0x45fe57,_0x17b6e6){return _0x363dab(_0x45fe57,_0x17b6e6);},'fMvxQ':'test-passed','tihLq':function(_0x5beade,_0x2e66ea,_0x34455c,_0x406a83){return _0x5beade(_0x2e66ea,_0x34455c,_0x406a83);},'lOjoo':function(_0x3f3b27,_0x46f01b){return _0x3f3b27===_0x46f01b;},'viVnR':_0x5eea7c(0x1a6),'WcxWp':_0x5eea7c(0x160),'oMpto':_0x5eea7c(0x113),'jUAWE':_0x5eea7c(0xe9),'LfWCv':function(_0x437948,_0x3ce851,_0x1745b2){return _0x437948(_0x3ce851,_0x1745b2);},'UPBYc':_0x5eea7c(0x15e),'esvKc':'test-after','OpGwj':'INFO','qgcTc':_0x5eea7c(0x149),'tvtQN':_0x5eea7c(0x15b),'gRWKW':_0x5eea7c(0xd6),'bPImN':_0x5eea7c(0x187),'aSOwD':function(_0xfb37a8){return _0xfb37a8();},'RbRmk':_0x5eea7c(0x13d)};_0x39b8ef['skipSessionStatus']&&(global[_0x5eea7c(0x17e)]=_0x39b8ef[_0x5eea7c(0xdf)]);PerformanceTester[_0x5eea7c(0x11f)]();const _0x1258c0=_0x56f7a7[_0x5eea7c(0x176)](getCodeceptDriver),_0x35ae05=new O11yHelper(_0x1258c0,_0x39b8ef),_0x1a1a0e=!!CodeceptJS[_0x5eea7c(0x127)][_0x5eea7c(0x14f)](_0x56f7a7[_0x5eea7c(0x198)]);global[_0x5eea7c(0xdc)]=_0x1258c0,_0x1258c0&&(PerformanceTester[_0x5eea7c(0x139)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x5342f2=_0x5eea7c;_0x1a1a0e?_0x56f7a7['BJJuM'](patchPlaywrightBefore):_0x56f7a7[_0x5342f2(0x1b1)](patchWebDriverBefore,_0x1258c0);})(),PerformanceTester[_0x5eea7c(0x139)](PerformanceEvents[_0x5eea7c(0x143)],()=>{const _0x3fea10=_0x5eea7c,_0xa77dd1={};_0xa77dd1[_0x3fea10(0x117)]=_0x56f7a7[_0x3fea10(0x15c)],_0xa77dd1[_0x3fea10(0x115)]=_0x56f7a7[_0x3fea10(0x1a8)],_0xa77dd1[_0x3fea10(0x12d)]=_0x56f7a7['xumvr'],_0xa77dd1[_0x3fea10(0x16a)]=_0x56f7a7[_0x3fea10(0x13b)];const _0x5a9183=_0xa77dd1;_0x1258c0[_0x3fea10(0x116)]=async()=>{const _0x17246c=_0x3fea10;if(global[_0x17246c(0x103)]){const _0x40a804={};_0x40a804[_0x17246c(0x172)]=_0x5a9183[_0x17246c(0x117)],await PerformanceTester[_0x17246c(0x139)](PerformanceA11yEvents[_0x17246c(0x14e)],async()=>{const _0xf459c3=_0x17246c;await AccessibilityHelper['browserStackExecuteDriver'](_0x1258c0,scripts[_0xf459c3(0x19f)]);},_0x40a804)(),await PerformanceTester[_0x17246c(0x139)](PerformanceA11yEvents[_0x17246c(0x156)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x1258c0,scripts['getResultsSummary']);})();}else return logger[_0x17246c(0xd8)](_0x5a9183[_0x17246c(0x115)]),{};},_0x1258c0['getAccessibilityResults']=async()=>{const _0x2d2306=_0x3fea10;if(global[_0x2d2306(0x103)]){const _0x5f486e={};_0x5f486e['command']=_0x5a9183[_0x2d2306(0x12d)],await PerformanceTester[_0x2d2306(0x139)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x54de4c=_0x2d2306;await AccessibilityHelper[_0x54de4c(0xf2)](_0x1258c0,scripts[_0x54de4c(0x19f)]);},_0x5f486e)(),await PerformanceTester[_0x2d2306(0x139)](PerformanceA11yEvents[_0x2d2306(0x189)],async()=>{const _0x82c4ef=_0x2d2306;await AccessibilityHelper['browserStackExecuteDriver'](_0x1258c0,scripts[_0x82c4ef(0xec)]);})();}else return logger[_0x2d2306(0xd8)](_0x5a9183['CRCcM']),{};},_0x56f7a7[_0x3fea10(0x14c)](patchSaveScreenshot,_0x1258c0);})()),CodeceptJS['event'][_0x5eea7c(0x128)]['on'](CodeceptJS[_0x5eea7c(0x173)]['all'][_0x5eea7c(0x10a)],()=>{const _0x520948=_0x5eea7c;PerformanceTester[_0x520948(0xe2)](PerformanceEvents[_0x520948(0x13a)]);try{_0x35ae05['start'](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x520948(0xe4)](PerformanceEvents[_0x520948(0x13a)]);}catch(_0x5de8df){PerformanceTester[_0x520948(0x159)](_0x5de8df),PerformanceTester['end'](PerformanceEvents[_0x520948(0x13a)],![],_0x5de8df);}}),CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x128)]['on'](CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x110)][_0x5eea7c(0xe8)],async()=>{const _0x27dad8=_0x5eea7c;PerformanceTester[_0x27dad8(0xe2)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x27dad8(0x18f)](),await _0x35ae05[_0x27dad8(0x144)](),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST']);}catch(_0x5d6512){PerformanceTester['captureError'](_0x5d6512),PerformanceTester[_0x27dad8(0xe4)](PerformanceEvents['SDK_POST_TEST'],![],_0x5d6512);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x5eea7c(0x173)]['dispatcher']['on'](CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x1a4)][_0x5eea7c(0x163)],_0x31f344=>{const _0xe0204b=_0x5eea7c;PerformanceTester['start'](PerformanceEvents[_0xe0204b(0x199)]);try{const _0x27112b=_0x31f344[_0xe0204b(0x179)][_0xe0204b(0x146)],_0x14f292=_0x35ae05[_0xe0204b(0x121)](TEST_EVENTS[_0xe0204b(0x178)],_0x27112b);CodeceptRecorder[_0xe0204b(0x118)](()=>_0x35ae05[_0xe0204b(0x197)](TEST_EVENTS[_0xe0204b(0x178)],_0x14f292));const _0x4d7a0c={};_0x4d7a0c[_0xe0204b(0x19c)]=_0x56f7a7[_0xe0204b(0x16b)],PerformanceTester[_0xe0204b(0xe4)](PerformanceEvents[_0xe0204b(0x199)],!![],null,_0x4d7a0c);}catch(_0x3f99f9){const _0x31ca16={};_0x31ca16['hookType']=_0x56f7a7['KlFHS'],PerformanceTester[_0xe0204b(0xe4)](PerformanceEvents[_0xe0204b(0x199)],![],_0x3f99f9,_0x31ca16),PerformanceTester['captureError'](_0x3f99f9);}}),CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x128)]['on'](CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x1a4)][_0x5eea7c(0x17c)],_0x178f71=>{const _0x13ef57=_0x5eea7c,_0x1fc47b={};_0x1fc47b['hookType']=_0x56f7a7[_0x13ef57(0xfb)],PerformanceTester[_0x13ef57(0xe2)](PerformanceHookEvents[_0x13ef57(0x199)],!![],null,_0x1fc47b);try{const _0x1443e2=_0x178f71[_0x13ef57(0x179)][_0x13ef57(0x146)],_0x25c351=_0x35ae05['captureEvent'](TEST_EVENTS[_0x13ef57(0x119)],_0x1443e2);CodeceptRecorder[_0x13ef57(0x118)](()=>_0x35ae05[_0x13ef57(0x197)](TEST_EVENTS[_0x13ef57(0x119)],_0x25c351));const _0x168767={};_0x168767[_0x13ef57(0x19c)]=_0x56f7a7[_0x13ef57(0xfb)],PerformanceTester[_0x13ef57(0xe4)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x168767);}catch(_0x10d30a){PerformanceTester['captureError'](_0x10d30a);const _0x5a0318={};_0x5a0318[_0x13ef57(0x19c)]=_0x56f7a7[_0x13ef57(0xfb)],PerformanceTester['end'](PerformanceHookEvents[_0x13ef57(0x199)],![],_0x10d30a,_0x5a0318);}}),CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x128)]['on'](CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x1a4)][_0x5eea7c(0x10e)],async(_0x496104,_0x2aa605)=>{const _0x323a5f=_0x5eea7c;PerformanceTester['start'](PerformanceHookEvents[_0x323a5f(0x199)]);try{const _0x4d0a8c=_0x496104[_0x323a5f(0x179)]['test'],_0x26439c=_0x35ae05[_0x323a5f(0x121)](TEST_EVENTS[_0x323a5f(0x119)],_0x4d0a8c,_0x2aa605);CodeceptRecorder[_0x323a5f(0x118)](()=>_0x35ae05[_0x323a5f(0x197)](TEST_EVENTS[_0x323a5f(0x119)],_0x26439c));const _0x1d3ab8={};_0x1d3ab8[_0x323a5f(0x19c)]=_0x56f7a7[_0x323a5f(0xd7)],PerformanceTester[_0x323a5f(0xe2)](PerformanceHookEvents[_0x323a5f(0x199)],!![],null,_0x1d3ab8);}catch(_0x3e2971){PerformanceTester[_0x323a5f(0x159)](_0x3e2971);const _0x2871a8={};_0x2871a8['hookType']=_0x56f7a7['qFPgV'],PerformanceTester['end'](PerformanceHookEvents[_0x323a5f(0x199)],![],_0x3e2971,_0x2871a8);}const _0x17b9b9={};_0x17b9b9[_0x323a5f(0x19c)]=_0x56f7a7['qFPgV'],PerformanceTester[_0x323a5f(0xe4)](PerformanceHookEvents[_0x323a5f(0x199)],!![],null,_0x17b9b9);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x146)]['before'],_0x48da67=>{const _0x36af3a=_0x5eea7c;PerformanceTester[_0x36af3a(0xe2)](PerformanceHookEvents[_0x36af3a(0x199)]);try{globals['setGlobal'](_0x56f7a7['dlqHA'],_0x48da67[_0x36af3a(0x100)]);_0x56f7a7[_0x36af3a(0x19a)](isBrowserstackInfra)&&(_0x1a1a0e&&(global[_0x36af3a(0xfc)]={'currentTest':{'name':_0x48da67[_0x36af3a(0x100)],'testInfo':{'titlePath':_0x48da67[_0x36af3a(0xf8)]()}}}));const _0x357787={};_0x357787[_0x36af3a(0x19c)]=_0x56f7a7[_0x36af3a(0x11c)],PerformanceTester[_0x36af3a(0xe4)](PerformanceHookEvents[_0x36af3a(0x199)],!![],null,_0x357787);}catch(_0x53c567){PerformanceTester[_0x36af3a(0x159)](_0x53c567);const _0x381aa7={};_0x381aa7[_0x36af3a(0x19c)]=_0x56f7a7[_0x36af3a(0x11c)],PerformanceTester['end'](PerformanceHookEvents[_0x36af3a(0x199)],![],_0x53c567,_0x381aa7);}}),CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x128)]['on'](CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x146)][_0x5eea7c(0x163)],_0x568918=>{const _0x1b9121=_0x5eea7c;PerformanceTester[_0x1b9121(0xe2)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x1b9121(0x175)](_0x56f7a7[_0x1b9121(0x166)],_0x568918[_0x1b9121(0x100)]);const _0x5f5c78=_0x35ae05['captureEvent'](TEST_EVENTS[_0x1b9121(0x170)],_0x568918);CodeceptRecorder['add'](()=>_0x35ae05[_0x1b9121(0x197)](TEST_EVENTS['TEST_RUN_STARTED'],_0x5f5c78)),CodeceptRecorder[_0x1b9121(0x118)](async()=>{const _0x149513=_0x1b9121;_0x56f7a7[_0x149513(0x180)](isBrowserstackInfra)&&(!_0x56f7a7[_0x149513(0x1ab)](isTrue,_0x39b8ef['skipSessionName'])&&await _0x56f7a7[_0x149513(0x130)](markSessionName,_0x1258c0,_0x568918[_0x149513(0x100)]),_0x35ae05[_0x149513(0x184)]&&await _0x56f7a7[_0x149513(0x1ab)](o11ySync,_0x1258c0));});}catch(_0x36d8b1){const _0x1f480a={};_0x1f480a[_0x1b9121(0x19c)]=_0x56f7a7[_0x1b9121(0x17a)],PerformanceTester[_0x1b9121(0xe4)](PerformanceHookEvents[_0x1b9121(0x199)],![],_0x36d8b1,_0x1f480a),PerformanceTester[_0x1b9121(0x159)](_0x36d8b1);}const _0x4d4a49={};_0x4d4a49[_0x1b9121(0x19c)]=_0x56f7a7[_0x1b9121(0x17a)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4d4a49);}),CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x128)]['on'](CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x146)][_0x5eea7c(0x17c)],_0x590c2a=>{const _0x3d6b4f=_0x5eea7c,_0x5297e3={'BERom':function(_0xd6d64b,_0x17bd21,_0x5aea0d){const _0x55fe5c=a1_0xe7e2;return _0x56f7a7[_0x55fe5c(0x15d)](_0xd6d64b,_0x17bd21,_0x5aea0d);},'CWPuZ':function(_0x333696,_0x34e5cc,_0x3428eb){return _0x56f7a7['bgUXn'](_0x333696,_0x34e5cc,_0x3428eb);}};PerformanceTester['start'](PerformanceHookEvents[_0x3d6b4f(0x199)]);try{const _0x50c057=_0x35ae05['captureEvent'](TEST_EVENTS[_0x3d6b4f(0x136)],_0x590c2a);CodeceptRecorder[_0x3d6b4f(0x118)](()=>_0x35ae05[_0x3d6b4f(0x197)](TEST_EVENTS[_0x3d6b4f(0x136)],_0x50c057)),CodeceptRecorder['add'](async()=>{const _0x356cff=_0x3d6b4f;_0x56f7a7[_0x356cff(0x180)](isBrowserstackInfra)&&await PerformanceTester[_0x356cff(0x139)](PerformanceAutEvents[_0x356cff(0x125)],async()=>{const _0x2de97d=_0x356cff;_0x1a1a0e?await _0x5297e3[_0x2de97d(0x165)](playwrightMarkSessionStatus,_0x1258c0,STATE_PASSED):await _0x5297e3[_0x2de97d(0x16f)](markSessionStatus,_0x1258c0,STATE_PASSED);})();}),PerformanceTester[_0x3d6b4f(0xe4)](PerformanceEvents[_0x3d6b4f(0x177)]);}catch(_0x4827a7){PerformanceTester[_0x3d6b4f(0x159)](_0x4827a7);const _0x26930f={};_0x26930f[_0x3d6b4f(0x19c)]=_0x56f7a7[_0x3d6b4f(0x12e)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x4827a7,_0x26930f),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x4827a7);}const _0x122ee6={};_0x122ee6['hookType']=_0x56f7a7['fMvxQ'],PerformanceTester[_0x3d6b4f(0xe4)](PerformanceHookEvents[_0x3d6b4f(0x199)],!![],null,_0x122ee6);}),CodeceptJS['event'][_0x5eea7c(0x128)]['on'](CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x146)]['failed'],(_0x3f66c9,_0x45feb1)=>{const _0x5c97ca=_0x5eea7c;PerformanceTester[_0x5c97ca(0xe2)](PerformanceHookEvents[_0x5c97ca(0x199)]);try{if(_0x56f7a7[_0x5c97ca(0x154)](_0x3f66c9[_0x5c97ca(0x153)][_0x5c97ca(0x1b2)],_0x56f7a7[_0x5c97ca(0x129)])){const _0x12e5b5=_0x35ae05[_0x5c97ca(0x121)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3f66c9['ctx'][_0x5c97ca(0x10f)]);CodeceptRecorder['add'](()=>_0x35ae05['fireEvent'](TEST_EVENTS[_0x5c97ca(0x1ac)],_0x12e5b5));}else{const _0x5b8f45=_0x35ae05[_0x5c97ca(0x121)](TEST_EVENTS[_0x5c97ca(0x136)],_0x3f66c9,_0x45feb1);CodeceptRecorder[_0x5c97ca(0x118)](()=>{const _0xffe0ab=_0x5c97ca;try{_0x35ae05[_0xffe0ab(0x197)](TEST_EVENTS[_0xffe0ab(0x136)],_0x5b8f45);}catch(_0x4920be){logger[_0xffe0ab(0x15a)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0xffe0ab(0x185)](_0x4920be)),PerformanceTester[_0xffe0ab(0xe4)](PerformanceEvents['SDK_TEST'],![],_0x4920be);}}),CodeceptRecorder[_0x5c97ca(0x118)](async()=>{const _0x21c150=_0x5c97ca;try{_0x56f7a7[_0x21c150(0x180)](isBrowserstackInfra)&&(_0x1a1a0e?await _0x56f7a7[_0x21c150(0x19b)](playwrightMarkSessionStatus,_0x1258c0,STATE_FAILED,_0x45feb1):await _0x56f7a7[_0x21c150(0x19b)](markSessionStatus,_0x1258c0,STATE_FAILED,_0x45feb1));}catch(_0xff2a9b){logger[_0x21c150(0x15a)](_0x21c150(0x158)+util[_0x21c150(0x185)](_0xff2a9b)),PerformanceTester['end'](PerformanceEvents[_0x21c150(0x177)],![],_0xff2a9b);}});}PerformanceTester[_0x5c97ca(0xe4)](PerformanceEvents['SDK_TEST']);}catch(_0x43aa73){PerformanceTester[_0x5c97ca(0x159)](_0x43aa73);const _0x535d1f={};_0x535d1f[_0x5c97ca(0x19c)]=_0x56f7a7[_0x5c97ca(0x148)],PerformanceTester['end'](PerformanceHookEvents[_0x5c97ca(0x199)],![],_0x43aa73,_0x535d1f),PerformanceTester[_0x5c97ca(0xe4)](PerformanceEvents[_0x5c97ca(0x177)],![],_0x43aa73);}const _0x11e937={};_0x11e937['hookType']=_0x56f7a7['WcxWp'],PerformanceTester[_0x5c97ca(0xe4)](PerformanceHookEvents[_0x5c97ca(0x199)],!![],null,_0x11e937);}),CodeceptJS[_0x5eea7c(0x173)]['dispatcher']['on'](CodeceptJS[_0x5eea7c(0x173)]['test'][_0x5eea7c(0x124)],_0x414858=>{const _0x1db647=_0x5eea7c;PerformanceTester[_0x1db647(0xe2)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5e1c13=_0x35ae05[_0x1db647(0x121)](TEST_EVENTS[_0x1db647(0x1ac)],_0x414858);CodeceptRecorder['add'](()=>_0x35ae05['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x5e1c13)),PerformanceTester['end'](PerformanceEvents[_0x1db647(0x177)]);}catch(_0x136c4b){PerformanceTester[_0x1db647(0x159)](_0x136c4b),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x136c4b);const _0x33da80={};_0x33da80[_0x1db647(0x19c)]=_0x56f7a7[_0x1db647(0xf6)],PerformanceTester[_0x1db647(0xe4)](PerformanceHookEvents[_0x1db647(0x199)],![],_0x136c4b,_0x33da80);}const _0x32c324={};_0x32c324[_0x1db647(0x19c)]=_0x56f7a7[_0x1db647(0xf6)],PerformanceTester['end'](PerformanceHookEvents[_0x1db647(0x199)],!![],null,_0x32c324);}),CodeceptJS[_0x5eea7c(0x173)]['dispatcher']['on'](CodeceptJS['event']['test'][_0x5eea7c(0xe8)],async(_0x294515,_0x25374c)=>{const _0x2b5ed6=_0x5eea7c,_0x4738b9={};_0x4738b9[_0x2b5ed6(0x171)]=_0x56f7a7[_0x2b5ed6(0x155)];const _0x33bd58=_0x4738b9;try{PerformanceTester['start'](PerformanceHookEvents[_0x2b5ed6(0x199)]);const _0x37537a=_0x56f7a7[_0x2b5ed6(0x138)](shouldScanTestForAccessibility,_0x294515[_0x2b5ed6(0xf8)](),!![]);if(_0x56f7a7[_0x2b5ed6(0x19a)](isAccessibilityAutomationSession)&&global[_0x2b5ed6(0x103)]&&_0x37537a){const _0x2c8db0={};_0x2c8db0[_0x2b5ed6(0x133)]=_0x294515[_0x2b5ed6(0xe7)],_0x2c8db0[_0x2b5ed6(0x1b9)]=process[_0x2b5ed6(0x12f)][testHubConstants[_0x2b5ed6(0x12c)][_0x2b5ed6(0x1a3)]],_0x2c8db0['thJwtToken']=process[_0x2b5ed6(0x12f)][testHubConstants[_0x2b5ed6(0x12c)][_0x2b5ed6(0x1a9)]];const _0x9fa393=_0x2c8db0;logger[_0x2b5ed6(0x15a)](_0x2b5ed6(0x161)+JSON['stringify'](_0x9fa393)),CodeceptRecorder[_0x2b5ed6(0x118)](async()=>{const _0xa21a91=_0x2b5ed6,_0x9bec01={};_0x9bec01[_0xa21a91(0x172)]=_0x33bd58[_0xa21a91(0x171)],await PerformanceTester[_0xa21a91(0x139)](PerformanceA11yEvents[_0xa21a91(0x14e)],async()=>{const _0x44dc5d=_0xa21a91;await AccessibilityHelper['browserStackExecuteDriver'](_0x1258c0,scripts[_0x44dc5d(0x19f)]);},_0x9bec01)(),await PerformanceTester[_0xa21a91(0x139)](PerformanceA11yEvents[_0xa21a91(0x10b)],async()=>{const _0x21faf5=_0xa21a91;await AccessibilityHelper[_0x21faf5(0xf2)](_0x1258c0,scripts[_0x21faf5(0x169)],_0x9fa393);})();}),logger[_0x2b5ed6(0x195)](_0x56f7a7[_0x2b5ed6(0x152)]);}const _0x41073c={};_0x41073c[_0x2b5ed6(0x19c)]=_0x56f7a7[_0x2b5ed6(0x14d)],PerformanceTester[_0x2b5ed6(0xe4)](PerformanceHookEvents[_0x2b5ed6(0x199)],!![],null,_0x41073c);}catch(_0x543330){PerformanceTester[_0x2b5ed6(0x159)](_0x543330);const _0xfde25d={};_0xfde25d[_0x2b5ed6(0x19c)]=_0x56f7a7['esvKc'],PerformanceTester[_0x2b5ed6(0xe4)](PerformanceHookEvents[_0x2b5ed6(0x199)],![],_0x543330,_0xfde25d);}}),CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x128)]['on'](CodeceptJS['event'][_0x5eea7c(0x12b)]['comment'],_0x580908=>{const _0x7ac7ea=_0x5eea7c;PerformanceTester['start'](PerformanceHookEvents[_0x7ac7ea(0x199)]);try{process[_0x7ac7ea(0xff)]('bs:addLog:'+process[_0x7ac7ea(0x12a)],{'timestamp':new Date()[_0x7ac7ea(0x109)](),'level':_0x56f7a7[_0x7ac7ea(0x16c)],'message':_0x580908,'kind':_0x56f7a7[_0x7ac7ea(0x186)],'http_response':{}});}catch(_0x168e03){PerformanceTester[_0x7ac7ea(0x159)](_0x168e03);const _0x428803={};_0x428803[_0x7ac7ea(0x19c)]=_0x56f7a7['tvtQN'],PerformanceTester[_0x7ac7ea(0xe4)](PerformanceHookEvents[_0x7ac7ea(0x199)],![],_0x168e03,_0x428803);}const _0xb601df={};_0xb601df[_0x7ac7ea(0x19c)]=_0x56f7a7['tvtQN'],PerformanceTester[_0x7ac7ea(0xe4)](PerformanceHookEvents[_0x7ac7ea(0x199)],!![],null,_0xb601df);}),CodeceptJS['event'][_0x5eea7c(0x128)]['on'](CodeceptJS['event']['bddStep'][_0x5eea7c(0x10a)],_0x37b31a=>{const _0x2eaa4e=_0x5eea7c,_0x5b7f79={};_0x5b7f79[_0x2eaa4e(0x19c)]=_0x56f7a7[_0x2eaa4e(0x164)],PerformanceTester[_0x2eaa4e(0x139)](PerformanceHookEvents[_0x2eaa4e(0x199)],()=>{const _0x45db6b=_0x2eaa4e;_0x35ae05[_0x45db6b(0xf5)](_0x37b31a);},_0x5b7f79)();}),CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x128)]['on'](CodeceptJS[_0x5eea7c(0x173)][_0x5eea7c(0x17d)][_0x5eea7c(0xe8)],_0x1ac7ed=>{const _0x168dca=_0x5eea7c,_0x9d626c={};_0x9d626c[_0x168dca(0x19c)]=_0x56f7a7[_0x168dca(0x142)],PerformanceTester[_0x168dca(0x139)](PerformanceHookEvents[_0x168dca(0x199)],()=>{const _0xc57c66=_0x168dca;_0x35ae05[_0xc57c66(0x11a)](_0x1ac7ed);},_0x9d626c)();});};
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_0x567a72=a2_0x436a;(function(_0x2ea8c2,_0x5e6a52){const _0x2125d4=a2_0x436a,_0x39518a=_0x2ea8c2();while(!![]){try{const _0x3960d6=parseInt(_0x2125d4(0x175))/0x1+parseInt(_0x2125d4(0x16b))/0x2+-parseInt(_0x2125d4(0x1b5))/0x3+-parseInt(_0x2125d4(0x1c6))/0x4+-parseInt(_0x2125d4(0x1b7))/0x5+-parseInt(_0x2125d4(0x1cc))/0x6+parseInt(_0x2125d4(0x15b))/0x7;if(_0x3960d6===_0x5e6a52)break;else _0x39518a['push'](_0x39518a['shift']());}catch(_0x1da924){_0x39518a['push'](_0x39518a['shift']());}}}(a2_0x3807,0xecd79));function a2_0x3807(){const _0x24c8da=['FRAMEWORKS','handleApp','BROWSERSTACK_TEST_ACCESSIBILITY_YML','findIndex','../../helpers/helper','22507415bvYvrM','failed','printResults','spawn','codeceptjs/lib/index.js','zUpQl','slice','xOTYB','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_RERUN','title','BROWSERSTACK_RERUN_TESTS','chromium','UeqFA','../../helpers/test-observability/constants','nSwpF','1131324hBKRAt','chdir','split','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','DateA','/wd/hub','SDK_CLEANUP','playwright-chromium','skipSessionName','ZdovH','1561055rntGvj','trim','webkit','chrome','replace','frameworkName','Workers','MiLCd','browser','../../helpers/performance/constants','teardownAll','passed','parallelsPerPlatform','process','xYkYd','launchBuild','jFNrY','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','accessibility','bndhx','../../helpers/logger','getUserWorkerCount','key','stringify','testContextOptions','before','length','stop','createGroupsOfSuites','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','format','forEach','CzWOJ','setAdditionalCapabilities','SDK_SETUP','browserStackCwd','LcghT','isEmpty','testConfig','CODECEPT_CUCUMBER','info','mergeDeep','exports','validPlatformsPresent','finalExecution','join','all','QIkqZ','log','push','toLowerCase','debug','Passed\x20:\x20','../../helpers/test-observability/utils','config','codecept.conf.js','5|4|2|3|0|1','gherkin','stack','map','end','user','getPlatformName','result','2768106yinzls','browserWSEndpoint','3257540rRuhVX','firefox','zZsLR','TexRL','load','platforms','../../helpers/accessibility-automation/helper','pDAHz','prepareCapabilities','hubUrl','Playwright','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','yqfNp','enabled','../../bin/playwright/accessibility-helper','6135232LjQbhl','CODECEPT','../../helpers/utilities','../../helpers/testhub/testhubHandler','path','profile','7583634ahzMdT','winstonLogger','vALZP','../utils/constants','testObservability','start','nLslG','helpers','validateRerunTestList','plugins','err','initialize','accessibilityOptions','Failed\x20:\x20','Started\x20:\x20','getPlaywrightUrl','FLiId','isUndefined','xSowe','../../helpers/performance/performance-tester','addConfig','uJfrU','event','cwd','WebDriver','EVENTS','test','skipSessionStatus','BrowserStackPlugin.js','playwright-webkit','browserName','existsSync','root','env','assign','codecept.json','USER_CONFIG_DETAILS_PATH','desiredCapabilities','playwright-firefox','iVkeB','useW3C'];a2_0x3807=function(){return _0x24c8da;};return a2_0x3807();}function a2_0x436a(_0x3cde83,_0x1c7c5e){const _0x380759=a2_0x3807();return a2_0x436a=function(_0x436a18,_0x5a7fce){_0x436a18=_0x436a18-0x12e;let _0x45c31c=_0x380759[_0x436a18];return _0x45c31c;},a2_0x436a(_0x3cde83,_0x1c7c5e);}const fs=require('fs'),path=require(a2_0x567a72(0x1ca)),util=require('util'),process=require(a2_0x567a72(0x182)),logger=require(a2_0x567a72(0x189))[a2_0x567a72(0x12e)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),utilities=require(a2_0x567a72(0x1c8)),{checkAccessibilityPlatformConfig}=require(a2_0x567a72(0x1bd)),{setAccessibilityCapabilities}=require(a2_0x567a72(0x1c5)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x567a72(0x15a)),CodeceptJS=requireModule(a2_0x567a72(0x15f),'codeceptjs'),testOpsHelper=require(a2_0x567a72(0x1aa)),TestHubHandler=require(a2_0x567a72(0x1c9)),constants=require(a2_0x567a72(0x130)),PerformanceTester=require(a2_0x567a72(0x140)),{FRAMEWORKS}=require(a2_0x567a72(0x169)),PerformanceEvents=require(a2_0x567a72(0x17e))[a2_0x567a72(0x146)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x590ab2,_0x36e5c8)=>{const _0x382d3c=a2_0x567a72,_0x1afb63={};_0x1afb63[_0x382d3c(0x1be)]=function(_0x294fde,_0x54bfc1){return _0x294fde===_0x54bfc1;},_0x1afb63[_0x382d3c(0x16a)]=_0x382d3c(0x1ac),_0x1afb63[_0x382d3c(0x188)]=_0x382d3c(0x150);const _0x592652=_0x1afb63;let _0x3d5ab0=null;const _0x69891f={};let _0x5d05a4=_0x36e5c8[_0x382d3c(0x159)](_0x4de827=>_0x4de827==='--config');_0x592652[_0x382d3c(0x1be)](_0x5d05a4,-0x1)&&(_0x5d05a4=_0x36e5c8['findIndex'](_0x185bfc=>_0x185bfc==='-c'));if(!helper['isUndefined'](_0x590ab2[_0x382d3c(0x1ab)])&&fs[_0x382d3c(0x14c)](path[_0x382d3c(0x1a2)](process[_0x382d3c(0x144)](),_0x590ab2['config'])))_0x3d5ab0=path[_0x382d3c(0x1a2)](process[_0x382d3c(0x144)](),_0x590ab2['config']),_0x36e5c8['slice'](_0x5d05a4,0x2);else{if(!helper[_0x382d3c(0x13e)](_0x590ab2['c'])&&fs[_0x382d3c(0x14c)](path[_0x382d3c(0x1a2)](process[_0x382d3c(0x144)](),_0x590ab2['c'])))_0x3d5ab0=path['join'](process[_0x382d3c(0x144)](),_0x590ab2['c']),_0x36e5c8[_0x382d3c(0x161)](_0x5d05a4,0x2);else{if(fs['existsSync'](path['join'](process[_0x382d3c(0x144)](),_0x592652[_0x382d3c(0x16a)])))_0x3d5ab0=path[_0x382d3c(0x1a2)](process['cwd'](),_0x592652['nSwpF']);else fs[_0x382d3c(0x14c)](path['join'](process[_0x382d3c(0x144)](),_0x592652[_0x382d3c(0x188)]))&&(_0x3d5ab0=path[_0x382d3c(0x1a2)](process['cwd'](),_0x592652['bndhx']));}}return process['env'][_0x382d3c(0x151)]=_0x3d5ab0,_0x3d5ab0;},getO11yRerunPattern=()=>{const _0x587c3f=a2_0x567a72,_0x29e652=helper['isTrue'](process['env'][_0x587c3f(0x164)]);if(_0x29e652){const _0x1c6917=process[_0x587c3f(0x14e)][_0x587c3f(0x166)],_0xad8ac=[];if(helper[_0x587c3f(0x135)](_0x1c6917)&&!helper['isUndefined'](_0x1c6917)){_0x1c6917[_0x587c3f(0x16d)](',')[_0x587c3f(0x1b0)](_0x155550=>{const _0x2795c8=_0x587c3f;_0xad8ac['push']('('+_0x155550[_0x2795c8(0x176)]()+')');});const _0xc532f4='^'+_0xad8ac[_0x587c3f(0x1a2)]('|')+'$';return _0xc532f4;}}return null;},a2_0x56f05c={};a2_0x56f05c[a2_0x567a72(0x178)]=a2_0x567a72(0x167),a2_0x56f05c[a2_0x567a72(0x172)]=a2_0x567a72(0x167),a2_0x56f05c[a2_0x567a72(0x153)]=a2_0x567a72(0x1b8),a2_0x56f05c[a2_0x567a72(0x14a)]=a2_0x567a72(0x177);const pwToCodeceptBrowser=a2_0x56f05c;async function run(_0x1880fe,_0xaffbf0,_0x216a8e){const _0x371cb7=a2_0x567a72,_0x1a5b28={'FLiId':function(_0x3cc2e6,_0x3fc328){return _0x3cc2e6+_0x3fc328;},'CzWOJ':function(_0x17bee4,_0x27eca6){return _0x17bee4(_0x27eca6);},'xOTYB':function(_0x37ce30,_0x39a8e5,_0xd7b90f){return _0x37ce30(_0x39a8e5,_0xd7b90f);},'UeqFA':'helpers','iVkeB':function(_0x5301dc){return _0x5301dc();},'ZdovH':_0x371cb7(0x170),'TexRL':_0x371cb7(0x13a),'zUpQl':_0x371cb7(0x1a9),'zZsLR':_0x371cb7(0x13b),'DateA':_0x371cb7(0x1ad),'vALZP':_0x371cb7(0x192),'uJfrU':_0x371cb7(0x1c1),'xYkYd':_0x371cb7(0x145),'xSowe':function(_0x8b371e,_0x372931){return _0x8b371e!=_0x372931;},'WrTDV':function(_0x229139,_0x42f1f5){return _0x229139===_0x42f1f5;},'jFNrY':function(_0x28d593,_0x4e12f4,_0x26e0cc){return _0x28d593(_0x4e12f4,_0x26e0cc);},'MiLCd':_0x371cb7(0x1ae),'NfxIf':function(_0x4f87ae,_0x12a50d){return _0x4f87ae*_0x12a50d;},'zFAXB':_0x371cb7(0x17d),'QIkqZ':function(_0x5b9848,_0x5d9581,_0x4adb7a){return _0x5b9848(_0x5d9581,_0x4adb7a);},'nLslG':_0x371cb7(0x152),'LcghT':_0x371cb7(0x14d),'OdgPw':_0x371cb7(0x149),'yqfNp':_0x371cb7(0x198)};await _0x216a8e[_0x371cb7(0x138)](_0x1880fe),await helper[_0x371cb7(0x157)](_0x216a8e[_0x371cb7(0x1ab)]);if(!_0x216a8e['config'])return;process['profile']=_0x1880fe[_0x371cb7(0x1cb)];_0x1880fe['profile']&&(process[_0x371cb7(0x14e)][_0x371cb7(0x1cb)]=_0x1880fe['profile']);const _0x149c4a=_0x1a5b28[_0x371cb7(0x162)](getUserCodeceptJSConfigs,_0x1880fe,_0xaffbf0);let _0x5ecd13={};_0x149c4a?(logger[_0x371cb7(0x19d)](_0x371cb7(0x1c2)+_0x149c4a),_0x5ecd13=CodeceptJS[_0x371cb7(0x1ab)][_0x371cb7(0x1bb)](_0x149c4a)):logger[_0x371cb7(0x19d)](_0x1a5b28[_0x371cb7(0x12f)]);let _0x1de8e1=![];_0x1a5b28[_0x371cb7(0x162)](nestedKeyValue,_0x5ecd13,[_0x1a5b28[_0x371cb7(0x168)],_0x1a5b28[_0x371cb7(0x142)]])&&(_0x1de8e1=!![]);const _0x5a4153=_0x1de8e1?_0x1a5b28[_0x371cb7(0x142)]:_0x1a5b28[_0x371cb7(0x183)];let _0x21104=!_0x1de8e1?helper[_0x371cb7(0x155)](_0x216a8e[_0x371cb7(0x1ab)]):![];!helper[_0x371cb7(0x13e)](_0x216a8e[_0x371cb7(0x1ab)]['accessibilityOptions'])&&(process[_0x371cb7(0x14e)][_0x371cb7(0x16e)]=JSON[_0x371cb7(0x18c)](_0x216a8e['config'][_0x371cb7(0x139)]));let _0x3c4657=_0x216a8e['config'][_0x371cb7(0x187)];_0x3c4657=_0x3c4657||_0x1a5b28[_0x371cb7(0x195)](checkAccessibilityPlatformConfig,_0x216a8e[_0x371cb7(0x1ab)]),process[_0x371cb7(0x14e)][_0x371cb7(0x158)]=_0x3c4657;_0x3c4657&&(_0x21104=!_0x3c4657);_0x1a5b28[_0x371cb7(0x13f)](_0x216a8e[_0x371cb7(0x1ab)][_0x371cb7(0x131)],null)?process[_0x371cb7(0x14e)][_0x371cb7(0x163)]=_0x216a8e[_0x371cb7(0x1ab)][_0x371cb7(0x131)]:process[_0x371cb7(0x14e)][_0x371cb7(0x163)]=_0x1a5b28['WrTDV'](_0x5a4153,_0x1a5b28['uJfrU']);const _0x52208c=_0x1a5b28[_0x371cb7(0x185)](nestedKeyValue,_0x5ecd13,[_0x1a5b28[_0x371cb7(0x17c)]]),_0x3836bf=_0x52208c&&!helper[_0x371cb7(0x19a)](_0x52208c)?FRAMEWORKS[_0x371cb7(0x19c)]:FRAMEWORKS[_0x371cb7(0x1c7)],_0x745191=await TestHubHandler[_0x371cb7(0x184)](_0x3836bf,_0x216a8e);_0x3c4657&&_0x1a5b28['CzWOJ'](setAccessibilityCapabilities,_0x216a8e[_0x371cb7(0x1ab)]);const _0x3fb185={},_0x2baacd=[],_0x187757=_0x216a8e[_0x371cb7(0x1ab)][_0x371cb7(0x181)]||helper[_0x371cb7(0x18a)](_0x1880fe,_0xaffbf0,_0x216a8e['config'],constants[_0x371cb7(0x156)][_0x371cb7(0x1c7)])||0x1;let _0x3e37b9=0x1;if(_0x1a5b28['iVkeB'](isBrowserstackInfra)){const _0x44a223=helper[_0x371cb7(0x1bf)](_0x216a8e['config'],_0x21104,constants[_0x371cb7(0x156)][_0x371cb7(0x1c7)]);_0x44a223[_0x371cb7(0x194)](_0x1fe6c7=>{const _0xcb90df=_0x371cb7;helper[_0xcb90df(0x196)](_0x1fe6c7);}),helper[_0x371cb7(0x1a0)](_0x216a8e[_0x371cb7(0x1ab)])?_0x3e37b9=_0x1a5b28['NfxIf'](_0x187757,_0x216a8e[_0x371cb7(0x1ab)]['platforms'][_0x371cb7(0x18f)]):_0x3e37b9=_0x187757,_0x44a223[_0x371cb7(0x194)](_0xd720b0=>{const _0x14913b=_0x371cb7,_0x3f64fe=_0x1a5b28[_0x14913b(0x13d)](helper[_0x14913b(0x1b3)](_0xd720b0,'_'),'_'+Date['now']()),_0x3ea6d0=((()=>{const _0x3b9161=_0x14913b;if(_0x1de8e1){const _0x3c0eef=pwToCodeceptBrowser[_0xd720b0[_0x3b9161(0x14b)]]||_0xd720b0['browserName'];return{'browser':_0x3c0eef,[_0x3c0eef]:{'browserWSEndpoint':_0x1a5b28[_0x3b9161(0x13d)](helper[_0x3b9161(0x13c)](_0x216a8e[_0x3b9161(0x1ab)]),_0x1a5b28['CzWOJ'](encodeURIComponent,JSON[_0x3b9161(0x18c)](_0xd720b0)))}};}const _0x93d755={};return _0x93d755[_0x3b9161(0x152)]=_0xd720b0,_0x93d755[_0x3b9161(0x1b2)]=_0x216a8e[_0x3b9161(0x1ab)]['userName'],_0x93d755[_0x3b9161(0x18b)]=_0x216a8e[_0x3b9161(0x1ab)]['accessKey'],_0x93d755;})()),_0x54ae36=_0x1a5b28[_0x14913b(0x162)](nestedKeyValue,_0x5ecd13,[_0x1a5b28[_0x14913b(0x168)],_0x5a4153]);_0x3fb185[_0x3f64fe]=_0x54ae36?helper['mergeDeep'](_0x3ea6d0,_0x54ae36):_0x3ea6d0;if(!_0x1de8e1){_0x3fb185[_0x3f64fe]['browser']=_0xd720b0[_0x14913b(0x14b)]||_0x3ea6d0[_0x14913b(0x17d)];if(_0x1a5b28[_0x14913b(0x154)](isBrowserstackInfra)){_0x3fb185[_0x3f64fe]['host']=constants[_0x14913b(0x1c0)][_0x14913b(0x179)](_0x1a5b28[_0x14913b(0x174)],'')[_0x14913b(0x179)](/https?:\/\//,'');;_0x3fb185[_0x3f64fe][_0x14913b(0x1ca)]=_0x1a5b28['ZdovH'];}}_0x2baacd[_0x14913b(0x1a6)](_0x3f64fe);});}else{_0x3e37b9=0x1;if(_0x1de8e1){const _0x266b69=_0x1a5b28[_0x371cb7(0x162)](nestedKeyValue,_0x5ecd13,[_0x1a5b28[_0x371cb7(0x168)],_0x5a4153,_0x1a5b28['zFAXB']]),_0x53da58=_0x1a5b28[_0x371cb7(0x1a4)](nestedKeyValue,_0x5ecd13,[_0x1a5b28[_0x371cb7(0x168)],_0x5a4153,_0x266b69]);if(_0x53da58&&_0x53da58['browserWSEndpoint']){const _0x10204a={};_0x10204a[_0x371cb7(0x1bc)]=[],_0x53da58[_0x371cb7(0x1b6)]=helper[_0x371cb7(0x1bf)](Object['assign']({},_0x216a8e['config'],_0x10204a),null,_0x3836bf[_0x371cb7(0x1a7)](),null,null,_0x53da58[_0x371cb7(0x1b6)]);}}else{const _0xdcaaa3={};_0xdcaaa3['platforms']=[],_0x5ecd13[_0x1a5b28[_0x371cb7(0x168)]][_0x5a4153][_0x1a5b28[_0x371cb7(0x133)]]=helper[_0x371cb7(0x1bf)](Object[_0x371cb7(0x14f)]({},_0x216a8e[_0x371cb7(0x1ab)],_0xdcaaa3),null,_0x3836bf[_0x371cb7(0x1a7)](),_0x1a5b28[_0x371cb7(0x162)](nestedKeyValue,_0x5ecd13,[_0x1a5b28['UeqFA'],_0x5a4153,_0x1a5b28[_0x371cb7(0x133)]])||{},null,null);}_0x3fb185[_0x1a5b28['LcghT']]=_0x5ecd13,_0x2baacd[_0x371cb7(0x1a6)](_0x1a5b28[_0x371cb7(0x199)]);}const _0xb52289={};_0xb52289[_0x371cb7(0x19b)]=_0x149c4a;const _0x34f021=_0xb52289,_0x213230=path[_0x371cb7(0x1a2)](__dirname,_0x1a5b28['OdgPw']),_0x3b57fd=process[_0x371cb7(0x144)]();process[_0x371cb7(0x14e)][_0x1a5b28[_0x371cb7(0x1c3)]]=_0x3b57fd,process[_0x371cb7(0x16c)](path['dirname'](_0x149c4a));const _0x5328f8=new CodeceptJS[(_0x371cb7(0x17b))](null,_0x34f021),_0x5c1548=_0x5328f8[_0x371cb7(0x191)](_0x3e37b9),_0x647c9=testOpsHelper['isTestObservabilitySession'](),_0x56b9ad=_0x2baacd[_0x371cb7(0x1b0)](_0x4bfa29=>{const _0x52b507=_0x371cb7,_0x8a7393={};_0x8a7393['Playwright']=_0x3fb185[_0x4bfa29];const _0x21e231={};_0x21e231['WebDriver']=_0x3fb185[_0x4bfa29];const _0x1f3467=_0x1de8e1?_0x8a7393:_0x21e231,_0x332321=_0x1a5b28[_0x52b507(0x154)](getO11yRerunPattern),_0x4103a8={};_0x4103a8[_0x52b507(0x134)]=_0x1f3467;const _0x3d01b1={};_0x3d01b1['require']=_0x213230,_0x3d01b1[_0x52b507(0x1c4)]=!![],_0x3d01b1[_0x52b507(0x173)]=_0x216a8e[_0x52b507(0x1ab)][_0x52b507(0x18d)][_0x52b507(0x173)],_0x3d01b1[_0x52b507(0x148)]=_0x216a8e[_0x52b507(0x1ab)][_0x52b507(0x18d)]['skipSessionStatus'],_0x3d01b1['testObservability']=_0x647c9,_0x3d01b1[_0x52b507(0x17a)]=_0x3836bf;const _0x20218e={};_0x20218e['BrowserStackPlugin']=_0x3d01b1;const _0x18d33f={};return _0x18d33f[_0x52b507(0x136)]=_0x20218e,helper[_0x52b507(0x19e)]({},_0x5ecd13,_0x1a5b28[_0x52b507(0x154)](isBrowserstackInfra)?_0x4103a8:{},_0x332321?{'grep':_0x332321}:{},_0x18d33f);});for(const _0x2fbe64 of _0x56b9ad){for(const _0x540c25 of _0x5c1548){const _0x446af6=_0x5328f8[_0x371cb7(0x15e)]();_0x446af6['addTests'](_0x540c25),_0x446af6[_0x371cb7(0x141)](_0x2fbe64);const _0x532cf5={};_0x532cf5[_0x371cb7(0x1ab)]=_0x149c4a,_0x446af6['addOptions'](_0x532cf5);}}_0x5328f8['on'](CodeceptJS[_0x371cb7(0x143)]['test'][_0x371cb7(0x15c)],(_0x3a2312,_0x398751)=>{const _0x5e6dfd=_0x371cb7;console[_0x5e6dfd(0x1a5)](_0x1a5b28[_0x5e6dfd(0x1ba)],_0x3a2312[_0x5e6dfd(0x165)]);const _0x5a37d3={[_0x3a2312['title']]:_0x3a2312[_0x5e6dfd(0x137)][_0x5e6dfd(0x1af)]};_testErrorData[_0x5e6dfd(0x1a6)](_0x5a37d3);}),_0x5328f8['on'](CodeceptJS[_0x371cb7(0x143)]['test'][_0x371cb7(0x180)],async _0x194227=>{const _0x196f69=_0x371cb7;console[_0x196f69(0x1a5)](_0x1a5b28[_0x196f69(0x160)],_0x194227['title']);}),_0x5328f8['on'](CodeceptJS['event'][_0x371cb7(0x147)][_0x371cb7(0x18e)],async _0x10dc43=>{const _0x4b855c=_0x371cb7;console['log'](_0x1a5b28[_0x4b855c(0x1b9)],_0x10dc43[_0x4b855c(0x165)]);}),_0x5328f8['on'](CodeceptJS['event'][_0x371cb7(0x1a3)][_0x371cb7(0x1b4)],async()=>{const _0x2837ff=_0x371cb7,_0x5e56e0=_0x1a5b28[_0x2837ff(0x16f)]['split']('|');let _0x56561c=0x0;while(!![]){switch(_0x5e56e0[_0x56561c++]){case'0':try{await TestHubHandler[_0x2837ff(0x190)]();}catch(_0x4ebcf7){logger[_0x2837ff(0x1a8)](_0x2837ff(0x186)+util[_0x2837ff(0x193)](_0x4ebcf7));}continue;case'1':_0x5328f8[_0x2837ff(0x15d)]();continue;case'2':testOpsHelper['printBuildLink']();continue;case'3':utilities[_0x2837ff(0x1a1)](_0x216a8e);continue;case'4':_0x216a8e['errorMessage']=_testErrorData;continue;case'5':PerformanceTester[_0x2837ff(0x132)](PerformanceEvents[_0x2837ff(0x171)]);continue;}break;}});async function _0x17de60(){const _0x57928f=_0x371cb7;try{await _0x5328f8['bootstrapAll'](),await _0x5328f8['run']();}finally{process[_0x57928f(0x16c)](_0x3b57fd),await _0x5328f8[_0x57928f(0x17f)]();}}PerformanceTester[_0x371cb7(0x1b1)](PerformanceEvents[_0x371cb7(0x197)]),_0x1a5b28[_0x371cb7(0x154)](_0x17de60);}module[a2_0x567a72(0x19f)]=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
- function a3_0x1790(){const _0x982078=['AFdTG','getDetails','20xcyDvB','5204277aEmyIT','browser_version','DlLmS','CSuey','capabilities','constructor','725403kDxNid','caps','../../helpers/accessibility-automation/helper','SvINx','fetchPlatformDetails','czfeA','HghpT','qFJJg','shouldPatchExecuteScript','tlYOt','warn','deviceName','name','searchParams','browserstack_executor','latest','desiredCapabilities','4730576kwBGAF','platform','QWrhu','JbIXw','__cloud_provider___','WebDriver','browserName','browserVersion','TTshM','../../helpers/test-observability/utils','Playwright','469822wlmDnt','yKLlF','OSmjN','unknown_grid','tyYwe','sCgOm','yIqqn','1816206yIyKLT','../../helpers/logger','cloudProvider','winstonLogger','browser','FptCf','oIdIT','zxvyB','176164WpiSQt','get','jlnpL','platformVersion','platform_version','osVersion','accessibilityPlatform','bstack:options','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','yDStI','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','includes','12xjzwAl','QeObw','szPvj','ZmcEp','parse','sessionId','os_version','1120134VFQtau','bsSessionId'];a3_0x1790=function(){return _0x982078;};return a3_0x1790();}const a3_0x36541a=a3_0x5866;(function(_0x35f403,_0x14f099){const _0xf4db30=a3_0x5866,_0x1cb512=_0x35f403();while(!![]){try{const _0x35b5c7=parseInt(_0xf4db30(0x83))/0x1+parseInt(_0xf4db30(0xa5))/0x2+-parseInt(_0xf4db30(0xb0))/0x3+-parseInt(_0xf4db30(0x92))/0x4*(-parseInt(_0xf4db30(0xa9))/0x5)+parseInt(_0xf4db30(0x9e))/0x6*(-parseInt(_0xf4db30(0x8a))/0x7)+-parseInt(_0xf4db30(0x78))/0x8+parseInt(_0xf4db30(0xaa))/0x9;if(_0x35b5c7===_0x14f099)break;else _0x1cb512['push'](_0x1cb512['shift']());}catch(_0x535b7c){_0x1cb512['push'](_0x1cb512['shift']());}}}(a3_0x1790,0x6988b));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x36541a(0x8b))[a3_0x36541a(0x8d)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x36541a(0x69)),{getObservabilityLinkedProductName}=require(a3_0x36541a(0x81)),getOSVersionFromCaps=_0xfe701a=>{const _0x5b3f38=a3_0x36541a,_0x25618f={};_0x25618f[_0x5b3f38(0x84)]=_0x5b3f38(0x99),_0x25618f['AFdTG']=_0x5b3f38(0x95),_0x25618f[_0x5b3f38(0x6c)]='platform_version',_0x25618f[_0x5b3f38(0x6a)]=_0x5b3f38(0x97),_0x25618f[_0x5b3f38(0x88)]=_0x5b3f38(0xa4);const _0x2f1506=_0x25618f;if(!_0xfe701a)return null;const _0x107202=_0xfe701a[_0x2f1506[_0x5b3f38(0x84)]],_0x21d3f2=[_0x2f1506[_0x5b3f38(0xa7)],_0x2f1506[_0x5b3f38(0x6c)],_0x2f1506[_0x5b3f38(0x6a)],_0x2f1506[_0x5b3f38(0x88)]];for(const _0x2c85d6 of _0x21d3f2){if(_0x107202&&_0x107202[_0x2c85d6])return _0x107202[_0x2c85d6];else{if(_0xfe701a[_0x2c85d6])return _0xfe701a[_0x2c85d6];}}return null;};function a3_0x5866(_0x5a4fe7,_0x148cb8){const _0x17902b=a3_0x1790();return a3_0x5866=function(_0x5866f4,_0x507895){_0x5866f4=_0x5866f4-0x69;let _0x19cbd6=_0x17902b[_0x5866f4];return _0x19cbd6;},a3_0x5866(_0x5a4fe7,_0x148cb8);}exports[a3_0x36541a(0x6b)]=_0x22aebd=>{const _0x5d31ad=a3_0x36541a,_0x4ca0af={'HghpT':_0x5d31ad(0x86),'YFBNR':function(_0x1fc699,_0x1ed943){return _0x1fc699===_0x1ed943;},'DlLmS':_0x5d31ad(0x7d),'ZhkzC':function(_0xe17b77,_0x29c23c){return _0xe17b77(_0x29c23c);},'JbIXw':function(_0x1ef90c,_0x2e4c7d,_0x227271){return _0x1ef90c(_0x2e4c7d,_0x227271);},'tlYOt':'config','qFJJg':_0x5d31ad(0x77),'QSwaG':_0x5d31ad(0x82),'oIdIT':_0x5d31ad(0x8e),'jlnpL':'browserWSEndpoint','zxvyB':_0x5d31ad(0xb1),'tyYwe':function(_0x125117,_0xaab14e){return _0x125117(_0xaab14e);}};if(!_0x22aebd)return null;let _0xd1a4c2=global[_0x5d31ad(0x7c)]||_0x4ca0af[_0x5d31ad(0x6d)];if(_0x4ca0af['YFBNR'](_0x22aebd[_0x5d31ad(0xaf)][_0x5d31ad(0x73)],_0x4ca0af[_0x5d31ad(0xac)])){const _0x4ca98b=_0x22aebd[_0x5d31ad(0x8e)];if(!_0x4ca98b)return null;const _0x4cb96a=_0x4ca98b[_0x5d31ad(0xae)],_0x150444=_0x4ca0af['ZhkzC'](getOSVersionFromCaps,_0x4ca0af[_0x5d31ad(0x7b)](nestedKeyValue,_0x22aebd,[_0x4ca0af[_0x5d31ad(0x70)],_0x4ca0af[_0x5d31ad(0x6e)]]));return{[_0xd1a4c2]:{'browser':_0x4cb96a[_0x5d31ad(0x7e)],'browser_version':_0x4cb96a[_0x5d31ad(0x7f)],'capabilities':_0x4cb96a,'platform':_0x4cb96a['platformName'],'platform_version':_0x4cb96a[_0x5d31ad(0x95)]||_0x150444,'product':_0x4ca0af['ZhkzC'](getObservabilityLinkedProductName,_0x4cb96a),'session_id':_0x4ca98b[_0x5d31ad(0xa3)]}};}else{if(_0x4ca0af['YFBNR'](_0x22aebd[_0x5d31ad(0xaf)]['name'],_0x4ca0af['QSwaG'])){const _0xcc7264=PlaywrightSessionDetails[_0x5d31ad(0xa8)]();_0xd1a4c2=_0xcc7264[_0x5d31ad(0x8c)]||_0xd1a4c2;const _0x26fb15=_0x4ca0af[_0x5d31ad(0x7b)](nestedKeyValue,_0x22aebd,[_0x4ca0af[_0x5d31ad(0x70)],_0x4ca0af[_0x5d31ad(0x90)],_0x4ca0af[_0x5d31ad(0x94)]]),_0x128714=_0x26fb15?JSON[_0x5d31ad(0xa2)](new URL(_0x26fb15)[_0x5d31ad(0x74)][_0x5d31ad(0x93)](_0x4ca0af[_0x5d31ad(0x91)])):{};return{[_0xd1a4c2]:{'browser':_0xcc7264[_0x5d31ad(0x8e)]||_0x128714[_0x5d31ad(0x7e)],'browser_version':_0xcc7264['browser_version']||_0x128714[_0x5d31ad(0xab)],'capabilities':_0x128714,'platform':_0xcc7264[_0x5d31ad(0x79)],'platform_version':_0xcc7264[_0x5d31ad(0x96)],'product':_0x4ca0af[_0x5d31ad(0x87)](getObservabilityLinkedProductName,_0x128714),'session_id':_0xcc7264[_0x5d31ad(0xa6)]}};}}},exports['processWebDriverConfig']=_0x307d1b=>{const _0x18d045=a3_0x36541a,_0x3a9863={'ZmcEp':function(_0x164523){return _0x164523();},'RHLUB':function(_0x2fcf55,_0x4fbcba){return _0x2fcf55===_0x4fbcba;},'QeObw':_0x18d045(0x76),'CSuey':function(_0x5973db,_0x4c6b07){return _0x5973db>_0x4c6b07;},'yIqqn':function(_0x5ae315,_0x9a092){return _0x5ae315(_0x9a092);},'MbRHI':_0x18d045(0x9a),'FptCf':function(_0x463044,_0x2dadd0){return _0x463044===_0x2dadd0;},'vHdGU':'chrome','EOOXB':function(_0x3ddff7,_0x125f9e){return _0x3ddff7===_0x125f9e;},'dxpjU':'playwright-chromium','szPvj':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','TTshM':function(_0xd8978e,_0x30216a){return _0xd8978e(_0x30216a);},'QWrhu':_0x18d045(0x9c)};if(_0x3a9863[_0x18d045(0xa1)](isAccessibilityAutomationSession)){const _0x99dd81=_0x307d1b[_0x18d045(0x8e)],_0x3e798d=_0x99dd81[_0x18d045(0xae)];global['accessibilityPlatform']=!![],!(_0x3a9863['RHLUB'](_0x3e798d[_0x18d045(0x7f)],_0x3a9863[_0x18d045(0x9f)])||_0x3a9863[_0x18d045(0xad)](_0x3a9863[_0x18d045(0x89)](parseInt,_0x3e798d[_0x18d045(0x7f)]),0x5e))&&(logger[_0x18d045(0x71)](_0x3a9863['MbRHI']),global[_0x18d045(0x98)]=![]),!(_0x3a9863[_0x18d045(0x8f)](_0x3e798d['browserName'],_0x3a9863['vHdGU'])||_0x3a9863['EOOXB'](_0x3e798d[_0x18d045(0x7e)],_0x3a9863['dxpjU']))&&(logger['warn'](_0x3a9863[_0x18d045(0xa0)]),global[_0x18d045(0x98)]=![]),!_0x3a9863[_0x18d045(0x80)](isUndefined,_0x3e798d[_0x18d045(0x72)])&&(logger[_0x18d045(0x71)](_0x3a9863[_0x18d045(0x7a)]),global[_0x18d045(0x98)]=![]);}},exports[a3_0x36541a(0x6f)]=_0x34cc66=>{const _0x38f954=a3_0x36541a,_0x4e15cb={};_0x4e15cb[_0x38f954(0x9b)]=_0x38f954(0x75),_0x4e15cb[_0x38f954(0x85)]='browserstack_accessibility_automation_script';const _0x127e0a=_0x4e15cb;if(!_0x34cc66)return![];return!_0x34cc66['includes'](_0x127e0a['yDStI'])&&!_0x34cc66[_0x38f954(0x9d)](_0x127e0a[_0x38f954(0x85)]);};
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
- const a4_0x2c3b6d=a4_0x45bc;(function(_0x43251b,_0x1031d6){const _0x22fa7a=a4_0x45bc,_0x172154=_0x43251b();while(!![]){try{const _0xd8903d=-parseInt(_0x22fa7a(0x107))/0x1+parseInt(_0x22fa7a(0xd5))/0x2*(parseInt(_0x22fa7a(0xa4))/0x3)+parseInt(_0x22fa7a(0xcc))/0x4*(-parseInt(_0x22fa7a(0xe4))/0x5)+parseInt(_0x22fa7a(0xb9))/0x6+-parseInt(_0x22fa7a(0xb3))/0x7+-parseInt(_0x22fa7a(0xfb))/0x8*(-parseInt(_0x22fa7a(0x187))/0x9)+parseInt(_0x22fa7a(0xfc))/0xa;if(_0xd8903d===_0x1031d6)break;else _0x172154['push'](_0x172154['shift']());}catch(_0x2bb7a9){_0x172154['push'](_0x172154['shift']());}}}(a4_0x5a66,0x570da));const path=require(a4_0x2c3b6d(0x138)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x2c3b6d(0xd8)),testOpsHelper=require(a4_0x2c3b6d(0x13a)),{getTestEnv}=require(a4_0x2c3b6d(0x120)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x2c3b6d(0x15b)],SessionHandler=require(a4_0x2c3b6d(0x102)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x2c3b6d(0xf6)],{processAccessibilityCaps}=require(a4_0x2c3b6d(0x154)),Constants=require(a4_0x2c3b6d(0x153)),{fetchPlatformDetails}=require(a4_0x2c3b6d(0xf8)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),STATE_PASSED='passed',STATE_FAILED=a4_0x2c3b6d(0xa9),a4_0x1adcbc={};a4_0x1adcbc[a4_0x2c3b6d(0x140)]='TestRunStarted',a4_0x1adcbc[a4_0x2c3b6d(0x139)]='TestRunFinished',a4_0x1adcbc[a4_0x2c3b6d(0x17b)]=a4_0x2c3b6d(0x12e),a4_0x1adcbc['HOOK_RUN_STARTED']=a4_0x2c3b6d(0xc0),a4_0x1adcbc[a4_0x2c3b6d(0xde)]='HookRunFinished';const TEST_EVENTS=a4_0x1adcbc,parseEvent=_0x259999=>{const _0x3362e8=a4_0x2c3b6d,_0x34b21f={};_0x34b21f[_0x3362e8(0x15d)]=function(_0x5f4e32,_0x2abed9){return _0x5f4e32<_0x2abed9;},_0x34b21f[_0x3362e8(0x110)]=function(_0xd576f2,_0x3395cb){return _0xd576f2===_0x3395cb;},_0x34b21f['ubEvB']=_0x3362e8(0xb8),_0x34b21f[_0x3362e8(0x122)]=_0x3362e8(0xd0),_0x34b21f['HIWPX']=_0x3362e8(0x11b),_0x34b21f[_0x3362e8(0x166)]=_0x3362e8(0xa7),_0x34b21f[_0x3362e8(0xb0)]=function(_0x3e116e,_0x4508d5){return _0x3e116e===_0x4508d5;},_0x34b21f['rBzmG']='finished';const _0x43d7c0=_0x34b21f,_0x4261bc=_0x259999['match'](/^(.*)Run(.*)$/);if(!_0x4261bc)return null;if(_0x43d7c0['qsucl'](_0x4261bc['length'],0x3))return null;const _0x3132fc=_0x4261bc[0x1][_0x3362e8(0x121)](),_0x462a20=_0x4261bc[0x2][_0x3362e8(0x121)]();return{'test':_0x43d7c0['tbiJy'](_0x3132fc,_0x43d7c0[_0x3362e8(0x16e)]),'hook':_0x43d7c0[_0x3362e8(0x110)](_0x3132fc,_0x43d7c0['eKPOB']),'skipped':_0x43d7c0['tbiJy'](_0x462a20,_0x43d7c0[_0x3362e8(0xda)]),'started':_0x43d7c0[_0x3362e8(0x110)](_0x462a20,_0x43d7c0[_0x3362e8(0x166)]),'finished':_0x43d7c0[_0x3362e8(0xb0)](_0x462a20,_0x43d7c0[_0x3362e8(0x11a)])};},mockPWBrowserType=_0x64a59c=>{const _0xbd2bd0=a4_0x2c3b6d,_0x4b594c={'MGcpG':function(_0x316210,_0x4ff3da){return _0x316210===_0x4ff3da;},'muQhZ':'string','ZxGXj':function(_0xaf77e0,_0x303550,_0x2b2891){return _0xaf77e0(_0x303550,_0x2b2891);},'fhCZT':_0xbd2bd0(0x17c),'kmAMZ':function(_0x542f2c,_0x1ffbb8){return _0x542f2c(_0x1ffbb8);},'Tmxal':_0xbd2bd0(0xc9),'VCIeu':function(_0xa1b7e4,_0x2f0506,_0x2d691b){return _0xa1b7e4(_0x2f0506,_0x2d691b);},'BykHs':_0xbd2bd0(0x137),'AlTcg':_0xbd2bd0(0xbe),'PXAIT':'browserType.js','vejCP':_0xbd2bd0(0x114),'xVmxh':_0xbd2bd0(0xe9),'ipSvN':_0xbd2bd0(0xb1)},_0x4f83da=path[_0xbd2bd0(0x128)](_0x4b594c['BykHs'],_0x4b594c[_0xbd2bd0(0xcd)],_0x4b594c['PXAIT']),_0x55d993=_0x4b594c[_0xbd2bd0(0x146)](importFileFromPWCore,_0x4f83da);if(!_0x55d993){_0x4b594c[_0xbd2bd0(0x146)](debug,_0x4b594c[_0xbd2bd0(0x17f)]);return;}const _0x139bd3=_0x55d993[_0xbd2bd0(0xfa)],_0x5a0af6=_0x139bd3['prototype'];if(_0x5a0af6[_0xbd2bd0(0xad)])return;const _0x291eb9=_0x5a0af6[_0xbd2bd0(0xe9)];Object[_0xbd2bd0(0x167)](_0x5a0af6,_0x4b594c[_0xbd2bd0(0x179)],{'get':function(){const _0x36dadc={'mbbbg':function(_0x59a4cc,_0x19de3f){const _0x4769fb=a4_0x45bc;return _0x4b594c[_0x4769fb(0x14d)](_0x59a4cc,_0x19de3f);},'mwtQb':_0x4b594c['muQhZ'],'VeiKe':function(_0x49d98b,_0x11fd3a,_0x663c18){const _0x416a45=a4_0x45bc;return _0x4b594c[_0x416a45(0x118)](_0x49d98b,_0x11fd3a,_0x663c18);},'JqbOZ':_0x4b594c['fhCZT'],'KZCOY':function(_0x18520d,_0x11ff78){const _0xdc4552=a4_0x45bc;return _0x4b594c[_0xdc4552(0x146)](_0x18520d,_0x11ff78);},'bUoep':_0x4b594c['Tmxal'],'HpNlK':function(_0x56d070,_0x3105e8,_0x409636){const _0x2ca8e4=a4_0x45bc;return _0x4b594c[_0x2ca8e4(0x180)](_0x56d070,_0x3105e8,_0x409636);}};return async function _0x1c4280(_0x39cfa4,_0x404bd8){const _0x5caaf0=a4_0x45bc,_0x1e318e=_0x36dadc['VeiKe'](nestedKeyValue,_0x39cfa4,[_0x36dadc['JqbOZ']])||_0x39cfa4;let _0x42483f=null,_0x751b00=null;try{[_0x751b00,_0x42483f]=_0x1e318e?_0x36dadc[_0x5caaf0(0x103)](parseWSEndpoint,_0x1e318e):[null,null],global['__platformCaps']=_0x42483f,logger[_0x5caaf0(0xf6)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x751b00),_0x751b00[_0x5caaf0(0x10c)](Constants[_0x5caaf0(0xec)])&&(global[_0x5caaf0(0x18c)]=_0x36dadc[_0x5caaf0(0x105)]);}catch(_0x57a0f6){logger[_0x5caaf0(0xf6)](_0x5caaf0(0x108)+_0x1e318e+'\x20'+_0x57a0f6);}_0x36dadc['HpNlK'](processAccessibilityCaps,_0x42483f,_0x751b00);if(global[_0x5caaf0(0x136)]){const _0x3af6da=await _0x5a0af6[_0x5caaf0(0x164)]['apply'](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x36dadc[_0x5caaf0(0x103)](encodeURIComponent,JSON[_0x5caaf0(0x106)](_0x42483f))]);return PlaywrightSessionDetails[_0x5caaf0(0xf5)](_0x3af6da,_0x64a59c,_0x1e318e),_0x3af6da;}return _0x291eb9[_0x5caaf0(0xc1)](this,arguments)[_0x5caaf0(0xf3)](_0x5c3b18=>{const _0x53f186=_0x5caaf0;let _0x568154=_0x39cfa4[_0x53f186(0x17c)];return _0x36dadc[_0x53f186(0x175)](typeof _0x39cfa4,_0x36dadc[_0x53f186(0xb4)])&&(_0x568154=_0x39cfa4),PlaywrightSessionDetails[_0x53f186(0xf5)](_0x5c3b18,_0x64a59c,_0x568154),_0x5c3b18;});};}});const _0x195fa9=_0x5a0af6[_0xbd2bd0(0xb1)];Object[_0xbd2bd0(0x167)](_0x5a0af6,_0x4b594c['ipSvN'],{'get':function(){return async function _0x4530c3(){const _0x1862ad=a4_0x45bc;return _0x195fa9[_0x1862ad(0xc1)](this,arguments)['then'](_0x19e929=>{const _0x28a1df=_0x1862ad;return PlaywrightSessionDetails[_0x28a1df(0xf5)](_0x19e929,null),_0x19e929;});};}});};class O11yHelper{[a4_0x2c3b6d(0x144)]=null;['currentHook']=null;['enabled']=![];[a4_0x2c3b6d(0xbc)]=![];constructor(_0x1b1bc9,_0x1c2d50){const _0x378829=a4_0x2c3b6d,_0x54263f={'gaiTk':_0x378829(0xa6),'jqsFv':function(_0x4f4985){return _0x4f4985();},'HCUVH':function(_0x4645b5){return _0x4645b5();},'GAOeF':function(_0xa88c24,_0x4a261f){return _0xa88c24===_0x4a261f;},'FtTBe':'Playwright','YswXS':function(_0x4a4a39,_0x366680){return _0x4a4a39(_0x366680);}},_0x1beb55=_0x54263f[_0x378829(0x158)][_0x378829(0xf2)]('|');let _0x352ca5=0x0;while(!![]){switch(_0x1beb55[_0x352ca5++]){case'0':this[_0x378829(0x132)]=_0x1b1bc9;continue;case'1':this['frameworkName']=_0x1c2d50[_0x378829(0xbc)];continue;case'2':this[_0x378829(0x157)]=_0x54263f['jqsFv'](getTestEnv);continue;case'3':this[_0x378829(0x126)]=new testOpsHelper[(_0x378829(0x15a))]({'cwd':process[_0x378829(0x129)]()},this[_0x378829(0x157)]['location_prefix']);continue;case'4':this[_0x378829(0xae)]=_0x54263f[_0x378829(0x113)](shouldProcessEventForTesthub);continue;case'5':this[_0x378829(0x132)]&&_0x54263f['GAOeF'](this[_0x378829(0x132)][_0x378829(0xd6)][_0x378829(0xd3)],_0x54263f['FtTBe'])&&_0x54263f[_0x378829(0xe3)](mockPWBrowserType,null);continue;}break;}}['start'](){const _0x1b98eb=a4_0x2c3b6d;if(!this[_0x1b98eb(0xae)])return;testOpsHelper['patchConsoleLogger'](),process[_0x1b98eb(0x18e)]('bs:addLog:'+process[_0x1b98eb(0xd1)]),process['on']('bs:addLog:'+process[_0x1b98eb(0xd1)],this[_0x1b98eb(0xc4)][_0x1b98eb(0xcb)](this));}async[a4_0x2c3b6d(0x151)](){const _0x2f66a0=a4_0x2c3b6d;await RequestQueueHandler[_0x2f66a0(0xc8)]()[_0x2f66a0(0x14e)]();}async[a4_0x2c3b6d(0xc4)](_0x377d32){const _0x2493f0=a4_0x2c3b6d,_0x537011={'vnGHE':'LogCreated','yEUdp':function(_0x2e5d89,_0x5e5bc4){return _0x2e5d89(_0x5e5bc4);}};try{this['currentHook']&&!this[_0x2493f0(0xce)][_0x2493f0(0x142)]&&(_0x377d32[_0x2493f0(0xd4)]=this[_0x2493f0(0xce)]['hookAnalyticsId']);!_0x377d32['hook_run_uuid']&&this[_0x2493f0(0x144)]&&!this[_0x2493f0(0x144)][_0x2493f0(0x142)]&&(_0x377d32[_0x2493f0(0x17e)]=this[_0x2493f0(0x144)][_0x2493f0(0xc7)]);if(_0x377d32['hook_run_uuid']||_0x377d32[_0x2493f0(0x17e)]){const _0x248b30={};_0x248b30[_0x2493f0(0x18d)]=_0x537011[_0x2493f0(0xf4)],_0x248b30[_0x2493f0(0xe2)]=[_0x377d32],await SessionHandler[_0x2493f0(0x10e)](_0x248b30);}}catch(_0x5e408e){_0x537011['yEUdp'](debug,_0x2493f0(0x17d)+_0x5e408e);}}async[a4_0x2c3b6d(0xdc)](_0x18edeb){const _0x17b038=a4_0x2c3b6d,_0x4815d0={'bskuQ':_0x17b038(0xdd),'UlVeL':function(_0x169974,_0x4439d9){return _0x169974(_0x4439d9);}};if(!this[_0x17b038(0xae)])return;const _0x5d7ce6=this[_0x17b038(0x165)](this[_0x17b038(0x132)]);try{const _0x832122={};_0x832122['uuid']=_0x18edeb,_0x832122['integrations']=_0x5d7ce6;const _0x390a24=_0x832122,_0x1e28e4={};_0x1e28e4[_0x17b038(0x18d)]=_0x4815d0['bskuQ'],_0x1e28e4[_0x17b038(0x15e)]=_0x390a24,await SessionHandler[_0x17b038(0x10e)](_0x1e28e4);}catch(_0x2e9f28){_0x4815d0[_0x17b038(0x12d)](debug,_0x17b038(0x111)+_0x2e9f28);}}['getCBTInfo'](_0x2bc972){const _0x1db1e={'HcPyn':function(_0x818bd9,_0x569b00){return _0x818bd9(_0x569b00);}};return _0x1db1e['HcPyn'](fetchPlatformDetails,_0x2bc972);}[a4_0x2c3b6d(0x124)]=_0x19c323=>{const _0x56fff8=a4_0x2c3b6d,_0x2958f4={};_0x2958f4[_0x56fff8(0xf7)]=_0x56fff8(0x16b),_0x2958f4[_0x56fff8(0x184)]=_0x56fff8(0xd7);const _0x410b93=_0x2958f4;if(!_0x19c323||!_0x19c323['parent'])return;[_0x410b93[_0x56fff8(0xf7)],_0x410b93['LMbap']]['forEach'](_0x3ca586=>{const _0x196b9e=_0x56fff8,_0x4c4cc0=_0x19c323[_0x196b9e(0x123)][_0x3ca586];_0x4c4cc0[_0x196b9e(0x100)](_0x1094be=>{const _0x59e621=_0x196b9e;_0x1094be[_0x59e621(0x16f)]&&(_0x1094be[_0x59e621(0x16f)]=null);});});};['mapTestHooks'](_0x1d30fa){const _0x563c1b=a4_0x2c3b6d,_0x40c848={'WebcX':_0x563c1b(0x193),'giIix':function(_0x23ee95){return _0x23ee95();},'DmzsC':function(_0x1bda2a,_0x3e913e){return _0x1bda2a===_0x3e913e;},'sdlZI':_0x563c1b(0xd7),'eIlBf':_0x563c1b(0x159),'aMUTa':'_afterAll','EpLdR':'_beforeEach'};if(!_0x1d30fa||!_0x1d30fa[_0x563c1b(0x123)])return;[_0x40c848[_0x563c1b(0xef)],_0x40c848[_0x563c1b(0x116)],_0x40c848[_0x563c1b(0xb5)],_0x40c848[_0x563c1b(0x147)]][_0x563c1b(0x100)](_0x28db3d=>{const _0x5aa8ee=_0x563c1b,_0x2985b4={'BvUpH':_0x40c848['WebcX'],'fQNca':function(_0x923a20){const _0x507d2e=a4_0x45bc;return _0x40c848[_0x507d2e(0x189)](_0x923a20);},'PLUxq':function(_0x52bfa4,_0x26e4bb){const _0x5f4119=a4_0x45bc;return _0x40c848[_0x5f4119(0x173)](_0x52bfa4,_0x26e4bb);},'qODEt':_0x40c848[_0x5aa8ee(0x147)]},_0x26925b=_0x1d30fa[_0x5aa8ee(0x123)][_0x28db3d]||[];_0x26925b['forEach'](_0x3d72ca=>{const _0x5853d1=_0x5aa8ee;if(_0x3d72ca[_0x5853d1(0x18b)][_0x5853d1(0x10c)](_0x2985b4[_0x5853d1(0x134)]))return;if(!_0x3d72ca['hookAnalyticsId'])_0x3d72ca[_0x5853d1(0x16f)]=_0x2985b4[_0x5853d1(0x16d)](uuidv4);else _0x3d72ca['markedStatus']&&_0x2985b4['PLUxq'](_0x28db3d,_0x2985b4[_0x5853d1(0x172)])&&(_0x3d72ca[_0x5853d1(0x16f)]=_0x2985b4[_0x5853d1(0x16d)](uuidv4),delete _0x3d72ca[_0x5853d1(0x142)]);});}),this[_0x563c1b(0xac)](_0x1d30fa[_0x563c1b(0x123)]);}['getHooksForTest'](_0x4c3284){const _0x1918e5=a4_0x2c3b6d,_0x25d25e={};_0x25d25e[_0x1918e5(0xc2)]=_0x1918e5(0x159),_0x25d25e[_0x1918e5(0x174)]=_0x1918e5(0x13c),_0x25d25e[_0x1918e5(0x14f)]=_0x1918e5(0x16b),_0x25d25e[_0x1918e5(0x188)]=_0x1918e5(0xd7);const _0x4b21f1=_0x25d25e;if(!_0x4c3284||!_0x4c3284['parent'])return[];const _0x1dcd2e=[];return[_0x4b21f1[_0x1918e5(0xc2)],_0x4b21f1[_0x1918e5(0x174)],_0x4b21f1[_0x1918e5(0x14f)],_0x4b21f1['KwNaP']][_0x1918e5(0x100)](_0x95620e=>{const _0x351854=_0x4c3284['parent'][_0x95620e]||[];_0x351854['forEach'](_0x228404=>{const _0x5eb8e5=a4_0x45bc;_0x228404[_0x5eb8e5(0x16f)]&&_0x1dcd2e['push'](_0x228404['hookAnalyticsId']);});}),[][_0x1918e5(0x171)](_0x1dcd2e,this[_0x1918e5(0x12c)](_0x4c3284[_0x1918e5(0x123)]));}[a4_0x2c3b6d(0x15f)](_0x39adcb){const _0xfc8a3e=a4_0x2c3b6d,_0x4dea90=/^"(?<hook>.*)" hook:.*$/,_0x515a7e=_0x39adcb['title'],_0x376f55=_0x515a7e[_0xfc8a3e(0x10b)](_0x4dea90);if(_0x376f55&&_0x376f55['groups'])return _0x376f55[_0xfc8a3e(0x14b)][_0xfc8a3e(0xd0)][_0xfc8a3e(0x145)]()[_0xfc8a3e(0x170)]('\x20','_');return null;}['findGitConfig'](_0x4ee8de){const _0x6332d6=a4_0x2c3b6d,_0x35c03c={};_0x35c03c['jGYvO']=function(_0x100087,_0x21d933){return _0x100087===_0x21d933;},_0x35c03c[_0x6332d6(0xbf)]=function(_0x530b19,_0xbe3ecc){return _0x530b19===_0xbe3ecc;},_0x35c03c[_0x6332d6(0x18f)]=function(_0x27e234,_0xc4152a){return _0x27e234===_0xc4152a;},_0x35c03c['gIVDG']=function(_0x2f650a,_0xa7bee2){return _0x2f650a===_0xa7bee2;},_0x35c03c[_0x6332d6(0xba)]=_0x6332d6(0x13f),_0x35c03c[_0x6332d6(0x162)]=_0x6332d6(0x119);const _0x59ac1b=_0x35c03c,_0x3520ae=path[_0x6332d6(0x181)];if(_0x59ac1b['jGYvO'](_0x4ee8de,null)||_0x59ac1b['kdIGb'](_0x4ee8de,'')||_0x59ac1b[_0x6332d6(0x18f)](_0x4ee8de,_0x3520ae)||_0x59ac1b[_0x6332d6(0x192)](_0x4ee8de,path[_0x6332d6(0xca)](_0x4ee8de)))return null;try{return fs['statSync'](path[_0x6332d6(0x128)](_0x4ee8de,_0x59ac1b[_0x6332d6(0xba)],_0x59ac1b[_0x6332d6(0x162)])),_0x4ee8de;}catch(_0xa9d8b7){const _0x371209=path[_0x6332d6(0xca)](_0x4ee8de);return this[_0x6332d6(0xdb)](_0x371209);}}[a4_0x2c3b6d(0x15c)](_0x2871fe){const _0x48aa17=a4_0x2c3b6d,_0x219bae={};_0x219bae[_0x48aa17(0xa5)]=function(_0x5514f6,_0x14294a){return _0x5514f6>_0x14294a;};const _0x2f9a1c=_0x219bae;if(_0x2871fe[_0x48aa17(0xe7)])return _0x2871fe['file'];if(_0x2871fe['ctx']){const _0x269d02=_0x2871fe[_0x48aa17(0x125)]['currentTest']?this['getRootParentFile'](_0x2871fe['ctx'][_0x48aa17(0x144)]):null;if(_0x269d02)return _0x269d02;}if(_0x2871fe[_0x48aa17(0x123)]){const _0x21b070=this['getRootParentFile'](_0x2871fe['parent'])||(_0x2871fe[_0x48aa17(0x123)]['ctx']&&_0x2871fe['parent']['ctx']['currentTest']?this[_0x48aa17(0x15c)](_0x2871fe[_0x48aa17(0x123)]['ctx'][_0x48aa17(0x144)]):null);if(_0x21b070)return _0x21b070;_0x2871fe['parent'][_0x48aa17(0x18a)]&&_0x2f9a1c['ScBng'](_0x2871fe[_0x48aa17(0x123)][_0x48aa17(0x18a)][_0x48aa17(0x13d)],0x0)&&_0x2871fe[_0x48aa17(0x123)][_0x48aa17(0x18a)]['forEach'](_0x109df9=>{const _0x4ed0dc=_0x48aa17,_0x6e3549=_0x109df9[_0x4ed0dc(0x125)]?this[_0x4ed0dc(0x15c)](_0x109df9['ctx']):null;if(_0x6e3549)return _0x6e3549;});}return null;}[a4_0x2c3b6d(0x10f)](_0x478589){const _0x168dd5=a4_0x2c3b6d,_0x4fb170={};_0x4fb170[_0x168dd5(0x186)]=function(_0x46dd8d,_0x3e05ca){return _0x46dd8d!==_0x3e05ca;};const _0x1ccb0c=_0x4fb170,_0x5b5bea=[];if(_0x478589&&_0x478589[_0x168dd5(0x123)]){let _0x362ccd=_0x478589['parent'];while(_0x362ccd&&_0x1ccb0c['ganhd'](_0x362ccd['title'],'')){_0x5b5bea[_0x168dd5(0xbd)](_0x362ccd['title']),_0x362ccd=_0x362ccd[_0x168dd5(0x123)];}}return _0x5b5bea;}[a4_0x2c3b6d(0xcf)](_0x48b96f,_0xdcc4fb,_0x8e84ea=undefined){const _0x29325e=a4_0x2c3b6d,_0x5dc7e6={'bgjjS':function(_0x345eba,_0x3a09c8){return _0x345eba(_0x3a09c8);},'pAZFK':function(_0x3e2bcd){return _0x3e2bcd();},'QRKuW':function(_0x248175){return _0x248175();},'fVXIE':_0x29325e(0xd2),'QBHGn':'err','osAYQ':function(_0x2f9631,_0x4400de){return _0x2f9631!==_0x4400de;},'TybYE':function(_0x19b9e5,_0xd29fb){return _0x19b9e5!==_0xd29fb;},'QdfKm':'File\x20path\x20could\x20not\x20be\x20found','kljhn':_0x29325e(0x130),'khZAK':_0x29325e(0xa9),'JBIMT':_0x29325e(0x155),'ykRkq':_0x29325e(0x11b),'YOVZC':_0x29325e(0xdf),'BNOqh':function(_0x10f99c,_0x219363){return _0x10f99c-_0x219363;},'mLZGd':function(_0x5a8111,_0x322b01,_0x532e43,_0x5f4cba,_0x4ee664){return _0x5a8111(_0x322b01,_0x532e43,_0x5f4cba,_0x4ee664);},'vTKOK':function(_0x5276c0,_0x2552d5){return _0x5276c0!==_0x2552d5;},'WoZre':_0x29325e(0x185),'CGhYT':_0x29325e(0xe0),'YAjWS':_0x29325e(0x101),'cwZSz':_0x29325e(0x148),'UDoEp':_0x29325e(0x16a),'gpWrM':_0x29325e(0x152),'hVLvY':_0x29325e(0xc6),'qoAJj':function(_0x51f867,_0x3722ff){return _0x51f867===_0x3722ff;},'PRkBD':_0x29325e(0x160),'VfmVb':_0x29325e(0x15e)};if(!this[_0x29325e(0xae)])return;try{if(_0xdcc4fb['fn']&&_0xdcc4fb['fn'][_0x29325e(0xab)]()['match'](/browserstack internal helper hook/))return;const _0x577d63=_0x5dc7e6[_0x29325e(0x183)](parseEvent,_0x48b96f);if(!_0x577d63)return;if(_0x577d63[_0x29325e(0xb8)]){this['currentTest']=_0xdcc4fb,this['currentHook']=null;if(_0x577d63[_0x29325e(0xa7)]||_0x577d63['skipped']){_0xdcc4fb[_0x29325e(0x115)]=new Date(),_0xdcc4fb[_0x29325e(0x142)]=![];if(!_0xdcc4fb[_0x29325e(0xc7)])_0xdcc4fb[_0x29325e(0xc7)]=_0x5dc7e6[_0x29325e(0xb2)](uuidv4);else _0xdcc4fb['markedStatus']&&(!_0xdcc4fb[_0x29325e(0xfd)]&&(_0xdcc4fb[_0x29325e(0xfd)]=_0xdcc4fb[_0x29325e(0xc7)]),_0xdcc4fb[_0x29325e(0xc7)]=_0x5dc7e6[_0x29325e(0xb2)](uuidv4));}}else{if(_0x577d63[_0x29325e(0xd0)]){this[_0x29325e(0xce)]=_0xdcc4fb;if(_0x577d63[_0x29325e(0xa7)]){_0xdcc4fb[_0x29325e(0x115)]=new Date(),_0xdcc4fb[_0x29325e(0x142)]=![];if(!_0xdcc4fb[_0x29325e(0x16f)])_0xdcc4fb[_0x29325e(0x16f)]=_0x5dc7e6[_0x29325e(0x13e)](uuidv4);else _0xdcc4fb[_0x29325e(0x16f)]&&_0xdcc4fb[_0x29325e(0x142)]&&(_0xdcc4fb[_0x29325e(0x16f)]=_0x5dc7e6['QRKuW'](uuidv4));}}}if(_0x577d63[_0x29325e(0x11c)]&&_0xdcc4fb[_0x29325e(0x142)])return;let _0x37d7ec;try{_0x37d7ec=this[_0x29325e(0x15c)](_0xdcc4fb);}catch(_0xe48760){logger['debug'](_0x29325e(0x191)+_0xe48760),_0x37d7ec=null;}const _0xf54a87=_0x5dc7e6['bgjjS'](require,_0x5dc7e6[_0x29325e(0x169)]);let _0x3cce20=[];_0x8e84ea&&(_0x3cce20=[_0x8e84ea,_0x5dc7e6[_0x29325e(0x12a)]]);const _0x32a9b2=_0x5dc7e6[_0x29325e(0xf9)](_0xdcc4fb[_0x29325e(0xc5)],undefined)?_0xf54a87['inspect'](_0xdcc4fb['errorsDetailed'][0x0]):_0x5dc7e6['TybYE'](_0x8e84ea,undefined)?_0x8e84ea['toString']():undefined,_0x5930f1=_0x37d7ec?this[_0x29325e(0xdb)](_0x37d7ec):null,_0x389784=_0x37d7ec?this[_0x29325e(0x126)][_0x29325e(0xc3)](this[_0x29325e(0x15c)](_0xdcc4fb)):_0x5dc7e6['QdfKm'];let _0x129f52=_0x5dc7e6['kljhn'];const _0x344f64=!_0x577d63[_0x29325e(0xa7)]?new Date()[_0x29325e(0xf0)]():null;if(_0x577d63[_0x29325e(0x11c)])_0x129f52=_0x8e84ea?_0x5dc7e6[_0x29325e(0x143)]:_0x5dc7e6[_0x29325e(0x177)],_0xdcc4fb[_0x29325e(0x142)]=!![];else _0x577d63[_0x29325e(0x11b)]&&(_0x129f52=_0x5dc7e6[_0x29325e(0xd9)],_0xdcc4fb['markedStatus']=!![]);const _0x4a34a2={'framework':this[_0x29325e(0xbc)],'uuid':_0xdcc4fb[_0x29325e(0xc7)]||_0xdcc4fb[_0x29325e(0x16f)],'name':_0xdcc4fb[_0x29325e(0x18b)],'body':{'lang':_0x5dc7e6['YOVZC'],'code':_0xdcc4fb[_0x29325e(0xee)][_0x29325e(0xab)]()},'type':_0xdcc4fb[_0x29325e(0xa8)],'scope':_0xdcc4fb['fullTitle'](),'scopes':this[_0x29325e(0x10f)](_0xdcc4fb),'file_name':_0x389784,'vc_filepath':_0x5930f1?path[_0x29325e(0x141)](_0x5930f1,_0x37d7ec):null,'location':_0x389784,'result':_0x129f52,'failure_reason':_0x32a9b2,'duration_in_ms':_0xdcc4fb['duration']||(_0x577d63[_0x29325e(0x11c)]||_0x577d63[_0x29325e(0x11b)])?_0x5dc7e6[_0x29325e(0x10a)](Date['now'](),new Date(_0xdcc4fb[_0x29325e(0x115)])['getTime']()):null,'started_at':new Date(_0xdcc4fb[_0x29325e(0x115)])['toISOString'](),'finished_at':_0x344f64,'failure':testOpsHelper[_0x29325e(0xeb)]['apply'](null,_0x3cce20),'failure_type':!_0x32a9b2?null:testOpsHelper[_0x29325e(0x112)](_0x32a9b2),'retry_of':_0xdcc4fb['retryOf']||null,'tags':_0xdcc4fb[_0x29325e(0x12f)]||[],'customRerunParam':{'rerun_name':_0xdcc4fb[_0x29325e(0x149)]()}};_0x5dc7e6['mLZGd'](appendTesthubParams,_0x4a34a2,_0x48b96f,_0xdcc4fb,FRAMEWORKS[_0x29325e(0x16c)]);if(_0x577d63[_0x29325e(0xd0)])[_0x4a34a2[_0x29325e(0x150)],_0x4a34a2[_0x29325e(0xd3)]]=[this[_0x29325e(0x15f)](_0xdcc4fb),_0xdcc4fb['ctx'][_0x29325e(0xb8)][_0x29325e(0x18b)]],_0x577d63['finished']?_0x5dc7e6['vTKOK'](_0x4a34a2[_0x29325e(0xf1)],_0x5dc7e6[_0x29325e(0x143)])&&(_0x4a34a2[_0x29325e(0xf1)]=_0x5dc7e6[_0x29325e(0x177)]):_0x4a34a2[_0x29325e(0xee)]={};else _0x577d63[_0x29325e(0xb8)]&&(this[_0x29325e(0xac)](_0xdcc4fb),_0x577d63[_0x29325e(0x11b)]&&this[_0x29325e(0x124)](_0xdcc4fb),(_0x577d63['finished']||_0x577d63[_0x29325e(0x11b)])&&(_0x4a34a2[_0x29325e(0xe6)]=this[_0x29325e(0x12c)](_0xdcc4fb)));this[_0x29325e(0x132)]&&(_0x577d63[_0x29325e(0xa7)]||_0x577d63[_0x29325e(0x11b)])&&(_0x4a34a2[_0x5dc7e6[_0x29325e(0xaf)]]=this[_0x29325e(0x165)](this[_0x29325e(0x132)]));_0x577d63[_0x29325e(0xb8)]&&_0x577d63[_0x29325e(0x11c)]&&_0xdcc4fb[_0x29325e(0x11e)]&&(_0x4a34a2[_0x5dc7e6[_0x29325e(0x194)]]={'feature':{'name':_0xdcc4fb[_0x29325e(0x123)][_0x29325e(0x11d)]['name'],'path':_0x4a34a2[_0x29325e(0xbb)],'description':_0xdcc4fb[_0x29325e(0x123)][_0x29325e(0x133)]},'scenario':{'name':_0xdcc4fb[_0x29325e(0x18b)]},'steps':_0xdcc4fb[_0x29325e(0x11e)]});const _0x3266fc=_0x4a34a2[_0x5dc7e6['YAjWS']][0x0];_0x3266fc&&(_0x4a34a2[_0x5dc7e6[_0x29325e(0x161)]]=_0x3266fc[_0x5dc7e6['UDoEp']],_0x4a34a2[_0x5dc7e6['gpWrM']]=_0x3266fc[_0x5dc7e6[_0x29325e(0x135)]]);if(_0xdcc4fb[_0x29325e(0x11e)])for(const _0x45af23 of _0xdcc4fb[_0x29325e(0x11e)]){!_0x45af23[_0x29325e(0xed)]&&(_0x45af23[_0x29325e(0xed)]=new Date()[_0x29325e(0xf0)](),_0x5dc7e6[_0x29325e(0x178)](_0x45af23[_0x29325e(0xf1)],_0x5dc7e6[_0x29325e(0x127)])&&(_0x3266fc?(_0x45af23[_0x29325e(0xf1)]=_0x5dc7e6[_0x29325e(0x143)],_0x45af23['failure']=_0x3266fc[_0x5dc7e6[_0x29325e(0xe8)]][0x0]):_0x45af23[_0x29325e(0xf1)]=_0x5dc7e6[_0x29325e(0x177)]));}const _0xbbbb40={};_0xbbbb40['event_type']=_0x577d63[_0x29325e(0x11b)]?TEST_EVENTS[_0x29325e(0x139)]:_0x48b96f;const _0x106015=_0xbbbb40;return _0x577d63['hook']?_0x106015[_0x5dc7e6[_0x29325e(0xe5)]]=_0x4a34a2:_0x106015[_0x5dc7e6[_0x29325e(0xe1)]]=_0x4a34a2,_0x106015;}catch(_0x5407fe){logger['debug']('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x48b96f+_0x29325e(0xb7)+_0x5407fe);}}async['fireEvent'](_0x1e5b5c,_0x51115d){const _0x553c4a=a4_0x2c3b6d;if(!this[_0x553c4a(0xae)]||!_0x51115d||!_0x1e5b5c)return![];try{return await SessionHandler[_0x553c4a(0x10e)](_0x51115d);}catch(_0x5d5c00){logger[_0x553c4a(0xf6)](_0x553c4a(0x17a)+_0x1e5b5c+_0x553c4a(0xb7)+_0x5d5c00);}}[a4_0x2c3b6d(0xaa)](_0x31be8f){const _0x29eb32=a4_0x2c3b6d,_0x128f64={};_0x128f64[_0x29eb32(0x109)]=_0x29eb32(0x130);const _0x1a7608=_0x128f64;return{'id':_0x31be8f[_0x29eb32(0x104)],'text':_0x31be8f['text'],'keyword':_0x31be8f[_0x29eb32(0x182)],'started_at':_0x31be8f[_0x29eb32(0x115)][_0x29eb32(0xf0)](),'result':_0x1a7608[_0x29eb32(0x109)]};}[a4_0x2c3b6d(0x11f)](_0xa94d41){const _0x47b28a=a4_0x2c3b6d,_0x31c465={'qDmJt':function(_0x6a50c7){return _0x6a50c7();}};!this[_0x47b28a(0x144)]['bddSteps']&&(this[_0x47b28a(0x144)]['bddSteps']=[]),!_0xa94d41['stepAnalyticsId']&&(_0xa94d41[_0x47b28a(0x104)]=_0x31c465[_0x47b28a(0x13b)](uuidv4),_0xa94d41[_0x47b28a(0x115)]=new Date(),this['currentTest'][_0x47b28a(0x11e)][_0x47b28a(0xbd)](this['initializeBddStep'](_0xa94d41)));}[a4_0x2c3b6d(0x176)](_0x13d093){const _0x3076a9=a4_0x2c3b6d,_0x3a18bf={'YeuBO':function(_0x253876,_0x6f883e){return _0x253876(_0x6f883e);},'UiKgU':_0x3076a9(0x195),'DAUTZ':_0x3076a9(0x130),'Rvkct':_0x3076a9(0x155),'ZTXIE':function(_0x5db8fa,_0x5b4f01){return _0x5db8fa-_0x5b4f01;}};let _0x465a62=this[_0x3076a9(0x144)][_0x3076a9(0x11e)][_0x3076a9(0x190)](_0x13611c=>_0x13611c['id']===_0x13d093[_0x3076a9(0x104)]);_0x3a18bf['YeuBO'](isUndefined,_0x465a62)&&(_0x465a62=this[_0x3076a9(0xaa)](_0x13d093)),_0x465a62[_0x3076a9(0xf1)]=[_0x3a18bf[_0x3076a9(0x12b)],_0x3a18bf[_0x3076a9(0x14a)]][_0x3076a9(0x10c)](_0x13d093[_0x3076a9(0x117)])?_0x3a18bf['Rvkct']:_0x13d093[_0x3076a9(0x117)],_0x465a62[_0x3076a9(0xed)]=new Date()[_0x3076a9(0xf0)](),_0x465a62[_0x3076a9(0xff)]=_0x3a18bf[_0x3076a9(0x156)](Date[_0x3076a9(0x10d)](),_0x13d093[_0x3076a9(0x115)][_0x3076a9(0xb6)]()),_0x465a62['failure']=_0x13d093[_0x3076a9(0x163)]?_0x13d093[_0x3076a9(0x163)][_0x3076a9(0xea)]:null;}}const a4_0x2cc078={};a4_0x2cc078[a4_0x2c3b6d(0x131)]=O11yHelper,a4_0x2cc078[a4_0x2c3b6d(0x14c)]=STATE_PASSED,a4_0x2cc078[a4_0x2c3b6d(0xfe)]=STATE_FAILED,a4_0x2cc078['TEST_EVENTS']=TEST_EVENTS,module[a4_0x2c3b6d(0x168)]=a4_0x2cc078;function a4_0x45bc(_0x39015f,_0x185f49){const _0x5a66c9=a4_0x5a66();return a4_0x45bc=function(_0x45bc95,_0x44d003){_0x45bc95=_0x45bc95-0xa4;let _0x4c58e5=_0x5a66c9[_0x45bc95];return _0x4c58e5;},a4_0x45bc(_0x39015f,_0x185f49);}function a4_0x5a66(){const _0x121b85=['comment','BvUpH','hVLvY','accessibilityPlatform','lib','path','TEST_RUN_FINISHED','../../helpers/test-observability/utils','qDmJt','_afterAll','length','QRKuW','.git','TEST_RUN_STARTED','relative','markedStatus','khZAK','currentTest','toUpperCase','kmAMZ','sdlZI','failure_backtrace','fullTitle','DAUTZ','groups','STATE_PASSED','MGcpG','shutdown','wLQYJ','hook_type','stop','failure_reason_expanded','../utils/constants','../playwright/accessibility-helper','passed','ZTXIE','_testEnv','gaiTk','_beforeAll','PathHelper','winstonLogger','getRootParentFile','qsucl','test_run','getHookType','hook_run','cwZSz','Kypae','err','connectOverCDP','getCBTInfo','qtvdN','defineProperty','exports','fVXIE','backtrace','_beforeEach','CODECEPT','fQNca','ubEvB','hookAnalyticsId','replace','concat','qODEt','DmzsC','xtKsk','mbbbg','bddStepFinish','JBIMT','qoAJj','xVmxh','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','TEST_RUN_SKIPPED','wsEndpoint','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','test_run_uuid','vejCP','VCIeu','sep','keyword','bgjjS','LMbap','integrations','ganhd','6543rUvVHX','KwNaP','giIix','suites','title','__cloud_provider___','event_type','removeAllListeners','ThDVh','find','failed\x20to\x20get\x20root\x20parent\x20file\x20','gIVDG','codeceptjs','CGhYT','success','22290xIqsVV','ScBng','4|1|0|2|3|5','started','type','failed','initializeBddStep','toString','mapTestHooks','obsBrowserTypeMockApplied','enabled','WoZre','xuJMI','launch','pAZFK','473998huIfPM','mwtQb','EpLdR','getTime','\x20with\x20error\x20:\x20','test','3459198iYsHIH','MRryV','file_name','frameworkName','push','client','kdIGb','HookRunStarted','apply','CFkDD','prefixTestPath','appendTestItemLog','errorsDetailed','expanded','testAnalyticsId','getInstance','browserstack','dirname','bind','4NvvCMR','AlTcg','currentHook','captureEvent','hook','pid','util','name','hook_run_uuid','68EPNZgW','constructor','_afterEach','../../helpers/helper','ykRkq','HIWPX','findGitConfig','sendCBTInfo','CBTSessionCreated','HOOK_RUN_FINISHED','javascript','meta','VfmVb','logs','YswXS','2403335Zinunx','PRkBD','hooks','file','UDoEp','connect','message','failureData','BROWSERSTACK','finished_at','body','eIlBf','toISOString','result','split','then','vnGHE','setupBrowserDetails','debug','ldHIX','./helper.js','osAYQ','BrowserType','880fXhOOQ','2389600dyXGAJ','retryOf','STATE_FAILED','duration','forEach','failure','../../helpers/test-observability/sessionHandler','KZCOY','stepAnalyticsId','bUoep','stringify','243132cbfUsg','Failed\x20to\x20parse\x20wsendpoint\x20','unVJh','BNOqh','match','includes','now','uploadEventData','getHierarchy','tbiJy','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','getFailureType','HCUVH','Not\x20able\x20to\x20import\x20Browser','startedAt','aMUTa','status','ZxGXj','config','rBzmG','skipped','finished','feature','bddSteps','bddStepStart','../mocha/test-observability/mochaUtils','toLowerCase','eKPOB','parent','resetSkipTestHooks','ctx','_paths','kljhn','join','cwd','QBHGn','UiKgU','getHooksForTest','UlVeL','TestRunSkipped','tags','pending','O11yHelper','driver'];a4_0x5a66=function(){return _0x121b85;};return a4_0x5a66();}
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_0x440ed2=a5_0x4cdb;(function(_0x5acc5e,_0x3c5521){const _0x1e4283=a5_0x4cdb,_0x40ba65=_0x5acc5e();while(!![]){try{const _0x6247b=-parseInt(_0x1e4283(0x13d))/0x1*(parseInt(_0x1e4283(0x151))/0x2)+parseInt(_0x1e4283(0x120))/0x3+parseInt(_0x1e4283(0x17f))/0x4*(parseInt(_0x1e4283(0x162))/0x5)+-parseInt(_0x1e4283(0x12e))/0x6*(-parseInt(_0x1e4283(0x18d))/0x7)+parseInt(_0x1e4283(0x13f))/0x8*(-parseInt(_0x1e4283(0x159))/0x9)+parseInt(_0x1e4283(0x122))/0xa*(-parseInt(_0x1e4283(0x193))/0xb)+parseInt(_0x1e4283(0x134))/0xc*(-parseInt(_0x1e4283(0x172))/0xd);if(_0x6247b===_0x3c5521)break;else _0x40ba65['push'](_0x40ba65['shift']());}catch(_0x14e5cc){_0x40ba65['push'](_0x40ba65['shift']());}}}(a5_0x131e,0x66518));function a5_0x4cdb(_0xf5c71f,_0x46dd36){const _0x131e98=a5_0x131e();return a5_0x4cdb=function(_0x4cdb3a,_0x3ebd66){_0x4cdb3a=_0x4cdb3a-0x11d;let _0x2e1a31=_0x131e98[_0x4cdb3a];return _0x2e1a31;},a5_0x4cdb(_0xf5c71f,_0x46dd36);}function a5_0x131e(){const _0x20978c=['path','cyan','../../helpers/test-observability/utils','parseFormatters','useW3C','HFRBV','chalk','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','stringify','handleApp','2CJdsAj','SDK_CLEANUP','DPXok','join','debug','****\x20RESULTS\x20****','ufreR','RbiWP','1753749iVNxsw','GzATR','dxLyT','proxySettings','util','voBIG','stepsFailed','then','yellow','10GyEtVy','\x20skipped','skipSessionStatus','QxCNS','\x20pending','uhuHy','scenarios','getErrorMessageFromResults','config','\x20steps','\x20undefined','stepsUndefined','avgef','parallelsPerPlatform','gRdOn','iTjVK','949HNtOSo','exitCode','platforms','isBrowserstackInfra','../test-runner','stepsPassed','bRJnl','forEach','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','green','../../helpers/helper','\x20failed','initialize','167372dvQywP','FRAMEWORKS','\x20passed','length','PQgwE','stepsSkipped','Flwwa','prepareCapabilities','getPlatformName','push','../utils/constants','logLevel','giycy','accessibilityOptions','2513QDqWzv','start','argv','printBuildLink','uUVtN','TIEKt','264kdxPAt','setUserConfigPath','framework','RqBMX','turboScaleUrl','red','log','\x20scenarios','exports','splice','finally','QcEQj','assign','2300529AvktJH','env','40170YbWUJd','getHubUrl','steps','stop','getTCGConfigFilePaths','testContextOptions','bold','../../helpers/BrowserStackSetup','rmdirSync','../../helpers/performance/performance-tester','SDK_SETUP','testObservability','11022vBDGUP','OMkBB','removeDir','\x20ambiguous','getUserWorkerCount','cwd','87252nCBBvS','../../helpers/logger','../../helpers/utilities','launchBuild','CUCUMBER','xZsZC','winstonLogger','../../helpers/testhub/testhubHandler','BROWSERSTACK_TEST_OBSERVABILITY_YML','74003EUKuYq','unlinkSync','16CTnRzi','FvXyr','stepsUnknown','isUndefined','stepsAmbiguous','cucumber','KggQN','createDir'];a5_0x131e=function(){return _0x20978c;};return a5_0x131e();}const fs=require('fs'),path=require(a5_0x440ed2(0x147)),util=require(a5_0x440ed2(0x15d)),logger=require(a5_0x440ed2(0x135))[a5_0x440ed2(0x13a)],{default:BrowserStackSetup}=require(a5_0x440ed2(0x129)),helper=require(a5_0x440ed2(0x17c)),utilities=require(a5_0x440ed2(0x136)),constants=require(a5_0x440ed2(0x189)),{parallelCucumberRun}=require(a5_0x440ed2(0x176)),TestHubHandler=require(a5_0x440ed2(0x13b)),testOpsHelper=require(a5_0x440ed2(0x149)),chalk=require(a5_0x440ed2(0x14d)),PerformanceTester=require(a5_0x440ed2(0x12b)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'];function printCucumberStats(_0xc3c743){const _0x4701c6=a5_0x440ed2,_0x4cd2a2={};_0x4cd2a2[_0x4701c6(0x16e)]=function(_0x3f4fa8,_0x24fe81){return _0x3f4fa8>_0x24fe81;},_0x4cd2a2[_0x4701c6(0x171)]=function(_0x233468,_0x206bd2){return _0x233468-_0x206bd2;},_0x4cd2a2['zSFaL']=function(_0x4b4478,_0x5c9518){return _0x4b4478-_0x5c9518;},_0x4cd2a2[_0x4701c6(0x170)]=function(_0xdb5097,_0x4b94d0){return _0xdb5097>_0x4b94d0;},_0x4cd2a2[_0x4701c6(0x183)]=function(_0x2a1033,_0x16c2b9){return _0x2a1033>_0x16c2b9;},_0x4cd2a2[_0x4701c6(0x11e)]=function(_0xfbfa66,_0x201374){return _0xfbfa66>_0x201374;},_0x4cd2a2[_0x4701c6(0x12f)]=function(_0x4ae2a7,_0x2b5f9e){return _0x4ae2a7>_0x2b5f9e;},_0x4cd2a2[_0x4701c6(0x165)]=function(_0x2ec038,_0x1d08bd){return _0x2ec038>_0x1d08bd;},_0x4cd2a2['TIEKt']=function(_0x1ff763,_0x674a36){return _0x1ff763>_0x674a36;},_0x4cd2a2[_0x4701c6(0x15a)]=function(_0x5c507f,_0x2d641a){return _0x5c507f>_0x2d641a;},_0x4cd2a2['aypQh']=function(_0x5bb60d,_0x1b9f19){return _0x5bb60d>_0x1b9f19;},_0x4cd2a2[_0x4701c6(0x158)]=function(_0x199275,_0x3ced41){return _0x199275>_0x3ced41;},_0x4cd2a2['dxLyT']=function(_0x42bd32,_0x4d1784){return _0x42bd32+_0x4d1784;},_0x4cd2a2['FvXyr']=function(_0x15b282,_0x217ebf){return _0x15b282+_0x217ebf;},_0x4cd2a2[_0x4701c6(0x139)]=function(_0x343f06,_0x1779cc){return _0x343f06+_0x1779cc;},_0x4cd2a2['voBIG']=function(_0x346746,_0x31f2ed){return _0x346746===_0x31f2ed;},_0x4cd2a2[_0x4701c6(0x157)]=_0x4701c6(0x156);const _0x5adcc5=_0x4cd2a2;let _0x3de753=0x0;if(_0x5adcc5[_0x4701c6(0x15e)](_0xc3c743[_0x4701c6(0x182)],0x0))return _0x3de753;return console[_0x4701c6(0x199)](chalk[_0x4701c6(0x128)]['bgWhite'](_0x5adcc5[_0x4701c6(0x157)])),_0xc3c743[_0x4701c6(0x179)](_0x384953=>{const _0x59b19a=_0x4701c6,_0x347cf6=_0x384953[0x0],_0x111670=_0x384953[0x1];helper[_0x59b19a(0x175)]()&&console[_0x59b19a(0x199)]('\x0a'+chalk['bold'][_0x59b19a(0x161)](''+helper[_0x59b19a(0x187)](_0x347cf6)));const _0x537624=_0x111670[_0x59b19a(0x168)],_0x4b8a9e=_0x111670[_0x59b19a(0x124)],_0x53b3bd=_0x111670['scenariosFailed'],_0x471c61=_0x111670[_0x59b19a(0x15f)],_0x24cfce=_0x111670[_0x59b19a(0x177)],_0x2fa052=_0x111670[_0x59b19a(0x184)],_0x46935b=_0x111670['stepsPending'],_0x21c48e=_0x111670[_0x59b19a(0x16d)],_0x1e81a3=_0x111670[_0x59b19a(0x141)],_0x50f4a2=_0x111670[_0x59b19a(0x143)],_0x2292dc=_0x111670['processSuccess'];let _0x3337d8=_0x537624+_0x59b19a(0x19a);const _0x227fbd=_0x5adcc5['avgef'](_0x5adcc5[_0x59b19a(0x171)](_0x537624,_0x53b3bd),0x0)?_0x5adcc5['zSFaL'](_0x537624,_0x53b3bd):0x0;if(_0x5adcc5[_0x59b19a(0x170)](_0x53b3bd,0x0)&&_0x5adcc5[_0x59b19a(0x16e)](_0x227fbd,0x0))_0x3337d8+='\x20('+chalk[_0x59b19a(0x128)]['red'](_0x53b3bd+_0x59b19a(0x17d))+',\x20'+chalk[_0x59b19a(0x128)][_0x59b19a(0x17b)](_0x227fbd+_0x59b19a(0x181))+')';else(_0x5adcc5[_0x59b19a(0x183)](_0x53b3bd,0x0)||_0x5adcc5[_0x59b19a(0x11e)](_0x227fbd,0x0))&&(_0x3337d8+=_0x5adcc5[_0x59b19a(0x12f)](_0x53b3bd,0x0)?'\x20('+chalk[_0x59b19a(0x128)][_0x59b19a(0x198)](_0x53b3bd+'\x20failed')+')':'\x20('+chalk[_0x59b19a(0x128)][_0x59b19a(0x17b)](_0x227fbd+_0x59b19a(0x181))+')');const _0x1431f7=_0x4b8a9e+_0x59b19a(0x16b),_0x24906f=[];_0x5adcc5[_0x59b19a(0x11e)](_0x50f4a2,0x0)&&_0x24906f[_0x59b19a(0x188)](''+chalk[_0x59b19a(0x128)]['red'](_0x50f4a2+_0x59b19a(0x131)));_0x5adcc5[_0x59b19a(0x165)](_0x471c61,0x0)&&_0x24906f[_0x59b19a(0x188)](''+chalk[_0x59b19a(0x128)][_0x59b19a(0x198)](_0x471c61+'\x20failed'));_0x5adcc5[_0x59b19a(0x192)](_0x24cfce,0x0)&&_0x24906f[_0x59b19a(0x188)](''+chalk[_0x59b19a(0x128)][_0x59b19a(0x17b)](_0x24cfce+_0x59b19a(0x181)));_0x5adcc5[_0x59b19a(0x15a)](_0x46935b,0x0)&&_0x24906f['push'](''+chalk[_0x59b19a(0x128)][_0x59b19a(0x161)](_0x46935b+_0x59b19a(0x166)));_0x5adcc5['TIEKt'](_0x2fa052,0x0)&&_0x24906f['push'](''+chalk[_0x59b19a(0x128)][_0x59b19a(0x148)](_0x2fa052+'\x20skipped'));_0x5adcc5['aypQh'](_0x21c48e,0x0)&&_0x24906f['push'](''+chalk['bold'][_0x59b19a(0x161)](_0x21c48e+_0x59b19a(0x16c)));_0x5adcc5[_0x59b19a(0x158)](_0x1e81a3,0x0)&&_0x24906f['push'](''+chalk[_0x59b19a(0x128)][_0x59b19a(0x161)](_0x1e81a3+_0x59b19a(0x163)));const _0x452329=_0x5adcc5[_0x59b19a(0x15b)](_0x5adcc5[_0x59b19a(0x15b)](_0x5adcc5['dxLyT'](_0x1431f7,'('),_0x24906f[_0x59b19a(0x154)](',\x20')),')');console['log'](_0x5adcc5[_0x59b19a(0x15b)](_0x5adcc5[_0x59b19a(0x140)](_0x5adcc5['xZsZC'](_0x5adcc5[_0x59b19a(0x15b)]('\x0a',_0x3337d8),'\x0a'),_0x452329),'\x0a')),_0x5adcc5[_0x59b19a(0x15e)](_0x2292dc,![])&&(_0x3de753=0x1);}),_0x3de753;}async function run(_0x150d8d,_0x53bc83,_0xf3a5b6){const _0x2444bf=a5_0x440ed2,_0x4df9cd={'kpAHf':function(_0x25cf2c,_0x56899c){return _0x25cf2c(_0x56899c);},'uUVtN':function(_0x24ddde,_0x168bab){return _0x24ddde>_0x168bab;},'LkKWz':'Generating\x20consolidated\x20report...','giycy':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','RqBMX':_0x2444bf(0x144),'DPXok':'error\x20removing\x20tcg\x20config\x20file','HFRBV':'tmp','yTaGH':function(_0x106eb4,_0x1354a2){return _0x106eb4>_0x1354a2;},'DJjgq':function(_0x25dcd7,_0x100ab5){return _0x25dcd7-_0x100ab5;},'uhuHy':function(_0x31689c,_0x5f1490){return _0x31689c>=_0x5f1490;},'Flwwa':function(_0x25a291,_0xbf93b){return _0x25a291!=_0xbf93b;},'KggQN':'true','bRJnl':function(_0x3219d5,_0x2d0edd,_0x102a48,_0x301877,_0x14dcf8,_0x5711d8){return _0x3219d5(_0x2d0edd,_0x102a48,_0x301877,_0x14dcf8,_0x5711d8);}};await _0xf3a5b6[_0x2444bf(0x17e)](_0x150d8d),helper[_0x2444bf(0x194)](_0xf3a5b6[_0x2444bf(0x195)],_0x150d8d);!helper[_0x2444bf(0x175)]()&&await _0xf3a5b6['setupTCGAuth']();await helper[_0x2444bf(0x150)](_0xf3a5b6[_0x2444bf(0x16a)]);const _0x21622b=helper[_0x2444bf(0x14b)](_0xf3a5b6[_0x2444bf(0x16a)]);!helper[_0x2444bf(0x142)](_0xf3a5b6['config'][_0x2444bf(0x18c)])&&(process[_0x2444bf(0x121)][_0x2444bf(0x14e)]=JSON[_0x2444bf(0x14f)](_0xf3a5b6['config']['accessibilityOptions']));const _0x226d40=await TestHubHandler[_0x2444bf(0x137)](constants[_0x2444bf(0x180)][_0x2444bf(0x138)],_0xf3a5b6);let _0x24f701=[];if(!helper[_0x2444bf(0x175)]()){const _0x333900={};_0x333900[_0x2444bf(0x174)]=[],_0x24f701=helper[_0x2444bf(0x186)](Object[_0x2444bf(0x11f)]({},_0xf3a5b6[_0x2444bf(0x16a)],_0x333900),_0x21622b,constants[_0x2444bf(0x180)][_0x2444bf(0x138)]);}else _0x24f701=helper[_0x2444bf(0x186)](_0xf3a5b6['config'],_0x21622b,constants[_0x2444bf(0x180)][_0x2444bf(0x138)]);if(!_0xf3a5b6[_0x2444bf(0x16a)])return;const _0x2cc32b=_0xf3a5b6[_0x2444bf(0x16a)][_0x2444bf(0x16f)]||helper[_0x2444bf(0x132)](_0x150d8d,_0x53bc83,_0xf3a5b6[_0x2444bf(0x16a)],constants['FRAMEWORKS'][_0x2444bf(0x138)])||0x1,_0x119017={'server':helper[_0x2444bf(0x123)](_0xf3a5b6[_0x2444bf(0x16a)]),'proxySettings':_0xf3a5b6[_0x2444bf(0x16a)][_0x2444bf(0x15c)],'maxWorkers':_0x2cc32b,'browserStackLogLevel':_0xf3a5b6[_0x2444bf(0x16a)][_0x2444bf(0x18a)],'skipSessionName':_0xf3a5b6['config'][_0x2444bf(0x127)]['skipSessionName'],'skipSessionStatus':_0xf3a5b6['config'][_0x2444bf(0x127)][_0x2444bf(0x164)],'turboScaleUrl':_0xf3a5b6[_0x2444bf(0x16a)][_0x2444bf(0x197)]},_0x42caf7=process[_0x2444bf(0x18f)],[_0x32bbbf,_0x58eaf2]=helper[_0x2444bf(0x14a)](_0x42caf7),_0x4c0fc5=path[_0x2444bf(0x154)](process[_0x2444bf(0x133)](),_0x4df9cd[_0x2444bf(0x14c)]);if(_0x4df9cd['yTaGH'](_0x58eaf2[_0x2444bf(0x182)],0x0)){helper[_0x2444bf(0x146)](_0x4c0fc5);for(let _0x3446cf=_0x4df9cd['DJjgq'](_0x32bbbf[_0x2444bf(0x182)],0x1);_0x4df9cd[_0x2444bf(0x167)](_0x3446cf,0x0);_0x3446cf--){_0x42caf7[_0x2444bf(0x19c)](_0x32bbbf[_0x3446cf],0x2);}}_0x4df9cd[_0x2444bf(0x185)](_0xf3a5b6[_0x2444bf(0x16a)]['testObservability'],null)?process[_0x2444bf(0x121)][_0x2444bf(0x13c)]=_0xf3a5b6[_0x2444bf(0x16a)][_0x2444bf(0x12d)]:process[_0x2444bf(0x121)][_0x2444bf(0x13c)]=_0x4df9cd[_0x2444bf(0x145)];PerformanceTester['end'](PerformanceEvents[_0x2444bf(0x12c)]);let _0x312993;_0x4df9cd[_0x2444bf(0x178)](parallelCucumberRun,_0x24f701,_0x119017,_0xf3a5b6['config'],_0x42caf7,_0x58eaf2)[_0x2444bf(0x160)](async _0x1b8f65=>{const _0x1c7b63=_0x2444bf;PerformanceTester[_0x1c7b63(0x18e)](PerformanceEvents[_0x1c7b63(0x152)]),_0x312993=_0x1b8f65;const _0x39e4e0=_0x4df9cd['kpAHf'](printCucumberStats,_0x1b8f65);process[_0x1c7b63(0x173)]=_0x39e4e0,_0x4df9cd[_0x1c7b63(0x191)](_0x58eaf2[_0x1c7b63(0x182)],0x0)&&(logger[_0x1c7b63(0x155)](_0x4df9cd['LkKWz']),helper['mergeOutputFiles'](_0x4c0fc5,_0x58eaf2),logger[_0x1c7b63(0x155)](_0x4df9cd[_0x1c7b63(0x18b)]),helper[_0x1c7b63(0x130)](_0x4c0fc5));})[_0x2444bf(0x11d)](async()=>{const _0x545601=_0x2444bf;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),_0xf3a5b6['errorMessage']=helper[_0x545601(0x169)](_0x312993,_0x4df9cd[_0x545601(0x196)]),testOpsHelper[_0x545601(0x190)]();try{await TestHubHandler[_0x545601(0x125)]();}catch(_0x3b61aa){logger[_0x545601(0x155)](_0x545601(0x17a)+util['format'](_0x3b61aa));}try{const {browserstackFolderPath:_0xec7284,tcgConfigPath:_0x3d2a71}=helper[_0x545601(0x126)]();fs[_0x545601(0x13e)](_0x3d2a71),fs[_0x545601(0x12a)](_0xec7284);}catch(_0x13459b){logger[_0x545601(0x155)](_0x4df9cd[_0x545601(0x153)],_0x13459b);}await utilities['finalExecution'](_0xf3a5b6);});}module[a5_0x440ed2(0x19b)]=run;
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();}