browserstack-node-sdk 1.34.56 → 1.34.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x1f1cf8=a1_0x1504;(function(_0x21f243,_0x2a84cd){const _0x27faf5=a1_0x1504,_0x4c4bb2=_0x21f243();while(!![]){try{const _0xa4e378=-parseInt(_0x27faf5(0x22a))/0x1+-parseInt(_0x27faf5(0x287))/0x2+parseInt(_0x27faf5(0x214))/0x3+parseInt(_0x27faf5(0x261))/0x4+-parseInt(_0x27faf5(0x22e))/0x5*(parseInt(_0x27faf5(0x216))/0x6)+parseInt(_0x27faf5(0x22b))/0x7+-parseInt(_0x27faf5(0x2af))/0x8;if(_0xa4e378===_0x2a84cd)break;else _0x4c4bb2['push'](_0x4c4bb2['shift']());}catch(_0x4b787d){_0x4c4bb2['push'](_0x4c4bb2['shift']());}}}(a1_0x2a06,0x96115));function a1_0x1504(_0x18fcd,_0x54b462){const _0x2a062e=a1_0x2a06();return a1_0x1504=function(_0x15047f,_0x203f10){_0x15047f=_0x15047f-0x1f4;let _0x1f611b=_0x2a062e[_0x15047f];return _0x1f611b;},a1_0x1504(_0x18fcd,_0x54b462);}const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x1f1cf8(0x213)),logger=require(a1_0x1f1cf8(0x1f7))['winstonLogger'],testOpsHelper=require(a1_0x1f1cf8(0x203)),requestSpy=require(a1_0x1f1cf8(0x1f9)),PlaywrightSessionDetails=require(a1_0x1f1cf8(0x21b)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1f1cf8(0x29d)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1f1cf8(0x2ae)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x1f1cf8(0x226)),PerformanceTester=require(a1_0x1f1cf8(0x20e)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x1f1cf8(0x24d)),testHubConstants=require(a1_0x1f1cf8(0x27b)),globals=require(a1_0x1f1cf8(0x295)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x1f1cf8(0x241)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js',a1_0x1f1cf8(0x241)),CodeceptWebDriver=requireModule(a1_0x1f1cf8(0x224),a1_0x1f1cf8(0x241)),CodeceptRecorder=requireModule(a1_0x1f1cf8(0x297),a1_0x1f1cf8(0x241)),CodeceptPlaywright=requireModule(a1_0x1f1cf8(0x2a0),a1_0x1f1cf8(0x241)),playwrightMarkSessionStatus=(_0x12a705,_0x50af4d,_0x2e7b11)=>{const _0x4e2208=a1_0x1f1cf8,_0x972f34={'KcHGm':_0x4e2208(0x2a4),'oOVhK':function(_0x1719ea,_0x2aebe4){return _0x1719ea(_0x2aebe4);}},_0x3d2d94={};_0x3d2d94['status']=_0x50af4d;const _0x44732b={};_0x44732b[_0x4e2208(0x20a)]=_0x972f34[_0x4e2208(0x253)],_0x44732b[_0x4e2208(0x288)]=_0x3d2d94;const _0x193013=_0x44732b;return!_0x972f34['oOVhK'](isUndefined,_0x2e7b11)&&(_0x193013[_0x4e2208(0x288)]['reason']=JSON[_0x4e2208(0x269)](_0x2e7b11)),_0x12a705[_0x4e2208(0x220)](()=>{},_0x4e2208(0x1f6)+JSON['stringify'](_0x193013));},o11ySync=PerformanceTester[a1_0x1f1cf8(0x232)](PerformanceO11yEvents['SYNC'],async _0x3cbb9d=>{const _0x54eaf5=a1_0x1f1cf8,_0x568876={};_0x568876[_0x54eaf5(0x1fa)]=function(_0x5025eb,_0x2dab5f){return _0x5025eb===_0x2dab5f;},_0x568876[_0x54eaf5(0x2bb)]=_0x54eaf5(0x20c);const _0x394031=_0x568876;_0x394031[_0x54eaf5(0x1fa)](_0x3cbb9d[_0x54eaf5(0x210)]['name'],_0x394031['apoXV'])?await _0x3cbb9d['executeScript'](_0x5d9550=>{},testOpsHelper[_0x54eaf5(0x28b)]()):await _0x3cbb9d[_0x54eaf5(0x220)](testOpsHelper[_0x54eaf5(0x28b)]());}),markSessionName=PerformanceTester[a1_0x1f1cf8(0x232)](PerformanceAutEvents['SESSION_NAME'],async(_0x156cad,_0x221096)=>{const _0x34f87e=a1_0x1f1cf8,_0xc59ea9={};_0xc59ea9['ObZOS']='setSessionName',_0xc59ea9[_0x34f87e(0x299)]=function(_0x4379e2,_0x47bf94){return _0x4379e2===_0x47bf94;},_0xc59ea9[_0x34f87e(0x2b4)]=_0x34f87e(0x20c);const _0x33d4df=_0xc59ea9,_0x5e025d={};_0x5e025d[_0x34f87e(0x208)]=_0x221096;const _0x43e64b={};_0x43e64b[_0x34f87e(0x20a)]=_0x33d4df['ObZOS'],_0x43e64b['arguments']=_0x5e025d;const _0x4762ed=_0x43e64b;_0x33d4df[_0x34f87e(0x299)](_0x156cad[_0x34f87e(0x210)]['name'],_0x33d4df['zJuGz'])?await _0x156cad[_0x34f87e(0x220)](()=>{},'browserstack_executor:\x20'+JSON[_0x34f87e(0x269)](_0x4762ed)):await _0x156cad[_0x34f87e(0x220)](_0x34f87e(0x1f6)+JSON[_0x34f87e(0x269)](_0x4762ed));}),patchSaveScreenshot=_0x255541=>{const _0xa4a56c=a1_0x1f1cf8,_0x4fdf0c={'UwFpJ':_0xa4a56c(0x21f),'RotVp':_0xa4a56c(0x2b8),'JUhkd':function(_0x5a248c){return _0x5a248c();},'TIyRH':function(_0x59a6e5,_0x578104){return _0x59a6e5(_0x578104);},'YLfiU':_0xa4a56c(0x275)};_0x4fdf0c[_0xa4a56c(0x2b9)](isTrue,process[_0xa4a56c(0x285)][_0xa4a56c(0x298)])&&!_0x255541[_0xa4a56c(0x22d)]&&(_0x255541['patchSaveScreenshot']=!![],_0x255541['initSaveScreenshot']=_0x255541['saveScreenshot'],_0x255541['saveScreenshot']=(_0x22a699,_0x120965=![])=>{const _0x374d23={'SrZIM':_0x4fdf0c['UwFpJ'],'zKUFM':_0x4fdf0c['RotVp'],'AqLPe':function(_0x22a8ba){const _0x17c2f2=a1_0x1504;return _0x4fdf0c[_0x17c2f2(0x29f)](_0x22a8ba);},'bVynP':function(_0x3b2260,_0x3f5a75){const _0x411308=a1_0x1504;return _0x4fdf0c[_0x411308(0x2b9)](_0x3b2260,_0x3f5a75);},'oNlQY':_0x4fdf0c['YLfiU']};return new Promise(function(_0x50fe45,_0x54686e){const _0x10c8e7=a1_0x1504;_0x255541[_0x10c8e7(0x29e)](_0x22a699,_0x120965)[_0x10c8e7(0x2b2)](()=>{const _0x1314b2=_0x10c8e7,_0x5c7f5e=CodeceptUtils[_0x1314b2(0x268)](_0x22a699);if(_0x5c7f5e){const _0x53da3e=fs[_0x1314b2(0x2c5)](_0x5c7f5e);process[_0x1314b2(0x2c2)]('bs:addLog:'+process[_0x1314b2(0x204)],{'timestamp':new Date()[_0x1314b2(0x201)](),'message':_0x53da3e[_0x1314b2(0x242)](_0x374d23[_0x1314b2(0x223)]),'kind':_0x374d23['zKUFM']}),_0x374d23[_0x1314b2(0x26f)](_0x50fe45);}_0x374d23['bVynP'](_0x54686e,new Error(_0x374d23[_0x1314b2(0x267)]));})[_0x10c8e7(0x217)](()=>null);});});},patchWebDriverBefore=_0x2ac041=>{const _0x207fa8=a1_0x1f1cf8,_0x740790={'tfthv':function(_0x40430e){return _0x40430e();},'vchMF':function(_0x3e3c44,_0x2967d2){return _0x3e3c44(_0x2967d2);},'IrmPo':function(_0x996042,_0x272ead){return _0x996042===_0x272ead;},'NNcaV':'Element'},_0x24de10=async function(_0x2db65b,_0x5b346a){const _0x32b38e=a1_0x1504;return _0x740790['tfthv'](isAccessibilityAutomationSession)&&!global[_0x32b38e(0x221)]&&global[_0x32b38e(0x2ba)]&&scripts[_0x32b38e(0x272)](_0x2db65b[_0x32b38e(0x208)])&&_0x740790[_0x32b38e(0x27c)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x32b38e(0x221)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x32b38e(0x2bc)],async()=>{const _0x1994d6=_0x32b38e;logger[_0x1994d6(0x25f)]('Performing\x20scan\x20for\x20'+_0x2db65b[_0x1994d6(0x250)]+'\x20'+_0x2db65b[_0x1994d6(0x208)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x2ac041,scripts['performScan']);},{'command':_0x2db65b[_0x32b38e(0x208)]})()),global[_0x32b38e(0x221)]=![],_0x5b346a['apply'](this,Array[_0x32b38e(0x25d)][_0x32b38e(0x2c0)][_0x32b38e(0x29c)](arguments,0x2));},_0x3b8104=CodeceptWebDriver[_0x207fa8(0x25d)][_0x207fa8(0x1fb)];CodeceptWebDriver[_0x207fa8(0x25d)]['_before']=async function(){const _0x96124=_0x207fa8;try{await _0x3b8104[_0x96124(0x270)](this,arguments);}catch(_0x11f9dd){logger['debug'](_0x96124(0x1fd)+util[_0x96124(0x1ff)](_0x11f9dd));}scripts[_0x96124(0x290)][_0x96124(0x286)](_0x3521c5=>_0x3521c5[_0x96124(0x208)]&&_0x3521c5[_0x96124(0x250)])[_0x96124(0x279)](_0x52b9c4=>{const _0x11e864=_0x96124;this[_0x11e864(0x23a)][_0x11e864(0x252)](_0x52b9c4[_0x11e864(0x208)],_0x24de10[_0x11e864(0x243)](this,_0x52b9c4),_0x740790[_0x11e864(0x28e)](_0x52b9c4[_0x11e864(0x250)],_0x740790[_0x11e864(0x28f)]));}),_0x740790[_0x96124(0x27c)](processWebDriverConfig,_0x2ac041);};},patchPlaywrightBefore=()=>{const _0xfbb275=a1_0x1f1cf8;PlaywrightSessionDetails['patch']();const _0x211051=CodeceptPlaywright['prototype'][_0xfbb275(0x1fb)];CodeceptPlaywright[_0xfbb275(0x25d)][_0xfbb275(0x1fb)]=async function(){const _0x3a9bff=_0xfbb275;this['browserContext']=await this[_0x3a9bff(0x23a)][_0x3a9bff(0x247)]()[0x0],await _0x211051[_0x3a9bff(0x270)](this,arguments);};},getCodeceptDriver=()=>{const _0x33d9c5=a1_0x1f1cf8,_0x19eb07={};_0x19eb07[_0x33d9c5(0x2a2)]=_0x33d9c5(0x238),_0x19eb07['YUTHe']=_0x33d9c5(0x20c),_0x19eb07[_0x33d9c5(0x28d)]=_0x33d9c5(0x21c),_0x19eb07[_0x33d9c5(0x235)]=_0x33d9c5(0x271);const _0x23aa9f=_0x19eb07,_0x10c5c4=[_0x23aa9f[_0x33d9c5(0x2a2)],_0x23aa9f[_0x33d9c5(0x2a6)],_0x23aa9f[_0x33d9c5(0x28d)],_0x23aa9f['jInCU']],_0x4222f1=_0x10c5c4[_0x33d9c5(0x281)](_0x1f0c93=>!!CodeceptJS[_0x33d9c5(0x24e)][_0x33d9c5(0x257)](_0x1f0c93));if(!_0x4222f1)return null;return CodeceptJS[_0x33d9c5(0x24e)]['helpers'](_0x4222f1);};module[a1_0x1f1cf8(0x229)]=function(_0xe2a094){const _0x5aa89f=a1_0x1f1cf8,_0x13217d={'QRhjm':function(_0xf74a6e){return _0xf74a6e();},'LkHPF':function(_0x1adfe7,_0x3540ff){return _0x1adfe7(_0x3540ff);},'jDRcd':_0x5aa89f(0x273),'ShdqT':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','xEQXQ':_0x5aa89f(0x233),'ZaajG':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','YWnfD':'hook-started','asvMt':_0x5aa89f(0x255),'bUKIF':_0x5aa89f(0x225),'TpcOv':'browserstackTestName','lkeSd':function(_0x46ae59){return _0x46ae59();},'VgUEA':_0x5aa89f(0x266),'VSSnj':function(_0x6ce984,_0x4fe609){return _0x6ce984(_0x4fe609);},'pcFHx':function(_0x128885,_0x42f0aa,_0x3fb325){return _0x128885(_0x42f0aa,_0x3fb325);},'sLnId':function(_0x59d94e,_0x358789){return _0x59d94e(_0x358789);},'wuJxe':_0x5aa89f(0x245),'ZBavN':function(_0x3062da){return _0x3062da();},'TEfwE':function(_0x1090e2,_0x27661c,_0x263569){return _0x1090e2(_0x27661c,_0x263569);},'EKQmb':_0x5aa89f(0x237),'hHcxB':function(_0xa02c){return _0xa02c();},'mJGhR':function(_0xe2567d,_0x4aaf0c,_0x1c7c6d,_0x19fa09){return _0xe2567d(_0x4aaf0c,_0x1c7c6d,_0x19fa09);},'HybMT':function(_0x149e6c,_0x50363b,_0x157289,_0x446cab){return _0x149e6c(_0x50363b,_0x157289,_0x446cab);},'BxOXd':function(_0x20dc03,_0x4041ba){return _0x20dc03===_0x4041ba;},'xHyne':_0x5aa89f(0x236),'CMOVN':'test-failed','pnaYR':_0x5aa89f(0x20b),'NGuzD':_0x5aa89f(0x26e),'kiIBa':function(_0xccb557){return _0xccb557();},'inDKG':function(_0x28b164,_0x193888,_0x24bf66){return _0x28b164(_0x193888,_0x24bf66);},'wACwO':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','aNEcz':'test-after','qEdFf':_0x5aa89f(0x26b),'hhavm':_0x5aa89f(0x2b6),'BlAXL':_0x5aa89f(0x206),'CbPwD':_0x5aa89f(0x218),'OhiMJ':'bddStep-after','ZhCKD':_0x5aa89f(0x20c)};_0xe2a094[_0x5aa89f(0x228)]&&(global[_0x5aa89f(0x202)]=_0xe2a094[_0x5aa89f(0x228)]);PerformanceTester[_0x5aa89f(0x25a)]();const _0x1a05f7=_0x13217d[_0x5aa89f(0x292)](getCodeceptDriver),_0xea4ed5=new O11yHelper(_0x1a05f7,_0xe2a094),_0x50531d=!!CodeceptJS[_0x5aa89f(0x24e)]['helpers'](_0x13217d[_0x5aa89f(0x284)]);global[_0x5aa89f(0x259)]=_0x1a05f7,_0x1a05f7&&(PerformanceTester[_0x5aa89f(0x232)](PerformanceEvents[_0x5aa89f(0x209)],()=>{const _0x1db04b=_0x5aa89f;_0x50531d?_0x13217d[_0x1db04b(0x2a5)](patchPlaywrightBefore):_0x13217d[_0x1db04b(0x1f4)](patchWebDriverBefore,_0x1a05f7);})(),PerformanceTester[_0x5aa89f(0x232)](PerformanceEvents[_0x5aa89f(0x24c)],()=>{const _0xa14712=_0x5aa89f,_0x37b828={};_0x37b828[_0xa14712(0x23f)]=_0x13217d['jDRcd'],_0x37b828['pXfFi']=_0x13217d['ShdqT'],_0x37b828['TFtcJ']=_0x13217d[_0xa14712(0x2ab)],_0x37b828['pxwPn']=_0x13217d[_0xa14712(0x26c)];const _0x17c9bb=_0x37b828;_0x1a05f7[_0xa14712(0x273)]=async()=>{const _0x3f3c4c=_0xa14712;if(global[_0x3f3c4c(0x2ba)]){const _0x11a946={};_0x11a946[_0x3f3c4c(0x2a1)]=_0x17c9bb[_0x3f3c4c(0x23f)],await PerformanceTester[_0x3f3c4c(0x232)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x46e6d3=_0x3f3c4c;await AccessibilityHelper['browserStackExecuteDriver'](_0x1a05f7,scripts[_0x46e6d3(0x248)]);},_0x11a946)(),await PerformanceTester[_0x3f3c4c(0x232)](PerformanceA11yEvents[_0x3f3c4c(0x262)],async()=>{const _0x19383e=_0x3f3c4c;await AccessibilityHelper[_0x19383e(0x200)](_0x1a05f7,scripts[_0x19383e(0x296)]);})();}else return logger['warn'](_0x17c9bb[_0x3f3c4c(0x24a)]),{};},_0x1a05f7['getAccessibilityResults']=async()=>{const _0x5134c1=_0xa14712;if(global[_0x5134c1(0x2ba)]){const _0x1b4cbe={};_0x1b4cbe['command']=_0x17c9bb['TFtcJ'],await PerformanceTester[_0x5134c1(0x232)](PerformanceA11yEvents[_0x5134c1(0x2bc)],async()=>{const _0x1a4175=_0x5134c1;await AccessibilityHelper[_0x1a4175(0x200)](_0x1a05f7,scripts[_0x1a4175(0x248)]);},_0x1b4cbe)(),await PerformanceTester[_0x5134c1(0x232)](PerformanceA11yEvents[_0x5134c1(0x22c)],async()=>{const _0x2e144e=_0x5134c1;await AccessibilityHelper['browserStackExecuteDriver'](_0x1a05f7,scripts[_0x2e144e(0x27a)]);})();}else return logger[_0x5134c1(0x21d)](_0x17c9bb[_0x5134c1(0x293)]),{};},_0x13217d[_0xa14712(0x1f4)](patchSaveScreenshot,_0x1a05f7);})()),CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x22f)]['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x212)][_0x5aa89f(0x230)],()=>{const _0x1454ae=_0x5aa89f;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0xea4ed5['start'](),testOpsHelper[_0x1454ae(0x222)](),PerformanceTester['end'](PerformanceEvents[_0x1454ae(0x1fe)]);}catch(_0x5a1ba2){PerformanceTester[_0x1454ae(0x256)](_0x5a1ba2),PerformanceTester['end'](PerformanceEvents[_0x1454ae(0x1fe)],![],_0x5a1ba2);}}),CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x22f)]['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x212)]['after'],async()=>{const _0x244b4a=_0x5aa89f;PerformanceTester[_0x244b4a(0x249)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy['restore'](),await _0xea4ed5[_0x244b4a(0x239)](),PerformanceTester['end'](PerformanceEvents[_0x244b4a(0x291)]);}catch(_0xed7492){PerformanceTester['captureError'](_0xed7492),PerformanceTester['end'](PerformanceEvents[_0x244b4a(0x291)],![],_0xed7492);}finally{PerformanceTester[_0x244b4a(0x2ac)]();}}),CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x22f)]['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x28a)][_0x5aa89f(0x2b7)],_0x1abbb8=>{const _0x5c41ed=_0x5aa89f;PerformanceTester[_0x5c41ed(0x249)](PerformanceEvents[_0x5c41ed(0x274)]);try{const _0x829af9=_0x1abbb8['ctx'][_0x5c41ed(0x276)],_0x534867=_0xea4ed5['captureEvent'](TEST_EVENTS[_0x5c41ed(0x244)],_0x829af9);CodeceptRecorder['add'](()=>_0xea4ed5['fireEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x534867));const _0x5d4d0b={};_0x5d4d0b[_0x5c41ed(0x277)]=_0x13217d['YWnfD'],PerformanceTester[_0x5c41ed(0x294)](PerformanceEvents[_0x5c41ed(0x274)],!![],null,_0x5d4d0b);}catch(_0x33f94e){const _0x39d113={};_0x39d113[_0x5c41ed(0x277)]=_0x13217d['YWnfD'],PerformanceTester[_0x5c41ed(0x294)](PerformanceEvents['SDK_HOOK'],![],_0x33f94e,_0x39d113),PerformanceTester[_0x5c41ed(0x256)](_0x33f94e);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x28a)]['passed'],_0x34d7fc=>{const _0x56dd02=_0x5aa89f,_0x415a81={};_0x415a81['hookType']=_0x13217d[_0x56dd02(0x254)],PerformanceTester[_0x56dd02(0x249)](PerformanceHookEvents[_0x56dd02(0x274)],!![],null,_0x415a81);try{const _0x5e3f37=_0x34d7fc['ctx'][_0x56dd02(0x276)],_0x43cfe2=_0xea4ed5[_0x56dd02(0x24b)](TEST_EVENTS[_0x56dd02(0x246)],_0x5e3f37);CodeceptRecorder[_0x56dd02(0x24f)](()=>_0xea4ed5['fireEvent'](TEST_EVENTS[_0x56dd02(0x246)],_0x43cfe2));const _0x3557c4={};_0x3557c4[_0x56dd02(0x277)]=_0x13217d[_0x56dd02(0x254)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3557c4);}catch(_0x14848c){PerformanceTester[_0x56dd02(0x256)](_0x14848c);const _0x2e9517={};_0x2e9517[_0x56dd02(0x277)]=_0x13217d[_0x56dd02(0x254)],PerformanceTester[_0x56dd02(0x294)](PerformanceHookEvents[_0x56dd02(0x274)],![],_0x14848c,_0x2e9517);}}),CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x22f)]['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x28a)][_0x5aa89f(0x25b)],async(_0x2ba34d,_0x3094f2)=>{const _0x1efee5=_0x5aa89f;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x2e3bfc=_0x2ba34d[_0x1efee5(0x1fc)]['test'],_0x59826a=_0xea4ed5['captureEvent'](TEST_EVENTS[_0x1efee5(0x246)],_0x2e3bfc,_0x3094f2);CodeceptRecorder[_0x1efee5(0x24f)](()=>_0xea4ed5[_0x1efee5(0x215)](TEST_EVENTS[_0x1efee5(0x246)],_0x59826a));const _0x1a7bb5={};_0x1a7bb5[_0x1efee5(0x277)]=_0x13217d[_0x1efee5(0x29a)],PerformanceTester['start'](PerformanceHookEvents[_0x1efee5(0x274)],!![],null,_0x1a7bb5);}catch(_0x3059f9){PerformanceTester[_0x1efee5(0x256)](_0x3059f9);const _0x3366b6={};_0x3366b6[_0x1efee5(0x277)]=_0x13217d[_0x1efee5(0x29a)],PerformanceTester['end'](PerformanceHookEvents[_0x1efee5(0x274)],![],_0x3059f9,_0x3366b6);}const _0x4e1978={};_0x4e1978[_0x1efee5(0x277)]=_0x13217d[_0x1efee5(0x29a)],PerformanceTester[_0x1efee5(0x294)](PerformanceHookEvents[_0x1efee5(0x274)],!![],null,_0x4e1978);}),CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x22f)]['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x276)][_0x5aa89f(0x230)],_0x4edb95=>{const _0x27e54d=_0x5aa89f;PerformanceTester['start'](PerformanceHookEvents[_0x27e54d(0x274)]);try{globals[_0x27e54d(0x25c)](_0x13217d[_0x27e54d(0x21e)],_0x4edb95[_0x27e54d(0x25e)]);_0x13217d[_0x27e54d(0x292)](isBrowserstackInfra)&&(_0x50531d&&(global['__workerDetails']={'currentTest':{'name':_0x4edb95[_0x27e54d(0x25e)],'testInfo':{'titlePath':_0x4edb95[_0x27e54d(0x20f)]()}}}));const _0x550538={};_0x550538[_0x27e54d(0x277)]=_0x13217d[_0x27e54d(0x23e)],PerformanceTester[_0x27e54d(0x294)](PerformanceHookEvents[_0x27e54d(0x274)],!![],null,_0x550538);}catch(_0x2bc629){PerformanceTester[_0x27e54d(0x256)](_0x2bc629);const _0x3453c7={};_0x3453c7[_0x27e54d(0x277)]=_0x13217d[_0x27e54d(0x23e)],PerformanceTester[_0x27e54d(0x294)](PerformanceHookEvents[_0x27e54d(0x274)],![],_0x2bc629,_0x3453c7);}}),CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x22f)]['on'](CodeceptJS['event'][_0x5aa89f(0x276)]['started'],_0x19c1c6=>{const _0x4c6547=_0x5aa89f,_0x32ee2c={'CxyqR':function(_0x49a60e){return _0x13217d['QRhjm'](_0x49a60e);},'AomiD':function(_0x3423b0,_0x384458){return _0x13217d['VSSnj'](_0x3423b0,_0x384458);},'NqaEX':function(_0x1f233b,_0x25efa6,_0x14055d){return _0x13217d['pcFHx'](_0x1f233b,_0x25efa6,_0x14055d);},'glteh':function(_0x44fb80,_0x57f67e){const _0xaddf5c=a1_0x1504;return _0x13217d[_0xaddf5c(0x27f)](_0x44fb80,_0x57f67e);}};PerformanceTester[_0x4c6547(0x249)](PerformanceHookEvents[_0x4c6547(0x274)]);try{globals['setGlobal'](_0x13217d['TpcOv'],_0x19c1c6['title']);const _0x3c2986=_0xea4ed5['captureEvent'](TEST_EVENTS[_0x4c6547(0x211)],_0x19c1c6);CodeceptRecorder[_0x4c6547(0x24f)](()=>_0xea4ed5['fireEvent'](TEST_EVENTS[_0x4c6547(0x211)],_0x3c2986)),CodeceptRecorder['add'](async()=>{const _0x2451d1=_0x4c6547;_0x32ee2c[_0x2451d1(0x1f5)](isBrowserstackInfra)&&(!_0x32ee2c['AomiD'](isTrue,_0xe2a094[_0x2451d1(0x2ad)])&&await _0x32ee2c[_0x2451d1(0x2bf)](markSessionName,_0x1a05f7,_0x19c1c6[_0x2451d1(0x25e)]),_0xea4ed5[_0x2451d1(0x219)]&&await _0x32ee2c['glteh'](o11ySync,_0x1a05f7));});}catch(_0x3c18db){const _0x5709a1={};_0x5709a1['hookType']=_0x13217d[_0x4c6547(0x23c)],PerformanceTester[_0x4c6547(0x294)](PerformanceHookEvents[_0x4c6547(0x274)],![],_0x3c18db,_0x5709a1),PerformanceTester[_0x4c6547(0x256)](_0x3c18db);}const _0xfbb616={};_0xfbb616[_0x4c6547(0x277)]=_0x13217d[_0x4c6547(0x23c)],PerformanceTester[_0x4c6547(0x294)](PerformanceHookEvents[_0x4c6547(0x274)],!![],null,_0xfbb616);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x276)]['passed'],_0x59b64a=>{const _0x135641=_0x5aa89f,_0x1a08e1={'UAvLL':function(_0x5a4ca7,_0x1afb76,_0x28f61a){return _0x13217d['TEfwE'](_0x5a4ca7,_0x1afb76,_0x28f61a);}};PerformanceTester[_0x135641(0x249)](PerformanceHookEvents[_0x135641(0x274)]);try{const _0x22ed7c=_0xea4ed5['captureEvent'](TEST_EVENTS[_0x135641(0x2a8)],_0x59b64a);CodeceptRecorder[_0x135641(0x24f)](()=>_0xea4ed5[_0x135641(0x215)](TEST_EVENTS[_0x135641(0x2a8)],_0x22ed7c)),CodeceptRecorder[_0x135641(0x24f)](async()=>{const _0x1e740b=_0x135641;_0x13217d['ZBavN'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x1e740b(0x263)],async()=>{const _0x4a11bd=_0x1e740b;_0x50531d?await _0x1a08e1[_0x4a11bd(0x23b)](playwrightMarkSessionStatus,_0x1a05f7,STATE_PASSED):await _0x1a08e1[_0x4a11bd(0x23b)](markSessionStatus,_0x1a05f7,STATE_PASSED);})();}),PerformanceTester[_0x135641(0x294)](PerformanceEvents['SDK_TEST']);}catch(_0x40ed57){PerformanceTester['captureError'](_0x40ed57);const _0x2ef39f={};_0x2ef39f[_0x135641(0x277)]=_0x13217d['EKQmb'],PerformanceTester[_0x135641(0x294)](PerformanceHookEvents[_0x135641(0x274)],![],_0x40ed57,_0x2ef39f),PerformanceTester[_0x135641(0x294)](PerformanceEvents[_0x135641(0x205)],![],_0x40ed57);}const _0x5daa32={};_0x5daa32[_0x135641(0x277)]=_0x13217d['EKQmb'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5daa32);}),CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x22f)]['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x276)][_0x5aa89f(0x25b)],(_0x15488e,_0x1b62af)=>{const _0x6c92da=_0x5aa89f,_0x25e721={'HKChN':function(_0x27ac9e){const _0x3ee090=a1_0x1504;return _0x13217d[_0x3ee090(0x2be)](_0x27ac9e);},'PuliO':function(_0x10c9f6,_0x34aa18,_0xfdc0d5,_0x22f5c9){const _0x6aec63=a1_0x1504;return _0x13217d[_0x6aec63(0x289)](_0x10c9f6,_0x34aa18,_0xfdc0d5,_0x22f5c9);},'ozYYl':function(_0x14164d,_0x25d834,_0x2c2b14,_0x34721c){const _0x531972=a1_0x1504;return _0x13217d[_0x531972(0x2c4)](_0x14164d,_0x25d834,_0x2c2b14,_0x34721c);}};PerformanceTester['start'](PerformanceHookEvents[_0x6c92da(0x274)]);try{if(_0x13217d[_0x6c92da(0x2c1)](_0x15488e['constructor'][_0x6c92da(0x208)],_0x13217d[_0x6c92da(0x283)])){const _0x3a91c8=_0xea4ed5[_0x6c92da(0x24b)](TEST_EVENTS[_0x6c92da(0x26a)],_0x15488e[_0x6c92da(0x1fc)]['currentTest']);CodeceptRecorder[_0x6c92da(0x24f)](()=>_0xea4ed5['fireEvent'](TEST_EVENTS[_0x6c92da(0x26a)],_0x3a91c8));}else{const _0x1eef42=_0xea4ed5[_0x6c92da(0x24b)](TEST_EVENTS[_0x6c92da(0x2a8)],_0x15488e,_0x1b62af);CodeceptRecorder[_0x6c92da(0x24f)](()=>{const _0x3cfdb6=_0x6c92da;try{_0xea4ed5[_0x3cfdb6(0x215)](TEST_EVENTS[_0x3cfdb6(0x2a8)],_0x1eef42);}catch(_0x406d75){logger['debug'](_0x3cfdb6(0x258)+util['format'](_0x406d75)),PerformanceTester[_0x3cfdb6(0x294)](PerformanceEvents[_0x3cfdb6(0x205)],![],_0x406d75);}}),CodeceptRecorder[_0x6c92da(0x24f)](async()=>{const _0x35a7dd=_0x6c92da;try{_0x25e721['HKChN'](isBrowserstackInfra)&&(_0x50531d?await _0x25e721[_0x35a7dd(0x28c)](playwrightMarkSessionStatus,_0x1a05f7,STATE_FAILED,_0x1b62af):await _0x25e721['ozYYl'](markSessionStatus,_0x1a05f7,STATE_FAILED,_0x1b62af));}catch(_0x2f6000){logger[_0x35a7dd(0x25f)](_0x35a7dd(0x23d)+util['format'](_0x2f6000)),PerformanceTester['end'](PerformanceEvents[_0x35a7dd(0x205)],![],_0x2f6000);}});}PerformanceTester['end'](PerformanceEvents[_0x6c92da(0x205)]);}catch(_0x27d00d){PerformanceTester[_0x6c92da(0x256)](_0x27d00d);const _0x4d9bf4={};_0x4d9bf4[_0x6c92da(0x277)]=_0x13217d[_0x6c92da(0x278)],PerformanceTester[_0x6c92da(0x294)](PerformanceHookEvents[_0x6c92da(0x274)],![],_0x27d00d,_0x4d9bf4),PerformanceTester[_0x6c92da(0x294)](PerformanceEvents[_0x6c92da(0x205)],![],_0x27d00d);}const _0x412a96={};_0x412a96[_0x6c92da(0x277)]=_0x13217d[_0x6c92da(0x278)],PerformanceTester['end'](PerformanceHookEvents[_0x6c92da(0x274)],!![],null,_0x412a96);}),CodeceptJS['event'][_0x5aa89f(0x22f)]['on'](CodeceptJS['event'][_0x5aa89f(0x276)]['skipped'],_0x44a376=>{const _0x563814=_0x5aa89f;PerformanceTester[_0x563814(0x249)](PerformanceHookEvents['SDK_HOOK']);try{const _0x566eb8=_0xea4ed5[_0x563814(0x24b)](TEST_EVENTS[_0x563814(0x26a)],_0x44a376);CodeceptRecorder['add'](()=>_0xea4ed5[_0x563814(0x215)](TEST_EVENTS[_0x563814(0x26a)],_0x566eb8)),PerformanceTester[_0x563814(0x294)](PerformanceEvents['SDK_TEST']);}catch(_0x25ebed){PerformanceTester[_0x563814(0x256)](_0x25ebed),PerformanceTester[_0x563814(0x294)](PerformanceEvents[_0x563814(0x205)],![],_0x25ebed);const _0xb92886={};_0xb92886[_0x563814(0x277)]=_0x13217d[_0x563814(0x2aa)],PerformanceTester[_0x563814(0x294)](PerformanceHookEvents[_0x563814(0x274)],![],_0x25ebed,_0xb92886);}const _0x35f6f3={};_0x35f6f3[_0x563814(0x277)]=_0x13217d[_0x563814(0x2aa)],PerformanceTester[_0x563814(0x294)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x35f6f3);}),CodeceptJS[_0x5aa89f(0x282)]['dispatcher']['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x276)][_0x5aa89f(0x2b0)],async(_0x40aa81,_0x4ffc73)=>{const _0x35a71e=_0x5aa89f,_0x2f4467={};_0x2f4467[_0x35a71e(0x2b1)]=_0x13217d[_0x35a71e(0x251)];const _0x579081=_0x2f4467;try{PerformanceTester[_0x35a71e(0x249)](PerformanceHookEvents[_0x35a71e(0x274)]);if(_0x13217d[_0x35a71e(0x2a9)](isBrowserstackInfra)){const _0x5e86e1=_0x13217d[_0x35a71e(0x265)](shouldScanTestForAccessibility,_0x40aa81[_0x35a71e(0x20f)](),!![]);if(_0x13217d[_0x35a71e(0x2a5)](isAccessibilityAutomationSession)&&global[_0x35a71e(0x2ba)]&&_0x5e86e1){const _0xc8faa1={};_0xc8faa1[_0x35a71e(0x2a3)]=_0x40aa81[_0x35a71e(0x27d)],_0xc8faa1[_0x35a71e(0x29b)]=process[_0x35a71e(0x285)][testHubConstants['ENV_VAR'][_0x35a71e(0x26d)]],_0xc8faa1[_0x35a71e(0x231)]=process[_0x35a71e(0x285)][testHubConstants[_0x35a71e(0x227)][_0x35a71e(0x20d)]];const _0x548c86=_0xc8faa1;logger[_0x35a71e(0x25f)](_0x35a71e(0x264)+JSON[_0x35a71e(0x269)](_0x548c86)),CodeceptRecorder[_0x35a71e(0x24f)](async()=>{const _0x4f696d=_0x35a71e,_0xcf545b={};_0xcf545b[_0x4f696d(0x2a1)]=_0x579081[_0x4f696d(0x2b1)],await PerformanceTester[_0x4f696d(0x232)](PerformanceA11yEvents[_0x4f696d(0x2bc)],async()=>{const _0x300d4c=_0x4f696d;await AccessibilityHelper[_0x300d4c(0x200)](_0x1a05f7,scripts['performScan']);},_0xcf545b)(),await PerformanceTester[_0x4f696d(0x232)](PerformanceA11yEvents[_0x4f696d(0x2b5)],async()=>{const _0x5f3fa9=_0x4f696d;await AccessibilityHelper[_0x5f3fa9(0x200)](_0x1a05f7,scripts[_0x5f3fa9(0x280)],_0x548c86);})();}),logger[_0x35a71e(0x2bd)](_0x13217d[_0x35a71e(0x2c3)]);}}const _0x1e05ff={};_0x1e05ff[_0x35a71e(0x277)]=_0x13217d[_0x35a71e(0x240)],PerformanceTester[_0x35a71e(0x294)](PerformanceHookEvents[_0x35a71e(0x274)],!![],null,_0x1e05ff);}catch(_0x3c01f0){PerformanceTester[_0x35a71e(0x256)](_0x3c01f0);const _0x208109={};_0x208109['hookType']=_0x13217d['aNEcz'],PerformanceTester[_0x35a71e(0x294)](PerformanceHookEvents['SDK_HOOK'],![],_0x3c01f0,_0x208109);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x260)][_0x5aa89f(0x2b3)],_0x390cbb=>{const _0x17213a=_0x5aa89f;PerformanceTester[_0x17213a(0x249)](PerformanceHookEvents[_0x17213a(0x274)]);try{process[_0x17213a(0x2c2)]('bs:addLog:'+process[_0x17213a(0x204)],{'timestamp':new Date()[_0x17213a(0x201)](),'level':_0x13217d['qEdFf'],'message':_0x390cbb,'kind':_0x13217d['hhavm'],'http_response':{}});}catch(_0x188081){PerformanceTester[_0x17213a(0x256)](_0x188081);const _0x43b7b4={};_0x43b7b4[_0x17213a(0x277)]=_0x13217d[_0x17213a(0x1f8)],PerformanceTester['end'](PerformanceHookEvents[_0x17213a(0x274)],![],_0x188081,_0x43b7b4);}const _0x90df3e={};_0x90df3e[_0x17213a(0x277)]=_0x13217d['BlAXL'],PerformanceTester[_0x17213a(0x294)](PerformanceHookEvents[_0x17213a(0x274)],!![],null,_0x90df3e);}),CodeceptJS[_0x5aa89f(0x282)]['dispatcher']['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x207)][_0x5aa89f(0x230)],_0x55073c=>{const _0xd820ed=_0x5aa89f,_0x4e28b7={};_0x4e28b7[_0xd820ed(0x277)]=_0x13217d[_0xd820ed(0x234)],PerformanceTester[_0xd820ed(0x232)](PerformanceHookEvents[_0xd820ed(0x274)],()=>{const _0x170c12=_0xd820ed;_0xea4ed5[_0x170c12(0x21a)](_0x55073c);},_0x4e28b7)();}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x5aa89f(0x282)][_0x5aa89f(0x207)]['after'],_0x3ddb31=>{const _0x1f157f=_0x5aa89f,_0x3a6933={};_0x3a6933['hookType']=_0x13217d[_0x1f157f(0x2a7)],PerformanceTester[_0x1f157f(0x232)](PerformanceHookEvents[_0x1f157f(0x274)],()=>{const _0x59b274=_0x1f157f;_0xea4ed5[_0x59b274(0x27e)](_0x3ddb31);},_0x3a6933)();});};function a1_0x2a06(){const _0x19e8bd=['QrmFM','IrmPo','NNcaV','commandsToWrap','SDK_POST_TEST','lkeSd','pxwPn','end','../../helpers/globals.js','getResultsSummary','codeceptjs/lib/recorder.js','BS_TESTOPS_ALLOW_SCREENSHOTS','ZmxUm','bUKIF','thBuildUuid','call','./o11yHelper','initSaveScreenshot','JUhkd','codeceptjs/lib/helper/Playwright.js','command','ajZAF','thTestRunUuid','setSessionStatus','QRhjm','YUTHe','OhiMJ','TEST_RUN_FINISHED','kiIBa','pnaYR','xEQXQ','stopMonitoring','skipSessionName','../../helpers/accessibility-automation/helper','271840iCHfGh','after','kTegC','then','comment','zJuGz','SAVE_RESULTS','TEST_LOG','started','TEST_SCREENSHOT','TIyRH','accessibilityPlatform','apoXV','PERFORM_SCAN','info','hHcxB','NqaEX','slice','BxOXd','emit','wACwO','HybMT','readFileSync','LkHPF','CxyqR','browserstack_executor:\x20','../../helpers/logger','BlAXL','../../helpers/request-spy','viGzB','_before','ctx','Failed\x20to\x20execute\x20_before:\x20','SDK_PRE_TEST','format','browserStackExecuteDriver','toISOString','__skipSessionStatus','../../helpers/test-observability/utils','pid','SDK_TEST','step-comment','bddStep','name','SDK_PRE_INITIALIZE','action','test-skipped','Playwright','BROWSERSTACK_TESTHUB_JWT','../../helpers/performance/performance-tester','titlePath','constructor','TEST_RUN_STARTED','all','../../helpers/helper','3036381TiyezW','fireEvent','2597844iOBqnj','catch','bddStep-before','enabled','bddStepStart','../../bin/playwright/sessionDetails','Puppeteer','warn','TpcOv','base64','executeScript','bstackAllyScanning','addRequestSpy','SrZIM','codeceptjs/lib/helper/WebDriver.js','hook-failed','../../helpers/accessibility-automation/scripts','ENV_VAR','skipSessionStatus','exports','705031YnzuRP','4970728rkzjsD','GET_RESULTS','patchSaveScreenshot','10ffmOBl','dispatcher','before','thJwtToken','measureWrapper','getAccessibilityResults','CbPwD','jInCU','Suite','test-passed','WebDriver','stop','browser','UAvLL','wuJxe','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','VgUEA','GTElj','aNEcz','codeceptjs','toString','bind','HOOK_RUN_STARTED','test-started','HOOK_RUN_FINISHED','contexts','performScan','start','pXfFi','captureEvent','SDK_POST_INITIALIZE','./helper.js','container','add','class','NGuzD','overwriteCommand','KcHGm','asvMt','hook-passed','captureError','helpers','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','__driver','startMonitoring','failed','setGlobal','prototype','title','debug','step','3868204CtBjaD','GET_RESULTS_SUMMARY','SESSION_STATUS','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','inDKG','test-before','oNlQY','screenshotOutputFolder','stringify','TEST_RUN_SKIPPED','INFO','ZaajG','BROWSERSTACK_TESTHUB_UUID','afterTest','AqLPe','apply','TestCafe','shouldWrapCommand','getAccessibilityResultsSummary','SDK_HOOK','Screenshot\x20path\x20not\x20found','test','hookType','CMOVN','forEach','getResults','../../helpers/testhub/constants.js','vchMF','testAnalyticsId','bddStepFinish','sLnId','saveTestResults','find','event','xHyne','ZhCKD','env','filter','939292cBjFCJ','arguments','mJGhR','hook','getSyncScript','PuliO'];a1_0x2a06=function(){return _0x19e8bd;};return a1_0x2a06();}
1
+ const a1_0x1114ef=a1_0x3745;function a1_0xf2bd(){const _0x5509df=['bddStepFinish','exports','helpers','emit','2997888pKzWdU','5008LQOspz','initSaveScreenshot','bddStepStart','test-started','apply','PERFORM_SCAN','HOOK_RUN_STARTED','add','GET_RESULTS_SUMMARY','cifSX','test-after','vmaNb','usGKd','commandsToWrap','format','drbqH','fireEvent','dispatcher','oXFTt','1745ZRuMdj','TEST_RUN_STARTED','__workerDetails','Performing\x20scan\x20for\x20','OXlxt','871170ZEFaDN','setSessionStatus','stop','bddStep','RpbqD','BROWSERSTACK_TESTHUB_JWT','accessibilityPlatform','agayb','browserContext','command','test-before','hookType','../../bin/playwright/accessibility-helper','IuwZk','after','captureError','sHOuE','YFMkY','performScan','ogjAu','test','codeceptjs','container','ENV_VAR','hook-started','QBzOq','UjTjo','ouuuN','hook','mIWGI','browserstack_executor:\x20','event','screenshotOutputFolder','bs:addLog:','getSyncScript','comment','Failed\x20to\x20execute\x20_before:\x20','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','grReX','SESSION_NAME','TEST_RUN_SKIPPED','./helper.js','SDK_TEST','browserStackExecuteDriver','enabled','tfEHs','uGxuz','SDK_POST_TEST','test-passed','started','hook-passed','toISOString','Screenshot\x20path\x20not\x20found','35eqpZnP','warn','FTkHh','dqlic','TWvgK','UgRle','getResultsSummary','before','shouldWrapCommand','9379380fAejtt','end','../../helpers/performance/constants','arguments','patchSaveScreenshot','lPJvi','browserstackTestName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','bddStep-before','pid','4691043gsEqnr','getAccessibilityResultsSummary','IOksv','KzWmD','testAnalyticsId','./o11yHelper','getResults','654NoDfll','WOHMF','rYcIN','../../helpers/request-spy','afterTest','11fycPrx','QxCCl','INFO','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','QCIfO','../../helpers/testhub/constants.js','stringify','bddStep-after','JweXe','vSBem','forEach','qbmOK','vpkGU','class','title','DHrDG','../../helpers/test-observability/utils','codeceptjs/lib/recorder.js','browser','action','name','gpjEz','codeceptjs/lib/helper/WebDriver.js','startMonitoring','jNdpO','../../helpers/accessibility-automation/scripts','OWviP','all','TiDjz','SDK_POST_INITIALIZE','env','test-failed','passed','status','ILXqN','MYdGp','959FZtmCL','121722ScraGc','qCpED','SYNC','RfgHt','base64','debug','step','readFileSync','SDK_HOOK','zEltJ','find','Suite','KkhOt','mfUMr','winstonLogger','saveTestResults','fLEOA','failed','titlePath','UqDUz','JBeyn','_before','WRsEa','start','call','Playwright','measureWrapper','Element','thBuildUuid','constructor','TEST_LOG','YwSsV','TEST_RUN_FINISHED','captureEvent','SDK_PRE_INITIALIZE','currentTest','getAccessibilityResults','skipSessionStatus','NzKeJ','BROWSERSTACK_TESTHUB_UUID','ctx','setGlobal','gRDAR','ECxoS','egKnn','prototype','catch','../../helpers/accessibility-automation/helper','SDK_PRE_TEST','executeScript','thTestRunUuid','../../bin/playwright/sessionDetails','VDIwM','../../helpers/globals.js','tNYgu','saveScreenshot','HOOK_RUN_FINISHED','__skipSessionStatus','stopMonitoring','bstackAllyScanning'];a1_0xf2bd=function(){return _0x5509df;};return a1_0xf2bd();}(function(_0x232512,_0x222afb){const _0x4a6a33=a1_0x3745,_0x12aaff=_0x232512();while(!![]){try{const _0x30970a=-parseInt(_0x4a6a33(0x21c))/0x1*(parseInt(_0x4a6a33(0x1f2))/0x2)+parseInt(_0x4a6a33(0x1a3))/0x3+parseInt(_0x4a6a33(0x18b))/0x4*(parseInt(_0x4a6a33(0x19e))/0x5)+-parseInt(_0x4a6a33(0x21d))/0x6*(parseInt(_0x4a6a33(0x1d8))/0x7)+parseInt(_0x4a6a33(0x18a))/0x8+parseInt(_0x4a6a33(0x1eb))/0x9+parseInt(_0x4a6a33(0x1e1))/0xa*(-parseInt(_0x4a6a33(0x1f7))/0xb);if(_0x30970a===_0x222afb)break;else _0x12aaff['push'](_0x12aaff['shift']());}catch(_0x39487d){_0x12aaff['push'](_0x12aaff['shift']());}}}(a1_0xf2bd,0x41fff));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a1_0x1114ef(0x22b)],testOpsHelper=require(a1_0x1114ef(0x208)),requestSpy=require(a1_0x1114ef(0x1f5)),PlaywrightSessionDetails=require(a1_0x1114ef(0x17d)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1114ef(0x1f0)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x1114ef(0x179)),AccessibilityHelper=require(a1_0x1114ef(0x1af)),scripts=require(a1_0x1114ef(0x211)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1114ef(0x1e3)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x1114ef(0x1cc)),testHubConstants=require(a1_0x1114ef(0x1fd)),globals=require(a1_0x1114ef(0x17f)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a1_0x1114ef(0x1b8)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js','codeceptjs'),CodeceptWebDriver=requireModule(a1_0x1114ef(0x20e),a1_0x1114ef(0x1b8)),CodeceptRecorder=requireModule(a1_0x1114ef(0x209),a1_0x1114ef(0x1b8)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js','codeceptjs'),playwrightMarkSessionStatus=(_0x122a5c,_0x1b6cbf,_0x549ef2)=>{const _0xeed276=a1_0x1114ef,_0x3b3370={'uGxuz':_0xeed276(0x1a4),'MYdGp':function(_0x247b9e,_0x8b961c){return _0x247b9e(_0x8b961c);}},_0x43a257={};_0x43a257[_0xeed276(0x219)]=_0x1b6cbf;const _0x46ac49={};_0x46ac49['action']=_0x3b3370[_0xeed276(0x1d1)],_0x46ac49[_0xeed276(0x1e4)]=_0x43a257;const _0x4846b0=_0x46ac49;return!_0x3b3370[_0xeed276(0x21b)](isUndefined,_0x549ef2)&&(_0x4846b0[_0xeed276(0x1e4)]['reason']=JSON['stringify'](_0x549ef2)),_0x122a5c[_0xeed276(0x17b)](()=>{},'browserstack_executor:\x20'+JSON[_0xeed276(0x1fe)](_0x4846b0));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a1_0x1114ef(0x21f)],async _0x57aa9d=>{const _0x54bca2=a1_0x1114ef,_0x2f657e={};_0x2f657e['mfUMr']=function(_0x1648a2,_0x4f5427){return _0x1648a2===_0x4f5427;},_0x2f657e[_0x54bca2(0x200)]=_0x54bca2(0x236);const _0x2d10ca=_0x2f657e;_0x2d10ca[_0x54bca2(0x22a)](_0x57aa9d[_0x54bca2(0x167)][_0x54bca2(0x20c)],_0x2d10ca['JweXe'])?await _0x57aa9d['executeScript'](_0x12cc3d=>{},testOpsHelper[_0x54bca2(0x1c5)]()):await _0x57aa9d[_0x54bca2(0x17b)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a1_0x1114ef(0x1ca)],async(_0x72e529,_0x406cf8)=>{const _0x449b0f=a1_0x1114ef,_0x4edffd={};_0x4edffd['UqDUz']='setSessionName',_0x4edffd[_0x449b0f(0x1bc)]=function(_0x533bf0,_0x5e0eb7){return _0x533bf0===_0x5e0eb7;},_0x4edffd[_0x449b0f(0x21a)]=_0x449b0f(0x236);const _0x3775ab=_0x4edffd,_0x9dec68={};_0x9dec68[_0x449b0f(0x20c)]=_0x406cf8;const _0x4721f4={};_0x4721f4[_0x449b0f(0x20b)]=_0x3775ab[_0x449b0f(0x230)],_0x4721f4['arguments']=_0x9dec68;const _0x5c3a94=_0x4721f4;_0x3775ab[_0x449b0f(0x1bc)](_0x72e529['constructor']['name'],_0x3775ab[_0x449b0f(0x21a)])?await _0x72e529[_0x449b0f(0x17b)](()=>{},_0x449b0f(0x1c1)+JSON['stringify'](_0x5c3a94)):await _0x72e529[_0x449b0f(0x17b)](_0x449b0f(0x1c1)+JSON['stringify'](_0x5c3a94));}),patchSaveScreenshot=_0x1b9072=>{const _0x33a2f7=a1_0x1114ef,_0x187c6a={'VDIwM':_0x33a2f7(0x221),'cifSX':'TEST_SCREENSHOT','drbqH':function(_0xbd718e){return _0xbd718e();},'DHrDG':function(_0x2ddcb6,_0x522901){return _0x2ddcb6(_0x522901);},'BlOOC':_0x33a2f7(0x1d7),'qbmOK':function(_0x329e46,_0x5ab3a0){return _0x329e46(_0x5ab3a0);}};_0x187c6a[_0x33a2f7(0x203)](isTrue,process[_0x33a2f7(0x216)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x1b9072[_0x33a2f7(0x1e5)]&&(_0x1b9072[_0x33a2f7(0x1e5)]=!![],_0x1b9072[_0x33a2f7(0x18c)]=_0x1b9072[_0x33a2f7(0x181)],_0x1b9072[_0x33a2f7(0x181)]=(_0xdfb3e6,_0x4deac1=![])=>{const _0x458d6d=_0x33a2f7,_0x13c42a={'gpjEz':_0x187c6a[_0x458d6d(0x17e)],'zEltJ':_0x187c6a[_0x458d6d(0x194)],'tNYgu':function(_0x3dc26c){const _0x166014=_0x458d6d;return _0x187c6a[_0x166014(0x19a)](_0x3dc26c);},'IOksv':function(_0x162468,_0x145f41){const _0x335f44=_0x458d6d;return _0x187c6a[_0x335f44(0x207)](_0x162468,_0x145f41);},'WOHMF':_0x187c6a['BlOOC']};return new Promise(function(_0x3c39c7,_0x54ec92){const _0x500032=_0x458d6d;_0x1b9072[_0x500032(0x18c)](_0xdfb3e6,_0x4deac1)['then'](()=>{const _0x57644c=_0x500032,_0xdcb310=CodeceptUtils[_0x57644c(0x1c3)](_0xdfb3e6);if(_0xdcb310){const _0x542b4c=fs[_0x57644c(0x224)](_0xdcb310);process[_0x57644c(0x189)](_0x57644c(0x1c4)+process[_0x57644c(0x1ea)],{'timestamp':new Date()[_0x57644c(0x1d6)](),'message':_0x542b4c['toString'](_0x13c42a[_0x57644c(0x20d)]),'kind':_0x13c42a[_0x57644c(0x226)]}),_0x13c42a[_0x57644c(0x180)](_0x3c39c7);}_0x13c42a[_0x57644c(0x1ed)](_0x54ec92,new Error(_0x13c42a[_0x57644c(0x1f3)]));})[_0x500032(0x178)](()=>null);});});},patchWebDriverBefore=_0x5154b1=>{const _0x249022=a1_0x1114ef,_0x4e58a3={'rYcIN':function(_0x2e7ce2){return _0x2e7ce2();},'QCIfO':function(_0x4e6a22,_0x2304c6){return _0x4e6a22(_0x2304c6);},'aKBCZ':function(_0x330bd6,_0x3a91a1){return _0x330bd6===_0x3a91a1;},'YFMkY':_0x249022(0x238)},_0x566811=async function(_0x23fc7c,_0x4796ae){const _0x58268e=_0x249022;return _0x4e58a3[_0x58268e(0x1f4)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x58268e(0x1a9)]&&scripts[_0x58268e(0x1e0)](_0x23fc7c[_0x58268e(0x20c)])&&_0x4e58a3['QCIfO'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x58268e(0x185)]=!![],await PerformanceTester[_0x58268e(0x237)](PerformanceA11yEvents[_0x58268e(0x190)],async()=>{const _0x5c7369=_0x58268e;logger[_0x5c7369(0x222)](_0x5c7369(0x1a1)+_0x23fc7c[_0x5c7369(0x205)]+'\x20'+_0x23fc7c[_0x5c7369(0x20c)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x5154b1,scripts['performScan']);},{'command':_0x23fc7c[_0x58268e(0x20c)]})()),global['bstackAllyScanning']=![],_0x4796ae['apply'](this,Array[_0x58268e(0x177)]['slice'][_0x58268e(0x235)](arguments,0x2));},_0x2aa54a=CodeceptWebDriver[_0x249022(0x177)]['_before'];CodeceptWebDriver[_0x249022(0x177)][_0x249022(0x232)]=async function(){const _0x76bc36=_0x249022;try{await _0x2aa54a[_0x76bc36(0x18f)](this,arguments);}catch(_0x50802d){logger[_0x76bc36(0x222)](_0x76bc36(0x1c7)+util['format'](_0x50802d));}scripts[_0x76bc36(0x198)]['filter'](_0x579bcd=>_0x579bcd[_0x76bc36(0x20c)]&&_0x579bcd[_0x76bc36(0x205)])[_0x76bc36(0x202)](_0x89eaca=>{const _0x295bdc=_0x76bc36;this[_0x295bdc(0x20a)]['overwriteCommand'](_0x89eaca[_0x295bdc(0x20c)],_0x566811['bind'](this,_0x89eaca),_0x4e58a3['aKBCZ'](_0x89eaca[_0x295bdc(0x205)],_0x4e58a3[_0x295bdc(0x1b4)]));}),_0x4e58a3[_0x76bc36(0x1fc)](processWebDriverConfig,_0x5154b1);};},patchPlaywrightBefore=()=>{const _0x557185=a1_0x1114ef;PlaywrightSessionDetails['patch']();const _0xf24c15=CodeceptPlaywright[_0x557185(0x177)][_0x557185(0x232)];CodeceptPlaywright[_0x557185(0x177)]['_before']=async function(){const _0x44e5d5=_0x557185;this[_0x44e5d5(0x1ab)]=await this['browser']['contexts']()[0x0],await _0xf24c15['apply'](this,arguments);};},getCodeceptDriver=()=>{const _0x3ec485=a1_0x1114ef,_0x443cb8={};_0x443cb8[_0x3ec485(0x1be)]='WebDriver',_0x443cb8[_0x3ec485(0x1da)]=_0x3ec485(0x236),_0x443cb8['qCpED']='Puppeteer',_0x443cb8[_0x3ec485(0x231)]='TestCafe';const _0x32c42b=_0x443cb8,_0x27ea97=[_0x32c42b[_0x3ec485(0x1be)],_0x32c42b[_0x3ec485(0x1da)],_0x32c42b[_0x3ec485(0x21e)],_0x32c42b[_0x3ec485(0x231)]],_0x131459=_0x27ea97[_0x3ec485(0x227)](_0xa30b70=>!!CodeceptJS[_0x3ec485(0x1b9)]['helpers'](_0xa30b70));if(!_0x131459)return null;return CodeceptJS[_0x3ec485(0x1b9)][_0x3ec485(0x188)](_0x131459);};function a1_0x3745(_0x4f25ff,_0x109350){const _0xf2bdb0=a1_0xf2bd();return a1_0x3745=function(_0x374503,_0x3b07d2){_0x374503=_0x374503-0x167;let _0x17ac5f=_0xf2bdb0[_0x374503];return _0x17ac5f;},a1_0x3745(_0x4f25ff,_0x109350);}module[a1_0x1114ef(0x187)]=function(_0x4ed06c){const _0x1f965f=a1_0x1114ef,_0x566db0={'ECxoS':function(_0x28d627){return _0x28d627();},'RfgHt':function(_0x2e5d29,_0x4e7964){return _0x2e5d29(_0x4e7964);},'OWviP':_0x1f965f(0x1ec),'mZvGP':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','lkQoY':_0x1f965f(0x16e),'YwSsV':_0x1f965f(0x1e8),'WRsEa':function(_0x35cdbf,_0x16ef86){return _0x35cdbf(_0x16ef86);},'sHOuE':_0x1f965f(0x1bb),'egKnn':_0x1f965f(0x1d5),'usGKd':'hook-failed','vpkGU':_0x1f965f(0x1e7),'lPJvi':_0x1f965f(0x1ad),'QxCCl':function(_0x4460e2,_0x634a,_0x4bc47c){return _0x4460e2(_0x634a,_0x4bc47c);},'agayb':function(_0x1dcb85,_0x360aaa){return _0x1dcb85(_0x360aaa);},'OXlxt':_0x1f965f(0x18e),'kIrhj':function(_0x55aa9c,_0x571609,_0x49e5d0){return _0x55aa9c(_0x571609,_0x49e5d0);},'oXFTt':function(_0x10f66f){return _0x10f66f();},'NzKeJ':_0x1f965f(0x1d3),'ceYxo':function(_0x400d87,_0x3c34fd,_0x23fac2,_0x3e072d){return _0x400d87(_0x3c34fd,_0x23fac2,_0x3e072d);},'TiDjz':function(_0x397514,_0x3de53d){return _0x397514===_0x3de53d;},'jNdpO':_0x1f965f(0x228),'grReX':_0x1f965f(0x217),'tfEHs':'test-skipped','KkhOt':_0x1f965f(0x1f6),'KSoNP':function(_0x58b281){return _0x58b281();},'TWvgK':function(_0x1567e9,_0x194a53,_0x1882a9){return _0x1567e9(_0x194a53,_0x1882a9);},'WlKmP':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','bhQqy':_0x1f965f(0x195),'fhjbQ':_0x1f965f(0x1f9),'vmaNb':_0x1f965f(0x168),'UjTjo':'step-comment','IuwZk':_0x1f965f(0x1e9),'RpbqD':_0x1f965f(0x1ff),'ogjAu':function(_0x48d57c){return _0x48d57c();},'KzWmD':_0x1f965f(0x236)};_0x4ed06c[_0x1f965f(0x16f)]&&(global[_0x1f965f(0x183)]=_0x4ed06c[_0x1f965f(0x16f)]);PerformanceTester[_0x1f965f(0x20f)]();const _0xcb864e=_0x566db0[_0x1f965f(0x1b6)](getCodeceptDriver),_0x57334e=new O11yHelper(_0xcb864e,_0x4ed06c),_0x1bbdae=!!CodeceptJS['container'][_0x1f965f(0x188)](_0x566db0[_0x1f965f(0x1ee)]);global['__driver']=_0xcb864e,_0xcb864e&&(PerformanceTester[_0x1f965f(0x237)](PerformanceEvents[_0x1f965f(0x16c)],()=>{const _0x1c8567=_0x1f965f;_0x1bbdae?_0x566db0[_0x1c8567(0x175)](patchPlaywrightBefore):_0x566db0[_0x1c8567(0x220)](patchWebDriverBefore,_0xcb864e);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x1f965f(0x215)],()=>{const _0x5e1f00=_0x1f965f,_0x2f5bcc={};_0x2f5bcc[_0x5e1f00(0x174)]=_0x566db0['lkQoY'],_0x2f5bcc[_0x5e1f00(0x22d)]=_0x566db0[_0x5e1f00(0x169)];const _0x4bd4cc=_0x2f5bcc;_0xcb864e[_0x5e1f00(0x1ec)]=async()=>{const _0x35b49d=_0x5e1f00;if(global[_0x35b49d(0x1a9)]){const _0x1c25d3={};_0x1c25d3[_0x35b49d(0x1ac)]=_0x566db0[_0x35b49d(0x212)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x35b49d(0x190)],async()=>{const _0x3aeb21=_0x35b49d;await AccessibilityHelper[_0x3aeb21(0x1ce)](_0xcb864e,scripts['performScan']);},_0x1c25d3)(),await PerformanceTester[_0x35b49d(0x237)](PerformanceA11yEvents[_0x35b49d(0x193)],async()=>{const _0x478861=_0x35b49d;await AccessibilityHelper[_0x478861(0x1ce)](_0xcb864e,scripts[_0x478861(0x1de)]);})();}else return logger['warn'](_0x566db0['mZvGP']),{};},_0xcb864e[_0x5e1f00(0x16e)]=async()=>{const _0x224e98=_0x5e1f00;if(global[_0x224e98(0x1a9)]){const _0x19fc82={};_0x19fc82['command']=_0x4bd4cc[_0x224e98(0x174)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x224e98(0x190)],async()=>{const _0x4bf4d9=_0x224e98;await AccessibilityHelper[_0x4bf4d9(0x1ce)](_0xcb864e,scripts[_0x4bf4d9(0x1b5)]);},_0x19fc82)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x215809=_0x224e98;await AccessibilityHelper[_0x215809(0x1ce)](_0xcb864e,scripts[_0x215809(0x1f1)]);})();}else return logger[_0x224e98(0x1d9)](_0x4bd4cc[_0x224e98(0x22d)]),{};},_0x566db0[_0x5e1f00(0x233)](patchSaveScreenshot,_0xcb864e);})()),CodeceptJS[_0x1f965f(0x1c2)]['dispatcher']['on'](CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x213)][_0x1f965f(0x1df)],()=>{const _0x1ff997=_0x1f965f;PerformanceTester[_0x1ff997(0x234)](PerformanceEvents['SDK_PRE_TEST']);try{_0x57334e[_0x1ff997(0x234)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x1ff997(0x1e2)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x14bd8c){PerformanceTester[_0x1ff997(0x1b2)](_0x14bd8c),PerformanceTester['end'](PerformanceEvents[_0x1ff997(0x17a)],![],_0x14bd8c);}}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x213)][_0x1f965f(0x1b1)],async()=>{const _0x4a163f=_0x1f965f;PerformanceTester[_0x4a163f(0x234)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy['restore'](),await _0x57334e[_0x4a163f(0x1a5)](),PerformanceTester['end'](PerformanceEvents[_0x4a163f(0x1d2)]);}catch(_0x309075){PerformanceTester['captureError'](_0x309075),PerformanceTester[_0x4a163f(0x1e2)](PerformanceEvents[_0x4a163f(0x1d2)],![],_0x309075);}finally{PerformanceTester[_0x4a163f(0x184)]();}}),CodeceptJS[_0x1f965f(0x1c2)]['dispatcher']['on'](CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x1bf)][_0x1f965f(0x1d4)],_0x5d2be2=>{const _0x1afdb0=_0x1f965f;PerformanceTester['start'](PerformanceEvents[_0x1afdb0(0x225)]);try{const _0x18cc02=_0x5d2be2[_0x1afdb0(0x172)]['test'],_0x22f109=_0x57334e[_0x1afdb0(0x16b)](TEST_EVENTS[_0x1afdb0(0x191)],_0x18cc02);CodeceptRecorder['add'](()=>_0x57334e[_0x1afdb0(0x19b)](TEST_EVENTS[_0x1afdb0(0x191)],_0x22f109));const _0x554848={};_0x554848[_0x1afdb0(0x1ae)]=_0x566db0[_0x1afdb0(0x1b3)],PerformanceTester[_0x1afdb0(0x1e2)](PerformanceEvents['SDK_HOOK'],!![],null,_0x554848);}catch(_0x63479f){const _0x531e8e={};_0x531e8e[_0x1afdb0(0x1ae)]=_0x566db0['sHOuE'],PerformanceTester[_0x1afdb0(0x1e2)](PerformanceEvents[_0x1afdb0(0x225)],![],_0x63479f,_0x531e8e),PerformanceTester[_0x1afdb0(0x1b2)](_0x63479f);}}),CodeceptJS['event'][_0x1f965f(0x19c)]['on'](CodeceptJS['event'][_0x1f965f(0x1bf)][_0x1f965f(0x218)],_0x2e0931=>{const _0x65bd6a=_0x1f965f,_0x24cd6c={};_0x24cd6c['hookType']=_0x566db0[_0x65bd6a(0x176)],PerformanceTester['start'](PerformanceHookEvents[_0x65bd6a(0x225)],!![],null,_0x24cd6c);try{const _0x3d7a26=_0x2e0931['ctx'][_0x65bd6a(0x1b7)],_0x3a882a=_0x57334e[_0x65bd6a(0x16b)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3d7a26);CodeceptRecorder['add'](()=>_0x57334e['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3a882a));const _0xeb076={};_0xeb076[_0x65bd6a(0x1ae)]=_0x566db0['egKnn'],PerformanceTester['end'](PerformanceHookEvents[_0x65bd6a(0x225)],!![],null,_0xeb076);}catch(_0x325e70){PerformanceTester[_0x65bd6a(0x1b2)](_0x325e70);const _0x4351f1={};_0x4351f1[_0x65bd6a(0x1ae)]=_0x566db0['egKnn'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x325e70,_0x4351f1);}}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS['event'][_0x1f965f(0x1bf)][_0x1f965f(0x22e)],async(_0x4e70fe,_0xb0e856)=>{const _0x11c34a=_0x1f965f;PerformanceTester['start'](PerformanceHookEvents[_0x11c34a(0x225)]);try{const _0x38314f=_0x4e70fe[_0x11c34a(0x172)]['test'],_0x41e5dc=_0x57334e['captureEvent'](TEST_EVENTS[_0x11c34a(0x182)],_0x38314f,_0xb0e856);CodeceptRecorder['add'](()=>_0x57334e['fireEvent'](TEST_EVENTS[_0x11c34a(0x182)],_0x41e5dc));const _0x354fa5={};_0x354fa5['hookType']=_0x566db0[_0x11c34a(0x197)],PerformanceTester[_0x11c34a(0x234)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x354fa5);}catch(_0x195646){PerformanceTester[_0x11c34a(0x1b2)](_0x195646);const _0x1c636d={};_0x1c636d[_0x11c34a(0x1ae)]=_0x566db0[_0x11c34a(0x197)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x195646,_0x1c636d);}const _0x459706={};_0x459706[_0x11c34a(0x1ae)]=_0x566db0[_0x11c34a(0x197)],PerformanceTester[_0x11c34a(0x1e2)](PerformanceHookEvents[_0x11c34a(0x225)],!![],null,_0x459706);}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x1b7)][_0x1f965f(0x1df)],_0x4bd9e0=>{const _0x3ed276=_0x1f965f;PerformanceTester[_0x3ed276(0x234)](PerformanceHookEvents[_0x3ed276(0x225)]);try{globals[_0x3ed276(0x173)](_0x566db0[_0x3ed276(0x204)],_0x4bd9e0['title']);_0x566db0[_0x3ed276(0x175)](isBrowserstackInfra)&&(_0x1bbdae&&(global[_0x3ed276(0x1a0)]={'currentTest':{'name':_0x4bd9e0[_0x3ed276(0x206)],'testInfo':{'titlePath':_0x4bd9e0['titlePath']()}}}));const _0x5f4dff={};_0x5f4dff[_0x3ed276(0x1ae)]=_0x566db0[_0x3ed276(0x1e6)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5f4dff);}catch(_0x10d8cf){PerformanceTester[_0x3ed276(0x1b2)](_0x10d8cf);const _0xb99ffb={};_0xb99ffb['hookType']=_0x566db0[_0x3ed276(0x1e6)],PerformanceTester[_0x3ed276(0x1e2)](PerformanceHookEvents['SDK_HOOK'],![],_0x10d8cf,_0xb99ffb);}}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS['event'][_0x1f965f(0x1b7)]['started'],_0x58eced=>{const _0x29fa96=_0x1f965f;PerformanceTester[_0x29fa96(0x234)](PerformanceHookEvents[_0x29fa96(0x225)]);try{globals[_0x29fa96(0x173)](_0x566db0['vpkGU'],_0x58eced[_0x29fa96(0x206)]);const _0xb1daea=_0x57334e[_0x29fa96(0x16b)](TEST_EVENTS[_0x29fa96(0x19f)],_0x58eced);CodeceptRecorder[_0x29fa96(0x192)](()=>_0x57334e[_0x29fa96(0x19b)](TEST_EVENTS[_0x29fa96(0x19f)],_0xb1daea)),CodeceptRecorder[_0x29fa96(0x192)](async()=>{const _0x562e0d=_0x29fa96;_0x566db0[_0x562e0d(0x175)](isBrowserstackInfra)&&(!_0x566db0[_0x562e0d(0x233)](isTrue,_0x4ed06c['skipSessionName'])&&await _0x566db0[_0x562e0d(0x1f8)](markSessionName,_0xcb864e,_0x58eced['title']),_0x57334e[_0x562e0d(0x1cf)]&&await _0x566db0[_0x562e0d(0x1aa)](o11ySync,_0xcb864e));});}catch(_0x4501e8){const _0x571aa8={};_0x571aa8[_0x29fa96(0x1ae)]=_0x566db0['OXlxt'],PerformanceTester[_0x29fa96(0x1e2)](PerformanceHookEvents[_0x29fa96(0x225)],![],_0x4501e8,_0x571aa8),PerformanceTester[_0x29fa96(0x1b2)](_0x4501e8);}const _0x11506a={};_0x11506a['hookType']=_0x566db0[_0x29fa96(0x1a2)],PerformanceTester[_0x29fa96(0x1e2)](PerformanceHookEvents[_0x29fa96(0x225)],!![],null,_0x11506a);}),CodeceptJS['event'][_0x1f965f(0x19c)]['on'](CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x1b7)]['passed'],_0x491dba=>{const _0x2c103e=_0x1f965f;PerformanceTester['start'](PerformanceHookEvents[_0x2c103e(0x225)]);try{const _0x3ee3d7=_0x57334e['captureEvent'](TEST_EVENTS[_0x2c103e(0x16a)],_0x491dba);CodeceptRecorder[_0x2c103e(0x192)](()=>_0x57334e['fireEvent'](TEST_EVENTS[_0x2c103e(0x16a)],_0x3ee3d7)),CodeceptRecorder[_0x2c103e(0x192)](async()=>{const _0x253965=_0x2c103e,_0x1bd9ac={'vSBem':function(_0x4e2a22,_0x4b264d,_0x1d3bf9){return _0x566db0['kIrhj'](_0x4e2a22,_0x4b264d,_0x1d3bf9);}};_0x566db0[_0x253965(0x19d)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x2291fb=_0x253965;_0x1bbdae?await _0x1bd9ac[_0x2291fb(0x201)](playwrightMarkSessionStatus,_0xcb864e,STATE_PASSED):await _0x1bd9ac[_0x2291fb(0x201)](markSessionStatus,_0xcb864e,STATE_PASSED);})();}),PerformanceTester[_0x2c103e(0x1e2)](PerformanceEvents[_0x2c103e(0x1cd)]);}catch(_0x4f2fc0){PerformanceTester[_0x2c103e(0x1b2)](_0x4f2fc0);const _0x5881d4={};_0x5881d4[_0x2c103e(0x1ae)]=_0x566db0[_0x2c103e(0x170)],PerformanceTester[_0x2c103e(0x1e2)](PerformanceHookEvents[_0x2c103e(0x225)],![],_0x4f2fc0,_0x5881d4),PerformanceTester['end'](PerformanceEvents[_0x2c103e(0x1cd)],![],_0x4f2fc0);}const _0x53c68f={};_0x53c68f[_0x2c103e(0x1ae)]=_0x566db0[_0x2c103e(0x170)],PerformanceTester[_0x2c103e(0x1e2)](PerformanceHookEvents[_0x2c103e(0x225)],!![],null,_0x53c68f);}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x1b7)]['failed'],(_0x3dba37,_0x109e43)=>{const _0x119ae2=_0x1f965f,_0x33d1c3={'IVmIh':function(_0x1b9d23){const _0x4c8592=a1_0x3745;return _0x566db0[_0x4c8592(0x19d)](_0x1b9d23);},'UgRle':function(_0x30283a,_0x4dabb5,_0x41e2a6,_0x3fefc3){return _0x566db0['ceYxo'](_0x30283a,_0x4dabb5,_0x41e2a6,_0x3fefc3);},'dqlic':function(_0x1d2a90,_0x25c14d,_0x48ebe6,_0x235383){return _0x566db0['ceYxo'](_0x1d2a90,_0x25c14d,_0x48ebe6,_0x235383);}};PerformanceTester[_0x119ae2(0x234)](PerformanceHookEvents[_0x119ae2(0x225)]);try{if(_0x566db0[_0x119ae2(0x214)](_0x3dba37['constructor']['name'],_0x566db0[_0x119ae2(0x210)])){const _0x293b08=_0x57334e[_0x119ae2(0x16b)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3dba37[_0x119ae2(0x172)][_0x119ae2(0x16d)]);CodeceptRecorder[_0x119ae2(0x192)](()=>_0x57334e[_0x119ae2(0x19b)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x293b08));}else{const _0x19d272=_0x57334e[_0x119ae2(0x16b)](TEST_EVENTS[_0x119ae2(0x16a)],_0x3dba37,_0x109e43);CodeceptRecorder[_0x119ae2(0x192)](()=>{const _0x6fe5d5=_0x119ae2;try{_0x57334e[_0x6fe5d5(0x19b)](TEST_EVENTS[_0x6fe5d5(0x16a)],_0x19d272);}catch(_0x263287){logger[_0x6fe5d5(0x222)](_0x6fe5d5(0x1fb)+util[_0x6fe5d5(0x199)](_0x263287)),PerformanceTester[_0x6fe5d5(0x1e2)](PerformanceEvents['SDK_TEST'],![],_0x263287);}}),CodeceptRecorder[_0x119ae2(0x192)](async()=>{const _0x3cc5f3=_0x119ae2;try{_0x33d1c3['IVmIh'](isBrowserstackInfra)&&(_0x1bbdae?await _0x33d1c3[_0x3cc5f3(0x1dd)](playwrightMarkSessionStatus,_0xcb864e,STATE_FAILED,_0x109e43):await _0x33d1c3[_0x3cc5f3(0x1db)](markSessionStatus,_0xcb864e,STATE_FAILED,_0x109e43));}catch(_0x45166e){logger[_0x3cc5f3(0x222)](_0x3cc5f3(0x1c8)+util[_0x3cc5f3(0x199)](_0x45166e)),PerformanceTester[_0x3cc5f3(0x1e2)](PerformanceEvents['SDK_TEST'],![],_0x45166e);}});}PerformanceTester['end'](PerformanceEvents[_0x119ae2(0x1cd)]);}catch(_0x295d08){PerformanceTester['captureError'](_0x295d08);const _0x317d86={};_0x317d86[_0x119ae2(0x1ae)]=_0x566db0[_0x119ae2(0x1c9)],PerformanceTester['end'](PerformanceHookEvents[_0x119ae2(0x225)],![],_0x295d08,_0x317d86),PerformanceTester[_0x119ae2(0x1e2)](PerformanceEvents[_0x119ae2(0x1cd)],![],_0x295d08);}const _0x2ed155={};_0x2ed155['hookType']=_0x566db0[_0x119ae2(0x1c9)],PerformanceTester[_0x119ae2(0x1e2)](PerformanceHookEvents[_0x119ae2(0x225)],!![],null,_0x2ed155);}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x1b7)]['skipped'],_0x4aa8ff=>{const _0x14d5e7=_0x1f965f;PerformanceTester[_0x14d5e7(0x234)](PerformanceHookEvents[_0x14d5e7(0x225)]);try{const _0x494b66=_0x57334e[_0x14d5e7(0x16b)](TEST_EVENTS[_0x14d5e7(0x1cb)],_0x4aa8ff);CodeceptRecorder[_0x14d5e7(0x192)](()=>_0x57334e[_0x14d5e7(0x19b)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x494b66)),PerformanceTester[_0x14d5e7(0x1e2)](PerformanceEvents[_0x14d5e7(0x1cd)]);}catch(_0x41d74f){PerformanceTester[_0x14d5e7(0x1b2)](_0x41d74f),PerformanceTester['end'](PerformanceEvents[_0x14d5e7(0x1cd)],![],_0x41d74f);const _0x38bad7={};_0x38bad7[_0x14d5e7(0x1ae)]=_0x566db0[_0x14d5e7(0x1d0)],PerformanceTester[_0x14d5e7(0x1e2)](PerformanceHookEvents[_0x14d5e7(0x225)],![],_0x41d74f,_0x38bad7);}const _0x46b034={};_0x46b034[_0x14d5e7(0x1ae)]=_0x566db0[_0x14d5e7(0x1d0)],PerformanceTester[_0x14d5e7(0x1e2)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x46b034);}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x1b7)][_0x1f965f(0x1b1)],async(_0x1e17a6,_0x17ca82)=>{const _0xa75740=_0x1f965f,_0x186c46={};_0x186c46[_0xa75740(0x1c0)]=_0x566db0[_0xa75740(0x229)];const _0x493664=_0x186c46;try{PerformanceTester[_0xa75740(0x234)](PerformanceHookEvents['SDK_HOOK']);if(_0x566db0['KSoNP'](isBrowserstackInfra)){const _0x202b89=_0x566db0[_0xa75740(0x1dc)](shouldScanTestForAccessibility,_0x1e17a6[_0xa75740(0x22f)](),!![]);if(_0x566db0[_0xa75740(0x175)](isAccessibilityAutomationSession)&&global[_0xa75740(0x1a9)]&&_0x202b89){const _0xccd2c5={};_0xccd2c5[_0xa75740(0x17c)]=_0x1e17a6[_0xa75740(0x1ef)],_0xccd2c5[_0xa75740(0x239)]=process[_0xa75740(0x216)][testHubConstants[_0xa75740(0x1ba)][_0xa75740(0x171)]],_0xccd2c5['thJwtToken']=process['env'][testHubConstants[_0xa75740(0x1ba)][_0xa75740(0x1a8)]];const _0x2887ca=_0xccd2c5;logger['debug'](_0xa75740(0x1fa)+JSON[_0xa75740(0x1fe)](_0x2887ca)),CodeceptRecorder[_0xa75740(0x192)](async()=>{const _0x5be5b8=_0xa75740,_0x566524={};_0x566524['command']=_0x493664[_0x5be5b8(0x1c0)],await PerformanceTester[_0x5be5b8(0x237)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2e713e=_0x5be5b8;await AccessibilityHelper[_0x2e713e(0x1ce)](_0xcb864e,scripts[_0x2e713e(0x1b5)]);},_0x566524)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0xd4d731=_0x5be5b8;await AccessibilityHelper[_0xd4d731(0x1ce)](_0xcb864e,scripts[_0xd4d731(0x22c)],_0x2887ca);})();}),logger['info'](_0x566db0['WlKmP']);}}const _0x452c54={};_0x452c54[_0xa75740(0x1ae)]=_0x566db0['bhQqy'],PerformanceTester[_0xa75740(0x1e2)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x452c54);}catch(_0x2473b1){PerformanceTester[_0xa75740(0x1b2)](_0x2473b1);const _0xe5a7b4={};_0xe5a7b4[_0xa75740(0x1ae)]=_0x566db0['bhQqy'],PerformanceTester[_0xa75740(0x1e2)](PerformanceHookEvents[_0xa75740(0x225)],![],_0x2473b1,_0xe5a7b4);}}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x223)][_0x1f965f(0x1c6)],_0x13ae35=>{const _0x3c7959=_0x1f965f;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{process[_0x3c7959(0x189)](_0x3c7959(0x1c4)+process[_0x3c7959(0x1ea)],{'timestamp':new Date()[_0x3c7959(0x1d6)](),'level':_0x566db0['fhjbQ'],'message':_0x13ae35,'kind':_0x566db0[_0x3c7959(0x196)],'http_response':{}});}catch(_0x5847fe){PerformanceTester[_0x3c7959(0x1b2)](_0x5847fe);const _0x3f349d={};_0x3f349d[_0x3c7959(0x1ae)]=_0x566db0[_0x3c7959(0x1bd)],PerformanceTester[_0x3c7959(0x1e2)](PerformanceHookEvents[_0x3c7959(0x225)],![],_0x5847fe,_0x3f349d);}const _0x351386={};_0x351386['hookType']=_0x566db0[_0x3c7959(0x1bd)],PerformanceTester[_0x3c7959(0x1e2)](PerformanceHookEvents[_0x3c7959(0x225)],!![],null,_0x351386);}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS[_0x1f965f(0x1c2)]['bddStep'][_0x1f965f(0x1df)],_0x4ec0d9=>{const _0x2b1e70=_0x1f965f,_0x1d5cda={};_0x1d5cda[_0x2b1e70(0x1ae)]=_0x566db0[_0x2b1e70(0x1b0)],PerformanceTester[_0x2b1e70(0x237)](PerformanceHookEvents[_0x2b1e70(0x225)],()=>{const _0x546859=_0x2b1e70;_0x57334e[_0x546859(0x18d)](_0x4ec0d9);},_0x1d5cda)();}),CodeceptJS[_0x1f965f(0x1c2)][_0x1f965f(0x19c)]['on'](CodeceptJS['event'][_0x1f965f(0x1a6)]['after'],_0x49aae4=>{const _0x5aa519=_0x1f965f,_0x1f3c46={};_0x1f3c46[_0x5aa519(0x1ae)]=_0x566db0[_0x5aa519(0x1a7)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x5aa519(0x225)],()=>{const _0xf59251=_0x5aa519;_0x57334e[_0xf59251(0x186)](_0x49aae4);},_0x1f3c46)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x227859=a2_0x14ec;(function(_0x51eaf0,_0x4d8ac2){const _0x335954=a2_0x14ec,_0xcb2767=_0x51eaf0();while(!![]){try{const _0x1c6faa=-parseInt(_0x335954(0x1ae))/0x1*(-parseInt(_0x335954(0x182))/0x2)+parseInt(_0x335954(0x172))/0x3+-parseInt(_0x335954(0x175))/0x4+-parseInt(_0x335954(0x1e5))/0x5+-parseInt(_0x335954(0x177))/0x6+-parseInt(_0x335954(0x1c5))/0x7*(parseInt(_0x335954(0x1e7))/0x8)+parseInt(_0x335954(0x1be))/0x9;if(_0x1c6faa===_0x4d8ac2)break;else _0xcb2767['push'](_0xcb2767['shift']());}catch(_0x3f6422){_0xcb2767['push'](_0xcb2767['shift']());}}}(a2_0x49b6,0xa2895));function a2_0x14ec(_0x47c459,_0x3a2735){const _0x49b6fd=a2_0x49b6();return a2_0x14ec=function(_0x14ec30,_0x12dfb7){_0x14ec30=_0x14ec30-0x159;let _0x3b929c=_0x49b6fd[_0x14ec30];return _0x3b929c;},a2_0x14ec(_0x47c459,_0x3a2735);}const fs=require('fs'),path=require(a2_0x227859(0x19b)),util=require('util'),process=require(a2_0x227859(0x1ba)),logger=require(a2_0x227859(0x189))[a2_0x227859(0x15e)],{default:BrowserStackSetup}=require(a2_0x227859(0x1ce)),helper=require(a2_0x227859(0x17f)),utilities=require(a2_0x227859(0x1de)),{checkAccessibilityPlatformConfig}=require(a2_0x227859(0x162)),{setAccessibilityCapabilities}=require(a2_0x227859(0x18f)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x227859(0x17f)),CodeceptJS=requireModule(a2_0x227859(0x1a9),a2_0x227859(0x179)),testOpsHelper=require(a2_0x227859(0x1d5)),TestHubHandler=require(a2_0x227859(0x1ab)),constants=require(a2_0x227859(0x168)),PerformanceTester=require('../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a2_0x227859(0x196)),PerformanceEvents=require(a2_0x227859(0x190))['EVENTS'],_testErrorData=[],getUserCodeceptJSConfigs=(_0x20cbb1,_0xdc94e3)=>{const _0x2578d5=a2_0x227859,_0x5e1ab9={};_0x5e1ab9[_0x2578d5(0x18a)]=function(_0x2c5f10,_0x1b99cb){return _0x2c5f10===_0x1b99cb;},_0x5e1ab9['lwbAV']=_0x2578d5(0x1dc),_0x5e1ab9[_0x2578d5(0x15a)]=_0x2578d5(0x1c8);const _0x17d5fd=_0x5e1ab9;let _0x49b7a4=null;const _0x4fb13d={};let _0x3aa2d2=_0xdc94e3[_0x2578d5(0x1db)](_0x176430=>_0x176430===_0x2578d5(0x1cf));_0x17d5fd[_0x2578d5(0x18a)](_0x3aa2d2,-0x1)&&(_0x3aa2d2=_0xdc94e3['findIndex'](_0x5836fe=>_0x5836fe==='-c'));if(!helper[_0x2578d5(0x16f)](_0x20cbb1[_0x2578d5(0x160)])&&fs['existsSync'](path[_0x2578d5(0x1d3)](process[_0x2578d5(0x185)](),_0x20cbb1['config'])))_0x49b7a4=path[_0x2578d5(0x1d3)](process[_0x2578d5(0x185)](),_0x20cbb1['config']),_0xdc94e3[_0x2578d5(0x188)](_0x3aa2d2,0x2);else{if(!helper['isUndefined'](_0x20cbb1['c'])&&fs[_0x2578d5(0x1cb)](path['join'](process[_0x2578d5(0x185)](),_0x20cbb1['c'])))_0x49b7a4=path['join'](process['cwd'](),_0x20cbb1['c']),_0xdc94e3[_0x2578d5(0x188)](_0x3aa2d2,0x2);else{if(fs[_0x2578d5(0x1cb)](path[_0x2578d5(0x1d3)](process[_0x2578d5(0x185)](),_0x17d5fd[_0x2578d5(0x1d4)])))_0x49b7a4=path['join'](process[_0x2578d5(0x185)](),_0x17d5fd[_0x2578d5(0x1d4)]);else fs[_0x2578d5(0x1cb)](path[_0x2578d5(0x1d3)](process['cwd'](),_0x17d5fd[_0x2578d5(0x15a)]))&&(_0x49b7a4=path[_0x2578d5(0x1d3)](process[_0x2578d5(0x185)](),_0x17d5fd[_0x2578d5(0x15a)]));}}return process[_0x2578d5(0x1bb)]['USER_CONFIG_DETAILS_PATH']=_0x49b7a4,_0x49b7a4;},getO11yRerunPattern=()=>{const _0x59e5b4=a2_0x227859,_0x4108b8=helper[_0x59e5b4(0x1bc)](process[_0x59e5b4(0x1bb)][_0x59e5b4(0x186)]);if(_0x4108b8){const _0x228483=process[_0x59e5b4(0x1bb)][_0x59e5b4(0x15f)],_0x130b96=[];if(helper[_0x59e5b4(0x16b)](_0x228483)&&!helper[_0x59e5b4(0x16f)](_0x228483)){_0x228483['split'](',')['map'](_0x356e36=>{const _0x56c2b2=_0x59e5b4;_0x130b96[_0x56c2b2(0x1b0)]('('+_0x356e36[_0x56c2b2(0x193)]()+')');});const _0x59cc56='^'+_0x130b96[_0x59e5b4(0x1d3)]('|')+'$';return _0x59cc56;}}return null;},a2_0xee817c={};function a2_0x49b6(){const _0xf77789=['stack','Workers','path','testContextOptions','CODECEPT','webkit','result','ggbHw','stop','accessibility','jfovL','desiredCapabilities','mbRmi','accessibilityOptions','HUmRd','playwright-webkit','codeceptjs/lib/index.js','test','../../helpers/testhub/testhubHandler','start','exports','630052pvQuCl','all','push','getPlaywrightUrl','before','browserStackCwd','kuJaj','XgUMI','zdRlQ','now','err','suLQA','process','env','isTrue','info','5816943eDdSWG','setAdditionalCapabilities','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','handleApp','getPlatformName','dirname','browserName','13468tZPWUy','createGroupsOfSuites','root','codecept.json','WebDriver','debug','existsSync','chrome','KDfkt','../../helpers/BrowserStackSetup','--config','CODECEPT_CUCUMBER','gherkin','teardownAll','join','lwbAV','../../helpers/test-observability/utils','fhKSJ','Playwright','frameworkName','skipSessionName','zrunD','findIndex','codecept.conf.js','helpers','../../helpers/utilities','chdir','failed','getUserWorkerCount','BrowserStackPlugin.js','isTestObservabilitySession','playwright-firefox','689750bTsQtq','forEach','4128tUMTDW','jkXlN','BROWSERSTACK_TEST_OBSERVABILITY_YML','WdCNu','EWZUl','mergeDeep','event','winstonLogger','BROWSERSTACK_RERUN_TESTS','config','end','../../helpers/accessibility-automation/helper','ZRVdM','xiSKi','playwright-chromium','profile','AfkTC','../utils/constants','isEmpty','chromium','validateRerunTestList','AtEmQ','bootstrapAll','testObservability','isUndefined','UBUgs','firefox','3478539GxivfK','initialize','SDK_SETUP','809920VRqCsQ','format','2621574OWOxCd','IRtcb','codeceptjs','plugins','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','spawn','IFeGt','map','../../helpers/helper','toLowerCase','FRAMEWORKS','2RPzwwk','stringify','HFqBA','cwd','BROWSERSTACK_RERUN','run','slice','../../helpers/logger','lRwVz','pjrct','sbphN','addTests','SDK_CLEANUP','../../bin/playwright/accessibility-helper','../../helpers/performance/constants','RCCDu','BROWSERSTACK_TEST_ACCESSIBILITY_YML','trim','browserWSEndpoint','addConfig','../../helpers/test-observability/constants','title','addOptions'];a2_0x49b6=function(){return _0xf77789;};return a2_0x49b6();}a2_0xee817c[a2_0x227859(0x1cc)]=a2_0x227859(0x16a),a2_0xee817c[a2_0x227859(0x165)]=a2_0x227859(0x16a),a2_0xee817c[a2_0x227859(0x1e4)]=a2_0x227859(0x171),a2_0xee817c[a2_0x227859(0x1a8)]=a2_0x227859(0x19e);const pwToCodeceptBrowser=a2_0xee817c;async function run(_0x499354,_0x34860a){const _0xf033b3=a2_0x227859,_0x3e2f1e={'pjrct':function(_0x268129,_0x319cd3){return _0x268129+_0x319cd3;},'sbphN':function(_0x12927b,_0x1a2c88){return _0x12927b(_0x1a2c88);},'jfovL':function(_0x59034a,_0x423b4b,_0x1d9f88){return _0x59034a(_0x423b4b,_0x1d9f88);},'fhKSJ':_0xf033b3(0x1dd),'mbRmi':function(_0x2723ac){return _0x2723ac();},'UBUgs':'Failed\x20:\x20','mKENc':'Passed\x20:\x20','PKhGM':'Started\x20:\x20','sCNnl':'5|3|4|2|1|0','ijLdQ':_0xf033b3(0x179),'zrunD':_0xf033b3(0x17b),'IFeGt':function(_0x5a930b,_0x155696,_0x125e85){return _0x5a930b(_0x155696,_0x125e85);},'kuJaj':_0xf033b3(0x1d7),'ggbHw':_0xf033b3(0x1c9),'AfkTC':function(_0x3d3298,_0x524b0b){return _0x3d3298(_0x524b0b);},'IRtcb':function(_0x3a422e,_0x576af1){return _0x3a422e!=_0x576af1;},'ZRVdM':function(_0x39062f,_0x49a3e6){return _0x39062f===_0x49a3e6;},'BVPFf':function(_0xfd7641,_0x148f27,_0x2ad889){return _0xfd7641(_0x148f27,_0x2ad889);},'KDfkt':_0xf033b3(0x1d1),'HUmRd':function(_0xb97bc5,_0x393f62){return _0xb97bc5(_0x393f62);},'GVRBw':function(_0x1a5112){return _0x1a5112();},'xiSKi':function(_0x1d4739,_0x111f50){return _0x1d4739*_0x111f50;},'RCCDu':function(_0x5e8138,_0x3a6ac9,_0x52b4c9){return _0x5e8138(_0x3a6ac9,_0x52b4c9);},'AtEmQ':'browser','XgUMI':_0xf033b3(0x1a4),'zdRlQ':function(_0x9dd896,_0x31627c,_0x463de8){return _0x9dd896(_0x31627c,_0x463de8);},'jkXlN':_0xf033b3(0x1c7),'HFqBA':_0xf033b3(0x1e2),'thZWh':_0xf033b3(0x1b3)},_0x364d98=new BrowserStackSetup(_0x499354,_0x3e2f1e['ijLdQ']);await _0x364d98[_0xf033b3(0x173)](),await helper[_0xf033b3(0x1c1)](_0x364d98[_0xf033b3(0x160)]);if(!_0x364d98['config'])return;process[_0xf033b3(0x166)]=_0x499354['profile'];_0x499354['profile']&&(process[_0xf033b3(0x1bb)]['profile']=_0x499354[_0xf033b3(0x166)]);const _0x7a18ad=_0x3e2f1e[_0xf033b3(0x1a3)](getUserCodeceptJSConfigs,_0x499354,_0x34860a);let _0x44e72d={};_0x7a18ad?(logger[_0xf033b3(0x1bd)](_0xf033b3(0x1c0)+_0x7a18ad),_0x44e72d=CodeceptJS[_0xf033b3(0x160)]['load'](_0x7a18ad)):logger['info'](_0x3e2f1e[_0xf033b3(0x1da)]);let _0x203a1c=![];_0x3e2f1e[_0xf033b3(0x17d)](nestedKeyValue,_0x44e72d,[_0x3e2f1e[_0xf033b3(0x1d6)],_0x3e2f1e[_0xf033b3(0x1b4)]])&&(_0x203a1c=!![]);const _0x24616d=_0x203a1c?_0x3e2f1e['kuJaj']:_0x3e2f1e[_0xf033b3(0x1a0)];let _0x28106b=!_0x203a1c?helper['useW3C'](_0x364d98[_0xf033b3(0x160)]):![];!helper[_0xf033b3(0x16f)](_0x364d98[_0xf033b3(0x160)][_0xf033b3(0x1a6)])&&(process[_0xf033b3(0x1bb)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0xf033b3(0x183)](_0x364d98[_0xf033b3(0x160)][_0xf033b3(0x1a6)]));let _0x59f10a=_0x364d98[_0xf033b3(0x160)][_0xf033b3(0x1a2)];_0x59f10a=_0x59f10a||_0x3e2f1e[_0xf033b3(0x167)](checkAccessibilityPlatformConfig,_0x364d98[_0xf033b3(0x160)]),process[_0xf033b3(0x1bb)][_0xf033b3(0x192)]=_0x59f10a;_0x59f10a&&(_0x28106b=!_0x59f10a);_0x3e2f1e[_0xf033b3(0x178)](_0x364d98[_0xf033b3(0x160)][_0xf033b3(0x16e)],null)?process[_0xf033b3(0x1bb)][_0xf033b3(0x159)]=_0x364d98['config']['testObservability']:process[_0xf033b3(0x1bb)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3e2f1e[_0xf033b3(0x163)](_0x24616d,_0x3e2f1e[_0xf033b3(0x1b4)]);const _0x4333ee=_0x3e2f1e['BVPFf'](nestedKeyValue,_0x44e72d,[_0x3e2f1e[_0xf033b3(0x1cd)]]),_0x400c09=_0x4333ee&&!helper[_0xf033b3(0x169)](_0x4333ee)?FRAMEWORKS[_0xf033b3(0x1d0)]:FRAMEWORKS[_0xf033b3(0x19d)],_0x55f3d5=await TestHubHandler['launchBuild'](_0x400c09,_0x364d98);_0x59f10a&&_0x3e2f1e[_0xf033b3(0x1a7)](setAccessibilityCapabilities,_0x364d98[_0xf033b3(0x160)]);const _0x1149bc={},_0x625b67=[],_0x342616=_0x364d98['config']['parallelsPerPlatform']||helper[_0xf033b3(0x1e1)](_0x499354,_0x34860a,_0x364d98[_0xf033b3(0x160)],constants[_0xf033b3(0x181)][_0xf033b3(0x19d)])||0x1;let _0x17d5cd=0x1;if(_0x3e2f1e['GVRBw'](isBrowserstackInfra)){const _0x1ab73a=helper['prepareCapabilities'](_0x364d98[_0xf033b3(0x160)],_0x28106b,constants['FRAMEWORKS'][_0xf033b3(0x19d)]);_0x1ab73a[_0xf033b3(0x1e6)](_0x5183a9=>{const _0x53fadc=_0xf033b3;helper[_0x53fadc(0x1bf)](_0x5183a9);}),helper['validPlatformsPresent'](_0x364d98[_0xf033b3(0x160)])?_0x17d5cd=_0x3e2f1e[_0xf033b3(0x164)](_0x342616,_0x364d98[_0xf033b3(0x160)]['platforms']['length']):_0x17d5cd=_0x342616,_0x1ab73a[_0xf033b3(0x1e6)](_0x331d82=>{const _0x225aa5=_0xf033b3,_0x5e0acf={'suLQA':function(_0x5f489e,_0x26e21c){const _0x3be233=a2_0x14ec;return _0x3e2f1e[_0x3be233(0x18b)](_0x5f489e,_0x26e21c);},'EWZUl':function(_0x38903a,_0x33c524){const _0x141562=a2_0x14ec;return _0x3e2f1e[_0x141562(0x18c)](_0x38903a,_0x33c524);}},_0x26b6ef=_0x3e2f1e[_0x225aa5(0x18b)](helper[_0x225aa5(0x1c2)](_0x331d82,'_'),'_'+Date[_0x225aa5(0x1b7)]()),_0x40c875=((()=>{const _0x158e83=_0x225aa5;if(_0x203a1c){const _0x208dea=pwToCodeceptBrowser[_0x331d82['browserName']]||_0x331d82[_0x158e83(0x1c4)];return{'browser':_0x208dea,[_0x208dea]:{'browserWSEndpoint':_0x5e0acf[_0x158e83(0x1b9)](helper[_0x158e83(0x1b1)](_0x364d98[_0x158e83(0x160)]),_0x5e0acf[_0x158e83(0x15b)](encodeURIComponent,JSON[_0x158e83(0x183)](_0x331d82)))}};}const _0x2c7e30={};return _0x2c7e30[_0x158e83(0x1a4)]=_0x331d82,_0x2c7e30;})()),_0x2b3099=_0x3e2f1e[_0x225aa5(0x1a3)](nestedKeyValue,_0x44e72d,[_0x3e2f1e['fhKSJ'],_0x24616d]);_0x1149bc[_0x26b6ef]=_0x2b3099?helper[_0x225aa5(0x15c)](_0x40c875,_0x2b3099):_0x40c875,!_0x203a1c&&(_0x1149bc[_0x26b6ef]['browser']=_0x331d82['browserName']||_0x40c875['browser']),_0x625b67[_0x225aa5(0x1b0)](_0x26b6ef);});}else{_0x17d5cd=0x1;if(_0x203a1c){const _0x4bcc32=_0x3e2f1e['RCCDu'](nestedKeyValue,_0x44e72d,[_0x3e2f1e[_0xf033b3(0x1d6)],_0x24616d,_0x3e2f1e[_0xf033b3(0x16c)]]),_0x576bfb=_0x3e2f1e[_0xf033b3(0x191)](nestedKeyValue,_0x44e72d,[_0x3e2f1e[_0xf033b3(0x1d6)],_0x24616d,_0x4bcc32]);_0x576bfb&&_0x576bfb[_0xf033b3(0x194)]&&(_0x576bfb['browserWSEndpoint']=helper['prepareCapabilities'](null,null,_0x400c09[_0xf033b3(0x180)](),null,null,_0x576bfb[_0xf033b3(0x194)]));}else _0x44e72d[_0x3e2f1e[_0xf033b3(0x1d6)]][_0x24616d][_0x3e2f1e[_0xf033b3(0x1b5)]]=helper['prepareCapabilities'](null,null,_0x400c09[_0xf033b3(0x180)](),_0x3e2f1e[_0xf033b3(0x1b6)](nestedKeyValue,_0x44e72d,[_0x3e2f1e[_0xf033b3(0x1d6)],_0x24616d,_0x3e2f1e[_0xf033b3(0x1b5)]]),null,null);_0x1149bc[_0x3e2f1e[_0xf033b3(0x1e8)]]=_0x44e72d,_0x625b67[_0xf033b3(0x1b0)](_0x3e2f1e[_0xf033b3(0x1e8)]);}const _0x41cc85={};_0x41cc85['testConfig']=_0x7a18ad;const _0x490b8a=_0x41cc85,_0x3e5778=path[_0xf033b3(0x1d3)](__dirname,_0x3e2f1e[_0xf033b3(0x184)]),_0x3fa002=process[_0xf033b3(0x185)]();process[_0xf033b3(0x1bb)][_0x3e2f1e['thZWh']]=_0x3fa002,process['chdir'](path[_0xf033b3(0x1c3)](_0x7a18ad));const _0x27a53c=new CodeceptJS[(_0xf033b3(0x19a))](null,_0x490b8a),_0x59c3df=_0x27a53c[_0xf033b3(0x1c6)](_0x17d5cd),_0x10b4c2=testOpsHelper[_0xf033b3(0x1e3)](),_0x13be93=_0x625b67[_0xf033b3(0x17e)](_0x42bdc5=>{const _0x486c45=_0xf033b3,_0x65da3a={};_0x65da3a[_0x486c45(0x1d7)]=_0x1149bc[_0x42bdc5];const _0xc25459={};_0xc25459[_0x486c45(0x1c9)]=_0x1149bc[_0x42bdc5];const _0x544211=_0x203a1c?_0x65da3a:_0xc25459,_0x43cec1=_0x3e2f1e[_0x486c45(0x1a5)](getO11yRerunPattern),_0x50b36a={};_0x50b36a[_0x486c45(0x1dd)]=_0x544211;const _0x44e9cc={};_0x44e9cc['require']=_0x3e5778,_0x44e9cc['enabled']=!![],_0x44e9cc['skipSessionName']=_0x364d98[_0x486c45(0x160)]['testContextOptions'][_0x486c45(0x1d9)],_0x44e9cc['skipSessionStatus']=_0x364d98[_0x486c45(0x160)][_0x486c45(0x19c)]['skipSessionStatus'],_0x44e9cc[_0x486c45(0x16e)]=_0x10b4c2,_0x44e9cc[_0x486c45(0x1d8)]=_0x400c09;const _0x4ed53a={};_0x4ed53a['BrowserStackPlugin']=_0x44e9cc;const _0x558348={};return _0x558348[_0x486c45(0x17a)]=_0x4ed53a,helper['mergeDeep']({},_0x44e72d,_0x3e2f1e['mbRmi'](isBrowserstackInfra)?_0x50b36a:{},_0x43cec1?{'grep':_0x43cec1}:{},_0x558348);});for(const _0x1fc522 of _0x13be93){for(const _0x2bd34b of _0x59c3df){const _0x3e1dab=_0x27a53c[_0xf033b3(0x17c)]();_0x3e1dab[_0xf033b3(0x18d)](_0x2bd34b),_0x3e1dab[_0xf033b3(0x195)](_0x1fc522);const _0x717313={};_0x717313['config']=_0x7a18ad,_0x3e1dab[_0xf033b3(0x198)](_0x717313);}}_0x27a53c['on'](CodeceptJS['event'][_0xf033b3(0x1aa)][_0xf033b3(0x1e0)],(_0x14ff5e,_0x1f3482)=>{const _0x407ce8=_0xf033b3;console['log'](_0x3e2f1e[_0x407ce8(0x170)],_0x14ff5e[_0x407ce8(0x197)]);const _0x1a64ca={[_0x14ff5e['title']]:_0x14ff5e[_0x407ce8(0x1b8)][_0x407ce8(0x199)]};_testErrorData['push'](_0x1a64ca);}),_0x27a53c['on'](CodeceptJS[_0xf033b3(0x15d)]['test']['passed'],async _0x3c273e=>{const _0x45736a=_0xf033b3;console['log'](_0x3e2f1e['mKENc'],_0x3c273e[_0x45736a(0x197)]);}),_0x27a53c['on'](CodeceptJS[_0xf033b3(0x15d)][_0xf033b3(0x1aa)][_0xf033b3(0x1b2)],async _0x13ee86=>{const _0x5ebd00=_0xf033b3;console['log'](_0x3e2f1e['PKhGM'],_0x13ee86[_0x5ebd00(0x197)]);}),_0x27a53c['on'](CodeceptJS[_0xf033b3(0x15d)][_0xf033b3(0x1af)][_0xf033b3(0x19f)],async()=>{const _0x2ed1a9=_0xf033b3,_0x3d382c=_0x3e2f1e['sCNnl']['split']('|');let _0x1361ce=0x0;while(!![]){switch(_0x3d382c[_0x1361ce++]){case'0':_0x27a53c['printResults']();continue;case'1':try{await TestHubHandler[_0x2ed1a9(0x1a1)]();}catch(_0x1463d1){logger[_0x2ed1a9(0x1ca)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x2ed1a9(0x176)](_0x1463d1));}continue;case'2':utilities['finalExecution'](_0x364d98);continue;case'3':_0x364d98['errorMessage']=_testErrorData;continue;case'4':testOpsHelper['printBuildLink']();continue;case'5':PerformanceTester[_0x2ed1a9(0x1ac)](PerformanceEvents[_0x2ed1a9(0x18e)]);continue;}break;}});async function _0x2df5b3(){const _0xfd9400=_0xf033b3;try{await _0x27a53c[_0xfd9400(0x16d)](),await _0x27a53c[_0xfd9400(0x187)]();}finally{process[_0xfd9400(0x1df)](_0x3fa002),await _0x27a53c[_0xfd9400(0x1d2)]();}}PerformanceTester[_0xf033b3(0x161)](PerformanceEvents[_0xf033b3(0x174)]),_0x3e2f1e[_0xf033b3(0x1a5)](_0x2df5b3);}module[a2_0x227859(0x1ad)]=run;
2
+ 'use strict';const a2_0x529f33=a2_0x4326;(function(_0x22b63c,_0x1ae030){const _0x5739d9=a2_0x4326,_0x569bed=_0x22b63c();while(!![]){try{const _0x439202=-parseInt(_0x5739d9(0x212))/0x1+parseInt(_0x5739d9(0x283))/0x2*(-parseInt(_0x5739d9(0x24f))/0x3)+parseInt(_0x5739d9(0x274))/0x4+parseInt(_0x5739d9(0x259))/0x5+parseInt(_0x5739d9(0x243))/0x6*(parseInt(_0x5739d9(0x26d))/0x7)+parseInt(_0x5739d9(0x224))/0x8*(-parseInt(_0x5739d9(0x227))/0x9)+parseInt(_0x5739d9(0x203))/0xa;if(_0x439202===_0x1ae030)break;else _0x569bed['push'](_0x569bed['shift']());}catch(_0x411b08){_0x569bed['push'](_0x569bed['shift']());}}}(a2_0x314f,0x7de4c));const fs=require('fs'),path=require('path'),util=require(a2_0x529f33(0x266)),process=require('process'),logger=require(a2_0x529f33(0x250))[a2_0x529f33(0x22a)],{default:BrowserStackSetup}=require(a2_0x529f33(0x1fe)),helper=require(a2_0x529f33(0x209)),utilities=require(a2_0x529f33(0x258)),{checkAccessibilityPlatformConfig}=require(a2_0x529f33(0x245)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x529f33(0x209)),CodeceptJS=requireModule(a2_0x529f33(0x1f6),a2_0x529f33(0x20c)),testOpsHelper=require(a2_0x529f33(0x20f)),TestHubHandler=require(a2_0x529f33(0x261)),constants=require(a2_0x529f33(0x23a)),PerformanceTester=require(a2_0x529f33(0x27f)),{FRAMEWORKS}=require(a2_0x529f33(0x221)),PerformanceEvents=require(a2_0x529f33(0x1fa))[a2_0x529f33(0x214)],_testErrorData=[],getUserCodeceptJSConfigs=(_0x1980ad,_0x2cad3e)=>{const _0xf6d3ec=a2_0x529f33,_0x25ecb3={};_0x25ecb3[_0xf6d3ec(0x25d)]=function(_0x3b0a8d,_0x51ca6b){return _0x3b0a8d===_0x51ca6b;},_0x25ecb3[_0xf6d3ec(0x25f)]=_0xf6d3ec(0x200),_0x25ecb3[_0xf6d3ec(0x26b)]='codecept.json';const _0x446658=_0x25ecb3;let _0x1ab317=null;const _0x499ac4={};let _0x40cc51=_0x2cad3e[_0xf6d3ec(0x278)](_0x4fc9e8=>_0x4fc9e8===_0xf6d3ec(0x23c));_0x446658[_0xf6d3ec(0x25d)](_0x40cc51,-0x1)&&(_0x40cc51=_0x2cad3e[_0xf6d3ec(0x278)](_0x4717d1=>_0x4717d1==='-c'));if(!helper[_0xf6d3ec(0x277)](_0x1980ad[_0xf6d3ec(0x23b)])&&fs[_0xf6d3ec(0x264)](path[_0xf6d3ec(0x23e)](process['cwd'](),_0x1980ad[_0xf6d3ec(0x23b)])))_0x1ab317=path[_0xf6d3ec(0x23e)](process[_0xf6d3ec(0x248)](),_0x1980ad['config']),_0x2cad3e[_0xf6d3ec(0x27d)](_0x40cc51,0x2);else{if(!helper[_0xf6d3ec(0x277)](_0x1980ad['c'])&&fs[_0xf6d3ec(0x264)](path['join'](process['cwd'](),_0x1980ad['c'])))_0x1ab317=path['join'](process['cwd'](),_0x1980ad['c']),_0x2cad3e[_0xf6d3ec(0x27d)](_0x40cc51,0x2);else{if(fs[_0xf6d3ec(0x264)](path['join'](process['cwd'](),_0x446658[_0xf6d3ec(0x25f)])))_0x1ab317=path['join'](process[_0xf6d3ec(0x248)](),_0x446658[_0xf6d3ec(0x25f)]);else fs[_0xf6d3ec(0x264)](path['join'](process['cwd'](),_0x446658[_0xf6d3ec(0x26b)]))&&(_0x1ab317=path[_0xf6d3ec(0x23e)](process['cwd'](),_0x446658[_0xf6d3ec(0x26b)]));}}return process[_0xf6d3ec(0x23f)][_0xf6d3ec(0x285)]=_0x1ab317,_0x1ab317;},getO11yRerunPattern=()=>{const _0x425b35=a2_0x529f33,_0x25e987=helper[_0x425b35(0x256)](process['env'][_0x425b35(0x21f)]);if(_0x25e987){const _0x360f91=process[_0x425b35(0x23f)][_0x425b35(0x244)],_0x30d815=[];if(helper['validateRerunTestList'](_0x360f91)&&!helper['isUndefined'](_0x360f91)){_0x360f91['split'](',')[_0x425b35(0x263)](_0x34319d=>{_0x30d815['push']('('+_0x34319d['trim']()+')');});const _0x56aac8='^'+_0x30d815['join']('|')+'$';return _0x56aac8;}}return null;},a2_0xf8d05e={};function a2_0x4326(_0xf002b1,_0x26c2e6){const _0x314f05=a2_0x314f();return a2_0x4326=function(_0x43262e,_0x56c911){_0x43262e=_0x43262e-0x1f2;let _0x28ee94=_0x314f05[_0x43262e];return _0x28ee94;},a2_0x4326(_0xf002b1,_0x26c2e6);}a2_0xf8d05e[a2_0x529f33(0x262)]=a2_0x529f33(0x267),a2_0xf8d05e[a2_0x529f33(0x226)]='chromium',a2_0xf8d05e[a2_0x529f33(0x20b)]=a2_0x529f33(0x24b),a2_0xf8d05e[a2_0x529f33(0x239)]=a2_0x529f33(0x234);const pwToCodeceptBrowser=a2_0xf8d05e;async function run(_0x167d8d,_0x8cd044){const _0x3d1abc=a2_0x529f33,_0x291ebd={'PHxKr':function(_0x56974f,_0x5d1f9c){return _0x56974f+_0x5d1f9c;},'lvMIr':function(_0x439ae6,_0x110094){return _0x439ae6(_0x110094);},'kOUrQ':function(_0x5f2b5d,_0x3a85f3,_0x45ed02){return _0x5f2b5d(_0x3a85f3,_0x45ed02);},'gvuWD':_0x3d1abc(0x25b),'OICGf':function(_0x567146){return _0x567146();},'IaYcc':function(_0x1a22a1){return _0x1a22a1();},'poaIW':_0x3d1abc(0x22e),'VUiQm':_0x3d1abc(0x23d),'rgCSw':'Started\x20:\x20','IRZha':_0x3d1abc(0x271),'exvWa':_0x3d1abc(0x20c),'leXAh':function(_0x1bf27e,_0x1ffb80,_0x4c80f1){return _0x1bf27e(_0x1ffb80,_0x4c80f1);},'DTCRx':_0x3d1abc(0x265),'PTDmo':_0x3d1abc(0x249),'PWuqP':_0x3d1abc(0x287),'GRoro':function(_0x422e6f,_0x38da86){return _0x422e6f(_0x38da86);},'UaIBU':function(_0x22b70e,_0x1977a0){return _0x22b70e!=_0x1977a0;},'ByIEn':function(_0x5df9d,_0xf98fe2){return _0x5df9d===_0xf98fe2;},'MppSu':_0x3d1abc(0x22f),'SJWrL':function(_0x1fb1e2,_0xd05ade){return _0x1fb1e2(_0xd05ade);},'sWDaO':function(_0x59f61f){return _0x59f61f();},'QFQhV':function(_0x6e8e75,_0xe95688){return _0x6e8e75*_0xe95688;},'WFuHT':function(_0x2692ba,_0x597fdc,_0x10d8b8){return _0x2692ba(_0x597fdc,_0x10d8b8);},'RMBPd':_0x3d1abc(0x21c),'LqZFJ':_0x3d1abc(0x24d),'KZjLq':function(_0x4f2c96,_0x176cb0,_0x25fc21){return _0x4f2c96(_0x176cb0,_0x25fc21);},'KpGoE':_0x3d1abc(0x217),'luRJm':'BrowserStackPlugin.js','aHcUt':_0x3d1abc(0x235),'ibbyq':function(_0x4b45a5){return _0x4b45a5();}},_0x545586=new BrowserStackSetup(_0x167d8d,_0x291ebd[_0x3d1abc(0x288)]);await _0x545586[_0x3d1abc(0x276)](),await helper[_0x3d1abc(0x24e)](_0x545586[_0x3d1abc(0x23b)]);if(!_0x545586['config'])return;process[_0x3d1abc(0x21b)]=_0x167d8d[_0x3d1abc(0x21b)];_0x167d8d[_0x3d1abc(0x21b)]&&(process['env'][_0x3d1abc(0x21b)]=_0x167d8d[_0x3d1abc(0x21b)]);const _0x43eaa1=_0x291ebd['leXAh'](getUserCodeceptJSConfigs,_0x167d8d,_0x8cd044);let _0x41b6ba={};_0x43eaa1?(logger[_0x3d1abc(0x1f8)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x43eaa1),_0x41b6ba=CodeceptJS[_0x3d1abc(0x23b)]['load'](_0x43eaa1)):logger['info'](_0x291ebd['DTCRx']);let _0x1499ae=![];_0x291ebd['kOUrQ'](nestedKeyValue,_0x41b6ba,[_0x291ebd[_0x3d1abc(0x252)],_0x291ebd[_0x3d1abc(0x208)]])&&(_0x1499ae=!![]);const _0x1f3b2a=_0x1499ae?_0x291ebd[_0x3d1abc(0x208)]:_0x291ebd[_0x3d1abc(0x284)];let _0x1bcbae=!_0x1499ae?helper[_0x3d1abc(0x220)](_0x545586['config']):![];!helper['isUndefined'](_0x545586[_0x3d1abc(0x23b)][_0x3d1abc(0x1ff)])&&(process[_0x3d1abc(0x23f)][_0x3d1abc(0x231)]=JSON[_0x3d1abc(0x268)](_0x545586['config'][_0x3d1abc(0x1ff)]));let _0x51c811=_0x545586['config'][_0x3d1abc(0x228)];_0x51c811=_0x51c811||_0x291ebd[_0x3d1abc(0x270)](checkAccessibilityPlatformConfig,_0x545586['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x51c811;_0x51c811&&(_0x1bcbae=!_0x51c811);_0x291ebd['UaIBU'](_0x545586[_0x3d1abc(0x23b)]['testObservability'],null)?process[_0x3d1abc(0x23f)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x545586[_0x3d1abc(0x23b)][_0x3d1abc(0x25a)]:process[_0x3d1abc(0x23f)][_0x3d1abc(0x230)]=_0x291ebd['ByIEn'](_0x1f3b2a,_0x291ebd[_0x3d1abc(0x208)]);const _0x13e14d=_0x291ebd[_0x3d1abc(0x219)](nestedKeyValue,_0x41b6ba,[_0x291ebd[_0x3d1abc(0x26a)]]),_0x5d4621=_0x13e14d&&!helper[_0x3d1abc(0x213)](_0x13e14d)?FRAMEWORKS[_0x3d1abc(0x242)]:FRAMEWORKS[_0x3d1abc(0x281)],_0x34d36c=await TestHubHandler[_0x3d1abc(0x273)](_0x5d4621,_0x545586);_0x51c811&&_0x291ebd['SJWrL'](setAccessibilityCapabilities,_0x545586[_0x3d1abc(0x23b)]);const _0x1d5a3e={},_0x3b2f66=[],_0x24a0c4=_0x545586[_0x3d1abc(0x23b)][_0x3d1abc(0x216)]||helper[_0x3d1abc(0x254)](_0x167d8d,_0x8cd044,_0x545586['config'],constants[_0x3d1abc(0x211)][_0x3d1abc(0x281)])||0x1;let _0x132920=0x1;if(_0x291ebd[_0x3d1abc(0x1f4)](isBrowserstackInfra)){const _0xdbc8d6=helper[_0x3d1abc(0x24c)](_0x545586[_0x3d1abc(0x23b)],_0x1bcbae,constants[_0x3d1abc(0x211)][_0x3d1abc(0x281)]);_0xdbc8d6[_0x3d1abc(0x201)](_0x410a04=>{const _0x4e2f3a=_0x3d1abc;helper[_0x4e2f3a(0x202)](_0x410a04);}),helper[_0x3d1abc(0x26f)](_0x545586['config'])?_0x132920=_0x291ebd[_0x3d1abc(0x232)](_0x24a0c4,_0x545586[_0x3d1abc(0x23b)][_0x3d1abc(0x251)][_0x3d1abc(0x260)]):_0x132920=_0x24a0c4,_0xdbc8d6[_0x3d1abc(0x201)](_0x453e25=>{const _0x30890b=_0x3d1abc,_0x2824e2=_0x291ebd[_0x30890b(0x26c)](helper['getPlatformName'](_0x453e25,'_'),'_'+Date[_0x30890b(0x272)]()),_0x5be53f=((()=>{const _0x277218=_0x30890b;if(_0x1499ae){const _0x3016fc=pwToCodeceptBrowser[_0x453e25[_0x277218(0x1f3)]]||_0x453e25[_0x277218(0x1f3)];return{'browser':_0x3016fc,[_0x3016fc]:{'browserWSEndpoint':_0x291ebd[_0x277218(0x26c)](helper[_0x277218(0x210)](_0x545586[_0x277218(0x23b)]),_0x291ebd[_0x277218(0x25e)](encodeURIComponent,JSON[_0x277218(0x268)](_0x453e25)))}};}const _0x3ba7dd={};return _0x3ba7dd[_0x277218(0x24d)]=_0x453e25,_0x3ba7dd;})()),_0x1caaf6=_0x291ebd[_0x30890b(0x219)](nestedKeyValue,_0x41b6ba,[_0x291ebd[_0x30890b(0x252)],_0x1f3b2a]);_0x1d5a3e[_0x2824e2]=_0x1caaf6?helper[_0x30890b(0x286)](_0x5be53f,_0x1caaf6):_0x5be53f,!_0x1499ae&&(_0x1d5a3e[_0x2824e2][_0x30890b(0x21c)]=_0x453e25[_0x30890b(0x1f3)]||_0x5be53f[_0x30890b(0x21c)]),_0x3b2f66[_0x30890b(0x275)](_0x2824e2);});}else{_0x132920=0x1;if(_0x1499ae){const _0x17cd46=_0x291ebd[_0x3d1abc(0x206)](nestedKeyValue,_0x41b6ba,[_0x291ebd[_0x3d1abc(0x252)],_0x1f3b2a,_0x291ebd[_0x3d1abc(0x204)]]),_0x2c82e8=_0x291ebd[_0x3d1abc(0x26e)](nestedKeyValue,_0x41b6ba,[_0x291ebd[_0x3d1abc(0x252)],_0x1f3b2a,_0x17cd46]);_0x2c82e8&&_0x2c82e8[_0x3d1abc(0x1f7)]&&(_0x2c82e8['browserWSEndpoint']=helper[_0x3d1abc(0x24c)](null,null,_0x5d4621[_0x3d1abc(0x237)](),null,null,_0x2c82e8['browserWSEndpoint']));}else _0x41b6ba[_0x291ebd[_0x3d1abc(0x252)]][_0x1f3b2a][_0x291ebd[_0x3d1abc(0x218)]]=helper[_0x3d1abc(0x24c)](null,null,_0x5d4621['toLowerCase'](),_0x291ebd[_0x3d1abc(0x241)](nestedKeyValue,_0x41b6ba,[_0x291ebd[_0x3d1abc(0x252)],_0x1f3b2a,_0x291ebd[_0x3d1abc(0x218)]]),null,null);_0x1d5a3e[_0x291ebd[_0x3d1abc(0x20d)]]=_0x41b6ba,_0x3b2f66[_0x3d1abc(0x275)](_0x291ebd[_0x3d1abc(0x20d)]);}const _0x5761f0={};_0x5761f0[_0x3d1abc(0x1f2)]=_0x43eaa1;const _0x2a3556=_0x5761f0,_0xfb34d8=path[_0x3d1abc(0x23e)](__dirname,_0x291ebd[_0x3d1abc(0x225)]),_0x554265=process[_0x3d1abc(0x248)]();process[_0x3d1abc(0x23f)][_0x291ebd[_0x3d1abc(0x21a)]]=_0x554265,process[_0x3d1abc(0x269)](path['dirname'](_0x43eaa1));const _0x626eae=new CodeceptJS[(_0x3d1abc(0x1fd))](null,_0x2a3556),_0x1f68b2=_0x626eae[_0x3d1abc(0x25c)](_0x132920),_0x1c98b9=testOpsHelper['isTestObservabilitySession'](),_0x2d6e84=_0x3b2f66['map'](_0x2fd3fe=>{const _0x2ad4ee=_0x3d1abc,_0x12d4d0={};_0x12d4d0[_0x2ad4ee(0x249)]=_0x1d5a3e[_0x2fd3fe];const _0x18de47={};_0x18de47[_0x2ad4ee(0x287)]=_0x1d5a3e[_0x2fd3fe];const _0x50931d=_0x1499ae?_0x12d4d0:_0x18de47,_0x2b321c=_0x291ebd[_0x2ad4ee(0x1fb)](getO11yRerunPattern),_0x4a9598={};_0x4a9598[_0x2ad4ee(0x25b)]=_0x50931d;const _0x2dee73={};_0x2dee73[_0x2ad4ee(0x279)]=_0xfb34d8,_0x2dee73['enabled']=!![],_0x2dee73[_0x2ad4ee(0x21d)]=_0x545586['config'][_0x2ad4ee(0x27b)][_0x2ad4ee(0x21d)],_0x2dee73[_0x2ad4ee(0x21e)]=_0x545586[_0x2ad4ee(0x23b)]['testContextOptions'][_0x2ad4ee(0x21e)],_0x2dee73[_0x2ad4ee(0x25a)]=_0x1c98b9,_0x2dee73[_0x2ad4ee(0x215)]=_0x5d4621;const _0x2e253a={};_0x2e253a['BrowserStackPlugin']=_0x2dee73;const _0x271c22={};return _0x271c22[_0x2ad4ee(0x223)]=_0x2e253a,helper[_0x2ad4ee(0x286)]({},_0x41b6ba,_0x291ebd[_0x2ad4ee(0x282)](isBrowserstackInfra)?_0x4a9598:{},_0x2b321c?{'grep':_0x2b321c}:{},_0x271c22);});for(const _0x481641 of _0x2d6e84){for(const _0x19a68f of _0x1f68b2){const _0x1de841=_0x626eae[_0x3d1abc(0x20a)]();_0x1de841[_0x3d1abc(0x253)](_0x19a68f),_0x1de841[_0x3d1abc(0x207)](_0x481641);const _0x4b1432={};_0x4b1432[_0x3d1abc(0x23b)]=_0x43eaa1,_0x1de841[_0x3d1abc(0x1fc)](_0x4b1432);}}_0x626eae['on'](CodeceptJS['event'][_0x3d1abc(0x22b)]['failed'],(_0x2c7d3c,_0x51aa7b)=>{const _0x1cb463=_0x3d1abc;console['log'](_0x291ebd[_0x1cb463(0x255)],_0x2c7d3c['title']);const _0x37b646={[_0x2c7d3c[_0x1cb463(0x240)]]:_0x2c7d3c[_0x1cb463(0x205)][_0x1cb463(0x20e)]};_testErrorData[_0x1cb463(0x275)](_0x37b646);}),_0x626eae['on'](CodeceptJS[_0x3d1abc(0x24a)][_0x3d1abc(0x22b)]['passed'],async _0x1e572d=>{const _0x395e9d=_0x3d1abc;console[_0x395e9d(0x27c)](_0x291ebd[_0x395e9d(0x1f5)],_0x1e572d[_0x395e9d(0x240)]);}),_0x626eae['on'](CodeceptJS[_0x3d1abc(0x24a)][_0x3d1abc(0x22b)][_0x3d1abc(0x280)],async _0x834ebd=>{const _0x518131=_0x3d1abc;console[_0x518131(0x27c)](_0x291ebd[_0x518131(0x27a)],_0x834ebd[_0x518131(0x240)]);}),_0x626eae['on'](CodeceptJS[_0x3d1abc(0x24a)][_0x3d1abc(0x247)][_0x3d1abc(0x236)],async()=>{const _0x39bb63=_0x3d1abc,_0x1e6acd=_0x291ebd[_0x39bb63(0x233)][_0x39bb63(0x257)]('|');let _0x4146b0=0x0;while(!![]){switch(_0x1e6acd[_0x4146b0++]){case'0':utilities[_0x39bb63(0x229)](_0x545586);continue;case'1':_0x545586['errorMessage']=_testErrorData;continue;case'2':_0x626eae[_0x39bb63(0x1f9)]();continue;case'3':try{await TestHubHandler[_0x39bb63(0x22c)]();}catch(_0x554c45){logger[_0x39bb63(0x238)](_0x39bb63(0x246)+util['format'](_0x554c45));}continue;case'4':PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']);continue;case'5':testOpsHelper['printBuildLink']();continue;}break;}});async function _0x257ae9(){const _0x2da0e5=_0x3d1abc;try{await _0x626eae['bootstrapAll'](),await _0x626eae['run']();}finally{process['chdir'](_0x554265),await _0x626eae[_0x2da0e5(0x22d)]();}}PerformanceTester['end'](PerformanceEvents[_0x3d1abc(0x27e)]),_0x291ebd['ibbyq'](_0x257ae9);}function a2_0x314f(){const _0x22a9fb=['setAdditionalCapabilities','2893640SruDtJ','RMBPd','err','WFuHT','addConfig','PTDmo','../../helpers/helper','spawn','playwright-firefox','codeceptjs','KpGoE','stack','../../helpers/test-observability/utils','getPlaywrightUrl','FRAMEWORKS','101139vmSlyG','isEmpty','EVENTS','frameworkName','parallelsPerPlatform','root','LqZFJ','kOUrQ','aHcUt','profile','browser','skipSessionName','skipSessionStatus','BROWSERSTACK_RERUN','useW3C','../../helpers/test-observability/constants','exports','plugins','4805000YXoVQg','luRJm','playwright-chromium','9mMSvdB','accessibility','finalExecution','winstonLogger','test','stop','teardownAll','Failed\x20:\x20','gherkin','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','QFQhV','IRZha','webkit','browserStackCwd','result','toLowerCase','debug','playwright-webkit','../utils/constants','config','--config','Passed\x20:\x20','join','env','title','KZjLq','CODECEPT_CUCUMBER','860286FnVNMG','BROWSERSTACK_RERUN_TESTS','../../helpers/accessibility-automation/helper','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','all','cwd','Playwright','event','firefox','prepareCapabilities','desiredCapabilities','handleApp','3BwjECg','../../helpers/logger','platforms','gvuWD','addTests','getUserWorkerCount','poaIW','isTrue','split','../../helpers/utilities','2278005JZAWAK','testObservability','helpers','createGroupsOfSuites','eYmNV','lvMIr','sgNeG','length','../../helpers/testhub/testhubHandler','chrome','map','existsSync','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','util','chromium','stringify','chdir','MppSu','IxurY','PHxKr','14rSbLpz','leXAh','validPlatformsPresent','GRoro','4|1|5|0|3|2','now','launchBuild','2389040RWCaoC','push','initialize','isUndefined','findIndex','require','rgCSw','testContextOptions','log','slice','SDK_SETUP','../../helpers/performance/performance-tester','before','CODECEPT','IaYcc','823126PudoKb','PWuqP','USER_CONFIG_DETAILS_PATH','mergeDeep','WebDriver','exvWa','testConfig','browserName','sWDaO','VUiQm','codeceptjs/lib/index.js','browserWSEndpoint','info','printResults','../../helpers/performance/constants','OICGf','addOptions','Workers','../../helpers/BrowserStackSetup','accessibilityOptions','codecept.conf.js','forEach'];a2_0x314f=function(){return _0x22a9fb;};return a2_0x314f();}module[a2_0x529f33(0x222)]=run;
@@ -1 +1 @@
1
- const a3_0x1d7fcd=a3_0x2b3e;(function(_0x57b51c,_0xad9480){const _0x246711=a3_0x2b3e,_0x11e2da=_0x57b51c();while(!![]){try{const _0x45bde9=-parseInt(_0x246711(0x1a5))/0x1*(-parseInt(_0x246711(0x16f))/0x2)+parseInt(_0x246711(0x1b3))/0x3*(parseInt(_0x246711(0x1b5))/0x4)+-parseInt(_0x246711(0x1ad))/0x5+parseInt(_0x246711(0x16b))/0x6+parseInt(_0x246711(0x1a0))/0x7*(parseInt(_0x246711(0x19a))/0x8)+parseInt(_0x246711(0x177))/0x9*(parseInt(_0x246711(0x16d))/0xa)+-parseInt(_0x246711(0x197))/0xb*(parseInt(_0x246711(0x194))/0xc);if(_0x45bde9===_0xad9480)break;else _0x11e2da['push'](_0x11e2da['shift']());}catch(_0x36603f){_0x11e2da['push'](_0x11e2da['shift']());}}}(a3_0x4f01,0xb47f5));const {isUndefined,nestedKeyValue}=require(a3_0x1d7fcd(0x1aa)),logger=require(a3_0x1d7fcd(0x186))[a3_0x1d7fcd(0x1bb)],PlaywrightSessionDetails=require(a3_0x1d7fcd(0x1b2)),{isAccessibilityAutomationSession}=require(a3_0x1d7fcd(0x1b8)),{getObservabilityLinkedProductName}=require(a3_0x1d7fcd(0x1b6)),getOSVersionFromCaps=_0x353a91=>{const _0x31e795=a3_0x1d7fcd,_0x29fa46={};_0x29fa46[_0x31e795(0x18e)]=_0x31e795(0x18d),_0x29fa46[_0x31e795(0x1ba)]='platformVersion',_0x29fa46[_0x31e795(0x19c)]=_0x31e795(0x171),_0x29fa46[_0x31e795(0x181)]=_0x31e795(0x182),_0x29fa46[_0x31e795(0x1a9)]='os_version';const _0x52644b=_0x29fa46;if(!_0x353a91)return null;const _0x4e3d46=_0x353a91[_0x52644b['TWyAl']],_0x3c540f=[_0x52644b[_0x31e795(0x1ba)],_0x52644b[_0x31e795(0x19c)],_0x52644b[_0x31e795(0x181)],_0x52644b[_0x31e795(0x1a9)]];for(const _0xe40be3 of _0x3c540f){if(_0x4e3d46&&_0x4e3d46[_0xe40be3])return _0x4e3d46[_0xe40be3];else{if(_0x353a91[_0xe40be3])return _0x353a91[_0xe40be3];}}return null;};function a3_0x2b3e(_0x5832bc,_0x5cade3){const _0x4f018b=a3_0x4f01();return a3_0x2b3e=function(_0x2b3e0e,_0xec52ea){_0x2b3e0e=_0x2b3e0e-0x16a;let _0x398341=_0x4f018b[_0x2b3e0e];return _0x398341;},a3_0x2b3e(_0x5832bc,_0x5cade3);}function a3_0x4f01(){const _0x5a8bc3=['KLTsR','Playwright','warn','MiEet','1694FWSsNa','LyJUo','bsnXE','playwright-chromium','capabilities','398757hexXBa','caps','cloudProvider','XceAa','tmdjn','../../helpers/helper','sessionId','muPIX','6202250WQdlvY','platform','chrome','Mliqp','get','../../bin/playwright/sessionDetails','6LzDZjN','stdsd','1307732bcvNPN','../../helpers/test-observability/utils','__cloud_provider___','../../helpers/accessibility-automation/helper','pbFeP','HdvxX','winstonLogger','name','config','871644IhGWXh','browserName','2336910dCAgWh','iedWZ','2DRvhlH','browser_version','platform_version','constructor','vdPwX','wxSyt','bsSessionId','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','45SIkypz','browserstack_executor','JKehb','NrfmA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','cswcZ','unknown_grid','accessibilityPlatform','platformName','searchParams','QBQWK','osVersion','browser','fetchPlatformDetails','desiredCapabilities','../../helpers/logger','otdEt','browserWSEndpoint','qpqgx','deviceName','includes','NbBor','bstack:options','TWyAl','processWebDriverConfig','YcEiR','browserVersion','jAqWU','JMJpT','1116nOOFmE','KYjgJ','latest','98593siWDBA','ZLwKV','pSLgJ','14776dZgfol','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'];a3_0x4f01=function(){return _0x5a8bc3;};return a3_0x4f01();}exports[a3_0x1d7fcd(0x184)]=_0x4bd71e=>{const _0x474a20=a3_0x1d7fcd,_0x280390={'JMJpT':_0x474a20(0x17d),'vdPwX':function(_0x262d27,_0x3e8e42){return _0x262d27===_0x3e8e42;},'LyJUo':'WebDriver','muPIX':function(_0x855fca,_0x2ecb6a){return _0x855fca(_0x2ecb6a);},'cswcZ':function(_0x413c42,_0x42daa0,_0x31655e){return _0x413c42(_0x42daa0,_0x31655e);},'JKehb':_0x474a20(0x16a),'NbBor':_0x474a20(0x185),'jAqWU':function(_0x1ec7b1,_0xf92b4c){return _0x1ec7b1(_0xf92b4c);},'pSLgJ':_0x474a20(0x19d),'MiEet':_0x474a20(0x183),'AmfXx':_0x474a20(0x188),'wxSyt':_0x474a20(0x1a6)};if(!_0x4bd71e)return null;let _0x4b5e55=global[_0x474a20(0x1b7)]||_0x280390[_0x474a20(0x193)];if(_0x280390['vdPwX'](_0x4bd71e[_0x474a20(0x172)][_0x474a20(0x1bc)],_0x280390[_0x474a20(0x1a1)])){const _0x13a8c6=_0x4bd71e[_0x474a20(0x183)];if(!_0x13a8c6)return null;const _0xb21f75=_0x13a8c6[_0x474a20(0x1a4)],_0x21b74e=_0x280390['muPIX'](getOSVersionFromCaps,_0x280390[_0x474a20(0x17c)](nestedKeyValue,_0x4bd71e,[_0x280390['JKehb'],_0x280390[_0x474a20(0x18c)]]));return{[_0x4b5e55]:{'browser':_0xb21f75[_0x474a20(0x16c)],'browser_version':_0xb21f75[_0x474a20(0x191)],'capabilities':_0xb21f75,'platform':_0xb21f75[_0x474a20(0x17f)],'platform_version':_0xb21f75['platformVersion']||_0x21b74e,'product':_0x280390[_0x474a20(0x192)](getObservabilityLinkedProductName,_0xb21f75),'session_id':_0x13a8c6[_0x474a20(0x1ab)]}};}else{if(_0x280390[_0x474a20(0x173)](_0x4bd71e[_0x474a20(0x172)][_0x474a20(0x1bc)],_0x280390[_0x474a20(0x199)])){const _0x42bbc4=PlaywrightSessionDetails['getDetails']();_0x4b5e55=_0x42bbc4[_0x474a20(0x1a7)]||_0x4b5e55;const _0x235c1e=_0x280390['cswcZ'](nestedKeyValue,_0x4bd71e,[_0x280390[_0x474a20(0x179)],_0x280390[_0x474a20(0x19f)],_0x280390['AmfXx']]),_0xdb7c17=_0x235c1e?JSON['parse'](new URL(_0x235c1e)[_0x474a20(0x180)][_0x474a20(0x1b1)](_0x280390[_0x474a20(0x174)])):{};return{[_0x4b5e55]:{'browser':_0x42bbc4[_0x474a20(0x183)]||_0xdb7c17[_0x474a20(0x16c)],'browser_version':_0x42bbc4[_0x474a20(0x170)]||_0xdb7c17[_0x474a20(0x170)],'capabilities':_0xdb7c17,'platform':_0x42bbc4[_0x474a20(0x1ae)],'platform_version':_0x42bbc4[_0x474a20(0x171)],'product':_0x280390[_0x474a20(0x1ac)](getObservabilityLinkedProductName,_0xdb7c17),'session_id':_0x42bbc4[_0x474a20(0x175)]}};}}},exports[a3_0x1d7fcd(0x18f)]=_0x39fb00=>{const _0x4531fe=a3_0x1d7fcd,_0x4e7a02={'stdsd':function(_0x2916b7){return _0x2916b7();},'NrfmA':function(_0x17f9ea,_0x42273c){return _0x17f9ea===_0x42273c;},'otdEt':_0x4531fe(0x196),'KYjgJ':function(_0x64dc2f,_0x2a33d0){return _0x64dc2f>_0x2a33d0;},'Mliqp':function(_0x33637c,_0x44ab7c){return _0x33637c(_0x44ab7c);},'qpqgx':_0x4531fe(0x17b),'XceAa':_0x4531fe(0x1af),'ZLwKV':function(_0x107cd6,_0x8c5ef3){return _0x107cd6===_0x8c5ef3;},'kiEgX':_0x4531fe(0x1a3),'pbFeP':_0x4531fe(0x176),'iedWZ':_0x4531fe(0x19b)};if(_0x4e7a02[_0x4531fe(0x1b4)](isAccessibilityAutomationSession)){const _0x1e1312=_0x39fb00[_0x4531fe(0x183)],_0x467d0d=_0x1e1312[_0x4531fe(0x1a4)];global['accessibilityPlatform']=!![],!(_0x4e7a02['NrfmA'](_0x467d0d[_0x4531fe(0x191)],_0x4e7a02[_0x4531fe(0x187)])||_0x4e7a02[_0x4531fe(0x195)](_0x4e7a02[_0x4531fe(0x1b0)](parseInt,_0x467d0d[_0x4531fe(0x191)]),0x5e))&&(logger['warn'](_0x4e7a02[_0x4531fe(0x189)]),global[_0x4531fe(0x17e)]=![]),!(_0x4e7a02[_0x4531fe(0x17a)](_0x467d0d['browserName'],_0x4e7a02[_0x4531fe(0x1a8)])||_0x4e7a02[_0x4531fe(0x198)](_0x467d0d['browserName'],_0x4e7a02['kiEgX']))&&(logger[_0x4531fe(0x19e)](_0x4e7a02[_0x4531fe(0x1b9)]),global[_0x4531fe(0x17e)]=![]),!_0x4e7a02[_0x4531fe(0x1b0)](isUndefined,_0x467d0d[_0x4531fe(0x18a)])&&(logger[_0x4531fe(0x19e)](_0x4e7a02[_0x4531fe(0x16e)]),global['accessibilityPlatform']=![]);}},exports['shouldPatchExecuteScript']=_0x129287=>{const _0x2bc199=a3_0x1d7fcd,_0x40232e={};_0x40232e[_0x2bc199(0x190)]=_0x2bc199(0x178),_0x40232e[_0x2bc199(0x1a2)]='browserstack_accessibility_automation_script';const _0x4c7f85=_0x40232e;if(!_0x129287)return![];return!_0x129287[_0x2bc199(0x18b)](_0x4c7f85[_0x2bc199(0x190)])&&!_0x129287[_0x2bc199(0x18b)](_0x4c7f85[_0x2bc199(0x1a2)]);};
1
+ const a3_0x3e0985=a3_0x29ee;(function(_0x43edaf,_0x10cfca){const _0x13c1bf=a3_0x29ee,_0x44729d=_0x43edaf();while(!![]){try{const _0x5c6331=-parseInt(_0x13c1bf(0x122))/0x1+-parseInt(_0x13c1bf(0x10a))/0x2+-parseInt(_0x13c1bf(0x11e))/0x3*(parseInt(_0x13c1bf(0x133))/0x4)+parseInt(_0x13c1bf(0x10f))/0x5*(parseInt(_0x13c1bf(0x157))/0x6)+-parseInt(_0x13c1bf(0x123))/0x7+-parseInt(_0x13c1bf(0x131))/0x8+parseInt(_0x13c1bf(0x14c))/0x9;if(_0x5c6331===_0x10cfca)break;else _0x44729d['push'](_0x44729d['shift']());}catch(_0x33b9b3){_0x44729d['push'](_0x44729d['shift']());}}}(a3_0x50bb,0xe57f7));function a3_0x29ee(_0x235f03,_0x58c674){const _0x50bb21=a3_0x50bb();return a3_0x29ee=function(_0x29eecf,_0x275921){_0x29eecf=_0x29eecf-0x109;let _0x341850=_0x50bb21[_0x29eecf];return _0x341850;},a3_0x29ee(_0x235f03,_0x58c674);}const {isUndefined,nestedKeyValue}=require(a3_0x3e0985(0x13c)),logger=require(a3_0x3e0985(0x139))[a3_0x3e0985(0x110)],PlaywrightSessionDetails=require(a3_0x3e0985(0x145)),{isAccessibilityAutomationSession}=require(a3_0x3e0985(0x11b)),{getObservabilityLinkedProductName}=require(a3_0x3e0985(0x11f)),getOSVersionFromCaps=_0xfb8080=>{const _0x19be4f=a3_0x3e0985,_0x1b6a64={};_0x1b6a64[_0x19be4f(0x113)]=_0x19be4f(0x135),_0x1b6a64['jxYsb']=_0x19be4f(0x12a),_0x1b6a64[_0x19be4f(0x14e)]=_0x19be4f(0x120),_0x1b6a64[_0x19be4f(0x11d)]=_0x19be4f(0x115),_0x1b6a64[_0x19be4f(0x137)]=_0x19be4f(0x119);const _0x6d2cd1=_0x1b6a64;if(!_0xfb8080)return null;const _0x2af3f0=_0xfb8080[_0x6d2cd1[_0x19be4f(0x113)]],_0x154147=[_0x6d2cd1[_0x19be4f(0x12f)],_0x6d2cd1[_0x19be4f(0x14e)],_0x6d2cd1[_0x19be4f(0x11d)],_0x6d2cd1[_0x19be4f(0x137)]];for(const _0x4ca1fc of _0x154147){if(_0x2af3f0&&_0x2af3f0[_0x4ca1fc])return _0x2af3f0[_0x4ca1fc];else{if(_0xfb8080[_0x4ca1fc])return _0xfb8080[_0x4ca1fc];}}return null;};function a3_0x50bb(){const _0x5588a1=['asAiB','pllaG','xJBIR','OPOru','shouldPatchExecuteScript','VNknv','platform','vufcj','sessionId','6LTYkEY','searchParams','102110UiKfzq','browserWSEndpoint','QULVj','gOYkX','OCbDP','3855365SZLMqL','winstonLogger','jXsDg','accessibilityPlatform','fBUGj','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','osVersion','config','unknown_grid','nTbpe','os_version','WebDriver','../../helpers/accessibility-automation/helper','EZFPj','MDZsG','21ckPpEj','../../helpers/test-observability/utils','platform_version','warn','1552784dyXEWJ','1037666cvyZnV','GOCTT','browser','AyifG','name','awAQw','capabilities','platformVersion','lPkeO','gQarO','browserName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','jxYsb','browserVersion','4904352GGlZqz','browser_version','221864QWuhuW','mYIIb','bstack:options','get','xMeEh','desiredCapabilities','../../helpers/logger','xmVAk','__cloud_provider___','../../helpers/helper','chrome','bsSessionId','parse','includes','Playwright','constructor','getDetails','UuldC','../../bin/playwright/sessionDetails','wxQMW','caps','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','bVckb','processWebDriverConfig','browserstack_accessibility_automation_script','26300997gMzjiN','DNqZu'];a3_0x50bb=function(){return _0x5588a1;};return a3_0x50bb();}exports['fetchPlatformDetails']=_0x13cbd8=>{const _0x12bd44=a3_0x3e0985,_0x245cdd={'QULVj':_0x12bd44(0x117),'mYIIb':function(_0x3e8fae,_0x4b23a6){return _0x3e8fae===_0x4b23a6;},'AyifG':_0x12bd44(0x11a),'lPkeO':function(_0x4419d5,_0x5ae302){return _0x4419d5(_0x5ae302);},'EZFPj':function(_0x32910a,_0x43fd3f,_0x264161){return _0x32910a(_0x43fd3f,_0x264161);},'GOCTT':_0x12bd44(0x116),'xOijT':_0x12bd44(0x138),'xJBIR':function(_0x3e1a81,_0x158e16){return _0x3e1a81===_0x158e16;},'FJbJx':_0x12bd44(0x141),'vufcj':function(_0x4424bb,_0x4e0cb0,_0x38500a){return _0x4424bb(_0x4e0cb0,_0x38500a);},'OPOru':_0x12bd44(0x125),'OCbDP':_0x12bd44(0x10b),'nTbpe':_0x12bd44(0x147)};if(!_0x13cbd8)return null;let _0x5c4a54=global[_0x12bd44(0x13b)]||_0x245cdd[_0x12bd44(0x10c)];if(_0x245cdd[_0x12bd44(0x134)](_0x13cbd8[_0x12bd44(0x142)]['name'],_0x245cdd[_0x12bd44(0x126)])){const _0x408a6f=_0x13cbd8['browser'];if(!_0x408a6f)return null;const _0x430bdb=_0x408a6f[_0x12bd44(0x129)],_0x150320=_0x245cdd[_0x12bd44(0x12b)](getOSVersionFromCaps,_0x245cdd[_0x12bd44(0x11c)](nestedKeyValue,_0x13cbd8,[_0x245cdd['GOCTT'],_0x245cdd['xOijT']]));return{[_0x5c4a54]:{'browser':_0x430bdb['browserName'],'browser_version':_0x430bdb['browserVersion'],'capabilities':_0x430bdb,'platform':_0x430bdb['platformName'],'platform_version':_0x430bdb[_0x12bd44(0x12a)]||_0x150320,'product':_0x245cdd[_0x12bd44(0x12b)](getObservabilityLinkedProductName,_0x430bdb),'session_id':_0x408a6f[_0x12bd44(0x156)]}};}else{if(_0x245cdd[_0x12bd44(0x150)](_0x13cbd8[_0x12bd44(0x142)][_0x12bd44(0x127)],_0x245cdd['FJbJx'])){const _0x52795e=PlaywrightSessionDetails[_0x12bd44(0x143)]();_0x5c4a54=_0x52795e['cloudProvider']||_0x5c4a54;const _0x44220f=_0x245cdd[_0x12bd44(0x155)](nestedKeyValue,_0x13cbd8,[_0x245cdd[_0x12bd44(0x124)],_0x245cdd[_0x12bd44(0x151)],_0x245cdd[_0x12bd44(0x10e)]]),_0x54c714=_0x44220f?JSON[_0x12bd44(0x13f)](new URL(_0x44220f)[_0x12bd44(0x109)][_0x12bd44(0x136)](_0x245cdd[_0x12bd44(0x118)])):{};return{[_0x5c4a54]:{'browser':_0x52795e[_0x12bd44(0x125)]||_0x54c714[_0x12bd44(0x12d)],'browser_version':_0x52795e[_0x12bd44(0x132)]||_0x54c714['browser_version'],'capabilities':_0x54c714,'platform':_0x52795e[_0x12bd44(0x154)],'platform_version':_0x52795e['platform_version'],'product':_0x245cdd[_0x12bd44(0x12b)](getObservabilityLinkedProductName,_0x54c714),'session_id':_0x52795e[_0x12bd44(0x13e)]}};}}},exports[a3_0x3e0985(0x14a)]=_0x2b95ab=>{const _0x303b18=a3_0x3e0985,_0x217b9c={'xmVAk':function(_0x56ddb8){return _0x56ddb8();},'gOYkX':function(_0x1962e3,_0x381be6){return _0x1962e3===_0x381be6;},'UuldC':'latest','wxQMW':function(_0x32542a,_0x21d47c){return _0x32542a>_0x21d47c;},'bVckb':function(_0x52b88d,_0x3140be){return _0x52b88d(_0x3140be);},'DgpSM':_0x303b18(0x148),'DNqZu':_0x303b18(0x13d),'VNknv':function(_0x4d9cdc,_0x2c3222){return _0x4d9cdc===_0x2c3222;},'awAQw':'playwright-chromium','JtXbI':_0x303b18(0x114),'gQarO':_0x303b18(0x12e)};if(_0x217b9c[_0x303b18(0x13a)](isAccessibilityAutomationSession)){const _0x1cf38a=_0x2b95ab['browser'],_0xd64442=_0x1cf38a[_0x303b18(0x129)];global[_0x303b18(0x112)]=!![],!(_0x217b9c[_0x303b18(0x10d)](_0xd64442[_0x303b18(0x130)],_0x217b9c[_0x303b18(0x144)])||_0x217b9c[_0x303b18(0x146)](_0x217b9c[_0x303b18(0x149)](parseInt,_0xd64442[_0x303b18(0x130)]),0x5e))&&(logger[_0x303b18(0x121)](_0x217b9c['DgpSM']),global['accessibilityPlatform']=![]),!(_0x217b9c[_0x303b18(0x10d)](_0xd64442['browserName'],_0x217b9c[_0x303b18(0x14d)])||_0x217b9c[_0x303b18(0x153)](_0xd64442[_0x303b18(0x12d)],_0x217b9c[_0x303b18(0x128)]))&&(logger['warn'](_0x217b9c['JtXbI']),global[_0x303b18(0x112)]=![]),!_0x217b9c[_0x303b18(0x149)](isUndefined,_0xd64442['deviceName'])&&(logger[_0x303b18(0x121)](_0x217b9c[_0x303b18(0x12c)]),global[_0x303b18(0x112)]=![]);}},exports[a3_0x3e0985(0x152)]=_0x5eda42=>{const _0x1c65ba=a3_0x3e0985,_0x4fa9d0={};_0x4fa9d0[_0x1c65ba(0x111)]='browserstack_executor',_0x4fa9d0[_0x1c65ba(0x14f)]=_0x1c65ba(0x14b);const _0x77fa7c=_0x4fa9d0;if(!_0x5eda42)return![];return!_0x5eda42[_0x1c65ba(0x140)](_0x77fa7c['jXsDg'])&&!_0x5eda42[_0x1c65ba(0x140)](_0x77fa7c[_0x1c65ba(0x14f)]);};
@@ -1 +1 @@
1
- const a4_0x3e1156=a4_0x582b;(function(_0x3d32c4,_0x3d8265){const _0x1ab48e=a4_0x582b,_0x1154f9=_0x3d32c4();while(!![]){try{const _0x26afbd=parseInt(_0x1ab48e(0x27e))/0x1*(parseInt(_0x1ab48e(0x1ae))/0x2)+parseInt(_0x1ab48e(0x252))/0x3+parseInt(_0x1ab48e(0x244))/0x4+-parseInt(_0x1ab48e(0x1ca))/0x5*(-parseInt(_0x1ab48e(0x1ad))/0x6)+-parseInt(_0x1ab48e(0x201))/0x7+parseInt(_0x1ab48e(0x261))/0x8*(parseInt(_0x1ab48e(0x1f8))/0x9)+-parseInt(_0x1ab48e(0x1b7))/0xa*(parseInt(_0x1ab48e(0x27c))/0xb);if(_0x26afbd===_0x3d8265)break;else _0x1154f9['push'](_0x1154f9['shift']());}catch(_0x215c32){_0x1154f9['push'](_0x1154f9['shift']());}}}(a4_0x3d3c,0xa93c6));const path=require(a4_0x3e1156(0x1d4)),fs=require('fs'),{v4:uuidv4}=require(a4_0x3e1156(0x220)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3e1156(0x1de)),testOpsHelper=require(a4_0x3e1156(0x276)),{getTestEnv}=require(a4_0x3e1156(0x1cb)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x3e1156(0x23e))[a4_0x3e1156(0x1a3)],SessionHandler=require(a4_0x3e1156(0x1f1)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x3e1156(0x1a4)),debug=testOpsHelper[a4_0x3e1156(0x28b)],{processAccessibilityCaps}=require('../playwright/accessibility-helper'),Constants=require(a4_0x3e1156(0x19f)),{fetchPlatformDetails}=require('./helper.js'),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3e1156(0x1b1)),STATE_PASSED='passed',STATE_FAILED=a4_0x3e1156(0x278),a4_0x5acceb={};function a4_0x582b(_0x1b54fc,_0x5235f4){const _0x3d3c32=a4_0x3d3c();return a4_0x582b=function(_0x582bfb,_0x30a17a){_0x582bfb=_0x582bfb-0x19a;let _0x385420=_0x3d3c32[_0x582bfb];return _0x385420;},a4_0x582b(_0x1b54fc,_0x5235f4);}a4_0x5acceb[a4_0x3e1156(0x22f)]=a4_0x3e1156(0x207),a4_0x5acceb[a4_0x3e1156(0x290)]=a4_0x3e1156(0x280),a4_0x5acceb[a4_0x3e1156(0x1c5)]='TestRunSkipped',a4_0x5acceb[a4_0x3e1156(0x288)]=a4_0x3e1156(0x19a),a4_0x5acceb[a4_0x3e1156(0x1a0)]='HookRunFinished';const TEST_EVENTS=a4_0x5acceb,parseEvent=_0x3da79a=>{const _0xa2911=a4_0x3e1156,_0x4dd569={};_0x4dd569[_0xa2911(0x250)]=function(_0x37020e,_0x3fcac3){return _0x37020e<_0x3fcac3;},_0x4dd569[_0xa2911(0x259)]=function(_0x12935e,_0x36f32c){return _0x12935e===_0x36f32c;},_0x4dd569[_0xa2911(0x21c)]='test',_0x4dd569[_0xa2911(0x1ac)]=_0xa2911(0x24f),_0x4dd569[_0xa2911(0x28a)]=_0xa2911(0x227),_0x4dd569[_0xa2911(0x1d1)]=_0xa2911(0x202),_0x4dd569[_0xa2911(0x233)]=function(_0x55bc4,_0x51b6a9){return _0x55bc4===_0x51b6a9;},_0x4dd569[_0xa2911(0x251)]=_0xa2911(0x200);const _0x5897e4=_0x4dd569,_0x513fc4=_0x3da79a[_0xa2911(0x21b)](/^(.*)Run(.*)$/);if(!_0x513fc4)return null;if(_0x5897e4[_0xa2911(0x250)](_0x513fc4[_0xa2911(0x28d)],0x3))return null;const _0x51c330=_0x513fc4[0x1][_0xa2911(0x1e1)](),_0x4d2bc2=_0x513fc4[0x2][_0xa2911(0x1e1)]();return{'test':_0x5897e4[_0xa2911(0x259)](_0x51c330,_0x5897e4[_0xa2911(0x21c)]),'hook':_0x5897e4[_0xa2911(0x259)](_0x51c330,_0x5897e4[_0xa2911(0x1ac)]),'skipped':_0x5897e4[_0xa2911(0x259)](_0x4d2bc2,_0x5897e4['roNCT']),'started':_0x5897e4[_0xa2911(0x259)](_0x4d2bc2,_0x5897e4['HbvxQ']),'finished':_0x5897e4[_0xa2911(0x233)](_0x4d2bc2,_0x5897e4['lBQry'])};},mockPWBrowserType=_0xc4e2a=>{const _0x260cca=a4_0x3e1156,_0x2b7e19={'hDFGO':function(_0x374008,_0x3e31ac,_0x1252e2){return _0x374008(_0x3e31ac,_0x1252e2);},'uFALN':_0x260cca(0x24b),'ALrtC':function(_0x50f649,_0xf37dd9){return _0x50f649(_0xf37dd9);},'OMUit':_0x260cca(0x27a),'HCRTQ':function(_0x40fb32,_0x11e47a,_0x26eada){return _0x40fb32(_0x11e47a,_0x26eada);},'woZag':function(_0x19ff30,_0x131e51){return _0x19ff30===_0x131e51;},'cjoKD':'string','HmzEA':'lib','ZVxgg':_0x260cca(0x286),'gyIBf':_0x260cca(0x218),'BFUEP':_0x260cca(0x242),'yAcFx':'connect','IBLiG':'launch'},_0x4ea60b=path['join'](_0x2b7e19[_0x260cca(0x1b8)],_0x2b7e19[_0x260cca(0x21a)],_0x2b7e19[_0x260cca(0x283)]),_0x54e44a=_0x2b7e19[_0x260cca(0x284)](importFileFromPWCore,_0x4ea60b);if(!_0x54e44a){_0x2b7e19['ALrtC'](debug,_0x2b7e19[_0x260cca(0x1c7)]);return;}const _0x4bc669=_0x54e44a[_0x260cca(0x1ef)],_0x500090=_0x4bc669[_0x260cca(0x1f6)];if(_0x500090['obsBrowserTypeMockApplied'])return;const _0xb6d41e=_0x500090[_0x260cca(0x206)];Object['defineProperty'](_0x500090,_0x2b7e19[_0x260cca(0x267)],{'get':function(){const _0xbe751b=_0x260cca,_0x1cfb4d={'Ocjym':function(_0x3465c8,_0x3cfc4c){return _0x2b7e19['woZag'](_0x3465c8,_0x3cfc4c);},'BBCko':_0x2b7e19[_0xbe751b(0x1e0)]};return async function _0x56c3cd(_0x54e73d,_0x2bf4bb){const _0x9ac212=_0xbe751b,_0x595505=_0x2b7e19[_0x9ac212(0x1c2)](nestedKeyValue,_0x54e73d,[_0x2b7e19[_0x9ac212(0x1cc)]])||_0x54e73d;let _0x4bda12=null,_0x2e4a42=null;try{[_0x2e4a42,_0x4bda12]=_0x595505?_0x2b7e19[_0x9ac212(0x284)](parseWSEndpoint,_0x595505):[null,null],global['__platformCaps']=_0x4bda12,_0x2e4a42['includes'](_0x2b7e19[_0x9ac212(0x23a)])&&(global[_0x9ac212(0x1fc)]=_0x2b7e19[_0x9ac212(0x23a)]);}catch(_0x3efae0){logger[_0x9ac212(0x28b)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x595505+'\x20'+_0x3efae0);}_0x2b7e19[_0x9ac212(0x1af)](processAccessibilityCaps,_0x4bda12,_0x2e4a42);if(global[_0x9ac212(0x26a)]){const _0x5b0fa3=await _0x500090['connectOverCDP']['apply'](this,[''+Constants[_0x9ac212(0x1d0)]+_0x2b7e19['ALrtC'](encodeURIComponent,JSON[_0x9ac212(0x23b)](_0x4bda12))]);return PlaywrightSessionDetails[_0x9ac212(0x236)](_0x5b0fa3,_0xc4e2a,_0x595505),_0x5b0fa3;}return _0xb6d41e[_0x9ac212(0x1e5)](this,arguments)[_0x9ac212(0x1c1)](_0x39cc68=>{const _0x2b7e0a=_0x9ac212;let _0x5c8558=_0x54e73d[_0x2b7e0a(0x24b)];return _0x1cfb4d[_0x2b7e0a(0x230)](typeof _0x54e73d,_0x1cfb4d[_0x2b7e0a(0x273)])&&(_0x5c8558=_0x54e73d),PlaywrightSessionDetails[_0x2b7e0a(0x236)](_0x39cc68,_0xc4e2a,_0x5c8558),_0x39cc68;});};}});const _0x45680f=_0x500090['launch'];Object[_0x260cca(0x1a7)](_0x500090,_0x2b7e19[_0x260cca(0x226)],{'get':function(){return async function _0x44abfc(){const _0x26353a=a4_0x582b;return _0x45680f['apply'](this,arguments)[_0x26353a(0x1c1)](_0x5c8482=>{const _0x2499aa=_0x26353a;return PlaywrightSessionDetails[_0x2499aa(0x236)](_0x5c8482,null),_0x5c8482;});};}});};class O11yHelper{[a4_0x3e1156(0x20b)]=null;[a4_0x3e1156(0x19c)]=null;['enabled']=![];[a4_0x3e1156(0x1a2)]=![];constructor(_0x323011,_0xe76ed0){const _0x4d2011=a4_0x3e1156,_0x595387={'fIhoK':_0x4d2011(0x1c0),'SzEWm':function(_0x17c141){return _0x17c141();},'fBRhx':function(_0x596a4c){return _0x596a4c();},'uBQzk':function(_0x3c3784,_0x2c91fa){return _0x3c3784===_0x2c91fa;},'ZTeIk':_0x4d2011(0x19d),'XvnCw':function(_0x1e3bc8,_0x31f872){return _0x1e3bc8(_0x31f872);}},_0x471647=_0x595387[_0x4d2011(0x1e4)][_0x4d2011(0x1e3)]('|');let _0x1a388b=0x0;while(!![]){switch(_0x471647[_0x1a388b++]){case'0':this['_paths']=new testOpsHelper[(_0x4d2011(0x1b2))]({'cwd':process[_0x4d2011(0x281)]()},this['_testEnv']['location_prefix']);continue;case'1':this[_0x4d2011(0x1b0)]=_0x595387[_0x4d2011(0x246)](getTestEnv);continue;case'2':this[_0x4d2011(0x1a2)]=_0xe76ed0[_0x4d2011(0x1a2)];continue;case'3':this[_0x4d2011(0x22d)]=_0x323011;continue;case'4':this[_0x4d2011(0x1fb)]=_0x595387[_0x4d2011(0x25e)](shouldProcessEventForTesthub);continue;case'5':this[_0x4d2011(0x22d)]&&_0x595387[_0x4d2011(0x209)](this[_0x4d2011(0x22d)][_0x4d2011(0x1e7)][_0x4d2011(0x224)],_0x595387[_0x4d2011(0x28f)])&&_0x595387[_0x4d2011(0x26b)](mockPWBrowserType,null);continue;}break;}}['start'](){const _0x50619b=a4_0x3e1156;if(!this['enabled'])return;testOpsHelper[_0x50619b(0x232)](),process[_0x50619b(0x1ee)](_0x50619b(0x1a8)+process[_0x50619b(0x1cf)]),process['on'](_0x50619b(0x1a8)+process[_0x50619b(0x1cf)],this[_0x50619b(0x1dd)]['bind'](this));}async[a4_0x3e1156(0x212)](){const _0x452254=a4_0x3e1156;await RequestQueueHandler[_0x452254(0x1b5)]()['shutdown']();}async[a4_0x3e1156(0x1dd)](_0x35d660){const _0x23b9be=a4_0x3e1156,_0x557c53={'FmrXh':_0x23b9be(0x222),'WDoPl':function(_0x445d62,_0x49557b){return _0x445d62(_0x49557b);}};try{this['currentHook']&&!this[_0x23b9be(0x19c)]['markedStatus']&&(_0x35d660[_0x23b9be(0x237)]=this[_0x23b9be(0x19c)][_0x23b9be(0x25b)]);!_0x35d660['hook_run_uuid']&&this[_0x23b9be(0x20b)]&&!this[_0x23b9be(0x20b)][_0x23b9be(0x1e6)]&&(_0x35d660[_0x23b9be(0x20c)]=this[_0x23b9be(0x20b)][_0x23b9be(0x1a6)]);if(_0x35d660['hook_run_uuid']||_0x35d660['test_run_uuid']){const _0x318982={};_0x318982[_0x23b9be(0x221)]=_0x557c53[_0x23b9be(0x269)],_0x318982[_0x23b9be(0x1d7)]=[_0x35d660],await SessionHandler[_0x23b9be(0x205)](_0x318982);}}catch(_0x462b2c){_0x557c53[_0x23b9be(0x282)](debug,_0x23b9be(0x26c)+_0x462b2c);}}async[a4_0x3e1156(0x234)](_0xb451e7){const _0x1cc545=a4_0x3e1156,_0x4f1387={'OhQdP':'CBTSessionCreated','aNqpS':function(_0x46b562,_0x41eef2){return _0x46b562(_0x41eef2);}};if(!this[_0x1cc545(0x1fb)])return;const _0x196b1f=this[_0x1cc545(0x1aa)](this[_0x1cc545(0x22d)]);try{const _0x47e593={};_0x47e593[_0x1cc545(0x220)]=_0xb451e7,_0x47e593[_0x1cc545(0x1c6)]=_0x196b1f;const _0x472a56=_0x47e593,_0x465b41={};_0x465b41[_0x1cc545(0x221)]=_0x4f1387[_0x1cc545(0x208)],_0x465b41[_0x1cc545(0x266)]=_0x472a56,await SessionHandler[_0x1cc545(0x205)](_0x465b41);}catch(_0x44893e){_0x4f1387[_0x1cc545(0x253)](debug,_0x1cc545(0x1be)+_0x44893e);}}[a4_0x3e1156(0x1aa)](_0xe6fa2d){const _0x283170=a4_0x3e1156,_0x2174e8={'RfgRD':function(_0x370db3,_0x1f0c32){return _0x370db3(_0x1f0c32);}};return _0x2174e8[_0x283170(0x1df)](fetchPlatformDetails,_0xe6fa2d);}[a4_0x3e1156(0x1ec)]=_0x473e50=>{const _0x58bb66=a4_0x3e1156,_0x492625={};_0x492625['HXcQI']=_0x58bb66(0x245),_0x492625[_0x58bb66(0x271)]=_0x58bb66(0x25d);const _0x70ce22=_0x492625;if(!_0x473e50||!_0x473e50[_0x58bb66(0x1c4)])return;[_0x70ce22[_0x58bb66(0x1f2)],_0x70ce22[_0x58bb66(0x271)]][_0x58bb66(0x22e)](_0x5971ab=>{const _0x2a107a=_0x58bb66,_0x33090d=_0x473e50[_0x2a107a(0x1c4)][_0x5971ab];_0x33090d[_0x2a107a(0x22e)](_0x21daec=>{const _0x3089d8=_0x2a107a;_0x21daec[_0x3089d8(0x25b)]&&(_0x21daec[_0x3089d8(0x25b)]=null);});});};[a4_0x3e1156(0x27f)](_0x576884){const _0x3127fc=a4_0x3e1156,_0x281328={'FQBxj':_0x3127fc(0x23d),'XJvOC':function(_0x17fccd){return _0x17fccd();},'qKgNX':function(_0x1c52e1,_0x3e7ebd){return _0x1c52e1===_0x3e7ebd;},'NsAOR':_0x3127fc(0x25d),'vTgnV':_0x3127fc(0x25f),'awUMl':_0x3127fc(0x241),'dihHE':_0x3127fc(0x245)};if(!_0x576884||!_0x576884['parent'])return;[_0x281328['vTgnV'],_0x281328['awUMl'],_0x281328['dihHE'],_0x281328[_0x3127fc(0x219)]]['forEach'](_0x34ade7=>{const _0x5eaa64=_0x3127fc,_0x5f4d8=_0x576884[_0x5eaa64(0x1c4)][_0x34ade7]||[];_0x5f4d8['forEach'](_0x4085bc=>{const _0xc4d460=_0x5eaa64;if(_0x4085bc[_0xc4d460(0x1f9)][_0xc4d460(0x1f3)](_0x281328[_0xc4d460(0x258)]))return;if(!_0x4085bc[_0xc4d460(0x25b)])_0x4085bc[_0xc4d460(0x25b)]=_0x281328[_0xc4d460(0x1fd)](uuidv4);else _0x4085bc[_0xc4d460(0x1e6)]&&_0x281328[_0xc4d460(0x228)](_0x34ade7,_0x281328[_0xc4d460(0x219)])&&(_0x4085bc[_0xc4d460(0x25b)]=_0x281328[_0xc4d460(0x1fd)](uuidv4),delete _0x4085bc[_0xc4d460(0x1e6)]);});}),this[_0x3127fc(0x27f)](_0x576884[_0x3127fc(0x1c4)]);}[a4_0x3e1156(0x22a)](_0x24bd13){const _0x114c27=a4_0x3e1156,_0x43d5fe={};_0x43d5fe[_0x114c27(0x213)]=_0x114c27(0x25f),_0x43d5fe[_0x114c27(0x223)]=_0x114c27(0x241),_0x43d5fe['ewvUK']=_0x114c27(0x245),_0x43d5fe['JWJpO']=_0x114c27(0x25d);const _0x3c928f=_0x43d5fe;if(!_0x24bd13||!_0x24bd13[_0x114c27(0x1c4)])return[];const _0x399df8=[];return[_0x3c928f[_0x114c27(0x213)],_0x3c928f[_0x114c27(0x223)],_0x3c928f[_0x114c27(0x1d2)],_0x3c928f['JWJpO']][_0x114c27(0x22e)](_0x4ecc5f=>{const _0x8c8493=_0x114c27,_0x379ae6=_0x24bd13[_0x8c8493(0x1c4)][_0x4ecc5f]||[];_0x379ae6['forEach'](_0xa372b2=>{const _0x34fa87=_0x8c8493;_0xa372b2[_0x34fa87(0x25b)]&&_0x399df8[_0x34fa87(0x231)](_0xa372b2[_0x34fa87(0x25b)]);});}),[][_0x114c27(0x204)](_0x399df8,this[_0x114c27(0x22a)](_0x24bd13[_0x114c27(0x1c4)]));}[a4_0x3e1156(0x254)](_0x1ab8f2){const _0x4e0eb9=a4_0x3e1156,_0x1758a9=/^"(?<hook>.*)" hook:.*$/,_0x164a5a=_0x1ab8f2[_0x4e0eb9(0x1f9)],_0xedc483=_0x164a5a[_0x4e0eb9(0x21b)](_0x1758a9);if(_0xedc483&&_0xedc483[_0x4e0eb9(0x20e)])return _0xedc483[_0x4e0eb9(0x20e)][_0x4e0eb9(0x24f)][_0x4e0eb9(0x265)]()[_0x4e0eb9(0x249)]('\x20','_');return null;}[a4_0x3e1156(0x285)](_0x41f417){const _0x488618=a4_0x3e1156,_0x1af35b={};_0x1af35b[_0x488618(0x24a)]=function(_0x21d35a,_0x42e490){return _0x21d35a===_0x42e490;},_0x1af35b[_0x488618(0x1f4)]=function(_0x208cc4,_0x390976){return _0x208cc4===_0x390976;},_0x1af35b[_0x488618(0x26d)]=_0x488618(0x264),_0x1af35b[_0x488618(0x256)]=_0x488618(0x1d3);const _0x7e719a=_0x1af35b,_0x3b1be8=path[_0x488618(0x1f5)];if(_0x7e719a[_0x488618(0x24a)](_0x41f417,null)||_0x7e719a['wEaWI'](_0x41f417,'')||_0x7e719a[_0x488618(0x24a)](_0x41f417,_0x3b1be8)||_0x7e719a[_0x488618(0x24a)](_0x41f417,path['dirname'](_0x41f417)))return null;try{return fs[_0x488618(0x25c)](path['join'](_0x41f417,_0x7e719a['wJUdz'],_0x7e719a[_0x488618(0x256)])),_0x41f417;}catch(_0x456ead){const _0x1d931b=path['dirname'](_0x41f417);return this['findGitConfig'](_0x1d931b);}}[a4_0x3e1156(0x1c8)](_0xcbe7dc){const _0x116af0=a4_0x3e1156,_0x3b5aac={};_0x3b5aac[_0x116af0(0x24e)]=function(_0xd5aeff,_0x2b47cc){return _0xd5aeff>_0x2b47cc;};const _0x10ba3c=_0x3b5aac;if(_0xcbe7dc[_0x116af0(0x247)])return _0xcbe7dc['file'];if(_0xcbe7dc[_0x116af0(0x24d)]){const _0x5c0787=_0xcbe7dc[_0x116af0(0x24d)][_0x116af0(0x20b)]?this[_0x116af0(0x1c8)](_0xcbe7dc[_0x116af0(0x24d)][_0x116af0(0x20b)]):null;if(_0x5c0787)return _0x5c0787;}if(_0xcbe7dc[_0x116af0(0x1c4)]){const _0xe5e78f=this[_0x116af0(0x1c8)](_0xcbe7dc[_0x116af0(0x1c4)])||(_0xcbe7dc[_0x116af0(0x1c4)][_0x116af0(0x24d)]&&_0xcbe7dc[_0x116af0(0x1c4)][_0x116af0(0x24d)][_0x116af0(0x20b)]?this['getRootParentFile'](_0xcbe7dc[_0x116af0(0x1c4)]['ctx'][_0x116af0(0x20b)]):null);if(_0xe5e78f)return _0xe5e78f;_0xcbe7dc[_0x116af0(0x1c4)][_0x116af0(0x277)]&&_0x10ba3c[_0x116af0(0x24e)](_0xcbe7dc[_0x116af0(0x1c4)][_0x116af0(0x277)][_0x116af0(0x28d)],0x0)&&_0xcbe7dc[_0x116af0(0x1c4)]['suites'][_0x116af0(0x22e)](_0x20e4bc=>{const _0x16c880=_0x116af0,_0x1c23c4=_0x20e4bc['ctx']?this['getRootParentFile'](_0x20e4bc[_0x16c880(0x24d)]):null;if(_0x1c23c4)return _0x1c23c4;});}return null;}[a4_0x3e1156(0x262)](_0x511f0f){const _0x5ae0ec=a4_0x3e1156,_0x390aed={};_0x390aed[_0x5ae0ec(0x216)]=function(_0x5b5efa,_0x45d39e){return _0x5b5efa!==_0x45d39e;};const _0x1418ba=_0x390aed,_0x1cc344=[];if(_0x511f0f&&_0x511f0f['parent']){let _0x4fde7=_0x511f0f[_0x5ae0ec(0x1c4)];while(_0x4fde7&&_0x1418ba[_0x5ae0ec(0x216)](_0x4fde7[_0x5ae0ec(0x1f9)],'')){_0x1cc344['push'](_0x4fde7[_0x5ae0ec(0x1f9)]),_0x4fde7=_0x4fde7['parent'];}}return _0x1cc344;}[a4_0x3e1156(0x22b)](_0x2af072,_0x296d8b,_0x289b52=undefined){const _0x520331=a4_0x3e1156,_0x131338={'DDIIZ':function(_0x45910b,_0x15edd8){return _0x45910b(_0x15edd8);},'mstdJ':function(_0x383d85){return _0x383d85();},'NjXvH':function(_0x2486fa){return _0x2486fa();},'tGfxA':function(_0x2e9041){return _0x2e9041();},'ZuUhm':'util','qiRNY':_0x520331(0x1e9),'Kmehf':function(_0x579ada,_0x37f1d4){return _0x579ada!==_0x37f1d4;},'QaScJ':_0x520331(0x260),'HoIZd':_0x520331(0x1db),'tjvSu':_0x520331(0x278),'RtGZN':'passed','DXOHK':'skipped','zdAXs':_0x520331(0x243),'sbwLF':function(_0x299b6b,_0x2c3ee8){return _0x299b6b-_0x2c3ee8;},'XQfNX':function(_0x3fb97a,_0x134266,_0x23b28a,_0xa3ca26,_0xf51cce){return _0x3fb97a(_0x134266,_0x23b28a,_0xa3ca26,_0xf51cce);},'bTZpy':'integrations','jxCDp':_0x520331(0x1f7),'phBfE':_0x520331(0x1ff),'FUvri':_0x520331(0x1d8),'KsZxL':_0x520331(0x229),'FWNhU':_0x520331(0x1bf),'YhyeF':_0x520331(0x217),'YMnfO':function(_0xd9e38f,_0x3ba59a){return _0xd9e38f===_0x3ba59a;},'cICRg':_0x520331(0x21d),'owKeK':_0x520331(0x266)};if(!this[_0x520331(0x1fb)])return;try{if(_0x296d8b['fn']&&_0x296d8b['fn'][_0x520331(0x1b9)]()['match'](/browserstack internal helper hook/))return;const _0x381ef4=_0x131338['DDIIZ'](parseEvent,_0x2af072);if(!_0x381ef4)return;if(_0x381ef4[_0x520331(0x1ab)]){this[_0x520331(0x20b)]=_0x296d8b,this[_0x520331(0x19c)]=null;if(_0x381ef4['started']||_0x381ef4[_0x520331(0x227)]){_0x296d8b[_0x520331(0x19e)]=new Date(),_0x296d8b[_0x520331(0x1e6)]=![];if(!_0x296d8b[_0x520331(0x1a6)])_0x296d8b[_0x520331(0x1a6)]=_0x131338[_0x520331(0x22c)](uuidv4);else _0x296d8b[_0x520331(0x1e6)]&&(!_0x296d8b[_0x520331(0x268)]&&(_0x296d8b[_0x520331(0x268)]=_0x296d8b[_0x520331(0x1a6)]),_0x296d8b['testAnalyticsId']=_0x131338[_0x520331(0x248)](uuidv4));}}else{if(_0x381ef4[_0x520331(0x24f)]){this['currentHook']=_0x296d8b;if(_0x381ef4[_0x520331(0x202)]){_0x296d8b[_0x520331(0x19e)]=new Date(),_0x296d8b['markedStatus']=![];if(!_0x296d8b['hookAnalyticsId'])_0x296d8b['hookAnalyticsId']=_0x131338[_0x520331(0x1fa)](uuidv4);else _0x296d8b[_0x520331(0x25b)]&&_0x296d8b[_0x520331(0x1e6)]&&(_0x296d8b[_0x520331(0x25b)]=_0x131338[_0x520331(0x248)](uuidv4));}}}if(_0x381ef4['finished']&&_0x296d8b[_0x520331(0x1e6)])return;let _0x2116f4;try{_0x2116f4=this[_0x520331(0x1c8)](_0x296d8b);}catch(_0x5c8d5d){logger[_0x520331(0x28b)](_0x520331(0x1f0)+_0x5c8d5d),_0x2116f4=null;}const _0x2f0bf0=_0x131338[_0x520331(0x1d5)](require,_0x131338[_0x520331(0x240)]);let _0xd4a92f=[];_0x289b52&&(_0xd4a92f=[_0x289b52,_0x131338[_0x520331(0x215)]]);const _0x3e831b=_0x131338[_0x520331(0x20a)](_0x296d8b['errorsDetailed'],undefined)?_0x2f0bf0[_0x520331(0x257)](_0x296d8b['errorsDetailed'][0x0]):_0x131338[_0x520331(0x20a)](_0x289b52,undefined)?_0x289b52[_0x520331(0x1b9)]():undefined,_0x52a1b9=_0x2116f4?this['findGitConfig'](_0x2116f4):null,_0x47cf2c=_0x2116f4?this[_0x520331(0x270)][_0x520331(0x274)](this[_0x520331(0x1c8)](_0x296d8b)):_0x131338[_0x520331(0x225)];let _0x13fdc1=_0x131338[_0x520331(0x23c)];const _0x46119a=!_0x381ef4[_0x520331(0x202)]?new Date()[_0x520331(0x1bb)]():null;if(_0x381ef4['finished'])_0x13fdc1=_0x289b52?_0x131338['tjvSu']:_0x131338['RtGZN'],_0x296d8b[_0x520331(0x1e6)]=!![];else _0x381ef4[_0x520331(0x227)]&&(_0x13fdc1=_0x131338['DXOHK'],_0x296d8b[_0x520331(0x1e6)]=!![]);const _0x5aa37e={'framework':this[_0x520331(0x1a2)],'uuid':_0x296d8b[_0x520331(0x1a6)]||_0x296d8b[_0x520331(0x25b)],'name':_0x296d8b[_0x520331(0x1f9)],'body':{'lang':_0x131338[_0x520331(0x1cd)],'code':_0x296d8b['body'][_0x520331(0x1b9)]()},'type':_0x296d8b[_0x520331(0x238)],'scope':_0x296d8b[_0x520331(0x1eb)](),'scopes':this['getHierarchy'](_0x296d8b),'file_name':_0x47cf2c,'vc_filepath':_0x52a1b9?path[_0x520331(0x1b6)](_0x52a1b9,_0x2116f4):null,'location':_0x47cf2c,'result':_0x13fdc1,'failure_reason':_0x3e831b,'duration_in_ms':_0x296d8b[_0x520331(0x28c)]||(_0x381ef4['finished']||_0x381ef4['skipped'])?_0x131338[_0x520331(0x211)](Date['now'](),new Date(_0x296d8b[_0x520331(0x19e)])['getTime']()):null,'started_at':new Date(_0x296d8b['startedAt'])[_0x520331(0x1bb)](),'finished_at':_0x46119a,'failure':testOpsHelper[_0x520331(0x1ed)][_0x520331(0x1e5)](null,_0xd4a92f),'failure_type':!_0x3e831b?null:testOpsHelper[_0x520331(0x27b)](_0x3e831b),'retry_of':_0x296d8b['retryOf']||null,'tags':_0x296d8b[_0x520331(0x1b3)]||[],'customRerunParam':{'rerun_name':_0x296d8b['fullTitle']()}};_0x131338[_0x520331(0x289)](appendTesthubParams,_0x5aa37e,_0x2af072,_0x296d8b,FRAMEWORKS[_0x520331(0x25a)]);if(_0x381ef4[_0x520331(0x24f)])[_0x5aa37e[_0x520331(0x1fe)],_0x5aa37e['name']]=[this[_0x520331(0x254)](_0x296d8b),_0x296d8b[_0x520331(0x24d)][_0x520331(0x1ab)][_0x520331(0x1f9)]],_0x381ef4[_0x520331(0x200)]?_0x131338[_0x520331(0x20a)](_0x5aa37e[_0x520331(0x1d6)],_0x131338[_0x520331(0x239)])&&(_0x5aa37e['result']=_0x131338[_0x520331(0x235)]):_0x5aa37e[_0x520331(0x26f)]={};else _0x381ef4['test']&&(this[_0x520331(0x27f)](_0x296d8b),_0x381ef4[_0x520331(0x227)]&&this[_0x520331(0x1ec)](_0x296d8b),(_0x381ef4[_0x520331(0x200)]||_0x381ef4[_0x520331(0x227)])&&(_0x5aa37e[_0x520331(0x27d)]=this[_0x520331(0x22a)](_0x296d8b)));this[_0x520331(0x22d)]&&(_0x381ef4[_0x520331(0x202)]||_0x381ef4[_0x520331(0x227)])&&(_0x5aa37e[_0x131338[_0x520331(0x24c)]]=this['getCBTInfo'](this['driver']));_0x381ef4['test']&&_0x381ef4[_0x520331(0x200)]&&_0x296d8b[_0x520331(0x1b4)]&&(_0x5aa37e[_0x131338[_0x520331(0x1bd)]]={'feature':{'name':_0x296d8b[_0x520331(0x1c4)]['feature'][_0x520331(0x224)],'path':_0x5aa37e[_0x520331(0x23f)],'description':_0x296d8b['parent'][_0x520331(0x1dc)]},'scenario':{'name':_0x296d8b[_0x520331(0x1f9)]},'steps':_0x296d8b[_0x520331(0x1b4)]});const _0xa9dea2=_0x5aa37e[_0x131338[_0x520331(0x1a5)]][0x0];_0xa9dea2&&(_0x5aa37e[_0x131338[_0x520331(0x1ce)]]=_0xa9dea2[_0x131338[_0x520331(0x21e)]],_0x5aa37e[_0x131338['FWNhU']]=_0xa9dea2[_0x131338['YhyeF']]);if(_0x296d8b[_0x520331(0x1b4)])for(const _0x4556b9 of _0x296d8b['bddSteps']){!_0x4556b9[_0x520331(0x1a1)]&&(_0x4556b9[_0x520331(0x1a1)]=new Date()[_0x520331(0x1bb)](),_0x131338[_0x520331(0x20d)](_0x4556b9['result'],_0x131338['HoIZd'])&&(_0xa9dea2?(_0x4556b9[_0x520331(0x1d6)]=_0x131338[_0x520331(0x239)],_0x4556b9[_0x520331(0x1ff)]=_0xa9dea2[_0x131338[_0x520331(0x21e)]][0x0]):_0x4556b9[_0x520331(0x1d6)]=_0x131338[_0x520331(0x235)]));}const _0x57cf42={};_0x57cf42[_0x520331(0x221)]=_0x381ef4['skipped']?TEST_EVENTS[_0x520331(0x290)]:_0x2af072;const _0x225c96=_0x57cf42;return _0x381ef4[_0x520331(0x24f)]?_0x225c96[_0x131338[_0x520331(0x210)]]=_0x5aa37e:_0x225c96[_0x131338[_0x520331(0x263)]]=_0x5aa37e,_0x225c96;}catch(_0x262b9b){logger[_0x520331(0x28b)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x2af072+'\x20with\x20error\x20:\x20'+_0x262b9b);}}async[a4_0x3e1156(0x275)](_0x35dd24,_0x52a177){const _0xe20aae=a4_0x3e1156;if(!this[_0xe20aae(0x1fb)]||!_0x52a177||!_0x35dd24)return![];try{return await SessionHandler[_0xe20aae(0x205)](_0x52a177);}catch(_0x491e7a){logger['debug'](_0xe20aae(0x272)+_0x35dd24+_0xe20aae(0x1c3)+_0x491e7a);}}[a4_0x3e1156(0x21f)](_0x1e9b63){const _0x56dc85=a4_0x3e1156,_0x1799c6={};_0x1799c6[_0x56dc85(0x1a9)]=_0x56dc85(0x1db);const _0x400880=_0x1799c6;return{'id':_0x1e9b63[_0x56dc85(0x1d9)],'text':_0x1e9b63[_0x56dc85(0x19b)],'keyword':_0x1e9b63['keyword'],'started_at':_0x1e9b63[_0x56dc85(0x19e)][_0x56dc85(0x1bb)](),'result':_0x400880[_0x56dc85(0x1a9)]};}[a4_0x3e1156(0x1e8)](_0x112468){const _0x111131=a4_0x3e1156,_0x594ab1={'ZKZNF':function(_0x4eee9d){return _0x4eee9d();}};!this[_0x111131(0x20b)][_0x111131(0x1b4)]&&(this[_0x111131(0x20b)]['bddSteps']=[]),!_0x112468[_0x111131(0x1d9)]&&(_0x112468['stepAnalyticsId']=_0x594ab1[_0x111131(0x26e)](uuidv4),_0x112468[_0x111131(0x19e)]=new Date(),this[_0x111131(0x20b)][_0x111131(0x1b4)][_0x111131(0x231)](this['initializeBddStep'](_0x112468)));}[a4_0x3e1156(0x214)](_0x330c33){const _0x2fcffc=a4_0x3e1156,_0x23f64d={'EJDTu':function(_0x35f30b,_0x4dbc01){return _0x35f30b(_0x4dbc01);},'IvfdF':_0x2fcffc(0x287),'BDMDF':'pending','eTVcp':'passed','cxySF':function(_0x5bb226,_0x1d4d95){return _0x5bb226-_0x1d4d95;}};let _0x5e6f0b=this[_0x2fcffc(0x20b)]['bddSteps']['find'](_0xf1993c=>_0xf1993c['id']===_0x330c33[_0x2fcffc(0x1d9)]);_0x23f64d[_0x2fcffc(0x1ea)](isUndefined,_0x5e6f0b)&&(_0x5e6f0b=this['initializeBddStep'](_0x330c33)),_0x5e6f0b['result']=[_0x23f64d['IvfdF'],_0x23f64d[_0x2fcffc(0x28e)]]['includes'](_0x330c33[_0x2fcffc(0x1bc)])?_0x23f64d[_0x2fcffc(0x1e2)]:_0x330c33[_0x2fcffc(0x1bc)],_0x5e6f0b['finished_at']=new Date()[_0x2fcffc(0x1bb)](),_0x5e6f0b[_0x2fcffc(0x28c)]=_0x23f64d[_0x2fcffc(0x1c9)](Date[_0x2fcffc(0x279)](),_0x330c33[_0x2fcffc(0x19e)][_0x2fcffc(0x203)]()),_0x5e6f0b[_0x2fcffc(0x1ff)]=_0x330c33[_0x2fcffc(0x1e9)]?_0x330c33[_0x2fcffc(0x1e9)]['message']:null;}}function a4_0x3d3c(){const _0x4a9f43=['startedAt','../utils/constants','HOOK_RUN_FINISHED','finished_at','frameworkName','winstonLogger','../playwright/sessionDetails','phBfE','testAnalyticsId','defineProperty','bs:addLog:','niWIF','getCBTInfo','test','bgJZq','6GYIHuB','214GghvCx','HCRTQ','_testEnv','../../helpers/testhub/utils.js','PathHelper','tags','bddSteps','getInstance','relative','3548950XaVTGf','HmzEA','toString','STATE_FAILED','toISOString','status','jxCDp','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','failure_reason_expanded','4|2|3|1|0|5','then','hDFGO','\x20with\x20error\x20:\x20','parent','TEST_RUN_SKIPPED','integrations','BFUEP','getRootParentFile','cxySF','2482985HsDFMI','../mocha/test-observability/mochaUtils','uFALN','zdAXs','FUvri','pid','PLAYWRIGHT_HUB_URL','HbvxQ','ewvUK','config','path','DDIIZ','result','logs','failure_backtrace','stepAnalyticsId','O11yHelper','pending','comment','appendTestItemLog','../../helpers/helper','RfgRD','cjoKD','toLowerCase','eTVcp','split','fIhoK','apply','markedStatus','constructor','bddStepStart','err','EJDTu','fullTitle','resetSkipTestHooks','failureData','removeAllListeners','BrowserType','failed\x20to\x20get\x20root\x20parent\x20file\x20','../../helpers/test-observability/sessionHandler','HXcQI','includes','wEaWI','sep','prototype','meta','9OkoTvk','title','tGfxA','enabled','__cloud_provider___','XJvOC','hook_type','failure','finished','1971095SQnIQa','started','getTime','concat','uploadEventData','connect','TestRunStarted','OhQdP','uBQzk','Kmehf','currentTest','test_run_uuid','YMnfO','groups','TEST_EVENTS','cICRg','sbwLF','stop','uDhWA','bddStepFinish','qiRNY','nnbaO','expanded','browserType.js','NsAOR','ZVxgg','match','kztZA','hook_run','KsZxL','initializeBddStep','uuid','event_type','LogCreated','wcRKf','name','QaScJ','IBLiG','skipped','qKgNX','backtrace','getHooksForTest','captureEvent','mstdJ','driver','forEach','TEST_RUN_STARTED','Ocjym','push','patchConsoleLogger','uIDgv','sendCBTInfo','RtGZN','setupBrowserDetails','hook_run_uuid','type','tjvSu','OMUit','stringify','HoIZd','codeceptjs','../../helpers/logger','file_name','ZuUhm','_afterAll','Not\x20able\x20to\x20import\x20Browser','javascript','4134968mDFyJm','_beforeEach','SzEWm','file','NjXvH','replace','xzxvh','wsEndpoint','bTZpy','ctx','KpFgu','hook','QJQAp','lBQry','3117612fdpDME','aNqpS','getHookType','exports','IAHTZ','inspect','FQBxj','jYDGN','CODECEPT','hookAnalyticsId','statSync','_afterEach','fBRhx','_beforeAll','File\x20path\x20could\x20not\x20be\x20found','7272904hSHMqp','getHierarchy','owKeK','.git','toUpperCase','test_run','yAcFx','retryOf','FmrXh','accessibilityPlatform','XvnCw','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','wJUdz','ZKZNF','body','_paths','HhyLE','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','BBCko','prefixTestPath','fireEvent','../../helpers/test-observability/utils','suites','failed','now','browserstack','getFailureType','110jlXvDs','hooks','9767KSjdtX','mapTestHooks','TestRunFinished','cwd','WDoPl','gyIBf','ALrtC','findGitConfig','client','success','HOOK_RUN_STARTED','XQfNX','roNCT','debug','duration','length','BDMDF','ZTeIk','TEST_RUN_FINISHED','HookRunStarted','text','currentHook','Playwright'];a4_0x3d3c=function(){return _0x4a9f43;};return a4_0x3d3c();}const a4_0x4aaeb0={};a4_0x4aaeb0[a4_0x3e1156(0x1da)]=O11yHelper,a4_0x4aaeb0['STATE_PASSED']=STATE_PASSED,a4_0x4aaeb0[a4_0x3e1156(0x1ba)]=STATE_FAILED,a4_0x4aaeb0[a4_0x3e1156(0x20f)]=TEST_EVENTS,module[a4_0x3e1156(0x255)]=a4_0x4aaeb0;
1
+ const a4_0x3e3c0e=a4_0x3788;(function(_0x5ee4a7,_0x82f9e1){const _0x29b1a5=a4_0x3788,_0x369030=_0x5ee4a7();while(!![]){try{const _0x536795=parseInt(_0x29b1a5(0x1b1))/0x1*(parseInt(_0x29b1a5(0xfd))/0x2)+-parseInt(_0x29b1a5(0x1ab))/0x3+-parseInt(_0x29b1a5(0x1d6))/0x4*(-parseInt(_0x29b1a5(0x134))/0x5)+parseInt(_0x29b1a5(0x14d))/0x6+-parseInt(_0x29b1a5(0x1ee))/0x7*(-parseInt(_0x29b1a5(0x139))/0x8)+-parseInt(_0x29b1a5(0x16a))/0x9*(parseInt(_0x29b1a5(0x17f))/0xa)+-parseInt(_0x29b1a5(0xf8))/0xb;if(_0x536795===_0x82f9e1)break;else _0x369030['push'](_0x369030['shift']());}catch(_0x2a6b8d){_0x369030['push'](_0x369030['shift']());}}}(a4_0x2bb5,0x3e0d0));function a4_0x3788(_0x551101,_0x2ea07d){const _0x2bb5a6=a4_0x2bb5();return a4_0x3788=function(_0x378876,_0x535c2b){_0x378876=_0x378876-0xf7;let _0x3254c0=_0x2bb5a6[_0x378876];return _0x3254c0;},a4_0x3788(_0x551101,_0x2ea07d);}const path=require(a4_0x3e3c0e(0x18e)),fs=require('fs'),{v4:uuidv4}=require(a4_0x3e3c0e(0x1b6)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x3e3c0e(0x186)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x3e3c0e(0x15e)),{FRAMEWORKS}=require(a4_0x3e3c0e(0x17b)),logger=require(a4_0x3e3c0e(0x1eb))[a4_0x3e3c0e(0x19f)],SessionHandler=require(a4_0x3e3c0e(0xfb)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x3e3c0e(0x1c0)),debug=testOpsHelper[a4_0x3e3c0e(0x1d4)],{processAccessibilityCaps}=require(a4_0x3e3c0e(0x11e)),Constants=require(a4_0x3e3c0e(0x1ed)),{fetchPlatformDetails}=require(a4_0x3e3c0e(0x1dc)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x3e3c0e(0x167)),STATE_PASSED='passed',STATE_FAILED=a4_0x3e3c0e(0x1ba),a4_0xa708b3={};a4_0xa708b3[a4_0x3e3c0e(0x116)]=a4_0x3e3c0e(0x11d),a4_0xa708b3[a4_0x3e3c0e(0x13d)]=a4_0x3e3c0e(0x1e7),a4_0xa708b3['TEST_RUN_SKIPPED']=a4_0x3e3c0e(0x1c7),a4_0xa708b3[a4_0x3e3c0e(0x163)]=a4_0x3e3c0e(0x1b8),a4_0xa708b3['HOOK_RUN_FINISHED']='HookRunFinished';const TEST_EVENTS=a4_0xa708b3,parseEvent=_0x267468=>{const _0xbaeda3=a4_0x3e3c0e,_0x5c7bf7={};_0x5c7bf7[_0xbaeda3(0x1d3)]=function(_0x342eb4,_0x3f4e53){return _0x342eb4<_0x3f4e53;},_0x5c7bf7['giVIE']=function(_0x2a3138,_0x352e82){return _0x2a3138===_0x352e82;},_0x5c7bf7[_0xbaeda3(0x13e)]=_0xbaeda3(0x1a2),_0x5c7bf7[_0xbaeda3(0x113)]='hook',_0x5c7bf7[_0xbaeda3(0x10a)]='skipped',_0x5c7bf7[_0xbaeda3(0x1dd)]='started',_0x5c7bf7[_0xbaeda3(0x117)]=_0xbaeda3(0x181);const _0x3f82c7=_0x5c7bf7,_0x5e0eeb=_0x267468['match'](/^(.*)Run(.*)$/);if(!_0x5e0eeb)return null;if(_0x3f82c7['aHUBT'](_0x5e0eeb['length'],0x3))return null;const _0x5325b1=_0x5e0eeb[0x1][_0xbaeda3(0x1aa)](),_0x50e6f6=_0x5e0eeb[0x2][_0xbaeda3(0x1aa)]();return{'test':_0x3f82c7[_0xbaeda3(0x184)](_0x5325b1,_0x3f82c7[_0xbaeda3(0x13e)]),'hook':_0x3f82c7[_0xbaeda3(0x184)](_0x5325b1,_0x3f82c7[_0xbaeda3(0x113)]),'skipped':_0x3f82c7[_0xbaeda3(0x184)](_0x50e6f6,_0x3f82c7[_0xbaeda3(0x10a)]),'started':_0x3f82c7[_0xbaeda3(0x184)](_0x50e6f6,_0x3f82c7['YilBH']),'finished':_0x3f82c7['giVIE'](_0x50e6f6,_0x3f82c7[_0xbaeda3(0x117)])};},mockPWBrowserType=_0x187a29=>{const _0x17ee0f=a4_0x3e3c0e,_0x1900cd={'eRlIo':function(_0x4976df,_0xa7233c){return _0x4976df===_0xa7233c;},'vVAkj':'string','lcGSB':function(_0x4c49bd,_0x17578d,_0x4728a6){return _0x4c49bd(_0x17578d,_0x4728a6);},'DSMSQ':_0x17ee0f(0x132),'xYXjV':function(_0x4b7118,_0x596a6d){return _0x4b7118(_0x596a6d);},'aMwin':_0x17ee0f(0x10f),'ZdpsH':function(_0x275245,_0x24aa59,_0x49c35f){return _0x275245(_0x24aa59,_0x49c35f);},'NORDP':_0x17ee0f(0x100),'iWgKU':_0x17ee0f(0x161),'WYQdW':_0x17ee0f(0x1b3),'MpZbj':function(_0xee985,_0x3ca281){return _0xee985(_0x3ca281);},'ddNJs':_0x17ee0f(0x13b),'mLflX':'connect','KMihz':'launch'},_0x496adf=path[_0x17ee0f(0x16e)](_0x1900cd[_0x17ee0f(0xfc)],_0x1900cd[_0x17ee0f(0x1e1)],_0x1900cd[_0x17ee0f(0x1a8)]),_0x16b2a6=_0x1900cd[_0x17ee0f(0x10b)](importFileFromPWCore,_0x496adf);if(!_0x16b2a6){_0x1900cd[_0x17ee0f(0x12f)](debug,_0x1900cd[_0x17ee0f(0x1a3)]);return;}const _0x13b478=_0x16b2a6['BrowserType'],_0xed442c=_0x13b478[_0x17ee0f(0x1be)];if(_0xed442c[_0x17ee0f(0x122)])return;const _0x4513a3=_0xed442c[_0x17ee0f(0x1b7)];Object[_0x17ee0f(0x175)](_0xed442c,_0x1900cd[_0x17ee0f(0x12b)],{'get':function(){const _0x268e34=_0x17ee0f,_0xd84d7e={'olTOD':function(_0x3d5e7d,_0x3317bf){const _0x562f1a=a4_0x3788;return _0x1900cd[_0x562f1a(0x1ca)](_0x3d5e7d,_0x3317bf);},'iaelJ':_0x1900cd['vVAkj'],'AlHbm':function(_0x24378d,_0x500b55,_0x137249){const _0x3fbedb=a4_0x3788;return _0x1900cd[_0x3fbedb(0x142)](_0x24378d,_0x500b55,_0x137249);},'wllku':_0x1900cd[_0x268e34(0x1df)],'UKMCi':function(_0x32a667,_0x202f31){const _0x598138=_0x268e34;return _0x1900cd[_0x598138(0x10b)](_0x32a667,_0x202f31);},'EmnmY':_0x1900cd[_0x268e34(0x172)],'McBLz':function(_0x6c209e,_0x4fb966,_0x45610e){const _0x321764=_0x268e34;return _0x1900cd[_0x321764(0x11c)](_0x6c209e,_0x4fb966,_0x45610e);}};return async function _0x4ac4e4(_0x1c0de6,_0x58f421){const _0x176636=_0x268e34,_0x2f729d={'PPxSD':function(_0x11a505,_0x5be1ff){const _0x39c237=a4_0x3788;return _0xd84d7e[_0x39c237(0x1c8)](_0x11a505,_0x5be1ff);},'fOzax':_0xd84d7e[_0x176636(0x1b5)]},_0x26542a=_0xd84d7e[_0x176636(0x1d5)](nestedKeyValue,_0x1c0de6,[_0xd84d7e['wllku']])||_0x1c0de6;let _0x429873=null,_0x4ae177=null;try{[_0x4ae177,_0x429873]=_0x26542a?_0xd84d7e[_0x176636(0x169)](parseWSEndpoint,_0x26542a):[null,null],global[_0x176636(0x1a5)]=_0x429873,_0x4ae177[_0x176636(0x17d)](_0xd84d7e[_0x176636(0xfe)])&&(global[_0x176636(0x108)]=_0xd84d7e['EmnmY']);}catch(_0x579b7d){logger[_0x176636(0x1d4)](_0x176636(0x1ac)+_0x26542a+'\x20'+_0x579b7d);}_0xd84d7e[_0x176636(0x160)](processAccessibilityCaps,_0x429873,_0x4ae177);if(global[_0x176636(0x190)]){const _0x1dfe8e=await _0xed442c[_0x176636(0x189)][_0x176636(0x16d)](this,[''+Constants[_0x176636(0x185)]+_0xd84d7e[_0x176636(0x169)](encodeURIComponent,JSON[_0x176636(0x19d)](_0x429873))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x1dfe8e,_0x187a29,_0x26542a),_0x1dfe8e;}return _0x4513a3[_0x176636(0x16d)](this,arguments)[_0x176636(0x11b)](_0x1f9a63=>{const _0x5762dd=_0x176636;let _0x32c018=_0x1c0de6[_0x5762dd(0x132)];return _0x2f729d[_0x5762dd(0x1ae)](typeof _0x1c0de6,_0x2f729d[_0x5762dd(0x147)])&&(_0x32c018=_0x1c0de6),PlaywrightSessionDetails[_0x5762dd(0x1a0)](_0x1f9a63,_0x187a29,_0x32c018),_0x1f9a63;});};}});const _0x581b7b=_0xed442c[_0x17ee0f(0x15b)];Object['defineProperty'](_0xed442c,_0x1900cd['KMihz'],{'get':function(){return async function _0x11b5ac(){const _0x500148=a4_0x3788;return _0x581b7b[_0x500148(0x16d)](this,arguments)[_0x500148(0x11b)](_0x3c84a3=>{const _0x3afb50=_0x500148;return PlaywrightSessionDetails[_0x3afb50(0x1a0)](_0x3c84a3,null),_0x3c84a3;});};}});};class O11yHelper{[a4_0x3e3c0e(0x14a)]=null;[a4_0x3e3c0e(0x154)]=null;[a4_0x3e3c0e(0x149)]=![];[a4_0x3e3c0e(0x130)]=![];constructor(_0x2aeec7,_0x248643){const _0x47729d=a4_0x3e3c0e,_0x2d08d6={'NQTXz':_0x47729d(0x1e3),'vWRhm':function(_0x201476){return _0x201476();},'XRukg':function(_0x1b1075){return _0x1b1075();},'WkvHE':function(_0x41bc4e,_0x5b8e32){return _0x41bc4e===_0x5b8e32;},'TMOOR':'Playwright','KOPKw':function(_0x155171,_0x11f186){return _0x155171(_0x11f186);}},_0x6955bd=_0x2d08d6[_0x47729d(0x187)][_0x47729d(0x10d)]('|');let _0x514385=0x0;while(!![]){switch(_0x6955bd[_0x514385++]){case'0':this['driver']=_0x2aeec7;continue;case'1':this['enabled']=_0x2d08d6[_0x47729d(0x17c)](shouldProcessEventForTesthub);continue;case'2':this['_paths']=new testOpsHelper['PathHelper']({'cwd':process[_0x47729d(0x16c)]()},this['_testEnv'][_0x47729d(0x13a)]);continue;case'3':this[_0x47729d(0x130)]=_0x248643[_0x47729d(0x130)];continue;case'4':this[_0x47729d(0x157)]=_0x2d08d6[_0x47729d(0x106)](getTestEnv);continue;case'5':this[_0x47729d(0x101)]&&_0x2d08d6['WkvHE'](this[_0x47729d(0x101)][_0x47729d(0x138)][_0x47729d(0x179)],_0x2d08d6['TMOOR'])&&_0x2d08d6['KOPKw'](mockPWBrowserType,null);continue;}break;}}[a4_0x3e3c0e(0x119)](){const _0x403c2d=a4_0x3e3c0e;if(!this[_0x403c2d(0x149)])return;testOpsHelper['patchConsoleLogger'](),process[_0x403c2d(0x198)](_0x403c2d(0x1cf)+process[_0x403c2d(0x1c5)]),process['on'](_0x403c2d(0x1cf)+process['pid'],this[_0x403c2d(0x168)]['bind'](this));}async[a4_0x3e3c0e(0x159)](){const _0x315cf0=a4_0x3e3c0e;await RequestQueueHandler[_0x315cf0(0x17a)]()['shutdown']();}async[a4_0x3e3c0e(0x168)](_0x22e5eb){const _0x176b92=a4_0x3e3c0e,_0x32bba1={'lNomi':'LogCreated','stgWF':function(_0x4d5c93,_0x3de285){return _0x4d5c93(_0x3de285);}};try{this[_0x176b92(0x154)]&&!this[_0x176b92(0x154)][_0x176b92(0x110)]&&(_0x22e5eb['hook_run_uuid']=this[_0x176b92(0x154)]['hookAnalyticsId']);!_0x22e5eb[_0x176b92(0x1cd)]&&this[_0x176b92(0x14a)]&&!this[_0x176b92(0x14a)]['markedStatus']&&(_0x22e5eb[_0x176b92(0x10c)]=this['currentTest']['testAnalyticsId']);if(_0x22e5eb['hook_run_uuid']||_0x22e5eb[_0x176b92(0x10c)]){const _0x52699c={};_0x52699c[_0x176b92(0x18b)]=_0x32bba1['lNomi'],_0x52699c[_0x176b92(0x150)]=[_0x22e5eb],await SessionHandler[_0x176b92(0x104)](_0x52699c);}}catch(_0x55503d){_0x32bba1[_0x176b92(0x115)](debug,_0x176b92(0x15a)+_0x55503d);}}async['sendCBTInfo'](_0x5e54e6){const _0xea1687=a4_0x3e3c0e,_0x553d88={'ZVNTB':'CBTSessionCreated','eOoyI':function(_0x14af13,_0x4ea34d){return _0x14af13(_0x4ea34d);}};if(!this[_0xea1687(0x149)])return;const _0x325082=this[_0xea1687(0x18c)](this[_0xea1687(0x101)]);try{const _0x255753={};_0x255753['uuid']=_0x5e54e6,_0x255753[_0xea1687(0x12d)]=_0x325082;const _0x2bf707=_0x255753,_0x4477f2={};_0x4477f2[_0xea1687(0x18b)]=_0x553d88['ZVNTB'],_0x4477f2[_0xea1687(0x1b2)]=_0x2bf707,await SessionHandler['uploadEventData'](_0x4477f2);}catch(_0x1ca9d1){_0x553d88['eOoyI'](debug,_0xea1687(0x19b)+_0x1ca9d1);}}[a4_0x3e3c0e(0x18c)](_0x41fbab){const _0x1cbc8a=a4_0x3e3c0e,_0x3973be={'ILZxA':function(_0x272a7c,_0x34d58d){return _0x272a7c(_0x34d58d);}};return _0x3973be[_0x1cbc8a(0x123)](fetchPlatformDetails,_0x41fbab);}[a4_0x3e3c0e(0x197)]=_0x1d0f9d=>{const _0x57249d=a4_0x3e3c0e,_0x5c8275={};_0x5c8275[_0x57249d(0x1a6)]=_0x57249d(0x17e),_0x5c8275[_0x57249d(0x131)]=_0x57249d(0x18a);const _0x1a222b=_0x5c8275;if(!_0x1d0f9d||!_0x1d0f9d['parent'])return;[_0x1a222b['cRRki'],_0x1a222b[_0x57249d(0x131)]][_0x57249d(0x1bc)](_0x2e7a52=>{const _0x5e093f=_0x57249d,_0x330a62=_0x1d0f9d[_0x5e093f(0x1ad)][_0x2e7a52];_0x330a62[_0x5e093f(0x1bc)](_0x244f24=>{_0x244f24['hookAnalyticsId']&&(_0x244f24['hookAnalyticsId']=null);});});};['mapTestHooks'](_0x3f7077){const _0x4da22f=a4_0x3e3c0e,_0x1596c0={'EUJev':_0x4da22f(0x188),'NrrZO':function(_0x5a1a80){return _0x5a1a80();},'SewlO':function(_0x5a136a,_0x412f31){return _0x5a136a===_0x412f31;},'NHCcX':_0x4da22f(0x18a),'eghwA':function(_0x47fb84){return _0x47fb84();},'dXADQ':_0x4da22f(0x1b0),'YcfFo':_0x4da22f(0xfa),'cMJfu':'_beforeEach'};if(!_0x3f7077||!_0x3f7077[_0x4da22f(0x1ad)])return;[_0x1596c0[_0x4da22f(0x118)],_0x1596c0[_0x4da22f(0x199)],_0x1596c0[_0x4da22f(0x137)],_0x1596c0[_0x4da22f(0x102)]][_0x4da22f(0x1bc)](_0x302f68=>{const _0x1f2cf8=_0x4da22f,_0x102035=_0x3f7077['parent'][_0x302f68]||[];_0x102035[_0x1f2cf8(0x1bc)](_0x1e4e1e=>{const _0x53f5c2=_0x1f2cf8;if(_0x1e4e1e[_0x53f5c2(0x176)]['includes'](_0x1596c0[_0x53f5c2(0x182)]))return;if(!_0x1e4e1e[_0x53f5c2(0x1e9)])_0x1e4e1e[_0x53f5c2(0x1e9)]=_0x1596c0[_0x53f5c2(0x196)](uuidv4);else _0x1e4e1e[_0x53f5c2(0x110)]&&_0x1596c0['SewlO'](_0x302f68,_0x1596c0['NHCcX'])&&(_0x1e4e1e[_0x53f5c2(0x1e9)]=_0x1596c0[_0x53f5c2(0x14b)](uuidv4),delete _0x1e4e1e[_0x53f5c2(0x110)]);});}),this['mapTestHooks'](_0x3f7077[_0x4da22f(0x1ad)]);}[a4_0x3e3c0e(0x1c6)](_0x513038){const _0x1568aa=a4_0x3e3c0e,_0x5b7bf9={};_0x5b7bf9[_0x1568aa(0x11a)]='_beforeAll',_0x5b7bf9[_0x1568aa(0x144)]=_0x1568aa(0xfa),_0x5b7bf9[_0x1568aa(0x170)]=_0x1568aa(0x17e),_0x5b7bf9['CVbwI']=_0x1568aa(0x18a);const _0x1393e9=_0x5b7bf9;if(!_0x513038||!_0x513038[_0x1568aa(0x1ad)])return[];const _0x45b379=[];return[_0x1393e9['FPXZh'],_0x1393e9[_0x1568aa(0x144)],_0x1393e9[_0x1568aa(0x170)],_0x1393e9[_0x1568aa(0x1ef)]][_0x1568aa(0x1bc)](_0x1795eb=>{const _0x2e6ff5=_0x1568aa,_0x6447f=_0x513038[_0x2e6ff5(0x1ad)][_0x1795eb]||[];_0x6447f[_0x2e6ff5(0x1bc)](_0x2d064a=>{const _0x4c9173=_0x2e6ff5;_0x2d064a[_0x4c9173(0x1e9)]&&_0x45b379[_0x4c9173(0x1a9)](_0x2d064a[_0x4c9173(0x1e9)]);});}),[][_0x1568aa(0x1c3)](_0x45b379,this[_0x1568aa(0x1c6)](_0x513038[_0x1568aa(0x1ad)]));}[a4_0x3e3c0e(0x16b)](_0x4afe5c){const _0x4502a5=a4_0x3e3c0e,_0x58d9c0=/^"(?<hook>.*)" hook:.*$/,_0x4a77df=_0x4afe5c['title'],_0x4cc7ca=_0x4a77df[_0x4502a5(0x18d)](_0x58d9c0);if(_0x4cc7ca&&_0x4cc7ca['groups'])return _0x4cc7ca['groups'][_0x4502a5(0x146)][_0x4502a5(0x133)]()[_0x4502a5(0x140)]('\x20','_');return null;}[a4_0x3e3c0e(0x124)](_0x44ca73){const _0x28afce=a4_0x3e3c0e,_0xd0f5dd={};_0xd0f5dd[_0x28afce(0x125)]=function(_0x1673c1,_0x5246d8){return _0x1673c1===_0x5246d8;},_0xd0f5dd[_0x28afce(0x12e)]=function(_0x9c357,_0x4f12a4){return _0x9c357===_0x4f12a4;},_0xd0f5dd[_0x28afce(0x1e6)]='.git',_0xd0f5dd[_0x28afce(0x153)]=_0x28afce(0x13f);const _0x49a103=_0xd0f5dd,_0x4cec8a=path[_0x28afce(0x1b4)];if(_0x49a103['CkNHk'](_0x44ca73,null)||_0x49a103[_0x28afce(0x12e)](_0x44ca73,'')||_0x49a103[_0x28afce(0x125)](_0x44ca73,_0x4cec8a)||_0x49a103[_0x28afce(0x12e)](_0x44ca73,path[_0x28afce(0x1d1)](_0x44ca73)))return null;try{return fs[_0x28afce(0x19c)](path[_0x28afce(0x16e)](_0x44ca73,_0x49a103['HpXyn'],_0x49a103[_0x28afce(0x153)])),_0x44ca73;}catch(_0x26300e){const _0x360234=path[_0x28afce(0x1d1)](_0x44ca73);return this['findGitConfig'](_0x360234);}}[a4_0x3e3c0e(0x1ce)](_0x1e537d){const _0x25175f=a4_0x3e3c0e,_0x4ec545={};_0x4ec545[_0x25175f(0x1cc)]=function(_0x26c113,_0x4624a7){return _0x26c113>_0x4624a7;};const _0x1de491=_0x4ec545;if(_0x1e537d['file'])return _0x1e537d[_0x25175f(0x10e)];if(_0x1e537d[_0x25175f(0x15d)]){const _0x3b90d1=_0x1e537d[_0x25175f(0x15d)][_0x25175f(0x14a)]?this[_0x25175f(0x1ce)](_0x1e537d[_0x25175f(0x15d)][_0x25175f(0x14a)]):null;if(_0x3b90d1)return _0x3b90d1;}if(_0x1e537d[_0x25175f(0x1ad)]){const _0x2cef16=this['getRootParentFile'](_0x1e537d[_0x25175f(0x1ad)])||(_0x1e537d[_0x25175f(0x1ad)][_0x25175f(0x15d)]&&_0x1e537d[_0x25175f(0x1ad)][_0x25175f(0x15d)][_0x25175f(0x14a)]?this[_0x25175f(0x1ce)](_0x1e537d[_0x25175f(0x1ad)][_0x25175f(0x15d)][_0x25175f(0x14a)]):null);if(_0x2cef16)return _0x2cef16;_0x1e537d['parent'][_0x25175f(0x19a)]&&_0x1de491[_0x25175f(0x1cc)](_0x1e537d[_0x25175f(0x1ad)]['suites']['length'],0x0)&&_0x1e537d[_0x25175f(0x1ad)][_0x25175f(0x19a)][_0x25175f(0x1bc)](_0x4559e4=>{const _0x449d1b=_0x25175f,_0x58b49d=_0x4559e4['ctx']?this[_0x449d1b(0x1ce)](_0x4559e4['ctx']):null;if(_0x58b49d)return _0x58b49d;});}return null;}[a4_0x3e3c0e(0x151)](_0x5e5575){const _0x558194=a4_0x3e3c0e,_0x1330a9={};_0x1330a9[_0x558194(0x1d0)]=function(_0x1cffaa,_0x2c8810){return _0x1cffaa!==_0x2c8810;};const _0x3a9429=_0x1330a9,_0x1a167d=[];if(_0x5e5575&&_0x5e5575[_0x558194(0x1ad)]){let _0x394bb8=_0x5e5575['parent'];while(_0x394bb8&&_0x3a9429[_0x558194(0x1d0)](_0x394bb8[_0x558194(0x176)],'')){_0x1a167d['push'](_0x394bb8[_0x558194(0x176)]),_0x394bb8=_0x394bb8[_0x558194(0x1ad)];}}return _0x1a167d;}[a4_0x3e3c0e(0x1db)](_0x37966d,_0x398afd,_0x516387=undefined){const _0x464db7=a4_0x3e3c0e,_0x378329={'pGTws':function(_0xf4bbb5,_0x3aacbd){return _0xf4bbb5(_0x3aacbd);},'AQGeh':function(_0x2c59e2){return _0x2c59e2();},'GtniN':function(_0xca974d){return _0xca974d();},'Jvkbk':function(_0x22d0c4){return _0x22d0c4();},'YTcGe':function(_0x17f844,_0x511732){return _0x17f844(_0x511732);},'Rrgpa':_0x464db7(0x107),'wcinT':_0x464db7(0x121),'hFYWz':function(_0x4ebd44,_0x3d23a5){return _0x4ebd44!==_0x3d23a5;},'WdSIL':'File\x20path\x20could\x20not\x20be\x20found','FbTRq':_0x464db7(0x114),'vjvxk':'failed','OlbUY':'passed','ktMPP':_0x464db7(0x1a4),'TgSUV':_0x464db7(0x1a1),'LvnMN':function(_0xbef4c6,_0x516ffc){return _0xbef4c6-_0x516ffc;},'sYyBH':function(_0x85ae01,_0x1cfa14,_0x4ab506,_0x58c277,_0x367129){return _0x85ae01(_0x1cfa14,_0x4ab506,_0x58c277,_0x367129);},'bXLdZ':_0x464db7(0x12d),'RfASU':_0x464db7(0x158),'GcWBF':'failure','BoAAX':_0x464db7(0x126),'AEcRz':_0x464db7(0x166),'TzjeI':_0x464db7(0x141),'lbOMr':_0x464db7(0x15c),'vVGYd':function(_0x17acc0,_0x292a64){return _0x17acc0===_0x292a64;},'HdXOt':'hook_run','UZwqK':_0x464db7(0x1b2)};if(!this[_0x464db7(0x149)])return;try{if(_0x398afd['fn']&&_0x398afd['fn'][_0x464db7(0x180)]()[_0x464db7(0x18d)](/browserstack internal helper hook/))return;const _0x14bb2e=_0x378329[_0x464db7(0x1c9)](parseEvent,_0x37966d);if(!_0x14bb2e)return;if(_0x14bb2e[_0x464db7(0x1a2)]){this['currentTest']=_0x398afd,this['currentHook']=null;if(_0x14bb2e['started']||_0x14bb2e['skipped']){_0x398afd[_0x464db7(0x1a7)]=new Date(),_0x398afd[_0x464db7(0x110)]=![];if(!_0x398afd[_0x464db7(0x1c2)])_0x398afd[_0x464db7(0x1c2)]=_0x378329['AQGeh'](uuidv4);else _0x398afd[_0x464db7(0x110)]&&(!_0x398afd['retryOf']&&(_0x398afd[_0x464db7(0x1d9)]=_0x398afd[_0x464db7(0x1c2)]),_0x398afd[_0x464db7(0x1c2)]=_0x378329[_0x464db7(0xff)](uuidv4));}}else{if(_0x14bb2e['hook']){this['currentHook']=_0x398afd;if(_0x14bb2e[_0x464db7(0x164)]){_0x398afd[_0x464db7(0x1a7)]=new Date(),_0x398afd['markedStatus']=![];if(!_0x398afd[_0x464db7(0x1e9)])_0x398afd[_0x464db7(0x1e9)]=_0x378329[_0x464db7(0x16f)](uuidv4);else _0x398afd['hookAnalyticsId']&&_0x398afd['markedStatus']&&(_0x398afd[_0x464db7(0x1e9)]=_0x378329[_0x464db7(0x1af)](uuidv4));}}}if(_0x14bb2e[_0x464db7(0x181)]&&_0x398afd['markedStatus'])return;let _0x34863a;try{_0x34863a=this[_0x464db7(0x1ce)](_0x398afd);}catch(_0x138434){logger[_0x464db7(0x1d4)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x138434),_0x34863a=null;}const _0x30e90b=_0x378329['YTcGe'](require,_0x378329[_0x464db7(0x1bd)]);let _0xedc810=[];_0x516387&&(_0xedc810=[_0x516387,_0x378329['wcinT']]);const _0x44f42a=_0x378329[_0x464db7(0x14f)](_0x398afd[_0x464db7(0x1e2)],undefined)?_0x30e90b['inspect'](_0x398afd[_0x464db7(0x1e2)][0x0]):_0x378329[_0x464db7(0x14f)](_0x516387,undefined)?_0x516387[_0x464db7(0x180)]():undefined,_0x259b63=_0x34863a?this[_0x464db7(0x124)](_0x34863a):null,_0x231b7d=_0x34863a?this[_0x464db7(0x14c)][_0x464db7(0x1d7)](this[_0x464db7(0x1ce)](_0x398afd)):_0x378329[_0x464db7(0x173)];let _0x113ada=_0x378329[_0x464db7(0x1ec)];const _0x587104=!_0x14bb2e[_0x464db7(0x164)]?new Date()[_0x464db7(0x1c4)]():null;if(_0x14bb2e[_0x464db7(0x181)])_0x113ada=_0x516387?_0x378329[_0x464db7(0x162)]:_0x378329['OlbUY'],_0x398afd[_0x464db7(0x110)]=!![];else _0x14bb2e[_0x464db7(0x1a4)]&&(_0x113ada=_0x378329[_0x464db7(0x1b9)],_0x398afd[_0x464db7(0x110)]=!![]);const _0x2694ed={'framework':this[_0x464db7(0x130)],'uuid':_0x398afd['testAnalyticsId']||_0x398afd[_0x464db7(0x1e9)],'name':_0x398afd[_0x464db7(0x176)],'body':{'lang':_0x378329[_0x464db7(0x11f)],'code':_0x398afd[_0x464db7(0x148)][_0x464db7(0x180)]()},'type':_0x398afd[_0x464db7(0x156)],'scope':_0x398afd[_0x464db7(0x192)](),'scopes':this[_0x464db7(0x151)](_0x398afd),'file_name':_0x231b7d,'vc_filepath':_0x259b63?path[_0x464db7(0x14e)](_0x259b63,_0x34863a):null,'location':_0x231b7d,'result':_0x113ada,'failure_reason':_0x44f42a,'duration_in_ms':_0x398afd['duration']||(_0x14bb2e[_0x464db7(0x181)]||_0x14bb2e[_0x464db7(0x1a4)])?_0x378329[_0x464db7(0x1cb)](Date[_0x464db7(0x145)](),new Date(_0x398afd[_0x464db7(0x1a7)])[_0x464db7(0x120)]()):null,'started_at':new Date(_0x398afd[_0x464db7(0x1a7)])[_0x464db7(0x1c4)](),'finished_at':_0x587104,'failure':testOpsHelper[_0x464db7(0x183)]['apply'](null,_0xedc810),'failure_type':!_0x44f42a?null:testOpsHelper['getFailureType'](_0x44f42a),'retry_of':_0x398afd[_0x464db7(0x1d9)]||null,'tags':_0x398afd[_0x464db7(0x109)]||[],'customRerunParam':{'rerun_name':_0x398afd[_0x464db7(0x192)]()}};_0x378329[_0x464db7(0x174)](appendTesthubParams,_0x2694ed,_0x37966d,_0x398afd,FRAMEWORKS[_0x464db7(0x195)]);if(_0x14bb2e[_0x464db7(0x146)])[_0x2694ed[_0x464db7(0x1c1)],_0x2694ed[_0x464db7(0x179)]]=[this[_0x464db7(0x16b)](_0x398afd),_0x398afd[_0x464db7(0x15d)]['test'][_0x464db7(0x176)]],_0x14bb2e[_0x464db7(0x181)]?_0x378329['hFYWz'](_0x2694ed['result'],_0x378329['vjvxk'])&&(_0x2694ed[_0x464db7(0x193)]=_0x378329['OlbUY']):_0x2694ed[_0x464db7(0x148)]={};else _0x14bb2e['test']&&(this[_0x464db7(0x191)](_0x398afd),_0x14bb2e['skipped']&&this[_0x464db7(0x197)](_0x398afd),(_0x14bb2e['finished']||_0x14bb2e[_0x464db7(0x1a4)])&&(_0x2694ed[_0x464db7(0x1ea)]=this[_0x464db7(0x1c6)](_0x398afd)));this[_0x464db7(0x101)]&&(_0x14bb2e[_0x464db7(0x164)]||_0x14bb2e[_0x464db7(0x1a4)])&&(_0x2694ed[_0x378329[_0x464db7(0x13c)]]=this[_0x464db7(0x18c)](this[_0x464db7(0x101)]));_0x14bb2e[_0x464db7(0x1a2)]&&_0x14bb2e[_0x464db7(0x181)]&&_0x398afd[_0x464db7(0x194)]&&(_0x2694ed[_0x378329[_0x464db7(0x15f)]]={'feature':{'name':_0x398afd[_0x464db7(0x1ad)][_0x464db7(0xf7)][_0x464db7(0x179)],'path':_0x2694ed[_0x464db7(0x1e5)],'description':_0x398afd['parent'][_0x464db7(0x171)]},'scenario':{'name':_0x398afd[_0x464db7(0x176)]},'steps':_0x398afd[_0x464db7(0x194)]});const _0x1a4c7b=_0x2694ed[_0x378329['GcWBF']][0x0];_0x1a4c7b&&(_0x2694ed[_0x378329[_0x464db7(0x135)]]=_0x1a4c7b[_0x378329[_0x464db7(0xf9)]],_0x2694ed[_0x378329['TzjeI']]=_0x1a4c7b[_0x378329[_0x464db7(0x12a)]]);if(_0x398afd[_0x464db7(0x194)])for(const _0x4e3a4c of _0x398afd[_0x464db7(0x194)]){!_0x4e3a4c[_0x464db7(0x177)]&&(_0x4e3a4c[_0x464db7(0x177)]=new Date()[_0x464db7(0x1c4)](),_0x378329[_0x464db7(0x105)](_0x4e3a4c[_0x464db7(0x193)],_0x378329['FbTRq'])&&(_0x1a4c7b?(_0x4e3a4c['result']=_0x378329[_0x464db7(0x162)],_0x4e3a4c[_0x464db7(0x1da)]=_0x1a4c7b[_0x378329['AEcRz']][0x0]):_0x4e3a4c[_0x464db7(0x193)]=_0x378329['OlbUY']));}const _0x4b30db={};_0x4b30db[_0x464db7(0x18b)]=_0x14bb2e[_0x464db7(0x1a4)]?TEST_EVENTS[_0x464db7(0x13d)]:_0x37966d;const _0x4a0b65=_0x4b30db;return _0x14bb2e['hook']?_0x4a0b65[_0x378329['HdXOt']]=_0x2694ed:_0x4a0b65[_0x378329['UZwqK']]=_0x2694ed,_0x4a0b65;}catch(_0x71a647){logger[_0x464db7(0x1d4)](_0x464db7(0x128)+_0x37966d+'\x20with\x20error\x20:\x20'+_0x71a647);}}async[a4_0x3e3c0e(0x1bb)](_0x2dd612,_0x2d3bbc){const _0x22ae18=a4_0x3e3c0e;if(!this['enabled']||!_0x2d3bbc||!_0x2dd612)return![];try{return await SessionHandler['uploadEventData'](_0x2d3bbc);}catch(_0x598fa0){logger[_0x22ae18(0x1d4)]('Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20'+_0x2dd612+_0x22ae18(0x127)+_0x598fa0);}}['initializeBddStep'](_0x4732e4){const _0x37158d=a4_0x3e3c0e,_0x47667c={};_0x47667c['MVryf']=_0x37158d(0x114);const _0x47c494=_0x47667c;return{'id':_0x4732e4[_0x37158d(0x1e8)],'text':_0x4732e4[_0x37158d(0x1d2)],'keyword':_0x4732e4[_0x37158d(0x18f)],'started_at':_0x4732e4[_0x37158d(0x1a7)][_0x37158d(0x1c4)](),'result':_0x47c494[_0x37158d(0x19e)]};}[a4_0x3e3c0e(0x1de)](_0x2346e1){const _0x1f5652=a4_0x3e3c0e,_0x383add={'lOTvd':function(_0x52afef){return _0x52afef();}};!this['currentTest'][_0x1f5652(0x194)]&&(this[_0x1f5652(0x14a)]['bddSteps']=[]),!_0x2346e1[_0x1f5652(0x1e8)]&&(_0x2346e1[_0x1f5652(0x1e8)]=_0x383add[_0x1f5652(0x152)](uuidv4),_0x2346e1[_0x1f5652(0x1a7)]=new Date(),this[_0x1f5652(0x14a)][_0x1f5652(0x194)][_0x1f5652(0x1a9)](this[_0x1f5652(0x103)](_0x2346e1)));}['bddStepFinish'](_0x4204b4){const _0xbca710=a4_0x3e3c0e,_0x2cc068={'ckaYM':function(_0xd197f7,_0x5725a4){return _0xd197f7(_0x5725a4);},'tTcrU':_0xbca710(0x1bf),'ahKqB':_0xbca710(0x114),'iHwep':_0xbca710(0x178),'EDKLc':function(_0x4c015f,_0x355546){return _0x4c015f-_0x355546;}};let _0x205e72=this[_0xbca710(0x14a)][_0xbca710(0x194)][_0xbca710(0x129)](_0x36cd33=>_0x36cd33['id']===_0x4204b4[_0xbca710(0x1e8)]);_0x2cc068[_0xbca710(0x112)](isUndefined,_0x205e72)&&(_0x205e72=this[_0xbca710(0x103)](_0x4204b4)),_0x205e72['result']=[_0x2cc068['tTcrU'],_0x2cc068[_0xbca710(0x1e0)]][_0xbca710(0x17d)](_0x4204b4[_0xbca710(0x111)])?_0x2cc068['iHwep']:_0x4204b4['status'],_0x205e72['finished_at']=new Date()[_0xbca710(0x1c4)](),_0x205e72[_0xbca710(0x12c)]=_0x2cc068['EDKLc'](Date[_0xbca710(0x145)](),_0x4204b4['startedAt']['getTime']()),_0x205e72[_0xbca710(0x1da)]=_0x4204b4[_0xbca710(0x121)]?_0x4204b4[_0xbca710(0x121)][_0xbca710(0x136)]:null;}}const a4_0x482e8a={};a4_0x482e8a[a4_0x3e3c0e(0x143)]=O11yHelper,a4_0x482e8a[a4_0x3e3c0e(0x165)]=STATE_PASSED,a4_0x482e8a[a4_0x3e3c0e(0x1d8)]=STATE_FAILED,a4_0x482e8a[a4_0x3e3c0e(0x1e4)]=TEST_EVENTS,module[a4_0x3e3c0e(0x155)]=a4_0x482e8a;function a4_0x2bb5(){const _0x469989=['currentHook','exports','type','_testEnv','meta','stop','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','launch','expanded','ctx','../mocha/test-observability/mochaUtils','RfASU','McBLz','client','vjvxk','HOOK_RUN_STARTED','started','STATE_PASSED','backtrace','../../helpers/testhub/utils.js','appendTestItemLog','UKMCi','171VdnkFg','getHookType','cwd','apply','join','AQGeh','TEfrL','comment','aMwin','WdSIL','sYyBH','defineProperty','title','finished_at','passed','name','getInstance','../../helpers/test-observability/constants','vWRhm','includes','_beforeEach','146670XXkUDV','toString','finished','EUJev','failureData','giVIE','PLAYWRIGHT_HUB_URL','../../helpers/helper','NQTXz','codeceptjs','connectOverCDP','_afterEach','event_type','getCBTInfo','match','path','keyword','accessibilityPlatform','mapTestHooks','fullTitle','result','bddSteps','CODECEPT','NrrZO','resetSkipTestHooks','removeAllListeners','YcfFo','suites','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','statSync','stringify','MVryf','winstonLogger','setupBrowserDetails','javascript','test','ddNJs','skipped','__platformCaps','cRRki','startedAt','WYQdW','push','toLowerCase','178638TwrxtM','Failed\x20to\x20parse\x20wsendpoint\x20','parent','PPxSD','Jvkbk','_beforeAll','11724iTHKpG','test_run','browserType.js','sep','iaelJ','uuid','connect','HookRunStarted','ktMPP','failed','fireEvent','forEach','Rrgpa','prototype','success','../playwright/sessionDetails','hook_type','testAnalyticsId','concat','toISOString','pid','getHooksForTest','TestRunSkipped','olTOD','pGTws','eRlIo','LvnMN','fsAod','hook_run_uuid','getRootParentFile','bs:addLog:','UFpgP','dirname','text','aHUBT','debug','AlHbm','4UdnUqa','prefixTestPath','STATE_FAILED','retryOf','failure','captureEvent','./helper.js','YilBH','bddStepStart','DSMSQ','ahKqB','iWgKU','errorsDetailed','1|3|0|4|2|5','TEST_EVENTS','file_name','HpXyn','TestRunFinished','stepAnalyticsId','hookAnalyticsId','hooks','../../helpers/logger','FbTRq','../utils/constants','7CnvyuS','CVbwI','feature','5132171oeJSLu','AEcRz','_afterAll','../../helpers/test-observability/sessionHandler','NORDP','28wAeHQm','EmnmY','GtniN','lib','driver','NHCcX','initializeBddStep','uploadEventData','vVGYd','XRukg','util','__cloud_provider___','tags','URkbJ','xYXjV','test_run_uuid','split','file','browserstack','markedStatus','status','ckaYM','qRnkU','pending','stgWF','TEST_RUN_STARTED','vIAWx','dXADQ','start','FPXZh','then','ZdpsH','TestRunStarted','../playwright/accessibility-helper','TgSUV','getTime','err','obsBrowserTypeMockApplied','ILZxA','findGitConfig','CkNHk','failure_backtrace','\x20with\x20error\x20:\x20','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','find','lbOMr','mLflX','duration','integrations','fvcsG','MpZbj','frameworkName','KzHNP','wsEndpoint','toUpperCase','1922065fLdHqc','BoAAX','message','cMJfu','constructor','248344RIDGNl','location_prefix','Not\x20able\x20to\x20import\x20Browser','bXLdZ','TEST_RUN_FINISHED','yVjDb','config','replace','failure_reason_expanded','lcGSB','O11yHelper','hRWod','now','hook','fOzax','body','enabled','currentTest','eghwA','_paths','2876088hIjTjS','relative','hFYWz','logs','getHierarchy','lOTvd','cUiSa'];a4_0x2bb5=function(){return _0x469989;};return a4_0x2bb5();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a5_0x2887(_0x5cdbba,_0x1de83a){const _0x44a310=a5_0x44a3();return a5_0x2887=function(_0x2887dd,_0x257666){_0x2887dd=_0x2887dd-0x9e;let _0x42426e=_0x44a310[_0x2887dd];return _0x42426e;},a5_0x2887(_0x5cdbba,_0x1de83a);}const a5_0x6c1fa3=a5_0x2887;(function(_0x5c4150,_0x161b47){const _0xb19fcf=a5_0x2887,_0xde668d=_0x5c4150();while(!![]){try{const _0x1279ee=-parseInt(_0xb19fcf(0x124))/0x1*(-parseInt(_0xb19fcf(0xc8))/0x2)+parseInt(_0xb19fcf(0xe1))/0x3*(parseInt(_0xb19fcf(0xc9))/0x4)+parseInt(_0xb19fcf(0xec))/0x5+-parseInt(_0xb19fcf(0xb6))/0x6*(-parseInt(_0xb19fcf(0x118))/0x7)+parseInt(_0xb19fcf(0xc6))/0x8*(-parseInt(_0xb19fcf(0xa8))/0x9)+parseInt(_0xb19fcf(0xe8))/0xa+-parseInt(_0xb19fcf(0xc2))/0xb*(parseInt(_0xb19fcf(0xbd))/0xc);if(_0x1279ee===_0x161b47)break;else _0xde668d['push'](_0xde668d['shift']());}catch(_0x50d35c){_0xde668d['push'](_0xde668d['shift']());}}}(a5_0x44a3,0xeed21));const fs=require('fs'),path=require(a5_0x6c1fa3(0x10f)),util=require(a5_0x6c1fa3(0xc0)),logger=require(a5_0x6c1fa3(0xdb))[a5_0x6c1fa3(0xf8)],{default:BrowserStackSetup}=require(a5_0x6c1fa3(0xa2)),helper=require(a5_0x6c1fa3(0xea)),utilities=require(a5_0x6c1fa3(0xb9)),constants=require(a5_0x6c1fa3(0xeb)),{parallelCucumberRun}=require('../test-runner'),TestHubHandler=require(a5_0x6c1fa3(0x122)),testOpsHelper=require(a5_0x6c1fa3(0xc1)),chalk=require('chalk'),PerformanceTester=require(a5_0x6c1fa3(0xe2)),PerformanceEvents=require(a5_0x6c1fa3(0xa9))[a5_0x6c1fa3(0xbf)];function a5_0x44a3(){const _0x4040b3=['stepsFailed','skipSessionStatus','\x20skipped','winstonLogger','xwEyG','ISbTp','then','steps','\x20steps','parallelsPerPlatform','kHfqN','oiqfy','nXXwq','ANfaJ','stepsPassed','tmp','red','start','turboScaleUrl','length','ofzwI','bold','scenariosFailed','wbrLu','hBntD','testContextOptions','path','green','debug','ZNmzN','getPlatformName','prepareCapabilities','splice','printBuildLink','parseFormatters','6388879yDKYIa','cucumber','setupTCGAuth','DIfWG','oUWFZ','****\x20RESULTS\x20****','true','Removing\x20tmp\x20directory\x20created\x20for\x20reports','stepsPending','RJBtS','../../helpers/testhub/testhubHandler','Generating\x20consolidated\x20report...','50442uhpLWz','stepsUndefined','unlinkSync','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','cwd','getHubUrl','../../helpers/BrowserStackSetup','scenarios','getErrorMessageFromResults','LQsvW','forEach','hnqDJ','17163ejjUUM','../../helpers/performance/constants','processSuccess','rnqio','stringify','bSupo','accessibilityOptions','\x20ambiguous','KlRWE','push','CUCUMBER','uSSnL','join','handleApp','6NyKLhS','stop','error\x20removing\x20tcg\x20config\x20file','../../helpers/utilities','testObservability','format','launchBuild','24xPXTcV','ugnpe','EVENTS','util','../../helpers/test-observability/utils','26419162DJfukx','config','SDK_SETUP','aTwQr','184NmwoJw','cucumber-js','70vfyGPv','65656JUPrpx','stepsSkipped','\x20passed','finalExecution','createDir','EChgN','OHUeV','\x20scenarios','SDK_CLEANUP','BROWSERSTACK_TEST_OBSERVABILITY_YML','finally','env','log','AczPp','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','errorMessage','initialize','getUserWorkerCount','../../helpers/logger','cyan','setUserConfigPath','naSXA','isUndefined','exports','189xOVBos','../../helpers/performance/performance-tester','EzHee','exitCode','isBrowserstackInfra','liNZv','TSNUX','5036190hMmqJK','yellow','../../helpers/helper','../utils/constants','8048430QGgULS','stepsUnknown','stepsAmbiguous','framework','\x20failed','hMMMt','end','useW3C','DWIuA'];a5_0x44a3=function(){return _0x4040b3;};return a5_0x44a3();}function printCucumberStats(_0x5ccec4){const _0x46c2bc=a5_0x6c1fa3,_0x2ecf55={};_0x2ecf55[_0x46c2bc(0xf4)]=function(_0x5b31be,_0x4fe42a){return _0x5b31be>_0x4fe42a;},_0x2ecf55[_0x46c2bc(0xce)]=function(_0xc7ab1f,_0x2b1b9d){return _0xc7ab1f-_0x2b1b9d;},_0x2ecf55['aTwQr']=function(_0x413b1b,_0x26b264){return _0x413b1b-_0x26b264;},_0x2ecf55[_0x46c2bc(0xde)]=function(_0x317bad,_0x40e894){return _0x317bad>_0x40e894;},_0x2ecf55[_0x46c2bc(0xff)]=function(_0x4e3487,_0x31fc72){return _0x4e3487>_0x31fc72;},_0x2ecf55['hBntD']=function(_0x9b34c3,_0x445481){return _0x9b34c3>_0x445481;},_0x2ecf55[_0x46c2bc(0x109)]=function(_0x132c01,_0x3cdacf){return _0x132c01>_0x3cdacf;},_0x2ecf55[_0x46c2bc(0xa5)]=function(_0x51c1b7,_0x5b124e){return _0x51c1b7>_0x5b124e;},_0x2ecf55[_0x46c2bc(0xe3)]=function(_0x489575,_0x20f6cb){return _0x489575>_0x20f6cb;},_0x2ecf55['OHUeV']=function(_0x1785ba,_0x4a62dc){return _0x1785ba>_0x4a62dc;},_0x2ecf55[_0x46c2bc(0xe6)]=function(_0x81dd67,_0x49311c){return _0x81dd67>_0x49311c;},_0x2ecf55[_0x46c2bc(0x11b)]=function(_0xa4dfb0,_0xf4e6ab){return _0xa4dfb0+_0xf4e6ab;},_0x2ecf55[_0x46c2bc(0xab)]=function(_0x36118b,_0xa1792e){return _0x36118b+_0xa1792e;},_0x2ecf55['TSNUX']=function(_0x48a057,_0x5c500b){return _0x48a057+_0x5c500b;},_0x2ecf55[_0x46c2bc(0xf1)]=function(_0x5c7135,_0x530820){return _0x5c7135+_0x530820;},_0x2ecf55['KlRWE']=function(_0x10465c,_0x20f121){return _0x10465c+_0x20f121;},_0x2ecf55[_0x46c2bc(0x10c)]=function(_0x3a5da7,_0x17d846){return _0x3a5da7+_0x17d846;},_0x2ecf55[_0x46c2bc(0xf9)]=function(_0x4c1f16,_0x59036b){return _0x4c1f16===_0x59036b;},_0x2ecf55[_0x46c2bc(0x112)]=_0x46c2bc(0x11d);const _0x145fb5=_0x2ecf55;let _0xe3c032=0x0;if(_0x145fb5[_0x46c2bc(0xf9)](_0x5ccec4['length'],0x0))return _0xe3c032;return console[_0x46c2bc(0xd5)](chalk[_0x46c2bc(0x10a)]['bgWhite'](_0x145fb5[_0x46c2bc(0x112)])),_0x5ccec4[_0x46c2bc(0xa6)](_0x2739b5=>{const _0x309059=_0x46c2bc,_0x34d8a7=_0x2739b5[0x0],_0x2668b8=_0x2739b5[0x1];console['log']('\x0a'+chalk['bold'][_0x309059(0xe9)](''+helper[_0x309059(0x113)](_0x34d8a7)));const _0x475c4e=_0x2668b8[_0x309059(0xa3)],_0x4bbe2e=_0x2668b8[_0x309059(0xfc)],_0x2574a6=_0x2668b8[_0x309059(0x10b)],_0x1733b4=_0x2668b8[_0x309059(0xf5)],_0xe8b5f3=_0x2668b8[_0x309059(0x103)],_0x21b942=_0x2668b8[_0x309059(0xca)],_0x2e6656=_0x2668b8[_0x309059(0x120)],_0x254890=_0x2668b8[_0x309059(0x125)],_0x15cd3f=_0x2668b8[_0x309059(0xed)],_0x4dd2be=_0x2668b8[_0x309059(0xee)],_0x410efe=_0x2668b8[_0x309059(0xaa)];let _0x3852e4=_0x475c4e+_0x309059(0xd0);const _0x228a3a=_0x145fb5[_0x309059(0xf4)](_0x145fb5[_0x309059(0xce)](_0x475c4e,_0x2574a6),0x0)?_0x145fb5[_0x309059(0xc5)](_0x475c4e,_0x2574a6):0x0;if(_0x145fb5['DWIuA'](_0x2574a6,0x0)&&_0x145fb5[_0x309059(0xde)](_0x228a3a,0x0))_0x3852e4+='\x20('+chalk['bold'][_0x309059(0x105)](_0x2574a6+_0x309059(0xf0))+',\x20'+chalk[_0x309059(0x10a)][_0x309059(0x110)](_0x228a3a+_0x309059(0xcb))+')';else(_0x145fb5[_0x309059(0xde)](_0x2574a6,0x0)||_0x145fb5[_0x309059(0xde)](_0x228a3a,0x0))&&(_0x3852e4+=_0x145fb5[_0x309059(0xff)](_0x2574a6,0x0)?'\x20('+chalk['bold'][_0x309059(0x105)](_0x2574a6+_0x309059(0xf0))+')':'\x20('+chalk[_0x309059(0x10a)][_0x309059(0x110)](_0x228a3a+_0x309059(0xcb))+')');const _0x56e1e5=_0x4bbe2e+_0x309059(0xfd),_0x6b171=[];_0x145fb5[_0x309059(0x10d)](_0x4dd2be,0x0)&&_0x6b171['push'](''+chalk[_0x309059(0x10a)][_0x309059(0x105)](_0x4dd2be+_0x309059(0xaf)));_0x145fb5[_0x309059(0x109)](_0x1733b4,0x0)&&_0x6b171['push'](''+chalk[_0x309059(0x10a)][_0x309059(0x105)](_0x1733b4+_0x309059(0xf0)));_0x145fb5[_0x309059(0x109)](_0xe8b5f3,0x0)&&_0x6b171[_0x309059(0xb1)](''+chalk[_0x309059(0x10a)][_0x309059(0x110)](_0xe8b5f3+'\x20passed'));_0x145fb5[_0x309059(0xa5)](_0x2e6656,0x0)&&_0x6b171['push'](''+chalk[_0x309059(0x10a)][_0x309059(0xe9)](_0x2e6656+'\x20pending'));_0x145fb5[_0x309059(0xe3)](_0x21b942,0x0)&&_0x6b171['push'](''+chalk['bold'][_0x309059(0xdc)](_0x21b942+'\x20skipped'));_0x145fb5[_0x309059(0xcf)](_0x254890,0x0)&&_0x6b171['push'](''+chalk[_0x309059(0x10a)][_0x309059(0xe9)](_0x254890+'\x20undefined'));_0x145fb5[_0x309059(0xe6)](_0x15cd3f,0x0)&&_0x6b171[_0x309059(0xb1)](''+chalk[_0x309059(0x10a)][_0x309059(0xe9)](_0x15cd3f+_0x309059(0xf7)));const _0x57fc91=_0x145fb5[_0x309059(0x11b)](_0x145fb5['rnqio'](_0x145fb5[_0x309059(0xe7)](_0x56e1e5,'('),_0x6b171[_0x309059(0xb4)](',\x20')),')');console['log'](_0x145fb5[_0x309059(0xab)](_0x145fb5['hMMMt'](_0x145fb5[_0x309059(0xb0)](_0x145fb5[_0x309059(0x10c)]('\x0a',_0x3852e4),'\x0a'),_0x57fc91),'\x0a')),_0x145fb5['xwEyG'](_0x410efe,![])&&(_0xe3c032=0x1);}),_0xe3c032;}async function run(_0x2858bd,_0x1886be){const _0x17feda=a5_0x6c1fa3,_0x4887b0={'uSSnL':function(_0xbfd328,_0xd921b){return _0xbfd328(_0xd921b);},'oUWFZ':function(_0x1920fe,_0x171702){return _0x1920fe>_0x171702;},'oiqfy':_0x17feda(0x123),'ISbTp':_0x17feda(0x11f),'AczPp':_0x17feda(0x119),'RJBtS':_0x17feda(0xb8),'ugnpe':_0x17feda(0xc7),'elMkn':_0x17feda(0x104),'bSupo':function(_0x473db9,_0x4428b6){return _0x473db9-_0x4428b6;},'nXXwq':function(_0x25c784,_0x2411e8){return _0x25c784>=_0x2411e8;},'xGbEn':function(_0x3ccbcf,_0x1e2f2a){return _0x3ccbcf!=_0x1e2f2a;},'hnqDJ':_0x17feda(0x11e),'ANfaJ':function(_0x2664a5,_0x5144f8,_0x5acc15,_0xbad1d1,_0x4ebdff,_0x21015b){return _0x2664a5(_0x5144f8,_0x5acc15,_0xbad1d1,_0x4ebdff,_0x21015b);}},_0x447538=new BrowserStackSetup(_0x2858bd,_0x4887b0[_0x17feda(0xbe)]);await _0x447538[_0x17feda(0xd9)](),helper[_0x17feda(0xdd)](_0x447538[_0x17feda(0xef)],_0x2858bd);!helper[_0x17feda(0xe5)]()&&await _0x447538[_0x17feda(0x11a)]();await helper[_0x17feda(0xb5)](_0x447538['config']);const _0x349d29=helper[_0x17feda(0xf3)](_0x447538[_0x17feda(0xc3)]),_0xc22add=helper[_0x17feda(0x114)](_0x447538['config'],_0x349d29,constants['FRAMEWORKS'][_0x17feda(0xb2)]);if(!_0x447538[_0x17feda(0xc3)])return;const _0x51049f=_0x447538[_0x17feda(0xc3)][_0x17feda(0xfe)]||helper[_0x17feda(0xda)](_0x2858bd,_0x1886be,_0x447538[_0x17feda(0xc3)],constants['FRAMEWORKS'][_0x17feda(0xb2)])||0x1,_0x1c4e04={'server':helper[_0x17feda(0xa1)](_0x447538[_0x17feda(0xc3)]),'proxySettings':_0x447538['config']['proxySettings'],'maxWorkers':_0x51049f,'browserStackLogLevel':_0x447538[_0x17feda(0xc3)]['logLevel'],'skipSessionName':_0x447538[_0x17feda(0xc3)][_0x17feda(0x10e)]['skipSessionName'],'skipSessionStatus':_0x447538[_0x17feda(0xc3)][_0x17feda(0x10e)][_0x17feda(0xf6)],'turboScaleUrl':_0x447538[_0x17feda(0xc3)][_0x17feda(0x107)]},_0xdc8715=process['argv'],[_0x500faa,_0x354948]=helper[_0x17feda(0x117)](_0xdc8715),_0x4644c9=path[_0x17feda(0xb4)](process[_0x17feda(0xa0)](),_0x4887b0['elMkn']);if(_0x4887b0[_0x17feda(0x11c)](_0x354948['length'],0x0)){helper[_0x17feda(0xcd)](_0x4644c9);for(let _0x41a7fa=_0x4887b0[_0x17feda(0xad)](_0x500faa[_0x17feda(0x108)],0x1);_0x4887b0[_0x17feda(0x101)](_0x41a7fa,0x0);_0x41a7fa--){_0xdc8715[_0x17feda(0x115)](_0x500faa[_0x41a7fa],0x2);}}!helper[_0x17feda(0xdf)](_0x447538[_0x17feda(0xc3)][_0x17feda(0xae)])&&(process[_0x17feda(0xd4)][_0x17feda(0xd7)]=JSON[_0x17feda(0xac)](_0x447538[_0x17feda(0xc3)][_0x17feda(0xae)]));_0x4887b0['xGbEn'](_0x447538['config']['testObservability'],null)?process[_0x17feda(0xd4)][_0x17feda(0xd2)]=_0x447538[_0x17feda(0xc3)][_0x17feda(0xba)]:process['env'][_0x17feda(0xd2)]=_0x4887b0[_0x17feda(0xa7)];const _0x55f7e3=await TestHubHandler[_0x17feda(0xbc)](constants['FRAMEWORKS']['CUCUMBER'],_0x447538);PerformanceTester[_0x17feda(0xf2)](PerformanceEvents[_0x17feda(0xc4)]);let _0x364739;_0x4887b0[_0x17feda(0x102)](parallelCucumberRun,_0xc22add,_0x1c4e04,_0x447538['config'],_0xdc8715,_0x354948)[_0x17feda(0xfb)](async _0x1b488e=>{const _0x18d0b1=_0x17feda;PerformanceTester[_0x18d0b1(0x106)](PerformanceEvents[_0x18d0b1(0xd1)]),_0x364739=_0x1b488e;const _0xa75dfb=_0x4887b0[_0x18d0b1(0xb3)](printCucumberStats,_0x1b488e);process[_0x18d0b1(0xe4)]=_0xa75dfb,_0x4887b0['oUWFZ'](_0x354948[_0x18d0b1(0x108)],0x0)&&(logger[_0x18d0b1(0x111)](_0x4887b0[_0x18d0b1(0x100)]),helper['mergeOutputFiles'](_0x4644c9,_0x354948),logger['debug'](_0x4887b0[_0x18d0b1(0xfa)]),helper['removeDir'](_0x4644c9));})[_0x17feda(0xd3)](async()=>{const _0x1d649c=_0x17feda;PerformanceTester['start'](PerformanceEvents[_0x1d649c(0xd1)]),_0x447538[_0x1d649c(0xd8)]=helper[_0x1d649c(0xa4)](_0x364739,_0x4887b0[_0x1d649c(0xd6)]),testOpsHelper[_0x1d649c(0x116)]();try{await TestHubHandler[_0x1d649c(0xb7)]();}catch(_0x345778){logger[_0x1d649c(0x111)](_0x1d649c(0x9f)+util[_0x1d649c(0xbb)](_0x345778));}try{const {browserstackFolderPath:_0xd12ce2,tcgConfigPath:_0x4314c1}=helper['getTCGConfigFilePaths']();fs[_0x1d649c(0x9e)](_0x4314c1),fs['rmdirSync'](_0xd12ce2);}catch(_0x1b1b3c){logger['debug'](_0x4887b0[_0x1d649c(0x121)],_0x1b1b3c);}await utilities[_0x1d649c(0xcc)](_0x447538);});}module[a5_0x6c1fa3(0xe0)]=run;
2
+ 'use strict';const a5_0x119ede=a5_0x666a;(function(_0x47007f,_0x2f1815){const _0x3c7205=a5_0x666a,_0x2aacd0=_0x47007f();while(!![]){try{const _0x2bb2dd=parseInt(_0x3c7205(0x1af))/0x1+parseInt(_0x3c7205(0x1a5))/0x2*(parseInt(_0x3c7205(0x1bb))/0x3)+parseInt(_0x3c7205(0x1de))/0x4+-parseInt(_0x3c7205(0x1eb))/0x5+-parseInt(_0x3c7205(0x1d5))/0x6*(parseInt(_0x3c7205(0x1dd))/0x7)+-parseInt(_0x3c7205(0x1c4))/0x8*(parseInt(_0x3c7205(0x1e0))/0x9)+-parseInt(_0x3c7205(0x188))/0xa;if(_0x2bb2dd===_0x2f1815)break;else _0x2aacd0['push'](_0x2aacd0['shift']());}catch(_0x217391){_0x2aacd0['push'](_0x2aacd0['shift']());}}}(a5_0x31e0,0x4d67e));const fs=require('fs'),path=require(a5_0x119ede(0x18d)),util=require(a5_0x119ede(0x1f3)),logger=require(a5_0x119ede(0x1ac))[a5_0x119ede(0x1b3)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a5_0x119ede(0x183)),utilities=require(a5_0x119ede(0x192)),constants=require(a5_0x119ede(0x197)),{parallelCucumberRun}=require(a5_0x119ede(0x19a)),TestHubHandler=require(a5_0x119ede(0x1c8)),testOpsHelper=require(a5_0x119ede(0x191)),chalk=require(a5_0x119ede(0x1b6)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a5_0x119ede(0x194))[a5_0x119ede(0x1f0)];function printCucumberStats(_0x5101a7){const _0xb09a4a=a5_0x119ede,_0x4ed080={};_0x4ed080[_0xb09a4a(0x1e8)]=function(_0x71db2c,_0x49caa6){return _0x71db2c>_0x49caa6;},_0x4ed080[_0xb09a4a(0x1f9)]=function(_0x56e947,_0x273cb1){return _0x56e947-_0x273cb1;},_0x4ed080[_0xb09a4a(0x1e9)]=function(_0x4a4856,_0x3b0275){return _0x4a4856>_0x3b0275;},_0x4ed080['hRtlP']=function(_0x189fc6,_0x535cf7){return _0x189fc6>_0x535cf7;},_0x4ed080['iENhx']=function(_0x426d85,_0x114176){return _0x426d85>_0x114176;},_0x4ed080['nkNfs']=function(_0x48334b,_0x10492f){return _0x48334b>_0x10492f;},_0x4ed080[_0xb09a4a(0x1bd)]=function(_0x3c028d,_0x229421){return _0x3c028d>_0x229421;},_0x4ed080[_0xb09a4a(0x1d1)]=function(_0xa254fe,_0x2bc933){return _0xa254fe>_0x2bc933;},_0x4ed080[_0xb09a4a(0x1d8)]=function(_0x68cc33,_0x1ca71a){return _0x68cc33+_0x1ca71a;},_0x4ed080[_0xb09a4a(0x1ee)]=function(_0x3df26e,_0x553f7e){return _0x3df26e+_0x553f7e;},_0x4ed080[_0xb09a4a(0x1a6)]=function(_0x7aab32,_0x286f49){return _0x7aab32+_0x286f49;},_0x4ed080[_0xb09a4a(0x1e2)]=function(_0x54b8e,_0xe0709b){return _0x54b8e+_0xe0709b;},_0x4ed080[_0xb09a4a(0x1b1)]=function(_0x12dade,_0x22381f){return _0x12dade+_0x22381f;},_0x4ed080[_0xb09a4a(0x17d)]=function(_0x3314d9,_0x3a79f6){return _0x3314d9+_0x3a79f6;},_0x4ed080[_0xb09a4a(0x1c5)]=function(_0x5ee2c1,_0x3abfd6){return _0x5ee2c1===_0x3abfd6;},_0x4ed080[_0xb09a4a(0x1b9)]=function(_0x551804,_0x5af8bf){return _0x551804===_0x5af8bf;},_0x4ed080['ZAMgz']=_0xb09a4a(0x1d4);const _0x425a5a=_0x4ed080;let _0x181252=0x0;if(_0x425a5a['sLGyF'](_0x5101a7['length'],0x0))return _0x181252;return console[_0xb09a4a(0x1f1)](chalk['bold'][_0xb09a4a(0x17c)](_0x425a5a[_0xb09a4a(0x1df)])),_0x5101a7[_0xb09a4a(0x1d0)](_0x27fd66=>{const _0x27f4c2=_0xb09a4a,_0x4263e5=_0x27fd66[0x0],_0xd1e5d0=_0x27fd66[0x1];console[_0x27f4c2(0x1f1)]('\x0a'+chalk['bold']['yellow'](''+helper[_0x27f4c2(0x1f8)](_0x4263e5)));const _0x4dcfe4=_0xd1e5d0[_0x27f4c2(0x1a2)],_0xcbcdc9=_0xd1e5d0[_0x27f4c2(0x1ad)],_0x4d936c=_0xd1e5d0[_0x27f4c2(0x1e6)],_0x447917=_0xd1e5d0[_0x27f4c2(0x187)],_0x24509d=_0xd1e5d0[_0x27f4c2(0x1ae)],_0x290fd0=_0xd1e5d0[_0x27f4c2(0x1bf)],_0x3f2c8c=_0xd1e5d0[_0x27f4c2(0x1b5)],_0x454677=_0xd1e5d0['stepsUndefined'],_0x5efcc2=_0xd1e5d0[_0x27f4c2(0x1d3)],_0x260528=_0xd1e5d0[_0x27f4c2(0x19e)],_0x3d05bd=_0xd1e5d0[_0x27f4c2(0x184)];let _0x2bd805=_0x4dcfe4+_0x27f4c2(0x1aa);const _0x3b165e=_0x425a5a[_0x27f4c2(0x1e8)](_0x425a5a[_0x27f4c2(0x1f9)](_0x4dcfe4,_0x4d936c),0x0)?_0x425a5a[_0x27f4c2(0x1f9)](_0x4dcfe4,_0x4d936c):0x0;if(_0x425a5a[_0x27f4c2(0x1e9)](_0x4d936c,0x0)&&_0x425a5a[_0x27f4c2(0x1e9)](_0x3b165e,0x0))_0x2bd805+='\x20('+chalk[_0x27f4c2(0x18b)][_0x27f4c2(0x1c0)](_0x4d936c+_0x27f4c2(0x1f5))+',\x20'+chalk[_0x27f4c2(0x18b)][_0x27f4c2(0x195)](_0x3b165e+_0x27f4c2(0x1e4))+')';else(_0x425a5a[_0x27f4c2(0x198)](_0x4d936c,0x0)||_0x425a5a['UUwOa'](_0x3b165e,0x0))&&(_0x2bd805+=_0x425a5a[_0x27f4c2(0x1d9)](_0x4d936c,0x0)?'\x20('+chalk[_0x27f4c2(0x18b)]['red'](_0x4d936c+'\x20failed')+')':'\x20('+chalk[_0x27f4c2(0x18b)][_0x27f4c2(0x195)](_0x3b165e+_0x27f4c2(0x1e4))+')');const _0x443972=_0xcbcdc9+_0x27f4c2(0x1d6),_0x12dfd4=[];_0x425a5a[_0x27f4c2(0x1e9)](_0x260528,0x0)&&_0x12dfd4['push'](''+chalk[_0x27f4c2(0x18b)][_0x27f4c2(0x1c0)](_0x260528+'\x20ambiguous'));_0x425a5a[_0x27f4c2(0x1d9)](_0x447917,0x0)&&_0x12dfd4[_0x27f4c2(0x1c7)](''+chalk['bold']['red'](_0x447917+_0x27f4c2(0x1f5)));_0x425a5a[_0x27f4c2(0x190)](_0x24509d,0x0)&&_0x12dfd4['push'](''+chalk[_0x27f4c2(0x18b)]['green'](_0x24509d+'\x20passed'));_0x425a5a[_0x27f4c2(0x1bd)](_0x3f2c8c,0x0)&&_0x12dfd4['push'](''+chalk[_0x27f4c2(0x18b)]['yellow'](_0x3f2c8c+_0x27f4c2(0x1bc)));_0x425a5a['nkNfs'](_0x290fd0,0x0)&&_0x12dfd4[_0x27f4c2(0x1c7)](''+chalk['bold']['cyan'](_0x290fd0+_0x27f4c2(0x18c)));_0x425a5a['mKTKX'](_0x454677,0x0)&&_0x12dfd4[_0x27f4c2(0x1c7)](''+chalk[_0x27f4c2(0x18b)][_0x27f4c2(0x1b8)](_0x454677+_0x27f4c2(0x1c1)));_0x425a5a[_0x27f4c2(0x1d1)](_0x5efcc2,0x0)&&_0x12dfd4[_0x27f4c2(0x1c7)](''+chalk['bold'][_0x27f4c2(0x1b8)](_0x5efcc2+_0x27f4c2(0x18c)));const _0x29425d=_0x425a5a[_0x27f4c2(0x1d8)](_0x425a5a['tPjaJ'](_0x425a5a[_0x27f4c2(0x1ee)](_0x443972,'('),_0x12dfd4[_0x27f4c2(0x1ca)](',\x20')),')');console[_0x27f4c2(0x1f1)](_0x425a5a[_0x27f4c2(0x1a6)](_0x425a5a[_0x27f4c2(0x1e2)](_0x425a5a[_0x27f4c2(0x1b1)](_0x425a5a[_0x27f4c2(0x17d)]('\x0a',_0x2bd805),'\x0a'),_0x29425d),'\x0a')),_0x425a5a[_0x27f4c2(0x1c5)](_0x3d05bd,![])&&(_0x181252=0x1);}),_0x181252;}async function run(_0xb14f4f,_0x396493){const _0x3c1fdf=a5_0x119ede,_0x5deff6={'wGUBP':function(_0x5ee4ef,_0x4ac083){return _0x5ee4ef(_0x4ac083);},'WxhQc':function(_0x1c7282,_0x246ab8){return _0x1c7282>_0x246ab8;},'jbZgO':_0x3c1fdf(0x1cb),'WWfeK':_0x3c1fdf(0x196),'jVMLh':_0x3c1fdf(0x1ef),'eBEvc':_0x3c1fdf(0x189),'URPwu':_0x3c1fdf(0x1a3),'pZmgD':_0x3c1fdf(0x1cf),'sztsg':function(_0x2108a1,_0x4a1b3d){return _0x2108a1>_0x4a1b3d;},'aptmP':function(_0x318f30,_0x9f0419){return _0x318f30-_0x9f0419;},'janmw':function(_0x8793cf,_0x58d058){return _0x8793cf>=_0x58d058;},'CaKzU':function(_0x33c1d2,_0x9f8795){return _0x33c1d2!=_0x9f8795;},'ZQhnT':_0x3c1fdf(0x1b0),'mbsVh':function(_0x1fa64b,_0x18a106,_0x2003e3,_0x276977,_0x378f8d,_0x339abb){return _0x1fa64b(_0x18a106,_0x2003e3,_0x276977,_0x378f8d,_0x339abb);}},_0xea3745=new BrowserStackSetup(_0xb14f4f,_0x5deff6[_0x3c1fdf(0x1f6)]);await _0xea3745[_0x3c1fdf(0x1da)](),helper[_0x3c1fdf(0x19b)](_0xea3745[_0x3c1fdf(0x1a0)],_0xb14f4f);!helper['isBrowserstackInfra']()&&await _0xea3745['setupTCGAuth']();await helper['handleApp'](_0xea3745[_0x3c1fdf(0x1be)]);const _0x4c48bc=helper['useW3C'](_0xea3745['config']),_0x464905=helper[_0x3c1fdf(0x18a)](_0xea3745[_0x3c1fdf(0x1be)],_0x4c48bc,constants['FRAMEWORKS'][_0x3c1fdf(0x17b)]);if(!_0xea3745[_0x3c1fdf(0x1be)])return;const _0x513e01=_0xea3745['config'][_0x3c1fdf(0x17e)]||helper[_0x3c1fdf(0x1db)](_0xb14f4f,_0x396493,_0xea3745[_0x3c1fdf(0x1be)],constants['FRAMEWORKS'][_0x3c1fdf(0x17b)])||0x1,_0x48bb39={'server':helper[_0x3c1fdf(0x1c9)](_0xea3745[_0x3c1fdf(0x1be)]),'proxySettings':_0xea3745[_0x3c1fdf(0x1be)]['proxySettings'],'maxWorkers':_0x513e01,'browserStackLogLevel':_0xea3745[_0x3c1fdf(0x1be)][_0x3c1fdf(0x1ea)],'skipSessionName':_0xea3745[_0x3c1fdf(0x1be)][_0x3c1fdf(0x19f)][_0x3c1fdf(0x1e3)],'skipSessionStatus':_0xea3745[_0x3c1fdf(0x1be)][_0x3c1fdf(0x19f)][_0x3c1fdf(0x18f)],'turboScaleUrl':_0xea3745[_0x3c1fdf(0x1be)][_0x3c1fdf(0x19d)]},_0xebe6bb=process[_0x3c1fdf(0x1b4)],[_0x222215,_0x47576a]=helper['parseFormatters'](_0xebe6bb),_0x4d1df0=path[_0x3c1fdf(0x1ca)](process[_0x3c1fdf(0x181)](),_0x5deff6['pZmgD']);if(_0x5deff6[_0x3c1fdf(0x185)](_0x47576a[_0x3c1fdf(0x1ec)],0x0)){helper[_0x3c1fdf(0x1e1)](_0x4d1df0);for(let _0x9a30d7=_0x5deff6[_0x3c1fdf(0x199)](_0x222215['length'],0x1);_0x5deff6['janmw'](_0x9a30d7,0x0);_0x9a30d7--){_0xebe6bb['splice'](_0x222215[_0x9a30d7],0x2);}}!helper['isUndefined'](_0xea3745[_0x3c1fdf(0x1be)][_0x3c1fdf(0x1b2)])&&(process[_0x3c1fdf(0x19c)][_0x3c1fdf(0x1dc)]=JSON['stringify'](_0xea3745[_0x3c1fdf(0x1be)]['accessibilityOptions']));_0x5deff6[_0x3c1fdf(0x1f2)](_0xea3745[_0x3c1fdf(0x1be)]['testObservability'],null)?process['env'][_0x3c1fdf(0x1b7)]=_0xea3745[_0x3c1fdf(0x1be)][_0x3c1fdf(0x1ab)]:process[_0x3c1fdf(0x19c)][_0x3c1fdf(0x1b7)]=_0x5deff6['ZQhnT'];const _0x899d38=await TestHubHandler[_0x3c1fdf(0x1ba)](constants[_0x3c1fdf(0x180)][_0x3c1fdf(0x17b)],_0xea3745);PerformanceTester[_0x3c1fdf(0x17f)](PerformanceEvents[_0x3c1fdf(0x1e5)]);let _0x5bc059;_0x5deff6[_0x3c1fdf(0x18e)](parallelCucumberRun,_0x464905,_0x48bb39,_0xea3745[_0x3c1fdf(0x1be)],_0xebe6bb,_0x47576a)[_0x3c1fdf(0x1d2)](async _0x5aad53=>{const _0x150d52=_0x3c1fdf;PerformanceTester['start'](PerformanceEvents[_0x150d52(0x1cd)]),_0x5bc059=_0x5aad53;const _0x2b1c00=_0x5deff6[_0x150d52(0x1fa)](printCucumberStats,_0x5aad53);process[_0x150d52(0x1ed)]=_0x2b1c00,_0x5deff6[_0x150d52(0x193)](_0x47576a[_0x150d52(0x1ec)],0x0)&&(logger[_0x150d52(0x182)](_0x5deff6['jbZgO']),helper[_0x150d52(0x1f7)](_0x4d1df0,_0x47576a),logger['debug'](_0x5deff6[_0x150d52(0x1e7)]),helper[_0x150d52(0x1a9)](_0x4d1df0));})[_0x3c1fdf(0x186)](async()=>{const _0x5859b8=_0x3c1fdf;PerformanceTester['start'](PerformanceEvents[_0x5859b8(0x1cd)]),_0xea3745['errorMessage']=helper[_0x5859b8(0x1c6)](_0x5bc059,_0x5deff6[_0x5859b8(0x1a7)]),testOpsHelper[_0x5859b8(0x1c3)]();try{await TestHubHandler[_0x5859b8(0x1a8)]();}catch(_0x5855b2){logger['debug'](_0x5859b8(0x1a1)+util[_0x5859b8(0x1c2)](_0x5855b2));}try{const {browserstackFolderPath:_0x10e9e1,tcgConfigPath:_0x29b84e}=helper[_0x5859b8(0x1d7)]();fs[_0x5859b8(0x1a4)](_0x29b84e),fs[_0x5859b8(0x1ce)](_0x10e9e1);}catch(_0x55594a){logger['debug'](_0x5deff6[_0x5859b8(0x1cc)],_0x55594a);}await utilities['finalExecution'](_0xea3745);});}function a5_0x666a(_0x2ce114,_0x59f04f){const _0x31e0b6=a5_0x31e0();return a5_0x666a=function(_0x666ace,_0x5357fa){_0x666ace=_0x666ace-0x17b;let _0x2092bd=_0x31e0b6[_0x666ace];return _0x2092bd;},a5_0x666a(_0x2ce114,_0x59f04f);}module[a5_0x119ede(0x1f4)]=run;function a5_0x31e0(){const _0x40cac8=['48150bgDUTS','\x20steps','getTCGConfigFilePaths','tPjaJ','iENhx','initialize','getUserWorkerCount','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','42qtxKIm','1340788szopTT','ZAMgz','143919MqCUQj','createDir','fLnVJ','skipSessionName','\x20passed','SDK_SETUP','scenariosFailed','WWfeK','WBZMB','UUwOa','logLevel','971200emqHHP','length','exitCode','xWCCe','cucumber','EVENTS','log','CaKzU','util','exports','\x20failed','URPwu','mergeOutputFiles','getPlatformName','voawC','wGUBP','CUCUMBER','bgWhite','iFRwo','parallelsPerPlatform','end','FRAMEWORKS','cwd','debug','../../helpers/helper','processSuccess','sztsg','finally','stepsFailed','2072670xBRKlF','error\x20removing\x20tcg\x20config\x20file','prepareCapabilities','bold','\x20skipped','path','mbsVh','skipSessionStatus','nkNfs','../../helpers/test-observability/utils','../../helpers/utilities','WxhQc','../../helpers/performance/constants','green','Removing\x20tmp\x20directory\x20created\x20for\x20reports','../utils/constants','hRtlP','aptmP','../test-runner','setUserConfigPath','env','turboScaleUrl','stepsAmbiguous','testContextOptions','framework','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','scenarios','cucumber-js','unlinkSync','611728xKDHPb','RybpR','jVMLh','stop','removeDir','\x20scenarios','testObservability','../../helpers/logger','steps','stepsPassed','173623Komzbn','true','indNI','accessibilityOptions','winstonLogger','argv','stepsPending','chalk','BROWSERSTACK_TEST_OBSERVABILITY_YML','yellow','sLGyF','launchBuild','3rvUDBr','\x20pending','mKTKX','config','stepsSkipped','red','\x20undefined','format','printBuildLink','24QfnfDk','AcbQF','getErrorMessageFromResults','push','../../helpers/testhub/testhubHandler','getHubUrl','join','Generating\x20consolidated\x20report...','eBEvc','SDK_CLEANUP','rmdirSync','tmp','forEach','noVnv','then','stepsUnknown','****\x20RESULTS\x20****'];a5_0x31e0=function(){return _0x40cac8;};return a5_0x31e0();}