browserstack-node-sdk 1.32.1 → 1.32.3

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 (117) 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/templates/nginx/helper.yaml +12 -12
  25. package/ats/src/templates/nginx/pods-and-services.yaml +35 -22
  26. package/ats/src/templates/nginx/private-pods-and-services.yaml +13 -8
  27. package/ats/src/utils/AWSUtils.js +1 -1
  28. package/ats/src/utils/createAutoscalerStack.js +1 -1
  29. package/ats/src/utils/createClusterStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteStack.js +1 -1
  32. package/ats/src/utils/gridComponents.js +1 -1
  33. package/ats/src/utils/hstUtils.js +1 -1
  34. package/ats/src/utils/instrumentationUtils.js +1 -1
  35. package/ats/src/utils/userInput.js +1 -1
  36. package/ats/src/utils/utilityMethods.js +1 -1
  37. package/ats/src/utils/webSocketUtils.js +1 -1
  38. package/package.json +1 -1
  39. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  40. package/src/bin/codeceptjs/command.js +1 -1
  41. package/src/bin/codeceptjs/helper.js +1 -1
  42. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  43. package/src/bin/cucumber-js/command.js +1 -1
  44. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  45. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  46. package/src/bin/cucumber-js/test.setup.js +1 -1
  47. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  48. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  49. package/src/bin/jest/command.js +1 -1
  50. package/src/bin/jest/customImplements/customCircus.js +1 -1
  51. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  52. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  53. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  54. package/src/bin/jest/jest.setup.js +1 -1
  55. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  56. package/src/bin/jest/test-observability/helper.js +1 -1
  57. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  58. package/src/bin/jest/test-observability/test-details.js +1 -1
  59. package/src/bin/jest/test_before.setup.js +1 -1
  60. package/src/bin/launcher/launcher.js +1 -1
  61. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  62. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/mocha/command.js +1 -1
  64. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  65. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  66. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  67. package/src/bin/mocha/test.setup.js +1 -1
  68. package/src/bin/nightwatch/command.js +1 -1
  69. package/src/bin/playwright/accessibility-helper.js +1 -1
  70. package/src/bin/playwright/command.js +1 -1
  71. package/src/bin/playwright/globalSetup.js +1 -1
  72. package/src/bin/playwright/mock-process.js +1 -1
  73. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/w3cMapping.js +1 -1
  116. package/src/hubAllocationMethods.js +1 -1
  117. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a13_0x66be27=a13_0x162f;(function(_0x35278b,_0x1310ef){const _0x41169b=a13_0x162f,_0x4e1869=_0x35278b();while(!![]){try{const _0x449e19=-parseInt(_0x41169b(0x216))/0x1*(parseInt(_0x41169b(0x1e9))/0x2)+-parseInt(_0x41169b(0x1f1))/0x3+-parseInt(_0x41169b(0x209))/0x4*(-parseInt(_0x41169b(0x20c))/0x5)+parseInt(_0x41169b(0x20e))/0x6*(-parseInt(_0x41169b(0x213))/0x7)+-parseInt(_0x41169b(0x205))/0x8+parseInt(_0x41169b(0x21d))/0x9+parseInt(_0x41169b(0x1ed))/0xa;if(_0x449e19===_0x1310ef)break;else _0x4e1869['push'](_0x4e1869['shift']());}catch(_0x4c10f9){_0x4e1869['push'](_0x4e1869['shift']());}}}(a13_0x3b17,0xd13c0));const {requireModule}=require(a13_0x66be27(0x21b)),ObservabilityReporter=require(a13_0x66be27(0x1d2)),RequestQueueHandler=require(a13_0x66be27(0x201)),TestDetails=require(a13_0x66be27(0x1ef)),{patchConsoleLogger,debug}=require(a13_0x66be27(0x218)),{o11yErrorHandler}=require(a13_0x66be27(0x1dc)),exportsI=requireModule(a13_0x66be27(0x1f4)),initInitialize=exportsI[a13_0x66be27(0x215)];function a13_0x162f(_0xb01f29,_0x424762){const _0x3b171d=a13_0x3b17();return a13_0x162f=function(_0x162fab,_0x5885eb){_0x162fab=_0x162fab-0x1c6;let _0x82d7ab=_0x3b171d[_0x162fab];return _0x82d7ab;},a13_0x162f(_0xb01f29,_0x424762);}exportsI[a13_0x66be27(0x215)]=(..._0x59f7a2)=>{const _0x3bb454=a13_0x66be27,_0x2cee03={'CIQxq':function(_0x1e6b46,_0x4f4fc7){return _0x1e6b46(_0x4f4fc7);},'QnPJv':function(_0x4ce8df){return _0x4ce8df();},'FgWrm':function(_0x10d625,_0x4de0d5){return _0x10d625(_0x4de0d5);},'hQiVT':_0x3bb454(0x21a),'GovTC':_0x3bb454(0x211),'Tzlcw':function(_0x3aa378,_0x1d5315){return _0x3aa378!==_0x1d5315;},'YnnHS':_0x3bb454(0x1cb),'sQisE':'JXPXN','rhHIa':_0x3bb454(0x200),'hOdcB':'pajde','aPzDq':'HookRunStarted','sAtNi':_0x3bb454(0x1c9),'eSHoL':function(_0x55d279,_0x161908){return _0x55d279===_0x161908;},'XsFTw':'cBGWM','ErKUB':_0x3bb454(0x20a),'FQIHA':'hook_failure','qOkUs':_0x3bb454(0x220),'iIjVX':'beforeEach','RyLcu':'afterEach','MNJMX':function(_0x99546d,_0x2f7443){return _0x99546d>_0x2f7443;},'QJify':function(_0x498a27,_0x5cb160){return _0x498a27===_0x5cb160;},'luhNs':'XaMlx','UlhhS':'CJEIy','YxZuT':_0x3bb454(0x208),'VPkhw':function(_0x28f50d,_0x2539ec){return _0x28f50d===_0x2539ec;},'KzlEK':'GBFQn','RgPtm':_0x3bb454(0x1e1),'cqNhY':_0x3bb454(0x1d6),'pgCcI':function(_0x447592,_0x56c1be){return _0x447592(_0x56c1be);},'PiNAy':'TestRunSkipped','lPMri':'run_describe_finish','dlnsa':_0x3bb454(0x1c7),'ysePO':_0x3bb454(0x1f5),'ufAfJ':_0x3bb454(0x1d1),'WczYn':function(_0x364ef1){return _0x364ef1();},'SjyfA':_0x3bb454(0x1f6),'mnoCi':function(_0x13033d,_0x81bd5c){return _0x13033d(_0x81bd5c);},'SvGYF':function(_0x3bf594,..._0x4e3ce5){return _0x3bf594(..._0x4e3ce5);}};try{const _0x7edd2c=new ObservabilityReporter();if(_0x7edd2c['testObservability']){if(_0x2cee03[_0x3bb454(0x1d5)](_0x2cee03[_0x3bb454(0x1fd)],_0x2cee03[_0x3bb454(0x21c)]))_0x2cee03[_0x3bb454(0x1e4)](patchConsoleLogger),_0x7edd2c[_0x3bb454(0x1d4)]();else{const _0x2e0d0b=_0x391a[_0x3bb454(0x1f7)](_0x4015e6['pid']+_0x3bb454(0x21e));_0x3e3d7f[_0x3bb454(0x1ea)][_0x3bb454(0x1e6)]=_0x2e0d0b;}}_0x7edd2c[_0x3bb454(0x1fa)]&&_0x2cee03['CIQxq'](requireModule,_0x2cee03[_0x3bb454(0x1cc)])[_0x3bb454(0x217)](_0x2cee03[_0x3bb454(0x1cf)](o11yErrorHandler,async(_0x542e08,_0x591ada)=>{const _0x4b473a=_0x3bb454,_0x5e1332={'JRQSy':function(_0x4075a6){const _0x3f8e50=a13_0x162f;return _0x2cee03[_0x3f8e50(0x1f2)](_0x4075a6);}},_0x5dc310=_0x2cee03[_0x4b473a(0x1f3)](requireModule,_0x2cee03[_0x4b473a(0x1ec)])[_0x4b473a(0x1e2)];switch(_0x542e08[_0x4b473a(0x1fc)]){case _0x2cee03[_0x4b473a(0x1d3)]:if(_0x7edd2c[_0x4b473a(0x1fa)]){if(_0x2cee03[_0x4b473a(0x1d5)](_0x2cee03[_0x4b473a(0x1e0)],_0x2cee03[_0x4b473a(0x1e0)]))_0x23d8a7['hook']['hookAnalyticsId']=_0x116095[_0x4b473a(0x1f7)](_0x386a5a[_0x4b473a(0x207)]+_0x4b473a(0x21e)),delete _0x4a3d78[_0x4b473a(0x1ea)][_0x4b473a(0x1db)];else{if(!_0x542e08[_0x4b473a(0x1ea)][_0x4b473a(0x1e6)]){if(_0x2cee03[_0x4b473a(0x1d5)](_0x2cee03[_0x4b473a(0x1e7)],_0x2cee03[_0x4b473a(0x1e7)]))_0x5e1332[_0x4b473a(0x1cd)](_0x101260),_0x594455['registerListeners']();else{const _0x220fc6=TestDetails['setTestUUID'](process['pid']+':hookAnalyticsId');_0x542e08[_0x4b473a(0x1ea)][_0x4b473a(0x1e6)]=_0x220fc6;}}else _0x542e08[_0x4b473a(0x1ea)][_0x4b473a(0x1db)]&&(_0x2cee03[_0x4b473a(0x1d5)](_0x2cee03['rhHIa'],_0x2cee03[_0x4b473a(0x1df)])?(_0x542e08[_0x4b473a(0x1ea)][_0x4b473a(0x1e6)]=TestDetails[_0x4b473a(0x1f7)](process['pid']+':hookAnalyticsId'),delete _0x542e08[_0x4b473a(0x1ea)]['markedStatus']):_0x1b4b87[_0x4b473a(0x202)](_0xbecf94)['forEach'](_0x1dcbd5=>{try{_0x34d2db&&(_0x3eebb1[_0x1dcbd5]=_0x4bb11d[_0x1dcbd5]);}catch{}}));_0x542e08[_0x4b473a(0x1ea)][_0x4b473a(0x1fb)]=new Date()[_0x4b473a(0x1d0)](),await _0x7edd2c[_0x4b473a(0x214)](_0x542e08['hook'],undefined,![],_0x2cee03['aPzDq']);}}break;case _0x2cee03[_0x4b473a(0x212)]:_0x7edd2c[_0x4b473a(0x1fa)]&&(_0x2cee03[_0x4b473a(0x1e3)](_0x2cee03[_0x4b473a(0x20b)],_0x2cee03['XsFTw'])?(await _0x7edd2c['sendTestRunEvent'](_0x542e08[_0x4b473a(0x1ea)],undefined,![],_0x2cee03['ErKUB']),TestDetails[_0x4b473a(0x1fe)](process[_0x4b473a(0x207)]+_0x4b473a(0x21e))):_0x2cee03['CIQxq'](_0x21d1c7,_0x4b473a(0x1ee)+_0x33d8cf));break;case _0x2cee03['FQIHA']:[_0x2cee03[_0x4b473a(0x206)],_0x2cee03['iIjVX'],_0x2cee03[_0x4b473a(0x1ff)]][_0x4b473a(0x1de)](_0x542e08['hook'][_0x4b473a(0x20f)])&&(_0x7edd2c[_0x4b473a(0x1d8)]=_0x542e08[_0x4b473a(0x1ea)]['type']),_0x591ada[_0x4b473a(0x219)]&&_0x2cee03[_0x4b473a(0x1f0)](_0x591ada['unhandledErrors'][_0x4b473a(0x1c6)],0x0)&&(_0x542e08[_0x4b473a(0x1ea)][_0x4b473a(0x20d)]=[_0x591ada[_0x4b473a(0x219)][0x0][0x0]]);if(_0x7edd2c[_0x4b473a(0x1fa)]){if(_0x2cee03[_0x4b473a(0x210)](_0x2cee03[_0x4b473a(0x204)],_0x2cee03[_0x4b473a(0x1dd)]))try{_0x4234ca&&(_0x27978e[_0xb9aa67]=_0x4b3d73[_0x51ce4b]);}catch{}else await _0x7edd2c[_0x4b473a(0x214)](_0x542e08[_0x4b473a(0x1ea)],undefined,![],_0x2cee03[_0x4b473a(0x1ce)]),TestDetails['removeTestUUID'](process[_0x4b473a(0x207)]+':hookAnalyticsId');}break;case _0x2cee03['YxZuT']:_0x7edd2c[_0x4b473a(0x1fa)]&&(_0x2cee03[_0x4b473a(0x1da)](_0x2cee03[_0x4b473a(0x1e8)],_0x2cee03[_0x4b473a(0x1e8)])?await _0x7edd2c[_0x4b473a(0x1d7)](_0x542e08[_0x4b473a(0x21f)]):_0x37b03d&&(_0x58dedc[_0x403c99]=_0x1f7932[_0x1eacd8]));break;case _0x2cee03[_0x4b473a(0x1f8)]:_0x542e08[_0x4b473a(0x21f)]={..._0x2cee03[_0x4b473a(0x1f3)](_0x5dc310,_0x542e08['test']),..._0x542e08[_0x4b473a(0x21f)]};_0x7edd2c[_0x4b473a(0x1fa)]&&(_0x7edd2c['testObservability']&&(!_0x542e08['test'][_0x4b473a(0x1db)]&&(_0x542e08[_0x4b473a(0x21f)][_0x4b473a(0x1db)]=!![],await _0x7edd2c[_0x4b473a(0x214)](_0x542e08['test']))));break;case _0x2cee03['cqNhY']:_0x542e08[_0x4b473a(0x21f)]={..._0x2cee03['pgCcI'](_0x5dc310,_0x542e08[_0x4b473a(0x21f)]),..._0x542e08['test']};_0x7edd2c[_0x4b473a(0x1fa)]&&(_0x7edd2c[_0x4b473a(0x1fa)]&&(!_0x542e08['test'][_0x4b473a(0x1db)]&&(_0x542e08[_0x4b473a(0x21f)][_0x4b473a(0x1db)]=!![],await _0x7edd2c[_0x4b473a(0x214)](_0x542e08[_0x4b473a(0x21f)],undefined,![],_0x2cee03[_0x4b473a(0x1e5)]))));break;case _0x2cee03[_0x4b473a(0x1ca)]:_0x7edd2c[_0x4b473a(0x1d8)]=null;break;case _0x2cee03[_0x4b473a(0x1eb)]:await RequestQueueHandler['getInstance']()[_0x4b473a(0x1f9)](),process[_0x4b473a(0x1c8)]();break;default:}}));}catch(_0xeb6e04){_0x2cee03['pgCcI'](debug,_0x3bb454(0x1ee)+_0xeb6e04);}return _0x2cee03[_0x3bb454(0x1d9)](initInitialize,..._0x59f7a2);};function a13_0x3b17(){const _0x423b79=['unhandledErrors','jest-circus/build/utils.js','../../../helpers/helper','ufAfJ','12002679Ochbof',':hookAnalyticsId','test','beforeAll','length','teardown','removeAllListeners','hook_success','lPMri','LeqCG','SjyfA','JRQSy','ErKUB','mnoCi','toISOString','wWcur','../test-observability/obsReporter','GovTC','registerListeners','Tzlcw','test_skip','testStarted','hook_failure','SvGYF','VPkhw','markedStatus','../../../helpers/test-observability/error-handler','UlhhS','includes','hOdcB','YnnHS','test_done','makeSingleTestResult','eSHoL','WczYn','PiNAy','hookAnalyticsId','sQisE','KzlEK','80uhBzXn','hook','dlnsa','hQiVT','27849480xnJRro','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','../test-observability/test-details','MNJMX','2966988hCIvvp','QnPJv','FgWrm','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','LNHUq','jest-circus/build/state.js','setTestUUID','RgPtm','shutdown','testObservability','started_at','name','ysePO','removeTestUUID','RyLcu','btjPh','../../../helpers/test-observability/requestQueueHandler','keys','forEach','luhNs','12683976ZLnxdT','qOkUs','pid','test_start','1552DRTzFC','HookRunFinished','XsFTw','12195sgOkiO','errorsDetailed','1528434DpRAOB','type','QJify','hook_start','sAtNi','42kySvia','sendTestRunEvent','initialize','2624QIkalT','addEventHandler','../../../helpers/test-observability/utils'];a13_0x3b17=function(){return _0x423b79;};return a13_0x3b17();}try{Object['keys'](exportsI)[a13_0x66be27(0x203)](_0x25a361=>{try{exports&&(exports[_0x25a361]=exportsI[_0x25a361]);}catch{}});}catch{}
