browserstack-node-sdk 1.34.45 → 1.34.47

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 (134) 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/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createHubHaStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/describeStack.js +1 -1
  32. package/ats/src/utils/gridComponents.js +1 -1
  33. package/ats/src/utils/hstUtils.js +1 -1
  34. package/ats/src/utils/instrumentationUtils.js +1 -1
  35. package/ats/src/utils/userInput.js +1 -1
  36. package/ats/src/utils/utilityMethods.js +1 -1
  37. package/ats/src/utils/webSocketUtils.js +1 -1
  38. package/package.json +1 -1
  39. package/src/ai-sdk-node/bundle.js +1 -1
  40. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  41. package/src/bin/codeceptjs/command.js +1 -1
  42. package/src/bin/codeceptjs/helper.js +1 -1
  43. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  44. package/src/bin/cucumber-js/command.js +1 -1
  45. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  47. package/src/bin/cucumber-js/test-observability.js +1 -1
  48. package/src/bin/cucumber-js/test.setup.js +1 -1
  49. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  50. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  51. package/src/bin/integrations/command.js +1 -1
  52. package/src/bin/integrations/constants.js +1 -1
  53. package/src/bin/jest/command.js +1 -1
  54. package/src/bin/jest/customImplements/customCircus.js +1 -1
  55. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  56. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  57. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  58. package/src/bin/jest/jest.setup.js +1 -1
  59. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  60. package/src/bin/jest/test-observability/helper.js +1 -1
  61. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  62. package/src/bin/jest/test-observability/test-details.js +1 -1
  63. package/src/bin/jest/test_before.setup.js +1 -1
  64. package/src/bin/launcher/launcher.js +1 -1
  65. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  66. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  67. package/src/bin/mocha/command.js +1 -1
  68. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  69. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  70. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  71. package/src/bin/mocha/test.setup.js +1 -1
  72. package/src/bin/nightwatch/command.js +1 -1
  73. package/src/bin/playwright/accessibility-helper.js +1 -1
  74. package/src/bin/playwright/command.js +1 -1
  75. package/src/bin/playwright/globalSetup.js +1 -1
  76. package/src/bin/playwright/mock-process.js +1 -1
  77. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  78. package/src/bin/playwright/patches.js +1 -1
  79. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  80. package/src/bin/playwright/reporter/reporter.js +1 -1
  81. package/src/bin/playwright/reporter/test-details.js +1 -1
  82. package/src/bin/playwright/sessionDetails.js +1 -1
  83. package/src/bin/runner.js +1 -1
  84. package/src/bin/setup.js +1 -1
  85. package/src/bin/test-runner/index.js +1 -1
  86. package/src/bin/test-runner/runTest.js +1 -1
  87. package/src/bin/test-runner/testWorker.js +1 -1
  88. package/src/bin/utils/constants.js +1 -1
  89. package/src/bin/utils/log4jsAppender.js +1 -1
  90. package/src/bin/utils/logPatcher.js +1 -1
  91. package/src/bin/utils/logReportingAPI.js +1 -1
  92. package/src/bin/vanilla-js/command.js +1 -1
  93. package/src/browserStackSdk.js +1 -1
  94. package/src/helpers/BrowserStackSetup.js +1 -1
  95. package/src/helpers/accessibility-automation/constants.js +1 -1
  96. package/src/helpers/accessibility-automation/helper.js +1 -1
  97. package/src/helpers/accessibility-automation/scripts.js +1 -1
  98. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  99. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  100. package/src/helpers/ats/constants.js +1 -1
  101. package/src/helpers/ats/helper.js +1 -1
  102. package/src/helpers/capsMapping.js +1 -1
  103. package/src/helpers/central-scanner/constants.js +1 -1
  104. package/src/helpers/central-scanner/helpers.js +1 -1
  105. package/src/helpers/globals.js +1 -1
  106. package/src/helpers/helper.js +1 -1
  107. package/src/helpers/logger.js +1 -1
  108. package/src/helpers/patchHelper.js +1 -1
  109. package/src/helpers/patchHelpers.js +1 -1
  110. package/src/helpers/percy/Percy.js +1 -1
  111. package/src/helpers/percy/PercyBinary.js +1 -1
  112. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  113. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  114. package/src/helpers/percy/PercySDK.js +1 -1
  115. package/src/helpers/percy/index.js +1 -1
  116. package/src/helpers/percy/utils.js +1 -1
  117. package/src/helpers/performance/constants.js +1 -1
  118. package/src/helpers/performance/performance-tester.js +1 -1
  119. package/src/helpers/processHelper.js +1 -1
  120. package/src/helpers/request-spy.js +1 -1
  121. package/src/helpers/setKeepAlive.js +1 -1
  122. package/src/helpers/test-observability/constants.js +1 -1
  123. package/src/helpers/test-observability/error-handler.js +1 -1
  124. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  125. package/src/helpers/test-observability/sessionHandler.js +1 -1
  126. package/src/helpers/test-observability/utils.js +1 -1
  127. package/src/helpers/testhub/constants.js +1 -1
  128. package/src/helpers/testhub/testhubHandler.js +1 -1
  129. package/src/helpers/testhub/utils.js +1 -1
  130. package/src/helpers/timeoutPromise.js +1 -1
  131. package/src/helpers/utilities.js +1 -1
  132. package/src/helpers/w3cMapping.js +1 -1
  133. package/src/hubAllocationMethods.js +1 -1
  134. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x106d44=a1_0x3b8a;function a1_0x3b8a(_0x28eefa,_0x19b4f5){const _0xa0ab81=a1_0xa0ab();return a1_0x3b8a=function(_0x3b8af3,_0x3b3f8d){_0x3b8af3=_0x3b8af3-0x1a0;let _0x4e4e4c=_0xa0ab81[_0x3b8af3];return _0x4e4e4c;},a1_0x3b8a(_0x28eefa,_0x19b4f5);}(function(_0x4aaa72,_0x523b66){const _0x34aca0=a1_0x3b8a,_0x478ec5=_0x4aaa72();while(!![]){try{const _0x488370=-parseInt(_0x34aca0(0x242))/0x1*(-parseInt(_0x34aca0(0x23d))/0x2)+-parseInt(_0x34aca0(0x1f1))/0x3+parseInt(_0x34aca0(0x24e))/0x4*(-parseInt(_0x34aca0(0x1b1))/0x5)+parseInt(_0x34aca0(0x270))/0x6*(-parseInt(_0x34aca0(0x201))/0x7)+parseInt(_0x34aca0(0x1ae))/0x8+-parseInt(_0x34aca0(0x256))/0x9+parseInt(_0x34aca0(0x269))/0xa;if(_0x488370===_0x523b66)break;else _0x478ec5['push'](_0x478ec5['shift']());}catch(_0xdfe9b6){_0x478ec5['push'](_0x478ec5['shift']());}}}(a1_0xa0ab,0x43d74));function a1_0xa0ab(){const _0x162ff0=['28pyIjuD','winstonLogger','ctx','find','overwriteCommand','format','RCxsn','./helper.js','2591037bxkurQ','add','Suite','../../helpers/performance/constants','SESSION_STATUS','before','rcgKM','ddiWd','CPDFk','saveScreenshot','Failed\x20to\x20execute\x20_before:\x20','all','qTWER','passed','fiMDU','bARsJ','start','iZZAk','SDK_TEST','13256630UmtCXf','test-before','setGlobal','codeceptjs','CfyRH','../../helpers/testhub/constants.js','fireEvent','370878wDFwcX','ArKtj','xKgJT','test-after','captureEvent','prototype','jZbLH','emit','../../helpers/request-spy','currentTest','pYsRM','IGEAi','CZnnb','jdiVw','class','skipSessionStatus','1533928meuexu','SDK_HOOK','titlePath','6610brpqXP','bBGdU','hookType','codeceptjs/lib/utils.js','../../helpers/logger','patch','EwCsy','HOOK_RUN_STARTED','executeScript','spGBu','bddStep-after','../../bin/playwright/accessibility-helper','arguments','browserstackTestName','bddStep-before','BROWSERSTACK_TESTHUB_UUID','AmNsW','status','setSessionName','CpZnO','fZBgJ','BS_TESTOPS_ALLOW_SCREENSHOTS','base64','restore','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','measureWrapper','call','UJfjS','step','end','TpQxc','EXsLm','../../helpers/accessibility-automation/helper','hook','commandsToWrap','hook-started','__skipSessionStatus','SDK_PRE_TEST','SAVE_RESULTS','event','getAccessibilityResultsSummary','constructor','iWJjM','SDK_POST_TEST','accessibilityPlatform','fRhov','jrmTt','../../helpers/accessibility-automation/scripts','captureError','DoIBs','test-failed','failed','../../bin/playwright/sessionDetails','TestCafe','bstackAllyScanning','slice','saveTestResults','test-skipped','toISOString','browserstack_executor:\x20','apply','LEwMG','after','puoJP','1607202GyHPrE','iuuJF','debug','exports','HgrzI','Playwright','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','stringify','__driver','BwsyL','TEST_RUN_FINISHED','started','warn','KFmCl','action','bddStepFinish','49iUypTV','SDK_POST_INITIALIZE','initSaveScreenshot','patchSaveScreenshot','_before','pHvtD','SbTgI','WebDriver','./o11yHelper','getResultsSummary','yMbTz','INFO','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','guNMG','tHKQX','dqOrz','info','uHIyZ','contexts','setSessionStatus','afterTest','name','util','browser','wmzsA','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','readFileSync','PERFORM_SCAN','helpers','SESSION_NAME','otxlg','DgvJa','GET_RESULTS','browserStackExecuteDriver','../../helpers/globals.js','Element','getAccessibilityResults','command','test','qTZnA','TEST_LOG','hIycQ','thTestRunUuid','VOyDC','bddStep','dispatcher','loykv','bddStepStart','urvgn','codeceptjs/lib/helper/WebDriver.js','ENV_VAR','bs:addLog:','comment','cSyQu','performScan','XgeHI','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','wmzHX','Performing\x20scan\x20for\x20','pid','2FEgtmC','BROWSERSTACK_TESTHUB_JWT','pGHRK','HOOK_RUN_FINISHED','title','26044OOzOZp','XPVCD','bqbYR','test-started','catch','BqAoa','../../helpers/helper','XQXGS','stop','forEach','../../helpers/performance/performance-tester','TEST_RUN_SKIPPED'];a1_0xa0ab=function(){return _0x162ff0;};return a1_0xa0ab();}const fs=require('fs'),util=require(a1_0x106d44(0x217)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x106d44(0x248)),logger=require(a1_0x106d44(0x1b5))[a1_0x106d44(0x24f)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x106d44(0x1a6)),PlaywrightSessionDetails=require(a1_0x106d44(0x1e5)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x106d44(0x209)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x106d44(0x1d1)),AccessibilityHelper=require(a1_0x106d44(0x1bc)),scripts=require(a1_0x106d44(0x1e0)),PerformanceTester=require(a1_0x106d44(0x24c)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x106d44(0x259)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x106d44(0x255)),testHubConstants=require(a1_0x106d44(0x26e)),globals=require(a1_0x106d44(0x223)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x106d44(0x26c)),CodeceptUtils=requireModule(a1_0x106d44(0x1b4),'codeceptjs'),CodeceptWebDriver=requireModule(a1_0x106d44(0x232),a1_0x106d44(0x26c)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x106d44(0x26c)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js',a1_0x106d44(0x26c)),playwrightMarkSessionStatus=(_0x50234a,_0x4ad171,_0x4d6065)=>{const _0x4d58da=a1_0x106d44,_0x7e4dfc={'hIycQ':_0x4d58da(0x214),'qyvDq':function(_0x45d276,_0x3bdbcc){return _0x45d276(_0x3bdbcc);}},_0x277788={};_0x277788[_0x4d58da(0x1c2)]=_0x4ad171;const _0x32fcae={};_0x32fcae['action']=_0x7e4dfc[_0x4d58da(0x22a)],_0x32fcae['arguments']=_0x277788;const _0x3342fc=_0x32fcae;return!_0x7e4dfc['qyvDq'](isUndefined,_0x4d6065)&&(_0x3342fc[_0x4d58da(0x1bd)]['reason']=JSON[_0x4d58da(0x1f8)](_0x4d6065)),_0x50234a[_0x4d58da(0x1b9)](()=>{},_0x4d58da(0x1ec)+JSON[_0x4d58da(0x1f8)](_0x3342fc));},o11ySync=PerformanceTester[a1_0x106d44(0x1ca)](PerformanceO11yEvents['SYNC'],async _0x2b6fba=>{const _0x1da967=a1_0x106d44,_0x2edbf6={};_0x2edbf6[_0x1da967(0x236)]=function(_0xdb35f5,_0x66ab51){return _0xdb35f5===_0x66ab51;},_0x2edbf6[_0x1da967(0x1b7)]=_0x1da967(0x1f6);const _0x322207=_0x2edbf6;_0x322207['cSyQu'](_0x2b6fba[_0x1da967(0x1da)][_0x1da967(0x216)],_0x322207[_0x1da967(0x1b7)])?await _0x2b6fba[_0x1da967(0x1b9)](_0x58677b=>{},testOpsHelper['getSyncScript']()):await _0x2b6fba[_0x1da967(0x1b9)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x106d44(0x1ca)](PerformanceAutEvents[a1_0x106d44(0x21e)],async(_0x41c5fd,_0x17d032)=>{const _0x45816c=a1_0x106d44,_0x1c9da6={};_0x1c9da6[_0x45816c(0x228)]=_0x45816c(0x1c3),_0x1c9da6[_0x45816c(0x22f)]=function(_0x5f4823,_0xedcc04){return _0x5f4823===_0xedcc04;},_0x1c9da6['ddiWd']=_0x45816c(0x1f6);const _0x42a975=_0x1c9da6,_0x316ba9={};_0x316ba9[_0x45816c(0x216)]=_0x17d032;const _0x32b013={};_0x32b013[_0x45816c(0x1ff)]=_0x42a975['qTZnA'],_0x32b013[_0x45816c(0x1bd)]=_0x316ba9;const _0x445e46=_0x32b013;_0x42a975['loykv'](_0x41c5fd[_0x45816c(0x1da)][_0x45816c(0x216)],_0x42a975[_0x45816c(0x25d)])?await _0x41c5fd['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x45816c(0x1f8)](_0x445e46)):await _0x41c5fd[_0x45816c(0x1b9)]('browserstack_executor:\x20'+JSON[_0x45816c(0x1f8)](_0x445e46));}),patchSaveScreenshot=_0x115bbc=>{const _0x5e506d=a1_0x106d44,_0x1b9eda={'CpZnO':_0x5e506d(0x1c7),'rEuGY':'TEST_SCREENSHOT','qTWER':function(_0x281834){return _0x281834();},'eWxAS':function(_0x1943e7,_0x1c0ae7){return _0x1943e7(_0x1c0ae7);}};_0x1b9eda['eWxAS'](isTrue,process['env'][_0x5e506d(0x1c6)])&&!_0x115bbc['patchSaveScreenshot']&&(_0x115bbc[_0x5e506d(0x204)]=!![],_0x115bbc['initSaveScreenshot']=_0x115bbc[_0x5e506d(0x25f)],_0x115bbc['saveScreenshot']=(_0x52df6e,_0x458fab=![])=>{const _0x3354eb=_0x5e506d,_0x59e833={'fRhov':_0x1b9eda[_0x3354eb(0x1c4)],'BqAoa':_0x1b9eda['rEuGY'],'yMbTz':function(_0x376167){const _0x2bd4b5=_0x3354eb;return _0x1b9eda[_0x2bd4b5(0x262)](_0x376167);}};return new Promise(function(_0x114516,_0x22cd2c){const _0x1216ae=_0x3354eb,_0x3181c8={'JImer':_0x59e833[_0x1216ae(0x1de)],'CZnnb':_0x59e833[_0x1216ae(0x247)],'UJfjS':function(_0x3a1a17){const _0x15ab17=_0x1216ae;return _0x59e833[_0x15ab17(0x20b)](_0x3a1a17);}};_0x115bbc[_0x1216ae(0x203)](_0x52df6e,_0x458fab)['then'](()=>{const _0x553ff6=_0x1216ae,_0x4b83af=CodeceptUtils['screenshotOutputFolder'](_0x52df6e),_0x46c4c3=fs[_0x553ff6(0x21b)](_0x4b83af);process['emit'](_0x553ff6(0x234)+process['pid'],{'timestamp':new Date()['toISOString'](),'message':_0x46c4c3['toString'](_0x3181c8['JImer']),'kind':_0x3181c8[_0x553ff6(0x1aa)]}),_0x3181c8[_0x553ff6(0x1cc)](_0x114516);})[_0x1216ae(0x246)](()=>null);});});},patchWebDriverBefore=_0xf72c6a=>{const _0x12ee23=a1_0x106d44,_0x143bb7={'BwsyL':function(_0x92b4d7){return _0x92b4d7();},'RCxsn':function(_0x4e93f1,_0x481abb){return _0x4e93f1(_0x481abb);},'mIiSZ':function(_0x1966ae,_0x3c04bc){return _0x1966ae===_0x3c04bc;},'xKgJT':_0x12ee23(0x224),'zDhJT':function(_0x5a04cb,_0x22a1da){return _0x5a04cb(_0x22a1da);}},_0x373453=async function(_0x2662f3,_0x3519d4){const _0x1c9373=_0x12ee23;return _0x143bb7[_0x1c9373(0x1fa)](isAccessibilityAutomationSession)&&!global[_0x1c9373(0x1e7)]&&global[_0x1c9373(0x1dd)]&&scripts['shouldWrapCommand'](_0x2662f3[_0x1c9373(0x216)])&&_0x143bb7[_0x1c9373(0x254)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x1c9373(0x1ca)](PerformanceA11yEvents[_0x1c9373(0x21c)],async()=>{const _0x1906d0=_0x1c9373;logger[_0x1906d0(0x1f3)](_0x1906d0(0x23b)+_0x2662f3[_0x1906d0(0x1ac)]+'\x20'+_0x2662f3['name']),await AccessibilityHelper[_0x1906d0(0x222)](_0xf72c6a,scripts['performScan']);},{'command':_0x2662f3['name']})()),global[_0x1c9373(0x1e7)]=![],_0x3519d4[_0x1c9373(0x1ed)](this,Array[_0x1c9373(0x1a3)][_0x1c9373(0x1e8)][_0x1c9373(0x1cb)](arguments,0x2));},_0x81a0c2=CodeceptWebDriver[_0x12ee23(0x1a3)][_0x12ee23(0x205)];CodeceptWebDriver[_0x12ee23(0x1a3)][_0x12ee23(0x205)]=async function(){const _0x5cca93=_0x12ee23;try{await _0x81a0c2[_0x5cca93(0x1ed)](this,arguments);}catch(_0x46b56c){logger['debug'](_0x5cca93(0x260)+util[_0x5cca93(0x253)](_0x46b56c));}scripts[_0x5cca93(0x1d3)]['filter'](_0x34b12b=>_0x34b12b[_0x5cca93(0x216)]&&_0x34b12b[_0x5cca93(0x1ac)])[_0x5cca93(0x24b)](_0x4b5f53=>{const _0x5c0635=_0x5cca93;this['browser'][_0x5c0635(0x252)](_0x4b5f53[_0x5c0635(0x216)],_0x373453['bind'](this,_0x4b5f53),_0x143bb7['mIiSZ'](_0x4b5f53[_0x5c0635(0x1ac)],_0x143bb7[_0x5c0635(0x1a0)]));}),_0x143bb7['zDhJT'](processWebDriverConfig,_0xf72c6a);};},patchPlaywrightBefore=()=>{const _0x3afb24=a1_0x106d44;PlaywrightSessionDetails[_0x3afb24(0x1b6)]();const _0x1a987a=CodeceptPlaywright['prototype'][_0x3afb24(0x205)];CodeceptPlaywright[_0x3afb24(0x1a3)]['_before']=async function(){const _0x5ef935=_0x3afb24;this['browserContext']=await this[_0x5ef935(0x218)][_0x5ef935(0x213)]()[0x0],await _0x1a987a[_0x5ef935(0x1ed)](this,arguments);};},getCodeceptDriver=()=>{const _0x3e9166=a1_0x106d44,_0x4d4136={};_0x4d4136['EBrvh']=_0x3e9166(0x208),_0x4d4136[_0x3e9166(0x238)]=_0x3e9166(0x1f6),_0x4d4136[_0x3e9166(0x1df)]='Puppeteer',_0x4d4136[_0x3e9166(0x1a4)]=_0x3e9166(0x1e6);const _0x356a7b=_0x4d4136,_0x558c66=[_0x356a7b['EBrvh'],_0x356a7b[_0x3e9166(0x238)],_0x356a7b['jrmTt'],_0x356a7b[_0x3e9166(0x1a4)]],_0x190ed0=_0x558c66[_0x3e9166(0x251)](_0x3ce9c9=>!!CodeceptJS['container'][_0x3e9166(0x21d)](_0x3ce9c9));if(!_0x190ed0)return null;return CodeceptJS['container']['helpers'](_0x190ed0);};module[a1_0x106d44(0x1f4)]=function(_0x4adfe0){const _0x372060=a1_0x106d44,_0x5f57af={'VOyDC':function(_0xba0f8b){return _0xba0f8b();},'AmNsW':function(_0xbe8c2d,_0x4cd0b2){return _0xbe8c2d(_0x4cd0b2);},'Xzlmh':_0x372060(0x225),'otxlg':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','bqbYR':'getAccessibilityResultsSummary','IGEAi':_0x372060(0x1c9),'LEwMG':_0x372060(0x1d4),'KFmCl':'hook-passed','DoIBs':'hook-failed','QQrgw':_0x372060(0x1be),'jdiVw':function(_0x99ab62){return _0x99ab62();},'pGHRK':_0x372060(0x26a),'fZBgJ':function(_0x48b976){return _0x48b976();},'urvgn':function(_0x5ef1a1,_0x1dd168,_0x273654){return _0x5ef1a1(_0x1dd168,_0x273654);},'SbTgI':_0x372060(0x245),'wmzsA':function(_0x5bc95d,_0x5ac0e3,_0x71c0ad){return _0x5bc95d(_0x5ac0e3,_0x71c0ad);},'KrFBa':'test-passed','pHvtD':function(_0x134bf1){return _0x134bf1();},'iuuJF':function(_0x395de8,_0x3c53a8,_0x4f1b3b,_0x334111){return _0x395de8(_0x3c53a8,_0x4f1b3b,_0x334111);},'vDtmC':function(_0x4d4250,_0x2f1694){return _0x4d4250===_0x2f1694;},'fiMDU':_0x372060(0x258),'ArKtj':_0x372060(0x1e3),'DgvJa':_0x372060(0x1ea),'wmzHX':_0x372060(0x215),'SgtxB':function(_0x96086c){return _0x96086c();},'iWJjM':function(_0x44c8d2,_0x4addee,_0x38ab1e){return _0x44c8d2(_0x4addee,_0x38ab1e);},'gNuQY':function(_0x2d31e8){return _0x2d31e8();},'uHIyZ':_0x372060(0x21a),'tHKQX':_0x372060(0x1a1),'dqOrz':_0x372060(0x20c),'TpQxc':_0x372060(0x229),'CfyRH':'step-comment','bBGdU':_0x372060(0x1bf),'bARsJ':_0x372060(0x1bb),'pYsRM':'Playwright'};_0x4adfe0[_0x372060(0x1ad)]&&(global[_0x372060(0x1d5)]=_0x4adfe0[_0x372060(0x1ad)]);PerformanceTester['startMonitoring']();const _0x9daadc=_0x5f57af[_0x372060(0x22c)](getCodeceptDriver),_0x303b01=new O11yHelper(_0x9daadc,_0x4adfe0),_0x5445c7=!!CodeceptJS['container'][_0x372060(0x21d)](_0x5f57af[_0x372060(0x1a8)]);global[_0x372060(0x1f9)]=_0x9daadc,_0x9daadc&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x248252=_0x372060;_0x5445c7?_0x5f57af[_0x248252(0x22c)](patchPlaywrightBefore):_0x5f57af['AmNsW'](patchWebDriverBefore,_0x9daadc);})(),PerformanceTester[_0x372060(0x1ca)](PerformanceEvents[_0x372060(0x202)],()=>{const _0x2246e6=_0x372060,_0x575168={};_0x575168[_0x2246e6(0x267)]=_0x5f57af[_0x2246e6(0x244)],_0x575168[_0x2246e6(0x1d0)]=_0x5f57af[_0x2246e6(0x1a9)];const _0x236833=_0x575168;_0x9daadc[_0x2246e6(0x1d9)]=async()=>{const _0x5bedbe=_0x2246e6;if(global[_0x5bedbe(0x1dd)]){const _0x30f1a4={};_0x30f1a4[_0x5bedbe(0x226)]=_0x236833[_0x5bedbe(0x267)],await PerformanceTester[_0x5bedbe(0x1ca)](PerformanceA11yEvents[_0x5bedbe(0x21c)],async()=>{const _0x3278cc=_0x5bedbe;await AccessibilityHelper[_0x3278cc(0x222)](_0x9daadc,scripts[_0x3278cc(0x237)]);},_0x30f1a4)(),await PerformanceTester[_0x5bedbe(0x1ca)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x5c6689=_0x5bedbe;await AccessibilityHelper[_0x5c6689(0x222)](_0x9daadc,scripts[_0x5c6689(0x20a)]);})();}else return logger[_0x5bedbe(0x1fd)](_0x236833[_0x5bedbe(0x1d0)]),{};},_0x9daadc[_0x2246e6(0x225)]=async()=>{const _0x54f83f=_0x2246e6;if(global['accessibilityPlatform']){const _0x2c5d13={};_0x2c5d13[_0x54f83f(0x226)]=_0x5f57af['Xzlmh'],await PerformanceTester[_0x54f83f(0x1ca)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3e3043=_0x54f83f;await AccessibilityHelper[_0x3e3043(0x222)](_0x9daadc,scripts[_0x3e3043(0x237)]);},_0x2c5d13)(),await PerformanceTester[_0x54f83f(0x1ca)](PerformanceA11yEvents[_0x54f83f(0x221)],async()=>{const _0x2780b1=_0x54f83f;await AccessibilityHelper[_0x2780b1(0x222)](_0x9daadc,scripts['getResults']);})();}else return logger['warn'](_0x5f57af[_0x54f83f(0x21f)]),{};},_0x5f57af[_0x2246e6(0x1c1)](patchSaveScreenshot,_0x9daadc);})()),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS['event'][_0x372060(0x261)][_0x372060(0x25b)],()=>{const _0x1e9116=_0x372060;PerformanceTester['start'](PerformanceEvents[_0x1e9116(0x1d6)]);try{_0x303b01['start'](),testOpsHelper['addRequestSpy'](),PerformanceTester['end'](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x25153a){PerformanceTester[_0x1e9116(0x1e1)](_0x25153a),PerformanceTester[_0x1e9116(0x1ce)](PerformanceEvents[_0x1e9116(0x1d6)],![],_0x25153a);}}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS['event'][_0x372060(0x261)][_0x372060(0x1ef)],async()=>{const _0x5f4317=_0x372060;PerformanceTester['start'](PerformanceEvents[_0x5f4317(0x1dc)]);try{requestSpy[_0x5f4317(0x1c8)](),await _0x303b01[_0x5f4317(0x24a)](),PerformanceTester[_0x5f4317(0x1ce)](PerformanceEvents[_0x5f4317(0x1dc)]);}catch(_0x16e73a){PerformanceTester[_0x5f4317(0x1e1)](_0x16e73a),PerformanceTester[_0x5f4317(0x1ce)](PerformanceEvents[_0x5f4317(0x1dc)],![],_0x16e73a);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS[_0x372060(0x1d8)][_0x372060(0x1d2)]['started'],_0x5448a0=>{const _0x38f5d5=_0x372060;PerformanceTester[_0x38f5d5(0x266)](PerformanceEvents[_0x38f5d5(0x1af)]);try{const _0x1294e7=_0x5448a0['ctx'][_0x38f5d5(0x227)],_0xdc429a=_0x303b01[_0x38f5d5(0x1a2)](TEST_EVENTS[_0x38f5d5(0x1b8)],_0x1294e7);CodeceptRecorder[_0x38f5d5(0x257)](()=>_0x303b01[_0x38f5d5(0x26f)](TEST_EVENTS[_0x38f5d5(0x1b8)],_0xdc429a));const _0x18ee8f={};_0x18ee8f['hookType']=_0x5f57af['LEwMG'],PerformanceTester[_0x38f5d5(0x1ce)](PerformanceEvents['SDK_HOOK'],!![],null,_0x18ee8f);}catch(_0x2d1a45){const _0x581601={};_0x581601[_0x38f5d5(0x1b3)]=_0x5f57af[_0x38f5d5(0x1ee)],PerformanceTester[_0x38f5d5(0x1ce)](PerformanceEvents[_0x38f5d5(0x1af)],![],_0x2d1a45,_0x581601),PerformanceTester['captureError'](_0x2d1a45);}}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS['event']['hook'][_0x372060(0x263)],_0x14d585=>{const _0x1a79a8=_0x372060,_0x38a9c6={};_0x38a9c6[_0x1a79a8(0x1b3)]=_0x5f57af['KFmCl'],PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x38a9c6);try{const _0x418289=_0x14d585[_0x1a79a8(0x250)][_0x1a79a8(0x227)],_0x5eac0b=_0x303b01['captureEvent'](TEST_EVENTS[_0x1a79a8(0x240)],_0x418289);CodeceptRecorder[_0x1a79a8(0x257)](()=>_0x303b01[_0x1a79a8(0x26f)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5eac0b));const _0x4f2e1c={};_0x4f2e1c[_0x1a79a8(0x1b3)]=_0x5f57af[_0x1a79a8(0x1fe)],PerformanceTester[_0x1a79a8(0x1ce)](PerformanceHookEvents[_0x1a79a8(0x1af)],!![],null,_0x4f2e1c);}catch(_0x27ef75){PerformanceTester[_0x1a79a8(0x1e1)](_0x27ef75);const _0x2ec5e9={};_0x2ec5e9[_0x1a79a8(0x1b3)]=_0x5f57af['KFmCl'],PerformanceTester['end'](PerformanceHookEvents[_0x1a79a8(0x1af)],![],_0x27ef75,_0x2ec5e9);}}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS[_0x372060(0x1d8)][_0x372060(0x1d2)][_0x372060(0x1e4)],async(_0x4252b2,_0x2c8fba)=>{const _0x4999a4=_0x372060;PerformanceTester[_0x4999a4(0x266)](PerformanceHookEvents[_0x4999a4(0x1af)]);try{const _0x3e3354=_0x4252b2['ctx'][_0x4999a4(0x227)],_0x558208=_0x303b01[_0x4999a4(0x1a2)](TEST_EVENTS[_0x4999a4(0x240)],_0x3e3354,_0x2c8fba);CodeceptRecorder[_0x4999a4(0x257)](()=>_0x303b01[_0x4999a4(0x26f)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x558208));const _0x1e6791={};_0x1e6791[_0x4999a4(0x1b3)]=_0x5f57af[_0x4999a4(0x1e2)],PerformanceTester['start'](PerformanceHookEvents[_0x4999a4(0x1af)],!![],null,_0x1e6791);}catch(_0x2afa5e){PerformanceTester[_0x4999a4(0x1e1)](_0x2afa5e);const _0x31b90b={};_0x31b90b['hookType']=_0x5f57af[_0x4999a4(0x1e2)],PerformanceTester['end'](PerformanceHookEvents[_0x4999a4(0x1af)],![],_0x2afa5e,_0x31b90b);}const _0x172635={};_0x172635['hookType']=_0x5f57af['DoIBs'],PerformanceTester[_0x4999a4(0x1ce)](PerformanceHookEvents[_0x4999a4(0x1af)],!![],null,_0x172635);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x372060(0x1d8)][_0x372060(0x227)][_0x372060(0x25b)],_0x25f667=>{const _0x59f8f8=_0x372060;PerformanceTester['start'](PerformanceHookEvents[_0x59f8f8(0x1af)]);try{globals[_0x59f8f8(0x26b)](_0x5f57af['QQrgw'],_0x25f667[_0x59f8f8(0x241)]);_0x5f57af[_0x59f8f8(0x1ab)](isBrowserstackInfra)&&(_0x5445c7&&(global['__workerDetails']={'currentTest':{'name':_0x25f667[_0x59f8f8(0x241)],'testInfo':{'titlePath':_0x25f667[_0x59f8f8(0x1b0)]()}}}));const _0x50883e={};_0x50883e[_0x59f8f8(0x1b3)]=_0x5f57af[_0x59f8f8(0x23f)],PerformanceTester['end'](PerformanceHookEvents[_0x59f8f8(0x1af)],!![],null,_0x50883e);}catch(_0x86d3a5){PerformanceTester[_0x59f8f8(0x1e1)](_0x86d3a5);const _0x2f34ef={};_0x2f34ef[_0x59f8f8(0x1b3)]=_0x5f57af[_0x59f8f8(0x23f)],PerformanceTester[_0x59f8f8(0x1ce)](PerformanceHookEvents[_0x59f8f8(0x1af)],![],_0x86d3a5,_0x2f34ef);}}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS[_0x372060(0x1d8)][_0x372060(0x227)][_0x372060(0x1fc)],_0x1e6d9f=>{const _0x13c856=_0x372060,_0x1456d1={'ErOGa':function(_0x24dcb5){const _0x59ce0e=a1_0x3b8a;return _0x5f57af[_0x59ce0e(0x1c5)](_0x24dcb5);},'CPDFk':function(_0x2aabe2,_0x4a9aa9){return _0x5f57af['AmNsW'](_0x2aabe2,_0x4a9aa9);},'XPVCD':function(_0x2f95e4,_0x39b888,_0x1d6099){const _0x42209c=a1_0x3b8a;return _0x5f57af[_0x42209c(0x231)](_0x2f95e4,_0x39b888,_0x1d6099);},'puoJP':function(_0xe2157f,_0x1c6609){return _0x5f57af['AmNsW'](_0xe2157f,_0x1c6609);}};PerformanceTester[_0x13c856(0x266)](PerformanceHookEvents[_0x13c856(0x1af)]);try{globals['setGlobal'](_0x5f57af['QQrgw'],_0x1e6d9f[_0x13c856(0x241)]);const _0xffbf83=_0x303b01[_0x13c856(0x1a2)](TEST_EVENTS['TEST_RUN_STARTED'],_0x1e6d9f);CodeceptRecorder[_0x13c856(0x257)](()=>_0x303b01[_0x13c856(0x26f)](TEST_EVENTS['TEST_RUN_STARTED'],_0xffbf83)),CodeceptRecorder[_0x13c856(0x257)](async()=>{const _0x1dc6f6=_0x13c856;_0x1456d1['ErOGa'](isBrowserstackInfra)&&(!_0x1456d1[_0x1dc6f6(0x25e)](isTrue,_0x4adfe0['skipSessionName'])&&await _0x1456d1[_0x1dc6f6(0x243)](markSessionName,_0x9daadc,_0x1e6d9f['title']),_0x303b01['enabled']&&await _0x1456d1[_0x1dc6f6(0x1f0)](o11ySync,_0x9daadc));});}catch(_0x304447){const _0x2dad78={};_0x2dad78[_0x13c856(0x1b3)]=_0x5f57af[_0x13c856(0x207)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x304447,_0x2dad78),PerformanceTester[_0x13c856(0x1e1)](_0x304447);}const _0x504c83={};_0x504c83[_0x13c856(0x1b3)]=_0x5f57af[_0x13c856(0x207)],PerformanceTester[_0x13c856(0x1ce)](PerformanceHookEvents[_0x13c856(0x1af)],!![],null,_0x504c83);}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS[_0x372060(0x1d8)][_0x372060(0x227)]['passed'],_0x5a23a0=>{const _0x4acf06=_0x372060,_0x39d2a8={'HgrzI':function(_0x307744,_0x8fe5b9,_0x4b7473){const _0x4fa475=a1_0x3b8a;return _0x5f57af[_0x4fa475(0x231)](_0x307744,_0x8fe5b9,_0x4b7473);},'XQXGS':function(_0x458324,_0x234461,_0x3ae4b9){const _0x5285f7=a1_0x3b8a;return _0x5f57af[_0x5285f7(0x219)](_0x458324,_0x234461,_0x3ae4b9);},'rcgKM':function(_0x7bb3){return _0x5f57af['jdiVw'](_0x7bb3);}};PerformanceTester[_0x4acf06(0x266)](PerformanceHookEvents[_0x4acf06(0x1af)]);try{const _0xa52220=_0x303b01['captureEvent'](TEST_EVENTS[_0x4acf06(0x1fb)],_0x5a23a0);CodeceptRecorder[_0x4acf06(0x257)](()=>_0x303b01[_0x4acf06(0x26f)](TEST_EVENTS[_0x4acf06(0x1fb)],_0xa52220)),CodeceptRecorder['add'](async()=>{const _0x1be71c=_0x4acf06;_0x39d2a8[_0x1be71c(0x25c)](isBrowserstackInfra)&&await PerformanceTester[_0x1be71c(0x1ca)](PerformanceAutEvents[_0x1be71c(0x25a)],async()=>{const _0x14ef1d=_0x1be71c;_0x5445c7?await _0x39d2a8[_0x14ef1d(0x1f5)](playwrightMarkSessionStatus,_0x9daadc,STATE_PASSED):await _0x39d2a8[_0x14ef1d(0x249)](markSessionStatus,_0x9daadc,STATE_PASSED);})();}),PerformanceTester[_0x4acf06(0x1ce)](PerformanceEvents[_0x4acf06(0x268)]);}catch(_0x188568){PerformanceTester[_0x4acf06(0x1e1)](_0x188568);const _0x1c6e5d={};_0x1c6e5d[_0x4acf06(0x1b3)]=_0x5f57af['KrFBa'],PerformanceTester[_0x4acf06(0x1ce)](PerformanceHookEvents[_0x4acf06(0x1af)],![],_0x188568,_0x1c6e5d),PerformanceTester[_0x4acf06(0x1ce)](PerformanceEvents['SDK_TEST'],![],_0x188568);}const _0x5af244={};_0x5af244[_0x4acf06(0x1b3)]=_0x5f57af['KrFBa'],PerformanceTester[_0x4acf06(0x1ce)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5af244);}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS[_0x372060(0x1d8)][_0x372060(0x227)][_0x372060(0x1e4)],(_0x3a0b49,_0x172a9e)=>{const _0x48f446=_0x372060,_0xa91ae0={'spGBu':function(_0x47c00d){const _0x22576d=a1_0x3b8a;return _0x5f57af[_0x22576d(0x206)](_0x47c00d);},'guNMG':function(_0x5f0fe5,_0x12296a,_0x5c82ed,_0xad69dd){const _0x438234=a1_0x3b8a;return _0x5f57af[_0x438234(0x1f2)](_0x5f0fe5,_0x12296a,_0x5c82ed,_0xad69dd);}};PerformanceTester[_0x48f446(0x266)](PerformanceHookEvents[_0x48f446(0x1af)]);try{if(_0x5f57af['vDtmC'](_0x3a0b49[_0x48f446(0x1da)][_0x48f446(0x216)],_0x5f57af[_0x48f446(0x264)])){const _0x3112b1=_0x303b01['captureEvent'](TEST_EVENTS[_0x48f446(0x24d)],_0x3a0b49[_0x48f446(0x250)][_0x48f446(0x1a7)]);CodeceptRecorder['add'](()=>_0x303b01['fireEvent'](TEST_EVENTS[_0x48f446(0x24d)],_0x3112b1));}else{const _0x353a4a=_0x303b01['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3a0b49,_0x172a9e);CodeceptRecorder[_0x48f446(0x257)](()=>{const _0x13b339=_0x48f446;try{_0x303b01['fireEvent'](TEST_EVENTS[_0x13b339(0x1fb)],_0x353a4a);}catch(_0x1eaf17){logger['debug'](_0x13b339(0x1f7)+util[_0x13b339(0x253)](_0x1eaf17)),PerformanceTester[_0x13b339(0x1ce)](PerformanceEvents[_0x13b339(0x268)],![],_0x1eaf17);}}),CodeceptRecorder[_0x48f446(0x257)](async()=>{const _0x31e15c=_0x48f446;try{_0xa91ae0[_0x31e15c(0x1ba)](isBrowserstackInfra)&&(_0x5445c7?await _0xa91ae0[_0x31e15c(0x20e)](playwrightMarkSessionStatus,_0x9daadc,STATE_FAILED,_0x172a9e):await _0xa91ae0[_0x31e15c(0x20e)](markSessionStatus,_0x9daadc,STATE_FAILED,_0x172a9e));}catch(_0x1e380e){logger[_0x31e15c(0x1f3)](_0x31e15c(0x239)+util[_0x31e15c(0x253)](_0x1e380e)),PerformanceTester[_0x31e15c(0x1ce)](PerformanceEvents[_0x31e15c(0x268)],![],_0x1e380e);}});}PerformanceTester[_0x48f446(0x1ce)](PerformanceEvents['SDK_TEST']);}catch(_0x5aef9){PerformanceTester[_0x48f446(0x1e1)](_0x5aef9);const _0x43ab66={};_0x43ab66[_0x48f446(0x1b3)]=_0x5f57af[_0x48f446(0x271)],PerformanceTester[_0x48f446(0x1ce)](PerformanceHookEvents['SDK_HOOK'],![],_0x5aef9,_0x43ab66),PerformanceTester['end'](PerformanceEvents[_0x48f446(0x268)],![],_0x5aef9);}const _0x11b28c={};_0x11b28c[_0x48f446(0x1b3)]=_0x5f57af['ArKtj'],PerformanceTester[_0x48f446(0x1ce)](PerformanceHookEvents[_0x48f446(0x1af)],!![],null,_0x11b28c);}),CodeceptJS['event'][_0x372060(0x22e)]['on'](CodeceptJS[_0x372060(0x1d8)]['test']['skipped'],_0x2ba9a6=>{const _0xa21f65=_0x372060;PerformanceTester['start'](PerformanceHookEvents[_0xa21f65(0x1af)]);try{const _0x7232fb=_0x303b01['captureEvent'](TEST_EVENTS[_0xa21f65(0x24d)],_0x2ba9a6);CodeceptRecorder[_0xa21f65(0x257)](()=>_0x303b01[_0xa21f65(0x26f)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x7232fb)),PerformanceTester[_0xa21f65(0x1ce)](PerformanceEvents[_0xa21f65(0x268)]);}catch(_0x494bf1){PerformanceTester[_0xa21f65(0x1e1)](_0x494bf1),PerformanceTester[_0xa21f65(0x1ce)](PerformanceEvents[_0xa21f65(0x268)],![],_0x494bf1);const _0x18eebc={};_0x18eebc['hookType']=_0x5f57af['DgvJa'],PerformanceTester['end'](PerformanceHookEvents[_0xa21f65(0x1af)],![],_0x494bf1,_0x18eebc);}const _0x5b6feb={};_0x5b6feb[_0xa21f65(0x1b3)]=_0x5f57af[_0xa21f65(0x220)],PerformanceTester['end'](PerformanceHookEvents[_0xa21f65(0x1af)],!![],null,_0x5b6feb);}),CodeceptJS['event'][_0x372060(0x22e)]['on'](CodeceptJS[_0x372060(0x1d8)][_0x372060(0x227)]['after'],async(_0x8a2066,_0x2383d7)=>{const _0x114a0f=_0x372060;try{PerformanceTester[_0x114a0f(0x266)](PerformanceHookEvents['SDK_HOOK']);if(_0x5f57af['SgtxB'](isBrowserstackInfra)){const _0x2ab2b8=_0x5f57af[_0x114a0f(0x1db)](shouldScanTestForAccessibility,_0x8a2066[_0x114a0f(0x1b0)](),!![]);if(_0x5f57af['gNuQY'](isAccessibilityAutomationSession)&&global[_0x114a0f(0x1dd)]&&_0x2ab2b8){const _0x39e4cd={};_0x39e4cd[_0x114a0f(0x22b)]=_0x8a2066['testAnalyticsId'],_0x39e4cd['thBuildUuid']=process['env'][testHubConstants['ENV_VAR'][_0x114a0f(0x1c0)]],_0x39e4cd['thJwtToken']=process['env'][testHubConstants[_0x114a0f(0x233)][_0x114a0f(0x23e)]];const _0x21d081=_0x39e4cd;logger['debug'](_0x114a0f(0x20d)+JSON[_0x114a0f(0x1f8)](_0x21d081)),CodeceptRecorder[_0x114a0f(0x257)](async()=>{const _0x1bdd24=_0x114a0f,_0xf9c361={};_0xf9c361[_0x1bdd24(0x226)]=_0x5f57af[_0x1bdd24(0x23a)],await PerformanceTester[_0x1bdd24(0x1ca)](PerformanceA11yEvents[_0x1bdd24(0x21c)],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x9daadc,scripts['performScan']);},_0xf9c361)(),await PerformanceTester[_0x1bdd24(0x1ca)](PerformanceA11yEvents[_0x1bdd24(0x1d7)],async()=>{const _0x306c73=_0x1bdd24;await AccessibilityHelper['browserStackExecuteDriver'](_0x9daadc,scripts[_0x306c73(0x1e9)],_0x21d081);})();}),logger[_0x114a0f(0x211)](_0x5f57af[_0x114a0f(0x212)]);}}const _0x307ca9={};_0x307ca9[_0x114a0f(0x1b3)]=_0x5f57af['tHKQX'],PerformanceTester[_0x114a0f(0x1ce)](PerformanceHookEvents[_0x114a0f(0x1af)],!![],null,_0x307ca9);}catch(_0x5be776){PerformanceTester[_0x114a0f(0x1e1)](_0x5be776);const _0x58733f={};_0x58733f['hookType']=_0x5f57af[_0x114a0f(0x20f)],PerformanceTester[_0x114a0f(0x1ce)](PerformanceHookEvents[_0x114a0f(0x1af)],![],_0x5be776,_0x58733f);}}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS['event'][_0x372060(0x1cd)][_0x372060(0x235)],_0x3ad65d=>{const _0x35174c=_0x372060;PerformanceTester[_0x35174c(0x266)](PerformanceHookEvents[_0x35174c(0x1af)]);try{process[_0x35174c(0x1a5)]('bs:addLog:'+process[_0x35174c(0x23c)],{'timestamp':new Date()[_0x35174c(0x1eb)](),'level':_0x5f57af[_0x35174c(0x210)],'message':_0x3ad65d,'kind':_0x5f57af[_0x35174c(0x1cf)],'http_response':{}});}catch(_0x301c6e){PerformanceTester[_0x35174c(0x1e1)](_0x301c6e);const _0x7a3df6={};_0x7a3df6[_0x35174c(0x1b3)]=_0x5f57af[_0x35174c(0x26d)],PerformanceTester[_0x35174c(0x1ce)](PerformanceHookEvents[_0x35174c(0x1af)],![],_0x301c6e,_0x7a3df6);}const _0x5c7307={};_0x5c7307[_0x35174c(0x1b3)]=_0x5f57af[_0x35174c(0x26d)],PerformanceTester[_0x35174c(0x1ce)](PerformanceHookEvents[_0x35174c(0x1af)],!![],null,_0x5c7307);}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS['event'][_0x372060(0x22d)][_0x372060(0x25b)],_0x3a8750=>{const _0x5618a9=_0x372060,_0x3c1be5={};_0x3c1be5[_0x5618a9(0x1b3)]=_0x5f57af[_0x5618a9(0x1b2)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5305ce=_0x5618a9;_0x303b01[_0x5305ce(0x230)](_0x3a8750);},_0x3c1be5)();}),CodeceptJS[_0x372060(0x1d8)][_0x372060(0x22e)]['on'](CodeceptJS[_0x372060(0x1d8)]['bddStep']['after'],_0x531e3e=>{const _0x353b83=_0x372060,_0x2d8941={};_0x2d8941[_0x353b83(0x1b3)]=_0x5f57af[_0x353b83(0x265)],PerformanceTester[_0x353b83(0x1ca)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x26a53e=_0x353b83;_0x303b01[_0x26a53e(0x200)](_0x531e3e);},_0x2d8941)();});};
