browserstack-node-sdk 1.34.16 → 1.34.18

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 +2 -2
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/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
- 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
+ function a1_0x163a(){const _0x1efae0=['LDXRW','codeceptjs/lib/helper/WebDriver.js','class','__workerDetails','NjWXG','codeceptjs/lib/helper/Playwright.js','step','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','../../helpers/accessibility-automation/scripts','setSessionStatus','../../helpers/testhub/constants.js','swCzZ','before','readFileSync','thTestRunUuid','codeceptjs/lib/recorder.js','slice','getResultsSummary','all','PiwJr','TEST_SCREENSHOT','skipSessionStatus','YyCSH','../../bin/playwright/accessibility-helper','failed','31460LOeTcb','browser','HoXZe','uSFbB','patch','toString','1501520ljrsgZ','getAccessibilityResultsSummary','find','DpNWE','reason','BROWSERSTACK_TESTHUB_UUID','bs:addLog:','ugAEu','BROWSERSTACK_TESTHUB_JWT','initSaveScreenshot','IPjJg','_before','saveTestResults','../../bin/playwright/sessionDetails','contexts','upKDy','overwriteCommand','then','warn','ctx','filter','RVFYr','browserstack_executor:\x20','qERhw','passed','apply','titlePath','cwbGs','codeceptjs/lib/index.js','start','2061NBfnhq','emit','arguments','fireEvent','restore','GyTKb','commandsToWrap','TEST_RUN_SKIPPED','winstonLogger','TEST_RUN_FINISHED','hook','UXKGz','dispatcher','PfbsR','Playwright','frjLs','saveScreenshot','constructor','39364IuZSWl','../../helpers/helper','browserContext','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','title','captureEvent','BS_TESTOPS_ALLOW_SCREENSHOTS','__skipSessionStatus','5436kPSdgo','debug','name','iHVaF','screenshotOutputFolder','EQVxU','catch','after','3YkSCzS','toISOString','wkRbj','action','forEach','seODx','pid','thJwtToken','2UpLEAr','viKuZ','WMajt','testAnalyticsId','Flhms','147133kuViVC','event','6314352PypHQU','./o11yHelper','znLyq','../../helpers/performance-tester','VLknX','info','8JKYMyl','bstackAllyScanning','TEST_RUN_STARTED','WebDriver','HOOK_RUN_FINISHED','bind','prototype','1634492QJRhuF','bddStep','helpers','KFdvg','GcUVv','zlUDd','addRequestSpy','call','../../helpers/request-spy','pOsTl','vUWJo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','executeScript','961892jMwsAR','zYGRf','performScan','__driver','thBuildUuid','mIUXf','bddStepFinish','add','enabled','YlfBn','stop','Performing\x20scan\x20for\x20','TestCafe','qtBLp','18fsEUpE','format','MBnHl','Element','stringify','container','startMonitoring','LncGd','../../helpers/accessibility-automation/helper','started','patchSaveScreenshot','env','rIviT','bddStepStart','captureError','accessibilityPlatform','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','getAccessibilityResults','browserStackExecuteDriver','test'];a1_0x163a=function(){return _0x1efae0;};return a1_0x163a();}function a1_0x2a64(_0x40a7c8,_0x3f31f0){const _0x163ac8=a1_0x163a();return a1_0x2a64=function(_0x2a6428,_0x36ad79){_0x2a6428=_0x2a6428-0xde;let _0x571f53=_0x163ac8[_0x2a6428];return _0x571f53;},a1_0x2a64(_0x40a7c8,_0x3f31f0);}const a1_0x3db1fa=a1_0x2a64;(function(_0x4046ed,_0x18022e){const _0x26f5bf=a1_0x2a64,_0x75e4aa=_0x4046ed();while(!![]){try{const _0x13662d=parseInt(_0x26f5bf(0x128))/0x1*(parseInt(_0x26f5bf(0x149))/0x2)+-parseInt(_0x26f5bf(0x120))/0x3*(-parseInt(_0x26f5bf(0x13c))/0x4)+-parseInt(_0x26f5bf(0xe0))/0x5*(parseInt(_0x26f5bf(0x157))/0x6)+-parseInt(_0x26f5bf(0x12d))/0x7*(-parseInt(_0x26f5bf(0x135))/0x8)+-parseInt(_0x26f5bf(0xfe))/0x9*(parseInt(_0x26f5bf(0x184))/0xa)+-parseInt(_0x26f5bf(0x12f))/0xb+-parseInt(_0x26f5bf(0x118))/0xc*(-parseInt(_0x26f5bf(0x110))/0xd);if(_0x13662d===_0x18022e)break;else _0x75e4aa['push'](_0x75e4aa['shift']());}catch(_0x591d50){_0x75e4aa['push'](_0x75e4aa['shift']());}}}(a1_0x163a,0x8aa20));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x3db1fa(0x111)),logger=require('../../helpers/logger')[a1_0x3db1fa(0x106)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x3db1fa(0x144)),PlaywrightSessionDetails=require(a1_0x3db1fa(0xed)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x3db1fa(0x130)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x3db1fa(0x15f)),AccessibilityHelper=require(a1_0x3db1fa(0x182)),scripts=require(a1_0x3db1fa(0x173)),PerformanceTester=require(a1_0x3db1fa(0x132)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a1_0x3db1fa(0x175)),CodeceptJS=requireModule(a1_0x3db1fa(0xfc)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js'),CodeceptWebDriver=requireModule(a1_0x3db1fa(0x16c)),CodeceptRecorder=requireModule(a1_0x3db1fa(0x17a)),CodeceptPlaywright=requireModule(a1_0x3db1fa(0x170)),playwrightMarkSessionStatus=(_0x594885,_0xe6ef02,_0x21b4c6)=>{const _0xd8d48e=a1_0x3db1fa,_0x443afe={'frjLs':_0xd8d48e(0x174),'YlfBn':function(_0x773db0,_0x2cce24){return _0x773db0(_0x2cce24);}},_0x5b9604={};_0x5b9604['status']=_0xe6ef02;const _0x270e4a={};_0x270e4a[_0xd8d48e(0x123)]=_0x443afe[_0xd8d48e(0x10d)],_0x270e4a[_0xd8d48e(0x100)]=_0x5b9604;const _0x33fb5a=_0x270e4a;return!_0x443afe[_0xd8d48e(0x152)](isUndefined,_0x21b4c6)&&(_0x33fb5a[_0xd8d48e(0x100)][_0xd8d48e(0xe4)]=JSON[_0xd8d48e(0x15b)](_0x21b4c6)),_0x594885[_0xd8d48e(0x148)](()=>{},_0xd8d48e(0xf6)+JSON[_0xd8d48e(0x15b)](_0x33fb5a));},o11ySync=async _0x281480=>{const _0x2b7e5f=a1_0x3db1fa,_0x85b94={};_0x85b94['GcUVv']=function(_0x1a9d74,_0x279e7a){return _0x1a9d74===_0x279e7a;},_0x85b94[_0x2b7e5f(0x109)]='Playwright';const _0x121345=_0x85b94;_0x121345[_0x2b7e5f(0x140)](_0x281480[_0x2b7e5f(0x10f)][_0x2b7e5f(0x11a)],_0x121345[_0x2b7e5f(0x109)])?await _0x281480[_0x2b7e5f(0x148)](_0x3f905d=>{},testOpsHelper['getSyncScript']()):await _0x281480[_0x2b7e5f(0x148)](testOpsHelper['getSyncScript']());},markSessionName=async(_0x1e54d1,_0x549d43)=>{const _0x3befee=a1_0x3db1fa,_0x1d8f1b={};_0x1d8f1b[_0x3befee(0x103)]='setSessionName',_0x1d8f1b[_0x3befee(0x145)]=function(_0x199cd1,_0x2fd3fc){return _0x199cd1===_0x2fd3fc;},_0x1d8f1b[_0x3befee(0x12a)]='Playwright';const _0x43a20a=_0x1d8f1b,_0x2f5197={};_0x2f5197['name']=_0x549d43;const _0xd89c81={};_0xd89c81[_0x3befee(0x123)]=_0x43a20a[_0x3befee(0x103)],_0xd89c81[_0x3befee(0x100)]=_0x2f5197;const _0x1e7fb3=_0xd89c81;_0x43a20a['pOsTl'](_0x1e54d1[_0x3befee(0x10f)][_0x3befee(0x11a)],_0x43a20a[_0x3befee(0x12a)])?await _0x1e54d1['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x3befee(0x15b)](_0x1e7fb3)):await _0x1e54d1[_0x3befee(0x148)](_0x3befee(0xf6)+JSON[_0x3befee(0x15b)](_0x1e7fb3));},patchSaveScreenshot=_0x5ab2e9=>{const _0x53db2f=a1_0x3db1fa,_0x429746={'NjWXG':'base64','YyCSH':_0x53db2f(0x17f),'PiwJr':function(_0x4c49ef){return _0x4c49ef();},'ClinG':function(_0x20b65f,_0x2a55f9){return _0x20b65f(_0x2a55f9);}};_0x429746['ClinG'](isTrue,process['env'][_0x53db2f(0x116)])&&!_0x5ab2e9['patchSaveScreenshot']&&(_0x5ab2e9[_0x53db2f(0x161)]=!![],_0x5ab2e9[_0x53db2f(0xe9)]=_0x5ab2e9['saveScreenshot'],_0x5ab2e9[_0x53db2f(0x10e)]=(_0x567ea9,_0x2bb24a=![])=>{const _0x4902a1=_0x53db2f,_0x4bc7fa={'kaOzf':_0x429746[_0x4902a1(0x16f)],'joRId':_0x429746[_0x4902a1(0x181)],'qERhw':function(_0x18a4c9){const _0xda44c=_0x4902a1;return _0x429746[_0xda44c(0x17e)](_0x18a4c9);}};return new Promise(function(_0x4e9102,_0x113aa1){const _0x2b77cf=_0x4902a1,_0x1ba93f={'EQVxU':_0x4bc7fa['kaOzf'],'PfbsR':_0x4bc7fa['joRId'],'TdRsm':function(_0x361d46){const _0x10f80e=a1_0x2a64;return _0x4bc7fa[_0x10f80e(0xf7)](_0x361d46);}};_0x5ab2e9[_0x2b77cf(0xe9)](_0x567ea9,_0x2bb24a)[_0x2b77cf(0xf1)](()=>{const _0x37f3f6=_0x2b77cf,_0x1c7ae1=CodeceptUtils[_0x37f3f6(0x11c)](_0x567ea9),_0x104436=fs[_0x37f3f6(0x178)](_0x1c7ae1);process[_0x37f3f6(0xff)](_0x37f3f6(0xe6)+process[_0x37f3f6(0x126)],{'timestamp':new Date()[_0x37f3f6(0x121)](),'message':_0x104436[_0x37f3f6(0xdf)](_0x1ba93f[_0x37f3f6(0x11d)]),'kind':_0x1ba93f[_0x37f3f6(0x10b)]}),_0x1ba93f['TdRsm'](_0x4e9102);})[_0x2b77cf(0x11e)](()=>null);});});},patchWebDriverBefore=_0x2283eb=>{const _0x4f0882=a1_0x3db1fa,_0x3edaf0={'ugAEu':function(_0x4c5637){return _0x4c5637();},'HoXZe':function(_0x1a9129,_0xb9edd1){return _0x1a9129(_0xb9edd1);},'MBnHl':function(_0x18e226,_0x435192){return _0x18e226===_0x435192;},'IPjJg':_0x4f0882(0x15a),'rIviT':function(_0x1c01dc,_0x2025e2){return _0x1c01dc(_0x2025e2);}},_0x198159=async function(_0x3a7569,_0x59082b){const _0x5db6da=_0x4f0882;return _0x3edaf0[_0x5db6da(0xe7)](isAccessibilityAutomationSession)&&!global[_0x5db6da(0x136)]&&global[_0x5db6da(0x166)]&&scripts['shouldWrapCommand'](_0x3a7569[_0x5db6da(0x11a)])&&_0x3edaf0[_0x5db6da(0x186)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x5db6da(0x136)]=!![],logger['debug'](_0x5db6da(0x154)+_0x3a7569[_0x5db6da(0x16d)]+'\x20'+_0x3a7569[_0x5db6da(0x11a)]),await AccessibilityHelper[_0x5db6da(0x169)](_0x2283eb,scripts['performScan'])),global[_0x5db6da(0x136)]=![],_0x59082b[_0x5db6da(0xf9)](this,Array[_0x5db6da(0x13b)][_0x5db6da(0x17b)][_0x5db6da(0x143)](arguments,0x2));},_0x42553a=CodeceptWebDriver[_0x4f0882(0x13b)][_0x4f0882(0xeb)];CodeceptWebDriver[_0x4f0882(0x13b)][_0x4f0882(0xeb)]=async function(){const _0x16a422=_0x4f0882;await _0x42553a['apply'](this,arguments),scripts[_0x16a422(0x104)][_0x16a422(0xf4)](_0x3e30f3=>_0x3e30f3[_0x16a422(0x11a)]&&_0x3e30f3[_0x16a422(0x16d)])[_0x16a422(0x124)](_0x1e49c8=>{const _0x50fb6a=_0x16a422;this[_0x50fb6a(0x185)][_0x50fb6a(0xf0)](_0x1e49c8['name'],_0x198159[_0x50fb6a(0x13a)](this,_0x1e49c8),_0x3edaf0[_0x50fb6a(0x159)](_0x1e49c8[_0x50fb6a(0x16d)],_0x3edaf0[_0x50fb6a(0xea)]));}),_0x3edaf0[_0x16a422(0x163)](processWebDriverConfig,_0x2283eb);};},patchPlaywrightBefore=()=>{const _0x4c90f7=a1_0x3db1fa;PlaywrightSessionDetails[_0x4c90f7(0xde)]();const _0x2ea120=CodeceptPlaywright[_0x4c90f7(0x13b)][_0x4c90f7(0xeb)];CodeceptPlaywright['prototype'][_0x4c90f7(0xeb)]=async function(){const _0x3c2598=_0x4c90f7;this[_0x3c2598(0x112)]=await this['browser'][_0x3c2598(0xee)]()[0x0],await _0x2ea120['apply'](this,arguments);};},getCodeceptDriver=()=>{const _0x163714=a1_0x3db1fa,_0x28aaac={};_0x28aaac[_0x163714(0x15e)]=_0x163714(0x138),_0x28aaac[_0x163714(0xfb)]=_0x163714(0x10c),_0x28aaac[_0x163714(0x129)]='Puppeteer',_0x28aaac[_0x163714(0x131)]=_0x163714(0x155);const _0x3c7ba4=_0x28aaac,_0x46f29d=[_0x3c7ba4['LncGd'],_0x3c7ba4[_0x163714(0xfb)],_0x3c7ba4['viKuZ'],_0x3c7ba4[_0x163714(0x131)]],_0x44f2dd=_0x46f29d[_0x163714(0xe2)](_0x44a631=>!!CodeceptJS[_0x163714(0x15c)][_0x163714(0x13e)](_0x44a631));if(!_0x44f2dd)return null;return CodeceptJS['container'][_0x163714(0x13e)](_0x44f2dd);};module['exports']=function(_0xf3e6d7){const _0xfb6a0=a1_0x3db1fa,_0x3265ef={'KPAeY':_0xfb6a0(0x147),'vUWJo':_0xfb6a0(0x172),'seODx':function(_0x408a79){return _0x408a79();},'Flhms':function(_0x10b7ff,_0x40f3b1){return _0x10b7ff(_0x40f3b1);},'RVFYr':function(_0x2ac79a,_0xd7d690,_0x51527a){return _0x2ac79a(_0xd7d690,_0x51527a);},'iHVaF':function(_0x40edff){return _0x40edff();},'jvkTw':function(_0x4a6e7e,_0x592fcf,_0x2ecbee,_0x5b11d5){return _0x4a6e7e(_0x592fcf,_0x2ecbee,_0x5b11d5);},'mIUXf':function(_0x5dea76,_0x43cd22,_0x3ec7f2,_0x4c7a80){return _0x5dea76(_0x43cd22,_0x3ec7f2,_0x4c7a80);},'swCzZ':function(_0x2bf787,_0x172ac5){return _0x2bf787===_0x172ac5;},'zYGRf':'Suite','AZPBt':function(_0x49dc20,_0xf6f113,_0x5450cd){return _0x49dc20(_0xf6f113,_0x5450cd);},'KFdvg':function(_0x5bd293){return _0x5bd293();},'qtBLp':_0xfb6a0(0x167),'TBtxq':'INFO','DpNWE':'TEST_LOG','bFwpx':function(_0x11f3f1){return _0x11f3f1();},'wkRbj':'Playwright','LDXRW':function(_0x2799e1,_0x4914f0){return _0x2799e1(_0x4914f0);},'uSFbB':function(_0x152b5b,_0x1c8846){return _0x152b5b(_0x1c8846);}};_0xf3e6d7[_0xfb6a0(0x180)]&&(global[_0xfb6a0(0x117)]=_0xf3e6d7[_0xfb6a0(0x180)]);PerformanceTester[_0xfb6a0(0x15d)]();const _0x10d943=_0x3265ef['bFwpx'](getCodeceptDriver),_0x471aaa=new O11yHelper(_0x10d943,_0xf3e6d7),_0x42fa53=!!CodeceptJS[_0xfb6a0(0x15c)][_0xfb6a0(0x13e)](_0x3265ef[_0xfb6a0(0x122)]);global[_0xfb6a0(0x14c)]=_0x10d943,_0x10d943&&(_0x42fa53?_0x3265ef[_0xfb6a0(0x11b)](patchPlaywrightBefore):_0x3265ef[_0xfb6a0(0x16b)](patchWebDriverBefore,_0x10d943),_0x10d943[_0xfb6a0(0xe1)]=async()=>{const _0x54c154=_0xfb6a0;if(global[_0x54c154(0x166)])await AccessibilityHelper[_0x54c154(0x169)](_0x10d943,scripts[_0x54c154(0x14b)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x10d943,scripts[_0x54c154(0x17c)]);else return logger[_0x54c154(0xf2)](_0x3265ef['KPAeY']),{};},_0x10d943[_0xfb6a0(0x168)]=async()=>{const _0x40595f=_0xfb6a0;if(global[_0x40595f(0x166)])await AccessibilityHelper[_0x40595f(0x169)](_0x10d943,scripts[_0x40595f(0x14b)]),await AccessibilityHelper[_0x40595f(0x169)](_0x10d943,scripts['getResults']);else return logger['warn'](_0x3265ef[_0x40595f(0x146)]),{};},_0x3265ef[_0xfb6a0(0x187)](patchSaveScreenshot,_0x10d943)),CodeceptJS['event'][_0xfb6a0(0x10a)]['on'](CodeceptJS['event'][_0xfb6a0(0x17d)][_0xfb6a0(0x177)],()=>{const _0x6dd162=_0xfb6a0;try{_0x471aaa[_0x6dd162(0xfd)](),testOpsHelper[_0x6dd162(0x142)]();}catch(_0x2c70f0){PerformanceTester[_0x6dd162(0x165)](_0x2c70f0);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)]['all']['after'],async()=>{const _0x400165=_0xfb6a0;try{requestSpy[_0x400165(0x102)](),await _0x471aaa[_0x400165(0x153)]();}catch(_0x42b353){PerformanceTester[_0x400165(0x165)](_0x42b353);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0xfb6a0(0x12e)]['dispatcher']['on'](CodeceptJS['event'][_0xfb6a0(0x108)][_0xfb6a0(0x160)],_0x59651e=>{const _0x5ab9d6=_0xfb6a0;try{const _0x1ccec1=_0x59651e[_0x5ab9d6(0xf3)][_0x5ab9d6(0x16a)],_0x4c4343=_0x471aaa[_0x5ab9d6(0x115)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x1ccec1);CodeceptRecorder['add'](()=>_0x471aaa[_0x5ab9d6(0x101)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x4c4343));}catch(_0x4b353a){PerformanceTester[_0x5ab9d6(0x165)](_0x4b353a);}}),CodeceptJS['event'][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x108)][_0xfb6a0(0xf8)],_0x5683e0=>{const _0x554da8=_0xfb6a0;try{const _0x498ee1=_0x5683e0[_0x554da8(0xf3)][_0x554da8(0x16a)],_0x32dd17=_0x471aaa[_0x554da8(0x115)](TEST_EVENTS[_0x554da8(0x139)],_0x498ee1);CodeceptRecorder[_0x554da8(0x150)](()=>_0x471aaa[_0x554da8(0x101)](TEST_EVENTS[_0x554da8(0x139)],_0x32dd17));}catch(_0x4cc573){PerformanceTester[_0x554da8(0x165)](_0x4cc573);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x108)][_0xfb6a0(0x183)],async(_0x3293f0,_0x27569c)=>{const _0x4b8302=_0xfb6a0;try{const _0x3e3188=_0x3293f0[_0x4b8302(0xf3)][_0x4b8302(0x16a)],_0x2d0603=_0x471aaa[_0x4b8302(0x115)](TEST_EVENTS[_0x4b8302(0x139)],_0x3e3188,_0x27569c);CodeceptRecorder[_0x4b8302(0x150)](()=>_0x471aaa[_0x4b8302(0x101)](TEST_EVENTS[_0x4b8302(0x139)],_0x2d0603));}catch(_0xceefbe){PerformanceTester[_0x4b8302(0x165)](_0xceefbe);}}),CodeceptJS['event'][_0xfb6a0(0x10a)]['on'](CodeceptJS['event'][_0xfb6a0(0x16a)][_0xfb6a0(0x177)],_0xc6e950=>{const _0x5ca30f=_0xfb6a0;try{_0x3265ef[_0x5ca30f(0x125)](isBrowserstackInfra)&&(_0x42fa53&&(global[_0x5ca30f(0x16e)]={'currentTest':{'name':_0xc6e950[_0x5ca30f(0x114)],'testInfo':{'titlePath':_0xc6e950[_0x5ca30f(0xfa)]()}}}));}catch(_0x25ac78){PerformanceTester['captureError'](_0x25ac78);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x16a)][_0xfb6a0(0x160)],_0xcf5894=>{const _0x52b90b=_0xfb6a0;try{const _0x5a546d=_0x471aaa[_0x52b90b(0x115)](TEST_EVENTS[_0x52b90b(0x137)],_0xcf5894);CodeceptRecorder['add'](()=>_0x471aaa[_0x52b90b(0x101)](TEST_EVENTS[_0x52b90b(0x137)],_0x5a546d)),CodeceptRecorder[_0x52b90b(0x150)](async()=>{const _0x20f7e3=_0x52b90b;_0x3265ef['seODx'](isBrowserstackInfra)&&(!_0x3265ef[_0x20f7e3(0x12c)](isTrue,_0xf3e6d7['skipSessionName'])&&await _0x3265ef[_0x20f7e3(0xf5)](markSessionName,_0x10d943,_0xcf5894[_0x20f7e3(0x114)]),_0x471aaa[_0x20f7e3(0x151)]&&await _0x3265ef['Flhms'](o11ySync,_0x10d943));});}catch(_0x3d0931){PerformanceTester[_0x52b90b(0x165)](_0x3d0931);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x16a)][_0xfb6a0(0xf8)],_0x806133=>{const _0xad7b47=_0xfb6a0;try{const _0x1b40bf=_0x471aaa[_0xad7b47(0x115)](TEST_EVENTS[_0xad7b47(0x107)],_0x806133);CodeceptRecorder[_0xad7b47(0x150)](()=>_0x471aaa[_0xad7b47(0x101)](TEST_EVENTS[_0xad7b47(0x107)],_0x1b40bf)),CodeceptRecorder[_0xad7b47(0x150)](async()=>{const _0x1e8478=_0xad7b47;_0x3265ef[_0x1e8478(0x125)](isBrowserstackInfra)&&(_0x42fa53?await _0x3265ef['RVFYr'](playwrightMarkSessionStatus,_0x10d943,STATE_PASSED):await _0x3265ef[_0x1e8478(0xf5)](markSessionStatus,_0x10d943,STATE_PASSED));});}catch(_0x561642){PerformanceTester[_0xad7b47(0x165)](_0x561642);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS['event'][_0xfb6a0(0x16a)][_0xfb6a0(0x183)],(_0x4d19b1,_0x18f4e5)=>{const _0x4a69d3=_0xfb6a0,_0x30d6b0={'zlUDd':function(_0x359b5b){const _0x29e334=a1_0x2a64;return _0x3265ef[_0x29e334(0x11b)](_0x359b5b);},'VLknX':function(_0x24963e,_0x479ac3,_0x2b19e1,_0x40cc57){return _0x3265ef['jvkTw'](_0x24963e,_0x479ac3,_0x2b19e1,_0x40cc57);},'upKDy':function(_0x408143,_0x4d0c44,_0x1549df,_0x2dba27){const _0x19524b=a1_0x2a64;return _0x3265ef[_0x19524b(0x14e)](_0x408143,_0x4d0c44,_0x1549df,_0x2dba27);}};try{if(_0x3265ef[_0x4a69d3(0x176)](_0x4d19b1[_0x4a69d3(0x10f)][_0x4a69d3(0x11a)],_0x3265ef[_0x4a69d3(0x14a)])){const _0x22325a=_0x471aaa['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4d19b1[_0x4a69d3(0xf3)]['currentTest']);CodeceptRecorder[_0x4a69d3(0x150)](()=>_0x471aaa[_0x4a69d3(0x101)](TEST_EVENTS[_0x4a69d3(0x105)],_0x22325a));}else{const _0x2459f5=_0x471aaa[_0x4a69d3(0x115)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x4d19b1,_0x18f4e5);CodeceptRecorder[_0x4a69d3(0x150)](()=>{const _0x434e89=_0x4a69d3;try{_0x471aaa[_0x434e89(0x101)](TEST_EVENTS[_0x434e89(0x107)],_0x2459f5);}catch(_0xe3cad1){logger[_0x434e89(0x119)](_0x434e89(0x113)+util[_0x434e89(0x158)](_0xe3cad1));}}),CodeceptRecorder[_0x4a69d3(0x150)](async()=>{const _0x56e549=_0x4a69d3;try{_0x30d6b0[_0x56e549(0x141)](isBrowserstackInfra)&&(_0x42fa53?await _0x30d6b0[_0x56e549(0x133)](playwrightMarkSessionStatus,_0x10d943,STATE_FAILED,_0x18f4e5):await _0x30d6b0[_0x56e549(0xef)](markSessionStatus,_0x10d943,STATE_FAILED,_0x18f4e5));}catch(_0x145105){logger['debug']('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x56e549(0x158)](_0x145105));}});}}catch(_0x349f8b){PerformanceTester['captureError'](_0x349f8b);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)]['test']['skipped'],_0x58c7fa=>{const _0x5d30e4=_0xfb6a0;try{const _0x51e1ae=_0x471aaa[_0x5d30e4(0x115)](TEST_EVENTS[_0x5d30e4(0x105)],_0x58c7fa);CodeceptRecorder[_0x5d30e4(0x150)](()=>_0x471aaa[_0x5d30e4(0x101)](TEST_EVENTS[_0x5d30e4(0x105)],_0x51e1ae));}catch(_0xae425f){PerformanceTester['captureError'](_0xae425f);}}),CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)]['test'][_0xfb6a0(0x11f)],async(_0x5d193b,_0x3c9d18)=>{const _0x1e8e46=_0xfb6a0;try{if(_0x3265ef['seODx'](isBrowserstackInfra)){const _0x496408=_0x3265ef['AZPBt'](shouldScanTestForAccessibility,_0x5d193b[_0x1e8e46(0xfa)](),!![]);if(_0x3265ef[_0x1e8e46(0x13f)](isAccessibilityAutomationSession)&&global[_0x1e8e46(0x166)]&&_0x496408){const _0x457fdc={};_0x457fdc[_0x1e8e46(0x179)]=_0x5d193b[_0x1e8e46(0x12b)],_0x457fdc[_0x1e8e46(0x14d)]=process['env'][testHubConstants['ENV_VAR'][_0x1e8e46(0xe5)]],_0x457fdc[_0x1e8e46(0x127)]=process[_0x1e8e46(0x162)][testHubConstants['ENV_VAR'][_0x1e8e46(0xe8)]];const _0x85372b=_0x457fdc;logger[_0x1e8e46(0x119)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x1e8e46(0x15b)](_0x85372b)),CodeceptRecorder[_0x1e8e46(0x150)](async()=>{const _0x301f8a=_0x1e8e46;await AccessibilityHelper[_0x301f8a(0x169)](_0x10d943,scripts[_0x301f8a(0x14b)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x10d943,scripts[_0x301f8a(0xec)],_0x85372b);}),logger[_0x1e8e46(0x134)](_0x3265ef[_0x1e8e46(0x156)]);}}}catch(_0x2c527a){PerformanceTester[_0x1e8e46(0x165)](_0x2c527a);}}),CodeceptJS['event'][_0xfb6a0(0x10a)]['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x171)]['comment'],_0x27d63a=>{const _0x205aec=_0xfb6a0;try{process[_0x205aec(0xff)](_0x205aec(0xe6)+process['pid'],{'timestamp':new Date()[_0x205aec(0x121)](),'level':_0x3265ef['TBtxq'],'message':_0x27d63a,'kind':_0x3265ef[_0x205aec(0xe3)],'http_response':{}});}catch(_0x1b594c){PerformanceTester[_0x205aec(0x165)](_0x1b594c);}}),CodeceptJS[_0xfb6a0(0x12e)]['dispatcher']['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x13d)][_0xfb6a0(0x177)],_0xf2b9db=>{const _0x44bafd=_0xfb6a0;_0x471aaa[_0x44bafd(0x164)](_0xf2b9db);}),CodeceptJS[_0xfb6a0(0x12e)]['dispatcher']['on'](CodeceptJS[_0xfb6a0(0x12e)][_0xfb6a0(0x13d)][_0xfb6a0(0x11f)],_0xe97ee5=>{const _0x39985f=_0xfb6a0;_0x471aaa[_0x39985f(0x14f)](_0xe97ee5);});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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;
2
+ 'use strict';const a2_0x373a72=a2_0x3557;(function(_0xdb454f,_0x3d6a88){const _0x133ab3=a2_0x3557,_0x2cf60c=_0xdb454f();while(!![]){try{const _0x1dceb9=-parseInt(_0x133ab3(0x21f))/0x1+parseInt(_0x133ab3(0x258))/0x2*(parseInt(_0x133ab3(0x266))/0x3)+parseInt(_0x133ab3(0x210))/0x4+parseInt(_0x133ab3(0x262))/0x5*(-parseInt(_0x133ab3(0x22d))/0x6)+parseInt(_0x133ab3(0x268))/0x7+-parseInt(_0x133ab3(0x212))/0x8+parseInt(_0x133ab3(0x1ef))/0x9*(parseInt(_0x133ab3(0x216))/0xa);if(_0x1dceb9===_0x3d6a88)break;else _0x2cf60c['push'](_0x2cf60c['shift']());}catch(_0x55133a){_0x2cf60c['push'](_0x2cf60c['shift']());}}}(a2_0x96f7,0x39720));const fs=require('fs'),path=require(a2_0x373a72(0x23f)),util=require(a2_0x373a72(0x269)),process=require(a2_0x373a72(0x233)),logger=require('../../helpers/logger')[a2_0x373a72(0x220)],{default:BrowserStackSetup}=require(a2_0x373a72(0x24b)),helper=require(a2_0x373a72(0x1e4)),utilities=require(a2_0x373a72(0x252)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a2_0x373a72(0x223)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x373a72(0x1e4)),CodeceptJS=requireModule(a2_0x373a72(0x235)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x373a72(0x25b)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2d1864,_0x25e541)=>{const _0x5bc01f=a2_0x373a72,_0x49c92a={};_0x49c92a[_0x5bc01f(0x21d)]=function(_0x3719f7,_0x206433){return _0x3719f7===_0x206433;},_0x49c92a[_0x5bc01f(0x26b)]=_0x5bc01f(0x20b),_0x49c92a['OjDnW']='codecept.json';const _0x1d0223=_0x49c92a;let _0x35cb8a=null;const _0xbf9bff={};let _0x256295=_0x25e541[_0x5bc01f(0x22e)](_0x5c5c28=>_0x5c5c28==='--config');_0x1d0223[_0x5bc01f(0x21d)](_0x256295,-0x1)&&(_0x256295=_0x25e541[_0x5bc01f(0x22e)](_0x331b65=>_0x331b65==='-c'));if(!helper[_0x5bc01f(0x222)](_0x2d1864[_0x5bc01f(0x259)])&&fs['existsSync'](path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x2d1864[_0x5bc01f(0x259)])))_0x35cb8a=path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x2d1864[_0x5bc01f(0x259)]),_0x25e541[_0x5bc01f(0x1e8)](_0x256295,0x2);else{if(!helper[_0x5bc01f(0x222)](_0x2d1864['c'])&&fs[_0x5bc01f(0x25f)](path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x2d1864['c'])))_0x35cb8a=path['join'](process[_0x5bc01f(0x237)](),_0x2d1864['c']),_0x25e541[_0x5bc01f(0x1e8)](_0x256295,0x2);else{if(fs[_0x5bc01f(0x25f)](path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x1d0223['ylAPf'])))_0x35cb8a=path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x1d0223[_0x5bc01f(0x26b)]);else fs[_0x5bc01f(0x25f)](path[_0x5bc01f(0x20e)](process[_0x5bc01f(0x237)](),_0x1d0223[_0x5bc01f(0x213)]))&&(_0x35cb8a=path[_0x5bc01f(0x20e)](process['cwd'](),_0x1d0223[_0x5bc01f(0x213)]));}}return _0x35cb8a;},getO11yRerunPattern=()=>{const _0x527739=a2_0x373a72,_0x529db4={};_0x529db4[_0x527739(0x218)]=function(_0x596178,_0x55e2aa){return _0x596178!==_0x55e2aa;},_0x529db4[_0x527739(0x21e)]=_0x527739(0x21b);const _0x4b02c3=_0x529db4,_0x89474d=helper['isTrue'](process[_0x527739(0x25a)][_0x527739(0x243)]);if(_0x89474d){const _0x5f1c7a=process[_0x527739(0x25a)][_0x527739(0x217)],_0x56d5bb=[];if(_0x4b02c3[_0x527739(0x218)](_0x5f1c7a,_0x4b02c3[_0x527739(0x21e)])&&!helper[_0x527739(0x222)](_0x5f1c7a)){_0x5f1c7a['split'](',')[_0x527739(0x1f8)](_0x42c0bc=>{const _0x2aa884=_0x527739;_0x56d5bb['push']('('+_0x42c0bc[_0x2aa884(0x1f3)]()+')');});const _0x4b9532='^'+_0x56d5bb['join']('|')+'$';return _0x4b9532;}}return null;},a2_0x57e51f={};a2_0x57e51f[a2_0x373a72(0x201)]=a2_0x373a72(0x1fb),a2_0x57e51f[a2_0x373a72(0x23b)]=a2_0x373a72(0x1fb),a2_0x57e51f[a2_0x373a72(0x1fa)]=a2_0x373a72(0x251),a2_0x57e51f[a2_0x373a72(0x208)]=a2_0x373a72(0x20a);const pwToCodeceptBrowser=a2_0x57e51f;function a2_0x96f7(){const _0x55b738=['xrzty','handleApp','koIVx','chrome','qNLgr','accessibilityOptions','push','stringify','testObservability','parallelsPerPlatform','playwright-webkit','frameworkName','webkit','codecept.conf.js','stop','CODECEPT','join','enabled','239596NPjYcF','plugins','1991392UOMGqd','OjDnW','browserName','testContextOptions','1390nTSCuD','BROWSERSTACK_RERUN_TESTS','eFPrb','cuVnt','Playwright','null','jUVbZ','WTZVT','MrecN','97812RgmQSL','winstonLogger','hqjHN','isUndefined','../../bin/playwright/accessibility-helper','YWTtB','launchBuild','bootstrapAll','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','Workers','getUserWorkerCount','helpers','err','log','77598XEfKaw','findIndex','browser','stack','mveew','isTestObservabilitySession','process','event','codeceptjs/lib/index.js','BROWSERSTACK_TEST_OBSERVABILITY_YML','cwd','teardownAll','false','require','playwright-chromium','printResults','HkOCH','NOYYF','path','codeceptjs','KqmDn','profile','BROWSERSTACK_RERUN','LkrIm','root','addConfig','exports','length','FRAMEWORKS','IMqkr','../../helpers/BrowserStackSetup','browserStackCwd','xsgEw','WebDriver','cmKYh','ATEPI','firefox','../../helpers/utilities','Failed\x20:\x20','FhttX','title','prepareCapabilities','createGroupsOfSuites','107286cGqPku','config','env','../utils/constants','uWuAl','skipSessionName','ZZsSO','existsSync','ZZjgd','addTests','100YeDoBs','getPlaywrightUrl','forEach','platforms','9dRALPb','test','2366777CkBNXg','util','jaJnV','ylAPf','passed','toLowerCase','qqhVS','wFjUF','../../helpers/helper','mergeDeep','browserWSEndpoint','initialize','slice','dirname','kqTpl','failed','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','spawn','info','18243Hnusgj','format','split','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','trim','hmzqN','Passed\x20:\x20','chdir','all','map','errorMessage','playwright-firefox','chromium','RonAp','BROWSERSTACK_TEST_ACCESSIBILITY_YML'];a2_0x96f7=function(){return _0x55b738;};return a2_0x96f7();}async function run(_0x50e6c9,_0xe1fd48){const _0x1fb148=a2_0x373a72,_0x47636b={'xsgEw':function(_0x44fe45,_0x3014cc){return _0x44fe45+_0x3014cc;},'koIVx':function(_0x1f3cf4,_0x585de8){return _0x1f3cf4(_0x585de8);},'qNqUa':function(_0x3633e8,_0x23bb96){return _0x3633e8+_0x23bb96;},'jUVbZ':function(_0x32b4e7,_0x4633b2,_0x330e05){return _0x32b4e7(_0x4633b2,_0x330e05);},'RonAp':_0x1fb148(0x259),'NOYYF':'helpers','KqmDn':function(_0x234cdd){return _0x234cdd();},'HkOCH':function(_0x484bf0){return _0x484bf0();},'FhttX':_0x1fb148(0x253),'LAbZA':_0x1fb148(0x1f5),'ZZsSO':'Started\x20:\x20','dWLxG':'0|4|3|2|1','xrzty':_0x1fb148(0x240),'jaJnV':function(_0x36d37c,_0x52c6ab,_0x44ada1){return _0x36d37c(_0x52c6ab,_0x44ada1);},'qNLgr':function(_0x469741,_0x1d3332){return _0x469741(_0x1d3332);},'hfstu':_0x1fb148(0x1f2),'IMqkr':function(_0x34df43,_0x586428,_0x390711){return _0x34df43(_0x586428,_0x390711);},'hqjHN':_0x1fb148(0x21a),'ATEPI':_0x1fb148(0x24e),'cmKYh':function(_0xab9dcd,_0xbf4b22){return _0xab9dcd(_0xbf4b22);},'wFjUF':function(_0x58d3c5,_0x18bba1){return _0x58d3c5!=_0x18bba1;},'LkrIm':_0x1fb148(0x239),'cNzXQ':function(_0x160d02,_0x210026){return _0x160d02+_0x210026;},'hmzqN':function(_0x34a01d,_0x513be5,_0xd3a1ea){return _0x34a01d(_0x513be5,_0xd3a1ea);},'ZZjgd':'gherkin','kqTpl':'-cucumber','qqhVS':function(_0x48bc9f,_0xa5b09c){return _0x48bc9f(_0xa5b09c);},'lCUEM':function(_0x5d27f2,_0x237de0){return _0x5d27f2*_0x237de0;},'cuVnt':_0x1fb148(0x22f),'uWuAl':'desiredCapabilities','mveew':_0x1fb148(0x245),'wXPoN':'BrowserStackPlugin.js','YWTtB':_0x1fb148(0x24c)},_0x32cb5f=new BrowserStackSetup(_0x50e6c9,_0x47636b['xrzty']);await _0x32cb5f[_0x1fb148(0x1e7)](),await helper[_0x1fb148(0x1ff)](_0x32cb5f[_0x1fb148(0x259)]);if(!_0x32cb5f[_0x1fb148(0x259)])return;process[_0x1fb148(0x242)]=_0x50e6c9[_0x1fb148(0x242)];_0x50e6c9[_0x1fb148(0x242)]&&(process['env'][_0x1fb148(0x242)]=_0x50e6c9[_0x1fb148(0x242)]);const _0x20dc0c=_0x47636b[_0x1fb148(0x26a)](getUserCodeceptJSConfigs,_0x50e6c9,_0xe1fd48);let _0x269b34={};_0x20dc0c?(logger[_0x1fb148(0x1ee)](_0x1fb148(0x1ec)+_0x20dc0c),_0x269b34=_0x47636b[_0x1fb148(0x202)](require,_0x20dc0c)):logger[_0x1fb148(0x1ee)](_0x47636b['hfstu']);let _0x2a1106=![];_0x47636b[_0x1fb148(0x24a)](nestedKeyValue,_0x269b34,[_0x47636b['RonAp'],_0x47636b['NOYYF'],_0x47636b[_0x1fb148(0x221)]])&&(_0x2a1106=!![]);const _0x4e0221=_0x2a1106?_0x47636b[_0x1fb148(0x221)]:_0x47636b[_0x1fb148(0x250)];let _0x165cd6=!_0x2a1106?helper['useW3C'](_0x32cb5f[_0x1fb148(0x259)]):![];!helper[_0x1fb148(0x222)](_0x32cb5f[_0x1fb148(0x259)][_0x1fb148(0x203)])&&(process[_0x1fb148(0x25a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x32cb5f[_0x1fb148(0x259)]['accessibilityOptions']));let _0x40923e=_0x32cb5f[_0x1fb148(0x259)]['accessibility'];_0x40923e=_0x40923e||_0x47636b[_0x1fb148(0x24f)](checkAccessibilityPlatformConfig,_0x32cb5f['config']),process[_0x1fb148(0x25a)][_0x1fb148(0x1fd)]=_0x40923e;_0x40923e&&(_0x165cd6=!_0x40923e);_0x47636b[_0x1fb148(0x26f)](_0x32cb5f[_0x1fb148(0x259)][_0x1fb148(0x206)],null)?process[_0x1fb148(0x25a)][_0x1fb148(0x236)]=_0x32cb5f['config'][_0x1fb148(0x206)]:process['env'][_0x1fb148(0x236)]=_0x47636b[_0x1fb148(0x244)];const _0x5d5f6e=_0x47636b['cNzXQ'](_0x47636b[_0x1fb148(0x1fe)],_0x47636b[_0x1fb148(0x1f4)](nestedKeyValue,_0x269b34,[_0x47636b[_0x1fb148(0x1fc)],_0x47636b[_0x1fb148(0x260)]])?_0x47636b[_0x1fb148(0x1ea)]:''),_0x5a16bb=await TestHubHandler[_0x1fb148(0x225)](_0x5d5f6e,_0x32cb5f);_0x40923e&&_0x47636b[_0x1fb148(0x26e)](setAccessibilityCapabilities,_0x32cb5f[_0x1fb148(0x259)]);const _0x54961e={},_0x23c78d=[],_0x5603b2=_0x32cb5f[_0x1fb148(0x259)][_0x1fb148(0x207)]||helper[_0x1fb148(0x229)](_0x50e6c9,_0xe1fd48,_0x32cb5f[_0x1fb148(0x259)],constants[_0x1fb148(0x249)]['CODECEPT'])||0x1;let _0x39172f=0x1;if(_0x47636b['HkOCH'](isBrowserstackInfra)){const _0x4a0992=helper[_0x1fb148(0x256)](_0x32cb5f['config'],_0x165cd6,constants['FRAMEWORKS'][_0x1fb148(0x20d)]);helper['validPlatformsPresent'](_0x32cb5f[_0x1fb148(0x259)])?_0x39172f=_0x47636b['lCUEM'](_0x5603b2,_0x32cb5f[_0x1fb148(0x259)][_0x1fb148(0x265)][_0x1fb148(0x248)]):_0x39172f=_0x5603b2,_0x4a0992[_0x1fb148(0x264)](_0x269eab=>{const _0x2711ff=_0x1fb148,_0xc7d234={'tYnyG':function(_0x2e321e,_0x416b80){const _0x3692d2=a2_0x3557;return _0x47636b[_0x3692d2(0x24d)](_0x2e321e,_0x416b80);},'fcfDr':function(_0x691da8,_0x4a5390){const _0x19a318=a2_0x3557;return _0x47636b[_0x19a318(0x200)](_0x691da8,_0x4a5390);}},_0xcdc599=_0x47636b['qNqUa'](helper['getPlatformName'](_0x269eab,'_'),'_'+Date['now']()),_0x43a512=((()=>{const _0x4facf1=a2_0x3557;if(_0x2a1106){const _0x2c2314=pwToCodeceptBrowser[_0x269eab['browserName']]||_0x269eab[_0x4facf1(0x214)];return{'browser':_0x2c2314,[_0x2c2314]:{'browserWSEndpoint':_0xc7d234['tYnyG'](helper[_0x4facf1(0x263)](_0x32cb5f[_0x4facf1(0x259)]),_0xc7d234['fcfDr'](encodeURIComponent,JSON[_0x4facf1(0x205)](_0x269eab)))}};}const _0x4790f8={};return _0x4790f8['desiredCapabilities']=_0x269eab,_0x4790f8;})()),_0x502295=_0x47636b[_0x2711ff(0x21c)](nestedKeyValue,_0x269b34,[_0x47636b[_0x2711ff(0x1fc)],_0x47636b[_0x2711ff(0x23e)],_0x4e0221]);_0x54961e[_0xcdc599]=_0x502295?helper[_0x2711ff(0x1e5)](_0x43a512,_0x502295):_0x43a512,!_0x2a1106&&(_0x54961e[_0xcdc599]['browser']=_0x269eab[_0x2711ff(0x214)]||_0x43a512[_0x2711ff(0x22f)]),_0x23c78d['push'](_0xcdc599);});}else{_0x39172f=0x1;if(_0x2a1106){const _0x2ccc9b=_0x47636b['jUVbZ'](nestedKeyValue,_0x269b34,[_0x47636b['RonAp'],_0x47636b[_0x1fb148(0x23e)],_0x4e0221,_0x47636b[_0x1fb148(0x219)]]),_0x4683e2=_0x47636b['IMqkr'](nestedKeyValue,_0x269b34,[_0x47636b[_0x1fb148(0x1fc)],_0x47636b[_0x1fb148(0x23e)],_0x4e0221,_0x2ccc9b]);_0x4683e2&&_0x4683e2[_0x1fb148(0x1e6)]&&(_0x4683e2[_0x1fb148(0x1e6)]=helper[_0x1fb148(0x256)](null,null,_0x5d5f6e[_0x1fb148(0x26d)](),null,null,_0x4683e2[_0x1fb148(0x1e6)]));}else _0x269b34[_0x1fb148(0x259)][_0x47636b[_0x1fb148(0x23e)]][_0x4e0221][_0x47636b[_0x1fb148(0x25c)]]=helper[_0x1fb148(0x256)](null,null,_0x5d5f6e[_0x1fb148(0x26d)](),_0x47636b[_0x1fb148(0x1f4)](nestedKeyValue,_0x269b34,[_0x47636b[_0x1fb148(0x1fc)],_0x47636b['NOYYF'],_0x4e0221,_0x47636b[_0x1fb148(0x25c)]]),null,null);_0x54961e[_0x47636b[_0x1fb148(0x231)]]=_0x269b34[_0x1fb148(0x259)],_0x23c78d[_0x1fb148(0x204)](_0x47636b[_0x1fb148(0x231)]);}const _0x3e7fca={};_0x3e7fca['testConfig']=_0x20dc0c;const _0x3aef55=_0x3e7fca,_0x545233=path[_0x1fb148(0x20e)](__dirname,_0x47636b['wXPoN']),_0x319fdd=process[_0x1fb148(0x237)]();process[_0x1fb148(0x25a)][_0x47636b[_0x1fb148(0x224)]]=_0x319fdd,process['chdir'](path[_0x1fb148(0x1e9)](_0x20dc0c));const _0x5cfda0=new CodeceptJS[(_0x1fb148(0x228))](null,_0x3aef55),_0x316681=_0x5cfda0[_0x1fb148(0x257)](_0x39172f),_0x400726=testOpsHelper[_0x1fb148(0x232)](),_0x4b112f=_0x23c78d[_0x1fb148(0x1f8)](_0x288622=>{const _0x2e9d24=_0x1fb148,_0x359970={};_0x359970[_0x2e9d24(0x21a)]=_0x54961e[_0x288622];const _0x4a3c9d={};_0x4a3c9d[_0x2e9d24(0x24e)]=_0x54961e[_0x288622];const _0x2a0c55=_0x2a1106?_0x359970:_0x4a3c9d,_0x49d2bb=_0x47636b[_0x2e9d24(0x241)](getO11yRerunPattern),_0x560859={};_0x560859[_0x2e9d24(0x22a)]=_0x2a0c55;const _0x4c4a17={};_0x4c4a17[_0x2e9d24(0x23a)]=_0x545233,_0x4c4a17[_0x2e9d24(0x20f)]=!![],_0x4c4a17[_0x2e9d24(0x25d)]=_0x32cb5f[_0x2e9d24(0x259)]['testContextOptions'][_0x2e9d24(0x25d)],_0x4c4a17['skipSessionStatus']=_0x32cb5f[_0x2e9d24(0x259)][_0x2e9d24(0x215)]['skipSessionStatus'],_0x4c4a17[_0x2e9d24(0x206)]=_0x400726,_0x4c4a17[_0x2e9d24(0x209)]=_0x5d5f6e;const _0x52d24f={};_0x52d24f['BrowserStackPlugin']=_0x4c4a17;const _0x2c0f70={};return _0x2c0f70[_0x2e9d24(0x211)]=_0x52d24f,helper[_0x2e9d24(0x1e5)]({},_0x269b34[_0x2e9d24(0x259)],_0x47636b[_0x2e9d24(0x23d)](isBrowserstackInfra)?_0x560859:{},_0x49d2bb?{'grep':_0x49d2bb}:{},_0x2c0f70);});for(const _0x471cc1 of _0x4b112f){for(const _0x2325b2 of _0x316681){const _0x275af5=_0x5cfda0[_0x1fb148(0x1ed)]();_0x275af5[_0x1fb148(0x261)](_0x2325b2),_0x275af5[_0x1fb148(0x246)](_0x471cc1);}}_0x5cfda0['on'](CodeceptJS[_0x1fb148(0x234)][_0x1fb148(0x267)][_0x1fb148(0x1eb)],(_0xc7a54a,_0x2078f9)=>{const _0x2c65ed=_0x1fb148;console[_0x2c65ed(0x22c)](_0x47636b[_0x2c65ed(0x254)],_0xc7a54a['title']);const _0x55de64={[_0xc7a54a[_0x2c65ed(0x255)]]:_0xc7a54a[_0x2c65ed(0x22b)][_0x2c65ed(0x230)]};_testErrorData[_0x2c65ed(0x204)](_0x55de64);}),_0x5cfda0['on'](CodeceptJS[_0x1fb148(0x234)]['test'][_0x1fb148(0x26c)],async _0x1238ca=>{const _0x387b6a=_0x1fb148;console[_0x387b6a(0x22c)](_0x47636b['LAbZA'],_0x1238ca[_0x387b6a(0x255)]);}),_0x5cfda0['on'](CodeceptJS[_0x1fb148(0x234)][_0x1fb148(0x267)]['before'],async _0x402010=>{const _0x5a41f6=_0x1fb148;console[_0x5a41f6(0x22c)](_0x47636b[_0x5a41f6(0x25e)],_0x402010[_0x5a41f6(0x255)]);}),_0x5cfda0['on'](CodeceptJS[_0x1fb148(0x234)][_0x1fb148(0x1f7)]['result'],async()=>{const _0x2d5f18=_0x1fb148,_0x2622c9=_0x47636b['dWLxG'][_0x2d5f18(0x1f1)]('|');let _0x4f7e0b=0x0;while(!![]){switch(_0x2622c9[_0x4f7e0b++]){case'0':_0x32cb5f[_0x2d5f18(0x1f9)]=_testErrorData;continue;case'1':_0x5cfda0[_0x2d5f18(0x23c)]();continue;case'2':try{await TestHubHandler[_0x2d5f18(0x20c)]();}catch(_0x54b45c){logger['debug'](_0x2d5f18(0x227)+util[_0x2d5f18(0x1f0)](_0x54b45c));}continue;case'3':utilities['finalExecution'](_0x32cb5f);continue;case'4':testOpsHelper['printBuildLink']();continue;}break;}});async function _0x29d668(){const _0x347d8f=_0x1fb148;try{await _0x5cfda0[_0x347d8f(0x226)](),await _0x5cfda0['run']();}finally{process[_0x347d8f(0x1f6)](_0x319fdd),await _0x5cfda0[_0x347d8f(0x238)]();}}_0x47636b[_0x1fb148(0x23d)](_0x29d668);}function a2_0x3557(_0x1daeab,_0x40972f){const _0x96f7f5=a2_0x96f7();return a2_0x3557=function(_0x3557fa,_0x572dab){_0x3557fa=_0x3557fa-0x1e4;let _0x1b116b=_0x96f7f5[_0x3557fa];return _0x1b116b;},a2_0x3557(_0x1daeab,_0x40972f);}module[a2_0x373a72(0x247)]=run;
@@ -1 +1 @@
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
+ const a3_0x47630e=a3_0x13d0;function a3_0x3477(){const _0x41e1da=['platform','chrome','Playwright','../../helpers/logger','uEByQ','browserVersion','qzlQY','1VOepfj','DjIeO','shouldPatchExecuteScript','fQTSn','browser_version','gFCwA','winstonLogger','8kExKia','unknown_grid','processWebDriverConfig','sessionId','ebbds','COHAk','capabilities','platformName','1599090MfkLuO','osVersion','unQkc','constructor','parse','3409021WQdBhR','latest','xuzMj','platformVersion','lpjwN','accessibilityPlatform','uiiPN','1513635triKcx','cErNy','includes','pTxfl','bstack:options','1265358GMAtgb','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','lDPuM','platform_version','2920532kMqewp','cloudProvider','getDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','tGNCA','warn','get','18034749JdeWmE','../../helpers/test-observability/utils','JDjcw','pWEZA','WjgLz','GxvUy','XPnaf','1140950UxwdUW','browser','deviceName','os_version','fetchPlatformDetails','__cloud_provider___','browserstack_accessibility_automation_script','LIznK','browserstack_executor','config','aMYeq','../../bin/playwright/sessionDetails','playwright-chromium','browserWSEndpoint','../../helpers/accessibility-automation/helper','caps','name','DmjdK','../../helpers/helper','jPxgC','browserName'];a3_0x3477=function(){return _0x41e1da;};return a3_0x3477();}function a3_0x13d0(_0x39d26c,_0x1eddac){const _0x3477bc=a3_0x3477();return a3_0x13d0=function(_0x13d0e2,_0x57dc93){_0x13d0e2=_0x13d0e2-0xf5;let _0x1ee223=_0x3477bc[_0x13d0e2];return _0x1ee223;},a3_0x13d0(_0x39d26c,_0x1eddac);}(function(_0x103ab1,_0x4015c0){const _0x3f5267=a3_0x13d0,_0x119ffe=_0x103ab1();while(!![]){try{const _0x18b882=parseInt(_0x3f5267(0x12d))/0x1*(-parseInt(_0x3f5267(0x13c))/0x2)+-parseInt(_0x3f5267(0xfa))/0x3+-parseInt(_0x3f5267(0x103))/0x4+-parseInt(_0x3f5267(0x111))/0x5+parseInt(_0x3f5267(0xff))/0x6+parseInt(_0x3f5267(0x141))/0x7+-parseInt(_0x3f5267(0x134))/0x8*(-parseInt(_0x3f5267(0x10a))/0x9);if(_0x18b882===_0x4015c0)break;else _0x119ffe['push'](_0x119ffe['shift']());}catch(_0x14822d){_0x119ffe['push'](_0x119ffe['shift']());}}}(a3_0x3477,0x6b430));const {isUndefined,nestedKeyValue}=require(a3_0x47630e(0x123)),logger=require(a3_0x47630e(0x129))[a3_0x47630e(0x133)],PlaywrightSessionDetails=require(a3_0x47630e(0x11c)),{isAccessibilityAutomationSession}=require(a3_0x47630e(0x11f)),{getObservabilityLinkedProductName}=require(a3_0x47630e(0x10b)),getOSVersionFromCaps=_0xcaf825=>{const _0x22834e=a3_0x47630e,_0x25be96={};_0x25be96['DjIeO']=_0x22834e(0xfe),_0x25be96['uiiPN']=_0x22834e(0xf6),_0x25be96[_0x22834e(0xf5)]=_0x22834e(0x102),_0x25be96[_0x22834e(0x132)]=_0x22834e(0x13d),_0x25be96[_0x22834e(0x10c)]=_0x22834e(0x114);const _0x4c3327=_0x25be96;if(!_0xcaf825)return null;const _0x52cfa9=_0xcaf825[_0x4c3327[_0x22834e(0x12e)]],_0x3853b4=[_0x4c3327[_0x22834e(0xf9)],_0x4c3327[_0x22834e(0xf5)],_0x4c3327[_0x22834e(0x132)],_0x4c3327[_0x22834e(0x10c)]];for(const _0x2f14ce of _0x3853b4){if(_0x52cfa9&&_0x52cfa9[_0x2f14ce])return _0x52cfa9[_0x2f14ce];else{if(_0xcaf825[_0x2f14ce])return _0xcaf825[_0x2f14ce];}}return null;};exports[a3_0x47630e(0x115)]=_0x3bfe93=>{const _0x520903=a3_0x47630e,_0x1a5b83={'fQTSn':_0x520903(0x135),'aMYeq':function(_0x1ab2e8,_0x365548){return _0x1ab2e8===_0x365548;},'OGWLd':'WebDriver','XPnaf':function(_0x12278a,_0xbed358){return _0x12278a(_0xbed358);},'LIznK':function(_0x45edb9,_0x239b51,_0x3b6224){return _0x45edb9(_0x239b51,_0x3b6224);},'jPxgC':_0x520903(0x11a),'jmDLJ':'desiredCapabilities','lpjwN':function(_0x4d96f1,_0x44cd52){return _0x4d96f1(_0x44cd52);},'GxvUy':_0x520903(0x128),'lDPuM':_0x520903(0x112),'qzlQY':_0x520903(0x11e),'uEByQ':_0x520903(0x120),'cErNy':function(_0x2d4915,_0x6cf02e){return _0x2d4915(_0x6cf02e);}};if(!_0x3bfe93)return null;let _0x25cf50=global[_0x520903(0x116)]||_0x1a5b83[_0x520903(0x130)];if(_0x1a5b83[_0x520903(0x11b)](_0x3bfe93[_0x520903(0x13f)]['name'],_0x1a5b83['OGWLd'])){const _0x1ec0bd=_0x3bfe93[_0x520903(0x112)];if(!_0x1ec0bd)return null;const _0x40bfbe=_0x1ec0bd['capabilities'],_0x280737=_0x1a5b83[_0x520903(0x110)](getOSVersionFromCaps,_0x1a5b83[_0x520903(0x118)](nestedKeyValue,_0x3bfe93,[_0x1a5b83['jPxgC'],_0x1a5b83['jmDLJ']]));return{[_0x25cf50]:{'browser':_0x40bfbe[_0x520903(0x125)],'browser_version':_0x40bfbe['browserVersion'],'capabilities':_0x40bfbe,'platform':_0x40bfbe[_0x520903(0x13b)],'platform_version':_0x40bfbe[_0x520903(0xf6)]||_0x280737,'product':_0x1a5b83[_0x520903(0xf7)](getObservabilityLinkedProductName,_0x40bfbe),'session_id':_0x1ec0bd[_0x520903(0x137)]}};}else{if(_0x1a5b83[_0x520903(0x11b)](_0x3bfe93[_0x520903(0x13f)][_0x520903(0x121)],_0x1a5b83[_0x520903(0x10f)])){const _0x178a89=PlaywrightSessionDetails[_0x520903(0x105)]();_0x25cf50=_0x178a89[_0x520903(0x104)]||_0x25cf50;const _0x984ed4=_0x1a5b83[_0x520903(0x118)](nestedKeyValue,_0x3bfe93,[_0x1a5b83[_0x520903(0x124)],_0x1a5b83[_0x520903(0x101)],_0x1a5b83[_0x520903(0x12c)]]),_0xb81f73=_0x984ed4?JSON[_0x520903(0x140)](new URL(_0x984ed4)['searchParams'][_0x520903(0x109)](_0x1a5b83[_0x520903(0x12a)])):{};return{[_0x25cf50]:{'browser':_0x178a89[_0x520903(0x112)]||_0xb81f73[_0x520903(0x125)],'browser_version':_0x178a89[_0x520903(0x131)]||_0xb81f73[_0x520903(0x131)],'capabilities':_0xb81f73,'platform':_0x178a89[_0x520903(0x126)],'platform_version':_0x178a89['platform_version'],'product':_0x1a5b83[_0x520903(0xfb)](getObservabilityLinkedProductName,_0xb81f73),'session_id':_0x178a89['bsSessionId']}};}}},exports[a3_0x47630e(0x136)]=_0x4e9554=>{const _0x131655=a3_0x47630e,_0x3832b0={'ogCnF':function(_0x2f99dd){return _0x2f99dd();},'COHAk':function(_0x543baa,_0x5d7d70){return _0x543baa===_0x5d7d70;},'LPzWM':_0x131655(0x142),'tGNCA':function(_0x2e43e7,_0x5490cf){return _0x2e43e7>_0x5490cf;},'pKLDa':function(_0x24e45a,_0x156c20){return _0x24e45a(_0x156c20);},'WjgLz':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','DmjdK':_0x131655(0x127),'piiXp':function(_0x23fe73,_0x3b91b4){return _0x23fe73===_0x3b91b4;},'QvwTb':_0x131655(0x11d),'pTxfl':_0x131655(0x106),'HOOmC':function(_0x390122,_0x37de8b){return _0x390122(_0x37de8b);},'unQkc':_0x131655(0x100)};if(_0x3832b0['ogCnF'](isAccessibilityAutomationSession)){const _0xed90e7=_0x4e9554[_0x131655(0x112)],_0x3752bd=_0xed90e7[_0x131655(0x13a)];global[_0x131655(0xf8)]=!![],!(_0x3832b0['COHAk'](_0x3752bd[_0x131655(0x12b)],_0x3832b0['LPzWM'])||_0x3832b0[_0x131655(0x107)](_0x3832b0['pKLDa'](parseInt,_0x3752bd['browserVersion']),0x5e))&&(logger[_0x131655(0x108)](_0x3832b0[_0x131655(0x10e)]),global[_0x131655(0xf8)]=![]),!(_0x3832b0[_0x131655(0x139)](_0x3752bd[_0x131655(0x125)],_0x3832b0[_0x131655(0x122)])||_0x3832b0['piiXp'](_0x3752bd['browserName'],_0x3832b0['QvwTb']))&&(logger[_0x131655(0x108)](_0x3832b0[_0x131655(0xfd)]),global[_0x131655(0xf8)]=![]),!_0x3832b0['HOOmC'](isUndefined,_0x3752bd[_0x131655(0x113)])&&(logger[_0x131655(0x108)](_0x3832b0[_0x131655(0x13e)]),global['accessibilityPlatform']=![]);}},exports[a3_0x47630e(0x12f)]=_0x23f105=>{const _0x20d807=a3_0x47630e,_0x284a6c={};_0x284a6c['pWEZA']=_0x20d807(0x119),_0x284a6c[_0x20d807(0x138)]=_0x20d807(0x117);const _0x300a64=_0x284a6c;if(!_0x23f105)return![];return!_0x23f105[_0x20d807(0xfc)](_0x300a64[_0x20d807(0x10d)])&&!_0x23f105[_0x20d807(0xfc)](_0x300a64['ebbds']);};
@@ -1 +1 @@
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
+ const a4_0x39e32c=a4_0x52a7;(function(_0x4def04,_0x2e3a7e){const _0x241df6=a4_0x52a7,_0x101925=_0x4def04();while(!![]){try{const _0x2a9b9f=-parseInt(_0x241df6(0xcb))/0x1*(-parseInt(_0x241df6(0xed))/0x2)+-parseInt(_0x241df6(0x159))/0x3+-parseInt(_0x241df6(0x16d))/0x4*(parseInt(_0x241df6(0x101))/0x5)+-parseInt(_0x241df6(0x120))/0x6*(parseInt(_0x241df6(0x155))/0x7)+parseInt(_0x241df6(0x134))/0x8+-parseInt(_0x241df6(0x177))/0x9*(-parseInt(_0x241df6(0x171))/0xa)+parseInt(_0x241df6(0x162))/0xb;if(_0x2a9b9f===_0x2e3a7e)break;else _0x101925['push'](_0x101925['shift']());}catch(_0x162f55){_0x101925['push'](_0x101925['shift']());}}}(a4_0x24d6,0x6fc89));const path=require(a4_0x39e32c(0xe0)),fs=require('fs'),{v4:uuidv4}=require(a4_0x39e32c(0xc0)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x39e32c(0x18e)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x39e32c(0x11a)),{FRAMEWORKS}=require(a4_0x39e32c(0x170)),logger=require(a4_0x39e32c(0xf0))[a4_0x39e32c(0x121)],SessionHandler=require(a4_0x39e32c(0x154)),RequestQueueHandler=require(a4_0x39e32c(0x192)),PlaywrightSessionDetails=require(a4_0x39e32c(0x185)),debug=testOpsHelper['debug'],{processAccessibilityCaps}=require(a4_0x39e32c(0xc3)),Constants=require(a4_0x39e32c(0x132)),{fetchPlatformDetails}=require(a4_0x39e32c(0xd8)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x39e32c(0x14c)),STATE_PASSED=a4_0x39e32c(0x10b),STATE_FAILED=a4_0x39e32c(0x10a),a4_0x1fdeed={};function a4_0x52a7(_0x35d607,_0x455816){const _0x24d6b7=a4_0x24d6();return a4_0x52a7=function(_0x52a7bb,_0x39b2e9){_0x52a7bb=_0x52a7bb-0xb5;let _0x5ef4c8=_0x24d6b7[_0x52a7bb];return _0x5ef4c8;},a4_0x52a7(_0x35d607,_0x455816);}a4_0x1fdeed[a4_0x39e32c(0x175)]=a4_0x39e32c(0x193),a4_0x1fdeed[a4_0x39e32c(0xd1)]=a4_0x39e32c(0x1a3),a4_0x1fdeed[a4_0x39e32c(0x127)]=a4_0x39e32c(0x174),a4_0x1fdeed[a4_0x39e32c(0x104)]=a4_0x39e32c(0x14a),a4_0x1fdeed[a4_0x39e32c(0xb9)]=a4_0x39e32c(0xc9);const TEST_EVENTS=a4_0x1fdeed,parseEvent=_0x4d6a68=>{const _0x3163bd=a4_0x39e32c,_0x251398={};_0x251398[_0x3163bd(0x126)]=function(_0x3ca8a9,_0x430a91){return _0x3ca8a9<_0x430a91;},_0x251398[_0x3163bd(0x1a2)]=function(_0x1e0560,_0x2b0066){return _0x1e0560===_0x2b0066;},_0x251398[_0x3163bd(0x13e)]='test',_0x251398[_0x3163bd(0xdf)]=_0x3163bd(0x18b),_0x251398[_0x3163bd(0xe5)]=_0x3163bd(0x147),_0x251398['deoif']=_0x3163bd(0xd9),_0x251398[_0x3163bd(0x17b)]=function(_0x3beb29,_0x289a73){return _0x3beb29===_0x289a73;},_0x251398['LUVXO']='finished';const _0x42fd12=_0x251398,_0x2821a9=_0x4d6a68[_0x3163bd(0x157)](/^(.*)Run(.*)$/);if(!_0x2821a9)return null;if(_0x42fd12[_0x3163bd(0x126)](_0x2821a9['length'],0x3))return null;const _0x37c6aa=_0x2821a9[0x1][_0x3163bd(0xde)](),_0x2b9890=_0x2821a9[0x2]['toLowerCase']();return{'test':_0x42fd12[_0x3163bd(0x1a2)](_0x37c6aa,_0x42fd12[_0x3163bd(0x13e)]),'hook':_0x42fd12[_0x3163bd(0x1a2)](_0x37c6aa,_0x42fd12['hyAVn']),'skipped':_0x42fd12[_0x3163bd(0x1a2)](_0x2b9890,_0x42fd12['XWwpY']),'started':_0x42fd12['YjTUw'](_0x2b9890,_0x42fd12['deoif']),'finished':_0x42fd12[_0x3163bd(0x17b)](_0x2b9890,_0x42fd12[_0x3163bd(0x186)])};},mockPWBrowserType=_0x276612=>{const _0x5b6bef=a4_0x39e32c,_0x3302cb={'ASsTs':function(_0x11c5a3,_0x4bf8f7){return _0x11c5a3===_0x4bf8f7;},'OVREO':_0x5b6bef(0x115),'taZjG':function(_0x1dd404,_0x5993fb,_0x3814fd){return _0x1dd404(_0x5993fb,_0x3814fd);},'VBEfc':_0x5b6bef(0x19d),'ZtpFI':function(_0x187f91,_0x408413){return _0x187f91(_0x408413);},'lReTB':_0x5b6bef(0x18d),'poStk':function(_0x5655d2,_0x54f477){return _0x5655d2(_0x54f477);},'nVkYr':_0x5b6bef(0x14f),'NjqhM':_0x5b6bef(0x108),'QOfwu':_0x5b6bef(0x106),'nXeiB':'Not\x20able\x20to\x20import\x20Browser','DkdYb':_0x5b6bef(0xc8),'aPEqw':_0x5b6bef(0x11b)},_0x3f3cac=path[_0x5b6bef(0x16e)](_0x3302cb[_0x5b6bef(0x165)],_0x3302cb['NjqhM'],_0x3302cb['QOfwu']),_0x414e85=_0x3302cb[_0x5b6bef(0xef)](importFileFromPWCore,_0x3f3cac);if(!_0x414e85){_0x3302cb['poStk'](debug,_0x3302cb[_0x5b6bef(0x1ab)]);return;}const _0x3cfb16=_0x414e85[_0x5b6bef(0x182)],_0x4b82f4=_0x3cfb16[_0x5b6bef(0x18a)];if(_0x4b82f4['obsBrowserTypeMockApplied'])return;const _0x357dbb=_0x4b82f4['connect'];Object['defineProperty'](_0x4b82f4,_0x3302cb[_0x5b6bef(0x1a4)],{'get':function(){return async function _0x3a2a88(_0x58cb53,_0xfe2a34){const _0x1c9dd0=a4_0x52a7,_0xfb799b={'rmYZY':function(_0x451ab0,_0x402f62){const _0x349878=a4_0x52a7;return _0x3302cb[_0x349878(0x13c)](_0x451ab0,_0x402f62);},'kyNBX':_0x3302cb['OVREO']},_0x21e4ba=_0x3302cb[_0x1c9dd0(0x18c)](nestedKeyValue,_0x58cb53,[_0x3302cb['VBEfc']])||_0x58cb53;let _0x1f0ddf=null,_0xc828ac=null;try{[_0xc828ac,_0x1f0ddf]=_0x21e4ba?_0x3302cb['ZtpFI'](parseWSEndpoint,_0x21e4ba):[null,null],global[_0x1c9dd0(0xd5)]=_0x1f0ddf,_0xc828ac[_0x1c9dd0(0xe7)](_0x3302cb[_0x1c9dd0(0x180)])&&(global[_0x1c9dd0(0x118)]=_0x3302cb[_0x1c9dd0(0x180)]);}catch(_0x3770fa){logger['debug'](_0x1c9dd0(0xcd)+_0x21e4ba+'\x20'+_0x3770fa);}_0x3302cb[_0x1c9dd0(0x18c)](processAccessibilityCaps,_0x1f0ddf,_0xc828ac);if(global[_0x1c9dd0(0x160)]){const _0x336d63=await _0x4b82f4['connectOverCDP'][_0x1c9dd0(0xec)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x3302cb[_0x1c9dd0(0xef)](encodeURIComponent,JSON[_0x1c9dd0(0x107)](_0x1f0ddf))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x336d63,_0x276612,_0x21e4ba),_0x336d63;}return _0x357dbb['apply'](this,arguments)['then'](_0x239a46=>{const _0x969d8=_0x1c9dd0;let _0x15e04d=_0x58cb53[_0x969d8(0x19d)];return _0xfb799b['rmYZY'](typeof _0x58cb53,_0xfb799b[_0x969d8(0x15c)])&&(_0x15e04d=_0x58cb53),PlaywrightSessionDetails['setupBrowserDetails'](_0x239a46,_0x276612,_0x15e04d),_0x239a46;});};}});const _0x26d52f=_0x4b82f4[_0x5b6bef(0x11b)];Object[_0x5b6bef(0xf6)](_0x4b82f4,_0x3302cb[_0x5b6bef(0xf3)],{'get':function(){return async function _0xe3c1e3(){const _0x4ede4a=a4_0x52a7;return _0x26d52f[_0x4ede4a(0xec)](this,arguments)[_0x4ede4a(0x12f)](_0x41fab1=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x41fab1,null),_0x41fab1;});};}});};function a4_0x24d6(){const _0x445d05=['ozSKn','comment','ZRtpA','initializeBddStep','bddStepFinish','ASsTs','cwd','uDIOH','vfcOa','getHookType','hjImz','test','forEach','hook_run_uuid','util','nfHUD','skipped','getHierarchy','STATE_FAILED','HookRunStarted','XhJsz','../../helpers/testhub/utils.js','LHYtg','pid','lib','_beforeAll','YlDkd','QiUGc','gnPsy','../../helpers/test-observability/sessionHandler','2640498QxjqaK','fullTitle','match','body','2018187rqrwuU','currentHook','ZYzHE','kyNBX','jimJq','VIUkL','fireEvent','accessibilityPlatform','CYvKL','1890856ouxRNV','lbYTW','getTime','nVkYr','prefixTestPath','getInstance','duration','finished_at','bind','YvOLc','CODECEPT','203552KgxIml','join','test_run','../../helpers/test-observability/constants','930vHhYZl','split','retryOf','TestRunSkipped','TEST_RUN_STARTED','frameworkName','51390adBGnL','iUVSr','uVeiN','bs:addLog:','LESns','concat','kFVsm','tags','javascript','lReTB','suites','BrowserType','driver','eCcrE','../playwright/sessionDetails','LUVXO','failure_reason_expanded','SthNn','PathHelper','prototype','hook','taZjG','browserstack','../../helpers/helper','ctx','message','failure','../../helpers/test-observability/requestQueueHandler','TestRunStarted','integrations','File\x20path\x20could\x20not\x20be\x20found','TEST_EVENTS','result','resetSkipTestHooks','find','finished','FcjhU','removeAllListeners','wsEndpoint','sep','patchConsoleLogger','text','YJgIP','YjTUw','TestRunFinished','DkdYb','FVYcn','currentTest','status','wCSbq','mapTestHooks','debug','nXeiB','meta','toUpperCase','parent','JQEiD','VTnZB','keyword','.git','HOOK_RUN_FINISHED','KMcWo','stop','appendTestItemLog','startedAt','title','hook_type','uuid','NnlKI','_paths','../playwright/accessibility-helper','hookAnalyticsId','LndLw','push','lCwLM','connect','HookRunFinished','expanded','20429VmsGIS','QDFxc','Failed\x20to\x20parse\x20wsendpoint\x20','now','auyeL','GfWFD','TEST_RUN_FINISHED','KUcKQ','stepAnalyticsId','errorsDetailed','__platformCaps','failureData','xjxhS','./helper.js','started','AAlzy','inspect','toISOString','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','toLowerCase','hyAVn','path','OzjEv','failed\x20to\x20get\x20root\x20parent\x20file\x20','vfDNI','_afterEach','XWwpY','getHooksForTest','includes','config','DVVbg','uploadEventData','dirname','apply','58JaWpnw','relative','poStk','../../helpers/logger','CBTSessionCreated','failure_backtrace','aPEqw','pending','groups','defineProperty','tXCyB','err','markedStatus','findGitConfig','QArrq','IbXQb','type','file_name','exports','qufyn','35lfLBFT','WlKMj','aNCwn','HOOK_RUN_STARTED','\x20with\x20error\x20:\x20','browserType.js','stringify','client','backtrace','failed','passed','WJCVC','uAxBC','getRootParentFile','3|5|4|0|1|2','mcojs','logs','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','bTgOo','LogCreated','string','testAnalyticsId','test_run_uuid','__cloud_provider___','bddSteps','../mocha/test-observability/mochaUtils','launch','toString','name','pCbaL','event_type','6UAJmbn','winstonLogger','FtirP','location_prefix','start','_testEnv','srHHI','TEST_RUN_SKIPPED','success','axQjl','pZVKC','codeceptjs','_afterAll','kDLHq','enabled','then','getCBTInfo','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','../utils/constants','NFhLA','4549256ZPqPhw','zmxRK','zJmMN'];a4_0x24d6=function(){return _0x445d05;};return a4_0x24d6();}class O11yHelper{[a4_0x39e32c(0x1a6)]=null;[a4_0x39e32c(0x15a)]=null;[a4_0x39e32c(0x12e)]=![];['frameworkName']=![];constructor(_0x244d2e,_0x38273a){const _0x13dbf5=a4_0x39e32c,_0x3c130e={'KUcKQ':_0x13dbf5(0x10f),'QvppV':function(_0x58e03b){return _0x58e03b();},'FVYcn':function(_0x17e8e2,_0x325c1f){return _0x17e8e2===_0x325c1f;},'cEFZo':'Playwright','jimJq':function(_0x47ebe2,_0x286c66){return _0x47ebe2(_0x286c66);},'DVVbg':function(_0x48920a){return _0x48920a();}},_0x466a70=_0x3c130e[_0x13dbf5(0xd2)][_0x13dbf5(0x172)]('|');let _0x411f3d=0x0;while(!![]){switch(_0x466a70[_0x411f3d++]){case'0':this[_0x13dbf5(0x125)]=_0x3c130e['QvppV'](getTestEnv);continue;case'1':this[_0x13dbf5(0xc2)]=new testOpsHelper[(_0x13dbf5(0x189))]({'cwd':process[_0x13dbf5(0x13d)]()},this[_0x13dbf5(0x125)][_0x13dbf5(0x123)]);continue;case'2':this['driver']&&_0x3c130e[_0x13dbf5(0x1a5)](this[_0x13dbf5(0x183)]['constructor'][_0x13dbf5(0x11d)],_0x3c130e['cEFZo'])&&_0x3c130e[_0x13dbf5(0x15d)](mockPWBrowserType,null);continue;case'3':this[_0x13dbf5(0x12e)]=_0x3c130e[_0x13dbf5(0xe9)](shouldProcessEventForTesthub);continue;case'4':this[_0x13dbf5(0x183)]=_0x244d2e;continue;case'5':this['frameworkName']=_0x38273a[_0x13dbf5(0x176)];continue;}break;}}[a4_0x39e32c(0x124)](){const _0x13df72=a4_0x39e32c;if(!this[_0x13df72(0x12e)])return;testOpsHelper[_0x13df72(0x19f)](),process[_0x13df72(0x19c)](_0x13df72(0x17a)+process[_0x13df72(0x14e)]),process['on'](_0x13df72(0x17a)+process[_0x13df72(0x14e)],this[_0x13df72(0xbc)][_0x13df72(0x16a)](this));}async[a4_0x39e32c(0xbb)](){const _0xc9fd28=a4_0x39e32c;await RequestQueueHandler[_0xc9fd28(0x167)]()['shutdown']();}async[a4_0x39e32c(0xbc)](_0x1711b1){const _0xcb50c0=a4_0x39e32c,_0x848519={'AAlzy':_0xcb50c0(0x114),'NnlKI':function(_0x259507,_0x70439f){return _0x259507(_0x70439f);}};try{this[_0xcb50c0(0x15a)]&&!this[_0xcb50c0(0x15a)][_0xcb50c0(0xf9)]&&(_0x1711b1[_0xcb50c0(0x144)]=this[_0xcb50c0(0x15a)][_0xcb50c0(0xc4)]);!_0x1711b1['hook_run_uuid']&&this[_0xcb50c0(0x1a6)]&&!this[_0xcb50c0(0x1a6)][_0xcb50c0(0xf9)]&&(_0x1711b1[_0xcb50c0(0x117)]=this['currentTest'][_0xcb50c0(0x116)]);if(_0x1711b1[_0xcb50c0(0x144)]||_0x1711b1[_0xcb50c0(0x117)]){const _0x4a1cb9={};_0x4a1cb9[_0xcb50c0(0x11f)]=_0x848519[_0xcb50c0(0xda)],_0x4a1cb9[_0xcb50c0(0x111)]=[_0x1711b1],await SessionHandler[_0xcb50c0(0xea)](_0x4a1cb9);}}catch(_0x2d90b7){_0x848519[_0xcb50c0(0xc1)](debug,_0xcb50c0(0x112)+_0x2d90b7);}}async['sendCBTInfo'](_0x1bfb32){const _0x536b58=a4_0x39e32c,_0x34096f={'SOexj':_0x536b58(0xf1),'lEUWT':function(_0x95d75e,_0x1e6410){return _0x95d75e(_0x1e6410);}};if(!this[_0x536b58(0x12e)])return;const _0x4b0578=this[_0x536b58(0x130)](this[_0x536b58(0x183)]);try{const _0x26feab={};_0x26feab[_0x536b58(0xc0)]=_0x1bfb32,_0x26feab[_0x536b58(0x194)]=_0x4b0578;const _0x254702=_0x26feab,_0x19ae08={};_0x19ae08[_0x536b58(0x11f)]=_0x34096f['SOexj'],_0x19ae08[_0x536b58(0x16f)]=_0x254702,await SessionHandler[_0x536b58(0xea)](_0x19ae08);}catch(_0x12045d){_0x34096f['lEUWT'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x12045d);}}[a4_0x39e32c(0x130)](_0x2ed5d9){const _0x4a50f0={'WrYLS':function(_0x5b0136,_0x1cb9e4){return _0x5b0136(_0x1cb9e4);}};return _0x4a50f0['WrYLS'](fetchPlatformDetails,_0x2ed5d9);}[a4_0x39e32c(0x198)]=_0x30bb19=>{const _0x3baf93=a4_0x39e32c,_0x57a923={};_0x57a923['CYvKL']='_beforeEach',_0x57a923[_0x3baf93(0xd0)]=_0x3baf93(0xe4);const _0x13bd9d=_0x57a923;if(!_0x30bb19||!_0x30bb19['parent'])return;[_0x13bd9d[_0x3baf93(0x161)],_0x13bd9d[_0x3baf93(0xd0)]][_0x3baf93(0x143)](_0x3df6a7=>{const _0x25fdcb=_0x3baf93,_0x5d901b=_0x30bb19[_0x25fdcb(0x1ae)][_0x3df6a7];_0x5d901b['forEach'](_0x1db7c2=>{const _0x24dd6b=_0x25fdcb;_0x1db7c2[_0x24dd6b(0xc4)]&&(_0x1db7c2[_0x24dd6b(0xc4)]=null);});});};[a4_0x39e32c(0x1a9)](_0x176740){const _0x518886=a4_0x39e32c,_0x36caba={'iUVSr':_0x518886(0x12b),'OzjEv':function(_0x4b8a87){return _0x4b8a87();},'qufyn':function(_0x559bc9,_0x2c2f4c){return _0x559bc9===_0x2c2f4c;},'FcjhU':_0x518886(0xe4),'ZRtpA':_0x518886(0x150),'CXWoj':_0x518886(0x12c),'xjxhS':'_beforeEach'};if(!_0x176740||!_0x176740[_0x518886(0x1ae)])return;[_0x36caba[_0x518886(0x139)],_0x36caba['CXWoj'],_0x36caba[_0x518886(0xd7)],_0x36caba[_0x518886(0x19b)]][_0x518886(0x143)](_0x2d28bd=>{const _0x3ac188=_0x518886,_0x41d4f2={'XhJsz':_0x36caba[_0x3ac188(0x178)],'WJCVC':function(_0x4416e7){const _0x500d96=_0x3ac188;return _0x36caba[_0x500d96(0xe1)](_0x4416e7);},'BSTIz':function(_0xe93126,_0x19792f){const _0x2f5af5=_0x3ac188;return _0x36caba[_0x2f5af5(0x100)](_0xe93126,_0x19792f);},'SthNn':_0x36caba[_0x3ac188(0x19b)]},_0x13d62e=_0x176740[_0x3ac188(0x1ae)][_0x2d28bd]||[];_0x13d62e[_0x3ac188(0x143)](_0x4d559d=>{const _0x52a97d=_0x3ac188;if(_0x4d559d[_0x52a97d(0xbe)][_0x52a97d(0xe7)](_0x41d4f2[_0x52a97d(0x14b)]))return;if(!_0x4d559d[_0x52a97d(0xc4)])_0x4d559d[_0x52a97d(0xc4)]=_0x41d4f2['WJCVC'](uuidv4);else _0x4d559d[_0x52a97d(0xf9)]&&_0x41d4f2['BSTIz'](_0x2d28bd,_0x41d4f2[_0x52a97d(0x188)])&&(_0x4d559d[_0x52a97d(0xc4)]=_0x41d4f2[_0x52a97d(0x10c)](uuidv4),delete _0x4d559d[_0x52a97d(0xf9)]);});}),this[_0x518886(0x1a9)](_0x176740[_0x518886(0x1ae)]);}[a4_0x39e32c(0xe6)](_0x277834){const _0x42f710=a4_0x39e32c,_0x27bd6b={};_0x27bd6b['lbYTW']='_beforeAll',_0x27bd6b[_0x42f710(0xba)]='_afterAll',_0x27bd6b[_0x42f710(0x15e)]='_beforeEach',_0x27bd6b[_0x42f710(0x146)]=_0x42f710(0xe4);const _0x200a9e=_0x27bd6b;if(!_0x277834||!_0x277834[_0x42f710(0x1ae)])return[];const _0x54ea30=[];return[_0x200a9e[_0x42f710(0x163)],_0x200a9e['KMcWo'],_0x200a9e['VIUkL'],_0x200a9e['nfHUD']]['forEach'](_0x40fb5f=>{const _0x5c7514=_0x42f710,_0x258711=_0x277834[_0x5c7514(0x1ae)][_0x40fb5f]||[];_0x258711[_0x5c7514(0x143)](_0x1c9ed2=>{const _0x44be98=_0x5c7514;_0x1c9ed2[_0x44be98(0xc4)]&&_0x54ea30[_0x44be98(0xc6)](_0x1c9ed2[_0x44be98(0xc4)]);});}),[][_0x42f710(0x17c)](_0x54ea30,this[_0x42f710(0xe6)](_0x277834[_0x42f710(0x1ae)]));}[a4_0x39e32c(0x140)](_0x2a0e35){const _0x4b0965=a4_0x39e32c,_0x1da526=/^"(?<hook>.*)" hook:.*$/,_0x10e7b1=_0x2a0e35[_0x4b0965(0xbe)],_0x64af86=_0x10e7b1[_0x4b0965(0x157)](_0x1da526);if(_0x64af86&&_0x64af86['groups'])return _0x64af86[_0x4b0965(0xf5)][_0x4b0965(0x18b)][_0x4b0965(0x1ad)]()['replace']('\x20','_');return null;}[a4_0x39e32c(0xfa)](_0x5b4f50){const _0x2c7a5d=a4_0x39e32c,_0x19c0af={};_0x19c0af[_0x2c7a5d(0xfc)]=function(_0xc198a1,_0x1ac8de){return _0xc198a1===_0x1ac8de;},_0x19c0af[_0x2c7a5d(0xb5)]=function(_0x4c888d,_0x49d51b){return _0x4c888d===_0x49d51b;},_0x19c0af['LndLw']=function(_0x372ba8,_0x2b90c2){return _0x372ba8===_0x2b90c2;},_0x19c0af['pCbaL']=_0x2c7a5d(0xb8),_0x19c0af[_0x2c7a5d(0xf7)]=_0x2c7a5d(0xe8);const _0x360021=_0x19c0af,_0x41c37b=path[_0x2c7a5d(0x19e)];if(_0x360021['IbXQb'](_0x5b4f50,null)||_0x360021[_0x2c7a5d(0xfc)](_0x5b4f50,'')||_0x360021['JQEiD'](_0x5b4f50,_0x41c37b)||_0x360021[_0x2c7a5d(0xc5)](_0x5b4f50,path['dirname'](_0x5b4f50)))return null;try{return fs['statSync'](path[_0x2c7a5d(0x16e)](_0x5b4f50,_0x360021[_0x2c7a5d(0x11e)],_0x360021[_0x2c7a5d(0xf7)])),_0x5b4f50;}catch(_0x18fefe){const _0x3d02af=path[_0x2c7a5d(0xeb)](_0x5b4f50);return this[_0x2c7a5d(0xfa)](_0x3d02af);}}['getRootParentFile'](_0x52ed61){const _0x4e3080=a4_0x39e32c,_0x344d85={};_0x344d85[_0x4e3080(0x135)]=function(_0x45413a,_0x5c719b){return _0x45413a>_0x5c719b;};const _0x47e3f2=_0x344d85;if(_0x52ed61['file'])return _0x52ed61['file'];if(_0x52ed61[_0x4e3080(0x18f)]){const _0x397243=_0x52ed61[_0x4e3080(0x18f)][_0x4e3080(0x1a6)]?this[_0x4e3080(0x10e)](_0x52ed61[_0x4e3080(0x18f)][_0x4e3080(0x1a6)]):null;if(_0x397243)return _0x397243;}if(_0x52ed61[_0x4e3080(0x1ae)]){const _0x4e0b75=this[_0x4e3080(0x10e)](_0x52ed61[_0x4e3080(0x1ae)])||(_0x52ed61['parent'][_0x4e3080(0x18f)]&&_0x52ed61[_0x4e3080(0x1ae)][_0x4e3080(0x18f)][_0x4e3080(0x1a6)]?this[_0x4e3080(0x10e)](_0x52ed61[_0x4e3080(0x1ae)][_0x4e3080(0x18f)]['currentTest']):null);if(_0x4e0b75)return _0x4e0b75;_0x52ed61[_0x4e3080(0x1ae)][_0x4e3080(0x181)]&&_0x47e3f2[_0x4e3080(0x135)](_0x52ed61[_0x4e3080(0x1ae)][_0x4e3080(0x181)]['length'],0x0)&&_0x52ed61['parent'][_0x4e3080(0x181)]['forEach'](_0x225ca4=>{const _0x22e793=_0x4e3080,_0x54088b=_0x225ca4[_0x22e793(0x18f)]?this[_0x22e793(0x10e)](_0x225ca4[_0x22e793(0x18f)]):null;if(_0x54088b)return _0x54088b;});}return null;}['getHierarchy'](_0x2cc662){const _0x41fcc9=a4_0x39e32c,_0x19422b={};_0x19422b[_0x41fcc9(0x179)]=function(_0x5a8c53,_0x3783c9){return _0x5a8c53!==_0x3783c9;};const _0x27e5b4=_0x19422b,_0x46e598=[];if(_0x2cc662&&_0x2cc662[_0x41fcc9(0x1ae)]){let _0x4995a7=_0x2cc662[_0x41fcc9(0x1ae)];while(_0x4995a7&&_0x27e5b4['uVeiN'](_0x4995a7[_0x41fcc9(0xbe)],'')){_0x46e598['push'](_0x4995a7[_0x41fcc9(0xbe)]),_0x4995a7=_0x4995a7[_0x41fcc9(0x1ae)];}}return _0x46e598;}['captureEvent'](_0x1f2a6e,_0x528f40,_0x3bcebb=undefined){const _0xab4216=a4_0x39e32c,_0x3b824c={'vfDNI':function(_0x78c40c,_0x3f95d5){return _0x78c40c(_0x3f95d5);},'WlKMj':function(_0x805657){return _0x805657();},'LHYtg':function(_0x1370bf){return _0x1370bf();},'eCcrE':function(_0x2462cd,_0x118771){return _0x2462cd(_0x118771);},'YvOLc':_0xab4216(0x145),'vfcOa':_0xab4216(0xf8),'goAme':function(_0xe9b4bd,_0x4aa7e0){return _0xe9b4bd!==_0x4aa7e0;},'pZVKC':function(_0x2e4783,_0x1302f3){return _0x2e4783!==_0x1302f3;},'ZYzHE':_0xab4216(0x195),'uAxBC':_0xab4216(0xf4),'QArrq':_0xab4216(0x10a),'bTgOo':_0xab4216(0x10b),'aNCwn':_0xab4216(0x147),'yFjCI':_0xab4216(0x17f),'Kmjtf':function(_0xd6ce65,_0x118139){return _0xd6ce65-_0x118139;},'aIqLV':function(_0x2c3dcc,_0x55e4e9,_0x188550,_0x5af4fe,_0x1f9a8a){return _0x2c3dcc(_0x55e4e9,_0x188550,_0x5af4fe,_0x1f9a8a);},'axQjl':function(_0x2538e5,_0x96cc3e){return _0x2538e5!==_0x96cc3e;},'NFhLA':_0xab4216(0x194),'ozSKn':_0xab4216(0x1ac),'QiUGc':_0xab4216(0x191),'VTnZB':_0xab4216(0xf2),'YJgIP':_0xab4216(0x109),'hjImz':_0xab4216(0x187),'auyeL':_0xab4216(0xca),'gnPsy':function(_0x4feb23,_0x33c7d9){return _0x4feb23===_0x33c7d9;},'lCwLM':'hook_run','kFVsm':_0xab4216(0x16f)};if(!this[_0xab4216(0x12e)])return;try{if(_0x528f40['fn']&&_0x528f40['fn'][_0xab4216(0x11c)]()[_0xab4216(0x157)](/browserstack internal helper hook/))return;const _0x7c3d01=_0x3b824c[_0xab4216(0xe3)](parseEvent,_0x1f2a6e);if(!_0x7c3d01)return;if(_0x7c3d01[_0xab4216(0x142)]){this[_0xab4216(0x1a6)]=_0x528f40,this['currentHook']=null;if(_0x7c3d01[_0xab4216(0xd9)]||_0x7c3d01[_0xab4216(0x147)]){_0x528f40[_0xab4216(0xbd)]=new Date(),_0x528f40[_0xab4216(0xf9)]=![];if(!_0x528f40[_0xab4216(0x116)])_0x528f40[_0xab4216(0x116)]=_0x3b824c[_0xab4216(0x102)](uuidv4);else _0x528f40[_0xab4216(0xf9)]&&(!_0x528f40[_0xab4216(0x173)]&&(_0x528f40[_0xab4216(0x173)]=_0x528f40[_0xab4216(0x116)]),_0x528f40[_0xab4216(0x116)]=_0x3b824c[_0xab4216(0x102)](uuidv4));}}else{if(_0x7c3d01[_0xab4216(0x18b)]){this['currentHook']=_0x528f40;if(_0x7c3d01[_0xab4216(0xd9)]){_0x528f40[_0xab4216(0xbd)]=new Date(),_0x528f40['markedStatus']=![];if(!_0x528f40[_0xab4216(0xc4)])_0x528f40[_0xab4216(0xc4)]=_0x3b824c[_0xab4216(0x14d)](uuidv4);else _0x528f40[_0xab4216(0xc4)]&&_0x528f40['markedStatus']&&(_0x528f40[_0xab4216(0xc4)]=_0x3b824c[_0xab4216(0x102)](uuidv4));}}}if(_0x7c3d01[_0xab4216(0x19a)]&&_0x528f40[_0xab4216(0xf9)])return;let _0x438dbc;try{_0x438dbc=this[_0xab4216(0x10e)](_0x528f40);}catch(_0xe10d4a){logger[_0xab4216(0x1aa)](_0xab4216(0xe2)+_0xe10d4a),_0x438dbc=null;}const _0x2d3ce0=_0x3b824c[_0xab4216(0x184)](require,_0x3b824c[_0xab4216(0x16b)]);let _0x586da2=[];_0x3bcebb&&(_0x586da2=[_0x3bcebb,_0x3b824c[_0xab4216(0x13f)]]);const _0x2fd8c5=_0x3b824c['goAme'](_0x528f40[_0xab4216(0xd4)],undefined)?_0x2d3ce0[_0xab4216(0xdb)](_0x528f40[_0xab4216(0xd4)][0x0]):_0x3b824c[_0xab4216(0x12a)](_0x3bcebb,undefined)?_0x3bcebb[_0xab4216(0x11c)]():undefined,_0x3c4206=_0x438dbc?this[_0xab4216(0xfa)](_0x438dbc):null,_0x562758=_0x438dbc?this['_paths'][_0xab4216(0x166)](this[_0xab4216(0x10e)](_0x528f40)):_0x3b824c[_0xab4216(0x15b)];let _0x277ea7=_0x3b824c[_0xab4216(0x10d)];const _0x2b8f68=!_0x7c3d01[_0xab4216(0xd9)]?new Date()[_0xab4216(0xdc)]():null;if(_0x7c3d01[_0xab4216(0x19a)])_0x277ea7=_0x3bcebb?_0x3b824c[_0xab4216(0xfb)]:_0x3b824c[_0xab4216(0x113)],_0x528f40[_0xab4216(0xf9)]=!![];else _0x7c3d01[_0xab4216(0x147)]&&(_0x277ea7=_0x3b824c[_0xab4216(0x103)],_0x528f40[_0xab4216(0xf9)]=!![]);const _0x186485={'framework':this['frameworkName'],'uuid':_0x528f40[_0xab4216(0x116)]||_0x528f40['hookAnalyticsId'],'name':_0x528f40[_0xab4216(0xbe)],'body':{'lang':_0x3b824c['yFjCI'],'code':_0x528f40[_0xab4216(0x158)][_0xab4216(0x11c)]()},'type':_0x528f40[_0xab4216(0xfd)],'scope':_0x528f40[_0xab4216(0x156)](),'scopes':this[_0xab4216(0x148)](_0x528f40),'file_name':_0x562758,'vc_filepath':_0x3c4206?path[_0xab4216(0xee)](_0x3c4206,_0x438dbc):null,'location':_0x562758,'result':_0x277ea7,'failure_reason':_0x2fd8c5,'duration_in_ms':_0x528f40[_0xab4216(0x168)]||(_0x7c3d01[_0xab4216(0x19a)]||_0x7c3d01[_0xab4216(0x147)])?_0x3b824c['Kmjtf'](Date[_0xab4216(0xce)](),new Date(_0x528f40['startedAt'])[_0xab4216(0x164)]()):null,'started_at':new Date(_0x528f40[_0xab4216(0xbd)])[_0xab4216(0xdc)](),'finished_at':_0x2b8f68,'failure':testOpsHelper[_0xab4216(0xd6)]['apply'](null,_0x586da2),'failure_type':!_0x2fd8c5?null:testOpsHelper['getFailureType'](_0x2fd8c5),'retry_of':_0x528f40[_0xab4216(0x173)]||null,'tags':_0x528f40[_0xab4216(0x17e)]||[],'customRerunParam':{'rerun_name':_0x528f40[_0xab4216(0x156)]()}};_0x3b824c['aIqLV'](appendTesthubParams,_0x186485,_0x1f2a6e,_0x528f40,FRAMEWORKS[_0xab4216(0x16c)]);if(_0x7c3d01[_0xab4216(0x18b)])[_0x186485[_0xab4216(0xbf)],_0x186485[_0xab4216(0x11d)]]=[this[_0xab4216(0x140)](_0x528f40),_0x528f40[_0xab4216(0x18f)][_0xab4216(0x142)][_0xab4216(0xbe)]],_0x7c3d01[_0xab4216(0x19a)]?_0x3b824c[_0xab4216(0x129)](_0x186485[_0xab4216(0x197)],_0x3b824c[_0xab4216(0xfb)])&&(_0x186485['result']=_0x3b824c[_0xab4216(0x113)]):_0x186485[_0xab4216(0x158)]={};else _0x7c3d01['test']&&(this[_0xab4216(0x1a9)](_0x528f40),_0x7c3d01[_0xab4216(0x147)]&&this['resetSkipTestHooks'](_0x528f40),(_0x7c3d01[_0xab4216(0x19a)]||_0x7c3d01[_0xab4216(0x147)])&&(_0x186485['hooks']=this[_0xab4216(0xe6)](_0x528f40)));this[_0xab4216(0x183)]&&(_0x7c3d01[_0xab4216(0xd9)]||_0x7c3d01[_0xab4216(0x147)])&&(_0x186485[_0x3b824c[_0xab4216(0x133)]]=this[_0xab4216(0x130)](this['driver']));_0x7c3d01[_0xab4216(0x142)]&&_0x7c3d01['finished']&&_0x528f40[_0xab4216(0x119)]&&(_0x186485[_0x3b824c[_0xab4216(0x137)]]={'feature':{'name':_0x528f40[_0xab4216(0x1ae)]['feature'][_0xab4216(0x11d)],'path':_0x186485[_0xab4216(0xfe)],'description':_0x528f40[_0xab4216(0x1ae)][_0xab4216(0x138)]},'scenario':{'name':_0x528f40[_0xab4216(0xbe)]},'steps':_0x528f40[_0xab4216(0x119)]});const _0x34d72d=_0x186485[_0x3b824c[_0xab4216(0x152)]][0x0];_0x34d72d&&(_0x186485[_0x3b824c[_0xab4216(0xb6)]]=_0x34d72d[_0x3b824c['YJgIP']],_0x186485[_0x3b824c[_0xab4216(0x141)]]=_0x34d72d[_0x3b824c[_0xab4216(0xcf)]]);if(_0x528f40[_0xab4216(0x119)])for(const _0xc5fc6 of _0x528f40[_0xab4216(0x119)]){!_0xc5fc6[_0xab4216(0x169)]&&(_0xc5fc6['finished_at']=new Date()[_0xab4216(0xdc)](),_0x3b824c[_0xab4216(0x153)](_0xc5fc6['result'],_0x3b824c[_0xab4216(0x10d)])&&(_0x34d72d?(_0xc5fc6[_0xab4216(0x197)]=_0x3b824c['QArrq'],_0xc5fc6[_0xab4216(0x191)]=_0x34d72d[_0x3b824c[_0xab4216(0x1a1)]][0x0]):_0xc5fc6[_0xab4216(0x197)]=_0x3b824c[_0xab4216(0x113)]));}const _0x17c9a7={};_0x17c9a7[_0xab4216(0x11f)]=_0x7c3d01[_0xab4216(0x147)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x1f2a6e;const _0x3e4818=_0x17c9a7;return _0x7c3d01[_0xab4216(0x18b)]?_0x3e4818[_0x3b824c[_0xab4216(0xc7)]]=_0x186485:_0x3e4818[_0x3b824c[_0xab4216(0x17d)]]=_0x186485,_0x3e4818;}catch(_0x39c1b8){logger[_0xab4216(0x1aa)](_0xab4216(0x131)+_0x1f2a6e+_0xab4216(0x105)+_0x39c1b8);}}async[a4_0x39e32c(0x15f)](_0x833a1a,_0x116cdf){const _0x3f91a4=a4_0x39e32c;if(!this[_0x3f91a4(0x12e)]||!_0x116cdf||!_0x833a1a)return![];try{return await SessionHandler[_0x3f91a4(0xea)](_0x116cdf);}catch(_0x57266e){logger[_0x3f91a4(0x1aa)](_0x3f91a4(0xdd)+_0x833a1a+_0x3f91a4(0x105)+_0x57266e);}}[a4_0x39e32c(0x13a)](_0x3617ba){const _0x4e235d=a4_0x39e32c,_0x3f8d9c={};_0x3f8d9c[_0x4e235d(0x136)]='pending';const _0x46c143=_0x3f8d9c;return{'id':_0x3617ba[_0x4e235d(0xd3)],'text':_0x3617ba[_0x4e235d(0x1a0)],'keyword':_0x3617ba[_0x4e235d(0xb7)],'started_at':_0x3617ba['startedAt'][_0x4e235d(0xdc)](),'result':_0x46c143['zJmMN']};}['bddStepStart'](_0x504862){const _0x2c55bb=a4_0x39e32c,_0x44c7a4={'QDFxc':function(_0x129674){return _0x129674();}};!this[_0x2c55bb(0x1a6)][_0x2c55bb(0x119)]&&(this[_0x2c55bb(0x1a6)][_0x2c55bb(0x119)]=[]),!_0x504862[_0x2c55bb(0xd3)]&&(_0x504862['stepAnalyticsId']=_0x44c7a4[_0x2c55bb(0xcc)](uuidv4),_0x504862[_0x2c55bb(0xbd)]=new Date(),this[_0x2c55bb(0x1a6)]['bddSteps'][_0x2c55bb(0xc6)](this[_0x2c55bb(0x13a)](_0x504862)));}[a4_0x39e32c(0x13b)](_0x4dfaf9){const _0x598e3a=a4_0x39e32c,_0x945f53={'mcojs':function(_0x1316d0,_0x37d332){return _0x1316d0(_0x37d332);},'FtirP':_0x598e3a(0x128),'kDLHq':_0x598e3a(0xf4),'wCSbq':_0x598e3a(0x10b),'YlDkd':function(_0x51ebb7,_0x2c417c){return _0x51ebb7-_0x2c417c;}};let _0x1e2643=this[_0x598e3a(0x1a6)]['bddSteps'][_0x598e3a(0x199)](_0x59db5e=>_0x59db5e['id']===_0x4dfaf9[_0x598e3a(0xd3)]);_0x945f53[_0x598e3a(0x110)](isUndefined,_0x1e2643)&&(_0x1e2643=this[_0x598e3a(0x13a)](_0x4dfaf9)),_0x1e2643[_0x598e3a(0x197)]=[_0x945f53[_0x598e3a(0x122)],_0x945f53[_0x598e3a(0x12d)]][_0x598e3a(0xe7)](_0x4dfaf9['status'])?_0x945f53[_0x598e3a(0x1a8)]:_0x4dfaf9[_0x598e3a(0x1a7)],_0x1e2643['finished_at']=new Date()[_0x598e3a(0xdc)](),_0x1e2643[_0x598e3a(0x168)]=_0x945f53[_0x598e3a(0x151)](Date[_0x598e3a(0xce)](),_0x4dfaf9['startedAt']['getTime']()),_0x1e2643[_0x598e3a(0x191)]=_0x4dfaf9[_0x598e3a(0xf8)]?_0x4dfaf9[_0x598e3a(0xf8)][_0x598e3a(0x190)]:null;}}const a4_0x3ff260={};a4_0x3ff260['O11yHelper']=O11yHelper,a4_0x3ff260['STATE_PASSED']=STATE_PASSED,a4_0x3ff260[a4_0x39e32c(0x149)]=STATE_FAILED,a4_0x3ff260[a4_0x39e32c(0x196)]=TEST_EVENTS,module[a4_0x39e32c(0xff)]=a4_0x3ff260;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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();}
2
+ 'use strict';const a5_0x22d033=a5_0x5947;function a5_0x21d2(){const _0x353da0=['fqEio','red','accessibilityOptions','tmp','fnmoq','stepsUnknown','parallelsPerPlatform','length','stop','useW3C','BVsJl','11462688maurgh','setupTCGAuth','ObnRj','GsATb','36OIHuxr','config','bold','then','\x20undefined','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','log','turboScaleUrl','CUCUMBER','stepsAmbiguous','green','removeDir','cucumber','kkrEs','SuuWY','8858255tpwlYG','finally','GHWXN','184HijjWz','format','\x20skipped','debug','markSDKSetupComplete','xxKjG','JXdua','3271PUpBMB','nHhjJ','launchBuild','../../helpers/helper','HaeZT','crvqr','getTCGConfigFilePaths','mjCws','initialize','parseFormatters','prepareCapabilities','qzhcK','stepsUndefined','Generating\x20consolidated\x20report...','chalk','\x20pending','lhXVu','steps','join','492173PFsAoD','exitCode','stepsPassed','eJldc','7422yvuhKC','exports','AbUdj','39992100LPPGwV','stepsPending','finalExecution','mergeOutputFiles','winstonLogger','errorMessage','false','stringify','createDir','UTAqC','unlinkSync','xMhvR','testObservability','splice','scenariosFailed','1585330gxiVuj','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/BrowserStackSetup','printBuildLink','FRAMEWORKS','140vgWAmC','Removing\x20tmp\x20directory\x20created\x20for\x20reports','\x20steps','error\x20removing\x20tcg\x20config\x20file','isUndefined','\x20passed','8VNcqoQ','skipSessionName','stepsFailed','hfEAo','yellow','\x20failed','iKvGK','cwd','skipSessionStatus','TJODk','scenarios','../test-runner','MzStU','rdHpi','1000rsGXgg','testContextOptions','cucumber-js','path','push','env','../../helpers/utilities','rmdirSync','fmByM','forEach','stepsSkipped','../../helpers/testhub/testhubHandler','argv'];a5_0x21d2=function(){return _0x353da0;};return a5_0x21d2();}(function(_0x549d53,_0x4b02c4){const _0x3977e6=a5_0x5947,_0x395803=_0x549d53();while(!![]){try{const _0x3b8d2e=-parseInt(_0x3977e6(0xd1))/0x1*(-parseInt(_0x3977e6(0x113))/0x2)+-parseInt(_0x3977e6(0xe8))/0x3*(-parseInt(_0x3977e6(0xca))/0x4)+parseInt(_0x3977e6(0xfa))/0x5*(parseInt(_0x3977e6(0xb8))/0x6)+parseInt(_0x3977e6(0xc7))/0x7*(-parseInt(_0x3977e6(0x105))/0x8)+parseInt(_0x3977e6(0xb4))/0x9+-parseInt(_0x3977e6(0xff))/0xa*(-parseInt(_0x3977e6(0xe4))/0xb)+-parseInt(_0x3977e6(0xeb))/0xc;if(_0x3b8d2e===_0x4b02c4)break;else _0x395803['push'](_0x395803['shift']());}catch(_0x1616d6){_0x395803['push'](_0x395803['shift']());}}}(a5_0x21d2,0xe8cfa));function a5_0x5947(_0x40fb48,_0x405bd1){const _0x21d275=a5_0x21d2();return a5_0x5947=function(_0x5947bd,_0x31cf6b){_0x5947bd=_0x5947bd-0xa2;let _0x26cfda=_0x21d275[_0x5947bd];return _0x26cfda;},a5_0x5947(_0x40fb48,_0x405bd1);}const fs=require('fs'),path=require(a5_0x22d033(0x116)),util=require('util'),logger=require('../../helpers/logger')[a5_0x22d033(0xef)],{default:BrowserStackSetup}=require(a5_0x22d033(0xfc)),helper=require(a5_0x22d033(0xd4)),utilities=require(a5_0x22d033(0xa2)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a5_0x22d033(0x110)),TestHubHandler=require(a5_0x22d033(0xa7)),testOpsHelper=require('../../helpers/test-observability/utils'),chalk=require(a5_0x22d033(0xdf));function printCucumberStats(_0x1cad67){const _0x3d2e8f=a5_0x22d033,_0x213fb5={};_0x213fb5[_0x3d2e8f(0xf6)]=function(_0x535548,_0x4853cd){return _0x535548>_0x4853cd;},_0x213fb5[_0x3d2e8f(0xd8)]=function(_0x5f0575,_0x823a55){return _0x5f0575-_0x823a55;},_0x213fb5['TJODk']=function(_0x462d57,_0x13696d){return _0x462d57>_0x13696d;},_0x213fb5[_0x3d2e8f(0xdc)]=function(_0xab1910,_0x5e813c){return _0xab1910>_0x5e813c;},_0x213fb5[_0x3d2e8f(0x111)]=function(_0x22fb55,_0x5b288e){return _0x22fb55>_0x5b288e;},_0x213fb5[_0x3d2e8f(0x10b)]=function(_0x731866,_0x35b5f1){return _0x731866>_0x35b5f1;},_0x213fb5['fqEio']=function(_0xf808c0,_0x5a318d){return _0xf808c0>_0x5a318d;},_0x213fb5[_0x3d2e8f(0xd0)]=function(_0x246dec,_0x5dd570){return _0x246dec>_0x5dd570;},_0x213fb5['LHafE']=function(_0x29db8e,_0x1c6337){return _0x29db8e+_0x1c6337;},_0x213fb5['GHWXN']=function(_0x27cba3,_0x2c7806){return _0x27cba3+_0x2c7806;},_0x213fb5[_0x3d2e8f(0xd2)]=function(_0x3dd69d,_0x59413c){return _0x3dd69d+_0x59413c;},_0x213fb5['lhXVu']=function(_0xd11770,_0x514011){return _0xd11770+_0x514011;},_0x213fb5[_0x3d2e8f(0xd6)]=function(_0x23fa13,_0x15b6f7){return _0x23fa13+_0x15b6f7;},_0x213fb5[_0x3d2e8f(0xe7)]=function(_0x4c759f,_0x2d3903){return _0x4c759f+_0x2d3903;},_0x213fb5['ObnRj']=function(_0x147b8e,_0x4a4561){return _0x147b8e===_0x4a4561;},_0x213fb5[_0x3d2e8f(0x112)]=function(_0x4b97b9,_0x42ca66){return _0x4b97b9===_0x42ca66;},_0x213fb5[_0x3d2e8f(0xb3)]='****\x20RESULTS\x20****';const _0x5b2f37=_0x213fb5;let _0x2f5350=0x0;if(_0x5b2f37[_0x3d2e8f(0x112)](_0x1cad67['length'],0x0))return _0x2f5350;return console[_0x3d2e8f(0xbe)](chalk['bold']['bgWhite'](_0x5b2f37[_0x3d2e8f(0xb3)])),_0x1cad67[_0x3d2e8f(0xa5)](_0x24c8d1=>{const _0x4ab91a=_0x3d2e8f,_0x47ea6f=_0x24c8d1[0x0],_0x333164=_0x24c8d1[0x1];console[_0x4ab91a(0xbe)]('\x0a'+chalk['bold'][_0x4ab91a(0x109)](''+helper['getPlatformName'](_0x47ea6f)));const _0x4dc627=_0x333164[_0x4ab91a(0x10f)],_0x27ef41=_0x333164[_0x4ab91a(0xe2)],_0x47b17b=_0x333164[_0x4ab91a(0xf9)],_0x8f7420=_0x333164[_0x4ab91a(0x107)],_0x3ccebf=_0x333164[_0x4ab91a(0xe6)],_0x5cd2c4=_0x333164[_0x4ab91a(0xa6)],_0x3601da=_0x333164[_0x4ab91a(0xec)],_0x3a149e=_0x333164[_0x4ab91a(0xdd)],_0x3713b2=_0x333164[_0x4ab91a(0xae)],_0x932fab=_0x333164[_0x4ab91a(0xc1)],_0x27ea81=_0x333164['processSuccess'];let _0x1dfae1=_0x4dc627+'\x20scenarios';const _0x1f954c=_0x5b2f37[_0x4ab91a(0xf6)](_0x5b2f37[_0x4ab91a(0xd8)](_0x4dc627,_0x47b17b),0x0)?_0x5b2f37[_0x4ab91a(0xd8)](_0x4dc627,_0x47b17b):0x0;if(_0x5b2f37['xMhvR'](_0x47b17b,0x0)&&_0x5b2f37[_0x4ab91a(0x10e)](_0x1f954c,0x0))_0x1dfae1+='\x20('+chalk[_0x4ab91a(0xba)][_0x4ab91a(0xaa)](_0x47b17b+'\x20failed')+',\x20'+chalk[_0x4ab91a(0xba)][_0x4ab91a(0xc2)](_0x1f954c+_0x4ab91a(0x104))+')';else(_0x5b2f37[_0x4ab91a(0xdc)](_0x47b17b,0x0)||_0x5b2f37[_0x4ab91a(0x111)](_0x1f954c,0x0))&&(_0x1dfae1+=_0x5b2f37[_0x4ab91a(0xdc)](_0x47b17b,0x0)?'\x20('+chalk['bold'][_0x4ab91a(0xaa)](_0x47b17b+_0x4ab91a(0x10a))+')':'\x20('+chalk[_0x4ab91a(0xba)]['green'](_0x1f954c+'\x20passed')+')');const _0x469cc5=_0x27ef41+_0x4ab91a(0x101),_0x325d7e=[];_0x5b2f37[_0x4ab91a(0xdc)](_0x932fab,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk['bold'][_0x4ab91a(0xaa)](_0x932fab+'\x20ambiguous'));_0x5b2f37[_0x4ab91a(0x111)](_0x8f7420,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk[_0x4ab91a(0xba)][_0x4ab91a(0xaa)](_0x8f7420+_0x4ab91a(0x10a)));_0x5b2f37['iKvGK'](_0x3ccebf,0x0)&&_0x325d7e['push'](''+chalk[_0x4ab91a(0xba)][_0x4ab91a(0xc2)](_0x3ccebf+_0x4ab91a(0x104)));_0x5b2f37[_0x4ab91a(0xf6)](_0x3601da,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk[_0x4ab91a(0xba)][_0x4ab91a(0x109)](_0x3601da+_0x4ab91a(0xe0)));_0x5b2f37[_0x4ab91a(0xa9)](_0x5cd2c4,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk['bold']['cyan'](_0x5cd2c4+_0x4ab91a(0xcc)));_0x5b2f37[_0x4ab91a(0xd0)](_0x3a149e,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk[_0x4ab91a(0xba)][_0x4ab91a(0x109)](_0x3a149e+_0x4ab91a(0xbc)));_0x5b2f37[_0x4ab91a(0xdc)](_0x3713b2,0x0)&&_0x325d7e[_0x4ab91a(0x117)](''+chalk[_0x4ab91a(0xba)]['yellow'](_0x3713b2+_0x4ab91a(0xcc)));const _0x30e67f=_0x5b2f37['LHafE'](_0x5b2f37['LHafE'](_0x5b2f37[_0x4ab91a(0xc9)](_0x469cc5,'('),_0x325d7e['join'](',\x20')),')');console[_0x4ab91a(0xbe)](_0x5b2f37[_0x4ab91a(0xd2)](_0x5b2f37[_0x4ab91a(0xe1)](_0x5b2f37[_0x4ab91a(0xd6)](_0x5b2f37[_0x4ab91a(0xe7)]('\x0a',_0x1dfae1),'\x0a'),_0x30e67f),'\x0a')),_0x5b2f37[_0x4ab91a(0xb6)](_0x27ea81,![])&&(_0x2f5350=0x1);}),_0x2f5350;}async function run(_0x29ec16,_0x17d1bf){const _0x337d16=a5_0x22d033,_0x287f55={'SuuWY':function(_0x53b26d,_0x1f566b){return _0x53b26d(_0x1f566b);},'fnmoq':function(_0x3ed29f,_0x3df95a){return _0x3ed29f>_0x3df95a;},'GsATb':_0x337d16(0xde),'jEGiA':_0x337d16(0x100),'AbUdj':_0x337d16(0xc4),'NygRP':_0x337d16(0x102),'HaeZT':_0x337d16(0x115),'xxKjG':_0x337d16(0xac),'hfEAo':function(_0x4923f4,_0x344843){return _0x4923f4-_0x344843;},'fmByM':function(_0x12782a,_0x327b80){return _0x12782a>=_0x327b80;},'kkrEs':function(_0x31243a,_0x17ea32){return _0x31243a!=_0x17ea32;},'UQosa':_0x337d16(0xf1),'UTAqC':function(_0x5d5d44,_0x505766,_0x46d084,_0x5d730,_0x3168f8,_0x21347a){return _0x5d5d44(_0x505766,_0x46d084,_0x5d730,_0x3168f8,_0x21347a);}},_0x3a402e=new BrowserStackSetup(_0x29ec16,_0x287f55[_0x337d16(0xd5)]);await _0x3a402e[_0x337d16(0xd9)]();!helper['isBrowserstackInfra']()&&await _0x3a402e[_0x337d16(0xb5)]();await helper['handleApp'](_0x3a402e[_0x337d16(0xb9)]);const _0x1ed65e=helper[_0x337d16(0xb2)](_0x3a402e[_0x337d16(0xb9)]),_0x22bd7a=helper[_0x337d16(0xdb)](_0x3a402e['config'],_0x1ed65e,constants[_0x337d16(0xfe)][_0x337d16(0xc0)]);if(!_0x3a402e[_0x337d16(0xb9)])return;const _0x52e678=_0x3a402e[_0x337d16(0xb9)][_0x337d16(0xaf)]||helper['getUserWorkerCount'](_0x29ec16,_0x17d1bf,_0x3a402e[_0x337d16(0xb9)],constants[_0x337d16(0xfe)][_0x337d16(0xc0)])||0x1,_0xcc26ed={'server':helper['getHubUrl'](_0x3a402e[_0x337d16(0xb9)]),'proxySettings':_0x3a402e[_0x337d16(0xb9)]['proxySettings'],'maxWorkers':_0x52e678,'browserStackLogLevel':_0x3a402e[_0x337d16(0xb9)]['logLevel'],'skipSessionName':_0x3a402e[_0x337d16(0xb9)][_0x337d16(0x114)][_0x337d16(0x106)],'skipSessionStatus':_0x3a402e[_0x337d16(0xb9)][_0x337d16(0x114)][_0x337d16(0x10d)],'turboScaleUrl':_0x3a402e['config'][_0x337d16(0xbf)]},_0x460b78=process[_0x337d16(0xa8)],[_0x3ff2f1,_0x1ed960]=helper[_0x337d16(0xda)](_0x460b78),_0x47cf75=path[_0x337d16(0xe3)](process[_0x337d16(0x10c)](),_0x287f55[_0x337d16(0xcf)]);if(_0x287f55[_0x337d16(0xad)](_0x1ed960[_0x337d16(0xb0)],0x0)){helper[_0x337d16(0xf3)](_0x47cf75);for(let _0x5439fe=_0x287f55[_0x337d16(0x108)](_0x3ff2f1[_0x337d16(0xb0)],0x1);_0x287f55[_0x337d16(0xa4)](_0x5439fe,0x0);_0x5439fe--){_0x460b78[_0x337d16(0xf8)](_0x3ff2f1[_0x5439fe],0x2);}}!helper[_0x337d16(0x103)](_0x3a402e['config'][_0x337d16(0xab)])&&(process[_0x337d16(0x118)][_0x337d16(0xfb)]=JSON[_0x337d16(0xf2)](_0x3a402e['config'][_0x337d16(0xab)]));_0x287f55[_0x337d16(0xc5)](_0x3a402e[_0x337d16(0xb9)][_0x337d16(0xf7)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3a402e[_0x337d16(0xb9)][_0x337d16(0xf7)]:process[_0x337d16(0x118)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x287f55['UQosa'];const _0x5d3f4d=await TestHubHandler[_0x337d16(0xd3)](constants[_0x337d16(0xfe)][_0x337d16(0xc0)],_0x3a402e);helper[_0x337d16(0xce)]();let _0x1b3dcb;_0x287f55[_0x337d16(0xf4)](parallelCucumberRun,_0x22bd7a,_0xcc26ed,_0x3a402e[_0x337d16(0xb9)],_0x460b78,_0x1ed960)[_0x337d16(0xbb)](async _0xf39d6f=>{const _0x30769a=_0x337d16;_0x1b3dcb=_0xf39d6f;const _0x4c34ed=_0x287f55[_0x30769a(0xc6)](printCucumberStats,_0xf39d6f);process[_0x30769a(0xe5)]=_0x4c34ed,_0x287f55['fnmoq'](_0x1ed960['length'],0x0)&&(logger[_0x30769a(0xcd)](_0x287f55[_0x30769a(0xb7)]),helper[_0x30769a(0xee)](_0x47cf75,_0x1ed960),logger[_0x30769a(0xcd)](_0x287f55['jEGiA']),helper[_0x30769a(0xc3)](_0x47cf75));})[_0x337d16(0xc8)](async()=>{const _0x3ce6c0=_0x337d16;_0x3a402e[_0x3ce6c0(0xf0)]=helper['getErrorMessageFromResults'](_0x1b3dcb,_0x287f55[_0x3ce6c0(0xea)]),testOpsHelper[_0x3ce6c0(0xfd)]();try{await TestHubHandler[_0x3ce6c0(0xb1)]();}catch(_0x4812ad){logger[_0x3ce6c0(0xcd)](_0x3ce6c0(0xbd)+util[_0x3ce6c0(0xcb)](_0x4812ad));}try{const {browserstackFolderPath:_0x19f6de,tcgConfigPath:_0x264241}=helper[_0x3ce6c0(0xd7)]();fs[_0x3ce6c0(0xf5)](_0x264241),fs[_0x3ce6c0(0xa3)](_0x19f6de);}catch(_0x4f662e){logger[_0x3ce6c0(0xcd)](_0x287f55['NygRP'],_0x4f662e);}await utilities[_0x3ce6c0(0xed)](_0x3a402e);});}module[a5_0x22d033(0xe9)]=run;