browserstack-node-sdk 1.34.11 → 1.34.13

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 (126) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +2 -2
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -1
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a1_0x3590(){const _0xaf5570=['hAehf','apply','executeScript','browser','tTlGZ','_before','WebDriver','browserstack_executor:\x20','getSyncScript','Fevdr','step','XRAOX','then','commandsToWrap','HOOK_RUN_FINISHED','exports','./o11yHelper','forEach','Performing\x20scan\x20for\x20','getAccessibilityResults','action','saveTestResults','ctx','../../helpers/test-observability/utils','bZVDU','biaEE','readFileSync','VCwfZ','2810iIVqHC','vyHaW','AlGhE','11531685lgKxsm','gfSBY','env','browserContext','bgSmS','toISOString','lrttR','../../helpers/logger','initSaveScreenshot','arguments','ENV_VAR','Playwright','edqAb','TestCafe','browserStackExecuteDriver','GPlmq','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','setSessionStatus','container','format','869419mPYWVU','base64','after','INFO','started','all','OOZpS','TVEmI','reason','status','iKsXC','20574HrAgEl','codeceptjs/lib/helper/Playwright.js','call','QvilZ','rbzxf','passed','hQjrY','hook','patch','PgruM','slice','captureEvent','getResultsSummary','helpers','Puppeteer','captureError','bddStep','debug','failed','bstackAllyScanning','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','../../bin/playwright/sessionDetails','fireEvent','bMVZa','class','currentTest','info','getAccessibilityResultsSummary','zjDwL','nhrbL','saveScreenshot','testAnalyticsId','suNLx','bddStepStart','WsTIe','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','iGEgI','before','patchSaveScreenshot','codeceptjs/lib/recorder.js','BS_TESTOPS_ALLOW_SCREENSHOTS','../../helpers/request-spy','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','133KiNswx','PCYIU','POgBz','codeceptjs/lib/index.js','../../helpers/accessibility-automation/scripts','thTestRunUuid','HOOK_RUN_STARTED','Element','../../bin/playwright/accessibility-helper','BROWSERSTACK_TESTHUB_UUID','2155JCmxEA','302552WjIlBd','catch','bddStepFinish','TEST_RUN_STARTED','./helper.js','stringify','restore','titlePath','stopMonitoring','prototype','cNLTH','skipSessionStatus','TEST_RUN_SKIPPED','31221QQVLGR','YQqZz','UOOwO','util','YuewE','../../helpers/performance-tester','emit','3236456mZhhQy','pid','start','name','title','BROWSERSTACK_TESTHUB_JWT','overwriteCommand','thBuildUuid','event','IEqCY','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','NcaZa','performScan','TEST_RUN_FINISHED','addRequestSpy','setSessionName','constructor','add','test','accessibilityPlatform','enabled','1750020tdjUBz','dispatcher','thJwtToken','XDDcs','contexts','yNudk','hOOHj','winstonLogger','IoTOY','lyHpE','4tViavt','warn','bs:addLog:','WaDWD'];a1_0x3590=function(){return _0xaf5570;};return a1_0x3590();}function a1_0x13ce(_0x3087b2,_0x3a6f94){const _0x359049=a1_0x3590();return a1_0x13ce=function(_0x13ced5,_0x23338d){_0x13ced5=_0x13ced5-0xa0;let _0x2538e5=_0x359049[_0x13ced5];return _0x2538e5;},a1_0x13ce(_0x3087b2,_0x3a6f94);}const a1_0x265e34=a1_0x13ce;(function(_0x50e207,_0x10283c){const _0x269a9c=a1_0x13ce,_0x434de8=_0x50e207();while(!![]){try{const _0x53af43=-parseInt(_0x269a9c(0xe1))/0x1+parseInt(_0x269a9c(0x136))/0x2+parseInt(_0x269a9c(0xa0))/0x3*(-parseInt(_0x269a9c(0xaa))/0x4)+-parseInt(_0x269a9c(0x121))/0x5*(-parseInt(_0x269a9c(0xec))/0x6)+parseInt(_0x269a9c(0x117))/0x7*(-parseInt(_0x269a9c(0x122))/0x8)+parseInt(_0x269a9c(0x12f))/0x9*(parseInt(_0x269a9c(0xca))/0xa)+-parseInt(_0x269a9c(0xcd))/0xb;if(_0x53af43===_0x10283c)break;else _0x434de8['push'](_0x434de8['shift']());}catch(_0x83d8d8){_0x434de8['push'](_0x434de8['shift']());}}}(a1_0x3590,0xcfd3d));const fs=require('fs'),util=require(a1_0x265e34(0x132)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a1_0x265e34(0xd4))[a1_0x265e34(0xa7)],testOpsHelper=require(a1_0x265e34(0xc5)),requestSpy=require(a1_0x265e34(0x115)),PlaywrightSessionDetails=require(a1_0x265e34(0x101)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x265e34(0xbe)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x265e34(0x11f)),scripts=require(a1_0x265e34(0x11b)),PerformanceTester=require(a1_0x265e34(0x134)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x265e34(0x126)),testHubConstants=require('../../helpers/testhub/constants.js'),CodeceptJS=requireModule(a1_0x265e34(0x11a)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js'),CodeceptRecorder=requireModule(a1_0x265e34(0x113)),CodeceptPlaywright=requireModule(a1_0x265e34(0xed)),playwrightMarkSessionStatus=(_0x5a4267,_0x1a21de,_0x550a5f)=>{const _0x580b4b=a1_0x265e34,_0x19bf73={'YQqZz':_0x580b4b(0xde),'cNLTH':function(_0x590830,_0x2b907e){return _0x590830(_0x2b907e);}},_0x2a9bb={};_0x2a9bb[_0x580b4b(0xea)]=_0x1a21de;const _0x27d3e={};_0x27d3e[_0x580b4b(0xc2)]=_0x19bf73[_0x580b4b(0x130)],_0x27d3e['arguments']=_0x2a9bb;const _0x5f1a4c=_0x27d3e;return!_0x19bf73[_0x580b4b(0x12c)](isUndefined,_0x550a5f)&&(_0x5f1a4c[_0x580b4b(0xd6)][_0x580b4b(0xe9)]=JSON[_0x580b4b(0x127)](_0x550a5f)),_0x5a4267[_0x580b4b(0xb0)](()=>{},_0x580b4b(0xb5)+JSON[_0x580b4b(0x127)](_0x5f1a4c));},o11ySync=async _0x571a65=>{const _0x31a6d6=a1_0x265e34,_0x2ca5b5={};_0x2ca5b5[_0x31a6d6(0x108)]=function(_0x58cc05,_0x2d0bc5){return _0x58cc05===_0x2d0bc5;},_0x2ca5b5[_0x31a6d6(0xb7)]=_0x31a6d6(0xd8);const _0xc6b5f9=_0x2ca5b5;_0xc6b5f9[_0x31a6d6(0x108)](_0x571a65[_0x31a6d6(0x146)][_0x31a6d6(0x139)],_0xc6b5f9['Fevdr'])?await _0x571a65[_0x31a6d6(0xb0)](_0x5673d2=>{},testOpsHelper[_0x31a6d6(0xb6)]()):await _0x571a65['executeScript'](testOpsHelper[_0x31a6d6(0xb6)]());},markSessionName=async(_0x43b60b,_0x2b0c95)=>{const _0xeb1d3=a1_0x265e34,_0x55f65f={};_0x55f65f['Iztln']=_0xeb1d3(0x145),_0x55f65f[_0xeb1d3(0xd9)]=function(_0x2373a1,_0x356ac8){return _0x2373a1===_0x356ac8;},_0x55f65f[_0xeb1d3(0xc9)]='Playwright';const _0x231e9a=_0x55f65f,_0x57c7bc={};_0x57c7bc[_0xeb1d3(0x139)]=_0x2b0c95;const _0x54acc2={};_0x54acc2[_0xeb1d3(0xc2)]=_0x231e9a['Iztln'],_0x54acc2[_0xeb1d3(0xd6)]=_0x57c7bc;const _0x2daabb=_0x54acc2;_0x231e9a[_0xeb1d3(0xd9)](_0x43b60b[_0xeb1d3(0x146)][_0xeb1d3(0x139)],_0x231e9a['VCwfZ'])?await _0x43b60b['executeScript'](()=>{},'browserstack_executor:\x20'+JSON['stringify'](_0x2daabb)):await _0x43b60b['executeScript']('browserstack_executor:\x20'+JSON[_0xeb1d3(0x127)](_0x2daabb));},patchSaveScreenshot=_0x5b4a6d=>{const _0x31195d=a1_0x265e34,_0x56a515={'WaDWD':_0x31195d(0xe2),'TVEmI':'TEST_SCREENSHOT','Medzc':function(_0x44f05c){return _0x44f05c();},'DHfBw':function(_0x8169da,_0x392a5d){return _0x8169da(_0x392a5d);}};_0x56a515['DHfBw'](isTrue,process[_0x31195d(0xcf)][_0x31195d(0x114)])&&!_0x5b4a6d[_0x31195d(0x112)]&&(_0x5b4a6d[_0x31195d(0x112)]=!![],_0x5b4a6d[_0x31195d(0xd5)]=_0x5b4a6d[_0x31195d(0x10a)],_0x5b4a6d['saveScreenshot']=(_0x9efe37,_0x4cad6f=![])=>{const _0x1f83b8=_0x31195d,_0x55c3a4={'xyvMU':_0x56a515[_0x1f83b8(0xad)],'NcaZa':_0x56a515[_0x1f83b8(0xe8)],'YuewE':function(_0x3ed393){return _0x56a515['Medzc'](_0x3ed393);}};return new Promise(function(_0x150b11,_0x5c5bf1){const _0x369104=_0x1f83b8,_0x3bc4c0={'OOZpS':_0x55c3a4['xyvMU'],'fZNrn':_0x55c3a4[_0x369104(0x141)],'IoTOY':function(_0x236419){const _0x252410=_0x369104;return _0x55c3a4[_0x252410(0x133)](_0x236419);}};_0x5b4a6d[_0x369104(0xd5)](_0x9efe37,_0x4cad6f)[_0x369104(0xba)](()=>{const _0x50cc2f=_0x369104,_0x2f549a=CodeceptUtils['screenshotOutputFolder'](_0x9efe37),_0x335030=fs[_0x50cc2f(0xc8)](_0x2f549a);process[_0x50cc2f(0x135)]('bs:addLog:'+process[_0x50cc2f(0x137)],{'timestamp':new Date()[_0x50cc2f(0xd2)](),'message':_0x335030['toString'](_0x3bc4c0[_0x50cc2f(0xe7)]),'kind':_0x3bc4c0['fZNrn']}),_0x3bc4c0[_0x50cc2f(0xa8)](_0x150b11);})[_0x369104(0x123)](()=>null);});});},patchWebDriverBefore=_0x4bb979=>{const _0x4ed21d=a1_0x265e34,_0x764824={'gFyGu':function(_0xec5625){return _0xec5625();},'sjMaA':function(_0x214d39,_0x50876e){return _0x214d39(_0x50876e);},'vyHaW':function(_0x3be543,_0x1c7e29){return _0x3be543===_0x1c7e29;},'XRAOX':_0x4ed21d(0x11e),'PgruM':function(_0x425d89,_0x1014c5){return _0x425d89(_0x1014c5);}},_0x20f152=async function(_0x2c2025,_0x1f74fb){const _0x1d9cfa=_0x4ed21d;return _0x764824['gFyGu'](isAccessibilityAutomationSession)&&!global[_0x1d9cfa(0xff)]&&global['accessibilityPlatform']&&scripts['shouldWrapCommand'](_0x2c2025[_0x1d9cfa(0x139)])&&_0x764824['sjMaA'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1d9cfa(0xff)]=!![],logger[_0x1d9cfa(0xfd)](_0x1d9cfa(0xc0)+_0x2c2025[_0x1d9cfa(0x104)]+'\x20'+_0x2c2025[_0x1d9cfa(0x139)]),await AccessibilityHelper[_0x1d9cfa(0xdb)](_0x4bb979,scripts['performScan'])),global[_0x1d9cfa(0xff)]=![],_0x1f74fb[_0x1d9cfa(0xaf)](this,Array[_0x1d9cfa(0x12b)][_0x1d9cfa(0xf6)][_0x1d9cfa(0xee)](arguments,0x2));},_0x1d6c77=CodeceptWebDriver[_0x4ed21d(0x12b)][_0x4ed21d(0xb3)];CodeceptWebDriver[_0x4ed21d(0x12b)][_0x4ed21d(0xb3)]=async function(){const _0x4d9a15=_0x4ed21d,_0x3c4560={'WsTIe':function(_0x168b12,_0x4e6844){const _0x3c92d1=a1_0x13ce;return _0x764824[_0x3c92d1(0xcb)](_0x168b12,_0x4e6844);},'PCYIU':_0x764824[_0x4d9a15(0xb9)]};await _0x1d6c77[_0x4d9a15(0xaf)](this,arguments),scripts[_0x4d9a15(0xbb)]['filter'](_0x403e11=>_0x403e11[_0x4d9a15(0x139)]&&_0x403e11[_0x4d9a15(0x104)])[_0x4d9a15(0xbf)](_0x2fca9b=>{const _0x5974b9=_0x4d9a15;this[_0x5974b9(0xb1)][_0x5974b9(0x13c)](_0x2fca9b['name'],_0x20f152['bind'](this,_0x2fca9b),_0x3c4560[_0x5974b9(0x10e)](_0x2fca9b[_0x5974b9(0x104)],_0x3c4560[_0x5974b9(0x118)]));}),_0x764824[_0x4d9a15(0xf5)](processWebDriverConfig,_0x4bb979);};},patchPlaywrightBefore=()=>{const _0x4a806d=a1_0x265e34;PlaywrightSessionDetails[_0x4a806d(0xf4)]();const _0xfaebc2=CodeceptPlaywright[_0x4a806d(0x12b)][_0x4a806d(0xb3)];CodeceptPlaywright[_0x4a806d(0x12b)][_0x4a806d(0xb3)]=async function(){const _0x8c580a=_0x4a806d;this[_0x8c580a(0xd0)]=await this[_0x8c580a(0xb1)][_0x8c580a(0xa4)]()[0x0],await _0xfaebc2[_0x8c580a(0xaf)](this,arguments);};},getCodeceptDriver=()=>{const _0xd10b43=a1_0x265e34,_0x54c587={};_0x54c587[_0xd10b43(0xce)]=_0xd10b43(0xb4),_0x54c587[_0xd10b43(0xc7)]='Playwright',_0x54c587[_0xd10b43(0xa5)]=_0xd10b43(0xfa),_0x54c587[_0xd10b43(0x131)]=_0xd10b43(0xda);const _0x3fe5f1=_0x54c587,_0x531c2f=[_0x3fe5f1[_0xd10b43(0xce)],_0x3fe5f1['biaEE'],_0x3fe5f1[_0xd10b43(0xa5)],_0x3fe5f1[_0xd10b43(0x131)]],_0x3b58d7=_0x531c2f['find'](_0x448fc8=>!!CodeceptJS[_0xd10b43(0xdf)][_0xd10b43(0xf9)](_0x448fc8));if(!_0x3b58d7)return null;return CodeceptJS[_0xd10b43(0xdf)][_0xd10b43(0xf9)](_0x3b58d7);};module[a1_0x265e34(0xbd)]=function(_0x3c864f){const _0x355a96=a1_0x265e34,_0x2cf3ad={'lyHpE':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','IEqCY':_0x355a96(0x140),'bZVDU':function(_0x106393){return _0x106393();},'XDDcs':function(_0x9a7d9b){return _0x9a7d9b();},'iKsXC':function(_0x205991,_0x26bc04){return _0x205991(_0x26bc04);},'hOOHj':function(_0x923731,_0x13e97b,_0x4c79f6){return _0x923731(_0x13e97b,_0x4c79f6);},'iGEgI':function(_0x149d10,_0x4c1208){return _0x149d10(_0x4c1208);},'lrttR':function(_0x53aef4){return _0x53aef4();},'nhrbL':function(_0x32f76c,_0x3bb860,_0x5e167a){return _0x32f76c(_0x3bb860,_0x5e167a);},'hAehf':function(_0x17771b,_0x3791a5,_0x426f71){return _0x17771b(_0x3791a5,_0x426f71);},'hQjrY':function(_0x459efc,_0x47e71d,_0x496465,_0x352791){return _0x459efc(_0x47e71d,_0x496465,_0x352791);},'tTlGZ':function(_0x19fa79,_0x1c8c62){return _0x19fa79===_0x1c8c62;},'NpIsD':'Suite','GPlmq':function(_0x472f84,_0x3ba51d,_0x4f11b7){return _0x472f84(_0x3ba51d,_0x4f11b7);},'QvilZ':_0x355a96(0x116),'bgSmS':_0x355a96(0xe4),'POgBz':'TEST_LOG','bMVZa':function(_0x49bdb5){return _0x49bdb5();},'oHkzI':_0x355a96(0xd8),'suNLx':function(_0x460ccb){return _0x460ccb();},'rbzxf':function(_0x32bd65,_0x491e83){return _0x32bd65(_0x491e83);}};_0x3c864f['skipSessionStatus']&&(global['__skipSessionStatus']=_0x3c864f[_0x355a96(0x12d)]);PerformanceTester['startMonitoring']();const _0x10a4c4=_0x2cf3ad[_0x355a96(0x103)](getCodeceptDriver),_0x34b94a=new O11yHelper(_0x10a4c4,_0x3c864f),_0x65bcb8=!!CodeceptJS[_0x355a96(0xdf)][_0x355a96(0xf9)](_0x2cf3ad['oHkzI']);global['__driver']=_0x10a4c4,_0x10a4c4&&(_0x65bcb8?_0x2cf3ad[_0x355a96(0x10c)](patchPlaywrightBefore):_0x2cf3ad[_0x355a96(0xeb)](patchWebDriverBefore,_0x10a4c4),_0x10a4c4[_0x355a96(0x107)]=async()=>{const _0x4462db=_0x355a96;if(global[_0x4462db(0x149)])await AccessibilityHelper[_0x4462db(0xdb)](_0x10a4c4,scripts[_0x4462db(0x142)]),await AccessibilityHelper[_0x4462db(0xdb)](_0x10a4c4,scripts[_0x4462db(0xf8)]);else return logger[_0x4462db(0xab)](_0x2cf3ad[_0x4462db(0xa9)]),{};},_0x10a4c4[_0x355a96(0xc1)]=async()=>{const _0x3010ba=_0x355a96;if(global['accessibilityPlatform'])await AccessibilityHelper['browserStackExecuteDriver'](_0x10a4c4,scripts[_0x3010ba(0x142)]),await AccessibilityHelper[_0x3010ba(0xdb)](_0x10a4c4,scripts['getResults']);else return logger[_0x3010ba(0xab)](_0x2cf3ad[_0x3010ba(0x13f)]),{};},_0x2cf3ad[_0x355a96(0xf0)](patchSaveScreenshot,_0x10a4c4)),CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xa1)]['on'](CodeceptJS[_0x355a96(0x13e)]['all']['before'],()=>{const _0x534fd3=_0x355a96;try{_0x34b94a[_0x534fd3(0x138)](),testOpsHelper[_0x534fd3(0x144)]();}catch(_0x1d01e7){PerformanceTester[_0x534fd3(0xfb)](_0x1d01e7);}}),CodeceptJS['event'][_0x355a96(0xa1)]['on'](CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xe6)][_0x355a96(0xe3)],async()=>{const _0x2eb5c4=_0x355a96;try{requestSpy[_0x2eb5c4(0x128)](),await _0x34b94a['stop']();}catch(_0x3eff0e){PerformanceTester[_0x2eb5c4(0xfb)](_0x3eff0e);}finally{PerformanceTester[_0x2eb5c4(0x12a)]();}}),CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xa1)]['on'](CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xf3)][_0x355a96(0xe5)],_0x4494a5=>{const _0x3fcb29=_0x355a96;try{const _0x19546f=_0x4494a5[_0x3fcb29(0xc4)]['test'],_0x5ec0fb=_0x34b94a['captureEvent'](TEST_EVENTS[_0x3fcb29(0x11d)],_0x19546f);CodeceptRecorder[_0x3fcb29(0x147)](()=>_0x34b94a[_0x3fcb29(0x102)](TEST_EVENTS[_0x3fcb29(0x11d)],_0x5ec0fb));}catch(_0x2b7593){PerformanceTester[_0x3fcb29(0xfb)](_0x2b7593);}}),CodeceptJS['event'][_0x355a96(0xa1)]['on'](CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xf3)][_0x355a96(0xf1)],_0x58f38a=>{const _0x59cfe6=_0x355a96;try{const _0x3f8e96=_0x58f38a[_0x59cfe6(0xc4)][_0x59cfe6(0x148)],_0x1db686=_0x34b94a[_0x59cfe6(0xf7)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3f8e96);CodeceptRecorder[_0x59cfe6(0x147)](()=>_0x34b94a[_0x59cfe6(0x102)](TEST_EVENTS[_0x59cfe6(0xbc)],_0x1db686));}catch(_0x79b1d8){PerformanceTester[_0x59cfe6(0xfb)](_0x79b1d8);}}),CodeceptJS['event'][_0x355a96(0xa1)]['on'](CodeceptJS[_0x355a96(0x13e)]['hook'][_0x355a96(0xfe)],async(_0x31c9b8,_0x1d8c78)=>{const _0x200eee=_0x355a96;try{const _0x5ebd27=_0x31c9b8['ctx'][_0x200eee(0x148)],_0x1a96e3=_0x34b94a[_0x200eee(0xf7)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5ebd27,_0x1d8c78);CodeceptRecorder['add'](()=>_0x34b94a[_0x200eee(0x102)](TEST_EVENTS[_0x200eee(0xbc)],_0x1a96e3));}catch(_0xd30f90){PerformanceTester['captureError'](_0xd30f90);}}),CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xa1)]['on'](CodeceptJS[_0x355a96(0x13e)]['test'][_0x355a96(0x111)],_0x464521=>{const _0x477df8=_0x355a96;try{_0x2cf3ad[_0x477df8(0xc6)](isBrowserstackInfra)&&(_0x65bcb8&&(global['__workerDetails']={'currentTest':{'name':_0x464521[_0x477df8(0x13a)],'testInfo':{'titlePath':_0x464521['titlePath']()}}}));}catch(_0x2bcace){PerformanceTester[_0x477df8(0xfb)](_0x2bcace);}}),CodeceptJS[_0x355a96(0x13e)]['dispatcher']['on'](CodeceptJS[_0x355a96(0x13e)][_0x355a96(0x148)][_0x355a96(0xe5)],_0x373945=>{const _0x4841db=_0x355a96;try{const _0xa4ed50=_0x34b94a['captureEvent'](TEST_EVENTS[_0x4841db(0x125)],_0x373945);CodeceptRecorder['add'](()=>_0x34b94a['fireEvent'](TEST_EVENTS[_0x4841db(0x125)],_0xa4ed50)),CodeceptRecorder[_0x4841db(0x147)](async()=>{const _0x2aff7a=_0x4841db;_0x2cf3ad[_0x2aff7a(0xa3)](isBrowserstackInfra)&&(!_0x2cf3ad[_0x2aff7a(0xeb)](isTrue,_0x3c864f['skipSessionName'])&&await _0x2cf3ad[_0x2aff7a(0xa6)](markSessionName,_0x10a4c4,_0x373945[_0x2aff7a(0x13a)]),_0x34b94a[_0x2aff7a(0x14a)]&&await _0x2cf3ad[_0x2aff7a(0x110)](o11ySync,_0x10a4c4));});}catch(_0x33b0c7){PerformanceTester[_0x4841db(0xfb)](_0x33b0c7);}}),CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xa1)]['on'](CodeceptJS[_0x355a96(0x13e)][_0x355a96(0x148)]['passed'],_0x27c905=>{const _0x4de51c=_0x355a96,_0x640cb={'TLZuI':function(_0x52fe67){const _0x40e068=a1_0x13ce;return _0x2cf3ad[_0x40e068(0xd3)](_0x52fe67);},'zeNOQ':function(_0xabca39,_0x3a8cba,_0x4df126){const _0x27f7cc=a1_0x13ce;return _0x2cf3ad[_0x27f7cc(0x109)](_0xabca39,_0x3a8cba,_0x4df126);},'AlGhE':function(_0x59acc4,_0x48ca46,_0x440473){const _0x5c1b83=a1_0x13ce;return _0x2cf3ad[_0x5c1b83(0xae)](_0x59acc4,_0x48ca46,_0x440473);}};try{const _0x45b68b=_0x34b94a[_0x4de51c(0xf7)](TEST_EVENTS[_0x4de51c(0x143)],_0x27c905);CodeceptRecorder[_0x4de51c(0x147)](()=>_0x34b94a[_0x4de51c(0x102)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x45b68b)),CodeceptRecorder['add'](async()=>{const _0x5e5306=_0x4de51c;_0x640cb['TLZuI'](isBrowserstackInfra)&&(_0x65bcb8?await _0x640cb['zeNOQ'](playwrightMarkSessionStatus,_0x10a4c4,STATE_PASSED):await _0x640cb[_0x5e5306(0xcc)](markSessionStatus,_0x10a4c4,STATE_PASSED));});}catch(_0x2d30e0){PerformanceTester[_0x4de51c(0xfb)](_0x2d30e0);}}),CodeceptJS[_0x355a96(0x13e)]['dispatcher']['on'](CodeceptJS[_0x355a96(0x13e)]['test']['failed'],(_0x4df6f9,_0x1946bc)=>{const _0x5aa128=_0x355a96;try{if(_0x2cf3ad[_0x5aa128(0xb2)](_0x4df6f9[_0x5aa128(0x146)][_0x5aa128(0x139)],_0x2cf3ad['NpIsD'])){const _0x20ce58=_0x34b94a[_0x5aa128(0xf7)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4df6f9[_0x5aa128(0xc4)][_0x5aa128(0x105)]);CodeceptRecorder['add'](()=>_0x34b94a[_0x5aa128(0x102)](TEST_EVENTS[_0x5aa128(0x12e)],_0x20ce58));}else{const _0x205f47=_0x34b94a[_0x5aa128(0xf7)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x4df6f9,_0x1946bc);CodeceptRecorder[_0x5aa128(0x147)](()=>{const _0x2e3aed=_0x5aa128;try{_0x34b94a['fireEvent'](TEST_EVENTS[_0x2e3aed(0x143)],_0x205f47);}catch(_0x5c425e){logger['debug'](_0x2e3aed(0xdd)+util[_0x2e3aed(0xe0)](_0x5c425e));}}),CodeceptRecorder[_0x5aa128(0x147)](async()=>{const _0x2d3096=_0x5aa128;try{_0x2cf3ad[_0x2d3096(0xa3)](isBrowserstackInfra)&&(_0x65bcb8?await _0x2cf3ad[_0x2d3096(0xf2)](playwrightMarkSessionStatus,_0x10a4c4,STATE_FAILED,_0x1946bc):await _0x2cf3ad[_0x2d3096(0xf2)](markSessionStatus,_0x10a4c4,STATE_FAILED,_0x1946bc));}catch(_0x2d7e36){logger[_0x2d3096(0xfd)](_0x2d3096(0x100)+util[_0x2d3096(0xe0)](_0x2d7e36));}});}}catch(_0x20d344){PerformanceTester[_0x5aa128(0xfb)](_0x20d344);}}),CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xa1)]['on'](CodeceptJS['event'][_0x355a96(0x148)]['skipped'],_0x50fa03=>{const _0x525308=_0x355a96;try{const _0x2e5229=_0x34b94a['captureEvent'](TEST_EVENTS[_0x525308(0x12e)],_0x50fa03);CodeceptRecorder['add'](()=>_0x34b94a['fireEvent'](TEST_EVENTS[_0x525308(0x12e)],_0x2e5229));}catch(_0x1688f8){PerformanceTester['captureError'](_0x1688f8);}}),CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xa1)]['on'](CodeceptJS[_0x355a96(0x13e)][_0x355a96(0x148)]['after'],async(_0x51aea6,_0x5ce6cb)=>{const _0x47afaf=_0x355a96;try{if(_0x2cf3ad[_0x47afaf(0xa3)](isBrowserstackInfra)){const _0x33a1ef=_0x2cf3ad[_0x47afaf(0xdc)](shouldScanTestForAccessibility,_0x51aea6[_0x47afaf(0x129)](),!![]);if(_0x2cf3ad[_0x47afaf(0xd3)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x33a1ef){const _0x4c7a70={};_0x4c7a70[_0x47afaf(0x11c)]=_0x51aea6[_0x47afaf(0x10b)],_0x4c7a70[_0x47afaf(0x13d)]=process[_0x47afaf(0xcf)][testHubConstants['ENV_VAR'][_0x47afaf(0x120)]],_0x4c7a70[_0x47afaf(0xa2)]=process['env'][testHubConstants[_0x47afaf(0xd7)][_0x47afaf(0x13b)]];const _0x1480f5=_0x4c7a70;logger[_0x47afaf(0xfd)](_0x47afaf(0x10f)+JSON[_0x47afaf(0x127)](_0x1480f5)),CodeceptRecorder[_0x47afaf(0x147)](async()=>{const _0x392ee1=_0x47afaf;await AccessibilityHelper[_0x392ee1(0xdb)](_0x10a4c4,scripts[_0x392ee1(0x142)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x10a4c4,scripts[_0x392ee1(0xc3)],_0x1480f5);}),logger[_0x47afaf(0x106)](_0x2cf3ad[_0x47afaf(0xef)]);}}}catch(_0x34e5fd){PerformanceTester[_0x47afaf(0xfb)](_0x34e5fd);}}),CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xa1)]['on'](CodeceptJS['event'][_0x355a96(0xb8)]['comment'],_0x4e5cea=>{const _0x55031b=_0x355a96;try{process[_0x55031b(0x135)](_0x55031b(0xac)+process[_0x55031b(0x137)],{'timestamp':new Date()[_0x55031b(0xd2)](),'level':_0x2cf3ad[_0x55031b(0xd1)],'message':_0x4e5cea,'kind':_0x2cf3ad[_0x55031b(0x119)],'http_response':{}});}catch(_0xe2fb39){PerformanceTester['captureError'](_0xe2fb39);}}),CodeceptJS['event'][_0x355a96(0xa1)]['on'](CodeceptJS[_0x355a96(0x13e)]['bddStep']['before'],_0x3d7df7=>{const _0x51eb59=_0x355a96;_0x34b94a[_0x51eb59(0x10d)](_0x3d7df7);}),CodeceptJS[_0x355a96(0x13e)][_0x355a96(0xa1)]['on'](CodeceptJS['event'][_0x355a96(0xfc)][_0x355a96(0xe3)],_0x4f3fba=>{const _0x518ac8=_0x355a96;_0x34b94a[_0x518ac8(0x124)](_0x4f3fba);});};
1
+ function a1_0x28a5(_0x1dba45,_0x218b76){const _0x173e22=a1_0x173e();return a1_0x28a5=function(_0x28a5db,_0x292f5c){_0x28a5db=_0x28a5db-0x16e;let _0x3cdb3d=_0x173e22[_0x28a5db];return _0x3cdb3d;},a1_0x28a5(_0x1dba45,_0x218b76);}const a1_0x544dd2=a1_0x28a5;(function(_0x452323,_0x5968af){const _0x210e25=a1_0x28a5,_0x2e29f7=_0x452323();while(!![]){try{const _0x562898=-parseInt(_0x210e25(0x1ca))/0x1*(parseInt(_0x210e25(0x1b7))/0x2)+parseInt(_0x210e25(0x1e9))/0x3+-parseInt(_0x210e25(0x19e))/0x4*(-parseInt(_0x210e25(0x1ad))/0x5)+-parseInt(_0x210e25(0x189))/0x6*(parseInt(_0x210e25(0x1c1))/0x7)+parseInt(_0x210e25(0x1c3))/0x8+-parseInt(_0x210e25(0x196))/0x9+parseInt(_0x210e25(0x192))/0xa;if(_0x562898===_0x5968af)break;else _0x2e29f7['push'](_0x2e29f7['shift']());}catch(_0x5514b2){_0x2e29f7['push'](_0x2e29f7['shift']());}}}(a1_0x173e,0x20fa9));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x544dd2(0x19c)),logger=require('../../helpers/logger')[a1_0x544dd2(0x1df)],testOpsHelper=require(a1_0x544dd2(0x1d2)),requestSpy=require(a1_0x544dd2(0x170)),PlaywrightSessionDetails=require(a1_0x544dd2(0x184)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x544dd2(0x1dc)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x544dd2(0x195)),scripts=require(a1_0x544dd2(0x210)),PerformanceTester=require('../../helpers/performance-tester'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x544dd2(0x16e)),testHubConstants=require('../../helpers/testhub/constants.js'),CodeceptJS=requireModule('codeceptjs/lib/index.js'),CodeceptUtils=requireModule(a1_0x544dd2(0x1ae)),CodeceptWebDriver=requireModule(a1_0x544dd2(0x212)),CodeceptRecorder=requireModule(a1_0x544dd2(0x18d)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js'),playwrightMarkSessionStatus=(_0x4e9469,_0x1011b7,_0x46a341)=>{const _0x13ea27=a1_0x544dd2,_0xb11155={'yUlPT':_0x13ea27(0x201),'YyYhg':function(_0x3ae834,_0x5d98c0){return _0x3ae834(_0x5d98c0);}},_0x30875c={};_0x30875c[_0x13ea27(0x1a0)]=_0x1011b7;const _0x15a8d8={};_0x15a8d8[_0x13ea27(0x16f)]=_0xb11155['yUlPT'],_0x15a8d8[_0x13ea27(0x1a5)]=_0x30875c;const _0x158ed1=_0x15a8d8;return!_0xb11155[_0x13ea27(0x1d0)](isUndefined,_0x46a341)&&(_0x158ed1[_0x13ea27(0x1a5)]['reason']=JSON[_0x13ea27(0x181)](_0x46a341)),_0x4e9469[_0x13ea27(0x186)](()=>{},_0x13ea27(0x1db)+JSON['stringify'](_0x158ed1));},o11ySync=async _0x2b76a5=>{const _0x3473e8=a1_0x544dd2,_0x3bea7d={};_0x3bea7d[_0x3473e8(0x1b6)]=function(_0x1daac9,_0x526124){return _0x1daac9===_0x526124;},_0x3bea7d['JkoWb']='Playwright';const _0x2c59ab=_0x3bea7d;_0x2c59ab[_0x3473e8(0x1b6)](_0x2b76a5['constructor'][_0x3473e8(0x1a4)],_0x2c59ab[_0x3473e8(0x1ac)])?await _0x2b76a5[_0x3473e8(0x186)](_0x116bfb=>{},testOpsHelper[_0x3473e8(0x19d)]()):await _0x2b76a5[_0x3473e8(0x186)](testOpsHelper[_0x3473e8(0x19d)]());},markSessionName=async(_0x199884,_0x2d5ca6)=>{const _0x26090d=a1_0x544dd2,_0x53fb2e={};_0x53fb2e['gNxmH']=_0x26090d(0x1d3),_0x53fb2e[_0x26090d(0x1d5)]=function(_0x2fb7cd,_0x2c1014){return _0x2fb7cd===_0x2c1014;},_0x53fb2e['zJNJC']=_0x26090d(0x1aa);const _0x287969=_0x53fb2e,_0x127b74={};_0x127b74[_0x26090d(0x1a4)]=_0x2d5ca6;const _0x23bb13={};_0x23bb13['action']=_0x287969[_0x26090d(0x17e)],_0x23bb13[_0x26090d(0x1a5)]=_0x127b74;const _0xcaf4ca=_0x23bb13;_0x287969[_0x26090d(0x1d5)](_0x199884[_0x26090d(0x1a7)][_0x26090d(0x1a4)],_0x287969[_0x26090d(0x18b)])?await _0x199884[_0x26090d(0x186)](()=>{},_0x26090d(0x1db)+JSON[_0x26090d(0x181)](_0xcaf4ca)):await _0x199884[_0x26090d(0x186)](_0x26090d(0x1db)+JSON[_0x26090d(0x181)](_0xcaf4ca));},patchSaveScreenshot=_0x1fec8f=>{const _0x18ff59=a1_0x544dd2,_0x2bdd7e={'JsTlQ':_0x18ff59(0x1b2),'UCCml':_0x18ff59(0x1b1),'UuVas':function(_0x37dc48){return _0x37dc48();},'phGXw':function(_0x5e5b12,_0x16724e){return _0x5e5b12(_0x16724e);}};_0x2bdd7e[_0x18ff59(0x1ed)](isTrue,process[_0x18ff59(0x1f6)][_0x18ff59(0x182)])&&!_0x1fec8f['patchSaveScreenshot']&&(_0x1fec8f[_0x18ff59(0x1bc)]=!![],_0x1fec8f[_0x18ff59(0x1da)]=_0x1fec8f[_0x18ff59(0x1d4)],_0x1fec8f['saveScreenshot']=(_0x24e20d,_0x3538a5=![])=>{const _0x2d1f7e=_0x18ff59,_0x6c595d={'RQmQc':_0x2bdd7e[_0x2d1f7e(0x190)],'eORiI':_0x2bdd7e['UCCml'],'BtfkZ':function(_0x390180){const _0x17d2ea=_0x2d1f7e;return _0x2bdd7e[_0x17d2ea(0x1f3)](_0x390180);}};return new Promise(function(_0x35c326,_0x4fd20c){const _0x2302ce=_0x2d1f7e;_0x1fec8f[_0x2302ce(0x1da)](_0x24e20d,_0x3538a5)[_0x2302ce(0x187)](()=>{const _0x7c73db=_0x2302ce,_0x5ef0e5=CodeceptUtils[_0x7c73db(0x1f2)](_0x24e20d),_0x58976a=fs['readFileSync'](_0x5ef0e5);process['emit']('bs:addLog:'+process[_0x7c73db(0x183)],{'timestamp':new Date()[_0x7c73db(0x200)](),'message':_0x58976a[_0x7c73db(0x1d7)](_0x6c595d['RQmQc']),'kind':_0x6c595d['eORiI']}),_0x6c595d[_0x7c73db(0x1e5)](_0x35c326);})['catch'](()=>null);});});},patchWebDriverBefore=_0x20799b=>{const _0xfe19b7=a1_0x544dd2,_0x3e279d={'vNBuY':function(_0x1bb65a){return _0x1bb65a();},'tqJwj':function(_0x49deae,_0x2da4de){return _0x49deae(_0x2da4de);},'DEgKH':function(_0x41fda6,_0x285cb1){return _0x41fda6===_0x285cb1;},'UPtlZ':'Element'},_0x58b14c=async function(_0x2a350f,_0x1b3845){const _0x26d45b=a1_0x28a5;return _0x3e279d[_0x26d45b(0x1b9)](isAccessibilityAutomationSession)&&!global[_0x26d45b(0x1d8)]&&global[_0x26d45b(0x1eb)]&&scripts[_0x26d45b(0x1fe)](_0x2a350f['name'])&&_0x3e279d[_0x26d45b(0x1e0)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x26d45b(0x1d8)]=!![],logger[_0x26d45b(0x17d)](_0x26d45b(0x1c4)+_0x2a350f['class']+'\x20'+_0x2a350f[_0x26d45b(0x1a4)]),await AccessibilityHelper[_0x26d45b(0x1f9)](_0x20799b,scripts[_0x26d45b(0x1d1)])),global['bstackAllyScanning']=![],_0x1b3845[_0x26d45b(0x1e3)](this,Array[_0x26d45b(0x1b8)]['slice'][_0x26d45b(0x191)](arguments,0x2));},_0x3636c2=CodeceptWebDriver[_0xfe19b7(0x1b8)][_0xfe19b7(0x1ea)];CodeceptWebDriver[_0xfe19b7(0x1b8)][_0xfe19b7(0x1ea)]=async function(){const _0x32bb42=_0xfe19b7,_0x9504f5={'YPHIl':function(_0x32815b,_0x5dfaf4){const _0x526e3b=a1_0x28a5;return _0x3e279d[_0x526e3b(0x17f)](_0x32815b,_0x5dfaf4);},'ShfAG':_0x3e279d[_0x32bb42(0x1fd)]};await _0x3636c2['apply'](this,arguments),scripts[_0x32bb42(0x215)][_0x32bb42(0x1bf)](_0x4e341b=>_0x4e341b['name']&&_0x4e341b[_0x32bb42(0x1e8)])['forEach'](_0x8f2704=>{const _0x3e6398=_0x32bb42;this['browser'][_0x3e6398(0x1d6)](_0x8f2704[_0x3e6398(0x1a4)],_0x58b14c[_0x3e6398(0x1c0)](this,_0x8f2704),_0x9504f5['YPHIl'](_0x8f2704[_0x3e6398(0x1e8)],_0x9504f5[_0x3e6398(0x1dd)]));}),_0x3e279d[_0x32bb42(0x1e0)](processWebDriverConfig,_0x20799b);};},patchPlaywrightBefore=()=>{const _0x4fd8ae=a1_0x544dd2;PlaywrightSessionDetails[_0x4fd8ae(0x1ff)]();const _0x1e3afb=CodeceptPlaywright[_0x4fd8ae(0x1b8)][_0x4fd8ae(0x1ea)];CodeceptPlaywright[_0x4fd8ae(0x1b8)][_0x4fd8ae(0x1ea)]=async function(){const _0xe0be4a=_0x4fd8ae;this[_0xe0be4a(0x205)]=await this['browser'][_0xe0be4a(0x173)]()[0x0],await _0x1e3afb[_0xe0be4a(0x1e3)](this,arguments);};},getCodeceptDriver=()=>{const _0x267878=a1_0x544dd2,_0x527907={};_0x527907[_0x267878(0x1ce)]='WebDriver',_0x527907[_0x267878(0x209)]='Playwright',_0x527907[_0x267878(0x18e)]=_0x267878(0x1bd),_0x527907['zVOFQ']='TestCafe';const _0x46a9cd=_0x527907,_0x3a625a=[_0x46a9cd[_0x267878(0x1ce)],_0x46a9cd[_0x267878(0x209)],_0x46a9cd[_0x267878(0x18e)],_0x46a9cd[_0x267878(0x178)]],_0x301291=_0x3a625a[_0x267878(0x17c)](_0x23dbfa=>!!CodeceptJS[_0x267878(0x199)][_0x267878(0x1b5)](_0x23dbfa));if(!_0x301291)return null;return CodeceptJS[_0x267878(0x199)][_0x267878(0x1b5)](_0x301291);};function a1_0x173e(){const _0x331295=['codeceptjs/lib/recorder.js','AuAvj','after','JsTlQ','call','3061510dwjZas','DGEXK','skipSessionName','../../bin/playwright/accessibility-helper','1010421HeIGkH','RhrER','format','container','WeLzi','started','../../helpers/helper','getSyncScript','4kNryai','__workerDetails','status','captureEvent','kPuWv','hAbpS','name','arguments','rSXvv','constructor','currentTest','BROWSERSTACK_TESTHUB_JWT','Playwright','emit','JkoWb','281525qGBBTv','codeceptjs/lib/utils.js','failed','getAccessibilityResultsSummary','TEST_SCREENSHOT','base64','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','__skipSessionStatus','helpers','LxZkY','3038MlJUZT','prototype','vNBuY','getResultsSummary','passed','patchSaveScreenshot','Puppeteer','LKFWo','filter','bind','1561Ymsfif','TEST_RUN_FINISHED','334184iSJsCr','Performing\x20scan\x20for\x20','HOOK_RUN_FINISHED','warn','wEvUo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','WnmXd','137TCwseV','event','thBuildUuid','before','JQGMA','ENV_VAR','YyYhg','performScan','../../helpers/test-observability/utils','setSessionName','saveScreenshot','RZewt','overwriteCommand','toString','bstackAllyScanning','enTmu','initSaveScreenshot','browserstack_executor:\x20','./o11yHelper','ShfAG','ctx','winstonLogger','tqJwj','step','xOsKj','apply','thTestRunUuid','BtfkZ','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','HOOK_RUN_STARTED','class','447363hnnarW','_before','accessibilityPlatform','FwPke','phGXw','test','captureError','add','stop','screenshotOutputFolder','UuVas','bs:addLog:','title','env','TEST_RUN_STARTED','exports','browserStackExecuteDriver','addRequestSpy','thJwtToken','VwyWm','UPtlZ','shouldWrapCommand','patch','toISOString','setSessionStatus','qYbTP','hook','startMonitoring','browserContext','GPxHZ','UJpzU','start','NYJIh','fireEvent','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','bddStep','testAnalyticsId','enabled','stopMonitoring','../../helpers/accessibility-automation/scripts','LEhgB','codeceptjs/lib/helper/WebDriver.js','TEST_RUN_SKIPPED','skipSessionStatus','commandsToWrap','./helper.js','action','../../helpers/request-spy','CThhv','comment','contexts','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','saveTestResults','hfoOB','titlePath','zVOFQ','dispatcher','umZln','getAccessibilityResults','find','debug','gNxmH','DEgKH','hLGDd','stringify','BS_TESTOPS_ALLOW_SCREENSHOTS','pid','../../bin/playwright/sessionDetails','all','executeScript','then','Suite','2634lsQmcA','BROWSERSTACK_TESTHUB_UUID','zJNJC','info'];a1_0x173e=function(){return _0x331295;};return a1_0x173e();}module[a1_0x544dd2(0x1f8)]=function(_0x5f4255){const _0x46e8be=a1_0x544dd2,_0x3ca901={'rSXvv':_0x46e8be(0x1e6),'wEvUo':_0x46e8be(0x1c8),'DGEXK':function(_0x2e4a5e){return _0x2e4a5e();},'WnmXd':function(_0x1192cb){return _0x1192cb();},'kPuWv':function(_0x25a37c,_0x4f5d19){return _0x25a37c(_0x4f5d19);},'WeLzi':function(_0x52ecb7,_0x30b3b0,_0x53e2b8){return _0x52ecb7(_0x30b3b0,_0x53e2b8);},'kkrFp':function(_0xa2a37a,_0x5c4ea8,_0x427642,_0x5e40c1){return _0xa2a37a(_0x5c4ea8,_0x427642,_0x5e40c1);},'sVfIy':function(_0x438019,_0x4b7d0f,_0x2cecd5,_0x546344){return _0x438019(_0x4b7d0f,_0x2cecd5,_0x546344);},'LEhgB':function(_0x1b7921,_0x5b7b0c){return _0x1b7921===_0x5b7b0c;},'jDCWv':_0x46e8be(0x188),'CThhv':function(_0x51444b){return _0x51444b();},'VwyWm':_0x46e8be(0x1b3),'RhrER':'INFO','hLGDd':'TEST_LOG','LKFWo':_0x46e8be(0x1aa),'FwPke':function(_0x1cb7d0,_0x5a97aa){return _0x1cb7d0(_0x5a97aa);}};_0x5f4255[_0x46e8be(0x214)]&&(global[_0x46e8be(0x1b4)]=_0x5f4255['skipSessionStatus']);PerformanceTester[_0x46e8be(0x204)]();const _0x12f8f4=_0x3ca901[_0x46e8be(0x193)](getCodeceptDriver),_0x4abc16=new O11yHelper(_0x12f8f4,_0x5f4255),_0x52333d=!!CodeceptJS[_0x46e8be(0x199)]['helpers'](_0x3ca901[_0x46e8be(0x1be)]);global['__driver']=_0x12f8f4,_0x12f8f4&&(_0x52333d?_0x3ca901['CThhv'](patchPlaywrightBefore):_0x3ca901[_0x46e8be(0x1a2)](patchWebDriverBefore,_0x12f8f4),_0x12f8f4[_0x46e8be(0x1b0)]=async()=>{const _0x5f4f36=_0x46e8be;if(global[_0x5f4f36(0x1eb)])await AccessibilityHelper[_0x5f4f36(0x1f9)](_0x12f8f4,scripts[_0x5f4f36(0x1d1)]),await AccessibilityHelper[_0x5f4f36(0x1f9)](_0x12f8f4,scripts[_0x5f4f36(0x1ba)]);else return logger[_0x5f4f36(0x1c6)](_0x3ca901[_0x5f4f36(0x1a6)]),{};},_0x12f8f4[_0x46e8be(0x17b)]=async()=>{const _0x498dba=_0x46e8be;if(global['accessibilityPlatform'])await AccessibilityHelper['browserStackExecuteDriver'](_0x12f8f4,scripts['performScan']),await AccessibilityHelper['browserStackExecuteDriver'](_0x12f8f4,scripts['getResults']);else return logger[_0x498dba(0x1c6)](_0x3ca901[_0x498dba(0x1c7)]),{};},_0x3ca901[_0x46e8be(0x1ec)](patchSaveScreenshot,_0x12f8f4)),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x46e8be(0x185)]['before'],()=>{const _0x597316=_0x46e8be;try{_0x4abc16[_0x597316(0x208)](),testOpsHelper[_0x597316(0x1fa)]();}catch(_0x541d4c){PerformanceTester[_0x597316(0x1ef)](_0x541d4c);}}),CodeceptJS[_0x46e8be(0x1cb)]['dispatcher']['on'](CodeceptJS['event'][_0x46e8be(0x185)]['after'],async()=>{const _0x4a6045=_0x46e8be;try{requestSpy['restore'](),await _0x4abc16[_0x4a6045(0x1f1)]();}catch(_0x1e77f7){PerformanceTester[_0x4a6045(0x1ef)](_0x1e77f7);}finally{PerformanceTester[_0x4a6045(0x20f)]();}}),CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x179)]['on'](CodeceptJS['event'][_0x46e8be(0x203)]['started'],_0x138355=>{const _0x136092=_0x46e8be;try{const _0x5675ae=_0x138355[_0x136092(0x1de)][_0x136092(0x1ee)],_0x5d91b5=_0x4abc16[_0x136092(0x1a1)](TEST_EVENTS[_0x136092(0x1e7)],_0x5675ae);CodeceptRecorder[_0x136092(0x1f0)](()=>_0x4abc16[_0x136092(0x20a)](TEST_EVENTS[_0x136092(0x1e7)],_0x5d91b5));}catch(_0x2b2a21){PerformanceTester[_0x136092(0x1ef)](_0x2b2a21);}}),CodeceptJS[_0x46e8be(0x1cb)]['dispatcher']['on'](CodeceptJS['event']['hook'][_0x46e8be(0x1bb)],_0xf06562=>{const _0x58a75f=_0x46e8be;try{const _0x38176e=_0xf06562[_0x58a75f(0x1de)][_0x58a75f(0x1ee)],_0x45b5ca=_0x4abc16[_0x58a75f(0x1a1)](TEST_EVENTS[_0x58a75f(0x1c5)],_0x38176e);CodeceptRecorder[_0x58a75f(0x1f0)](()=>_0x4abc16['fireEvent'](TEST_EVENTS[_0x58a75f(0x1c5)],_0x45b5ca));}catch(_0x845c30){PerformanceTester[_0x58a75f(0x1ef)](_0x845c30);}}),CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x179)]['on'](CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x203)][_0x46e8be(0x1af)],async(_0x9f8752,_0xbc40b0)=>{const _0x495524=_0x46e8be;try{const _0x5dd004=_0x9f8752[_0x495524(0x1de)][_0x495524(0x1ee)],_0xc7f783=_0x4abc16[_0x495524(0x1a1)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5dd004,_0xbc40b0);CodeceptRecorder['add'](()=>_0x4abc16[_0x495524(0x20a)](TEST_EVENTS[_0x495524(0x1c5)],_0xc7f783));}catch(_0x41f2d4){PerformanceTester['captureError'](_0x41f2d4);}}),CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x179)]['on'](CodeceptJS[_0x46e8be(0x1cb)]['test'][_0x46e8be(0x1cd)],_0x177379=>{const _0xb9212f=_0x46e8be;try{_0x3ca901['DGEXK'](isBrowserstackInfra)&&(_0x52333d&&(global[_0xb9212f(0x19f)]={'currentTest':{'name':_0x177379[_0xb9212f(0x1f5)],'testInfo':{'titlePath':_0x177379[_0xb9212f(0x177)]()}}}));}catch(_0x1642d0){PerformanceTester[_0xb9212f(0x1ef)](_0x1642d0);}}),CodeceptJS['event'][_0x46e8be(0x179)]['on'](CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x1ee)][_0x46e8be(0x19b)],_0x6ddc81=>{const _0x546d85=_0x46e8be,_0x2a59f9={'qYbTP':function(_0xa073ea){const _0x5d5e16=a1_0x28a5;return _0x3ca901[_0x5d5e16(0x1c9)](_0xa073ea);},'enTmu':function(_0xb7b833,_0x80a9a5){const _0x30bf49=a1_0x28a5;return _0x3ca901[_0x30bf49(0x1a2)](_0xb7b833,_0x80a9a5);},'umZln':function(_0x4a31a5,_0x182624,_0x1be8a3){return _0x3ca901['WeLzi'](_0x4a31a5,_0x182624,_0x1be8a3);},'hAbpS':function(_0x80361c,_0x34ad9f){const _0x411a7a=a1_0x28a5;return _0x3ca901[_0x411a7a(0x1a2)](_0x80361c,_0x34ad9f);}};try{const _0x273523=_0x4abc16['captureEvent'](TEST_EVENTS[_0x546d85(0x1f7)],_0x6ddc81);CodeceptRecorder['add'](()=>_0x4abc16[_0x546d85(0x20a)](TEST_EVENTS['TEST_RUN_STARTED'],_0x273523)),CodeceptRecorder['add'](async()=>{const _0x237244=_0x546d85;_0x2a59f9[_0x237244(0x202)](isBrowserstackInfra)&&(!_0x2a59f9[_0x237244(0x1d9)](isTrue,_0x5f4255[_0x237244(0x194)])&&await _0x2a59f9[_0x237244(0x17a)](markSessionName,_0x12f8f4,_0x6ddc81[_0x237244(0x1f5)]),_0x4abc16[_0x237244(0x20e)]&&await _0x2a59f9[_0x237244(0x1a3)](o11ySync,_0x12f8f4));});}catch(_0x19ba0f){PerformanceTester['captureError'](_0x19ba0f);}}),CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x179)]['on'](CodeceptJS['event'][_0x46e8be(0x1ee)]['passed'],_0x585cc1=>{const _0x2bb444=_0x46e8be,_0x55478f={'xOsKj':function(_0x4a1517){return _0x3ca901['DGEXK'](_0x4a1517);},'hfoOB':function(_0x5d7d5b,_0x51d572,_0xecd073){const _0x2ff54f=a1_0x28a5;return _0x3ca901[_0x2ff54f(0x19a)](_0x5d7d5b,_0x51d572,_0xecd073);},'UJpzU':function(_0x1eec1f,_0xaeb694,_0x1b0bbb){const _0x3539b3=a1_0x28a5;return _0x3ca901[_0x3539b3(0x19a)](_0x1eec1f,_0xaeb694,_0x1b0bbb);}};try{const _0x497e0b=_0x4abc16[_0x2bb444(0x1a1)](TEST_EVENTS[_0x2bb444(0x1c2)],_0x585cc1);CodeceptRecorder[_0x2bb444(0x1f0)](()=>_0x4abc16[_0x2bb444(0x20a)](TEST_EVENTS[_0x2bb444(0x1c2)],_0x497e0b)),CodeceptRecorder[_0x2bb444(0x1f0)](async()=>{const _0x141c9e=_0x2bb444;_0x55478f[_0x141c9e(0x1e2)](isBrowserstackInfra)&&(_0x52333d?await _0x55478f[_0x141c9e(0x176)](playwrightMarkSessionStatus,_0x12f8f4,STATE_PASSED):await _0x55478f[_0x141c9e(0x207)](markSessionStatus,_0x12f8f4,STATE_PASSED));});}catch(_0x50c452){PerformanceTester[_0x2bb444(0x1ef)](_0x50c452);}}),CodeceptJS['event'][_0x46e8be(0x179)]['on'](CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x1ee)][_0x46e8be(0x1af)],(_0x456bb1,_0x224dd0)=>{const _0x4448be=_0x46e8be,_0x174258={'WBAeS':function(_0x1eb1fd){return _0x3ca901['DGEXK'](_0x1eb1fd);},'lzCog':function(_0xac91d0,_0x2a827a,_0x554d2e,_0x3e92f5){return _0x3ca901['kkrFp'](_0xac91d0,_0x2a827a,_0x554d2e,_0x3e92f5);},'GPxHZ':function(_0x4a97f7,_0x3d4bdb,_0x178038,_0x4b712f){return _0x3ca901['sVfIy'](_0x4a97f7,_0x3d4bdb,_0x178038,_0x4b712f);}};try{if(_0x3ca901[_0x4448be(0x211)](_0x456bb1[_0x4448be(0x1a7)]['name'],_0x3ca901['jDCWv'])){const _0x4f0f2c=_0x4abc16['captureEvent'](TEST_EVENTS[_0x4448be(0x213)],_0x456bb1[_0x4448be(0x1de)][_0x4448be(0x1a8)]);CodeceptRecorder[_0x4448be(0x1f0)](()=>_0x4abc16[_0x4448be(0x20a)](TEST_EVENTS[_0x4448be(0x213)],_0x4f0f2c));}else{const _0x2d246f=_0x4abc16[_0x4448be(0x1a1)](TEST_EVENTS[_0x4448be(0x1c2)],_0x456bb1,_0x224dd0);CodeceptRecorder['add'](()=>{const _0x18ceab=_0x4448be;try{_0x4abc16[_0x18ceab(0x20a)](TEST_EVENTS[_0x18ceab(0x1c2)],_0x2d246f);}catch(_0xdb77ce){logger[_0x18ceab(0x17d)](_0x18ceab(0x174)+util[_0x18ceab(0x198)](_0xdb77ce));}}),CodeceptRecorder[_0x4448be(0x1f0)](async()=>{const _0x1ee177=_0x4448be;try{_0x174258['WBAeS'](isBrowserstackInfra)&&(_0x52333d?await _0x174258['lzCog'](playwrightMarkSessionStatus,_0x12f8f4,STATE_FAILED,_0x224dd0):await _0x174258[_0x1ee177(0x206)](markSessionStatus,_0x12f8f4,STATE_FAILED,_0x224dd0));}catch(_0x5a6988){logger[_0x1ee177(0x17d)](_0x1ee177(0x20b)+util[_0x1ee177(0x198)](_0x5a6988));}});}}catch(_0xd5f279){PerformanceTester[_0x4448be(0x1ef)](_0xd5f279);}}),CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x179)]['on'](CodeceptJS['event'][_0x46e8be(0x1ee)]['skipped'],_0x5751a2=>{const _0xfffdc8=_0x46e8be;try{const _0x4309cd=_0x4abc16['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x5751a2);CodeceptRecorder['add'](()=>_0x4abc16[_0xfffdc8(0x20a)](TEST_EVENTS[_0xfffdc8(0x213)],_0x4309cd));}catch(_0x3b00fb){PerformanceTester[_0xfffdc8(0x1ef)](_0x3b00fb);}}),CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x179)]['on'](CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x1ee)][_0x46e8be(0x18f)],async(_0x50ae55,_0x317717)=>{const _0x345ac7=_0x46e8be;try{if(_0x3ca901[_0x345ac7(0x193)](isBrowserstackInfra)){const _0x58843b=_0x3ca901['WeLzi'](shouldScanTestForAccessibility,_0x50ae55['titlePath'](),!![]);if(_0x3ca901[_0x345ac7(0x171)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x58843b){const _0x20d2ea={};_0x20d2ea[_0x345ac7(0x1e4)]=_0x50ae55[_0x345ac7(0x20d)],_0x20d2ea[_0x345ac7(0x1cc)]=process[_0x345ac7(0x1f6)][testHubConstants[_0x345ac7(0x1cf)][_0x345ac7(0x18a)]],_0x20d2ea[_0x345ac7(0x1fb)]=process['env'][testHubConstants[_0x345ac7(0x1cf)][_0x345ac7(0x1a9)]];const _0x4df75e=_0x20d2ea;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x4df75e)),CodeceptRecorder[_0x345ac7(0x1f0)](async()=>{const _0x231253=_0x345ac7;await AccessibilityHelper['browserStackExecuteDriver'](_0x12f8f4,scripts['performScan']),await AccessibilityHelper['browserStackExecuteDriver'](_0x12f8f4,scripts[_0x231253(0x175)],_0x4df75e);}),logger[_0x345ac7(0x18c)](_0x3ca901[_0x345ac7(0x1fc)]);}}}catch(_0x5ac22a){PerformanceTester[_0x345ac7(0x1ef)](_0x5ac22a);}}),CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x179)]['on'](CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x1e1)][_0x46e8be(0x172)],_0x9d3e7d=>{const _0x7a6b3b=_0x46e8be;try{process[_0x7a6b3b(0x1ab)](_0x7a6b3b(0x1f4)+process[_0x7a6b3b(0x183)],{'timestamp':new Date()[_0x7a6b3b(0x200)](),'level':_0x3ca901[_0x7a6b3b(0x197)],'message':_0x9d3e7d,'kind':_0x3ca901[_0x7a6b3b(0x180)],'http_response':{}});}catch(_0x55288b){PerformanceTester[_0x7a6b3b(0x1ef)](_0x55288b);}}),CodeceptJS[_0x46e8be(0x1cb)]['dispatcher']['on'](CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x20c)][_0x46e8be(0x1cd)],_0x240b0a=>{_0x4abc16['bddStepStart'](_0x240b0a);}),CodeceptJS['event'][_0x46e8be(0x179)]['on'](CodeceptJS[_0x46e8be(0x1cb)][_0x46e8be(0x20c)][_0x46e8be(0x18f)],_0x2158ee=>{_0x4abc16['bddStepFinish'](_0x2158ee);});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x486fec=a2_0x3e44;function a2_0x1fc3(){const _0x515678=['browserName','pHuit','getUserWorkerCount','testObservability','../../helpers/logger','teardownAll','olmRF','Passed\x20:\x20','nFOvo','CkcCr','-cucumber','../../bin/playwright/accessibility-helper','event','all','ERpFq','fBDNC','92ASgPcH','slice','result','stack','browser','stop','path','cQPxQ','null','../../helpers/utilities','testContextOptions','firefox','accessibilityOptions','BrowserStackPlugin.js','require','62fDYwEp','frameworkName','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','browserStackCwd','3773085mEWBwk','8mMkFjZ','Started\x20:\x20','chdir','browserWSEndpoint','gherkin','pqncq','validPlatformsPresent','info','parallelsPerPlatform','title','cwd','Failed\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','playwright-webkit','debug','profile','vEica','existsSync','lHEQI','uIPWp','playwright-firefox','CODECEPT','prepareCapabilities','ZevWj','isUndefined','playwright-chromium','qVtww','11BHShTx','DkQrB','forEach','root','desiredCapabilities','dirname','rTkgV','config','skipSessionName','initialize','drIXt','failed','chrome','codeceptjs/lib/index.js','Workers','chromium','test','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','push','uwOwV','MhBCK','before','2168217OxSCXV','map','bootstrapAll','plugins','Playwright','pdrnU','passed','../../helpers/BrowserStackSetup','1069830rvKFFT','qQpzH','TFbQO','util','17398QAqntW','false','blHoV','BoQgE','3153388eFANsI','ZXusw','err','helpers','join','now','finalExecution','accessibility','codeceptjs','../../helpers/helper','addConfig','WebDriver','format','launchBuild','../../helpers/testhub/testhubHandler','MhSqS','getPlaywrightUrl','getPlatformName','env','BROWSERSTACK_TEST_OBSERVABILITY_YML','stringify','mergeDeep','../utils/constants','1178172TPYhQe','2|3|0|4|1','eZNYS','FRAMEWORKS','log','handleApp','printBuildLink','split','LLUpj','cSlwc','ctqIp','createGroupsOfSuites','findIndex','toLowerCase','QvlnO','31791zjeOEq','webkit','BROWSERSTACK_RERUN','useW3C','testConfig'];a2_0x1fc3=function(){return _0x515678;};return a2_0x1fc3();}(function(_0x130a68,_0x3e10c8){const _0x1ee48f=a2_0x3e44,_0x57319c=_0x130a68();while(!![]){try{const _0x20a37f=parseInt(_0x1ee48f(0x158))/0x1*(parseInt(_0x1ee48f(0x19a))/0x2)+-parseInt(_0x1ee48f(0x134))/0x3*(parseInt(_0x1ee48f(0x149))/0x4)+parseInt(_0x1ee48f(0x15c))/0x5+parseInt(_0x1ee48f(0x125))/0x6+-parseInt(_0x1ee48f(0x19e))/0x7+parseInt(_0x1ee48f(0x15d))/0x8*(-parseInt(_0x1ee48f(0x18e))/0x9)+-parseInt(_0x1ee48f(0x196))/0xa*(parseInt(_0x1ee48f(0x178))/0xb);if(_0x20a37f===_0x3e10c8)break;else _0x57319c['push'](_0x57319c['shift']());}catch(_0x68891e){_0x57319c['push'](_0x57319c['shift']());}}}(a2_0x1fc3,0x6d6ce));function a2_0x3e44(_0x28ce78,_0xa6e5f0){const _0x1fc38c=a2_0x1fc3();return a2_0x3e44=function(_0x3e442b,_0x5b29dd){_0x3e442b=_0x3e442b-0x119;let _0x5b6c87=_0x1fc38c[_0x3e442b];return _0x5b6c87;},a2_0x3e44(_0x28ce78,_0xa6e5f0);}const fs=require('fs'),path=require(a2_0x486fec(0x14f)),util=require(a2_0x486fec(0x199)),process=require('process'),logger=require(a2_0x486fec(0x13d))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x486fec(0x195)),helper=require(a2_0x486fec(0x1a7)),utilities=require(a2_0x486fec(0x152)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x486fec(0x144)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x486fec(0x1a7)),CodeceptJS=requireModule(a2_0x486fec(0x185)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x486fec(0x11c)),constants=require(a2_0x486fec(0x124)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2a50bc,_0x274b2e)=>{const _0x2f73bc=a2_0x486fec,_0xc1bcf6={};_0xc1bcf6[_0x2f73bc(0x133)]=function(_0x133327,_0x15589f){return _0x133327===_0x15589f;},_0xc1bcf6[_0x2f73bc(0x148)]='codecept.conf.js',_0xc1bcf6[_0x2f73bc(0x19d)]='codecept.json';const _0x600703=_0xc1bcf6;let _0x115002=null;const _0x59e4d9={};let _0x7ab3fc=_0x274b2e['findIndex'](_0x2c9262=>_0x2c9262==='--config');_0x600703[_0x2f73bc(0x133)](_0x7ab3fc,-0x1)&&(_0x7ab3fc=_0x274b2e[_0x2f73bc(0x131)](_0x4ff77b=>_0x4ff77b==='-c'));if(!helper[_0x2f73bc(0x175)](_0x2a50bc[_0x2f73bc(0x17f)])&&fs[_0x2f73bc(0x16e)](path['join'](process[_0x2f73bc(0x167)](),_0x2a50bc[_0x2f73bc(0x17f)])))_0x115002=path[_0x2f73bc(0x1a2)](process[_0x2f73bc(0x167)](),_0x2a50bc[_0x2f73bc(0x17f)]),_0x274b2e[_0x2f73bc(0x14a)](_0x7ab3fc,0x2);else{if(!helper['isUndefined'](_0x2a50bc['c'])&&fs['existsSync'](path[_0x2f73bc(0x1a2)](process[_0x2f73bc(0x167)](),_0x2a50bc['c'])))_0x115002=path[_0x2f73bc(0x1a2)](process[_0x2f73bc(0x167)](),_0x2a50bc['c']),_0x274b2e[_0x2f73bc(0x14a)](_0x7ab3fc,0x2);else{if(fs[_0x2f73bc(0x16e)](path[_0x2f73bc(0x1a2)](process[_0x2f73bc(0x167)](),_0x600703[_0x2f73bc(0x148)])))_0x115002=path[_0x2f73bc(0x1a2)](process[_0x2f73bc(0x167)](),_0x600703[_0x2f73bc(0x148)]);else fs[_0x2f73bc(0x16e)](path[_0x2f73bc(0x1a2)](process[_0x2f73bc(0x167)](),_0x600703[_0x2f73bc(0x19d)]))&&(_0x115002=path[_0x2f73bc(0x1a2)](process[_0x2f73bc(0x167)](),_0x600703['BoQgE']));}}return _0x115002;},getO11yRerunPattern=()=>{const _0x1a34d5=a2_0x486fec,_0x5d8d94={};_0x5d8d94[_0x1a34d5(0x12d)]=function(_0x497f1d,_0x348b9e){return _0x497f1d!==_0x348b9e;},_0x5d8d94['ctqIp']=_0x1a34d5(0x151);const _0x5bad39=_0x5d8d94,_0x23082c=helper['isTrue'](process['env'][_0x1a34d5(0x136)]);if(_0x23082c){const _0x366864=process[_0x1a34d5(0x120)]['BROWSERSTACK_RERUN_TESTS'],_0x1e02e8=[];if(_0x5bad39[_0x1a34d5(0x12d)](_0x366864,_0x5bad39[_0x1a34d5(0x12f)])&&!helper['isUndefined'](_0x366864)){_0x366864[_0x1a34d5(0x12c)](',')[_0x1a34d5(0x18f)](_0x194caf=>{const _0x3e29c7=_0x1a34d5;_0x1e02e8[_0x3e29c7(0x18a)]('('+_0x194caf['trim']()+')');});const _0x484635='^'+_0x1e02e8[_0x1a34d5(0x1a2)]('|')+'$';return _0x484635;}}return null;},a2_0x2d0ab9={};a2_0x2d0ab9[a2_0x486fec(0x184)]='chromium',a2_0x2d0ab9[a2_0x486fec(0x176)]=a2_0x486fec(0x187),a2_0x2d0ab9[a2_0x486fec(0x171)]=a2_0x486fec(0x154),a2_0x2d0ab9[a2_0x486fec(0x16a)]=a2_0x486fec(0x135);const pwToCodeceptBrowser=a2_0x2d0ab9;async function run(_0x5739ff,_0xa9d78d){const _0x1dce27=a2_0x486fec,_0x501451={'nFOvo':function(_0xd41e38,_0x28d9e1){return _0xd41e38+_0x28d9e1;},'MhBCK':function(_0x169340,_0x1df487){return _0x169340(_0x1df487);},'ERpFq':function(_0x3c3c80,_0x5284a6){return _0x3c3c80+_0x5284a6;},'ZevWj':function(_0x4afbac,_0x320c7c,_0x2f2d0a){return _0x4afbac(_0x320c7c,_0x2f2d0a);},'blHoV':_0x1dce27(0x17f),'TFbQO':_0x1dce27(0x1a1),'vEica':function(_0xceca0a){return _0xceca0a();},'pHuit':_0x1dce27(0x168),'uwOwV':_0x1dce27(0x140),'MhSqS':_0x1dce27(0x15e),'cQPxQ':_0x1dce27(0x126),'uIPWp':_0x1dce27(0x1a6),'rTkgV':function(_0x5b5eb6,_0x1659b6,_0x6d597){return _0x5b5eb6(_0x1659b6,_0x6d597);},'pdrnU':function(_0x2e8d6f,_0x5b43ed){return _0x2e8d6f(_0x5b43ed);},'LkXJk':_0x1dce27(0x15a),'pqncq':function(_0x57df53,_0xdc68f0,_0x466566){return _0x57df53(_0xdc68f0,_0x466566);},'ZXusw':_0x1dce27(0x192),'FvxgK':_0x1dce27(0x119),'lHEQI':function(_0xd8e82e,_0x2d7857){return _0xd8e82e!=_0x2d7857;},'drIXt':_0x1dce27(0x19b),'FHLRy':_0x1dce27(0x161),'OSATV':_0x1dce27(0x143),'cSlwc':function(_0x51aa4b,_0x209626){return _0x51aa4b(_0x209626);},'JrVPq':function(_0x1f3ba6,_0x445751){return _0x1f3ba6*_0x445751;},'olmRF':function(_0x394dc2,_0x2d11c2,_0x5fb00a){return _0x394dc2(_0x2d11c2,_0x5fb00a);},'eZNYS':_0x1dce27(0x14d),'DkQrB':'desiredCapabilities','CkcCr':_0x1dce27(0x17b),'qQpzH':_0x1dce27(0x156),'qVtww':_0x1dce27(0x15b),'Eledm':function(_0x47664a){return _0x47664a();}},_0x8eb5e5=new BrowserStackSetup(_0x5739ff,_0x501451[_0x1dce27(0x170)]);await _0x8eb5e5[_0x1dce27(0x181)](),await helper[_0x1dce27(0x12a)](_0x8eb5e5['config']);if(!_0x8eb5e5['config'])return;process[_0x1dce27(0x16c)]=_0x5739ff[_0x1dce27(0x16c)];_0x5739ff['profile']&&(process[_0x1dce27(0x120)][_0x1dce27(0x16c)]=_0x5739ff[_0x1dce27(0x16c)]);const _0x37ca25=_0x501451['rTkgV'](getUserCodeceptJSConfigs,_0x5739ff,_0xa9d78d);let _0x2ad8bb={};_0x37ca25?(logger[_0x1dce27(0x164)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x37ca25),_0x2ad8bb=_0x501451[_0x1dce27(0x193)](require,_0x37ca25)):logger['info'](_0x501451['LkXJk']);let _0x3882f6=![];_0x501451['pqncq'](nestedKeyValue,_0x2ad8bb,[_0x501451[_0x1dce27(0x19c)],_0x501451['TFbQO'],_0x501451[_0x1dce27(0x19f)]])&&(_0x3882f6=!![]);const _0x3c7573=_0x3882f6?_0x501451[_0x1dce27(0x19f)]:_0x501451['FvxgK'];let _0xb0bdae=!_0x3882f6?helper[_0x1dce27(0x137)](_0x8eb5e5[_0x1dce27(0x17f)]):![];!helper[_0x1dce27(0x175)](_0x8eb5e5['config'][_0x1dce27(0x155)])&&(process[_0x1dce27(0x120)][_0x1dce27(0x189)]=JSON[_0x1dce27(0x122)](_0x8eb5e5[_0x1dce27(0x17f)][_0x1dce27(0x155)]));let _0x173f2c=_0x8eb5e5['config'][_0x1dce27(0x1a5)];_0x173f2c=_0x173f2c||_0x501451['MhBCK'](checkAccessibilityPlatformConfig,_0x8eb5e5[_0x1dce27(0x17f)]),process['env'][_0x1dce27(0x169)]=_0x173f2c;_0x173f2c&&(_0xb0bdae=!_0x173f2c);_0x501451[_0x1dce27(0x16f)](_0x8eb5e5[_0x1dce27(0x17f)]['testObservability'],null)?process[_0x1dce27(0x120)][_0x1dce27(0x121)]=_0x8eb5e5[_0x1dce27(0x17f)]['testObservability']:process['env'][_0x1dce27(0x121)]=_0x501451[_0x1dce27(0x182)];const _0x3a35ff=_0x501451[_0x1dce27(0x141)](_0x501451[_0x1dce27(0x170)],_0x501451[_0x1dce27(0x162)](nestedKeyValue,_0x2ad8bb,[_0x501451['blHoV'],_0x501451['FHLRy']])?_0x501451['OSATV']:''),_0x171cbc=await TestHubHandler[_0x1dce27(0x11b)](_0x3a35ff,_0x8eb5e5);_0x173f2c&&_0x501451[_0x1dce27(0x12e)](setAccessibilityCapabilities,_0x8eb5e5[_0x1dce27(0x17f)]);const _0x1324d8={},_0x15639d=[],_0x4ab64e=_0x8eb5e5['config'][_0x1dce27(0x165)]||helper[_0x1dce27(0x13b)](_0x5739ff,_0xa9d78d,_0x8eb5e5['config'],constants[_0x1dce27(0x128)][_0x1dce27(0x172)])||0x1;let _0x1ee862=0x1;if(_0x501451[_0x1dce27(0x16d)](isBrowserstackInfra)){const _0x5d8c=helper[_0x1dce27(0x173)](_0x8eb5e5[_0x1dce27(0x17f)],_0xb0bdae,constants[_0x1dce27(0x128)][_0x1dce27(0x172)]);helper[_0x1dce27(0x163)](_0x8eb5e5['config'])?_0x1ee862=_0x501451['JrVPq'](_0x4ab64e,_0x8eb5e5[_0x1dce27(0x17f)]['platforms']['length']):_0x1ee862=_0x4ab64e,_0x5d8c[_0x1dce27(0x17a)](_0x3ddab5=>{const _0x345cf5=_0x1dce27,_0x5c4739=_0x501451[_0x345cf5(0x147)](helper[_0x345cf5(0x11f)](_0x3ddab5,'_'),'_'+Date[_0x345cf5(0x1a3)]()),_0x193f4c=((()=>{const _0x58185b=_0x345cf5;if(_0x3882f6){const _0x964873=pwToCodeceptBrowser[_0x3ddab5[_0x58185b(0x139)]]||_0x3ddab5[_0x58185b(0x139)];return{'browser':_0x964873,[_0x964873]:{'browserWSEndpoint':_0x501451[_0x58185b(0x141)](helper[_0x58185b(0x11e)](_0x8eb5e5[_0x58185b(0x17f)]),_0x501451[_0x58185b(0x18c)](encodeURIComponent,JSON['stringify'](_0x3ddab5)))}};}const _0x4a2f2a={};return _0x4a2f2a[_0x58185b(0x17c)]=_0x3ddab5,_0x4a2f2a;})()),_0x3e8aab=_0x501451[_0x345cf5(0x174)](nestedKeyValue,_0x2ad8bb,[_0x501451[_0x345cf5(0x19c)],_0x501451[_0x345cf5(0x198)],_0x3c7573]);_0x1324d8[_0x5c4739]=_0x3e8aab?helper[_0x345cf5(0x123)](_0x193f4c,_0x3e8aab):_0x193f4c,!_0x3882f6&&(_0x1324d8[_0x5c4739]['browser']=_0x3ddab5[_0x345cf5(0x139)]||_0x193f4c[_0x345cf5(0x14d)]),_0x15639d[_0x345cf5(0x18a)](_0x5c4739);});}else{_0x1ee862=0x1;if(_0x3882f6){const _0xb9404b=_0x501451[_0x1dce27(0x13f)](nestedKeyValue,_0x2ad8bb,[_0x501451[_0x1dce27(0x19c)],_0x501451[_0x1dce27(0x198)],_0x3c7573,_0x501451[_0x1dce27(0x127)]]),_0x3b8354=_0x501451[_0x1dce27(0x17e)](nestedKeyValue,_0x2ad8bb,[_0x501451['blHoV'],_0x501451['TFbQO'],_0x3c7573,_0xb9404b]);_0x3b8354&&_0x3b8354[_0x1dce27(0x160)]&&(_0x3b8354[_0x1dce27(0x160)]=helper[_0x1dce27(0x173)](null,null,_0x3a35ff['toLowerCase'](),null,null,_0x3b8354['browserWSEndpoint']));}else _0x2ad8bb[_0x1dce27(0x17f)][_0x501451[_0x1dce27(0x198)]][_0x3c7573][_0x501451[_0x1dce27(0x179)]]=helper[_0x1dce27(0x173)](null,null,_0x3a35ff[_0x1dce27(0x132)](),_0x501451[_0x1dce27(0x174)](nestedKeyValue,_0x2ad8bb,[_0x501451['blHoV'],_0x501451[_0x1dce27(0x198)],_0x3c7573,_0x501451[_0x1dce27(0x179)]]),null,null);_0x1324d8[_0x501451[_0x1dce27(0x142)]]=_0x2ad8bb['config'],_0x15639d['push'](_0x501451[_0x1dce27(0x142)]);}const _0x62b009={};_0x62b009[_0x1dce27(0x138)]=_0x37ca25;const _0x5191c5=_0x62b009,_0x3fc528=path[_0x1dce27(0x1a2)](__dirname,_0x501451[_0x1dce27(0x197)]),_0x5583cd=process[_0x1dce27(0x167)]();process[_0x1dce27(0x120)][_0x501451[_0x1dce27(0x177)]]=_0x5583cd,process[_0x1dce27(0x15f)](path[_0x1dce27(0x17d)](_0x37ca25));const _0x24e1f0=new CodeceptJS[(_0x1dce27(0x186))](null,_0x5191c5),_0x301bb8=_0x24e1f0[_0x1dce27(0x130)](_0x1ee862),_0x191224=testOpsHelper['isTestObservabilitySession'](),_0x4d236f=_0x15639d[_0x1dce27(0x18f)](_0x11cfbd=>{const _0x564f72=_0x1dce27,_0x11748c={};_0x11748c[_0x564f72(0x192)]=_0x1324d8[_0x11cfbd];const _0x1ce949={};_0x1ce949[_0x564f72(0x119)]=_0x1324d8[_0x11cfbd];const _0x370d82=_0x3882f6?_0x11748c:_0x1ce949,_0x35165d=_0x501451[_0x564f72(0x16d)](getO11yRerunPattern),_0x37159={};_0x37159[_0x564f72(0x1a1)]=_0x370d82;const _0xa13a92={};_0xa13a92[_0x564f72(0x157)]=_0x3fc528,_0xa13a92['enabled']=!![],_0xa13a92[_0x564f72(0x180)]=_0x8eb5e5[_0x564f72(0x17f)]['testContextOptions'][_0x564f72(0x180)],_0xa13a92['skipSessionStatus']=_0x8eb5e5[_0x564f72(0x17f)][_0x564f72(0x153)]['skipSessionStatus'],_0xa13a92[_0x564f72(0x13c)]=_0x191224,_0xa13a92[_0x564f72(0x159)]=_0x3a35ff;const _0x18c7c4={};_0x18c7c4['BrowserStackPlugin']=_0xa13a92;const _0x46cf4e={};return _0x46cf4e[_0x564f72(0x191)]=_0x18c7c4,helper[_0x564f72(0x123)]({},_0x2ad8bb[_0x564f72(0x17f)],_0x501451[_0x564f72(0x16d)](isBrowserstackInfra)?_0x37159:{},_0x35165d?{'grep':_0x35165d}:{},_0x46cf4e);});for(const _0x5edb8f of _0x4d236f){for(const _0x83cb08 of _0x301bb8){const _0x4ba3d7=_0x24e1f0['spawn']();_0x4ba3d7['addTests'](_0x83cb08),_0x4ba3d7[_0x1dce27(0x1a8)](_0x5edb8f);}}_0x24e1f0['on'](CodeceptJS['event']['test'][_0x1dce27(0x183)],(_0x28fbd2,_0x2a6283)=>{const _0x8d2511=_0x1dce27;console[_0x8d2511(0x129)](_0x501451[_0x8d2511(0x13a)],_0x28fbd2[_0x8d2511(0x166)]);const _0x54a2da={[_0x28fbd2[_0x8d2511(0x166)]]:_0x28fbd2[_0x8d2511(0x1a0)][_0x8d2511(0x14c)]};_testErrorData[_0x8d2511(0x18a)](_0x54a2da);}),_0x24e1f0['on'](CodeceptJS['event'][_0x1dce27(0x188)][_0x1dce27(0x194)],async _0x44f312=>{const _0x226839=_0x1dce27;console[_0x226839(0x129)](_0x501451[_0x226839(0x18b)],_0x44f312['title']);}),_0x24e1f0['on'](CodeceptJS['event'][_0x1dce27(0x188)][_0x1dce27(0x18d)],async _0x21a392=>{const _0x47b159=_0x1dce27;console[_0x47b159(0x129)](_0x501451[_0x47b159(0x11d)],_0x21a392['title']);}),_0x24e1f0['on'](CodeceptJS[_0x1dce27(0x145)][_0x1dce27(0x146)][_0x1dce27(0x14b)],async()=>{const _0x368544=_0x1dce27,_0x20bb01=_0x501451[_0x368544(0x150)][_0x368544(0x12c)]('|');let _0x3e45f3=0x0;while(!![]){switch(_0x20bb01[_0x3e45f3++]){case'0':utilities[_0x368544(0x1a4)](_0x8eb5e5);continue;case'1':_0x24e1f0['printResults']();continue;case'2':_0x8eb5e5['errorMessage']=_testErrorData;continue;case'3':testOpsHelper[_0x368544(0x12b)]();continue;case'4':try{await TestHubHandler[_0x368544(0x14e)]();}catch(_0x2d7efc){logger[_0x368544(0x16b)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x368544(0x11a)](_0x2d7efc));}continue;}break;}});async function _0x4d1694(){const _0x2d8a5a=_0x1dce27;try{await _0x24e1f0[_0x2d8a5a(0x190)](),await _0x24e1f0['run']();}finally{process[_0x2d8a5a(0x15f)](_0x5583cd),await _0x24e1f0[_0x2d8a5a(0x13e)]();}}_0x501451['Eledm'](_0x4d1694);}module['exports']=run;
2
+ 'use strict';const a2_0x1135bd=a2_0x41b8;(function(_0x1bd00f,_0x536259){const _0x3c6f4a=a2_0x41b8,_0x44dd6f=_0x1bd00f();while(!![]){try{const _0x43c044=-parseInt(_0x3c6f4a(0x1a0))/0x1+parseInt(_0x3c6f4a(0x18f))/0x2+-parseInt(_0x3c6f4a(0x192))/0x3*(parseInt(_0x3c6f4a(0x1c8))/0x4)+-parseInt(_0x3c6f4a(0x1ff))/0x5+-parseInt(_0x3c6f4a(0x1be))/0x6*(-parseInt(_0x3c6f4a(0x1a1))/0x7)+parseInt(_0x3c6f4a(0x1d7))/0x8*(parseInt(_0x3c6f4a(0x21d))/0x9)+-parseInt(_0x3c6f4a(0x1e7))/0xa;if(_0x43c044===_0x536259)break;else _0x44dd6f['push'](_0x44dd6f['shift']());}catch(_0x5ade4c){_0x44dd6f['push'](_0x44dd6f['shift']());}}}(a2_0x1b65,0xcaf31));function a2_0x1b65(){const _0x124dfe=['stack','BROWSERSTACK_RERUN','test','chrome','browserWSEndpoint','2666421YXaZsL','Passed\x20:\x20','2769848WUOxhO','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','3qWOBhG','pHJLx','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','../../helpers/test-observability/utils','debug','err','isUndefined','cOTCr','require','OTMTS','FRAMEWORKS','EFnpS','gqxUr','browserStackCwd','192984CrrNju','8584366KsLYqU','EEUmx','cwd','bonLf','finalExecution','plugins','parallelsPerPlatform','ZIIRh','bdDQQ','validPlatformsPresent','result','qblRn','initialize','BrowserStackPlugin','WHXaZ','../../helpers/testhub/testhubHandler','tEpcO','accessibilityOptions','getPlatformName','env','useW3C','browserName','Bigjl','mergeDeep','playwright-firefox','firefox','skipSessionStatus','mhoQn','helpers','6cNyqvd','existsSync','Failed\x20:\x20','../../helpers/helper','LKIrM','WsOtK','enabled','map','addConfig','Playwright','2471356lrWToE','testContextOptions','spawn','all','hSEmX','dirname','maRUV','BROWSERSTACK_TEST_OBSERVABILITY_YML','vMgIv','bootstrapAll','addTests','browser','Workers','BROWSERSTACK_TEST_ACCESSIBILITY_YML','LUFHO','16uJXpsp','../utils/constants','info','config','BROWSERSTACK_RERUN_TESTS','chromium','FRXbP','title','handleApp','xgptM','isTestObservabilitySession','oonuC','accessibility','WebDriver','before','findIndex','3349260zCxfNK','../../helpers/BrowserStackSetup','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','codeceptjs','path','join','passed','false','codeceptjs/lib/index.js','mddOk','codecept.json','skipSessionName','split','gherkin','printBuildLink','forEach','CODECEPT','profile','prepareCapabilities','codecept.conf.js','hmdMe','-cucumber','GXyMy','length','6133850fnkETK','desiredCapabilities','../../helpers/utilities','vQayr','YyXye','playwright-chromium','stop','testObservability','VtISX','slice','stringify','root','event','run','2|3|4|0|1','teardownAll','log','winstonLogger','yOQje','printResults','BrowserStackPlugin.js','../../bin/playwright/accessibility-helper','push','../../helpers/accessibility-automation/helper','../../helpers/logger'];a2_0x1b65=function(){return _0x124dfe;};return a2_0x1b65();}function a2_0x41b8(_0x3e2285,_0x17b207){const _0x1b6569=a2_0x1b65();return a2_0x41b8=function(_0x41b8d6,_0x4a0620){_0x41b8d6=_0x41b8d6-0x18f;let _0x5bbc04=_0x1b6569[_0x41b8d6];return _0x5bbc04;},a2_0x41b8(_0x3e2285,_0x17b207);}const fs=require('fs'),path=require(a2_0x1135bd(0x1eb)),util=require('util'),process=require('process'),logger=require(a2_0x1135bd(0x217))[a2_0x1135bd(0x210)],{default:BrowserStackSetup}=require(a2_0x1135bd(0x1e8)),helper=require(a2_0x1135bd(0x1c1)),utilities=require(a2_0x1135bd(0x201)),{checkAccessibilityPlatformConfig}=require(a2_0x1135bd(0x216)),{setAccessibilityCapabilities}=require(a2_0x1135bd(0x214)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x1135bd(0x1c1)),CodeceptJS=requireModule(a2_0x1135bd(0x1ef)),testOpsHelper=require(a2_0x1135bd(0x195)),TestHubHandler=require(a2_0x1135bd(0x1b0)),constants=require(a2_0x1135bd(0x1d8)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x590688,_0x1cfe06)=>{const _0x270ace=a2_0x1135bd,_0x67e6de={};_0x67e6de[_0x270ace(0x1d0)]=function(_0x58fcaf,_0x316150){return _0x58fcaf===_0x316150;},_0x67e6de[_0x270ace(0x1ce)]=_0x270ace(0x1fa),_0x67e6de[_0x270ace(0x202)]=_0x270ace(0x1f1);const _0x18a1d6=_0x67e6de;let _0x5d0f06=null;const _0x2cb3f3={};let _0x278b60=_0x1cfe06[_0x270ace(0x1e6)](_0x447368=>_0x447368==='--config');_0x18a1d6[_0x270ace(0x1d0)](_0x278b60,-0x1)&&(_0x278b60=_0x1cfe06['findIndex'](_0x1efef6=>_0x1efef6==='-c'));if(!helper['isUndefined'](_0x590688[_0x270ace(0x1da)])&&fs[_0x270ace(0x1bf)](path[_0x270ace(0x1ec)](process[_0x270ace(0x1a3)](),_0x590688['config'])))_0x5d0f06=path[_0x270ace(0x1ec)](process['cwd'](),_0x590688['config']),_0x1cfe06[_0x270ace(0x208)](_0x278b60,0x2);else{if(!helper[_0x270ace(0x198)](_0x590688['c'])&&fs[_0x270ace(0x1bf)](path[_0x270ace(0x1ec)](process['cwd'](),_0x590688['c'])))_0x5d0f06=path[_0x270ace(0x1ec)](process[_0x270ace(0x1a3)](),_0x590688['c']),_0x1cfe06['slice'](_0x278b60,0x2);else{if(fs[_0x270ace(0x1bf)](path[_0x270ace(0x1ec)](process[_0x270ace(0x1a3)](),_0x18a1d6[_0x270ace(0x1ce)])))_0x5d0f06=path[_0x270ace(0x1ec)](process[_0x270ace(0x1a3)](),_0x18a1d6[_0x270ace(0x1ce)]);else fs[_0x270ace(0x1bf)](path[_0x270ace(0x1ec)](process[_0x270ace(0x1a3)](),_0x18a1d6['vQayr']))&&(_0x5d0f06=path['join'](process[_0x270ace(0x1a3)](),_0x18a1d6[_0x270ace(0x202)]));}}return _0x5d0f06;},getO11yRerunPattern=()=>{const _0x443c8a=a2_0x1135bd,_0x68fe60={};_0x68fe60[_0x443c8a(0x1fd)]=function(_0x543221,_0x1484ee){return _0x543221!==_0x1484ee;},_0x68fe60[_0x443c8a(0x1af)]='null';const _0x443fea=_0x68fe60,_0x137d0c=helper['isTrue'](process['env'][_0x443c8a(0x219)]);if(_0x137d0c){const _0x57a8b8=process['env'][_0x443c8a(0x1db)],_0x441a62=[];if(_0x443fea['GXyMy'](_0x57a8b8,_0x443fea['WHXaZ'])&&!helper[_0x443c8a(0x198)](_0x57a8b8)){_0x57a8b8[_0x443c8a(0x1f3)](',')['map'](_0x288adf=>{const _0xa8947d=_0x443c8a;_0x441a62[_0xa8947d(0x215)]('('+_0x288adf['trim']()+')');});const _0x440743='^'+_0x441a62[_0x443c8a(0x1ec)]('|')+'$';return _0x440743;}}return null;},a2_0x27a441={};a2_0x27a441[a2_0x1135bd(0x21b)]=a2_0x1135bd(0x1dc),a2_0x27a441[a2_0x1135bd(0x204)]='chromium',a2_0x27a441[a2_0x1135bd(0x1b9)]=a2_0x1135bd(0x1ba),a2_0x27a441['playwright-webkit']='webkit';const pwToCodeceptBrowser=a2_0x27a441;async function run(_0x1f5501,_0x35e3aa){const _0x33f297=a2_0x1135bd,_0x142ba0={'FRXbP':function(_0x31da26,_0x900340){return _0x31da26+_0x900340;},'OTMTS':function(_0x29b8af,_0x3fa013){return _0x29b8af(_0x3fa013);},'aYSjd':function(_0x5f12cf,_0x2f1c0d){return _0x5f12cf+_0x2f1c0d;},'mhoQn':function(_0x547284,_0x9bb4fd,_0x5de4d4){return _0x547284(_0x9bb4fd,_0x5de4d4);},'tEpcO':_0x33f297(0x1da),'qblRn':_0x33f297(0x1bd),'ZIIRh':function(_0x2ccc5d){return _0x2ccc5d();},'hmdMe':_0x33f297(0x1c0),'VtISX':_0x33f297(0x21e),'bZtei':'Started\x20:\x20','teagD':_0x33f297(0x20d),'LUFHO':_0x33f297(0x1ea),'jkCCo':function(_0x2f8342,_0x2d1830,_0x5a5aa7){return _0x2f8342(_0x2d1830,_0x5a5aa7);},'pHJLx':_0x33f297(0x190),'Bigjl':_0x33f297(0x1c7),'ntCjG':_0x33f297(0x1e4),'LKIrM':function(_0x1d91d6,_0x1561ec){return _0x1d91d6(_0x1561ec);},'EEUmx':function(_0x32defb,_0x43280b){return _0x32defb!=_0x43280b;},'oonuC':_0x33f297(0x1ee),'YyXye':_0x33f297(0x1f4),'mddOk':_0x33f297(0x1fc),'RVWwI':function(_0x568402){return _0x568402();},'hQKfL':function(_0x2cf048,_0x14e671){return _0x2cf048*_0x14e671;},'WsOtK':_0x33f297(0x1d3),'cOTCr':_0x33f297(0x200),'gqxUr':function(_0x4d2f49,_0x3191a5,_0x24f072){return _0x4d2f49(_0x3191a5,_0x24f072);},'hSEmX':_0x33f297(0x20a),'bdDQQ':_0x33f297(0x213),'yOQje':_0x33f297(0x19f),'bonLf':function(_0x1ec44a){return _0x1ec44a();}},_0xd39a58=new BrowserStackSetup(_0x1f5501,_0x142ba0[_0x33f297(0x1d6)]);await _0xd39a58[_0x33f297(0x1ad)](),await helper[_0x33f297(0x1df)](_0xd39a58['config']);if(!_0xd39a58[_0x33f297(0x1da)])return;process[_0x33f297(0x1f8)]=_0x1f5501[_0x33f297(0x1f8)];_0x1f5501[_0x33f297(0x1f8)]&&(process['env'][_0x33f297(0x1f8)]=_0x1f5501['profile']);const _0x50d36b=_0x142ba0['jkCCo'](getUserCodeceptJSConfigs,_0x1f5501,_0x35e3aa);let _0x1dabdd={};_0x50d36b?(logger[_0x33f297(0x1d9)](_0x33f297(0x194)+_0x50d36b),_0x1dabdd=_0x142ba0[_0x33f297(0x19b)](require,_0x50d36b)):logger[_0x33f297(0x1d9)](_0x142ba0[_0x33f297(0x193)]);let _0x591653=![];_0x142ba0['mhoQn'](nestedKeyValue,_0x1dabdd,[_0x142ba0['tEpcO'],_0x142ba0[_0x33f297(0x1ac)],_0x142ba0[_0x33f297(0x1b7)]])&&(_0x591653=!![]);const _0x442f9e=_0x591653?_0x142ba0[_0x33f297(0x1b7)]:_0x142ba0['ntCjG'];let _0x40c136=!_0x591653?helper[_0x33f297(0x1b5)](_0xd39a58['config']):![];!helper['isUndefined'](_0xd39a58[_0x33f297(0x1da)][_0x33f297(0x1b2)])&&(process['env'][_0x33f297(0x1e9)]=JSON[_0x33f297(0x209)](_0xd39a58[_0x33f297(0x1da)][_0x33f297(0x1b2)]));let _0x403462=_0xd39a58['config'][_0x33f297(0x1e3)];_0x403462=_0x403462||_0x142ba0[_0x33f297(0x1c2)](checkAccessibilityPlatformConfig,_0xd39a58['config']),process[_0x33f297(0x1b4)][_0x33f297(0x1d5)]=_0x403462;_0x403462&&(_0x40c136=!_0x403462);_0x142ba0[_0x33f297(0x1a2)](_0xd39a58[_0x33f297(0x1da)][_0x33f297(0x206)],null)?process[_0x33f297(0x1b4)][_0x33f297(0x1cf)]=_0xd39a58[_0x33f297(0x1da)]['testObservability']:process[_0x33f297(0x1b4)][_0x33f297(0x1cf)]=_0x142ba0[_0x33f297(0x1e2)];const _0x1828e2=_0x142ba0[_0x33f297(0x1dd)](_0x142ba0['LUFHO'],_0x142ba0[_0x33f297(0x1bc)](nestedKeyValue,_0x1dabdd,[_0x142ba0['tEpcO'],_0x142ba0[_0x33f297(0x203)]])?_0x142ba0[_0x33f297(0x1f0)]:''),_0x4a822f=await TestHubHandler['launchBuild'](_0x1828e2,_0xd39a58);_0x403462&&_0x142ba0[_0x33f297(0x1c2)](setAccessibilityCapabilities,_0xd39a58[_0x33f297(0x1da)]);const _0x1286f6={},_0x1b790e=[],_0x48248d=_0xd39a58[_0x33f297(0x1da)][_0x33f297(0x1a7)]||helper['getUserWorkerCount'](_0x1f5501,_0x35e3aa,_0xd39a58[_0x33f297(0x1da)],constants[_0x33f297(0x19c)][_0x33f297(0x1f7)])||0x1;let _0x23eecf=0x1;if(_0x142ba0['RVWwI'](isBrowserstackInfra)){const _0x1e6da0=helper[_0x33f297(0x1f9)](_0xd39a58['config'],_0x40c136,constants['FRAMEWORKS'][_0x33f297(0x1f7)]);helper[_0x33f297(0x1aa)](_0xd39a58[_0x33f297(0x1da)])?_0x23eecf=_0x142ba0['hQKfL'](_0x48248d,_0xd39a58['config']['platforms'][_0x33f297(0x1fe)]):_0x23eecf=_0x48248d,_0x1e6da0[_0x33f297(0x1f6)](_0x4b5b02=>{const _0x465a1c=_0x33f297,_0x15375e={'EFnpS':function(_0x338aec,_0x363bd7){const _0x5e1b85=a2_0x41b8;return _0x142ba0[_0x5e1b85(0x1dd)](_0x338aec,_0x363bd7);},'xgptM':function(_0x44a0aa,_0x16545c){const _0x368d9e=a2_0x41b8;return _0x142ba0[_0x368d9e(0x19b)](_0x44a0aa,_0x16545c);}},_0x388536=_0x142ba0['aYSjd'](helper[_0x465a1c(0x1b3)](_0x4b5b02,'_'),'_'+Date['now']()),_0x531f19=((()=>{const _0x36dd5c=_0x465a1c;if(_0x591653){const _0xb760db=pwToCodeceptBrowser[_0x4b5b02[_0x36dd5c(0x1b6)]]||_0x4b5b02['browserName'];return{'browser':_0xb760db,[_0xb760db]:{'browserWSEndpoint':_0x15375e[_0x36dd5c(0x19d)](helper['getPlaywrightUrl'](_0xd39a58[_0x36dd5c(0x1da)]),_0x15375e[_0x36dd5c(0x1e0)](encodeURIComponent,JSON[_0x36dd5c(0x209)](_0x4b5b02)))}};}const _0xf75fc7={};return _0xf75fc7[_0x36dd5c(0x200)]=_0x4b5b02,_0xf75fc7;})()),_0x34792a=_0x142ba0[_0x465a1c(0x1bc)](nestedKeyValue,_0x1dabdd,[_0x142ba0[_0x465a1c(0x1b1)],_0x142ba0[_0x465a1c(0x1ac)],_0x442f9e]);_0x1286f6[_0x388536]=_0x34792a?helper[_0x465a1c(0x1b8)](_0x531f19,_0x34792a):_0x531f19,!_0x591653&&(_0x1286f6[_0x388536][_0x465a1c(0x1d3)]=_0x4b5b02[_0x465a1c(0x1b6)]||_0x531f19[_0x465a1c(0x1d3)]),_0x1b790e[_0x465a1c(0x215)](_0x388536);});}else{_0x23eecf=0x1;if(_0x591653){const _0x2a0e89=_0x142ba0['mhoQn'](nestedKeyValue,_0x1dabdd,[_0x142ba0[_0x33f297(0x1b1)],_0x142ba0[_0x33f297(0x1ac)],_0x442f9e,_0x142ba0[_0x33f297(0x1c3)]]),_0x11ab93=_0x142ba0[_0x33f297(0x1bc)](nestedKeyValue,_0x1dabdd,[_0x142ba0[_0x33f297(0x1b1)],_0x142ba0[_0x33f297(0x1ac)],_0x442f9e,_0x2a0e89]);_0x11ab93&&_0x11ab93[_0x33f297(0x21c)]&&(_0x11ab93[_0x33f297(0x21c)]=helper['prepareCapabilities'](null,null,_0x1828e2['toLowerCase'](),null,null,_0x11ab93['browserWSEndpoint']));}else _0x1dabdd[_0x33f297(0x1da)][_0x142ba0['qblRn']][_0x442f9e][_0x142ba0[_0x33f297(0x199)]]=helper[_0x33f297(0x1f9)](null,null,_0x1828e2['toLowerCase'](),_0x142ba0[_0x33f297(0x19e)](nestedKeyValue,_0x1dabdd,[_0x142ba0[_0x33f297(0x1b1)],_0x142ba0[_0x33f297(0x1ac)],_0x442f9e,_0x142ba0[_0x33f297(0x199)]]),null,null);_0x1286f6[_0x142ba0['hSEmX']]=_0x1dabdd['config'],_0x1b790e[_0x33f297(0x215)](_0x142ba0[_0x33f297(0x1cc)]);}const _0x3cd8d4={};_0x3cd8d4['testConfig']=_0x50d36b;const _0x1514b6=_0x3cd8d4,_0x1fda61=path['join'](__dirname,_0x142ba0[_0x33f297(0x1a9)]),_0xda70cf=process['cwd']();process[_0x33f297(0x1b4)][_0x142ba0[_0x33f297(0x211)]]=_0xda70cf,process['chdir'](path[_0x33f297(0x1cd)](_0x50d36b));const _0x51d9a4=new CodeceptJS[(_0x33f297(0x1d4))](null,_0x1514b6),_0x39538f=_0x51d9a4['createGroupsOfSuites'](_0x23eecf),_0x2ea9ae=testOpsHelper[_0x33f297(0x1e1)](),_0x28f83d=_0x1b790e[_0x33f297(0x1c5)](_0x274685=>{const _0x37e0ec=_0x33f297,_0xb9e0ac={};_0xb9e0ac[_0x37e0ec(0x1c7)]=_0x1286f6[_0x274685];const _0x30be30={};_0x30be30[_0x37e0ec(0x1e4)]=_0x1286f6[_0x274685];const _0x523886=_0x591653?_0xb9e0ac:_0x30be30,_0x20b399=_0x142ba0['ZIIRh'](getO11yRerunPattern),_0x409d17={};_0x409d17[_0x37e0ec(0x1bd)]=_0x523886;const _0x3b9ddf={};_0x3b9ddf[_0x37e0ec(0x19a)]=_0x1fda61,_0x3b9ddf[_0x37e0ec(0x1c4)]=!![],_0x3b9ddf[_0x37e0ec(0x1f2)]=_0xd39a58['config'][_0x37e0ec(0x1c9)][_0x37e0ec(0x1f2)],_0x3b9ddf[_0x37e0ec(0x1bb)]=_0xd39a58[_0x37e0ec(0x1da)][_0x37e0ec(0x1c9)][_0x37e0ec(0x1bb)],_0x3b9ddf[_0x37e0ec(0x206)]=_0x2ea9ae,_0x3b9ddf['frameworkName']=_0x1828e2;const _0x2f67e8={};_0x2f67e8[_0x37e0ec(0x1ae)]=_0x3b9ddf;const _0x5b082a={};return _0x5b082a[_0x37e0ec(0x1a6)]=_0x2f67e8,helper[_0x37e0ec(0x1b8)]({},_0x1dabdd[_0x37e0ec(0x1da)],_0x142ba0[_0x37e0ec(0x1a8)](isBrowserstackInfra)?_0x409d17:{},_0x20b399?{'grep':_0x20b399}:{},_0x5b082a);});for(const _0x2d2956 of _0x28f83d){for(const _0x145c8b of _0x39538f){const _0xb38827=_0x51d9a4[_0x33f297(0x1ca)]();_0xb38827[_0x33f297(0x1d2)](_0x145c8b),_0xb38827[_0x33f297(0x1c6)](_0x2d2956);}}_0x51d9a4['on'](CodeceptJS[_0x33f297(0x20b)]['test']['failed'],(_0x19d9c7,_0x349f95)=>{const _0x14cf79=_0x33f297;console[_0x14cf79(0x20f)](_0x142ba0[_0x14cf79(0x1fb)],_0x19d9c7[_0x14cf79(0x1de)]);const _0x101a2b={[_0x19d9c7[_0x14cf79(0x1de)]]:_0x19d9c7[_0x14cf79(0x197)][_0x14cf79(0x218)]};_testErrorData[_0x14cf79(0x215)](_0x101a2b);}),_0x51d9a4['on'](CodeceptJS[_0x33f297(0x20b)][_0x33f297(0x21a)][_0x33f297(0x1ed)],async _0x2f7405=>{const _0x5443ae=_0x33f297;console['log'](_0x142ba0[_0x5443ae(0x207)],_0x2f7405[_0x5443ae(0x1de)]);}),_0x51d9a4['on'](CodeceptJS[_0x33f297(0x20b)][_0x33f297(0x21a)][_0x33f297(0x1e5)],async _0x14f3e4=>{const _0x59c6ed=_0x33f297;console[_0x59c6ed(0x20f)](_0x142ba0['bZtei'],_0x14f3e4[_0x59c6ed(0x1de)]);}),_0x51d9a4['on'](CodeceptJS['event'][_0x33f297(0x1cb)][_0x33f297(0x1ab)],async()=>{const _0x5a975f=_0x33f297,_0x183288=_0x142ba0['teagD'][_0x5a975f(0x1f3)]('|');let _0x1e2c20=0x0;while(!![]){switch(_0x183288[_0x1e2c20++]){case'0':try{await TestHubHandler[_0x5a975f(0x205)]();}catch(_0x1f3df2){logger[_0x5a975f(0x196)](_0x5a975f(0x191)+util['format'](_0x1f3df2));}continue;case'1':_0x51d9a4[_0x5a975f(0x212)]();continue;case'2':_0xd39a58['errorMessage']=_testErrorData;continue;case'3':testOpsHelper[_0x5a975f(0x1f5)]();continue;case'4':utilities[_0x5a975f(0x1a5)](_0xd39a58);continue;}break;}});async function _0x35bed8(){const _0x39e0cf=_0x33f297;try{await _0x51d9a4[_0x39e0cf(0x1d1)](),await _0x51d9a4[_0x39e0cf(0x20c)]();}finally{process['chdir'](_0xda70cf),await _0x51d9a4[_0x39e0cf(0x20e)]();}}_0x142ba0[_0x33f297(0x1a4)](_0x35bed8);}module['exports']=run;
@@ -1 +1 @@
1
- const a3_0x44b54a=a3_0x4a5d;function a3_0x4a5d(_0x3f6c37,_0x370dab){const _0xda04af=a3_0xda04();return a3_0x4a5d=function(_0x4a5d9c,_0x357bbc){_0x4a5d9c=_0x4a5d9c-0x1d6;let _0x507ca0=_0xda04af[_0x4a5d9c];return _0x507ca0;},a3_0x4a5d(_0x3f6c37,_0x370dab);}function a3_0xda04(){const _0x59fd4a=['9380898gYSxev','nNinR','YzaMS','chrome','shouldPatchExecuteScript','HhGuO','eLBPH','app','winstonLogger','51582yCqwxq','browserstack','EFVRk','__cloud_provider___','SSxgz','browserName','1436132DpVcSy','automate','config','browserVersion','grfjt','ffroQ','sKqXw','../../helpers/logger','5473332rLXNey','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','DFZnG','eAOvh','browserstack_executor','caps','YIcNS','app-automate','dEPLy','ZKUpL','warn','constructor','platform','platformName','wCLKt','qQkXZ','68393ZAxpoy','DPLzd','processWebDriverConfig','../../helpers/helper','../../bin/playwright/sessionDetails','OfUzM','105JVmqOC','LBzHB','capabilities','iYihW','xxCYV','gKBGe','get','BpVyq','Ayaaw','os_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','OdEIZ','5NFkRtZ','latest','qiLdQ','NYreF','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Vdjqg','browser_version','8phAnVY','bstack:options','fetchPlatformDetails','QyHNE','browser','cloudProvider','osVersion','unknown_grid','name','WxWoO','80WovTeO','getDetails','includes','kdyoV','1353011AMFhIh','platformVersion','58198xSyHpn','accessibilityPlatform','Playwright','sessionId','721AJWjFb','Dvasl','playwright-chromium','WebDriver'];a3_0xda04=function(){return _0x59fd4a;};return a3_0xda04();}(function(_0x566109,_0xa0d1e8){const _0x4012a9=a3_0x4a5d,_0x5b1a80=_0x566109();while(!![]){try{const _0x512733=-parseInt(_0x4012a9(0x1f8))/0x1+-parseInt(_0x4012a9(0x221))/0x2*(-parseInt(_0x4012a9(0x1fe))/0x3)+-parseInt(_0x4012a9(0x1e0))/0x4*(-parseInt(_0x4012a9(0x20a))/0x5)+-parseInt(_0x4012a9(0x1da))/0x6*(-parseInt(_0x4012a9(0x225))/0x7)+parseInt(_0x4012a9(0x211))/0x8*(-parseInt(_0x4012a9(0x229))/0x9)+-parseInt(_0x4012a9(0x21b))/0xa*(parseInt(_0x4012a9(0x21f))/0xb)+parseInt(_0x4012a9(0x1e8))/0xc;if(_0x512733===_0xa0d1e8)break;else _0x5b1a80['push'](_0x5b1a80['shift']());}catch(_0x254380){_0x5b1a80['push'](_0x5b1a80['shift']());}}}(a3_0xda04,0x986f9));const {isUndefined,nestedKeyValue}=require(a3_0x44b54a(0x1fb)),logger=require(a3_0x44b54a(0x1e7))[a3_0x44b54a(0x1d9)],PlaywrightSessionDetails=require(a3_0x44b54a(0x1fc)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),getOSVersionFromCaps=_0x321a41=>{const _0xc3ea21=a3_0x44b54a,_0x2ca3d2={};_0x2ca3d2[_0xc3ea21(0x21e)]=_0xc3ea21(0x212),_0x2ca3d2['XOtCT']='platformVersion',_0x2ca3d2['DFZnG']='platform_version',_0x2ca3d2['xxCYV']=_0xc3ea21(0x217),_0x2ca3d2[_0xc3ea21(0x201)]=_0xc3ea21(0x207);const _0x42eea1=_0x2ca3d2;if(!_0x321a41)return null;const _0x331e3b=_0x321a41[_0x42eea1[_0xc3ea21(0x21e)]],_0x1b1960=[_0x42eea1['XOtCT'],_0x42eea1[_0xc3ea21(0x1ea)],_0x42eea1[_0xc3ea21(0x202)],_0x42eea1[_0xc3ea21(0x201)]];for(const _0x15ca40 of _0x1b1960){if(_0x331e3b&&_0x331e3b[_0x15ca40])return _0x331e3b[_0x15ca40];else{if(_0x321a41[_0x15ca40])return _0x321a41[_0x15ca40];}}return null;};exports[a3_0x44b54a(0x213)]=_0x2b08c0=>{const _0x5379f1=a3_0x44b54a,_0x457825={'wCLKt':_0x5379f1(0x218),'eAOvh':function(_0xeb6dfe,_0x32ae00){return _0xeb6dfe===_0x32ae00;},'LBzHB':_0x5379f1(0x228),'HhGuO':function(_0xe07a1c,_0x325a4e){return _0xe07a1c(_0x325a4e);},'Ayaaw':function(_0x2ad56d,_0x52556b,_0x935eb5){return _0x2ad56d(_0x52556b,_0x935eb5);},'qiLdQ':_0x5379f1(0x1e2),'qQkXZ':'desiredCapabilities','nNinR':_0x5379f1(0x1db),'gKBGe':'appium:app','ffroQ':_0x5379f1(0x1d8),'SSxgz':_0x5379f1(0x1ef),'OdEIZ':_0x5379f1(0x1e1),'EFVRk':_0x5379f1(0x223),'eLBPH':_0x5379f1(0x215),'DrYow':'browserWSEndpoint','OfUzM':_0x5379f1(0x1ed),'YzaMS':function(_0x27534e,_0x9a9f5f){return _0x27534e===_0x9a9f5f;}};if(!_0x2b08c0)return null;let _0x4d6327=global['__cloud_provider___']||_0x457825[_0x5379f1(0x1f6)];if(_0x457825[_0x5379f1(0x1eb)](_0x2b08c0[_0x5379f1(0x1f3)][_0x5379f1(0x219)],_0x457825[_0x5379f1(0x1ff)])){const _0x3d4568=_0x2b08c0[_0x5379f1(0x215)];if(!_0x3d4568)return null;const _0x4211ba=_0x3d4568[_0x5379f1(0x200)],_0x1a18c7=_0x457825[_0x5379f1(0x1d6)](getOSVersionFromCaps,_0x457825['Ayaaw'](nestedKeyValue,_0x2b08c0,[_0x457825[_0x5379f1(0x20c)],_0x457825[_0x5379f1(0x1f7)]]));return{[_0x4d6327]:{'browser':_0x4211ba[_0x5379f1(0x1df)],'browser_version':_0x4211ba['browserVersion'],'capabilities':_0x4211ba,'platform':_0x4211ba[_0x5379f1(0x1f5)],'platform_version':_0x4211ba[_0x5379f1(0x220)]||_0x1a18c7,'product':_0x457825[_0x5379f1(0x1eb)](global[_0x5379f1(0x1dd)],_0x457825['nNinR'])?_0x4211ba[_0x457825['gKBGe']]||_0x4211ba[_0x457825[_0x5379f1(0x1e5)]]?_0x457825[_0x5379f1(0x1de)]:_0x457825[_0x5379f1(0x209)]:null,'session_id':_0x3d4568[_0x5379f1(0x224)]}};}else{if(_0x457825[_0x5379f1(0x1eb)](_0x2b08c0[_0x5379f1(0x1f3)][_0x5379f1(0x219)],_0x457825[_0x5379f1(0x1dc)])){const _0x56e821=PlaywrightSessionDetails[_0x5379f1(0x21c)]();_0x4d6327=_0x56e821[_0x5379f1(0x216)]||_0x4d6327;const _0x134a5e=_0x457825[_0x5379f1(0x206)](nestedKeyValue,_0x2b08c0,[_0x457825[_0x5379f1(0x20c)],_0x457825[_0x5379f1(0x1d7)],_0x457825['DrYow']]),_0x2068ab=_0x134a5e?JSON['parse'](new URL(_0x134a5e)['searchParams'][_0x5379f1(0x204)](_0x457825[_0x5379f1(0x1fd)])):{};return{[_0x4d6327]:{'browser':_0x56e821[_0x5379f1(0x215)]||_0x2068ab[_0x5379f1(0x1df)],'browser_version':_0x56e821[_0x5379f1(0x210)]||_0x2068ab[_0x5379f1(0x210)],'capabilities':_0x2068ab,'platform':_0x56e821[_0x5379f1(0x1f4)],'platform_version':_0x56e821['platform_version'],'product':_0x457825[_0x5379f1(0x22b)](global[_0x5379f1(0x1dd)],_0x457825[_0x5379f1(0x22a)])?_0x2068ab[_0x457825[_0x5379f1(0x203)]]||_0x2068ab[_0x457825['ffroQ']]?_0x457825[_0x5379f1(0x1de)]:_0x457825[_0x5379f1(0x209)]:null,'session_id':_0x56e821['bsSessionId']}};}}},exports[a3_0x44b54a(0x1fa)]=_0x213f0c=>{const _0x1d0e47=a3_0x44b54a,_0x3e8f49={'dEPLy':function(_0x56e2da){return _0x56e2da();},'NYreF':function(_0x318d9b,_0x32e383){return _0x318d9b===_0x32e383;},'DPLzd':_0x1d0e47(0x20b),'qEUFQ':function(_0x6cb4b4,_0x998d6b){return _0x6cb4b4>_0x998d6b;},'Dvasl':function(_0x2078db,_0xf7dc0b){return _0x2078db(_0xf7dc0b);},'BpVyq':_0x1d0e47(0x20e),'WxWoO':_0x1d0e47(0x22c),'Vdjqg':_0x1d0e47(0x227),'QyHNE':_0x1d0e47(0x208),'YIcNS':function(_0x5e40aa,_0x462473){return _0x5e40aa(_0x462473);},'grfjt':_0x1d0e47(0x1e9)};if(_0x3e8f49[_0x1d0e47(0x1f0)](isAccessibilityAutomationSession)){const _0x3369ef=_0x213f0c[_0x1d0e47(0x215)],_0x410980=_0x3369ef[_0x1d0e47(0x200)];global[_0x1d0e47(0x222)]=!![],!(_0x3e8f49[_0x1d0e47(0x20d)](_0x410980[_0x1d0e47(0x1e3)],_0x3e8f49[_0x1d0e47(0x1f9)])||_0x3e8f49['qEUFQ'](_0x3e8f49[_0x1d0e47(0x226)](parseInt,_0x410980[_0x1d0e47(0x1e3)]),0x5e))&&(logger[_0x1d0e47(0x1f2)](_0x3e8f49[_0x1d0e47(0x205)]),global[_0x1d0e47(0x222)]=![]),!(_0x3e8f49[_0x1d0e47(0x20d)](_0x410980[_0x1d0e47(0x1df)],_0x3e8f49[_0x1d0e47(0x21a)])||_0x3e8f49['NYreF'](_0x410980['browserName'],_0x3e8f49[_0x1d0e47(0x20f)]))&&(logger[_0x1d0e47(0x1f2)](_0x3e8f49[_0x1d0e47(0x214)]),global[_0x1d0e47(0x222)]=![]),!_0x3e8f49[_0x1d0e47(0x1ee)](isUndefined,_0x410980['deviceName'])&&(logger[_0x1d0e47(0x1f2)](_0x3e8f49[_0x1d0e47(0x1e4)]),global[_0x1d0e47(0x222)]=![]);}},exports[a3_0x44b54a(0x22d)]=_0x33c003=>{const _0x25633e=a3_0x44b54a,_0x297b28={};_0x297b28[_0x25633e(0x1f1)]=_0x25633e(0x1ec),_0x297b28[_0x25633e(0x1e6)]='browserstack_accessibility_automation_script';const _0x464be5=_0x297b28;if(!_0x33c003)return![];return!_0x33c003[_0x25633e(0x21d)](_0x464be5[_0x25633e(0x1f1)])&&!_0x33c003[_0x25633e(0x21d)](_0x464be5[_0x25633e(0x1e6)]);};
1
+ const a3_0x564090=a3_0x5b4f;function a3_0xbd8d(){const _0x73cc77=['XtnsV','searchParams','bsSessionId','shouldPatchExecuteScript','GghWD','gBOgJ','3662628uVkSTR','processWebDriverConfig','bstack:options','platform_version','SEVXu','playwright-chromium','WebDriver','plYbj','browserWSEndpoint','osVersion','constructor','desiredCapabilities','PARtJ','ZDSna','fKKEq','21378tEFKjo','platform','includes','../../bin/playwright/sessionDetails','1615HfyvQm','name','cloudProvider','317537wGohAQ','Playwright','browserstack_executor','KdgGw','caps','iKdnZ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','29RXITfC','JbAII','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','NXVKo','browser_version','getDetails','HqurF','browserVersion','Fbuzf','uqwCY','get','sessionId','RYQjv','platformName','latest','deviceName','warn','mjFbg','CluGY','108mURlVs','vBaVZ','1860HqPhii','os_version','lAIFA','capabilities','browser','vBTVm','zvilt','IOsQM','__cloud_provider___','fetchPlatformDetails','config','zGJBM','7TTdbKa','25176SyOEkb','9828688LrnwWA','platformVersion','accessibilityPlatform','../../helpers/logger','580610zHUmVr','browserName','7216448IfIZwq'];a3_0xbd8d=function(){return _0x73cc77;};return a3_0xbd8d();}(function(_0x1cf138,_0x83ee35){const _0x1664c2=a3_0x5b4f,_0x390dcd=_0x1cf138();while(!![]){try{const _0x2cb4b6=-parseInt(_0x1664c2(0x1c0))/0x1*(-parseInt(_0x1664c2(0x1b2))/0x2)+parseInt(_0x1664c2(0x1a3))/0x3+-parseInt(_0x1664c2(0x19c))/0x4+-parseInt(_0x1664c2(0x1b6))/0x5*(parseInt(_0x1664c2(0x195))/0x6)+parseInt(_0x1664c2(0x194))/0x7*(-parseInt(_0x1664c2(0x196))/0x8)+-parseInt(_0x1664c2(0x186))/0x9*(parseInt(_0x1664c2(0x19a))/0xa)+-parseInt(_0x1664c2(0x1b9))/0xb*(-parseInt(_0x1664c2(0x188))/0xc);if(_0x2cb4b6===_0x83ee35)break;else _0x390dcd['push'](_0x390dcd['shift']());}catch(_0x8818e4){_0x390dcd['push'](_0x390dcd['shift']());}}}(a3_0xbd8d,0xe0bb8));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x564090(0x199))['winstonLogger'],PlaywrightSessionDetails=require(a3_0x564090(0x1b5)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x372e18=>{const _0xd2688c=a3_0x564090,_0x24353b={};_0x24353b[_0xd2688c(0x185)]=_0xd2688c(0x1a5),_0x24353b[_0xd2688c(0x18e)]=_0xd2688c(0x197),_0x24353b[_0xd2688c(0x1b1)]=_0xd2688c(0x1a6),_0x24353b[_0xd2688c(0x193)]=_0xd2688c(0x1ac),_0x24353b[_0xd2688c(0x187)]=_0xd2688c(0x189);const _0x57beb0=_0x24353b;if(!_0x372e18)return null;const _0x3d166d=_0x372e18[_0x57beb0[_0xd2688c(0x185)]],_0x371837=[_0x57beb0[_0xd2688c(0x18e)],_0x57beb0[_0xd2688c(0x1b1)],_0x57beb0[_0xd2688c(0x193)],_0x57beb0['vBaVZ']];for(const _0x1c8a89 of _0x371837){if(_0x3d166d&&_0x3d166d[_0x1c8a89])return _0x3d166d[_0x1c8a89];else{if(_0x372e18[_0x1c8a89])return _0x372e18[_0x1c8a89];}}return null;};function a3_0x5b4f(_0x5a603d,_0x155c69){const _0xbd8dfb=a3_0xbd8d();return a3_0x5b4f=function(_0x5b4f4a,_0x2c24bc){_0x5b4f4a=_0x5b4f4a-0x179;let _0x34f72b=_0xbd8dfb[_0x5b4f4a];return _0x34f72b;},a3_0x5b4f(_0x5a603d,_0x155c69);}exports[a3_0x564090(0x191)]=_0x496361=>{const _0x33137d=a3_0x564090,_0x129054={'vCXKA':'unknown_grid','ZDSna':function(_0x48f5bd,_0xa0e042){return _0x48f5bd===_0xa0e042;},'PARtJ':_0x33137d(0x1a9),'RYQjv':function(_0x43af4d,_0x3dbc36){return _0x43af4d(_0x3dbc36);},'IOsQM':function(_0x49f660,_0x268cba,_0x27b8d8){return _0x49f660(_0x268cba,_0x27b8d8);},'uqwCY':_0x33137d(0x192),'lAIFA':_0x33137d(0x1ae),'GghWD':function(_0x390dc0,_0xf3619){return _0x390dc0(_0xf3619);},'RJXYh':_0x33137d(0x1ba),'HqurF':_0x33137d(0x18c),'XtnsV':_0x33137d(0x1ab),'BanZv':_0x33137d(0x1bd),'lfRYU':function(_0x1e6430,_0x237b4f){return _0x1e6430(_0x237b4f);}};if(!_0x496361)return null;let _0x4e570f=global[_0x33137d(0x190)]||_0x129054['vCXKA'];if(_0x129054[_0x33137d(0x1b0)](_0x496361[_0x33137d(0x1ad)][_0x33137d(0x1b7)],_0x129054[_0x33137d(0x1af)])){const _0x7a2bf9=_0x496361[_0x33137d(0x18c)];if(!_0x7a2bf9)return null;const _0x29e517=_0x7a2bf9['capabilities'],_0x5e5c6f=_0x129054[_0x33137d(0x17f)](getOSVersionFromCaps,_0x129054[_0x33137d(0x18f)](nestedKeyValue,_0x496361,[_0x129054[_0x33137d(0x17c)],_0x129054[_0x33137d(0x18a)]]));return{[_0x4e570f]:{'browser':_0x29e517[_0x33137d(0x19b)],'browser_version':_0x29e517['browserVersion'],'capabilities':_0x29e517,'platform':_0x29e517[_0x33137d(0x180)],'platform_version':_0x29e517[_0x33137d(0x197)]||_0x5e5c6f,'product':_0x129054[_0x33137d(0x1a1)](getObservabilityLinkedProductName,_0x29e517),'session_id':_0x7a2bf9[_0x33137d(0x17e)]}};}else{if(_0x129054[_0x33137d(0x1b0)](_0x496361['constructor'][_0x33137d(0x1b7)],_0x129054['RJXYh'])){const _0x2fccc5=PlaywrightSessionDetails[_0x33137d(0x1c5)]();_0x4e570f=_0x2fccc5[_0x33137d(0x1b8)]||_0x4e570f;const _0xa8e37f=_0x129054[_0x33137d(0x18f)](nestedKeyValue,_0x496361,[_0x129054[_0x33137d(0x17c)],_0x129054[_0x33137d(0x179)],_0x129054[_0x33137d(0x19d)]]),_0x381b33=_0xa8e37f?JSON['parse'](new URL(_0xa8e37f)[_0x33137d(0x19e)][_0x33137d(0x17d)](_0x129054['BanZv'])):{};return{[_0x4e570f]:{'browser':_0x2fccc5['browser']||_0x381b33[_0x33137d(0x19b)],'browser_version':_0x2fccc5[_0x33137d(0x1c4)]||_0x381b33[_0x33137d(0x1c4)],'capabilities':_0x381b33,'platform':_0x2fccc5[_0x33137d(0x1b3)],'platform_version':_0x2fccc5[_0x33137d(0x1a6)],'product':_0x129054['lfRYU'](getObservabilityLinkedProductName,_0x381b33),'session_id':_0x2fccc5[_0x33137d(0x19f)]}};}}},exports[a3_0x564090(0x1a4)]=_0x11c822=>{const _0x2790f9=a3_0x564090,_0x3619e8={'NXDzb':function(_0x343607){return _0x343607();},'vBTVm':function(_0x3b21d6,_0x13db2a){return _0x3b21d6===_0x13db2a;},'SEVXu':_0x2790f9(0x181),'Fbuzf':function(_0x252348,_0x1d408c){return _0x252348>_0x1d408c;},'NXVKo':function(_0x5e5f13,_0x3f0535){return _0x5e5f13(_0x3f0535);},'KdgGw':_0x2790f9(0x1c2),'plYbj':'chrome','uGkmu':function(_0x25d9de,_0x55f46e){return _0x25d9de===_0x55f46e;},'wxfqw':_0x2790f9(0x1a8),'gBOgJ':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','iKdnZ':_0x2790f9(0x1bf)};if(_0x3619e8['NXDzb'](isAccessibilityAutomationSession)){const _0x22e335=_0x11c822[_0x2790f9(0x18c)],_0x522f98=_0x22e335[_0x2790f9(0x18b)];global[_0x2790f9(0x198)]=!![],!(_0x3619e8[_0x2790f9(0x18d)](_0x522f98[_0x2790f9(0x17a)],_0x3619e8[_0x2790f9(0x1a7)])||_0x3619e8[_0x2790f9(0x17b)](_0x3619e8[_0x2790f9(0x1c3)](parseInt,_0x522f98[_0x2790f9(0x17a)]),0x5e))&&(logger[_0x2790f9(0x183)](_0x3619e8[_0x2790f9(0x1bc)]),global['accessibilityPlatform']=![]),!(_0x3619e8[_0x2790f9(0x18d)](_0x522f98['browserName'],_0x3619e8[_0x2790f9(0x1aa)])||_0x3619e8['uGkmu'](_0x522f98[_0x2790f9(0x19b)],_0x3619e8['wxfqw']))&&(logger[_0x2790f9(0x183)](_0x3619e8[_0x2790f9(0x1a2)]),global[_0x2790f9(0x198)]=![]),!_0x3619e8[_0x2790f9(0x1c3)](isUndefined,_0x522f98[_0x2790f9(0x182)])&&(logger['warn'](_0x3619e8[_0x2790f9(0x1be)]),global[_0x2790f9(0x198)]=![]);}},exports[a3_0x564090(0x1a0)]=_0x21cf50=>{const _0xcb3432=a3_0x564090,_0x1dcb28={};_0x1dcb28[_0xcb3432(0x184)]=_0xcb3432(0x1bb),_0x1dcb28[_0xcb3432(0x1c1)]='browserstack_accessibility_automation_script';const _0x7edff4=_0x1dcb28;if(!_0x21cf50)return![];return!_0x21cf50[_0xcb3432(0x1b4)](_0x7edff4[_0xcb3432(0x184)])&&!_0x21cf50[_0xcb3432(0x1b4)](_0x7edff4['JbAII']);};
@@ -1 +1 @@
1
- const a4_0x10b02a=a4_0xa79e;(function(_0xde1649,_0x187957){const _0x286834=a4_0xa79e,_0x263132=_0xde1649();while(!![]){try{const _0x345e7c=-parseInt(_0x286834(0x169))/0x1+-parseInt(_0x286834(0x1cf))/0x2+parseInt(_0x286834(0x1bb))/0x3+-parseInt(_0x286834(0x205))/0x4+parseInt(_0x286834(0x1d0))/0x5+parseInt(_0x286834(0x13d))/0x6*(-parseInt(_0x286834(0x168))/0x7)+parseInt(_0x286834(0x1f1))/0x8*(parseInt(_0x286834(0x1bf))/0x9);if(_0x345e7c===_0x187957)break;else _0x263132['push'](_0x263132['shift']());}catch(_0x3cf9c9){_0x263132['push'](_0x263132['shift']());}}}(a4_0x1fa6,0xea875));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x10b02a(0x15f)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x10b02a(0x1a8)),testOpsHelper=require(a4_0x10b02a(0x162)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require(a4_0x10b02a(0x151)),logger=require(a4_0x10b02a(0x1f4))[a4_0x10b02a(0x165)],SessionHandler=require(a4_0x10b02a(0x18f)),RequestQueueHandler=require(a4_0x10b02a(0x1ff)),PlaywrightSessionDetails=require(a4_0x10b02a(0x1d1)),debug=testOpsHelper[a4_0x10b02a(0x1ac)],{processAccessibilityCaps}=require(a4_0x10b02a(0x16b)),Constants=require(a4_0x10b02a(0x159)),{fetchPlatformDetails}=require(a4_0x10b02a(0x164)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x10b02a(0x1b8)),STATE_PASSED=a4_0x10b02a(0x1ec),STATE_FAILED='failed',a4_0x233de6={};a4_0x233de6['TEST_RUN_STARTED']='TestRunStarted',a4_0x233de6[a4_0x10b02a(0x21e)]=a4_0x10b02a(0x15a),a4_0x233de6['TEST_RUN_SKIPPED']='TestRunSkipped',a4_0x233de6['HOOK_RUN_STARTED']=a4_0x10b02a(0x1a4),a4_0x233de6[a4_0x10b02a(0x177)]='HookRunFinished';const TEST_EVENTS=a4_0x233de6,parseEvent=_0x2cd42d=>{const _0x20729d=a4_0x10b02a,_0x288a44={};_0x288a44['HHoga']=function(_0x402ad5,_0x175aa4){return _0x402ad5<_0x175aa4;},_0x288a44[_0x20729d(0x228)]=function(_0x4c7fd8,_0xce1f3f){return _0x4c7fd8===_0xce1f3f;},_0x288a44[_0x20729d(0x17d)]=_0x20729d(0x1b0),_0x288a44[_0x20729d(0x214)]='hook',_0x288a44['OEFJu']=function(_0x1f3686,_0x1a15d7){return _0x1f3686===_0x1a15d7;},_0x288a44[_0x20729d(0x13a)]=_0x20729d(0x17f),_0x288a44['xiTOe']=_0x20729d(0x1e1),_0x288a44['KopPP']=_0x20729d(0x1b7);const _0x3a5633=_0x288a44,_0x3c284f=_0x2cd42d[_0x20729d(0x1d3)](/^(.*)Run(.*)$/);if(!_0x3c284f)return null;if(_0x3a5633[_0x20729d(0x19b)](_0x3c284f[_0x20729d(0x1f8)],0x3))return null;const _0x1a8dd1=_0x3c284f[0x1][_0x20729d(0x141)](),_0x150810=_0x3c284f[0x2]['toLowerCase']();return{'test':_0x3a5633[_0x20729d(0x228)](_0x1a8dd1,_0x3a5633['uckPx']),'hook':_0x3a5633[_0x20729d(0x228)](_0x1a8dd1,_0x3a5633['OLkEK']),'skipped':_0x3a5633[_0x20729d(0x1fa)](_0x150810,_0x3a5633[_0x20729d(0x13a)]),'started':_0x3a5633['gCqQG'](_0x150810,_0x3a5633['xiTOe']),'finished':_0x3a5633['gCqQG'](_0x150810,_0x3a5633[_0x20729d(0x17e)])};},mockPWBrowserType=_0x11e8b6=>{const _0x5e29cc=a4_0x10b02a,_0x169ff5={'uZYHI':function(_0x41190c,_0x53e821){return _0x41190c===_0x53e821;},'jTOnp':_0x5e29cc(0x190),'UkrTC':function(_0x36acc2,_0x5ecf1e,_0xb547dd){return _0x36acc2(_0x5ecf1e,_0xb547dd);},'cZkfq':_0x5e29cc(0x1c5),'zcaUI':function(_0x2e870b,_0x58eb14){return _0x2e870b(_0x58eb14);},'HICZb':_0x5e29cc(0x153),'eiHrE':function(_0x10e0db,_0xf046eb,_0x1fde95){return _0x10e0db(_0xf046eb,_0x1fde95);},'SXxNR':function(_0x56bd83,_0x156b46){return _0x56bd83(_0x156b46);},'XnlyC':_0x5e29cc(0x1df),'atDWs':_0x5e29cc(0x1f5),'nxEjJ':'browserType.js','zIgVW':function(_0x4172ab,_0x564d99){return _0x4172ab(_0x564d99);},'ZfkAf':function(_0x132254,_0x705825){return _0x132254(_0x705825);},'cBtLf':_0x5e29cc(0x1e8),'dgViA':_0x5e29cc(0x1a6),'eoJVi':_0x5e29cc(0x1cc)},_0x44d4f4=path[_0x5e29cc(0x202)](_0x169ff5[_0x5e29cc(0x16c)],_0x169ff5[_0x5e29cc(0x1db)],_0x169ff5[_0x5e29cc(0x15c)]),_0x4e5494=_0x169ff5['zIgVW'](importFileFromPWCore,_0x44d4f4);if(!_0x4e5494){_0x169ff5[_0x5e29cc(0x1c1)](debug,_0x169ff5[_0x5e29cc(0x19a)]);return;}const _0x526c8d=_0x4e5494[_0x5e29cc(0x14b)],_0x474af3=_0x526c8d[_0x5e29cc(0x1a3)];if(_0x474af3[_0x5e29cc(0x1e5)])return;const _0x1d74fa=_0x474af3[_0x5e29cc(0x1a6)];Object[_0x5e29cc(0x19c)](_0x474af3,_0x169ff5[_0x5e29cc(0x1b2)],{'get':function(){const _0x54901c=_0x5e29cc,_0x1b6b7d={'pBzbk':function(_0x2b70a7,_0x4e82d9){const _0x5cb547=a4_0xa79e;return _0x169ff5[_0x5cb547(0x1fd)](_0x2b70a7,_0x4e82d9);},'LNJvW':_0x169ff5[_0x54901c(0x1a0)],'muzrL':function(_0x364f18,_0x3a8381,_0x162fb3){const _0x35580b=_0x54901c;return _0x169ff5[_0x35580b(0x1d6)](_0x364f18,_0x3a8381,_0x162fb3);},'lmqfa':_0x169ff5[_0x54901c(0x188)],'RHgZJ':function(_0x272691,_0x1f7493){const _0x7a4763=_0x54901c;return _0x169ff5[_0x7a4763(0x229)](_0x272691,_0x1f7493);},'kpwde':_0x169ff5[_0x54901c(0x1ba)],'qHhAD':function(_0xef521d,_0x361859,_0x1ca6c3){const _0x11c905=_0x54901c;return _0x169ff5[_0x11c905(0x222)](_0xef521d,_0x361859,_0x1ca6c3);},'JNsvm':function(_0x21115c,_0x4dee9a){return _0x169ff5['SXxNR'](_0x21115c,_0x4dee9a);}};return async function _0x3188fd(_0x9a8481,_0x5f4b3f){const _0x26ccee=_0x54901c,_0x3ca4ae={'dDJmF':function(_0x56e78e,_0x599f23){const _0x3b29d4=a4_0xa79e;return _0x1b6b7d[_0x3b29d4(0x189)](_0x56e78e,_0x599f23);},'HgpMD':_0x1b6b7d[_0x26ccee(0x1c7)]},_0x44243e=_0x1b6b7d[_0x26ccee(0x1e9)](nestedKeyValue,_0x9a8481,[_0x1b6b7d['lmqfa']])||_0x9a8481;let _0x4f3dfd=null,_0x3c5eba=null;try{[_0x3c5eba,_0x4f3dfd]=_0x44243e?_0x1b6b7d[_0x26ccee(0x1ed)](parseWSEndpoint,_0x44243e):[null,null],global[_0x26ccee(0x158)]=_0x4f3dfd,_0x3c5eba[_0x26ccee(0x21b)](_0x1b6b7d[_0x26ccee(0x22e)])&&(global[_0x26ccee(0x1be)]=_0x1b6b7d[_0x26ccee(0x22e)]);}catch(_0x5b28c4){logger[_0x26ccee(0x1ac)](_0x26ccee(0x1cb)+_0x44243e+'\x20'+_0x5b28c4);}_0x1b6b7d[_0x26ccee(0x1c3)](processAccessibilityCaps,_0x4f3dfd,_0x3c5eba);if(global['accessibilityPlatform']){const _0x49bfa0=await _0x474af3['connectOverCDP'][_0x26ccee(0x157)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x1b6b7d['JNsvm'](encodeURIComponent,JSON[_0x26ccee(0x18c)](_0x4f3dfd))]);return PlaywrightSessionDetails[_0x26ccee(0x20b)](_0x49bfa0,_0x11e8b6,_0x44243e),_0x49bfa0;}return _0x1d74fa[_0x26ccee(0x157)](this,arguments)['then'](_0x4cdaf1=>{const _0x3e7ae4=_0x26ccee;let _0x1eda9e=_0x9a8481[_0x3e7ae4(0x1c5)];return _0x3ca4ae['dDJmF'](typeof _0x9a8481,_0x3ca4ae[_0x3e7ae4(0x1ca)])&&(_0x1eda9e=_0x9a8481),PlaywrightSessionDetails[_0x3e7ae4(0x20b)](_0x4cdaf1,_0x11e8b6,_0x1eda9e),_0x4cdaf1;});};}});const _0x109f22=_0x474af3[_0x5e29cc(0x1cc)];Object[_0x5e29cc(0x19c)](_0x474af3,_0x169ff5[_0x5e29cc(0x15d)],{'get':function(){return async function _0x24dc03(){const _0x5ae6a0=a4_0xa79e;return _0x109f22[_0x5ae6a0(0x157)](this,arguments)[_0x5ae6a0(0x13c)](_0x1e884c=>{const _0xdee353=_0x5ae6a0;return PlaywrightSessionDetails[_0xdee353(0x20b)](_0x1e884c,null),_0x1e884c;});};}});};function a4_0xa79e(_0x147814,_0x1bbac7){const _0x1fa6ce=a4_0x1fa6();return a4_0xa79e=function(_0xa79e8d,_0x441b31){_0xa79e8d=_0xa79e8d-0x139;let _0x57b319=_0x1fa6ce[_0xa79e8d];return _0x57b319;},a4_0xa79e(_0x147814,_0x1bbac7);}class O11yHelper{[a4_0x10b02a(0x20f)]=null;[a4_0x10b02a(0x16e)]=null;[a4_0x10b02a(0x219)]=![];[a4_0x10b02a(0x22b)]=![];constructor(_0x421f14,_0x22ad5d){const _0x36b7ff=a4_0x10b02a,_0x5d4232={'Zryts':_0x36b7ff(0x156),'KIawe':function(_0x240392){return _0x240392();},'Fincw':function(_0x5ccac1){return _0x5ccac1();},'WnCSS':function(_0x5bf2c7,_0x2fe1f9){return _0x5bf2c7===_0x2fe1f9;},'brory':'Playwright','vcXgQ':function(_0x5aa966,_0x18d5cd){return _0x5aa966(_0x18d5cd);}},_0x3d7d24=_0x5d4232[_0x36b7ff(0x1a5)][_0x36b7ff(0x14e)]('|');let _0x22e60d=0x0;while(!![]){switch(_0x3d7d24[_0x22e60d++]){case'0':this[_0x36b7ff(0x219)]=_0x5d4232['KIawe'](shouldProcessEventForTesthub);continue;case'1':this['_paths']=new testOpsHelper[(_0x36b7ff(0x1f6))]({'cwd':process['cwd']()},this[_0x36b7ff(0x139)][_0x36b7ff(0x13e)]);continue;case'2':this[_0x36b7ff(0x1d9)]=_0x421f14;continue;case'3':this['_testEnv']=_0x5d4232[_0x36b7ff(0x19d)](getTestEnv);continue;case'4':this[_0x36b7ff(0x1d9)]&&_0x5d4232[_0x36b7ff(0x193)](this['driver'][_0x36b7ff(0x175)][_0x36b7ff(0x197)],_0x5d4232[_0x36b7ff(0x16d)])&&_0x5d4232[_0x36b7ff(0x206)](mockPWBrowserType,null);continue;case'5':this[_0x36b7ff(0x22b)]=_0x22ad5d[_0x36b7ff(0x22b)];continue;}break;}}[a4_0x10b02a(0x1b1)](){const _0x2fd664=a4_0x10b02a;if(!this[_0x2fd664(0x219)])return;testOpsHelper[_0x2fd664(0x1c9)](),process[_0x2fd664(0x145)](_0x2fd664(0x1dc)+process[_0x2fd664(0x171)]),process['on'](_0x2fd664(0x1dc)+process['pid'],this['appendTestItemLog']['bind'](this));}async['stop'](){await RequestQueueHandler['getInstance']()['shutdown']();}async[a4_0x10b02a(0x19f)](_0x3199c9){const _0x266d1a=a4_0x10b02a,_0x445032={'lBxGZ':_0x266d1a(0x143),'ozqGy':function(_0x5d2293,_0x1045c0){return _0x5d2293(_0x1045c0);}};try{this[_0x266d1a(0x16e)]&&!this[_0x266d1a(0x16e)][_0x266d1a(0x215)]&&(_0x3199c9[_0x266d1a(0x1f7)]=this[_0x266d1a(0x16e)][_0x266d1a(0x1ce)]);!_0x3199c9[_0x266d1a(0x1f7)]&&this[_0x266d1a(0x20f)]&&!this['currentTest'][_0x266d1a(0x215)]&&(_0x3199c9[_0x266d1a(0x13b)]=this['currentTest'][_0x266d1a(0x147)]);if(_0x3199c9[_0x266d1a(0x1f7)]||_0x3199c9[_0x266d1a(0x13b)]){const _0x5a8a64={};_0x5a8a64['event_type']=_0x445032[_0x266d1a(0x14c)],_0x5a8a64['logs']=[_0x3199c9],await SessionHandler['uploadEventData'](_0x5a8a64);}}catch(_0xf45d2d){_0x445032['ozqGy'](debug,_0x266d1a(0x150)+_0xf45d2d);}}async[a4_0x10b02a(0x13f)](_0x38d64d){const _0x4e35f7=a4_0x10b02a,_0x589e77={'scCtB':_0x4e35f7(0x20c),'IfYRR':function(_0x9c175a,_0x4e6f92){return _0x9c175a(_0x4e6f92);}};if(!this[_0x4e35f7(0x219)])return;const _0x109a42=this['getCBTInfo'](this['driver']);try{const _0x522279={};_0x522279[_0x4e35f7(0x15f)]=_0x38d64d,_0x522279[_0x4e35f7(0x22f)]=_0x109a42;const _0x3fd734=_0x522279,_0x2a16d1={};_0x2a16d1[_0x4e35f7(0x182)]=_0x589e77[_0x4e35f7(0x1cd)],_0x2a16d1[_0x4e35f7(0x20d)]=_0x3fd734,await SessionHandler[_0x4e35f7(0x173)](_0x2a16d1);}catch(_0x57df83){_0x589e77[_0x4e35f7(0x211)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x57df83);}}[a4_0x10b02a(0x1a1)](_0x3081bf){const _0x51f4e9=a4_0x10b02a,_0x109a5b={'ifxLI':function(_0x3ee5f6,_0x292138){return _0x3ee5f6(_0x292138);}};return _0x109a5b[_0x51f4e9(0x1bc)](fetchPlatformDetails,_0x3081bf);}[a4_0x10b02a(0x14f)]=_0x580a27=>{const _0x1babc9=a4_0x10b02a,_0xf7de29={};_0xf7de29[_0x1babc9(0x21c)]=_0x1babc9(0x1d4),_0xf7de29[_0x1babc9(0x195)]=_0x1babc9(0x18e);const _0x109063=_0xf7de29;if(!_0x580a27||!_0x580a27[_0x1babc9(0x1d5)])return;[_0x109063[_0x1babc9(0x21c)],_0x109063['NOTkX']][_0x1babc9(0x200)](_0x441f1a=>{const _0xac13de=_0x1babc9,_0x24380d=_0x580a27[_0xac13de(0x1d5)][_0x441f1a];_0x24380d['forEach'](_0x122c61=>{_0x122c61['hookAnalyticsId']&&(_0x122c61['hookAnalyticsId']=null);});});};[a4_0x10b02a(0x15b)](_0x2e7e56){const _0x47fadf=a4_0x10b02a,_0x5daea3={'RJWvE':_0x47fadf(0x179),'HUsGG':function(_0x1c0dd9){return _0x1c0dd9();},'BdgxV':function(_0x5d53cc,_0x345526){return _0x5d53cc===_0x345526;},'Aiagf':_0x47fadf(0x18e),'fNkjb':function(_0x15b90d){return _0x15b90d();},'xieTe':_0x47fadf(0x220),'DwSnG':'_afterAll','OARdN':'_beforeEach'};if(!_0x2e7e56||!_0x2e7e56['parent'])return;[_0x5daea3[_0x47fadf(0x1eb)],_0x5daea3['DwSnG'],_0x5daea3[_0x47fadf(0x20a)],_0x5daea3[_0x47fadf(0x21d)]][_0x47fadf(0x200)](_0x1bf055=>{const _0x3b8c8d=_0x47fadf,_0x20ed9f=_0x2e7e56[_0x3b8c8d(0x1d5)][_0x1bf055]||[];_0x20ed9f[_0x3b8c8d(0x200)](_0x1c2677=>{const _0x5a225a=_0x3b8c8d;if(_0x1c2677[_0x5a225a(0x1ab)][_0x5a225a(0x21b)](_0x5daea3[_0x5a225a(0x1dd)]))return;if(!_0x1c2677[_0x5a225a(0x1ce)])_0x1c2677['hookAnalyticsId']=_0x5daea3['HUsGG'](uuidv4);else _0x1c2677[_0x5a225a(0x215)]&&_0x5daea3['BdgxV'](_0x1bf055,_0x5daea3[_0x5a225a(0x21d)])&&(_0x1c2677['hookAnalyticsId']=_0x5daea3[_0x5a225a(0x167)](uuidv4),delete _0x1c2677[_0x5a225a(0x215)]);});}),this['mapTestHooks'](_0x2e7e56[_0x47fadf(0x1d5)]);}['getHooksForTest'](_0x5da409){const _0x38bde=a4_0x10b02a,_0x190d22={};_0x190d22['IKWrK']=_0x38bde(0x220),_0x190d22['fbpyo']=_0x38bde(0x166),_0x190d22[_0x38bde(0x19e)]='_beforeEach',_0x190d22[_0x38bde(0x1fc)]=_0x38bde(0x18e);const _0x171d19=_0x190d22;if(!_0x5da409||!_0x5da409[_0x38bde(0x1d5)])return[];const _0x33ffd6=[];return[_0x171d19[_0x38bde(0x22c)],_0x171d19[_0x38bde(0x203)],_0x171d19[_0x38bde(0x19e)],_0x171d19['pLahN']][_0x38bde(0x200)](_0x4b2f18=>{const _0x50dae2=_0x38bde,_0x4ee3a2=_0x5da409['parent'][_0x4b2f18]||[];_0x4ee3a2[_0x50dae2(0x200)](_0x5892bf=>{const _0x33e36d=_0x50dae2;_0x5892bf[_0x33e36d(0x1ce)]&&_0x33ffd6['push'](_0x5892bf[_0x33e36d(0x1ce)]);});}),[]['concat'](_0x33ffd6,this['getHooksForTest'](_0x5da409[_0x38bde(0x1d5)]));}[a4_0x10b02a(0x18a)](_0x422ba4){const _0x375b25=a4_0x10b02a,_0x240cb5=/^"(?<hook>.*)" hook:.*$/,_0x1ade7c=_0x422ba4[_0x375b25(0x1ab)],_0x4412e6=_0x1ade7c[_0x375b25(0x1d3)](_0x240cb5);if(_0x4412e6&&_0x4412e6[_0x375b25(0x213)])return _0x4412e6['groups'][_0x375b25(0x17b)][_0x375b25(0x1a9)]()[_0x375b25(0x1fe)]('\x20','_');return null;}[a4_0x10b02a(0x16a)](_0x3aa2cb){const _0x4cd492=a4_0x10b02a,_0x50db60={};_0x50db60[_0x4cd492(0x1c4)]=function(_0x3f3d3e,_0x29533f){return _0x3f3d3e===_0x29533f;},_0x50db60[_0x4cd492(0x18b)]=function(_0x2794d5,_0x1d94c9){return _0x2794d5===_0x1d94c9;},_0x50db60[_0x4cd492(0x148)]='.git',_0x50db60[_0x4cd492(0x163)]=_0x4cd492(0x183);const _0x162943=_0x50db60,_0x315ef2=path[_0x4cd492(0x187)];if(_0x162943[_0x4cd492(0x1c4)](_0x3aa2cb,null)||_0x162943[_0x4cd492(0x18b)](_0x3aa2cb,'')||_0x162943[_0x4cd492(0x18b)](_0x3aa2cb,_0x315ef2))return null;try{return fs[_0x4cd492(0x144)](path[_0x4cd492(0x202)](_0x3aa2cb,_0x162943['Xyibt'],_0x162943[_0x4cd492(0x163)])),_0x3aa2cb;}catch(_0x49c9eb){const _0x414964=path[_0x4cd492(0x1c0)](_0x3aa2cb);return this['findGitConfig'](_0x414964);}}[a4_0x10b02a(0x186)](_0x1d7db5){const _0x487e5b=a4_0x10b02a,_0x46d4b1={};_0x46d4b1[_0x487e5b(0x1af)]=function(_0x48c2a8,_0x74a68f){return _0x48c2a8>_0x74a68f;};const _0x4cdfa1=_0x46d4b1;if(_0x1d7db5['file'])return _0x1d7db5[_0x487e5b(0x149)];if(_0x1d7db5['ctx']){const _0x38a425=_0x1d7db5['ctx'][_0x487e5b(0x20f)]?this[_0x487e5b(0x186)](_0x1d7db5['ctx'][_0x487e5b(0x20f)]):null;if(_0x38a425)return _0x38a425;}if(_0x1d7db5[_0x487e5b(0x1d5)]){const _0x35e304=this[_0x487e5b(0x186)](_0x1d7db5['parent'])||(_0x1d7db5[_0x487e5b(0x1d5)][_0x487e5b(0x180)]&&_0x1d7db5['parent'][_0x487e5b(0x180)][_0x487e5b(0x20f)]?this[_0x487e5b(0x186)](_0x1d7db5['parent'][_0x487e5b(0x180)][_0x487e5b(0x20f)]):null);if(_0x35e304)return _0x35e304;_0x1d7db5['parent'][_0x487e5b(0x14a)]&&_0x4cdfa1['xhdvO'](_0x1d7db5[_0x487e5b(0x1d5)][_0x487e5b(0x14a)]['length'],0x0)&&_0x1d7db5[_0x487e5b(0x1d5)]['suites'][_0x487e5b(0x200)](_0x404081=>{const _0x304bd0=_0x487e5b,_0x119ea2=_0x404081[_0x304bd0(0x180)]?this[_0x304bd0(0x186)](_0x404081['ctx']):null;if(_0x119ea2)return _0x119ea2;});}return null;}[a4_0x10b02a(0x1a7)](_0x469b86){const _0x3d66c2=a4_0x10b02a,_0x24f7c3={};_0x24f7c3[_0x3d66c2(0x1b3)]=function(_0x2046c7,_0x5495ee){return _0x2046c7!==_0x5495ee;};const _0x5ed82a=_0x24f7c3,_0x564e0e=[];if(_0x469b86&&_0x469b86[_0x3d66c2(0x1d5)]){let _0xaaece8=_0x469b86[_0x3d66c2(0x1d5)];while(_0xaaece8&&_0x5ed82a['Xowoz'](_0xaaece8[_0x3d66c2(0x1ab)],'')){_0x564e0e['push'](_0xaaece8['title']),_0xaaece8=_0xaaece8[_0x3d66c2(0x1d5)];}}return _0x564e0e;}[a4_0x10b02a(0x1f9)](_0x193abb,_0xc87766,_0x1e956b=undefined){const _0x1eb80d=a4_0x10b02a,_0x1088db={'LcTPp':function(_0x34f500,_0x13ff72){return _0x34f500(_0x13ff72);},'rJJcJ':function(_0x48f602){return _0x48f602();},'yjKog':_0x1eb80d(0x17a),'rGypF':_0x1eb80d(0x1e0),'NAQoQ':function(_0x2547ce,_0x2ecadf){return _0x2547ce!==_0x2ecadf;},'IbfXQ':function(_0x3b05ac,_0x548dd4){return _0x3b05ac!==_0x548dd4;},'gkOeR':'File\x20path\x20could\x20not\x20be\x20found','DLfom':_0x1eb80d(0x176),'uIedU':_0x1eb80d(0x223),'lTOID':_0x1eb80d(0x1ec),'lrdMM':'skipped','fvxtT':_0x1eb80d(0x1e6),'RUWlr':function(_0xfe3325,_0x4dbbdf){return _0xfe3325-_0x4dbbdf;},'Hhswc':function(_0x3e5ef1,_0x4529c7,_0x5c8c22,_0x5cd466,_0x37b95e){return _0x3e5ef1(_0x4529c7,_0x5c8c22,_0x5cd466,_0x37b95e);},'AXCUP':_0x1eb80d(0x22f),'DIyTY':_0x1eb80d(0x1c2),'bnWbS':_0x1eb80d(0x191),'RdSTX':'failure_backtrace','ZCEFM':_0x1eb80d(0x1de),'GFBxw':_0x1eb80d(0x198),'WiUnw':'expanded','tfwBB':function(_0x28be45,_0x94c9a3){return _0x28be45===_0x94c9a3;},'icaue':_0x1eb80d(0x170),'DlXtI':'test_run'};if(!this[_0x1eb80d(0x219)])return;try{if(_0xc87766['fn']&&_0xc87766['fn'][_0x1eb80d(0x221)]()[_0x1eb80d(0x1d3)](/browserstack internal helper hook/))return;const _0x2922e9=_0x1088db[_0x1eb80d(0x1ae)](parseEvent,_0x193abb);if(!_0x2922e9)return;if(_0x2922e9[_0x1eb80d(0x1b0)]){this[_0x1eb80d(0x20f)]=_0xc87766,this[_0x1eb80d(0x16e)]=null;if(_0x2922e9[_0x1eb80d(0x1e1)]||_0x2922e9['skipped']){_0xc87766[_0x1eb80d(0x1e3)]=new Date(),_0xc87766[_0x1eb80d(0x215)]=![];if(!_0xc87766[_0x1eb80d(0x147)])_0xc87766[_0x1eb80d(0x147)]=_0x1088db[_0x1eb80d(0x146)](uuidv4);else _0xc87766[_0x1eb80d(0x215)]&&(!_0xc87766[_0x1eb80d(0x226)]&&(_0xc87766[_0x1eb80d(0x226)]=_0xc87766[_0x1eb80d(0x147)]),_0xc87766['testAnalyticsId']=_0x1088db[_0x1eb80d(0x146)](uuidv4));}}else{if(_0x2922e9['hook']){this['currentHook']=_0xc87766;if(_0x2922e9[_0x1eb80d(0x1e1)]){_0xc87766[_0x1eb80d(0x1e3)]=new Date(),_0xc87766['markedStatus']=![];if(!_0xc87766['hookAnalyticsId'])_0xc87766[_0x1eb80d(0x1ce)]=_0x1088db[_0x1eb80d(0x146)](uuidv4);else _0xc87766[_0x1eb80d(0x1ce)]&&_0xc87766[_0x1eb80d(0x215)]&&(_0xc87766[_0x1eb80d(0x1ce)]=_0x1088db['rJJcJ'](uuidv4));}}}if(_0x2922e9['finished']&&_0xc87766[_0x1eb80d(0x215)])return;let _0x92be24;try{_0x92be24=this['getRootParentFile'](_0xc87766);}catch(_0x2e818f){logger[_0x1eb80d(0x1ac)](_0x1eb80d(0x1c8)+_0x2e818f),_0x92be24=null;}const _0x1d7709=_0x1088db[_0x1eb80d(0x1ae)](require,_0x1088db[_0x1eb80d(0x212)]);let _0x5ccd6e=[];_0x1e956b&&(_0x5ccd6e=[_0x1e956b,_0x1088db[_0x1eb80d(0x1ee)]]);const _0x19269d=_0x1088db[_0x1eb80d(0x21a)](_0xc87766[_0x1eb80d(0x217)],undefined)?_0x1d7709[_0x1eb80d(0x22d)](_0xc87766['errorsDetailed'][0x0]):_0x1088db[_0x1eb80d(0x207)](_0x1e956b,undefined)?_0x1e956b['toString']():undefined,_0x595cd2=_0x92be24?this[_0x1eb80d(0x16a)](_0x92be24):null,_0x5aff5c=_0x92be24?this['_paths'][_0x1eb80d(0x201)](this['getRootParentFile'](_0xc87766)):_0x1088db[_0x1eb80d(0x154)];let _0x666b7f=_0x1088db['DLfom'];const _0x916038=!_0x2922e9[_0x1eb80d(0x1e1)]?new Date()['toISOString']():null;if(_0x2922e9[_0x1eb80d(0x1b7)])_0x666b7f=_0x1e956b?_0x1088db[_0x1eb80d(0x209)]:_0x1088db[_0x1eb80d(0x1f0)],_0xc87766['markedStatus']=!![];else _0x2922e9[_0x1eb80d(0x17f)]&&(_0x666b7f=_0x1088db[_0x1eb80d(0x185)],_0xc87766[_0x1eb80d(0x215)]=!![]);const _0x5922e6={'framework':this['frameworkName'],'uuid':_0xc87766['testAnalyticsId']||_0xc87766[_0x1eb80d(0x1ce)],'name':_0xc87766[_0x1eb80d(0x1ab)],'body':{'lang':_0x1088db['fvxtT'],'code':_0xc87766['body'][_0x1eb80d(0x221)]()},'type':_0xc87766[_0x1eb80d(0x230)],'scope':_0xc87766[_0x1eb80d(0x224)](),'scopes':this[_0x1eb80d(0x1a7)](_0xc87766),'file_name':_0x5aff5c,'vc_filepath':_0x595cd2?path[_0x1eb80d(0x218)](_0x595cd2,_0x92be24):null,'location':_0x5aff5c,'result':_0x666b7f,'failure_reason':_0x19269d,'duration_in_ms':_0xc87766[_0x1eb80d(0x1b5)]||(_0x2922e9[_0x1eb80d(0x1b7)]||_0x2922e9[_0x1eb80d(0x17f)])?_0x1088db[_0x1eb80d(0x1fb)](Date[_0x1eb80d(0x1aa)](),new Date(_0xc87766[_0x1eb80d(0x1e3)])[_0x1eb80d(0x1ad)]()):null,'started_at':new Date(_0xc87766[_0x1eb80d(0x1e3)])[_0x1eb80d(0x152)](),'finished_at':_0x916038,'failure':testOpsHelper[_0x1eb80d(0x1f3)][_0x1eb80d(0x157)](null,_0x5ccd6e),'failure_type':!_0x19269d?null:testOpsHelper[_0x1eb80d(0x155)](_0x19269d),'retry_of':_0xc87766[_0x1eb80d(0x226)]||null,'tags':_0xc87766[_0x1eb80d(0x184)]||[],'customRerunParam':{'rerun_name':_0xc87766[_0x1eb80d(0x224)]()}};_0x1088db[_0x1eb80d(0x1a2)](appendTesthubParams,_0x5922e6,_0x193abb,_0xc87766,FRAMEWORKS[_0x1eb80d(0x21f)]);if(_0x2922e9[_0x1eb80d(0x17b)])[_0x5922e6[_0x1eb80d(0x210)],_0x5922e6[_0x1eb80d(0x197)]]=[this['getHookType'](_0xc87766),_0xc87766[_0x1eb80d(0x180)]['test'][_0x1eb80d(0x1ab)]],_0x2922e9['finished']?_0x1088db[_0x1eb80d(0x207)](_0x5922e6['result'],_0x1088db[_0x1eb80d(0x209)])&&(_0x5922e6[_0x1eb80d(0x140)]=_0x1088db[_0x1eb80d(0x1f0)]):_0x5922e6[_0x1eb80d(0x16f)]={};else _0x2922e9['test']&&(this['mapTestHooks'](_0xc87766),_0x2922e9[_0x1eb80d(0x17f)]&&this['resetSkipTestHooks'](_0xc87766),(_0x2922e9[_0x1eb80d(0x1b7)]||_0x2922e9[_0x1eb80d(0x17f)])&&(_0x5922e6[_0x1eb80d(0x204)]=this[_0x1eb80d(0x208)](_0xc87766)));this[_0x1eb80d(0x1d9)]&&(_0x2922e9[_0x1eb80d(0x1e1)]||_0x2922e9[_0x1eb80d(0x17f)])&&(_0x5922e6[_0x1088db[_0x1eb80d(0x1e2)]]=this['getCBTInfo'](this[_0x1eb80d(0x1d9)]));_0x2922e9['test']&&_0x2922e9['finished']&&_0xc87766[_0x1eb80d(0x1e4)]&&(_0x5922e6[_0x1088db[_0x1eb80d(0x216)]]={'feature':{'name':_0xc87766[_0x1eb80d(0x1d5)]['feature'][_0x1eb80d(0x197)],'path':_0x5922e6[_0x1eb80d(0x1b6)],'description':_0xc87766[_0x1eb80d(0x1d5)][_0x1eb80d(0x160)]},'scenario':{'name':_0xc87766['title']},'steps':_0xc87766[_0x1eb80d(0x1e4)]});const _0x50daf5=_0x5922e6[_0x1088db['bnWbS']][0x0];_0x50daf5&&(_0x5922e6[_0x1088db[_0x1eb80d(0x14d)]]=_0x50daf5[_0x1088db['ZCEFM']],_0x5922e6[_0x1088db[_0x1eb80d(0x227)]]=_0x50daf5[_0x1088db[_0x1eb80d(0x181)]]);if(_0xc87766[_0x1eb80d(0x1e4)])for(const _0x3e6841 of _0xc87766['bddSteps']){!_0x3e6841[_0x1eb80d(0x192)]&&(_0x3e6841[_0x1eb80d(0x192)]=new Date()['toISOString'](),_0x1088db[_0x1eb80d(0x161)](_0x3e6841['result'],_0x1088db['DLfom'])&&(_0x50daf5?(_0x3e6841[_0x1eb80d(0x140)]=_0x1088db[_0x1eb80d(0x209)],_0x3e6841[_0x1eb80d(0x191)]=_0x50daf5[_0x1088db[_0x1eb80d(0x1d7)]][0x0]):_0x3e6841[_0x1eb80d(0x140)]=_0x1088db['lTOID']));}const _0x330d76={};_0x330d76[_0x1eb80d(0x182)]=_0x2922e9[_0x1eb80d(0x17f)]?TEST_EVENTS[_0x1eb80d(0x21e)]:_0x193abb;const _0x110a6d=_0x330d76;return _0x2922e9[_0x1eb80d(0x17b)]?_0x110a6d[_0x1088db[_0x1eb80d(0x142)]]=_0x5922e6:_0x110a6d[_0x1088db[_0x1eb80d(0x1f2)]]=_0x5922e6,_0x110a6d;}catch(_0x44498c){logger[_0x1eb80d(0x1ac)](_0x1eb80d(0x1da)+_0x193abb+_0x1eb80d(0x199)+_0x44498c);}}async[a4_0x10b02a(0x1c6)](_0x4cd418,_0x5b0a8a){const _0x1e68d3=a4_0x10b02a;if(!this['enabled']||!_0x5b0a8a||!_0x4cd418)return![];try{return await SessionHandler[_0x1e68d3(0x173)](_0x5b0a8a);}catch(_0x67dc1f){logger['debug'](_0x1e68d3(0x1ea)+_0x4cd418+_0x1e68d3(0x199)+_0x67dc1f);}}['initializeBddStep'](_0x2df923){const _0x3f3e71=a4_0x10b02a,_0x4660f9={};_0x4660f9[_0x3f3e71(0x17c)]=_0x3f3e71(0x176);const _0x350e60=_0x4660f9;return{'id':_0x2df923[_0x3f3e71(0x194)],'text':_0x2df923[_0x3f3e71(0x1bd)],'keyword':_0x2df923[_0x3f3e71(0x1d8)],'started_at':_0x2df923['startedAt'][_0x3f3e71(0x152)](),'result':_0x350e60['jMQXv']};}[a4_0x10b02a(0x172)](_0x132eba){const _0x5de848=a4_0x10b02a,_0x58b08a={'wTbnB':function(_0x1e8c41){return _0x1e8c41();}};!this['currentTest'][_0x5de848(0x1e4)]&&(this['currentTest'][_0x5de848(0x1e4)]=[]),!_0x132eba[_0x5de848(0x194)]&&(_0x132eba[_0x5de848(0x194)]=_0x58b08a['wTbnB'](uuidv4),_0x132eba[_0x5de848(0x1e3)]=new Date(),this[_0x5de848(0x20f)][_0x5de848(0x1e4)][_0x5de848(0x196)](this[_0x5de848(0x1b9)](_0x132eba)));}[a4_0x10b02a(0x20e)](_0x19f5cd){const _0x124d89=a4_0x10b02a,_0x3ca27b={'yiTVL':function(_0x16f314,_0x8f6a42){return _0x16f314(_0x8f6a42);},'dxswV':_0x124d89(0x1b4),'XBWBC':_0x124d89(0x176),'lxmqX':_0x124d89(0x1ec),'KHJbz':function(_0x1b6f63,_0x2bc2bf){return _0x1b6f63-_0x2bc2bf;}};let _0x391b6e=this['currentTest']['bddSteps'][_0x124d89(0x15e)](_0x3de6d3=>_0x3de6d3['id']===_0x19f5cd['stepAnalyticsId']);_0x3ca27b[_0x124d89(0x174)](isUndefined,_0x391b6e)&&(_0x391b6e=this['initializeBddStep'](_0x19f5cd)),_0x391b6e['result']=[_0x3ca27b[_0x124d89(0x178)],_0x3ca27b[_0x124d89(0x225)]][_0x124d89(0x21b)](_0x19f5cd[_0x124d89(0x1ef)])?_0x3ca27b['lxmqX']:_0x19f5cd[_0x124d89(0x1ef)],_0x391b6e[_0x124d89(0x192)]=new Date()['toISOString'](),_0x391b6e[_0x124d89(0x1b5)]=_0x3ca27b[_0x124d89(0x18d)](Date[_0x124d89(0x1aa)](),_0x19f5cd[_0x124d89(0x1e3)][_0x124d89(0x1ad)]()),_0x391b6e[_0x124d89(0x191)]=_0x19f5cd[_0x124d89(0x1e0)]?_0x19f5cd['err'][_0x124d89(0x1d2)]:null;}}const a4_0x4b3046={};function a4_0x1fa6(){const _0xb8ead2=['now','title','debug','getTime','LcTPp','xhdvO','test','start','dgViA','Xowoz','success','duration','file_name','finished','../../helpers/testhub/utils.js','initializeBddStep','HICZb','412206JrlEQx','ifxLI','text','__cloud_provider___','5085765AnRkEH','dirname','ZfkAf','meta','qHhAD','BMwtU','wsEndpoint','fireEvent','LNJvW','failed\x20to\x20get\x20root\x20parent\x20file\x20','patchConsoleLogger','HgpMD','Failed\x20to\x20parse\x20wsendpoint\x20','launch','scCtB','hookAnalyticsId','2024756defLmo','7653450MVwlZJ','../playwright/sessionDetails','message','match','_beforeEach','parent','UkrTC','ZCEFM','keyword','driver','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','atDWs','bs:addLog:','RJWvE','backtrace','lib','err','started','AXCUP','startedAt','bddSteps','obsBrowserTypeMockApplied','javascript','STATE_FAILED','Not\x20able\x20to\x20import\x20Browser','muzrL','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','xieTe','passed','RHgZJ','rGypF','status','lTOID','32EvQBQL','DlXtI','failureData','../../helpers/logger','client','PathHelper','hook_run_uuid','length','captureEvent','OEFJu','RUWlr','pLahN','uZYHI','replace','../../helpers/test-observability/requestQueueHandler','forEach','prefixTestPath','join','fbpyo','hooks','6440336eTyOOf','vcXgQ','IbfXQ','getHooksForTest','uIedU','OARdN','setupBrowserDetails','CBTSessionCreated','test_run','bddStepFinish','currentTest','hook_type','IfYRR','yjKog','groups','OLkEK','markedStatus','DIyTY','errorsDetailed','relative','enabled','NAQoQ','includes','SUUKZ','Aiagf','TEST_RUN_FINISHED','CODECEPT','_beforeAll','toString','eiHrE','failed','fullTitle','XBWBC','retryOf','GFBxw','gCqQG','zcaUI','O11yHelper','frameworkName','IKWrK','inspect','kpwde','integrations','type','_testEnv','lkAkT','test_run_uuid','then','4410ESoxlZ','location_prefix','sendCBTInfo','result','toLowerCase','icaue','LogCreated','statSync','removeAllListeners','rJJcJ','testAnalyticsId','Xyibt','file','suites','BrowserType','lBxGZ','RdSTX','split','resetSkipTestHooks','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','../../helpers/test-observability/constants','toISOString','browserstack','gkOeR','getFailureType','0|5|2|3|1|4','apply','__platformCaps','../utils/constants','TestRunFinished','mapTestHooks','nxEjJ','eoJVi','find','uuid','comment','tfwBB','../../helpers/test-observability/utils','gjEFx','./helper.js','winstonLogger','_afterAll','fNkjb','1743gJaXoe','162326rjIMZi','findGitConfig','../playwright/accessibility-helper','XnlyC','brory','currentHook','body','hook_run','pid','bddStepStart','uploadEventData','yiTVL','constructor','pending','HOOK_RUN_FINISHED','dxswV','codeceptjs','util','hook','jMQXv','uckPx','KopPP','skipped','ctx','WiUnw','event_type','config','tags','lrdMM','getRootParentFile','sep','cZkfq','pBzbk','getHookType','Xngve','stringify','KHJbz','_afterEach','../../helpers/test-observability/sessionHandler','string','failure','finished_at','WnCSS','stepAnalyticsId','NOTkX','push','name','failure_reason_expanded','\x20with\x20error\x20:\x20','cBtLf','HHoga','defineProperty','Fincw','ekJyF','appendTestItemLog','jTOnp','getCBTInfo','Hhswc','prototype','HookRunStarted','Zryts','connect','getHierarchy','../../helpers/helper','toUpperCase'];a4_0x1fa6=function(){return _0xb8ead2;};return a4_0x1fa6();}a4_0x4b3046[a4_0x10b02a(0x22a)]=O11yHelper,a4_0x4b3046['STATE_PASSED']=STATE_PASSED,a4_0x4b3046[a4_0x10b02a(0x1e7)]=STATE_FAILED,a4_0x4b3046['TEST_EVENTS']=TEST_EVENTS,module['exports']=a4_0x4b3046;
1
+ const a4_0x490116=a4_0xa2a5;(function(_0x2d6819,_0x1cc14f){const _0x2f6d73=a4_0xa2a5,_0x56ad32=_0x2d6819();while(!![]){try{const _0x3bff68=-parseInt(_0x2f6d73(0x200))/0x1+-parseInt(_0x2f6d73(0x1e0))/0x2*(-parseInt(_0x2f6d73(0x138))/0x3)+parseInt(_0x2f6d73(0x1dc))/0x4+parseInt(_0x2f6d73(0x1f6))/0x5+-parseInt(_0x2f6d73(0x129))/0x6+parseInt(_0x2f6d73(0x13f))/0x7*(-parseInt(_0x2f6d73(0x195))/0x8)+parseInt(_0x2f6d73(0x115))/0x9;if(_0x3bff68===_0x1cc14f)break;else _0x56ad32['push'](_0x56ad32['shift']());}catch(_0x4cc24b){_0x56ad32['push'](_0x56ad32['shift']());}}}(a4_0x4058,0x5bdba));const path=require(a4_0x490116(0x123)),fs=require('fs'),{v4:uuidv4}=require(a4_0x490116(0x191)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x490116(0x135)),testOpsHelper=require(a4_0x490116(0x1aa)),{getTestEnv}=require(a4_0x490116(0x162)),{FRAMEWORKS}=require(a4_0x490116(0x1d4)),logger=require('../../helpers/logger')[a4_0x490116(0x201)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require(a4_0x490116(0x1d9)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x490116(0x1e1)),Constants=require(a4_0x490116(0x1c3)),{fetchPlatformDetails}=require(a4_0x490116(0x1bc)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x490116(0x1bf)),STATE_PASSED='passed',STATE_FAILED=a4_0x490116(0x122),a4_0x1c97d3={};a4_0x1c97d3['TEST_RUN_STARTED']='TestRunStarted',a4_0x1c97d3[a4_0x490116(0x1d5)]='TestRunFinished',a4_0x1c97d3[a4_0x490116(0x133)]=a4_0x490116(0x106),a4_0x1c97d3[a4_0x490116(0x11b)]=a4_0x490116(0x1f1),a4_0x1c97d3[a4_0x490116(0x16a)]=a4_0x490116(0x163);const TEST_EVENTS=a4_0x1c97d3,parseEvent=_0x2bd13e=>{const _0x143b26=a4_0x490116,_0x53d719={};_0x53d719['NZRnn']=function(_0x2b90f9,_0x23e312){return _0x2b90f9<_0x23e312;},_0x53d719[_0x143b26(0x146)]=function(_0x572eec,_0x4674a5){return _0x572eec===_0x4674a5;},_0x53d719[_0x143b26(0x1f3)]=_0x143b26(0x142),_0x53d719[_0x143b26(0x185)]=_0x143b26(0x108),_0x53d719[_0x143b26(0x1b6)]=_0x143b26(0x15a),_0x53d719[_0x143b26(0x1a0)]=function(_0x5a7284,_0x20ee40){return _0x5a7284===_0x20ee40;},_0x53d719['cwYua']=_0x143b26(0x1cc),_0x53d719['wROTl']=function(_0x4656e4,_0x4bbe5c){return _0x4656e4===_0x4bbe5c;},_0x53d719['JWPjb']=_0x143b26(0x184);const _0x3b8f6e=_0x53d719,_0x8ef905=_0x2bd13e[_0x143b26(0x18d)](/^(.*)Run(.*)$/);if(!_0x8ef905)return null;if(_0x3b8f6e[_0x143b26(0x1d7)](_0x8ef905[_0x143b26(0x1c8)],0x3))return null;const _0x473556=_0x8ef905[0x1][_0x143b26(0x1c2)](),_0x4785b3=_0x8ef905[0x2][_0x143b26(0x1c2)]();return{'test':_0x3b8f6e[_0x143b26(0x146)](_0x473556,_0x3b8f6e[_0x143b26(0x1f3)]),'hook':_0x3b8f6e[_0x143b26(0x146)](_0x473556,_0x3b8f6e['pKiiW']),'skipped':_0x3b8f6e[_0x143b26(0x146)](_0x4785b3,_0x3b8f6e[_0x143b26(0x1b6)]),'started':_0x3b8f6e[_0x143b26(0x1a0)](_0x4785b3,_0x3b8f6e[_0x143b26(0x1b8)]),'finished':_0x3b8f6e[_0x143b26(0x1fa)](_0x4785b3,_0x3b8f6e[_0x143b26(0x15f)])};},mockPWBrowserType=_0x5338c4=>{const _0x142fe7=a4_0x490116,_0x5bd255={'Vlynb':function(_0x2ef91f,_0x588704,_0x495bfe){return _0x2ef91f(_0x588704,_0x495bfe);},'qrGvp':_0x142fe7(0x1f2),'SlRbw':function(_0x5657e0,_0x151342){return _0x5657e0(_0x151342);},'ErfND':_0x142fe7(0x1ae),'eTNdS':function(_0x52e07a,_0x2416fa,_0x25f62d){return _0x52e07a(_0x2416fa,_0x25f62d);},'rMXmc':function(_0x4bdb88,_0x54342b){return _0x4bdb88===_0x54342b;},'DzBLi':'string','oyZIX':'lib','mbkah':_0x142fe7(0x166),'WLrWm':_0x142fe7(0x1b3),'LwZZD':function(_0x4b066b,_0x252e53){return _0x4b066b(_0x252e53);},'CjOgG':function(_0x1b582f,_0x15ccef){return _0x1b582f(_0x15ccef);},'fGSMY':'Not\x20able\x20to\x20import\x20Browser','cuLRF':_0x142fe7(0x14f),'OuBkW':_0x142fe7(0x165)},_0x318d71=path[_0x142fe7(0x14d)](_0x5bd255['oyZIX'],_0x5bd255[_0x142fe7(0x1b0)],_0x5bd255[_0x142fe7(0x11a)]),_0x4ccabd=_0x5bd255['LwZZD'](importFileFromPWCore,_0x318d71);if(!_0x4ccabd){_0x5bd255[_0x142fe7(0x17e)](debug,_0x5bd255[_0x142fe7(0x205)]);return;}const _0x3bcd75=_0x4ccabd[_0x142fe7(0x15b)],_0x449398=_0x3bcd75[_0x142fe7(0x1e8)];if(_0x449398[_0x142fe7(0x18e)])return;const _0x16e436=_0x449398[_0x142fe7(0x14f)];Object[_0x142fe7(0x173)](_0x449398,_0x5bd255[_0x142fe7(0x157)],{'get':function(){const _0x723c4e=_0x142fe7,_0x3abd63={'aTOuT':function(_0x58ef0d,_0x807169){const _0x296ea4=a4_0xa2a5;return _0x5bd255[_0x296ea4(0x1d1)](_0x58ef0d,_0x807169);},'kcbcf':_0x5bd255[_0x723c4e(0x1ed)]};return async function _0x49261e(_0x82ba19,_0x59d4de){const _0x165e34=_0x723c4e,_0x272f3e=_0x5bd255['Vlynb'](nestedKeyValue,_0x82ba19,[_0x5bd255[_0x165e34(0x1d3)]])||_0x82ba19;let _0x3336dd=null,_0x1fa0b6=null;try{[_0x1fa0b6,_0x3336dd]=_0x272f3e?_0x5bd255[_0x165e34(0x19f)](parseWSEndpoint,_0x272f3e):[null,null],global[_0x165e34(0x10f)]=_0x3336dd,_0x1fa0b6['includes'](_0x5bd255[_0x165e34(0x169)])&&(global[_0x165e34(0x111)]=_0x5bd255[_0x165e34(0x169)]);}catch(_0x227c7d){logger[_0x165e34(0x1a4)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x272f3e+'\x20'+_0x227c7d);}_0x5bd255[_0x165e34(0x120)](processAccessibilityCaps,_0x3336dd,_0x1fa0b6);if(global[_0x165e34(0x14e)]){const _0x575615=await _0x449398[_0x165e34(0x118)]['apply'](this,[''+Constants[_0x165e34(0x1ac)]+_0x5bd255['SlRbw'](encodeURIComponent,JSON['stringify'](_0x3336dd))]);return PlaywrightSessionDetails[_0x165e34(0x121)](_0x575615,_0x5338c4,_0x272f3e),_0x575615;}return _0x16e436[_0x165e34(0x17b)](this,arguments)[_0x165e34(0x171)](_0x1c474c=>{const _0x32b3b8=_0x165e34;let _0xf16115=_0x82ba19[_0x32b3b8(0x1f2)];return _0x3abd63[_0x32b3b8(0x1fc)](typeof _0x82ba19,_0x3abd63['kcbcf'])&&(_0xf16115=_0x82ba19),PlaywrightSessionDetails[_0x32b3b8(0x121)](_0x1c474c,_0x5338c4,_0xf16115),_0x1c474c;});};}});const _0x5023d1=_0x449398[_0x142fe7(0x165)];Object[_0x142fe7(0x173)](_0x449398,_0x5bd255[_0x142fe7(0x177)],{'get':function(){return async function _0x5909b0(){const _0x179987=a4_0xa2a5;return _0x5023d1[_0x179987(0x17b)](this,arguments)['then'](_0x57f231=>{const _0x450cbd=_0x179987;return PlaywrightSessionDetails[_0x450cbd(0x121)](_0x57f231,null),_0x57f231;});};}});};class O11yHelper{[a4_0x490116(0x1a9)]=null;['currentHook']=null;[a4_0x490116(0x168)]=![];[a4_0x490116(0x1b9)]=![];constructor(_0x4a43c8,_0x11e1f){const _0xc06400=a4_0x490116,_0x47fd2b={'FLxmz':_0xc06400(0x143),'jjLcW':function(_0x593bba){return _0x593bba();},'NlcpP':function(_0x34c1ad,_0x2f881a){return _0x34c1ad===_0x2f881a;},'IUycc':_0xc06400(0x1ef),'UNVDo':function(_0x3bf61f,_0xabadeb){return _0x3bf61f(_0xabadeb);}},_0x35b0cd=_0x47fd2b[_0xc06400(0x1de)][_0xc06400(0x19e)]('|');let _0x3c56c5=0x0;while(!![]){switch(_0x35b0cd[_0x3c56c5++]){case'0':this[_0xc06400(0x168)]=_0x47fd2b[_0xc06400(0x10d)](shouldProcessEventForTesthub);continue;case'1':this[_0xc06400(0x1fd)]=_0x47fd2b[_0xc06400(0x10d)](getTestEnv);continue;case'2':this[_0xc06400(0x174)]=new testOpsHelper['PathHelper']({'cwd':process[_0xc06400(0x186)]()},this[_0xc06400(0x1fd)][_0xc06400(0x109)]);continue;case'3':this['frameworkName']=_0x11e1f['frameworkName'];continue;case'4':this[_0xc06400(0x12b)]=_0x4a43c8;continue;case'5':this['driver']&&_0x47fd2b['NlcpP'](this[_0xc06400(0x12b)]['constructor']['name'],_0x47fd2b[_0xc06400(0x13e)])&&_0x47fd2b[_0xc06400(0x112)](mockPWBrowserType,null);continue;}break;}}[a4_0x490116(0x15e)](){const _0x1bee73=a4_0x490116;if(!this[_0x1bee73(0x168)])return;testOpsHelper[_0x1bee73(0x141)](),process[_0x1bee73(0x128)](_0x1bee73(0x1ea)+process['pid']),process['on'](_0x1bee73(0x1ea)+process[_0x1bee73(0x192)],this[_0x1bee73(0x14c)][_0x1bee73(0x167)](this));}async['stop'](){const _0x37d2af=a4_0x490116;await RequestQueueHandler['getInstance']()[_0x37d2af(0x18a)]();}async[a4_0x490116(0x14c)](_0x31c3cb){const _0x3554dc=a4_0x490116,_0x51bd5c={'owAqP':_0x3554dc(0x1be),'oIRxo':function(_0x567a27,_0x92fb5d){return _0x567a27(_0x92fb5d);}};try{this['currentHook']&&!this[_0x3554dc(0x1a7)]['markedStatus']&&(_0x31c3cb[_0x3554dc(0x1e9)]=this[_0x3554dc(0x1a7)][_0x3554dc(0x1a3)]);!_0x31c3cb['hook_run_uuid']&&this[_0x3554dc(0x1a9)]&&!this[_0x3554dc(0x1a9)]['markedStatus']&&(_0x31c3cb[_0x3554dc(0x12f)]=this[_0x3554dc(0x1a9)][_0x3554dc(0x145)]);if(_0x31c3cb[_0x3554dc(0x1e9)]||_0x31c3cb[_0x3554dc(0x12f)]){const _0x4755ae={};_0x4755ae[_0x3554dc(0x1b5)]=_0x51bd5c[_0x3554dc(0x1eb)],_0x4755ae[_0x3554dc(0x1c6)]=[_0x31c3cb],await SessionHandler['uploadEventData'](_0x4755ae);}}catch(_0x125673){_0x51bd5c[_0x3554dc(0x107)](debug,_0x3554dc(0x1d8)+_0x125673);}}async['sendCBTInfo'](_0x3694e5){const _0x13368b=a4_0x490116,_0x18e747={'HVTxa':'CBTSessionCreated','xJrQX':function(_0xec5054,_0x3b7276){return _0xec5054(_0x3b7276);}};if(!this['enabled'])return;const _0x482cb4=this['getCBTInfo'](this[_0x13368b(0x12b)]);try{const _0x23246a={};_0x23246a[_0x13368b(0x191)]=_0x3694e5,_0x23246a[_0x13368b(0x1dd)]=_0x482cb4;const _0x65e8b9=_0x23246a,_0x196e9b={};_0x196e9b[_0x13368b(0x1b5)]=_0x18e747[_0x13368b(0x187)],_0x196e9b[_0x13368b(0x1d2)]=_0x65e8b9,await SessionHandler['uploadEventData'](_0x196e9b);}catch(_0xff428a){_0x18e747['xJrQX'](debug,_0x13368b(0x19c)+_0xff428a);}}[a4_0x490116(0x156)](_0x268beb){const _0x4fa9b5=a4_0x490116,_0x5a1e34={'sQzQf':function(_0x51c97f,_0x1d25a4){return _0x51c97f(_0x1d25a4);}};return _0x5a1e34[_0x4fa9b5(0x1ca)](fetchPlatformDetails,_0x268beb);}[a4_0x490116(0x183)]=_0x5e1397=>{const _0x257a36=a4_0x490116,_0x5045ef={};_0x5045ef['VfmtW']=_0x257a36(0x1c1),_0x5045ef[_0x257a36(0x202)]='_afterEach';const _0x36fb12=_0x5045ef;if(!_0x5e1397||!_0x5e1397[_0x257a36(0x149)])return;[_0x36fb12[_0x257a36(0x172)],_0x36fb12[_0x257a36(0x202)]][_0x257a36(0x1ad)](_0x517108=>{const _0x2a4d5f=_0x257a36,_0x4a2700=_0x5e1397[_0x2a4d5f(0x149)][_0x517108];_0x4a2700[_0x2a4d5f(0x1ad)](_0x58b1f1=>{const _0x5831f8=_0x2a4d5f;_0x58b1f1['hookAnalyticsId']&&(_0x58b1f1[_0x5831f8(0x1a3)]=null);});});};[a4_0x490116(0x124)](_0x445838){const _0x5e7520=a4_0x490116,_0x47d519={'kRfvj':_0x5e7520(0x16b),'hWCNG':function(_0x17d7f5){return _0x17d7f5();},'zYQEW':function(_0xed5e68,_0x48d88d){return _0xed5e68===_0x48d88d;},'NkOPt':_0x5e7520(0x1f9),'ecXnU':function(_0x4e2c70){return _0x4e2c70();},'yRbKa':_0x5e7520(0x1c9),'aSIdM':_0x5e7520(0x175),'SEIKf':_0x5e7520(0x1c1)};if(!_0x445838||!_0x445838[_0x5e7520(0x149)])return;[_0x47d519[_0x5e7520(0x1af)],_0x47d519[_0x5e7520(0x1db)],_0x47d519['SEIKf'],_0x47d519['NkOPt']][_0x5e7520(0x1ad)](_0x4a81c2=>{const _0x3a4ff6=_0x5e7520,_0xe005bd={'FQybK':_0x47d519[_0x3a4ff6(0x11f)],'CWaiB':function(_0x13331f){const _0x2b9791=_0x3a4ff6;return _0x47d519[_0x2b9791(0x12d)](_0x13331f);},'PZvuj':function(_0x225245,_0x4ed43f){const _0x10ffe3=_0x3a4ff6;return _0x47d519[_0x10ffe3(0x10b)](_0x225245,_0x4ed43f);},'riAWU':_0x47d519['NkOPt'],'HUTok':function(_0x1f59f3){const _0x2952b8=_0x3a4ff6;return _0x47d519[_0x2952b8(0x114)](_0x1f59f3);}},_0x7a89b=_0x445838['parent'][_0x4a81c2]||[];_0x7a89b[_0x3a4ff6(0x1ad)](_0x1b2e38=>{const _0x3eb1f7=_0x3a4ff6;if(_0x1b2e38[_0x3eb1f7(0x17c)][_0x3eb1f7(0x1e3)](_0xe005bd['FQybK']))return;if(!_0x1b2e38['hookAnalyticsId'])_0x1b2e38['hookAnalyticsId']=_0xe005bd[_0x3eb1f7(0x116)](uuidv4);else _0x1b2e38[_0x3eb1f7(0x190)]&&_0xe005bd[_0x3eb1f7(0x160)](_0x4a81c2,_0xe005bd[_0x3eb1f7(0x1ff)])&&(_0x1b2e38[_0x3eb1f7(0x1a3)]=_0xe005bd[_0x3eb1f7(0x152)](uuidv4),delete _0x1b2e38[_0x3eb1f7(0x190)]);});}),this['mapTestHooks'](_0x445838['parent']);}[a4_0x490116(0x178)](_0x4fcf46){const _0x4ad0ff=a4_0x490116,_0x3c16f8={};_0x3c16f8['iXexg']=_0x4ad0ff(0x1c9),_0x3c16f8[_0x4ad0ff(0x140)]='_afterAll',_0x3c16f8[_0x4ad0ff(0x198)]=_0x4ad0ff(0x1c1),_0x3c16f8['dDjvC']=_0x4ad0ff(0x1f9);const _0x5a48d5=_0x3c16f8;if(!_0x4fcf46||!_0x4fcf46[_0x4ad0ff(0x149)])return[];const _0x451182=[];return[_0x5a48d5[_0x4ad0ff(0x110)],_0x5a48d5[_0x4ad0ff(0x140)],_0x5a48d5['pPUUd'],_0x5a48d5[_0x4ad0ff(0x12e)]][_0x4ad0ff(0x1ad)](_0xb5551d=>{const _0x1dbff8=_0x4ad0ff,_0x13181f=_0x4fcf46[_0x1dbff8(0x149)][_0xb5551d]||[];_0x13181f[_0x1dbff8(0x1ad)](_0x175bb1=>{const _0x1cc2eb=_0x1dbff8;_0x175bb1[_0x1cc2eb(0x1a3)]&&_0x451182[_0x1cc2eb(0x15d)](_0x175bb1[_0x1cc2eb(0x1a3)]);});}),[][_0x4ad0ff(0x1fb)](_0x451182,this[_0x4ad0ff(0x178)](_0x4fcf46['parent']));}[a4_0x490116(0x19a)](_0x46b4a8){const _0x3a7814=a4_0x490116,_0x2c7478=/^"(?<hook>.*)" hook:.*$/,_0x23b4b7=_0x46b4a8[_0x3a7814(0x17c)],_0x5a2a74=_0x23b4b7[_0x3a7814(0x18d)](_0x2c7478);if(_0x5a2a74&&_0x5a2a74[_0x3a7814(0x119)])return _0x5a2a74[_0x3a7814(0x119)][_0x3a7814(0x108)]['toUpperCase']()[_0x3a7814(0x11c)]('\x20','_');return null;}[a4_0x490116(0x1da)](_0xfa1745){const _0x1edc88=a4_0x490116,_0x202f66={};_0x202f66[_0x1edc88(0x1cf)]=function(_0x135a20,_0x2e5d43){return _0x135a20===_0x2e5d43;},_0x202f66[_0x1edc88(0x1cb)]=function(_0x1cc4c9,_0x493756){return _0x1cc4c9===_0x493756;},_0x202f66['xigVc']=function(_0x1981b0,_0x55ed1b){return _0x1981b0===_0x55ed1b;},_0x202f66[_0x1edc88(0x188)]=_0x1edc88(0x13c),_0x202f66['RKDZV']=_0x1edc88(0x1ec);const _0x56b5d4=_0x202f66,_0xdcbc79=path['sep'];if(_0x56b5d4[_0x1edc88(0x1cf)](_0xfa1745,null)||_0x56b5d4['hAlfd'](_0xfa1745,'')||_0x56b5d4[_0x1edc88(0x1cf)](_0xfa1745,_0xdcbc79)||_0x56b5d4[_0x1edc88(0x1a6)](_0xfa1745,path['dirname'](_0xfa1745)))return null;try{return fs['statSync'](path[_0x1edc88(0x14d)](_0xfa1745,_0x56b5d4[_0x1edc88(0x188)],_0x56b5d4[_0x1edc88(0x136)])),_0xfa1745;}catch(_0x188949){const _0x40ed81=path[_0x1edc88(0x1bb)](_0xfa1745);return this['findGitConfig'](_0x40ed81);}}[a4_0x490116(0x1a2)](_0x573dce){const _0x31de66=a4_0x490116,_0x108611={};_0x108611['TZlvg']=function(_0xf14b7a,_0x188770){return _0xf14b7a>_0x188770;};const _0x4ed80c=_0x108611;if(_0x573dce[_0x31de66(0x132)])return _0x573dce[_0x31de66(0x132)];if(_0x573dce[_0x31de66(0x15c)]){const _0x5a323c=_0x573dce[_0x31de66(0x15c)]['currentTest']?this[_0x31de66(0x1a2)](_0x573dce[_0x31de66(0x15c)][_0x31de66(0x1a9)]):null;if(_0x5a323c)return _0x5a323c;}if(_0x573dce[_0x31de66(0x149)]){const _0x2c3741=this[_0x31de66(0x1a2)](_0x573dce[_0x31de66(0x149)])||(_0x573dce[_0x31de66(0x149)]['ctx']&&_0x573dce['parent'][_0x31de66(0x15c)][_0x31de66(0x1a9)]?this[_0x31de66(0x1a2)](_0x573dce['parent']['ctx']['currentTest']):null);if(_0x2c3741)return _0x2c3741;_0x573dce['parent'][_0x31de66(0x189)]&&_0x4ed80c[_0x31de66(0x1a1)](_0x573dce[_0x31de66(0x149)][_0x31de66(0x189)][_0x31de66(0x1c8)],0x0)&&_0x573dce['parent']['suites']['forEach'](_0x16d983=>{const _0x4fd312=_0x31de66,_0x978097=_0x16d983[_0x4fd312(0x15c)]?this['getRootParentFile'](_0x16d983[_0x4fd312(0x15c)]):null;if(_0x978097)return _0x978097;});}return null;}[a4_0x490116(0x131)](_0xcfc91e){const _0x223ada=a4_0x490116,_0x543383={};_0x543383[_0x223ada(0x134)]=function(_0x247851,_0x427639){return _0x247851!==_0x427639;};const _0x2733e0=_0x543383,_0x3e63b3=[];if(_0xcfc91e&&_0xcfc91e['parent']){let _0x2d81f=_0xcfc91e[_0x223ada(0x149)];while(_0x2d81f&&_0x2733e0['bHHnk'](_0x2d81f['title'],'')){_0x3e63b3[_0x223ada(0x15d)](_0x2d81f[_0x223ada(0x17c)]),_0x2d81f=_0x2d81f[_0x223ada(0x149)];}}return _0x3e63b3;}[a4_0x490116(0x10e)](_0x3b003d,_0x1f452c,_0x1633ac=undefined){const _0x2cc746=a4_0x490116,_0x59cae9={'oSPBc':function(_0x5cf0e9,_0x10bdcb){return _0x5cf0e9(_0x10bdcb);},'MNsrs':function(_0x321e5d){return _0x321e5d();},'njOLM':function(_0x288ef8){return _0x288ef8();},'pMAlr':function(_0x3b1108){return _0x3b1108();},'Zhccw':function(_0x2e383a){return _0x2e383a();},'avwbS':function(_0x3a68cc,_0x69ca2c){return _0x3a68cc(_0x69ca2c);},'lwuav':'util','sMbQR':'err','UlwmX':function(_0x40b4c4,_0xd8450a){return _0x40b4c4!==_0xd8450a;},'xSqKs':'File\x20path\x20could\x20not\x20be\x20found','Maqdc':_0x2cc746(0x151),'ErcBV':_0x2cc746(0x122),'Rlpao':_0x2cc746(0x1d6),'uVcPl':'skipped','hYdwB':_0x2cc746(0x113),'LHqxY':function(_0x54b76f,_0x4fc552){return _0x54b76f-_0x4fc552;},'JLPXk':function(_0x7276e9,_0x3c6164,_0x38b979,_0x1a8e08,_0x19e6b5){return _0x7276e9(_0x3c6164,_0x38b979,_0x1a8e08,_0x19e6b5);},'aOpMI':function(_0x1b018d,_0x1ebde3){return _0x1b018d!==_0x1ebde3;},'MRLLa':_0x2cc746(0x1dd),'hdLLy':_0x2cc746(0x11e),'njwqQ':_0x2cc746(0x158),'ZThFJ':_0x2cc746(0x1c4),'ssjad':_0x2cc746(0x1d0),'pOnRr':_0x2cc746(0x18c),'RfINd':_0x2cc746(0x10a),'QzUDV':function(_0x5a9cfb,_0x490660){return _0x5a9cfb===_0x490660;},'IjiJD':_0x2cc746(0x170),'IPyTu':_0x2cc746(0x1d2)};if(!this[_0x2cc746(0x168)])return;try{if(_0x1f452c['fn']&&_0x1f452c['fn'][_0x2cc746(0x137)]()['match'](/browserstack internal helper hook/))return;const _0x2308a6=_0x59cae9[_0x2cc746(0x153)](parseEvent,_0x3b003d);if(!_0x2308a6)return;if(_0x2308a6[_0x2cc746(0x142)]){this[_0x2cc746(0x1a9)]=_0x1f452c,this[_0x2cc746(0x1a7)]=null;if(_0x2308a6[_0x2cc746(0x1cc)]||_0x2308a6[_0x2cc746(0x15a)]){_0x1f452c['startedAt']=new Date(),_0x1f452c[_0x2cc746(0x190)]=![];if(!_0x1f452c[_0x2cc746(0x145)])_0x1f452c['testAnalyticsId']=_0x59cae9[_0x2cc746(0x17a)](uuidv4);else _0x1f452c[_0x2cc746(0x190)]&&(!_0x1f452c['retryOf']&&(_0x1f452c[_0x2cc746(0x193)]=_0x1f452c['testAnalyticsId']),_0x1f452c[_0x2cc746(0x145)]=_0x59cae9[_0x2cc746(0x150)](uuidv4));}}else{if(_0x2308a6[_0x2cc746(0x108)]){this[_0x2cc746(0x1a7)]=_0x1f452c;if(_0x2308a6[_0x2cc746(0x1cc)]){_0x1f452c['startedAt']=new Date(),_0x1f452c[_0x2cc746(0x190)]=![];if(!_0x1f452c[_0x2cc746(0x1a3)])_0x1f452c[_0x2cc746(0x1a3)]=_0x59cae9[_0x2cc746(0x164)](uuidv4);else _0x1f452c['hookAnalyticsId']&&_0x1f452c[_0x2cc746(0x190)]&&(_0x1f452c['hookAnalyticsId']=_0x59cae9[_0x2cc746(0x11d)](uuidv4));}}}if(_0x2308a6['finished']&&_0x1f452c[_0x2cc746(0x190)])return;let _0x5dc0ee;try{_0x5dc0ee=this[_0x2cc746(0x1a2)](_0x1f452c);}catch(_0x5616bd){logger['debug'](_0x2cc746(0x194)+_0x5616bd),_0x5dc0ee=null;}const _0x53306b=_0x59cae9[_0x2cc746(0x179)](require,_0x59cae9[_0x2cc746(0x1f0)]);let _0x1a5f6a=[];_0x1633ac&&(_0x1a5f6a=[_0x1633ac,_0x59cae9[_0x2cc746(0x1f5)]]);const _0x1a76bc=_0x59cae9[_0x2cc746(0x161)](_0x1f452c[_0x2cc746(0x19b)],undefined)?_0x53306b[_0x2cc746(0x117)](_0x1f452c['errorsDetailed'][0x0]):_0x59cae9['UlwmX'](_0x1633ac,undefined)?_0x1633ac[_0x2cc746(0x137)]():undefined,_0x425078=_0x5dc0ee?this[_0x2cc746(0x1da)](_0x5dc0ee):null,_0xec8053=_0x5dc0ee?this[_0x2cc746(0x174)][_0x2cc746(0x1b1)](this['getRootParentFile'](_0x1f452c)):_0x59cae9[_0x2cc746(0x176)];let _0x2c3933=_0x59cae9[_0x2cc746(0x1a8)];const _0x48c4da=!_0x2308a6[_0x2cc746(0x1cc)]?new Date()['toISOString']():null;if(_0x2308a6['finished'])_0x2c3933=_0x1633ac?_0x59cae9[_0x2cc746(0x126)]:_0x59cae9['Rlpao'],_0x1f452c[_0x2cc746(0x190)]=!![];else _0x2308a6[_0x2cc746(0x15a)]&&(_0x2c3933=_0x59cae9[_0x2cc746(0x12a)],_0x1f452c['markedStatus']=!![]);const _0x1df5af={'framework':this['frameworkName'],'uuid':_0x1f452c['testAnalyticsId']||_0x1f452c['hookAnalyticsId'],'name':_0x1f452c[_0x2cc746(0x17c)],'body':{'lang':_0x59cae9[_0x2cc746(0x1f8)],'code':_0x1f452c[_0x2cc746(0x1ee)][_0x2cc746(0x137)]()},'type':_0x1f452c['type'],'scope':_0x1f452c[_0x2cc746(0x14b)](),'scopes':this[_0x2cc746(0x131)](_0x1f452c),'file_name':_0xec8053,'vc_filepath':_0x425078?path[_0x2cc746(0x125)](_0x425078,_0x5dc0ee):null,'location':_0xec8053,'result':_0x2c3933,'failure_reason':_0x1a76bc,'duration_in_ms':_0x1f452c[_0x2cc746(0x1bd)]||(_0x2308a6[_0x2cc746(0x184)]||_0x2308a6[_0x2cc746(0x15a)])?_0x59cae9[_0x2cc746(0x13b)](Date[_0x2cc746(0x199)](),new Date(_0x1f452c[_0x2cc746(0x1c7)])[_0x2cc746(0x1b2)]()):null,'started_at':new Date(_0x1f452c[_0x2cc746(0x1c7)])[_0x2cc746(0x1e6)](),'finished_at':_0x48c4da,'failure':testOpsHelper[_0x2cc746(0x16f)][_0x2cc746(0x17b)](null,_0x1a5f6a),'failure_type':!_0x1a76bc?null:testOpsHelper[_0x2cc746(0x204)](_0x1a76bc),'retry_of':_0x1f452c['retryOf']||null,'tags':_0x1f452c[_0x2cc746(0x1b4)]||[],'customRerunParam':{'rerun_name':_0x1f452c['fullTitle']()}};_0x59cae9[_0x2cc746(0x197)](appendTesthubParams,_0x1df5af,_0x3b003d,_0x1f452c,FRAMEWORKS[_0x2cc746(0x1c0)]);if(_0x2308a6[_0x2cc746(0x108)])[_0x1df5af[_0x2cc746(0x16e)],_0x1df5af[_0x2cc746(0x1ce)]]=[this[_0x2cc746(0x19a)](_0x1f452c),_0x1f452c[_0x2cc746(0x15c)][_0x2cc746(0x142)][_0x2cc746(0x17c)]],_0x2308a6['finished']?_0x59cae9[_0x2cc746(0x203)](_0x1df5af[_0x2cc746(0x14a)],_0x59cae9[_0x2cc746(0x126)])&&(_0x1df5af['result']=_0x59cae9[_0x2cc746(0x17f)]):_0x1df5af[_0x2cc746(0x1ee)]={};else _0x2308a6[_0x2cc746(0x142)]&&(this[_0x2cc746(0x124)](_0x1f452c),_0x2308a6[_0x2cc746(0x15a)]&&this[_0x2cc746(0x183)](_0x1f452c),(_0x2308a6[_0x2cc746(0x184)]||_0x2308a6[_0x2cc746(0x15a)])&&(_0x1df5af[_0x2cc746(0x1c5)]=this['getHooksForTest'](_0x1f452c)));this[_0x2cc746(0x12b)]&&(_0x2308a6[_0x2cc746(0x1cc)]||_0x2308a6[_0x2cc746(0x15a)])&&(_0x1df5af[_0x59cae9[_0x2cc746(0x1fe)]]=this['getCBTInfo'](this['driver']));_0x2308a6[_0x2cc746(0x142)]&&_0x2308a6['finished']&&_0x1f452c[_0x2cc746(0x196)]&&(_0x1df5af[_0x59cae9[_0x2cc746(0x1f4)]]={'feature':{'name':_0x1f452c['parent']['feature'][_0x2cc746(0x1ce)],'path':_0x1df5af[_0x2cc746(0x1f7)],'description':_0x1f452c[_0x2cc746(0x149)][_0x2cc746(0x18f)]},'scenario':{'name':_0x1f452c[_0x2cc746(0x17c)]},'steps':_0x1f452c[_0x2cc746(0x196)]});const _0x302c77=_0x1df5af[_0x59cae9[_0x2cc746(0x1e7)]][0x0];_0x302c77&&(_0x1df5af[_0x59cae9[_0x2cc746(0x1cd)]]=_0x302c77[_0x59cae9[_0x2cc746(0x1e2)]],_0x1df5af[_0x59cae9[_0x2cc746(0x1ab)]]=_0x302c77[_0x59cae9['RfINd']]);if(_0x1f452c['bddSteps'])for(const _0x55e05b of _0x1f452c[_0x2cc746(0x196)]){!_0x55e05b[_0x2cc746(0x19d)]&&(_0x55e05b['finished_at']=new Date()[_0x2cc746(0x1e6)](),_0x59cae9[_0x2cc746(0x13d)](_0x55e05b[_0x2cc746(0x14a)],_0x59cae9[_0x2cc746(0x1a8)])&&(_0x302c77?(_0x55e05b[_0x2cc746(0x14a)]=_0x59cae9[_0x2cc746(0x126)],_0x55e05b[_0x2cc746(0x158)]=_0x302c77[_0x59cae9[_0x2cc746(0x1e2)]][0x0]):_0x55e05b[_0x2cc746(0x14a)]=_0x59cae9[_0x2cc746(0x17f)]));}const _0x358a50={};_0x358a50['event_type']=_0x2308a6[_0x2cc746(0x15a)]?TEST_EVENTS[_0x2cc746(0x1d5)]:_0x3b003d;const _0x5b293c=_0x358a50;return _0x2308a6['hook']?_0x5b293c[_0x59cae9[_0x2cc746(0x144)]]=_0x1df5af:_0x5b293c[_0x59cae9[_0x2cc746(0x12c)]]=_0x1df5af,_0x5b293c;}catch(_0x5263a2){logger[_0x2cc746(0x1a4)](_0x2cc746(0x127)+_0x3b003d+'\x20with\x20error\x20:\x20'+_0x5263a2);}}async[a4_0x490116(0x18b)](_0x33968d,_0x3feca4){const _0x4d2b35=a4_0x490116;if(!this[_0x4d2b35(0x168)]||!_0x3feca4||!_0x33968d)return![];try{return await SessionHandler[_0x4d2b35(0x13a)](_0x3feca4);}catch(_0x31e9a1){logger[_0x4d2b35(0x1a4)](_0x4d2b35(0x139)+_0x33968d+_0x4d2b35(0x1b7)+_0x31e9a1);}}[a4_0x490116(0x154)](_0x3f3618){const _0x4a3240=a4_0x490116,_0x2ee1f3={};_0x2ee1f3[_0x4a3240(0x182)]=_0x4a3240(0x151);const _0x224258=_0x2ee1f3;return{'id':_0x3f3618[_0x4a3240(0x1e4)],'text':_0x3f3618['text'],'keyword':_0x3f3618[_0x4a3240(0x16d)],'started_at':_0x3f3618['startedAt']['toISOString'](),'result':_0x224258[_0x4a3240(0x182)]};}[a4_0x490116(0x155)](_0x4b3dd2){const _0x43fb4e=a4_0x490116,_0x4c758a={'TewSn':function(_0x28ae4d){return _0x28ae4d();}};!this[_0x43fb4e(0x1a9)][_0x43fb4e(0x196)]&&(this[_0x43fb4e(0x1a9)][_0x43fb4e(0x196)]=[]),!_0x4b3dd2[_0x43fb4e(0x1e4)]&&(_0x4b3dd2[_0x43fb4e(0x1e4)]=_0x4c758a[_0x43fb4e(0x1e5)](uuidv4),_0x4b3dd2['startedAt']=new Date(),this['currentTest']['bddSteps'][_0x43fb4e(0x15d)](this[_0x43fb4e(0x154)](_0x4b3dd2)));}['bddStepFinish'](_0x59ea2b){const _0x4fefc8=a4_0x490116,_0x6b13e0={'kqpFp':function(_0x211a83,_0x71270){return _0x211a83(_0x71270);},'MjUjR':_0x4fefc8(0x17d),'cUAzJ':_0x4fefc8(0x151),'gwlIN':_0x4fefc8(0x1d6),'vIAUR':function(_0x19163d,_0xe07dac){return _0x19163d-_0xe07dac;}};let _0x18023d=this[_0x4fefc8(0x1a9)][_0x4fefc8(0x196)][_0x4fefc8(0x159)](_0x14ac58=>_0x14ac58['id']===_0x59ea2b[_0x4fefc8(0x1e4)]);_0x6b13e0[_0x4fefc8(0x180)](isUndefined,_0x18023d)&&(_0x18023d=this[_0x4fefc8(0x154)](_0x59ea2b)),_0x18023d[_0x4fefc8(0x14a)]=[_0x6b13e0[_0x4fefc8(0x10c)],_0x6b13e0[_0x4fefc8(0x147)]][_0x4fefc8(0x1e3)](_0x59ea2b[_0x4fefc8(0x16c)])?_0x6b13e0['gwlIN']:_0x59ea2b['status'],_0x18023d['finished_at']=new Date()[_0x4fefc8(0x1e6)](),_0x18023d[_0x4fefc8(0x1bd)]=_0x6b13e0[_0x4fefc8(0x130)](Date[_0x4fefc8(0x199)](),_0x59ea2b[_0x4fefc8(0x1c7)][_0x4fefc8(0x1b2)]()),_0x18023d['failure']=_0x59ea2b['err']?_0x59ea2b[_0x4fefc8(0x181)][_0x4fefc8(0x1a5)]:null;}}const a4_0x5ecd3b={};function a4_0xa2a5(_0x5486fb,_0x1105d2){const _0x405877=a4_0x4058();return a4_0xa2a5=function(_0xa2a51,_0x4ae56e){_0xa2a51=_0xa2a51-0x106;let _0x37946a=_0x405877[_0xa2a51];return _0x37946a;},a4_0xa2a5(_0x5486fb,_0x1105d2);}a4_0x5ecd3b['O11yHelper']=O11yHelper,a4_0x5ecd3b[a4_0x490116(0x1df)]=STATE_PASSED,a4_0x5ecd3b[a4_0x490116(0x1ba)]=STATE_FAILED,a4_0x5ecd3b[a4_0x490116(0x148)]=TEST_EVENTS,module['exports']=a4_0x5ecd3b;function a4_0x4058(){const _0x2f6b67=['bddStepStart','getCBTInfo','cuLRF','failure','find','skipped','BrowserType','ctx','push','start','JWPjb','PZvuj','UlwmX','../mocha/test-observability/mochaUtils','HookRunFinished','pMAlr','launch','client','bind','enabled','ErfND','HOOK_RUN_FINISHED','codeceptjs','status','keyword','hook_type','failureData','hook_run','then','VfmtW','defineProperty','_paths','_afterAll','xSqKs','OuBkW','getHooksForTest','avwbS','MNsrs','apply','title','success','CjOgG','Rlpao','kqpFp','err','DUulJ','resetSkipTestHooks','finished','pKiiW','cwd','HVTxa','jbIRs','suites','shutdown','fireEvent','failure_reason_expanded','match','obsBrowserTypeMockApplied','comment','markedStatus','uuid','pid','retryOf','failed\x20to\x20get\x20root\x20parent\x20file\x20','2024VLBJwI','bddSteps','JLPXk','pPUUd','now','getHookType','errorsDetailed','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','finished_at','split','SlRbw','trDaz','TZlvg','getRootParentFile','hookAnalyticsId','debug','message','xigVc','currentHook','Maqdc','currentTest','../../helpers/test-observability/utils','pOnRr','PLAYWRIGHT_HUB_URL','forEach','browserstack','yRbKa','mbkah','prefixTestPath','getTime','browserType.js','tags','event_type','Vlbgw','\x20with\x20error\x20:\x20','cwYua','frameworkName','STATE_FAILED','dirname','./helper.js','duration','LogCreated','../../helpers/testhub/utils.js','CODECEPT','_beforeEach','toLowerCase','../utils/constants','failure_backtrace','hooks','logs','startedAt','length','_beforeAll','sQzQf','hAlfd','started','ZThFJ','name','SCAjV','backtrace','rMXmc','test_run','qrGvp','../../helpers/test-observability/constants','TEST_RUN_FINISHED','passed','NZRnn','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','../playwright/sessionDetails','findGitConfig','aSIdM','2122296KWhXqH','integrations','FLxmz','STATE_PASSED','9094sLKgWy','../playwright/accessibility-helper','ssjad','includes','stepAnalyticsId','TewSn','toISOString','njwqQ','prototype','hook_run_uuid','bs:addLog:','owAqP','config','DzBLi','body','Playwright','lwuav','HookRunStarted','wsEndpoint','PagMo','hdLLy','sMbQR','2406040bLPxDh','file_name','hYdwB','_afterEach','wROTl','concat','aTOuT','_testEnv','MRLLa','riAWU','657218HuhwaO','winstonLogger','JgCrv','aOpMI','getFailureType','fGSMY','TestRunSkipped','oIRxo','hook','location_prefix','expanded','zYQEW','MjUjR','jjLcW','captureEvent','__platformCaps','iXexg','__cloud_provider___','UNVDo','javascript','ecXnU','1925928eSGUbV','CWaiB','inspect','connectOverCDP','groups','WLrWm','HOOK_RUN_STARTED','replace','Zhccw','meta','kRfvj','eTNdS','setupBrowserDetails','failed','path','mapTestHooks','relative','ErcBV','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','removeAllListeners','2448744JYoryl','uVcPl','driver','IPyTu','hWCNG','dDjvC','test_run_uuid','vIAUR','getHierarchy','file','TEST_RUN_SKIPPED','bHHnk','../../helpers/helper','RKDZV','toString','213srEEan','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','uploadEventData','LHqxY','.git','QzUDV','IUycc','2961GgkdzA','FkwVH','patchConsoleLogger','test','0|3|4|1|2|5','IjiJD','testAnalyticsId','WGuxv','cUAzJ','TEST_EVENTS','parent','result','fullTitle','appendTestItemLog','join','accessibilityPlatform','connect','njOLM','pending','HUTok','oSPBc','initializeBddStep'];a4_0x4058=function(){return _0x2f6b67;};return a4_0x4058();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a5_0x3c011d=a5_0x1e0a;(function(_0x549c73,_0x4b72eb){const _0x4aef29=a5_0x1e0a,_0x114aa2=_0x549c73();while(!![]){try{const _0x1a532e=-parseInt(_0x4aef29(0x250))/0x1+parseInt(_0x4aef29(0x204))/0x2*(parseInt(_0x4aef29(0x21d))/0x3)+parseInt(_0x4aef29(0x23d))/0x4*(-parseInt(_0x4aef29(0x23b))/0x5)+-parseInt(_0x4aef29(0x21e))/0x6+-parseInt(_0x4aef29(0x22b))/0x7*(parseInt(_0x4aef29(0x227))/0x8)+-parseInt(_0x4aef29(0x232))/0x9+parseInt(_0x4aef29(0x24d))/0xa*(parseInt(_0x4aef29(0x20d))/0xb);if(_0x1a532e===_0x4b72eb)break;else _0x114aa2['push'](_0x114aa2['shift']());}catch(_0x373300){_0x114aa2['push'](_0x114aa2['shift']());}}}(a5_0x4fe0,0x62003));const fs=require('fs'),path=require('path'),util=require(a5_0x3c011d(0x222)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a5_0x3c011d(0x1fd)),helper=require(a5_0x3c011d(0x21f)),utilities=require('../../helpers/utilities'),constants=require(a5_0x3c011d(0x228)),{parallelCucumberRun}=require(a5_0x3c011d(0x213)),TestHubHandler=require(a5_0x3c011d(0x209)),testOpsHelper=require(a5_0x3c011d(0x22c)),chalk=require(a5_0x3c011d(0x224));function printCucumberStats(_0x955a31){const _0x1849f5=a5_0x3c011d,_0x3af7b5={};_0x3af7b5[_0x1849f5(0x1fe)]=function(_0x2eed74,_0x1acd5f){return _0x2eed74>_0x1acd5f;},_0x3af7b5[_0x1849f5(0x237)]=function(_0x17c4ea,_0x50676b){return _0x17c4ea-_0x50676b;},_0x3af7b5[_0x1849f5(0x236)]=function(_0x561d56,_0x1243ac){return _0x561d56>_0x1243ac;},_0x3af7b5[_0x1849f5(0x22d)]=function(_0x1d41f0,_0x25e66b){return _0x1d41f0>_0x25e66b;},_0x3af7b5[_0x1849f5(0x20f)]=function(_0x3f2dd2,_0x327da6){return _0x3f2dd2>_0x327da6;},_0x3af7b5[_0x1849f5(0x1f0)]=function(_0x4dcea4,_0x3e43a1){return _0x4dcea4>_0x3e43a1;},_0x3af7b5[_0x1849f5(0x24f)]=function(_0x2097d2,_0x50b75f){return _0x2097d2>_0x50b75f;},_0x3af7b5[_0x1849f5(0x1f4)]=function(_0x52bc74,_0x341afe){return _0x52bc74>_0x341afe;},_0x3af7b5[_0x1849f5(0x242)]=function(_0x2fff38,_0x2be826){return _0x2fff38>_0x2be826;},_0x3af7b5['TsLGl']=function(_0x2b0139,_0x7d395c){return _0x2b0139+_0x7d395c;},_0x3af7b5[_0x1849f5(0x241)]=function(_0x398cb2,_0x101c7f){return _0x398cb2+_0x101c7f;},_0x3af7b5[_0x1849f5(0x24a)]=function(_0x175a8a,_0x5a4827){return _0x175a8a+_0x5a4827;},_0x3af7b5[_0x1849f5(0x212)]=function(_0x5a8f45,_0x349a2a){return _0x5a8f45+_0x349a2a;},_0x3af7b5[_0x1849f5(0x243)]=function(_0x197320,_0x27fce3){return _0x197320===_0x27fce3;},_0x3af7b5['wlsig']='****\x20RESULTS\x20****';const _0x212486=_0x3af7b5;let _0x4fb43a=0x0;if(_0x212486['zTMms'](_0x955a31['length'],0x0))return _0x4fb43a;return console[_0x1849f5(0x20a)](chalk[_0x1849f5(0x226)][_0x1849f5(0x1f9)](_0x212486['wlsig'])),_0x955a31['forEach'](_0x47072d=>{const _0x5f4663=_0x1849f5,_0x294d1a=_0x47072d[0x0],_0x1420d1=_0x47072d[0x1];console[_0x5f4663(0x20a)]('\x0a'+chalk[_0x5f4663(0x226)][_0x5f4663(0x1e9)](''+helper[_0x5f4663(0x219)](_0x294d1a)));const _0x2435f1=_0x1420d1[_0x5f4663(0x21a)],_0xfa050=_0x1420d1[_0x5f4663(0x24b)],_0x1e1887=_0x1420d1[_0x5f4663(0x1e3)],_0x1e3cfb=_0x1420d1[_0x5f4663(0x1e5)],_0x2e5042=_0x1420d1[_0x5f4663(0x220)],_0x33b5d1=_0x1420d1[_0x5f4663(0x20e)],_0xb75699=_0x1420d1['stepsPending'],_0x4c2702=_0x1420d1[_0x5f4663(0x23e)],_0x5d26f5=_0x1420d1[_0x5f4663(0x1fc)],_0x52f950=_0x1420d1['stepsAmbiguous'],_0x35bac5=_0x1420d1['processSuccess'];let _0x3640ee=_0x2435f1+'\x20scenarios';const _0x4a7995=_0x212486['joHup'](_0x212486[_0x5f4663(0x237)](_0x2435f1,_0x1e1887),0x0)?_0x212486[_0x5f4663(0x237)](_0x2435f1,_0x1e1887):0x0;if(_0x212486[_0x5f4663(0x236)](_0x1e1887,0x0)&&_0x212486[_0x5f4663(0x1fe)](_0x4a7995,0x0))_0x3640ee+='\x20('+chalk['bold'][_0x5f4663(0x1fb)](_0x1e1887+_0x5f4663(0x205))+',\x20'+chalk[_0x5f4663(0x226)][_0x5f4663(0x1ea)](_0x4a7995+'\x20passed')+')';else(_0x212486[_0x5f4663(0x1fe)](_0x1e1887,0x0)||_0x212486[_0x5f4663(0x1fe)](_0x4a7995,0x0))&&(_0x3640ee+=_0x212486['WKJPM'](_0x1e1887,0x0)?'\x20('+chalk[_0x5f4663(0x226)]['red'](_0x1e1887+_0x5f4663(0x205))+')':'\x20('+chalk[_0x5f4663(0x226)][_0x5f4663(0x1ea)](_0x4a7995+_0x5f4663(0x244))+')');const _0x325043=_0xfa050+'\x20steps',_0x306d7e=[];_0x212486['yiVub'](_0x52f950,0x0)&&_0x306d7e[_0x5f4663(0x248)](''+chalk['bold'][_0x5f4663(0x1fb)](_0x52f950+_0x5f4663(0x23a)));_0x212486[_0x5f4663(0x1f0)](_0x1e3cfb,0x0)&&_0x306d7e[_0x5f4663(0x248)](''+chalk['bold']['red'](_0x1e3cfb+_0x5f4663(0x205)));_0x212486['dspze'](_0x2e5042,0x0)&&_0x306d7e[_0x5f4663(0x248)](''+chalk[_0x5f4663(0x226)]['green'](_0x2e5042+_0x5f4663(0x244)));_0x212486[_0x5f4663(0x1fe)](_0xb75699,0x0)&&_0x306d7e[_0x5f4663(0x248)](''+chalk[_0x5f4663(0x226)][_0x5f4663(0x1e9)](_0xb75699+_0x5f4663(0x245)));_0x212486[_0x5f4663(0x1f4)](_0x33b5d1,0x0)&&_0x306d7e[_0x5f4663(0x248)](''+chalk[_0x5f4663(0x226)]['cyan'](_0x33b5d1+'\x20skipped'));_0x212486[_0x5f4663(0x242)](_0x4c2702,0x0)&&_0x306d7e[_0x5f4663(0x248)](''+chalk[_0x5f4663(0x226)][_0x5f4663(0x1e9)](_0x4c2702+_0x5f4663(0x1fa)));_0x212486[_0x5f4663(0x24f)](_0x5d26f5,0x0)&&_0x306d7e[_0x5f4663(0x248)](''+chalk[_0x5f4663(0x226)]['yellow'](_0x5d26f5+'\x20skipped'));const _0x3e1e0f=_0x212486[_0x5f4663(0x1eb)](_0x212486['sTbTz'](_0x212486[_0x5f4663(0x24a)](_0x325043,'('),_0x306d7e[_0x5f4663(0x21b)](',\x20')),')');console['log'](_0x212486['sTbTz'](_0x212486[_0x5f4663(0x1eb)](_0x212486['TsLGl'](_0x212486[_0x5f4663(0x212)]('\x0a',_0x3640ee),'\x0a'),_0x3e1e0f),'\x0a')),_0x212486[_0x5f4663(0x243)](_0x35bac5,![])&&(_0x4fb43a=0x1);}),_0x4fb43a;}async function run(_0x457f92,_0x2c940e){const _0x48910a=a5_0x3c011d,_0x25a2a8={'rVaBA':function(_0x22cff6,_0x4e5255){return _0x22cff6(_0x4e5255);},'qZSva':function(_0x47018e,_0x5798b3){return _0x47018e>_0x5798b3;},'OOQep':'Generating\x20consolidated\x20report...','UqENv':_0x48910a(0x21c),'YJKLx':'cucumber','jASLU':_0x48910a(0x1f6),'rFbPJ':_0x48910a(0x1e4),'CqPDN':_0x48910a(0x22e),'UlFhb':function(_0x30b506,_0x5d679d){return _0x30b506-_0x5d679d;},'JFuYC':function(_0x5310c2,_0xfc23df){return _0x5310c2>=_0xfc23df;},'PChxK':function(_0x4ef905,_0x36c866){return _0x4ef905!=_0x36c866;},'HINfG':_0x48910a(0x221),'NmxUY':function(_0x5e9c00,_0x21ea00,_0x4a5724,_0x226d79,_0x38f666,_0xfeeea2){return _0x5e9c00(_0x21ea00,_0x4a5724,_0x226d79,_0x38f666,_0xfeeea2);}},_0x545366=new BrowserStackSetup(_0x457f92,_0x25a2a8['rFbPJ']);await _0x545366[_0x48910a(0x20c)]();!helper[_0x48910a(0x1ee)]()&&await _0x545366[_0x48910a(0x215)]();await helper[_0x48910a(0x217)](_0x545366[_0x48910a(0x20b)]);const _0x4fc4eb=helper[_0x48910a(0x234)](_0x545366[_0x48910a(0x20b)]),_0x2e517e=helper[_0x48910a(0x230)](_0x545366[_0x48910a(0x20b)],_0x4fc4eb,constants[_0x48910a(0x238)][_0x48910a(0x229)]);if(!_0x545366[_0x48910a(0x20b)])return;const _0x3271d3=_0x545366['config'][_0x48910a(0x249)]||helper[_0x48910a(0x225)](_0x457f92,_0x2c940e,_0x545366[_0x48910a(0x20b)],constants[_0x48910a(0x238)][_0x48910a(0x229)])||0x1,_0x4e0d7f={'server':helper[_0x48910a(0x233)](_0x545366[_0x48910a(0x20b)]),'proxySettings':_0x545366['config'][_0x48910a(0x1f7)],'maxWorkers':_0x3271d3,'browserStackLogLevel':_0x545366[_0x48910a(0x20b)]['logLevel'],'skipSessionName':_0x545366[_0x48910a(0x20b)][_0x48910a(0x235)]['skipSessionName'],'skipSessionStatus':_0x545366[_0x48910a(0x20b)][_0x48910a(0x235)][_0x48910a(0x23c)],'turboScaleUrl':_0x545366[_0x48910a(0x20b)][_0x48910a(0x203)]},_0x461ae2=process['argv'],[_0x2d7efa,_0x320ec3]=helper[_0x48910a(0x252)](_0x461ae2),_0x365288=path[_0x48910a(0x21b)](process[_0x48910a(0x22a)](),_0x25a2a8[_0x48910a(0x211)]);if(_0x25a2a8[_0x48910a(0x251)](_0x320ec3[_0x48910a(0x1ef)],0x0)){helper[_0x48910a(0x216)](_0x365288);for(let _0x34c9d7=_0x25a2a8[_0x48910a(0x239)](_0x2d7efa[_0x48910a(0x1ef)],0x1);_0x25a2a8[_0x48910a(0x24e)](_0x34c9d7,0x0);_0x34c9d7--){_0x461ae2[_0x48910a(0x208)](_0x2d7efa[_0x34c9d7],0x2);}}!helper[_0x48910a(0x23f)](_0x545366[_0x48910a(0x20b)][_0x48910a(0x207)])&&(process[_0x48910a(0x1f8)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x48910a(0x1e7)](_0x545366[_0x48910a(0x20b)][_0x48910a(0x207)]));_0x25a2a8[_0x48910a(0x1f1)](_0x545366[_0x48910a(0x20b)][_0x48910a(0x1e8)],null)?process[_0x48910a(0x1f8)][_0x48910a(0x1f2)]=_0x545366[_0x48910a(0x20b)][_0x48910a(0x1e8)]:process[_0x48910a(0x1f8)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x25a2a8[_0x48910a(0x206)];const _0x1cef09=await TestHubHandler[_0x48910a(0x1ed)](constants[_0x48910a(0x238)]['CUCUMBER'],_0x545366);helper['markSDKSetupComplete']();let _0x50fad4;_0x25a2a8[_0x48910a(0x231)](parallelCucumberRun,_0x2e517e,_0x4e0d7f,_0x545366[_0x48910a(0x20b)],_0x461ae2,_0x320ec3)[_0x48910a(0x1e6)](async _0x3deb84=>{const _0x531e52=_0x48910a;_0x50fad4=_0x3deb84;const _0x9467ac=_0x25a2a8['rVaBA'](printCucumberStats,_0x3deb84);process[_0x531e52(0x218)]=_0x9467ac,_0x25a2a8[_0x531e52(0x251)](_0x320ec3[_0x531e52(0x1ef)],0x0)&&(logger['debug'](_0x25a2a8[_0x531e52(0x1f5)]),helper[_0x531e52(0x1ec)](_0x365288,_0x320ec3),logger[_0x531e52(0x247)](_0x25a2a8[_0x531e52(0x24c)]),helper[_0x531e52(0x210)](_0x365288));})[_0x48910a(0x223)](async()=>{const _0x3d6cd6=_0x48910a;_0x545366[_0x3d6cd6(0x246)]=helper[_0x3d6cd6(0x1ff)](_0x50fad4,_0x25a2a8[_0x3d6cd6(0x214)]),testOpsHelper[_0x3d6cd6(0x202)]();try{await TestHubHandler['stop']();}catch(_0x5df2e6){logger[_0x3d6cd6(0x247)](_0x3d6cd6(0x200)+util['format'](_0x5df2e6));}try{const {browserstackFolderPath:_0x45b891,tcgConfigPath:_0x5d02e7}=helper[_0x3d6cd6(0x201)]();fs[_0x3d6cd6(0x22f)](_0x5d02e7),fs['rmdirSync'](_0x45b891);}catch(_0x35611c){logger[_0x3d6cd6(0x247)](_0x25a2a8['jASLU'],_0x35611c);}await utilities[_0x3d6cd6(0x1f3)](_0x545366);});}function a5_0x4fe0(){const _0x225de7=['319ALkvQJ','stepsSkipped','yiVub','removeDir','CqPDN','qydlf','../test-runner','YJKLx','setupTCGAuth','createDir','handleApp','exitCode','getPlatformName','scenarios','join','Removing\x20tmp\x20directory\x20created\x20for\x20reports','30XqhAlB','3053100HHKzfz','../../helpers/helper','stepsPassed','false','util','finally','chalk','getUserWorkerCount','bold','16GHwoaq','../utils/constants','CUCUMBER','cwd','633248pcePRU','../../helpers/test-observability/utils','WKJPM','tmp','unlinkSync','prepareCapabilities','NmxUY','4061637LypZAa','getHubUrl','useW3C','testContextOptions','LfUfx','wNMuV','FRAMEWORKS','UlFhb','\x20ambiguous','5fZwHOq','skipSessionStatus','1295656jPIYWU','stepsUndefined','isUndefined','exports','sTbTz','pLTcp','zTMms','\x20passed','\x20pending','errorMessage','debug','push','parallelsPerPlatform','tJlXD','steps','UqENv','622960nwIeZs','JFuYC','dspze','421068aQzMrD','qZSva','parseFormatters','scenariosFailed','cucumber-js','stepsFailed','then','stringify','testObservability','yellow','green','TsLGl','mergeOutputFiles','launchBuild','isBrowserstackInfra','length','kxOCJ','PChxK','BROWSERSTACK_TEST_OBSERVABILITY_YML','finalExecution','xzokG','OOQep','error\x20removing\x20tcg\x20config\x20file','proxySettings','env','bgWhite','\x20undefined','red','stepsUnknown','../../helpers/BrowserStackSetup','joHup','getErrorMessageFromResults','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','getTCGConfigFilePaths','printBuildLink','turboScaleUrl','96176uRFeaD','\x20failed','HINfG','accessibilityOptions','splice','../../helpers/testhub/testhubHandler','log','config','initialize'];a5_0x4fe0=function(){return _0x225de7;};return a5_0x4fe0();}function a5_0x1e0a(_0x4e6e04,_0x59896e){const _0x4fe0dc=a5_0x4fe0();return a5_0x1e0a=function(_0x1e0a7d,_0x5f46e1){_0x1e0a7d=_0x1e0a7d-0x1e3;let _0x1c0173=_0x4fe0dc[_0x1e0a7d];return _0x1c0173;},a5_0x1e0a(_0x4e6e04,_0x59896e);}module[a5_0x3c011d(0x240)]=run;
2
+ 'use strict';function a5_0xdee0(_0x479ebe,_0x5a1f15){const _0x3b1ca5=a5_0x3b1c();return a5_0xdee0=function(_0xdee010,_0x3c4287){_0xdee010=_0xdee010-0xdf;let _0x37bc49=_0x3b1ca5[_0xdee010];return _0x37bc49;},a5_0xdee0(_0x479ebe,_0x5a1f15);}const a5_0x5d38fa=a5_0xdee0;(function(_0x24d0e1,_0x36d782){const _0x5edc90=a5_0xdee0,_0x15be53=_0x24d0e1();while(!![]){try{const _0x369ff8=parseInt(_0x5edc90(0x141))/0x1*(parseInt(_0x5edc90(0x106))/0x2)+parseInt(_0x5edc90(0x112))/0x3*(parseInt(_0x5edc90(0xf3))/0x4)+parseInt(_0x5edc90(0xf4))/0x5*(parseInt(_0x5edc90(0x104))/0x6)+parseInt(_0x5edc90(0x11a))/0x7*(parseInt(_0x5edc90(0x14b))/0x8)+-parseInt(_0x5edc90(0x10c))/0x9*(parseInt(_0x5edc90(0x11f))/0xa)+parseInt(_0x5edc90(0x102))/0xb+-parseInt(_0x5edc90(0x135))/0xc;if(_0x369ff8===_0x36d782)break;else _0x15be53['push'](_0x15be53['shift']());}catch(_0x258c7d){_0x15be53['push'](_0x15be53['shift']());}}}(a5_0x3b1c,0xb4bc6));const fs=require('fs'),path=require(a5_0x5d38fa(0x11b)),util=require(a5_0x5d38fa(0xec)),logger=require(a5_0x5d38fa(0xf1))['winstonLogger'],{default:BrowserStackSetup}=require(a5_0x5d38fa(0xf0)),helper=require('../../helpers/helper'),utilities=require(a5_0x5d38fa(0x11e)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a5_0x5d38fa(0xe6)),TestHubHandler=require(a5_0x5d38fa(0x131)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require('chalk');function printCucumberStats(_0x38ef93){const _0x5c235a=a5_0x5d38fa,_0x54fa8a={};_0x54fa8a['IFWJb']=function(_0x3c4a74,_0x3d5ec9){return _0x3c4a74>_0x3d5ec9;},_0x54fa8a['LxIBs']=function(_0x5cdb4e,_0x2a4ae2){return _0x5cdb4e-_0x2a4ae2;},_0x54fa8a['DMwHW']=function(_0x1973c2,_0x14e839){return _0x1973c2-_0x14e839;},_0x54fa8a['JQlZe']=function(_0x18c2eb,_0x403c1c){return _0x18c2eb>_0x403c1c;},_0x54fa8a[_0x5c235a(0x113)]=function(_0xc7ce2d,_0x45e482){return _0xc7ce2d>_0x45e482;},_0x54fa8a[_0x5c235a(0xe9)]=function(_0x57b699,_0x132276){return _0x57b699>_0x132276;},_0x54fa8a[_0x5c235a(0x128)]=function(_0x19e2f1,_0x4b62d3){return _0x19e2f1>_0x4b62d3;},_0x54fa8a['IzAdK']=function(_0x2042d5,_0x117a0d){return _0x2042d5>_0x117a0d;},_0x54fa8a['nBBSr']=function(_0x437fbf,_0x5ae532){return _0x437fbf>_0x5ae532;},_0x54fa8a[_0x5c235a(0x126)]=function(_0x46840e,_0x234694){return _0x46840e>_0x234694;},_0x54fa8a[_0x5c235a(0x12a)]=function(_0x38646e,_0x2081d9){return _0x38646e>_0x2081d9;},_0x54fa8a[_0x5c235a(0x150)]=function(_0x3b2268,_0x10b8c7){return _0x3b2268+_0x10b8c7;},_0x54fa8a[_0x5c235a(0x12e)]=function(_0x12ce08,_0x449608){return _0x12ce08+_0x449608;},_0x54fa8a[_0x5c235a(0x12f)]=function(_0x530bb7,_0x45b5f9){return _0x530bb7+_0x45b5f9;},_0x54fa8a[_0x5c235a(0x151)]=function(_0x15417f,_0x35c203){return _0x15417f===_0x35c203;},_0x54fa8a['ftnoJ']=function(_0x690434,_0x4964db){return _0x690434===_0x4964db;},_0x54fa8a['vzWjJ']=_0x5c235a(0x107);const _0x52688c=_0x54fa8a;let _0x1e8287=0x0;if(_0x52688c[_0x5c235a(0xef)](_0x38ef93[_0x5c235a(0x14d)],0x0))return _0x1e8287;return console[_0x5c235a(0x147)](chalk['bold'][_0x5c235a(0xf5)](_0x52688c[_0x5c235a(0x118)])),_0x38ef93[_0x5c235a(0x11d)](_0x52e613=>{const _0x2dcbfc=_0x5c235a,_0x6e703c=_0x52e613[0x0],_0x599aaf=_0x52e613[0x1];console[_0x2dcbfc(0x147)]('\x0a'+chalk[_0x2dcbfc(0x124)][_0x2dcbfc(0x111)](''+helper[_0x2dcbfc(0x152)](_0x6e703c)));const _0x51a8b8=_0x599aaf[_0x2dcbfc(0x125)],_0x394b6a=_0x599aaf[_0x2dcbfc(0x13e)],_0x124b19=_0x599aaf[_0x2dcbfc(0x14f)],_0x23297f=_0x599aaf[_0x2dcbfc(0x117)],_0x468fb8=_0x599aaf[_0x2dcbfc(0xed)],_0x188a6b=_0x599aaf[_0x2dcbfc(0xe3)],_0x4e10f1=_0x599aaf['stepsPending'],_0x69bf60=_0x599aaf[_0x2dcbfc(0x149)],_0x2b1577=_0x599aaf[_0x2dcbfc(0x136)],_0x44aaea=_0x599aaf[_0x2dcbfc(0x10e)],_0x3e8f2c=_0x599aaf['processSuccess'];let _0x3caf1e=_0x51a8b8+_0x2dcbfc(0x101);const _0x2f015=_0x52688c[_0x2dcbfc(0xdf)](_0x52688c[_0x2dcbfc(0x114)](_0x51a8b8,_0x124b19),0x0)?_0x52688c['DMwHW'](_0x51a8b8,_0x124b19):0x0;if(_0x52688c[_0x2dcbfc(0xf8)](_0x124b19,0x0)&&_0x52688c[_0x2dcbfc(0x113)](_0x2f015,0x0))_0x3caf1e+='\x20('+chalk[_0x2dcbfc(0x124)][_0x2dcbfc(0x129)](_0x124b19+'\x20failed')+',\x20'+chalk[_0x2dcbfc(0x124)][_0x2dcbfc(0xf2)](_0x2f015+_0x2dcbfc(0x105))+')';else(_0x52688c['JQlZe'](_0x124b19,0x0)||_0x52688c['JQlZe'](_0x2f015,0x0))&&(_0x3caf1e+=_0x52688c['hxTOQ'](_0x124b19,0x0)?'\x20('+chalk[_0x2dcbfc(0x124)][_0x2dcbfc(0x129)](_0x124b19+_0x2dcbfc(0x119))+')':'\x20('+chalk[_0x2dcbfc(0x124)]['green'](_0x2f015+_0x2dcbfc(0x105))+')');const _0x552d0f=_0x394b6a+_0x2dcbfc(0xfc),_0x2cffd4=[];_0x52688c[_0x2dcbfc(0xe9)](_0x44aaea,0x0)&&_0x2cffd4[_0x2dcbfc(0x109)](''+chalk[_0x2dcbfc(0x124)][_0x2dcbfc(0x129)](_0x44aaea+_0x2dcbfc(0x134)));_0x52688c[_0x2dcbfc(0xdf)](_0x23297f,0x0)&&_0x2cffd4['push'](''+chalk[_0x2dcbfc(0x124)][_0x2dcbfc(0x129)](_0x23297f+_0x2dcbfc(0x119)));_0x52688c[_0x2dcbfc(0x128)](_0x468fb8,0x0)&&_0x2cffd4[_0x2dcbfc(0x109)](''+chalk['bold']['green'](_0x468fb8+_0x2dcbfc(0x105)));_0x52688c[_0x2dcbfc(0xf6)](_0x4e10f1,0x0)&&_0x2cffd4[_0x2dcbfc(0x109)](''+chalk[_0x2dcbfc(0x124)][_0x2dcbfc(0x111)](_0x4e10f1+_0x2dcbfc(0xe0)));_0x52688c[_0x2dcbfc(0xfe)](_0x188a6b,0x0)&&_0x2cffd4[_0x2dcbfc(0x109)](''+chalk['bold']['cyan'](_0x188a6b+_0x2dcbfc(0x110)));_0x52688c[_0x2dcbfc(0x126)](_0x69bf60,0x0)&&_0x2cffd4[_0x2dcbfc(0x109)](''+chalk[_0x2dcbfc(0x124)]['yellow'](_0x69bf60+_0x2dcbfc(0x14e)));_0x52688c[_0x2dcbfc(0x12a)](_0x2b1577,0x0)&&_0x2cffd4[_0x2dcbfc(0x109)](''+chalk[_0x2dcbfc(0x124)]['yellow'](_0x2b1577+_0x2dcbfc(0x110)));const _0x115ee8=_0x52688c[_0x2dcbfc(0x150)](_0x52688c[_0x2dcbfc(0x12e)](_0x52688c['yxDSm'](_0x552d0f,'('),_0x2cffd4['join'](',\x20')),')');console['log'](_0x52688c[_0x2dcbfc(0x12e)](_0x52688c[_0x2dcbfc(0x12f)](_0x52688c[_0x2dcbfc(0x150)](_0x52688c[_0x2dcbfc(0x150)]('\x0a',_0x3caf1e),'\x0a'),_0x115ee8),'\x0a')),_0x52688c[_0x2dcbfc(0x151)](_0x3e8f2c,![])&&(_0x1e8287=0x1);}),_0x1e8287;}async function run(_0x45b802,_0x666b89){const _0x2dd48a=a5_0x5d38fa,_0x190773={'ciaqq':function(_0x2666ea,_0x2717fe){return _0x2666ea(_0x2717fe);},'nPqKZ':function(_0x59778c,_0x158400){return _0x59778c>_0x158400;},'kBpYR':_0x2dd48a(0x115),'iTWLn':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','dRISi':_0x2dd48a(0xe8),'hFikx':_0x2dd48a(0x139),'gEpcQ':_0x2dd48a(0x132),'TKbOu':'tmp','AvnqE':function(_0x49f666,_0x4c2f90){return _0x49f666-_0x4c2f90;},'Pwlvx':function(_0x4e9add,_0x37d467){return _0x4e9add>=_0x37d467;},'jILZF':function(_0x483a5f,_0x252eb4){return _0x483a5f!=_0x252eb4;},'Eqwaj':_0x2dd48a(0x13f),'OTyAs':function(_0x179361,_0x65a035,_0x175a36,_0x2dd0dd,_0x3a709d,_0x52f5fc){return _0x179361(_0x65a035,_0x175a36,_0x2dd0dd,_0x3a709d,_0x52f5fc);}},_0x6d517b=new BrowserStackSetup(_0x45b802,_0x190773[_0x2dd48a(0x100)]);await _0x6d517b[_0x2dd48a(0x116)]();!helper['isBrowserstackInfra']()&&await _0x6d517b['setupTCGAuth']();await helper[_0x2dd48a(0x14c)](_0x6d517b[_0x2dd48a(0x14a)]);const _0x55b1b4=helper[_0x2dd48a(0x140)](_0x6d517b[_0x2dd48a(0x14a)]),_0x343bf7=helper[_0x2dd48a(0x12c)](_0x6d517b[_0x2dd48a(0x14a)],_0x55b1b4,constants['FRAMEWORKS'][_0x2dd48a(0xf9)]);if(!_0x6d517b[_0x2dd48a(0x14a)])return;const _0x2a11b5=_0x6d517b[_0x2dd48a(0x14a)][_0x2dd48a(0xee)]||helper[_0x2dd48a(0x123)](_0x45b802,_0x666b89,_0x6d517b[_0x2dd48a(0x14a)],constants[_0x2dd48a(0x12b)][_0x2dd48a(0xf9)])||0x1,_0x5590f9={'server':helper['getHubUrl'](_0x6d517b[_0x2dd48a(0x14a)]),'proxySettings':_0x6d517b[_0x2dd48a(0x14a)]['proxySettings'],'maxWorkers':_0x2a11b5,'browserStackLogLevel':_0x6d517b[_0x2dd48a(0x14a)]['logLevel'],'skipSessionName':_0x6d517b['config'][_0x2dd48a(0x10d)][_0x2dd48a(0x13b)],'skipSessionStatus':_0x6d517b[_0x2dd48a(0x14a)][_0x2dd48a(0x10d)][_0x2dd48a(0x13d)],'turboScaleUrl':_0x6d517b['config'][_0x2dd48a(0x12d)]},_0x4da44a=process['argv'],[_0x50336e,_0x3a6e04]=helper[_0x2dd48a(0xe4)](_0x4da44a),_0x38f892=path[_0x2dd48a(0xe7)](process[_0x2dd48a(0xfb)](),_0x190773['TKbOu']);if(_0x190773[_0x2dd48a(0xff)](_0x3a6e04['length'],0x0)){helper[_0x2dd48a(0x130)](_0x38f892);for(let _0x4af449=_0x190773[_0x2dd48a(0xea)](_0x50336e[_0x2dd48a(0x14d)],0x1);_0x190773[_0x2dd48a(0x10b)](_0x4af449,0x0);_0x4af449--){_0x4da44a[_0x2dd48a(0x13c)](_0x50336e[_0x4af449],0x2);}}!helper[_0x2dd48a(0xe1)](_0x6d517b[_0x2dd48a(0x14a)][_0x2dd48a(0x153)])&&(process['env'][_0x2dd48a(0x121)]=JSON[_0x2dd48a(0x138)](_0x6d517b[_0x2dd48a(0x14a)][_0x2dd48a(0x153)]));_0x190773[_0x2dd48a(0x146)](_0x6d517b[_0x2dd48a(0x14a)][_0x2dd48a(0x122)],null)?process[_0x2dd48a(0x127)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x6d517b[_0x2dd48a(0x14a)][_0x2dd48a(0x122)]:process[_0x2dd48a(0x127)][_0x2dd48a(0x10a)]=_0x190773[_0x2dd48a(0xe2)];const _0x2fb05c=await TestHubHandler[_0x2dd48a(0xfd)](constants[_0x2dd48a(0x12b)][_0x2dd48a(0xf9)],_0x6d517b);helper[_0x2dd48a(0xeb)]();let _0x423f33;_0x190773[_0x2dd48a(0x145)](parallelCucumberRun,_0x343bf7,_0x5590f9,_0x6d517b[_0x2dd48a(0x14a)],_0x4da44a,_0x3a6e04)['then'](async _0xb600ee=>{const _0x9c69c4=_0x2dd48a;_0x423f33=_0xb600ee;const _0x1c2b9f=_0x190773['ciaqq'](printCucumberStats,_0xb600ee);process['exitCode']=_0x1c2b9f,_0x190773['nPqKZ'](_0x3a6e04[_0x9c69c4(0x14d)],0x0)&&(logger[_0x9c69c4(0xe5)](_0x190773[_0x9c69c4(0x148)]),helper[_0x9c69c4(0x13a)](_0x38f892,_0x3a6e04),logger[_0x9c69c4(0xe5)](_0x190773[_0x9c69c4(0x144)]),helper['removeDir'](_0x38f892));})['finally'](async()=>{const _0x420801=_0x2dd48a;_0x6d517b[_0x420801(0x133)]=helper['getErrorMessageFromResults'](_0x423f33,_0x190773[_0x420801(0x108)]),testOpsHelper[_0x420801(0x143)]();try{await TestHubHandler[_0x420801(0x142)]();}catch(_0x50932e){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x420801(0x103)](_0x50932e));}try{const {browserstackFolderPath:_0x1b3b9b,tcgConfigPath:_0x362d93}=helper[_0x420801(0x10f)]();fs[_0x420801(0xfa)](_0x362d93),fs[_0x420801(0x137)](_0x1b3b9b);}catch(_0x24f5bd){logger[_0x420801(0xe5)](_0x190773[_0x420801(0x120)],_0x24f5bd);}await utilities[_0x420801(0xf7)](_0x6d517b);});}function a5_0x3b1c(){const _0x358d60=['createDir','../../helpers/testhub/testhubHandler','cucumber-js','errorMessage','\x20ambiguous','43746984SKfMkX','stepsUnknown','rmdirSync','stringify','error\x20removing\x20tcg\x20config\x20file','mergeOutputFiles','skipSessionName','splice','skipSessionStatus','steps','false','useW3C','40rzWkqa','stop','printBuildLink','iTWLn','OTyAs','jILZF','log','kBpYR','stepsUndefined','config','24wNxtnw','handleApp','length','\x20undefined','scenariosFailed','dTuRF','NwrTg','getPlatformName','accessibilityOptions','IFWJb','\x20pending','isUndefined','Eqwaj','stepsSkipped','parseFormatters','debug','../test-runner','join','cucumber','SEXBi','AvnqE','markSDKSetupComplete','util','stepsPassed','parallelsPerPlatform','ftnoJ','../../helpers/BrowserStackSetup','../../helpers/logger','green','1902596yAUgqs','3233930VdODEe','bgWhite','IzAdK','finalExecution','JQlZe','CUCUMBER','unlinkSync','cwd','\x20steps','launchBuild','nBBSr','nPqKZ','gEpcQ','\x20scenarios','7330895BuwySi','format','6jTnGcD','\x20passed','72824AXULMx','****\x20RESULTS\x20****','dRISi','push','BROWSERSTACK_TEST_OBSERVABILITY_YML','Pwlvx','277308psjoCW','testContextOptions','stepsAmbiguous','getTCGConfigFilePaths','\x20skipped','yellow','9BwXNim','hxTOQ','LxIBs','Generating\x20consolidated\x20report...','initialize','stepsFailed','vzWjJ','\x20failed','1879402tBVQwz','path','exports','forEach','../../helpers/utilities','200wuEIjX','hFikx','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','testObservability','getUserWorkerCount','bold','scenarios','wpWgs','env','OgHIg','red','cKXbQ','FRAMEWORKS','prepareCapabilities','turboScaleUrl','yxDSm','rmlGb'];a5_0x3b1c=function(){return _0x358d60;};return a5_0x3b1c();}module[a5_0x5d38fa(0x11c)]=run;