1
+ const a1_0x581dcb=a1_0x4fa3;(function(_0x630ba4,_0x3bcf62){const _0x35b358=a1_0x4fa3,_0x29cf61=_0x630ba4();while(!![]){try{const _0x2469dc=-parseInt(_0x35b358(0x111))/0x1*(-parseInt(_0x35b358(0x187))/0x2)+-parseInt(_0x35b358(0x152))/0x3+-parseInt(_0x35b358(0xfb))/0x4+-parseInt(_0x35b358(0x118))/0x5+parseInt(_0x35b358(0x131))/0x6+-parseInt(_0x35b358(0x188))/0x7*(-parseInt(_0x35b358(0xfd))/0x8)+-parseInt(_0x35b358(0x17e))/0x9*(-parseInt(_0x35b358(0x156))/0xa);if(_0x2469dc===_0x3bcf62)break;else _0x29cf61['push'](_0x29cf61['shift']());}catch(_0x500146){_0x29cf61['push'](_0x29cf61['shift']());}}}(a1_0x57c5,0x50874));function a1_0x4fa3(_0x36edfa,_0x1b3991){const _0x57c50f=a1_0x57c5();return a1_0x4fa3=function(_0x4fa3c8,_0x33a59d){_0x4fa3c8=_0x4fa3c8-0xc4;let _0x13c22c=_0x57c50f[_0x4fa3c8];return _0x13c22c;},a1_0x4fa3(_0x36edfa,_0x1b3991);}function a1_0x57c5(){const _0x1346d8=['saveTestResults','OTKIP','fireEvent','PFRal','getResults','nuOWK','codeceptjs/lib/index.js','comment','WebDriver','browser','TEST_RUN_FINISHED','pJKUV','jQgEl','LYgsP','wmgzm','catch','uBObg','overwriteCommand','OglZU','container','codeceptjs','__skipSessionStatus','status','fpkgu','Playwright','bddStep-after','hook-started','executeScript','gSpuy','yTArD','measureWrapper','getAccessibilityResultsSummary','1690392FDilyE','enabled','80UgysFv','GET_RESULTS','MYDxO','Zfxgo','PERFORM_SCAN','stop','toString','../../helpers/performance/performance-tester','skipSessionName','HOOK_RUN_FINISHED','TEST_LOG','yjdku','Element','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','BqTMK','SDK_TEST','getSyncScript','RXNfS','toISOString','../../helpers/logger','28fAxiAs','titlePath','step','dispatcher','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','util','TestCafe','2799155BBXjQv','started','failed','_before','arguments','cTsUo','bddStep-before','TSnaB','codeceptjs/lib/helper/Playwright.js','start','SDK_PRE_INITIALIZE','BvSQW','class','dabBi','test-after','forEach','nQise','env','TEST_RUN_SKIPPED','call','INFO','test-before','find','startMonitoring','filter','122370UWYhET','passed','winstonLogger','xYemk','TEST_SCREENSHOT','end','contexts','saveScreenshot','emit','patch','../../helpers/accessibility-automation/helper','bs:addLog:','gcSRZ','readFileSync','bddStep','AlWbs','QpAKF','ENV_VAR','JftxV','__driver','../../bin/playwright/accessibility-helper','kdHFw','vMtuP','title','HOOK_RUN_STARTED','test-passed','format','after','qtiKo','constructor','base64','browserStackExecuteDriver','HMjIV','143613wxTTNu','browserstackTestName','apply','event','3490kGvcad','HtvMt','skipSessionStatus','pGIqU','hook','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','FTKFE','test-failed','BROWSERSTACK_TESTHUB_UUID','../../helpers/testhub/constants.js','prototype','codeceptjs/lib/helper/WebDriver.js','HFKfD','stringify','thJwtToken','browserContext','browserstack_executor:\x20','Performing\x20scan\x20for\x20','screenshotOutputFolder','performScan','slice','BROWSERSTACK_TESTHUB_JWT','EdXwC','tnlpi','Fipko','Failed\x20to\x20execute\x20_before:\x20','SDK_PRE_TEST','./helper.js','getAccessibilityResults','captureEvent','debug','hookType','command','./o11yHelper','TEST_RUN_STARTED','reason','step-comment','../../helpers/globals.js','HSFbV','__workerDetails','27585GHyKOC','ltxuR','currentTest','SDK_POST_TEST','test','bstackAllyScanning','warn','eLcpe','hook-passed','1106fzPYFm','178206sftOMx','KKdia','VDIbt','hook-failed','HnEgY','patchSaveScreenshot','SDK_HOOK','pid','RTMri','dlxxw','SAVE_RESULTS','before','name','add','qPkVy','Suite','thTestRunUuid','all','captureError','gemqH','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','GywDP','afterTest','ctx','iKStf','accessibilityPlatform'];a1_0x57c5=function(){return _0x1346d8;};return a1_0x57c5();}const fs=require('fs'),util=require(a1_0x581dcb(0x116)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0x581dcb(0x110))[a1_0x581dcb(0x133)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x581dcb(0x177)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x581dcb(0x13b)),AccessibilityHelper=require(a1_0x581dcb(0x145)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a1_0x581dcb(0x104)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x581dcb(0x171)),testHubConstants=require(a1_0x581dcb(0x15f)),globals=require(a1_0x581dcb(0x17b)),CodeceptJS=requireModule(a1_0x581dcb(0xe1),a1_0x581dcb(0xef)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x581dcb(0x161),a1_0x581dcb(0xef)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js',a1_0x581dcb(0xef)),CodeceptPlaywright=requireModule(a1_0x581dcb(0x120),'codeceptjs'),playwrightMarkSessionStatus=(_0x34f12d,_0x3c84e8,_0xde1b0d)=>{const _0x217975=a1_0x581dcb,_0x169bcf={'wmgzm':'setSessionStatus','yjdku':function(_0xfc8a9e,_0x48e72d){return _0xfc8a9e(_0x48e72d);}},_0x1bda17={};_0x1bda17[_0x217975(0xf1)]=_0x3c84e8;const _0x13979f={};_0x13979f['action']=_0x169bcf[_0x217975(0xe9)],_0x13979f[_0x217975(0x11c)]=_0x1bda17;const _0x5e9759=_0x13979f;return!_0x169bcf[_0x217975(0x108)](isUndefined,_0xde1b0d)&&(_0x5e9759[_0x217975(0x11c)][_0x217975(0x179)]=JSON[_0x217975(0x163)](_0xde1b0d)),_0x34f12d[_0x217975(0xf6)](()=>{},_0x217975(0x166)+JSON[_0x217975(0x163)](_0x5e9759));},o11ySync=PerformanceTester[a1_0x581dcb(0xf9)](PerformanceO11yEvents['SYNC'],async _0x298062=>{const _0x5ced75=a1_0x581dcb,_0x4e0c9f={};_0x4e0c9f[_0x5ced75(0x13d)]=function(_0x3df47d,_0x268fe2){return _0x3df47d===_0x268fe2;},_0x4e0c9f['AlWbs']=_0x5ced75(0xf3);const _0x239f3c=_0x4e0c9f;_0x239f3c[_0x5ced75(0x13d)](_0x298062[_0x5ced75(0x14e)]['name'],_0x239f3c[_0x5ced75(0x140)])?await _0x298062['executeScript'](_0x1a5687=>{},testOpsHelper[_0x5ced75(0x10d)]()):await _0x298062[_0x5ced75(0xf6)](testOpsHelper[_0x5ced75(0x10d)]());}),markSessionName=PerformanceTester[a1_0x581dcb(0xf9)](PerformanceAutEvents['SESSION_NAME'],async(_0x2a7165,_0x3d3fc8)=>{const _0x1c9e11=a1_0x581dcb,_0x5d06b6={};_0x5d06b6[_0x1c9e11(0x141)]='setSessionName',_0x5d06b6['qYPST']=function(_0x2f0e6e,_0x2853b4){return _0x2f0e6e===_0x2853b4;},_0x5d06b6[_0x1c9e11(0xf2)]='Playwright';const _0x2d79be=_0x5d06b6,_0x2b128d={};_0x2b128d[_0x1c9e11(0xcd)]=_0x3d3fc8;const _0x5847b9={};_0x5847b9['action']=_0x2d79be[_0x1c9e11(0x141)],_0x5847b9['arguments']=_0x2b128d;const _0x4b1e6b=_0x5847b9;_0x2d79be['qYPST'](_0x2a7165[_0x1c9e11(0x14e)]['name'],_0x2d79be[_0x1c9e11(0xf2)])?await _0x2a7165['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x1c9e11(0x163)](_0x4b1e6b)):await _0x2a7165[_0x1c9e11(0xf6)](_0x1c9e11(0x166)+JSON[_0x1c9e11(0x163)](_0x4b1e6b));}),patchSaveScreenshot=_0x318506=>{const _0x230889=a1_0x581dcb,_0xf48b62={'qtiKo':_0x230889(0x14f),'RTMri':_0x230889(0x135),'yTArD':function(_0x396fef){return _0x396fef();},'FTKFE':function(_0x36ef3f,_0x2764b6){return _0x36ef3f(_0x2764b6);}};_0xf48b62[_0x230889(0x15c)](isTrue,process[_0x230889(0x129)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x318506[_0x230889(0xc6)]&&(_0x318506[_0x230889(0xc6)]=!![],_0x318506['initSaveScreenshot']=_0x318506['saveScreenshot'],_0x318506[_0x230889(0x138)]=(_0x1e999a,_0x4cdc36=![])=>{const _0x2e856e=_0x230889,_0x26e78b={'fuAGE':_0xf48b62[_0x2e856e(0x14d)],'Zfxgo':_0xf48b62[_0x2e856e(0xc9)],'PFRal':function(_0xdfaffd){const _0xdbe591=_0x2e856e;return _0xf48b62[_0xdbe591(0xf8)](_0xdfaffd);}};return new Promise(function(_0xa4e7cd,_0x3d1d31){const _0x3598db=_0x2e856e;_0x318506['initSaveScreenshot'](_0x1e999a,_0x4cdc36)['then'](()=>{const _0x2f1132=a1_0x4fa3,_0x3747ad=CodeceptUtils[_0x2f1132(0x168)](_0x1e999a),_0x11ca86=fs[_0x2f1132(0x13e)](_0x3747ad);process[_0x2f1132(0x139)](_0x2f1132(0x13c)+process[_0x2f1132(0xc8)],{'timestamp':new Date()[_0x2f1132(0x10f)](),'message':_0x11ca86[_0x2f1132(0x103)](_0x26e78b['fuAGE']),'kind':_0x26e78b[_0x2f1132(0x100)]}),_0x26e78b[_0x2f1132(0xde)](_0xa4e7cd);})[_0x3598db(0xea)](()=>null);});});},patchWebDriverBefore=_0x44540b=>{const _0x32bd1a=a1_0x581dcb,_0x56813a={'iJxnT':function(_0x49ef58){return _0x49ef58();},'XjDKv':function(_0x4acf57,_0x65a487){return _0x4acf57(_0x65a487);},'dabBi':function(_0x5763fd,_0x2e62f0){return _0x5763fd===_0x2e62f0;},'pJKUV':_0x32bd1a(0x109),'eLcpe':function(_0x4ee848,_0x203f97){return _0x4ee848(_0x203f97);}},_0x335cbe=async function(_0x4c192b,_0x547ee7){const _0xe3ef66=_0x32bd1a;return _0x56813a['iJxnT'](isAccessibilityAutomationSession)&&!global[_0xe3ef66(0x183)]&&global[_0xe3ef66(0xda)]&&scripts['shouldWrapCommand'](_0x4c192b['name'])&&_0x56813a['XjDKv'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0xe3ef66(0x183)]=!![],await PerformanceTester[_0xe3ef66(0xf9)](PerformanceA11yEvents[_0xe3ef66(0x101)],async()=>{const _0x3ec054=_0xe3ef66;logger[_0x3ec054(0x174)](_0x3ec054(0x167)+_0x4c192b['class']+'\x20'+_0x4c192b[_0x3ec054(0xcd)]),await AccessibilityHelper[_0x3ec054(0x150)](_0x44540b,scripts[_0x3ec054(0x169)]);},{'command':_0x4c192b['name']})()),global[_0xe3ef66(0x183)]=![],_0x547ee7[_0xe3ef66(0x154)](this,Array[_0xe3ef66(0x160)][_0xe3ef66(0x16a)][_0xe3ef66(0x12b)](arguments,0x2));},_0x52d3d6=CodeceptWebDriver['prototype']['_before'];CodeceptWebDriver['prototype'][_0x32bd1a(0x11b)]=async function(){const _0x1a78ad=_0x32bd1a;try{await _0x52d3d6[_0x1a78ad(0x154)](this,arguments);}catch(_0x2d2d66){logger[_0x1a78ad(0x174)](_0x1a78ad(0x16f)+util['format'](_0x2d2d66));}scripts['commandsToWrap'][_0x1a78ad(0x130)](_0xc05e4c=>_0xc05e4c['name']&&_0xc05e4c[_0x1a78ad(0x124)])[_0x1a78ad(0x127)](_0x46e138=>{const _0x33975a=_0x1a78ad;this[_0x33975a(0xe4)][_0x33975a(0xec)](_0x46e138[_0x33975a(0xcd)],_0x335cbe['bind'](this,_0x46e138),_0x56813a[_0x33975a(0x125)](_0x46e138[_0x33975a(0x124)],_0x56813a[_0x33975a(0xe6)]));}),_0x56813a[_0x1a78ad(0x185)](processWebDriverConfig,_0x44540b);};},patchPlaywrightBefore=()=>{const _0x5284e8=a1_0x581dcb;PlaywrightSessionDetails[_0x5284e8(0x13a)]();const _0x1cb73a=CodeceptPlaywright['prototype'][_0x5284e8(0x11b)];CodeceptPlaywright[_0x5284e8(0x160)]['_before']=async function(){const _0x2d3d80=_0x5284e8;this[_0x2d3d80(0x165)]=await this[_0x2d3d80(0xe4)][_0x2d3d80(0x137)]()[0x0],await _0x1cb73a[_0x2d3d80(0x154)](this,arguments);};},getCodeceptDriver=()=>{const _0x2fd32a=a1_0x581dcb,_0x2ad9d1={};_0x2ad9d1['KiQIc']=_0x2fd32a(0xe3),_0x2ad9d1[_0x2fd32a(0xd6)]=_0x2fd32a(0xf3),_0x2ad9d1[_0x2fd32a(0xcf)]='Puppeteer',_0x2ad9d1['rexVK']=_0x2fd32a(0x117);const _0x1e8be3=_0x2ad9d1,_0x3649a7=[_0x1e8be3['KiQIc'],_0x1e8be3[_0x2fd32a(0xd6)],_0x1e8be3[_0x2fd32a(0xcf)],_0x1e8be3['rexVK']],_0x88f380=_0x3649a7[_0x2fd32a(0x12e)](_0x1c0aac=>!!CodeceptJS[_0x2fd32a(0xee)]['helpers'](_0x1c0aac));if(!_0x88f380)return null;return CodeceptJS[_0x2fd32a(0xee)]['helpers'](_0x88f380);};module['exports']=function(_0x4ab750){const _0x365c96=a1_0x581dcb,_0x491751={'JftxV':function(_0x347722){return _0x347722();},'LYgsP':function(_0x331b54,_0x55cd67){return _0x331b54(_0x55cd67);},'GyKTo':_0x365c96(0xfa),'HMjIV':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','HSFbV':'getAccessibilityResults','EdXwC':_0x365c96(0x15b),'kdHFw':_0x365c96(0xf5),'VDIbt':_0x365c96(0x186),'HnEgY':_0x365c96(0xc4),'KKdia':_0x365c96(0x153),'BqTMK':function(_0x11f11f){return _0x11f11f();},'Fipko':_0x365c96(0x12d),'gemqH':function(_0x2d9784,_0x34519a,_0x2140df){return _0x2d9784(_0x34519a,_0x2140df);},'cTsUo':'test-started','OglZU':_0x365c96(0x14a),'TSnaB':function(_0x4d25b4,_0x448079,_0x140c7,_0x6608f7){return _0x4d25b4(_0x448079,_0x140c7,_0x6608f7);},'qhXnO':function(_0x4f89df,_0x8b0f10){return _0x4f89df===_0x8b0f10;},'ltxuR':_0x365c96(0xd0),'RXNfS':_0x365c96(0x15d),'tnlpi':'test-skipped','nuOWK':_0x365c96(0xd7),'iKStf':function(_0x20e80c){return _0x20e80c();},'BvSQW':function(_0x2c2b1d,_0x3dddd3,_0x1391d0){return _0x2c2b1d(_0x3dddd3,_0x1391d0);},'MYDxO':_0x365c96(0x115),'HtvMt':_0x365c96(0x126),'TuXZp':_0x365c96(0x12c),'pGIqU':_0x365c96(0x107),'nQise':_0x365c96(0x17a),'vMtuP':_0x365c96(0x11e),'OTKIP':_0x365c96(0xf4),'gSpuy':_0x365c96(0xf3)};_0x4ab750['skipSessionStatus']&&(global[_0x365c96(0xf0)]=_0x4ab750[_0x365c96(0x158)]);PerformanceTester[_0x365c96(0x12f)]();const _0x3336c0=_0x491751[_0x365c96(0xd9)](getCodeceptDriver),_0xa8d38a=new O11yHelper(_0x3336c0,_0x4ab750),_0x5a2dfa=!!CodeceptJS[_0x365c96(0xee)]['helpers'](_0x491751[_0x365c96(0xf7)]);global[_0x365c96(0x144)]=_0x3336c0,_0x3336c0&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0x365c96(0x122)],()=>{const _0xc43793=_0x365c96;_0x5a2dfa?_0x491751[_0xc43793(0x143)](patchPlaywrightBefore):_0x491751[_0xc43793(0xe8)](patchWebDriverBefore,_0x3336c0);})(),PerformanceTester['measureWrapper'](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x5a4d88=_0x365c96,_0x416fd7={};_0x416fd7['qGuhL']=_0x491751[_0x5a4d88(0x17c)],_0x416fd7['dlxxw']=_0x491751[_0x5a4d88(0x16c)];const _0x378678=_0x416fd7;_0x3336c0[_0x5a4d88(0xfa)]=async()=>{const _0x354b85=_0x5a4d88;if(global[_0x354b85(0xda)]){const _0x1e68ce={};_0x1e68ce['command']=_0x491751['GyKTo'],await PerformanceTester[_0x354b85(0xf9)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x152088=_0x354b85;await AccessibilityHelper[_0x152088(0x150)](_0x3336c0,scripts['performScan']);},_0x1e68ce)(),await PerformanceTester[_0x354b85(0xf9)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4ebb51=_0x354b85;await AccessibilityHelper[_0x4ebb51(0x150)](_0x3336c0,scripts['getResultsSummary']);})();}else return logger['warn'](_0x491751[_0x354b85(0x151)]),{};},_0x3336c0[_0x5a4d88(0x172)]=async()=>{const _0x470749=_0x5a4d88;if(global[_0x470749(0xda)]){const _0xe3e972={};_0xe3e972['command']=_0x378678['qGuhL'],await PerformanceTester[_0x470749(0xf9)](PerformanceA11yEvents[_0x470749(0x101)],async()=>{const _0x86a7f7=_0x470749;await AccessibilityHelper['browserStackExecuteDriver'](_0x3336c0,scripts[_0x86a7f7(0x169)]);},_0xe3e972)(),await PerformanceTester[_0x470749(0xf9)](PerformanceA11yEvents[_0x470749(0xfe)],async()=>{const _0x3f7caa=_0x470749;await AccessibilityHelper[_0x3f7caa(0x150)](_0x3336c0,scripts[_0x3f7caa(0xdf)]);})();}else return logger[_0x470749(0x184)](_0x378678[_0x470749(0xca)]),{};},_0x491751[_0x5a4d88(0xe8)](patchSaveScreenshot,_0x3336c0);})()),CodeceptJS[_0x365c96(0x155)]['dispatcher']['on'](CodeceptJS[_0x365c96(0x155)][_0x365c96(0xd2)][_0x365c96(0xcc)],()=>{const _0x2682d0=_0x365c96;PerformanceTester[_0x2682d0(0x121)](PerformanceEvents[_0x2682d0(0x170)]);try{_0xa8d38a[_0x2682d0(0x121)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x2682d0(0x136)](PerformanceEvents[_0x2682d0(0x170)]);}catch(_0x5ee6b9){PerformanceTester[_0x2682d0(0xd3)](_0x5ee6b9),PerformanceTester['end'](PerformanceEvents[_0x2682d0(0x170)],![],_0x5ee6b9);}}),CodeceptJS['event'][_0x365c96(0x114)]['on'](CodeceptJS[_0x365c96(0x155)][_0x365c96(0xd2)]['after'],async()=>{const _0x472f0e=_0x365c96;PerformanceTester[_0x472f0e(0x121)](PerformanceEvents[_0x472f0e(0x181)]);try{requestSpy['restore'](),await _0xa8d38a[_0x472f0e(0x102)](),PerformanceTester[_0x472f0e(0x136)](PerformanceEvents[_0x472f0e(0x181)]);}catch(_0x3aac1c){PerformanceTester['captureError'](_0x3aac1c),PerformanceTester['end'](PerformanceEvents[_0x472f0e(0x181)],![],_0x3aac1c);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x365c96(0x155)]['hook'][_0x365c96(0x119)],_0x3e297b=>{const _0x553bc9=_0x365c96;PerformanceTester[_0x553bc9(0x121)](PerformanceEvents['SDK_HOOK']);try{const _0x3d4d42=_0x3e297b['ctx'][_0x553bc9(0x182)],_0x215b67=_0xa8d38a['captureEvent'](TEST_EVENTS[_0x553bc9(0x149)],_0x3d4d42);CodeceptRecorder[_0x553bc9(0xce)](()=>_0xa8d38a[_0x553bc9(0xdd)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x215b67));const _0x40ed23={};_0x40ed23['hookType']=_0x491751[_0x553bc9(0x146)],PerformanceTester['end'](PerformanceEvents[_0x553bc9(0xc7)],!![],null,_0x40ed23);}catch(_0x1ff1f7){const _0x5d2f65={};_0x5d2f65['hookType']=_0x491751[_0x553bc9(0x146)],PerformanceTester[_0x553bc9(0x136)](PerformanceEvents[_0x553bc9(0xc7)],![],_0x1ff1f7,_0x5d2f65),PerformanceTester[_0x553bc9(0xd3)](_0x1ff1f7);}}),CodeceptJS['event'][_0x365c96(0x114)]['on'](CodeceptJS[_0x365c96(0x155)][_0x365c96(0x15a)][_0x365c96(0x132)],_0x5bdd9b=>{const _0x38d994=_0x365c96,_0x2de352={};_0x2de352[_0x38d994(0x175)]=_0x491751['VDIbt'],PerformanceTester[_0x38d994(0x121)](PerformanceHookEvents[_0x38d994(0xc7)],!![],null,_0x2de352);try{const _0x5becf3=_0x5bdd9b['ctx'][_0x38d994(0x182)],_0x4657a4=_0xa8d38a['captureEvent'](TEST_EVENTS[_0x38d994(0x106)],_0x5becf3);CodeceptRecorder[_0x38d994(0xce)](()=>_0xa8d38a['fireEvent'](TEST_EVENTS[_0x38d994(0x106)],_0x4657a4));const _0x2d6d48={};_0x2d6d48[_0x38d994(0x175)]=_0x491751[_0x38d994(0x18a)],PerformanceTester[_0x38d994(0x136)](PerformanceHookEvents[_0x38d994(0xc7)],!![],null,_0x2d6d48);}catch(_0x40d544){PerformanceTester[_0x38d994(0xd3)](_0x40d544);const _0x5da1dc={};_0x5da1dc[_0x38d994(0x175)]=_0x491751[_0x38d994(0x18a)],PerformanceTester[_0x38d994(0x136)](PerformanceHookEvents[_0x38d994(0xc7)],![],_0x40d544,_0x5da1dc);}}),CodeceptJS['event'][_0x365c96(0x114)]['on'](CodeceptJS[_0x365c96(0x155)]['hook'][_0x365c96(0x11a)],async(_0x25cdfe,_0x5f1c9)=>{const _0x2c1a60=_0x365c96;PerformanceTester['start'](PerformanceHookEvents[_0x2c1a60(0xc7)]);try{const _0x1b3106=_0x25cdfe[_0x2c1a60(0xd8)][_0x2c1a60(0x182)],_0x5a9a38=_0xa8d38a[_0x2c1a60(0x173)](TEST_EVENTS[_0x2c1a60(0x106)],_0x1b3106,_0x5f1c9);CodeceptRecorder[_0x2c1a60(0xce)](()=>_0xa8d38a[_0x2c1a60(0xdd)](TEST_EVENTS[_0x2c1a60(0x106)],_0x5a9a38));const _0x629f86={};_0x629f86[_0x2c1a60(0x175)]=_0x491751[_0x2c1a60(0xc5)],PerformanceTester[_0x2c1a60(0x121)](PerformanceHookEvents[_0x2c1a60(0xc7)],!![],null,_0x629f86);}catch(_0x353ece){PerformanceTester[_0x2c1a60(0xd3)](_0x353ece);const _0x1698e0={};_0x1698e0[_0x2c1a60(0x175)]=_0x491751[_0x2c1a60(0xc5)],PerformanceTester[_0x2c1a60(0x136)](PerformanceHookEvents['SDK_HOOK'],![],_0x353ece,_0x1698e0);}const _0x50ba18={};_0x50ba18[_0x2c1a60(0x175)]=_0x491751['HnEgY'],PerformanceTester[_0x2c1a60(0x136)](PerformanceHookEvents[_0x2c1a60(0xc7)],!![],null,_0x50ba18);}),CodeceptJS[_0x365c96(0x155)][_0x365c96(0x114)]['on'](CodeceptJS[_0x365c96(0x155)]['test'][_0x365c96(0xcc)],_0xaa3567=>{const _0x4a8097=_0x365c96;PerformanceTester['start'](PerformanceHookEvents[_0x4a8097(0xc7)]);try{globals['setGlobal'](_0x491751[_0x4a8097(0x189)],_0xaa3567[_0x4a8097(0x148)]);_0x491751[_0x4a8097(0x10b)](isBrowserstackInfra)&&(_0x5a2dfa&&(global[_0x4a8097(0x17d)]={'currentTest':{'name':_0xaa3567['title'],'testInfo':{'titlePath':_0xaa3567[_0x4a8097(0x112)]()}}}));const _0x36bd9e={};_0x36bd9e[_0x4a8097(0x175)]=_0x491751['Fipko'],PerformanceTester[_0x4a8097(0x136)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x36bd9e);}catch(_0x5babed){PerformanceTester[_0x4a8097(0xd3)](_0x5babed);const _0x2a6ba6={};_0x2a6ba6[_0x4a8097(0x175)]=_0x491751[_0x4a8097(0x16e)],PerformanceTester[_0x4a8097(0x136)](PerformanceHookEvents[_0x4a8097(0xc7)],![],_0x5babed,_0x2a6ba6);}}),CodeceptJS[_0x365c96(0x155)][_0x365c96(0x114)]['on'](CodeceptJS[_0x365c96(0x155)]['test']['started'],_0x471657=>{const _0x58a857=_0x365c96;PerformanceTester[_0x58a857(0x121)](PerformanceHookEvents[_0x58a857(0xc7)]);try{globals['setGlobal'](_0x491751[_0x58a857(0x189)],_0x471657[_0x58a857(0x148)]);const _0x31cfec=_0xa8d38a['captureEvent'](TEST_EVENTS[_0x58a857(0x178)],_0x471657);CodeceptRecorder['add'](()=>_0xa8d38a['fireEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x31cfec)),CodeceptRecorder[_0x58a857(0xce)](async()=>{const _0x30b8f0=_0x58a857;_0x491751[_0x30b8f0(0x10b)](isBrowserstackInfra)&&(!_0x491751[_0x30b8f0(0xe8)](isTrue,_0x4ab750[_0x30b8f0(0x105)])&&await _0x491751[_0x30b8f0(0xd4)](markSessionName,_0x3336c0,_0x471657[_0x30b8f0(0x148)]),_0xa8d38a[_0x30b8f0(0xfc)]&&await _0x491751['LYgsP'](o11ySync,_0x3336c0));});}catch(_0x15713f){const _0x3c38bd={};_0x3c38bd[_0x58a857(0x175)]=_0x491751[_0x58a857(0x11d)],PerformanceTester[_0x58a857(0x136)](PerformanceHookEvents['SDK_HOOK'],![],_0x15713f,_0x3c38bd),PerformanceTester[_0x58a857(0xd3)](_0x15713f);}const _0x451c14={};_0x451c14[_0x58a857(0x175)]=_0x491751['cTsUo'],PerformanceTester[_0x58a857(0x136)](PerformanceHookEvents[_0x58a857(0xc7)],!![],null,_0x451c14);}),CodeceptJS[_0x365c96(0x155)]['dispatcher']['on'](CodeceptJS[_0x365c96(0x155)][_0x365c96(0x182)][_0x365c96(0x132)],_0x5d090d=>{const _0x476a78=_0x365c96,_0x1fb5b5={'HFKfD':function(_0xa9463b,_0x2f33a2,_0x129a62){return _0x491751['gemqH'](_0xa9463b,_0x2f33a2,_0x129a62);},'uBObg':function(_0x2e4a07,_0x4b3083,_0x2d7eaf){const _0x380a60=a1_0x4fa3;return _0x491751[_0x380a60(0xd4)](_0x2e4a07,_0x4b3083,_0x2d7eaf);},'yvLOo':function(_0x257f2b){return _0x491751['JftxV'](_0x257f2b);}};PerformanceTester[_0x476a78(0x121)](PerformanceHookEvents[_0x476a78(0xc7)]);try{const _0xc24403=_0xa8d38a[_0x476a78(0x173)](TEST_EVENTS[_0x476a78(0xe5)],_0x5d090d);CodeceptRecorder[_0x476a78(0xce)](()=>_0xa8d38a['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0xc24403)),CodeceptRecorder[_0x476a78(0xce)](async()=>{const _0x9d2caf=_0x476a78;_0x1fb5b5['yvLOo'](isBrowserstackInfra)&&await PerformanceTester[_0x9d2caf(0xf9)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x4e58a9=_0x9d2caf;_0x5a2dfa?await _0x1fb5b5[_0x4e58a9(0x162)](playwrightMarkSessionStatus,_0x3336c0,STATE_PASSED):await _0x1fb5b5[_0x4e58a9(0xeb)](markSessionStatus,_0x3336c0,STATE_PASSED);})();}),PerformanceTester[_0x476a78(0x136)](PerformanceEvents[_0x476a78(0x10c)]);}catch(_0x147d83){PerformanceTester[_0x476a78(0xd3)](_0x147d83);const _0x397b37={};_0x397b37[_0x476a78(0x175)]=_0x491751[_0x476a78(0xed)],PerformanceTester[_0x476a78(0x136)](PerformanceHookEvents['SDK_HOOK'],![],_0x147d83,_0x397b37),PerformanceTester[_0x476a78(0x136)](PerformanceEvents[_0x476a78(0x10c)],![],_0x147d83);}const _0x3a0291={};_0x3a0291[_0x476a78(0x175)]=_0x491751['OglZU'],PerformanceTester[_0x476a78(0x136)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3a0291);}),CodeceptJS[_0x365c96(0x155)][_0x365c96(0x114)]['on'](CodeceptJS['event'][_0x365c96(0x182)][_0x365c96(0x11a)],(_0x83e2dc,_0x171d40)=>{const _0x317240=_0x365c96,_0x131b59={'jQgEl':function(_0x2da9a2){const _0x536aba=a1_0x4fa3;return _0x491751[_0x536aba(0x10b)](_0x2da9a2);},'xYemk':function(_0x461572,_0x48fa73,_0x4043aa,_0x2336f2){const _0x2b91b9=a1_0x4fa3;return _0x491751[_0x2b91b9(0x11f)](_0x461572,_0x48fa73,_0x4043aa,_0x2336f2);}};PerformanceTester[_0x317240(0x121)](PerformanceHookEvents[_0x317240(0xc7)]);try{if(_0x491751['qhXnO'](_0x83e2dc[_0x317240(0x14e)][_0x317240(0xcd)],_0x491751[_0x317240(0x17f)])){const _0x30b444=_0xa8d38a[_0x317240(0x173)](TEST_EVENTS[_0x317240(0x12a)],_0x83e2dc[_0x317240(0xd8)][_0x317240(0x180)]);CodeceptRecorder[_0x317240(0xce)](()=>_0xa8d38a['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x30b444));}else{const _0x10922a=_0xa8d38a[_0x317240(0x173)](TEST_EVENTS[_0x317240(0xe5)],_0x83e2dc,_0x171d40);CodeceptRecorder[_0x317240(0xce)](()=>{const _0x813850=_0x317240;try{_0xa8d38a[_0x813850(0xdd)](TEST_EVENTS[_0x813850(0xe5)],_0x10922a);}catch(_0x1a8a55){logger[_0x813850(0x174)](_0x813850(0xd5)+util[_0x813850(0x14b)](_0x1a8a55)),PerformanceTester[_0x813850(0x136)](PerformanceEvents[_0x813850(0x10c)],![],_0x1a8a55);}}),CodeceptRecorder[_0x317240(0xce)](async()=>{const _0x24ee04=_0x317240;try{_0x131b59[_0x24ee04(0xe7)](isBrowserstackInfra)&&(_0x5a2dfa?await _0x131b59[_0x24ee04(0x134)](playwrightMarkSessionStatus,_0x3336c0,STATE_FAILED,_0x171d40):await _0x131b59[_0x24ee04(0x134)](markSessionStatus,_0x3336c0,STATE_FAILED,_0x171d40));}catch(_0x2a9f59){logger['debug'](_0x24ee04(0x10a)+util[_0x24ee04(0x14b)](_0x2a9f59)),PerformanceTester[_0x24ee04(0x136)](PerformanceEvents[_0x24ee04(0x10c)],![],_0x2a9f59);}});}PerformanceTester[_0x317240(0x136)](PerformanceEvents[_0x317240(0x10c)]);}catch(_0x3198cd){PerformanceTester[_0x317240(0xd3)](_0x3198cd);const _0xa08210={};_0xa08210['hookType']=_0x491751[_0x317240(0x10e)],PerformanceTester[_0x317240(0x136)](PerformanceHookEvents[_0x317240(0xc7)],![],_0x3198cd,_0xa08210),PerformanceTester['end'](PerformanceEvents[_0x317240(0x10c)],![],_0x3198cd);}const _0xd5860d={};_0xd5860d[_0x317240(0x175)]=_0x491751[_0x317240(0x10e)],PerformanceTester[_0x317240(0x136)](PerformanceHookEvents[_0x317240(0xc7)],!![],null,_0xd5860d);}),CodeceptJS[_0x365c96(0x155)][_0x365c96(0x114)]['on'](CodeceptJS[_0x365c96(0x155)]['test']['skipped'],_0x1adf31=>{const _0x38f60f=_0x365c96;PerformanceTester[_0x38f60f(0x121)](PerformanceHookEvents['SDK_HOOK']);try{const _0x33c05e=_0xa8d38a[_0x38f60f(0x173)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x1adf31);CodeceptRecorder[_0x38f60f(0xce)](()=>_0xa8d38a[_0x38f60f(0xdd)](TEST_EVENTS[_0x38f60f(0x12a)],_0x33c05e)),PerformanceTester[_0x38f60f(0x136)](PerformanceEvents[_0x38f60f(0x10c)]);}catch(_0x4ace96){PerformanceTester['captureError'](_0x4ace96),PerformanceTester[_0x38f60f(0x136)](PerformanceEvents[_0x38f60f(0x10c)],![],_0x4ace96);const _0x20af17={};_0x20af17[_0x38f60f(0x175)]=_0x491751['tnlpi'],PerformanceTester[_0x38f60f(0x136)](PerformanceHookEvents[_0x38f60f(0xc7)],![],_0x4ace96,_0x20af17);}const _0x24a630={};_0x24a630[_0x38f60f(0x175)]=_0x491751[_0x38f60f(0x16d)],PerformanceTester[_0x38f60f(0x136)](PerformanceHookEvents[_0x38f60f(0xc7)],!![],null,_0x24a630);}),CodeceptJS[_0x365c96(0x155)]['dispatcher']['on'](CodeceptJS['event'][_0x365c96(0x182)]['after'],async(_0x16b4a1,_0x15df8a)=>{const _0x119c8c=_0x365c96;try{PerformanceTester['start'](PerformanceHookEvents[_0x119c8c(0xc7)]);if(_0x491751[_0x119c8c(0xd9)](isBrowserstackInfra)){const _0x16653c=_0x491751[_0x119c8c(0x123)](shouldScanTestForAccessibility,_0x16b4a1['titlePath'](),!![]);if(_0x491751[_0x119c8c(0x143)](isAccessibilityAutomationSession)&&global[_0x119c8c(0xda)]&&_0x16653c){const _0x1034e9={};_0x1034e9[_0x119c8c(0xd1)]=_0x16b4a1['testAnalyticsId'],_0x1034e9['thBuildUuid']=process['env'][testHubConstants[_0x119c8c(0x142)][_0x119c8c(0x15e)]],_0x1034e9[_0x119c8c(0x164)]=process[_0x119c8c(0x129)][testHubConstants['ENV_VAR'][_0x119c8c(0x16b)]];const _0x5ee00b=_0x1034e9;logger[_0x119c8c(0x174)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x119c8c(0x163)](_0x5ee00b)),CodeceptRecorder[_0x119c8c(0xce)](async()=>{const _0x39f4ea=_0x119c8c,_0x422c31={};_0x422c31[_0x39f4ea(0x176)]=_0x491751[_0x39f4ea(0xe0)],await PerformanceTester[_0x39f4ea(0xf9)](PerformanceA11yEvents[_0x39f4ea(0x101)],async()=>{const _0x54822d=_0x39f4ea;await AccessibilityHelper[_0x54822d(0x150)](_0x3336c0,scripts[_0x54822d(0x169)]);},_0x422c31)(),await PerformanceTester[_0x39f4ea(0xf9)](PerformanceA11yEvents[_0x39f4ea(0xcb)],async()=>{const _0x5d2df0=_0x39f4ea;await AccessibilityHelper[_0x5d2df0(0x150)](_0x3336c0,scripts[_0x5d2df0(0xdb)],_0x5ee00b);})();}),logger['info'](_0x491751[_0x119c8c(0xff)]);}}const _0xc355ba={};_0xc355ba['hookType']=_0x491751[_0x119c8c(0x157)],PerformanceTester['end'](PerformanceHookEvents[_0x119c8c(0xc7)],!![],null,_0xc355ba);}catch(_0x2b57cd){PerformanceTester[_0x119c8c(0xd3)](_0x2b57cd);const _0xdb6dac={};_0xdb6dac[_0x119c8c(0x175)]=_0x491751[_0x119c8c(0x157)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x2b57cd,_0xdb6dac);}}),CodeceptJS[_0x365c96(0x155)][_0x365c96(0x114)]['on'](CodeceptJS[_0x365c96(0x155)][_0x365c96(0x113)][_0x365c96(0xe2)],_0x55602e=>{const _0x3efbf5=_0x365c96;PerformanceTester['start'](PerformanceHookEvents[_0x3efbf5(0xc7)]);try{process[_0x3efbf5(0x139)](_0x3efbf5(0x13c)+process[_0x3efbf5(0xc8)],{'timestamp':new Date()[_0x3efbf5(0x10f)](),'level':_0x491751['TuXZp'],'message':_0x55602e,'kind':_0x491751[_0x3efbf5(0x159)],'http_response':{}});}catch(_0x13f401){PerformanceTester[_0x3efbf5(0xd3)](_0x13f401);const _0x170824={};_0x170824['hookType']=_0x491751[_0x3efbf5(0x128)],PerformanceTester['end'](PerformanceHookEvents[_0x3efbf5(0xc7)],![],_0x13f401,_0x170824);}const _0x71f033={};_0x71f033[_0x3efbf5(0x175)]=_0x491751[_0x3efbf5(0x128)],PerformanceTester[_0x3efbf5(0x136)](PerformanceHookEvents[_0x3efbf5(0xc7)],!![],null,_0x71f033);}),CodeceptJS[_0x365c96(0x155)][_0x365c96(0x114)]['on'](CodeceptJS[_0x365c96(0x155)][_0x365c96(0x13f)]['before'],_0x4cf7bd=>{const _0x3b5229=_0x365c96,_0x2bb8c6={};_0x2bb8c6[_0x3b5229(0x175)]=_0x491751[_0x3b5229(0x147)],PerformanceTester[_0x3b5229(0xf9)](PerformanceHookEvents[_0x3b5229(0xc7)],()=>{_0xa8d38a['bddStepStart'](_0x4cf7bd);},_0x2bb8c6)();}),CodeceptJS[_0x365c96(0x155)]['dispatcher']['on'](CodeceptJS['event'][_0x365c96(0x13f)][_0x365c96(0x14c)],_0x4e3a63=>{const _0x50a999=_0x365c96,_0x59b6c7={};_0x59b6c7[_0x50a999(0x175)]=_0x491751[_0x50a999(0xdc)],PerformanceTester[_0x50a999(0xf9)](PerformanceHookEvents[_0x50a999(0xc7)],()=>{_0xa8d38a['bddStepFinish'](_0x4e3a63);},_0x59b6c7)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x790df1=a2_0x19b7;(function(_0x47b038,_0x5fc2da){const _0x3e2f17=a2_0x19b7,_0x325016=_0x47b038();while(!![]){try{const _0x29764e=parseInt(_0x3e2f17(0x1b8))/0x1*(-parseInt(_0x3e2f17(0x18f))/0x2)+-parseInt(_0x3e2f17(0x178))/0x3+parseInt(_0x3e2f17(0x192))/0x4+-parseInt(_0x3e2f17(0x18b))/0x5+parseInt(_0x3e2f17(0x15c))/0x6*(parseInt(_0x3e2f17(0x191))/0x7)+parseInt(_0x3e2f17(0x1a9))/0x8*(-parseInt(_0x3e2f17(0x19d))/0x9)+parseInt(_0x3e2f17(0x166))/0xa;if(_0x29764e===_0x5fc2da)break;else _0x325016['push'](_0x325016['shift']());}catch(_0x63ea1a){_0x325016['push'](_0x325016['shift']());}}}(a2_0x322c,0x4865d));const fs=require('fs'),path=require(a2_0x790df1(0x1d4)),util=require('util'),process=require('process'),logger=require(a2_0x790df1(0x189))[a2_0x790df1(0x1cd)],{default:BrowserStackSetup}=require(a2_0x790df1(0x1c1)),helper=require(a2_0x790df1(0x1d6)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x790df1(0x175)),{setAccessibilityCapabilities}=require(a2_0x790df1(0x1e7)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x790df1(0x1d6)),CodeceptJS=requireModule(a2_0x790df1(0x1a3),a2_0x790df1(0x1e2)),testOpsHelper=require(a2_0x790df1(0x1e1)),TestHubHandler=require(a2_0x790df1(0x19a)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x790df1(0x1e3)),PerformanceEvents=require(a2_0x790df1(0x1d5))['EVENTS'],_testErrorData=[],getUserCodeceptJSConfigs=(_0x1fb823,_0x48c558)=>{const _0x5db86a=a2_0x790df1,_0x1c80b5={};_0x1c80b5['ENcjZ']=function(_0x3e51ab,_0x10d140){return _0x3e51ab===_0x10d140;},_0x1c80b5[_0x5db86a(0x1c5)]='codecept.conf.js',_0x1c80b5[_0x5db86a(0x1ee)]=_0x5db86a(0x17a);const _0x4b08d3=_0x1c80b5;let _0x5bfc68=null;const _0x1e362d={};let _0x187c68=_0x48c558[_0x5db86a(0x1b1)](_0x503da6=>_0x503da6==='--config');_0x4b08d3['ENcjZ'](_0x187c68,-0x1)&&(_0x187c68=_0x48c558[_0x5db86a(0x1b1)](_0x4ef04c=>_0x4ef04c==='-c'));if(!helper[_0x5db86a(0x1ad)](_0x1fb823['config'])&&fs['existsSync'](path['join'](process[_0x5db86a(0x1e4)](),_0x1fb823[_0x5db86a(0x1f3)])))_0x5bfc68=path['join'](process[_0x5db86a(0x1e4)](),_0x1fb823[_0x5db86a(0x1f3)]),_0x48c558[_0x5db86a(0x1c2)](_0x187c68,0x2);else{if(!helper[_0x5db86a(0x1ad)](_0x1fb823['c'])&&fs['existsSync'](path['join'](process[_0x5db86a(0x1e4)](),_0x1fb823['c'])))_0x5bfc68=path[_0x5db86a(0x16f)](process[_0x5db86a(0x1e4)](),_0x1fb823['c']),_0x48c558[_0x5db86a(0x1c2)](_0x187c68,0x2);else{if(fs[_0x5db86a(0x1ec)](path[_0x5db86a(0x16f)](process[_0x5db86a(0x1e4)](),_0x4b08d3[_0x5db86a(0x1c5)])))_0x5bfc68=path[_0x5db86a(0x16f)](process[_0x5db86a(0x1e4)](),_0x4b08d3[_0x5db86a(0x1c5)]);else fs[_0x5db86a(0x1ec)](path['join'](process[_0x5db86a(0x1e4)](),_0x4b08d3[_0x5db86a(0x1ee)]))&&(_0x5bfc68=path[_0x5db86a(0x16f)](process[_0x5db86a(0x1e4)](),_0x4b08d3[_0x5db86a(0x1ee)]));}}return process['env'][_0x5db86a(0x1d0)]=_0x5bfc68,_0x5bfc68;},getO11yRerunPattern=()=>{const _0x5e149d=a2_0x790df1,_0x4cb196=helper[_0x5e149d(0x1a7)](process['env'][_0x5e149d(0x17b)]);if(_0x4cb196){const _0x2c9d55=process[_0x5e149d(0x1b7)][_0x5e149d(0x198)],_0x6b7556=[];if(helper['validateRerunTestList'](_0x2c9d55)&&!helper['isUndefined'](_0x2c9d55)){_0x2c9d55['split'](',')['map'](_0x54027a=>{const _0x4a6bc7=_0x5e149d;_0x6b7556[_0x4a6bc7(0x1a8)]('('+_0x54027a[_0x4a6bc7(0x1eb)]()+')');});const _0x2f9d70='^'+_0x6b7556['join']('|')+'$';return _0x2f9d70;}}return null;},a2_0x4f1cad={};a2_0x4f1cad[a2_0x790df1(0x1ba)]=a2_0x790df1(0x18d),a2_0x4f1cad['playwright-chromium']=a2_0x790df1(0x18d),a2_0x4f1cad['playwright-firefox']=a2_0x790df1(0x1f1),a2_0x4f1cad['playwright-webkit']=a2_0x790df1(0x1bd);const pwToCodeceptBrowser=a2_0x4f1cad;function a2_0x322c(){const _0x472c21=['stop','before','ElQec','platforms','spawn','isEmpty','13637770FmkPGi','result','end','testContextOptions','map','all','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','5|3|2|4|1|0','helpers','join','NNWmq','launchBuild','printBuildLink','split','parallelsPerPlatform','../../helpers/accessibility-automation/helper','ItEVY','JNjrb','1451427fnkNeW','browserWSEndpoint','codecept.json','BROWSERSTACK_RERUN','FRAMEWORKS','desiredCapabilities','HyvRV','profile','root','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','handleApp','pXTEF','teardownAll','testConfig','stringify','gherkin','plugins','../../helpers/logger','Rphxm','2027385ybYFPY','browserName','chromium','LPooO','58642chnrmH','skipSessionStatus','742SdTnyp','1162576mPxPqD','Started\x20:\x20','testObservability','fDKmv','load','setAdditionalCapabilities','BROWSERSTACK_RERUN_TESTS','bDHfs','../../helpers/testhub/testhubHandler','prepareCapabilities','printResults','2043SMQdpd','browser','LJekW','accessibility','forEach','browserStackCwd','codeceptjs/lib/index.js','initialize','start','BROWSERSTACK_TEST_OBSERVABILITY_YML','isTrue','push','15192uwMZJb','now','Workers','title','isUndefined','isTestObservabilitySession','skipSessionName','Passed\x20:\x20','findIndex','hBYhP','CODECEPT','AYEDs','getPlaywrightUrl','validPlatformsPresent','env','13ggMyKb','IyWTt','chrome','uSfKR','TtIsd','webkit','addConfig','BrowserStackPlugin','UexuH','../../helpers/BrowserStackSetup','slice','useW3C','createGroupsOfSuites','FVvHI','exports','ATAst','mergeDeep','debug','jfSnm','run','stack','winstonLogger','info','errorMessage','USER_CONFIG_DETAILS_PATH','WebDriver','event','pejbZ','path','../../helpers/performance/constants','../../helpers/helper','aNwLE','finalExecution','MQEJC','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','chdir','SDK_CLEANUP','fmxBb','format','QAjKx','VjlTA','../../helpers/test-observability/utils','codeceptjs','../../helpers/performance/performance-tester','cwd','failed','bootstrapAll','../../bin/playwright/accessibility-helper','toLowerCase','Playwright','DEkAa','trim','existsSync','log','LsiIn','accessibilityOptions','length','firefox','require','config','test','frameworkName','passed','BrowserStackPlugin.js','getPlatformName','19452KPbaBD','sxNNI','addTests','fCJmE'];a2_0x322c=function(){return _0x472c21;};return a2_0x322c();}async function run(_0x17d887,_0x2d7fb2){const _0x12df4c=a2_0x790df1,_0x25d9ca={'bDHfs':function(_0x2c41a0,_0x17404d){return _0x2c41a0+_0x17404d;},'QAjKx':function(_0x314742,_0x54789e){return _0x314742(_0x54789e);},'VjlTA':function(_0x27afad,_0x51f678,_0x50f208){return _0x27afad(_0x51f678,_0x50f208);},'ItEVY':'helpers','ElQec':function(_0x57b63b){return _0x57b63b();},'jfSnm':function(_0x33d32e){return _0x33d32e();},'LPooO':'Failed\x20:\x20','lNWWj':_0x12df4c(0x1b0),'QRJXZ':_0x12df4c(0x193),'IyWTt':_0x12df4c(0x16d),'NNWmq':_0x12df4c(0x1e2),'HyvRV':function(_0xc2bc78,_0x4a0bbe,_0x2774ff){return _0xc2bc78(_0x4a0bbe,_0x2774ff);},'EPEqf':_0x12df4c(0x1da),'oDVIV':function(_0x34f849,_0x261d07,_0x498c57){return _0x34f849(_0x261d07,_0x498c57);},'AYEDs':_0x12df4c(0x1e9),'DEkAa':_0x12df4c(0x1d1),'fCJmE':function(_0x556675,_0x18d51d){return _0x556675(_0x18d51d);},'uSfKR':function(_0x5267b7,_0x98adca){return _0x5267b7!=_0x98adca;},'hBYhP':function(_0x6268d4,_0x1c768d){return _0x6268d4===_0x1c768d;},'TtIsd':_0x12df4c(0x187),'fmxBb':function(_0x2377b9,_0x577621){return _0x2377b9+_0x577621;},'MQEJC':'-cucumber','fDKmv':function(_0x4dc6f7,_0x6432f6){return _0x4dc6f7(_0x6432f6);},'jmSXW':function(_0x21a584,_0x5e0943){return _0x21a584*_0x5e0943;},'JNjrb':function(_0x489eb8,_0xc2b6a7,_0x17d035){return _0x489eb8(_0xc2b6a7,_0x17d035);},'dlhGJ':'browser','LJekW':function(_0xb259ae,_0x47b57f,_0x48dda2){return _0xb259ae(_0x47b57f,_0x48dda2);},'pejbZ':_0x12df4c(0x17d),'Rphxm':_0x12df4c(0x180),'pXTEF':_0x12df4c(0x15a),'ATAst':_0x12df4c(0x1a2),'sxNNI':function(_0x486a86){return _0x486a86();}},_0x3f3ed9=new BrowserStackSetup(_0x17d887,_0x25d9ca[_0x12df4c(0x170)]);await _0x3f3ed9[_0x12df4c(0x1a4)](),await helper[_0x12df4c(0x182)](_0x3f3ed9[_0x12df4c(0x1f3)]);if(!_0x3f3ed9[_0x12df4c(0x1f3)])return;process[_0x12df4c(0x17f)]=_0x17d887['profile'];_0x17d887['profile']&&(process[_0x12df4c(0x1b7)]['profile']=_0x17d887[_0x12df4c(0x17f)]);const _0x3f93e6=_0x25d9ca[_0x12df4c(0x17e)](getUserCodeceptJSConfigs,_0x17d887,_0x2d7fb2);let _0x9b21c5={};_0x3f93e6?(logger['info']('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x3f93e6),_0x9b21c5=CodeceptJS[_0x12df4c(0x1f3)][_0x12df4c(0x196)](_0x3f93e6)):logger[_0x12df4c(0x1ce)](_0x25d9ca['EPEqf']);let _0x3fb3af=![];_0x25d9ca['oDVIV'](nestedKeyValue,_0x9b21c5,[_0x25d9ca['ItEVY'],_0x25d9ca[_0x12df4c(0x1b4)]])&&(_0x3fb3af=!![]);const _0x2bc7fa=_0x3fb3af?_0x25d9ca['AYEDs']:_0x25d9ca[_0x12df4c(0x1ea)];let _0x1c5b74=!_0x3fb3af?helper[_0x12df4c(0x1c3)](_0x3f3ed9['config']):![];!helper[_0x12df4c(0x1ad)](_0x3f3ed9[_0x12df4c(0x1f3)][_0x12df4c(0x1ef)])&&(process['env'][_0x12df4c(0x16c)]=JSON[_0x12df4c(0x186)](_0x3f3ed9[_0x12df4c(0x1f3)]['accessibilityOptions']));let _0x489655=_0x3f3ed9[_0x12df4c(0x1f3)][_0x12df4c(0x1a0)];_0x489655=_0x489655||_0x25d9ca[_0x12df4c(0x15f)](checkAccessibilityPlatformConfig,_0x3f3ed9[_0x12df4c(0x1f3)]),process[_0x12df4c(0x1b7)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x489655;_0x489655&&(_0x1c5b74=!_0x489655);_0x25d9ca[_0x12df4c(0x1bb)](_0x3f3ed9[_0x12df4c(0x1f3)][_0x12df4c(0x194)],null)?process[_0x12df4c(0x1b7)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3f3ed9[_0x12df4c(0x1f3)][_0x12df4c(0x194)]:process[_0x12df4c(0x1b7)][_0x12df4c(0x1a6)]=_0x25d9ca[_0x12df4c(0x1b2)](_0x2bc7fa,_0x25d9ca[_0x12df4c(0x1b4)]);const _0x3b4279=_0x25d9ca[_0x12df4c(0x17e)](nestedKeyValue,_0x9b21c5,[_0x25d9ca[_0x12df4c(0x1bc)]]),_0x892e84=_0x25d9ca[_0x12df4c(0x1dd)](_0x25d9ca[_0x12df4c(0x170)],_0x3b4279&&!helper[_0x12df4c(0x165)](_0x3b4279)?_0x25d9ca[_0x12df4c(0x1d9)]:''),_0x3d1d44=await TestHubHandler[_0x12df4c(0x171)](_0x892e84,_0x3f3ed9);_0x489655&&_0x25d9ca[_0x12df4c(0x195)](setAccessibilityCapabilities,_0x3f3ed9[_0x12df4c(0x1f3)]);const _0x48c505={},_0x1d8b7b=[],_0x35eef0=_0x3f3ed9['config'][_0x12df4c(0x174)]||helper['getUserWorkerCount'](_0x17d887,_0x2d7fb2,_0x3f3ed9[_0x12df4c(0x1f3)],constants[_0x12df4c(0x17c)][_0x12df4c(0x1b3)])||0x1;let _0x3034d4=0x1;if(_0x25d9ca[_0x12df4c(0x1ca)](isBrowserstackInfra)){const _0x219de9=helper[_0x12df4c(0x19b)](_0x3f3ed9[_0x12df4c(0x1f3)],_0x1c5b74,constants[_0x12df4c(0x17c)]['CODECEPT']);_0x219de9['forEach'](_0x31b01f=>{const _0x5b3210=_0x12df4c;helper[_0x5b3210(0x197)](_0x31b01f);}),helper[_0x12df4c(0x1b6)](_0x3f3ed9[_0x12df4c(0x1f3)])?_0x3034d4=_0x25d9ca['jmSXW'](_0x35eef0,_0x3f3ed9['config'][_0x12df4c(0x163)][_0x12df4c(0x1f0)]):_0x3034d4=_0x35eef0,_0x219de9[_0x12df4c(0x1a1)](_0x24a522=>{const _0xbea3b4=_0x12df4c,_0x40a57d={'UexuH':function(_0x22b1be,_0x4564c5){const _0xbe666=a2_0x19b7;return _0x25d9ca[_0xbe666(0x199)](_0x22b1be,_0x4564c5);},'aNwLE':function(_0xb59f8,_0x28f9e6){const _0x4287a9=a2_0x19b7;return _0x25d9ca[_0x4287a9(0x1df)](_0xb59f8,_0x28f9e6);}},_0x182491=_0x25d9ca['bDHfs'](helper[_0xbea3b4(0x15b)](_0x24a522,'_'),'_'+Date[_0xbea3b4(0x1aa)]()),_0x1c2455=((()=>{const _0x237d73=_0xbea3b4;if(_0x3fb3af){const _0x41b42c=pwToCodeceptBrowser[_0x24a522[_0x237d73(0x18c)]]||_0x24a522[_0x237d73(0x18c)];return{'browser':_0x41b42c,[_0x41b42c]:{'browserWSEndpoint':_0x40a57d[_0x237d73(0x1c0)](helper[_0x237d73(0x1b5)](_0x3f3ed9[_0x237d73(0x1f3)]),_0x40a57d[_0x237d73(0x1d7)](encodeURIComponent,JSON[_0x237d73(0x186)](_0x24a522)))}};}const _0x1b7b24={};return _0x1b7b24[_0x237d73(0x17d)]=_0x24a522,_0x1b7b24;})()),_0x449d4f=_0x25d9ca[_0xbea3b4(0x1e0)](nestedKeyValue,_0x9b21c5,[_0x25d9ca[_0xbea3b4(0x176)],_0x2bc7fa]);_0x48c505[_0x182491]=_0x449d4f?helper[_0xbea3b4(0x1c8)](_0x1c2455,_0x449d4f):_0x1c2455,!_0x3fb3af&&(_0x48c505[_0x182491][_0xbea3b4(0x19e)]=_0x24a522['browserName']||_0x1c2455[_0xbea3b4(0x19e)]),_0x1d8b7b[_0xbea3b4(0x1a8)](_0x182491);});}else{_0x3034d4=0x1;if(_0x3fb3af){const _0x40649c=_0x25d9ca[_0x12df4c(0x177)](nestedKeyValue,_0x9b21c5,[_0x25d9ca[_0x12df4c(0x176)],_0x2bc7fa,_0x25d9ca['dlhGJ']]),_0x6da9dd=_0x25d9ca[_0x12df4c(0x19f)](nestedKeyValue,_0x9b21c5,[_0x25d9ca[_0x12df4c(0x176)],_0x2bc7fa,_0x40649c]);_0x6da9dd&&_0x6da9dd[_0x12df4c(0x179)]&&(_0x6da9dd[_0x12df4c(0x179)]=helper['prepareCapabilities'](null,null,_0x892e84[_0x12df4c(0x1e8)](),null,null,_0x6da9dd['browserWSEndpoint']));}else _0x9b21c5[_0x25d9ca[_0x12df4c(0x176)]][_0x2bc7fa][_0x25d9ca[_0x12df4c(0x1d3)]]=helper[_0x12df4c(0x19b)](null,null,_0x892e84[_0x12df4c(0x1e8)](),_0x25d9ca[_0x12df4c(0x17e)](nestedKeyValue,_0x9b21c5,[_0x25d9ca[_0x12df4c(0x176)],_0x2bc7fa,_0x25d9ca[_0x12df4c(0x1d3)]]),null,null);_0x48c505[_0x25d9ca[_0x12df4c(0x18a)]]=_0x9b21c5,_0x1d8b7b[_0x12df4c(0x1a8)](_0x25d9ca[_0x12df4c(0x18a)]);}const _0x55d447={};_0x55d447[_0x12df4c(0x185)]=_0x3f93e6;const _0x3e6fc9=_0x55d447,_0x5cd456=path[_0x12df4c(0x16f)](__dirname,_0x25d9ca[_0x12df4c(0x183)]),_0x55cc45=process['cwd']();process[_0x12df4c(0x1b7)][_0x25d9ca[_0x12df4c(0x1c7)]]=_0x55cc45,process[_0x12df4c(0x1db)](path['dirname'](_0x3f93e6));const _0x4608bb=new CodeceptJS[(_0x12df4c(0x1ab))](null,_0x3e6fc9),_0x1ef145=_0x4608bb[_0x12df4c(0x1c4)](_0x3034d4),_0x1b1a1b=testOpsHelper[_0x12df4c(0x1ae)](),_0x54b072=_0x1d8b7b[_0x12df4c(0x16a)](_0x53d35c=>{const _0x1b66d5=_0x12df4c,_0x1014e8={};_0x1014e8[_0x1b66d5(0x1e9)]=_0x48c505[_0x53d35c];const _0x3af082={};_0x3af082[_0x1b66d5(0x1d1)]=_0x48c505[_0x53d35c];const _0x59f0fa=_0x3fb3af?_0x1014e8:_0x3af082,_0x54cdc2=_0x25d9ca[_0x1b66d5(0x162)](getO11yRerunPattern),_0x57760f={};_0x57760f[_0x1b66d5(0x16e)]=_0x59f0fa;const _0x3a8a5d={};_0x3a8a5d[_0x1b66d5(0x1f2)]=_0x5cd456,_0x3a8a5d['enabled']=!![],_0x3a8a5d[_0x1b66d5(0x1af)]=_0x3f3ed9['config'][_0x1b66d5(0x169)][_0x1b66d5(0x1af)],_0x3a8a5d['skipSessionStatus']=_0x3f3ed9[_0x1b66d5(0x1f3)][_0x1b66d5(0x169)][_0x1b66d5(0x190)],_0x3a8a5d[_0x1b66d5(0x194)]=_0x1b1a1b,_0x3a8a5d[_0x1b66d5(0x158)]=_0x892e84;const _0x421ba1={};_0x421ba1[_0x1b66d5(0x1bf)]=_0x3a8a5d;const _0xcc575={};return _0xcc575[_0x1b66d5(0x188)]=_0x421ba1,helper[_0x1b66d5(0x1c8)]({},_0x9b21c5,_0x25d9ca[_0x1b66d5(0x1ca)](isBrowserstackInfra)?_0x57760f:{},_0x54cdc2?{'grep':_0x54cdc2}:{},_0xcc575);});for(const _0xac6bb9 of _0x54b072){for(const _0x21c3f5 of _0x1ef145){const _0x3b6e52=_0x4608bb[_0x12df4c(0x164)]();_0x3b6e52[_0x12df4c(0x15e)](_0x21c3f5),_0x3b6e52[_0x12df4c(0x1be)](_0xac6bb9);}}_0x4608bb['on'](CodeceptJS[_0x12df4c(0x1d2)][_0x12df4c(0x157)][_0x12df4c(0x1e5)],(_0x58745e,_0xcc2bdb)=>{const _0x1fc7bd=_0x12df4c;console[_0x1fc7bd(0x1ed)](_0x25d9ca[_0x1fc7bd(0x18e)],_0x58745e[_0x1fc7bd(0x1ac)]);const _0x4dfae9={[_0x58745e[_0x1fc7bd(0x1ac)]]:_0x58745e['err'][_0x1fc7bd(0x1cc)]};_testErrorData[_0x1fc7bd(0x1a8)](_0x4dfae9);}),_0x4608bb['on'](CodeceptJS[_0x12df4c(0x1d2)][_0x12df4c(0x157)][_0x12df4c(0x159)],async _0x56cc67=>{const _0x18840a=_0x12df4c;console['log'](_0x25d9ca['lNWWj'],_0x56cc67[_0x18840a(0x1ac)]);}),_0x4608bb['on'](CodeceptJS['event'][_0x12df4c(0x157)][_0x12df4c(0x161)],async _0x13ef21=>{const _0x467d64=_0x12df4c;console[_0x467d64(0x1ed)](_0x25d9ca['QRJXZ'],_0x13ef21['title']);}),_0x4608bb['on'](CodeceptJS[_0x12df4c(0x1d2)][_0x12df4c(0x16b)][_0x12df4c(0x167)],async()=>{const _0x5ef0d0=_0x12df4c,_0x89d49b=_0x25d9ca[_0x5ef0d0(0x1b9)][_0x5ef0d0(0x173)]('|');let _0x195a3e=0x0;while(!![]){switch(_0x89d49b[_0x195a3e++]){case'0':_0x4608bb[_0x5ef0d0(0x19c)]();continue;case'1':try{await TestHubHandler[_0x5ef0d0(0x160)]();}catch(_0x12d71b){logger[_0x5ef0d0(0x1c9)](_0x5ef0d0(0x181)+util[_0x5ef0d0(0x1de)](_0x12d71b));}continue;case'2':testOpsHelper[_0x5ef0d0(0x172)]();continue;case'3':_0x3f3ed9[_0x5ef0d0(0x1cf)]=_testErrorData;continue;case'4':utilities[_0x5ef0d0(0x1d8)](_0x3f3ed9);continue;case'5':PerformanceTester[_0x5ef0d0(0x1a5)](PerformanceEvents[_0x5ef0d0(0x1dc)]);continue;}break;}});async function _0x5a7a01(){const _0x3a742a=_0x12df4c;try{await _0x4608bb[_0x3a742a(0x1e6)](),await _0x4608bb[_0x3a742a(0x1cb)]();}finally{process[_0x3a742a(0x1db)](_0x55cc45),await _0x4608bb[_0x3a742a(0x184)]();}}PerformanceTester[_0x12df4c(0x168)](PerformanceEvents['SDK_SETUP']),_0x25d9ca[_0x12df4c(0x15d)](_0x5a7a01);}function a2_0x19b7(_0x46285e,_0xe1052e){const _0x322cba=a2_0x322c();return a2_0x19b7=function(_0x19b7a4,_0x157108){_0x19b7a4=_0x19b7a4-0x157;let _0x6bf42=_0x322cba[_0x19b7a4];return _0x6bf42;},a2_0x19b7(_0x46285e,_0xe1052e);}module[a2_0x790df1(0x1c6)]=run;
2
+ 'use strict';const a2_0x40c662=a2_0x36a7;(function(_0x3aaf6b,_0x356420){const _0x5e820b=a2_0x36a7,_0x130af4=_0x3aaf6b();while(!![]){try{const _0x403960=parseInt(_0x5e820b(0x161))/0x1*(parseInt(_0x5e820b(0xfb))/0x2)+parseInt(_0x5e820b(0x169))/0x3+parseInt(_0x5e820b(0x159))/0x4+parseInt(_0x5e820b(0x109))/0x5+-parseInt(_0x5e820b(0x127))/0x6+-parseInt(_0x5e820b(0x16e))/0x7*(-parseInt(_0x5e820b(0x131))/0x8)+-parseInt(_0x5e820b(0x13e))/0x9;if(_0x403960===_0x356420)break;else _0x130af4['push'](_0x130af4['shift']());}catch(_0x3628d4){_0x130af4['push'](_0x130af4['shift']());}}}(a2_0x4bf1,0xe00db));const fs=require('fs'),path=require(a2_0x40c662(0x17a)),util=require('util'),process=require(a2_0x40c662(0x173)),logger=require(a2_0x40c662(0x17b))[a2_0x40c662(0x125)],{default:BrowserStackSetup}=require(a2_0x40c662(0x12d)),helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x40c662(0x18b)),{setAccessibilityCapabilities}=require(a2_0x40c662(0x15e)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a2_0x40c662(0x174),a2_0x40c662(0x104)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x40c662(0x106)),constants=require(a2_0x40c662(0x17e)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a2_0x40c662(0x12c))[a2_0x40c662(0x147)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x5868a2,_0x2971cd)=>{const _0x5a9a63=a2_0x40c662,_0xe2d415={};_0xe2d415[_0x5a9a63(0x10b)]=function(_0x48f1d9,_0x541553){return _0x48f1d9===_0x541553;},_0xe2d415[_0x5a9a63(0x143)]=_0x5a9a63(0x16d),_0xe2d415[_0x5a9a63(0x13a)]='codecept.json';const _0x39799c=_0xe2d415;let _0x309363=null;const _0x216418={};let _0x1bd6b6=_0x2971cd[_0x5a9a63(0x191)](_0x3de12c=>_0x3de12c===_0x5a9a63(0x14e));_0x39799c[_0x5a9a63(0x10b)](_0x1bd6b6,-0x1)&&(_0x1bd6b6=_0x2971cd['findIndex'](_0x475ab0=>_0x475ab0==='-c'));if(!helper[_0x5a9a63(0x142)](_0x5868a2[_0x5a9a63(0x100)])&&fs[_0x5a9a63(0x16a)](path['join'](process[_0x5a9a63(0x10d)](),_0x5868a2[_0x5a9a63(0x100)])))_0x309363=path['join'](process[_0x5a9a63(0x10d)](),_0x5868a2['config']),_0x2971cd[_0x5a9a63(0xff)](_0x1bd6b6,0x2);else{if(!helper[_0x5a9a63(0x142)](_0x5868a2['c'])&&fs[_0x5a9a63(0x16a)](path['join'](process['cwd'](),_0x5868a2['c'])))_0x309363=path[_0x5a9a63(0x132)](process[_0x5a9a63(0x10d)](),_0x5868a2['c']),_0x2971cd[_0x5a9a63(0xff)](_0x1bd6b6,0x2);else{if(fs['existsSync'](path[_0x5a9a63(0x132)](process[_0x5a9a63(0x10d)](),_0x39799c[_0x5a9a63(0x143)])))_0x309363=path[_0x5a9a63(0x132)](process[_0x5a9a63(0x10d)](),_0x39799c[_0x5a9a63(0x143)]);else fs['existsSync'](path[_0x5a9a63(0x132)](process[_0x5a9a63(0x10d)](),_0x39799c[_0x5a9a63(0x13a)]))&&(_0x309363=path['join'](process[_0x5a9a63(0x10d)](),_0x39799c[_0x5a9a63(0x13a)]));}}return process['env']['USER_CONFIG_DETAILS_PATH']=_0x309363,_0x309363;},getO11yRerunPattern=()=>{const _0x2d9ffc=a2_0x40c662,_0x35af0d=helper['isTrue'](process[_0x2d9ffc(0x10c)][_0x2d9ffc(0x15d)]);if(_0x35af0d){const _0x2c0972=process['env'][_0x2d9ffc(0x154)],_0x51a328=[];if(helper[_0x2d9ffc(0x189)](_0x2c0972)&&!helper[_0x2d9ffc(0x142)](_0x2c0972)){_0x2c0972[_0x2d9ffc(0x148)](',')[_0x2d9ffc(0x115)](_0x243f3e=>{const _0x1f36a2=_0x2d9ffc;_0x51a328[_0x1f36a2(0x110)]('('+_0x243f3e['trim']()+')');});const _0x29b917='^'+_0x51a328[_0x2d9ffc(0x132)]('|')+'$';return _0x29b917;}}return null;},a2_0x212a5a={};a2_0x212a5a[a2_0x40c662(0x11e)]='chromium',a2_0x212a5a[a2_0x40c662(0x126)]=a2_0x40c662(0x114),a2_0x212a5a[a2_0x40c662(0x14a)]=a2_0x40c662(0x12a),a2_0x212a5a[a2_0x40c662(0x185)]=a2_0x40c662(0x14f);const pwToCodeceptBrowser=a2_0x212a5a;function a2_0x36a7(_0x398eee,_0x3d9157){const _0x4bf11a=a2_0x4bf1();return a2_0x36a7=function(_0x36a79c,_0x3bce37){_0x36a79c=_0x36a79c-0xf9;let _0x279e93=_0x4bf11a[_0x36a79c];return _0x279e93;},a2_0x36a7(_0x398eee,_0x3d9157);}async function run(_0x5dcb51,_0x5ea9f6){const _0x567315=a2_0x40c662,_0x345547={'zFfKo':function(_0x29d6ec,_0x80157d){return _0x29d6ec+_0x80157d;},'bRgop':function(_0x4658df,_0xdf7742){return _0x4658df(_0xdf7742);},'IDQdX':function(_0x16dd3e,_0x1480b3,_0x2bfd52){return _0x16dd3e(_0x1480b3,_0x2bfd52);},'ICPOI':_0x567315(0x170),'ljgQJ':function(_0x5ea689){return _0x5ea689();},'zvZwQ':_0x567315(0x108),'nJsOo':_0x567315(0x15f),'GpPCZ':'Started\x20:\x20','vXmzL':'3|4|0|1|5|2','QdkJO':_0x567315(0x104),'RFfAC':_0x567315(0x192),'YpCQG':_0x567315(0x166),'SuLQi':_0x567315(0x137),'dmtix':function(_0x1e7503,_0x3a4eb9){return _0x1e7503(_0x3a4eb9);},'AitjZ':function(_0xfbaa7f,_0xfbffc9){return _0xfbaa7f!=_0xfbffc9;},'wMUBX':function(_0x3bfdc3,_0x43d8fe){return _0x3bfdc3===_0x43d8fe;},'Mhmof':_0x567315(0x182),'TfERI':function(_0x57d129,_0x36f5d5){return _0x57d129+_0x36f5d5;},'gvNhJ':'-cucumber','tVCwm':function(_0x3d0f96,_0x5ef10a){return _0x3d0f96(_0x5ef10a);},'DEhIx':function(_0x1085a8){return _0x1085a8();},'RJaft':function(_0x5e6bb4,_0x13d355){return _0x5e6bb4*_0x13d355;},'PdGxY':_0x567315(0x190),'TmWht':function(_0x483f42,_0x2635cc,_0x31af8f){return _0x483f42(_0x2635cc,_0x31af8f);},'iVpeC':_0x567315(0x121),'SkVjV':_0x567315(0x177),'wITlX':_0x567315(0x138),'bJlwT':'browserStackCwd','YAXRy':function(_0x366b1a){return _0x366b1a();}},_0x4d637a=new BrowserStackSetup(_0x5dcb51,_0x345547['QdkJO']);await _0x4d637a[_0x567315(0x14d)](),await helper[_0x567315(0x15b)](_0x4d637a[_0x567315(0x100)]);if(!_0x4d637a[_0x567315(0x100)])return;process['profile']=_0x5dcb51[_0x567315(0x156)];_0x5dcb51[_0x567315(0x156)]&&(process[_0x567315(0x10c)][_0x567315(0x156)]=_0x5dcb51[_0x567315(0x156)]);const _0x1beabe=_0x345547['IDQdX'](getUserCodeceptJSConfigs,_0x5dcb51,_0x5ea9f6);let _0x4767a0={};_0x1beabe?(logger['info'](_0x567315(0x12b)+_0x1beabe),_0x4767a0=CodeceptJS[_0x567315(0x100)][_0x567315(0x120)](_0x1beabe)):logger[_0x567315(0x188)](_0x345547[_0x567315(0xfd)]);let _0x120d5a=![];_0x345547[_0x567315(0x122)](nestedKeyValue,_0x4767a0,[_0x345547[_0x567315(0x162)],_0x345547[_0x567315(0x136)]])&&(_0x120d5a=!![]);const _0x410365=_0x120d5a?_0x345547[_0x567315(0x136)]:_0x345547[_0x567315(0x17d)];let _0x22b13c=!_0x120d5a?helper[_0x567315(0x18a)](_0x4d637a['config']):![];!helper[_0x567315(0x142)](_0x4d637a['config'][_0x567315(0x118)])&&(process[_0x567315(0x10c)][_0x567315(0x18e)]=JSON[_0x567315(0x11c)](_0x4d637a[_0x567315(0x100)][_0x567315(0x118)]));let _0x1504a1=_0x4d637a['config'][_0x567315(0x113)];_0x1504a1=_0x1504a1||_0x345547[_0x567315(0x15c)](checkAccessibilityPlatformConfig,_0x4d637a[_0x567315(0x100)]),process[_0x567315(0x10c)][_0x567315(0x119)]=_0x1504a1;_0x1504a1&&(_0x22b13c=!_0x1504a1);_0x345547[_0x567315(0x117)](_0x4d637a[_0x567315(0x100)]['testObservability'],null)?process[_0x567315(0x10c)][_0x567315(0x18f)]=_0x4d637a[_0x567315(0x100)][_0x567315(0x111)]:process[_0x567315(0x10c)][_0x567315(0x18f)]=_0x345547[_0x567315(0x184)](_0x410365,_0x345547[_0x567315(0x136)]);const _0x26c274=_0x345547[_0x567315(0x122)](nestedKeyValue,_0x4767a0,[_0x345547[_0x567315(0x140)]]),_0x184e5d=_0x345547['TfERI'](_0x345547[_0x567315(0xfe)],_0x26c274&&!helper[_0x567315(0x186)](_0x26c274)?_0x345547[_0x567315(0x10a)]:''),_0x30f0f8=await TestHubHandler[_0x567315(0x163)](_0x184e5d,_0x4d637a);_0x1504a1&&_0x345547[_0x567315(0x13b)](setAccessibilityCapabilities,_0x4d637a[_0x567315(0x100)]);const _0x2e4ccb={},_0x26bffd=[],_0x58349f=_0x4d637a[_0x567315(0x100)][_0x567315(0x16f)]||helper[_0x567315(0x16b)](_0x5dcb51,_0x5ea9f6,_0x4d637a[_0x567315(0x100)],constants[_0x567315(0x18d)][_0x567315(0x130)])||0x1;let _0x4f3e0a=0x1;if(_0x345547['DEhIx'](isBrowserstackInfra)){const _0x1bf3ba=helper[_0x567315(0x18c)](_0x4d637a[_0x567315(0x100)],_0x22b13c,constants[_0x567315(0x18d)][_0x567315(0x130)]);_0x1bf3ba[_0x567315(0x144)](_0x4a3aca=>{const _0x229ed6=_0x567315;helper[_0x229ed6(0x128)](_0x4a3aca);}),helper[_0x567315(0x176)](_0x4d637a[_0x567315(0x100)])?_0x4f3e0a=_0x345547[_0x567315(0x141)](_0x58349f,_0x4d637a[_0x567315(0x100)]['platforms'][_0x567315(0x112)]):_0x4f3e0a=_0x58349f,_0x1bf3ba[_0x567315(0x144)](_0x5ea287=>{const _0x37c6be=_0x567315,_0x5021e7={'yJUlj':function(_0x5b9262,_0xf35e13){const _0x229ab2=a2_0x36a7;return _0x345547[_0x229ab2(0x12e)](_0x5b9262,_0xf35e13);},'tuHvO':function(_0x2c53be,_0x1167c8){const _0x1af2b5=a2_0x36a7;return _0x345547[_0x1af2b5(0x183)](_0x2c53be,_0x1167c8);}},_0x79422a=_0x345547[_0x37c6be(0x12e)](helper[_0x37c6be(0x13c)](_0x5ea287,'_'),'_'+Date['now']()),_0x4cec26=((()=>{const _0x13dc4b=_0x37c6be;if(_0x120d5a){const _0x2f8629=pwToCodeceptBrowser[_0x5ea287['browserName']]||_0x5ea287[_0x13dc4b(0x171)];return{'browser':_0x2f8629,[_0x2f8629]:{'browserWSEndpoint':_0x5021e7['yJUlj'](helper[_0x13dc4b(0x11d)](_0x4d637a[_0x13dc4b(0x100)]),_0x5021e7[_0x13dc4b(0x15a)](encodeURIComponent,JSON[_0x13dc4b(0x11c)](_0x5ea287)))}};}const _0x11c22e={};return _0x11c22e[_0x13dc4b(0x121)]=_0x5ea287,_0x11c22e;})()),_0x3ae579=_0x345547[_0x37c6be(0x122)](nestedKeyValue,_0x4767a0,[_0x345547[_0x37c6be(0x162)],_0x410365]);_0x2e4ccb[_0x79422a]=_0x3ae579?helper[_0x37c6be(0x16c)](_0x4cec26,_0x3ae579):_0x4cec26,!_0x120d5a&&(_0x2e4ccb[_0x79422a][_0x37c6be(0x190)]=_0x5ea287['browserName']||_0x4cec26[_0x37c6be(0x190)]),_0x26bffd['push'](_0x79422a);});}else{_0x4f3e0a=0x1;if(_0x120d5a){const _0x300277=_0x345547['IDQdX'](nestedKeyValue,_0x4767a0,[_0x345547[_0x567315(0x162)],_0x410365,_0x345547[_0x567315(0x103)]]),_0x19e529=_0x345547[_0x567315(0x129)](nestedKeyValue,_0x4767a0,[_0x345547[_0x567315(0x162)],_0x410365,_0x300277]);_0x19e529&&_0x19e529[_0x567315(0x157)]&&(_0x19e529[_0x567315(0x157)]=helper[_0x567315(0x18c)](null,null,_0x184e5d[_0x567315(0x133)](),null,null,_0x19e529[_0x567315(0x157)]));}else _0x4767a0[_0x345547[_0x567315(0x162)]][_0x410365][_0x345547[_0x567315(0x194)]]=helper[_0x567315(0x18c)](null,null,_0x184e5d[_0x567315(0x133)](),_0x345547['IDQdX'](nestedKeyValue,_0x4767a0,[_0x345547[_0x567315(0x162)],_0x410365,_0x345547[_0x567315(0x194)]]),null,null);_0x2e4ccb[_0x345547[_0x567315(0x116)]]=_0x4767a0,_0x26bffd[_0x567315(0x110)](_0x345547[_0x567315(0x116)]);}const _0x222b70={};_0x222b70['testConfig']=_0x1beabe;const _0x18f091=_0x222b70,_0x5dfc41=path[_0x567315(0x132)](__dirname,_0x345547[_0x567315(0x165)]),_0x1bfc7f=process[_0x567315(0x10d)]();process[_0x567315(0x10c)][_0x345547['bJlwT']]=_0x1bfc7f,process[_0x567315(0x124)](path[_0x567315(0x135)](_0x1beabe));const _0x408d78=new CodeceptJS[(_0x567315(0x164))](null,_0x18f091),_0x4b64f3=_0x408d78['createGroupsOfSuites'](_0x4f3e0a),_0x34583c=testOpsHelper[_0x567315(0x193)](),_0x4c8003=_0x26bffd['map'](_0x375848=>{const _0xfb0a00=_0x567315,_0x571edf={};_0x571edf[_0xfb0a00(0x166)]=_0x2e4ccb[_0x375848];const _0x139fce={};_0x139fce[_0xfb0a00(0x137)]=_0x2e4ccb[_0x375848];const _0x5e45cd=_0x120d5a?_0x571edf:_0x139fce,_0x3c4a1d=_0x345547[_0xfb0a00(0x139)](getO11yRerunPattern),_0x4cb8fc={};_0x4cb8fc[_0xfb0a00(0x170)]=_0x5e45cd;const _0x585164={};_0x585164[_0xfb0a00(0x10e)]=_0x5dfc41,_0x585164[_0xfb0a00(0x17c)]=!![],_0x585164[_0xfb0a00(0x101)]=_0x4d637a[_0xfb0a00(0x100)]['testContextOptions']['skipSessionName'],_0x585164[_0xfb0a00(0x105)]=_0x4d637a[_0xfb0a00(0x100)][_0xfb0a00(0x146)][_0xfb0a00(0x105)],_0x585164['testObservability']=_0x34583c,_0x585164[_0xfb0a00(0x13f)]=_0x184e5d;const _0xf4f628={};_0xf4f628[_0xfb0a00(0x17f)]=_0x585164;const _0x4ac7ae={};return _0x4ac7ae[_0xfb0a00(0x180)]=_0xf4f628,helper[_0xfb0a00(0x16c)]({},_0x4767a0,_0x345547[_0xfb0a00(0x139)](isBrowserstackInfra)?_0x4cb8fc:{},_0x3c4a1d?{'grep':_0x3c4a1d}:{},_0x4ac7ae);});for(const _0x5e99a5 of _0x4c8003){for(const _0x5cf462 of _0x4b64f3){const _0x1b0169=_0x408d78[_0x567315(0x14c)]();_0x1b0169[_0x567315(0x149)](_0x5cf462),_0x1b0169[_0x567315(0x155)](_0x5e99a5);const _0x49e918={};_0x49e918[_0x567315(0x100)]=_0x1beabe,_0x1b0169[_0x567315(0x160)](_0x49e918);}}_0x408d78['on'](CodeceptJS[_0x567315(0x10f)][_0x567315(0x107)]['failed'],(_0x5838c8,_0x161e81)=>{const _0x4012c1=_0x567315;console['log'](_0x345547[_0x4012c1(0x134)],_0x5838c8[_0x4012c1(0x152)]);const _0x5a5f1d={[_0x5838c8[_0x4012c1(0x152)]]:_0x5838c8[_0x4012c1(0x14b)][_0x4012c1(0x12f)]};_testErrorData[_0x4012c1(0x110)](_0x5a5f1d);}),_0x408d78['on'](CodeceptJS[_0x567315(0x10f)][_0x567315(0x107)][_0x567315(0x13d)],async _0x5ae4ae=>{const _0x3ad59f=_0x567315;console[_0x3ad59f(0x151)](_0x345547['nJsOo'],_0x5ae4ae[_0x3ad59f(0x152)]);}),_0x408d78['on'](CodeceptJS[_0x567315(0x10f)]['test'][_0x567315(0x167)],async _0xa07732=>{const _0x50609d=_0x567315;console['log'](_0x345547[_0x50609d(0x11f)],_0xa07732[_0x50609d(0x152)]);}),_0x408d78['on'](CodeceptJS[_0x567315(0x10f)][_0x567315(0x175)]['result'],async()=>{const _0x449b92=_0x567315,_0x5c1130=_0x345547[_0x449b92(0x102)][_0x449b92(0x148)]('|');let _0x475411=0x0;while(!![]){switch(_0x5c1130[_0x475411++]){case'0':testOpsHelper[_0x449b92(0x150)]();continue;case'1':utilities[_0x449b92(0xfa)](_0x4d637a);continue;case'2':_0x408d78[_0x449b92(0x153)]();continue;case'3':PerformanceTester[_0x449b92(0x123)](PerformanceEvents[_0x449b92(0x187)]);continue;case'4':_0x4d637a[_0x449b92(0x178)]=_testErrorData;continue;case'5':try{await TestHubHandler[_0x449b92(0xfc)]();}catch(_0x2f3259){logger[_0x449b92(0x11b)](_0x449b92(0x158)+util[_0x449b92(0xf9)](_0x2f3259));}continue;}break;}});async function _0x3443d5(){const _0x1c0a26=_0x567315;try{await _0x408d78[_0x1c0a26(0x11a)](),await _0x408d78[_0x1c0a26(0x145)]();}finally{process[_0x1c0a26(0x124)](_0x1bfc7f),await _0x408d78['teardownAll']();}}PerformanceTester[_0x567315(0x179)](PerformanceEvents[_0x567315(0x181)]),_0x345547[_0x567315(0x172)](_0x3443d5);}module[a2_0x40c662(0x168)]=run;function a2_0x4bf1(){const _0x1a62d0=['BROWSERSTACK_TEST_ACCESSIBILITY_YML','bootstrapAll','debug','stringify','getPlaywrightUrl','chrome','GpPCZ','load','desiredCapabilities','IDQdX','start','chdir','winstonLogger','playwright-chromium','1654278HgSIZL','setAdditionalCapabilities','TmWht','firefox','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','../../helpers/performance/constants','../../helpers/BrowserStackSetup','zFfKo','stack','CODECEPT','1480fBsuyG','join','toLowerCase','zvZwQ','dirname','YpCQG','WebDriver','BrowserStackPlugin.js','ljgQJ','AWpUc','tVCwm','getPlatformName','passed','20293677qSKhMy','frameworkName','Mhmof','RJaft','isUndefined','iJkzP','forEach','run','testContextOptions','EVENTS','split','addTests','playwright-firefox','err','spawn','initialize','--config','webkit','printBuildLink','log','title','printResults','BROWSERSTACK_RERUN_TESTS','addConfig','profile','browserWSEndpoint','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','1260364oJLPqn','tuHvO','handleApp','dmtix','BROWSERSTACK_RERUN','../../bin/playwright/accessibility-helper','Passed\x20:\x20','addOptions','6oUgyIv','ICPOI','launchBuild','Workers','wITlX','Playwright','before','exports','1173837qPZoLB','existsSync','getUserWorkerCount','mergeDeep','codecept.conf.js','41069NilSjI','parallelsPerPlatform','helpers','browserName','YAXRy','process','codeceptjs/lib/index.js','all','validPlatformsPresent','root','errorMessage','end','path','../../helpers/logger','enabled','SuLQi','../utils/constants','BrowserStackPlugin','plugins','SDK_SETUP','gherkin','bRgop','wMUBX','playwright-webkit','isEmpty','SDK_CLEANUP','info','validateRerunTestList','useW3C','../../helpers/accessibility-automation/helper','prepareCapabilities','FRAMEWORKS','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_TEST_OBSERVABILITY_YML','browser','findIndex','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','isTestObservabilitySession','iVpeC','format','finalExecution','159512ciFhml','stop','RFfAC','QdkJO','slice','config','skipSessionName','vXmzL','PdGxY','codeceptjs','skipSessionStatus','../../helpers/testhub/testhubHandler','test','Failed\x20:\x20','5889940mKbdbY','gvNhJ','RAqCK','env','cwd','require','event','push','testObservability','length','accessibility','chromium','map','SkVjV','AitjZ','accessibilityOptions'];a2_0x4bf1=function(){return _0x1a62d0;};return a2_0x4bf1();}
@@ -1 +1 @@
1
- const a3_0x2b21d1=a3_0x11e8;function a3_0x11e8(_0x10fd87,_0x3b1405){const _0x1be263=a3_0x1be2();return a3_0x11e8=function(_0x11e844,_0x9f4715){_0x11e844=_0x11e844-0x1d7;let _0x58bea9=_0x1be263[_0x11e844];return _0x58bea9;},a3_0x11e8(_0x10fd87,_0x3b1405);}(function(_0x26d5ea,_0x577779){const _0x5b9c06=a3_0x11e8,_0xdf61f3=_0x26d5ea();while(!![]){try{const _0x17ad71=-parseInt(_0x5b9c06(0x213))/0x1+-parseInt(_0x5b9c06(0x1ee))/0x2+parseInt(_0x5b9c06(0x1fe))/0x3*(parseInt(_0x5b9c06(0x203))/0x4)+-parseInt(_0x5b9c06(0x223))/0x5*(-parseInt(_0x5b9c06(0x1eb))/0x6)+parseInt(_0x5b9c06(0x1fb))/0x7*(parseInt(_0x5b9c06(0x204))/0x8)+parseInt(_0x5b9c06(0x20c))/0x9*(parseInt(_0x5b9c06(0x211))/0xa)+parseInt(_0x5b9c06(0x1dd))/0xb;if(_0x17ad71===_0x577779)break;else _0xdf61f3['push'](_0xdf61f3['shift']());}catch(_0x4c9d6a){_0xdf61f3['push'](_0xdf61f3['shift']());}}}(a3_0x1be2,0x86128));const {isUndefined,nestedKeyValue}=require(a3_0x2b21d1(0x1f3)),logger=require(a3_0x2b21d1(0x1f9))[a3_0x2b21d1(0x1fd)],PlaywrightSessionDetails=require(a3_0x2b21d1(0x1e0)),{isAccessibilityAutomationSession}=require(a3_0x2b21d1(0x1fc)),{getObservabilityLinkedProductName}=require(a3_0x2b21d1(0x224)),getOSVersionFromCaps=_0x4a518a=>{const _0x22d794=a3_0x2b21d1,_0x3a1ed1={};_0x3a1ed1[_0x22d794(0x1de)]=_0x22d794(0x20b),_0x3a1ed1[_0x22d794(0x1d8)]=_0x22d794(0x1dc),_0x3a1ed1[_0x22d794(0x1f5)]=_0x22d794(0x21d),_0x3a1ed1[_0x22d794(0x219)]=_0x22d794(0x1e3),_0x3a1ed1[_0x22d794(0x215)]=_0x22d794(0x1ec);const _0x23eebf=_0x3a1ed1;if(!_0x4a518a)return null;const _0x1c73bc=_0x4a518a[_0x23eebf[_0x22d794(0x1de)]],_0x190c41=[_0x23eebf['keDMW'],_0x23eebf[_0x22d794(0x1f5)],_0x23eebf[_0x22d794(0x219)],_0x23eebf[_0x22d794(0x215)]];for(const _0x57ecce of _0x190c41){if(_0x1c73bc&&_0x1c73bc[_0x57ecce])return _0x1c73bc[_0x57ecce];else{if(_0x4a518a[_0x57ecce])return _0x4a518a[_0x57ecce];}}return null;};function a3_0x1be2(){const _0x698b5d=['desiredCapabilities','warn','browserstack_accessibility_automation_script','capabilities','searchParams','1122XulHfI','os_version','includes','1844016Pozkwq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','srIEa','playwright-chromium','config','../../helpers/helper','RlTfk','hVdrF','latest','browser_version','bGrZj','../../helpers/logger','dHesh','241346XVpqib','../../helpers/accessibility-automation/helper','winstonLogger','103443wlAnrP','iglKx','pIleq','msMqJ','RUSef','72CYnxFH','120eDwvCE','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','parse','browserName','XpDTj','JaCNL','bstack:options','1370412HIqlkD','browserVersion','bsSessionId','WebDriver','processWebDriverConfig','10IUJlya','getDetails','269834CjYgeS','get','FHPVk','browser','chrome','browserstack_executor','GwJuv','KTShL','platform','jvKRG','platform_version','accessibilityPlatform','platformName','pzDMT','shouldPatchExecuteScript','fetchPlatformDetails','9365qxREOw','../../helpers/test-observability/utils','constructor','NOBwp','keDMW','cloudProvider','dlqBZ','WyASo','platformVersion','1107205XBIzvZ','lAikQ','name','../../bin/playwright/sessionDetails','geKBc','dukJl','osVersion','MChVF','btTts'];a3_0x1be2=function(){return _0x698b5d;};return a3_0x1be2();}exports[a3_0x2b21d1(0x222)]=_0x5cf728=>{const _0x47af60=a3_0x2b21d1,_0x3a35ce={'dukJl':'unknown_grid','btTts':function(_0x87ee63,_0xf676fc){return _0x87ee63===_0xf676fc;},'MChVF':_0x47af60(0x20f),'JaCNL':function(_0x2ba92a,_0x4bbe2b){return _0x2ba92a(_0x4bbe2b);},'pzDMT':function(_0x3ccdaa,_0x1a645c,_0x4fa080){return _0x3ccdaa(_0x1a645c,_0x4fa080);},'KvMaT':_0x47af60(0x1f2),'msMqJ':_0x47af60(0x1e6),'DXoDl':'Playwright','KTShL':'browser','XpDTj':'browserWSEndpoint','dHesh':'caps'};if(!_0x5cf728)return null;let _0x47c091=global['__cloud_provider___']||_0x3a35ce[_0x47af60(0x1e2)];if(_0x3a35ce[_0x47af60(0x1e5)](_0x5cf728[_0x47af60(0x225)][_0x47af60(0x1df)],_0x3a35ce[_0x47af60(0x1e4)])){const _0x27a565=_0x5cf728[_0x47af60(0x216)];if(!_0x27a565)return null;const _0x3db19e=_0x27a565[_0x47af60(0x1e9)],_0x5c73fe=_0x3a35ce[_0x47af60(0x20a)](getOSVersionFromCaps,_0x3a35ce[_0x47af60(0x220)](nestedKeyValue,_0x5cf728,[_0x3a35ce['KvMaT'],_0x3a35ce[_0x47af60(0x201)]]));return{[_0x47c091]:{'browser':_0x3db19e[_0x47af60(0x208)],'browser_version':_0x3db19e[_0x47af60(0x20d)],'capabilities':_0x3db19e,'platform':_0x3db19e[_0x47af60(0x21f)],'platform_version':_0x3db19e[_0x47af60(0x1dc)]||_0x5c73fe,'product':_0x3a35ce['JaCNL'](getObservabilityLinkedProductName,_0x3db19e),'session_id':_0x27a565['sessionId']}};}else{if(_0x3a35ce[_0x47af60(0x1e5)](_0x5cf728[_0x47af60(0x225)][_0x47af60(0x1df)],_0x3a35ce['DXoDl'])){const _0x26ea04=PlaywrightSessionDetails[_0x47af60(0x212)]();_0x47c091=_0x26ea04[_0x47af60(0x1d9)]||_0x47c091;const _0x4b3ab6=_0x3a35ce['pzDMT'](nestedKeyValue,_0x5cf728,[_0x3a35ce['KvMaT'],_0x3a35ce[_0x47af60(0x21a)],_0x3a35ce[_0x47af60(0x209)]]),_0xf24983=_0x4b3ab6?JSON[_0x47af60(0x207)](new URL(_0x4b3ab6)[_0x47af60(0x1ea)][_0x47af60(0x214)](_0x3a35ce[_0x47af60(0x1fa)])):{};return{[_0x47c091]:{'browser':_0x26ea04['browser']||_0xf24983[_0x47af60(0x208)],'browser_version':_0x26ea04[_0x47af60(0x1f7)]||_0xf24983[_0x47af60(0x1f7)],'capabilities':_0xf24983,'platform':_0x26ea04[_0x47af60(0x21b)],'platform_version':_0x26ea04[_0x47af60(0x21d)],'product':_0x3a35ce[_0x47af60(0x20a)](getObservabilityLinkedProductName,_0xf24983),'session_id':_0x26ea04[_0x47af60(0x20e)]}};}}},exports[a3_0x2b21d1(0x210)]=_0x4c9a58=>{const _0x59c44d=a3_0x2b21d1,_0xf524ee={'WyASo':function(_0x46460b){return _0x46460b();},'bGrZj':function(_0xcb4db9,_0x1f06f9){return _0xcb4db9===_0x1f06f9;},'jvKRG':_0x59c44d(0x1f6),'RUSef':function(_0x4f78e9,_0x5651ae){return _0x4f78e9>_0x5651ae;},'pIleq':function(_0x303ece,_0x14799b){return _0x303ece(_0x14799b);},'DxuCP':_0x59c44d(0x1ef),'srIEa':_0x59c44d(0x217),'RlTfk':_0x59c44d(0x1f1),'YlxRb':_0x59c44d(0x205),'dlqBZ':function(_0x245a2b,_0x36017a){return _0x245a2b(_0x36017a);},'iglKx':_0x59c44d(0x206)};if(_0xf524ee[_0x59c44d(0x1db)](isAccessibilityAutomationSession)){const _0x4fb587=_0x4c9a58[_0x59c44d(0x216)],_0x1c64cd=_0x4fb587[_0x59c44d(0x1e9)];global['accessibilityPlatform']=!![],!(_0xf524ee[_0x59c44d(0x1f8)](_0x1c64cd[_0x59c44d(0x20d)],_0xf524ee[_0x59c44d(0x21c)])||_0xf524ee[_0x59c44d(0x202)](_0xf524ee[_0x59c44d(0x200)](parseInt,_0x1c64cd['browserVersion']),0x5e))&&(logger[_0x59c44d(0x1e7)](_0xf524ee['DxuCP']),global['accessibilityPlatform']=![]),!(_0xf524ee[_0x59c44d(0x1f8)](_0x1c64cd[_0x59c44d(0x208)],_0xf524ee[_0x59c44d(0x1f0)])||_0xf524ee['bGrZj'](_0x1c64cd[_0x59c44d(0x208)],_0xf524ee[_0x59c44d(0x1f4)]))&&(logger[_0x59c44d(0x1e7)](_0xf524ee['YlxRb']),global[_0x59c44d(0x21e)]=![]),!_0xf524ee[_0x59c44d(0x1da)](isUndefined,_0x1c64cd['deviceName'])&&(logger[_0x59c44d(0x1e7)](_0xf524ee[_0x59c44d(0x1ff)]),global['accessibilityPlatform']=![]);}},exports[a3_0x2b21d1(0x221)]=_0x1a017b=>{const _0xa7d6b8=a3_0x2b21d1,_0x52d842={};_0x52d842[_0xa7d6b8(0x1e1)]=_0xa7d6b8(0x218),_0x52d842[_0xa7d6b8(0x1d7)]=_0xa7d6b8(0x1e8);const _0x5c5ec0=_0x52d842;if(!_0x1a017b)return![];return!_0x1a017b[_0xa7d6b8(0x1ed)](_0x5c5ec0['geKBc'])&&!_0x1a017b[_0xa7d6b8(0x1ed)](_0x5c5ec0['NOBwp']);};
1
+ const a3_0x3ad5a0=a3_0x5342;(function(_0x4b7d31,_0x5598d2){const _0x168773=a3_0x5342,_0x3e1e08=_0x4b7d31();while(!![]){try{const _0x3fcb39=-parseInt(_0x168773(0x190))/0x1*(-parseInt(_0x168773(0x1b7))/0x2)+parseInt(_0x168773(0x1bf))/0x3+-parseInt(_0x168773(0x1b4))/0x4+parseInt(_0x168773(0x18b))/0x5+parseInt(_0x168773(0x1a0))/0x6+-parseInt(_0x168773(0x17e))/0x7*(parseInt(_0x168773(0x1bd))/0x8)+parseInt(_0x168773(0x19a))/0x9*(-parseInt(_0x168773(0x194))/0xa);if(_0x3fcb39===_0x5598d2)break;else _0x3e1e08['push'](_0x3e1e08['shift']());}catch(_0x239cce){_0x3e1e08['push'](_0x3e1e08['shift']());}}}(a3_0x482b,0xe1bdd));const {isUndefined,nestedKeyValue}=require(a3_0x3ad5a0(0x185)),logger=require(a3_0x3ad5a0(0x1b1))[a3_0x3ad5a0(0x182)],PlaywrightSessionDetails=require(a3_0x3ad5a0(0x17c)),{isAccessibilityAutomationSession}=require(a3_0x3ad5a0(0x175)),{getObservabilityLinkedProductName}=require(a3_0x3ad5a0(0x197)),getOSVersionFromCaps=_0x3f9e1d=>{const _0x116856=a3_0x3ad5a0,_0xe205c1={};_0xe205c1['SUkUN']=_0x116856(0x1ae),_0xe205c1[_0x116856(0x1bb)]=_0x116856(0x177),_0xe205c1['MIlmG']=_0x116856(0x172),_0xe205c1[_0x116856(0x1ad)]=_0x116856(0x183),_0xe205c1[_0x116856(0x192)]=_0x116856(0x171);const _0x1ec829=_0xe205c1;if(!_0x3f9e1d)return null;const _0x202ca1=_0x3f9e1d[_0x1ec829[_0x116856(0x18c)]],_0x1c250e=[_0x1ec829['VLvYM'],_0x1ec829[_0x116856(0x1a8)],_0x1ec829[_0x116856(0x1ad)],_0x1ec829['cGMYa']];for(const _0x3944e7 of _0x1c250e){if(_0x202ca1&&_0x202ca1[_0x3944e7])return _0x202ca1[_0x3944e7];else{if(_0x3f9e1d[_0x3944e7])return _0x3f9e1d[_0x3944e7];}}return null;};function a3_0x5342(_0x4f1878,_0xf445f6){const _0x482b6f=a3_0x482b();return a3_0x5342=function(_0x5342be,_0x46f42d){_0x5342be=_0x5342be-0x16f;let _0xbfc2b0=_0x482b6f[_0x5342be];return _0xbfc2b0;},a3_0x5342(_0x4f1878,_0xf445f6);}exports[a3_0x3ad5a0(0x199)]=_0x437ffd=>{const _0x3f41f5=a3_0x3ad5a0,_0x1ca663={'KIsmT':_0x3f41f5(0x181),'tUKtO':function(_0x15835a,_0x4ce3a6){return _0x15835a===_0x4ce3a6;},'HhwkG':_0x3f41f5(0x18e),'DbTtr':function(_0x5382e7,_0x17aa7d){return _0x5382e7(_0x17aa7d);},'mFRGk':function(_0x1feb81,_0x5f32a1,_0x21aa1d){return _0x1feb81(_0x5f32a1,_0x21aa1d);},'bvwAL':_0x3f41f5(0x1b5),'AaJMA':_0x3f41f5(0x1be),'jXApu':function(_0xa54e7e,_0x1c71da){return _0xa54e7e===_0x1c71da;},'DkefK':_0x3f41f5(0x18d),'Iymtx':'browser','vNHYV':_0x3f41f5(0x1c0),'jqDXF':_0x3f41f5(0x1b0),'FFueQ':function(_0x406fa4,_0x6fa85e){return _0x406fa4(_0x6fa85e);}};if(!_0x437ffd)return null;let _0x21fbb4=global[_0x3f41f5(0x19b)]||_0x1ca663[_0x3f41f5(0x1af)];if(_0x1ca663[_0x3f41f5(0x1a5)](_0x437ffd[_0x3f41f5(0x174)][_0x3f41f5(0x1ba)],_0x1ca663[_0x3f41f5(0x180)])){const _0x440342=_0x437ffd[_0x3f41f5(0x16f)];if(!_0x440342)return null;const _0x48e31e=_0x440342['capabilities'],_0x4f62a0=_0x1ca663[_0x3f41f5(0x1b3)](getOSVersionFromCaps,_0x1ca663[_0x3f41f5(0x176)](nestedKeyValue,_0x437ffd,[_0x1ca663[_0x3f41f5(0x1a4)],_0x1ca663[_0x3f41f5(0x17f)]]));return{[_0x21fbb4]:{'browser':_0x48e31e[_0x3f41f5(0x195)],'browser_version':_0x48e31e['browserVersion'],'capabilities':_0x48e31e,'platform':_0x48e31e[_0x3f41f5(0x179)],'platform_version':_0x48e31e['platformVersion']||_0x4f62a0,'product':_0x1ca663[_0x3f41f5(0x1b3)](getObservabilityLinkedProductName,_0x48e31e),'session_id':_0x440342[_0x3f41f5(0x191)]}};}else{if(_0x1ca663[_0x3f41f5(0x1aa)](_0x437ffd[_0x3f41f5(0x174)][_0x3f41f5(0x1ba)],_0x1ca663['DkefK'])){const _0x382c7f=PlaywrightSessionDetails[_0x3f41f5(0x189)]();_0x21fbb4=_0x382c7f['cloudProvider']||_0x21fbb4;const _0x3b34ab=_0x1ca663['mFRGk'](nestedKeyValue,_0x437ffd,[_0x1ca663[_0x3f41f5(0x1a4)],_0x1ca663['Iymtx'],_0x1ca663[_0x3f41f5(0x198)]]),_0x25f2b6=_0x3b34ab?JSON[_0x3f41f5(0x1a1)](new URL(_0x3b34ab)['searchParams'][_0x3f41f5(0x1a7)](_0x1ca663['jqDXF'])):{};return{[_0x21fbb4]:{'browser':_0x382c7f[_0x3f41f5(0x16f)]||_0x25f2b6[_0x3f41f5(0x195)],'browser_version':_0x382c7f[_0x3f41f5(0x19f)]||_0x25f2b6[_0x3f41f5(0x19f)],'capabilities':_0x25f2b6,'platform':_0x382c7f[_0x3f41f5(0x1ab)],'platform_version':_0x382c7f[_0x3f41f5(0x172)],'product':_0x1ca663[_0x3f41f5(0x18a)](getObservabilityLinkedProductName,_0x25f2b6),'session_id':_0x382c7f[_0x3f41f5(0x19e)]}};}}},exports[a3_0x3ad5a0(0x17d)]=_0xdcf320=>{const _0x11399d=a3_0x3ad5a0,_0x26977c={'HDBqI':function(_0x40eb68){return _0x40eb68();},'IDUWz':function(_0x2dc66b,_0x952e45){return _0x2dc66b===_0x952e45;},'JpHHo':_0x11399d(0x19c),'JEKSK':function(_0x4f7846,_0xc9aa1d){return _0x4f7846>_0xc9aa1d;},'KHmXL':function(_0x129498,_0x5ad5d8){return _0x129498(_0x5ad5d8);},'UgeLZ':_0x11399d(0x196),'GCRRh':_0x11399d(0x19d),'nDDYu':function(_0x591e0b,_0x2566f0){return _0x591e0b===_0x2566f0;},'KjVTn':_0x11399d(0x1b2),'quUsT':_0x11399d(0x186),'LCDyi':_0x11399d(0x1a3)};if(_0x26977c[_0x11399d(0x193)](isAccessibilityAutomationSession)){const _0x10ee9a=_0xdcf320[_0x11399d(0x16f)],_0xd48a0e=_0x10ee9a[_0x11399d(0x178)];global['accessibilityPlatform']=!![],!(_0x26977c[_0x11399d(0x1b6)](_0xd48a0e[_0x11399d(0x173)],_0x26977c[_0x11399d(0x1a6)])||_0x26977c[_0x11399d(0x18f)](_0x26977c[_0x11399d(0x188)](parseInt,_0xd48a0e['browserVersion']),0x5e))&&(logger[_0x11399d(0x187)](_0x26977c[_0x11399d(0x17a)]),global[_0x11399d(0x1ac)]=![]),!(_0x26977c[_0x11399d(0x1b6)](_0xd48a0e[_0x11399d(0x195)],_0x26977c[_0x11399d(0x17b)])||_0x26977c[_0x11399d(0x1b9)](_0xd48a0e[_0x11399d(0x195)],_0x26977c[_0x11399d(0x184)]))&&(logger[_0x11399d(0x187)](_0x26977c['quUsT']),global[_0x11399d(0x1ac)]=![]),!_0x26977c['KHmXL'](isUndefined,_0xd48a0e['deviceName'])&&(logger[_0x11399d(0x187)](_0x26977c[_0x11399d(0x1b8)]),global[_0x11399d(0x1ac)]=![]);}},exports[a3_0x3ad5a0(0x1bc)]=_0x59623b=>{const _0x4e3cba=a3_0x3ad5a0,_0x2a5e29={};_0x2a5e29[_0x4e3cba(0x170)]=_0x4e3cba(0x1a2),_0x2a5e29['zifsx']='browserstack_accessibility_automation_script';const _0x523e0f=_0x2a5e29;if(!_0x59623b)return![];return!_0x59623b[_0x4e3cba(0x1c1)](_0x523e0f[_0x4e3cba(0x170)])&&!_0x59623b['includes'](_0x523e0f[_0x4e3cba(0x1a9)]);};function a3_0x482b(){const _0x3d5169=['../../helpers/test-observability/utils','vNHYV','fetchPlatformDetails','2797893tfYBUv','__cloud_provider___','latest','chrome','bsSessionId','browser_version','9956646bZigvt','parse','browserstack_executor','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','bvwAL','tUKtO','JpHHo','get','MIlmG','zifsx','jXApu','platform','accessibilityPlatform','WVzif','bstack:options','KIsmT','caps','../../helpers/logger','playwright-chromium','DbTtr','6613916wxAAiG','config','IDUWz','32EwDuCm','LCDyi','nDDYu','name','VLvYM','shouldPatchExecuteScript','328cpwZJX','desiredCapabilities','5158641pjSxFL','browserWSEndpoint','includes','browser','lBkiZ','os_version','platform_version','browserVersion','constructor','../../helpers/accessibility-automation/helper','mFRGk','platformVersion','capabilities','platformName','UgeLZ','GCRRh','../../bin/playwright/sessionDetails','processWebDriverConfig','228963MekPLL','AaJMA','HhwkG','unknown_grid','winstonLogger','osVersion','KjVTn','../../helpers/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','warn','KHmXL','getDetails','FFueQ','7336625HVqGoq','SUkUN','Playwright','WebDriver','JEKSK','97493uaMJln','sessionId','cGMYa','HDBqI','80eeJbYE','browserName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'];a3_0x482b=function(){return _0x3d5169;};return a3_0x482b();}
@@ -1 +1 @@
1
- const a4_0x25b6e9=a4_0x416d;(function(_0x44f860,_0x99a2af){const _0x3ce5d2=a4_0x416d,_0xd7820f=_0x44f860();while(!![]){try{const _0x2c8ab6=parseInt(_0x3ce5d2(0x20c))/0x1*(-parseInt(_0x3ce5d2(0x178))/0x2)+-parseInt(_0x3ce5d2(0x1d8))/0x3*(-parseInt(_0x3ce5d2(0x24d))/0x4)+-parseInt(_0x3ce5d2(0x1dd))/0x5+parseInt(_0x3ce5d2(0x1e6))/0x6*(parseInt(_0x3ce5d2(0x17d))/0x7)+parseInt(_0x3ce5d2(0x1f4))/0x8*(-parseInt(_0x3ce5d2(0x185))/0x9)+-parseInt(_0x3ce5d2(0x1e9))/0xa*(parseInt(_0x3ce5d2(0x191))/0xb)+parseInt(_0x3ce5d2(0x18d))/0xc;if(_0x2c8ab6===_0x99a2af)break;else _0xd7820f['push'](_0xd7820f['shift']());}catch(_0x55842a){_0xd7820f['push'](_0xd7820f['shift']());}}}(a4_0x205f,0x9c4a0));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x25b6e9(0x1ab)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x25b6e9(0x183)),testOpsHelper=require(a4_0x25b6e9(0x244)),{getTestEnv}=require(a4_0x25b6e9(0x1c6)),{FRAMEWORKS}=require(a4_0x25b6e9(0x250)),logger=require(a4_0x25b6e9(0x22e))[a4_0x25b6e9(0x212)],SessionHandler=require(a4_0x25b6e9(0x1f1)),RequestQueueHandler=require(a4_0x25b6e9(0x22b)),PlaywrightSessionDetails=require(a4_0x25b6e9(0x1bd)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x25b6e9(0x231)),Constants=require(a4_0x25b6e9(0x1e1)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x25b6e9(0x1d0)),STATE_PASSED='passed',STATE_FAILED=a4_0x25b6e9(0x1d1),a4_0x5440ff={};a4_0x5440ff[a4_0x25b6e9(0x186)]=a4_0x25b6e9(0x1ed),a4_0x5440ff['TEST_RUN_FINISHED']=a4_0x25b6e9(0x233),a4_0x5440ff[a4_0x25b6e9(0x181)]='TestRunSkipped',a4_0x5440ff[a4_0x25b6e9(0x209)]=a4_0x25b6e9(0x180),a4_0x5440ff[a4_0x25b6e9(0x188)]=a4_0x25b6e9(0x1ee);function a4_0x205f(){const _0x5eb4d3=['\x20with\x20error\x20:\x20','getHookType','PathHelper','mYqUf','logs','JmuRN','GpHJO','uuid','yqxoX','getHooksForTest','currentTest','iQPhq','ErLBp','failure_reason_expanded','yTPRv','duration','NhZGS','nJkvT','apply','toISOString','bbNym','pending','integrations','skEpY','removeAllListeners','../playwright/sessionDetails','test_run','util','join','stepAnalyticsId','currentHook','xcFFv','initializeBddStep','UwcZn','../mocha/test-observability/mochaUtils','KnMAO','jjWMn','status','bddSteps','file','Nsxyr','finished_at','ZuXkg','rYqIp','../../helpers/testhub/utils.js','failed','failure','includes','replace','Kjpfy','event_type','HesQd','190380yubiBX','comment','concat','CemhO','string','3274760gBgMkn','stop','markedStatus','JpOOP','../utils/constants','uploadEventData','prefixTestPath','_paths','body','5070822XIQviQ','_beforeAll','keyword','3172690MutNat','_testEnv','getCBTInfo','YmUbk','TestRunStarted','HookRunFinished','OiYjv','huQVM','../../helpers/test-observability/sessionHandler','accessibilityPlatform','wWRgV','80Cjvaze','MEagp','finished','fRCRL','4|5|2|0|3|1','toString','push','title','captureEvent','getRootParentFile','forEach','BrowserType','passed','failureData','err','OTits','driver','bind','connect','FBfCi','wsEndpoint','HOOK_RUN_STARTED','failure_backtrace','fXLCB','1113341SjUSOS','zVijx','config','ctx','errorsDetailed','hook','winstonLogger','pid','YSRRL','LogCreated','atYvG','statSync','.git','meta','connectOverCDP','hookAnalyticsId','RhQMX','TMjKq','defineProperty','success','enabled','HhsbK','_beforeEach','DvArU','SAOjm','message','fBBXS','File\x20path\x20could\x20not\x20be\x20found','IydKT','javascript','startedAt','../../helpers/test-observability/requestQueueHandler','Failed\x20to\x20parse\x20wsendpoint\x20','file_name','../../helpers/logger','stringify','setupBrowserDetails','../playwright/accessibility-helper','WPlbi','TestRunFinished','launch','debug','cwd','EuuBY','sanrf','result','test','failed\x20to\x20get\x20root\x20parent\x20file\x20','suites','qCRZg','_afterEach','mwUSJ','CBTSessionCreated','jabiW','__cloud_provider___','feature','../../helpers/test-observability/utils','bddStepStart','Gwwco','test_run_uuid','STATE_FAILED','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','browserType.js','resetSkipTestHooks','68jWiruS','talwp','bs:addLog:','../../helpers/test-observability/constants','started','codeceptjs','skipped','hook_run_uuid','ZvWoX','yNlcn','Xgvbe','name','browserstack','vZSrl','groups','getTime','constructor','oWUWq','mjUqr','mapTestHooks','_afterAll','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','sendCBTInfo','2pWwhSU','getHierarchy','bddStepFinish','findGitConfig','length','7xAxmiJ','bFOFT','Playwright','HookRunStarted','TEST_RUN_SKIPPED','then','../../helpers/helper','location_prefix','392202LWNKby','TEST_RUN_STARTED','backtrace','HOOK_RUN_FINISHED','split','JJqmQ','appendTestItemLog','text','14850540ZQJGgk','prototype','retryOf','toLowerCase','11bnroft','CODECEPT','getInstance','now','fullTitle','testAnalyticsId','__platformCaps','frameworkName','XVpMe','JicPM','QCjrK','match','TEST_RUN_FINISHED','NaQmc','uFPYX','parent','grvsl','inspect','expanded'];a4_0x205f=function(){return _0x5eb4d3;};return a4_0x205f();}const TEST_EVENTS=a4_0x5440ff,parseEvent=_0x494a9f=>{const _0xdbc14d=a4_0x25b6e9,_0x5eeb73={};_0x5eeb73[_0xdbc14d(0x25a)]=function(_0x1fb718,_0x30fb25){return _0x1fb718<_0x30fb25;},_0x5eeb73[_0xdbc14d(0x23f)]=function(_0x3de95a,_0x8d1769){return _0x3de95a===_0x8d1769;},_0x5eeb73['yqxoX']=_0xdbc14d(0x23a),_0x5eeb73[_0xdbc14d(0x1d7)]=function(_0x1e850c,_0x2f716d){return _0x1e850c===_0x2f716d;},_0x5eeb73['xMeno']=_0xdbc14d(0x211),_0x5eeb73['NaQmc']=function(_0x31dcb8,_0x48364d){return _0x31dcb8===_0x48364d;},_0x5eeb73[_0xdbc14d(0x203)]=_0xdbc14d(0x253),_0x5eeb73[_0xdbc14d(0x232)]=function(_0x1c6723,_0x5dfecd){return _0x1c6723===_0x5dfecd;},_0x5eeb73[_0xdbc14d(0x237)]='started',_0x5eeb73[_0xdbc14d(0x1c7)]=_0xdbc14d(0x1f6);const _0x47a38c=_0x5eeb73,_0x30865d=_0x494a9f['match'](/^(.*)Run(.*)$/);if(!_0x30865d)return null;if(_0x47a38c[_0xdbc14d(0x25a)](_0x30865d[_0xdbc14d(0x17c)],0x3))return null;const _0x37e4db=_0x30865d[0x1][_0xdbc14d(0x190)](),_0x4c2740=_0x30865d[0x2][_0xdbc14d(0x190)]();return{'test':_0x47a38c[_0xdbc14d(0x23f)](_0x37e4db,_0x47a38c[_0xdbc14d(0x1ac)]),'hook':_0x47a38c[_0xdbc14d(0x1d7)](_0x37e4db,_0x47a38c['xMeno']),'skipped':_0x47a38c[_0xdbc14d(0x19e)](_0x4c2740,_0x47a38c[_0xdbc14d(0x203)]),'started':_0x47a38c['WPlbi'](_0x4c2740,_0x47a38c[_0xdbc14d(0x237)]),'finished':_0x47a38c[_0xdbc14d(0x19e)](_0x4c2740,_0x47a38c['KnMAO'])};},mockPWBrowserType=_0x42421d=>{const _0x12efa3=a4_0x25b6e9,_0x5d80df={'DvArU':function(_0x33547e,_0x2db6d6,_0x59697f){return _0x33547e(_0x2db6d6,_0x59697f);},'NjfpW':_0x12efa3(0x208),'zVijx':function(_0x2ce489,_0x4a080a){return _0x2ce489(_0x4a080a);},'yNlcn':_0x12efa3(0x259),'GpHJO':function(_0x287332,_0x1c95f7){return _0x287332===_0x1c95f7;},'hiClJ':_0x12efa3(0x1dc),'FBfCi':'lib','huQVM':'client','talwp':_0x12efa3(0x24b),'fRCRL':'Not\x20able\x20to\x20import\x20Browser','SNacB':_0x12efa3(0x206),'fBBXS':_0x12efa3(0x234)},_0x34a232=path[_0x12efa3(0x1c0)](_0x5d80df[_0x12efa3(0x207)],_0x5d80df[_0x12efa3(0x1f0)],_0x5d80df[_0x12efa3(0x24e)]),_0x288e9a=_0x5d80df['zVijx'](importFileFromPWCore,_0x34a232);if(!_0x288e9a){_0x5d80df[_0x12efa3(0x20d)](debug,_0x5d80df[_0x12efa3(0x1f7)]);return;}const _0x279251=_0x288e9a[_0x12efa3(0x1ff)],_0x113ecb=_0x279251[_0x12efa3(0x18e)];if(_0x113ecb['obsBrowserTypeMockApplied'])return;const _0x564ffa=_0x113ecb[_0x12efa3(0x206)];Object['defineProperty'](_0x113ecb,_0x5d80df['SNacB'],{'get':function(){const _0x26deb0={'ScnhT':function(_0x18545a,_0x54c23e){const _0x3951c1=a4_0x416d;return _0x5d80df[_0x3951c1(0x1aa)](_0x18545a,_0x54c23e);},'PTcrb':_0x5d80df['hiClJ']};return async function _0x4333e1(_0x368a78,_0x300394){const _0x4b2ebb=a4_0x416d,_0x34c25e=_0x5d80df[_0x4b2ebb(0x223)](nestedKeyValue,_0x368a78,[_0x5d80df['NjfpW']])||_0x368a78;let _0x315eaa=null,_0x4c6f81=null;try{[_0x4c6f81,_0x315eaa]=_0x34c25e?_0x5d80df[_0x4b2ebb(0x20d)](parseWSEndpoint,_0x34c25e):[null,null],global[_0x4b2ebb(0x197)]=_0x315eaa,_0x4c6f81[_0x4b2ebb(0x1d3)](_0x5d80df[_0x4b2ebb(0x256)])&&(global[_0x4b2ebb(0x242)]=_0x5d80df[_0x4b2ebb(0x256)]);}catch(_0x1c8808){logger['debug'](_0x4b2ebb(0x22c)+_0x34c25e+'\x20'+_0x1c8808);}_0x5d80df[_0x4b2ebb(0x223)](processAccessibilityCaps,_0x315eaa,_0x4c6f81);if(global[_0x4b2ebb(0x1f2)]){const _0x794357=await _0x113ecb[_0x4b2ebb(0x21a)][_0x4b2ebb(0x1b6)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x5d80df[_0x4b2ebb(0x20d)](encodeURIComponent,JSON[_0x4b2ebb(0x22f)](_0x315eaa))]);return PlaywrightSessionDetails[_0x4b2ebb(0x230)](_0x794357,_0x42421d,_0x34c25e),_0x794357;}return _0x564ffa[_0x4b2ebb(0x1b6)](this,arguments)[_0x4b2ebb(0x182)](_0x43218f=>{const _0x11b98f=_0x4b2ebb;let _0xd286e3=_0x368a78[_0x11b98f(0x208)];return _0x26deb0['ScnhT'](typeof _0x368a78,_0x26deb0['PTcrb'])&&(_0xd286e3=_0x368a78),PlaywrightSessionDetails['setupBrowserDetails'](_0x43218f,_0x42421d,_0xd286e3),_0x43218f;});};}});const _0x51d504=_0x113ecb[_0x12efa3(0x234)];Object[_0x12efa3(0x21e)](_0x113ecb,_0x5d80df[_0x12efa3(0x226)],{'get':function(){return async function _0x5529ce(){const _0x53f50a=a4_0x416d;return _0x51d504['apply'](this,arguments)[_0x53f50a(0x182)](_0x372e11=>{const _0x5977da=_0x53f50a;return PlaywrightSessionDetails[_0x5977da(0x230)](_0x372e11,null),_0x372e11;});};}});};function a4_0x416d(_0x313bc9,_0x56e5de){const _0x205fed=a4_0x205f();return a4_0x416d=function(_0x416d84,_0x17b990){_0x416d84=_0x416d84-0x174;let _0x13baad=_0x205fed[_0x416d84];return _0x13baad;},a4_0x416d(_0x313bc9,_0x56e5de);}class O11yHelper{[a4_0x25b6e9(0x1ae)]=null;[a4_0x25b6e9(0x1c2)]=null;['enabled']=![];[a4_0x25b6e9(0x198)]=![];constructor(_0x2c1ca9,_0x66e9a3){const _0x3505ed=a4_0x25b6e9,_0x229e40={'VfvCQ':_0x3505ed(0x1f8),'mYqUf':function(_0xb4ede4){return _0xb4ede4();},'bbNym':function(_0x25254e,_0x49eb4f){return _0x25254e===_0x49eb4f;},'nerBj':_0x3505ed(0x17f),'ntNsg':function(_0x3b07b3,_0x17a8cf){return _0x3b07b3(_0x17a8cf);}},_0x28a7e6=_0x229e40['VfvCQ'][_0x3505ed(0x189)]('|');let _0x31aefb=0x0;while(!![]){switch(_0x28a7e6[_0x31aefb++]){case'0':this[_0x3505ed(0x1ea)]=_0x229e40[_0x3505ed(0x1a7)](getTestEnv);continue;case'1':this['driver']&&_0x229e40[_0x3505ed(0x1b8)](this[_0x3505ed(0x204)][_0x3505ed(0x25d)][_0x3505ed(0x258)],_0x229e40['nerBj'])&&_0x229e40['ntNsg'](mockPWBrowserType,null);continue;case'2':this['driver']=_0x2c1ca9;continue;case'3':this[_0x3505ed(0x1e4)]=new testOpsHelper[(_0x3505ed(0x1a6))]({'cwd':process[_0x3505ed(0x236)]()},this['_testEnv'][_0x3505ed(0x184)]);continue;case'4':this[_0x3505ed(0x220)]=_0x229e40[_0x3505ed(0x1a7)](shouldProcessEventForTesthub);continue;case'5':this['frameworkName']=_0x66e9a3['frameworkName'];continue;}break;}}['start'](){const _0x6a72db=a4_0x25b6e9;if(!this[_0x6a72db(0x220)])return;testOpsHelper['patchConsoleLogger'](),process[_0x6a72db(0x1bc)](_0x6a72db(0x24f)+process['pid']),process['on']('bs:addLog:'+process[_0x6a72db(0x213)],this['appendTestItemLog'][_0x6a72db(0x205)](this));}async[a4_0x25b6e9(0x1de)](){const _0x1f9aa3=a4_0x25b6e9;await RequestQueueHandler[_0x1f9aa3(0x193)]()['shutdown']();}async[a4_0x25b6e9(0x18b)](_0x3fdece){const _0x61aeb7=a4_0x25b6e9,_0x4efe6c={'XVpMe':_0x61aeb7(0x215),'oWUWq':function(_0x48661a,_0x57d124){return _0x48661a(_0x57d124);}};try{this[_0x61aeb7(0x1c2)]&&!this[_0x61aeb7(0x1c2)][_0x61aeb7(0x1df)]&&(_0x3fdece[_0x61aeb7(0x254)]=this[_0x61aeb7(0x1c2)][_0x61aeb7(0x21b)]);!_0x3fdece[_0x61aeb7(0x254)]&&this[_0x61aeb7(0x1ae)]&&!this['currentTest'][_0x61aeb7(0x1df)]&&(_0x3fdece['test_run_uuid']=this['currentTest'][_0x61aeb7(0x196)]);if(_0x3fdece['hook_run_uuid']||_0x3fdece[_0x61aeb7(0x247)]){const _0x390592={};_0x390592[_0x61aeb7(0x1d6)]=_0x4efe6c[_0x61aeb7(0x199)],_0x390592[_0x61aeb7(0x1a8)]=[_0x3fdece],await SessionHandler[_0x61aeb7(0x1e2)](_0x390592);}}catch(_0x42a784){_0x4efe6c[_0x61aeb7(0x25e)](debug,_0x61aeb7(0x176)+_0x42a784);}}async[a4_0x25b6e9(0x177)](_0x114b7a){const _0x51564d=a4_0x25b6e9,_0x28122c={'OiYjv':_0x51564d(0x240),'JJqmQ':function(_0xa0116d,_0x40a2d1){return _0xa0116d(_0x40a2d1);}};if(!this[_0x51564d(0x220)])return;const _0x1d992f=this[_0x51564d(0x1eb)](this['driver']);try{const _0x2b487c={};_0x2b487c[_0x51564d(0x1ab)]=_0x114b7a,_0x2b487c[_0x51564d(0x1ba)]=_0x1d992f;const _0x2a6a59=_0x2b487c,_0x2a0ab5={};_0x2a0ab5['event_type']=_0x28122c[_0x51564d(0x1ef)],_0x2a0ab5[_0x51564d(0x1be)]=_0x2a6a59,await SessionHandler[_0x51564d(0x1e2)](_0x2a0ab5);}catch(_0xf0eb0a){_0x28122c[_0x51564d(0x18a)](debug,_0x51564d(0x24a)+_0xf0eb0a);}}[a4_0x25b6e9(0x1eb)](_0x380bad){const _0x146c3d=a4_0x25b6e9,_0xc76f32={'fXLCB':function(_0x1e1b86,_0x5a0b93){return _0x1e1b86(_0x5a0b93);}};return _0xc76f32[_0x146c3d(0x20b)](fetchPlatformDetails,_0x380bad);}[a4_0x25b6e9(0x24c)]=_0x2ae7e1=>{const _0x404388=a4_0x25b6e9,_0x54baea={};_0x54baea['ZvWoX']=_0x404388(0x222),_0x54baea['iIfOh']=_0x404388(0x23e);const _0x34851a=_0x54baea;if(!_0x2ae7e1||!_0x2ae7e1[_0x404388(0x1a0)])return;[_0x34851a[_0x404388(0x255)],_0x34851a['iIfOh']][_0x404388(0x1fe)](_0x16464e=>{const _0x17ac8e=_0x404388,_0xb1654=_0x2ae7e1[_0x17ac8e(0x1a0)][_0x16464e];_0xb1654[_0x17ac8e(0x1fe)](_0x306d7a=>{const _0x1454c4=_0x17ac8e;_0x306d7a[_0x1454c4(0x21b)]&&(_0x306d7a[_0x1454c4(0x21b)]=null);});});};[a4_0x25b6e9(0x174)](_0x47c600){const _0x4cdde0=a4_0x25b6e9,_0x1ea751={'sanrf':_0x4cdde0(0x252),'exHlO':function(_0x3cd2f7){return _0x3cd2f7();},'jabiW':function(_0x4726e9,_0x18a98e){return _0x4726e9===_0x18a98e;},'QCjrK':_0x4cdde0(0x23e),'JicPM':'_beforeAll','skEpY':_0x4cdde0(0x175),'BTTaH':_0x4cdde0(0x222)};if(!_0x47c600||!_0x47c600[_0x4cdde0(0x1a0)])return;[_0x1ea751[_0x4cdde0(0x19a)],_0x1ea751[_0x4cdde0(0x1bb)],_0x1ea751['BTTaH'],_0x1ea751[_0x4cdde0(0x19b)]][_0x4cdde0(0x1fe)](_0x2cfb9a=>{const _0x5241a7=_0x47c600['parent'][_0x2cfb9a]||[];_0x5241a7['forEach'](_0x5b40a4=>{const _0xf33edc=a4_0x416d;if(_0x5b40a4[_0xf33edc(0x1fb)]['includes'](_0x1ea751[_0xf33edc(0x238)]))return;if(!_0x5b40a4[_0xf33edc(0x21b)])_0x5b40a4['hookAnalyticsId']=_0x1ea751['exHlO'](uuidv4);else _0x5b40a4[_0xf33edc(0x1df)]&&_0x1ea751[_0xf33edc(0x241)](_0x2cfb9a,_0x1ea751[_0xf33edc(0x19b)])&&(_0x5b40a4[_0xf33edc(0x21b)]=_0x1ea751['exHlO'](uuidv4),delete _0x5b40a4[_0xf33edc(0x1df)]);});}),this[_0x4cdde0(0x174)](_0x47c600[_0x4cdde0(0x1a0)]);}[a4_0x25b6e9(0x1ad)](_0x487009){const _0x1bcb5d=a4_0x25b6e9,_0x5c4bd8={};_0x5c4bd8[_0x1bcb5d(0x246)]=_0x1bcb5d(0x1e7),_0x5c4bd8[_0x1bcb5d(0x1b0)]=_0x1bcb5d(0x175),_0x5c4bd8['atYvG']=_0x1bcb5d(0x222),_0x5c4bd8[_0x1bcb5d(0x1c8)]=_0x1bcb5d(0x23e);const _0x7aa54f=_0x5c4bd8;if(!_0x487009||!_0x487009[_0x1bcb5d(0x1a0)])return[];const _0x5240ed=[];return[_0x7aa54f['Gwwco'],_0x7aa54f[_0x1bcb5d(0x1b0)],_0x7aa54f[_0x1bcb5d(0x216)],_0x7aa54f[_0x1bcb5d(0x1c8)]][_0x1bcb5d(0x1fe)](_0x23dbf3=>{const _0x3a349a=_0x1bcb5d,_0x248b7e=_0x487009[_0x3a349a(0x1a0)][_0x23dbf3]||[];_0x248b7e[_0x3a349a(0x1fe)](_0x47913f=>{const _0x15a37b=_0x3a349a;_0x47913f['hookAnalyticsId']&&_0x5240ed[_0x15a37b(0x1fa)](_0x47913f[_0x15a37b(0x21b)]);});}),[][_0x1bcb5d(0x1da)](_0x5240ed,this[_0x1bcb5d(0x1ad)](_0x487009['parent']));}[a4_0x25b6e9(0x1a5)](_0x37e25f){const _0x231ed7=a4_0x25b6e9,_0x25139f=/^"(?<hook>.*)" hook:.*$/,_0x4c123c=_0x37e25f[_0x231ed7(0x1fb)],_0x1b99ab=_0x4c123c[_0x231ed7(0x19c)](_0x25139f);if(_0x1b99ab&&_0x1b99ab[_0x231ed7(0x25b)])return _0x1b99ab[_0x231ed7(0x25b)][_0x231ed7(0x211)]['toUpperCase']()[_0x231ed7(0x1d4)]('\x20','_');return null;}[a4_0x25b6e9(0x17b)](_0x39623f){const _0x171a7e=a4_0x25b6e9,_0x3f79e1={};_0x3f79e1[_0x171a7e(0x1d5)]=function(_0x3a34ed,_0x1f9848){return _0x3a34ed===_0x1f9848;},_0x3f79e1[_0x171a7e(0x1db)]=_0x171a7e(0x218),_0x3f79e1['Wbjah']=_0x171a7e(0x20e);const _0x3bd3b5=_0x3f79e1,_0x4572dc=path['sep'];if(_0x3bd3b5[_0x171a7e(0x1d5)](_0x39623f,null)||_0x3bd3b5[_0x171a7e(0x1d5)](_0x39623f,'')||_0x3bd3b5['Kjpfy'](_0x39623f,_0x4572dc)||_0x3bd3b5[_0x171a7e(0x1d5)](_0x39623f,path['dirname'](_0x39623f)))return null;try{return fs[_0x171a7e(0x217)](path['join'](_0x39623f,_0x3bd3b5['CemhO'],_0x3bd3b5['Wbjah'])),_0x39623f;}catch(_0x245636){const _0x5af71e=path['dirname'](_0x39623f);return this[_0x171a7e(0x17b)](_0x5af71e);}}[a4_0x25b6e9(0x1fd)](_0x43b2a5){const _0x8ad625=a4_0x25b6e9,_0x25fd05={};_0x25fd05['uFPYX']=function(_0x209b36,_0x1e7b1e){return _0x209b36>_0x1e7b1e;};const _0xedcd4a=_0x25fd05;if(_0x43b2a5[_0x8ad625(0x1cb)])return _0x43b2a5[_0x8ad625(0x1cb)];if(_0x43b2a5[_0x8ad625(0x20f)]){const _0x3c790f=_0x43b2a5[_0x8ad625(0x20f)][_0x8ad625(0x1ae)]?this[_0x8ad625(0x1fd)](_0x43b2a5[_0x8ad625(0x20f)][_0x8ad625(0x1ae)]):null;if(_0x3c790f)return _0x3c790f;}if(_0x43b2a5[_0x8ad625(0x1a0)]){const _0x529974=this[_0x8ad625(0x1fd)](_0x43b2a5[_0x8ad625(0x1a0)])||(_0x43b2a5[_0x8ad625(0x1a0)]['ctx']&&_0x43b2a5['parent']['ctx']['currentTest']?this[_0x8ad625(0x1fd)](_0x43b2a5[_0x8ad625(0x1a0)][_0x8ad625(0x20f)]['currentTest']):null);if(_0x529974)return _0x529974;_0x43b2a5[_0x8ad625(0x1a0)][_0x8ad625(0x23c)]&&_0xedcd4a[_0x8ad625(0x19f)](_0x43b2a5[_0x8ad625(0x1a0)][_0x8ad625(0x23c)][_0x8ad625(0x17c)],0x0)&&_0x43b2a5[_0x8ad625(0x1a0)][_0x8ad625(0x23c)][_0x8ad625(0x1fe)](_0x11ba6e=>{const _0x2e0919=_0x8ad625,_0x49e2d1=_0x11ba6e[_0x2e0919(0x20f)]?this[_0x2e0919(0x1fd)](_0x11ba6e[_0x2e0919(0x20f)]):null;if(_0x49e2d1)return _0x49e2d1;});}return null;}[a4_0x25b6e9(0x179)](_0x555087){const _0xe9e3d7=a4_0x25b6e9,_0xb6fbf4={};_0xb6fbf4[_0xe9e3d7(0x17e)]=function(_0x9b5155,_0x56119c){return _0x9b5155!==_0x56119c;};const _0x718da7=_0xb6fbf4,_0x4c44c7=[];if(_0x555087&&_0x555087[_0xe9e3d7(0x1a0)]){let _0x4b3beb=_0x555087['parent'];while(_0x4b3beb&&_0x718da7['bFOFT'](_0x4b3beb[_0xe9e3d7(0x1fb)],'')){_0x4c44c7[_0xe9e3d7(0x1fa)](_0x4b3beb[_0xe9e3d7(0x1fb)]),_0x4b3beb=_0x4b3beb[_0xe9e3d7(0x1a0)];}}return _0x4c44c7;}[a4_0x25b6e9(0x1fc)](_0x17dd5e,_0x1e4721,_0x3ebba3=undefined){const _0x38feaa=a4_0x25b6e9,_0x2f23d1={'Nsxyr':function(_0x2cfa2b,_0x2adc48){return _0x2cfa2b(_0x2adc48);},'IydKT':function(_0x59ab96){return _0x59ab96();},'SAOjm':function(_0x560b71){return _0x560b71();},'PDstL':function(_0x21fe94){return _0x21fe94();},'HvYNy':_0x38feaa(0x1bf),'UwcZn':_0x38feaa(0x202),'xcFFv':function(_0x7e8f38,_0x1646ba){return _0x7e8f38!==_0x1646ba;},'iQPhq':_0x38feaa(0x227),'MEagp':_0x38feaa(0x1b9),'wWRgV':_0x38feaa(0x1d1),'NhZGS':'passed','UYZyt':_0x38feaa(0x253),'ZuXkg':_0x38feaa(0x229),'TMjKq':function(_0x403176,_0x34376c){return _0x403176-_0x34376c;},'JpOOP':function(_0x20241d,_0x1509b9,_0x366023,_0x30d6ea,_0x6d1ad6){return _0x20241d(_0x1509b9,_0x366023,_0x30d6ea,_0x6d1ad6);},'Xgvbe':function(_0x2a4f83,_0x45d9e7){return _0x2a4f83!==_0x45d9e7;},'nJkvT':_0x38feaa(0x1ba),'HhsbK':_0x38feaa(0x219),'dWXLI':_0x38feaa(0x1d2),'vlVfD':_0x38feaa(0x20a),'yTPRv':_0x38feaa(0x187),'RhQMX':_0x38feaa(0x1b1),'rYqIp':_0x38feaa(0x1a3),'Yeclw':function(_0x34d314,_0x4b0fcf){return _0x34d314===_0x4b0fcf;},'PIBOQ':'hook_run','YmUbk':'test_run'};if(!this[_0x38feaa(0x220)])return;try{if(_0x1e4721['fn']&&_0x1e4721['fn'][_0x38feaa(0x1f9)]()['match'](/browserstack internal helper hook/))return;const _0x5ed53=_0x2f23d1[_0x38feaa(0x1cc)](parseEvent,_0x17dd5e);if(!_0x5ed53)return;if(_0x5ed53[_0x38feaa(0x23a)]){this[_0x38feaa(0x1ae)]=_0x1e4721,this['currentHook']=null;if(_0x5ed53['started']||_0x5ed53['skipped']){_0x1e4721[_0x38feaa(0x22a)]=new Date(),_0x1e4721[_0x38feaa(0x1df)]=![];if(!_0x1e4721[_0x38feaa(0x196)])_0x1e4721['testAnalyticsId']=_0x2f23d1[_0x38feaa(0x228)](uuidv4);else _0x1e4721[_0x38feaa(0x1df)]&&(!_0x1e4721[_0x38feaa(0x18f)]&&(_0x1e4721[_0x38feaa(0x18f)]=_0x1e4721[_0x38feaa(0x196)]),_0x1e4721[_0x38feaa(0x196)]=_0x2f23d1[_0x38feaa(0x224)](uuidv4));}}else{if(_0x5ed53[_0x38feaa(0x211)]){this[_0x38feaa(0x1c2)]=_0x1e4721;if(_0x5ed53[_0x38feaa(0x251)]){_0x1e4721[_0x38feaa(0x22a)]=new Date(),_0x1e4721[_0x38feaa(0x1df)]=![];if(!_0x1e4721[_0x38feaa(0x21b)])_0x1e4721[_0x38feaa(0x21b)]=_0x2f23d1['PDstL'](uuidv4);else _0x1e4721[_0x38feaa(0x21b)]&&_0x1e4721[_0x38feaa(0x1df)]&&(_0x1e4721[_0x38feaa(0x21b)]=_0x2f23d1[_0x38feaa(0x224)](uuidv4));}}}if(_0x5ed53[_0x38feaa(0x1f6)]&&_0x1e4721[_0x38feaa(0x1df)])return;let _0x8a0d0e;try{_0x8a0d0e=this[_0x38feaa(0x1fd)](_0x1e4721);}catch(_0x2b253f){logger[_0x38feaa(0x235)](_0x38feaa(0x23b)+_0x2b253f),_0x8a0d0e=null;}const _0x512ec3=_0x2f23d1[_0x38feaa(0x1cc)](require,_0x2f23d1['HvYNy']);let _0x109242=[];_0x3ebba3&&(_0x109242=[_0x3ebba3,_0x2f23d1[_0x38feaa(0x1c5)]]);const _0x3ab523=_0x2f23d1[_0x38feaa(0x1c3)](_0x1e4721[_0x38feaa(0x210)],undefined)?_0x512ec3[_0x38feaa(0x1a2)](_0x1e4721[_0x38feaa(0x210)][0x0]):_0x2f23d1['xcFFv'](_0x3ebba3,undefined)?_0x3ebba3[_0x38feaa(0x1f9)]():undefined,_0x4171a2=_0x8a0d0e?this['findGitConfig'](_0x8a0d0e):null,_0x43b533=_0x8a0d0e?this[_0x38feaa(0x1e4)][_0x38feaa(0x1e3)](this[_0x38feaa(0x1fd)](_0x1e4721)):_0x2f23d1[_0x38feaa(0x1af)];let _0x6550ef=_0x2f23d1[_0x38feaa(0x1f5)];const _0x3737bc=!_0x5ed53[_0x38feaa(0x251)]?new Date()[_0x38feaa(0x1b7)]():null;if(_0x5ed53['finished'])_0x6550ef=_0x3ebba3?_0x2f23d1[_0x38feaa(0x1f3)]:_0x2f23d1[_0x38feaa(0x1b4)],_0x1e4721[_0x38feaa(0x1df)]=!![];else _0x5ed53[_0x38feaa(0x253)]&&(_0x6550ef=_0x2f23d1['UYZyt'],_0x1e4721[_0x38feaa(0x1df)]=!![]);const _0x15a70c={'framework':this['frameworkName'],'uuid':_0x1e4721[_0x38feaa(0x196)]||_0x1e4721[_0x38feaa(0x21b)],'name':_0x1e4721[_0x38feaa(0x1fb)],'body':{'lang':_0x2f23d1[_0x38feaa(0x1ce)],'code':_0x1e4721[_0x38feaa(0x1e5)][_0x38feaa(0x1f9)]()},'type':_0x1e4721['type'],'scope':_0x1e4721[_0x38feaa(0x195)](),'scopes':this[_0x38feaa(0x179)](_0x1e4721),'file_name':_0x43b533,'vc_filepath':_0x4171a2?path['relative'](_0x4171a2,_0x8a0d0e):null,'location':_0x43b533,'result':_0x6550ef,'failure_reason':_0x3ab523,'duration_in_ms':_0x1e4721[_0x38feaa(0x1b3)]||(_0x5ed53[_0x38feaa(0x1f6)]||_0x5ed53['skipped'])?_0x2f23d1[_0x38feaa(0x21d)](Date[_0x38feaa(0x194)](),new Date(_0x1e4721['startedAt'])[_0x38feaa(0x25c)]()):null,'started_at':new Date(_0x1e4721[_0x38feaa(0x22a)])[_0x38feaa(0x1b7)](),'finished_at':_0x3737bc,'failure':testOpsHelper[_0x38feaa(0x201)][_0x38feaa(0x1b6)](null,_0x109242),'failure_type':!_0x3ab523?null:testOpsHelper['getFailureType'](_0x3ab523),'retry_of':_0x1e4721[_0x38feaa(0x18f)]||null,'tags':_0x1e4721['tags']||[],'customRerunParam':{'rerun_name':_0x1e4721[_0x38feaa(0x195)]()}};_0x2f23d1[_0x38feaa(0x1e0)](appendTesthubParams,_0x15a70c,_0x17dd5e,_0x1e4721,FRAMEWORKS[_0x38feaa(0x192)]);if(_0x5ed53[_0x38feaa(0x211)])[_0x15a70c['hook_type'],_0x15a70c[_0x38feaa(0x258)]]=[this[_0x38feaa(0x1a5)](_0x1e4721),_0x1e4721['ctx'][_0x38feaa(0x23a)][_0x38feaa(0x1fb)]],_0x5ed53['finished']?_0x2f23d1[_0x38feaa(0x257)](_0x15a70c[_0x38feaa(0x239)],_0x2f23d1['wWRgV'])&&(_0x15a70c[_0x38feaa(0x239)]=_0x2f23d1[_0x38feaa(0x1b4)]):_0x15a70c[_0x38feaa(0x1e5)]={};else _0x5ed53[_0x38feaa(0x23a)]&&(this[_0x38feaa(0x174)](_0x1e4721),_0x5ed53['skipped']&&this[_0x38feaa(0x24c)](_0x1e4721),(_0x5ed53[_0x38feaa(0x1f6)]||_0x5ed53[_0x38feaa(0x253)])&&(_0x15a70c['hooks']=this['getHooksForTest'](_0x1e4721)));this[_0x38feaa(0x204)]&&(_0x5ed53['started']||_0x5ed53[_0x38feaa(0x253)])&&(_0x15a70c[_0x2f23d1[_0x38feaa(0x1b5)]]=this['getCBTInfo'](this[_0x38feaa(0x204)]));_0x5ed53['test']&&_0x5ed53['finished']&&_0x1e4721[_0x38feaa(0x1ca)]&&(_0x15a70c[_0x2f23d1[_0x38feaa(0x221)]]={'feature':{'name':_0x1e4721['parent'][_0x38feaa(0x243)][_0x38feaa(0x258)],'path':_0x15a70c[_0x38feaa(0x22d)],'description':_0x1e4721[_0x38feaa(0x1a0)][_0x38feaa(0x1d9)]},'scenario':{'name':_0x1e4721['title']},'steps':_0x1e4721[_0x38feaa(0x1ca)]});const _0x2b947c=_0x15a70c[_0x2f23d1['dWXLI']][0x0];_0x2b947c&&(_0x15a70c[_0x2f23d1['vlVfD']]=_0x2b947c[_0x2f23d1[_0x38feaa(0x1b2)]],_0x15a70c[_0x2f23d1[_0x38feaa(0x21c)]]=_0x2b947c[_0x2f23d1[_0x38feaa(0x1cf)]]);if(_0x1e4721[_0x38feaa(0x1ca)])for(const _0xe77b0f of _0x1e4721['bddSteps']){!_0xe77b0f[_0x38feaa(0x1cd)]&&(_0xe77b0f['finished_at']=new Date()[_0x38feaa(0x1b7)](),_0x2f23d1['Yeclw'](_0xe77b0f['result'],_0x2f23d1['MEagp'])&&(_0x2b947c?(_0xe77b0f[_0x38feaa(0x239)]=_0x2f23d1[_0x38feaa(0x1f3)],_0xe77b0f[_0x38feaa(0x1d2)]=_0x2b947c[_0x2f23d1['yTPRv']][0x0]):_0xe77b0f[_0x38feaa(0x239)]=_0x2f23d1[_0x38feaa(0x1b4)]));}const _0xb7ecef={};_0xb7ecef[_0x38feaa(0x1d6)]=_0x5ed53[_0x38feaa(0x253)]?TEST_EVENTS[_0x38feaa(0x19d)]:_0x17dd5e;const _0xc56b3f=_0xb7ecef;return _0x5ed53[_0x38feaa(0x211)]?_0xc56b3f[_0x2f23d1['PIBOQ']]=_0x15a70c:_0xc56b3f[_0x2f23d1[_0x38feaa(0x1ec)]]=_0x15a70c,_0xc56b3f;}catch(_0x15431d){logger[_0x38feaa(0x235)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x17dd5e+_0x38feaa(0x1a4)+_0x15431d);}}async['fireEvent'](_0xa9b04c,_0x22a59d){const _0x3462f9=a4_0x25b6e9;if(!this[_0x3462f9(0x220)]||!_0x22a59d||!_0xa9b04c)return![];try{return await SessionHandler[_0x3462f9(0x1e2)](_0x22a59d);}catch(_0x5d3e85){logger[_0x3462f9(0x235)](_0x3462f9(0x249)+_0xa9b04c+_0x3462f9(0x1a4)+_0x5d3e85);}}[a4_0x25b6e9(0x1c4)](_0x41c2a7){const _0x267a15=a4_0x25b6e9,_0x401040={};_0x401040[_0x267a15(0x23d)]=_0x267a15(0x1b9);const _0x5dc36f=_0x401040;return{'id':_0x41c2a7[_0x267a15(0x1c1)],'text':_0x41c2a7[_0x267a15(0x18c)],'keyword':_0x41c2a7[_0x267a15(0x1e8)],'started_at':_0x41c2a7[_0x267a15(0x22a)][_0x267a15(0x1b7)](),'result':_0x5dc36f['qCRZg']};}[a4_0x25b6e9(0x245)](_0x286767){const _0xc44b57=a4_0x25b6e9,_0x1801c8={'grvsl':function(_0x46ed8f){return _0x46ed8f();}};!this[_0xc44b57(0x1ae)][_0xc44b57(0x1ca)]&&(this[_0xc44b57(0x1ae)][_0xc44b57(0x1ca)]=[]),!_0x286767[_0xc44b57(0x1c1)]&&(_0x286767[_0xc44b57(0x1c1)]=_0x1801c8[_0xc44b57(0x1a1)](uuidv4),_0x286767['startedAt']=new Date(),this[_0xc44b57(0x1ae)][_0xc44b57(0x1ca)][_0xc44b57(0x1fa)](this[_0xc44b57(0x1c4)](_0x286767)));}[a4_0x25b6e9(0x17a)](_0x1735a4){const _0x2944e6=a4_0x25b6e9,_0x1f1aa5={'JmuRN':function(_0x3688ff,_0xf7de1a){return _0x3688ff(_0xf7de1a);},'gmdHY':_0x2944e6(0x21f),'mjUqr':'pending','YSRRL':_0x2944e6(0x200),'goWmY':function(_0x2e083c,_0x135baf){return _0x2e083c-_0x135baf;}};let _0x2ff873=this['currentTest']['bddSteps']['find'](_0x1eb173=>_0x1eb173['id']===_0x1735a4['stepAnalyticsId']);_0x1f1aa5[_0x2944e6(0x1a9)](isUndefined,_0x2ff873)&&(_0x2ff873=this[_0x2944e6(0x1c4)](_0x1735a4)),_0x2ff873[_0x2944e6(0x239)]=[_0x1f1aa5['gmdHY'],_0x1f1aa5[_0x2944e6(0x25f)]]['includes'](_0x1735a4[_0x2944e6(0x1c9)])?_0x1f1aa5[_0x2944e6(0x214)]:_0x1735a4[_0x2944e6(0x1c9)],_0x2ff873[_0x2944e6(0x1cd)]=new Date()[_0x2944e6(0x1b7)](),_0x2ff873[_0x2944e6(0x1b3)]=_0x1f1aa5['goWmY'](Date[_0x2944e6(0x194)](),_0x1735a4[_0x2944e6(0x22a)]['getTime']()),_0x2ff873[_0x2944e6(0x1d2)]=_0x1735a4['err']?_0x1735a4[_0x2944e6(0x202)][_0x2944e6(0x225)]:null;}}const a4_0x515dba={};a4_0x515dba['O11yHelper']=O11yHelper,a4_0x515dba['STATE_PASSED']=STATE_PASSED,a4_0x515dba[a4_0x25b6e9(0x248)]=STATE_FAILED,a4_0x515dba['TEST_EVENTS']=TEST_EVENTS,module['exports']=a4_0x515dba;
1
+ function a4_0x213f(_0x53fb4d,_0x54c6e2){const _0x2ab801=a4_0x2ab8();return a4_0x213f=function(_0x213f71,_0x5347e5){_0x213f71=_0x213f71-0x19e;let _0x3f5d55=_0x2ab801[_0x213f71];return _0x3f5d55;},a4_0x213f(_0x53fb4d,_0x54c6e2);}const a4_0x29602d=a4_0x213f;(function(_0x5d5ce2,_0x430fd3){const _0x331fec=a4_0x213f,_0x29e4cb=_0x5d5ce2();while(!![]){try{const _0x400480=-parseInt(_0x331fec(0x266))/0x1+parseInt(_0x331fec(0x277))/0x2*(-parseInt(_0x331fec(0x1dc))/0x3)+parseInt(_0x331fec(0x1a8))/0x4*(-parseInt(_0x331fec(0x21c))/0x5)+-parseInt(_0x331fec(0x1ac))/0x6+-parseInt(_0x331fec(0x21f))/0x7+parseInt(_0x331fec(0x23a))/0x8*(parseInt(_0x331fec(0x1e4))/0x9)+parseInt(_0x331fec(0x1d0))/0xa*(parseInt(_0x331fec(0x20b))/0xb);if(_0x400480===_0x430fd3)break;else _0x29e4cb['push'](_0x29e4cb['shift']());}catch(_0x40980d){_0x29e4cb['push'](_0x29e4cb['shift']());}}}(a4_0x2ab8,0x303be));const path=require(a4_0x29602d(0x1ed)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x29602d(0x25c)),testOpsHelper=require(a4_0x29602d(0x1d8)),{getTestEnv}=require(a4_0x29602d(0x218)),{FRAMEWORKS}=require(a4_0x29602d(0x1cc)),logger=require(a4_0x29602d(0x1a0))[a4_0x29602d(0x1ba)],SessionHandler=require(a4_0x29602d(0x1ca)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x29602d(0x201)),debug=testOpsHelper[a4_0x29602d(0x1b5)],{processAccessibilityCaps}=require(a4_0x29602d(0x27b)),Constants=require('../utils/constants'),{fetchPlatformDetails}=require(a4_0x29602d(0x26b)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x29602d(0x263)),STATE_PASSED=a4_0x29602d(0x25d),STATE_FAILED=a4_0x29602d(0x1b9),a4_0xfd7b90={};function a4_0x2ab8(){const _0x6d05a6=['location_prefix','hook_run','.git','XyzEm','resetSkipTestHooks','../../helpers/test-observability/sessionHandler','replace','../../helpers/test-observability/constants','HookRunFinished','CODECEPT','qFaoP','9822310JGFOJL','BMyWi','finished','bricj','push','mGaBT','getCBTInfo','SHSyb','../../helpers/test-observability/utils','PdaTD','nhdry','connect','132VzlZCb','tags','enabled','currentHook','integrations','testAnalyticsId','duration','now','2849994YkDDCf','ynWAe','LCeDD','hookAnalyticsId','EVSuv','nNSJM','removeAllListeners','_beforeAll','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','path','rmSjV','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','MGulv','length','failure_reason_expanded','CShjB','codeceptjs','uuid','aUHGB','retryOf','getRootParentFile','UGTSn','bddSteps','niUFr','zfKzZ','currentTest','TestRunStarted','BrowserType','inspect','../playwright/sessionDetails','find','KqKMS','split','lib','getTime','kYcCR','bhaHo','apply','test_run_uuid','11Nykili','GNneR','driver','hook','__platformCaps','KGbYQ','comment','bs:addLog:','bind','finished_at','kwYkY','relative','wsEndpoint','../mocha/test-observability/mochaUtils','event_type','failed\x20to\x20get\x20root\x20parent\x20file\x20','qJfqt','3855RmfZwi','initializeBddStep','sbXcN','839307xsivGt','EGJfS','hook_type','appendTestItemLog','groups','bddStepFinish','feature','sJeGt','_afterAll','failure_backtrace','ZWDdf','PathHelper','Playwright','OgFwz','forEach','toUpperCase','2|1|0|5|4|3','toString','name','match','javascript','stepAnalyticsId','zYlpI','toLowerCase','err','expanded','started','8rvVxjU','HOOK_RUN_STARTED','util','fullTitle','\x20with\x20error\x20:\x20','getHierarchy','frameworkName','hooks','LogCreated','hZOmr','uploadEventData','findGitConfig','shutdown','PLkHW','__cloud_provider___','uaPFo','stop','pid','markedStatus','patchConsoleLogger','type','message','status','body','hDUOa','result','title','pygAj','test','gqKnP','vaVhj','XqNsp','join','skipped','../../helpers/helper','passed','defineProperty','exports','kCFfh','hook_run_uuid','sep','../../helpers/testhub/utils.js','rePyj','ZyXHl','347565PQOEOY','STATE_PASSED','pending','captureEvent','toISOString','./helper.js','launch','logs','obsBrowserTypeMockApplied','sendCBTInfo','startedAt','dirname','TEST_RUN_SKIPPED','ctx','getFailureType','YpHws','errorsDetailed','9052hUXhgU','KqxuF','prefixTestPath','WoBcl','../playwright/accessibility-helper','parent','lHubu','dSgGC','cqkIk','GaQDw','qopLv','includes','meta','SwvJS','suites','client','IojWt','concat','bddStepStart','../../helpers/logger','mapTestHooks','Feggl','wnvZY','qiYQs','keyword','failure','DpaeS','1460CYCZsE','igrLO','_beforeEach','setupBrowserDetails','919836MUEdYX','_paths','AbFxy','BSylk','uEeWw','_afterEach','HIxmj','test_run','prototype','debug','YOaVb','getHookType','success','failed','winstonLogger','zgRgL','getHooksForTest','akHeG','DOGRH','STATE_FAILED','connectOverCDP','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','XWXqH','O11yHelper','_testEnv'];a4_0x2ab8=function(){return _0x6d05a6;};return a4_0x2ab8();}a4_0xfd7b90['TEST_RUN_STARTED']=a4_0x29602d(0x1fe),a4_0xfd7b90['TEST_RUN_FINISHED']='TestRunFinished',a4_0xfd7b90[a4_0x29602d(0x272)]='TestRunSkipped',a4_0xfd7b90[a4_0x29602d(0x23b)]='HookRunStarted',a4_0xfd7b90['HOOK_RUN_FINISHED']=a4_0x29602d(0x1cd);const TEST_EVENTS=a4_0xfd7b90,parseEvent=_0x1d8d26=>{const _0x4278c9=a4_0x29602d,_0xfe3cea={};_0xfe3cea['bricj']=function(_0x38a79d,_0x6df841){return _0x38a79d<_0x6df841;},_0xfe3cea[_0x4278c9(0x1f6)]=function(_0x1dbff9,_0x3cf10e){return _0x1dbff9===_0x3cf10e;},_0xfe3cea['OuYCS']=_0x4278c9(0x256),_0xfe3cea['zfKzZ']=function(_0x7a264d,_0x17c874){return _0x7a264d===_0x17c874;},_0xfe3cea[_0x4278c9(0x280)]=_0x4278c9(0x20e),_0xfe3cea['CShjB']=_0x4278c9(0x25b),_0xfe3cea['igrLO']=function(_0x593cba,_0x166c69){return _0x593cba===_0x166c69;},_0xfe3cea[_0x4278c9(0x1bd)]='started',_0xfe3cea[_0x4278c9(0x27e)]='finished';const _0x44d959=_0xfe3cea,_0x474806=_0x1d8d26[_0x4278c9(0x232)](/^(.*)Run(.*)$/);if(!_0x474806)return null;if(_0x44d959[_0x4278c9(0x1d3)](_0x474806[_0x4278c9(0x1f1)],0x3))return null;const _0x1b975e=_0x474806[0x1][_0x4278c9(0x236)](),_0x46dbd8=_0x474806[0x2][_0x4278c9(0x236)]();return{'test':_0x44d959['aUHGB'](_0x1b975e,_0x44d959['OuYCS']),'hook':_0x44d959[_0x4278c9(0x1fc)](_0x1b975e,_0x44d959[_0x4278c9(0x280)]),'skipped':_0x44d959[_0x4278c9(0x1fc)](_0x46dbd8,_0x44d959[_0x4278c9(0x1f3)]),'started':_0x44d959[_0x4278c9(0x1a9)](_0x46dbd8,_0x44d959['akHeG']),'finished':_0x44d959[_0x4278c9(0x1a9)](_0x46dbd8,_0x44d959['dSgGC'])};},mockPWBrowserType=_0x2e9486=>{const _0x2f9300=a4_0x29602d,_0x9278c7={'DOGRH':function(_0x105cc4,_0x2d0923){return _0x105cc4===_0x2d0923;},'pygAj':'string','HIxmj':function(_0x50b200,_0xb41d05,_0x4152fc){return _0x50b200(_0xb41d05,_0x4152fc);},'bhaHo':_0x2f9300(0x217),'uaPFo':function(_0x3fc1e3,_0x19defd){return _0x3fc1e3(_0x19defd);},'YpHws':'browserstack','KqxuF':function(_0x966036,_0x5267a2,_0x539279){return _0x966036(_0x5267a2,_0x539279);},'IjkIo':function(_0x365eda,_0x40934c){return _0x365eda(_0x40934c);},'sJeGt':_0x2f9300(0x205),'lHubu':_0x2f9300(0x286),'qJfqt':'browserType.js','CktQd':'Not\x20able\x20to\x20import\x20Browser','eqtZF':_0x2f9300(0x1db),'PEIpa':_0x2f9300(0x26c)},_0x2edb11=path['join'](_0x9278c7[_0x2f9300(0x226)],_0x9278c7[_0x2f9300(0x27d)],_0x9278c7[_0x2f9300(0x21b)]),_0xa8d44f=_0x9278c7[_0x2f9300(0x249)](importFileFromPWCore,_0x2edb11);if(!_0xa8d44f){_0x9278c7['IjkIo'](debug,_0x9278c7['CktQd']);return;}const _0x3fc337=_0xa8d44f[_0x2f9300(0x1ff)],_0x332c38=_0x3fc337[_0x2f9300(0x1b4)];if(_0x332c38[_0x2f9300(0x26e)])return;const _0x4bcb03=_0x332c38['connect'];Object['defineProperty'](_0x332c38,_0x9278c7['eqtZF'],{'get':function(){return async function _0x1e4513(_0x200de1,_0x3e1546){const _0x2a2de2=a4_0x213f,_0x48cf4b={'EVSuv':function(_0x5668fc,_0x1ea653){const _0x4e93b3=a4_0x213f;return _0x9278c7[_0x4e93b3(0x1be)](_0x5668fc,_0x1ea653);},'rePyj':_0x9278c7[_0x2a2de2(0x255)]},_0x1beb2c=_0x9278c7[_0x2a2de2(0x1b2)](nestedKeyValue,_0x200de1,[_0x9278c7[_0x2a2de2(0x208)]])||_0x200de1;let _0x38b1a8=null,_0x2e7a0d=null;try{[_0x2e7a0d,_0x38b1a8]=_0x1beb2c?_0x9278c7[_0x2a2de2(0x249)](parseWSEndpoint,_0x1beb2c):[null,null],global[_0x2a2de2(0x20f)]=_0x38b1a8,_0x2e7a0d[_0x2a2de2(0x282)](_0x9278c7[_0x2a2de2(0x275)])&&(global[_0x2a2de2(0x248)]=_0x9278c7[_0x2a2de2(0x275)]);}catch(_0x3b01d9){logger[_0x2a2de2(0x1b5)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x1beb2c+'\x20'+_0x3b01d9);}_0x9278c7[_0x2a2de2(0x278)](processAccessibilityCaps,_0x38b1a8,_0x2e7a0d);if(global['accessibilityPlatform']){const _0x5e19dc=await _0x332c38[_0x2a2de2(0x1c0)]['apply'](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x9278c7['IjkIo'](encodeURIComponent,JSON['stringify'](_0x38b1a8))]);return PlaywrightSessionDetails[_0x2a2de2(0x1ab)](_0x5e19dc,_0x2e9486,_0x1beb2c),_0x5e19dc;}return _0x4bcb03[_0x2a2de2(0x209)](this,arguments)['then'](_0x115017=>{const _0x473340=_0x2a2de2;let _0x44fdce=_0x200de1[_0x473340(0x217)];return _0x48cf4b[_0x473340(0x1e8)](typeof _0x200de1,_0x48cf4b[_0x473340(0x264)])&&(_0x44fdce=_0x200de1),PlaywrightSessionDetails['setupBrowserDetails'](_0x115017,_0x2e9486,_0x44fdce),_0x115017;});};}});const _0x4bbb7d=_0x332c38[_0x2f9300(0x26c)];Object[_0x2f9300(0x25e)](_0x332c38,_0x9278c7['PEIpa'],{'get':function(){return async function _0xee8095(){const _0x342711=a4_0x213f;return _0x4bbb7d[_0x342711(0x209)](this,arguments)['then'](_0x2142fc=>{const _0x331b34=_0x342711;return PlaywrightSessionDetails[_0x331b34(0x1ab)](_0x2142fc,null),_0x2142fc;});};}});};class O11yHelper{[a4_0x29602d(0x1fd)]=null;[a4_0x29602d(0x1df)]=null;[a4_0x29602d(0x1de)]=![];[a4_0x29602d(0x240)]=![];constructor(_0x391010,_0x460318){const _0x33ff3c=a4_0x29602d,_0xc71e27={'OPMkb':_0x33ff3c(0x22f),'SHSyb':function(_0x922227){return _0x922227();},'KqKMS':function(_0x419e90,_0x45fc98){return _0x419e90===_0x45fc98;},'gqKnP':_0x33ff3c(0x22b),'PdaTD':function(_0x38cef8,_0x35c2fc){return _0x38cef8(_0x35c2fc);}},_0x5008d7=_0xc71e27['OPMkb'][_0x33ff3c(0x204)]('|');let _0xdd5b21=0x0;while(!![]){switch(_0x5008d7[_0xdd5b21++]){case'0':this[_0x33ff3c(0x20d)]=_0x391010;continue;case'1':this[_0x33ff3c(0x240)]=_0x460318[_0x33ff3c(0x240)];continue;case'2':this['enabled']=_0xc71e27[_0x33ff3c(0x1d7)](shouldProcessEventForTesthub);continue;case'3':this[_0x33ff3c(0x20d)]&&_0xc71e27[_0x33ff3c(0x203)](this[_0x33ff3c(0x20d)]['constructor']['name'],_0xc71e27[_0x33ff3c(0x257)])&&_0xc71e27[_0x33ff3c(0x1d9)](mockPWBrowserType,null);continue;case'4':this[_0x33ff3c(0x1ad)]=new testOpsHelper[(_0x33ff3c(0x22a))]({'cwd':process['cwd']()},this[_0x33ff3c(0x1c4)][_0x33ff3c(0x1c5)]);continue;case'5':this[_0x33ff3c(0x1c4)]=_0xc71e27['SHSyb'](getTestEnv);continue;}break;}}['start'](){const _0x4497cb=a4_0x29602d;if(!this['enabled'])return;testOpsHelper[_0x4497cb(0x24d)](),process[_0x4497cb(0x1ea)](_0x4497cb(0x212)+process[_0x4497cb(0x24b)]),process['on'](_0x4497cb(0x212)+process[_0x4497cb(0x24b)],this[_0x4497cb(0x222)][_0x4497cb(0x213)](this));}async[a4_0x29602d(0x24a)](){const _0x2443f1=a4_0x29602d;await RequestQueueHandler['getInstance']()[_0x2443f1(0x246)]();}async['appendTestItemLog'](_0x3596ca){const _0xfd4d49=a4_0x29602d,_0x2067f4={'uEeWw':_0xfd4d49(0x242),'EyEOk':function(_0x5b71f7,_0x2896eb){return _0x5b71f7(_0x2896eb);}};try{this[_0xfd4d49(0x1df)]&&!this[_0xfd4d49(0x1df)]['markedStatus']&&(_0x3596ca[_0xfd4d49(0x261)]=this[_0xfd4d49(0x1df)]['hookAnalyticsId']);!_0x3596ca['hook_run_uuid']&&this['currentTest']&&!this[_0xfd4d49(0x1fd)]['markedStatus']&&(_0x3596ca[_0xfd4d49(0x20a)]=this[_0xfd4d49(0x1fd)][_0xfd4d49(0x1e1)]);if(_0x3596ca[_0xfd4d49(0x261)]||_0x3596ca[_0xfd4d49(0x20a)]){const _0x487df9={};_0x487df9[_0xfd4d49(0x219)]=_0x2067f4[_0xfd4d49(0x1b0)],_0x487df9[_0xfd4d49(0x26d)]=[_0x3596ca],await SessionHandler[_0xfd4d49(0x244)](_0x487df9);}}catch(_0x55aa85){_0x2067f4['EyEOk'](debug,_0xfd4d49(0x1c1)+_0x55aa85);}}async[a4_0x29602d(0x26f)](_0x177057){const _0x2c116e=a4_0x29602d,_0x10b5fd={'DpaeS':'CBTSessionCreated','ztunQ':function(_0x15de12,_0x2f4bce){return _0x15de12(_0x2f4bce);}};if(!this['enabled'])return;const _0x578b0c=this[_0x2c116e(0x1d6)](this[_0x2c116e(0x20d)]);try{const _0xd424f1={};_0xd424f1[_0x2c116e(0x1f5)]=_0x177057,_0xd424f1[_0x2c116e(0x1e0)]=_0x578b0c;const _0xca94d9=_0xd424f1,_0x52ffbd={};_0x52ffbd[_0x2c116e(0x219)]=_0x10b5fd[_0x2c116e(0x1a7)],_0x52ffbd[_0x2c116e(0x1b3)]=_0xca94d9,await SessionHandler['uploadEventData'](_0x52ffbd);}catch(_0x495a4a){_0x10b5fd['ztunQ'](debug,_0x2c116e(0x1ef)+_0x495a4a);}}['getCBTInfo'](_0x49dea4){const _0x30c159=a4_0x29602d,_0x2b23ed={'wnvZY':function(_0x24509b,_0x34c21c){return _0x24509b(_0x34c21c);}};return _0x2b23ed[_0x30c159(0x1a3)](fetchPlatformDetails,_0x49dea4);}[a4_0x29602d(0x1c9)]=_0xd7e276=>{const _0x457fcb=a4_0x29602d,_0x39de70={};_0x39de70[_0x457fcb(0x1ee)]='_beforeEach',_0x39de70[_0x457fcb(0x1f0)]=_0x457fcb(0x1b1);const _0x542d4e=_0x39de70;if(!_0xd7e276||!_0xd7e276[_0x457fcb(0x27c)])return;[_0x542d4e[_0x457fcb(0x1ee)],_0x542d4e['MGulv']][_0x457fcb(0x22d)](_0x3f277d=>{const _0x567a69=_0x457fcb,_0x3395e5=_0xd7e276[_0x567a69(0x27c)][_0x3f277d];_0x3395e5[_0x567a69(0x22d)](_0x540ec7=>{const _0x2f0a19=_0x567a69;_0x540ec7[_0x2f0a19(0x1e7)]&&(_0x540ec7['hookAnalyticsId']=null);});});};['mapTestHooks'](_0x1479ed){const _0x392505=a4_0x29602d,_0x3dc7a9={'sbXcN':_0x392505(0x1f4),'GNneR':function(_0x595b77){return _0x595b77();},'zgRgL':function(_0x31aa11,_0x587324){return _0x31aa11===_0x587324;},'ZyXHl':_0x392505(0x1b1),'OgFwz':function(_0x12fe5d){return _0x12fe5d();},'XqNsp':_0x392505(0x1eb),'uwWMR':'_afterAll','luKHK':_0x392505(0x1aa)};if(!_0x1479ed||!_0x1479ed['parent'])return;[_0x3dc7a9[_0x392505(0x259)],_0x3dc7a9['uwWMR'],_0x3dc7a9['luKHK'],_0x3dc7a9[_0x392505(0x265)]][_0x392505(0x22d)](_0x2aab60=>{const _0x4cc51e=_0x392505,_0x4532e8=_0x1479ed[_0x4cc51e(0x27c)][_0x2aab60]||[];_0x4532e8[_0x4cc51e(0x22d)](_0x22611b=>{const _0x13fa0c=_0x4cc51e;if(_0x22611b[_0x13fa0c(0x254)][_0x13fa0c(0x282)](_0x3dc7a9[_0x13fa0c(0x21e)]))return;if(!_0x22611b['hookAnalyticsId'])_0x22611b['hookAnalyticsId']=_0x3dc7a9[_0x13fa0c(0x20c)](uuidv4);else _0x22611b[_0x13fa0c(0x24c)]&&_0x3dc7a9[_0x13fa0c(0x1bb)](_0x2aab60,_0x3dc7a9[_0x13fa0c(0x265)])&&(_0x22611b[_0x13fa0c(0x1e7)]=_0x3dc7a9[_0x13fa0c(0x22c)](uuidv4),delete _0x22611b[_0x13fa0c(0x24c)]);});}),this[_0x392505(0x1a1)](_0x1479ed[_0x392505(0x27c)]);}[a4_0x29602d(0x1bc)](_0x28bc8a){const _0x4e92a5=a4_0x29602d,_0x1f0a0b={};_0x1f0a0b[_0x4e92a5(0x252)]=_0x4e92a5(0x1eb),_0x1f0a0b[_0x4e92a5(0x1e9)]=_0x4e92a5(0x227),_0x1f0a0b[_0x4e92a5(0x1f9)]=_0x4e92a5(0x1aa),_0x1f0a0b[_0x4e92a5(0x27f)]=_0x4e92a5(0x1b1);const _0x3a41f7=_0x1f0a0b;if(!_0x28bc8a||!_0x28bc8a[_0x4e92a5(0x27c)])return[];const _0x1bfa8c=[];return[_0x3a41f7[_0x4e92a5(0x252)],_0x3a41f7['nNSJM'],_0x3a41f7['UGTSn'],_0x3a41f7['cqkIk']][_0x4e92a5(0x22d)](_0xea406b=>{const _0x3d4c2d=_0x4e92a5,_0x31d599=_0x28bc8a[_0x3d4c2d(0x27c)][_0xea406b]||[];_0x31d599[_0x3d4c2d(0x22d)](_0x1c7016=>{const _0x350ea8=_0x3d4c2d;_0x1c7016['hookAnalyticsId']&&_0x1bfa8c['push'](_0x1c7016[_0x350ea8(0x1e7)]);});}),[][_0x4e92a5(0x19e)](_0x1bfa8c,this['getHooksForTest'](_0x28bc8a[_0x4e92a5(0x27c)]));}[a4_0x29602d(0x1b7)](_0x2f4087){const _0x49db22=a4_0x29602d,_0x1ccf67=/^"(?<hook>.*)" hook:.*$/,_0x396d8f=_0x2f4087[_0x49db22(0x254)],_0x17dcc1=_0x396d8f['match'](_0x1ccf67);if(_0x17dcc1&&_0x17dcc1[_0x49db22(0x223)])return _0x17dcc1[_0x49db22(0x223)][_0x49db22(0x20e)][_0x49db22(0x22e)]()[_0x49db22(0x1cb)]('\x20','_');return null;}[a4_0x29602d(0x245)](_0x201f66){const _0x3515ee=a4_0x29602d,_0x1156c8={};_0x1156c8[_0x3515ee(0x1ae)]=function(_0x798699,_0xb3edd2){return _0x798699===_0xb3edd2;},_0x1156c8['qopLv']=_0x3515ee(0x1c7),_0x1156c8['XyzEm']='config';const _0x5ecddb=_0x1156c8,_0x59d70c=path[_0x3515ee(0x262)];if(_0x5ecddb[_0x3515ee(0x1ae)](_0x201f66,null)||_0x5ecddb[_0x3515ee(0x1ae)](_0x201f66,'')||_0x5ecddb[_0x3515ee(0x1ae)](_0x201f66,_0x59d70c)||_0x5ecddb[_0x3515ee(0x1ae)](_0x201f66,path['dirname'](_0x201f66)))return null;try{return fs['statSync'](path[_0x3515ee(0x25a)](_0x201f66,_0x5ecddb[_0x3515ee(0x281)],_0x5ecddb[_0x3515ee(0x1c8)])),_0x201f66;}catch(_0x1f8055){const _0x34490c=path[_0x3515ee(0x271)](_0x201f66);return this[_0x3515ee(0x245)](_0x34490c);}}['getRootParentFile'](_0xdf81a6){const _0x32c314=a4_0x29602d,_0xd2468a={};_0xd2468a[_0x32c314(0x1e6)]=function(_0x1449a3,_0x5112e5){return _0x1449a3>_0x5112e5;};const _0x3f00cf=_0xd2468a;if(_0xdf81a6['file'])return _0xdf81a6['file'];if(_0xdf81a6[_0x32c314(0x273)]){const _0x52b7fa=_0xdf81a6[_0x32c314(0x273)][_0x32c314(0x1fd)]?this[_0x32c314(0x1f8)](_0xdf81a6['ctx'][_0x32c314(0x1fd)]):null;if(_0x52b7fa)return _0x52b7fa;}if(_0xdf81a6[_0x32c314(0x27c)]){const _0x1f8d22=this[_0x32c314(0x1f8)](_0xdf81a6[_0x32c314(0x27c)])||(_0xdf81a6[_0x32c314(0x27c)][_0x32c314(0x273)]&&_0xdf81a6['parent']['ctx'][_0x32c314(0x1fd)]?this[_0x32c314(0x1f8)](_0xdf81a6[_0x32c314(0x27c)][_0x32c314(0x273)]['currentTest']):null);if(_0x1f8d22)return _0x1f8d22;_0xdf81a6['parent'][_0x32c314(0x285)]&&_0x3f00cf[_0x32c314(0x1e6)](_0xdf81a6['parent'][_0x32c314(0x285)][_0x32c314(0x1f1)],0x0)&&_0xdf81a6['parent'][_0x32c314(0x285)][_0x32c314(0x22d)](_0x506331=>{const _0x99e516=_0x32c314,_0x1034bc=_0x506331[_0x99e516(0x273)]?this[_0x99e516(0x1f8)](_0x506331['ctx']):null;if(_0x1034bc)return _0x1034bc;});}return null;}[a4_0x29602d(0x23f)](_0x172c82){const _0x51036e=a4_0x29602d,_0x377e01={};_0x377e01[_0x51036e(0x235)]=function(_0x95337c,_0x27075e){return _0x95337c!==_0x27075e;};const _0x3022db=_0x377e01,_0x33d542=[];if(_0x172c82&&_0x172c82[_0x51036e(0x27c)]){let _0x31d361=_0x172c82[_0x51036e(0x27c)];while(_0x31d361&&_0x3022db[_0x51036e(0x235)](_0x31d361[_0x51036e(0x254)],'')){_0x33d542['push'](_0x31d361[_0x51036e(0x254)]),_0x31d361=_0x31d361[_0x51036e(0x27c)];}}return _0x33d542;}[a4_0x29602d(0x269)](_0x7dd391,_0x558149,_0x2f6e49=undefined){const _0x1946cc=a4_0x29602d,_0xbb1d6f={'vaVhj':function(_0x3f2159,_0x1fda9f){return _0x3f2159(_0x1fda9f);},'kYcCR':function(_0x5a2b9d){return _0x5a2b9d();},'hZOmr':_0x1946cc(0x23c),'Feggl':_0x1946cc(0x237),'qiYQs':function(_0x38f5c4,_0x5431a4){return _0x38f5c4!==_0x5431a4;},'BQonz':'File\x20path\x20could\x20not\x20be\x20found','IojWt':'pending','kCFfh':'failed','KGbYQ':_0x1946cc(0x25d),'BjOqE':'skipped','RGFwX':_0x1946cc(0x233),'BruMV':function(_0x55ade2,_0x2f39c6){return _0x55ade2-_0x2f39c6;},'YOaVb':function(_0x23b2bc,_0x571ad5,_0x377362,_0x5f1713,_0xc75910){return _0x23b2bc(_0x571ad5,_0x377362,_0x5f1713,_0xc75910);},'ynWAe':function(_0x2185fa,_0x25cf4f){return _0x2185fa!==_0x25cf4f;},'WoBcl':_0x1946cc(0x1e0),'BSylk':_0x1946cc(0x283),'TMARv':'failure','BMyWi':_0x1946cc(0x228),'kwYkY':'backtrace','qFaoP':_0x1946cc(0x1f2),'PLkHW':_0x1946cc(0x238),'EGJfS':function(_0x1a237d,_0x4d8a7e){return _0x1a237d===_0x4d8a7e;},'BOwGv':_0x1946cc(0x1c6),'XWXqH':_0x1946cc(0x1b3)};if(!this[_0x1946cc(0x1de)])return;try{if(_0x558149['fn']&&_0x558149['fn'][_0x1946cc(0x230)]()['match'](/browserstack internal helper hook/))return;const _0x81a47=_0xbb1d6f[_0x1946cc(0x258)](parseEvent,_0x7dd391);if(!_0x81a47)return;if(_0x81a47['test']){this[_0x1946cc(0x1fd)]=_0x558149,this[_0x1946cc(0x1df)]=null;if(_0x81a47[_0x1946cc(0x239)]||_0x81a47[_0x1946cc(0x25b)]){_0x558149[_0x1946cc(0x270)]=new Date(),_0x558149['markedStatus']=![];if(!_0x558149[_0x1946cc(0x1e1)])_0x558149[_0x1946cc(0x1e1)]=_0xbb1d6f['kYcCR'](uuidv4);else _0x558149[_0x1946cc(0x24c)]&&(!_0x558149[_0x1946cc(0x1f7)]&&(_0x558149[_0x1946cc(0x1f7)]=_0x558149[_0x1946cc(0x1e1)]),_0x558149[_0x1946cc(0x1e1)]=_0xbb1d6f[_0x1946cc(0x207)](uuidv4));}}else{if(_0x81a47[_0x1946cc(0x20e)]){this[_0x1946cc(0x1df)]=_0x558149;if(_0x81a47[_0x1946cc(0x239)]){_0x558149[_0x1946cc(0x270)]=new Date(),_0x558149[_0x1946cc(0x24c)]=![];if(!_0x558149[_0x1946cc(0x1e7)])_0x558149[_0x1946cc(0x1e7)]=_0xbb1d6f[_0x1946cc(0x207)](uuidv4);else _0x558149['hookAnalyticsId']&&_0x558149[_0x1946cc(0x24c)]&&(_0x558149[_0x1946cc(0x1e7)]=_0xbb1d6f[_0x1946cc(0x207)](uuidv4));}}}if(_0x81a47[_0x1946cc(0x1d2)]&&_0x558149[_0x1946cc(0x24c)])return;let _0x5bdbb6;try{_0x5bdbb6=this[_0x1946cc(0x1f8)](_0x558149);}catch(_0x49bc65){logger[_0x1946cc(0x1b5)](_0x1946cc(0x21a)+_0x49bc65),_0x5bdbb6=null;}const _0x35754a=_0xbb1d6f['vaVhj'](require,_0xbb1d6f[_0x1946cc(0x243)]);let _0x4c01e0=[];_0x2f6e49&&(_0x4c01e0=[_0x2f6e49,_0xbb1d6f[_0x1946cc(0x1a2)]]);const _0x4534f5=_0xbb1d6f[_0x1946cc(0x1a4)](_0x558149['errorsDetailed'],undefined)?_0x35754a[_0x1946cc(0x200)](_0x558149[_0x1946cc(0x276)][0x0]):_0xbb1d6f[_0x1946cc(0x1a4)](_0x2f6e49,undefined)?_0x2f6e49[_0x1946cc(0x230)]():undefined,_0x4f6fbb=_0x5bdbb6?this[_0x1946cc(0x245)](_0x5bdbb6):null,_0x208177=_0x5bdbb6?this[_0x1946cc(0x1ad)][_0x1946cc(0x279)](this['getRootParentFile'](_0x558149)):_0xbb1d6f['BQonz'];let _0x24b31a=_0xbb1d6f[_0x1946cc(0x287)];const _0x369926=!_0x81a47[_0x1946cc(0x239)]?new Date()[_0x1946cc(0x26a)]():null;if(_0x81a47[_0x1946cc(0x1d2)])_0x24b31a=_0x2f6e49?_0xbb1d6f[_0x1946cc(0x260)]:_0xbb1d6f[_0x1946cc(0x210)],_0x558149[_0x1946cc(0x24c)]=!![];else _0x81a47[_0x1946cc(0x25b)]&&(_0x24b31a=_0xbb1d6f['BjOqE'],_0x558149['markedStatus']=!![]);const _0x9fb0ef={'framework':this[_0x1946cc(0x240)],'uuid':_0x558149[_0x1946cc(0x1e1)]||_0x558149[_0x1946cc(0x1e7)],'name':_0x558149['title'],'body':{'lang':_0xbb1d6f['RGFwX'],'code':_0x558149[_0x1946cc(0x251)][_0x1946cc(0x230)]()},'type':_0x558149[_0x1946cc(0x24e)],'scope':_0x558149[_0x1946cc(0x23d)](),'scopes':this[_0x1946cc(0x23f)](_0x558149),'file_name':_0x208177,'vc_filepath':_0x4f6fbb?path[_0x1946cc(0x216)](_0x4f6fbb,_0x5bdbb6):null,'location':_0x208177,'result':_0x24b31a,'failure_reason':_0x4534f5,'duration_in_ms':_0x558149[_0x1946cc(0x1e2)]||(_0x81a47['finished']||_0x81a47[_0x1946cc(0x25b)])?_0xbb1d6f['BruMV'](Date[_0x1946cc(0x1e3)](),new Date(_0x558149[_0x1946cc(0x270)])['getTime']()):null,'started_at':new Date(_0x558149['startedAt'])['toISOString'](),'finished_at':_0x369926,'failure':testOpsHelper['failureData'][_0x1946cc(0x209)](null,_0x4c01e0),'failure_type':!_0x4534f5?null:testOpsHelper[_0x1946cc(0x274)](_0x4534f5),'retry_of':_0x558149['retryOf']||null,'tags':_0x558149[_0x1946cc(0x1dd)]||[],'customRerunParam':{'rerun_name':_0x558149[_0x1946cc(0x23d)]()}};_0xbb1d6f[_0x1946cc(0x1b6)](appendTesthubParams,_0x9fb0ef,_0x7dd391,_0x558149,FRAMEWORKS[_0x1946cc(0x1ce)]);if(_0x81a47[_0x1946cc(0x20e)])[_0x9fb0ef[_0x1946cc(0x221)],_0x9fb0ef[_0x1946cc(0x231)]]=[this[_0x1946cc(0x1b7)](_0x558149),_0x558149['ctx'][_0x1946cc(0x256)][_0x1946cc(0x254)]],_0x81a47[_0x1946cc(0x1d2)]?_0xbb1d6f[_0x1946cc(0x1e5)](_0x9fb0ef[_0x1946cc(0x253)],_0xbb1d6f['kCFfh'])&&(_0x9fb0ef[_0x1946cc(0x253)]=_0xbb1d6f['KGbYQ']):_0x9fb0ef[_0x1946cc(0x251)]={};else _0x81a47[_0x1946cc(0x256)]&&(this[_0x1946cc(0x1a1)](_0x558149),_0x81a47[_0x1946cc(0x25b)]&&this['resetSkipTestHooks'](_0x558149),(_0x81a47[_0x1946cc(0x1d2)]||_0x81a47['skipped'])&&(_0x9fb0ef[_0x1946cc(0x241)]=this['getHooksForTest'](_0x558149)));this[_0x1946cc(0x20d)]&&(_0x81a47[_0x1946cc(0x239)]||_0x81a47[_0x1946cc(0x25b)])&&(_0x9fb0ef[_0xbb1d6f[_0x1946cc(0x27a)]]=this['getCBTInfo'](this[_0x1946cc(0x20d)]));_0x81a47[_0x1946cc(0x256)]&&_0x81a47['finished']&&_0x558149['bddSteps']&&(_0x9fb0ef[_0xbb1d6f[_0x1946cc(0x1af)]]={'feature':{'name':_0x558149[_0x1946cc(0x27c)][_0x1946cc(0x225)][_0x1946cc(0x231)],'path':_0x9fb0ef['file_name'],'description':_0x558149[_0x1946cc(0x27c)][_0x1946cc(0x211)]},'scenario':{'name':_0x558149[_0x1946cc(0x254)]},'steps':_0x558149['bddSteps']});const _0x724ff=_0x9fb0ef[_0xbb1d6f['TMARv']][0x0];_0x724ff&&(_0x9fb0ef[_0xbb1d6f[_0x1946cc(0x1d1)]]=_0x724ff[_0xbb1d6f[_0x1946cc(0x215)]],_0x9fb0ef[_0xbb1d6f[_0x1946cc(0x1cf)]]=_0x724ff[_0xbb1d6f[_0x1946cc(0x247)]]);if(_0x558149[_0x1946cc(0x1fa)])for(const _0x4a6c50 of _0x558149[_0x1946cc(0x1fa)]){!_0x4a6c50['finished_at']&&(_0x4a6c50[_0x1946cc(0x214)]=new Date()['toISOString'](),_0xbb1d6f[_0x1946cc(0x220)](_0x4a6c50[_0x1946cc(0x253)],_0xbb1d6f[_0x1946cc(0x287)])&&(_0x724ff?(_0x4a6c50[_0x1946cc(0x253)]=_0xbb1d6f['kCFfh'],_0x4a6c50[_0x1946cc(0x1a6)]=_0x724ff[_0xbb1d6f['kwYkY']][0x0]):_0x4a6c50[_0x1946cc(0x253)]=_0xbb1d6f[_0x1946cc(0x210)]));}const _0xaf4152={};_0xaf4152[_0x1946cc(0x219)]=_0x81a47[_0x1946cc(0x25b)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x7dd391;const _0x18bfec=_0xaf4152;return _0x81a47[_0x1946cc(0x20e)]?_0x18bfec[_0xbb1d6f['BOwGv']]=_0x9fb0ef:_0x18bfec[_0xbb1d6f[_0x1946cc(0x1c2)]]=_0x9fb0ef,_0x18bfec;}catch(_0x2cb9f8){logger['debug'](_0x1946cc(0x1ec)+_0x7dd391+_0x1946cc(0x23e)+_0x2cb9f8);}}async['fireEvent'](_0x369516,_0xd5124d){const _0x3ca76a=a4_0x29602d;if(!this[_0x3ca76a(0x1de)]||!_0xd5124d||!_0x369516)return![];try{return await SessionHandler['uploadEventData'](_0xd5124d);}catch(_0x516e3b){logger[_0x3ca76a(0x1b5)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x369516+'\x20with\x20error\x20:\x20'+_0x516e3b);}}['initializeBddStep'](_0x355330){const _0x294650=a4_0x29602d,_0x54f1be={};_0x54f1be[_0x294650(0x229)]=_0x294650(0x268);const _0x1db9ea=_0x54f1be;return{'id':_0x355330[_0x294650(0x234)],'text':_0x355330['text'],'keyword':_0x355330[_0x294650(0x1a5)],'started_at':_0x355330['startedAt'][_0x294650(0x26a)](),'result':_0x1db9ea[_0x294650(0x229)]};}[a4_0x29602d(0x19f)](_0x4a06d2){const _0x38a945=a4_0x29602d,_0x2260a1={'niUFr':function(_0x13e2cc){return _0x13e2cc();}};!this[_0x38a945(0x1fd)][_0x38a945(0x1fa)]&&(this['currentTest'][_0x38a945(0x1fa)]=[]),!_0x4a06d2[_0x38a945(0x234)]&&(_0x4a06d2[_0x38a945(0x234)]=_0x2260a1[_0x38a945(0x1fb)](uuidv4),_0x4a06d2[_0x38a945(0x270)]=new Date(),this['currentTest'][_0x38a945(0x1fa)][_0x38a945(0x1d4)](this[_0x38a945(0x21d)](_0x4a06d2)));}[a4_0x29602d(0x224)](_0x2afaf2){const _0x3b437e=a4_0x29602d,_0x46a4e5={'qIQFz':function(_0x21596d,_0x1eb27e){return _0x21596d(_0x1eb27e);},'XPfFp':_0x3b437e(0x1b8),'nhdry':_0x3b437e(0x268),'mGaBT':'passed','SwvJS':function(_0x2f87ca,_0x55489c){return _0x2f87ca-_0x55489c;}};let _0x33cf24=this[_0x3b437e(0x1fd)][_0x3b437e(0x1fa)][_0x3b437e(0x202)](_0x58ed14=>_0x58ed14['id']===_0x2afaf2['stepAnalyticsId']);_0x46a4e5['qIQFz'](isUndefined,_0x33cf24)&&(_0x33cf24=this[_0x3b437e(0x21d)](_0x2afaf2)),_0x33cf24[_0x3b437e(0x253)]=[_0x46a4e5['XPfFp'],_0x46a4e5[_0x3b437e(0x1da)]][_0x3b437e(0x282)](_0x2afaf2[_0x3b437e(0x250)])?_0x46a4e5[_0x3b437e(0x1d5)]:_0x2afaf2['status'],_0x33cf24[_0x3b437e(0x214)]=new Date()[_0x3b437e(0x26a)](),_0x33cf24[_0x3b437e(0x1e2)]=_0x46a4e5[_0x3b437e(0x284)](Date[_0x3b437e(0x1e3)](),_0x2afaf2[_0x3b437e(0x270)][_0x3b437e(0x206)]()),_0x33cf24[_0x3b437e(0x1a6)]=_0x2afaf2[_0x3b437e(0x237)]?_0x2afaf2[_0x3b437e(0x237)][_0x3b437e(0x24f)]:null;}}const a4_0x384531={};a4_0x384531[a4_0x29602d(0x1c3)]=O11yHelper,a4_0x384531[a4_0x29602d(0x267)]=STATE_PASSED,a4_0x384531[a4_0x29602d(0x1bf)]=STATE_FAILED,a4_0x384531['TEST_EVENTS']=TEST_EVENTS,module[a4_0x29602d(0x25f)]=a4_0x384531;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a5_0x406ee2=a5_0x5992;(function(_0x5ac39e,_0x5d712d){const _0x4909f3=a5_0x5992,_0x4fd885=_0x5ac39e();while(!![]){try{const _0xa9fe65=parseInt(_0x4909f3(0x102))/0x1*(-parseInt(_0x4909f3(0xfc))/0x2)+parseInt(_0x4909f3(0x138))/0x3*(parseInt(_0x4909f3(0xe6))/0x4)+-parseInt(_0x4909f3(0xe2))/0x5*(parseInt(_0x4909f3(0x100))/0x6)+parseInt(_0x4909f3(0x142))/0x7*(parseInt(_0x4909f3(0x10b))/0x8)+parseInt(_0x4909f3(0x11d))/0x9*(parseInt(_0x4909f3(0xf6))/0xa)+-parseInt(_0x4909f3(0xe4))/0xb*(parseInt(_0x4909f3(0x114))/0xc)+-parseInt(_0x4909f3(0xef))/0xd*(-parseInt(_0x4909f3(0x105))/0xe);if(_0xa9fe65===_0x5d712d)break;else _0x4fd885['push'](_0x4fd885['shift']());}catch(_0x29a416){_0x4fd885['push'](_0x4fd885['shift']());}}}(a5_0x13e8,0x2f9c9));const fs=require('fs'),path=require(a5_0x406ee2(0x13b)),util=require('util'),logger=require(a5_0x406ee2(0x10c))[a5_0x406ee2(0x130)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),utilities=require(a5_0x406ee2(0x11a)),constants=require(a5_0x406ee2(0x14d)),{parallelCucumberRun}=require('../test-runner'),TestHubHandler=require(a5_0x406ee2(0x10e)),testOpsHelper=require(a5_0x406ee2(0xfe)),chalk=require('chalk'),PerformanceTester=require(a5_0x406ee2(0x13a)),PerformanceEvents=require(a5_0x406ee2(0xe5))[a5_0x406ee2(0xe9)];function a5_0x5992(_0x180771,_0x1236fb){const _0x13e8df=a5_0x13e8();return a5_0x5992=function(_0x5992dd,_0x1693f1){_0x5992dd=_0x5992dd-0xdc;let _0x2ea601=_0x13e8df[_0x5992dd];return _0x2ea601;},a5_0x5992(_0x180771,_0x1236fb);}function printCucumberStats(_0x5ef5d2){const _0x2c9bb7=a5_0x406ee2,_0x52c32c={};_0x52c32c[_0x2c9bb7(0xff)]=function(_0x198844,_0x5f43da){return _0x198844>_0x5f43da;},_0x52c32c['SOTpY']=function(_0x35e2ca,_0xa229d9){return _0x35e2ca-_0xa229d9;},_0x52c32c[_0x2c9bb7(0x126)]=function(_0x1fd4dc,_0x44e34d){return _0x1fd4dc>_0x44e34d;},_0x52c32c[_0x2c9bb7(0x10d)]=function(_0x341dde,_0x384c04){return _0x341dde>_0x384c04;},_0x52c32c[_0x2c9bb7(0x10a)]=function(_0x5e8029,_0x489d83){return _0x5e8029>_0x489d83;},_0x52c32c['lJABT']=function(_0x42ca3d,_0x4a8449){return _0x42ca3d>_0x4a8449;},_0x52c32c[_0x2c9bb7(0xf4)]=function(_0x53d425,_0x36da66){return _0x53d425>_0x36da66;},_0x52c32c[_0x2c9bb7(0x13c)]=function(_0x665f09,_0x3f1e37){return _0x665f09>_0x3f1e37;},_0x52c32c['VdNMj']=function(_0x35f4ee,_0x4dada1){return _0x35f4ee>_0x4dada1;},_0x52c32c[_0x2c9bb7(0x115)]=function(_0x1863b5,_0x33f0c4){return _0x1863b5+_0x33f0c4;},_0x52c32c[_0x2c9bb7(0x11e)]=function(_0x3c46db,_0x345106){return _0x3c46db+_0x345106;},_0x52c32c[_0x2c9bb7(0xe1)]=function(_0x26afe3,_0x2882ff){return _0x26afe3+_0x2882ff;},_0x52c32c['TircU']=function(_0x59859e,_0x2e867b){return _0x59859e===_0x2e867b;},_0x52c32c[_0x2c9bb7(0xf5)]=_0x2c9bb7(0x149);const _0xe6e758=_0x52c32c;let _0x1a42a7=0x0;if(_0xe6e758['TircU'](_0x5ef5d2[_0x2c9bb7(0x113)],0x0))return _0x1a42a7;return console['log'](chalk[_0x2c9bb7(0x124)][_0x2c9bb7(0x136)](_0xe6e758[_0x2c9bb7(0xf5)])),_0x5ef5d2[_0x2c9bb7(0x107)](_0x52e66d=>{const _0x29e18c=_0x2c9bb7,_0x357554=_0x52e66d[0x0],_0x21b347=_0x52e66d[0x1];console['log']('\x0a'+chalk[_0x29e18c(0x124)][_0x29e18c(0x103)](''+helper[_0x29e18c(0x10f)](_0x357554)));const _0x42c2b3=_0x21b347[_0x29e18c(0x152)],_0x107fb4=_0x21b347[_0x29e18c(0xf9)],_0xa05d20=_0x21b347[_0x29e18c(0x145)],_0x15fb80=_0x21b347[_0x29e18c(0xf7)],_0xf6d217=_0x21b347['stepsPassed'],_0xa05627=_0x21b347['stepsSkipped'],_0x2740c5=_0x21b347[_0x29e18c(0xe8)],_0x477bc7=_0x21b347['stepsUndefined'],_0x11cedc=_0x21b347[_0x29e18c(0x14a)],_0x475a69=_0x21b347[_0x29e18c(0x141)],_0x6f2a38=_0x21b347[_0x29e18c(0x123)];let _0x87b611=_0x42c2b3+_0x29e18c(0x112);const _0x4d542e=_0xe6e758[_0x29e18c(0xff)](_0xe6e758[_0x29e18c(0x122)](_0x42c2b3,_0xa05d20),0x0)?_0xe6e758[_0x29e18c(0x122)](_0x42c2b3,_0xa05d20):0x0;if(_0xe6e758[_0x29e18c(0xff)](_0xa05d20,0x0)&&_0xe6e758[_0x29e18c(0xff)](_0x4d542e,0x0))_0x87b611+='\x20('+chalk[_0x29e18c(0x124)]['red'](_0xa05d20+_0x29e18c(0xec))+',\x20'+chalk[_0x29e18c(0x124)]['green'](_0x4d542e+_0x29e18c(0xdf))+')';else(_0xe6e758[_0x29e18c(0x126)](_0xa05d20,0x0)||_0xe6e758[_0x29e18c(0x126)](_0x4d542e,0x0))&&(_0x87b611+=_0xe6e758[_0x29e18c(0x10d)](_0xa05d20,0x0)?'\x20('+chalk[_0x29e18c(0x124)][_0x29e18c(0x118)](_0xa05d20+_0x29e18c(0xec))+')':'\x20('+chalk[_0x29e18c(0x124)][_0x29e18c(0x110)](_0x4d542e+_0x29e18c(0xdf))+')');const _0xd3e525=_0x107fb4+_0x29e18c(0x13d),_0x23e25a=[];_0xe6e758['lSfvi'](_0x475a69,0x0)&&_0x23e25a[_0x29e18c(0x132)](''+chalk[_0x29e18c(0x124)]['red'](_0x475a69+_0x29e18c(0x14b)));_0xe6e758[_0x29e18c(0xdd)](_0x15fb80,0x0)&&_0x23e25a[_0x29e18c(0x132)](''+chalk[_0x29e18c(0x124)][_0x29e18c(0x118)](_0x15fb80+_0x29e18c(0xec)));_0xe6e758[_0x29e18c(0xf4)](_0xf6d217,0x0)&&_0x23e25a[_0x29e18c(0x132)](''+chalk['bold']['green'](_0xf6d217+_0x29e18c(0xdf)));_0xe6e758[_0x29e18c(0x13c)](_0x2740c5,0x0)&&_0x23e25a[_0x29e18c(0x132)](''+chalk[_0x29e18c(0x124)][_0x29e18c(0x103)](_0x2740c5+_0x29e18c(0x127)));_0xe6e758[_0x29e18c(0x109)](_0xa05627,0x0)&&_0x23e25a[_0x29e18c(0x132)](''+chalk[_0x29e18c(0x124)][_0x29e18c(0xea)](_0xa05627+'\x20skipped'));_0xe6e758['VdNMj'](_0x477bc7,0x0)&&_0x23e25a[_0x29e18c(0x132)](''+chalk[_0x29e18c(0x124)][_0x29e18c(0x103)](_0x477bc7+_0x29e18c(0x14e)));_0xe6e758[_0x29e18c(0x10a)](_0x11cedc,0x0)&&_0x23e25a[_0x29e18c(0x132)](''+chalk['bold']['yellow'](_0x11cedc+'\x20skipped'));const _0x2b1e6f=_0xe6e758[_0x29e18c(0x115)](_0xe6e758[_0x29e18c(0x115)](_0xe6e758[_0x29e18c(0x115)](_0xd3e525,'('),_0x23e25a[_0x29e18c(0x11c)](',\x20')),')');console[_0x29e18c(0x12e)](_0xe6e758[_0x29e18c(0x115)](_0xe6e758[_0x29e18c(0x11e)](_0xe6e758[_0x29e18c(0xe1)](_0xe6e758[_0x29e18c(0x115)]('\x0a',_0x87b611),'\x0a'),_0x2b1e6f),'\x0a')),_0xe6e758[_0x29e18c(0x14f)](_0x6f2a38,![])&&(_0x1a42a7=0x1);}),_0x1a42a7;}function a5_0x13e8(){const _0x135c76=['exitCode','config','format','stepsAmbiguous','35PZxwoL','DtRgJ','Generating\x20consolidated\x20report...','scenariosFailed','VUssx','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getHubUrl','****\x20RESULTS\x20****','stepsUnknown','\x20ambiguous','end','../utils/constants','\x20undefined','TircU','isUndefined','SDK_CLEANUP','scenarios','testObservability','lJABT','BROWSERSTACK_TEST_OBSERVABILITY_YML','\x20passed','getTCGConfigFilePaths','MKOuW','325YcXVoC','createDir','3201NTYqku','../../helpers/performance/constants','6884cXOtxD','framework','stepsPending','EVENTS','cyan','stop','\x20failed','SgZJd','parseFormatters','1298414YjArew','finalExecution','setupTCGAuth','error\x20removing\x20tcg\x20config\x20file','VOldk','rbGTb','TSWXi','20ICcHFG','stepsFailed','getUserWorkerCount','steps','start','env','68YLQpBx','rmdirSync','../../helpers/test-observability/utils','MSLBM','35442mwLRsX','mergeOutputFiles','2412seXRGR','yellow','tmp','14JxlKgz','Removing\x20tmp\x20directory\x20created\x20for\x20reports','forEach','unlinkSync','VdNMj','lSfvi','430264MfZzql','../../helpers/logger','AsiJM','../../helpers/testhub/testhubHandler','getPlatformName','green','prepareCapabilities','\x20scenarios','length','5592mWnPEt','nFePQ','true','FDgbW','red','accessibilityOptions','../../helpers/utilities','turboScaleUrl','join','941517IXtqOC','HaMsi','testContextOptions','setUserConfigPath','skipSessionName','SOTpY','processSuccess','bold','skipSessionStatus','UaVBu','\x20pending','QYLNe','removeDir','CUCUMBER','SDK_SETUP','dnKTp','cucumber-js','log','stringify','winstonLogger','nDgsZ','push','printBuildLink','debug','FRAMEWORKS','bgWhite','launchBuild','381mxadwO','getErrorMessageFromResults','../../helpers/performance/performance-tester','path','bzhmm','\x20steps'];a5_0x13e8=function(){return _0x135c76;};return a5_0x13e8();}async function run(_0x2b0477,_0x3567ea){const _0x1fccda=a5_0x406ee2,_0x43dba9={'nDgsZ':function(_0x46ef8a,_0xb763d7){return _0x46ef8a(_0xb763d7);},'aogow':function(_0x5c6495,_0x2a19e2){return _0x5c6495>_0x2a19e2;},'VKHZp':_0x1fccda(0x144),'VUssx':_0x1fccda(0x106),'FDgbW':'cucumber','BMRsF':_0x1fccda(0xf2),'QYLNe':_0x1fccda(0x12d),'NfCqi':_0x1fccda(0x104),'VOldk':function(_0x20a65e,_0x33a5a0){return _0x20a65e>_0x33a5a0;},'DtRgJ':function(_0xed9a1e,_0x746f2d){return _0xed9a1e-_0x746f2d;},'oFNap':function(_0x4c55de,_0x40c84d){return _0x4c55de>=_0x40c84d;},'SgZJd':function(_0x131b2a,_0x37fef5){return _0x131b2a!=_0x37fef5;},'dnKTp':_0x1fccda(0x116),'OLpiu':function(_0x429480,_0x2e01bf,_0x1b815b,_0x48e03e,_0x17e331,_0x2b6152){return _0x429480(_0x2e01bf,_0x1b815b,_0x48e03e,_0x17e331,_0x2b6152);}},_0x517088=new BrowserStackSetup(_0x2b0477,_0x43dba9[_0x1fccda(0x128)]);await _0x517088['initialize'](),helper[_0x1fccda(0x120)](_0x517088[_0x1fccda(0xe7)],_0x2b0477);!helper['isBrowserstackInfra']()&&await _0x517088[_0x1fccda(0xf1)]();await helper['handleApp'](_0x517088[_0x1fccda(0x13f)]);const _0x25e782=helper['useW3C'](_0x517088['config']),_0x34a855=helper[_0x1fccda(0x111)](_0x517088[_0x1fccda(0x13f)],_0x25e782,constants[_0x1fccda(0x135)][_0x1fccda(0x12a)]);if(!_0x517088[_0x1fccda(0x13f)])return;const _0x56dd05=_0x517088[_0x1fccda(0x13f)]['parallelsPerPlatform']||helper[_0x1fccda(0xf8)](_0x2b0477,_0x3567ea,_0x517088[_0x1fccda(0x13f)],constants[_0x1fccda(0x135)][_0x1fccda(0x12a)])||0x1,_0x366964={'server':helper[_0x1fccda(0x148)](_0x517088[_0x1fccda(0x13f)]),'proxySettings':_0x517088['config']['proxySettings'],'maxWorkers':_0x56dd05,'browserStackLogLevel':_0x517088[_0x1fccda(0x13f)]['logLevel'],'skipSessionName':_0x517088[_0x1fccda(0x13f)][_0x1fccda(0x11f)][_0x1fccda(0x121)],'skipSessionStatus':_0x517088[_0x1fccda(0x13f)][_0x1fccda(0x11f)][_0x1fccda(0x125)],'turboScaleUrl':_0x517088[_0x1fccda(0x13f)][_0x1fccda(0x11b)]},_0x49c6c5=process['argv'],[_0x23b155,_0x32e2c3]=helper[_0x1fccda(0xee)](_0x49c6c5),_0x525df0=path[_0x1fccda(0x11c)](process['cwd'](),_0x43dba9['NfCqi']);if(_0x43dba9[_0x1fccda(0xf3)](_0x32e2c3[_0x1fccda(0x113)],0x0)){helper[_0x1fccda(0xe3)](_0x525df0);for(let _0x2f9190=_0x43dba9[_0x1fccda(0x143)](_0x23b155[_0x1fccda(0x113)],0x1);_0x43dba9['oFNap'](_0x2f9190,0x0);_0x2f9190--){_0x49c6c5['splice'](_0x23b155[_0x2f9190],0x2);}}!helper[_0x1fccda(0x150)](_0x517088[_0x1fccda(0x13f)][_0x1fccda(0x119)])&&(process['env'][_0x1fccda(0x147)]=JSON[_0x1fccda(0x12f)](_0x517088[_0x1fccda(0x13f)][_0x1fccda(0x119)]));_0x43dba9[_0x1fccda(0xed)](_0x517088[_0x1fccda(0x13f)][_0x1fccda(0xdc)],null)?process['env'][_0x1fccda(0xde)]=_0x517088[_0x1fccda(0x13f)]['testObservability']:process[_0x1fccda(0xfb)][_0x1fccda(0xde)]=_0x43dba9[_0x1fccda(0x12c)];const _0x5cab6d=await TestHubHandler[_0x1fccda(0x137)](constants[_0x1fccda(0x135)][_0x1fccda(0x12a)],_0x517088);PerformanceTester[_0x1fccda(0x14c)](PerformanceEvents[_0x1fccda(0x12b)]);let _0x59236d;_0x43dba9['OLpiu'](parallelCucumberRun,_0x34a855,_0x366964,_0x517088['config'],_0x49c6c5,_0x32e2c3)['then'](async _0x2e6287=>{const _0x3dd783=_0x1fccda;PerformanceTester['start'](PerformanceEvents[_0x3dd783(0x151)]),_0x59236d=_0x2e6287;const _0x20c7bd=_0x43dba9[_0x3dd783(0x131)](printCucumberStats,_0x2e6287);process[_0x3dd783(0x13e)]=_0x20c7bd,_0x43dba9['aogow'](_0x32e2c3[_0x3dd783(0x113)],0x0)&&(logger[_0x3dd783(0x134)](_0x43dba9['VKHZp']),helper[_0x3dd783(0x101)](_0x525df0,_0x32e2c3),logger[_0x3dd783(0x134)](_0x43dba9[_0x3dd783(0x146)]),helper[_0x3dd783(0x129)](_0x525df0));})['finally'](async()=>{const _0xbcaf4b=_0x1fccda;PerformanceTester[_0xbcaf4b(0xfa)](PerformanceEvents['SDK_CLEANUP']),_0x517088['errorMessage']=helper[_0xbcaf4b(0x139)](_0x59236d,_0x43dba9[_0xbcaf4b(0x117)]),testOpsHelper[_0xbcaf4b(0x133)]();try{await TestHubHandler[_0xbcaf4b(0xeb)]();}catch(_0x198078){logger[_0xbcaf4b(0x134)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0xbcaf4b(0x140)](_0x198078));}try{const {browserstackFolderPath:_0x5cf328,tcgConfigPath:_0x2fbcdd}=helper[_0xbcaf4b(0xe0)]();fs[_0xbcaf4b(0x108)](_0x2fbcdd),fs[_0xbcaf4b(0xfd)](_0x5cf328);}catch(_0x2f2b54){logger[_0xbcaf4b(0x134)](_0x43dba9['BMRsF'],_0x2f2b54);}await utilities[_0xbcaf4b(0xf0)](_0x517088);});}module['exports']=run;
2
+ 'use strict';const a5_0x21e991=a5_0x5aa7;(function(_0x3c07af,_0x3285bb){const _0x38f337=a5_0x5aa7,_0x4a9f7b=_0x3c07af();while(!![]){try{const _0x2b1d36=parseInt(_0x38f337(0x1c3))/0x1*(parseInt(_0x38f337(0x1ea))/0x2)+-parseInt(_0x38f337(0x20b))/0x3*(-parseInt(_0x38f337(0x1f9))/0x4)+parseInt(_0x38f337(0x20a))/0x5+-parseInt(_0x38f337(0x1f4))/0x6+parseInt(_0x38f337(0x1bb))/0x7+parseInt(_0x38f337(0x1b2))/0x8*(-parseInt(_0x38f337(0x212))/0x9)+parseInt(_0x38f337(0x1fd))/0xa*(-parseInt(_0x38f337(0x1eb))/0xb);if(_0x2b1d36===_0x3285bb)break;else _0x4a9f7b['push'](_0x4a9f7b['shift']());}catch(_0x4db1d3){_0x4a9f7b['push'](_0x4a9f7b['shift']());}}}(a5_0x4bed,0xda733));const fs=require('fs'),path=require(a5_0x21e991(0x1d6)),util=require('util'),logger=require(a5_0x21e991(0x211))['winstonLogger'],{default:BrowserStackSetup}=require(a5_0x21e991(0x1c5)),helper=require(a5_0x21e991(0x1a9)),utilities=require(a5_0x21e991(0x1e9)),constants=require('../utils/constants'),{parallelCucumberRun}=require('../test-runner'),TestHubHandler=require(a5_0x21e991(0x1c1)),testOpsHelper=require(a5_0x21e991(0x1e7)),chalk=require('chalk'),PerformanceTester=require(a5_0x21e991(0x21a)),PerformanceEvents=require(a5_0x21e991(0x20c))[a5_0x21e991(0x1ef)];function printCucumberStats(_0x2dc375){const _0x332e0e=a5_0x21e991,_0x5c87f1={};_0x5c87f1['qYdKH']=function(_0x39abee,_0x1556df){return _0x39abee>_0x1556df;},_0x5c87f1['wNIPC']=function(_0x584e2d,_0x155c00){return _0x584e2d-_0x155c00;},_0x5c87f1['hwzzM']=function(_0x4c3605,_0x2e0b29){return _0x4c3605>_0x2e0b29;},_0x5c87f1[_0x332e0e(0x1d4)]=function(_0x79883b,_0x2f9608){return _0x79883b>_0x2f9608;},_0x5c87f1[_0x332e0e(0x1c2)]=function(_0xfaf4b0,_0xb5c701){return _0xfaf4b0>_0xb5c701;},_0x5c87f1['qKujj']=function(_0x379399,_0x3dfdc4){return _0x379399>_0x3dfdc4;},_0x5c87f1[_0x332e0e(0x1d8)]=function(_0x1db1d2,_0x5a7e3e){return _0x1db1d2>_0x5a7e3e;},_0x5c87f1[_0x332e0e(0x1c9)]=function(_0xb61ea,_0x3cb958){return _0xb61ea+_0x3cb958;},_0x5c87f1[_0x332e0e(0x1be)]=function(_0x11391e,_0xd74e1d){return _0x11391e+_0xd74e1d;},_0x5c87f1[_0x332e0e(0x1d5)]=function(_0x595440,_0x334cf1){return _0x595440+_0x334cf1;},_0x5c87f1[_0x332e0e(0x1b3)]=function(_0x54ab53,_0x51dac7){return _0x54ab53+_0x51dac7;},_0x5c87f1[_0x332e0e(0x21f)]=function(_0x4cc939,_0x416d2f){return _0x4cc939===_0x416d2f;},_0x5c87f1[_0x332e0e(0x1fa)]=function(_0x3a5d98,_0xc959ea){return _0x3a5d98===_0xc959ea;},_0x5c87f1[_0x332e0e(0x1f1)]=_0x332e0e(0x20e);const _0x3aa3e8=_0x5c87f1;let _0x123bec=0x0;if(_0x3aa3e8[_0x332e0e(0x1fa)](_0x2dc375[_0x332e0e(0x21c)],0x0))return _0x123bec;return console['log'](chalk[_0x332e0e(0x1b5)][_0x332e0e(0x1f3)](_0x3aa3e8[_0x332e0e(0x1f1)])),_0x2dc375[_0x332e0e(0x1cf)](_0x1e35d3=>{const _0x2b146c=_0x332e0e,_0x5d790e=_0x1e35d3[0x0],_0x2a9381=_0x1e35d3[0x1];console[_0x2b146c(0x1c8)]('\x0a'+chalk[_0x2b146c(0x1b5)][_0x2b146c(0x1b1)](''+helper[_0x2b146c(0x209)](_0x5d790e)));const _0x4dc6f0=_0x2a9381[_0x2b146c(0x1c6)],_0x51ec69=_0x2a9381[_0x2b146c(0x1b7)],_0x318223=_0x2a9381[_0x2b146c(0x1ee)],_0x1cfd23=_0x2a9381[_0x2b146c(0x1c4)],_0x2ff243=_0x2a9381['stepsPassed'],_0x16f5bb=_0x2a9381[_0x2b146c(0x21d)],_0xbcaac6=_0x2a9381['stepsPending'],_0x5b0608=_0x2a9381[_0x2b146c(0x219)],_0x3c7e89=_0x2a9381[_0x2b146c(0x213)],_0x5e0688=_0x2a9381[_0x2b146c(0x1f5)],_0x1cea23=_0x2a9381[_0x2b146c(0x1de)];let _0x17099d=_0x4dc6f0+'\x20scenarios';const _0x259306=_0x3aa3e8[_0x2b146c(0x1d9)](_0x3aa3e8[_0x2b146c(0x1ac)](_0x4dc6f0,_0x318223),0x0)?_0x3aa3e8[_0x2b146c(0x1ac)](_0x4dc6f0,_0x318223):0x0;if(_0x3aa3e8['qYdKH'](_0x318223,0x0)&&_0x3aa3e8[_0x2b146c(0x1d9)](_0x259306,0x0))_0x17099d+='\x20('+chalk[_0x2b146c(0x1b5)]['red'](_0x318223+'\x20failed')+',\x20'+chalk[_0x2b146c(0x1b5)][_0x2b146c(0x20f)](_0x259306+_0x2b146c(0x1db))+')';else(_0x3aa3e8[_0x2b146c(0x1e1)](_0x318223,0x0)||_0x3aa3e8[_0x2b146c(0x1d4)](_0x259306,0x0))&&(_0x17099d+=_0x3aa3e8['Tlquk'](_0x318223,0x0)?'\x20('+chalk[_0x2b146c(0x1b5)][_0x2b146c(0x1ca)](_0x318223+_0x2b146c(0x218))+')':'\x20('+chalk[_0x2b146c(0x1b5)]['green'](_0x259306+_0x2b146c(0x1db))+')');const _0x456c7a=_0x51ec69+_0x2b146c(0x1d2),_0x255d2f=[];_0x3aa3e8[_0x2b146c(0x1d9)](_0x5e0688,0x0)&&_0x255d2f['push'](''+chalk[_0x2b146c(0x1b5)][_0x2b146c(0x1ca)](_0x5e0688+_0x2b146c(0x1ce)));_0x3aa3e8['wAfRq'](_0x1cfd23,0x0)&&_0x255d2f[_0x2b146c(0x216)](''+chalk['bold'][_0x2b146c(0x1ca)](_0x1cfd23+_0x2b146c(0x218)));_0x3aa3e8['qKujj'](_0x2ff243,0x0)&&_0x255d2f[_0x2b146c(0x216)](''+chalk['bold'][_0x2b146c(0x20f)](_0x2ff243+'\x20passed'));_0x3aa3e8[_0x2b146c(0x1c2)](_0xbcaac6,0x0)&&_0x255d2f['push'](''+chalk[_0x2b146c(0x1b5)][_0x2b146c(0x1b1)](_0xbcaac6+_0x2b146c(0x206)));_0x3aa3e8[_0x2b146c(0x1d8)](_0x16f5bb,0x0)&&_0x255d2f[_0x2b146c(0x216)](''+chalk[_0x2b146c(0x1b5)]['cyan'](_0x16f5bb+_0x2b146c(0x214)));_0x3aa3e8[_0x2b146c(0x1d9)](_0x5b0608,0x0)&&_0x255d2f[_0x2b146c(0x216)](''+chalk[_0x2b146c(0x1b5)][_0x2b146c(0x1b1)](_0x5b0608+_0x2b146c(0x1ad)));_0x3aa3e8[_0x2b146c(0x1e1)](_0x3c7e89,0x0)&&_0x255d2f[_0x2b146c(0x216)](''+chalk[_0x2b146c(0x1b5)][_0x2b146c(0x1b1)](_0x3c7e89+_0x2b146c(0x214)));const _0x6a2faa=_0x3aa3e8[_0x2b146c(0x1c9)](_0x3aa3e8[_0x2b146c(0x1c9)](_0x3aa3e8['sYISX'](_0x456c7a,'('),_0x255d2f[_0x2b146c(0x1a8)](',\x20')),')');console['log'](_0x3aa3e8[_0x2b146c(0x1be)](_0x3aa3e8[_0x2b146c(0x1d5)](_0x3aa3e8[_0x2b146c(0x1be)](_0x3aa3e8[_0x2b146c(0x1b3)]('\x0a',_0x17099d),'\x0a'),_0x6a2faa),'\x0a')),_0x3aa3e8[_0x2b146c(0x21f)](_0x1cea23,![])&&(_0x123bec=0x1);}),_0x123bec;}function a5_0x5aa7(_0x2d20e9,_0x286892){const _0x4bedb7=a5_0x4bed();return a5_0x5aa7=function(_0x5aa7f4,_0x178d0f){_0x5aa7f4=_0x5aa7f4-0x1a8;let _0xd5d1f9=_0x4bedb7[_0x5aa7f4];return _0xd5d1f9;},a5_0x5aa7(_0x2d20e9,_0x286892);}async function run(_0x4b8d1a,_0x15feac){const _0x327e71=a5_0x21e991,_0x29f8ce={'nOhdd':function(_0x5d062b,_0x5ba4cd){return _0x5d062b(_0x5ba4cd);},'xWhNW':function(_0x154173,_0x1f04a7){return _0x154173>_0x1f04a7;},'MNKBA':_0x327e71(0x1b8),'qQrIX':_0x327e71(0x1e0),'sXiQa':_0x327e71(0x208),'wuQXR':_0x327e71(0x1aa),'szBli':_0x327e71(0x1e5),'KkaCO':'tmp','slinM':function(_0xb6b7e0,_0x2a98fe){return _0xb6b7e0-_0x2a98fe;},'huPgu':function(_0x5c7013,_0x2dc864){return _0x5c7013>=_0x2dc864;},'ppKVz':function(_0x5a7d84,_0x22c8fe){return _0x5a7d84!=_0x22c8fe;},'cYYic':_0x327e71(0x1f2),'uAKdY':function(_0x23ed7b,_0x3e2426,_0x5bd1b5,_0x5b3f54,_0x56f345,_0x135a60){return _0x23ed7b(_0x3e2426,_0x5bd1b5,_0x5b3f54,_0x56f345,_0x135a60);}},_0x5a2386=new BrowserStackSetup(_0x4b8d1a,_0x29f8ce[_0x327e71(0x1e6)]);await _0x5a2386[_0x327e71(0x1f0)](),helper[_0x327e71(0x1fb)](_0x5a2386[_0x327e71(0x1af)],_0x4b8d1a);!helper[_0x327e71(0x1ec)]()&&await _0x5a2386['setupTCGAuth']();await helper[_0x327e71(0x1d3)](_0x5a2386[_0x327e71(0x1e2)]);const _0x1c0130=helper[_0x327e71(0x1d1)](_0x5a2386[_0x327e71(0x1e2)]),_0x427558=helper[_0x327e71(0x1e3)](_0x5a2386[_0x327e71(0x1e2)],_0x1c0130,constants[_0x327e71(0x1dc)][_0x327e71(0x210)]);if(!_0x5a2386['config'])return;const _0x133e3f=_0x5a2386[_0x327e71(0x1e2)]['parallelsPerPlatform']||helper[_0x327e71(0x20d)](_0x4b8d1a,_0x15feac,_0x5a2386[_0x327e71(0x1e2)],constants[_0x327e71(0x1dc)][_0x327e71(0x210)])||0x1,_0x12517f={'server':helper[_0x327e71(0x1bc)](_0x5a2386['config']),'proxySettings':_0x5a2386[_0x327e71(0x1e2)][_0x327e71(0x1da)],'maxWorkers':_0x133e3f,'browserStackLogLevel':_0x5a2386[_0x327e71(0x1e2)][_0x327e71(0x1c7)],'skipSessionName':_0x5a2386[_0x327e71(0x1e2)][_0x327e71(0x201)][_0x327e71(0x207)],'skipSessionStatus':_0x5a2386['config'][_0x327e71(0x201)][_0x327e71(0x21e)],'turboScaleUrl':_0x5a2386[_0x327e71(0x1e2)]['turboScaleUrl']},_0x45741f=process[_0x327e71(0x1b9)],[_0x50e9ee,_0x258c6e]=helper[_0x327e71(0x204)](_0x45741f),_0x3029f3=path[_0x327e71(0x1a8)](process[_0x327e71(0x1dd)](),_0x29f8ce['KkaCO']);if(_0x29f8ce['xWhNW'](_0x258c6e[_0x327e71(0x21c)],0x0)){helper['createDir'](_0x3029f3);for(let _0xbe2138=_0x29f8ce[_0x327e71(0x1fe)](_0x50e9ee[_0x327e71(0x21c)],0x1);_0x29f8ce[_0x327e71(0x217)](_0xbe2138,0x0);_0xbe2138--){_0x45741f[_0x327e71(0x1b0)](_0x50e9ee[_0xbe2138],0x2);}}!helper[_0x327e71(0x1c0)](_0x5a2386['config']['accessibilityOptions'])&&(process[_0x327e71(0x200)][_0x327e71(0x1b6)]=JSON['stringify'](_0x5a2386[_0x327e71(0x1e2)][_0x327e71(0x1bf)]));_0x29f8ce['ppKVz'](_0x5a2386[_0x327e71(0x1e2)][_0x327e71(0x1cb)],null)?process[_0x327e71(0x200)][_0x327e71(0x1bd)]=_0x5a2386[_0x327e71(0x1e2)][_0x327e71(0x1cb)]:process[_0x327e71(0x200)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x29f8ce[_0x327e71(0x21b)];const _0xd53e6f=await TestHubHandler[_0x327e71(0x1f8)](constants[_0x327e71(0x1dc)]['CUCUMBER'],_0x5a2386);PerformanceTester['end'](PerformanceEvents[_0x327e71(0x205)]);let _0x20294a;_0x29f8ce[_0x327e71(0x1f6)](parallelCucumberRun,_0x427558,_0x12517f,_0x5a2386[_0x327e71(0x1e2)],_0x45741f,_0x258c6e)[_0x327e71(0x1e8)](async _0x3f64f8=>{const _0xbc1514=_0x327e71;PerformanceTester['start'](PerformanceEvents[_0xbc1514(0x1df)]),_0x20294a=_0x3f64f8;const _0x4ecb7a=_0x29f8ce['nOhdd'](printCucumberStats,_0x3f64f8);process['exitCode']=_0x4ecb7a,_0x29f8ce[_0xbc1514(0x203)](_0x258c6e[_0xbc1514(0x21c)],0x0)&&(logger[_0xbc1514(0x1cd)](_0x29f8ce['MNKBA']),helper[_0xbc1514(0x1ab)](_0x3029f3,_0x258c6e),logger['debug'](_0x29f8ce['qQrIX']),helper[_0xbc1514(0x1ba)](_0x3029f3));})[_0x327e71(0x1d7)](async()=>{const _0x2a0c68=_0x327e71;PerformanceTester[_0x2a0c68(0x202)](PerformanceEvents[_0x2a0c68(0x1df)]),_0x5a2386['errorMessage']=helper[_0x2a0c68(0x215)](_0x20294a,_0x29f8ce[_0x2a0c68(0x1ae)]),testOpsHelper[_0x2a0c68(0x1cc)]();try{await TestHubHandler[_0x2a0c68(0x1f7)]();}catch(_0x4f6a04){logger[_0x2a0c68(0x1cd)](_0x2a0c68(0x1e4)+util['format'](_0x4f6a04));}try{const {browserstackFolderPath:_0x4623bf,tcgConfigPath:_0x1ade8a}=helper['getTCGConfigFilePaths']();fs[_0x2a0c68(0x1fc)](_0x1ade8a),fs[_0x2a0c68(0x1d0)](_0x4623bf);}catch(_0x3ec69a){logger[_0x2a0c68(0x1cd)](_0x29f8ce[_0x2a0c68(0x1b4)],_0x3ec69a);}await utilities[_0x2a0c68(0x1ed)](_0x5a2386);});}module[a5_0x21e991(0x1ff)]=run;function a5_0x4bed(){const _0x29e361=['SDK_CLEANUP','Removing\x20tmp\x20directory\x20created\x20for\x20reports','hwzzM','config','prepareCapabilities','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','cucumber-js','szBli','../../helpers/test-observability/utils','then','../../helpers/utilities','569866BbqoZX','374tRexjm','isBrowserstackInfra','finalExecution','scenariosFailed','EVENTS','initialize','qsxQE','true','bgWhite','8584362UEVVZI','stepsAmbiguous','uAKdY','stop','launchBuild','5795580YPXlqQ','mSLJq','setUserConfigPath','unlinkSync','213980erNxdl','slinM','exports','env','testContextOptions','start','xWhNW','parseFormatters','SDK_SETUP','\x20pending','skipSessionName','cucumber','getPlatformName','4091260cSGTFG','3tzTyHd','../../helpers/performance/constants','getUserWorkerCount','****\x20RESULTS\x20****','green','CUCUMBER','../../helpers/logger','9hAyhlX','stepsUnknown','\x20skipped','getErrorMessageFromResults','push','huPgu','\x20failed','stepsUndefined','../../helpers/performance/performance-tester','cYYic','length','stepsSkipped','skipSessionStatus','gCAco','join','../../helpers/helper','error\x20removing\x20tcg\x20config\x20file','mergeOutputFiles','wNIPC','\x20undefined','sXiQa','framework','splice','yellow','11679240KpdCnw','pmwwd','wuQXR','bold','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','steps','Generating\x20consolidated\x20report...','argv','removeDir','5747861MFIlKA','getHubUrl','BROWSERSTACK_TEST_OBSERVABILITY_YML','sYISX','accessibilityOptions','isUndefined','../../helpers/testhub/testhubHandler','wAfRq','5iIREdN','stepsFailed','../../helpers/BrowserStackSetup','scenarios','logLevel','log','oydMl','red','testObservability','printBuildLink','debug','\x20ambiguous','forEach','rmdirSync','useW3C','\x20steps','handleApp','Tlquk','XHUZp','path','finally','jhVvm','qYdKH','proxySettings','\x20passed','FRAMEWORKS','cwd','processSuccess'];a5_0x4bed=function(){return _0x29e361;};return a5_0x4bed();}