1
+ const a13_0x1a5681=a13_0x2225;(function(_0x5cf760,_0x1eeb7f){const _0x53ff5a=a13_0x2225,_0x5de551=_0x5cf760();while(!![]){try{const _0x47c584=-parseInt(_0x53ff5a(0x14f))/0x1+-parseInt(_0x53ff5a(0x1a0))/0x2+-parseInt(_0x53ff5a(0x17b))/0x3+-parseInt(_0x53ff5a(0x1a7))/0x4+parseInt(_0x53ff5a(0x17f))/0x5*(parseInt(_0x53ff5a(0x166))/0x6)+-parseInt(_0x53ff5a(0x15e))/0x7+parseInt(_0x53ff5a(0x16a))/0x8;if(_0x47c584===_0x1eeb7f)break;else _0x5de551['push'](_0x5de551['shift']());}catch(_0x209534){_0x5de551['push'](_0x5de551['shift']());}}}(a13_0x5533,0xdf108));const {requireModule}=require(a13_0x1a5681(0x185)),ObservabilityReporter=require(a13_0x1a5681(0x1aa)),RequestQueueHandler=require(a13_0x1a5681(0x16f)),TestDetails=require(a13_0x1a5681(0x16d)),{patchConsoleLogger,debug}=require(a13_0x1a5681(0x182)),{o11yErrorHandler}=require(a13_0x1a5681(0x17a)),exportsI=requireModule(a13_0x1a5681(0x192)),initInitialize=exportsI[a13_0x1a5681(0x186)];function a13_0x5533(){const _0x3508b3=['../../../helpers/test-observability/error-handler','3319143LlhVYh','SABmF','hook_success','name','5IyxUWw','fxWRZ','jest-circus/build/utils.js','../../../helpers/test-observability/utils','toISOString','afterEach','../../../helpers/helper','initialize','qJuXh','length','test','TozYp','yVnKJ','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','dpLjd','removeTestUUID','pid','hook_failure','started_at','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','markedStatus','hookAnalyticsId','vNaWb','CQgzC','QfbLt','ApSGX','getInstance','setTestUUID','wNtcD','hook_start','vzNTQ','mxMEa','VvZWn','1869320oOxaTP','teardown','vkmMy','THjpa','NwwlG','hUHKD','xhZoJ','692448DuKzlZ','PjZxI','zhyoP','../test-observability/obsReporter','349969YXHfGR','hook','TestRunSkipped','HmPof','test_skip','kCmVz','sendTestRunEvent','makeSingleTestResult','testStarted','beforeAll','tWIhO','registerListeners','type','sbQoO','sgNCO','9792944qduhlF','includes','vXQBR','unhandledErrors','jest-circus/build/state.js','gykVu','jaPHX',':hookAnalyticsId','3690642rXYmgu','OzrUs','BQuce','oqwlv','34093432gkMvDB','testObservability','eyWfS','../test-observability/test-details','bwine','../../../helpers/test-observability/requestQueueHandler','haGky','test_start','OWYQd','forEach','niezd','HookRunFinished','shutdown','run_describe_finish','uVONT','dbRdJ'];a13_0x5533=function(){return _0x3508b3;};return a13_0x5533();}function a13_0x2225(_0x2e8814,_0x8ed061){const _0x553317=a13_0x5533();return a13_0x2225=function(_0x222553,_0x9c687b){_0x222553=_0x222553-0x14f;let _0x2ecbf3=_0x553317[_0x222553];return _0x2ecbf3;},a13_0x2225(_0x2e8814,_0x8ed061);}exportsI[a13_0x1a5681(0x186)]=(..._0x2fd1ad)=>{const _0x38ada7=a13_0x1a5681,_0x205ef6={'dpLjd':function(_0x1cd5f9){return _0x1cd5f9();},'zdYZO':function(_0x850158,_0x38a265){return _0x850158(_0x38a265);},'mxMEa':function(_0x3e7bf2,_0x26395e){return _0x3e7bf2(_0x26395e);},'mvdas':_0x38ada7(0x181),'kCmVz':_0x38ada7(0x19c),'SABmF':function(_0x462508,_0x3e9976){return _0x462508===_0x3e9976;},'eyWfS':'KmoKa','OWYQd':_0x38ada7(0x167),'fxWRZ':function(_0x860352,_0x2859bd){return _0x860352!==_0x2859bd;},'dDjaX':_0x38ada7(0x18a),'IzLCH':'WtKyz','vNaWb':_0x38ada7(0x18b),'kVEdJ':_0x38ada7(0x1a8),'QPmfy':'HookRunStarted','haGky':_0x38ada7(0x17d),'jaPHX':function(_0x4bf6b3,_0x5eb4bb){return _0x4bf6b3!==_0x5eb4bb;},'NwwlG':_0x38ada7(0x19b),'cnmxQ':_0x38ada7(0x16e),'VvZWn':_0x38ada7(0x175),'vzNTQ':_0x38ada7(0x190),'tWIhO':_0x38ada7(0x158),'hUHKD':'beforeEach','MEZxO':_0x38ada7(0x184),'kSZIy':function(_0x1fcfc4,_0xa59175){return _0x1fcfc4>_0xa59175;},'QfbLt':_0x38ada7(0x1a3),'vkmMy':_0x38ada7(0x171),'gykVu':_0x38ada7(0x168),'qJuXh':'test_done','jVYaG':_0x38ada7(0x153),'vXQBR':function(_0x16fa4c,_0x358bd4){return _0x16fa4c(_0x358bd4);},'FIBfj':_0x38ada7(0x151),'zhyoP':_0x38ada7(0x177),'HmPof':_0x38ada7(0x1a1),'sbQoO':function(_0x20bae5,_0x20c5af){return _0x20bae5!==_0x20c5af;},'niezd':'LJPTY','sgNCO':'hFzrJ','uVONT':function(_0x55e130){return _0x55e130();},'ApSGX':function(_0x177c28,_0x33bc77){return _0x177c28(_0x33bc77);},'Shgvv':_0x38ada7(0x162),'CQgzC':function(_0x77c816,_0xce0e2d){return _0x77c816(_0xce0e2d);},'xhZoJ':function(_0x231c2d,_0x497983){return _0x231c2d(_0x497983);},'oqwlv':function(_0x4852e5,..._0x3eded0){return _0x4852e5(..._0x3eded0);}};try{const _0x733c26=new ObservabilityReporter();_0x733c26['testObservability']&&(_0x205ef6[_0x38ada7(0x15c)](_0x205ef6[_0x38ada7(0x174)],_0x205ef6[_0x38ada7(0x15d)])?(_0x205ef6[_0x38ada7(0x178)](patchConsoleLogger),_0x733c26[_0x38ada7(0x15a)]()):(_0x397207[_0x38ada7(0x150)][_0x38ada7(0x194)]=_0x480dc7[_0x38ada7(0x19a)](_0x3b33f7['pid']+_0x38ada7(0x165)),delete _0x2bd8ba[_0x38ada7(0x150)][_0x38ada7(0x193)])),_0x733c26[_0x38ada7(0x16b)]&&_0x205ef6[_0x38ada7(0x198)](requireModule,_0x205ef6['Shgvv'])['addEventHandler'](_0x205ef6[_0x38ada7(0x196)](o11yErrorHandler,async(_0x125aae,_0x3fc2d1)=>{const _0x11411b=_0x38ada7,_0x4c47d7={'dbRdJ':function(_0x1b65b3,_0x557baf){return _0x205ef6['zdYZO'](_0x1b65b3,_0x557baf);}},_0x37d324=_0x205ef6[_0x11411b(0x19e)](requireModule,_0x205ef6['mvdas'])[_0x11411b(0x156)];switch(_0x125aae[_0x11411b(0x17e)]){case _0x205ef6[_0x11411b(0x154)]:if(_0x733c26[_0x11411b(0x16b)]){if(_0x205ef6[_0x11411b(0x17c)](_0x205ef6[_0x11411b(0x16c)],_0x205ef6[_0x11411b(0x172)]))_0x52af2f['keys'](_0x583a60)['forEach'](_0x437fc9=>{try{_0x30fdb6&&(_0x60ebb5[_0x437fc9]=_0x1dc97b[_0x437fc9]);}catch{}});else{if(!_0x125aae['hook'][_0x11411b(0x194)]){if(_0x205ef6[_0x11411b(0x180)](_0x205ef6['dDjaX'],_0x205ef6['IzLCH'])){const _0x3b40d9=TestDetails[_0x11411b(0x19a)](process[_0x11411b(0x18f)]+_0x11411b(0x165));_0x125aae[_0x11411b(0x150)]['hookAnalyticsId']=_0x3b40d9;}else _0x205ef6[_0x11411b(0x18d)](_0x517dfe),_0x15a979['registerListeners']();}else _0x125aae[_0x11411b(0x150)][_0x11411b(0x193)]&&(_0x205ef6[_0x11411b(0x180)](_0x205ef6[_0x11411b(0x195)],_0x205ef6['kVEdJ'])?(_0x125aae[_0x11411b(0x150)][_0x11411b(0x194)]=TestDetails[_0x11411b(0x19a)](process['pid']+_0x11411b(0x165)),delete _0x125aae[_0x11411b(0x150)][_0x11411b(0x193)]):_0x41a347&&(_0x4fcb42[_0x26a77a]=_0x270f82[_0x50d211]));_0x125aae[_0x11411b(0x150)][_0x11411b(0x191)]=new Date()[_0x11411b(0x183)](),await _0x733c26[_0x11411b(0x155)](_0x125aae[_0x11411b(0x150)],undefined,![],_0x205ef6['QPmfy']);}}break;case _0x205ef6[_0x11411b(0x170)]:if(_0x733c26[_0x11411b(0x16b)]){if(_0x205ef6[_0x11411b(0x164)](_0x205ef6[_0x11411b(0x1a4)],_0x205ef6['cnmxQ']))await _0x733c26[_0x11411b(0x155)](_0x125aae[_0x11411b(0x150)],undefined,![],_0x205ef6['VvZWn']),TestDetails[_0x11411b(0x18e)](process[_0x11411b(0x18f)]+_0x11411b(0x165));else{const _0x19e9b6=_0x38dd43[_0x11411b(0x19a)](_0x2808ba['pid']+_0x11411b(0x165));_0x39c4d8[_0x11411b(0x150)]['hookAnalyticsId']=_0x19e9b6;}}break;case _0x205ef6[_0x11411b(0x19d)]:[_0x205ef6[_0x11411b(0x159)],_0x205ef6[_0x11411b(0x1a5)],_0x205ef6['MEZxO']][_0x11411b(0x15f)](_0x125aae[_0x11411b(0x150)][_0x11411b(0x15b)])&&(_0x733c26[_0x11411b(0x190)]=_0x125aae[_0x11411b(0x150)]['type']),_0x3fc2d1[_0x11411b(0x161)]&&_0x205ef6['kSZIy'](_0x3fc2d1[_0x11411b(0x161)][_0x11411b(0x188)],0x0)&&(_0x125aae[_0x11411b(0x150)]['errorsDetailed']=[_0x3fc2d1['unhandledErrors'][0x0][0x0]]);_0x733c26['testObservability']&&(_0x205ef6[_0x11411b(0x17c)](_0x205ef6[_0x11411b(0x197)],_0x205ef6[_0x11411b(0x197)])?(await _0x733c26['sendTestRunEvent'](_0x125aae['hook'],undefined,![],_0x205ef6[_0x11411b(0x19f)]),TestDetails[_0x11411b(0x18e)](process['pid']+':hookAnalyticsId')):_0x4c47d7[_0x11411b(0x179)](_0x1491c7,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x58b736));break;case _0x205ef6[_0x11411b(0x1a2)]:if(_0x733c26[_0x11411b(0x16b)]){if(_0x205ef6[_0x11411b(0x164)](_0x205ef6[_0x11411b(0x163)],_0x205ef6[_0x11411b(0x163)]))try{_0xcc4614&&(_0x14b75f[_0x3a5401]=_0x2976b0[_0x24f53a]);}catch{}else await _0x733c26[_0x11411b(0x157)](_0x125aae[_0x11411b(0x189)]);}break;case _0x205ef6[_0x11411b(0x187)]:_0x125aae['test']={..._0x205ef6[_0x11411b(0x19e)](_0x37d324,_0x125aae[_0x11411b(0x189)]),..._0x125aae[_0x11411b(0x189)]};_0x733c26[_0x11411b(0x16b)]&&(_0x733c26[_0x11411b(0x16b)]&&(!_0x125aae[_0x11411b(0x189)][_0x11411b(0x193)]&&(_0x125aae[_0x11411b(0x189)][_0x11411b(0x193)]=!![],await _0x733c26['sendTestRunEvent'](_0x125aae[_0x11411b(0x189)]))));break;case _0x205ef6['jVYaG']:_0x125aae[_0x11411b(0x189)]={..._0x205ef6[_0x11411b(0x160)](_0x37d324,_0x125aae[_0x11411b(0x189)]),..._0x125aae[_0x11411b(0x189)]};_0x733c26['testObservability']&&(_0x733c26['testObservability']&&(!_0x125aae['test'][_0x11411b(0x193)]&&(_0x125aae[_0x11411b(0x189)][_0x11411b(0x193)]=!![],await _0x733c26['sendTestRunEvent'](_0x125aae[_0x11411b(0x189)],undefined,![],_0x205ef6['FIBfj']))));break;case _0x205ef6[_0x11411b(0x1a9)]:_0x733c26[_0x11411b(0x190)]=null;break;case _0x205ef6[_0x11411b(0x152)]:await RequestQueueHandler[_0x11411b(0x199)]()[_0x11411b(0x176)](),process['removeAllListeners']();break;default:}}));}catch(_0x273633){_0x205ef6[_0x38ada7(0x1a6)](debug,_0x38ada7(0x18c)+_0x273633);}return _0x205ef6[_0x38ada7(0x169)](initInitialize,..._0x2fd1ad);};try{Object['keys'](exportsI)[a13_0x1a5681(0x173)](_0x41b54c=>{try{exports&&(exports[_0x41b54c]=exportsI[_0x41b54c]);}catch{}});}catch{}
@@ -1 +1 @@
1
- 'use strict';function a14_0x1e8d(_0x1e56f7,_0x2a51ed){const _0x13f141=a14_0x13f1();return a14_0x1e8d=function(_0x1e8dce,_0x2c3d26){_0x1e8dce=_0x1e8dce-0x1c8;let _0x49df73=_0x13f141[_0x1e8dce];return _0x49df73;},a14_0x1e8d(_0x1e56f7,_0x2a51ed);}const a14_0x30c31b=a14_0x1e8d;(function(_0x10a255,_0x30a32d){const _0x27689d=a14_0x1e8d,_0xfd4fb0=_0x10a255();while(!![]){try{const _0x32e8a7=-parseInt(_0x27689d(0x1dd))/0x1+parseInt(_0x27689d(0x1cb))/0x2*(parseInt(_0x27689d(0x1d8))/0x3)+-parseInt(_0x27689d(0x1e4))/0x4*(-parseInt(_0x27689d(0x1e5))/0x5)+-parseInt(_0x27689d(0x1e7))/0x6+parseInt(_0x27689d(0x1d1))/0x7*(parseInt(_0x27689d(0x1f5))/0x8)+-parseInt(_0x27689d(0x1ef))/0x9*(parseInt(_0x27689d(0x1d4))/0xa)+parseInt(_0x27689d(0x1ea))/0xb;if(_0x32e8a7===_0x30a32d)break;else _0xfd4fb0['push'](_0xfd4fb0['shift']());}catch(_0x294c85){_0xfd4fb0['push'](_0xfd4fb0['shift']());}}}(a14_0x13f1,0x39335));function a14_0x13f1(){const _0x129c00=['runTests','cJhZU','push','__esModule','koSKo','29448NXlYIY','capabilities','hRCAS','WdBTG','juvhY','786lGedUi','forEach','qFMDw','SsvSR','ZiOjg','MetsU','287wMofTc','WGiPq','default','10nOlPxd','slice','config','context','309Rfkpry','Frxsa','DIcbp','freeze','Uaaaq','36879PQwyeK','defineProperty','testEnvironmentOptions','_globalConfig','value','exports','serial','16abZSmK','167860eORnFV','length','2281446PHgJfb','../../../helpers/helper','parallels__','8602462dThCtg','serial__','ZRUNG','FcYFB','EJkLZ','4106853cCvSuN'];a14_0x13f1=function(){return _0x129c00;};return a14_0x13f1();}const {requireModule,isBrowserstackInfra}=require(a14_0x30c31b(0x1e8)),a14_0x32f249={};a14_0x32f249[a14_0x30c31b(0x1e1)]=!![],Object[a14_0x30c31b(0x1de)](exports,'__esModule',a14_0x32f249),exports[a14_0x30c31b(0x1d3)]=void 0x0;function _interopRequireDefault(_0x118421){const _0x5a805b=a14_0x30c31b;return _0x118421&&_0x118421[_0x5a805b(0x1f3)]?_0x118421:{'default':_0x118421};}const JestRunner=_interopRequireDefault(requireModule('jest-runner'))[a14_0x30c31b(0x1d3)];class TestRunner extends JestRunner{constructor(..._0x1b179b){super(..._0x1b179b);}[a14_0x30c31b(0x1f0)](..._0x5a5a9c){const _0x377535=a14_0x30c31b,_0x4936d6={'EJkLZ':function(_0x3d71ec,_0x4c0388){return _0x3d71ec!==_0x4c0388;},'Frxsa':_0x377535(0x1ed),'koSKo':function(_0x2b12d5,_0x17c16f){return _0x2b12d5*_0x17c16f;},'Uaaaq':function(_0x16a2eb){return _0x16a2eb();},'cJhZU':function(_0x3ee6a5,_0x57e082){return _0x3ee6a5===_0x57e082;},'MetsU':_0x377535(0x1ec),'vPPaB':function(_0x1adb5d,_0x2222fa){return _0x1adb5d-_0x2222fa;},'CWNAx':_0x377535(0x1cd),'hRCAS':function(_0x6fa237,_0x475fec){return _0x6fa237*_0x475fec;},'juvhY':function(_0x3d8dc0,_0x42d84b){return _0x3d8dc0===_0x42d84b;},'YhkpO':'false','SsvSR':_0x377535(0x1da),'ZiOjg':function(_0x3c5089,_0x419d07){return _0x3c5089<_0x419d07;},'WGiPq':_0x377535(0x1c9)};if(!_0x4936d6[_0x377535(0x1dc)](isBrowserstackInfra)){if(_0x4936d6[_0x377535(0x1f1)](_0x4936d6['MetsU'],_0x4936d6[_0x377535(0x1d0)]))return super[_0x377535(0x1f0)](..._0x5a5a9c);else{const _0x27d067=[];_0x38dbf4['forEach']((_0xe224fd,_0x4cb5c2)=>{const _0x65d18d=_0x377535,_0x46e223={..._0x5e68d3[_0xa53f59]},_0x380452=_0x46e223;_0x380452['context']=_0x78cd4b[_0x65d18d(0x1db)]({..._0x380452[_0x65d18d(0x1d7)],'config':{..._0x380452['context']['config'],'capability':_0xe224fd,'browserstackPlatformIndex':_0x4cb5c2}}),_0x27d067[_0x65d18d(0x1f2)](_0x380452);}),_0x28f6ec[_0x377535(0x1f2)](..._0x27d067);}}const _0x5c5439=_0x5a5a9c[0x0],_0x207209=_0x5a5a9c[_0x4936d6['vPPaB'](_0x5a5a9c[_0x377535(0x1e6)],0x1)],_0xe7df01=_0x5c5439[0x0][_0x377535(0x1d7)][_0x377535(0x1d6)][_0x377535(0x1df)][_0x377535(0x1f6)],_0x1b5695=_0x5c5439[0x0][_0x377535(0x1d7)][_0x377535(0x1d6)]['testEnvironmentOptions'][_0x377535(0x1e9)];if(_0x1b5695){if(_0x4936d6['EJkLZ'](_0x4936d6['CWNAx'],_0x4936d6['CWNAx'])){const _0x314f06={..._0x5240c9[_0x4e5205]},_0x154e37=_0x314f06;_0x154e37[_0x377535(0x1d7)]=_0x21e22d[_0x377535(0x1db)]({..._0x154e37['context'],'config':{..._0x154e37[_0x377535(0x1d7)][_0x377535(0x1d6)],'capability':_0x52a03f,'browserstackPlatformIndex':_0x2b340a}}),_0x13f04a[_0x377535(0x1f2)](_0x154e37);}else this['_globalConfig']=Object['freeze']({...this[_0x377535(0x1e0)],'maxWorkers':_0x4936d6[_0x377535(0x1c8)](_0x1b5695,_0xe7df01[_0x377535(0x1e6)])});}if(_0x4936d6[_0x377535(0x1ca)](_0x5c5439[0x0][_0x377535(0x1d7)][_0x377535(0x1d6)][_0x377535(0x1df)][_0x377535(0x1eb)],_0x4936d6['YhkpO'])){if(_0x4936d6[_0x377535(0x1ee)](_0x4936d6['SsvSR'],_0x4936d6[_0x377535(0x1ce)])){const _0x125cde={};return _0x125cde[_0x377535(0x1d3)]=_0x55642e,_0x5d3f2c&&_0x496015['__esModule']?_0x169ceb:_0x125cde;}else _0x207209&&(_0x207209[_0x377535(0x1e3)]=![]);}const _0x3e02a5=[];for(let _0x27d35b=0x0;_0x4936d6[_0x377535(0x1cf)](_0x27d35b,_0x5c5439[_0x377535(0x1e6)]);_0x27d35b++){if(_0x4936d6['juvhY'](_0x4936d6[_0x377535(0x1d2)],_0x4936d6[_0x377535(0x1d2)])){const _0x4c7a2b=[];_0xe7df01[_0x377535(0x1cc)]((_0x47a16c,_0x40b99c)=>{const _0x1cb3e6=_0x377535;if(_0x4936d6[_0x1cb3e6(0x1ee)](_0x4936d6[_0x1cb3e6(0x1d9)],_0x4936d6['Frxsa']))_0x25e799&&(_0xa173cc[_0x1cb3e6(0x1e3)]=![]);else{const _0x582bb0={..._0x5c5439[_0x27d35b]},_0x2e39ae=_0x582bb0;_0x2e39ae[_0x1cb3e6(0x1d7)]=Object[_0x1cb3e6(0x1db)]({..._0x2e39ae[_0x1cb3e6(0x1d7)],'config':{..._0x2e39ae['context'][_0x1cb3e6(0x1d6)],'capability':_0x47a16c,'browserstackPlatformIndex':_0x40b99c}}),_0x4c7a2b[_0x1cb3e6(0x1f2)](_0x2e39ae);}}),_0x3e02a5[_0x377535(0x1f2)](..._0x4c7a2b);}else this[_0x377535(0x1e0)]=_0xdc3efc[_0x377535(0x1db)]({...this[_0x377535(0x1e0)],'maxWorkers':_0x4936d6[_0x377535(0x1f4)](_0x412076,_0x1b2ce2[_0x377535(0x1e6)])});}return super['runTests'](_0x3e02a5,..._0x5a5a9c[_0x377535(0x1d5)](0x1));}}module[a14_0x30c31b(0x1e2)]=TestRunner;
1
+ 'use strict';function a14_0x45bf(){const _0x4077d9=['rqQGJ','length','wCRcu','jest-runner','bAnok','freeze','runTests','512892ejSLNT','parallels__','../../../helpers/helper','config','8DcdUli','nQrMh','serial','false','212euVvqp','JNRgD','_globalConfig','vDvWi','2907ELTTnF','XGEHC','push','149208mgqxOQ','value','ikoos','ijRtp','default','OsATw','VWiAq','jAWtp','29649GRavrX','sTeLy','testEnvironmentOptions','22OlNAKE','__esModule','slice','defineProperty','3564904tsZLvv','ccsBZ','mpHmN','2807190EPDamY','eulSa','240OGpssu','10nKgdkj','serial__','forEach','jVlUN','context','5177052PDjpzl'];a14_0x45bf=function(){return _0x4077d9;};return a14_0x45bf();}function a14_0x499c(_0x723ad1,_0x30900d){const _0x45bf55=a14_0x45bf();return a14_0x499c=function(_0x499c0d,_0x10932f){_0x499c0d=_0x499c0d-0xd4;let _0x3dda27=_0x45bf55[_0x499c0d];return _0x3dda27;},a14_0x499c(_0x723ad1,_0x30900d);}const a14_0xc02ab9=a14_0x499c;(function(_0xed3449,_0x4d039b){const _0x3031d0=a14_0x499c,_0x20e337=_0xed3449();while(!![]){try{const _0x341111=-parseInt(_0x3031d0(0xee))/0x1*(-parseInt(_0x3031d0(0xd4))/0x2)+parseInt(_0x3031d0(0xf9))/0x3*(-parseInt(_0x3031d0(0xea))/0x4)+parseInt(_0x3031d0(0xd5))/0x5*(-parseInt(_0x3031d0(0xf1))/0x6)+parseInt(_0x3031d0(0x100))/0x7+parseInt(_0x3031d0(0xe6))/0x8*(-parseInt(_0x3031d0(0xda))/0x9)+parseInt(_0x3031d0(0x103))/0xa*(parseInt(_0x3031d0(0xfc))/0xb)+parseInt(_0x3031d0(0xe2))/0xc;if(_0x341111===_0x4d039b)break;else _0x20e337['push'](_0x20e337['shift']());}catch(_0x21499a){_0x20e337['push'](_0x20e337['shift']());}}}(a14_0x45bf,0x4c8b8));const {requireModule,isBrowserstackInfra}=require(a14_0xc02ab9(0xe4)),a14_0x7b5807={};a14_0x7b5807[a14_0xc02ab9(0xf2)]=!![],Object[a14_0xc02ab9(0xff)](exports,a14_0xc02ab9(0xfd),a14_0x7b5807),exports['default']=void 0x0;function _interopRequireDefault(_0x5103fd){const _0xb7b845=a14_0xc02ab9;return _0x5103fd&&_0x5103fd[_0xb7b845(0xfd)]?_0x5103fd:{'default':_0x5103fd};}const JestRunner=_interopRequireDefault(requireModule(a14_0xc02ab9(0xde)))[a14_0xc02ab9(0xf5)];class TestRunner extends JestRunner{constructor(..._0xcc3258){super(..._0xcc3258);}[a14_0xc02ab9(0xe1)](..._0x17d916){const _0x5469e0=a14_0xc02ab9,_0x5ea7b9={'jAWtp':function(_0x3153f1,_0x5b6f31){return _0x3153f1*_0x5b6f31;},'TJKjj':function(_0x2de405,_0x141d17){return _0x2de405!==_0x141d17;},'ikoos':_0x5469e0(0xed),'MPqPg':function(_0x8e2150){return _0x8e2150();},'mpHmN':function(_0x1187f8,_0x13deee){return _0x1187f8===_0x13deee;},'sTeLy':'NXeZg','VWiAq':function(_0x1c256c,_0x49f484){return _0x1c256c-_0x49f484;},'ccsBZ':_0x5469e0(0xdb),'ijRtp':'lCQGx','XGEHC':function(_0x532dd3,_0x4d39fd){return _0x532dd3*_0x4d39fd;},'jVlUN':function(_0x189a51,_0x1f5859){return _0x189a51===_0x1f5859;},'eulSa':_0x5469e0(0xe9),'zzSnM':_0x5469e0(0xdd),'bAnok':_0x5469e0(0xf6),'nQrMh':function(_0x2aa5c9,_0xded816){return _0x2aa5c9<_0xded816;},'dxrUY':function(_0x58bc98,_0x5ab33a){return _0x58bc98===_0x5ab33a;},'JNRgD':'xmEwo','TPkEg':'tWBvW'};if(!_0x5ea7b9['MPqPg'](isBrowserstackInfra)){if(_0x5ea7b9[_0x5469e0(0x102)](_0x5ea7b9[_0x5469e0(0xfa)],_0x5ea7b9[_0x5469e0(0xfa)]))return super[_0x5469e0(0xe1)](..._0x17d916);else{const _0x923c57=[];_0x1fa79e['forEach']((_0x55334b,_0x40bcb9)=>{const _0x15c687=_0x5469e0,_0x5d8ede={..._0x34798a[_0x3f267e]},_0x540ff8=_0x5d8ede;_0x540ff8[_0x15c687(0xd9)]=_0x178b2c[_0x15c687(0xe0)]({..._0x540ff8[_0x15c687(0xd9)],'config':{..._0x540ff8['context'][_0x15c687(0xe5)],'capability':_0x55334b,'browserstackPlatformIndex':_0x40bcb9}}),_0x923c57[_0x15c687(0xf0)](_0x540ff8);}),_0x34fe50[_0x5469e0(0xf0)](..._0x923c57);}}const _0x489ca9=_0x17d916[0x0],_0x528a69=_0x17d916[_0x5ea7b9[_0x5469e0(0xf7)](_0x17d916[_0x5469e0(0xdc)],0x1)],_0x5aa3e4=_0x489ca9[0x0][_0x5469e0(0xd9)][_0x5469e0(0xe5)][_0x5469e0(0xfb)]['capabilities'],_0x500477=_0x489ca9[0x0][_0x5469e0(0xd9)][_0x5469e0(0xe5)][_0x5469e0(0xfb)][_0x5469e0(0xe3)];if(_0x500477){if(_0x5ea7b9['TJKjj'](_0x5ea7b9[_0x5469e0(0x101)],_0x5ea7b9[_0x5469e0(0xf4)]))this[_0x5469e0(0xec)]=Object[_0x5469e0(0xe0)]({...this['_globalConfig'],'maxWorkers':_0x5ea7b9[_0x5469e0(0xef)](_0x500477,_0x5aa3e4[_0x5469e0(0xdc)])});else{const _0x4ce979={..._0xba91e0[_0x479d37]},_0x1f9aa6=_0x4ce979;_0x1f9aa6[_0x5469e0(0xd9)]=_0x413f18[_0x5469e0(0xe0)]({..._0x1f9aa6[_0x5469e0(0xd9)],'config':{..._0x1f9aa6[_0x5469e0(0xd9)][_0x5469e0(0xe5)],'capability':_0x1d47f4,'browserstackPlatformIndex':_0x7a1339}}),_0x36918e[_0x5469e0(0xf0)](_0x1f9aa6);}}_0x5ea7b9[_0x5469e0(0xd8)](_0x489ca9[0x0][_0x5469e0(0xd9)][_0x5469e0(0xe5)]['testEnvironmentOptions'][_0x5469e0(0xd6)],_0x5ea7b9[_0x5469e0(0x104)])&&(_0x5ea7b9[_0x5469e0(0xd8)](_0x5ea7b9['zzSnM'],_0x5ea7b9[_0x5469e0(0xdf)])?this[_0x5469e0(0xec)]=_0x1ae926[_0x5469e0(0xe0)]({...this[_0x5469e0(0xec)],'maxWorkers':_0x5ea7b9[_0x5469e0(0xf8)](_0x2a07ab,_0x4346ea[_0x5469e0(0xdc)])}):_0x528a69&&(_0x528a69[_0x5469e0(0xe8)]=![]));const _0x248a7e=[];for(let _0x1b37c=0x0;_0x5ea7b9[_0x5469e0(0xe7)](_0x1b37c,_0x489ca9['length']);_0x1b37c++){if(_0x5ea7b9['dxrUY'](_0x5ea7b9[_0x5469e0(0xeb)],_0x5ea7b9['TPkEg'])){const _0x55eb58={};return _0x55eb58[_0x5469e0(0xf5)]=_0x365a74,_0x288137&&_0x1baf9f[_0x5469e0(0xfd)]?_0x894f25:_0x55eb58;}else{const _0x256a6c=[];_0x5aa3e4[_0x5469e0(0xd7)]((_0x5bae2d,_0x3ca88b)=>{const _0x72cd17=_0x5469e0;if(_0x5ea7b9['TJKjj'](_0x5ea7b9[_0x72cd17(0xf3)],_0x5ea7b9[_0x72cd17(0xf3)]))_0x50d03d&&(_0x24bb5a[_0x72cd17(0xe8)]=![]);else{const _0x310441={..._0x489ca9[_0x1b37c]},_0xd97db4=_0x310441;_0xd97db4[_0x72cd17(0xd9)]=Object[_0x72cd17(0xe0)]({..._0xd97db4[_0x72cd17(0xd9)],'config':{..._0xd97db4['context'][_0x72cd17(0xe5)],'capability':_0x5bae2d,'browserstackPlatformIndex':_0x3ca88b}}),_0x256a6c[_0x72cd17(0xf0)](_0xd97db4);}}),_0x248a7e[_0x5469e0(0xf0)](..._0x256a6c);}}return super['runTests'](_0x248a7e,..._0x17d916[_0x5469e0(0xfe)](0x1));}}module['exports']=TestRunner;
@@ -1 +1 @@
1
- const a15_0x1a404b=a15_0xd202;(function(_0x37997b,_0xc1aaaa){const _0x454718=a15_0xd202,_0x2aa121=_0x37997b();while(!![]){try{const _0x38185d=-parseInt(_0x454718(0x18c))/0x1*(parseInt(_0x454718(0x191))/0x2)+-parseInt(_0x454718(0x207))/0x3*(parseInt(_0x454718(0x1dd))/0x4)+parseInt(_0x454718(0x1a4))/0x5+parseInt(_0x454718(0x209))/0x6+-parseInt(_0x454718(0x16e))/0x7+-parseInt(_0x454718(0x14e))/0x8+parseInt(_0x454718(0x13b))/0x9*(parseInt(_0x454718(0x20f))/0xa);if(_0x38185d===_0xc1aaaa)break;else _0x2aa121['push'](_0x2aa121['shift']());}catch(_0x27e3e0){_0x2aa121['push'](_0x2aa121['shift']());}}}(a15_0xdb6b,0x6e90d));const util=require(a15_0x1a404b(0x1c9)),{isTestObservabilitySession,sendPlatformDetails}=require(a15_0x1a404b(0x1d4)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper');function a15_0xdb6b(){const _0x211ec0=['399100QLRBCM','rruka','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','BxlOm','jNQWr','YpBxI','kXDEh','PIZMg','btzPS','QjSxU','now','synJA','AoWNK','startMonitoring','LeUhX','esqAz','sEJHS','REAqJ','debug','push','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','error','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20',':testAnalyticsId','oyiOA','BVVAf','YqsTi','../../helpers/percy/utils','passed','RqnjX','pcART','nLTWn','dgESx','executeScript','isArray','RwWfZ','initQuit','util','azBvU','HPgbJ','getTestUUID','info','NeChP','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','\x22,\x22level\x22:\x20\x22error\x22}}','onLvC','ObservabilitySync:','gABQb','../../helpers/test-observability/utils','aJHJi','session_','../../helpers/performance-tester','Hbxyi','testcase','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','currentTest','Mqclt','2223904nIUfKO','getCurrentUrl','xRZZj','QQSqS','gDDfA','IKpxg','kKnLq','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','kiote','name','iNwZf','oUmBV','ahywe','browserStackGlobals','KRxhj','capabilities','wysEY','fxtXd','TVHcN','meVvM','Krasw','BS_A11Y_TEST_RUN_ID','isAccessibilityPlatform',',\x22level\x22:\x20\x22','qsrzR','CCbBw','format','nNniA','DJsXa','quitCount_','JrZiO','lsNSv','pushPerfMeasures','join','IPXnG','DTGsf','dmUcb','vwcBO','pendingUploads','Lrzrj','failed','browserstackSessionName','3ordpTO','BTpNH','2470752OQVlpt','agtUI','paatf','\x22}}','POxri','mlokc','20YbicZy','CVqUk','log','message','undefined','.\x20Error\x20:','shift','yKcIf','8220897BBBVcx','rhFjl','RYNQc','errors','description','getInstance','executeAsyncScript','NWVjc','KuaVy','oLQZF','setGlobal','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','ZyHpz','WNZTc','izxbL','QmfgD','aquVH','gLaqb','oyUPj','3969896XRsNxS','KTsFk','LAhCk','mzGkJ','percyCaptureMode','wLLhE','percy','addReporter','../../helpers/accessibility-automation/scripts','Performing\x20scan\x20before\x20saving\x20results','bstackA11yShouldScan','HyyHk','cUqSh','FyvRc','pid','winstonLogger','OWyvz','lnOgg','getGlobal','cuYTm','getEnv','../../helpers/logger','pLKYQ','HQkZr','\x22,\x22level\x22:\x20\x22info\x22}}','WibSA','YiLIM','bhpfU','qItpY','../../helpers/accessibility-automation/helper','VpAnZ','kfyVi','3603341UpNVaA','iYznX','EmDBH','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','KjBIx','GckcU','app','currentTestName','jdLrG','performScan','GpAdy','McZAp','RDrMn','../../helpers/test-observability/requestQueueHandler','XNiro','UFzts','kOZtX','failedExpectations','xqZMs','XlFlT','__drivers','QxZjJ','kXbJP','PSdbC','DBQrj','JzoQu','https:','ZSWCF','VmUFu','ETwTG','5onNzva','VMyAN','qGpEO','Failed\x20to\x20store\x20session\x20name:\x20','GTocj','119450XUcgeH','RoICt','protocol','dCzOh','OBrUL','slice','getState','stringify','NTQXo','env','jfIfs','ybodE','VRdGz','eFkfi','PQAhh','wjCiZ','specStarted','wptuR','length'];a15_0xdb6b=function(){return _0x211ec0;};return a15_0xdb6b();}let __error_messages__=[];const RequestQueueHandler=require(a15_0x1a404b(0x17b));jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a15_0x1a404b(0x16b)),{percyAutoCapture}=require(a15_0x1a404b(0x1bf)),logger=require(a15_0x1a404b(0x163))[a15_0x1a404b(0x15d)],TestDetails=require('./test-observability/test-details'),PerformanceTester=require(a15_0x1a404b(0x1d7)),scripts=require(a15_0x1a404b(0x156)),globals=require('../../helpers/globals');globals[a15_0x1a404b(0x1ea)]=browserStackGlobals;function stripUnicode(_0x116ed2){return _0x116ed2['replace'](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}function a15_0xd202(_0x56f67f,_0x3afbce){const _0xdb6b5f=a15_0xdb6b();return a15_0xd202=function(_0xd2021d,_0x2c9871){_0xd2021d=_0xd2021d-0x135;let _0x44cc0b=_0xdb6b5f[_0xd2021d];return _0x44cc0b;},a15_0xd202(_0x56f67f,_0x3afbce);}async function setContext(){const _0x18978d=a15_0x1a404b,_0xf9b75a={'NTQXo':function(_0x59256f,_0x248ce2){return _0x59256f(_0x248ce2);},'iNwZf':function(_0x50fc6d,_0x129a41){return _0x50fc6d(_0x129a41);},'wysEY':function(_0x2d1e4,_0x49d7d6){return _0x2d1e4<=_0x49d7d6;},'UUFPk':function(_0x214dd1){return _0x214dd1();},'BTpNH':function(_0x2aa6a6,_0x46426d,_0x18bc9f){return _0x2aa6a6(_0x46426d,_0x18bc9f);},'QjSxU':_0x18978d(0x1cf),'qItpY':function(_0x3a694d){return _0x3a694d();},'jdLrG':function(_0xf07790,_0x452fc8){return _0xf07790===_0x452fc8;},'EmDBH':_0x18978d(0x150),'jfIfs':_0x18978d(0x20e),'iYznX':function(_0x264ae2,_0x4442e9){return _0x264ae2!==_0x4442e9;},'uKHnI':_0x18978d(0x137),'NWVjc':function(_0x4a28ae,_0x17861b){return _0x4a28ae===_0x17861b;},'Lrzrj':'NZRpz','YFQbH':_0x18978d(0x1af),'kfyVi':function(_0x4e5074,_0x14a333){return _0x4e5074>_0x14a333;},'eFkfi':_0x18978d(0x1bc),'onLvC':_0x18978d(0x1a2),'yKcIf':_0x18978d(0x14d),'FyvRc':function(_0x572556,_0x2d9504){return _0x572556(_0x2d9504);},'ETwTG':function(_0x1f23c4,_0x27c511){return _0x1f23c4!==_0x27c511;},'Hbxyi':_0x18978d(0x1ce),'CCbBw':'ZDIbm','OWyvz':_0x18978d(0x1c4),'vVlng':function(_0x525c91,_0x5a78c0){return _0x525c91(_0x5a78c0);},'qsrzR':function(_0x47082a,_0x592306){return _0x47082a!==_0x592306;},'wLLhE':_0x18978d(0x1eb),'cuYTm':function(_0x4040b0,_0x65dd8e){return _0x4040b0(_0x65dd8e);},'XlFlT':function(_0x127270,_0x4f5399){return _0x127270!==_0x4f5399;},'BxlOm':_0x18978d(0x1a9),'RYNQc':_0x18978d(0x164),'qGpEO':_0x18978d(0x1ee)};if(!_0xf9b75a[_0x18978d(0x16a)](isBrowserstackInfra)){if(_0xf9b75a[_0x18978d(0x176)](_0xf9b75a[_0x18978d(0x170)],_0xf9b75a[_0x18978d(0x170)]))return;else _0x297a88['error'](_0x18978d(0x171)+_0x18fc0c);}if(!sessionNameProvided){if(_0xf9b75a[_0x18978d(0x176)](_0xf9b75a[_0x18978d(0x19b)],_0xf9b75a[_0x18978d(0x19b)])){const _0x5bcb02=expect[_0x18978d(0x197)]()[_0x18978d(0x175)];await __drivers[0x0][_0x18978d(0x1c5)](_0x18978d(0x146)+_0x5bcb02+_0x18978d(0x20c));}else _0x2b3fff=_0xf9b75a[_0x18978d(0x199)](_0x175678,_0x3637e4[_0x18978d(0x198)](_0xb5384b[_0x18978d(0x1e6)]));}let _0x5aaf5b=null,_0x140d03=![];if(_0xf9b75a[_0x18978d(0x16f)](typeof jasmine,_0xf9b75a['uKHnI'])){if(_0xf9b75a[_0x18978d(0x142)](_0xf9b75a[_0x18978d(0x204)],_0xf9b75a['YFQbH']))_0x43d150=new _0x44ffdc(_0x2673cf);else{if(jasmine[_0x18978d(0x1db)][_0x18978d(0x17f)]&&_0xf9b75a[_0x18978d(0x16d)](jasmine['currentTest'][_0x18978d(0x17f)][_0x18978d(0x1a3)],0x0)){if(_0xf9b75a[_0x18978d(0x16f)](_0xf9b75a[_0x18978d(0x19e)],_0xf9b75a[_0x18978d(0x1d1)]))_0x140d03=!![],_0x5aaf5b=_0xf9b75a[_0x18978d(0x1e7)](stripUnicode,JSON[_0x18978d(0x198)](jasmine[_0x18978d(0x1db)][_0x18978d(0x17f)][0x0][_0x18978d(0x136)]));else return _0x35b438['replace'](/\\u001b\[.*?m/g,'')[_0x18978d(0x196)](0x1,-0x1);}else _0xf9b75a[_0x18978d(0x16f)](_0xf9b75a[_0x18978d(0x13a)],_0xf9b75a[_0x18978d(0x13a)])?(_0x4eaf4e=!![],_0x87ab85=_0xf9b75a[_0x18978d(0x1e7)](_0x4a90c3,_0xa40735[_0x18978d(0x198)](_0x59ee9d['errors'][0x0][0x0][_0x18978d(0x136)]||_0x29a985[_0x18978d(0x13e)][0x0][0x0]))):_0x5aaf5b=_0xf9b75a[_0x18978d(0x15b)](stripUnicode,JSON[_0x18978d(0x198)](jasmine[_0x18978d(0x1db)][_0x18978d(0x13f)]));}}else{if(_0xf9b75a[_0x18978d(0x18b)](_0xf9b75a[_0x18978d(0x1d8)],_0xf9b75a[_0x18978d(0x1d8)]))_0x20d64d=![];else{if(testContext[_0x18978d(0x13e)]&&_0xf9b75a[_0x18978d(0x16d)](testContext['errors'][_0x18978d(0x1a3)],0x0)){if(_0xf9b75a[_0x18978d(0x142)](_0xf9b75a[_0x18978d(0x1f6)],_0xf9b75a[_0x18978d(0x15e)])){const _0xc145df=_0xf9b75a[_0x18978d(0x208)](_0xe9fb8e,async()=>{const _0x510a98=_0x18978d;_0xf9b75a[_0x510a98(0x1ed)](_0xc11676[_0x510a98(0x140)]()['pendingUploads'],0x0)&&(_0xf9b75a[_0x510a98(0x1e7)](_0x1f70de,_0xc145df),_0xf9b75a['UUFPk'](_0x3118ce));},0x3e8);}else _0x140d03=!![],_0x5aaf5b=_0xf9b75a['vVlng'](stripUnicode,JSON[_0x18978d(0x198)](testContext[_0x18978d(0x13e)][0x0][0x0][_0x18978d(0x136)]||testContext[_0x18978d(0x13e)][0x0][0x0]));}else _0xf9b75a[_0x18978d(0x1f5)](_0xf9b75a['wLLhE'],_0xf9b75a[_0x18978d(0x153)])?_0x52acb9[_0x18978d(0x1b6)](_0x18978d(0x18f)+_0x10af68):_0x5aaf5b=_0xf9b75a[_0x18978d(0x161)](stripUnicode,JSON['stringify'](testContext['name']));}}if(_0x140d03){if(_0xf9b75a[_0x18978d(0x181)](_0xf9b75a[_0x18978d(0x1a7)],_0xf9b75a[_0x18978d(0x13d)]))__error_messages__[_0x18978d(0x1b7)](_0x5aaf5b),await __drivers[0x0][_0x18978d(0x1c5)](_0x18978d(0x1a6)+_0x5aaf5b+_0x18978d(0x1d0));else return;}else _0xf9b75a[_0x18978d(0x18b)](_0xf9b75a[_0x18978d(0x18e)],_0xf9b75a[_0x18978d(0x18e)])?_0x416698[_0x18978d(0x1cd)](_0xf9b75a[_0x18978d(0x1ad)]):await __drivers[0x0][_0x18978d(0x1c5)](_0x18978d(0x1b8)+_0x5aaf5b+_0x18978d(0x166));}const executeAnnotate=async(_0x3e7651,_0x463fed)=>{const _0x557823=a15_0x1a404b;await global[_0x557823(0x182)][0x0][_0x557823(0x1c5)](_0x557823(0x1da)+_0x3e7651+_0x557823(0x1f4)+_0x463fed+_0x557823(0x20c));};async function driverCleanup(){const _0x9c8738=a15_0x1a404b,_0x264d70={'KuaVy':function(_0x4f8051,_0x1ce3d5){return _0x4f8051<=_0x1ce3d5;},'PIZMg':function(_0x430c5c,_0x24e190){return _0x430c5c(_0x24e190);},'kgVuF':function(_0x440649){return _0x440649();},'gDDfA':_0x9c8738(0x1cf),'RwWfZ':function(_0x1b17ad,_0x120571){return _0x1b17ad>_0x120571;},'ahywe':function(_0x3c693a){return _0x3c693a();},'RoICt':function(_0x4e7ee1,_0xa28c40){return _0x4e7ee1!==_0xa28c40;},'RDrMn':_0x9c8738(0x16c),'aquVH':'mqvDJ','ybodE':function(_0x4dcd4c,_0x1636a3){return _0x4dcd4c!==_0x1636a3;},'kKnLq':_0x9c8738(0x183),'vfHYi':_0x9c8738(0x184),'PQAhh':function(_0x1d9fa9,_0x45c805){return _0x1d9fa9>_0x45c805;},'JzoQu':_0x9c8738(0x186),'OHasr':function(_0x528223,_0x46246e,_0x23e630,_0x1f759b){return _0x528223(_0x46246e,_0x23e630,_0x1f759b);},'esqAz':_0x9c8738(0x205),'ZyHpz':'\x20|\x20','sEJHS':function(_0x5a8f62,_0x234199){return _0x5a8f62!==_0x234199;},'TVHcN':_0x9c8738(0x20a),'VMyAN':_0x9c8738(0x1f1),'wjCiZ':function(_0x24e2f1,_0x1d0024,_0x394526){return _0x24e2f1(_0x1d0024,_0x394526);},'JWoWS':_0x9c8738(0x1c0),'mzGkJ':function(_0x260102,_0x23ae03){return _0x260102===_0x23ae03;},'ZLmIH':_0x9c8738(0x15f),'ySQXG':_0x9c8738(0x1d3),'REAqJ':_0x9c8738(0x149),'xRZZj':_0x9c8738(0x159),'hvtih':_0x9c8738(0x1f0),'azBvU':'nmVwn'};if(!_0x264d70[_0x9c8738(0x1e9)](isBrowserstackInfra)){if(_0x264d70[_0x9c8738(0x192)](_0x264d70[_0x9c8738(0x17a)],_0x264d70[_0x9c8738(0x14b)]))return;else _0x264d70[_0x9c8738(0x143)](_0x41fabc[_0x9c8738(0x140)]()[_0x9c8738(0x203)],0x0)&&(_0x264d70['PIZMg'](_0x504433,_0x16268e),_0x264d70['kgVuF'](_0x24ad46));}let _0x2247f8=![];try{if(_0x264d70[_0x9c8738(0x19c)](_0x264d70[_0x9c8738(0x1e3)],_0x264d70['vfHYi'])){await __drivers[0x0]['session_'],_0x2247f8=!![];if(_0x264d70[_0x9c8738(0x19f)](__error_messages__[_0x9c8738(0x1a3)],0x0))_0x264d70[_0x9c8738(0x19c)](_0x264d70[_0x9c8738(0x187)],_0x264d70['JzoQu'])?_0x2a581c&&_0x45857d['info'](_0x264d70[_0x9c8738(0x1e1)]):await _0x264d70['OHasr'](markSessionStatus,__drivers[0x0],_0x264d70[_0x9c8738(0x1b3)],__error_messages__[_0x9c8738(0x1fe)](_0x264d70[_0x9c8738(0x147)]));else{if(_0x264d70[_0x9c8738(0x1b4)](_0x264d70[_0x9c8738(0x1ef)],_0x264d70[_0x9c8738(0x18d)]))await _0x264d70[_0x9c8738(0x1a0)](markSessionStatus,__drivers[0x0],_0x264d70['JWoWS']);else{const _0x37d67d={};_0x37d67d[_0x9c8738(0x1a1)]=_0x57797c=>{_0x3cfff1['currentTest']=_0x57797c;},_0xbb26ee[_0x9c8738(0x162)]()[_0x9c8738(0x155)](_0x37d67d);}}}else _0x161f4e[_0x9c8738(0x1c6)](_0x2ac235)&&_0x305984[0x0]&&(_0x5b8186[0x0]['browserstackSessionName']=_0x2a3d79),_0x347892[_0x9c8738(0x206)]=_0x29554a;}catch(_0x29456e){_0x264d70[_0x9c8738(0x151)](_0x264d70['ZLmIH'],_0x264d70['ySQXG'])?_0x3e45cc[_0x9c8738(0x135)](_0x20eae8):console[_0x9c8738(0x135)](_0x29456e);}__error_messages__=[];if(_0x2247f8){if(_0x264d70[_0x9c8738(0x151)](_0x264d70[_0x9c8738(0x1b5)],_0x264d70[_0x9c8738(0x1b5)]))try{_0x264d70[_0x9c8738(0x19c)](_0x264d70[_0x9c8738(0x1df)],_0x264d70['hvtih'])?await __drivers[0x0][_0x9c8738(0x1c8)]():_0x2a9729[_0x9c8738(0x1db)][_0x9c8738(0x17f)]&&_0x264d70[_0x9c8738(0x1c7)](_0x111b88[_0x9c8738(0x1db)][_0x9c8738(0x17f)][_0x9c8738(0x1a3)],0x0)?(_0x47fc31=!![],_0x54c6aa=_0x264d70['PIZMg'](_0x268ee9,_0x5c662a['stringify'](_0x4b2a55[_0x9c8738(0x1db)][_0x9c8738(0x17f)][0x0][_0x9c8738(0x136)]))):_0x202213=_0x264d70[_0x9c8738(0x1ab)](_0xe451c2,_0x35737c['stringify'](_0x2ee7bd[_0x9c8738(0x1db)][_0x9c8738(0x13f)]));}catch(_0x175f77){_0x264d70[_0x9c8738(0x151)](_0x264d70[_0x9c8738(0x1ca)],_0x264d70[_0x9c8738(0x1ca)])?console[_0x9c8738(0x135)](_0x175f77):_0x4c8ccc['currentTest']=_0x668b3f;}else return;}}beforeAll(async()=>{const _0x3f0f92=a15_0x1a404b,_0x372aba={'uvsMi':function(_0x7d5489,_0x1f1e9f){return _0x7d5489(_0x1f1e9f);},'cUqSh':function(_0x56aa54,_0x26ff76){return _0x56aa54!==_0x26ff76;},'DTGsf':_0x3f0f92(0x1ac),'SWvuH':function(_0x5e47d8,_0x1577a9){return _0x5e47d8(_0x1577a9);},'IKpxg':function(_0x3a8705){return _0x3a8705();},'gLaqb':function(_0x59a996,_0x14dae9){return _0x59a996(_0x14dae9);},'pcART':function(_0x48b917,_0x1de5e1){return _0x48b917>_0x1de5e1;},'cvNtr':function(_0x5ea146,_0xc38fe5){return _0x5ea146(_0xc38fe5);},'aJHJi':'undefined','jNQWr':function(_0xb125f7,_0x55d6cb){return _0xb125f7===_0x55d6cb;},'BVVAf':_0x3f0f92(0x1e8),'lsNSv':_0x3f0f92(0x180),'Gpwzi':_0x3f0f92(0x1e0),'GpAdy':_0x3f0f92(0x13c),'UFzts':_0x3f0f92(0x1fb),'CVqUk':_0x3f0f92(0x20b),'kiote':function(_0x5c22d3,_0x495638){return _0x5c22d3!==_0x495638;},'rruka':_0x3f0f92(0x1f9),'XNiro':function(_0x1ebd22,_0x30adf8,_0x4fec02){return _0x1ebd22(_0x30adf8,_0x4fec02);}};PerformanceTester[_0x3f0f92(0x1b1)]();const _0x16ce5d='browserstack internal helper hook';_0x372aba[_0x3f0f92(0x15a)](typeof jasmine,_0x372aba[_0x3f0f92(0x1d5)])&&(_0x372aba['jNQWr'](_0x372aba['BVVAf'],_0x372aba[_0x3f0f92(0x1bd)])?jasmine[_0x3f0f92(0x162)]()[_0x3f0f92(0x155)]({'specStarted':_0x11e9d7=>{const _0x3f7a0d=_0x3f0f92,_0x26116b={'dmUcb':function(_0x423686,_0x3ec3e5){return _0x372aba['uvsMi'](_0x423686,_0x3ec3e5);}};_0x372aba[_0x3f7a0d(0x15a)](_0x372aba[_0x3f7a0d(0x200)],_0x372aba[_0x3f7a0d(0x200)])?_0x1499ad=_0x26116b[_0x3f7a0d(0x201)](_0x37953b,_0x2f7777['stringify'](_0x5bb11b[_0x3f7a0d(0x1db)][_0x3f7a0d(0x13f)])):jasmine[_0x3f7a0d(0x1db)]=_0x11e9d7;}}):(_0x372aba['SWvuH'](_0x4fb8a3,_0x22cbe0),_0x372aba[_0x3f0f92(0x1e2)](_0x4f607e)));let _0x12546b=![];try{_0x372aba[_0x3f0f92(0x15a)](_0x372aba[_0x3f0f92(0x1fc)],_0x372aba['Gpwzi'])?(await __drivers[0x0]['session_'],_0x12546b=!![]):_0x45f750[_0x3f0f92(0x1b9)](_0x3f0f92(0x1ba)+_0x4833b1[_0x3f0f92(0x197)]()['currentTestName']+_0x3f0f92(0x138),_0x339cde);}catch(_0x15e9ee){}if(_0x12546b)try{try{_0x372aba[_0x3f0f92(0x1a8)](_0x372aba[_0x3f0f92(0x178)],_0x372aba['GpAdy'])?_0x372aba[_0x3f0f92(0x1e2)](isTestObservabilitySession)&&(_0x372aba['cUqSh'](_0x372aba[_0x3f0f92(0x17d)],_0x372aba[_0x3f0f92(0x210)])?global[_0x3f0f92(0x182)][0x0]&&(_0x372aba[_0x3f0f92(0x1e5)](_0x372aba['rruka'],_0x372aba[_0x3f0f92(0x1a5)])?(_0x1580a6=!![],_0x290ccb=_0x372aba[_0x3f0f92(0x14c)](_0xc3cdbc,_0x353649[_0x3f0f92(0x198)](_0x1bd033['currentTest'][_0x3f0f92(0x17f)][0x0][_0x3f0f92(0x136)]))):await _0x372aba[_0x3f0f92(0x17c)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x3f0f92(0x1cc)](process[_0x3f0f92(0x15c)]+':testAnalyticsId'))):_0x167805[_0x3f0f92(0x135)](_0x5df078)):_0x340f54['errors']&&_0x372aba[_0x3f0f92(0x1c2)](_0xd5d44e['errors'][_0x3f0f92(0x1a3)],0x0)?(_0x5afa0a=!![],_0x51dde3=_0x372aba[_0x3f0f92(0x14c)](_0x2ca741,_0x8ce038[_0x3f0f92(0x198)](_0x133328[_0x3f0f92(0x13e)][0x0][0x0][_0x3f0f92(0x136)]||_0x426ced['errors'][0x0][0x0]))):_0xdeb646=_0x372aba['cvNtr'](_0x1a7e43,_0x1f728d[_0x3f0f92(0x198)](_0x343bc9[_0x3f0f92(0x1e6)]));}catch{}}catch(_0x5973a5){}}),beforeEach(async()=>{const _0x6413a2=a15_0x1a404b,_0x57da5d={'nLTWn':function(_0x45ce22,_0x305f52){return _0x45ce22>_0x305f52;},'YiLIM':function(_0x43b195){return _0x43b195();},'QmfgD':function(_0xd932dd,_0x2c9ba4){return _0xd932dd>_0x2c9ba4;},'UJsMP':function(_0x424cc6){return _0x424cc6();},'Wygjw':function(_0x5a90f4,_0x487226,_0xb2486e){return _0x5a90f4(_0x487226,_0xb2486e);},'QpcLs':_0x6413a2(0x158),'LeUhX':function(_0x449db4){return _0x449db4();},'NsMgU':'isAccessibilityPlatform','nTRuZ':function(_0x5bdf88,_0x4c7514){return _0x5bdf88===_0x4c7514;},'bhpfU':'http:','YqsTi':function(_0x3cdb4a,_0x396545){return _0x3cdb4a===_0x396545;},'WNZTc':_0x6413a2(0x188),'WibSA':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','HQkZr':function(_0xf30f78,_0x32c82e){return _0xf30f78>_0x32c82e;},'POxri':function(_0x34a781){return _0x34a781();}},_0x455c66='browserstack internal helper hook';try{_0x57da5d[_0x6413a2(0x1c3)](__drivers[_0x6413a2(0x1a3)],0x1)&&(await _0x57da5d[_0x6413a2(0x168)](driverCleanup),__drivers['shift']());const _0x61dce1=expect['getState']()[_0x6413a2(0x175)];try{Array[_0x6413a2(0x1c6)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x6413a2(0x206)]=_0x61dce1),global['browserstackSessionName']=_0x61dce1;}catch(_0x5b2d8f){logger[_0x6413a2(0x1b6)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x5b2d8f);}__drivers[0x0][_0x6413a2(0x206)]=_0x61dce1;_0x57da5d[_0x6413a2(0x14a)](__drivers[0x0][_0x6413a2(0x1fa)],0x0)&&await _0x57da5d['UJsMP'](driverCleanup);const _0x21e200=_0x57da5d['Wygjw'](shouldScanTestForAccessibility,_0x61dce1,![]);__drivers[0x0][_0x6413a2(0x158)]=_0x21e200,globals[_0x6413a2(0x145)](_0x57da5d['QpcLs'],_0x21e200);if(_0x57da5d[_0x6413a2(0x1b2)](isAccessibilityAutomationSession)&&globals[_0x6413a2(0x160)](_0x57da5d['NsMgU']))try{const _0x5f0e64=await __drivers[0x0][_0x6413a2(0x1d6)];if(_0x5f0e64){let _0x1ee14b=!![];const _0x4117c1=await __drivers[0x0][_0x6413a2(0x1de)]();let _0x4c2e99;try{_0x4c2e99=new URL(_0x4117c1);}catch(_0x27a188){_0x1ee14b=![];}_0x1ee14b=_0x57da5d['nTRuZ'](_0x4c2e99[_0x6413a2(0x193)],_0x57da5d[_0x6413a2(0x169)])||_0x57da5d[_0x6413a2(0x1be)](_0x4c2e99[_0x6413a2(0x193)],_0x57da5d[_0x6413a2(0x148)]),_0x1ee14b&&(_0x21e200&&logger[_0x6413a2(0x1cd)](_0x57da5d[_0x6413a2(0x167)]));}}catch(_0x21a555){logger[_0x6413a2(0x1b9)](_0x6413a2(0x171)+_0x21a555);}_0x57da5d[_0x6413a2(0x165)](__drivers[0x0][_0x6413a2(0x1fa)],0x0)&&await _0x57da5d[_0x6413a2(0x20d)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x979cb5=a15_0x1a404b,_0x289380={'VmUFu':function(_0x2db769,_0x24e6fe){return _0x2db769>_0x24e6fe;},'kXDEh':function(_0x5009ae){return _0x5009ae();},'HPgbJ':function(_0x35a15b,_0x4b3e42){return _0x35a15b===_0x4b3e42;},'vwcBO':_0x979cb5(0x1d9),'dCzOh':'appium:app','KTsFk':function(_0x4ab4ee,_0x404d53,_0x20b421,_0x69ad86){return _0x4ab4ee(_0x404d53,_0x20b421,_0x69ad86);},'GTocj':function(_0x5616c3,_0x30a53b,_0xc115b4){return _0x5616c3(_0x30a53b,_0xc115b4);},'ZSWCF':_0x979cb5(0x1f3),'iSXln':_0x979cb5(0x158),'hphhs':_0x979cb5(0x1e4),'omSCb':function(_0x2d4ca5,_0x15e107){return _0x2d4ca5(_0x15e107);},'kOZtX':_0x979cb5(0x157),'OBrUL':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','GckcU':function(_0x18d9b5){return _0x18d9b5();},'kLVGn':function(_0x275cf5,_0x241fcf,_0x4ae5d7){return _0x275cf5(_0x241fcf,_0x4ae5d7);},'fPQhG':function(_0x3c04ba,_0x29028a,_0x433384){return _0x3c04ba(_0x29028a,_0x433384);},'AoWNK':_0x979cb5(0x1b6),'VRdGz':function(_0x152cc4,_0x3ab932){return _0x152cc4>_0x3ab932;},'nNniA':function(_0x1eaa5b){return _0x1eaa5b();}},_0x3f54ff='browserstack internal helper hook';try{_0x289380['VmUFu'](__drivers[_0x979cb5(0x1a3)],0x1)&&(await _0x289380[_0x979cb5(0x1aa)](driverCleanup),__drivers[_0x979cb5(0x139)]());try{if(global[_0x979cb5(0x154)]&&_0x289380[_0x979cb5(0x1cb)](global[_0x979cb5(0x152)],_0x289380[_0x979cb5(0x202)])&&__drivers[0x0]){const _0x31c2dc=_0x289380[_0x979cb5(0x18a)](global['capabilities']['length'],0x0)?!!global[_0x979cb5(0x1ec)][0x0][_0x979cb5(0x174)]||!!global['capabilities'][0x0][_0x289380[_0x979cb5(0x194)]]:![],_0x2ea38f={};_0x2ea38f['app']=_0x31c2dc,await _0x289380[_0x979cb5(0x14f)](percyAutoCapture,__drivers[0x0],_0x289380[_0x979cb5(0x202)],_0x2ea38f);}}catch(_0x5283ae){}const _0x4f2058=_0x289380[_0x979cb5(0x190)](shouldScanTestForAccessibility,expect[_0x979cb5(0x197)]()['currentTestName'],![]);try{if(_0x289380[_0x979cb5(0x1aa)](isAccessibilityAutomationSession)&&globals[_0x979cb5(0x160)](_0x289380[_0x979cb5(0x189)])&&globals[_0x979cb5(0x160)](_0x289380['iSXln'])){logger[_0x979cb5(0x1cd)](_0x289380['hphhs']);const _0x3555b5={'saveResults':_0x4f2058,'testDetails':{'name':expect[_0x979cb5(0x197)]()[_0x979cb5(0x175)],'testRunId':process[_0x979cb5(0x19a)][_0x979cb5(0x1f2)],'filePath':expect[_0x979cb5(0x197)]()['testPath'],'scopeList':[expect['getState']()[_0x979cb5(0x175)]]},'platform':await _0x289380['omSCb'](fetchPlatformDetails,__drivers[0x0])};logger['debug'](_0x289380[_0x979cb5(0x17e)]),logger[_0x979cb5(0x1b6)](util[_0x979cb5(0x1f7)](await __drivers[0x0][_0x979cb5(0x141)](scripts[_0x979cb5(0x177)],{'method':expect['getState']()[_0x979cb5(0x175)]}))),await __drivers[0x0][_0x979cb5(0x141)](scripts['saveTestResults'],_0x3555b5),logger[_0x979cb5(0x1cd)](_0x289380[_0x979cb5(0x195)]);}}catch(_0x381cd6){logger[_0x979cb5(0x1b9)](_0x979cb5(0x1ba)+expect[_0x979cb5(0x197)]()[_0x979cb5(0x175)]+_0x979cb5(0x138),_0x381cd6);}await _0x289380[_0x979cb5(0x1aa)](setContext);try{if(_0x289380[_0x979cb5(0x173)](isTestObservabilitySession)){global[_0x979cb5(0x182)][0x0]&&await _0x289380['kLVGn'](sendPlatformDetails,global[_0x979cb5(0x182)][0x0],TestDetails['getTestUUID'](process[_0x979cb5(0x15c)]+_0x979cb5(0x1bb)));if(_0x289380[_0x979cb5(0x173)](isBrowserstackInfra)){const _0x1f323b=_0x979cb5(0x1d2)+Date[_0x979cb5(0x1ae)]();await _0x289380['fPQhG'](executeAnnotate,JSON[_0x979cb5(0x198)](_0x1f323b),_0x289380[_0x979cb5(0x1b0)]);}}}catch(_0x4c1484){}_0x289380[_0x979cb5(0x19d)](__drivers[0x0][_0x979cb5(0x1fa)],0x0)&&await _0x289380[_0x979cb5(0x1f8)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0xc61992=a15_0x1a404b,_0x2c93ca={'KjBIx':function(_0x134384,_0x509372){return _0x134384<=_0x509372;},'lLoXj':function(_0x12a6e4,_0x1a762f){return _0x12a6e4(_0x1a762f);},'RqnjX':function(_0x1a141f){return _0x1a141f();},'McZAp':function(_0x423f85,_0xf566ad,_0x597149){return _0x423f85(_0xf566ad,_0x597149);},'IPXnG':function(_0x445f16){return _0x445f16();}};jest['setTimeout'](0x186a0),PerformanceTester[_0xc61992(0x1fd)]();const _0x41348b='browserstack internal helper hook';await new Promise(_0x424719=>{const _0xe704d1=_0xc61992,_0x37e513={'Mqclt':function(_0x216a52,_0x1554ff){const _0x140f2f=a15_0xd202;return _0x2c93ca[_0x140f2f(0x172)](_0x216a52,_0x1554ff);},'oLQZF':function(_0x53b178,_0x10734d){return _0x2c93ca['lLoXj'](_0x53b178,_0x10734d);},'PSdbC':function(_0x150571){const _0x264040=a15_0xd202;return _0x2c93ca[_0x264040(0x1c1)](_0x150571);}},_0x412a9b=_0x2c93ca[_0xe704d1(0x179)](setInterval,async()=>{const _0x497790=_0xe704d1;_0x37e513[_0x497790(0x1dc)](RequestQueueHandler['getInstance']()[_0x497790(0x203)],0x0)&&(_0x37e513[_0x497790(0x144)](clearInterval,_0x412a9b),_0x37e513[_0x497790(0x185)](_0x424719));},0x3e8);});try{await _0x2c93ca[_0xc61992(0x1ff)](driverCleanup);}catch(_0x72f51e){}process['removeAllListeners']();},0x2710);
1
+ const a15_0x5bc2be=a15_0x1589;(function(_0x4d9c5d,_0x35736c){const _0x25bc01=a15_0x1589,_0x50696d=_0x4d9c5d();while(!![]){try{const _0x24a3f3=parseInt(_0x25bc01(0xa3))/0x1*(-parseInt(_0x25bc01(0xcd))/0x2)+-parseInt(_0x25bc01(0x161))/0x3*(-parseInt(_0x25bc01(0xf8))/0x4)+parseInt(_0x25bc01(0xca))/0x5*(parseInt(_0x25bc01(0x153))/0x6)+parseInt(_0x25bc01(0xb9))/0x7*(parseInt(_0x25bc01(0xb5))/0x8)+-parseInt(_0x25bc01(0x154))/0x9+-parseInt(_0x25bc01(0x14a))/0xa+parseInt(_0x25bc01(0xff))/0xb;if(_0x24a3f3===_0x35736c)break;else _0x50696d['push'](_0x50696d['shift']());}catch(_0x4c4d2f){_0x50696d['push'](_0x50696d['shift']());}}}(a15_0x1071,0x1c9e5));function a15_0x1071(){const _0x3d4b83=['../../helpers/accessibility-automation/helper','Levhh','capabilities','CivYb','TxMCs','11vWHaUR','now','ImKis','dEAIu','winstonLogger','../../helpers/globals','rbHsT','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','info','wHmRw','app','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','ICuUJ','executeScript','http:','syuLs','yIFms','pid','2248exGGLi','addReporter','RGMQX','jAbxp','1561isnjtI','removeAllListeners','currentTest','KsYQJ','VOqgu','percyCaptureMode','description','ZFKAN','JbLPj','cXevZ','zTdQX','.\x20Error\x20:','env','ujzBh','message','hOALb','IPdwR','696695akALKt','VgudJ','XZawP','25682LWfenf','srIFb','CoMJl','lXvZW','setGlobal','failedExpectations','./test-observability/test-details','ZFdYU','GAEJE','arChx','wguVQ','bstackA11yShouldScan','ObservabilitySync:','undefined','Vmurw','GgwoJ','stringify','ywTfS','../../helpers/percy/utils','session_','qsxwR','xxLJo','KoRoL','../../helpers/test-observability/requestQueueHandler','../../helpers/helper','push','tcyip','pPjEG','jDUYg','CTIZN','length','NClRU','DOyjE','GAUnI','olpJV','eKPah','YaJoY','DfhLV','BvWxl','eLABN','wdkMR','APRBM','eXLxh','12zVaOSW','jSPhm','GHwJH','protocol','../../helpers/performance-tester','kqGNm','IoERV','4620044BgJeKd','\x22}}','oSVDR','setTimeout','quitCount_','browserstackSessionName','tRTbN','onony','\x20|\x20','qCiDa','pushPerfMeasures','JRwow','yASre','ZAdhu','util','oUXyG','sPtWK','MKUBg','XXoMX','MmLHN','ogoDZ','IclER','hxxDh','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','GksAW','Dpjmh','CUIdD','zMcJN','QydQM','../../helpers/logger','MHzAQ','aMVSj','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','currentTestName','log','RPOWC','isAccessibilityPlatform','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','LdoeE','KDqXP','oQZKL','pKjic','Vejdp','SDTzt','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','ivTQa','debug','Kahzn','zMhlN','getState','Dtkvl','browserStackGlobals','AkibO','BKsDe','RpilX','getEnv','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','IREjd','specStarted','WXbEE','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','initQuit','dHOwy','__drivers','DieLc','../../helpers/accessibility-automation/scripts','TDlEb','aiZlR','failed','appium:app','aJzpF','getGlobal','QaVkj','MgQII','getCurrentUrl','1600480rzqgRr','CYuID','testcase','shift','slice','Failed\x20to\x20store\x20session\x20name:\x20','startMonitoring','cugZc','uqWmE','6AMyXmk','2083176KKdnau','pQEsG','pendingUploads','error','name','tMSYB','EoAND','MIOAL','Ipxvs','join','zbdTU','oSfpc','sUzKO','27978UiGwal','passed','qvheh','JwZDy','getInstance','rOaAF','executeAsyncScript','errors','LLEFV',',\x22level\x22:\x20\x22',':testAnalyticsId','getTestUUID','GQXCV','percy','zPSIH'];a15_0x1071=function(){return _0x3d4b83;};return a15_0x1071();}const util=require(a15_0x5bc2be(0x10d)),{isTestObservabilitySession,sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a15_0x5bc2be(0xe5));let __error_messages__=[];function a15_0x1589(_0x269021,_0x229a04){const _0x10714c=a15_0x1071();return a15_0x1589=function(_0x1589d7,_0xcde472){_0x1589d7=_0x1589d7-0x90;let _0xc840d7=_0x10714c[_0x1589d7];return _0xc840d7;},a15_0x1589(_0x269021,_0x229a04);}const RequestQueueHandler=require(a15_0x5bc2be(0xe4));jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a15_0x5bc2be(0x9e)),{percyAutoCapture}=require(a15_0x5bc2be(0xdf)),logger=require(a15_0x5bc2be(0x11c))[a15_0x5bc2be(0xa7)],TestDetails=require(a15_0x5bc2be(0xd3)),PerformanceTester=require(a15_0x5bc2be(0xfc)),scripts=require(a15_0x5bc2be(0x140)),globals=require(a15_0x5bc2be(0xa8));globals[a15_0x5bc2be(0x132)]=browserStackGlobals;function stripUnicode(_0x287223){const _0x1a5968=a15_0x5bc2be;return _0x287223['replace'](/\\u001b\[.*?m/g,'')[_0x1a5968(0x14e)](0x1,-0x1);}async function setContext(){const _0x4a9da3=a15_0x5bc2be,_0x561d22={'JwZDy':function(_0x320d03,_0x2136d1){return _0x320d03<=_0x2136d1;},'MKUBg':function(_0x1adde2,_0x1f5f05){return _0x1adde2(_0x1f5f05);},'aJzpF':function(_0x305417){return _0x305417();},'pQEsG':function(_0x2945a5,_0x23a401,_0x3852a5){return _0x2945a5(_0x23a401,_0x3852a5);},'qCiDa':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','aiZlR':function(_0x49a5db,_0x1baf22){return _0x49a5db>_0x1baf22;},'srIFb':function(_0x6aa685,_0x37c019){return _0x6aa685(_0x37c019);},'NClRU':function(_0x4a3d0d,_0x39bb6e){return _0x4a3d0d(_0x39bb6e);},'TxMCs':function(_0x263b58,_0x36b47b){return _0x263b58!==_0x36b47b;},'DfhLV':'cOrij','QWdKl':_0x4a9da3(0xe1),'MmLHN':function(_0x4e7327,_0x39b7a2){return _0x4e7327!==_0x39b7a2;},'LdoeE':'HkDQm','CUIdD':_0x4a9da3(0xea),'jSPhm':function(_0x2bb501,_0x4a8a7b){return _0x2bb501!==_0x4a8a7b;},'cXevZ':_0x4a9da3(0xda),'nqzNw':_0x4a9da3(0xb3),'KDqXP':function(_0x3cf1f0,_0x2200ff){return _0x3cf1f0>_0x2200ff;},'QaVkj':_0x4a9da3(0x10b),'nVrlL':_0x4a9da3(0xe3),'zbdTU':function(_0xc6eceb,_0x438b2e){return _0xc6eceb(_0x438b2e);},'ImKis':function(_0x408d04,_0x398640){return _0x408d04===_0x398640;},'CoMJl':_0x4a9da3(0xa6),'hxxDh':function(_0xdbcdad,_0x2de577){return _0xdbcdad(_0x2de577);},'KsYQJ':_0x4a9da3(0x9d),'arChx':function(_0x47977b,_0x8d3eee){return _0x47977b!==_0x8d3eee;},'CYuID':_0x4a9da3(0x11e),'pKjic':_0x4a9da3(0xee),'jAbxp':_0x4a9da3(0xe2),'tcyip':function(_0x1a2fec,_0x139d2a){return _0x1a2fec===_0x139d2a;},'wHmRw':_0x4a9da3(0x106),'XZawP':_0x4a9da3(0xfe)};if(!_0x561d22[_0x4a9da3(0x145)](isBrowserstackInfra)){if(_0x561d22[_0x4a9da3(0xa2)](_0x561d22[_0x4a9da3(0xf2)],_0x561d22['QWdKl']))return;else{const _0x1d0114=_0x561d22[_0x4a9da3(0x155)](_0x938bf2,async()=>{const _0x12125c=_0x4a9da3;_0x561d22[_0x12125c(0x92)](_0x3a888d[_0x12125c(0x93)]()[_0x12125c(0x156)],0x0)&&(_0x561d22[_0x12125c(0x110)](_0x52645a,_0x1d0114),_0x561d22[_0x12125c(0x145)](_0x5a1f65));},0x3e8);}}if(!sessionNameProvided){if(_0x561d22['MmLHN'](_0x561d22[_0x4a9da3(0x125)],_0x561d22[_0x4a9da3(0x119)])){const _0x1257e3=expect[_0x4a9da3(0x130)]()[_0x4a9da3(0x120)];await __drivers[0x0]['executeScript'](_0x4a9da3(0x116)+_0x1257e3+_0x4a9da3(0x100));}else _0x561d22['MKUBg'](_0x32923f,_0x3b6f61),_0x561d22[_0x4a9da3(0x145)](_0x2499f0);}let _0x2b1c51=null,_0x4be659=![];if(_0x561d22[_0x4a9da3(0xf9)](typeof jasmine,_0x561d22[_0x4a9da3(0xc2)])){if(_0x561d22[_0x4a9da3(0x112)](_0x561d22['nqzNw'],_0x561d22['nqzNw']))_0x1128b2=_0x561d22[_0x4a9da3(0x110)](_0x5b8a53,_0x15d7c1[_0x4a9da3(0xdd)](_0x2d9577['currentTest'][_0x4a9da3(0xbf)]));else{if(jasmine[_0x4a9da3(0xbb)][_0x4a9da3(0xd2)]&&_0x561d22[_0x4a9da3(0x126)](jasmine['currentTest'][_0x4a9da3(0xd2)][_0x4a9da3(0xeb)],0x0))_0x561d22[_0x4a9da3(0x112)](_0x561d22[_0x4a9da3(0x147)],_0x561d22['nVrlL'])?(_0x4be659=!![],_0x2b1c51=_0x561d22[_0x4a9da3(0x15e)](stripUnicode,JSON[_0x4a9da3(0xdd)](jasmine[_0x4a9da3(0xbb)][_0x4a9da3(0xd2)][0x0][_0x4a9da3(0xc7)]))):_0x29fdee&&_0x1c511c[_0x4a9da3(0xab)](_0x561d22[_0x4a9da3(0x108)]);else{if(_0x561d22[_0x4a9da3(0xa5)](_0x561d22[_0x4a9da3(0xcf)],_0x561d22[_0x4a9da3(0xcf)]))_0x2b1c51=_0x561d22[_0x4a9da3(0x115)](stripUnicode,JSON[_0x4a9da3(0xdd)](jasmine['currentTest']['description']));else return _0x337640['replace'](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}}}else{if(_0x561d22[_0x4a9da3(0xa5)](_0x561d22[_0x4a9da3(0xbc)],_0x561d22['KsYQJ'])){if(testContext['errors']&&_0x561d22[_0x4a9da3(0x126)](testContext['errors'][_0x4a9da3(0xeb)],0x0)){if(_0x561d22[_0x4a9da3(0xd6)](_0x561d22[_0x4a9da3(0x14b)],_0x561d22[_0x4a9da3(0x128)]))_0x4be659=!![],_0x2b1c51=_0x561d22[_0x4a9da3(0x110)](stripUnicode,JSON['stringify'](testContext[_0x4a9da3(0x96)][0x0][0x0][_0x4a9da3(0xc7)]||testContext[_0x4a9da3(0x96)][0x0][0x0]));else{const _0x3d0f42={};_0x3d0f42[_0x4a9da3(0x139)]=_0x1c21c6=>{const _0x1c778a=_0x4a9da3;_0x82a36f[_0x1c778a(0xbb)]=_0x1c21c6;},_0x436101['getEnv']()['addReporter'](_0x3d0f42);}}else _0x561d22[_0x4a9da3(0xa5)](_0x561d22['jAbxp'],_0x561d22[_0x4a9da3(0xb8)])?_0x2b1c51=_0x561d22['zbdTU'](stripUnicode,JSON[_0x4a9da3(0xdd)](testContext[_0x4a9da3(0x158)])):_0x8fbe67[_0x4a9da3(0x12d)](_0x4a9da3(0x14f)+_0x498cc4);}else _0xdcde73=!![],_0x48049c=_0x561d22[_0x4a9da3(0x110)](_0x4ba55a,_0x4bb487[_0x4a9da3(0xdd)](_0x1aec50[_0x4a9da3(0x96)][0x0][0x0][_0x4a9da3(0xc7)]||_0xa67378[_0x4a9da3(0x96)][0x0][0x0]));}if(_0x4be659)_0x561d22[_0x4a9da3(0xe7)](_0x561d22[_0x4a9da3(0xac)],_0x561d22[_0x4a9da3(0xac)])?(__error_messages__[_0x4a9da3(0xe6)](_0x2b1c51),await __drivers[0x0][_0x4a9da3(0xb0)](_0x4a9da3(0xae)+_0x2b1c51+'\x22,\x22level\x22:\x20\x22error\x22}}')):_0x2518b6[_0x4a9da3(0x96)]&&_0x561d22[_0x4a9da3(0x142)](_0x1c77d7['errors'][_0x4a9da3(0xeb)],0x0)?(_0x5c7c25=!![],_0xeb7c78=_0x561d22[_0x4a9da3(0xce)](_0x1e1c77,_0x1b7fac[_0x4a9da3(0xdd)](_0x3979c0[_0x4a9da3(0x96)][0x0][0x0][_0x4a9da3(0xc7)]||_0x2948df[_0x4a9da3(0x96)][0x0][0x0]))):_0x3bddf1=_0x561d22[_0x4a9da3(0xec)](_0x3800a3,_0x17f24f[_0x4a9da3(0xdd)](_0x5eeb51[_0x4a9da3(0x158)]));else{if(_0x561d22[_0x4a9da3(0xa5)](_0x561d22[_0x4a9da3(0xcc)],_0x561d22['XZawP']))await __drivers[0x0][_0x4a9da3(0xb0)](_0x4a9da3(0x12b)+_0x2b1c51+'\x22,\x22level\x22:\x20\x22info\x22}}');else return;}}const executeAnnotate=async(_0x39844d,_0x5a4703)=>{const _0x2ebbf8=a15_0x5bc2be;await global['__drivers'][0x0]['executeScript'](_0x2ebbf8(0xaa)+_0x39844d+_0x2ebbf8(0x98)+_0x5a4703+'\x22}}');};async function driverCleanup(){const _0x365583=a15_0x5bc2be,_0x2ef6e8={'yvVSD':function(_0x1e0fa8,_0x328cb7){return _0x1e0fa8>_0x328cb7;},'WXbEE':function(_0x128bbb,_0x1f101c){return _0x128bbb(_0x1f101c);},'ZFdYU':function(_0x38b57f,_0x3b8eda){return _0x38b57f(_0x3b8eda);},'VgudJ':function(_0x4fa107,_0x1b3e85){return _0x4fa107<=_0x1b3e85;},'AERqI':function(_0x4b8d8f,_0x231250){return _0x4b8d8f(_0x231250);},'GgwoJ':function(_0x77dd3b){return _0x77dd3b();},'eLABN':_0x365583(0x13b),'eKPah':function(_0x658ef0){return _0x658ef0();},'DpgcJ':function(_0x1b1148,_0x16f5f3){return _0x1b1148!==_0x16f5f3;},'APRBM':_0x365583(0xd5),'Vejdp':'ukxnI','tRTbN':function(_0x31d80e,_0x592d90){return _0x31d80e===_0x592d90;},'olpJV':'flKuf','syuLs':function(_0x4e0ca1,_0x45782c){return _0x4e0ca1>_0x45782c;},'sUzKO':_0x365583(0xc6),'ivTQa':function(_0x563dc6,_0x4f7eea,_0x5433de,_0xd68fc3){return _0x563dc6(_0x4f7eea,_0x5433de,_0xd68fc3);},'ZAdhu':_0x365583(0x143),'GQXCV':_0x365583(0x107),'Kahzn':_0x365583(0xbd),'oSVDR':function(_0x3228a4,_0x127f1f,_0x4ba712){return _0x3228a4(_0x127f1f,_0x4ba712);},'qvheh':_0x365583(0x90),'GHwJH':function(_0x1288d9,_0x37954c){return _0x1288d9!==_0x37954c;},'oQZKL':_0x365583(0xb7),'Ipxvs':'sksjV','CivYb':_0x365583(0xc8),'Empyy':function(_0x2aeb2a,_0x29ddca){return _0x2aeb2a!==_0x29ddca;},'WvrNK':'zgFpO','QydQM':_0x365583(0xc0),'rfVaD':function(_0x279cf8,_0x1d4462){return _0x279cf8!==_0x1d4462;},'wdhCQ':'OqcQw','uqWmE':_0x365583(0xd0)};if(!_0x2ef6e8[_0x365583(0xf0)](isBrowserstackInfra)){if(_0x2ef6e8['DpgcJ'](_0x2ef6e8[_0x365583(0xf6)],_0x2ef6e8[_0x365583(0x129)]))return;else _0x4298f7[_0x365583(0xbb)][_0x365583(0xd2)]&&_0x2ef6e8['yvVSD'](_0x3bd01d[_0x365583(0xbb)][_0x365583(0xd2)][_0x365583(0xeb)],0x0)?(_0x1130a9=!![],_0x49d365=_0x2ef6e8[_0x365583(0x13a)](_0x200855,_0xff6ec7[_0x365583(0xdd)](_0x11b093[_0x365583(0xbb)]['failedExpectations'][0x0][_0x365583(0xc7)]))):_0x6c8f97=_0x2ef6e8[_0x365583(0xd4)](_0x154cbd,_0x2ee8d8[_0x365583(0xdd)](_0xcf4511[_0x365583(0xbb)][_0x365583(0xbf)]));}let _0x339ec8=![];try{_0x2ef6e8[_0x365583(0x105)](_0x2ef6e8[_0x365583(0xef)],_0x2ef6e8[_0x365583(0xef)])?(await __drivers[0x0]['session_'],_0x339ec8=!![],_0x2ef6e8[_0x365583(0xb2)](__error_messages__[_0x365583(0xeb)],0x0)?_0x2ef6e8[_0x365583(0x105)](_0x2ef6e8[_0x365583(0x160)],_0x2ef6e8['sUzKO'])?await _0x2ef6e8[_0x365583(0x12c)](markSessionStatus,__drivers[0x0],_0x2ef6e8[_0x365583(0x10c)],__error_messages__[_0x365583(0x15d)](_0x2ef6e8[_0x365583(0x9b)])):_0x1298e7[_0x365583(0x121)](_0x4082f8):_0x2ef6e8['DpgcJ'](_0x2ef6e8[_0x365583(0x12e)],_0x2ef6e8[_0x365583(0x12e)])?(_0x5be38f['isArray'](_0xdf1d55)&&_0x24e86f[0x0]&&(_0x4e15d3[0x0][_0x365583(0x104)]=_0x1ed722),_0x10a782[_0x365583(0x104)]=_0x49fc4f):await _0x2ef6e8[_0x365583(0x101)](markSessionStatus,__drivers[0x0],_0x2ef6e8[_0x365583(0x91)])):_0x2ef6e8[_0x365583(0xcb)](_0x1e98e2[_0x365583(0x93)]()['pendingUploads'],0x0)&&(_0x2ef6e8['AERqI'](_0x5ab864,_0x48105b),_0x2ef6e8[_0x365583(0xdc)](_0x1e1686));}catch(_0x3ea4da){_0x2ef6e8[_0x365583(0xfa)](_0x2ef6e8[_0x365583(0x127)],_0x2ef6e8[_0x365583(0x127)])?_0x29b077=_0x2ef6e8['AERqI'](_0x5ba9b9,_0x5769ac[_0x365583(0xdd)](_0x1fa217[_0x365583(0x158)])):console['log'](_0x3ea4da);}__error_messages__=[];if(_0x339ec8){if(_0x2ef6e8[_0x365583(0xfa)](_0x2ef6e8[_0x365583(0x15c)],_0x2ef6e8[_0x365583(0xa1)]))try{_0x2ef6e8['Empyy'](_0x2ef6e8['WvrNK'],_0x2ef6e8[_0x365583(0x11b)])?await __drivers[0x0][_0x365583(0x13c)]():_0x34fd87[_0x365583(0x157)](_0x365583(0x11f)+_0x2a7812);}catch(_0x54c17e){_0x2ef6e8['rfVaD'](_0x2ef6e8['wdhCQ'],_0x2ef6e8[_0x365583(0x152)])?console[_0x365583(0x121)](_0x54c17e):_0x30e8fc=![];}else _0x343f01[_0x365583(0xab)](_0x2ef6e8[_0x365583(0xf4)]);}}beforeAll(async()=>{const _0x342349=a15_0x5bc2be,_0x11e3e9={'YaJoY':function(_0x405629,_0x449732){return _0x405629===_0x449732;},'Dpjmh':'mthsg','wdkMR':_0x342349(0xfd),'MIOAL':function(_0x16a8b8,_0x5dc8b){return _0x16a8b8(_0x5dc8b);},'cugZc':function(_0x48849d,_0x3ffd7e){return _0x48849d!==_0x3ffd7e;},'MHzAQ':_0x342349(0xda),'wguVQ':_0x342349(0x9f),'UAlOx':function(_0x37687f,_0x1008d1){return _0x37687f===_0x1008d1;},'sPtWK':_0x342349(0xf3),'ICuUJ':function(_0x1e8c3c,_0x3d23c7){return _0x1e8c3c!==_0x3d23c7;},'MgQII':_0x342349(0x141),'rOaAF':function(_0x577e45){return _0x577e45();},'pPjEG':_0x342349(0x12a),'lQSnr':_0x342349(0x15f),'Dtkvl':function(_0x3a7faa,_0x3e1b65){return _0x3a7faa!==_0x3e1b65;},'tMSYB':_0x342349(0x10a),'IPdwR':'ZKSjv','ogoDZ':function(_0x7c1378,_0x11b538,_0x4279c8){return _0x7c1378(_0x11b538,_0x4279c8);}};PerformanceTester[_0x342349(0x150)]();const _0x54d0f1='browserstack internal helper hook';if(_0x11e3e9[_0x342349(0x151)](typeof jasmine,_0x11e3e9[_0x342349(0x11d)])){if(_0x11e3e9[_0x342349(0x151)](_0x11e3e9[_0x342349(0xd7)],_0x11e3e9['wguVQ']))return;else jasmine[_0x342349(0x136)]()[_0x342349(0xb6)]({'specStarted':_0x760074=>{const _0x59725e=_0x342349;_0x11e3e9[_0x59725e(0xf1)](_0x11e3e9[_0x59725e(0x118)],_0x11e3e9[_0x59725e(0xf5)])?_0x6d7651=new _0xeee602(_0x313681):jasmine[_0x59725e(0xbb)]=_0x760074;}});}let _0x81e631=![];try{_0x11e3e9['UAlOx'](_0x11e3e9['sPtWK'],_0x11e3e9[_0x342349(0x10f)])?(await __drivers[0x0][_0x342349(0xe0)],_0x81e631=!![]):_0x10b693[_0x342349(0x157)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+_0xdd9cbf[_0x342349(0x130)]()[_0x342349(0x120)]+'.\x20Error\x20:',_0x5efe52);}catch(_0x58f1f6){}if(_0x81e631)try{try{_0x11e3e9['ICuUJ'](_0x11e3e9[_0x342349(0x148)],_0x11e3e9[_0x342349(0x148)])?_0x1498f2['currentTest']=_0x9ba5a4:_0x11e3e9[_0x342349(0x94)](isTestObservabilitySession)&&(_0x11e3e9[_0x342349(0xaf)](_0x11e3e9[_0x342349(0xe8)],_0x11e3e9['lQSnr'])?global[_0x342349(0x13e)][0x0]&&(_0x11e3e9[_0x342349(0x131)](_0x11e3e9[_0x342349(0x159)],_0x11e3e9[_0x342349(0xc9)])?await _0x11e3e9[_0x342349(0x113)](sendPlatformDetails,global[_0x342349(0x13e)][0x0],TestDetails['getTestUUID'](process[_0x342349(0xb4)]+_0x342349(0x99))):(_0x5e0613=!![],_0x3ec480=_0x11e3e9[_0x342349(0x15b)](_0x557997,_0xe8a1c1['stringify'](_0x40272e[_0x342349(0xbb)][_0x342349(0xd2)][0x0]['message'])))):_0x563c8e[_0x342349(0x121)](_0x52dcc6));}catch{}}catch(_0x59fffc){}}),beforeEach(async()=>{const _0x5ccde3=a15_0x5bc2be,_0x149ee1={'LLEFV':function(_0x42a6ee,_0x44c38f){return _0x42a6ee>_0x44c38f;},'IREjd':function(_0x27455d){return _0x27455d();},'oUXyG':function(_0x35d840,_0x25cb05,_0x1200d3){return _0x35d840(_0x25cb05,_0x1200d3);},'zMhlN':_0x5ccde3(0xd8),'IUCdM':_0x5ccde3(0x123),'JbLPj':function(_0x3b5e26,_0x4ef27b){return _0x3b5e26===_0x4ef27b;},'DOyjE':_0x5ccde3(0xb1),'GksAW':'https:','zMcJN':_0x5ccde3(0x13b)},_0x4e77ee='browserstack internal helper hook';try{_0x149ee1[_0x5ccde3(0x97)](__drivers['length'],0x1)&&(await _0x149ee1['IREjd'](driverCleanup),__drivers[_0x5ccde3(0x14d)]());const _0x148690=expect[_0x5ccde3(0x130)]()[_0x5ccde3(0x120)];try{Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x5ccde3(0x104)]=_0x148690),global[_0x5ccde3(0x104)]=_0x148690;}catch(_0x141f6d){logger[_0x5ccde3(0x12d)](_0x5ccde3(0x14f)+_0x141f6d);}__drivers[0x0][_0x5ccde3(0x104)]=_0x148690;_0x149ee1[_0x5ccde3(0x97)](__drivers[0x0][_0x5ccde3(0x103)],0x0)&&await _0x149ee1[_0x5ccde3(0x138)](driverCleanup);const _0x9115f4=_0x149ee1[_0x5ccde3(0x10e)](shouldScanTestForAccessibility,_0x148690,![]);__drivers[0x0][_0x5ccde3(0xd8)]=_0x9115f4,globals[_0x5ccde3(0xd1)](_0x149ee1[_0x5ccde3(0x12f)],_0x9115f4);if(_0x149ee1[_0x5ccde3(0x138)](isAccessibilityAutomationSession)&&globals[_0x5ccde3(0x146)](_0x149ee1['IUCdM']))try{const _0x58e113=await __drivers[0x0][_0x5ccde3(0xe0)];if(_0x58e113){let _0x393fd7=!![];const _0x4184c8=await __drivers[0x0][_0x5ccde3(0x149)]();let _0x36a745;try{_0x36a745=new URL(_0x4184c8);}catch(_0x175a2b){_0x393fd7=![];}_0x393fd7=_0x149ee1[_0x5ccde3(0xc1)](_0x36a745[_0x5ccde3(0xfb)],_0x149ee1[_0x5ccde3(0xed)])||_0x149ee1[_0x5ccde3(0xc1)](_0x36a745['protocol'],_0x149ee1[_0x5ccde3(0x117)]),_0x393fd7&&(_0x9115f4&&logger[_0x5ccde3(0xab)](_0x149ee1[_0x5ccde3(0x11a)]));}}catch(_0x43efcf){logger['error'](_0x5ccde3(0x11f)+_0x43efcf);}_0x149ee1[_0x5ccde3(0x97)](__drivers[0x0][_0x5ccde3(0x103)],0x0)&&await _0x149ee1['IREjd'](driverCleanup);}catch{}}),afterEach(async()=>{const _0x1e8fc4=a15_0x5bc2be,_0x287ddd={'jDUYg':function(_0x33eec6,_0x125def){return _0x33eec6>_0x125def;},'XXoMX':function(_0x5272ce){return _0x5272ce();},'DieLc':function(_0x2f960e,_0xe2c834){return _0x2f960e===_0xe2c834;},'CBDat':_0x1e8fc4(0x14c),'yzhhj':_0x1e8fc4(0x144),'CuSMm':function(_0x4c80ef,_0x58e088,_0x18da16,_0x290dba){return _0x4c80ef(_0x58e088,_0x18da16,_0x290dba);},'RpilX':function(_0x16da5a,_0x1cb679,_0x4eca10){return _0x16da5a(_0x1cb679,_0x4eca10);},'Vmurw':function(_0x567fca){return _0x567fca();},'BKsDe':_0x1e8fc4(0x123),'eXLxh':_0x1e8fc4(0xd8),'GVuNt':_0x1e8fc4(0x124),'IclER':function(_0x342363,_0x1a684e){return _0x342363(_0x1a684e);},'EoAND':'Performing\x20scan\x20before\x20saving\x20results','AkibO':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','RPOWC':function(_0x46a688){return _0x46a688();},'krUBN':function(_0x471f9c,_0x11e171,_0x3fbf11){return _0x471f9c(_0x11e171,_0x3fbf11);},'dHOwy':'debug'},_0x5ec658='browserstack internal helper hook';try{_0x287ddd[_0x1e8fc4(0xe9)](__drivers['length'],0x1)&&(await _0x287ddd[_0x1e8fc4(0x111)](driverCleanup),__drivers[_0x1e8fc4(0x14d)]());try{if(global[_0x1e8fc4(0x9c)]&&_0x287ddd[_0x1e8fc4(0x13f)](global[_0x1e8fc4(0xbe)],_0x287ddd['CBDat'])&&__drivers[0x0]){const _0x288f76=_0x287ddd[_0x1e8fc4(0xe9)](global['capabilities']['length'],0x0)?!!global[_0x1e8fc4(0xa0)][0x0][_0x1e8fc4(0xad)]||!!global[_0x1e8fc4(0xa0)][0x0][_0x287ddd['yzhhj']]:![],_0x21427c={};_0x21427c[_0x1e8fc4(0xad)]=_0x288f76,await _0x287ddd['CuSMm'](percyAutoCapture,__drivers[0x0],_0x287ddd['CBDat'],_0x21427c);}}catch(_0x5371f1){}const _0x5eebe5=_0x287ddd['RpilX'](shouldScanTestForAccessibility,expect[_0x1e8fc4(0x130)]()[_0x1e8fc4(0x120)],![]);try{if(_0x287ddd[_0x1e8fc4(0xdb)](isAccessibilityAutomationSession)&&globals[_0x1e8fc4(0x146)](_0x287ddd[_0x1e8fc4(0x134)])&&globals[_0x1e8fc4(0x146)](_0x287ddd[_0x1e8fc4(0xf7)])){logger[_0x1e8fc4(0xab)](_0x287ddd['GVuNt']);const _0x2d591f={'saveResults':_0x5eebe5,'testDetails':{'name':expect[_0x1e8fc4(0x130)]()['currentTestName'],'testRunId':process[_0x1e8fc4(0xc5)]['BS_A11Y_TEST_RUN_ID'],'filePath':expect[_0x1e8fc4(0x130)]()['testPath'],'scopeList':[expect[_0x1e8fc4(0x130)]()['currentTestName']]},'platform':await _0x287ddd[_0x1e8fc4(0x114)](fetchPlatformDetails,__drivers[0x0])};logger[_0x1e8fc4(0x12d)](_0x287ddd[_0x1e8fc4(0x15a)]),logger['debug'](util['format'](await __drivers[0x0][_0x1e8fc4(0x95)](scripts['performScan'],{'method':expect['getState']()[_0x1e8fc4(0x120)]}))),await __drivers[0x0][_0x1e8fc4(0x95)](scripts['saveTestResults'],_0x2d591f),logger[_0x1e8fc4(0xab)](_0x287ddd[_0x1e8fc4(0x133)]);}}catch(_0x56200e){logger['error'](_0x1e8fc4(0x137)+expect[_0x1e8fc4(0x130)]()[_0x1e8fc4(0x120)]+_0x1e8fc4(0xc4),_0x56200e);}await _0x287ddd[_0x1e8fc4(0x111)](setContext);try{if(_0x287ddd[_0x1e8fc4(0x111)](isTestObservabilitySession)){global['__drivers'][0x0]&&await _0x287ddd[_0x1e8fc4(0x135)](sendPlatformDetails,global[_0x1e8fc4(0x13e)][0x0],TestDetails[_0x1e8fc4(0x9a)](process['pid']+_0x1e8fc4(0x99)));if(_0x287ddd[_0x1e8fc4(0x122)](isBrowserstackInfra)){const _0x5f3285=_0x1e8fc4(0xd9)+Date[_0x1e8fc4(0xa4)]();await _0x287ddd['krUBN'](executeAnnotate,JSON[_0x1e8fc4(0xdd)](_0x5f3285),_0x287ddd[_0x1e8fc4(0x13d)]);}}}catch(_0x1cd3c5){}_0x287ddd[_0x1e8fc4(0xe9)](__drivers[0x0][_0x1e8fc4(0x103)],0x0)&&await _0x287ddd[_0x1e8fc4(0xdb)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x1a89c6=a15_0x5bc2be,_0x3fd01a={'zTdQX':function(_0x56a3da,_0x11d418){return _0x56a3da<=_0x11d418;},'xLDdS':function(_0x59945f,_0x4874ce){return _0x59945f(_0x4874ce);},'rbHsT':function(_0x56b421){return _0x56b421();},'ywTfS':function(_0x570f37,_0x51062d,_0x24f59d){return _0x570f37(_0x51062d,_0x24f59d);}};jest[_0x1a89c6(0x102)](0x186a0),PerformanceTester[_0x1a89c6(0x109)]();const _0x4b1527='browserstack internal helper hook';await new Promise(_0x37ca22=>{const _0x1c7f96=_0x1a89c6,_0x52acce=_0x3fd01a[_0x1c7f96(0xde)](setInterval,async()=>{const _0x22744a=_0x1c7f96;_0x3fd01a[_0x22744a(0xc3)](RequestQueueHandler[_0x22744a(0x93)]()[_0x22744a(0x156)],0x0)&&(_0x3fd01a['xLDdS'](clearInterval,_0x52acce),_0x3fd01a['rbHsT'](_0x37ca22));},0x3e8);});try{await _0x3fd01a[_0x1a89c6(0xa9)](driverCleanup);}catch(_0x1697aa){}process[_0x1a89c6(0xba)]();},0x2710);
@@ -1 +1 @@
1
- function a16_0x1110(_0xcc4eac,_0x358c88){const _0x474900=a16_0x4749();return a16_0x1110=function(_0x111040,_0x3b2da9){_0x111040=_0x111040-0x11e;let _0xc616fa=_0x474900[_0x111040];return _0xc616fa;},a16_0x1110(_0xcc4eac,_0x358c88);}const a16_0x1f6cda=a16_0x1110;function a16_0x4749(){const _0x175ed1=['351144SOodWL','1308930hzUAuA','Irxez','6790231LuRROa','4VRXMpj','restore','3417978CvdWom','../../../helpers/request-spy','12968FPidJS','5423215XJzKHH','801lTnwfc','7628898vjNnDv'];a16_0x4749=function(){return _0x175ed1;};return a16_0x4749();}(function(_0x1b1a16,_0x3d31b9){const _0x3d5a0c=a16_0x1110,_0x243d67=_0x1b1a16();while(!![]){try{const _0x3fc891=parseInt(_0x3d5a0c(0x120))/0x1+parseInt(_0x3d5a0c(0x121))/0x2+-parseInt(_0x3d5a0c(0x126))/0x3+-parseInt(_0x3d5a0c(0x124))/0x4*(-parseInt(_0x3d5a0c(0x129))/0x5)+-parseInt(_0x3d5a0c(0x11f))/0x6+parseInt(_0x3d5a0c(0x123))/0x7+parseInt(_0x3d5a0c(0x128))/0x8*(parseInt(_0x3d5a0c(0x11e))/0x9);if(_0x3fc891===_0x3d31b9)break;else _0x243d67['push'](_0x243d67['shift']());}catch(_0x40c43f){_0x243d67['push'](_0x243d67['shift']());}}}(a16_0x4749,0xc1c91));const requestSpy=require(a16_0x1f6cda(0x127)),{addRequestSpy}=require('../../../helpers/test-observability/utils');beforeAll(()=>{const _0x1877b8=a16_0x1f6cda,_0x296fc9={'Irxez':function(_0x4a7f3c){return _0x4a7f3c();}},_0x29c098='browserstack internal helper hook';_0x296fc9[_0x1877b8(0x122)](addRequestSpy);}),afterAll(async()=>{const _0x43e021=a16_0x1f6cda,_0x5982e6='browserstack internal helper hook';jest['setTimeout'](0xea60),requestSpy[_0x43e021(0x125)]();});
1
+ const a16_0x31c1c8=a16_0x5695;(function(_0x3c6fe2,_0x8dca96){const _0x67d722=a16_0x5695,_0x2c0c45=_0x3c6fe2();while(!![]){try{const _0x35dce0=parseInt(_0x67d722(0x71))/0x1+-parseInt(_0x67d722(0x7a))/0x2*(-parseInt(_0x67d722(0x77))/0x3)+-parseInt(_0x67d722(0x72))/0x4*(parseInt(_0x67d722(0x75))/0x5)+-parseInt(_0x67d722(0x74))/0x6+-parseInt(_0x67d722(0x73))/0x7+-parseInt(_0x67d722(0x79))/0x8+parseInt(_0x67d722(0x6f))/0x9;if(_0x35dce0===_0x8dca96)break;else _0x2c0c45['push'](_0x2c0c45['shift']());}catch(_0x29a865){_0x2c0c45['push'](_0x2c0c45['shift']());}}}(a16_0x5dcb,0x21057));const requestSpy=require('../../../helpers/request-spy'),{addRequestSpy}=require(a16_0x31c1c8(0x76));function a16_0x5695(_0x7e8ef9,_0x312e69){const _0x5dcbdf=a16_0x5dcb();return a16_0x5695=function(_0x5695b1,_0x46337e){_0x5695b1=_0x5695b1-0x6e;let _0x20b8b0=_0x5dcbdf[_0x5695b1];return _0x20b8b0;},a16_0x5695(_0x7e8ef9,_0x312e69);}function a16_0x5dcb(){const _0x3d90cc=['1863000hlZkPq','56vBSKJF','setTimeout','7126479uUBpbf','restore','164544ZSmEhs','88476oPcsjn','1456511orCNEK','1257798mVaxcN','45FQJczP','../../../helpers/test-observability/utils','3057acZHTy','hygGt'];a16_0x5dcb=function(){return _0x3d90cc;};return a16_0x5dcb();}beforeAll(()=>{const _0x37d41c=a16_0x31c1c8,_0x284395={'hygGt':function(_0x7d8912){return _0x7d8912();}},_0x547fe7='browserstack internal helper hook';_0x284395[_0x37d41c(0x78)](addRequestSpy);}),afterAll(async()=>{const _0x4fb59c=a16_0x31c1c8,_0x33e199='browserstack internal helper hook';jest[_0x4fb59c(0x6e)](0xea60),requestSpy[_0x4fb59c(0x70)]();});
@@ -1 +1 @@
1
- function a17_0x2ab8(_0x559759,_0x31f95e){const _0x362d60=a17_0x362d();return a17_0x2ab8=function(_0x2ab8cb,_0x3ef54e){_0x2ab8cb=_0x2ab8cb-0xbe;let _0x27ba6c=_0x362d60[_0x2ab8cb];return _0x27ba6c;},a17_0x2ab8(_0x559759,_0x31f95e);}const a17_0x23905b=a17_0x2ab8;(function(_0x25785d,_0x36b2d6){const _0x4d299e=a17_0x2ab8,_0x4f66aa=_0x25785d();while(!![]){try{const _0x25a300=parseInt(_0x4d299e(0xc6))/0x1+-parseInt(_0x4d299e(0xc9))/0x2*(parseInt(_0x4d299e(0xc1))/0x3)+-parseInt(_0x4d299e(0xc2))/0x4*(parseInt(_0x4d299e(0xcc))/0x5)+parseInt(_0x4d299e(0xd5))/0x6+-parseInt(_0x4d299e(0xbe))/0x7*(parseInt(_0x4d299e(0xd1))/0x8)+-parseInt(_0x4d299e(0xdc))/0x9+parseInt(_0x4d299e(0xc4))/0xa*(parseInt(_0x4d299e(0xc0))/0xb);if(_0x25a300===_0x36b2d6)break;else _0x4f66aa['push'](_0x4f66aa['shift']());}catch(_0x247132){_0x4f66aa['push'](_0x4f66aa['shift']());}}}(a17_0x362d,0xe4889));function a17_0x362d(){const _0xadff5b=['YeeSV','4061664tlJXqY','isTestObservabilitySession','7FrzxTc','env','99RReAYH','12ysQHwf','1539628WSJUvI','cliConfig','1988120frvtIf','BROWSERSTACK_RERUN_TESTS','1258607GhjDVU','oNKHp','push','577546RnadEz','has','null','15mtDWUw','trim','hyetA','EljTf','tCFgl','5303192VkRYsH','split','map','get','7872996nNdsIq','updateTestRerunConfig','isUndefined','../../../helpers/helper','shouldReRunObservabilityTests','../../../helpers/test-observability/utils'];a17_0x362d=function(){return _0xadff5b;};return a17_0x362d();}const testOpsHelper=require(a17_0x23905b(0xda)),helper=require(a17_0x23905b(0xd8));exports[a17_0x23905b(0xd6)]=(_0x342e9b,_0x231e3a)=>{const _0x277a5c=a17_0x23905b,_0x2da830={};_0x2da830[_0x277a5c(0xd0)]='rerunTests',_0x2da830[_0x277a5c(0xdb)]=function(_0x564413,_0x2c66c2){return _0x564413!==_0x2c66c2;},_0x2da830[_0x277a5c(0xc7)]=_0x277a5c(0xcb),_0x2da830[_0x277a5c(0xcf)]=function(_0x32ef2f,_0x4b7c7b){return _0x32ef2f!==_0x4b7c7b;},_0x2da830['hyetA']=function(_0x543f80,_0x49b9d9){return _0x543f80>_0x49b9d9;};const _0x394f00=_0x2da830;if(testOpsHelper[_0x277a5c(0xdd)]()&&testOpsHelper[_0x277a5c(0xd9)]()){let _0x407d48=process[_0x277a5c(0xbf)][_0x277a5c(0xc5)];!helper[_0x277a5c(0xd7)](_0x231e3a[_0x277a5c(0xc3)])&&_0x231e3a[_0x277a5c(0xc3)][_0x277a5c(0xca)](_0x394f00[_0x277a5c(0xd0)])&&(_0x407d48=_0x231e3a[_0x277a5c(0xc3)][_0x277a5c(0xd4)](_0x394f00['tCFgl']));const _0x3606f1=[];_0x394f00[_0x277a5c(0xdb)](_0x407d48,_0x394f00[_0x277a5c(0xc7)])&&_0x394f00['EljTf'](_0x407d48,null)&&_0x407d48[_0x277a5c(0xd2)](',')[_0x277a5c(0xd3)](_0x35d9ff=>{const _0x1185f2=_0x277a5c;_0x3606f1[_0x1185f2(0xc8)](''+_0x35d9ff[_0x1185f2(0xcd)]());}),_0x394f00[_0x277a5c(0xce)](_0x3606f1['length'],0x0)&&(_0x342e9b['testRegex']=_0x3606f1,delete _0x342e9b['testMatch']);}};
1
+ function a17_0x52ae(_0x5ca5e8,_0x160deb){const _0x50f59c=a17_0x50f5();return a17_0x52ae=function(_0x52aeff,_0x5a71b8){_0x52aeff=_0x52aeff-0x100;let _0x2d1844=_0x50f59c[_0x52aeff];return _0x2d1844;},a17_0x52ae(_0x5ca5e8,_0x160deb);}const a17_0x1fcd59=a17_0x52ae;function a17_0x50f5(){const _0xf95369=['../../../helpers/test-observability/utils','../../../helpers/helper','267130GLiWCG','trim','234KjuZWr','isUndefined','4mxwkGV','908841cjroTo','BROWSERSTACK_RERUN_TESTS','169UxUYOL','723629IJsWth','testRegex','TZUCg','shouldReRunObservabilityTests','rerunTests','925RZiYCE','has','get','env','map','updateTestRerunConfig','split','2DZwUaz','OtvPz','cliConfig','isTestObservabilitySession','6342226jSdYnF','154273nTldvx','push','40sXKSQF','null','2475504AGcGVK','fPqpl','17322qvdfWK','tOyIj'];a17_0x50f5=function(){return _0xf95369;};return a17_0x50f5();}(function(_0x58704a,_0x55c7ac){const _0x23938f=a17_0x52ae,_0x5870f7=_0x58704a();while(!![]){try{const _0x5cbe6e=parseInt(_0x23938f(0x10e))/0x1*(-parseInt(_0x23938f(0x11a))/0x2)+-parseInt(_0x23938f(0x10b))/0x3*(-parseInt(_0x23938f(0x10a))/0x4)+-parseInt(_0x23938f(0x113))/0x5*(parseInt(_0x23938f(0x102))/0x6)+-parseInt(_0x23938f(0x11f))/0x7*(-parseInt(_0x23938f(0x121))/0x8)+-parseInt(_0x23938f(0x108))/0x9*(parseInt(_0x23938f(0x106))/0xa)+-parseInt(_0x23938f(0x11e))/0xb+parseInt(_0x23938f(0x100))/0xc*(parseInt(_0x23938f(0x10d))/0xd);if(_0x5cbe6e===_0x55c7ac)break;else _0x5870f7['push'](_0x5870f7['shift']());}catch(_0xeef9dc){_0x5870f7['push'](_0x5870f7['shift']());}}}(a17_0x50f5,0x8a35e));const testOpsHelper=require(a17_0x1fcd59(0x104)),helper=require(a17_0x1fcd59(0x105));exports[a17_0x1fcd59(0x118)]=(_0x4cb43a,_0x735425)=>{const _0x1bd7d8=a17_0x1fcd59,_0x3741bb={};_0x3741bb[_0x1bd7d8(0x110)]=_0x1bd7d8(0x112),_0x3741bb[_0x1bd7d8(0x11b)]=function(_0xfee5d6,_0x4fd663){return _0xfee5d6!==_0x4fd663;},_0x3741bb[_0x1bd7d8(0x101)]=_0x1bd7d8(0x122),_0x3741bb[_0x1bd7d8(0x103)]=function(_0x1467d8,_0x293a92){return _0x1467d8>_0x293a92;};const _0x2903b6=_0x3741bb;if(testOpsHelper[_0x1bd7d8(0x11d)]()&&testOpsHelper[_0x1bd7d8(0x111)]()){let _0x574400=process[_0x1bd7d8(0x116)][_0x1bd7d8(0x10c)];!helper[_0x1bd7d8(0x109)](_0x735425[_0x1bd7d8(0x11c)])&&_0x735425[_0x1bd7d8(0x11c)][_0x1bd7d8(0x114)](_0x2903b6[_0x1bd7d8(0x110)])&&(_0x574400=_0x735425['cliConfig'][_0x1bd7d8(0x115)](_0x2903b6[_0x1bd7d8(0x110)]));const _0x1d32c9=[];_0x2903b6[_0x1bd7d8(0x11b)](_0x574400,_0x2903b6[_0x1bd7d8(0x101)])&&_0x2903b6[_0x1bd7d8(0x11b)](_0x574400,null)&&_0x574400[_0x1bd7d8(0x119)](',')[_0x1bd7d8(0x117)](_0x49e374=>{const _0x3de170=_0x1bd7d8;_0x1d32c9[_0x3de170(0x120)](''+_0x49e374[_0x3de170(0x107)]());}),_0x2903b6[_0x1bd7d8(0x103)](_0x1d32c9['length'],0x0)&&(_0x4cb43a[_0x1bd7d8(0x10f)]=_0x1d32c9,delete _0x4cb43a['testMatch']);}};
@@ -1 +1 @@
1
- const a18_0x805c96=a18_0x80bc;(function(_0x962534,_0x21a22d){const _0x10c308=a18_0x80bc,_0x4a5310=_0x962534();while(!![]){try{const _0x497bda=-parseInt(_0x10c308(0x131))/0x1+parseInt(_0x10c308(0x182))/0x2+-parseInt(_0x10c308(0x134))/0x3*(parseInt(_0x10c308(0x20d))/0x4)+-parseInt(_0x10c308(0x1d8))/0x5*(parseInt(_0x10c308(0x16c))/0x6)+parseInt(_0x10c308(0x1fc))/0x7*(parseInt(_0x10c308(0x147))/0x8)+parseInt(_0x10c308(0x160))/0x9*(-parseInt(_0x10c308(0x1cc))/0xa)+parseInt(_0x10c308(0x195))/0xb;if(_0x497bda===_0x21a22d)break;else _0x4a5310['push'](_0x4a5310['shift']());}catch(_0x5c1eb4){_0x4a5310['push'](_0x4a5310['shift']());}}}(a18_0x3d3f,0x52c9a));function a18_0x3d3f(){const _0x2e8a6e=['type','expanded','toISOString','result','twnor','_currentRetry','state','ceKmw','dlcKD','TestRunSkipped','ISrZh','ztXIi','ymTbW','removeAllListeners','YFKVs','14603435fzHNsX','analyticsResult','inspect','PwCUM','SgNmf','resetTestHooks','AelZg','HXotq','RXqcX','BEFORE_ALL','ksHXf','hZUuP','gSROQ','ZvLMr','generic','backtrace','eeclQ','jbahV','defOe','event_type','afterEach','zJKZV','ApqSp','VAkid','hook_type','forEach','hkUUN','JDtGe','STATE_PASSED','zNLXi','passed','BtKUb','../../../helpers/test-observability/sessionHandler','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','PuYyy','agwhT','RmnaX','gjYVz','rfxLM','aopwZ','nUVPd','oDqPg','JqNKT','eAZaQ','includes','../../../helpers/test-observability/error-handler','dWrMj','_testEnv','_paths','TestRunFinished','TestRunStarted','../../../helpers/helper','hNISL','call','nerVk','116600HYGDkO','XkALM','IDznC','test_run_uuid','sTTmV','gINgi','kNlgJ','relative','fAkUX','JmXyi','zypSe','oNwPj','1355KLVbUp','HookRunFinished','parse','getName','ffGQr','uprwJ','lRfeb','failure_type','configureGit','javascript','FNDPd','MexZy','lutAP','jCkYA','ThYOj','NWPev','tOurD','finished_at','YPUIG','YPAPr','HrIby','XufcP','0|2|3|1|4','split','errorsDetailed','.git','failure_backtrace','IkDPd','sendTestRunEvent','beforeAll','xuFte','ntIXg','4|2|0|6|1|5|3','appendTestPlatform','DWrre','dMnef','497gAEoTg','nJsJJ','nFWgE','beforeEach','BXVbn','exports','logs','aeARV','Zwmem','match','js-','heXvI','config','kJauz','JxRRO','XrQnT','QaITF','45856lweAVr','../../utils/constants','UAkLA','testStarted','findGitConfig','../../../../package.json','failure_reason_expanded','testObservability','XQstm','luCos','PMUtY','ciUld','rGoJm','DSiva','JEST','ROOT_DESCRIBE_BLOCK','http_response','failed\x20to\x20get\x20root\x20parent\x20file\x20','AFTER_EACH','kImLq','KSVDW','CkmfD','current_test','kLXlg','CBTSessionCreated','bKMVr','HQXdu','retryOf','CoCNV','DdgRj','gmUdm','file','parent','afterAll','hookAnalyticsId','CkuNF','qyCHL','HyCKC','hooks',':hookAnalyticsId','_testResults','eLUis','vrifd','zagFr','sYnak','lHWlU','ovTMe','RpgLt','iQdnw','join','dGxLk','rNkkv','failure','err','OZNdE','iGsoS','qrmxg','iTKCh','DAeju','mOOsZ','aarLb','VFpYq','AFTER_ALL','QyqtI','qUcYJ','HmDKp','yEnmZ','fpyFC','uMyaN','AfMvI','kZhWj','SVMTJ','test_run','sgAzt','ijyIT','Hccpc','failed','PujGt','NQHmy','aAsBg','RKqik','_gitConfigured','LvVnK','VuyVG','dMIyr','gSGHl','Zxtrs','aZxeH','fZdfu','wFPoU','toString','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','wwQQh','sep','GIhil','_gitConfigPath','wvlUe','getHierarchy','SPxDI','\x22\x20hook\x20for\x20\x22','IoVGu','./test-details','sLuUK','started_at','pid','CtAjj','getTestUUID','hook_run','bWvDc','util','IjwvS','duration','gWTpz','gAWJO','pending','root','dTUAi','setTestUUID','odmBy','uploadEventData','skipped','ToJVS','current_hook','FxOob','ITRNu','IkObF','ceBfA','gJTWr','hDqxw','pAKWZ','HVRzV','NTfqf','eCJbK','dirname','sbCSj','iLzoU','oerAA','statSync','STATE_PENDING','joMth','WuGzt','cqzeW','AVgKK','XJhAD','cYeGB','PcEps','bMQCW','LogCreated','bCFbS','\x20with\x20error\x20:\x20','title','GqhOf','getRootParentFile','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','getHooksForTest','aIHLB',':testAnalyticsId','181741YDQClm','jsstB','oPWTU','177doiYuY','MaKpn','uOIUj','location_prefix','TSfzT','FzUdC','jest-circus','fqqLg','jbteq','jsVHh','hvSmx','lUaUW','hook_failure','bs:addLog:','appendTestItemLog','registerListeners','sIkKJ','qOLoJ','yCaNr','53896epMTPO','bind','uuid','OalzF','wLqME','GqLXr','htMzb','XFvVc','KqBxU','test','getTestEnv','hook_run_uuid','reverse','QNmzn','quczr','hGPHZ','nLaiN','gyjKa','JiPiV','File\x20path\x20could\x20not\x20be\x20found','aKeXn','eJnTp','asyncError','markedStatus','STATE_FAILED','144CzsHhY','HPCel','hmNpU','hook_data','spdPL','apply','CdVWT','LlPFn','mapTestHooks','JTMXL','JYYyW','LOAsE','12990Jycjfx','wISZa','RQoIT','uOqUQ','zRYGO','cwd','testAnalyticsId','XMyRU','hnuue','prefixTestPath','name','nMNQc','zAZAn','push','DGRhD','length','VvvSt','uSBnQ','path','Jdgxs','LPPvR','getFileName','329156Mgjzbu','AZRhu','bs:addPlatformDetails:','JrmZX'];a18_0x3d3f=function(){return _0x2e8a6e;};return a18_0x3d3f();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require('../../../helpers/test-observability/utils'),SessionHandler=require(a18_0x805c96(0x1b5)),{v4:uuidv4}=require(a18_0x805c96(0x149)),{name,version}=require(a18_0x805c96(0x212)),stackTrace=require('stack-trace'),path=require(a18_0x805c96(0x17e)),fs=require('fs'),TestDetails=require(a18_0x805c96(0xf9)),{FRAMEWORKS}=require(a18_0x805c96(0x20e)),{o11yClassErrorHandler}=require(a18_0x805c96(0x1c2)),{getGitMetaData}=require(a18_0x805c96(0x1c8)),a18_0x53b5be={};a18_0x53b5be[a18_0x805c96(0x1b1)]=a18_0x805c96(0x1b3),a18_0x53b5be[a18_0x805c96(0x15f)]=a18_0x805c96(0xe0),a18_0x53b5be[a18_0x805c96(0x11e)]=a18_0x805c96(0x106);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x53b5be,a18_0x5b4bb5={};a18_0x5b4bb5[a18_0x805c96(0x1f5)]=a18_0x805c96(0x19e),a18_0x5b4bb5[a18_0x805c96(0xb5)]=a18_0x805c96(0xd2),a18_0x5b4bb5[a18_0x805c96(0x1ff)]='BEFORE_EACH',a18_0x5b4bb5[a18_0x805c96(0x1a9)]=a18_0x805c96(0xa6);const HOOK_TYPES_MAP=a18_0x5b4bb5;function a18_0x80bc(_0x1802d3,_0x1edea2){const _0x3d3f58=a18_0x3d3f();return a18_0x80bc=function(_0x80bc49,_0x3fc2b5){_0x80bc49=_0x80bc49-0xa1;let _0x43dd50=_0x3d3f58[_0x80bc49];return _0x43dd50;},a18_0x80bc(_0x1802d3,_0x1edea2);}module[a18_0x805c96(0x201)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x2c2e2c=a18_0x805c96,_0x201f27={'GqhOf':'0|5|2|3|4|1|6','nlLXb':function(_0x3d4497){return _0x3d4497();}},_0x2d938f=_0x201f27[_0x2c2e2c(0x12b)][_0x2c2e2c(0x1ef)]('|');let _0x38d2ea=0x0;while(!![]){switch(_0x2d938f[_0x38d2ea++]){case'0':this['testObservability']=_0x201f27['nlLXb'](isTestObservabilitySession);continue;case'1':this[_0x2c2e2c(0xe5)]=![];continue;case'2':this[_0x2c2e2c(0x1c4)]=this[_0x2c2e2c(0x151)]();continue;case'3':this[_0x2c2e2c(0x1c5)]=new PathHelper({'cwd':process[_0x2c2e2c(0x171)]()},this[_0x2c2e2c(0x1c4)][_0x2c2e2c(0x137)]);continue;case'4':this[_0x2c2e2c(0x163)]=[];continue;case'5':this['_testResults']=[];continue;case'6':this[_0x2c2e2c(0xf3)]=null;continue;}break;}}['getTestEnv']=()=>{const _0x1108ca=a18_0x805c96,_0x1c7837={'fpyFC':_0x1108ca(0x1a3),'oXWqA':function(_0x41a1a6){return _0x41a1a6();}};return{'ci':_0x1c7837[_0x1108ca(0xd7)],'key':_0x1c7837['oXWqA'](uuidv4),'version':version,'collector':_0x1108ca(0x206)+name};};[a18_0x805c96(0x143)](){const _0x1ea836=a18_0x805c96;process[_0x1ea836(0x193)](_0x1ea836(0x141)+process[_0x1ea836(0xfc)]),process['on'](_0x1ea836(0x141)+process[_0x1ea836(0xfc)],this[_0x1ea836(0x142)][_0x1ea836(0x148)](this)),process[_0x1ea836(0x193)](_0x1ea836(0x184)+process[_0x1ea836(0xfc)]),process['on'](_0x1ea836(0x184)+process['pid'],this[_0x1ea836(0x1f9)][_0x1ea836(0x148)](this));}[a18_0x805c96(0x210)]=async _0x165541=>{const _0x4bb83b=a18_0x805c96,_0x2ac8bc={'aarLb':'generic','ATcDK':function(_0x426038){return _0x426038();},'eAZaQ':function(_0x4e8169,_0x517c54){return _0x4e8169(_0x517c54);},'QNmzn':function(_0x4bd797,_0x1f2ea5){return _0x4bd797!==_0x1f2ea5;},'aKeXn':_0x4bb83b(0x1b2),'ceBfA':_0x4bb83b(0xed),'PkoTF':function(_0x2c0542,_0x23d514){return _0x2c0542>_0x23d514;},'RQoIT':function(_0x44f379,_0x4341f2){return _0x44f379===_0x4341f2;},'xuFte':_0x4bb83b(0x1cd),'wLqME':'GOWlE','sIkKJ':_0x4bb83b(0x1c7),'wxneZ':_0x4bb83b(0xa1),'sLuUK':_0x4bb83b(0xec),'cqzeW':'fcHRn','zJKZV':function(_0x4c4c84,_0x3851d4){return _0x4c4c84(_0x3851d4);}};try{if(_0x2ac8bc['QNmzn'](_0x2ac8bc[_0x4bb83b(0x15b)],_0x2ac8bc[_0x4bb83b(0x112)])){const _0x30c352=this[_0x4bb83b(0xaa)];this[_0x4bb83b(0xaa)]=_0x165541,_0x165541['retryOf']=null,_0x165541[_0x4bb83b(0x172)]=TestDetails['setTestUUID'](process[_0x4bb83b(0xfc)]+_0x4bb83b(0x130)),_0x165541[_0x4bb83b(0xfb)]=new Date()[_0x4bb83b(0x188)]();if(_0x2ac8bc['PkoTF'](_0x165541[_0x4bb83b(0x18b)],0x0)&&_0x30c352&&_0x2ac8bc[_0x4bb83b(0x16e)](_0x30c352[_0x4bb83b(0x12a)],_0x165541['title'])){if(_0x2ac8bc[_0x4bb83b(0x154)](_0x2ac8bc[_0x4bb83b(0x1f6)],_0x2ac8bc[_0x4bb83b(0x14b)]))_0x165541[_0x4bb83b(0xaf)]=_0x30c352[_0x4bb83b(0x172)],await this[_0x4bb83b(0x1f4)](_0x165541,undefined,![],_0x2ac8bc[_0x4bb83b(0x144)]),_0x30c352[_0x4bb83b(0x18c)]=STATE_FAILED,await this[_0x4bb83b(0x1f4)](_0x30c352,undefined,!![]);else{this['hook_data']['push'](_0x500cec);return;}}else{if(_0x2ac8bc[_0x4bb83b(0x16e)](_0x2ac8bc['wxneZ'],_0x2ac8bc['wxneZ']))await this[_0x4bb83b(0x1f4)](_0x165541,undefined,![],_0x2ac8bc[_0x4bb83b(0x144)]);else return{'ci':_0x2ac8bc[_0x4bb83b(0xd0)],'key':_0x2ac8bc['ATcDK'](_0x275c5e),'version':_0x411c43,'collector':_0x4bb83b(0x206)+_0x4f626f};}}else{if(!_0x20ef4f||!_0x49440f[_0x4bb83b(0xb4)])return;_0x563cb3[_0x4bb83b(0xb4)][_0x4bb83b(0xba)]['forEach'](_0x5071c0=>{const _0x4c2297=_0x4bb83b;!_0x5071c0[_0x4c2297(0xb6)]&&(_0x5071c0[_0x4c2297(0xb6)]=_0x5dcc5d['setTestUUID'](_0x4279e7['pid']+_0x4c2297(0xbb)));}),this[_0x4bb83b(0x168)](_0x266013[_0x4bb83b(0xb4)]);}}catch(_0x21d303){_0x2ac8bc[_0x4bb83b(0x154)](_0x2ac8bc[_0x4bb83b(0xfa)],_0x2ac8bc[_0x4bb83b(0x121)])?_0x2ac8bc[_0x4bb83b(0x1aa)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x21d303):_0x2ac8bc[_0x4bb83b(0x1c0)](_0x3aac70,_0x4bb83b(0x1b6)+_0x2ec81b);}};[a18_0x805c96(0x1db)](_0x249522){const _0x2a482a=a18_0x805c96,_0x3e6973={};_0x3e6973[_0x2a482a(0x19b)]=function(_0x20f88a,_0x57b002){return _0x20f88a!==_0x57b002;},_0x3e6973[_0x2a482a(0xab)]=_0x2a482a(0x150),_0x3e6973['SrgPR']=function(_0x449807,_0xda313){return _0x449807===_0xda313;},_0x3e6973[_0x2a482a(0x180)]='fAnrr';const _0x4fc8f7=_0x3e6973;if(_0x4fc8f7[_0x2a482a(0x19b)](_0x249522[_0x2a482a(0x186)],_0x4fc8f7[_0x2a482a(0xab)])){if(_0x4fc8f7['SrgPR'](_0x4fc8f7[_0x2a482a(0x180)],_0x4fc8f7[_0x2a482a(0x180)]))return'\x22'+_0x249522[_0x2a482a(0x186)]+_0x2a482a(0xf7)+(_0x249522[_0x2a482a(0xb4)]&&_0x249522[_0x2a482a(0xb4)][_0x2a482a(0x176)])+'\x22';else _0x2e8451=[];}return _0x249522[_0x2a482a(0x176)];}[a18_0x805c96(0x1f4)]=async(_0x4417e6,_0x59ae94=undefined,_0x345f6f=![],_0x509e1c=a18_0x805c96(0x1c6))=>{const _0x2479f4=a18_0x805c96,_0x2386e9={'IoVGu':function(_0x184856,_0x75d920){return _0x184856!==_0x75d920;},'oerAA':_0x2479f4(0xe0),'sgAzt':_0x2479f4(0x1b3),'WuGzt':function(_0x52571e,_0x5210f3){return _0x52571e(_0x5210f3);},'ijyIT':_0x2479f4(0x150),'MaKpn':function(_0x583b17,_0x527e08){return _0x583b17(_0x527e08);},'HyCKC':_0x2479f4(0xdc),'ciUld':_0x2479f4(0x189),'ApqSp':_0x2479f4(0x10c),'VFpYq':_0x2479f4(0xc8),'hnuue':_0x2479f4(0x1df),'bMQCW':_0x2479f4(0xfb),'oDqPg':_0x2479f4(0x1e9),'DGRhD':function(_0x14f5f9,_0x153ae2){return _0x14f5f9!==_0x153ae2;},'aZxeH':_0x2479f4(0x113),'bCFbS':_0x2479f4(0x1ee),'SgNmf':'hook_run','SPxDI':'failure_reason','nMNQc':function(_0x10629c,_0x41e7fe){return _0x10629c===_0x41e7fe;},'yBLru':_0x2479f4(0x1d9),'nJsJJ':_0x2479f4(0xc9),'qrmxg':_0x2479f4(0x106),'hDqxw':function(_0x17ba61,_0x3461bb){return _0x17ba61===_0x3461bb;},'cPoKE':_0x2479f4(0x1a0),'bWvDc':_0x2479f4(0xda),'inngM':'AtGrj','uOqUQ':_0x2479f4(0x198),'dWrMj':_0x2479f4(0x155),'FfiFw':_0x2479f4(0x138),'wvlUe':'WtzdB','YPUIG':_0x2479f4(0x13a),'wISZa':_0x2479f4(0x145),'tOurD':_0x2479f4(0x178),'FzUdC':_0x2479f4(0x101),'sYnak':function(_0x4e7a66,_0x509444){return _0x4e7a66!==_0x509444;},'CkuNF':'yWAlY','bKMVr':function(_0x408a8a,_0xb94905){return _0x408a8a!==_0xb94905;},'ZvLMr':_0x2479f4(0x19c),'ZgHlY':'UGXRw','FPCna':_0x2479f4(0x10a),'JmXyi':function(_0x452881,_0x26a511){return _0x452881!==_0x26a511;},'HQXdu':_0x2479f4(0x15a),'ISrZh':_0x2479f4(0x1e1),'dGxLk':function(_0x2d6d33,_0x26c34a){return _0x2d6d33===_0x26c34a;},'dlcKD':_0x2479f4(0x18f),'jZyuj':function(_0x3f900c,_0x5302f3){return _0x3f900c>_0x5302f3;},'qTFZv':function(_0x52867b,_0x5b08a9){return _0x52867b-_0x5b08a9;},'zRYGO':function(_0x201a7a,_0x19b3d4){return _0x201a7a===_0x19b3d4;},'VDBhf':_0x2479f4(0x1dd),'TgqGz':_0x2479f4(0x136),'CtAjj':function(_0x147be2,_0x2ec0b4){return _0x147be2!==_0x2ec0b4;},'qUcYJ':_0x2479f4(0x1d4),'AVgKK':function(_0x5d90f0,_0x3bd9a4){return _0x5d90f0===_0x3bd9a4;},'gINgi':_0x2479f4(0x105),'RhnRi':'Wafpe','PxjRF':function(_0x55b5a1,_0x4d2e75){return _0x55b5a1!==_0x4d2e75;},'eeclQ':'BkYcE','fqqLg':function(_0x3586fb,_0x304956){return _0x3586fb===_0x304956;},'dWHnx':_0x2479f4(0x16b),'BtKUb':'WhvOt','XJhAD':'cPlBP','rGoJm':_0x2479f4(0x1f2),'RpgLt':_0x2479f4(0x1a4),'fXxPi':_0x2479f4(0x213),'HrIby':_0x2479f4(0x187),'eJnTp':_0x2479f4(0x1c6),'vrifd':_0x2479f4(0x1fe),'nerVk':function(_0xf5ca37,_0x46715c){return _0xf5ca37===_0x46715c;},'fmSbv':_0x2479f4(0x17d),'wvJCR':_0x2479f4(0xce),'ThYOj':'hook_type','ksHXf':_0x2479f4(0x1d7),'WFUDg':_0x2479f4(0xcd),'IjwvS':_0x2479f4(0xb0),'XbsaF':function(_0x42fed2,_0x182f80){return _0x42fed2===_0x182f80;},'gSGHl':_0x2479f4(0xbf),'pAKWZ':'HJkAk','VCnbN':function(_0x5ccb91,_0xa4be89){return _0x5ccb91===_0xa4be89;},'lutAP':_0x2479f4(0x1f5),'iLzoU':_0x2479f4(0x110),'MyLSt':_0x2479f4(0x1c9),'ovTMe':_0x2479f4(0x1b0),'FxOob':_0x2479f4(0x200)};try{if(_0x2386e9['hDqxw'](_0x2386e9['cPoKE'],_0x2386e9[_0x2479f4(0x100)]))this[_0x2479f4(0xf3)]=_0x14bce9[_0x2479f4(0x107)];else{if(_0x4417e6['fn']&&_0x4417e6['fn'][_0x2479f4(0xee)]()['match'](/browserstack internal helper hook/)){if(_0x2386e9[_0x2479f4(0x17a)](_0x2386e9['inngM'],_0x2386e9[_0x2479f4(0x16f)]))return;else _0x2386e9[_0x2479f4(0xf8)](_0x6d656d['result'],_0x2386e9[_0x2479f4(0x11c)])&&(_0x30d735[_0x2479f4(0x189)]=_0x2386e9[_0x2479f4(0xdd)]);}await this[_0x2479f4(0x1e0)]();let _0x296bb3;try{_0x2386e9[_0x2479f4(0x114)](_0x2386e9[_0x2479f4(0x1c3)],_0x2386e9['FfiFw'])?_0x2386e9[_0x2479f4(0x120)](_0x57eef6,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x3f382c):_0x296bb3=this['getRootParentFile'](_0x4417e6);}catch(_0x1ea823){if(_0x2386e9[_0x2479f4(0x177)](_0x2386e9[_0x2479f4(0xf4)],_0x2386e9['wvlUe']))_0x2386e9[_0x2479f4(0x135)](debug,_0x2479f4(0xa5)+_0x1ea823),_0x296bb3=null;else return;}if(_0x296bb3[_0x2479f4(0x1c1)](_0x2386e9[_0x2479f4(0x1ea)])){if(_0x2386e9[_0x2479f4(0x177)](_0x2386e9[_0x2479f4(0x16d)],_0x2386e9[_0x2479f4(0x1e8)]))_0x1d16f4[_0x2479f4(0xb6)]&&_0x385dfa[_0x2479f4(0x179)](_0x1088a6[_0x2479f4(0xb6)]);else return;}const _0x2e4442=_0x2386e9[_0x2479f4(0x120)](require,_0x2386e9[_0x2479f4(0x139)]);let _0x221405=[];if(_0x2386e9[_0x2479f4(0xc0)](_0x4417e6['errorsDetailed'],undefined))_0x2386e9[_0x2479f4(0xf8)](_0x2386e9[_0x2479f4(0xb7)],_0x2386e9[_0x2479f4(0xb7)])?(_0x5c92e1['removeAllListeners'](_0x2479f4(0x141)+_0xd22e98[_0x2479f4(0xfc)]),_0x79d8c4['on'](_0x2479f4(0x141)+_0x5b2c08[_0x2479f4(0xfc)],this['appendTestItemLog'][_0x2479f4(0x148)](this)),_0x229898['removeAllListeners'](_0x2479f4(0x184)+_0x3b12fa['pid']),_0x11f9a9['on']('bs:addPlatformDetails:'+_0x22eaa3[_0x2479f4(0xfc)],this[_0x2479f4(0x1f9)]['bind'](this))):_0x221405=[_0x4417e6[_0x2479f4(0x1f0)],_0x2386e9[_0x2479f4(0xde)]];else _0x2386e9[_0x2479f4(0xad)](_0x59ae94,undefined)?_0x2386e9['hDqxw'](_0x2386e9['ZvLMr'],_0x2386e9[_0x2479f4(0x1a2)])?_0x221405=[_0x59ae94,_0x2386e9['nJsJJ']]:_0x5bf8ac=[_0x264785[_0x2479f4(0x1f0)],_0x2386e9[_0x2479f4(0xde)]]:_0x2386e9['hDqxw'](_0x2386e9['ZgHlY'],_0x2386e9['FPCna'])?_0x2386e9[_0x2479f4(0x135)](_0x1d05b2,_0x2479f4(0x12d)+_0x5abca3):_0x221405=[];const _0x50fb0d=_0x2386e9[_0x2479f4(0x17a)](_0x4417e6[_0x2479f4(0x1f0)],undefined)?_0x2e4442[_0x2479f4(0x197)](_0x4417e6['errorsDetailed'][0x0]):_0x2386e9[_0x2479f4(0x1d5)](_0x59ae94,undefined)?_0x59ae94[_0x2479f4(0xee)]():undefined,_0x3bc797=_0x296bb3?this[_0x2479f4(0x1c5)][_0x2479f4(0x175)](this[_0x2479f4(0x12c)](_0x4417e6)):_0x2386e9[_0x2479f4(0xae)],_0x55f6bf={'framework':FRAMEWORKS[_0x2479f4(0xa2)],'uuid':_0x4417e6[_0x2479f4(0x172)]||_0x4417e6[_0x2479f4(0xb6)],'name':this[_0x2479f4(0x1db)](_0x4417e6),'body':{'lang':_0x2386e9[_0x2479f4(0x190)],'code':_0x4417e6['fn'][_0x2479f4(0xee)]()},'scopes':this[_0x2479f4(0xf5)](_0x4417e6),'file_name':_0x3bc797,'vc_filepath':this[_0x2479f4(0xf3)]&&_0x296bb3?path[_0x2479f4(0x1d3)](this[_0x2479f4(0xf3)],_0x296bb3):null,'location':_0x3bc797,'result':_0x2386e9[_0x2479f4(0xc6)](_0x509e1c,_0x2386e9[_0x2479f4(0x18e)])?_0x2386e9[_0x2479f4(0x1ab)]:this[_0x2479f4(0x196)](_0x4417e6[_0x2479f4(0x1f0)]&&_0x2386e9['jZyuj'](_0x4417e6['errorsDetailed']['length'],0x0)?_0x2386e9['oerAA']:_0x2386e9[_0x2479f4(0xdd)]),'failure_reason':_0x50fb0d,'duration_in_ms':_0x4417e6[_0x2479f4(0x103)]||(_0x509e1c[_0x2479f4(0x205)](/Finished/)||_0x509e1c[_0x2479f4(0x205)](/Skipped/)?_0x2386e9['qTFZv'](Date['now'](),new Date(_0x4417e6[_0x2479f4(0xfb)])['getTime']()):null),'started_at':_0x4417e6[_0x2479f4(0xfb)],'finished_at':_0x509e1c[_0x2479f4(0x205)](/Finished/)||_0x509e1c[_0x2479f4(0x205)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x2479f4(0x165)](null,_0x221405),'failure_type':!_0x50fb0d?null:_0x2386e9['MaKpn'](getFailureType,_0x50fb0d),'retry_of':_0x4417e6[_0x2479f4(0xaf)]};_0x2386e9[_0x2479f4(0x170)](_0x509e1c,_0x2386e9[_0x2479f4(0x18e)])&&!_0x55f6bf[_0x2386e9['bMQCW']]&&(_0x2386e9['sYnak'](_0x2386e9['VDBhf'],_0x2386e9['TgqGz'])?_0x55f6bf[_0x2386e9[_0x2479f4(0x126)]]=_0x55f6bf[_0x2386e9[_0x2479f4(0x1be)]]:(_0x33cc50[_0x2386e9[_0x2479f4(0xb9)]][_0x2386e9[_0x2479f4(0x218)]]=_0x2386e9[_0x2479f4(0x1ab)],_0x244985[_0x2386e9[_0x2479f4(0xb9)]][_0x2386e9[_0x2479f4(0xd1)]]=null,_0x8e3f9c[_0x2386e9[_0x2479f4(0xb9)]][_0x2386e9[_0x2479f4(0x174)]]=null));if(_0x509e1c[_0x2479f4(0x205)](/HookRun/)){if(_0x2386e9[_0x2479f4(0xfd)](_0x2386e9[_0x2479f4(0xd4)],_0x2386e9['qUcYJ']))_0x6a1948[_0x2479f4(0x179)](_0x29d9ef[_0x2479f4(0x176)]),_0x38db73=_0x2eee63['parent'];else{[_0x55f6bf[_0x2479f4(0x1ad)],_0x55f6bf[_0x2479f4(0x176)]]=[_0x4417e6['type'],this['getName'](_0x4417e6)];if(_0x2386e9[_0x2479f4(0x122)](_0x509e1c,_0x2386e9['yBLru'])){if(_0x2386e9[_0x2479f4(0xc6)](_0x2386e9[_0x2479f4(0x1d1)],_0x2386e9['RhnRi']))_0x18af82[_0x2386e9[_0x2479f4(0x126)]]=_0x4bc50c[_0x2386e9[_0x2479f4(0x1be)]];else{if(_0x2386e9[_0x2479f4(0xfd)](_0x55f6bf[_0x2479f4(0x189)],_0x2386e9[_0x2479f4(0x11c)])){if(_0x2386e9['PxjRF'](_0x2386e9[_0x2479f4(0x1a5)],_0x2386e9[_0x2479f4(0x1a5)]))return;else _0x55f6bf[_0x2479f4(0x189)]=_0x2386e9[_0x2479f4(0xdd)];}}}}}else{if(_0x509e1c['match'](/TestRun/)){if(_0x2386e9[_0x2479f4(0x13b)](_0x2386e9['dWHnx'],_0x2386e9['dWHnx']))this['mapTestHooks'](_0x4417e6);else return null;}}const _0x41963b=_0x55f6bf[_0x2386e9[_0x2479f4(0xd1)]][0x0];if(_0x41963b){if(_0x2386e9['zRYGO'](_0x2386e9[_0x2479f4(0x1b4)],_0x2386e9[_0x2479f4(0x123)]))return;else _0x55f6bf[_0x2386e9[_0x2479f4(0x219)]]=_0x41963b[_0x2386e9[_0x2479f4(0xc3)]],_0x55f6bf[_0x2386e9['fXxPi']]=_0x41963b[_0x2386e9[_0x2479f4(0x1ec)]];}if([_0x2386e9['eJnTp'],_0x2386e9['dlcKD']][_0x2479f4(0x1c1)](_0x509e1c)){if(_0x2386e9[_0x2479f4(0x1d5)](_0x2386e9[_0x2479f4(0xbe)],_0x2386e9[_0x2479f4(0xbe)]))return'\x22'+_0x30b95d[_0x2479f4(0x186)]+_0x2479f4(0xf7)+(_0x38aa3a[_0x2479f4(0xb4)]&&_0x2d2709[_0x2479f4(0xb4)][_0x2479f4(0x176)])+'\x22';else this[_0x2479f4(0xbc)][_0x2479f4(0x179)](_0x55f6bf),_0x55f6bf[_0x2479f4(0xba)]=this['getHooksForTest'](_0x4417e6),this['resetTestHooks'](_0x4417e6);}const _0x5c3f1e={'event_type':_0x2386e9[_0x2479f4(0x114)](_0x509e1c,_0x2386e9[_0x2479f4(0x18e)])?_0x2386e9[_0x2479f4(0x15c)]:_0x509e1c};if(_0x509e1c['match'](/HookRun/)){if(_0x2386e9[_0x2479f4(0x1cb)](_0x2386e9['fmSbv'],_0x2386e9['wvJCR'])){const _0x74161d=_0x19b8d6[_0x2479f4(0x119)](_0x58b2ce);return this['findGitConfig'](_0x74161d);}else _0x55f6bf[_0x2386e9[_0x2479f4(0x1e6)]]=HOOK_TYPES_MAP[_0x55f6bf[_0x2386e9[_0x2479f4(0x1e6)]]],_0x5c3f1e[_0x2386e9[_0x2479f4(0x199)]]=_0x55f6bf;}else _0x2386e9['AVgKK'](_0x2386e9[_0x2479f4(0x19f)],_0x2386e9['ksHXf'])?_0x5c3f1e[_0x2386e9['HyCKC']]=_0x55f6bf:_0x20fcf8[_0x2479f4(0x152)]=_0x47b4bc;if(_0x2386e9['jZyuj'](this['hook_data'][_0x2479f4(0x17b)],0x0)&&[_0x2386e9[_0x2479f4(0x15c)],_0x2386e9['dlcKD']][_0x2479f4(0x1c1)](_0x509e1c)){if(_0x2386e9[_0x2479f4(0xc6)](_0x2386e9['WFUDg'],_0x2386e9[_0x2479f4(0x102)]))return;else this[_0x2479f4(0x163)][_0x2479f4(0x1ae)](async _0x532441=>{const _0x3f769d=_0x2479f4;if(_0x2386e9['DGRhD'](_0x2386e9[_0x3f769d(0xeb)],_0x2386e9[_0x3f769d(0xeb)])){if(_0xdabda6[_0x3f769d(0x15d)]){const _0xff4748=_0x2e6345[_0x3f769d(0x1da)][_0x3f769d(0x1ca)](_0x314e74,_0x2175da[_0x3f769d(0x15d)]);return _0xff4748[0x0][_0x3f769d(0x181)]();}if(_0x52245e[_0x3f769d(0xb3)])return _0x158d57['file'];return null;}else{const _0x32aca2=_0x2386e9[_0x3f769d(0x128)][_0x3f769d(0x1ef)]('|');let _0x62791c=0x0;while(!![]){switch(_0x32aca2[_0x62791c++]){case'0':_0x532441[_0x2386e9[_0x3f769d(0x199)]][_0x2386e9[_0x3f769d(0xd1)]]=_0x5c3f1e[_0x2386e9[_0x3f769d(0xb9)]][_0x2386e9[_0x3f769d(0xd1)]];continue;case'1':_0x532441[_0x2386e9[_0x3f769d(0x199)]][_0x2386e9[_0x3f769d(0xf6)]]=_0x5c3f1e[_0x2386e9[_0x3f769d(0xb9)]][_0x2386e9[_0x3f769d(0xf6)]];continue;case'2':_0x532441[_0x2386e9[_0x3f769d(0x199)]][_0x2386e9['hnuue']]=_0x5c3f1e[_0x2386e9['HyCKC']][_0x2386e9[_0x3f769d(0x174)]];continue;case'3':_0x532441[_0x2386e9[_0x3f769d(0x199)]][_0x2386e9[_0x3f769d(0x218)]]=_0x5c3f1e[_0x2386e9[_0x3f769d(0xb9)]][_0x2386e9[_0x3f769d(0x218)]];continue;case'4':await SessionHandler['uploadEventData'](_0x532441);continue;}break;}}}),this[_0x2479f4(0x163)]=[];}if(_0x2386e9['XbsaF'](this[_0x2479f4(0x140)],_0x4417e6[_0x2479f4(0x186)])){if(_0x2386e9[_0x2479f4(0x114)](_0x2386e9[_0x2479f4(0xe9)],_0x2386e9[_0x2479f4(0x115)]))[_0x391ab9[_0x2479f4(0x1ad)],_0x349ecc[_0x2479f4(0x176)]]=[_0x340eb2[_0x2479f4(0x186)],this[_0x2479f4(0x1db)](_0x93b484)],_0x2386e9[_0x2479f4(0x177)](_0x4ba616,_0x2386e9['yBLru'])&&(_0x2386e9['IoVGu'](_0x535d5d[_0x2479f4(0x189)],_0x2386e9['oerAA'])&&(_0x49d4bf['result']=_0x2386e9[_0x2479f4(0xdd)]));else{this[_0x2479f4(0x163)][_0x2479f4(0x179)](_0x5c3f1e);return;}}_0x2386e9['VCnbN'](this[_0x2479f4(0x140)],_0x2386e9[_0x2479f4(0x1e4)])&&_0x5c3f1e[_0x2386e9['HyCKC']]&&(_0x2386e9[_0x2479f4(0x1cb)](_0x2386e9[_0x2479f4(0x11b)],_0x2386e9['MyLSt'])?_0x4f2924=[_0x80e654,_0x2386e9[_0x2479f4(0x1fd)]]:(_0x5c3f1e[_0x2386e9[_0x2479f4(0xb9)]][_0x2386e9[_0x2479f4(0x218)]]=_0x2386e9['ApqSp'],_0x5c3f1e[_0x2386e9['HyCKC']][_0x2386e9['VFpYq']]=null,_0x5c3f1e[_0x2386e9['HyCKC']][_0x2386e9['hnuue']]=null)),await SessionHandler[_0x2479f4(0x10b)](_0x5c3f1e);}}catch(_0x315d9d){if(_0x2386e9[_0x2479f4(0x1cb)](_0x2386e9[_0x2479f4(0xc2)],_0x2386e9[_0x2479f4(0x10f)])){const _0x5a72c0={};return _0x5a72c0[_0x588c8c]=_0x2386e9[_0x2479f4(0xdd)],_0x5a72c0[_0x15d11b]=_0x2386e9[_0x2479f4(0xcc)],_0x5a72c0[_0xa27f33]=_0x2386e9['oerAA'],_0x5a72c0[_0x28f69e];}else _0x2386e9[_0x2479f4(0x135)](debug,_0x2479f4(0xef)+_0x509e1c+_0x2479f4(0x129)+_0x315d9d);}};[a18_0x805c96(0x211)](_0x2e302c){const _0x46c487=a18_0x805c96,_0x31f637={};_0x31f637[_0x46c487(0x192)]=_0x46c487(0x1ff),_0x31f637['RmnaX']=_0x46c487(0x1a9),_0x31f637[_0x46c487(0x217)]=function(_0x2dc6a7,_0x42924a){return _0x2dc6a7==_0x42924a;},_0x31f637['IBwlR']=function(_0xa016e7,_0x6207b3){return _0xa016e7===_0x6207b3;},_0x31f637[_0x46c487(0x183)]=function(_0x2c79eb,_0x253e39){return _0x2c79eb!==_0x253e39;},_0x31f637[_0x46c487(0xe1)]='pAwtd',_0x31f637[_0x46c487(0xc7)]=_0x46c487(0x1bf),_0x31f637[_0x46c487(0xb1)]=function(_0x2effc8,_0x224b51){return _0x2effc8!==_0x224b51;},_0x31f637[_0x46c487(0x124)]=_0x46c487(0xdf),_0x31f637[_0x46c487(0x132)]=_0x46c487(0x159),_0x31f637[_0x46c487(0xd6)]=_0x46c487(0x1f1),_0x31f637[_0x46c487(0x204)]=_0x46c487(0x208),_0x31f637['UAkLA']=_0x46c487(0x1d6),_0x31f637[_0x46c487(0xe8)]=_0x46c487(0xc4);const _0x1e6b5b=_0x31f637,_0x22808a=path[_0x46c487(0xf1)];if(_0x1e6b5b[_0x46c487(0x217)](_0x2e302c,null)||_0x1e6b5b['IBwlR'](_0x2e302c,'')||_0x1e6b5b['IBwlR'](_0x2e302c,_0x22808a)){if(_0x1e6b5b[_0x46c487(0x183)](_0x1e6b5b[_0x46c487(0xe1)],_0x1e6b5b[_0x46c487(0xc7)]))return null;else[_0x1e6b5b[_0x46c487(0x192)],_0x1e6b5b[_0x46c487(0x1b9)]][_0x46c487(0x1c1)](_0x4eefd4[_0x46c487(0x186)])&&_0x404d8f['hookAnalyticsId']&&(_0x5b24ca[_0x46c487(0xb6)]=null);}try{return _0x1e6b5b['DdgRj'](_0x1e6b5b[_0x46c487(0x124)],_0x1e6b5b[_0x46c487(0x132)])?(fs['statSync'](path[_0x46c487(0xc5)](_0x2e302c,_0x1e6b5b[_0x46c487(0xd6)],_0x1e6b5b[_0x46c487(0x204)])),_0x2e302c):[];}catch(_0x102196){if(_0x1e6b5b[_0x46c487(0xb1)](_0x1e6b5b[_0x46c487(0x20f)],_0x1e6b5b[_0x46c487(0xe8)])){const _0x18ee32=path[_0x46c487(0x119)](_0x2e302c);return this[_0x46c487(0x211)](_0x18ee32);}else{if(!_0x1e8111||!_0x523025[_0x46c487(0xb4)])return;_0x4094ae[_0x46c487(0xb4)][_0x46c487(0xba)][_0x46c487(0x1ae)](_0x16ede2=>{const _0x8d0606=_0x46c487;[_0x1e6b5b[_0x8d0606(0x192)],_0x1e6b5b[_0x8d0606(0x1b9)]][_0x8d0606(0x1c1)](_0x16ede2['type'])&&_0x16ede2[_0x8d0606(0xb6)]&&(_0x16ede2[_0x8d0606(0xb6)]=null);}),this[_0x46c487(0x168)](_0x540cc6[_0x46c487(0xb4)]);}}}['appendTestItemLog']=async _0x2f101f=>{const _0x2c073f=a18_0x805c96,_0x2f813a={'XMyRU':_0x2c073f(0x1ad),'NWPev':_0x2c073f(0xff),'mWjWT':function(_0x322ce7,_0x3480d9){return _0x322ce7(_0x3480d9);},'jbteq':function(_0x1f3350,_0x1c9dd0){return _0x1f3350!==_0x1c9dd0;},'sTTmV':_0x2c073f(0x13d),'agwhT':function(_0x478159,_0x599c6c){return _0x478159===_0x599c6c;},'aAsBg':_0x2c073f(0x14a),'hmNpU':'kpUbl','CkmfD':_0x2c073f(0x207),'HPCel':function(_0x284850,_0x2381ca){return _0x284850!==_0x2381ca;},'ffGQr':'oNGeO','htNLv':_0x2c073f(0x127),'lUaUW':_0x2c073f(0x146),'ZDOvu':function(_0x4d76a0,_0x2ad580){return _0x4d76a0(_0x2ad580);}},_0xaeb6b2=TestDetails[_0x2c073f(0xfe)](process['pid']+_0x2c073f(0xbb)),_0xcc8b38=TestDetails[_0x2c073f(0xfe)](process[_0x2c073f(0xfc)]+_0x2c073f(0x130));try{if(_0x2f813a[_0x2c073f(0x13c)](_0x2f813a['sTTmV'],_0x2f813a[_0x2c073f(0x1d0)]))this['_testResults']['push'](_0x1f0902),_0x50dee7[_0x2c073f(0xba)]=this['getHooksForTest'](_0x57daf0),this['resetTestHooks'](_0x1ac838);else{(_0xaeb6b2||this[_0x2c073f(0x10e)]&&!this['current_hook'][_0x2c073f(0x15e)])&&(_0x2f813a[_0x2c073f(0x1b8)](_0x2f813a[_0x2c073f(0xe3)],_0x2f813a[_0x2c073f(0xe3)])?_0x2f101f['hook_run_uuid']=_0xaeb6b2:(_0x42f3a2[_0x2f813a['XMyRU']]=_0x19e1a3[_0x596f88[_0x2f813a[_0x2c073f(0x173)]]],_0x2dcf4e[_0x2f813a[_0x2c073f(0x1e7)]]=_0x38d3bf));!_0x2f101f[_0x2c073f(0x152)]&&_0xcc8b38&&(_0x2f813a['jbteq'](_0x2f813a[_0x2c073f(0x162)],_0x2f813a[_0x2c073f(0xa9)])?_0x2f101f[_0x2c073f(0x1cf)]=_0xcc8b38:_0x35f3a4[_0x2c073f(0xb6)]=null);if(_0x2f101f[_0x2c073f(0x152)]||_0x2f101f[_0x2c073f(0x1cf)]){if(_0x2f813a[_0x2c073f(0x161)](_0x2f813a[_0x2c073f(0x1dc)],_0x2f813a[_0x2c073f(0x1dc)]))_0x140e49[_0x2c073f(0x179)](_0x235419[_0x2c073f(0xb6)]);else{const _0x51086b={};_0x51086b['event_type']=_0x2f813a['htNLv'],_0x51086b[_0x2c073f(0x202)]=[_0x2f101f],await SessionHandler[_0x2c073f(0x10b)](_0x51086b);}}}}catch(_0x4a1f7b){_0x2f813a['HPCel'](_0x2f813a['lUaUW'],_0x2f813a[_0x2c073f(0x13f)])?_0x2f813a['mWjWT'](_0x5abe54,_0x2c073f(0xef)+_0x4c9a63+_0x2c073f(0x129)+_0x456166):_0x2f813a['ZDOvu'](debug,_0x2c073f(0x12d)+_0x4a1f7b);}};['appendTestPlatform']=async _0x11ccd4=>{const _0x1489e7=a18_0x805c96,_0x4d681f={'PcEps':function(_0x77eeda,_0x23d5b4){return _0x77eeda==_0x23d5b4;},'oPWTU':function(_0x4523ad,_0x562ac1){return _0x4523ad===_0x562ac1;},'EfdnK':_0x1489e7(0x1f1),'PuYyy':_0x1489e7(0x208),'IDznC':function(_0xe4f967,_0x4f8ca0){return _0xe4f967!==_0x4f8ca0;},'CdVWT':'mzPLP','ntIXg':_0x1489e7(0x216),'GIhil':_0x1489e7(0xa4),'iGsoS':_0x1489e7(0xac),'hvSmx':_0x1489e7(0x14f),'RKqik':_0x1489e7(0xa7),'aeARV':function(_0x1fd641,_0x3be900){return _0x1fd641(_0x3be900);}};try{if(_0x4d681f[_0x1489e7(0x1ce)](_0x4d681f[_0x1489e7(0x166)],_0x4d681f[_0x1489e7(0x1f7)])){const _0x511445={'uuid':_0x11ccd4['uuid']||TestDetails[_0x1489e7(0xfe)](process['pid']+':testAnalyticsId'),'integrations':_0x11ccd4[_0x4d681f[_0x1489e7(0xf2)]]},_0x3fe452={};_0x3fe452[_0x1489e7(0x1a8)]=_0x4d681f[_0x1489e7(0xcb)],_0x3fe452[_0x1489e7(0xdc)]=_0x511445,await SessionHandler[_0x1489e7(0x10b)](_0x3fe452);}else{const _0x199dff=_0x16978f[_0x1489e7(0xf1)];if(_0x4d681f[_0x1489e7(0x125)](_0x3ba5ea,null)||_0x4d681f[_0x1489e7(0x133)](_0x40d3c1,'')||_0x4d681f['oPWTU'](_0x56220e,_0x199dff))return null;try{return _0x2f938d[_0x1489e7(0x11d)](_0x5e241e['join'](_0x53b170,_0x4d681f['EfdnK'],_0x4d681f[_0x1489e7(0x1b7)])),_0x4d70d6;}catch(_0x27302c){const _0x8d24be=_0x50bfc4[_0x1489e7(0x119)](_0x4f079c);return this['findGitConfig'](_0x8d24be);}}}catch(_0xcddf4d){_0x4d681f[_0x1489e7(0x133)](_0x4d681f[_0x1489e7(0x13e)],_0x4d681f[_0x1489e7(0xe4)])?_0x11082d=this[_0x1489e7(0x12c)](_0x35d04c):_0x4d681f[_0x1489e7(0x203)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0xcddf4d);}};async[a18_0x805c96(0x1e0)](){const _0x2bd19c=a18_0x805c96,_0x3b6b75={'qyCHL':_0x2bd19c(0x1b3),'kBoMZ':function(_0x5d42fb,_0x31d795){return _0x5d42fb===_0x31d795;},'XFvVc':_0x2bd19c(0x157),'ztXIi':function(_0x25a671){return _0x25a671();},'mOOsZ':function(_0x119cea,_0x319ee8){return _0x119cea!==_0x319ee8;},'ZxwjZ':_0x2bd19c(0xc1),'XrQnT':_0x2bd19c(0x16a)};if(this[_0x2bd19c(0xe5)]){if(_0x3b6b75['kBoMZ'](_0x3b6b75[_0x2bd19c(0x14e)],_0x3b6b75[_0x2bd19c(0x14e)]))return this['_gitConfigPath'];else _0x5eaf6a[_0x2bd19c(0x189)]=_0x3b6b75[_0x2bd19c(0xb8)];}const _0x4ab497=await _0x3b6b75[_0x2bd19c(0x191)](getGitMetaData);_0x4ab497&&(_0x3b6b75[_0x2bd19c(0xcf)](_0x3b6b75['ZxwjZ'],_0x3b6b75[_0x2bd19c(0x20b)])?this[_0x2bd19c(0xf3)]=_0x4ab497['root']:!_0x1792a6[_0x2bd19c(0xb6)]&&(_0x558e43[_0x2bd19c(0xb6)]=_0x3ca60e[_0x2bd19c(0x109)](_0x403994[_0x2bd19c(0xfc)]+_0x2bd19c(0xbb)))),this['_gitConfigured']=!![];}[a18_0x805c96(0x196)](_0x257b44){const _0x4acf60=a18_0x805c96,_0xf42459={};_0xf42459[_0x4acf60(0xd8)]='passed',_0xf42459[_0x4acf60(0x11a)]=_0x4acf60(0x106),_0xf42459[_0x4acf60(0x1ba)]=_0x4acf60(0xe0);const _0x513f9b=_0xf42459,_0x28cb09={};return _0x28cb09[STATE_PASSED]=_0x513f9b[_0x4acf60(0xd8)],_0x28cb09[STATE_PENDING]=_0x513f9b['sbCSj'],_0x28cb09[STATE_FAILED]=_0x513f9b['gjYVz'],_0x28cb09[_0x257b44];}[a18_0x805c96(0xf5)](_0x5067bc){const _0x4f58ac=a18_0x805c96,_0x5aeb74={};_0x5aeb74['zKljV']=function(_0x5b65c2,_0x1d8063){return _0x5b65c2===_0x1d8063;},_0x5aeb74[_0x4f58ac(0x116)]='hytYf',_0x5aeb74[_0x4f58ac(0x19d)]=function(_0x51eefa,_0x9d9de9){return _0x51eefa!==_0x9d9de9;},_0x5aeb74[_0x4f58ac(0x104)]=function(_0x244be5,_0x2ef36e){return _0x244be5!==_0x2ef36e;},_0x5aeb74['GqLXr']=_0x4f58ac(0xa3),_0x5aeb74[_0x4f58ac(0x18d)]=function(_0x175ff8,_0x387ceb){return _0x175ff8===_0x387ceb;},_0x5aeb74[_0x4f58ac(0x14d)]=_0x4f58ac(0xe2),_0x5aeb74['HEWhE']='ZxQSU';const _0x11bf43=_0x5aeb74,_0x16f207=[];if(_0x5067bc&&_0x5067bc[_0x4f58ac(0xb4)]){if(_0x11bf43['zKljV'](_0x11bf43[_0x4f58ac(0x116)],_0x11bf43['HVRzV'])){let _0x1fc34a=_0x5067bc[_0x4f58ac(0xb4)];while(_0x1fc34a&&_0x11bf43[_0x4f58ac(0x19d)](_0x1fc34a[_0x4f58ac(0x176)],'')&&_0x11bf43['gWTpz'](_0x1fc34a[_0x4f58ac(0x176)],_0x11bf43[_0x4f58ac(0x14c)])){if(_0x11bf43[_0x4f58ac(0x18d)](_0x11bf43['htMzb'],_0x11bf43['HEWhE'])){const _0x493406=_0x1c50c8[_0x4f58ac(0x1da)][_0x4f58ac(0x1ca)](_0x1ce0aa,_0x24ea57[_0x4f58ac(0x15d)]);return _0x493406[0x0]['getFileName']();}else _0x16f207['push'](_0x1fc34a[_0x4f58ac(0x176)]),_0x1fc34a=_0x1fc34a[_0x4f58ac(0xb4)];}}else this[_0x4f58ac(0x168)](_0x1e36e6);}return _0x16f207[_0x4f58ac(0x153)](),_0x16f207;}[a18_0x805c96(0x12c)]=_0x37136a=>{const _0x69610f=a18_0x805c96,_0x3a8362={};_0x3a8362[_0x69610f(0xea)]='.git',_0x3a8362['EQjDl']=_0x69610f(0x208),_0x3a8362[_0x69610f(0x156)]=function(_0x2750fa,_0x1f0d27){return _0x2750fa!==_0x1f0d27;},_0x3a8362[_0x69610f(0xd9)]=_0x69610f(0xb2),_0x3a8362[_0x69610f(0x164)]=function(_0x531575,_0x1595f0){return _0x531575===_0x1595f0;},_0x3a8362[_0x69610f(0x20c)]=_0x69610f(0x1de),_0x3a8362[_0x69610f(0x108)]='PBOCa';const _0xe934ff=_0x3a8362;if(_0x37136a[_0x69610f(0x15d)]){if(_0xe934ff[_0x69610f(0x156)](_0xe934ff[_0x69610f(0xd9)],_0xe934ff['AfMvI']))return _0x1fc79f[_0x69610f(0x11d)](_0x3b16d1[_0x69610f(0xc5)](_0x2f5ede,_0xe934ff[_0x69610f(0xea)],_0xe934ff['EQjDl'])),_0x58168a;else{const _0x1f7026=stackTrace[_0x69610f(0x1da)][_0x69610f(0x1ca)](stackTrace,_0x37136a[_0x69610f(0x15d)]);return _0x1f7026[0x0][_0x69610f(0x181)]();}}if(_0x37136a[_0x69610f(0xb3)]){if(_0xe934ff['spdPL'](_0xe934ff['QaITF'],_0xe934ff[_0x69610f(0x108)]))_0x5849d4[_0x69610f(0xb6)]=_0x5edebd[_0x69610f(0x109)](_0x3bc7a9['pid']+_0x69610f(0xbb));else return _0x37136a[_0x69610f(0xb3)];}return null;};[a18_0x805c96(0x168)]=_0x2ae3c5=>{const _0x1a21ce=a18_0x805c96,_0x21c269={};_0x21c269['nUVPd']=function(_0x5767f6,_0x51b4f6){return _0x5767f6!==_0x51b4f6;},_0x21c269['YFKVs']=_0x1a21ce(0x150),_0x21c269[_0x1a21ce(0x1ac)]=_0x1a21ce(0xa3),_0x21c269[_0x1a21ce(0x18a)]='cgeEY',_0x21c269['GSIrm']=_0x1a21ce(0xdb),_0x21c269[_0x1a21ce(0xe7)]=function(_0x1ba121,_0x33b377){return _0x1ba121!==_0x33b377;},_0x21c269[_0x1a21ce(0x1e2)]=_0x1a21ce(0x158),_0x21c269[_0x1a21ce(0x11f)]=function(_0x1be144,_0x211962){return _0x1be144!==_0x211962;},_0x21c269[_0x1a21ce(0x209)]=_0x1a21ce(0x1bb),_0x21c269['RZbYa']=_0x1a21ce(0x1a7);const _0x1c9e16=_0x21c269;if(!_0x2ae3c5||!_0x2ae3c5[_0x1a21ce(0xb4)]){if(_0x1c9e16[_0x1a21ce(0x11f)](_0x1c9e16[_0x1a21ce(0x209)],_0x1c9e16['RZbYa']))return;else{if(_0x1c9e16['nUVPd'](_0x5ee822[_0x1a21ce(0x186)],_0x1c9e16[_0x1a21ce(0x194)]))return'\x22'+_0x419dc7[_0x1a21ce(0x186)]+_0x1a21ce(0xf7)+(_0x5d713b['parent']&&_0x340e40['parent'][_0x1a21ce(0x176)])+'\x22';return _0x46c50f[_0x1a21ce(0x176)];}}_0x2ae3c5['parent'][_0x1a21ce(0xba)][_0x1a21ce(0x1ae)](_0x273d51=>{const _0x81ef39=_0x1a21ce,_0x31622c={'hkUUN':function(_0x244176,_0x51191f){return _0x1c9e16['nUVPd'](_0x244176,_0x51191f);},'FThQz':_0x1c9e16[_0x81ef39(0x1ac)]};if(_0x1c9e16[_0x81ef39(0x1bd)](_0x1c9e16[_0x81ef39(0x18a)],_0x1c9e16['GSIrm'])){if(!_0x273d51[_0x81ef39(0xb6)]){if(_0x1c9e16['VuyVG'](_0x1c9e16[_0x81ef39(0x1e2)],_0x1c9e16['FNDPd'])){const _0x34ad90=[];if(_0x24615c&&_0x25bf0e['parent']){let _0x1df820=_0x3bb4e6['parent'];while(_0x1df820&&_0x31622c[_0x81ef39(0x1af)](_0x1df820[_0x81ef39(0x176)],'')&&_0x31622c[_0x81ef39(0x1af)](_0x1df820[_0x81ef39(0x176)],_0x31622c['FThQz'])){_0x34ad90[_0x81ef39(0x179)](_0x1df820[_0x81ef39(0x176)]),_0x1df820=_0x1df820['parent'];}}return _0x34ad90[_0x81ef39(0x153)](),_0x34ad90;}else _0x273d51[_0x81ef39(0xb6)]=TestDetails['setTestUUID'](process[_0x81ef39(0xfc)]+_0x81ef39(0xbb));}}else _0x40ed18[_0x81ef39(0x1cf)]=_0x2c50bf;}),this[_0x1a21ce(0x168)](_0x2ae3c5[_0x1a21ce(0xb4)]);};[a18_0x805c96(0x19a)]=_0x98a87d=>{const _0x2e9d40=a18_0x805c96,_0x23d106={'RwyHE':_0x2e9d40(0xdc),'MexZy':_0x2e9d40(0x1f8),'JTMXL':function(_0x376f03){return _0x376f03();},'DWrre':function(_0x5e9cea,_0x50c9a6){return _0x5e9cea!==_0x50c9a6;},'eLUis':_0x2e9d40(0x1e5),'aopwZ':_0x2e9d40(0xa8),'Jdgxs':_0x2e9d40(0x1ff),'IkObF':_0x2e9d40(0x1a9),'LlPFn':_0x2e9d40(0x17c),'QhdsU':function(_0x1222cb,_0x5e0429){return _0x1222cb===_0x5e0429;},'IkDPd':_0x2e9d40(0x12f),'gSROQ':'FZELs'};if(!_0x98a87d||!_0x98a87d[_0x2e9d40(0xb4)]){if(_0x23d106['QhdsU'](_0x23d106[_0x2e9d40(0x1f3)],_0x23d106[_0x2e9d40(0x1a1)])){if(!_0x5478c3||!_0x24ebb0['parent'])return[];const _0x4fe9ad=[];return _0xf190ba[_0x2e9d40(0xb4)][_0x2e9d40(0xba)]['forEach'](_0x5ab12d=>{const _0x111971=_0x2e9d40;_0x5ab12d[_0x111971(0xb6)]&&_0x4fe9ad[_0x111971(0x179)](_0x5ab12d[_0x111971(0xb6)]);}),[..._0x4fe9ad,...this['getHooksForTest'](_0x485001[_0x2e9d40(0xb4)])];}else return;}_0x98a87d[_0x2e9d40(0xb4)]['hooks'][_0x2e9d40(0x1ae)](_0x97356e=>{const _0x185092=_0x2e9d40,_0x3526b7={'hHAEc':_0x23d106['RwyHE'],'jbahV':_0x23d106[_0x185092(0x1e3)],'HmDKp':function(_0x34a1cb){const _0x4b1d2e=_0x185092;return _0x23d106[_0x4b1d2e(0x169)](_0x34a1cb);}};if(_0x23d106[_0x185092(0x1fa)](_0x23d106[_0x185092(0xbd)],_0x23d106[_0x185092(0x1bc)]))[_0x23d106[_0x185092(0x17f)],_0x23d106[_0x185092(0x111)]][_0x185092(0x1c1)](_0x97356e['type'])&&_0x97356e[_0x185092(0xb6)]&&(_0x23d106[_0x185092(0x1fa)](_0x23d106[_0x185092(0x167)],_0x23d106['LlPFn'])?_0x52679a[_0x3526b7['hHAEc']]=_0x48b021:_0x97356e[_0x185092(0xb6)]=null);else{const _0x3cfa17=_0x3526b7[_0x185092(0x1a6)][_0x185092(0x1ef)]('|');let _0x3b5332=0x0;while(!![]){switch(_0x3cfa17[_0x3b5332++]){case'0':this[_0x185092(0x1c4)]=this[_0x185092(0x151)]();continue;case'1':this['hook_data']=[];continue;case'2':this[_0x185092(0xbc)]=[];continue;case'3':this[_0x185092(0xf3)]=null;continue;case'4':this[_0x185092(0x214)]=_0x3526b7[_0x185092(0xd5)](_0x3b197c);continue;case'5':this[_0x185092(0xe5)]=![];continue;case'6':this['_paths']=new _0xb9bf85({'cwd':_0x354303[_0x185092(0x171)]()},this[_0x185092(0x1c4)][_0x185092(0x137)]);continue;}break;}}}),this[_0x2e9d40(0x168)](_0x98a87d[_0x2e9d40(0xb4)]);};[a18_0x805c96(0x12e)]=_0x38947e=>{const _0x461f97=a18_0x805c96,_0x5f140c={};_0x5f140c['YPAPr']='failure_backtrace',_0x5f140c[_0x461f97(0x118)]='backtrace',_0x5f140c[_0x461f97(0x1d2)]=_0x461f97(0x213),_0x5f140c[_0x461f97(0xd3)]=_0x461f97(0x187),_0x5f140c[_0x461f97(0x185)]=function(_0x7faf34,_0x360d69){return _0x7faf34!==_0x360d69;},_0x5f140c['MDhOF']=_0x461f97(0xa3),_0x5f140c['XQstm']=function(_0x122e7f,_0x1d15b3){return _0x122e7f!==_0x1d15b3;},_0x5f140c[_0x461f97(0xe6)]='BDhzS',_0x5f140c[_0x461f97(0xca)]=function(_0x5d1bb9,_0xdb5557){return _0x5d1bb9===_0xdb5557;},_0x5f140c[_0x461f97(0x10d)]=_0x461f97(0x20a),_0x5f140c['wwQQh']=_0x461f97(0x1ed);const _0x20acbe=_0x5f140c;if(!_0x38947e||!_0x38947e[_0x461f97(0xb4)]){if(_0x20acbe[_0x461f97(0xca)](_0x20acbe[_0x461f97(0xf0)],_0x20acbe[_0x461f97(0xf0)]))return[];else _0xacd9a4[_0x20acbe[_0x461f97(0x1eb)]]=_0x63452f[_0x20acbe[_0x461f97(0x118)]],_0x46b67e[_0x20acbe[_0x461f97(0x1d2)]]=_0x415e7f[_0x20acbe['QyqtI']];}const _0x274544=[];return _0x38947e[_0x461f97(0xb4)][_0x461f97(0xba)][_0x461f97(0x1ae)](_0x393d48=>{const _0x540132=_0x461f97,_0xbbd73b={'NTfqf':function(_0x187bbb,_0xa4da35){const _0x31d2f5=a18_0x80bc;return _0x20acbe[_0x31d2f5(0x185)](_0x187bbb,_0xa4da35);},'dMnef':_0x20acbe['MDhOF']};if(_0x20acbe[_0x540132(0x215)](_0x20acbe[_0x540132(0xe6)],_0x20acbe[_0x540132(0xe6)]))return _0xb31308[_0x540132(0xb3)];else{if(_0x393d48[_0x540132(0xb6)]){if(_0x20acbe[_0x540132(0xca)](_0x20acbe[_0x540132(0x10d)],_0x20acbe['ToJVS']))_0x274544['push'](_0x393d48[_0x540132(0xb6)]);else{let _0x1396e1=_0x5d57b4['parent'];while(_0x1396e1&&_0xbbd73b[_0x540132(0x117)](_0x1396e1[_0x540132(0x176)],'')&&_0xbbd73b[_0x540132(0x117)](_0x1396e1[_0x540132(0x176)],_0xbbd73b[_0x540132(0x1fb)])){_0x4a9dff[_0x540132(0x179)](_0x1396e1['name']),_0x1396e1=_0x1396e1[_0x540132(0xb4)];}}}}}),[..._0x274544,...this[_0x461f97(0x12e)](_0x38947e['parent'])];};},[a18_0x805c96(0x151),a18_0x805c96(0x143),a18_0x805c96(0x210),a18_0x805c96(0x1db),'sendTestRunEvent',a18_0x805c96(0x211),'appendTestItemLog',a18_0x805c96(0x1f9),a18_0x805c96(0x196),a18_0x805c96(0xf5),'getRootParentFile',a18_0x805c96(0x168),'resetTestHooks','getHooksForTest',a18_0x805c96(0x1e0)]);
1
+ function a18_0x4bfe(){const _0x4d42cb=['jUIkX','UVAjM','MfsEW','failed\x20to\x20get\x20root\x20parent\x20file\x20','retryOf','dirname','PeATB','vHIJo','LXBdE','7pPsSpH','CBTSessionCreated','YrPbv','HacyG','nPKMq','bind','getFileName','testAnalyticsId','zbrQh','appendTestItemLog','CjEUo','hEZQk','dVjQO','vxlyY','failed','failure_reason_expanded','beforeEach','VJGFN','getRootParentFile','EtXsb','BEFORE_EACH','removeAllListeners','kNhDa','NnMAx','cqKmu','XItbW','VoCFK','./test-details','iyvKr','hnEtc','QCCyQ','STATE_FAILED','rcWgr','BlYnn','lUMUO','FKpBb','llMQl','../../../helpers/test-observability/error-handler','jHvwv','WlqXZ','WcHNx','RlYdL','WpTvk','FVBAh','JBxOp','jSrCR','aCMvZ','cwd','EfOoP','failure_reason','afterAll','toString','SwyYv','JjEUZ','viSAI','mwaJl','analyticsResult','logs','pGesW','AtYnl','UCWfv','EczgN','generic','http_response','ctjAi','ThTmC','reverse','hook_type','bs:addPlatformDetails:','title','pYOZl','eiKtq','hookAnalyticsId','ygoFw','bs:addLog:','name','ynWgo','FarHk','bctuW','wCAqi','YvwGd','ZfdTT','TZXAY','dOSWW','failure_backtrace','FgCMJ','ZnAKk','getName','oSrUw','markedStatus','baWgQ','lDGah','gmsxr','619974AmfDAn','hook_run','CtkRx','configureGit','\x22\x20hook\x20for\x20\x22','_gitConfigPath','UkZKf','getHierarchy','EbTsV','registerListeners','zpovW','errorsDetailed','384NBeRke','resetTestHooks','prefixTestPath','gVuVt','6137168avgkQe','xKYvM','0|2|4|3|1','ZxbWK','ROOT_DESCRIBE_BLOCK','_testResults','uuid','WCgUJ','jUCNc','getHooksForTest','Dxlny','APGZe','gIjMC','ByZaa','CEWoI','DGDnj','MYgjK','inspect','failure_type','wGWDR','ezJrB','HXAeU','length','xhbWZ','AvvLX','call','util','OIjIo','testObservability','ERQwz','srcrL','STATE_PASSED','iuueL','QMJnX','prrNn','NXLzQ','fTpEh','MgMzD','qGqsN','nwmbT','.git','gtPgj','skipped','EVcJU','path','KZwBJ','fUGEh','fODIn','lmMqg','forEach','testStarted','aRLjr','odmpI','xYEGz','dUoHW','AeTLs','includes','appendTestPlatform','bpWHF','dXtYN','pnWqY','tpMAb','JEST','result','../../../../package.json','nHBFl','svihg','xEcOq','type','MzoGP','BgVmR','MArZh','apply','SgCkH','KsWGL','sqnIj','UzNdq','ewVQa','UqCAK','fPfXF','setTestUUID','SVzfC','state',':hookAnalyticsId','hook_failure','gfyeu','push','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','ErcsB','MhWxf','QdIYz','AjWnZ','Bzcdc','cEFHU','DCdCA','eZDKz','beforeAll','gbEmX','TestRunFinished','current_test','err','file','vcFxe','QaEDQ','vDKzm','location_prefix','asyncError','File\x20path\x20could\x20not\x20be\x20found','jBLXn','KNdcv','sep','hook_run_uuid','klYXF','NbsJI','shGOI','DlMyN','qanku','IZbCL','ZLEMo','isJestInternalHook','cIgeA','SDvsD','javascript','PfVWe','LukfH','qzBTe','QqmHh','kSPka','uEnUW','LfKKW','finished_at','Pnqby','LIcHF','ukjnk','nrCtC','js-','parse','hooks','25220OJdjKS','KPaAs','stack-trace','tLCpX','agnQI','AXkPI','bUkfZ','Xzsza','tABhy','xXqZW','dtfqf','KbYVU','thsCv','config','GrDxz','WgNxy','vCQXi','AFTER_ALL','passed','qTleL','join','465130UYErCp','9751302SoBKjW','IfjEb','4|5|2|3|6|0|1','HCcLQ','ZBwtx','_gitConfigured','TvWgs','zDqyA','qTjXM','EpnMe','getTestEnv','WSaJM','WpeVa','CIbnA','AFTER_EACH','pid','SqKmg','LpCKi','jXBsj','haktb','sxXVL','NrNii','getTime','KZjro','IhoKh','statSync','iXKcq','SWLxh','ovItR','cGheK','NQXFm','hQSTm','ogxXW','test_run_uuid','current_hook','CGYgN','rOsMI','BjyLn','EcEJs','toISOString','WDFJo','ygrDf',':testAnalyticsId','pending','TwSHU','FfwVP','FhTYS','bbmpd','ShccH','test','KrcVQ','aWTio','ulIhw','test_run','jKjMb','PiQYu','fBOIk','EQKll','SvOYS','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','uploadEventData','SpnuK','afterEach','sendTestRunEvent','hook_data','started_at','failure','XjCqG','YpZjD','260769HkuTVL','btvUM','RFeRO','fbaVz','OfsLw','event_type','HookRunFinished','JNCEk','UAJvX','_testEnv','MuWSy','mWKvq','_paths','VyjxP','findGitConfig','wKudE','\x20with\x20error\x20:\x20','KLRmb','aYPwg','vCIOl','root','XtVOf','bmcnX','ZKIPu','1766193mFCVql','uJZnB','UXAxF','5|3|2|1|6|4|0','ufsai','iJgnq','gtJaG','now','match','parent','ZSDHs','split','RMPIq','EJpiP','odTIL','YWRQf','TMTkf','STATE_PENDING','FFOhi','KOhTx','yPrJS','neNbv','IZcUm','lFnSW','iqhqD','HtOxw','getTestUUID','mapTestHooks','jest-circus'];a18_0x4bfe=function(){return _0x4d42cb;};return a18_0x4bfe();}const a18_0x16dd9b=a18_0x2dee;(function(_0x3812fe,_0x51a384){const _0x32c1cf=a18_0x2dee,_0x4f4a8d=_0x3812fe();while(!![]){try{const _0x2c864b=parseInt(_0x32c1cf(0x1fd))/0x1+-parseInt(_0x32c1cf(0x1b7))/0x2+parseInt(_0x32c1cf(0x215))/0x3+-parseInt(_0x32c1cf(0x2a4))/0x4*(parseInt(_0x32c1cf(0x1a2))/0x5)+-parseInt(_0x32c1cf(0x298))/0x6*(-parseInt(_0x32c1cf(0x23b))/0x7)+-parseInt(_0x32c1cf(0x2a8))/0x8+parseInt(_0x32c1cf(0x1b8))/0x9;if(_0x2c864b===_0x51a384)break;else _0x4f4a8d['push'](_0x4f4a8d['shift']());}catch(_0xf41ab){_0x4f4a8d['push'](_0x4f4a8d['shift']());}}}(a18_0x4bfe,0x86db4));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require('../../../helpers/test-observability/utils'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{v4:uuidv4}=require('uuid'),{name,version}=require(a18_0x16dd9b(0x158)),stackTrace=require(a18_0x16dd9b(0x1a4)),path=require(a18_0x16dd9b(0x144)),fs=require('fs'),TestDetails=require(a18_0x16dd9b(0x256)),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require(a18_0x16dd9b(0x260)),{getGitMetaData}=require('../../../helpers/helper'),a18_0xa60e7f={};function a18_0x2dee(_0x320363,_0x1d67f1){const _0x4bfef6=a18_0x4bfe();return a18_0x2dee=function(_0x2dee79,_0x40fadc){_0x2dee79=_0x2dee79-0x12e;let _0x4c3ece=_0x4bfef6[_0x2dee79];return _0x4c3ece;},a18_0x2dee(_0x320363,_0x1d67f1);}a18_0xa60e7f[a18_0x16dd9b(0x137)]=a18_0x16dd9b(0x1b4),a18_0xa60e7f[a18_0x16dd9b(0x25a)]='failed',a18_0xa60e7f[a18_0x16dd9b(0x226)]='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0xa60e7f,a18_0x3bcfac={};a18_0x3bcfac[a18_0x16dd9b(0x178)]='BEFORE_ALL',a18_0x3bcfac[a18_0x16dd9b(0x26d)]=a18_0x16dd9b(0x1b3),a18_0x3bcfac['beforeEach']=a18_0x16dd9b(0x24f),a18_0x3bcfac[a18_0x16dd9b(0x1f6)]=a18_0x16dd9b(0x1c6);const HOOK_TYPES_MAP=a18_0x3bcfac;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x46de47=a18_0x16dd9b,_0x526a31={'neNbv':_0x46de47(0x1ba),'MYgjK':function(_0x26aa32){return _0x26aa32();}},_0x419df1=_0x526a31[_0x46de47(0x22a)]['split']('|');let _0x390ece=0x0;while(!![]){switch(_0x419df1[_0x390ece++]){case'0':this[_0x46de47(0x1bd)]=![];continue;case'1':this[_0x46de47(0x29d)]=null;continue;case'2':this[_0x46de47(0x206)]=this['getTestEnv']();continue;case'3':this[_0x46de47(0x209)]=new PathHelper({'cwd':process[_0x46de47(0x26a)]()},this[_0x46de47(0x206)][_0x46de47(0x181)]);continue;case'4':this[_0x46de47(0x134)]=_0x526a31[_0x46de47(0x2b8)](isTestObservabilitySession);continue;case'5':this[_0x46de47(0x2ad)]=[];continue;case'6':this[_0x46de47(0x1f8)]=[];continue;}break;}}[a18_0x16dd9b(0x1c2)]=()=>{const _0x25064e=a18_0x16dd9b,_0xf00de8={'mLRYj':_0x25064e(0x279),'vefWy':function(_0x65f87){return _0x65f87();}};return{'ci':_0xf00de8['mLRYj'],'key':_0xf00de8['vefWy'](uuidv4),'version':version,'collector':_0x25064e(0x19f)+name};};[a18_0x16dd9b(0x2a1)](){const _0x41c6df=a18_0x16dd9b;process[_0x41c6df(0x250)]('bs:addLog:'+process[_0x41c6df(0x1c7)]),process['on'](_0x41c6df(0x285)+process['pid'],this[_0x41c6df(0x244)][_0x41c6df(0x240)](this)),process[_0x41c6df(0x250)](_0x41c6df(0x27f)+process[_0x41c6df(0x1c7)]),process['on'](_0x41c6df(0x27f)+process[_0x41c6df(0x1c7)],this['appendTestPlatform']['bind'](this));}[a18_0x16dd9b(0x14a)]=async _0x234c51=>{const _0x4def64=a18_0x16dd9b,_0x52bcfa={'YWRQf':_0x4def64(0x1b4),'wCAqi':_0x4def64(0x1ed),'pGesW':_0x4def64(0x157),'CGYgN':'skipped','hzIZY':_0x4def64(0x1fa),'UzNdq':_0x4def64(0x2ba),'EtXsb':function(_0x568bcf,_0x4b0a2e){return _0x568bcf===_0x4b0a2e;},'zkzZK':_0x4def64(0x1e0),'SfYnn':function(_0x40710c,_0x561ee8){return _0x40710c>_0x561ee8;},'iJgnq':function(_0x37a394,_0x370096){return _0x37a394!==_0x370096;},'WSaJM':_0x4def64(0x13c),'IfjEb':'TestRunStarted','plshS':_0x4def64(0x232),'SDvsD':_0x4def64(0x162),'ewVQa':function(_0x12bf2b,_0x596962){return _0x12bf2b!==_0x596962;},'tABhy':_0x4def64(0x1b2),'Dxlny':function(_0x3d0f1b,_0x4f4ee0){return _0x3d0f1b(_0x4f4ee0);}};try{if(_0x52bcfa['EtXsb'](_0x52bcfa['zkzZK'],_0x52bcfa['zkzZK'])){const _0x479d14=this['current_test'];this[_0x4def64(0x17b)]=_0x234c51,_0x234c51[_0x4def64(0x236)]=null,_0x234c51['testAnalyticsId']=TestDetails[_0x4def64(0x168)](process[_0x4def64(0x1c7)]+_0x4def64(0x1e2)),_0x234c51[_0x4def64(0x1f9)]=new Date()['toISOString'](),_0x52bcfa['SfYnn'](_0x234c51['_currentRetry'],0x0)&&_0x479d14&&_0x52bcfa['EtXsb'](_0x479d14[_0x4def64(0x280)],_0x234c51[_0x4def64(0x280)])?_0x52bcfa[_0x4def64(0x21a)](_0x52bcfa[_0x4def64(0x1c3)],_0x52bcfa['WSaJM'])?_0x5385a1[_0x4def64(0x157)]=_0x52bcfa[_0x4def64(0x224)]:(_0x234c51[_0x4def64(0x236)]=_0x479d14[_0x4def64(0x242)],await this[_0x4def64(0x1f7)](_0x234c51,undefined,![],_0x52bcfa[_0x4def64(0x1b9)]),_0x479d14[_0x4def64(0x16a)]=STATE_FAILED,await this[_0x4def64(0x1f7)](_0x479d14,undefined,!![])):_0x52bcfa[_0x4def64(0x24e)](_0x52bcfa['plshS'],_0x52bcfa[_0x4def64(0x191)])?(_0x522b05[_0x4def64(0x250)](_0x4def64(0x285)+_0xf9060e[_0x4def64(0x1c7)]),_0x27476e['on'](_0x4def64(0x285)+_0x1c67ee['pid'],this[_0x4def64(0x244)][_0x4def64(0x240)](this)),_0x5594db[_0x4def64(0x250)](_0x4def64(0x27f)+_0x362360[_0x4def64(0x1c7)]),_0x37738c['on'](_0x4def64(0x27f)+_0x6679e['pid'],this[_0x4def64(0x151)][_0x4def64(0x240)](this))):await this[_0x4def64(0x1f7)](_0x234c51,undefined,![],_0x52bcfa[_0x4def64(0x1b9)]);}else _0x546880[_0x52bcfa[_0x4def64(0x28a)]][_0x52bcfa[_0x4def64(0x275)]]=_0x52bcfa[_0x4def64(0x1db)],_0xbe858d[_0x52bcfa[_0x4def64(0x28a)]][_0x52bcfa['hzIZY']]=null,_0x18b8fe[_0x52bcfa[_0x4def64(0x28a)]][_0x52bcfa[_0x4def64(0x164)]]=null;}catch(_0x4399e7){if(_0x52bcfa[_0x4def64(0x165)](_0x52bcfa['tABhy'],_0x52bcfa[_0x4def64(0x1aa)]))return _0x17f370[_0x4def64(0x17d)];else _0x52bcfa[_0x4def64(0x2b2)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x4399e7);}};[a18_0x16dd9b(0x292)](_0x580167){const _0x1b224b=a18_0x16dd9b,_0x9ff2e5={'EczgN':function(_0x5f12ec,_0x218b41){return _0x5f12ec(_0x218b41);},'gtJaG':function(_0x114b43,_0x4f25a8){return _0x114b43!==_0x4f25a8;},'ByZaa':_0x1b224b(0x1e9),'kNhDa':_0x1b224b(0x259)};if(_0x9ff2e5[_0x1b224b(0x21b)](_0x580167[_0x1b224b(0x15c)],_0x9ff2e5[_0x1b224b(0x2b5)])){if(_0x9ff2e5[_0x1b224b(0x21b)](_0x9ff2e5[_0x1b224b(0x251)],_0x9ff2e5['kNhDa']))_0x9ff2e5[_0x1b224b(0x278)](_0x16d88b,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x49b77f);else return'\x22'+_0x580167[_0x1b224b(0x15c)]+_0x1b224b(0x29c)+(_0x580167['parent']&&_0x580167[_0x1b224b(0x21e)][_0x1b224b(0x286)])+'\x22';}return _0x580167['name'];}[a18_0x16dd9b(0x1f7)]=async(_0x56696f,_0x75244a=undefined,_0x1d3ef1=![],_0x1aa939=a18_0x16dd9b(0x17a))=>{const _0x4948fb=a18_0x16dd9b,_0xf8567c={'MzoGP':_0x4948fb(0x27e),'AvvLX':_0x4948fb(0x299),'ZLEMo':function(_0x128e92,_0x3736ea){return _0x128e92!==_0x3736ea;},'ovItR':function(_0x570aa2,_0x4099d8){return _0x570aa2!==_0x4099d8;},'PiQYu':_0x4948fb(0x2ac),'ZnAKk':function(_0x3e6899,_0xe9abe9){return _0x3e6899(_0xe9abe9);},'BjyLn':_0x4948fb(0x28f),'ARGit':'backtrace','jUCNc':_0x4948fb(0x24a),'GrDxz':'expanded','sqnIj':_0x4948fb(0x24b),'bpWHF':_0x4948fb(0x1f6),'UkZKf':_0x4948fb(0x1ed),'bUkfZ':function(_0x26bfe9,_0x56f04e){return _0x26bfe9!==_0x56f04e;},'XjCqG':_0x4948fb(0x249),'zbrQh':'passed','thsCv':_0x4948fb(0x279),'kKnbQ':function(_0x4b9973){return _0x4b9973();},'hnEtc':function(_0x52dcdf,_0x39230b){return _0x52dcdf===_0x39230b;},'tLCpX':'hHjzW','HCcLQ':_0x4948fb(0x2aa),'FVBAh':_0x4948fb(0x1fa),'vcFxe':'failure_type','fUGEh':_0x4948fb(0x26c),'nwmbT':_0x4948fb(0x157),'btvUM':function(_0x2e8201,_0x2d9070){return _0x2e8201(_0x2d9070);},'MgMzD':_0x4948fb(0x218),'BgVmR':function(_0x132f4b){return _0x132f4b();},'ulIhw':_0x4948fb(0x296),'iXKcq':function(_0x58f0e9,_0x26153f){return _0x58f0e9===_0x26153f;},'tZlOX':_0x4948fb(0x26f),'FarHk':_0x4948fb(0x1d3),'NrNii':'eiwwj','cXlKA':_0x4948fb(0x29a),'YvwGd':_0x4948fb(0x15a),'KNdcv':_0x4948fb(0x297),'hEZQk':function(_0x280338,_0x3f8b4d){return _0x280338(_0x3f8b4d);},'LukfH':'jest-circus','iqhqD':_0x4948fb(0x1bc),'azBBX':_0x4948fb(0x271),'pnWqY':function(_0x5d345b,_0x42868){return _0x5d345b(_0x42868);},'Rnter':_0x4948fb(0x132),'TMTkf':function(_0x17201a,_0x338280){return _0x17201a!==_0x338280;},'QBNHA':function(_0x12f103,_0x5ab04b){return _0x12f103!==_0x5ab04b;},'cqKmu':_0x4948fb(0x153),'aCMvZ':'test','kcQWD':function(_0x48dcd1,_0x389285){return _0x48dcd1!==_0x389285;},'RlYdL':_0x4948fb(0x173),'STiJZ':'err','vHIJo':_0x4948fb(0x1de),'SVzfC':function(_0x3234fa,_0x4e3ee3){return _0x3234fa!==_0x4e3ee3;},'KPaAs':function(_0x372363,_0x5c913c){return _0x372363!==_0x5c913c;},'JXVzZ':_0x4948fb(0x183),'bctuW':_0x4948fb(0x192),'HXAeU':'TestRunSkipped','gVuVt':_0x4948fb(0x142),'ynWgo':function(_0x1a0df2,_0x44cc41){return _0x1a0df2>_0x44cc41;},'FFOhi':function(_0x217167,_0x162da3){return _0x217167-_0x162da3;},'RMPIq':function(_0x190611,_0x964291){return _0x190611(_0x964291);},'NQyju':function(_0x28583c,_0x4d66b0){return _0x28583c===_0x4d66b0;},'lFnSW':'started_at','fxLkU':'xsvAd','mWKvq':_0x4948fb(0x1cb),'aKFwa':_0x4948fb(0x19a),'dUoHW':function(_0x5cc098,_0x5eca93){return _0x5cc098!==_0x5eca93;},'Uamad':_0x4948fb(0x213),'YrPbv':_0x4948fb(0x22b),'ERQwz':'HookRunFinished','nrCtC':function(_0x541bc7,_0xc1b592){return _0x541bc7!==_0xc1b592;},'xEcOq':'fIwXb','mwaJl':function(_0x2bcaef,_0x335193){return _0x2bcaef!==_0x335193;},'UVAjM':_0x4948fb(0x1a9),'QqmHh':_0x4948fb(0x19b),'kSPka':function(_0x551b01,_0x423a35){return _0x551b01!==_0x423a35;},'prrNn':'YKdrP','blGlM':_0x4948fb(0x159),'AXkPI':function(_0x3ddbf0,_0x20bc81){return _0x3ddbf0===_0x20bc81;},'uJZnB':_0x4948fb(0x14d),'jBLXn':_0x4948fb(0x199),'MhWxf':'TestRunFinished','JNCEk':'QVsGS','KbYVU':function(_0x32b1f0,_0x5b9624){return _0x32b1f0===_0x5b9624;},'ctjAi':function(_0x551781,_0x3172a6){return _0x551781===_0x3172a6;},'AeTLs':_0x4948fb(0x167),'MnRDE':'HNqoh','cEFHU':function(_0x3b7ce8,_0x4be103){return _0x3b7ce8!==_0x4be103;},'klYXF':_0x4948fb(0x23a),'fbaVz':_0x4948fb(0x177),'LpCKi':function(_0x21215d,_0x4a3151){return _0x21215d>_0x4a3151;},'aYPwg':_0x4948fb(0x1e1),'SgCkH':function(_0x5d19f3,_0x599f6b){return _0x5d19f3===_0x599f6b;},'KLRmb':_0x4948fb(0x1cc),'WpeVa':_0x4948fb(0x26b),'ErcsB':_0x4948fb(0x178),'DlMyN':'NUTqN','KOhTx':function(_0x3116cd,_0x436b0d){return _0x3116cd!==_0x436b0d;},'qanku':_0x4948fb(0x190),'zDqyA':_0x4948fb(0x25c)};try{if(_0xf8567c[_0x4948fb(0x258)](_0xf8567c['ulIhw'],_0xf8567c[_0x4948fb(0x1ec)])){if(_0x56696f['fn']&&_0x56696f['fn'][_0x4948fb(0x26e)]()['match'](/browserstack internal helper hook/)){if(_0xf8567c['iXKcq'](_0xf8567c['tZlOX'],_0xf8567c[_0x4948fb(0x288)])){this[_0x4948fb(0x1f8)]['push'](_0x3d53bf);return;}else return;}await this[_0x4948fb(0x29b)]();let _0x38c3fd;try{_0xf8567c[_0x4948fb(0x258)](_0xf8567c[_0x4948fb(0x1cd)],_0xf8567c['cXlKA'])?(_0x4b9744[_0xf8567c['MzoGP']]=_0x2a5cdf[_0x28d97f[_0xf8567c[_0x4948fb(0x15d)]]],_0x21f43a[_0xf8567c[_0x4948fb(0x130)]]=_0x28072b):_0x38c3fd=this[_0x4948fb(0x24d)](_0x56696f);}catch(_0x410ba3){if(_0xf8567c[_0x4948fb(0x1a8)](_0xf8567c[_0x4948fb(0x28b)],_0xf8567c[_0x4948fb(0x185)]))_0xf8567c[_0x4948fb(0x246)](debug,_0x4948fb(0x235)+_0x410ba3),_0x38c3fd=null;else{let _0x248c4b=_0x25d554[_0x4948fb(0x21e)];while(_0x248c4b&&_0xf8567c[_0x4948fb(0x18e)](_0x248c4b[_0x4948fb(0x286)],'')&&_0xf8567c[_0x4948fb(0x1d4)](_0x248c4b[_0x4948fb(0x286)],_0xf8567c[_0x4948fb(0x1ef)])){_0xfc370d[_0x4948fb(0x16e)](_0x248c4b[_0x4948fb(0x286)]),_0x248c4b=_0x248c4b[_0x4948fb(0x21e)];}}}if(_0x38c3fd[_0x4948fb(0x150)](_0xf8567c[_0x4948fb(0x194)])){if(_0xf8567c[_0x4948fb(0x18e)](_0xf8567c[_0x4948fb(0x22d)],_0xf8567c['azBBX']))return;else _0xf8567c[_0x4948fb(0x291)](_0x5d9981,_0x4948fb(0x16f)+_0x4d1a15+'\x20with\x20error\x20:\x20'+_0x3a8272);}const _0x3a0acf=_0xf8567c[_0x4948fb(0x154)](require,_0xf8567c['Rnter']);let _0x31cf83=[];if(_0xf8567c[_0x4948fb(0x225)](_0x56696f['errorsDetailed'],undefined)){if(_0xf8567c['QBNHA'](_0xf8567c[_0x4948fb(0x253)],_0xf8567c['cqKmu'])){if(!_0x10110f||!_0x4a326d[_0x4948fb(0x21e)])return;_0x5836cf['parent'][_0x4948fb(0x1a1)][_0x4948fb(0x149)](_0x4f3e6d=>{const _0x233378=_0x4948fb;!_0x4f3e6d[_0x233378(0x283)]&&(_0x4f3e6d['hookAnalyticsId']=_0x3094a1[_0x233378(0x168)](_0x2e49e0['pid']+':hookAnalyticsId'));}),this[_0x4948fb(0x230)](_0x26efe8['parent']);}else _0x31cf83=[_0x56696f['errorsDetailed'],_0xf8567c[_0x4948fb(0x269)]];}else{if(_0xf8567c['kcQWD'](_0x75244a,undefined))_0xf8567c[_0x4948fb(0x1d2)](_0xf8567c[_0x4948fb(0x264)],_0xf8567c[_0x4948fb(0x264)])?_0x31cf83=[_0x75244a,_0xf8567c['STiJZ']]:(_0x52ea8d[_0xf8567c[_0x4948fb(0x1dd)]]=_0x3e7ad3[_0xf8567c['ARGit']],_0x591a60[_0xf8567c['jUCNc']]=_0x16e8c8[_0xf8567c[_0x4948fb(0x1b0)]]);else{if(_0xf8567c[_0x4948fb(0x225)](_0xf8567c[_0x4948fb(0x239)],_0xf8567c[_0x4948fb(0x239)])){if(_0x307020[_0x4948fb(0x182)]){const _0x202dcf=_0x41cb9c[_0x4948fb(0x1a0)][_0x4948fb(0x131)](_0x277d6d,_0xd31c48[_0x4948fb(0x182)]);return _0x202dcf[0x0][_0x4948fb(0x241)]();}if(_0x340edf[_0x4948fb(0x17d)])return _0x308485[_0x4948fb(0x17d)];return null;}else _0x31cf83=[];}}const _0x35e775=_0xf8567c[_0x4948fb(0x169)](_0x56696f[_0x4948fb(0x2a3)],undefined)?_0x3a0acf[_0x4948fb(0x2b9)](_0x56696f[_0x4948fb(0x2a3)][0x0]):_0xf8567c[_0x4948fb(0x1a3)](_0x75244a,undefined)?_0x75244a[_0x4948fb(0x26e)]():undefined,_0x61c205=_0x38c3fd?this[_0x4948fb(0x209)][_0x4948fb(0x2a6)](this[_0x4948fb(0x24d)](_0x56696f)):_0xf8567c['JXVzZ'],_0x13d37c={'framework':FRAMEWORKS[_0x4948fb(0x156)],'uuid':_0x56696f[_0x4948fb(0x242)]||_0x56696f[_0x4948fb(0x283)],'name':this[_0x4948fb(0x292)](_0x56696f),'body':{'lang':_0xf8567c[_0x4948fb(0x289)],'code':_0x56696f['fn'][_0x4948fb(0x26e)]()},'scopes':this[_0x4948fb(0x29f)](_0x56696f),'file_name':_0x61c205,'vc_filepath':this[_0x4948fb(0x29d)]&&_0x38c3fd?path['relative'](this['_gitConfigPath'],_0x38c3fd):null,'location':_0x61c205,'result':_0xf8567c['iXKcq'](_0x1aa939,_0xf8567c[_0x4948fb(0x2bd)])?_0xf8567c[_0x4948fb(0x2a7)]:this[_0x4948fb(0x273)](_0x56696f[_0x4948fb(0x2a3)]&&_0xf8567c[_0x4948fb(0x287)](_0x56696f[_0x4948fb(0x2a3)]['length'],0x0)?_0xf8567c['XjCqG']:_0xf8567c[_0x4948fb(0x243)]),'failure_reason':_0x35e775,'duration_in_ms':_0x56696f['duration']||(_0x1aa939['match'](/Finished/)||_0x1aa939['match'](/Skipped/)?_0xf8567c[_0x4948fb(0x227)](Date[_0x4948fb(0x21c)](),new Date(_0x56696f[_0x4948fb(0x1f9)])[_0x4948fb(0x1ce)]()):null),'started_at':_0x56696f[_0x4948fb(0x1f9)],'finished_at':_0x1aa939[_0x4948fb(0x21d)](/Finished/)||_0x1aa939[_0x4948fb(0x21d)](/Skipped/)?new Date()[_0x4948fb(0x1df)]():null,'failure':failureData[_0x4948fb(0x160)](null,_0x31cf83),'failure_type':!_0x35e775?null:_0xf8567c[_0x4948fb(0x221)](getFailureType,_0x35e775),'retry_of':_0x56696f[_0x4948fb(0x236)]};_0xf8567c['NQyju'](_0x1aa939,_0xf8567c[_0x4948fb(0x2bd)])&&!_0x13d37c[_0xf8567c[_0x4948fb(0x22c)]]&&(_0xf8567c[_0x4948fb(0x1d4)](_0xf8567c['fxLkU'],_0xf8567c[_0x4948fb(0x208)])?_0x13d37c[_0xf8567c[_0x4948fb(0x22c)]]=_0x13d37c[_0xf8567c['aKFwa']]:_0x4754b2=[]);if(_0x1aa939['match'](/HookRun/)){if(_0xf8567c[_0x4948fb(0x14e)](_0xf8567c['Uamad'],_0xf8567c[_0x4948fb(0x23d)])){[_0x13d37c[_0x4948fb(0x27e)],_0x13d37c[_0x4948fb(0x286)]]=[_0x56696f['type'],this[_0x4948fb(0x292)](_0x56696f)];if(_0xf8567c[_0x4948fb(0x1d2)](_0x1aa939,_0xf8567c[_0x4948fb(0x135)])){if(_0xf8567c[_0x4948fb(0x19e)](_0xf8567c['xEcOq'],_0xf8567c[_0x4948fb(0x15b)]))[_0xf8567c[_0x4948fb(0x163)],_0xf8567c[_0x4948fb(0x152)]][_0x4948fb(0x150)](_0x170a20[_0x4948fb(0x15c)])&&_0x658dec['hookAnalyticsId']&&(_0x4927bf[_0x4948fb(0x283)]=null);else{if(_0xf8567c[_0x4948fb(0x272)](_0x13d37c[_0x4948fb(0x157)],_0xf8567c[_0x4948fb(0x1fb)])){if(_0xf8567c[_0x4948fb(0x272)](_0xf8567c[_0x4948fb(0x233)],_0xf8567c[_0x4948fb(0x196)]))_0x13d37c['result']=_0xf8567c[_0x4948fb(0x243)];else{const _0xb3303a=_0x5ddba2[_0x4948fb(0x237)](_0x282f9e);return this['findGitConfig'](_0xb3303a);}}}}}else!_0x245cf1[_0x4948fb(0x283)]&&(_0x4cb4ff[_0x4948fb(0x283)]=_0x7cddfd['setTestUUID'](_0x188d2e[_0x4948fb(0x1c7)]+_0x4948fb(0x16b)));}else _0x1aa939[_0x4948fb(0x21d)](/TestRun/)&&(_0xf8567c[_0x4948fb(0x197)](_0xf8567c[_0x4948fb(0x13a)],_0xf8567c['blGlM'])?this[_0x4948fb(0x230)](_0x56696f):_0x3a21e2[_0xf8567c[_0x4948fb(0x29e)]]=_0x4a9586);const _0x21b159=_0x13d37c[_0xf8567c[_0x4948fb(0x266)]][0x0];if(_0x21b159){if(_0xf8567c[_0x4948fb(0x1a7)](_0xf8567c[_0x4948fb(0x216)],_0xf8567c[_0x4948fb(0x184)]))return'\x22'+_0x4b7ff8[_0x4948fb(0x15c)]+_0x4948fb(0x29c)+(_0x1609df[_0x4948fb(0x21e)]&&_0x121745['parent'][_0x4948fb(0x286)])+'\x22';else _0x13d37c[_0xf8567c[_0x4948fb(0x1dd)]]=_0x21b159[_0xf8567c['ARGit']],_0x13d37c[_0xf8567c[_0x4948fb(0x2b0)]]=_0x21b159[_0xf8567c['GrDxz']];}[_0xf8567c[_0x4948fb(0x171)],_0xf8567c[_0x4948fb(0x2bd)]][_0x4948fb(0x150)](_0x1aa939)&&(_0xf8567c[_0x4948fb(0x1a8)](_0xf8567c[_0x4948fb(0x204)],_0xf8567c[_0x4948fb(0x204)])?_0xf8567c[_0x4948fb(0x1a8)](_0x502077['result'],_0xf8567c[_0x4948fb(0x1fb)])&&(_0x482a0b[_0x4948fb(0x157)]=_0xf8567c[_0x4948fb(0x243)]):(this[_0x4948fb(0x2ad)][_0x4948fb(0x16e)](_0x13d37c),_0x13d37c[_0x4948fb(0x1a1)]=this['getHooksForTest'](_0x56696f),this[_0x4948fb(0x2a5)](_0x56696f)));const _0x1cfbdb={'event_type':_0xf8567c[_0x4948fb(0x1ad)](_0x1aa939,_0xf8567c[_0x4948fb(0x2bd)])?_0xf8567c['MhWxf']:_0x1aa939};if(_0x1aa939[_0x4948fb(0x21d)](/HookRun/))_0xf8567c[_0x4948fb(0x27b)](_0xf8567c[_0x4948fb(0x14f)],_0xf8567c['MnRDE'])?_0x500cf6['hookAnalyticsId']=null:(_0x13d37c[_0xf8567c['MzoGP']]=HOOK_TYPES_MAP[_0x13d37c[_0xf8567c['MzoGP']]],_0x1cfbdb[_0xf8567c[_0x4948fb(0x130)]]=_0x13d37c);else{if(_0xf8567c[_0x4948fb(0x175)](_0xf8567c[_0x4948fb(0x188)],_0xf8567c[_0x4948fb(0x200)]))_0x1cfbdb[_0xf8567c[_0x4948fb(0x29e)]]=_0x13d37c;else return{'ci':_0xf8567c[_0x4948fb(0x1ae)],'key':_0xf8567c['kKnbQ'](_0x3d5d58),'version':_0x5dde07,'collector':_0x4948fb(0x19f)+_0x902156};}if(_0xf8567c[_0x4948fb(0x1c9)](this['hook_data'][_0x4948fb(0x12e)],0x0)&&[_0xf8567c[_0x4948fb(0x171)],_0xf8567c['HXAeU']]['includes'](_0x1aa939)){if(_0xf8567c['bUkfZ'](_0xf8567c[_0x4948fb(0x20f)],_0xf8567c[_0x4948fb(0x20f)]))return this['_gitConfigPath'];else this[_0x4948fb(0x1f8)]['forEach'](async _0x544ecb=>{const _0x34ae4f=_0x4948fb;if(_0xf8567c[_0x34ae4f(0x258)](_0xf8567c['tLCpX'],_0xf8567c[_0x34ae4f(0x1a5)])){const _0x28334b=_0xf8567c[_0x34ae4f(0x1bb)][_0x34ae4f(0x220)]('|');let _0x5dc2ae=0x0;while(!![]){switch(_0x28334b[_0x5dc2ae++]){case'0':_0x544ecb[_0xf8567c[_0x34ae4f(0x130)]][_0xf8567c[_0x34ae4f(0x266)]]=_0x1cfbdb[_0xf8567c[_0x34ae4f(0x29e)]][_0xf8567c[_0x34ae4f(0x266)]];continue;case'1':await SessionHandler[_0x34ae4f(0x1f4)](_0x544ecb);continue;case'2':_0x544ecb[_0xf8567c['AvvLX']][_0xf8567c[_0x34ae4f(0x17e)]]=_0x1cfbdb[_0xf8567c[_0x34ae4f(0x29e)]][_0xf8567c[_0x34ae4f(0x17e)]];continue;case'3':_0x544ecb[_0xf8567c[_0x34ae4f(0x130)]][_0xf8567c[_0x34ae4f(0x146)]]=_0x1cfbdb[_0xf8567c[_0x34ae4f(0x29e)]][_0xf8567c['fUGEh']];continue;case'4':_0x544ecb[_0xf8567c[_0x34ae4f(0x130)]][_0xf8567c[_0x34ae4f(0x13f)]]=_0x1cfbdb[_0xf8567c[_0x34ae4f(0x29e)]][_0xf8567c[_0x34ae4f(0x13f)]];continue;}break;}}else this[_0x34ae4f(0x29d)]=_0x72176c['root'];}),this['hook_data']=[];}if(_0xf8567c[_0x4948fb(0x161)](this[_0x4948fb(0x16c)],_0x56696f[_0x4948fb(0x15c)])){if(_0xf8567c[_0x4948fb(0x258)](_0xf8567c[_0x4948fb(0x20e)],_0xf8567c[_0x4948fb(0x1c4)])){const _0x59950a=_0x10fc72[_0x4948fb(0x1a0)][_0x4948fb(0x131)](_0x2ebd8f,_0x22da6f[_0x4948fb(0x182)]);return _0x59950a[0x0][_0x4948fb(0x241)]();}else{this[_0x4948fb(0x1f8)]['push'](_0x1cfbdb);return;}}_0xf8567c[_0x4948fb(0x1ad)](this['hook_failure'],_0xf8567c[_0x4948fb(0x170)])&&_0x1cfbdb[_0xf8567c['UkZKf']]&&(_0xf8567c[_0x4948fb(0x27b)](_0xf8567c['DlMyN'],_0xf8567c[_0x4948fb(0x18b)])?(_0x1cfbdb[_0xf8567c[_0x4948fb(0x29e)]][_0xf8567c[_0x4948fb(0x13f)]]=_0xf8567c['gVuVt'],_0x1cfbdb[_0xf8567c['UkZKf']][_0xf8567c[_0x4948fb(0x266)]]=null,_0x1cfbdb[_0xf8567c[_0x4948fb(0x29e)]][_0xf8567c[_0x4948fb(0x17e)]]=null):this[_0x4948fb(0x230)](_0x34240c)),await SessionHandler['uploadEventData'](_0x1cfbdb);}else{const _0x5633f6={'NXLzQ':function(_0x3ce186,_0x18d2eb){const _0x71ab39=_0x4948fb;return _0xf8567c[_0x71ab39(0x1fe)](_0x3ce186,_0x18d2eb);}};if(!_0x4dddee||!_0x4cd406['parent'])return[];const _0x2c8bd3=[];return _0x311382[_0x4948fb(0x21e)][_0x4948fb(0x1a1)][_0x4948fb(0x149)](_0x1387fd=>{const _0x2c3073=_0x4948fb;_0x1387fd[_0x2c3073(0x283)]&&!_0x5633f6[_0x2c3073(0x13b)](_0x2a3fd1,_0x1387fd['fn'])&&!this['isJestInternalHook'](_0x1387fd)&&_0x2c8bd3['push'](_0x1387fd['hookAnalyticsId']);}),[..._0x2c8bd3,...this[_0x4948fb(0x2b1)](_0x125e10[_0x4948fb(0x21e)])];}}catch(_0x457ec0){if(_0xf8567c[_0x4948fb(0x228)](_0xf8567c[_0x4948fb(0x18c)],_0xf8567c[_0x4948fb(0x1bf)]))_0xf8567c[_0x4948fb(0x291)](debug,_0x4948fb(0x16f)+_0x1aa939+_0x4948fb(0x20d)+_0x457ec0);else{const _0xde19cb=_0xf8567c[_0x4948fb(0x13d)][_0x4948fb(0x220)]('|');let _0x105a3f=0x0;while(!![]){switch(_0xde19cb[_0x105a3f++]){case'0':this[_0x4948fb(0x29d)]=null;continue;case'1':this['_paths']=new _0x510622({'cwd':_0x179d42['cwd']()},this['_testEnv'][_0x4948fb(0x181)]);continue;case'2':this[_0x4948fb(0x206)]=this[_0x4948fb(0x1c2)]();continue;case'3':this[_0x4948fb(0x2ad)]=[];continue;case'4':this['_gitConfigured']=![];continue;case'5':this[_0x4948fb(0x134)]=_0xf8567c[_0x4948fb(0x15e)](_0x12ab8d);continue;case'6':this[_0x4948fb(0x1f8)]=[];continue;}break;}}}};[a18_0x16dd9b(0x20b)](_0x20c152){const _0x1314fb=a18_0x16dd9b,_0x44a33a={};_0x44a33a[_0x1314fb(0x277)]=function(_0x351114,_0x1da307){return _0x351114!==_0x1da307;},_0x44a33a[_0x1314fb(0x265)]='test',_0x44a33a[_0x1314fb(0x1ac)]=function(_0xe79173,_0x49a23a){return _0xe79173==_0x49a23a;},_0x44a33a['dOSWW']=function(_0x337841,_0x15a69e){return _0x337841===_0x15a69e;},_0x44a33a['ukjnk']=function(_0x5b4800,_0x5c1085){return _0x5b4800===_0x5c1085;},_0x44a33a[_0x1314fb(0x23e)]=function(_0x565751,_0x1c9ce3){return _0x565751===_0x1c9ce3;},_0x44a33a[_0x1314fb(0x2a9)]=_0x1314fb(0x143),_0x44a33a[_0x1314fb(0x28d)]=_0x1314fb(0x176),_0x44a33a['vxlyY']=function(_0x485e73,_0x1cad1c){return _0x485e73===_0x1cad1c;},_0x44a33a[_0x1314fb(0x1c8)]=_0x1314fb(0x20c),_0x44a33a['ZihDY']=_0x1314fb(0x140),_0x44a33a['ShccH']=_0x1314fb(0x1af),_0x44a33a[_0x1314fb(0x290)]='XDxyw';const _0x5de5b8=_0x44a33a,_0x478fd5=path[_0x1314fb(0x186)];if(_0x5de5b8['dtfqf'](_0x20c152,null)||_0x5de5b8[_0x1314fb(0x28e)](_0x20c152,'')||_0x5de5b8[_0x1314fb(0x19d)](_0x20c152,_0x478fd5)){if(_0x5de5b8[_0x1314fb(0x23e)](_0x5de5b8[_0x1314fb(0x2a9)],_0x5de5b8[_0x1314fb(0x28d)]))return;else return null;}try{if(_0x5de5b8[_0x1314fb(0x248)](_0x5de5b8[_0x1314fb(0x1c8)],_0x5de5b8['SqKmg']))return fs[_0x1314fb(0x1d1)](path[_0x1314fb(0x1b6)](_0x20c152,_0x5de5b8['ZihDY'],_0x5de5b8[_0x1314fb(0x1e8)])),_0x20c152;else{if(_0x5de5b8[_0x1314fb(0x277)](_0x24d4e4[_0x1314fb(0x15c)],_0x5de5b8[_0x1314fb(0x265)]))return'\x22'+_0x331ead[_0x1314fb(0x15c)]+_0x1314fb(0x29c)+(_0x474b0b[_0x1314fb(0x21e)]&&_0x59b170[_0x1314fb(0x21e)][_0x1314fb(0x286)])+'\x22';return _0x3432f2[_0x1314fb(0x286)];}}catch(_0x510a73){if(_0x5de5b8['UCWfv'](_0x5de5b8[_0x1314fb(0x290)],_0x5de5b8[_0x1314fb(0x290)]))_0xbd2316[_0x1314fb(0x187)]=_0xfb6963;else{const _0x434a35=path['dirname'](_0x20c152);return this['findGitConfig'](_0x434a35);}}}[a18_0x16dd9b(0x244)]=async _0x3dfd61=>{const _0x2774b9=a18_0x16dd9b,_0x4ebffe={'NbsJI':_0x2774b9(0x1b4),'oHutb':'pending','CjDZw':_0x2774b9(0x249),'JjEUZ':_0x2774b9(0x1e9),'vCIOl':function(_0x1c42f9,_0x1334cd){return _0x1c42f9!==_0x1334cd;},'APGZe':'KLoSd','NnMAx':'YpHSH','ZfdTT':function(_0x3c3e53,_0xbfd119){return _0x3c3e53!==_0xbfd119;},'gtPgj':_0x2774b9(0x179),'KZwBJ':function(_0xa91a92,_0xd466d8){return _0xa91a92!==_0xd466d8;},'odTIL':'OPtBM','blirY':'LogCreated','VyjxP':function(_0x55671a,_0x394c12){return _0x55671a===_0x394c12;},'bbmpd':'YRJLb','NQXFm':function(_0x14d750,_0x4c9cfb){return _0x14d750(_0x4c9cfb);}},_0x35bc24=TestDetails[_0x2774b9(0x22f)](process[_0x2774b9(0x1c7)]+_0x2774b9(0x16b)),_0x58f41e=TestDetails[_0x2774b9(0x22f)](process[_0x2774b9(0x1c7)]+_0x2774b9(0x1e2));try{if(_0x4ebffe[_0x2774b9(0x210)](_0x4ebffe[_0x2774b9(0x2b3)],_0x4ebffe[_0x2774b9(0x2b3)])){const _0x346efb={};return _0x346efb[_0x113483]=_0x4ebffe[_0x2774b9(0x189)],_0x346efb[_0x49d0a5]=_0x4ebffe['oHutb'],_0x346efb[_0x22d163]=_0x4ebffe['CjDZw'],_0x346efb[_0xfc8a11];}else{if(_0x35bc24||this['current_hook']&&!this[_0x2774b9(0x1da)][_0x2774b9(0x294)]){if(_0x4ebffe[_0x2774b9(0x210)](_0x4ebffe[_0x2774b9(0x252)],_0x4ebffe[_0x2774b9(0x252)]))return null;else _0x3dfd61[_0x2774b9(0x187)]=_0x35bc24;}if(!_0x3dfd61['hook_run_uuid']&&_0x58f41e){if(_0x4ebffe[_0x2774b9(0x28c)](_0x4ebffe[_0x2774b9(0x141)],_0x4ebffe[_0x2774b9(0x141)]))return;else _0x3dfd61[_0x2774b9(0x1d9)]=_0x58f41e;}if(_0x3dfd61[_0x2774b9(0x187)]||_0x3dfd61['test_run_uuid']){if(_0x4ebffe[_0x2774b9(0x145)](_0x4ebffe[_0x2774b9(0x223)],_0x4ebffe[_0x2774b9(0x223)]))_0x4fe36a=[_0x43575f[_0x2774b9(0x2a3)],_0x4ebffe[_0x2774b9(0x270)]];else{const _0x1322a1={};_0x1322a1['event_type']=_0x4ebffe['blirY'],_0x1322a1[_0x2774b9(0x274)]=[_0x3dfd61],await SessionHandler[_0x2774b9(0x1f4)](_0x1322a1);}}}}catch(_0x1d1683){_0x4ebffe[_0x2774b9(0x20a)](_0x4ebffe[_0x2774b9(0x1e7)],_0x4ebffe[_0x2774b9(0x1e7)])?_0x4ebffe[_0x2774b9(0x1d6)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x1d1683):_0xfc47a2['test_run_uuid']=_0x2ac21c;}};[a18_0x16dd9b(0x151)]=async _0x226faf=>{const _0x2c840f=a18_0x16dd9b,_0x48c626={'iyvKr':function(_0x3210a4,_0x41c60b){return _0x3210a4===_0x41c60b;},'iuueL':_0x2c840f(0x133),'hQSTm':'nLJAR','WgNxy':_0x2c840f(0x27a),'yPrJS':_0x2c840f(0x23c),'qzBTe':function(_0x3b937e,_0x1b1487){return _0x3b937e===_0x1b1487;},'zpovW':_0x2c840f(0x293),'VJGFN':_0x2c840f(0x1cf),'qTjXM':function(_0x168ee0,_0x2fa156){return _0x168ee0(_0x2fa156);}};try{if(_0x48c626[_0x2c840f(0x257)](_0x48c626[_0x2c840f(0x138)],_0x48c626[_0x2c840f(0x1d7)]))return;else{const _0x85baa7={'uuid':_0x226faf[_0x2c840f(0x2ae)]||TestDetails[_0x2c840f(0x22f)](process[_0x2c840f(0x1c7)]+_0x2c840f(0x1e2)),'integrations':_0x226faf[_0x48c626[_0x2c840f(0x1b1)]]},_0x100e3a={};_0x100e3a[_0x2c840f(0x202)]=_0x48c626[_0x2c840f(0x229)],_0x100e3a['test_run']=_0x85baa7,await SessionHandler['uploadEventData'](_0x100e3a);}}catch(_0x572c6){_0x48c626[_0x2c840f(0x195)](_0x48c626[_0x2c840f(0x2a2)],_0x48c626[_0x2c840f(0x24c)])?_0x271736[_0x2c840f(0x283)]=_0x45cccb['setTestUUID'](_0x2b4d90[_0x2c840f(0x1c7)]+_0x2c840f(0x16b)):_0x48c626[_0x2c840f(0x1c0)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x572c6);}};async[a18_0x16dd9b(0x29b)](){const _0x3341b1=a18_0x16dd9b,_0x2cb047={'FfwVP':function(_0x216a95,_0xdf38d5){return _0x216a95(_0xdf38d5);},'oHMZp':function(_0x39bdaf,_0x1c5bba){return _0x39bdaf+_0x1c5bba;},'SvOYS':_0x3341b1(0x1f3),'jHvwv':function(_0x51ca3c,_0x268482){return _0x51ca3c===_0x268482;},'EQKll':_0x3341b1(0x255),'UXAxF':function(_0x5dc7ad){return _0x5dc7ad();},'WCgUJ':'KEoRM'};if(this[_0x3341b1(0x1bd)]){if(_0x2cb047[_0x3341b1(0x261)](_0x2cb047[_0x3341b1(0x1f1)],_0x2cb047[_0x3341b1(0x1f1)]))return this[_0x3341b1(0x29d)];else _0xae5353['push'](_0x4fef87['name']),_0x2f0c4f=_0x5d568c[_0x3341b1(0x21e)];}const _0xbe230a=await _0x2cb047[_0x3341b1(0x217)](getGitMetaData);_0xbe230a&&(_0x2cb047['jHvwv'](_0x2cb047[_0x3341b1(0x2af)],_0x2cb047['WCgUJ'])?this[_0x3341b1(0x29d)]=_0xbe230a[_0x3341b1(0x211)]:_0x2cb047[_0x3341b1(0x1e5)](_0x5e6f1e,_0x2cb047['oHMZp'](_0x2cb047[_0x3341b1(0x1f2)],_0x30e338))),this[_0x3341b1(0x1bd)]=!![];}[a18_0x16dd9b(0x273)](_0x206080){const _0x4d3924=a18_0x16dd9b,_0x569527={};_0x569527[_0x4d3924(0x268)]=_0x4d3924(0x1b4),_0x569527[_0x4d3924(0x19c)]=_0x4d3924(0x1e3),_0x569527[_0x4d3924(0x1ab)]=_0x4d3924(0x249);const _0x36b9f8=_0x569527,_0x56f7ac={};return _0x56f7ac[STATE_PASSED]=_0x36b9f8[_0x4d3924(0x268)],_0x56f7ac[STATE_PENDING]=_0x36b9f8['LIcHF'],_0x56f7ac[STATE_FAILED]=_0x36b9f8[_0x4d3924(0x1ab)],_0x56f7ac[_0x206080];}[a18_0x16dd9b(0x29f)](_0x29562b){const _0x1e182b=a18_0x16dd9b,_0x15a9ee={};_0x15a9ee[_0x1e182b(0x267)]=_0x1e182b(0x24b),_0x15a9ee[_0x1e182b(0x2bb)]='afterEach',_0x15a9ee[_0x1e182b(0x212)]=function(_0x5567d9,_0x4efd89){return _0x5567d9!==_0x4efd89;},_0x15a9ee[_0x1e182b(0x17f)]=_0x1e182b(0x2ac),_0x15a9ee['cGheK']=function(_0x4b0eb2,_0x742264){return _0x4b0eb2===_0x742264;},_0x15a9ee[_0x1e182b(0x238)]='EgUsx',_0x15a9ee[_0x1e182b(0x1d8)]=function(_0x4f4e7d,_0x3bfafa){return _0x4f4e7d!==_0x3bfafa;},_0x15a9ee[_0x1e182b(0x14c)]=function(_0x3b734e,_0x2cf418){return _0x3b734e===_0x2cf418;},_0x15a9ee['QdIYz']=_0x1e182b(0x205),_0x15a9ee[_0x1e182b(0x207)]=_0x1e182b(0x247);const _0x2dd97a=_0x15a9ee,_0x228306=[];if(_0x29562b&&_0x29562b[_0x1e182b(0x21e)]){if(_0x2dd97a[_0x1e182b(0x1d5)](_0x2dd97a[_0x1e182b(0x238)],_0x2dd97a[_0x1e182b(0x238)])){let _0x25204d=_0x29562b['parent'];while(_0x25204d&&_0x2dd97a[_0x1e182b(0x1d8)](_0x25204d[_0x1e182b(0x286)],'')&&_0x2dd97a['ogxXW'](_0x25204d[_0x1e182b(0x286)],_0x2dd97a[_0x1e182b(0x17f)])){if(_0x2dd97a[_0x1e182b(0x14c)](_0x2dd97a[_0x1e182b(0x172)],_0x2dd97a[_0x1e182b(0x207)])){if(!_0x3d132a||!_0x3eadde[_0x1e182b(0x21e)])return;_0x213819[_0x1e182b(0x21e)]['hooks']['forEach'](_0x3966b8=>{const _0x194a41=_0x1e182b;[_0x2dd97a['JBxOp'],_0x2dd97a[_0x194a41(0x2bb)]][_0x194a41(0x150)](_0x3966b8['type'])&&_0x3966b8['hookAnalyticsId']&&(_0x3966b8[_0x194a41(0x283)]=null);}),this[_0x1e182b(0x230)](_0x19f525[_0x1e182b(0x21e)]);}else _0x228306[_0x1e182b(0x16e)](_0x25204d[_0x1e182b(0x286)]),_0x25204d=_0x25204d[_0x1e182b(0x21e)];}}else{const _0x40457d=[];if(_0x436997&&_0x5947b2['parent']){let _0x40920c=_0x44760d['parent'];while(_0x40920c&&_0x2dd97a['XtVOf'](_0x40920c[_0x1e182b(0x286)],'')&&_0x2dd97a[_0x1e182b(0x212)](_0x40920c[_0x1e182b(0x286)],_0x2dd97a[_0x1e182b(0x17f)])){_0x40457d[_0x1e182b(0x16e)](_0x40920c[_0x1e182b(0x286)]),_0x40920c=_0x40920c[_0x1e182b(0x21e)];}}return _0x40457d['reverse'](),_0x40457d;}}return _0x228306[_0x1e182b(0x27d)](),_0x228306;}['getRootParentFile']=_0x498e6c=>{const _0x1f87d9=a18_0x16dd9b,_0x5ea29c={'PfVWe':function(_0x1d6e61,_0x35b686){return _0x1d6e61(_0x35b686);},'EpnMe':function(_0x33e512,_0x143c13){return _0x33e512===_0x143c13;},'uEnUW':_0x1f87d9(0x1be),'fODIn':function(_0x4c2ef9,_0x2d98e7){return _0x4c2ef9===_0x2d98e7;},'IZbCL':_0x1f87d9(0x139),'Bzcdc':_0x1f87d9(0x25e)};if(_0x498e6c['asyncError']){if(_0x5ea29c[_0x1f87d9(0x1c1)](_0x5ea29c[_0x1f87d9(0x198)],_0x5ea29c['uEnUW'])){const _0x3eaa98=stackTrace[_0x1f87d9(0x1a0)]['call'](stackTrace,_0x498e6c[_0x1f87d9(0x182)]);return _0x3eaa98[0x0][_0x1f87d9(0x241)]();}else _0x5ea29c[_0x1f87d9(0x193)](_0x57afd2,_0x1f87d9(0x235)+_0xb1e467),_0x3446d3=null;}if(_0x498e6c[_0x1f87d9(0x17d)]){if(_0x5ea29c[_0x1f87d9(0x147)](_0x5ea29c[_0x1f87d9(0x18d)],_0x5ea29c[_0x1f87d9(0x174)]))_0xe6167c[_0x1f87d9(0x16e)](_0x2ac351[_0x1f87d9(0x283)]);else return _0x498e6c[_0x1f87d9(0x17d)];}return null;};[a18_0x16dd9b(0x230)]=_0x53bfa3=>{const _0x418040=a18_0x16dd9b,_0x21122a={'qGqsN':_0x418040(0x231),'pYOZl':function(_0x1b7942,_0x21ac8e){return _0x1b7942(_0x21ac8e);},'ezJrB':function(_0x1ae6b1,_0x4295bf){return _0x1ae6b1+_0x4295bf;},'FhTYS':_0x418040(0x1f3),'IhoKh':function(_0x17a87a,_0x58efbe){return _0x17a87a!==_0x58efbe;},'ygoFw':_0x418040(0x254),'EbTsV':function(_0x11cd2e,_0x1c75bf){return _0x11cd2e===_0x1c75bf;},'rcWgr':'YIruI','eiKtq':'QYuIf','ThTmC':_0x418040(0x1c5)};if(!_0x53bfa3||!_0x53bfa3[_0x418040(0x21e)]){if(_0x21122a['EbTsV'](_0x21122a[_0x418040(0x282)],_0x21122a[_0x418040(0x27c)])){try{const _0x3803dc=this[_0x418040(0x24d)](_0x1ef3a8);return _0x3803dc[_0x418040(0x150)](_0x21122a[_0x418040(0x13e)]);}catch(_0x54e058){_0x21122a[_0x418040(0x281)](_0x487069,_0x21122a[_0x418040(0x2bc)](_0x21122a[_0x418040(0x1e6)],_0x54e058));}return![];}else return;}_0x53bfa3[_0x418040(0x21e)][_0x418040(0x1a1)][_0x418040(0x149)](_0x51ad33=>{const _0x5cccdd=_0x418040;if(_0x21122a[_0x5cccdd(0x1d0)](_0x21122a[_0x5cccdd(0x284)],_0x21122a[_0x5cccdd(0x284)]))return;else!_0x51ad33[_0x5cccdd(0x283)]&&(_0x21122a[_0x5cccdd(0x2a0)](_0x21122a[_0x5cccdd(0x25b)],_0x21122a[_0x5cccdd(0x25b)])?_0x51ad33[_0x5cccdd(0x283)]=TestDetails[_0x5cccdd(0x168)](process[_0x5cccdd(0x1c7)]+_0x5cccdd(0x16b)):_0x592c47['hookAnalyticsId']&&!_0x21122a[_0x5cccdd(0x281)](_0x56cd3b,_0x541d16['fn'])&&!this[_0x5cccdd(0x18f)](_0x48f2e2)&&_0x45daa4[_0x5cccdd(0x16e)](_0x2b42ad[_0x5cccdd(0x283)]));}),this[_0x418040(0x230)](_0x53bfa3['parent']);};['resetTestHooks']=_0xbad2bf=>{const _0x19f5b9=a18_0x16dd9b,_0x5dcdba={};_0x5dcdba[_0x19f5b9(0x1f5)]=function(_0x1b0c6c,_0x182ab8){return _0x1b0c6c==_0x182ab8;},_0x5dcdba[_0x19f5b9(0x21f)]=function(_0x4940a9,_0x12efd3){return _0x4940a9===_0x12efd3;},_0x5dcdba['fBOIk']=function(_0x957edf,_0x578ca8){return _0x957edf===_0x578ca8;},_0x5dcdba[_0x19f5b9(0x1ca)]='.git',_0x5dcdba[_0x19f5b9(0x14b)]=_0x19f5b9(0x1af),_0x5dcdba[_0x19f5b9(0x1dc)]=function(_0x3c0b5d,_0x5749dd){return _0x3c0b5d===_0x5749dd;},_0x5dcdba['nPKMq']=_0x19f5b9(0x155),_0x5dcdba['ufsai']=_0x19f5b9(0x24b),_0x5dcdba[_0x19f5b9(0x166)]=_0x19f5b9(0x1f6),_0x5dcdba[_0x19f5b9(0x22e)]=_0x19f5b9(0x2b7),_0x5dcdba[_0x19f5b9(0x1e4)]='eFcDo',_0x5dcdba[_0x19f5b9(0x1a6)]=function(_0x4c94f4,_0x57ceb5){return _0x4c94f4===_0x57ceb5;},_0x5dcdba[_0x19f5b9(0x1b5)]=_0x19f5b9(0x16d);const _0x2cd6a1=_0x5dcdba;if(!_0xbad2bf||!_0xbad2bf['parent']){if(_0x2cd6a1['agnQI'](_0x2cd6a1['qTleL'],_0x2cd6a1[_0x19f5b9(0x1b5)]))return;else{const _0x3c5a83=_0x173515['sep'];if(_0x2cd6a1[_0x19f5b9(0x1f5)](_0x553258,null)||_0x2cd6a1['ZSDHs'](_0x5a7e6b,'')||_0x2cd6a1[_0x19f5b9(0x1f0)](_0x34cad4,_0x3c5a83))return null;try{return _0x1d4ec0[_0x19f5b9(0x1d1)](_0x280ef9[_0x19f5b9(0x1b6)](_0x4945d4,_0x2cd6a1[_0x19f5b9(0x1ca)],_0x2cd6a1['aRLjr'])),_0x24fb47;}catch(_0x3bcccc){const _0x5aa93e=_0x21d460[_0x19f5b9(0x237)](_0x1fda1e);return this[_0x19f5b9(0x20b)](_0x5aa93e);}}}_0xbad2bf[_0x19f5b9(0x21e)][_0x19f5b9(0x1a1)][_0x19f5b9(0x149)](_0x4df705=>{const _0x13165d=_0x19f5b9;if(_0x2cd6a1[_0x13165d(0x1dc)](_0x2cd6a1[_0x13165d(0x23f)],_0x2cd6a1[_0x13165d(0x23f)])){if([_0x2cd6a1[_0x13165d(0x219)],_0x2cd6a1[_0x13165d(0x166)]]['includes'](_0x4df705[_0x13165d(0x15c)])&&_0x4df705[_0x13165d(0x283)]){if(_0x2cd6a1[_0x13165d(0x21f)](_0x2cd6a1[_0x13165d(0x22e)],_0x2cd6a1['TwSHU']))return[];else _0x4df705[_0x13165d(0x283)]=null;}}else _0x48715e=this[_0x13165d(0x24d)](_0x522187);}),this[_0x19f5b9(0x230)](_0xbad2bf['parent']);};[a18_0x16dd9b(0x18f)](_0x448a55){const _0x498985=a18_0x16dd9b,_0x17a82d={'WlqXZ':function(_0x1a43c1,_0x1ab707){return _0x1a43c1===_0x1ab707;},'MfsEW':_0x498985(0x203),'AowSd':function(_0x1138cf,_0x4ee1c3){return _0x1138cf!==_0x4ee1c3;},'llMQl':_0x498985(0x249),'DxcwT':_0x498985(0x1b4),'jKjMb':_0x498985(0x1f9),'lmMqg':_0x498985(0x19a),'vDKzm':_0x498985(0x1ea),'gIjMC':_0x498985(0x15f),'baWgQ':_0x498985(0x231),'EJpiP':function(_0x5dad51,_0x19dc9b){return _0x5dad51!==_0x19dc9b;},'CEWoI':_0x498985(0x1fc),'ZxbWK':function(_0x687488,_0x35fd66){return _0x687488(_0x35fd66);},'WcHNx':function(_0x2325e1,_0xa822db){return _0x2325e1+_0xa822db;},'OfsLw':_0x498985(0x1f3)};try{if(_0x17a82d[_0x498985(0x262)](_0x17a82d[_0x498985(0x180)],_0x17a82d[_0x498985(0x2b4)]))[_0x4322f8[_0x498985(0x27e)],_0x1a2a98[_0x498985(0x286)]]=[_0x21ef8f[_0x498985(0x15c)],this['getName'](_0x30a289)],_0x17a82d[_0x498985(0x262)](_0x2f054d,_0x17a82d[_0x498985(0x234)])&&(_0x17a82d['AowSd'](_0x20c005['result'],_0x17a82d[_0x498985(0x25f)])&&(_0x3d6ae0[_0x498985(0x157)]=_0x17a82d['DxcwT']));else{const _0x39e177=this[_0x498985(0x24d)](_0x448a55);return _0x39e177[_0x498985(0x150)](_0x17a82d[_0x498985(0x295)]);}}catch(_0x188ed8){_0x17a82d[_0x498985(0x222)](_0x17a82d[_0x498985(0x2b6)],_0x17a82d[_0x498985(0x2b6)])?_0x41c54a[_0x17a82d[_0x498985(0x1ee)]]=_0x424010[_0x17a82d[_0x498985(0x148)]]:_0x17a82d[_0x498985(0x2ab)](debug,_0x17a82d[_0x498985(0x263)](_0x17a82d[_0x498985(0x201)],_0x188ed8));}return![];}[a18_0x16dd9b(0x2b1)]=_0x20aafb=>{const _0x4938a7=a18_0x16dd9b,_0x92a167={'xhbWZ':_0x4938a7(0x140),'lUMUO':_0x4938a7(0x1af),'coonJ':_0x4938a7(0x17c),'RFeRO':function(_0x650a98,_0x32b701){return _0x650a98!==_0x32b701;},'CjEUo':'kzGHE','srcrL':'zQKHQ','Gpaab':function(_0x37d761,_0x5c5e56){return _0x37d761(_0x5c5e56);},'hEuwf':_0x4938a7(0x214),'AtYnl':'enXcq','MjaUH':'CWoBN','qAqOQ':_0x4938a7(0x18a)};if(!_0x20aafb||!_0x20aafb[_0x4938a7(0x21e)])return _0x92a167['RFeRO'](_0x92a167['MjaUH'],_0x92a167['qAqOQ'])?[]:(_0xe88104[_0x4938a7(0x1d1)](_0x2ffdfa[_0x4938a7(0x1b6)](_0x40422d,_0x92a167[_0x4938a7(0x12f)],_0x92a167[_0x4938a7(0x25d)])),_0x1eed78);const _0x4b446a=[];return _0x20aafb['parent'][_0x4938a7(0x1a1)][_0x4938a7(0x149)](_0x5547d0=>{const _0x2381a3=_0x4938a7,_0xb9106a={};_0xb9106a[_0x2381a3(0x1eb)]=_0x92a167['coonJ'];const _0x21bc2=_0xb9106a;_0x92a167['RFeRO'](_0x92a167[_0x2381a3(0x245)],_0x92a167[_0x2381a3(0x136)])?_0x5547d0[_0x2381a3(0x283)]&&!_0x92a167['Gpaab'](isInternalHook,_0x5547d0['fn'])&&!this['isJestInternalHook'](_0x5547d0)&&(_0x92a167[_0x2381a3(0x1ff)](_0x92a167['hEuwf'],_0x92a167[_0x2381a3(0x276)])?_0x4b446a[_0x2381a3(0x16e)](_0x5547d0[_0x2381a3(0x283)]):(this[_0x2381a3(0x2ad)]['push'](_0x318cee),_0x3b61b5[_0x2381a3(0x1a1)]=this[_0x2381a3(0x2b1)](_0x5a4cae),this['resetTestHooks'](_0x1a878e))):_0x3fe834=[_0x22c936,_0x21bc2[_0x2381a3(0x1eb)]];}),[..._0x4b446a,...this[_0x4938a7(0x2b1)](_0x20aafb[_0x4938a7(0x21e)])];};},[a18_0x16dd9b(0x1c2),a18_0x16dd9b(0x2a1),a18_0x16dd9b(0x14a),a18_0x16dd9b(0x292),a18_0x16dd9b(0x1f7),a18_0x16dd9b(0x20b),a18_0x16dd9b(0x244),'appendTestPlatform','analyticsResult',a18_0x16dd9b(0x29f),a18_0x16dd9b(0x24d),a18_0x16dd9b(0x230),a18_0x16dd9b(0x2a5),a18_0x16dd9b(0x2b1),'configureGit']);
@@ -1 +1 @@
1
- const a19_0x443879=a19_0x19c9;function a19_0x256e(){const _0x1f6d26=['_test','shutdown','exports','poIEf','1570460kPExCY','20344iHnHhU','OITwY','homedir','6hQarvI','env','815615rpWOCL','twQsy','UFyER','getTestRunIdFromTestInfo','removeTestUUID','toString','recursive','onCup','readFileSync','rmSync','unlinkSync','2552905tcrbrZ','join','XjhpB','parse','force','4023344pgLLbZ','getTestUUID','2430084qeKiji','rEWDM','mkdirSync','retry','existsSync','.browserstack','tests','dirPath','stringify','.json','BS_TESTOPS_BUILD_HASHED_ID','getFilePath','CWhRW','ttSRj','721vFvZOl','EqSgx','24050322fCbKjB','YEQQf','uuid','jest-o11y-'];a19_0x256e=function(){return _0x1f6d26;};return a19_0x256e();}function a19_0x19c9(_0x40070a,_0x5d3bca){const _0x256e6a=a19_0x256e();return a19_0x19c9=function(_0x19c935,_0x584157){_0x19c935=_0x19c935-0x1c8;let _0x24b0e2=_0x256e6a[_0x19c935];return _0x24b0e2;},a19_0x19c9(_0x40070a,_0x5d3bca);}(function(_0x3c7886,_0x803041){const _0x49425c=a19_0x19c9,_0x376570=_0x3c7886();while(!![]){try{const _0x4c5d0a=-parseInt(_0x49425c(0x1ef))/0x1+parseInt(_0x49425c(0x1e9))/0x2+-parseInt(_0x49425c(0x1d1))/0x3+-parseInt(_0x49425c(0x1cf))/0x4+-parseInt(_0x49425c(0x1ca))/0x5*(parseInt(_0x49425c(0x1ed))/0x6)+parseInt(_0x49425c(0x1df))/0x7*(parseInt(_0x49425c(0x1ea))/0x8)+parseInt(_0x49425c(0x1e1))/0x9;if(_0x4c5d0a===_0x803041)break;else _0x376570['push'](_0x376570['shift']());}catch(_0x208eee){_0x376570['push'](_0x376570['shift']());}}}(a19_0x256e,0x8cf4d));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a19_0x443879(0x1e3)),helper=require('../../../helpers/helper');class TestDetails{static [a19_0x443879(0x1d7)]={};static [a19_0x443879(0x1d8)]=path[a19_0x443879(0x1cb)](helper['homedir'](),'.browserstack','jest-o11y-'+process[a19_0x443879(0x1ee)][a19_0x443879(0x1db)]);static['setup'](){const _0x170448=a19_0x443879,_0x554944={};_0x554944[_0x170448(0x1f6)]=_0x170448(0x1d6);const _0x39f569=_0x554944;this[_0x170448(0x1d8)]=path['join'](helper[_0x170448(0x1ec)](),_0x39f569[_0x170448(0x1f6)],_0x170448(0x1e4)+process[_0x170448(0x1ee)][_0x170448(0x1db)]),this[_0x170448(0x1e6)]();const _0x16f8d5={};_0x16f8d5[_0x170448(0x1f5)]=!![],fs[_0x170448(0x1d3)](this['dirPath'],_0x16f8d5);}static['getFilePath'](_0x57ab6d){const _0x4e028f=a19_0x443879,_0x5459fc={};_0x5459fc[_0x4e028f(0x1dd)]=function(_0x283577,_0x2b94c9){return _0x283577+_0x2b94c9;},_0x5459fc[_0x4e028f(0x1f0)]=_0x4e028f(0x1da);const _0x3ba139=_0x5459fc;return path[_0x4e028f(0x1cb)](this[_0x4e028f(0x1d8)],_0x3ba139[_0x4e028f(0x1dd)](_0x57ab6d,_0x3ba139[_0x4e028f(0x1f0)]));}static[a19_0x443879(0x1f2)](_0x20e2bc){const _0x15b390=a19_0x443879,_0x146e86={};_0x146e86['YEQQf']=function(_0x503e33,_0x487160){return _0x503e33+_0x487160;},_0x146e86[_0x15b390(0x1d2)]=function(_0x4a9687,_0x33619d){return _0x4a9687+_0x33619d;},_0x146e86['ttSRj']=function(_0x3d2fc3,_0x1a8919){return _0x3d2fc3+_0x1a8919;};const _0x3bd60e=_0x146e86;return _0x3bd60e[_0x15b390(0x1e2)](_0x3bd60e['YEQQf'](_0x3bd60e[_0x15b390(0x1d2)](_0x3bd60e[_0x15b390(0x1de)](_0x20e2bc[_0x15b390(0x1e5)]['_projectId'],'-'),_0x20e2bc[_0x15b390(0x1e5)]['id']),'-'),_0x20e2bc[_0x15b390(0x1d4)]);}static[a19_0x443879(0x1d0)](_0xc904ee){const _0x314a73=a19_0x443879,_0x25b759={};_0x25b759[_0x314a73(0x1e0)]=function(_0x42e60c,_0x2441f1){return _0x42e60c!==_0x2441f1;},_0x25b759['ODfoW']=_0x314a73(0x1e8),_0x25b759[_0x314a73(0x1cc)]=_0x314a73(0x1f1);const _0x33b8a7=_0x25b759,_0x353cac=this[_0x314a73(0x1dc)](_0xc904ee);if(fs[_0x314a73(0x1d5)](_0x353cac)){if(_0x33b8a7['EqSgx'](_0x33b8a7['ODfoW'],_0x33b8a7['XjhpB'])){const _0x47c392=JSON[_0x314a73(0x1cd)](fs[_0x314a73(0x1f7)](_0x353cac)[_0x314a73(0x1f4)]());return this[_0x314a73(0x1d7)][_0xc904ee]=_0x47c392,this[_0x314a73(0x1d7)][_0xc904ee][_0x314a73(0x1e3)];}else{const _0x4679a3=_0x1c98d3[_0x314a73(0x1cd)](_0x241d02[_0x314a73(0x1f7)](_0x5d65f7)[_0x314a73(0x1f4)]());return this[_0x314a73(0x1d7)][_0x59cec6]=_0x4679a3,this[_0x314a73(0x1d7)][_0x347124][_0x314a73(0x1e3)];}}}static['setTestUUID'](_0xe87282){const _0x33031a=a19_0x443879,_0xba0dcc={'OITwY':function(_0x42ba71){return _0x42ba71();}},_0x3fe53f=this[_0x33031a(0x1dc)](_0xe87282);return this['tests'][_0xe87282]={'uuid':_0xba0dcc[_0x33031a(0x1eb)](uuidv4)},fs['writeFileSync'](_0x3fe53f,JSON[_0x33031a(0x1d9)](this[_0x33031a(0x1d7)][_0xe87282])),this['tests'][_0xe87282]['uuid'];}static[a19_0x443879(0x1f3)](_0x55cfe2){const _0x22d544=a19_0x443879,_0x405f61=this[_0x22d544(0x1dc)](_0x55cfe2);fs['existsSync'](_0x405f61)&&fs[_0x22d544(0x1c9)](_0x405f61);}static[a19_0x443879(0x1e6)](){const _0x281ba0=a19_0x443879,_0x134b28={};_0x134b28[_0x281ba0(0x1f5)]=!![],_0x134b28[_0x281ba0(0x1ce)]=!![],fs[_0x281ba0(0x1c8)](this['dirPath'],_0x134b28);}}module[a19_0x443879(0x1e7)]=TestDetails;
1
+ const a19_0x5ef677=a19_0x1f96;function a19_0x1ed7(){const _0x20029a=['cptAu','cATym','CLnoa','_projectId','1WycIgl','existsSync','bezhO','jest-o11y-','toString','getFilePath','1782zfIdpb','homedir','env','162945cAtlBK','1464240xyPJLN','UfYKA','uuid','573838ndlFtB','rmSync','unlinkSync','290TkpGFX','WelFb','3300312QodRSY','join','setup','shutdown','tBMMu','gWCvi','eajdm','force','mkdirSync','OxzZa','tests','../../../helpers/helper','lfOiH','.browserstack','getTestUUID','dirPath','_test','3066DlyRga','exports','writeFileSync','JisrZ','1852332zSbbqv','hLVpc','2303536WqQIeA'];a19_0x1ed7=function(){return _0x20029a;};return a19_0x1ed7();}(function(_0x37bf80,_0x51291e){const _0x227a74=a19_0x1f96,_0x369609=_0x37bf80();while(!![]){try{const _0x4b0e06=-parseInt(_0x227a74(0x1cf))/0x1*(parseInt(_0x227a74(0x1ae))/0x2)+parseInt(_0x227a74(0x1c8))/0x3+parseInt(_0x227a74(0x1ca))/0x4+-parseInt(_0x227a74(0x1d9))/0x5+parseInt(_0x227a74(0x1d5))/0x6*(-parseInt(_0x227a74(0x1c4))/0x7)+parseInt(_0x227a74(0x1b3))/0x8+parseInt(_0x227a74(0x1d8))/0x9*(-parseInt(_0x227a74(0x1b1))/0xa);if(_0x4b0e06===_0x51291e)break;else _0x369609['push'](_0x369609['shift']());}catch(_0x5bd606){_0x369609['push'](_0x369609['shift']());}}}(a19_0x1ed7,0x5a919));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require('uuid'),helper=require(a19_0x5ef677(0x1be));function a19_0x1f96(_0x76d135,_0x2448de){const _0x1ed714=a19_0x1ed7();return a19_0x1f96=function(_0x1f9632,_0x47e1fd){_0x1f9632=_0x1f9632-0x1ae;let _0xad6ac4=_0x1ed714[_0x1f9632];return _0xad6ac4;},a19_0x1f96(_0x76d135,_0x2448de);}class TestDetails{static [a19_0x5ef677(0x1bd)]={};static [a19_0x5ef677(0x1c2)]=path['join'](helper[a19_0x5ef677(0x1d6)](),a19_0x5ef677(0x1c0),a19_0x5ef677(0x1d2)+process['env']['BS_TESTOPS_BUILD_HASHED_ID']);static[a19_0x5ef677(0x1b5)](){const _0x4746c0=a19_0x5ef677,_0x3f334f={};_0x3f334f[_0x4746c0(0x1d1)]=_0x4746c0(0x1c0);const _0x32423c=_0x3f334f;this[_0x4746c0(0x1c2)]=path['join'](helper[_0x4746c0(0x1d6)](),_0x32423c[_0x4746c0(0x1d1)],_0x4746c0(0x1d2)+process[_0x4746c0(0x1d7)]['BS_TESTOPS_BUILD_HASHED_ID']),this['shutdown']();const _0x1e84e8={};_0x1e84e8['recursive']=!![],fs[_0x4746c0(0x1bb)](this[_0x4746c0(0x1c2)],_0x1e84e8);}static[a19_0x5ef677(0x1d4)](_0xdb4c4c){const _0x2783bb=a19_0x5ef677,_0x1c8367={};_0x1c8367['CLnoa']=function(_0x80c881,_0x3bdaa5){return _0x80c881+_0x3bdaa5;},_0x1c8367['WelFb']='.json';const _0x1533f7=_0x1c8367;return path[_0x2783bb(0x1b4)](this[_0x2783bb(0x1c2)],_0x1533f7[_0x2783bb(0x1cd)](_0xdb4c4c,_0x1533f7[_0x2783bb(0x1b2)]));}static['getTestRunIdFromTestInfo'](_0x1061d5){const _0x701c68=a19_0x5ef677,_0x217e13={};_0x217e13[_0x701c68(0x1c9)]=function(_0x1bb4c6,_0x5adcdc){return _0x1bb4c6+_0x5adcdc;},_0x217e13['JisrZ']=function(_0x527386,_0x200f2e){return _0x527386+_0x200f2e;};const _0x54de2=_0x217e13;return _0x54de2[_0x701c68(0x1c9)](_0x54de2[_0x701c68(0x1c9)](_0x54de2[_0x701c68(0x1c9)](_0x54de2[_0x701c68(0x1c7)](_0x1061d5[_0x701c68(0x1c3)]['_projectId'],'-'),_0x1061d5['_test']['id']),'-'),_0x1061d5['retry']);}static[a19_0x5ef677(0x1c1)](_0x82ef38){const _0x1bc352=a19_0x5ef677,_0x3fdbcb={};_0x3fdbcb[_0x1bc352(0x1b8)]=function(_0x8336ac,_0x3e1d0c){return _0x8336ac+_0x3e1d0c;},_0x3fdbcb['cptAu']=function(_0x47ea19,_0x43b535){return _0x47ea19+_0x43b535;},_0x3fdbcb[_0x1bc352(0x1bc)]=function(_0x130fac,_0x23f68e){return _0x130fac+_0x23f68e;},_0x3fdbcb[_0x1bc352(0x1b7)]=function(_0x5ed6fe,_0x584494){return _0x5ed6fe!==_0x584494;},_0x3fdbcb[_0x1bc352(0x1da)]='fqmKh',_0x3fdbcb[_0x1bc352(0x1bf)]=_0x1bc352(0x1b9);const _0x202fcf=_0x3fdbcb,_0x49ed5a=this[_0x1bc352(0x1d4)](_0x82ef38);if(fs[_0x1bc352(0x1d0)](_0x49ed5a)){if(_0x202fcf[_0x1bc352(0x1b7)](_0x202fcf[_0x1bc352(0x1da)],_0x202fcf[_0x1bc352(0x1bf)])){const _0x48852a=JSON['parse'](fs['readFileSync'](_0x49ed5a)[_0x1bc352(0x1d3)]());return this['tests'][_0x82ef38]=_0x48852a,this[_0x1bc352(0x1bd)][_0x82ef38][_0x1bc352(0x1db)];}else return _0x202fcf[_0x1bc352(0x1b8)](_0x202fcf[_0x1bc352(0x1b8)](_0x202fcf[_0x1bc352(0x1cb)](_0x202fcf[_0x1bc352(0x1bc)](_0x38e823[_0x1bc352(0x1c3)][_0x1bc352(0x1ce)],'-'),_0x304196[_0x1bc352(0x1c3)]['id']),'-'),_0x2f16f1['retry']);}}static['setTestUUID'](_0x54d02e){const _0x27075a=a19_0x5ef677,_0xe0c26d={'cATym':function(_0xa7a325){return _0xa7a325();}},_0x542115=this['getFilePath'](_0x54d02e);return this[_0x27075a(0x1bd)][_0x54d02e]={'uuid':_0xe0c26d[_0x27075a(0x1cc)](uuidv4)},fs[_0x27075a(0x1c6)](_0x542115,JSON['stringify'](this[_0x27075a(0x1bd)][_0x54d02e])),this['tests'][_0x54d02e][_0x27075a(0x1db)];}static['removeTestUUID'](_0x2ce11f){const _0x406aa=a19_0x5ef677,_0x3bb56a=this[_0x406aa(0x1d4)](_0x2ce11f);fs[_0x406aa(0x1d0)](_0x3bb56a)&&fs[_0x406aa(0x1b0)](_0x3bb56a);}static[a19_0x5ef677(0x1b6)](){const _0x4ff347=a19_0x5ef677,_0x2f2282={};_0x2f2282['recursive']=!![],_0x2f2282[_0x4ff347(0x1ba)]=!![],fs[_0x4ff347(0x1af)](this[_0x4ff347(0x1c2)],_0x2f2282);}}module[a19_0x5ef677(0x1c5)]=TestDetails;