browserstack-node-sdk 1.31.7 → 1.31.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) 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/config/constants.js +1 -1
  18. package/ats/src/config/logger.js +1 -1
  19. package/ats/src/index.js +1 -1
  20. package/ats/src/utils/AWSUtils.js +1 -1
  21. package/ats/src/utils/createAutoscalerStack.js +1 -1
  22. package/ats/src/utils/createClusterStack.js +1 -1
  23. package/ats/src/utils/createk8sClient.js +1 -1
  24. package/ats/src/utils/deleteStack.js +1 -1
  25. package/ats/src/utils/gridComponents.js +1 -1
  26. package/ats/src/utils/hstUtils.js +1 -1
  27. package/ats/src/utils/instrumentationUtils.js +1 -1
  28. package/ats/src/utils/userInput.js +1 -1
  29. package/ats/src/utils/utilityMethods.js +1 -1
  30. package/ats/src/utils/webSocketUtils.js +1 -1
  31. package/package.json +1 -1
  32. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  33. package/src/bin/codeceptjs/command.js +1 -1
  34. package/src/bin/cucumber-js/command.js +1 -1
  35. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  37. package/src/bin/cucumber-js/test.setup.js +1 -1
  38. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  39. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  40. package/src/bin/jest/command.js +1 -1
  41. package/src/bin/jest/customImplements/customCircus.js +1 -1
  42. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  43. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  44. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  45. package/src/bin/jest/jest.setup.js +1 -1
  46. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  47. package/src/bin/jest/test-observability/helper.js +1 -1
  48. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  49. package/src/bin/jest/test-observability/test-details.js +1 -1
  50. package/src/bin/jest/test_before.setup.js +1 -1
  51. package/src/bin/launcher/launcher.js +1 -1
  52. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  53. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  54. package/src/bin/mocha/command.js +1 -1
  55. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  56. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  57. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  58. package/src/bin/mocha/test.setup.js +1 -1
  59. package/src/bin/nightwatch/command.js +1 -1
  60. package/src/bin/playwright/accessibility-helper.js +1 -1
  61. package/src/bin/playwright/command.js +1 -1
  62. package/src/bin/playwright/globalSetup.js +1 -1
  63. package/src/bin/playwright/mock-process.js +1 -1
  64. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  65. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  66. package/src/bin/playwright/reporter/reporter.js +1 -1
  67. package/src/bin/playwright/reporter/test-details.js +1 -1
  68. package/src/bin/runner.js +1 -1
  69. package/src/bin/setup.js +1 -1
  70. package/src/bin/test-runner/index.js +1 -1
  71. package/src/bin/test-runner/runTest.js +1 -1
  72. package/src/bin/test-runner/testWorker.js +1 -1
  73. package/src/bin/utils/constants.js +1 -1
  74. package/src/bin/utils/log4jsAppender.js +1 -1
  75. package/src/bin/utils/logPatcher.js +1 -1
  76. package/src/bin/utils/logReportingAPI.js +1 -1
  77. package/src/bin/vanilla-js/command.js +1 -1
  78. package/src/browserStackSdk.js +1 -1
  79. package/src/helpers/BrowserStackSetup.js +1 -1
  80. package/src/helpers/accessibility-automation/constants.js +1 -1
  81. package/src/helpers/accessibility-automation/helper.js +1 -1
  82. package/src/helpers/ats/constants.js +1 -1
  83. package/src/helpers/ats/helper.js +1 -1
  84. package/src/helpers/capsMapping.js +1 -1
  85. package/src/helpers/helper.js +1 -1
  86. package/src/helpers/logger.js +1 -1
  87. package/src/helpers/patchHelpers.js +1 -1
  88. package/src/helpers/percy/Percy.js +1 -1
  89. package/src/helpers/percy/PercyBinary.js +1 -1
  90. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  91. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  92. package/src/helpers/percy/PercySDK.js +1 -1
  93. package/src/helpers/percy/index.js +1 -1
  94. package/src/helpers/percy/utils.js +1 -1
  95. package/src/helpers/performance-tester.js +1 -0
  96. package/src/helpers/request-spy.js +1 -1
  97. package/src/helpers/setKeepAlive.js +1 -1
  98. package/src/helpers/test-observability/constants.js +1 -1
  99. package/src/helpers/test-observability/error-handler.js +1 -1
  100. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  101. package/src/helpers/test-observability/sessionHandler.js +1 -1
  102. package/src/helpers/test-observability/utils.js +1 -1
  103. package/src/helpers/w3cMapping.js +1 -1
  104. package/src/hubAllocationMethods.js +1 -1
  105. package/src/index.js +1 -1
  106. package/src/helpers/test-observability/performance-tester.js +0 -1
