browserstack-node-sdk 1.34.29 → 1.34.31

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 (129) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/central-scanner/constants.js +1 -1
  101. package/src/helpers/central-scanner/helpers.js +1 -1
  102. package/src/helpers/globals.js +1 -1
  103. package/src/helpers/helper.js +1 -1
  104. package/src/helpers/logger.js +1 -1
  105. package/src/helpers/patchHelper.js +1 -1
  106. package/src/helpers/patchHelpers.js +1 -1
  107. package/src/helpers/percy/Percy.js +1 -1
  108. package/src/helpers/percy/PercyBinary.js +1 -1
  109. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  110. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  111. package/src/helpers/percy/PercySDK.js +1 -1
  112. package/src/helpers/percy/index.js +1 -1
  113. package/src/helpers/percy/utils.js +1 -1
  114. package/src/helpers/performance-tester.js +1 -1
  115. package/src/helpers/request-spy.js +1 -1
  116. package/src/helpers/setKeepAlive.js +1 -1
  117. package/src/helpers/test-observability/constants.js +1 -1
  118. package/src/helpers/test-observability/error-handler.js +1 -1
  119. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  120. package/src/helpers/test-observability/sessionHandler.js +1 -1
  121. package/src/helpers/test-observability/utils.js +1 -1
  122. package/src/helpers/testhub/constants.js +1 -1
  123. package/src/helpers/testhub/testhubHandler.js +1 -1
  124. package/src/helpers/testhub/utils.js +1 -1
  125. package/src/helpers/timeoutPromise.js +1 -1
  126. package/src/helpers/utilities.js +1 -1
  127. package/src/helpers/w3cMapping.js +1 -1
  128. package/src/hubAllocationMethods.js +1 -1
  129. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a37_0x5d1336=a37_0x1ee8;(function(_0x2c6c1a,_0xf98bc3){const _0x48c925=a37_0x1ee8,_0x288ea8=_0x2c6c1a();while(!![]){try{const _0x59238d=-parseInt(_0x48c925(0x16d))/0x1*(parseInt(_0x48c925(0x10f))/0x2)+parseInt(_0x48c925(0x140))/0x3*(parseInt(_0x48c925(0xe6))/0x4)+parseInt(_0x48c925(0x166))/0x5+-parseInt(_0x48c925(0xb9))/0x6+parseInt(_0x48c925(0x17e))/0x7+-parseInt(_0x48c925(0x160))/0x8+-parseInt(_0x48c925(0x1a7))/0x9;if(_0x59238d===_0xf98bc3)break;else _0x288ea8['push'](_0x288ea8['shift']());}catch(_0x1b9475){_0x288ea8['push'](_0x288ea8['shift']());}}}(a37_0x19bf,0xd2b01));const path=require(a37_0x5d1336(0x85)),url=require(a37_0x5d1336(0x148)),fs=require('fs'),util=require(a37_0x5d1336(0x1be)),os=require('os'),{requirePWModule,resolveModule,playwrightSetSessionName,playwrightMarkSessionStatus,isFalse,isUndefined,getPlaywrightLibPath,nestedKeyValue,importFileFromPWCore,parseWSEndpoint,promiseTimeout}=require(a37_0x5d1336(0x169)),PlaywrightSessionDetails=require(a37_0x5d1336(0x186)),logger=require('../../helpers/logger')[a37_0x5d1336(0x162)],{mockContextNewPage}=require(a37_0x5d1336(0x15b)),helper=require(a37_0x5d1336(0x169)),a37_0x51e55b={};a37_0x51e55b[a37_0x5d1336(0xf3)]=process[a37_0x5d1336(0xc0)][a37_0x5d1336(0x191)],helper[a37_0x5d1336(0x18c)](a37_0x51e55b,new Map(),new Map());function a37_0x1ee8(_0x2b550e,_0x22f708){const _0x19bfb9=a37_0x19bf();return a37_0x1ee8=function(_0x1ee863,_0x3b78ba){_0x1ee863=_0x1ee863-0x7d;let _0xbb1ba8=_0x19bfb9[_0x1ee863];return _0xbb1ba8;},a37_0x1ee8(_0x2b550e,_0x22f708);}const processRunner=requirePWModule[a37_0x5d1336(0xbe)](null,getPlaywrightLibPath(a37_0x5d1336(0xd1))),{debug,getPlatformDetails,isTestObservabilitySession,trace}=require(a37_0x5d1336(0x11b)),base=requirePWModule['apply'](null,[a37_0x5d1336(0x1c2),a37_0x5d1336(0xd3)]),MyReporter=require(a37_0x5d1336(0x126)),requestSpy=require(a37_0x5d1336(0x194)),RequestQueueHandler=require(a37_0x5d1336(0x116)),TestDetails=require(a37_0x5d1336(0x1a8)),{o11yErrorHandler}=require(a37_0x5d1336(0xd0)),PerformanceTester=require(a37_0x5d1336(0x199)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a37_0x5d1336(0x18d)),testHubConstants=require(a37_0x5d1336(0x115));PlaywrightSessionDetails[a37_0x5d1336(0xf9)]();const a37_0xc3675b={};a37_0xc3675b['workerInfo']=undefined,a37_0xc3675b[a37_0x5d1336(0x1b7)]={},a37_0xc3675b[a37_0x5d1336(0x7f)]=![],a37_0xc3675b['pwPage']=null,a37_0xc3675b[a37_0x5d1336(0x1a0)]=![],a37_0xc3675b[a37_0x5d1336(0x1b7)]['id']=undefined,a37_0xc3675b[a37_0x5d1336(0x1b7)][a37_0x5d1336(0x18b)]=undefined;const workerDetails=a37_0xc3675b;global[a37_0x5d1336(0x13d)]=workerDetails;const logPatcher=require(a37_0x5d1336(0x9c)),BSTestOpsPatcher=new logPatcher({}),{consoleHolder}=require('../../helpers/test-observability/constants'),Constants=require(a37_0x5d1336(0x107)),scripts=require('../../helpers/accessibility-automation/scripts'),{patchConsoleLogger}=require(a37_0x5d1336(0x11b));patchConsoleLogger();const getCBTInfo=()=>{const _0x4e50e1=a37_0x5d1336,_0x4d7e7b=PlaywrightSessionDetails['getDetails'](),_0x28be63={[_0x4d7e7b[_0x4e50e1(0x1b3)]]:{'browser':_0x4d7e7b[_0x4e50e1(0x8b)],'browser_version':_0x4d7e7b[_0x4e50e1(0xf4)],'capabilities':_0x4d7e7b[_0x4e50e1(0x165)],'platform':_0x4d7e7b[_0x4e50e1(0x14a)],'platform_version':_0x4d7e7b['platform_version'],'product':_0x4d7e7b[_0x4e50e1(0x9a)],'session_id':_0x4d7e7b[_0x4e50e1(0x120)]}};return _0x28be63;},sendCBTInfo=async _0x5380f7=>{const _0x28c7e0=a37_0x5d1336,_0x5a62d3={'HqKZB':function(_0x3087fb,_0x4ed867){return _0x3087fb(_0x4ed867);},'lulAD':function(_0x5e96ae,_0x184277,_0x4483ee){return _0x5e96ae(_0x184277,_0x4483ee);},'DSYIV':'currentTest','BEJjt':_0x28c7e0(0x18b),'OypIt':function(_0x2b7498){return _0x2b7498();},'fHgWB':function(_0x2ccf8e,_0x5356a4){return _0x2ccf8e!==_0x5356a4;},'RqRpk':_0x28c7e0(0x134),'WhVWf':function(_0x40fa5e){return _0x40fa5e();}};try{_0x5a62d3[_0x28c7e0(0xeb)](trace,'Sending\x20session\x20details\x20at\x20'+_0x5380f7);if(_0x5a62d3[_0x28c7e0(0x19e)](nestedKeyValue,workerDetails,[_0x5a62d3[_0x28c7e0(0xdd)],_0x5a62d3[_0x28c7e0(0x195)]])){const _0x3d8758=_0x5a62d3['OypIt'](getCBTInfo);_0x5a62d3[_0x28c7e0(0xc9)](Object[_0x28c7e0(0x93)](_0x3d8758)[0x0],_0x5a62d3[_0x28c7e0(0xc3)])&&await MyReporter[_0x28c7e0(0x12e)](TestDetails[_0x28c7e0(0x182)](workerDetails['currentTest'][_0x28c7e0(0x18b)]),_0x5a62d3[_0x28c7e0(0x119)](getCBTInfo));}}catch(_0x32b90c){_0x5a62d3[_0x28c7e0(0xeb)](debug,_0x28c7e0(0xe4)+_0x5380f7+'\x20'+util[_0x28c7e0(0x13f)](_0x32b90c));}},mockRequests=()=>{const _0x700855=a37_0x5d1336,_0x2c5079={'XFkqB':function(_0x4e1e4f,_0x2bf8a7){return _0x4e1e4f===_0x2bf8a7;},'Xfycr':'X-BSTACK-TESTOPS','bkdXu':_0x700855(0xa0),'OdOPp':'HTTP','QvujF':function(_0x39df07,_0x3508d1,_0x549f5f){return _0x39df07(_0x3508d1,_0x549f5f);},'BJruC':_0x700855(0x117)};requestSpy[_0x700855(0x181)](_0x2c5079[_0x700855(0x192)](o11yErrorHandler,async function _0x5b28de(_0x47eb28,_0x5e9c99){const _0x2e5135=_0x700855;_0x5e9c99&&!(_0x5e9c99['headers']&&_0x2c5079['XFkqB'](_0x5e9c99['headers'][_0x2c5079[_0x2e5135(0x1c3)]],_0x2c5079[_0x2e5135(0x9d)]))&&(_0x5e9c99['host']=_0x5e9c99[_0x2e5135(0x158)],delete _0x5e9c99[_0x2e5135(0x158)],workerDetails[_0x2e5135(0x1b7)]['id']&&await MyReporter[_0x2e5135(0xdb)](TestDetails[_0x2e5135(0x182)](workerDetails[_0x2e5135(0x1b7)][_0x2e5135(0x18b)]),{'timestamp':new Date()[_0x2e5135(0x172)](),'level':null,'message':null,'kind':_0x2c5079[_0x2e5135(0x193)],'http_response':_0x5e9c99}));},_0x2c5079['BJruC']));},processPageScreenshot=async function processPageScreenshot(_0x1e4da7,_0x8de153){const _0x3719a0=a37_0x5d1336,_0x464753={};_0x464753[_0x3719a0(0x177)]=_0x3719a0(0xea);const _0x59515c=_0x464753;await MyReporter[_0x3719a0(0xdb)](TestDetails[_0x3719a0(0x182)](_0x8de153),{'timestamp':new Date()['toISOString'](),'kind':_0x59515c['dUuiS'],'message':_0x1e4da7});},mockPageScreenshot=o11yErrorHandler(function mockPageScreenshot(){const _0x16f5ff=a37_0x5d1336,_0x2a9bd8={'qYapF':function(_0x35ac7d,_0x4ab3d6,_0x1a4ad7){return _0x35ac7d(_0x4ab3d6,_0x1a4ad7);},'PqYwn':_0x16f5ff(0x14b),'EloQt':function(_0x20593a,_0xbf4947){return _0x20593a(_0xbf4947);},'cpinW':'[Screenshot]\x20No\x20current\x20test\x20found','hObXP':_0x16f5ff(0xc5),'vpDYi':_0x16f5ff(0x180),'BxEEu':_0x16f5ff(0xe2),'HkiTU':function(_0x3930da,_0x4c2638){return _0x3930da(_0x4c2638);},'GmhTU':function(_0x19ea1c,_0x5aedb3){return _0x19ea1c(_0x5aedb3);},'GCMGD':'Not\x20able\x20to\x20import\x20Page','ZedaA':_0x16f5ff(0x142)},_0x4f298a=path[_0x16f5ff(0xe9)](_0x2a9bd8[_0x16f5ff(0x118)],_0x2a9bd8[_0x16f5ff(0xcc)],_0x2a9bd8[_0x16f5ff(0x1cb)]),_0x2ef1ea=_0x2a9bd8[_0x16f5ff(0xae)](importFileFromPWCore,_0x4f298a);if(!_0x2ef1ea){_0x2a9bd8['GmhTU'](debug,_0x2a9bd8[_0x16f5ff(0x163)]);return;}const _0x181381=_0x2ef1ea[_0x16f5ff(0x1aa)];if(!_0x181381)return;const _0x19b371=_0x181381[_0x16f5ff(0x1ac)];if(_0x19b371[_0x16f5ff(0x9b)])return;const _0xcf3967=_0x19b371[_0x16f5ff(0x142)];Object[_0x16f5ff(0x15d)](_0x19b371,_0x2a9bd8[_0x16f5ff(0xab)],{'get':function(){const _0xf9771f=_0x16f5ff,_0x11e331={'IpPSi':function(_0x3f9ccd,_0x53f9ff,_0xc1dd4c){const _0x4766a6=a37_0x1ee8;return _0x2a9bd8[_0x4766a6(0x87)](_0x3f9ccd,_0x53f9ff,_0xc1dd4c);},'vEvik':_0x2a9bd8[_0xf9771f(0x97)],'bKzsQ':function(_0x3e74d0,_0x5ad798,_0x434e96){const _0x5b2530=_0xf9771f;return _0x2a9bd8[_0x5b2530(0x87)](_0x3e74d0,_0x5ad798,_0x434e96);},'wsRGu':function(_0x285ef9,_0x1ba004){const _0x8e9fa9=_0xf9771f;return _0x2a9bd8[_0x8e9fa9(0x90)](_0x285ef9,_0x1ba004);},'Yolua':_0x2a9bd8['cpinW']};return async function _0x3aee75(_0x451c82){const _0x5ffc49=_0xf9771f;if(!workerDetails[_0x5ffc49(0x1b7)]['testInfo'])return _0x11e331[_0x5ffc49(0xb0)](debug,_0x11e331[_0x5ffc49(0x11a)]),_0xcf3967[_0x5ffc49(0xbe)](this,arguments);if(!_0x451c82||!_0x451c82[_0x5ffc49(0x85)])return _0xcf3967[_0x5ffc49(0xbe)](this,arguments)[_0x5ffc49(0x153)](_0xa1ddbd=>{const _0x564670=_0x5ffc49;return _0x11e331[_0x564670(0x150)](processPageScreenshot,_0xa1ddbd['toString'](_0x11e331[_0x564670(0x127)]),workerDetails[_0x564670(0x1b7)][_0x564670(0x18b)]),_0xa1ddbd;});const _0x5d2d27=path[_0x5ffc49(0xe9)](process[_0x5ffc49(0x14c)](),_0x451c82[_0x5ffc49(0x85)]);return _0xcf3967['apply'](this,arguments)[_0x5ffc49(0x153)](_0x5ca798=>{const _0x39b9ae=_0x5ffc49;return _0x11e331[_0x39b9ae(0x86)](processPageScreenshot,fs[_0x39b9ae(0x10b)](_0x5d2d27,{'encoding':_0x11e331[_0x39b9ae(0x127)]}),workerDetails['currentTest'][_0x39b9ae(0x18b)]),_0x5ca798;});};}}),_0x19b371[_0x16f5ff(0x9b)]=!![];},a37_0x5d1336(0xe1)),sendTestLog=o11yErrorHandler(async function sendTestLog(_0x505757){const _0x1ac92a=a37_0x5d1336,_0x21a066=workerDetails[_0x1ac92a(0x1b7)][_0x1ac92a(0x18b)];if(!_0x21a066)return;await MyReporter[_0x1ac92a(0xdb)](TestDetails['getTestRunIdFromTestInfo'](_0x21a066),_0x505757);},a37_0x5d1336(0x17f)),registerListeners=()=>{const _0xc1000b=a37_0x5d1336;process[_0xc1000b(0x1b6)](_0xc1000b(0x1bc)+process['pid']),process['on'](_0xc1000b(0x1bc)+process['pid'],sendTestLog),PerformanceTester['startMonitoring']();},mockAndroidClose=()=>{const _0x3b51e9=a37_0x5d1336,_0x223bd6={'ppUvT':'passed','awGdm':_0x3b51e9(0xe0),'RhJbb':'timedOut','PuxST':_0x3b51e9(0x123),'iajwC':function(_0x465e56,_0x50abe9,_0xadde92){return _0x465e56(_0x50abe9,_0xadde92);},'ZOOaf':_0x3b51e9(0x1b7),'ECfAT':_0x3b51e9(0x14e),'hJbLC':_0x3b51e9(0xc5),'UCNyq':_0x3b51e9(0x180),'jCeIh':_0x3b51e9(0x128),'LoUdj':function(_0x6a81d4,_0x270abf){return _0x6a81d4(_0x270abf);},'DenKg':_0x3b51e9(0xa9),'eGhzn':_0x3b51e9(0xfc),'pGFfz':_0x3b51e9(0x197)},_0x3a3b35=path['join'](_0x223bd6['hJbLC'],_0x223bd6[_0x3b51e9(0xb3)],_0x223bd6[_0x3b51e9(0x17d)]),_0x20c790=_0x223bd6['LoUdj'](importFileFromPWCore,_0x3a3b35);if(!_0x20c790){logger[_0x3b51e9(0x1c0)](_0x223bd6[_0x3b51e9(0x131)]);return;}const _0x3715d4=_0x20c790[_0x3b51e9(0x10e)],_0x2b38c5=_0x3715d4[_0x3b51e9(0x1ac)],_0x30f396=_0x2b38c5['close'];Object[_0x3b51e9(0x15d)](_0x2b38c5,_0x223bd6[_0x3b51e9(0x1a5)],{'get':function(){const _0x4f0b26=_0x3b51e9,_0x1a057f={'rswAH':_0x223bd6['ppUvT'],'zUpCJ':_0x223bd6[_0x4f0b26(0x88)],'IgZKo':_0x223bd6[_0x4f0b26(0x19b)],'dYRtc':_0x223bd6[_0x4f0b26(0x167)],'TgaOc':function(_0x1205e5,_0x33ebf6,_0x3a58cb){const _0x5d1bde=_0x4f0b26;return _0x223bd6[_0x5d1bde(0xee)](_0x1205e5,_0x33ebf6,_0x3a58cb);},'sOIHZ':_0x223bd6[_0x4f0b26(0xa2)],'OxDpb':_0x223bd6[_0x4f0b26(0x19a)],'Ogdmq':_0x223bd6[_0x4f0b26(0x100)],'ySmgJ':_0x223bd6['UCNyq'],'CGsuC':_0x223bd6[_0x4f0b26(0xca)],'cblSj':function(_0x3f8ab1,_0x2278e3){const _0x37d9af=_0x4f0b26;return _0x223bd6[_0x37d9af(0x1d5)](_0x3f8ab1,_0x2278e3);}};return async function _0x1ab9a2(){const _0x324b12=_0x4f0b26,_0x52d086={'gikCm':_0x1a057f['rswAH'],'IdHkL':_0x1a057f[_0x324b12(0x1a4)],'zoGiA':_0x1a057f[_0x324b12(0x1c7)],'KUupP':_0x1a057f[_0x324b12(0x1ce)],'gGVlc':function(_0x91130f,_0x4a3267,_0x28faec){return _0x1a057f['TgaOc'](_0x91130f,_0x4a3267,_0x28faec);},'vIoQY':_0x1a057f[_0x324b12(0xce)],'WMDKA':_0x1a057f[_0x324b12(0xbd)],'CqPee':_0x1a057f[_0x324b12(0x1af)],'UTCse':_0x1a057f[_0x324b12(0x99)],'RHvUi':_0x1a057f['CGsuC'],'klWMM':function(_0xc9100c,_0x319f55){const _0xbfc9e0=_0x324b12;return _0x1a057f[_0xbfc9e0(0x1c8)](_0xc9100c,_0x319f55);}};return _0x30f396[_0x324b12(0xbe)](this,arguments)[_0x324b12(0x153)](async()=>{const _0x681b2=_0x324b12;try{if([_0x52d086['gikCm'],_0x52d086['IdHkL'],_0x52d086[_0x681b2(0xb5)],_0x52d086[_0x681b2(0x152)]][_0x681b2(0x12a)](_0x52d086[_0x681b2(0x176)](nestedKeyValue,workerDetails,[_0x52d086[_0x681b2(0xd6)],_0x52d086[_0x681b2(0xd4)]]))){const _0x106e08=path[_0x681b2(0xe9)](_0x52d086[_0x681b2(0xef)],_0x52d086[_0x681b2(0x1d1)],_0x52d086[_0x681b2(0x16b)]),_0x90d9e9=_0x52d086[_0x681b2(0x105)](importFileFromPWCore,_0x106e08);await _0x52d086['gGVlc'](promiseTimeout,new Promise(_0x255b39=>this['once'](_0x90d9e9['Events'][_0x681b2(0xe5)]['Disconnected'],_0x255b39)),0x7530);}}catch(_0x2a7f08){logger['debug'](_0x681b2(0x10c)+_0x2a7f08);}});};}});},mockBrowserType=()=>{const _0x3cef9d=a37_0x5d1336,_0x4cc416={'lsCNv':function(_0x45627c,_0x5361ec){return _0x45627c>_0x5361ec;},'SftRi':_0x3cef9d(0x84),'AKPhm':'use','nONJN':function(_0x528438,_0x366a3f){return _0x528438(_0x366a3f);},'YzZWk':_0x3cef9d(0xfb),'wIgTU':_0x3cef9d(0x110),'zkRhc':function(_0x5e4cc3,_0x21a429){return _0x5e4cc3===_0x21a429;},'rzWMo':_0x3cef9d(0x19f),'YJUQo':_0x3cef9d(0x8f),'nXELr':function(_0x2c3d16,_0x2b045b,_0x210b0c){return _0x2c3d16(_0x2b045b,_0x210b0c);},'nniOm':_0x3cef9d(0x147),'utgqH':_0x3cef9d(0x1b7),'Ycywy':_0x3cef9d(0x18b),'IitFH':'platformCaps','mGbQC':function(_0x3e35e1){return _0x3e35e1();},'Deaxm':_0x3cef9d(0x18f),'LhQGH':function(_0x4a9325,_0x120774){return _0x4a9325(_0x120774);},'krMDA':_0x3cef9d(0x175),'AZOdE':'connectOptions','sYzGg':function(_0x10858d,_0xf1f8d6,_0x14bbef){return _0x10858d(_0xf1f8d6,_0x14bbef);},'UopQd':function(_0x2a8321){return _0x2a8321();},'zgjxk':function(_0x25409b,_0x3964ee){return _0x25409b(_0x3964ee);},'Miuha':function(_0x403646,_0x51ff11){return _0x403646(_0x51ff11);},'KUREp':function(_0x427c8a,_0x1a287d){return _0x427c8a(_0x1a287d);},'BdZLK':_0x3cef9d(0x7d),'bxWVD':'launch','KMHsP':_0x3cef9d(0xc5),'koiwm':_0x3cef9d(0x180),'NTHDU':_0x3cef9d(0x1ba),'ySgTE':function(_0x30bc6d,_0x151ea0){return _0x30bc6d(_0x151ea0);},'EnSZE':function(_0x589666,_0x359216){return _0x589666(_0x359216);},'qcVdr':_0x3cef9d(0x190)},_0x5864a5=path[_0x3cef9d(0xe9)](_0x4cc416['KMHsP'],_0x4cc416[_0x3cef9d(0x103)],_0x4cc416[_0x3cef9d(0x151)]),_0x1b72a1=_0x4cc416[_0x3cef9d(0x143)](importFileFromPWCore,_0x5864a5);if(!_0x1b72a1){_0x4cc416[_0x3cef9d(0x171)](debug,_0x4cc416[_0x3cef9d(0x13c)]);return;}const _0x5ae426=_0x1b72a1[_0x3cef9d(0x1b1)],_0x1f07ea=_0x5ae426[_0x3cef9d(0x1ac)];if(_0x1f07ea[_0x3cef9d(0xfd)])return;const _0x1f172b=_0x1f07ea[_0x3cef9d(0x8f)];Object['defineProperty'](_0x1f07ea,_0x4cc416[_0x3cef9d(0xc2)],{'get':function(){return async function _0x5d5ad1(_0x4e7c09,_0x29ef07){const _0x4d2189=a37_0x1ee8,_0x308c67={'BHiys':function(_0xa4d3e3,_0x18d9df){const _0x376a8b=a37_0x1ee8;return _0x4cc416[_0x376a8b(0x1c1)](_0xa4d3e3,_0x18d9df);},'QGPwy':_0x4cc416['SftRi'],'VDYsK':_0x4cc416[_0x4d2189(0xa8)],'OLXMj':function(_0x39d46c,_0x5dac72){const _0x554b45=_0x4d2189;return _0x4cc416[_0x554b45(0x1a6)](_0x39d46c,_0x5dac72);},'paXjK':_0x4cc416[_0x4d2189(0x178)],'DdjZd':function(_0x2c7351,_0x55c083){return _0x4cc416['nONJN'](_0x2c7351,_0x55c083);},'ZTIVe':_0x4cc416['wIgTU'],'intyk':function(_0x3d8118,_0x437599){const _0x7ecdc5=_0x4d2189;return _0x4cc416[_0x7ecdc5(0xf6)](_0x3d8118,_0x437599);},'SIkYQ':_0x4cc416['rzWMo'],'ZsEsz':_0x4cc416[_0x4d2189(0xc2)]},_0x4dbce2=_0x4cc416['nXELr'](nestedKeyValue,_0x4e7c09,[_0x4cc416['nniOm']])||_0x4e7c09,_0x54fd6e=_0x4cc416[_0x4d2189(0x188)](nestedKeyValue,workerDetails,[_0x4cc416[_0x4d2189(0x125)],_0x4cc416['Ycywy'],_0x4cc416[_0x4d2189(0x157)],_0x4cc416[_0x4d2189(0xa8)],_0x4cc416[_0x4d2189(0x92)]]);let _0x4be588=null,_0x421244=null;try{[_0x421244,_0x4be588]=_0x4dbce2?_0x4cc416[_0x4d2189(0x1a6)](parseWSEndpoint,_0x4dbce2):[null,null],global['__platformCaps']=_0x54fd6e;}catch(_0x23b5c9){logger[_0x4d2189(0x1c0)]('Failed\x20to\x20parse\x20wsendpoint\x20'+_0x4dbce2+'\x20'+_0x23b5c9);}try{if(_0x4be588&&_0x4be588[_0x4d2189(0x145)]||_0x4be588[_0x4d2189(0x106)])return _0x4cc416[_0x4d2189(0x1b8)](isAccessibilityAutomationSession)&&logger[_0x4d2189(0x1c5)](_0x4cc416['Deaxm']),base[_0x4d2189(0x114)][_0x4d2189(0x8f)][_0x4d2189(0xbe)](this,[_0x4dbce2])['then'](async _0x2cf74d=>{const _0x27de33=_0x4d2189,_0x278052={'jahfl':function(_0x1ad5d9,_0x330c77){const _0x247dd1=a37_0x1ee8;return _0x308c67[_0x247dd1(0xbb)](_0x1ad5d9,_0x330c77);},'ZrDSU':_0x308c67['QGPwy'],'YWIJo':_0x308c67[_0x27de33(0x164)]},_0x27841e=workerDetails[_0x27de33(0x1b7)][_0x27de33(0x18b)]||workerDetails[_0x27de33(0x175)];_0x2cf74d[_0x27de33(0x11c)]=function(){const _0x411631=_0x27de33;return _0x278052[_0x411631(0x18e)](arguments[_0x411631(0x15f)],0x0)&&(arguments[0x0]=Object['assign'](arguments[0x0],helper['nestedKeyValue'](_0x27841e,[_0x278052['ZrDSU'],_0x278052[_0x411631(0xc6)]])||{})),_0x2cf74d[_0x411631(0x155)][_0x411631(0xbe)](this,arguments);};if(!_0x27841e)return _0x308c67[_0x27de33(0x183)](debug,_0x308c67[_0x27de33(0xaa)]),_0x2cf74d;return PlaywrightSessionDetails[_0x27de33(0x81)](_0x2cf74d,_0x27841e),await _0x308c67['DdjZd'](sendCBTInfo,_0x308c67[_0x27de33(0x189)]),_0x2cf74d;});}catch(_0x4501a7){logger[_0x4d2189(0x1c0)](_0x4d2189(0xc1)+_0x4501a7);}AccessibilityHelper[_0x4d2189(0x13e)](_0x4be588,_0x421244,workerDetails);if(global[_0x4d2189(0x80)])return await _0x1f07ea[_0x4d2189(0xdf)]['apply'](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x4cc416['LhQGH'](encodeURIComponent,JSON['stringify'](_0x4be588))]);return _0x1f172b['apply'](this,[helper[_0x4d2189(0x1c9)](workerDetails,[_0x4cc416[_0x4d2189(0x174)],_0x4cc416[_0x4d2189(0x157)],_0x4cc416[_0x4d2189(0xa8)],_0x4cc416[_0x4d2189(0x1b4)],_0x4cc416[_0x4d2189(0x1cc)]])])[_0x4d2189(0x153)](async _0x4e841c=>{const _0x93811d=_0x4d2189,_0x1b369e=workerDetails[_0x93811d(0x1b7)][_0x93811d(0x18b)]||workerDetails[_0x93811d(0x175)];if(!_0x1b369e)return _0x308c67[_0x93811d(0x17c)](debug,_0x308c67[_0x93811d(0xaa)]),_0x4e841c;let _0x1d559a=_0x4e7c09[_0x93811d(0x147)];return _0x308c67['intyk'](typeof _0x4e7c09,_0x308c67['SIkYQ'])&&(_0x1d559a=_0x4e7c09),PlaywrightSessionDetails[_0x93811d(0x81)](_0x4e841c,_0x1b369e,_0x1d559a),await _0x308c67[_0x93811d(0x17c)](sendCBTInfo,_0x308c67[_0x93811d(0x1cd)]),_0x4e841c;});};}});const _0x21da07=_0x1f07ea['launch'];Object[_0x3cef9d(0x15d)](_0x1f07ea,_0x4cc416[_0x3cef9d(0xad)],{'get':function(){const _0xe5589b=_0x3cef9d,_0xc30011={'qXKKS':_0x4cc416['SftRi'],'mVwaX':_0x4cc416[_0xe5589b(0xa8)],'bOjLU':function(_0x2786e9,_0x4ab4b6){const _0x275261=_0xe5589b;return _0x4cc416[_0x275261(0xb7)](_0x2786e9,_0x4ab4b6);},'eyLqt':_0x4cc416['YzZWk'],'hrbGC':function(_0x17284f,_0x43a738){return _0x4cc416['KUREp'](_0x17284f,_0x43a738);},'Xjxff':_0x4cc416[_0xe5589b(0x8e)],'ElXwY':_0x4cc416['bxWVD']};return async function _0x18a6f0(..._0x19d7a6){const _0x363ff2=_0xe5589b,_0x1fd60b=_0x4cc416[_0x363ff2(0x136)](nestedKeyValue,workerDetails,[_0x4cc416[_0x363ff2(0x125)],_0x4cc416[_0x363ff2(0xf0)],_0x4cc416[_0x363ff2(0x157)],_0x4cc416['AKPhm'],_0x4cc416[_0x363ff2(0x1b4)],_0x4cc416['nniOm']]),_0x15c6c0=_0x4cc416[_0x363ff2(0x188)](nestedKeyValue,workerDetails,[_0x4cc416[_0x363ff2(0x125)],_0x4cc416[_0x363ff2(0xf0)],_0x4cc416[_0x363ff2(0x157)],_0x4cc416[_0x363ff2(0xa8)],_0x4cc416[_0x363ff2(0x92)]]);let _0x388ce8=null,_0x43529b=null;try{[_0x43529b,_0x388ce8]=_0x1fd60b?_0x4cc416[_0x363ff2(0x17a)](parseWSEndpoint,_0x1fd60b):[null,null],global[_0x363ff2(0x1d4)]=_0x15c6c0;}catch(_0xbe1c05){logger[_0x363ff2(0x1c0)](_0x363ff2(0xd7)+_0x1fd60b+'\x20'+_0xbe1c05);}try{if(_0x388ce8&&_0x388ce8[_0x363ff2(0x145)]||_0x388ce8[_0x363ff2(0x106)])return _0x4cc416[_0x363ff2(0x82)](isAccessibilityAutomationSession)&&logger[_0x363ff2(0x1c5)](_0x4cc416[_0x363ff2(0x111)]),base[_0x363ff2(0x114)][_0x363ff2(0x8f)]['apply'](this,[helper['nestedKeyValue'](workerDetails,[_0x4cc416[_0x363ff2(0x174)],_0x4cc416[_0x363ff2(0x157)],_0x4cc416[_0x363ff2(0xa8)],_0x4cc416['AZOdE'],_0x4cc416['nniOm']])])[_0x363ff2(0x153)](async _0x705d09=>{const _0x12598f=_0x363ff2,_0x2a4c30={};_0x2a4c30[_0x12598f(0xa1)]=_0xc30011[_0x12598f(0x8a)],_0x2a4c30[_0x12598f(0x8c)]=_0xc30011['mVwaX'];const _0x7e4cbb=_0x2a4c30,_0x472733=workerDetails[_0x12598f(0x1b7)][_0x12598f(0x18b)]||workerDetails[_0x12598f(0x175)];_0x705d09[_0x12598f(0x11c)]=function(){const _0x130ae7=_0x12598f;return arguments[0x0]=Object[_0x130ae7(0xcd)](arguments[0x0],helper[_0x130ae7(0x1c9)](_0x472733,[_0x7e4cbb[_0x130ae7(0xa1)],_0x7e4cbb[_0x130ae7(0x8c)]])||{}),_0x705d09[_0x130ae7(0x155)][_0x130ae7(0xbe)](this,arguments);};if(!_0x472733)return _0xc30011['bOjLU'](debug,_0xc30011['eyLqt']),_0x705d09;return PlaywrightSessionDetails[_0x12598f(0x81)](_0x705d09,_0x472733),await _0xc30011[_0x12598f(0xa3)](sendCBTInfo,_0xc30011[_0x12598f(0x141)]),_0x705d09;});}catch(_0x5afeec){logger[_0x363ff2(0x1c0)]('Error\x20in\x20connecting\x20for\x20android\x20'+_0x5afeec);}AccessibilityHelper[_0x363ff2(0x13e)](_0x388ce8,_0x43529b,workerDetails);if(global[_0x363ff2(0x80)])return await _0x1f07ea[_0x363ff2(0xdf)]['apply'](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x4cc416[_0x363ff2(0x198)](encodeURIComponent,JSON['stringify'](_0x388ce8))]);return _0x21da07[_0x363ff2(0xbe)](this,arguments)[_0x363ff2(0x153)](async _0x2db037=>{const _0x3196bf=_0x363ff2,_0x2d4473=workerDetails[_0x3196bf(0x1b7)][_0x3196bf(0x18b)]||workerDetails[_0x3196bf(0x175)];if(!_0x2d4473)return _0xc30011['bOjLU'](debug,_0xc30011[_0x3196bf(0x14d)]),_0x2db037;return PlaywrightSessionDetails['setupBrowserDetails'](_0x2db037,_0x2d4473),await _0xc30011['bOjLU'](sendCBTInfo,_0xc30011[_0x3196bf(0x1ad)]),_0x2db037;});};}});},beforeWorkerHook=o11yErrorHandler(function beforeWorkerHook(_0x3be081){const _0x2780aa=a37_0x5d1336,_0x86ea02={'ySuTU':_0x2780aa(0xd2),'OKwDd':function(_0x3e6073){return _0x3e6073();},'veqLU':function(_0x58d3d8){return _0x58d3d8();},'EAQsP':function(_0x53f32){return _0x53f32();},'QRlfB':function(_0x28f28e){return _0x28f28e();},'ztKqQ':function(_0xee8f14){return _0xee8f14();},'FwtuK':function(_0x5b5252){return _0x5b5252();}},_0x54638=_0x86ea02[_0x2780aa(0x102)][_0x2780aa(0x121)]('|');let _0x4d1e10=0x0;while(!![]){switch(_0x54638[_0x4d1e10++]){case'0':if(!_0x86ea02[_0x2780aa(0x144)](isTestObservabilitySession))return;continue;case'1':_0x86ea02[_0x2780aa(0x7e)](mockBrowserType);continue;case'2':_0x86ea02[_0x2780aa(0x184)](mockPageScreenshot);continue;case'3':_0x86ea02[_0x2780aa(0x17b)](mockRequests);continue;case'4':const _0x5784ed={};_0x5784ed[_0x2780aa(0xf3)]=process[_0x2780aa(0xc0)]['BROWSERSTACK_LOG_LEVEL'],helper[_0x2780aa(0x18c)](_0x5784ed,new Map(),new Map());continue;case'5':try{_0x86ea02[_0x2780aa(0x17b)](mockAndroidClose);}catch(_0x4746a1){logger['debug']('Unable\x20to\x20mock\x20android\x20close\x20for\x20graceful\x20close.\x20Error\x20:\x20'+_0x4746a1);}continue;case'6':_0x86ea02[_0x2780aa(0xec)](registerListeners);continue;case'7':try{_0x86ea02['FwtuK'](mockContextNewPage);}catch(_0x901ebc){logger[_0x2780aa(0x1c0)](_0x2780aa(0x146)+_0x901ebc);}continue;case'8':workerDetails[_0x2780aa(0x175)]=_0x3be081;continue;}break;}},a37_0x5d1336(0xff),[a37_0x5d1336(0xdc)],!![]),afterWorkerHook=o11yErrorHandler(async function afterWorkerHook(_0x1ca877){const _0x346795=a37_0x5d1336,_0x3faf78={'YuXFl':function(_0x493072,_0x4b0546){return _0x493072(_0x4b0546);},'WEGrY':_0x346795(0xdc)};await RequestQueueHandler['getInstance']()[_0x346795(0x16c)](),PerformanceTester[_0x346795(0x137)](),_0x3faf78[_0x346795(0x154)](debug,_0x346795(0xa6)+process['pid']+_0x346795(0x9f)+helper[_0x346795(0x1c9)](_0x1ca877,[_0x3faf78[_0x346795(0x98)]]));},'afterWorkerHook',[a37_0x5d1336(0xdc)],!![]),beforeTestHook=o11yErrorHandler(async function beforeTestHook(_0x40672f){const _0x6173c3=a37_0x5d1336,_0x4feb09={'GiKjz':function(_0x486ee0,_0x1d1b31){return _0x486ee0(_0x1d1b31);},'gIUZd':_0x6173c3(0xd9)};workerDetails[_0x6173c3(0x1b7)]={'id':TestDetails[_0x6173c3(0xf2)](_0x40672f),'testInfo':_0x40672f,'testStatus':_0x40672f[_0x6173c3(0xac)]},workerDetails[_0x6173c3(0x1a0)]=null,await _0x4feb09[_0x6173c3(0x12b)](sendCBTInfo,_0x4feb09[_0x6173c3(0x13b)]);},'beforeTestHook',[a37_0x5d1336(0x187)],!![]),afterTestHook=o11yErrorHandler(async function afterTestHook(_0x3d68a4){const _0x23932d=a37_0x5d1336,_0xab3f79={'jHCUi':function(_0xacb6a2,_0x3ab13e){return _0xacb6a2(_0x3ab13e);},'SHXzF':_0x23932d(0x187),'UgfWC':_0x23932d(0x1bb),'XaTcW':function(_0x5cf011,_0x5f5bc3){return _0x5cf011(_0x5f5bc3);},'Wovsb':function(_0x2dff3f,_0x37ab4f){return _0x2dff3f(_0x37ab4f);},'fXKxv':function(_0x5133ca,_0x13f26d,_0x58bc64){return _0x5133ca(_0x13f26d,_0x58bc64);},'ekGlc':function(_0x3aae83,_0x1216e5){return _0x3aae83&&_0x1216e5;},'PGGBT':_0x23932d(0x8d),'vXYmL':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','poRhv':_0x23932d(0xb4),'EjoGq':_0x23932d(0x18a),'nCYjA':function(_0x41b8f1){return _0x41b8f1();},'vfzdH':function(_0x3aa9e3,_0x369589,_0x132269){return _0x3aa9e3(_0x369589,_0x132269);},'VDuOS':function(_0x473929,_0x3c666a){return _0x473929+_0x3c666a;},'JfOSV':'Error\x20in\x20marking\x20test\x20context:\x20Error\x20'};_0xab3f79[_0x23932d(0x1b9)](debug,_0x23932d(0xd8)+process['pid']+',\x20Test\x20Title\x20-\x20'+helper['nestedKeyValue'](_0x3d68a4,[_0xab3f79[_0x23932d(0x94)]])+_0x23932d(0xb1)+helper['nestedKeyValue'](_0x3d68a4,[_0xab3f79[_0x23932d(0x138)]]));if(!_0xab3f79[_0x23932d(0x170)](isFalse,process[_0x23932d(0xc0)][_0x23932d(0xf7)])||!_0xab3f79[_0x23932d(0x129)](isFalse,process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])){try{const _0x556216=workerDetails[_0x23932d(0x139)];if(global[_0x23932d(0x80)]){const _0x4b313a=workerDetails[_0x23932d(0x1b7)][_0x23932d(0x18b)],_0x340785=_0xab3f79[_0x23932d(0x1a2)](shouldScanTestForAccessibility,_0x4b313a[_0x23932d(0x159)],!![]),_0x4971c0=PlaywrightSessionDetails[_0x23932d(0x16e)](),_0x730d33=await AccessibilityHelper[_0x23932d(0x185)](_0x4971c0),_0x2bb910=TestDetails[_0x23932d(0x10a)](TestDetails[_0x23932d(0x182)](_0x3d68a4));TestDetails[_0x23932d(0x133)](_0xab3f79[_0x23932d(0x1d2)](_0x730d33,_0x340785),_0x2bb910);if(_0x730d33){const _0x10a4ec={};_0x10a4ec[_0x23932d(0x1d0)]=_0x2bb910,_0x10a4ec[_0x23932d(0xcb)]=process['env'][testHubConstants[_0x23932d(0xed)][_0x23932d(0xf5)]],_0x10a4ec[_0x23932d(0x11d)]=process[_0x23932d(0xc0)][testHubConstants[_0x23932d(0xed)]['BROWSERSTACK_TESTHUB_JWT']];const _0x295bf5=_0x10a4ec;if(_0x340785){const _0x35ecc0=_0xab3f79['PGGBT'][_0x23932d(0x121)]('|');let _0x10c02c=0x0;while(!![]){switch(_0x35ecc0[_0x10c02c++]){case'0':logger['debug'](_0x23932d(0x161)+JSON[_0x23932d(0xfa)](_0x295bf5));continue;case'1':logger[_0x23932d(0x95)](_0xab3f79[_0x23932d(0x1bf)]);continue;case'2':logger.debug('Performing scan before saving results');continue;case'3':await AccessibilityHelper.browserStackEvaluate(_0x556216,scripts.saveTestResults,_0x295bf5);continue;case'4':logger.debug(util.format(await AccessibilityHelper.browserStackEvaluate(_0x556216,scripts.performScan)));continue;}break;}}_0x340785&&logger[_0x23932d(0x95)](_0xab3f79[_0x23932d(0x11f)]);}}}catch(_0x36646f){logger['debug'](_0xab3f79[_0x23932d(0xa4)],_0x36646f);}await MyReporter[_0x23932d(0x12e)](TestDetails[_0x23932d(0x182)](_0x3d68a4),_0xab3f79['nCYjA'](getCBTInfo));}try{!workerDetails[_0x23932d(0x1a0)]&&await _0xab3f79['fXKxv'](playwrightSetSessionName,workerDetails['pwPage'],_0x3d68a4),await _0xab3f79[_0x23932d(0x10d)](playwrightMarkSessionStatus,workerDetails[_0x23932d(0x139)],_0x3d68a4);}catch(_0x4c8ba0){logger[_0x23932d(0x1c0)](_0xab3f79[_0x23932d(0xda)](_0xab3f79[_0x23932d(0x9e)],util[_0x23932d(0x13f)](_0x4c8ba0)));}const _0x4bb60c={};_0x4bb60c['id']=undefined,_0x4bb60c[_0x23932d(0x18b)]=undefined,_0x4bb60c[_0x23932d(0x14e)]=_0x3d68a4[_0x23932d(0xac)],workerDetails[_0x23932d(0x1b7)]=_0x4bb60c,_0xab3f79['jHCUi'](debug,'Finished\x20::\x20Executing\x20After\x20Test\x20Hook,\x20PID\x20-\x20'+process[_0x23932d(0xa5)]+',\x20Test\x20Title\x20-\x20'+helper[_0x23932d(0x1c9)](_0x3d68a4,[_0xab3f79[_0x23932d(0x94)]])+_0x23932d(0xb1)+helper['nestedKeyValue'](_0x3d68a4,[_0xab3f79[_0x23932d(0x138)]]));},'afterTestHook',['title'],!![]),mockContextTracing=o11yErrorHandler(function mockContextTracing(_0xaa4d38){const _0x36979a=a37_0x5d1336,_0x1bd97a={};_0x1bd97a[_0x36979a(0x168)]=_0x36979a(0xc8);const _0x4758ff=_0x1bd97a,_0x2477e8=_0xaa4d38[_0x36979a(0x1a3)]['constructor'][_0x36979a(0x1ac)];if(_0x2477e8[_0x36979a(0x16a)])return;const _0x39b855=_0x2477e8[_0x36979a(0xc8)];Object[_0x36979a(0x15d)](_0x2477e8,_0x4758ff[_0x36979a(0x168)],{'get':function(){return async function _0x524078(){return _0x39b855['apply'](this,arguments);};}}),_0x2477e8['obsTracingMockApplied']=!![];},a37_0x5d1336(0x15c)),storeTestResults=_0x5bf1a5=>{const _0x21eb19=a37_0x5d1336,_0x4ce79d={'oAStK':_0x21eb19(0x187),'eAgiq':function(_0xacfc1,_0x3629a0,_0xe8842f){return _0xacfc1(_0x3629a0,_0xe8842f);},'JAUGm':_0x21eb19(0xb8),'lptNM':_0x21eb19(0x132)};try{if(!_0x5bf1a5['errors'])return;;const _0x233ba9={},_0x2dc9ff=[];_0x5bf1a5[_0x21eb19(0x1d3)][_0x21eb19(0xbc)](_0x548022=>{const _0x19a895=_0x21eb19;_0x2dc9ff[_0x19a895(0x149)](_0x548022[_0x19a895(0x1a1)]);});const _0xfaf07=helper['nestedKeyValue'](_0x5bf1a5,[_0x4ce79d[_0x21eb19(0x12f)]]);_0x233ba9[_0xfaf07]=_0x2dc9ff[_0x21eb19(0xe9)](',\x20');const _0x4398ca=workerDetails?.[_0x21eb19(0x91)],_0x4a10bd=_0x4398ca?.[_0x21eb19(0x14a)]+',\x20'+_0x4398ca?.[_0x21eb19(0x104)]+',\x20'+_0x4398ca?.['browser']+',\x20'+_0x4ce79d[_0x21eb19(0x156)](parseInt,_0x4398ca?.['browser_version'],0xa),_0x2e1a71=path[_0x21eb19(0xe9)](helper['homedir'](),_0x4ce79d['JAUGm'],_0x4ce79d[_0x21eb19(0xfe)]);let _0xd56ed3={};fs['existsSync'](_0x2e1a71)&&(_0xd56ed3=fs[_0x21eb19(0x10b)](_0x2e1a71),_0xd56ed3=JSON[_0x21eb19(0x112)](_0xd56ed3));if(!!_0xd56ed3[_0x4a10bd]){const _0x4ecc52=Object[_0x21eb19(0xcd)]({},_0xd56ed3[_0x4a10bd],_0x233ba9);_0xd56ed3[_0x4a10bd]=_0x4ecc52;}else _0xd56ed3[_0x4a10bd]=_0x233ba9;fs[_0x21eb19(0xb2)](_0x2e1a71,JSON['stringify'](_0xd56ed3));}catch(_0x2ac2e0){logger['debug'](_0x21eb19(0x89)+_0x2ac2e0);}},a37_0x3f0c0a={};a37_0x3f0c0a[a37_0x5d1336(0x83)]=!![],a37_0x3f0c0a[a37_0x5d1336(0x15a)]=a37_0x5d1336(0x1c6);const a37_0x5247a5={};a37_0x5247a5[a37_0x5d1336(0x83)]=!![],a37_0x5247a5[a37_0x5d1336(0x15a)]='worker';const test=base[a37_0x5d1336(0x1c6)][a37_0x5d1336(0x11e)]({'page':async({page:_0xf6d29e},_0x25d30e,_0x84d2c4)=>{const _0x32832b=a37_0x5d1336,_0x5c9260={'UfXKv':function(_0x4e1660,_0x2983a3){return _0x4e1660(_0x2983a3);},'qtgBC':function(_0x11cedf,_0x189647,_0x207ccc){return _0x11cedf(_0x189647,_0x207ccc);}};workerDetails[_0x32832b(0x139)]=_0xf6d29e,workerDetails['isPageFixture']=!![],!_0x5c9260[_0x32832b(0xc4)](isFalse,process[_0x32832b(0xc0)]['BROWSERSTACK_AUTOMATION'])?(await _0x5c9260[_0x32832b(0x1ab)](playwrightSetSessionName,_0xf6d29e,_0x84d2c4),await _0x5c9260[_0x32832b(0xc4)](_0x25d30e,_0xf6d29e)):await _0x5c9260[_0x32832b(0xc4)](_0x25d30e,_0xf6d29e);},'context':async({context:_0x4a18a1,browser:_0x156d0c},_0x51894f,_0x466d0a)=>{const _0x1ae010=a37_0x5d1336,_0x43a31c={'FWZOZ':function(_0x462910,_0x2610ec){return _0x462910(_0x2610ec);},'ItCqh':function(_0x3e6de7,_0x588ede){return _0x3e6de7(_0x588ede);},'qRBCR':function(_0x7c7e25,_0x45e7f0){return _0x7c7e25(_0x45e7f0);},'BBFaY':function(_0x472371,_0xa9c7ce){return _0x472371(_0xa9c7ce);}};if(global[_0x1ae010(0x80)]){_0x4a18a1[_0x1ae010(0x197)]();const _0x48ffdf=await _0x156d0c['contexts']()[0x0];!_0x43a31c[_0x1ae010(0x1a9)](isFalse,process['env'][_0x1ae010(0xf7)])&&_0x43a31c[_0x1ae010(0x1a9)](mockContextTracing,_0x48ffdf),await _0x43a31c[_0x1ae010(0x96)](_0x51894f,_0x48ffdf);}else!_0x43a31c['qRBCR'](isFalse,process['env']['BROWSERSTACK_TEST_OBSERVABILITY'])&&_0x43a31c[_0x1ae010(0xba)](mockContextTracing,_0x4a18a1),await _0x43a31c[_0x1ae010(0x1ca)](_0x51894f,_0x4a18a1);},'__browserstack_testHook':[async({},_0x173574,_0xeb03bd)=>{const _0x375444=a37_0x5d1336,_0x179eda={'XZSKc':_0x375444(0x101),'bvUsG':function(_0x2f5ee8,_0x3a1077){return _0x2f5ee8(_0x3a1077);},'oHrPu':function(_0xbb3a3f){return _0xbb3a3f();},'twKar':function(_0x3292f7,_0x4684ac){return _0x3292f7(_0x4684ac);},'XUjNP':function(_0xcadf98,_0x4f9477){return _0xcadf98(_0x4f9477);}},_0x44406c=_0x179eda[_0x375444(0xa7)][_0x375444(0x121)]('|');let _0x1cc4cf=0x0;while(!![]){switch(_0x44406c[_0x1cc4cf++]){case'0':await _0x179eda[_0x375444(0xe3)](beforeTestHook,_0xeb03bd);continue;case'1':_0x179eda['bvUsG'](debug,_0x375444(0x173)+process[_0x375444(0xa5)]);continue;case'2':await _0x179eda[_0x375444(0x179)](_0x173574);continue;case'3':_0x179eda[_0x375444(0xe8)](storeTestResults,_0xeb03bd);continue;case'4':await _0x179eda[_0x375444(0xe8)](afterTestHook,_0xeb03bd);continue;case'5':_0x179eda['XUjNP'](debug,_0x375444(0xde)+process[_0x375444(0xa5)]);continue;}break;}},a37_0x3f0c0a],'__browserstack_workerHook':[async({},_0x12cb10,_0x29abe5)=>{const _0x230857=a37_0x5d1336,_0x32f3dd={'qAXsq':function(_0x1fff2a,_0x39ad51){return _0x1fff2a(_0x39ad51);},'YtfiF':function(_0x764d1,_0x139ca0){return _0x764d1(_0x139ca0);},'FrVnq':function(_0x4c1b06,_0xc61008){return _0x4c1b06(_0xc61008);},'RihyX':_0x230857(0xaf),'OByOE':_0x230857(0xff),'voekd':_0x230857(0x13a),'msief':'beforeTestHook','DswhG':_0x230857(0xb6),'mltFI':_0x230857(0x1bd),'jZLeo':_0x230857(0x130),'sDXhE':_0x230857(0x12e),'XnLuQ':'setupBrowserDetails','vSbnV':_0x230857(0x117),'EKBkh':_0x230857(0x17f),'pUpou':function(_0x3f3eef){return _0x3f3eef();},'hwIZd':function(_0xdeace2){return _0xdeace2();}};_0x32f3dd[_0x230857(0x124)](beforeWorkerHook,_0x29abe5);if(!_0x32f3dd[_0x230857(0x1cf)](isFalse,process['env'][_0x230857(0xf7)])||!_0x32f3dd['FrVnq'](isFalse,process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])){const _0x456c01=_0x32f3dd[_0x230857(0x135)][_0x230857(0x121)]('|');let _0x3cce30=0x0;while(!![]){switch(_0x456c01[_0x3cce30++]){case'0':process['env'][_0x230857(0x196)]&&PerformanceTester[_0x230857(0xf8)](_0x230857(0xbf)+_0x29abe5[_0x230857(0xdc)]['toString']()+'.json');continue;case'1':process[_0x230857(0xc0)][_0x230857(0x196)]&&await PerformanceTester[_0x230857(0x1b5)](_0x230857(0xbf)+_0x29abe5[_0x230857(0xdc)][_0x230857(0x12d)]()+_0x230857(0x19c),[_0x32f3dd[_0x230857(0x1c4)],_0x32f3dd[_0x230857(0x19d)],_0x32f3dd[_0x230857(0x15e)],_0x32f3dd[_0x230857(0x1ae)],_0x32f3dd[_0x230857(0x108)],_0x32f3dd[_0x230857(0x109)],_0x32f3dd[_0x230857(0x1b2)],_0x32f3dd[_0x230857(0xd5)],_0x32f3dd[_0x230857(0xf1)],_0x32f3dd[_0x230857(0x14f)]]);continue;case'2':_0x32f3dd[_0x230857(0x1cf)](debug,_0x230857(0x1b0)+process[_0x230857(0xa5)]);continue;case'3':await _0x32f3dd[_0x230857(0x124)](afterWorkerHook,_0x29abe5);continue;case'4':await _0x32f3dd[_0x230857(0x122)](_0x12cb10);continue;}break;}}else await _0x32f3dd[_0x230857(0xc7)](_0x12cb10);},a37_0x5247a5],'browser':async({browser:_0x2cc186},_0x348615,_0xf23101)=>{const _0x2eac8e=a37_0x5d1336,_0x563529={'sNHoH':function(_0xab9060,_0x3d2692){return _0xab9060(_0x3d2692);},'HfpjX':function(_0x4a9129,_0x29d0b4){return _0x4a9129(_0x29d0b4);},'xlJuk':_0x2eac8e(0x113),'ghpHm':function(_0x2cd26a,_0x293f32){return _0x2cd26a(_0x293f32);}};(!_0x563529[_0x2eac8e(0xcf)](isFalse,process[_0x2eac8e(0xc0)][_0x2eac8e(0xf7)])||global[_0x2eac8e(0x80)])&&(PlaywrightSessionDetails['setupBrowserDetails'](_0x2cc186,_0xf23101),await _0x563529[_0x2eac8e(0x16f)](sendCBTInfo,_0x563529['xlJuk'])),await _0x563529[_0x2eac8e(0x12c)](_0x348615,_0x2cc186);}});function a37_0x19bf(){const _0x59bc61=['HfpjX','XaTcW','EnSZE','toISOString','Test\x20Hook\x20started,\x20PID\x20','krMDA','workerInfo','gGVlc','dUuiS','YzZWk','oHrPu','LhQGH','QRlfB','DdjZd','DenKg','8842449Zlmrrf','sendTestLog','client','spy','getTestRunIdFromTestInfo','OLXMj','EAQsP','platformValidation','./sessionDetails','title','nXELr','ZTIVe','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:','testInfo','setLogLevel','./accessibility-helper','jahfl','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Not\x20able\x20to\x20import\x20Browser','BROWSERSTACK_LOG_LEVEL','QvujF','OdOPp','../../helpers/request-spy','BEJjt','BROWSERSTACK_O11Y_PERF_MEASUREMENT','close','zgjxk','../../helpers/performance-tester','ECfAT','RhJbb','.html','voekd','lulAD','string','isPageFixture','stack','fXKxv','tracing','zUpCJ','pGFfz','nONJN','8568846jpZekJ','./reporter/test-details','FWZOZ','Page','qtgBC','prototype','ElXwY','DswhG','Ogdmq','Worker\x20Hook\x20started,\x20PID\x20','BrowserType','sDXhE','cloudProvider','AZOdE','stopAndGenerate','removeAllListeners','currentTest','mGbQC','jHCUi','browserType.js','file','bs:addLog:','doo11ySync','util','vXYmL','debug','lsCNv','@playwright/test/index.js','Xfycr','OByOE','warn','test','IgZKo','cblSj','nestedKeyValue','qRBCR','BxEEu','nniOm','ZsEsz','dYRtc','YtfiF','thTestRunUuid','UTCse','ekGlc','errors','__platformCaps','LoUdj','launch\x20android','veqLU','o11ySyncDone','accessibilityPlatform','setupBrowserDetails','UopQd','auto','project','path','bKzsQ','qYapF','awGdm','Error\x20in\x20storing\x20test\x20information,\x20Exception:\x20','qXKKS','browser','jZCbY','0|1|2|4|3','BdZLK','connect','EloQt','currentSessionDetails','IitFH','keys','SHXzF','info','ItCqh','PqYwn','WEGrY','ySmgJ','product','obsScreenshotMockApplied','../utils/logPatcher','bkdXu','JfOSV',',\x20WorkerIndex\x20-\x20','true','GZnya','ZOOaf','hrbGC','EjoGq','pid','Finished\x20::\x20Exiting\x20Playwright\x20worker,\x20PID\x20-\x20','XZSKc','AKPhm','android.js','paXjK','ZedaA','status','bxWVD','HkiTU','2|0|4|3|1','wsRGu',',\x20Test\x20File\x20-\x20','writeFileSync','UCNyq','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','zoGiA','afterTestHook','Miuha','.browserstack','2286672ibpiaV','BBFaY','BHiys','forEach','OxDpb','apply','performance-report-worker-','env','Error\x20in\x20connecting\x20for\x20android\x20','YJUQo','RqRpk','UfXKv','lib','YWIJo','hwIZd','start','fHgWB','jCeIh','thBuildUuid','vpDYi','assign','sOIHZ','sNHoH','../../helpers/test-observability/error-handler','common/process.js','4|8|1|7|5|0|6|3|2','@playwright/test','WMDKA','XnLuQ','vIoQY','Failed\x20to\x20parse\x20wsendpoint\x20','Started\x20::\x20Executing\x20After\x20Test\x20Hook,\x20PID\x20-\x20','beforeTestHook','VDuOS','addTestUIDAndReportLog','workerIndex','DSYIV','Test\x20Hook\x20ended,\x20PID\x20','connectOverCDP','skipped','mockPageScreenshot','page.js','bvUsG','Error\x20in\x20sending\x20CBT\x20Info\x20at\x20','Browser','4ETCQVh','default','twKar','join','TEST_SCREENSHOT','HqKZB','ztKqQ','ENV_VAR','iajwC','CqPee','Ycywy','vSbnV','getTestIdFromTestInfo','logLevel','browser_version','BROWSERSTACK_TESTHUB_UUID','zkRhc','BROWSERSTACK_TEST_OBSERVABILITY','startMonitoring','patch','stringify','[BrowserTypePatch]\x20No\x20project\x20info\x20found','Not\x20able\x20to\x20import\x20Android','obsBrowserTypeMockApplied','lptNM','beforeWorkerHook','hJbLC','1|0|2|4|5|3','ySuTU','koiwm','platform_version','klWMM','deviceName','../utils/constants','mltFI','jZLeo','getTestUUID','readFileSync','Failed\x20to\x20await\x20promise\x20in\x20android\x20close.\x20Error\x20-\x20','vfzdH','AndroidDevice','4gdCUyC','connect\x20android','Deaxm','parse','browser\x20fixture','_android','../../helpers/testhub/constants','../../helpers/test-observability/requestQueueHandler','requestSpyCallback','hObXP','WhVWf','Yolua','../../helpers/test-observability/utils','newContext','thJwtToken','extend','poRhv','bsSessionId','split','pUpou','interrupted','qAXsq','utgqH','./reporter/reporter','vEvik','events.js','Wovsb','includes','GiKjz','ghpHm','toString','sendSessionDetails','oAStK','processPageScreenshot','eGhzn','pw_result.json','setAccessibilityPlatformValidation','undefined','RihyX','sYzGg','stopMonitoring','UgfWC','pwPage','afterWorkerHook','gIUZd','qcVdr','__workerDetails','processAccessibilityCaps','format','2260218sQAqEv','Xjxff','screenshot','ySgTE','OKwDd','device','Unable\x20to\x20mock\x20newPage\x20for\x20context\x20marking\x20','wsEndpoint','url','push','platform','base64','cwd','eyLqt','testStatus','EKBkh','IpPSi','NTHDU','KUupP','then','YuXFl','launchBrowser','eAgiq','SftRi','hostname','titlePath','scope','./patches','mockContextTracing','defineProperty','msief','length','2515384MNeoyO','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','winstonLogger','GCMGD','VDYsK','capabilities','7912075VbPchq','PuxST','PRVPD','../../helpers/helper','obsTracingMockApplied','RHvUi','shutdown','544211QlXCMk','getDetails'];a37_0x19bf=function(){return _0x59bc61;};return a37_0x19bf();}base['test']=test,base[a37_0x5d1336(0xe7)]=test;
1
+ const a37_0x1d0e7e=a37_0x5bab;(function(_0x698618,_0x5c4be7){const _0x12d2c2=a37_0x5bab,_0x5a270c=_0x698618();while(!![]){try{const _0x28632e=-parseInt(_0x12d2c2(0x174))/0x1*(parseInt(_0x12d2c2(0xdf))/0x2)+parseInt(_0x12d2c2(0x1b9))/0x3+parseInt(_0x12d2c2(0x1d1))/0x4*(-parseInt(_0x12d2c2(0x1bd))/0x5)+parseInt(_0x12d2c2(0x181))/0x6*(-parseInt(_0x12d2c2(0x1cf))/0x7)+-parseInt(_0x12d2c2(0x1c8))/0x8*(-parseInt(_0x12d2c2(0x211))/0x9)+-parseInt(_0x12d2c2(0x192))/0xa*(parseInt(_0x12d2c2(0x141))/0xb)+-parseInt(_0x12d2c2(0x225))/0xc*(-parseInt(_0x12d2c2(0x16e))/0xd);if(_0x28632e===_0x5c4be7)break;else _0x5a270c['push'](_0x5a270c['shift']());}catch(_0x1b7264){_0x5a270c['push'](_0x5a270c['shift']());}}}(a37_0x1f5f,0x8ff93));const path=require('path'),url=require(a37_0x1d0e7e(0x1de)),fs=require('fs'),util=require(a37_0x1d0e7e(0x114)),os=require('os'),{requirePWModule,resolveModule,playwrightSetSessionName,playwrightMarkSessionStatus,isFalse,isUndefined,getPlaywrightLibPath,nestedKeyValue,importFileFromPWCore,parseWSEndpoint,promiseTimeout}=require('../../helpers/helper'),PlaywrightSessionDetails=require('./sessionDetails'),logger=require(a37_0x1d0e7e(0x1ed))[a37_0x1d0e7e(0x22a)],{mockContextNewPage}=require(a37_0x1d0e7e(0x1f7)),helper=require(a37_0x1d0e7e(0x1a1)),a37_0x944c76={};a37_0x944c76[a37_0x1d0e7e(0x203)]=process[a37_0x1d0e7e(0x19f)][a37_0x1d0e7e(0x201)],helper[a37_0x1d0e7e(0x124)](a37_0x944c76,new Map(),new Map());function a37_0x1f5f(){const _0x566712=['../../helpers/test-observability/utils','NXlrt','akDOa','../../helpers/logger','BROWSERSTACK_TESTHUB_JWT','ECQDL','undefined','browser\x20fixture','split','screenshot','pQweV','vUCIa','getTestUUID','./patches','IdABS','ygvVG','length','Browser','./accessibility-helper','qFMnm','loXiR','[Screenshot]\x20No\x20current\x20test\x20found','_android','BROWSERSTACK_LOG_LEVEL','myyia','logLevel','jtvVl','Test\x20Hook\x20started,\x20PID\x20','JrShn','MyBas','JAnEe','LguWw','Rxpge','svmJE','iJwBW','osbjg','GeAgQ','dzDOS','ukzUD','8551989mhVsTq','prototype','bWGKr','yLreQ','Vuyqg','headers','currentTest','browser','oVVfV','beforeTestHook','Error\x20in\x20connecting\x20for\x20android\x20','rfCMk','includes','TTAmQ','connectOverCDP','FPQXR','bDVHS','yZBbx','hvOCX','platformValidation','12jrHtld','nestedKeyValue','base64','IuAlg','iJcqw','winstonLogger','defineProperty','BrowserType','zEcoI','string','errors','readFileSync','iSAEa','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','status','XWWfa','capabilities','contexts','tracing','yCGFB','shutdown','skcdK','use','Started\x20::\x20Executing\x20After\x20Test\x20Hook,\x20PID\x20-\x20','mNgSp','true','2482vcZIbS','getInstance','bmEJW','TDNKk','platformCaps','stack','Error\x20in\x20marking\x20test\x20context:\x20Error\x20','test','homedir','uxQRn','../../helpers/testhub/constants','doo11ySync','startMonitoring','vcRli','yXYOP','pw_result.json','hPPYL','mockPageScreenshot','nTEcV','Yoywq','nmCHR','Page','connect','thJwtToken','__platformCaps','WlMma','BROWSERSTACK_AUTOMATION','stringify','yMtIr','PLAYWRIGHT_HUB_URL','requestSpyCallback','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','uOfDC','platform','CMRET','JIvdm','../utils/logPatcher','QysSp','workerIndex','getTestRunIdFromTestInfo','getDetails','XQHkV','SEcFf','keys','HTTP','BROWSERSTACK_TEST_OBSERVABILITY','dMqxL','sendSessionDetails','format','WQDrC','TEST_SCREENSHOT','path','Unable\x20to\x20mock\x20android\x20close\x20for\x20graceful\x20close.\x20Error\x20:\x20','util','XjEia','default','workerInfo','device','gGVTO','ApyMV','close','oWmKP',',\x20WorkerIndex\x20-\x20','info','ZpWbM','obsBrowserTypeMockApplied','Miwzs','launch\x20android','JptNB','setLogLevel','RBJTu','setupBrowserDetails','../../helpers/test-observability/constants','processPageScreenshot','cwd','.browserstack','MmIez','ieNxU','once','GpuDA','QymtO','.html','1|2|0|3|4','[BrowserTypePatch]\x20No\x20project\x20info\x20found','hostname','browser_version','@playwright/test','EPSXZ','then','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:','isPageFixture','constructor','PYEBE','android.js','bClhw','BROWSERSTACK_O11Y_PERF_MEASUREMENT','passed','WoTOt','11cgOskI','PtFxx','WFCjB','ypGuj','APPwV','pXRyV','thTestRunUuid','Not\x20able\x20to\x20import\x20Page','addTestUIDAndReportLog','existsSync',',\x20Test\x20File\x20-\x20','client','scope','Failed\x20to\x20parse\x20wsendpoint\x20','wFbvb','host','vYKtd','ENV_VAR','evEPT','kKUff','AndroidDevice','SDVlj','extend','BROWSERSTACK_TESTHUB_UUID','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SdGeU','project','../../helpers/test-observability/requestQueueHandler','endGF','dqZDf','OfvWf','DYrKm','bqayF','sBLNv','xoFpO','eaLXW','join','auto','gHyBp','FJVvm','4|2|5|1|0|3','qTLFW','Finished\x20::\x20Executing\x20After\x20Test\x20Hook,\x20PID\x20-\x20','pid','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','12750686AcQpWg','../../helpers/request-spy','zCHWE','obsTracingMockApplied','apply','oFSKK','61pyyOHL','skipped','platform_version','warn','ifkER','page.js','VmmQH','@playwright/test/index.js','MREbF','qLLDB','parse','product','AyNpf','2828718aZDdMp','Wwbmi','Disconnected','writeFileSync','kGrTI','.json','connectOptions','Worker\x20Hook\x20started,\x20PID\x20','assign','bs:addLog:','rfFjU','KEava','gQHVp','eSbgQ','Odgqf','performance-report-worker-','VVDBX','6413370OeufCx','HuNGs','UQIgA','IQfgI','toString','obsScreenshotMockApplied','dEYDR','vmpAu','testInfo','events.js','cloudProvider','VJfXy','jVVMO','env','stopMonitoring','../../helpers/helper','afterTestHook','qVTgT','./reporter/test-details','avysj',',\x20Test\x20Title\x20-\x20','Sending\x20session\x20details\x20at\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','WosHI','wsEndpoint','processAccessibilityCaps','Error\x20in\x20sending\x20CBT\x20Info\x20at\x20','zuSmn','zYyWG','CBCKc','HhFVs','IMHTg','zkCNC','Not\x20able\x20to\x20import\x20Browser','accessibilityPlatform','rpniC','GcglA','gNNkB','bsSessionId','1252905vIjYKg','toISOString','title','Mkvkz','20mnzSPO','launch','NhzmM','uaPkb','JaNKs','WQgzU','NGhYE','VzyhB','thBuildUuid','rrpAm','RgAdt','8EDyPeb','Finished\x20::\x20Exiting\x20Playwright\x20worker,\x20PID\x20-\x20','ChHJf','newContext','Pcqzn','WrVEe','fbgTK','7zuqBUj','getTestIdFromTestInfo','570472nUgoZk','debug','XUjPK','dDAhT','XFOZK','peOtj','qMmwS','currentSessionDetails','./reporter/reporter','removeAllListeners','afterWorkerHook','worker','sendTestLog','url','lib','pwPage','launchBrowser','file','LaJDf','kjSes','mkEcz','../../helpers/accessibility-automation/scripts','DrEhU','KHPaI','yfQtM'];a37_0x1f5f=function(){return _0x566712;};return a37_0x1f5f();}const processRunner=requirePWModule['apply'](null,getPlaywrightLibPath('common/process.js')),{debug,getPlatformDetails,isTestObservabilitySession,trace}=require(a37_0x1d0e7e(0x1ea)),base=requirePWModule[a37_0x1d0e7e(0x172)](null,[a37_0x1d0e7e(0x17b),a37_0x1d0e7e(0x135)]),MyReporter=require(a37_0x1d0e7e(0x1d9)),requestSpy=require(a37_0x1d0e7e(0x16f)),RequestQueueHandler=require(a37_0x1d0e7e(0x15c)),TestDetails=require(a37_0x1d0e7e(0x1a4)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),PerformanceTester=require('../../helpers/performance-tester'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a37_0x1d0e7e(0x1fc)),testHubConstants=require(a37_0x1d0e7e(0xe9));function a37_0x5bab(_0x484efc,_0x1c8a78){const _0x1f5f1f=a37_0x1f5f();return a37_0x5bab=function(_0x5bab6f,_0x30a9a0){_0x5bab6f=_0x5bab6f-0xdb;let _0x4830a6=_0x1f5f1f[_0x5bab6f];return _0x4830a6;},a37_0x5bab(_0x484efc,_0x1c8a78);}PlaywrightSessionDetails['patch']();const a37_0x2ef725={};a37_0x2ef725[a37_0x1d0e7e(0x117)]=undefined,a37_0x2ef725[a37_0x1d0e7e(0x217)]={},a37_0x2ef725['o11ySyncDone']=![],a37_0x2ef725[a37_0x1d0e7e(0x1e0)]=null,a37_0x2ef725['isPageFixture']=![],a37_0x2ef725[a37_0x1d0e7e(0x217)]['id']=undefined,a37_0x2ef725[a37_0x1d0e7e(0x217)][a37_0x1d0e7e(0x19a)]=undefined;const workerDetails=a37_0x2ef725;global['__workerDetails']=workerDetails;const logPatcher=require(a37_0x1d0e7e(0x103)),BSTestOpsPatcher=new logPatcher({}),{consoleHolder}=require(a37_0x1d0e7e(0x127)),Constants=require('../utils/constants'),scripts=require(a37_0x1d0e7e(0x1e6)),{patchConsoleLogger}=require(a37_0x1d0e7e(0x1ea));patchConsoleLogger();const getCBTInfo=()=>{const _0x208d1a=a37_0x1d0e7e,_0x5ac501=PlaywrightSessionDetails[_0x208d1a(0x107)](),_0xd3cf52={[_0x5ac501[_0x208d1a(0x19c)]]:{'browser':_0x5ac501[_0x208d1a(0x218)],'browser_version':_0x5ac501[_0x208d1a(0x134)],'capabilities':_0x5ac501[_0x208d1a(0x235)],'platform':_0x5ac501[_0x208d1a(0x100)],'platform_version':_0x5ac501[_0x208d1a(0x176)],'product':_0x5ac501[_0x208d1a(0x17f)],'session_id':_0x5ac501[_0x208d1a(0x1b8)]}};return _0xd3cf52;},sendCBTInfo=async _0x21b67e=>{const _0x21ba44=a37_0x1d0e7e,_0x190c4a={'AyNpf':function(_0x39d7d0,_0x1bc533){return _0x39d7d0(_0x1bc533);},'WosHI':function(_0x20cff6,_0x458256,_0x109361){return _0x20cff6(_0x458256,_0x109361);},'xoFpO':_0x21ba44(0x217),'OvOqt':_0x21ba44(0x19a),'iJcqw':function(_0x5a98f4){return _0x5a98f4();},'HDfxR':function(_0x45afa9,_0x5e43b6){return _0x45afa9!==_0x5e43b6;},'Yoywq':_0x21ba44(0x1f0)};try{_0x190c4a[_0x21ba44(0x180)](trace,_0x21ba44(0x1a7)+_0x21b67e);if(_0x190c4a[_0x21ba44(0x1a9)](nestedKeyValue,workerDetails,[_0x190c4a[_0x21ba44(0x163)],_0x190c4a['OvOqt']])){const _0xaa1d7=_0x190c4a[_0x21ba44(0x229)](getCBTInfo);_0x190c4a['HDfxR'](Object[_0x21ba44(0x10a)](_0xaa1d7)[0x0],_0x190c4a[_0x21ba44(0xf2)])&&await MyReporter[_0x21ba44(0x10e)](TestDetails[_0x21ba44(0x106)](workerDetails[_0x21ba44(0x217)][_0x21ba44(0x19a)]),_0x190c4a[_0x21ba44(0x229)](getCBTInfo));}}catch(_0x5db91e){_0x190c4a[_0x21ba44(0x180)](debug,_0x21ba44(0x1ac)+_0x21b67e+'\x20'+util['format'](_0x5db91e));}},mockRequests=()=>{const _0x59e6df=a37_0x1d0e7e,_0x1e88af={'gNNkB':function(_0x303c01,_0x4870d8){return _0x303c01===_0x4870d8;},'EPSXZ':'X-BSTACK-TESTOPS','rpniC':_0x59e6df(0xde),'yXYOP':_0x59e6df(0x10b),'FslwE':function(_0x58e7a2,_0x3ebe05,_0x2ee889){return _0x58e7a2(_0x3ebe05,_0x2ee889);},'hPPYL':_0x59e6df(0xfd)};requestSpy['spy'](_0x1e88af['FslwE'](o11yErrorHandler,async function _0x1cef9c(_0x2b40f6,_0x3dacb7){const _0xd8348e=_0x59e6df;_0x3dacb7&&!(_0x3dacb7[_0xd8348e(0x216)]&&_0x1e88af[_0xd8348e(0x1b7)](_0x3dacb7[_0xd8348e(0x216)][_0x1e88af[_0xd8348e(0x136)]],_0x1e88af[_0xd8348e(0x1b5)]))&&(_0x3dacb7[_0xd8348e(0x150)]=_0x3dacb7[_0xd8348e(0x133)],delete _0x3dacb7[_0xd8348e(0x133)],workerDetails[_0xd8348e(0x217)]['id']&&await MyReporter[_0xd8348e(0x149)](TestDetails[_0xd8348e(0x106)](workerDetails[_0xd8348e(0x217)][_0xd8348e(0x19a)]),{'timestamp':new Date()[_0xd8348e(0x1ba)](),'level':null,'message':null,'kind':_0x1e88af[_0xd8348e(0xed)],'http_response':_0x3dacb7}));},_0x1e88af[_0x59e6df(0xef)]));},processPageScreenshot=async function processPageScreenshot(_0x590764,_0xf8a1d2){const _0x2fab79=a37_0x1d0e7e,_0x21f3d7={};_0x21f3d7['rfFjU']=_0x2fab79(0x111);const _0x3c5a75=_0x21f3d7;await MyReporter[_0x2fab79(0x149)](TestDetails[_0x2fab79(0x106)](_0xf8a1d2),{'timestamp':new Date()[_0x2fab79(0x1ba)](),'kind':_0x3c5a75[_0x2fab79(0x18b)],'message':_0x590764});},mockPageScreenshot=o11yErrorHandler(function mockPageScreenshot(){const _0x48a4d4=a37_0x1d0e7e,_0x36970b={'QysSp':function(_0x58bbe7,_0x43c8c6,_0x4697f7){return _0x58bbe7(_0x43c8c6,_0x4697f7);},'iSAEa':_0x48a4d4(0x227),'pQggO':function(_0x4c4b71,_0x481ee7){return _0x4c4b71(_0x481ee7);},'skcdK':_0x48a4d4(0x1ff),'pVkrb':_0x48a4d4(0x1df),'LaJDf':_0x48a4d4(0x14c),'qMmwS':_0x48a4d4(0x179),'Vuyqg':function(_0x12da3a,_0x438192){return _0x12da3a(_0x438192);},'eyvkL':function(_0x4b9f86,_0x62d7fe){return _0x4b9f86(_0x62d7fe);},'MCXJt':_0x48a4d4(0x148),'GDpRU':_0x48a4d4(0x1f3)},_0x4fb7b3=path[_0x48a4d4(0x165)](_0x36970b['pVkrb'],_0x36970b[_0x48a4d4(0x1e3)],_0x36970b[_0x48a4d4(0x1d7)]),_0x5bd7a1=_0x36970b[_0x48a4d4(0x215)](importFileFromPWCore,_0x4fb7b3);if(!_0x5bd7a1){_0x36970b['eyvkL'](debug,_0x36970b['MCXJt']);return;}const _0x3389ad=_0x5bd7a1[_0x48a4d4(0xf4)];if(!_0x3389ad)return;const _0x215dec=_0x3389ad['prototype'];if(_0x215dec[_0x48a4d4(0x197)])return;const _0x17cea9=_0x215dec[_0x48a4d4(0x1f3)];Object[_0x48a4d4(0x22b)](_0x215dec,_0x36970b['GDpRU'],{'get':function(){const _0xc59d08=_0x48a4d4,_0x2c2fb2={'yfQtM':function(_0x4c23d9,_0x5be4ad,_0x4107c1){const _0x37cddd=a37_0x5bab;return _0x36970b[_0x37cddd(0x104)](_0x4c23d9,_0x5be4ad,_0x4107c1);},'qLLDB':_0x36970b[_0xc59d08(0x231)],'MmIez':function(_0x21f1f0,_0x5eb1cc){return _0x36970b['pQggO'](_0x21f1f0,_0x5eb1cc);},'vcRli':_0x36970b[_0xc59d08(0x23a)]};return async function _0x542c03(_0x4e22d1){const _0x16ceb1=_0xc59d08;if(!workerDetails[_0x16ceb1(0x217)][_0x16ceb1(0x19a)])return _0x2c2fb2[_0x16ceb1(0x12b)](debug,_0x2c2fb2[_0x16ceb1(0xec)]),_0x17cea9[_0x16ceb1(0x172)](this,arguments);if(!_0x4e22d1||!_0x4e22d1[_0x16ceb1(0x112)])return _0x17cea9[_0x16ceb1(0x172)](this,arguments)['then'](_0x4af187=>{const _0x49e9bc=_0x16ceb1;return _0x2c2fb2[_0x49e9bc(0x1e9)](processPageScreenshot,_0x4af187['toString'](_0x2c2fb2[_0x49e9bc(0x17d)]),workerDetails[_0x49e9bc(0x217)][_0x49e9bc(0x19a)]),_0x4af187;});const _0x1c849d=path['join'](process[_0x16ceb1(0x129)](),_0x4e22d1[_0x16ceb1(0x112)]);return _0x17cea9[_0x16ceb1(0x172)](this,arguments)['then'](_0x3f170c=>{const _0x1707ee=_0x16ceb1;return _0x2c2fb2['yfQtM'](processPageScreenshot,fs['readFileSync'](_0x1c849d,{'encoding':_0x2c2fb2[_0x1707ee(0x17d)]}),workerDetails[_0x1707ee(0x217)][_0x1707ee(0x19a)]),_0x3f170c;});};}}),_0x215dec['obsScreenshotMockApplied']=!![];},a37_0x1d0e7e(0xf0)),sendTestLog=o11yErrorHandler(async function sendTestLog(_0xf241b0){const _0x49ecb5=a37_0x1d0e7e,_0xbc6001=workerDetails[_0x49ecb5(0x217)][_0x49ecb5(0x19a)];if(!_0xbc6001)return;await MyReporter['addTestUIDAndReportLog'](TestDetails[_0x49ecb5(0x106)](_0xbc6001),_0xf241b0);},'sendTestLog'),registerListeners=()=>{const _0x5e502a=a37_0x1d0e7e;process[_0x5e502a(0x1da)](_0x5e502a(0x18a)+process[_0x5e502a(0x16c)]),process['on'](_0x5e502a(0x18a)+process[_0x5e502a(0x16c)],sendTestLog),PerformanceTester[_0x5e502a(0xeb)]();},mockAndroidClose=()=>{const _0x252279=a37_0x1d0e7e,_0x2b4438={'yMtIr':_0x252279(0x13f),'sxfWA':_0x252279(0x175),'JIvdm':'timedOut','oFSKK':'interrupted','KjdsD':function(_0x4bb19b,_0x8e4872,_0x2ebdd8){return _0x4bb19b(_0x8e4872,_0x2ebdd8);},'zEcoI':_0x252279(0x217),'ywIVo':'testStatus','loXiR':_0x252279(0x1df),'oWmKP':_0x252279(0x14c),'Mkvkz':_0x252279(0x19b),'TTAmQ':function(_0x37df43,_0x2ca909){return _0x37df43(_0x2ca909);},'ukzUD':_0x252279(0x13c),'LQVdX':'Not\x20able\x20to\x20import\x20Android','eSbgQ':_0x252279(0x11b)},_0x5c0928=path['join'](_0x2b4438[_0x252279(0x1fe)],_0x2b4438[_0x252279(0x11c)],_0x2b4438[_0x252279(0x210)]),_0x324696=_0x2b4438['TTAmQ'](importFileFromPWCore,_0x5c0928);if(!_0x324696){logger[_0x252279(0x1d2)](_0x2b4438['LQVdX']);return;}const _0x19336f=_0x324696[_0x252279(0x155)],_0x4fada4=_0x19336f[_0x252279(0x212)],_0x541830=_0x4fada4['close'];Object[_0x252279(0x22b)](_0x4fada4,_0x2b4438[_0x252279(0x18e)],{'get':function(){const _0x3581c4=_0x252279,_0x2a7deb={'KEava':_0x2b4438[_0x3581c4(0xfb)],'gQHVp':_0x2b4438['sxfWA'],'ECQDL':_0x2b4438[_0x3581c4(0x102)],'lFhAV':_0x2b4438[_0x3581c4(0x173)],'WlMma':function(_0x41784d,_0x2bfca0,_0x354189){return _0x2b4438['KjdsD'](_0x41784d,_0x2bfca0,_0x354189);},'eaLXW':_0x2b4438[_0x3581c4(0x22d)],'NhzmM':_0x2b4438['ywIVo'],'zkCNC':_0x2b4438[_0x3581c4(0x1fe)],'SdGeU':_0x2b4438[_0x3581c4(0x11c)],'VcJMS':_0x2b4438[_0x3581c4(0x1bc)],'VzyhB':function(_0x435bda,_0x2ebcd8){const _0x196d46=_0x3581c4;return _0x2b4438[_0x196d46(0x21e)](_0x435bda,_0x2ebcd8);},'XWWfa':function(_0x2e5548,_0x39e695,_0x2fc7ae){return _0x2b4438['KjdsD'](_0x2e5548,_0x39e695,_0x2fc7ae);}};return async function _0x283687(){const _0x3d2e03=_0x3581c4,_0x27ff94={'HuNGs':_0x2a7deb[_0x3d2e03(0x18c)],'DRwCU':_0x2a7deb[_0x3d2e03(0x18d)],'ypGuj':_0x2a7deb[_0x3d2e03(0x1ef)],'pQweV':_0x2a7deb['lFhAV'],'JAnEe':function(_0x323415,_0x391c3f,_0x533d5c){const _0x46f087=_0x3d2e03;return _0x2a7deb[_0x46f087(0xf8)](_0x323415,_0x391c3f,_0x533d5c);},'XVNEZ':_0x2a7deb[_0x3d2e03(0x164)],'gHyBp':_0x2a7deb[_0x3d2e03(0x1bf)],'peOtj':_0x2a7deb[_0x3d2e03(0x1b2)],'NXlrt':_0x2a7deb[_0x3d2e03(0x15a)],'tTFqP':_0x2a7deb['VcJMS'],'JaNKs':function(_0x411868,_0x10efa4){const _0x27488f=_0x3d2e03;return _0x2a7deb[_0x27488f(0x1c4)](_0x411868,_0x10efa4);},'XUjPK':function(_0x27f365,_0xadc0b6,_0x51d7a3){const _0x54b7fd=_0x3d2e03;return _0x2a7deb[_0x54b7fd(0x234)](_0x27f365,_0xadc0b6,_0x51d7a3);}};return _0x541830['apply'](this,arguments)[_0x3d2e03(0x137)](async()=>{const _0x2dadd0=_0x3d2e03;try{if([_0x27ff94[_0x2dadd0(0x193)],_0x27ff94['DRwCU'],_0x27ff94[_0x2dadd0(0x144)],_0x27ff94[_0x2dadd0(0x1f4)]][_0x2dadd0(0x21d)](_0x27ff94[_0x2dadd0(0x208)](nestedKeyValue,workerDetails,[_0x27ff94['XVNEZ'],_0x27ff94[_0x2dadd0(0x167)]]))){const _0x4c0f8f=path[_0x2dadd0(0x165)](_0x27ff94[_0x2dadd0(0x1d6)],_0x27ff94[_0x2dadd0(0x1eb)],_0x27ff94['tTFqP']),_0x405d5b=_0x27ff94[_0x2dadd0(0x1c1)](importFileFromPWCore,_0x4c0f8f);await _0x27ff94[_0x2dadd0(0x1d3)](promiseTimeout,new Promise(_0x4c027c=>this[_0x2dadd0(0x12d)](_0x405d5b['Events'][_0x2dadd0(0x1fb)][_0x2dadd0(0x183)],_0x4c027c)),0x7530);}}catch(_0x1fa5af){logger[_0x2dadd0(0x1d2)]('Failed\x20to\x20await\x20promise\x20in\x20android\x20close.\x20Error\x20-\x20'+_0x1fa5af);}});};}});},mockBrowserType=()=>{const _0x30c8d0=a37_0x1d0e7e,_0x3b0b9b={'vUCIa':function(_0x378b4b,_0x2b60af){return _0x378b4b(_0x2b60af);},'WQgzU':_0x30c8d0(0x132),'FPQXR':'connect\x20android','zCHWE':function(_0x40e2ae,_0x2b2c1e){return _0x40e2ae>_0x2b2c1e;},'DrEhU':_0x30c8d0(0x15b),'bmEJW':_0x30c8d0(0xdb),'DYrKm':function(_0x427bcc,_0x25e1e3){return _0x427bcc===_0x25e1e3;},'RvJha':_0x30c8d0(0x22e),'uaPkb':_0x30c8d0(0xf5),'jtvVl':function(_0x1a1729,_0x5b7e39,_0x5bd3f4){return _0x1a1729(_0x5b7e39,_0x5bd3f4);},'Rxpge':_0x30c8d0(0x1aa),'RBJTu':function(_0x1da89e,_0x55bf76,_0x13c817){return _0x1da89e(_0x55bf76,_0x13c817);},'iJwBW':_0x30c8d0(0x217),'XQHkV':_0x30c8d0(0x19a),'IQfgI':_0x30c8d0(0xe3),'zYyWG':function(_0x392eca){return _0x392eca();},'nTEcV':_0x30c8d0(0xfe),'ygvVG':_0x30c8d0(0x117),'KHPaI':_0x30c8d0(0x187),'kjSes':function(_0x3cb3b8,_0x5af521){return _0x3cb3b8(_0x5af521);},'GpuDA':function(_0x554035,_0x1d1044){return _0x554035(_0x1d1044);},'dzDOS':_0x30c8d0(0x1be),'fbgTK':function(_0x8ea124,_0x3a78f0){return _0x8ea124(_0x3a78f0);},'yZBbx':function(_0x151576){return _0x151576();},'MREbF':function(_0x10e04e,_0x450d0b){return _0x10e04e(_0x450d0b);},'Miwzs':_0x30c8d0(0x122),'dDAhT':'lib','ZpWbM':_0x30c8d0(0x14c),'ieNxU':'browserType.js','SlfnJ':function(_0x5a767b,_0x338081){return _0x5a767b(_0x338081);},'Odgqf':function(_0x50e63d,_0x3bdb4e){return _0x50e63d(_0x3bdb4e);},'dMqxL':_0x30c8d0(0x1b3)},_0x1a20df=path['join'](_0x3b0b9b[_0x30c8d0(0x1d4)],_0x3b0b9b[_0x30c8d0(0x11f)],_0x3b0b9b[_0x30c8d0(0x12c)]),_0x587f7f=_0x3b0b9b['SlfnJ'](importFileFromPWCore,_0x1a20df);if(!_0x587f7f){_0x3b0b9b[_0x30c8d0(0x18f)](debug,_0x3b0b9b[_0x30c8d0(0x10d)]);return;}const _0x1ba2b0=_0x587f7f[_0x30c8d0(0x22c)],_0x46e9f3=_0x1ba2b0['prototype'];if(_0x46e9f3[_0x30c8d0(0x120)])return;const _0x3dd274=_0x46e9f3['connect'];Object[_0x30c8d0(0x22b)](_0x46e9f3,_0x3b0b9b['uaPkb'],{'get':function(){const _0x35ffe5=_0x30c8d0,_0x5b7e01={'IdABS':function(_0x39d796,_0x4cd9af){const _0x32c8e4=a37_0x5bab;return _0x3b0b9b[_0x32c8e4(0x1f5)](_0x39d796,_0x4cd9af);},'dEYDR':_0x3b0b9b[_0x35ffe5(0x1c2)],'RQVAK':_0x3b0b9b[_0x35ffe5(0x220)],'wefyH':function(_0x25b6ee,_0x49cf10){const _0x2e7b4b=_0x35ffe5;return _0x3b0b9b[_0x2e7b4b(0x170)](_0x25b6ee,_0x49cf10);},'RgAdt':_0x3b0b9b[_0x35ffe5(0x1e7)],'WFCjB':_0x3b0b9b[_0x35ffe5(0xe1)],'rrpAm':function(_0x15ba7f,_0x16d784){const _0x1aa3c6=_0x35ffe5;return _0x3b0b9b[_0x1aa3c6(0x1f5)](_0x15ba7f,_0x16d784);},'YvbNN':function(_0x53f9c0,_0x4daf76){const _0x2c5a8c=_0x35ffe5;return _0x3b0b9b[_0x2c5a8c(0x160)](_0x53f9c0,_0x4daf76);},'ifkER':_0x3b0b9b['RvJha'],'bqayF':_0x3b0b9b[_0x35ffe5(0x1c0)],'IMIhl':function(_0x118845,_0x4cdf23,_0x41fdc2){const _0xa1a065=_0x35ffe5;return _0x3b0b9b[_0xa1a065(0x204)](_0x118845,_0x4cdf23,_0x41fdc2);},'wFbvb':_0x3b0b9b[_0x35ffe5(0x20a)],'yCGFB':function(_0x2a4d1c,_0x141236,_0x18a25a){const _0x566429=_0x35ffe5;return _0x3b0b9b[_0x566429(0x125)](_0x2a4d1c,_0x141236,_0x18a25a);},'IMHTg':_0x3b0b9b[_0x35ffe5(0x20c)],'IuAlg':_0x3b0b9b[_0x35ffe5(0x108)],'Pcqzn':_0x3b0b9b[_0x35ffe5(0x195)],'Zxgco':function(_0x45bbc6,_0x440599){const _0x1a6639=_0x35ffe5;return _0x3b0b9b[_0x1a6639(0x1f5)](_0x45bbc6,_0x440599);},'GcglA':function(_0x14e593){const _0x24ada7=_0x35ffe5;return _0x3b0b9b[_0x24ada7(0x1ae)](_0x14e593);},'CMRET':_0x3b0b9b[_0x35ffe5(0xf1)],'aOirD':function(_0x24d7a7,_0x46615b){return _0x3b0b9b['vUCIa'](_0x24d7a7,_0x46615b);},'uxQRn':_0x3b0b9b[_0x35ffe5(0x1f9)],'TIoFm':_0x3b0b9b[_0x35ffe5(0x1e8)]};return async function _0x36169a(_0x39dbb4,_0x5922c7){const _0x40ce70=_0x35ffe5,_0x197f43={'kGrTI':function(_0x153f0c,_0x4db388){return _0x5b7e01['wefyH'](_0x153f0c,_0x4db388);},'Wwbmi':_0x5b7e01[_0x40ce70(0x1c7)],'XFOZK':_0x5b7e01[_0x40ce70(0x143)],'ApyMV':function(_0x720312,_0x593460){const _0x2dcd2d=_0x40ce70;return _0x5b7e01[_0x2dcd2d(0x1c6)](_0x720312,_0x593460);},'gtdBd':_0x5b7e01[_0x40ce70(0x198)],'IdYkQ':function(_0x55c3f9,_0x59d5bf){return _0x5b7e01['YvbNN'](_0x55c3f9,_0x59d5bf);},'uOfDC':_0x5b7e01[_0x40ce70(0x178)],'CBCKc':_0x5b7e01[_0x40ce70(0x161)]},_0x1abc46=_0x5b7e01['IMIhl'](nestedKeyValue,_0x39dbb4,[_0x5b7e01[_0x40ce70(0x14f)]])||_0x39dbb4,_0x506381=_0x5b7e01[_0x40ce70(0x238)](nestedKeyValue,workerDetails,[_0x5b7e01[_0x40ce70(0x1b1)],_0x5b7e01[_0x40ce70(0x228)],_0x5b7e01[_0x40ce70(0x1c7)],_0x5b7e01['WFCjB'],_0x5b7e01[_0x40ce70(0x1cc)]]);let _0x4b70ec=null,_0x6c8fa=null;try{[_0x6c8fa,_0x4b70ec]=_0x1abc46?_0x5b7e01['Zxgco'](parseWSEndpoint,_0x1abc46):[null,null],global[_0x40ce70(0xf7)]=_0x506381;}catch(_0x4bf207){logger['debug'](_0x40ce70(0x14e)+_0x1abc46+'\x20'+_0x4bf207);}try{if(_0x4b70ec&&_0x4b70ec[_0x40ce70(0x118)]||_0x4b70ec['deviceName'])return _0x5b7e01[_0x40ce70(0x1b6)](isAccessibilityAutomationSession)&&logger['warn'](_0x5b7e01[_0x40ce70(0x101)]),base[_0x40ce70(0x200)]['connect'][_0x40ce70(0x172)](this,[_0x1abc46])[_0x40ce70(0x137)](async _0x331e1e=>{const _0x4b1d84=_0x40ce70,_0x14312c=workerDetails[_0x4b1d84(0x217)]['testInfo']||workerDetails['workerInfo'];_0x331e1e[_0x4b1d84(0x1cb)]=function(){const _0xd77079=_0x4b1d84;return _0x197f43[_0xd77079(0x185)](arguments[_0xd77079(0x1fa)],0x0)&&(arguments[0x0]=Object[_0xd77079(0x189)](arguments[0x0],helper[_0xd77079(0x226)](_0x14312c,[_0x197f43[_0xd77079(0x182)],_0x197f43[_0xd77079(0x1d5)]])||{})),_0x331e1e[_0xd77079(0x1e1)][_0xd77079(0x172)](this,arguments);};if(!_0x14312c)return _0x5b7e01['IdABS'](debug,_0x5b7e01[_0x4b1d84(0x198)]),_0x331e1e;return PlaywrightSessionDetails['setupBrowserDetails'](_0x331e1e,_0x14312c),await _0x5b7e01[_0x4b1d84(0x1f8)](sendCBTInfo,_0x5b7e01['RQVAK']),_0x331e1e;});}catch(_0x1e7f52){logger[_0x40ce70(0x1d2)](_0x40ce70(0x21b)+_0x1e7f52);}AccessibilityHelper[_0x40ce70(0x1ab)](_0x4b70ec,_0x6c8fa,workerDetails);if(global[_0x40ce70(0x1b4)])return await _0x46e9f3[_0x40ce70(0x21f)][_0x40ce70(0x172)](this,[''+Constants[_0x40ce70(0xfc)]+_0x5b7e01['aOirD'](encodeURIComponent,JSON[_0x40ce70(0xfa)](_0x4b70ec))]);return _0x3dd274[_0x40ce70(0x172)](this,[helper['nestedKeyValue'](workerDetails,[_0x5b7e01[_0x40ce70(0xe8)],_0x5b7e01[_0x40ce70(0x1c7)],_0x5b7e01['WFCjB'],_0x5b7e01['TIoFm'],_0x5b7e01[_0x40ce70(0x14f)]])])[_0x40ce70(0x137)](async _0x4aaa6f=>{const _0x2b3d63=_0x40ce70,_0x31c2a0=workerDetails['currentTest'][_0x2b3d63(0x19a)]||workerDetails[_0x2b3d63(0x117)];if(!_0x31c2a0)return _0x197f43[_0x2b3d63(0x11a)](debug,_0x197f43['gtdBd']),_0x4aaa6f;let _0x145f10=_0x39dbb4[_0x2b3d63(0x1aa)];return _0x197f43['IdYkQ'](typeof _0x39dbb4,_0x197f43[_0x2b3d63(0xff)])&&(_0x145f10=_0x39dbb4),PlaywrightSessionDetails['setupBrowserDetails'](_0x4aaa6f,_0x31c2a0,_0x145f10),await _0x197f43[_0x2b3d63(0x11a)](sendCBTInfo,_0x197f43[_0x2b3d63(0x1af)]),_0x4aaa6f;});};}});const _0x1bffe8=_0x46e9f3[_0x30c8d0(0x1be)];Object[_0x30c8d0(0x22b)](_0x46e9f3,_0x3b0b9b[_0x30c8d0(0x20f)],{'get':function(){const _0x226791=_0x30c8d0,_0xaf4742={'APPwV':function(_0x1a65a4,_0x45c841){return _0x3b0b9b['kjSes'](_0x1a65a4,_0x45c841);},'QymtO':_0x3b0b9b[_0x226791(0x1c2)],'WQDrC':_0x3b0b9b[_0x226791(0x121)]};return async function _0x53372f(..._0x481d24){const _0xdeef31=_0x226791,_0x5cc67f={'cfDsI':_0x3b0b9b[_0xdeef31(0x1e7)],'hvOCX':_0x3b0b9b[_0xdeef31(0xe1)],'FJVvm':function(_0xf456bb,_0x17a6f9){const _0x59edcd=_0xdeef31;return _0x3b0b9b[_0x59edcd(0x1e4)](_0xf456bb,_0x17a6f9);},'osbjg':_0x3b0b9b[_0xdeef31(0x1c2)],'sBLNv':function(_0x54d7e3,_0x2ae79f){const _0x5b445a=_0xdeef31;return _0x3b0b9b[_0x5b445a(0x12e)](_0x54d7e3,_0x2ae79f);},'HhFVs':_0x3b0b9b[_0xdeef31(0x20f)]},_0x5ecacf=_0x3b0b9b[_0xdeef31(0x125)](nestedKeyValue,workerDetails,[_0x3b0b9b[_0xdeef31(0x20c)],_0x3b0b9b[_0xdeef31(0x108)],_0x3b0b9b[_0xdeef31(0x1e7)],_0x3b0b9b[_0xdeef31(0xe1)],_0x3b0b9b[_0xdeef31(0x1e8)],_0x3b0b9b['Rxpge']]),_0x551a47=_0x3b0b9b[_0xdeef31(0x204)](nestedKeyValue,workerDetails,[_0x3b0b9b[_0xdeef31(0x20c)],_0x3b0b9b[_0xdeef31(0x108)],_0x3b0b9b[_0xdeef31(0x1e7)],_0x3b0b9b[_0xdeef31(0xe1)],_0x3b0b9b['IQfgI']]);let _0xeb4a82=null,_0x405526=null;try{[_0x405526,_0xeb4a82]=_0x5ecacf?_0x3b0b9b[_0xdeef31(0x1ce)](parseWSEndpoint,_0x5ecacf):[null,null],global['__platformCaps']=_0x551a47;}catch(_0x5c899e){logger[_0xdeef31(0x1d2)](_0xdeef31(0x14e)+_0x5ecacf+'\x20'+_0x5c899e);}try{if(_0xeb4a82&&_0xeb4a82[_0xdeef31(0x118)]||_0xeb4a82['deviceName'])return _0x3b0b9b[_0xdeef31(0x222)](isAccessibilityAutomationSession)&&logger[_0xdeef31(0x177)](_0x3b0b9b[_0xdeef31(0xf1)]),base[_0xdeef31(0x200)][_0xdeef31(0xf5)][_0xdeef31(0x172)](this,[helper['nestedKeyValue'](workerDetails,[_0x3b0b9b[_0xdeef31(0x1f9)],_0x3b0b9b[_0xdeef31(0x1e7)],_0x3b0b9b[_0xdeef31(0xe1)],_0x3b0b9b[_0xdeef31(0x1e8)],_0x3b0b9b[_0xdeef31(0x20a)]])])[_0xdeef31(0x137)](async _0x34ca1c=>{const _0x2d2a59=_0xdeef31,_0x119671=workerDetails[_0x2d2a59(0x217)][_0x2d2a59(0x19a)]||workerDetails['workerInfo'];_0x34ca1c[_0x2d2a59(0x1cb)]=function(){const _0x18ac5a=_0x2d2a59;return arguments[0x0]=Object[_0x18ac5a(0x189)](arguments[0x0],helper[_0x18ac5a(0x226)](_0x119671,[_0x5cc67f['cfDsI'],_0x5cc67f[_0x18ac5a(0x223)]])||{}),_0x34ca1c[_0x18ac5a(0x1e1)][_0x18ac5a(0x172)](this,arguments);};if(!_0x119671)return _0xaf4742[_0x2d2a59(0x145)](debug,_0xaf4742[_0x2d2a59(0x12f)]),_0x34ca1c;return PlaywrightSessionDetails[_0x2d2a59(0x126)](_0x34ca1c,_0x119671),await _0xaf4742[_0x2d2a59(0x145)](sendCBTInfo,_0xaf4742[_0x2d2a59(0x110)]),_0x34ca1c;});}catch(_0x2705b0){logger[_0xdeef31(0x1d2)](_0xdeef31(0x21b)+_0x2705b0);}AccessibilityHelper[_0xdeef31(0x1ab)](_0xeb4a82,_0x405526,workerDetails);if(global[_0xdeef31(0x1b4)])return await _0x46e9f3[_0xdeef31(0x21f)]['apply'](this,[''+Constants[_0xdeef31(0xfc)]+_0x3b0b9b[_0xdeef31(0x17c)](encodeURIComponent,JSON['stringify'](_0xeb4a82))]);return _0x1bffe8[_0xdeef31(0x172)](this,arguments)['then'](async _0x51a33f=>{const _0x2e6f19=_0xdeef31,_0x3b8c88=workerDetails[_0x2e6f19(0x217)][_0x2e6f19(0x19a)]||workerDetails[_0x2e6f19(0x117)];if(!_0x3b8c88)return _0x5cc67f[_0x2e6f19(0x168)](debug,_0x5cc67f[_0x2e6f19(0x20d)]),_0x51a33f;return PlaywrightSessionDetails[_0x2e6f19(0x126)](_0x51a33f,_0x3b8c88),await _0x5cc67f[_0x2e6f19(0x162)](sendCBTInfo,_0x5cc67f[_0x2e6f19(0x1b0)]),_0x51a33f;});};}});},beforeWorkerHook=o11yErrorHandler(function beforeWorkerHook(_0x31069d){const _0x56f948=a37_0x1d0e7e,_0x4d1616={'tESXA':'2|5|0|6|4|1|8|3|7','SDVlj':function(_0x5703c5){return _0x5703c5();},'WrVEe':function(_0x187a44){return _0x187a44();},'vmpAu':function(_0x18028f){return _0x18028f();},'zuSmn':function(_0x460e91){return _0x460e91();}},_0x18008b=_0x4d1616['tESXA']['split']('|');let _0x1c62f0=0x0;while(!![]){switch(_0x18008b[_0x1c62f0++]){case'0':_0x4d1616['SDVlj'](mockBrowserType);continue;case'1':if(!_0x4d1616[_0x56f948(0x156)](isTestObservabilitySession))return;continue;case'2':const _0x2aa4df={};_0x2aa4df['logLevel']=process['env']['BROWSERSTACK_LOG_LEVEL'],helper[_0x56f948(0x124)](_0x2aa4df,new Map(),new Map());continue;case'3':_0x4d1616['SDVlj'](mockRequests);continue;case'4':try{_0x4d1616[_0x56f948(0x1cd)](mockAndroidClose);}catch(_0x2e5082){logger[_0x56f948(0x1d2)](_0x56f948(0x113)+_0x2e5082);}continue;case'5':workerDetails[_0x56f948(0x117)]=_0x31069d;continue;case'6':try{_0x4d1616[_0x56f948(0x156)](mockContextNewPage);}catch(_0x4d34d7){logger[_0x56f948(0x1d2)]('Unable\x20to\x20mock\x20newPage\x20for\x20context\x20marking\x20'+_0x4d34d7);}continue;case'7':_0x4d1616[_0x56f948(0x199)](mockPageScreenshot);continue;case'8':_0x4d1616[_0x56f948(0x1ad)](registerListeners);continue;}break;}},'beforeWorkerHook',['workerIndex'],!![]),afterWorkerHook=o11yErrorHandler(async function afterWorkerHook(_0x2b507e){const _0x539ed5=a37_0x1d0e7e,_0x12da2e={'LguWw':function(_0x4c1671,_0x598769){return _0x4c1671(_0x598769);},'XjEia':_0x539ed5(0x105)};await RequestQueueHandler[_0x539ed5(0xe0)]()[_0x539ed5(0x239)](),PerformanceTester[_0x539ed5(0x1a0)](),_0x12da2e[_0x539ed5(0x209)](debug,_0x539ed5(0x1c9)+process['pid']+_0x539ed5(0x11d)+helper[_0x539ed5(0x226)](_0x2b507e,[_0x12da2e[_0x539ed5(0x115)]]));},a37_0x1d0e7e(0x1db),['workerIndex'],!![]),beforeTestHook=o11yErrorHandler(async function beforeTestHook(_0x44599f){const _0x379e46=a37_0x1d0e7e,_0xbe6539={'OfvWf':function(_0x4b5978,_0x8a618b){return _0x4b5978(_0x8a618b);},'TDNKk':_0x379e46(0x21a)};workerDetails[_0x379e46(0x217)]={'id':TestDetails[_0x379e46(0x1d0)](_0x44599f),'testInfo':_0x44599f,'testStatus':_0x44599f[_0x379e46(0x233)]},workerDetails[_0x379e46(0x139)]=null,await _0xbe6539[_0x379e46(0x15f)](sendCBTInfo,_0xbe6539[_0x379e46(0xe2)]);},a37_0x1d0e7e(0x21a),[a37_0x1d0e7e(0x1bb)],!![]),afterTestHook=o11yErrorHandler(async function afterTestHook(_0x3956cf){const _0x36d17a=a37_0x1d0e7e,_0x25315a={'dqZDf':function(_0xbde0a9,_0x295d30){return _0xbde0a9(_0x295d30);},'mNgSp':_0x36d17a(0x1bb),'qVTgT':_0x36d17a(0x1e2),'bClhw':function(_0x46637,_0x22f215){return _0x46637(_0x22f215);},'oVVfV':function(_0x303dc5,_0xe33f1d){return _0x303dc5(_0xe33f1d);},'WoTOt':function(_0x3c4a00,_0xfd5ccc,_0x2941f1){return _0x3c4a00(_0xfd5ccc,_0x2941f1);},'endGF':function(_0x354743,_0x22e2e5){return _0x354743&&_0x22e2e5;},'mkEcz':'3|1|0|2|4','evEPT':_0x36d17a(0x232),'SEcFf':_0x36d17a(0x1a8),'PYEBE':_0x36d17a(0x138),'MyBas':function(_0x4fdf7f){return _0x4fdf7f();},'avysj':function(_0x374f39,_0x53fde7){return _0x374f39+_0x53fde7;},'DJpQq':_0x36d17a(0xe5),'JrShn':function(_0x216ff7,_0x4ab418){return _0x216ff7(_0x4ab418);}};_0x25315a[_0x36d17a(0x15e)](debug,_0x36d17a(0xdc)+process[_0x36d17a(0x16c)]+',\x20Test\x20Title\x20-\x20'+helper[_0x36d17a(0x226)](_0x3956cf,[_0x25315a[_0x36d17a(0xdd)]])+',\x20Test\x20File\x20-\x20'+helper[_0x36d17a(0x226)](_0x3956cf,[_0x25315a[_0x36d17a(0x1a3)]]));if(!_0x25315a[_0x36d17a(0x13d)](isFalse,process[_0x36d17a(0x19f)][_0x36d17a(0x10c)])||!_0x25315a[_0x36d17a(0x219)](isFalse,process[_0x36d17a(0x19f)][_0x36d17a(0x159)])){try{const _0x13f9cb=workerDetails['pwPage'];if(global[_0x36d17a(0x1b4)]){const _0x138934=workerDetails[_0x36d17a(0x217)][_0x36d17a(0x19a)],_0x11fee5=_0x25315a['WoTOt'](shouldScanTestForAccessibility,_0x138934['titlePath'],!![]),_0x4ad31e=PlaywrightSessionDetails[_0x36d17a(0x107)](),_0x43e97b=await AccessibilityHelper[_0x36d17a(0x224)](_0x4ad31e),_0x205799=TestDetails[_0x36d17a(0x1f6)](TestDetails['getTestRunIdFromTestInfo'](_0x3956cf));TestDetails['setAccessibilityPlatformValidation'](_0x25315a[_0x36d17a(0x15d)](_0x43e97b,_0x11fee5),_0x205799);if(_0x43e97b){const _0x2766c0={};_0x2766c0[_0x36d17a(0x147)]=_0x205799,_0x2766c0[_0x36d17a(0x1c5)]=process['env'][testHubConstants[_0x36d17a(0x152)][_0x36d17a(0x158)]],_0x2766c0[_0x36d17a(0xf6)]=process[_0x36d17a(0x19f)][testHubConstants[_0x36d17a(0x152)][_0x36d17a(0x1ee)]];const _0x30bd8f=_0x2766c0;if(_0x11fee5){const _0x28c374=_0x25315a[_0x36d17a(0x1e5)][_0x36d17a(0x1f2)]('|');let _0x1f91fa=0x0;while(!![]){switch(_0x28c374[_0x1f91fa++]){case'0':logger.debug('Performing scan before saving results');continue;case'1':logger[_0x36d17a(0x11e)](_0x25315a[_0x36d17a(0x153)]);continue;case'2':logger.debug(util.format(await AccessibilityHelper.browserStackEvaluate(_0x13f9cb,scripts.performScan)));continue;case'3':logger[_0x36d17a(0x1d2)](_0x36d17a(0x16d)+JSON[_0x36d17a(0xfa)](_0x30bd8f));continue;case'4':await AccessibilityHelper.browserStackEvaluate(_0x13f9cb,scripts.saveTestResults,_0x30bd8f);continue;}break;}}_0x11fee5&&logger['info'](_0x25315a[_0x36d17a(0x109)]);}}}catch(_0x1320bb){logger[_0x36d17a(0x1d2)](_0x25315a[_0x36d17a(0x13b)],_0x1320bb);}await MyReporter['sendSessionDetails'](TestDetails[_0x36d17a(0x106)](_0x3956cf),_0x25315a[_0x36d17a(0x207)](getCBTInfo));}try{!workerDetails[_0x36d17a(0x139)]&&await _0x25315a[_0x36d17a(0x140)](playwrightSetSessionName,workerDetails[_0x36d17a(0x1e0)],_0x3956cf),await _0x25315a[_0x36d17a(0x140)](playwrightMarkSessionStatus,workerDetails[_0x36d17a(0x1e0)],_0x3956cf);}catch(_0x54c32f){logger['debug'](_0x25315a[_0x36d17a(0x1a5)](_0x25315a['DJpQq'],util[_0x36d17a(0x10f)](_0x54c32f)));}const _0x59b4ba={};_0x59b4ba['id']=undefined,_0x59b4ba[_0x36d17a(0x19a)]=undefined,_0x59b4ba['testStatus']=_0x3956cf[_0x36d17a(0x233)],workerDetails[_0x36d17a(0x217)]=_0x59b4ba,_0x25315a[_0x36d17a(0x206)](debug,_0x36d17a(0x16b)+process[_0x36d17a(0x16c)]+_0x36d17a(0x1a6)+helper['nestedKeyValue'](_0x3956cf,[_0x25315a[_0x36d17a(0xdd)]])+_0x36d17a(0x14b)+helper['nestedKeyValue'](_0x3956cf,[_0x25315a[_0x36d17a(0x1a3)]]));},a37_0x1d0e7e(0x1a2),['title'],!![]),mockContextTracing=o11yErrorHandler(function mockContextTracing(_0x25b2a0){const _0x58e078=a37_0x1d0e7e,_0x4c240f={};_0x4c240f[_0x58e078(0x154)]='start';const _0x1a6770=_0x4c240f,_0x5b91ea=_0x25b2a0[_0x58e078(0x237)][_0x58e078(0x13a)]['prototype'];if(_0x5b91ea[_0x58e078(0x171)])return;const _0x400696=_0x5b91ea['start'];Object[_0x58e078(0x22b)](_0x5b91ea,_0x1a6770[_0x58e078(0x154)],{'get':function(){return async function _0x33baf0(){const _0x146e84=a37_0x5bab;return _0x400696[_0x146e84(0x172)](this,arguments);};}}),_0x5b91ea[_0x58e078(0x171)]=!![];},'mockContextTracing'),storeTestResults=_0x4db463=>{const _0x5da210=a37_0x1d0e7e,_0x19669a={'bDVHS':_0x5da210(0x1bb),'jVVMO':function(_0x1cf308,_0x41a9a4,_0x5c4814){return _0x1cf308(_0x41a9a4,_0x5c4814);},'VVDBX':_0x5da210(0x12a),'TAYNj':_0x5da210(0xee)};try{if(!_0x4db463[_0x5da210(0x22f)])return;;const _0x156b4a={},_0x36772d=[];_0x4db463[_0x5da210(0x22f)]['forEach'](_0x10b915=>{const _0x148bae=_0x5da210;_0x36772d['push'](_0x10b915[_0x148bae(0xe4)]);});const _0x5ee06d=helper[_0x5da210(0x226)](_0x4db463,[_0x19669a[_0x5da210(0x221)]]);_0x156b4a[_0x5ee06d]=_0x36772d[_0x5da210(0x165)](',\x20');const _0x580667=workerDetails?.[_0x5da210(0x1d8)],_0xb154dd=_0x580667?.['platform']+',\x20'+_0x580667?.['platform_version']+',\x20'+_0x580667?.[_0x5da210(0x218)]+',\x20'+_0x19669a[_0x5da210(0x19e)](parseInt,_0x580667?.[_0x5da210(0x134)],0xa),_0x59eee7=path[_0x5da210(0x165)](helper[_0x5da210(0xe7)](),_0x19669a[_0x5da210(0x191)],_0x19669a['TAYNj']);let _0x4ef613={};fs[_0x5da210(0x14a)](_0x59eee7)&&(_0x4ef613=fs[_0x5da210(0x230)](_0x59eee7),_0x4ef613=JSON[_0x5da210(0x17e)](_0x4ef613));if(!!_0x4ef613[_0xb154dd]){const _0x34f14e=Object[_0x5da210(0x189)]({},_0x4ef613[_0xb154dd],_0x156b4a);_0x4ef613[_0xb154dd]=_0x34f14e;}else _0x4ef613[_0xb154dd]=_0x156b4a;fs[_0x5da210(0x184)](_0x59eee7,JSON['stringify'](_0x4ef613));}catch(_0x42f382){logger[_0x5da210(0x1d2)]('Error\x20in\x20storing\x20test\x20information,\x20Exception:\x20'+_0x42f382);}},a37_0x48f206={};a37_0x48f206[a37_0x1d0e7e(0x166)]=!![],a37_0x48f206['scope']='test';const a37_0x2d5ffd={};a37_0x2d5ffd[a37_0x1d0e7e(0x166)]=!![],a37_0x2d5ffd[a37_0x1d0e7e(0x14d)]=a37_0x1d0e7e(0x1dc);const test=base['test'][a37_0x1d0e7e(0x157)]({'page':async({page:_0x5b30f1},_0x5eb392,_0x2f313c)=>{const _0x243caf=a37_0x1d0e7e,_0x2b3b5c={'UQIgA':function(_0x4b2de7,_0x3844b6){return _0x4b2de7(_0x3844b6);},'ChHJf':function(_0x2fe446,_0x1a3de6,_0x31d08d){return _0x2fe446(_0x1a3de6,_0x31d08d);},'GeAgQ':function(_0x5e8b29,_0x33e67e){return _0x5e8b29(_0x33e67e);}};workerDetails['pwPage']=_0x5b30f1,workerDetails[_0x243caf(0x139)]=!![],!_0x2b3b5c['UQIgA'](isFalse,process[_0x243caf(0x19f)][_0x243caf(0xf9)])?(await _0x2b3b5c[_0x243caf(0x1ca)](playwrightSetSessionName,_0x5b30f1,_0x2f313c),await _0x2b3b5c[_0x243caf(0x194)](_0x5eb392,_0x5b30f1)):await _0x2b3b5c[_0x243caf(0x20e)](_0x5eb392,_0x5b30f1);},'context':async({context:_0x5a2982,browser:_0xae1e29},_0x53833c,_0x249044)=>{const _0x1ad939=a37_0x1d0e7e,_0x409a6b={'gGVTO':function(_0x12c72c,_0x47c2fa){return _0x12c72c(_0x47c2fa);},'svmJE':function(_0x5c53fa,_0x5529ce){return _0x5c53fa(_0x5529ce);},'yLreQ':function(_0x2ee2a4,_0x2b0cb5){return _0x2ee2a4(_0x2b0cb5);},'NGhYE':function(_0xb326f1,_0x62931e){return _0xb326f1(_0x62931e);},'pXRyV':function(_0x17cef1,_0x236919){return _0x17cef1(_0x236919);}};if(global[_0x1ad939(0x1b4)]){_0x5a2982[_0x1ad939(0x11b)]();const _0x450c68=await _0xae1e29[_0x1ad939(0x236)]()[0x0];!_0x409a6b[_0x1ad939(0x119)](isFalse,process['env'][_0x1ad939(0x10c)])&&_0x409a6b[_0x1ad939(0x20b)](mockContextTracing,_0x450c68),await _0x409a6b[_0x1ad939(0x214)](_0x53833c,_0x450c68);}else!_0x409a6b[_0x1ad939(0x1c3)](isFalse,process[_0x1ad939(0x19f)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&_0x409a6b[_0x1ad939(0x146)](mockContextTracing,_0x5a2982),await _0x409a6b[_0x1ad939(0x119)](_0x53833c,_0x5a2982);},'__browserstack_testHook':[async({},_0x25ec1b,_0x4ee829)=>{const _0x16ed71=a37_0x1d0e7e,_0x1326d7={'BUcUT':_0x16ed71(0x169),'VmmQH':function(_0x27732e,_0xd3ba21){return _0x27732e(_0xd3ba21);},'rfCMk':function(_0x4623cd,_0x156c54){return _0x4623cd(_0x156c54);},'VJfXy':function(_0x262dc5){return _0x262dc5();}},_0x347b05=_0x1326d7['BUcUT'][_0x16ed71(0x1f2)]('|');let _0x254561=0x0;while(!![]){switch(_0x347b05[_0x254561++]){case'0':_0x1326d7[_0x16ed71(0x17a)](debug,'Test\x20Hook\x20ended,\x20PID\x20'+process[_0x16ed71(0x16c)]);continue;case'1':await _0x1326d7[_0x16ed71(0x21c)](afterTestHook,_0x4ee829);continue;case'2':await _0x1326d7[_0x16ed71(0x21c)](beforeTestHook,_0x4ee829);continue;case'3':_0x1326d7['rfCMk'](storeTestResults,_0x4ee829);continue;case'4':_0x1326d7[_0x16ed71(0x17a)](debug,_0x16ed71(0x205)+process[_0x16ed71(0x16c)]);continue;case'5':await _0x1326d7[_0x16ed71(0x19d)](_0x25ec1b);continue;}break;}},a37_0x48f206],'__browserstack_workerHook':[async({},_0x2bf453,_0x9433f7)=>{const _0x54953d=a37_0x1d0e7e,_0x413e45={'vYKtd':function(_0x1ab3d1,_0x4fdd8a){return _0x1ab3d1(_0x4fdd8a);},'nmCHR':function(_0x2bea07,_0x37125f){return _0x2bea07(_0x37125f);},'UDTpy':_0x54953d(0x131),'MygAj':function(_0x5bb4ba){return _0x5bb4ba();},'JptNB':'beforeWorkerHook','xgmrQ':_0x54953d(0x1db),'ScsLk':'beforeTestHook','qFMnm':_0x54953d(0x1a2),'myyia':_0x54953d(0xea),'akDOa':_0x54953d(0x128),'pzmkp':_0x54953d(0x10e),'bWGKr':_0x54953d(0x126),'nVzKK':_0x54953d(0xfd),'URnjE':_0x54953d(0x1dd),'qAaPj':function(_0xcecbae){return _0xcecbae();}};_0x413e45[_0x54953d(0x151)](beforeWorkerHook,_0x9433f7);if(!_0x413e45[_0x54953d(0xf3)](isFalse,process[_0x54953d(0x19f)][_0x54953d(0x10c)])||!_0x413e45[_0x54953d(0xf3)](isFalse,process['env'][_0x54953d(0x159)])){const _0xd94e5d=_0x413e45['UDTpy'][_0x54953d(0x1f2)]('|');let _0x3476be=0x0;while(!![]){switch(_0xd94e5d[_0x3476be++]){case'0':await _0x413e45['MygAj'](_0x2bf453);continue;case'1':_0x413e45[_0x54953d(0x151)](debug,_0x54953d(0x188)+process['pid']);continue;case'2':process[_0x54953d(0x19f)][_0x54953d(0x13e)]&&PerformanceTester[_0x54953d(0xeb)](_0x54953d(0x190)+_0x9433f7[_0x54953d(0x105)][_0x54953d(0x196)]()+_0x54953d(0x186));continue;case'3':await _0x413e45[_0x54953d(0xf3)](afterWorkerHook,_0x9433f7);continue;case'4':process['env']['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&await PerformanceTester['stopAndGenerate'](_0x54953d(0x190)+_0x9433f7[_0x54953d(0x105)][_0x54953d(0x196)]()+_0x54953d(0x130),[_0x413e45[_0x54953d(0x123)],_0x413e45['xgmrQ'],_0x413e45['ScsLk'],_0x413e45[_0x54953d(0x1fd)],_0x413e45[_0x54953d(0x202)],_0x413e45[_0x54953d(0x1ec)],_0x413e45['pzmkp'],_0x413e45[_0x54953d(0x213)],_0x413e45['nVzKK'],_0x413e45['URnjE']]);continue;}break;}}else await _0x413e45['qAaPj'](_0x2bf453);},a37_0x2d5ffd],'browser':async({browser:_0x46a1f7},_0x4e2e17,_0x42b1a5)=>{const _0x3b05a5=a37_0x1d0e7e,_0x3948ba={'PtFxx':function(_0x482b2e,_0x1b48a1){return _0x482b2e(_0x1b48a1);},'qTLFW':function(_0x4aafb5,_0x5b6339){return _0x4aafb5(_0x5b6339);},'pnNMg':_0x3b05a5(0x1f1)};(!_0x3948ba[_0x3b05a5(0x142)](isFalse,process[_0x3b05a5(0x19f)]['BROWSERSTACK_TEST_OBSERVABILITY'])||global['accessibilityPlatform'])&&(PlaywrightSessionDetails[_0x3b05a5(0x126)](_0x46a1f7,_0x42b1a5),await _0x3948ba[_0x3b05a5(0x16a)](sendCBTInfo,_0x3948ba['pnNMg'])),await _0x3948ba[_0x3b05a5(0x142)](_0x4e2e17,_0x46a1f7);}});base[a37_0x1d0e7e(0xe6)]=test,base[a37_0x1d0e7e(0x116)]=test;
@@ -1 +1 @@
1
- function a38_0x29c7(){const _0x25a158=['nestedKeyValue','paths','log','lCgKK','JcdaS','lQWTh','../../helpers/test-observability/utils','fYcPb','bEtot','../../helpers/testhub/utils','BROWSERSTACK_AUTOMATION','BROWSERSTACK_SETUP_CONFIG_PATH','163604ysqnGe','bPjzp','projects','testMatch','ZJTcZ','mrdDw','2|0|4|3|1','setAdditionalCapabilities','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','WYaNn','existsSync','uIcQE','iyzKa','25YvHyTC','reporter','RWRkz','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','cjila','juptS','playwrightProjectNameUpdate','platformCaps','./reporter/reporter.js','push','1709642fACtFB','Szwyk','project','SpfLp','ZmLBO','jYFCp','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','rCzwM','parallelsPerPlatform','eUzuI','lXsBQ','collectFilesForProject','playwright','NJRdY','use','jRoSn','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright\x20','length','respectGitIgnore','TOIAf','XLWxv','FwbbP','LmLcs','path','parseYaml','MHyOI','object','QfPYS','ckeyv','BbwVk','odhCM','ROJTZ','../../bin/utils/constants','toLowerCase','BROWSERSTACK_PW_CONFIG_DIR','assign','USER_CONFIG_DETAILS_PATH','EJYRN','util','invalidKeys','vBpGV','XKihz','./reporter/pwUtils','hkjPZ','../../helpers/helper','includes','9490926Vzrakh','resolve','wsEndpoint','connectOptions','2572209rPDDBJ','20wEFQOP','PLAYWRIGHT','isArray','16TybXCG','AHAdy','isUndefined','TZJom','GAHLh','Unkpe','MaoFz','tJKjH','uniqueDependency','teardown','OTiot','GzYaH','ahgiP','EtRdy','env','split','../../helpers/test-observability/constants','_internal','exports','requirePWModule','39829141WVyhgc','testIgnore','playwrightConfigOptions','OuGTW','scVTd','DxNZM','1WyJlQa','KlFif','format','join','UfTDa','vfYKo','apply','eALkk','name','hIeVu','initialize','zwOoH','ZewNc','QdSWz','forEach','keys','Vrkix','dependencies','1258334buhlDf','platforms','workers','dflcs','jJRlh','FZxLx','lriXV','../../helpers/test-observability/error-handler','WvEye','fKedt','XCpmX','modifyBrowserStackCaps','PRzLD','invalidTestInputType','writeTempPWConfig','2253717dodEkI','default','string','BmGjL','gCerv','deepClone','rOxWn','iTyrG','config','setup','testDir','qTezh','GvosM','globalSetup'];a38_0x29c7=function(){return _0x25a158;};return a38_0x29c7();}const a38_0xe0a58e=a38_0x1e2b;function a38_0x1e2b(_0x1e7334,_0x147bc5){const _0x29c76d=a38_0x29c7();return a38_0x1e2b=function(_0x1e2b9d,_0x5752f7){_0x1e2b9d=_0x1e2b9d-0x18e;let _0x2052bc=_0x29c76d[_0x1e2b9d];return _0x2052bc;},a38_0x1e2b(_0x1e7334,_0x147bc5);}(function(_0x1b2a2a,_0x56adaf){const _0x29beab=a38_0x1e2b,_0xb64431=_0x1b2a2a();while(!![]){try{const _0x43a7e3=-parseInt(_0x29beab(0x22d))/0x1*(-parseInt(_0x29beab(0x1dd))/0x2)+-parseInt(_0x29beab(0x20f))/0x3+parseInt(_0x29beab(0x1c6))/0x4*(-parseInt(_0x29beab(0x1d3))/0x5)+-parseInt(_0x29beab(0x20b))/0x6+-parseInt(_0x29beab(0x19d))/0x7*(parseInt(_0x29beab(0x213))/0x8)+-parseInt(_0x29beab(0x1ac))/0x9*(parseInt(_0x29beab(0x210))/0xa)+parseInt(_0x29beab(0x227))/0xb;if(_0x43a7e3===_0x56adaf)break;else _0xb64431['push'](_0xb64431['shift']());}catch(_0x3af287){_0xb64431['push'](_0xb64431['shift']());}}}(a38_0x29c7,0xed335));const fs=require('fs'),util=require(a38_0xe0a58e(0x203)),path=require(a38_0xe0a58e(0x1f4));let config={};const browserstackSetup={},helper=require(a38_0xe0a58e(0x209)),{PLAYWRIGHT_CONFIG_OPTION_ERRORS}=require(a38_0xe0a58e(0x1fd)),{getTransformPath,getProjectUtilsPath}=require(a38_0xe0a58e(0x207)),{shouldProcessEventForTesthub}=require(a38_0xe0a58e(0x1c3)),{CrashReporter}=require(a38_0xe0a58e(0x1a4)),{FRAMEWORKS}=require(a38_0xe0a58e(0x223)),{getFrameworkVersion}=require(a38_0xe0a58e(0x1c0)),handleAutomationTrue=async()=>{const _0x5408b1=a38_0xe0a58e,_0x554859={'MaoFz':_0x5408b1(0x1e9),'fKedt':_0x5408b1(0x1eb),'XKihz':_0x5408b1(0x20e),'jYFCp':function(_0x2e6341,_0x45e91f){return _0x2e6341+_0x45e91f;},'SKqQz':function(_0x2dabdb,_0x5569c5){return _0x2dabdb(_0x5569c5);},'Vrkix':function(_0x10e5a8,_0x32d03a,_0x4fd4ae,_0x8e4322){return _0x10e5a8(_0x32d03a,_0x4fd4ae,_0x8e4322);},'eALkk':function(_0x41bce0,_0x3c9803){return _0x41bce0===_0x3c9803;},'ZmLBO':_0x5408b1(0x19f),'OTiot':_0x5408b1(0x1c8),'lQWTh':function(_0x1ce548){return _0x1ce548();},'dflcs':_0x5408b1(0x1b6),'odhCM':_0x5408b1(0x1c9),'tJKjH':_0x5408b1(0x228),'ckeyv':function(_0xdd23fb,_0x24528b){return _0xdd23fb+_0x24528b;},'CEqUW':_0x5408b1(0x1ed),'JcdaS':function(_0x3e14c4,_0x4a1ce7,_0x14a2b6,_0x406ae0){return _0x3e14c4(_0x4a1ce7,_0x14a2b6,_0x406ae0);},'hkjPZ':function(_0x3fa752,_0x36ca11){return _0x3fa752*_0x36ca11;}};if(helper['isBrowserstackInfra']()){if(helper[_0x5408b1(0x215)](browserstackSetup['config']['platforms'])||_0x554859[_0x5408b1(0x192)](browserstackSetup[_0x5408b1(0x1b4)][_0x5408b1(0x19e)][_0x5408b1(0x1ee)],0x0)){const _0x28bdfa=browserstackSetup['config'][_0x5408b1(0x1e5)]||browserstackSetup['config']['workers']||config[_0x554859[_0x5408b1(0x1e1)]]||0x1;config[_0x554859['ZmLBO']]=_0x28bdfa;return;}config[_0x554859[_0x5408b1(0x21d)]]=[];const _0xab0c5e=[];browserstackSetup[_0x5408b1(0x1b4)][_0x5408b1(0x19e)]['forEach']((_0x3c9050,_0x186751)=>{const _0x4f467e=_0x5408b1;_0xab0c5e[_0x4f467e(0x1dc)](helper[_0x4f467e(0x1a8)](browserstackSetup['config'],_0x554859[_0x4f467e(0x219)],_0x186751));}),_0xab0c5e[_0x5408b1(0x199)](_0x152cf3=>{const _0x173d0d=_0x5408b1;helper[_0x173d0d(0x1cd)](_0x152cf3);});let _0x534074,_0x315e03=[];try{_0x534074=helper[_0x5408b1(0x226)][_0x5408b1(0x191)](null,_0x554859[_0x5408b1(0x1bf)](getProjectUtilsPath));const _0xc94f29={};_0xc94f29[_0x5408b1(0x1ef)]=!![];const _0x1d197d={};_0x1d197d[_0x5408b1(0x1ef)]=!![],_0x1d197d['testDir']='',_0x1d197d[_0x5408b1(0x1c9)]='',_0x1d197d[_0x5408b1(0x228)]='',_0x1d197d[_0x5408b1(0x224)]=_0xc94f29;const _0x39325b={};_0x39325b[_0x5408b1(0x1df)]=_0x1d197d;let _0x37d0b6=_0x39325b;config[_0x554859['dflcs']]&&(_0x37d0b6[_0x5408b1(0x1df)][_0x554859['dflcs']]=config[_0x554859[_0x5408b1(0x1a0)]]),config[_0x554859[_0x5408b1(0x1fb)]]&&(_0x37d0b6['project'][_0x554859['odhCM']]=config[_0x554859[_0x5408b1(0x1fb)]]),config[_0x554859[_0x5408b1(0x21a)]]&&(_0x37d0b6[_0x5408b1(0x1df)][_0x554859['tJKjH']]=config[_0x554859['tJKjH']]),_0x37d0b6=Object[_0x5408b1(0x200)](_0x37d0b6,_0x37d0b6[_0x5408b1(0x1df)]),_0x315e03=await _0x534074['collectFilesForProject'](_0x37d0b6);}catch(_0xac5219){console[_0x5408b1(0x1bc)](_0x554859[_0x5408b1(0x1f9)](_0x554859['CEqUW'],util[_0x5408b1(0x22f)](_0xac5219)));}const _0x6dfae1=helper['getPlaywrightUrl'](browserstackSetup[_0x5408b1(0x1b4)]),_0x2f4210=await _0x554859[_0x5408b1(0x1be)](getPWOptionsTests,_0xab0c5e,_0x534074,_0x315e03);_0xab0c5e[_0x5408b1(0x199)]((_0x4e720e,_0x213dac)=>{const _0x34a173=_0x5408b1,_0x138790={},_0x90e525={};_0x90e525[_0x34a173(0x1da)]=browserstackSetup['config'][_0x34a173(0x19e)][_0x213dac],_0x138790[_0x554859[_0x34a173(0x1a6)]]=_0x90e525,helper[_0x34a173(0x1d9)](_0x4e720e,_0x138790),helper['updatePlaywrightConfigOptions'](_0x138790,browserstackSetup[_0x34a173(0x1b4)][_0x34a173(0x19e)][_0x213dac],browserstackSetup[_0x34a173(0x1b4)][_0x34a173(0x19e)][_0x213dac]['playwrightConfigOptions']||config[_0x34a173(0x229)]||null),_0x138790[_0x554859['fKedt']][_0x554859[_0x34a173(0x206)]]={'wsEndpoint':_0x554859[_0x34a173(0x1e2)](_0x6dfae1,_0x554859['SKqQz'](encodeURIComponent,JSON['stringify'](_0x4e720e)))},_0x554859[_0x34a173(0x19b)](addProjectToProjectList,_0x2f4210,_0x213dac,_0x138790);});_0x315e03[_0x5408b1(0x1ee)]&&(config[_0x554859[_0x5408b1(0x1fb)]]='',config[_0x554859[_0x5408b1(0x1a0)]]='');const _0x32e88e=_0x554859[_0x5408b1(0x208)](browserstackSetup[_0x5408b1(0x1b4)][_0x5408b1(0x19e)][_0x5408b1(0x1ee)]||0x1,browserstackSetup[_0x5408b1(0x1b4)]['parallelsPerPlatform']||config[_0x554859[_0x5408b1(0x1e1)]]||0x1);config[_0x554859['ZmLBO']]=_0x32e88e;}},addProjectToProjectList=(_0x341ee1,_0x285370,_0x4454b2)=>{const _0x368dff=a38_0xe0a58e,_0x38f2ed={'UOYmB':function(_0x4d18a0,_0x24176a){return _0x4d18a0>_0x24176a;},'scVTd':_0x368dff(0x19c),'Szwyk':_0x368dff(0x1c9),'WvEye':_0x368dff(0x1b5),'jRoSn':_0x368dff(0x21c),'LmLcs':'projects','UfTDa':_0x368dff(0x1eb),'mrdDw':_0x368dff(0x1da),'vfYKo':'playwrightConfigOptions','QfPYS':function(_0x57e97b,_0x4805b6,_0x447f2e){return _0x57e97b(_0x4805b6,_0x447f2e);},'AHAdy':function(_0x2631e0,_0x704b39){return _0x2631e0>_0x704b39;}},_0x5c08db=_0x341ee1[_0x285370],_0x200ef2=browserstackSetup[_0x368dff(0x1b4)][_0x368dff(0x19e)][_0x285370][_0x368dff(0x229)];_0x4454b2[_0x38f2ed[_0x368dff(0x18f)]][_0x38f2ed[_0x368dff(0x1cb)]][_0x38f2ed[_0x368dff(0x190)]]&&delete _0x4454b2[_0x38f2ed[_0x368dff(0x18f)]][_0x38f2ed[_0x368dff(0x1cb)]][_0x38f2ed[_0x368dff(0x190)]];const _0x22bdc6=_0x38f2ed[_0x368dff(0x1f8)](setSetupAndTeardownConfigs,helper['deepClone'](_0x4454b2),_0x200ef2);_0x38f2ed[_0x368dff(0x214)](_0x5c08db[_0x368dff(0x1ee)],0x0)?_0x5c08db[_0x368dff(0x199)](_0x51de72=>{const _0x3c131e=_0x368dff,_0x10f58f=helper[_0x3c131e(0x1b1)](_0x4454b2);_0x38f2ed['UOYmB'](_0x22bdc6[_0x3c131e(0x1ee)],0x0)&&(_0x10f58f[_0x38f2ed[_0x3c131e(0x22b)]]=_0x22bdc6),_0x10f58f[_0x38f2ed[_0x3c131e(0x1de)]]=_0x51de72,_0x10f58f[_0x38f2ed[_0x3c131e(0x1a5)]]&&delete _0x10f58f['setup'],_0x10f58f[_0x38f2ed[_0x3c131e(0x1ec)]]&&delete _0x10f58f[_0x3c131e(0x21c)],config[_0x38f2ed[_0x3c131e(0x1f3)]]['push'](_0x10f58f);}):config[_0x38f2ed[_0x368dff(0x1f3)]]['push'](_0x4454b2);},setSetupAndTeardownConfigs=(_0x25b4ec,_0x3dcc7d)=>{const _0x1c8422=a38_0xe0a58e,_0x4168cf={'TZJom':function(_0x2893f4,_0x350ba4,_0x195b06){return _0x2893f4(_0x350ba4,_0x195b06);},'cjila':_0x1c8422(0x21c),'iyzKa':function(_0x48ee6c,_0x1b394e,_0x2978b6,_0x1a3edb){return _0x48ee6c(_0x1b394e,_0x2978b6,_0x1a3edb);},'QdSWz':_0x1c8422(0x1eb),'GzYaH':_0x1c8422(0x1c8),'ZewNc':_0x1c8422(0x1b5),'rCzwM':function(_0x1f4bf6,_0x9c5e9a,_0x1746e1,_0x129c6b,_0x39b08a){return _0x1f4bf6(_0x9c5e9a,_0x1746e1,_0x129c6b,_0x39b08a);}};if(!_0x3dcc7d)return[];const _0x3259bb=[],_0x322e4c=[];let _0x542a9d,_0x5cb766;return _0x3dcc7d[_0x4168cf[_0x1c8422(0x197)]]&&(_0x542a9d=_0x3dcc7d[_0x4168cf[_0x1c8422(0x197)]]),_0x3dcc7d[_0x4168cf['cjila']]&&(_0x5cb766=_0x3dcc7d[_0x4168cf['cjila']]),_0x5cb766&&Array[_0x1c8422(0x212)](_0x5cb766)&&_0x5cb766['forEach'](_0x1a8614=>{const _0x4ad214=_0x1c8422;_0x4168cf['TZJom'](validateKeys,_0x1a8614,_0x4168cf[_0x4ad214(0x1d7)]);if(_0x3259bb['includes'](_0x1a8614[_0x4ad214(0x193)]))throw util[_0x4ad214(0x22f)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x4ad214(0x21b)],_0x4168cf[_0x4ad214(0x1d7)]);const _0x6e44f6=_0x4168cf[_0x4ad214(0x1d2)](createDependencyProject,_0x1a8614['name'],_0x1a8614[_0x4ad214(0x1c9)],_0x1a8614['testDir']);_0x6e44f6[_0x4168cf[_0x4ad214(0x198)]]=_0x25b4ec[_0x4168cf[_0x4ad214(0x198)]],config[_0x4168cf[_0x4ad214(0x21e)]][_0x4ad214(0x1dc)](_0x6e44f6),_0x3259bb['push'](_0x1a8614[_0x4ad214(0x193)]);}),_0x542a9d&&Array['isArray'](_0x542a9d)&&_0x542a9d[_0x1c8422(0x199)](_0x444158=>{const _0x4e4315=_0x1c8422;_0x4168cf[_0x4e4315(0x216)](validateKeys,_0x444158,_0x4168cf['ZewNc']);if(_0x3259bb[_0x4e4315(0x20a)](_0x444158[_0x4e4315(0x193)]))throw util[_0x4e4315(0x22f)](PLAYWRIGHT_CONFIG_OPTION_ERRORS['uniqueDependency'],_0x4168cf[_0x4e4315(0x197)]);const _0x42fefb=_0x444158[_0x4e4315(0x21c)]?_0x4168cf[_0x4e4315(0x1e4)](createDependencyProject,_0x444158[_0x4e4315(0x193)],_0x444158[_0x4e4315(0x1c9)],_0x444158['testDir'],_0x444158[_0x4e4315(0x21c)]):_0x4168cf[_0x4e4315(0x1d2)](createDependencyProject,_0x444158[_0x4e4315(0x193)],_0x444158[_0x4e4315(0x1c9)],_0x444158[_0x4e4315(0x1b6)]);_0x42fefb[_0x4168cf['QdSWz']]=_0x25b4ec[_0x4168cf[_0x4e4315(0x198)]],config[_0x4168cf[_0x4e4315(0x21e)]][_0x4e4315(0x1dc)](_0x42fefb),_0x322e4c[_0x4e4315(0x1dc)](_0x444158[_0x4e4315(0x193)]),_0x3259bb[_0x4e4315(0x1dc)](_0x444158[_0x4e4315(0x193)]);}),_0x322e4c;},validateKeys=(_0x30f1cb,_0x3b9a5a)=>{const _0x20909e=a38_0xe0a58e,_0x168e4d={};_0x168e4d[_0x20909e(0x202)]=function(_0x5cd6dd,_0x44fd51){return _0x5cd6dd===_0x44fd51;},_0x168e4d[_0x20909e(0x1ea)]=_0x20909e(0x21c),_0x168e4d[_0x20909e(0x1c7)]='name',_0x168e4d['RWRkz']='testMatch',_0x168e4d[_0x20909e(0x1e7)]=_0x20909e(0x1b6);const _0x3a3629=_0x168e4d;if(![_0x3a3629[_0x20909e(0x1c7)],_0x3a3629[_0x20909e(0x1d5)]]['every'](_0x4a37af=>Object['keys'](_0x30f1cb)['includes'](_0x4a37af)))throw util[_0x20909e(0x22f)](PLAYWRIGHT_CONFIG_OPTION_ERRORS['mandatoryDependency'],_0x3b9a5a);Object[_0x20909e(0x19a)](_0x30f1cb)[_0x20909e(0x199)](_0x4b84ec=>{const _0x387eda=_0x20909e;if(_0x3a3629[_0x387eda(0x202)](_0x3b9a5a,_0x3a3629['NJRdY'])){if(![_0x3a3629[_0x387eda(0x1c7)],_0x3a3629[_0x387eda(0x1d5)],_0x3a3629[_0x387eda(0x1e7)]][_0x387eda(0x20a)](_0x4b84ec))throw util['format'](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x387eda(0x204)],_0x3b9a5a);}else{if(![_0x3a3629[_0x387eda(0x1c7)],_0x3a3629[_0x387eda(0x1d5)],_0x3a3629['NJRdY'],_0x3a3629[_0x387eda(0x1e7)]]['includes'](_0x4b84ec))throw util[_0x387eda(0x22f)](PLAYWRIGHT_CONFIG_OPTION_ERRORS['invalidKeys'],_0x3b9a5a);}});},createDependencyProject=(_0x5b4185,_0x2a7a4e,_0x559593,_0x45af42)=>{const _0x121ed1=a38_0xe0a58e,_0x37374f={};_0x37374f['name']=_0x5b4185,_0x37374f[_0x121ed1(0x1c9)]=_0x2a7a4e,_0x37374f[_0x121ed1(0x21c)]=_0x45af42,_0x37374f['testDir']=_0x559593;const _0x43f5ed=_0x37374f;return Object[_0x121ed1(0x19a)](_0x43f5ed)[_0x121ed1(0x199)](_0x58c090=>helper[_0x121ed1(0x215)](_0x43f5ed[_0x58c090])&&delete _0x43f5ed[_0x58c090]),_0x43f5ed;},getPWOptionsTests=async(_0x20f55b,_0x5420d2,_0x2c2a8d)=>{const _0x4e0281=a38_0xe0a58e,_0x52b453={'Unkpe':function(_0x5e5499,_0x4faaf7){return _0x5e5499<_0x4faaf7;},'zwOoH':function(_0x45714b,_0x1746e9,_0x13b8aa){return _0x45714b(_0x1746e9,_0x13b8aa);},'lwfuf':function(_0x16cbd9,_0x57e865){return _0x16cbd9===_0x57e865;}},_0x45137d=[];for(let _0x2f759f=0x0;_0x52b453[_0x4e0281(0x218)](_0x2f759f,_0x20f55b[_0x4e0281(0x1ee)]);_0x2f759f++){const _0x3ccd43=await _0x52b453[_0x4e0281(0x196)](getTestListFromPWOptions,_0x2f759f,_0x5420d2);_0x45137d[_0x4e0281(0x1dc)](_0x52b453['lwfuf'](_0x3ccd43['length'],0x0)?_0x2c2a8d:_0x3ccd43);}return _0x45137d;},getTestListFromPWOptions=async(_0x32291b,_0x101ec1)=>{const _0xc87ed6=a38_0xe0a58e,_0x39b711={};_0x39b711[_0xc87ed6(0x1f0)]=_0xc87ed6(0x1c9),_0x39b711[_0xc87ed6(0x1e0)]='testIgnore',_0x39b711['juptS']=_0xc87ed6(0x1b6),_0x39b711['iTyrG']=function(_0x43e543,_0x3a192b){return _0x43e543===_0x3a192b;},_0x39b711[_0xc87ed6(0x1e6)]=_0xc87ed6(0x1ae),_0x39b711[_0xc87ed6(0x1f1)]=function(_0xd9a986,_0x4e1242){return _0xd9a986===_0x4e1242;},_0x39b711[_0xc87ed6(0x1c2)]=_0xc87ed6(0x1cc),_0x39b711['FwbbP']=function(_0x4bfe44,_0xc12b09){return _0x4bfe44||_0xc12b09;},_0x39b711['GAHLh']=function(_0xd932e1,_0x29a981){return _0xd932e1||_0x29a981;},_0x39b711[_0xc87ed6(0x1b7)]=function(_0x233559,_0x35b222){return _0x233559+_0x35b222;},_0x39b711[_0xc87ed6(0x1a1)]='Error\x20in\x20setting\x20up\x20playwright\x20config\x20due\x20to\x20playwright\x20Config\x20Options:\x20ErrorTrace:';const _0x8ccefc=_0x39b711,_0x1f5fc6=browserstackSetup[_0xc87ed6(0x1b4)][_0xc87ed6(0x19e)][_0x32291b][_0xc87ed6(0x229)];if(!_0x1f5fc6)return[];const _0x39f025=_0x1f5fc6[_0x8ccefc[_0xc87ed6(0x1f0)]],_0x4c0e10=_0x1f5fc6[_0x8ccefc[_0xc87ed6(0x1e0)]],_0xe2c4de=config[_0x8ccefc[_0xc87ed6(0x1d8)]],_0x542de1=_0x1f5fc6[_0x8ccefc['juptS']];if(_0x39f025&&!(_0x8ccefc[_0xc87ed6(0x1b3)](typeof _0x39f025,_0x8ccefc['eUzuI'])||Array['isArray'](_0x39f025)))throw util[_0xc87ed6(0x22f)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0xc87ed6(0x1aa)],_0x8ccefc[_0xc87ed6(0x1f0)]);if(_0x4c0e10&&!(_0x8ccefc[_0xc87ed6(0x1f1)](typeof _0x4c0e10,_0x8ccefc[_0xc87ed6(0x1e6)])||Array[_0xc87ed6(0x212)](_0x4c0e10)))throw util[_0xc87ed6(0x22f)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0xc87ed6(0x1aa)],_0x8ccefc[_0xc87ed6(0x1e0)]);let _0xaeec37=[];const _0x554cdb={};_0x554cdb[_0xc87ed6(0x1ef)]=!![],_0x554cdb[_0xc87ed6(0x1b6)]='',_0x554cdb[_0xc87ed6(0x1c9)]='',_0x554cdb[_0xc87ed6(0x228)]='';const _0x4db2d5={};_0x4db2d5[_0xc87ed6(0x1ef)]=!![];const _0x128edd={};_0x128edd['project']=_0x554cdb,_0x128edd[_0xc87ed6(0x224)]=_0x4db2d5;let _0x2e873d=_0x128edd;try{const _0x5476f2=_0x8ccefc['bEtot'][_0xc87ed6(0x222)]('|');let _0xd5fb65=0x0;while(!![]){switch(_0x5476f2[_0xd5fb65++]){case'0':_0x39f025&&(_0x2e873d[_0xc87ed6(0x1df)][_0x8ccefc[_0xc87ed6(0x1f0)]]=_0x39f025);continue;case'1':_0xaeec37=await _0x101ec1[_0xc87ed6(0x1e8)](_0x2e873d);continue;case'2':_0x8ccefc[_0xc87ed6(0x1f2)](_0x542de1,_0xe2c4de)&&(_0x2e873d[_0xc87ed6(0x1df)][_0x8ccefc['juptS']]=_0x8ccefc[_0xc87ed6(0x217)](_0x542de1,_0xe2c4de));continue;case'3':_0x2e873d=Object[_0xc87ed6(0x200)](_0x2e873d,_0x2e873d['project']);continue;case'4':_0x4c0e10&&(_0x2e873d[_0xc87ed6(0x1df)][_0x8ccefc[_0xc87ed6(0x1e0)]]=_0x4c0e10);continue;}break;}}catch(_0x225221){console[_0xc87ed6(0x1bc)](_0x8ccefc[_0xc87ed6(0x1b7)](_0x8ccefc['jJRlh'],_0x225221));}return _0xaeec37;},addReporter=()=>{const _0x2d0a78=a38_0xe0a58e,_0x26c7ee={};_0x26c7ee['lCgKK']=_0x2d0a78(0x1db),_0x26c7ee[_0x2d0a78(0x1a7)]=_0x2d0a78(0x1d4),_0x26c7ee[_0x2d0a78(0x194)]=function(_0x394ef2,_0x4250f1){return _0x394ef2===_0x4250f1;},_0x26c7ee['lriXV']=_0x2d0a78(0x1ae),_0x26c7ee[_0x2d0a78(0x1af)]=function(_0x1aee47,_0x18d73e){return _0x1aee47===_0x18d73e;},_0x26c7ee['XeJLM']='object';const _0x3a7a5c=_0x26c7ee,_0x5760d7=path[_0x2d0a78(0x18e)](__dirname,_0x3a7a5c[_0x2d0a78(0x1bd)]),_0x3aa774=[_0x5760d7];if(helper[_0x2d0a78(0x215)](config[_0x3a7a5c['XCpmX']]))config[_0x3a7a5c['XCpmX']]=[_0x3aa774];else{if(_0x3a7a5c[_0x2d0a78(0x194)](typeof config[_0x3a7a5c[_0x2d0a78(0x1a7)]],_0x3a7a5c[_0x2d0a78(0x1a3)]))config[_0x3a7a5c[_0x2d0a78(0x1a7)]]=[[config[_0x3a7a5c[_0x2d0a78(0x1a7)]]],_0x3aa774];else _0x3a7a5c[_0x2d0a78(0x1af)](typeof config[_0x3a7a5c[_0x2d0a78(0x1a7)]],_0x3a7a5c['XeJLM'])&&config[_0x3a7a5c[_0x2d0a78(0x1a7)]]['push'](_0x3aa774);}},setGlobalSetup=_0x91a08c=>{const _0x3eac9e=a38_0xe0a58e,_0x4b1682={};_0x4b1682['vBpGV']=_0x3eac9e(0x1b9),_0x4b1682[_0x3eac9e(0x1a9)]=_0x3eac9e(0x1ce),_0x4b1682['BbwVk']=function(_0x4b011b,_0x1b8cb7){return _0x4b011b+_0x1b8cb7;},_0x4b1682['EtRdy']=_0x3eac9e(0x1d6),_0x4b1682[_0x3eac9e(0x21f)]='./globalSetup.js';const _0x26cf59=_0x4b1682;if(!config)return;try{if(config[_0x3eac9e(0x1b9)]){let _0x1ad8f8;const _0x4ca17b=path[_0x3eac9e(0x20c)](_0x91a08c,config[_0x26cf59[_0x3eac9e(0x205)]]);if(fs[_0x3eac9e(0x1d0)](_0x4ca17b))_0x1ad8f8=_0x4ca17b;else{const _0x18f0e6={};_0x18f0e6[_0x3eac9e(0x1bb)]=[_0x91a08c],_0x1ad8f8=require['resolve'](config[_0x26cf59[_0x3eac9e(0x205)]],_0x18f0e6);}if(!_0x1ad8f8)throw new Error(_0x26cf59[_0x3eac9e(0x1a9)]);process[_0x3eac9e(0x221)][_0x3eac9e(0x1e3)]=_0x1ad8f8;}}catch(_0x4a7f57){console[_0x3eac9e(0x1bc)](_0x26cf59[_0x3eac9e(0x1fa)](_0x26cf59[_0x3eac9e(0x220)],_0x4a7f57));}config[_0x3eac9e(0x1b9)]=require['resolve'](_0x26cf59[_0x3eac9e(0x21f)]);},initO11yCrashReporter=(_0x21dc51,_0x346646)=>{const _0x376775=a38_0xe0a58e,_0x68d4a={'ZJTcZ':function(_0x1f6768,_0x481f5d){return _0x1f6768(_0x481f5d);}},_0x23b8a4={'frameworkName':FRAMEWORKS[_0x376775(0x211)],'frameworkVersion':_0x68d4a[_0x376775(0x1ca)](getFrameworkVersion,FRAMEWORKS[_0x376775(0x211)])};CrashReporter[_0x376775(0x195)](_0x23b8a4,_0x21dc51,_0x346646);},getCurrentModifiedConfig=async()=>{const _0x2f9181=a38_0xe0a58e,_0x330362={'fnuic':'use','gCerv':_0x2f9181(0x20e),'WYaNn':_0x2f9181(0x20d),'PJWIy':_0x2f9181(0x1b4),'GvosM':'utf8','rOxWn':function(_0xc9deed,_0x1a530c){return _0xc9deed(_0x1a530c);},'bwAHY':function(_0x2f1b22){return _0x2f1b22();},'NLnvp':function(_0x429845,_0x478df9,_0x501b04){return _0x429845(_0x478df9,_0x501b04);},'OuGTW':function(_0x1d9b89){return _0x1d9b89();}},_0x163159=process[_0x2f9181(0x221)][_0x2f9181(0x1c5)],_0x11061f=process[_0x2f9181(0x221)][_0x2f9181(0x1ff)];browserstackSetup[_0x330362['PJWIy']]=helper[_0x2f9181(0x1f5)](fs['readFileSync'](_0x163159,_0x330362[_0x2f9181(0x1b8)])),_0x330362[_0x2f9181(0x1b2)](setGlobalSetup,_0x11061f),_0x330362['bwAHY'](shouldProcessEventForTesthub)&&(_0x330362[_0x2f9181(0x1b2)](addReporter,config),_0x330362['NLnvp'](initO11yCrashReporter,config,browserstackSetup['config'])),helper['isTrue'](process[_0x2f9181(0x221)][_0x2f9181(0x1c4)])?await _0x330362[_0x2f9181(0x22a)](handleAutomationTrue):config['projects'][_0x2f9181(0x199)](_0x538070=>{const _0xe03fc=_0x2f9181,_0x1c97bd=helper[_0xe03fc(0x1ba)](_0x538070,[_0x330362['fnuic'],_0x330362[_0xe03fc(0x1b0)],_0x330362[_0xe03fc(0x1cf)]]);_0x1c97bd&&(_0x538070[_0xe03fc(0x1eb)][_0xe03fc(0x20e)][_0xe03fc(0x20d)]=helper['prepareCapabilities'](null,null,FRAMEWORKS['PLAYWRIGHT'][_0xe03fc(0x1fe)](),null,null,_0x1c97bd));});},getUserPWConfig=async _0x472b39=>{const _0x751ce5=a38_0xe0a58e,_0x3378c6={'MHyOI':function(_0x3a142a){return _0x3a142a();},'ROJTZ':function(_0x5cb416,_0x410234){return _0x5cb416(_0x410234);},'BQQBe':function(_0x3ffb09,_0x471d72){return _0x3ffb09===_0x471d72;},'DxNZM':_0x751ce5(0x1f7),'FZxLx':function(_0x4dbbaf,_0x2b381a){return _0x4dbbaf in _0x2b381a;},'KlFif':_0x751ce5(0x1ad)},{requireOrImport:_0x1d89a4}=helper[_0x751ce5(0x226)][_0x751ce5(0x191)](null,_0x3378c6[_0x751ce5(0x1f6)](getTransformPath));let _0x80c3e7=await _0x3378c6[_0x751ce5(0x1fc)](_0x1d89a4,_0x472b39);return _0x80c3e7&&_0x3378c6['BQQBe'](typeof _0x80c3e7,_0x3378c6[_0x751ce5(0x22c)])&&_0x3378c6[_0x751ce5(0x1a2)](_0x3378c6[_0x751ce5(0x22e)],_0x80c3e7)&&(_0x80c3e7=_0x80c3e7[_0x3378c6[_0x751ce5(0x22e)]]),_0x80c3e7;},modifyConfig=async()=>{const _0x1b8ca8=a38_0xe0a58e,_0x45774f={'fYcPb':function(_0x242ea0,_0x51dae7){return _0x242ea0===_0x51dae7;},'uIcQE':function(_0x31fc92,_0x5df9c4){return _0x31fc92(_0x5df9c4);},'sbsWc':function(_0xeb0067){return _0xeb0067();}},_0x593d47=process[_0x1b8ca8(0x221)][_0x1b8ca8(0x201)];return config=_0x45774f[_0x1b8ca8(0x1c1)](_0x593d47[_0x1b8ca8(0x1ee)],0x0)?{}:await _0x45774f[_0x1b8ca8(0x1d1)](getUserPWConfig,_0x593d47),await _0x45774f['sbsWc'](getCurrentModifiedConfig),helper[_0x1b8ca8(0x1ab)](config),config;};module[a38_0xe0a58e(0x225)]=modifyConfig;
1
+ const a38_0x797297=a38_0x13c5;function a38_0x13c5(_0x4da6c7,_0x3a44ff){const _0x5d8b07=a38_0x5d8b();return a38_0x13c5=function(_0x13c511,_0x206e2f){_0x13c511=_0x13c511-0x130;let _0x2601c4=_0x5d8b07[_0x13c511];return _0x2601c4;},a38_0x13c5(_0x4da6c7,_0x3a44ff);}(function(_0xc5dee1,_0x443b2d){const _0xecf561=a38_0x13c5,_0x24eacb=_0xc5dee1();while(!![]){try{const _0x194248=parseInt(_0xecf561(0x144))/0x1*(-parseInt(_0xecf561(0x19f))/0x2)+parseInt(_0xecf561(0x1b9))/0x3+-parseInt(_0xecf561(0x187))/0x4+-parseInt(_0xecf561(0x1b8))/0x5*(-parseInt(_0xecf561(0x19d))/0x6)+-parseInt(_0xecf561(0x156))/0x7*(-parseInt(_0xecf561(0x1a5))/0x8)+-parseInt(_0xecf561(0x15d))/0x9+parseInt(_0xecf561(0x166))/0xa;if(_0x194248===_0x443b2d)break;else _0x24eacb['push'](_0x24eacb['shift']());}catch(_0x3738ef){_0x24eacb['push'](_0x24eacb['shift']());}}}(a38_0x5d8b,0x3ffd5));function a38_0x5d8b(){const _0x1a45a0=['testIgnore','qPpse','join','xHDdr','./reporter/reporter.js','bnEIP','VMMKB','HhKYb','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','../../helpers/test-observability/constants','kmiWz','setAdditionalCapabilities','cjWiu','SmeHp','cdGXO','isTrue','playwrightProjectNameUpdate','project','35WvvYMz','1167624CikpAu','FtFIl','dcDuB','ANvVj','Auhiy','rGvkH','jXXSb','assign','resolve','paths','isBrowserstackInfra','requirePWModule','ESQNj','every','TCyuo','jbOji','EQjXg','platforms','object','teardown','KdnCk','qWhyc','apply','QoQPl','util','AxdsE','workers','xpMtC','playwright','testMatch','IdsXQ','jBhch','BROWSERSTACK_AUTOMATION','wsEndpoint','aIKDg','mandatoryDependency','forEach','BROWSERSTACK_PW_CONFIG_DIR','updatePlaywrightConfigOptions','collectFilesForProject','LoLMx','split','qAChB','FuOZQ','PGFfZ','initialize','BROWSERSTACK_SETUP_CONFIG_PATH','ORBXZ','name','IyhbT','FSrJi','468dRRbbW','fIwWn','qIppY','RtBWl','ejNmG','KtMAO','testDir','sOwiY','RgYHG','default','exports','use','eVoGK','EEBoy','isArray','parseYaml','./globalSetup.js','uniqueDependency','441070mNBiOz','rqYdx','projects','length','PLAYWRIGHT','jaBpZ','Dmgrj','4170852rgZjuA','wGwvi','UsJdi','../../helpers/test-observability/utils','prXSM','QZecC','../../helpers/testhub/utils','nestedKeyValue','whvYe','5086360eZokfs','log','YaYNJ','jpJpV','deepClone','CzDHi','UuBXQ','utf8','playwrightConfigOptions','invalidTestInputType','prepareCapabilities','oNFHj','WFbAu','bLJjg','JiCXE','isUndefined','cVbku','foxlh','_internal','ccvhO','jdHcq','QJmqR','ufhyw','invalidKeys','USER_CONFIG_DETAILS_PATH','tsRrw','connectOptions','dhcva','writeTempPWConfig','stringify','format','keys','config','1301232CvXaIQ','respectGitIgnore','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright\x20','../../bin/utils/constants','IHqED','LRjck','QmVcm','AOsFR','../../helpers/helper','existsSync','xtKmw','Kksrc','includes','gzDQA','setup','globalSetup','toLowerCase','push','readFileSync','SAEns','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','seAGF','230766RYZlGb','string','766bDfzkY','VznBY','parallelsPerPlatform','QRQfJ','env','nUvDg','8yqqMzE'];a38_0x5d8b=function(){return _0x1a45a0;};return a38_0x5d8b();}const fs=require('fs'),util=require(a38_0x797297(0x1d1)),path=require('path');let config={};const browserstackSetup={},helper=require(a38_0x797297(0x18f)),{PLAYWRIGHT_CONFIG_OPTION_ERRORS}=require(a38_0x797297(0x18a)),{getTransformPath,getProjectUtilsPath}=require('./reporter/pwUtils'),{shouldProcessEventForTesthub}=require(a38_0x797297(0x163)),{CrashReporter}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a38_0x797297(0x1af)),{getFrameworkVersion}=require(a38_0x797297(0x160)),handleAutomationTrue=async()=>{const _0x5e93b6=a38_0x797297,_0x538ec7={'EQjXg':_0x5e93b6(0x1d5),'WFbAu':_0x5e93b6(0x14f),'rGvkH':_0x5e93b6(0x180),'UuBXQ':function(_0xacf605,_0x430b23){return _0xacf605+_0x430b23;},'LoLMx':function(_0x18de36,_0x1ce9d3){return _0x18de36(_0x1ce9d3);},'YaYNJ':function(_0x495c03,_0x2a5d2c,_0x56ed3f,_0x27c214){return _0x495c03(_0x2a5d2c,_0x56ed3f,_0x27c214);},'cVbku':function(_0x5857b6,_0x9503dd){return _0x5857b6===_0x9503dd;},'QmVcm':_0x5e93b6(0x1d3),'CzDHi':_0x5e93b6(0x158),'jdHcq':function(_0x422ffd){return _0x422ffd();},'AxdsE':'testDir','xpMtC':'testMatch','FuOZQ':_0x5e93b6(0x1a6),'ejNmG':function(_0x5781c2,_0x15e435){return _0x5781c2+_0x15e435;},'kmiWz':_0x5e93b6(0x189),'rqYdx':function(_0x4a3e7e,_0x2a3212){return _0x4a3e7e*_0x2a3212;}};if(helper[_0x5e93b6(0x1c3)]()){if(helper[_0x5e93b6(0x175)](browserstackSetup[_0x5e93b6(0x186)][_0x5e93b6(0x1ca)])||_0x538ec7[_0x5e93b6(0x176)](browserstackSetup[_0x5e93b6(0x186)]['platforms'][_0x5e93b6(0x159)],0x0)){const _0x2867c8=browserstackSetup[_0x5e93b6(0x186)][_0x5e93b6(0x1a1)]||browserstackSetup['config'][_0x5e93b6(0x1d3)]||config[_0x538ec7[_0x5e93b6(0x18d)]]||0x1;config[_0x538ec7[_0x5e93b6(0x18d)]]=_0x2867c8;return;}config[_0x538ec7[_0x5e93b6(0x16b)]]=[];const _0x380232=[];browserstackSetup[_0x5e93b6(0x186)]['platforms'][_0x5e93b6(0x135)]((_0x23c7e1,_0x36ff68)=>{const _0x2be761=_0x5e93b6;_0x380232[_0x2be761(0x198)](helper['modifyBrowserStackCaps'](browserstackSetup['config'],_0x538ec7[_0x2be761(0x1c9)],_0x36ff68));}),_0x380232['forEach'](_0x2ef402=>{const _0x19eb0d=_0x5e93b6;helper[_0x19eb0d(0x1b1)](_0x2ef402);});let _0x198c37,_0x32fbba=[];try{_0x198c37=helper['requirePWModule'][_0x5e93b6(0x1cf)](null,_0x538ec7[_0x5e93b6(0x17a)](getProjectUtilsPath));const _0x3ed397={};_0x3ed397['respectGitIgnore']=!![];const _0x4119e6={};_0x4119e6[_0x5e93b6(0x188)]=!![],_0x4119e6[_0x5e93b6(0x14a)]='',_0x4119e6[_0x5e93b6(0x1d6)]='',_0x4119e6[_0x5e93b6(0x1a6)]='',_0x4119e6[_0x5e93b6(0x178)]=_0x3ed397;const _0x4c129c={};_0x4c129c['project']=_0x4119e6;let _0x51ba17=_0x4c129c;config[_0x538ec7['AxdsE']]&&(_0x51ba17[_0x5e93b6(0x1b7)][_0x538ec7[_0x5e93b6(0x1d2)]]=config[_0x538ec7[_0x5e93b6(0x1d2)]]),config[_0x538ec7['xpMtC']]&&(_0x51ba17['project'][_0x538ec7['xpMtC']]=config[_0x538ec7[_0x5e93b6(0x1d4)]]),config[_0x538ec7[_0x5e93b6(0x13c)]]&&(_0x51ba17[_0x5e93b6(0x1b7)][_0x538ec7['FuOZQ']]=config[_0x538ec7['FuOZQ']]),_0x51ba17=Object[_0x5e93b6(0x1c0)](_0x51ba17,_0x51ba17[_0x5e93b6(0x1b7)]),_0x32fbba=await _0x198c37['collectFilesForProject'](_0x51ba17);}catch(_0x22f010){console['log'](_0x538ec7[_0x5e93b6(0x148)](_0x538ec7[_0x5e93b6(0x1b0)],util[_0x5e93b6(0x184)](_0x22f010)));}const _0x4423a5=helper['getPlaywrightUrl'](browserstackSetup[_0x5e93b6(0x186)]),_0x38bfea=await _0x538ec7[_0x5e93b6(0x168)](getPWOptionsTests,_0x380232,_0x198c37,_0x32fbba);_0x380232[_0x5e93b6(0x135)]((_0x27019b,_0x3f3579)=>{const _0x5a3186=_0x5e93b6,_0x1ff4f5={},_0x3725ce={};_0x3725ce['platformCaps']=browserstackSetup[_0x5a3186(0x186)][_0x5a3186(0x1ca)][_0x3f3579],_0x1ff4f5[_0x538ec7[_0x5a3186(0x172)]]=_0x3725ce,helper[_0x5a3186(0x1b6)](_0x27019b,_0x1ff4f5),helper[_0x5a3186(0x137)](_0x1ff4f5,browserstackSetup[_0x5a3186(0x186)][_0x5a3186(0x1ca)][_0x3f3579],browserstackSetup[_0x5a3186(0x186)][_0x5a3186(0x1ca)][_0x3f3579][_0x5a3186(0x16e)]||config[_0x5a3186(0x16e)]||null),_0x1ff4f5[_0x538ec7['WFbAu']][_0x538ec7[_0x5a3186(0x1be)]]={'wsEndpoint':_0x538ec7[_0x5a3186(0x16c)](_0x4423a5,_0x538ec7[_0x5a3186(0x139)](encodeURIComponent,JSON[_0x5a3186(0x183)](_0x27019b)))},_0x538ec7['YaYNJ'](addProjectToProjectList,_0x38bfea,_0x3f3579,_0x1ff4f5);});_0x32fbba[_0x5e93b6(0x159)]&&(config[_0x538ec7[_0x5e93b6(0x1d4)]]='',config[_0x538ec7[_0x5e93b6(0x1d2)]]='');const _0x10cec8=_0x538ec7[_0x5e93b6(0x157)](browserstackSetup[_0x5e93b6(0x186)][_0x5e93b6(0x1ca)]['length']||0x1,browserstackSetup['config'][_0x5e93b6(0x1a1)]||config[_0x538ec7[_0x5e93b6(0x18d)]]||0x1);config[_0x538ec7[_0x5e93b6(0x18d)]]=_0x10cec8;}},addProjectToProjectList=(_0xe588b2,_0x3adc5c,_0x54bfc5)=>{const _0x2aa516=a38_0x797297,_0x5de14a={'Auhiy':function(_0x4c6b28,_0x2dd90e){return _0x4c6b28>_0x2dd90e;},'tsRrw':'dependencies','KtMAO':_0x2aa516(0x1d6),'Dmgrj':_0x2aa516(0x195),'jXXSb':'teardown','SAEns':_0x2aa516(0x158),'eVoGK':_0x2aa516(0x14f),'seAGF':'platformCaps','whvYe':_0x2aa516(0x16e),'dcDuB':function(_0x4216f5,_0x48595f,_0xc750bd){return _0x4216f5(_0x48595f,_0xc750bd);},'fIwWn':function(_0x3e9b19,_0x4bd977){return _0x3e9b19>_0x4bd977;}},_0x64b242=_0xe588b2[_0x3adc5c],_0x3138ce=browserstackSetup[_0x2aa516(0x186)][_0x2aa516(0x1ca)][_0x3adc5c][_0x2aa516(0x16e)];_0x54bfc5[_0x5de14a['eVoGK']][_0x5de14a[_0x2aa516(0x19c)]][_0x5de14a[_0x2aa516(0x165)]]&&delete _0x54bfc5[_0x5de14a[_0x2aa516(0x150)]][_0x5de14a[_0x2aa516(0x19c)]][_0x5de14a[_0x2aa516(0x165)]];const _0x2aad71=_0x5de14a[_0x2aa516(0x1bb)](setSetupAndTeardownConfigs,helper[_0x2aa516(0x16a)](_0x54bfc5),_0x3138ce);_0x5de14a[_0x2aa516(0x145)](_0x64b242[_0x2aa516(0x159)],0x0)?_0x64b242[_0x2aa516(0x135)](_0x147f62=>{const _0x3a1322=_0x2aa516,_0x156c16=helper[_0x3a1322(0x16a)](_0x54bfc5);_0x5de14a[_0x3a1322(0x1bd)](_0x2aad71[_0x3a1322(0x159)],0x0)&&(_0x156c16[_0x5de14a[_0x3a1322(0x17f)]]=_0x2aad71),_0x156c16[_0x5de14a[_0x3a1322(0x149)]]=_0x147f62,_0x156c16[_0x5de14a[_0x3a1322(0x15c)]]&&delete _0x156c16[_0x3a1322(0x195)],_0x156c16[_0x5de14a[_0x3a1322(0x1bf)]]&&delete _0x156c16['teardown'],config[_0x5de14a[_0x3a1322(0x19a)]][_0x3a1322(0x198)](_0x156c16);}):config[_0x5de14a[_0x2aa516(0x19a)]][_0x2aa516(0x198)](_0x54bfc5);},setSetupAndTeardownConfigs=(_0x22175c,_0x4e8af3)=>{const _0x3f369e=a38_0x797297,_0x1e561d={'KdnCk':function(_0x4a4d2f,_0x2dae98,_0x32d8df){return _0x4a4d2f(_0x2dae98,_0x32d8df);},'EEBoy':'teardown','IyhbT':function(_0x115049,_0x436a43,_0x795e64,_0x357e12){return _0x115049(_0x436a43,_0x795e64,_0x357e12);},'JiCXE':_0x3f369e(0x14f),'UsJdi':'projects','IdsXQ':function(_0x27bd8b,_0x30533d,_0x449689){return _0x27bd8b(_0x30533d,_0x449689);},'qWhyc':_0x3f369e(0x195),'foxlh':function(_0x2341b6,_0x147db6,_0x53adc3,_0x396a79,_0x11085f){return _0x2341b6(_0x147db6,_0x53adc3,_0x396a79,_0x11085f);},'qPpse':function(_0x35588c,_0x26ae28,_0x1d1b91,_0x200e46){return _0x35588c(_0x26ae28,_0x1d1b91,_0x200e46);}};if(!_0x4e8af3)return[];const _0x1bed04=[],_0x55a517=[];let _0x26c130,_0x34a992;return _0x4e8af3[_0x1e561d[_0x3f369e(0x1ce)]]&&(_0x26c130=_0x4e8af3[_0x1e561d[_0x3f369e(0x1ce)]]),_0x4e8af3[_0x1e561d[_0x3f369e(0x151)]]&&(_0x34a992=_0x4e8af3[_0x1e561d[_0x3f369e(0x151)]]),_0x34a992&&Array[_0x3f369e(0x152)](_0x34a992)&&_0x34a992[_0x3f369e(0x135)](_0x5d8403=>{const _0x4c56dd=_0x3f369e;_0x1e561d[_0x4c56dd(0x1cd)](validateKeys,_0x5d8403,_0x1e561d['EEBoy']);if(_0x1bed04['includes'](_0x5d8403[_0x4c56dd(0x141)]))throw util['format'](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x4c56dd(0x155)],_0x1e561d[_0x4c56dd(0x151)]);const _0x2e8002=_0x1e561d[_0x4c56dd(0x142)](createDependencyProject,_0x5d8403[_0x4c56dd(0x141)],_0x5d8403['testMatch'],_0x5d8403['testDir']);_0x2e8002[_0x1e561d[_0x4c56dd(0x174)]]=_0x22175c[_0x1e561d[_0x4c56dd(0x174)]],config[_0x1e561d['UsJdi']][_0x4c56dd(0x198)](_0x2e8002),_0x1bed04[_0x4c56dd(0x198)](_0x5d8403[_0x4c56dd(0x141)]);}),_0x26c130&&Array[_0x3f369e(0x152)](_0x26c130)&&_0x26c130['forEach'](_0x3d4003=>{const _0x598ce1=_0x3f369e;_0x1e561d[_0x598ce1(0x1d7)](validateKeys,_0x3d4003,_0x1e561d[_0x598ce1(0x1ce)]);if(_0x1bed04['includes'](_0x3d4003[_0x598ce1(0x141)]))throw util[_0x598ce1(0x184)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x598ce1(0x155)],_0x1e561d['qWhyc']);const _0x244f45=_0x3d4003[_0x598ce1(0x1cc)]?_0x1e561d[_0x598ce1(0x177)](createDependencyProject,_0x3d4003[_0x598ce1(0x141)],_0x3d4003['testMatch'],_0x3d4003[_0x598ce1(0x14a)],_0x3d4003[_0x598ce1(0x1cc)]):_0x1e561d[_0x598ce1(0x1a7)](createDependencyProject,_0x3d4003[_0x598ce1(0x141)],_0x3d4003['testMatch'],_0x3d4003['testDir']);_0x244f45[_0x1e561d[_0x598ce1(0x174)]]=_0x22175c[_0x1e561d[_0x598ce1(0x174)]],config[_0x1e561d[_0x598ce1(0x15f)]][_0x598ce1(0x198)](_0x244f45),_0x55a517[_0x598ce1(0x198)](_0x3d4003['name']),_0x1bed04['push'](_0x3d4003['name']);}),_0x55a517;},validateKeys=(_0x254926,_0x148434)=>{const _0x4ba857=a38_0x797297,_0x8f8794={};_0x8f8794['FSrJi']=function(_0x249cac,_0x37a8f7){return _0x249cac===_0x37a8f7;},_0x8f8794[_0x4ba857(0x13d)]='teardown',_0x8f8794[_0x4ba857(0x162)]=_0x4ba857(0x141),_0x8f8794[_0x4ba857(0x1bc)]='testMatch',_0x8f8794[_0x4ba857(0x18b)]='testDir';const _0xa367a7=_0x8f8794;if(![_0xa367a7['QZecC'],_0xa367a7[_0x4ba857(0x1bc)]][_0x4ba857(0x1c6)](_0x425c06=>Object['keys'](_0x254926)['includes'](_0x425c06)))throw util['format'](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x4ba857(0x134)],_0x148434);Object[_0x4ba857(0x185)](_0x254926)[_0x4ba857(0x135)](_0x45263e=>{const _0x501a13=_0x4ba857;if(_0xa367a7[_0x501a13(0x143)](_0x148434,_0xa367a7['PGFfZ'])){if(![_0xa367a7[_0x501a13(0x162)],_0xa367a7[_0x501a13(0x1bc)],_0xa367a7[_0x501a13(0x18b)]][_0x501a13(0x193)](_0x45263e))throw util[_0x501a13(0x184)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x501a13(0x17d)],_0x148434);}else{if(![_0xa367a7[_0x501a13(0x162)],_0xa367a7[_0x501a13(0x1bc)],_0xa367a7[_0x501a13(0x13d)],_0xa367a7[_0x501a13(0x18b)]]['includes'](_0x45263e))throw util[_0x501a13(0x184)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x501a13(0x17d)],_0x148434);}});},createDependencyProject=(_0x39b3ae,_0x33740c,_0x24b682,_0x1c626a)=>{const _0x1841c4=a38_0x797297,_0x5e8677={};_0x5e8677[_0x1841c4(0x141)]=_0x39b3ae,_0x5e8677[_0x1841c4(0x1d6)]=_0x33740c,_0x5e8677[_0x1841c4(0x1cc)]=_0x1c626a,_0x5e8677[_0x1841c4(0x14a)]=_0x24b682;const _0x3e2da2=_0x5e8677;return Object['keys'](_0x3e2da2)['forEach'](_0x5434e2=>helper[_0x1841c4(0x175)](_0x3e2da2[_0x5434e2])&&delete _0x3e2da2[_0x5434e2]),_0x3e2da2;},getPWOptionsTests=async(_0x93b91d,_0xd9127b,_0x432f39)=>{const _0x2ff582=a38_0x797297,_0x24982a={'QGwLm':function(_0x54091b,_0x5e501c){return _0x54091b<_0x5e501c;},'qAChB':function(_0xfc2fc4,_0x1ea342,_0x1561e4){return _0xfc2fc4(_0x1ea342,_0x1561e4);},'wGwvi':function(_0x3694d4,_0x377944){return _0x3694d4===_0x377944;}},_0x304444=[];for(let _0x2f1ea3=0x0;_0x24982a['QGwLm'](_0x2f1ea3,_0x93b91d['length']);_0x2f1ea3++){const _0x5bc957=await _0x24982a[_0x2ff582(0x13b)](getTestListFromPWOptions,_0x2f1ea3,_0xd9127b);_0x304444[_0x2ff582(0x198)](_0x24982a[_0x2ff582(0x15e)](_0x5bc957[_0x2ff582(0x159)],0x0)?_0x432f39:_0x5bc957);}return _0x304444;},getTestListFromPWOptions=async(_0x1754f6,_0x2253e7)=>{const _0x4b774f=a38_0x797297,_0x29db1a={};_0x29db1a[_0x4b774f(0x179)]=_0x4b774f(0x1d6),_0x29db1a[_0x4b774f(0x191)]=_0x4b774f(0x1a6),_0x29db1a[_0x4b774f(0x1ba)]='testDir',_0x29db1a[_0x4b774f(0x18e)]=function(_0x5acd60,_0x3c490f){return _0x5acd60===_0x3c490f;},_0x29db1a[_0x4b774f(0x140)]=_0x4b774f(0x19e),_0x29db1a['VMMKB']='0|4|1|3|2',_0x29db1a[_0x4b774f(0x14b)]=function(_0x905537,_0x261ddb){return _0x905537||_0x261ddb;},_0x29db1a[_0x4b774f(0x1c8)]=function(_0x118e34,_0x5e147a){return _0x118e34||_0x5e147a;},_0x29db1a[_0x4b774f(0x1a9)]=function(_0x59994d,_0x32691c){return _0x59994d+_0x32691c;},_0x29db1a[_0x4b774f(0x1b3)]='Error\x20in\x20setting\x20up\x20playwright\x20config\x20due\x20to\x20playwright\x20Config\x20Options:\x20ErrorTrace:';const _0x14dc4f=_0x29db1a,_0x41cb48=browserstackSetup[_0x4b774f(0x186)][_0x4b774f(0x1ca)][_0x1754f6][_0x4b774f(0x16e)];if(!_0x41cb48)return[];const _0x4e6d1e=_0x41cb48[_0x14dc4f[_0x4b774f(0x179)]],_0x2f7669=_0x41cb48[_0x14dc4f['xtKmw']],_0x1d7c20=config[_0x14dc4f[_0x4b774f(0x1ba)]],_0x465118=_0x41cb48[_0x14dc4f[_0x4b774f(0x1ba)]];if(_0x4e6d1e&&!(_0x14dc4f[_0x4b774f(0x18e)](typeof _0x4e6d1e,_0x14dc4f[_0x4b774f(0x140)])||Array['isArray'](_0x4e6d1e)))throw util[_0x4b774f(0x184)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x4b774f(0x16f)],_0x14dc4f[_0x4b774f(0x179)]);if(_0x2f7669&&!(_0x14dc4f[_0x4b774f(0x18e)](typeof _0x2f7669,_0x14dc4f['ORBXZ'])||Array[_0x4b774f(0x152)](_0x2f7669)))throw util['format'](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x4b774f(0x16f)],_0x14dc4f[_0x4b774f(0x191)]);let _0x220a15=[];const _0x1a62b9={};_0x1a62b9[_0x4b774f(0x188)]=!![],_0x1a62b9['testDir']='',_0x1a62b9[_0x4b774f(0x1d6)]='',_0x1a62b9[_0x4b774f(0x1a6)]='';const _0x5bcecd={};_0x5bcecd[_0x4b774f(0x188)]=!![];const _0x39e4f4={};_0x39e4f4[_0x4b774f(0x1b7)]=_0x1a62b9,_0x39e4f4[_0x4b774f(0x178)]=_0x5bcecd;let _0x5b8f3a=_0x39e4f4;try{const _0x13befc=_0x14dc4f[_0x4b774f(0x1ac)][_0x4b774f(0x13a)]('|');let _0x1000de=0x0;while(!![]){switch(_0x13befc[_0x1000de++]){case'0':_0x14dc4f[_0x4b774f(0x14b)](_0x465118,_0x1d7c20)&&(_0x5b8f3a['project'][_0x14dc4f[_0x4b774f(0x1ba)]]=_0x14dc4f['jbOji'](_0x465118,_0x1d7c20));continue;case'1':_0x2f7669&&(_0x5b8f3a[_0x4b774f(0x1b7)][_0x14dc4f[_0x4b774f(0x191)]]=_0x2f7669);continue;case'2':_0x220a15=await _0x2253e7[_0x4b774f(0x138)](_0x5b8f3a);continue;case'3':_0x5b8f3a=Object[_0x4b774f(0x1c0)](_0x5b8f3a,_0x5b8f3a['project']);continue;case'4':_0x4e6d1e&&(_0x5b8f3a[_0x4b774f(0x1b7)][_0x14dc4f['ccvhO']]=_0x4e6d1e);continue;}break;}}catch(_0xf7ce2c){console[_0x4b774f(0x167)](_0x14dc4f[_0x4b774f(0x1a9)](_0x14dc4f[_0x4b774f(0x1b3)],_0xf7ce2c));}return _0x220a15;},addReporter=()=>{const _0x806ba4=a38_0x797297,_0x1e8f35={};_0x1e8f35['TCyuo']=_0x806ba4(0x1aa),_0x1e8f35[_0x806ba4(0x133)]='reporter',_0x1e8f35[_0x806ba4(0x1b2)]=function(_0x176004,_0xa90dbd){return _0x176004===_0xa90dbd;},_0x1e8f35[_0x806ba4(0x1c5)]=_0x806ba4(0x19e),_0x1e8f35[_0x806ba4(0x194)]=_0x806ba4(0x1cb);const _0x4de03a=_0x1e8f35,_0x3cfb00=path[_0x806ba4(0x1a8)](__dirname,_0x4de03a[_0x806ba4(0x1c7)]),_0x16f1f7=[_0x3cfb00];if(helper[_0x806ba4(0x175)](config[_0x4de03a[_0x806ba4(0x133)]]))config[_0x4de03a['aIKDg']]=[_0x16f1f7];else{if(_0x4de03a[_0x806ba4(0x1b2)](typeof config[_0x4de03a[_0x806ba4(0x133)]],_0x4de03a['ESQNj']))config[_0x4de03a[_0x806ba4(0x133)]]=[[config[_0x4de03a[_0x806ba4(0x133)]]],_0x16f1f7];else _0x4de03a['cjWiu'](typeof config[_0x4de03a[_0x806ba4(0x133)]],_0x4de03a[_0x806ba4(0x194)])&&config[_0x4de03a['aIKDg']][_0x806ba4(0x198)](_0x16f1f7);}},setGlobalSetup=_0x3afdd1=>{const _0x19a417=a38_0x797297,_0xd6d616={};_0xd6d616[_0x19a417(0x18c)]=_0x19a417(0x196),_0xd6d616['qIppY']=_0x19a417(0x19b),_0xd6d616[_0x19a417(0x181)]=function(_0x114b55,_0x10f720){return _0x114b55+_0x10f720;},_0xd6d616[_0x19a417(0x1b4)]='Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright',_0xd6d616[_0x19a417(0x161)]=_0x19a417(0x154);const _0x1f3b62=_0xd6d616;if(!config)return;try{if(config['globalSetup']){let _0x229c31;const _0x13e513=path['resolve'](_0x3afdd1,config[_0x1f3b62[_0x19a417(0x18c)]]);if(fs[_0x19a417(0x190)](_0x13e513))_0x229c31=_0x13e513;else{const _0x36d0bb={};_0x36d0bb[_0x19a417(0x1c2)]=[_0x3afdd1],_0x229c31=require[_0x19a417(0x1c1)](config[_0x1f3b62[_0x19a417(0x18c)]],_0x36d0bb);}if(!_0x229c31)throw new Error(_0x1f3b62[_0x19a417(0x146)]);process[_0x19a417(0x1a3)][_0x19a417(0x1ae)]=_0x229c31;}}catch(_0x2adefa){console[_0x19a417(0x167)](_0x1f3b62[_0x19a417(0x181)](_0x1f3b62[_0x19a417(0x1b4)],_0x2adefa));}config[_0x19a417(0x196)]=require[_0x19a417(0x1c1)](_0x1f3b62[_0x19a417(0x161)]);},initO11yCrashReporter=(_0xa9bdb1,_0x125454)=>{const _0x31ddc0=a38_0x797297,_0x2d6365={'ifbqh':function(_0x56d1f3,_0x21f2f4){return _0x56d1f3(_0x21f2f4);}},_0x119db8={'frameworkName':FRAMEWORKS[_0x31ddc0(0x15a)],'frameworkVersion':_0x2d6365['ifbqh'](getFrameworkVersion,FRAMEWORKS[_0x31ddc0(0x15a)])};CrashReporter[_0x31ddc0(0x13e)](_0x119db8,_0xa9bdb1,_0x125454);},getCurrentModifiedConfig=async()=>{const _0x3d870c=a38_0x797297,_0x153f0e={'RtBWl':_0x3d870c(0x14f),'cgzTm':'connectOptions','Kksrc':_0x3d870c(0x132),'bLJjg':_0x3d870c(0x186),'bnEIP':_0x3d870c(0x16d),'jBhch':function(_0x2e05f7,_0x4811c1){return _0x2e05f7(_0x4811c1);},'jpJpV':function(_0x266d0a){return _0x266d0a();},'QJmqR':function(_0x497f2c,_0x362aa3,_0x477ce7){return _0x497f2c(_0x362aa3,_0x477ce7);}},_0x113ddc=process[_0x3d870c(0x1a3)][_0x3d870c(0x13f)],_0x5f4697=process[_0x3d870c(0x1a3)][_0x3d870c(0x136)];browserstackSetup[_0x153f0e[_0x3d870c(0x173)]]=helper[_0x3d870c(0x153)](fs[_0x3d870c(0x199)](_0x113ddc,_0x153f0e[_0x3d870c(0x1ab)])),_0x153f0e[_0x3d870c(0x130)](setGlobalSetup,_0x5f4697),_0x153f0e[_0x3d870c(0x169)](shouldProcessEventForTesthub)&&(_0x153f0e['jBhch'](addReporter,config),_0x153f0e[_0x3d870c(0x17b)](initO11yCrashReporter,config,browserstackSetup[_0x3d870c(0x186)])),helper[_0x3d870c(0x1b5)](process[_0x3d870c(0x1a3)][_0x3d870c(0x131)])?await _0x153f0e['jpJpV'](handleAutomationTrue):config['projects'][_0x3d870c(0x135)](_0x304163=>{const _0x17626b=_0x3d870c,_0x3e832b=helper[_0x17626b(0x164)](_0x304163,[_0x153f0e[_0x17626b(0x147)],_0x153f0e['cgzTm'],_0x153f0e[_0x17626b(0x192)]]);_0x3e832b&&(_0x304163[_0x17626b(0x14f)][_0x17626b(0x180)]['wsEndpoint']=helper[_0x17626b(0x170)](null,null,FRAMEWORKS[_0x17626b(0x15a)][_0x17626b(0x197)](),null,null,_0x3e832b));});},getUserPWConfig=async _0x4a74bc=>{const _0x403174=a38_0x797297,_0x33ee5f={'QoQPl':function(_0x40f4e5){return _0x40f4e5();},'oNFHj':function(_0x56c162,_0x416324){return _0x56c162(_0x416324);},'ufhyw':function(_0x13a731,_0xdaf4e9){return _0x13a731===_0xdaf4e9;},'HhKYb':'object','RgYHG':function(_0x2aab9d,_0x85d0e9){return _0x2aab9d in _0x85d0e9;},'QRQfJ':_0x403174(0x14d)},{requireOrImport:_0x57a364}=helper[_0x403174(0x1c4)][_0x403174(0x1cf)](null,_0x33ee5f[_0x403174(0x1d0)](getTransformPath));let _0x42e07=await _0x33ee5f[_0x403174(0x171)](_0x57a364,_0x4a74bc);return _0x42e07&&_0x33ee5f[_0x403174(0x17c)](typeof _0x42e07,_0x33ee5f[_0x403174(0x1ad)])&&_0x33ee5f[_0x403174(0x14c)](_0x33ee5f[_0x403174(0x1a2)],_0x42e07)&&(_0x42e07=_0x42e07[_0x33ee5f[_0x403174(0x1a2)]]),_0x42e07;},modifyConfig=async()=>{const _0x3693a3=a38_0x797297,_0x22f015={'VznBY':function(_0x576ff1,_0x5702bf){return _0x576ff1===_0x5702bf;},'nUvDg':function(_0x4849c3,_0x2bfe49){return _0x4849c3(_0x2bfe49);},'jaBpZ':function(_0x2d146c){return _0x2d146c();}},_0x7ac38a=process[_0x3693a3(0x1a3)][_0x3693a3(0x17e)];return config=_0x22f015[_0x3693a3(0x1a0)](_0x7ac38a[_0x3693a3(0x159)],0x0)?{}:await _0x22f015[_0x3693a3(0x1a4)](getUserPWConfig,_0x7ac38a),await _0x22f015[_0x3693a3(0x15b)](getCurrentModifiedConfig),helper[_0x3693a3(0x182)](config),config;};module[a38_0x797297(0x14e)]=modifyConfig;
@@ -1 +1 @@
1
- const a39_0x44c7b0=a39_0xdfbe;function a39_0x5360(){const _0x39fbb0=['newPage','Dispatcher','Unable\x20to\x20import\x20dispatcher\x20for\x20_isWorkerRedundant','hLPBq','_isWorkerRedundant','6YtZYJK','KCjUt','path','vcfEY','evaluate','mockIsWorkerRedundant','../../helpers/test-observability/error-handler','Exception\x20while\x20mocking\x20IsWorkerRedundant:\x20','lib','defineProperty','env','JdcMv','YIFse','1244656JBkMQH','ObservabilitySync:','616728znhvAv','716628RTMmwy','2611400dbrAxB','apply','bGShl','igrVY','1457085TljsGJ','client','PMDkz','format','mockContextNewPage','debug','now','38913RMtQpm','KGNMD','ZGuAr','../../helpers/logger','browserContext.js','o11ySyncDone','Jdbdo','__workerDetails','annotate','util','75256PHsEWr','pwPage','Error\x20during\x20syncing\x20o11y\x20with\x20automate\x20','runner/dispatcher.js','BROWSERSTACK_TEST_ACCESSIBILITY_YML','browserstack_executor:\x20','SEEZb','NvrgN','performScan','prototype'];a39_0x5360=function(){return _0x39fbb0;};return a39_0x5360();}(function(_0x370999,_0x53a58b){const _0x5831f5=a39_0xdfbe,_0x291f9e=_0x370999();while(!![]){try{const _0x1e5791=parseInt(_0x5831f5(0x1d2))/0x1+-parseInt(_0x5831f5(0x1dc))/0x2+-parseInt(_0x5831f5(0x1c6))/0x3+-parseInt(_0x5831f5(0x1c3))/0x4+parseInt(_0x5831f5(0x1cb))/0x5*(parseInt(_0x5831f5(0x1eb))/0x6)+parseInt(_0x5831f5(0x1c5))/0x7+parseInt(_0x5831f5(0x1c7))/0x8;if(_0x1e5791===_0x53a58b)break;else _0x291f9e['push'](_0x291f9e['shift']());}catch(_0x502de3){_0x291f9e['push'](_0x291f9e['shift']());}}}(a39_0x5360,0x26607));const path=require(a39_0x44c7b0(0x1ed)),util=require(a39_0x44c7b0(0x1db)),logger=require(a39_0x44c7b0(0x1d5)),{importFileFromPWCore,nestedKeyValue,isFalse,requirePWModule,getPlaywrightLibPath}=require('../../helpers/helper'),{o11yErrorHandler}=require(a39_0x44c7b0(0x1f1)),AccessibilityHelper=require('./accessibility-helper'),doo11ySync=o11yErrorHandler(async function doo11ySync(_0x5e88a5){const _0x4fdc0f=a39_0x44c7b0,_0x1bd534={'NvrgN':function(_0x38b55e,_0x4ff6d4,_0xe23818){return _0x38b55e(_0x4ff6d4,_0xe23818);},'KCjUt':_0x4fdc0f(0x1d9),'PMDkz':'o11ySyncDone','dHFqa':_0x4fdc0f(0x1da),'SEEZb':_0x4fdc0f(0x1d0)};if(_0x1bd534[_0x4fdc0f(0x1e3)](nestedKeyValue,global,[_0x1bd534[_0x4fdc0f(0x1ec)],_0x1bd534[_0x4fdc0f(0x1cd)]]))return;await _0x5e88a5[_0x4fdc0f(0x1ef)](_0x2cc57e=>{},_0x4fdc0f(0x1e1)+JSON['stringify']({'action':_0x1bd534['dHFqa'],'arguments':{'data':_0x4fdc0f(0x1c4)+Date[_0x4fdc0f(0x1d1)](),'level':_0x1bd534[_0x4fdc0f(0x1e2)]}})),global[_0x4fdc0f(0x1d9)][_0x4fdc0f(0x1d7)]=!![];},'doo11ySync');function a39_0xdfbe(_0x169f5f,_0x4c3c43){const _0x536026=a39_0x5360();return a39_0xdfbe=function(_0xdfbed1,_0x299fa6){_0xdfbed1=_0xdfbed1-0x1bd;let _0x461e13=_0x536026[_0xdfbed1];return _0x461e13;},a39_0xdfbe(_0x169f5f,_0x4c3c43);}exports[a39_0x44c7b0(0x1cf)]=()=>{const _0x1793e5=a39_0x44c7b0,_0x3088d4={'KGNMD':function(_0x558904,_0x4ca20f){return _0x558904(_0x4ca20f);},'vcfEY':function(_0x2ffd29,_0x41adfb){return _0x2ffd29(_0x41adfb);},'bGShl':function(_0x15cf4a,_0x3c70f8,_0x428669){return _0x15cf4a(_0x3c70f8,_0x428669);},'xHGCK':_0x1793e5(0x1d9),'LEbWU':_0x1793e5(0x1be),'UPOXM':_0x1793e5(0x1cc),'JdcMv':_0x1793e5(0x1d6),'igrVY':'Unable\x20to\x20import\x20context\x20for\x20page','Jdbdo':'newPage'},_0x582671=path['join'](_0x3088d4['LEbWU'],_0x3088d4['UPOXM'],_0x3088d4[_0x1793e5(0x1c1)]),_0xc6838e=_0x3088d4[_0x1793e5(0x1ee)](importFileFromPWCore,_0x582671);if(!_0xc6838e){logger['debug'](_0x3088d4[_0x1793e5(0x1ca)]);return;}const _0x2f77bc=_0xc6838e['BrowserContext'],_0x12f3ec=_0x2f77bc[_0x1793e5(0x1e5)],_0x52b0d5=_0x12f3ec[_0x1793e5(0x1e6)];Object['defineProperty'](_0x12f3ec,_0x3088d4[_0x1793e5(0x1d8)],{'get':function(){return async function _0x162d63(){const _0x1f7a93=a39_0xdfbe,_0xa4f7a8=await _0x52b0d5[_0x1f7a93(0x1c8)](this,arguments);try{!_0x3088d4['KGNMD'](isFalse,process[_0x1f7a93(0x1c0)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&await _0x3088d4[_0x1f7a93(0x1d3)](doo11ySync,_0xa4f7a8),!_0x3088d4[_0x1f7a93(0x1ee)](isFalse,process[_0x1f7a93(0x1c0)][_0x1f7a93(0x1e0)])&&(_0xa4f7a8['getAccessibilityResults']=async()=>{return await AccessibilityHelper['getAccessibilityResults'](_0xa4f7a8);},_0xa4f7a8['getAccessibilityResultsSummary']=async()=>{return await AccessibilityHelper['getAccessibilityResultsSummary'](_0xa4f7a8);},_0xa4f7a8[_0x1f7a93(0x1e4)]=async()=>{return await AccessibilityHelper['performScan'](_0xa4f7a8);});}catch(_0x48b347){logger['debug'](_0x1f7a93(0x1de)+util[_0x1f7a93(0x1ce)](_0x48b347));}return _0x3088d4[_0x1f7a93(0x1c9)](nestedKeyValue,global,[_0x3088d4['xHGCK']])&&(global['__workerDetails'][_0x1f7a93(0x1dd)]=_0xa4f7a8),_0xa4f7a8;};}});},exports[a39_0x44c7b0(0x1f0)]=()=>{const _0x124573=a39_0x44c7b0,_0x4de645={'ZGuAr':function(_0x4f1063,_0x1f07f4){return _0x4f1063(_0x1f07f4);},'DBLFf':_0x124573(0x1df),'YIFse':_0x124573(0x1e8),'hLPBq':'_isWorkerRedundant'};try{const _0x1e8338=requirePWModule[_0x124573(0x1c8)](null,_0x4de645[_0x124573(0x1d4)](getPlaywrightLibPath,_0x4de645['DBLFf']));if(!_0x1e8338){logger[_0x124573(0x1d0)](_0x4de645[_0x124573(0x1c2)]);return;}const _0x460fd3=_0x1e8338[_0x124573(0x1e7)],_0x1b1e22=_0x460fd3[_0x124573(0x1e5)],_0xffb68c=_0x1b1e22[_0x124573(0x1ea)];Object[_0x124573(0x1bf)](_0x1b1e22,_0x4de645[_0x124573(0x1e9)],{'get':function(){return function _0x10737f(){const _0x18c74b=a39_0xdfbe;return _0xffb68c[_0x18c74b(0x1c8)](this,arguments),!![];};}});}catch(_0x43d824){logger[_0x124573(0x1d0)](_0x124573(0x1bd)+util[_0x124573(0x1ce)](_0x43d824));}};
1
+ const a39_0x4717e3=a39_0x37f6;(function(_0x2eac2b,_0x1792ed){const _0x1acdf0=a39_0x37f6,_0x489390=_0x2eac2b();while(!![]){try{const _0x3864c1=-parseInt(_0x1acdf0(0x11b))/0x1+-parseInt(_0x1acdf0(0x11c))/0x2+parseInt(_0x1acdf0(0x140))/0x3*(parseInt(_0x1acdf0(0x133))/0x4)+parseInt(_0x1acdf0(0x127))/0x5*(-parseInt(_0x1acdf0(0x142))/0x6)+-parseInt(_0x1acdf0(0x134))/0x7*(parseInt(_0x1acdf0(0x11d))/0x8)+-parseInt(_0x1acdf0(0x12d))/0x9*(-parseInt(_0x1acdf0(0x13f))/0xa)+parseInt(_0x1acdf0(0x123))/0xb;if(_0x3864c1===_0x1792ed)break;else _0x489390['push'](_0x489390['shift']());}catch(_0x1d2001){_0x489390['push'](_0x489390['shift']());}}}(a39_0x3a20,0x522c1));const path=require(a39_0x4717e3(0x11e)),util=require('util'),logger=require(a39_0x4717e3(0x149)),{importFileFromPWCore,nestedKeyValue,isFalse,requirePWModule,getPlaywrightLibPath}=require(a39_0x4717e3(0x137)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),AccessibilityHelper=require(a39_0x4717e3(0x130)),doo11ySync=o11yErrorHandler(async function doo11ySync(_0x527e43){const _0x10e8df=a39_0x4717e3,_0x2abce4={'jRIgS':function(_0x39f465,_0x2101c3,_0x268208){return _0x39f465(_0x2101c3,_0x268208);},'mLhOe':_0x10e8df(0x146),'HbVUH':'o11ySyncDone','SXwbW':_0x10e8df(0x12e),'CywOX':_0x10e8df(0x13d)};if(_0x2abce4['jRIgS'](nestedKeyValue,global,[_0x2abce4['mLhOe'],_0x2abce4['HbVUH']]))return;await _0x527e43['evaluate'](_0x56a42d=>{},_0x10e8df(0x143)+JSON[_0x10e8df(0x138)]({'action':_0x2abce4[_0x10e8df(0x112)],'arguments':{'data':_0x10e8df(0x116)+Date['now'](),'level':_0x2abce4['CywOX']}})),global[_0x10e8df(0x146)][_0x10e8df(0x117)]=!![];},a39_0x4717e3(0x136));exports[a39_0x4717e3(0x119)]=()=>{const _0x3c27b3=a39_0x4717e3,_0x1bbec9={'yODTQ':function(_0x4de058,_0x5c5f7d){return _0x4de058(_0x5c5f7d);},'cXxAP':function(_0x3f7d8f,_0x2bb062){return _0x3f7d8f(_0x2bb062);},'KThPC':function(_0x7454ca,_0x70a459,_0x582f36){return _0x7454ca(_0x70a459,_0x582f36);},'VGnaa':'__workerDetails','GjGOw':_0x3c27b3(0x111),'JumAl':'client','KzDaO':_0x3c27b3(0x11f),'XMSpi':function(_0x2b68d1,_0x46e137){return _0x2b68d1(_0x46e137);},'xyNnR':_0x3c27b3(0x148),'WjtDS':'newPage'},_0x15f3b4=path['join'](_0x1bbec9[_0x3c27b3(0x141)],_0x1bbec9[_0x3c27b3(0x118)],_0x1bbec9[_0x3c27b3(0x13b)]),_0x37d27b=_0x1bbec9[_0x3c27b3(0x126)](importFileFromPWCore,_0x15f3b4);if(!_0x37d27b){logger[_0x3c27b3(0x13d)](_0x1bbec9[_0x3c27b3(0x135)]);return;}const _0x4935ba=_0x37d27b[_0x3c27b3(0x113)],_0x171daa=_0x4935ba[_0x3c27b3(0x120)],_0x35393b=_0x171daa[_0x3c27b3(0x147)];Object['defineProperty'](_0x171daa,_0x1bbec9[_0x3c27b3(0x145)],{'get':function(){return async function _0x126bc1(){const _0x238e8a=a39_0x37f6,_0x2ee181=await _0x35393b[_0x238e8a(0x13a)](this,arguments);try{!_0x1bbec9[_0x238e8a(0x13e)](isFalse,process[_0x238e8a(0x139)][_0x238e8a(0x12c)])&&await _0x1bbec9[_0x238e8a(0x12f)](doo11ySync,_0x2ee181),!_0x1bbec9[_0x238e8a(0x13e)](isFalse,process['env'][_0x238e8a(0x11a)])&&(_0x2ee181['getAccessibilityResults']=async()=>{const _0x5d6179=_0x238e8a;return await AccessibilityHelper[_0x5d6179(0x121)](_0x2ee181);},_0x2ee181['getAccessibilityResultsSummary']=async()=>{return await AccessibilityHelper['getAccessibilityResultsSummary'](_0x2ee181);},_0x2ee181[_0x238e8a(0x144)]=async()=>{const _0x3c018e=_0x238e8a;return await AccessibilityHelper[_0x3c018e(0x144)](_0x2ee181);});}catch(_0x413da2){logger[_0x238e8a(0x13d)](_0x238e8a(0x122)+util[_0x238e8a(0x124)](_0x413da2));}return _0x1bbec9[_0x238e8a(0x131)](nestedKeyValue,global,[_0x1bbec9[_0x238e8a(0x114)]])&&(global[_0x238e8a(0x146)][_0x238e8a(0x12b)]=_0x2ee181),_0x2ee181;};}});},exports[a39_0x4717e3(0x14a)]=()=>{const _0x440ad6=a39_0x4717e3,_0xb15215={'HttXR':function(_0x43994b,_0x272ccd){return _0x43994b(_0x272ccd);},'gYUIZ':'runner/dispatcher.js','SSidP':'Unable\x20to\x20import\x20dispatcher\x20for\x20_isWorkerRedundant','MfQKe':_0x440ad6(0x115)};try{const _0x282609=requirePWModule[_0x440ad6(0x13a)](null,_0xb15215[_0x440ad6(0x132)](getPlaywrightLibPath,_0xb15215[_0x440ad6(0x13c)]));if(!_0x282609){logger[_0x440ad6(0x13d)](_0xb15215[_0x440ad6(0x12a)]);return;}const _0x5beb3c=_0x282609[_0x440ad6(0x129)],_0x1a6a90=_0x5beb3c['prototype'],_0x508204=_0x1a6a90['_isWorkerRedundant'];Object[_0x440ad6(0x128)](_0x1a6a90,_0xb15215[_0x440ad6(0x125)],{'get':function(){return function _0x5718f8(){const _0x2e479a=a39_0x37f6;return _0x508204[_0x2e479a(0x13a)](this,arguments),!![];};}});}catch(_0x5be09b){logger[_0x440ad6(0x13d)]('Exception\x20while\x20mocking\x20IsWorkerRedundant:\x20'+util[_0x440ad6(0x124)](_0x5be09b));}};function a39_0x37f6(_0x465735,_0x28c174){const _0x3a202e=a39_0x3a20();return a39_0x37f6=function(_0x37f636,_0x4ef884){_0x37f636=_0x37f636-0x111;let _0x1057ec=_0x3a202e[_0x37f636];return _0x1057ec;},a39_0x37f6(_0x465735,_0x28c174);}function a39_0x3a20(){const _0xf72bcb=['130tiMsLU','2118VDmFhT','GjGOw','439566WPkoQW','browserstack_executor:\x20','performScan','WjtDS','__workerDetails','newPage','Unable\x20to\x20import\x20context\x20for\x20page','../../helpers/logger','mockIsWorkerRedundant','lib','SXwbW','BrowserContext','VGnaa','_isWorkerRedundant','ObservabilitySync:','o11ySyncDone','JumAl','mockContextNewPage','BROWSERSTACK_TEST_ACCESSIBILITY_YML','155261jqOwHP','1269928DgGctU','8AvBoQP','path','browserContext.js','prototype','getAccessibilityResults','Error\x20during\x20syncing\x20o11y\x20with\x20automate\x20','18041012KRQzvy','format','MfQKe','XMSpi','40OBfgNF','defineProperty','Dispatcher','SSidP','pwPage','BROWSERSTACK_TEST_OBSERVABILITY','329571RClBQT','annotate','cXxAP','./accessibility-helper','KThPC','HttXR','16XccpMh','2842511bRZzyx','xyNnR','doo11ySync','../../helpers/helper','stringify','env','apply','KzDaO','gYUIZ','debug','yODTQ'];a39_0x3a20=function(){return _0xf72bcb;};return a39_0x3a20();}
@@ -1 +1 @@
1
- function a40_0x4719(){const _0x22a4e4=['Lfdit','GCuHq','7653702PpBHFB','WnpId','runner/loadUtils.js','QPBtb','TXkGK','aQObh','QWfvA','CuFHY','@playwright/test/lib/common/configLoader.js','@playwright/test','getTransformPath','DMNWn','runner/projectUtils.js','JCjNl','.json','playwright/lib/transform/transform.js','TEST_LOG','wFxsL','common','AyHyz','sendSessionDetails','EkDre','VLDWd','Test\x20timeout\x20of','readdirSync','ERROR','getLoadUtilsPath','onBegin','eFCRO','ELWxx','xVyjK','RGEFV','JGFeW','eKIRg','mWGyh','5762272wTuEDd','compareVersions','DUirJ','IdxUb','lib','UOhIV','tfbkz','@playwright/test/lib/common/transform.js','../../../helpers/performance-tester','Total\x20duration\x20for\x20whole\x20build\x20is\x20','Yeshm','afterTestHook','Rmpve','startsWith','xDADp','onStepBegin','BetqU','2428366vrrcWk','processPageScreenshot','ifbDd','endsWith','394834hacpxD','env','eiqjM','length','getTestTags','playwright','message','getPlaywrightLibPath','test','ZTdEt','getProjectUtilsPath','PLAYWRIGHT','Pumue','1467666IETUPo','eCClh','mpMmh','3DlDCKB','playwright/lib/common/configLoader.js','onTestBegin','kuAfg','MYKmF','stopAndGenerate','onTestEnd','KgdWL','YFlwo','performance-report-worker-','deafm','PShLb','ebEsZ','1.38.0','Percentage\x20of\x20increased\x20time\x20is\x20','31050340sjDqJc','@playwright/test/lib/transform/transform.js','doo11ySync','getFailureData','getForkProcessPath','calculateTimesFromMultipleFiles','kmoNj','stack','985wNUoaN','Aldkc','QwMQD','beforeTestHook','path','lIhvR','map','tags','ybdFV','prpmG','getTime','sendTestLog','1.35.0','getConfigLoaderPath','6qIryUU','afterWorkerHook','1004uovzNF','filter'];a40_0x4719=function(){return _0x22a4e4;};return a40_0x4719();}const a40_0x58a13f=a40_0x155f;function a40_0x155f(_0x108862,_0x25f874){const _0x471948=a40_0x4719();return a40_0x155f=function(_0x155f88,_0x38bdcb){_0x155f88=_0x155f88-0xc9;let _0x26ee96=_0x471948[_0x155f88];return _0x26ee96;},a40_0x155f(_0x108862,_0x25f874);}(function(_0x27e8a2,_0x72f2da){const _0x37c65c=a40_0x155f,_0x1403ca=_0x27e8a2();while(!![]){try{const _0x16181e=parseInt(_0x37c65c(0xf0))/0x1+parseInt(_0x37c65c(0xec))/0x2*(-parseInt(_0x37c65c(0x100))/0x3)+parseInt(_0x37c65c(0x127))/0x4*(parseInt(_0x37c65c(0x117))/0x5)+parseInt(_0x37c65c(0x125))/0x6*(-parseInt(_0x37c65c(0x12b))/0x7)+-parseInt(_0x37c65c(0xdb))/0x8+parseInt(_0x37c65c(0xfd))/0x9+parseInt(_0x37c65c(0x10f))/0xa;if(_0x16181e===_0x72f2da)break;else _0x1403ca['push'](_0x1403ca['shift']());}catch(_0x21810d){_0x1403ca['push'](_0x1403ca['shift']());}}}(a40_0x4719,0xa71f8));const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require('../../../helpers/test-observability/utils'),PerformanceTester=require(a40_0x58a13f(0xe3)),fs=require('fs'),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),helper=require('../../../helpers/helper'),path=require(a40_0x58a13f(0x11b)),getTagsFromTitle=_0x48d4f2=>{const _0x5bb841=a40_0x58a13f;return _0x48d4f2['match'](/@(\w+)/g)?.[_0x5bb841(0x11d)](_0x430d1d=>_0x430d1d['slice'](0x1))||[];};exports[a40_0x58a13f(0xf4)]=_0x5cd0f3=>{const _0x3ad503=a40_0x58a13f,_0x28305f={'UjksZ':function(_0x31e894,_0x175f13){return _0x31e894(_0x175f13);}};if(_0x5cd0f3['tags'])return _0x5cd0f3[_0x3ad503(0x11e)][_0x3ad503(0x11d)](_0x491327=>_0x491327[_0x3ad503(0xe8)]('@')?_0x491327['substr'](0x1):_0x491327);return _0x28305f['UjksZ'](getTagsFromTitle,_0x5cd0f3['title']);},exports['calculatePerformance']=async()=>{const _0x47fef6=a40_0x58a13f,_0x19ba26={'EkDre':function(_0xdf6c9d,_0x2fbb07){return _0xdf6c9d-_0x2fbb07;},'ybdFV':'performance-reporter.html','eFCRO':_0x47fef6(0xd3),'mNsrb':'endSession','Lfdit':_0x47fef6(0x102),'tfbkz':_0x47fef6(0x106),'prpmG':_0x47fef6(0xea),'VLDWd':'onStepEnd','AyHyz':'beforeWorkerHook','eKIRg':_0x47fef6(0x126),'Ggujv':_0x47fef6(0x11a),'wFxsL':_0x47fef6(0xe6),'IdxUb':_0x47fef6(0x111),'RGEFV':_0x47fef6(0xed),'eCClh':_0x47fef6(0xcc),'ifbDd':'setupBrowserDetails','kuAfg':'requestSpyCallback','YFlwo':_0x47fef6(0x122),'DUirJ':function(_0x52b2bf,_0x2d84c7){return _0x52b2bf(_0x2d84c7);},'Rmpve':function(_0x3482cb,_0x4ada5d){return _0x3482cb/_0x4ada5d;},'QwMQD':function(_0x4dd303,_0x5ef5ee){return _0x4dd303+_0x5ef5ee;},'kmoNj':function(_0x38c252,_0xa43d6a){return _0x38c252(_0xa43d6a);},'lIhvR':function(_0x3436e3,_0x22a708){return _0x3436e3*_0x22a708;}};if(!process['env']['START_TIME'])return;const _0x435945=_0x19ba26[_0x47fef6(0xcd)](new Date()[_0x47fef6(0x121)](),new Date(process[_0x47fef6(0xf1)]['START_TIME'])[_0x47fef6(0x121)]()),_0x5c1c20=await PerformanceTester[_0x47fef6(0x105)](_0x19ba26[_0x47fef6(0x11f)],[_0x19ba26[_0x47fef6(0xd4)],_0x19ba26['mNsrb'],_0x19ba26[_0x47fef6(0x129)],_0x19ba26[_0x47fef6(0xe1)],_0x19ba26[_0x47fef6(0x120)],_0x19ba26[_0x47fef6(0xce)]]),_0x2b174c=fs[_0x47fef6(0xd0)]('.'),_0x4a08e3=_0x2b174c[_0x47fef6(0x128)](_0xe14961=>_0xe14961[_0x47fef6(0xe8)](_0x47fef6(0x109))&&_0xe14961[_0x47fef6(0xef)](_0x47fef6(0x139))),_0x419ec6=await PerformanceTester[_0x47fef6(0x114)](_0x4a08e3,[_0x19ba26[_0x47fef6(0xcb)],_0x19ba26[_0x47fef6(0xd9)],_0x19ba26['Ggujv'],_0x19ba26[_0x47fef6(0xc9)],_0x19ba26[_0x47fef6(0xde)],_0x19ba26[_0x47fef6(0xd7)],_0x19ba26[_0x47fef6(0xfe)],_0x19ba26[_0x47fef6(0xee)],_0x19ba26[_0x47fef6(0x103)],_0x19ba26[_0x47fef6(0x108)]]);_0x19ba26['DUirJ'](debug,_0x47fef6(0xe4)+_0x19ba26[_0x47fef6(0xe7)](_0x435945,0x3e8)+'\x20s'),_0x19ba26[_0x47fef6(0xdd)](debug,'Total\x20time\x20taken\x20by\x20O11y\x20is\x20'+_0x19ba26[_0x47fef6(0x119)](_0x419ec6,_0x5c1c20)),_0x19ba26[_0x47fef6(0x115)](debug,_0x47fef6(0x10e)+_0x19ba26[_0x47fef6(0x11c)](_0x19ba26[_0x47fef6(0xe7)](_0x19ba26[_0x47fef6(0x119)](_0x419ec6,_0x5c1c20),_0x435945),0x64));},exports[a40_0x58a13f(0x135)]=()=>{const _0x2172f4=a40_0x58a13f,_0xe3b2dc={'TXkGK':function(_0x455f26,_0x2bf505){return _0x455f26(_0x2bf505);},'gpskh':function(_0x568919,_0x4c3d30){return _0x568919>=_0x4c3d30;},'ezmrQ':'1.38.0','fmXtl':_0x2172f4(0x13a),'MYKmF':_0x2172f4(0xf5),'PboaY':function(_0x39754f,_0x4811cc){return _0x39754f>=_0x4811cc;},'sAcwb':_0x2172f4(0x123),'UOhIV':_0x2172f4(0x110),'Aldkc':'@playwright/test','xRpXK':_0x2172f4(0xe2)},_0x200563=_0xe3b2dc[_0x2172f4(0x12f)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0xe3b2dc['gpskh'](helper[_0x2172f4(0xdc)](_0x200563,_0xe3b2dc['ezmrQ']),0x0))return[_0xe3b2dc['fmXtl'],_0xe3b2dc[_0x2172f4(0x104)]];if(_0xe3b2dc['PboaY'](helper[_0x2172f4(0xdc)](_0x200563,_0xe3b2dc['sAcwb']),0x0))return[_0xe3b2dc[_0x2172f4(0xe0)],_0xe3b2dc[_0x2172f4(0x118)]];return[_0xe3b2dc['xRpXK'],_0xe3b2dc[_0x2172f4(0x118)]];},exports[a40_0x58a13f(0x124)]=()=>{const _0x505cd3=a40_0x58a13f,_0x5d879a={'QWfvA':function(_0x582e54,_0xf05439){return _0x582e54(_0xf05439);},'bVItU':function(_0x5d1f15,_0x170240){return _0x5d1f15>=_0x170240;},'xDADp':_0x505cd3(0x10d),'APEso':_0x505cd3(0x101),'eiqjM':_0x505cd3(0xf5),'BetqU':_0x505cd3(0x133),'ZTdEt':_0x505cd3(0x134)},_0x20dfbb=_0x5d879a[_0x505cd3(0x131)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x5d879a['bVItU'](helper[_0x505cd3(0xdc)](_0x20dfbb,_0x5d879a[_0x505cd3(0xe9)]),0x0))return[_0x5d879a['APEso'],_0x5d879a[_0x505cd3(0xf2)]];return[_0x5d879a[_0x505cd3(0xeb)],_0x5d879a[_0x505cd3(0xf9)]];},exports[a40_0x58a13f(0xd2)]=()=>{const _0x3ee97c=a40_0x58a13f,_0x50d80f={};_0x50d80f[_0x3ee97c(0x12a)]=_0x3ee97c(0x12d);const _0x4f3dec=_0x50d80f;return helper[_0x3ee97c(0xf7)](_0x4f3dec[_0x3ee97c(0x12a)]);},exports[a40_0x58a13f(0xfa)]=()=>{const _0x1778a2=a40_0x58a13f,_0x3e599c={};_0x3e599c['WnpId']=_0x1778a2(0x137);const _0x35b65f=_0x3e599c;return helper[_0x1778a2(0xf7)](_0x35b65f[_0x1778a2(0x12c)]);},exports[a40_0x58a13f(0x113)]=()=>{const _0xa8223f=a40_0x58a13f,_0x2c49b5={'JGFeW':function(_0x3131c7,_0xce32a9){return _0x3131c7(_0xce32a9);},'KgdWL':function(_0x442c2b,_0x3e254d){return _0x442c2b>=_0x3e254d;},'vukvE':_0xa8223f(0x10d),'mWGyh':_0xa8223f(0xdf),'ebEsZ':_0xa8223f(0xca),'Pumue':'process.js','deafm':_0xa8223f(0xf8)},_0x545d87=_0x2c49b5[_0xa8223f(0xd8)](getFrameworkVersion,FRAMEWORKS[_0xa8223f(0xfb)]);if(_0x2c49b5[_0xa8223f(0x107)](helper[_0xa8223f(0xdc)](_0x545d87,_0x2c49b5['vukvE']),0x0))return path['join'](_0x2c49b5['mWGyh'],_0x2c49b5[_0xa8223f(0x10c)],_0x2c49b5['Pumue']);return path['join'](_0x2c49b5[_0xa8223f(0x10a)],_0x2c49b5[_0xa8223f(0xda)],_0x2c49b5[_0xa8223f(0x10c)],_0x2c49b5[_0xa8223f(0xfc)]);},exports[a40_0x58a13f(0x112)]=(_0x300278,{test_run_uuid:_0x25ca5a})=>{const _0x1237a4=a40_0x58a13f,_0x59c6f3={'CuFHY':_0x1237a4(0xd1),'mpMmh':_0x1237a4(0x13b),'DMNWn':function(_0x51f1f6,_0x1ec954){return _0x51f1f6<=_0x1ec954;},'xVyjK':function(_0x9e3d25,_0xe2241d){return _0x9e3d25(_0xe2241d);},'Yeshm':_0x1237a4(0xcf),'JpRuw':function(_0x30a96e,_0x4a478){return _0x30a96e(_0x4a478);},'JCjNl':function(_0x11283e,_0x442732){return _0x11283e>=_0x442732;},'QPBtb':'1.42.0','ELWxx':function(_0x2585c8,_0x261750){return _0x2585c8>_0x261750;},'PShLb':function(_0x55feca,_0x3c74a6){return _0x55feca(_0x3c74a6);},'ZZsHR':function(_0x2262d5,_0x3de828,_0x4b828c){return _0x2262d5(_0x3de828,_0x4b828c);},'aQObh':_0x1237a4(0xf8)};if(!_0x300278||_0x59c6f3[_0x1237a4(0x136)](_0x300278['length'],0x0))return[];const _0x15e896=_0x59c6f3[_0x1237a4(0xd6)](removeAnsiColors,_0x300278[0x0][_0x1237a4(0xf6)]);if(_0x15e896[_0x1237a4(0xe8)](_0x59c6f3[_0x1237a4(0xe5)])){const _0x644f5c=_0x300278[0x0],_0x4ac61c=_0x59c6f3['JpRuw'](getFrameworkVersion,FRAMEWORKS[_0x1237a4(0xfb)]);if((!_0x644f5c[_0x1237a4(0x116)]||_0x59c6f3[_0x1237a4(0x138)](_0x4ac61c,_0x59c6f3[_0x1237a4(0x12e)]))&&_0x59c6f3[_0x1237a4(0xd5)](_0x300278[_0x1237a4(0xf3)],0x1))return{'failureData':[{'backtrace':[_0x15e896,_0x59c6f3[_0x1237a4(0x10b)](removeAnsiColors,_0x300278[0x1][_0x1237a4(0x116)])]}],'logs':_0x300278['slice'](0x2)[_0x1237a4(0x11d)](_0x5576b0=>{const _0x99198e=_0x1237a4;return{'timestamp':new Date()['toISOString'](),'level':_0x59c6f3[_0x99198e(0x132)],'message':''+_0x5576b0[_0x99198e(0xf6)],'kind':_0x59c6f3[_0x99198e(0xff)],'http_response':{},'test_run_uuid':_0x25ca5a};})};}return{'failureData':_0x59c6f3['ZZsHR'](failureData,_0x300278,_0x59c6f3[_0x1237a4(0x130)]),'logs':[]};};
1
+ function a40_0x536c(){const _0x21dda3=['stack','nANNt','getTime','slice','YSLoM','DllkW','getTestTags','dAnDj','onStepEnd','TEST_LOG','vDrNt','KRvep','sendSessionDetails','calculateTimesFromMultipleFiles','playwright','OFkbd','../../../helpers/test-observability/utils','ERROR','WGfrN','length','../../../helpers/performance-tester','tXmuC','common','EZZYv','143900nmNWJm','Blyci','Zhvag','join','aeAHV','../../../helpers/helper','1.38.0','113255rcpRhV','NnLOv','START_TIME','afterTestHook','Vrsdt','oDpxV','performance-reporter.html','xvZQO','toISOString','bRoVi','message','rJVzX','beforeTestHook','getConfigLoaderPath','PWNRm','afterWorkerHook','NUfpN','lib','9doeXPP','20563380zUKgQh','HVoOm','test','beforeWorkerHook','runner/projectUtils.js','endsWith','match','playwright/lib/common/configLoader.js','qXQox','onTestBegin','oRKGV','xUvgh','luOuh','runner/loadUtils.js','tCNhp','startsWith','3311280nIgnCv','sendTestLog','1.42.0','stopAndGenerate','DKgxd','readdirSync','aWTWN','getTransformPath','endSession','NiMPr','thrEr','1027838vAQlNn','performance-report-worker-','3aXUsiN','ksKrU','wvCGr','114MQVQpR','doo11ySync','processPageScreenshot','calculatePerformance','@playwright/test/lib/transform/transform.js','vnqWE','lswpG','xBSQi','Dnaiq','Test\x20timeout\x20of','onTestEnd','vYnJJ','@playwright/test','YxHIT','PLAYWRIGHT','5560088SDXEUD','compareVersions','process.js','Percentage\x20of\x20increased\x20time\x20is\x20','map','uznjV','mXhAO','env','njGBI','mkwsJ','getPlaywrightLibPath','title','489584EEbhWE','PEJrr','.json','CVkUQ','@playwright/test/lib/common/configLoader.js','getForkProcessPath','filter','kpasf','EDtkD','requestSpyCallback'];a40_0x536c=function(){return _0x21dda3;};return a40_0x536c();}const a40_0x5e7b84=a40_0x14ae;(function(_0x332d84,_0x239503){const _0x5603a0=a40_0x14ae,_0x3aef9e=_0x332d84();while(!![]){try{const _0x20996a=-parseInt(_0x5603a0(0x184))/0x1+-parseInt(_0x5603a0(0x164))/0x2+-parseInt(_0x5603a0(0x166))/0x3*(parseInt(_0x5603a0(0x1a6))/0x4)+parseInt(_0x5603a0(0x1ad))/0x5*(-parseInt(_0x5603a0(0x169))/0x6)+parseInt(_0x5603a0(0x159))/0x7+parseInt(_0x5603a0(0x178))/0x8*(-parseInt(_0x5603a0(0x148))/0x9)+parseInt(_0x5603a0(0x149))/0xa;if(_0x20996a===_0x239503)break;else _0x3aef9e['push'](_0x3aef9e['shift']());}catch(_0x186669){_0x3aef9e['push'](_0x3aef9e['shift']());}}}(a40_0x536c,0x58fe8));function a40_0x14ae(_0x25446a,_0x9cd1be){const _0x536cf7=a40_0x536c();return a40_0x14ae=function(_0x14ae46,_0x191ba3){_0x14ae46=_0x14ae46-0x13b;let _0x4c9e55=_0x536cf7[_0x14ae46];return _0x4c9e55;},a40_0x14ae(_0x25446a,_0x9cd1be);}const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require(a40_0x5e7b84(0x19e)),PerformanceTester=require(a40_0x5e7b84(0x1a2)),fs=require('fs'),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),helper=require(a40_0x5e7b84(0x1ab)),path=require('path'),getTagsFromTitle=_0x2d3985=>{const _0x2b6b18=a40_0x5e7b84;return _0x2d3985[_0x2b6b18(0x14f)](/@(\w+)/g)?.['map'](_0x53319f=>_0x53319f[_0x2b6b18(0x191)](0x1))||[];};exports[a40_0x5e7b84(0x194)]=_0x4dc172=>{const _0x513d47=a40_0x5e7b84,_0x17f0f1={'awhCY':function(_0x15e8ba,_0x29f61d){return _0x15e8ba(_0x29f61d);}};if(_0x4dc172['tags'])return _0x4dc172['tags'][_0x513d47(0x17c)](_0x442a53=>_0x442a53['startsWith']('@')?_0x442a53['substr'](0x1):_0x442a53);return _0x17f0f1['awhCY'](getTagsFromTitle,_0x4dc172[_0x513d47(0x183)]);},exports[a40_0x5e7b84(0x16c)]=async()=>{const _0x27d231=a40_0x5e7b84,_0x2d81b8={'njGBI':function(_0x444baa,_0x26662b){return _0x444baa-_0x26662b;},'PEJrr':_0x27d231(0x13c),'Zhvag':'onBegin','luOuh':_0x27d231(0x161),'KRvep':_0x27d231(0x152),'DllkW':_0x27d231(0x173),'EZZYv':'onStepBegin','YrlSC':_0x27d231(0x196),'oDpxV':_0x27d231(0x14c),'OFkbd':_0x27d231(0x145),'Vrsdt':_0x27d231(0x142),'RgitP':_0x27d231(0x1b0),'EHshH':_0x27d231(0x16a),'rJVzX':_0x27d231(0x16b),'PWNRm':_0x27d231(0x19a),'NiMPr':'setupBrowserDetails','RgoKG':_0x27d231(0x18d),'aYyuz':_0x27d231(0x15a),'dAnDj':function(_0x480f3a,_0x289569){return _0x480f3a(_0x289569);},'uznjV':function(_0x28984b,_0xe82bac){return _0x28984b/_0xe82bac;},'vDrNt':function(_0x5eb9a9,_0x181694){return _0x5eb9a9+_0x181694;},'tXmuC':function(_0x290c20,_0x2c25ce){return _0x290c20*_0x2c25ce;}};if(!process[_0x27d231(0x17f)]['START_TIME'])return;const _0x388382=_0x2d81b8[_0x27d231(0x180)](new Date()[_0x27d231(0x190)](),new Date(process[_0x27d231(0x17f)][_0x27d231(0x1af)])[_0x27d231(0x190)]()),_0x567c47=await PerformanceTester[_0x27d231(0x15c)](_0x2d81b8[_0x27d231(0x185)],[_0x2d81b8[_0x27d231(0x1a8)],_0x2d81b8[_0x27d231(0x155)],_0x2d81b8[_0x27d231(0x199)],_0x2d81b8[_0x27d231(0x193)],_0x2d81b8[_0x27d231(0x1a5)],_0x2d81b8['YrlSC']]),_0x40e022=fs[_0x27d231(0x15e)]('.'),_0x29cfc1=_0x40e022[_0x27d231(0x18a)](_0x278185=>_0x278185[_0x27d231(0x158)](_0x27d231(0x165))&&_0x278185[_0x27d231(0x14e)](_0x27d231(0x186))),_0x4ff589=await PerformanceTester[_0x27d231(0x19b)](_0x29cfc1,[_0x2d81b8[_0x27d231(0x13b)],_0x2d81b8[_0x27d231(0x19d)],_0x2d81b8[_0x27d231(0x1b1)],_0x2d81b8['RgitP'],_0x2d81b8['EHshH'],_0x2d81b8[_0x27d231(0x141)],_0x2d81b8[_0x27d231(0x144)],_0x2d81b8[_0x27d231(0x162)],_0x2d81b8['RgoKG'],_0x2d81b8['aYyuz']]);_0x2d81b8[_0x27d231(0x195)](debug,'Total\x20duration\x20for\x20whole\x20build\x20is\x20'+_0x2d81b8[_0x27d231(0x17d)](_0x388382,0x3e8)+'\x20s'),_0x2d81b8[_0x27d231(0x195)](debug,'Total\x20time\x20taken\x20by\x20O11y\x20is\x20'+_0x2d81b8[_0x27d231(0x198)](_0x4ff589,_0x567c47)),_0x2d81b8[_0x27d231(0x195)](debug,_0x27d231(0x17b)+_0x2d81b8[_0x27d231(0x1a3)](_0x2d81b8[_0x27d231(0x17d)](_0x2d81b8[_0x27d231(0x198)](_0x4ff589,_0x567c47),_0x388382),0x64));},exports[a40_0x5e7b84(0x160)]=()=>{const _0x5229a7=a40_0x5e7b84,_0x2d39d5={'ksKrU':function(_0x1b330c,_0x298f2c){return _0x1b330c(_0x298f2c);},'NUfpN':function(_0x5eb271,_0x1385b4){return _0x5eb271>=_0x1385b4;},'kzrBf':_0x5229a7(0x1ac),'YxHIT':'playwright/lib/transform/transform.js','wvCGr':_0x5229a7(0x19c),'dcqos':'1.35.0','HVoOm':_0x5229a7(0x16d),'aWTWN':'@playwright/test','tCNhp':'@playwright/test/lib/common/transform.js'},_0x3609d6=_0x2d39d5[_0x5229a7(0x167)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x2d39d5[_0x5229a7(0x146)](helper[_0x5229a7(0x179)](_0x3609d6,_0x2d39d5['kzrBf']),0x0))return[_0x2d39d5[_0x5229a7(0x176)],_0x2d39d5[_0x5229a7(0x168)]];if(_0x2d39d5[_0x5229a7(0x146)](helper[_0x5229a7(0x179)](_0x3609d6,_0x2d39d5['dcqos']),0x0))return[_0x2d39d5[_0x5229a7(0x14a)],_0x2d39d5[_0x5229a7(0x15f)]];return[_0x2d39d5[_0x5229a7(0x157)],_0x2d39d5[_0x5229a7(0x15f)]];},exports[a40_0x5e7b84(0x143)]=()=>{const _0x2d80fe=a40_0x5e7b84,_0x16ff6d={'GbeHB':function(_0x2f0893,_0x3e4abe){return _0x2f0893(_0x3e4abe);},'xUvgh':function(_0x206dd9,_0x5c14b8){return _0x206dd9>=_0x5c14b8;},'MudTo':'1.38.0','NnLOv':_0x2d80fe(0x150),'YSLoM':_0x2d80fe(0x19c),'lswpG':_0x2d80fe(0x188),'WGfrN':_0x2d80fe(0x175)},_0x5f179e=_0x16ff6d['GbeHB'](getFrameworkVersion,FRAMEWORKS[_0x2d80fe(0x177)]);if(_0x16ff6d[_0x2d80fe(0x154)](helper['compareVersions'](_0x5f179e,_0x16ff6d['MudTo']),0x0))return[_0x16ff6d[_0x2d80fe(0x1ae)],_0x16ff6d[_0x2d80fe(0x192)]];return[_0x16ff6d[_0x2d80fe(0x16f)],_0x16ff6d[_0x2d80fe(0x1a0)]];},exports['getLoadUtilsPath']=()=>{const _0x10ff14=a40_0x5e7b84,_0x35a549={};_0x35a549[_0x10ff14(0x170)]=_0x10ff14(0x156);const _0x65c5ab=_0x35a549;return helper[_0x10ff14(0x182)](_0x65c5ab[_0x10ff14(0x170)]);},exports['getProjectUtilsPath']=()=>{const _0x1e0c14=a40_0x5e7b84,_0x25ee0f={};_0x25ee0f[_0x1e0c14(0x187)]=_0x1e0c14(0x14d);const _0x3ff9cf=_0x25ee0f;return helper['getPlaywrightLibPath'](_0x3ff9cf[_0x1e0c14(0x187)]);},exports[a40_0x5e7b84(0x189)]=()=>{const _0x35fcbb=a40_0x5e7b84,_0x3d43eb={'Dnaiq':function(_0x20d39e,_0x150787){return _0x20d39e(_0x150787);},'vnqWE':function(_0x5f2be0,_0x3442cb){return _0x5f2be0>=_0x3442cb;},'EDtkD':_0x35fcbb(0x1ac),'mkwsJ':_0x35fcbb(0x147),'xvZQO':_0x35fcbb(0x1a4),'DKgxd':_0x35fcbb(0x17a),'PvRNH':_0x35fcbb(0x14b)},_0x346b13=_0x3d43eb[_0x35fcbb(0x171)](getFrameworkVersion,FRAMEWORKS[_0x35fcbb(0x177)]);if(_0x3d43eb[_0x35fcbb(0x16e)](helper['compareVersions'](_0x346b13,_0x3d43eb[_0x35fcbb(0x18c)]),0x0))return path[_0x35fcbb(0x1a9)](_0x3d43eb['mkwsJ'],_0x3d43eb[_0x35fcbb(0x13d)],_0x3d43eb['DKgxd']);return path[_0x35fcbb(0x1a9)](_0x3d43eb['PvRNH'],_0x3d43eb[_0x35fcbb(0x181)],_0x3d43eb[_0x35fcbb(0x13d)],_0x3d43eb[_0x35fcbb(0x15d)]);},exports['getFailureData']=(_0x51c904,{test_run_uuid:_0x174e21})=>{const _0x48c42e=a40_0x5e7b84,_0x416d95={'Blyci':_0x48c42e(0x19f),'mXhAO':_0x48c42e(0x197),'nANNt':function(_0x20d2a5,_0x56f1c8){return _0x20d2a5<=_0x56f1c8;},'oRKGV':function(_0x560a5c,_0x419984){return _0x560a5c(_0x419984);},'wQNQa':_0x48c42e(0x172),'thrEr':function(_0x26deb4,_0xe70aa5){return _0x26deb4(_0xe70aa5);},'vYnJJ':function(_0x27c247,_0x54a8f0){return _0x27c247>=_0x54a8f0;},'bRoVi':_0x48c42e(0x15b),'kpasf':function(_0x1e570b,_0x415d15){return _0x1e570b>_0x415d15;},'qXQox':function(_0x1c6405,_0x72d835,_0x5752f1){return _0x1c6405(_0x72d835,_0x5752f1);},'aeAHV':_0x48c42e(0x14b)};if(!_0x51c904||_0x416d95[_0x48c42e(0x18f)](_0x51c904[_0x48c42e(0x1a1)],0x0))return[];const _0x273295=_0x416d95[_0x48c42e(0x153)](removeAnsiColors,_0x51c904[0x0][_0x48c42e(0x140)]);if(_0x273295[_0x48c42e(0x158)](_0x416d95['wQNQa'])){const _0x1ea45e=_0x51c904[0x0],_0x3dcaec=_0x416d95[_0x48c42e(0x163)](getFrameworkVersion,FRAMEWORKS[_0x48c42e(0x177)]);if((!_0x1ea45e[_0x48c42e(0x18e)]||_0x416d95[_0x48c42e(0x174)](_0x3dcaec,_0x416d95[_0x48c42e(0x13f)]))&&_0x416d95[_0x48c42e(0x18b)](_0x51c904['length'],0x1))return{'failureData':[{'backtrace':[_0x273295,_0x416d95['thrEr'](removeAnsiColors,_0x51c904[0x1][_0x48c42e(0x18e)])]}],'logs':_0x51c904[_0x48c42e(0x191)](0x2)[_0x48c42e(0x17c)](_0xbdd697=>{const _0x192ec5=_0x48c42e;return{'timestamp':new Date()[_0x192ec5(0x13e)](),'level':_0x416d95[_0x192ec5(0x1a7)],'message':''+_0xbdd697[_0x192ec5(0x140)],'kind':_0x416d95[_0x192ec5(0x17e)],'http_response':{},'test_run_uuid':_0x174e21};})};}return{'failureData':_0x416d95[_0x48c42e(0x151)](failureData,_0x51c904,_0x416d95[_0x48c42e(0x1aa)]),'logs':[]};};