browserstack-node-sdk 1.35.7 → 1.35.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -60
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0xbe8675=a1_0x39f0;function a1_0x39f0(_0x4be71c,_0x538dab){const _0x20879e=a1_0x2087();return a1_0x39f0=function(_0x39f066,_0x1a0647){_0x39f066=_0x39f066-0x13f;let _0x2b66ec=_0x20879e[_0x39f066];return _0x2b66ec;},a1_0x39f0(_0x4be71c,_0x538dab);}(function(_0x228ebb,_0x1f13d5){const _0x1a556b=a1_0x39f0,_0x12fcd2=_0x228ebb();while(!![]){try{const _0x240ce1=parseInt(_0x1a556b(0x19c))/0x1+-parseInt(_0x1a556b(0x203))/0x2+parseInt(_0x1a556b(0x159))/0x3+-parseInt(_0x1a556b(0x1b7))/0x4+parseInt(_0x1a556b(0x207))/0x5+-parseInt(_0x1a556b(0x150))/0x6*(-parseInt(_0x1a556b(0x1d6))/0x7)+parseInt(_0x1a556b(0x16b))/0x8*(-parseInt(_0x1a556b(0x168))/0x9);if(_0x240ce1===_0x1f13d5)break;else _0x12fcd2['push'](_0x12fcd2['shift']());}catch(_0x2d5b9e){_0x12fcd2['push'](_0x12fcd2['shift']());}}}(a1_0x2087,0xcbae6));function a1_0x2087(){const _0x102266=['test-before','apply','../../helpers/globals.js','bddStepStart','end','PERFORM_SCAN','overwriteCommand','arguments','FjPjS','browser','getResultsSummary','info','BROWSERSTACK_TESTHUB_UUID','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','SDK_PRE_TEST','hook-failed','testAnalyticsId','LhVLW','gAdSS','bddStep-after','screenshotOutputFolder','pvrLv','AblCe','slice','patchSaveScreenshot','browserstackTestName','28091VcGwyL','GET_RESULTS_SUMMARY','call','exports','INFO','Suite','helpers','VvktJ','__driver','container','browserstack_executor:\x20','cUQPA','setGlobal','after','bmUZN','lhIDk','NtkSm','NNFVE','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','SdHjF','initSaveScreenshot','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','codeceptjs','_before','event','skipped','TEST_RUN_STARTED','class','emit','AuvsL','dQiVE','GET_RESULTS','iWYjn','started','stopMonitoring','status','restore','gskRC','../../helpers/performance/performance-tester','CQjQZ','title','hJhFx','jgKME','step','zwuDg','2362950lWHvwp','bddStep-before','OVnNA','BJpJP','4264500fDhwTp','pid','BwKkC','dispatcher','BROWSERSTACK_TESTHUB_JWT','Element','../../bin/playwright/sessionDetails','__workerDetails','SESSION_NAME','dWKyG','getAccessibilityResultsSummary','AApEl','hook','getSyncScript','TEST_LOG','constructor','bs:addLog:','ENV_VAR','../../helpers/test-observability/utils','browserStackExecuteDriver','toString','env','start','Puppeteer','JbkfD','1428sJGkss','executeScript','MWIjW','BMgit','warn','captureEvent','QVKfR','DDbul','startMonitoring','1769355gMkcQT','SDK_POST_INITIALIZE','bstackAllyScanning','shouldWrapCommand','Playwright','readFileSync','TEST_RUN_SKIPPED','browserContext','thJwtToken','klYcp','performScan','HOOK_RUN_STARTED','SYNC','yioFV','base64','468FkWglh','Myclp','TestCafe','28904ZWAemE','YuGuA','fireEvent','captureError','codeceptjs/lib/recorder.js','toISOString','FhMHX','commandsToWrap','prototype','name','hookType','SDK_HOOK','wJwjr','jfDkM','SDK_TEST','then','stringify','all','patch','AnPfN','afterTest','passed','ShPJZ','codeceptjs/lib/helper/Playwright.js','saveTestResults','RPSok','skipSessionStatus','QEtLa','ctx','Ixfgp','../../helpers/testhub/constants.js','hook-passed','saveScreenshot','tsccZ','UMrfx','addRequestSpy','command','SAVE_RESULTS','QZVEz','accessibilityPlatform','action','SLGXR','before','test-failed','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','step-comment','measureWrapper','debug','catch','980297MQmsgt','TEST_RUN_FINISHED','util','VtuGx','reason','thBuildUuid','LFKTm','./helper.js','add','bddStep','WebDriver','./o11yHelper','IcaTc','contexts','forEach','NMxBt','HOOK_RUN_FINISHED','SDK_POST_TEST','jiUya','filter','codeceptjs/lib/utils.js','BS_TESTOPS_ALLOW_SCREENSHOTS','Failed\x20to\x20execute\x20_before:\x20','format','getAccessibilityResults','getResults','jDbth','4697788isEYOb','test','MKKHC','kNgCn','enabled'];a1_0x2087=function(){return _0x102266;};return a1_0x2087();}const fs=require('fs'),util=require(a1_0xbe8675(0x19e)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require('../../helpers/logger')['winstonLogger'],testOpsHelper=require(a1_0xbe8675(0x149)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0xbe8675(0x20d)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0xbe8675(0x1a7)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0xbe8675(0x1fc)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0xbe8675(0x1a3)),testHubConstants=require(a1_0xbe8675(0x189)),globals=require(a1_0xbe8675(0x1be)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0xbe8675(0x1ec)),CodeceptUtils=requireModule(a1_0xbe8675(0x1b0),'codeceptjs'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js',a1_0xbe8675(0x1ec)),CodeceptRecorder=requireModule(a1_0xbe8675(0x16f),a1_0xbe8675(0x1ec)),CodeceptPlaywright=requireModule(a1_0xbe8675(0x182),a1_0xbe8675(0x1ec)),playwrightMarkSessionStatus=(_0x2b59dd,_0x1e3dd9,_0x4d82c7)=>{const _0x5c82d0=a1_0xbe8675,_0x36ca5a={'YuGuA':'setSessionStatus','wJwjr':function(_0x7fa7a4,_0x51230e){return _0x7fa7a4(_0x51230e);}},_0x83ba60={};_0x83ba60[_0x5c82d0(0x1f9)]=_0x1e3dd9;const _0x16f274={};_0x16f274[_0x5c82d0(0x193)]=_0x36ca5a[_0x5c82d0(0x16c)],_0x16f274[_0x5c82d0(0x1c3)]=_0x83ba60;const _0x4b007b=_0x16f274;return!_0x36ca5a[_0x5c82d0(0x177)](isUndefined,_0x4d82c7)&&(_0x4b007b[_0x5c82d0(0x1c3)][_0x5c82d0(0x1a0)]=JSON[_0x5c82d0(0x17b)](_0x4d82c7)),_0x2b59dd['executeScript'](()=>{},_0x5c82d0(0x1e0)+JSON[_0x5c82d0(0x17b)](_0x4b007b));},o11ySync=PerformanceTester[a1_0xbe8675(0x199)](PerformanceO11yEvents[a1_0xbe8675(0x165)],async _0x1f6ba4=>{const _0x3d5dca=a1_0xbe8675,_0x2f0a7d={};_0x2f0a7d[_0x3d5dca(0x202)]=function(_0x371da,_0x3cb4c0){return _0x371da===_0x3cb4c0;},_0x2f0a7d['AblCe']=_0x3d5dca(0x15d);const _0x1cd1db=_0x2f0a7d;_0x1cd1db[_0x3d5dca(0x202)](_0x1f6ba4[_0x3d5dca(0x146)][_0x3d5dca(0x174)],_0x1cd1db[_0x3d5dca(0x1d2)])?await _0x1f6ba4[_0x3d5dca(0x151)](_0x248572=>{},testOpsHelper[_0x3d5dca(0x144)]()):await _0x1f6ba4['executeScript'](testOpsHelper[_0x3d5dca(0x144)]());}),markSessionName=PerformanceTester[a1_0xbe8675(0x199)](PerformanceAutEvents[a1_0xbe8675(0x13f)],async(_0x36e109,_0x338122)=>{const _0x775be5=a1_0xbe8675,_0x5b4a47={};_0x5b4a47[_0x775be5(0x156)]='setSessionName',_0x5b4a47[_0x775be5(0x1dd)]=function(_0x2e0c2c,_0x318958){return _0x2e0c2c===_0x318958;},_0x5b4a47[_0x775be5(0x1ba)]=_0x775be5(0x15d);const _0x4c8c8e=_0x5b4a47,_0x2450b7={};_0x2450b7[_0x775be5(0x174)]=_0x338122;const _0x59def7={};_0x59def7[_0x775be5(0x193)]=_0x4c8c8e[_0x775be5(0x156)],_0x59def7['arguments']=_0x2450b7;const _0x5b68d3=_0x59def7;_0x4c8c8e[_0x775be5(0x1dd)](_0x36e109['constructor'][_0x775be5(0x174)],_0x4c8c8e['kNgCn'])?await _0x36e109[_0x775be5(0x151)](()=>{},_0x775be5(0x1e0)+JSON['stringify'](_0x5b68d3)):await _0x36e109['executeScript']('browserstack_executor:\x20'+JSON[_0x775be5(0x17b)](_0x5b68d3));}),patchSaveScreenshot=_0x12872b=>{const _0x4a7321=a1_0xbe8675,_0x4b5da1={'nHzNK':_0x4a7321(0x167),'IcaTc':'TEST_SCREENSHOT','pElbH':function(_0x34a3d5){return _0x34a3d5();},'BMgit':function(_0x34519d,_0x2da814){return _0x34519d(_0x2da814);},'jgKME':'Screenshot\x20path\x20not\x20found'};_0x4b5da1[_0x4a7321(0x153)](isTrue,process[_0x4a7321(0x14c)][_0x4a7321(0x1b1)])&&!_0x12872b[_0x4a7321(0x1d4)]&&(_0x12872b[_0x4a7321(0x1d4)]=!![],_0x12872b[_0x4a7321(0x1ea)]=_0x12872b['saveScreenshot'],_0x12872b[_0x4a7321(0x18b)]=(_0x3e8900,_0x44687d=![])=>{const _0x35e504=_0x4a7321,_0x6a09e3={'jDbth':_0x4b5da1['nHzNK'],'QZVEz':_0x4b5da1[_0x35e504(0x1a8)],'klYcp':function(_0xaa0331){return _0x4b5da1['pElbH'](_0xaa0331);},'AApEl':function(_0x3f70df,_0x3e6ce0){const _0x5b9eb3=_0x35e504;return _0x4b5da1[_0x5b9eb3(0x153)](_0x3f70df,_0x3e6ce0);},'Myclp':_0x4b5da1[_0x35e504(0x200)]};return new Promise(function(_0x562a53,_0x3dedff){const _0x244739=_0x35e504;_0x12872b[_0x244739(0x1ea)](_0x3e8900,_0x44687d)[_0x244739(0x17a)](()=>{const _0x56cdf2=_0x244739,_0x1fc9d5=CodeceptUtils[_0x56cdf2(0x1d0)](_0x3e8900);if(_0x1fc9d5){const _0x25a399=fs[_0x56cdf2(0x15e)](_0x1fc9d5);process[_0x56cdf2(0x1f2)](_0x56cdf2(0x147)+process[_0x56cdf2(0x208)],{'timestamp':new Date()[_0x56cdf2(0x170)](),'message':_0x25a399[_0x56cdf2(0x14b)](_0x6a09e3[_0x56cdf2(0x1b6)]),'kind':_0x6a09e3[_0x56cdf2(0x191)]}),_0x6a09e3[_0x56cdf2(0x162)](_0x562a53);}_0x6a09e3[_0x56cdf2(0x142)](_0x3dedff,new Error(_0x6a09e3[_0x56cdf2(0x169)]));})[_0x244739(0x19b)](()=>null);});});},patchWebDriverBefore=_0x5633cd=>{const _0x127f95=a1_0xbe8675,_0x35d258={'elIkG':function(_0x20fc51){return _0x20fc51();},'GHqmH':function(_0x3c5bb0,_0x10697f){return _0x3c5bb0(_0x10697f);},'jfDkM':function(_0xa55a6b,_0x9266fa){return _0xa55a6b===_0x9266fa;},'ZouGN':_0x127f95(0x20c),'pvrLv':function(_0x196cf3,_0x230efb){return _0x196cf3(_0x230efb);}},_0xb00ad4=async function(_0x5b5dc2,_0x21aa47){const _0x34bed1=_0x127f95;return _0x35d258['elIkG'](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x34bed1(0x192)]&&scripts[_0x34bed1(0x15c)](_0x5b5dc2[_0x34bed1(0x174)])&&_0x35d258['GHqmH'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x34bed1(0x15b)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x34bed1(0x1c1)],async()=>{const _0x427f2c=_0x34bed1;logger['debug']('Performing\x20scan\x20for\x20'+_0x5b5dc2['class']+'\x20'+_0x5b5dc2[_0x427f2c(0x174)]),await AccessibilityHelper[_0x427f2c(0x14a)](_0x5633cd,scripts[_0x427f2c(0x163)]);},{'command':_0x5b5dc2[_0x34bed1(0x174)]})()),global[_0x34bed1(0x15b)]=![],_0x21aa47[_0x34bed1(0x1bd)](this,Array[_0x34bed1(0x173)][_0x34bed1(0x1d3)][_0x34bed1(0x1d8)](arguments,0x2));},_0x3fc349=CodeceptWebDriver[_0x127f95(0x173)][_0x127f95(0x1ed)];CodeceptWebDriver[_0x127f95(0x173)][_0x127f95(0x1ed)]=async function(){const _0x4ecd5e=_0x127f95,_0x4ddfd0={'jiUya':function(_0x94a70d,_0x34ac3a){const _0x4e199c=a1_0x39f0;return _0x35d258[_0x4e199c(0x178)](_0x94a70d,_0x34ac3a);},'VtuGx':_0x35d258['ZouGN']};try{await _0x3fc349['apply'](this,arguments);}catch(_0x518a70){logger[_0x4ecd5e(0x19a)](_0x4ecd5e(0x1b2)+util[_0x4ecd5e(0x1b3)](_0x518a70));}scripts[_0x4ecd5e(0x172)][_0x4ecd5e(0x1af)](_0x22bc6f=>_0x22bc6f[_0x4ecd5e(0x174)]&&_0x22bc6f['class'])[_0x4ecd5e(0x1aa)](_0x3cf8a1=>{const _0x4e27ed=_0x4ecd5e;this[_0x4e27ed(0x1c5)][_0x4e27ed(0x1c2)](_0x3cf8a1[_0x4e27ed(0x174)],_0xb00ad4['bind'](this,_0x3cf8a1),_0x4ddfd0[_0x4e27ed(0x1ae)](_0x3cf8a1[_0x4e27ed(0x1f1)],_0x4ddfd0[_0x4e27ed(0x19f)]));}),_0x35d258[_0x4ecd5e(0x1d1)](processWebDriverConfig,_0x5633cd);};},patchPlaywrightBefore=()=>{const _0x4ed013=a1_0xbe8675;PlaywrightSessionDetails[_0x4ed013(0x17d)]();const _0x57e91f=CodeceptPlaywright[_0x4ed013(0x173)][_0x4ed013(0x1ed)];CodeceptPlaywright[_0x4ed013(0x173)]['_before']=async function(){const _0x34a3bb=_0x4ed013;this[_0x34a3bb(0x160)]=await this['browser'][_0x34a3bb(0x1a9)]()[0x0],await _0x57e91f[_0x34a3bb(0x1bd)](this,arguments);};},getCodeceptDriver=()=>{const _0x125988=a1_0xbe8675,_0x6e80f8={};_0x6e80f8[_0x125988(0x14f)]=_0x125988(0x1a6),_0x6e80f8[_0x125988(0x1f6)]=_0x125988(0x15d),_0x6e80f8[_0x125988(0x18d)]=_0x125988(0x14e),_0x6e80f8[_0x125988(0x1e9)]=_0x125988(0x16a);const _0x8dcf08=_0x6e80f8,_0x15dec1=[_0x8dcf08['JbkfD'],_0x8dcf08[_0x125988(0x1f6)],_0x8dcf08['UMrfx'],_0x8dcf08[_0x125988(0x1e9)]],_0xcadffb=_0x15dec1['find'](_0x2fe8b6=>!!CodeceptJS[_0x125988(0x1df)][_0x125988(0x1dc)](_0x2fe8b6));if(!_0xcadffb)return null;return CodeceptJS[_0x125988(0x1df)][_0x125988(0x1dc)](_0xcadffb);};module[a1_0xbe8675(0x1d9)]=function(_0x278fc2){const _0x301e86=a1_0xbe8675,_0x59c143={'FhMHX':function(_0x5769fb){return _0x5769fb();},'bmUZN':function(_0x769f4,_0x47514d){return _0x769f4(_0x47514d);},'cUQPA':_0x301e86(0x141),'MKKHC':_0x301e86(0x1c9),'yioFV':_0x301e86(0x1b4),'DDbul':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','QEtLa':function(_0x15efae,_0x39cbdd){return _0x15efae(_0x39cbdd);},'LhVLW':'hook-started','OVnNA':_0x301e86(0x18a),'LFKTm':_0x301e86(0x1cb),'SLGXR':_0x301e86(0x1d5),'ShPJZ':_0x301e86(0x1bc),'KWpOi':function(_0x4cf20f,_0x40918a){return _0x4cf20f(_0x40918a);},'MWIjW':function(_0x4fe2b7,_0x209325,_0x32c7b8){return _0x4fe2b7(_0x209325,_0x32c7b8);},'NMxBt':'test-started','FjPjS':function(_0x332db8,_0x1b054d,_0xd2587e){return _0x332db8(_0x1b054d,_0xd2587e);},'NtkSm':'test-passed','CQjQZ':function(_0x23d8a0){return _0x23d8a0();},'RPSok':function(_0x252c4b,_0x1bdb00,_0x5ddbbc,_0x3fe4d7){return _0x252c4b(_0x1bdb00,_0x5ddbbc,_0x3fe4d7);},'lhIDk':function(_0x3b07d1,_0x3cccdd){return _0x3b07d1===_0x3cccdd;},'NNFVE':_0x301e86(0x1db),'AuvsL':_0x301e86(0x196),'AnPfN':'test-skipped','BwKkC':_0x301e86(0x17f),'dQiVE':function(_0x18d757){return _0x18d757();},'dWKyG':_0x301e86(0x197),'BJpJP':'test-after','xarKM':_0x301e86(0x1da),'heBvm':_0x301e86(0x145),'hJhFx':_0x301e86(0x198),'tsccZ':_0x301e86(0x204),'wUPwM':_0x301e86(0x1cf),'gskRC':function(_0x2ecc0f){return _0x2ecc0f();},'Ixfgp':_0x301e86(0x15d)};_0x278fc2[_0x301e86(0x185)]&&(global['__skipSessionStatus']=_0x278fc2[_0x301e86(0x185)]);PerformanceTester[_0x301e86(0x158)]();const _0x1fff8c=_0x59c143[_0x301e86(0x1fb)](getCodeceptDriver),_0x4fc171=new O11yHelper(_0x1fff8c,_0x278fc2),_0x9e48e7=!!CodeceptJS['container']['helpers'](_0x59c143[_0x301e86(0x188)]);global[_0x301e86(0x1de)]=_0x1fff8c,_0x1fff8c&&(PerformanceTester[_0x301e86(0x199)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x3ecb77=_0x301e86;_0x9e48e7?_0x59c143[_0x3ecb77(0x171)](patchPlaywrightBefore):_0x59c143[_0x3ecb77(0x1e4)](patchWebDriverBefore,_0x1fff8c);})(),PerformanceTester[_0x301e86(0x199)](PerformanceEvents[_0x301e86(0x15a)],()=>{const _0xd7fa4a=_0x301e86;_0x1fff8c[_0xd7fa4a(0x141)]=async()=>{const _0x5db2e7=_0xd7fa4a;if(global['accessibilityPlatform']){const _0xf00a71={};_0xf00a71['command']=_0x59c143[_0x5db2e7(0x1e1)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5db2e7(0x1c1)],async()=>{const _0x44471d=_0x5db2e7;await AccessibilityHelper['browserStackExecuteDriver'](_0x1fff8c,scripts[_0x44471d(0x163)]);},_0xf00a71)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5db2e7(0x1d7)],async()=>{const _0x4bb787=_0x5db2e7;await AccessibilityHelper[_0x4bb787(0x14a)](_0x1fff8c,scripts[_0x4bb787(0x1c6)]);})();}else return logger[_0x5db2e7(0x154)](_0x59c143[_0x5db2e7(0x1b9)]),{};},_0x1fff8c['getAccessibilityResults']=async()=>{const _0x55ce2b=_0xd7fa4a;if(global[_0x55ce2b(0x192)]){const _0x5d867d={};_0x5d867d[_0x55ce2b(0x18f)]=_0x59c143[_0x55ce2b(0x166)],await PerformanceTester[_0x55ce2b(0x199)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5e18c1=_0x55ce2b;await AccessibilityHelper[_0x5e18c1(0x14a)](_0x1fff8c,scripts[_0x5e18c1(0x163)]);},_0x5d867d)(),await PerformanceTester[_0x55ce2b(0x199)](PerformanceA11yEvents[_0x55ce2b(0x1f5)],async()=>{const _0x10c1e2=_0x55ce2b;await AccessibilityHelper[_0x10c1e2(0x14a)](_0x1fff8c,scripts[_0x10c1e2(0x1b5)]);})();}else return logger[_0x55ce2b(0x154)](_0x59c143[_0x55ce2b(0x157)]),{};},_0x59c143[_0xd7fa4a(0x186)](patchSaveScreenshot,_0x1fff8c);})()),CodeceptJS[_0x301e86(0x1ee)]['dispatcher']['on'](CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x17c)][_0x301e86(0x195)],()=>{const _0x4c08b3=_0x301e86;PerformanceTester[_0x4c08b3(0x14d)](PerformanceEvents[_0x4c08b3(0x1ca)]);try{_0x4fc171['start'](),testOpsHelper[_0x4c08b3(0x18e)](),PerformanceTester[_0x4c08b3(0x1c0)](PerformanceEvents[_0x4c08b3(0x1ca)]);}catch(_0x2b7a6c){PerformanceTester[_0x4c08b3(0x16e)](_0x2b7a6c),PerformanceTester['end'](PerformanceEvents[_0x4c08b3(0x1ca)],![],_0x2b7a6c);}}),CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x20a)]['on'](CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x17c)][_0x301e86(0x1e3)],async()=>{const _0x6f4bcc=_0x301e86;PerformanceTester['start'](PerformanceEvents[_0x6f4bcc(0x1ad)]);try{requestSpy[_0x6f4bcc(0x1fa)](),await _0x4fc171['stop'](),PerformanceTester['end'](PerformanceEvents[_0x6f4bcc(0x1ad)]);}catch(_0x92fa3){PerformanceTester[_0x6f4bcc(0x16e)](_0x92fa3),PerformanceTester['end'](PerformanceEvents[_0x6f4bcc(0x1ad)],![],_0x92fa3);}finally{PerformanceTester[_0x6f4bcc(0x1f8)]();}}),CodeceptJS[_0x301e86(0x1ee)]['dispatcher']['on'](CodeceptJS['event'][_0x301e86(0x143)][_0x301e86(0x1f7)],_0x1d34ff=>{const _0x4c21d0=_0x301e86;PerformanceTester[_0x4c21d0(0x14d)](PerformanceEvents[_0x4c21d0(0x176)]);try{const _0x4ba194=_0x1d34ff['ctx'][_0x4c21d0(0x1b8)],_0x16a978=_0x4fc171[_0x4c21d0(0x155)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x4ba194);CodeceptRecorder['add'](()=>_0x4fc171[_0x4c21d0(0x16d)](TEST_EVENTS[_0x4c21d0(0x164)],_0x16a978));const _0x39fa3b={};_0x39fa3b['hookType']=_0x59c143['LhVLW'],PerformanceTester[_0x4c21d0(0x1c0)](PerformanceEvents[_0x4c21d0(0x176)],!![],null,_0x39fa3b);}catch(_0x4cd98e){const _0x5d11a0={};_0x5d11a0[_0x4c21d0(0x175)]=_0x59c143[_0x4c21d0(0x1cd)],PerformanceTester[_0x4c21d0(0x1c0)](PerformanceEvents['SDK_HOOK'],![],_0x4cd98e,_0x5d11a0),PerformanceTester[_0x4c21d0(0x16e)](_0x4cd98e);}}),CodeceptJS[_0x301e86(0x1ee)]['dispatcher']['on'](CodeceptJS[_0x301e86(0x1ee)]['hook'][_0x301e86(0x180)],_0x15d2b8=>{const _0x49e427=_0x301e86,_0x4f73d1={};_0x4f73d1['hookType']=_0x59c143[_0x49e427(0x205)],PerformanceTester[_0x49e427(0x14d)](PerformanceHookEvents[_0x49e427(0x176)],!![],null,_0x4f73d1);try{const _0xee845d=_0x15d2b8['ctx'][_0x49e427(0x1b8)],_0x2b0223=_0x4fc171[_0x49e427(0x155)](TEST_EVENTS[_0x49e427(0x1ac)],_0xee845d);CodeceptRecorder[_0x49e427(0x1a4)](()=>_0x4fc171[_0x49e427(0x16d)](TEST_EVENTS[_0x49e427(0x1ac)],_0x2b0223));const _0x17042c={};_0x17042c['hookType']=_0x59c143[_0x49e427(0x205)],PerformanceTester['end'](PerformanceHookEvents[_0x49e427(0x176)],!![],null,_0x17042c);}catch(_0x370d82){PerformanceTester[_0x49e427(0x16e)](_0x370d82);const _0x3f21cd={};_0x3f21cd['hookType']=_0x59c143[_0x49e427(0x205)],PerformanceTester[_0x49e427(0x1c0)](PerformanceHookEvents[_0x49e427(0x176)],![],_0x370d82,_0x3f21cd);}}),CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x20a)]['on'](CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x143)]['failed'],async(_0x5c81d8,_0x3f437f)=>{const _0x1b8d1f=_0x301e86;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x305eed=_0x5c81d8[_0x1b8d1f(0x187)][_0x1b8d1f(0x1b8)],_0x372806=_0x4fc171[_0x1b8d1f(0x155)](TEST_EVENTS[_0x1b8d1f(0x1ac)],_0x305eed,_0x3f437f);CodeceptRecorder[_0x1b8d1f(0x1a4)](()=>_0x4fc171['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x372806));const _0x2af1f0={};_0x2af1f0[_0x1b8d1f(0x175)]=_0x59c143[_0x1b8d1f(0x1a2)],PerformanceTester[_0x1b8d1f(0x14d)](PerformanceHookEvents[_0x1b8d1f(0x176)],!![],null,_0x2af1f0);}catch(_0x458a4a){PerformanceTester[_0x1b8d1f(0x16e)](_0x458a4a);const _0x334fa9={};_0x334fa9['hookType']=_0x59c143[_0x1b8d1f(0x1a2)],PerformanceTester[_0x1b8d1f(0x1c0)](PerformanceHookEvents[_0x1b8d1f(0x176)],![],_0x458a4a,_0x334fa9);}const _0x37b257={};_0x37b257[_0x1b8d1f(0x175)]=_0x59c143[_0x1b8d1f(0x1a2)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x37b257);}),CodeceptJS['event'][_0x301e86(0x20a)]['on'](CodeceptJS[_0x301e86(0x1ee)]['test']['before'],_0x80096e=>{const _0x1b0ada=_0x301e86;PerformanceTester['start'](PerformanceHookEvents[_0x1b0ada(0x176)]);try{globals[_0x1b0ada(0x1e2)](_0x59c143[_0x1b0ada(0x194)],_0x80096e[_0x1b0ada(0x1fe)]);_0x59c143[_0x1b0ada(0x171)](isBrowserstackInfra)&&(_0x9e48e7&&(global[_0x1b0ada(0x20e)]={'currentTest':{'name':_0x80096e[_0x1b0ada(0x1fe)],'testInfo':{'titlePath':_0x80096e['titlePath']()}}}));const _0x2bd110={};_0x2bd110[_0x1b0ada(0x175)]=_0x59c143[_0x1b0ada(0x181)],PerformanceTester[_0x1b0ada(0x1c0)](PerformanceHookEvents[_0x1b0ada(0x176)],!![],null,_0x2bd110);}catch(_0x38399b){PerformanceTester[_0x1b0ada(0x16e)](_0x38399b);const _0x213780={};_0x213780['hookType']=_0x59c143[_0x1b0ada(0x181)],PerformanceTester[_0x1b0ada(0x1c0)](PerformanceHookEvents[_0x1b0ada(0x176)],![],_0x38399b,_0x213780);}}),CodeceptJS[_0x301e86(0x1ee)]['dispatcher']['on'](CodeceptJS[_0x301e86(0x1ee)]['test'][_0x301e86(0x1f7)],_0x174e33=>{const _0x4725d6=_0x301e86;PerformanceTester[_0x4725d6(0x14d)](PerformanceHookEvents[_0x4725d6(0x176)]);try{globals[_0x4725d6(0x1e2)](_0x59c143['SLGXR'],_0x174e33[_0x4725d6(0x1fe)]);const _0x20e3a6=_0x4fc171['captureEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x174e33);CodeceptRecorder[_0x4725d6(0x1a4)](()=>_0x4fc171[_0x4725d6(0x16d)](TEST_EVENTS[_0x4725d6(0x1f0)],_0x20e3a6)),CodeceptRecorder[_0x4725d6(0x1a4)](async()=>{const _0x38e399=_0x4725d6;_0x59c143[_0x38e399(0x171)](isBrowserstackInfra)&&(!_0x59c143['KWpOi'](isTrue,_0x278fc2['skipSessionName'])&&await _0x59c143[_0x38e399(0x152)](markSessionName,_0x1fff8c,_0x174e33[_0x38e399(0x1fe)]),_0x4fc171[_0x38e399(0x1bb)]&&await _0x59c143['KWpOi'](o11ySync,_0x1fff8c));});}catch(_0x5c6463){const _0x39b34f={};_0x39b34f[_0x4725d6(0x175)]=_0x59c143[_0x4725d6(0x1ab)],PerformanceTester[_0x4725d6(0x1c0)](PerformanceHookEvents[_0x4725d6(0x176)],![],_0x5c6463,_0x39b34f),PerformanceTester['captureError'](_0x5c6463);}const _0x95cd5c={};_0x95cd5c['hookType']=_0x59c143['NMxBt'],PerformanceTester[_0x4725d6(0x1c0)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x95cd5c);}),CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x20a)]['on'](CodeceptJS['event'][_0x301e86(0x1b8)][_0x301e86(0x180)],_0x5108d0=>{const _0x1988e4=_0x301e86;PerformanceTester[_0x1988e4(0x14d)](PerformanceHookEvents[_0x1988e4(0x176)]);try{const _0xef9ddd=_0x4fc171[_0x1988e4(0x155)](TEST_EVENTS[_0x1988e4(0x19d)],_0x5108d0);CodeceptRecorder[_0x1988e4(0x1a4)](()=>_0x4fc171[_0x1988e4(0x16d)](TEST_EVENTS[_0x1988e4(0x19d)],_0xef9ddd)),CodeceptRecorder[_0x1988e4(0x1a4)](async()=>{const _0x3820de=_0x1988e4,_0x39bbaf={'gAdSS':function(_0x54ea4e,_0x23a768,_0xd0f0d2){const _0x16565e=a1_0x39f0;return _0x59c143[_0x16565e(0x1c4)](_0x54ea4e,_0x23a768,_0xd0f0d2);}};_0x59c143[_0x3820de(0x171)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x1e7d50=_0x3820de;_0x9e48e7?await _0x39bbaf[_0x1e7d50(0x1ce)](playwrightMarkSessionStatus,_0x1fff8c,STATE_PASSED):await _0x39bbaf[_0x1e7d50(0x1ce)](markSessionStatus,_0x1fff8c,STATE_PASSED);})();}),PerformanceTester[_0x1988e4(0x1c0)](PerformanceEvents[_0x1988e4(0x179)]);}catch(_0xf03b6e){PerformanceTester[_0x1988e4(0x16e)](_0xf03b6e);const _0x297e44={};_0x297e44['hookType']=_0x59c143[_0x1988e4(0x1e6)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0xf03b6e,_0x297e44),PerformanceTester['end'](PerformanceEvents[_0x1988e4(0x179)],![],_0xf03b6e);}const _0x581fc2={};_0x581fc2['hookType']=_0x59c143[_0x1988e4(0x1e6)],PerformanceTester[_0x1988e4(0x1c0)](PerformanceHookEvents[_0x1988e4(0x176)],!![],null,_0x581fc2);}),CodeceptJS['event'][_0x301e86(0x20a)]['on'](CodeceptJS['event'][_0x301e86(0x1b8)]['failed'],(_0x137fe6,_0x55c53e)=>{const _0x2283c4=_0x301e86;PerformanceTester[_0x2283c4(0x14d)](PerformanceHookEvents[_0x2283c4(0x176)]);try{if(_0x59c143[_0x2283c4(0x1e5)](_0x137fe6[_0x2283c4(0x146)][_0x2283c4(0x174)],_0x59c143[_0x2283c4(0x1e7)])){const _0x881220=_0x4fc171[_0x2283c4(0x155)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x137fe6[_0x2283c4(0x187)]['currentTest']);CodeceptRecorder[_0x2283c4(0x1a4)](()=>_0x4fc171[_0x2283c4(0x16d)](TEST_EVENTS[_0x2283c4(0x15f)],_0x881220));}else{const _0x16691c=_0x4fc171[_0x2283c4(0x155)](TEST_EVENTS[_0x2283c4(0x19d)],_0x137fe6,_0x55c53e);CodeceptRecorder[_0x2283c4(0x1a4)](()=>{const _0x1065a8=_0x2283c4;try{_0x4fc171[_0x1065a8(0x16d)](TEST_EVENTS[_0x1065a8(0x19d)],_0x16691c);}catch(_0x1b7a50){logger[_0x1065a8(0x19a)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x1065a8(0x1b3)](_0x1b7a50)),PerformanceTester[_0x1065a8(0x1c0)](PerformanceEvents[_0x1065a8(0x179)],![],_0x1b7a50);}}),CodeceptRecorder['add'](async()=>{const _0x35d764=_0x2283c4;try{_0x59c143['CQjQZ'](isBrowserstackInfra)&&(_0x9e48e7?await _0x59c143['RPSok'](playwrightMarkSessionStatus,_0x1fff8c,STATE_FAILED,_0x55c53e):await _0x59c143[_0x35d764(0x184)](markSessionStatus,_0x1fff8c,STATE_FAILED,_0x55c53e));}catch(_0x3c0412){logger[_0x35d764(0x19a)](_0x35d764(0x1e8)+util[_0x35d764(0x1b3)](_0x3c0412)),PerformanceTester['end'](PerformanceEvents[_0x35d764(0x179)],![],_0x3c0412);}});}PerformanceTester[_0x2283c4(0x1c0)](PerformanceEvents['SDK_TEST']);}catch(_0xd0e307){PerformanceTester['captureError'](_0xd0e307);const _0x2ad7fe={};_0x2ad7fe[_0x2283c4(0x175)]=_0x59c143['AuvsL'],PerformanceTester[_0x2283c4(0x1c0)](PerformanceHookEvents[_0x2283c4(0x176)],![],_0xd0e307,_0x2ad7fe),PerformanceTester['end'](PerformanceEvents[_0x2283c4(0x179)],![],_0xd0e307);}const _0x52d7d1={};_0x52d7d1[_0x2283c4(0x175)]=_0x59c143[_0x2283c4(0x1f3)],PerformanceTester[_0x2283c4(0x1c0)](PerformanceHookEvents[_0x2283c4(0x176)],!![],null,_0x52d7d1);}),CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x20a)]['on'](CodeceptJS['event'][_0x301e86(0x1b8)][_0x301e86(0x1ef)],_0x2c9596=>{const _0x259c6a=_0x301e86;PerformanceTester[_0x259c6a(0x14d)](PerformanceHookEvents[_0x259c6a(0x176)]);try{const _0x33d355=_0x4fc171['captureEvent'](TEST_EVENTS[_0x259c6a(0x15f)],_0x2c9596);CodeceptRecorder['add'](()=>_0x4fc171[_0x259c6a(0x16d)](TEST_EVENTS[_0x259c6a(0x15f)],_0x33d355)),PerformanceTester[_0x259c6a(0x1c0)](PerformanceEvents[_0x259c6a(0x179)]);}catch(_0x41f5f8){PerformanceTester['captureError'](_0x41f5f8),PerformanceTester[_0x259c6a(0x1c0)](PerformanceEvents[_0x259c6a(0x179)],![],_0x41f5f8);const _0x3f0876={};_0x3f0876[_0x259c6a(0x175)]=_0x59c143[_0x259c6a(0x17e)],PerformanceTester[_0x259c6a(0x1c0)](PerformanceHookEvents[_0x259c6a(0x176)],![],_0x41f5f8,_0x3f0876);}const _0x15c0bf={};_0x15c0bf[_0x259c6a(0x175)]=_0x59c143[_0x259c6a(0x17e)],PerformanceTester[_0x259c6a(0x1c0)](PerformanceHookEvents[_0x259c6a(0x176)],!![],null,_0x15c0bf);}),CodeceptJS['event'][_0x301e86(0x20a)]['on'](CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x1b8)][_0x301e86(0x1e3)],async(_0x57f3d9,_0x4c3f16)=>{const _0x54dc56=_0x301e86;try{PerformanceTester[_0x54dc56(0x14d)](PerformanceHookEvents[_0x54dc56(0x176)]);if(_0x59c143[_0x54dc56(0x1f4)](isBrowserstackInfra)){const _0x226987=_0x59c143[_0x54dc56(0x1c4)](shouldScanTestForAccessibility,_0x57f3d9['titlePath'](),!![]);if(_0x59c143[_0x54dc56(0x1fd)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x226987){const _0x47ccba={};_0x47ccba['thTestRunUuid']=_0x57f3d9[_0x54dc56(0x1cc)],_0x47ccba[_0x54dc56(0x1a1)]=process[_0x54dc56(0x14c)][testHubConstants['ENV_VAR'][_0x54dc56(0x1c8)]],_0x47ccba[_0x54dc56(0x161)]=process[_0x54dc56(0x14c)][testHubConstants[_0x54dc56(0x148)][_0x54dc56(0x20b)]];const _0x368345=_0x47ccba;logger[_0x54dc56(0x19a)](_0x54dc56(0x1eb)+JSON[_0x54dc56(0x17b)](_0x368345)),CodeceptRecorder[_0x54dc56(0x1a4)](async()=>{const _0x48ba01=_0x54dc56,_0x28a535={};_0x28a535[_0x48ba01(0x18f)]=_0x59c143[_0x48ba01(0x209)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x48ba01(0x1c1)],async()=>{const _0x2efc10=_0x48ba01;await AccessibilityHelper[_0x2efc10(0x14a)](_0x1fff8c,scripts[_0x2efc10(0x163)]);},_0x28a535)(),await PerformanceTester[_0x48ba01(0x199)](PerformanceA11yEvents[_0x48ba01(0x190)],async()=>{const _0x4f0995=_0x48ba01;await AccessibilityHelper[_0x4f0995(0x14a)](_0x1fff8c,scripts[_0x4f0995(0x183)],_0x368345);})();}),logger[_0x54dc56(0x1c7)](_0x59c143[_0x54dc56(0x140)]);}}const _0x42fcea={};_0x42fcea['hookType']=_0x59c143[_0x54dc56(0x206)],PerformanceTester[_0x54dc56(0x1c0)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x42fcea);}catch(_0x317ab2){PerformanceTester['captureError'](_0x317ab2);const _0x5ae791={};_0x5ae791[_0x54dc56(0x175)]=_0x59c143[_0x54dc56(0x206)],PerformanceTester[_0x54dc56(0x1c0)](PerformanceHookEvents[_0x54dc56(0x176)],![],_0x317ab2,_0x5ae791);}}),CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x20a)]['on'](CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x201)]['comment'],_0x117dfa=>{const _0x56d7f9=_0x301e86;PerformanceTester[_0x56d7f9(0x14d)](PerformanceHookEvents[_0x56d7f9(0x176)]);try{process[_0x56d7f9(0x1f2)](_0x56d7f9(0x147)+process[_0x56d7f9(0x208)],{'timestamp':new Date()[_0x56d7f9(0x170)](),'level':_0x59c143['xarKM'],'message':_0x117dfa,'kind':_0x59c143['heBvm'],'http_response':{}});}catch(_0x56501b){PerformanceTester[_0x56d7f9(0x16e)](_0x56501b);const _0x5284cc={};_0x5284cc['hookType']=_0x59c143[_0x56d7f9(0x1ff)],PerformanceTester['end'](PerformanceHookEvents[_0x56d7f9(0x176)],![],_0x56501b,_0x5284cc);}const _0x5556ef={};_0x5556ef[_0x56d7f9(0x175)]=_0x59c143['hJhFx'],PerformanceTester[_0x56d7f9(0x1c0)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5556ef);}),CodeceptJS[_0x301e86(0x1ee)]['dispatcher']['on'](CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x1a5)][_0x301e86(0x195)],_0x548c9f=>{const _0x422103=_0x301e86,_0x5746cc={};_0x5746cc['hookType']=_0x59c143[_0x422103(0x18c)],PerformanceTester[_0x422103(0x199)](PerformanceHookEvents[_0x422103(0x176)],()=>{const _0x522326=_0x422103;_0x4fc171[_0x522326(0x1bf)](_0x548c9f);},_0x5746cc)();}),CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x20a)]['on'](CodeceptJS[_0x301e86(0x1ee)][_0x301e86(0x1a5)]['after'],_0x2a27d0=>{const _0x16e81a=_0x301e86,_0x3eb379={};_0x3eb379[_0x16e81a(0x175)]=_0x59c143['wUPwM'],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x16e81a(0x176)],()=>{_0x4fc171['bddStepFinish'](_0x2a27d0);},_0x3eb379)();});};
1
+ const a1_0x44f37c=a1_0x324d;(function(_0x372068,_0x23cfbc){const _0x131c6d=a1_0x324d,_0x133fb9=_0x372068();while(!![]){try{const _0x34ae1a=parseInt(_0x131c6d(0x1dc))/0x1*(parseInt(_0x131c6d(0x21f))/0x2)+-parseInt(_0x131c6d(0x22e))/0x3+-parseInt(_0x131c6d(0x220))/0x4+-parseInt(_0x131c6d(0x1ca))/0x5*(-parseInt(_0x131c6d(0x1ec))/0x6)+parseInt(_0x131c6d(0x248))/0x7+parseInt(_0x131c6d(0x230))/0x8+-parseInt(_0x131c6d(0x24f))/0x9*(-parseInt(_0x131c6d(0x1b5))/0xa);if(_0x34ae1a===_0x23cfbc)break;else _0x133fb9['push'](_0x133fb9['shift']());}catch(_0x3ce12a){_0x133fb9['push'](_0x133fb9['shift']());}}}(a1_0xdadf,0x8c585));function a1_0x324d(_0x4753fd,_0x10ba9a){const _0xdadf0b=a1_0xdadf();return a1_0x324d=function(_0x324d78,_0xd38f8e){_0x324d78=_0x324d78-0x1a9;let _0x246859=_0xdadf0b[_0x324d78];return _0x246859;},a1_0x324d(_0x4753fd,_0x10ba9a);}const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a1_0x44f37c(0x246)],testOpsHelper=require(a1_0x44f37c(0x26f)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a1_0x44f37c(0x216)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x44f37c(0x1c6)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x44f37c(0x1db)),AccessibilityHelper=require(a1_0x44f37c(0x1fa)),scripts=require(a1_0x44f37c(0x280)),PerformanceTester=require(a1_0x44f37c(0x1ed)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x44f37c(0x1df)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x44f37c(0x1fe)),testHubConstants=require(a1_0x44f37c(0x1f4)),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x44f37c(0x277)),CodeceptUtils=requireModule(a1_0x44f37c(0x1f0),a1_0x44f37c(0x277)),CodeceptWebDriver=requireModule(a1_0x44f37c(0x21c),a1_0x44f37c(0x277)),CodeceptRecorder=requireModule(a1_0x44f37c(0x1d4),a1_0x44f37c(0x277)),CodeceptPlaywright=requireModule(a1_0x44f37c(0x212),a1_0x44f37c(0x277)),playwrightMarkSessionStatus=(_0x31a2c7,_0x266b79,_0x10f083)=>{const _0x5d97cb=a1_0x44f37c,_0x319ad4={'Ntpml':_0x5d97cb(0x1f8),'cpwzL':function(_0x3837d6,_0x437a61){return _0x3837d6(_0x437a61);}},_0x175fab={};_0x175fab[_0x5d97cb(0x218)]=_0x266b79;const _0x3cf40b={};_0x3cf40b[_0x5d97cb(0x1cf)]=_0x319ad4[_0x5d97cb(0x1fd)],_0x3cf40b[_0x5d97cb(0x1aa)]=_0x175fab;const _0x6502f=_0x3cf40b;return!_0x319ad4['cpwzL'](isUndefined,_0x10f083)&&(_0x6502f[_0x5d97cb(0x1aa)][_0x5d97cb(0x22b)]=JSON['stringify'](_0x10f083)),_0x31a2c7[_0x5d97cb(0x1e5)](()=>{},_0x5d97cb(0x247)+JSON[_0x5d97cb(0x1f6)](_0x6502f));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x688c1d=>{const _0x4bddd0=a1_0x44f37c,_0x419a5c={};_0x419a5c[_0x4bddd0(0x1c2)]=function(_0x3648e5,_0x1349ed){return _0x3648e5===_0x1349ed;},_0x419a5c[_0x4bddd0(0x244)]=_0x4bddd0(0x221);const _0x274215=_0x419a5c;_0x274215[_0x4bddd0(0x1c2)](_0x688c1d[_0x4bddd0(0x1ef)][_0x4bddd0(0x1f7)],_0x274215['bGVEj'])?await _0x688c1d[_0x4bddd0(0x1e5)](_0x1c738=>{},testOpsHelper[_0x4bddd0(0x1b4)]()):await _0x688c1d[_0x4bddd0(0x1e5)](testOpsHelper[_0x4bddd0(0x1b4)]());}),markSessionName=PerformanceTester[a1_0x44f37c(0x1f9)](PerformanceAutEvents[a1_0x44f37c(0x245)],async(_0x1bfdaa,_0x226ecc)=>{const _0x1e375b=a1_0x44f37c,_0x3462e7={};_0x3462e7[_0x1e375b(0x262)]=_0x1e375b(0x26d),_0x3462e7[_0x1e375b(0x27e)]=function(_0x1b29e3,_0x32ee79){return _0x1b29e3===_0x32ee79;},_0x3462e7[_0x1e375b(0x23d)]='Playwright';const _0x17af34=_0x3462e7,_0x3d6a0b={};_0x3d6a0b['name']=_0x226ecc;const _0x1c6035={};_0x1c6035[_0x1e375b(0x1cf)]=_0x17af34['ttOBc'],_0x1c6035[_0x1e375b(0x1aa)]=_0x3d6a0b;const _0xa90bed=_0x1c6035;_0x17af34[_0x1e375b(0x27e)](_0x1bfdaa[_0x1e375b(0x1ef)]['name'],_0x17af34[_0x1e375b(0x23d)])?await _0x1bfdaa[_0x1e375b(0x1e5)](()=>{},_0x1e375b(0x247)+JSON[_0x1e375b(0x1f6)](_0xa90bed)):await _0x1bfdaa['executeScript'](_0x1e375b(0x247)+JSON[_0x1e375b(0x1f6)](_0xa90bed));}),patchSaveScreenshot=_0x1e9281=>{const _0x4776bb=a1_0x44f37c,_0x417540={'rFqOq':_0x4776bb(0x1d3),'NZYmB':_0x4776bb(0x1e2),'iPhUu':function(_0x59dc64){return _0x59dc64();},'LBXPk':function(_0x23cc92,_0x22c7fd){return _0x23cc92(_0x22c7fd);},'EYngU':'Screenshot\x20path\x20not\x20found'};_0x417540['LBXPk'](isTrue,process[_0x4776bb(0x208)][_0x4776bb(0x272)])&&!_0x1e9281[_0x4776bb(0x1b3)]&&(_0x1e9281[_0x4776bb(0x1b3)]=!![],_0x1e9281[_0x4776bb(0x255)]=_0x1e9281[_0x4776bb(0x275)],_0x1e9281[_0x4776bb(0x275)]=(_0x5a29f1,_0x31f995=![])=>{const _0x2abc81=_0x4776bb,_0x180491={'pVoCT':_0x417540[_0x2abc81(0x222)],'GzPrR':_0x417540[_0x2abc81(0x249)],'YxZIT':function(_0x1b974f){return _0x417540['iPhUu'](_0x1b974f);},'dIFFj':function(_0x3eec18,_0x324b59){const _0xc361d3=_0x2abc81;return _0x417540[_0xc361d3(0x252)](_0x3eec18,_0x324b59);},'yiMSx':_0x417540['EYngU']};return new Promise(function(_0x1b7deb,_0x454e1c){const _0x1db4f2=_0x2abc81;_0x1e9281['initSaveScreenshot'](_0x5a29f1,_0x31f995)[_0x1db4f2(0x20d)](()=>{const _0x422cd5=_0x1db4f2,_0x187c2b=CodeceptUtils[_0x422cd5(0x1b6)](_0x5a29f1);if(_0x187c2b){const _0x3bad5d=fs['readFileSync'](_0x187c2b);process[_0x422cd5(0x269)](_0x422cd5(0x25e)+process['pid'],{'timestamp':new Date()[_0x422cd5(0x21b)](),'message':_0x3bad5d[_0x422cd5(0x207)](_0x180491['pVoCT']),'kind':_0x180491[_0x422cd5(0x200)]}),_0x180491[_0x422cd5(0x20e)](_0x1b7deb);}_0x180491[_0x422cd5(0x1b8)](_0x454e1c,new Error(_0x180491[_0x422cd5(0x1c9)]));})[_0x1db4f2(0x1e0)](()=>null);});});},patchWebDriverBefore=_0x554bc1=>{const _0x1f92f4=a1_0x44f37c,_0xabfd={'gnlVi':function(_0x27ca8c){return _0x27ca8c();},'TuftZ':function(_0x423c09,_0x42fdfd){return _0x423c09(_0x42fdfd);},'APERg':function(_0x1df4a3,_0x3c5705){return _0x1df4a3===_0x3c5705;},'PatFH':_0x1f92f4(0x242),'UxkXn':function(_0x416450,_0x2a0f12){return _0x416450(_0x2a0f12);}},_0x201604=async function(_0x2a03a1,_0x385811){const _0x53378e=_0x1f92f4;return _0xabfd[_0x53378e(0x270)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x53378e(0x1dd)]&&scripts[_0x53378e(0x20c)](_0x2a03a1[_0x53378e(0x1f7)])&&_0xabfd[_0x53378e(0x209)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x53378e(0x1d7)]=!![],await PerformanceTester[_0x53378e(0x1f9)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x36c1fe=_0x53378e;logger[_0x36c1fe(0x243)]('Performing\x20scan\x20for\x20'+_0x2a03a1[_0x36c1fe(0x1c1)]+'\x20'+_0x2a03a1[_0x36c1fe(0x1f7)]),await AccessibilityHelper[_0x36c1fe(0x24b)](_0x554bc1,scripts['performScan']);},{'command':_0x2a03a1[_0x53378e(0x1f7)]})()),global['bstackAllyScanning']=![],_0x385811['apply'](this,Array[_0x53378e(0x240)][_0x53378e(0x215)][_0x53378e(0x1ab)](arguments,0x2));},_0x44a188=CodeceptWebDriver[_0x1f92f4(0x240)][_0x1f92f4(0x22f)];CodeceptWebDriver[_0x1f92f4(0x240)][_0x1f92f4(0x22f)]=async function(){const _0x111c6e=_0x1f92f4;try{await _0x44a188[_0x111c6e(0x229)](this,arguments);}catch(_0x30cd81){logger[_0x111c6e(0x243)](_0x111c6e(0x211)+util['format'](_0x30cd81));}scripts['commandsToWrap']['filter'](_0x5af07f=>_0x5af07f[_0x111c6e(0x1f7)]&&_0x5af07f['class'])[_0x111c6e(0x228)](_0x48fc94=>{const _0x2c16f2=_0x111c6e;this['browser']['overwriteCommand'](_0x48fc94[_0x2c16f2(0x1f7)],_0x201604[_0x2c16f2(0x205)](this,_0x48fc94),_0xabfd[_0x2c16f2(0x1ba)](_0x48fc94[_0x2c16f2(0x1c1)],_0xabfd[_0x2c16f2(0x263)]));}),_0xabfd['UxkXn'](processWebDriverConfig,_0x554bc1);};},patchPlaywrightBefore=()=>{const _0x357844=a1_0x44f37c;PlaywrightSessionDetails[_0x357844(0x219)]();const _0x39723b=CodeceptPlaywright[_0x357844(0x240)]['_before'];CodeceptPlaywright[_0x357844(0x240)]['_before']=async function(){const _0x6e64b2=_0x357844;this[_0x6e64b2(0x1ea)]=await this[_0x6e64b2(0x1f3)][_0x6e64b2(0x1de)]()[0x0],await _0x39723b[_0x6e64b2(0x229)](this,arguments);};},getCodeceptDriver=()=>{const _0x4e6b3a=a1_0x44f37c,_0x43a0d5={};_0x43a0d5[_0x4e6b3a(0x1d0)]=_0x4e6b3a(0x210),_0x43a0d5[_0x4e6b3a(0x279)]=_0x4e6b3a(0x221),_0x43a0d5['fcahN']=_0x4e6b3a(0x1e1),_0x43a0d5['NgUXM']=_0x4e6b3a(0x23e);const _0x368729=_0x43a0d5,_0x54415f=[_0x368729[_0x4e6b3a(0x1d0)],_0x368729[_0x4e6b3a(0x279)],_0x368729['fcahN'],_0x368729[_0x4e6b3a(0x26a)]],_0x587f7c=_0x54415f['find'](_0x19b9a4=>!!CodeceptJS[_0x4e6b3a(0x236)][_0x4e6b3a(0x1e9)](_0x19b9a4));if(!_0x587f7c)return null;return CodeceptJS[_0x4e6b3a(0x236)][_0x4e6b3a(0x1e9)](_0x587f7c);};module[a1_0x44f37c(0x1af)]=function(_0x252106){const _0x3143f7=a1_0x44f37c,_0x23fcb5={'ALRQE':function(_0x250360){return _0x250360();},'wfIZd':function(_0x2759ba,_0x39d504){return _0x2759ba(_0x39d504);},'NOAiH':_0x3143f7(0x1c4),'LMnUK':_0x3143f7(0x1b9),'lGHlm':_0x3143f7(0x22c),'yOKBr':_0x3143f7(0x1bf),'vDTAt':function(_0x1830a4,_0x330539){return _0x1830a4(_0x330539);},'WDgrV':_0x3143f7(0x225),'SvgXc':_0x3143f7(0x201),'GREnP':'hook-failed','LdUku':_0x3143f7(0x278),'Usudr':function(_0x3b9143){return _0x3b9143();},'QMaRo':_0x3143f7(0x1cb),'UvGcg':function(_0x1157c0,_0x5e8144,_0x4108ec){return _0x1157c0(_0x5e8144,_0x4108ec);},'IsxeS':_0x3143f7(0x227),'GDjoF':function(_0x5ab967){return _0x5ab967();},'jOXbv':function(_0x325882,_0x59cdbb,_0x2ccd10){return _0x325882(_0x59cdbb,_0x2ccd10);},'MwivB':_0x3143f7(0x1e6),'QErgX':function(_0x505f0b,_0x3cefcf,_0x5418d1,_0x8d57bf){return _0x505f0b(_0x3cefcf,_0x5418d1,_0x8d57bf);},'oReIT':function(_0x71d3c,_0x7667ab){return _0x71d3c===_0x7667ab;},'IhTev':_0x3143f7(0x22d),'imoWF':_0x3143f7(0x1da),'FRkSr':_0x3143f7(0x23b),'LBkKR':'afterTest','JzZNu':function(_0xccfbce){return _0xccfbce();},'ffbEC':_0x3143f7(0x260),'APawn':_0x3143f7(0x1d8),'sBtiv':_0x3143f7(0x24d),'rmPAy':_0x3143f7(0x20a),'iYgka':_0x3143f7(0x1ce),'ACxzP':_0x3143f7(0x256),'VAUxu':'bddStep-after','cLoVV':function(_0x5631dc){return _0x5631dc();},'oSPar':_0x3143f7(0x221)};_0x252106[_0x3143f7(0x25b)]&&(global['__skipSessionStatus']=_0x252106[_0x3143f7(0x25b)]);PerformanceTester['startMonitoring']();const _0x397470=_0x23fcb5[_0x3143f7(0x233)](getCodeceptDriver),_0x13408d=new O11yHelper(_0x397470,_0x252106),_0x17975a=!!CodeceptJS[_0x3143f7(0x236)][_0x3143f7(0x1e9)](_0x23fcb5[_0x3143f7(0x1fc)]);global[_0x3143f7(0x24e)]=_0x397470,_0x397470&&(PerformanceTester[_0x3143f7(0x1f9)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x5233b6=_0x3143f7;_0x17975a?_0x23fcb5[_0x5233b6(0x261)](patchPlaywrightBefore):_0x23fcb5['wfIZd'](patchWebDriverBefore,_0x397470);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x3143f7(0x27a)],()=>{const _0x51e660=_0x3143f7,_0x1ea329={};_0x1ea329['jKunB']=_0x23fcb5[_0x51e660(0x224)],_0x1ea329[_0x51e660(0x257)]=_0x23fcb5['yOKBr'];const _0x20a3ba=_0x1ea329;_0x397470[_0x51e660(0x22c)]=async()=>{const _0x302e20=_0x51e660;if(global[_0x302e20(0x1dd)]){const _0x477c59={};_0x477c59['command']=_0x20a3ba[_0x302e20(0x253)],await PerformanceTester[_0x302e20(0x1f9)](PerformanceA11yEvents[_0x302e20(0x27c)],async()=>{const _0x4efa78=_0x302e20;await AccessibilityHelper[_0x4efa78(0x24b)](_0x397470,scripts[_0x4efa78(0x23c)]);},_0x477c59)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x302e20(0x1f5)],async()=>{const _0xf8e0c6=_0x302e20;await AccessibilityHelper[_0xf8e0c6(0x24b)](_0x397470,scripts[_0xf8e0c6(0x273)]);})();}else return logger[_0x302e20(0x1cc)](_0x20a3ba[_0x302e20(0x257)]),{};},_0x397470[_0x51e660(0x1c4)]=async()=>{const _0x22bb3e=_0x51e660;if(global[_0x22bb3e(0x1dd)]){const _0x8c04a={};_0x8c04a[_0x22bb3e(0x25a)]=_0x23fcb5[_0x22bb3e(0x25c)],await PerformanceTester[_0x22bb3e(0x1f9)](PerformanceA11yEvents[_0x22bb3e(0x27c)],async()=>{const _0x549b98=_0x22bb3e;await AccessibilityHelper[_0x549b98(0x24b)](_0x397470,scripts['performScan']);},_0x8c04a)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x10b12d=_0x22bb3e;await AccessibilityHelper[_0x10b12d(0x24b)](_0x397470,scripts[_0x10b12d(0x1d2)]);})();}else return logger['warn'](_0x23fcb5['LMnUK']),{};},_0x23fcb5['vDTAt'](patchSaveScreenshot,_0x397470);})()),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x3143f7(0x1b2)]['before'],()=>{const _0x3eb142=_0x3143f7;PerformanceTester[_0x3eb142(0x1cd)](PerformanceEvents[_0x3eb142(0x267)]);try{_0x13408d[_0x3eb142(0x1cd)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x3eb142(0x1c5)](PerformanceEvents[_0x3eb142(0x267)]);}catch(_0x44f33f){PerformanceTester[_0x3eb142(0x268)](_0x44f33f),PerformanceTester[_0x3eb142(0x1c5)](PerformanceEvents[_0x3eb142(0x267)],![],_0x44f33f);}}),CodeceptJS['event'][_0x3143f7(0x25f)]['on'](CodeceptJS[_0x3143f7(0x254)]['all']['after'],async()=>{const _0x443362=_0x3143f7;PerformanceTester[_0x443362(0x1cd)](PerformanceEvents[_0x443362(0x1ff)]);try{requestSpy[_0x443362(0x1ee)](),await _0x13408d[_0x443362(0x1fb)](),PerformanceTester[_0x443362(0x1c5)](PerformanceEvents[_0x443362(0x1ff)]);}catch(_0x41f59e){PerformanceTester[_0x443362(0x268)](_0x41f59e),PerformanceTester[_0x443362(0x1c5)](PerformanceEvents[_0x443362(0x1ff)],![],_0x41f59e);}finally{PerformanceTester[_0x443362(0x234)]();}}),CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x25f)]['on'](CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x235)][_0x3143f7(0x1ae)],_0x543f03=>{const _0x235b55=_0x3143f7;PerformanceTester['start'](PerformanceEvents[_0x235b55(0x250)]);try{const _0x21f13c=_0x543f03[_0x235b55(0x1e8)][_0x235b55(0x217)],_0x5cd9a4=_0x13408d['captureEvent'](TEST_EVENTS[_0x235b55(0x1f1)],_0x21f13c);CodeceptRecorder[_0x235b55(0x203)](()=>_0x13408d['fireEvent'](TEST_EVENTS[_0x235b55(0x1f1)],_0x5cd9a4));const _0x4a706f={};_0x4a706f[_0x235b55(0x1eb)]=_0x23fcb5[_0x235b55(0x1bc)],PerformanceTester[_0x235b55(0x1c5)](PerformanceEvents[_0x235b55(0x250)],!![],null,_0x4a706f);}catch(_0x314a4c){const _0x644a2d={};_0x644a2d[_0x235b55(0x1eb)]=_0x23fcb5[_0x235b55(0x1bc)],PerformanceTester['end'](PerformanceEvents[_0x235b55(0x250)],![],_0x314a4c,_0x644a2d),PerformanceTester[_0x235b55(0x268)](_0x314a4c);}}),CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x25f)]['on'](CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x235)][_0x3143f7(0x1d9)],_0x4d5118=>{const _0x5e02f3=_0x3143f7,_0x230ebf={};_0x230ebf[_0x5e02f3(0x1eb)]=_0x23fcb5[_0x5e02f3(0x1a9)],PerformanceTester[_0x5e02f3(0x1cd)](PerformanceHookEvents[_0x5e02f3(0x250)],!![],null,_0x230ebf);try{const _0x23a45b=_0x4d5118[_0x5e02f3(0x1e8)][_0x5e02f3(0x217)],_0x2fd320=_0x13408d[_0x5e02f3(0x237)](TEST_EVENTS[_0x5e02f3(0x1b7)],_0x23a45b);CodeceptRecorder[_0x5e02f3(0x203)](()=>_0x13408d[_0x5e02f3(0x274)](TEST_EVENTS[_0x5e02f3(0x1b7)],_0x2fd320));const _0x5a5ddf={};_0x5a5ddf[_0x5e02f3(0x1eb)]=_0x23fcb5['SvgXc'],PerformanceTester['end'](PerformanceHookEvents[_0x5e02f3(0x250)],!![],null,_0x5a5ddf);}catch(_0x3e7940){PerformanceTester[_0x5e02f3(0x268)](_0x3e7940);const _0x3e8f7b={};_0x3e8f7b['hookType']=_0x23fcb5[_0x5e02f3(0x1a9)],PerformanceTester['end'](PerformanceHookEvents[_0x5e02f3(0x250)],![],_0x3e7940,_0x3e8f7b);}}),CodeceptJS[_0x3143f7(0x254)]['dispatcher']['on'](CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x235)]['failed'],async(_0xf8a3ad,_0x5c3fd9)=>{const _0x49d527=_0x3143f7;PerformanceTester[_0x49d527(0x1cd)](PerformanceHookEvents[_0x49d527(0x250)]);try{const _0x5b9837=_0xf8a3ad[_0x49d527(0x1e8)][_0x49d527(0x217)],_0x5f300d=_0x13408d['captureEvent'](TEST_EVENTS[_0x49d527(0x1b7)],_0x5b9837,_0x5c3fd9);CodeceptRecorder[_0x49d527(0x203)](()=>_0x13408d['fireEvent'](TEST_EVENTS[_0x49d527(0x1b7)],_0x5f300d));const _0x24f73e={};_0x24f73e[_0x49d527(0x1eb)]=_0x23fcb5[_0x49d527(0x1c7)],PerformanceTester[_0x49d527(0x1cd)](PerformanceHookEvents[_0x49d527(0x250)],!![],null,_0x24f73e);}catch(_0x22c342){PerformanceTester[_0x49d527(0x268)](_0x22c342);const _0x231afe={};_0x231afe['hookType']=_0x23fcb5[_0x49d527(0x1c7)],PerformanceTester[_0x49d527(0x1c5)](PerformanceHookEvents[_0x49d527(0x250)],![],_0x22c342,_0x231afe);}const _0x9c3909={};_0x9c3909[_0x49d527(0x1eb)]=_0x23fcb5[_0x49d527(0x1c7)],PerformanceTester[_0x49d527(0x1c5)](PerformanceHookEvents[_0x49d527(0x250)],!![],null,_0x9c3909);}),CodeceptJS[_0x3143f7(0x254)]['dispatcher']['on'](CodeceptJS['event']['test']['before'],_0x3b65b4=>{const _0x14b029=_0x3143f7;PerformanceTester[_0x14b029(0x1cd)](PerformanceHookEvents[_0x14b029(0x250)]);try{globals['setGlobal'](_0x23fcb5['LdUku'],_0x3b65b4[_0x14b029(0x26c)]);_0x23fcb5[_0x14b029(0x213)](isBrowserstackInfra)&&(_0x17975a&&(global['__workerDetails']={'currentTest':{'name':_0x3b65b4[_0x14b029(0x26c)],'testInfo':{'titlePath':_0x3b65b4[_0x14b029(0x1b0)]()}}}));const _0x589bc1={};_0x589bc1[_0x14b029(0x1eb)]=_0x23fcb5['QMaRo'],PerformanceTester[_0x14b029(0x1c5)](PerformanceHookEvents[_0x14b029(0x250)],!![],null,_0x589bc1);}catch(_0x1b3ce5){PerformanceTester['captureError'](_0x1b3ce5);const _0x88fa9e={};_0x88fa9e['hookType']=_0x23fcb5[_0x14b029(0x241)],PerformanceTester[_0x14b029(0x1c5)](PerformanceHookEvents[_0x14b029(0x250)],![],_0x1b3ce5,_0x88fa9e);}}),CodeceptJS[_0x3143f7(0x254)]['dispatcher']['on'](CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x217)][_0x3143f7(0x1ae)],_0x3980fd=>{const _0x2c8182=_0x3143f7;PerformanceTester['start'](PerformanceHookEvents[_0x2c8182(0x250)]);try{globals[_0x2c8182(0x1b1)](_0x23fcb5[_0x2c8182(0x20b)],_0x3980fd[_0x2c8182(0x26c)]);const _0x6374a3=_0x13408d[_0x2c8182(0x237)](TEST_EVENTS['TEST_RUN_STARTED'],_0x3980fd);CodeceptRecorder[_0x2c8182(0x203)](()=>_0x13408d[_0x2c8182(0x274)](TEST_EVENTS[_0x2c8182(0x226)],_0x6374a3)),CodeceptRecorder[_0x2c8182(0x203)](async()=>{const _0xea7044=_0x2c8182;_0x23fcb5['Usudr'](isBrowserstackInfra)&&(!_0x23fcb5[_0xea7044(0x281)](isTrue,_0x252106[_0xea7044(0x1bd)])&&await _0x23fcb5[_0xea7044(0x1e4)](markSessionName,_0x397470,_0x3980fd[_0xea7044(0x26c)]),_0x13408d[_0xea7044(0x21e)]&&await _0x23fcb5[_0xea7044(0x281)](o11ySync,_0x397470));});}catch(_0x4f59cc){const _0x53c521={};_0x53c521['hookType']=_0x23fcb5['IsxeS'],PerformanceTester[_0x2c8182(0x1c5)](PerformanceHookEvents[_0x2c8182(0x250)],![],_0x4f59cc,_0x53c521),PerformanceTester[_0x2c8182(0x268)](_0x4f59cc);}const _0x50f4db={};_0x50f4db[_0x2c8182(0x1eb)]=_0x23fcb5['IsxeS'],PerformanceTester[_0x2c8182(0x1c5)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x50f4db);}),CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x25f)]['on'](CodeceptJS['event']['test'][_0x3143f7(0x1d9)],_0x1e3ed3=>{const _0xf4399a=_0x3143f7,_0x11bfe1={'YFaQg':function(_0x129357,_0x21be7e,_0xb24c19){return _0x23fcb5['jOXbv'](_0x129357,_0x21be7e,_0xb24c19);},'BJlfF':function(_0xc0473c,_0x2f35bf,_0x57c101){return _0x23fcb5['jOXbv'](_0xc0473c,_0x2f35bf,_0x57c101);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x1a76de=_0x13408d[_0xf4399a(0x237)](TEST_EVENTS[_0xf4399a(0x1ad)],_0x1e3ed3);CodeceptRecorder[_0xf4399a(0x203)](()=>_0x13408d[_0xf4399a(0x274)](TEST_EVENTS[_0xf4399a(0x1ad)],_0x1a76de)),CodeceptRecorder[_0xf4399a(0x203)](async()=>{const _0x4221fa=_0xf4399a;_0x23fcb5[_0x4221fa(0x232)](isBrowserstackInfra)&&await PerformanceTester[_0x4221fa(0x1f9)](PerformanceAutEvents[_0x4221fa(0x239)],async()=>{const _0x167d86=_0x4221fa;_0x17975a?await _0x11bfe1[_0x167d86(0x22a)](playwrightMarkSessionStatus,_0x397470,STATE_PASSED):await _0x11bfe1[_0x167d86(0x27b)](markSessionStatus,_0x397470,STATE_PASSED);})();}),PerformanceTester[_0xf4399a(0x1c5)](PerformanceEvents['SDK_TEST']);}catch(_0x3e72b6){PerformanceTester[_0xf4399a(0x268)](_0x3e72b6);const _0x5ce12f={};_0x5ce12f[_0xf4399a(0x1eb)]=_0x23fcb5[_0xf4399a(0x21a)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3e72b6,_0x5ce12f),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x3e72b6);}const _0x35f457={};_0x35f457[_0xf4399a(0x1eb)]=_0x23fcb5['MwivB'],PerformanceTester['end'](PerformanceHookEvents[_0xf4399a(0x250)],!![],null,_0x35f457);}),CodeceptJS[_0x3143f7(0x254)]['dispatcher']['on'](CodeceptJS[_0x3143f7(0x254)]['test'][_0x3143f7(0x21d)],(_0x53e1f8,_0x3a6841)=>{const _0x34d8f2=_0x3143f7,_0x614a0a={'khFdj':function(_0xdbcca5){return _0x23fcb5['Usudr'](_0xdbcca5);},'SePrI':function(_0x5489c9,_0x130505,_0x55d6b4,_0x5ef12e){const _0x2b7d77=a1_0x324d;return _0x23fcb5[_0x2b7d77(0x276)](_0x5489c9,_0x130505,_0x55d6b4,_0x5ef12e);},'MIAFg':function(_0x178e7c,_0x410b3e,_0x356358,_0x4ca96f){return _0x23fcb5['QErgX'](_0x178e7c,_0x410b3e,_0x356358,_0x4ca96f);}};PerformanceTester[_0x34d8f2(0x1cd)](PerformanceHookEvents[_0x34d8f2(0x250)]);try{if(_0x23fcb5['oReIT'](_0x53e1f8['constructor'][_0x34d8f2(0x1f7)],_0x23fcb5[_0x34d8f2(0x264)])){const _0x565745=_0x13408d[_0x34d8f2(0x237)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x53e1f8['ctx'][_0x34d8f2(0x206)]);CodeceptRecorder[_0x34d8f2(0x203)](()=>_0x13408d[_0x34d8f2(0x274)](TEST_EVENTS[_0x34d8f2(0x1c8)],_0x565745));}else{const _0x5be2cf=_0x13408d[_0x34d8f2(0x237)](TEST_EVENTS[_0x34d8f2(0x1ad)],_0x53e1f8,_0x3a6841);CodeceptRecorder[_0x34d8f2(0x203)](()=>{const _0x3eb0fa=_0x34d8f2;try{_0x13408d[_0x3eb0fa(0x274)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x5be2cf);}catch(_0x3832c8){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x3eb0fa(0x24c)](_0x3832c8)),PerformanceTester[_0x3eb0fa(0x1c5)](PerformanceEvents[_0x3eb0fa(0x26b)],![],_0x3832c8);}}),CodeceptRecorder[_0x34d8f2(0x203)](async()=>{const _0x1723ef=_0x34d8f2;try{_0x614a0a[_0x1723ef(0x27d)](isBrowserstackInfra)&&(_0x17975a?await _0x614a0a[_0x1723ef(0x258)](playwrightMarkSessionStatus,_0x397470,STATE_FAILED,_0x3a6841):await _0x614a0a[_0x1723ef(0x266)](markSessionStatus,_0x397470,STATE_FAILED,_0x3a6841));}catch(_0x188519){logger['debug'](_0x1723ef(0x24a)+util[_0x1723ef(0x24c)](_0x188519)),PerformanceTester['end'](PerformanceEvents[_0x1723ef(0x26b)],![],_0x188519);}});}PerformanceTester[_0x34d8f2(0x1c5)](PerformanceEvents[_0x34d8f2(0x26b)]);}catch(_0xb45243){PerformanceTester[_0x34d8f2(0x268)](_0xb45243);const _0x39af92={};_0x39af92[_0x34d8f2(0x1eb)]=_0x23fcb5[_0x34d8f2(0x204)],PerformanceTester[_0x34d8f2(0x1c5)](PerformanceHookEvents['SDK_HOOK'],![],_0xb45243,_0x39af92),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0xb45243);}const _0x3a9183={};_0x3a9183[_0x34d8f2(0x1eb)]=_0x23fcb5['imoWF'],PerformanceTester[_0x34d8f2(0x1c5)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3a9183);}),CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x25f)]['on'](CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x217)][_0x3143f7(0x251)],_0x2679e8=>{const _0x44e067=_0x3143f7;PerformanceTester[_0x44e067(0x1cd)](PerformanceHookEvents[_0x44e067(0x250)]);try{const _0xd02816=_0x13408d[_0x44e067(0x237)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2679e8);CodeceptRecorder['add'](()=>_0x13408d['fireEvent'](TEST_EVENTS[_0x44e067(0x1c8)],_0xd02816)),PerformanceTester['end'](PerformanceEvents[_0x44e067(0x26b)]);}catch(_0x5f1db6){PerformanceTester[_0x44e067(0x268)](_0x5f1db6),PerformanceTester[_0x44e067(0x1c5)](PerformanceEvents['SDK_TEST'],![],_0x5f1db6);const _0xea611c={};_0xea611c[_0x44e067(0x1eb)]=_0x23fcb5[_0x44e067(0x1d1)],PerformanceTester['end'](PerformanceHookEvents[_0x44e067(0x250)],![],_0x5f1db6,_0xea611c);}const _0x126488={};_0x126488[_0x44e067(0x1eb)]=_0x23fcb5[_0x44e067(0x1d1)],PerformanceTester[_0x44e067(0x1c5)](PerformanceHookEvents[_0x44e067(0x250)],!![],null,_0x126488);}),CodeceptJS[_0x3143f7(0x254)]['dispatcher']['on'](CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x217)]['after'],async(_0xaf5136,_0x4eaf39)=>{const _0x2c4baf=_0x3143f7;try{PerformanceTester[_0x2c4baf(0x1cd)](PerformanceHookEvents['SDK_HOOK']);if(_0x23fcb5['GDjoF'](isBrowserstackInfra)){const _0x81f986=_0x23fcb5[_0x2c4baf(0x1e4)](shouldScanTestForAccessibility,_0xaf5136['titlePath'](),!![]);if(_0x23fcb5[_0x2c4baf(0x238)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x81f986){const _0x44014b={};_0x44014b[_0x2c4baf(0x1bb)]=_0xaf5136[_0x2c4baf(0x1c0)],_0x44014b[_0x2c4baf(0x1d5)]=process[_0x2c4baf(0x208)][testHubConstants[_0x2c4baf(0x214)][_0x2c4baf(0x1d6)]],_0x44014b[_0x2c4baf(0x259)]=process['env'][testHubConstants[_0x2c4baf(0x214)][_0x2c4baf(0x282)]];const _0x5058c2=_0x44014b;logger[_0x2c4baf(0x243)](_0x2c4baf(0x23a)+JSON[_0x2c4baf(0x1f6)](_0x5058c2)),CodeceptRecorder[_0x2c4baf(0x203)](async()=>{const _0x3886c5=_0x2c4baf,_0x19bb71={};_0x19bb71['command']=_0x23fcb5['LBkKR'],await PerformanceTester[_0x3886c5(0x1f9)](PerformanceA11yEvents[_0x3886c5(0x27c)],async()=>{const _0x4076e6=_0x3886c5;await AccessibilityHelper[_0x4076e6(0x24b)](_0x397470,scripts['performScan']);},_0x19bb71)(),await PerformanceTester[_0x3886c5(0x1f9)](PerformanceA11yEvents[_0x3886c5(0x27f)],async()=>{const _0x3c1fd1=_0x3886c5;await AccessibilityHelper[_0x3c1fd1(0x24b)](_0x397470,scripts[_0x3c1fd1(0x202)],_0x5058c2);})();}),logger[_0x2c4baf(0x1be)](_0x23fcb5['ffbEC']);}}const _0x41783a={};_0x41783a[_0x2c4baf(0x1eb)]=_0x23fcb5[_0x2c4baf(0x265)],PerformanceTester[_0x2c4baf(0x1c5)](PerformanceHookEvents[_0x2c4baf(0x250)],!![],null,_0x41783a);}catch(_0x514cd5){PerformanceTester[_0x2c4baf(0x268)](_0x514cd5);const _0xc98d5e={};_0xc98d5e[_0x2c4baf(0x1eb)]=_0x23fcb5[_0x2c4baf(0x265)],PerformanceTester['end'](PerformanceHookEvents[_0x2c4baf(0x250)],![],_0x514cd5,_0xc98d5e);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x1e7)][_0x3143f7(0x23f)],_0x167810=>{const _0x20e0b8=_0x3143f7;PerformanceTester[_0x20e0b8(0x1cd)](PerformanceHookEvents[_0x20e0b8(0x250)]);try{process[_0x20e0b8(0x269)](_0x20e0b8(0x25e)+process[_0x20e0b8(0x271)],{'timestamp':new Date()[_0x20e0b8(0x21b)](),'level':_0x23fcb5[_0x20e0b8(0x1e3)],'message':_0x167810,'kind':_0x23fcb5['rmPAy'],'http_response':{}});}catch(_0x21d700){PerformanceTester['captureError'](_0x21d700);const _0x3234f0={};_0x3234f0[_0x20e0b8(0x1eb)]=_0x23fcb5[_0x20e0b8(0x231)],PerformanceTester['end'](PerformanceHookEvents[_0x20e0b8(0x250)],![],_0x21d700,_0x3234f0);}const _0x8191a4={};_0x8191a4[_0x20e0b8(0x1eb)]=_0x23fcb5[_0x20e0b8(0x231)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x8191a4);}),CodeceptJS['event'][_0x3143f7(0x25f)]['on'](CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x1f2)][_0x3143f7(0x20f)],_0x2d7ede=>{const _0x41ba94=_0x3143f7,_0x1e922f={};_0x1e922f[_0x41ba94(0x1eb)]=_0x23fcb5[_0x41ba94(0x25d)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x9c6b62=_0x41ba94;_0x13408d[_0x9c6b62(0x223)](_0x2d7ede);},_0x1e922f)();}),CodeceptJS[_0x3143f7(0x254)][_0x3143f7(0x25f)]['on'](CodeceptJS['event']['bddStep'][_0x3143f7(0x1ac)],_0x57f242=>{const _0x18f25d=_0x3143f7,_0x256125={};_0x256125[_0x18f25d(0x1eb)]=_0x23fcb5[_0x18f25d(0x26e)],PerformanceTester[_0x18f25d(0x1f9)](PerformanceHookEvents[_0x18f25d(0x250)],()=>{const _0x46ba65=_0x18f25d;_0x13408d[_0x46ba65(0x1c3)](_0x57f242);},_0x256125)();});};function a1_0xdadf(){const _0x2847ac=['measureWrapper','../../bin/playwright/accessibility-helper','stop','oSPar','Ntpml','./helper.js','SDK_POST_TEST','GzPrR','hook-passed','saveTestResults','add','imoWF','bind','currentTest','toString','env','TuftZ','TEST_LOG','LdUku','shouldWrapCommand','then','YxZIT','before','WebDriver','Failed\x20to\x20execute\x20_before:\x20','codeceptjs/lib/helper/Playwright.js','Usudr','ENV_VAR','slice','../../bin/playwright/sessionDetails','test','status','patch','MwivB','toISOString','codeceptjs/lib/helper/WebDriver.js','failed','enabled','6lIBQtU','1987516BgpSSq','Playwright','rFqOq','bddStepStart','lGHlm','hook-started','TEST_RUN_STARTED','test-started','forEach','apply','YFaQg','reason','getAccessibilityResultsSummary','Suite','2818629yCzhgO','_before','3430264HLIsSZ','iYgka','GDjoF','cLoVV','stopMonitoring','hook','container','captureEvent','JzZNu','SESSION_STATUS','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','test-skipped','performScan','Ioaao','TestCafe','comment','prototype','QMaRo','Element','debug','bGVEj','SESSION_NAME','winstonLogger','browserstack_executor:\x20','154483rjceFN','NZYmB','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','browserStackExecuteDriver','format','INFO','__driver','9ZJQZdF','SDK_HOOK','skipped','LBXPk','jKunB','event','initSaveScreenshot','bddStep-before','SqKxF','SePrI','thJwtToken','command','skipSessionStatus','NOAiH','ACxzP','bs:addLog:','dispatcher','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','ALRQE','ttOBc','PatFH','IhTev','APawn','MIAFg','SDK_PRE_TEST','captureError','emit','NgUXM','SDK_TEST','title','setSessionName','VAUxu','../../helpers/test-observability/utils','gnlVi','pid','BS_TESTOPS_ALLOW_SCREENSHOTS','getResultsSummary','fireEvent','saveScreenshot','QErgX','codeceptjs','browserstackTestName','ghTWU','SDK_POST_INITIALIZE','BJlfF','PERFORM_SCAN','khFdj','qLWqH','SAVE_RESULTS','../../helpers/accessibility-automation/scripts','wfIZd','BROWSERSTACK_TESTHUB_JWT','SvgXc','arguments','call','after','TEST_RUN_FINISHED','started','exports','titlePath','setGlobal','all','patchSaveScreenshot','getSyncScript','7896380TKwMqx','screenshotOutputFolder','HOOK_RUN_FINISHED','dIFFj','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','APERg','thTestRunUuid','WDgrV','skipSessionName','info','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','testAnalyticsId','class','nShkN','bddStepFinish','getAccessibilityResults','end','./o11yHelper','GREnP','TEST_RUN_SKIPPED','yiMSx','3370LkqpHW','test-before','warn','start','step-comment','action','iDzRs','FRkSr','getResults','base64','codeceptjs/lib/recorder.js','thBuildUuid','BROWSERSTACK_TESTHUB_UUID','bstackAllyScanning','test-after','passed','test-failed','../../helpers/accessibility-automation/helper','63041phpXPo','accessibilityPlatform','contexts','../../helpers/performance/constants','catch','Puppeteer','TEST_SCREENSHOT','sBtiv','UvGcg','executeScript','test-passed','step','ctx','helpers','browserContext','hookType','5178GyYEnu','../../helpers/performance/performance-tester','restore','constructor','codeceptjs/lib/utils.js','HOOK_RUN_STARTED','bddStep','browser','../../helpers/testhub/constants.js','GET_RESULTS_SUMMARY','stringify','name','setSessionStatus'];a1_0xdadf=function(){return _0x2847ac;};return a1_0xdadf();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x3cf7e8=a2_0x4797;(function(_0x4a097f,_0x34c177){const _0x3e8137=a2_0x4797,_0x4b88bd=_0x4a097f();while(!![]){try{const _0xf38a5f=-parseInt(_0x3e8137(0xc3))/0x1*(-parseInt(_0x3e8137(0xb8))/0x2)+-parseInt(_0x3e8137(0x108))/0x3+parseInt(_0x3e8137(0xe3))/0x4+-parseInt(_0x3e8137(0x110))/0x5*(-parseInt(_0x3e8137(0xf9))/0x6)+parseInt(_0x3e8137(0xb9))/0x7*(parseInt(_0x3e8137(0xf6))/0x8)+parseInt(_0x3e8137(0xf8))/0x9+parseInt(_0x3e8137(0xb1))/0xa*(-parseInt(_0x3e8137(0xf2))/0xb);if(_0xf38a5f===_0x34c177)break;else _0x4b88bd['push'](_0x4b88bd['shift']());}catch(_0x23353e){_0x4b88bd['push'](_0x4b88bd['shift']());}}}(a2_0x4d1c,0x207ea));const fs=require('fs'),path=require(a2_0x3cf7e8(0xfd)),util=require(a2_0x3cf7e8(0xda)),process=require(a2_0x3cf7e8(0xc7)),logger=require('../../helpers/logger')[a2_0x3cf7e8(0xa0)],{default:BrowserStackSetup}=require(a2_0x3cf7e8(0x111)),helper=require('../../helpers/helper'),utilities=require(a2_0x3cf7e8(0xed)),{checkAccessibilityPlatformConfig}=require(a2_0x3cf7e8(0x9a)),{setAccessibilityCapabilities}=require(a2_0x3cf7e8(0xcc)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3cf7e8(0xfa)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x3cf7e8(0x99)),testOpsHelper=require(a2_0x3cf7e8(0x106)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x3cf7e8(0xb5)),PerformanceTester=require(a2_0x3cf7e8(0xbf)),{FRAMEWORKS}=require(a2_0x3cf7e8(0xc9)),PerformanceEvents=require(a2_0x3cf7e8(0xe8))[a2_0x3cf7e8(0x10f)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x2ce8bb,_0x328bb7)=>{const _0x41ba26=a2_0x3cf7e8,_0x462a8e={};_0x462a8e['jXtmy']=function(_0x3b2f37,_0x55ea8b){return _0x3b2f37===_0x55ea8b;},_0x462a8e['eOnqo']=_0x41ba26(0xd3),_0x462a8e[_0x41ba26(0xa8)]=_0x41ba26(0x10b);const _0xf6effb=_0x462a8e;let _0x486b21=null;const _0x31e878={};let _0x7ce0ee=_0x328bb7[_0x41ba26(0xad)](_0x22d7e9=>_0x22d7e9===_0x41ba26(0xa2));_0xf6effb['jXtmy'](_0x7ce0ee,-0x1)&&(_0x7ce0ee=_0x328bb7[_0x41ba26(0xad)](_0x444436=>_0x444436==='-c'));if(!helper[_0x41ba26(0x90)](_0x2ce8bb[_0x41ba26(0xa4)])&&fs['existsSync'](path[_0x41ba26(0xa9)](process[_0x41ba26(0xdc)](),_0x2ce8bb['config'])))_0x486b21=path[_0x41ba26(0xa9)](process[_0x41ba26(0xdc)](),_0x2ce8bb[_0x41ba26(0xa4)]),_0x328bb7[_0x41ba26(0xbc)](_0x7ce0ee,0x2);else{if(!helper[_0x41ba26(0x90)](_0x2ce8bb['c'])&&fs[_0x41ba26(0x109)](path[_0x41ba26(0xa9)](process[_0x41ba26(0xdc)](),_0x2ce8bb['c'])))_0x486b21=path['join'](process[_0x41ba26(0xdc)](),_0x2ce8bb['c']),_0x328bb7[_0x41ba26(0xbc)](_0x7ce0ee,0x2);else{if(fs['existsSync'](path[_0x41ba26(0xa9)](process[_0x41ba26(0xdc)](),_0xf6effb['eOnqo'])))_0x486b21=path[_0x41ba26(0xa9)](process['cwd'](),_0xf6effb[_0x41ba26(0xff)]);else fs[_0x41ba26(0x109)](path[_0x41ba26(0xa9)](process['cwd'](),_0xf6effb[_0x41ba26(0xa8)]))&&(_0x486b21=path[_0x41ba26(0xa9)](process[_0x41ba26(0xdc)](),_0xf6effb[_0x41ba26(0xa8)]));}}return process['env'][_0x41ba26(0xef)]=_0x486b21,_0x486b21;},getO11yRerunPattern=()=>{const _0x4b98b5=a2_0x3cf7e8,_0x39c542=helper[_0x4b98b5(0xd2)](process[_0x4b98b5(0xc2)]['BROWSERSTACK_RERUN']);if(_0x39c542){const _0x47153d=process[_0x4b98b5(0xc2)]['BROWSERSTACK_RERUN_TESTS'],_0x5abecf=[];if(helper[_0x4b98b5(0x87)](_0x47153d)&&!helper[_0x4b98b5(0x90)](_0x47153d)){_0x47153d[_0x4b98b5(0xdf)](',')[_0x4b98b5(0xbd)](_0x2c460c=>{const _0x3e2565=_0x4b98b5;_0x5abecf[_0x3e2565(0x9c)]('('+_0x2c460c[_0x3e2565(0x86)]()+')');});const _0x47c294='^'+_0x5abecf[_0x4b98b5(0xa9)]('|')+'$';return _0x47c294;}}return null;},a2_0xecbc24={};a2_0xecbc24[a2_0x3cf7e8(0x105)]=a2_0x3cf7e8(0xf1),a2_0xecbc24[a2_0x3cf7e8(0xc0)]='chromium',a2_0xecbc24[a2_0x3cf7e8(0xc4)]='firefox',a2_0xecbc24[a2_0x3cf7e8(0xde)]='webkit';function a2_0x4d1c(){const _0x2ef210=['accessibilityOptions','2015217AVZZJh','1221474WVuMVG','../../helpers/helper','2|1|3|5|4|0','run','path','kFXhJ','eOnqo','profile','FRAMEWORKS','browserName','MosQL','bEznP','chrome','../../helpers/test-observability/utils','frameworkName','186231qmKngx','existsSync','createGroupsOfSuites','codecept.json','plugins','parallelsPerPlatform','enabled','EVENTS','5uEwTbB','../../helpers/BrowserStackSetup','isTestObservabilitySession','initialize','oncfk','prepareCapabilities','finalExecution','printResults','require','errorMessage','trim','validateRerunTestList','desiredCapabilities','RlQJW','chdir','BROWSERSTACK_TEST_OBSERVABILITY_YML','passed','format','exports','eKDSE','isUndefined','info','skipSessionStatus','addOptions','KZVIw','SDK_SETUP','launchBuild','end','MUuXr','codeceptjs','../../helpers/accessibility-automation/helper','getUserWorkerCount','push','load','mergeDeep','browserWSEndpoint','winstonLogger','hWyrw','--config','test','config','start','teardownAll','now','sAKQh','join','SDK_CLEANUP','Workers','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','findIndex','Started\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','event','755340kPbKLa','vmVCv','addConfig','SYAFJ','../utils/constants','validPlatformsPresent','kqMQK','4598CBQFrG','931Qtinks','platforms','getPlaywrightUrl','slice','map','failed','../../helpers/performance/performance-tester','playwright-chromium','vBuuv','env','64ZGeQUs','playwright-firefox','accessibility','browser','process','BwEfz','../../helpers/test-observability/constants','forEach','skipSessionName','../../bin/playwright/accessibility-helper','isEmpty','Playwright','CODECEPT','mwFnq','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','isTrue','codecept.conf.js','gHqut','addTests','Failed\x20:\x20','hrNfo','gherkin','toLowerCase','util','iBVxh','cwd','stack','playwright-webkit','split','testObservability','handleApp','useW3C','997616hrrWWD','BrowserStackPlugin.js','title','stringify','XQAqX','../../helpers/performance/constants','browserStackCwd','dirname','UYuKK','OYXRU','../../helpers/utilities','NtLEA','USER_CONFIG_DETAILS_PATH','DhFMH','chromium','110nuoJaX','cCeVM','setAdditionalCapabilities','log','7608KnCPjS'];a2_0x4d1c=function(){return _0x2ef210;};return a2_0x4d1c();}const pwToCodeceptBrowser=a2_0xecbc24;async function run(_0x193727,_0x235301,_0x4f208f){const _0x34ae56=a2_0x3cf7e8,_0x38cf42={'XQAqX':function(_0x43313c,_0x24e212){return _0x43313c+_0x24e212;},'BwEfz':function(_0x5e9518,_0x243a4a){return _0x5e9518(_0x243a4a);},'ZcfkA':function(_0x12e674,_0x4d7474,_0x23e476){return _0x12e674(_0x4d7474,_0x23e476);},'kFXhJ':'helpers','eKDSE':function(_0x296e9b){return _0x296e9b();},'iBVxh':function(_0x59bb17){return _0x59bb17();},'hWyrw':_0x34ae56(0xd6),'gEHYt':'Passed\x20:\x20','wmfdq':_0x34ae56(0xae),'MosQL':_0x34ae56(0xfb),'MUuXr':function(_0xeb95bf,_0x3ce344,_0x1dbbbc){return _0xeb95bf(_0x3ce344,_0x1dbbbc);},'UYuKK':_0x34ae56(0xd1),'SYAFJ':function(_0x3f6651,_0x74fa35,_0x538775){return _0x3f6651(_0x74fa35,_0x538775);},'DhFMH':'Playwright','hrNfo':'WebDriver','KZVIw':function(_0xf66345,_0x3ab6fa){return _0xf66345!=_0x3ab6fa;},'gHqut':function(_0x109778,_0x649825){return _0x109778===_0x649825;},'RlQJW':_0x34ae56(0xd8),'cCeVM':function(_0x16fe9c){return _0x16fe9c();},'cREGU':function(_0x2c7d8e,_0x2a80af){return _0x2c7d8e*_0x2a80af;},'mwFnq':_0x34ae56(0xc6),'vBuuv':function(_0x1a328e,_0x933ce3,_0x3f12b6){return _0x1a328e(_0x933ce3,_0x3f12b6);},'bEznP':_0x34ae56(0x88),'NtLEA':function(_0x218367,_0x19c6a4,_0x29b755){return _0x218367(_0x19c6a4,_0x29b755);},'kqMQK':'root','OYXRU':_0x34ae56(0xe4),'vmVCv':_0x34ae56(0xe9),'oncfk':function(_0x3e6637){return _0x3e6637();}};await _0x4f208f[_0x34ae56(0x113)](_0x193727),await helper[_0x34ae56(0xe1)](_0x4f208f['config']);if(!_0x4f208f[_0x34ae56(0xa4)])return;process[_0x34ae56(0x100)]=_0x193727[_0x34ae56(0x100)];_0x193727[_0x34ae56(0x100)]&&(process['env'][_0x34ae56(0x100)]=_0x193727[_0x34ae56(0x100)]);const _0x58fffc=_0x38cf42[_0x34ae56(0x98)](getUserCodeceptJSConfigs,_0x193727,_0x235301);let _0x1a070d={};_0x58fffc?(logger[_0x34ae56(0x91)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x58fffc),_0x1a070d=CodeceptJS[_0x34ae56(0xa4)][_0x34ae56(0x9d)](_0x58fffc)):logger[_0x34ae56(0x91)](_0x38cf42[_0x34ae56(0xeb)]);let _0x47e07d=![];_0x38cf42[_0x34ae56(0xb4)](nestedKeyValue,_0x1a070d,[_0x38cf42['kFXhJ'],_0x38cf42['DhFMH']])&&(_0x47e07d=!![]);const _0x35ca3b=_0x47e07d?_0x38cf42[_0x34ae56(0xf0)]:_0x38cf42[_0x34ae56(0xd7)];let _0x4bceea=!_0x47e07d?helper[_0x34ae56(0xe2)](_0x4f208f[_0x34ae56(0xa4)]):![];!helper[_0x34ae56(0x90)](_0x4f208f['config']['accessibilityOptions'])&&(process[_0x34ae56(0xc2)][_0x34ae56(0xaf)]=JSON['stringify'](_0x4f208f[_0x34ae56(0xa4)][_0x34ae56(0xf7)]));let _0x3fbac2=_0x4f208f[_0x34ae56(0xa4)][_0x34ae56(0xc5)];_0x3fbac2=_0x3fbac2||_0x38cf42[_0x34ae56(0xc8)](checkAccessibilityPlatformConfig,_0x4f208f['config']),process[_0x34ae56(0xc2)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3fbac2;_0x3fbac2&&(_0x4bceea=!_0x3fbac2);_0x38cf42[_0x34ae56(0x94)](_0x4f208f[_0x34ae56(0xa4)][_0x34ae56(0xe0)],null)?process[_0x34ae56(0xc2)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4f208f[_0x34ae56(0xa4)]['testObservability']:process[_0x34ae56(0xc2)][_0x34ae56(0x8b)]=_0x38cf42[_0x34ae56(0xd4)](_0x35ca3b,_0x38cf42[_0x34ae56(0xf0)]);const _0x5b9bc6=_0x38cf42[_0x34ae56(0x98)](nestedKeyValue,_0x1a070d,[_0x38cf42[_0x34ae56(0x89)]]),_0x20a84d=_0x5b9bc6&&!helper[_0x34ae56(0xcd)](_0x5b9bc6)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS['CODECEPT'],_0x3ea708=await TestHubHandler[_0x34ae56(0x96)](_0x20a84d,_0x4f208f);_0x3fbac2&&_0x38cf42[_0x34ae56(0xc8)](setAccessibilityCapabilities,_0x4f208f[_0x34ae56(0xa4)]);const _0x218753={},_0x4e9c5c=[],_0x4ba176=_0x4f208f[_0x34ae56(0xa4)][_0x34ae56(0x10d)]||helper[_0x34ae56(0x9b)](_0x193727,_0x235301,_0x4f208f[_0x34ae56(0xa4)],constants[_0x34ae56(0x101)][_0x34ae56(0xcf)])||0x1;let _0x562016=0x1;if(_0x38cf42[_0x34ae56(0xf3)](isBrowserstackInfra)){const _0x481120=helper[_0x34ae56(0x115)](_0x4f208f[_0x34ae56(0xa4)],_0x4bceea,constants[_0x34ae56(0x101)][_0x34ae56(0xcf)]);_0x481120[_0x34ae56(0xca)](_0x5f2998=>{const _0x21d65c=_0x34ae56;helper[_0x21d65c(0xf4)](_0x5f2998);}),helper[_0x34ae56(0xb6)](_0x4f208f[_0x34ae56(0xa4)])?_0x562016=_0x38cf42['cREGU'](_0x4ba176,_0x4f208f[_0x34ae56(0xa4)][_0x34ae56(0xba)]['length']):_0x562016=_0x4ba176,_0x481120[_0x34ae56(0xca)](_0x27d528=>{const _0x5ba491=_0x34ae56,_0x1b21d9=_0x38cf42[_0x5ba491(0xe7)](helper['getPlatformName'](_0x27d528,'_'),'_'+Date[_0x5ba491(0xa7)]()),_0x141d88=((()=>{const _0x10281f=_0x5ba491;if(_0x47e07d){const _0x1c70df=pwToCodeceptBrowser[_0x27d528['browserName']]||_0x27d528[_0x10281f(0x102)];return{'browser':_0x1c70df,[_0x1c70df]:{'browserWSEndpoint':_0x38cf42[_0x10281f(0xe7)](helper[_0x10281f(0xbb)](_0x4f208f['config']),_0x38cf42[_0x10281f(0xc8)](encodeURIComponent,JSON[_0x10281f(0xe6)](_0x27d528)))}};}const _0x4f6f15={};return _0x4f6f15[_0x10281f(0x88)]=_0x27d528,_0x4f6f15;})()),_0x267079=_0x38cf42['ZcfkA'](nestedKeyValue,_0x1a070d,[_0x38cf42[_0x5ba491(0xfe)],_0x35ca3b]);_0x218753[_0x1b21d9]=_0x267079?helper[_0x5ba491(0x9e)](_0x141d88,_0x267079):_0x141d88,!_0x47e07d&&(_0x218753[_0x1b21d9][_0x5ba491(0xc6)]=_0x27d528[_0x5ba491(0x102)]||_0x141d88['browser']),_0x4e9c5c[_0x5ba491(0x9c)](_0x1b21d9);});}else{_0x562016=0x1;if(_0x47e07d){const _0xfca5ae=_0x38cf42['SYAFJ'](nestedKeyValue,_0x1a070d,[_0x38cf42[_0x34ae56(0xfe)],_0x35ca3b,_0x38cf42[_0x34ae56(0xd0)]]),_0x78ca65=_0x38cf42[_0x34ae56(0xc1)](nestedKeyValue,_0x1a070d,[_0x38cf42['kFXhJ'],_0x35ca3b,_0xfca5ae]);_0x78ca65&&_0x78ca65[_0x34ae56(0x9f)]&&(_0x78ca65[_0x34ae56(0x9f)]=helper['prepareCapabilities'](null,null,_0x20a84d['toLowerCase'](),null,null,_0x78ca65['browserWSEndpoint']));}else _0x1a070d[_0x38cf42[_0x34ae56(0xfe)]][_0x35ca3b][_0x38cf42['bEznP']]=helper[_0x34ae56(0x115)](null,null,_0x20a84d[_0x34ae56(0xd9)](),_0x38cf42[_0x34ae56(0xee)](nestedKeyValue,_0x1a070d,[_0x38cf42[_0x34ae56(0xfe)],_0x35ca3b,_0x38cf42[_0x34ae56(0x104)]]),null,null);_0x218753[_0x38cf42[_0x34ae56(0xb7)]]=_0x1a070d,_0x4e9c5c[_0x34ae56(0x9c)](_0x38cf42[_0x34ae56(0xb7)]);}const _0x429328={};_0x429328['testConfig']=_0x58fffc;const _0x5b66b2=_0x429328,_0x316678=path[_0x34ae56(0xa9)](__dirname,_0x38cf42[_0x34ae56(0xec)]),_0x3a7efc=process['cwd']();process[_0x34ae56(0xc2)][_0x38cf42[_0x34ae56(0xb2)]]=_0x3a7efc,process[_0x34ae56(0x8a)](path[_0x34ae56(0xea)](_0x58fffc));const _0x2a50a1=new CodeceptJS[(_0x34ae56(0xab))](null,_0x5b66b2),_0x29f09d=_0x2a50a1[_0x34ae56(0x10a)](_0x562016),_0x1deb72=testOpsHelper[_0x34ae56(0x112)](),_0x161295=_0x4e9c5c['map'](_0x53d220=>{const _0x166852=_0x34ae56,_0x35dd61={};_0x35dd61[_0x166852(0xce)]=_0x218753[_0x53d220];const _0xc9ac76={};_0xc9ac76['WebDriver']=_0x218753[_0x53d220];const _0x37e2fe=_0x47e07d?_0x35dd61:_0xc9ac76,_0x5a3278=_0x38cf42[_0x166852(0x8f)](getO11yRerunPattern),_0x2f9942={};_0x2f9942['helpers']=_0x37e2fe;const _0x38ef4c={};_0x38ef4c[_0x166852(0x84)]=_0x316678,_0x38ef4c[_0x166852(0x10e)]=!![],_0x38ef4c[_0x166852(0xcb)]=_0x4f208f[_0x166852(0xa4)]['testContextOptions'][_0x166852(0xcb)],_0x38ef4c['skipSessionStatus']=_0x4f208f[_0x166852(0xa4)]['testContextOptions'][_0x166852(0x92)],_0x38ef4c['testObservability']=_0x1deb72,_0x38ef4c[_0x166852(0x107)]=_0x20a84d;const _0xf77cf5={};_0xf77cf5['BrowserStackPlugin']=_0x38ef4c;const _0x497e23={};return _0x497e23[_0x166852(0x10c)]=_0xf77cf5,helper[_0x166852(0x9e)]({},_0x1a070d,_0x38cf42[_0x166852(0xdb)](isBrowserstackInfra)?_0x2f9942:{},_0x5a3278?{'grep':_0x5a3278}:{},_0x497e23);});for(const _0x4c2da0 of _0x161295){for(const _0x415fc9 of _0x29f09d){const _0xcb9162=_0x2a50a1['spawn']();_0xcb9162[_0x34ae56(0xd5)](_0x415fc9),_0xcb9162[_0x34ae56(0xb3)](_0x4c2da0);const _0x1e3f51={};_0x1e3f51[_0x34ae56(0xa4)]=_0x58fffc,_0xcb9162[_0x34ae56(0x93)](_0x1e3f51);}}_0x2a50a1['on'](CodeceptJS['event'][_0x34ae56(0xa3)][_0x34ae56(0xbe)],(_0x55001b,_0x1b9e54)=>{const _0x529e33=_0x34ae56;console[_0x529e33(0xf5)](_0x38cf42[_0x529e33(0xa1)],_0x55001b['title']);const _0xd170c8={[_0x55001b[_0x529e33(0xe5)]]:_0x55001b['err'][_0x529e33(0xdd)]};_testErrorData[_0x529e33(0x9c)](_0xd170c8);}),_0x2a50a1['on'](CodeceptJS[_0x34ae56(0xb0)][_0x34ae56(0xa3)][_0x34ae56(0x8c)],async _0x23d7a9=>{const _0x4502d3=_0x34ae56;console['log'](_0x38cf42['gEHYt'],_0x23d7a9[_0x4502d3(0xe5)]);}),_0x2a50a1['on'](CodeceptJS[_0x34ae56(0xb0)]['test']['before'],async _0x6f6569=>{const _0x2d6868=_0x34ae56;console[_0x2d6868(0xf5)](_0x38cf42['wmfdq'],_0x6f6569[_0x2d6868(0xe5)]);}),_0x2a50a1['on'](CodeceptJS[_0x34ae56(0xb0)]['all']['result'],async()=>{const _0x73406e=_0x34ae56,_0x21a924=_0x38cf42[_0x73406e(0x103)][_0x73406e(0xdf)]('|');let _0x2ae44c=0x0;while(!![]){switch(_0x21a924[_0x2ae44c++]){case'0':_0x2a50a1[_0x73406e(0x83)]();continue;case'1':_0x4f208f[_0x73406e(0x85)]=_testErrorData;continue;case'2':PerformanceTester[_0x73406e(0xa5)](PerformanceEvents[_0x73406e(0xaa)]);continue;case'3':testOpsHelper['printBuildLink']();continue;case'4':try{await TestHubHandler['stop']();}catch(_0x2f766e){logger['debug'](_0x73406e(0xac)+util[_0x73406e(0x8d)](_0x2f766e));}continue;case'5':utilities[_0x73406e(0x82)](_0x4f208f);continue;}break;}});async function _0x5cbd6b(){const _0x41c365=_0x34ae56;try{await _0x2a50a1['bootstrapAll'](),await _0x2a50a1[_0x41c365(0xfc)]();}finally{process[_0x41c365(0x8a)](_0x3a7efc),await _0x2a50a1[_0x41c365(0xa6)]();}}PerformanceTester[_0x34ae56(0x97)](PerformanceEvents[_0x34ae56(0x95)]),_0x38cf42[_0x34ae56(0x114)](_0x5cbd6b);}function a2_0x4797(_0xa68a11,_0x52f9d2){const _0x4d1ce2=a2_0x4d1c();return a2_0x4797=function(_0x479727,_0x28439f){_0x479727=_0x479727-0x82;let _0x4db1ff=_0x4d1ce2[_0x479727];return _0x4db1ff;},a2_0x4797(_0xa68a11,_0x52f9d2);}module[a2_0x3cf7e8(0x8e)]=run;
2
+ 'use strict';const a2_0x27ed5e=a2_0x2dc2;(function(_0x543982,_0xf06f0b){const _0xf80921=a2_0x2dc2,_0x45bee5=_0x543982();while(!![]){try{const _0x58bbb7=parseInt(_0xf80921(0x123))/0x1+parseInt(_0xf80921(0x16e))/0x2*(parseInt(_0xf80921(0x12e))/0x3)+parseInt(_0xf80921(0x148))/0x4*(parseInt(_0xf80921(0x105))/0x5)+parseInt(_0xf80921(0x163))/0x6+-parseInt(_0xf80921(0x15e))/0x7+parseInt(_0xf80921(0xee))/0x8*(parseInt(_0xf80921(0x15d))/0x9)+parseInt(_0xf80921(0x111))/0xa*(-parseInt(_0xf80921(0x129))/0xb);if(_0x58bbb7===_0xf06f0b)break;else _0x45bee5['push'](_0x45bee5['shift']());}catch(_0x1482b6){_0x45bee5['push'](_0x45bee5['shift']());}}}(a2_0x21b5,0xc5977));function a2_0x21b5(){const _0x4136f3=['handleApp','../../helpers/accessibility-automation/helper','gherkin','launchBuild','nncoP','RaNeP','HXNhr','mergeDeep','title','OEWtb','471013CpnUsH','cCgUp','../../helpers/logger','teardownAll','USER_CONFIG_DETAILS_PATH','webkit','77fmuKhi','irIkH','ilqUu','map','../../helpers/BrowserStackSetup','15agOugQ','skipSessionName','Failed\x20:\x20','testContextOptions','require','testConfig','stringify','RCYCn','createGroupsOfSuites','BrowserStackPlugin.js','spawn','accessibilityOptions','split','useW3C','../../helpers/utilities','../../helpers/test-observability/constants','addTests','process','EVENTS','Passed\x20:\x20','BrowserStackPlugin','trim','config','test','../../helpers/performance/constants','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','92buzPvo','YiBRL','BROWSERSTACK_TEST_OBSERVABILITY_YML','vyJad','desiredCapabilities','env','playwright-firefox','findIndex','isEmpty','browser','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','CODECEPT','BROWSERSTACK_RERUN_TESTS','validateRerunTestList','browserStackCwd','codeceptjs','testObservability','IGogd','parallelsPerPlatform','rXJOH','5|4|0|3|1|2','5481018tgXCgo','1173060XWMwdP','prepareCapabilities','setAdditionalCapabilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','passed','4174620dLeGKp','platforms','stop','err','Started\x20:\x20','result','toLowerCase','format','codeceptjs/lib/index.js','chromium','enabled','144028VXGeUk','length','printBuildLink','log','failed','validPlatformsPresent','push','htbAY','root','GEbXU','forEach','BROWSERSTACK_TEST_ACCESSIBILITY_YML','now','ZIgTY','before','isTestObservabilitySession','isTrue','KldUY','join','browserWSEndpoint','browserName','XwoCa','../../helpers/helper','cwd','8OFWsIf','../../helpers/performance/performance-tester','chdir','end','EobWD','HhXDO','AEhHp','codecept.conf.js','duBeH','helpers','addConfig','SDK_CLEANUP','all','exports','../utils/constants','load','HlXuw','tIYnL','accessibility','addOptions','stack','existsSync','Playwright','234555pUMvCX','info','start','WebDriver','YJyMp','playwright-chromium','util','nXgLp','event','profile','run','kplFp','3196990PjiqkL','finalExecution','../../helpers/test-observability/utils','isUndefined','Qckvh','hKaUh','getPlatformName','slice'];a2_0x21b5=function(){return _0x4136f3;};return a2_0x21b5();}const fs=require('fs'),path=require('path'),util=require(a2_0x27ed5e(0x10b)),process=require(a2_0x27ed5e(0x13f)),logger=require(a2_0x27ed5e(0x125))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x27ed5e(0x12d)),helper=require('../../helpers/helper'),utilities=require(a2_0x27ed5e(0x13c)),{checkAccessibilityPlatformConfig}=require(a2_0x27ed5e(0x11a)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x27ed5e(0xec)),CodeceptJS=requireModule(a2_0x27ed5e(0x16b),a2_0x27ed5e(0x157)),testOpsHelper=require(a2_0x27ed5e(0x113)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x27ed5e(0xfc)),PerformanceTester=require(a2_0x27ed5e(0xef)),{FRAMEWORKS}=require(a2_0x27ed5e(0x13d)),PerformanceEvents=require(a2_0x27ed5e(0x146))[a2_0x27ed5e(0x140)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x4f5411,_0x137cbc)=>{const _0x3a8399=a2_0x27ed5e,_0x32ef64={};_0x32ef64[_0x3a8399(0x15b)]=function(_0xbcc9ba,_0x2e0921){return _0xbcc9ba===_0x2e0921;},_0x32ef64[_0x3a8399(0x11e)]=_0x3a8399(0xf5),_0x32ef64['nXgLp']='codecept.json';const _0x1a7393=_0x32ef64;let _0x1b9e96=null;const _0x3cf793={};let _0x564774=_0x137cbc[_0x3a8399(0x14f)](_0x2ee517=>_0x2ee517==='--config');_0x1a7393[_0x3a8399(0x15b)](_0x564774,-0x1)&&(_0x564774=_0x137cbc[_0x3a8399(0x14f)](_0x17767f=>_0x17767f==='-c'));if(!helper[_0x3a8399(0x114)](_0x4f5411[_0x3a8399(0x144)])&&fs[_0x3a8399(0x103)](path[_0x3a8399(0x180)](process['cwd'](),_0x4f5411['config'])))_0x1b9e96=path['join'](process[_0x3a8399(0xed)](),_0x4f5411[_0x3a8399(0x144)]),_0x137cbc[_0x3a8399(0x118)](_0x564774,0x2);else{if(!helper['isUndefined'](_0x4f5411['c'])&&fs[_0x3a8399(0x103)](path[_0x3a8399(0x180)](process[_0x3a8399(0xed)](),_0x4f5411['c'])))_0x1b9e96=path['join'](process[_0x3a8399(0xed)](),_0x4f5411['c']),_0x137cbc[_0x3a8399(0x118)](_0x564774,0x2);else{if(fs[_0x3a8399(0x103)](path[_0x3a8399(0x180)](process['cwd'](),_0x1a7393[_0x3a8399(0x11e)])))_0x1b9e96=path[_0x3a8399(0x180)](process[_0x3a8399(0xed)](),_0x1a7393[_0x3a8399(0x11e)]);else fs[_0x3a8399(0x103)](path[_0x3a8399(0x180)](process[_0x3a8399(0xed)](),_0x1a7393['nXgLp']))&&(_0x1b9e96=path['join'](process[_0x3a8399(0xed)](),_0x1a7393[_0x3a8399(0x10c)]));}}return process[_0x3a8399(0x14d)][_0x3a8399(0x127)]=_0x1b9e96,_0x1b9e96;},getO11yRerunPattern=()=>{const _0x4d8957=a2_0x27ed5e,_0x1d7fb1=helper[_0x4d8957(0x17e)](process['env']['BROWSERSTACK_RERUN']);if(_0x1d7fb1){const _0x28a403=process['env'][_0x4d8957(0x154)],_0x58d94e=[];if(helper[_0x4d8957(0x155)](_0x28a403)&&!helper[_0x4d8957(0x114)](_0x28a403)){_0x28a403[_0x4d8957(0x13a)](',')['map'](_0x471e14=>{const _0x4276d8=_0x4d8957;_0x58d94e[_0x4276d8(0x174)]('('+_0x471e14[_0x4276d8(0x143)]()+')');});const _0x3bce86='^'+_0x58d94e['join']('|')+'$';return _0x3bce86;}}return null;},a2_0x51bf6e={};function a2_0x2dc2(_0x6e9ce5,_0x3e1255){const _0x21b566=a2_0x21b5();return a2_0x2dc2=function(_0x2dc268,_0x57cb7e){_0x2dc268=_0x2dc268-0xea;let _0x55e563=_0x21b566[_0x2dc268];return _0x55e563;},a2_0x2dc2(_0x6e9ce5,_0x3e1255);}a2_0x51bf6e['chrome']=a2_0x27ed5e(0x16c),a2_0x51bf6e[a2_0x27ed5e(0x10a)]=a2_0x27ed5e(0x16c),a2_0x51bf6e[a2_0x27ed5e(0x14e)]='firefox',a2_0x51bf6e['playwright-webkit']=a2_0x27ed5e(0x128);const pwToCodeceptBrowser=a2_0x51bf6e;async function run(_0x312aa2,_0x1b5278,_0x2ea6c9){const _0xee3047=a2_0x27ed5e,_0x4bb020={'EobWD':function(_0x4f03a3,_0x92dc1d){return _0x4f03a3+_0x92dc1d;},'IGogd':function(_0x18f11f,_0x9708de){return _0x18f11f(_0x9708de);},'GEbXU':function(_0x5b10d9,_0x10c92a,_0x2cb346){return _0x5b10d9(_0x10c92a,_0x2cb346);},'HhXDO':'helpers','vyJad':function(_0xd5d890){return _0xd5d890();},'YiBRL':function(_0x1fc7bf){return _0x1fc7bf();},'irIkH':_0xee3047(0x130),'fkiCD':_0xee3047(0x141),'hKaUh':_0xee3047(0x167),'kplFp':_0xee3047(0x15c),'ilqUu':_0xee3047(0x147),'AEhHp':_0xee3047(0x104),'RCYCn':_0xee3047(0x108),'OEWtb':function(_0xb75964,_0xc18003){return _0xb75964(_0xc18003);},'duBeH':function(_0xcf8fdf,_0x3b4cab){return _0xcf8fdf!=_0x3b4cab;},'qKmOC':function(_0x57690a,_0x207364){return _0x57690a===_0x207364;},'ZIgTY':function(_0x2c0595,_0x230706,_0x3551f5){return _0x2c0595(_0x230706,_0x3551f5);},'YJyMp':_0xee3047(0x11b),'KldUY':function(_0x141409,_0x39bb74){return _0x141409(_0x39bb74);},'htbAY':function(_0x4cc948,_0x164758){return _0x4cc948*_0x164758;},'XwoCa':'browser','nncoP':function(_0x493571,_0x364a19,_0x50d19d){return _0x493571(_0x364a19,_0x50d19d);},'Qckvh':_0xee3047(0x14c),'NEGlj':function(_0x5969d6,_0x55906a,_0x3e04c3){return _0x5969d6(_0x55906a,_0x3e04c3);},'HlXuw':_0xee3047(0x176),'tIYnL':_0xee3047(0x137),'cCgUp':_0xee3047(0x156),'HXNhr':function(_0x3020b7){return _0x3020b7();}};await _0x2ea6c9['initialize'](_0x312aa2),await helper[_0xee3047(0x119)](_0x2ea6c9[_0xee3047(0x144)]);if(!_0x2ea6c9[_0xee3047(0x144)])return;process['profile']=_0x312aa2[_0xee3047(0x10e)];_0x312aa2['profile']&&(process['env'][_0xee3047(0x10e)]=_0x312aa2[_0xee3047(0x10e)]);const _0x55ef2a=_0x4bb020[_0xee3047(0x177)](getUserCodeceptJSConfigs,_0x312aa2,_0x1b5278);let _0x18c235={};_0x55ef2a?(logger[_0xee3047(0x106)](_0xee3047(0x152)+_0x55ef2a),_0x18c235=CodeceptJS[_0xee3047(0x144)][_0xee3047(0xfd)](_0x55ef2a)):logger['info'](_0x4bb020[_0xee3047(0x12b)]);let _0x5d48d0=![];_0x4bb020[_0xee3047(0x177)](nestedKeyValue,_0x18c235,[_0x4bb020[_0xee3047(0xf3)],_0x4bb020[_0xee3047(0xf4)]])&&(_0x5d48d0=!![]);const _0x1e6180=_0x5d48d0?_0x4bb020[_0xee3047(0xf4)]:_0x4bb020[_0xee3047(0x135)];let _0xd4db62=!_0x5d48d0?helper[_0xee3047(0x13b)](_0x2ea6c9[_0xee3047(0x144)]):![];!helper[_0xee3047(0x114)](_0x2ea6c9['config'][_0xee3047(0x139)])&&(process['env'][_0xee3047(0x161)]=JSON[_0xee3047(0x134)](_0x2ea6c9[_0xee3047(0x144)][_0xee3047(0x139)]));let _0x3190d2=_0x2ea6c9[_0xee3047(0x144)][_0xee3047(0x100)];_0x3190d2=_0x3190d2||_0x4bb020[_0xee3047(0x122)](checkAccessibilityPlatformConfig,_0x2ea6c9[_0xee3047(0x144)]),process[_0xee3047(0x14d)][_0xee3047(0x179)]=_0x3190d2;_0x3190d2&&(_0xd4db62=!_0x3190d2);_0x4bb020[_0xee3047(0xf6)](_0x2ea6c9[_0xee3047(0x144)][_0xee3047(0x158)],null)?process[_0xee3047(0x14d)][_0xee3047(0x14a)]=_0x2ea6c9[_0xee3047(0x144)]['testObservability']:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4bb020['qKmOC'](_0x1e6180,_0x4bb020['AEhHp']);const _0x335f97=_0x4bb020[_0xee3047(0x17b)](nestedKeyValue,_0x18c235,[_0x4bb020[_0xee3047(0x109)]]),_0x27b724=_0x335f97&&!helper[_0xee3047(0x150)](_0x335f97)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0xee3047(0x153)],_0x50aefa=await TestHubHandler[_0xee3047(0x11c)](_0x27b724,_0x2ea6c9);_0x3190d2&&_0x4bb020[_0xee3047(0x17f)](setAccessibilityCapabilities,_0x2ea6c9['config']);const _0x9aa118={},_0x2fad0c=[],_0x48f42d=_0x2ea6c9[_0xee3047(0x144)][_0xee3047(0x15a)]||helper['getUserWorkerCount'](_0x312aa2,_0x1b5278,_0x2ea6c9[_0xee3047(0x144)],constants['FRAMEWORKS'][_0xee3047(0x153)])||0x1;let _0x3fab10=0x1;if(_0x4bb020[_0xee3047(0x14b)](isBrowserstackInfra)){const _0x3d20de=helper['prepareCapabilities'](_0x2ea6c9[_0xee3047(0x144)],_0xd4db62,constants['FRAMEWORKS']['CODECEPT']);_0x3d20de[_0xee3047(0x178)](_0x9c912b=>{const _0x32963e=_0xee3047;helper[_0x32963e(0x160)](_0x9c912b);}),helper[_0xee3047(0x173)](_0x2ea6c9['config'])?_0x3fab10=_0x4bb020[_0xee3047(0x175)](_0x48f42d,_0x2ea6c9[_0xee3047(0x144)][_0xee3047(0x164)][_0xee3047(0x16f)]):_0x3fab10=_0x48f42d,_0x3d20de[_0xee3047(0x178)](_0x31019e=>{const _0x39aa67=_0xee3047,_0x573b26=_0x4bb020[_0x39aa67(0xf2)](helper[_0x39aa67(0x117)](_0x31019e,'_'),'_'+Date[_0x39aa67(0x17a)]()),_0x1f0c5a=((()=>{const _0x16b555=_0x39aa67;if(_0x5d48d0){const _0x5b365c=pwToCodeceptBrowser[_0x31019e[_0x16b555(0xea)]]||_0x31019e[_0x16b555(0xea)];return{'browser':_0x5b365c,[_0x5b365c]:{'browserWSEndpoint':_0x4bb020['EobWD'](helper['getPlaywrightUrl'](_0x2ea6c9['config']),_0x4bb020[_0x16b555(0x159)](encodeURIComponent,JSON['stringify'](_0x31019e)))}};}const _0x2cf1a9={};return _0x2cf1a9[_0x16b555(0x14c)]=_0x31019e,_0x2cf1a9;})()),_0x3dbde5=_0x4bb020[_0x39aa67(0x177)](nestedKeyValue,_0x18c235,[_0x4bb020[_0x39aa67(0xf3)],_0x1e6180]);_0x9aa118[_0x573b26]=_0x3dbde5?helper[_0x39aa67(0x120)](_0x1f0c5a,_0x3dbde5):_0x1f0c5a,!_0x5d48d0&&(_0x9aa118[_0x573b26][_0x39aa67(0x151)]=_0x31019e[_0x39aa67(0xea)]||_0x1f0c5a[_0x39aa67(0x151)]),_0x2fad0c[_0x39aa67(0x174)](_0x573b26);});}else{_0x3fab10=0x1;if(_0x5d48d0){const _0x5a4bed=_0x4bb020[_0xee3047(0x177)](nestedKeyValue,_0x18c235,[_0x4bb020[_0xee3047(0xf3)],_0x1e6180,_0x4bb020[_0xee3047(0xeb)]]),_0x1f8b1c=_0x4bb020[_0xee3047(0x11d)](nestedKeyValue,_0x18c235,[_0x4bb020[_0xee3047(0xf3)],_0x1e6180,_0x5a4bed]);_0x1f8b1c&&_0x1f8b1c[_0xee3047(0x181)]&&(_0x1f8b1c[_0xee3047(0x181)]=helper[_0xee3047(0x15f)](null,null,_0x27b724[_0xee3047(0x169)](),null,null,_0x1f8b1c[_0xee3047(0x181)]));}else _0x18c235[_0x4bb020[_0xee3047(0xf3)]][_0x1e6180][_0x4bb020[_0xee3047(0x115)]]=helper[_0xee3047(0x15f)](null,null,_0x27b724[_0xee3047(0x169)](),_0x4bb020['NEGlj'](nestedKeyValue,_0x18c235,[_0x4bb020[_0xee3047(0xf3)],_0x1e6180,_0x4bb020['Qckvh']]),null,null);_0x9aa118[_0x4bb020[_0xee3047(0xfe)]]=_0x18c235,_0x2fad0c['push'](_0x4bb020[_0xee3047(0xfe)]);}const _0x4b714f={};_0x4b714f[_0xee3047(0x133)]=_0x55ef2a;const _0x1e6ad4=_0x4b714f,_0x57a76e=path[_0xee3047(0x180)](__dirname,_0x4bb020[_0xee3047(0xff)]),_0x1f0e5e=process[_0xee3047(0xed)]();process[_0xee3047(0x14d)][_0x4bb020[_0xee3047(0x124)]]=_0x1f0e5e,process[_0xee3047(0xf0)](path['dirname'](_0x55ef2a));const _0x368dde=new CodeceptJS['Workers'](null,_0x1e6ad4),_0x41749c=_0x368dde[_0xee3047(0x136)](_0x3fab10),_0x5a7483=testOpsHelper[_0xee3047(0x17d)](),_0x441448=_0x2fad0c[_0xee3047(0x12c)](_0x4da515=>{const _0x2a851a=_0xee3047,_0x1e3448={};_0x1e3448[_0x2a851a(0x104)]=_0x9aa118[_0x4da515];const _0x785f40={};_0x785f40['WebDriver']=_0x9aa118[_0x4da515];const _0x2b5f59=_0x5d48d0?_0x1e3448:_0x785f40,_0x23a13e=_0x4bb020[_0x2a851a(0x14b)](getO11yRerunPattern),_0x2c9f65={};_0x2c9f65[_0x2a851a(0xf7)]=_0x2b5f59;const _0x2bf338={};_0x2bf338[_0x2a851a(0x132)]=_0x57a76e,_0x2bf338[_0x2a851a(0x16d)]=!![],_0x2bf338[_0x2a851a(0x12f)]=_0x2ea6c9['config'][_0x2a851a(0x131)][_0x2a851a(0x12f)],_0x2bf338['skipSessionStatus']=_0x2ea6c9[_0x2a851a(0x144)]['testContextOptions']['skipSessionStatus'],_0x2bf338[_0x2a851a(0x158)]=_0x5a7483,_0x2bf338['frameworkName']=_0x27b724;const _0x24ea83={};_0x24ea83[_0x2a851a(0x142)]=_0x2bf338;const _0x5690c2={};return _0x5690c2['plugins']=_0x24ea83,helper[_0x2a851a(0x120)]({},_0x18c235,_0x4bb020[_0x2a851a(0x149)](isBrowserstackInfra)?_0x2c9f65:{},_0x23a13e?{'grep':_0x23a13e}:{},_0x5690c2);});for(const _0x3e2955 of _0x441448){for(const _0x2e8262 of _0x41749c){const _0x505d7a=_0x368dde[_0xee3047(0x138)]();_0x505d7a[_0xee3047(0x13e)](_0x2e8262),_0x505d7a[_0xee3047(0xf8)](_0x3e2955);const _0x348eba={};_0x348eba[_0xee3047(0x144)]=_0x55ef2a,_0x505d7a[_0xee3047(0x101)](_0x348eba);}}_0x368dde['on'](CodeceptJS[_0xee3047(0x10d)]['test'][_0xee3047(0x172)],(_0x48d098,_0x369bed)=>{const _0x3c8477=_0xee3047;console[_0x3c8477(0x171)](_0x4bb020[_0x3c8477(0x12a)],_0x48d098['title']);const _0x1358ba={[_0x48d098[_0x3c8477(0x121)]]:_0x48d098[_0x3c8477(0x166)][_0x3c8477(0x102)]};_testErrorData[_0x3c8477(0x174)](_0x1358ba);}),_0x368dde['on'](CodeceptJS[_0xee3047(0x10d)][_0xee3047(0x145)][_0xee3047(0x162)],async _0x1ccba9=>{const _0x318cbc=_0xee3047;console[_0x318cbc(0x171)](_0x4bb020['fkiCD'],_0x1ccba9[_0x318cbc(0x121)]);}),_0x368dde['on'](CodeceptJS[_0xee3047(0x10d)][_0xee3047(0x145)][_0xee3047(0x17c)],async _0x2687a0=>{const _0x97c90=_0xee3047;console[_0x97c90(0x171)](_0x4bb020[_0x97c90(0x116)],_0x2687a0[_0x97c90(0x121)]);}),_0x368dde['on'](CodeceptJS[_0xee3047(0x10d)][_0xee3047(0xfa)][_0xee3047(0x168)],async()=>{const _0x13a53d=_0xee3047,_0x1c56cb=_0x4bb020[_0x13a53d(0x110)][_0x13a53d(0x13a)]('|');let _0x4941db=0x0;while(!![]){switch(_0x1c56cb[_0x4941db++]){case'0':testOpsHelper[_0x13a53d(0x170)]();continue;case'1':try{await TestHubHandler[_0x13a53d(0x165)]();}catch(_0x33490c){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x13a53d(0x16a)](_0x33490c));}continue;case'2':_0x368dde['printResults']();continue;case'3':utilities[_0x13a53d(0x112)](_0x2ea6c9);continue;case'4':_0x2ea6c9['errorMessage']=_testErrorData;continue;case'5':PerformanceTester[_0x13a53d(0x107)](PerformanceEvents[_0x13a53d(0xf9)]);continue;}break;}});async function _0x748589(){const _0x228436=_0xee3047;try{await _0x368dde['bootstrapAll'](),await _0x368dde[_0x228436(0x10f)]();}finally{process[_0x228436(0xf0)](_0x1f0e5e),await _0x368dde[_0x228436(0x126)]();}}PerformanceTester[_0xee3047(0xf1)](PerformanceEvents['SDK_SETUP']),_0x4bb020[_0xee3047(0x11f)](_0x748589);}module[a2_0x27ed5e(0xfb)]=run;
@@ -1 +1 @@
1
- const a3_0x2de13d=a3_0x2203;function a3_0x2203(_0x3077b5,_0x15a21c){const _0xef63ca=a3_0xef63();return a3_0x2203=function(_0x220326,_0x48bb05){_0x220326=_0x220326-0xfe;let _0x1e0dda=_0xef63ca[_0x220326];return _0x1e0dda;},a3_0x2203(_0x3077b5,_0x15a21c);}(function(_0x44f3a2,_0x3e423c){const _0x44f442=a3_0x2203,_0x3d4683=_0x44f3a2();while(!![]){try{const _0x34044c=-parseInt(_0x44f442(0x10d))/0x1*(-parseInt(_0x44f442(0x109))/0x2)+parseInt(_0x44f442(0x107))/0x3*(parseInt(_0x44f442(0x127))/0x4)+-parseInt(_0x44f442(0x106))/0x5*(parseInt(_0x44f442(0x121))/0x6)+parseInt(_0x44f442(0x110))/0x7+parseInt(_0x44f442(0x124))/0x8*(-parseInt(_0x44f442(0x13a))/0x9)+-parseInt(_0x44f442(0x129))/0xa+parseInt(_0x44f442(0xfe))/0xb;if(_0x34044c===_0x3e423c)break;else _0x3d4683['push'](_0x3d4683['shift']());}catch(_0x550a45){_0x3d4683['push'](_0x3d4683['shift']());}}}(a3_0xef63,0x58065));function a3_0xef63(){const _0x1f37b5=['lTuSm','2rgiLiE','browserName','ldYhm','241675DgorpZ','JPBgz','shouldPatchExecuteScript','../../helpers/helper','nmKAb','parse','platformVersion','browser_version','OSMnz','winstonLogger','constructor','IQvLg','OwDRx','ICAcF','nmEvP','../../helpers/logger','RafEN','3996VJpVXu','twGqO','fPgGC','8NkQSfG','chrome','../../helpers/accessibility-automation/helper','3576kLUHOt','includes','5777690qqUXAX','name','cloudProvider','cLvqn','browserstack_executor','unknown_grid','getDetails','processWebDriverConfig','FHqvt','bstack:options','sessionId','browserVersion','aaCff','KfuSX','config','accessibilityPlatform','yDESF','1670994nxUnNT','RUTbb','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','deviceName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','latest','pMCai','yCwTd','../../bin/playwright/sessionDetails','PLeEb','SwdaI','bsSessionId','YyciS','pynws','fMxsB','LgQcB','15943169StSBSj','__cloud_provider___','kOZDX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','IXAYQ','playwright-chromium','WebDriver','caps','3640BMMlIU','51PQjHzL','platform_version','109730CHxjIW','browser','os_version'];a3_0xef63=function(){return _0x1f37b5;};return a3_0xef63();}const {isUndefined,nestedKeyValue}=require(a3_0x2de13d(0x113)),logger=require(a3_0x2de13d(0x11f))[a3_0x2de13d(0x119)],PlaywrightSessionDetails=require(a3_0x2de13d(0x142)),{isAccessibilityAutomationSession}=require(a3_0x2de13d(0x126)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x3f7fc3=>{const _0x2273a3=a3_0x2de13d,_0x47f5d8={};_0x47f5d8['OSMnz']=_0x2273a3(0x132),_0x47f5d8[_0x2273a3(0x111)]=_0x2273a3(0x116),_0x47f5d8['OwDRx']=_0x2273a3(0x108),_0x47f5d8[_0x2273a3(0x100)]='osVersion',_0x47f5d8[_0x2273a3(0x140)]=_0x2273a3(0x10b);const _0x4b3eaf=_0x47f5d8;if(!_0x3f7fc3)return null;const _0x19dd6c=_0x3f7fc3[_0x4b3eaf[_0x2273a3(0x118)]],_0x1b983c=[_0x4b3eaf['JPBgz'],_0x4b3eaf[_0x2273a3(0x11c)],_0x4b3eaf[_0x2273a3(0x100)],_0x4b3eaf['pMCai']];for(const _0x8dd29d of _0x1b983c){if(_0x19dd6c&&_0x19dd6c[_0x8dd29d])return _0x19dd6c[_0x8dd29d];else{if(_0x3f7fc3[_0x8dd29d])return _0x3f7fc3[_0x8dd29d];}}return null;};exports['fetchPlatformDetails']=_0x3af44e=>{const _0x36f026=a3_0x2de13d,_0x34de22={'zqalG':_0x36f026(0x12e),'SwdaI':function(_0x2f3dd7,_0x2633de){return _0x2f3dd7===_0x2633de;},'yDESF':_0x36f026(0x104),'cLvqn':function(_0x4de97c,_0xea0a9f){return _0x4de97c(_0xea0a9f);},'fPgGC':function(_0x1b6b24,_0x3c6d7f,_0x1da21d){return _0x1b6b24(_0x3c6d7f,_0x1da21d);},'aaCff':_0x36f026(0x137),'lTuSm':'desiredCapabilities','CRmTU':function(_0x192510,_0x10db5d){return _0x192510===_0x10db5d;},'YyciS':'Playwright','FHqvt':function(_0x334f3d,_0x4365e2,_0x6a9995){return _0x334f3d(_0x4365e2,_0x6a9995);},'nmEvP':'browser','xQCrQ':'browserWSEndpoint','twGqO':_0x36f026(0x105),'yCwTd':function(_0x1c6785,_0x5795f8){return _0x1c6785(_0x5795f8);}};if(!_0x3af44e)return null;let _0x161fff=global[_0x36f026(0xff)]||_0x34de22['zqalG'];if(_0x34de22[_0x36f026(0x144)](_0x3af44e['constructor'][_0x36f026(0x12a)],_0x34de22[_0x36f026(0x139)])){const _0x5c5972=_0x3af44e[_0x36f026(0x10a)];if(!_0x5c5972)return null;const _0x4cb111=_0x5c5972['capabilities'],_0x1fc61d=_0x34de22[_0x36f026(0x12c)](getOSVersionFromCaps,_0x34de22[_0x36f026(0x123)](nestedKeyValue,_0x3af44e,[_0x34de22[_0x36f026(0x135)],_0x34de22[_0x36f026(0x10c)]]));return{[_0x161fff]:{'browser':_0x4cb111[_0x36f026(0x10e)],'browser_version':_0x4cb111[_0x36f026(0x134)],'capabilities':_0x4cb111,'platform':_0x4cb111['platformName'],'platform_version':_0x4cb111['platformVersion']||_0x1fc61d,'product':_0x34de22['cLvqn'](getObservabilityLinkedProductName,_0x4cb111),'session_id':_0x5c5972[_0x36f026(0x133)]}};}else{if(_0x34de22['CRmTU'](_0x3af44e[_0x36f026(0x11a)][_0x36f026(0x12a)],_0x34de22[_0x36f026(0x146)])){const _0x5a1124=PlaywrightSessionDetails[_0x36f026(0x12f)]();_0x161fff=_0x5a1124[_0x36f026(0x12b)]||_0x161fff;const _0x32fe68=_0x34de22[_0x36f026(0x131)](nestedKeyValue,_0x3af44e,[_0x34de22[_0x36f026(0x135)],_0x34de22[_0x36f026(0x11e)],_0x34de22['xQCrQ']]),_0x2cb118=_0x32fe68?JSON[_0x36f026(0x115)](new URL(_0x32fe68)['searchParams']['get'](_0x34de22[_0x36f026(0x122)])):{};return{[_0x161fff]:{'browser':_0x5a1124[_0x36f026(0x10a)]||_0x2cb118[_0x36f026(0x10e)],'browser_version':_0x5a1124['browser_version']||_0x2cb118[_0x36f026(0x117)],'capabilities':_0x2cb118,'platform':_0x5a1124['platform'],'platform_version':_0x5a1124[_0x36f026(0x108)],'product':_0x34de22[_0x36f026(0x141)](getObservabilityLinkedProductName,_0x2cb118),'session_id':_0x5a1124[_0x36f026(0x145)]}};}}},exports[a3_0x2de13d(0x130)]=_0x230f2f=>{const _0x230376=a3_0x2de13d,_0x1498bf={'KfuSX':function(_0x22d9e7){return _0x22d9e7();},'PLeEb':function(_0xc9fd85,_0x452f68){return _0xc9fd85===_0x452f68;},'KIVIs':_0x230376(0x13f),'ICAcF':function(_0x43cb8c,_0x27a601){return _0x43cb8c>_0x27a601;},'nmKAb':function(_0x34e00b,_0x1e65ff){return _0x34e00b(_0x1e65ff);},'fMxsB':_0x230376(0x13c),'RUTbb':function(_0x1ac9fd,_0x5f3416){return _0x1ac9fd===_0x5f3416;},'LurmL':_0x230376(0x125),'IXAYQ':_0x230376(0x103),'pynws':_0x230376(0x101),'RafEN':function(_0x2140de,_0x3490d1){return _0x2140de(_0x3490d1);},'IQvLg':_0x230376(0x13e)};if(_0x1498bf[_0x230376(0x136)](isAccessibilityAutomationSession)){const _0x201cda=_0x230f2f[_0x230376(0x10a)],_0x57e4c3=_0x201cda['capabilities'];global[_0x230376(0x138)]=!![],!(_0x1498bf[_0x230376(0x143)](_0x57e4c3[_0x230376(0x134)],_0x1498bf['KIVIs'])||_0x1498bf[_0x230376(0x11d)](_0x1498bf[_0x230376(0x114)](parseInt,_0x57e4c3[_0x230376(0x134)]),0x5e))&&(logger['warn'](_0x1498bf[_0x230376(0x148)]),global['accessibilityPlatform']=![]),!(_0x1498bf['RUTbb'](_0x57e4c3['browserName'],_0x1498bf['LurmL'])||_0x1498bf[_0x230376(0x13b)](_0x57e4c3['browserName'],_0x1498bf[_0x230376(0x102)]))&&(logger['warn'](_0x1498bf[_0x230376(0x147)]),global[_0x230376(0x138)]=![]),!_0x1498bf[_0x230376(0x120)](isUndefined,_0x57e4c3[_0x230376(0x13d)])&&(logger['warn'](_0x1498bf[_0x230376(0x11b)]),global['accessibilityPlatform']=![]);}},exports[a3_0x2de13d(0x112)]=_0x6e8418=>{const _0x26232c=a3_0x2de13d,_0x5a20db={};_0x5a20db['ldYhm']=_0x26232c(0x12d),_0x5a20db[_0x26232c(0x149)]='browserstack_accessibility_automation_script';const _0x485fae=_0x5a20db;if(!_0x6e8418)return![];return!_0x6e8418['includes'](_0x485fae[_0x26232c(0x10f)])&&!_0x6e8418[_0x26232c(0x128)](_0x485fae['LgQcB']);};
1
+ const a3_0x1d3695=a3_0x143e;(function(_0x2ed02c,_0xb8fdc2){const _0x4aa3dc=a3_0x143e,_0xae4d90=_0x2ed02c();while(!![]){try{const _0x12882c=-parseInt(_0x4aa3dc(0x1c4))/0x1+parseInt(_0x4aa3dc(0x1d4))/0x2+-parseInt(_0x4aa3dc(0x1de))/0x3+-parseInt(_0x4aa3dc(0x1f0))/0x4+parseInt(_0x4aa3dc(0x1bc))/0x5+-parseInt(_0x4aa3dc(0x1ed))/0x6*(parseInt(_0x4aa3dc(0x204))/0x7)+parseInt(_0x4aa3dc(0x1c0))/0x8*(parseInt(_0x4aa3dc(0x1c2))/0x9);if(_0x12882c===_0xb8fdc2)break;else _0xae4d90['push'](_0xae4d90['shift']());}catch(_0x425eb0){_0xae4d90['push'](_0xae4d90['shift']());}}}(a3_0x4769,0xa8a62));const {isUndefined,nestedKeyValue}=require(a3_0x1d3695(0x1ca)),logger=require(a3_0x1d3695(0x1e1))[a3_0x1d3695(0x1bf)],PlaywrightSessionDetails=require(a3_0x1d3695(0x1d1)),{isAccessibilityAutomationSession}=require(a3_0x1d3695(0x1f9)),{getObservabilityLinkedProductName}=require(a3_0x1d3695(0x1c7)),getOSVersionFromCaps=_0x2cc36b=>{const _0x1dc001=a3_0x1d3695,_0x37f91c={};_0x37f91c['SBFvr']=_0x1dc001(0x1eb),_0x37f91c[_0x1dc001(0x1cb)]=_0x1dc001(0x1f4),_0x37f91c[_0x1dc001(0x1be)]=_0x1dc001(0x1ec),_0x37f91c[_0x1dc001(0x1fa)]='osVersion',_0x37f91c[_0x1dc001(0x1e3)]=_0x1dc001(0x1d3);const _0x143b77=_0x37f91c;if(!_0x2cc36b)return null;const _0x3f577a=_0x2cc36b[_0x143b77[_0x1dc001(0x1f1)]],_0x1e562e=[_0x143b77[_0x1dc001(0x1cb)],_0x143b77[_0x1dc001(0x1be)],_0x143b77[_0x1dc001(0x1fa)],_0x143b77[_0x1dc001(0x1e3)]];for(const _0x2db2c7 of _0x1e562e){if(_0x3f577a&&_0x3f577a[_0x2db2c7])return _0x3f577a[_0x2db2c7];else{if(_0x2cc36b[_0x2db2c7])return _0x2cc36b[_0x2db2c7];}}return null;};function a3_0x143e(_0x1f7e8a,_0x3d876b){const _0x47692c=a3_0x4769();return a3_0x143e=function(_0x143ea3,_0x59a5ee){_0x143ea3=_0x143ea3-0x1ba;let _0x54d157=_0x47692c[_0x143ea3];return _0x54d157;},a3_0x143e(_0x1f7e8a,_0x3d876b);}exports[a3_0x1d3695(0x1f2)]=_0x4d321f=>{const _0x5c633e=a3_0x1d3695,_0x274b31={'KAOGA':_0x5c633e(0x1ce),'POqTT':function(_0x58922a,_0x19913a){return _0x58922a===_0x19913a;},'zWAua':_0x5c633e(0x1d7),'ZXjoZ':function(_0x4488b5,_0x7b88aa){return _0x4488b5(_0x7b88aa);},'Kvrrp':function(_0x5dd394,_0x95bb6a,_0x18aa10){return _0x5dd394(_0x95bb6a,_0x18aa10);},'owqGI':_0x5c633e(0x1e4),'wmgJz':_0x5c633e(0x200),'cOrlN':function(_0x4e8fc4,_0x34a5e5){return _0x4e8fc4(_0x34a5e5);},'OoQBa':function(_0x1545fc,_0x1f8a6d){return _0x1545fc===_0x1f8a6d;},'EcRbj':_0x5c633e(0x1c9),'uiRwc':_0x5c633e(0x1c8),'PzATI':'browserWSEndpoint','Cwhdc':_0x5c633e(0x1df),'gabdl':function(_0x5e7a69,_0x27d3f7){return _0x5e7a69(_0x27d3f7);}};if(!_0x4d321f)return null;let _0x2115b9=global[_0x5c633e(0x201)]||_0x274b31['KAOGA'];if(_0x274b31[_0x5c633e(0x1d5)](_0x4d321f[_0x5c633e(0x1e2)]['name'],_0x274b31['zWAua'])){const _0x4813e6=_0x4d321f[_0x5c633e(0x1c8)];if(!_0x4813e6)return null;const _0x132456=_0x4813e6[_0x5c633e(0x1fe)],_0x3e9930=_0x274b31[_0x5c633e(0x1dc)](getOSVersionFromCaps,_0x274b31[_0x5c633e(0x1bb)](nestedKeyValue,_0x4d321f,[_0x274b31['owqGI'],_0x274b31[_0x5c633e(0x1cc)]]));return{[_0x2115b9]:{'browser':_0x132456[_0x5c633e(0x1ff)],'browser_version':_0x132456[_0x5c633e(0x1ba)],'capabilities':_0x132456,'platform':_0x132456[_0x5c633e(0x1fd)],'platform_version':_0x132456[_0x5c633e(0x1f4)]||_0x3e9930,'product':_0x274b31[_0x5c633e(0x1c1)](getObservabilityLinkedProductName,_0x132456),'session_id':_0x4813e6['sessionId']}};}else{if(_0x274b31['OoQBa'](_0x4d321f[_0x5c633e(0x1e2)][_0x5c633e(0x1c6)],_0x274b31[_0x5c633e(0x1d9)])){const _0x5a0255=PlaywrightSessionDetails[_0x5c633e(0x1ef)]();_0x2115b9=_0x5a0255[_0x5c633e(0x1d2)]||_0x2115b9;const _0x32c696=_0x274b31['Kvrrp'](nestedKeyValue,_0x4d321f,[_0x274b31[_0x5c633e(0x1e0)],_0x274b31[_0x5c633e(0x1e6)],_0x274b31[_0x5c633e(0x205)]]),_0x2ba56f=_0x32c696?JSON[_0x5c633e(0x1c3)](new URL(_0x32c696)[_0x5c633e(0x1cf)][_0x5c633e(0x1cd)](_0x274b31['Cwhdc'])):{};return{[_0x2115b9]:{'browser':_0x5a0255['browser']||_0x2ba56f[_0x5c633e(0x1ff)],'browser_version':_0x5a0255['browser_version']||_0x2ba56f[_0x5c633e(0x1f5)],'capabilities':_0x2ba56f,'platform':_0x5a0255[_0x5c633e(0x1d8)],'platform_version':_0x5a0255['platform_version'],'product':_0x274b31[_0x5c633e(0x1f3)](getObservabilityLinkedProductName,_0x2ba56f),'session_id':_0x5a0255[_0x5c633e(0x1c5)]}};}}},exports[a3_0x1d3695(0x1d6)]=_0x3173af=>{const _0x1c5851=a3_0x1d3695,_0x22ec14={'XADgM':function(_0x247ab2){return _0x247ab2();},'DewCK':function(_0x667cf8,_0x136400){return _0x667cf8===_0x136400;},'fimEP':'latest','qofzv':function(_0x4188a3,_0x1889f7){return _0x4188a3>_0x1889f7;},'hlqHY':function(_0x54c979,_0x5c294c){return _0x54c979(_0x5c294c);},'bSsLv':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','aLSJx':function(_0x409cd9,_0x202c59){return _0x409cd9===_0x202c59;},'SEKVQ':_0x1c5851(0x1da),'MHlze':_0x1c5851(0x1ee),'RGKVk':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','ftjZp':function(_0x4e733d,_0xe9cc2c){return _0x4e733d(_0xe9cc2c);},'dRPss':_0x1c5851(0x1bd)};if(_0x22ec14[_0x1c5851(0x1db)](isAccessibilityAutomationSession)){const _0x1161fd=_0x3173af[_0x1c5851(0x1c8)],_0x5d1165=_0x1161fd[_0x1c5851(0x1fe)];global[_0x1c5851(0x1e7)]=!![],!(_0x22ec14['DewCK'](_0x5d1165[_0x1c5851(0x1ba)],_0x22ec14['fimEP'])||_0x22ec14[_0x1c5851(0x1ea)](_0x22ec14['hlqHY'](parseInt,_0x5d1165[_0x1c5851(0x1ba)]),0x5e))&&(logger[_0x1c5851(0x1f6)](_0x22ec14[_0x1c5851(0x1dd)]),global[_0x1c5851(0x1e7)]=![]),!(_0x22ec14[_0x1c5851(0x1e5)](_0x5d1165[_0x1c5851(0x1ff)],_0x22ec14[_0x1c5851(0x1fb)])||_0x22ec14['aLSJx'](_0x5d1165[_0x1c5851(0x1ff)],_0x22ec14['MHlze']))&&(logger[_0x1c5851(0x1f6)](_0x22ec14[_0x1c5851(0x1d0)]),global[_0x1c5851(0x1e7)]=![]),!_0x22ec14[_0x1c5851(0x203)](isUndefined,_0x5d1165['deviceName'])&&(logger[_0x1c5851(0x1f6)](_0x22ec14[_0x1c5851(0x202)]),global[_0x1c5851(0x1e7)]=![]);}},exports[a3_0x1d3695(0x1e8)]=_0x106e43=>{const _0x18feb8=a3_0x1d3695,_0x22d6ce={};_0x22d6ce[_0x18feb8(0x1e9)]=_0x18feb8(0x1f7),_0x22d6ce[_0x18feb8(0x1f8)]='browserstack_accessibility_automation_script';const _0x277311=_0x22d6ce;if(!_0x106e43)return![];return!_0x106e43[_0x18feb8(0x1fc)](_0x277311[_0x18feb8(0x1e9)])&&!_0x106e43['includes'](_0x277311[_0x18feb8(0x1f8)]);};function a3_0x4769(){const _0x52e6c4=['winstonLogger','8RZaUSn','cOrlN','8512155CWJIkG','parse','549059Qcdpkz','bsSessionId','name','../../helpers/test-observability/utils','browser','Playwright','../../helpers/helper','eclrD','wmgJz','get','unknown_grid','searchParams','RGKVk','../../bin/playwright/sessionDetails','cloudProvider','os_version','2345842QaWhow','POqTT','processWebDriverConfig','WebDriver','platform','EcRbj','chrome','XADgM','ZXjoZ','bSsLv','258561fjYezW','caps','owqGI','../../helpers/logger','constructor','xOMpH','config','aLSJx','uiRwc','accessibilityPlatform','shouldPatchExecuteScript','fyKvs','qofzv','bstack:options','platform_version','2238KrOaFo','playwright-chromium','getDetails','2262784HKACRl','SBFvr','fetchPlatformDetails','gabdl','platformVersion','browser_version','warn','browserstack_executor','bzbma','../../helpers/accessibility-automation/helper','KvpHF','SEKVQ','includes','platformName','capabilities','browserName','desiredCapabilities','__cloud_provider___','dRPss','ftjZp','14917edeUhu','PzATI','browserVersion','Kvrrp','2839375rCVmkc','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','dDYTH'];a3_0x4769=function(){return _0x52e6c4;};return a3_0x4769();}
@@ -1 +1 @@
1
- function a4_0x3f84(){const _0x4ef5e5=['feature','odrcY','2xoaloA','IWwva','stop','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','YYFqN','lib','connectOverCDP','bddSteps','kOkyq','CwDJO','KUiDg','connect','dhQHV','dnQHS','OiQqL','testAnalyticsId','type','hookAnalyticsId','wkDQj','removeAllListeners','launch','obsBrowserTypeMockApplied','length','JiVTh','parent','JhWxo','OfgSg','stringify','XoVdW','captureEvent','name','title','failed\x20to\x20get\x20root\x20parent\x20file\x20','8753400AwMGyN','find','aYufa','errorsDetailed','ihkOM','zJBtD','skipped','_paths','then','Alows','XrFrG','toLowerCase','CEJcb','51740315VQVdwq','resetSkipTestHooks','4311680NOmtiI','TEST_EVENTS','./helper.js','enabled','AFRhA','THcMD','event_type','SYefA','currentHook','debug','duration','failure_reason_expanded','comment','opisL','exports','bddStepFinish','getRootParentFile','FqgTH','nZCnm','logs','Playwright','hook_run_uuid','status','SIGgB','CODECEPT','setupBrowserDetails','test','../../helpers/testhub/utils.js','aCYaN','split','appendTestItemLog','VpWYF','location_prefix','../../helpers/test-observability/utils','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','../playwright/accessibility-helper','startedAt','pending','BMVEh','result','match','tags','vwTVd','hook_type','ZCeHj','Not\x20able\x20to\x20import\x20Browser','2961027ioTUBe','4JpqigK','TuhGx','fkdKJ','LogCreated','markedStatus','fullTitle','getHooksForTest','start','AdgkU','lQyjN','wsEndpoint','shutdown','bs:addLog:','../../helpers/test-observability/requestQueueHandler','1152977WjgdYe','inQYc','HgZiT','apply','LdhDt','jZoiV','finished_at','sendCBTInfo','apyAH','winstonLogger','bind','getHookType','SlSXB','getInstance','started','getHierarchy','failed','hooks','relative','forEach','uploadEventData','KdWiX','HkTYa','failure','Kacgr','JYRMp','expanded','initializeBddStep','../../helpers/test-observability/sessionHandler','RezsJ','toString','dirname','ALOBz','BrowserType','constructor','ctx','QWGRO','SXkBO','PLAYWRIGHT_HUB_URL','prefixTestPath','gaGKL','mapTestHooks','../../helpers/test-observability/constants','PsGBu','IwBzO','client','backtrace','xzNIR','inspect','GyaEQ','getCBTInfo','QJXHX','jwPvd','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','HBVRJ','prototype','findGitConfig','File\x20path\x20could\x20not\x20be\x20found','30ykGctN','javascript','pid','hook','GTDHj','groups','push','IXOEz','currentTest','TestRunSkipped','40ChlpBY','string','tzBcQ','suites','CBTSessionCreated','_testEnv','MTrWo','XUyUw','fireEvent','codeceptjs','file','passed','65273aHghqg','../utils/constants','statSync','browserstack','UOyIt','TEST_RUN_FINISHED','driver','includes','PathHelper','ROdRj','../../helpers/helper','uuid','integrations','BKydp','byIxB','defineProperty','bddStepStart','err','BJnvn','qXcoO','frameworkName','message','_beforeEach','HookRunFinished','TEST_RUN_SKIPPED','finished','dndcF','AVVXc','HOOK_RUN_STARTED','KTkoa','now','vHhxN','WPtsl','5|4|3|0|1|2','stepAnalyticsId','test_run_uuid','body','join','toISOString','HookRunStarted','getFailureType','retryOf','ILqyU','\x20with\x20error\x20:\x20','pzqpy','STATE_PASSED','MGZQT','_afterEach','_afterAll','sep','pPwNM','hook_run','O11yHelper','KhxLA','AdObF','getTime','../mocha/test-observability/mochaUtils','236610hSSbQQ','replace','_beforeAll','concat','JRbxJ'];a4_0x3f84=function(){return _0x4ef5e5;};return a4_0x3f84();}const a4_0x4adc56=a4_0x3046;(function(_0x4b67f3,_0x43b766){const _0xf857e0=a4_0x3046,_0x26eadc=_0x4b67f3();while(!![]){try{const _0x5103aa=-parseInt(_0xf857e0(0xc2))/0x1+parseInt(_0xf857e0(0x102))/0x2*(-parseInt(_0xf857e0(0x160))/0x3)+-parseInt(_0xf857e0(0x161))/0x4*(parseInt(_0xf857e0(0x132))/0x5)+parseInt(_0xf857e0(0xac))/0x6*(-parseInt(_0xf857e0(0x16f))/0x7)+-parseInt(_0xf857e0(0x123))/0x8+-parseInt(_0xf857e0(0xfb))/0x9*(parseInt(_0xf857e0(0xb6))/0xa)+parseInt(_0xf857e0(0x130))/0xb;if(_0x5103aa===_0x43b766)break;else _0x26eadc['push'](_0x26eadc['shift']());}catch(_0x26130d){_0x26eadc['push'](_0x26eadc['shift']());}}}(a4_0x3f84,0xbb0cd));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x4adc56(0xcd)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x4adc56(0xcc)),testOpsHelper=require(a4_0x4adc56(0x153)),{getTestEnv}=require(a4_0x4adc56(0xfa)),{FRAMEWORKS}=require(a4_0x4adc56(0x9c)),logger=require('../../helpers/logger')[a4_0x4adc56(0x178)],SessionHandler=require(a4_0x4adc56(0x8e)),RequestQueueHandler=require(a4_0x4adc56(0x16e)),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x4adc56(0x13b)],{processAccessibilityCaps}=require(a4_0x4adc56(0x155)),Constants=require(a4_0x4adc56(0xc3)),{fetchPlatformDetails}=require(a4_0x4adc56(0x134)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x4adc56(0x14d)),STATE_PASSED='passed',STATE_FAILED=a4_0x4adc56(0x82),a4_0x3cd91e={};a4_0x3cd91e['TEST_RUN_STARTED']='TestRunStarted',a4_0x3cd91e[a4_0x4adc56(0xc7)]='TestRunFinished',a4_0x3cd91e[a4_0x4adc56(0xda)]=a4_0x4adc56(0xb5),a4_0x3cd91e[a4_0x4adc56(0xde)]=a4_0x4adc56(0xe9),a4_0x3cd91e['HOOK_RUN_FINISHED']=a4_0x4adc56(0xd9);const TEST_EVENTS=a4_0x3cd91e,parseEvent=_0x52021b=>{const _0x390cfd=a4_0x4adc56,_0x4cbd39={};_0x4cbd39[_0x390cfd(0x125)]=function(_0x32ceda,_0x4e143c){return _0x32ceda<_0x4e143c;},_0x4cbd39[_0x390cfd(0xf8)]=function(_0x3a6911,_0x32222f){return _0x3a6911===_0x32222f;},_0x4cbd39[_0x390cfd(0x174)]=_0x390cfd(0x14c),_0x4cbd39[_0x390cfd(0x8f)]='hook',_0x4cbd39['JRbxJ']=function(_0x3593f3,_0x60620c){return _0x3593f3===_0x60620c;},_0x4cbd39[_0x390cfd(0x8b)]=_0x390cfd(0x129),_0x4cbd39['OiQqL']=function(_0x48451e,_0x13cc8a){return _0x48451e===_0x13cc8a;},_0x4cbd39[_0x390cfd(0xee)]='started',_0x4cbd39[_0x390cfd(0x151)]=function(_0x5f0e75,_0x321902){return _0x5f0e75===_0x321902;},_0x4cbd39[_0x390cfd(0x96)]='finished';const _0x2e727f=_0x4cbd39,_0x405263=_0x52021b['match'](/^(.*)Run(.*)$/);if(!_0x405263)return null;if(_0x2e727f[_0x390cfd(0x125)](_0x405263[_0x390cfd(0x118)],0x3))return null;const _0x1afba0=_0x405263[0x1][_0x390cfd(0x12e)](),_0x500b53=_0x405263[0x2]['toLowerCase']();return{'test':_0x2e727f[_0x390cfd(0xf8)](_0x1afba0,_0x2e727f[_0x390cfd(0x174)]),'hook':_0x2e727f[_0x390cfd(0xf8)](_0x1afba0,_0x2e727f[_0x390cfd(0x8f)]),'skipped':_0x2e727f[_0x390cfd(0xff)](_0x500b53,_0x2e727f[_0x390cfd(0x8b)]),'started':_0x2e727f[_0x390cfd(0x110)](_0x500b53,_0x2e727f[_0x390cfd(0xee)]),'finished':_0x2e727f[_0x390cfd(0x151)](_0x500b53,_0x2e727f[_0x390cfd(0x96)])};},mockPWBrowserType=_0x2f44f7=>{const _0x46b31a=a4_0x4adc56,_0x340cf5={'AdgkU':function(_0x20a39a,_0x1434dc){return _0x20a39a===_0x1434dc;},'dndcF':_0x46b31a(0xb7),'MGZQT':function(_0x764375,_0x2691d4,_0x152a66){return _0x764375(_0x2691d4,_0x152a66);},'pGmXx':_0x46b31a(0x16b),'IWwva':function(_0x44b50b,_0x207008){return _0x44b50b(_0x207008);},'VNDdc':_0x46b31a(0xc5),'byIxB':function(_0x55411e,_0x220762,_0xa2d086){return _0x55411e(_0x220762,_0xa2d086);},'FqgTH':function(_0x4f75b2,_0x526d7d){return _0x4f75b2(_0x526d7d);},'AFRhA':_0x46b31a(0x107),'XtuYT':_0x46b31a(0x9f),'IXOEz':'browserType.js','opisL':function(_0x4c0ec1,_0x44b207){return _0x4c0ec1(_0x44b207);},'dnQHS':_0x46b31a(0x15f),'SXkBO':_0x46b31a(0x10d),'pPwNM':'launch'},_0x3bfe26=path['join'](_0x340cf5[_0x46b31a(0x136)],_0x340cf5['XtuYT'],_0x340cf5[_0x46b31a(0xb3)]),_0x4a7277=_0x340cf5[_0x46b31a(0x103)](importFileFromPWCore,_0x3bfe26);if(!_0x4a7277){_0x340cf5[_0x46b31a(0x13f)](debug,_0x340cf5[_0x46b31a(0x10f)]);return;}const _0x223f26=_0x4a7277[_0x46b31a(0x93)],_0x179b64=_0x223f26[_0x46b31a(0xa9)];if(_0x179b64[_0x46b31a(0x117)])return;const _0x27cc30=_0x179b64[_0x46b31a(0x10d)];Object[_0x46b31a(0xd1)](_0x179b64,_0x340cf5[_0x46b31a(0x97)],{'get':function(){return async function _0x118cb0(_0x5a3860,_0x3a3e77){const _0x23c8f1=a4_0x3046,_0x39f687={'odrcY':function(_0x4588e7,_0xa8e095){const _0x813648=a4_0x3046;return _0x340cf5[_0x813648(0x169)](_0x4588e7,_0xa8e095);},'ILqyU':_0x340cf5[_0x23c8f1(0xdc)]},_0x5ae6e9=_0x340cf5[_0x23c8f1(0xf0)](nestedKeyValue,_0x5a3860,[_0x340cf5['pGmXx']])||_0x5a3860;let _0x2745b0=null,_0xc85164=null;try{[_0xc85164,_0x2745b0]=_0x5ae6e9?_0x340cf5[_0x23c8f1(0x103)](parseWSEndpoint,_0x5ae6e9):[null,null],global['__platformCaps']=_0x2745b0,_0xc85164[_0x23c8f1(0xc9)](_0x340cf5['VNDdc'])&&(global['__cloud_provider___']=_0x340cf5['VNDdc']);}catch(_0xb7f47e){logger['debug']('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x5ae6e9+'\x20'+_0xb7f47e);}_0x340cf5[_0x23c8f1(0xd0)](processAccessibilityCaps,_0x2745b0,_0xc85164);if(global['accessibilityPlatform']){const _0x1e0942=await _0x179b64[_0x23c8f1(0x108)][_0x23c8f1(0x172)](this,[''+Constants[_0x23c8f1(0x98)]+_0x340cf5[_0x23c8f1(0x143)](encodeURIComponent,JSON[_0x23c8f1(0x11d)](_0x2745b0))]);return PlaywrightSessionDetails[_0x23c8f1(0x14b)](_0x1e0942,_0x2f44f7,_0x5ae6e9),_0x1e0942;}return _0x27cc30[_0x23c8f1(0x172)](this,arguments)[_0x23c8f1(0x12b)](_0x48f7bc=>{const _0x29f860=_0x23c8f1;let _0x13d3ed=_0x5a3860[_0x29f860(0x16b)];return _0x39f687[_0x29f860(0x101)](typeof _0x5a3860,_0x39f687[_0x29f860(0xec)])&&(_0x13d3ed=_0x5a3860),PlaywrightSessionDetails[_0x29f860(0x14b)](_0x48f7bc,_0x2f44f7,_0x13d3ed),_0x48f7bc;});};}});const _0x16f821=_0x179b64[_0x46b31a(0x116)];Object['defineProperty'](_0x179b64,_0x340cf5[_0x46b31a(0xf4)],{'get':function(){return async function _0x1dd964(){const _0x42f67f=a4_0x3046;return _0x16f821[_0x42f67f(0x172)](this,arguments)[_0x42f67f(0x12b)](_0x46ecbf=>{const _0x537144=_0x42f67f;return PlaywrightSessionDetails[_0x537144(0x14b)](_0x46ecbf,null),_0x46ecbf;});};}});};class O11yHelper{[a4_0x4adc56(0xb4)]=null;['currentHook']=null;[a4_0x4adc56(0x135)]=![];['frameworkName']=![];constructor(_0x53bb1f,_0xf987b4){const _0x36315b=a4_0x4adc56,_0x275d51={'SYefA':_0x36315b(0xe3),'SIGgB':function(_0x4a67a7){return _0x4a67a7();},'TuhGx':function(_0x196517,_0x537abe){return _0x196517===_0x537abe;},'BJnvn':_0x36315b(0x146),'fkdKJ':function(_0x4e1e3c,_0x5b37e5){return _0x4e1e3c(_0x5b37e5);},'Alows':function(_0x40093e){return _0x40093e();}},_0x2614b5=_0x275d51[_0x36315b(0x139)][_0x36315b(0x14f)]('|');let _0x1e0f35=0x0;while(!![]){switch(_0x2614b5[_0x1e0f35++]){case'0':this[_0x36315b(0xbb)]=_0x275d51[_0x36315b(0x149)](getTestEnv);continue;case'1':this[_0x36315b(0x12a)]=new testOpsHelper[(_0x36315b(0xca))]({'cwd':process['cwd']()},this[_0x36315b(0xbb)][_0x36315b(0x152)]);continue;case'2':this[_0x36315b(0xc8)]&&_0x275d51[_0x36315b(0x162)](this[_0x36315b(0xc8)][_0x36315b(0x94)][_0x36315b(0x120)],_0x275d51[_0x36315b(0xd4)])&&_0x275d51[_0x36315b(0x163)](mockPWBrowserType,null);continue;case'3':this[_0x36315b(0xc8)]=_0x53bb1f;continue;case'4':this[_0x36315b(0xd6)]=_0xf987b4[_0x36315b(0xd6)];continue;case'5':this[_0x36315b(0x135)]=_0x275d51[_0x36315b(0x12c)](shouldProcessEventForTesthub);continue;}break;}}[a4_0x4adc56(0x168)](){const _0x4b7e92=a4_0x4adc56;if(!this['enabled'])return;testOpsHelper['patchConsoleLogger'](),process[_0x4b7e92(0x115)]('bs:addLog:'+process[_0x4b7e92(0xae)]),process['on'](_0x4b7e92(0x16d)+process[_0x4b7e92(0xae)],this[_0x4b7e92(0x150)][_0x4b7e92(0x179)](this));}async[a4_0x4adc56(0x104)](){const _0x54dfef=a4_0x4adc56;await RequestQueueHandler[_0x54dfef(0x7f)]()[_0x54dfef(0x16c)]();}async[a4_0x4adc56(0x150)](_0x13d4c4){const _0x487619=a4_0x4adc56,_0x3fe0a3={'JiVTh':_0x487619(0x164),'Kacgr':function(_0x526a7d,_0x2ba129){return _0x526a7d(_0x2ba129);}};try{this[_0x487619(0x13a)]&&!this['currentHook'][_0x487619(0x165)]&&(_0x13d4c4[_0x487619(0x147)]=this[_0x487619(0x13a)][_0x487619(0x113)]);!_0x13d4c4['hook_run_uuid']&&this[_0x487619(0xb4)]&&!this[_0x487619(0xb4)][_0x487619(0x165)]&&(_0x13d4c4[_0x487619(0xe5)]=this[_0x487619(0xb4)][_0x487619(0x111)]);if(_0x13d4c4[_0x487619(0x147)]||_0x13d4c4['test_run_uuid']){const _0x53d78={};_0x53d78[_0x487619(0x138)]=_0x3fe0a3[_0x487619(0x119)],_0x53d78[_0x487619(0x145)]=[_0x13d4c4],await SessionHandler['uploadEventData'](_0x53d78);}}catch(_0xbc927e){_0x3fe0a3[_0x487619(0x8a)](debug,_0x487619(0xa7)+_0xbc927e);}}async[a4_0x4adc56(0x176)](_0x5bec33){const _0x2729d6=a4_0x4adc56,_0x219e69={'AfTap':_0x2729d6(0xba),'OfgSg':function(_0x362100,_0x30f7cf){return _0x362100(_0x30f7cf);}};if(!this[_0x2729d6(0x135)])return;const _0x1a48f6=this[_0x2729d6(0xa4)](this[_0x2729d6(0xc8)]);try{const _0x224bbc={};_0x224bbc[_0x2729d6(0xcd)]=_0x5bec33,_0x224bbc[_0x2729d6(0xce)]=_0x1a48f6;const _0xeb63fc=_0x224bbc,_0x382dc7={};_0x382dc7[_0x2729d6(0x138)]=_0x219e69['AfTap'],_0x382dc7['test_run']=_0xeb63fc,await SessionHandler[_0x2729d6(0x86)](_0x382dc7);}catch(_0x3fe02b){_0x219e69[_0x2729d6(0x11c)](debug,_0x2729d6(0x154)+_0x3fe02b);}}[a4_0x4adc56(0xa4)](_0x3bedb6){const _0x5445c6=a4_0x4adc56,_0x3ef225={'GTDHj':function(_0x563a6e,_0x136b03){return _0x563a6e(_0x136b03);}};return _0x3ef225[_0x5445c6(0xb0)](fetchPlatformDetails,_0x3bedb6);}[a4_0x4adc56(0x131)]=_0x4c6d3c=>{const _0x1fd345=a4_0x4adc56,_0x526794={};_0x526794['ALOBz']=_0x1fd345(0xd8),_0x526794[_0x1fd345(0x158)]=_0x1fd345(0xf1);const _0x1d5abc=_0x526794;if(!_0x4c6d3c||!_0x4c6d3c[_0x1fd345(0x11a)])return;[_0x1d5abc[_0x1fd345(0x92)],_0x1d5abc['BMVEh']]['forEach'](_0x7548f0=>{const _0xe52c4d=_0x1fd345,_0x186964=_0x4c6d3c[_0xe52c4d(0x11a)][_0x7548f0];_0x186964[_0xe52c4d(0x85)](_0x46e54f=>{const _0x56a4f1=_0xe52c4d;_0x46e54f['hookAnalyticsId']&&(_0x46e54f[_0x56a4f1(0x113)]=null);});});};[a4_0x4adc56(0x9b)](_0x14dc7a){const _0x26d0df=a4_0x4adc56,_0x52b560={'KhxLA':_0x26d0df(0xbf),'AVVXc':function(_0xfb546b){return _0xfb546b();},'CEJcb':function(_0x3d7c77,_0x20ad6a){return _0x3d7c77===_0x20ad6a;},'vHhxN':_0x26d0df(0xf1),'OUghT':function(_0x5e552d){return _0x5e552d();},'YYFqN':_0x26d0df(0xfd),'ApTBC':'_afterAll','KUiDg':_0x26d0df(0xd8)};if(!_0x14dc7a||!_0x14dc7a[_0x26d0df(0x11a)])return;[_0x52b560[_0x26d0df(0x106)],_0x52b560['ApTBC'],_0x52b560[_0x26d0df(0x10c)],_0x52b560['vHhxN']]['forEach'](_0x58f76a=>{const _0x3568f8=_0x26d0df,_0x239e16={'EhMbq':_0x52b560[_0x3568f8(0xf7)],'aCYaN':function(_0x2c8203){const _0x37405f=_0x3568f8;return _0x52b560[_0x37405f(0xdd)](_0x2c8203);},'lQyjN':function(_0x53c7ae,_0x413cbe){const _0x2f53a2=_0x3568f8;return _0x52b560[_0x2f53a2(0x12f)](_0x53c7ae,_0x413cbe);},'QwKuJ':_0x52b560[_0x3568f8(0xe1)],'tzBcQ':function(_0x5f33a7){return _0x52b560['OUghT'](_0x5f33a7);}},_0x15f8b8=_0x14dc7a[_0x3568f8(0x11a)][_0x58f76a]||[];_0x15f8b8[_0x3568f8(0x85)](_0x4c8d0f=>{const _0x4967f5=_0x3568f8;if(_0x4c8d0f[_0x4967f5(0x121)][_0x4967f5(0xc9)](_0x239e16['EhMbq']))return;if(!_0x4c8d0f[_0x4967f5(0x113)])_0x4c8d0f[_0x4967f5(0x113)]=_0x239e16[_0x4967f5(0x14e)](uuidv4);else _0x4c8d0f[_0x4967f5(0x165)]&&_0x239e16[_0x4967f5(0x16a)](_0x58f76a,_0x239e16['QwKuJ'])&&(_0x4c8d0f[_0x4967f5(0x113)]=_0x239e16[_0x4967f5(0xb8)](uuidv4),delete _0x4c8d0f[_0x4967f5(0x165)]);});}),this[_0x26d0df(0x9b)](_0x14dc7a['parent']);}[a4_0x4adc56(0x167)](_0x3327d8){const _0x523ba8=a4_0x4adc56,_0xec88ac={};_0xec88ac[_0x523ba8(0x128)]=_0x523ba8(0xfd),_0xec88ac[_0x523ba8(0xa3)]=_0x523ba8(0xf2),_0xec88ac[_0x523ba8(0x11e)]=_0x523ba8(0xd8),_0xec88ac[_0x523ba8(0x9a)]=_0x523ba8(0xf1);const _0x8a2d68=_0xec88ac;if(!_0x3327d8||!_0x3327d8[_0x523ba8(0x11a)])return[];const _0x4cf046=[];return[_0x8a2d68[_0x523ba8(0x128)],_0x8a2d68[_0x523ba8(0xa3)],_0x8a2d68['XoVdW'],_0x8a2d68['gaGKL']][_0x523ba8(0x85)](_0x5bacd3=>{const _0x17c546=_0x523ba8,_0x27cf0a=_0x3327d8[_0x17c546(0x11a)][_0x5bacd3]||[];_0x27cf0a[_0x17c546(0x85)](_0x20ac28=>{const _0x20be89=_0x17c546;_0x20ac28['hookAnalyticsId']&&_0x4cf046[_0x20be89(0xb2)](_0x20ac28[_0x20be89(0x113)]);});}),[][_0x523ba8(0xfe)](_0x4cf046,this[_0x523ba8(0x167)](_0x3327d8['parent']));}[a4_0x4adc56(0x17a)](_0x4055b6){const _0x27e5a8=a4_0x4adc56,_0x146e11=/^"(?<hook>.*)" hook:.*$/,_0x5b5432=_0x4055b6[_0x27e5a8(0x121)],_0xbba2b1=_0x5b5432[_0x27e5a8(0x15a)](_0x146e11);if(_0xbba2b1&&_0xbba2b1[_0x27e5a8(0xb1)])return _0xbba2b1[_0x27e5a8(0xb1)]['hook']['toUpperCase']()[_0x27e5a8(0xfc)]('\x20','_');return null;}[a4_0x4adc56(0xaa)](_0x1d3d2d){const _0x5e97ad=a4_0x4adc56,_0x503b84={};_0x503b84['ROdRj']=function(_0x4619e3,_0x439a73){return _0x4619e3===_0x439a73;},_0x503b84[_0x5e97ad(0x88)]=function(_0x2e7ccb,_0x35bc83){return _0x2e7ccb===_0x35bc83;},_0x503b84[_0x5e97ad(0x114)]='.git',_0x503b84[_0x5e97ad(0x144)]='config';const _0x3969b4=_0x503b84,_0x4d209a=path[_0x5e97ad(0xf3)];if(_0x3969b4[_0x5e97ad(0xcb)](_0x1d3d2d,null)||_0x3969b4[_0x5e97ad(0xcb)](_0x1d3d2d,'')||_0x3969b4['HkTYa'](_0x1d3d2d,_0x4d209a)||_0x3969b4[_0x5e97ad(0x88)](_0x1d3d2d,path[_0x5e97ad(0x91)](_0x1d3d2d)))return null;try{return fs[_0x5e97ad(0xc4)](path[_0x5e97ad(0xe7)](_0x1d3d2d,_0x3969b4[_0x5e97ad(0x114)],_0x3969b4['nZCnm'])),_0x1d3d2d;}catch(_0x1184e6){const _0x1e8344=path['dirname'](_0x1d3d2d);return this[_0x5e97ad(0xaa)](_0x1e8344);}}[a4_0x4adc56(0x142)](_0x32cb81){const _0x939e7=a4_0x4adc56,_0x521c63={};_0x521c63[_0x939e7(0x171)]=function(_0x32420e,_0x4b8a3e){return _0x32420e>_0x4b8a3e;};const _0x8e4ed0=_0x521c63;if(_0x32cb81[_0x939e7(0xc0)])return _0x32cb81['file'];if(_0x32cb81[_0x939e7(0x95)]){const _0x3913c8=_0x32cb81[_0x939e7(0x95)][_0x939e7(0xb4)]?this['getRootParentFile'](_0x32cb81['ctx']['currentTest']):null;if(_0x3913c8)return _0x3913c8;}if(_0x32cb81['parent']){const _0x3bf422=this[_0x939e7(0x142)](_0x32cb81[_0x939e7(0x11a)])||(_0x32cb81[_0x939e7(0x11a)]['ctx']&&_0x32cb81[_0x939e7(0x11a)][_0x939e7(0x95)]['currentTest']?this[_0x939e7(0x142)](_0x32cb81[_0x939e7(0x11a)][_0x939e7(0x95)][_0x939e7(0xb4)]):null);if(_0x3bf422)return _0x3bf422;_0x32cb81[_0x939e7(0x11a)][_0x939e7(0xb9)]&&_0x8e4ed0['HgZiT'](_0x32cb81[_0x939e7(0x11a)][_0x939e7(0xb9)][_0x939e7(0x118)],0x0)&&_0x32cb81['parent'][_0x939e7(0xb9)][_0x939e7(0x85)](_0x433f2b=>{const _0xc02835=_0x939e7,_0x2de7e0=_0x433f2b[_0xc02835(0x95)]?this[_0xc02835(0x142)](_0x433f2b[_0xc02835(0x95)]):null;if(_0x2de7e0)return _0x2de7e0;});}return null;}['getHierarchy'](_0x2525b1){const _0x29052e=a4_0x4adc56,_0x1d2891={};_0x1d2891[_0x29052e(0x12d)]=function(_0x1ae0ce,_0x24e38f){return _0x1ae0ce!==_0x24e38f;};const _0x5d8bf4=_0x1d2891,_0x23fd48=[];if(_0x2525b1&&_0x2525b1[_0x29052e(0x11a)]){let _0x2adec3=_0x2525b1[_0x29052e(0x11a)];while(_0x2adec3&&_0x5d8bf4[_0x29052e(0x12d)](_0x2adec3[_0x29052e(0x121)],'')){_0x23fd48['push'](_0x2adec3['title']),_0x2adec3=_0x2adec3[_0x29052e(0x11a)];}}return _0x23fd48;}[a4_0x4adc56(0x11f)](_0x5b1b00,_0x458fc9,_0x4e1dc2=undefined){const _0x1b4ec7=a4_0x4adc56,_0x4166b2={'dhQHV':function(_0x25a0a1,_0x83b31f){return _0x25a0a1(_0x83b31f);},'XUyUw':function(_0x306b52){return _0x306b52();},'PsGBu':function(_0x59a280){return _0x59a280();},'inQYc':'util','xzNIR':_0x1b4ec7(0xd3),'ZCeHj':function(_0x51d5c7,_0x1707b2){return _0x51d5c7!==_0x1707b2;},'gPeOz':_0x1b4ec7(0xab),'THcMD':_0x1b4ec7(0x157),'qXcoO':_0x1b4ec7(0x82),'IwBzO':_0x1b4ec7(0xc1),'JcmRC':_0x1b4ec7(0x129),'BKydp':_0x1b4ec7(0xad),'WPtsl':function(_0x361f34,_0x1d90c1){return _0x361f34-_0x1d90c1;},'KTkoa':function(_0x7c1db8,_0x5c1c3a,_0xb41b74,_0xc7f7de,_0x1772cc){return _0x7c1db8(_0x5c1c3a,_0xb41b74,_0xc7f7de,_0x1772cc);},'LdhDt':'integrations','CwDJO':'meta','UOyIt':_0x1b4ec7(0x89),'JhWxo':'failure_backtrace','jwPvd':_0x1b4ec7(0xa0),'HBVRJ':_0x1b4ec7(0x13d),'kOkyq':_0x1b4ec7(0x8c),'QJXHX':function(_0x22fa5e,_0x420644){return _0x22fa5e===_0x420644;},'keGAy':_0x1b4ec7(0xf5),'vwTVd':'test_run'};if(!this[_0x1b4ec7(0x135)])return;try{if(_0x458fc9['fn']&&_0x458fc9['fn']['toString']()[_0x1b4ec7(0x15a)](/browserstack internal helper hook/))return;const _0x240808=_0x4166b2[_0x1b4ec7(0x10e)](parseEvent,_0x5b1b00);if(!_0x240808)return;if(_0x240808['test']){this['currentTest']=_0x458fc9,this[_0x1b4ec7(0x13a)]=null;if(_0x240808['started']||_0x240808['skipped']){_0x458fc9[_0x1b4ec7(0x156)]=new Date(),_0x458fc9[_0x1b4ec7(0x165)]=![];if(!_0x458fc9['testAnalyticsId'])_0x458fc9[_0x1b4ec7(0x111)]=_0x4166b2[_0x1b4ec7(0xbd)](uuidv4);else _0x458fc9[_0x1b4ec7(0x165)]&&(!_0x458fc9[_0x1b4ec7(0xeb)]&&(_0x458fc9[_0x1b4ec7(0xeb)]=_0x458fc9[_0x1b4ec7(0x111)]),_0x458fc9[_0x1b4ec7(0x111)]=_0x4166b2[_0x1b4ec7(0xbd)](uuidv4));}}else{if(_0x240808[_0x1b4ec7(0xaf)]){this[_0x1b4ec7(0x13a)]=_0x458fc9;if(_0x240808[_0x1b4ec7(0x80)]){_0x458fc9[_0x1b4ec7(0x156)]=new Date(),_0x458fc9[_0x1b4ec7(0x165)]=![];if(!_0x458fc9[_0x1b4ec7(0x113)])_0x458fc9[_0x1b4ec7(0x113)]=_0x4166b2[_0x1b4ec7(0x9d)](uuidv4);else _0x458fc9['hookAnalyticsId']&&_0x458fc9[_0x1b4ec7(0x165)]&&(_0x458fc9['hookAnalyticsId']=_0x4166b2[_0x1b4ec7(0x9d)](uuidv4));}}}if(_0x240808[_0x1b4ec7(0xdb)]&&_0x458fc9['markedStatus'])return;let _0x207ba3;try{_0x207ba3=this[_0x1b4ec7(0x142)](_0x458fc9);}catch(_0x5c2ee3){logger['debug'](_0x1b4ec7(0x122)+_0x5c2ee3),_0x207ba3=null;}const _0x69168a=_0x4166b2[_0x1b4ec7(0x10e)](require,_0x4166b2[_0x1b4ec7(0x170)]);let _0x17db29=[];_0x4e1dc2&&(_0x17db29=[_0x4e1dc2,_0x4166b2[_0x1b4ec7(0xa1)]]);const _0x34ac96=_0x4166b2[_0x1b4ec7(0x15e)](_0x458fc9['errorsDetailed'],undefined)?_0x69168a[_0x1b4ec7(0xa2)](_0x458fc9[_0x1b4ec7(0x126)][0x0]):_0x4166b2[_0x1b4ec7(0x15e)](_0x4e1dc2,undefined)?_0x4e1dc2[_0x1b4ec7(0x90)]():undefined,_0x575105=_0x207ba3?this[_0x1b4ec7(0xaa)](_0x207ba3):null,_0x168ad1=_0x207ba3?this[_0x1b4ec7(0x12a)][_0x1b4ec7(0x99)](this['getRootParentFile'](_0x458fc9)):_0x4166b2['gPeOz'];let _0x58c9d4=_0x4166b2['THcMD'];const _0x29d529=!_0x240808[_0x1b4ec7(0x80)]?new Date()[_0x1b4ec7(0xe8)]():null;if(_0x240808[_0x1b4ec7(0xdb)])_0x58c9d4=_0x4e1dc2?_0x4166b2[_0x1b4ec7(0xd5)]:_0x4166b2[_0x1b4ec7(0x9e)],_0x458fc9[_0x1b4ec7(0x165)]=!![];else _0x240808[_0x1b4ec7(0x129)]&&(_0x58c9d4=_0x4166b2['JcmRC'],_0x458fc9[_0x1b4ec7(0x165)]=!![]);const _0x4f282c={'framework':this['frameworkName'],'uuid':_0x458fc9['testAnalyticsId']||_0x458fc9[_0x1b4ec7(0x113)],'name':_0x458fc9[_0x1b4ec7(0x121)],'body':{'lang':_0x4166b2[_0x1b4ec7(0xcf)],'code':_0x458fc9[_0x1b4ec7(0xe6)]['toString']()},'type':_0x458fc9[_0x1b4ec7(0x112)],'scope':_0x458fc9[_0x1b4ec7(0x166)](),'scopes':this[_0x1b4ec7(0x81)](_0x458fc9),'file_name':_0x168ad1,'vc_filepath':_0x575105?path[_0x1b4ec7(0x84)](_0x575105,_0x207ba3):null,'location':_0x168ad1,'result':_0x58c9d4,'failure_reason':_0x34ac96,'duration_in_ms':_0x458fc9['duration']||(_0x240808[_0x1b4ec7(0xdb)]||_0x240808[_0x1b4ec7(0x129)])?_0x4166b2[_0x1b4ec7(0xe2)](Date[_0x1b4ec7(0xe0)](),new Date(_0x458fc9[_0x1b4ec7(0x156)])[_0x1b4ec7(0xf9)]()):null,'started_at':new Date(_0x458fc9[_0x1b4ec7(0x156)])[_0x1b4ec7(0xe8)](),'finished_at':_0x29d529,'failure':testOpsHelper['failureData']['apply'](null,_0x17db29),'failure_type':!_0x34ac96?null:testOpsHelper[_0x1b4ec7(0xea)](_0x34ac96),'retry_of':_0x458fc9[_0x1b4ec7(0xeb)]||null,'tags':_0x458fc9[_0x1b4ec7(0x15b)]||[],'customRerunParam':{'rerun_name':_0x458fc9[_0x1b4ec7(0x166)]()}};_0x4166b2[_0x1b4ec7(0xdf)](appendTesthubParams,_0x4f282c,_0x5b1b00,_0x458fc9,FRAMEWORKS[_0x1b4ec7(0x14a)]);if(_0x240808[_0x1b4ec7(0xaf)])[_0x4f282c[_0x1b4ec7(0x15d)],_0x4f282c['name']]=[this['getHookType'](_0x458fc9),_0x458fc9[_0x1b4ec7(0x95)][_0x1b4ec7(0x14c)][_0x1b4ec7(0x121)]],_0x240808[_0x1b4ec7(0xdb)]?_0x4166b2['ZCeHj'](_0x4f282c[_0x1b4ec7(0x159)],_0x4166b2[_0x1b4ec7(0xd5)])&&(_0x4f282c[_0x1b4ec7(0x159)]=_0x4166b2[_0x1b4ec7(0x9e)]):_0x4f282c[_0x1b4ec7(0xe6)]={};else _0x240808[_0x1b4ec7(0x14c)]&&(this['mapTestHooks'](_0x458fc9),_0x240808[_0x1b4ec7(0x129)]&&this[_0x1b4ec7(0x131)](_0x458fc9),(_0x240808[_0x1b4ec7(0xdb)]||_0x240808[_0x1b4ec7(0x129)])&&(_0x4f282c[_0x1b4ec7(0x83)]=this[_0x1b4ec7(0x167)](_0x458fc9)));this[_0x1b4ec7(0xc8)]&&(_0x240808[_0x1b4ec7(0x80)]||_0x240808[_0x1b4ec7(0x129)])&&(_0x4f282c[_0x4166b2[_0x1b4ec7(0x173)]]=this[_0x1b4ec7(0xa4)](this['driver']));_0x240808[_0x1b4ec7(0x14c)]&&_0x240808['finished']&&_0x458fc9[_0x1b4ec7(0x109)]&&(_0x4f282c[_0x4166b2[_0x1b4ec7(0x10b)]]={'feature':{'name':_0x458fc9['parent'][_0x1b4ec7(0x100)][_0x1b4ec7(0x120)],'path':_0x4f282c['file_name'],'description':_0x458fc9[_0x1b4ec7(0x11a)][_0x1b4ec7(0x13e)]},'scenario':{'name':_0x458fc9['title']},'steps':_0x458fc9['bddSteps']});const _0x25adf3=_0x4f282c[_0x4166b2[_0x1b4ec7(0xc6)]][0x0];_0x25adf3&&(_0x4f282c[_0x4166b2[_0x1b4ec7(0x11b)]]=_0x25adf3[_0x4166b2['jwPvd']],_0x4f282c[_0x4166b2[_0x1b4ec7(0xa8)]]=_0x25adf3[_0x4166b2[_0x1b4ec7(0x10a)]]);if(_0x458fc9[_0x1b4ec7(0x109)])for(const _0x4737ca of _0x458fc9['bddSteps']){!_0x4737ca[_0x1b4ec7(0x175)]&&(_0x4737ca[_0x1b4ec7(0x175)]=new Date()[_0x1b4ec7(0xe8)](),_0x4166b2[_0x1b4ec7(0xa5)](_0x4737ca['result'],_0x4166b2[_0x1b4ec7(0x137)])&&(_0x25adf3?(_0x4737ca[_0x1b4ec7(0x159)]=_0x4166b2[_0x1b4ec7(0xd5)],_0x4737ca['failure']=_0x25adf3[_0x4166b2[_0x1b4ec7(0xa6)]][0x0]):_0x4737ca['result']=_0x4166b2[_0x1b4ec7(0x9e)]));}const _0x5d4b01={};_0x5d4b01['event_type']=_0x240808[_0x1b4ec7(0x129)]?TEST_EVENTS[_0x1b4ec7(0xc7)]:_0x5b1b00;const _0x4d40a0=_0x5d4b01;return _0x240808[_0x1b4ec7(0xaf)]?_0x4d40a0[_0x4166b2['keGAy']]=_0x4f282c:_0x4d40a0[_0x4166b2[_0x1b4ec7(0x15c)]]=_0x4f282c,_0x4d40a0;}catch(_0x4be865){logger[_0x1b4ec7(0x13b)](_0x1b4ec7(0x105)+_0x5b1b00+_0x1b4ec7(0xed)+_0x4be865);}}async[a4_0x4adc56(0xbe)](_0x3e7790,_0x1b6b04){const _0x3a6e58=a4_0x4adc56;if(!this[_0x3a6e58(0x135)]||!_0x1b6b04||!_0x3e7790)return![];try{return await SessionHandler[_0x3a6e58(0x86)](_0x1b6b04);}catch(_0x377706){logger[_0x3a6e58(0x13b)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x3e7790+_0x3a6e58(0xed)+_0x377706);}}[a4_0x4adc56(0x8d)](_0x54a1a2){const _0x200ef2=a4_0x4adc56,_0x3626f5={};_0x3626f5['Issqw']=_0x200ef2(0x157);const _0x47a039=_0x3626f5;return{'id':_0x54a1a2['stepAnalyticsId'],'text':_0x54a1a2['text'],'keyword':_0x54a1a2['keyword'],'started_at':_0x54a1a2[_0x200ef2(0x156)][_0x200ef2(0xe8)](),'result':_0x47a039['Issqw']};}[a4_0x4adc56(0xd2)](_0x3706c7){const _0x2c011c=a4_0x4adc56,_0x52af6a={'KdWiX':function(_0x4d6476){return _0x4d6476();}};!this['currentTest'][_0x2c011c(0x109)]&&(this[_0x2c011c(0xb4)][_0x2c011c(0x109)]=[]),!_0x3706c7[_0x2c011c(0xe4)]&&(_0x3706c7[_0x2c011c(0xe4)]=_0x52af6a[_0x2c011c(0x87)](uuidv4),_0x3706c7[_0x2c011c(0x156)]=new Date(),this[_0x2c011c(0xb4)][_0x2c011c(0x109)]['push'](this[_0x2c011c(0x8d)](_0x3706c7)));}[a4_0x4adc56(0x141)](_0x4cc629){const _0x504da1=a4_0x4adc56,_0x238e69={'GJnkG':function(_0x316172,_0x268e7b){return _0x316172(_0x268e7b);},'ihkOM':'success','SlSXB':_0x504da1(0x157),'MTrWo':'passed','apyAH':function(_0x3a4d7e,_0x572ff1){return _0x3a4d7e-_0x572ff1;}};let _0x2733cd=this[_0x504da1(0xb4)][_0x504da1(0x109)][_0x504da1(0x124)](_0x11a6d2=>_0x11a6d2['id']===_0x4cc629['stepAnalyticsId']);_0x238e69['GJnkG'](isUndefined,_0x2733cd)&&(_0x2733cd=this[_0x504da1(0x8d)](_0x4cc629)),_0x2733cd['result']=[_0x238e69[_0x504da1(0x127)],_0x238e69[_0x504da1(0x7e)]][_0x504da1(0xc9)](_0x4cc629[_0x504da1(0x148)])?_0x238e69[_0x504da1(0xbc)]:_0x4cc629[_0x504da1(0x148)],_0x2733cd[_0x504da1(0x175)]=new Date()['toISOString'](),_0x2733cd[_0x504da1(0x13c)]=_0x238e69[_0x504da1(0x177)](Date[_0x504da1(0xe0)](),_0x4cc629['startedAt'][_0x504da1(0xf9)]()),_0x2733cd[_0x504da1(0x89)]=_0x4cc629[_0x504da1(0xd3)]?_0x4cc629[_0x504da1(0xd3)][_0x504da1(0xd7)]:null;}}const a4_0x1f23ac={};function a4_0x3046(_0x429a59,_0x386159){const _0x3f8424=a4_0x3f84();return a4_0x3046=function(_0x304660,_0x1b7665){_0x304660=_0x304660-0x7e;let _0x51a1fc=_0x3f8424[_0x304660];return _0x51a1fc;},a4_0x3046(_0x429a59,_0x386159);}a4_0x1f23ac[a4_0x4adc56(0xf6)]=O11yHelper,a4_0x1f23ac[a4_0x4adc56(0xef)]=STATE_PASSED,a4_0x1f23ac['STATE_FAILED']=STATE_FAILED,a4_0x1f23ac[a4_0x4adc56(0x133)]=TEST_EVENTS,module[a4_0x4adc56(0x140)]=a4_0x1f23ac;
1
+ const a4_0x5d75e7=a4_0x10d6;function a4_0x10d6(_0x28cfa6,_0x3ab0aa){const _0x25e4d7=a4_0x25e4();return a4_0x10d6=function(_0x10d6e8,_0x131952){_0x10d6e8=_0x10d6e8-0xc2;let _0x2da28c=_0x25e4d7[_0x10d6e8];return _0x2da28c;},a4_0x10d6(_0x28cfa6,_0x3ab0aa);}(function(_0x1d1697,_0x49879f){const _0x5e1376=a4_0x10d6,_0x3a4d99=_0x1d1697();while(!![]){try{const _0x1bf51d=parseInt(_0x5e1376(0x15f))/0x1*(-parseInt(_0x5e1376(0x19b))/0x2)+parseInt(_0x5e1376(0xf1))/0x3*(-parseInt(_0x5e1376(0x159))/0x4)+parseInt(_0x5e1376(0xfc))/0x5*(parseInt(_0x5e1376(0x13f))/0x6)+parseInt(_0x5e1376(0x170))/0x7+-parseInt(_0x5e1376(0x12d))/0x8+parseInt(_0x5e1376(0x1a2))/0x9*(-parseInt(_0x5e1376(0x1a1))/0xa)+parseInt(_0x5e1376(0x129))/0xb*(parseInt(_0x5e1376(0x120))/0xc);if(_0x1bf51d===_0x49879f)break;else _0x3a4d99['push'](_0x3a4d99['shift']());}catch(_0x5be2fe){_0x3a4d99['push'](_0x3a4d99['shift']());}}}(a4_0x25e4,0xd9d3a));const path=require(a4_0x5d75e7(0x16c)),fs=require('fs'),{v4:uuidv4}=require(a4_0x5d75e7(0x14e)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5d75e7(0xfa)),testOpsHelper=require(a4_0x5d75e7(0x11b)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x5d75e7(0x1a0)],SessionHandler=require(a4_0x5d75e7(0x18c)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x5d75e7(0xd8)),debug=testOpsHelper[a4_0x5d75e7(0x15c)],{processAccessibilityCaps}=require(a4_0x5d75e7(0xd3)),Constants=require(a4_0x5d75e7(0x13b)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),STATE_PASSED=a4_0x5d75e7(0x138),STATE_FAILED=a4_0x5d75e7(0x173),a4_0x109094={};a4_0x109094[a4_0x5d75e7(0xf8)]=a4_0x5d75e7(0xe0),a4_0x109094['TEST_RUN_FINISHED']='TestRunFinished',a4_0x109094['TEST_RUN_SKIPPED']='TestRunSkipped',a4_0x109094['HOOK_RUN_STARTED']='HookRunStarted',a4_0x109094[a4_0x5d75e7(0xc5)]='HookRunFinished';const TEST_EVENTS=a4_0x109094,parseEvent=_0x13aa46=>{const _0x6d7398=a4_0x5d75e7,_0x26cedc={};_0x26cedc[_0x6d7398(0x10d)]=function(_0x5807b9,_0x16b085){return _0x5807b9<_0x16b085;},_0x26cedc['dnqLW']=function(_0xf71c40,_0x1a7b9e){return _0xf71c40===_0x1a7b9e;},_0x26cedc['DRovr']=_0x6d7398(0x185),_0x26cedc[_0x6d7398(0x14a)]=_0x6d7398(0x192),_0x26cedc[_0x6d7398(0x116)]=function(_0x4da1e7,_0x2bca65){return _0x4da1e7===_0x2bca65;},_0x26cedc['doCRa']=_0x6d7398(0x1a7),_0x26cedc['geKei']='started',_0x26cedc[_0x6d7398(0x16e)]='finished';const _0x3a7a87=_0x26cedc,_0x20d2e0=_0x13aa46['match'](/^(.*)Run(.*)$/);if(!_0x20d2e0)return null;if(_0x3a7a87[_0x6d7398(0x10d)](_0x20d2e0[_0x6d7398(0x18d)],0x3))return null;const _0x36eb0a=_0x20d2e0[0x1][_0x6d7398(0x17b)](),_0x4c6f60=_0x20d2e0[0x2][_0x6d7398(0x17b)]();return{'test':_0x3a7a87[_0x6d7398(0x166)](_0x36eb0a,_0x3a7a87[_0x6d7398(0xd0)]),'hook':_0x3a7a87[_0x6d7398(0x166)](_0x36eb0a,_0x3a7a87[_0x6d7398(0x14a)]),'skipped':_0x3a7a87[_0x6d7398(0x116)](_0x4c6f60,_0x3a7a87[_0x6d7398(0x117)]),'started':_0x3a7a87['nJhet'](_0x4c6f60,_0x3a7a87[_0x6d7398(0x14c)]),'finished':_0x3a7a87[_0x6d7398(0x166)](_0x4c6f60,_0x3a7a87[_0x6d7398(0x16e)])};},mockPWBrowserType=_0x3181f0=>{const _0x279fd3=a4_0x5d75e7,_0x2ae0b6={'oGtGm':function(_0x49f5e1,_0x38a4e3){return _0x49f5e1===_0x38a4e3;},'mWYzZ':_0x279fd3(0x181),'UpBEF':function(_0x42dd6b,_0x2645e1,_0x2661b6){return _0x42dd6b(_0x2645e1,_0x2661b6);},'EKhui':'wsEndpoint','cHGbz':function(_0xf1a6f4,_0x5392f7){return _0xf1a6f4(_0x5392f7);},'XCHKS':'browserstack','HVyBm':'lib','pKbXN':'client','ijmbY':'browserType.js','BUsJt':_0x279fd3(0xeb),'qTIta':_0x279fd3(0x126),'Cjiuf':_0x279fd3(0x150)},_0x1cbeba=path[_0x279fd3(0xe1)](_0x2ae0b6[_0x279fd3(0xd5)],_0x2ae0b6[_0x279fd3(0x123)],_0x2ae0b6['ijmbY']),_0x441a97=_0x2ae0b6['cHGbz'](importFileFromPWCore,_0x1cbeba);if(!_0x441a97){_0x2ae0b6[_0x279fd3(0x143)](debug,_0x2ae0b6[_0x279fd3(0x147)]);return;}const _0x1fddb0=_0x441a97[_0x279fd3(0xdc)],_0x3b3d6d=_0x1fddb0['prototype'];if(_0x3b3d6d[_0x279fd3(0xcb)])return;const _0x552186=_0x3b3d6d[_0x279fd3(0x126)];Object[_0x279fd3(0x194)](_0x3b3d6d,_0x2ae0b6['qTIta'],{'get':function(){const _0x4d8c4b=_0x279fd3,_0x393421={'fsAEx':function(_0x444919,_0x5d575e){const _0x29dcfe=a4_0x10d6;return _0x2ae0b6[_0x29dcfe(0x13e)](_0x444919,_0x5d575e);},'FkBhu':_0x2ae0b6['mWYzZ'],'QyXbM':function(_0x569a01,_0x168bf9,_0x58a847){const _0x441c0f=a4_0x10d6;return _0x2ae0b6[_0x441c0f(0xf9)](_0x569a01,_0x168bf9,_0x58a847);},'WrNqK':_0x2ae0b6['EKhui'],'gaRzy':function(_0x451d57,_0x5883ef){const _0x2363df=a4_0x10d6;return _0x2ae0b6[_0x2363df(0x143)](_0x451d57,_0x5883ef);},'swQfY':_0x2ae0b6[_0x4d8c4b(0x1ad)],'opCUN':function(_0x289922,_0x9b9f4d){const _0x4d6116=_0x4d8c4b;return _0x2ae0b6[_0x4d6116(0x143)](_0x289922,_0x9b9f4d);}};return async function _0x205b5d(_0x47a770,_0x53703b){const _0x478891=_0x4d8c4b,_0x553768=_0x393421['QyXbM'](nestedKeyValue,_0x47a770,[_0x393421[_0x478891(0x15e)]])||_0x47a770;let _0x3c5d8c=null,_0x36630f=null;try{[_0x36630f,_0x3c5d8c]=_0x553768?_0x393421['gaRzy'](parseWSEndpoint,_0x553768):[null,null],global[_0x478891(0x107)]=_0x3c5d8c,_0x36630f[_0x478891(0x189)](_0x393421['swQfY'])&&(global[_0x478891(0x149)]=_0x393421[_0x478891(0x1a3)]);}catch(_0x2b7eee){logger[_0x478891(0x15c)](_0x478891(0x134)+_0x553768+'\x20'+_0x2b7eee);}_0x393421['QyXbM'](processAccessibilityCaps,_0x3c5d8c,_0x36630f);if(global[_0x478891(0x15a)]){const _0x35ead4=await _0x3b3d6d['connectOverCDP']['apply'](this,[''+Constants[_0x478891(0x118)]+_0x393421['opCUN'](encodeURIComponent,JSON[_0x478891(0x188)](_0x3c5d8c))]);return PlaywrightSessionDetails[_0x478891(0x142)](_0x35ead4,_0x3181f0,_0x553768),_0x35ead4;}return _0x552186[_0x478891(0xdd)](this,arguments)[_0x478891(0xda)](_0x25857a=>{const _0x2c47a4=_0x478891;let _0x28efca=_0x47a770[_0x2c47a4(0x146)];return _0x393421[_0x2c47a4(0x1aa)](typeof _0x47a770,_0x393421[_0x2c47a4(0x15b)])&&(_0x28efca=_0x47a770),PlaywrightSessionDetails[_0x2c47a4(0x142)](_0x25857a,_0x3181f0,_0x28efca),_0x25857a;});};}});const _0x174932=_0x3b3d6d['launch'];Object['defineProperty'](_0x3b3d6d,_0x2ae0b6[_0x279fd3(0xcf)],{'get':function(){return async function _0x326ec4(){return _0x174932['apply'](this,arguments)['then'](_0x1bb308=>{const _0x5d91bf=a4_0x10d6;return PlaywrightSessionDetails[_0x5d91bf(0x142)](_0x1bb308,null),_0x1bb308;});};}});};class O11yHelper{['currentTest']=null;[a4_0x5d75e7(0x115)]=null;[a4_0x5d75e7(0x174)]=![];[a4_0x5d75e7(0x11d)]=![];constructor(_0x38fec9,_0x8c4878){const _0x28a3b7=a4_0x5d75e7,_0x52b9e5={'ZeqfY':_0x28a3b7(0xf5),'jhHQt':function(_0x79c313){return _0x79c313();},'ihWKZ':function(_0xefdbab,_0x352cf8){return _0xefdbab===_0x352cf8;},'dWDhu':_0x28a3b7(0x119),'EkudE':function(_0x5166d3,_0x48cfdf){return _0x5166d3(_0x48cfdf);},'Plose':function(_0x585e72){return _0x585e72();}},_0x2fe03a=_0x52b9e5[_0x28a3b7(0x12f)]['split']('|');let _0x2df311=0x0;while(!![]){switch(_0x2fe03a[_0x2df311++]){case'0':this[_0x28a3b7(0x171)]=new testOpsHelper[(_0x28a3b7(0x19c))]({'cwd':process[_0x28a3b7(0x161)]()},this[_0x28a3b7(0x133)][_0x28a3b7(0x17c)]);continue;case'1':this['driver']=_0x38fec9;continue;case'2':this[_0x28a3b7(0x11d)]=_0x8c4878[_0x28a3b7(0x11d)];continue;case'3':this[_0x28a3b7(0x133)]=_0x52b9e5['jhHQt'](getTestEnv);continue;case'4':this[_0x28a3b7(0x153)]&&_0x52b9e5[_0x28a3b7(0xc9)](this[_0x28a3b7(0x153)][_0x28a3b7(0x156)]['name'],_0x52b9e5[_0x28a3b7(0x1a9)])&&_0x52b9e5['EkudE'](mockPWBrowserType,null);continue;case'5':this[_0x28a3b7(0x174)]=_0x52b9e5[_0x28a3b7(0xc8)](shouldProcessEventForTesthub);continue;}break;}}[a4_0x5d75e7(0xf4)](){const _0x12ec5d=a4_0x5d75e7;if(!this['enabled'])return;testOpsHelper[_0x12ec5d(0xd6)](),process[_0x12ec5d(0x121)](_0x12ec5d(0x1a8)+process[_0x12ec5d(0x164)]),process['on'](_0x12ec5d(0x1a8)+process[_0x12ec5d(0x164)],this['appendTestItemLog']['bind'](this));}async[a4_0x5d75e7(0x17e)](){const _0x145883=a4_0x5d75e7;await RequestQueueHandler[_0x145883(0xf2)]()['shutdown']();}async[a4_0x5d75e7(0xc6)](_0x54c294){const _0x32b709=a4_0x5d75e7,_0x187819={'HmMrR':_0x32b709(0x125),'LLKMB':function(_0x24b291,_0x1d3999){return _0x24b291(_0x1d3999);}};try{this[_0x32b709(0x115)]&&!this[_0x32b709(0x115)][_0x32b709(0x17a)]&&(_0x54c294[_0x32b709(0x101)]=this['currentHook']['hookAnalyticsId']);!_0x54c294[_0x32b709(0x101)]&&this[_0x32b709(0x19d)]&&!this[_0x32b709(0x19d)][_0x32b709(0x17a)]&&(_0x54c294[_0x32b709(0xd2)]=this['currentTest'][_0x32b709(0xd9)]);if(_0x54c294[_0x32b709(0x101)]||_0x54c294['test_run_uuid']){const _0x484954={};_0x484954[_0x32b709(0x18a)]=_0x187819['HmMrR'],_0x484954[_0x32b709(0x131)]=[_0x54c294],await SessionHandler[_0x32b709(0x1ac)](_0x484954);}}catch(_0x15e3a5){_0x187819[_0x32b709(0x136)](debug,_0x32b709(0x141)+_0x15e3a5);}}async['sendCBTInfo'](_0x2f3c5e){const _0x46d46f=a4_0x5d75e7,_0x33692d={'PgKkI':_0x46d46f(0xe4),'KHCuD':function(_0x21b891,_0x56e25b){return _0x21b891(_0x56e25b);}};if(!this[_0x46d46f(0x174)])return;const _0x5d188c=this[_0x46d46f(0x128)](this[_0x46d46f(0x153)]);try{const _0x42cafb={};_0x42cafb[_0x46d46f(0x14e)]=_0x2f3c5e,_0x42cafb[_0x46d46f(0x160)]=_0x5d188c;const _0x1b5357=_0x42cafb,_0x1525a8={};_0x1525a8[_0x46d46f(0x18a)]=_0x33692d[_0x46d46f(0xf7)],_0x1525a8['test_run']=_0x1b5357,await SessionHandler['uploadEventData'](_0x1525a8);}catch(_0x3479da){_0x33692d[_0x46d46f(0xe2)](debug,_0x46d46f(0x104)+_0x3479da);}}[a4_0x5d75e7(0x128)](_0x42bee3){const _0x5c6f51={'asjAF':function(_0x9c698a,_0x3c11ab){return _0x9c698a(_0x3c11ab);}};return _0x5c6f51['asjAF'](fetchPlatformDetails,_0x42bee3);}[a4_0x5d75e7(0xcc)]=_0x5835ba=>{const _0x1cdfc6=a4_0x5d75e7,_0x41e088={};_0x41e088['uLXPQ']=_0x1cdfc6(0x176),_0x41e088[_0x1cdfc6(0x167)]=_0x1cdfc6(0x109);const _0x9b68e4=_0x41e088;if(!_0x5835ba||!_0x5835ba[_0x1cdfc6(0x105)])return;[_0x9b68e4['uLXPQ'],_0x9b68e4[_0x1cdfc6(0x167)]][_0x1cdfc6(0x195)](_0x395c1f=>{const _0x38656a=_0x1cdfc6,_0xacbcf5=_0x5835ba[_0x38656a(0x105)][_0x395c1f];_0xacbcf5[_0x38656a(0x195)](_0x1052c4=>{const _0xb932f0=_0x38656a;_0x1052c4[_0xb932f0(0x12a)]&&(_0x1052c4[_0xb932f0(0x12a)]=null);});});};[a4_0x5d75e7(0x193)](_0x390fbb){const _0x31fd7f=a4_0x5d75e7,_0x27ddff={'rMzBp':_0x31fd7f(0x135),'lVkTX':function(_0x41108f){return _0x41108f();},'mgVlW':function(_0x2eebda,_0x17bbaa){return _0x2eebda===_0x17bbaa;},'iYkYy':'_afterEach','rHYvn':'_beforeAll','AsTHU':'_afterAll','NwOaF':_0x31fd7f(0x176)};if(!_0x390fbb||!_0x390fbb[_0x31fd7f(0x105)])return;[_0x27ddff[_0x31fd7f(0x199)],_0x27ddff[_0x31fd7f(0x151)],_0x27ddff[_0x31fd7f(0x103)],_0x27ddff[_0x31fd7f(0xd1)]][_0x31fd7f(0x195)](_0x28db77=>{const _0x262748=_0x31fd7f,_0x52ee1b=_0x390fbb[_0x262748(0x105)][_0x28db77]||[];_0x52ee1b[_0x262748(0x195)](_0x557b72=>{const _0x1ec49e=_0x262748;if(_0x557b72[_0x1ec49e(0x16a)]['includes'](_0x27ddff[_0x1ec49e(0x10e)]))return;if(!_0x557b72[_0x1ec49e(0x12a)])_0x557b72['hookAnalyticsId']=_0x27ddff['lVkTX'](uuidv4);else _0x557b72[_0x1ec49e(0x17a)]&&_0x27ddff['mgVlW'](_0x28db77,_0x27ddff[_0x1ec49e(0xd1)])&&(_0x557b72[_0x1ec49e(0x12a)]=_0x27ddff[_0x1ec49e(0x197)](uuidv4),delete _0x557b72[_0x1ec49e(0x17a)]);});}),this[_0x31fd7f(0x193)](_0x390fbb[_0x31fd7f(0x105)]);}[a4_0x5d75e7(0x179)](_0x188bfb){const _0x1a519e=a4_0x5d75e7,_0x46a284={};_0x46a284['TcElj']=_0x1a519e(0x11f),_0x46a284[_0x1a519e(0x155)]=_0x1a519e(0x165),_0x46a284[_0x1a519e(0x186)]='_beforeEach',_0x46a284[_0x1a519e(0xe3)]=_0x1a519e(0x109);const _0x1be2d2=_0x46a284;if(!_0x188bfb||!_0x188bfb[_0x1a519e(0x105)])return[];const _0x28ad55=[];return[_0x1be2d2[_0x1a519e(0x108)],_0x1be2d2[_0x1a519e(0x155)],_0x1be2d2[_0x1a519e(0x186)],_0x1be2d2['Ymgfz']][_0x1a519e(0x195)](_0x26a446=>{const _0x25080e=_0x1a519e,_0x39601b=_0x188bfb['parent'][_0x26a446]||[];_0x39601b[_0x25080e(0x195)](_0x1577bb=>{const _0x3576cb=_0x25080e;_0x1577bb[_0x3576cb(0x12a)]&&_0x28ad55[_0x3576cb(0xc3)](_0x1577bb[_0x3576cb(0x12a)]);});}),[][_0x1a519e(0x168)](_0x28ad55,this['getHooksForTest'](_0x188bfb[_0x1a519e(0x105)]));}[a4_0x5d75e7(0x162)](_0x304080){const _0x2fbe92=a4_0x5d75e7,_0xb5e6fe=/^"(?<hook>.*)" hook:.*$/,_0x15fd27=_0x304080[_0x2fbe92(0x16a)],_0x1867f0=_0x15fd27[_0x2fbe92(0x11c)](_0xb5e6fe);if(_0x1867f0&&_0x1867f0[_0x2fbe92(0xc4)])return _0x1867f0[_0x2fbe92(0xc4)][_0x2fbe92(0x192)][_0x2fbe92(0xcd)]()[_0x2fbe92(0x191)]('\x20','_');return null;}[a4_0x5d75e7(0xdf)](_0x349e3f){const _0x4dafc9=a4_0x5d75e7,_0x2f86db={};_0x2f86db[_0x4dafc9(0x1a4)]=function(_0x58670f,_0x36b989){return _0x58670f===_0x36b989;},_0x2f86db[_0x4dafc9(0x112)]=function(_0x850dc,_0x8d4090){return _0x850dc===_0x8d4090;},_0x2f86db[_0x4dafc9(0x111)]=_0x4dafc9(0x19a),_0x2f86db['JWDon']=_0x4dafc9(0x12c);const _0x396021=_0x2f86db,_0x4564f6=path[_0x4dafc9(0x158)];if(_0x396021['Sextt'](_0x349e3f,null)||_0x396021['tNNCN'](_0x349e3f,'')||_0x396021['Sextt'](_0x349e3f,_0x4564f6)||_0x396021[_0x4dafc9(0x1a4)](_0x349e3f,path[_0x4dafc9(0x196)](_0x349e3f)))return null;try{return fs[_0x4dafc9(0x1a5)](path[_0x4dafc9(0xe1)](_0x349e3f,_0x396021[_0x4dafc9(0x111)],_0x396021[_0x4dafc9(0x175)])),_0x349e3f;}catch(_0x272052){const _0x3d1133=path['dirname'](_0x349e3f);return this[_0x4dafc9(0xdf)](_0x3d1133);}}['getRootParentFile'](_0x52af20){const _0x3bc4ae=a4_0x5d75e7,_0x2be740={};_0x2be740[_0x3bc4ae(0x145)]=function(_0x55b1c7,_0x4b854f){return _0x55b1c7>_0x4b854f;};const _0x2d4eb3=_0x2be740;if(_0x52af20[_0x3bc4ae(0x177)])return _0x52af20['file'];if(_0x52af20[_0x3bc4ae(0xd7)]){const _0x26180e=_0x52af20[_0x3bc4ae(0xd7)]['currentTest']?this['getRootParentFile'](_0x52af20[_0x3bc4ae(0xd7)][_0x3bc4ae(0x19d)]):null;if(_0x26180e)return _0x26180e;}if(_0x52af20[_0x3bc4ae(0x105)]){const _0x50e262=this['getRootParentFile'](_0x52af20['parent'])||(_0x52af20[_0x3bc4ae(0x105)][_0x3bc4ae(0xd7)]&&_0x52af20[_0x3bc4ae(0x105)][_0x3bc4ae(0xd7)]['currentTest']?this[_0x3bc4ae(0xce)](_0x52af20[_0x3bc4ae(0x105)][_0x3bc4ae(0xd7)]['currentTest']):null);if(_0x50e262)return _0x50e262;_0x52af20[_0x3bc4ae(0x105)][_0x3bc4ae(0x122)]&&_0x2d4eb3[_0x3bc4ae(0x145)](_0x52af20[_0x3bc4ae(0x105)][_0x3bc4ae(0x122)][_0x3bc4ae(0x18d)],0x0)&&_0x52af20['parent'][_0x3bc4ae(0x122)]['forEach'](_0x175378=>{const _0x331300=_0x3bc4ae,_0x360d94=_0x175378['ctx']?this[_0x331300(0xce)](_0x175378[_0x331300(0xd7)]):null;if(_0x360d94)return _0x360d94;});}return null;}[a4_0x5d75e7(0x178)](_0x4cc1c7){const _0x44c768=a4_0x5d75e7,_0x40cf09={};_0x40cf09[_0x44c768(0xfe)]=function(_0x570666,_0x3f216c){return _0x570666!==_0x3f216c;};const _0xfad36e=_0x40cf09,_0x209d5b=[];if(_0x4cc1c7&&_0x4cc1c7['parent']){let _0xf9f1a9=_0x4cc1c7[_0x44c768(0x105)];while(_0xf9f1a9&&_0xfad36e[_0x44c768(0xfe)](_0xf9f1a9['title'],'')){_0x209d5b[_0x44c768(0xc3)](_0xf9f1a9[_0x44c768(0x16a)]),_0xf9f1a9=_0xf9f1a9[_0x44c768(0x105)];}}return _0x209d5b;}['captureEvent'](_0x1ffbd4,_0x2774bb,_0x8f3482=undefined){const _0x49becc=a4_0x5d75e7,_0x3531fd={'PLUPN':function(_0x3a2f34,_0x4c26a3){return _0x3a2f34(_0x4c26a3);},'LWbzR':function(_0x36bb15){return _0x36bb15();},'EDwUn':function(_0x228b65){return _0x228b65();},'qKuMO':function(_0x51f559,_0x384a07){return _0x51f559(_0x384a07);},'yfMEj':'util','QRUSi':_0x49becc(0xc2),'luRgr':function(_0x2b1b26,_0x39ad43){return _0x2b1b26!==_0x39ad43;},'GeUjP':function(_0x1550b4,_0x7fc4d5){return _0x1550b4!==_0x7fc4d5;},'uVdDf':_0x49becc(0xf0),'oLZXp':_0x49becc(0x14d),'hEbhx':'failed','tzcNd':_0x49becc(0x138),'efAdB':_0x49becc(0x1a7),'vCxLg':_0x49becc(0x11e),'wFYfQ':function(_0x470b55,_0xdfab6b){return _0x470b55-_0xdfab6b;},'pyhXK':function(_0x14da69,_0x347dbe,_0x148b80,_0x4ad53b,_0x2db812){return _0x14da69(_0x347dbe,_0x148b80,_0x4ad53b,_0x2db812);},'vOpnO':_0x49becc(0x160),'ktXQM':_0x49becc(0x10f),'IfVkc':'failure','tvqhs':_0x49becc(0x18e),'jMihu':_0x49becc(0xe8),'SPIuE':_0x49becc(0x10c),'hIxvo':_0x49becc(0xe6),'zKVlH':function(_0xaa253e,_0x4a72a4){return _0xaa253e===_0x4a72a4;},'dxgle':_0x49becc(0x132),'kCckK':_0x49becc(0x106)};if(!this[_0x49becc(0x174)])return;try{if(_0x2774bb['fn']&&_0x2774bb['fn'][_0x49becc(0x180)]()['match'](/browserstack internal helper hook/))return;const _0xa59f55=_0x3531fd[_0x49becc(0xed)](parseEvent,_0x1ffbd4);if(!_0xa59f55)return;if(_0xa59f55[_0x49becc(0x185)]){this['currentTest']=_0x2774bb,this['currentHook']=null;if(_0xa59f55[_0x49becc(0x17f)]||_0xa59f55[_0x49becc(0x1a7)]){_0x2774bb[_0x49becc(0xff)]=new Date(),_0x2774bb[_0x49becc(0x17a)]=![];if(!_0x2774bb['testAnalyticsId'])_0x2774bb[_0x49becc(0xd9)]=_0x3531fd[_0x49becc(0x198)](uuidv4);else _0x2774bb[_0x49becc(0x17a)]&&(!_0x2774bb[_0x49becc(0xe5)]&&(_0x2774bb[_0x49becc(0xe5)]=_0x2774bb['testAnalyticsId']),_0x2774bb['testAnalyticsId']=_0x3531fd['EDwUn'](uuidv4));}}else{if(_0xa59f55[_0x49becc(0x192)]){this['currentHook']=_0x2774bb;if(_0xa59f55[_0x49becc(0x17f)]){_0x2774bb[_0x49becc(0xff)]=new Date(),_0x2774bb[_0x49becc(0x17a)]=![];if(!_0x2774bb['hookAnalyticsId'])_0x2774bb['hookAnalyticsId']=_0x3531fd[_0x49becc(0x148)](uuidv4);else _0x2774bb[_0x49becc(0x12a)]&&_0x2774bb[_0x49becc(0x17a)]&&(_0x2774bb[_0x49becc(0x12a)]=_0x3531fd[_0x49becc(0x198)](uuidv4));}}}if(_0xa59f55[_0x49becc(0x114)]&&_0x2774bb[_0x49becc(0x17a)])return;let _0x14edc9;try{_0x14edc9=this[_0x49becc(0xce)](_0x2774bb);}catch(_0x2286d9){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x2286d9),_0x14edc9=null;}const _0x512fa1=_0x3531fd[_0x49becc(0x15d)](require,_0x3531fd[_0x49becc(0x182)]);let _0x131262=[];_0x8f3482&&(_0x131262=[_0x8f3482,_0x3531fd[_0x49becc(0x184)]]);const _0x3d0d58=_0x3531fd[_0x49becc(0xfd)](_0x2774bb[_0x49becc(0x19f)],undefined)?_0x512fa1[_0x49becc(0xf6)](_0x2774bb[_0x49becc(0x19f)][0x0]):_0x3531fd[_0x49becc(0x190)](_0x8f3482,undefined)?_0x8f3482[_0x49becc(0x180)]():undefined,_0x20151c=_0x14edc9?this[_0x49becc(0xdf)](_0x14edc9):null,_0x447ab6=_0x14edc9?this['_paths']['prefixTestPath'](this[_0x49becc(0xce)](_0x2774bb)):_0x3531fd[_0x49becc(0x12e)];let _0x3943cd=_0x3531fd['oLZXp'];const _0x140d61=!_0xa59f55[_0x49becc(0x17f)]?new Date()[_0x49becc(0x10a)]():null;if(_0xa59f55['finished'])_0x3943cd=_0x8f3482?_0x3531fd[_0x49becc(0x187)]:_0x3531fd['tzcNd'],_0x2774bb['markedStatus']=!![];else _0xa59f55['skipped']&&(_0x3943cd=_0x3531fd[_0x49becc(0x140)],_0x2774bb[_0x49becc(0x17a)]=!![]);const _0xcefee8={'framework':this[_0x49becc(0x11d)],'uuid':_0x2774bb[_0x49becc(0xd9)]||_0x2774bb['hookAnalyticsId'],'name':_0x2774bb['title'],'body':{'lang':_0x3531fd['vCxLg'],'code':_0x2774bb['body'][_0x49becc(0x180)]()},'type':_0x2774bb[_0x49becc(0x163)],'scope':_0x2774bb[_0x49becc(0xef)](),'scopes':this[_0x49becc(0x178)](_0x2774bb),'file_name':_0x447ab6,'vc_filepath':_0x20151c?path[_0x49becc(0xee)](_0x20151c,_0x14edc9):null,'location':_0x447ab6,'result':_0x3943cd,'failure_reason':_0x3d0d58,'duration_in_ms':_0x2774bb['duration']||(_0xa59f55[_0x49becc(0x114)]||_0xa59f55[_0x49becc(0x1a7)])?_0x3531fd[_0x49becc(0x1a6)](Date[_0x49becc(0x12b)](),new Date(_0x2774bb[_0x49becc(0xff)])[_0x49becc(0xec)]()):null,'started_at':new Date(_0x2774bb[_0x49becc(0xff)])[_0x49becc(0x10a)](),'finished_at':_0x140d61,'failure':testOpsHelper[_0x49becc(0x18b)][_0x49becc(0xdd)](null,_0x131262),'failure_type':!_0x3d0d58?null:testOpsHelper['getFailureType'](_0x3d0d58),'retry_of':_0x2774bb['retryOf']||null,'tags':_0x2774bb[_0x49becc(0x110)]||[],'customRerunParam':{'rerun_name':_0x2774bb[_0x49becc(0xef)]()}};_0x3531fd['pyhXK'](appendTesthubParams,_0xcefee8,_0x1ffbd4,_0x2774bb,FRAMEWORKS[_0x49becc(0x19e)]);if(_0xa59f55[_0x49becc(0x192)])[_0xcefee8[_0x49becc(0x124)],_0xcefee8[_0x49becc(0xfb)]]=[this[_0x49becc(0x162)](_0x2774bb),_0x2774bb[_0x49becc(0xd7)]['test'][_0x49becc(0x16a)]],_0xa59f55['finished']?_0x3531fd[_0x49becc(0x190)](_0xcefee8[_0x49becc(0x113)],_0x3531fd[_0x49becc(0x187)])&&(_0xcefee8[_0x49becc(0x113)]=_0x3531fd[_0x49becc(0x139)]):_0xcefee8[_0x49becc(0xca)]={};else _0xa59f55[_0x49becc(0x185)]&&(this['mapTestHooks'](_0x2774bb),_0xa59f55[_0x49becc(0x1a7)]&&this[_0x49becc(0xcc)](_0x2774bb),(_0xa59f55[_0x49becc(0x114)]||_0xa59f55[_0x49becc(0x1a7)])&&(_0xcefee8['hooks']=this[_0x49becc(0x179)](_0x2774bb)));this[_0x49becc(0x153)]&&(_0xa59f55[_0x49becc(0x17f)]||_0xa59f55['skipped'])&&(_0xcefee8[_0x3531fd[_0x49becc(0xd4)]]=this[_0x49becc(0x128)](this[_0x49becc(0x153)]));_0xa59f55['test']&&_0xa59f55[_0x49becc(0x114)]&&_0x2774bb[_0x49becc(0x13c)]&&(_0xcefee8[_0x3531fd['ktXQM']]={'feature':{'name':_0x2774bb[_0x49becc(0x105)][_0x49becc(0xe9)][_0x49becc(0xfb)],'path':_0xcefee8[_0x49becc(0x1ab)],'description':_0x2774bb[_0x49becc(0x105)][_0x49becc(0x144)]},'scenario':{'name':_0x2774bb['title']},'steps':_0x2774bb[_0x49becc(0x13c)]});const _0x2b7f01=_0xcefee8[_0x3531fd['IfVkc']][0x0];_0x2b7f01&&(_0xcefee8[_0x3531fd[_0x49becc(0x154)]]=_0x2b7f01[_0x3531fd[_0x49becc(0xdb)]],_0xcefee8[_0x3531fd[_0x49becc(0x18f)]]=_0x2b7f01[_0x3531fd[_0x49becc(0x17d)]]);if(_0x2774bb[_0x49becc(0x13c)])for(const _0x17574d of _0x2774bb[_0x49becc(0x13c)]){!_0x17574d['finished_at']&&(_0x17574d[_0x49becc(0x13d)]=new Date()[_0x49becc(0x10a)](),_0x3531fd[_0x49becc(0x16d)](_0x17574d[_0x49becc(0x113)],_0x3531fd[_0x49becc(0xc7)])&&(_0x2b7f01?(_0x17574d[_0x49becc(0x113)]=_0x3531fd[_0x49becc(0x187)],_0x17574d['failure']=_0x2b7f01[_0x3531fd[_0x49becc(0xdb)]][0x0]):_0x17574d[_0x49becc(0x113)]=_0x3531fd['tzcNd']));}const _0x541e0f={};_0x541e0f[_0x49becc(0x18a)]=_0xa59f55[_0x49becc(0x1a7)]?TEST_EVENTS[_0x49becc(0x14f)]:_0x1ffbd4;const _0x567812=_0x541e0f;return _0xa59f55[_0x49becc(0x192)]?_0x567812[_0x3531fd['dxgle']]=_0xcefee8:_0x567812[_0x3531fd[_0x49becc(0xde)]]=_0xcefee8,_0x567812;}catch(_0x2d38af){logger[_0x49becc(0x15c)](_0x49becc(0x183)+_0x1ffbd4+'\x20with\x20error\x20:\x20'+_0x2d38af);}}async[a4_0x5d75e7(0xe7)](_0x5e187d,_0x290e64){const _0x49fa02=a4_0x5d75e7;if(!this['enabled']||!_0x290e64||!_0x5e187d)return![];try{return await SessionHandler[_0x49fa02(0x1ac)](_0x290e64);}catch(_0x321189){logger['debug']('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x5e187d+_0x49fa02(0x157)+_0x321189);}}[a4_0x5d75e7(0x152)](_0x1f0b2f){const _0x5caec0=a4_0x5d75e7,_0x35156a={};_0x35156a[_0x5caec0(0x16f)]='pending';const _0xae5450=_0x35156a;return{'id':_0x1f0b2f[_0x5caec0(0x100)],'text':_0x1f0b2f[_0x5caec0(0x14b)],'keyword':_0x1f0b2f[_0x5caec0(0x172)],'started_at':_0x1f0b2f[_0x5caec0(0xff)][_0x5caec0(0x10a)](),'result':_0xae5450[_0x5caec0(0x16f)]};}['bddStepStart'](_0x41d52d){const _0x47b7de=a4_0x5d75e7,_0x42974c={'Ukphg':function(_0x13e90d){return _0x13e90d();}};!this[_0x47b7de(0x19d)]['bddSteps']&&(this[_0x47b7de(0x19d)][_0x47b7de(0x13c)]=[]),!_0x41d52d[_0x47b7de(0x100)]&&(_0x41d52d[_0x47b7de(0x100)]=_0x42974c[_0x47b7de(0x127)](uuidv4),_0x41d52d[_0x47b7de(0xff)]=new Date(),this['currentTest']['bddSteps'][_0x47b7de(0xc3)](this[_0x47b7de(0x152)](_0x41d52d)));}['bddStepFinish'](_0x4d62e7){const _0x5b5cb7=a4_0x5d75e7,_0x2ea80b={'FagRN':function(_0x19e929,_0x70896){return _0x19e929(_0x70896);},'rfxbn':_0x5b5cb7(0x169),'HgrIe':_0x5b5cb7(0x14d),'jEHqR':'passed','ztrMD':function(_0x2098b4,_0x22374f){return _0x2098b4-_0x22374f;}};let _0x270752=this[_0x5b5cb7(0x19d)][_0x5b5cb7(0x13c)]['find'](_0x41332b=>_0x41332b['id']===_0x4d62e7[_0x5b5cb7(0x100)]);_0x2ea80b[_0x5b5cb7(0x16b)](isUndefined,_0x270752)&&(_0x270752=this[_0x5b5cb7(0x152)](_0x4d62e7)),_0x270752[_0x5b5cb7(0x113)]=[_0x2ea80b[_0x5b5cb7(0x11a)],_0x2ea80b[_0x5b5cb7(0x137)]][_0x5b5cb7(0x189)](_0x4d62e7['status'])?_0x2ea80b[_0x5b5cb7(0x130)]:_0x4d62e7['status'],_0x270752[_0x5b5cb7(0x13d)]=new Date()[_0x5b5cb7(0x10a)](),_0x270752['duration']=_0x2ea80b[_0x5b5cb7(0xf3)](Date[_0x5b5cb7(0x12b)](),_0x4d62e7[_0x5b5cb7(0xff)][_0x5b5cb7(0xec)]()),_0x270752[_0x5b5cb7(0x102)]=_0x4d62e7[_0x5b5cb7(0xc2)]?_0x4d62e7[_0x5b5cb7(0xc2)]['message']:null;}}function a4_0x25e4(){const _0x486e56=['HVyBm','patchConsoleLogger','ctx','../playwright/sessionDetails','testAnalyticsId','then','jMihu','BrowserType','apply','kCckK','findGitConfig','TestRunStarted','join','KHCuD','Ymgfz','CBTSessionCreated','retryOf','expanded','fireEvent','backtrace','feature','STATE_FAILED','Not\x20able\x20to\x20import\x20Browser','getTime','PLUPN','relative','fullTitle','File\x20path\x20could\x20not\x20be\x20found','358653RFJeos','getInstance','ztrMD','start','5|2|1|3|0|4','inspect','PgKkI','TEST_RUN_STARTED','UpBEF','../../helpers/helper','name','921835kYxWUs','luRgr','KHgli','startedAt','stepAnalyticsId','hook_run_uuid','failure','NwOaF','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','parent','test_run','__platformCaps','TcElj','_afterEach','toISOString','O11yHelper','failure_reason_expanded','wPxIQ','rMzBp','meta','tags','YyvEa','tNNCN','result','finished','currentHook','nJhet','doCRa','PLAYWRIGHT_HUB_URL','Playwright','rfxbn','../../helpers/test-observability/utils','match','frameworkName','javascript','_beforeAll','1766004zRwlib','removeAllListeners','suites','pKbXN','hook_type','LogCreated','connect','Ukphg','getCBTInfo','176oBeKrz','hookAnalyticsId','now','config','12936712rxZjzA','uVdDf','ZeqfY','jEHqR','logs','hook_run','_testEnv','Failed\x20to\x20parse\x20wsendpoint\x20','codeceptjs','LLKMB','HgrIe','passed','tzcNd','TEST_EVENTS','../utils/constants','bddSteps','finished_at','oGtGm','30YXVlbq','efAdB','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','setupBrowserDetails','cHGbz','comment','nOObJ','wsEndpoint','BUsJt','EDwUn','__cloud_provider___','WrPus','text','geKei','pending','uuid','TEST_RUN_FINISHED','launch','AsTHU','initializeBddStep','driver','tvqhs','TzmdL','constructor','\x20with\x20error\x20:\x20','sep','4EYBEDl','accessibilityPlatform','FkBhu','debug','qKuMO','WrNqK','46OkEAau','integrations','cwd','getHookType','type','pid','_afterAll','dnqLW','fClEO','concat','success','title','FagRN','path','zKVlH','NkeNN','zaAfN','5893447ZEyNjy','_paths','keyword','failed','enabled','JWDon','_beforeEach','file','getHierarchy','getHooksForTest','markedStatus','toLowerCase','location_prefix','hIxvo','stop','started','toString','string','yfMEj','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','QRUSi','test','kZoDh','hEbhx','stringify','includes','event_type','failureData','../../helpers/test-observability/sessionHandler','length','failure_backtrace','SPIuE','GeUjP','replace','hook','mapTestHooks','defineProperty','forEach','dirname','lVkTX','LWbzR','rHYvn','.git','13138pEpGbS','PathHelper','currentTest','CODECEPT','errorsDetailed','winstonLogger','70cHuPXY','1526652fjCwgR','swQfY','Sextt','statSync','wFYfQ','skipped','bs:addLog:','dWDhu','fsAEx','file_name','uploadEventData','XCHKS','err','push','groups','HOOK_RUN_FINISHED','appendTestItemLog','oLZXp','Plose','ihWKZ','body','obsBrowserTypeMockApplied','resetSkipTestHooks','toUpperCase','getRootParentFile','Cjiuf','DRovr','iYkYy','test_run_uuid','../playwright/accessibility-helper','vOpnO'];a4_0x25e4=function(){return _0x486e56;};return a4_0x25e4();}const a4_0x154e91={};a4_0x154e91[a4_0x5d75e7(0x10b)]=O11yHelper,a4_0x154e91['STATE_PASSED']=STATE_PASSED,a4_0x154e91[a4_0x5d75e7(0xea)]=STATE_FAILED,a4_0x154e91[a4_0x5d75e7(0x13a)]=TEST_EVENTS,module['exports']=a4_0x154e91;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a5_0x185782=a5_0xa065;(function(_0x51ea9a,_0x514202){const _0x4cc16f=a5_0xa065,_0x45a147=_0x51ea9a();while(!![]){try{const _0x195fd3=parseInt(_0x4cc16f(0x136))/0x1+-parseInt(_0x4cc16f(0x177))/0x2*(parseInt(_0x4cc16f(0x180))/0x3)+parseInt(_0x4cc16f(0x163))/0x4*(-parseInt(_0x4cc16f(0x15b))/0x5)+-parseInt(_0x4cc16f(0x161))/0x6*(-parseInt(_0x4cc16f(0x10d))/0x7)+parseInt(_0x4cc16f(0x126))/0x8+-parseInt(_0x4cc16f(0x148))/0x9+parseInt(_0x4cc16f(0x112))/0xa*(parseInt(_0x4cc16f(0x123))/0xb);if(_0x195fd3===_0x514202)break;else _0x45a147['push'](_0x45a147['shift']());}catch(_0x1661f0){_0x45a147['push'](_0x45a147['shift']());}}}(a5_0x370e,0xea5dd));function a5_0xa065(_0x53236a,_0x4196db){const _0x370ecc=a5_0x370e();return a5_0xa065=function(_0xa06575,_0x4d5a2a){_0xa06575=_0xa06575-0x106;let _0x117b1c=_0x370ecc[_0xa06575];return _0x117b1c;},a5_0xa065(_0x53236a,_0x4196db);}const fs=require('fs'),path=require(a5_0x185782(0x131)),util=require('util'),logger=require(a5_0x185782(0x175))[a5_0x185782(0x121)],{default:BrowserStackSetup}=require(a5_0x185782(0x157)),helper=require(a5_0x185782(0x12c)),utilities=require(a5_0x185782(0x150)),constants=require(a5_0x185782(0x15f)),{parallelCucumberRun}=require('../test-runner'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require(a5_0x185782(0x16c)),chalk=require(a5_0x185782(0x15c)),PerformanceTester=require(a5_0x185782(0x12e)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'];function a5_0x370e(){const _0xf8f8e4=['finally','iFKkV','isBrowserstackInfra','OuaIX','env','../../helpers/BrowserStackSetup','rmdirSync','grbfo','\x20skipped','55QOIASG','chalk','qdIAT','stepsFailed','../utils/constants','sUHSh','4470PNVMsq','sBgNx','151184smlCkM','processSuccess','unlinkSync','SDK_SETUP','debug','red','WjGCo','testObservability','ndBbo','../../helpers/test-observability/utils','PurUH','prepareCapabilities','stepsAmbiguous','yellow','initialize','WqFYi','SDK_CLEANUP','stop','../../helpers/logger','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','71426egpiES','cyan','AVpqW','then','steps','join','getPlatformName','BROWSERSTACK_TEST_OBSERVABILITY_YML','setupTCGAuth','90SnpsJf','uztzq','stepsUndefined','\x20undefined','\x20scenarios','USMkO','FRAMEWORKS','kCLDf','getErrorMessageFromResults','1589HPoFvB','KZiJW','useW3C','Generating\x20consolidated\x20report...','HmmTA','146830yKEGKM','bold','OFPSD','length','removeDir','isUndefined','scenarios','createDir','fCvYp','cwd','cJNOk','push','framework','end','finalExecution','winstonLogger','proxySettings','1606ALyAsw','LxGzD','\x20pending','14532808YeiNgo','errorMessage','dKNSX','argv','stringify','printBuildLink','../../helpers/helper','skipSessionStatus','../../helpers/performance/performance-tester','testContextOptions','onPhp','path','tmp','parseFormatters','exitCode','stepsPending','14759YOIzUL','\x20ambiguous','XqTsG','bgWhite','exports','accessibilityOptions','OnxRA','****\x20RESULTS\x20****','splice','green','\x20steps','getTCGConfigFilePaths','getHubUrl','error\x20removing\x20tcg\x20config\x20file','true','CUCUMBER','format','tvDAj','15273738JssaXU','config','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','aYxna','log','stepsSkipped','\x20passed','\x20failed','../../helpers/utilities','cucumber'];a5_0x370e=function(){return _0xf8f8e4;};return a5_0x370e();}function printCucumberStats(_0x4cbf57){const _0x3c656c=a5_0x185782,_0x1b7969={};_0x1b7969['OFPSD']=function(_0x438b97,_0x3286d4){return _0x438b97>_0x3286d4;},_0x1b7969[_0x3c656c(0x15d)]=function(_0x2828d1,_0x19c612){return _0x2828d1-_0x19c612;},_0x1b7969[_0x3c656c(0x128)]=function(_0x17e941,_0x276710){return _0x17e941-_0x276710;},_0x1b7969[_0x3c656c(0x138)]=function(_0x5beda2,_0xb3788f){return _0x5beda2>_0xb3788f;},_0x1b7969[_0x3c656c(0x10b)]=function(_0x1f0b63,_0x9f17be){return _0x1f0b63>_0x9f17be;},_0x1b7969['tJBGy']=function(_0xc77a0d,_0x1bb0b7){return _0xc77a0d>_0x1bb0b7;},_0x1b7969[_0x3c656c(0x124)]=function(_0x49f0d0,_0x21858a){return _0x49f0d0>_0x21858a;},_0x1b7969[_0x3c656c(0x109)]=function(_0x5e676e,_0x4170ef){return _0x5e676e>_0x4170ef;},_0x1b7969[_0x3c656c(0x11c)]=function(_0x4f2eda,_0x1cd88e){return _0x4f2eda>_0x1cd88e;},_0x1b7969[_0x3c656c(0x16b)]=function(_0x19b218,_0x58a2a0){return _0x19b218>_0x58a2a0;},_0x1b7969[_0x3c656c(0x14b)]=function(_0x470dcc,_0x55ad92){return _0x470dcc+_0x55ad92;},_0x1b7969[_0x3c656c(0x155)]=function(_0x2d1cb6,_0x42c132){return _0x2d1cb6+_0x42c132;},_0x1b7969[_0x3c656c(0x10e)]=function(_0x4009c7,_0x11603d){return _0x4009c7+_0x11603d;},_0x1b7969[_0x3c656c(0x172)]=function(_0x3e0857,_0x2cfdbd){return _0x3e0857+_0x2cfdbd;},_0x1b7969['WjGCo']=function(_0x5e9adb,_0x581240){return _0x5e9adb+_0x581240;},_0x1b7969[_0x3c656c(0x13c)]=function(_0x3e0c91,_0x5f106f){return _0x3e0c91+_0x5f106f;},_0x1b7969[_0x3c656c(0x153)]=function(_0x2aefe2,_0x4f4d8d){return _0x2aefe2===_0x4f4d8d;},_0x1b7969['sBgNx']=_0x3c656c(0x13d);const _0x418e79=_0x1b7969;let _0x591c47=0x0;if(_0x418e79[_0x3c656c(0x153)](_0x4cbf57[_0x3c656c(0x115)],0x0))return _0x591c47;return console[_0x3c656c(0x14c)](chalk[_0x3c656c(0x113)][_0x3c656c(0x139)](_0x418e79[_0x3c656c(0x162)])),_0x4cbf57['forEach'](_0x3718cd=>{const _0x2df103=_0x3c656c,_0x2d9c41=_0x3718cd[0x0],_0x5a95e9=_0x3718cd[0x1];console[_0x2df103(0x14c)]('\x0a'+chalk[_0x2df103(0x113)][_0x2df103(0x170)](''+helper[_0x2df103(0x17d)](_0x2d9c41)));const _0x40383f=_0x5a95e9[_0x2df103(0x118)],_0x59c3f4=_0x5a95e9[_0x2df103(0x17b)],_0x5f364b=_0x5a95e9['scenariosFailed'],_0x2129ff=_0x5a95e9[_0x2df103(0x15e)],_0x777dd9=_0x5a95e9['stepsPassed'],_0x1854ab=_0x5a95e9[_0x2df103(0x14d)],_0x30647c=_0x5a95e9[_0x2df103(0x135)],_0x98c8f=_0x5a95e9[_0x2df103(0x106)],_0x1adebe=_0x5a95e9['stepsUnknown'],_0xb40ad1=_0x5a95e9[_0x2df103(0x16f)],_0x2ced5b=_0x5a95e9[_0x2df103(0x164)];let _0x390a41=_0x40383f+_0x2df103(0x108);const _0x3988fa=_0x418e79[_0x2df103(0x114)](_0x418e79[_0x2df103(0x15d)](_0x40383f,_0x5f364b),0x0)?_0x418e79[_0x2df103(0x128)](_0x40383f,_0x5f364b):0x0;if(_0x418e79['XqTsG'](_0x5f364b,0x0)&&_0x418e79[_0x2df103(0x138)](_0x3988fa,0x0))_0x390a41+='\x20('+chalk[_0x2df103(0x113)]['red'](_0x5f364b+_0x2df103(0x14f))+',\x20'+chalk[_0x2df103(0x113)][_0x2df103(0x13f)](_0x3988fa+_0x2df103(0x14e))+')';else(_0x418e79['kCLDf'](_0x5f364b,0x0)||_0x418e79['tJBGy'](_0x3988fa,0x0))&&(_0x390a41+=_0x418e79['LxGzD'](_0x5f364b,0x0)?'\x20('+chalk['bold']['red'](_0x5f364b+_0x2df103(0x14f))+')':'\x20('+chalk['bold'][_0x2df103(0x13f)](_0x3988fa+_0x2df103(0x14e))+')');const _0x10650f=_0x59c3f4+_0x2df103(0x140),_0xb04005=[];_0x418e79[_0x2df103(0x124)](_0xb40ad1,0x0)&&_0xb04005['push'](''+chalk[_0x2df103(0x113)][_0x2df103(0x168)](_0xb40ad1+_0x2df103(0x137)));_0x418e79[_0x2df103(0x138)](_0x2129ff,0x0)&&_0xb04005[_0x2df103(0x11d)](''+chalk[_0x2df103(0x113)][_0x2df103(0x168)](_0x2129ff+_0x2df103(0x14f)));_0x418e79['XqTsG'](_0x777dd9,0x0)&&_0xb04005['push'](''+chalk['bold'][_0x2df103(0x13f)](_0x777dd9+_0x2df103(0x14e)));_0x418e79[_0x2df103(0x109)](_0x30647c,0x0)&&_0xb04005[_0x2df103(0x11d)](''+chalk['bold'][_0x2df103(0x170)](_0x30647c+_0x2df103(0x125)));_0x418e79[_0x2df103(0x11c)](_0x1854ab,0x0)&&_0xb04005[_0x2df103(0x11d)](''+chalk[_0x2df103(0x113)][_0x2df103(0x178)](_0x1854ab+_0x2df103(0x15a)));_0x418e79[_0x2df103(0x109)](_0x98c8f,0x0)&&_0xb04005['push'](''+chalk['bold'][_0x2df103(0x170)](_0x98c8f+_0x2df103(0x107)));_0x418e79['ndBbo'](_0x1adebe,0x0)&&_0xb04005['push'](''+chalk[_0x2df103(0x113)]['yellow'](_0x1adebe+_0x2df103(0x15a)));const _0x170835=_0x418e79[_0x2df103(0x14b)](_0x418e79[_0x2df103(0x155)](_0x418e79['KZiJW'](_0x10650f,'('),_0xb04005[_0x2df103(0x17c)](',\x20')),')');console[_0x2df103(0x14c)](_0x418e79[_0x2df103(0x172)](_0x418e79[_0x2df103(0x169)](_0x418e79[_0x2df103(0x13c)](_0x418e79[_0x2df103(0x10e)]('\x0a',_0x390a41),'\x0a'),_0x170835),'\x0a')),_0x418e79['iFKkV'](_0x2ced5b,![])&&(_0x591c47=0x1);}),_0x591c47;}async function run(_0xc4cfbd,_0xbb60d7,_0x1fb066){const _0x18e885=a5_0x185782,_0x4e3f17={'HmmTA':function(_0x30136f,_0x7f48f9){return _0x30136f(_0x7f48f9);},'tvDAj':function(_0x361b53,_0x39c3e1){return _0x361b53>_0x39c3e1;},'onPhp':_0x18e885(0x110),'sUHSh':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','PurUH':_0x18e885(0x151),'fCvYp':_0x18e885(0x143),'KCWNG':_0x18e885(0x132),'grbfo':function(_0x5a53ab,_0x462952){return _0x5a53ab>_0x462952;},'mqtNj':function(_0x5b8a43,_0x5ca63e){return _0x5b8a43-_0x5ca63e;},'SomyI':function(_0x47e471,_0x37e72b){return _0x47e471>=_0x37e72b;},'AVpqW':function(_0x546f2e,_0x17e9ff){return _0x546f2e!=_0x17e9ff;},'uztzq':_0x18e885(0x144),'eArTP':function(_0x35be4d,_0x53169b,_0x4e2998,_0x5fafcd,_0x1dec2e,_0x1cd0e7){return _0x35be4d(_0x53169b,_0x4e2998,_0x5fafcd,_0x1dec2e,_0x1cd0e7);}};await _0x1fb066[_0x18e885(0x171)](_0xc4cfbd),helper['setUserConfigPath'](_0x1fb066[_0x18e885(0x11e)],_0xc4cfbd);!helper[_0x18e885(0x154)]()&&await _0x1fb066[_0x18e885(0x17f)]();await helper['handleApp'](_0x1fb066[_0x18e885(0x149)]);const _0x43c4a5=helper[_0x18e885(0x10f)](_0x1fb066[_0x18e885(0x149)]);!helper[_0x18e885(0x117)](_0x1fb066[_0x18e885(0x149)][_0x18e885(0x13b)])&&(process[_0x18e885(0x156)][_0x18e885(0x14a)]=JSON[_0x18e885(0x12a)](_0x1fb066[_0x18e885(0x149)][_0x18e885(0x13b)]));const _0x2cf973=await TestHubHandler['launchBuild'](constants[_0x18e885(0x10a)][_0x18e885(0x145)],_0x1fb066),_0x14d50e=helper[_0x18e885(0x16e)](_0x1fb066['config'],_0x43c4a5,constants['FRAMEWORKS'][_0x18e885(0x145)]);if(!_0x1fb066[_0x18e885(0x149)])return;const _0x240dd7=_0x1fb066['config']['parallelsPerPlatform']||helper['getUserWorkerCount'](_0xc4cfbd,_0xbb60d7,_0x1fb066[_0x18e885(0x149)],constants[_0x18e885(0x10a)][_0x18e885(0x145)])||0x1,_0xb30499={'server':helper[_0x18e885(0x142)](_0x1fb066[_0x18e885(0x149)]),'proxySettings':_0x1fb066[_0x18e885(0x149)][_0x18e885(0x122)],'maxWorkers':_0x240dd7,'browserStackLogLevel':_0x1fb066[_0x18e885(0x149)]['logLevel'],'skipSessionName':_0x1fb066[_0x18e885(0x149)][_0x18e885(0x12f)]['skipSessionName'],'skipSessionStatus':_0x1fb066[_0x18e885(0x149)][_0x18e885(0x12f)][_0x18e885(0x12d)],'turboScaleUrl':_0x1fb066[_0x18e885(0x149)]['turboScaleUrl']},_0x3b1cda=process[_0x18e885(0x129)],[_0x5c9197,_0x21390a]=helper[_0x18e885(0x133)](_0x3b1cda),_0x5a06ea=path[_0x18e885(0x17c)](process[_0x18e885(0x11b)](),_0x4e3f17['KCWNG']);if(_0x4e3f17[_0x18e885(0x159)](_0x21390a[_0x18e885(0x115)],0x0)){helper[_0x18e885(0x119)](_0x5a06ea);for(let _0x2d0b43=_0x4e3f17['mqtNj'](_0x5c9197['length'],0x1);_0x4e3f17['SomyI'](_0x2d0b43,0x0);_0x2d0b43--){_0x3b1cda[_0x18e885(0x13e)](_0x5c9197[_0x2d0b43],0x2);}}_0x4e3f17[_0x18e885(0x179)](_0x1fb066['config'][_0x18e885(0x16a)],null)?process[_0x18e885(0x156)][_0x18e885(0x17e)]=_0x1fb066[_0x18e885(0x149)][_0x18e885(0x16a)]:process[_0x18e885(0x156)][_0x18e885(0x17e)]=_0x4e3f17[_0x18e885(0x181)];PerformanceTester[_0x18e885(0x11f)](PerformanceEvents[_0x18e885(0x166)]);let _0x7360b1;_0x4e3f17['eArTP'](parallelCucumberRun,_0x14d50e,_0xb30499,_0x1fb066[_0x18e885(0x149)],_0x3b1cda,_0x21390a)[_0x18e885(0x17a)](async _0x48b0e8=>{const _0xec4bb1=_0x18e885;PerformanceTester['start'](PerformanceEvents[_0xec4bb1(0x173)]),_0x7360b1=_0x48b0e8;const _0x207f46=_0x4e3f17[_0xec4bb1(0x111)](printCucumberStats,_0x48b0e8);process[_0xec4bb1(0x134)]=_0x207f46,_0x4e3f17[_0xec4bb1(0x147)](_0x21390a[_0xec4bb1(0x115)],0x0)&&(logger[_0xec4bb1(0x167)](_0x4e3f17[_0xec4bb1(0x130)]),helper['mergeOutputFiles'](_0x5a06ea,_0x21390a),logger[_0xec4bb1(0x167)](_0x4e3f17[_0xec4bb1(0x160)]),helper[_0xec4bb1(0x116)](_0x5a06ea));})[_0x18e885(0x152)](async()=>{const _0x212dfc=_0x18e885;PerformanceTester['start'](PerformanceEvents[_0x212dfc(0x173)]),_0x1fb066[_0x212dfc(0x127)]=helper[_0x212dfc(0x10c)](_0x7360b1,_0x4e3f17[_0x212dfc(0x16d)]),testOpsHelper[_0x212dfc(0x12b)]();try{await TestHubHandler[_0x212dfc(0x174)]();}catch(_0x57fba1){logger[_0x212dfc(0x167)](_0x212dfc(0x176)+util[_0x212dfc(0x146)](_0x57fba1));}try{const {browserstackFolderPath:_0x3eadae,tcgConfigPath:_0x3cf78a}=helper[_0x212dfc(0x141)]();fs[_0x212dfc(0x165)](_0x3cf78a),fs[_0x212dfc(0x158)](_0x3eadae);}catch(_0x21590a){logger[_0x212dfc(0x167)](_0x4e3f17[_0x212dfc(0x11a)],_0x21590a);}await utilities[_0x212dfc(0x120)](_0x1fb066);});}module[a5_0x185782(0x13a)]=run;
2
+ 'use strict';const a5_0x3f2e86=a5_0x3dff;(function(_0x40d9f9,_0x1a3bbb){const _0x18d675=a5_0x3dff,_0x3ab821=_0x40d9f9();while(!![]){try{const _0x1cde72=parseInt(_0x18d675(0x1a7))/0x1*(parseInt(_0x18d675(0x1ae))/0x2)+parseInt(_0x18d675(0x17f))/0x3+parseInt(_0x18d675(0x1b6))/0x4+parseInt(_0x18d675(0x19e))/0x5+-parseInt(_0x18d675(0x1b0))/0x6*(-parseInt(_0x18d675(0x162))/0x7)+parseInt(_0x18d675(0x155))/0x8+-parseInt(_0x18d675(0x179))/0x9;if(_0x1cde72===_0x1a3bbb)break;else _0x3ab821['push'](_0x3ab821['shift']());}catch(_0x20fa85){_0x3ab821['push'](_0x3ab821['shift']());}}}(a5_0x31bb,0x6c0ad));function a5_0x3dff(_0x127e35,_0x292e14){const _0x31bb6e=a5_0x31bb();return a5_0x3dff=function(_0x3dffa8,_0x49dfa0){_0x3dffa8=_0x3dffa8-0x140;let _0x2e54cb=_0x31bb6e[_0x3dffa8];return _0x2e54cb;},a5_0x3dff(_0x127e35,_0x292e14);}const fs=require('fs'),path=require(a5_0x3f2e86(0x1b1)),util=require(a5_0x3f2e86(0x15b)),logger=require(a5_0x3f2e86(0x15f))[a5_0x3f2e86(0x1a4)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a5_0x3f2e86(0x164)),utilities=require(a5_0x3f2e86(0x19f)),constants=require(a5_0x3f2e86(0x1af)),{parallelCucumberRun}=require(a5_0x3f2e86(0x140)),TestHubHandler=require(a5_0x3f2e86(0x173)),testOpsHelper=require(a5_0x3f2e86(0x16f)),chalk=require(a5_0x3f2e86(0x16d)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a5_0x3f2e86(0x195))[a5_0x3f2e86(0x1a2)];function printCucumberStats(_0x426007){const _0x27c0b7=a5_0x3f2e86,_0x5751fe={};_0x5751fe[_0x27c0b7(0x169)]=function(_0xbca603,_0x3d7a14){return _0xbca603>_0x3d7a14;},_0x5751fe['NZgmG']=function(_0x427e1c,_0x28ba50){return _0x427e1c-_0x28ba50;},_0x5751fe['fQFnw']=function(_0x250a25,_0xd9703b){return _0x250a25>_0xd9703b;},_0x5751fe['zhjeE']=function(_0x669334,_0xe8a935){return _0x669334>_0xe8a935;},_0x5751fe[_0x27c0b7(0x1aa)]=function(_0x51972b,_0x43e04){return _0x51972b>_0x43e04;},_0x5751fe[_0x27c0b7(0x17e)]=function(_0x209691,_0x2d9d2e){return _0x209691>_0x2d9d2e;},_0x5751fe[_0x27c0b7(0x148)]=function(_0x4cb77b,_0x4b8fac){return _0x4cb77b>_0x4b8fac;},_0x5751fe[_0x27c0b7(0x18f)]=function(_0x365d17,_0x3b71d6){return _0x365d17>_0x3b71d6;},_0x5751fe[_0x27c0b7(0x157)]=function(_0x3800d3,_0x280502){return _0x3800d3+_0x280502;},_0x5751fe['qNVDP']=function(_0x5dd31c,_0x3d9b88){return _0x5dd31c+_0x3d9b88;},_0x5751fe[_0x27c0b7(0x154)]=function(_0xdb7240,_0x3428b5){return _0xdb7240+_0x3428b5;},_0x5751fe[_0x27c0b7(0x174)]=function(_0x986c09,_0x33c82d){return _0x986c09+_0x33c82d;},_0x5751fe[_0x27c0b7(0x190)]=function(_0x166aad,_0x5dcd75){return _0x166aad===_0x5dcd75;},_0x5751fe[_0x27c0b7(0x141)]=function(_0x2e8346,_0x170059){return _0x2e8346===_0x170059;},_0x5751fe[_0x27c0b7(0x166)]=_0x27c0b7(0x142);const _0x518312=_0x5751fe;let _0x2043a9=0x0;if(_0x518312[_0x27c0b7(0x141)](_0x426007[_0x27c0b7(0x17b)],0x0))return _0x2043a9;return console['log'](chalk[_0x27c0b7(0x17c)][_0x27c0b7(0x1a9)](_0x518312[_0x27c0b7(0x166)])),_0x426007[_0x27c0b7(0x16e)](_0x600199=>{const _0x392247=_0x27c0b7,_0x145aac=_0x600199[0x0],_0x25df0b=_0x600199[0x1];console[_0x392247(0x18a)]('\x0a'+chalk[_0x392247(0x17c)]['yellow'](''+helper[_0x392247(0x158)](_0x145aac)));const _0x43e207=_0x25df0b[_0x392247(0x19d)],_0x110dde=_0x25df0b[_0x392247(0x152)],_0xc932c6=_0x25df0b['scenariosFailed'],_0xaf010=_0x25df0b[_0x392247(0x161)],_0x453572=_0x25df0b[_0x392247(0x198)],_0x29467e=_0x25df0b[_0x392247(0x176)],_0x48cf5c=_0x25df0b[_0x392247(0x189)],_0x202cb7=_0x25df0b[_0x392247(0x18e)],_0x4fdb7f=_0x25df0b['stepsUnknown'],_0x3a0ce7=_0x25df0b['stepsAmbiguous'],_0x3adcbc=_0x25df0b[_0x392247(0x18b)];let _0x65aef=_0x43e207+_0x392247(0x17a);const _0x992fab=_0x518312[_0x392247(0x169)](_0x518312['NZgmG'](_0x43e207,_0xc932c6),0x0)?_0x518312[_0x392247(0x1a0)](_0x43e207,_0xc932c6):0x0;if(_0x518312[_0x392247(0x169)](_0xc932c6,0x0)&&_0x518312['ojPQC'](_0x992fab,0x0))_0x65aef+='\x20('+chalk[_0x392247(0x17c)][_0x392247(0x153)](_0xc932c6+_0x392247(0x1ac))+',\x20'+chalk[_0x392247(0x17c)]['green'](_0x992fab+_0x392247(0x185))+')';else(_0x518312[_0x392247(0x143)](_0xc932c6,0x0)||_0x518312[_0x392247(0x15d)](_0x992fab,0x0))&&(_0x65aef+=_0x518312[_0x392247(0x1aa)](_0xc932c6,0x0)?'\x20('+chalk['bold'][_0x392247(0x153)](_0xc932c6+'\x20failed')+')':'\x20('+chalk[_0x392247(0x17c)][_0x392247(0x168)](_0x992fab+_0x392247(0x185))+')');const _0x2950aa=_0x110dde+_0x392247(0x165),_0x15a4ea=[];_0x518312[_0x392247(0x15d)](_0x3a0ce7,0x0)&&_0x15a4ea[_0x392247(0x151)](''+chalk[_0x392247(0x17c)]['red'](_0x3a0ce7+_0x392247(0x1ab)));_0x518312[_0x392247(0x17e)](_0xaf010,0x0)&&_0x15a4ea['push'](''+chalk[_0x392247(0x17c)][_0x392247(0x153)](_0xaf010+_0x392247(0x1ac)));_0x518312[_0x392247(0x143)](_0x453572,0x0)&&_0x15a4ea[_0x392247(0x151)](''+chalk[_0x392247(0x17c)][_0x392247(0x168)](_0x453572+_0x392247(0x185)));_0x518312['sPxRJ'](_0x48cf5c,0x0)&&_0x15a4ea['push'](''+chalk['bold']['yellow'](_0x48cf5c+_0x392247(0x144)));_0x518312[_0x392247(0x18f)](_0x29467e,0x0)&&_0x15a4ea['push'](''+chalk['bold']['cyan'](_0x29467e+_0x392247(0x177)));_0x518312[_0x392247(0x169)](_0x202cb7,0x0)&&_0x15a4ea[_0x392247(0x151)](''+chalk[_0x392247(0x17c)]['yellow'](_0x202cb7+'\x20undefined'));_0x518312['sPxRJ'](_0x4fdb7f,0x0)&&_0x15a4ea[_0x392247(0x151)](''+chalk[_0x392247(0x17c)][_0x392247(0x160)](_0x4fdb7f+_0x392247(0x177)));const _0x2a57bd=_0x518312[_0x392247(0x157)](_0x518312[_0x392247(0x157)](_0x518312[_0x392247(0x157)](_0x2950aa,'('),_0x15a4ea[_0x392247(0x18c)](',\x20')),')');console[_0x392247(0x18a)](_0x518312[_0x392247(0x1b4)](_0x518312[_0x392247(0x154)](_0x518312[_0x392247(0x157)](_0x518312[_0x392247(0x174)]('\x0a',_0x65aef),'\x0a'),_0x2a57bd),'\x0a')),_0x518312[_0x392247(0x190)](_0x3adcbc,![])&&(_0x2043a9=0x1);}),_0x2043a9;}async function run(_0xe54b25,_0x4d66c8,_0x554084){const _0x5444b9=a5_0x3f2e86,_0x28d438={'sHWSW':function(_0x3dc1b0,_0x15ecfa){return _0x3dc1b0(_0x15ecfa);},'OcaLV':function(_0x5cbecd,_0x5c8dfd){return _0x5cbecd>_0x5c8dfd;},'vQdRM':_0x5444b9(0x150),'YrMdB':_0x5444b9(0x14a),'rvOEm':_0x5444b9(0x180),'vhgou':_0x5444b9(0x14c),'EKRHK':_0x5444b9(0x19c),'vQvBv':function(_0x3d58d4,_0x86873){return _0x3d58d4-_0x86873;},'YsLQH':function(_0x164120,_0x493032){return _0x164120>=_0x493032;},'rEkpa':function(_0x5ee36e,_0x235446){return _0x5ee36e!=_0x235446;},'ADdQK':'true','xgePL':function(_0xa55dc4,_0x38ddd4,_0xb8279d,_0xbdae8f,_0x32e2ac,_0xfaa9e8){return _0xa55dc4(_0x38ddd4,_0xb8279d,_0xbdae8f,_0x32e2ac,_0xfaa9e8);}};await _0x554084[_0x5444b9(0x186)](_0xe54b25),helper[_0x5444b9(0x191)](_0x554084[_0x5444b9(0x15a)],_0xe54b25);!helper['isBrowserstackInfra']()&&await _0x554084[_0x5444b9(0x199)]();await helper[_0x5444b9(0x145)](_0x554084[_0x5444b9(0x1a1)]);const _0x2031ce=helper['useW3C'](_0x554084['config']);!helper['isUndefined'](_0x554084[_0x5444b9(0x1a1)][_0x5444b9(0x15e)])&&(process[_0x5444b9(0x183)][_0x5444b9(0x170)]=JSON['stringify'](_0x554084[_0x5444b9(0x1a1)][_0x5444b9(0x15e)]));const _0xb4d726=await TestHubHandler[_0x5444b9(0x18d)](constants['FRAMEWORKS'][_0x5444b9(0x163)],_0x554084),_0x49ce48=helper[_0x5444b9(0x15c)](_0x554084[_0x5444b9(0x1a1)],_0x2031ce,constants[_0x5444b9(0x14d)]['CUCUMBER']);if(!_0x554084['config'])return;const _0x5d6260=_0x554084[_0x5444b9(0x1a1)][_0x5444b9(0x171)]||helper['getUserWorkerCount'](_0xe54b25,_0x4d66c8,_0x554084[_0x5444b9(0x1a1)],constants[_0x5444b9(0x14d)][_0x5444b9(0x163)])||0x1,_0x559dc8={'server':helper[_0x5444b9(0x1a5)](_0x554084[_0x5444b9(0x1a1)]),'proxySettings':_0x554084[_0x5444b9(0x1a1)][_0x5444b9(0x159)],'maxWorkers':_0x5d6260,'browserStackLogLevel':_0x554084[_0x5444b9(0x1a1)][_0x5444b9(0x14f)],'skipSessionName':_0x554084[_0x5444b9(0x1a1)][_0x5444b9(0x193)][_0x5444b9(0x14e)],'skipSessionStatus':_0x554084['config'][_0x5444b9(0x193)][_0x5444b9(0x16b)],'turboScaleUrl':_0x554084[_0x5444b9(0x1a1)][_0x5444b9(0x146)]},_0x4ce2cf=process['argv'],[_0x40cafb,_0x294f64]=helper[_0x5444b9(0x192)](_0x4ce2cf),_0x4b0b81=path[_0x5444b9(0x18c)](process[_0x5444b9(0x19b)](),_0x28d438[_0x5444b9(0x178)]);if(_0x28d438['OcaLV'](_0x294f64[_0x5444b9(0x17b)],0x0)){helper[_0x5444b9(0x149)](_0x4b0b81);for(let _0x2c330b=_0x28d438['vQvBv'](_0x40cafb[_0x5444b9(0x17b)],0x1);_0x28d438['YsLQH'](_0x2c330b,0x0);_0x2c330b--){_0x4ce2cf[_0x5444b9(0x175)](_0x40cafb[_0x2c330b],0x2);}}_0x28d438[_0x5444b9(0x1ad)](_0x554084['config'][_0x5444b9(0x14b)],null)?process[_0x5444b9(0x183)][_0x5444b9(0x181)]=_0x554084[_0x5444b9(0x1a1)][_0x5444b9(0x14b)]:process[_0x5444b9(0x183)][_0x5444b9(0x181)]=_0x28d438[_0x5444b9(0x1b3)];PerformanceTester[_0x5444b9(0x147)](PerformanceEvents[_0x5444b9(0x182)]);let _0x41e5de;_0x28d438[_0x5444b9(0x196)](parallelCucumberRun,_0x49ce48,_0x559dc8,_0x554084[_0x5444b9(0x1a1)],_0x4ce2cf,_0x294f64)['then'](async _0x7982fd=>{const _0x5a5b14=_0x5444b9;PerformanceTester[_0x5a5b14(0x167)](PerformanceEvents[_0x5a5b14(0x184)]),_0x41e5de=_0x7982fd;const _0x27753c=_0x28d438['sHWSW'](printCucumberStats,_0x7982fd);process['exitCode']=_0x27753c,_0x28d438['OcaLV'](_0x294f64[_0x5a5b14(0x17b)],0x0)&&(logger['debug'](_0x28d438[_0x5a5b14(0x188)]),helper[_0x5a5b14(0x1b5)](_0x4b0b81,_0x294f64),logger['debug'](_0x28d438['YrMdB']),helper[_0x5a5b14(0x1a6)](_0x4b0b81));})[_0x5444b9(0x194)](async()=>{const _0x3f8899=_0x5444b9;PerformanceTester[_0x3f8899(0x167)](PerformanceEvents['SDK_CLEANUP']),_0x554084[_0x3f8899(0x197)]=helper[_0x3f8899(0x17d)](_0x41e5de,_0x28d438[_0x3f8899(0x19a)]),testOpsHelper[_0x3f8899(0x1a8)]();try{await TestHubHandler[_0x3f8899(0x187)]();}catch(_0x23c03c){logger[_0x3f8899(0x172)](_0x3f8899(0x1a3)+util[_0x3f8899(0x1b2)](_0x23c03c));}try{const {browserstackFolderPath:_0x55c171,tcgConfigPath:_0xef953a}=helper['getTCGConfigFilePaths']();fs[_0x3f8899(0x156)](_0xef953a),fs[_0x3f8899(0x16a)](_0x55c171);}catch(_0x291d31){logger[_0x3f8899(0x172)](_0x28d438['vhgou'],_0x291d31);}await utilities[_0x3f8899(0x16c)](_0x554084);});}function a5_0x31bb(){const _0x5073d8=['oauRc','GBqvW','setUserConfigPath','parseFormatters','testContextOptions','finally','../../helpers/performance/constants','xgePL','errorMessage','stepsPassed','setupTCGAuth','rvOEm','cwd','tmp','scenarios','705960gVaFpD','../../helpers/utilities','NZgmG','config','EVENTS','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','winstonLogger','getHubUrl','removeDir','18731Ssmdoh','printBuildLink','bgWhite','XEGMh','\x20ambiguous','\x20failed','rEkpa','82MmEkbK','../utils/constants','152238BHcAqt','path','format','ADdQK','qNVDP','mergeOutputFiles','2392456KtLNyK','../test-runner','eZUty','****\x20RESULTS\x20****','fQFnw','\x20pending','handleApp','turboScaleUrl','end','sPxRJ','createDir','Removing\x20tmp\x20directory\x20created\x20for\x20reports','testObservability','error\x20removing\x20tcg\x20config\x20file','FRAMEWORKS','skipSessionName','logLevel','Generating\x20consolidated\x20report...','push','steps','red','NUbKO','6545320KtLbYi','unlinkSync','HEoSk','getPlatformName','proxySettings','framework','util','prepareCapabilities','zhjeE','accessibilityOptions','../../helpers/logger','yellow','stepsFailed','14EFpiNe','CUCUMBER','../../helpers/helper','\x20steps','nZnhC','start','green','ojPQC','rmdirSync','skipSessionStatus','finalExecution','chalk','forEach','../../helpers/test-observability/utils','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','parallelsPerPlatform','debug','../../helpers/testhub/testhubHandler','aOMde','splice','stepsSkipped','\x20skipped','EKRHK','19812276yGFfEn','\x20scenarios','length','bold','getErrorMessageFromResults','dUZMI','803151pTuwGK','cucumber','BROWSERSTACK_TEST_OBSERVABILITY_YML','SDK_SETUP','env','SDK_CLEANUP','\x20passed','initialize','stop','vQdRM','stepsPending','log','processSuccess','join','launchBuild','stepsUndefined'];a5_0x31bb=function(){return _0x5073d8;};return a5_0x31bb();}module['exports']=run;