@@ -1 +1 @@
1
- const a13_0x52eb1a=a13_0x2e59;(function(_0xab422d,_0x1c7c4d){const _0x1644a4=a13_0x2e59,_0x1b2d67=_0xab422d();while(!![]){try{const _0x375de1=-parseInt(_0x1644a4(0x156))/0x1+-parseInt(_0x1644a4(0x120))/0x2*(parseInt(_0x1644a4(0x12d))/0x3)+-parseInt(_0x1644a4(0x16b))/0x4*(parseInt(_0x1644a4(0x18b))/0x5)+-parseInt(_0x1644a4(0x10a))/0x6+parseInt(_0x1644a4(0x19e))/0x7+-parseInt(_0x1644a4(0x111))/0x8+parseInt(_0x1644a4(0x103))/0x9;if(_0x375de1===_0x1c7c4d)break;else _0x1b2d67['push'](_0x1b2d67['shift']());}catch(_0x45708b){_0x1b2d67['push'](_0x1b2d67['shift']());}}}(a13_0x962b,0x41ceb));const {isTestObservabilitySession,sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a13_0x52eb1a(0x133));let __error_messages__=[];function a13_0x962b(){const _0x5e4fb0=['cPrFf','../../helpers/logger','XuGvK','PekFh','../../helpers/helper','info','aHFHP','UzIdf','FmOeb','nXGzM','lPDEP','vbyod','QbIsM','lPrGk','XDKkK','pcMXw','ZgKLt','aCGLg','VlBPZ','VkzIi','KWjBV','ZvxYb','qaXPj','length','nmYRe','RJUiC','jDEey','MnKje','LkwmB','NoGHM','TpqNY','kkpre','MRxPL','JVhto','Failed\x20to\x20store\x20session\x20name:\x20','czfuZ','xmUgz','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','LrXQg','36185XuOysP','RFzFN','error','AqaEs','setTimeout','gsfEK','xTBdo','env','getTestUUID','VkByP','YsAcB','initQuit','browserstackSessionName','FbqfJ','getInstance','YRndh','quitCount_','XqKON','riHVy','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','fsnPw','12308nDsPpz','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20','isArray','QMIjy','getCurrentUrl','Gxzwf','zrQiV','pNkOe','UcNID','aLbzv','ZxBhh','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','mpzPn','addReporter','\x22,\x22level\x22:\x20\x22error\x22}}','JSBhs','eUXrU','shift','CqgGg','failedExpectations','cvqRK','pzPtM','PposA','jxPwh','fMqGc','imvOD','CDMkF','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','EnrAW','./test-observability/test-details','__drivers','executeScript','565rfKIBA','DofxA','KmtWZ','slice','getState','replace','DBJyO','specStarted','errors','Uvuvw','.\x20Error\x20:','SYkaS','cfLBI','alZrH','nxlRm','UcyQJ','SfWNM','titlePath','rPfbv','620249WUsxnk','zuvqp','sjAUG','QFykt','Exumf','../../helpers/percy/utils','SfVYF','winstonLogger','message','uDTww','stringify','ZVDLI','log','testcase','join','ooCCm','hVsgB','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','isAccessibilityPlatform','VETnC',',\x22level\x22:\x20\x22','OezAw','TcwYm','\x22}}','KqYNv','EjAjg','XcmkW','ZDLaM','capabilities','testPath','plJNs','nApsD','app','utLFT','name','iVYJU','passed','undefined','http:','GGBxI','15574626ouUlnD','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','TNhNf','currentTest','nPovV','debug','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','1328160iSqMES','session_','vRZoT','percyCaptureMode','Nzhmi','TtuSR','pendingUploads','4291104KXmKXs','WrMdR','HBKdP','KHXPq','BS_A11Y_TEST_RUN_ID','ubpdA','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','FjKPo','\x20|\x20','LbBBb','VsuTB','xEQbf','failed','PzQZj','SwbSc','27196QMHhmk','currentTestName','lFHpA','zKxhg','zflCx','removeAllListeners','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','executeAsyncScript','RXsUn','kyHlv','getEnv','appium:app','epuqc','90dBJSXK',':testAnalyticsId'];a13_0x962b=function(){return _0x5e4fb0;};return a13_0x962b();}const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a13_0x52eb1a(0xe0)),logger=require(a13_0x52eb1a(0x130))[a13_0x52eb1a(0xe2)],TestDetails=require(a13_0x52eb1a(0x188));function stripUnicode(_0x38f038){const _0x3bfe65=a13_0x52eb1a;return _0x38f038[_0x3bfe65(0x190)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0x11228e=a13_0x52eb1a,_0xcba3d2={'VkByP':function(_0x21bc65,_0x596030){return _0x21bc65(_0x596030);},'KqYNv':function(_0x2e2c33,_0x4fce00){return _0x2e2c33>_0x4fce00;},'FbqfJ':function(_0x533756,_0x3c44de){return _0x533756(_0x3c44de);},'riHVy':function(_0x47cd71,_0x3fc892){return _0x47cd71>_0x3fc892;},'ZDLaM':function(_0x1377d9,_0x504c30){return _0x1377d9(_0x504c30);},'HzLZk':function(_0x590955){return _0x590955();},'ubpdA':function(_0x156643,_0x2d7707){return _0x156643===_0x2d7707;},'fjveG':_0x11228e(0xeb),'EnrAW':'dqLDA','qaXPj':function(_0x5e7267,_0x3a8996){return _0x5e7267!==_0x3a8996;},'zKxhg':_0x11228e(0x149),'plJNs':_0x11228e(0x167),'Exumf':_0x11228e(0x100),'XuGvK':_0x11228e(0x141),'cPrFf':function(_0x66e736,_0x988d93){return _0x66e736===_0x988d93;},'ZxBhh':_0x11228e(0x136),'KmtWZ':function(_0x6a3d54,_0x19b686){return _0x6a3d54!==_0x19b686;},'pcMXw':'Iskmm','vbyod':_0x11228e(0x171),'BrMhH':function(_0x246f9a,_0x9beefd){return _0x246f9a!==_0x9beefd;},'UcyQJ':_0x11228e(0x11a),'KHXPq':_0x11228e(0xfa),'JSBhs':function(_0x2ecf7e,_0x5ce01c){return _0x2ecf7e(_0x5ce01c);},'jzIrn':function(_0x527a2b,_0x1b12ce){return _0x527a2b===_0x1b12ce;},'xEQbf':'jAkiC','YsAcB':_0x11228e(0x144),'MYXUO':function(_0x1f1cab,_0x5f1338){return _0x1f1cab!==_0x5f1338;},'QMIjy':_0x11228e(0x16a),'GfTLm':_0x11228e(0x139)};if(!_0xcba3d2['HzLZk'](isBrowserstackInfra)){if(_0xcba3d2[_0x11228e(0x116)](_0xcba3d2['fjveG'],_0xcba3d2[_0x11228e(0x187)]))_0x54a56e['log'](_0x3bd27f);else return;}if(!sessionNameProvided){if(_0xcba3d2[_0x11228e(0x145)](_0xcba3d2[_0x11228e(0x123)],_0xcba3d2[_0x11228e(0xf9)])){const _0x5ed689=expect[_0x11228e(0x18f)]()[_0x11228e(0x121)];await __drivers[0x0][_0x11228e(0x18a)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x5ed689+'\x22}}');}else _0x34c191[_0x11228e(0x108)](_0x11228e(0x151)+_0x31ae1a);}let _0x498d63=null,_0x1dbc87=![];if(_0xcba3d2[_0x11228e(0x145)](typeof jasmine,_0xcba3d2[_0x11228e(0x1a2)])){if(_0xcba3d2[_0x11228e(0x145)](_0xcba3d2[_0x11228e(0x131)],_0xcba3d2[_0x11228e(0x131)]))return;else jasmine[_0x11228e(0x106)][_0x11228e(0x17e)]&&_0xcba3d2[_0x11228e(0x168)](jasmine[_0x11228e(0x106)][_0x11228e(0x17e)][_0x11228e(0x146)],0x0)?_0xcba3d2[_0x11228e(0x12f)](_0xcba3d2['ZxBhh'],_0xcba3d2[_0x11228e(0x175)])?(_0x1dbc87=!![],_0x498d63=_0xcba3d2[_0x11228e(0x163)](stripUnicode,JSON[_0x11228e(0xe5)](jasmine[_0x11228e(0x106)]['failedExpectations'][0x0][_0x11228e(0xe3)]))):_0x214567[_0x11228e(0x106)]=_0x1c2c1f:_0xcba3d2[_0x11228e(0x18d)](_0xcba3d2[_0x11228e(0x13e)],_0xcba3d2['pcMXw'])?_0x9efacc=_0xcba3d2[_0x11228e(0x15f)](_0x48d885,_0xea8a20[_0x11228e(0xe5)](_0x254659[_0x11228e(0x106)]['description'])):_0x498d63=_0xcba3d2[_0x11228e(0xf6)](stripUnicode,JSON['stringify'](jasmine[_0x11228e(0x106)]['description']));}else _0xcba3d2[_0x11228e(0x116)](_0xcba3d2[_0x11228e(0x13a)],_0xcba3d2[_0x11228e(0x13a)])?testContext[_0x11228e(0x193)]&&_0xcba3d2['riHVy'](testContext[_0x11228e(0x193)][_0x11228e(0x146)],0x0)?_0xcba3d2['BrMhH'](_0xcba3d2[_0x11228e(0x19a)],_0xcba3d2[_0x11228e(0x114)])?(_0x1dbc87=!![],_0x498d63=_0xcba3d2[_0x11228e(0x17a)](stripUnicode,JSON['stringify'](testContext[_0x11228e(0x193)][0x0][0x0][_0x11228e(0xe3)]||testContext['errors'][0x0][0x0]))):_0x3b0466[_0x11228e(0xe7)](_0x33bade):_0xcba3d2['jzIrn'](_0xcba3d2[_0x11228e(0x11c)],_0xcba3d2['xEQbf'])?_0x498d63=_0xcba3d2[_0x11228e(0xf6)](stripUnicode,JSON[_0x11228e(0xe5)](testContext['name'])):_0x207cb5[_0x11228e(0x193)]&&_0xcba3d2[_0x11228e(0xf3)](_0x4a1237[_0x11228e(0x193)][_0x11228e(0x146)],0x0)?(_0x56fefc=!![],_0x22506c=_0xcba3d2[_0x11228e(0x15f)](_0x31bf1d,_0x1046e9['stringify'](_0x5bccf7[_0x11228e(0x193)][0x0][0x0][_0x11228e(0xe3)]||_0x1cafe6['errors'][0x0][0x0]))):_0x119d6f=_0xcba3d2[_0x11228e(0x163)](_0x8b9158,_0x374067[_0x11228e(0xe5)](_0x2c164d[_0x11228e(0xfd)])):_0x3407c7=![];_0x1dbc87?_0xcba3d2['KmtWZ'](_0xcba3d2['YsAcB'],_0xcba3d2[_0x11228e(0x160)])?_0x584d47[_0x11228e(0x106)][_0x11228e(0x17e)]&&_0xcba3d2['riHVy'](_0xdd3a2f[_0x11228e(0x106)][_0x11228e(0x17e)][_0x11228e(0x146)],0x0)?(_0x3d2273=!![],_0x31e181=_0xcba3d2[_0x11228e(0xf6)](_0x27b299,_0x551224[_0x11228e(0xe5)](_0x262706[_0x11228e(0x106)][_0x11228e(0x17e)][0x0]['message']))):_0x21aeff=_0xcba3d2[_0x11228e(0x15f)](_0x5982f9,_0x36f3a7[_0x11228e(0xe5)](_0x5e02ee[_0x11228e(0x106)]['description'])):(__error_messages__['push'](_0x498d63),await __drivers[0x0]['executeScript'](_0x11228e(0x169)+_0x498d63+_0x11228e(0x179))):_0xcba3d2['MYXUO'](_0xcba3d2[_0x11228e(0x16e)],_0xcba3d2['GfTLm'])?await __drivers[0x0]['executeScript'](_0x11228e(0x109)+_0x498d63+'\x22,\x22level\x22:\x20\x22info\x22}}'):(_0x1811d8[_0x11228e(0x16d)](_0x5d2044)&&_0x4830a5[0x0]&&(_0xb86f9a[0x0][_0x11228e(0x162)]=_0x2e5470),_0x1039bf['browserstackSessionName']=_0x19a632);}function a13_0x2e59(_0x3fa764,_0x3b6ede){const _0x962b6=a13_0x962b();return a13_0x2e59=function(_0x2e5924,_0x574562){_0x2e5924=_0x2e5924-0xe0;let _0x2dc5ea=_0x962b6[_0x2e5924];return _0x2dc5ea;},a13_0x2e59(_0x3fa764,_0x3b6ede);}const executeAnnotate=async(_0x48dc4c,_0x3a83ab)=>{const _0x4570b8=a13_0x52eb1a;await global[_0x4570b8(0x189)][0x0][_0x4570b8(0x18a)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x48dc4c+_0x4570b8(0xef)+_0x3a83ab+_0x4570b8(0xf2));};async function driverCleanup(){const _0x360671=a13_0x52eb1a,_0x2a6413={'FNaLJ':_0x360671(0x186),'VkzIi':function(_0x17d986,_0xb0fec5){return _0x17d986<=_0xb0fec5;},'UcNID':function(_0x29e82f,_0x356308){return _0x29e82f(_0x356308);},'ZMVqs':function(_0x125054){return _0x125054();},'XDKkK':function(_0x5fae9c,_0x20d826){return _0x5fae9c<=_0x20d826;},'zsWya':function(_0x315cb4,_0x299bc4){return _0x315cb4(_0x299bc4);},'SZzDl':function(_0x5a8994,_0x3e2b58,_0x23a25d){return _0x5a8994(_0x3e2b58,_0x23a25d);},'OezAw':function(_0x1217ea,_0x471bb4){return _0x1217ea(_0x471bb4);},'VsnHL':function(_0x4f8c01){return _0x4f8c01();},'LkwmB':function(_0x13b72b,_0x18e6f1){return _0x13b72b===_0x18e6f1;},'TNhNf':_0x360671(0x197),'QbIsM':_0x360671(0x17f),'mpzPn':function(_0x4d190e,_0x3a9b67){return _0x4d190e===_0x3a9b67;},'kkpre':'LuFqM','SfVYF':function(_0x384b4a,_0x23b7f3){return _0x384b4a>_0x23b7f3;},'DBJyO':function(_0x2ef4e5,_0x35deb9){return _0x2ef4e5===_0x35deb9;},'WrMdR':'RROZD','Nzhmi':'ixnVz','nxlRm':function(_0x25458f,_0x2677a3,_0x593e9,_0x5410d4){return _0x25458f(_0x2677a3,_0x593e9,_0x5410d4);},'zflCx':_0x360671(0x11d),'aLbzv':_0x360671(0x119),'vRZoT':'rKBsb','sjAUG':_0x360671(0x12c),'uDTww':function(_0x301eb2,_0x2d0757,_0x13580d){return _0x301eb2(_0x2d0757,_0x13580d);},'alZrH':_0x360671(0xff),'TtuSR':function(_0x37b7b5,_0x55298c){return _0x37b7b5!==_0x55298c;},'pNkOe':_0x360671(0x128),'EjAjg':'DdqIv','aHFHP':_0x360671(0x19b),'ynndM':_0x360671(0x102),'XcmkW':_0x360671(0x13c),'kyHlv':function(_0x1ca827,_0x2fc9c6){return _0x1ca827!==_0x2fc9c6;},'nPovV':_0x360671(0x11e)};if(!_0x2a6413['VsnHL'](isBrowserstackInfra)){if(_0x2a6413[_0x360671(0x14b)](_0x2a6413[_0x360671(0x105)],_0x2a6413[_0x360671(0x13b)]))_0x432def[_0x360671(0x134)](_0x2a6413['FNaLJ']);else return;}let _0x599e67=![];try{if(_0x2a6413[_0x360671(0x177)](_0x2a6413[_0x360671(0x14e)],_0x2a6413[_0x360671(0x14e)]))await __drivers[0x0][_0x360671(0x10b)],_0x599e67=!![],_0x2a6413[_0x360671(0xe1)](__error_messages__[_0x360671(0x146)],0x0)?_0x2a6413[_0x360671(0x191)](_0x2a6413[_0x360671(0x112)],_0x2a6413[_0x360671(0x10e)])?_0xd72a86[_0x360671(0x158)](_0x360671(0x154)+this[_0x360671(0x106)][_0x360671(0x19c)]()+_0x360671(0x195),_0x2309ac):await _0x2a6413[_0x360671(0x199)](markSessionStatus,__drivers[0x0],_0x2a6413[_0x360671(0x124)],__error_messages__[_0x360671(0xe9)](_0x2a6413[_0x360671(0x174)])):_0x2a6413['mpzPn'](_0x2a6413[_0x360671(0x10c)],_0x2a6413[_0x360671(0x1a0)])?_0x44d6cd[_0x360671(0x158)](_0x360671(0x104)+_0x1b0327):await _0x2a6413[_0x360671(0xe4)](markSessionStatus,__drivers[0x0],_0x2a6413[_0x360671(0x198)]);else return;}catch(_0x3b99c5){_0x2a6413[_0x360671(0x10f)](_0x2a6413['pNkOe'],_0x2a6413[_0x360671(0x172)])?_0x2a6413[_0x360671(0x142)](_0x47cb6c['getInstance']()[_0x360671(0x110)],0x0)&&(_0x2a6413[_0x360671(0x173)](_0x114d39,_0x2ebbc8),_0x2a6413['ZMVqs'](_0x17ab40)):console[_0x360671(0xe7)](_0x3b99c5);}__error_messages__=[];if(_0x599e67){if(_0x2a6413[_0x360671(0x10f)](_0x2a6413[_0x360671(0xf4)],_0x2a6413[_0x360671(0x135)]))try{if(_0x2a6413[_0x360671(0x177)](_0x2a6413['ynndM'],_0x2a6413[_0x360671(0xf5)])){const _0x203e93={'xmUgz':function(_0xa197fc,_0x5dd7d9){const _0x2504e8=_0x360671;return _0x2a6413[_0x2504e8(0x13d)](_0xa197fc,_0x5dd7d9);},'PekFh':function(_0x49641f,_0x1b7611){return _0x2a6413['zsWya'](_0x49641f,_0x1b7611);},'ooCCm':function(_0x3af70b){return _0x2a6413['ZMVqs'](_0x3af70b);}},_0x138298=_0x2a6413['SZzDl'](_0x1d322f,async()=>{const _0x39c761=_0x360671;_0x203e93[_0x39c761(0x153)](_0x3b4013[_0x39c761(0x164)]()['pendingUploads'],0x0)&&(_0x203e93[_0x39c761(0x132)](_0x3cc625,_0x138298),_0x203e93[_0x39c761(0xea)](_0x169a0f));},0x3e8);}else await __drivers[0x0][_0x360671(0x161)]();}catch(_0xab7ba7){_0x2a6413[_0x360671(0x129)](_0x2a6413[_0x360671(0x107)],_0x2a6413[_0x360671(0x107)])?(_0x37f2e6=!![],_0x7fd983=_0x2a6413['zsWya'](_0x4bf082,_0x5363e9[_0x360671(0xe5)](_0x1d08d5[_0x360671(0x106)]['failedExpectations'][0x0]['message']))):console[_0x360671(0xe7)](_0xab7ba7);}else _0x164650=!![],_0x56aa89=_0x2a6413[_0x360671(0xf0)](_0x47b9d7,_0x209c3b[_0x360671(0xe5)](_0x1e603[_0x360671(0x193)][0x0][0x0]['message']||_0x2255a4[_0x360671(0x193)][0x0][0x0]));}}beforeAll(async()=>{const _0x4095f2=a13_0x52eb1a,_0x180c47={'PposA':function(_0xbde852,_0x34d7d7){return _0xbde852===_0x34d7d7;},'QFykt':'vvrHl','NnQbh':function(_0x5ee03c,_0xd2b44f){return _0x5ee03c(_0xd2b44f);},'HBKdP':function(_0x20ec46){return _0x20ec46();},'VsuTB':_0x4095f2(0x176),'pzPtM':function(_0x3fa923,_0x3dd98b){return _0x3fa923(_0x3dd98b);},'aCGLg':function(_0x57ed24,_0x3ebece){return _0x57ed24!==_0x3ebece;},'IPGfr':_0x4095f2(0x100),'utLFT':'Gleqt','LrXQg':function(_0xf70aab,_0x245d74){return _0xf70aab===_0x245d74;},'iVYJU':_0x4095f2(0x17b),'BJStg':_0x4095f2(0x11f),'Gxzwf':_0x4095f2(0x19d),'czfuZ':_0x4095f2(0xee),'Uvuvw':function(_0x390a6b,_0x57c861){return _0x390a6b===_0x57c861;},'TcwYm':_0x4095f2(0x14f),'MnKje':_0x4095f2(0x185),'FjKPo':function(_0x58626e,_0x4c0a7b,_0xbcf8a4){return _0x58626e(_0x4c0a7b,_0xbcf8a4);}},_0x314db5='browserstack internal helper hook';_0x180c47[_0x4095f2(0x140)](typeof jasmine,_0x180c47['IPGfr'])&&(_0x180c47[_0x4095f2(0x181)](_0x180c47[_0x4095f2(0xfc)],_0x180c47[_0x4095f2(0xfc)])?jasmine[_0x4095f2(0x12a)]()[_0x4095f2(0x178)]({'specStarted':_0x183322=>{const _0x52f997=_0x4095f2;if(_0x180c47[_0x52f997(0x181)](_0x180c47['QFykt'],_0x180c47[_0x52f997(0x1a1)]))jasmine[_0x52f997(0x106)]=_0x183322;else{const _0x3e0121={};_0x3e0121[_0x52f997(0x192)]=_0x28123f=>{const _0x22d93e=_0x52f997;_0x3ecc3d[_0x22d93e(0x106)]=_0x28123f;},_0x5b37a4[_0x52f997(0x12a)]()['addReporter'](_0x3e0121);}}}):_0x309890=new _0x35a688(_0x3b32c4));let _0x45237c=![];try{_0x180c47[_0x4095f2(0x155)](_0x180c47[_0x4095f2(0xfe)],_0x180c47['BJStg'])?(_0x180c47['NnQbh'](_0x1614fb,_0x30209d),_0x180c47['HBKdP'](_0x2dc57c)):(await __drivers[0x0]['session_'],_0x45237c=!![]);}catch(_0x248b97){}if(_0x45237c)try{try{if(_0x180c47[_0x4095f2(0x140)](_0x180c47['Gxzwf'],_0x180c47[_0x4095f2(0x170)]))_0x2ba3d5[_0x4095f2(0x134)](_0x180c47[_0x4095f2(0x11b)]);else{if(_0x180c47[_0x4095f2(0x113)](isTestObservabilitySession)){if(_0x180c47[_0x4095f2(0x140)](_0x180c47[_0x4095f2(0x152)],_0x180c47['czfuZ']))return _0x1d70af[_0x4095f2(0x190)](/\\u001b\[.*?m/g,'')[_0x4095f2(0x18e)](0x1,-0x1);else global[_0x4095f2(0x189)][0x0]&&(_0x180c47[_0x4095f2(0x194)](_0x180c47[_0x4095f2(0xf1)],_0x180c47[_0x4095f2(0x14a)])?_0x3e6dbb=_0x180c47[_0x4095f2(0x180)](_0x12b98a,_0x215ef6[_0x4095f2(0xe5)](_0x4d0dfd[_0x4095f2(0xfd)])):await _0x180c47[_0x4095f2(0x118)](sendPlatformDetails,global[_0x4095f2(0x189)][0x0],TestDetails[_0x4095f2(0x15e)](process['pid']+':testAnalyticsId')));}}}catch{}}catch(_0x593793){}}),beforeEach(async()=>{const _0x3783d6=a13_0x52eb1a,_0x1abb76={'ZgKLt':function(_0x3f8498,_0x898b2a){return _0x3f8498>_0x898b2a;},'jxPwh':function(_0x562812){return _0x562812();},'FmOeb':function(_0x209ca9,_0x3d6186){return _0x209ca9>_0x3d6186;},'NoGHM':function(_0x49e660){return _0x49e660();},'lFHpA':function(_0x224afb,_0x7178a0,_0x3e8c9f){return _0x224afb(_0x7178a0,_0x3e8c9f);},'nXGzM':function(_0x10926c){return _0x10926c();},'JVhto':function(_0x24a9fb,_0x310921){return _0x24a9fb===_0x310921;},'gsfEK':_0x3783d6(0x101),'YTtLc':function(_0x5d3036,_0x30c8b9){return _0x5d3036===_0x30c8b9;},'dfhch':'https:','CqgGg':_0x3783d6(0x126),'JFWoG':function(_0x1b9d19){return _0x1b9d19();}},_0x24cb64='browserstack internal helper hook';try{_0x1abb76[_0x3783d6(0x13f)](__drivers[_0x3783d6(0x146)],0x1)&&(await _0x1abb76[_0x3783d6(0x182)](driverCleanup),__drivers[_0x3783d6(0x17c)]());const _0x33821d=expect[_0x3783d6(0x18f)]()['currentTestName'];try{Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x3783d6(0x162)]=_0x33821d),global[_0x3783d6(0x162)]=_0x33821d;}catch(_0x4633f1){logger[_0x3783d6(0x108)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x4633f1);}__drivers[0x0][_0x3783d6(0x162)]=_0x33821d;_0x1abb76[_0x3783d6(0x137)](__drivers[0x0][_0x3783d6(0x166)],0x0)&&await _0x1abb76[_0x3783d6(0x14c)](driverCleanup);const _0x528bd4=_0x1abb76[_0x3783d6(0x122)](shouldScanTestForAccessibility,_0x33821d,![]);if(_0x1abb76[_0x3783d6(0x138)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x3783d6(0xed)])try{const _0x1e5a2f=await __drivers[0x0][_0x3783d6(0x10b)];if(_0x1e5a2f){let _0x56e4f3=!![];const _0x2b9b0a=await __drivers[0x0][_0x3783d6(0x16f)]();let _0xc8c73f;try{_0xc8c73f=new URL(_0x2b9b0a);}catch(_0x330903){_0x56e4f3=![];}_0x56e4f3=_0x1abb76[_0x3783d6(0x150)](_0xc8c73f['protocol'],_0x1abb76[_0x3783d6(0x15b)])||_0x1abb76['YTtLc'](_0xc8c73f['protocol'],_0x1abb76['dfhch']),_0x56e4f3&&(_0x528bd4?(logger['info'](_0x1abb76[_0x3783d6(0x17d)]),await __drivers[0x0]['executeAsyncScript'](_0x3783d6(0x117))):await __drivers[0x0][_0x3783d6(0x18a)](_0x3783d6(0xec)));}}catch(_0x3c2cdd){logger[_0x3783d6(0x158)](_0x3783d6(0x104)+_0x3c2cdd);}_0x1abb76[_0x3783d6(0x137)](__drivers[0x0][_0x3783d6(0x166)],0x0)&&await _0x1abb76['JFWoG'](driverCleanup);}catch{}}),afterEach(async()=>{const _0x814c97=a13_0x52eb1a,_0x37ab38={'TpqNY':function(_0x175c9b,_0x51b744){return _0x175c9b>_0x51b744;},'OgIHK':function(_0x61599d){return _0x61599d();},'RJUiC':function(_0x216ff5,_0xb902a2){return _0x216ff5===_0xb902a2;},'SYkaS':_0x814c97(0xe8),'oWzVz':_0x814c97(0x12b),'XkRZl':function(_0x3b0280,_0x2b1941,_0x2af0fe,_0x44cd12){return _0x3b0280(_0x2b1941,_0x2af0fe,_0x44cd12);},'xTBdo':function(_0x4d14d4,_0x2d6386,_0x6fe365){return _0x4d14d4(_0x2d6386,_0x6fe365);},'NeGJu':function(_0x3078c5){return _0x3078c5();},'DofxA':_0x814c97(0x186),'KWjBV':function(_0x1f374d,_0x387af2){return _0x1f374d(_0x387af2);},'imvOD':_0x814c97(0x176),'RFzFN':function(_0x59f3d6){return _0x59f3d6();},'qSVkV':function(_0x1dac90){return _0x1dac90();},'YRndh':function(_0x5187d5,_0x113789,_0x57f7c9){return _0x5187d5(_0x113789,_0x57f7c9);},'zuvqp':'debug','CzbIS':function(_0x60e578,_0x3dfb57){return _0x60e578>_0x3dfb57;}},_0x20974d='browserstack internal helper hook';try{_0x37ab38['TpqNY'](__drivers['length'],0x1)&&(await _0x37ab38['OgIHK'](driverCleanup),__drivers[_0x814c97(0x17c)]());try{if(global['percy']&&_0x37ab38[_0x814c97(0x148)](global[_0x814c97(0x10d)],_0x37ab38['SYkaS'])&&__drivers[0x0]){const _0x5c4cf0=_0x37ab38[_0x814c97(0x14d)](global[_0x814c97(0xf7)][_0x814c97(0x146)],0x0)?!!global[_0x814c97(0xf7)][0x0]['app']||!!global[_0x814c97(0xf7)][0x0][_0x37ab38['oWzVz']]:![],_0x437962={};_0x437962[_0x814c97(0xfb)]=_0x5c4cf0,await _0x37ab38['XkRZl'](percyAutoCapture,__drivers[0x0],_0x37ab38[_0x814c97(0x196)],_0x437962);}}catch(_0x48b3ff){}const _0x54977b=_0x37ab38[_0x814c97(0x15c)](shouldScanTestForAccessibility,expect['getState']()['currentTestName'],![]);try{if(_0x37ab38['NeGJu'](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0x54977b&&logger[_0x814c97(0x134)](_0x37ab38[_0x814c97(0x18c)]);const _0x3ec240={'saveResults':_0x54977b,'testDetails':{'name':expect[_0x814c97(0x18f)]()[_0x814c97(0x121)],'testRunId':process[_0x814c97(0x15d)][_0x814c97(0x115)],'filePath':expect[_0x814c97(0x18f)]()[_0x814c97(0xf8)],'scopeList':[expect[_0x814c97(0x18f)]()[_0x814c97(0x121)]]},'platform':await _0x37ab38[_0x814c97(0x143)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x814c97(0x127)](_0x814c97(0x16c),_0x3ec240),_0x54977b&&logger['info'](_0x37ab38[_0x814c97(0x184)]);}}catch(_0x477adf){logger[_0x814c97(0x158)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x814c97(0x106)][_0x814c97(0x19c)]()+'.\x20Error\x20:',_0x477adf);}await _0x37ab38[_0x814c97(0x157)](setContext);try{if(_0x37ab38['qSVkV'](isTestObservabilitySession)){global[_0x814c97(0x189)][0x0]&&await _0x37ab38[_0x814c97(0x165)](sendPlatformDetails,global[_0x814c97(0x189)][0x0],TestDetails[_0x814c97(0x15e)](process['pid']+_0x814c97(0x12e)));if(_0x37ab38[_0x814c97(0x157)](isBrowserstackInfra)){const _0x46d2ed='ObservabilitySync:'+Date['now']();await _0x37ab38[_0x814c97(0x15c)](executeAnnotate,JSON[_0x814c97(0xe5)](_0x46d2ed),_0x37ab38[_0x814c97(0x19f)]);}}}catch(_0x298071){}_0x37ab38['CzbIS'](__drivers[0x0][_0x814c97(0x166)],0x0)&&await _0x37ab38['qSVkV'](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x126e73=a13_0x52eb1a,_0x1f3c19={'oOBZV':function(_0x2dc998,_0x27fd83){return _0x2dc998<=_0x27fd83;},'fMqGc':function(_0x5a927d,_0x3ff2d9){return _0x5a927d(_0x3ff2d9);},'ZVDLI':function(_0x316486){return _0x316486();},'nmYRe':function(_0x98c1e4,_0xda2e78,_0x26f17a){return _0x98c1e4(_0xda2e78,_0x26f17a);},'AqaEs':function(_0x245d5e){return _0x245d5e();}};jest[_0x126e73(0x15a)](0x186a0);const _0x449a4c='browserstack internal helper hook';await new Promise(_0x538f10=>{const _0x54cc38=_0x126e73,_0x33f2f7=_0x1f3c19[_0x54cc38(0x147)](setInterval,async()=>{const _0x153d79=_0x54cc38;_0x1f3c19['oOBZV'](RequestQueueHandler[_0x153d79(0x164)]()[_0x153d79(0x110)],0x0)&&(_0x1f3c19[_0x153d79(0x183)](clearInterval,_0x33f2f7),_0x1f3c19[_0x153d79(0xe6)](_0x538f10));},0x3e8);});try{await _0x1f3c19[_0x126e73(0x159)](driverCleanup);}catch(_0x3e605d){}process[_0x126e73(0x125)]();},0x2710);
1
+ const a13_0x1ca9f4=a13_0x5ec3;(function(_0x73990e,_0x2ce3e6){const _0x4a1eea=a13_0x5ec3,_0x1b3475=_0x73990e();while(!![]){try{const _0x5ea013=-parseInt(_0x4a1eea(0xa2))/0x1+-parseInt(_0x4a1eea(0x112))/0x2+-parseInt(_0x4a1eea(0x9f))/0x3*(-parseInt(_0x4a1eea(0xfc))/0x4)+-parseInt(_0x4a1eea(0x115))/0x5+-parseInt(_0x4a1eea(0xa1))/0x6+parseInt(_0x4a1eea(0x85))/0x7*(parseInt(_0x4a1eea(0x108))/0x8)+parseInt(_0x4a1eea(0x13e))/0x9*(parseInt(_0x4a1eea(0x10c))/0xa);if(_0x5ea013===_0x2ce3e6)break;else _0x1b3475['push'](_0x1b3475['shift']());}catch(_0x2d4798){_0x1b3475['push'](_0x1b3475['shift']());}}}(a13_0x581e,0x784bb));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x1ca9f4(0xff)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x1ca9f4(0xbd));let __error_messages__=[];const RequestQueueHandler=require(a13_0x1ca9f4(0x96));function a13_0x581e(){const _0x469066=['Eaeyj','eWdrH','wchHq','TrjoG','../../helpers/accessibility-automation/helper','__drivers','getState','eKHVy','../../helpers/percy/utils','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','OgoYI','Tyjtn','irxSr','capabilities','zHQft','../../helpers/test-observability/requestQueueHandler','NPxOB','quitCount_','BS_A11Y_TEST_RUN_ID','VUhlz','ciRKz','description','fMuzi','winstonLogger','32349RCtCye','QlCiG','2201130aqacEU','843139ZQpCdq','passed','KvDJw','errors','info','browserstackSessionName','dMoOo','wBFTz','NcEoY','percyCaptureMode','appium:app','Failed\x20to\x20store\x20session\x20name:\x20','currentTestName','GKanc','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','gYGzf',':testAnalyticsId','zYGAX','Vgfer','removeAllListeners','../../helpers/performance-tester','PadAh','hflmD','\x22,\x22level\x22:\x20\x22info\x22}}','YDnKt','zEHld','\x22,\x22level\x22:\x20\x22error\x22}}','../../helpers/helper','UpAWJ','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','protocol','JSeyZ','tPUoR','IrfHM','ZtgOW','percy','failedExpectations','ztMCa','JzWzG','log','testPath','JPhhi','NLezc','hbEPW','addReporter','YZDpR','lexPE','Szhfd','Pxtnb','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20','session_','isAccessibilityPlatform','RsYCj','stringify','wqhlU','XUXBz','GVkCQ','dqjSd','fxcFy','GBHDe','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','VquTF','YPkoV','\x20|\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','../../helpers/logger','shift','KZstw','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','TSOAP','xtsWT','IAWjJ','NXnMu','tpwgF','length','isArray','UaZSM','getTestUUID','.\x20Error\x20:','tbOoD','startMonitoring','ugSfY','mxzTO','Qywei','weDir','BrZnR','app','VUKlu','HqqAU','EypXk','348hQjSNu','UIhzu','bWGpY','../../helpers/test-observability/utils','vZJrQ','QCZwO','eSuie','kRbOc','duiem','slice','XnhpP','LJcMr','8DJIjjK','wbWlU','lQXeP','titlePath','190ARzZnB','rDCEy','getInstance','zICUz','now','push','191776jjjIrd','ByBck','bPJFj','2626070dPpfgd','lkfBN','VRrYf','debug','getEnv','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','toZrO','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','executeScript','testcase','\x22}}','DFdJI','pid','iKrZb','MnQyx','jBBtH','UAJUs','nQRMx','BQLHj','xyCkp','currentTest','akTTh','message','setTimeout','BxLUX','lfbTK','iAjlJ','executeAsyncScript','SVgCv','fzzdc','NMntK','FhAKw','eYdbK','name','jnbRj','JwakB','kLmvy','ktdGO','PtRMb','RLslo','CLXFY','547623dNnEXV','fhAbm','pendingUploads','mXmKR','join','BQXNs','error','Kezuw','lbReO','kgDXB','replace','FZHxC','OzCFs','aSfVL','foRYO','NhCGm','1607291viFoPD','NXkvH'];a13_0x581e=function(){return _0x469066;};return a13_0x581e();}jest[a13_0x1ca9f4(0x12c)](__timeout);function a13_0x5ec3(_0x327ef9,_0x325252){const _0x581ef4=a13_0x581e();return a13_0x5ec3=function(_0x5ec3b3,_0x5e71c4){_0x5ec3b3=_0x5ec3b3-0x7b;let _0x5f04ec=_0x581ef4[_0x5ec3b3];return _0x5f04ec;},a13_0x5ec3(_0x327ef9,_0x325252);}const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x1ca9f4(0x8b)),{percyAutoCapture}=require(a13_0x1ca9f4(0x8f)),logger=require(a13_0x1ca9f4(0xe3))[a13_0x1ca9f4(0x9e)],TestDetails=require('./test-observability/test-details'),PerformanceTester=require(a13_0x1ca9f4(0xb6));function stripUnicode(_0x1572ed){const _0xf9dbe2=a13_0x1ca9f4;return _0x1572ed[_0xf9dbe2(0x7f)](/\\u001b\[.*?m/g,'')[_0xf9dbe2(0x105)](0x1,-0x1);}async function setContext(){const _0x10e005=a13_0x1ca9f4,_0x53d6f4={'JSeyZ':function(_0x81d738,_0x5b9c64){return _0x81d738<=_0x5b9c64;},'YDnKt':function(_0x4736df,_0x1afbfa){return _0x4736df(_0x1afbfa);},'UaZSM':function(_0x112420){return _0x112420();},'JzWzG':function(_0x51aed1,_0x436a79,_0x268542){return _0x51aed1(_0x436a79,_0x268542);},'lkfBN':function(_0x1b2c51){return _0x1b2c51();},'oEaUu':function(_0xd1956c,_0x5d21ca){return _0xd1956c>_0x5d21ca;},'NXnMu':function(_0x4065c9,_0x2019be){return _0x4065c9(_0x2019be);},'rDCEy':function(_0x21cc63){return _0x21cc63();},'Eaeyj':function(_0x2e52f3,_0x56a607){return _0x2e52f3!==_0x56a607;},'FZHxC':'oTSDt','HqqAU':_0x10e005(0x7d),'wbWlU':function(_0x2e23f6,_0xea5f81){return _0x2e23f6===_0xea5f81;},'zEHld':_0x10e005(0xb7),'NcEoY':'undefined','IrfHM':function(_0x4a3724,_0x4f0f2f){return _0x4a3724===_0x4f0f2f;},'DQqMp':_0x10e005(0x9a),'NLezc':function(_0x2c977e,_0x256f7d){return _0x2c977e>_0x256f7d;},'Vgfer':function(_0x253f9a,_0x33034c){return _0x253f9a===_0x33034c;},'Szhfd':_0x10e005(0x123),'RLslo':'BIFeV','VsYOw':_0x10e005(0xcb),'lfbTK':function(_0x103e7d,_0x297447){return _0x103e7d===_0x297447;},'xtsWT':'XJUrN','mXmKR':_0x10e005(0xf6),'lqXct':function(_0x7d04b9,_0x3b2086){return _0x7d04b9===_0x3b2086;},'jnbRj':_0x10e005(0x84),'eKHVy':_0x10e005(0xd8),'DFdJI':function(_0x26a266,_0xa0608e){return _0x26a266(_0xa0608e);},'xyCkp':_0x10e005(0xc4),'fhAbm':_0x10e005(0xfb),'uwSpU':function(_0x1692dc,_0x59382f){return _0x1692dc!==_0x59382f;},'NPxOB':_0x10e005(0x126)};if(!_0x53d6f4[_0x10e005(0x10d)](isBrowserstackInfra)){if(_0x53d6f4['Eaeyj'](_0x53d6f4[_0x10e005(0x80)],_0x53d6f4[_0x10e005(0xfa)]))return;else _0x586d32['error'](_0x10e005(0xde)+_0x4ff2a7);}if(!sessionNameProvided){if(_0x53d6f4[_0x10e005(0x109)](_0x53d6f4['zEHld'],_0x53d6f4[_0x10e005(0xbb)])){const _0x5b5ab7=expect[_0x10e005(0x8d)]()[_0x10e005(0xae)];await __drivers[0x0][_0x10e005(0x11d)](_0x10e005(0xe6)+_0x5b5ab7+'\x22}}');}else _0x21f13b[_0x10e005(0xed)](_0x98e96b)&&_0x18d3d6[0x0]&&(_0x376ac1[0x0][_0x10e005(0xa7)]=_0x30d779),_0x2d3266[_0x10e005(0xa7)]=_0x1f8bd4;}let _0x13ef95=null,_0x517520=![];if(_0x53d6f4[_0x10e005(0x87)](typeof jasmine,_0x53d6f4[_0x10e005(0xaa)])){if(_0x53d6f4[_0x10e005(0xc3)](_0x53d6f4['DQqMp'],_0x53d6f4['DQqMp'])){if(jasmine[_0x10e005(0x129)]['failedExpectations']&&_0x53d6f4[_0x10e005(0xcc)](jasmine['currentTest'][_0x10e005(0xc6)][_0x10e005(0xec)],0x0)){if(_0x53d6f4[_0x10e005(0xb4)](_0x53d6f4[_0x10e005(0xd1)],_0x53d6f4[_0x10e005(0xd1)]))_0x517520=!![],_0x13ef95=_0x53d6f4[_0x10e005(0xba)](stripUnicode,JSON[_0x10e005(0xd7)](jasmine[_0x10e005(0x129)][_0x10e005(0xc6)][0x0][_0x10e005(0x12b)]));else{const _0x1bd3aa={'QlCiG':function(_0x2d9dce,_0x252a6b){return _0x53d6f4['JSeyZ'](_0x2d9dce,_0x252a6b);},'zICUz':function(_0x32953e,_0x1949ca){const _0x1161bf=_0x10e005;return _0x53d6f4[_0x1161bf(0xba)](_0x32953e,_0x1949ca);},'BxLUX':function(_0x317cd1){const _0x298de7=_0x10e005;return _0x53d6f4[_0x298de7(0xee)](_0x317cd1);}},_0x2e3da2=_0x53d6f4[_0x10e005(0xc8)](_0x4e1a75,async()=>{const _0x16282b=_0x10e005;_0x1bd3aa[_0x16282b(0xa0)](_0x829334[_0x16282b(0x10e)]()[_0x16282b(0x140)],0x0)&&(_0x1bd3aa[_0x16282b(0x10f)](_0x1c1c88,_0x2e3da2),_0x1bd3aa[_0x16282b(0x12d)](_0x3760b1));},0x3e8);}}else _0x53d6f4[_0x10e005(0x109)](_0x53d6f4[_0x10e005(0x13c)],_0x53d6f4['RLslo'])?_0x13ef95=_0x53d6f4[_0x10e005(0xea)](stripUnicode,JSON[_0x10e005(0xd7)](jasmine['currentTest'][_0x10e005(0x9c)])):_0x3aba98[_0x10e005(0xc9)](_0x5b6fac);}else _0x18cdd3=!![],_0x277410=_0x53d6f4[_0x10e005(0xba)](_0xf734d9,_0x1a8c43[_0x10e005(0xd7)](_0x59ee75[_0x10e005(0xa5)][0x0][0x0][_0x10e005(0x12b)]||_0x4277ed[_0x10e005(0xa5)][0x0][0x0]));}else{if(_0x53d6f4[_0x10e005(0xb4)](_0x53d6f4['VsYOw'],_0x53d6f4['VsYOw'])){if(testContext[_0x10e005(0xa5)]&&_0x53d6f4[_0x10e005(0xcc)](testContext[_0x10e005(0xa5)]['length'],0x0))_0x53d6f4[_0x10e005(0x12e)](_0x53d6f4[_0x10e005(0xe8)],_0x53d6f4[_0x10e005(0x141)])?_0x4b9d0e['error'](_0x10e005(0xbf)+this[_0x10e005(0x129)]['titlePath']()+_0x10e005(0xf0),_0x5b5a6b):(_0x517520=!![],_0x13ef95=_0x53d6f4['NXnMu'](stripUnicode,JSON[_0x10e005(0xd7)](testContext[_0x10e005(0xa5)][0x0][0x0][_0x10e005(0x12b)]||testContext[_0x10e005(0xa5)][0x0][0x0])));else{if(_0x53d6f4['lqXct'](_0x53d6f4[_0x10e005(0x137)],_0x53d6f4[_0x10e005(0x8e)]))return _0x464183['replace'](/\\u001b\[.*?m/g,'')[_0x10e005(0x105)](0x1,-0x1);else _0x13ef95=_0x53d6f4[_0x10e005(0x120)](stripUnicode,JSON[_0x10e005(0xd7)](testContext[_0x10e005(0x136)]));}}else _0x352795=![];}_0x517520?_0x53d6f4[_0x10e005(0xc3)](_0x53d6f4[_0x10e005(0x128)],_0x53d6f4[_0x10e005(0x13f)])?_0x53d6f4[_0x10e005(0xc1)](_0x12418b['getInstance']()[_0x10e005(0x140)],0x0)&&(_0x53d6f4['YDnKt'](_0x16c53a,_0xf74610),_0x53d6f4[_0x10e005(0x116)](_0x33c4a2)):(__error_messages__[_0x10e005(0x111)](_0x13ef95),await __drivers[0x0][_0x10e005(0x11d)](_0x10e005(0xe2)+_0x13ef95+_0x10e005(0xbc))):_0x53d6f4['uwSpU'](_0x53d6f4[_0x10e005(0x97)],_0x53d6f4[_0x10e005(0x97)])?_0x39504a[_0x10e005(0x129)][_0x10e005(0xc6)]&&_0x53d6f4['oEaUu'](_0x23bda1[_0x10e005(0x129)][_0x10e005(0xc6)][_0x10e005(0xec)],0x0)?(_0x61128d=!![],_0x180a05=_0x53d6f4[_0x10e005(0xea)](_0x281245,_0x5b6e05[_0x10e005(0xd7)](_0x1539f9[_0x10e005(0x129)][_0x10e005(0xc6)][0x0][_0x10e005(0x12b)]))):_0x187149=_0x53d6f4[_0x10e005(0xba)](_0x4e7353,_0x17c220[_0x10e005(0xd7)](_0x2f6f9c['currentTest'][_0x10e005(0x9c)])):await __drivers[0x0][_0x10e005(0x11d)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x13ef95+_0x10e005(0xb9));}const executeAnnotate=async(_0x1859a9,_0x2a0c32)=>{const _0x3248f7=a13_0x1ca9f4;await global[_0x3248f7(0x8c)][0x0]['executeScript'](_0x3248f7(0x11a)+_0x1859a9+',\x22level\x22:\x20\x22'+_0x2a0c32+_0x3248f7(0x11f));};async function driverCleanup(){const _0x453029=a13_0x1ca9f4,_0x51941a={'Pxtnb':function(_0x1f4559,_0x240144){return _0x1f4559(_0x240144);},'zYGAX':function(_0x28ce61,_0x1aa4ac){return _0x28ce61(_0x1aa4ac);},'fxcFy':function(_0xe36dc8){return _0xe36dc8();},'FhxFt':function(_0x18b0dd,_0x8d5f4e){return _0x18b0dd(_0x8d5f4e);},'SVgCv':function(_0xa9788f){return _0xa9788f();},'TrjoG':function(_0x3ab70d,_0x4f446b){return _0x3ab70d===_0x4f446b;},'eOAog':_0x453029(0x127),'lexPE':_0x453029(0x102),'aSfVL':function(_0x4e8769,_0x3463fe){return _0x4e8769>_0x3463fe;},'hflmD':function(_0x597a66,_0x373627){return _0x597a66===_0x373627;},'kgDXB':_0x453029(0xdd),'mxzTO':function(_0x205534,_0x2c4c86,_0x1d382b,_0x379543){return _0x205534(_0x2c4c86,_0x1d382b,_0x379543);},'ztMCa':'failed','nvAHJ':_0x453029(0xe1),'Tyjtn':function(_0x2243c0,_0x5a0d54){return _0x2243c0!==_0x5a0d54;},'wBFTz':_0x453029(0x113),'bWGpY':_0x453029(0xf3),'BhKmN':function(_0x16fa47,_0x520053,_0x5d39a0){return _0x16fa47(_0x520053,_0x5d39a0);},'WWCHR':_0x453029(0xa3),'QCZwO':_0x453029(0x139),'Kezuw':_0x453029(0x104),'hbEPW':function(_0x191047,_0x3ded7f){return _0x191047===_0x3ded7f;},'akTTh':_0x453029(0x132),'lQXeP':_0x453029(0x133),'irxSr':function(_0x18fec6,_0x2ef9ae){return _0x18fec6===_0x2ef9ae;},'CLXFY':_0x453029(0x135),'bPJFj':_0x453029(0xf7)};if(!_0x51941a[_0x453029(0x131)](isBrowserstackInfra)){if(_0x51941a[_0x453029(0x8a)](_0x51941a['eOAog'],_0x51941a['eOAog']))return;else _0x2618c7=_0x51941a[_0x453029(0xd2)](_0x174cdd,_0x3f4247[_0x453029(0xd7)](_0x2f0ec4['name']));}let _0x39bab0=![];try{if(_0x51941a[_0x453029(0x8a)](_0x51941a[_0x453029(0xd0)],_0x51941a['lexPE']))await __drivers[0x0][_0x453029(0xd4)],_0x39bab0=!![],_0x51941a[_0x453029(0x82)](__error_messages__['length'],0x0)?_0x51941a[_0x453029(0xb8)](_0x51941a[_0x453029(0x7e)],_0x51941a[_0x453029(0x7e)])?await _0x51941a[_0x453029(0xf4)](markSessionStatus,__drivers[0x0],_0x51941a[_0x453029(0xc7)],__error_messages__[_0x453029(0x142)](_0x51941a['nvAHJ'])):(_0x178658=!![],_0x411ca7=_0x51941a[_0x453029(0xb3)](_0x482e76,_0x5b2d85[_0x453029(0xd7)](_0x25ae63[_0x453029(0x129)][_0x453029(0xc6)][0x0][_0x453029(0x12b)]))):_0x51941a[_0x453029(0x92)](_0x51941a[_0x453029(0xa9)],_0x51941a[_0x453029(0xfe)])?await _0x51941a['BhKmN'](markSessionStatus,__drivers[0x0],_0x51941a['WWCHR']):(_0x51941a['Pxtnb'](_0x26726e,_0x77b881),_0x51941a[_0x453029(0xdc)](_0xcc1340));else return;}catch(_0x153536){if(_0x51941a[_0x453029(0xb8)](_0x51941a[_0x453029(0x101)],_0x51941a[_0x453029(0x7c)])){const _0xe33041={};_0xe33041['specStarted']=_0x43e42a=>{const _0x2d5195=_0x453029;_0x45a8a8[_0x2d5195(0x129)]=_0x43e42a;},_0xf0fe1d[_0x453029(0x119)]()['addReporter'](_0xe33041);}else console[_0x453029(0xc9)](_0x153536);}__error_messages__=[];if(_0x39bab0){if(_0x51941a[_0x453029(0xcd)](_0x51941a[_0x453029(0x12a)],_0x51941a[_0x453029(0x10a)]))_0x256420=_0x51941a['FhxFt'](_0x2d794c,_0x3417f8[_0x453029(0xd7)](_0xf8761d[_0x453029(0x129)]['description']));else try{_0x51941a[_0x453029(0x93)](_0x51941a['CLXFY'],_0x51941a[_0x453029(0x13d)])?await __drivers[0x0]['initQuit']():_0xd755d3['currentTest']=_0x5dcf58;}catch(_0x3ef0f9){_0x51941a['Tyjtn'](_0x51941a[_0x453029(0x114)],_0x51941a['bPJFj'])?_0x2d77e6=new _0x46ed82(_0x47e6df):console[_0x453029(0xc9)](_0x3ef0f9);}}}beforeAll(async()=>{const _0x568600=a13_0x1ca9f4,_0x5b1be7={'VRrYf':function(_0x5e7ba6,_0xd455d8){return _0x5e7ba6!==_0xd455d8;},'dqjSd':_0x568600(0xdf),'YZDpR':_0x568600(0x100),'CrrUW':function(_0x4c05ab,_0x446741){return _0x4c05ab>_0x446741;},'XnhpP':function(_0xf36fb3,_0x95406){return _0xf36fb3(_0x95406);},'GKanc':_0x568600(0xb0),'eWSVR':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','KZstw':'undefined','iAjlJ':function(_0x308a29,_0x42aff0){return _0x308a29!==_0x42aff0;},'jBBtH':_0x568600(0xeb),'JwakB':'JgGaT','KvDJw':_0x568600(0xc2),'DKGdu':_0x568600(0x83),'fMuzi':function(_0xc2e89b,_0x7edcc2){return _0xc2e89b!==_0x7edcc2;},'ciRKz':_0x568600(0x95),'FhAKw':function(_0x1b4ecd){return _0x1b4ecd();},'RinZJ':_0x568600(0x125),'GVkCQ':_0x568600(0x13b),'XUXBz':_0x568600(0xf9),'iKrZb':'IBMFG','jokPF':function(_0x1c27cb,_0x44def6,_0x431aa7){return _0x1c27cb(_0x44def6,_0x431aa7);}};PerformanceTester[_0x568600(0xf2)]();const _0x24a5c2='browserstack internal helper hook';_0x5b1be7['VRrYf'](typeof jasmine,_0x5b1be7[_0x568600(0xe5)])&&(_0x5b1be7[_0x568600(0x12f)](_0x5b1be7[_0x568600(0x124)],_0x5b1be7[_0x568600(0x138)])?jasmine[_0x568600(0x119)]()[_0x568600(0xce)]({'specStarted':_0x1c3135=>{const _0x2d982a=_0x568600;_0x5b1be7[_0x2d982a(0x117)](_0x5b1be7[_0x2d982a(0xdb)],_0x5b1be7[_0x2d982a(0xcf)])?jasmine['currentTest']=_0x1c3135:_0x27a08f[_0x2d982a(0x118)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x53a33a);}}):_0x3a0109[_0x568600(0xa5)]&&_0x5b1be7['CrrUW'](_0x48b047['errors']['length'],0x0)?(_0x38546a=!![],_0x72560b=_0x5b1be7['XnhpP'](_0x355ee6,_0x38f0e5[_0x568600(0xd7)](_0x2f4abb['errors'][0x0][0x0][_0x568600(0x12b)]||_0x4decf2['errors'][0x0][0x0]))):_0x3061f2=_0x5b1be7[_0x568600(0x106)](_0x37c1d0,_0x415ce9['stringify'](_0x3807e1[_0x568600(0x136)])));let _0x2ddba3=![];try{_0x5b1be7[_0x568600(0x12f)](_0x5b1be7[_0x568600(0xa4)],_0x5b1be7['DKGdu'])?(await __drivers[0x0][_0x568600(0xd4)],_0x2ddba3=!![]):_0x37fb02[_0x568600(0xa6)](_0x5b1be7[_0x568600(0xaf)]);}catch(_0x24eeb6){}if(_0x2ddba3)try{try{if(_0x5b1be7[_0x568600(0x9d)](_0x5b1be7[_0x568600(0x9b)],_0x5b1be7[_0x568600(0x9b)]))return;else _0x5b1be7[_0x568600(0x134)](isTestObservabilitySession)&&(_0x5b1be7[_0x568600(0x12f)](_0x5b1be7['RinZJ'],_0x5b1be7[_0x568600(0xda)])?global[_0x568600(0x8c)][0x0]&&(_0x5b1be7[_0x568600(0x117)](_0x5b1be7[_0x568600(0xd9)],_0x5b1be7[_0x568600(0x122)])?await _0x5b1be7['jokPF'](sendPlatformDetails,global[_0x568600(0x8c)][0x0],TestDetails[_0x568600(0xef)](process[_0x568600(0x121)]+_0x568600(0xb2))):_0x4bc3e8[_0x568600(0xc9)](_0x3bc031)):_0x4b309d[_0x568600(0xa6)](_0x5b1be7['eWSVR']));}catch{}}catch(_0x57451f){}}),beforeEach(async()=>{const _0x5aa68e=a13_0x1ca9f4,_0x18620f={'UpAWJ':function(_0x1b063e,_0x2c8472){return _0x1b063e>_0x2c8472;},'LJcMr':function(_0x320ecd){return _0x320ecd();},'urROw':function(_0x3b8ba5,_0x34383b){return _0x3b8ba5>_0x34383b;},'TSOAP':function(_0x40f098,_0x75fc36,_0x56d851){return _0x40f098(_0x75fc36,_0x56d851);},'ktdGO':function(_0x55349){return _0x55349();},'UIhzu':function(_0x36ec37,_0x87eed){return _0x36ec37===_0x87eed;},'MDbsW':'http:','bpBHL':'https:','OFeny':_0x5aa68e(0x11c),'NXkvH':function(_0x75878a){return _0x75878a();}},_0x2a263c='browserstack internal helper hook';try{_0x18620f[_0x5aa68e(0xbe)](__drivers[_0x5aa68e(0xec)],0x1)&&(await _0x18620f[_0x5aa68e(0x107)](driverCleanup),__drivers[_0x5aa68e(0xe4)]());const _0xec15a5=expect[_0x5aa68e(0x8d)]()[_0x5aa68e(0xae)];try{Array[_0x5aa68e(0xed)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x5aa68e(0xa7)]=_0xec15a5),global[_0x5aa68e(0xa7)]=_0xec15a5;}catch(_0x208fa5){logger[_0x5aa68e(0x118)](_0x5aa68e(0xad)+_0x208fa5);}__drivers[0x0]['browserstackSessionName']=_0xec15a5;_0x18620f['urROw'](__drivers[0x0][_0x5aa68e(0x98)],0x0)&&await _0x18620f[_0x5aa68e(0x107)](driverCleanup);const _0x34c20d=_0x18620f[_0x5aa68e(0xe7)](shouldScanTestForAccessibility,_0xec15a5,![]);if(_0x18620f[_0x5aa68e(0x13a)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x5aa68e(0xd5)])try{const _0x1cd86b=await __drivers[0x0][_0x5aa68e(0xd4)];if(_0x1cd86b){let _0x5cc929=!![];const _0xd7da38=await __drivers[0x0]['getCurrentUrl']();let _0x301c90;try{_0x301c90=new URL(_0xd7da38);}catch(_0x697582){_0x5cc929=![];}_0x5cc929=_0x18620f[_0x5aa68e(0xfd)](_0x301c90[_0x5aa68e(0xc0)],_0x18620f['MDbsW'])||_0x18620f[_0x5aa68e(0xfd)](_0x301c90[_0x5aa68e(0xc0)],_0x18620f['bpBHL']),_0x5cc929&&(_0x34c20d?(logger[_0x5aa68e(0xa6)](_0x18620f['OFeny']),await __drivers[0x0]['executeAsyncScript']('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20')):await __drivers[0x0]['executeScript'](_0x5aa68e(0x90)));}}catch(_0x42595d){logger[_0x5aa68e(0x7b)](_0x5aa68e(0xde)+_0x42595d);}_0x18620f[_0x5aa68e(0xbe)](__drivers[0x0]['quitCount_'],0x0)&&await _0x18620f[_0x5aa68e(0x86)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x5e3583=a13_0x1ca9f4,_0x1d9cf9={'wchHq':function(_0x495001,_0x25acb2){return _0x495001>_0x25acb2;},'gYGzf':function(_0x1371a8){return _0x1371a8();},'RYbwK':function(_0x277e36,_0x4b965c){return _0x277e36===_0x4b965c;},'BQXNs':_0x5e3583(0x11e),'toZrO':_0x5e3583(0xac),'RsYCj':function(_0x25889e,_0x28d64a,_0x3b3b79,_0x932518){return _0x25889e(_0x28d64a,_0x3b3b79,_0x932518);},'YPkoV':function(_0x53eef9,_0x4c45cb,_0x4c76b0){return _0x53eef9(_0x4c45cb,_0x4c76b0);},'Qywei':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','kRbOc':function(_0x3dc810,_0x406928){return _0x3dc810(_0x406928);},'AzJFI':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','eWdrH':function(_0x3e49e3){return _0x3e49e3();},'XVJQr':function(_0xa2c80b,_0x21b9f8,_0x34d9df){return _0xa2c80b(_0x21b9f8,_0x34d9df);},'IAWjJ':function(_0x313726){return _0x313726();},'VUNFU':'debug'},_0x3bc07f='browserstack internal helper hook';try{_0x1d9cf9['wchHq'](__drivers['length'],0x1)&&(await _0x1d9cf9[_0x5e3583(0xb1)](driverCleanup),__drivers[_0x5e3583(0xe4)]());try{if(global[_0x5e3583(0xc5)]&&_0x1d9cf9['RYbwK'](global[_0x5e3583(0xab)],_0x1d9cf9[_0x5e3583(0x143)])&&__drivers[0x0]){const _0x47199e=_0x1d9cf9[_0x5e3583(0x89)](global['capabilities'][_0x5e3583(0xec)],0x0)?!!global[_0x5e3583(0x94)][0x0]['app']||!!global['capabilities'][0x0][_0x1d9cf9[_0x5e3583(0x11b)]]:![],_0x37f519={};_0x37f519[_0x5e3583(0xf8)]=_0x47199e,await _0x1d9cf9[_0x5e3583(0xd6)](percyAutoCapture,__drivers[0x0],_0x1d9cf9['BQXNs'],_0x37f519);}}catch(_0x255cd4){}const _0x5abb61=_0x1d9cf9[_0x5e3583(0xe0)](shouldScanTestForAccessibility,expect[_0x5e3583(0x8d)]()[_0x5e3583(0xae)],![]);try{if(_0x1d9cf9['gYGzf'](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0x5abb61&&logger[_0x5e3583(0xa6)](_0x1d9cf9[_0x5e3583(0xf5)]);const _0x36a9d4={'saveResults':_0x5abb61,'testDetails':{'name':expect[_0x5e3583(0x8d)]()[_0x5e3583(0xae)],'testRunId':process['env'][_0x5e3583(0x99)],'filePath':expect[_0x5e3583(0x8d)]()[_0x5e3583(0xca)],'scopeList':[expect[_0x5e3583(0x8d)]()[_0x5e3583(0xae)]]},'platform':await _0x1d9cf9[_0x5e3583(0x103)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x5e3583(0x130)](_0x5e3583(0xd3),_0x36a9d4),_0x5abb61&&logger[_0x5e3583(0xa6)](_0x1d9cf9['AzJFI']);}}catch(_0x1bf583){logger[_0x5e3583(0x7b)](_0x5e3583(0xbf)+this[_0x5e3583(0x129)][_0x5e3583(0x10b)]()+_0x5e3583(0xf0),_0x1bf583);}await _0x1d9cf9['gYGzf'](setContext);try{if(_0x1d9cf9[_0x5e3583(0x88)](isTestObservabilitySession)){global[_0x5e3583(0x8c)][0x0]&&await _0x1d9cf9['XVJQr'](sendPlatformDetails,global[_0x5e3583(0x8c)][0x0],TestDetails[_0x5e3583(0xef)](process['pid']+_0x5e3583(0xb2)));if(_0x1d9cf9[_0x5e3583(0xe9)](isBrowserstackInfra)){const _0x53e5cc='ObservabilitySync:'+Date[_0x5e3583(0x110)]();await _0x1d9cf9[_0x5e3583(0xe0)](executeAnnotate,JSON[_0x5e3583(0xd7)](_0x53e5cc),_0x1d9cf9['VUNFU']);}}}catch(_0x5d3b8e){}_0x1d9cf9['wchHq'](__drivers[0x0][_0x5e3583(0x98)],0x0)&&await _0x1d9cf9[_0x5e3583(0xb1)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x2bebf5=a13_0x1ca9f4,_0x4012b3={'OzCFs':function(_0x38ea85,_0x2529c2){return _0x38ea85<=_0x2529c2;},'tbOoD':function(_0x2242cb,_0x46f38b){return _0x2242cb(_0x46f38b);},'OgoYI':function(_0x299422){return _0x299422();},'wMdFv':function(_0x310603,_0x1af367,_0x24c7a5){return _0x310603(_0x1af367,_0x24c7a5);},'dMoOo':function(_0x4575a9){return _0x4575a9();}};jest['setTimeout'](0x186a0),PerformanceTester['pushPerfMeasures']();const _0x574c0e='browserstack internal helper hook';await new Promise(_0x610a73=>{const _0x342a53=_0x4012b3['wMdFv'](setInterval,async()=>{const _0x461ae0=a13_0x5ec3;_0x4012b3[_0x461ae0(0x81)](RequestQueueHandler[_0x461ae0(0x10e)]()[_0x461ae0(0x140)],0x0)&&(_0x4012b3[_0x461ae0(0xf1)](clearInterval,_0x342a53),_0x4012b3[_0x461ae0(0x91)](_0x610a73));},0x3e8);});try{await _0x4012b3[_0x2bebf5(0xa8)](driverCleanup);}catch(_0x2b5148){}process[_0x2bebf5(0xb5)]();},0x2710);
@@ -1 +1 @@
1
- function a14_0x25ca(){const _0x4d771d=['332720RSelmW','1489pCKHbs','10YKLGvI','1784755hSPTYk','42024DlFKYc','HLecZ','setTimeout','74DmxiAE','1930976inKpcI','595797GMNxJF','9386667sngnqw','../../../helpers/request-spy','../../../helpers/test-observability/utils'];a14_0x25ca=function(){return _0x4d771d;};return a14_0x25ca();}const a14_0xc58b57=a14_0x3c31;(function(_0x34c6ba,_0xce740e){const _0x387f7b=a14_0x3c31,_0x1a95e3=_0x34c6ba();while(!![]){try{const _0x32c268=-parseInt(_0x387f7b(0x176))/0x1*(parseInt(_0x387f7b(0x16f))/0x2)+-parseInt(_0x387f7b(0x171))/0x3+-parseInt(_0x387f7b(0x175))/0x4*(parseInt(_0x387f7b(0x177))/0x5)+parseInt(_0x387f7b(0x179))/0x6+-parseInt(_0x387f7b(0x178))/0x7+-parseInt(_0x387f7b(0x170))/0x8+parseInt(_0x387f7b(0x172))/0x9;if(_0x32c268===_0xce740e)break;else _0x1a95e3['push'](_0x1a95e3['shift']());}catch(_0x34aa38){_0x1a95e3['push'](_0x1a95e3['shift']());}}}(a14_0x25ca,0x209ca));const requestSpy=require(a14_0xc58b57(0x173)),{addRequestSpy}=require(a14_0xc58b57(0x174));function a14_0x3c31(_0x5eab4b,_0x4e3449){const _0x25ca0d=a14_0x25ca();return a14_0x3c31=function(_0x3c3186,_0x4675ab){_0x3c3186=_0x3c3186-0x16f;let _0x3420e4=_0x25ca0d[_0x3c3186];return _0x3420e4;},a14_0x3c31(_0x5eab4b,_0x4e3449);}beforeAll(()=>{const _0x4a3148=a14_0xc58b57,_0x15b996={'HLecZ':function(_0x3e6c27){return _0x3e6c27();}},_0x52da1c='browserstack internal helper hook';_0x15b996[_0x4a3148(0x17a)](addRequestSpy);}),afterAll(async()=>{const _0x3cca57=a14_0xc58b57,_0x1b83f5='browserstack internal helper hook';jest[_0x3cca57(0x17b)](0xea60),requestSpy['restore']();});
1
+ const a14_0x16754d=a14_0x4362;function a14_0x3b76(){const _0x4c892c=['419877PnrkfU','3381DcZanz','4792692sxckTq','3086FWcFJh','2751248SHZylI','../../../helpers/test-observability/utils','6608HuSBvv','setTimeout','7929xIGhbR','77GNKKtI','1059iTeDPN','1140696ZImgPY','../../../helpers/request-spy','7860dQwKUM','mzdWQ','10VDxvDS'];a14_0x3b76=function(){return _0x4c892c;};return a14_0x3b76();}(function(_0x211836,_0x40ae09){const _0x459e7d=a14_0x4362,_0x283f8e=_0x211836();while(!![]){try{const _0x15b20d=-parseInt(_0x459e7d(0x1bd))/0x1+parseInt(_0x459e7d(0x1c0))/0x2*(-parseInt(_0x459e7d(0x1b7))/0x3)+-parseInt(_0x459e7d(0x1c1))/0x4+-parseInt(_0x459e7d(0x1bc))/0x5*(parseInt(_0x459e7d(0x1b8))/0x6)+-parseInt(_0x459e7d(0x1be))/0x7*(-parseInt(_0x459e7d(0x1c3))/0x8)+-parseInt(_0x459e7d(0x1c5))/0x9*(parseInt(_0x459e7d(0x1ba))/0xa)+parseInt(_0x459e7d(0x1b6))/0xb*(parseInt(_0x459e7d(0x1bf))/0xc);if(_0x15b20d===_0x40ae09)break;else _0x283f8e['push'](_0x283f8e['shift']());}catch(_0x94d428){_0x283f8e['push'](_0x283f8e['shift']());}}}(a14_0x3b76,0x72a7d));const requestSpy=require(a14_0x16754d(0x1b9)),{addRequestSpy}=require(a14_0x16754d(0x1c2));function a14_0x4362(_0x4be363,_0x31c287){const _0x3b7692=a14_0x3b76();return a14_0x4362=function(_0x4362c4,_0xe4ef38){_0x4362c4=_0x4362c4-0x1b6;let _0x412305=_0x3b7692[_0x4362c4];return _0x412305;},a14_0x4362(_0x4be363,_0x31c287);}beforeAll(()=>{const _0x590dfa=a14_0x16754d,_0x22672c={'mzdWQ':function(_0x1e2db2){return _0x1e2db2();}},_0x26d910='browserstack internal helper hook';_0x22672c[_0x590dfa(0x1bb)](addRequestSpy);}),afterAll(async()=>{const _0x3be353=a14_0x16754d,_0x177895='browserstack internal helper hook';jest[_0x3be353(0x1c4)](0xea60),requestSpy['restore']();});
@@ -1 +1 @@
1
- function a15_0x1705(_0x582a95,_0x1a4c81){const _0x28c88c=a15_0x28c8();return a15_0x1705=function(_0x17059e,_0x45919a){_0x17059e=_0x17059e-0x100;let _0x3064b5=_0x28c88c[_0x17059e];return _0x3064b5;},a15_0x1705(_0x582a95,_0x1a4c81);}const a15_0x312eef=a15_0x1705;function a15_0x28c8(){const _0x4cfcb6=['1251483uJTmuO','1nEkzLa','pKFOA','isUndefined','../../../helpers/test-observability/utils','1316114CWZPDf','Japit','9086427mdGSNA','has','length','6264294tLIyQv','shouldReRunObservabilityTests','../../../helpers/helper','testRegex','4ubQQDt','BROWSERSTACK_RERUN_TESTS','rerunTests','split','cliConfig','36SZiVjX','825fJmGLE','get','null','map','env','886712fAiQzt','DdGQd','23360WzZUNa','CcUAv','testMatch','3794230VezRzn'];a15_0x28c8=function(){return _0x4cfcb6;};return a15_0x28c8();}(function(_0x5df260,_0x512807){const _0x26f9e4=a15_0x1705,_0x26884a=_0x5df260();while(!![]){try{const _0x4c6073=parseInt(_0x26f9e4(0x117))/0x1*(-parseInt(_0x26f9e4(0x11b))/0x2)+-parseInt(_0x26f9e4(0x116))/0x3*(parseInt(_0x26f9e4(0x105))/0x4)+-parseInt(_0x26f9e4(0x115))/0x5+parseInt(_0x26f9e4(0x101))/0x6+parseInt(_0x26f9e4(0x11d))/0x7+-parseInt(_0x26f9e4(0x110))/0x8*(-parseInt(_0x26f9e4(0x10a))/0x9)+-parseInt(_0x26f9e4(0x112))/0xa*(parseInt(_0x26f9e4(0x10b))/0xb);if(_0x4c6073===_0x512807)break;else _0x26884a['push'](_0x26884a['shift']());}catch(_0x34328a){_0x26884a['push'](_0x26884a['shift']());}}}(a15_0x28c8,0xbd80a));const testOpsHelper=require(a15_0x312eef(0x11a)),helper=require(a15_0x312eef(0x103));exports['updateTestRerunConfig']=(_0x2dd0aa,_0xcf7a63)=>{const _0x1feb73=a15_0x312eef,_0x5e0e1a={};_0x5e0e1a[_0x1feb73(0x118)]=_0x1feb73(0x107),_0x5e0e1a[_0x1feb73(0x111)]=function(_0x23dca4,_0x282852){return _0x23dca4!==_0x282852;},_0x5e0e1a[_0x1feb73(0x113)]=_0x1feb73(0x10d),_0x5e0e1a[_0x1feb73(0x11c)]=function(_0x24a9ed,_0x206d6f){return _0x24a9ed>_0x206d6f;};const _0x51ec64=_0x5e0e1a;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x1feb73(0x102)]()){let _0x44d9e0=process[_0x1feb73(0x10f)][_0x1feb73(0x106)];!helper[_0x1feb73(0x119)](_0xcf7a63['cliConfig'])&&_0xcf7a63[_0x1feb73(0x109)][_0x1feb73(0x11e)](_0x51ec64[_0x1feb73(0x118)])&&(_0x44d9e0=_0xcf7a63[_0x1feb73(0x109)][_0x1feb73(0x10c)](_0x51ec64[_0x1feb73(0x118)]));const _0x49039e=[];_0x51ec64[_0x1feb73(0x111)](_0x44d9e0,_0x51ec64[_0x1feb73(0x113)])&&_0x51ec64[_0x1feb73(0x111)](_0x44d9e0,null)&&_0x44d9e0[_0x1feb73(0x108)](',')[_0x1feb73(0x10e)](_0x3396cd=>{_0x49039e['push'](''+_0x3396cd['trim']());}),_0x51ec64[_0x1feb73(0x11c)](_0x49039e[_0x1feb73(0x100)],0x0)&&(_0x2dd0aa[_0x1feb73(0x104)]=_0x49039e,delete _0x2dd0aa[_0x1feb73(0x114)]);}};
1
+ const a15_0x8887e0=a15_0x53d6;(function(_0x555f9a,_0x4c47ea){const _0x1ded0c=a15_0x53d6,_0x673e1f=_0x555f9a();while(!![]){try{const _0x43abea=parseInt(_0x1ded0c(0x1db))/0x1*(-parseInt(_0x1ded0c(0x1e3))/0x2)+parseInt(_0x1ded0c(0x1d9))/0x3+parseInt(_0x1ded0c(0x1ec))/0x4*(parseInt(_0x1ded0c(0x1ee))/0x5)+-parseInt(_0x1ded0c(0x1ea))/0x6*(parseInt(_0x1ded0c(0x1e8))/0x7)+-parseInt(_0x1ded0c(0x1ed))/0x8*(parseInt(_0x1ded0c(0x1dc))/0x9)+-parseInt(_0x1ded0c(0x1d2))/0xa+parseInt(_0x1ded0c(0x1e0))/0xb*(parseInt(_0x1ded0c(0x1e1))/0xc);if(_0x43abea===_0x4c47ea)break;else _0x673e1f['push'](_0x673e1f['shift']());}catch(_0x3a1d32){_0x673e1f['push'](_0x673e1f['shift']());}}}(a15_0x3e0e,0x408b2));function a15_0x3e0e(){const _0x1de65d=['length','has','updateTestRerunConfig','44twPnMq','3030396SpdAoI','../../../helpers/test-observability/utils','6SNHeaR','null','trim','env','../../../helpers/helper','3647bHhkXa','VpEMZ','5700ASeNII','shouldReRunObservabilityTests','4ilKPPd','88Hqfksr','1662205IILLiq','cliConfig','4433360nIbZcI','testRegex','HNdqr','brcBV','ecNHj','map','testMatch','588774PxfTsD','push','64982kBEtMF','115551ogvCnv'];a15_0x3e0e=function(){return _0x1de65d;};return a15_0x3e0e();}function a15_0x53d6(_0x15a433,_0x459c5f){const _0x3e0e55=a15_0x3e0e();return a15_0x53d6=function(_0x53d668,_0x5f4024){_0x53d668=_0x53d668-0x1d1;let _0x33aef9=_0x3e0e55[_0x53d668];return _0x33aef9;},a15_0x53d6(_0x15a433,_0x459c5f);}const testOpsHelper=require(a15_0x8887e0(0x1e2)),helper=require(a15_0x8887e0(0x1e7));exports[a15_0x8887e0(0x1df)]=(_0x287f38,_0xd167dc)=>{const _0x5ea1bf=a15_0x8887e0,_0x27ca08={};_0x27ca08[_0x5ea1bf(0x1d4)]='rerunTests',_0x27ca08['VpEMZ']=function(_0x4f3cb3,_0x11c41f){return _0x4f3cb3!==_0x11c41f;},_0x27ca08[_0x5ea1bf(0x1d6)]=_0x5ea1bf(0x1e4),_0x27ca08[_0x5ea1bf(0x1d5)]=function(_0x5a6c2d,_0x50ea59){return _0x5a6c2d>_0x50ea59;};const _0x5b120a=_0x27ca08;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x5ea1bf(0x1eb)]()){let _0xf2ab39=process[_0x5ea1bf(0x1e6)]['BROWSERSTACK_RERUN_TESTS'];!helper['isUndefined'](_0xd167dc[_0x5ea1bf(0x1d1)])&&_0xd167dc['cliConfig'][_0x5ea1bf(0x1de)](_0x5b120a[_0x5ea1bf(0x1d4)])&&(_0xf2ab39=_0xd167dc[_0x5ea1bf(0x1d1)]['get'](_0x5b120a[_0x5ea1bf(0x1d4)]));const _0x5e2c7f=[];_0x5b120a[_0x5ea1bf(0x1e9)](_0xf2ab39,_0x5b120a[_0x5ea1bf(0x1d6)])&&_0x5b120a[_0x5ea1bf(0x1e9)](_0xf2ab39,null)&&_0xf2ab39['split'](',')[_0x5ea1bf(0x1d7)](_0x4bea5c=>{const _0x4103f1=_0x5ea1bf;_0x5e2c7f[_0x4103f1(0x1da)](''+_0x4bea5c[_0x4103f1(0x1e5)]());}),_0x5b120a[_0x5ea1bf(0x1d5)](_0x5e2c7f[_0x5ea1bf(0x1dd)],0x0)&&(_0x287f38[_0x5ea1bf(0x1d3)]=_0x5e2c7f,delete _0x287f38[_0x5ea1bf(0x1d8)]);}};
@@ -1 +1 @@
1
- const a16_0x492fdb=a16_0x2615;function a16_0x2615(_0x202840,_0x2237a6){const _0x5e4166=a16_0x5e41();return a16_0x2615=function(_0x261593,_0x41d3b1){_0x261593=_0x261593-0xdf;let _0x4cd584=_0x5e4166[_0x261593];return _0x4cd584;},a16_0x2615(_0x202840,_0x2237a6);}(function(_0x19fbe8,_0x2b5623){const _0x332275=a16_0x2615,_0x4d2650=_0x19fbe8();while(!![]){try{const _0xab4f8b=-parseInt(_0x332275(0x12c))/0x1*(-parseInt(_0x332275(0x208))/0x2)+parseInt(_0x332275(0x1f2))/0x3+-parseInt(_0x332275(0x18a))/0x4+-parseInt(_0x332275(0x215))/0x5*(parseInt(_0x332275(0x21a))/0x6)+parseInt(_0x332275(0x23c))/0x7+parseInt(_0x332275(0x1ee))/0x8+parseInt(_0x332275(0xf2))/0x9*(-parseInt(_0x332275(0x10e))/0xa);if(_0xab4f8b===_0x2b5623)break;else _0x4d2650['push'](_0x4d2650['shift']());}catch(_0x2daf5b){_0x4d2650['push'](_0x4d2650['shift']());}}}(a16_0x5e41,0x5a733));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require('../../../helpers/test-observability/utils'),SessionHandler=require(a16_0x492fdb(0x155)),{v4:uuidv4}=require('uuid'),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0x492fdb(0x221)),path=require(a16_0x492fdb(0x11c)),fs=require('fs'),TestDetails=require(a16_0x492fdb(0xfd)),{FRAMEWORKS}=require(a16_0x492fdb(0x206)),{o11yClassErrorHandler}=require(a16_0x492fdb(0x202)),{getGitMetaData}=require('../../../helpers/helper'),a16_0x29888f={};a16_0x29888f[a16_0x492fdb(0x140)]='passed',a16_0x29888f[a16_0x492fdb(0x128)]=a16_0x492fdb(0xf3),a16_0x29888f[a16_0x492fdb(0xe1)]='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x29888f,a16_0x4a1169={};a16_0x4a1169[a16_0x492fdb(0x186)]='BEFORE_ALL',a16_0x4a1169[a16_0x492fdb(0xe4)]='AFTER_ALL',a16_0x4a1169[a16_0x492fdb(0x114)]=a16_0x492fdb(0x14f),a16_0x4a1169[a16_0x492fdb(0x239)]='AFTER_EACH';const HOOK_TYPES_MAP=a16_0x4a1169;function a16_0x5e41(){const _0x4fa93e=['hook_data','removeAllListeners','dbaft','VupcB','tANrg','UsCYd','pwWJw','4|5|3|6|0|2|1','../../../helpers/test-observability/error-handler','asyncError','appendTestPlatform','dUCho','../../utils/constants','hook_run_uuid','898gXPtCs','BGBHN','dTyRI','registerListeners','yoVtP','HuBNa','hsqqb','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','SOVcF','TestRunStarted',':hookAnalyticsId','bs:addLog:','spJgh','75XPBzZo','sySge','okfQF','iktcv','WoPoJ','11298FNofok','CTZKc','rpAhC','qlOsQ','hpNpy','BoDEz','3|4|2|1|0','stack-trace','NDkQz','wgyzV','QeYrt','.git','test','failed\x20to\x20get\x20root\x20parent\x20file\x20','toISOString','dJMDM','rwlQn','rbxSR','QlUMx','http_response','QKlwH','MSrSi','AZtsL','analyticsResult','MWswC','XBxkr','CLruo','failure_reason','qrWBk','includes','CrWsh','afterEach','WhKCS','prefixTestPath','848491kpxhzy','qkrzF','Rnkmv','Qhblm','PSLIU','_gitConfigured','SIbTO','fwTfC','veMUA','failure_type','getHierarchy','GAAWt','root','current_hook','DOSaa','EalHm','STATE_PENDING','jwXPM','exports','afterAll','orarN','bind','IKelW','fbnBN','kMaBx','oxipD','KyAHw','xzJnP','phxpR','rUHtR','EXYwe','JJFvq','logs','37485IFVNqf','failed','UREFB','tZHak','pTaFf','hook_failure','\x20with\x20error\x20:\x20','uuid','vLugA','Ctqba','zoJjx','./test-details','cwd','mapTestHooks','TLeMe','NhujF','bfiMO','join','mpSfQ','gOxpo','backtrace','kMToW','sendTestRunEvent','MIatS','mMeyK','failure','SRCJk','GZHvC','410jdIbew','jkRND','findGitConfig','statSync','LejxT','tTJCo','beforeEach','testObservability','aOZzB','yNDCI','EXNbY','SGnFp','passed','mbQmO','path','setTestUUID','vcYfp','BhEYM','DdsFg','current_test','NJqoN','MFtrw','bGOLS','VAPsT','hooks','DQIau','STATE_FAILED','getTestEnv','neRZW','result','142zYaFJm','config','cVXtS','NtlQL','QjpgM','apply','qTJaX','ZZWBW','HCPdD','retryOf','uJlzC','MpIPU','VeKwt','type','RUhqA','VBJkZ','TBTuW','duration','eVgTy','NsDAg','STATE_PASSED','lOTMX','imURf','TqorE','forEach','GMvLF','Yetfd','test_run_uuid','jCbbI','slikM','gUaZg','nGvbV','getHooksForTest','DknXo','ZKDCY','BEFORE_EACH','expanded','jqeiD','testStarted','xKWyF','hook_type','../../../helpers/test-observability/sessionHandler',':testAnalyticsId','uploadEventData','now','generic','RodQj','skipped','JlbXn','_testEnv','sKyCg','APqRt','TestRunFinished','name','KLJaL','BSjlH','NtxLx','failure_reason_expanded','JEPhu','_currentRetry','inYND','MqzaJ','XGUoP','markedStatus','lfXwL','CuWzL','parent','exxUS','AjTiQ','InhQw','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','bs:addPlatformDetails:','ncAxg','CBTSessionCreated','swRsc','ZABYw','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','dPdLE','lkoKu','gByXy','BtFLG','GwVJH','VgrDu','sCeDa','OFGSj','Xlmyh','configureGit','\x22\x20hook\x20for\x20\x22','parse','RvpPA','beforeAll','started_at','finished_at','ftLmC','2473208TSzqxS','RDNed','Utkpy','Umdtn','event_type','js-','QjSuA','HookRunFinished','KStlm','zSMYX','sep','oZNkF','vLJhZ','uoDaP','javascript','rAGlK','XZZJP','sicid','call','QUyUq','state','bpYca','mOroB','appendTestItemLog','lwcTC','title','LwUcB','hookAnalyticsId','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','failure_backtrace','xVbAb','eUdpr','hRyMp','bDBAY','isQJY','cPOOe','File\x20path\x20could\x20not\x20be\x20found','IuzKf','CmwqT','file','tZiVW','errorsDetailed','MHbOD','dirname','FzAyy','split','err','avoaj','OlwCx','util','jqLFP','resetTestHooks','lNyXr','SltMd','_testResults','XTxWp','uxeKc','ggOsZ','qTHuJ','upZJo','_paths','VrfAz','QNVKb','sEsFE','push','LXegT','BVaAy','kEMoP','testAnalyticsId','JVxqj','ITtCw','NFGQT','_gitConfigPath','rXQuR','vqual','NqIBk','PWfIA','LqsZo','getRootParentFile','IjGdu','zutFI','LTYgb','ZjMXx','toString','BDqxy','nSIeT','QGgRm','getName','OZXsL','pending','test_run','brHbY','SONjp','Mydgu','getTime','pid','pjCKv','getFileName','GNGWN','getTestUUID','5129624rbdGcu','DmUtU','match','UyNRj','1084863AAvWpK','OlxUX','reverse','UduaO','ePkKY','FtYBE','TkoDE','hCffr'];a16_0x5e41=function(){return _0x4fa93e;};return a16_0x5e41();}module[a16_0x492fdb(0xe3)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x17d059=a16_0x492fdb,_0x491b00={'UJirF':_0x17d059(0x201),'GYFxB':function(_0x4cca30){return _0x4cca30();}},_0x11a6d4=_0x491b00['UJirF']['split']('|');let _0x2df46c=0x0;while(!![]){switch(_0x11a6d4[_0x2df46c++]){case'0':this[_0x17d059(0x1fa)]=[];continue;case'1':this['_gitConfigPath']=null;continue;case'2':this[_0x17d059(0x241)]=![];continue;case'3':this[_0x17d059(0x15d)]=this[_0x17d059(0x129)]();continue;case'4':this[_0x17d059(0x115)]=_0x491b00['GYFxB'](isTestObservabilitySession);continue;case'5':this[_0x17d059(0x1c0)]=[];continue;case'6':this[_0x17d059(0x1c6)]=new PathHelper({'cwd':process['cwd']()},this[_0x17d059(0x15d)]['location_prefix']);continue;}break;}}[a16_0x492fdb(0x129)]=()=>{const _0x255396=a16_0x492fdb,_0x10cbdb={'veMUA':_0x255396(0x159),'VpXKk':function(_0xeacbf3){return _0xeacbf3();}};return{'ci':_0x10cbdb[_0x255396(0x244)],'key':_0x10cbdb['VpXKk'](uuidv4),'version':version,'collector':_0x255396(0x18f)+name};};[a16_0x492fdb(0x20b)](){const _0x232483=a16_0x492fdb;process['removeAllListeners'](_0x232483(0x213)+process['pid']),process['on'](_0x232483(0x213)+process['pid'],this['appendTestItemLog'][_0x232483(0xe6)](this)),process['removeAllListeners'](_0x232483(0x173)+process[_0x232483(0x1e9)]),process['on']('bs:addPlatformDetails:'+process['pid'],this[_0x232483(0x204)]['bind'](this));}[a16_0x492fdb(0x152)]=async _0x226d18=>{const _0x2ec28b=a16_0x492fdb,_0x42d46f={'xVbAb':_0x2ec28b(0x225),'ZABYw':_0x2ec28b(0x12d),'NtxLx':'started_at','mWVzV':_0x2ec28b(0x188),'lfXwL':function(_0x3a5fab,_0x24538b){return _0x3a5fab!==_0x24538b;},'pwWJw':function(_0x406c57,_0x489bd1){return _0x406c57===_0x489bd1;},'XZZJP':_0x2ec28b(0x238),'qlOsQ':function(_0x37bfd0,_0xbf7ca7){return _0x37bfd0>_0xbf7ca7;},'IGLUk':function(_0x2b6aba,_0x3d61f0){return _0x2b6aba===_0x3d61f0;},'Rnkmv':'MZlqm','JVxqj':_0x2ec28b(0x211),'wgyzV':function(_0x575e85,_0x59263d){return _0x575e85!==_0x59263d;},'tTJCo':_0x2ec28b(0x1ea),'oxipD':'IcfpM','nvYWf':function(_0x52b116,_0xbfaa4a){return _0x52b116===_0xbfaa4a;},'QjpgM':_0x2ec28b(0x122),'rXQuR':function(_0xefb009,_0x6d86af){return _0xefb009(_0x6d86af);}};try{if(_0x42d46f[_0x2ec28b(0x200)](_0x42d46f['XZZJP'],_0x42d46f[_0x2ec28b(0x19a)])){const _0x295ef9=this['current_test'];this[_0x2ec28b(0x121)]=_0x226d18,_0x226d18[_0x2ec28b(0x135)]=null,_0x226d18['testAnalyticsId']=TestDetails[_0x2ec28b(0x11d)](process[_0x2ec28b(0x1e9)]+':testAnalyticsId'),_0x226d18['started_at']=new Date()[_0x2ec28b(0x228)]();if(_0x42d46f[_0x2ec28b(0x21d)](_0x226d18[_0x2ec28b(0x167)],0x0)&&_0x295ef9&&_0x42d46f['IGLUk'](_0x295ef9[_0x2ec28b(0x1a3)],_0x226d18[_0x2ec28b(0x1a3)])){if(_0x42d46f[_0x2ec28b(0x16c)](_0x42d46f[_0x2ec28b(0x23e)],_0x42d46f[_0x2ec28b(0x23e)]))return _0x216e02[_0x2ec28b(0x111)](_0x5cbf28[_0x2ec28b(0x103)](_0x399513,_0x42d46f[_0x2ec28b(0x1a8)],_0x42d46f[_0x2ec28b(0x177)])),_0x579125;else _0x226d18[_0x2ec28b(0x135)]=_0x295ef9[_0x2ec28b(0x1ce)],await this[_0x2ec28b(0x108)](_0x226d18,undefined,![],_0x42d46f[_0x2ec28b(0x1cf)]),_0x295ef9[_0x2ec28b(0x19e)]=STATE_FAILED,await this[_0x2ec28b(0x108)](_0x295ef9,undefined,!![]);}else _0x42d46f[_0x2ec28b(0x223)](_0x42d46f[_0x2ec28b(0x113)],_0x42d46f[_0x2ec28b(0xea)])?await this[_0x2ec28b(0x108)](_0x226d18,undefined,![],_0x42d46f[_0x2ec28b(0x1cf)]):_0x2d2a12[_0x42d46f[_0x2ec28b(0x164)]]=_0x226b92[_0x42d46f['mWVzV']];}else _0x4e0877[_0x2ec28b(0x1a5)]=null;}catch(_0x23ee37){if(_0x42d46f['nvYWf'](_0x42d46f[_0x2ec28b(0x130)],_0x42d46f[_0x2ec28b(0x130)]))_0x42d46f[_0x2ec28b(0x1d3)](debug,_0x2ec28b(0x178)+_0x23ee37);else{const _0x5d9dd9=[];if(_0x3cefec&&_0x347da8[_0x2ec28b(0x16e)]){let _0x1bfb6b=_0x5994ad[_0x2ec28b(0x16e)];while(_0x1bfb6b&&_0x1bfb6b['name']&&_0x42d46f['lfXwL'](_0x1bfb6b['name'],'')){_0x5d9dd9[_0x2ec28b(0x1ca)](_0x1bfb6b[_0x2ec28b(0x161)]),_0x1bfb6b=_0x1bfb6b[_0x2ec28b(0x161)];}}return _0x5d9dd9[_0x2ec28b(0x1f4)](),_0x5d9dd9;}}};[a16_0x492fdb(0x1e1)](_0x5b48f3){const _0x58608b=a16_0x492fdb,_0x424a8b={'BtFLG':function(_0x229083,_0x922d52){return _0x229083(_0x922d52);},'PWfIA':function(_0xece9f3,_0x2338fc){return _0xece9f3!==_0x2338fc;},'RknJz':'test','jqeiD':function(_0x5f3225,_0x2cfd16){return _0x5f3225===_0x2cfd16;},'rbxSR':'XjAqb','OZXsL':_0x58608b(0x14e)};if(_0x424a8b[_0x58608b(0x1d6)](_0x5b48f3[_0x58608b(0x139)],_0x424a8b['RknJz'])){if(_0x424a8b[_0x58608b(0x151)](_0x424a8b[_0x58608b(0x22b)],_0x424a8b[_0x58608b(0x1e2)]))_0x424a8b[_0x58608b(0x17c)](_0x1be2cc,_0x58608b(0x20f)+_0x2d7237);else return'\x22'+_0x5b48f3['type']+_0x58608b(0x183)+(_0x5b48f3[_0x58608b(0x16e)]&&_0x5b48f3[_0x58608b(0x16e)][_0x58608b(0x161)])+'\x22';}return _0x5b48f3[_0x58608b(0x161)];}[a16_0x492fdb(0x108)]=async(_0x2721ac,_0x1be9f7=undefined,_0x2f0af2=![],_0x339d1e=a16_0x492fdb(0x160))=>{const _0x179bcf=a16_0x492fdb,_0x145c21={'mMeyK':_0x179bcf(0x1e4),'lOTMX':function(_0x2921aa,_0x391cd5){return _0x2921aa(_0x391cd5);},'Qhblm':function(_0x18a09b,_0x2e817d){return _0x18a09b!==_0x2e817d;},'DWgzB':_0x179bcf(0x114),'rbrRo':_0x179bcf(0x239),'VupcB':_0x179bcf(0x12b),'Kqbze':_0x179bcf(0x15b),'JJFvq':_0x179bcf(0x10b),'ZZWBW':_0x179bcf(0x245),'bpYca':function(_0x47714a,_0x394eec){return _0x47714a!==_0x394eec;},'Ctqba':_0x179bcf(0x226),'QNVKb':_0x179bcf(0x11a),'dPdLE':_0x179bcf(0x1e3),'IKelW':'failed','CuWzL':_0x179bcf(0x159),'ePkKY':function(_0x212317){return _0x212317();},'WDhAV':function(_0x1cd22a,_0x4138ab){return _0x1cd22a===_0x4138ab;},'iKXbp':'XeFhm','dbaft':'OAWiC','OlwCx':_0x179bcf(0x220),'LXegT':'hook_run','UyNRj':_0x179bcf(0x235),'oZNkF':function(_0x3a332e,_0x19a899){return _0x3a332e==_0x19a899;},'upZJo':function(_0x38c3e3,_0x302073){return _0x38c3e3===_0x302073;},'rjBZU':_0x179bcf(0x225),'rwlQn':_0x179bcf(0x12d),'ryGQu':_0x179bcf(0x1ec),'aOZzB':'jVyVe','UdRqF':function(_0x178091,_0x2e5ce3){return _0x178091===_0x2e5ce3;},'NtlQL':_0x179bcf(0x1be),'hpNpy':_0x179bcf(0x1aa),'OlxUX':function(_0x2701cf,_0x299e9a){return _0x2701cf===_0x299e9a;},'znnjK':_0x179bcf(0x1a0),'WoPoJ':_0x179bcf(0x247),'VTgux':_0x179bcf(0xec),'BGBHN':function(_0x2a01a9,_0x2be61d){return _0x2a01a9(_0x2be61d);},'IuzKf':'jest-circus','SRCJk':function(_0x4c7bab,_0x325649){return _0x4c7bab!==_0x325649;},'zFCMV':'JDiLA','BDqxy':'TgTAS','jCbbI':_0x179bcf(0x1bb),'SOVcF':function(_0x59eb6b,_0x2e48de){return _0x59eb6b===_0x2e48de;},'okfQF':_0x179bcf(0x218),'eUdpr':_0x179bcf(0x1ab),'AseDW':function(_0x5e5821,_0xcc09e0){return _0x5e5821!==_0xcc09e0;},'GwVJH':_0x179bcf(0x1e6),'SIbTO':_0x179bcf(0x1b8),'lebYt':'aIOCR','RvpPA':'Lstds','IjGdu':function(_0x4c1d04,_0x4b36ea){return _0x4c1d04!==_0x4b36ea;},'QKlwH':function(_0x1cb4bd,_0x1af357){return _0x1cb4bd!==_0x1af357;},'qTHuJ':_0x179bcf(0x1ae),'tZHak':_0x179bcf(0x198),'RDNed':'TestRunSkipped','ggOsZ':function(_0x5e0f7c,_0xeb6f8b){return _0x5e0f7c>_0xeb6f8b;},'SGnFp':function(_0xe8737d,_0x2c29e5){return _0xe8737d-_0x2c29e5;},'InhQw':function(_0x50d8d5,_0xa0db97){return _0x50d8d5===_0xa0db97;},'HCPdD':_0x179bcf(0x187),'ZjMXx':_0x179bcf(0x1b6),'rJUCx':_0x179bcf(0x13f),'Wjzhd':_0x179bcf(0x188),'KStlm':_0x179bcf(0xdf),'Xlmyh':_0x179bcf(0xed),'sEsFE':_0x179bcf(0x191),'IweAu':_0x179bcf(0x168),'xbyou':_0x179bcf(0xe9),'tZiVW':function(_0x1ed97e,_0x293df1){return _0x1ed97e===_0x293df1;},'sicid':'NEKTp','fbnBN':_0x179bcf(0x18c),'UsCYd':function(_0x146108,_0x5d5490){return _0x146108!==_0x5d5490;},'ncAxg':_0x179bcf(0x1f8),'zoJjx':'RRkRU','FtYBE':_0x179bcf(0x1a7),'xTbEl':_0x179bcf(0x106),'VgrDu':_0x179bcf(0x165),'qzqfZ':_0x179bcf(0x150),'QGgRm':'TestRunFinished','AjTiQ':_0x179bcf(0x205),'EalHm':function(_0x47e7d8,_0x2a80ff){return _0x47e7d8===_0x2a80ff;},'MIatS':_0x179bcf(0x19d),'ftLmC':_0x179bcf(0x154),'NDkQz':function(_0x45065e,_0x10aca8){return _0x45065e!==_0x10aca8;},'WBbcR':_0x179bcf(0x21b),'JEPhu':_0x179bcf(0x17f),'bfiMO':function(_0x23be8f,_0x51ced2){return _0x23be8f===_0x51ced2;},'OXooY':'ssupC','uxeKc':function(_0x133cbe,_0x115d6a){return _0x133cbe===_0x115d6a;},'RhRGe':'BHqeH','qkrzF':_0x179bcf(0xe5),'DujHf':_0x179bcf(0x186),'TLeMe':function(_0x5990d7,_0x22881f){return _0x5990d7!==_0x22881f;},'RodQj':'wbrzk','uoDaP':'MgtFr','nLbFn':function(_0x3576d4,_0x35e535){return _0x3576d4(_0x35e535);}};try{if(_0x145c21[_0x179bcf(0x23f)](_0x145c21['ryGQu'],_0x145c21[_0x179bcf(0x116)])){if(_0x2721ac['fn']&&_0x2721ac['fn'][_0x179bcf(0x1dd)]()['match'](/browserstack internal helper hook/)){if(_0x145c21['UdRqF'](_0x145c21[_0x179bcf(0x12f)],_0x145c21[_0x179bcf(0x21e)]))_0x3dd61f[_0x145c21['mMeyK']]=_0x33779d;else return;}let _0x42f85d;try{_0x145c21[_0x179bcf(0x1f3)](_0x145c21['znnjK'],_0x145c21['znnjK'])?_0x42f85d=this[_0x179bcf(0x1d8)](_0x2721ac):(_0x145c21[_0x179bcf(0x141)](_0x32ec8f,_0x179bcf(0x227)+_0x1ed32d),_0xcc1319=null);}catch(_0x4f35c6){if(_0x145c21[_0x179bcf(0x19f)](_0x145c21[_0x179bcf(0x219)],_0x145c21['VTgux']))_0x145c21['BGBHN'](debug,_0x179bcf(0x227)+_0x4f35c6),_0x42f85d=null;else{const _0xc6b773=_0x3feb33[_0x179bcf(0x1b5)](_0x4f31d2);return this[_0x179bcf(0x110)](_0xc6b773);}}if(_0x42f85d[_0x179bcf(0x237)](_0x145c21[_0x179bcf(0x1af)])){if(_0x145c21[_0x179bcf(0x10c)](_0x145c21['zFCMV'],_0x145c21[_0x179bcf(0x1de)]))return;else{let _0x254988=_0x3eb81d['parent'];while(_0x254988&&_0x254988[_0x179bcf(0x161)]&&_0x145c21[_0x179bcf(0x23f)](_0x254988['name'],'')){_0x25bd1f[_0x179bcf(0x1ca)](_0x254988[_0x179bcf(0x161)]),_0x254988=_0x254988['name'];}}}const _0x3ef7ee=_0x145c21[_0x179bcf(0x209)](require,_0x145c21[_0x179bcf(0x148)]);let _0x474352=[];if(_0x145c21[_0x179bcf(0x23f)](_0x2721ac[_0x179bcf(0x1b3)],undefined))_0x145c21[_0x179bcf(0x210)](_0x145c21[_0x179bcf(0x217)],_0x145c21[_0x179bcf(0x1a9)])?_0x13d89b=this[_0x179bcf(0x1d8)](_0xe09366):_0x474352=[_0x2721ac[_0x179bcf(0x1b3)],_0x145c21[_0x179bcf(0xfb)]];else _0x145c21['SRCJk'](_0x1be9f7,undefined)?_0x145c21['AseDW'](_0x145c21[_0x179bcf(0x17d)],_0x145c21['GwVJH'])?this[_0x179bcf(0xff)](_0x36dc38):_0x474352=[_0x1be9f7,_0x145c21[_0x179bcf(0x242)]]:_0x145c21['SOVcF'](_0x145c21['lebYt'],_0x145c21[_0x179bcf(0x185)])?(this[_0x179bcf(0x1c0)][_0x179bcf(0x1ca)](_0x1f068f),_0x124800[_0x179bcf(0x126)]=this[_0x179bcf(0x14c)](_0x371bd5),this['resetTestHooks'](_0x4acf5d)):_0x474352=[];const _0x15b34b=_0x145c21[_0x179bcf(0x1d9)](_0x2721ac['errorsDetailed'],undefined)?_0x3ef7ee['inspect'](_0x2721ac['errorsDetailed'][0x0]):_0x145c21[_0x179bcf(0x22e)](_0x1be9f7,undefined)?_0x1be9f7[_0x179bcf(0x1dd)]():undefined,_0x1349df=_0x42f85d?this['_paths'][_0x179bcf(0x23b)](this['getRootParentFile'](_0x2721ac)):_0x145c21[_0x179bcf(0x1c4)],_0x506ad0={'framework':FRAMEWORKS['JEST'],'uuid':_0x2721ac[_0x179bcf(0x1ce)]||_0x2721ac['hookAnalyticsId'],'name':this[_0x179bcf(0x1e1)](_0x2721ac),'body':{'lang':_0x145c21[_0x179bcf(0xf5)],'code':_0x2721ac['fn']['toString']()},'scopes':this[_0x179bcf(0x246)](_0x2721ac),'file_name':_0x1349df,'vc_filepath':this['_gitConfigPath']&&_0x42f85d?path['relative'](this[_0x179bcf(0x1d2)],_0x42f85d):null,'location':_0x1349df,'result':_0x145c21['WDhAV'](_0x339d1e,_0x145c21[_0x179bcf(0x18b)])?_0x145c21['Kqbze']:this[_0x179bcf(0x231)](_0x2721ac['errorsDetailed']&&_0x145c21[_0x179bcf(0x1c3)](_0x2721ac[_0x179bcf(0x1b3)]['length'],0x0)?_0x145c21[_0x179bcf(0xe7)]:_0x145c21['QNVKb']),'failure_reason':_0x15b34b,'duration_in_ms':_0x2721ac[_0x179bcf(0x13d)]||(_0x339d1e['match'](/Finished/)||_0x339d1e[_0x179bcf(0x1f0)](/Skipped/)?_0x145c21[_0x179bcf(0x119)](Date[_0x179bcf(0x158)](),new Date(_0x2721ac[_0x179bcf(0x187)])[_0x179bcf(0x1e8)]()):null),'started_at':_0x2721ac[_0x179bcf(0x187)],'finished_at':_0x339d1e['match'](/Finished/)||_0x339d1e['match'](/Skipped/)?new Date()[_0x179bcf(0x228)]():null,'failure':failureData[_0x179bcf(0x131)](null,_0x474352),'failure_type':!_0x15b34b?null:_0x145c21[_0x179bcf(0x209)](getFailureType,_0x15b34b),'retry_of':_0x2721ac[_0x179bcf(0x135)]};if(_0x145c21[_0x179bcf(0x171)](_0x339d1e,_0x145c21[_0x179bcf(0x18b)])&&!_0x506ad0[_0x145c21[_0x179bcf(0x134)]]){if(_0x145c21[_0x179bcf(0x10c)](_0x145c21[_0x179bcf(0x1dc)],_0x145c21['rJUCx']))_0x506ad0[_0x145c21[_0x179bcf(0x134)]]=_0x506ad0[_0x145c21['Wjzhd']];else{const _0x3197a={};_0x3197a['lwcTC']=_0x145c21['DWgzB'],_0x3197a[_0x179bcf(0x12e)]=_0x145c21['rbrRo'];const _0x2e833e=_0x3197a;if(!_0x36244c||!_0x43e578[_0x179bcf(0x16e)])return;_0x23f317[_0x179bcf(0x16e)][_0x179bcf(0x126)][_0x179bcf(0x144)](_0x5384a0=>{const _0x2b7829=_0x179bcf;[_0x2e833e[_0x2b7829(0x1a2)],_0x2e833e[_0x2b7829(0x12e)]][_0x2b7829(0x237)](_0x5384a0[_0x2b7829(0x139)])&&_0x5384a0[_0x2b7829(0x1a5)]&&(_0x5384a0[_0x2b7829(0x1a5)]=null);}),this[_0x179bcf(0xff)](_0x4f9b0b['parent']);}}if(_0x339d1e[_0x179bcf(0x1f0)](/HookRun/)){if(_0x145c21['bpYca'](_0x145c21[_0x179bcf(0x192)],_0x145c21[_0x179bcf(0x181)])){[_0x506ad0['hook_type'],_0x506ad0[_0x179bcf(0x161)]]=[_0x2721ac[_0x179bcf(0x139)],this['getName'](_0x2721ac)];if(_0x145c21['OlxUX'](_0x339d1e,_0x145c21[_0x179bcf(0x1c9)])){if(_0x145c21['InhQw'](_0x145c21['IweAu'],_0x145c21['xbyou']))return this[_0x179bcf(0x1d2)];else{if(_0x145c21[_0x179bcf(0x19f)](_0x506ad0[_0x179bcf(0x12b)],_0x145c21['IKelW'])){if(_0x145c21[_0x179bcf(0x1b2)](_0x145c21[_0x179bcf(0x19b)],_0x145c21[_0x179bcf(0xe8)]))return _0x580141[_0x179bcf(0x1b1)];else _0x506ad0['result']=_0x145c21[_0x179bcf(0x1c8)];}}}}else _0x1f71bd[_0x145c21[_0x179bcf(0x10a)]][_0x145c21['VupcB']]=_0x145c21['Kqbze'],_0x1a91f2[_0x145c21['mMeyK']][_0x145c21[_0x179bcf(0xf0)]]=null,_0x4cc3e9[_0x145c21['mMeyK']][_0x145c21[_0x179bcf(0x133)]]=null;}else _0x339d1e[_0x179bcf(0x1f0)](/TestRun/)&&(_0x145c21[_0x179bcf(0x1ff)](_0x145c21[_0x179bcf(0x174)],_0x145c21[_0x179bcf(0x174)])?_0x43ae93[_0x179bcf(0x207)]=_0xde8d97:this[_0x179bcf(0xff)](_0x2721ac));const _0x2d9695=_0x506ad0[_0x145c21['JJFvq']][0x0];if(_0x2d9695){if(_0x145c21[_0x179bcf(0x171)](_0x145c21[_0x179bcf(0xfc)],_0x145c21[_0x179bcf(0xfc)]))_0x506ad0[_0x145c21[_0x179bcf(0x1f7)]]=_0x2d9695[_0x145c21['xTbEl']],_0x506ad0[_0x145c21[_0x179bcf(0x17e)]]=_0x2d9695[_0x145c21['qzqfZ']];else{if(_0x145c21[_0x179bcf(0x19f)](_0x3696a4[_0x179bcf(0x139)],_0x145c21[_0x179bcf(0xfb)]))return'\x22'+_0x46e7df[_0x179bcf(0x139)]+_0x179bcf(0x183)+(_0x1dc1bd[_0x179bcf(0x16e)]&&_0x3ab404[_0x179bcf(0x16e)][_0x179bcf(0x161)])+'\x22';return _0x567b19[_0x179bcf(0x161)];}}if([_0x145c21['QGgRm'],_0x145c21['RDNed']][_0x179bcf(0x237)](_0x339d1e)){if(_0x145c21[_0x179bcf(0x171)](_0x145c21['AjTiQ'],_0x145c21[_0x179bcf(0x170)]))this[_0x179bcf(0x1c0)][_0x179bcf(0x1ca)](_0x506ad0),_0x506ad0['hooks']=this[_0x179bcf(0x14c)](_0x2721ac),this[_0x179bcf(0x1bd)](_0x2721ac);else{const _0x144ea7=_0x515e2d[_0x179bcf(0x184)][_0x179bcf(0x19c)](_0x54b1d3,_0x4ce281[_0x179bcf(0x203)]);return _0x144ea7[0x0][_0x179bcf(0x1eb)]();}}const _0x2cbf9c={'event_type':_0x145c21[_0x179bcf(0xe0)](_0x339d1e,_0x145c21['RDNed'])?_0x145c21[_0x179bcf(0x1e0)]:_0x339d1e};if(_0x339d1e[_0x179bcf(0x1f0)](/HookRun/)){if(_0x145c21[_0x179bcf(0xe0)](_0x145c21[_0x179bcf(0x109)],_0x145c21['MIatS']))_0x506ad0[_0x145c21[_0x179bcf(0x189)]]=HOOK_TYPES_MAP[_0x506ad0[_0x145c21[_0x179bcf(0x189)]]],_0x2cbf9c[_0x145c21[_0x179bcf(0x1cb)]]=_0x506ad0;else{const _0x33faaa={};return _0x33faaa[_0x5cccc0]=_0x145c21[_0x179bcf(0x1c8)],_0x33faaa[_0x526d8c]=_0x145c21[_0x179bcf(0x179)],_0x33faaa[_0x31b299]=_0x145c21[_0x179bcf(0xe7)],_0x33faaa[_0x20a0ac];}}else{if(_0x145c21[_0x179bcf(0x222)](_0x145c21['WBbcR'],_0x145c21[_0x179bcf(0x166)]))_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]]=_0x506ad0;else{if(!_0x5cf249||!_0x35f1bc[_0x179bcf(0x16e)])return;_0x29d6b4[_0x179bcf(0x16e)]['hooks'][_0x179bcf(0x144)](_0x5c0f8b=>{const _0x4cde0e=_0x179bcf;!_0x5c0f8b[_0x4cde0e(0x1a5)]&&(_0x5c0f8b[_0x4cde0e(0x1a5)]=_0x48ccc9[_0x4cde0e(0x11d)](_0xfff486[_0x4cde0e(0x1e9)]+_0x4cde0e(0x212)));}),this['mapTestHooks'](_0x3ef29b[_0x179bcf(0x16e)]);}}if(_0x145c21['ggOsZ'](this[_0x179bcf(0x1fa)]['length'],0x0)&&[_0x145c21[_0x179bcf(0x1e0)],_0x145c21[_0x179bcf(0x18b)]][_0x179bcf(0x237)](_0x339d1e)){if(_0x145c21[_0x179bcf(0x102)](_0x145c21['OXooY'],_0x145c21['OXooY']))this['hook_data'][_0x179bcf(0x144)](async _0x5ae13c=>{const _0x3ab1b4=_0x179bcf;if(_0x145c21['WDhAV'](_0x145c21['iKXbp'],_0x145c21[_0x3ab1b4(0x1fc)]))return{'ci':_0x145c21[_0x3ab1b4(0x16d)],'key':_0x145c21[_0x3ab1b4(0x1f6)](_0x5240d9),'version':_0x3ea4f0,'collector':_0x3ab1b4(0x18f)+_0x584a91};else{const _0x5202c2=_0x145c21[_0x3ab1b4(0x1ba)][_0x3ab1b4(0x1b7)]('|');let _0x2c52c9=0x0;while(!![]){switch(_0x5202c2[_0x2c52c9++]){case'0':await SessionHandler[_0x3ab1b4(0x157)](_0x5ae13c);continue;case'1':_0x5ae13c[_0x145c21['LXegT']][_0x145c21[_0x3ab1b4(0x1f1)]]=_0x2cbf9c[_0x145c21['mMeyK']][_0x145c21['UyNRj']];continue;case'2':_0x5ae13c[_0x145c21[_0x3ab1b4(0x1cb)]][_0x145c21['VupcB']]=_0x2cbf9c[_0x145c21['mMeyK']][_0x145c21['VupcB']];continue;case'3':_0x5ae13c[_0x145c21[_0x3ab1b4(0x1cb)]][_0x145c21[_0x3ab1b4(0xf0)]]=_0x2cbf9c[_0x145c21[_0x3ab1b4(0x10a)]][_0x145c21[_0x3ab1b4(0xf0)]];continue;case'4':_0x5ae13c[_0x145c21[_0x3ab1b4(0x1cb)]][_0x145c21[_0x3ab1b4(0x133)]]=_0x2cbf9c[_0x145c21[_0x3ab1b4(0x10a)]][_0x145c21[_0x3ab1b4(0x133)]];continue;}break;}}}),this[_0x179bcf(0x1fa)]=[];else return'\x22'+_0x3e5bc1[_0x179bcf(0x139)]+_0x179bcf(0x183)+(_0x89056e['parent']&&_0x4a8887[_0x179bcf(0x16e)]['name'])+'\x22';}if(_0x145c21[_0x179bcf(0x102)](this['hook_failure'],_0x2721ac['type'])){if(_0x145c21[_0x179bcf(0x1c2)](_0x145c21['RhRGe'],_0x145c21[_0x179bcf(0x23d)])){const _0x442404=_0x3e9f4b[_0x179bcf(0x194)];if(_0x145c21[_0x179bcf(0x195)](_0x2bb2f5,null)||_0x145c21[_0x179bcf(0x1c5)](_0x2bd107,'')||_0x145c21['WDhAV'](_0x5e9ff3,_0x442404))return null;try{return _0x17c39f[_0x179bcf(0x111)](_0x3a012e['join'](_0x56e3c6,_0x145c21['rjBZU'],_0x145c21[_0x179bcf(0x22a)])),_0x1ac308;}catch(_0x23f0ca){const _0x4356bb=_0x6fce86[_0x179bcf(0x1b5)](_0x305711);return this['findGitConfig'](_0x4356bb);}}else{this[_0x179bcf(0x1fa)][_0x179bcf(0x1ca)](_0x2cbf9c);return;}}_0x145c21[_0x179bcf(0x1f3)](this[_0x179bcf(0xf7)],_0x145c21['DujHf'])&&_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]]&&(_0x145c21[_0x179bcf(0x100)](_0x145c21[_0x179bcf(0x15a)],_0x145c21[_0x179bcf(0x15a)])?_0x146883=[_0x59cb6c[_0x179bcf(0x1b3)],_0x145c21['Ctqba']]:(_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]][_0x145c21[_0x179bcf(0x1fd)]]=_0x145c21['Kqbze'],_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]][_0x145c21[_0x179bcf(0xf0)]]=null,_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]][_0x145c21[_0x179bcf(0x133)]]=null)),await SessionHandler[_0x179bcf(0x157)](_0x2cbf9c);}else return;}catch(_0x3f27f9){if(_0x145c21[_0x179bcf(0xe0)](_0x145c21[_0x179bcf(0x197)],_0x145c21[_0x179bcf(0x197)]))_0x145c21['nLbFn'](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x339d1e+'\x20with\x20error\x20:\x20'+_0x3f27f9);else return;}};[a16_0x492fdb(0x110)](_0x3ddd22){const _0xec50b8=a16_0x492fdb,_0x4fe62e={};_0x4fe62e[_0xec50b8(0x14a)]=_0xec50b8(0x1a7),_0x4fe62e['APqRt']=_0xec50b8(0x106),_0x4fe62e[_0xec50b8(0x13e)]=_0xec50b8(0x165),_0x4fe62e[_0xec50b8(0x169)]=_0xec50b8(0x150),_0x4fe62e[_0xec50b8(0x1ad)]=function(_0x3262d4,_0x5b4fac){return _0x3262d4==_0x5b4fac;},_0x4fe62e[_0xec50b8(0x243)]=function(_0x16edc0,_0x1733c9){return _0x16edc0===_0x1733c9;},_0x4fe62e[_0xec50b8(0x1df)]=function(_0x64bb60,_0x2973ea){return _0x64bb60===_0x2973ea;},_0x4fe62e[_0xec50b8(0x1b0)]=function(_0x1cf361,_0xe6843f){return _0x1cf361!==_0xe6843f;},_0x4fe62e['LlqUw']=_0xec50b8(0x125),_0x4fe62e[_0xec50b8(0x1e5)]=_0xec50b8(0x1d5),_0x4fe62e[_0xec50b8(0x15e)]=function(_0x1005f3,_0x5a66a1){return _0x1005f3!==_0x5a66a1;},_0x4fe62e['VrfAz']=_0xec50b8(0x112),_0x4fe62e['pLcyj']=_0xec50b8(0x225),_0x4fe62e[_0xec50b8(0x136)]=_0xec50b8(0x12d),_0x4fe62e['vLugA']='DyHBl';const _0x22b8e3=_0x4fe62e,_0x3a23a8=path['sep'];if(_0x22b8e3[_0xec50b8(0x1ad)](_0x3ddd22,null)||_0x22b8e3[_0xec50b8(0x243)](_0x3ddd22,'')||_0x22b8e3['nSIeT'](_0x3ddd22,_0x3a23a8)){if(_0x22b8e3[_0xec50b8(0x1b0)](_0x22b8e3['LlqUw'],_0x22b8e3['brHbY']))return null;else{if(!_0x126268||!_0x429c05['parent'])return[];const _0x1a0dcc=[];return _0x5a278b['parent'][_0xec50b8(0x126)]['forEach'](_0x394f20=>{const _0x3c5bb3=_0xec50b8;_0x394f20[_0x3c5bb3(0x1a5)]&&_0x1a0dcc[_0x3c5bb3(0x1ca)](_0x394f20[_0x3c5bb3(0x1a5)]);}),[..._0x1a0dcc,...this[_0xec50b8(0x14c)](_0x4f78ba['parent'])];}}try{if(_0x22b8e3['sKyCg'](_0x22b8e3[_0xec50b8(0x1c7)],_0x22b8e3[_0xec50b8(0x1c7)]))_0x11ca21[_0xec50b8(0x1a5)]=_0xac531c[_0xec50b8(0x11d)](_0x41c355[_0xec50b8(0x1e9)]+_0xec50b8(0x212));else return fs[_0xec50b8(0x111)](path['join'](_0x3ddd22,_0x22b8e3['pLcyj'],_0x22b8e3[_0xec50b8(0x136)])),_0x3ddd22;}catch(_0x164113){if(_0x22b8e3[_0xec50b8(0x1df)](_0x22b8e3[_0xec50b8(0xfa)],_0x22b8e3[_0xec50b8(0xfa)])){const _0x38c6ea=path[_0xec50b8(0x1b5)](_0x3ddd22);return this[_0xec50b8(0x110)](_0x38c6ea);}else _0x4e8a25[_0x22b8e3[_0xec50b8(0x14a)]]=_0x378f95[_0x22b8e3[_0xec50b8(0x15f)]],_0x485aa4[_0x22b8e3[_0xec50b8(0x13e)]]=_0x30507b[_0x22b8e3[_0xec50b8(0x169)]];}}[a16_0x492fdb(0x1a1)]=async _0xaeaad2=>{const _0x31c5e0=a16_0x492fdb,_0x5814d4={'UREFB':'err','BVaAy':function(_0x1e6698,_0x4b1783){return _0x1e6698!==_0x4b1783;},'rbxpc':_0x31c5e0(0x11f),'NFGQT':_0x31c5e0(0x1db),'VBJkZ':function(_0x8bd75e,_0x3811e6){return _0x8bd75e!==_0x3811e6;},'tcAMI':'zgLHm','UduaO':_0x31c5e0(0x11b),'ITtCw':function(_0x5dd7d7,_0x552efc){return _0x5dd7d7===_0x552efc;},'rpAhC':_0x31c5e0(0x17b),'MWswC':_0x31c5e0(0x1d4),'sySge':function(_0x298735,_0x29fdb8){return _0x298735===_0x29fdb8;},'AZtsL':_0x31c5e0(0x1e7),'KyAHw':'LogCreated','PSLIU':_0x31c5e0(0x236),'bGOLS':_0x31c5e0(0x143),'lkoKu':function(_0x1eafcc,_0x1279ab){return _0x1eafcc(_0x1279ab);}},_0x2d69c7=TestDetails[_0x31c5e0(0x1ed)](process[_0x31c5e0(0x1e9)]+_0x31c5e0(0x212)),_0x49d2d0=TestDetails[_0x31c5e0(0x1ed)](process[_0x31c5e0(0x1e9)]+_0x31c5e0(0x156));try{if(_0x5814d4[_0x31c5e0(0x1cc)](_0x5814d4['rbxpc'],_0x5814d4[_0x31c5e0(0x1d1)])){(_0x2d69c7||this[_0x31c5e0(0x249)]&&!this[_0x31c5e0(0x249)][_0x31c5e0(0x16b)])&&(_0x5814d4[_0x31c5e0(0x13b)](_0x5814d4['tcAMI'],_0x5814d4[_0x31c5e0(0x1f5)])?_0xaeaad2[_0x31c5e0(0x207)]=_0x2d69c7:_0x21ab94=[_0x49ed41,_0x5814d4[_0x31c5e0(0xf4)]]);if(!_0xaeaad2[_0x31c5e0(0x207)]&&_0x49d2d0){if(_0x5814d4[_0x31c5e0(0x1d0)](_0x5814d4[_0x31c5e0(0x21c)],_0x5814d4[_0x31c5e0(0x232)]))return null;else _0xaeaad2[_0x31c5e0(0x147)]=_0x49d2d0;}if(_0xaeaad2[_0x31c5e0(0x207)]||_0xaeaad2[_0x31c5e0(0x147)]){if(_0x5814d4[_0x31c5e0(0x216)](_0x5814d4[_0x31c5e0(0x230)],_0x5814d4['AZtsL'])){const _0x50ae0b={};_0x50ae0b[_0x31c5e0(0x18e)]=_0x5814d4[_0x31c5e0(0xeb)],_0x50ae0b[_0x31c5e0(0xf1)]=[_0xaeaad2],await SessionHandler[_0x31c5e0(0x157)](_0x50ae0b);}else _0x34f91a[_0x31c5e0(0x1fb)](_0x31c5e0(0x213)+_0x54a638[_0x31c5e0(0x1e9)]),_0x2f1ee2['on'](_0x31c5e0(0x213)+_0x516b7e[_0x31c5e0(0x1e9)],this[_0x31c5e0(0x1a1)][_0x31c5e0(0xe6)](this)),_0x37f4ea['removeAllListeners'](_0x31c5e0(0x173)+_0x3a1a44[_0x31c5e0(0x1e9)]),_0x3e2527['on'](_0x31c5e0(0x173)+_0x18572a['pid'],this[_0x31c5e0(0x204)]['bind'](this));}}else _0x3ee25c=[];}catch(_0x17c626){if(_0x5814d4[_0x31c5e0(0x216)](_0x5814d4[_0x31c5e0(0x240)],_0x5814d4[_0x31c5e0(0x124)]))return[];else _0x5814d4[_0x31c5e0(0x17a)](debug,_0x31c5e0(0x1a6)+_0x17c626);}};[a16_0x492fdb(0x204)]=async _0x13c1f8=>{const _0x6558ac=a16_0x492fdb,_0x3b51f5={'zutFI':function(_0x411d42,_0x52515f){return _0x411d42(_0x52515f);},'jwXPM':function(_0x571d30,_0x8aac85){return _0x571d30===_0x8aac85;},'yoVtP':'bTDRJ','dTyRI':_0x6558ac(0x22d),'XGUoP':_0x6558ac(0x175),'zSMYX':'lVLiv','vLJhZ':_0x6558ac(0x1bf)};try{if(_0x3b51f5[_0x6558ac(0xe2)](_0x3b51f5[_0x6558ac(0x20c)],_0x3b51f5[_0x6558ac(0x20c)])){const _0x1d43ec={'uuid':_0x13c1f8[_0x6558ac(0xf9)]||TestDetails[_0x6558ac(0x1ed)](process[_0x6558ac(0x1e9)]+_0x6558ac(0x156)),'integrations':_0x13c1f8[_0x3b51f5[_0x6558ac(0x20a)]]},_0x461260={};_0x461260[_0x6558ac(0x18e)]=_0x3b51f5[_0x6558ac(0x16a)],_0x461260['test_run']=_0x1d43ec,await SessionHandler[_0x6558ac(0x157)](_0x461260);}else _0x3b51f5['zutFI'](_0x332ebd,_0x6558ac(0x1a6)+_0x3924dc);}catch(_0x355656){if(_0x3b51f5['jwXPM'](_0x3b51f5[_0x6558ac(0x193)],_0x3b51f5[_0x6558ac(0x196)])){this[_0x6558ac(0x1fa)]['push'](_0x48b97d);return;}else _0x3b51f5[_0x6558ac(0x1da)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x355656);}};async[a16_0x492fdb(0x182)](){const _0x1bc660=a16_0x492fdb,_0x5e5f7d={'DIpFx':_0x1bc660(0x114),'DRqfT':_0x1bc660(0x239),'sVPhv':function(_0xb53a76,_0x54c9a6){return _0xb53a76===_0x54c9a6;},'kMToW':_0x1bc660(0x1fe),'neRZW':function(_0x2f02ed){return _0x2f02ed();},'jkRND':function(_0x525754,_0x14cae4){return _0x525754!==_0x14cae4;},'ONqik':_0x1bc660(0x105),'trhIR':_0x1bc660(0x127)};if(this['_gitConfigured']){if(_0x5e5f7d['sVPhv'](_0x5e5f7d[_0x1bc660(0x107)],_0x5e5f7d[_0x1bc660(0x107)]))return this[_0x1bc660(0x1d2)];else _0x46edd8['push'](_0x346538[_0x1bc660(0x1a5)]);}const _0x540508=await _0x5e5f7d[_0x1bc660(0x12a)](getGitMetaData);_0x540508&&(_0x5e5f7d[_0x1bc660(0x10f)](_0x5e5f7d['ONqik'],_0x5e5f7d['trhIR'])?this['_gitConfigPath']=_0x540508[_0x1bc660(0x248)]:[_0x5e5f7d['DIpFx'],_0x5e5f7d['DRqfT']][_0x1bc660(0x237)](_0x7d2cec['type'])&&_0x35f181[_0x1bc660(0x1a5)]&&(_0x94f8ab['hookAnalyticsId']=null)),this[_0x1bc660(0x241)]=!![];}['analyticsResult'](_0x17dad2){const _0x3bac59=a16_0x492fdb,_0x657546={};_0x657546[_0x3bac59(0x142)]=_0x3bac59(0x11a),_0x657546['QjSuA']='pending',_0x657546[_0x3bac59(0x214)]=_0x3bac59(0xf3);const _0x415530=_0x657546,_0x2905bb={};return _0x2905bb[STATE_PASSED]=_0x415530['imURf'],_0x2905bb[STATE_PENDING]=_0x415530[_0x3bac59(0x190)],_0x2905bb[STATE_FAILED]=_0x415530['spJgh'],_0x2905bb[_0x17dad2];}['getHierarchy'](_0x283634){const _0x590fe2=a16_0x492fdb,_0x513e1e={'Yetfd':function(_0x16e0e0,_0x3e8e58){return _0x16e0e0(_0x3e8e58);},'Uhmkl':function(_0x15789f,_0x1d51bb){return _0x15789f!==_0x1d51bb;},'hsqqb':_0x590fe2(0x137),'nGvbV':'lQarv','QeYrt':function(_0x52cbc3,_0x125c6b){return _0x52cbc3!==_0x125c6b;},'IcdVE':function(_0x4aa224,_0x1def65){return _0x4aa224===_0x1def65;},'xKWyF':_0x590fe2(0x13c)},_0x422fb6=[];if(_0x283634&&_0x283634['parent']){if(_0x513e1e['Uhmkl'](_0x513e1e[_0x590fe2(0x20e)],_0x513e1e[_0x590fe2(0x14b)])){let _0x221ad2=_0x283634['parent'];while(_0x221ad2&&_0x221ad2['name']&&_0x513e1e[_0x590fe2(0x224)](_0x221ad2[_0x590fe2(0x161)],'')){_0x513e1e['IcdVE'](_0x513e1e[_0x590fe2(0x153)],_0x513e1e[_0x590fe2(0x153)])?(_0x422fb6['push'](_0x221ad2['name']),_0x221ad2=_0x221ad2['name']):_0x4cb144['hookAnalyticsId']&&_0xaa194['push'](_0x1c1cc3[_0x590fe2(0x1a5)]);}}else _0x513e1e[_0x590fe2(0x146)](_0x28996f,_0x590fe2(0x172)+_0x2bc1ec+_0x590fe2(0xf8)+_0x20912d);}return _0x422fb6[_0x590fe2(0x1f4)](),_0x422fb6;}['getRootParentFile']=_0x29cd28=>{const _0x1139c0=a16_0x492fdb,_0x1c356f={};_0x1c356f[_0x1139c0(0x234)]=_0x1139c0(0x11a),_0x1c356f[_0x1139c0(0x199)]=function(_0x36f706,_0x7bbf91){return _0x36f706===_0x7bbf91;},_0x1c356f[_0x1139c0(0x1c1)]='TTtxr',_0x1c356f[_0x1139c0(0x117)]=function(_0xd921b,_0x4bd410){return _0xd921b!==_0x4bd410;},_0x1c356f[_0x1139c0(0x145)]='rUEPF',_0x1c356f[_0x1139c0(0x1a4)]=_0x1139c0(0x11e);const _0x368da8=_0x1c356f;if(_0x29cd28[_0x1139c0(0x203)]){if(_0x368da8['rAGlK'](_0x368da8['XTxWp'],_0x368da8[_0x1139c0(0x1c1)])){const _0x2a43fa=stackTrace[_0x1139c0(0x184)]['call'](stackTrace,_0x29cd28[_0x1139c0(0x203)]);return _0x2a43fa[0x0][_0x1139c0(0x1eb)]();}else return;}if(_0x29cd28[_0x1139c0(0x1b1)]){if(_0x368da8[_0x1139c0(0x117)](_0x368da8[_0x1139c0(0x145)],_0x368da8['LwUcB']))return _0x29cd28[_0x1139c0(0x1b1)];else _0xbca802[_0x1139c0(0x12b)]=_0x368da8[_0x1139c0(0x234)];}return null;};[a16_0x492fdb(0xff)]=_0x2aa136=>{const _0xb8fb99=a16_0x492fdb,_0x54a9a1={'DdsFg':'5|0|4|6|3|1|2','FoBmT':function(_0x3c5a66){return _0x3c5a66();},'sCzjX':function(_0x4be9c3,_0x3aa890){return _0x4be9c3!==_0x3aa890;},'OwnTQ':_0xb8fb99(0xf3),'pTaFf':'passed','LqsZo':_0xb8fb99(0x154),'GZHvC':'hook_run','NhujF':'kntkt','rUHtR':_0xb8fb99(0x13a),'XBxkr':function(_0x5d853c,_0x48e4c7){return _0x5d853c!==_0x48e4c7;},'ffCDH':_0xb8fb99(0x1f9),'jLHLy':_0xb8fb99(0x180),'MSrSi':function(_0x3d2bfa,_0x55b680){return _0x3d2bfa===_0x55b680;},'DknXo':_0xb8fb99(0xef)};if(!_0x2aa136||!_0x2aa136[_0xb8fb99(0x16e)]){if(_0x54a9a1[_0xb8fb99(0x22f)](_0x54a9a1[_0xb8fb99(0x14d)],_0x54a9a1[_0xb8fb99(0x14d)]))return;else{const _0x1cae52=_0x54a9a1[_0xb8fb99(0x120)][_0xb8fb99(0x1b7)]('|');let _0x11c9af=0x0;while(!![]){switch(_0x1cae52[_0x11c9af++]){case'0':this[_0xb8fb99(0x1c0)]=[];continue;case'1':this['_gitConfigured']=![];continue;case'2':this['_gitConfigPath']=null;continue;case'3':this[_0xb8fb99(0x1fa)]=[];continue;case'4':this[_0xb8fb99(0x15d)]=this[_0xb8fb99(0x129)]();continue;case'5':this[_0xb8fb99(0x115)]=_0x54a9a1['FoBmT'](_0x3b57bd);continue;case'6':this[_0xb8fb99(0x1c6)]=new _0x5e63f2({'cwd':_0xa2a7b6[_0xb8fb99(0xfe)]()},this[_0xb8fb99(0x15d)]['location_prefix']);continue;}break;}}}_0x2aa136[_0xb8fb99(0x16e)]['hooks'][_0xb8fb99(0x144)](_0x30be6b=>{const _0x22fa25=_0xb8fb99,_0x144b26={};_0x144b26[_0x22fa25(0x176)]=_0x54a9a1[_0x22fa25(0x1d7)],_0x144b26[_0x22fa25(0x22c)]=_0x54a9a1[_0x22fa25(0x10d)];const _0x368b51=_0x144b26;_0x54a9a1['sCzjX'](_0x54a9a1[_0x22fa25(0x101)],_0x54a9a1[_0x22fa25(0xee)])?!_0x30be6b[_0x22fa25(0x1a5)]&&(_0x54a9a1[_0x22fa25(0x233)](_0x54a9a1['ffCDH'],_0x54a9a1['jLHLy'])?_0x30be6b[_0x22fa25(0x1a5)]=TestDetails[_0x22fa25(0x11d)](process[_0x22fa25(0x1e9)]+_0x22fa25(0x212)):_0x54a9a1['sCzjX'](_0x3b8a4f[_0x22fa25(0x12b)],_0x54a9a1['OwnTQ'])&&(_0x12e0c0['result']=_0x54a9a1[_0x22fa25(0xf6)])):(_0x5aa352[_0x368b51[_0x22fa25(0x176)]]=_0x9cc369[_0x3368a6[_0x368b51[_0x22fa25(0x176)]]],_0x57a4cb[_0x368b51[_0x22fa25(0x22c)]]=_0x17a70d);}),this['mapTestHooks'](_0x2aa136[_0xb8fb99(0x16e)]);};[a16_0x492fdb(0x1bd)]=_0x226eba=>{const _0x11b086=a16_0x492fdb,_0x3c03d0={};_0x3c03d0['AHbcQ']=function(_0x536367,_0x124b89){return _0x536367===_0x124b89;},_0x3c03d0[_0x11b086(0x162)]=_0x11b086(0x149),_0x3c03d0[_0x11b086(0x132)]='arNgk',_0x3c03d0['EXNbY']=_0x11b086(0x114),_0x3c03d0[_0x11b086(0x1b4)]=_0x11b086(0x239),_0x3c03d0[_0x11b086(0x21f)]=function(_0x22d764,_0x42bc2e){return _0x22d764===_0x42bc2e;},_0x3c03d0[_0x11b086(0x104)]=_0x11b086(0x1ac),_0x3c03d0['kEMoP']='VAtee',_0x3c03d0[_0x11b086(0x18d)]='EMstj';const _0x49672c=_0x3c03d0;if(!_0x226eba||!_0x226eba[_0x11b086(0x16e)]){if(_0x49672c[_0x11b086(0x21f)](_0x49672c['Umdtn'],_0x49672c[_0x11b086(0x18d)]))return;else this[_0x11b086(0x1d2)]=_0x105794['root'];}_0x226eba[_0x11b086(0x16e)][_0x11b086(0x126)][_0x11b086(0x144)](_0x4d882f=>{const _0x280158=_0x11b086;if(_0x49672c['AHbcQ'](_0x49672c[_0x280158(0x162)],_0x49672c[_0x280158(0x132)])){if(_0x34653c['asyncError']){const _0x373406=_0x151fb9[_0x280158(0x184)][_0x280158(0x19c)](_0x457d21,_0x1f925e['asyncError']);return _0x373406[0x0]['getFileName']();}if(_0x49534b[_0x280158(0x1b1)])return _0x1f52a8['file'];return null;}else{if([_0x49672c[_0x280158(0x118)],_0x49672c[_0x280158(0x1b4)]][_0x280158(0x237)](_0x4d882f[_0x280158(0x139)])&&_0x4d882f[_0x280158(0x1a5)]){if(_0x49672c[_0x280158(0x21f)](_0x49672c['mpSfQ'],_0x49672c[_0x280158(0x1cd)]))return;else _0x4d882f[_0x280158(0x1a5)]=null;}}}),this[_0x11b086(0xff)](_0x226eba[_0x11b086(0x16e)]);};[a16_0x492fdb(0x14c)]=_0x2211df=>{const _0x58b4bb=a16_0x492fdb,_0x54d6b2={};_0x54d6b2[_0x58b4bb(0x20d)]=function(_0x2a67da,_0x556671){return _0x2a67da===_0x556671;},_0x54d6b2[_0x58b4bb(0x1ef)]=_0x58b4bb(0x191),_0x54d6b2['avoaj']=function(_0x131451,_0x11017b){return _0x131451!==_0x11017b;},_0x54d6b2['EZGSD']='failed',_0x54d6b2['iijnc']=_0x58b4bb(0x11a),_0x54d6b2[_0x58b4bb(0x138)]=_0x58b4bb(0x23a),_0x54d6b2[_0x58b4bb(0x229)]=function(_0x1a117f,_0x116061){return _0x1a117f!==_0x116061;},_0x54d6b2[_0x58b4bb(0x123)]=_0x58b4bb(0x1bc),_0x54d6b2[_0x58b4bb(0x16f)]=function(_0x31836a,_0x64bf3e){return _0x31836a!==_0x64bf3e;},_0x54d6b2[_0x58b4bb(0x163)]=_0x58b4bb(0x15c);const _0x5961db=_0x54d6b2;if(!_0x2211df||!_0x2211df[_0x58b4bb(0x16e)]){if(_0x5961db[_0x58b4bb(0x16f)](_0x5961db[_0x58b4bb(0x163)],_0x5961db[_0x58b4bb(0x163)]))[_0x1ff766[_0x58b4bb(0x154)],_0x18dc9c[_0x58b4bb(0x161)]]=[_0x2b9e0f[_0x58b4bb(0x139)],this[_0x58b4bb(0x1e1)](_0x5efa14)],_0x5961db[_0x58b4bb(0x20d)](_0x9dd733,_0x5961db[_0x58b4bb(0x1ef)])&&(_0x5961db[_0x58b4bb(0x1b9)](_0x20e413['result'],_0x5961db['EZGSD'])&&(_0x2d38ce[_0x58b4bb(0x12b)]=_0x5961db['iijnc']));else return[];}const _0x348537=[];return _0x2211df[_0x58b4bb(0x16e)][_0x58b4bb(0x126)][_0x58b4bb(0x144)](_0x84656d=>{const _0x5a7aae=_0x58b4bb;_0x5961db[_0x5a7aae(0x20d)](_0x5961db[_0x5a7aae(0x138)],_0x5961db['VeKwt'])?_0x84656d[_0x5a7aae(0x1a5)]&&(_0x5961db['dJMDM'](_0x5961db[_0x5a7aae(0x123)],_0x5961db[_0x5a7aae(0x123)])?_0x4bf16b['test_run_uuid']=_0x19479f:_0x348537['push'](_0x84656d[_0x5a7aae(0x1a5)])):!_0x4d9a35['hookAnalyticsId']&&(_0x11e603[_0x5a7aae(0x1a5)]=_0x599641[_0x5a7aae(0x11d)](_0x445004[_0x5a7aae(0x1e9)]+_0x5a7aae(0x212)));}),[..._0x348537,...this[_0x58b4bb(0x14c)](_0x2211df[_0x58b4bb(0x16e)])];};},[a16_0x492fdb(0x129),a16_0x492fdb(0x20b),a16_0x492fdb(0x152),'getName','sendTestRunEvent',a16_0x492fdb(0x110),a16_0x492fdb(0x1a1),'appendTestPlatform','analyticsResult','getHierarchy','getRootParentFile',a16_0x492fdb(0xff),a16_0x492fdb(0x1bd),a16_0x492fdb(0x14c),a16_0x492fdb(0x182)]);
1
+ function a16_0x5de2(){const _0x33d7a5=['Rrjjd','bs:addLog:','pfudD','Kuxjn','EqIdv','hook_run_uuid','qIdkD','beforeEach','join','getTestEnv','test_run_uuid','ReXTH','pyeUX','_gitConfigured','jycrZ','toString','registerListeners','VwqLF','ZREoC','HLmtU','parse','balnD','PqzLF','0|1|4|3|2','appendTestItemLog','ODHFE','length','WQUTz','KTzNu','14HGOsBk','hook_failure','getTime','zScjz','FZRxO','BEfOK','1|3|0|5|6|4|2','MRTDJ','match','reverse','isebZ','testObservability','failure_type','sep','STATE_PENDING','HSMyc','zXCkj','relative','ZJpCF','xxKlR','AEuDY','ODylV','QaXTl','failure_backtrace','bEsNH','Xkpto','12wqtQBt','JEST','wggJk','dirname','getFileName','../../../helpers/helper','UaIgu','CmYTs','VLtAv','failed','uqrnU','TestRunFinished','event_type','ffWYa','IfHAA','qgINQ','FBJMt','NwnBF','\x22\x20hook\x20for\x20\x22','qSdxz','findGitConfig','name','tvome','OLakH','zLlAo','BTOal','kMOGc','vMpXg','rfFGl','fxcHu','egxsK','wDjEN','kprOJ','Nnxpr','cuAKz','duration','TJDJo',':testAnalyticsId','\x20with\x20error\x20:\x20','_currentRetry','ghztS','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','http_response','_gitConfigPath','MDcKc','forEach','failure_reason_expanded','getTestUUID','KkPAW','BubbM','abqlK','QqJzt','MqyVN','syQqL','_testResults','ElgvL','279480jByQyM','SikKG','uLadx','uVspI','jNnjQ','zwIsQ','zZgML','now','state','call','HuBAV','push','hook_data','lzckG','HookRunFinished','ePguu','getHierarchy','UsGkH','getRootParentFile','AFTER_EACH','PKAmW','xUyBB','started_at','current_hook','kTPvg','YmDEG','exports','HvAXE','expanded','RvRmu','../../../../package.json','GWpTn','JbSdb','fIreX','FKAZn','FBhJO','configureGit','XLnWR','EzmxC','fVtZZ','afterAll','KnpNE','iVVTe','skAaR','cNkXp','RpenJ','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','PnCtA','JtKEy','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','aYjxj','thNLy','XLcYZ','generic','UMycX','JIJKN','GeTWR','iYyTC',':hookAnalyticsId','QFzhw','knrWq','apply','uECOQ','asyncError','nBFMD','VFJtg','config','ztSXG','4jEcvcU','current_test','iNuds','FCBBs','hookAnalyticsId','fuihO','setTestUUID','inspect','pending','beforeAll','passed','YfLgc','jest-circus','File\x20path\x20could\x20not\x20be\x20found','ukVRo','mMQne','test','vGOrm','bTgSm','_testEnv','SOiUC','BDLyD','TestRunStarted','VOFzp','ZCTCl','hUaQH','eUudz','3|6|0|4|2|5|1','rNqvM','VtqKC','VdnRr','LyFyI','GZwVC','IpaHA','qEYLk','bpmBF','KzokQ','iVTqQ','nJExc','root','10gxFwkx','QDEEk','yPaQm','KtUZM','cyxlf','fBgWE','errorsDetailed','FszKe','2936857vLxYFT','VIYIp','eqOFv','VfzlQ','jCHWP','file','_paths','failure','NNwdd','getHooksForTest','eiKTf','toISOString','wKHCr','split','location_prefix','PFEkz','GGEBZ','LogCreated','result','VXmth','QEJsd','statSync','xwvAH','pid','gJyRi','jHHyj','PZoRb','hook_type','strkK','ipgXo','uuid','retryOf','RoyGr','ileUg','ePJoT','wdnpY','BZRUN','tptnp','jUSOn','iBTUA','WhSZo','cJJAS','cwd','uploadEventData','NUYSg','STATE_FAILED','1958034GbVPhM','finished_at','aVkgD','MqVSw','hNHgk','JdTNj','ZlBrr','qipin','PrQzg','hooks','QJVkr','testStarted','yVlwZ','Gvdoh','js-','HDgzF','SKJyZ','vivEP','PmPgR','vNrnf','YTiEw','includes','RUJXP','err','dMeRN','JlEqg','hook_run','ILOxR','CdjIp','tSSMJ','GLeaA','testAnalyticsId','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','128079tFgpYq','Aqewh','yjKAm','NDCxC','test_run','lzbOE','wpBTR','logs','DwESb','Znhak','EdifE','VpQBi','ewnIn','nuhEX','OBKdW','analyticsResult','BsFkt','uqXOR','removeAllListeners','KFuYd','EfqnA','title','Fpila','VLHNk','getName','VUsWb','WDlFB','QtjEX','uNyiP','225232qVgbQj','FFEwm','mjbXO','4352625qByyAQ','HNpfF','bs:addPlatformDetails:','./test-details','Ufgcd','bqRaF','appendTestPlatform','mapTestHooks','resetTestHooks','RDhJN','KDXOn','LaHLr','lFxoH','hBDMR','iodyX','WUIHU','wdHfA','qzGix','OWmNs','NdTLf','../../../helpers/test-observability/utils','backtrace','2037600YAclCH','IbZNy','bind','ApgJL','QcQMC','aIAko','type','ucdwM','YFmWf','qNbUT','fyBQC','afterEach','RmUtE','../../../helpers/test-observability/sessionHandler','XRJZr','xusDp','RmCIv','ljUNu','CPpJs','PmUoC','SsNjo','uEIEw','gcWiR','jrUga','bojRe','MSSGX','.git','eYZmP','HjGZs','dvglv','BEFORE_EACH','sendTestRunEvent','../../../helpers/test-observability/error-handler','stack-trace','iEWcF','PqIWl','nNrDB','fEnzE','parent'];a16_0x5de2=function(){return _0x33d7a5;};return a16_0x5de2();}const a16_0x30c02e=a16_0x13a2;(function(_0x45923b,_0x447449){const _0x3a3aaa=a16_0x13a2,_0x69a5df=_0x45923b();while(!![]){try{const _0x323b0a=-parseInt(_0x3a3aaa(0x1b0))/0x1*(-parseInt(_0x3a3aaa(0x24c))/0x2)+parseInt(_0x3a3aaa(0x22f))/0x3*(-parseInt(_0x3a3aaa(0x2c3))/0x4)+parseInt(_0x3a3aaa(0x265))/0x5+-parseInt(_0x3a3aaa(0x20e))/0x6+parseInt(_0x3a3aaa(0x2a9))/0x7*(parseInt(_0x3a3aaa(0x2fb))/0x8)+parseInt(_0x3a3aaa(0x24f))/0x9*(-parseInt(_0x3a3aaa(0x1d8))/0xa)+parseInt(_0x3a3aaa(0x1e0))/0xb;if(_0x323b0a===_0x447449)break;else _0x69a5df['push'](_0x69a5df['shift']());}catch(_0x200592){_0x69a5df['push'](_0x69a5df['shift']());}}}(a16_0x5de2,0x3eb1e));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x30c02e(0x263)),SessionHandler=require(a16_0x30c02e(0x272)),{v4:uuidv4}=require('uuid'),{name,version}=require(a16_0x30c02e(0x18a)),stackTrace=require(a16_0x30c02e(0x286)),path=require('path'),fs=require('fs'),TestDetails=require(a16_0x30c02e(0x252)),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require(a16_0x30c02e(0x285)),{getGitMetaData}=require(a16_0x30c02e(0x2c8)),a16_0x405b9b={};a16_0x405b9b['STATE_PASSED']=a16_0x30c02e(0x1ba),a16_0x405b9b[a16_0x30c02e(0x20d)]=a16_0x30c02e(0x2cc),a16_0x405b9b[a16_0x30c02e(0x2b7)]='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x405b9b,a16_0x15279d={};a16_0x15279d[a16_0x30c02e(0x1b9)]='BEFORE_ALL',a16_0x15279d[a16_0x30c02e(0x194)]='AFTER_ALL',a16_0x15279d[a16_0x30c02e(0x293)]=a16_0x30c02e(0x283),a16_0x15279d['afterEach']=a16_0x30c02e(0x17f);function a16_0x13a2(_0xa36051,_0xb5cef2){const _0x5de298=a16_0x5de2();return a16_0x13a2=function(_0x13a273,_0x1b0316){_0x13a273=_0x13a273-0x174;let _0x3b53c5=_0x5de298[_0x13a273];return _0x3b53c5;},a16_0x13a2(_0xa36051,_0xb5cef2);}const HOOK_TYPES_MAP=a16_0x15279d;module[a16_0x30c02e(0x186)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x42ae57=a16_0x30c02e,_0x488194={'VOFzp':_0x42ae57(0x1cb),'isebZ':function(_0x433772){return _0x433772();}},_0x2d12b0=_0x488194[_0x42ae57(0x1c7)]['split']('|');let _0x4eacec=0x0;while(!![]){switch(_0x2d12b0[_0x4eacec++]){case'0':this['_testEnv']=this[_0x42ae57(0x295)]();continue;case'1':this[_0x42ae57(0x2ee)]=null;continue;case'2':this[_0x42ae57(0x178)]=[];continue;case'3':this[_0x42ae57(0x2b4)]=_0x488194[_0x42ae57(0x2b3)](isTestObservabilitySession);continue;case'4':this[_0x42ae57(0x1e6)]=new PathHelper({'cwd':process['cwd']()},this[_0x42ae57(0x1c3)]['location_prefix']);continue;case'5':this[_0x42ae57(0x299)]=![];continue;case'6':this['_testResults']=[];continue;}break;}}[a16_0x30c02e(0x295)]=()=>{const _0xed7a95=a16_0x30c02e,_0x5bb717={'fyBQC':'generic','OLakH':function(_0x1d292b){return _0x1d292b();}};return{'ci':_0x5bb717[_0xed7a95(0x26f)],'key':_0x5bb717[_0xed7a95(0x2da)](uuidv4),'version':version,'collector':_0xed7a95(0x21c)+name};};[a16_0x30c02e(0x29c)](){const _0x31bf09=a16_0x30c02e;process[_0x31bf09(0x241)](_0x31bf09(0x28d)+process[_0x31bf09(0x1f7)]),process['on'](_0x31bf09(0x28d)+process[_0x31bf09(0x1f7)],this['appendTestItemLog'][_0x31bf09(0x267)](this)),process[_0x31bf09(0x241)](_0x31bf09(0x251)+process[_0x31bf09(0x1f7)]),process['on'](_0x31bf09(0x251)+process[_0x31bf09(0x1f7)],this[_0x31bf09(0x255)][_0x31bf09(0x267)](this));}[a16_0x30c02e(0x219)]=async _0x232213=>{const _0x252e76=a16_0x30c02e,_0x111791={'WQUTz':_0x252e76(0x233),'YFmWf':function(_0x1269ca,_0x2bc707){return _0x1269ca===_0x2bc707;},'lFjYH':_0x252e76(0x18f),'JbSdb':_0x252e76(0x206),'zScjz':function(_0x1bc160,_0x27f6c7){return _0x1bc160>_0x27f6c7;},'abqlK':function(_0xf9a305,_0x4b93bd){return _0xf9a305===_0x4b93bd;},'EdifE':function(_0x7a1102,_0x10025d){return _0x7a1102===_0x10025d;},'QDEEk':_0x252e76(0x2fe),'EfqnA':_0x252e76(0x1c6),'xUyBB':function(_0x516ab3,_0x10b3e7){return _0x516ab3===_0x10b3e7;},'HDgzF':'LojdC','VpQBi':_0x252e76(0x208),'BZRUN':function(_0x364387,_0x1832a0){return _0x364387(_0x1832a0);}};try{if(_0x111791[_0x252e76(0x26d)](_0x111791['lFjYH'],_0x111791[_0x252e76(0x18c)])){if(!_0x541902||!_0x2b2feb[_0x252e76(0x28b)])return[];const _0x5a1aa8=[];return _0x3a885d[_0x252e76(0x28b)][_0x252e76(0x217)][_0x252e76(0x2f0)](_0x2150e8=>{const _0x46bfa4=_0x252e76;_0x2150e8['hookAnalyticsId']&&_0x5a1aa8[_0x46bfa4(0x177)](_0x2150e8[_0x46bfa4(0x1b4)]);}),[..._0x5a1aa8,...this[_0x252e76(0x1e9)](_0x37ed93[_0x252e76(0x28b)])];}else{const _0x334718=this[_0x252e76(0x1b1)];this[_0x252e76(0x1b1)]=_0x232213,_0x232213[_0x252e76(0x1ff)]=null,_0x232213[_0x252e76(0x22d)]=TestDetails['setTestUUID'](process[_0x252e76(0x1f7)]+_0x252e76(0x2e8)),_0x232213['started_at']=new Date()[_0x252e76(0x1eb)](),_0x111791[_0x252e76(0x2ac)](_0x232213[_0x252e76(0x2ea)],0x0)&&_0x334718&&_0x111791[_0x252e76(0x2f5)](_0x334718['title'],_0x232213[_0x252e76(0x244)])?_0x111791[_0x252e76(0x239)](_0x111791[_0x252e76(0x1d9)],_0x111791[_0x252e76(0x1d9)])?(_0x232213[_0x252e76(0x1ff)]=_0x334718[_0x252e76(0x22d)],await this[_0x252e76(0x284)](_0x232213,undefined,![],_0x111791[_0x252e76(0x243)]),_0x334718[_0x252e76(0x174)]=STATE_FAILED,await this[_0x252e76(0x284)](_0x334718,undefined,!![])):_0x12db08[_0x111791[_0x252e76(0x2a7)]]=_0x55fc27:_0x111791[_0x252e76(0x181)](_0x111791['HDgzF'],_0x111791[_0x252e76(0x21d)])?await this[_0x252e76(0x284)](_0x232213,undefined,![],_0x111791[_0x252e76(0x243)]):this[_0x252e76(0x256)](_0x35e5b1);}}catch(_0x3b3ea9){if(_0x111791[_0x252e76(0x26d)](_0x111791[_0x252e76(0x23a)],_0x111791['VpQBi']))_0x111791[_0x252e76(0x204)](debug,_0x252e76(0x19d)+_0x3b3ea9);else return;}};[a16_0x30c02e(0x247)](_0x1790d0){const _0x2cca3f=a16_0x30c02e,_0x5c53bf={};_0x5c53bf[_0x2cca3f(0x1f6)]=function(_0x1cc926,_0x5e0c74){return _0x1cc926!==_0x5e0c74;},_0x5c53bf[_0x2cca3f(0x25d)]='test',_0x5c53bf['RWCCm']=function(_0x5897c6,_0x103147){return _0x5897c6===_0x103147;},_0x5c53bf[_0x2cca3f(0x189)]=_0x2cca3f(0x246),_0x5c53bf[_0x2cca3f(0x2ad)]=_0x2cca3f(0x218);const _0x4d714c=_0x5c53bf;if(_0x4d714c[_0x2cca3f(0x1f6)](_0x1790d0['type'],_0x4d714c[_0x2cca3f(0x25d)])){if(_0x4d714c['RWCCm'](_0x4d714c[_0x2cca3f(0x189)],_0x4d714c['FZRxO'])){if(_0x390061[_0x2cca3f(0x1ab)]){const _0x1d7bd5=_0xcfd1b[_0x2cca3f(0x2a0)][_0x2cca3f(0x175)](_0x39ea70,_0x416286[_0x2cca3f(0x1ab)]);return _0x1d7bd5[0x0]['getFileName']();}if(_0x1412a5[_0x2cca3f(0x1e5)])return _0x257249['file'];return null;}else return'\x22'+_0x1790d0['type']+_0x2cca3f(0x2d5)+(_0x1790d0[_0x2cca3f(0x28b)]&&_0x1790d0[_0x2cca3f(0x28b)][_0x2cca3f(0x2d8)])+'\x22';}return _0x1790d0['name'];}[a16_0x30c02e(0x284)]=async(_0x3e163f,_0x562fe5=undefined,_0x4d2fc7=![],_0xf51732=a16_0x30c02e(0x2ce))=>{const _0xf92ee9=a16_0x30c02e,_0x12800a={'VFJtg':_0xf92ee9(0x2af),'BEfOK':function(_0x46d818){return _0x46d818();},'ElgvL':function(_0x34f178,_0x4bb36f){return _0x34f178(_0x4bb36f);},'HvAXE':function(_0x3e2f19,_0x54e0cd){return _0x3e2f19===_0x54e0cd;},'QtjEX':_0xf92ee9(0x17a),'iEWcF':function(_0x2f3d8d,_0x35fe36){return _0x2f3d8d!==_0x35fe36;},'nJExc':_0xf92ee9(0x2cc),'CmYTs':_0xf92ee9(0x1ba),'WDlFB':_0xf92ee9(0x182),'fuihO':_0xf92ee9(0x20f),'MDcKc':'beforeEach','tSSMJ':_0xf92ee9(0x270),'IfHAA':function(_0x51a8c9,_0x31aba1){return _0x51a8c9(_0x31aba1);},'VUsWb':'SLdqV','XiXOE':_0xf92ee9(0x2a3),'ipgXo':_0xf92ee9(0x228),'QFzhw':_0xf92ee9(0x1e7),'dvglv':_0xf92ee9(0x233),'pyeUX':_0xf92ee9(0x2b5),'ewnIn':'failure_reason','VIYIp':_0xf92ee9(0x1f2),'GWpTn':function(_0x171dc6,_0x49f2a5){return _0x171dc6!==_0x49f2a5;},'ePJoT':_0xf92ee9(0x2dc),'SKJyZ':function(_0x3d4d00,_0x1064f4){return _0x3d4d00!==_0x1064f4;},'KFuYd':'JfOJx','jCHWP':_0xf92ee9(0x1a5),'eiKTf':'moLJS','eUudz':function(_0x243b03,_0x169782){return _0x243b03(_0x169782);},'ffWYa':_0xf92ee9(0x1bc),'AEuDY':_0xf92ee9(0x2a2),'qNbUT':_0xf92ee9(0x2a8),'OSdmq':'util','kTPvg':function(_0x328140,_0x555b46){return _0x328140===_0x555b46;},'PKAmW':_0xf92ee9(0x2ff),'Znhak':_0xf92ee9(0x2d9),'ztSXG':_0xf92ee9(0x1c0),'acZXN':function(_0x31612f,_0x38788b){return _0x31612f!==_0x38788b;},'qEYLk':function(_0x9063c6,_0xeea3e3){return _0x9063c6!==_0xeea3e3;},'PqIWl':_0xf92ee9(0x1f0),'BubbM':_0xf92ee9(0x225),'XRJZr':'uUvdP','XEiCq':_0xf92ee9(0x1b2),'VtqKC':function(_0x1bfb25,_0x207cc9){return _0x1bfb25!==_0x207cc9;},'CdjIp':function(_0x1bfce6,_0x26857d){return _0x1bfce6!==_0x26857d;},'iVVTe':_0xf92ee9(0x1bd),'qgINQ':'javascript','GZwVC':function(_0x1be047,_0x5c61c8){return _0x1be047===_0x5c61c8;},'NwnBF':'TestRunSkipped','nBFMD':'skipped','FKAZn':function(_0x36c10f,_0x131e5d){return _0x36c10f>_0x131e5d;},'Rrjjd':function(_0x323f60,_0x31f01a){return _0x323f60-_0x31f01a;},'NdTLf':function(_0x496a34,_0x5406c1){return _0x496a34(_0x5406c1);},'ApgJL':function(_0x5a4f1a,_0x3a4a9d){return _0x5a4f1a===_0x3a4a9d;},'cJJAS':_0xf92ee9(0x234),'Gvdoh':_0xf92ee9(0x1db),'OWmNs':function(_0x46bb8a,_0x21cad6){return _0x46bb8a===_0x21cad6;},'lFxoH':_0xf92ee9(0x195),'jXvuX':'fpKsV','NjrQb':function(_0x15a9dd,_0x436de8){return _0x15a9dd===_0x436de8;},'bojRe':_0xf92ee9(0x277),'NNwdd':function(_0x2fe804,_0x8c4653){return _0x2fe804!==_0x8c4653;},'FCBBs':_0xf92ee9(0x2df),'vCkla':_0xf92ee9(0x266),'skAaR':_0xf92ee9(0x2cd),'ukVRo':function(_0x386f4f,_0x4e584c){return _0x386f4f!==_0x4e584c;},'kMOGc':'QVlkk','yVlwZ':'sRcMS','fBgWE':_0xf92ee9(0x2c0),'JtKEy':_0xf92ee9(0x264),'LaHLr':_0xf92ee9(0x2f1),'yPaQm':_0xf92ee9(0x188),'HSMyc':_0xf92ee9(0x2ce),'jZybL':function(_0x4834fd,_0x122659){return _0x4834fd!==_0x122659;},'fIreX':'txwxu','ODHFE':function(_0x50b65e,_0x1bea32){return _0x50b65e===_0x1bea32;},'SikKG':_0xf92ee9(0x231),'QEJsd':'mDGMR','MSSGX':_0xf92ee9(0x1fb),'YTiEw':function(_0x5c0679,_0x4b9985){return _0x5c0679===_0x4b9985;},'FDzov':_0xf92ee9(0x290),'WiFem':_0xf92ee9(0x207),'ZJpCF':function(_0x2eeed7,_0xc1f2c5){return _0x2eeed7===_0xc1f2c5;},'PnCtA':_0xf92ee9(0x279),'DwESb':function(_0x37fddf,_0x54fef8){return _0x37fddf===_0x54fef8;},'PZLAI':function(_0x24fd55,_0x257e77){return _0x24fd55===_0x257e77;},'uqXOR':'ouJDa','qipin':'beforeAll','xEKxb':function(_0x5844d9,_0x4f4822){return _0x5844d9===_0x4f4822;},'ileUg':_0xf92ee9(0x2b0),'qzGix':_0xf92ee9(0x2e4),'KDXOn':_0xf92ee9(0x297),'xNzEU':_0xf92ee9(0x17d)};try{if(_0x12800a[_0xf92ee9(0x18b)](_0x12800a[_0xf92ee9(0x202)],_0x12800a['ePJoT']))return'\x22'+_0x2fd893[_0xf92ee9(0x26b)]+_0xf92ee9(0x2d5)+(_0x560ef4[_0xf92ee9(0x28b)]&&_0x383cd9[_0xf92ee9(0x28b)][_0xf92ee9(0x2d8)])+'\x22';else{if(_0x3e163f['fn']&&_0x3e163f['fn'][_0xf92ee9(0x29b)]()[_0xf92ee9(0x2b1)](/browserstack internal helper hook/)){if(_0x12800a[_0xf92ee9(0x21e)](_0x12800a[_0xf92ee9(0x242)],_0x12800a['KFuYd'])){const _0xdf37c4=_0x12800a[_0xf92ee9(0x1ad)][_0xf92ee9(0x1ed)]('|');let _0x56f498=0x0;while(!![]){switch(_0xdf37c4[_0x56f498++]){case'0':this[_0xf92ee9(0x1c3)]=this[_0xf92ee9(0x295)]();continue;case'1':this[_0xf92ee9(0x2b4)]=_0x12800a[_0xf92ee9(0x2ae)](_0x18d2ee);continue;case'2':this[_0xf92ee9(0x2ee)]=null;continue;case'3':this[_0xf92ee9(0x2f9)]=[];continue;case'4':this['_gitConfigured']=![];continue;case'5':this[_0xf92ee9(0x1e6)]=new _0x9a9861({'cwd':_0x2e1509[_0xf92ee9(0x20a)]()},this[_0xf92ee9(0x1c3)][_0xf92ee9(0x1ee)]);continue;case'6':this[_0xf92ee9(0x178)]=[];continue;}break;}}else return;}let _0x3d6494;try{_0x12800a[_0xf92ee9(0x21e)](_0x12800a[_0xf92ee9(0x1e4)],_0x12800a[_0xf92ee9(0x1e4)])?_0x12800a[_0xf92ee9(0x2fa)](_0x4c8418,_0xf92ee9(0x19d)+_0x28b23c):_0x3d6494=this[_0xf92ee9(0x17e)](_0x3e163f);}catch(_0x7fdec9){_0x12800a[_0xf92ee9(0x287)](_0x12800a[_0xf92ee9(0x1ea)],_0x12800a[_0xf92ee9(0x1ea)])?([_0x3c5abb[_0xf92ee9(0x1fb)],_0x3c8d65['name']]=[_0x356a16[_0xf92ee9(0x26b)],this['getName'](_0xe3b97b)],_0x12800a[_0xf92ee9(0x187)](_0x38fbc4,_0x12800a[_0xf92ee9(0x24a)])&&(_0x12800a[_0xf92ee9(0x287)](_0x2ffdb0[_0xf92ee9(0x1f2)],_0x12800a[_0xf92ee9(0x1d6)])&&(_0x5120ac[_0xf92ee9(0x1f2)]=_0x12800a[_0xf92ee9(0x2ca)]))):(_0x12800a[_0xf92ee9(0x1ca)](debug,'failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x7fdec9),_0x3d6494=null);}if(_0x3d6494[_0xf92ee9(0x223)](_0x12800a[_0xf92ee9(0x2d0)])){if(_0x12800a[_0xf92ee9(0x21e)](_0x12800a[_0xf92ee9(0x2bd)],_0x12800a[_0xf92ee9(0x26e)]))return;else this[_0xf92ee9(0x2f9)][_0xf92ee9(0x177)](_0x2da7c6),_0x324bdb['hooks']=this[_0xf92ee9(0x1e9)](_0x295a45),this[_0xf92ee9(0x257)](_0x32385b);}const _0x5a086a=_0x12800a[_0xf92ee9(0x1ca)](require,_0x12800a['OSdmq']);let _0x3f6c3f=[];if(_0x12800a['GWpTn'](_0x3e163f['errorsDetailed'],undefined))_0x12800a['kTPvg'](_0x12800a[_0xf92ee9(0x180)],_0x12800a[_0xf92ee9(0x238)])?_0x148c42[_0x12800a[_0xf92ee9(0x249)]]=_0x140eb8[_0x12800a[_0xf92ee9(0x1b5)]]:_0x3f6c3f=[_0x3e163f['errorsDetailed'],_0x12800a[_0xf92ee9(0x1af)]];else _0x12800a['acZXN'](_0x562fe5,undefined)?_0x12800a['qEYLk'](_0x12800a['PqIWl'],_0x12800a[_0xf92ee9(0x288)])?_0x12800a[_0xf92ee9(0x2fa)](_0x1c3b51,_0xf92ee9(0x19a)+_0x605dd2):_0x3f6c3f=[_0x562fe5,_0x12800a[_0xf92ee9(0x2f4)]]:_0x12800a['kTPvg'](_0x12800a[_0xf92ee9(0x273)],_0x12800a['XEiCq'])?_0x2ed4bd['test_run_uuid']=_0x23974b:_0x3f6c3f=[];const _0x25f4c0=_0x12800a[_0xf92ee9(0x1cd)](_0x3e163f[_0xf92ee9(0x1de)],undefined)?_0x5a086a[_0xf92ee9(0x1b7)](_0x3e163f[_0xf92ee9(0x1de)][0x0]):_0x12800a[_0xf92ee9(0x22a)](_0x562fe5,undefined)?_0x562fe5['toString']():undefined,_0x3f229c=_0x3d6494?this[_0xf92ee9(0x1e6)]['prefixTestPath'](this[_0xf92ee9(0x17e)](_0x3e163f)):_0x12800a[_0xf92ee9(0x196)],_0x10ae6e={'framework':FRAMEWORKS[_0xf92ee9(0x2c4)],'uuid':_0x3e163f[_0xf92ee9(0x22d)]||_0x3e163f[_0xf92ee9(0x1b4)],'name':this[_0xf92ee9(0x247)](_0x3e163f),'body':{'lang':_0x12800a[_0xf92ee9(0x2d2)],'code':_0x3e163f['fn']['toString']()},'scopes':this[_0xf92ee9(0x17c)](_0x3e163f),'file_name':_0x3f229c,'vc_filepath':this[_0xf92ee9(0x2ee)]&&_0x3d6494?path[_0xf92ee9(0x2ba)](this[_0xf92ee9(0x2ee)],_0x3d6494):null,'location':_0x3f229c,'result':_0x12800a[_0xf92ee9(0x1d0)](_0xf51732,_0x12800a['NwnBF'])?_0x12800a['nBFMD']:this[_0xf92ee9(0x23e)](_0x3e163f[_0xf92ee9(0x1de)]&&_0x12800a[_0xf92ee9(0x18e)](_0x3e163f[_0xf92ee9(0x1de)][_0xf92ee9(0x2a6)],0x0)?_0x12800a[_0xf92ee9(0x1d6)]:_0x12800a[_0xf92ee9(0x2ca)]),'failure_reason':_0x25f4c0,'duration_in_ms':_0x3e163f[_0xf92ee9(0x2e6)]||(_0xf51732[_0xf92ee9(0x2b1)](/Finished/)||_0xf51732[_0xf92ee9(0x2b1)](/Skipped/)?_0x12800a[_0xf92ee9(0x28c)](Date[_0xf92ee9(0x302)](),new Date(_0x3e163f['started_at'])[_0xf92ee9(0x2ab)]()):null),'started_at':_0x3e163f[_0xf92ee9(0x182)],'finished_at':_0xf51732[_0xf92ee9(0x2b1)](/Finished/)||_0xf51732[_0xf92ee9(0x2b1)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0xf92ee9(0x1a9)](null,_0x3f6c3f),'failure_type':!_0x25f4c0?null:_0x12800a[_0xf92ee9(0x262)](getFailureType,_0x25f4c0),'retry_of':_0x3e163f[_0xf92ee9(0x1ff)]};_0x12800a[_0xf92ee9(0x268)](_0xf51732,_0x12800a[_0xf92ee9(0x2d4)])&&!_0x10ae6e[_0x12800a[_0xf92ee9(0x249)]]&&(_0x12800a[_0xf92ee9(0x1d2)](_0x12800a[_0xf92ee9(0x209)],_0x12800a[_0xf92ee9(0x21b)])?_0x10ae6e[_0x12800a[_0xf92ee9(0x249)]]=_0x10ae6e[_0x12800a['fuihO']]:_0x2614ce[_0xf92ee9(0x1b4)]&&_0x5ca598[_0xf92ee9(0x177)](_0x11f6fb[_0xf92ee9(0x1b4)]));if(_0xf51732['match'](/HookRun/)){if(_0x12800a[_0xf92ee9(0x261)](_0x12800a[_0xf92ee9(0x25b)],_0x12800a['jXvuX']))_0x52c5f4[_0xf92ee9(0x177)](_0x189488['name']),_0x907d5e=_0x42d48c[_0xf92ee9(0x2d8)];else{[_0x10ae6e[_0xf92ee9(0x1fb)],_0x10ae6e[_0xf92ee9(0x2d8)]]=[_0x3e163f[_0xf92ee9(0x26b)],this[_0xf92ee9(0x247)](_0x3e163f)];if(_0x12800a['NjrQb'](_0xf51732,_0x12800a[_0xf92ee9(0x24a)])){if(_0x12800a['GZwVC'](_0x12800a[_0xf92ee9(0x27d)],_0x12800a[_0xf92ee9(0x27d)])){if(_0x12800a[_0xf92ee9(0x1e8)](_0x10ae6e[_0xf92ee9(0x1f2)],_0x12800a['nJExc'])){if(_0x12800a[_0xf92ee9(0x21e)](_0x12800a[_0xf92ee9(0x1b3)],_0x12800a['vCkla']))_0x10ae6e[_0xf92ee9(0x1f2)]=_0x12800a[_0xf92ee9(0x2ca)];else{const _0x362645={};_0x362645[_0xf92ee9(0x258)]=_0x12800a[_0xf92ee9(0x2ef)],_0x362645[_0xf92ee9(0x254)]=_0x12800a[_0xf92ee9(0x22b)];const _0xe4896b=_0x362645;if(!_0x19dc44||!_0xe60a0c['parent'])return;_0x288e61[_0xf92ee9(0x28b)][_0xf92ee9(0x217)][_0xf92ee9(0x2f0)](_0x17bff9=>{const _0x2e67d9=_0xf92ee9;[_0xe4896b[_0x2e67d9(0x258)],_0xe4896b[_0x2e67d9(0x254)]][_0x2e67d9(0x223)](_0x17bff9[_0x2e67d9(0x26b)])&&_0x17bff9[_0x2e67d9(0x1b4)]&&(_0x17bff9[_0x2e67d9(0x1b4)]=null);}),this[_0xf92ee9(0x256)](_0x1cbc60[_0xf92ee9(0x28b)]);}}}else this[_0xf92ee9(0x2ee)]=_0x43b94c[_0xf92ee9(0x1d7)];}}}else _0xf51732[_0xf92ee9(0x2b1)](/TestRun/)&&(_0x12800a[_0xf92ee9(0x184)](_0x12800a[_0xf92ee9(0x197)],_0x12800a[_0xf92ee9(0x197)])?this['mapTestHooks'](_0x3e163f):_0x12800a[_0xf92ee9(0x2d1)](_0x33f883,_0xf92ee9(0x22e)+_0x5c542c+'\x20with\x20error\x20:\x20'+_0x55fc83));const _0x5013e1=_0x10ae6e[_0x12800a[_0xf92ee9(0x1a7)]][0x0];if(_0x5013e1){if(_0x12800a[_0xf92ee9(0x1be)](_0x12800a[_0xf92ee9(0x2dd)],_0x12800a[_0xf92ee9(0x21a)]))_0x10ae6e[_0x12800a[_0xf92ee9(0x1dd)]]=_0x5013e1[_0x12800a[_0xf92ee9(0x19c)]],_0x10ae6e[_0x12800a[_0xf92ee9(0x25a)]]=_0x5013e1[_0x12800a[_0xf92ee9(0x1da)]];else return;}[_0x12800a['HSMyc'],_0x12800a[_0xf92ee9(0x2d4)]]['includes'](_0xf51732)&&(_0x12800a['jZybL'](_0x12800a[_0xf92ee9(0x18d)],_0x12800a[_0xf92ee9(0x18d)])?_0x1f9d08[_0xf92ee9(0x291)]=_0x5c9850:(this[_0xf92ee9(0x2f9)][_0xf92ee9(0x177)](_0x10ae6e),_0x10ae6e[_0xf92ee9(0x217)]=this[_0xf92ee9(0x1e9)](_0x3e163f),this[_0xf92ee9(0x257)](_0x3e163f)));const _0x4a939d={'event_type':_0x12800a[_0xf92ee9(0x2a5)](_0xf51732,_0x12800a[_0xf92ee9(0x2d4)])?_0x12800a['HSMyc']:_0xf51732};_0xf51732['match'](/HookRun/)?_0x12800a['SKJyZ'](_0x12800a[_0xf92ee9(0x2fc)],_0x12800a[_0xf92ee9(0x1f4)])?(_0x10ae6e[_0x12800a[_0xf92ee9(0x27e)]]=HOOK_TYPES_MAP[_0x10ae6e[_0x12800a[_0xf92ee9(0x27e)]]],_0x4a939d[_0x12800a[_0xf92ee9(0x1fd)]]=_0x10ae6e):(_0x18d03f[_0xf92ee9(0x241)](_0xf92ee9(0x28d)+_0x39e497['pid']),_0x2d9434['on'](_0xf92ee9(0x28d)+_0x40c346[_0xf92ee9(0x1f7)],this[_0xf92ee9(0x2a4)][_0xf92ee9(0x267)](this)),_0x2acd11[_0xf92ee9(0x241)](_0xf92ee9(0x251)+_0xa8bcfa[_0xf92ee9(0x1f7)]),_0xadc7d1['on'](_0xf92ee9(0x251)+_0x2acf32[_0xf92ee9(0x1f7)],this[_0xf92ee9(0x255)][_0xf92ee9(0x267)](this))):_0x12800a[_0xf92ee9(0x222)](_0x12800a['FDzov'],_0x12800a['WiFem'])?!_0x3f5705[_0xf92ee9(0x1b4)]&&(_0x47f048[_0xf92ee9(0x1b4)]=_0x516bef[_0xf92ee9(0x1b6)](_0x31a310[_0xf92ee9(0x1f7)]+_0xf92ee9(0x1a6))):_0x4a939d[_0x12800a[_0xf92ee9(0x282)]]=_0x10ae6e;if(_0x12800a['FKAZn'](this[_0xf92ee9(0x178)]['length'],0x0)&&[_0x12800a[_0xf92ee9(0x2b8)],_0x12800a[_0xf92ee9(0x2d4)]]['includes'](_0xf51732)){if(_0x12800a[_0xf92ee9(0x2bb)](_0x12800a[_0xf92ee9(0x19b)],_0x12800a['PnCtA']))this[_0xf92ee9(0x178)]['forEach'](async _0x2105cf=>{const _0x5baac4=_0xf92ee9;if(_0x12800a['iEWcF'](_0x12800a[_0x5baac4(0x248)],_0x12800a[_0x5baac4(0x248)]))return;else{const _0x479dd2=_0x12800a['XiXOE'][_0x5baac4(0x1ed)]('|');let _0x3681af=0x0;while(!![]){switch(_0x479dd2[_0x3681af++]){case'0':_0x2105cf[_0x12800a['ipgXo']][_0x12800a['QFzhw']]=_0x4a939d[_0x12800a[_0x5baac4(0x282)]][_0x12800a[_0x5baac4(0x1a7)]];continue;case'1':_0x2105cf[_0x12800a[_0x5baac4(0x1fd)]][_0x12800a[_0x5baac4(0x298)]]=_0x4a939d[_0x12800a['dvglv']][_0x12800a[_0x5baac4(0x298)]];continue;case'2':await SessionHandler[_0x5baac4(0x20b)](_0x2105cf);continue;case'3':_0x2105cf[_0x12800a[_0x5baac4(0x1fd)]][_0x12800a[_0x5baac4(0x23b)]]=_0x4a939d[_0x12800a[_0x5baac4(0x282)]][_0x12800a[_0x5baac4(0x23b)]];continue;case'4':_0x2105cf[_0x12800a[_0x5baac4(0x1fd)]][_0x12800a[_0x5baac4(0x1e1)]]=_0x4a939d[_0x12800a[_0x5baac4(0x282)]][_0x12800a['VIYIp']];continue;}break;}}}),this[_0xf92ee9(0x178)]=[];else{if(!_0x2c7205||!_0x182e38[_0xf92ee9(0x28b)])return;_0x380481['parent'][_0xf92ee9(0x217)][_0xf92ee9(0x2f0)](_0x5a1a5e=>{const _0x1685a0=_0xf92ee9;!_0x5a1a5e[_0x1685a0(0x1b4)]&&(_0x5a1a5e[_0x1685a0(0x1b4)]=_0x59f2f0[_0x1685a0(0x1b6)](_0x18d621['pid']+':hookAnalyticsId'));}),this[_0xf92ee9(0x256)](_0x1fbf08[_0xf92ee9(0x28b)]);}}if(_0x12800a[_0xf92ee9(0x237)](this[_0xf92ee9(0x2aa)],_0x3e163f['type'])){if(_0x12800a['PZLAI'](_0x12800a[_0xf92ee9(0x240)],_0x12800a[_0xf92ee9(0x240)])){this[_0xf92ee9(0x178)]['push'](_0x4a939d);return;}else{const _0x2bfeb8=_0x21f4bb[_0xf92ee9(0x2a0)][_0xf92ee9(0x175)](_0x2987a7,_0x2e9f01[_0xf92ee9(0x1ab)]);return _0x2bfeb8[0x0][_0xf92ee9(0x2c7)]();}}if(_0x12800a['HvAXE'](this['hook_failure'],_0x12800a[_0xf92ee9(0x215)])&&_0x4a939d[_0x12800a[_0xf92ee9(0x282)]]){if(_0x12800a['xEKxb'](_0x12800a[_0xf92ee9(0x201)],_0x12800a[_0xf92ee9(0x260)])){const _0x31eded=[];if(_0x364b02&&_0x48ba72[_0xf92ee9(0x28b)]){let _0x27b4bf=_0x34be38['parent'];while(_0x27b4bf&&_0x27b4bf[_0xf92ee9(0x2d8)]&&_0x12800a[_0xf92ee9(0x287)](_0x27b4bf[_0xf92ee9(0x2d8)],'')){_0x31eded[_0xf92ee9(0x177)](_0x27b4bf[_0xf92ee9(0x2d8)]),_0x27b4bf=_0x27b4bf[_0xf92ee9(0x2d8)];}}return _0x31eded[_0xf92ee9(0x2b2)](),_0x31eded;}else _0x4a939d[_0x12800a[_0xf92ee9(0x282)]][_0x12800a[_0xf92ee9(0x1e1)]]=_0x12800a[_0xf92ee9(0x1ac)],_0x4a939d[_0x12800a['dvglv']][_0x12800a[_0xf92ee9(0x1a7)]]=null,_0x4a939d[_0x12800a[_0xf92ee9(0x282)]][_0x12800a[_0xf92ee9(0x298)]]=null;}await SessionHandler[_0xf92ee9(0x20b)](_0x4a939d);}}catch(_0x3066d0){_0x12800a[_0xf92ee9(0x1be)](_0x12800a[_0xf92ee9(0x259)],_0x12800a['xNzEU'])?_0x12800a[_0xf92ee9(0x2d1)](debug,_0xf92ee9(0x22e)+_0xf51732+_0xf92ee9(0x2e9)+_0x3066d0):(_0x12800a[_0xf92ee9(0x2d1)](_0x56bcbd,'failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x3dc099),_0x2d283f=null);}};[a16_0x30c02e(0x2d7)](_0x31aa68){const _0x1a93bf=a16_0x30c02e,_0x4596ec={};_0x4596ec[_0x1a93bf(0x24d)]='.git',_0x4596ec[_0x1a93bf(0x2db)]='config',_0x4596ec[_0x1a93bf(0x29a)]=function(_0x54bba7,_0x5227ca){return _0x54bba7!==_0x5227ca;},_0x4596ec[_0x1a93bf(0x2be)]=function(_0x2fb334,_0x3f2fdb){return _0x2fb334==_0x3f2fdb;},_0x4596ec[_0x1a93bf(0x1e2)]=function(_0x5449e5,_0xfb6bcc){return _0x5449e5===_0xfb6bcc;},_0x4596ec[_0x1a93bf(0x276)]=function(_0x26ccb8,_0x365d50){return _0x26ccb8===_0x365d50;},_0x4596ec['MqyVN']=_0x1a93bf(0x2e2),_0x4596ec[_0x1a93bf(0x1d3)]='YAhWt',_0x4596ec[_0x1a93bf(0x2f6)]=_0x1a93bf(0x205),_0x4596ec['UgzhW']=_0x1a93bf(0x23f),_0x4596ec[_0x1a93bf(0x23d)]=_0x1a93bf(0x1cc);const _0x5b9320=_0x4596ec,_0x9a4770=path[_0x1a93bf(0x2b6)];if(_0x5b9320[_0x1a93bf(0x2be)](_0x31aa68,null)||_0x5b9320[_0x1a93bf(0x1e2)](_0x31aa68,'')||_0x5b9320['eqOFv'](_0x31aa68,_0x9a4770))return _0x5b9320[_0x1a93bf(0x276)](_0x5b9320[_0x1a93bf(0x2f7)],_0x5b9320[_0x1a93bf(0x2f7)])?null:(_0x167b5e[_0x1a93bf(0x1f5)](_0x5554dd[_0x1a93bf(0x294)](_0x19992c,_0x5b9320['FFEwm'],_0x5b9320[_0x1a93bf(0x2db)])),_0x164499);try{if(_0x5b9320[_0x1a93bf(0x29a)](_0x5b9320[_0x1a93bf(0x1d3)],_0x5b9320['QqJzt']))return fs[_0x1a93bf(0x1f5)](path['join'](_0x31aa68,_0x5b9320[_0x1a93bf(0x24d)],_0x5b9320[_0x1a93bf(0x2db)])),_0x31aa68;else{const _0x35fc3a=_0x36ce60['dirname'](_0x5168f9);return this['findGitConfig'](_0x35fc3a);}}catch(_0x3fca9f){if(_0x5b9320['jycrZ'](_0x5b9320['UgzhW'],_0x5b9320['OBKdW'])){const _0x430398=path[_0x1a93bf(0x2c6)](_0x31aa68);return this['findGitConfig'](_0x430398);}else{let _0x551b68=_0x35aeec[_0x1a93bf(0x28b)];while(_0x551b68&&_0x551b68['name']&&_0x5b9320[_0x1a93bf(0x29a)](_0x551b68[_0x1a93bf(0x2d8)],'')){_0x12776c[_0x1a93bf(0x177)](_0x551b68[_0x1a93bf(0x2d8)]),_0x551b68=_0x551b68[_0x1a93bf(0x2d8)];}}}}['appendTestItemLog']=async _0x22c6d7=>{const _0x3a3808=a16_0x30c02e,_0x2725e5={'Ufgcd':'beforeEach','LyFyI':_0x3a3808(0x270),'RmUtE':function(_0x21902e,_0x58fc5c){return _0x21902e==_0x58fc5c;},'ncYzl':function(_0x1dd4e3,_0x33627c){return _0x1dd4e3===_0x33627c;},'EzmxC':function(_0x37d1ca,_0x1f5010){return _0x37d1ca===_0x1f5010;},'cGyVS':_0x3a3808(0x27f),'MqVSw':_0x3a3808(0x1ae),'XLnWR':_0x3a3808(0x1fb),'IYegE':'hook_run','XLcYZ':function(_0x46201c,_0x71887a){return _0x46201c!==_0x71887a;},'UkCmL':_0x3a3808(0x235),'knrWq':_0x3a3808(0x2de),'nNEzM':function(_0x539a3c,_0x52e0f9){return _0x539a3c===_0x52e0f9;},'Kuxjn':_0x3a3808(0x26c),'Fpila':function(_0x445478,_0x480b6f){return _0x445478===_0x480b6f;},'FszKe':_0x3a3808(0x19e),'fxcHu':'DzTtn','RUJXP':_0x3a3808(0x274),'dMeRN':_0x3a3808(0x1f1),'ILOxR':function(_0x1bedb1,_0x3235d7){return _0x1bedb1===_0x3235d7;},'ZkMEi':_0x3a3808(0x212),'jHHyj':_0x3a3808(0x1c4),'zZgML':function(_0x4d43ff,_0x26b197){return _0x4d43ff(_0x26b197);}},_0x5b04e0=TestDetails[_0x3a3808(0x2f2)](process['pid']+':hookAnalyticsId'),_0x3a44e7=TestDetails['getTestUUID'](process[_0x3a3808(0x1f7)]+_0x3a3808(0x2e8));try{if(_0x2725e5[_0x3a3808(0x1a0)](_0x2725e5['UkCmL'],_0x2725e5[_0x3a3808(0x1a8)])){if(_0x5b04e0||this['current_hook']&&!this[_0x3a3808(0x183)]['markedStatus']){if(_0x2725e5['nNEzM'](_0x2725e5['Kuxjn'],_0x2725e5[_0x3a3808(0x28f)]))_0x22c6d7[_0x3a3808(0x291)]=_0x5b04e0;else return;}!_0x22c6d7[_0x3a3808(0x291)]&&_0x3a44e7&&(_0x2725e5[_0x3a3808(0x245)](_0x2725e5[_0x3a3808(0x1df)],_0x2725e5[_0x3a3808(0x1df)])?_0x22c6d7[_0x3a3808(0x296)]=_0x3a44e7:[_0x2725e5[_0x3a3808(0x253)],_0x2725e5[_0x3a3808(0x1cf)]][_0x3a3808(0x223)](_0x2dff0d[_0x3a3808(0x26b)])&&_0x287250['hookAnalyticsId']&&(_0x8c2462[_0x3a3808(0x1b4)]=null));if(_0x22c6d7['hook_run_uuid']||_0x22c6d7[_0x3a3808(0x296)]){if(_0x2725e5['XLcYZ'](_0x2725e5[_0x3a3808(0x2e0)],_0x2725e5[_0x3a3808(0x224)])){const _0x424481={};_0x424481[_0x3a3808(0x2cf)]=_0x2725e5[_0x3a3808(0x226)],_0x424481[_0x3a3808(0x236)]=[_0x22c6d7],await SessionHandler['uploadEventData'](_0x424481);}else{const _0x1495c2=_0x2eb5cc[_0x3a3808(0x2b6)];if(_0x2725e5[_0x3a3808(0x271)](_0x944d0,null)||_0x2725e5['ncYzl'](_0x4bc95c,'')||_0x2725e5[_0x3a3808(0x192)](_0x15ce8d,_0x1495c2))return null;try{return _0xa2d105[_0x3a3808(0x1f5)](_0x18a6a7[_0x3a3808(0x294)](_0x1a5c33,_0x2725e5['cGyVS'],_0x2725e5[_0x3a3808(0x211)])),_0x915e42;}catch(_0x46ed16){const _0xec5151=_0x4111b3[_0x3a3808(0x2c6)](_0x72f888);return this[_0x3a3808(0x2d7)](_0xec5151);}}}}else _0x155e1b=this[_0x3a3808(0x17e)](_0x42ed92);}catch(_0xf3b562){_0x2725e5[_0x3a3808(0x229)](_0x2725e5['ZkMEi'],_0x2725e5[_0x3a3808(0x1f9)])?(_0x14ea08[_0x2725e5[_0x3a3808(0x191)]]=_0x21a7f3[_0x3d7175[_0x2725e5['XLnWR']]],_0x5a7d8e[_0x2725e5['IYegE']]=_0x221a67):_0x2725e5[_0x3a3808(0x301)](debug,_0x3a3808(0x2ec)+_0xf3b562);}};['appendTestPlatform']=async _0x4e09e0=>{const _0x1b3e4f=a16_0x30c02e,_0x450cc4={'wdnpY':function(_0x13111d,_0x5032c7){return _0x13111d!==_0x5032c7;},'uLadx':_0x1b3e4f(0x1c0),'PrQzg':_0x1b3e4f(0x1ba),'HLmtU':function(_0x513765,_0x252822){return _0x513765!==_0x252822;},'jzOFn':_0x1b3e4f(0x176),'VLtAv':_0x1b3e4f(0x2e5),'bTgSm':_0x1b3e4f(0x2ed),'wKHCr':'CBTSessionCreated','vpJkc':function(_0x5c5b5b,_0x2ce8a3){return _0x5c5b5b===_0x2ce8a3;},'DgmWF':_0x1b3e4f(0x214),'VfzlQ':'aRCTt','jrUga':function(_0xec46c3,_0x2b2e1a){return _0xec46c3(_0x2b2e1a);}};try{if(_0x450cc4[_0x1b3e4f(0x29f)](_0x450cc4['jzOFn'],_0x450cc4[_0x1b3e4f(0x2cb)])){const _0x234735={'uuid':_0x4e09e0[_0x1b3e4f(0x1fe)]||TestDetails['getTestUUID'](process[_0x1b3e4f(0x1f7)]+_0x1b3e4f(0x2e8)),'integrations':_0x4e09e0[_0x450cc4[_0x1b3e4f(0x1c2)]]},_0x4e413e={};_0x4e413e[_0x1b3e4f(0x2cf)]=_0x450cc4[_0x1b3e4f(0x1ec)],_0x4e413e[_0x1b3e4f(0x233)]=_0x234735,await SessionHandler[_0x1b3e4f(0x20b)](_0x4e413e);}else{if(_0x450cc4[_0x1b3e4f(0x203)](_0x43e4a4[_0x1b3e4f(0x26b)],_0x450cc4[_0x1b3e4f(0x2fd)]))return'\x22'+_0x59d863[_0x1b3e4f(0x26b)]+_0x1b3e4f(0x2d5)+(_0x4cc2bc[_0x1b3e4f(0x28b)]&&_0x1511d5[_0x1b3e4f(0x28b)]['name'])+'\x22';return _0x5c70f1[_0x1b3e4f(0x2d8)];}}catch(_0x2bf6f8){_0x450cc4['vpJkc'](_0x450cc4['DgmWF'],_0x450cc4[_0x1b3e4f(0x1e3)])?_0x121357['result']=_0x450cc4[_0x1b3e4f(0x216)]:_0x450cc4[_0x1b3e4f(0x27c)](debug,_0x1b3e4f(0x19a)+_0x2bf6f8);}};async[a16_0x30c02e(0x190)](){const _0x44ed84=a16_0x30c02e,_0x211fcb={'Xkpto':function(_0x408e03,_0x5940dd){return _0x408e03===_0x5940dd;},'RoyGr':_0x44ed84(0x2bc),'PFEkz':function(_0x517419){return _0x517419();},'YfLgc':function(_0x4a69c5,_0x4bad8f){return _0x4a69c5===_0x4bad8f;},'iVTqQ':'NghTy','FROkZ':_0x44ed84(0x1f8)};if(this[_0x44ed84(0x299)]){if(_0x211fcb[_0x44ed84(0x2c2)](_0x211fcb[_0x44ed84(0x200)],_0x211fcb['RoyGr']))return this[_0x44ed84(0x2ee)];else _0x4ebba1[_0x44ed84(0x1b4)]=_0x500b06['setTestUUID'](_0x3914f7['pid']+_0x44ed84(0x1a6));}const _0x175eb8=await _0x211fcb[_0x44ed84(0x1ef)](getGitMetaData);if(_0x175eb8){if(_0x211fcb[_0x44ed84(0x1bb)](_0x211fcb[_0x44ed84(0x1d5)],_0x211fcb['FROkZ']))return _0x2b1b29[_0x44ed84(0x1e5)];else this[_0x44ed84(0x2ee)]=_0x175eb8[_0x44ed84(0x1d7)];}this['_gitConfigured']=!![];}['analyticsResult'](_0x2166e8){const _0x6d4dce=a16_0x30c02e,_0x59b159={};_0x59b159[_0x6d4dce(0x24e)]='passed',_0x59b159[_0x6d4dce(0x26a)]=_0x6d4dce(0x1b8),_0x59b159[_0x6d4dce(0x1dc)]=_0x6d4dce(0x2cc);const _0x14f93a=_0x59b159,_0x133306={};return _0x133306[STATE_PASSED]=_0x14f93a['mjbXO'],_0x133306[STATE_PENDING]=_0x14f93a[_0x6d4dce(0x26a)],_0x133306[STATE_FAILED]=_0x14f93a[_0x6d4dce(0x1dc)],_0x133306[_0x2166e8];}['getHierarchy'](_0xb8b910){const _0x8fc785=a16_0x30c02e,_0x1f5c8e={'zXCkj':_0x8fc785(0x1a1),'BDLyD':function(_0x441246){return _0x441246();},'ZCTCl':function(_0x12ed17,_0x27c29e){return _0x12ed17!==_0x27c29e;},'cNkXp':_0x8fc785(0x2c1),'WUIHU':_0x8fc785(0x2d6),'sjypr':_0x8fc785(0x2d3),'KzokQ':_0x8fc785(0x213)},_0x4db584=[];if(_0xb8b910&&_0xb8b910[_0x8fc785(0x28b)]){if(_0x1f5c8e[_0x8fc785(0x1c8)](_0x1f5c8e[_0x8fc785(0x198)],_0x1f5c8e[_0x8fc785(0x25e)])){let _0x4d4b6d=_0xb8b910['parent'];while(_0x4d4b6d&&_0x4d4b6d['name']&&_0x1f5c8e[_0x8fc785(0x1c8)](_0x4d4b6d[_0x8fc785(0x2d8)],'')){if(_0x1f5c8e[_0x8fc785(0x1c8)](_0x1f5c8e['sjypr'],_0x1f5c8e[_0x8fc785(0x1d4)]))_0x4db584[_0x8fc785(0x177)](_0x4d4b6d[_0x8fc785(0x2d8)]),_0x4d4b6d=_0x4d4b6d['name'];else return this['_gitConfigPath'];}}else return{'ci':_0x1f5c8e[_0x8fc785(0x2b9)],'key':_0x1f5c8e[_0x8fc785(0x1c5)](_0xbe1111),'version':_0x985c34,'collector':_0x8fc785(0x21c)+_0x54b4e9};}return _0x4db584[_0x8fc785(0x2b2)](),_0x4db584;}['getRootParentFile']=_0x4e14d0=>{const _0x398540=a16_0x30c02e,_0x431313={};_0x431313[_0x398540(0x1fc)]=_0x398540(0x233),_0x431313[_0x398540(0x199)]=_0x398540(0x1f2),_0x431313[_0x398540(0x275)]='skipped',_0x431313[_0x398540(0x1aa)]=_0x398540(0x1e7),_0x431313[_0x398540(0x2f3)]='failure_type',_0x431313['VdnRr']=_0x398540(0x2c0),_0x431313['syaxB']=_0x398540(0x264),_0x431313[_0x398540(0x25f)]=_0x398540(0x2f1),_0x431313[_0x398540(0x23c)]='expanded',_0x431313[_0x398540(0x280)]=function(_0x420efa,_0x139220){return _0x420efa===_0x139220;},_0x431313[_0x398540(0x1d1)]=_0x398540(0x278),_0x431313[_0x398540(0x269)]=_0x398540(0x193),_0x431313[_0x398540(0x2a1)]=_0x398540(0x2f8);const _0xaf332d=_0x431313;if(_0x4e14d0[_0x398540(0x1ab)]){if(_0xaf332d[_0x398540(0x280)](_0xaf332d[_0x398540(0x1d1)],_0xaf332d[_0x398540(0x269)]))_0x214d64[_0xaf332d[_0x398540(0x1fc)]][_0xaf332d[_0x398540(0x199)]]=_0xaf332d[_0x398540(0x275)],_0x491cc3[_0xaf332d[_0x398540(0x1fc)]][_0xaf332d[_0x398540(0x1aa)]]=null,_0x48d8bb[_0xaf332d[_0x398540(0x1fc)]][_0xaf332d[_0x398540(0x2f3)]]=null;else{const _0x526188=stackTrace[_0x398540(0x2a0)][_0x398540(0x175)](stackTrace,_0x4e14d0[_0x398540(0x1ab)]);return _0x526188[0x0][_0x398540(0x2c7)]();}}if(_0x4e14d0['file']){if(_0xaf332d[_0x398540(0x280)](_0xaf332d[_0x398540(0x2a1)],_0xaf332d[_0x398540(0x2a1)]))return _0x4e14d0[_0x398540(0x1e5)];else _0x416900[_0xaf332d[_0x398540(0x1ce)]]=_0x4554d6[_0xaf332d['syaxB']],_0x2e3eb6[_0xaf332d[_0x398540(0x25f)]]=_0x16731f[_0xaf332d[_0x398540(0x23c)]];}return null;};['mapTestHooks']=_0x270a4f=>{const _0x4f74a4=a16_0x30c02e,_0x2a5804={};_0x2a5804[_0x4f74a4(0x300)]=_0x4f74a4(0x1ba),_0x2a5804[_0x4f74a4(0x2e1)]=_0x4f74a4(0x1b8),_0x2a5804[_0x4f74a4(0x250)]=_0x4f74a4(0x2cc),_0x2a5804[_0x4f74a4(0x1a2)]=_0x4f74a4(0x225),_0x2a5804[_0x4f74a4(0x2bf)]=function(_0x1d03c7,_0x25b817){return _0x1d03c7!==_0x25b817;},_0x2a5804[_0x4f74a4(0x27a)]=_0x4f74a4(0x1a4),_0x2a5804[_0x4f74a4(0x21f)]=function(_0x4b3260,_0xaa1a5e){return _0x4b3260===_0xaa1a5e;},_0x2a5804['Aqewh']=_0x4f74a4(0x1fa),_0x2a5804[_0x4f74a4(0x25c)]=_0x4f74a4(0x179),_0x2a5804[_0x4f74a4(0x2c5)]=_0x4f74a4(0x29e);const _0x21a1d1=_0x2a5804;if(!_0x270a4f||!_0x270a4f['parent']){if(_0x21a1d1[_0x4f74a4(0x2bf)](_0x21a1d1[_0x4f74a4(0x2c5)],_0x21a1d1['wggJk'])){const _0x4a7d97={};return _0x4a7d97[_0x5db6ad]=_0x21a1d1[_0x4f74a4(0x300)],_0x4a7d97[_0x1f8c65]=_0x21a1d1[_0x4f74a4(0x2e1)],_0x4a7d97[_0x3eed97]=_0x21a1d1['HNpfF'],_0x4a7d97[_0x32f938];}else return;}_0x270a4f['parent'][_0x4f74a4(0x217)][_0x4f74a4(0x2f0)](_0x19dc03=>{const _0x5eba0d=_0x4f74a4;if(_0x21a1d1[_0x5eba0d(0x2bf)](_0x21a1d1[_0x5eba0d(0x27a)],_0x21a1d1[_0x5eba0d(0x27a)]))_0xac3e32=[_0x39de14,_0x21a1d1[_0x5eba0d(0x1a2)]];else{if(!_0x19dc03[_0x5eba0d(0x1b4)]){if(_0x21a1d1[_0x5eba0d(0x21f)](_0x21a1d1[_0x5eba0d(0x230)],_0x21a1d1[_0x5eba0d(0x25c)]))return[];else _0x19dc03[_0x5eba0d(0x1b4)]=TestDetails[_0x5eba0d(0x1b6)](process[_0x5eba0d(0x1f7)]+_0x5eba0d(0x1a6));}}}),this[_0x4f74a4(0x256)](_0x270a4f['parent']);};[a16_0x30c02e(0x257)]=_0xf23eb3=>{const _0x3907cb=a16_0x30c02e,_0x3e94d6={'dHLuD':function(_0x1c2ca0,_0x46adca){return _0x1c2ca0(_0x46adca);},'PVqIH':_0x3907cb(0x1c0),'UaIgu':function(_0x2d68fb,_0x4d56b9){return _0x2d68fb!==_0x4d56b9;},'nNrDB':_0x3907cb(0x1a3),'kULMo':_0x3907cb(0x22c),'YmDEG':_0x3907cb(0x293),'HjGZs':'afterEach','thNLy':function(_0x526d40,_0x31b00a){return _0x526d40===_0x31b00a;},'JlEqg':_0x3907cb(0x1f3),'vNrnf':_0x3907cb(0x2eb),'gcWiR':_0x3907cb(0x220)};if(!_0xf23eb3||!_0xf23eb3['parent']){if(_0x3e94d6[_0x3907cb(0x2c9)](_0x3e94d6[_0x3907cb(0x221)],_0x3e94d6[_0x3907cb(0x27b)]))return;else _0x3e94d6['dHLuD'](_0x195207,_0x3907cb(0x2ec)+_0x544e4c);}_0xf23eb3[_0x3907cb(0x28b)][_0x3907cb(0x217)][_0x3907cb(0x2f0)](_0x4a9e52=>{const _0x5e6c5c=_0x3907cb,_0x5b5fb={};_0x5b5fb[_0x5e6c5c(0x2e3)]=_0x3e94d6['PVqIH'];const _0x470d40=_0x5b5fb;_0x3e94d6['UaIgu'](_0x3e94d6[_0x5e6c5c(0x289)],_0x3e94d6['kULMo'])?[_0x3e94d6[_0x5e6c5c(0x185)],_0x3e94d6[_0x5e6c5c(0x281)]][_0x5e6c5c(0x223)](_0x4a9e52[_0x5e6c5c(0x26b)])&&_0x4a9e52[_0x5e6c5c(0x1b4)]&&(_0x3e94d6[_0x5e6c5c(0x19f)](_0x3e94d6[_0x5e6c5c(0x227)],_0x3e94d6[_0x5e6c5c(0x227)])?_0x4a9e52[_0x5e6c5c(0x1b4)]=null:_0x2df109=[_0x42b8c6[_0x5e6c5c(0x1de)],_0x470d40[_0x5e6c5c(0x2e3)]]):_0x590129[_0x5e6c5c(0x177)](_0x412afa[_0x5e6c5c(0x1b4)]);}),this[_0x3907cb(0x256)](_0xf23eb3[_0x3907cb(0x28b)]);};[a16_0x30c02e(0x1e9)]=_0x30096b=>{const _0x14c889=a16_0x30c02e,_0x2218d0={};_0x2218d0[_0x14c889(0x210)]=function(_0x4b2ed5,_0x26a99e){return _0x4b2ed5!==_0x26a99e;},_0x2218d0[_0x14c889(0x29d)]=_0x14c889(0x2cc),_0x2218d0['fEnzE']=_0x14c889(0x1ba),_0x2218d0[_0x14c889(0x232)]=function(_0x3e6dbf,_0x6518bb){return _0x3e6dbf===_0x6518bb;},_0x2218d0['vGOrm']=_0x14c889(0x1bf),_0x2218d0[_0x14c889(0x24b)]=_0x14c889(0x2e7),_0x2218d0['NUYSg']=function(_0xffcbf1,_0x4a9f6b){return _0xffcbf1!==_0x4a9f6b;},_0x2218d0[_0x14c889(0x1c9)]=_0x14c889(0x292);const _0x561c22=_0x2218d0;if(!_0x30096b||!_0x30096b[_0x14c889(0x28b)]){if(_0x561c22[_0x14c889(0x20c)](_0x561c22[_0x14c889(0x1c9)],_0x561c22[_0x14c889(0x1c9)]))_0x5bc9d0[_0x14c889(0x1b4)]=null;else return[];}const _0xf0f64=[];return _0x30096b[_0x14c889(0x28b)]['hooks'][_0x14c889(0x2f0)](_0xbb5aeb=>{const _0x1519b6=_0x14c889,_0x1a2543={'PTfPk':function(_0x32003,_0xf8160c){return _0x561c22['aVkgD'](_0x32003,_0xf8160c);},'ePguu':_0x561c22[_0x1519b6(0x29d)],'pfudD':_0x561c22[_0x1519b6(0x28a)]};if(_0x561c22[_0x1519b6(0x232)](_0x561c22[_0x1519b6(0x1c1)],_0x561c22[_0x1519b6(0x1c1)])){if(_0xbb5aeb[_0x1519b6(0x1b4)]){if(_0x561c22[_0x1519b6(0x232)](_0x561c22['uNyiP'],_0x561c22['uNyiP']))_0xf0f64['push'](_0xbb5aeb[_0x1519b6(0x1b4)]);else return null;}}else _0x1a2543['PTfPk'](_0x3e0f49['result'],_0x1a2543[_0x1519b6(0x17b)])&&(_0x68cb72[_0x1519b6(0x1f2)]=_0x1a2543[_0x1519b6(0x28e)]);}),[..._0xf0f64,...this['getHooksForTest'](_0x30096b[_0x14c889(0x28b)])];};},['getTestEnv',a16_0x30c02e(0x29c),a16_0x30c02e(0x219),a16_0x30c02e(0x247),'sendTestRunEvent',a16_0x30c02e(0x2d7),a16_0x30c02e(0x2a4),a16_0x30c02e(0x255),a16_0x30c02e(0x23e),a16_0x30c02e(0x17c),a16_0x30c02e(0x17e),a16_0x30c02e(0x256),a16_0x30c02e(0x257),a16_0x30c02e(0x1e9),a16_0x30c02e(0x190)]);
@@ -1 +1 @@
1
- const a17_0x46bc9e=a17_0x3829;(function(_0x1e6e35,_0x2a9ac8){const _0x453d9e=a17_0x3829,_0xa3508d=_0x1e6e35();while(!![]){try{const _0x3311ef=parseInt(_0x453d9e(0xd8))/0x1*(parseInt(_0x453d9e(0xd0))/0x2)+parseInt(_0x453d9e(0xb4))/0x3*(parseInt(_0x453d9e(0xde))/0x4)+parseInt(_0x453d9e(0xe2))/0x5+-parseInt(_0x453d9e(0xcf))/0x6*(parseInt(_0x453d9e(0xe3))/0x7)+-parseInt(_0x453d9e(0xe0))/0x8+parseInt(_0x453d9e(0xc6))/0x9+-parseInt(_0x453d9e(0xd2))/0xa;if(_0x3311ef===_0x2a9ac8)break;else _0xa3508d['push'](_0xa3508d['shift']());}catch(_0x7d3793){_0xa3508d['push'](_0xa3508d['shift']());}}}(a17_0x2e04,0xef4db));const fs=require('fs'),path=require(a17_0x46bc9e(0xd4)),{v4:uuidv4}=require(a17_0x46bc9e(0xcd)),helper=require('../../../helpers/helper');function a17_0x2e04(){const _0x1dae5c=['_test','path','KVdWR','qvxLH','GfOVx','6201zWGiiV','.json','unlinkSync','BS_TESTOPS_BUILD_HASHED_ID','YkPzP','toString','24AFWcHN','setTestUUID','13033608xnIACt','setup','7743135uddmHJ','2534lYUvsh','retry','rmSync','554997fpnADB','dirPath','removeTestUUID','getTestRunIdFromTestInfo','MZTEc','join','ClJDF','mkdirSync','MiNtV','stringify','.browserstack','jest-o11y-','env','parse','tests','existsSync','rEvwP','getFilePath','15514812slwkqm','force','recursive','cFUkp','writeFileSync','readFileSync','homedir','uuid','RBOFu','3000RmMXfI','2FlHhiB','shutdown','15983020WhLksi'];a17_0x2e04=function(){return _0x1dae5c;};return a17_0x2e04();}class TestDetails{static [a17_0x46bc9e(0xc2)]={};static [a17_0x46bc9e(0xb5)]=path[a17_0x46bc9e(0xb9)](helper[a17_0x46bc9e(0xcc)](),'.browserstack','jest-o11y-'+process[a17_0x46bc9e(0xc0)][a17_0x46bc9e(0xdb)]);static[a17_0x46bc9e(0xe1)](){const _0x46beaa=a17_0x46bc9e,_0xdbb343={};_0xdbb343[_0x46beaa(0xb8)]=_0x46beaa(0xbe);const _0x3c7880=_0xdbb343;this[_0x46beaa(0xb5)]=path[_0x46beaa(0xb9)](helper['homedir'](),_0x3c7880[_0x46beaa(0xb8)],_0x46beaa(0xbf)+process[_0x46beaa(0xc0)]['BS_TESTOPS_BUILD_HASHED_ID']),this['shutdown']();const _0x491c52={};_0x491c52[_0x46beaa(0xc8)]=!![],fs[_0x46beaa(0xbb)](this[_0x46beaa(0xb5)],_0x491c52);}static[a17_0x46bc9e(0xc5)](_0x155f7e){const _0x27d4c0=a17_0x46bc9e,_0x6871ad={};_0x6871ad[_0x27d4c0(0xc9)]=function(_0x21552e,_0x54b815){return _0x21552e+_0x54b815;},_0x6871ad[_0x27d4c0(0xba)]=_0x27d4c0(0xd9);const _0x492839=_0x6871ad;return path[_0x27d4c0(0xb9)](this['dirPath'],_0x492839['cFUkp'](_0x155f7e,_0x492839['ClJDF']));}static[a17_0x46bc9e(0xb7)](_0x3a93be){const _0x3edaec=a17_0x46bc9e,_0x36def0={};_0x36def0[_0x3edaec(0xdc)]=function(_0x3bb9a2,_0x4d042c){return _0x3bb9a2+_0x4d042c;},_0x36def0[_0x3edaec(0xd5)]=function(_0x453a98,_0x30a80c){return _0x453a98+_0x30a80c;},_0x36def0[_0x3edaec(0xc4)]=function(_0x97477,_0x39c0d3){return _0x97477+_0x39c0d3;};const _0x46a0bc=_0x36def0;return _0x46a0bc['YkPzP'](_0x46a0bc['KVdWR'](_0x46a0bc[_0x3edaec(0xd5)](_0x46a0bc[_0x3edaec(0xc4)](_0x3a93be[_0x3edaec(0xd3)]['_projectId'],'-'),_0x3a93be[_0x3edaec(0xd3)]['id']),'-'),_0x3a93be[_0x3edaec(0xe4)]);}static['getTestUUID'](_0x55a1e6){const _0xa72263=a17_0x46bc9e,_0x280c78={};_0x280c78[_0xa72263(0xbc)]=function(_0x3732f1,_0x213757){return _0x3732f1!==_0x213757;},_0x280c78[_0xa72263(0xce)]=_0xa72263(0xd6);const _0xaff31a=_0x280c78,_0x4d549a=this[_0xa72263(0xc5)](_0x55a1e6);if(fs[_0xa72263(0xc3)](_0x4d549a)){if(_0xaff31a[_0xa72263(0xbc)](_0xaff31a[_0xa72263(0xce)],_0xaff31a[_0xa72263(0xce)])){const _0x3bde9a=this[_0xa72263(0xc5)](_0x4073dc);_0x348e9e['existsSync'](_0x3bde9a)&&_0x4873eb[_0xa72263(0xda)](_0x3bde9a);}else{const _0x58d9b9=JSON[_0xa72263(0xc1)](fs[_0xa72263(0xcb)](_0x4d549a)[_0xa72263(0xdd)]());return this[_0xa72263(0xc2)][_0x55a1e6]=_0x58d9b9,this[_0xa72263(0xc2)][_0x55a1e6][_0xa72263(0xcd)];}}}static[a17_0x46bc9e(0xdf)](_0x164dc7){const _0x175df6=a17_0x46bc9e,_0x401083={'GfOVx':function(_0x44b2ca){return _0x44b2ca();}},_0x386cdd=this[_0x175df6(0xc5)](_0x164dc7);return this['tests'][_0x164dc7]={'uuid':_0x401083[_0x175df6(0xd7)](uuidv4)},fs[_0x175df6(0xca)](_0x386cdd,JSON[_0x175df6(0xbd)](this['tests'][_0x164dc7])),this['tests'][_0x164dc7][_0x175df6(0xcd)];}static[a17_0x46bc9e(0xb6)](_0x1b79d6){const _0x406ddd=a17_0x46bc9e,_0x1858cf=this[_0x406ddd(0xc5)](_0x1b79d6);fs[_0x406ddd(0xc3)](_0x1858cf)&&fs[_0x406ddd(0xda)](_0x1858cf);}static[a17_0x46bc9e(0xd1)](){const _0xecda9b=a17_0x46bc9e,_0x3389bd={};_0x3389bd[_0xecda9b(0xc8)]=!![],_0x3389bd[_0xecda9b(0xc7)]=!![],fs[_0xecda9b(0xe5)](this[_0xecda9b(0xb5)],_0x3389bd);}}function a17_0x3829(_0x3e5dc3,_0x5f4aef){const _0x2e049d=a17_0x2e04();return a17_0x3829=function(_0x382987,_0x2a28cd){_0x382987=_0x382987-0xb4;let _0x3be035=_0x2e049d[_0x382987];return _0x3be035;},a17_0x3829(_0x3e5dc3,_0x5f4aef);}module['exports']=TestDetails;
1
+ const a17_0x57395f=a17_0xba6f;function a17_0xba6f(_0x22a96a,_0x2c2144){const _0x3e2b17=a17_0x3e2b();return a17_0xba6f=function(_0xba6f89,_0x1ba165){_0xba6f89=_0xba6f89-0xbc;let _0xe544f4=_0x3e2b17[_0xba6f89];return _0xe544f4;},a17_0xba6f(_0x22a96a,_0x2c2144);}(function(_0x1ff127,_0x137bab){const _0x5324b6=a17_0xba6f,_0x44bc8e=_0x1ff127();while(!![]){try{const _0x45def8=-parseInt(_0x5324b6(0xc2))/0x1*(-parseInt(_0x5324b6(0xec))/0x2)+-parseInt(_0x5324b6(0xdd))/0x3*(-parseInt(_0x5324b6(0xbf))/0x4)+parseInt(_0x5324b6(0xd4))/0x5+parseInt(_0x5324b6(0xe0))/0x6*(-parseInt(_0x5324b6(0xd5))/0x7)+-parseInt(_0x5324b6(0xc3))/0x8*(-parseInt(_0x5324b6(0xeb))/0x9)+-parseInt(_0x5324b6(0xc5))/0xa+parseInt(_0x5324b6(0xbe))/0xb*(-parseInt(_0x5324b6(0xe4))/0xc);if(_0x45def8===_0x137bab)break;else _0x44bc8e['push'](_0x44bc8e['shift']());}catch(_0x221563){_0x44bc8e['push'](_0x44bc8e['shift']());}}}(a17_0x3e2b,0x84a7c));const fs=require('fs'),path=require(a17_0x57395f(0xd6)),{v4:uuidv4}=require('uuid'),helper=require(a17_0x57395f(0xcb));class TestDetails{static [a17_0x57395f(0xe1)]={};static [a17_0x57395f(0xc7)]=path[a17_0x57395f(0xc4)](helper[a17_0x57395f(0xe9)](),a17_0x57395f(0xee),a17_0x57395f(0xe6)+process[a17_0x57395f(0xed)][a17_0x57395f(0xbc)]);static[a17_0x57395f(0xca)](){const _0x3dd4c0=a17_0x57395f,_0x4862f0={};_0x4862f0[_0x3dd4c0(0xcc)]='.browserstack';const _0x665259=_0x4862f0;this['dirPath']=path['join'](helper['homedir'](),_0x665259[_0x3dd4c0(0xcc)],'jest-o11y-'+process[_0x3dd4c0(0xed)][_0x3dd4c0(0xbc)]),this[_0x3dd4c0(0xcd)]();const _0x5a9f59={};_0x5a9f59[_0x3dd4c0(0xdf)]=!![],fs['mkdirSync'](this[_0x3dd4c0(0xc7)],_0x5a9f59);}static['getFilePath'](_0x4d43ae){const _0x1f0e4f=a17_0x57395f,_0x50401d={};_0x50401d[_0x1f0e4f(0xd7)]=function(_0x4aeb77,_0x49b7fd){return _0x4aeb77+_0x49b7fd;},_0x50401d[_0x1f0e4f(0xc0)]=_0x1f0e4f(0xd8);const _0x2eb4bd=_0x50401d;return path[_0x1f0e4f(0xc4)](this['dirPath'],_0x2eb4bd['fZvQK'](_0x4d43ae,_0x2eb4bd[_0x1f0e4f(0xc0)]));}static[a17_0x57395f(0xda)](_0x2a2da0){const _0x55cdad=a17_0x57395f,_0x121114={};_0x121114[_0x55cdad(0xe7)]=function(_0x48dc6e,_0x339564){return _0x48dc6e+_0x339564;},_0x121114[_0x55cdad(0xe8)]=function(_0x348241,_0x232041){return _0x348241+_0x232041;};const _0x562fb0=_0x121114;return _0x562fb0[_0x55cdad(0xe7)](_0x562fb0[_0x55cdad(0xe7)](_0x562fb0['XbwLf'](_0x562fb0[_0x55cdad(0xe8)](_0x2a2da0[_0x55cdad(0xc1)][_0x55cdad(0xe2)],'-'),_0x2a2da0[_0x55cdad(0xc1)]['id']),'-'),_0x2a2da0[_0x55cdad(0xea)]);}static['getTestUUID'](_0x1eb157){const _0x2679ed=a17_0x57395f,_0x589805={};_0x589805[_0x2679ed(0xc8)]=function(_0x1b7e6a,_0x1362ed){return _0x1b7e6a===_0x1362ed;},_0x589805[_0x2679ed(0xdb)]=_0x2679ed(0xc6);const _0x57651a=_0x589805,_0x17f447=this[_0x2679ed(0xd2)](_0x1eb157);if(fs[_0x2679ed(0xe3)](_0x17f447)){if(_0x57651a[_0x2679ed(0xc8)](_0x57651a[_0x2679ed(0xdb)],_0x57651a[_0x2679ed(0xdb)])){const _0xe8fb5a=JSON[_0x2679ed(0xd3)](fs[_0x2679ed(0xe5)](_0x17f447)[_0x2679ed(0xce)]());return this[_0x2679ed(0xe1)][_0x1eb157]=_0xe8fb5a,this['tests'][_0x1eb157][_0x2679ed(0xcf)];}else{const _0x12339a=this['getFilePath'](_0x390571);_0x3dfa8[_0x2679ed(0xe3)](_0x12339a)&&_0x520ccc[_0x2679ed(0xd0)](_0x12339a);}}}static[a17_0x57395f(0xde)](_0x478abd){const _0x3c44db=a17_0x57395f,_0xed40cb={'uscZu':function(_0x291a60){return _0x291a60();}},_0x19f495=this[_0x3c44db(0xd2)](_0x478abd);return this[_0x3c44db(0xe1)][_0x478abd]={'uuid':_0xed40cb[_0x3c44db(0xd1)](uuidv4)},fs[_0x3c44db(0xc9)](_0x19f495,JSON['stringify'](this[_0x3c44db(0xe1)][_0x478abd])),this['tests'][_0x478abd][_0x3c44db(0xcf)];}static[a17_0x57395f(0xbd)](_0x239622){const _0x4704cd=a17_0x57395f,_0x24b9d9=this['getFilePath'](_0x239622);fs[_0x4704cd(0xe3)](_0x24b9d9)&&fs[_0x4704cd(0xd0)](_0x24b9d9);}static['shutdown'](){const _0x20f2e6=a17_0x57395f,_0x18935b={};_0x18935b['recursive']=!![],_0x18935b[_0x20f2e6(0xd9)]=!![],fs['rmSync'](this[_0x20f2e6(0xc7)],_0x18935b);}}module[a17_0x57395f(0xdc)]=TestDetails;function a17_0x3e2b(){const _0x15f21c=['UzSvE','writeFileSync','setup','../../../helpers/helper','OBVNG','shutdown','toString','uuid','unlinkSync','uscZu','getFilePath','parse','3418115MpVMcy','959LRWzLn','path','fZvQK','.json','force','getTestRunIdFromTestInfo','WVcGj','exports','3avDoVo','setTestUUID','recursive','2946gmLZnV','tests','_projectId','existsSync','588uCdJug','readFileSync','jest-o11y-','XbwLf','MSbGM','homedir','retry','36gtMFnE','2ctqOiG','env','.browserstack','BS_TESTOPS_BUILD_HASHED_ID','removeTestUUID','514393KrjOzl','2416108mMuWAQ','zFKbI','_test','852169DLHtHL','1755016sLysCj','join','1153170NJJhOP','ORtLH','dirPath'];a17_0x3e2b=function(){return _0x15f21c;};return a17_0x3e2b();}
@@ -1 +1 @@
1
- const a18_0x5c1630=a18_0x1660;(function(_0x474178,_0x248d79){const _0x457b9a=a18_0x1660,_0x3f4caf=_0x474178();while(!![]){try{const _0x188b87=parseInt(_0x457b9a(0x1b0))/0x1*(-parseInt(_0x457b9a(0x1af))/0x2)+-parseInt(_0x457b9a(0x1ae))/0x3+-parseInt(_0x457b9a(0x1a2))/0x4+-parseInt(_0x457b9a(0x1ab))/0x5+parseInt(_0x457b9a(0x1a6))/0x6+-parseInt(_0x457b9a(0x1a5))/0x7+parseInt(_0x457b9a(0x1a9))/0x8*(parseInt(_0x457b9a(0x1ac))/0x9);if(_0x188b87===_0x248d79)break;else _0x3f4caf['push'](_0x3f4caf['shift']());}catch(_0x22e61c){_0x3f4caf['push'](_0x3f4caf['shift']());}}}(a18_0x1ae8,0x936f5));const {requireModule}=require(a18_0x5c1630(0x1a4));function a18_0x1ae8(){const _0x1e5147=['5562000AOkRTA','__webdriver','Builder','696dJDtMl','until','4261780WFFqVX','189459FLnMNz','selenium-webdriver','893541wgwWlw','64emYaza','21213XdraFw','300252bVbGur','../../helpers/setKeepAlive','../../helpers/helper','1753234tJZDGt'];a18_0x1ae8=function(){return _0x1e5147;};return a18_0x1ae8();}function a18_0x1660(_0xd556cb,_0x16ddfa){const _0x1ae8ce=a18_0x1ae8();return a18_0x1660=function(_0x1660f0,_0x26a2e4){_0x1660f0=_0x1660f0-0x1a2;let _0xfee1a7=_0x1ae8ce[_0x1660f0];return _0xfee1a7;},a18_0x1660(_0xd556cb,_0x16ddfa);}require(a18_0x5c1630(0x1a3))();const __wd__=requireModule(a18_0x5c1630(0x1ad));__wd__[a18_0x5c1630(0x1aa)]=global[a18_0x5c1630(0x1a7)][a18_0x5c1630(0x1aa)],__wd__['By']=global[a18_0x5c1630(0x1a7)]['By'],__wd__['Builder']=global[a18_0x5c1630(0x1a7)][a18_0x5c1630(0x1a8)];
1
+ const a18_0xe1bd51=a18_0x40be;function a18_0x40be(_0x330114,_0x578fe5){const _0x5d3063=a18_0x5d30();return a18_0x40be=function(_0x40be00,_0x483bd7){_0x40be00=_0x40be00-0x170;let _0x1b4803=_0x5d3063[_0x40be00];return _0x1b4803;},a18_0x40be(_0x330114,_0x578fe5);}(function(_0x5b1d7f,_0x5224a4){const _0x2e9d7c=a18_0x40be,_0x12223f=_0x5b1d7f();while(!![]){try{const _0x2af9e6=-parseInt(_0x2e9d7c(0x17c))/0x1+-parseInt(_0x2e9d7c(0x172))/0x2+parseInt(_0x2e9d7c(0x178))/0x3*(parseInt(_0x2e9d7c(0x174))/0x4)+parseInt(_0x2e9d7c(0x176))/0x5+parseInt(_0x2e9d7c(0x17b))/0x6+parseInt(_0x2e9d7c(0x17d))/0x7*(-parseInt(_0x2e9d7c(0x171))/0x8)+parseInt(_0x2e9d7c(0x177))/0x9;if(_0x2af9e6===_0x5224a4)break;else _0x12223f['push'](_0x12223f['shift']());}catch(_0x5704f6){_0x12223f['push'](_0x12223f['shift']());}}}(a18_0x5d30,0xc2f75));const {requireModule}=require(a18_0xe1bd51(0x170));function a18_0x5d30(){const _0x45c705=['until','Builder','3404748VEpqaY','311908mVCzQe','6538TPeXxT','../../helpers/helper','13336hkHliC','1047256oSjdFE','selenium-webdriver','4rPVoQx','__webdriver','3685755gjlXly','2728620wFqzav','4749918TngQvO'];a18_0x5d30=function(){return _0x45c705;};return a18_0x5d30();}require('../../helpers/setKeepAlive')();const __wd__=requireModule(a18_0xe1bd51(0x173));__wd__['until']=global[a18_0xe1bd51(0x175)][a18_0xe1bd51(0x179)],__wd__['By']=global[a18_0xe1bd51(0x175)]['By'],__wd__[a18_0xe1bd51(0x17a)]=global[a18_0xe1bd51(0x175)][a18_0xe1bd51(0x17a)];