browserstack-node-sdk 1.34.15 → 1.34.16

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 (127) 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 +1 -1
  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/patchHelper.js +1 -1
  104. package/src/helpers/patchHelpers.js +1 -1
  105. package/src/helpers/percy/Percy.js +1 -1
  106. package/src/helpers/percy/PercyBinary.js +1 -1
  107. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  108. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  109. package/src/helpers/percy/PercySDK.js +1 -1
  110. package/src/helpers/percy/index.js +1 -1
  111. package/src/helpers/percy/utils.js +1 -1
  112. package/src/helpers/performance-tester.js +1 -1
  113. package/src/helpers/request-spy.js +1 -1
  114. package/src/helpers/setKeepAlive.js +1 -1
  115. package/src/helpers/test-observability/constants.js +1 -1
  116. package/src/helpers/test-observability/error-handler.js +1 -1
  117. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  118. package/src/helpers/test-observability/sessionHandler.js +1 -1
  119. package/src/helpers/test-observability/utils.js +1 -1
  120. package/src/helpers/testhub/constants.js +1 -1
  121. package/src/helpers/testhub/testhubHandler.js +1 -1
  122. package/src/helpers/testhub/utils.js +1 -1
  123. package/src/helpers/timeoutPromise.js +1 -1
  124. package/src/helpers/utilities.js +1 -1
  125. package/src/helpers/w3cMapping.js +1 -1
  126. package/src/hubAllocationMethods.js +1 -1
  127. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a1_0x5b19a6=a1_0x5af2;function a1_0x5af2(_0x1b5d00,_0x4d0188){const _0x4a6a6d=a1_0x4a6a();return a1_0x5af2=function(_0x5af287,_0x2998bf){_0x5af287=_0x5af287-0x67;let _0x3685ea=_0x4a6a6d[_0x5af287];return _0x3685ea;},a1_0x5af2(_0x1b5d00,_0x4d0188);}(function(_0x25ac60,_0xdaa96f){const _0x3f9a8e=a1_0x5af2,_0x4ef99c=_0x25ac60();while(!![]){try{const _0x413dd7=-parseInt(_0x3f9a8e(0xbc))/0x1*(parseInt(_0x3f9a8e(0xdb))/0x2)+-parseInt(_0x3f9a8e(0xce))/0x3*(-parseInt(_0x3f9a8e(0x75))/0x4)+-parseInt(_0x3f9a8e(0x72))/0x5+parseInt(_0x3f9a8e(0xed))/0x6*(parseInt(_0x3f9a8e(0x9a))/0x7)+-parseInt(_0x3f9a8e(0xe4))/0x8*(-parseInt(_0x3f9a8e(0xba))/0x9)+-parseInt(_0x3f9a8e(0x92))/0xa*(parseInt(_0x3f9a8e(0x7a))/0xb)+parseInt(_0x3f9a8e(0xdf))/0xc*(-parseInt(_0x3f9a8e(0xd3))/0xd);if(_0x413dd7===_0xdaa96f)break;else _0x4ef99c['push'](_0x4ef99c['shift']());}catch(_0x55b762){_0x4ef99c['push'](_0x4ef99c['shift']());}}}(a1_0x4a6a,0xe77bd));const fs=require('fs'),util=require(a1_0x5b19a6(0xcc)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x5b19a6(0x6c)),logger=require(a1_0x5b19a6(0x10a))[a1_0x5b19a6(0xfc)],testOpsHelper=require(a1_0x5b19a6(0xf6)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x5b19a6(0xa1)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x5b19a6(0xf7)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x5b19a6(0x9b)),PerformanceTester=require(a1_0x5b19a6(0xb6)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x5b19a6(0xa5)),testHubConstants=require(a1_0x5b19a6(0xa7)),CodeceptJS=requireModule(a1_0x5b19a6(0xaa)),CodeceptUtils=requireModule(a1_0x5b19a6(0x10b)),CodeceptWebDriver=requireModule(a1_0x5b19a6(0xa0)),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js'),CodeceptPlaywright=requireModule(a1_0x5b19a6(0x95)),playwrightMarkSessionStatus=(_0x382fe6,_0x53052e,_0x417006)=>{const _0x5ecc79=a1_0x5b19a6,_0x1c37e5={'MYvNY':_0x5ecc79(0x79),'rYzWa':function(_0x222799,_0x1c90d0){return _0x222799(_0x1c90d0);}},_0x38c9b1={};_0x38c9b1['status']=_0x53052e;const _0x311d64={};_0x311d64['action']=_0x1c37e5[_0x5ecc79(0xf3)],_0x311d64[_0x5ecc79(0x94)]=_0x38c9b1;const _0x468e7d=_0x311d64;return!_0x1c37e5[_0x5ecc79(0x69)](isUndefined,_0x417006)&&(_0x468e7d['arguments'][_0x5ecc79(0xd0)]=JSON[_0x5ecc79(0x96)](_0x417006)),_0x382fe6[_0x5ecc79(0xcb)](()=>{},_0x5ecc79(0xa9)+JSON[_0x5ecc79(0x96)](_0x468e7d));},o11ySync=async _0x4f311f=>{const _0x4a8537=a1_0x5b19a6,_0x450f12={};_0x450f12[_0x4a8537(0xb0)]=function(_0x5ce048,_0x216690){return _0x5ce048===_0x216690;},_0x450f12[_0x4a8537(0xea)]=_0x4a8537(0x74);const _0x331237=_0x450f12;_0x331237[_0x4a8537(0xb0)](_0x4f311f[_0x4a8537(0xcf)][_0x4a8537(0x8c)],_0x331237[_0x4a8537(0xea)])?await _0x4f311f[_0x4a8537(0xcb)](_0x3b5d5c=>{},testOpsHelper['getSyncScript']()):await _0x4f311f[_0x4a8537(0xcb)](testOpsHelper[_0x4a8537(0x83)]());},markSessionName=async(_0x271e16,_0x371c82)=>{const _0x2509cb=a1_0x5b19a6,_0x6347ca={};_0x6347ca['JzEAM']='setSessionName',_0x6347ca['GIHYv']=function(_0x113c24,_0x24f384){return _0x113c24===_0x24f384;},_0x6347ca[_0x2509cb(0xaf)]=_0x2509cb(0x74);const _0x4041ba=_0x6347ca,_0x2aae83={};_0x2aae83[_0x2509cb(0x8c)]=_0x371c82;const _0x20bc24={};_0x20bc24['action']=_0x4041ba[_0x2509cb(0xc0)],_0x20bc24[_0x2509cb(0x94)]=_0x2aae83;const _0xa438be=_0x20bc24;_0x4041ba[_0x2509cb(0x73)](_0x271e16[_0x2509cb(0xcf)]['name'],_0x4041ba[_0x2509cb(0xaf)])?await _0x271e16['executeScript'](()=>{},_0x2509cb(0xa9)+JSON[_0x2509cb(0x96)](_0xa438be)):await _0x271e16[_0x2509cb(0xcb)](_0x2509cb(0xa9)+JSON[_0x2509cb(0x96)](_0xa438be));},patchSaveScreenshot=_0x28a2c8=>{const _0x39e043=a1_0x5b19a6,_0x533b82={'vFtmA':'base64','ccAYs':_0x39e043(0x10d),'yWQVF':function(_0x1eb7bb){return _0x1eb7bb();},'tLFYW':function(_0x1b13b3,_0x55b516){return _0x1b13b3(_0x55b516);}};_0x533b82['tLFYW'](isTrue,process['env'][_0x39e043(0xd6)])&&!_0x28a2c8['patchSaveScreenshot']&&(_0x28a2c8[_0x39e043(0x87)]=!![],_0x28a2c8[_0x39e043(0xbe)]=_0x28a2c8[_0x39e043(0x70)],_0x28a2c8[_0x39e043(0x70)]=(_0x1540f5,_0x247b1b=![])=>{const _0x128276=_0x39e043,_0x472242={'fhfxq':_0x533b82['vFtmA'],'fqyVW':_0x533b82[_0x128276(0xec)],'fpsYv':function(_0x4d3688){const _0x4aa58b=_0x128276;return _0x533b82[_0x4aa58b(0x9f)](_0x4d3688);}};return new Promise(function(_0x47bf8e,_0x5e4120){const _0x4e3ec6=_0x128276;_0x28a2c8[_0x4e3ec6(0xbe)](_0x1540f5,_0x247b1b)[_0x4e3ec6(0x101)](()=>{const _0x3ea9a4=_0x4e3ec6,_0x491f72=CodeceptUtils[_0x3ea9a4(0xff)](_0x1540f5),_0x197b7e=fs[_0x3ea9a4(0x68)](_0x491f72);process[_0x3ea9a4(0xb4)](_0x3ea9a4(0x102)+process[_0x3ea9a4(0xc1)],{'timestamp':new Date()[_0x3ea9a4(0x9c)](),'message':_0x197b7e[_0x3ea9a4(0xd9)](_0x472242['fhfxq']),'kind':_0x472242[_0x3ea9a4(0x82)]}),_0x472242[_0x3ea9a4(0x8f)](_0x47bf8e);})['catch'](()=>null);});});},patchWebDriverBefore=_0x42994b=>{const _0x14bed2=a1_0x5b19a6,_0x18bafe={'TibMO':function(_0x3b610a){return _0x3b610a();},'yMKrs':function(_0x5674a4,_0x2ffffe){return _0x5674a4(_0x2ffffe);},'HwFNW':function(_0x3c1699,_0x25ff36){return _0x3c1699===_0x25ff36;},'AgtoV':_0x14bed2(0x6e),'sqBpS':function(_0x1fcbec,_0x506af2){return _0x1fcbec(_0x506af2);}},_0x2a485e=async function(_0x2e19eb,_0x53af51){const _0x2cd3d3=_0x14bed2;return _0x18bafe[_0x2cd3d3(0xb5)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x2cd3d3(0xf4)]&&scripts[_0x2cd3d3(0xc4)](_0x2e19eb['name'])&&_0x18bafe[_0x2cd3d3(0x81)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2cd3d3(0xf8)]=!![],logger[_0x2cd3d3(0xb7)]('Performing\x20scan\x20for\x20'+_0x2e19eb[_0x2cd3d3(0xc5)]+'\x20'+_0x2e19eb[_0x2cd3d3(0x8c)]),await AccessibilityHelper[_0x2cd3d3(0x78)](_0x42994b,scripts['performScan'])),global['bstackAllyScanning']=![],_0x53af51[_0x2cd3d3(0x106)](this,Array['prototype']['slice'][_0x2cd3d3(0xd2)](arguments,0x2));},_0x1f0f6c=CodeceptWebDriver[_0x14bed2(0xac)]['_before'];CodeceptWebDriver[_0x14bed2(0xac)]['_before']=async function(){const _0x4af5dc=_0x14bed2;await _0x1f0f6c[_0x4af5dc(0x106)](this,arguments),scripts[_0x4af5dc(0xe7)][_0x4af5dc(0x85)](_0x3a397b=>_0x3a397b[_0x4af5dc(0x8c)]&&_0x3a397b[_0x4af5dc(0xc5)])['forEach'](_0x4bfc94=>{const _0x444885=_0x4af5dc;this[_0x444885(0xbd)][_0x444885(0x67)](_0x4bfc94[_0x444885(0x8c)],_0x2a485e[_0x444885(0x86)](this,_0x4bfc94),_0x18bafe['HwFNW'](_0x4bfc94[_0x444885(0xc5)],_0x18bafe[_0x444885(0x6f)]));}),_0x18bafe['sqBpS'](processWebDriverConfig,_0x42994b);};},patchPlaywrightBefore=()=>{const _0x4fc2b2=a1_0x5b19a6;PlaywrightSessionDetails[_0x4fc2b2(0x8e)]();const _0x3d1e17=CodeceptPlaywright[_0x4fc2b2(0xac)][_0x4fc2b2(0xe6)];CodeceptPlaywright['prototype'][_0x4fc2b2(0xe6)]=async function(){const _0x341135=_0x4fc2b2;this[_0x341135(0xfe)]=await this['browser'][_0x341135(0x108)]()[0x0],await _0x3d1e17[_0x341135(0x106)](this,arguments);};},getCodeceptDriver=()=>{const _0x1ad0ca=a1_0x5b19a6,_0x4afb4e={};_0x4afb4e[_0x1ad0ca(0x80)]=_0x1ad0ca(0xde),_0x4afb4e['ocESC']=_0x1ad0ca(0x74),_0x4afb4e[_0x1ad0ca(0x76)]=_0x1ad0ca(0xb9),_0x4afb4e[_0x1ad0ca(0xe2)]=_0x1ad0ca(0xbb);const _0x3285ad=_0x4afb4e,_0x967abe=[_0x3285ad[_0x1ad0ca(0x80)],_0x3285ad['ocESC'],_0x3285ad[_0x1ad0ca(0x76)],_0x3285ad[_0x1ad0ca(0xe2)]],_0x3b0cb7=_0x967abe['find'](_0x4e424f=>!!CodeceptJS[_0x1ad0ca(0xfb)][_0x1ad0ca(0xd5)](_0x4e424f));if(!_0x3b0cb7)return null;return CodeceptJS[_0x1ad0ca(0xfb)][_0x1ad0ca(0xd5)](_0x3b0cb7);};module[a1_0x5b19a6(0xbf)]=function(_0x233c23){const _0x3db4df=a1_0x5b19a6,_0x52ebc4={'bupwT':_0x3db4df(0xb3),'IibmF':_0x3db4df(0x98),'Cobpy':function(_0x645218){return _0x645218();},'TraNA':function(_0x74214c,_0x1da8ac){return _0x74214c(_0x1da8ac);},'bRdKG':function(_0x1b978c,_0x12a1bc,_0x5e9c5e){return _0x1b978c(_0x12a1bc,_0x5e9c5e);},'nJXij':function(_0x1bc4db,_0x5231e1){return _0x1bc4db(_0x5231e1);},'JmrOx':function(_0x39b76b){return _0x39b76b();},'LyYcG':function(_0x5177f5,_0x17bfdc,_0x273d6d){return _0x5177f5(_0x17bfdc,_0x273d6d);},'ANHCp':function(_0x2b73df,_0x2d1c0a,_0x3185c0){return _0x2b73df(_0x2d1c0a,_0x3185c0);},'XejGN':function(_0x420eb8){return _0x420eb8();},'hWoEQ':function(_0xcb431d,_0x3829b9,_0x6366a8,_0x3d13d2){return _0xcb431d(_0x3829b9,_0x6366a8,_0x3d13d2);},'ahQRG':function(_0x3c344a,_0x40d88c){return _0x3c344a===_0x40d88c;},'TCILi':'Suite','zlrLF':_0x3db4df(0x89),'YJDvI':_0x3db4df(0xb8),'APJFF':_0x3db4df(0x90),'NSFYO':_0x3db4df(0x74)};_0x233c23[_0x3db4df(0xd1)]&&(global[_0x3db4df(0xcd)]=_0x233c23[_0x3db4df(0xd1)]);PerformanceTester['startMonitoring']();const _0x1e53c2=_0x52ebc4[_0x3db4df(0xab)](getCodeceptDriver),_0xee0335=new O11yHelper(_0x1e53c2,_0x233c23),_0xb649c0=!!CodeceptJS[_0x3db4df(0xfb)][_0x3db4df(0xd5)](_0x52ebc4[_0x3db4df(0x103)]);global[_0x3db4df(0x7c)]=_0x1e53c2,_0x1e53c2&&(_0xb649c0?_0x52ebc4[_0x3db4df(0xab)](patchPlaywrightBefore):_0x52ebc4['TraNA'](patchWebDriverBefore,_0x1e53c2),_0x1e53c2[_0x3db4df(0xa4)]=async()=>{const _0x166cd7=_0x3db4df;if(global[_0x166cd7(0xf4)])await AccessibilityHelper['browserStackExecuteDriver'](_0x1e53c2,scripts[_0x166cd7(0x6d)]),await AccessibilityHelper[_0x166cd7(0x78)](_0x1e53c2,scripts[_0x166cd7(0xdc)]);else return logger[_0x166cd7(0xc3)](_0x52ebc4[_0x166cd7(0x93)]),{};},_0x1e53c2['getAccessibilityResults']=async()=>{const _0x4e8a0c=_0x3db4df;if(global[_0x4e8a0c(0xf4)])await AccessibilityHelper['browserStackExecuteDriver'](_0x1e53c2,scripts[_0x4e8a0c(0x6d)]),await AccessibilityHelper[_0x4e8a0c(0x78)](_0x1e53c2,scripts[_0x4e8a0c(0x8a)]);else return logger[_0x4e8a0c(0xc3)](_0x52ebc4['IibmF']),{};},_0x52ebc4[_0x3db4df(0x9e)](patchSaveScreenshot,_0x1e53c2)),CodeceptJS['event'][_0x3db4df(0xe9)]['on'](CodeceptJS['event']['all'][_0x3db4df(0xf5)],()=>{const _0x55691b=_0x3db4df;try{_0xee0335[_0x55691b(0xf1)](),testOpsHelper[_0x55691b(0xc8)]();}catch(_0x38e59a){PerformanceTester['captureError'](_0x38e59a);}}),CodeceptJS[_0x3db4df(0xfd)]['dispatcher']['on'](CodeceptJS['event']['all']['after'],async()=>{const _0x17e371=_0x3db4df;try{requestSpy[_0x17e371(0xa6)](),await _0xee0335[_0x17e371(0xef)]();}catch(_0x902cd2){PerformanceTester[_0x17e371(0xe5)](_0x902cd2);}finally{PerformanceTester[_0x17e371(0xdd)]();}}),CodeceptJS['event'][_0x3db4df(0xe9)]['on'](CodeceptJS['event'][_0x3db4df(0xca)][_0x3db4df(0x100)],_0x3dba2c=>{const _0x2b92d7=_0x3db4df;try{const _0x405cc9=_0x3dba2c[_0x2b92d7(0xc6)][_0x2b92d7(0x71)],_0x225f03=_0xee0335['captureEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x405cc9);CodeceptRecorder[_0x2b92d7(0x10e)](()=>_0xee0335[_0x2b92d7(0xe3)](TEST_EVENTS[_0x2b92d7(0xa2)],_0x225f03));}catch(_0x44d2e1){PerformanceTester['captureError'](_0x44d2e1);}}),CodeceptJS['event'][_0x3db4df(0xe9)]['on'](CodeceptJS[_0x3db4df(0xfd)]['hook'][_0x3db4df(0xd8)],_0x4d74b6=>{const _0x4278e8=_0x3db4df;try{const _0x468f7b=_0x4d74b6[_0x4278e8(0xc6)][_0x4278e8(0x71)],_0x447239=_0xee0335['captureEvent'](TEST_EVENTS[_0x4278e8(0xad)],_0x468f7b);CodeceptRecorder['add'](()=>_0xee0335[_0x4278e8(0xe3)](TEST_EVENTS[_0x4278e8(0xad)],_0x447239));}catch(_0x33d956){PerformanceTester[_0x4278e8(0xe5)](_0x33d956);}}),CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0xe9)]['on'](CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0xca)][_0x3db4df(0xeb)],async(_0x51751b,_0x22b8c1)=>{const _0x501249=_0x3db4df;try{const _0x820abb=_0x51751b['ctx'][_0x501249(0x71)],_0x2d5a98=_0xee0335[_0x501249(0xf9)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x820abb,_0x22b8c1);CodeceptRecorder[_0x501249(0x10e)](()=>_0xee0335[_0x501249(0xe3)](TEST_EVENTS[_0x501249(0xad)],_0x2d5a98));}catch(_0x3a3d2b){PerformanceTester['captureError'](_0x3a3d2b);}}),CodeceptJS['event'][_0x3db4df(0xe9)]['on'](CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0x71)][_0x3db4df(0xf5)],_0x48832a=>{const _0x284176=_0x3db4df;try{_0x52ebc4[_0x284176(0xe0)](isBrowserstackInfra)&&(_0xb649c0&&(global[_0x284176(0x7e)]={'currentTest':{'name':_0x48832a[_0x284176(0x6a)],'testInfo':{'titlePath':_0x48832a[_0x284176(0xd7)]()}}}));}catch(_0x1f70f0){PerformanceTester[_0x284176(0xe5)](_0x1f70f0);}}),CodeceptJS['event'][_0x3db4df(0xe9)]['on'](CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0x71)][_0x3db4df(0x100)],_0x3c1238=>{const _0x1f3b1f=_0x3db4df,_0x450c68={'CWrmY':function(_0x4a4ce5){const _0x84faa1=a1_0x5af2;return _0x52ebc4[_0x84faa1(0xe0)](_0x4a4ce5);},'kzgXv':function(_0x19fe8c,_0x3f0e90){const _0xffcccb=a1_0x5af2;return _0x52ebc4[_0xffcccb(0xf0)](_0x19fe8c,_0x3f0e90);},'IeWNw':function(_0x278cb9,_0x2623e9,_0xbb818e){return _0x52ebc4['bRdKG'](_0x278cb9,_0x2623e9,_0xbb818e);},'kJZZQ':function(_0x2612e0,_0x37da51){return _0x52ebc4['nJXij'](_0x2612e0,_0x37da51);}};try{const _0x2d9564=_0xee0335[_0x1f3b1f(0xf9)](TEST_EVENTS[_0x1f3b1f(0xe1)],_0x3c1238);CodeceptRecorder['add'](()=>_0xee0335[_0x1f3b1f(0xe3)](TEST_EVENTS[_0x1f3b1f(0xe1)],_0x2d9564)),CodeceptRecorder[_0x1f3b1f(0x10e)](async()=>{const _0x353b61=_0x1f3b1f;_0x450c68['CWrmY'](isBrowserstackInfra)&&(!_0x450c68[_0x353b61(0x105)](isTrue,_0x233c23[_0x353b61(0x88)])&&await _0x450c68[_0x353b61(0xc2)](markSessionName,_0x1e53c2,_0x3c1238['title']),_0xee0335[_0x353b61(0xc9)]&&await _0x450c68[_0x353b61(0x97)](o11ySync,_0x1e53c2));});}catch(_0x5d3994){PerformanceTester[_0x1f3b1f(0xe5)](_0x5d3994);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0x71)][_0x3db4df(0xd8)],_0x3fdb2f=>{const _0x2c42cc=_0x3db4df,_0x248d2c={'WfhWq':function(_0x3b6f5e){const _0x112040=a1_0x5af2;return _0x52ebc4[_0x112040(0x109)](_0x3b6f5e);},'ZsLVI':function(_0x448410,_0x4d5c01,_0xb8a478){return _0x52ebc4['LyYcG'](_0x448410,_0x4d5c01,_0xb8a478);},'fselP':function(_0x633ab5,_0xc9594a,_0x26f3a8){return _0x52ebc4['ANHCp'](_0x633ab5,_0xc9594a,_0x26f3a8);}};try{const _0x17ffdc=_0xee0335[_0x2c42cc(0xf9)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3fdb2f);CodeceptRecorder['add'](()=>_0xee0335[_0x2c42cc(0xe3)](TEST_EVENTS[_0x2c42cc(0x7f)],_0x17ffdc)),CodeceptRecorder[_0x2c42cc(0x10e)](async()=>{const _0x1db755=_0x2c42cc;_0x248d2c[_0x1db755(0xe8)](isBrowserstackInfra)&&(_0xb649c0?await _0x248d2c[_0x1db755(0xa3)](playwrightMarkSessionStatus,_0x1e53c2,STATE_PASSED):await _0x248d2c[_0x1db755(0x99)](markSessionStatus,_0x1e53c2,STATE_PASSED));});}catch(_0x2d9910){PerformanceTester['captureError'](_0x2d9910);}}),CodeceptJS['event'][_0x3db4df(0xe9)]['on'](CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0x71)][_0x3db4df(0xeb)],(_0x3637ac,_0x584cf9)=>{const _0xe8eca0=_0x3db4df;try{if(_0x52ebc4[_0xe8eca0(0xf2)](_0x3637ac[_0xe8eca0(0xcf)][_0xe8eca0(0x8c)],_0x52ebc4[_0xe8eca0(0xa8)])){const _0x2c52a9=_0xee0335[_0xe8eca0(0xf9)](TEST_EVENTS[_0xe8eca0(0xc7)],_0x3637ac['ctx']['currentTest']);CodeceptRecorder[_0xe8eca0(0x10e)](()=>_0xee0335['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2c52a9));}else{const _0x4bf85c=_0xee0335[_0xe8eca0(0xf9)](TEST_EVENTS[_0xe8eca0(0x7f)],_0x3637ac,_0x584cf9);CodeceptRecorder[_0xe8eca0(0x10e)](()=>{const _0x594e99=_0xe8eca0;try{_0xee0335['fireEvent'](TEST_EVENTS[_0x594e99(0x7f)],_0x4bf85c);}catch(_0x1be28b){logger[_0x594e99(0xb7)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util['format'](_0x1be28b));}}),CodeceptRecorder[_0xe8eca0(0x10e)](async()=>{const _0x4163ae=_0xe8eca0;try{_0x52ebc4['XejGN'](isBrowserstackInfra)&&(_0xb649c0?await _0x52ebc4[_0x4163ae(0x107)](playwrightMarkSessionStatus,_0x1e53c2,STATE_FAILED,_0x584cf9):await _0x52ebc4[_0x4163ae(0x107)](markSessionStatus,_0x1e53c2,STATE_FAILED,_0x584cf9));}catch(_0x52588b){logger[_0x4163ae(0xb7)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util['format'](_0x52588b));}});}}catch(_0x3bdc8a){PerformanceTester[_0xe8eca0(0xe5)](_0x3bdc8a);}}),CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0xe9)]['on'](CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0x71)][_0x3db4df(0xee)],_0x502522=>{const _0x2c16f1=_0x3db4df;try{const _0x3d556e=_0xee0335[_0x2c16f1(0xf9)](TEST_EVENTS[_0x2c16f1(0xc7)],_0x502522);CodeceptRecorder[_0x2c16f1(0x10e)](()=>_0xee0335[_0x2c16f1(0xe3)](TEST_EVENTS[_0x2c16f1(0xc7)],_0x3d556e));}catch(_0x425638){PerformanceTester[_0x2c16f1(0xe5)](_0x425638);}}),CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0xe9)]['on'](CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0x71)]['after'],async(_0x1cc540,_0x2721d8)=>{const _0x3389c6=_0x3db4df;try{if(_0x52ebc4[_0x3389c6(0xe0)](isBrowserstackInfra)){const _0x2b04f3=_0x52ebc4[_0x3389c6(0xae)](shouldScanTestForAccessibility,_0x1cc540[_0x3389c6(0xd7)](),!![]);if(_0x52ebc4[_0x3389c6(0x109)](isAccessibilityAutomationSession)&&global[_0x3389c6(0xf4)]&&_0x2b04f3){const _0x147eb1={};_0x147eb1[_0x3389c6(0x8d)]=_0x1cc540[_0x3389c6(0xda)],_0x147eb1['thBuildUuid']=process[_0x3389c6(0xd4)][testHubConstants[_0x3389c6(0x8b)]['BROWSERSTACK_TESTHUB_UUID']],_0x147eb1['thJwtToken']=process['env'][testHubConstants[_0x3389c6(0x8b)][_0x3389c6(0x6b)]];const _0x5aa6d1=_0x147eb1;logger['debug'](_0x3389c6(0x77)+JSON[_0x3389c6(0x96)](_0x5aa6d1)),CodeceptRecorder[_0x3389c6(0x10e)](async()=>{const _0x47928e=_0x3389c6;await AccessibilityHelper[_0x47928e(0x78)](_0x1e53c2,scripts[_0x47928e(0x6d)]),await AccessibilityHelper[_0x47928e(0x78)](_0x1e53c2,scripts[_0x47928e(0x9d)],_0x5aa6d1);}),logger[_0x3389c6(0x104)](_0x52ebc4[_0x3389c6(0x7d)]);}}}catch(_0x3ea613){PerformanceTester['captureError'](_0x3ea613);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0x91)][_0x3db4df(0x7b)],_0x5c8097=>{const _0x40bde7=_0x3db4df;try{process['emit'](_0x40bde7(0x102)+process[_0x40bde7(0xc1)],{'timestamp':new Date()[_0x40bde7(0x9c)](),'level':_0x52ebc4[_0x40bde7(0x84)],'message':_0x5c8097,'kind':_0x52ebc4['APJFF'],'http_response':{}});}catch(_0x508896){PerformanceTester['captureError'](_0x508896);}}),CodeceptJS['event'][_0x3db4df(0xe9)]['on'](CodeceptJS[_0x3db4df(0xfd)]['bddStep'][_0x3db4df(0xf5)],_0x29366f=>{const _0x3e8aaa=_0x3db4df;_0xee0335[_0x3e8aaa(0x10c)](_0x29366f);}),CodeceptJS[_0x3db4df(0xfd)][_0x3db4df(0xe9)]['on'](CodeceptJS['event'][_0x3db4df(0xb2)][_0x3db4df(0xfa)],_0x22f7ea=>{const _0x41ea05=_0x3db4df;_0xee0335[_0x41ea05(0xb1)](_0x22f7ea);});};function a1_0x4a6a(){const _0x43bfda=['zlrLF','__workerDetails','TEST_RUN_FINISHED','CiUSS','yMKrs','fqyVW','getSyncScript','YJDvI','filter','bind','patchSaveScreenshot','skipSessionName','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','getResults','ENV_VAR','name','thTestRunUuid','patch','fpsYv','TEST_LOG','step','1683160zwLjDo','bupwT','arguments','codeceptjs/lib/helper/Playwright.js','stringify','kJZZQ','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','fselP','14JRHfXN','../../helpers/accessibility-automation/scripts','toISOString','saveTestResults','nJXij','yWQVF','codeceptjs/lib/helper/WebDriver.js','./o11yHelper','HOOK_RUN_STARTED','ZsLVI','getAccessibilityResultsSummary','./helper.js','restore','../../helpers/testhub/constants.js','TCILi','browserstack_executor:\x20','codeceptjs/lib/index.js','XejGN','prototype','HOOK_RUN_FINISHED','LyYcG','oWSfo','SsdJF','bddStepFinish','bddStep','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','emit','TibMO','../../helpers/performance-tester','debug','INFO','Puppeteer','9XJYicH','TestCafe','354878IUiADR','browser','initSaveScreenshot','exports','JzEAM','pid','IeWNw','warn','shouldWrapCommand','class','ctx','TEST_RUN_SKIPPED','addRequestSpy','enabled','hook','executeScript','util','__skipSessionStatus','109761iPtscZ','constructor','reason','skipSessionStatus','call','13BdPGYh','env','helpers','BS_TESTOPS_ALLOW_SCREENSHOTS','titlePath','passed','toString','testAnalyticsId','4mepSmI','getResultsSummary','stopMonitoring','WebDriver','12901260KCYzXc','Cobpy','TEST_RUN_STARTED','gLyJz','fireEvent','10782488NbqlUk','captureError','_before','commandsToWrap','WfhWq','dispatcher','NLYzI','failed','ccAYs','5085156shnSZb','skipped','stop','TraNA','start','ahQRG','MYvNY','accessibilityPlatform','before','../../helpers/test-observability/utils','../../helpers/accessibility-automation/helper','bstackAllyScanning','captureEvent','after','container','winstonLogger','event','browserContext','screenshotOutputFolder','started','then','bs:addLog:','NSFYO','info','kzgXv','apply','hWoEQ','contexts','JmrOx','../../helpers/logger','codeceptjs/lib/utils.js','bddStepStart','TEST_SCREENSHOT','add','overwriteCommand','readFileSync','rYzWa','title','BROWSERSTACK_TESTHUB_JWT','../../helpers/helper','performScan','Element','AgtoV','saveScreenshot','test','780740TnPBCs','GIHYv','Playwright','20FDNyZf','apeIp','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','browserStackExecuteDriver','setSessionStatus','22NMhcfm','comment','__driver'];a1_0x4a6a=function(){return _0x43bfda;};return a1_0x4a6a();}
1
+ function a1_0x5380(_0x468ffe,_0x569c2c){const _0x28580a=a1_0x2858();return a1_0x5380=function(_0x53803f,_0xc38004){_0x53803f=_0x53803f-0x19d;let _0xc292cd=_0x28580a[_0x53803f];return _0xc292cd;},a1_0x5380(_0x468ffe,_0x569c2c);}const a1_0x492002=a1_0x5380;(function(_0x3dfbcb,_0x575dbe){const _0x4ed80d=a1_0x5380,_0x339d1f=_0x3dfbcb();while(!![]){try{const _0x530d61=parseInt(_0x4ed80d(0x1f0))/0x1*(parseInt(_0x4ed80d(0x235))/0x2)+-parseInt(_0x4ed80d(0x207))/0x3*(-parseInt(_0x4ed80d(0x1a1))/0x4)+parseInt(_0x4ed80d(0x1cf))/0x5+-parseInt(_0x4ed80d(0x1f8))/0x6+parseInt(_0x4ed80d(0x23c))/0x7+parseInt(_0x4ed80d(0x230))/0x8*(-parseInt(_0x4ed80d(0x1c4))/0x9)+parseInt(_0x4ed80d(0x1dc))/0xa;if(_0x530d61===_0x575dbe)break;else _0x339d1f['push'](_0x339d1f['shift']());}catch(_0x2c206b){_0x339d1f['push'](_0x339d1f['shift']());}}}(a1_0x2858,0xc22c3));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x492002(0x203)),logger=require('../../helpers/logger')[a1_0x492002(0x22c)],testOpsHelper=require(a1_0x492002(0x1ce)),requestSpy=require(a1_0x492002(0x228)),PlaywrightSessionDetails=require(a1_0x492002(0x1fc)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x492002(0x1fe)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x492002(0x209)),PerformanceTester=require('../../helpers/performance-tester'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x492002(0x234)),testHubConstants=require(a1_0x492002(0x226)),CodeceptJS=requireModule('codeceptjs/lib/index.js'),CodeceptUtils=requireModule(a1_0x492002(0x1cc)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js'),CodeceptRecorder=requireModule('codeceptjs/lib/recorder.js'),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js'),playwrightMarkSessionStatus=(_0x1f6455,_0xeae2cf,_0x5b2596)=>{const _0x3490d5=a1_0x492002,_0x352c67={'bZHxT':_0x3490d5(0x1bf),'lGlUm':function(_0x4872ab,_0x40fda0){return _0x4872ab(_0x40fda0);}},_0x1502a8={};_0x1502a8[_0x3490d5(0x1f5)]=_0xeae2cf;const _0x540636={};_0x540636[_0x3490d5(0x1b6)]=_0x352c67[_0x3490d5(0x1c3)],_0x540636[_0x3490d5(0x1af)]=_0x1502a8;const _0x56f899=_0x540636;return!_0x352c67['lGlUm'](isUndefined,_0x5b2596)&&(_0x56f899[_0x3490d5(0x1af)][_0x3490d5(0x1ef)]=JSON[_0x3490d5(0x22e)](_0x5b2596)),_0x1f6455[_0x3490d5(0x1a3)](()=>{},_0x3490d5(0x1c6)+JSON[_0x3490d5(0x22e)](_0x56f899));},o11ySync=async _0x14b6b9=>{const _0x554095=a1_0x492002,_0x548f1d={};_0x548f1d[_0x554095(0x1e2)]=function(_0x4e13b2,_0x45e64d){return _0x4e13b2===_0x45e64d;},_0x548f1d[_0x554095(0x1b2)]='Playwright';const _0x51ff82=_0x548f1d;_0x51ff82[_0x554095(0x1e2)](_0x14b6b9[_0x554095(0x1ba)][_0x554095(0x1d8)],_0x51ff82[_0x554095(0x1b2)])?await _0x14b6b9[_0x554095(0x1a3)](_0x24be03=>{},testOpsHelper[_0x554095(0x213)]()):await _0x14b6b9[_0x554095(0x1a3)](testOpsHelper[_0x554095(0x213)]());},markSessionName=async(_0x5012dc,_0x3f07d3)=>{const _0x3019e2=a1_0x492002,_0x3db36f={};_0x3db36f[_0x3019e2(0x1e5)]=_0x3019e2(0x21d),_0x3db36f[_0x3019e2(0x1a7)]=function(_0x4e4ec8,_0x17e68b){return _0x4e4ec8===_0x17e68b;},_0x3db36f[_0x3019e2(0x1ac)]=_0x3019e2(0x1e4);const _0x50d674=_0x3db36f,_0x8b44c7={};_0x8b44c7['name']=_0x3f07d3;const _0x350f82={};_0x350f82['action']=_0x50d674[_0x3019e2(0x1e5)],_0x350f82[_0x3019e2(0x1af)]=_0x8b44c7;const _0x51183d=_0x350f82;_0x50d674[_0x3019e2(0x1a7)](_0x5012dc[_0x3019e2(0x1ba)]['name'],_0x50d674[_0x3019e2(0x1ac)])?await _0x5012dc[_0x3019e2(0x1a3)](()=>{},_0x3019e2(0x1c6)+JSON[_0x3019e2(0x22e)](_0x51183d)):await _0x5012dc[_0x3019e2(0x1a3)]('browserstack_executor:\x20'+JSON[_0x3019e2(0x22e)](_0x51183d));},patchSaveScreenshot=_0x2389e2=>{const _0x468d67=a1_0x492002,_0x5efa15={'yjAMp':_0x468d67(0x21b),'WOYJi':_0x468d67(0x205),'MgpFz':function(_0x46654f){return _0x46654f();},'Bmmkm':function(_0x16272d,_0x2dc658){return _0x16272d(_0x2dc658);}};_0x5efa15[_0x468d67(0x22b)](isTrue,process[_0x468d67(0x1e9)][_0x468d67(0x1f7)])&&!_0x2389e2['patchSaveScreenshot']&&(_0x2389e2[_0x468d67(0x222)]=!![],_0x2389e2[_0x468d67(0x21a)]=_0x2389e2[_0x468d67(0x210)],_0x2389e2[_0x468d67(0x210)]=(_0x4023be,_0x5cc702=![])=>{const _0x1e61ad=_0x468d67,_0x2095b9={'qUYiD':_0x5efa15['yjAMp'],'aCAZe':_0x5efa15[_0x1e61ad(0x208)],'thpRD':function(_0x36574a){const _0x7a12cd=_0x1e61ad;return _0x5efa15[_0x7a12cd(0x1d2)](_0x36574a);}};return new Promise(function(_0x601714,_0x250a15){const _0x3918e3=_0x1e61ad;_0x2389e2['initSaveScreenshot'](_0x4023be,_0x5cc702)[_0x3918e3(0x1ea)](()=>{const _0x379ada=_0x3918e3,_0x51554e=CodeceptUtils[_0x379ada(0x233)](_0x4023be),_0x2911ff=fs[_0x379ada(0x1b1)](_0x51554e);process[_0x379ada(0x237)](_0x379ada(0x1a8)+process[_0x379ada(0x23a)],{'timestamp':new Date()['toISOString'](),'message':_0x2911ff[_0x379ada(0x23b)](_0x2095b9[_0x379ada(0x1d6)]),'kind':_0x2095b9[_0x379ada(0x19d)]}),_0x2095b9[_0x379ada(0x1b3)](_0x601714);})['catch'](()=>null);});});},patchWebDriverBefore=_0x1eb442=>{const _0x3b18d2=a1_0x492002,_0xc3d6ec={'wsYUO':function(_0x1e3390){return _0x1e3390();},'JtXfc':function(_0x213b4c,_0x5e0b70){return _0x213b4c(_0x5e0b70);},'mWzgY':function(_0x21fb7f,_0x2c289d){return _0x21fb7f===_0x2c289d;},'ozVVJ':_0x3b18d2(0x1d7)},_0x162576=async function(_0x4381fb,_0x47f26d){const _0x2c8d18=_0x3b18d2;return _0xc3d6ec['wsYUO'](isAccessibilityAutomationSession)&&!global[_0x2c8d18(0x1b4)]&&global[_0x2c8d18(0x1f6)]&&scripts[_0x2c8d18(0x1a2)](_0x4381fb['name'])&&_0xc3d6ec[_0x2c8d18(0x225)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x2c8d18(0x1b4)]=!![],logger[_0x2c8d18(0x204)](_0x2c8d18(0x1dd)+_0x4381fb['class']+'\x20'+_0x4381fb['name']),await AccessibilityHelper[_0x2c8d18(0x1de)](_0x1eb442,scripts['performScan'])),global[_0x2c8d18(0x1b4)]=![],_0x47f26d[_0x2c8d18(0x231)](this,Array['prototype'][_0x2c8d18(0x1fb)][_0x2c8d18(0x238)](arguments,0x2));},_0x49404a=CodeceptWebDriver[_0x3b18d2(0x202)][_0x3b18d2(0x20c)];CodeceptWebDriver[_0x3b18d2(0x202)][_0x3b18d2(0x20c)]=async function(){const _0x12e755=_0x3b18d2,_0x387197={'teXKN':function(_0x1e47a9,_0x4e4b41){const _0xb27a1c=a1_0x5380;return _0xc3d6ec[_0xb27a1c(0x1cd)](_0x1e47a9,_0x4e4b41);},'LctTz':_0xc3d6ec[_0x12e755(0x1ff)]};await _0x49404a[_0x12e755(0x231)](this,arguments),scripts[_0x12e755(0x1bc)][_0x12e755(0x1c0)](_0x55a271=>_0x55a271[_0x12e755(0x1d8)]&&_0x55a271[_0x12e755(0x1d9)])[_0x12e755(0x1fd)](_0x571395=>{const _0x58fa3e=_0x12e755;this[_0x58fa3e(0x1eb)][_0x58fa3e(0x1ed)](_0x571395[_0x58fa3e(0x1d8)],_0x162576[_0x58fa3e(0x239)](this,_0x571395),_0x387197['teXKN'](_0x571395[_0x58fa3e(0x1d9)],_0x387197[_0x58fa3e(0x1e3)]));}),_0xc3d6ec[_0x12e755(0x225)](processWebDriverConfig,_0x1eb442);};},patchPlaywrightBefore=()=>{const _0x3f58bc=a1_0x492002;PlaywrightSessionDetails['patch']();const _0x4f0a2d=CodeceptPlaywright['prototype']['_before'];CodeceptPlaywright['prototype'][_0x3f58bc(0x20c)]=async function(){const _0x2fb253=_0x3f58bc;this[_0x2fb253(0x1b0)]=await this[_0x2fb253(0x1eb)][_0x2fb253(0x20d)]()[0x0],await _0x4f0a2d[_0x2fb253(0x231)](this,arguments);};},getCodeceptDriver=()=>{const _0xe4f7b1=a1_0x492002,_0x4befdf={};_0x4befdf[_0xe4f7b1(0x20e)]=_0xe4f7b1(0x22a),_0x4befdf['oIyEB']=_0xe4f7b1(0x1e4),_0x4befdf[_0xe4f7b1(0x221)]='Puppeteer',_0x4befdf[_0xe4f7b1(0x1ee)]='TestCafe';const _0x41d68a=_0x4befdf,_0x5a7c05=[_0x41d68a[_0xe4f7b1(0x20e)],_0x41d68a[_0xe4f7b1(0x1e0)],_0x41d68a['pZioW'],_0x41d68a[_0xe4f7b1(0x1ee)]],_0x3b0fc7=_0x5a7c05[_0xe4f7b1(0x1a6)](_0x8fff6=>!!CodeceptJS[_0xe4f7b1(0x1c5)][_0xe4f7b1(0x1d0)](_0x8fff6));if(!_0x3b0fc7)return null;return CodeceptJS['container']['helpers'](_0x3b0fc7);};function a1_0x2858(){const _0x31a339=['format','qUYiD','Element','name','class','bddStepFinish','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','2737380wNjiBI','Performing\x20scan\x20for\x20','browserStackExecuteDriver','HOOK_RUN_STARTED','oIyEB','khsMM','GwYeF','LctTz','Playwright','dBqzW','passed','captureError','TEST_RUN_FINISHED','env','then','browser','RfPhY','overwriteCommand','uKIHq','reason','191YvNEjL','performScan','stop','start','exports','status','accessibilityPlatform','BS_TESTOPS_ALLOW_SCREENSHOTS','8681664nluGPw','tFZDJ','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','slice','../../bin/playwright/sessionDetails','forEach','../../helpers/accessibility-automation/helper','ozVVJ','ENV_VAR','EQOAV','prototype','../../helpers/helper','debug','TEST_SCREENSHOT','HOOK_RUN_FINISHED','3630852UmCYNG','WOYJi','../../helpers/accessibility-automation/scripts','event','__driver','_before','contexts','zsOPr','ctx','saveScreenshot','dispatcher','TEST_RUN_STARTED','getSyncScript','bddStep','all','__skipSessionStatus','xtUXx','Suite','skipSessionName','initSaveScreenshot','base64','TEST_LOG','setSessionName','TEST_RUN_SKIPPED','hook','skipSessionStatus','pZioW','patchSaveScreenshot','ymxGO','toISOString','JtXfc','../../helpers/testhub/constants.js','bddStepStart','../../helpers/request-spy','started','WebDriver','Bmmkm','winstonLogger','title','stringify','fireEvent','12027424MraNrs','apply','step','screenshotOutputFolder','./helper.js','12898OFztrf','before','emit','call','bind','pid','toString','84301ImDFNu','info','aCAZe','hTxHn','captureEvent','saveTestResults','4tIIidY','shouldWrapCommand','executeScript','uyEKt','stopMonitoring','find','eWTxQ','bs:addLog:','warn','add','startMonitoring','jzKqO','lECFB','BIgRB','arguments','browserContext','readFileSync','lYdmZ','thpRD','bstackAllyScanning','thBuildUuid','action','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','failed','after','constructor','restore','commandsToWrap','skipped','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','setSessionStatus','filter','hGhce','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','bZHxT','9NuNIYX','container','browserstack_executor:\x20','PJaDI','test','XoKyd','getResults','YjxXr','codeceptjs/lib/utils.js','mWzgY','../../helpers/test-observability/utils','5089395JfEzFk','helpers','__workerDetails','MgpFz','addRequestSpy','BROWSERSTACK_TESTHUB_UUID'];a1_0x2858=function(){return _0x31a339;};return a1_0x2858();}module[a1_0x492002(0x1f4)]=function(_0x22fce7){const _0x7c1b76=a1_0x492002,_0x2c40ac={'XoKyd':_0x7c1b76(0x1fa),'BIgRB':_0x7c1b76(0x1b7),'lECFB':function(_0x3140af){return _0x3140af();},'tFZDJ':function(_0x72b543){return _0x72b543();},'xtUXx':function(_0x33edc2,_0x11151c){return _0x33edc2(_0x11151c);},'khsMM':function(_0x3c7141,_0x4b4fb0,_0x58912c){return _0x3c7141(_0x4b4fb0,_0x58912c);},'hGhce':function(_0x350507,_0x38a713,_0x3a9f77){return _0x350507(_0x38a713,_0x3a9f77);},'Pvacn':function(_0x3e3778,_0x43248e,_0x45c7fb){return _0x3e3778(_0x43248e,_0x45c7fb);},'uyEKt':function(_0x1d2670){return _0x1d2670();},'RfPhY':function(_0x20038f,_0x494192,_0x2b5ce6,_0x50f250){return _0x20038f(_0x494192,_0x2b5ce6,_0x50f250);},'FSXRz':function(_0x32cf95,_0xed4fc3,_0x5b4fc6,_0x4ba69a){return _0x32cf95(_0xed4fc3,_0x5b4fc6,_0x4ba69a);},'fhVHS':function(_0x561eec,_0x5140f4){return _0x561eec===_0x5140f4;},'tvuDf':_0x7c1b76(0x218),'YjxXr':function(_0x3e8199,_0x5275c3,_0x4e4134){return _0x3e8199(_0x5275c3,_0x4e4134);},'PJaDI':function(_0x42afb8){return _0x42afb8();},'ymxGO':_0x7c1b76(0x1db),'hTxHn':'INFO','EQOAV':_0x7c1b76(0x21c),'amiSY':'Playwright'};_0x22fce7[_0x7c1b76(0x220)]&&(global[_0x7c1b76(0x216)]=_0x22fce7[_0x7c1b76(0x220)]);PerformanceTester[_0x7c1b76(0x1ab)]();const _0x5af180=_0x2c40ac[_0x7c1b76(0x1a4)](getCodeceptDriver),_0x13e929=new O11yHelper(_0x5af180,_0x22fce7),_0x1ee6c8=!!CodeceptJS[_0x7c1b76(0x1c5)][_0x7c1b76(0x1d0)](_0x2c40ac['amiSY']);global[_0x7c1b76(0x20b)]=_0x5af180,_0x5af180&&(_0x1ee6c8?_0x2c40ac[_0x7c1b76(0x1a4)](patchPlaywrightBefore):_0x2c40ac[_0x7c1b76(0x217)](patchWebDriverBefore,_0x5af180),_0x5af180['getAccessibilityResultsSummary']=async()=>{const _0x4fbc1c=_0x7c1b76;if(global[_0x4fbc1c(0x1f6)])await AccessibilityHelper[_0x4fbc1c(0x1de)](_0x5af180,scripts[_0x4fbc1c(0x1f1)]),await AccessibilityHelper[_0x4fbc1c(0x1de)](_0x5af180,scripts['getResultsSummary']);else return logger[_0x4fbc1c(0x1a9)](_0x2c40ac[_0x4fbc1c(0x1c9)]),{};},_0x5af180['getAccessibilityResults']=async()=>{const _0x28a008=_0x7c1b76;if(global[_0x28a008(0x1f6)])await AccessibilityHelper[_0x28a008(0x1de)](_0x5af180,scripts[_0x28a008(0x1f1)]),await AccessibilityHelper[_0x28a008(0x1de)](_0x5af180,scripts[_0x28a008(0x1ca)]);else return logger[_0x28a008(0x1a9)](_0x2c40ac[_0x28a008(0x1ae)]),{};},_0x2c40ac[_0x7c1b76(0x217)](patchSaveScreenshot,_0x5af180)),CodeceptJS['event'][_0x7c1b76(0x211)]['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x215)][_0x7c1b76(0x236)],()=>{const _0x365ad4=_0x7c1b76;try{_0x13e929[_0x365ad4(0x1f3)](),testOpsHelper[_0x365ad4(0x1d3)]();}catch(_0x1390bb){PerformanceTester[_0x365ad4(0x1e7)](_0x1390bb);}}),CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x211)]['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x215)][_0x7c1b76(0x1b9)],async()=>{const _0xfe60=_0x7c1b76;try{requestSpy[_0xfe60(0x1bb)](),await _0x13e929[_0xfe60(0x1f2)]();}catch(_0x4b17f5){PerformanceTester[_0xfe60(0x1e7)](_0x4b17f5);}finally{PerformanceTester[_0xfe60(0x1a5)]();}}),CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x211)]['on'](CodeceptJS['event']['hook'][_0x7c1b76(0x229)],_0x4c2e72=>{const _0x1ad5eb=_0x7c1b76;try{const _0x348bb3=_0x4c2e72[_0x1ad5eb(0x20f)]['test'],_0x30541b=_0x13e929[_0x1ad5eb(0x19f)](TEST_EVENTS[_0x1ad5eb(0x1df)],_0x348bb3);CodeceptRecorder[_0x1ad5eb(0x1aa)](()=>_0x13e929[_0x1ad5eb(0x22f)](TEST_EVENTS[_0x1ad5eb(0x1df)],_0x30541b));}catch(_0x145627){PerformanceTester[_0x1ad5eb(0x1e7)](_0x145627);}}),CodeceptJS[_0x7c1b76(0x20a)]['dispatcher']['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x21f)]['passed'],_0x3d2584=>{const _0x237852=_0x7c1b76;try{const _0x20a6a4=_0x3d2584[_0x237852(0x20f)][_0x237852(0x1c8)],_0x4e40ed=_0x13e929[_0x237852(0x19f)](TEST_EVENTS[_0x237852(0x206)],_0x20a6a4);CodeceptRecorder[_0x237852(0x1aa)](()=>_0x13e929[_0x237852(0x22f)](TEST_EVENTS[_0x237852(0x206)],_0x4e40ed));}catch(_0x6d1a3){PerformanceTester[_0x237852(0x1e7)](_0x6d1a3);}}),CodeceptJS['event'][_0x7c1b76(0x211)]['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x21f)]['failed'],async(_0x5b8477,_0x35efaf)=>{const _0x544780=_0x7c1b76;try{const _0x2b838e=_0x5b8477['ctx'][_0x544780(0x1c8)],_0x389125=_0x13e929[_0x544780(0x19f)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2b838e,_0x35efaf);CodeceptRecorder[_0x544780(0x1aa)](()=>_0x13e929['fireEvent'](TEST_EVENTS[_0x544780(0x206)],_0x389125));}catch(_0x19849f){PerformanceTester[_0x544780(0x1e7)](_0x19849f);}}),CodeceptJS[_0x7c1b76(0x20a)]['dispatcher']['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x1c8)][_0x7c1b76(0x236)],_0x2a6323=>{const _0x59509a=_0x7c1b76;try{_0x2c40ac[_0x59509a(0x1ad)](isBrowserstackInfra)&&(_0x1ee6c8&&(global[_0x59509a(0x1d1)]={'currentTest':{'name':_0x2a6323['title'],'testInfo':{'titlePath':_0x2a6323['titlePath']()}}}));}catch(_0x2b4d89){PerformanceTester['captureError'](_0x2b4d89);}}),CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x211)]['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x1c8)][_0x7c1b76(0x229)],_0x3609bb=>{const _0x39dd1c=_0x7c1b76;try{const _0x38ff7d=_0x13e929['captureEvent'](TEST_EVENTS[_0x39dd1c(0x212)],_0x3609bb);CodeceptRecorder[_0x39dd1c(0x1aa)](()=>_0x13e929['fireEvent'](TEST_EVENTS[_0x39dd1c(0x212)],_0x38ff7d)),CodeceptRecorder['add'](async()=>{const _0x4d629c=_0x39dd1c;_0x2c40ac[_0x4d629c(0x1f9)](isBrowserstackInfra)&&(!_0x2c40ac[_0x4d629c(0x217)](isTrue,_0x22fce7[_0x4d629c(0x219)])&&await _0x2c40ac[_0x4d629c(0x1e1)](markSessionName,_0x5af180,_0x3609bb[_0x4d629c(0x22d)]),_0x13e929['enabled']&&await _0x2c40ac[_0x4d629c(0x217)](o11ySync,_0x5af180));});}catch(_0x5f2624){PerformanceTester['captureError'](_0x5f2624);}}),CodeceptJS['event'][_0x7c1b76(0x211)]['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x1c8)][_0x7c1b76(0x1e6)],_0x53e2b8=>{const _0x2f4bb2=_0x7c1b76;try{const _0xa2c218=_0x13e929[_0x2f4bb2(0x19f)](TEST_EVENTS[_0x2f4bb2(0x1e8)],_0x53e2b8);CodeceptRecorder[_0x2f4bb2(0x1aa)](()=>_0x13e929[_0x2f4bb2(0x22f)](TEST_EVENTS[_0x2f4bb2(0x1e8)],_0xa2c218)),CodeceptRecorder['add'](async()=>{const _0x2bbab2=_0x2f4bb2;_0x2c40ac['lECFB'](isBrowserstackInfra)&&(_0x1ee6c8?await _0x2c40ac[_0x2bbab2(0x1c1)](playwrightMarkSessionStatus,_0x5af180,STATE_PASSED):await _0x2c40ac['Pvacn'](markSessionStatus,_0x5af180,STATE_PASSED));});}catch(_0x5c4a80){PerformanceTester[_0x2f4bb2(0x1e7)](_0x5c4a80);}}),CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x211)]['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x1c8)][_0x7c1b76(0x1b8)],(_0x3b6c7d,_0x349781)=>{const _0xf573c=_0x7c1b76;try{if(_0x2c40ac['fhVHS'](_0x3b6c7d['constructor'][_0xf573c(0x1d8)],_0x2c40ac['tvuDf'])){const _0x1aa393=_0x13e929['captureEvent'](TEST_EVENTS[_0xf573c(0x21e)],_0x3b6c7d[_0xf573c(0x20f)]['currentTest']);CodeceptRecorder['add'](()=>_0x13e929[_0xf573c(0x22f)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x1aa393));}else{const _0x5a48ce=_0x13e929[_0xf573c(0x19f)](TEST_EVENTS[_0xf573c(0x1e8)],_0x3b6c7d,_0x349781);CodeceptRecorder[_0xf573c(0x1aa)](()=>{const _0x55a745=_0xf573c;try{_0x13e929['fireEvent'](TEST_EVENTS[_0x55a745(0x1e8)],_0x5a48ce);}catch(_0x5ccd12){logger[_0x55a745(0x204)]('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util['format'](_0x5ccd12));}}),CodeceptRecorder[_0xf573c(0x1aa)](async()=>{const _0x3b5100=_0xf573c;try{_0x2c40ac[_0x3b5100(0x1a4)](isBrowserstackInfra)&&(_0x1ee6c8?await _0x2c40ac[_0x3b5100(0x1ec)](playwrightMarkSessionStatus,_0x5af180,STATE_FAILED,_0x349781):await _0x2c40ac['FSXRz'](markSessionStatus,_0x5af180,STATE_FAILED,_0x349781));}catch(_0x4ad344){logger[_0x3b5100(0x204)](_0x3b5100(0x1c2)+util[_0x3b5100(0x1d5)](_0x4ad344));}});}}catch(_0x529d69){PerformanceTester[_0xf573c(0x1e7)](_0x529d69);}}),CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x211)]['on'](CodeceptJS['event'][_0x7c1b76(0x1c8)][_0x7c1b76(0x1bd)],_0x551f43=>{const _0x3b84b3=_0x7c1b76;try{const _0x303f7a=_0x13e929[_0x3b84b3(0x19f)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x551f43);CodeceptRecorder['add'](()=>_0x13e929[_0x3b84b3(0x22f)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x303f7a));}catch(_0x35823e){PerformanceTester[_0x3b84b3(0x1e7)](_0x35823e);}}),CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x211)]['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x1c8)][_0x7c1b76(0x1b9)],async(_0x41d4d6,_0xcc5603)=>{const _0x46ea51=_0x7c1b76;try{if(_0x2c40ac['uyEKt'](isBrowserstackInfra)){const _0x465d25=_0x2c40ac[_0x46ea51(0x1cb)](shouldScanTestForAccessibility,_0x41d4d6['titlePath'](),!![]);if(_0x2c40ac[_0x46ea51(0x1c7)](isAccessibilityAutomationSession)&&global[_0x46ea51(0x1f6)]&&_0x465d25){const _0x48d2f0={};_0x48d2f0['thTestRunUuid']=_0x41d4d6['testAnalyticsId'],_0x48d2f0[_0x46ea51(0x1b5)]=process[_0x46ea51(0x1e9)][testHubConstants[_0x46ea51(0x200)][_0x46ea51(0x1d4)]],_0x48d2f0['thJwtToken']=process[_0x46ea51(0x1e9)][testHubConstants[_0x46ea51(0x200)]['BROWSERSTACK_TESTHUB_JWT']];const _0x53ecb8=_0x48d2f0;logger['debug'](_0x46ea51(0x1be)+JSON[_0x46ea51(0x22e)](_0x53ecb8)),CodeceptRecorder[_0x46ea51(0x1aa)](async()=>{const _0x247ee5=_0x46ea51;await AccessibilityHelper[_0x247ee5(0x1de)](_0x5af180,scripts[_0x247ee5(0x1f1)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x5af180,scripts[_0x247ee5(0x1a0)],_0x53ecb8);}),logger[_0x46ea51(0x23d)](_0x2c40ac[_0x46ea51(0x223)]);}}}catch(_0x44f1f9){PerformanceTester[_0x46ea51(0x1e7)](_0x44f1f9);}}),CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x211)]['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x232)]['comment'],_0x4d04c3=>{const _0x1f50b4=_0x7c1b76;try{process[_0x1f50b4(0x237)](_0x1f50b4(0x1a8)+process[_0x1f50b4(0x23a)],{'timestamp':new Date()[_0x1f50b4(0x224)](),'level':_0x2c40ac[_0x1f50b4(0x19e)],'message':_0x4d04c3,'kind':_0x2c40ac[_0x1f50b4(0x201)],'http_response':{}});}catch(_0x5b8847){PerformanceTester['captureError'](_0x5b8847);}}),CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x211)]['on'](CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x214)][_0x7c1b76(0x236)],_0xda2767=>{const _0xa3306=_0x7c1b76;_0x13e929[_0xa3306(0x227)](_0xda2767);}),CodeceptJS[_0x7c1b76(0x20a)][_0x7c1b76(0x211)]['on'](CodeceptJS['event'][_0x7c1b76(0x214)][_0x7c1b76(0x1b9)],_0x7a3eee=>{const _0x1e769b=_0x7c1b76;_0x13e929[_0x1e769b(0x1da)](_0x7a3eee);});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a2_0x57e4ab=a2_0x5972;(function(_0x3a5e40,_0x8b1fe4){const _0x1eb6de=a2_0x5972,_0x5d2fa9=_0x3a5e40();while(!![]){try{const _0x54d04d=-parseInt(_0x1eb6de(0x16c))/0x1*(-parseInt(_0x1eb6de(0x15e))/0x2)+-parseInt(_0x1eb6de(0x139))/0x3*(-parseInt(_0x1eb6de(0x135))/0x4)+parseInt(_0x1eb6de(0x16f))/0x5*(parseInt(_0x1eb6de(0x14a))/0x6)+-parseInt(_0x1eb6de(0x187))/0x7+parseInt(_0x1eb6de(0x17b))/0x8+-parseInt(_0x1eb6de(0x19c))/0x9+-parseInt(_0x1eb6de(0x164))/0xa;if(_0x54d04d===_0x8b1fe4)break;else _0x5d2fa9['push'](_0x5d2fa9['shift']());}catch(_0xdb69b6){_0x5d2fa9['push'](_0x5d2fa9['shift']());}}}(a2_0x3ee2,0xd0b60));const fs=require('fs'),path=require(a2_0x57e4ab(0x19f)),util=require(a2_0x57e4ab(0x11f)),process=require(a2_0x57e4ab(0x191)),logger=require(a2_0x57e4ab(0x149))[a2_0x57e4ab(0x18d)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x57e4ab(0x185)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x57e4ab(0x193)),CodeceptJS=requireModule(a2_0x57e4ab(0x162)),testOpsHelper=require(a2_0x57e4ab(0x142)),TestHubHandler=require(a2_0x57e4ab(0x19d)),constants=require(a2_0x57e4ab(0x180)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x347c4c,_0x36c3a1)=>{const _0x397485=a2_0x57e4ab,_0x3c5249={};_0x3c5249[_0x397485(0x1a0)]=function(_0x3156c2,_0x1e5752){return _0x3156c2===_0x1e5752;},_0x3c5249[_0x397485(0x15d)]=_0x397485(0x172),_0x3c5249[_0x397485(0x160)]=_0x397485(0x147);const _0xe6ccf4=_0x3c5249;let _0x44efca=null;const _0x75e563={};let _0x52fea1=_0x36c3a1[_0x397485(0x134)](_0x462aeb=>_0x462aeb==='--config');_0xe6ccf4[_0x397485(0x1a0)](_0x52fea1,-0x1)&&(_0x52fea1=_0x36c3a1[_0x397485(0x134)](_0x491879=>_0x491879==='-c'));if(!helper['isUndefined'](_0x347c4c[_0x397485(0x196)])&&fs[_0x397485(0x197)](path['join'](process[_0x397485(0x122)](),_0x347c4c['config'])))_0x44efca=path['join'](process['cwd'](),_0x347c4c['config']),_0x36c3a1[_0x397485(0x12a)](_0x52fea1,0x2);else{if(!helper[_0x397485(0x1a5)](_0x347c4c['c'])&&fs[_0x397485(0x197)](path[_0x397485(0x1a3)](process['cwd'](),_0x347c4c['c'])))_0x44efca=path[_0x397485(0x1a3)](process[_0x397485(0x122)](),_0x347c4c['c']),_0x36c3a1['slice'](_0x52fea1,0x2);else{if(fs[_0x397485(0x197)](path[_0x397485(0x1a3)](process['cwd'](),_0xe6ccf4['lAaXV'])))_0x44efca=path[_0x397485(0x1a3)](process[_0x397485(0x122)](),_0xe6ccf4[_0x397485(0x15d)]);else fs[_0x397485(0x197)](path['join'](process[_0x397485(0x122)](),_0xe6ccf4[_0x397485(0x160)]))&&(_0x44efca=path[_0x397485(0x1a3)](process['cwd'](),_0xe6ccf4[_0x397485(0x160)]));}}return _0x44efca;},getO11yRerunPattern=()=>{const _0x34ee5d=a2_0x57e4ab,_0x51b897={};_0x51b897[_0x34ee5d(0x158)]=function(_0x5d9dc7,_0x4c6a14){return _0x5d9dc7!==_0x4c6a14;},_0x51b897[_0x34ee5d(0x16b)]=_0x34ee5d(0x190);const _0x3815b7=_0x51b897,_0x4845ce=helper[_0x34ee5d(0x15f)](process[_0x34ee5d(0x159)]['BROWSERSTACK_RERUN']);if(_0x4845ce){const _0x180240=process[_0x34ee5d(0x159)][_0x34ee5d(0x169)],_0x1c0b8a=[];if(_0x3815b7[_0x34ee5d(0x158)](_0x180240,_0x3815b7['BciqW'])&&!helper[_0x34ee5d(0x1a5)](_0x180240)){_0x180240[_0x34ee5d(0x132)](',')['map'](_0x3306a8=>{const _0xac7fda=_0x34ee5d;_0x1c0b8a[_0xac7fda(0x13a)]('('+_0x3306a8[_0xac7fda(0x138)]()+')');});const _0x1bb402='^'+_0x1c0b8a[_0x34ee5d(0x1a3)]('|')+'$';return _0x1bb402;}}return null;},a2_0x3a3d1b={};a2_0x3a3d1b[a2_0x57e4ab(0x1a2)]='chromium',a2_0x3a3d1b[a2_0x57e4ab(0x19a)]=a2_0x57e4ab(0x148),a2_0x3a3d1b[a2_0x57e4ab(0x141)]='firefox',a2_0x3a3d1b[a2_0x57e4ab(0x192)]='webkit';const pwToCodeceptBrowser=a2_0x3a3d1b;function a2_0x3ee2(){const _0x4a16b3=['BciqW','1GGziub','Sogos','oTjZk','276910jeaKBs','MDUzv','run','codecept.conf.js','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','yaAAE','passed','eqwQG','browserName','BrowserStackPlugin','parallelsPerPlatform','all','307944fGysEV','Ejxeg','3|0|2|4|1','browserWSEndpoint','CODECEPT','../utils/constants','Started\x20:\x20','chdir','stringify','lnyTD','../../bin/playwright/accessibility-helper','addConfig','2376269GbLalf','WFeyD','validPlatformsPresent','browser','title','testObservability','winstonLogger','testContextOptions','NcpmA','null','process','playwright-webkit','../../helpers/helper','createGroupsOfSuites','Playwright','config','existsSync','stack','skipSessionStatus','playwright-chromium','VnUbs','12804417XKpSSb','../../helpers/testhub/testhubHandler','launchBuild','path','bjhPk','teardownAll','chrome','join','spawn','isUndefined','alZoi','getUserWorkerCount','Passed\x20:\x20','util','profile','WebDriver','cwd','length','plugins','format','XgwZU','BrowserStackPlugin.js','agQfe','isTestObservabilitySession','slice','result','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','prepareCapabilities','before','desiredCapabilities','codeceptjs','log','split','LKXCi','findIndex','4cDxQPo','getPlatformName','map','trim','4149993uVgGyX','push','enabled','false','event','finalExecution','browserStackCwd','FRAMEWORKS','playwright-firefox','../../helpers/test-observability/utils','igioH','test','info','addTests','codecept.json','chromium','../../helpers/logger','96AjmJzb','frameworkName','gherkin','fmyFB','toLowerCase','testConfig','printBuildLink','mergeDeep','helpers','SXacH','ncHjf','xiuQj','errorMessage','ZOOcd','HBjfN','env','BROWSERSTACK_TEST_OBSERVABILITY_YML','skipSessionName','handleApp','lAaXV','3180102fODEsR','isTrue','PczFs','ZnncE','codeceptjs/lib/index.js','skZyF','12809270MuxvUz','Failed\x20:\x20','getPlaywrightUrl','root','ofNZc','BROWSERSTACK_RERUN_TESTS','-cucumber'];a2_0x3ee2=function(){return _0x4a16b3;};return a2_0x3ee2();}async function run(_0x54a28d,_0x1adc66){const _0xe04f29=a2_0x57e4ab,_0x134a74={'WFeyD':function(_0x3bd1b0,_0x598dce){return _0x3bd1b0+_0x598dce;},'ZbkhP':function(_0x87d3f0,_0x5e6090){return _0x87d3f0(_0x5e6090);},'lnyTD':function(_0x15645b,_0x21ab32,_0x11a56c){return _0x15645b(_0x21ab32,_0x11a56c);},'agQfe':'config','ZnncE':'helpers','alZoi':function(_0x5df3ff){return _0x5df3ff();},'oTjZk':_0xe04f29(0x165),'vmNrw':_0xe04f29(0x1a8),'Sogos':_0xe04f29(0x181),'ofNZc':_0xe04f29(0x17d),'MDUzv':_0xe04f29(0x130),'yaAAE':function(_0x5e76dd,_0x27b75f,_0x4774ed){return _0x5e76dd(_0x27b75f,_0x4774ed);},'NcpmA':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Ejxeg':_0xe04f29(0x195),'igioH':_0xe04f29(0x121),'ZOOcd':function(_0x4619fd,_0x4a3ab4){return _0x4619fd(_0x4a3ab4);},'xiuQj':function(_0x5a0c65,_0x2d932f){return _0x5a0c65!=_0x2d932f;},'SXacH':_0xe04f29(0x13c),'cNOJr':function(_0xff0730,_0x3f80f5){return _0xff0730+_0x3f80f5;},'eqwQG':_0xe04f29(0x14c),'LKXCi':_0xe04f29(0x16a),'FULUU':function(_0x42622a,_0x312e4b){return _0x42622a(_0x312e4b);},'vabje':function(_0x34cba0,_0x1008b3){return _0x34cba0*_0x1008b3;},'fmyFB':'browser','rmyrM':function(_0x1d5257,_0x4c0ada,_0x3ced6d){return _0x1d5257(_0x4c0ada,_0x3ced6d);},'XgwZU':_0xe04f29(0x12f),'skZyF':function(_0x354787,_0x4d4d94,_0x41ba9f){return _0x354787(_0x4d4d94,_0x41ba9f);},'ncHjf':_0xe04f29(0x167),'DezMv':_0xe04f29(0x127),'oEnYR':_0xe04f29(0x13f),'VnUbs':function(_0x4ed129){return _0x4ed129();}},_0x44bda5=new BrowserStackSetup(_0x54a28d,_0x134a74['MDUzv']);await _0x44bda5['initialize'](),await helper[_0xe04f29(0x15c)](_0x44bda5[_0xe04f29(0x196)]);if(!_0x44bda5[_0xe04f29(0x196)])return;process[_0xe04f29(0x120)]=_0x54a28d['profile'];_0x54a28d[_0xe04f29(0x120)]&&(process[_0xe04f29(0x159)][_0xe04f29(0x120)]=_0x54a28d[_0xe04f29(0x120)]);const _0x10f7f5=_0x134a74[_0xe04f29(0x174)](getUserCodeceptJSConfigs,_0x54a28d,_0x1adc66);let _0x4dd7d7={};_0x10f7f5?(logger[_0xe04f29(0x145)](_0xe04f29(0x12c)+_0x10f7f5),_0x4dd7d7=_0x134a74['ZbkhP'](require,_0x10f7f5)):logger[_0xe04f29(0x145)](_0x134a74[_0xe04f29(0x18f)]);let _0x2f8e40=![];_0x134a74[_0xe04f29(0x174)](nestedKeyValue,_0x4dd7d7,[_0x134a74[_0xe04f29(0x128)],_0x134a74[_0xe04f29(0x161)],_0x134a74[_0xe04f29(0x17c)]])&&(_0x2f8e40=!![]);const _0x8f4d12=_0x2f8e40?_0x134a74['Ejxeg']:_0x134a74[_0xe04f29(0x143)];let _0x478f5f=!_0x2f8e40?helper['useW3C'](_0x44bda5[_0xe04f29(0x196)]):![];!helper[_0xe04f29(0x1a5)](_0x44bda5['config']['accessibilityOptions'])&&(process[_0xe04f29(0x159)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0xe04f29(0x183)](_0x44bda5[_0xe04f29(0x196)]['accessibilityOptions']));let _0x362d4c=_0x44bda5[_0xe04f29(0x196)]['accessibility'];_0x362d4c=_0x362d4c||_0x134a74[_0xe04f29(0x157)](checkAccessibilityPlatformConfig,_0x44bda5[_0xe04f29(0x196)]),process[_0xe04f29(0x159)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x362d4c;_0x362d4c&&(_0x478f5f=!_0x362d4c);_0x134a74[_0xe04f29(0x155)](_0x44bda5[_0xe04f29(0x196)]['testObservability'],null)?process[_0xe04f29(0x159)][_0xe04f29(0x15a)]=_0x44bda5[_0xe04f29(0x196)][_0xe04f29(0x18c)]:process[_0xe04f29(0x159)][_0xe04f29(0x15a)]=_0x134a74[_0xe04f29(0x153)];const _0x2ad399=_0x134a74['cNOJr'](_0x134a74[_0xe04f29(0x170)],_0x134a74[_0xe04f29(0x174)](nestedKeyValue,_0x4dd7d7,[_0x134a74[_0xe04f29(0x128)],_0x134a74[_0xe04f29(0x176)]])?_0x134a74[_0xe04f29(0x133)]:''),_0x13fe85=await TestHubHandler[_0xe04f29(0x19e)](_0x2ad399,_0x44bda5);_0x362d4c&&_0x134a74['FULUU'](setAccessibilityCapabilities,_0x44bda5['config']);const _0x57ec6d={},_0x2a8a2a=[],_0x13186b=_0x44bda5[_0xe04f29(0x196)][_0xe04f29(0x179)]||helper[_0xe04f29(0x1a7)](_0x54a28d,_0x1adc66,_0x44bda5['config'],constants[_0xe04f29(0x140)][_0xe04f29(0x17f)])||0x1;let _0x5ef53f=0x1;if(_0x134a74[_0xe04f29(0x1a6)](isBrowserstackInfra)){const _0x37b262=helper[_0xe04f29(0x12d)](_0x44bda5['config'],_0x478f5f,constants[_0xe04f29(0x140)]['CODECEPT']);helper[_0xe04f29(0x189)](_0x44bda5[_0xe04f29(0x196)])?_0x5ef53f=_0x134a74['vabje'](_0x13186b,_0x44bda5[_0xe04f29(0x196)]['platforms'][_0xe04f29(0x123)]):_0x5ef53f=_0x13186b,_0x37b262['forEach'](_0x428f84=>{const _0x584922=_0xe04f29,_0x29419c=_0x134a74[_0x584922(0x188)](helper[_0x584922(0x136)](_0x428f84,'_'),'_'+Date['now']()),_0x2eed29=((()=>{const _0x1104a1=_0x584922;if(_0x2f8e40){const _0x4a368a=pwToCodeceptBrowser[_0x428f84[_0x1104a1(0x177)]]||_0x428f84['browserName'];return{'browser':_0x4a368a,[_0x4a368a]:{'browserWSEndpoint':_0x134a74['WFeyD'](helper[_0x1104a1(0x166)](_0x44bda5[_0x1104a1(0x196)]),_0x134a74['ZbkhP'](encodeURIComponent,JSON[_0x1104a1(0x183)](_0x428f84)))}};}const _0x6ce1c3={};return _0x6ce1c3[_0x1104a1(0x12f)]=_0x428f84,_0x6ce1c3;})()),_0x159425=_0x134a74[_0x584922(0x184)](nestedKeyValue,_0x4dd7d7,[_0x134a74[_0x584922(0x128)],_0x134a74['ZnncE'],_0x8f4d12]);_0x57ec6d[_0x29419c]=_0x159425?helper[_0x584922(0x151)](_0x2eed29,_0x159425):_0x2eed29,!_0x2f8e40&&(_0x57ec6d[_0x29419c][_0x584922(0x18a)]=_0x428f84[_0x584922(0x177)]||_0x2eed29[_0x584922(0x18a)]),_0x2a8a2a['push'](_0x29419c);});}else{_0x5ef53f=0x1;if(_0x2f8e40){const _0x1a4f55=_0x134a74[_0xe04f29(0x174)](nestedKeyValue,_0x4dd7d7,[_0x134a74[_0xe04f29(0x128)],_0x134a74[_0xe04f29(0x161)],_0x8f4d12,_0x134a74[_0xe04f29(0x14d)]]),_0xff521a=_0x134a74['rmyrM'](nestedKeyValue,_0x4dd7d7,[_0x134a74[_0xe04f29(0x128)],_0x134a74[_0xe04f29(0x161)],_0x8f4d12,_0x1a4f55]);_0xff521a&&_0xff521a[_0xe04f29(0x17e)]&&(_0xff521a[_0xe04f29(0x17e)]=helper[_0xe04f29(0x12d)](null,null,_0x2ad399[_0xe04f29(0x14e)](),null,null,_0xff521a['browserWSEndpoint']));}else _0x4dd7d7[_0xe04f29(0x196)][_0x134a74[_0xe04f29(0x161)]][_0x8f4d12][_0x134a74[_0xe04f29(0x126)]]=helper[_0xe04f29(0x12d)](null,null,_0x2ad399[_0xe04f29(0x14e)](),_0x134a74[_0xe04f29(0x163)](nestedKeyValue,_0x4dd7d7,[_0x134a74[_0xe04f29(0x128)],_0x134a74[_0xe04f29(0x161)],_0x8f4d12,_0x134a74['XgwZU']]),null,null);_0x57ec6d[_0x134a74[_0xe04f29(0x154)]]=_0x4dd7d7[_0xe04f29(0x196)],_0x2a8a2a[_0xe04f29(0x13a)](_0x134a74[_0xe04f29(0x154)]);}const _0x5237c3={};_0x5237c3[_0xe04f29(0x14f)]=_0x10f7f5;const _0x4c0bfc=_0x5237c3,_0x4d0a09=path[_0xe04f29(0x1a3)](__dirname,_0x134a74['DezMv']),_0x45c51b=process[_0xe04f29(0x122)]();process[_0xe04f29(0x159)][_0x134a74['oEnYR']]=_0x45c51b,process['chdir'](path['dirname'](_0x10f7f5));const _0x5d763c=new CodeceptJS['Workers'](null,_0x4c0bfc),_0x5d8e24=_0x5d763c[_0xe04f29(0x194)](_0x5ef53f),_0x7df8ca=testOpsHelper[_0xe04f29(0x129)](),_0x44f14f=_0x2a8a2a[_0xe04f29(0x137)](_0x23d47f=>{const _0x4fbefc=_0xe04f29,_0x4ec55a={};_0x4ec55a[_0x4fbefc(0x195)]=_0x57ec6d[_0x23d47f];const _0x5c9954={};_0x5c9954[_0x4fbefc(0x121)]=_0x57ec6d[_0x23d47f];const _0xb6a2a6=_0x2f8e40?_0x4ec55a:_0x5c9954,_0x560f4f=_0x134a74[_0x4fbefc(0x1a6)](getO11yRerunPattern),_0x4c8d77={};_0x4c8d77[_0x4fbefc(0x152)]=_0xb6a2a6;const _0x3b4698={};_0x3b4698['require']=_0x4d0a09,_0x3b4698[_0x4fbefc(0x13b)]=!![],_0x3b4698['skipSessionName']=_0x44bda5[_0x4fbefc(0x196)][_0x4fbefc(0x18e)][_0x4fbefc(0x15b)],_0x3b4698[_0x4fbefc(0x199)]=_0x44bda5['config'][_0x4fbefc(0x18e)][_0x4fbefc(0x199)],_0x3b4698[_0x4fbefc(0x18c)]=_0x7df8ca,_0x3b4698[_0x4fbefc(0x14b)]=_0x2ad399;const _0x54e470={};_0x54e470[_0x4fbefc(0x178)]=_0x3b4698;const _0x3aba8c={};return _0x3aba8c[_0x4fbefc(0x124)]=_0x54e470,helper[_0x4fbefc(0x151)]({},_0x4dd7d7[_0x4fbefc(0x196)],_0x134a74['alZoi'](isBrowserstackInfra)?_0x4c8d77:{},_0x560f4f?{'grep':_0x560f4f}:{},_0x3aba8c);});for(const _0x19d8d4 of _0x44f14f){for(const _0x22ba6d of _0x5d8e24){const _0x33e73c=_0x5d763c[_0xe04f29(0x1a4)]();_0x33e73c[_0xe04f29(0x146)](_0x22ba6d),_0x33e73c[_0xe04f29(0x186)](_0x19d8d4);}}_0x5d763c['on'](CodeceptJS['event'][_0xe04f29(0x144)]['failed'],(_0x166c09,_0x360bbc)=>{const _0x1ae1f6=_0xe04f29;console[_0x1ae1f6(0x131)](_0x134a74[_0x1ae1f6(0x16e)],_0x166c09['title']);const _0x930c96={[_0x166c09[_0x1ae1f6(0x18b)]]:_0x166c09['err'][_0x1ae1f6(0x198)]};_testErrorData[_0x1ae1f6(0x13a)](_0x930c96);}),_0x5d763c['on'](CodeceptJS['event'][_0xe04f29(0x144)][_0xe04f29(0x175)],async _0x18eb18=>{const _0x826d4d=_0xe04f29;console['log'](_0x134a74['vmNrw'],_0x18eb18[_0x826d4d(0x18b)]);}),_0x5d763c['on'](CodeceptJS[_0xe04f29(0x13d)][_0xe04f29(0x144)][_0xe04f29(0x12e)],async _0x518cd2=>{const _0x560109=_0xe04f29;console[_0x560109(0x131)](_0x134a74[_0x560109(0x16d)],_0x518cd2['title']);}),_0x5d763c['on'](CodeceptJS['event'][_0xe04f29(0x17a)][_0xe04f29(0x12b)],async()=>{const _0x4494a6=_0xe04f29,_0x5cdf68=_0x134a74[_0x4494a6(0x168)][_0x4494a6(0x132)]('|');let _0x2f1880=0x0;while(!![]){switch(_0x5cdf68[_0x2f1880++]){case'0':testOpsHelper[_0x4494a6(0x150)]();continue;case'1':_0x5d763c['printResults']();continue;case'2':utilities[_0x4494a6(0x13e)](_0x44bda5);continue;case'3':_0x44bda5[_0x4494a6(0x156)]=_testErrorData;continue;case'4':try{await TestHubHandler['stop']();}catch(_0x27f14a){logger['debug'](_0x4494a6(0x173)+util[_0x4494a6(0x125)](_0x27f14a));}continue;}break;}});async function _0x8f84a6(){const _0x185bce=_0xe04f29;try{await _0x5d763c['bootstrapAll'](),await _0x5d763c[_0x185bce(0x171)]();}finally{process[_0x185bce(0x182)](_0x45c51b),await _0x5d763c[_0x185bce(0x1a1)]();}}_0x134a74[_0xe04f29(0x19b)](_0x8f84a6);}function a2_0x5972(_0x2aeabb,_0x30feda){const _0x3ee28d=a2_0x3ee2();return a2_0x5972=function(_0x5972c7,_0x2a0622){_0x5972c7=_0x5972c7-0x11f;let _0x502b52=_0x3ee28d[_0x5972c7];return _0x502b52;},a2_0x5972(_0x2aeabb,_0x30feda);}module['exports']=run;
2
+ 'use strict';const a2_0x14ec48=a2_0x1f94;(function(_0x2eab83,_0x404e58){const _0x418d60=a2_0x1f94,_0x5c4f97=_0x2eab83();while(!![]){try{const _0x25f31f=parseInt(_0x418d60(0x100))/0x1*(parseInt(_0x418d60(0x113))/0x2)+-parseInt(_0x418d60(0x11a))/0x3*(parseInt(_0x418d60(0x123))/0x4)+-parseInt(_0x418d60(0x129))/0x5*(parseInt(_0x418d60(0x103))/0x6)+parseInt(_0x418d60(0xfc))/0x7+parseInt(_0x418d60(0x106))/0x8+parseInt(_0x418d60(0xc0))/0x9*(-parseInt(_0x418d60(0x119))/0xa)+parseInt(_0x418d60(0x122))/0xb;if(_0x25f31f===_0x404e58)break;else _0x5c4f97['push'](_0x5c4f97['shift']());}catch(_0x4c19a8){_0x5c4f97['push'](_0x5c4f97['shift']());}}}(a2_0x1786,0x5db69));function a2_0x1786(){const _0x11e82d=['stack','config','codeceptjs','1392410jWkhbq','stop','cwd','skipSessionName','slice','TYVbj','950bcRhwx','213mPKmjJ','browserWSEndpoint','finalExecution','EUtje','CAkUu','root','toLowerCase','webkit','1110230DSrDEe','42052NkAXcf','../../helpers/BrowserStackSetup','spawn','../../helpers/logger','mergeDeep','ZhlkZ','23050hXkAwj','Thbgr','Failed\x20:\x20','FRAMEWORKS','playwright-webkit','debug','../../helpers/testhub/testhubHandler','pHBMI','findIndex','BrowserStackPlugin','map','join','false','log','SFGPy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','run','--config','test','addConfig','uTfGH','createGroupsOfSuites','info','codecept.json','BrowserStackPlugin.js','bTvfJ','../../helpers/utilities','tKtFl','QOadk','rURnS','getPlaywrightUrl','testContextOptions','printBuildLink','UTHTB','nXzVs','handleApp','glMKH','initialize','process','13509GHJPok','split','irSTX','ekUQJ','testObservability','winstonLogger','accessibility','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','err','gherkin','frameworkName','Passed\x20:\x20','codeceptjs/lib/index.js','accessibilityOptions','CODECEPT','bootstrapAll','browser','prepareCapabilities','kBsGd','BROWSERSTACK_RERUN_TESTS','browserName','event','Ybzsm','PQOOy','result','getPlatformName','plugins','uwzEY','title','isUndefined','BROWSERSTACK_RERUN','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','chromium','isTrue','all','fvUJk','desiredCapabilities','existsSync','skipSessionStatus','null','gmTao','firefox','failed','stringify','WebDriver','JfkVX','Playwright','validPlatformsPresent','EvlPj','IueCI','trim','fhapB','teardownAll','push','printResults','wfupn','chdir','useW3C','parallelsPerPlatform','helpers','2053583iGKfOf','isTestObservabilitySession','SRbga','../../helpers/helper','1wOBxXj','length','Workers','402eKHMqy','enabled','QJhah','3929864drMpan','testConfig','REiuG','oBFKH','GbdqF','profile','platforms','playwright-chromium','BROWSERSTACK_TEST_OBSERVABILITY_YML','env'];a2_0x1786=function(){return _0x11e82d;};return a2_0x1786();}const fs=require('fs'),path=require('path'),util=require('util'),process=require(a2_0x14ec48(0xbf)),logger=require(a2_0x14ec48(0x126))[a2_0x14ec48(0xc5)],{default:BrowserStackSetup}=require(a2_0x14ec48(0x124)),helper=require('../../helpers/helper'),utilities=require(a2_0x14ec48(0xb3)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x14ec48(0xff)),CodeceptJS=requireModule(a2_0x14ec48(0xcc)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x14ec48(0x9f)),constants=require('../utils/constants'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x36bcd2,_0x541d6f)=>{const _0x1b1e3c=a2_0x14ec48,_0x3da54f={};_0x3da54f[_0x1b1e3c(0x105)]=function(_0x12a099,_0x36dd1c){return _0x12a099===_0x36dd1c;},_0x3da54f['bTvfJ']='codecept.conf.js',_0x3da54f['PQOOy']=_0x1b1e3c(0xb0);const _0x63520d=_0x3da54f;let _0x60a78d=null;const _0x39c4d0={};let _0x365e56=_0x541d6f[_0x1b1e3c(0xa1)](_0x1d8e52=>_0x1d8e52===_0x1b1e3c(0xaa));_0x63520d[_0x1b1e3c(0x105)](_0x365e56,-0x1)&&(_0x365e56=_0x541d6f[_0x1b1e3c(0xa1)](_0x253bcb=>_0x253bcb==='-c'));if(!helper[_0x1b1e3c(0xdd)](_0x36bcd2[_0x1b1e3c(0x111)])&&fs[_0x1b1e3c(0xe5)](path[_0x1b1e3c(0xa4)](process[_0x1b1e3c(0x115)](),_0x36bcd2[_0x1b1e3c(0x111)])))_0x60a78d=path[_0x1b1e3c(0xa4)](process[_0x1b1e3c(0x115)](),_0x36bcd2[_0x1b1e3c(0x111)]),_0x541d6f[_0x1b1e3c(0x117)](_0x365e56,0x2);else{if(!helper['isUndefined'](_0x36bcd2['c'])&&fs[_0x1b1e3c(0xe5)](path['join'](process['cwd'](),_0x36bcd2['c'])))_0x60a78d=path['join'](process[_0x1b1e3c(0x115)](),_0x36bcd2['c']),_0x541d6f[_0x1b1e3c(0x117)](_0x365e56,0x2);else{if(fs[_0x1b1e3c(0xe5)](path[_0x1b1e3c(0xa4)](process[_0x1b1e3c(0x115)](),_0x63520d[_0x1b1e3c(0xb2)])))_0x60a78d=path[_0x1b1e3c(0xa4)](process[_0x1b1e3c(0x115)](),_0x63520d[_0x1b1e3c(0xb2)]);else fs[_0x1b1e3c(0xe5)](path['join'](process['cwd'](),_0x63520d[_0x1b1e3c(0xd7)]))&&(_0x60a78d=path[_0x1b1e3c(0xa4)](process[_0x1b1e3c(0x115)](),_0x63520d[_0x1b1e3c(0xd7)]));}}return _0x60a78d;},getO11yRerunPattern=()=>{const _0x5658cb=a2_0x14ec48,_0x4b24ac={};_0x4b24ac[_0x5658cb(0x10a)]=function(_0x1ecc4b,_0x44fba2){return _0x1ecc4b!==_0x44fba2;},_0x4b24ac[_0x5658cb(0xf0)]=_0x5658cb(0xe7);const _0x73cf61=_0x4b24ac,_0x332f71=helper[_0x5658cb(0xe1)](process[_0x5658cb(0x10f)][_0x5658cb(0xde)]);if(_0x332f71){const _0x17221f=process['env'][_0x5658cb(0xd3)],_0x58e57d=[];if(_0x73cf61[_0x5658cb(0x10a)](_0x17221f,_0x73cf61[_0x5658cb(0xf0)])&&!helper[_0x5658cb(0xdd)](_0x17221f)){_0x17221f[_0x5658cb(0xc1)](',')[_0x5658cb(0xa3)](_0x7d92b2=>{const _0x5c8b48=_0x5658cb;_0x58e57d[_0x5c8b48(0xf5)]('('+_0x7d92b2[_0x5c8b48(0xf2)]()+')');});const _0x404912='^'+_0x58e57d[_0x5658cb(0xa4)]('|')+'$';return _0x404912;}}return null;},a2_0x174bfe={};a2_0x174bfe['chrome']=a2_0x14ec48(0xe0),a2_0x174bfe[a2_0x14ec48(0x10d)]=a2_0x14ec48(0xe0),a2_0x174bfe['playwright-firefox']=a2_0x14ec48(0xe9),a2_0x174bfe[a2_0x14ec48(0x9d)]=a2_0x14ec48(0x121);const pwToCodeceptBrowser=a2_0x174bfe;async function run(_0x2157b8,_0x1b4bd1){const _0x3a585a=a2_0x14ec48,_0x377478={'tKtFl':function(_0x4eead0,_0x1d5548){return _0x4eead0+_0x1d5548;},'pHBMI':function(_0x18dacf,_0x3ca62a){return _0x18dacf(_0x3ca62a);},'irSTX':function(_0x54f027,_0x24fbf0,_0x389d7e){return _0x54f027(_0x24fbf0,_0x389d7e);},'uwzEY':_0x3a585a(0x111),'oBFKH':'helpers','uTfGH':function(_0x10a31f){return _0x10a31f();},'glMKH':function(_0x53c897){return _0x53c897();},'IueCI':_0x3a585a(0x9b),'UTHTB':_0x3a585a(0xcb),'Ybzsm':'Started\x20:\x20','JqIWg':'2|4|1|0|3','EUtje':_0x3a585a(0x112),'fvUJk':function(_0x49ff3c,_0x39b6e9,_0x5ac644){return _0x49ff3c(_0x39b6e9,_0x5ac644);},'fhapB':function(_0x486f54,_0x35aecb){return _0x486f54(_0x35aecb);},'Thbgr':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','SRbga':_0x3a585a(0xee),'REiuG':_0x3a585a(0xec),'ekUQJ':function(_0x829785,_0x1a651b){return _0x829785(_0x1a651b);},'ZhlkZ':function(_0xc9b7b3,_0x5b50f1){return _0xc9b7b3!=_0x5b50f1;},'nXzVs':_0x3a585a(0xa5),'kBsGd':function(_0x1b7729,_0x43058f,_0x257ea8){return _0x1b7729(_0x43058f,_0x257ea8);},'TYVbj':_0x3a585a(0xc9),'gmTao':'-cucumber','QOadk':function(_0x5c38b8,_0x301a73){return _0x5c38b8*_0x301a73;},'JfkVX':function(_0x420c03,_0xe61f47,_0xa9993c){return _0x420c03(_0xe61f47,_0xa9993c);},'CAkUu':_0x3a585a(0xd0),'SFGPy':_0x3a585a(0xe4),'rURnS':_0x3a585a(0x11f),'wfupn':_0x3a585a(0xb1),'BZFHN':'browserStackCwd'},_0x2a3afb=new BrowserStackSetup(_0x2157b8,_0x377478[_0x3a585a(0x11d)]);await _0x2a3afb[_0x3a585a(0xbe)](),await helper[_0x3a585a(0xbc)](_0x2a3afb[_0x3a585a(0x111)]);if(!_0x2a3afb[_0x3a585a(0x111)])return;process[_0x3a585a(0x10b)]=_0x2157b8[_0x3a585a(0x10b)];_0x2157b8[_0x3a585a(0x10b)]&&(process[_0x3a585a(0x10f)][_0x3a585a(0x10b)]=_0x2157b8['profile']);const _0x13fc8a=_0x377478[_0x3a585a(0xe3)](getUserCodeceptJSConfigs,_0x2157b8,_0x1b4bd1);let _0x849c90={};_0x13fc8a?(logger[_0x3a585a(0xaf)](_0x3a585a(0xdf)+_0x13fc8a),_0x849c90=_0x377478[_0x3a585a(0xf3)](require,_0x13fc8a)):logger[_0x3a585a(0xaf)](_0x377478[_0x3a585a(0x9a)]);let _0x38893c=![];_0x377478['irSTX'](nestedKeyValue,_0x849c90,[_0x377478[_0x3a585a(0xdb)],_0x377478[_0x3a585a(0x109)],_0x377478['SRbga']])&&(_0x38893c=!![]);const _0x566d5f=_0x38893c?_0x377478[_0x3a585a(0xfe)]:_0x377478[_0x3a585a(0x108)];let _0x1d6f66=!_0x38893c?helper[_0x3a585a(0xf9)](_0x2a3afb['config']):![];!helper[_0x3a585a(0xdd)](_0x2a3afb['config'][_0x3a585a(0xcd)])&&(process[_0x3a585a(0x10f)][_0x3a585a(0xa8)]=JSON[_0x3a585a(0xeb)](_0x2a3afb[_0x3a585a(0x111)][_0x3a585a(0xcd)]));let _0x5ec811=_0x2a3afb[_0x3a585a(0x111)][_0x3a585a(0xc6)];_0x5ec811=_0x5ec811||_0x377478[_0x3a585a(0xc3)](checkAccessibilityPlatformConfig,_0x2a3afb['config']),process[_0x3a585a(0x10f)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5ec811;_0x5ec811&&(_0x1d6f66=!_0x5ec811);_0x377478[_0x3a585a(0x128)](_0x2a3afb[_0x3a585a(0x111)][_0x3a585a(0xc4)],null)?process[_0x3a585a(0x10f)][_0x3a585a(0x10e)]=_0x2a3afb[_0x3a585a(0x111)][_0x3a585a(0xc4)]:process[_0x3a585a(0x10f)][_0x3a585a(0x10e)]=_0x377478[_0x3a585a(0xbb)];const _0x4c37ca=_0x377478[_0x3a585a(0xb4)](_0x377478[_0x3a585a(0x11d)],_0x377478[_0x3a585a(0xd2)](nestedKeyValue,_0x849c90,[_0x377478[_0x3a585a(0xdb)],_0x377478[_0x3a585a(0x118)]])?_0x377478[_0x3a585a(0xe8)]:''),_0x5a43c2=await TestHubHandler['launchBuild'](_0x4c37ca,_0x2a3afb);_0x5ec811&&_0x377478[_0x3a585a(0xc3)](setAccessibilityCapabilities,_0x2a3afb['config']);const _0x43555b={},_0x4a3749=[],_0x14fbf6=_0x2a3afb[_0x3a585a(0x111)][_0x3a585a(0xfa)]||helper['getUserWorkerCount'](_0x2157b8,_0x1b4bd1,_0x2a3afb[_0x3a585a(0x111)],constants[_0x3a585a(0x9c)][_0x3a585a(0xce)])||0x1;let _0x4ee95a=0x1;if(_0x377478[_0x3a585a(0xad)](isBrowserstackInfra)){const _0x3c66d6=helper[_0x3a585a(0xd1)](_0x2a3afb['config'],_0x1d6f66,constants[_0x3a585a(0x9c)]['CODECEPT']);helper[_0x3a585a(0xef)](_0x2a3afb[_0x3a585a(0x111)])?_0x4ee95a=_0x377478[_0x3a585a(0xb5)](_0x14fbf6,_0x2a3afb['config'][_0x3a585a(0x10c)][_0x3a585a(0x101)]):_0x4ee95a=_0x14fbf6,_0x3c66d6['forEach'](_0x4005c5=>{const _0x1c2124=_0x3a585a,_0x1ef320=_0x377478['tKtFl'](helper[_0x1c2124(0xd9)](_0x4005c5,'_'),'_'+Date['now']()),_0x4ed598=((()=>{const _0x3f9c0c=_0x1c2124;if(_0x38893c){const _0x229ee6=pwToCodeceptBrowser[_0x4005c5[_0x3f9c0c(0xd4)]]||_0x4005c5[_0x3f9c0c(0xd4)];return{'browser':_0x229ee6,[_0x229ee6]:{'browserWSEndpoint':_0x377478['tKtFl'](helper[_0x3f9c0c(0xb7)](_0x2a3afb['config']),_0x377478[_0x3f9c0c(0xa0)](encodeURIComponent,JSON['stringify'](_0x4005c5)))}};}const _0x5f4749={};return _0x5f4749[_0x3f9c0c(0xe4)]=_0x4005c5,_0x5f4749;})()),_0x2bd312=_0x377478[_0x1c2124(0xc2)](nestedKeyValue,_0x849c90,[_0x377478[_0x1c2124(0xdb)],_0x377478[_0x1c2124(0x109)],_0x566d5f]);_0x43555b[_0x1ef320]=_0x2bd312?helper['mergeDeep'](_0x4ed598,_0x2bd312):_0x4ed598,!_0x38893c&&(_0x43555b[_0x1ef320][_0x1c2124(0xd0)]=_0x4005c5[_0x1c2124(0xd4)]||_0x4ed598[_0x1c2124(0xd0)]),_0x4a3749[_0x1c2124(0xf5)](_0x1ef320);});}else{_0x4ee95a=0x1;if(_0x38893c){const _0x3a88e4=_0x377478[_0x3a585a(0xed)](nestedKeyValue,_0x849c90,[_0x377478['uwzEY'],_0x377478[_0x3a585a(0x109)],_0x566d5f,_0x377478[_0x3a585a(0x11e)]]),_0x53d138=_0x377478[_0x3a585a(0xc2)](nestedKeyValue,_0x849c90,[_0x377478[_0x3a585a(0xdb)],_0x377478[_0x3a585a(0x109)],_0x566d5f,_0x3a88e4]);_0x53d138&&_0x53d138[_0x3a585a(0x11b)]&&(_0x53d138[_0x3a585a(0x11b)]=helper[_0x3a585a(0xd1)](null,null,_0x4c37ca[_0x3a585a(0x120)](),null,null,_0x53d138[_0x3a585a(0x11b)]));}else _0x849c90[_0x3a585a(0x111)][_0x377478[_0x3a585a(0x109)]][_0x566d5f][_0x377478[_0x3a585a(0xa7)]]=helper['prepareCapabilities'](null,null,_0x4c37ca[_0x3a585a(0x120)](),_0x377478[_0x3a585a(0xed)](nestedKeyValue,_0x849c90,[_0x377478['uwzEY'],_0x377478[_0x3a585a(0x109)],_0x566d5f,_0x377478[_0x3a585a(0xa7)]]),null,null);_0x43555b[_0x377478[_0x3a585a(0xb6)]]=_0x849c90[_0x3a585a(0x111)],_0x4a3749['push'](_0x377478[_0x3a585a(0xb6)]);}const _0x588c4c={};_0x588c4c[_0x3a585a(0x107)]=_0x13fc8a;const _0x567a3d=_0x588c4c,_0x3f3635=path[_0x3a585a(0xa4)](__dirname,_0x377478[_0x3a585a(0xf7)]),_0x4ee276=process[_0x3a585a(0x115)]();process[_0x3a585a(0x10f)][_0x377478['BZFHN']]=_0x4ee276,process[_0x3a585a(0xf8)](path['dirname'](_0x13fc8a));const _0xf212b3=new CodeceptJS[(_0x3a585a(0x102))](null,_0x567a3d),_0x390b86=_0xf212b3[_0x3a585a(0xae)](_0x4ee95a),_0x560878=testOpsHelper[_0x3a585a(0xfd)](),_0x5bdb95=_0x4a3749[_0x3a585a(0xa3)](_0x2745b5=>{const _0x21d625=_0x3a585a,_0x33908b={};_0x33908b[_0x21d625(0xee)]=_0x43555b[_0x2745b5];const _0x4de173={};_0x4de173['WebDriver']=_0x43555b[_0x2745b5];const _0xd966f8=_0x38893c?_0x33908b:_0x4de173,_0xc38695=_0x377478[_0x21d625(0xad)](getO11yRerunPattern),_0x179885={};_0x179885[_0x21d625(0xfb)]=_0xd966f8;const _0x28ba36={};_0x28ba36['require']=_0x3f3635,_0x28ba36[_0x21d625(0x104)]=!![],_0x28ba36[_0x21d625(0x116)]=_0x2a3afb['config']['testContextOptions']['skipSessionName'],_0x28ba36[_0x21d625(0xe6)]=_0x2a3afb['config'][_0x21d625(0xb8)][_0x21d625(0xe6)],_0x28ba36[_0x21d625(0xc4)]=_0x560878,_0x28ba36[_0x21d625(0xca)]=_0x4c37ca;const _0x280fc7={};_0x280fc7[_0x21d625(0xa2)]=_0x28ba36;const _0x4d2e71={};return _0x4d2e71[_0x21d625(0xda)]=_0x280fc7,helper[_0x21d625(0x127)]({},_0x849c90[_0x21d625(0x111)],_0x377478[_0x21d625(0xbd)](isBrowserstackInfra)?_0x179885:{},_0xc38695?{'grep':_0xc38695}:{},_0x4d2e71);});for(const _0x660688 of _0x5bdb95){for(const _0x164c86 of _0x390b86){const _0x13c6f3=_0xf212b3[_0x3a585a(0x125)]();_0x13c6f3['addTests'](_0x164c86),_0x13c6f3[_0x3a585a(0xac)](_0x660688);}}_0xf212b3['on'](CodeceptJS[_0x3a585a(0xd5)][_0x3a585a(0xab)][_0x3a585a(0xea)],(_0x351f9a,_0x46bffb)=>{const _0x4b5425=_0x3a585a;console[_0x4b5425(0xa6)](_0x377478[_0x4b5425(0xf1)],_0x351f9a[_0x4b5425(0xdc)]);const _0x2ea88d={[_0x351f9a[_0x4b5425(0xdc)]]:_0x351f9a[_0x4b5425(0xc8)][_0x4b5425(0x110)]};_testErrorData['push'](_0x2ea88d);}),_0xf212b3['on'](CodeceptJS['event'][_0x3a585a(0xab)]['passed'],async _0x17e746=>{const _0x37b19f=_0x3a585a;console[_0x37b19f(0xa6)](_0x377478[_0x37b19f(0xba)],_0x17e746['title']);}),_0xf212b3['on'](CodeceptJS[_0x3a585a(0xd5)][_0x3a585a(0xab)]['before'],async _0x80197e=>{const _0xd1158c=_0x3a585a;console[_0xd1158c(0xa6)](_0x377478[_0xd1158c(0xd6)],_0x80197e[_0xd1158c(0xdc)]);}),_0xf212b3['on'](CodeceptJS[_0x3a585a(0xd5)][_0x3a585a(0xe2)][_0x3a585a(0xd8)],async()=>{const _0x2de488=_0x3a585a,_0x18d3e5=_0x377478['JqIWg'][_0x2de488(0xc1)]('|');let _0x56dd3d=0x0;while(!![]){switch(_0x18d3e5[_0x56dd3d++]){case'0':try{await TestHubHandler[_0x2de488(0x114)]();}catch(_0x5bfade){logger[_0x2de488(0x9e)](_0x2de488(0xc7)+util['format'](_0x5bfade));}continue;case'1':utilities[_0x2de488(0x11c)](_0x2a3afb);continue;case'2':_0x2a3afb['errorMessage']=_testErrorData;continue;case'3':_0xf212b3[_0x2de488(0xf6)]();continue;case'4':testOpsHelper[_0x2de488(0xb9)]();continue;}break;}});async function _0x460586(){const _0x109953=_0x3a585a;try{await _0xf212b3[_0x109953(0xcf)](),await _0xf212b3[_0x109953(0xa9)]();}finally{process[_0x109953(0xf8)](_0x4ee276),await _0xf212b3[_0x109953(0xf4)]();}}_0x377478['uTfGH'](_0x460586);}function a2_0x1f94(_0x194c09,_0x400f22){const _0x178696=a2_0x1786();return a2_0x1f94=function(_0x1f9450,_0x3e9de3){_0x1f9450=_0x1f9450-0x9a;let _0x20b087=_0x178696[_0x1f9450];return _0x20b087;},a2_0x1f94(_0x194c09,_0x400f22);}module['exports']=run;
@@ -1 +1 @@
1
- const a3_0x4cb343=a3_0x2cdb;function a3_0x5d4e(){const _0x1b7777=['winstonLogger','bstack:options','GzFdn','get','../../helpers/logger','getDetails','llQzt','147133CKUlSF','Cqzam','gdcPK','aFdAz','browserName','osVersion','JMlON','warn','UrxVd','chrome','platform','platform_version','9429hOAIfT','YVRzu','__cloud_provider___','accessibilityPlatform','oGKWR','Playwright','constructor','sessionId','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','fetchPlatformDetails','searchParams','yjKus','AskZI','njuhA','name','ECtCL','WPAft','182BtANiY','browserstack_accessibility_automation_script','gdvsm','afpLP','cQFpy','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','2116008YLdzRl','JysNU','shouldPatchExecuteScript','browser','platformVersion','browserWSEndpoint','eSbpk','playwright-chromium','8iWaKiM','pqAGs','caps','WebDriver','latest','desiredCapabilities','JEPaM','5218169nbRxTC','800815rgREKj','xwPKz','20UdnDJT','browserVersion','../../bin/playwright/sessionDetails','browser_version','QMmLh','62278gxaqvb','XCFAa','4rFQgYQ','capabilities','291552djZHQB','../../helpers/accessibility-automation/helper','bsSessionId','nuQFi'];a3_0x5d4e=function(){return _0x1b7777;};return a3_0x5d4e();}(function(_0x59f80b,_0x458876){const _0x3473cf=a3_0x2cdb,_0x45b553=_0x59f80b();while(!![]){try{const _0x143908=parseInt(_0x3473cf(0x8d))/0x1+-parseInt(_0x3473cf(0xb9))/0x2*(parseInt(_0x3473cf(0xa8))/0x3)+-parseInt(_0x3473cf(0x8f))/0x4*(parseInt(_0x3473cf(0x86))/0x5)+-parseInt(_0x3473cf(0x91))/0x6+parseInt(_0x3473cf(0x9c))/0x7*(-parseInt(_0x3473cf(0x7e))/0x8)+-parseInt(_0x3473cf(0xbf))/0x9+-parseInt(_0x3473cf(0x88))/0xa*(-parseInt(_0x3473cf(0x85))/0xb);if(_0x143908===_0x458876)break;else _0x45b553['push'](_0x45b553['shift']());}catch(_0x13406c){_0x45b553['push'](_0x45b553['shift']());}}}(a3_0x5d4e,0x3f829));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a3_0x4cb343(0x99))[a3_0x4cb343(0x95)],PlaywrightSessionDetails=require(a3_0x4cb343(0x8a)),{isAccessibilityAutomationSession}=require(a3_0x4cb343(0x92)),{getObservabilityLinkedProductName}=require('../../helpers/test-observability/utils'),getOSVersionFromCaps=_0x1e4b99=>{const _0x1034d2=a3_0x4cb343,_0x16b6eb={};_0x16b6eb[_0x1034d2(0xb7)]=_0x1034d2(0x96),_0x16b6eb[_0x1034d2(0x97)]=_0x1034d2(0xc3),_0x16b6eb[_0x1034d2(0xa9)]=_0x1034d2(0xa7),_0x16b6eb[_0x1034d2(0x87)]=_0x1034d2(0xa1),_0x16b6eb[_0x1034d2(0xb4)]='os_version';const _0x3447a8=_0x16b6eb;if(!_0x1e4b99)return null;const _0x57b494=_0x1e4b99[_0x3447a8[_0x1034d2(0xb7)]],_0x326fcc=[_0x3447a8[_0x1034d2(0x97)],_0x3447a8['YVRzu'],_0x3447a8[_0x1034d2(0x87)],_0x3447a8[_0x1034d2(0xb4)]];for(const _0x320013 of _0x326fcc){if(_0x57b494&&_0x57b494[_0x320013])return _0x57b494[_0x320013];else{if(_0x1e4b99[_0x320013])return _0x1e4b99[_0x320013];}}return null;};function a3_0x2cdb(_0x4b2c66,_0x1c5acc){const _0x5d4efb=a3_0x5d4e();return a3_0x2cdb=function(_0x2cdb9d,_0x5aa68a){_0x2cdb9d=_0x2cdb9d-0x7c;let _0x18ea5c=_0x5d4efb[_0x2cdb9d];return _0x18ea5c;},a3_0x2cdb(_0x4b2c66,_0x1c5acc);}exports[a3_0x4cb343(0xb1)]=_0x3c15df=>{const _0x503b7f=a3_0x4cb343,_0x1eca01={'aFdAz':'unknown_grid','llQzt':function(_0x15825a,_0x3e9c13){return _0x15825a===_0x3e9c13;},'nuQFi':_0x503b7f(0x81),'oGKWR':function(_0x58dbf3,_0x587204){return _0x58dbf3(_0x587204);},'VGMnH':function(_0x22c305,_0x1a12b4,_0x555afe){return _0x22c305(_0x1a12b4,_0x555afe);},'UyZKh':'config','QMmLh':_0x503b7f(0x83),'IvXyQ':function(_0x14b0ef,_0x2ee1f6){return _0x14b0ef===_0x2ee1f6;},'LhJRn':_0x503b7f(0xad),'JEPaM':function(_0x27161a,_0x3f7c7d,_0x22e69f){return _0x27161a(_0x3f7c7d,_0x22e69f);},'pqAGs':_0x503b7f(0xc2),'njuhA':_0x503b7f(0xc4),'cQFpy':_0x503b7f(0x80)};if(!_0x3c15df)return null;let _0x2015c5=global[_0x503b7f(0xaa)]||_0x1eca01[_0x503b7f(0x9f)];if(_0x1eca01[_0x503b7f(0x9b)](_0x3c15df[_0x503b7f(0xae)]['name'],_0x1eca01[_0x503b7f(0x94)])){const _0x5ec342=_0x3c15df['browser'];if(!_0x5ec342)return null;const _0xdd1c24=_0x5ec342[_0x503b7f(0x90)],_0x53f1f7=_0x1eca01[_0x503b7f(0xac)](getOSVersionFromCaps,_0x1eca01['VGMnH'](nestedKeyValue,_0x3c15df,[_0x1eca01['UyZKh'],_0x1eca01[_0x503b7f(0x8c)]]));return{[_0x2015c5]:{'browser':_0xdd1c24[_0x503b7f(0xa0)],'browser_version':_0xdd1c24[_0x503b7f(0x89)],'capabilities':_0xdd1c24,'platform':_0xdd1c24['platformName'],'platform_version':_0xdd1c24[_0x503b7f(0xc3)]||_0x53f1f7,'product':_0x1eca01['oGKWR'](getObservabilityLinkedProductName,_0xdd1c24),'session_id':_0x5ec342[_0x503b7f(0xaf)]}};}else{if(_0x1eca01['IvXyQ'](_0x3c15df[_0x503b7f(0xae)][_0x503b7f(0xb6)],_0x1eca01['LhJRn'])){const _0x30a024=PlaywrightSessionDetails[_0x503b7f(0x9a)]();_0x2015c5=_0x30a024['cloudProvider']||_0x2015c5;const _0x46e4c2=_0x1eca01[_0x503b7f(0x84)](nestedKeyValue,_0x3c15df,[_0x1eca01['UyZKh'],_0x1eca01[_0x503b7f(0x7f)],_0x1eca01[_0x503b7f(0xb5)]]),_0x312361=_0x46e4c2?JSON['parse'](new URL(_0x46e4c2)[_0x503b7f(0xb2)][_0x503b7f(0x98)](_0x1eca01[_0x503b7f(0xbd)])):{};return{[_0x2015c5]:{'browser':_0x30a024[_0x503b7f(0xc2)]||_0x312361[_0x503b7f(0xa0)],'browser_version':_0x30a024[_0x503b7f(0x8b)]||_0x312361[_0x503b7f(0x8b)],'capabilities':_0x312361,'platform':_0x30a024[_0x503b7f(0xa6)],'platform_version':_0x30a024[_0x503b7f(0xa7)],'product':_0x1eca01[_0x503b7f(0xac)](getObservabilityLinkedProductName,_0x312361),'session_id':_0x30a024[_0x503b7f(0x93)]}};}}},exports['processWebDriverConfig']=_0x3ae05b=>{const _0x4ff4f7=a3_0x4cb343,_0xbf86d9={'XCFAa':function(_0x4bcad0){return _0x4bcad0();},'WPAft':function(_0x48cc7b,_0x17422c){return _0x48cc7b===_0x17422c;},'ebbPw':_0x4ff4f7(0x82),'wDBIm':function(_0x3167d3,_0x26a17d){return _0x3167d3>_0x26a17d;},'JysNU':function(_0x1c61c4,_0x4b035b){return _0x1c61c4(_0x4b035b);},'UrxVd':_0x4ff4f7(0xb0),'gdvsm':_0x4ff4f7(0xa5),'afpLP':function(_0x20e326,_0x512bfb){return _0x20e326===_0x512bfb;},'yjKus':_0x4ff4f7(0x7d),'gdcPK':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','JMlON':_0x4ff4f7(0xbe)};if(_0xbf86d9[_0x4ff4f7(0x8e)](isAccessibilityAutomationSession)){const _0x2e4742=_0x3ae05b[_0x4ff4f7(0xc2)],_0x7b4cb7=_0x2e4742[_0x4ff4f7(0x90)];global[_0x4ff4f7(0xab)]=!![],!(_0xbf86d9[_0x4ff4f7(0xb8)](_0x7b4cb7[_0x4ff4f7(0x89)],_0xbf86d9['ebbPw'])||_0xbf86d9['wDBIm'](_0xbf86d9['JysNU'](parseInt,_0x7b4cb7[_0x4ff4f7(0x89)]),0x5e))&&(logger['warn'](_0xbf86d9[_0x4ff4f7(0xa4)]),global[_0x4ff4f7(0xab)]=![]),!(_0xbf86d9[_0x4ff4f7(0xb8)](_0x7b4cb7[_0x4ff4f7(0xa0)],_0xbf86d9[_0x4ff4f7(0xbb)])||_0xbf86d9[_0x4ff4f7(0xbc)](_0x7b4cb7[_0x4ff4f7(0xa0)],_0xbf86d9[_0x4ff4f7(0xb3)]))&&(logger['warn'](_0xbf86d9[_0x4ff4f7(0x9e)]),global[_0x4ff4f7(0xab)]=![]),!_0xbf86d9[_0x4ff4f7(0xc0)](isUndefined,_0x7b4cb7['deviceName'])&&(logger[_0x4ff4f7(0xa3)](_0xbf86d9[_0x4ff4f7(0xa2)]),global[_0x4ff4f7(0xab)]=![]);}},exports[a3_0x4cb343(0xc1)]=_0x7bb048=>{const _0x56813e=a3_0x4cb343,_0x544e3f={};_0x544e3f['Cqzam']='browserstack_executor',_0x544e3f[_0x56813e(0x7c)]=_0x56813e(0xba);const _0x165c8e=_0x544e3f;if(!_0x7bb048)return![];return!_0x7bb048['includes'](_0x165c8e[_0x56813e(0x9d)])&&!_0x7bb048['includes'](_0x165c8e[_0x56813e(0x7c)]);};
1
+ function a3_0x58b0(_0x26d7f4,_0x5a373d){const _0x46c4b9=a3_0x46c4();return a3_0x58b0=function(_0x58b04c,_0x5c0c07){_0x58b04c=_0x58b04c-0x150;let _0x59fb74=_0x46c4b9[_0x58b04c];return _0x59fb74;},a3_0x58b0(_0x26d7f4,_0x5a373d);}const a3_0x8eedbd=a3_0x58b0;(function(_0x1bc1f3,_0x5335f0){const _0x14ed1c=a3_0x58b0,_0x348ce4=_0x1bc1f3();while(!![]){try{const _0x21fdc4=-parseInt(_0x14ed1c(0x150))/0x1*(parseInt(_0x14ed1c(0x167))/0x2)+-parseInt(_0x14ed1c(0x189))/0x3*(-parseInt(_0x14ed1c(0x18c))/0x4)+parseInt(_0x14ed1c(0x177))/0x5+-parseInt(_0x14ed1c(0x182))/0x6*(parseInt(_0x14ed1c(0x191))/0x7)+-parseInt(_0x14ed1c(0x15e))/0x8+parseInt(_0x14ed1c(0x199))/0x9+-parseInt(_0x14ed1c(0x153))/0xa*(parseInt(_0x14ed1c(0x17d))/0xb);if(_0x21fdc4===_0x5335f0)break;else _0x348ce4['push'](_0x348ce4['shift']());}catch(_0x2f4254){_0x348ce4['push'](_0x348ce4['shift']());}}}(a3_0x46c4,0xd54c4));const {isUndefined,nestedKeyValue}=require(a3_0x8eedbd(0x197)),logger=require(a3_0x8eedbd(0x15b))[a3_0x8eedbd(0x192)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0x8eedbd(0x152)),{getObservabilityLinkedProductName}=require(a3_0x8eedbd(0x188)),getOSVersionFromCaps=_0x3f07ad=>{const _0x3f2b08=a3_0x8eedbd,_0x22508f={};_0x22508f[_0x3f2b08(0x186)]=_0x3f2b08(0x193),_0x22508f[_0x3f2b08(0x15d)]=_0x3f2b08(0x164),_0x22508f['FVaMt']=_0x3f2b08(0x15c),_0x22508f[_0x3f2b08(0x154)]='osVersion',_0x22508f[_0x3f2b08(0x18f)]=_0x3f2b08(0x17b);const _0x37cab8=_0x22508f;if(!_0x3f07ad)return null;const _0x3643cd=_0x3f07ad[_0x37cab8[_0x3f2b08(0x186)]],_0x310b13=[_0x37cab8[_0x3f2b08(0x15d)],_0x37cab8[_0x3f2b08(0x15a)],_0x37cab8[_0x3f2b08(0x154)],_0x37cab8[_0x3f2b08(0x18f)]];for(const _0x301f3a of _0x310b13){if(_0x3643cd&&_0x3643cd[_0x301f3a])return _0x3643cd[_0x301f3a];else{if(_0x3f07ad[_0x301f3a])return _0x3f07ad[_0x301f3a];}}return null;};exports[a3_0x8eedbd(0x162)]=_0x3f918e=>{const _0x1eb2c5=a3_0x8eedbd,_0x363030={'VJLhR':_0x1eb2c5(0x174),'aMyru':function(_0x1797a4,_0x5b95ce){return _0x1797a4===_0x5b95ce;},'XGjnB':_0x1eb2c5(0x16f),'BOvlt':function(_0x43313f,_0x1e0c07){return _0x43313f(_0x1e0c07);},'YCkNi':function(_0x444857,_0x530392,_0x58bd2b){return _0x444857(_0x530392,_0x58bd2b);},'HXwNN':_0x1eb2c5(0x17e),'ipxrt':_0x1eb2c5(0x158),'hUluB':function(_0x4c7fec,_0x4d0e81){return _0x4c7fec(_0x4d0e81);},'WRXwD':_0x1eb2c5(0x16d),'jSNBH':function(_0x390695,_0x17769d,_0x57f379){return _0x390695(_0x17769d,_0x57f379);},'Mqbpq':_0x1eb2c5(0x16b),'AfLTe':_0x1eb2c5(0x166),'XBfmT':_0x1eb2c5(0x190)};if(!_0x3f918e)return null;let _0x2c4814=global[_0x1eb2c5(0x19c)]||_0x363030['VJLhR'];if(_0x363030[_0x1eb2c5(0x176)](_0x3f918e[_0x1eb2c5(0x157)][_0x1eb2c5(0x155)],_0x363030['XGjnB'])){const _0x42ab46=_0x3f918e[_0x1eb2c5(0x16b)];if(!_0x42ab46)return null;const _0xbb9f0b=_0x42ab46['capabilities'],_0x494c02=_0x363030[_0x1eb2c5(0x15f)](getOSVersionFromCaps,_0x363030[_0x1eb2c5(0x163)](nestedKeyValue,_0x3f918e,[_0x363030[_0x1eb2c5(0x151)],_0x363030['ipxrt']]));return{[_0x2c4814]:{'browser':_0xbb9f0b[_0x1eb2c5(0x18b)],'browser_version':_0xbb9f0b[_0x1eb2c5(0x178)],'capabilities':_0xbb9f0b,'platform':_0xbb9f0b[_0x1eb2c5(0x18e)],'platform_version':_0xbb9f0b['platformVersion']||_0x494c02,'product':_0x363030[_0x1eb2c5(0x173)](getObservabilityLinkedProductName,_0xbb9f0b),'session_id':_0x42ab46[_0x1eb2c5(0x175)]}};}else{if(_0x363030[_0x1eb2c5(0x176)](_0x3f918e['constructor'][_0x1eb2c5(0x155)],_0x363030[_0x1eb2c5(0x18d)])){const _0x29d64e=PlaywrightSessionDetails[_0x1eb2c5(0x181)]();_0x2c4814=_0x29d64e[_0x1eb2c5(0x169)]||_0x2c4814;const _0x92830=_0x363030[_0x1eb2c5(0x18a)](nestedKeyValue,_0x3f918e,[_0x363030[_0x1eb2c5(0x151)],_0x363030['Mqbpq'],_0x363030[_0x1eb2c5(0x16a)]]),_0x5f5bfb=_0x92830?JSON[_0x1eb2c5(0x17a)](new URL(_0x92830)['searchParams'][_0x1eb2c5(0x195)](_0x363030['XBfmT'])):{};return{[_0x2c4814]:{'browser':_0x29d64e[_0x1eb2c5(0x16b)]||_0x5f5bfb[_0x1eb2c5(0x18b)],'browser_version':_0x29d64e[_0x1eb2c5(0x180)]||_0x5f5bfb[_0x1eb2c5(0x180)],'capabilities':_0x5f5bfb,'platform':_0x29d64e[_0x1eb2c5(0x19b)],'platform_version':_0x29d64e['platform_version'],'product':_0x363030[_0x1eb2c5(0x15f)](getObservabilityLinkedProductName,_0x5f5bfb),'session_id':_0x29d64e[_0x1eb2c5(0x198)]}};}}},exports[a3_0x8eedbd(0x184)]=_0xb5fec7=>{const _0x1cc2c2=a3_0x8eedbd,_0x33d597={'AFXnx':function(_0x3441b7){return _0x3441b7();},'iYNhD':function(_0x50b775,_0x27475b){return _0x50b775===_0x27475b;},'Nrboz':'latest','mEDCN':function(_0x579c74,_0x2cf790){return _0x579c74>_0x2cf790;},'YBsWc':function(_0x45eb77,_0x286954){return _0x45eb77(_0x286954);},'cSRDY':_0x1cc2c2(0x156),'ttNPo':'chrome','RVVQa':_0x1cc2c2(0x17c),'wxgob':_0x1cc2c2(0x161),'SKYpp':_0x1cc2c2(0x179)};if(_0x33d597[_0x1cc2c2(0x185)](isAccessibilityAutomationSession)){const _0x325812=_0xb5fec7['browser'],_0x6d48fb=_0x325812[_0x1cc2c2(0x187)];global[_0x1cc2c2(0x194)]=!![],!(_0x33d597[_0x1cc2c2(0x196)](_0x6d48fb[_0x1cc2c2(0x178)],_0x33d597[_0x1cc2c2(0x16e)])||_0x33d597['mEDCN'](_0x33d597[_0x1cc2c2(0x19a)](parseInt,_0x6d48fb[_0x1cc2c2(0x178)]),0x5e))&&(logger[_0x1cc2c2(0x17f)](_0x33d597['cSRDY']),global['accessibilityPlatform']=![]),!(_0x33d597['iYNhD'](_0x6d48fb['browserName'],_0x33d597[_0x1cc2c2(0x165)])||_0x33d597['iYNhD'](_0x6d48fb[_0x1cc2c2(0x18b)],_0x33d597[_0x1cc2c2(0x171)]))&&(logger[_0x1cc2c2(0x17f)](_0x33d597[_0x1cc2c2(0x168)]),global['accessibilityPlatform']=![]),!_0x33d597[_0x1cc2c2(0x19a)](isUndefined,_0x6d48fb['deviceName'])&&(logger['warn'](_0x33d597[_0x1cc2c2(0x170)]),global[_0x1cc2c2(0x194)]=![]);}},exports[a3_0x8eedbd(0x160)]=_0x4604a6=>{const _0x58677c=a3_0x8eedbd,_0x153b49={};_0x153b49[_0x58677c(0x183)]=_0x58677c(0x172),_0x153b49[_0x58677c(0x16c)]='browserstack_accessibility_automation_script';const _0x404300=_0x153b49;if(!_0x4604a6)return![];return!_0x4604a6[_0x58677c(0x159)](_0x404300[_0x58677c(0x183)])&&!_0x4604a6[_0x58677c(0x159)](_0x404300[_0x58677c(0x16c)]);};function a3_0x46c4(){const _0x5fd557=['browserVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','parse','os_version','playwright-chromium','216887FRJVzQ','config','warn','browser_version','getDetails','510KcuNyk','HcNbr','processWebDriverConfig','AFXnx','veIsR','capabilities','../../helpers/test-observability/utils','12YqUVLH','jSNBH','browserName','671812vLfgIo','WRXwD','platformName','NRDLU','caps','13755kFoEvl','winstonLogger','bstack:options','accessibilityPlatform','get','iYNhD','../../helpers/helper','bsSessionId','12331053ppnTMv','YBsWc','platform','__cloud_provider___','473TsfSRm','HXwNN','../../helpers/accessibility-automation/helper','410uxCBOy','gVgIz','name','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','constructor','desiredCapabilities','includes','FVaMt','../../helpers/logger','platform_version','ETzUs','8697552ctNRaN','BOvlt','shouldPatchExecuteScript','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','fetchPlatformDetails','YCkNi','platformVersion','ttNPo','browserWSEndpoint','766CgIUkJ','wxgob','cloudProvider','AfLTe','browser','ZOGdB','Playwright','Nrboz','WebDriver','SKYpp','RVVQa','browserstack_executor','hUluB','unknown_grid','sessionId','aMyru','5377570gSPBDp'];a3_0x46c4=function(){return _0x5fd557;};return a3_0x46c4();}
@@ -1 +1 @@
1
- const a4_0x31a60a=a4_0x5bee;(function(_0x5a91be,_0x397c6d){const _0x5aeabc=a4_0x5bee,_0x359aa1=_0x5a91be();while(!![]){try{const _0x4e52fd=parseInt(_0x5aeabc(0x20e))/0x1+parseInt(_0x5aeabc(0x13f))/0x2*(parseInt(_0x5aeabc(0x19c))/0x3)+-parseInt(_0x5aeabc(0x175))/0x4*(-parseInt(_0x5aeabc(0x159))/0x5)+-parseInt(_0x5aeabc(0x213))/0x6*(parseInt(_0x5aeabc(0x158))/0x7)+parseInt(_0x5aeabc(0x1c5))/0x8+parseInt(_0x5aeabc(0x1af))/0x9*(parseInt(_0x5aeabc(0x141))/0xa)+-parseInt(_0x5aeabc(0x1ef))/0xb;if(_0x4e52fd===_0x397c6d)break;else _0x359aa1['push'](_0x359aa1['shift']());}catch(_0x20e264){_0x359aa1['push'](_0x359aa1['shift']());}}}(a4_0x3ce8,0x4a8ae));function a4_0x3ce8(){const _0x377277=['suites','1589bdFKYg','756035iGLUnE','wjVpm','meta','failed','name','start','../utils/constants','testAnalyticsId','ugCPc','../../helpers/test-observability/requestQueueHandler','zcpkb','test_run_uuid','passed','TEST_RUN_FINISHED','getHookType','bddSteps','hookAnalyticsId','text','sNLhy','bind','match','then','CBTSessionCreated','TEST_RUN_SKIPPED','Leghg','RmUxK','XcguP','finished','4MLSNqv','test_run','XbYRe','File\x20path\x20could\x20not\x20be\x20found','_afterEach','rgwhA','zTfJe','PLAYWRIGHT_HUB_URL','wfqsI','defineProperty','stop','connect','TestRunFinished','bs:addLog:','string','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','removeAllListeners','JjUgK','TestRunSkipped','now','debug','file_name','VeLcg','.git','inspect','EHHCN','QTNKN','__platformCaps','sendCBTInfo','_paths','patchConsoleLogger','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','toString','BSkqd','fEQWw','appendTestItemLog','VIebb','toISOString','apply','222WuqxXJ','RhpYm','mCDtF','pending','location_prefix','prefixTestPath','aeXxM','aTzVO','hook','result','event_type','toUpperCase','DOsPh','retryOf','dGPtt','MTdVD','_beforeAll','skipped','../playwright/sessionDetails','308493AgTvUw','Failed\x20to\x20parse\x20wsendpoint\x20','relative','initializeBddStep','urcXE','xoXgV','shutdown','aKfib','bddStepFinish','hook_run','setupBrowserDetails','markedStatus','feature','__cloud_provider___','TlMEH','krtuY','Wdevu','FuPfo','ODbxQ','err','zCpII','\x20with\x20error\x20:\x20','3231488zFDXbk','duration','EHfyp','find','getFailureType','started','GcZoK','join','hhMHc','logs','CODECEPT','ctx','zwNyV','Not\x20able\x20to\x20import\x20Browser','split','PathHelper','iAFNw','fMTOO','gGItZ','mapTestHooks','stringify','parent','../../helpers/test-observability/sessionHandler','prototype','replace','_beforeEach','file','errorsDetailed','getTime','QaYLy','browserstack','ZkPYS','keyword','forEach','constructor','findGitConfig','jNzIY','fppKb','util','title','laFRm','includes','8498358fiygUI','uuid','client','driver','../../helpers/testhub/utils.js','accessibilityPlatform','body','obsBrowserTypeMockApplied','statSync','hook_run_uuid','utOfa','resetSkipTestHooks','uploadEventData','bSsCp','ZtJFW','LogCreated','currentHook','toLowerCase','RCdHE','KUpHq','expanded','VFZJB','SVlWd','integrations','cwd','launch','../../helpers/test-observability/utils','LKoFu','getCBTInfo','dirname','lgdzX','474249vrCdAD','HookRunFinished','winstonLogger','ICngK','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','13626vUovla','EsTxw','failure_backtrace','HulWR','HJuye','CKTRj','test','enabled','./helper.js','failure','chygp','yRhEL','currentTest','xstUn','_afterAll','bddStepStart','getHierarchy','QLbcf','pvFyc','browserType.js','bbMnV','success','ceHzB','stepAnalyticsId','jJKjK','tags','length','status','../playwright/accessibility-helper','sep','10612oTwvhW','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','50jOcflr','finished_at','startedAt','hooks','getHooksForTest','pid','TEST_RUN_STARTED','getRootParentFile','ZaBmz','comment','Playwright','push','hook_type','VtvDb','javascript','../../helpers/helper','_testEnv','Muxwu','QoOPU','frameworkName','fireEvent','getInstance'];a4_0x3ce8=function(){return _0x377277;};return a4_0x3ce8();}function a4_0x5bee(_0x131f64,_0x2492d9){const _0x3ce8e4=a4_0x3ce8();return a4_0x5bee=function(_0x5bee27,_0x91b540){_0x5bee27=_0x5bee27-0x136;let _0x27e0c3=_0x3ce8e4[_0x5bee27];return _0x27e0c3;},a4_0x5bee(_0x131f64,_0x2492d9);}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a4_0x31a60a(0x1f0)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x31a60a(0x150)),testOpsHelper=require(a4_0x31a60a(0x209)),{getTestEnv}=require('../mocha/test-observability/mochaUtils'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require('../../helpers/logger')[a4_0x31a60a(0x210)],SessionHandler=require(a4_0x31a60a(0x1db)),RequestQueueHandler=require(a4_0x31a60a(0x162)),PlaywrightSessionDetails=require(a4_0x31a60a(0x1ae)),debug=testOpsHelper[a4_0x31a60a(0x189)],{processAccessibilityCaps}=require(a4_0x31a60a(0x13d)),Constants=require(a4_0x31a60a(0x15f)),{fetchPlatformDetails}=require(a4_0x31a60a(0x21b)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x31a60a(0x1f3)),STATE_PASSED=a4_0x31a60a(0x165),STATE_FAILED=a4_0x31a60a(0x15c),a4_0x3c53ea={};a4_0x3c53ea[a4_0x31a60a(0x147)]='TestRunStarted',a4_0x3c53ea['TEST_RUN_FINISHED']=a4_0x31a60a(0x181),a4_0x3c53ea[a4_0x31a60a(0x170)]=a4_0x31a60a(0x187),a4_0x3c53ea['HOOK_RUN_STARTED']='HookRunStarted',a4_0x3c53ea['HOOK_RUN_FINISHED']=a4_0x31a60a(0x20f);const TEST_EVENTS=a4_0x3c53ea,parseEvent=_0x555462=>{const _0x561c09=a4_0x31a60a,_0x520f77={};_0x520f77[_0x561c09(0x1c3)]=function(_0x7043ea,_0x5b3f47){return _0x7043ea<_0x5b3f47;},_0x520f77['zwNyV']=function(_0x32a863,_0x5db648){return _0x32a863===_0x5db648;},_0x520f77[_0x561c09(0x196)]=_0x561c09(0x219),_0x520f77['chygp']=function(_0x7e8f79,_0x4fdc62){return _0x7e8f79===_0x4fdc62;},_0x520f77[_0x561c09(0x1f9)]=_0x561c09(0x1a4),_0x520f77[_0x561c09(0x17a)]=function(_0x6194c8,_0x2cacb2){return _0x6194c8===_0x2cacb2;},_0x520f77[_0x561c09(0x139)]=_0x561c09(0x1ad),_0x520f77['MTdVD']=function(_0x1d2818,_0x41187f){return _0x1d2818===_0x41187f;},_0x520f77[_0x561c09(0x220)]='started',_0x520f77['QLbcf']=_0x561c09(0x174);const _0x2e66c0=_0x520f77,_0x57d7e5=_0x555462[_0x561c09(0x16d)](/^(.*)Run(.*)$/);if(!_0x57d7e5)return null;if(_0x2e66c0['zCpII'](_0x57d7e5[_0x561c09(0x13b)],0x3))return null;const _0x3c0fc1=_0x57d7e5[0x1][_0x561c09(0x200)](),_0x477e0e=_0x57d7e5[0x2][_0x561c09(0x200)]();return{'test':_0x2e66c0[_0x561c09(0x1d1)](_0x3c0fc1,_0x2e66c0[_0x561c09(0x196)]),'hook':_0x2e66c0[_0x561c09(0x21d)](_0x3c0fc1,_0x2e66c0[_0x561c09(0x1f9)]),'skipped':_0x2e66c0[_0x561c09(0x17a)](_0x477e0e,_0x2e66c0[_0x561c09(0x139)]),'started':_0x2e66c0[_0x561c09(0x1ab)](_0x477e0e,_0x2e66c0[_0x561c09(0x220)]),'finished':_0x2e66c0[_0x561c09(0x1d1)](_0x477e0e,_0x2e66c0[_0x561c09(0x224)])};},mockPWBrowserType=_0x47cdf7=>{const _0x48673c=a4_0x31a60a,_0x23b48d={'jLxjZ':function(_0x15bf0a,_0x2a7a4d,_0x455f7d){return _0x15bf0a(_0x2a7a4d,_0x455f7d);},'axjlH':'wsEndpoint','XcguP':function(_0x36b57c,_0x346ae2){return _0x36b57c(_0x346ae2);},'xoXgV':_0x48673c(0x1e3),'bbMnV':function(_0x18cd97,_0x48342b,_0x103f65){return _0x18cd97(_0x48342b,_0x103f65);},'cLABs':function(_0x3eb3ff,_0x508de9){return _0x3eb3ff(_0x508de9);},'ynnvt':function(_0x4c5c6b,_0x27cfa9){return _0x4c5c6b===_0x27cfa9;},'ODbxQ':_0x48673c(0x183),'SVlWd':'lib','kslOM':_0x48673c(0x1f1),'VeLcg':_0x48673c(0x226),'ZaBmz':function(_0x4983d5,_0x189532){return _0x4983d5(_0x189532);},'foGaj':_0x48673c(0x1d2),'CkxXD':_0x48673c(0x180),'IiDHo':_0x48673c(0x208)},_0x319b6d=path[_0x48673c(0x1cc)](_0x23b48d[_0x48673c(0x205)],_0x23b48d['kslOM'],_0x23b48d[_0x48673c(0x18b)]),_0x7f376c=_0x23b48d[_0x48673c(0x149)](importFileFromPWCore,_0x319b6d);if(!_0x7f376c){_0x23b48d['XcguP'](debug,_0x23b48d['foGaj']);return;}const _0x1de9a2=_0x7f376c['BrowserType'],_0x74db98=_0x1de9a2[_0x48673c(0x1dc)];if(_0x74db98[_0x48673c(0x1f6)])return;const _0x263186=_0x74db98[_0x48673c(0x180)];Object[_0x48673c(0x17e)](_0x74db98,_0x23b48d['CkxXD'],{'get':function(){const _0x888e31=_0x48673c,_0x1e3e8a={'laFRm':function(_0x5086a6,_0x2f9476){return _0x23b48d['ynnvt'](_0x5086a6,_0x2f9476);},'RmUxK':_0x23b48d[_0x888e31(0x1c1)]};return async function _0x3d970d(_0x1e831a,_0x84b2d5){const _0x38f821=_0x888e31,_0x446677=_0x23b48d['jLxjZ'](nestedKeyValue,_0x1e831a,[_0x23b48d['axjlH']])||_0x1e831a;let _0x53273a=null,_0x1d60cc=null;try{[_0x1d60cc,_0x53273a]=_0x446677?_0x23b48d[_0x38f821(0x173)](parseWSEndpoint,_0x446677):[null,null],global[_0x38f821(0x190)]=_0x53273a,_0x1d60cc['includes'](_0x23b48d[_0x38f821(0x1b4)])&&(global[_0x38f821(0x1bc)]=_0x23b48d['xoXgV']);}catch(_0x3505bc){logger[_0x38f821(0x189)](_0x38f821(0x1b0)+_0x446677+'\x20'+_0x3505bc);}_0x23b48d[_0x38f821(0x227)](processAccessibilityCaps,_0x53273a,_0x1d60cc);if(global[_0x38f821(0x1f4)]){const _0x5a5590=await _0x74db98['connectOverCDP'][_0x38f821(0x19b)](this,[''+Constants[_0x38f821(0x17c)]+_0x23b48d['cLABs'](encodeURIComponent,JSON[_0x38f821(0x1d9)](_0x53273a))]);return PlaywrightSessionDetails[_0x38f821(0x1b9)](_0x5a5590,_0x47cdf7,_0x446677),_0x5a5590;}return _0x263186[_0x38f821(0x19b)](this,arguments)[_0x38f821(0x16e)](_0x2946f8=>{const _0x1164e1=_0x38f821;let _0x2b4e56=_0x1e831a['wsEndpoint'];return _0x1e3e8a[_0x1164e1(0x1ed)](typeof _0x1e831a,_0x1e3e8a[_0x1164e1(0x172)])&&(_0x2b4e56=_0x1e831a),PlaywrightSessionDetails[_0x1164e1(0x1b9)](_0x2946f8,_0x47cdf7,_0x2b4e56),_0x2946f8;});};}});const _0x3eac66=_0x74db98['launch'];Object[_0x48673c(0x17e)](_0x74db98,_0x23b48d['IiDHo'],{'get':function(){return async function _0x28034d(){const _0x1555bb=a4_0x5bee;return _0x3eac66['apply'](this,arguments)[_0x1555bb(0x16e)](_0x27466e=>{const _0x35bbef=_0x1555bb;return PlaywrightSessionDetails[_0x35bbef(0x1b9)](_0x27466e,null),_0x27466e;});};}});};class O11yHelper{[a4_0x31a60a(0x21f)]=null;[a4_0x31a60a(0x1ff)]=null;[a4_0x31a60a(0x21a)]=![];[a4_0x31a60a(0x154)]=![];constructor(_0x58c369,_0x42d6bd){const _0xadf3f3=a4_0x31a60a,_0x1e4725={'Muxwu':'5|4|0|2|1|3','ceHzB':function(_0x38bbe8){return _0x38bbe8();},'hhMHc':function(_0x8fa745,_0x24860c){return _0x8fa745===_0x24860c;},'bqVXI':_0xadf3f3(0x14b),'LKoFu':function(_0x5b982c,_0x4f74f0){return _0x5b982c(_0x4f74f0);},'VFZJB':function(_0x23959f){return _0x23959f();}},_0x555276=_0x1e4725[_0xadf3f3(0x152)][_0xadf3f3(0x1d3)]('|');let _0x1a8a7f=0x0;while(!![]){switch(_0x555276[_0x1a8a7f++]){case'0':this['driver']=_0x58c369;continue;case'1':this[_0xadf3f3(0x192)]=new testOpsHelper[(_0xadf3f3(0x1d4))]({'cwd':process[_0xadf3f3(0x207)]()},this[_0xadf3f3(0x151)][_0xadf3f3(0x1a0)]);continue;case'2':this[_0xadf3f3(0x151)]=_0x1e4725[_0xadf3f3(0x137)](getTestEnv);continue;case'3':this[_0xadf3f3(0x1f2)]&&_0x1e4725[_0xadf3f3(0x1cd)](this[_0xadf3f3(0x1f2)][_0xadf3f3(0x1e7)]['name'],_0x1e4725['bqVXI'])&&_0x1e4725[_0xadf3f3(0x20a)](mockPWBrowserType,null);continue;case'4':this[_0xadf3f3(0x154)]=_0x42d6bd['frameworkName'];continue;case'5':this['enabled']=_0x1e4725[_0xadf3f3(0x204)](shouldProcessEventForTesthub);continue;}break;}}[a4_0x31a60a(0x15e)](){const _0x5c7d3f=a4_0x31a60a;if(!this[_0x5c7d3f(0x21a)])return;testOpsHelper[_0x5c7d3f(0x193)](),process[_0x5c7d3f(0x185)](_0x5c7d3f(0x182)+process[_0x5c7d3f(0x146)]),process['on'](_0x5c7d3f(0x182)+process[_0x5c7d3f(0x146)],this[_0x5c7d3f(0x198)][_0x5c7d3f(0x16c)](this));}async[a4_0x31a60a(0x17f)](){const _0x55712e=a4_0x31a60a;await RequestQueueHandler[_0x55712e(0x156)]()[_0x55712e(0x1b5)]();}async[a4_0x31a60a(0x198)](_0x588d39){const _0x5b909c=a4_0x31a60a,_0x4f158d={'mmenD':_0x5b909c(0x1fe),'Ksyhc':function(_0x5b0128,_0x34f551){return _0x5b0128(_0x34f551);}};try{this[_0x5b909c(0x1ff)]&&!this[_0x5b909c(0x1ff)]['markedStatus']&&(_0x588d39[_0x5b909c(0x1f8)]=this[_0x5b909c(0x1ff)]['hookAnalyticsId']);!_0x588d39['hook_run_uuid']&&this[_0x5b909c(0x21f)]&&!this['currentTest'][_0x5b909c(0x1ba)]&&(_0x588d39[_0x5b909c(0x164)]=this[_0x5b909c(0x21f)][_0x5b909c(0x160)]);if(_0x588d39[_0x5b909c(0x1f8)]||_0x588d39[_0x5b909c(0x164)]){const _0xc1fa40={};_0xc1fa40['event_type']=_0x4f158d['mmenD'],_0xc1fa40[_0x5b909c(0x1ce)]=[_0x588d39],await SessionHandler['uploadEventData'](_0xc1fa40);}}catch(_0x2aea4f){_0x4f158d['Ksyhc'](debug,_0x5b909c(0x212)+_0x2aea4f);}}async[a4_0x31a60a(0x191)](_0x355bbb){const _0x628108=a4_0x31a60a,_0x4115e4={'fMTOO':_0x628108(0x16f),'svksw':function(_0x14f463,_0x971a94){return _0x14f463(_0x971a94);}};if(!this[_0x628108(0x21a)])return;const _0x1c91af=this[_0x628108(0x20b)](this['driver']);try{const _0x1544c2={};_0x1544c2[_0x628108(0x1f0)]=_0x355bbb,_0x1544c2[_0x628108(0x206)]=_0x1c91af;const _0x319db7=_0x1544c2,_0x559fb6={};_0x559fb6[_0x628108(0x1a6)]=_0x4115e4[_0x628108(0x1d6)],_0x559fb6[_0x628108(0x176)]=_0x319db7,await SessionHandler[_0x628108(0x1fb)](_0x559fb6);}catch(_0x515b5b){_0x4115e4['svksw'](debug,_0x628108(0x194)+_0x515b5b);}}[a4_0x31a60a(0x20b)](_0x412ae6){const _0x428249=a4_0x31a60a,_0x36ee33={'EHfyp':function(_0x24e63d,_0x475666){return _0x24e63d(_0x475666);}};return _0x36ee33[_0x428249(0x1c7)](fetchPlatformDetails,_0x412ae6);}[a4_0x31a60a(0x1fa)]=_0xca5c8e=>{const _0x499cd5=a4_0x31a60a,_0x4223cc={};_0x4223cc['nfYqh']=_0x499cd5(0x1de),_0x4223cc[_0x499cd5(0x163)]=_0x499cd5(0x179);const _0x39a08a=_0x4223cc;if(!_0xca5c8e||!_0xca5c8e[_0x499cd5(0x1da)])return;[_0x39a08a['nfYqh'],_0x39a08a[_0x499cd5(0x163)]][_0x499cd5(0x1e6)](_0x45a7d4=>{const _0x3cb2fd=_0x499cd5,_0x642bc9=_0xca5c8e[_0x3cb2fd(0x1da)][_0x45a7d4];_0x642bc9['forEach'](_0x45531f=>{const _0x5439d4=_0x3cb2fd;_0x45531f[_0x5439d4(0x169)]&&(_0x45531f[_0x5439d4(0x169)]=null);});});};[a4_0x31a60a(0x1d8)](_0x17e02a){const _0x58d4c1=a4_0x31a60a,_0x2c0579={'QTNKN':'codeceptjs','pvFyc':function(_0x5da85b){return _0x5da85b();},'EHHCN':function(_0x106617,_0x240d7e){return _0x106617===_0x240d7e;},'ZtJFW':'_afterEach','jNzIY':_0x58d4c1(0x1ac),'FrVHG':_0x58d4c1(0x221),'urcXE':'_beforeEach'};if(!_0x17e02a||!_0x17e02a[_0x58d4c1(0x1da)])return;[_0x2c0579[_0x58d4c1(0x1e9)],_0x2c0579['FrVHG'],_0x2c0579[_0x58d4c1(0x1b3)],_0x2c0579['ZtJFW']][_0x58d4c1(0x1e6)](_0x134176=>{const _0x9b60c0=_0x58d4c1,_0x74974d={'RhpYm':_0x2c0579[_0x9b60c0(0x18f)],'iDgjn':function(_0x53ef6a){const _0x3e99fe=_0x9b60c0;return _0x2c0579[_0x3e99fe(0x225)](_0x53ef6a);},'lDHym':function(_0x197228,_0x2d32fa){const _0xfd2f73=_0x9b60c0;return _0x2c0579[_0xfd2f73(0x18e)](_0x197228,_0x2d32fa);},'fppKb':_0x2c0579[_0x9b60c0(0x1fd)],'QaYLy':function(_0x2dbdff){const _0x4eae87=_0x9b60c0;return _0x2c0579[_0x4eae87(0x225)](_0x2dbdff);}},_0x5e7b50=_0x17e02a[_0x9b60c0(0x1da)][_0x134176]||[];_0x5e7b50[_0x9b60c0(0x1e6)](_0x267182=>{const _0x314593=_0x9b60c0;if(_0x267182[_0x314593(0x1ec)]['includes'](_0x74974d[_0x314593(0x19d)]))return;if(!_0x267182[_0x314593(0x169)])_0x267182['hookAnalyticsId']=_0x74974d['iDgjn'](uuidv4);else _0x267182['markedStatus']&&_0x74974d['lDHym'](_0x134176,_0x74974d[_0x314593(0x1ea)])&&(_0x267182['hookAnalyticsId']=_0x74974d[_0x314593(0x1e2)](uuidv4),delete _0x267182[_0x314593(0x1ba)]);});}),this[_0x58d4c1(0x1d8)](_0x17e02a[_0x58d4c1(0x1da)]);}['getHooksForTest'](_0xfd99bf){const _0x253f3e=a4_0x31a60a,_0x4c064f={};_0x4c064f[_0x253f3e(0x211)]=_0x253f3e(0x1ac),_0x4c064f['aTzVO']=_0x253f3e(0x221),_0x4c064f[_0x253f3e(0x1be)]=_0x253f3e(0x1de),_0x4c064f[_0x253f3e(0x1a8)]=_0x253f3e(0x179);const _0x516b5c=_0x4c064f;if(!_0xfd99bf||!_0xfd99bf[_0x253f3e(0x1da)])return[];const _0x37f047=[];return[_0x516b5c[_0x253f3e(0x211)],_0x516b5c[_0x253f3e(0x1a3)],_0x516b5c[_0x253f3e(0x1be)],_0x516b5c['DOsPh']]['forEach'](_0x3737dc=>{const _0x26b55f=_0x253f3e,_0x17ef43=_0xfd99bf[_0x26b55f(0x1da)][_0x3737dc]||[];_0x17ef43[_0x26b55f(0x1e6)](_0x2963ee=>{const _0x62eed2=_0x26b55f;_0x2963ee[_0x62eed2(0x169)]&&_0x37f047['push'](_0x2963ee[_0x62eed2(0x169)]);});}),[]['concat'](_0x37f047,this[_0x253f3e(0x145)](_0xfd99bf['parent']));}[a4_0x31a60a(0x167)](_0x53ebd9){const _0x5c74ba=a4_0x31a60a,_0x1f0c51=/^"(?<hook>.*)" hook:.*$/,_0x2a4076=_0x53ebd9[_0x5c74ba(0x1ec)],_0x336d44=_0x2a4076[_0x5c74ba(0x16d)](_0x1f0c51);if(_0x336d44&&_0x336d44['groups'])return _0x336d44['groups'][_0x5c74ba(0x1a4)][_0x5c74ba(0x1a7)]()[_0x5c74ba(0x1dd)]('\x20','_');return null;}[a4_0x31a60a(0x1e8)](_0x29b94e){const _0x34fb1c=a4_0x31a60a,_0x1a229c={};_0x1a229c[_0x34fb1c(0x16b)]=function(_0x5e2f3a,_0x514c87){return _0x5e2f3a===_0x514c87;},_0x1a229c[_0x34fb1c(0x14e)]=function(_0x2c39c5,_0x32030f){return _0x2c39c5===_0x32030f;},_0x1a229c[_0x34fb1c(0x19e)]=function(_0x1ed2ff,_0x3d1803){return _0x1ed2ff===_0x3d1803;},_0x1a229c[_0x34fb1c(0x1a2)]=_0x34fb1c(0x18c),_0x1a229c[_0x34fb1c(0x186)]='config';const _0x299c08=_0x1a229c,_0x3e634c=path[_0x34fb1c(0x13e)];if(_0x299c08[_0x34fb1c(0x16b)](_0x29b94e,null)||_0x299c08[_0x34fb1c(0x14e)](_0x29b94e,'')||_0x299c08[_0x34fb1c(0x19e)](_0x29b94e,_0x3e634c)||_0x299c08[_0x34fb1c(0x16b)](_0x29b94e,path[_0x34fb1c(0x20c)](_0x29b94e)))return null;try{return fs[_0x34fb1c(0x1f7)](path[_0x34fb1c(0x1cc)](_0x29b94e,_0x299c08['aeXxM'],_0x299c08[_0x34fb1c(0x186)])),_0x29b94e;}catch(_0x2dbc42){const _0x10238c=path['dirname'](_0x29b94e);return this[_0x34fb1c(0x1e8)](_0x10238c);}}[a4_0x31a60a(0x148)](_0xfaa79e){const _0x3c1f2d=a4_0x31a60a,_0x5f0388={};_0x5f0388[_0x3c1f2d(0x1bd)]=function(_0x587740,_0x2740c4){return _0x587740>_0x2740c4;};const _0x316507=_0x5f0388;if(_0xfaa79e[_0x3c1f2d(0x1df)])return _0xfaa79e['file'];if(_0xfaa79e['ctx']){const _0x57dcb8=_0xfaa79e['ctx'][_0x3c1f2d(0x21f)]?this[_0x3c1f2d(0x148)](_0xfaa79e[_0x3c1f2d(0x1d0)][_0x3c1f2d(0x21f)]):null;if(_0x57dcb8)return _0x57dcb8;}if(_0xfaa79e[_0x3c1f2d(0x1da)]){const _0x1887e8=this[_0x3c1f2d(0x148)](_0xfaa79e['parent'])||(_0xfaa79e[_0x3c1f2d(0x1da)]['ctx']&&_0xfaa79e[_0x3c1f2d(0x1da)][_0x3c1f2d(0x1d0)][_0x3c1f2d(0x21f)]?this['getRootParentFile'](_0xfaa79e[_0x3c1f2d(0x1da)]['ctx'][_0x3c1f2d(0x21f)]):null);if(_0x1887e8)return _0x1887e8;_0xfaa79e['parent'][_0x3c1f2d(0x157)]&&_0x316507[_0x3c1f2d(0x1bd)](_0xfaa79e[_0x3c1f2d(0x1da)][_0x3c1f2d(0x157)]['length'],0x0)&&_0xfaa79e[_0x3c1f2d(0x1da)]['suites'][_0x3c1f2d(0x1e6)](_0x470acf=>{const _0x4e7ca9=_0x3c1f2d,_0xed0b3e=_0x470acf[_0x4e7ca9(0x1d0)]?this[_0x4e7ca9(0x148)](_0x470acf['ctx']):null;if(_0xed0b3e)return _0xed0b3e;});}return null;}[a4_0x31a60a(0x223)](_0xd21156){const _0x538774=a4_0x31a60a,_0xbf152e={};_0xbf152e[_0x538774(0x17d)]=function(_0x304389,_0x238988){return _0x304389!==_0x238988;};const _0x2f1eb4=_0xbf152e,_0x2f9e35=[];if(_0xd21156&&_0xd21156[_0x538774(0x1da)]){let _0x4adb13=_0xd21156['parent'];while(_0x4adb13&&_0x2f1eb4[_0x538774(0x17d)](_0x4adb13[_0x538774(0x1ec)],'')){_0x2f9e35[_0x538774(0x14c)](_0x4adb13[_0x538774(0x1ec)]),_0x4adb13=_0x4adb13[_0x538774(0x1da)];}}return _0x2f9e35;}['captureEvent'](_0x32e2ad,_0x525833,_0x17cf1b=undefined){const _0x18f2de=a4_0x31a60a,_0x49457c={'rYNeH':function(_0x288291,_0x34d583){return _0x288291(_0x34d583);},'dGPtt':function(_0x1e0b6e){return _0x1e0b6e();},'QoOPU':function(_0x3c0153){return _0x3c0153();},'MHQeD':function(_0x4950dd){return _0x4950dd();},'Leghg':function(_0x27d52c,_0xd2bce0){return _0x27d52c(_0xd2bce0);},'lgdzX':_0x18f2de(0x1eb),'qgIOM':'err','CKTRj':function(_0x281b33,_0xfba4c5){return _0x281b33!==_0xfba4c5;},'fsyMH':_0x18f2de(0x178),'zTfJe':_0x18f2de(0x19f),'FuPfo':_0x18f2de(0x15c),'KUpHq':_0x18f2de(0x165),'fIIZO':_0x18f2de(0x1ad),'Wdevu':_0x18f2de(0x14f),'yRhEL':function(_0x2cdb9e,_0x1af6c3){return _0x2cdb9e-_0x1af6c3;},'fSlKt':function(_0x527f49,_0x321054,_0x860fe3,_0x468b71,_0x2b11bf){return _0x527f49(_0x321054,_0x860fe3,_0x468b71,_0x2b11bf);},'HJuye':function(_0x1a5a20,_0x2c6e0a){return _0x1a5a20!==_0x2c6e0a;},'gGItZ':_0x18f2de(0x206),'hVxiH':_0x18f2de(0x15b),'bSsCp':'failure','ZkPYS':_0x18f2de(0x215),'VIebb':'backtrace','HulWR':'failure_reason_expanded','GcZoK':_0x18f2de(0x203),'XbYRe':function(_0x412bb2,_0x1cc18f){return _0x412bb2===_0x1cc18f;},'EsTxw':_0x18f2de(0x1b8),'iAFNw':'test_run'};if(!this[_0x18f2de(0x21a)])return;try{if(_0x525833['fn']&&_0x525833['fn'][_0x18f2de(0x195)]()[_0x18f2de(0x16d)](/browserstack internal helper hook/))return;const _0x332c2d=_0x49457c['rYNeH'](parseEvent,_0x32e2ad);if(!_0x332c2d)return;if(_0x332c2d[_0x18f2de(0x219)]){this['currentTest']=_0x525833,this[_0x18f2de(0x1ff)]=null;if(_0x332c2d['started']||_0x332c2d['skipped']){_0x525833[_0x18f2de(0x143)]=new Date(),_0x525833[_0x18f2de(0x1ba)]=![];if(!_0x525833[_0x18f2de(0x160)])_0x525833[_0x18f2de(0x160)]=_0x49457c['dGPtt'](uuidv4);else _0x525833[_0x18f2de(0x1ba)]&&(!_0x525833['retryOf']&&(_0x525833['retryOf']=_0x525833['testAnalyticsId']),_0x525833[_0x18f2de(0x160)]=_0x49457c[_0x18f2de(0x153)](uuidv4));}}else{if(_0x332c2d['hook']){this[_0x18f2de(0x1ff)]=_0x525833;if(_0x332c2d[_0x18f2de(0x1ca)]){_0x525833['startedAt']=new Date(),_0x525833[_0x18f2de(0x1ba)]=![];if(!_0x525833[_0x18f2de(0x169)])_0x525833['hookAnalyticsId']=_0x49457c[_0x18f2de(0x1aa)](uuidv4);else _0x525833['hookAnalyticsId']&&_0x525833[_0x18f2de(0x1ba)]&&(_0x525833[_0x18f2de(0x169)]=_0x49457c['MHQeD'](uuidv4));}}}if(_0x332c2d[_0x18f2de(0x174)]&&_0x525833[_0x18f2de(0x1ba)])return;let _0x1cd5d0;try{_0x1cd5d0=this['getRootParentFile'](_0x525833);}catch(_0x5bf9d2){logger[_0x18f2de(0x189)]('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x5bf9d2),_0x1cd5d0=null;}const _0x1fb297=_0x49457c[_0x18f2de(0x171)](require,_0x49457c[_0x18f2de(0x20d)]);let _0xbc0acc=[];_0x17cf1b&&(_0xbc0acc=[_0x17cf1b,_0x49457c['qgIOM']]);const _0x5099ec=_0x49457c['CKTRj'](_0x525833[_0x18f2de(0x1e0)],undefined)?_0x1fb297[_0x18f2de(0x18d)](_0x525833['errorsDetailed'][0x0]):_0x49457c[_0x18f2de(0x218)](_0x17cf1b,undefined)?_0x17cf1b[_0x18f2de(0x195)]():undefined,_0xf00384=_0x1cd5d0?this[_0x18f2de(0x1e8)](_0x1cd5d0):null,_0x227701=_0x1cd5d0?this[_0x18f2de(0x192)][_0x18f2de(0x1a1)](this['getRootParentFile'](_0x525833)):_0x49457c['fsyMH'];let _0x58fc4e=_0x49457c[_0x18f2de(0x17b)];const _0x29c6b3=!_0x332c2d[_0x18f2de(0x1ca)]?new Date()[_0x18f2de(0x19a)]():null;if(_0x332c2d['finished'])_0x58fc4e=_0x17cf1b?_0x49457c[_0x18f2de(0x1c0)]:_0x49457c['KUpHq'],_0x525833[_0x18f2de(0x1ba)]=!![];else _0x332c2d[_0x18f2de(0x1ad)]&&(_0x58fc4e=_0x49457c['fIIZO'],_0x525833[_0x18f2de(0x1ba)]=!![]);const _0x4581f4={'framework':this[_0x18f2de(0x154)],'uuid':_0x525833['testAnalyticsId']||_0x525833[_0x18f2de(0x169)],'name':_0x525833[_0x18f2de(0x1ec)],'body':{'lang':_0x49457c[_0x18f2de(0x1bf)],'code':_0x525833['body'][_0x18f2de(0x195)]()},'type':_0x525833['type'],'scope':_0x525833['fullTitle'](),'scopes':this['getHierarchy'](_0x525833),'file_name':_0x227701,'vc_filepath':_0xf00384?path[_0x18f2de(0x1b1)](_0xf00384,_0x1cd5d0):null,'location':_0x227701,'result':_0x58fc4e,'failure_reason':_0x5099ec,'duration_in_ms':_0x525833[_0x18f2de(0x1c6)]||(_0x332c2d[_0x18f2de(0x174)]||_0x332c2d[_0x18f2de(0x1ad)])?_0x49457c[_0x18f2de(0x21e)](Date[_0x18f2de(0x188)](),new Date(_0x525833[_0x18f2de(0x143)])[_0x18f2de(0x1e1)]()):null,'started_at':new Date(_0x525833[_0x18f2de(0x143)])[_0x18f2de(0x19a)](),'finished_at':_0x29c6b3,'failure':testOpsHelper['failureData']['apply'](null,_0xbc0acc),'failure_type':!_0x5099ec?null:testOpsHelper[_0x18f2de(0x1c9)](_0x5099ec),'retry_of':_0x525833[_0x18f2de(0x1a9)]||null,'tags':_0x525833[_0x18f2de(0x13a)]||[],'customRerunParam':{'rerun_name':_0x525833['fullTitle']()}};_0x49457c['fSlKt'](appendTesthubParams,_0x4581f4,_0x32e2ad,_0x525833,FRAMEWORKS[_0x18f2de(0x1cf)]);if(_0x332c2d[_0x18f2de(0x1a4)])[_0x4581f4[_0x18f2de(0x14d)],_0x4581f4[_0x18f2de(0x15d)]]=[this['getHookType'](_0x525833),_0x525833['ctx'][_0x18f2de(0x219)]['title']],_0x332c2d[_0x18f2de(0x174)]?_0x49457c[_0x18f2de(0x217)](_0x4581f4[_0x18f2de(0x1a5)],_0x49457c[_0x18f2de(0x1c0)])&&(_0x4581f4['result']=_0x49457c[_0x18f2de(0x202)]):_0x4581f4[_0x18f2de(0x1f5)]={};else _0x332c2d[_0x18f2de(0x219)]&&(this[_0x18f2de(0x1d8)](_0x525833),_0x332c2d['skipped']&&this[_0x18f2de(0x1fa)](_0x525833),(_0x332c2d[_0x18f2de(0x174)]||_0x332c2d[_0x18f2de(0x1ad)])&&(_0x4581f4[_0x18f2de(0x144)]=this[_0x18f2de(0x145)](_0x525833)));this[_0x18f2de(0x1f2)]&&(_0x332c2d[_0x18f2de(0x1ca)]||_0x332c2d['skipped'])&&(_0x4581f4[_0x49457c[_0x18f2de(0x1d7)]]=this[_0x18f2de(0x20b)](this[_0x18f2de(0x1f2)]));_0x332c2d[_0x18f2de(0x219)]&&_0x332c2d[_0x18f2de(0x174)]&&_0x525833['bddSteps']&&(_0x4581f4[_0x49457c['hVxiH']]={'feature':{'name':_0x525833['parent'][_0x18f2de(0x1bb)][_0x18f2de(0x15d)],'path':_0x4581f4[_0x18f2de(0x18a)],'description':_0x525833['parent'][_0x18f2de(0x14a)]},'scenario':{'name':_0x525833[_0x18f2de(0x1ec)]},'steps':_0x525833[_0x18f2de(0x168)]});const _0x37f543=_0x4581f4[_0x49457c[_0x18f2de(0x1fc)]][0x0];_0x37f543&&(_0x4581f4[_0x49457c[_0x18f2de(0x1e4)]]=_0x37f543[_0x49457c[_0x18f2de(0x199)]],_0x4581f4[_0x49457c[_0x18f2de(0x216)]]=_0x37f543[_0x49457c[_0x18f2de(0x1cb)]]);if(_0x525833[_0x18f2de(0x168)])for(const _0x2b9980 of _0x525833[_0x18f2de(0x168)]){!_0x2b9980[_0x18f2de(0x142)]&&(_0x2b9980[_0x18f2de(0x142)]=new Date()['toISOString'](),_0x49457c[_0x18f2de(0x177)](_0x2b9980[_0x18f2de(0x1a5)],_0x49457c['zTfJe'])&&(_0x37f543?(_0x2b9980[_0x18f2de(0x1a5)]=_0x49457c[_0x18f2de(0x1c0)],_0x2b9980['failure']=_0x37f543[_0x49457c['VIebb']][0x0]):_0x2b9980[_0x18f2de(0x1a5)]=_0x49457c[_0x18f2de(0x202)]));}const _0x15b16f={};_0x15b16f[_0x18f2de(0x1a6)]=_0x332c2d['skipped']?TEST_EVENTS[_0x18f2de(0x166)]:_0x32e2ad;const _0x13184b=_0x15b16f;return _0x332c2d[_0x18f2de(0x1a4)]?_0x13184b[_0x49457c[_0x18f2de(0x214)]]=_0x4581f4:_0x13184b[_0x49457c[_0x18f2de(0x1d5)]]=_0x4581f4,_0x13184b;}catch(_0x1c6fb7){logger[_0x18f2de(0x189)](_0x18f2de(0x184)+_0x32e2ad+'\x20with\x20error\x20:\x20'+_0x1c6fb7);}}async[a4_0x31a60a(0x155)](_0x5311b2,_0x3c62b1){const _0x400c63=a4_0x31a60a;if(!this[_0x400c63(0x21a)]||!_0x3c62b1||!_0x5311b2)return![];try{return await SessionHandler['uploadEventData'](_0x3c62b1);}catch(_0xd0d209){logger['debug'](_0x400c63(0x140)+_0x5311b2+_0x400c63(0x1c4)+_0xd0d209);}}[a4_0x31a60a(0x1b2)](_0xb7b80c){const _0xaed96c=a4_0x31a60a,_0x24b1b5={};_0x24b1b5['aKfib']='pending';const _0x2dba8d=_0x24b1b5;return{'id':_0xb7b80c['stepAnalyticsId'],'text':_0xb7b80c[_0xaed96c(0x16a)],'keyword':_0xb7b80c[_0xaed96c(0x1e5)],'started_at':_0xb7b80c[_0xaed96c(0x143)][_0xaed96c(0x19a)](),'result':_0x2dba8d[_0xaed96c(0x1b6)]};}[a4_0x31a60a(0x222)](_0x2d5f54){const _0x2f610e=a4_0x31a60a,_0x3282a5={'VmtQb':function(_0x5678fc){return _0x5678fc();}};!this[_0x2f610e(0x21f)][_0x2f610e(0x168)]&&(this[_0x2f610e(0x21f)]['bddSteps']=[]),!_0x2d5f54[_0x2f610e(0x138)]&&(_0x2d5f54['stepAnalyticsId']=_0x3282a5['VmtQb'](uuidv4),_0x2d5f54['startedAt']=new Date(),this[_0x2f610e(0x21f)][_0x2f610e(0x168)][_0x2f610e(0x14c)](this[_0x2f610e(0x1b2)](_0x2d5f54)));}[a4_0x31a60a(0x1b7)](_0x2579c4){const _0x5c404d=a4_0x31a60a,_0x4f8db7={'fEQWw':function(_0x1ce920,_0x460a74){return _0x1ce920(_0x460a74);},'wjVpm':_0x5c404d(0x136),'RCdHE':'pending','nFtSl':_0x5c404d(0x165),'ugCPc':function(_0xd83b49,_0xc401b7){return _0xd83b49-_0xc401b7;}};let _0x9b44e7=this[_0x5c404d(0x21f)][_0x5c404d(0x168)][_0x5c404d(0x1c8)](_0x164fa8=>_0x164fa8['id']===_0x2579c4[_0x5c404d(0x138)]);_0x4f8db7[_0x5c404d(0x197)](isUndefined,_0x9b44e7)&&(_0x9b44e7=this['initializeBddStep'](_0x2579c4)),_0x9b44e7[_0x5c404d(0x1a5)]=[_0x4f8db7[_0x5c404d(0x15a)],_0x4f8db7[_0x5c404d(0x201)]][_0x5c404d(0x1ee)](_0x2579c4[_0x5c404d(0x13c)])?_0x4f8db7['nFtSl']:_0x2579c4[_0x5c404d(0x13c)],_0x9b44e7['finished_at']=new Date()[_0x5c404d(0x19a)](),_0x9b44e7['duration']=_0x4f8db7[_0x5c404d(0x161)](Date['now'](),_0x2579c4['startedAt']['getTime']()),_0x9b44e7[_0x5c404d(0x21c)]=_0x2579c4[_0x5c404d(0x1c2)]?_0x2579c4[_0x5c404d(0x1c2)]['message']:null;}}const a4_0x213164={};a4_0x213164['O11yHelper']=O11yHelper,a4_0x213164['STATE_PASSED']=STATE_PASSED,a4_0x213164['STATE_FAILED']=STATE_FAILED,a4_0x213164['TEST_EVENTS']=TEST_EVENTS,module['exports']=a4_0x213164;
1
+ const a4_0x544d4a=a4_0x4f64;function a4_0x4f64(_0x4b3572,_0x5c0870){const _0x883481=a4_0x8834();return a4_0x4f64=function(_0x4f644a,_0x56a342){_0x4f644a=_0x4f644a-0x124;let _0x4c6b79=_0x883481[_0x4f644a];return _0x4c6b79;},a4_0x4f64(_0x4b3572,_0x5c0870);}function a4_0x8834(){const _0x4b1e07=['currentTest','oDhbX','_testEnv','xGrNm','TEST_RUN_FINISHED','title','hookAnalyticsId','yFPaL','mapTestHooks','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','hook','LEmZX','status','cOyhC','./helper.js','WijtL','suites','../../helpers/helper','prototype','test_run_uuid','resetSkipTestHooks','setupBrowserDetails','toString','location_prefix','yTfSq','../../helpers/test-observability/utils','../../helpers/test-observability/constants','HOOK_RUN_FINISHED','0|5|1|2|4|3','ysnnc','getTime','bOEqU','IaczI','CNfXF','inspect','\x20with\x20error\x20:\x20','_beforeEach','TmHry','qiyDu','join','UHtLW','finished','VeLfa','GzUXD','event_type','exports','duration','xUnIf','err','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','forEach','toUpperCase','xBvEa','stepAnalyticsId','hook_run_uuid','tags','AiRCn','JFMYg','tGhGu','XOwzP','QkMeY','eZnFE','initializeBddStep','accessibilityPlatform','HOOK_RUN_STARTED','../playwright/sessionDetails','../../helpers/testhub/utils.js','codeceptjs','getRootParentFile','2163791JjRLOT','fullTitle','hooks','__platformCaps','_afterAll','LZHUK','split','TestRunFinished','pImAH','XvWTf','hook_run','find','util','errorsDetailed','keFbm','meta','236394wFtSTw','bs:addLog:','rylqi','push','currentHook','connect','rlijb','VTJrM','kwSRO','driver','bddStepStart','HookRunFinished','kbVsB','getHooksForTest','tDpMQ','3737800RkSNII','_afterEach','srjgU','winstonLogger','LogCreated','../playwright/accessibility-helper','now','2262426iOCMoG','hook_type','file','YjZDQ','sep','launch','statSync','test_run','ZraIo','neulp','bdDxk','body','getFailureType','kfRCj','tWplO','STATE_PASSED','Playwright','_beforeAll','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','PLAYWRIGHT_HUB_URL','../mocha/test-observability/mochaUtils','getHookType','PAxUR','toLowerCase','DtVBZ','appendTestItemLog','690vIJAon','expanded','QnAYl','browserstack','logs','LPzza','defineProperty','.git','testAnalyticsId','MHdJl','getInstance','concat','parent','YmjFw','ENJrJ','HbVzW','Not\x20able\x20to\x20import\x20Browser','failed\x20to\x20get\x20root\x20parent\x20file\x20','292qAoiJp','length','HookRunStarted','File\x20path\x20could\x20not\x20be\x20found','pending','TEST_EVENTS','startedAt','match','comment','retryOf','debug','XZvhY','NGzRJ','markedStatus','ACcjj','failure','test','ctx','WYpFy','ufGqT','apply','caERF','lpkAB','backtrace','file_name','1582GoeuLr','type','pLcyT','lib','finished_at','skipped','PfmeK','toISOString','MrSLu','bind','brpKT','getHierarchy','wsEndpoint','stringify','__cloud_provider___','nEKyq','ntxmn','constructor','dirname','config','SlBJQ','NBgmi','groups','nxrEj','connectOverCDP','failureData','obsBrowserTypeMockApplied','_paths','then','LShko','uploadEventData','TnrUv','fMURO','../../helpers/test-observability/requestQueueHandler','O11yHelper','enabled','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','feature','1006390kPEses','wpZlJ','patchConsoleLogger','TestRunSkipped','47735hUiilg','../utils/constants','started','3273lmOKdg','captureEvent','getCBTInfo','mzugc','passed','findGitConfig','bddStepFinish','bddSteps','text','WEJsv','wTcVH','FhERj','string','frameworkName','prefixTestPath','failed','../../helpers/logger','start','pid','NxiYF','rfDqh','name','includes','relative','GFNZw','IxhnT','JUsrc','STATE_FAILED','result','message'];a4_0x8834=function(){return _0x4b1e07;};return a4_0x8834();}(function(_0x5da2a2,_0x11df67){const _0x45456f=a4_0x4f64,_0x34b487=_0x5da2a2();while(!![]){try{const _0x3f7ab2=parseInt(_0x45456f(0x13e))/0x1+parseInt(_0x45456f(0x213))/0x2*(parseInt(_0x45456f(0x145))/0x3)+-parseInt(_0x45456f(0x1fa))/0x4*(-parseInt(_0x45456f(0x142))/0x5)+-parseInt(_0x45456f(0x1ce))/0x6+-parseInt(_0x45456f(0x1a8))/0x7+parseInt(_0x45456f(0x1c7))/0x8+-parseInt(_0x45456f(0x1b8))/0x9*(parseInt(_0x45456f(0x1e8))/0xa);if(_0x3f7ab2===_0x11df67)break;else _0x34b487['push'](_0x34b487['shift']());}catch(_0x53e9fb){_0x34b487['push'](_0x34b487['shift']());}}}(a4_0x8834,0x829cd));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x544d4a(0x174)),testOpsHelper=require(a4_0x544d4a(0x17c)),{getTestEnv}=require(a4_0x544d4a(0x1e2)),{FRAMEWORKS}=require(a4_0x544d4a(0x17d)),logger=require(a4_0x544d4a(0x155))[a4_0x544d4a(0x1ca)],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x544d4a(0x139)),PlaywrightSessionDetails=require(a4_0x544d4a(0x1a4)),debug=testOpsHelper[a4_0x544d4a(0x204)],{processAccessibilityCaps}=require(a4_0x544d4a(0x1cc)),Constants=require(a4_0x544d4a(0x143)),{fetchPlatformDetails}=require(a4_0x544d4a(0x171)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x544d4a(0x1a5)),STATE_PASSED=a4_0x544d4a(0x149),STATE_FAILED=a4_0x544d4a(0x154),a4_0x488c69={};a4_0x488c69['TEST_RUN_STARTED']='TestRunStarted',a4_0x488c69['TEST_RUN_FINISHED']=a4_0x544d4a(0x1af),a4_0x488c69['TEST_RUN_SKIPPED']=a4_0x544d4a(0x141),a4_0x488c69[a4_0x544d4a(0x1a3)]=a4_0x544d4a(0x1fc),a4_0x488c69[a4_0x544d4a(0x17e)]=a4_0x544d4a(0x1c3);const TEST_EVENTS=a4_0x488c69,parseEvent=_0x1bbb73=>{const _0x3e1809=a4_0x544d4a,_0x2bd377={};_0x2bd377[_0x3e1809(0x1c4)]=function(_0x2ce9fb,_0x48d6d5){return _0x2ce9fb<_0x48d6d5;},_0x2bd377[_0x3e1809(0x215)]=function(_0x3db464,_0x7f0a54){return _0x3db464===_0x7f0a54;},_0x2bd377['srjgU']=_0x3e1809(0x20a),_0x2bd377[_0x3e1809(0x197)]=function(_0x118705,_0x118168){return _0x118705===_0x118168;},_0x2bd377['LShko']=_0x3e1809(0x16d),_0x2bd377['HbVzW']=function(_0x3150f8,_0xcec5b9){return _0x3150f8===_0xcec5b9;},_0x2bd377[_0x3e1809(0x18b)]=_0x3e1809(0x218),_0x2bd377[_0x3e1809(0x1d6)]=_0x3e1809(0x144),_0x2bd377[_0x3e1809(0x1ad)]=function(_0xd47aac,_0x3b0545){return _0xd47aac===_0x3b0545;},_0x2bd377['HcujD']=_0x3e1809(0x18c);const _0x58b509=_0x2bd377,_0xf3bfa0=_0x1bbb73[_0x3e1809(0x201)](/^(.*)Run(.*)$/);if(!_0xf3bfa0)return null;if(_0x58b509[_0x3e1809(0x1c4)](_0xf3bfa0[_0x3e1809(0x1fb)],0x3))return null;const _0x230fc8=_0xf3bfa0[0x1][_0x3e1809(0x1e5)](),_0x4f8ec1=_0xf3bfa0[0x2][_0x3e1809(0x1e5)]();return{'test':_0x58b509[_0x3e1809(0x215)](_0x230fc8,_0x58b509[_0x3e1809(0x1c9)]),'hook':_0x58b509[_0x3e1809(0x197)](_0x230fc8,_0x58b509[_0x3e1809(0x135)]),'skipped':_0x58b509[_0x3e1809(0x1f7)](_0x4f8ec1,_0x58b509[_0x3e1809(0x18b)]),'started':_0x58b509[_0x3e1809(0x197)](_0x4f8ec1,_0x58b509[_0x3e1809(0x1d6)]),'finished':_0x58b509[_0x3e1809(0x1ad)](_0x4f8ec1,_0x58b509['HcujD'])};},mockPWBrowserType=_0x1f4dc1=>{const _0x23f2e7=a4_0x544d4a,_0x1ae47a={'CNfXF':function(_0x16b1dc,_0x17f7fa){return _0x16b1dc===_0x17f7fa;},'MHdJl':_0x23f2e7(0x151),'BCslj':function(_0x4859b9,_0x4615c,_0x35d595){return _0x4859b9(_0x4615c,_0x35d595);},'kfRCj':_0x23f2e7(0x124),'tGhGu':function(_0x4cbaab,_0x297a62){return _0x4cbaab(_0x297a62);},'FhERj':_0x23f2e7(0x1eb),'bOEqU':function(_0x15a201,_0x1946ea,_0x34c39e){return _0x15a201(_0x1946ea,_0x34c39e);},'ufGqT':_0x23f2e7(0x216),'MnKRW':'client','NBgmi':'browserType.js','irYFU':function(_0x4fdc86,_0x1bca31){return _0x4fdc86(_0x1bca31);},'yTfSq':function(_0x20f166,_0x4521dd){return _0x20f166(_0x4521dd);},'bRNNA':_0x23f2e7(0x1f8),'oFNYl':_0x23f2e7(0x1bd),'QkMeY':_0x23f2e7(0x1d3)},_0x39389a=path[_0x23f2e7(0x18a)](_0x1ae47a[_0x23f2e7(0x20d)],_0x1ae47a['MnKRW'],_0x1ae47a[_0x23f2e7(0x12d)]),_0x4344f4=_0x1ae47a['irYFU'](importFileFromPWCore,_0x39389a);if(!_0x4344f4){_0x1ae47a[_0x23f2e7(0x17b)](debug,_0x1ae47a['bRNNA']);return;}const _0x828c51=_0x4344f4['BrowserType'],_0x470584=_0x828c51[_0x23f2e7(0x175)];if(_0x470584[_0x23f2e7(0x132)])return;const _0x4e9143=_0x470584['connect'];Object[_0x23f2e7(0x1ee)](_0x470584,_0x1ae47a['oFNYl'],{'get':function(){const _0x188ffb=_0x23f2e7,_0x25ca2c={'ntxmn':function(_0xf84c69,_0x3a4150){const _0x1dc7bf=a4_0x4f64;return _0x1ae47a[_0x1dc7bf(0x184)](_0xf84c69,_0x3a4150);},'yDtbk':_0x1ae47a[_0x188ffb(0x1f1)],'VdXlx':function(_0x512fd4,_0x539f50,_0x3ac124){return _0x1ae47a['BCslj'](_0x512fd4,_0x539f50,_0x3ac124);},'ysnnc':_0x1ae47a[_0x188ffb(0x1db)],'nxrEj':function(_0x3136ef,_0xc91b23){const _0x4f2c29=_0x188ffb;return _0x1ae47a[_0x4f2c29(0x19d)](_0x3136ef,_0xc91b23);},'WijtL':_0x1ae47a[_0x188ffb(0x150)],'keFbm':function(_0x416eeb,_0x168215,_0x49e2b8){const _0x342d7e=_0x188ffb;return _0x1ae47a[_0x342d7e(0x182)](_0x416eeb,_0x168215,_0x49e2b8);}};return async function _0x43ded4(_0x4f3e14,_0x1dd2af){const _0x21e568=_0x188ffb,_0x5056fa={'tDpMQ':function(_0x420ca0,_0x3a6a70){const _0xedb7b8=a4_0x4f64;return _0x25ca2c[_0xedb7b8(0x128)](_0x420ca0,_0x3a6a70);},'XOwzP':_0x25ca2c['yDtbk']},_0x2400c8=_0x25ca2c['VdXlx'](nestedKeyValue,_0x4f3e14,[_0x25ca2c[_0x21e568(0x180)]])||_0x4f3e14;let _0x200d6d=null,_0xb32afd=null;try{[_0xb32afd,_0x200d6d]=_0x2400c8?_0x25ca2c[_0x21e568(0x12f)](parseWSEndpoint,_0x2400c8):[null,null],global[_0x21e568(0x1ab)]=_0x200d6d,_0xb32afd['includes'](_0x25ca2c[_0x21e568(0x172)])&&(global[_0x21e568(0x126)]=_0x25ca2c[_0x21e568(0x172)]);}catch(_0x59826f){logger[_0x21e568(0x204)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x2400c8+'\x20'+_0x59826f);}_0x25ca2c[_0x21e568(0x1b6)](processAccessibilityCaps,_0x200d6d,_0xb32afd);if(global[_0x21e568(0x1a2)]){const _0x59820d=await _0x470584[_0x21e568(0x130)][_0x21e568(0x20e)](this,[''+Constants[_0x21e568(0x1e1)]+_0x25ca2c[_0x21e568(0x12f)](encodeURIComponent,JSON[_0x21e568(0x125)](_0x200d6d))]);return PlaywrightSessionDetails[_0x21e568(0x178)](_0x59820d,_0x1f4dc1,_0x2400c8),_0x59820d;}return _0x4e9143[_0x21e568(0x20e)](this,arguments)[_0x21e568(0x134)](_0x5d6291=>{const _0x13023d=_0x21e568;let _0x9de97e=_0x4f3e14[_0x13023d(0x124)];return _0x5056fa[_0x13023d(0x1c6)](typeof _0x4f3e14,_0x5056fa[_0x13023d(0x19e)])&&(_0x9de97e=_0x4f3e14),PlaywrightSessionDetails[_0x13023d(0x178)](_0x5d6291,_0x1f4dc1,_0x9de97e),_0x5d6291;});};}});const _0x19646a=_0x470584[_0x23f2e7(0x1d3)];Object['defineProperty'](_0x470584,_0x1ae47a[_0x23f2e7(0x19f)],{'get':function(){return async function _0x54e632(){const _0x53efa0=a4_0x4f64;return _0x19646a[_0x53efa0(0x20e)](this,arguments)[_0x53efa0(0x134)](_0x897239=>{const _0x46354e=_0x53efa0;return PlaywrightSessionDetails[_0x46354e(0x178)](_0x897239,null),_0x897239;});};}});};class O11yHelper{['currentTest']=null;[a4_0x544d4a(0x1bc)]=null;[a4_0x544d4a(0x13b)]=![];[a4_0x544d4a(0x152)]=![];constructor(_0xd6ca5,_0x2cde33){const _0x2f9e06=a4_0x544d4a,_0x1a4d87={'nQsqB':_0x2f9e06(0x17f),'MrSLu':function(_0x441989){return _0x441989();},'XZvhY':function(_0x2cbb09,_0xf69b9d){return _0x2cbb09===_0xf69b9d;},'YjZDQ':_0x2f9e06(0x1de),'GDOeD':function(_0xe60ad4,_0x2e189b){return _0xe60ad4(_0x2e189b);}},_0x265a51=_0x1a4d87['nQsqB'][_0x2f9e06(0x1ae)]('|');let _0x322bfa=0x0;while(!![]){switch(_0x265a51[_0x322bfa++]){case'0':this['enabled']=_0x1a4d87[_0x2f9e06(0x21b)](shouldProcessEventForTesthub);continue;case'1':this['driver']=_0xd6ca5;continue;case'2':this[_0x2f9e06(0x165)]=_0x1a4d87[_0x2f9e06(0x21b)](getTestEnv);continue;case'3':this[_0x2f9e06(0x1c1)]&&_0x1a4d87[_0x2f9e06(0x205)](this['driver'][_0x2f9e06(0x129)][_0x2f9e06(0x15a)],_0x1a4d87[_0x2f9e06(0x1d1)])&&_0x1a4d87['GDOeD'](mockPWBrowserType,null);continue;case'4':this['_paths']=new testOpsHelper['PathHelper']({'cwd':process['cwd']()},this[_0x2f9e06(0x165)][_0x2f9e06(0x17a)]);continue;case'5':this[_0x2f9e06(0x152)]=_0x2cde33[_0x2f9e06(0x152)];continue;}break;}}[a4_0x544d4a(0x156)](){const _0xea2592=a4_0x544d4a;if(!this[_0xea2592(0x13b)])return;testOpsHelper[_0xea2592(0x140)](),process['removeAllListeners'](_0xea2592(0x1b9)+process[_0xea2592(0x157)]),process['on'](_0xea2592(0x1b9)+process[_0xea2592(0x157)],this[_0xea2592(0x1e7)][_0xea2592(0x21c)](this));}async['stop'](){const _0xc83fc8=a4_0x544d4a;await RequestQueueHandler[_0xc83fc8(0x1f2)]()['shutdown']();}async['appendTestItemLog'](_0x33a072){const _0x372b31=a4_0x544d4a,_0x5383a6={'qKQbc':_0x372b31(0x1cb),'cTkNm':function(_0x20eeb2,_0x202585){return _0x20eeb2(_0x202585);}};try{this[_0x372b31(0x1bc)]&&!this['currentHook'][_0x372b31(0x207)]&&(_0x33a072['hook_run_uuid']=this[_0x372b31(0x1bc)]['hookAnalyticsId']);!_0x33a072[_0x372b31(0x199)]&&this[_0x372b31(0x163)]&&!this[_0x372b31(0x163)][_0x372b31(0x207)]&&(_0x33a072[_0x372b31(0x176)]=this[_0x372b31(0x163)][_0x372b31(0x1f0)]);if(_0x33a072['hook_run_uuid']||_0x33a072['test_run_uuid']){const _0x25377a={};_0x25377a[_0x372b31(0x18f)]=_0x5383a6['qKQbc'],_0x25377a[_0x372b31(0x1ec)]=[_0x33a072],await SessionHandler[_0x372b31(0x136)](_0x25377a);}}catch(_0x2e8a55){_0x5383a6['cTkNm'](debug,_0x372b31(0x1e0)+_0x2e8a55);}}async['sendCBTInfo'](_0x1422db){const _0x2c936b=a4_0x544d4a,_0x44a4da={'CfjeD':'CBTSessionCreated','NxiYF':function(_0x8c7f90,_0xd093c3){return _0x8c7f90(_0xd093c3);}};if(!this[_0x2c936b(0x13b)])return;const _0x2de8f3=this['getCBTInfo'](this[_0x2c936b(0x1c1)]);try{const _0x539fc6={};_0x539fc6['uuid']=_0x1422db,_0x539fc6['integrations']=_0x2de8f3;const _0x3125a3=_0x539fc6,_0x49ae98={};_0x49ae98[_0x2c936b(0x18f)]=_0x44a4da['CfjeD'],_0x49ae98['test_run']=_0x3125a3,await SessionHandler[_0x2c936b(0x136)](_0x49ae98);}catch(_0x94b03a){_0x44a4da[_0x2c936b(0x158)](debug,_0x2c936b(0x194)+_0x94b03a);}}[a4_0x544d4a(0x147)](_0x3171eb){const _0xe73858=a4_0x544d4a,_0x50eec2={'VeLfa':function(_0x1ddbf6,_0x2e7805){return _0x1ddbf6(_0x2e7805);}};return _0x50eec2[_0xe73858(0x18d)](fetchPlatformDetails,_0x3171eb);}[a4_0x544d4a(0x177)]=_0x3d3463=>{const _0xfe12c0=a4_0x544d4a,_0x3eda51={};_0x3eda51['VTJrM']='_beforeEach',_0x3eda51[_0xfe12c0(0x15f)]=_0xfe12c0(0x1c8);const _0x426bac=_0x3eda51;if(!_0x3d3463||!_0x3d3463['parent'])return;[_0x426bac[_0xfe12c0(0x1bf)],_0x426bac[_0xfe12c0(0x15f)]][_0xfe12c0(0x195)](_0x30ac8e=>{const _0x3e3d57=_0xfe12c0,_0x9c6abd=_0x3d3463[_0x3e3d57(0x1f4)][_0x30ac8e];_0x9c6abd['forEach'](_0xc4cfb7=>{const _0x246f78=_0x3e3d57;_0xc4cfb7[_0x246f78(0x169)]&&(_0xc4cfb7[_0x246f78(0x169)]=null);});});};[a4_0x544d4a(0x16b)](_0x18919a){const _0x1da73f=a4_0x544d4a,_0x520595={'nEKyq':_0x1da73f(0x1a6),'NGzRJ':function(_0x5c6d0d){return _0x5c6d0d();},'TmHry':function(_0x3b5475,_0x50ee68){return _0x3b5475===_0x50ee68;},'FJpjL':_0x1da73f(0x1c8),'mDMFo':_0x1da73f(0x1df),'PAxUR':_0x1da73f(0x1ac),'XvWTf':'_beforeEach'};if(!_0x18919a||!_0x18919a['parent'])return;[_0x520595['mDMFo'],_0x520595[_0x1da73f(0x1e4)],_0x520595[_0x1da73f(0x1b1)],_0x520595['FJpjL']]['forEach'](_0x35a8e6=>{const _0xb4475=_0x1da73f,_0x28e870=_0x18919a[_0xb4475(0x1f4)][_0x35a8e6]||[];_0x28e870[_0xb4475(0x195)](_0x452c04=>{const _0x142e84=_0xb4475;if(_0x452c04['title'][_0x142e84(0x15b)](_0x520595[_0x142e84(0x127)]))return;if(!_0x452c04[_0x142e84(0x169)])_0x452c04[_0x142e84(0x169)]=_0x520595[_0x142e84(0x206)](uuidv4);else _0x452c04[_0x142e84(0x207)]&&_0x520595[_0x142e84(0x188)](_0x35a8e6,_0x520595['FJpjL'])&&(_0x452c04[_0x142e84(0x169)]=_0x520595[_0x142e84(0x206)](uuidv4),delete _0x452c04[_0x142e84(0x207)]);});}),this[_0x1da73f(0x16b)](_0x18919a[_0x1da73f(0x1f4)]);}[a4_0x544d4a(0x1c5)](_0x5b0084){const _0x1bc10a=a4_0x544d4a,_0x39ed4b={};_0x39ed4b['wTcVH']='_beforeAll',_0x39ed4b[_0x1bc10a(0x1ba)]=_0x1bc10a(0x1ac),_0x39ed4b[_0x1bc10a(0x1d7)]=_0x1bc10a(0x187),_0x39ed4b['yFPaL']=_0x1bc10a(0x1c8);const _0x397269=_0x39ed4b;if(!_0x5b0084||!_0x5b0084[_0x1bc10a(0x1f4)])return[];const _0x3bfa88=[];return[_0x397269[_0x1bc10a(0x14f)],_0x397269['rylqi'],_0x397269[_0x1bc10a(0x1d7)],_0x397269[_0x1bc10a(0x16a)]]['forEach'](_0x1560a5=>{const _0x5e6d2c=_0x1bc10a,_0x1c8a42=_0x5b0084[_0x5e6d2c(0x1f4)][_0x1560a5]||[];_0x1c8a42[_0x5e6d2c(0x195)](_0x13a8bd=>{const _0x10cfcb=_0x5e6d2c;_0x13a8bd[_0x10cfcb(0x169)]&&_0x3bfa88[_0x10cfcb(0x1bb)](_0x13a8bd[_0x10cfcb(0x169)]);});}),[][_0x1bc10a(0x1f3)](_0x3bfa88,this[_0x1bc10a(0x1c5)](_0x5b0084[_0x1bc10a(0x1f4)]));}[a4_0x544d4a(0x1e3)](_0x1798ba){const _0x1d3bad=a4_0x544d4a,_0x8615b4=/^"(?<hook>.*)" hook:.*$/,_0x3d1b04=_0x1798ba[_0x1d3bad(0x168)],_0x38db27=_0x3d1b04['match'](_0x8615b4);if(_0x38db27&&_0x38db27[_0x1d3bad(0x12e)])return _0x38db27[_0x1d3bad(0x12e)][_0x1d3bad(0x16d)][_0x1d3bad(0x196)]()['replace']('\x20','_');return null;}[a4_0x544d4a(0x14a)](_0x18ff97){const _0x10a64f=a4_0x544d4a,_0x2fc8d7={};_0x2fc8d7[_0x10a64f(0x1b0)]=function(_0x5bf2a5,_0x5871b6){return _0x5bf2a5===_0x5871b6;},_0x2fc8d7[_0x10a64f(0x1dc)]=function(_0x128fce,_0x2ac8fb){return _0x128fce===_0x2ac8fb;},_0x2fc8d7[_0x10a64f(0x208)]=function(_0x236fb6,_0x4ecd64){return _0x236fb6===_0x4ecd64;},_0x2fc8d7[_0x10a64f(0x19b)]=function(_0x1de0a,_0x5e1b3a){return _0x1de0a===_0x5e1b3a;},_0x2fc8d7[_0x10a64f(0x210)]=_0x10a64f(0x1ef),_0x2fc8d7[_0x10a64f(0x1f6)]=_0x10a64f(0x12b);const _0x27301a=_0x2fc8d7,_0x3e9bf4=path[_0x10a64f(0x1d2)];if(_0x27301a[_0x10a64f(0x1b0)](_0x18ff97,null)||_0x27301a[_0x10a64f(0x1dc)](_0x18ff97,'')||_0x27301a[_0x10a64f(0x208)](_0x18ff97,_0x3e9bf4)||_0x27301a['AiRCn'](_0x18ff97,path[_0x10a64f(0x12a)](_0x18ff97)))return null;try{return fs[_0x10a64f(0x1d4)](path[_0x10a64f(0x18a)](_0x18ff97,_0x27301a[_0x10a64f(0x210)],_0x27301a['ENJrJ'])),_0x18ff97;}catch(_0x31bdd8){const _0x3b50f0=path[_0x10a64f(0x12a)](_0x18ff97);return this[_0x10a64f(0x14a)](_0x3b50f0);}}[a4_0x544d4a(0x1a7)](_0x323625){const _0x4afa2d=a4_0x544d4a,_0xcd6442={};_0xcd6442[_0x4afa2d(0x192)]=function(_0x27793f,_0x3145ff){return _0x27793f>_0x3145ff;};const _0xc3f3a=_0xcd6442;if(_0x323625[_0x4afa2d(0x1d0)])return _0x323625['file'];if(_0x323625[_0x4afa2d(0x20b)]){const _0x5da0c4=_0x323625[_0x4afa2d(0x20b)][_0x4afa2d(0x163)]?this[_0x4afa2d(0x1a7)](_0x323625[_0x4afa2d(0x20b)]['currentTest']):null;if(_0x5da0c4)return _0x5da0c4;}if(_0x323625['parent']){const _0x2883f1=this['getRootParentFile'](_0x323625[_0x4afa2d(0x1f4)])||(_0x323625[_0x4afa2d(0x1f4)][_0x4afa2d(0x20b)]&&_0x323625[_0x4afa2d(0x1f4)][_0x4afa2d(0x20b)][_0x4afa2d(0x163)]?this[_0x4afa2d(0x1a7)](_0x323625['parent'][_0x4afa2d(0x20b)][_0x4afa2d(0x163)]):null);if(_0x2883f1)return _0x2883f1;_0x323625['parent'][_0x4afa2d(0x173)]&&_0xc3f3a['xUnIf'](_0x323625[_0x4afa2d(0x1f4)][_0x4afa2d(0x173)][_0x4afa2d(0x1fb)],0x0)&&_0x323625[_0x4afa2d(0x1f4)]['suites'][_0x4afa2d(0x195)](_0x1f0ea7=>{const _0x44d7d5=_0x4afa2d,_0x488343=_0x1f0ea7['ctx']?this[_0x44d7d5(0x1a7)](_0x1f0ea7[_0x44d7d5(0x20b)]):null;if(_0x488343)return _0x488343;});}return null;}[a4_0x544d4a(0x21e)](_0x34f9d9){const _0x344be7=a4_0x544d4a,_0x1f02e7={};_0x1f02e7[_0x344be7(0x1f5)]=function(_0x57689c,_0x180ae7){return _0x57689c!==_0x180ae7;};const _0x1f2ea6=_0x1f02e7,_0x46b1a2=[];if(_0x34f9d9&&_0x34f9d9[_0x344be7(0x1f4)]){let _0x104b49=_0x34f9d9[_0x344be7(0x1f4)];while(_0x104b49&&_0x1f2ea6[_0x344be7(0x1f5)](_0x104b49[_0x344be7(0x168)],'')){_0x46b1a2[_0x344be7(0x1bb)](_0x104b49['title']),_0x104b49=_0x104b49['parent'];}}return _0x46b1a2;}[a4_0x544d4a(0x146)](_0x43c1bd,_0x53a362,_0x4afddf=undefined){const _0xf128d4=a4_0x544d4a,_0x1cb0ba={'cOyhC':function(_0x55325a,_0x25cadc){return _0x55325a(_0x25cadc);},'qiyDu':function(_0x5f40e3){return _0x5f40e3();},'xPBhy':function(_0x57439d){return _0x57439d();},'bdDxk':function(_0x25e859){return _0x25e859();},'brpKT':function(_0x8eb471,_0x57a9a1){return _0x8eb471(_0x57a9a1);},'kwSRO':_0xf128d4(0x1b4),'GFNZw':_0xf128d4(0x193),'DtVBZ':function(_0x3e19ac,_0x58ede3){return _0x3e19ac!==_0x58ede3;},'IaczI':function(_0x38df6d,_0x28f8c9){return _0x38df6d!==_0x28f8c9;},'PfmeK':_0xf128d4(0x1fd),'QnAYl':_0xf128d4(0x1fe),'JFMYg':'failed','caERF':_0xf128d4(0x149),'rfDqh':_0xf128d4(0x218),'WEJsv':'javascript','WYpFy':function(_0x1b7143,_0x35ff31){return _0x1b7143-_0x35ff31;},'eZnFE':function(_0x112648,_0x48c167,_0x47ae4f,_0x717c8,_0x130b0d){return _0x112648(_0x48c167,_0x47ae4f,_0x717c8,_0x130b0d);},'AYmrg':function(_0x4bb970,_0x148e84){return _0x4bb970!==_0x148e84;},'oDhbX':'integrations','LPzza':_0xf128d4(0x1b7),'LEmZX':_0xf128d4(0x209),'NyxFC':'failure_backtrace','wpZlJ':_0xf128d4(0x211),'SlBJQ':'failure_reason_expanded','lTFyK':_0xf128d4(0x1e9),'mzugc':function(_0x291af4,_0x22c1d4){return _0x291af4===_0x22c1d4;},'TnrUv':_0xf128d4(0x1b2),'UOBPt':_0xf128d4(0x1d5)};if(!this[_0xf128d4(0x13b)])return;try{if(_0x53a362['fn']&&_0x53a362['fn'][_0xf128d4(0x179)]()[_0xf128d4(0x201)](/browserstack internal helper hook/))return;const _0x374baf=_0x1cb0ba[_0xf128d4(0x170)](parseEvent,_0x43c1bd);if(!_0x374baf)return;if(_0x374baf['test']){this[_0xf128d4(0x163)]=_0x53a362,this['currentHook']=null;if(_0x374baf['started']||_0x374baf[_0xf128d4(0x218)]){_0x53a362[_0xf128d4(0x200)]=new Date(),_0x53a362[_0xf128d4(0x207)]=![];if(!_0x53a362[_0xf128d4(0x1f0)])_0x53a362[_0xf128d4(0x1f0)]=_0x1cb0ba[_0xf128d4(0x189)](uuidv4);else _0x53a362[_0xf128d4(0x207)]&&(!_0x53a362[_0xf128d4(0x203)]&&(_0x53a362['retryOf']=_0x53a362[_0xf128d4(0x1f0)]),_0x53a362[_0xf128d4(0x1f0)]=_0x1cb0ba['xPBhy'](uuidv4));}}else{if(_0x374baf[_0xf128d4(0x16d)]){this[_0xf128d4(0x1bc)]=_0x53a362;if(_0x374baf['started']){_0x53a362['startedAt']=new Date(),_0x53a362['markedStatus']=![];if(!_0x53a362[_0xf128d4(0x169)])_0x53a362[_0xf128d4(0x169)]=_0x1cb0ba[_0xf128d4(0x1d8)](uuidv4);else _0x53a362[_0xf128d4(0x169)]&&_0x53a362[_0xf128d4(0x207)]&&(_0x53a362[_0xf128d4(0x169)]=_0x1cb0ba['qiyDu'](uuidv4));}}}if(_0x374baf[_0xf128d4(0x18c)]&&_0x53a362[_0xf128d4(0x207)])return;let _0x2d1dc6;try{_0x2d1dc6=this[_0xf128d4(0x1a7)](_0x53a362);}catch(_0x53c2d6){logger[_0xf128d4(0x204)](_0xf128d4(0x1f9)+_0x53c2d6),_0x2d1dc6=null;}const _0x22e601=_0x1cb0ba[_0xf128d4(0x21d)](require,_0x1cb0ba[_0xf128d4(0x1c0)]);let _0x1742d9=[];_0x4afddf&&(_0x1742d9=[_0x4afddf,_0x1cb0ba[_0xf128d4(0x15d)]]);const _0x27bde1=_0x1cb0ba[_0xf128d4(0x1e6)](_0x53a362['errorsDetailed'],undefined)?_0x22e601[_0xf128d4(0x185)](_0x53a362[_0xf128d4(0x1b5)][0x0]):_0x1cb0ba[_0xf128d4(0x183)](_0x4afddf,undefined)?_0x4afddf[_0xf128d4(0x179)]():undefined,_0x459d88=_0x2d1dc6?this[_0xf128d4(0x14a)](_0x2d1dc6):null,_0x28aefa=_0x2d1dc6?this[_0xf128d4(0x133)][_0xf128d4(0x153)](this[_0xf128d4(0x1a7)](_0x53a362)):_0x1cb0ba[_0xf128d4(0x219)];let _0x5eaba5=_0x1cb0ba['QnAYl'];const _0x58592a=!_0x374baf[_0xf128d4(0x144)]?new Date()[_0xf128d4(0x21a)]():null;if(_0x374baf[_0xf128d4(0x18c)])_0x5eaba5=_0x4afddf?_0x1cb0ba[_0xf128d4(0x19c)]:_0x1cb0ba[_0xf128d4(0x20f)],_0x53a362[_0xf128d4(0x207)]=!![];else _0x374baf[_0xf128d4(0x218)]&&(_0x5eaba5=_0x1cb0ba[_0xf128d4(0x159)],_0x53a362[_0xf128d4(0x207)]=!![]);const _0x4022fc={'framework':this['frameworkName'],'uuid':_0x53a362[_0xf128d4(0x1f0)]||_0x53a362['hookAnalyticsId'],'name':_0x53a362[_0xf128d4(0x168)],'body':{'lang':_0x1cb0ba[_0xf128d4(0x14e)],'code':_0x53a362['body'][_0xf128d4(0x179)]()},'type':_0x53a362[_0xf128d4(0x214)],'scope':_0x53a362[_0xf128d4(0x1a9)](),'scopes':this[_0xf128d4(0x21e)](_0x53a362),'file_name':_0x28aefa,'vc_filepath':_0x459d88?path[_0xf128d4(0x15c)](_0x459d88,_0x2d1dc6):null,'location':_0x28aefa,'result':_0x5eaba5,'failure_reason':_0x27bde1,'duration_in_ms':_0x53a362[_0xf128d4(0x191)]||(_0x374baf[_0xf128d4(0x18c)]||_0x374baf[_0xf128d4(0x218)])?_0x1cb0ba[_0xf128d4(0x20c)](Date[_0xf128d4(0x1cd)](),new Date(_0x53a362[_0xf128d4(0x200)])['getTime']()):null,'started_at':new Date(_0x53a362[_0xf128d4(0x200)])[_0xf128d4(0x21a)](),'finished_at':_0x58592a,'failure':testOpsHelper[_0xf128d4(0x131)]['apply'](null,_0x1742d9),'failure_type':!_0x27bde1?null:testOpsHelper[_0xf128d4(0x1da)](_0x27bde1),'retry_of':_0x53a362[_0xf128d4(0x203)]||null,'tags':_0x53a362[_0xf128d4(0x19a)]||[],'customRerunParam':{'rerun_name':_0x53a362[_0xf128d4(0x1a9)]()}};_0x1cb0ba[_0xf128d4(0x1a0)](appendTesthubParams,_0x4022fc,_0x43c1bd,_0x53a362,FRAMEWORKS['CODECEPT']);if(_0x374baf[_0xf128d4(0x16d)])[_0x4022fc[_0xf128d4(0x1cf)],_0x4022fc['name']]=[this[_0xf128d4(0x1e3)](_0x53a362),_0x53a362[_0xf128d4(0x20b)][_0xf128d4(0x20a)]['title']],_0x374baf[_0xf128d4(0x18c)]?_0x1cb0ba['AYmrg'](_0x4022fc[_0xf128d4(0x161)],_0x1cb0ba[_0xf128d4(0x19c)])&&(_0x4022fc['result']=_0x1cb0ba[_0xf128d4(0x20f)]):_0x4022fc[_0xf128d4(0x1d9)]={};else _0x374baf[_0xf128d4(0x20a)]&&(this[_0xf128d4(0x16b)](_0x53a362),_0x374baf[_0xf128d4(0x218)]&&this[_0xf128d4(0x177)](_0x53a362),(_0x374baf['finished']||_0x374baf[_0xf128d4(0x218)])&&(_0x4022fc[_0xf128d4(0x1aa)]=this['getHooksForTest'](_0x53a362)));this[_0xf128d4(0x1c1)]&&(_0x374baf[_0xf128d4(0x144)]||_0x374baf[_0xf128d4(0x218)])&&(_0x4022fc[_0x1cb0ba[_0xf128d4(0x164)]]=this[_0xf128d4(0x147)](this['driver']));_0x374baf['test']&&_0x374baf[_0xf128d4(0x18c)]&&_0x53a362['bddSteps']&&(_0x4022fc[_0x1cb0ba[_0xf128d4(0x1ed)]]={'feature':{'name':_0x53a362['parent'][_0xf128d4(0x13d)][_0xf128d4(0x15a)],'path':_0x4022fc[_0xf128d4(0x212)],'description':_0x53a362['parent'][_0xf128d4(0x202)]},'scenario':{'name':_0x53a362[_0xf128d4(0x168)]},'steps':_0x53a362[_0xf128d4(0x14c)]});const _0x5e6825=_0x4022fc[_0x1cb0ba[_0xf128d4(0x16e)]][0x0];_0x5e6825&&(_0x4022fc[_0x1cb0ba['NyxFC']]=_0x5e6825[_0x1cb0ba[_0xf128d4(0x13f)]],_0x4022fc[_0x1cb0ba[_0xf128d4(0x12c)]]=_0x5e6825[_0x1cb0ba['lTFyK']]);if(_0x53a362[_0xf128d4(0x14c)])for(const _0x16bd41 of _0x53a362['bddSteps']){!_0x16bd41['finished_at']&&(_0x16bd41['finished_at']=new Date()[_0xf128d4(0x21a)](),_0x1cb0ba[_0xf128d4(0x148)](_0x16bd41['result'],_0x1cb0ba[_0xf128d4(0x1ea)])&&(_0x5e6825?(_0x16bd41[_0xf128d4(0x161)]=_0x1cb0ba[_0xf128d4(0x19c)],_0x16bd41[_0xf128d4(0x209)]=_0x5e6825[_0x1cb0ba['wpZlJ']][0x0]):_0x16bd41['result']=_0x1cb0ba['caERF']));}const _0x183226={};_0x183226[_0xf128d4(0x18f)]=_0x374baf['skipped']?TEST_EVENTS[_0xf128d4(0x167)]:_0x43c1bd;const _0x18fca0=_0x183226;return _0x374baf[_0xf128d4(0x16d)]?_0x18fca0[_0x1cb0ba[_0xf128d4(0x137)]]=_0x4022fc:_0x18fca0[_0x1cb0ba['UOBPt']]=_0x4022fc,_0x18fca0;}catch(_0x22e9b0){logger[_0xf128d4(0x204)](_0xf128d4(0x16c)+_0x43c1bd+_0xf128d4(0x186)+_0x22e9b0);}}async['fireEvent'](_0x469bdc,_0x39f374){const _0x362899=a4_0x544d4a;if(!this[_0x362899(0x13b)]||!_0x39f374||!_0x469bdc)return![];try{return await SessionHandler[_0x362899(0x136)](_0x39f374);}catch(_0x52bf81){logger[_0x362899(0x204)](_0x362899(0x13c)+_0x469bdc+_0x362899(0x186)+_0x52bf81);}}[a4_0x544d4a(0x1a1)](_0x5d30bb){const _0x742a9e=a4_0x544d4a,_0xf1a649={};_0xf1a649[_0x742a9e(0x18e)]=_0x742a9e(0x1fe);const _0x18f30e=_0xf1a649;return{'id':_0x5d30bb['stepAnalyticsId'],'text':_0x5d30bb[_0x742a9e(0x14d)],'keyword':_0x5d30bb['keyword'],'started_at':_0x5d30bb[_0x742a9e(0x200)][_0x742a9e(0x21a)](),'result':_0x18f30e[_0x742a9e(0x18e)]};}[a4_0x544d4a(0x1c2)](_0x21fd4d){const _0x35d279=a4_0x544d4a,_0x298f7e={'xGrNm':function(_0xd2e823){return _0xd2e823();}};!this[_0x35d279(0x163)][_0x35d279(0x14c)]&&(this['currentTest'][_0x35d279(0x14c)]=[]),!_0x21fd4d['stepAnalyticsId']&&(_0x21fd4d[_0x35d279(0x198)]=_0x298f7e[_0x35d279(0x166)](uuidv4),_0x21fd4d[_0x35d279(0x200)]=new Date(),this['currentTest']['bddSteps']['push'](this['initializeBddStep'](_0x21fd4d)));}[a4_0x544d4a(0x14b)](_0x57678a){const _0xa20a59=a4_0x544d4a,_0x3470b0={'QzNVP':function(_0x116bd2,_0x41f2f0){return _0x116bd2(_0x41f2f0);},'rlijb':'success','IxhnT':_0xa20a59(0x1fe),'Srrcu':'passed','fMURO':function(_0x4969f4,_0x5b93b9){return _0x4969f4-_0x5b93b9;}};let _0x2d5e44=this[_0xa20a59(0x163)][_0xa20a59(0x14c)][_0xa20a59(0x1b3)](_0x47617f=>_0x47617f['id']===_0x57678a['stepAnalyticsId']);_0x3470b0['QzNVP'](isUndefined,_0x2d5e44)&&(_0x2d5e44=this['initializeBddStep'](_0x57678a)),_0x2d5e44[_0xa20a59(0x161)]=[_0x3470b0[_0xa20a59(0x1be)],_0x3470b0[_0xa20a59(0x15e)]]['includes'](_0x57678a[_0xa20a59(0x16f)])?_0x3470b0['Srrcu']:_0x57678a[_0xa20a59(0x16f)],_0x2d5e44[_0xa20a59(0x217)]=new Date()[_0xa20a59(0x21a)](),_0x2d5e44[_0xa20a59(0x191)]=_0x3470b0[_0xa20a59(0x138)](Date['now'](),_0x57678a['startedAt'][_0xa20a59(0x181)]()),_0x2d5e44[_0xa20a59(0x209)]=_0x57678a[_0xa20a59(0x193)]?_0x57678a['err'][_0xa20a59(0x162)]:null;}}const a4_0x2f4e46={};a4_0x2f4e46[a4_0x544d4a(0x13a)]=O11yHelper,a4_0x2f4e46[a4_0x544d4a(0x1dd)]=STATE_PASSED,a4_0x2f4e46[a4_0x544d4a(0x160)]=STATE_FAILED,a4_0x2f4e46[a4_0x544d4a(0x1ff)]=TEST_EVENTS,module[a4_0x544d4a(0x190)]=a4_0x2f4e46;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a5_0x245721=a5_0x49dd;(function(_0x3b7af0,_0x3f2097){const _0x5c15bb=a5_0x49dd,_0x148e11=_0x3b7af0();while(!![]){try{const _0x236a74=parseInt(_0x5c15bb(0x1cd))/0x1+-parseInt(_0x5c15bb(0x18d))/0x2+parseInt(_0x5c15bb(0x1ce))/0x3*(parseInt(_0x5c15bb(0x1d9))/0x4)+-parseInt(_0x5c15bb(0x1df))/0x5*(-parseInt(_0x5c15bb(0x1eb))/0x6)+parseInt(_0x5c15bb(0x1da))/0x7*(parseInt(_0x5c15bb(0x190))/0x8)+-parseInt(_0x5c15bb(0x1bd))/0x9*(-parseInt(_0x5c15bb(0x1d3))/0xa)+parseInt(_0x5c15bb(0x1be))/0xb*(-parseInt(_0x5c15bb(0x1e1))/0xc);if(_0x236a74===_0x3f2097)break;else _0x148e11['push'](_0x148e11['shift']());}catch(_0x2d8919){_0x148e11['push'](_0x148e11['shift']());}}}(a5_0x339e,0xe2161));function a5_0x49dd(_0x234731,_0x5c0f88){const _0x339e94=a5_0x339e();return a5_0x49dd=function(_0x49ddf3,_0x51343f){_0x49ddf3=_0x49ddf3-0x178;let _0x2bebaf=_0x339e94[_0x49ddf3];return _0x2bebaf;},a5_0x49dd(_0x234731,_0x5c0f88);}const fs=require('fs'),path=require(a5_0x245721(0x181)),util=require(a5_0x245721(0x17d)),logger=require(a5_0x245721(0x1a6))[a5_0x245721(0x1d8)],{default:BrowserStackSetup}=require(a5_0x245721(0x189)),helper=require(a5_0x245721(0x1ad)),utilities=require(a5_0x245721(0x1d1)),constants=require(a5_0x245721(0x18a)),{parallelCucumberRun}=require(a5_0x245721(0x197)),TestHubHandler=require(a5_0x245721(0x1c1)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require('chalk');function printCucumberStats(_0x200751){const _0xdda0af=a5_0x245721,_0xc7f143={};_0xc7f143['esfZF']=function(_0x5be181,_0x1492c8){return _0x5be181>_0x1492c8;},_0xc7f143[_0xdda0af(0x1d5)]=function(_0x17a41a,_0x14e69d){return _0x17a41a-_0x14e69d;},_0xc7f143['hVWdJ']=function(_0xefa96c,_0x47e4fe){return _0xefa96c-_0x47e4fe;},_0xc7f143[_0xdda0af(0x1b4)]=function(_0x5e9f0f,_0x320141){return _0x5e9f0f>_0x320141;},_0xc7f143['GcXuL']=function(_0x301a77,_0x5759d6){return _0x301a77>_0x5759d6;},_0xc7f143[_0xdda0af(0x18e)]=function(_0x1168ce,_0x414ab5){return _0x1168ce>_0x414ab5;},_0xc7f143['AnwPn']=function(_0x4835fe,_0x34a80b){return _0x4835fe>_0x34a80b;},_0xc7f143[_0xdda0af(0x19b)]=function(_0x5a9955,_0xc48f82){return _0x5a9955>_0xc48f82;},_0xc7f143[_0xdda0af(0x1af)]=function(_0x27e277,_0x26b234){return _0x27e277>_0x26b234;},_0xc7f143['DMHHB']=function(_0x1249fb,_0x2e9f42){return _0x1249fb>_0x2e9f42;},_0xc7f143[_0xdda0af(0x19a)]=function(_0x549332,_0x3c3a81){return _0x549332>_0x3c3a81;},_0xc7f143['sNkQu']=function(_0x41b36c,_0x3fa567){return _0x41b36c+_0x3fa567;},_0xc7f143['IklDJ']=function(_0x3a500c,_0x15e735){return _0x3a500c+_0x15e735;},_0xc7f143[_0xdda0af(0x196)]=function(_0x173838,_0x54f640){return _0x173838+_0x54f640;},_0xc7f143[_0xdda0af(0x17e)]=function(_0x16ba62,_0x80fa50){return _0x16ba62===_0x80fa50;},_0xc7f143[_0xdda0af(0x188)]=function(_0x4df4f8,_0x535829){return _0x4df4f8===_0x535829;},_0xc7f143[_0xdda0af(0x183)]=_0xdda0af(0x1bf);const _0x47436e=_0xc7f143;let _0xaaf92a=0x0;if(_0x47436e[_0xdda0af(0x188)](_0x200751[_0xdda0af(0x191)],0x0))return _0xaaf92a;return console[_0xdda0af(0x1c0)](chalk[_0xdda0af(0x1c2)][_0xdda0af(0x17c)](_0x47436e[_0xdda0af(0x183)])),_0x200751[_0xdda0af(0x187)](_0xe5dc63=>{const _0x2f3212=_0xdda0af,_0x2ddd0e=_0xe5dc63[0x0],_0xbb930c=_0xe5dc63[0x1];console['log']('\x0a'+chalk[_0x2f3212(0x1c2)][_0x2f3212(0x1c7)](''+helper[_0x2f3212(0x1b3)](_0x2ddd0e)));const _0x57a350=_0xbb930c[_0x2f3212(0x1e7)],_0x5c2c44=_0xbb930c[_0x2f3212(0x1dc)],_0x407eef=_0xbb930c[_0x2f3212(0x1ab)],_0x281160=_0xbb930c[_0x2f3212(0x18f)],_0x15a163=_0xbb930c['stepsPassed'],_0x357db5=_0xbb930c[_0x2f3212(0x1e5)],_0x26cf9f=_0xbb930c[_0x2f3212(0x19c)],_0x3da8b6=_0xbb930c['stepsUndefined'],_0x160dc5=_0xbb930c['stepsUnknown'],_0x156086=_0xbb930c[_0x2f3212(0x1ca)],_0x5cb571=_0xbb930c[_0x2f3212(0x1bc)];let _0x46b0fc=_0x57a350+_0x2f3212(0x1c9);const _0x4405b0=_0x47436e['esfZF'](_0x47436e[_0x2f3212(0x1d5)](_0x57a350,_0x407eef),0x0)?_0x47436e['hVWdJ'](_0x57a350,_0x407eef):0x0;if(_0x47436e[_0x2f3212(0x1b4)](_0x407eef,0x0)&&_0x47436e[_0x2f3212(0x1b4)](_0x4405b0,0x0))_0x46b0fc+='\x20('+chalk[_0x2f3212(0x1c2)][_0x2f3212(0x1b1)](_0x407eef+_0x2f3212(0x1e2))+',\x20'+chalk[_0x2f3212(0x1c2)][_0x2f3212(0x182)](_0x4405b0+_0x2f3212(0x1ba))+')';else(_0x47436e[_0x2f3212(0x1a2)](_0x407eef,0x0)||_0x47436e[_0x2f3212(0x18e)](_0x4405b0,0x0))&&(_0x46b0fc+=_0x47436e[_0x2f3212(0x1b4)](_0x407eef,0x0)?'\x20('+chalk['bold'][_0x2f3212(0x1b1)](_0x407eef+'\x20failed')+')':'\x20('+chalk[_0x2f3212(0x1c2)]['green'](_0x4405b0+_0x2f3212(0x1ba))+')');const _0x5803ec=_0x5c2c44+_0x2f3212(0x1ed),_0x19d37=[];_0x47436e[_0x2f3212(0x1e4)](_0x156086,0x0)&&_0x19d37[_0x2f3212(0x184)](''+chalk[_0x2f3212(0x1c2)][_0x2f3212(0x1b1)](_0x156086+_0x2f3212(0x185)));_0x47436e[_0x2f3212(0x19b)](_0x281160,0x0)&&_0x19d37[_0x2f3212(0x184)](''+chalk[_0x2f3212(0x1c2)]['red'](_0x281160+_0x2f3212(0x1e2)));_0x47436e[_0x2f3212(0x1af)](_0x15a163,0x0)&&_0x19d37[_0x2f3212(0x184)](''+chalk[_0x2f3212(0x1c2)]['green'](_0x15a163+_0x2f3212(0x1ba)));_0x47436e['DMHHB'](_0x26cf9f,0x0)&&_0x19d37[_0x2f3212(0x184)](''+chalk[_0x2f3212(0x1c2)][_0x2f3212(0x1c7)](_0x26cf9f+_0x2f3212(0x19e)));_0x47436e[_0x2f3212(0x19a)](_0x357db5,0x0)&&_0x19d37['push'](''+chalk[_0x2f3212(0x1c2)][_0x2f3212(0x179)](_0x357db5+_0x2f3212(0x1ea)));_0x47436e['esfZF'](_0x3da8b6,0x0)&&_0x19d37[_0x2f3212(0x184)](''+chalk[_0x2f3212(0x1c2)][_0x2f3212(0x1c7)](_0x3da8b6+_0x2f3212(0x1ec)));_0x47436e[_0x2f3212(0x1e4)](_0x160dc5,0x0)&&_0x19d37[_0x2f3212(0x184)](''+chalk[_0x2f3212(0x1c2)]['yellow'](_0x160dc5+_0x2f3212(0x1ea)));const _0x2f14ff=_0x47436e[_0x2f3212(0x19f)](_0x47436e[_0x2f3212(0x19f)](_0x47436e[_0x2f3212(0x19f)](_0x5803ec,'('),_0x19d37['join'](',\x20')),')');console['log'](_0x47436e[_0x2f3212(0x1e8)](_0x47436e[_0x2f3212(0x196)](_0x47436e[_0x2f3212(0x19f)](_0x47436e[_0x2f3212(0x19f)]('\x0a',_0x46b0fc),'\x0a'),_0x2f14ff),'\x0a')),_0x47436e[_0x2f3212(0x17e)](_0x5cb571,![])&&(_0xaaf92a=0x1);}),_0xaaf92a;}function a5_0x339e(){const _0x4dba76=['createDir','rmdirSync','cwhiG','aTyTo','../test-runner','env','false','gvTZG','YeoaN','stepsPending','markSDKSetupComplete','\x20pending','sNkQu','join','initialize','GcXuL','setupTCGAuth','removeDir','EBnFQ','../../helpers/logger','printBuildLink','ZLVPD','getUserWorkerCount','accessibilityOptions','scenariosFailed','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','../../helpers/helper','YlLjh','jSZUe','splice','red','getTCGConfigFilePaths','getPlatformName','QfieR','rdHlv','turboScaleUrl','getHubUrl','isUndefined','prepareCapabilities','\x20passed','error\x20removing\x20tcg\x20config\x20file','processSuccess','1700757EwTQHm','9633503bIpjuy','****\x20RESULTS\x20****','log','../../helpers/testhub/testhubHandler','bold','cwd','isBrowserstackInfra','CUCUMBER','skipSessionStatus','yellow','testObservability','\x20scenarios','stepsAmbiguous','CZVzo','tmp','193156ncKEzk','1034157bjlXpo','errorMessage','finally','../../helpers/utilities','config','70kyPoWv','LeLyT','rvzEy','stringify','getErrorMessageFromResults','winstonLogger','8bDDGJA','35XTiZjh','debug','steps','logLevel','format','1120gyPCyN','exports','12PUHoFo','\x20failed','then','AnwPn','stepsSkipped','BROWSERSTACK_TEST_OBSERVABILITY_YML','scenarios','IklDJ','handleApp','\x20skipped','13314IJlZdX','\x20undefined','\x20steps','Removing\x20tmp\x20directory\x20created\x20for\x20reports','POjiy','FRAMEWORKS','cyan','testContextOptions','stop','bgWhite','util','FrpSN','yrMrB','NfUGp','path','green','OZjmd','push','\x20ambiguous','finalExecution','forEach','OrHlH','../../helpers/BrowserStackSetup','../utils/constants','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','jmYjc','2543188fBNuxr','VeBBI','stepsFailed','593528SwHJQz','length','Generating\x20consolidated\x20report...'];a5_0x339e=function(){return _0x4dba76;};return a5_0x339e();}async function run(_0x424ccf,_0x4e1094){const _0x3cc242=a5_0x245721,_0x219c76={'GGNFD':function(_0x349b82,_0x134967){return _0x349b82(_0x134967);},'yrMrB':function(_0x770b78,_0x1a369a){return _0x770b78>_0x1a369a;},'POjiy':_0x3cc242(0x192),'EBnFQ':_0x3cc242(0x1ee),'cwhiG':'cucumber','DUrYP':_0x3cc242(0x1bb),'NfUGp':'cucumber-js','jmYjc':_0x3cc242(0x1cc),'YlLjh':function(_0x41a123,_0x97a60e){return _0x41a123-_0x97a60e;},'LeLyT':function(_0x3b34f0,_0x2a03cf){return _0x3b34f0>=_0x2a03cf;},'rdHlv':function(_0x936912,_0x1b57bf){return _0x936912!=_0x1b57bf;},'CZVzo':_0x3cc242(0x199),'ZLVPD':function(_0x3bf289,_0x3819e9,_0xd9f0f5,_0x552617,_0x56c6c1,_0x1149ff){return _0x3bf289(_0x3819e9,_0xd9f0f5,_0x552617,_0x56c6c1,_0x1149ff);}},_0x2e5dd5=new BrowserStackSetup(_0x424ccf,_0x219c76[_0x3cc242(0x180)]);await _0x2e5dd5[_0x3cc242(0x1a1)]();!helper[_0x3cc242(0x1c4)]()&&await _0x2e5dd5[_0x3cc242(0x1a3)]();await helper[_0x3cc242(0x1e9)](_0x2e5dd5[_0x3cc242(0x1d2)]);const _0x517f93=helper['useW3C'](_0x2e5dd5[_0x3cc242(0x1d2)]),_0x4d197e=helper[_0x3cc242(0x1b9)](_0x2e5dd5['config'],_0x517f93,constants[_0x3cc242(0x178)][_0x3cc242(0x1c5)]);if(!_0x2e5dd5['config'])return;const _0x48d5ab=_0x2e5dd5[_0x3cc242(0x1d2)]['parallelsPerPlatform']||helper[_0x3cc242(0x1a9)](_0x424ccf,_0x4e1094,_0x2e5dd5[_0x3cc242(0x1d2)],constants[_0x3cc242(0x178)]['CUCUMBER'])||0x1,_0x44fb38={'server':helper[_0x3cc242(0x1b7)](_0x2e5dd5[_0x3cc242(0x1d2)]),'proxySettings':_0x2e5dd5[_0x3cc242(0x1d2)]['proxySettings'],'maxWorkers':_0x48d5ab,'browserStackLogLevel':_0x2e5dd5[_0x3cc242(0x1d2)][_0x3cc242(0x1dd)],'skipSessionName':_0x2e5dd5[_0x3cc242(0x1d2)]['testContextOptions']['skipSessionName'],'skipSessionStatus':_0x2e5dd5[_0x3cc242(0x1d2)][_0x3cc242(0x17a)][_0x3cc242(0x1c6)],'turboScaleUrl':_0x2e5dd5[_0x3cc242(0x1d2)][_0x3cc242(0x1b6)]},_0x15b656=process['argv'],[_0x450312,_0x36e710]=helper['parseFormatters'](_0x15b656),_0x5c8f18=path[_0x3cc242(0x1a0)](process[_0x3cc242(0x1c3)](),_0x219c76[_0x3cc242(0x18c)]);if(_0x219c76[_0x3cc242(0x17f)](_0x36e710['length'],0x0)){helper[_0x3cc242(0x193)](_0x5c8f18);for(let _0x24e900=_0x219c76[_0x3cc242(0x1ae)](_0x450312[_0x3cc242(0x191)],0x1);_0x219c76[_0x3cc242(0x1d4)](_0x24e900,0x0);_0x24e900--){_0x15b656[_0x3cc242(0x1b0)](_0x450312[_0x24e900],0x2);}}!helper[_0x3cc242(0x1b8)](_0x2e5dd5['config'][_0x3cc242(0x1aa)])&&(process[_0x3cc242(0x198)][_0x3cc242(0x18b)]=JSON[_0x3cc242(0x1d6)](_0x2e5dd5[_0x3cc242(0x1d2)][_0x3cc242(0x1aa)]));_0x219c76[_0x3cc242(0x1b5)](_0x2e5dd5[_0x3cc242(0x1d2)][_0x3cc242(0x1c8)],null)?process[_0x3cc242(0x198)][_0x3cc242(0x1e6)]=_0x2e5dd5[_0x3cc242(0x1d2)][_0x3cc242(0x1c8)]:process['env'][_0x3cc242(0x1e6)]=_0x219c76[_0x3cc242(0x1cb)];const _0x2a7319=await TestHubHandler['launchBuild'](constants[_0x3cc242(0x178)]['CUCUMBER'],_0x2e5dd5);helper[_0x3cc242(0x19d)]();let _0x3512be;_0x219c76[_0x3cc242(0x1a8)](parallelCucumberRun,_0x4d197e,_0x44fb38,_0x2e5dd5[_0x3cc242(0x1d2)],_0x15b656,_0x36e710)[_0x3cc242(0x1e3)](async _0x39ae76=>{const _0x1b8675=_0x3cc242;_0x3512be=_0x39ae76;const _0x439367=_0x219c76['GGNFD'](printCucumberStats,_0x39ae76);process['exitCode']=_0x439367,_0x219c76[_0x1b8675(0x17f)](_0x36e710['length'],0x0)&&(logger[_0x1b8675(0x1db)](_0x219c76[_0x1b8675(0x1ef)]),helper['mergeOutputFiles'](_0x5c8f18,_0x36e710),logger[_0x1b8675(0x1db)](_0x219c76[_0x1b8675(0x1a5)]),helper[_0x1b8675(0x1a4)](_0x5c8f18));})[_0x3cc242(0x1d0)](async()=>{const _0x4f7ea0=_0x3cc242;_0x2e5dd5[_0x4f7ea0(0x1cf)]=helper[_0x4f7ea0(0x1d7)](_0x3512be,_0x219c76[_0x4f7ea0(0x195)]),testOpsHelper[_0x4f7ea0(0x1a7)]();try{await TestHubHandler[_0x4f7ea0(0x17b)]();}catch(_0x118fec){logger[_0x4f7ea0(0x1db)](_0x4f7ea0(0x1ac)+util[_0x4f7ea0(0x1de)](_0x118fec));}try{const {browserstackFolderPath:_0x752995,tcgConfigPath:_0x4bb8e2}=helper[_0x4f7ea0(0x1b2)]();fs['unlinkSync'](_0x4bb8e2),fs[_0x4f7ea0(0x194)](_0x752995);}catch(_0x1d9311){logger[_0x4f7ea0(0x1db)](_0x219c76['DUrYP'],_0x1d9311);}await utilities[_0x4f7ea0(0x186)](_0x2e5dd5);});}module[a5_0x245721(0x1e0)]=run;
2
+ 'use strict';const a5_0x32a6a8=a5_0x199f;(function(_0x476a1a,_0x2d6f31){const _0x3507c4=a5_0x199f,_0x191837=_0x476a1a();while(!![]){try{const _0x34365e=-parseInt(_0x3507c4(0x1d3))/0x1*(-parseInt(_0x3507c4(0x187))/0x2)+-parseInt(_0x3507c4(0x1ca))/0x3+-parseInt(_0x3507c4(0x183))/0x4+parseInt(_0x3507c4(0x176))/0x5*(-parseInt(_0x3507c4(0x1b7))/0x6)+parseInt(_0x3507c4(0x1bc))/0x7+-parseInt(_0x3507c4(0x1c6))/0x8+-parseInt(_0x3507c4(0x1c7))/0x9*(-parseInt(_0x3507c4(0x171))/0xa);if(_0x34365e===_0x2d6f31)break;else _0x191837['push'](_0x191837['shift']());}catch(_0x1ff35e){_0x191837['push'](_0x191837['shift']());}}}(a5_0x5467,0x64cea));const fs=require('fs'),path=require('path'),util=require(a5_0x32a6a8(0x1b4)),logger=require(a5_0x32a6a8(0x1a6))[a5_0x32a6a8(0x17d)],{default:BrowserStackSetup}=require(a5_0x32a6a8(0x1dd)),helper=require(a5_0x32a6a8(0x1d2)),utilities=require('../../helpers/utilities'),constants=require(a5_0x32a6a8(0x192)),{parallelCucumberRun}=require(a5_0x32a6a8(0x1e1)),TestHubHandler=require(a5_0x32a6a8(0x1d9)),testOpsHelper=require(a5_0x32a6a8(0x193)),chalk=require(a5_0x32a6a8(0x17e));function a5_0x199f(_0x1bc95a,_0x52183d){const _0x5467bf=a5_0x5467();return a5_0x199f=function(_0x199f9c,_0x1907d3){_0x199f9c=_0x199f9c-0x16f;let _0x50d483=_0x5467bf[_0x199f9c];return _0x50d483;},a5_0x199f(_0x1bc95a,_0x52183d);}function printCucumberStats(_0x5ce08f){const _0x4ea036=a5_0x32a6a8,_0x2dd896={};_0x2dd896[_0x4ea036(0x19e)]=function(_0x37d70f,_0x59f1fa){return _0x37d70f>_0x59f1fa;},_0x2dd896[_0x4ea036(0x196)]=function(_0x41de3b,_0x154821){return _0x41de3b-_0x154821;},_0x2dd896[_0x4ea036(0x197)]=function(_0x5d2f28,_0x2dcdaa){return _0x5d2f28>_0x2dcdaa;},_0x2dd896['LupQk']=function(_0x2fa466,_0x538875){return _0x2fa466>_0x538875;},_0x2dd896[_0x4ea036(0x1aa)]=function(_0x540274,_0xe1b0e0){return _0x540274>_0xe1b0e0;},_0x2dd896[_0x4ea036(0x17a)]=function(_0xa2f354,_0x5e7b65){return _0xa2f354>_0x5e7b65;},_0x2dd896[_0x4ea036(0x1a1)]=function(_0x4de34b,_0x5c4366){return _0x4de34b>_0x5c4366;},_0x2dd896['WHJUy']=function(_0x1ce123,_0x153ded){return _0x1ce123>_0x153ded;},_0x2dd896[_0x4ea036(0x186)]=function(_0x1b0978,_0x1b2b59){return _0x1b0978>_0x1b2b59;},_0x2dd896[_0x4ea036(0x17c)]=function(_0x240dc7,_0x23c4ed){return _0x240dc7+_0x23c4ed;},_0x2dd896['UGezs']=function(_0x37c2d8,_0x28b771){return _0x37c2d8+_0x28b771;},_0x2dd896[_0x4ea036(0x1a8)]=function(_0x52a445,_0x4c0b72){return _0x52a445+_0x4c0b72;},_0x2dd896['wgJXk']=function(_0x30ec72,_0x418109){return _0x30ec72+_0x418109;},_0x2dd896[_0x4ea036(0x1ab)]=function(_0x1186c4,_0x47ce01){return _0x1186c4+_0x47ce01;},_0x2dd896[_0x4ea036(0x1d4)]=function(_0x14f6aa,_0x4c6910){return _0x14f6aa===_0x4c6910;},_0x2dd896['rncuY']=_0x4ea036(0x1a9);const _0x35a813=_0x2dd896;let _0x31b944=0x0;if(_0x35a813[_0x4ea036(0x1d4)](_0x5ce08f[_0x4ea036(0x181)],0x0))return _0x31b944;return console[_0x4ea036(0x19b)](chalk[_0x4ea036(0x1b3)][_0x4ea036(0x1af)](_0x35a813[_0x4ea036(0x195)])),_0x5ce08f[_0x4ea036(0x1d5)](_0x35a38e=>{const _0x1a6f4c=_0x4ea036,_0x4ee831=_0x35a38e[0x0],_0x1b2e17=_0x35a38e[0x1];console['log']('\x0a'+chalk[_0x1a6f4c(0x1b3)][_0x1a6f4c(0x1de)](''+helper[_0x1a6f4c(0x194)](_0x4ee831)));const _0x1280ac=_0x1b2e17[_0x1a6f4c(0x1c0)],_0xc575e8=_0x1b2e17['steps'],_0x170ce2=_0x1b2e17[_0x1a6f4c(0x189)],_0x4674b4=_0x1b2e17[_0x1a6f4c(0x185)],_0x1a4991=_0x1b2e17[_0x1a6f4c(0x175)],_0x30d2d1=_0x1b2e17[_0x1a6f4c(0x1ac)],_0x5077f5=_0x1b2e17[_0x1a6f4c(0x1c9)],_0x2cccbd=_0x1b2e17[_0x1a6f4c(0x1da)],_0x3c449d=_0x1b2e17['stepsUnknown'],_0x546c23=_0x1b2e17[_0x1a6f4c(0x180)],_0x3fc0ea=_0x1b2e17[_0x1a6f4c(0x1ae)];let _0x34098c=_0x1280ac+_0x1a6f4c(0x19d);const _0x7f3d9f=_0x35a813[_0x1a6f4c(0x19e)](_0x35a813[_0x1a6f4c(0x196)](_0x1280ac,_0x170ce2),0x0)?_0x35a813[_0x1a6f4c(0x196)](_0x1280ac,_0x170ce2):0x0;if(_0x35a813['PHSTF'](_0x170ce2,0x0)&&_0x35a813[_0x1a6f4c(0x1e3)](_0x7f3d9f,0x0))_0x34098c+='\x20('+chalk['bold'][_0x1a6f4c(0x1c1)](_0x170ce2+_0x1a6f4c(0x198))+',\x20'+chalk[_0x1a6f4c(0x1b3)][_0x1a6f4c(0x1d0)](_0x7f3d9f+_0x1a6f4c(0x179))+')';else(_0x35a813[_0x1a6f4c(0x1aa)](_0x170ce2,0x0)||_0x35a813[_0x1a6f4c(0x1e3)](_0x7f3d9f,0x0))&&(_0x34098c+=_0x35a813[_0x1a6f4c(0x17a)](_0x170ce2,0x0)?'\x20('+chalk['bold']['red'](_0x170ce2+_0x1a6f4c(0x198))+')':'\x20('+chalk[_0x1a6f4c(0x1b3)][_0x1a6f4c(0x1d0)](_0x7f3d9f+_0x1a6f4c(0x179))+')');const _0x24642f=_0xc575e8+_0x1a6f4c(0x172),_0xe1c337=[];_0x35a813[_0x1a6f4c(0x1e3)](_0x546c23,0x0)&&_0xe1c337[_0x1a6f4c(0x1c8)](''+chalk['bold'][_0x1a6f4c(0x1c1)](_0x546c23+'\x20ambiguous'));_0x35a813[_0x1a6f4c(0x1a1)](_0x4674b4,0x0)&&_0xe1c337[_0x1a6f4c(0x1c8)](''+chalk[_0x1a6f4c(0x1b3)][_0x1a6f4c(0x1c1)](_0x4674b4+'\x20failed'));_0x35a813['WHJUy'](_0x1a4991,0x0)&&_0xe1c337[_0x1a6f4c(0x1c8)](''+chalk[_0x1a6f4c(0x1b3)][_0x1a6f4c(0x1d0)](_0x1a4991+_0x1a6f4c(0x179)));_0x35a813[_0x1a6f4c(0x19a)](_0x5077f5,0x0)&&_0xe1c337['push'](''+chalk[_0x1a6f4c(0x1b3)]['yellow'](_0x5077f5+'\x20pending'));_0x35a813[_0x1a6f4c(0x186)](_0x30d2d1,0x0)&&_0xe1c337[_0x1a6f4c(0x1c8)](''+chalk[_0x1a6f4c(0x1b3)]['cyan'](_0x30d2d1+_0x1a6f4c(0x1d8)));_0x35a813[_0x1a6f4c(0x1a1)](_0x2cccbd,0x0)&&_0xe1c337[_0x1a6f4c(0x1c8)](''+chalk[_0x1a6f4c(0x1b3)][_0x1a6f4c(0x1de)](_0x2cccbd+_0x1a6f4c(0x18c)));_0x35a813[_0x1a6f4c(0x19e)](_0x3c449d,0x0)&&_0xe1c337[_0x1a6f4c(0x1c8)](''+chalk[_0x1a6f4c(0x1b3)]['yellow'](_0x3c449d+_0x1a6f4c(0x1d8)));const _0x18e46b=_0x35a813[_0x1a6f4c(0x17c)](_0x35a813[_0x1a6f4c(0x1a5)](_0x35a813['KHigi'](_0x24642f,'('),_0xe1c337[_0x1a6f4c(0x1e0)](',\x20')),')');console[_0x1a6f4c(0x19b)](_0x35a813[_0x1a6f4c(0x17c)](_0x35a813[_0x1a6f4c(0x17c)](_0x35a813[_0x1a6f4c(0x1ad)](_0x35a813['sqFXn']('\x0a',_0x34098c),'\x0a'),_0x18e46b),'\x0a')),_0x35a813[_0x1a6f4c(0x1d4)](_0x3fc0ea,![])&&(_0x31b944=0x1);}),_0x31b944;}async function run(_0x4c8e8c,_0x15e67a){const _0x4ac10a=a5_0x32a6a8,_0x53edbf={'JmtEY':function(_0x40bd77,_0x5ef8f8){return _0x40bd77(_0x5ef8f8);},'FcKxz':function(_0x190acc,_0x2265bc){return _0x190acc>_0x2265bc;},'mywLi':_0x4ac10a(0x1b9),'vLsUe':_0x4ac10a(0x1ba),'PxfzI':_0x4ac10a(0x173),'rZQOi':'error\x20removing\x20tcg\x20config\x20file','RqVZs':'cucumber-js','QXRUY':'tmp','LlNfp':function(_0x31b622,_0x114e6c){return _0x31b622-_0x114e6c;},'niEbI':function(_0xd83df,_0x1ad4c0){return _0xd83df>=_0x1ad4c0;},'oSlUH':function(_0x5d96ce,_0x5341d1){return _0x5d96ce!=_0x5341d1;},'UxnDn':'false','nFJTq':function(_0x220a02,_0x3280a2,_0x35a2df,_0x2e997f,_0x430529,_0x140459){return _0x220a02(_0x3280a2,_0x35a2df,_0x2e997f,_0x430529,_0x140459);}},_0x387dfc=new BrowserStackSetup(_0x4c8e8c,_0x53edbf[_0x4ac10a(0x1bd)]);await _0x387dfc[_0x4ac10a(0x184)]();!helper['isBrowserstackInfra']()&&await _0x387dfc[_0x4ac10a(0x1c4)]();await helper[_0x4ac10a(0x199)](_0x387dfc[_0x4ac10a(0x1a3)]);const _0x536c01=helper[_0x4ac10a(0x18d)](_0x387dfc[_0x4ac10a(0x1a3)]),_0x3b38df=helper[_0x4ac10a(0x17b)](_0x387dfc[_0x4ac10a(0x1a3)],_0x536c01,constants[_0x4ac10a(0x1d1)]['CUCUMBER']);if(!_0x387dfc[_0x4ac10a(0x1a3)])return;const _0xa6abb6=_0x387dfc[_0x4ac10a(0x1a3)][_0x4ac10a(0x1c2)]||helper['getUserWorkerCount'](_0x4c8e8c,_0x15e67a,_0x387dfc[_0x4ac10a(0x1a3)],constants[_0x4ac10a(0x1d1)][_0x4ac10a(0x1db)])||0x1,_0x45588f={'server':helper[_0x4ac10a(0x191)](_0x387dfc[_0x4ac10a(0x1a3)]),'proxySettings':_0x387dfc[_0x4ac10a(0x1a3)][_0x4ac10a(0x18b)],'maxWorkers':_0xa6abb6,'browserStackLogLevel':_0x387dfc[_0x4ac10a(0x1a3)][_0x4ac10a(0x1cc)],'skipSessionName':_0x387dfc[_0x4ac10a(0x1a3)][_0x4ac10a(0x190)]['skipSessionName'],'skipSessionStatus':_0x387dfc['config'][_0x4ac10a(0x190)]['skipSessionStatus'],'turboScaleUrl':_0x387dfc[_0x4ac10a(0x1a3)][_0x4ac10a(0x1cd)]},_0x1a5585=process['argv'],[_0x437e96,_0x1f7d1f]=helper[_0x4ac10a(0x1df)](_0x1a5585),_0x3deb5e=path[_0x4ac10a(0x1e0)](process[_0x4ac10a(0x17f)](),_0x53edbf[_0x4ac10a(0x1b5)]);if(_0x53edbf[_0x4ac10a(0x1bf)](_0x1f7d1f[_0x4ac10a(0x181)],0x0)){helper[_0x4ac10a(0x188)](_0x3deb5e);for(let _0x40c92e=_0x53edbf[_0x4ac10a(0x1be)](_0x437e96[_0x4ac10a(0x181)],0x1);_0x53edbf[_0x4ac10a(0x1d7)](_0x40c92e,0x0);_0x40c92e--){_0x1a5585[_0x4ac10a(0x1ce)](_0x437e96[_0x40c92e],0x2);}}!helper[_0x4ac10a(0x170)](_0x387dfc['config'][_0x4ac10a(0x1e2)])&&(process['env'][_0x4ac10a(0x1b6)]=JSON['stringify'](_0x387dfc[_0x4ac10a(0x1a3)]['accessibilityOptions']));_0x53edbf[_0x4ac10a(0x1b1)](_0x387dfc[_0x4ac10a(0x1a3)][_0x4ac10a(0x1cf)],null)?process[_0x4ac10a(0x1c5)][_0x4ac10a(0x174)]=_0x387dfc['config'][_0x4ac10a(0x1cf)]:process[_0x4ac10a(0x1c5)][_0x4ac10a(0x174)]=_0x53edbf[_0x4ac10a(0x1dc)];const _0x1e6ead=await TestHubHandler[_0x4ac10a(0x1b2)](constants[_0x4ac10a(0x1d1)][_0x4ac10a(0x1db)],_0x387dfc);helper[_0x4ac10a(0x16f)]();let _0x58eb31;_0x53edbf[_0x4ac10a(0x178)](parallelCucumberRun,_0x3b38df,_0x45588f,_0x387dfc[_0x4ac10a(0x1a3)],_0x1a5585,_0x1f7d1f)[_0x4ac10a(0x18f)](async _0x50d3fa=>{const _0x220fc5=_0x4ac10a;_0x58eb31=_0x50d3fa;const _0x1cd590=_0x53edbf[_0x220fc5(0x1d6)](printCucumberStats,_0x50d3fa);process[_0x220fc5(0x1b0)]=_0x1cd590,_0x53edbf[_0x220fc5(0x1bf)](_0x1f7d1f[_0x220fc5(0x181)],0x0)&&(logger['debug'](_0x53edbf['mywLi']),helper[_0x220fc5(0x1c3)](_0x3deb5e,_0x1f7d1f),logger[_0x220fc5(0x19f)](_0x53edbf[_0x220fc5(0x1cb)]),helper[_0x220fc5(0x1bb)](_0x3deb5e));})['finally'](async()=>{const _0x4ee8a3=_0x4ac10a;_0x387dfc[_0x4ee8a3(0x1a7)]=helper[_0x4ee8a3(0x18e)](_0x58eb31,_0x53edbf['PxfzI']),testOpsHelper[_0x4ee8a3(0x1a4)]();try{await TestHubHandler[_0x4ee8a3(0x177)]();}catch(_0x3bca12){logger[_0x4ee8a3(0x19f)]('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x3bca12));}try{const {browserstackFolderPath:_0x190c49,tcgConfigPath:_0x27b34f}=helper[_0x4ee8a3(0x1a2)]();fs[_0x4ee8a3(0x182)](_0x27b34f),fs[_0x4ee8a3(0x1a0)](_0x190c49);}catch(_0x288bb7){logger[_0x4ee8a3(0x19f)](_0x53edbf[_0x4ee8a3(0x1b8)],_0x288bb7);}await utilities[_0x4ee8a3(0x19c)](_0x387dfc);});}module[a5_0x32a6a8(0x18a)]=run;function a5_0x5467(){const _0x5e8515=['red','parallelsPerPlatform','mergeOutputFiles','setupTCGAuth','env','176304ksTDpg','72xVotbh','push','stepsPending','1541928hbcQch','vLsUe','logLevel','turboScaleUrl','splice','testObservability','green','FRAMEWORKS','../../helpers/helper','2ciAGLl','CYHQl','forEach','JmtEY','niEbI','\x20skipped','../../helpers/testhub/testhubHandler','stepsUndefined','CUCUMBER','UxnDn','../../helpers/BrowserStackSetup','yellow','parseFormatters','join','../test-runner','accessibilityOptions','LupQk','markSDKSetupComplete','isUndefined','1105820yuULEG','\x20steps','cucumber','BROWSERSTACK_TEST_OBSERVABILITY_YML','stepsPassed','40kweirS','stop','nFJTq','\x20passed','lRYUZ','prepareCapabilities','WSrxd','winstonLogger','chalk','cwd','stepsAmbiguous','length','unlinkSync','1390212jhaNhZ','initialize','stepsFailed','EKTAM','270482dMlDNB','createDir','scenariosFailed','exports','proxySettings','\x20undefined','useW3C','getErrorMessageFromResults','then','testContextOptions','getHubUrl','../utils/constants','../../helpers/test-observability/utils','getPlatformName','rncuY','SNcCA','PHSTF','\x20failed','handleApp','WHJUy','log','finalExecution','\x20scenarios','gGsiC','debug','rmdirSync','axLkh','getTCGConfigFilePaths','config','printBuildLink','UGezs','../../helpers/logger','errorMessage','KHigi','****\x20RESULTS\x20****','AONXQ','sqFXn','stepsSkipped','wgJXk','processSuccess','bgWhite','exitCode','oSlUH','launchBuild','bold','util','QXRUY','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','370326CVmIsp','rZQOi','Generating\x20consolidated\x20report...','Removing\x20tmp\x20directory\x20created\x20for\x20reports','removeDir','4445721cQFppR','RqVZs','LlNfp','FcKxz','scenarios'];a5_0x5467=function(){return _0x5e8515;};return a5_0x5467();}