browserstack-node-sdk 1.32.7 → 1.32.8

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 (114) 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/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a34_0x194815=a34_0x4b6e;(function(_0x4d7b1d,_0x4b5c3d){const _0x5bf2ef=a34_0x4b6e,_0x58a0cf=_0x4d7b1d();while(!![]){try{const _0x52d37c=parseInt(_0x5bf2ef(0x17d))/0x1*(-parseInt(_0x5bf2ef(0x133))/0x2)+-parseInt(_0x5bf2ef(0x13e))/0x3+-parseInt(_0x5bf2ef(0x17e))/0x4*(parseInt(_0x5bf2ef(0x158))/0x5)+-parseInt(_0x5bf2ef(0x16b))/0x6*(-parseInt(_0x5bf2ef(0x141))/0x7)+parseInt(_0x5bf2ef(0x166))/0x8+parseInt(_0x5bf2ef(0x164))/0x9*(-parseInt(_0x5bf2ef(0x131))/0xa)+parseInt(_0x5bf2ef(0x10a))/0xb;if(_0x52d37c===_0x4b5c3d)break;else _0x58a0cf['push'](_0x58a0cf['shift']());}catch(_0x4c4a0b){_0x58a0cf['push'](_0x58a0cf['shift']());}}}(a34_0x1b7a,0x51241));const fs=require('fs'),util=require(a34_0x194815(0x16e)),path=require('path');let config={};const browserstackSetup={},helper=require(a34_0x194815(0x13f)),{PLAYWRIGHT_CONFIG_OPTION_ERRORS}=require('../../bin/utils/constants'),{getTransformPath,getProjectUtilsPath}=require(a34_0x194815(0x18a)),handleAutomationTrue=async()=>{const _0x205c78=a34_0x194815,_0x2d8c39={'LevKa':_0x205c78(0x189),'AnmeX':'use','BaUuq':_0x205c78(0x161),'udbmY':function(_0x32e549,_0x3092e9){return _0x32e549+_0x3092e9;},'SvVYm':function(_0x2211b8,_0x3254c2){return _0x2211b8(_0x3254c2);},'injup':function(_0x2773eb,_0x48d5c7,_0x17d6d1,_0x4d3526){return _0x2773eb(_0x48d5c7,_0x17d6d1,_0x4d3526);},'DWPTE':_0x205c78(0x14d),'qDcfo':function(_0x366f65){return _0x366f65();},'ctChm':_0x205c78(0x11c),'ZOKdk':_0x205c78(0x182),'WxxKu':_0x205c78(0x16a),'FFAwg':_0x205c78(0x185),'QEMxi':function(_0x46309d,_0x2fd1a9){return _0x46309d*_0x2fd1a9;},'BnkXt':'workers'};if(helper[_0x205c78(0x178)](process[_0x205c78(0x167)][_0x205c78(0x171)])){config[_0x2d8c39[_0x205c78(0x14f)]]=[];const _0x4163da=[];browserstackSetup['config'][_0x205c78(0x196)][_0x205c78(0x17a)]((_0x3e38ff,_0x2b01b5)=>{const _0x3958ab=_0x205c78;_0x4163da[_0x3958ab(0x186)](helper[_0x3958ab(0x176)](browserstackSetup[_0x3958ab(0x137)],_0x2d8c39['LevKa'],_0x2b01b5));});let _0x486fea,_0x165cc9=[];try{_0x486fea=helper[_0x205c78(0x157)]['apply'](null,_0x2d8c39[_0x205c78(0x135)](getProjectUtilsPath));const _0x9cc08b={};_0x9cc08b[_0x205c78(0x162)]=!![];const _0x2492c={};_0x2492c[_0x205c78(0x162)]=!![],_0x2492c[_0x205c78(0x11c)]='',_0x2492c['testMatch']='',_0x2492c[_0x205c78(0x16a)]='',_0x2492c[_0x205c78(0x13a)]=_0x9cc08b;const _0x215dd6={};_0x215dd6[_0x205c78(0x112)]=_0x2492c;let _0x203026=_0x215dd6;config[_0x2d8c39['ctChm']]&&(_0x203026[_0x205c78(0x112)][_0x2d8c39[_0x205c78(0x114)]]=config[_0x2d8c39[_0x205c78(0x114)]]),config[_0x2d8c39['ZOKdk']]&&(_0x203026['project'][_0x2d8c39[_0x205c78(0x12e)]]=config[_0x2d8c39[_0x205c78(0x12e)]]),config[_0x2d8c39['WxxKu']]&&(_0x203026[_0x205c78(0x112)][_0x2d8c39[_0x205c78(0x127)]]=config[_0x2d8c39[_0x205c78(0x127)]]),_0x203026=Object['assign'](_0x203026,_0x203026[_0x205c78(0x112)]),_0x165cc9=await _0x486fea[_0x205c78(0x132)](_0x203026);}catch(_0x215f77){console['log'](_0x2d8c39[_0x205c78(0x170)](_0x2d8c39[_0x205c78(0x136)],util[_0x205c78(0x155)](_0x215f77)));}const _0x463645=helper[_0x205c78(0x156)](browserstackSetup[_0x205c78(0x137)]),_0x27bb0f=await _0x2d8c39[_0x205c78(0x138)](getPWOptionsTests,_0x4163da,_0x486fea,_0x165cc9);_0x4163da['forEach']((_0x14d8a0,_0xb7ba65)=>{const _0x405670=_0x205c78,_0x431f04={},_0x3751a3={};_0x3751a3[_0x405670(0x121)]=browserstackSetup[_0x405670(0x137)][_0x405670(0x196)][_0xb7ba65],_0x431f04[_0x2d8c39[_0x405670(0x11f)]]=_0x3751a3,helper[_0x405670(0x160)](_0x14d8a0,_0x431f04),helper[_0x405670(0x11e)](_0x431f04,browserstackSetup[_0x405670(0x137)][_0x405670(0x196)][_0xb7ba65],browserstackSetup[_0x405670(0x137)]['platforms'][_0xb7ba65]['playwrightConfigOptions']||config[_0x405670(0x17b)]||null),_0x431f04[_0x2d8c39['AnmeX']][_0x2d8c39[_0x405670(0x151)]]={'wsEndpoint':_0x2d8c39['udbmY'](_0x463645,_0x2d8c39[_0x405670(0x179)](encodeURIComponent,JSON[_0x405670(0x15b)](_0x14d8a0)))},_0x2d8c39[_0x405670(0x138)](addProjectToProjectList,_0x27bb0f,_0xb7ba65,_0x431f04);});_0x165cc9[_0x205c78(0x173)]&&(config[_0x2d8c39['ZOKdk']]='',config[_0x2d8c39[_0x205c78(0x114)]]='');const _0x2998c2=_0x2d8c39[_0x205c78(0x14a)](browserstackSetup['config'][_0x205c78(0x196)][_0x205c78(0x173)]||0x1,browserstackSetup['config']['parallelsPerPlatform']);config[_0x2d8c39[_0x205c78(0x129)]]=_0x2998c2;}},addProjectToProjectList=(_0x54e7fb,_0xbf7d6a,_0x312f45)=>{const _0x29cf6a=a34_0x194815,_0x5b6ac7={'fUWXu':function(_0x58df26,_0x58a864){return _0x58df26>_0x58a864;},'EROaF':_0x29cf6a(0x10c),'pKXgr':_0x29cf6a(0x182),'QqqNS':_0x29cf6a(0x145),'qpQTW':'teardown','QPatY':'projects','fojHE':_0x29cf6a(0x10d),'ggXsI':_0x29cf6a(0x121),'WlJcx':'playwrightConfigOptions','KSdRF':function(_0x216bfc,_0x3e3005,_0x31a932){return _0x216bfc(_0x3e3005,_0x31a932);}},_0x343bad=_0x54e7fb[_0xbf7d6a],_0x4061e2=browserstackSetup[_0x29cf6a(0x137)][_0x29cf6a(0x196)][_0xbf7d6a]['playwrightConfigOptions'];_0x312f45[_0x5b6ac7[_0x29cf6a(0x163)]][_0x5b6ac7[_0x29cf6a(0x12a)]][_0x5b6ac7[_0x29cf6a(0x150)]]&&delete _0x312f45[_0x5b6ac7['fojHE']][_0x5b6ac7[_0x29cf6a(0x12a)]][_0x5b6ac7['WlJcx']];const _0x249eab=_0x5b6ac7['KSdRF'](setSetupAndTeardownConfigs,helper[_0x29cf6a(0x128)](_0x312f45),_0x4061e2);_0x5b6ac7[_0x29cf6a(0x117)](_0x343bad[_0x29cf6a(0x173)],0x0)?_0x343bad[_0x29cf6a(0x17a)](_0x266d47=>{const _0x60764d=_0x29cf6a,_0x67563a=helper['deepClone'](_0x312f45);_0x5b6ac7[_0x60764d(0x117)](_0x249eab[_0x60764d(0x173)],0x0)&&(_0x67563a[_0x5b6ac7[_0x60764d(0x15f)]]=_0x249eab),_0x67563a[_0x5b6ac7[_0x60764d(0x113)]]=_0x266d47,_0x67563a[_0x5b6ac7[_0x60764d(0x149)]]&&delete _0x67563a['setup'],_0x67563a[_0x5b6ac7['qpQTW']]&&delete _0x67563a[_0x60764d(0x15c)],config[_0x5b6ac7[_0x60764d(0x15d)]][_0x60764d(0x186)](_0x67563a);}):config[_0x5b6ac7[_0x29cf6a(0x15d)]][_0x29cf6a(0x186)](_0x312f45);},setSetupAndTeardownConfigs=(_0x3f3de4,_0x43617f)=>{const _0x132196=a34_0x194815,_0x30d2fb={'livqY':function(_0x5c8741,_0x8f53b9,_0x2f07ff){return _0x5c8741(_0x8f53b9,_0x2f07ff);},'pYfDc':'teardown','GvvxR':function(_0x4c02ff,_0x528778,_0x117ce6){return _0x4c02ff(_0x528778,_0x117ce6);},'esMKv':_0x132196(0x10d),'oBONt':_0x132196(0x14d),'kSFLy':_0x132196(0x145),'GoUjp':function(_0x5ddc27,_0x2369bf,_0x5077c2,_0x2a3a9d){return _0x5ddc27(_0x2369bf,_0x5077c2,_0x2a3a9d);},'htFst':function(_0x5e911a,_0x4fea72,_0x10e5ee){return _0x5e911a(_0x4fea72,_0x10e5ee);}};if(!_0x43617f)return[];const _0x43fb9f=[],_0x13e0a9=[];let _0x160fd5,_0x322288;return _0x43617f[_0x30d2fb[_0x132196(0x187)]]&&(_0x160fd5=_0x43617f[_0x30d2fb['kSFLy']]),_0x43617f[_0x30d2fb[_0x132196(0x197)]]&&(_0x322288=_0x43617f[_0x30d2fb[_0x132196(0x197)]]),_0x322288&&Array[_0x132196(0x181)](_0x322288)&&_0x322288[_0x132196(0x17a)](_0x590350=>{const _0x244d0a=_0x132196;_0x30d2fb[_0x244d0a(0x120)](validateKeys,_0x590350,_0x30d2fb[_0x244d0a(0x197)]);if(_0x43fb9f[_0x244d0a(0x195)](_0x590350['name']))throw util[_0x244d0a(0x155)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x244d0a(0x147)],_0x30d2fb[_0x244d0a(0x197)]);const _0x1e176e=_0x30d2fb[_0x244d0a(0x14b)](createDependencyProject,_0x590350[_0x244d0a(0x184)],_0x590350[_0x244d0a(0x182)]);_0x1e176e[_0x30d2fb['esMKv']]=_0x3f3de4[_0x30d2fb[_0x244d0a(0x122)]],config[_0x30d2fb[_0x244d0a(0x142)]]['push'](_0x1e176e),_0x43fb9f[_0x244d0a(0x186)](_0x590350[_0x244d0a(0x184)]);}),_0x160fd5&&Array['isArray'](_0x160fd5)&&_0x160fd5[_0x132196(0x17a)](_0x2f54b4=>{const _0x148f01=_0x132196;_0x30d2fb['livqY'](validateKeys,_0x2f54b4,_0x30d2fb[_0x148f01(0x187)]);if(_0x43fb9f[_0x148f01(0x195)](_0x2f54b4[_0x148f01(0x184)]))throw util['format'](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x148f01(0x147)],_0x30d2fb[_0x148f01(0x187)]);const _0x4833e1=_0x2f54b4[_0x148f01(0x15c)]?_0x30d2fb[_0x148f01(0x13b)](createDependencyProject,_0x2f54b4[_0x148f01(0x184)],_0x2f54b4[_0x148f01(0x182)],_0x2f54b4[_0x148f01(0x15c)]):_0x30d2fb[_0x148f01(0x116)](createDependencyProject,_0x2f54b4[_0x148f01(0x184)],_0x2f54b4[_0x148f01(0x182)]);_0x4833e1[_0x30d2fb['esMKv']]=_0x3f3de4[_0x30d2fb['esMKv']],config[_0x30d2fb[_0x148f01(0x142)]][_0x148f01(0x186)](_0x4833e1),_0x13e0a9[_0x148f01(0x186)](_0x2f54b4[_0x148f01(0x184)]),_0x43fb9f[_0x148f01(0x186)](_0x2f54b4[_0x148f01(0x184)]);}),_0x13e0a9;},validateKeys=(_0x17015e,_0x3ec32e)=>{const _0x50766c=a34_0x194815,_0x5cdf2b={};_0x5cdf2b[_0x50766c(0x15a)]=function(_0x5f4eee,_0x42b3e6){return _0x5f4eee===_0x42b3e6;},_0x5cdf2b['CjDkR']='teardown',_0x5cdf2b[_0x50766c(0x16f)]=_0x50766c(0x184),_0x5cdf2b['Eosgg']=function(_0x3ed92e,_0x4341da){return _0x3ed92e===_0x4341da;},_0x5cdf2b[_0x50766c(0x175)]=_0x50766c(0x182),_0x5cdf2b[_0x50766c(0x11a)]=function(_0x3e11b9,_0x5158ec){return _0x3e11b9===_0x5158ec;},_0x5cdf2b[_0x50766c(0x143)]=function(_0x13e800,_0x37814f){return _0x13e800===_0x37814f;};const _0x56262b=_0x5cdf2b;if(![_0x56262b[_0x50766c(0x16f)],_0x56262b[_0x50766c(0x175)]][_0x50766c(0x188)](_0x42b060=>Object[_0x50766c(0x194)](_0x17015e)[_0x50766c(0x195)](_0x42b060)))throw util[_0x50766c(0x155)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x50766c(0x198)],_0x3ec32e);Object[_0x50766c(0x194)](_0x17015e)[_0x50766c(0x17a)](_0x2ad7b1=>{const _0x2279ac=_0x50766c;if(_0x56262b[_0x2279ac(0x15a)](_0x3ec32e,_0x56262b[_0x2279ac(0x134)])){if(!(_0x56262b['kJDec'](_0x2ad7b1,_0x56262b['lqMfi'])||_0x56262b['Eosgg'](_0x2ad7b1,_0x56262b[_0x2279ac(0x175)])))throw util[_0x2279ac(0x155)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x2279ac(0x144)],_0x3ec32e);}else{if(!(_0x56262b['Zieet'](_0x2ad7b1,_0x56262b[_0x2279ac(0x16f)])||_0x56262b['RZKPK'](_0x2ad7b1,_0x56262b[_0x2279ac(0x175)])||_0x56262b[_0x2279ac(0x11a)](_0x2ad7b1,_0x56262b['CjDkR'])))throw util['format'](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x2279ac(0x144)],_0x3ec32e);}});},createDependencyProject=(_0x47dedd,_0x5fce34,_0x23086d)=>{const _0xcf2fd4=a34_0x194815;if(!_0x5fce34){const _0x4ec293={};return _0x4ec293[_0xcf2fd4(0x184)]=_0x47dedd,_0x4ec293['teardown']=_0x23086d,_0x4ec293;}else{if(!_0x23086d){const _0x5f4e2a={};return _0x5f4e2a[_0xcf2fd4(0x184)]=_0x47dedd,_0x5f4e2a[_0xcf2fd4(0x182)]=_0x5fce34,_0x5f4e2a;}}const _0x3ded07={};return _0x3ded07[_0xcf2fd4(0x184)]=_0x47dedd,_0x3ded07[_0xcf2fd4(0x182)]=_0x5fce34,_0x3ded07['teardown']=_0x23086d,_0x3ded07;},getPWOptionsTests=async(_0x1cb553,_0x209170,_0x3e0544)=>{const _0x585009=a34_0x194815,_0x28e1a5={'xyMBV':function(_0x3b0563,_0x4157da){return _0x3b0563<_0x4157da;},'RmxJS':function(_0x32251b,_0x26b2b3,_0x989856){return _0x32251b(_0x26b2b3,_0x989856);},'pymCu':function(_0x1a1dbf,_0x54ed34){return _0x1a1dbf===_0x54ed34;}},_0x1c095c=[];for(let _0x375394=0x0;_0x28e1a5['xyMBV'](_0x375394,_0x1cb553[_0x585009(0x173)]);_0x375394++){const _0x226e72=await _0x28e1a5[_0x585009(0x172)](getTestListFromPWOptions,_0x375394,_0x209170);_0x1c095c[_0x585009(0x186)](_0x28e1a5[_0x585009(0x10b)](_0x226e72[_0x585009(0x173)],0x0)?_0x3e0544:_0x226e72);}return _0x1c095c;},getTestListFromPWOptions=async(_0x556c63,_0x59520e)=>{const _0x1b8e89=a34_0x194815,_0x5042ad={};_0x5042ad[_0x1b8e89(0x16d)]='testMatch',_0x5042ad[_0x1b8e89(0x18e)]=_0x1b8e89(0x16a),_0x5042ad[_0x1b8e89(0x140)]=_0x1b8e89(0x11c),_0x5042ad[_0x1b8e89(0x12c)]=function(_0x5af60a,_0x54e6d5){return _0x5af60a===_0x54e6d5;},_0x5042ad[_0x1b8e89(0x168)]='string',_0x5042ad['FHvpH']=_0x1b8e89(0x11b),_0x5042ad[_0x1b8e89(0x118)]=function(_0x5b8308,_0x36fe57){return _0x5b8308||_0x36fe57;},_0x5042ad['IuOWl']=function(_0x250429,_0x37ba74){return _0x250429+_0x37ba74;},_0x5042ad[_0x1b8e89(0x13d)]=_0x1b8e89(0x12f);const _0x415f27=_0x5042ad,_0x69220e=browserstackSetup[_0x1b8e89(0x137)][_0x1b8e89(0x196)][_0x556c63]['playwrightConfigOptions'];if(!_0x69220e)return[];const _0x4e9e86=_0x69220e[_0x415f27[_0x1b8e89(0x16d)]],_0x35316d=_0x69220e[_0x415f27[_0x1b8e89(0x18e)]],_0x4b5c74=config[_0x415f27[_0x1b8e89(0x140)]],_0x2de740=_0x69220e[_0x415f27[_0x1b8e89(0x140)]];if(_0x4e9e86&&!(_0x415f27['fYYvY'](typeof _0x4e9e86,_0x415f27[_0x1b8e89(0x168)])||Array[_0x1b8e89(0x181)](_0x4e9e86)))throw util[_0x1b8e89(0x155)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x1b8e89(0x192)],_0x415f27['queRM']);if(_0x35316d&&!(_0x415f27[_0x1b8e89(0x12c)](typeof _0x35316d,_0x415f27['GbxWj'])||Array['isArray'](_0x35316d)))throw util[_0x1b8e89(0x155)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x1b8e89(0x192)],_0x415f27[_0x1b8e89(0x18e)]);let _0x317321=[];const _0x49aa43={};_0x49aa43[_0x1b8e89(0x162)]=!![],_0x49aa43[_0x1b8e89(0x11c)]='',_0x49aa43[_0x1b8e89(0x182)]='',_0x49aa43[_0x1b8e89(0x16a)]='';const _0x511950={};_0x511950[_0x1b8e89(0x162)]=!![];const _0x3e562={};_0x3e562[_0x1b8e89(0x112)]=_0x49aa43,_0x3e562[_0x1b8e89(0x13a)]=_0x511950;let _0x2fd8e3=_0x3e562;try{const _0x24c746=_0x415f27[_0x1b8e89(0x169)][_0x1b8e89(0x16c)]('|');let _0x46adc6=0x0;while(!![]){switch(_0x24c746[_0x46adc6++]){case'0':_0x4e9e86&&(_0x2fd8e3['project'][_0x415f27[_0x1b8e89(0x16d)]]=_0x4e9e86);continue;case'1':_0x317321=await _0x59520e['collectFilesForProject'](_0x2fd8e3);continue;case'2':_0x2fd8e3=Object[_0x1b8e89(0x153)](_0x2fd8e3,_0x2fd8e3['project']);continue;case'3':_0x415f27[_0x1b8e89(0x118)](_0x2de740,_0x4b5c74)&&(_0x2fd8e3[_0x1b8e89(0x112)][_0x415f27[_0x1b8e89(0x140)]]=_0x415f27['xPImv'](_0x2de740,_0x4b5c74));continue;case'4':_0x35316d&&(_0x2fd8e3['project'][_0x415f27[_0x1b8e89(0x18e)]]=_0x35316d);continue;}break;}}catch(_0x182a1c){console[_0x1b8e89(0x146)](_0x415f27[_0x1b8e89(0x12d)](_0x415f27[_0x1b8e89(0x13d)],_0x182a1c));}return _0x317321;},addReporter=()=>{const _0x48dfdc=a34_0x194815,_0x575d9b={};_0x575d9b[_0x48dfdc(0x111)]=_0x48dfdc(0x17c),_0x575d9b['zQChl']='reporter',_0x575d9b[_0x48dfdc(0x126)]=function(_0x9d05a3,_0x51f1b7){return _0x9d05a3===_0x51f1b7;},_0x575d9b[_0x48dfdc(0x139)]=_0x48dfdc(0x193),_0x575d9b[_0x48dfdc(0x124)]='object';const _0x28e2b4=_0x575d9b,_0x192daf=path[_0x48dfdc(0x183)](__dirname,_0x28e2b4[_0x48dfdc(0x111)]),_0x53acac=[_0x192daf];if(helper[_0x48dfdc(0x15e)](config[_0x28e2b4[_0x48dfdc(0x159)]]))config[_0x28e2b4[_0x48dfdc(0x159)]]=[_0x53acac];else{if(_0x28e2b4['xYOsZ'](typeof config[_0x28e2b4['zQChl']],_0x28e2b4[_0x48dfdc(0x139)]))config[_0x28e2b4[_0x48dfdc(0x159)]]=[[config[_0x28e2b4[_0x48dfdc(0x159)]]],_0x53acac];else _0x28e2b4[_0x48dfdc(0x126)](typeof config[_0x28e2b4[_0x48dfdc(0x159)]],_0x28e2b4[_0x48dfdc(0x124)])&&config[_0x28e2b4[_0x48dfdc(0x159)]][_0x48dfdc(0x186)](_0x53acac);}},setGlobalSetup=_0x30e5c1=>{const _0x25a779=a34_0x194815,_0x4e9b69={};_0x4e9b69[_0x25a779(0x152)]=_0x25a779(0x180),_0x4e9b69[_0x25a779(0x165)]='Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file',_0x4e9b69[_0x25a779(0x13c)]=function(_0x4b648a,_0x355df){return _0x4b648a+_0x355df;},_0x4e9b69[_0x25a779(0x10f)]='Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright',_0x4e9b69['WrxMw']='./globalSetup.js';const _0x494ebc=_0x4e9b69;if(!config)return;try{if(config[_0x25a779(0x180)]){let _0x1822af;const _0x51c830=path[_0x25a779(0x125)](_0x30e5c1,config[_0x494ebc[_0x25a779(0x152)]]);if(fs[_0x25a779(0x17f)](_0x51c830))_0x1822af=_0x51c830;else{const _0x2d7f21={};_0x2d7f21[_0x25a779(0x199)]=[_0x30e5c1],_0x1822af=require[_0x25a779(0x125)](config[_0x494ebc['ucFZH']],_0x2d7f21);}if(!_0x1822af)throw new Error(_0x494ebc[_0x25a779(0x165)]);process[_0x25a779(0x167)][_0x25a779(0x177)]=_0x1822af;}}catch(_0x5691a2){console[_0x25a779(0x146)](_0x494ebc['AuSoi'](_0x494ebc['nHJvn'],_0x5691a2));}config[_0x25a779(0x180)]=require[_0x25a779(0x125)](_0x494ebc[_0x25a779(0x190)]);},getCurrentModifiedConfig=async()=>{const _0x192bc9=a34_0x194815,_0x4224ad={'nECba':_0x192bc9(0x137),'UtbWP':function(_0x14571a,_0x363f63){return _0x14571a(_0x363f63);},'JWQSy':function(_0x3533ec,_0x170dc5){return _0x3533ec(_0x170dc5);},'UAOUp':function(_0xa617df){return _0xa617df();}},_0x283430=process[_0x192bc9(0x167)][_0x192bc9(0x191)],_0x417f70=process[_0x192bc9(0x167)]['BROWSERSTACK_PW_CONFIG_DIR'];browserstackSetup[_0x4224ad[_0x192bc9(0x14e)]]=JSON[_0x192bc9(0x10e)](fs['readFileSync'](_0x283430)),_0x4224ad['UtbWP'](setGlobalSetup,_0x417f70);const _0x2f9a7b=!helper[_0x192bc9(0x130)](process[_0x192bc9(0x167)]['BROWSERSTACK_TEST_OBSERVABILITY']);_0x2f9a7b&&_0x4224ad[_0x192bc9(0x119)](addReporter,config),helper[_0x192bc9(0x178)](process['env']['BROWSERSTACK_AUTOMATION'])&&await _0x4224ad['UAOUp'](handleAutomationTrue);},getUserPWConfig=async _0x5a354a=>{const _0x5a23a8=a34_0x194815,_0x820ae6={'nfJmN':function(_0x566862){return _0x566862();},'hgpRL':function(_0x3a5e53,_0x399b54){return _0x3a5e53(_0x399b54);},'OlFDY':function(_0x2c46ad,_0x271c51){return _0x2c46ad===_0x271c51;},'berYt':_0x5a23a8(0x110),'RzWwO':function(_0x14ddc0,_0x15c2ed){return _0x14ddc0 in _0x15c2ed;},'awoEo':_0x5a23a8(0x154)},{requireOrImport:_0x3fa110}=helper[_0x5a23a8(0x157)][_0x5a23a8(0x18b)](null,_0x820ae6[_0x5a23a8(0x115)](getTransformPath));let _0x562f27=await _0x820ae6[_0x5a23a8(0x123)](_0x3fa110,_0x5a354a);return _0x562f27&&_0x820ae6['OlFDY'](typeof _0x562f27,_0x820ae6[_0x5a23a8(0x174)])&&_0x820ae6[_0x5a23a8(0x18f)](_0x820ae6[_0x5a23a8(0x12b)],_0x562f27)&&(_0x562f27=_0x562f27[_0x820ae6['awoEo']]),_0x562f27;},modifyConfig=async()=>{const _0x3c1242=a34_0x194815,_0x40c623={'wTYqE':function(_0x562e44,_0x507b04){return _0x562e44===_0x507b04;},'lzaaO':function(_0x46a54a,_0x4b3d99){return _0x46a54a(_0x4b3d99);},'XMgVp':function(_0x57ea13){return _0x57ea13();}},_0x2db722=process['env'][_0x3c1242(0x11d)];return config=_0x40c623['wTYqE'](_0x2db722[_0x3c1242(0x173)],0x0)?{}:await _0x40c623[_0x3c1242(0x18d)](getUserPWConfig,_0x2db722),await _0x40c623[_0x3c1242(0x14c)](getCurrentModifiedConfig),helper[_0x3c1242(0x148)](config),config;};function a34_0x4b6e(_0x5407fe,_0x5db81a){const _0x1b7a54=a34_0x1b7a();return a34_0x4b6e=function(_0x4b6e60,_0x1a717c){_0x4b6e60=_0x4b6e60-0x10a;let _0x57eed0=_0x1b7a54[_0x4b6e60];return _0x57eed0;},a34_0x4b6e(_0x5407fe,_0x5db81a);}function a34_0x1b7a(){const _0x4f84be=['RmxJS','length','berYt','yyXIW','modifyBrowserStackCaps','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','isTrue','SvVYm','forEach','playwrightConfigOptions','./reporter/reporter.js','25JPdzjt','954248KIqVGU','existsSync','globalSetup','isArray','testMatch','join','name','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright\x20','push','kSFLy','every','playwright','./reporter/pwUtils','apply','exports','lzaaO','emjkt','RzWwO','WrxMw','BROWSERSTACK_SETUP_CONFIG_PATH','invalidTestInputType','string','keys','includes','platforms','pYfDc','mandatoryDependency','paths','11898997xITFPV','pymCu','dependencies','use','parse','nHJvn','object','WQQtO','project','pKXgr','ctChm','nfJmN','htFst','fUWXu','xPImv','JWQSy','Zieet','3|0|4|2|1','testDir','USER_CONFIG_DETAILS_PATH','updatePlaywrightConfigOptions','AnmeX','livqY','platformCaps','esMKv','hgpRL','fIkRk','resolve','xYOsZ','WxxKu','deepClone','BnkXt','ggXsI','awoEo','fYYvY','IuOWl','ZOKdk','Error\x20in\x20setting\x20up\x20playwright\x20config\x20due\x20to\x20playwright\x20Config\x20Options:\x20ErrorTrace:','isFalse','386930AAFrDM','collectFilesForProject','43926UolKfQ','CjDkR','qDcfo','FFAwg','config','injup','rGVUa','_internal','GoUjp','AuSoi','vLUUu','1563588tVUcSh','../../helpers/helper','GYWMG','49jzAETL','oBONt','RZKPK','invalidKeys','setup','log','uniqueDependency','writeTempPWConfig','QqqNS','QEMxi','GvvxR','XMgVp','projects','nECba','DWPTE','WlJcx','BaUuq','ucFZH','assign','default','format','getPlaywrightUrl','requirePWModule','5sCDPwk','zQChl','kJDec','stringify','teardown','QPatY','isUndefined','EROaF','playwrightProjectNameUpdate','connectOptions','respectGitIgnore','fojHE','27kUGgCo','VhBbx','872168DujIIj','env','GbxWj','FHvpH','testIgnore','485586Ockevs','split','queRM','util','lqMfi','udbmY','BROWSERSTACK_AUTOMATION'];a34_0x1b7a=function(){return _0x4f84be;};return a34_0x1b7a();}module[a34_0x194815(0x18c)]=modifyConfig;
1
+ function a34_0x2a07(_0x1b2ebc,_0x2e9c9f){const _0x39b11d=a34_0x39b1();return a34_0x2a07=function(_0x2a07c3,_0x5c8883){_0x2a07c3=_0x2a07c3-0x84;let _0x2b5e11=_0x39b11d[_0x2a07c3];return _0x2b5e11;},a34_0x2a07(_0x1b2ebc,_0x2e9c9f);}const a34_0x27af8a=a34_0x2a07;(function(_0x326282,_0xd709e0){const _0x5f17f2=a34_0x2a07,_0x515723=_0x326282();while(!![]){try{const _0x3a63e0=parseInt(_0x5f17f2(0xc2))/0x1+parseInt(_0x5f17f2(0xcb))/0x2+-parseInt(_0x5f17f2(0xd7))/0x3*(-parseInt(_0x5f17f2(0xc0))/0x4)+parseInt(_0x5f17f2(0xd3))/0x5+parseInt(_0x5f17f2(0xbb))/0x6+parseInt(_0x5f17f2(0xb3))/0x7+-parseInt(_0x5f17f2(0xea))/0x8;if(_0x3a63e0===_0xd709e0)break;else _0x515723['push'](_0x515723['shift']());}catch(_0x2e4b2e){_0x515723['push'](_0x515723['shift']());}}}(a34_0x39b1,0x47ea6));const fs=require('fs'),util=require(a34_0x27af8a(0x9d)),path=require(a34_0x27af8a(0x90));let config={};function a34_0x39b1(){const _0x1161b2=['OnMMu','respectGitIgnore','uniqueDependency','AwQAV','pvuky','LgNZe','requirePWModule','paths','projects','mTYTy','iniEh','BROWSERSTACK_PW_CONFIG_DIR','iksKa','10560176SHAyCe','use','mandatoryDependency','vwqtN','ftTAI','collectFilesForProject','XZOjq','Wline','jyRsi','BROWSERSTACK_TEST_OBSERVABILITY','AeorE','QvWEf','isFalse','config','length','xVGII','object','pXKwq','pYxHR','split','fMSvN','PWzNf','RpUnS','ziEyn','project','teardown','gaNyv','bezqW','connectOptions','setup','CXBwY','WFDHf','cpMer','xPmnJ','eIHmw','bHNJV','Lwcxe','fNLvB','env','resolve','mwpWN','lgTju','xQRyX','SouTL','testDir','ihEXA','OnwlW','Error\x20in\x20setting\x20up\x20playwright\x20config\x20due\x20to\x20playwright\x20Config\x20Options:\x20ErrorTrace:','path','invalidKeys','includes','jnzcU','testMatch','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','updatePlaywrightConfigOptions','ImSHM','zjhCQ','TonxN','join','globalSetup','testIgnore','util','BrgrD','log','deepClone','writeTempPWConfig','sHsWA','assign','playwrightConfigOptions','_internal','dependencies','ULLZI','3|2|4|1|0','playwrightProjectNameUpdate','oDsCA','push','xvzRd','apply','parallelsPerPlatform','../../bin/utils/constants','every','kSDtC','stringify','1342166gFcWlW','readFileSync','platformCaps','wZEyz','workers','SBZxq','isArray','IGDLi','643902IeFaug','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright\x20','name','HBOuv','EfHlt','303624peokIX','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','448529AsCpzT','HMyCM','tZdPR','TzCKb','isTrue','playwright','platforms','format','GuIyK','202914BywwCw','NRSPH','default','SlTay','vqVpL','Otdpi','TzVlt','../../helpers/helper','1550555vmFPdw','parse','exports','nsnaY','18hwJJCg','forEach','QylsY','invalidTestInputType','piXsG','BROWSERSTACK_AUTOMATION'];a34_0x39b1=function(){return _0x1161b2;};return a34_0x39b1();}const browserstackSetup={},helper=require(a34_0x27af8a(0xd2)),{PLAYWRIGHT_CONFIG_OPTION_ERRORS}=require(a34_0x27af8a(0xaf)),{getTransformPath,getProjectUtilsPath}=require('./reporter/pwUtils'),handleAutomationTrue=async()=>{const _0x572c13=a34_0x27af8a,_0x3191bf={'OKcwa':_0x572c13(0xc7),'ihEXA':_0x572c13(0xeb),'mTYTy':_0x572c13(0x106),'ImSHM':function(_0x1b10c3,_0x20815f){return _0x1b10c3+_0x20815f;},'gaNyv':function(_0x488d2c,_0xbd7b80){return _0x488d2c(_0xbd7b80);},'CXBwY':function(_0x14abf7,_0x47232b,_0x35488f,_0x5e2959){return _0x14abf7(_0x47232b,_0x35488f,_0x5e2959);},'LgNZe':_0x572c13(0xe5),'RpUnS':function(_0x483350){return _0x483350();},'AeorE':_0x572c13(0x8c),'NRSPH':_0x572c13(0x94),'nsnaY':_0x572c13(0x9c),'fxstN':_0x572c13(0xbc),'QvWEf':function(_0x582e49,_0x5c0289,_0x40f9b4,_0x11fbd9){return _0x582e49(_0x5c0289,_0x40f9b4,_0x11fbd9);},'zjhCQ':function(_0x327c55,_0x3bf1fb){return _0x327c55*_0x3bf1fb;},'bHNJV':_0x572c13(0xb7)};if(helper[_0x572c13(0xc6)](process['env']['BROWSERSTACK_AUTOMATION'])){config[_0x3191bf[_0x572c13(0xe2)]]=[];const _0x2068e4=[];browserstackSetup['config'][_0x572c13(0xc8)]['forEach']((_0x37c47a,_0x184f1a)=>{const _0x5603b3=_0x572c13;_0x2068e4['push'](helper['modifyBrowserStackCaps'](browserstackSetup[_0x5603b3(0xf7)],_0x3191bf['OKcwa'],_0x184f1a));});let _0x2dab7b,_0x3b9062=[];try{_0x2dab7b=helper[_0x572c13(0xe3)][_0x572c13(0xad)](null,_0x3191bf[_0x572c13(0x100)](getProjectUtilsPath));const _0x4f4f89={};_0x4f4f89[_0x572c13(0xde)]=!![];const _0x35d647={};_0x35d647['respectGitIgnore']=!![],_0x35d647[_0x572c13(0x8c)]='',_0x35d647[_0x572c13(0x94)]='',_0x35d647['testIgnore']='',_0x35d647[_0x572c13(0xa5)]=_0x4f4f89;const _0x348af3={};_0x348af3['project']=_0x35d647;let _0x6a7748=_0x348af3;config[_0x3191bf['AeorE']]&&(_0x6a7748['project'][_0x3191bf[_0x572c13(0xf4)]]=config[_0x3191bf[_0x572c13(0xf4)]]),config[_0x3191bf[_0x572c13(0xcc)]]&&(_0x6a7748[_0x572c13(0x102)][_0x3191bf[_0x572c13(0xcc)]]=config[_0x3191bf[_0x572c13(0xcc)]]),config[_0x3191bf[_0x572c13(0xd6)]]&&(_0x6a7748['project'][_0x3191bf[_0x572c13(0xd6)]]=config[_0x3191bf['nsnaY']]),_0x6a7748=Object[_0x572c13(0xa3)](_0x6a7748,_0x6a7748[_0x572c13(0x102)]),_0x3b9062=await _0x2dab7b[_0x572c13(0xef)](_0x6a7748);}catch(_0x3cfdd9){console['log'](_0x3191bf[_0x572c13(0x97)](_0x3191bf['fxstN'],util[_0x572c13(0xc9)](_0x3cfdd9)));}const _0x224219=helper['getPlaywrightUrl'](browserstackSetup['config']),_0x2cf569=await _0x3191bf[_0x572c13(0xf5)](getPWOptionsTests,_0x2068e4,_0x2dab7b,_0x3b9062);_0x2068e4[_0x572c13(0xd8)]((_0x592292,_0x5c625d)=>{const _0x104f3f=_0x572c13,_0x1ba2ae={},_0x17600c={};_0x17600c[_0x104f3f(0xb5)]=browserstackSetup[_0x104f3f(0xf7)][_0x104f3f(0xc8)][_0x5c625d],_0x1ba2ae[_0x3191bf[_0x104f3f(0x8d)]]=_0x17600c,helper[_0x104f3f(0xa9)](_0x592292,_0x1ba2ae),helper[_0x104f3f(0x96)](_0x1ba2ae,browserstackSetup[_0x104f3f(0xf7)][_0x104f3f(0xc8)][_0x5c625d],browserstackSetup['config'][_0x104f3f(0xc8)][_0x5c625d]['playwrightConfigOptions']||config[_0x104f3f(0xa4)]||null),_0x1ba2ae[_0x3191bf['ihEXA']][_0x3191bf[_0x104f3f(0xe6)]]={'wsEndpoint':_0x3191bf[_0x104f3f(0x97)](_0x224219,_0x3191bf[_0x104f3f(0x104)](encodeURIComponent,JSON[_0x104f3f(0xb2)](_0x592292)))},_0x3191bf[_0x104f3f(0x108)](addProjectToProjectList,_0x2cf569,_0x5c625d,_0x1ba2ae);});_0x3b9062[_0x572c13(0xf8)]&&(config[_0x3191bf[_0x572c13(0xcc)]]='',config[_0x3191bf[_0x572c13(0xf4)]]='');const _0x44ecb4=_0x3191bf[_0x572c13(0x98)](browserstackSetup[_0x572c13(0xf7)][_0x572c13(0xc8)][_0x572c13(0xf8)]||0x1,browserstackSetup[_0x572c13(0xf7)][_0x572c13(0xae)]);config[_0x3191bf[_0x572c13(0x10d)]]=_0x44ecb4;}},addProjectToProjectList=(_0x672aa5,_0x1d629c,_0x391c30)=>{const _0xa84a9b=a34_0x27af8a,_0x5208f3={'IGDLi':function(_0x2034aa,_0x325802){return _0x2034aa>_0x325802;},'SouTL':_0xa84a9b(0xa6),'sHsWA':'testMatch','izuJv':_0xa84a9b(0x107),'QylsY':'teardown','mwpWN':_0xa84a9b(0xe5),'OnwlW':'use','TonxN':_0xa84a9b(0xb5),'jnzcU':'playwrightConfigOptions','piXsG':function(_0x51265e,_0x39d714,_0x1e0090){return _0x51265e(_0x39d714,_0x1e0090);}},_0x3658cb=_0x672aa5[_0x1d629c],_0x3e12bd=browserstackSetup[_0xa84a9b(0xf7)][_0xa84a9b(0xc8)][_0x1d629c][_0xa84a9b(0xa4)];_0x391c30[_0x5208f3[_0xa84a9b(0x8e)]][_0x5208f3['TonxN']][_0x5208f3[_0xa84a9b(0x93)]]&&delete _0x391c30[_0x5208f3[_0xa84a9b(0x8e)]][_0x5208f3[_0xa84a9b(0x99)]][_0x5208f3['jnzcU']];const _0x1cb0c8=_0x5208f3[_0xa84a9b(0xdb)](setSetupAndTeardownConfigs,helper[_0xa84a9b(0xa0)](_0x391c30),_0x3e12bd);_0x5208f3[_0xa84a9b(0xba)](_0x3658cb[_0xa84a9b(0xf8)],0x0)?_0x3658cb[_0xa84a9b(0xd8)](_0x2f3c82=>{const _0x2fb327=_0xa84a9b,_0x2e85d1=helper['deepClone'](_0x391c30);_0x5208f3[_0x2fb327(0xba)](_0x1cb0c8[_0x2fb327(0xf8)],0x0)&&(_0x2e85d1[_0x5208f3[_0x2fb327(0x8b)]]=_0x1cb0c8),_0x2e85d1[_0x5208f3[_0x2fb327(0xa2)]]=_0x2f3c82,_0x2e85d1[_0x5208f3['izuJv']]&&delete _0x2e85d1['setup'],_0x2e85d1[_0x5208f3[_0x2fb327(0xd9)]]&&delete _0x2e85d1[_0x2fb327(0x103)],config[_0x5208f3[_0x2fb327(0x88)]][_0x2fb327(0xab)](_0x2e85d1);}):config[_0x5208f3[_0xa84a9b(0x88)]][_0xa84a9b(0xab)](_0x391c30);},setSetupAndTeardownConfigs=(_0x4b434e,_0x31716f)=>{const _0x4773b3=a34_0x27af8a,_0x4a29e1={'oDsCA':function(_0x4385aa,_0x52dd4,_0x565fa6){return _0x4385aa(_0x52dd4,_0x565fa6);},'SBZxq':'teardown','xVGII':_0x4773b3(0xeb),'EfHlt':_0x4773b3(0xe5),'pXKwq':function(_0x26cad0,_0x90a120,_0x29aa90){return _0x26cad0(_0x90a120,_0x29aa90);},'jyRsi':_0x4773b3(0x107),'iniEh':function(_0x2f1f0e,_0x30e778,_0x33b268,_0x53ac3a){return _0x2f1f0e(_0x30e778,_0x33b268,_0x53ac3a);}};if(!_0x31716f)return[];const _0x1c9a52=[],_0xda961a=[];let _0x40c7db,_0x1d9cb5;return _0x31716f[_0x4a29e1[_0x4773b3(0xf2)]]&&(_0x40c7db=_0x31716f[_0x4a29e1[_0x4773b3(0xf2)]]),_0x31716f[_0x4a29e1[_0x4773b3(0xb8)]]&&(_0x1d9cb5=_0x31716f[_0x4a29e1[_0x4773b3(0xb8)]]),_0x1d9cb5&&Array[_0x4773b3(0xb9)](_0x1d9cb5)&&_0x1d9cb5[_0x4773b3(0xd8)](_0x34349d=>{const _0xd77054=_0x4773b3;_0x4a29e1[_0xd77054(0xaa)](validateKeys,_0x34349d,_0x4a29e1['SBZxq']);if(_0x1c9a52[_0xd77054(0x92)](_0x34349d[_0xd77054(0xbd)]))throw util[_0xd77054(0xc9)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0xd77054(0xdf)],_0x4a29e1['SBZxq']);const _0x5b455c=_0x4a29e1['oDsCA'](createDependencyProject,_0x34349d['name'],_0x34349d[_0xd77054(0x94)]);_0x5b455c[_0x4a29e1[_0xd77054(0xf9)]]=_0x4b434e[_0x4a29e1[_0xd77054(0xf9)]],config[_0x4a29e1[_0xd77054(0xbf)]]['push'](_0x5b455c),_0x1c9a52[_0xd77054(0xab)](_0x34349d[_0xd77054(0xbd)]);}),_0x40c7db&&Array[_0x4773b3(0xb9)](_0x40c7db)&&_0x40c7db['forEach'](_0x4c9da0=>{const _0x3d786a=_0x4773b3;_0x4a29e1[_0x3d786a(0xfb)](validateKeys,_0x4c9da0,_0x4a29e1[_0x3d786a(0xf2)]);if(_0x1c9a52[_0x3d786a(0x92)](_0x4c9da0[_0x3d786a(0xbd)]))throw util[_0x3d786a(0xc9)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x3d786a(0xdf)],_0x4a29e1['jyRsi']);const _0x7e3040=_0x4c9da0[_0x3d786a(0x103)]?_0x4a29e1[_0x3d786a(0xe7)](createDependencyProject,_0x4c9da0[_0x3d786a(0xbd)],_0x4c9da0[_0x3d786a(0x94)],_0x4c9da0[_0x3d786a(0x103)]):_0x4a29e1[_0x3d786a(0xfb)](createDependencyProject,_0x4c9da0[_0x3d786a(0xbd)],_0x4c9da0[_0x3d786a(0x94)]);_0x7e3040[_0x4a29e1[_0x3d786a(0xf9)]]=_0x4b434e[_0x4a29e1[_0x3d786a(0xf9)]],config[_0x4a29e1[_0x3d786a(0xbf)]][_0x3d786a(0xab)](_0x7e3040),_0xda961a[_0x3d786a(0xab)](_0x4c9da0[_0x3d786a(0xbd)]),_0x1c9a52[_0x3d786a(0xab)](_0x4c9da0[_0x3d786a(0xbd)]);}),_0xda961a;},validateKeys=(_0x524d14,_0x337ea9)=>{const _0x84ab4c=a34_0x27af8a,_0x224fd8={};_0x224fd8[_0x84ab4c(0x10a)]=function(_0x2f6da0,_0x3f95d5){return _0x2f6da0===_0x3f95d5;},_0x224fd8[_0x84ab4c(0xd1)]='teardown',_0x224fd8[_0x84ab4c(0xd0)]=function(_0x130506,_0x41382f){return _0x130506===_0x41382f;},_0x224fd8[_0x84ab4c(0xc5)]=_0x84ab4c(0xbd),_0x224fd8[_0x84ab4c(0xf1)]=function(_0x506792,_0x55bf39){return _0x506792===_0x55bf39;},_0x224fd8[_0x84ab4c(0xfe)]=_0x84ab4c(0x94),_0x224fd8[_0x84ab4c(0x85)]=function(_0x7d2233,_0x304ea8){return _0x7d2233===_0x304ea8;};const _0x42c8c2=_0x224fd8;if(![_0x42c8c2['TzCKb'],_0x42c8c2[_0x84ab4c(0xfe)]][_0x84ab4c(0xb0)](_0x4c56ba=>Object['keys'](_0x524d14)[_0x84ab4c(0x92)](_0x4c56ba)))throw util[_0x84ab4c(0xc9)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x84ab4c(0xec)],_0x337ea9);Object['keys'](_0x524d14)[_0x84ab4c(0xd8)](_0xec6090=>{const _0x1e563a=_0x84ab4c;if(_0x42c8c2[_0x1e563a(0x10a)](_0x337ea9,_0x42c8c2[_0x1e563a(0xd1)])){if(!(_0x42c8c2[_0x1e563a(0xd0)](_0xec6090,_0x42c8c2[_0x1e563a(0xc5)])||_0x42c8c2[_0x1e563a(0xf1)](_0xec6090,_0x42c8c2[_0x1e563a(0xfe)])))throw util[_0x1e563a(0xc9)](PLAYWRIGHT_CONFIG_OPTION_ERRORS['invalidKeys'],_0x337ea9);}else{if(!(_0x42c8c2[_0x1e563a(0x10a)](_0xec6090,_0x42c8c2[_0x1e563a(0xc5)])||_0x42c8c2[_0x1e563a(0x85)](_0xec6090,_0x42c8c2[_0x1e563a(0xfe)])||_0x42c8c2[_0x1e563a(0x10a)](_0xec6090,_0x42c8c2[_0x1e563a(0xd1)])))throw util[_0x1e563a(0xc9)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x1e563a(0x91)],_0x337ea9);}});},createDependencyProject=(_0xcf5a1b,_0x23b33a,_0x1961f7)=>{const _0x291845=a34_0x27af8a;if(!_0x23b33a){const _0x514807={};return _0x514807[_0x291845(0xbd)]=_0xcf5a1b,_0x514807[_0x291845(0x103)]=_0x1961f7,_0x514807;}else{if(!_0x1961f7){const _0x5bf3f8={};return _0x5bf3f8[_0x291845(0xbd)]=_0xcf5a1b,_0x5bf3f8[_0x291845(0x94)]=_0x23b33a,_0x5bf3f8;}}const _0x59c482={};return _0x59c482[_0x291845(0xbd)]=_0xcf5a1b,_0x59c482[_0x291845(0x94)]=_0x23b33a,_0x59c482[_0x291845(0x103)]=_0x1961f7,_0x59c482;},getPWOptionsTests=async(_0x12b662,_0x394898,_0xd3961b)=>{const _0x31014f=a34_0x27af8a,_0x2064a0={'PhoCa':function(_0xb5b99c,_0x1b2885){return _0xb5b99c<_0x1b2885;},'PWzNf':function(_0x196378,_0x348add,_0x55f0cd){return _0x196378(_0x348add,_0x55f0cd);},'mOuOK':function(_0x2cb522,_0x3a00f0){return _0x2cb522===_0x3a00f0;}},_0x17a517=[];for(let _0x5479c0=0x0;_0x2064a0['PhoCa'](_0x5479c0,_0x12b662['length']);_0x5479c0++){const _0x392b1f=await _0x2064a0[_0x31014f(0xff)](getTestListFromPWOptions,_0x5479c0,_0x394898);_0x17a517[_0x31014f(0xab)](_0x2064a0['mOuOK'](_0x392b1f[_0x31014f(0xf8)],0x0)?_0xd3961b:_0x392b1f);}return _0x17a517;},getTestListFromPWOptions=async(_0x243e99,_0x34596d)=>{const _0x1afc5e=a34_0x27af8a,_0x41e3ce={};_0x41e3ce[_0x1afc5e(0x105)]='testMatch',_0x41e3ce[_0x1afc5e(0xe0)]='testIgnore',_0x41e3ce[_0x1afc5e(0x9e)]=_0x1afc5e(0x8c),_0x41e3ce[_0x1afc5e(0xed)]=function(_0x2aa117,_0x1b2369){return _0x2aa117===_0x1b2369;},_0x41e3ce[_0x1afc5e(0xac)]='string',_0x41e3ce[_0x1afc5e(0xe9)]=_0x1afc5e(0xa8),_0x41e3ce[_0x1afc5e(0x89)]=function(_0x2ca7dc,_0x1eceb6){return _0x2ca7dc||_0x1eceb6;},_0x41e3ce[_0x1afc5e(0xee)]=function(_0x204355,_0x5b44e3){return _0x204355+_0x5b44e3;},_0x41e3ce[_0x1afc5e(0xce)]=_0x1afc5e(0x8f);const _0x31c5c4=_0x41e3ce,_0x56852b=browserstackSetup[_0x1afc5e(0xf7)][_0x1afc5e(0xc8)][_0x243e99]['playwrightConfigOptions'];if(!_0x56852b)return[];const _0x589095=_0x56852b[_0x31c5c4[_0x1afc5e(0x105)]],_0x3b0854=_0x56852b[_0x31c5c4[_0x1afc5e(0xe0)]],_0x2c16=config[_0x31c5c4['BrgrD']],_0x158197=_0x56852b[_0x31c5c4[_0x1afc5e(0x9e)]];if(_0x589095&&!(_0x31c5c4['vwqtN'](typeof _0x589095,_0x31c5c4[_0x1afc5e(0xac)])||Array['isArray'](_0x589095)))throw util['format'](PLAYWRIGHT_CONFIG_OPTION_ERRORS['invalidTestInputType'],_0x31c5c4['bezqW']);if(_0x3b0854&&!(_0x31c5c4[_0x1afc5e(0xed)](typeof _0x3b0854,_0x31c5c4[_0x1afc5e(0xac)])||Array[_0x1afc5e(0xb9)](_0x3b0854)))throw util[_0x1afc5e(0xc9)](PLAYWRIGHT_CONFIG_OPTION_ERRORS[_0x1afc5e(0xda)],_0x31c5c4['AwQAV']);let _0x282296=[];const _0x1ca1bf={};_0x1ca1bf[_0x1afc5e(0xde)]=!![],_0x1ca1bf[_0x1afc5e(0x8c)]='',_0x1ca1bf[_0x1afc5e(0x94)]='',_0x1ca1bf['testIgnore']='';const _0x4c2659={};_0x4c2659[_0x1afc5e(0xde)]=!![];const _0x284482={};_0x284482['project']=_0x1ca1bf,_0x284482[_0x1afc5e(0xa5)]=_0x4c2659;let _0x24bcde=_0x284482;try{const _0xd1eafe=_0x31c5c4['iksKa'][_0x1afc5e(0xfd)]('|');let _0x345887=0x0;while(!![]){switch(_0xd1eafe[_0x345887++]){case'0':_0x282296=await _0x34596d[_0x1afc5e(0xef)](_0x24bcde);continue;case'1':_0x24bcde=Object[_0x1afc5e(0xa3)](_0x24bcde,_0x24bcde[_0x1afc5e(0x102)]);continue;case'2':_0x589095&&(_0x24bcde[_0x1afc5e(0x102)][_0x31c5c4[_0x1afc5e(0x105)]]=_0x589095);continue;case'3':_0x31c5c4[_0x1afc5e(0x89)](_0x158197,_0x2c16)&&(_0x24bcde[_0x1afc5e(0x102)][_0x31c5c4[_0x1afc5e(0x9e)]]=_0x31c5c4['lgTju'](_0x158197,_0x2c16));continue;case'4':_0x3b0854&&(_0x24bcde[_0x1afc5e(0x102)][_0x31c5c4[_0x1afc5e(0xe0)]]=_0x3b0854);continue;}break;}}catch(_0x2d3062){console[_0x1afc5e(0x9f)](_0x31c5c4[_0x1afc5e(0xee)](_0x31c5c4[_0x1afc5e(0xce)],_0x2d3062));}return _0x282296;},addReporter=()=>{const _0x449455=a34_0x27af8a,_0x4d2626={};_0x4d2626['wZEyz']='./reporter/reporter.js',_0x4d2626[_0x449455(0x10c)]='reporter',_0x4d2626[_0x449455(0x10b)]=function(_0x5db4bf,_0x5baa31){return _0x5db4bf===_0x5baa31;},_0x4d2626[_0x449455(0xbe)]='string',_0x4d2626[_0x449455(0xca)]=function(_0x5a8130,_0x255889){return _0x5a8130===_0x255889;},_0x4d2626[_0x449455(0xf0)]=_0x449455(0xfa);const _0x188a3f=_0x4d2626,_0x6ff6fb=path[_0x449455(0x9a)](__dirname,_0x188a3f[_0x449455(0xb6)]),_0x19357d=[_0x6ff6fb];if(helper['isUndefined'](config[_0x188a3f[_0x449455(0x10c)]]))config[_0x188a3f[_0x449455(0x10c)]]=[_0x19357d];else{if(_0x188a3f[_0x449455(0x10b)](typeof config[_0x188a3f[_0x449455(0x10c)]],_0x188a3f[_0x449455(0xbe)]))config[_0x188a3f[_0x449455(0x10c)]]=[[config[_0x188a3f[_0x449455(0x10c)]]],_0x19357d];else _0x188a3f[_0x449455(0xca)](typeof config[_0x188a3f[_0x449455(0x10c)]],_0x188a3f[_0x449455(0xf0)])&&config[_0x188a3f[_0x449455(0x10c)]][_0x449455(0xab)](_0x19357d);}},setGlobalSetup=_0x22c3ec=>{const _0x7e2e63=a34_0x27af8a,_0x1728bb={};_0x1728bb[_0x7e2e63(0xfc)]='globalSetup',_0x1728bb[_0x7e2e63(0xcf)]=_0x7e2e63(0xc1),_0x1728bb['dmwhH']=function(_0x332f0d,_0x2db1f0){return _0x332f0d+_0x2db1f0;},_0x1728bb['ziEyn']=_0x7e2e63(0x95),_0x1728bb[_0x7e2e63(0xa7)]='./globalSetup.js';const _0x281f5b=_0x1728bb;if(!config)return;try{if(config[_0x7e2e63(0x9b)]){let _0x43b7fb;const _0x5bbba2=path['resolve'](_0x22c3ec,config[_0x281f5b['pYxHR']]);if(fs['existsSync'](_0x5bbba2))_0x43b7fb=_0x5bbba2;else{const _0x23703f={};_0x23703f[_0x7e2e63(0xe4)]=[_0x22c3ec],_0x43b7fb=require[_0x7e2e63(0x87)](config[_0x281f5b[_0x7e2e63(0xfc)]],_0x23703f);}if(!_0x43b7fb)throw new Error(_0x281f5b['vqVpL']);process[_0x7e2e63(0x86)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']=_0x43b7fb;}}catch(_0x5d0f4f){console[_0x7e2e63(0x9f)](_0x281f5b['dmwhH'](_0x281f5b[_0x7e2e63(0x101)],_0x5d0f4f));}config['globalSetup']=require[_0x7e2e63(0x87)](_0x281f5b[_0x7e2e63(0xa7)]);},getCurrentModifiedConfig=async()=>{const _0x293bf8=a34_0x27af8a,_0x11949c={'zBWuN':'config','OnMMu':function(_0x15224d,_0x47d664){return _0x15224d(_0x47d664);},'BehGe':function(_0x226de1){return _0x226de1();}},_0x23cfe5=process[_0x293bf8(0x86)]['BROWSERSTACK_SETUP_CONFIG_PATH'],_0x194cee=process['env'][_0x293bf8(0xe8)];browserstackSetup[_0x11949c['zBWuN']]=JSON[_0x293bf8(0xd4)](fs[_0x293bf8(0xb4)](_0x23cfe5)),_0x11949c[_0x293bf8(0xdd)](setGlobalSetup,_0x194cee);const _0x1fa9b0=!helper[_0x293bf8(0xf6)](process['env'][_0x293bf8(0xf3)]);_0x1fa9b0&&_0x11949c[_0x293bf8(0xdd)](addReporter,config),helper['isTrue'](process['env'][_0x293bf8(0xdc)])&&await _0x11949c['BehGe'](handleAutomationTrue);},getUserPWConfig=async _0xf42685=>{const _0x47156b=a34_0x27af8a,_0x42ac28={'tZdPR':function(_0x5a1e6c){return _0x5a1e6c();},'xQRyX':function(_0x37864d,_0x331c70){return _0x37864d(_0x331c70);},'HMyCM':function(_0x4e81c2,_0x436ebf){return _0x4e81c2===_0x436ebf;},'Lwcxe':_0x47156b(0xfa),'kSDtC':function(_0x56a09e,_0x3e3e38){return _0x56a09e in _0x3e3e38;},'pvuky':_0x47156b(0xcd)},{requireOrImport:_0x4fbf02}=helper[_0x47156b(0xe3)][_0x47156b(0xad)](null,_0x42ac28[_0x47156b(0xc4)](getTransformPath));let _0x55cdae=await _0x42ac28[_0x47156b(0x8a)](_0x4fbf02,_0xf42685);return _0x55cdae&&_0x42ac28[_0x47156b(0xc3)](typeof _0x55cdae,_0x42ac28[_0x47156b(0x84)])&&_0x42ac28[_0x47156b(0xb1)](_0x42ac28[_0x47156b(0xe1)],_0x55cdae)&&(_0x55cdae=_0x55cdae[_0x42ac28[_0x47156b(0xe1)]]),_0x55cdae;},modifyConfig=async()=>{const _0x3df05f=a34_0x27af8a,_0x52cacf={'WFDHf':function(_0x2a941c,_0xec42c9){return _0x2a941c===_0xec42c9;},'tCefa':function(_0x10feab,_0x3c304e){return _0x10feab(_0x3c304e);},'BmKHe':function(_0x2df424){return _0x2df424();}},_0x37f4b9=process[_0x3df05f(0x86)]['USER_CONFIG_DETAILS_PATH'];return config=_0x52cacf[_0x3df05f(0x109)](_0x37f4b9['length'],0x0)?{}:await _0x52cacf['tCefa'](getUserPWConfig,_0x37f4b9),await _0x52cacf['BmKHe'](getCurrentModifiedConfig),helper[_0x3df05f(0xa1)](config),config;};module[a34_0x27af8a(0xd5)]=modifyConfig;
@@ -1 +1 @@
1
- function a35_0x5a69(){const _0x4112a0=['1534631XMLjiC','getFailureData','onStepEnd','@playwright/test/lib/transform/transform.js','NvHfI','Total\x20duration\x20for\x20whole\x20build\x20is\x20','length','requestSpyCallback','afterWorkerHook','TdqlR','readdirSync','performance-reporter.html','ohchP','Mkamv','KcNEp','PLAYWRIGHT','path','toISOString','dYJgd','ajZjO','getConfigLoaderPath','slice','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','ftWtt','compareVersions','hKmNl','performance-report-worker-','getLoadUtilsPath','5382324ZcDujE','QuWso','@playwright/test','uKhXQ','ZydkN','9661175lrLLeL','TIOvs','vFTcH','djsce','beforeTestHook','startsWith','Percentage\x20of\x20increased\x20time\x20is\x20','JJYqY','kYsDK','1155280wiNWbu','PoqUk','sendTestLog','ldPOy','enETM','SnsDa','ILnxC','ywFQv','onTestEnd','@playwright/test/lib/common/transform.js','playwright','1744910bLttVv','endSession','IUnon','VOFam','onBegin','emwoZ','join','QSjtX','56dSmvBL','SFmMy','1.38.0','doo11ySync','GNntx','test','wNHZx','31138140pUjyoC','xQXua','runner/projectUtils.js','calculateTimesFromMultipleFiles','match','beforeWorkerHook','260KjRBlj','esODl','playwright/lib/common/configLoader.js','1.35.0','HBfJW','getTagsFromTitle','getTransformPath','WwsZS','../../../helpers/test-observability/utils','6tTzaQR','XTqLf','PYOSv','endsWith','runner/loadUtils.js','qOMzi','53166lWtECX','epHVs','RTWxR','jPgaM','uvegv','pQmga','MDXvj','../../../helpers/test-observability/constants','getProjectUtilsPath','uRDlE','env','lib','START_TIME','getTime','message','DIeQA','common','map','MxLkN','eLPRD','Test\x20timeout\x20of','XCsKv','cYpxN','filter','calculatePerformance'];a35_0x5a69=function(){return _0x4112a0;};return a35_0x5a69();}const a35_0x2e2054=a35_0x4424;(function(_0x3a9304,_0x4a6b4e){const _0x4b90e7=a35_0x4424,_0x2b3b96=_0x3a9304();while(!![]){try{const _0x288d15=-parseInt(_0x4b90e7(0x108))/0x1+parseInt(_0x4b90e7(0xfd))/0x2+-parseInt(_0x4b90e7(0x12c))/0x3*(parseInt(_0x4b90e7(0x11d))/0x4)+-parseInt(_0x4b90e7(0xf4))/0x5*(parseInt(_0x4b90e7(0x126))/0x6)+-parseInt(_0x4b90e7(0x145))/0x7*(-parseInt(_0x4b90e7(0x110))/0x8)+parseInt(_0x4b90e7(0xef))/0x9+parseInt(_0x4b90e7(0x117))/0xa;if(_0x288d15===_0x4a6b4e)break;else _0x2b3b96['push'](_0x2b3b96['shift']());}catch(_0x2177bf){_0x2b3b96['push'](_0x2b3b96['shift']());}}}(a35_0x5a69,0xf2ee6));function a35_0x4424(_0x4a9255,_0x3082cd){const _0x5a69b0=a35_0x5a69();return a35_0x4424=function(_0x442437,_0x29f616){_0x442437=_0x442437-0xec;let _0x46706b=_0x5a69b0[_0x442437];return _0x46706b;},a35_0x4424(_0x4a9255,_0x3082cd);}const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require(a35_0x2e2054(0x125)),PerformanceTester=require('../../../helpers/performance-tester'),fs=require('fs'),{FRAMEWORKS}=require(a35_0x2e2054(0x133)),helper=require('../../../helpers/helper'),path=require(a35_0x2e2054(0x155));exports[a35_0x2e2054(0x144)]=async()=>{const _0x23a3df=a35_0x2e2054,_0x1566ac={'XTqLf':function(_0x2931f8,_0x21b8f3){return _0x2931f8-_0x21b8f3;},'JbjbG':_0x23a3df(0x150),'cYpxN':_0x23a3df(0x10c),'ywFQv':_0x23a3df(0x109),'ldcCw':'onTestBegin','dsKBA':_0x23a3df(0x105),'uvegv':'onStepBegin','DIeQA':_0x23a3df(0x147),'SnsDa':_0x23a3df(0x11c),'XCsKv':_0x23a3df(0x14d),'QSjtX':_0x23a3df(0xf8),'TdqlR':'afterTestHook','WwsZS':_0x23a3df(0x113),'pQmga':'processPageScreenshot','ohchP':'sendSessionDetails','ftWtt':'setupBrowserDetails','IUnon':_0x23a3df(0x14c),'MxLkN':_0x23a3df(0xff),'RTWxR':function(_0xf5a1f8,_0x347998){return _0xf5a1f8(_0x347998);},'ILnxC':function(_0x3cc848,_0x3c0d46){return _0x3cc848/_0x3c0d46;},'ajZjO':function(_0x5e294e,_0x2748ec){return _0x5e294e(_0x2748ec);},'uRDlE':function(_0x35b297,_0x56d35f){return _0x35b297+_0x56d35f;},'esKWO':function(_0x7364eb,_0x51ce91){return _0x7364eb(_0x51ce91);},'emwoZ':function(_0xd6953a,_0x543680){return _0xd6953a*_0x543680;},'epHVs':function(_0x537dd7,_0x355625){return _0x537dd7/_0x355625;},'enETM':function(_0x2607bd,_0x3466f5){return _0x2607bd+_0x3466f5;}};if(!process[_0x23a3df(0x136)][_0x23a3df(0x138)])return;const _0x2c7ed4=_0x1566ac[_0x23a3df(0x127)](new Date()[_0x23a3df(0x139)](),new Date(process[_0x23a3df(0x136)][_0x23a3df(0x138)])[_0x23a3df(0x139)]()),_0xca3054=await PerformanceTester['stopAndGenerate'](_0x1566ac['JbjbG'],[_0x1566ac[_0x23a3df(0x142)],_0x1566ac[_0x23a3df(0x104)],_0x1566ac['ldcCw'],_0x1566ac['dsKBA'],_0x1566ac[_0x23a3df(0x130)],_0x1566ac[_0x23a3df(0x13b)]]),_0x48e1b0=fs[_0x23a3df(0x14f)]('.'),_0x2c9cf3=_0x48e1b0[_0x23a3df(0x143)](_0x4e0371=>_0x4e0371[_0x23a3df(0xf9)](_0x23a3df(0xed))&&_0x4e0371[_0x23a3df(0x129)]('.json')),_0x60a763=await PerformanceTester[_0x23a3df(0x11a)](_0x2c9cf3,[_0x1566ac[_0x23a3df(0x102)],_0x1566ac[_0x23a3df(0x141)],_0x1566ac[_0x23a3df(0x10f)],_0x1566ac[_0x23a3df(0x14e)],_0x1566ac[_0x23a3df(0x124)],_0x1566ac[_0x23a3df(0x131)],_0x1566ac[_0x23a3df(0x151)],_0x1566ac[_0x23a3df(0x15c)],_0x1566ac[_0x23a3df(0x10a)],_0x1566ac[_0x23a3df(0x13e)]]);_0x1566ac[_0x23a3df(0x12e)](debug,_0x23a3df(0x14a)+_0x1566ac[_0x23a3df(0x103)](_0x2c7ed4,0x3e8)+'\x20s'),_0x1566ac[_0x23a3df(0x158)](debug,_0x23a3df(0x15b)+_0x1566ac[_0x23a3df(0x135)](_0x60a763,_0xca3054)),_0x1566ac['esKWO'](debug,_0x23a3df(0xfa)+_0x1566ac[_0x23a3df(0x10d)](_0x1566ac[_0x23a3df(0x12d)](_0x1566ac[_0x23a3df(0x101)](_0x60a763,_0xca3054),_0x2c7ed4),0x64));},exports[a35_0x2e2054(0x122)]=_0x4e95e9=>{const _0x4d62a0=a35_0x2e2054;return _0x4e95e9[_0x4d62a0(0x11b)](/@(\w+)/g)?.[_0x4d62a0(0x13d)](_0x213148=>_0x213148[_0x4d62a0(0x15a)](0x1))||[];},exports[a35_0x2e2054(0x123)]=()=>{const _0x11a58f=a35_0x2e2054,_0xe00428={'zmtAN':function(_0x1355a1,_0x51ac18){return _0x1355a1(_0x51ac18);},'eLPRD':function(_0x262d00,_0x5ad06d){return _0x262d00>=_0x5ad06d;},'TIOvs':_0x11a58f(0x112),'kJQxM':'playwright/lib/transform/transform.js','uKhXQ':'playwright','jPgaM':_0x11a58f(0x120),'JJYqY':_0x11a58f(0x148),'ldPOy':_0x11a58f(0xf1),'SFmMy':_0x11a58f(0x106)},_0x3b9469=_0xe00428['zmtAN'](getFrameworkVersion,FRAMEWORKS[_0x11a58f(0x154)]);if(_0xe00428[_0x11a58f(0x13f)](helper[_0x11a58f(0x15d)](_0x3b9469,_0xe00428[_0x11a58f(0xf5)]),0x0))return[_0xe00428['kJQxM'],_0xe00428[_0x11a58f(0xf2)]];if(_0xe00428['eLPRD'](helper[_0x11a58f(0x15d)](_0x3b9469,_0xe00428[_0x11a58f(0x12f)]),0x0))return[_0xe00428[_0x11a58f(0xfb)],_0xe00428[_0x11a58f(0x100)]];return[_0xe00428[_0x11a58f(0x111)],_0xe00428[_0x11a58f(0x100)]];},exports[a35_0x2e2054(0x159)]=()=>{const _0x5e4c5a=a35_0x2e2054,_0x909a11={'HBfJW':function(_0x3946a4,_0x952621){return _0x3946a4(_0x952621);},'GNntx':function(_0x548035,_0x224c2f){return _0x548035>=_0x224c2f;},'qOMzi':_0x5e4c5a(0x112),'wNHZx':_0x5e4c5a(0x11f),'PYOSv':_0x5e4c5a(0x107),'KkYEd':'@playwright/test/lib/common/configLoader.js','fDgOA':'@playwright/test'},_0x16f83f=_0x909a11[_0x5e4c5a(0x121)](getFrameworkVersion,FRAMEWORKS[_0x5e4c5a(0x154)]);if(_0x909a11[_0x5e4c5a(0x114)](helper[_0x5e4c5a(0x15d)](_0x16f83f,_0x909a11[_0x5e4c5a(0x12b)]),0x0))return[_0x909a11[_0x5e4c5a(0x116)],_0x909a11[_0x5e4c5a(0x128)]];return[_0x909a11['KkYEd'],_0x909a11['fDgOA']];},exports[a35_0x2e2054(0xee)]=()=>{const _0x2d8f4a=a35_0x2e2054,_0x2a80ff={};_0x2a80ff[_0x2d8f4a(0x11e)]=_0x2d8f4a(0x12a);const _0xd9db57=_0x2a80ff;return helper['getPlaywrightLibPath'](_0xd9db57[_0x2d8f4a(0x11e)]);},exports[a35_0x2e2054(0x134)]=()=>{const _0x46dbc7=a35_0x2e2054,_0x1a4175={};_0x1a4175['orKMg']=_0x46dbc7(0x119);const _0x394db5=_0x1a4175;return helper['getPlaywrightLibPath'](_0x394db5['orKMg']);},exports['getForkProcessPath']=()=>{const _0x152883=a35_0x2e2054,_0x187776={'djsce':function(_0x3816a6,_0xb916f5){return _0x3816a6(_0xb916f5);},'PPllJ':function(_0x20ba19,_0x4bf418){return _0x20ba19>=_0x4bf418;},'dYJgd':_0x152883(0x112),'KcNEp':_0x152883(0x137),'vFTcH':_0x152883(0x13c),'kYsDK':'process.js','NvHfI':_0x152883(0x115)},_0x48caa4=_0x187776[_0x152883(0xf7)](getFrameworkVersion,FRAMEWORKS[_0x152883(0x154)]);if(_0x187776['PPllJ'](helper[_0x152883(0x15d)](_0x48caa4,_0x187776[_0x152883(0x157)]),0x0))return path[_0x152883(0x10e)](_0x187776['KcNEp'],_0x187776[_0x152883(0xf6)],_0x187776[_0x152883(0xfc)]);return path['join'](_0x187776[_0x152883(0x149)],_0x187776[_0x152883(0x153)],_0x187776[_0x152883(0xf6)],_0x187776['kYsDK']);},exports[a35_0x2e2054(0x146)]=(_0x572069,{test_run_uuid:_0x15deae})=>{const _0x378cb9=a35_0x2e2054,_0x327575={'PoqUk':'ERROR','ZydkN':'TEST_LOG','QuWso':function(_0x412a9c,_0x11ff98){return _0x412a9c<=_0x11ff98;},'Mkamv':function(_0x229521,_0x5e0e3b){return _0x229521(_0x5e0e3b);},'VOFam':_0x378cb9(0x140),'MDXvj':function(_0x19aa8e,_0x391443){return _0x19aa8e>_0x391443;},'hKmNl':function(_0x46c8fc,_0x3ad9e9,_0x2f8fba){return _0x46c8fc(_0x3ad9e9,_0x2f8fba);},'xQXua':_0x378cb9(0x115)};if(!_0x572069||_0x327575[_0x378cb9(0xf0)](_0x572069[_0x378cb9(0x14b)],0x0))return[];const _0x20eda0=_0x327575[_0x378cb9(0x152)](removeAnsiColors,_0x572069[0x0][_0x378cb9(0x13a)]);if(_0x20eda0[_0x378cb9(0xf9)](_0x327575[_0x378cb9(0x10b)])){const _0x2e0fca=_0x572069[0x0];if(!_0x2e0fca['stack']&&_0x327575[_0x378cb9(0x132)](_0x572069['length'],0x1))return{'failureData':[{'backtrace':[_0x20eda0,_0x327575[_0x378cb9(0x152)](removeAnsiColors,_0x572069[0x1]['stack'])]}],'logs':_0x572069[_0x378cb9(0x15a)](0x2)[_0x378cb9(0x13d)](_0x3eeec4=>{const _0x58d661=_0x378cb9;return{'timestamp':new Date()[_0x58d661(0x156)](),'level':_0x327575[_0x58d661(0xfe)],'message':''+_0x3eeec4[_0x58d661(0x13a)],'kind':_0x327575[_0x58d661(0xf3)],'http_response':{},'test_run_uuid':_0x15deae};})};}return{'failureData':_0x327575[_0x378cb9(0xec)](failureData,_0x572069,_0x327575[_0x378cb9(0x118)]),'logs':[]};};
1
+ const a35_0x24a013=a35_0x3992;(function(_0x505980,_0x139bf4){const _0x469581=a35_0x3992,_0x33513d=_0x505980();while(!![]){try{const _0x56e5a0=parseInt(_0x469581(0xc8))/0x1+-parseInt(_0x469581(0xea))/0x2+-parseInt(_0x469581(0xc1))/0x3+-parseInt(_0x469581(0xe2))/0x4*(parseInt(_0x469581(0xbb))/0x5)+-parseInt(_0x469581(0x8c))/0x6*(parseInt(_0x469581(0xa5))/0x7)+-parseInt(_0x469581(0xe3))/0x8*(parseInt(_0x469581(0x80))/0x9)+-parseInt(_0x469581(0xa0))/0xa*(-parseInt(_0x469581(0xaa))/0xb);if(_0x56e5a0===_0x139bf4)break;else _0x33513d['push'](_0x33513d['shift']());}catch(_0x5e421a){_0x33513d['push'](_0x33513d['shift']());}}}(a35_0x69f1,0xc38ca));const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require('../../../helpers/test-observability/utils'),PerformanceTester=require(a35_0x24a013(0x8f)),fs=require('fs'),{FRAMEWORKS}=require(a35_0x24a013(0xa6)),helper=require(a35_0x24a013(0xc5)),path=require(a35_0x24a013(0x7c));function a35_0x3992(_0x10cc8a,_0x481323){const _0x69f1bf=a35_0x69f1();return a35_0x3992=function(_0x399202,_0x4d1051){_0x399202=_0x399202-0x7c;let _0x3ef435=_0x69f1bf[_0x399202];return _0x3ef435;},a35_0x3992(_0x10cc8a,_0x481323);}function a35_0x69f1(){const _0x5ee340=['playwright','UVxqc','iAbxf','processPageScreenshot','compareVersions','performance-reporter.html','FsivK','requestSpyCallback','@playwright/test/lib/transform/transform.js','runner/projectUtils.js','JHvcy','lDlGM','stack','getLoadUtilsPath','env','991535DeQAMF','PlnKy','ERROR','zYZqn','calculatePerformance','HEpLS','2756961gDnbaw','endSession','EaLug','GmGgA','../../../helpers/helper','onTestEnd','irduc','403735umgodf','match','ZGTKT','runner/loadUtils.js','getPlaywrightLibPath','length','jzeQz','yWfIM','TEST_LOG','toISOString','sendSessionDetails','sendTestLog','KPpNY','1.35.0','afterTestHook','@playwright/test/lib/common/configLoader.js','common','map','krSuU','readdirSync','LEGwT','START_TIME','XwsiP','JkMAn','RFvpZ','UQgCh','20GbODxp','4736ohSUWE','afterWorkerHook','Total\x20duration\x20for\x20whole\x20build\x20is\x20','lzduj','gEefy','join','cQubM','2435990iCjraT','JiBbj','playwright/lib/transform/transform.js','PSrKD','@playwright/test','path','ZoeDn','TlVsc','test','17316MLCPcj','KfZXi','getTime','slice','performance-report-worker-','getTransformPath','playwright/lib/common/configLoader.js','1.38.0','EsCrZ','startsWith','ANmJP','MEkvq','6QCRypC','Zstuc','bmrvn','../../../helpers/performance-tester','EmJeC','PLAYWRIGHT','Test\x20timeout\x20of','.json','getProjectUtilsPath','beforeWorkerHook','process.js','SqiWg','onTestBegin','CECzy','vUQGo','VjFzE','message','onRqj','vAHtS','tHpui','28624850haCUkM','CeIfc','stopAndGenerate','hGevQ','JBqiG','7421470gqeffJ','../../../helpers/test-observability/constants','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','lMPKD','getConfigLoaderPath','22rtKSYu','endsWith'];a35_0x69f1=function(){return _0x5ee340;};return a35_0x69f1();}exports[a35_0x24a013(0xbf)]=async()=>{const _0x152e74=a35_0x24a013,_0x465068={'irduc':function(_0x11d2e2,_0x29bb89){return _0x11d2e2-_0x29bb89;},'vAHtS':_0x152e74(0xb1),'bmrvn':'onBegin','gEefy':_0x152e74(0xc2),'HPZkz':_0x152e74(0x98),'GmGgA':_0x152e74(0xc6),'Zstuc':'onStepBegin','LEGwT':'onStepEnd','cQubM':_0x152e74(0x95),'KEpoF':_0x152e74(0xe4),'CeIfc':'beforeTestHook','SLOZD':_0x152e74(0xd6),'pNYuG':'doo11ySync','krSuU':_0x152e74(0xaf),'ANmJP':_0x152e74(0xd2),'yWfIM':'setupBrowserDetails','JiBbj':_0x152e74(0xb3),'ginai':_0x152e74(0xd3),'hGevQ':function(_0x254b9d,_0x3904d0){return _0x254b9d(_0x3904d0);},'ZoeDn':function(_0x3a9fdb,_0x49220d){return _0x3a9fdb/_0x49220d;},'Ocyyo':function(_0x157f2e,_0x274441){return _0x157f2e(_0x274441);},'UQgCh':function(_0x292fd2,_0xd2f573){return _0x292fd2+_0xd2f573;},'YCuGz':function(_0x1b62ba,_0x5d50ee){return _0x1b62ba(_0x5d50ee);},'KfZXi':function(_0x387083,_0xc53af3){return _0x387083*_0xc53af3;},'KPpNY':function(_0x406332,_0x14451a){return _0x406332/_0x14451a;},'JHvcy':function(_0x39574e,_0x52ca9c){return _0x39574e+_0x52ca9c;}};if(!process[_0x152e74(0xba)][_0x152e74(0xdd)])return;const _0x3bf59c=_0x465068[_0x152e74(0xc7)](new Date()[_0x152e74(0x82)](),new Date(process[_0x152e74(0xba)][_0x152e74(0xdd)])['getTime']()),_0x228d41=await PerformanceTester[_0x152e74(0xa2)](_0x465068[_0x152e74(0x9e)],[_0x465068[_0x152e74(0x8e)],_0x465068[_0x152e74(0xe7)],_0x465068['HPZkz'],_0x465068[_0x152e74(0xc4)],_0x465068[_0x152e74(0x8d)],_0x465068[_0x152e74(0xdc)]]),_0x1c3713=fs[_0x152e74(0xdb)]('.'),_0x56a8d2=_0x1c3713['filter'](_0x4bbf2d=>_0x4bbf2d[_0x152e74(0x89)](_0x152e74(0x84))&&_0x4bbf2d[_0x152e74(0xab)](_0x152e74(0x93))),_0x11558f=await PerformanceTester['calculateTimesFromMultipleFiles'](_0x56a8d2,[_0x465068[_0x152e74(0xe9)],_0x465068['KEpoF'],_0x465068[_0x152e74(0xa1)],_0x465068['SLOZD'],_0x465068['pNYuG'],_0x465068[_0x152e74(0xda)],_0x465068[_0x152e74(0x8a)],_0x465068[_0x152e74(0xcf)],_0x465068[_0x152e74(0xeb)],_0x465068['ginai']]);_0x465068[_0x152e74(0xa3)](debug,_0x152e74(0xe5)+_0x465068[_0x152e74(0x7d)](_0x3bf59c,0x3e8)+'\x20s'),_0x465068['Ocyyo'](debug,_0x152e74(0xa7)+_0x465068[_0x152e74(0xe1)](_0x11558f,_0x228d41)),_0x465068['YCuGz'](debug,'Percentage\x20of\x20increased\x20time\x20is\x20'+_0x465068[_0x152e74(0x81)](_0x465068[_0x152e74(0xd4)](_0x465068[_0x152e74(0xb6)](_0x11558f,_0x228d41),_0x3bf59c),0x64));},exports['getTagsFromTitle']=_0xafee83=>{const _0x308ec6=a35_0x24a013;return _0xafee83[_0x308ec6(0xc9)](/@(\w+)/g)?.[_0x308ec6(0xd9)](_0x1038af=>_0x1038af[_0x308ec6(0x83)](0x1))||[];},exports[a35_0x24a013(0x85)]=()=>{const _0x186b62=a35_0x24a013,_0x1c28bb={'PlnKy':function(_0x2d9de8,_0x396619){return _0x2d9de8(_0x396619);},'VjFzE':function(_0xdf62a8,_0x268df3){return _0xdf62a8>=_0x268df3;},'CECzy':_0x186b62(0x87),'JkMAn':_0x186b62(0xec),'TlVsc':_0x186b62(0xac),'EsCrZ':_0x186b62(0xd5),'OkRJR':_0x186b62(0xb4),'SqiWg':_0x186b62(0xee),'lDlGM':'@playwright/test/lib/common/transform.js'},_0x33e72e=_0x1c28bb[_0x186b62(0xbc)](getFrameworkVersion,FRAMEWORKS[_0x186b62(0x91)]);if(_0x1c28bb['VjFzE'](helper['compareVersions'](_0x33e72e,_0x1c28bb[_0x186b62(0x99)]),0x0))return[_0x1c28bb[_0x186b62(0xdf)],_0x1c28bb[_0x186b62(0x7e)]];if(_0x1c28bb[_0x186b62(0x9b)](helper[_0x186b62(0xb0)](_0x33e72e,_0x1c28bb[_0x186b62(0x88)]),0x0))return[_0x1c28bb['OkRJR'],_0x1c28bb[_0x186b62(0x97)]];return[_0x1c28bb[_0x186b62(0xb7)],_0x1c28bb[_0x186b62(0x97)]];},exports[a35_0x24a013(0xa9)]=()=>{const _0x59d4f9=a35_0x24a013,_0x786cbc={'jzeQz':function(_0x1f1b1b,_0x323c5e){return _0x1f1b1b(_0x323c5e);},'ZGTKT':function(_0x1d14db,_0x30663a){return _0x1d14db>=_0x30663a;},'onRqj':_0x59d4f9(0x87),'WqNvg':_0x59d4f9(0x86),'FsivK':_0x59d4f9(0xac),'PSrKD':_0x59d4f9(0xd7),'JBqiG':_0x59d4f9(0xee)},_0x22915a=_0x786cbc[_0x59d4f9(0xce)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x786cbc[_0x59d4f9(0xca)](helper['compareVersions'](_0x22915a,_0x786cbc[_0x59d4f9(0x9d)]),0x0))return[_0x786cbc['WqNvg'],_0x786cbc[_0x59d4f9(0xb2)]];return[_0x786cbc[_0x59d4f9(0xed)],_0x786cbc[_0x59d4f9(0xa4)]];},exports[a35_0x24a013(0xb9)]=()=>{const _0x78f214=a35_0x24a013,_0x30e5ed={};_0x30e5ed[_0x78f214(0x9f)]=_0x78f214(0xcb);const _0x354864=_0x30e5ed;return helper[_0x78f214(0xcc)](_0x354864[_0x78f214(0x9f)]);},exports[a35_0x24a013(0x94)]=()=>{const _0x3d34d3=a35_0x24a013,_0x38eb1a={};_0x38eb1a[_0x3d34d3(0x8b)]=_0x3d34d3(0xb5);const _0x5ac921=_0x38eb1a;return helper[_0x3d34d3(0xcc)](_0x5ac921[_0x3d34d3(0x8b)]);},exports['getForkProcessPath']=()=>{const _0x3993b6=a35_0x24a013,_0x409197={'iAbxf':function(_0x497649,_0x48c4ee){return _0x497649(_0x48c4ee);},'nhUdJ':function(_0xbd330f,_0x41352c){return _0xbd330f>=_0x41352c;},'rHXXC':_0x3993b6(0x87),'vUQGo':'lib','lzduj':_0x3993b6(0xd8),'UVxqc':_0x3993b6(0x96),'XwsiP':_0x3993b6(0x7f)},_0x54bcec=_0x409197[_0x3993b6(0xae)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x409197['nhUdJ'](helper[_0x3993b6(0xb0)](_0x54bcec,_0x409197['rHXXC']),0x0))return path[_0x3993b6(0xe8)](_0x409197[_0x3993b6(0x9a)],_0x409197['lzduj'],_0x409197[_0x3993b6(0xad)]);return path[_0x3993b6(0xe8)](_0x409197[_0x3993b6(0xde)],_0x409197[_0x3993b6(0x9a)],_0x409197[_0x3993b6(0xe6)],_0x409197[_0x3993b6(0xad)]);},exports['getFailureData']=(_0x63d6ff,{test_run_uuid:_0xa7183e})=>{const _0x221ca9=a35_0x24a013,_0xb242e={'RFvpZ':_0x221ca9(0xbd),'zYZqn':_0x221ca9(0xd0),'EmJeC':function(_0x1d557e,_0x2b49f4){return _0x1d557e<=_0x2b49f4;},'EaLug':function(_0x3da1a5,_0x162521){return _0x3da1a5(_0x162521);},'HEpLS':_0x221ca9(0x92),'jJpjs':function(_0x59a11a,_0x58bc8f){return _0x59a11a>_0x58bc8f;},'IDUaa':function(_0x25815b,_0x41f7af,_0x33042e){return _0x25815b(_0x41f7af,_0x33042e);},'lMPKD':_0x221ca9(0x7f)};if(!_0x63d6ff||_0xb242e[_0x221ca9(0x90)](_0x63d6ff[_0x221ca9(0xcd)],0x0))return[];const _0x1c7677=_0xb242e[_0x221ca9(0xc3)](removeAnsiColors,_0x63d6ff[0x0]['message']);if(_0x1c7677['startsWith'](_0xb242e[_0x221ca9(0xc0)])){const _0x4de70f=_0x63d6ff[0x0];if(!_0x4de70f[_0x221ca9(0xb8)]&&_0xb242e['jJpjs'](_0x63d6ff['length'],0x1))return{'failureData':[{'backtrace':[_0x1c7677,_0xb242e['EaLug'](removeAnsiColors,_0x63d6ff[0x1]['stack'])]}],'logs':_0x63d6ff[_0x221ca9(0x83)](0x2)[_0x221ca9(0xd9)](_0x4a8013=>{const _0xa38ade=_0x221ca9;return{'timestamp':new Date()[_0xa38ade(0xd1)](),'level':_0xb242e[_0xa38ade(0xe0)],'message':''+_0x4a8013[_0xa38ade(0x9c)],'kind':_0xb242e[_0xa38ade(0xbe)],'http_response':{},'test_run_uuid':_0xa7183e};})};}return{'failureData':_0xb242e['IDUaa'](failureData,_0x63d6ff,_0xb242e[_0x221ca9(0xa8)]),'logs':[]};};
@@ -1 +1 @@
1
- function a36_0x23fe(){const _0x3f6a7a=['vBiil','sendHookRunEvent','startMonitoring','expanded','BEFORE_ALL','../../../helpers/helper','./test-details','enfFZ','nitam','pending','ZbWKL','onStepBegin','uuid','base64','finishedAt','name','splice','../../../helpers/test-observability/requestQueueHandler','backtrace','ZLiyo','ntVHa','jdTsw','retry','env','getStepIdentifier','ofVlU','jwfiE','5kXKPeb','ZvPzm','expectedStatus','HookRunStarted','ARoGT','3620652tGiQIR','getTestIdentifier','path','startsWith','TEST_STEP','CvRCQ','jaNeh','failed','onStepEnd','INobC','GxJRw','uPGqC','err','stop','xukbp','result','meta','ilxTh','BTRXA','Sending\x20session\x20details\x20for\x20','TRkNw','Baxit','onEnd','Ceayu','setup','2277HUOtII','RNkIE','exports','beforeAll\x20hook','UqeFY','Expected\x20to\x20fail,\x20but\x20passed.','test_run','epyfa','test_run_uuid','status','./pwUtils','21208bLhmPF','attachments','options','TestRunFinished','2890BkkuDx','ObEOU','javascript','UFXGJ','printsToStdio','MmAwq','setStepIdentifier','filter','location','TkNRJ','afterEach\x20hook','gVuCg','existsSync','addTestUIDAndReportLog','HookRunFinished','inspect','Before\x20Hooks','stack','_gitConfigPath','hooks','failure_type','XNguh','35umIqep','BEFORE_EACH','../../../helpers/test-observability/constants','getTestRunIdentifier','fSooY','push','\x20for\x20','statSync','sendTestRunEvent','uploadEventData','MxrHa','onTestEnd','configureGit','AFTER_EACH','saPjF','file','startTime','xxywn','DuhcI','steps','map','split','JFqLr','xTOYb','error','onBegin','title','njaAO','dSksd','75aRwpwi','length','startedAt','toString','ixFhd','IWKQd','ZilMF','eYVGA','getTime','2|5|3|1|0|4','_bs_hookIdentifier','BROWSERSTACK_O11Y_PERF_MEASUREMENT','qtPAI','category','message','TestRunStarted','getHierarchy','readFileSync','tOJmn','passed','reverse','xDuuC','CBTSessionCreated','1000719SwTkVM','shutdown','toISOString','START_TIME','hAkzl','bpSez','performance-report-reporter.json','reportLogs','PLAYWRIGHT','27004020yNiggw','parent','retry_of','failure_reason','JxTNS','TlWyB','oShkL','getInstance','LUHrP','xqVBY','yqiwz','hook','util','152970nHeRnJ','getScope','hvseT','failure','onTestBegin','WyFqQ','iDtYQ','errors','WHnSh','logs','afterAll\x20hook','join','zipOc','MxCex','Drsca','root','../../../helpers/test-observability/sessionHandler','_tests','JTVxr','rXSaR','82ODBBMx','Jraaz','_testHooksMap','timedOut','bleCk','event_type','QoBtn','ZUdBj','needToReportStep','cwd','screenshot','_gitConfigured','hGbzU','DooNF','hook_run','TqtdE','gQOWy','jQDNl','FRHki','LogCreated','\x20-\x20','../../../helpers/performance-tester','object','XfqYh','getHookType','ubLpR','endSession','test','xwYmW','_projectId','cMBdD','17072wWLxVq','AFTER_ALL','duration','RukMK','Error\x20in\x20calculating\x20performance:\x20','After\x20Hooks','../../../helpers/test-observability/utils','relative','sendSessionDetails','HqSqK','skipped','rKvKH','getTestUUID','fAJTF'];a36_0x23fe=function(){return _0x3f6a7a;};return a36_0x23fe();}const a36_0x464daf=a36_0x5eb7;(function(_0x130c10,_0x5c0547){const _0x4dd18d=a36_0x5eb7,_0x97a53e=_0x130c10();while(!![]){try{const _0x27c068=parseInt(_0x4dd18d(0x1dd))/0x1+-parseInt(_0x4dd18d(0x207))/0x2*(parseInt(_0x4dd18d(0x2af))/0x3)+-parseInt(_0x4dd18d(0x254))/0x4*(-parseInt(_0x4dd18d(0x24f))/0x5)+-parseInt(_0x4dd18d(0x1f3))/0x6*(parseInt(_0x4dd18d(0x292))/0x7)+parseInt(_0x4dd18d(0x226))/0x8*(parseInt(_0x4dd18d(0x26d))/0x9)+-parseInt(_0x4dd18d(0x27c))/0xa*(-parseInt(_0x4dd18d(0x278))/0xb)+-parseInt(_0x4dd18d(0x1e6))/0xc;if(_0x27c068===_0x5c0547)break;else _0x97a53e['push'](_0x97a53e['shift']());}catch(_0x270f8b){_0x97a53e['push'](_0x97a53e['shift']());}}}(a36_0x23fe,0x9860d));const RequestQueueHandler=require(a36_0x464daf(0x245)),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a36_0x464daf(0x277)),{v4:uuidv4}=require(a36_0x464daf(0x240)),path=require(a36_0x464daf(0x256)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require(a36_0x464daf(0x22c)),{getGitMetaData}=require(a36_0x464daf(0x239)),TestDetails=require(a36_0x464daf(0x23a)),fs=require('fs'),util=require(a36_0x464daf(0x1f2)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),PerformanceTester=require(a36_0x464daf(0x21c)),{FRAMEWORKS}=require(a36_0x464daf(0x294)),SessionHandler=require(a36_0x464daf(0x203));class MyReporter{constructor(_0x58a604){const _0xeb547e=a36_0x464daf,_0x56bb62={};_0x56bb62[_0xeb547e(0x1cd)]=_0xeb547e(0x1cf),_0x56bb62[_0xeb547e(0x208)]=_0xeb547e(0x1e3);const _0x4de33f=_0x56bb62,_0x5945e1=_0x4de33f[_0xeb547e(0x1cd)][_0xeb547e(0x2a7)]('|');let _0x27640b=0x0;while(!![]){switch(_0x5945e1[_0x27640b++]){case'0':this['_gitConfigured']=![];continue;case'1':this[_0xeb547e(0x27a)]=_0x58a604;continue;case'2':process[_0xeb547e(0x24b)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(PerformanceTester[_0xeb547e(0x236)](_0x4de33f[_0xeb547e(0x208)]),process['env'][_0xeb547e(0x1e0)]=new Date()['toISOString']());continue;case'3':this['_testHooksMap']={};continue;case'4':this[_0xeb547e(0x28e)]=null;continue;case'5':this['_tests']={};continue;}break;}}async[a36_0x464daf(0x2ab)](){const _0x4cb803=a36_0x464daf;TestDetails[_0x4cb803(0x26c)](),await this[_0x4cb803(0x29e)]();}async[a36_0x464daf(0x1f7)](_0x4f3465,_0x94a921){const _0x1c30c8=a36_0x464daf,_0x5ec3cb={};_0x5ec3cb['pkaQd']=_0x1c30c8(0x1d5);const _0x4c8034=_0x5ec3cb,_0x49253e=this[_0x1c30c8(0x255)](_0x4f3465);this[_0x1c30c8(0x204)][_0x49253e]={'uuid':TestDetails[_0x1c30c8(0x232)](this['getTestRunIdentifier'](_0x4f3465,_0x94a921['retry'])),'startedAt':_0x94a921[_0x1c30c8(0x2a2)]},await this[_0x1c30c8(0x29a)](_0x4f3465,_0x4c8034['pkaQd'],_0x94a921);}async[a36_0x464daf(0x23f)](_0x1268ca,_0x25e8c2,_0x966c8e){const _0x13fa98=a36_0x464daf,_0x479332={};_0x479332[_0x13fa98(0x218)]=_0x13fa98(0x252);const _0x19d03f=_0x479332;if(!this[_0x13fa98(0x20f)](_0x966c8e,_0x1268ca))return;const _0x3357ae=this['setStepIdentifier'](_0x1268ca,_0x966c8e);this[_0x13fa98(0x204)][_0x3357ae]={'uuid':TestDetails[_0x13fa98(0x232)](_0x3357ae),'startedAt':_0x966c8e[_0x13fa98(0x2a2)][_0x13fa98(0x1df)]()};const _0x976414=this[_0x13fa98(0x295)](_0x1268ca,_0x25e8c2[_0x13fa98(0x24a)]);!this[_0x13fa98(0x209)][_0x976414]&&(this['_testHooksMap'][_0x976414]=[]),this['_testHooksMap'][_0x976414][_0x13fa98(0x297)](this[_0x13fa98(0x204)][_0x3357ae][_0x13fa98(0x240)]),await this['sendHookRunEvent'](_0x1268ca,_0x966c8e,_0x19d03f[_0x13fa98(0x218)],_0x25e8c2);}async[a36_0x464daf(0x25c)](_0x47a326,_0x463ef9,_0x4eb3a9){const _0x2c9112=a36_0x464daf,_0x337282={};_0x337282[_0x2c9112(0x1d8)]=function(_0x290612,_0x3f3004){return _0x290612+_0x3f3004;},_0x337282['GxJRw']='HookRunFinished';const _0x4b293e=_0x337282;if(!this[_0x2c9112(0x20f)](_0x4eb3a9,_0x47a326))return;const _0x38ea25=this['getStepIdentifier'](_0x47a326,_0x4eb3a9);this[_0x2c9112(0x204)][_0x38ea25]={...this[_0x2c9112(0x204)][_0x38ea25]||{},'finishedAt':new Date(_0x4b293e[_0x2c9112(0x1d8)](_0x4eb3a9['startTime'][_0x2c9112(0x1ce)](),_0x4eb3a9[_0x2c9112(0x228)]))},await this[_0x2c9112(0x235)](_0x47a326,_0x4eb3a9,_0x4b293e[_0x2c9112(0x25e)],_0x463ef9);}async[a36_0x464daf(0x29d)](_0x165341,_0x1fc1d0){const _0x4e5cfb=a36_0x464daf,_0x417b32={};_0x417b32[_0x4e5cfb(0x1e2)]=function(_0x16bbeb,_0x4bc577){return _0x16bbeb===_0x4bc577;},_0x417b32[_0x4e5cfb(0x23b)]=_0x4e5cfb(0x211),_0x417b32[_0x4e5cfb(0x2a8)]='TEST_SCREENSHOT',_0x417b32[_0x4e5cfb(0x249)]=_0x4e5cfb(0x241),_0x417b32['ZilMF']=_0x4e5cfb(0x27b),_0x417b32[_0x4e5cfb(0x1eb)]=function(_0x424ced,_0x4f900b){return _0x424ced>_0x4f900b;};const _0x2688b2=_0x417b32,_0x196294=this['getTestIdentifier'](_0x165341),_0x1dbc22=TestDetails[_0x4e5cfb(0x232)](this[_0x4e5cfb(0x295)](_0x165341,_0x1fc1d0[_0x4e5cfb(0x24a)]));this['_tests'][_0x196294]={...this['_tests'][_0x196294]||{},'finishedAt':new Date()[_0x4e5cfb(0x1df)]()},await this[_0x4e5cfb(0x29a)](_0x165341,_0x2688b2[_0x4e5cfb(0x1cc)],_0x1fc1d0);const _0x5c73b5=[];_0x1fc1d0['attachments']&&_0x1fc1d0[_0x4e5cfb(0x279)][_0x4e5cfb(0x2a6)](_0x3a2961=>{const _0x43a785=_0x4e5cfb;if(_0x2688b2['bpSez'](_0x3a2961[_0x43a785(0x243)],_0x2688b2['enfFZ'])){if(!fs[_0x43a785(0x288)](_0x3a2961[_0x43a785(0x256)]))return;_0x5c73b5[_0x43a785(0x297)]({'test_run_uuid':_0x1dbc22,'timestamp':fs[_0x43a785(0x299)](_0x3a2961[_0x43a785(0x256)])['mtime'],'kind':_0x2688b2[_0x43a785(0x2a8)],'message':fs[_0x43a785(0x1d7)](_0x3a2961['path'],{'encoding':_0x2688b2['jdTsw']})});}}),_0x2688b2['TlWyB'](_0x5c73b5[_0x4e5cfb(0x2b0)],0x0)&&await MyReporter['reportLogs'](_0x5c73b5);}async['endSession'](){const _0x3c4a93=a36_0x464daf;await RequestQueueHandler[_0x3c4a93(0x1ed)]()[_0x3c4a93(0x1de)](),await SessionHandler[_0x3c4a93(0x261)](),TestDetails[_0x3c4a93(0x1de)]();}async[a36_0x464daf(0x26a)](_0x27ffdb){const _0x3d3ae5=a36_0x464daf,_0x2ab5da={'zwLAi':function(_0x1f9691){return _0x1f9691();},'TqtdE':function(_0x3d4ac9){return _0x3d4ac9();},'xukbp':function(_0x29d953,_0x37e028){return _0x29d953(_0x37e028);}};await this['endSession'](),_0x2ab5da['zwLAi'](printBuildLink);try{process[_0x3d3ae5(0x24b)][_0x3d3ae5(0x1d1)]&&await _0x2ab5da[_0x3d3ae5(0x216)](calculatePerformance);}catch(_0x132f50){_0x2ab5da[_0x3d3ae5(0x262)](debug,_0x3d3ae5(0x22a)+_0x132f50[_0x3d3ae5(0x2b2)]());}}static async[a36_0x464daf(0x289)](_0x419dc5,_0x55fea4){const _0x1491ee=a36_0x464daf;_0x55fea4[_0x1491ee(0x275)]=TestDetails[_0x1491ee(0x232)](_0x419dc5),await this[_0x1491ee(0x1e4)]([_0x55fea4]);}static async[a36_0x464daf(0x1e4)](_0xdd478f){const _0x3e7999=a36_0x464daf,_0x17f1e8={};_0x17f1e8[_0x3e7999(0x25d)]=_0x3e7999(0x21a);const _0xcfc0b3=_0x17f1e8,_0x21b40a={};_0x21b40a['event_type']=_0xcfc0b3[_0x3e7999(0x25d)],_0x21b40a[_0x3e7999(0x1fc)]=_0xdd478f,await SessionHandler[_0x3e7999(0x29b)](_0x21b40a);}async[a36_0x464daf(0x235)](_0x1e1420,_0x50d9af,_0x4c3b93,_0x14c88c){const _0x2a4f31=a36_0x464daf,_0x4e1ca5={'ilxTh':_0x2a4f31(0x1f1),'UqeFY':_0x2a4f31(0x27e),'MxCex':_0x2a4f31(0x23d),'dsjPy':function(_0x3172d3,_0x4ea254){return _0x3172d3>=_0x4ea254;},'fSooY':function(_0x297f1e,_0x26a552){return _0x297f1e===_0x26a552;},'gbfsy':_0x2a4f31(0x28a),'WyFqQ':function(_0xd9100d,_0xdba773){return _0xd9100d>_0xdba773;},'jwfiE':_0x2a4f31(0x25b),'gQOWy':function(_0x1be577,_0x1e7aa0){return _0x1be577(_0x1e7aa0);},'hAkzl':function(_0x1b2dd7,_0x490be2,_0x49ffdf){return _0x1b2dd7(_0x490be2,_0x49ffdf);},'WHnSh':_0x2a4f31(0x260),'ixFhd':_0x2a4f31(0x1d9)},_0x121364=this[_0x2a4f31(0x24c)](_0x1e1420,_0x50d9af),_0x57a901=this['_tests'][_0x121364],_0xba9ff6={'uuid':_0x57a901[_0x2a4f31(0x240)],'type':_0x4e1ca5[_0x2a4f31(0x265)],'hook_type':this[_0x2a4f31(0x21f)](_0x50d9af[_0x2a4f31(0x2ac)]),'name':_0x50d9af[_0x2a4f31(0x2ac)],'scope':this['getScope'](_0x50d9af),'scopes':this['getHierarchy'](_0x1e1420),'body':{'lang':_0x4e1ca5[_0x2a4f31(0x271)],'code':null},'identifier':_0x121364,'file_name':path[_0x2a4f31(0x22d)](process[_0x2a4f31(0x210)](),_0x1e1420[_0x2a4f31(0x284)][_0x2a4f31(0x2a1)]),'location':path[_0x2a4f31(0x22d)](process['cwd'](),_0x1e1420[_0x2a4f31(0x284)][_0x2a4f31(0x2a1)]),'result':_0x4e1ca5[_0x2a4f31(0x200)],'duration_in_ms':_0x4e1ca5['dsjPy'](_0x50d9af['duration'],0x0)?_0x50d9af[_0x2a4f31(0x228)]:undefined,'vc_filepath':this[_0x2a4f31(0x28e)]&&_0x1e1420[_0x2a4f31(0x284)][_0x2a4f31(0x2a1)]?path[_0x2a4f31(0x22d)](this['_gitConfigPath'],_0x1e1420[_0x2a4f31(0x284)][_0x2a4f31(0x2a1)]):undefined,'started_at':_0x57a901['startedAt'],'finished_at':_0x57a901[_0x2a4f31(0x242)],'framework':FRAMEWORKS['PLAYWRIGHT']};if(_0x4e1ca5[_0x2a4f31(0x296)](_0x4c3b93,_0x4e1ca5['gbfsy'])){const {steps:_0x2100a3,logs:_0x4fcec6}=this['getStepsAndLogs'](_0x50d9af[_0x2a4f31(0x2a5)],_0x57a901[_0x2a4f31(0x240)],_0x4e1ca5['ilxTh']);_0x4fcec6&&_0x4e1ca5[_0x2a4f31(0x1f8)](_0x4fcec6['length'],0x0)&&await MyReporter[_0x2a4f31(0x1e4)](_0x4fcec6);const _0x648b06={};_0x648b06[_0x2a4f31(0x2a5)]=_0x2100a3,_0xba9ff6[_0x2a4f31(0x264)]=_0x648b06;if(_0x50d9af[_0x2a4f31(0x2aa)]){_0xba9ff6[_0x2a4f31(0x263)]=_0x4e1ca5[_0x2a4f31(0x24e)],_0xba9ff6[_0x2a4f31(0x1e9)]=_0x4e1ca5[_0x2a4f31(0x217)](removeAnsiColors,_0x50d9af[_0x2a4f31(0x2aa)]['message']),_0xba9ff6['failure_type']=_0x4e1ca5[_0x2a4f31(0x217)](getFailureType,_0x50d9af[_0x2a4f31(0x2aa)][_0x2a4f31(0x1d4)]);const _0x3aebf2=_0x4e1ca5[_0x2a4f31(0x1e1)](failureData,_0x50d9af['error'],_0x4e1ca5[_0x2a4f31(0x1fb)]);if(_0x3aebf2&&_0x4e1ca5['fSooY'](_0x3aebf2[_0x2a4f31(0x2b0)],0x0)){const _0x4ff9cc={};_0x4ff9cc[_0x2a4f31(0x246)]=[_0xba9ff6[_0x2a4f31(0x1e9)]],_0x4ff9cc[_0x2a4f31(0x237)]=[],_0x3aebf2[_0x2a4f31(0x297)](_0x4ff9cc);}_0xba9ff6['failure']=_0x3aebf2;}else _0xba9ff6['result']=_0x4e1ca5[_0x2a4f31(0x2b3)];}const _0x4aca61={};_0x4aca61[_0x2a4f31(0x20c)]=_0x4c3b93,_0x4aca61[_0x2a4f31(0x215)]=_0xba9ff6;const _0x44d8a4=_0x4aca61;await SessionHandler['uploadEventData'](_0x44d8a4);}['getStepsAndLogs'](_0x4b0c0e,_0x17c6dc,_0x7b8bc9){const _0x5f1159=a36_0x464daf,_0x58d0d3={'TkNRJ':function(_0x34e6f3,_0x4a0d15){return _0x34e6f3===_0x4a0d15;},'JxTNS':_0x5f1159(0x1f1),'ZUdBj':_0x5f1159(0x22b),'FRHki':function(_0x13fbec,_0x5deeca){return _0x13fbec===_0x5deeca;},'DooNF':_0x5f1159(0x28c),'cMBdD':function(_0xb10295,_0x399b2c){return _0xb10295===_0x399b2c;},'xqVBY':_0x5f1159(0x222),'rKvKH':_0x5f1159(0x275),'ntVHa':'hook_run_uuid','MxrHa':_0x5f1159(0x258),'nitam':_0x5f1159(0x25b),'XfqYh':_0x5f1159(0x1d9),'saPjF':function(_0x5cf0d3,_0x58964f){return _0x5cf0d3(_0x58964f);},'QoBtn':function(_0x44cf3b,_0x5af7af){return _0x44cf3b(_0x5af7af);},'usGYs':function(_0x34adcb){return _0x34adcb();},'oShkL':function(_0x26f1b4,_0x388620){return _0x26f1b4(_0x388620);},'wpjkA':function(_0x57fadf,_0x21ec0b){return _0x57fadf(_0x21ec0b);},'DuhcI':function(_0x33bbd2,_0x181290,_0x32ec07){return _0x33bbd2(_0x181290,_0x32ec07);}},_0x5831a6=[],_0x5fc509=[],_0x4e7cef=_0x4b0c0e[_0x5f1159(0x283)](_0x1614bd=>{const _0x246eea=_0x5f1159;if(_0x58d0d3[_0x246eea(0x285)](_0x1614bd[_0x246eea(0x1d3)],_0x58d0d3[_0x246eea(0x1ea)])&&(_0x58d0d3[_0x246eea(0x285)](_0x1614bd[_0x246eea(0x2ac)],_0x58d0d3[_0x246eea(0x20e)])||_0x58d0d3[_0x246eea(0x219)](_0x1614bd[_0x246eea(0x2ac)],_0x58d0d3[_0x246eea(0x214)])))return![];return!![];}),_0x2e6494=(_0x4c2724,_0x3986dd=![])=>{const _0x21aff8=_0x5f1159;if(_0x58d0d3[_0x21aff8(0x219)](_0x4c2724[_0x21aff8(0x2a5)]['length'],0x0)){const _0x3bebcd=_0x58d0d3[_0x21aff8(0x225)](_0x7b8bc9,_0x58d0d3[_0x21aff8(0x1ef)])?_0x58d0d3[_0x21aff8(0x231)]:_0x58d0d3[_0x21aff8(0x248)];_0x5fc509[_0x21aff8(0x297)]({'kind':_0x58d0d3[_0x21aff8(0x29c)],[_0x3bebcd]:_0x17c6dc,'message':_0x4c2724[_0x21aff8(0x2ac)],'timestamp':_0x4c2724[_0x21aff8(0x2a2)][_0x21aff8(0x1df)](),'level':_0x4c2724['error']?_0x58d0d3[_0x21aff8(0x23c)]:_0x58d0d3[_0x21aff8(0x21e)],'duration':_0x4c2724[_0x21aff8(0x228)],'failure':_0x4c2724[_0x21aff8(0x2aa)]&&_0x4c2724['error'][_0x21aff8(0x1d4)]&&_0x58d0d3[_0x21aff8(0x2a0)](removeAnsiColors,_0x4c2724[_0x21aff8(0x2aa)][_0x21aff8(0x1d4)]),'failure_type':_0x58d0d3[_0x21aff8(0x20d)](getFailureType,_0x4c2724['error']&&_0x4c2724[_0x21aff8(0x2aa)][_0x21aff8(0x1d4)])});}else{!_0x3986dd&&_0x5831a6[_0x21aff8(0x297)]({'id':_0x58d0d3['usGYs'](uuidv4),'text':_0x4c2724['title'],'keyword':undefined,'started_at':_0x4c2724[_0x21aff8(0x2a2)][_0x21aff8(0x1df)](),'duration':_0x4c2724[_0x21aff8(0x228)],'result':_0x4c2724[_0x21aff8(0x2aa)]?_0x58d0d3[_0x21aff8(0x23c)]:_0x58d0d3[_0x21aff8(0x21e)],'failure':_0x4c2724[_0x21aff8(0x2aa)]&&_0x4c2724['error'][_0x21aff8(0x1d4)]&&_0x58d0d3[_0x21aff8(0x1ec)](removeAnsiColors,_0x4c2724[_0x21aff8(0x2aa)][_0x21aff8(0x1d4)]),'failure_type':_0x58d0d3['wpjkA'](getFailureType,_0x4c2724['error']&&_0x4c2724[_0x21aff8(0x2aa)][_0x21aff8(0x1d4)])});for(const _0x3cdb97 of _0x4c2724['steps']){_0x58d0d3[_0x21aff8(0x2a4)](_0x2e6494,_0x3cdb97,!![]);}}};for(const _0x10cfb5 of _0x4e7cef){_0x58d0d3[_0x5f1159(0x2a4)](_0x2e6494,_0x10cfb5,![]);}const _0x442bb1={};return _0x442bb1[_0x5f1159(0x2a5)]=_0x5831a6,_0x442bb1[_0x5f1159(0x1fc)]=_0x5fc509,_0x442bb1;}async[a36_0x464daf(0x29a)](_0x3f2b7a,_0x27daa8,_0x4aa83d){const _0x3d606c=a36_0x464daf,_0x3d2ee6={'CvRCQ':'test','iDtYQ':_0x3d606c(0x27e),'bleCk':_0x3d606c(0x23d),'ObEOU':function(_0x52d35c,_0x42932f){return _0x52d35c(_0x42932f);},'ubLpR':function(_0x5e965c,_0x43d1c0){return _0x5e965c>_0x43d1c0;},'Ceayu':function(_0x15f0aa,_0x45d19f){return _0x15f0aa-_0x45d19f;},'ZvPzm':function(_0x275f4e,_0x559def){return _0x275f4e===_0x559def;},'HqSqK':_0x3d606c(0x27b),'UFXGJ':function(_0x44f0aa,_0x224458){return _0x44f0aa===_0x224458;},'hvseT':_0x3d606c(0x230),'Drsca':_0x3d606c(0x1d9),'jaNeh':function(_0x3c03de,_0x55c09){return _0x3c03de===_0x55c09;},'gVuCg':_0x3d606c(0x25b),'RukMK':function(_0x2ce569,_0x515bb7){return _0x2ce569===_0x515bb7;},'XNguh':_0x3d606c(0x20a),'TRkNw':function(_0x1a062f,_0x5f039b){return _0x1a062f===_0x5f039b;},'zipOc':_0x3d606c(0x272),'ZbWKL':function(_0x40b336,_0x4ab8e5,_0x29a466){return _0x40b336(_0x4ab8e5,_0x29a466);},'njaAO':function(_0x5dd952,_0x275864){return _0x5dd952>_0x275864;}},_0x26ad63=this[_0x3d606c(0x255)](_0x3f2b7a),_0x451272=this[_0x3d606c(0x1f4)](_0x3f2b7a),_0x3eee20=this[_0x3d606c(0x204)][_0x26ad63],_0x57595f=path[_0x3d606c(0x22d)](process[_0x3d606c(0x210)](),_0x3f2b7a['location'][_0x3d606c(0x2a1)]);await this[_0x3d606c(0x29e)]();const _0x2d162c={'uuid':_0x3eee20[_0x3d606c(0x240)],'type':_0x3d2ee6[_0x3d606c(0x259)],'name':_0x3f2b7a['title'],'body':{'lang':_0x3d2ee6[_0x3d606c(0x1f9)],'code':_0x3f2b7a['fn'][_0x3d606c(0x2b2)]()},'scope':_0x451272,'scopes':this[_0x3d606c(0x1d6)](_0x3f2b7a),'identifier':_0x26ad63,'file_name':_0x57595f,'location':_0x57595f,'result':_0x3d2ee6[_0x3d606c(0x20b)],'duration_in_ms':_0x4aa83d&&_0x4aa83d[_0x3d606c(0x228)]?_0x4aa83d[_0x3d606c(0x228)]:null,'vc_filepath':this['_gitConfigPath']&&_0x3f2b7a[_0x3d606c(0x284)][_0x3d606c(0x2a1)]?path[_0x3d606c(0x22d)](this[_0x3d606c(0x28e)],_0x3f2b7a[_0x3d606c(0x284)]['file']):undefined,'started_at':_0x3eee20[_0x3d606c(0x2b1)],'finished_at':_0x3eee20[_0x3d606c(0x242)],'framework':FRAMEWORKS[_0x3d606c(0x1e5)],'customRerunParam':{'rerun_name':_0x3f2b7a['titlePath']()[_0x3d606c(0x1fe)]('\x20')},'tags':_0x3d2ee6[_0x3d606c(0x27d)](getTagsFromTitle,_0x3f2b7a[_0x3d606c(0x2ac)])};_0x4aa83d&&_0x3d2ee6[_0x3d606c(0x220)](_0x4aa83d[_0x3d606c(0x24a)],0x0)&&(_0x2d162c[_0x3d606c(0x1e8)]=TestDetails[_0x3d606c(0x232)](this[_0x3d606c(0x295)](_0x3f2b7a,_0x3d2ee6[_0x3d606c(0x26b)](_0x4aa83d[_0x3d606c(0x24a)],0x1))));if(_0x3d2ee6[_0x3d606c(0x250)](_0x27daa8,_0x3d2ee6[_0x3d606c(0x22f)])){_0x2d162c['result']=_0x4aa83d[_0x3d606c(0x276)];if(_0x3d2ee6[_0x3d606c(0x27f)](_0x4aa83d['status'],_0x3f2b7a[_0x3d606c(0x251)]))_0x2d162c[_0x3d606c(0x263)]=_0x3d2ee6[_0x3d606c(0x250)](_0x4aa83d['status'],_0x3d2ee6['hvseT'])?_0x3d2ee6[_0x3d606c(0x1f5)]:_0x3d2ee6[_0x3d606c(0x201)];else{(_0x3d2ee6[_0x3d606c(0x27f)](_0x2d162c['result'],_0x3d2ee6[_0x3d606c(0x201)])||_0x3d2ee6[_0x3d606c(0x25a)](_0x2d162c['result'],_0x3d2ee6['gVuCg'])||_0x3d2ee6[_0x3d606c(0x229)](_0x2d162c[_0x3d606c(0x263)],_0x3d2ee6[_0x3d606c(0x291)]))&&(_0x2d162c['result']=_0x3d2ee6['gVuCg']);if(_0x3d2ee6[_0x3d606c(0x268)](_0x4aa83d[_0x3d606c(0x276)],_0x3d2ee6[_0x3d606c(0x201)])&&_0x3d2ee6[_0x3d606c(0x25a)](_0x3f2b7a[_0x3d606c(0x251)],_0x3d2ee6[_0x3d606c(0x287)])){const _0x413077={};_0x413077[_0x3d606c(0x1d4)]=_0x3d2ee6[_0x3d606c(0x1ff)],_0x413077[_0x3d606c(0x28d)]=_0x3d2ee6[_0x3d606c(0x1ff)],_0x4aa83d[_0x3d606c(0x2aa)]=_0x413077,_0x4aa83d['errors']=[_0x4aa83d[_0x3d606c(0x2aa)]];}}const _0x22c944=this[_0x3d606c(0x295)](_0x3f2b7a,_0x4aa83d[_0x3d606c(0x24a)]);_0x2d162c[_0x3d606c(0x28f)]=this['_testHooksMap'][_0x22c944];const {steps:_0x133308,logs:_0x25726e}=this['getStepsAndLogs'](_0x4aa83d[_0x3d606c(0x2a5)],_0x3eee20[_0x3d606c(0x240)],_0x3d2ee6['CvRCQ']);await MyReporter[_0x3d606c(0x1e4)](_0x25726e);const _0x426cf5={};_0x426cf5[_0x3d606c(0x2a5)]=_0x133308,_0x2d162c[_0x3d606c(0x264)]=_0x426cf5;if(_0x4aa83d['error']){_0x2d162c[_0x3d606c(0x1e9)]=_0x3d2ee6[_0x3d606c(0x27d)](removeAnsiColors,_0x4aa83d[_0x3d606c(0x2aa)][_0x3d606c(0x1d4)]),_0x2d162c[_0x3d606c(0x290)]=_0x3d2ee6[_0x3d606c(0x27d)](getFailureType,_0x4aa83d[_0x3d606c(0x2aa)][_0x3d606c(0x1d4)]);const _0x50df13={};_0x50df13[_0x3d606c(0x275)]=_0x3eee20[_0x3d606c(0x240)];const {failureData:_0x2be043,logs:_0x143b1a}=_0x3d2ee6[_0x3d606c(0x23e)](getFailureData,_0x4aa83d[_0x3d606c(0x1fa)],_0x50df13);if(_0x2be043&&_0x3d2ee6[_0x3d606c(0x27f)](_0x2be043[_0x3d606c(0x2b0)],0x0)){const _0x4d52fd={};_0x4d52fd[_0x3d606c(0x246)]=[_0x2d162c['failure_reason']],_0x4d52fd[_0x3d606c(0x237)]=[],_0x2be043['push'](_0x4d52fd);}_0x2d162c[_0x3d606c(0x1f6)]=_0x2be043,_0x143b1a&&_0x3d2ee6[_0x3d606c(0x2ad)](_0x143b1a['length'],0x0)&&await MyReporter[_0x3d606c(0x1e4)](_0x143b1a);}}const _0x47ded1={};_0x47ded1[_0x3d606c(0x20c)]=_0x27daa8,_0x47ded1[_0x3d606c(0x273)]=_0x2d162c;const _0x3802c4=_0x47ded1;await SessionHandler['uploadEventData'](_0x3802c4);}static async[a36_0x464daf(0x22e)](_0x55c487,_0x42f4b5){const _0x116270=a36_0x464daf,_0x329e89={'MmAwq':function(_0x105f4c,_0x2a7f6){return _0x105f4c(_0x2a7f6);},'fAJTF':_0x116270(0x1dc)},_0x27b4bf={'uuid':TestDetails[_0x116270(0x232)](_0x55c487),'integrations':_0x42f4b5},_0x10d740={};_0x10d740['depth']=null,_0x329e89[_0x116270(0x281)](debug,_0x116270(0x267)+_0x55c487+',\x20'+util[_0x116270(0x28b)](_0x42f4b5,_0x10d740));const _0x552379={};_0x552379[_0x116270(0x20c)]=_0x329e89[_0x116270(0x233)],_0x552379[_0x116270(0x273)]=_0x27b4bf,await SessionHandler['uploadEventData'](_0x552379);}async[a36_0x464daf(0x29e)](){const _0x45f295=a36_0x464daf,_0x48eb2e={'xTOYb':function(_0x127972){return _0x127972();}};if(this[_0x45f295(0x212)])return;const _0x1bcff0=await _0x48eb2e[_0x45f295(0x2a9)](getGitMetaData);_0x1bcff0&&(this[_0x45f295(0x28e)]=_0x1bcff0[_0x45f295(0x202)]),this[_0x45f295(0x212)]=!![];}[a36_0x464daf(0x1d6)](_0x17982d){const _0xbc4593=a36_0x464daf,_0xb7d0f={};_0xb7d0f['vctaF']=function(_0x504dde,_0x223c79){return _0x504dde!==_0x223c79;};const _0x26c522=_0xb7d0f,_0x597f00=[];if(_0x17982d&&_0x17982d[_0xbc4593(0x1e7)]){let _0xadca4d=_0x17982d[_0xbc4593(0x1e7)];while(_0xadca4d&&_0x26c522['vctaF'](_0xadca4d['title'],'')){_0x597f00[_0xbc4593(0x297)](_0xadca4d['title']),_0xadca4d=_0xadca4d['parent'];}}return _0x597f00[_0xbc4593(0x1da)]()[_0xbc4593(0x244)](0x0,0x2),_0x597f00;}[a36_0x464daf(0x20f)](_0x3a0973){const _0x58debf=a36_0x464daf,_0x9b09c1={};_0x9b09c1[_0x58debf(0x1d2)]=function(_0x256ad4,_0x4b26ef){return _0x256ad4!==_0x4b26ef;},_0x9b09c1[_0x58debf(0x1f0)]='hook',_0x9b09c1['epyfa']=function(_0x296df5,_0x30a611){return _0x296df5===_0x30a611;},_0x9b09c1[_0x58debf(0x2ae)]='beforeEach\x20hook',_0x9b09c1[_0x58debf(0x234)]='beforeAll\x20hook',_0x9b09c1[_0x58debf(0x247)]=_0x58debf(0x1fd),_0x9b09c1[_0x58debf(0x269)]=_0x58debf(0x286);const _0x450793=_0x9b09c1;if(_0x450793[_0x58debf(0x1d2)](_0x3a0973['category'],_0x450793['yqiwz']))return![];if(_0x450793[_0x58debf(0x274)]([_0x450793[_0x58debf(0x2ae)],_0x450793[_0x58debf(0x234)],_0x450793[_0x58debf(0x247)],_0x450793['Baxit']]['indexOf'](_0x3a0973[_0x58debf(0x2ac)]),-0x1))return![];return!![];}[a36_0x464daf(0x24c)](_0x5d602c,_0x57f5e8){const _0x26e9e8=a36_0x464daf,_0x254261=_0x57f5e8[_0x26e9e8(0x1d0)];if(_0x254261)return _0x254261;return _0x57f5e8[_0x26e9e8(0x2ac)]+_0x26e9e8(0x298)+this[_0x26e9e8(0x255)](_0x5d602c);}[a36_0x464daf(0x282)](_0x423c6a,_0x4720c0){const _0x53448a=a36_0x464daf,_0x1ad0a3={'RNkIE':function(_0x5f23bc){return _0x5f23bc();}};let _0x5824cc=_0x4720c0[_0x53448a(0x2ac)]+_0x53448a(0x298)+this[_0x53448a(0x255)](_0x423c6a);return this[_0x53448a(0x204)][_0x5824cc]&&(_0x5824cc=_0x5824cc+_0x53448a(0x21b)+_0x1ad0a3[_0x53448a(0x26e)](uuidv4)),_0x4720c0[_0x53448a(0x1d0)]=_0x5824cc,_0x5824cc;}['getTestIdentifier']=_0x53cc84=>{const _0x47d08f=a36_0x464daf,_0x395e84={};_0x395e84['mJvDw']=function(_0x508803,_0x3873d2){return _0x508803+_0x3873d2;},_0x395e84[_0x47d08f(0x213)]=function(_0x1f0f82,_0x2f5d71){return _0x1f0f82+_0x2f5d71;};const _0x176036=_0x395e84;return _0x176036['mJvDw'](_0x176036[_0x47d08f(0x213)](_0x53cc84[_0x47d08f(0x224)],'-'),_0x53cc84['id']);};[a36_0x464daf(0x295)]=(_0x592afc,_0x10f3db)=>{const _0x57f41d=a36_0x464daf,_0xcdac53={};_0xcdac53[_0x57f41d(0x266)]=function(_0x2ca762,_0x47ec8d){return _0x2ca762+_0x47ec8d;};const _0x38af84=_0xcdac53;return _0x38af84['BTRXA'](_0x38af84[_0x57f41d(0x266)](this[_0x57f41d(0x255)](_0x592afc),'-'),_0x10f3db);};['getHookType']=_0x5ce793=>{const _0x2d6dec=a36_0x464daf,_0xdb9db6={};_0xdb9db6[_0x2d6dec(0x25f)]='beforeEach\x20hook',_0xdb9db6['ofVlU']=_0x2d6dec(0x293),_0xdb9db6[_0x2d6dec(0x253)]=_0x2d6dec(0x270),_0xdb9db6[_0x2d6dec(0x1ee)]=_0x2d6dec(0x238),_0xdb9db6[_0x2d6dec(0x206)]='afterEach\x20hook',_0xdb9db6[_0x2d6dec(0x205)]=_0x2d6dec(0x29f),_0xdb9db6[_0x2d6dec(0x2a3)]=_0x2d6dec(0x1fd),_0xdb9db6['xDuuC']=_0x2d6dec(0x227),_0xdb9db6['JpePH']='unknown';const _0x5488cf=_0xdb9db6;if(_0x5ce793[_0x2d6dec(0x257)](_0x5488cf[_0x2d6dec(0x25f)]))return _0x5488cf[_0x2d6dec(0x24d)];else{if(_0x5ce793[_0x2d6dec(0x257)](_0x5488cf[_0x2d6dec(0x253)]))return _0x5488cf[_0x2d6dec(0x1ee)];else{if(_0x5ce793[_0x2d6dec(0x257)](_0x5488cf[_0x2d6dec(0x206)]))return _0x5488cf[_0x2d6dec(0x205)];else{if(_0x5ce793[_0x2d6dec(0x257)](_0x5488cf[_0x2d6dec(0x2a3)]))return _0x5488cf[_0x2d6dec(0x1db)];}}}return _0x5488cf['JpePH'];};[a36_0x464daf(0x1f4)]=_0x5790d7=>{const _0x405a0a=a36_0x464daf,_0x3b5569={};_0x3b5569['xwYmW']=function(_0x255f4a,_0x4580da){return _0x255f4a===_0x4580da;},_0x3b5569[_0x405a0a(0x2b4)]=_0x405a0a(0x21d);const _0x172099=_0x3b5569;let _0x3aeab9=_0x5790d7[_0x405a0a(0x1e7)];return _0x172099[_0x405a0a(0x223)](typeof _0x5790d7[_0x405a0a(0x1e7)],_0x172099['IWKQd'])&&(_0x3aeab9=_0x3aeab9['title']),_0x3aeab9+_0x405a0a(0x21b)+_0x5790d7[_0x405a0a(0x2ac)];};[a36_0x464daf(0x280)](){return![];}}function a36_0x5eb7(_0x4e2c19,_0x48f0c5){const _0x23feb3=a36_0x23fe();return a36_0x5eb7=function(_0x5eb713,_0x5125f7){_0x5eb713=_0x5eb713-0x1cc;let _0x5b345b=_0x23feb3[_0x5eb713];return _0x5b345b;},a36_0x5eb7(_0x4e2c19,_0x48f0c5);}module[a36_0x464daf(0x26f)]=o11yClassErrorHandler(MyReporter,[a36_0x464daf(0x2ab),a36_0x464daf(0x221),a36_0x464daf(0x1f7),'onTestEnd',a36_0x464daf(0x23f),'onStepEnd',a36_0x464daf(0x22e)]);
1
+ function a36_0x487c(_0x10cc50,_0x339190){const _0x187fbe=a36_0x187f();return a36_0x487c=function(_0x487c11,_0x525805){_0x487c11=_0x487c11-0x136;let _0x2222f3=_0x187fbe[_0x487c11];return _0x2222f3;},a36_0x487c(_0x10cc50,_0x339190);}const a36_0xfc5e2f=a36_0x487c;(function(_0x1309b6,_0x5ccac1){const _0xec209=a36_0x487c,_0x5816e3=_0x1309b6();while(!![]){try{const _0x4e6295=parseInt(_0xec209(0x179))/0x1*(-parseInt(_0xec209(0x186))/0x2)+-parseInt(_0xec209(0x194))/0x3+parseInt(_0xec209(0x1d3))/0x4*(parseInt(_0xec209(0x178))/0x5)+-parseInt(_0xec209(0x215))/0x6*(-parseInt(_0xec209(0x1a2))/0x7)+-parseInt(_0xec209(0x1a1))/0x8+-parseInt(_0xec209(0x158))/0x9*(-parseInt(_0xec209(0x155))/0xa)+parseInt(_0xec209(0x1ff))/0xb*(parseInt(_0xec209(0x13d))/0xc);if(_0x4e6295===_0x5ccac1)break;else _0x5816e3['push'](_0x5816e3['shift']());}catch(_0x235f80){_0x5816e3['push'](_0x5816e3['shift']());}}}(a36_0x187f,0x2f11c));const RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),{calculatePerformance,getTagsFromTitle,getFailureData}=require('./pwUtils'),{v4:uuidv4}=require(a36_0xfc5e2f(0x1c9)),path=require(a36_0xfc5e2f(0x18b)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require(a36_0xfc5e2f(0x137)),{getGitMetaData}=require('../../../helpers/helper'),TestDetails=require(a36_0xfc5e2f(0x1fd)),fs=require('fs'),util=require(a36_0xfc5e2f(0x1e0)),{o11yClassErrorHandler}=require(a36_0xfc5e2f(0x193)),PerformanceTester=require(a36_0xfc5e2f(0x1d1)),{FRAMEWORKS}=require(a36_0xfc5e2f(0x198)),SessionHandler=require(a36_0xfc5e2f(0x165));function a36_0x187f(){const _0x48b682=['_testHooksMap','../../../helpers/test-observability/constants','inspect','kKDhu','oEOsh','stack','setStepIdentifier','5|4|3|1|2|0','BCBTp','EBtxv','433648dfxxks','182qhXhou','yAiQZ','NEZcO','object','IMwjW','juVoJ','statSync','printsToStdio','uuWDT','error','HookRunFinished','test_run','event_type','getInstance','file','dcHDF','CBTSessionCreated','getTestUUID','LKbwz','readFileSync','ZFcxU','_tests','llogb','afterAll\x20hook','onTestEnd','YdvOR','expectedStatus','performance-report-reporter.json','HzBvR','hook','startTime','TUaEg','depth','Expected\x20to\x20fail,\x20but\x20passed.','zVugX','uupQx','mSkaX','sendTestRunEvent','TXjmv','uuid','sendHookRunEvent','_bs_hookIdentifier','TestRunFinished','title','SwoPw','BEFORE_EACH','getHookType','../../../helpers/performance-tester','TEST_SCREENSHOT','136KmaHDG','QhDuD','uXFiC','getTime','onBegin','parent','ZfeAA','base64','duration','KDGys','sendSessionDetails','addTestUIDAndReportLog','pending','util','startMonitoring','cwd','beforeAll\x20hook','afterEach\x20hook','filter','needToReportStep','join','ycEOs','KlxBN','niLcR','gPQiR','JbhUd','TEST_STEP','getTestRunIdentifier','START_TIME','lQmPY','env','fhtVk','VTJiU','kIWfp','getStepsAndLogs','DqaUO','setup','SFTUj','javascript','EfYgR','_gitConfigPath','KauvQ','./test-details','Kpgwx','421982abrJKj','Rkaod','titlePath','relative','onStepEnd','getTestIdentifier','category','failure_reason','qdSei','_gitConfigured','onStepBegin','zHIWe','screenshot','NOPcx','MDFMT','failed','MeILW','criEa','shutdown','KChJO','splice','KEDbt','15306MrvEog','kPJLU','../../../helpers/test-observability/utils','\x20for\x20','hook_run','status','test','existsSync','228lcrhbS','location','options','\x20-\x20','onTestBegin','push','RCAFL','hook_run_uuid','getStepIdentifier','gkDFy','err','VipCU','PLAYWRIGHT','uploadEventData','length','exports','stop','getScope','TestRunStarted','hIpHv','toISOString','knkst','test_run_uuid','Sending\x20session\x20details\x20for\x20','10qMqDVs','timedOut','beforeEach\x20hook','317385gQVrdH','EuaXD','attachments','dyzBV','backtrace','LogCreated','retry','kWIfO','iNUNe','BROWSERSTACK_O11Y_PERF_MEASUREMENT','TXHez','map','failure_type','../../../helpers/test-observability/sessionHandler','toString','finishedAt','TiMsZ','hooks','Tvtup','passed','LOPtJ','unknown','expanded','message','UBqbU','meta','configureGit','errors','DvYyk','pVWgz','onEnd','retry_of','2715WOVATz','1459CpEdzK','logs','reportLogs','ccdos','endSession','abfdw','zjrEA','aFQUF','ZidrH','PCPrS','Jthuv','result','Tivfm','344PuTdyR','name','mtime','root','bXjjz','path','johUM','_projectId','steps','startsWith','GWamF','AFTER_EACH','SlDJu','../../../helpers/test-observability/error-handler','1052943ugxcJY','gPHFd','After\x20Hooks'];a36_0x187f=function(){return _0x48b682;};return a36_0x187f();}class MyReporter{constructor(_0x14a40b){const _0x50ca51=a36_0xfc5e2f,_0x552fe3={};_0x552fe3['PWgfR']=_0x50ca51(0x19e),_0x552fe3[_0x50ca51(0x1d9)]=_0x50ca51(0x1bd);const _0x5a9bf5=_0x552fe3,_0x13ec23=_0x5a9bf5['PWgfR']['split']('|');let _0x39ca4b=0x0;while(!![]){switch(_0x13ec23[_0x39ca4b++]){case'0':this[_0x50ca51(0x1fb)]=null;continue;case'1':this[_0x50ca51(0x13f)]=_0x14a40b;continue;case'2':this['_gitConfigured']=![];continue;case'3':this[_0x50ca51(0x197)]={};continue;case'4':this[_0x50ca51(0x1b7)]={};continue;case'5':process[_0x50ca51(0x1f1)][_0x50ca51(0x161)]&&(PerformanceTester[_0x50ca51(0x1e1)](_0x5a9bf5['ZfeAA']),process[_0x50ca51(0x1f1)][_0x50ca51(0x1ef)]=new Date()['toISOString']());continue;}break;}}async[a36_0xfc5e2f(0x1d7)](){const _0xfff5ae=a36_0xfc5e2f;TestDetails[_0xfff5ae(0x1f7)](),await this[_0xfff5ae(0x172)]();}async[a36_0xfc5e2f(0x141)](_0x2e5870,_0x161822){const _0x584f6d=a36_0xfc5e2f,_0x2d57ec={};_0x2d57ec[_0x584f6d(0x1b8)]=_0x584f6d(0x14f);const _0x5515eb=_0x2d57ec,_0x2e8398=this['getTestIdentifier'](_0x2e5870);this[_0x584f6d(0x1b7)][_0x2e8398]={'uuid':TestDetails[_0x584f6d(0x1b3)](this['getTestRunIdentifier'](_0x2e5870,_0x161822[_0x584f6d(0x15e)])),'startedAt':_0x161822['startTime']},await this['sendTestRunEvent'](_0x2e5870,_0x5515eb[_0x584f6d(0x1b8)],_0x161822);}async[a36_0xfc5e2f(0x209)](_0x499e22,_0x32b2a1,_0x28401f){const _0x53f9b5=a36_0xfc5e2f,_0x3a0f40={};_0x3a0f40['TUaEg']='HookRunStarted';const _0x421af6=_0x3a0f40;if(!this[_0x53f9b5(0x1e6)](_0x28401f,_0x499e22))return;const _0x48612f=this['setStepIdentifier'](_0x499e22,_0x28401f);this[_0x53f9b5(0x1b7)][_0x48612f]={'uuid':TestDetails[_0x53f9b5(0x1b3)](_0x48612f),'startedAt':_0x28401f[_0x53f9b5(0x1c0)]['toISOString']()};const _0x2bec11=this['getTestRunIdentifier'](_0x499e22,_0x32b2a1[_0x53f9b5(0x15e)]);!this[_0x53f9b5(0x197)][_0x2bec11]&&(this['_testHooksMap'][_0x2bec11]=[]),this[_0x53f9b5(0x197)][_0x2bec11][_0x53f9b5(0x142)](this[_0x53f9b5(0x1b7)][_0x48612f][_0x53f9b5(0x1c9)]),await this['sendHookRunEvent'](_0x499e22,_0x28401f,_0x421af6[_0x53f9b5(0x1c1)],_0x32b2a1);}async[a36_0xfc5e2f(0x203)](_0xf6bdaa,_0x445c3b,_0x580377){const _0x4c1913=a36_0xfc5e2f,_0x2c040f={};_0x2c040f[_0x4c1913(0x1d4)]=function(_0xf58239,_0x4fa261){return _0xf58239+_0x4fa261;},_0x2c040f['hIpHv']=_0x4c1913(0x1ac);const _0x53c8c0=_0x2c040f;if(!this[_0x4c1913(0x1e6)](_0x580377,_0xf6bdaa))return;const _0xa62921=this[_0x4c1913(0x145)](_0xf6bdaa,_0x580377);this['_tests'][_0xa62921]={...this[_0x4c1913(0x1b7)][_0xa62921]||{},'finishedAt':new Date(_0x53c8c0['QhDuD'](_0x580377[_0x4c1913(0x1c0)][_0x4c1913(0x1d6)](),_0x580377[_0x4c1913(0x1db)]))},await this['sendHookRunEvent'](_0xf6bdaa,_0x580377,_0x53c8c0[_0x4c1913(0x150)],_0x445c3b);}async[a36_0xfc5e2f(0x1ba)](_0x342a77,_0xdadae7){const _0x5d43c9=a36_0xfc5e2f,_0x28f68f={};_0x28f68f[_0x5d43c9(0x143)]=function(_0x2dd22a,_0x5d3eb4){return _0x2dd22a===_0x5d3eb4;},_0x28f68f[_0x5d43c9(0x20f)]=_0x5d43c9(0x20b),_0x28f68f[_0x5d43c9(0x1b6)]=_0x5d43c9(0x1d2),_0x28f68f['metFH']=_0x5d43c9(0x1da),_0x28f68f[_0x5d43c9(0x1fe)]=_0x5d43c9(0x1cc),_0x28f68f[_0x5d43c9(0x1e8)]=function(_0x423fd6,_0x321769){return _0x423fd6>_0x321769;};const _0x4eccc7=_0x28f68f,_0x1ed509=this[_0x5d43c9(0x204)](_0x342a77),_0x3ec727=TestDetails[_0x5d43c9(0x1b3)](this[_0x5d43c9(0x1ee)](_0x342a77,_0xdadae7['retry']));this['_tests'][_0x1ed509]={...this[_0x5d43c9(0x1b7)][_0x1ed509]||{},'finishedAt':new Date()[_0x5d43c9(0x151)]()},await this[_0x5d43c9(0x1c7)](_0x342a77,_0x4eccc7[_0x5d43c9(0x1fe)],_0xdadae7);const _0x290c0d=[];_0xdadae7[_0x5d43c9(0x15a)]&&_0xdadae7[_0x5d43c9(0x15a)][_0x5d43c9(0x163)](_0xb61946=>{const _0x5b6a47=_0x5d43c9;if(_0x4eccc7[_0x5b6a47(0x143)](_0xb61946[_0x5b6a47(0x187)],_0x4eccc7[_0x5b6a47(0x20f)])){if(!fs[_0x5b6a47(0x13c)](_0xb61946[_0x5b6a47(0x18b)]))return;_0x290c0d[_0x5b6a47(0x142)]({'test_run_uuid':_0x3ec727,'timestamp':fs[_0x5b6a47(0x1a8)](_0xb61946['path'])[_0x5b6a47(0x188)],'kind':_0x4eccc7[_0x5b6a47(0x1b6)],'message':fs[_0x5b6a47(0x1b5)](_0xb61946[_0x5b6a47(0x18b)],{'encoding':_0x4eccc7['metFH']})});}}),_0x4eccc7[_0x5d43c9(0x1e8)](_0x290c0d[_0x5d43c9(0x14b)],0x0)&&await MyReporter['reportLogs'](_0x290c0d);}async[a36_0xfc5e2f(0x17d)](){const _0x495923=a36_0xfc5e2f;await RequestQueueHandler[_0x495923(0x1af)]()[_0x495923(0x211)](),await SessionHandler[_0x495923(0x14d)](),TestDetails['shutdown']();}async[a36_0xfc5e2f(0x176)](_0x1a6ba8){const _0x1871b7=a36_0xfc5e2f,_0x4bb0a8={'MDFMT':function(_0x3c32d8){return _0x3c32d8();},'YdvOR':function(_0x139f66){return _0x139f66();},'kIWfp':function(_0x11b536,_0x529834){return _0x11b536(_0x529834);}};await this[_0x1871b7(0x17d)](),_0x4bb0a8[_0x1871b7(0x20d)](printBuildLink);try{process[_0x1871b7(0x1f1)][_0x1871b7(0x161)]&&await _0x4bb0a8[_0x1871b7(0x1bb)](calculatePerformance);}catch(_0xda7a5c){_0x4bb0a8[_0x1871b7(0x1f4)](debug,'Error\x20in\x20calculating\x20performance:\x20'+_0xda7a5c[_0x1871b7(0x166)]());}}static async[a36_0xfc5e2f(0x1de)](_0x17bb53,_0x162cb8){const _0x19e327=a36_0xfc5e2f;_0x162cb8['test_run_uuid']=TestDetails[_0x19e327(0x1b3)](_0x17bb53),await this[_0x19e327(0x17b)]([_0x162cb8]);}static async[a36_0xfc5e2f(0x17b)](_0x30924d){const _0x156a0c=a36_0xfc5e2f,_0x2edeec={};_0x2edeec[_0x156a0c(0x15f)]=_0x156a0c(0x15d);const _0x2b66df=_0x2edeec,_0x373739={};_0x373739[_0x156a0c(0x1ae)]=_0x2b66df['kWIfO'],_0x373739[_0x156a0c(0x17a)]=_0x30924d,await SessionHandler['uploadEventData'](_0x373739);}async[a36_0xfc5e2f(0x1ca)](_0x14a494,_0x4f97a6,_0x3c6504,_0x33a7ac){const _0x1d4757=a36_0xfc5e2f,_0x547586={'EBtxv':_0x1d4757(0x1bf),'qcYQp':_0x1d4757(0x1f9),'uupQx':_0x1d4757(0x1df),'uuWDT':function(_0x56e9f8,_0x3024f6){return _0x56e9f8>=_0x3024f6;},'lvlup':function(_0x43ba11,_0x401e68){return _0x43ba11===_0x401e68;},'aFQUF':_0x1d4757(0x1ac),'IMwjW':function(_0x4cf690,_0x25d814){return _0x4cf690>_0x25d814;},'YzosD':_0x1d4757(0x20e),'uIapN':function(_0x1e471c,_0x3f12c3){return _0x1e471c(_0x3f12c3);},'Rkaod':function(_0x1ba0be,_0x349820){return _0x1ba0be(_0x349820);},'SbdQT':function(_0x37b514,_0x3bccad,_0x37a971){return _0x37b514(_0x3bccad,_0x37a971);},'agxlX':_0x1d4757(0x147),'lQmPY':function(_0x5acefa,_0x208f6e){return _0x5acefa===_0x208f6e;},'cTfHY':_0x1d4757(0x16b)},_0xc43aeb=this['getStepIdentifier'](_0x14a494,_0x4f97a6),_0xb4f7fb=this[_0x1d4757(0x1b7)][_0xc43aeb],_0x3ee3b0={'uuid':_0xb4f7fb[_0x1d4757(0x1c9)],'type':_0x547586[_0x1d4757(0x1a0)],'hook_type':this['getHookType'](_0x4f97a6['title']),'name':_0x4f97a6[_0x1d4757(0x1cd)],'scope':this['getScope'](_0x4f97a6),'scopes':this['getHierarchy'](_0x14a494),'body':{'lang':_0x547586['qcYQp'],'code':null},'identifier':_0xc43aeb,'file_name':path['relative'](process['cwd'](),_0x14a494[_0x1d4757(0x13e)]['file']),'location':path[_0x1d4757(0x202)](process[_0x1d4757(0x1e2)](),_0x14a494[_0x1d4757(0x13e)][_0x1d4757(0x1b0)]),'result':_0x547586[_0x1d4757(0x1c5)],'duration_in_ms':_0x547586[_0x1d4757(0x1aa)](_0x4f97a6[_0x1d4757(0x1db)],0x0)?_0x4f97a6['duration']:undefined,'vc_filepath':this[_0x1d4757(0x1fb)]&&_0x14a494[_0x1d4757(0x13e)][_0x1d4757(0x1b0)]?path[_0x1d4757(0x202)](this[_0x1d4757(0x1fb)],_0x14a494[_0x1d4757(0x13e)][_0x1d4757(0x1b0)]):undefined,'started_at':_0xb4f7fb['startedAt'],'finished_at':_0xb4f7fb[_0x1d4757(0x167)],'framework':FRAMEWORKS[_0x1d4757(0x149)]};if(_0x547586['lvlup'](_0x3c6504,_0x547586[_0x1d4757(0x180)])){const {steps:_0x2f8858,logs:_0x58a6fb}=this[_0x1d4757(0x1f5)](_0x4f97a6[_0x1d4757(0x18e)],_0xb4f7fb[_0x1d4757(0x1c9)],_0x547586['EBtxv']);_0x58a6fb&&_0x547586[_0x1d4757(0x1a6)](_0x58a6fb['length'],0x0)&&await MyReporter['reportLogs'](_0x58a6fb);const _0x532f54={};_0x532f54[_0x1d4757(0x18e)]=_0x2f8858,_0x3ee3b0[_0x1d4757(0x171)]=_0x532f54;if(_0x4f97a6[_0x1d4757(0x1ab)]){_0x3ee3b0['result']=_0x547586['YzosD'],_0x3ee3b0['failure_reason']=_0x547586['uIapN'](removeAnsiColors,_0x4f97a6[_0x1d4757(0x1ab)][_0x1d4757(0x16f)]),_0x3ee3b0[_0x1d4757(0x164)]=_0x547586[_0x1d4757(0x200)](getFailureType,_0x4f97a6[_0x1d4757(0x1ab)][_0x1d4757(0x16f)]);const _0x4aa134=_0x547586['SbdQT'](failureData,_0x4f97a6[_0x1d4757(0x1ab)],_0x547586['agxlX']);if(_0x4aa134&&_0x547586[_0x1d4757(0x1f0)](_0x4aa134[_0x1d4757(0x14b)],0x0)){const _0x54295a={};_0x54295a[_0x1d4757(0x15c)]=[_0x3ee3b0[_0x1d4757(0x206)]],_0x54295a[_0x1d4757(0x16e)]=[],_0x4aa134[_0x1d4757(0x142)](_0x54295a);}_0x3ee3b0['failure']=_0x4aa134;}else _0x3ee3b0[_0x1d4757(0x184)]=_0x547586['cTfHY'];}const _0x8a86ad={};_0x8a86ad[_0x1d4757(0x1ae)]=_0x3c6504,_0x8a86ad[_0x1d4757(0x139)]=_0x3ee3b0;const _0x51de89=_0x8a86ad;await SessionHandler[_0x1d4757(0x14a)](_0x51de89);}[a36_0xfc5e2f(0x1f5)](_0x1ac0cb,_0x1f1be2,_0x3ae3d0){const _0x287f3b=a36_0xfc5e2f,_0x3c5de9={'qdSei':function(_0x1cd015,_0x36d1d5){return _0x1cd015===_0x36d1d5;},'OJKqQ':'hook','MyIjn':_0x287f3b(0x196),'bXjjz':'Before\x20Hooks','VTJiU':function(_0x415253,_0x545998){return _0x415253===_0x545998;},'PCPrS':_0x287f3b(0x13b),'iNUNe':_0x287f3b(0x153),'UBqbU':_0x287f3b(0x144),'LvXYx':_0x287f3b(0x1ed),'zHIWe':_0x287f3b(0x20e),'SlDJu':_0x287f3b(0x16b),'kPJLU':function(_0x28eb7d,_0x317000){return _0x28eb7d(_0x317000);},'NOPcx':function(_0x1c26c8,_0x3124e0){return _0x1c26c8(_0x3124e0);},'VTUmu':function(_0x8bee74){return _0x8bee74();},'DqaUO':function(_0x33806a,_0x2fe661){return _0x33806a(_0x2fe661);},'zjrEA':function(_0x47bb51,_0x19280f,_0x53257d){return _0x47bb51(_0x19280f,_0x53257d);},'BCBTp':function(_0x2e88d6,_0x15b77a,_0x4b6203){return _0x2e88d6(_0x15b77a,_0x4b6203);}},_0x1d14c0=[],_0x496b0c=[],_0x4864b1=_0x1ac0cb[_0x287f3b(0x1e5)](_0x2f0ca9=>{const _0x55ae59=_0x287f3b;if(_0x3c5de9[_0x55ae59(0x207)](_0x2f0ca9[_0x55ae59(0x205)],_0x3c5de9['OJKqQ'])&&(_0x3c5de9[_0x55ae59(0x207)](_0x2f0ca9[_0x55ae59(0x1cd)],_0x3c5de9['MyIjn'])||_0x3c5de9[_0x55ae59(0x207)](_0x2f0ca9['title'],_0x3c5de9[_0x55ae59(0x18a)])))return![];return!![];}),_0x4c0870=(_0x4f8572,_0x1d96f9=![])=>{const _0x585ff4=_0x287f3b;if(_0x3c5de9['qdSei'](_0x4f8572[_0x585ff4(0x18e)]['length'],0x0)){const _0x287152=_0x3c5de9[_0x585ff4(0x1f3)](_0x3ae3d0,_0x3c5de9[_0x585ff4(0x182)])?_0x3c5de9[_0x585ff4(0x160)]:_0x3c5de9[_0x585ff4(0x170)];_0x496b0c[_0x585ff4(0x142)]({'kind':_0x3c5de9['LvXYx'],[_0x287152]:_0x1f1be2,'message':_0x4f8572[_0x585ff4(0x1cd)],'timestamp':_0x4f8572['startTime'][_0x585ff4(0x151)](),'level':_0x4f8572[_0x585ff4(0x1ab)]?_0x3c5de9['zHIWe']:_0x3c5de9[_0x585ff4(0x192)],'duration':_0x4f8572[_0x585ff4(0x1db)],'failure':_0x4f8572['error']&&_0x4f8572['error'][_0x585ff4(0x16f)]&&_0x3c5de9[_0x585ff4(0x136)](removeAnsiColors,_0x4f8572[_0x585ff4(0x1ab)][_0x585ff4(0x16f)]),'failure_type':_0x3c5de9['NOPcx'](getFailureType,_0x4f8572['error']&&_0x4f8572[_0x585ff4(0x1ab)]['message'])});}else{!_0x1d96f9&&_0x1d14c0['push']({'id':_0x3c5de9['VTUmu'](uuidv4),'text':_0x4f8572[_0x585ff4(0x1cd)],'keyword':undefined,'started_at':_0x4f8572[_0x585ff4(0x1c0)][_0x585ff4(0x151)](),'duration':_0x4f8572[_0x585ff4(0x1db)],'result':_0x4f8572[_0x585ff4(0x1ab)]?_0x3c5de9[_0x585ff4(0x20a)]:_0x3c5de9[_0x585ff4(0x192)],'failure':_0x4f8572[_0x585ff4(0x1ab)]&&_0x4f8572[_0x585ff4(0x1ab)][_0x585ff4(0x16f)]&&_0x3c5de9[_0x585ff4(0x20c)](removeAnsiColors,_0x4f8572['error']['message']),'failure_type':_0x3c5de9[_0x585ff4(0x1f6)](getFailureType,_0x4f8572[_0x585ff4(0x1ab)]&&_0x4f8572[_0x585ff4(0x1ab)][_0x585ff4(0x16f)])});for(const _0xcc9428 of _0x4f8572[_0x585ff4(0x18e)]){_0x3c5de9[_0x585ff4(0x17f)](_0x4c0870,_0xcc9428,!![]);}}};for(const _0x35e756 of _0x4864b1){_0x3c5de9[_0x287f3b(0x19f)](_0x4c0870,_0x35e756,![]);}const _0x16dc6e={};return _0x16dc6e[_0x287f3b(0x18e)]=_0x1d14c0,_0x16dc6e[_0x287f3b(0x17a)]=_0x496b0c,_0x16dc6e;}async[a36_0xfc5e2f(0x1c7)](_0x2ab24b,_0x59ed59,_0x5949c8){const _0x11819b=a36_0xfc5e2f,_0x4e9a0b={'HzBvR':_0x11819b(0x13b),'gPHFd':'javascript','XXkwe':_0x11819b(0x1df),'GWamF':function(_0x1ce47a,_0x381296){return _0x1ce47a(_0x381296);},'EuaXD':function(_0x29e0d2,_0x17c70b){return _0x29e0d2>_0x17c70b;},'EfYgR':function(_0xe99ca,_0xe92c3e){return _0xe99ca-_0xe92c3e;},'SFTUj':function(_0x1a9615,_0x110c72){return _0x1a9615===_0x110c72;},'gPQiR':_0x11819b(0x1cc),'johUM':'skipped','Tvtup':'passed','KChJO':function(_0x9e9587,_0x720f61){return _0x9e9587===_0x720f61;},'niLcR':_0x11819b(0x20e),'uXFiC':_0x11819b(0x156),'knkst':function(_0x12df92,_0x16a1f3){return _0x12df92===_0x16a1f3;},'nabAM':function(_0x45e861,_0xb7c2b8){return _0x45e861===_0xb7c2b8;},'TiMsZ':_0x11819b(0x1c3),'JbhUd':function(_0x2e0de2,_0x1ed312){return _0x2e0de2(_0x1ed312);},'oEOsh':function(_0x5b567f,_0x438f3c,_0x5ddb2c){return _0x5b567f(_0x438f3c,_0x5ddb2c);},'VipCU':function(_0x3a9790,_0x4dfb2d){return _0x3a9790===_0x4dfb2d;},'LKbwz':function(_0x5e2a6d,_0x37fb37){return _0x5e2a6d>_0x37fb37;}},_0x3bc2da=this[_0x11819b(0x204)](_0x2ab24b),_0x557ae7=this[_0x11819b(0x14e)](_0x2ab24b),_0x336d7e=this[_0x11819b(0x1b7)][_0x3bc2da],_0x2b4940=path[_0x11819b(0x202)](process[_0x11819b(0x1e2)](),_0x2ab24b[_0x11819b(0x13e)][_0x11819b(0x1b0)]);await this[_0x11819b(0x172)]();const _0x147244={'uuid':_0x336d7e['uuid'],'type':_0x4e9a0b[_0x11819b(0x1be)],'name':_0x2ab24b[_0x11819b(0x1cd)],'body':{'lang':_0x4e9a0b[_0x11819b(0x195)],'code':_0x2ab24b['fn'][_0x11819b(0x166)]()},'scope':_0x557ae7,'scopes':this['getHierarchy'](_0x2ab24b),'identifier':_0x3bc2da,'file_name':_0x2b4940,'location':_0x2b4940,'result':_0x4e9a0b['XXkwe'],'duration_in_ms':_0x5949c8&&_0x5949c8[_0x11819b(0x1db)]?_0x5949c8[_0x11819b(0x1db)]:null,'vc_filepath':this[_0x11819b(0x1fb)]&&_0x2ab24b[_0x11819b(0x13e)]['file']?path[_0x11819b(0x202)](this[_0x11819b(0x1fb)],_0x2ab24b[_0x11819b(0x13e)][_0x11819b(0x1b0)]):undefined,'started_at':_0x336d7e['startedAt'],'finished_at':_0x336d7e['finishedAt'],'framework':FRAMEWORKS['PLAYWRIGHT'],'customRerunParam':{'rerun_name':_0x2ab24b[_0x11819b(0x201)]()[_0x11819b(0x1e7)]('\x20')},'tags':_0x4e9a0b[_0x11819b(0x190)](getTagsFromTitle,_0x2ab24b[_0x11819b(0x1cd)])};_0x5949c8&&_0x4e9a0b[_0x11819b(0x159)](_0x5949c8['retry'],0x0)&&(_0x147244[_0x11819b(0x177)]=TestDetails[_0x11819b(0x1b3)](this['getTestRunIdentifier'](_0x2ab24b,_0x4e9a0b[_0x11819b(0x1fa)](_0x5949c8['retry'],0x1))));if(_0x4e9a0b[_0x11819b(0x1f8)](_0x59ed59,_0x4e9a0b[_0x11819b(0x1eb)])){_0x147244[_0x11819b(0x184)]=_0x5949c8[_0x11819b(0x13a)];if(_0x4e9a0b[_0x11819b(0x1f8)](_0x5949c8[_0x11819b(0x13a)],_0x2ab24b['expectedStatus']))_0x147244['result']=_0x4e9a0b[_0x11819b(0x1f8)](_0x5949c8[_0x11819b(0x13a)],_0x4e9a0b[_0x11819b(0x18c)])?_0x4e9a0b[_0x11819b(0x18c)]:_0x4e9a0b[_0x11819b(0x16a)];else{(_0x4e9a0b[_0x11819b(0x1f8)](_0x147244[_0x11819b(0x184)],_0x4e9a0b[_0x11819b(0x16a)])||_0x4e9a0b[_0x11819b(0x212)](_0x147244[_0x11819b(0x184)],_0x4e9a0b[_0x11819b(0x1ea)])||_0x4e9a0b[_0x11819b(0x212)](_0x147244['result'],_0x4e9a0b[_0x11819b(0x1d5)]))&&(_0x147244[_0x11819b(0x184)]=_0x4e9a0b['niLcR']);if(_0x4e9a0b[_0x11819b(0x152)](_0x5949c8['status'],_0x4e9a0b[_0x11819b(0x16a)])&&_0x4e9a0b['nabAM'](_0x2ab24b[_0x11819b(0x1bc)],_0x4e9a0b[_0x11819b(0x1ea)])){const _0xa1cd8a={};_0xa1cd8a[_0x11819b(0x16f)]=_0x4e9a0b[_0x11819b(0x168)],_0xa1cd8a[_0x11819b(0x19c)]=_0x4e9a0b[_0x11819b(0x168)],_0x5949c8['error']=_0xa1cd8a,_0x5949c8[_0x11819b(0x173)]=[_0x5949c8[_0x11819b(0x1ab)]];}}const _0x3bff2b=this[_0x11819b(0x1ee)](_0x2ab24b,_0x5949c8[_0x11819b(0x15e)]);_0x147244[_0x11819b(0x169)]=this[_0x11819b(0x197)][_0x3bff2b];const {steps:_0x3c1f63,logs:_0x516f4a}=this[_0x11819b(0x1f5)](_0x5949c8[_0x11819b(0x18e)],_0x336d7e[_0x11819b(0x1c9)],_0x4e9a0b[_0x11819b(0x1be)]);await MyReporter[_0x11819b(0x17b)](_0x516f4a);const _0x2db5df={};_0x2db5df[_0x11819b(0x18e)]=_0x3c1f63,_0x147244[_0x11819b(0x171)]=_0x2db5df;if(_0x5949c8[_0x11819b(0x1ab)]){_0x147244[_0x11819b(0x206)]=_0x4e9a0b[_0x11819b(0x1ec)](removeAnsiColors,_0x5949c8[_0x11819b(0x1ab)][_0x11819b(0x16f)]),_0x147244[_0x11819b(0x164)]=_0x4e9a0b['JbhUd'](getFailureType,_0x5949c8[_0x11819b(0x1ab)]['message']);const _0x1676d6={};_0x1676d6['test_run_uuid']=_0x336d7e[_0x11819b(0x1c9)];const {failureData:_0x4b4e5f,logs:_0x1e09dd}=_0x4e9a0b[_0x11819b(0x19b)](getFailureData,_0x5949c8['errors'],_0x1676d6);if(_0x4b4e5f&&_0x4e9a0b[_0x11819b(0x148)](_0x4b4e5f['length'],0x0)){const _0x37e051={};_0x37e051[_0x11819b(0x15c)]=[_0x147244[_0x11819b(0x206)]],_0x37e051[_0x11819b(0x16e)]=[],_0x4b4e5f[_0x11819b(0x142)](_0x37e051);}_0x147244['failure']=_0x4b4e5f,_0x1e09dd&&_0x4e9a0b[_0x11819b(0x1b4)](_0x1e09dd[_0x11819b(0x14b)],0x0)&&await MyReporter[_0x11819b(0x17b)](_0x1e09dd);}}const _0x4b777d={};_0x4b777d[_0x11819b(0x1ae)]=_0x59ed59,_0x4b777d[_0x11819b(0x1ad)]=_0x147244;const _0x509ab4=_0x4b777d;await SessionHandler[_0x11819b(0x14a)](_0x509ab4);}static async[a36_0xfc5e2f(0x1dd)](_0x2b3874,_0x5008db){const _0x1a31b2=a36_0xfc5e2f,_0x2c6bb2={'LOPtJ':function(_0x35a6eb,_0x4be30f){return _0x35a6eb(_0x4be30f);},'Vmsvp':_0x1a31b2(0x1b2)},_0x3a269f={'uuid':TestDetails[_0x1a31b2(0x1b3)](_0x2b3874),'integrations':_0x5008db},_0x4e326d={};_0x4e326d[_0x1a31b2(0x1c2)]=null,_0x2c6bb2[_0x1a31b2(0x16c)](debug,_0x1a31b2(0x154)+_0x2b3874+',\x20'+util[_0x1a31b2(0x199)](_0x5008db,_0x4e326d));const _0x4b3a5d={};_0x4b3a5d[_0x1a31b2(0x1ae)]=_0x2c6bb2['Vmsvp'],_0x4b3a5d[_0x1a31b2(0x1ad)]=_0x3a269f,await SessionHandler[_0x1a31b2(0x14a)](_0x4b3a5d);}async[a36_0xfc5e2f(0x172)](){const _0x515d29=a36_0xfc5e2f,_0x30fee7={'pVWgz':function(_0xe4b9a6){return _0xe4b9a6();}};if(this[_0x515d29(0x208)])return;const _0x273ebf=await _0x30fee7[_0x515d29(0x175)](getGitMetaData);_0x273ebf&&(this['_gitConfigPath']=_0x273ebf[_0x515d29(0x189)]),this[_0x515d29(0x208)]=!![];}['getHierarchy'](_0x44d32d){const _0xb0ee28=a36_0xfc5e2f,_0x2daf5e={};_0x2daf5e['criEa']=function(_0x81f024,_0x6451c3){return _0x81f024!==_0x6451c3;};const _0x537ba0=_0x2daf5e,_0x29db3d=[];if(_0x44d32d&&_0x44d32d[_0xb0ee28(0x1d8)]){let _0x78a2f=_0x44d32d[_0xb0ee28(0x1d8)];while(_0x78a2f&&_0x537ba0[_0xb0ee28(0x210)](_0x78a2f[_0xb0ee28(0x1cd)],'')){_0x29db3d[_0xb0ee28(0x142)](_0x78a2f[_0xb0ee28(0x1cd)]),_0x78a2f=_0x78a2f[_0xb0ee28(0x1d8)];}}return _0x29db3d['reverse']()[_0xb0ee28(0x213)](0x0,0x2),_0x29db3d;}[a36_0xfc5e2f(0x1e6)](_0x3f67d2){const _0x5a71d3=a36_0xfc5e2f,_0x5436f8={};_0x5436f8[_0x5a71d3(0x1b1)]=function(_0x415b62,_0x4e0e66){return _0x415b62!==_0x4e0e66;},_0x5436f8['KlxBN']='hook',_0x5436f8['mSkaX']=function(_0x2667ac,_0x38df9a){return _0x2667ac===_0x38df9a;},_0x5436f8[_0x5a71d3(0x214)]=_0x5a71d3(0x157),_0x5436f8[_0x5a71d3(0x1c4)]=_0x5a71d3(0x1e3),_0x5436f8['ccdos']=_0x5a71d3(0x1b9),_0x5436f8[_0x5a71d3(0x1fc)]=_0x5a71d3(0x1e4);const _0x309e55=_0x5436f8;if(_0x309e55['dcHDF'](_0x3f67d2['category'],_0x309e55[_0x5a71d3(0x1e9)]))return![];if(_0x309e55[_0x5a71d3(0x1c6)]([_0x309e55[_0x5a71d3(0x214)],_0x309e55[_0x5a71d3(0x1c4)],_0x309e55[_0x5a71d3(0x17c)],_0x309e55['KauvQ']]['indexOf'](_0x3f67d2[_0x5a71d3(0x1cd)]),-0x1))return![];return!![];}['getStepIdentifier'](_0x41e28c,_0x41828b){const _0x552add=a36_0xfc5e2f,_0x3536f2=_0x41828b[_0x552add(0x1cb)];if(_0x3536f2)return _0x3536f2;return _0x41828b[_0x552add(0x1cd)]+_0x552add(0x138)+this[_0x552add(0x204)](_0x41e28c);}[a36_0xfc5e2f(0x19d)](_0x814f20,_0x4d9a92){const _0x1fcd9d=a36_0xfc5e2f,_0x26ff6e={'KDGys':function(_0x2dd10a){return _0x2dd10a();}};let _0x52a8fe=_0x4d9a92[_0x1fcd9d(0x1cd)]+_0x1fcd9d(0x138)+this['getTestIdentifier'](_0x814f20);return this[_0x1fcd9d(0x1b7)][_0x52a8fe]&&(_0x52a8fe=_0x52a8fe+_0x1fcd9d(0x140)+_0x26ff6e[_0x1fcd9d(0x1dc)](uuidv4)),_0x4d9a92[_0x1fcd9d(0x1cb)]=_0x52a8fe,_0x52a8fe;}['getTestIdentifier']=_0x37655e=>{const _0x3df7c3=a36_0xfc5e2f,_0x4c740e={};_0x4c740e[_0x3df7c3(0x17e)]=function(_0x5cfeaa,_0x53f7ed){return _0x5cfeaa+_0x53f7ed;},_0x4c740e[_0x3df7c3(0x181)]=function(_0x1a4722,_0x2bb908){return _0x1a4722+_0x2bb908;};const _0x4db485=_0x4c740e;return _0x4db485[_0x3df7c3(0x17e)](_0x4db485[_0x3df7c3(0x181)](_0x37655e[_0x3df7c3(0x18d)],'-'),_0x37655e['id']);};[a36_0xfc5e2f(0x1ee)]=(_0x4cf7c2,_0x1a7586)=>{const _0x494a82=a36_0xfc5e2f,_0xc6e921={};_0xc6e921[_0x494a82(0x146)]=function(_0x2ce653,_0x516a27){return _0x2ce653+_0x516a27;},_0xc6e921[_0x494a82(0x1a4)]=function(_0x4d2aa0,_0x2f93ea){return _0x4d2aa0+_0x2f93ea;};const _0x5223cf=_0xc6e921;return _0x5223cf['gkDFy'](_0x5223cf[_0x494a82(0x1a4)](this[_0x494a82(0x204)](_0x4cf7c2),'-'),_0x1a7586);};[a36_0xfc5e2f(0x1d0)]=_0x5b1d2b=>{const _0x4f6628=a36_0xfc5e2f,_0x32fbae={};_0x32fbae[_0x4f6628(0x183)]=_0x4f6628(0x157),_0x32fbae['TXHez']=_0x4f6628(0x1cf),_0x32fbae['DvYyk']=_0x4f6628(0x1e3),_0x32fbae[_0x4f6628(0x19a)]='BEFORE_ALL',_0x32fbae[_0x4f6628(0x1c8)]=_0x4f6628(0x1e4),_0x32fbae[_0x4f6628(0x15b)]=_0x4f6628(0x191),_0x32fbae[_0x4f6628(0x1ce)]=_0x4f6628(0x1b9),_0x32fbae[_0x4f6628(0x1a7)]='AFTER_ALL',_0x32fbae[_0x4f6628(0x185)]=_0x4f6628(0x16d);const _0x1382b2=_0x32fbae;if(_0x5b1d2b[_0x4f6628(0x18f)](_0x1382b2['Jthuv']))return _0x1382b2[_0x4f6628(0x162)];else{if(_0x5b1d2b[_0x4f6628(0x18f)](_0x1382b2[_0x4f6628(0x174)]))return _0x1382b2[_0x4f6628(0x19a)];else{if(_0x5b1d2b[_0x4f6628(0x18f)](_0x1382b2[_0x4f6628(0x1c8)]))return _0x1382b2[_0x4f6628(0x15b)];else{if(_0x5b1d2b[_0x4f6628(0x18f)](_0x1382b2[_0x4f6628(0x1ce)]))return _0x1382b2[_0x4f6628(0x1a7)];}}}return _0x1382b2[_0x4f6628(0x185)];};['getScope']=_0x52e2e4=>{const _0x5e89ee=a36_0xfc5e2f,_0x2fd9da={};_0x2fd9da[_0x5e89ee(0x1f2)]=function(_0x1519e8,_0x9058ee){return _0x1519e8===_0x9058ee;},_0x2fd9da['yAiQZ']=_0x5e89ee(0x1a5);const _0x4c7e62=_0x2fd9da;let _0xffe7b=_0x52e2e4[_0x5e89ee(0x1d8)];return _0x4c7e62[_0x5e89ee(0x1f2)](typeof _0x52e2e4['parent'],_0x4c7e62[_0x5e89ee(0x1a3)])&&(_0xffe7b=_0xffe7b[_0x5e89ee(0x1cd)]),_0xffe7b+'\x20-\x20'+_0x52e2e4[_0x5e89ee(0x1cd)];};[a36_0xfc5e2f(0x1a9)](){return![];}}module[a36_0xfc5e2f(0x14c)]=o11yClassErrorHandler(MyReporter,['onBegin',a36_0xfc5e2f(0x17d),'onTestBegin',a36_0xfc5e2f(0x1ba),a36_0xfc5e2f(0x209),a36_0xfc5e2f(0x203),a36_0xfc5e2f(0x1dd)]);
@@ -1 +1 @@
1
- const a37_0xd11221=a37_0x27bb;(function(_0x40ef25,_0x916fe5){const _0x4b8193=a37_0x27bb,_0xa55883=_0x40ef25();while(!![]){try{const _0x255f31=parseInt(_0x4b8193(0x1c2))/0x1*(parseInt(_0x4b8193(0x1cd))/0x2)+-parseInt(_0x4b8193(0x1b8))/0x3+parseInt(_0x4b8193(0x1ab))/0x4*(parseInt(_0x4b8193(0x1d5))/0x5)+parseInt(_0x4b8193(0x1b3))/0x6+parseInt(_0x4b8193(0x1bf))/0x7*(parseInt(_0x4b8193(0x1b4))/0x8)+-parseInt(_0x4b8193(0x1c6))/0x9+-parseInt(_0x4b8193(0x1af))/0xa*(parseInt(_0x4b8193(0x1ad))/0xb);if(_0x255f31===_0x916fe5)break;else _0xa55883['push'](_0xa55883['shift']());}catch(_0x62994a){_0xa55883['push'](_0xa55883['shift']());}}}(a37_0x4ecb,0x850af));function a37_0x4ecb(){const _0x532fff=['20XhxeQx','string','shutdown','retry','1512960saAlaG','6716848ofazrS','writeFileSync','path','RBJcs','2294556HAgnAg','force','dirPath','UUsZK','mkdirSync','join','uuid','7DsjxZP','getTestUUID','jEXFF','4711iJVwKT','BS_TESTOPS_BUILD_HASHED_ID','existsSync','setTestDetails','3092922vCFSEA','parse','setup','tClaI','_test','tests','.json','170oteacd','env','getTestDetails','recursive','readFileSync','getTestRunIdFromTestInfo','cwd','stringify','2176765Bzdsvz','YIiXq','getFilePath','qMTTF','toString','rmSync','8CzMvNK','getStoreDirName','3901997rFyIDd','hBleo'];a37_0x4ecb=function(){return _0x532fff;};return a37_0x4ecb();}const fs=require('fs'),path=require(a37_0xd11221(0x1b6)),{v4:uuidv4}=require(a37_0xd11221(0x1be)),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants');function a37_0x27bb(_0x186987,_0x328fa1){const _0x4ecbff=a37_0x4ecb();return a37_0x27bb=function(_0x27bbe7,_0xcf61be){_0x27bbe7=_0x27bbe7-0x1a7;let _0x363e88=_0x4ecbff[_0x27bbe7];return _0x363e88;},a37_0x27bb(_0x186987,_0x328fa1);}class TestDetails{static [a37_0xd11221(0x1cb)]={};static [a37_0xd11221(0x1ba)]=path[a37_0xd11221(0x1bd)](process[a37_0xd11221(0x1d3)](),TestDetails[a37_0xd11221(0x1ac)]());static[a37_0xd11221(0x1c8)](){const _0x579971=a37_0xd11221;this[_0x579971(0x1b1)]();const _0x9f9863={};_0x9f9863[_0x579971(0x1d0)]=!![],fs[_0x579971(0x1bc)](this[_0x579971(0x1ba)],_0x9f9863);}static['getStoreDirName'](){const _0x21c225=a37_0xd11221,_0x30a97c={};_0x30a97c[_0x21c225(0x1b7)]=function(_0x214314,_0x48c196){return _0x214314+_0x48c196;},_0x30a97c['NpkLW']=function(_0x73633e,_0x978f5c){return _0x73633e+_0x978f5c;};const _0x6cf49=_0x30a97c;return _0x6cf49[_0x21c225(0x1b7)](_0x6cf49['NpkLW'](TEMP_STORE_DIR_NAME,'-'),process[_0x21c225(0x1ce)][_0x21c225(0x1c3)]);}static[a37_0xd11221(0x1a7)](_0x12c44f){const _0x7f73c9=a37_0xd11221,_0x2c53da={};_0x2c53da['jEXFF']=function(_0x45f8a4,_0x39b3e8){return _0x45f8a4+_0x39b3e8;},_0x2c53da['VBCdv']=_0x7f73c9(0x1cc);const _0x4b90ff=_0x2c53da;return path[_0x7f73c9(0x1bd)](this[_0x7f73c9(0x1ba)],_0x4b90ff[_0x7f73c9(0x1c1)](_0x12c44f,_0x4b90ff['VBCdv']));}static[a37_0xd11221(0x1d2)](_0x14f4a9){const _0x160a81=a37_0xd11221,_0x2aea10={};_0x2aea10[_0x160a81(0x1bb)]=function(_0x26b09a,_0x23f1b8){return _0x26b09a+_0x23f1b8;},_0x2aea10[_0x160a81(0x1ae)]=function(_0x148732,_0x58fd06){return _0x148732+_0x58fd06;},_0x2aea10[_0x160a81(0x1d6)]=function(_0x1a73ae,_0x29e517){return _0x1a73ae+_0x29e517;};const _0xf3e64d=_0x2aea10;return _0xf3e64d[_0x160a81(0x1bb)](_0xf3e64d[_0x160a81(0x1ae)](_0xf3e64d['YIiXq'](_0xf3e64d[_0x160a81(0x1bb)](_0x14f4a9[_0x160a81(0x1ca)]['_projectId'],'-'),_0x14f4a9[_0x160a81(0x1ca)]['id']),'-'),_0x14f4a9[_0x160a81(0x1b2)]);}static[a37_0xd11221(0x1c0)](_0x2e8024){const _0x3247cb=a37_0xd11221,_0x2d1b58={'tClaI':function(_0x859f50,_0x182986){return _0x859f50===_0x182986;},'qMTTF':_0x3247cb(0x1b0),'LQUcY':function(_0xd31a35){return _0xd31a35();}};if(this[_0x3247cb(0x1cb)][_0x2e8024]&&_0x2d1b58[_0x3247cb(0x1c9)](typeof this[_0x3247cb(0x1cb)][_0x2e8024]['uuid'],_0x2d1b58[_0x3247cb(0x1a8)]))return this[_0x3247cb(0x1cb)][_0x2e8024][_0x3247cb(0x1be)];const _0x4a3412=this[_0x3247cb(0x1a7)](_0x2e8024);if(fs[_0x3247cb(0x1c4)](_0x4a3412)){const _0x338116=JSON[_0x3247cb(0x1c7)](fs[_0x3247cb(0x1d1)](_0x4a3412)[_0x3247cb(0x1a9)]());return this[_0x3247cb(0x1cb)][_0x2e8024]=_0x338116,this['tests'][_0x2e8024][_0x3247cb(0x1be)];}return this[_0x3247cb(0x1cb)][_0x2e8024]={'uuid':_0x2d1b58['LQUcY'](uuidv4)},fs['writeFileSync'](_0x4a3412,JSON[_0x3247cb(0x1d4)](this[_0x3247cb(0x1cb)][_0x2e8024])),this[_0x3247cb(0x1cb)][_0x2e8024][_0x3247cb(0x1be)];}static[a37_0xd11221(0x1b1)](){const _0xe92e2d=a37_0xd11221,_0x1b1fd0={};_0x1b1fd0[_0xe92e2d(0x1d0)]=!![],_0x1b1fd0[_0xe92e2d(0x1b9)]=!![],fs[_0xe92e2d(0x1aa)](this[_0xe92e2d(0x1ba)],_0x1b1fd0);}static[a37_0xd11221(0x1cf)](_0x12a418){const _0x286704=a37_0xd11221;if(this['tests'][_0x12a418])return this[_0x286704(0x1cb)][_0x12a418];const _0x5599ad=this[_0x286704(0x1a7)](_0x12a418);if(fs[_0x286704(0x1c4)](_0x5599ad)){const _0x459796=JSON[_0x286704(0x1c7)](fs[_0x286704(0x1d1)](_0x5599ad)['toString']());return this[_0x286704(0x1cb)][_0x12a418]=_0x459796,_0x459796;}return{};}static[a37_0xd11221(0x1c5)](_0xc30924,_0x311401){const _0x464577=a37_0xd11221,_0x11db82=this['getFilePath'](_0xc30924);if(fs[_0x464577(0x1c4)](_0x11db82)){const _0x4f69b3=JSON[_0x464577(0x1c7)](fs['readFileSync'](_0x11db82)[_0x464577(0x1a9)]()),_0x2cd398={..._0x4f69b3,..._0x311401};this[_0x464577(0x1cb)][_0xc30924]=_0x2cd398;}else this[_0x464577(0x1cb)][_0xc30924]=_0x311401;fs[_0x464577(0x1b5)](_0x11db82,this[_0x464577(0x1cb)][_0xc30924]);}}module['exports']=TestDetails;
1
+ const a37_0x4cdf6e=a37_0x3145;(function(_0x232a86,_0x34c986){const _0x1b626a=a37_0x3145,_0x133eed=_0x232a86();while(!![]){try{const _0x2a5a0f=-parseInt(_0x1b626a(0x103))/0x1*(-parseInt(_0x1b626a(0xed))/0x2)+-parseInt(_0x1b626a(0xee))/0x3+-parseInt(_0x1b626a(0x10f))/0x4*(parseInt(_0x1b626a(0x114))/0x5)+parseInt(_0x1b626a(0xff))/0x6*(parseInt(_0x1b626a(0xfd))/0x7)+parseInt(_0x1b626a(0xfa))/0x8*(parseInt(_0x1b626a(0xef))/0x9)+parseInt(_0x1b626a(0x10d))/0xa+-parseInt(_0x1b626a(0xf0))/0xb*(-parseInt(_0x1b626a(0x10c))/0xc);if(_0x2a5a0f===_0x34c986)break;else _0x133eed['push'](_0x133eed['shift']());}catch(_0x5e2449){_0x133eed['push'](_0x133eed['shift']());}}}(a37_0x13e3,0xaa60e));function a37_0x3145(_0x553576,_0x4efa07){const _0x13e3f5=a37_0x13e3();return a37_0x3145=function(_0x314580,_0x242f1d){_0x314580=_0x314580-0xea;let _0x1ec7d5=_0x13e3f5[_0x314580];return _0x1ec7d5;},a37_0x3145(_0x553576,_0x4efa07);}function a37_0x13e3(){const _0x38f7a6=['mkdirSync','retry','GwaoD','stringify','fnVCW','84JKUhxF','5679230mHxIZd','join','20Vgauav','BS_TESTOPS_BUILD_HASHED_ID','.json','existsSync','Vgjzq','987230lsGVKu','uuid','_test','../../../helpers/test-observability/constants','setTestDetails','setup','MbzfF','OmJiI','dzHsF','getFilePath','4GqvSuj','2917872PZtwjk','9Fvkklo','607233BkatEs','dirPath','force','string','parse','tests','getTestRunIdFromTestInfo','getStoreDirName','getTestUUID','writeFileSync','7328408qCZLSC','readFileSync','getTestDetails','1453277JQAvuf','exports','6BJRccM','ftQWZ','env','toString','289859heFlrJ','rmSync','KWJAi','shutdown'];a37_0x13e3=function(){return _0x38f7a6;};return a37_0x13e3();}const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a37_0x4cdf6e(0x115)),{TEMP_STORE_DIR_NAME}=require(a37_0x4cdf6e(0x117));class TestDetails{static [a37_0x4cdf6e(0xf5)]={};static [a37_0x4cdf6e(0xf1)]=path[a37_0x4cdf6e(0x10e)](process['cwd'](),TestDetails[a37_0x4cdf6e(0xf7)]());static[a37_0x4cdf6e(0x119)](){const _0x4375b5=a37_0x4cdf6e;this['shutdown']();const _0x5bb2e2={};_0x5bb2e2['recursive']=!![],fs[_0x4375b5(0x107)](this['dirPath'],_0x5bb2e2);}static[a37_0x4cdf6e(0xf7)](){const _0x4b673a=a37_0x4cdf6e,_0x434605={};_0x434605[_0x4b673a(0x105)]=function(_0x5e5a86,_0x1f0fe9){return _0x5e5a86+_0x1f0fe9;};const _0x3bb749=_0x434605;return _0x3bb749['KWJAi'](_0x3bb749[_0x4b673a(0x105)](TEMP_STORE_DIR_NAME,'-'),process[_0x4b673a(0x101)][_0x4b673a(0x110)]);}static[a37_0x4cdf6e(0xec)](_0x70b9ab){const _0x245f0c=a37_0x4cdf6e,_0x12a84b={};_0x12a84b[_0x245f0c(0xea)]=function(_0x232ff3,_0x376ee7){return _0x232ff3+_0x376ee7;},_0x12a84b['Vgjzq']=_0x245f0c(0x111);const _0x4f7f67=_0x12a84b;return path[_0x245f0c(0x10e)](this[_0x245f0c(0xf1)],_0x4f7f67[_0x245f0c(0xea)](_0x70b9ab,_0x4f7f67[_0x245f0c(0x113)]));}static[a37_0x4cdf6e(0xf6)](_0x1a5919){const _0x4cadae=a37_0x4cdf6e,_0x52b24a={};_0x52b24a['fnVCW']=function(_0x1c991e,_0x2d43fb){return _0x1c991e+_0x2d43fb;},_0x52b24a[_0x4cadae(0x100)]=function(_0x353549,_0x206192){return _0x353549+_0x206192;},_0x52b24a[_0x4cadae(0x109)]=function(_0x56a2e4,_0x43f06f){return _0x56a2e4+_0x43f06f;};const _0x18e17d=_0x52b24a;return _0x18e17d[_0x4cadae(0x10b)](_0x18e17d[_0x4cadae(0x100)](_0x18e17d['fnVCW'](_0x18e17d['GwaoD'](_0x1a5919[_0x4cadae(0x116)]['_projectId'],'-'),_0x1a5919[_0x4cadae(0x116)]['id']),'-'),_0x1a5919[_0x4cadae(0x108)]);}static[a37_0x4cdf6e(0xf8)](_0x18e590){const _0x3c2b55=a37_0x4cdf6e,_0x1df240={'RBPKz':function(_0x38783b,_0x17fa37){return _0x38783b===_0x17fa37;},'dzHsF':_0x3c2b55(0xf3),'MbzfF':function(_0x13a31b){return _0x13a31b();}};if(this[_0x3c2b55(0xf5)][_0x18e590]&&_0x1df240['RBPKz'](typeof this[_0x3c2b55(0xf5)][_0x18e590]['uuid'],_0x1df240[_0x3c2b55(0xeb)]))return this['tests'][_0x18e590][_0x3c2b55(0x115)];const _0x262838=this[_0x3c2b55(0xec)](_0x18e590);if(fs[_0x3c2b55(0x112)](_0x262838)){const _0x1b441c=JSON[_0x3c2b55(0xf4)](fs[_0x3c2b55(0xfb)](_0x262838)['toString']());return this[_0x3c2b55(0xf5)][_0x18e590]=_0x1b441c,this[_0x3c2b55(0xf5)][_0x18e590][_0x3c2b55(0x115)];}return this['tests'][_0x18e590]={'uuid':_0x1df240[_0x3c2b55(0x11a)](uuidv4)},fs[_0x3c2b55(0xf9)](_0x262838,JSON[_0x3c2b55(0x10a)](this[_0x3c2b55(0xf5)][_0x18e590])),this[_0x3c2b55(0xf5)][_0x18e590][_0x3c2b55(0x115)];}static[a37_0x4cdf6e(0x106)](){const _0x2d0561=a37_0x4cdf6e,_0xb43eb5={};_0xb43eb5['recursive']=!![],_0xb43eb5[_0x2d0561(0xf2)]=!![],fs[_0x2d0561(0x104)](this[_0x2d0561(0xf1)],_0xb43eb5);}static[a37_0x4cdf6e(0xfc)](_0xde16e6){const _0x3b5011=a37_0x4cdf6e;if(this['tests'][_0xde16e6])return this[_0x3b5011(0xf5)][_0xde16e6];const _0x38eb3e=this[_0x3b5011(0xec)](_0xde16e6);if(fs[_0x3b5011(0x112)](_0x38eb3e)){const _0x1575c8=JSON[_0x3b5011(0xf4)](fs[_0x3b5011(0xfb)](_0x38eb3e)['toString']());return this[_0x3b5011(0xf5)][_0xde16e6]=_0x1575c8,_0x1575c8;}return{};}static[a37_0x4cdf6e(0x118)](_0x23f4e9,_0x10fe51){const _0x270cb3=a37_0x4cdf6e,_0x929a7=this['getFilePath'](_0x23f4e9);if(fs['existsSync'](_0x929a7)){const _0x1798f2=JSON[_0x270cb3(0xf4)](fs[_0x270cb3(0xfb)](_0x929a7)[_0x270cb3(0x102)]()),_0x234016={..._0x1798f2,..._0x10fe51};this[_0x270cb3(0xf5)][_0x23f4e9]=_0x234016;}else this[_0x270cb3(0xf5)][_0x23f4e9]=_0x10fe51;fs[_0x270cb3(0xf9)](_0x929a7,this[_0x270cb3(0xf5)][_0x23f4e9]);}}module[a37_0x4cdf6e(0xfe)]=TestDetails;
@@ -1 +1 @@
1
- const a38_0x34d938=a38_0x4985;(function(_0x3801ec,_0x24fc7d){const _0x4df679=a38_0x4985,_0x599314=_0x3801ec();while(!![]){try{const _0x398bbe=parseInt(_0x4df679(0x1fe))/0x1*(-parseInt(_0x4df679(0x20f))/0x2)+-parseInt(_0x4df679(0x216))/0x3+-parseInt(_0x4df679(0x250))/0x4*(-parseInt(_0x4df679(0x1f6))/0x5)+parseInt(_0x4df679(0x267))/0x6+parseInt(_0x4df679(0x1e5))/0x7+parseInt(_0x4df679(0x1dc))/0x8+-parseInt(_0x4df679(0x1fd))/0x9*(parseInt(_0x4df679(0x20c))/0xa);if(_0x398bbe===_0x24fc7d)break;else _0x599314['push'](_0x599314['shift']());}catch(_0x292fbb){_0x599314['push'](_0x599314['shift']());}}}(a38_0x46d9,0xc3bfa));const path=require(a38_0x34d938(0x264)),url=require(a38_0x34d938(0x209)),util=require(a38_0x34d938(0x22c)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require('../../helpers/helper'),{o11yErrorHandler}=require(a38_0x34d938(0x25b)),{debug,getPlatformDetails}=require(a38_0x34d938(0x1dd)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),logger=require(a38_0x34d938(0x254))[a38_0x34d938(0x25e)],scripts=require(a38_0x34d938(0x20a)),{browserStackExecuteDriver}=require(a38_0x34d938(0x200)),AccessibilityHelper=require(a38_0x34d938(0x24f)),getBrowserNameFromChannel=_0xd4d463=>{const _0x4721b5=a38_0x34d938,_0x3e4f2d={};_0x3e4f2d[_0x4721b5(0x24b)]=_0x4721b5(0x256),_0x3e4f2d[_0x4721b5(0x1e4)]=_0x4721b5(0x1f7),_0x3e4f2d[_0x4721b5(0x241)]=_0x4721b5(0x21a),_0x3e4f2d[_0x4721b5(0x204)]=_0x4721b5(0x248);const _0x21453f=_0x3e4f2d;if(_0xd4d463[_0x4721b5(0x224)](_0x21453f[_0x4721b5(0x24b)]))return _0x21453f[_0x4721b5(0x24b)];if(_0xd4d463[_0x4721b5(0x224)](_0x21453f[_0x4721b5(0x1e4)]))return _0x21453f[_0x4721b5(0x1e4)];if(_0xd4d463[_0x4721b5(0x224)](_0x21453f['ZtbsO']))return _0x21453f[_0x4721b5(0x241)];if(_0xd4d463[_0x4721b5(0x224)](_0x21453f['oOYEx']))return _0x21453f[_0x4721b5(0x204)];},getBrowserFromWSEndpoint=_0x35b3b2=>{const _0x5b27d7=a38_0x34d938,_0x43baf0={'gFRVD':_0x5b27d7(0x256),'qiOnh':function(_0x367f0f,_0x2665ae){return _0x367f0f(_0x2665ae);}};try{const _0x1dbd82=url[_0x5b27d7(0x258)](_0x35b3b2),_0x33f6d2=new URLSearchParams(_0x1dbd82[_0x5b27d7(0x242)]),_0xeb3f7b=Object[_0x5b27d7(0x247)](_0x33f6d2['entries']()),_0x5c9276=JSON['parse'](_0xeb3f7b['caps']);if(_0x5c9276&&(_0x5c9276[_0x5b27d7(0x205)]||_0x5c9276['browserName']))return _0x5c9276[_0x5b27d7(0x205)]||_0x5c9276['browserName'];return _0x43baf0['gFRVD'];}catch(_0x3f95c4){_0x43baf0[_0x5b27d7(0x231)](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x3f95c4[_0x5b27d7(0x24c)]());}},getCloudProviderFromWsEndpoint=_0x113d96=>{const _0x398ebe=a38_0x34d938,_0x1d019a={};_0x1d019a[_0x398ebe(0x1d4)]=_0x398ebe(0x215),_0x1d019a[_0x398ebe(0x219)]=_0x398ebe(0x1da),_0x1d019a[_0x398ebe(0x1e0)]=_0x398ebe(0x232);const _0x14a874=_0x1d019a;if(_0x113d96[_0x398ebe(0x224)](_0x14a874[_0x398ebe(0x1d4)]))return _0x14a874[_0x398ebe(0x219)];return _0x14a874[_0x398ebe(0x1e0)];},a38_0x2bf3b8={};function a38_0x46d9(){const _0x49f4f5=['dispatch','yzltc','performScan','includes','product','Failed\x20to\x20perform\x20scan\x20','pageFixture','format','bsSessionId','channel','_defaultConnectOptions','util','Page','testInfo','rsPqC','ghXOE','qiOnh','unknown_grid','HKCfX','client','Vcltq','connection.js','TlSAE','ykjfd','KVBgX','_name','dtbqL','platformDetails','Connection','use','dFKjt','NLwQz','ZtbsO','query','RWHBz','rqWcw','RJqFu','__workerDetails','fromEntries','safari','PMShb','lib','CEXjx','toString','browser_version','sessionId','./accessibility-helper','52oOYMib','setupBrowserDetails','dIyNz','method','../../helpers/logger','QjAcp','chrome','XfdIJ','parse','EvBTF','xMimU','../../helpers/test-observability/error-handler','currentTest','toLowerCase','winstonLogger','platform','uyZHp','params','env','join','path','platform_version','NUFgk','7092810eYztnC','fYKGB','UiScE','_connection','sendMessageToServer','VsvlV','AXNdT','patch','browserstack','bsParams','9749072BDAWhW','../../helpers/test-observability/utils','server','getDetails','ugWyB','JTGjL','Error\x20in\x20importing\x20connection\x20','VWFfP','yWQcT','8119818eIrjZO','bStackParams','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','assign','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','Error\x20in\x20finding\x20platform\x20details\x20','automate','amJop','cloudProvider','platformName','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','wsEndpoint','CRConnection','sessionError','ZbTMg','playwright-','defineProperty','45790Khcqkv','edge','FNRFF','platformVersion','Error\x20in\x20importing\x20crConnection','patchConnection','debug','5737842LwPFbA','1CEBYDE','wKDxe','../../bin/playwright/accessibility-helper','patchCRConnection','jgRTl','Not\x20able\x20to\x20import\x20crConnection','oOYEx','browser','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','Not\x20able\x20to\x20import\x20Connection','shouldWrapCommand','url','../../helpers/accessibility-automation/scripts','currentSessionDetails','30gvePqY','RCFMw','accessibilityPlatform','1450382czKgAt','local_grid','bstackPerformA11yScan','OnHwi','chromium','capabilities','browserstack.com','720618RXOXlm','_browserType','isRemote','FvgdU','firefox','ZZadv','prototype','_onMessage','rDsNL','apply','crConnection.js'];a38_0x46d9=function(){return _0x49f4f5;};return a38_0x46d9();}a38_0x2bf3b8[a38_0x34d938(0x1ed)]=undefined,a38_0x2bf3b8['bsSessionId']=undefined,a38_0x2bf3b8[a38_0x34d938(0x205)]=undefined,a38_0x2bf3b8[a38_0x34d938(0x24d)]=undefined,a38_0x2bf3b8[a38_0x34d938(0x25f)]=undefined,a38_0x2bf3b8[a38_0x34d938(0x265)]=undefined,a38_0x2bf3b8[a38_0x34d938(0x225)]=undefined,a38_0x2bf3b8['capabilities']={};class PlaywrightSessionDetails{static [a38_0x34d938(0x20b)]=a38_0x2bf3b8;constructor(){const _0x200ff3=a38_0x34d938,_0x5f5414={};_0x5f5414[_0x200ff3(0x230)]=_0x200ff3(0x1e7);const _0x29aea2=_0x5f5414;throw new Error(_0x29aea2['ghXOE']);}static [a38_0x34d938(0x1f2)]=null;static[a38_0x34d938(0x251)](_0x37d1c9,_0x5b4340,_0x44329d=null){const _0x3517b0=a38_0x34d938,_0x506137={'NLwQz':_0x3517b0(0x210),'VWFfP':function(_0x3ce573,_0x4ba9de,_0x1b81fe){return _0x3ce573(_0x4ba9de,_0x1b81fe);},'KWUZi':'project','OIpkE':'use','Nhvac':'connectOptions','uyZHp':function(_0x1927a2,_0x455df0){return _0x1927a2(_0x455df0);},'ykjfd':function(_0x58ab74,_0x1b1374){return _0x58ab74===_0x1b1374;},'RWHBz':_0x3517b0(0x1da),'TlSAE':_0x3517b0(0x1eb),'GvepQ':function(_0x2b945f,_0x100bc9){return _0x2b945f(_0x100bc9);},'Vcltq':function(_0xb7121,_0x521c94){return _0xb7121+_0x521c94;},'aJWnh':_0x3517b0(0x1f4),'rDsNL':function(_0x5235c1){return _0x5235c1();},'hNGfX':function(_0x2818b5,_0x185d98){return _0x2818b5(_0x185d98);}},_0x418302=this;return _0x506137['hNGfX'](o11yErrorHandler,async function _0x1c2c62(_0x28231f,_0x2d5846,_0x10cad6=null){const _0x1f0e9f=_0x3517b0;let _0x3c1a85=_0x28231f[_0x1f0e9f(0x23a)];const _0x336d96=_0x28231f['version']();let _0x4201ae=null,_0xe872b3=null,_0x55e79e=null,_0x4900ab=_0x506137[_0x1f0e9f(0x240)];if(_0x28231f[_0x1f0e9f(0x1d5)][_0x1f0e9f(0x218)]()||global[_0x1f0e9f(0x20e)]){const _0x5a5766=_0x28231f[_0x1f0e9f(0x217)][_0x1f0e9f(0x22b)]||_0x506137[_0x1f0e9f(0x1e3)](nestedKeyValue,_0x2d5846,[_0x506137['KWUZi'],_0x506137['OIpkE'],_0x506137['Nhvac']]),_0x2c80e7=_0x10cad6||_0x5a5766&&_0x5a5766[_0x1f0e9f(0x1f0)];_0x2c80e7&&(_0x4900ab=_0x506137[_0x1f0e9f(0x260)](getCloudProviderFromWsEndpoint,_0x2c80e7),_0x506137[_0x1f0e9f(0x238)](_0x4900ab,_0x506137[_0x1f0e9f(0x243)])&&(_0x55e79e=_0x506137[_0x1f0e9f(0x237)],_0x3c1a85=_0x506137['GvepQ'](getBrowserFromWSEndpoint,_0x2c80e7)||_0x3c1a85,_0x4201ae=_0x418302['currentSessionDetails'][_0x1f0e9f(0x25f)],_0xe872b3=_0x418302[_0x1f0e9f(0x20b)][_0x1f0e9f(0x265)]));}else{_0x2d5846&&_0x2d5846['project'][_0x1f0e9f(0x23e)][_0x1f0e9f(0x22a)]?_0x3c1a85=_0x506137[_0x1f0e9f(0x260)](getBrowserNameFromChannel,_0x2d5846['project'][_0x1f0e9f(0x23e)]['channel']):_0x3c1a85=_0x506137[_0x1f0e9f(0x235)](_0x506137['aJWnh'],_0x3c1a85[_0x1f0e9f(0x25d)]());const _0x6d6fc2=await _0x506137[_0x1f0e9f(0x21e)](getPlatformDetails);_0x4201ae=_0x6d6fc2[_0x1f0e9f(0x1ee)],_0xe872b3=_0x6d6fc2[_0x1f0e9f(0x1f9)];}const _0x2ea302={};_0x2ea302[_0x1f0e9f(0x205)]=_0x3c1a85,_0x2ea302[_0x1f0e9f(0x24d)]=_0x336d96,_0x2ea302[_0x1f0e9f(0x214)]={},_0x2ea302[_0x1f0e9f(0x25f)]=_0x4201ae,_0x2ea302[_0x1f0e9f(0x265)]=_0xe872b3,_0x2ea302[_0x1f0e9f(0x225)]=_0x55e79e;const _0x174a2e=_0x2ea302,_0x83d79a={};_0x83d79a[_0x1f0e9f(0x1ed)]=_0x4900ab,_0x418302[_0x1f0e9f(0x20b)]=Object[_0x1f0e9f(0x1e8)]({},_0x418302[_0x1f0e9f(0x20b)],_0x83d79a,_0x174a2e);})(_0x37d1c9,_0x5b4340,_0x44329d);}static[a38_0x34d938(0x1d9)](){const _0x5eaeac=a38_0x34d938;this[_0x5eaeac(0x1fb)](),this[_0x5eaeac(0x201)]();}static[a38_0x34d938(0x1fb)](){const _0x51b795=a38_0x34d938,_0x4bf858={'amJop':function(_0x3c2054,_0x2e1d30,_0x40fcc6){return _0x3c2054(_0x2e1d30,_0x40fcc6);},'VsvlV':_0x51b795(0x25c),'NUFgk':_0x51b795(0x22e),'yULzz':'titlePath','EvBTF':function(_0x4b51c0,_0x58305b,_0xe11dd0){return _0x4b51c0(_0x58305b,_0xe11dd0);},'RCFMw':function(_0x1415f4,_0x5a7070){return _0x1415f4===_0x5a7070;},'KVBgX':_0x51b795(0x22d),'dFKjt':function(_0x153c07,_0x3d77ef,_0x19a974,_0x36f826){return _0x153c07(_0x3d77ef,_0x19a974,_0x36f826);},'wKDxe':function(_0x38c2d1,_0x348cfc){return _0x38c2d1(_0x348cfc);},'dgrcp':function(_0x420916,_0x50fd31){return _0x420916(_0x50fd31);},'HKCfX':_0x51b795(0x24a),'QjAcp':_0x51b795(0x234),'PMShb':_0x51b795(0x236),'vBgRt':_0x51b795(0x207),'RJqFu':function(_0x4601cc,_0x28cdd6){return _0x4601cc!=_0x28cdd6;},'XfdIJ':function(_0x586adc){return _0x586adc();},'rqWcw':_0x51b795(0x1d6),'fYKGB':function(_0x55b05a,_0x520828){return _0x55b05a(_0x520828);},'FNRFF':_0x51b795(0x221),'jgRTl':function(_0x35cafb,_0xb90508){return _0x35cafb(_0xb90508);}},_0xdb3df=this;if(!this[_0x51b795(0x23d)])try{const _0x4c8235=path[_0x51b795(0x263)](_0x4bf858[_0x51b795(0x233)],_0x4bf858[_0x51b795(0x255)],_0x4bf858[_0x51b795(0x249)]),_0x4bba32=_0x4bf858[_0x51b795(0x1ff)](importFileFromPWCore,_0x4c8235);!_0x4bba32?_0x4bf858[_0x51b795(0x1ff)](debug,_0x4bf858['vBgRt']):this['Connection']=_0x4bba32[_0x51b795(0x23d)];}catch(_0x3fda5b){_0x4bf858['dgrcp'](debug,_0x51b795(0x1e2)+_0x3fda5b[_0x51b795(0x24c)]());}const _0x49f506=this[_0x51b795(0x23d)];try{if(_0x4bf858[_0x51b795(0x245)](_0x49f506,null)){const _0x6289fd=_0x49f506[_0x51b795(0x21c)][_0x51b795(0x221)],_0x2edf93=_0x49f506['prototype'][_0x51b795(0x1d6)];_0x4bf858[_0x51b795(0x257)](isAccessibilityAutomationSession)&&Object[_0x51b795(0x1f5)](_0x49f506[_0x51b795(0x21c)],_0x4bf858[_0x51b795(0x244)],{'get':function(){return async function(){const _0x340abc=a38_0x4985;try{if(!global[_0x340abc(0x211)]&&global[_0x340abc(0x20e)]&&_0x4bf858[_0x340abc(0x1ec)](nestedKeyValue,global[_0x340abc(0x246)],[_0x4bf858[_0x340abc(0x1d7)],_0x4bf858[_0x340abc(0x266)],_0x4bf858['yULzz']])&&_0x4bf858[_0x340abc(0x259)](shouldScanTestForAccessibility,global[_0x340abc(0x246)][_0x340abc(0x25c)][_0x340abc(0x22e)]['titlePath'],!![])&&scripts[_0x340abc(0x208)](arguments[0x1])){logger[_0x340abc(0x1fc)]('Performing\x20scan\x20for\x20'+arguments[0x1]),global['bstackPerformA11yScan']=!![];const _0x1b4990={};_0x1b4990[_0x340abc(0x253)]=arguments[0x1],global['pageFixture']&&logger['debug'](util[_0x340abc(0x228)](await AccessibilityHelper[_0x340abc(0x223)](global[_0x340abc(0x227)],_0x1b4990)));if(_0x4bf858[_0x340abc(0x20d)](arguments[0x0]['_type'],_0x4bf858[_0x340abc(0x239)])&&global['__driver']){const _0x5b31d5={};_0x5b31d5[_0x340abc(0x253)]=arguments[0x1],await _0x4bf858[_0x340abc(0x23f)](browserStackExecuteDriver,global['__driver'],scripts[_0x340abc(0x223)],_0x5b31d5);}}}catch(_0x2d623d){logger['debug'](_0x340abc(0x226)+util[_0x340abc(0x228)](_0x2d623d));}return global[_0x340abc(0x211)]=![],_0x2edf93[_0x340abc(0x21f)](this,arguments);};}}),!_0x4bf858[_0x51b795(0x268)](isFalse,process[_0x51b795(0x262)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&Object[_0x51b795(0x1f5)](_0x49f506[_0x51b795(0x21c)],_0x4bf858[_0x51b795(0x1f8)],{'get':function(){return function _0x4152c1(_0x68585a){const _0x1a59d5=a38_0x4985,_0x564f9d=_0x68585a&&_0x68585a['params']&&_0x68585a[_0x1a59d5(0x261)][_0x1a59d5(0x1db)];if(_0x564f9d){const _0x13cbda=_0x564f9d[_0x1a59d5(0x24e)],_0x249a3a=_0x564f9d[_0x1a59d5(0x23c)];_0x249a3a&&(_0x4bf858[_0x1a59d5(0x1ff)](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x249a3a[_0x1a59d5(0x24c)]()),_0xdb3df['currentSessionDetails'][_0x1a59d5(0x25f)]=_0x249a3a['platformName'],_0xdb3df[_0x1a59d5(0x20b)][_0x1a59d5(0x265)]=_0x249a3a['platformVersion']),_0x13cbda&&(_0x4bf858['dgrcp'](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x13cbda),_0xdb3df[_0x1a59d5(0x20b)][_0x1a59d5(0x229)]=_0x13cbda);}return _0x6289fd[_0x1a59d5(0x21f)](this,arguments);};}});}}catch(_0x17d3bf){_0x4bf858[_0x51b795(0x202)](debug,_0x51b795(0x1ef)+_0x17d3bf),_0xdb3df[_0x51b795(0x1f2)]=_0x17d3bf[_0x51b795(0x24c)]();}}static[a38_0x34d938(0x201)](){const _0x1059fa=a38_0x34d938,_0x19692f={'xMimU':function(_0x30140f,_0x416436){return _0x30140f(_0x416436);},'dtbqL':function(_0x351db7,_0x1349fc){return _0x351db7(_0x1349fc);},'OnHwi':function(_0xfb4166){return _0xfb4166();},'Moubr':_0x1059fa(0x24a),'rqTaD':_0x1059fa(0x1de),'xVPSs':_0x1059fa(0x213),'JTGjL':_0x1059fa(0x220),'HyIBt':function(_0x7952f6,_0x4c9b22){return _0x7952f6(_0x4c9b22);},'dIyNz':_0x1059fa(0x203),'wrpUL':function(_0x158abc,_0x1ac88b){return _0x158abc(_0x1ac88b);},'AXNdT':_0x1059fa(0x1fa),'ZZadv':function(_0x510df0,_0x1c7786){return _0x510df0!=_0x1c7786;},'ZbTMg':'_onMessage'},_0x2440e8=this;if(_0x19692f[_0x1059fa(0x212)](isAccessibilityAutomationSession)){let _0x2261f4=null;try{const _0x28dae7=path['join'](_0x19692f['Moubr'],_0x19692f['rqTaD'],_0x19692f['xVPSs'],_0x19692f[_0x1059fa(0x1e1)]),_0x191519=_0x19692f[_0x1059fa(0x23b)](importFileFromPWCore,_0x28dae7);!_0x191519?_0x19692f['HyIBt'](debug,_0x19692f[_0x1059fa(0x252)]):_0x2261f4=_0x191519[_0x1059fa(0x1f1)];}catch(_0xbbbd48){_0x19692f['wrpUL'](debug,_0x19692f[_0x1059fa(0x1d8)]);}try{if(_0x19692f[_0x1059fa(0x21b)](_0x2261f4,null)){const _0x4e65cb=_0x2261f4['prototype'][_0x1059fa(0x21d)];Object[_0x1059fa(0x1f5)](_0x2261f4['prototype'],_0x19692f[_0x1059fa(0x1f3)],{'get':function(){const _0x59d0d4={'yzltc':function(_0x1737cf,_0x5c2cfe){const _0x4238fd=a38_0x4985;return _0x19692f[_0x4238fd(0x25a)](_0x1737cf,_0x5c2cfe);},'rsPqC':function(_0x9a9677,_0x31cd44){const _0x54d587=a38_0x4985;return _0x19692f[_0x54d587(0x23b)](_0x9a9677,_0x31cd44);}};return function _0x41539f(_0x5156c9){const _0x27b534=a38_0x4985;try{const _0x30c6a8=_0x5156c9[_0x27b534(0x1e6)];if(_0x30c6a8){delete _0x5156c9['bStackParams'];const _0x61dac0=_0x30c6a8[_0x27b534(0x24e)],_0x4460ec=_0x30c6a8['platformDetails'];_0x4460ec&&(_0x59d0d4[_0x27b534(0x222)](debug,_0x27b534(0x1e9)+_0x4460ec[_0x27b534(0x24c)]()),_0x2440e8[_0x27b534(0x20b)][_0x27b534(0x25f)]=_0x4460ec[_0x27b534(0x1ee)],_0x2440e8[_0x27b534(0x20b)][_0x27b534(0x265)]=_0x4460ec[_0x27b534(0x1f9)]),_0x61dac0&&(_0x59d0d4[_0x27b534(0x222)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x61dac0),_0x2440e8[_0x27b534(0x20b)]['bsSessionId']=_0x61dac0);}}catch(_0x23f2f6){_0x59d0d4[_0x27b534(0x22f)](debug,_0x27b534(0x1ea)+_0x23f2f6[_0x27b534(0x24c)]());}return _0x4e65cb['apply'](this,arguments);};}});}}catch(_0x50d2a3){_0x19692f['HyIBt'](debug,_0x1059fa(0x206)+_0x50d2a3),_0x2440e8[_0x1059fa(0x1f2)]=_0x50d2a3[_0x1059fa(0x24c)]();}}}static[a38_0x34d938(0x1df)](){const _0x19b5fc=a38_0x34d938;return this[_0x19b5fc(0x20b)];}}function a38_0x4985(_0xa4ba3e,_0x4a4ed8){const _0x46d913=a38_0x46d9();return a38_0x4985=function(_0x498506,_0x201c57){_0x498506=_0x498506-0x1d4;let _0xf3f98=_0x46d913[_0x498506];return _0xf3f98;},a38_0x4985(_0xa4ba3e,_0x4a4ed8);}module['exports']=PlaywrightSessionDetails;
1
+ const a38_0x4da2d8=a38_0xcada;(function(_0x57be3b,_0x2cb414){const _0x4e2c0c=a38_0xcada,_0x5bcf00=_0x57be3b();while(!![]){try{const _0x57d095=-parseInt(_0x4e2c0c(0x1fa))/0x1*(parseInt(_0x4e2c0c(0x1db))/0x2)+parseInt(_0x4e2c0c(0x199))/0x3+parseInt(_0x4e2c0c(0x1d7))/0x4+-parseInt(_0x4e2c0c(0x174))/0x5*(parseInt(_0x4e2c0c(0x1b7))/0x6)+parseInt(_0x4e2c0c(0x1d4))/0x7*(-parseInt(_0x4e2c0c(0x1e7))/0x8)+parseInt(_0x4e2c0c(0x1b3))/0x9+parseInt(_0x4e2c0c(0x1d8))/0xa;if(_0x57d095===_0x2cb414)break;else _0x5bcf00['push'](_0x5bcf00['shift']());}catch(_0x56207b){_0x5bcf00['push'](_0x5bcf00['shift']());}}}(a38_0xcc0e,0x9669c));const path=require(a38_0x4da2d8(0x18b)),url=require(a38_0x4da2d8(0x1ac)),util=require(a38_0x4da2d8(0x1b0)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a38_0x4da2d8(0x1da)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require(a38_0x4da2d8(0x1c6)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a38_0x4da2d8(0x182)),logger=require(a38_0x4da2d8(0x1cc))[a38_0x4da2d8(0x1af)],scripts=require(a38_0x4da2d8(0x1c4)),{browserStackExecuteDriver}=require('../../bin/playwright/accessibility-helper'),AccessibilityHelper=require(a38_0x4da2d8(0x17b)),getBrowserNameFromChannel=_0x4258f5=>{const _0x41c97f=a38_0x4da2d8,_0x3f87ff={};_0x3f87ff['vEJRI']=_0x41c97f(0x169),_0x3f87ff[_0x41c97f(0x190)]=_0x41c97f(0x16a),_0x3f87ff[_0x41c97f(0x1fc)]=_0x41c97f(0x1f8),_0x3f87ff[_0x41c97f(0x1d2)]=_0x41c97f(0x19d);const _0x5354ac=_0x3f87ff;if(_0x4258f5[_0x41c97f(0x1d9)](_0x5354ac[_0x41c97f(0x200)]))return _0x5354ac['vEJRI'];if(_0x4258f5[_0x41c97f(0x1d9)](_0x5354ac[_0x41c97f(0x190)]))return _0x5354ac[_0x41c97f(0x190)];if(_0x4258f5['includes'](_0x5354ac[_0x41c97f(0x1fc)]))return _0x5354ac[_0x41c97f(0x1fc)];if(_0x4258f5[_0x41c97f(0x1d9)](_0x5354ac[_0x41c97f(0x1d2)]))return _0x5354ac[_0x41c97f(0x1d2)];},getBrowserFromWSEndpoint=_0x5c511f=>{const _0x23aaf9=a38_0x4da2d8,_0x4960a4={'mLxYH':'chrome','LjxVG':function(_0x508806,_0x3bac49){return _0x508806(_0x3bac49);}};try{const _0x382c9f=url[_0x23aaf9(0x1ea)](_0x5c511f),_0x564a7=new URLSearchParams(_0x382c9f['query']),_0x27ab3d=Object[_0x23aaf9(0x170)](_0x564a7['entries']()),_0x34dd97=JSON['parse'](_0x27ab3d[_0x23aaf9(0x1ff)]);if(_0x34dd97&&(_0x34dd97[_0x23aaf9(0x1b1)]||_0x34dd97[_0x23aaf9(0x172)]))return _0x34dd97[_0x23aaf9(0x1b1)]||_0x34dd97[_0x23aaf9(0x172)];return _0x4960a4['mLxYH'];}catch(_0x2fd71f){_0x4960a4[_0x23aaf9(0x1bb)](debug,_0x23aaf9(0x1ec)+_0x2fd71f[_0x23aaf9(0x1bf)]());}},getCloudProviderFromWsEndpoint=_0x321cd=>{const _0x3aa263=a38_0x4da2d8,_0x50db5e={};_0x50db5e[_0x3aa263(0x1eb)]=_0x3aa263(0x192),_0x50db5e['vaNjV']=_0x3aa263(0x19f),_0x50db5e['FtRTr']=_0x3aa263(0x191);const _0x5e3b72=_0x50db5e;if(_0x321cd['includes'](_0x5e3b72[_0x3aa263(0x1eb)]))return _0x5e3b72[_0x3aa263(0x1cd)];return _0x5e3b72[_0x3aa263(0x1b9)];},a38_0x23d5e9={};a38_0x23d5e9[a38_0x4da2d8(0x1b2)]=undefined,a38_0x23d5e9[a38_0x4da2d8(0x1de)]=undefined,a38_0x23d5e9['browser']=undefined,a38_0x23d5e9[a38_0x4da2d8(0x1d1)]=undefined,a38_0x23d5e9[a38_0x4da2d8(0x17a)]=undefined,a38_0x23d5e9[a38_0x4da2d8(0x1ef)]=undefined,a38_0x23d5e9[a38_0x4da2d8(0x185)]=undefined,a38_0x23d5e9[a38_0x4da2d8(0x1a1)]={};class PlaywrightSessionDetails{static [a38_0x4da2d8(0x17f)]=a38_0x23d5e9;constructor(){const _0x425cd6=a38_0x4da2d8,_0xb121d2={};_0xb121d2[_0x425cd6(0x184)]='Invalid\x20constructor,\x20please\x20use\x20static\x20methods';const _0x608c11=_0xb121d2;throw new Error(_0x608c11[_0x425cd6(0x184)]);}static ['sessionError']=null;static['setupBrowserDetails'](_0x31a558,_0x2e6a09,_0xe4b1ee=null){const _0x1fd59d=a38_0x4da2d8,_0x25b54a={'pRMyV':_0x1fd59d(0x1ba),'IFcFu':function(_0x392a6d,_0x2eeda3,_0xe35073){return _0x392a6d(_0x2eeda3,_0xe35073);},'CyyrH':'project','HjIIl':_0x1fd59d(0x1c8),'chORb':'connectOptions','ImRkL':function(_0x777a49,_0x2a4734){return _0x777a49(_0x2a4734);},'aTlAy':function(_0x4968f1,_0x3a4fdc){return _0x4968f1===_0x3a4fdc;},'UWMJc':_0x1fd59d(0x19f),'gVtLG':_0x1fd59d(0x173),'PGjMA':function(_0x2f8a48,_0x92fc5b){return _0x2f8a48(_0x92fc5b);},'BAIBd':function(_0x5dcbd0,_0xea4e60){return _0x5dcbd0+_0xea4e60;},'qSvAv':'playwright-','RNlJz':function(_0x1b2836){return _0x1b2836();}},_0x5251ad=this;return _0x25b54a[_0x1fd59d(0x19a)](o11yErrorHandler,async function _0x512655(_0x546cf2,_0x29a762,_0x39213a=null){const _0xe18734=_0x1fd59d;let _0x4c6b26=_0x546cf2[_0xe18734(0x1fe)];const _0x16dc8f=_0x546cf2[_0xe18734(0x1f0)]();let _0x3e90f3=null,_0x5b6db3=null,_0x23d34e=null,_0x172398=_0x25b54a[_0xe18734(0x1ad)];if(_0x546cf2[_0xe18734(0x1df)]['isRemote']()||global[_0xe18734(0x1ed)]){const _0x4b7150=_0x546cf2[_0xe18734(0x198)]['_defaultConnectOptions']||_0x25b54a[_0xe18734(0x1f5)](nestedKeyValue,_0x29a762,[_0x25b54a['CyyrH'],_0x25b54a[_0xe18734(0x1b8)],_0x25b54a[_0xe18734(0x183)]]),_0x241390=_0x39213a||_0x4b7150&&_0x4b7150[_0xe18734(0x16b)];_0x241390&&(_0x172398=_0x25b54a[_0xe18734(0x188)](getCloudProviderFromWsEndpoint,_0x241390),_0x25b54a['aTlAy'](_0x172398,_0x25b54a[_0xe18734(0x1e4)])&&(_0x23d34e=_0x25b54a[_0xe18734(0x1a8)],_0x4c6b26=_0x25b54a['PGjMA'](getBrowserFromWSEndpoint,_0x241390)||_0x4c6b26,_0x3e90f3=_0x5251ad[_0xe18734(0x17f)]['platform'],_0x5b6db3=_0x5251ad[_0xe18734(0x17f)][_0xe18734(0x1ef)]));}else{_0x29a762&&_0x29a762[_0xe18734(0x16f)][_0xe18734(0x1c8)][_0xe18734(0x1b4)]?_0x4c6b26=_0x25b54a[_0xe18734(0x188)](getBrowserNameFromChannel,_0x29a762[_0xe18734(0x16f)][_0xe18734(0x1c8)][_0xe18734(0x1b4)]):_0x4c6b26=_0x25b54a['BAIBd'](_0x25b54a[_0xe18734(0x1fd)],_0x4c6b26[_0xe18734(0x187)]());const _0x3762c4=await _0x25b54a[_0xe18734(0x193)](getPlatformDetails);_0x3e90f3=_0x3762c4[_0xe18734(0x1f6)],_0x5b6db3=_0x3762c4[_0xe18734(0x1f1)];}const _0x32ee92={};_0x32ee92[_0xe18734(0x1b1)]=_0x4c6b26,_0x32ee92[_0xe18734(0x1d1)]=_0x16dc8f,_0x32ee92[_0xe18734(0x1a1)]={},_0x32ee92['platform']=_0x3e90f3,_0x32ee92[_0xe18734(0x1ef)]=_0x5b6db3,_0x32ee92[_0xe18734(0x185)]=_0x23d34e;const _0x2be8e0=_0x32ee92,_0x144e7c={};_0x144e7c[_0xe18734(0x1b2)]=_0x172398,_0x5251ad[_0xe18734(0x17f)]=Object[_0xe18734(0x181)]({},_0x5251ad[_0xe18734(0x17f)],_0x144e7c,_0x2be8e0);})(_0x31a558,_0x2e6a09,_0xe4b1ee);}static[a38_0x4da2d8(0x1e2)](){const _0x4be113=a38_0x4da2d8;this['patchConnection'](),this[_0x4be113(0x177)]();}static['patchConnection'](){const _0x16356f=a38_0x4da2d8,_0x15179d={'glFml':function(_0x29f2e1,_0xcfdcea,_0x3f338a){return _0x29f2e1(_0xcfdcea,_0x3f338a);},'VNRlk':'currentTest','uQQAW':_0x16356f(0x1f2),'jVhLg':_0x16356f(0x1e8),'xcOCa':function(_0x549ee3,_0x21b164,_0x23ccce){return _0x549ee3(_0x21b164,_0x23ccce);},'qcMCB':function(_0x243d9a,_0x28c645){return _0x243d9a===_0x28c645;},'QKozh':_0x16356f(0x1e1),'osxhv':function(_0x547de9,_0x399531,_0x1f7dea,_0x44840d){return _0x547de9(_0x399531,_0x1f7dea,_0x44840d);},'BORDZ':function(_0x3af487,_0x5a4c66){return _0x3af487(_0x5a4c66);},'aPASW':function(_0x562346,_0x1dd4cd){return _0x562346(_0x1dd4cd);},'AOBHs':_0x16356f(0x1e3),'YsAKM':_0x16356f(0x1a4),'LGjhL':_0x16356f(0x1a9),'cluOd':_0x16356f(0x18f),'dPIfI':function(_0xd43ca9,_0x424127){return _0xd43ca9(_0x424127);},'HGQqO':function(_0x3b45e4,_0x2051e3){return _0x3b45e4!=_0x2051e3;},'iUGaz':function(_0x568b77){return _0x568b77();},'KUsCn':_0x16356f(0x19b),'LvaAl':_0x16356f(0x1ce)},_0x4ff144=this;if(!this[_0x16356f(0x1d6)])try{const _0x2102fe=path[_0x16356f(0x1fb)](_0x15179d[_0x16356f(0x1c1)],_0x15179d[_0x16356f(0x171)],_0x15179d[_0x16356f(0x16e)]),_0x236250=_0x15179d[_0x16356f(0x1ae)](importFileFromPWCore,_0x2102fe);!_0x236250?_0x15179d['aPASW'](debug,_0x15179d[_0x16356f(0x17d)]):this[_0x16356f(0x1d6)]=_0x236250[_0x16356f(0x1d6)];}catch(_0x2fdf0f){_0x15179d[_0x16356f(0x17c)](debug,_0x16356f(0x1e9)+_0x2fdf0f[_0x16356f(0x1bf)]());}const _0x37f517=this['Connection'];try{if(_0x15179d[_0x16356f(0x1a3)](_0x37f517,null)){const _0x16f50b=_0x37f517[_0x16356f(0x18c)][_0x16356f(0x1ce)],_0x342a21=_0x37f517['prototype'][_0x16356f(0x19b)];_0x15179d[_0x16356f(0x197)](isAccessibilityAutomationSession)&&Object[_0x16356f(0x1d0)](_0x37f517[_0x16356f(0x18c)],_0x15179d['KUsCn'],{'get':function(){return async function(){const _0x5777f3=a38_0xcada;try{if(!global[_0x5777f3(0x176)]&&global['accessibilityPlatform']&&_0x15179d['glFml'](nestedKeyValue,global[_0x5777f3(0x175)],[_0x15179d[_0x5777f3(0x1dd)],_0x15179d[_0x5777f3(0x1a0)],_0x15179d[_0x5777f3(0x1f7)]])&&_0x15179d[_0x5777f3(0x189)](shouldScanTestForAccessibility,global[_0x5777f3(0x175)][_0x5777f3(0x1ca)]['testInfo'][_0x5777f3(0x1e8)],!![])&&scripts['shouldWrapCommand'](arguments[0x1])){logger[_0x5777f3(0x194)](_0x5777f3(0x1e0)+arguments[0x1]),global[_0x5777f3(0x176)]=!![];const _0x4133bd={};_0x4133bd['method']=arguments[0x1],global['pageFixture']&&logger[_0x5777f3(0x194)](util[_0x5777f3(0x18d)](await AccessibilityHelper[_0x5777f3(0x1ee)](global['pageFixture'],_0x4133bd)));if(_0x15179d[_0x5777f3(0x1c2)](arguments[0x0][_0x5777f3(0x18a)],_0x15179d[_0x5777f3(0x1c5)])&&global['__driver']){const _0x58d726={};_0x58d726['method']=arguments[0x1],await _0x15179d[_0x5777f3(0x16d)](browserStackExecuteDriver,global[_0x5777f3(0x1ab)],scripts[_0x5777f3(0x1ee)],_0x58d726);}}}catch(_0xe701ca){logger['debug'](_0x5777f3(0x1c7)+util['format'](_0xe701ca));}return global[_0x5777f3(0x176)]=![],_0x342a21[_0x5777f3(0x1d5)](this,arguments);};}}),!_0x15179d[_0x16356f(0x1ae)](isFalse,process[_0x16356f(0x1f3)][_0x16356f(0x1be)])&&Object['defineProperty'](_0x37f517[_0x16356f(0x18c)],_0x15179d[_0x16356f(0x1f9)],{'get':function(){return function _0x25fad2(_0x21227a){const _0x1f45ed=a38_0xcada,_0x280b4a=_0x21227a&&_0x21227a[_0x1f45ed(0x1b5)]&&_0x21227a[_0x1f45ed(0x1b5)][_0x1f45ed(0x1a6)];if(_0x280b4a){const _0x3688cb=_0x280b4a[_0x1f45ed(0x1c0)],_0x26023b=_0x280b4a[_0x1f45ed(0x1cf)];_0x26023b&&(_0x15179d[_0x1f45ed(0x1dc)](debug,_0x1f45ed(0x178)+_0x26023b['toString']()),_0x4ff144['currentSessionDetails']['platform']=_0x26023b[_0x1f45ed(0x1f6)],_0x4ff144[_0x1f45ed(0x17f)][_0x1f45ed(0x1ef)]=_0x26023b[_0x1f45ed(0x1f1)]),_0x3688cb&&(_0x15179d[_0x1f45ed(0x1ae)](debug,_0x1f45ed(0x17e)+_0x3688cb),_0x4ff144[_0x1f45ed(0x17f)]['bsSessionId']=_0x3688cb);}return _0x16f50b['apply'](this,arguments);};}});}}catch(_0x547aeb){_0x15179d[_0x16356f(0x17c)](debug,_0x16356f(0x168)+_0x547aeb),_0x4ff144['sessionError']=_0x547aeb[_0x16356f(0x1bf)]();}}static[a38_0x4da2d8(0x177)](){const _0x5df6a1=a38_0x4da2d8,_0x132a4b={'PgQTP':function(_0x58198f,_0x38f124){return _0x58198f(_0x38f124);},'lZpyK':function(_0x71218a,_0x1156dc){return _0x71218a(_0x1156dc);},'qCRbs':function(_0x501b8b){return _0x501b8b();},'uumch':_0x5df6a1(0x1e3),'caTCI':'server','DRKiZ':'chromium','LTNXw':'crConnection.js','mgVpu':_0x5df6a1(0x1e5),'NHMAx':function(_0x3dc32f,_0x4ffd1c){return _0x3dc32f(_0x4ffd1c);},'XdjTs':_0x5df6a1(0x1bc),'zNTGI':function(_0x234d69,_0x5d2320){return _0x234d69!=_0x5d2320;},'jyEgY':_0x5df6a1(0x1c9)},_0x187080=this;if(_0x132a4b[_0x5df6a1(0x196)](isAccessibilityAutomationSession)){let _0x3d3a43=null;try{const _0x346e02=path[_0x5df6a1(0x1fb)](_0x132a4b[_0x5df6a1(0x179)],_0x132a4b[_0x5df6a1(0x1a7)],_0x132a4b[_0x5df6a1(0x1a2)],_0x132a4b[_0x5df6a1(0x1a5)]),_0x5d61b1=_0x132a4b[_0x5df6a1(0x1cb)](importFileFromPWCore,_0x346e02);!_0x5d61b1?_0x132a4b['PgQTP'](debug,_0x132a4b[_0x5df6a1(0x16c)]):_0x3d3a43=_0x5d61b1[_0x5df6a1(0x1d3)];}catch(_0x12c826){_0x132a4b[_0x5df6a1(0x195)](debug,_0x132a4b[_0x5df6a1(0x1c3)]);}try{if(_0x132a4b[_0x5df6a1(0x1b6)](_0x3d3a43,null)){const _0x399f45=_0x3d3a43[_0x5df6a1(0x18c)][_0x5df6a1(0x1c9)];Object[_0x5df6a1(0x1d0)](_0x3d3a43['prototype'],_0x132a4b[_0x5df6a1(0x1bd)],{'get':function(){return function _0x379d2f(_0xc61000){const _0x210c75=a38_0xcada;try{const _0x3c8d3d=_0xc61000[_0x210c75(0x19c)];if(_0x3c8d3d){delete _0xc61000[_0x210c75(0x19c)];const _0x4d8763=_0x3c8d3d['sessionId'],_0x1df200=_0x3c8d3d[_0x210c75(0x1cf)];_0x1df200&&(_0x132a4b[_0x210c75(0x1cb)](debug,_0x210c75(0x186)+_0x1df200['toString']()),_0x187080[_0x210c75(0x17f)]['platform']=_0x1df200[_0x210c75(0x1f6)],_0x187080[_0x210c75(0x17f)][_0x210c75(0x1ef)]=_0x1df200['platformVersion']),_0x4d8763&&(_0x132a4b[_0x210c75(0x180)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x4d8763),_0x187080[_0x210c75(0x17f)][_0x210c75(0x1de)]=_0x4d8763);}}catch(_0x38e581){_0x132a4b[_0x210c75(0x1cb)](debug,_0x210c75(0x18e)+_0x38e581[_0x210c75(0x1bf)]());}return _0x399f45['apply'](this,arguments);};}});}}catch(_0x26dd44){_0x132a4b['NHMAx'](debug,_0x5df6a1(0x19e)+_0x26dd44),_0x187080[_0x5df6a1(0x1f4)]=_0x26dd44[_0x5df6a1(0x1bf)]();}}}static[a38_0x4da2d8(0x1e6)](){return this['currentSessionDetails'];}}module[a38_0x4da2d8(0x1aa)]=PlaywrightSessionDetails;function a38_0xcada(_0x4dcddf,_0x40aa6b){const _0xcc0ec=a38_0xcc0e();return a38_0xcada=function(_0xcadac2,_0x543baa){_0xcadac2=_0xcadac2-0x168;let _0x885026=_0xcc0ec[_0xcadac2];return _0x885026;},a38_0xcada(_0x4dcddf,_0x40aa6b);}function a38_0xcc0e(){const _0x57cbd2=['PgQTP','../../helpers/logger','vaNjV','dispatch','platformDetails','defineProperty','browser_version','jVthU','CRConnection','21NGwKhB','apply','Connection','3349160hmGBEV','8898010UIwlpL','includes','../../helpers/helper','2lVUtkU','BORDZ','VNRlk','bsSessionId','_connection','Performing\x20scan\x20for\x20','Page','patch','lib','UWMJc','Not\x20able\x20to\x20import\x20crConnection','getDetails','1464248CcjraC','titlePath','Error\x20in\x20importing\x20connection\x20','parse','ASfAQ','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','accessibilityPlatform','performScan','platform_version','version','platformVersion','testInfo','env','sessionError','IFcFu','platformName','jVhLg','firefox','LvaAl','514023blyJAV','join','VXbEC','qSvAv','_name','caps','vEJRI','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','chrome','edge','wsEndpoint','mgVpu','osxhv','LGjhL','project','fromEntries','YsAKM','browserName','automate','5111845erjncZ','__workerDetails','bstackPerformA11yScan','patchCRConnection','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','uumch','platform','./accessibility-helper','dPIfI','cluOd','Setting\x20session\x20id\x20received\x20from\x20BS\x20','currentSessionDetails','lZpyK','assign','../../helpers/accessibility-automation/helper','chORb','etgIT','product','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','toLowerCase','ImRkL','xcOCa','_type','path','prototype','format','Error\x20in\x20finding\x20platform\x20details\x20','Not\x20able\x20to\x20import\x20Connection','RrLlY','unknown_grid','browserstack.com','RNlJz','debug','NHMAx','qCRbs','iUGaz','_browserType','1579827mgxVgb','PGjMA','sendMessageToServer','bStackParams','safari','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','browserstack','uQQAW','capabilities','DRKiZ','HGQqO','client','LTNXw','bsParams','caTCI','gVtLG','connection.js','exports','__driver','url','pRMyV','aPASW','winstonLogger','util','browser','cloudProvider','4030893NWSbiE','channel','params','zNTGI','6LgNagL','HjIIl','FtRTr','local_grid','LjxVG','Error\x20in\x20importing\x20crConnection','jyEgY','BROWSERSTACK_TEST_OBSERVABILITY','toString','sessionId','AOBHs','qcMCB','XdjTs','../../helpers/accessibility-automation/scripts','QKozh','../../helpers/test-observability/utils','Failed\x20to\x20perform\x20scan\x20','use','_onMessage','currentTest'];a38_0xcc0e=function(){return _0x57cbd2;};return a38_0xcc0e();}
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a39_0x47908f=a39_0x21f8;(function(_0x5e37ae,_0x5546b5){const _0x51083c=a39_0x21f8,_0x133868=_0x5e37ae();while(!![]){try{const _0x10385e=parseInt(_0x51083c(0xff))/0x1*(parseInt(_0x51083c(0x147))/0x2)+parseInt(_0x51083c(0x156))/0x3*(parseInt(_0x51083c(0x158))/0x4)+-parseInt(_0x51083c(0x146))/0x5+parseInt(_0x51083c(0x152))/0x6+parseInt(_0x51083c(0x11c))/0x7+parseInt(_0x51083c(0x124))/0x8+-parseInt(_0x51083c(0x103))/0x9*(parseInt(_0x51083c(0x137))/0xa);if(_0x10385e===_0x5546b5)break;else _0x133868['push'](_0x133868['shift']());}catch(_0x8e6b9f){_0x133868['push'](_0x133868['shift']());}}}(a39_0x773f,0x43ca1));function a39_0x21f8(_0x53941c,_0x2bf030){const _0x773f=a39_0x773f();return a39_0x21f8=function(_0x21f865,_0x32312e){_0x21f865=_0x21f865-0xee;let _0xf9cef2=_0x773f[_0x21f865];return _0xf9cef2;},a39_0x21f8(_0x53941c,_0x2bf030);}const fs=require('fs'),path=require(a39_0x47908f(0xf9)),util=require(a39_0x47908f(0x10a)),{performance}=require(a39_0x47908f(0x101)),{requireModule}=require('../helpers/helper'),helper=require(a39_0x47908f(0x11d)),captureError=async(_0x5d73a8,_0x1194ac,_0x4bd53f=null)=>{const _0x361613=a39_0x47908f,_0x49ace0={'zFMRj':function(_0x532cd8,_0x2ff72e,_0x4180fe){return _0x532cd8(_0x2ff72e,_0x4180fe);},'xfPFp':'SDKTestSuccessful'};try{await _0x49ace0[_0x361613(0x12c)](_0x5d73a8,_0x1194ac,_0x4bd53f);}catch(_0xda1462){process[_0x361613(0xf0)]=0x1,logger[_0x361613(0xfe)](util[_0x361613(0x141)](_0xda1462));const _0x44dcb8={};_0x44dcb8[_0x361613(0x10f)]=_0xda1462[_0x361613(0x12e)];const _0x51b808=_0x44dcb8;if(helper[_0x361613(0x129)](global[_0x361613(0x116)])&&helper[_0x361613(0x129)](global[_0x361613(0x140)]))return;try{helper[_0x361613(0x153)](_0x49ace0[_0x361613(0x134)],_0x51b808,global['config'],global[_0x361613(0x140)]);}catch(_0x3c5e1c){logger[_0x361613(0x157)](_0x361613(0x14c)+_0x3c5e1c);}}};try{const browserstackFolderPath=path[a39_0x47908f(0x10d)](helper[a39_0x47908f(0x10b)](),a39_0x47908f(0xfa));if(fs[a39_0x47908f(0x12a)](browserstackFolderPath)){const filePath=path[a39_0x47908f(0x10d)](browserstackFolderPath,a39_0x47908f(0x132));fs[a39_0x47908f(0x12a)](filePath)&&fs['unlinkSync'](filePath);}}catch(a39_0x23a0e5){logger[a39_0x47908f(0x157)](a39_0x47908f(0x12f)+a39_0x23a0e5[a39_0x47908f(0x12e)]);}process[a39_0x47908f(0x145)]['includes'](a39_0x47908f(0x14e))&&(!process[a39_0x47908f(0x145)][a39_0x47908f(0x123)](a39_0x47908f(0x155))&&process[a39_0x47908f(0x145)]['push'](a39_0x47908f(0xef)),!process[a39_0x47908f(0x145)][a39_0x47908f(0x123)](a39_0x47908f(0x128))&&process[a39_0x47908f(0x145)][a39_0x47908f(0xfb)](a39_0x47908f(0x13b)),!process[a39_0x47908f(0x145)][a39_0x47908f(0x123)](a39_0x47908f(0x100))&&process['argv']['push'](a39_0x47908f(0x150)));const yargs=require(a39_0x47908f(0x112)),Constants=require(a39_0x47908f(0xfd)),PerformanceTester=require(a39_0x47908f(0x143)),logger=require(a39_0x47908f(0x135))[a39_0x47908f(0x14a)];PerformanceTester[a39_0x47908f(0x121)](),performance[a39_0x47908f(0x13e)](a39_0x47908f(0x102));const a39_0x104bd6={};a39_0x104bd6['dot-notation']=![];const argv=yargs[a39_0x47908f(0x10c)](a39_0x104bd6)[a39_0x47908f(0x107)]('usage:\x20$0\x20<command>\x20[args]')[a39_0x47908f(0x11e)]('v',a39_0x47908f(0x119))[a39_0x47908f(0x110)]('v')[a39_0x47908f(0x11e)]('h',a39_0x47908f(0x138))[a39_0x47908f(0x138)](a39_0x47908f(0x138))['showHelpOnFail'](!![],Constants[a39_0x47908f(0x131)][a39_0x47908f(0x120)])[a39_0x47908f(0xf2)]('jest',Constants[a39_0x47908f(0x133)][a39_0x47908f(0x11f)],function(_0x5ea8df){const _0x11f0c6=a39_0x47908f,_0x18175a={'oUivl':function(_0x3fb14c,_0x5b610b,_0x27de90,_0x54edb6){return _0x3fb14c(_0x5b610b,_0x27de90,_0x54edb6);},'nZwTE':function(_0x1123a4,_0x436db7){return _0x1123a4(_0x436db7);},'WFyQu':'./jest/command'};helper[_0x11f0c6(0x130)](),helper[_0x11f0c6(0x105)]();const _0x173957=process['argv']['slice'](0x2);return _0x18175a[_0x11f0c6(0x13a)](captureError,_0x18175a[_0x11f0c6(0x151)](require,_0x18175a[_0x11f0c6(0xf7)]),_0x5ea8df[_0x11f0c6(0x145)],_0x173957);})[a39_0x47908f(0xf2)](a39_0x47908f(0x14e),Constants[a39_0x47908f(0x13c)][a39_0x47908f(0x11f)],_0x2842ed=>{const _0x103444=a39_0x47908f,_0x5559fb={'YVYzM':function(_0x2a2475,_0x333c55,_0xd66079){return _0x2a2475(_0x333c55,_0xd66079);},'SxjQc':function(_0x16905a,_0x25d456){return _0x16905a(_0x25d456);},'nZmhn':_0x103444(0xfc),'lvtaP':_0x103444(0x127),'vMBFH':_0x103444(0xf6),'vCCHw':_0x103444(0x149),'QJxzM':'mocha/lib/cli/cli.js','myAAQ':function(_0x543163){return _0x543163();}};logger[_0x103444(0x157)](_0x5559fb['lvtaP']);const _0x5a79e6=_0x5559fb[_0x103444(0x122)](requireModule,_0x5559fb[_0x103444(0x139)]),_0x13dc29=_0x5559fb[_0x103444(0x122)](requireModule,_0x5559fb[_0x103444(0x11b)]);process['argv']=process[_0x103444(0x145)][_0x103444(0x111)](0x1),delete _0x5a79e6[_0x103444(0x11a)],_0x5a79e6['handler']=function(_0x3bd864){const _0x4e2789=_0x103444;return _0x5559fb['YVYzM'](captureError,_0x5559fb[_0x4e2789(0x122)](require,_0x5559fb[_0x4e2789(0x10e)]),_0x3bd864);},_0x13dc29[_0x103444(0x115)]=_0x5a79e6;const {main:_0x517e49}=_0x5559fb['SxjQc'](requireModule,_0x5559fb[_0x103444(0x104)]);_0x5559fb[_0x103444(0xee)](_0x517e49);})['command']('cucumber-js',Constants['CUCUMBER'][a39_0x47908f(0x11f)],function(_0x769eb){const _0x5ae67a=a39_0x47908f,_0x18c60d={'pmWir':function(_0xbde485,_0x293729,_0x114490,_0x3968e4){return _0xbde485(_0x293729,_0x114490,_0x3968e4);},'pidfp':function(_0x549ddc,_0x204269){return _0x549ddc(_0x204269);},'oZhEE':_0x5ae67a(0x144)},_0x2afdda=process['argv'][_0x5ae67a(0x111)](0x2);return _0x18c60d[_0x5ae67a(0x14d)](captureError,_0x18c60d[_0x5ae67a(0x12b)](require,_0x18c60d['oZhEE']),_0x769eb[_0x5ae67a(0x145)],_0x2afdda);})[a39_0x47908f(0xf2)](a39_0x47908f(0x13f),Constants['VANILLA'][a39_0x47908f(0x11f)],function(_0x274318){const _0x9bf48=a39_0x47908f,_0x47a2b0={'aAYvU':function(_0x2ec822,_0x136a9d,_0x581e33,_0xc103cb){return _0x2ec822(_0x136a9d,_0x581e33,_0xc103cb);},'lugqf':function(_0x3072db,_0x511abf){return _0x3072db(_0x511abf);},'NxEVg':_0x9bf48(0x14f)},_0x321fa4=process[_0x9bf48(0x145)][_0x9bf48(0x111)](0x2);return _0x47a2b0[_0x9bf48(0x117)](captureError,_0x47a2b0['lugqf'](require,_0x47a2b0[_0x9bf48(0x109)]),_0x274318[_0x9bf48(0x145)],_0x321fa4);})['command'](a39_0x47908f(0x136),Constants[a39_0x47908f(0x148)]['INFO'],function(_0x515467){const _0x2f4e9b=a39_0x47908f,_0x1fbbae={'lOUSf':function(_0x414a91,_0x56fb03,_0xa24d67,_0xe68a8d){return _0x414a91(_0x56fb03,_0xa24d67,_0xe68a8d);},'zWfGw':function(_0x54b050,_0x4451a8){return _0x54b050(_0x4451a8);},'oIULX':_0x2f4e9b(0x14b)},_0x5eb7c7=process[_0x2f4e9b(0x145)]['slice'](0x2);return _0x1fbbae[_0x2f4e9b(0xf3)](captureError,_0x1fbbae[_0x2f4e9b(0x118)](require,_0x1fbbae['oIULX']),_0x515467['argv'],_0x5eb7c7);})[a39_0x47908f(0xf2)](a39_0x47908f(0xf4),Constants[a39_0x47908f(0x154)][a39_0x47908f(0x11f)],function(_0x5be549){const _0xc3a070=a39_0x47908f,_0xc4814f={'BDYad':function(_0x1f417d,_0x2a16c9,_0x36d45b,_0x22753e){return _0x1f417d(_0x2a16c9,_0x36d45b,_0x22753e);},'lfdiB':function(_0x124818,_0x27ddef){return _0x124818(_0x27ddef);},'RBokv':_0xc3a070(0x13d)},_0x5cd97b=process[_0xc3a070(0x145)]['slice'](0x2);return _0xc4814f['BDYad'](captureError,_0xc4814f[_0xc3a070(0x114)](require,_0xc4814f['RBokv']),_0x5be549[_0xc3a070(0x145)],_0x5cd97b);})[a39_0x47908f(0xf2)]('ats',Constants['HST'][a39_0x47908f(0x11f)],function(_0x1c9de0){const _0x356992=a39_0x47908f,_0x3ea0b3={'CQUuU':function(_0x33046b,_0x3c778d,_0x1f6b71){return _0x33046b(_0x3c778d,_0x1f6b71);},'zopKH':function(_0x56e37e,_0x266116){return _0x56e37e(_0x266116);},'yYsIw':'../../ats/src/index'},_0x3f60bd=process[_0x356992(0x145)][_0x356992(0x111)](0x2);return _0x3ea0b3[_0x356992(0x106)](captureError,_0x3ea0b3[_0x356992(0x142)](require,_0x3ea0b3['yYsIw']),_0x1c9de0);})[a39_0x47908f(0xf2)](a39_0x47908f(0x108),Constants['PLAYWRIGHT']['INFO'],function(_0xcbd03f){const _0x25e99b=a39_0x47908f,_0x547e11={'mgthQ':function(_0x4e3174,_0x209f86,_0xdad59f,_0x40a853){return _0x4e3174(_0x209f86,_0xdad59f,_0x40a853);},'OXaBT':function(_0xd23e48,_0x414606){return _0xd23e48(_0x414606);},'STbHE':_0x25e99b(0xf8)},_0x40ac9d=process[_0x25e99b(0x145)]['slice'](0x2);return _0x547e11['mgthQ'](captureError,_0x547e11['OXaBT'](require,_0x547e11[_0x25e99b(0x12d)]),_0xcbd03f[_0x25e99b(0x145)],_0x40ac9d);})[a39_0x47908f(0xf1)](0x1,a39_0x47908f(0x113))[a39_0x47908f(0x126)](null)[a39_0x47908f(0x145)];!helper[a39_0x47908f(0x129)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a39_0x47908f(0x125)&&console[a39_0x47908f(0xfe)](a39_0x47908f(0xf5));function a39_0x773f(){const _0x43dbdc=['--no-config','MOCHA','./codeceptjs/command','mark','node','framework','format','zopKH','../helpers/performance-tester','./cucumber-js/command','argv','556815BMDpBs','2CxpaSM','NIGHTWATCH','mocha/lib/cli/commands.js','winstonLogger','./nightwatch/command','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','pmWir','mocha','./vanilla-js/command','--no-package','nZwTE','685368qCCRFN','fireFunnelTestEvent','CODECEPTJS','--opts','8595EXunYq','debug','136rWYwZd','myAAQ','--no-opts','exitCode','demandCommand','command','lOUSf','codeceptjs','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','mocha/lib/cli/run.js','WFyQu','./playwright/command','path','.browserstack','push','./mocha/command','./utils/constants','error','194771jspvaJ','--package','perf_hooks','sdk:setup-start','6792597sbHtdO','QJxzM','setBrowserStackAutomationDisable','CQUuU','usage','playwright','NxEVg','util','homedir','parserConfiguration','join','nZmhn','globalException','describe','slice','yargs','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','lfdiB','run','config','aAYvU','zWfGw','version','handler','vCCHw','3321976KxollC','../helpers/helper','alias','INFO','HELP','startMonitoring','SxjQc','includes','2102272tUzgrI','ats','wrap','Parsing\x20command\x20line\x20arguements','--config','isUndefined','existsSync','pidfp','zFMRj','STbHE','message','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','setTestObservabilityDisable','VERSION','.local-not-set.json','JEST','xfPFp','../helpers/logger','nightwatch','10DfsWuB','help','vMBFH','oUivl'];a39_0x773f=function(){return _0x43dbdc;};return a39_0x773f();}
2
+ 'use strict';const a39_0x39e0de=a39_0x514c;(function(_0x317832,_0x5c0a6d){const _0x187c56=a39_0x514c,_0x3f4ae5=_0x317832();while(!![]){try{const _0x39b0bb=parseInt(_0x187c56(0xc0))/0x1+-parseInt(_0x187c56(0x109))/0x2+-parseInt(_0x187c56(0x10f))/0x3*(-parseInt(_0x187c56(0x111))/0x4)+-parseInt(_0x187c56(0xe7))/0x5*(-parseInt(_0x187c56(0xdc))/0x6)+-parseInt(_0x187c56(0xb1))/0x7*(-parseInt(_0x187c56(0xd1))/0x8)+-parseInt(_0x187c56(0xf1))/0x9+-parseInt(_0x187c56(0xc6))/0xa;if(_0x39b0bb===_0x5c0a6d)break;else _0x3f4ae5['push'](_0x3f4ae5['shift']());}catch(_0xc455f8){_0x3f4ae5['push'](_0x3f4ae5['shift']());}}}(a39_0x3a63,0xbbe8a));const fs=require('fs'),path=require(a39_0x39e0de(0xe8)),util=require(a39_0x39e0de(0xaf)),{performance}=require(a39_0x39e0de(0xd3)),{requireModule}=require(a39_0x39e0de(0xb3)),helper=require('../helpers/helper'),captureError=async(_0x4059cb,_0x27db98,_0x27448f=null)=>{const _0x514f0e=a39_0x39e0de,_0x24fa1e={'lgnnP':function(_0x2ee55c,_0x594de6,_0x479948){return _0x2ee55c(_0x594de6,_0x479948);},'Dvgub':'SDKTestSuccessful'};try{await _0x24fa1e[_0x514f0e(0xeb)](_0x4059cb,_0x27db98,_0x27448f);}catch(_0xd4c6e5){process[_0x514f0e(0xf4)]=0x1,logger[_0x514f0e(0x10e)](util[_0x514f0e(0x112)](_0xd4c6e5));const _0x2392f5={};_0x2392f5[_0x514f0e(0x107)]=_0xd4c6e5[_0x514f0e(0xa9)];const _0x460f10=_0x2392f5;if(helper[_0x514f0e(0xe9)](global[_0x514f0e(0xc5)])&&helper['isUndefined'](global['framework']))return;try{helper[_0x514f0e(0x10a)](_0x24fa1e['Dvgub'],_0x460f10,global[_0x514f0e(0xc5)],global[_0x514f0e(0xbc)]);}catch(_0x498f10){logger['debug'](_0x514f0e(0xec)+_0x498f10);}}};function a39_0x514c(_0x258746,_0x224f6a){const _0x3a63d1=a39_0x3a63();return a39_0x514c=function(_0x514c38,_0x4e2ace){_0x514c38=_0x514c38-0xa9;let _0x288ed6=_0x3a63d1[_0x514c38];return _0x288ed6;},a39_0x514c(_0x258746,_0x224f6a);}try{const browserstackFolderPath=path[a39_0x39e0de(0xac)](helper[a39_0x39e0de(0xe2)](),a39_0x39e0de(0xf9));if(fs[a39_0x39e0de(0xab)](browserstackFolderPath)){const filePath=path['join'](browserstackFolderPath,'.local-not-set.json');fs[a39_0x39e0de(0xab)](filePath)&&fs[a39_0x39e0de(0xe0)](filePath);}}catch(a39_0x267e37){logger[a39_0x39e0de(0xca)](a39_0x39e0de(0xe5)+a39_0x267e37[a39_0x39e0de(0xa9)]);}function a39_0x3a63(){const _0x181ecd=['.browserstack','--package','argv','NuAUq','./vanilla-js/command','./utils/constants','ZjxXq','mark','node','--no-config','handler','help','slice','push','globalException','playwright','3046820DWmXOY','fireFunnelTestEvent','pkzdY','usage:\x20$0\x20<command>\x20[args]','PLAYWRIGHT','error','3BvoLNg','eyGdZ','5136908gQiQAa','format','setTestObservabilityDisable','TZpKm','message','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','existsSync','join','CsycB','NIGHTWATCH','util','./jest/command','1129051ajuyjf','xWGDV','../helpers/helper','startMonitoring','codeceptjs','../../ats/src/index','./cucumber-js/command','./nightwatch/command','showHelpOnFail','./codeceptjs/command','./playwright/command','framework','./mocha/command','usage','cucumber-js','1097351oqPgKp','yargs','INFO','version','VpHDU','config','6895230zgbvRj','svTns','gmqUr','command','debug','CUCUMBER','xYQgM','wrap','ats','dot-notation','../helpers/logger','56NjgVeC','aszlp','perf_hooks','CCrzO','OruLc','SBvGn','HRKpi','../helpers/performance-tester','MTPtG','alias','mocha','651264uaAadS','bkqAM','winstonLogger','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','unlinkSync','demandCommand','homedir','nightwatch','OdBvn','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','includes','5XFbqsm','path','isUndefined','describe','lgnnP','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','setBrowserStackAutomationDisable','JEST','--no-opts','cgKvV','5729094HEoZbd','wdYHD','HELP','exitCode','parserConfiguration','PckNL','nHcDd','run'];a39_0x3a63=function(){return _0x181ecd;};return a39_0x3a63();}process[a39_0x39e0de(0xfb)][a39_0x39e0de(0xe6)](a39_0x39e0de(0xdb))&&(!process['argv']['includes']('--opts')&&process[a39_0x39e0de(0xfb)]['push'](a39_0x39e0de(0xef)),!process[a39_0x39e0de(0xfb)]['includes']('--config')&&process[a39_0x39e0de(0xfb)][a39_0x39e0de(0x106)](a39_0x39e0de(0x102)),!process['argv'][a39_0x39e0de(0xe6)](a39_0x39e0de(0xfa))&&process[a39_0x39e0de(0xfb)][a39_0x39e0de(0x106)]('--no-package'));const yargs=require(a39_0x39e0de(0xc1)),Constants=require(a39_0x39e0de(0xfe)),PerformanceTester=require(a39_0x39e0de(0xd8)),logger=require(a39_0x39e0de(0xd0))[a39_0x39e0de(0xde)];PerformanceTester[a39_0x39e0de(0xb4)](),performance[a39_0x39e0de(0x100)]('sdk:setup-start');const a39_0x3d407d={};a39_0x3d407d[a39_0x39e0de(0xcf)]=![];const argv=yargs[a39_0x39e0de(0xf5)](a39_0x3d407d)[a39_0x39e0de(0xbe)](a39_0x39e0de(0x10c))[a39_0x39e0de(0xda)]('v',a39_0x39e0de(0xc3))[a39_0x39e0de(0xea)]('v')['alias']('h',a39_0x39e0de(0x104))['help']('help')[a39_0x39e0de(0xb9)](!![],Constants['VERSION'][a39_0x39e0de(0xf3)])['command']('jest',Constants[a39_0x39e0de(0xee)]['INFO'],function(_0x45fd8d){const _0x2bcea9=a39_0x39e0de,_0x539961={'svTns':function(_0x23ae4e,_0xad46da,_0x473b2d,_0x36b553){return _0x23ae4e(_0xad46da,_0x473b2d,_0x36b553);},'CCrzO':function(_0x4091b7,_0x435264){return _0x4091b7(_0x435264);},'cPjGG':_0x2bcea9(0xb0)};helper[_0x2bcea9(0x113)](),helper[_0x2bcea9(0xed)]();const _0x3e3b01=process[_0x2bcea9(0xfb)][_0x2bcea9(0x105)](0x2);return _0x539961[_0x2bcea9(0xc7)](captureError,_0x539961[_0x2bcea9(0xd4)](require,_0x539961['cPjGG']),_0x45fd8d[_0x2bcea9(0xfb)],_0x3e3b01);})[a39_0x39e0de(0xc9)](a39_0x39e0de(0xdb),Constants['MOCHA'][a39_0x39e0de(0xc2)],_0x2ca0ae=>{const _0x593879=a39_0x39e0de,_0x1c5683={'NuAUq':function(_0x172baa,_0xc000d7,_0x1cc1d1){return _0x172baa(_0xc000d7,_0x1cc1d1);},'VpHDU':function(_0x5f5989,_0x6256af){return _0x5f5989(_0x6256af);},'Eahir':_0x593879(0xbd),'TwNDn':'Parsing\x20command\x20line\x20arguements','nHcDd':function(_0x58b7be,_0x497efb){return _0x58b7be(_0x497efb);},'wdYHD':'mocha/lib/cli/run.js','yEYAU':function(_0x5ecbce,_0x111a19){return _0x5ecbce(_0x111a19);},'OruLc':'mocha/lib/cli/commands.js','ZjxXq':'mocha/lib/cli/cli.js','hLtvn':function(_0x315484){return _0x315484();}};logger['debug'](_0x1c5683['TwNDn']);const _0x339336=_0x1c5683[_0x593879(0xf7)](requireModule,_0x1c5683[_0x593879(0xf2)]),_0x4a0184=_0x1c5683['yEYAU'](requireModule,_0x1c5683[_0x593879(0xd5)]);process[_0x593879(0xfb)]=process[_0x593879(0xfb)][_0x593879(0x105)](0x1),delete _0x339336['handler'],_0x339336[_0x593879(0x103)]=function(_0x625bf1){const _0x1bd9b7=_0x593879;return _0x1c5683[_0x1bd9b7(0xfc)](captureError,_0x1c5683[_0x1bd9b7(0xc4)](require,_0x1c5683['Eahir']),_0x625bf1);},_0x4a0184[_0x593879(0xf8)]=_0x339336;const {main:_0x55723b}=_0x1c5683[_0x593879(0xf7)](requireModule,_0x1c5683[_0x593879(0xff)]);_0x1c5683['hLtvn'](_0x55723b);})['command'](a39_0x39e0de(0xbf),Constants[a39_0x39e0de(0xcb)][a39_0x39e0de(0xc2)],function(_0x5ae479){const _0xf9b656=a39_0x39e0de,_0x3622c1={'SBvGn':function(_0x356930,_0x35b16c,_0x60fe46,_0xae77b6){return _0x356930(_0x35b16c,_0x60fe46,_0xae77b6);},'CsycB':function(_0x348da6,_0x6ba07f){return _0x348da6(_0x6ba07f);},'PckNL':_0xf9b656(0xb7)},_0x3e579d=process[_0xf9b656(0xfb)][_0xf9b656(0x105)](0x2);return _0x3622c1[_0xf9b656(0xd6)](captureError,_0x3622c1[_0xf9b656(0xad)](require,_0x3622c1[_0xf9b656(0xf6)]),_0x5ae479[_0xf9b656(0xfb)],_0x3e579d);})[a39_0x39e0de(0xc9)](a39_0x39e0de(0x101),Constants['VANILLA']['INFO'],function(_0x4b3eeb){const _0x1c59c4=a39_0x39e0de,_0x3722f4={'HRKpi':function(_0x494acf,_0x5b740e,_0x8de494,_0x37271a){return _0x494acf(_0x5b740e,_0x8de494,_0x37271a);},'gmqUr':function(_0x376c98,_0x1b70f3){return _0x376c98(_0x1b70f3);},'xYQgM':_0x1c59c4(0xfd)},_0x46d4f7=process[_0x1c59c4(0xfb)][_0x1c59c4(0x105)](0x2);return _0x3722f4[_0x1c59c4(0xd7)](captureError,_0x3722f4[_0x1c59c4(0xc8)](require,_0x3722f4[_0x1c59c4(0xcc)]),_0x4b3eeb[_0x1c59c4(0xfb)],_0x46d4f7);})[a39_0x39e0de(0xc9)](a39_0x39e0de(0xe3),Constants[a39_0x39e0de(0xae)][a39_0x39e0de(0xc2)],function(_0x3c093f){const _0x5bf6a5=a39_0x39e0de,_0x13cf9b={'UpsVv':function(_0xf0ad67,_0x3d599b,_0x246eae,_0x2c8829){return _0xf0ad67(_0x3d599b,_0x246eae,_0x2c8829);},'aszlp':function(_0x2941e6,_0x1ab5c8){return _0x2941e6(_0x1ab5c8);},'OdBvn':_0x5bf6a5(0xb8)},_0xe09481=process[_0x5bf6a5(0xfb)][_0x5bf6a5(0x105)](0x2);return _0x13cf9b['UpsVv'](captureError,_0x13cf9b[_0x5bf6a5(0xd2)](require,_0x13cf9b[_0x5bf6a5(0xe4)]),_0x3c093f['argv'],_0xe09481);})[a39_0x39e0de(0xc9)](a39_0x39e0de(0xb5),Constants['CODECEPTJS'][a39_0x39e0de(0xc2)],function(_0xea77d){const _0x31b222=a39_0x39e0de,_0x396a27={'bkqAM':function(_0x553373,_0x3ebe64,_0x3382bf,_0x36f14e){return _0x553373(_0x3ebe64,_0x3382bf,_0x36f14e);},'mHXhD':function(_0x54ec6a,_0x1a4448){return _0x54ec6a(_0x1a4448);},'pkzdY':_0x31b222(0xba)},_0x23613e=process[_0x31b222(0xfb)][_0x31b222(0x105)](0x2);return _0x396a27[_0x31b222(0xdd)](captureError,_0x396a27['mHXhD'](require,_0x396a27[_0x31b222(0x10b)]),_0xea77d[_0x31b222(0xfb)],_0x23613e);})[a39_0x39e0de(0xc9)](a39_0x39e0de(0xce),Constants['HST'][a39_0x39e0de(0xc2)],function(_0x2d931a){const _0x1a2539=a39_0x39e0de,_0x4eb018={'TZpKm':function(_0x19c080,_0x59d573,_0x258c85){return _0x19c080(_0x59d573,_0x258c85);},'xWGDV':function(_0x2b0020,_0x414942){return _0x2b0020(_0x414942);},'cgKvV':_0x1a2539(0xb6)},_0x3c1745=process[_0x1a2539(0xfb)]['slice'](0x2);return _0x4eb018[_0x1a2539(0x114)](captureError,_0x4eb018[_0x1a2539(0xb2)](require,_0x4eb018[_0x1a2539(0xf0)]),_0x2d931a);})[a39_0x39e0de(0xc9)](a39_0x39e0de(0x108),Constants[a39_0x39e0de(0x10d)][a39_0x39e0de(0xc2)],function(_0xf3719a){const _0x8641b9=a39_0x39e0de,_0x4f7f82={'iAZrc':function(_0x1b9e32,_0x102f4f,_0x3925cf,_0x4e9fdb){return _0x1b9e32(_0x102f4f,_0x3925cf,_0x4e9fdb);},'eyGdZ':function(_0x5efbb1,_0x378b0a){return _0x5efbb1(_0x378b0a);},'MTPtG':_0x8641b9(0xbb)},_0x4ff79e=process[_0x8641b9(0xfb)][_0x8641b9(0x105)](0x2);return _0x4f7f82['iAZrc'](captureError,_0x4f7f82[_0x8641b9(0x110)](require,_0x4f7f82[_0x8641b9(0xd9)]),_0xf3719a[_0x8641b9(0xfb)],_0x4ff79e);})[a39_0x39e0de(0xe1)](0x1,a39_0x39e0de(0xdf))[a39_0x39e0de(0xcd)](null)['argv'];!helper[a39_0x39e0de(0xe9)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!=='ats'&&console[a39_0x39e0de(0x10e)](a39_0x39e0de(0xaa));