browserstack-node-sdk 1.32.14 → 1.32.16

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 (120) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -0
  116. package/src/helpers/testhub/testhubHandler.js +1 -0
  117. package/src/helpers/testhub/utils.js +1 -0
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- var a11_0x36bc55=a11_0xae64;(function(_0x3eb876,_0x527b77){var _0x27a917=a11_0xae64,_0xefacd7=_0x3eb876();while(!![]){try{var _0x272abd=-parseInt(_0x27a917(0x9d))/0x1*(-parseInt(_0x27a917(0xa7))/0x2)+parseInt(_0x27a917(0xa4))/0x3+-parseInt(_0x27a917(0x98))/0x4+-parseInt(_0x27a917(0xab))/0x5*(parseInt(_0x27a917(0xa1))/0x6)+parseInt(_0x27a917(0xaa))/0x7+-parseInt(_0x27a917(0x9c))/0x8*(parseInt(_0x27a917(0xad))/0x9)+parseInt(_0x27a917(0x9e))/0xa*(-parseInt(_0x27a917(0xae))/0xb);if(_0x272abd===_0x527b77)break;else _0xefacd7['push'](_0xefacd7['shift']());}catch(_0x3349b8){_0xefacd7['push'](_0xefacd7['shift']());}}}(a11_0xfcd9,0x70707));var a11_0x4759b1={};a11_0x4759b1['bstackAccessKey']=a11_0x36bc55(0x9a),a11_0x4759b1[a11_0x36bc55(0xac)]=a11_0x36bc55(0xa0);function a11_0xae64(_0x1cf499,_0x2de038){var _0xfcd9e7=a11_0xfcd9();return a11_0xae64=function(_0xae64a9,_0x454fc6){_0xae64a9=_0xae64a9-0x98;var _0x1a1476=_0xfcd9e7[_0xae64a9];return _0x1a1476;},a11_0xae64(_0x1cf499,_0x2de038);}var a11_0x38053c={};a11_0x38053c[a11_0x36bc55(0xa8)]=a11_0x36bc55(0xa6),a11_0x38053c[a11_0x36bc55(0x99)]=a11_0x36bc55(0xa2),a11_0x38053c[a11_0x36bc55(0xa9)]=a11_0x36bc55(0x9f);function a11_0xfcd9(){var _0x55853c=['hosts','904905ABANXG','1666434cfeRYQ','bstackAccessKey','missing','1650660Bjksmb','connect','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','8WzeJyK','11NDXxIJ','20LHlZPt','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','1673538CWpukk','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','HELP_MESSAGES','2553585vBHZsR','invalid','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','57392vaPTzi','root','footer','4674208EokhYl','10XvxQPq'];a11_0xfcd9=function(){return _0x55853c;};return a11_0xfcd9();}var a11_0x31c82a={};a11_0x31c82a['options']=a11_0x4759b1,a11_0x31c82a['command']=a11_0x38053c,exports[a11_0x36bc55(0xa3)]=a11_0x31c82a;var a11_0x15d471={};a11_0x15d471[a11_0x36bc55(0xb0)]=a11_0x36bc55(0x9b);var a11_0x3dec2a={};a11_0x3dec2a[a11_0x36bc55(0xb0)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a11_0x3dec2a[a11_0x36bc55(0xa5)]='Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a11_0x4d8d9a={};a11_0x4d8d9a[a11_0x36bc55(0xaf)]=a11_0x15d471,a11_0x4d8d9a[a11_0x36bc55(0xac)]=a11_0x3dec2a,exports['ERROR_MESSAGES']=a11_0x4d8d9a;
1
+ var a11_0x3b3215=a11_0x1d35;(function(_0x5692fb,_0x2b1817){var _0x2f6cbe=a11_0x1d35,_0x2c90ad=_0x5692fb();while(!![]){try{var _0x5d11ee=parseInt(_0x2f6cbe(0x135))/0x1+parseInt(_0x2f6cbe(0x138))/0x2*(parseInt(_0x2f6cbe(0x132))/0x3)+parseInt(_0x2f6cbe(0x139))/0x4*(-parseInt(_0x2f6cbe(0x137))/0x5)+-parseInt(_0x2f6cbe(0x140))/0x6*(-parseInt(_0x2f6cbe(0x134))/0x7)+-parseInt(_0x2f6cbe(0x130))/0x8*(parseInt(_0x2f6cbe(0x133))/0x9)+-parseInt(_0x2f6cbe(0x13a))/0xa+-parseInt(_0x2f6cbe(0x13f))/0xb*(-parseInt(_0x2f6cbe(0x141))/0xc);if(_0x5d11ee===_0x2b1817)break;else _0x2c90ad['push'](_0x2c90ad['shift']());}catch(_0x29d06c){_0x2c90ad['push'](_0x2c90ad['shift']());}}}(a11_0xb585,0x2f772));function a11_0xb585(){var _0x49c07c=['invalid','footer','connect','3002192TQAJKX','root','373431TlsKKC','9xmHncN','483drfHmK','357131EirZgg','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','8770VnAQzi','6gOEnEe','708KbXkIj','1685840yDWKeo','missing','ERROR_MESSAGES','hosts','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','11Ihrehs','17964xfQkhN','1339032aHrwVm','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','bstackAccessKey','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.'];a11_0xb585=function(){return _0x49c07c;};return a11_0xb585();}var a11_0x1229ca={};function a11_0x1d35(_0x2f5724,_0x314e4b){var _0xb5850e=a11_0xb585();return a11_0x1d35=function(_0x1d35b3,_0x29e48a){_0x1d35b3=_0x1d35b3-0x12c;var _0xcb1a63=_0xb5850e[_0x1d35b3];return _0xcb1a63;},a11_0x1d35(_0x2f5724,_0x314e4b);}a11_0x1229ca[a11_0x3b3215(0x144)]=a11_0x3b3215(0x12c),a11_0x1229ca[a11_0x3b3215(0x13d)]='This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a11_0x2f6c47={};a11_0x2f6c47[a11_0x3b3215(0x131)]=a11_0x3b3215(0x142),a11_0x2f6c47[a11_0x3b3215(0x12f)]=a11_0x3b3215(0x136),a11_0x2f6c47[a11_0x3b3215(0x12e)]=a11_0x3b3215(0x143);var a11_0x155f76={};a11_0x155f76['options']=a11_0x1229ca,a11_0x155f76['command']=a11_0x2f6c47,exports['HELP_MESSAGES']=a11_0x155f76;var a11_0x6d9de5={};a11_0x6d9de5[a11_0x3b3215(0x13b)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a11_0x2f6016={};a11_0x2f6016[a11_0x3b3215(0x13b)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a11_0x2f6016[a11_0x3b3215(0x12d)]=a11_0x3b3215(0x13e);var a11_0x305fd6={};a11_0x305fd6[a11_0x3b3215(0x144)]=a11_0x6d9de5,a11_0x305fd6[a11_0x3b3215(0x13d)]=a11_0x2f6016,exports[a11_0x3b3215(0x13c)]=a11_0x305fd6;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x382134=a12_0x3f90;(function(_0x377531,_0x52c49c){const _0x34befb=a12_0x3f90,_0x56830a=_0x377531();while(!![]){try{const _0x35e8be=parseInt(_0x34befb(0x176))/0x1+-parseInt(_0x34befb(0x1a1))/0x2+parseInt(_0x34befb(0x168))/0x3+-parseInt(_0x34befb(0x1ca))/0x4+-parseInt(_0x34befb(0x1a5))/0x5+-parseInt(_0x34befb(0x16a))/0x6+parseInt(_0x34befb(0x184))/0x7;if(_0x35e8be===_0x52c49c)break;else _0x56830a['push'](_0x56830a['shift']());}catch(_0x26f2d8){_0x56830a['push'](_0x56830a['shift']());}}}(a12_0x4868,0x7d3e7));function a12_0x4868(){const _0x4f7c82=['maWcM','default','exports','testEnvironmentOptions','/customImplements/customTestRunner.js','jIQPQ','platforms','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','runInBand',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','ovnLA','2522118bhjtLR','Getting\x20your\x20jest\x20configs\x20from\x20package.json','3617508WjBaTr','/customImplements/customTestRunnerTemplate.js','winstonLogger','jest.config.','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','maxWorkers','setupFilesAfterEnv','ZDKnM','readFileSync','proxySettings','testRunner','VUESS','363569ZBeZdZ','FeWpn','isTestObservabilitySession','BROWSERSTACK_TEST_ACCESSIBILITY_YML','forEach','platform','runner','accessibilityOptions','../../helpers/BrowserStackSetup','shutdown','setupFiles','useW3C','UYqXU','timeout__','13388445CTMvym','WAKsm','BROWSERSTACK_TEST_OBSERVABILITY_YML','cjs','../../helpers/percy/utils','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','const\x20config=','exitCode','requireSeleniumWebdriver','GyrAC','findIndex','child_process','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','resolve','finalExecution','modifyBrowserStackCaps','Getting\x20your\x20jest\x20configs\x20from\x20','testTimeout','testContextOptions','logLevel','isUndefined','jest_browserstack.config.cjs','setup','ilhQI','getPackageType','BS_A11Y_JWT','jest_browserstack.config.js','testEnvironment','printBuildLink','1044086ktqZqx','join','inherit','McVNd','4465695qWPwQJ','jBJzV','/test_before.setup.js','yZjod','DgLQf','serial__','log','test','../../helpers/logger','config','env','\x20with\x20browserstack\x20jest\x20configs','isAccessibilityAutomationSession','ReOea','../../helpers/accessibility-automation/helper','existsSync','unlinkSync','--config','BS_A11Y_TEST_RUN_ID','RQMNL','eeotc','\x0a\x20\x20\x20\x20','../../helpers/helper','handleApp','parse','cwd','DcoSd','browserStackLogLevel','jest_browserstack_results.json','json','eSvXf','Creating\x20','modifyBrowserStackW3CCaps','MODULE','../../helpers/test-observability/utils','createAccessibilityTestRun','KrZqy','2343244MayKIa','assign','kvcdT','GPVnh','markSDKSetupComplete','child\x20process\x20exited\x20with\x20code\x20','npbfj','capabilities','splice','YPIGI','debug','customImplements','checkAccessibilityPlatformConfig','KDUBP','mjs','./test-observability/helper','turboScaleUrl','REBkt','jest','iOMGq','true','../../helpers/test-observability/sessionHandler','info','push','/customImplements/customCircus.js','Unable\x20to\x20find\x20jest-circus,\x20','initialize','path','VDJDG','platformCaps','parallelsPerPlatform','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','/customImplements/customEnvironment.js','testObservability','jest.cmd','package.json','skipSessionName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','stop','BIeNt','writeFileSync','getErrorMessageFromResults','JhPOr','skipSessionStatus','root_dir_path','JHooy','stringify','IrZeG'];a12_0x4868=function(){return _0x4f7c82;};return a12_0x4868();}const fs=require('fs'),path=require(a12_0x382134(0x1e5)),{spawn}=require(a12_0x382134(0x18f)),logger=require(a12_0x382134(0x1ad))[a12_0x382134(0x16c)],{default:BrowserStackSetup}=require(a12_0x382134(0x17e)),helper=require(a12_0x382134(0x1bb)),constants=require('../utils/constants'),accessibilityHelper=require(a12_0x382134(0x1b3)),{updateTestRerunConfig}=require(a12_0x382134(0x1d9)),testOpsHelper=require(a12_0x382134(0x1c7)),SessionHandler=require(a12_0x382134(0x1df)),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a12_0x382134(0x188)),getUserJestConfigs=(_0x19c11c,_0x294737)=>{const _0x451c08=a12_0x382134,_0xf679fe={'yZjod':function(_0x59e496,_0x1df4eb){return _0x59e496(_0x1df4eb);},'jIQPQ':function(_0x5ec920,_0x49237b){return _0x5ec920||_0x49237b;},'WAKsm':_0x451c08(0x1ed),'FeWpn':_0x451c08(0x169),'tGTvX':_0x451c08(0x1d8),'BIeNt':_0x451c08(0x187),'HWEuu':_0x451c08(0x1c2)},_0x2405cd=_0x294737[_0x451c08(0x18e)](_0x246876=>_0x246876===_0x451c08(0x1b6));if(!helper['isUndefined'](_0x19c11c[_0x451c08(0x1ae)])){logger[_0x451c08(0x1e0)](_0x451c08(0x194)+_0x19c11c[_0x451c08(0x1ae)]);const _0xe1ee15=_0xf679fe[_0x451c08(0x1a8)](require,path[_0x451c08(0x191)](_0x19c11c[_0x451c08(0x1ae)]));return _0x294737[_0x451c08(0x1d2)](_0x2405cd,0x2),_0xf679fe[_0x451c08(0x1ff)](_0xe1ee15,{});}const _0x537517=_0xf679fe[_0x451c08(0x1a8)](require,path[_0x451c08(0x1a2)](process[_0x451c08(0x1be)](),_0xf679fe[_0x451c08(0x185)]));if(_0x537517[_0x451c08(0x1dc)])return logger[_0x451c08(0x1e0)](_0xf679fe[_0x451c08(0x177)]),_0x537517[_0x451c08(0x1dc)];const _0x1422b3=['js',_0xf679fe['tGTvX'],_0xf679fe[_0x451c08(0x1f1)],_0xf679fe['HWEuu'],'ts'];for(const _0x2a47c0 of _0x1422b3){const _0xe42569=path[_0x451c08(0x1a2)](process[_0x451c08(0x1be)](),_0x451c08(0x16d)+_0x2a47c0);if(fs[_0x451c08(0x1b4)](_0xe42569))return _0xf679fe[_0x451c08(0x1a8)](require,_0xe42569);}return{};},getSerial=(_0x51d508,_0x588952)=>{const _0x58ca48=a12_0x382134,_0x180616={};_0x180616[_0x58ca48(0x1e6)]='true',_0x180616[_0x58ca48(0x1a4)]=function(_0x51aff0,_0x504df9){return _0x51aff0>_0x504df9;},_0x180616[_0x58ca48(0x1cd)]=function(_0x43c59a,_0x4f0c0c){return _0x43c59a>_0x4f0c0c;},_0x180616[_0x58ca48(0x182)]='false';const _0x3f8f6d=_0x180616;let _0x1b3d99=_0x3f8f6d['VDJDG'];return _0x3f8f6d['McVNd'](_0x51d508['length'],0x1)&&(!_0x588952[_0x58ca48(0x202)]&&(helper['isUndefined'](_0x588952[_0x58ca48(0x16f)])||_0x3f8f6d[_0x58ca48(0x1cd)](_0x588952[_0x58ca48(0x16f)],0x1)))&&(_0x1b3d99=_0x3f8f6d[_0x58ca48(0x182)]),_0x1b3d99;},getMaxWorkers=(_0x256485,_0x257ba7)=>{const _0x590b6a=a12_0x382134,_0x5b4433={'IzjEm':function(_0x6857df,_0x39676e){return _0x6857df(_0x39676e);}};let _0x3584a8=0x1;if(!helper[_0x590b6a(0x198)](_0x257ba7[_0x590b6a(0x1e8)]))_0x3584a8=_0x5b4433['IzjEm'](parseInt,_0x257ba7[_0x590b6a(0x1e8)]);else!helper[_0x590b6a(0x198)](_0x256485['maxWorkers'])&&(_0x3584a8=_0x256485['maxWorkers']);return _0x3584a8;};async function run(_0xeabbc0,_0x50c02f){const _0x181ce7=a12_0x382134,_0x28d2b2={'IrZeG':'jest','ReOea':function(_0x16e96e,_0x372f0e){return _0x16e96e(_0x372f0e);},'maWcM':function(_0x3d654e,_0x27a433){return _0x3d654e!=_0x27a433;},'VUESS':_0x181ce7(0x1de),'eSvXf':function(_0x177862,_0x2a69ef,_0x2a785c){return _0x177862(_0x2a69ef,_0x2a785c);},'RQMNL':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','YPIGI':function(_0x5cab8b,_0x111d2e){return _0x5cab8b(_0x111d2e);},'rJCGo':function(_0x517eb9,_0x33345a){return _0x517eb9>_0x33345a;},'kvcdT':function(_0x5101ba,_0x19bd18,_0x43f294){return _0x5101ba(_0x19bd18,_0x43f294);},'REBkt':function(_0x1a934d,_0x12321c){return _0x1a934d*_0x12321c;},'jBJzV':function(_0x2e238d,_0xe0e1e6){return _0x2e238d===_0xe0e1e6;},'ovnLA':_0x181ce7(0x199),'ilhQI':_0x181ce7(0x19e),'iOMGq':_0x181ce7(0x1d5),'KrZqy':_0x181ce7(0x1c1),'JHooy':_0x181ce7(0x16e),'DgLQf':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','mofIv':_0x181ce7(0x1fb),'GyrAC':function(_0x5524a2,_0xd1eaf2,_0x4a65a5){return _0x5524a2(_0xd1eaf2,_0x4a65a5);},'WgeIr':_0x181ce7(0x201),'DcoSd':function(_0x4531d8,_0x9f142b){return _0x4531d8(_0x9f142b);},'eeotc':function(_0x7c07a5,_0x572ced,_0x23827b,_0x3c2c69){return _0x7c07a5(_0x572ced,_0x23827b,_0x3c2c69);},'npbfj':_0x181ce7(0x1ec),'ZDKnM':_0x181ce7(0x1b6),'JhPOr':_0x181ce7(0x1a3),'KDUBP':'close'},_0x2f70e3=new BrowserStackSetup(_0xeabbc0,_0x28d2b2[_0x181ce7(0x1f9)]);helper['isBrowserstackInfra']()&&(await _0x2f70e3[_0x181ce7(0x1e4)](),await helper[_0x181ce7(0x1bc)](_0x2f70e3[_0x181ce7(0x1ae)]));if(!_0x2f70e3['config'])return;_0x28d2b2[_0x181ce7(0x1fa)](_0x2f70e3[_0x181ce7(0x1ae)]['testObservability'],null)?process[_0x181ce7(0x1af)][_0x181ce7(0x186)]=_0x2f70e3['config'][_0x181ce7(0x1eb)]:process[_0x181ce7(0x1af)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x28d2b2[_0x181ce7(0x175)];const _0x3e891d=_0x28d2b2[_0x181ce7(0x1c3)](getUserJestConfigs,_0xeabbc0,_0x50c02f);logger[_0x181ce7(0x1e0)](_0x28d2b2[_0x181ce7(0x1b8)]);const _0x109231=Object[_0x181ce7(0x1cb)]({},_0x3e891d);_0x109231['testEnvironmentOptions']=Object['assign']({},_0x109231[_0x181ce7(0x1fd)],{'server':helper['getHubUrl'](_0x2f70e3[_0x181ce7(0x1ae)]),'environment':_0x3e891d[_0x181ce7(0x19f)]}),_0x109231['testEnvironmentOptions']['browserStackPercyOptions']=_0x28d2b2[_0x181ce7(0x1d3)](getPercyOptions,_0x2f70e3[_0x181ce7(0x1ae)]);const _0x1033c0=helper[_0x181ce7(0x181)](_0x2f70e3[_0x181ce7(0x1ae)]),_0x17ac44=[];_0x28d2b2['rJCGo'](_0x2f70e3[_0x181ce7(0x1ae)]['platforms']['length'],0x0)?_0x2f70e3[_0x181ce7(0x1ae)][_0x181ce7(0x200)][_0x181ce7(0x17a)]((_0x52b0e8,_0x5142fe)=>{const _0x194a1c=_0x181ce7;_0x1033c0?_0x17ac44[_0x194a1c(0x1e1)](helper[_0x194a1c(0x1c5)](_0x2f70e3[_0x194a1c(0x1ae)],_0x28d2b2['IrZeG'],_0x5142fe)):_0x17ac44['push'](helper[_0x194a1c(0x193)](_0x2f70e3['config'],_0x28d2b2['IrZeG'],_0x5142fe));}):_0x17ac44[_0x181ce7(0x1e1)]({});!helper[_0x181ce7(0x198)](_0x2f70e3[_0x181ce7(0x1ae)][_0x181ce7(0x17d)])&&(process['env'][_0x181ce7(0x1ef)]=JSON[_0x181ce7(0x1f8)](_0x2f70e3['config'][_0x181ce7(0x17d)]));let _0x51cc62=_0x2f70e3[_0x181ce7(0x1ae)]['accessibility'];_0x51cc62=_0x51cc62||accessibilityHelper[_0x181ce7(0x1d6)](_0x2f70e3[_0x181ce7(0x1ae)]),process['env'][_0x181ce7(0x179)]=_0x51cc62;if(_0x51cc62){const [_0x3ad59f,_0x20b3a2]=await accessibilityHelper[_0x181ce7(0x1c8)](_0x2f70e3[_0x181ce7(0x1ae)],_0x28d2b2[_0x181ce7(0x1f9)]);logger['info'](_0x181ce7(0x1e9)+_0x20b3a2),process[_0x181ce7(0x1af)][_0x181ce7(0x19d)]=_0x3ad59f,process[_0x181ce7(0x1af)][_0x181ce7(0x1b7)]=_0x20b3a2;}_0x109231[_0x181ce7(0x1fd)][_0x181ce7(0x1d1)]=_0x17ac44,_0x109231[_0x181ce7(0x1fd)][_0x181ce7(0x1aa)]=_0x28d2b2[_0x181ce7(0x1cc)](getSerial,_0x17ac44,_0xeabbc0),_0x109231['testEnvironmentOptions']['parallels__']=_0x28d2b2[_0x181ce7(0x1c3)](getMaxWorkers,_0xeabbc0,_0x2f70e3[_0x181ce7(0x1ae)]),_0x109231[_0x181ce7(0x1fd)][_0x181ce7(0x173)]=_0x2f70e3[_0x181ce7(0x1ae)][_0x181ce7(0x173)],_0x109231[_0x181ce7(0x1fd)][_0x181ce7(0x183)]=_0x28d2b2[_0x181ce7(0x1db)](_0xeabbc0[_0x181ce7(0x195)],0x1)||0x1388,_0x109231['testEnvironmentOptions'][_0x181ce7(0x1ee)]=_0x2f70e3[_0x181ce7(0x1ae)][_0x181ce7(0x196)][_0x181ce7(0x1ee)],_0x109231[_0x181ce7(0x1fd)][_0x181ce7(0x1f5)]=_0x2f70e3[_0x181ce7(0x1ae)]['testContextOptions']['skipSessionStatus'],_0x109231['testEnvironmentOptions'][_0x181ce7(0x1c0)]=_0x2f70e3[_0x181ce7(0x1ae)][_0x181ce7(0x197)],_0x109231['testEnvironmentOptions']['turboScaleUrl']=_0x2f70e3[_0x181ce7(0x1ae)][_0x181ce7(0x1da)],_0x109231[_0x181ce7(0x1fd)][_0x181ce7(0x1e7)]=_0x2f70e3[_0x181ce7(0x1ae)][_0x181ce7(0x200)];let _0xbc16ee='';_0x28d2b2[_0x181ce7(0x1a6)](helper[_0x181ce7(0x19c)](),constants['PACKAGE_TYPE'][_0x181ce7(0x1c6)])?_0xbc16ee=_0x28d2b2[_0x181ce7(0x204)]:_0xbc16ee=_0x28d2b2[_0x181ce7(0x19b)];const _0x3c3dd4=_0xbc16ee,_0x83b70f=path['join'](__dirname,_0x28d2b2[_0x181ce7(0x1dd)],_0x28d2b2[_0x181ce7(0x1c9)]),_0x50cf68=__dirname+_0x181ce7(0x1fe),_0x3f7cb2=__dirname+_0x181ce7(0x16b);_0x109231[_0x181ce7(0x19f)]&&(process[_0x181ce7(0x1af)]['BSTACK_JEST_TEST_ENV']=_0x109231[_0x181ce7(0x19f)]);_0x109231[_0x181ce7(0x19f)]=__dirname+_0x181ce7(0x1ea),_0x109231[_0x181ce7(0x17c)]=_0x50cf68,_0x109231[_0x181ce7(0x170)]=_0x109231['setupFilesAfterEnv']||[],_0x109231['setupFilesAfterEnv'][_0x181ce7(0x1e1)](__dirname+'/jest.setup.js');if(testOpsHelper[_0x181ce7(0x178)]()){let _0x509abd=null;try{_0x509abd=helper['requireModule'](_0x28d2b2[_0x181ce7(0x1f7)]);}catch(_0x1c32e9){_0x28d2b2[_0x181ce7(0x1d3)](debug,_0x181ce7(0x1e3)+_0x1c32e9);}_0x509abd&&(_0x109231[_0x181ce7(0x170)][_0x181ce7(0x1e1)](__dirname+'/test-observability/data-hooks.js'),_0x109231[_0x181ce7(0x174)]=__dirname+_0x181ce7(0x1e2));}_0x109231[_0x181ce7(0x180)]=_0x109231[_0x181ce7(0x180)]||[];try{helper[_0x181ce7(0x18c)](),_0x109231[_0x181ce7(0x180)]['push'](__dirname+_0x181ce7(0x1a7));}catch{logger[_0x181ce7(0x1d4)](_0x28d2b2[_0x181ce7(0x1a9)]);}_0x109231['reporters']=_0x109231['reporters']||[_0x28d2b2['mofIv']],_0x28d2b2[_0x181ce7(0x18d)](updateTestRerunConfig,_0x109231,_0x2f70e3);const _0x1ecbbc=fs[_0x181ce7(0x172)](_0x3f7cb2);fs[_0x181ce7(0x1f2)](_0x109231['runner'],_0x181ce7(0x1ba)+_0x1ecbbc+_0x181ce7(0x189)+_0x2f70e3[_0x181ce7(0x1ae)][_0x181ce7(0x200)]['length']+_0x181ce7(0x203)),logger[_0x181ce7(0x1e0)](_0x181ce7(0x1c4)+_0x3c3dd4+_0x181ce7(0x1b0)),fs[_0x181ce7(0x1f2)](_0x3c3dd4,_0x181ce7(0x18a)+JSON[_0x181ce7(0x1f8)](_0x109231)+'\x0amodule.exports\x20=\x20config;'),logger['info'](_0x28d2b2['WgeIr']);const _0x289d5f={};_0x289d5f[_0x181ce7(0x1f6)]='',await SessionHandler['launch'](Object[_0x181ce7(0x1cb)]({},_0x2f70e3[_0x181ce7(0x1ae)],_0x289d5f),{'frameworkName':_0x28d2b2[_0x181ce7(0x1f9)],'frameworkVersion':_0x28d2b2[_0x181ce7(0x1bf)](getFrameworkVersion,_0x28d2b2['IrZeG'])});testOpsHelper[_0x181ce7(0x178)]()&&TestDetails[_0x181ce7(0x19a)]();helper['filterBrowserstackConfig']({},_0x50c02f),helper[_0x181ce7(0x1ce)]();const _0x5c5bf5=_0x28d2b2[_0x181ce7(0x1b9)](spawn,/^win/[_0x181ce7(0x1ac)](process[_0x181ce7(0x17b)])?_0x28d2b2[_0x181ce7(0x1d0)]:_0x28d2b2[_0x181ce7(0x1f9)],[_0x28d2b2[_0x181ce7(0x171)],_0x3c3dd4,..._0x50c02f['slice'](0x1)],{'stdio':_0x28d2b2[_0x181ce7(0x1f4)],'env':Object[_0x181ce7(0x1cb)]({},process['env'])});_0x5c5bf5['on'](_0x28d2b2[_0x181ce7(0x1d7)],async _0x2eb135=>{const _0x1d8eff=_0x181ce7;process[_0x1d8eff(0x18b)]=_0x2eb135,logger['debug'](_0x1d8eff(0x1cf)+_0x2eb135),logger['info']('Deleting\x20'+_0x3c3dd4);let _0x528a5d=null;if(fs['existsSync'](_0x83b70f)){_0x528a5d=fs['readFileSync'](_0x83b70f);try{_0x528a5d=JSON[_0x1d8eff(0x1bd)](_0x528a5d);}catch(_0x8a8d2c){logger[_0x1d8eff(0x1d4)]('Error\x20while\x20parsing\x20'+_0x83b70f+',\x20'+_0x528a5d+'\x20:\x20'+_0x8a8d2c);}fs[_0x1d8eff(0x1b5)](_0x83b70f);}accessibilityHelper[_0x1d8eff(0x1b1)]()&&accessibilityHelper['stopAccessibilityTestRun'](_0x2f70e3[_0x1d8eff(0x1ae)]);fs['unlinkSync'](_0x3c3dd4),fs[_0x1d8eff(0x1b5)](_0x50cf68),_0x528a5d&&(_0x2f70e3['errorMessage']=helper[_0x1d8eff(0x1f3)](_0x528a5d,_0x28d2b2[_0x1d8eff(0x1f9)],_0x2f70e3));if(testOpsHelper['isTestObservabilitySession']())try{await SessionHandler[_0x1d8eff(0x1f0)]();}catch(_0x57fd5f){console[_0x1d8eff(0x1ab)](_0x57fd5f),_0x28d2b2[_0x1d8eff(0x1b2)](debug,_0x1d8eff(0x190)+_0x57fd5f);}testOpsHelper[_0x1d8eff(0x1a0)](),TestDetails[_0x1d8eff(0x17f)](),await helper[_0x1d8eff(0x192)](_0x2f70e3);});}function a12_0x3f90(_0x48d4b2,_0xba6780){const _0x486847=a12_0x4868();return a12_0x3f90=function(_0x3f90c2,_0x2d934f){_0x3f90c2=_0x3f90c2-0x168;let _0x136030=_0x486847[_0x3f90c2];return _0x136030;},a12_0x3f90(_0x48d4b2,_0xba6780);}module[a12_0x382134(0x1fc)]=run;
2
+ 'use strict';const a12_0x2c5c23=a12_0x34c3;function a12_0x5069(){const _0x25c948=['setupFiles','BROWSERSTACK_TEST_ACCESSIBILITY_YML','config','dTObI','UkLQS','exports','platformCaps','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','1350549WpgwLe','924660Wuupfu','--config','cwd','SIbxc','test','8TjzLFo','1139705ZbqcAW','jNOBr','SmrHb','testRunner','assign','close','Deleting\x20','HOAKU','turboScaleUrl','testTimeout','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','../../helpers/percy/utils','../../helpers/test-observability/sessionHandler','../../helpers/accessibility-automation/helper','oDUQE','inherit','uhQys','gzIEf','winstonLogger','join','20cUBIGD','./test-observability/test-details','psqNq','jest.cmd','../../helpers/testhub/utils','AZjFY','false','/customImplements/customEnvironment.js','QiWWv','resolve','finalExecution','testContextOptions','Error\x20while\x20parsing\x20','capabilities','readFileSync','\x20with\x20browserstack\x20jest\x20configs','requireSeleniumWebdriver','useW3C','isUndefined','afFaV','info','jest.config.','accessibility','skipSessionStatus','MODULE','6RfNRrC','reporters','stringify','testEnvironment','platforms','BROWSERSTACK_TEST_OBSERVABILITY_YML','format','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','OMXWU','slice','const\x20config=','../utils/constants','cjs','setupFilesAfterEnv','parallelsPerPlatform','accessibilityOptions','CJvhv','/test_before.setup.js','ekwtq','PACKAGE_TYPE','BSTACK_JEST_TEST_ENV','forEach','platform','getPackageType','450trNXQm','../../helpers/helper','markSDKSetupComplete','modifyBrowserStackCaps','length','unlinkSync','yrlWl','JEST','jest_browserstack.config.js','PmrUq','mQCLu','requireModule','child_process','jest_browserstack.config.cjs','initialize','Getting\x20your\x20jest\x20configs\x20from\x20','existsSync','rhNZj','ROgCk','165746cPHQJl','5245AwJSDV','2065679CTYoiU','launchBuild','FMXof','vMDfe',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','lDYVb','proxySettings','shouldProcessEventForTesthub','env','Wzfey','customImplements','Creating\x20','../../helpers/BrowserStackSetup','util','\x0a\x20\x20\x20\x20','/test-observability/data-hooks.js','testObservability','writeFileSync','testEnvironmentOptions','browserStackPercyOptions','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','splice','shutdown','skipSessionName','parallels__','log','runInBand','jest','json','debug','package.json','getHubUrl','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','../../helpers/logger','ozWVe','uhbIo','stop','jest_browserstack_results.json','push','Unable\x20to\x20find\x20jest-circus,\x20','Getting\x20your\x20jest\x20configs\x20from\x20package.json','TCHlc','GLMGm','getErrorMessageFromResults','../../helpers/testhub/testhubHandler','maxWorkers','path','modifyBrowserStackW3CCaps','dsFsr','236391LZUHaG','wHwvg','jIGbQ','../../helpers/test-observability/utils','runner'];a12_0x5069=function(){return _0x25c948;};return a12_0x5069();}(function(_0x560243,_0x4fbf5e){const _0x3b4491=a12_0x34c3,_0xa9e859=_0x560243();while(!![]){try{const _0x4273ca=parseInt(_0x3b4491(0x241))/0x1+-parseInt(_0x3b4491(0x20e))/0x2*(parseInt(_0x3b4491(0x282))/0x3)+-parseInt(_0x3b4491(0x24f))/0x4+parseInt(_0x3b4491(0x20f))/0x5*(-parseInt(_0x3b4491(0x1fb))/0x6)+-parseInt(_0x3b4491(0x255))/0x7+parseInt(_0x3b4491(0x254))/0x8*(parseInt(_0x3b4491(0x24e))/0x9)+parseInt(_0x3b4491(0x269))/0xa*(parseInt(_0x3b4491(0x210))/0xb);if(_0x4273ca===_0x4fbf5e)break;else _0xa9e859['push'](_0xa9e859['shift']());}catch(_0x4c0297){_0xa9e859['push'](_0xa9e859['shift']());}}}(a12_0x5069,0x1e2ed));function a12_0x34c3(_0x123fa1,_0x12d33d){const _0x5069b0=a12_0x5069();return a12_0x34c3=function(_0x34c340,_0x114cea){_0x34c340=_0x34c340-0x1f2;let _0x238f13=_0x5069b0[_0x34c340];return _0x238f13;},a12_0x34c3(_0x123fa1,_0x12d33d);}const fs=require('fs'),path=require(a12_0x2c5c23(0x23e)),util=require(a12_0x2c5c23(0x21d)),{spawn}=require(a12_0x2c5c23(0x207)),logger=require(a12_0x2c5c23(0x231))[a12_0x2c5c23(0x267)],{default:BrowserStackSetup}=require(a12_0x2c5c23(0x21c)),helper=require(a12_0x2c5c23(0x1fc)),constants=require(a12_0x2c5c23(0x28d)),accessibilityHelper=require(a12_0x2c5c23(0x262)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a12_0x2c5c23(0x244)),SessionHandler=require(a12_0x2c5c23(0x261)),{getFrameworkVersion,debug}=require(a12_0x2c5c23(0x244)),TestDetails=require(a12_0x2c5c23(0x26a)),{getPercyOptions}=require(a12_0x2c5c23(0x260)),TestHubHandler=require(a12_0x2c5c23(0x23c)),testhubUtils=require(a12_0x2c5c23(0x26d)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),getUserJestConfigs=(_0x4dfdcd,_0x1e2ee4)=>{const _0x4980cd=a12_0x2c5c23,_0x149953={'OMXWU':function(_0x4efa9b,_0x56d36c){return _0x4efa9b(_0x56d36c);},'lDYVb':function(_0x516280,_0x3a1508){return _0x516280||_0x3a1508;},'gzIEf':_0x4980cd(0x22e),'wHwvg':_0x4980cd(0x238),'rhNZj':'mjs','dsFsr':_0x4980cd(0x28e),'GYtQr':_0x4980cd(0x22c)},_0x2e6365=_0x1e2ee4['findIndex'](_0x4e6c96=>_0x4e6c96===_0x4980cd(0x250));if(!helper[_0x4980cd(0x27b)](_0x4dfdcd[_0x4980cd(0x248)])){logger[_0x4980cd(0x27d)](_0x4980cd(0x20a)+_0x4dfdcd[_0x4980cd(0x248)]);const _0x189ab3=_0x149953[_0x4980cd(0x28a)](require,path[_0x4980cd(0x272)](_0x4dfdcd[_0x4980cd(0x248)]));return _0x1e2ee4[_0x4980cd(0x225)](_0x2e6365,0x2),_0x149953[_0x4980cd(0x215)](_0x189ab3,{});}const _0x4430e3=_0x149953[_0x4980cd(0x28a)](require,path[_0x4980cd(0x268)](process[_0x4980cd(0x251)](),_0x149953[_0x4980cd(0x266)]));if(_0x4430e3[_0x4980cd(0x22b)])return logger[_0x4980cd(0x27d)](_0x149953[_0x4980cd(0x242)]),_0x4430e3[_0x4980cd(0x22b)];const _0x552508=['js',_0x149953[_0x4980cd(0x20c)],_0x149953[_0x4980cd(0x240)],_0x149953['GYtQr'],'ts'];for(const _0x33d6bb of _0x552508){const _0xdd10de=path[_0x4980cd(0x268)](process[_0x4980cd(0x251)](),_0x4980cd(0x27e)+_0x33d6bb);if(fs['existsSync'](_0xdd10de))return _0x149953[_0x4980cd(0x28a)](require,_0xdd10de);}return{};},getSerial=(_0x1c0221,_0x5089fe)=>{const _0x2161f1=a12_0x2c5c23,_0x481a1f={};_0x481a1f[_0x2161f1(0x271)]='true',_0x481a1f['ekwtq']=function(_0xb766fe,_0x1ed8ba){return _0xb766fe>_0x1ed8ba;},_0x481a1f['ozWVe']=_0x2161f1(0x26f);const _0xaac049=_0x481a1f;let _0x464e92=_0xaac049[_0x2161f1(0x271)];return _0xaac049['ekwtq'](_0x1c0221[_0x2161f1(0x1ff)],0x1)&&(!_0x5089fe[_0x2161f1(0x22a)]&&(helper['isUndefined'](_0x5089fe[_0x2161f1(0x23d)])||_0xaac049[_0x2161f1(0x1f5)](_0x5089fe['maxWorkers'],0x1)))&&(_0x464e92=_0xaac049[_0x2161f1(0x232)]),_0x464e92;},getMaxWorkers=(_0x2db260,_0x3f8a27)=>{const _0xed3927=a12_0x2c5c23,_0x4d927a={'jNOBr':function(_0x4e744d,_0x146054){return _0x4e744d(_0x146054);}};let _0x1b1d18=0x1;if(!helper[_0xed3927(0x27b)](_0x3f8a27[_0xed3927(0x290)]))_0x1b1d18=_0x4d927a[_0xed3927(0x256)](parseInt,_0x3f8a27[_0xed3927(0x290)]);else!helper[_0xed3927(0x27b)](_0x2db260['maxWorkers'])&&(_0x1b1d18=_0x2db260[_0xed3927(0x23d)]);return _0x1b1d18;};async function run(_0x16e8db,_0x243102){const _0x30d411=a12_0x2c5c23,_0x5a3ea1={'vMDfe':_0x30d411(0x22b),'ROgCk':function(_0x598422,_0x146d47){return _0x598422(_0x146d47);},'jIGbQ':function(_0x38a345,_0x6b9c04){return _0x38a345!=_0x6b9c04;},'mQCLu':'true','psqNq':function(_0x1ced5b,_0x3a7eab,_0x72c368){return _0x1ced5b(_0x3a7eab,_0x72c368);},'SmrHb':_0x30d411(0x25f),'uhQys':function(_0x521809,_0x33a699){return _0x521809(_0x33a699);},'uhbIo':function(_0x56ced5,_0x45e62e){return _0x56ced5>_0x45e62e;},'UkLQS':function(_0x883f01,_0x68ffaf){return _0x883f01*_0x68ffaf;},'oDUQE':function(_0x562f26,_0x345ce0){return _0x562f26===_0x345ce0;},'SIbxc':_0x30d411(0x208),'TCHlc':_0x30d411(0x203),'PmrUq':_0x30d411(0x21a),'FMXof':_0x30d411(0x235),'SrHxM':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','dTObI':function(_0x4122fc,_0x39317e){return _0x4122fc(_0x39317e);},'GLMGm':_0x30d411(0x230),'HOAKU':'default','afFaV':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','LfCgw':function(_0x4e6351,_0x5b070a,_0x5904de,_0x2e4543){return _0x4e6351(_0x5b070a,_0x5904de,_0x2e4543);},'yrlWl':_0x30d411(0x26c),'Wzfey':_0x30d411(0x250),'AZjFY':_0x30d411(0x264),'CJvhv':_0x30d411(0x25a)},_0x42cac7=new BrowserStackSetup(_0x16e8db,_0x5a3ea1[_0x30d411(0x213)]);helper['isBrowserstackInfra']()&&(await _0x42cac7[_0x30d411(0x209)](),await helper['handleApp'](_0x42cac7['config']));if(!_0x42cac7['config'])return;_0x5a3ea1[_0x30d411(0x243)](_0x42cac7[_0x30d411(0x248)][_0x30d411(0x220)],null)?process[_0x30d411(0x218)][_0x30d411(0x287)]=_0x42cac7[_0x30d411(0x248)][_0x30d411(0x220)]:process['env'][_0x30d411(0x287)]=_0x5a3ea1[_0x30d411(0x205)];const _0x350d77=_0x5a3ea1[_0x30d411(0x26b)](getUserJestConfigs,_0x16e8db,_0x243102);logger[_0x30d411(0x27d)](_0x5a3ea1[_0x30d411(0x257)]);const _0x5bcc6c=Object[_0x30d411(0x259)]({},_0x350d77);_0x5bcc6c[_0x30d411(0x222)]=Object[_0x30d411(0x259)]({},_0x5bcc6c['testEnvironmentOptions'],{'server':helper[_0x30d411(0x22f)](_0x42cac7[_0x30d411(0x248)]),'environment':_0x350d77[_0x30d411(0x285)]}),_0x5bcc6c[_0x30d411(0x222)][_0x30d411(0x223)]=_0x5a3ea1[_0x30d411(0x265)](getPercyOptions,_0x42cac7['config']);const _0x5b12e2=helper[_0x30d411(0x27a)](_0x42cac7[_0x30d411(0x248)]),_0x220b32=[];_0x5a3ea1[_0x30d411(0x233)](_0x42cac7['config']['platforms'][_0x30d411(0x1ff)],0x0)?_0x42cac7[_0x30d411(0x248)][_0x30d411(0x286)][_0x30d411(0x1f8)]((_0x4df170,_0x501111)=>{const _0x142b06=_0x30d411;_0x5b12e2?_0x220b32[_0x142b06(0x236)](helper[_0x142b06(0x23f)](_0x42cac7['config'],_0x5a3ea1[_0x142b06(0x213)],_0x501111)):_0x220b32[_0x142b06(0x236)](helper[_0x142b06(0x1fe)](_0x42cac7[_0x142b06(0x248)],_0x5a3ea1[_0x142b06(0x213)],_0x501111));}):_0x220b32[_0x30d411(0x236)]({});!helper[_0x30d411(0x27b)](_0x42cac7[_0x30d411(0x248)][_0x30d411(0x1f2)])&&(process[_0x30d411(0x218)][_0x30d411(0x224)]=JSON['stringify'](_0x42cac7['config'][_0x30d411(0x1f2)]));let _0x2e4860=_0x42cac7[_0x30d411(0x248)][_0x30d411(0x27f)];_0x2e4860=_0x2e4860||accessibilityHelper['checkAccessibilityPlatformConfig'](_0x42cac7[_0x30d411(0x248)]),process[_0x30d411(0x218)][_0x30d411(0x247)]=_0x2e4860,_0x5bcc6c[_0x30d411(0x222)][_0x30d411(0x276)]=_0x220b32,_0x5bcc6c['testEnvironmentOptions']['serial__']=_0x5a3ea1[_0x30d411(0x26b)](getSerial,_0x220b32,_0x16e8db),_0x5bcc6c[_0x30d411(0x222)][_0x30d411(0x228)]=_0x5a3ea1[_0x30d411(0x26b)](getMaxWorkers,_0x16e8db,_0x42cac7[_0x30d411(0x248)]),_0x5bcc6c[_0x30d411(0x222)]['proxySettings']=_0x42cac7[_0x30d411(0x248)][_0x30d411(0x216)],_0x5bcc6c['testEnvironmentOptions']['timeout__']=_0x5a3ea1[_0x30d411(0x24a)](_0x16e8db[_0x30d411(0x25e)],0x1)||0x1388,_0x5bcc6c[_0x30d411(0x222)][_0x30d411(0x227)]=_0x42cac7[_0x30d411(0x248)][_0x30d411(0x274)][_0x30d411(0x227)],_0x5bcc6c[_0x30d411(0x222)][_0x30d411(0x280)]=_0x42cac7['config'][_0x30d411(0x274)]['skipSessionStatus'],_0x5bcc6c[_0x30d411(0x222)]['browserStackLogLevel']=_0x42cac7['config']['logLevel'],_0x5bcc6c['testEnvironmentOptions'][_0x30d411(0x25d)]=_0x42cac7[_0x30d411(0x248)][_0x30d411(0x25d)],_0x5bcc6c[_0x30d411(0x222)][_0x30d411(0x24c)]=_0x42cac7[_0x30d411(0x248)]['platforms'];let _0x345e07='';_0x5a3ea1[_0x30d411(0x263)](helper[_0x30d411(0x1fa)](),constants[_0x30d411(0x1f6)][_0x30d411(0x281)])?_0x345e07=_0x5a3ea1[_0x30d411(0x252)]:_0x345e07=_0x5a3ea1[_0x30d411(0x239)];const _0xcab29f=_0x345e07,_0x57b485=path[_0x30d411(0x268)](__dirname,_0x5a3ea1[_0x30d411(0x204)],_0x5a3ea1[_0x30d411(0x212)]),_0x333488=__dirname+'/customImplements/customTestRunner.js',_0x20a8ad=__dirname+'/customImplements/customTestRunnerTemplate.js';_0x5bcc6c[_0x30d411(0x285)]&&(process[_0x30d411(0x218)][_0x30d411(0x1f7)]=_0x5bcc6c[_0x30d411(0x285)]);_0x5bcc6c[_0x30d411(0x285)]=__dirname+_0x30d411(0x270),_0x5bcc6c[_0x30d411(0x245)]=_0x333488,_0x5bcc6c[_0x30d411(0x28f)]=_0x5bcc6c[_0x30d411(0x28f)]||[],_0x5bcc6c[_0x30d411(0x28f)][_0x30d411(0x236)](__dirname+'/jest.setup.js');if(testhubUtils[_0x30d411(0x217)]()){let _0x1ab1d9=null;try{_0x1ab1d9=helper[_0x30d411(0x206)](_0x5a3ea1['SrHxM']);}catch(_0x33de2e){_0x5a3ea1[_0x30d411(0x249)](debug,_0x30d411(0x237)+_0x33de2e);}_0x1ab1d9&&(_0x5bcc6c['setupFilesAfterEnv'][_0x30d411(0x236)](__dirname+_0x30d411(0x21f)),_0x5bcc6c[_0x30d411(0x258)]=__dirname+'/customImplements/customCircus.js');}_0x5bcc6c[_0x30d411(0x246)]=_0x5bcc6c[_0x30d411(0x246)]||[];try{helper[_0x30d411(0x279)](),_0x5bcc6c[_0x30d411(0x246)][_0x30d411(0x236)](__dirname+_0x30d411(0x1f4));}catch{logger[_0x30d411(0x22d)](_0x5a3ea1[_0x30d411(0x23a)]);}_0x5bcc6c[_0x30d411(0x283)]=_0x5bcc6c[_0x30d411(0x283)]||[_0x5a3ea1[_0x30d411(0x25c)]],_0x5a3ea1[_0x30d411(0x26b)](updateTestRerunConfig,_0x5bcc6c,_0x42cac7);const _0x5f104a=fs[_0x30d411(0x277)](_0x20a8ad);fs[_0x30d411(0x221)](_0x5bcc6c['runner'],_0x30d411(0x21e)+_0x5f104a+_0x30d411(0x289)+_0x42cac7[_0x30d411(0x248)][_0x30d411(0x286)][_0x30d411(0x1ff)]+_0x30d411(0x214)),logger[_0x30d411(0x27d)](_0x30d411(0x21b)+_0xcab29f+_0x30d411(0x278)),fs[_0x30d411(0x221)](_0xcab29f,_0x30d411(0x28c)+JSON[_0x30d411(0x284)](_0x5bcc6c)+'\x0amodule.exports\x20=\x20config;'),logger[_0x30d411(0x27d)](_0x5a3ea1[_0x30d411(0x27c)]);const _0x1af549=await TestHubHandler[_0x30d411(0x211)](FRAMEWORKS[_0x30d411(0x202)],_0x42cac7);testhubUtils[_0x30d411(0x217)]()&&TestDetails['setup']();helper['filterBrowserstackConfig']({},_0x243102),helper[_0x30d411(0x1fd)]();const _0x2fa87d=_0x5a3ea1['LfCgw'](spawn,/^win/[_0x30d411(0x253)](process[_0x30d411(0x1f9)])?_0x5a3ea1[_0x30d411(0x201)]:_0x5a3ea1['vMDfe'],[_0x5a3ea1[_0x30d411(0x219)],_0xcab29f,..._0x243102[_0x30d411(0x28b)](0x1)],{'stdio':_0x5a3ea1[_0x30d411(0x26e)],'env':Object[_0x30d411(0x259)]({},process['env'])});_0x2fa87d['on'](_0x5a3ea1[_0x30d411(0x1f3)],async _0x1118ee=>{const _0x5d6027=_0x30d411;process['exitCode']=_0x1118ee,logger[_0x5d6027(0x22d)]('child\x20process\x20exited\x20with\x20code\x20'+_0x1118ee),logger['info'](_0x5d6027(0x25b)+_0xcab29f);let _0xc1f0bf=null;if(fs[_0x5d6027(0x20b)](_0x57b485)){_0xc1f0bf=fs[_0x5d6027(0x277)](_0x57b485);try{_0xc1f0bf=JSON['parse'](_0xc1f0bf);}catch(_0x18775f){logger['debug'](_0x5d6027(0x275)+_0x57b485+',\x20'+_0xc1f0bf+'\x20:\x20'+_0x18775f);}fs['unlinkSync'](_0x57b485);}fs[_0x5d6027(0x200)](_0xcab29f),fs[_0x5d6027(0x200)](_0x333488),_0xc1f0bf&&(_0x42cac7['errorMessage']=helper[_0x5d6027(0x23b)](_0xc1f0bf,_0x5a3ea1['vMDfe'],_0x42cac7));try{await TestHubHandler[_0x5d6027(0x234)]();}catch(_0x286392){console[_0x5d6027(0x229)](_0x286392),_0x5a3ea1[_0x5d6027(0x20d)](debug,_0x5d6027(0x24d)+util[_0x5d6027(0x288)](_0x286392));}testOpsHelper['printBuildLink'](),TestDetails[_0x5d6027(0x226)](),await helper[_0x5d6027(0x273)](_0x42cac7);});}module[a12_0x2c5c23(0x24b)]=run;
@@ -1 +1 @@
1
- const a13_0x44f251=a13_0x3d90;(function(_0x17f733,_0x1a56b9){const _0x1a06c4=a13_0x3d90,_0x51e06c=_0x17f733();while(!![]){try{const _0xa08fdb=-parseInt(_0x1a06c4(0x13d))/0x1+parseInt(_0x1a06c4(0x14f))/0x2+-parseInt(_0x1a06c4(0x140))/0x3*(-parseInt(_0x1a06c4(0x14d))/0x4)+-parseInt(_0x1a06c4(0x142))/0x5+-parseInt(_0x1a06c4(0x141))/0x6+parseInt(_0x1a06c4(0x13e))/0x7*(parseInt(_0x1a06c4(0x14e))/0x8)+-parseInt(_0x1a06c4(0x148))/0x9*(-parseInt(_0x1a06c4(0x144))/0xa);if(_0xa08fdb===_0x1a56b9)break;else _0x51e06c['push'](_0x51e06c['shift']());}catch(_0x40b63d){_0x51e06c['push'](_0x51e06c['shift']());}}}(a13_0x5c40,0x8cf2c));const path=require(a13_0x44f251(0x145)),{requireModule}=require('../../../helpers/helper');function a13_0x5c40(){const _0x1d48ee=['500VGTFAe','6981368XOXKrm','1675218aAEBJL','includes','requireInternalModule','./customJestAdapterInit.js','509515WqeGYw','7CZmoOE','Ybalq','903HomXEL','4364484tPyKvJ','869355sLqhMK','rPyAr','1230xkscDp','path','function','/jestAdapterInit','17577iIxrIQ','exports','initRequireModule','join','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js'];a13_0x5c40=function(){return _0x1d48ee;};return a13_0x5c40();}function a13_0x3d90(_0x2e7f74,_0x4cb7bd){const _0x5c40fd=a13_0x5c40();return a13_0x3d90=function(_0x3d901d,_0x4ad17f){_0x3d901d=_0x3d901d-0x13a;let _0x18a4a3=_0x5c40fd[_0x3d901d];return _0x18a4a3;},a13_0x3d90(_0x2e7f74,_0x4cb7bd);}let initJestAdapter=requireModule(a13_0x44f251(0x14c));initJestAdapter=typeof initJestAdapter===a13_0x44f251(0x146)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path[a13_0x44f251(0x14b)](__dirname,a13_0x44f251(0x13c));module[a13_0x44f251(0x149)]=(..._0x1c974c)=>{const _0x37194c=a13_0x44f251,_0x78a2f4={'Ybalq':_0x37194c(0x147),'rPyAr':function(_0x121397,_0x12f01d){return _0x121397===_0x12f01d;},'BpNpJ':function(_0x3666a7,..._0x1c9d50){return _0x3666a7(..._0x1c9d50);}};return _0x1c974c[0x3]['initRequireModule']=_0x1c974c[0x3][_0x37194c(0x13b)],_0x1c974c[0x3][_0x37194c(0x13b)]=(..._0x152ec8)=>{const _0x2b5c09=_0x37194c;if(_0x152ec8[0x0]&&_0x152ec8[0x0][_0x2b5c09(0x13a)](_0x78a2f4[_0x2b5c09(0x13f)])&&_0x78a2f4[_0x2b5c09(0x143)](_0x152ec8[0x1],undefined))return _0x1c974c[0x3][_0x2b5c09(0x14a)](FRAMEWORK_INITIALIZER);return _0x1c974c[0x3][_0x2b5c09(0x14a)](..._0x152ec8);},_0x78a2f4['BpNpJ'](initJestAdapter,..._0x1c974c);};
1
+ function a13_0x5f56(){const _0x23af43=['default','511746fIejSO','4OMcLRx','1053328frvCiC','10cucqFs','jUYAw','90SqFyoJ','function','213595YYrCqh','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','dXGtc','15eubPve','includes','/jestAdapterInit','join','21086758GFNnDg','../../../helpers/helper','5243560nqJDGF','849390wFSkNa','initRequireModule','requireInternalModule','./customJestAdapterInit.js','235700lDaniy','fzWDR'];a13_0x5f56=function(){return _0x23af43;};return a13_0x5f56();}const a13_0x264349=a13_0x4a04;(function(_0x587a0b,_0x5b2e53){const _0x3c411d=a13_0x4a04,_0x1c5acf=_0x587a0b();while(!![]){try{const _0x50e7dc=parseInt(_0x3c411d(0x1fc))/0x1*(parseInt(_0x3c411d(0x1f6))/0x2)+parseInt(_0x3c411d(0x1f5))/0x3+parseInt(_0x3c411d(0x1f2))/0x4*(-parseInt(_0x3c411d(0x1ff))/0x5)+parseInt(_0x3c411d(0x1ee))/0x6+parseInt(_0x3c411d(0x1ed))/0x7+parseInt(_0x3c411d(0x1f7))/0x8*(parseInt(_0x3c411d(0x1fa))/0x9)+parseInt(_0x3c411d(0x1f8))/0xa*(-parseInt(_0x3c411d(0x203))/0xb);if(_0x50e7dc===_0x5b2e53)break;else _0x1c5acf['push'](_0x1c5acf['shift']());}catch(_0x27c6d9){_0x1c5acf['push'](_0x1c5acf['shift']());}}}(a13_0x5f56,0xada9c));function a13_0x4a04(_0x50c8a7,_0x55b4df){const _0x5f5633=a13_0x5f56();return a13_0x4a04=function(_0x4a044b,_0x292ca1){_0x4a044b=_0x4a044b-0x1ed;let _0x18b1b1=_0x5f5633[_0x4a044b];return _0x18b1b1;},a13_0x4a04(_0x50c8a7,_0x55b4df);}const path=require('path'),{requireModule}=require(a13_0x264349(0x204));let initJestAdapter=requireModule(a13_0x264349(0x1fd));initJestAdapter=typeof initJestAdapter===a13_0x264349(0x1fb)?initJestAdapter:initJestAdapter[a13_0x264349(0x1f4)];const FRAMEWORK_INITIALIZER=path[a13_0x264349(0x202)](__dirname,a13_0x264349(0x1f1));module['exports']=(..._0x11ee54)=>{const _0x2fddf2=a13_0x264349,_0x29dfeb={'dXGtc':_0x2fddf2(0x201),'fzWDR':function(_0x4c1672,_0x4ff8a8){return _0x4c1672===_0x4ff8a8;},'jUYAw':function(_0x331c23,..._0x5e7cc0){return _0x331c23(..._0x5e7cc0);}};return _0x11ee54[0x3][_0x2fddf2(0x1ef)]=_0x11ee54[0x3][_0x2fddf2(0x1f0)],_0x11ee54[0x3][_0x2fddf2(0x1f0)]=(..._0x1eef5b)=>{const _0x65c3ea=_0x2fddf2;if(_0x1eef5b[0x0]&&_0x1eef5b[0x0][_0x65c3ea(0x200)](_0x29dfeb[_0x65c3ea(0x1fe)])&&_0x29dfeb[_0x65c3ea(0x1f3)](_0x1eef5b[0x1],undefined))return _0x11ee54[0x3][_0x65c3ea(0x1ef)](FRAMEWORK_INITIALIZER);return _0x11ee54[0x3][_0x65c3ea(0x1ef)](..._0x1eef5b);},_0x29dfeb[_0x2fddf2(0x1f9)](initJestAdapter,..._0x11ee54);};
@@ -1 +1 @@
1
- function a14_0x5c48(){const _0x206bbb=['BSTACK_JEST_TEST_ENV','bVbUD','resolveTestEnvironment','__esModule','12pgcRYs','setup','builder','27loRwwt','registerListeners','11505559QqZPYQ','timeout__','nestedKeyValue','FlRsT','vIAvq','test_start','testEnvironmentOptions','2516750TMvQCH','../../../helpers/helper','__platformCaps','projectConfig','1274755zAHutV','ElLyV','teardown','MkoNV','sWCSG','sRnxh','8|0|3|1|4|5|9|2|6|7','VxYjK','6834882xYoQew','__driversArray','khoZR','global','percyCaptureMode','handleTestEvent','bBUxw','default','RbjGO','browserStackGlobals','split','FyqrE','sXUuu','getInstance','quit','skipSessionStatus','exports','7vgPtzr','requireModule','isTrue','22pJayCQ','__drivers','capability','../test-observability/obsReporter','getTestEnvironment','Builder','7OOBnCJ','__timeout','fFeVb','__webdriver','skipSessionName','platformCaps','kzrQZ','BSTACK_DELTA','isBrowserstackInfra','../../../helpers/test-observability/requestQueueHandler','sessionNameProvided','jest-environment-node','modifyCommand','configuration','58096vWiGwq','457334bXyMpH','test','percy','jbCQg','requireSeleniumWebdriver','16dmKWWI','3265497xNDQro','cwd','browserstackPlatformIndex','Xlyoi','vyPEo','jest-resolve','browserStackPercyOptions','node','nFkvi'];a14_0x5c48=function(){return _0x206bbb;};return a14_0x5c48();}const a14_0x3316c9=a14_0x587e;function a14_0x587e(_0x5084bf,_0xce26f4){const _0x5c48cc=a14_0x5c48();return a14_0x587e=function(_0x587e1,_0x552f24){_0x587e1=_0x587e1-0xec;let _0x23f218=_0x5c48cc[_0x587e1];return _0x23f218;},a14_0x587e(_0x5084bf,_0xce26f4);}(function(_0x400500,_0x5a6dba){const _0x2258a9=a14_0x587e,_0x556f6b=_0x400500();while(!![]){try{const _0x27ce91=parseInt(_0x2258a9(0x123))/0x1*(parseInt(_0x2258a9(0x13b))/0x2)+parseInt(_0x2258a9(0xed))/0x3+-parseInt(_0x2258a9(0xec))/0x4*(parseInt(_0x2258a9(0x10a))/0x5)+parseInt(_0x2258a9(0x112))/0x6*(-parseInt(_0x2258a9(0x12c))/0x7)+parseInt(_0x2258a9(0x13a))/0x8*(-parseInt(_0x2258a9(0xfd))/0x9)+parseInt(_0x2258a9(0x106))/0xa*(-parseInt(_0x2258a9(0x126))/0xb)+-parseInt(_0x2258a9(0xfa))/0xc*(-parseInt(_0x2258a9(0xff))/0xd);if(_0x27ce91===_0x5a6dba)break;else _0x556f6b['push'](_0x556f6b['shift']());}catch(_0x283264){_0x556f6b['push'](_0x556f6b['shift']());}}}(a14_0x5c48,0xd950c));const helper=require(a14_0x3316c9(0x107)),constants=require('../../utils/constants'),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a14_0x3316c9(0x135)),ObservabilityReporter=require(a14_0x3316c9(0x129)),getTestEnvironment=((()=>{const _0x38e921=a14_0x3316c9,_0x3e87f9={};_0x3e87f9[_0x38e921(0x132)]=_0x38e921(0xf2),_0x3e87f9['OXyZR']='jest-config';const _0x346f3f=_0x3e87f9;try{const _0x4bef68=helper[_0x38e921(0x124)](_0x346f3f[_0x38e921(0x132)]);if(_0x4bef68[_0x38e921(0xf8)])return _0x4bef68[_0x38e921(0xf8)];const _0x28ecbb=helper['requireModule'](_0x346f3f['OXyZR']);if(_0x28ecbb[_0x38e921(0x12a)])return _0x28ecbb[_0x38e921(0x12a)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x146280=a14_0x3316c9,_0x393818={'kvfpx':function(_0x550b18,_0x9fc240){return _0x550b18(_0x9fc240);},'fFeVb':_0x146280(0xf4),'RuNTi':function(_0x2c8869,_0x139f9a){return _0x2c8869(_0x139f9a);},'FyqrE':_0x146280(0x137),'khoZR':function(_0x428f6b,_0x4c30ce){return _0x428f6b(_0x4c30ce);}},_0x1fd502=_0x393818['kvfpx'](getTestEnvironment,{'rootDir':process[_0x146280(0xee)](),'testEnvironment':process['env'][_0x146280(0xf6)]||_0x393818[_0x146280(0x12e)]});if(!_0x1fd502)return _0x393818['RuNTi'](_interopRequireDefault,helper['requireModule'](_0x393818[_0x146280(0x11d)]));return _0x393818[_0x146280(0x114)](_interopRequireDefault,helper['requireModule'](_0x1fd502));})()),_seleniumWebdriver2=((()=>{const _0x5c83ff=a14_0x3316c9,_0x8bff47={'vyPEo':function(_0x224714,_0x4d7215){return _0x224714(_0x4d7215);}};try{const _0x58551d=helper[_0x5c83ff(0x13f)]();return helper[_0x5c83ff(0x138)](),_0x8bff47[_0x5c83ff(0xf1)](_interopRequireDefault,_0x58551d);}catch{return null;}})());function _interopRequireDefault(_0x5c28ed){const _0x2a5be3=a14_0x3316c9;return _0x5c28ed&&_0x5c28ed[_0x2a5be3(0xf9)]?_0x5c28ed:{'default':_0x5c28ed};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a14_0x3316c9(0x119)][a14_0x3316c9(0x12b)]:null;class CustomEnvironment extends _jestUserEnvironment[a14_0x3316c9(0x119)]{constructor(_0x2302b6){const _0xce59c1=a14_0x3316c9,_0x603ffc={'Ncnuw':_0xce59c1(0x120),'VxYjK':'3|0|4|1|2','nFkvi':function(_0x37ec6e,_0x3b48dc){return _0x37ec6e+_0x3b48dc;},'bVbUD':function(_0x5f034e){return _0x5f034e();},'sWCSG':_0xce59c1(0x110),'MkoNV':function(_0x30b281,_0x4c59f5){return _0x30b281(_0x4c59f5);},'ElLyV':'../../../index','FlRsT':_0xce59c1(0x105),'Xlyoi':_0xce59c1(0xf3),'jbCQg':'browserstackPercyBestPlatform','bBUxw':_0xce59c1(0x13d),'sXUuu':_0xce59c1(0x116),'sRnxh':_0xce59c1(0x131)};super(_0x2302b6),this[_0xce59c1(0x115)]['__timeout']=0x0,this[_0xce59c1(0x139)]={};!_0x2302b6[_0xce59c1(0x105)]&&(_0x2302b6[_0xce59c1(0x105)]={});if(helper[_0xce59c1(0x134)]()){const _0x2f59c5=_0x603ffc[_0xce59c1(0x111)][_0xce59c1(0x11c)]('|');let _0x45bfaf=0x0;while(!![]){switch(_0x2f59c5[_0x45bfaf++]){case'0':this[_0xce59c1(0xfc)]=new _seleniumWebdriver2[(_0xce59c1(0x119))][(_0xce59c1(0x12b))]();continue;case'1':this[_0xce59c1(0x128)]=_0x2302b6['projectConfig']?_0x2302b6[_0xce59c1(0x109)]['capability']:_0x2302b6['capability'];continue;case'2':this[_0xce59c1(0x115)][_0xce59c1(0x12d)]=_0x603ffc[_0xce59c1(0xf5)](this[_0xce59c1(0x139)][_0xce59c1(0x100)],constants[_0xce59c1(0x133)]);continue;case'3':_0x2302b6[_0xce59c1(0x105)]=_0x2302b6[_0xce59c1(0x109)]?_0x2302b6[_0xce59c1(0x109)]['testEnvironmentOptions']:_0x2302b6[_0xce59c1(0x105)];continue;case'4':this['configuration']=_0x2302b6['testEnvironmentOptions'];continue;}break;}}if(_0x603ffc[_0xce59c1(0xf7)](isTestObservabilitySession)){const _0x263e16=new ObservabilityReporter();_0x263e16[_0xce59c1(0xfe)]();}this[_0xce59c1(0x115)][_0xce59c1(0x11b)]={};if(_seleniumWebdriver2){const _0xe0f45b=_0x603ffc[_0xce59c1(0x10e)]['split']('|');let _0x49ccb4=0x0;while(!![]){switch(_0xe0f45b[_0x49ccb4++]){case'0':this[_0xce59c1(0x115)]['__webdriver']=_0x603ffc[_0xce59c1(0x10d)](require,_0x603ffc[_0xce59c1(0x10b)])['browserstackAgentV2']({...this[_0xce59c1(0x139)],'capability':this[_0xce59c1(0x128)]||{}},this,_0x603ffc[_0xce59c1(0xf7)](isTestObservabilitySession));continue;case'1':this[_0xce59c1(0x115)]['browserstackPercyBestPlatform']=helper[_0xce59c1(0x101)](_0x2302b6,[_0x603ffc[_0xce59c1(0x102)],_0x603ffc[_0xce59c1(0xf0)],_0x603ffc[_0xce59c1(0x13e)]]);continue;case'2':helper[_0xce59c1(0x125)](this[_0xce59c1(0x139)][_0xce59c1(0x130)])?this['global'][_0xce59c1(0x136)]=!![]:this[_0xce59c1(0x115)][_0xce59c1(0x136)]=![];continue;case'3':this['global'][_0xce59c1(0xef)]=(_0x2302b6[_0xce59c1(0x109)]?_0x2302b6[_0xce59c1(0x109)]['browserstackPlatformIndex']:_0x2302b6['browserstackPlatformIndex'])||0x0;continue;case'4':this[_0xce59c1(0x115)][_0xce59c1(0x13d)]=helper[_0xce59c1(0x101)](_0x2302b6,[_0x603ffc[_0xce59c1(0x102)],_0x603ffc[_0xce59c1(0xf0)],_0x603ffc[_0xce59c1(0x118)]]);continue;case'5':this[_0xce59c1(0x115)][_0xce59c1(0x116)]=helper[_0xce59c1(0x101)](_0x2302b6,[_0x603ffc[_0xce59c1(0x102)],_0x603ffc['Xlyoi'],_0x603ffc[_0xce59c1(0x11e)]]);continue;case'6':this[_0xce59c1(0x115)]['__skipSessionStatus']=helper['isTrue'](this['configuration'][_0xce59c1(0x121)]);continue;case'7':this[_0xce59c1(0x115)]['cleanup']=async()=>{const _0x509ce8=_0xce59c1;await this[_0x509ce8(0x115)]['driver']['quit'](_0x603ffc['Ncnuw']);};continue;case'8':this['global'][_0xce59c1(0x127)]=[];continue;case'9':this[_0xce59c1(0x115)][_0xce59c1(0x108)]=helper['nestedKeyValue'](this[_0xce59c1(0x139)],[_0x603ffc[_0xce59c1(0x10f)],this[_0xce59c1(0x115)]['browserstackPlatformIndex']])||{};continue;}break;}}}async[a14_0x3316c9(0x10c)](){const _0x2a88ff=a14_0x3316c9;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this[_0x2a88ff(0x115)][_0x2a88ff(0x113)]),this[_0x2a88ff(0x115)][_0x2a88ff(0x12f)]['Builder']=originalBuilder),await RequestQueueHandler[_0x2a88ff(0x11f)]()['shutdown']();}async[a14_0x3316c9(0xfb)](){}async[a14_0x3316c9(0x117)](_0x1cfdf0,_0x45f91f){const _0x104f4=a14_0x3316c9,_0x7abd99={};_0x7abd99[_0x104f4(0x11a)]=function(_0x589ef8,_0x475b46){return _0x589ef8===_0x475b46;},_0x7abd99['vIAvq']=_0x104f4(0x104);const _0x4326ef=_0x7abd99,{name:_0x2d9219}=_0x1cfdf0;_0x4326ef[_0x104f4(0x11a)](_0x2d9219,_0x4326ef[_0x104f4(0x103)])&&(this[_0x104f4(0x115)]['testContext']=_0x1cfdf0[_0x104f4(0x13c)]);}}module[a14_0x3316c9(0x122)]=CustomEnvironment;
1
+ function a14_0x1304(_0xeead9c,_0x2701bd){const _0x135685=a14_0x1356();return a14_0x1304=function(_0x130415,_0x2c71e6){_0x130415=_0x130415-0x80;let _0x4e3c09=_0x135685[_0x130415];return _0x4e3c09;},a14_0x1304(_0xeead9c,_0x2701bd);}const a14_0x46d960=a14_0x1304;(function(_0x8378af,_0x543dfe){const _0x3d20aa=a14_0x1304,_0x24fd39=_0x8378af();while(!![]){try{const _0x45b17a=parseInt(_0x3d20aa(0x8f))/0x1+parseInt(_0x3d20aa(0xa4))/0x2*(-parseInt(_0x3d20aa(0xc4))/0x3)+-parseInt(_0x3d20aa(0xcc))/0x4+-parseInt(_0x3d20aa(0xb2))/0x5*(parseInt(_0x3d20aa(0xd0))/0x6)+-parseInt(_0x3d20aa(0xb5))/0x7*(-parseInt(_0x3d20aa(0x90))/0x8)+parseInt(_0x3d20aa(0x9f))/0x9+parseInt(_0x3d20aa(0xd2))/0xa;if(_0x45b17a===_0x543dfe)break;else _0x24fd39['push'](_0x24fd39['shift']());}catch(_0x207931){_0x24fd39['push'](_0x24fd39['shift']());}}}(a14_0x1356,0x294ed));function a14_0x1356(){const _0x323edf=['RncKa','140qaxiuG','percyCaptureMode','shutdown','687351HjxoyM','isTrue','resolveTestEnvironment','TrxQY','global','BSTACK_JEST_TEST_ENV','quit','browserstackPercyBestPlatform','EXsbV','requireSeleniumWebdriver','Builder','OansQ','rnXMg','teardown','rwXXH','3iTCmPz','yNXKa','split','TprBA','../../utils/constants','../../../index','../../../helpers/testhub/utils','cleanupDrivers','996180hwZZBb','shouldProcessEventForTesthub','node','test','71394PFfLcE','VOiMw','2035940WHjALN','percy','env','projectConfig','driver','XTpKC','testEnvironmentOptions','testContext','browserStackPercyOptions','xkNkt','../../../helpers/test-observability/requestQueueHandler','__esModule','__drivers','isBrowserstackInfra','capability','dAIUy','235843BWjBGy','24TGXvmB','xXmks','cleanup','nestedKeyValue','bszVK','registerListeners','__timeout','jest-environment-node','setup','cwd','skipSessionStatus','jest-resolve','BSTACK_DELTA','browserstackPlatformIndex','ekMnY','1292238apmfeH','PUTcj','modifyCommand','requireModule','__platformCaps','252368OqLAgz','__webdriver','__driversArray','cqVGY','test_start','default','getTestEnvironment','timeout__','qBCGg','handleTestEvent','sessionNameProvided','exports','configuration'];a14_0x1356=function(){return _0x323edf;};return a14_0x1356();}const helper=require('../../../helpers/helper'),constants=require(a14_0x46d960(0xc8)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a14_0x46d960(0x89)),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require(a14_0x46d960(0xca)),getTestEnvironment=((()=>{const _0x5b6331=a14_0x46d960,_0x5ee4d5={};_0x5ee4d5[_0x5b6331(0x8e)]=_0x5b6331(0x9b),_0x5ee4d5[_0x5b6331(0xbd)]='jest-config';const _0x30e264=_0x5ee4d5;try{const _0x2d6efe=helper[_0x5b6331(0xa2)](_0x30e264[_0x5b6331(0x8e)]);if(_0x2d6efe[_0x5b6331(0xb7)])return _0x2d6efe['resolveTestEnvironment'];const _0x4461c3=helper[_0x5b6331(0xa2)](_0x30e264[_0x5b6331(0xbd)]);if(_0x4461c3[_0x5b6331(0xaa)])return _0x4461c3[_0x5b6331(0xaa)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x2c2f6e=a14_0x46d960,_0x2f7f64={'VOiMw':function(_0x416932,_0x5b6aac){return _0x416932(_0x5b6aac);},'RncKa':_0x2c2f6e(0xce),'rnXMg':function(_0x553e79,_0x3098c3){return _0x553e79(_0x3098c3);},'TprBA':_0x2c2f6e(0x97)},_0x4fe3b7=_0x2f7f64[_0x2c2f6e(0xd1)](getTestEnvironment,{'rootDir':process[_0x2c2f6e(0x99)](),'testEnvironment':process[_0x2c2f6e(0x81)][_0x2c2f6e(0xba)]||_0x2f7f64[_0x2c2f6e(0xb1)]});if(!_0x4fe3b7)return _0x2f7f64[_0x2c2f6e(0xc1)](_interopRequireDefault,helper['requireModule'](_0x2f7f64[_0x2c2f6e(0xc7)]));return _0x2f7f64['VOiMw'](_interopRequireDefault,helper[_0x2c2f6e(0xa2)](_0x4fe3b7));})()),_seleniumWebdriver2=((()=>{const _0x4963e1=a14_0x46d960,_0x3e5902={'FPPSW':function(_0x5996ed,_0x1a121e){return _0x5996ed(_0x1a121e);}};try{const _0x333349=helper[_0x4963e1(0xbe)]();return helper[_0x4963e1(0xa1)](),_0x3e5902['FPPSW'](_interopRequireDefault,_0x333349);}catch{return null;}})());function _interopRequireDefault(_0x2c745f){const _0x381f6a=a14_0x46d960;return _0x2c745f&&_0x2c745f[_0x381f6a(0x8a)]?_0x2c745f:{'default':_0x2c745f};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a14_0x46d960(0xa9)][a14_0x46d960(0xbf)]:null;class CustomEnvironment extends _jestUserEnvironment[a14_0x46d960(0xa9)]{constructor(_0xe47672){const _0x3adf15=a14_0x46d960,_0x52c514={'TrxQY':_0x3adf15(0xbb),'xkNkt':'4|2|3|1|0','qBCGg':function(_0x300a55,_0x5b116c){return _0x300a55+_0x5b116c;},'PUTcj':'3|4|9|7|6|5|8|0|2|1','ekMnY':function(_0x25333b,_0x558c0f){return _0x25333b(_0x558c0f);},'yNXKa':_0x3adf15(0xc9),'bszVK':_0x3adf15(0x85),'XTpKC':_0x3adf15(0x87),'rwXXH':'percyCaptureMode','xXmks':_0x3adf15(0x80),'EomiM':_0x3adf15(0xbc),'lfYzJ':'platformCaps'};super(_0xe47672),this[_0x3adf15(0xb9)]['__timeout']=0x0,this[_0x3adf15(0xb0)]={};!_0xe47672[_0x3adf15(0x85)]&&(_0xe47672['testEnvironmentOptions']={});if(helper[_0x3adf15(0x8c)]()){const _0x1f2683=_0x52c514[_0x3adf15(0x88)][_0x3adf15(0xc6)]('|');let _0x2e1db4=0x0;while(!![]){switch(_0x1f2683[_0x2e1db4++]){case'0':this[_0x3adf15(0xb9)][_0x3adf15(0x96)]=_0x52c514[_0x3adf15(0xac)](this['configuration'][_0x3adf15(0xab)],constants[_0x3adf15(0x9c)]);continue;case'1':this[_0x3adf15(0x8d)]=_0xe47672[_0x3adf15(0x82)]?_0xe47672[_0x3adf15(0x82)][_0x3adf15(0x8d)]:_0xe47672['capability'];continue;case'2':this['builder']=new _seleniumWebdriver2[(_0x3adf15(0xa9))][(_0x3adf15(0xbf))]();continue;case'3':this[_0x3adf15(0xb0)]=_0xe47672[_0x3adf15(0x85)];continue;case'4':_0xe47672['testEnvironmentOptions']=_0xe47672['projectConfig']?_0xe47672[_0x3adf15(0x82)][_0x3adf15(0x85)]:_0xe47672[_0x3adf15(0x85)];continue;}break;}}if(testhubUtils[_0x3adf15(0xcd)]()){const _0x4c1f5e=new ObservabilityReporter();_0x4c1f5e[_0x3adf15(0x95)]();}this['global']['browserStackGlobals']={};if(_seleniumWebdriver2){const _0x7cc87=_0x52c514[_0x3adf15(0xa0)][_0x3adf15(0xc6)]('|');let _0x404660=0x0;while(!![]){switch(_0x7cc87[_0x404660++]){case'0':helper[_0x3adf15(0xb6)](this[_0x3adf15(0xb0)]['skipSessionName'])?this[_0x3adf15(0xb9)][_0x3adf15(0xae)]=!![]:this['global'][_0x3adf15(0xae)]=![];continue;case'1':this[_0x3adf15(0xb9)][_0x3adf15(0x92)]=async()=>{const _0x102a3a=_0x3adf15;await this[_0x102a3a(0xb9)][_0x102a3a(0x83)]['quit'](_0x52c514[_0x102a3a(0xb8)]);};continue;case'2':this[_0x3adf15(0xb9)]['__skipSessionStatus']=helper['isTrue'](this[_0x3adf15(0xb0)][_0x3adf15(0x9a)]);continue;case'3':this[_0x3adf15(0xb9)][_0x3adf15(0x8b)]=[];continue;case'4':this[_0x3adf15(0xb9)][_0x3adf15(0xa5)]=_0x52c514[_0x3adf15(0x9e)](require,_0x52c514[_0x3adf15(0xc5)])['browserstackAgentV2']({...this[_0x3adf15(0xb0)],'capability':this[_0x3adf15(0x8d)]||{}},this,testhubUtils[_0x3adf15(0xcd)]());continue;case'5':this[_0x3adf15(0xb9)][_0x3adf15(0xb3)]=helper[_0x3adf15(0x93)](_0xe47672,[_0x52c514[_0x3adf15(0x94)],_0x52c514['XTpKC'],_0x52c514[_0x3adf15(0xc3)]]);continue;case'6':this[_0x3adf15(0xb9)]['percy']=helper[_0x3adf15(0x93)](_0xe47672,[_0x52c514[_0x3adf15(0x94)],_0x52c514['XTpKC'],_0x52c514[_0x3adf15(0x91)]]);continue;case'7':this[_0x3adf15(0xb9)][_0x3adf15(0xbc)]=helper[_0x3adf15(0x93)](_0xe47672,[_0x52c514['bszVK'],_0x52c514[_0x3adf15(0x84)],_0x52c514['EomiM']]);continue;case'8':this['global'][_0x3adf15(0xa3)]=helper[_0x3adf15(0x93)](this[_0x3adf15(0xb0)],[_0x52c514['lfYzJ'],this['global'][_0x3adf15(0x9d)]])||{};continue;case'9':this[_0x3adf15(0xb9)]['browserstackPlatformIndex']=(_0xe47672[_0x3adf15(0x82)]?_0xe47672[_0x3adf15(0x82)][_0x3adf15(0x9d)]:_0xe47672[_0x3adf15(0x9d)])||0x0;continue;}break;}}}async[a14_0x46d960(0xc2)](){const _0x5beaff=a14_0x46d960;_seleniumWebdriver2&&(await helper[_0x5beaff(0xcb)](this[_0x5beaff(0xb9)][_0x5beaff(0xa6)]),this[_0x5beaff(0xb9)]['__webdriver']['Builder']=originalBuilder),await RequestQueueHandler['getInstance']()[_0x5beaff(0xb4)]();}async[a14_0x46d960(0x98)](){}async[a14_0x46d960(0xad)](_0x171ffd,_0x546066){const _0x1e9d26=a14_0x46d960,_0xba4e42={};_0xba4e42[_0x1e9d26(0xa7)]=function(_0x492285,_0x5dd684){return _0x492285===_0x5dd684;},_0xba4e42[_0x1e9d26(0xc0)]=_0x1e9d26(0xa8);const _0x4a99b8=_0xba4e42,{name:_0x1969f9}=_0x171ffd;_0x4a99b8[_0x1e9d26(0xa7)](_0x1969f9,_0x4a99b8[_0x1e9d26(0xc0)])&&(this[_0x1e9d26(0xb9)][_0x1e9d26(0x86)]=_0x171ffd[_0x1e9d26(0xcf)]);}}module[a14_0x46d960(0xaf)]=CustomEnvironment;
@@ -1 +1 @@
1
- const a15_0x38d22b=a15_0xee70;(function(_0x4b64c5,_0x12a43d){const _0x116c81=a15_0xee70,_0x5e4455=_0x4b64c5();while(!![]){try{const _0x3020ee=-parseInt(_0x116c81(0x191))/0x1*(parseInt(_0x116c81(0x1a9))/0x2)+parseInt(_0x116c81(0x1b0))/0x3+parseInt(_0x116c81(0x19a))/0x4+parseInt(_0x116c81(0x1a8))/0x5*(parseInt(_0x116c81(0x198))/0x6)+parseInt(_0x116c81(0x184))/0x7*(-parseInt(_0x116c81(0x1ab))/0x8)+-parseInt(_0x116c81(0x19d))/0x9+-parseInt(_0x116c81(0x18a))/0xa;if(_0x3020ee===_0x12a43d)break;else _0x5e4455['push'](_0x5e4455['shift']());}catch(_0x3858fe){_0x5e4455['push'](_0x5e4455['shift']());}}}(a15_0x4bdb,0x2c7b2));function a15_0x4bdb(){const _0x24d882=['initialize','../../../helpers/helper','test_skip','jest-circus/build/utils.js','49625dTBQpH','name','keys','getInstance','HookRunFinished','testObservability','makeSingleTestResult','160656aCTPck','pid','729612pElfnr','beforeEach','../test-observability/obsReporter','146061EtVYVI','ZqvMr','started_at','hfAEu','beforeAll','Qfhjm','removeTestUUID','TestRunSkipped','test','hook','byfYT','10gASCXP','2jQBeQv','forEach','331000AEMvMc','hook_failure',':hookAnalyticsId','ZFTnh','type','744774WqRSyU','ldWoH','../../../helpers/test-observability/requestQueueHandler','LdFsr','run_describe_finish','testStarted','sendTestRunEvent','length','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','hook_start','pmpHK','../../../helpers/test-observability/utils','test_start','unhandledErrors','errorsDetailed','setTestUUID','hookAnalyticsId','HookRunStarted','addEventHandler','pOLoU','shutdown','bYnui','QRUpw','dqEhp','7OSBwvH','toISOString','registerListeners','hEEdE','markedStatus','../test-observability/test-details','1947900YnTCix','VKjUk','bvEMT'];a15_0x4bdb=function(){return _0x24d882;};return a15_0x4bdb();}function a15_0xee70(_0x5e5a3c,_0x4a3825){const _0x4bdb37=a15_0x4bdb();return a15_0xee70=function(_0xee70b,_0x3281a4){_0xee70b=_0xee70b-0x17b;let _0x533503=_0x4bdb37[_0xee70b];return _0x533503;},a15_0xee70(_0x5e5a3c,_0x4a3825);}const {requireModule}=require(a15_0x38d22b(0x18e)),ObservabilityReporter=require(a15_0x38d22b(0x19c)),RequestQueueHandler=require(a15_0x38d22b(0x1b2)),TestDetails=require(a15_0x38d22b(0x189)),{patchConsoleLogger,debug}=require(a15_0x38d22b(0x1bb)),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),exportsI=requireModule(a15_0x38d22b(0x1b8)),initInitialize=exportsI['initialize'];exportsI[a15_0x38d22b(0x18d)]=(..._0x4bc6d8)=>{const _0x53eefc=a15_0x38d22b,_0x5e9162={'CKkpq':function(_0x490211,_0x394923){return _0x490211(_0x394923);},'AVzjv':_0x53eefc(0x190),'FexLR':_0x53eefc(0x1b9),'QkyqA':_0x53eefc(0x17d),'bYnui':'hook_success','byfYT':_0x53eefc(0x195),'pmpHK':_0x53eefc(0x1ac),'hfAEu':_0x53eefc(0x1a1),'LdFsr':_0x53eefc(0x19b),'VKjUk':'afterEach','bvEMT':function(_0x274d33,_0x1f95a3){return _0x274d33>_0x1f95a3;},'UNBYx':_0x53eefc(0x1bc),'pOLoU':'test_done','CCMdE':_0x53eefc(0x18f),'QRUpw':function(_0x283fa9,_0x273a22){return _0x283fa9(_0x273a22);},'ZqvMr':_0x53eefc(0x1a4),'hEEdE':_0x53eefc(0x1b4),'ZFTnh':'teardown','jvPOY':function(_0x3b4252){return _0x3b4252();},'ldWoH':'jest-circus/build/state.js','dqEhp':function(_0x25ac61,_0x10984a){return _0x25ac61(_0x10984a);},'Qfhjm':function(_0x37f111,..._0x12ecf9){return _0x37f111(..._0x12ecf9);}};try{const _0x594a15=new ObservabilityReporter();_0x594a15[_0x53eefc(0x196)]&&(_0x5e9162['jvPOY'](patchConsoleLogger),_0x594a15[_0x53eefc(0x186)]()),_0x594a15[_0x53eefc(0x196)]&&_0x5e9162[_0x53eefc(0x182)](requireModule,_0x5e9162[_0x53eefc(0x1b1)])[_0x53eefc(0x17e)](_0x5e9162[_0x53eefc(0x183)](o11yErrorHandler,async(_0x224a3e,_0x289f4e)=>{const _0x16dc5c=_0x53eefc,_0x1999e4=_0x5e9162['CKkpq'](requireModule,_0x5e9162['AVzjv'])[_0x16dc5c(0x197)];switch(_0x224a3e[_0x16dc5c(0x192)]){case _0x5e9162['FexLR']:if(_0x594a15[_0x16dc5c(0x196)]){if(!_0x224a3e[_0x16dc5c(0x1a6)][_0x16dc5c(0x17c)]){const _0x1c30aa=TestDetails['setTestUUID'](process[_0x16dc5c(0x199)]+_0x16dc5c(0x1ad));_0x224a3e[_0x16dc5c(0x1a6)][_0x16dc5c(0x17c)]=_0x1c30aa;}else _0x224a3e[_0x16dc5c(0x1a6)][_0x16dc5c(0x188)]&&(_0x224a3e[_0x16dc5c(0x1a6)][_0x16dc5c(0x17c)]=TestDetails[_0x16dc5c(0x17b)](process['pid']+':hookAnalyticsId'),delete _0x224a3e[_0x16dc5c(0x1a6)]['markedStatus']);_0x224a3e[_0x16dc5c(0x1a6)][_0x16dc5c(0x19f)]=new Date()[_0x16dc5c(0x185)](),await _0x594a15[_0x16dc5c(0x1b6)](_0x224a3e['hook'],undefined,![],_0x5e9162['QkyqA']);}break;case _0x5e9162[_0x16dc5c(0x181)]:_0x594a15['testObservability']&&(await _0x594a15['sendTestRunEvent'](_0x224a3e[_0x16dc5c(0x1a6)],undefined,![],_0x5e9162[_0x16dc5c(0x1a7)]),TestDetails[_0x16dc5c(0x1a3)](process[_0x16dc5c(0x199)]+_0x16dc5c(0x1ad)));break;case _0x5e9162[_0x16dc5c(0x1ba)]:[_0x5e9162[_0x16dc5c(0x1a0)],_0x5e9162[_0x16dc5c(0x1b3)],_0x5e9162[_0x16dc5c(0x18b)]]['includes'](_0x224a3e[_0x16dc5c(0x1a6)][_0x16dc5c(0x1af)])&&(_0x594a15['hook_failure']=_0x224a3e[_0x16dc5c(0x1a6)]['type']),_0x289f4e['unhandledErrors']&&_0x5e9162[_0x16dc5c(0x18c)](_0x289f4e[_0x16dc5c(0x1bd)][_0x16dc5c(0x1b7)],0x0)&&(_0x224a3e[_0x16dc5c(0x1a6)][_0x16dc5c(0x1be)]=[_0x289f4e['unhandledErrors'][0x0][0x0]]);_0x594a15[_0x16dc5c(0x196)]&&(await _0x594a15[_0x16dc5c(0x1b6)](_0x224a3e[_0x16dc5c(0x1a6)],undefined,![],_0x5e9162[_0x16dc5c(0x1a7)]),TestDetails[_0x16dc5c(0x1a3)](process[_0x16dc5c(0x199)]+':hookAnalyticsId'));break;case _0x5e9162['UNBYx']:_0x594a15[_0x16dc5c(0x196)]&&await _0x594a15[_0x16dc5c(0x1b5)](_0x224a3e['test']);break;case _0x5e9162[_0x16dc5c(0x17f)]:_0x224a3e['test']={..._0x5e9162['CKkpq'](_0x1999e4,_0x224a3e[_0x16dc5c(0x1a5)]),..._0x224a3e[_0x16dc5c(0x1a5)]};_0x594a15['testObservability']&&(_0x594a15[_0x16dc5c(0x196)]&&(!_0x224a3e['test'][_0x16dc5c(0x188)]&&(_0x224a3e[_0x16dc5c(0x1a5)][_0x16dc5c(0x188)]=!![],await _0x594a15[_0x16dc5c(0x1b6)](_0x224a3e[_0x16dc5c(0x1a5)]))));break;case _0x5e9162['CCMdE']:_0x224a3e[_0x16dc5c(0x1a5)]={..._0x5e9162['QRUpw'](_0x1999e4,_0x224a3e['test']),..._0x224a3e[_0x16dc5c(0x1a5)]};_0x594a15['testObservability']&&(_0x594a15[_0x16dc5c(0x196)]&&(!_0x224a3e[_0x16dc5c(0x1a5)]['markedStatus']&&(_0x224a3e[_0x16dc5c(0x1a5)][_0x16dc5c(0x188)]=!![],await _0x594a15[_0x16dc5c(0x1b6)](_0x224a3e[_0x16dc5c(0x1a5)],undefined,![],_0x5e9162[_0x16dc5c(0x19e)]))));break;case _0x5e9162[_0x16dc5c(0x187)]:_0x594a15[_0x16dc5c(0x1ac)]=null;break;case _0x5e9162[_0x16dc5c(0x1ae)]:await RequestQueueHandler[_0x16dc5c(0x194)]()[_0x16dc5c(0x180)](),process['removeAllListeners']();break;default:}}));}catch(_0x2ed252){_0x5e9162[_0x53eefc(0x183)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x2ed252);}return _0x5e9162[_0x53eefc(0x1a2)](initInitialize,..._0x4bc6d8);};try{Object[a15_0x38d22b(0x193)](exportsI)[a15_0x38d22b(0x1aa)](_0x309cfb=>{try{exports&&(exports[_0x309cfb]=exportsI[_0x309cfb]);}catch{}});}catch{}
1
+ function a15_0x1d07(){const _0xbe8031=['TestRunSkipped','pid','../../../helpers/test-observability/requestQueueHandler','../test-observability/test-details','../../../helpers/test-observability/utils','hgdpI','includes','../../../helpers/testhub/utils','LAcOA','xBRDB','drGNj','zypVT','ZEDrC','started_at','afterEach','../test-observability/obsReporter','keys','initialize','93038FpSMAM','setTestUUID','hook','../../../helpers/helper','teardown','WQcLl','629356bdznPA','wTzxL','unhandledErrors','beforeEach','length','JpBoX','hookAnalyticsId','getInstance','2044932NgNYqk','hook_failure','sendTestRunEvent','EVENT','5rvxdSo','124949rwWawd','LRalK','wISLH','testStarted','1437633MWPaAO','14TrjODf','24kzqUDn','3uQOwkP','hook_start','HookRunFinished','ZjCRN','../../../helpers/test-observability/error-handler','removeAllListeners','PLRaP','markedStatus','fEILA','removeTestUUID','SGhgt','11490738gjhWTL','iSJLm','lbtFp','addEventHandler','test_done',':hookAnalyticsId','errorsDetailed','QMvyt','jest-circus/build/utils.js','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','15783976QlVqrK','name','10SvqYLc','makeSingleTestResult','VfUBn','test','24NYidDK','HookStarted','type','shutdown','toISOString','HookFinished','test_start','run_describe_finish'];a15_0x1d07=function(){return _0xbe8031;};return a15_0x1d07();}const a15_0x215bfe=a15_0x348b;(function(_0x4ac677,_0x805714){const _0x10ab68=a15_0x348b,_0x5a224a=_0x4ac677();while(!![]){try{const _0x5aa91c=parseInt(_0x10ab68(0x10f))/0x1*(parseInt(_0x10ab68(0xd8))/0x2)+parseInt(_0x10ab68(0xda))/0x3*(parseInt(_0x10ab68(0xc6))/0x4)+parseInt(_0x10ab68(0xd2))/0x5*(parseInt(_0x10ab68(0xce))/0x6)+parseInt(_0x10ab68(0xe5))/0x7+parseInt(_0x10ab68(0xd9))/0x8*(parseInt(_0x10ab68(0xd7))/0x9)+parseInt(_0x10ab68(0xf1))/0xa*(-parseInt(_0x10ab68(0xd3))/0xb)+parseInt(_0x10ab68(0xf5))/0xc*(-parseInt(_0x10ab68(0xef))/0xd);if(_0x5aa91c===_0x805714)break;else _0x5a224a['push'](_0x5a224a['shift']());}catch(_0x248c21){_0x5a224a['push'](_0x5a224a['shift']());}}}(a15_0x1d07,0xcac2d));const {requireModule}=require(a15_0x215bfe(0xc3)),ObservabilityReporter=require(a15_0x215bfe(0x10c)),RequestQueueHandler=require(a15_0x215bfe(0xff)),TestDetails=require(a15_0x215bfe(0x100)),{patchConsoleLogger,debug}=require(a15_0x215bfe(0x101)),{o11yErrorHandler}=require(a15_0x215bfe(0xde)),{shouldProcessEventForTesthub}=require(a15_0x215bfe(0x104)),testHubConstants=require('../../../helpers/testhub/constants'),exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js'),initInitialize=exportsI[a15_0x215bfe(0x10e)];function a15_0x348b(_0x2d24c3,_0x59cc68){const _0x1d07c1=a15_0x1d07();return a15_0x348b=function(_0x348bdf,_0x509a0b){_0x348bdf=_0x348bdf-0xc3;let _0x6a8863=_0x1d07c1[_0x348bdf];return _0x6a8863;},a15_0x348b(_0x2d24c3,_0x59cc68);}exportsI['initialize']=(..._0x12d882)=>{const _0x3fb646=a15_0x215bfe,_0x3e81d5={'hgdpI':function(_0xf565ac,_0x39babc){return _0xf565ac(_0x39babc);},'ZjCRN':_0x3fb646(0xed),'naZig':_0x3fb646(0xdb),'VfUBn':function(_0x2c8ed6,_0x293712){return _0x2c8ed6(_0x293712);},'fEILA':'HookRunStarted','sjWLz':'hook_success','JpBoX':function(_0xd59942,_0x180919){return _0xd59942(_0x180919);},'WQcLl':_0x3fb646(0xdc),'LAcOA':_0x3fb646(0xcf),'LRalK':'beforeAll','ZEDrC':_0x3fb646(0xc9),'drGNj':_0x3fb646(0x10b),'xmhWI':function(_0xa6f6d9,_0x2c8314){return _0xa6f6d9>_0x2c8314;},'xRZEK':function(_0x445389,_0x54a006){return _0x445389(_0x54a006);},'iGDkt':_0x3fb646(0xfb),'PLRaP':function(_0x54afb3){return _0x54afb3();},'gqGBn':_0x3fb646(0xe9),'TxNvl':function(_0x20bc9c,_0x4be0a0){return _0x20bc9c(_0x4be0a0);},'lbtFp':function(_0x197d1c){return _0x197d1c();},'gCjft':'test_skip','wTzxL':_0x3fb646(0xfd),'zypVT':_0x3fb646(0xfc),'xBRDB':_0x3fb646(0xc4),'wISLH':function(_0x50985a){return _0x50985a();},'SGhgt':function(_0x561ae0,_0x5ec993){return _0x561ae0(_0x5ec993);},'iSJLm':'jest-circus/build/state.js','QMvyt':function(_0x56360e,_0xd6aff4){return _0x56360e(_0xd6aff4);},'sCDHQ':function(_0x4a965a,_0x27745a){return _0x4a965a(_0x27745a);}};try{const _0x4bb2b6=new ObservabilityReporter();_0x3e81d5[_0x3fb646(0xd5)](shouldProcessEventForTesthub)&&(_0x3e81d5[_0x3fb646(0xe7)](patchConsoleLogger),_0x4bb2b6['registerListeners']()),_0x3e81d5['lbtFp'](shouldProcessEventForTesthub)&&_0x3e81d5[_0x3fb646(0xe4)](requireModule,_0x3e81d5[_0x3fb646(0xe6)])[_0x3fb646(0xe8)](_0x3e81d5[_0x3fb646(0xec)](o11yErrorHandler,async(_0x3c0ee4,_0x3766c2)=>{const _0xbee3d6=_0x3fb646,_0x3fb876=_0x3e81d5[_0xbee3d6(0x102)](requireModule,_0x3e81d5[_0xbee3d6(0xdd)])[_0xbee3d6(0xf2)];switch(_0x3c0ee4[_0xbee3d6(0xf0)]){case _0x3e81d5['naZig']:if(_0x3e81d5[_0xbee3d6(0xf3)](shouldProcessEventForTesthub,testHubConstants[_0xbee3d6(0xd1)][_0xbee3d6(0xf6)])){if(!_0x3c0ee4[_0xbee3d6(0x111)][_0xbee3d6(0xcc)]){const _0x2833dd=TestDetails[_0xbee3d6(0x110)](process[_0xbee3d6(0xfe)]+_0xbee3d6(0xea));_0x3c0ee4['hook']['hookAnalyticsId']=_0x2833dd;}else _0x3c0ee4[_0xbee3d6(0x111)][_0xbee3d6(0xe1)]&&(_0x3c0ee4['hook'][_0xbee3d6(0xcc)]=TestDetails[_0xbee3d6(0x110)](process['pid']+_0xbee3d6(0xea)),delete _0x3c0ee4[_0xbee3d6(0x111)][_0xbee3d6(0xe1)]);_0x3c0ee4[_0xbee3d6(0x111)][_0xbee3d6(0x10a)]=new Date()[_0xbee3d6(0xf9)](),await _0x4bb2b6[_0xbee3d6(0xd0)](_0x3c0ee4[_0xbee3d6(0x111)],undefined,![],_0x3e81d5[_0xbee3d6(0xe2)]);}break;case _0x3e81d5['sjWLz']:_0x3e81d5[_0xbee3d6(0xcb)](shouldProcessEventForTesthub,testHubConstants[_0xbee3d6(0xd1)]['HookFinished'])&&(await _0x4bb2b6[_0xbee3d6(0xd0)](_0x3c0ee4[_0xbee3d6(0x111)],undefined,![],_0x3e81d5['WQcLl']),TestDetails[_0xbee3d6(0xe3)](process[_0xbee3d6(0xfe)]+_0xbee3d6(0xea)));break;case _0x3e81d5[_0xbee3d6(0x105)]:[_0x3e81d5[_0xbee3d6(0xd4)],_0x3e81d5[_0xbee3d6(0x109)],_0x3e81d5[_0xbee3d6(0x107)]][_0xbee3d6(0x103)](_0x3c0ee4[_0xbee3d6(0x111)][_0xbee3d6(0xf7)])&&(_0x4bb2b6[_0xbee3d6(0xcf)]=_0x3c0ee4['hook']['type']),_0x3766c2[_0xbee3d6(0xc8)]&&_0x3e81d5['xmhWI'](_0x3766c2['unhandledErrors'][_0xbee3d6(0xca)],0x0)&&(_0x3c0ee4['hook'][_0xbee3d6(0xeb)]=[_0x3766c2[_0xbee3d6(0xc8)][0x0][0x0]]);_0x3e81d5['xRZEK'](shouldProcessEventForTesthub,testHubConstants[_0xbee3d6(0xd1)][_0xbee3d6(0xfa)])&&(await _0x4bb2b6['sendTestRunEvent'](_0x3c0ee4[_0xbee3d6(0x111)],undefined,![],_0x3e81d5[_0xbee3d6(0xc5)]),TestDetails[_0xbee3d6(0xe3)](process[_0xbee3d6(0xfe)]+':hookAnalyticsId'));break;case _0x3e81d5['iGDkt']:_0x3e81d5[_0xbee3d6(0xe0)](shouldProcessEventForTesthub)&&await _0x4bb2b6[_0xbee3d6(0xd6)](_0x3c0ee4[_0xbee3d6(0xf4)]);break;case _0x3e81d5['gqGBn']:_0x3c0ee4[_0xbee3d6(0xf4)]={..._0x3e81d5['TxNvl'](_0x3fb876,_0x3c0ee4[_0xbee3d6(0xf4)]),..._0x3c0ee4[_0xbee3d6(0xf4)]};_0x3e81d5[_0xbee3d6(0xe7)](shouldProcessEventForTesthub)&&(!_0x3c0ee4['test']['markedStatus']&&(_0x3c0ee4[_0xbee3d6(0xf4)][_0xbee3d6(0xe1)]=!![],await _0x4bb2b6[_0xbee3d6(0xd0)](_0x3c0ee4[_0xbee3d6(0xf4)])));break;case _0x3e81d5['gCjft']:_0x3c0ee4[_0xbee3d6(0xf4)]={..._0x3e81d5[_0xbee3d6(0x102)](_0x3fb876,_0x3c0ee4[_0xbee3d6(0xf4)]),..._0x3c0ee4[_0xbee3d6(0xf4)]};_0x3e81d5['lbtFp'](shouldProcessEventForTesthub)&&(!_0x3c0ee4[_0xbee3d6(0xf4)]['markedStatus']&&(_0x3c0ee4[_0xbee3d6(0xf4)][_0xbee3d6(0xe1)]=!![],await _0x4bb2b6[_0xbee3d6(0xd0)](_0x3c0ee4[_0xbee3d6(0xf4)],undefined,![],_0x3e81d5[_0xbee3d6(0xc7)])));break;case _0x3e81d5[_0xbee3d6(0x108)]:_0x4bb2b6['hook_failure']=null;break;case _0x3e81d5[_0xbee3d6(0x106)]:await RequestQueueHandler[_0xbee3d6(0xcd)]()[_0xbee3d6(0xf8)](),process[_0xbee3d6(0xdf)]();break;default:}}));}catch(_0x365747){_0x3e81d5['sCDHQ'](debug,_0x3fb646(0xee)+_0x365747);}return _0x3e81d5[_0x3fb646(0xe4)](initInitialize,..._0x12d882);};try{Object[a15_0x215bfe(0x10d)](exportsI)['forEach'](_0x263323=>{try{exports&&(exports[_0x263323]=exportsI[_0x263323]);}catch{}});}catch{}
@@ -1 +1 @@
1
- 'use strict';const a16_0x3662fa=a16_0xb5ce;(function(_0x4ab027,_0x1aed4a){const _0x3f9038=a16_0xb5ce,_0x2376d3=_0x4ab027();while(!![]){try{const _0xe349e7=parseInt(_0x3f9038(0x19b))/0x1*(parseInt(_0x3f9038(0x199))/0x2)+parseInt(_0x3f9038(0x1b1))/0x3+-parseInt(_0x3f9038(0x1ab))/0x4+-parseInt(_0x3f9038(0x1b7))/0x5+parseInt(_0x3f9038(0x1b5))/0x6*(parseInt(_0x3f9038(0x197))/0x7)+parseInt(_0x3f9038(0x1b3))/0x8*(parseInt(_0x3f9038(0x1af))/0x9)+parseInt(_0x3f9038(0x1b0))/0xa*(-parseInt(_0x3f9038(0x1aa))/0xb);if(_0xe349e7===_0x1aed4a)break;else _0x2376d3['push'](_0x2376d3['shift']());}catch(_0x4645cd){_0x2376d3['push'](_0x2376d3['shift']());}}}(a16_0x51f4,0x966a2));function a16_0xb5ce(_0x52b6dc,_0x498921){const _0x51f4cc=a16_0x51f4();return a16_0xb5ce=function(_0xb5ce19,_0xe25192){_0xb5ce19=_0xb5ce19-0x196;let _0x17b642=_0x51f4cc[_0xb5ce19];return _0x17b642;},a16_0xb5ce(_0x52b6dc,_0x498921);}function a16_0x51f4(){const _0x184e45=['false','runTests','forEach','702ZilfaF','4489930Inrzsy','3319275hIEXtX','value','68456QqSdXW','DgDiM','66FhUIeM','__esModule','2630975XWmuyu','../../../helpers/helper','132839KhAKSy','length','146488BdCspx','defineProperty','2sjshbU','config','freeze','default','context','exports','serial','RTEFi','_globalConfig','parallels__','push','uahHh','testEnvironmentOptions','jest-runner','serial__','22PbmUVv','355308tQMgCa'];a16_0x51f4=function(){return _0x184e45;};return a16_0x51f4();}const {requireModule,isBrowserstackInfra}=require(a16_0x3662fa(0x196)),a16_0x42a68b={};a16_0x42a68b[a16_0x3662fa(0x1b2)]=!![],Object[a16_0x3662fa(0x19a)](exports,a16_0x3662fa(0x1b6),a16_0x42a68b),exports[a16_0x3662fa(0x19e)]=void 0x0;function _interopRequireDefault(_0x14c527){const _0x10b243=a16_0x3662fa;return _0x14c527&&_0x14c527[_0x10b243(0x1b6)]?_0x14c527:{'default':_0x14c527};}const JestRunner=_interopRequireDefault(requireModule(a16_0x3662fa(0x1a8)))[a16_0x3662fa(0x19e)];class TestRunner extends JestRunner{constructor(..._0x4cdfc8){super(..._0x4cdfc8);}['runTests'](..._0x28074a){const _0x2113fe=a16_0x3662fa,_0x4f7c4f={'uahHh':function(_0x23e79b){return _0x23e79b();},'DgDiM':function(_0x3c0057,_0x4b5c4c){return _0x3c0057-_0x4b5c4c;},'RTEFi':function(_0xcb8e44,_0x4a4ec6){return _0xcb8e44*_0x4a4ec6;},'rpukm':function(_0x313bee,_0x21000c){return _0x313bee===_0x21000c;},'EFjem':_0x2113fe(0x1ac),'FuPGf':function(_0x4affa7,_0x14de06){return _0x4affa7<_0x14de06;}};if(!_0x4f7c4f[_0x2113fe(0x1a6)](isBrowserstackInfra))return super[_0x2113fe(0x1ad)](..._0x28074a);const _0x42e0db=_0x28074a[0x0],_0x44eddb=_0x28074a[_0x4f7c4f[_0x2113fe(0x1b4)](_0x28074a[_0x2113fe(0x198)],0x1)],_0x4084ba=_0x42e0db[0x0][_0x2113fe(0x19f)][_0x2113fe(0x19c)]['testEnvironmentOptions']['capabilities'],_0x31237a=_0x42e0db[0x0]['context'][_0x2113fe(0x19c)][_0x2113fe(0x1a7)][_0x2113fe(0x1a4)];_0x31237a&&(this['_globalConfig']=Object[_0x2113fe(0x19d)]({...this[_0x2113fe(0x1a3)],'maxWorkers':_0x4f7c4f[_0x2113fe(0x1a2)](_0x31237a,_0x4084ba[_0x2113fe(0x198)])}));_0x4f7c4f['rpukm'](_0x42e0db[0x0][_0x2113fe(0x19f)]['config'][_0x2113fe(0x1a7)][_0x2113fe(0x1a9)],_0x4f7c4f['EFjem'])&&(_0x44eddb&&(_0x44eddb[_0x2113fe(0x1a1)]=![]));const _0x4678b5=[];for(let _0x2e45da=0x0;_0x4f7c4f['FuPGf'](_0x2e45da,_0x42e0db['length']);_0x2e45da++){const _0x540b88=[];_0x4084ba[_0x2113fe(0x1ae)]((_0x2bbe84,_0x5019b9)=>{const _0x588fbd=_0x2113fe,_0x27107c={..._0x42e0db[_0x2e45da]},_0x5db453=_0x27107c;_0x5db453['context']=Object[_0x588fbd(0x19d)]({..._0x5db453[_0x588fbd(0x19f)],'config':{..._0x5db453['context'][_0x588fbd(0x19c)],'capability':_0x2bbe84,'browserstackPlatformIndex':_0x5019b9}}),_0x540b88['push'](_0x5db453);}),_0x4678b5[_0x2113fe(0x1a5)](..._0x540b88);}return super[_0x2113fe(0x1ad)](_0x4678b5,..._0x28074a['slice'](0x1));}}module[a16_0x3662fa(0x1a0)]=TestRunner;
1
+ 'use strict';const a16_0x490153=a16_0x1f6a;(function(_0x207caf,_0x351fc9){const _0x28002e=a16_0x1f6a,_0x10422d=_0x207caf();while(!![]){try{const _0x48d28e=parseInt(_0x28002e(0x195))/0x1+-parseInt(_0x28002e(0x183))/0x2+-parseInt(_0x28002e(0x192))/0x3+parseInt(_0x28002e(0x18e))/0x4+-parseInt(_0x28002e(0x17e))/0x5+parseInt(_0x28002e(0x191))/0x6*(-parseInt(_0x28002e(0x194))/0x7)+parseInt(_0x28002e(0x17d))/0x8;if(_0x48d28e===_0x351fc9)break;else _0x10422d['push'](_0x10422d['shift']());}catch(_0x24b8a8){_0x10422d['push'](_0x10422d['shift']());}}}(a16_0x1719,0xab80e));function a16_0x1f6a(_0x1086fb,_0x48fbcf){const _0x1719e3=a16_0x1719();return a16_0x1f6a=function(_0x1f6aef,_0x3eef52){_0x1f6aef=_0x1f6aef-0x179;let _0x39e6ae=_0x1719e3[_0x1f6aef];return _0x39e6ae;},a16_0x1f6a(_0x1086fb,_0x48fbcf);}function a16_0x1719(){const _0x221c55=['1366792smCUmu','context','runTests','serial__','forEach','push','defineProperty','_globalConfig','__esModule','PkiHy','config','4924220SWmEnA','testEnvironmentOptions','length','735582ZJdkOW','1593762oKFGSP','serial','28ihVYIk','396502gAPMPI','freeze','default','jest-runner','exports','VxTFz','ermKp','7008344TdWxLG','480420rbGVyw','parallels__','uygqk','../../../helpers/helper','slice'];a16_0x1719=function(){return _0x221c55;};return a16_0x1719();}const {requireModule,isBrowserstackInfra}=require(a16_0x490153(0x181)),a16_0x8fbbff={};a16_0x8fbbff['value']=!![],Object[a16_0x490153(0x189)](exports,a16_0x490153(0x18b),a16_0x8fbbff),exports[a16_0x490153(0x197)]=void 0x0;function _interopRequireDefault(_0x258059){return _0x258059&&_0x258059['__esModule']?_0x258059:{'default':_0x258059};}const JestRunner=_interopRequireDefault(requireModule(a16_0x490153(0x179)))[a16_0x490153(0x197)];class TestRunner extends JestRunner{constructor(..._0xc9cba){super(..._0xc9cba);}[a16_0x490153(0x185)](..._0x365c5a){const _0xdb50fa=a16_0x490153,_0x117fcb={'Eorsx':function(_0x360649){return _0x360649();},'PkiHy':function(_0x520329,_0x53396e){return _0x520329-_0x53396e;},'uygqk':function(_0x339314,_0x5b3440){return _0x339314*_0x5b3440;},'exGfg':function(_0xc31be1,_0x40702d){return _0xc31be1===_0x40702d;},'VxTFz':'false','ermKp':function(_0x23ec3b,_0x35bc17){return _0x23ec3b<_0x35bc17;}};if(!_0x117fcb['Eorsx'](isBrowserstackInfra))return super[_0xdb50fa(0x185)](..._0x365c5a);const _0x11af7b=_0x365c5a[0x0],_0x5cffb1=_0x365c5a[_0x117fcb[_0xdb50fa(0x18c)](_0x365c5a[_0xdb50fa(0x190)],0x1)],_0x5738c9=_0x11af7b[0x0][_0xdb50fa(0x184)][_0xdb50fa(0x18d)]['testEnvironmentOptions']['capabilities'],_0x5b8f6b=_0x11af7b[0x0][_0xdb50fa(0x184)][_0xdb50fa(0x18d)][_0xdb50fa(0x18f)][_0xdb50fa(0x17f)];_0x5b8f6b&&(this[_0xdb50fa(0x18a)]=Object['freeze']({...this[_0xdb50fa(0x18a)],'maxWorkers':_0x117fcb[_0xdb50fa(0x180)](_0x5b8f6b,_0x5738c9['length'])}));_0x117fcb['exGfg'](_0x11af7b[0x0]['context']['config'][_0xdb50fa(0x18f)][_0xdb50fa(0x186)],_0x117fcb[_0xdb50fa(0x17b)])&&(_0x5cffb1&&(_0x5cffb1[_0xdb50fa(0x193)]=![]));const _0x2cbfad=[];for(let _0x547fec=0x0;_0x117fcb[_0xdb50fa(0x17c)](_0x547fec,_0x11af7b[_0xdb50fa(0x190)]);_0x547fec++){const _0x217959=[];_0x5738c9[_0xdb50fa(0x187)]((_0x7bc9a,_0x502ce8)=>{const _0x1c6de4=_0xdb50fa,_0x1a8a74={..._0x11af7b[_0x547fec]},_0x13011e=_0x1a8a74;_0x13011e[_0x1c6de4(0x184)]=Object[_0x1c6de4(0x196)]({..._0x13011e[_0x1c6de4(0x184)],'config':{..._0x13011e[_0x1c6de4(0x184)][_0x1c6de4(0x18d)],'capability':_0x7bc9a,'browserstackPlatformIndex':_0x502ce8}}),_0x217959[_0x1c6de4(0x188)](_0x13011e);}),_0x2cbfad[_0xdb50fa(0x188)](..._0x217959);}return super[_0xdb50fa(0x185)](_0x2cbfad,..._0x365c5a[_0xdb50fa(0x182)](0x1));}}module[a16_0x490153(0x17a)]=TestRunner;
@@ -1 +1 @@
1
- const a17_0x1ce038=a17_0x11ab;function a17_0x3666(){const _0x5ce0cd=[':testAnalyticsId','uaRoe','zVgBV','490yrdduK','http:','undefined','stringify','plBXs','AMcTs','__drivers','wDlkz','winstonLogger','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','../../helpers/accessibility-automation/helper','56nhEifQ','../../helpers/performance-tester','https:','initQuit','../../helpers/logger','pbOZt','yCeFJ','thWtV','UtsOp','join','NBWIu','isAccessibilityPlatform','GRJfz','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','16812598wwYpgm','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','getEnv','passed','format','eurKp','svZdS','NtSZE','util','getTestUUID','log','message','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','18089162cfLzYR','../../helpers/test-observability/requestQueueHandler','browserStackGlobals','HtwKF','../../helpers/test-observability/utils','.\x20Error\x20:','JKaTU','12ywzbVf','1668247rZJjiz','currentTest','replace','isArray','performScan','length','9ZEPvmj','../../helpers/helper','getCurrentUrl','KMQdP','ehoiS','41hbSmYA','appium:app','pURTd','./test-observability/test-details','removeAllListeners','shift','EUibO','testPath','protocol','PEEPg','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','app','aFevl','push','\x20|\x20','TIcsP','NBiAR','iBqqv','percyCaptureMode','error','GWjvT','\x22}}','percy','Performing\x20scan\x20before\x20saving\x20results','getGlobal','Gwupn',',\x22level\x22:\x20\x22','debug','ctgqM','6672970OJpVZE','3biEWib','QFXeb','../../helpers/globals','setGlobal','env','executeScript','testcase','bjOCP','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','failedExpectations','quitCount_','pid','startMonitoring','errors','qGVeM','YrUbP','setTimeout','pendingUploads','GecJW','getState','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','browserstackSessionName','now','currentTestName','funXI','bstackA11yShouldScan','ONmDa','mNAOK','RXIpi','Altop','kSERw','CacJQ','aywDH','84908gXORBH','SFJFn','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','2790048ZXoSSe','VTDji','info','capabilities','session_','30066MIMurJ','Failed\x20to\x20store\x20session\x20name:\x20'];a17_0x3666=function(){return _0x5ce0cd;};return a17_0x3666();}function a17_0x11ab(_0x1581c0,_0x33f55e){const _0x366692=a17_0x3666();return a17_0x11ab=function(_0x11abed,_0x3d50e4){_0x11abed=_0x11abed-0xee;let _0x6d7ea5=_0x366692[_0x11abed];return _0x6d7ea5;},a17_0x11ab(_0x1581c0,_0x33f55e);}(function(_0x42ba1f,_0x55232d){const _0x10ce94=a17_0x11ab,_0x496298=_0x42ba1f();while(!![]){try{const _0x16ae8c=parseInt(_0x10ce94(0x112))/0x1*(-parseInt(_0x10ce94(0x151))/0x2)+parseInt(_0x10ce94(0x130))/0x3*(-parseInt(_0x10ce94(0x154))/0x4)+-parseInt(_0x10ce94(0x15e))/0x5*(parseInt(_0x10ce94(0x159))/0x6)+-parseInt(_0x10ce94(0x107))/0x7*(-parseInt(_0x10ce94(0x169))/0x8)+-parseInt(_0x10ce94(0x10d))/0x9*(parseInt(_0x10ce94(0x12f))/0xa)+-parseInt(_0x10ce94(0xf2))/0xb*(-parseInt(_0x10ce94(0x106))/0xc)+parseInt(_0x10ce94(0xff))/0xd;if(_0x16ae8c===_0x55232d)break;else _0x496298['push'](_0x496298['shift']());}catch(_0x4faccb){_0x496298['push'](_0x496298['shift']());}}}(a17_0x3666,0xf2196));const util=require(a17_0x1ce038(0xfa)),{isTestObservabilitySession,sendPlatformDetails}=require(a17_0x1ce038(0x103)),{isBrowserstackInfra,markSessionStatus}=require(a17_0x1ce038(0x10e));let __error_messages__=[];const RequestQueueHandler=require(a17_0x1ce038(0x100));jest[a17_0x1ce038(0x140)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a17_0x1ce038(0x168)),{percyAutoCapture}=require('../../helpers/percy/utils'),logger=require(a17_0x1ce038(0x16d))[a17_0x1ce038(0x166)],TestDetails=require(a17_0x1ce038(0x115)),PerformanceTester=require(a17_0x1ce038(0x16a)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a17_0x1ce038(0x132));globals[a17_0x1ce038(0x101)]=browserStackGlobals;function stripUnicode(_0x4ce483){const _0x51decd=a17_0x1ce038;return _0x4ce483[_0x51decd(0x109)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0x55f925=a17_0x1ce038,_0x4007e3={'CacJQ':function(_0x6d5539){return _0x6d5539();},'kSERw':function(_0x16ef54,_0x41715d){return _0x16ef54!==_0x41715d;},'YrUbP':_0x55f925(0x160),'pURTd':function(_0x339367,_0x167639){return _0x339367>_0x167639;},'thWtV':function(_0x57f9a8,_0x74b5de){return _0x57f9a8(_0x74b5de);},'NtSZE':function(_0x4c390e,_0x1e238f){return _0x4c390e>_0x1e238f;}};if(!_0x4007e3[_0x55f925(0x14f)](isBrowserstackInfra))return;if(!sessionNameProvided){const _0x42fcc6=expect[_0x55f925(0x143)]()[_0x55f925(0x147)];await __drivers[0x0][_0x55f925(0x135)](_0x55f925(0xf3)+_0x42fcc6+_0x55f925(0x127));}let _0x2141ce=null,_0x2ced96=![];_0x4007e3[_0x55f925(0x14e)](typeof jasmine,_0x4007e3[_0x55f925(0x13f)])?jasmine[_0x55f925(0x108)]['failedExpectations']&&_0x4007e3[_0x55f925(0x114)](jasmine['currentTest']['failedExpectations'][_0x55f925(0x10c)],0x0)?(_0x2ced96=!![],_0x2141ce=_0x4007e3[_0x55f925(0x170)](stripUnicode,JSON['stringify'](jasmine['currentTest'][_0x55f925(0x139)][0x0][_0x55f925(0xfd)]))):_0x2141ce=_0x4007e3[_0x55f925(0x170)](stripUnicode,JSON[_0x55f925(0x161)](jasmine[_0x55f925(0x108)]['description'])):testContext[_0x55f925(0x13d)]&&_0x4007e3[_0x55f925(0xf9)](testContext[_0x55f925(0x13d)][_0x55f925(0x10c)],0x0)?(_0x2ced96=!![],_0x2141ce=_0x4007e3[_0x55f925(0x170)](stripUnicode,JSON[_0x55f925(0x161)](testContext['errors'][0x0][0x0]['message']||testContext[_0x55f925(0x13d)][0x0][0x0]))):_0x2141ce=_0x4007e3[_0x55f925(0x170)](stripUnicode,JSON[_0x55f925(0x161)](testContext['name'])),_0x2ced96?(__error_messages__[_0x55f925(0x11f)](_0x2141ce),await __drivers[0x0][_0x55f925(0x135)](_0x55f925(0xf1)+_0x2141ce+'\x22,\x22level\x22:\x20\x22error\x22}}')):await __drivers[0x0][_0x55f925(0x135)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x2141ce+'\x22,\x22level\x22:\x20\x22info\x22}}');}const executeAnnotate=async(_0x40ae2c,_0x16319e)=>{const _0x124cc6=a17_0x1ce038;await global[_0x124cc6(0x164)][0x0][_0x124cc6(0x135)](_0x124cc6(0xfe)+_0x40ae2c+_0x124cc6(0x12c)+_0x16319e+'\x22}}');};async function driverCleanup(){const _0x27ccd9=a17_0x1ce038,_0x425122={'eurKp':function(_0x4d3d18){return _0x4d3d18();},'KMQdP':function(_0x9db1d,_0x5c99b9){return _0x9db1d>_0x5c99b9;},'NBWIu':function(_0x469c01,_0x42957c,_0x5d07a1,_0x4612ed){return _0x469c01(_0x42957c,_0x5d07a1,_0x4612ed);},'svZdS':'failed','EUibO':_0x27ccd9(0x120),'wDFge':function(_0x4ffce3,_0x253163,_0x59c4a6){return _0x4ffce3(_0x253163,_0x59c4a6);},'uaRoe':_0x27ccd9(0xf5)};if(!_0x425122[_0x27ccd9(0xf7)](isBrowserstackInfra))return;let _0x445b12=![];try{await __drivers[0x0][_0x27ccd9(0x158)],_0x445b12=!![],_0x425122[_0x27ccd9(0x110)](__error_messages__[_0x27ccd9(0x10c)],0x0)?await _0x425122[_0x27ccd9(0xee)](markSessionStatus,__drivers[0x0],_0x425122[_0x27ccd9(0xf8)],__error_messages__[_0x27ccd9(0x172)](_0x425122[_0x27ccd9(0x118)])):await _0x425122['wDFge'](markSessionStatus,__drivers[0x0],_0x425122[_0x27ccd9(0x15c)]);}catch(_0x177bcf){console[_0x27ccd9(0xfc)](_0x177bcf);}__error_messages__=[];if(_0x445b12)try{await __drivers[0x0][_0x27ccd9(0x16c)]();}catch(_0x107e0c){console[_0x27ccd9(0xfc)](_0x107e0c);}}beforeAll(async()=>{const _0x51b92d=a17_0x1ce038,_0x57de1c={'aywDH':function(_0x4fd6ac,_0x44093f){return _0x4fd6ac!==_0x44093f;},'iBqqv':_0x51b92d(0x160),'sTEUb':function(_0x132087){return _0x132087();},'UVPkN':function(_0x38da1e,_0x5581a2,_0x11bb4c){return _0x38da1e(_0x5581a2,_0x11bb4c);}};PerformanceTester[_0x51b92d(0x13c)]();const _0x29d2df='browserstack internal helper hook';_0x57de1c[_0x51b92d(0x150)](typeof jasmine,_0x57de1c[_0x51b92d(0x123)])&&jasmine[_0x51b92d(0xf4)]()['addReporter']({'specStarted':_0x5495a0=>{const _0x21f521=_0x51b92d;jasmine[_0x21f521(0x108)]=_0x5495a0;}});let _0x794b39=![];try{await __drivers[0x0][_0x51b92d(0x158)],_0x794b39=!![];}catch(_0x369ce5){}if(_0x794b39)try{try{_0x57de1c['sTEUb'](isTestObservabilitySession)&&(global[_0x51b92d(0x164)][0x0]&&await _0x57de1c['UVPkN'](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x51b92d(0xfb)](process[_0x51b92d(0x13b)]+_0x51b92d(0x15b))));}catch{}}catch(_0x3423a4){}}),beforeEach(async()=>{const _0x1e12ee=a17_0x1ce038,_0x19876b={'dfvJi':function(_0x43f9af,_0x46e0b9){return _0x43f9af>_0x46e0b9;},'GecJW':function(_0x1de233){return _0x1de233();},'plBXs':function(_0x31742a,_0x9db3ae){return _0x31742a>_0x9db3ae;},'Altop':function(_0x5deb8b){return _0x5deb8b();},'zVgBV':function(_0x109a80,_0x13eba9,_0x7594af){return _0x109a80(_0x13eba9,_0x7594af);},'SFJFn':_0x1e12ee(0x149),'UtsOp':function(_0x8ed6c2){return _0x8ed6c2();},'NujoN':_0x1e12ee(0xef),'funXI':function(_0x3eb8bb,_0x5caf25){return _0x3eb8bb===_0x5caf25;},'aWQBA':_0x1e12ee(0x15f),'RXIpi':function(_0x43710f,_0x21126c){return _0x43710f===_0x21126c;},'JKaTU':_0x1e12ee(0x16b),'PEEPg':_0x1e12ee(0x11c)},_0x43779d='browserstack internal helper hook';try{_0x19876b['dfvJi'](__drivers[_0x1e12ee(0x10c)],0x1)&&(await _0x19876b[_0x1e12ee(0x142)](driverCleanup),__drivers[_0x1e12ee(0x117)]());const _0x8b2cf1=expect['getState']()[_0x1e12ee(0x147)];try{Array[_0x1e12ee(0x10a)](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x8b2cf1),global[_0x1e12ee(0x145)]=_0x8b2cf1;}catch(_0x2c840f){logger[_0x1e12ee(0x12d)](_0x1e12ee(0x15a)+_0x2c840f);}__drivers[0x0][_0x1e12ee(0x145)]=_0x8b2cf1;_0x19876b[_0x1e12ee(0x162)](__drivers[0x0][_0x1e12ee(0x13a)],0x0)&&await _0x19876b[_0x1e12ee(0x14d)](driverCleanup);const _0x28b2d2=_0x19876b[_0x1e12ee(0x15d)](shouldScanTestForAccessibility,_0x8b2cf1,![]);__drivers[0x0][_0x1e12ee(0x149)]=_0x28b2d2,globals[_0x1e12ee(0x133)](_0x19876b[_0x1e12ee(0x152)],_0x28b2d2);if(_0x19876b[_0x1e12ee(0x171)](isAccessibilityAutomationSession)&&globals[_0x1e12ee(0x12a)](_0x19876b['NujoN']))try{const _0x59b5f7=await __drivers[0x0][_0x1e12ee(0x158)];if(_0x59b5f7){let _0x32f8cf=!![];const _0x330531=await __drivers[0x0][_0x1e12ee(0x10f)]();let _0x5dfe34;try{_0x5dfe34=new URL(_0x330531);}catch(_0x4676c8){_0x32f8cf=![];}_0x32f8cf=_0x19876b[_0x1e12ee(0x148)](_0x5dfe34[_0x1e12ee(0x11a)],_0x19876b['aWQBA'])||_0x19876b[_0x1e12ee(0x14c)](_0x5dfe34['protocol'],_0x19876b[_0x1e12ee(0x105)]),_0x32f8cf&&(_0x28b2d2&&logger[_0x1e12ee(0x156)](_0x19876b[_0x1e12ee(0x11b)]));}}catch(_0x4f2392){logger[_0x1e12ee(0x125)](_0x1e12ee(0x167)+_0x4f2392);}_0x19876b[_0x1e12ee(0x162)](__drivers[0x0][_0x1e12ee(0x13a)],0x0)&&await _0x19876b[_0x1e12ee(0x142)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x1958ca=a17_0x1ce038,_0x51b59c={'yCeFJ':function(_0x316d77,_0x3daea8){return _0x316d77>_0x3daea8;},'ehoiS':function(_0x4310bd){return _0x4310bd();},'wDlkz':function(_0x17ff60,_0x14279e){return _0x17ff60===_0x14279e;},'ctgqM':_0x1958ca(0x136),'PAdYF':_0x1958ca(0x113),'PDEZc':function(_0x34e5f3,_0x5d77a0,_0x21b4d9,_0x5083f9){return _0x34e5f3(_0x5d77a0,_0x21b4d9,_0x5083f9);},'NBiAR':function(_0xb5334c,_0x335c5e,_0x1fd5fa){return _0xb5334c(_0x335c5e,_0x1fd5fa);},'qGVeM':function(_0x41485c){return _0x41485c();},'QtGIU':_0x1958ca(0xef),'bjOCP':_0x1958ca(0x149),'inQLe':_0x1958ca(0x144),'ONmDa':function(_0x1fa099,_0x3cd8bf){return _0x1fa099(_0x3cd8bf);},'TIcsP':_0x1958ca(0x129),'VTDji':_0x1958ca(0x138),'aFevl':function(_0x4f7545){return _0x4f7545();},'Gwupn':function(_0x31f958,_0x4aa9d9,_0x11ce21){return _0x31f958(_0x4aa9d9,_0x11ce21);},'GWjvT':'debug','pbOZt':function(_0x340e82,_0x227608){return _0x340e82>_0x227608;}},_0x204d51='browserstack internal helper hook';try{_0x51b59c[_0x1958ca(0x16f)](__drivers[_0x1958ca(0x10c)],0x1)&&(await _0x51b59c[_0x1958ca(0x111)](driverCleanup),__drivers[_0x1958ca(0x117)]());try{if(global[_0x1958ca(0x128)]&&_0x51b59c[_0x1958ca(0x165)](global[_0x1958ca(0x124)],_0x51b59c[_0x1958ca(0x12e)])&&__drivers[0x0]){const _0x3139c8=_0x51b59c['yCeFJ'](global[_0x1958ca(0x157)][_0x1958ca(0x10c)],0x0)?!!global['capabilities'][0x0][_0x1958ca(0x11d)]||!!global['capabilities'][0x0][_0x51b59c['PAdYF']]:![],_0x37bace={};_0x37bace['app']=_0x3139c8,await _0x51b59c['PDEZc'](percyAutoCapture,__drivers[0x0],_0x51b59c[_0x1958ca(0x12e)],_0x37bace);}}catch(_0x3d5953){}const _0x3a1256=_0x51b59c[_0x1958ca(0x122)](shouldScanTestForAccessibility,expect[_0x1958ca(0x143)]()['currentTestName'],![]);try{if(_0x51b59c['qGVeM'](isAccessibilityAutomationSession)&&globals[_0x1958ca(0x12a)](_0x51b59c['QtGIU'])&&globals[_0x1958ca(0x12a)](_0x51b59c[_0x1958ca(0x137)])){logger['info'](_0x51b59c['inQLe']);const _0x2061f2={'saveResults':_0x3a1256,'testDetails':{'name':expect['getState']()['currentTestName'],'testRunId':process[_0x1958ca(0x134)]['BS_A11Y_TEST_RUN_ID'],'filePath':expect['getState']()[_0x1958ca(0x119)],'scopeList':[expect[_0x1958ca(0x143)]()[_0x1958ca(0x147)]]},'platform':await _0x51b59c[_0x1958ca(0x14a)](fetchPlatformDetails,__drivers[0x0])};logger['debug'](_0x51b59c[_0x1958ca(0x121)]),logger['debug'](util[_0x1958ca(0xf6)](await __drivers[0x0]['executeAsyncScript'](scripts[_0x1958ca(0x10b)],{'method':expect['getState']()[_0x1958ca(0x147)]}))),await __drivers[0x0]['executeAsyncScript'](scripts['saveTestResults'],_0x2061f2),logger[_0x1958ca(0x156)](_0x51b59c[_0x1958ca(0x155)]);}}catch(_0x9afcbe){logger[_0x1958ca(0x125)](_0x1958ca(0x153)+expect[_0x1958ca(0x143)]()[_0x1958ca(0x147)]+_0x1958ca(0x104),_0x9afcbe);}await _0x51b59c[_0x1958ca(0x11e)](setContext);try{if(_0x51b59c['aFevl'](isTestObservabilitySession)){global[_0x1958ca(0x164)][0x0]&&await _0x51b59c[_0x1958ca(0x12b)](sendPlatformDetails,global[_0x1958ca(0x164)][0x0],TestDetails[_0x1958ca(0xfb)](process[_0x1958ca(0x13b)]+_0x1958ca(0x15b)));if(_0x51b59c[_0x1958ca(0x13e)](isBrowserstackInfra)){const _0x3093d8='ObservabilitySync:'+Date[_0x1958ca(0x146)]();await _0x51b59c[_0x1958ca(0x12b)](executeAnnotate,JSON[_0x1958ca(0x161)](_0x3093d8),_0x51b59c[_0x1958ca(0x126)]);}}}catch(_0x16bfa1){}_0x51b59c[_0x1958ca(0x16e)](__drivers[0x0]['quitCount_'],0x0)&&await _0x51b59c['ehoiS'](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x30c20c=a17_0x1ce038,_0x11b1e8={'mNAOK':function(_0x220f22,_0x5cef44){return _0x220f22<=_0x5cef44;},'HtwKF':function(_0x3620e2,_0x8fcda8){return _0x3620e2(_0x8fcda8);},'AMcTs':function(_0x4d6eac){return _0x4d6eac();},'GRJfz':function(_0x389b32,_0x502bf3,_0x1953c5){return _0x389b32(_0x502bf3,_0x1953c5);},'QFXeb':function(_0x58cea6){return _0x58cea6();}};jest[_0x30c20c(0x140)](0x186a0),PerformanceTester['pushPerfMeasures']();const _0x156b71='browserstack internal helper hook';await new Promise(_0x4eded8=>{const _0x4dff69=_0x30c20c,_0x1520e0=_0x11b1e8[_0x4dff69(0xf0)](setInterval,async()=>{const _0x12c1cb=_0x4dff69;_0x11b1e8[_0x12c1cb(0x14b)](RequestQueueHandler['getInstance']()[_0x12c1cb(0x141)],0x0)&&(_0x11b1e8[_0x12c1cb(0x102)](clearInterval,_0x1520e0),_0x11b1e8[_0x12c1cb(0x163)](_0x4eded8));},0x3e8);});try{await _0x11b1e8[_0x30c20c(0x131)](driverCleanup);}catch(_0x3c7183){}process[_0x30c20c(0x116)]();},0x2710);
1
+ function a17_0x1f4f(){const _0x4d007c=['CGlBp','NOLVK','baYAh','cDfhK','protocol','kSYpd','env','DYRlK','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','ugODt','bstackA11yShouldScan','7448352hjyOeN','getState','executeScript','dRHbV','length','AUidV','../../helpers/logger','currentTest','ENV_VAR','AYkiq','getInstance','name','stringify','isArray','slice','356562ZJYuqI','app','wclsi','browserstackSessionName','ETkcH','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','\x22}}','error','browserStackGlobals','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','183VrtOoq','Failed\x20to\x20store\x20session\x20name:\x20','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','__drivers','2UXtPSw','lVhdj','https:','dsuPc','executeAsyncScript','format','capabilities','XJWrO','37868MGXMYN','guXBp','DnXgc','failedExpectations','getEnv','../../helpers/testhub/utils','fUfIO','ObservabilitySync:','873946gBJQaM','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','../../helpers/test-observability/requestQueueHandler','RmBNT','passed','getTestUUID','tvboi','TcRlB','../../helpers/testhub/constants','cdxWz','.\x20Error\x20:','3219625ovXLwb','IINTC','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','addReporter','kdslI','eOYvp','setTimeout','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','testcase','getGlobal','percyCaptureMode','pid','mSVbJ','errors','NEAsG','isAccessibilityPlatform','saveTestResults','MeHJO','startMonitoring','description','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','DbhlW','BROWSERSTACK_TESTHUB_UUID','pushPerfMeasures','../../helpers/test-observability/utils','../../helpers/helper','replace','failed','pendingUploads','oiLeX','removeAllListeners','63tKfscI','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','3916GdeQkT','BROWSERSTACK_TESTHUB_JWT','BgQkj','fKtvc','\x20|\x20','KWgyj','BkSQx','currentTestName','debug',':testAnalyticsId','http:','../../helpers/accessibility-automation/scripts','initQuit','message','log','9gYLLSu','AlftZ','performScan','EELhT','8257970Xtnvyh','VVFFH','quitCount_','info','SNnax','session_','54504cmktPP','../../helpers/globals'];a17_0x1f4f=function(){return _0x4d007c;};return a17_0x1f4f();}const a17_0x120e9d=a17_0x102e;(function(_0x21f294,_0x578490){const _0x37ecf6=a17_0x102e,_0x3e1dd1=_0x21f294();while(!![]){try{const _0x54e90f=-parseInt(_0x37ecf6(0x177))/0x1*(-parseInt(_0x37ecf6(0x167))/0x2)+-parseInt(_0x37ecf6(0x163))/0x3*(parseInt(_0x37ecf6(0x16f))/0x4)+-parseInt(_0x37ecf6(0x182))/0x5+-parseInt(_0x37ecf6(0x159))/0x6*(parseInt(_0x37ecf6(0x121))/0x7)+-parseInt(_0x37ecf6(0x14a))/0x8*(parseInt(_0x37ecf6(0x132))/0x9)+parseInt(_0x37ecf6(0x136))/0xa+-parseInt(_0x37ecf6(0x123))/0xb*(-parseInt(_0x37ecf6(0x13c))/0xc);if(_0x54e90f===_0x578490)break;else _0x3e1dd1['push'](_0x3e1dd1['shift']());}catch(_0x496ee9){_0x3e1dd1['push'](_0x3e1dd1['shift']());}}}(a17_0x1f4f,0x99a94));const util=require('util'),{isTestObservabilitySession,sendPlatformDetails}=require(a17_0x120e9d(0x11a)),{isBrowserstackInfra,markSessionStatus}=require(a17_0x120e9d(0x11b));let __error_messages__=[];const RequestQueueHandler=require(a17_0x120e9d(0x179));jest[a17_0x120e9d(0x108)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require('../../helpers/percy/utils'),logger=require(a17_0x120e9d(0x150))['winstonLogger'],TestDetails=require('./test-observability/test-details'),PerformanceTester=require('../../helpers/performance-tester'),scripts=require(a17_0x120e9d(0x12e)),globals=require(a17_0x120e9d(0x13d)),{shouldProcessEventForTesthub}=require(a17_0x120e9d(0x174)),testHubConstants=require(a17_0x120e9d(0x17f));globals[a17_0x120e9d(0x161)]=browserStackGlobals;function stripUnicode(_0x576712){const _0x5baa59=a17_0x120e9d;return _0x576712[_0x5baa59(0x11c)](/\\u001b\[.*?m/g,'')[_0x5baa59(0x158)](0x1,-0x1);}async function setContext(){const _0x5ab3ed=a17_0x120e9d,_0x270269={'cDfhK':function(_0xf4c71c){return _0xf4c71c();},'tlzrl':function(_0x3a171a,_0x581789){return _0x3a171a!==_0x581789;},'XJWrO':'undefined','NOLVK':function(_0x462323,_0xf5f44c){return _0x462323>_0xf5f44c;},'AUidV':function(_0x5221e7,_0x9712a6){return _0x5221e7(_0x9712a6);}};if(!_0x270269[_0x5ab3ed(0x141)](isBrowserstackInfra))return;if(!sessionNameProvided){const _0x52a712=expect['getState']()[_0x5ab3ed(0x12a)];await __drivers[0x0][_0x5ab3ed(0x14c)](_0x5ab3ed(0x15e)+_0x52a712+_0x5ab3ed(0x15f));}let _0x238bb3=null,_0x293601=![];_0x270269['tlzrl'](typeof jasmine,_0x270269[_0x5ab3ed(0x16e)])?jasmine[_0x5ab3ed(0x151)][_0x5ab3ed(0x172)]&&_0x270269['NOLVK'](jasmine['currentTest']['failedExpectations']['length'],0x0)?(_0x293601=!![],_0x238bb3=_0x270269['AUidV'](stripUnicode,JSON['stringify'](jasmine[_0x5ab3ed(0x151)][_0x5ab3ed(0x172)][0x0][_0x5ab3ed(0x130)]))):_0x238bb3=_0x270269[_0x5ab3ed(0x14f)](stripUnicode,JSON[_0x5ab3ed(0x156)](jasmine[_0x5ab3ed(0x151)][_0x5ab3ed(0x115)])):testContext['errors']&&_0x270269[_0x5ab3ed(0x13f)](testContext['errors'][_0x5ab3ed(0x14e)],0x0)?(_0x293601=!![],_0x238bb3=_0x270269['AUidV'](stripUnicode,JSON[_0x5ab3ed(0x156)](testContext[_0x5ab3ed(0x10f)][0x0][0x0][_0x5ab3ed(0x130)]||testContext[_0x5ab3ed(0x10f)][0x0][0x0]))):_0x238bb3=_0x270269[_0x5ab3ed(0x14f)](stripUnicode,JSON[_0x5ab3ed(0x156)](testContext[_0x5ab3ed(0x155)])),_0x293601?(__error_messages__['push'](_0x238bb3),await __drivers[0x0][_0x5ab3ed(0x14c)](_0x5ab3ed(0x147)+_0x238bb3+'\x22,\x22level\x22:\x20\x22error\x22}}')):await __drivers[0x0][_0x5ab3ed(0x14c)](_0x5ab3ed(0x109)+_0x238bb3+'\x22,\x22level\x22:\x20\x22info\x22}}');}const executeAnnotate=async(_0xa0548b,_0x1203ce)=>{const _0x441a9e=a17_0x120e9d;await global[_0x441a9e(0x166)][0x0][_0x441a9e(0x14c)](_0x441a9e(0x116)+_0xa0548b+',\x22level\x22:\x20\x22'+_0x1203ce+_0x441a9e(0x15f));};function a17_0x102e(_0x31b83f,_0x593a3c){const _0x1f4f89=a17_0x1f4f();return a17_0x102e=function(_0x102e48,_0x3ea12a){_0x102e48=_0x102e48-0x105;let _0x7f567d=_0x1f4f89[_0x102e48];return _0x7f567d;},a17_0x102e(_0x31b83f,_0x593a3c);}async function driverCleanup(){const _0x419ec6=a17_0x120e9d,_0xc325a={'tvboi':function(_0x67544){return _0x67544();},'eULZf':function(_0x1c40d8,_0x28b00d){return _0x1c40d8>_0x28b00d;},'kSYpd':function(_0x38a0ef,_0x2dd1d9,_0x1b189a,_0xb863a7){return _0x38a0ef(_0x2dd1d9,_0x1b189a,_0xb863a7);},'mSVbJ':_0x419ec6(0x11d),'llthk':_0x419ec6(0x127),'fKtvc':function(_0x3b4d17,_0x46f773,_0x57cf05){return _0x3b4d17(_0x46f773,_0x57cf05);},'sBJRR':_0x419ec6(0x17b)};if(!_0xc325a[_0x419ec6(0x17d)](isBrowserstackInfra))return;let _0x371a69=![];try{await __drivers[0x0][_0x419ec6(0x13b)],_0x371a69=!![],_0xc325a['eULZf'](__error_messages__[_0x419ec6(0x14e)],0x0)?await _0xc325a[_0x419ec6(0x143)](markSessionStatus,__drivers[0x0],_0xc325a[_0x419ec6(0x10e)],__error_messages__['join'](_0xc325a['llthk'])):await _0xc325a[_0x419ec6(0x126)](markSessionStatus,__drivers[0x0],_0xc325a['sBJRR']);}catch(_0x256cb7){console[_0x419ec6(0x131)](_0x256cb7);}__error_messages__=[];if(_0x371a69)try{await __drivers[0x0][_0x419ec6(0x12f)]();}catch(_0x2a008a){console['log'](_0x2a008a);}}beforeAll(async()=>{const _0x3f092d=a17_0x120e9d,_0xb7e49b={'oiLeX':function(_0x2856bb,_0x47ddc4){return _0x2856bb!==_0x47ddc4;},'eQbXj':'undefined','fUfIO':function(_0x106a3a){return _0x106a3a();},'zzLAi':function(_0x557afe,_0x3316cf,_0x3fa8d8){return _0x557afe(_0x3316cf,_0x3fa8d8);}};PerformanceTester[_0x3f092d(0x114)]();const _0x76c6ca='browserstack internal helper hook';_0xb7e49b[_0x3f092d(0x11f)](typeof jasmine,_0xb7e49b['eQbXj'])&&jasmine[_0x3f092d(0x173)]()[_0x3f092d(0x105)]({'specStarted':_0x26b639=>{const _0x35fa92=_0x3f092d;jasmine[_0x35fa92(0x151)]=_0x26b639;}});let _0x1e859f=![];try{await __drivers[0x0]['session_'],_0x1e859f=!![];}catch(_0x3636af){}if(_0x1e859f)try{try{_0xb7e49b[_0x3f092d(0x175)](shouldProcessEventForTesthub)&&(global['__drivers'][0x0]&&await _0xb7e49b['zzLAi'](sendPlatformDetails,global[_0x3f092d(0x166)][0x0],TestDetails[_0x3f092d(0x17c)](process[_0x3f092d(0x10d)]+_0x3f092d(0x12c))));}catch{}}catch(_0x7053c1){}}),beforeEach(async()=>{const _0x36d4a0=a17_0x120e9d,_0x4e66d2={'guXBp':function(_0x39149d,_0x114d90){return _0x39149d>_0x114d90;},'AlftZ':function(_0x30869d){return _0x30869d();},'ugODt':function(_0xd17f39){return _0xd17f39();},'DnXgc':function(_0x9721ad,_0x3b6b87,_0x5b3854){return _0x9721ad(_0x3b6b87,_0x5b3854);},'XFDUt':_0x36d4a0(0x149),'DYRlK':_0x36d4a0(0x111),'DbhlW':function(_0x29a5f7,_0x2c9d15){return _0x29a5f7===_0x2c9d15;},'IINTC':_0x36d4a0(0x12d),'NEAsG':function(_0x37402f,_0x376858){return _0x37402f===_0x376858;},'MeHJO':_0x36d4a0(0x169),'CGlBp':_0x36d4a0(0x165),'TcRlB':function(_0xa66998,_0x3ee4e3){return _0xa66998>_0x3ee4e3;},'ETkcH':function(_0x405bf7){return _0x405bf7();}},_0x3a14f7='browserstack internal helper hook';try{_0x4e66d2[_0x36d4a0(0x170)](__drivers['length'],0x1)&&(await _0x4e66d2[_0x36d4a0(0x133)](driverCleanup),__drivers['shift']());const _0x3b4ff6=expect[_0x36d4a0(0x14b)]()[_0x36d4a0(0x12a)];try{Array[_0x36d4a0(0x157)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x36d4a0(0x15c)]=_0x3b4ff6),global['browserstackSessionName']=_0x3b4ff6;}catch(_0x5a0e20){logger[_0x36d4a0(0x12b)](_0x36d4a0(0x164)+_0x5a0e20);}__drivers[0x0]['browserstackSessionName']=_0x3b4ff6;_0x4e66d2[_0x36d4a0(0x170)](__drivers[0x0]['quitCount_'],0x0)&&await _0x4e66d2[_0x36d4a0(0x148)](driverCleanup);const _0x122034=_0x4e66d2[_0x36d4a0(0x171)](shouldScanTestForAccessibility,_0x3b4ff6,![]);__drivers[0x0]['bstackA11yShouldScan']=_0x122034,globals['setGlobal'](_0x4e66d2['XFDUt'],_0x122034);if(_0x4e66d2[_0x36d4a0(0x148)](isAccessibilityAutomationSession)&&globals[_0x36d4a0(0x10b)](_0x4e66d2[_0x36d4a0(0x145)]))try{const _0x156d33=await __drivers[0x0]['session_'];if(_0x156d33){let _0x318703=!![];const _0x42eaaf=await __drivers[0x0]['getCurrentUrl']();let _0x5d5822;try{_0x5d5822=new URL(_0x42eaaf);}catch(_0x167edf){_0x318703=![];}_0x318703=_0x4e66d2[_0x36d4a0(0x117)](_0x5d5822[_0x36d4a0(0x142)],_0x4e66d2[_0x36d4a0(0x183)])||_0x4e66d2[_0x36d4a0(0x110)](_0x5d5822[_0x36d4a0(0x142)],_0x4e66d2[_0x36d4a0(0x113)]),_0x318703&&(_0x122034&&logger[_0x36d4a0(0x139)](_0x4e66d2[_0x36d4a0(0x13e)]));}}catch(_0x18bbf2){logger[_0x36d4a0(0x160)](_0x36d4a0(0x178)+_0x18bbf2);}_0x4e66d2[_0x36d4a0(0x17e)](__drivers[0x0][_0x36d4a0(0x138)],0x0)&&await _0x4e66d2[_0x36d4a0(0x15d)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x1d7d6d=a17_0x120e9d,_0xc8cc81={'EELhT':function(_0x482ed6,_0x1aee52){return _0x482ed6>_0x1aee52;},'BgQkj':function(_0x1b3508){return _0x1b3508();},'kdslI':function(_0x3754f1,_0x5e5e5f){return _0x3754f1===_0x5e5e5f;},'dRHbV':_0x1d7d6d(0x10a),'AYkiq':'appium:app','ebuYM':function(_0x5f2218,_0x5f1261,_0x54fc7f,_0x54e74d){return _0x5f2218(_0x5f1261,_0x54fc7f,_0x54e74d);},'baYAh':function(_0x10affb,_0x5367ed,_0x1126a9){return _0x10affb(_0x5367ed,_0x1126a9);},'bgcRg':function(_0x4327ed){return _0x4327ed();},'dsuPc':_0x1d7d6d(0x111),'RmBNT':'bstackA11yShouldScan','QgCzu':_0x1d7d6d(0x122),'VVFFH':'Performing\x20scan\x20before\x20saving\x20results','SNnax':_0x1d7d6d(0x162),'lVhdj':function(_0x519edc){return _0x519edc();},'wclsi':_0x1d7d6d(0x12b),'BkSQx':function(_0x20275b){return _0x20275b();}},_0x3ffe73='browserstack internal helper hook';try{_0xc8cc81[_0x1d7d6d(0x135)](__drivers[_0x1d7d6d(0x14e)],0x1)&&(await _0xc8cc81[_0x1d7d6d(0x125)](driverCleanup),__drivers['shift']());try{if(global['percy']&&_0xc8cc81[_0x1d7d6d(0x106)](global[_0x1d7d6d(0x10c)],_0xc8cc81[_0x1d7d6d(0x14d)])&&__drivers[0x0]){const _0x407d47=_0xc8cc81[_0x1d7d6d(0x135)](global[_0x1d7d6d(0x16d)][_0x1d7d6d(0x14e)],0x0)?!!global[_0x1d7d6d(0x16d)][0x0][_0x1d7d6d(0x15a)]||!!global[_0x1d7d6d(0x16d)][0x0][_0xc8cc81[_0x1d7d6d(0x153)]]:![],_0x827a5b={};_0x827a5b['app']=_0x407d47,await _0xc8cc81['ebuYM'](percyAutoCapture,__drivers[0x0],_0xc8cc81[_0x1d7d6d(0x14d)],_0x827a5b);}}catch(_0x1a1606){}const _0xc9d5dd=_0xc8cc81['baYAh'](shouldScanTestForAccessibility,expect[_0x1d7d6d(0x14b)]()['currentTestName'],![]);try{if(_0xc8cc81['bgcRg'](isAccessibilityAutomationSession)&&globals[_0x1d7d6d(0x10b)](_0xc8cc81[_0x1d7d6d(0x16a)])&&globals['getGlobal'](_0xc8cc81[_0x1d7d6d(0x17a)])){logger['info'](_0xc8cc81['QgCzu']);const _0x155b1d={'thTestRunUuid':TestDetails[_0x1d7d6d(0x17c)](process['pid']+_0x1d7d6d(0x12c)),'thBuildUuid':process[_0x1d7d6d(0x144)][testHubConstants[_0x1d7d6d(0x152)][_0x1d7d6d(0x118)]],'thJwtToken':process[_0x1d7d6d(0x144)][testHubConstants[_0x1d7d6d(0x152)][_0x1d7d6d(0x124)]]};logger[_0x1d7d6d(0x12b)](_0x1d7d6d(0x146)+JSON[_0x1d7d6d(0x156)](_0x155b1d)),logger[_0x1d7d6d(0x12b)](_0xc8cc81[_0x1d7d6d(0x137)]),logger[_0x1d7d6d(0x12b)](util[_0x1d7d6d(0x16c)](await __drivers[0x0][_0x1d7d6d(0x16b)](scripts[_0x1d7d6d(0x134)],{'method':expect[_0x1d7d6d(0x14b)]()[_0x1d7d6d(0x12a)]}))),await __drivers[0x0][_0x1d7d6d(0x16b)](scripts[_0x1d7d6d(0x112)],_0x155b1d),logger[_0x1d7d6d(0x139)](_0xc8cc81[_0x1d7d6d(0x13a)]);}}catch(_0x5bd707){logger[_0x1d7d6d(0x160)](_0x1d7d6d(0x184)+expect['getState']()[_0x1d7d6d(0x12a)]+_0x1d7d6d(0x181),_0x5bd707);}await _0xc8cc81[_0x1d7d6d(0x168)](setContext);try{if(_0xc8cc81['lVhdj'](shouldProcessEventForTesthub)){global[_0x1d7d6d(0x166)][0x0]&&await _0xc8cc81[_0x1d7d6d(0x140)](sendPlatformDetails,global[_0x1d7d6d(0x166)][0x0],TestDetails[_0x1d7d6d(0x17c)](process[_0x1d7d6d(0x10d)]+_0x1d7d6d(0x12c)));if(_0xc8cc81[_0x1d7d6d(0x168)](isBrowserstackInfra)){const _0x31abfb=_0x1d7d6d(0x176)+Date['now']();await _0xc8cc81['baYAh'](executeAnnotate,JSON[_0x1d7d6d(0x156)](_0x31abfb),_0xc8cc81[_0x1d7d6d(0x15b)]);}}}catch(_0x4c7336){}_0xc8cc81[_0x1d7d6d(0x135)](__drivers[0x0][_0x1d7d6d(0x138)],0x0)&&await _0xc8cc81[_0x1d7d6d(0x129)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x3b54af=a17_0x120e9d,_0x44cdb8={'QbniD':function(_0x4cfc72,_0x22ab94){return _0x4cfc72<=_0x22ab94;},'DnLgc':function(_0x107183,_0x1a8ec4){return _0x107183(_0x1a8ec4);},'eOYvp':function(_0x2c9b17){return _0x2c9b17();},'cdxWz':function(_0x5b1cc4,_0x4fcfea,_0x2becd8){return _0x5b1cc4(_0x4fcfea,_0x2becd8);},'KWgyj':function(_0x5699f3){return _0x5699f3();}};jest['setTimeout'](0x186a0),PerformanceTester[_0x3b54af(0x119)]();const _0x109671='browserstack internal helper hook';await new Promise(_0x5ed653=>{const _0x36ba45=_0x3b54af,_0x38f99c=_0x44cdb8[_0x36ba45(0x180)](setInterval,async()=>{const _0x3d96de=_0x36ba45;_0x44cdb8['QbniD'](RequestQueueHandler[_0x3d96de(0x154)]()[_0x3d96de(0x11e)],0x0)&&(_0x44cdb8['DnLgc'](clearInterval,_0x38f99c),_0x44cdb8[_0x3d96de(0x107)](_0x5ed653));},0x3e8);});try{await _0x44cdb8[_0x3b54af(0x128)](driverCleanup);}catch(_0xed0c54){}process[_0x3b54af(0x120)]();},0x2710);
@@ -1 +1 @@
1
- const a18_0x67c8a1=a18_0x4657;function a18_0x4657(_0x2949,_0x378253){const _0x454cdb=a18_0x454c();return a18_0x4657=function(_0x46570d,_0x570da9){_0x46570d=_0x46570d-0x1ba;let _0x195e3e=_0x454cdb[_0x46570d];return _0x195e3e;},a18_0x4657(_0x2949,_0x378253);}(function(_0x30fd10,_0x39263e){const _0x23a006=a18_0x4657,_0x486c42=_0x30fd10();while(!![]){try{const _0x2e693b=-parseInt(_0x23a006(0x1bb))/0x1+parseInt(_0x23a006(0x1bd))/0x2*(-parseInt(_0x23a006(0x1c5))/0x3)+-parseInt(_0x23a006(0x1c3))/0x4*(parseInt(_0x23a006(0x1bc))/0x5)+-parseInt(_0x23a006(0x1c1))/0x6+-parseInt(_0x23a006(0x1be))/0x7+parseInt(_0x23a006(0x1c2))/0x8+parseInt(_0x23a006(0x1ba))/0x9;if(_0x2e693b===_0x39263e)break;else _0x486c42['push'](_0x486c42['shift']());}catch(_0x1f538e){_0x486c42['push'](_0x486c42['shift']());}}}(a18_0x454c,0x6aa92));function a18_0x454c(){const _0x5de3fb=['2128ahDEZt','1235486NrSEgQ','../../../helpers/test-observability/utils','setTimeout','3717678FhXxNs','1777088cFFggA','1223576kemuqF','fgqpw','1182BQwAZn','20719494YFlGCK','566199ehqaAs','5JQCOpK'];a18_0x454c=function(){return _0x5de3fb;};return a18_0x454c();}const requestSpy=require('../../../helpers/request-spy'),{addRequestSpy}=require(a18_0x67c8a1(0x1bf));beforeAll(()=>{const _0x354b15=a18_0x67c8a1,_0x414f5d={'fgqpw':function(_0x76b42c){return _0x76b42c();}},_0x1f3a7c='browserstack internal helper hook';_0x414f5d[_0x354b15(0x1c4)](addRequestSpy);}),afterAll(async()=>{const _0x13c751=a18_0x67c8a1,_0x36a0cd='browserstack internal helper hook';jest[_0x13c751(0x1c0)](0xea60),requestSpy['restore']();});
1
+ function a18_0x95bb(_0x3d6d59,_0x18b383){const _0x3c49f8=a18_0x3c49();return a18_0x95bb=function(_0x95bb51,_0x185abc){_0x95bb51=_0x95bb51-0x73;let _0x5753ce=_0x3c49f8[_0x95bb51];return _0x5753ce;},a18_0x95bb(_0x3d6d59,_0x18b383);}const a18_0x1d0071=a18_0x95bb;(function(_0x1a57e2,_0x4a6663){const _0x31601b=a18_0x95bb,_0x5e6cc3=_0x1a57e2();while(!![]){try{const _0x1cdb12=-parseInt(_0x31601b(0x7c))/0x1+parseInt(_0x31601b(0x78))/0x2+-parseInt(_0x31601b(0x7e))/0x3+parseInt(_0x31601b(0x7f))/0x4+-parseInt(_0x31601b(0x75))/0x5+parseInt(_0x31601b(0x79))/0x6*(-parseInt(_0x31601b(0x74))/0x7)+parseInt(_0x31601b(0x76))/0x8;if(_0x1cdb12===_0x4a6663)break;else _0x5e6cc3['push'](_0x5e6cc3['shift']());}catch(_0x4f815d){_0x5e6cc3['push'](_0x5e6cc3['shift']());}}}(a18_0x3c49,0xded9c));function a18_0x3c49(){const _0x45b265=['251864yXkKhI','aGCLB','7Yemyxm','5999415vwvWSl','34669352IvYhKH','../../../helpers/test-observability/utils','369048XajXpX','6070866qqzOYA','../../../helpers/request-spy','setTimeout','1009959ZINaLO','restore','1340130RKfEkH'];a18_0x3c49=function(){return _0x45b265;};return a18_0x3c49();}const requestSpy=require(a18_0x1d0071(0x7a)),{addRequestSpy}=require(a18_0x1d0071(0x77));beforeAll(()=>{const _0x96db1e=a18_0x1d0071,_0x56a2f6={'aGCLB':function(_0x37687f){return _0x37687f();}},_0x11d283='browserstack internal helper hook';_0x56a2f6[_0x96db1e(0x73)](addRequestSpy);}),afterAll(async()=>{const _0x2ef29b=a18_0x1d0071,_0x146cd9='browserstack internal helper hook';jest[_0x2ef29b(0x7b)](0xea60),requestSpy[_0x2ef29b(0x7d)]();});
@@ -1 +1 @@
1
- const a19_0x37840f=a19_0x5239;function a19_0x5239(_0x1d06f1,_0x151a7d){const _0x38f9bc=a19_0x38f9();return a19_0x5239=function(_0x523981,_0x47559c){_0x523981=_0x523981-0x1a3;let _0x1d1c60=_0x38f9bc[_0x523981];return _0x1d1c60;},a19_0x5239(_0x1d06f1,_0x151a7d);}function a19_0x38f9(){const _0x3ab635=['cliConfig','map','shouldReRunObservabilityTests','wVHOf','isTestObservabilitySession','rerunTests','3RfYder','3288884wNPRFx','null','axBcj','1086735XBfdTY','testRegex','5141268UwmYqv','env','2536128jImaWc','BROWSERSTACK_RERUN_TESTS','7359096AIwgZz','15098PBaWhK','QGVhR','33039738mBphxd','bRMRt','ltvLw','isUndefined','../../../helpers/test-observability/utils','211fMTcjT','has','push','split','length'];a19_0x38f9=function(){return _0x3ab635;};return a19_0x38f9();}(function(_0xba7e9c,_0x4c6459){const _0x46c5b0=a19_0x5239,_0x3c2abb=_0xba7e9c();while(!![]){try{const _0x1bdf8a=-parseInt(_0x46c5b0(0x1ac))/0x1*(parseInt(_0x46c5b0(0x1a5))/0x2)+parseInt(_0x46c5b0(0x1b7))/0x3*(parseInt(_0x46c5b0(0x1b8))/0x4)+parseInt(_0x46c5b0(0x1bb))/0x5+-parseInt(_0x46c5b0(0x1bd))/0x6+-parseInt(_0x46c5b0(0x1bf))/0x7+-parseInt(_0x46c5b0(0x1a4))/0x8+parseInt(_0x46c5b0(0x1a7))/0x9;if(_0x1bdf8a===_0x4c6459)break;else _0x3c2abb['push'](_0x3c2abb['shift']());}catch(_0x33ddea){_0x3c2abb['push'](_0x3c2abb['shift']());}}}(a19_0x38f9,0xeef36));const testOpsHelper=require(a19_0x37840f(0x1ab)),helper=require('../../../helpers/helper');exports['updateTestRerunConfig']=(_0x25f722,_0x1eb117)=>{const _0x593660=a19_0x37840f,_0x2d51b1={};_0x2d51b1[_0x593660(0x1b4)]=_0x593660(0x1b6),_0x2d51b1['ltvLw']=function(_0x3ac812,_0x541925){return _0x3ac812!==_0x541925;},_0x2d51b1[_0x593660(0x1ba)]=_0x593660(0x1b9),_0x2d51b1[_0x593660(0x1a6)]=function(_0x4f96ee,_0x4b5414){return _0x4f96ee!==_0x4b5414;},_0x2d51b1[_0x593660(0x1a8)]=function(_0x41425a,_0x1f1869){return _0x41425a>_0x1f1869;};const _0x1ae152=_0x2d51b1;if(testOpsHelper[_0x593660(0x1b5)]()&&testOpsHelper[_0x593660(0x1b3)]()){let _0xbaeacb=process[_0x593660(0x1be)][_0x593660(0x1a3)];!helper[_0x593660(0x1aa)](_0x1eb117[_0x593660(0x1b1)])&&_0x1eb117['cliConfig'][_0x593660(0x1ad)](_0x1ae152['wVHOf'])&&(_0xbaeacb=_0x1eb117[_0x593660(0x1b1)]['get'](_0x1ae152['wVHOf']));const _0x5f494f=[];_0x1ae152[_0x593660(0x1a9)](_0xbaeacb,_0x1ae152['axBcj'])&&_0x1ae152[_0x593660(0x1a6)](_0xbaeacb,null)&&_0xbaeacb[_0x593660(0x1af)](',')[_0x593660(0x1b2)](_0x29476f=>{const _0x4d787d=_0x593660;_0x5f494f[_0x4d787d(0x1ae)](''+_0x29476f['trim']());}),_0x1ae152[_0x593660(0x1a8)](_0x5f494f[_0x593660(0x1b0)],0x0)&&(_0x25f722[_0x593660(0x1bc)]=_0x5f494f,delete _0x25f722['testMatch']);}};
1
+ const a19_0x191010=a19_0xfe88;(function(_0xf3c367,_0x1c30e9){const _0x3b43d6=a19_0xfe88,_0x2b3b36=_0xf3c367();while(!![]){try{const _0x4b4d7d=parseInt(_0x3b43d6(0x8c))/0x1+-parseInt(_0x3b43d6(0x8e))/0x2*(-parseInt(_0x3b43d6(0x9e))/0x3)+parseInt(_0x3b43d6(0x8f))/0x4*(-parseInt(_0x3b43d6(0x8a))/0x5)+parseInt(_0x3b43d6(0x91))/0x6*(-parseInt(_0x3b43d6(0x99))/0x7)+-parseInt(_0x3b43d6(0x90))/0x8+parseInt(_0x3b43d6(0x96))/0x9*(-parseInt(_0x3b43d6(0x97))/0xa)+parseInt(_0x3b43d6(0x84))/0xb*(parseInt(_0x3b43d6(0x95))/0xc);if(_0x4b4d7d===_0x1c30e9)break;else _0x2b3b36['push'](_0x2b3b36['shift']());}catch(_0x3c0628){_0x2b3b36['push'](_0x2b3b36['shift']());}}}(a19_0x59a5,0x5ad59));function a19_0x59a5(){const _0x5cf941=['9XPPjND','4711220BEeKjb','GGTUB','1575532FeAWQK','map','cliConfig','rerunTests','uVvQb','29271qXDfax','get','vYxeJ','46343RkkNqs','isUndefined','testMatch','wBBkH','updateTestRerunConfig','length','612760bZAwfV','has','66401wDdfRR','isTestObservabilitySession','18GQBACt','8hyDwDd','539816WrPtba','18VLqbZH','push','../../../helpers/test-observability/utils','trim','4776NhPQkX'];a19_0x59a5=function(){return _0x5cf941;};return a19_0x59a5();}const testOpsHelper=require(a19_0x191010(0x93)),helper=require('../../../helpers/helper');function a19_0xfe88(_0x47e5b3,_0x2fc18b){const _0x59a5f0=a19_0x59a5();return a19_0xfe88=function(_0xfe88a,_0x4aee05){_0xfe88a=_0xfe88a-0x82;let _0x4a3607=_0x59a5f0[_0xfe88a];return _0x4a3607;},a19_0xfe88(_0x47e5b3,_0x2fc18b);}exports[a19_0x191010(0x88)]=(_0x161c6e,_0x5cc153)=>{const _0x2b0828=a19_0x191010,_0x10281e={};_0x10281e[_0x2b0828(0x87)]=_0x2b0828(0x9c),_0x10281e['GGTUB']=function(_0x5aba53,_0xbad972){return _0x5aba53!==_0xbad972;},_0x10281e[_0x2b0828(0x9d)]='null',_0x10281e[_0x2b0828(0x83)]=function(_0x5bbbae,_0x227cc9){return _0x5bbbae>_0x227cc9;};const _0x44d406=_0x10281e;if(testOpsHelper[_0x2b0828(0x8d)]()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x153543=process['env']['BROWSERSTACK_RERUN_TESTS'];!helper[_0x2b0828(0x85)](_0x5cc153[_0x2b0828(0x9b)])&&_0x5cc153[_0x2b0828(0x9b)][_0x2b0828(0x8b)](_0x44d406['wBBkH'])&&(_0x153543=_0x5cc153[_0x2b0828(0x9b)][_0x2b0828(0x82)](_0x44d406[_0x2b0828(0x87)]));const _0x5d17bb=[];_0x44d406['GGTUB'](_0x153543,_0x44d406[_0x2b0828(0x9d)])&&_0x44d406[_0x2b0828(0x98)](_0x153543,null)&&_0x153543['split'](',')[_0x2b0828(0x9a)](_0x59c6f7=>{const _0x801ef4=_0x2b0828;_0x5d17bb[_0x801ef4(0x92)](''+_0x59c6f7[_0x801ef4(0x94)]());}),_0x44d406[_0x2b0828(0x83)](_0x5d17bb[_0x2b0828(0x89)],0x0)&&(_0x161c6e['testRegex']=_0x5d17bb,delete _0x161c6e[_0x2b0828(0x86)]);}};
@@ -1 +1 @@
1
- const a20_0x3731f0=a20_0x1ec4;(function(_0x411de0,_0x21cdfd){const _0x12d2e4=a20_0x1ec4,_0xe76331=_0x411de0();while(!![]){try{const _0x5a0d92=parseInt(_0x12d2e4(0x218))/0x1*(-parseInt(_0x12d2e4(0x261))/0x2)+parseInt(_0x12d2e4(0x1be))/0x3*(parseInt(_0x12d2e4(0x1d1))/0x4)+-parseInt(_0x12d2e4(0x27e))/0x5+-parseInt(_0x12d2e4(0x20a))/0x6+parseInt(_0x12d2e4(0x26c))/0x7+parseInt(_0x12d2e4(0x26e))/0x8+-parseInt(_0x12d2e4(0x232))/0x9*(parseInt(_0x12d2e4(0x1ce))/0xa);if(_0x5a0d92===_0x21cdfd)break;else _0xe76331['push'](_0xe76331['shift']());}catch(_0x22ad04){_0xe76331['push'](_0xe76331['shift']());}}}(a20_0x5500,0x67884));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a20_0x3731f0(0x247)),SessionHandler=require(a20_0x3731f0(0x278)),{v4:uuidv4}=require(a20_0x3731f0(0x228)),{name,version}=require('../../../../package.json'),stackTrace=require('stack-trace'),path=require(a20_0x3731f0(0x245)),fs=require('fs'),TestDetails=require(a20_0x3731f0(0x221)),{FRAMEWORKS}=require(a20_0x3731f0(0x1e5)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require(a20_0x3731f0(0x27f)),a20_0x987315={};a20_0x987315[a20_0x3731f0(0x1e4)]='passed',a20_0x987315[a20_0x3731f0(0x269)]=a20_0x3731f0(0x1fd),a20_0x987315['STATE_PENDING']=a20_0x3731f0(0x215);function a20_0x1ec4(_0x536a5f,_0x5c72f3){const _0x550005=a20_0x5500();return a20_0x1ec4=function(_0x1ec4e0,_0x1d5a4f){_0x1ec4e0=_0x1ec4e0-0x1bb;let _0x16f883=_0x550005[_0x1ec4e0];return _0x16f883;},a20_0x1ec4(_0x536a5f,_0x5c72f3);}const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a20_0x987315,a20_0x566470={};a20_0x566470[a20_0x3731f0(0x1c5)]=a20_0x3731f0(0x208),a20_0x566470[a20_0x3731f0(0x1df)]=a20_0x3731f0(0x24c),a20_0x566470['beforeEach']=a20_0x3731f0(0x1d0),a20_0x566470[a20_0x3731f0(0x22c)]=a20_0x3731f0(0x26b);function a20_0x5500(){const _0x5a692e=['getTestUUID','IekgU','\x22\x20hook\x20for\x20\x22','gXFAQ','vrRzf','match','failed','YHwHa','1|0|2|4|3','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','jQPxZ','dirname','Bpbcc','getName','failure_reason','hook_run_uuid','BEFORE_ALL','hook_data','434658pWGnsa','util','isJestInternalHook','LogCreated','gefxR','duration','WHFsU','VRJJu','errorsDetailed','state','inspect','pending','registerListeners','appendTestPlatform','479825latGAl','toISOString','SOles','_testResults','mapTestHooks','setTestUUID','yWyUD','configureGit','TestRunStarted','./test-details','getHooksForTest','DNkgj','reverse','Bnuxf','title','pid','uuid','PVKkS','generic','hookAnalyticsId','afterEach','1|0|6|5|4|3|2','retryOf','testAnalyticsId','HAide','passed','7854021snOdno','khzDR','getTime','ROOT_DESCRIBE_BLOCK','EnmyT','wMskr','YWUAJ','failure_reason_expanded','hAJhQ','testStarted','parent','_gitConfigured','hook_type','call','HROXk','XvAaC','hook_run','KYfUd','asyncError','path','beforeEach','../../../helpers/test-observability/utils','TestRunFinished','liYwA','DxERK','dgNYs','AFTER_ALL','statSync','getRootParentFile','TwCJk','hkcdy','bs:addPlatformDetails:','zXDWM','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','now','jest-circus','KcqeC','includes','type','join','jvOum','FzcrG','event_type','fPter','NJIOf','getTestEnv','sendTestRunEvent','2CksWNS','javascript','sYwmP','_gitConfigPath','rUKMD','_testEnv','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','resetTestHooks','STATE_FAILED','forEach','AFTER_EACH','5918633GMPlpZ','finished_at','4984776VnnMVB','qBkZE','split','length','hooks',':testAnalyticsId','logs','cGZTi','cwd','prkJB','../../../helpers/test-observability/sessionHandler','VvvXD','uploadEventData','TestRunSkipped','zIfyn','IJxdF','2007000wShoxW','../../../helpers/helper','XEuBU','getFileName',':hookAnalyticsId','75657uurDbC','bWhCm','_paths','http_response','QIMYM','sep','markedStatus','beforeAll','toString','rkjCc','nPiqZ','getHierarchy','MjMep','ooXHa','GPUPt','CTaoX','10ALpDAi','hook_failure','BEFORE_EACH','124rQFwih','JEST','bind','current_hook','_currentRetry','aAyPv','OqNKT','.git','failure','findGitConfig','removeAllListeners','test','expanded','name','afterAll','js-','skipped','AGrtJ','result','STATE_PASSED','../../utils/constants','parse','err','config','CBTSessionCreated','analyticsResult','HNKLI','failed\x20to\x20get\x20root\x20parent\x20file\x20','DMhuJ','started_at','yKYsZ','OItYp','test_run','current_test','ovwct','push','test_run_uuid','eojPr'];a20_0x5500=function(){return _0x5a692e;};return a20_0x5500();}const HOOK_TYPES_MAP=a20_0x566470;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x127170=a20_0x3731f0,_0x30099c={'nPiqZ':_0x127170(0x22d),'jdugA':function(_0x168af6){return _0x168af6();}},_0x4d4fe1=_0x30099c[_0x127170(0x1c8)][_0x127170(0x270)]('|');let _0x2f1c9d=0x0;while(!![]){switch(_0x4d4fe1[_0x2f1c9d++]){case'0':this[_0x127170(0x21b)]=[];continue;case'1':this['testObservability']=_0x30099c['jdugA'](isTestObservabilitySession);continue;case'2':this['_gitConfigPath']=null;continue;case'3':this[_0x127170(0x23d)]=![];continue;case'4':this[_0x127170(0x209)]=[];continue;case'5':this[_0x127170(0x1c0)]=new PathHelper({'cwd':process[_0x127170(0x276)]()},this[_0x127170(0x266)]['location_prefix']);continue;case'6':this[_0x127170(0x266)]=this[_0x127170(0x25f)]();continue;}break;}}['getTestEnv']=()=>{const _0x43b2cd=a20_0x3731f0,_0x262d86={'TwCJk':_0x43b2cd(0x22a),'khzDR':function(_0x1d69b8){return _0x1d69b8();}};return{'ci':_0x262d86[_0x43b2cd(0x24f)],'key':_0x262d86[_0x43b2cd(0x233)](uuidv4),'version':version,'collector':_0x43b2cd(0x1e0)+name};};[a20_0x3731f0(0x216)](){const _0x1d844a=a20_0x3731f0;process[_0x1d844a(0x1db)]('bs:addLog:'+process[_0x1d844a(0x227)]),process['on']('bs:addLog:'+process['pid'],this['appendTestItemLog']['bind'](this)),process[_0x1d844a(0x1db)](_0x1d844a(0x251)+process[_0x1d844a(0x227)]),process['on'](_0x1d844a(0x251)+process[_0x1d844a(0x227)],this['appendTestPlatform'][_0x1d844a(0x1d3)](this));}['testStarted']=async _0x1b6d75=>{const _0x4a6f72=a20_0x3731f0,_0x20f2d5={'Bnuxf':function(_0x212039,_0x411c17){return _0x212039>_0x411c17;},'UUQmA':function(_0x20e856,_0x392eec){return _0x20e856===_0x392eec;},'uXFvQ':_0x4a6f72(0x220),'hkcdy':function(_0x2b4470,_0x31cf13){return _0x2b4470(_0x31cf13);}};try{const _0x2d75b6=this[_0x4a6f72(0x1f2)];this[_0x4a6f72(0x1f2)]=_0x1b6d75,_0x1b6d75['retryOf']=null,_0x1b6d75[_0x4a6f72(0x22f)]=TestDetails['setTestUUID'](process[_0x4a6f72(0x227)]+':testAnalyticsId'),_0x1b6d75[_0x4a6f72(0x1ee)]=new Date()[_0x4a6f72(0x219)](),_0x20f2d5[_0x4a6f72(0x225)](_0x1b6d75[_0x4a6f72(0x1d5)],0x0)&&_0x2d75b6&&_0x20f2d5['UUQmA'](_0x2d75b6[_0x4a6f72(0x226)],_0x1b6d75[_0x4a6f72(0x226)])?(_0x1b6d75['retryOf']=_0x2d75b6[_0x4a6f72(0x22f)],await this[_0x4a6f72(0x260)](_0x1b6d75,undefined,![],_0x20f2d5['uXFvQ']),_0x2d75b6[_0x4a6f72(0x213)]=STATE_FAILED,await this[_0x4a6f72(0x260)](_0x2d75b6,undefined,!![])):await this['sendTestRunEvent'](_0x1b6d75,undefined,![],_0x20f2d5['uXFvQ']);}catch(_0x53c614){_0x20f2d5[_0x4a6f72(0x250)](debug,_0x4a6f72(0x200)+_0x53c614);}};[a20_0x3731f0(0x205)](_0x1b491d){const _0x194ba1=a20_0x3731f0,_0x2235b8={};_0x2235b8[_0x194ba1(0x279)]=function(_0x40851c,_0x3bb868){return _0x40851c!==_0x3bb868;},_0x2235b8[_0x194ba1(0x1fa)]=_0x194ba1(0x1dc);const _0x1c9ce4=_0x2235b8;if(_0x1c9ce4['VvvXD'](_0x1b491d[_0x194ba1(0x258)],_0x1c9ce4['gXFAQ']))return'\x22'+_0x1b491d['type']+_0x194ba1(0x1f9)+(_0x1b491d['parent']&&_0x1b491d['parent'][_0x194ba1(0x1de)])+'\x22';return _0x1b491d[_0x194ba1(0x1de)];}[a20_0x3731f0(0x260)]=async(_0x33887b,_0x527030=undefined,_0xa812cd=![],_0x3d4268=a20_0x3731f0(0x248))=>{const _0xc683fb=a20_0x3731f0,_0x5ebc4c={'NJIOf':_0xc683fb(0x1ff),'jQPxZ':_0xc683fb(0x242),'rUKMD':'failure_type','GPUPt':_0xc683fb(0x1f1),'CTaoX':_0xc683fb(0x1d9),'yWyUD':'result','QIMYM':_0xc683fb(0x206),'eojPr':function(_0x1c73b8,_0x5edcb4){return _0x1c73b8(_0x5edcb4);},'EnmyT':'jest-circus','OqNKT':_0xc683fb(0x20b),'AGrtJ':function(_0xd3dc03,_0xb838ba){return _0xd3dc03!==_0xb838ba;},'FzcrG':_0xc683fb(0x1dc),'PSRUj':_0xc683fb(0x1e7),'hiDTr':function(_0x3ffad0,_0x4abfb5){return _0x3ffad0!==_0x4abfb5;},'dgNYs':'File\x20path\x20could\x20not\x20be\x20found','KcqeC':_0xc683fb(0x262),'YWUAJ':function(_0x1ce078,_0x43c6ca){return _0x1ce078===_0x43c6ca;},'OItYp':_0xc683fb(0x27b),'aAyPv':_0xc683fb(0x1e1),'sYwmP':function(_0x3dc3f4,_0x5c6019){return _0x3dc3f4>_0x5c6019;},'XEuBU':_0xc683fb(0x1fd),'rkjCc':_0xc683fb(0x231),'vrRzf':function(_0x49599c,_0x1d6722){return _0x49599c-_0x1d6722;},'KYfUd':_0xc683fb(0x1ee),'IekgU':_0xc683fb(0x26d),'prkJB':function(_0x489d7a,_0x32c0a8){return _0x489d7a===_0x32c0a8;},'Bpbcc':'HookRunFinished','fPter':function(_0x23a0a6,_0x43d7af){return _0x23a0a6!==_0x43d7af;},'SOles':'failure_backtrace','QTFYH':'backtrace','ovwct':_0xc683fb(0x239),'HNKLI':_0xc683fb(0x1dd),'ooXHa':'TestRunFinished','MjMep':function(_0x4904f2,_0x1ac1bd){return _0x4904f2===_0x1ac1bd;},'XvAaC':_0xc683fb(0x23e),'ahFCm':function(_0x5edd10,_0x20dd3e){return _0x5edd10>_0x20dd3e;},'zXDWM':function(_0x57cd3b,_0x426a67){return _0x57cd3b===_0x426a67;},'DMhuJ':_0xc683fb(0x1c5)};try{if(_0x33887b['fn']&&_0x33887b['fn'][_0xc683fb(0x1c6)]()[_0xc683fb(0x1fc)](/browserstack internal helper hook/))return;await this['configureGit']();let _0x4ba271;try{_0x4ba271=this[_0xc683fb(0x24e)](_0x33887b);}catch(_0x4aec3c){_0x5ebc4c['eojPr'](debug,_0xc683fb(0x1ec)+_0x4aec3c),_0x4ba271=null;}if(_0x4ba271[_0xc683fb(0x257)](_0x5ebc4c[_0xc683fb(0x236)]))return;const _0x34177f=_0x5ebc4c[_0xc683fb(0x1f6)](require,_0x5ebc4c[_0xc683fb(0x1d7)]);let _0x123306=[];if(_0x5ebc4c[_0xc683fb(0x1e2)](_0x33887b[_0xc683fb(0x212)],undefined))_0x123306=[_0x33887b['errorsDetailed'],_0x5ebc4c[_0xc683fb(0x25b)]];else _0x5ebc4c['AGrtJ'](_0x527030,undefined)?_0x123306=[_0x527030,_0x5ebc4c['PSRUj']]:_0x123306=[];const _0x3d8de0=_0x5ebc4c['hiDTr'](_0x33887b[_0xc683fb(0x212)],undefined)?_0x34177f[_0xc683fb(0x214)](_0x33887b[_0xc683fb(0x212)][0x0]):_0x5ebc4c[_0xc683fb(0x1e2)](_0x527030,undefined)?_0x527030['toString']():undefined,_0x5d7b0a=_0x4ba271?this[_0xc683fb(0x1c0)]['prefixTestPath'](this[_0xc683fb(0x24e)](_0x33887b)):_0x5ebc4c[_0xc683fb(0x24b)],_0x410593={'framework':FRAMEWORKS[_0xc683fb(0x1d2)],'uuid':_0x33887b[_0xc683fb(0x22f)]||_0x33887b[_0xc683fb(0x22b)],'name':this[_0xc683fb(0x205)](_0x33887b),'body':{'lang':_0x5ebc4c[_0xc683fb(0x256)],'code':_0x33887b['fn'][_0xc683fb(0x1c6)]()},'scopes':this[_0xc683fb(0x1c9)](_0x33887b),'file_name':_0x5d7b0a,'vc_filepath':this[_0xc683fb(0x264)]&&_0x4ba271?path['relative'](this[_0xc683fb(0x264)],_0x4ba271):null,'location':_0x5d7b0a,'result':_0x5ebc4c['YWUAJ'](_0x3d4268,_0x5ebc4c[_0xc683fb(0x1f0)])?_0x5ebc4c[_0xc683fb(0x1d6)]:this[_0xc683fb(0x1ea)](_0x33887b[_0xc683fb(0x212)]&&_0x5ebc4c[_0xc683fb(0x263)](_0x33887b['errorsDetailed'][_0xc683fb(0x271)],0x0)?_0x5ebc4c[_0xc683fb(0x1bb)]:_0x5ebc4c[_0xc683fb(0x1c7)]),'failure_reason':_0x3d8de0,'duration_in_ms':_0x33887b[_0xc683fb(0x20f)]||(_0x3d4268['match'](/Finished/)||_0x3d4268['match'](/Skipped/)?_0x5ebc4c[_0xc683fb(0x1fb)](Date[_0xc683fb(0x254)](),new Date(_0x33887b[_0xc683fb(0x1ee)])[_0xc683fb(0x234)]()):null),'started_at':_0x33887b['started_at'],'finished_at':_0x3d4268[_0xc683fb(0x1fc)](/Finished/)||_0x3d4268[_0xc683fb(0x1fc)](/Skipped/)?new Date()[_0xc683fb(0x219)]():null,'failure':failureData['apply'](null,_0x123306),'failure_type':!_0x3d8de0?null:_0x5ebc4c[_0xc683fb(0x1f6)](getFailureType,_0x3d8de0),'retry_of':_0x33887b[_0xc683fb(0x22e)]};_0x5ebc4c[_0xc683fb(0x238)](_0x3d4268,_0x5ebc4c['OItYp'])&&!_0x410593[_0x5ebc4c[_0xc683fb(0x243)]]&&(_0x410593[_0x5ebc4c['KYfUd']]=_0x410593[_0x5ebc4c[_0xc683fb(0x1f8)]]);if(_0x3d4268[_0xc683fb(0x1fc)](/HookRun/))[_0x410593[_0xc683fb(0x23e)],_0x410593[_0xc683fb(0x1de)]]=[_0x33887b[_0xc683fb(0x258)],this[_0xc683fb(0x205)](_0x33887b)],_0x5ebc4c[_0xc683fb(0x277)](_0x3d4268,_0x5ebc4c[_0xc683fb(0x204)])&&(_0x5ebc4c[_0xc683fb(0x25d)](_0x410593[_0xc683fb(0x1e3)],_0x5ebc4c[_0xc683fb(0x1bb)])&&(_0x410593[_0xc683fb(0x1e3)]=_0x5ebc4c[_0xc683fb(0x1c7)]));else _0x3d4268[_0xc683fb(0x1fc)](/TestRun/)&&this['mapTestHooks'](_0x33887b);const _0x21f46a=_0x410593[_0x5ebc4c[_0xc683fb(0x1cd)]][0x0];_0x21f46a&&(_0x410593[_0x5ebc4c[_0xc683fb(0x21a)]]=_0x21f46a[_0x5ebc4c['QTFYH']],_0x410593[_0x5ebc4c[_0xc683fb(0x1f3)]]=_0x21f46a[_0x5ebc4c[_0xc683fb(0x1eb)]]);[_0x5ebc4c[_0xc683fb(0x1cb)],_0x5ebc4c[_0xc683fb(0x1f0)]]['includes'](_0x3d4268)&&(this[_0xc683fb(0x21b)][_0xc683fb(0x1f4)](_0x410593),_0x410593[_0xc683fb(0x272)]=this[_0xc683fb(0x222)](_0x33887b),this[_0xc683fb(0x268)](_0x33887b));const _0x7bd51e={'event_type':_0x5ebc4c[_0xc683fb(0x1ca)](_0x3d4268,_0x5ebc4c[_0xc683fb(0x1f0)])?_0x5ebc4c[_0xc683fb(0x1cb)]:_0x3d4268};_0x3d4268[_0xc683fb(0x1fc)](/HookRun/)?(_0x410593[_0x5ebc4c[_0xc683fb(0x241)]]=HOOK_TYPES_MAP[_0x410593[_0x5ebc4c['XvAaC']]],_0x7bd51e[_0x5ebc4c[_0xc683fb(0x202)]]=_0x410593):_0x7bd51e[_0x5ebc4c[_0xc683fb(0x1cc)]]=_0x410593;_0x5ebc4c['ahFCm'](this[_0xc683fb(0x209)]['length'],0x0)&&[_0x5ebc4c[_0xc683fb(0x1cb)],_0x5ebc4c['OItYp']][_0xc683fb(0x257)](_0x3d4268)&&(this['hook_data']['forEach'](async _0x2ba58e=>{const _0x255776=_0xc683fb,_0x80167d=_0x5ebc4c[_0x255776(0x25e)]['split']('|');let _0x477db7=0x0;while(!![]){switch(_0x80167d[_0x477db7++]){case'0':_0x2ba58e[_0x5ebc4c[_0x255776(0x202)]][_0x5ebc4c[_0x255776(0x265)]]=_0x7bd51e[_0x5ebc4c[_0x255776(0x1cc)]][_0x5ebc4c[_0x255776(0x265)]];continue;case'1':_0x2ba58e[_0x5ebc4c['jQPxZ']][_0x5ebc4c[_0x255776(0x1cd)]]=_0x7bd51e[_0x5ebc4c['GPUPt']][_0x5ebc4c[_0x255776(0x1cd)]];continue;case'2':_0x2ba58e[_0x5ebc4c[_0x255776(0x202)]][_0x5ebc4c[_0x255776(0x21e)]]=_0x7bd51e[_0x5ebc4c[_0x255776(0x1cc)]][_0x5ebc4c[_0x255776(0x21e)]];continue;case'3':await SessionHandler[_0x255776(0x27a)](_0x2ba58e);continue;case'4':_0x2ba58e[_0x5ebc4c[_0x255776(0x202)]][_0x5ebc4c[_0x255776(0x1c2)]]=_0x7bd51e[_0x5ebc4c['GPUPt']][_0x5ebc4c[_0x255776(0x1c2)]];continue;}break;}}),this['hook_data']=[]);if(_0x5ebc4c[_0xc683fb(0x1ca)](this[_0xc683fb(0x1cf)],_0x33887b[_0xc683fb(0x258)])){this[_0xc683fb(0x209)][_0xc683fb(0x1f4)](_0x7bd51e);return;}_0x5ebc4c[_0xc683fb(0x252)](this[_0xc683fb(0x1cf)],_0x5ebc4c[_0xc683fb(0x1ed)])&&_0x7bd51e[_0x5ebc4c[_0xc683fb(0x1cc)]]&&(_0x7bd51e[_0x5ebc4c[_0xc683fb(0x1cc)]][_0x5ebc4c[_0xc683fb(0x21e)]]=_0x5ebc4c[_0xc683fb(0x1d6)],_0x7bd51e[_0x5ebc4c[_0xc683fb(0x1cc)]][_0x5ebc4c[_0xc683fb(0x1cd)]]=null,_0x7bd51e[_0x5ebc4c['GPUPt']][_0x5ebc4c['rUKMD']]=null),await SessionHandler[_0xc683fb(0x27a)](_0x7bd51e);}catch(_0x2f1219){_0x5ebc4c[_0xc683fb(0x1f6)](debug,_0xc683fb(0x267)+_0x3d4268+'\x20with\x20error\x20:\x20'+_0x2f1219);}};[a20_0x3731f0(0x1da)](_0x4f1c52){const _0x528c4a=a20_0x3731f0,_0x1121dc={};_0x1121dc[_0x528c4a(0x26f)]=function(_0x57a79c,_0x4fbcc6){return _0x57a79c==_0x4fbcc6;},_0x1121dc['PVKkS']=function(_0x28cd19,_0xdd62a9){return _0x28cd19===_0xdd62a9;},_0x1121dc[_0x528c4a(0x230)]=_0x528c4a(0x1d8),_0x1121dc[_0x528c4a(0x1fe)]=_0x528c4a(0x1e8);const _0x3139ca=_0x1121dc,_0x2f0663=path[_0x528c4a(0x1c3)];if(_0x3139ca[_0x528c4a(0x26f)](_0x4f1c52,null)||_0x3139ca[_0x528c4a(0x229)](_0x4f1c52,'')||_0x3139ca[_0x528c4a(0x229)](_0x4f1c52,_0x2f0663))return null;try{return fs[_0x528c4a(0x24d)](path[_0x528c4a(0x259)](_0x4f1c52,_0x3139ca[_0x528c4a(0x230)],_0x3139ca[_0x528c4a(0x1fe)])),_0x4f1c52;}catch(_0x4e832e){const _0x14ad47=path[_0x528c4a(0x203)](_0x4f1c52);return this[_0x528c4a(0x1da)](_0x14ad47);}}['appendTestItemLog']=async _0x384cab=>{const _0xb294f6=a20_0x3731f0,_0x2eed6f={'jvOum':_0xb294f6(0x20d),'oPgtW':function(_0x5b3d45,_0x44da88){return _0x5b3d45(_0x44da88);}},_0x5f55b7=TestDetails[_0xb294f6(0x1f7)](process[_0xb294f6(0x227)]+_0xb294f6(0x1bd)),_0x1c77d7=TestDetails[_0xb294f6(0x1f7)](process['pid']+_0xb294f6(0x273));try{(_0x5f55b7||this[_0xb294f6(0x1d4)]&&!this[_0xb294f6(0x1d4)][_0xb294f6(0x1c4)])&&(_0x384cab[_0xb294f6(0x207)]=_0x5f55b7);!_0x384cab['hook_run_uuid']&&_0x1c77d7&&(_0x384cab[_0xb294f6(0x1f5)]=_0x1c77d7);if(_0x384cab['hook_run_uuid']||_0x384cab[_0xb294f6(0x1f5)]){const _0xc0780={};_0xc0780['event_type']=_0x2eed6f[_0xb294f6(0x25a)],_0xc0780[_0xb294f6(0x274)]=[_0x384cab],await SessionHandler[_0xb294f6(0x27a)](_0xc0780);}}catch(_0x5a780e){_0x2eed6f['oPgtW'](debug,_0xb294f6(0x253)+_0x5a780e);}};[a20_0x3731f0(0x217)]=async _0x27ef88=>{const _0x548094=a20_0x3731f0,_0x334593={'lVIMk':_0x548094(0x1c1),'DNkgj':_0x548094(0x1e9),'liYwA':function(_0x27cf63,_0x482310){return _0x27cf63(_0x482310);}};try{const _0x74cc49={'uuid':_0x27ef88['uuid']||TestDetails[_0x548094(0x1f7)](process[_0x548094(0x227)]+_0x548094(0x273)),'integrations':_0x27ef88[_0x334593['lVIMk']]},_0x14e565={};_0x14e565[_0x548094(0x25c)]=_0x334593[_0x548094(0x223)],_0x14e565[_0x548094(0x1f1)]=_0x74cc49,await SessionHandler[_0x548094(0x27a)](_0x14e565);}catch(_0x4c6305){_0x334593[_0x548094(0x249)](debug,_0x548094(0x201)+_0x4c6305);}};async['configureGit'](){const _0x28f268=a20_0x3731f0,_0x244f32={'hAJhQ':function(_0x5bfc4c){return _0x5bfc4c();}};if(this[_0x28f268(0x23d)])return this['_gitConfigPath'];const _0x2773d6=await _0x244f32[_0x28f268(0x23a)](getGitMetaData);_0x2773d6&&(this[_0x28f268(0x264)]=_0x2773d6['root']),this['_gitConfigured']=!![];}[a20_0x3731f0(0x1ea)](_0x136bcc){const _0x1f1c18=a20_0x3731f0,_0x4f3b7b={};_0x4f3b7b[_0x1f1c18(0x27c)]='passed',_0x4f3b7b[_0x1f1c18(0x20e)]='pending',_0x4f3b7b[_0x1f1c18(0x24a)]=_0x1f1c18(0x1fd);const _0x293d06=_0x4f3b7b,_0x5b0c87={};return _0x5b0c87[STATE_PASSED]=_0x293d06[_0x1f1c18(0x27c)],_0x5b0c87[STATE_PENDING]=_0x293d06[_0x1f1c18(0x20e)],_0x5b0c87[STATE_FAILED]=_0x293d06[_0x1f1c18(0x24a)],_0x5b0c87[_0x136bcc];}['getHierarchy'](_0x51fe3a){const _0x5c1ba5=a20_0x3731f0,_0x4c5dd0={};_0x4c5dd0['WHFsU']=function(_0x43a24e,_0x5898b0){return _0x43a24e!==_0x5898b0;},_0x4c5dd0[_0x5c1ba5(0x211)]=function(_0x2ddbe9,_0x250991){return _0x2ddbe9!==_0x250991;},_0x4c5dd0['IJxdF']=_0x5c1ba5(0x235);const _0x26799c=_0x4c5dd0,_0x51f5c1=[];if(_0x51fe3a&&_0x51fe3a[_0x5c1ba5(0x23c)]){let _0x2cae36=_0x51fe3a[_0x5c1ba5(0x23c)];while(_0x2cae36&&_0x26799c[_0x5c1ba5(0x210)](_0x2cae36[_0x5c1ba5(0x1de)],'')&&_0x26799c[_0x5c1ba5(0x211)](_0x2cae36[_0x5c1ba5(0x1de)],_0x26799c[_0x5c1ba5(0x27d)])){_0x51f5c1['push'](_0x2cae36['name']),_0x2cae36=_0x2cae36[_0x5c1ba5(0x23c)];}}return _0x51f5c1[_0x5c1ba5(0x224)](),_0x51f5c1;}[a20_0x3731f0(0x24e)]=_0x27da7e=>{const _0x5108d8=a20_0x3731f0;if(_0x27da7e['asyncError']){const _0x3ac510=stackTrace[_0x5108d8(0x1e6)][_0x5108d8(0x23f)](stackTrace,_0x27da7e[_0x5108d8(0x244)]);return _0x3ac510[0x0][_0x5108d8(0x1bc)]();}if(_0x27da7e['file'])return _0x27da7e['file'];return null;};[a20_0x3731f0(0x21c)]=_0x3991d9=>{const _0x32f625=a20_0x3731f0;if(!_0x3991d9||!_0x3991d9[_0x32f625(0x23c)])return;_0x3991d9[_0x32f625(0x23c)][_0x32f625(0x272)][_0x32f625(0x26a)](_0x41545b=>{const _0x4275ba=_0x32f625;!_0x41545b[_0x4275ba(0x22b)]&&(_0x41545b[_0x4275ba(0x22b)]=TestDetails[_0x4275ba(0x21d)](process[_0x4275ba(0x227)]+':hookAnalyticsId'));}),this[_0x32f625(0x21c)](_0x3991d9[_0x32f625(0x23c)]);};[a20_0x3731f0(0x268)]=_0x45cd45=>{const _0xaba615=a20_0x3731f0,_0x17fb3d={};_0x17fb3d[_0xaba615(0x240)]=_0xaba615(0x246),_0x17fb3d['yKYsZ']=_0xaba615(0x22c);const _0x233dc3=_0x17fb3d;if(!_0x45cd45||!_0x45cd45[_0xaba615(0x23c)])return;_0x45cd45[_0xaba615(0x23c)][_0xaba615(0x272)][_0xaba615(0x26a)](_0x588402=>{const _0x5cc17c=_0xaba615;[_0x233dc3['HROXk'],_0x233dc3[_0x5cc17c(0x1ef)]][_0x5cc17c(0x257)](_0x588402[_0x5cc17c(0x258)])&&_0x588402[_0x5cc17c(0x22b)]&&(_0x588402[_0x5cc17c(0x22b)]=null);}),this[_0xaba615(0x21c)](_0x45cd45[_0xaba615(0x23c)]);};[a20_0x3731f0(0x20c)](_0x369c96){const _0x539415=a20_0x3731f0,_0x1ba4fa={'cGZTi':_0x539415(0x255),'wMskr':function(_0x349f11,_0x5afa78){return _0x349f11(_0x5afa78);},'YDneO':function(_0x34f0c2,_0x355a54){return _0x34f0c2+_0x355a54;},'GmnoK':'Exception\x20in\x20getting\x20file\x20for\x20hook\x20'};try{const _0x5816e3=this[_0x539415(0x24e)](_0x369c96);return _0x5816e3[_0x539415(0x257)](_0x1ba4fa[_0x539415(0x275)]);}catch(_0x42cb58){_0x1ba4fa[_0x539415(0x237)](debug,_0x1ba4fa['YDneO'](_0x1ba4fa['GmnoK'],_0x42cb58));}return![];}[a20_0x3731f0(0x222)]=_0x340f0f=>{const _0x1ab81a=a20_0x3731f0,_0x5dfdcd={'bWhCm':function(_0x1d0633,_0x3bda8f){return _0x1d0633(_0x3bda8f);}};if(!_0x340f0f||!_0x340f0f['parent'])return[];const _0xc45080=[];return _0x340f0f[_0x1ab81a(0x23c)][_0x1ab81a(0x272)][_0x1ab81a(0x26a)](_0x2f0ea0=>{const _0x3efc27=_0x1ab81a;_0x2f0ea0[_0x3efc27(0x22b)]&&!_0x5dfdcd[_0x3efc27(0x1bf)](isInternalHook,_0x2f0ea0['fn'])&&!this[_0x3efc27(0x20c)](_0x2f0ea0)&&_0xc45080[_0x3efc27(0x1f4)](_0x2f0ea0[_0x3efc27(0x22b)]);}),[..._0xc45080,...this[_0x1ab81a(0x222)](_0x340f0f[_0x1ab81a(0x23c)])];};},[a20_0x3731f0(0x25f),a20_0x3731f0(0x216),a20_0x3731f0(0x23b),'getName',a20_0x3731f0(0x260),a20_0x3731f0(0x1da),'appendTestItemLog','appendTestPlatform',a20_0x3731f0(0x1ea),'getHierarchy',a20_0x3731f0(0x24e),a20_0x3731f0(0x21c),'resetTestHooks',a20_0x3731f0(0x222),a20_0x3731f0(0x21f)]);
1
+ const a20_0x3f9853=a20_0x10e5;function a20_0x45cd(){const _0x59668c=['TestRunFinished','markedStatus','exports','eIdIp','zLGWN','hook_run_uuid','pfHNy','getHooksForTest','FGits','beforeAll','failed','6370NuulfK','1512qhJggF','getTestUUID','gDQOz','getFileName','../../../helpers/helper','appendTestPlatform','uploadEventData','stack-trace','cwlAV','parent','AFTER_EACH','RnWba','isJestInternalHook','McfXu','toString','appendTestItemLog','SFJtT','lfUxn','failure_type','expanded','.git','err','_paths','WXNBx','HookRunFinished','UoSdb','relative','\x22\x20hook\x20for\x20\x22','prefixTestPath','testStarted','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','WgftF','cwd','js-','testAnalyticsId','hook_data','10LrNcJo','getTestEnv','type','analyticsResult','rWROi','STATE_FAILED','tRNfA','beforeEach','UMQKr','TestRunSkipped','split','includes','join','errorsDetailed','javascript','hook_failure','aDkHD','event_type','path','yxtrr','21240yqcZEv','1880700sUzqaE','gwbJJ','failed\x20to\x20get\x20root\x20parent\x20file\x20','pending','push','inspect','../../../../package.json','xkQjW','TgdYq','bs:addPlatformDetails:',':testAnalyticsId','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','ROOT_DESCRIBE_BLOCK','location_prefix','state','cvpht','afterAll','logs','statSync','xYUEp','qJflx','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','gLNTF','parse','lPsVv','call','\x20with\x20error\x20:\x20','config','configureGit','_gitConfigPath','XIntL','../../../helpers/test-observability/sessionHandler','current_test','LogCreated','finished_at','skipped','../../../helpers/test-observability/error-handler','current_hook','../../utils/constants','boqfq','GPNxT','mapTestHooks','match','File\x20path\x20could\x20not\x20be\x20found','sVjaE','BJKyo','test_run_uuid','getName','WPPDD','sendTestRunEvent','forEach','3947040zETUde','wuzPh','file','registerListeners','uOWLS','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','dirname','mBxDb','retryOf','qQPjU','./test-details','findGitConfig','setTestUUID','CBTSessionCreated','sBgZQ','SYlAY','hooks','QNVPz','name','bind','_currentRetry','getHierarchy','791061yBDEGo','duration','6|3|2|4|5|0|1','pupVk','toISOString','2783532QCGZys','_testResults','result','bs:addLog:','DFeKX','test_run','asyncError','testObservability','Stzkl','http_response','TestRunStarted','util','IjgQA','_testEnv','htOeT','2lNAOls','POfyV','_gitConfigured','EHVaV','afterEach','../../../helpers/testhub/utils','jGUsO','YTLxZ','failure_reason_expanded','15323PnEsLB','pid','getRootParentFile','VIjji','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','axTdX','hook_type','Nshhu','resetTestHooks','passed','FkxCm','UUBXW','wzEQL','wooEi','EgSrT','hookAnalyticsId','started_at','apply','test','getTime','wpsoq','adbJc','3085224AleYdv','removeAllListeners','VaWnb','length','nFagQ','JxfJV','generic','OsvYi','title'];a20_0x45cd=function(){return _0x59668c;};return a20_0x45cd();}(function(_0x931825,_0x4a4907){const _0x53a28a=a20_0x10e5,_0x293177=_0x931825();while(!![]){try{const _0x29a0a3=parseInt(_0x53a28a(0x1ed))/0x1+-parseInt(_0x53a28a(0x201))/0x2*(parseInt(_0x53a28a(0x1f2))/0x3)+-parseInt(_0x53a28a(0x26e))/0x4*(parseInt(_0x53a28a(0x259))/0x5)+parseInt(_0x53a28a(0x26d))/0x6*(parseInt(_0x53a28a(0x235))/0x7)+parseInt(_0x53a28a(0x220))/0x8+-parseInt(_0x53a28a(0x2a1))/0x9+-parseInt(_0x53a28a(0x234))/0xa*(-parseInt(_0x53a28a(0x20a))/0xb);if(_0x29a0a3===_0x4a4907)break;else _0x293177['push'](_0x293177['shift']());}catch(_0x38f837){_0x293177['push'](_0x293177['shift']());}}}(a20_0x45cd,0x7f6d5));function a20_0x10e5(_0x27e6cc,_0x27f5ad){const _0x45cd00=a20_0x45cd();return a20_0x10e5=function(_0x10e569,_0x132114){_0x10e569=_0x10e569-0x1ed;let _0x51b606=_0x45cd00[_0x10e569];return _0x51b606;},a20_0x10e5(_0x27e6cc,_0x27f5ad);}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require('../../../helpers/test-observability/utils'),SessionHandler=require(a20_0x3f9853(0x28d)),{v4:uuidv4}=require('uuid'),{name,version}=require(a20_0x3f9853(0x274)),stackTrace=require(a20_0x3f9853(0x23c)),path=require(a20_0x3f9853(0x26b)),fs=require('fs'),TestDetails=require(a20_0x3f9853(0x2ab)),{FRAMEWORKS}=require(a20_0x3f9853(0x294)),{o11yClassErrorHandler}=require(a20_0x3f9853(0x292)),{getGitMetaData}=require(a20_0x3f9853(0x239)),{appendTesthubParams,setCurrentTestData}=require(a20_0x3f9853(0x206)),a20_0x19f43a={};a20_0x19f43a['STATE_PASSED']=a20_0x3f9853(0x213),a20_0x19f43a[a20_0x3f9853(0x25e)]=a20_0x3f9853(0x233),a20_0x19f43a['STATE_PENDING']=a20_0x3f9853(0x271);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a20_0x19f43a,a20_0x2f4ed1={};a20_0x2f4ed1[a20_0x3f9853(0x232)]='BEFORE_ALL',a20_0x2f4ed1[a20_0x3f9853(0x27e)]='AFTER_ALL',a20_0x2f4ed1[a20_0x3f9853(0x260)]='BEFORE_EACH',a20_0x2f4ed1['afterEach']=a20_0x3f9853(0x23f);const HOOK_TYPES_MAP=a20_0x2f4ed1;module[a20_0x3f9853(0x22b)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x212a48=a20_0x3f9853,_0x355284={'YfWag':_0x212a48(0x1ef),'FGits':function(_0x53cca4){return _0x53cca4();}},_0x3015e4=_0x355284['YfWag'][_0x212a48(0x263)]('|');let _0x1a91d1=0x0;while(!![]){switch(_0x3015e4[_0x1a91d1++]){case'0':this[_0x212a48(0x203)]=![];continue;case'1':this['_gitConfigPath']=null;continue;case'2':this[_0x212a48(0x1ff)]=this[_0x212a48(0x25a)]();continue;case'3':this[_0x212a48(0x1f3)]=[];continue;case'4':this[_0x212a48(0x24b)]=new PathHelper({'cwd':process[_0x212a48(0x255)]()},this[_0x212a48(0x1ff)][_0x212a48(0x27b)]);continue;case'5':this[_0x212a48(0x258)]=[];continue;case'6':this[_0x212a48(0x1f9)]=_0x355284[_0x212a48(0x231)](isTestObservabilitySession);continue;}break;}}[a20_0x3f9853(0x25a)]=()=>{const _0x405a8e=a20_0x3f9853,_0x2b0862={'NgBtv':_0x405a8e(0x226),'QNVPz':function(_0x99b383){return _0x99b383();}};return{'ci':_0x2b0862['NgBtv'],'key':_0x2b0862[_0x405a8e(0x2b2)](uuidv4),'version':version,'collector':_0x405a8e(0x256)+name};};[a20_0x3f9853(0x2a4)](){const _0x4b1073=a20_0x3f9853;process[_0x4b1073(0x221)](_0x4b1073(0x1f5)+process[_0x4b1073(0x20b)]),process['on'](_0x4b1073(0x1f5)+process[_0x4b1073(0x20b)],this[_0x4b1073(0x244)]['bind'](this)),process[_0x4b1073(0x221)]('bs:addPlatformDetails:'+process[_0x4b1073(0x20b)]),process['on'](_0x4b1073(0x277)+process[_0x4b1073(0x20b)],this[_0x4b1073(0x23a)][_0x4b1073(0x2b4)](this));}[a20_0x3f9853(0x252)]=async _0x32de19=>{const _0x5118e4=a20_0x3f9853,_0x481496={'TgdYq':function(_0x24fd31,_0x4dc4a8){return _0x24fd31>_0x4dc4a8;},'VaWnb':function(_0x39395a,_0x20774e){return _0x39395a===_0x20774e;},'nFagQ':_0x5118e4(0x1fc),'wfTds':function(_0x55d6c6,_0x47b5ff){return _0x55d6c6(_0x47b5ff);}};try{const _0x1f41fe=this[_0x5118e4(0x28e)];this[_0x5118e4(0x28e)]=_0x32de19,_0x32de19['retryOf']=null,_0x32de19[_0x5118e4(0x257)]=TestDetails[_0x5118e4(0x2ad)](process[_0x5118e4(0x20b)]+_0x5118e4(0x278)),_0x32de19[_0x5118e4(0x21a)]=new Date()[_0x5118e4(0x1f1)](),_0x481496[_0x5118e4(0x276)](_0x32de19[_0x5118e4(0x2b5)],0x0)&&_0x1f41fe&&_0x481496[_0x5118e4(0x222)](_0x1f41fe['title'],_0x32de19[_0x5118e4(0x228)])?(_0x32de19['retryOf']=_0x1f41fe[_0x5118e4(0x257)],await this[_0x5118e4(0x29f)](_0x32de19,undefined,![],_0x481496[_0x5118e4(0x224)]),_0x1f41fe[_0x5118e4(0x27c)]=STATE_FAILED,await this[_0x5118e4(0x29f)](_0x1f41fe,undefined,!![])):await this[_0x5118e4(0x29f)](_0x32de19,undefined,![],_0x481496[_0x5118e4(0x224)]);}catch(_0x4baac4){_0x481496['wfTds'](debug,_0x5118e4(0x253)+_0x4baac4);}};[a20_0x3f9853(0x29d)](_0x3d701e){const _0x32839c=a20_0x3f9853,_0x2d36c2={};_0x2d36c2[_0x32839c(0x275)]=function(_0x29604,_0xbd02bf){return _0x29604!==_0xbd02bf;},_0x2d36c2[_0x32839c(0x20f)]=_0x32839c(0x21c);const _0xf5f9a8=_0x2d36c2;if(_0xf5f9a8[_0x32839c(0x275)](_0x3d701e[_0x32839c(0x25b)],_0xf5f9a8[_0x32839c(0x20f)]))return'\x22'+_0x3d701e[_0x32839c(0x25b)]+_0x32839c(0x250)+(_0x3d701e[_0x32839c(0x23e)]&&_0x3d701e['parent'][_0x32839c(0x2b3)])+'\x22';return _0x3d701e[_0x32839c(0x2b3)];}['sendTestRunEvent']=async(_0x557517,_0x2bacf7=undefined,_0x37eaab=![],_0x4e1baf=a20_0x3f9853(0x229))=>{const _0x233268=a20_0x3f9853,_0xe11e00={'uOWLS':'4|1|0|3|2','UMQKr':'hook_run','adbJc':_0x233268(0x1f4),'qJflx':_0x233268(0x1f7),'cvpht':_0x233268(0x247),'wuzPh':'failure_reason','cwlAV':'failure','POfyV':function(_0x2db64a,_0x1d7b19){return _0x2db64a(_0x1d7b19);},'IjgQA':'jest-circus','eIdIp':function(_0x3bfae5,_0x1acb08){return _0x3bfae5(_0x1acb08);},'cnagM':_0x233268(0x1fd),'aDkHD':function(_0x5e4aea,_0x38deae){return _0x5e4aea!==_0x38deae;},'YAUbC':_0x233268(0x21c),'pupVk':function(_0x2b0f61,_0x589dfc){return _0x2b0f61!==_0x589dfc;},'IyLfD':_0x233268(0x24a),'ruuOZ':function(_0x33891d,_0x241fbf){return _0x33891d!==_0x241fbf;},'FkxCm':_0x233268(0x299),'WXNBx':_0x233268(0x267),'rWROi':function(_0x45db25,_0x10e37d){return _0x45db25===_0x10e37d;},'jGUsO':_0x233268(0x262),'VIjji':_0x233268(0x291),'WPPDD':function(_0x4d275a,_0x522322){return _0x4d275a>_0x522322;},'wzEQL':_0x233268(0x233),'DFeKX':_0x233268(0x213),'gLNTF':function(_0x32776f,_0x47a4e0){return _0x32776f-_0x47a4e0;},'mBxDb':function(_0x2c3a91,_0x15cab2,_0xa2703a,_0xb784f1,_0x725faf){return _0x2c3a91(_0x15cab2,_0xa2703a,_0xb784f1,_0x725faf);},'rdlMP':function(_0x22b2e9,_0xa9e02f){return _0x22b2e9===_0xa9e02f;},'WgftF':_0x233268(0x21a),'boqfq':_0x233268(0x290),'gwbJJ':function(_0x157919,_0x5e2f4a){return _0x157919===_0x5e2f4a;},'XIntL':_0x233268(0x24d),'yxtrr':'failure_backtrace','wooEi':'backtrace','YTLxZ':_0x233268(0x209),'JxfJV':_0x233268(0x248),'wpsoq':_0x233268(0x229),'lPsVv':function(_0x2d26d0,_0x3cc007){return _0x2d26d0===_0x3cc007;},'UoSdb':_0x233268(0x210),'pfHNy':function(_0x420fb6,_0x4f066a){return _0x420fb6===_0x4f066a;},'tRNfA':function(_0x5f3670,_0x5a3f73){return _0x5f3670===_0x5a3f73;},'sVjaE':_0x233268(0x232),'RnWba':function(_0x4ae069,_0x13f60e,_0xe6c006){return _0x4ae069(_0x13f60e,_0xe6c006);},'SFJtT':function(_0x585f13,_0xe233bc){return _0x585f13(_0xe233bc);}};try{if(_0x557517['fn']&&_0x557517['fn']['toString']()[_0x233268(0x298)](/browserstack internal helper hook/))return;await this[_0x233268(0x28a)]();let _0x11fad0;try{_0x11fad0=this['getRootParentFile'](_0x557517);}catch(_0x43c315){_0xe11e00[_0x233268(0x202)](debug,_0x233268(0x270)+_0x43c315),_0x11fad0=null;}if(_0x11fad0[_0x233268(0x264)](_0xe11e00[_0x233268(0x1fe)]))return;const _0x269c4f=_0xe11e00[_0x233268(0x22c)](require,_0xe11e00['cnagM']);let _0x29b69d=[];if(_0xe11e00[_0x233268(0x269)](_0x557517[_0x233268(0x266)],undefined))_0x29b69d=[_0x557517[_0x233268(0x266)],_0xe11e00['YAUbC']];else _0xe11e00[_0x233268(0x1f0)](_0x2bacf7,undefined)?_0x29b69d=[_0x2bacf7,_0xe11e00['IyLfD']]:_0x29b69d=[];const _0x5d1ff4=_0xe11e00[_0x233268(0x269)](_0x557517[_0x233268(0x266)],undefined)?_0x269c4f[_0x233268(0x273)](_0x557517[_0x233268(0x266)][0x0]):_0xe11e00['ruuOZ'](_0x2bacf7,undefined)?_0x2bacf7[_0x233268(0x243)]():undefined,_0x467808=_0x11fad0?this['_paths'][_0x233268(0x251)](this[_0x233268(0x20c)](_0x557517)):_0xe11e00[_0x233268(0x214)],_0x1b2b8e={'framework':FRAMEWORKS['JEST'],'uuid':_0x557517[_0x233268(0x257)]||_0x557517[_0x233268(0x219)],'name':this[_0x233268(0x29d)](_0x557517),'body':{'lang':_0xe11e00[_0x233268(0x24c)],'code':_0x557517['fn'][_0x233268(0x243)]()},'scopes':this['getHierarchy'](_0x557517),'file_name':_0x467808,'vc_filepath':this['_gitConfigPath']&&_0x11fad0?path[_0x233268(0x24f)](this[_0x233268(0x28b)],_0x11fad0):null,'location':_0x467808,'result':_0xe11e00[_0x233268(0x25d)](_0x4e1baf,_0xe11e00['jGUsO'])?_0xe11e00[_0x233268(0x20d)]:this[_0x233268(0x25c)](_0x557517[_0x233268(0x266)]&&_0xe11e00[_0x233268(0x29e)](_0x557517[_0x233268(0x266)]['length'],0x0)?_0xe11e00['wzEQL']:_0xe11e00[_0x233268(0x1f6)]),'failure_reason':_0x5d1ff4,'duration_in_ms':_0x557517[_0x233268(0x1ee)]||(_0x4e1baf[_0x233268(0x298)](/Finished/)||_0x4e1baf[_0x233268(0x298)](/Skipped/)?_0xe11e00[_0x233268(0x284)](Date['now'](),new Date(_0x557517[_0x233268(0x21a)])[_0x233268(0x21d)]()):null),'started_at':_0x557517[_0x233268(0x21a)],'finished_at':_0x4e1baf[_0x233268(0x298)](/Finished/)||_0x4e1baf['match'](/Skipped/)?new Date()[_0x233268(0x1f1)]():null,'failure':failureData[_0x233268(0x21b)](null,_0x29b69d),'failure_type':!_0x5d1ff4?null:_0xe11e00[_0x233268(0x202)](getFailureType,_0x5d1ff4),'retry_of':_0x557517[_0x233268(0x2a9)]};_0xe11e00[_0x233268(0x2a8)](appendTesthubParams,_0x1b2b8e,_0x4e1baf,_0x557517,FRAMEWORKS['JEST']);_0xe11e00['rdlMP'](_0x4e1baf,_0xe11e00[_0x233268(0x207)])&&!_0x1b2b8e[_0xe11e00[_0x233268(0x254)]]&&(_0x1b2b8e[_0xe11e00['WgftF']]=_0x1b2b8e[_0xe11e00[_0x233268(0x295)]]);if(_0x4e1baf[_0x233268(0x298)](/HookRun/))[_0x1b2b8e[_0x233268(0x210)],_0x1b2b8e[_0x233268(0x2b3)]]=[_0x557517[_0x233268(0x25b)],this['getName'](_0x557517)],_0xe11e00[_0x233268(0x26f)](_0x4e1baf,_0xe11e00[_0x233268(0x28c)])&&(_0xe11e00[_0x233268(0x269)](_0x1b2b8e[_0x233268(0x1f4)],_0xe11e00[_0x233268(0x216)])&&(_0x1b2b8e[_0x233268(0x1f4)]=_0xe11e00[_0x233268(0x1f6)]));else _0x4e1baf['match'](/TestRun/)&&this[_0x233268(0x297)](_0x557517);const _0x4fe145=_0x1b2b8e[_0xe11e00[_0x233268(0x23d)]][0x0];_0x4fe145&&(_0x1b2b8e[_0xe11e00[_0x233268(0x26c)]]=_0x4fe145[_0xe11e00[_0x233268(0x217)]],_0x1b2b8e[_0xe11e00[_0x233268(0x208)]]=_0x4fe145[_0xe11e00[_0x233268(0x225)]]);[_0xe11e00['wpsoq'],_0xe11e00[_0x233268(0x207)]][_0x233268(0x264)](_0x4e1baf)&&(this[_0x233268(0x1f3)][_0x233268(0x272)](_0x1b2b8e),_0x1b2b8e[_0x233268(0x2b1)]=this['getHooksForTest'](_0x557517),this[_0x233268(0x212)](_0x557517));const _0x4854ac={'event_type':_0xe11e00[_0x233268(0x286)](_0x4e1baf,_0xe11e00[_0x233268(0x207)])?_0xe11e00['wpsoq']:_0x4e1baf};_0x4e1baf[_0x233268(0x298)](/HookRun/)?(_0x1b2b8e[_0xe11e00[_0x233268(0x24e)]]=HOOK_TYPES_MAP[_0x1b2b8e[_0xe11e00[_0x233268(0x24e)]]],_0x4854ac[_0xe11e00[_0x233268(0x261)]]=_0x1b2b8e):_0x4854ac[_0xe11e00[_0x233268(0x282)]]=_0x1b2b8e;_0xe11e00[_0x233268(0x29e)](this['hook_data'][_0x233268(0x223)],0x0)&&[_0xe11e00[_0x233268(0x21e)],_0xe11e00[_0x233268(0x207)]][_0x233268(0x264)](_0x4e1baf)&&(this['hook_data'][_0x233268(0x2a0)](async _0x557175=>{const _0x5915e3=_0x233268,_0xd16ed7=_0xe11e00[_0x5915e3(0x2a5)][_0x5915e3(0x263)]('|');let _0x3e1635=0x0;while(!![]){switch(_0xd16ed7[_0x3e1635++]){case'0':_0x557175[_0xe11e00['UMQKr']][_0xe11e00['adbJc']]=_0x4854ac[_0xe11e00[_0x5915e3(0x282)]][_0xe11e00['adbJc']];continue;case'1':_0x557175[_0xe11e00[_0x5915e3(0x261)]][_0xe11e00[_0x5915e3(0x27d)]]=_0x4854ac[_0xe11e00['qJflx']][_0xe11e00[_0x5915e3(0x27d)]];continue;case'2':await SessionHandler[_0x5915e3(0x23b)](_0x557175);continue;case'3':_0x557175[_0xe11e00[_0x5915e3(0x261)]][_0xe11e00[_0x5915e3(0x2a2)]]=_0x4854ac[_0xe11e00[_0x5915e3(0x282)]][_0xe11e00[_0x5915e3(0x2a2)]];continue;case'4':_0x557175[_0xe11e00[_0x5915e3(0x261)]][_0xe11e00[_0x5915e3(0x23d)]]=_0x4854ac[_0xe11e00[_0x5915e3(0x282)]][_0xe11e00[_0x5915e3(0x23d)]];continue;}break;}}),this[_0x233268(0x258)]=[]);if(_0xe11e00[_0x233268(0x22f)](this[_0x233268(0x268)],_0x557517[_0x233268(0x25b)])){this['hook_data'][_0x233268(0x272)](_0x4854ac);return;}_0xe11e00[_0x233268(0x25f)](this[_0x233268(0x268)],_0xe11e00[_0x233268(0x29a)])&&_0x4854ac[_0xe11e00[_0x233268(0x282)]]&&(_0x4854ac[_0xe11e00[_0x233268(0x282)]][_0xe11e00[_0x233268(0x21f)]]=_0xe11e00[_0x233268(0x20d)],_0x4854ac[_0xe11e00['qJflx']][_0xe11e00[_0x233268(0x23d)]]=null,_0x4854ac[_0xe11e00['qJflx']][_0xe11e00['cvpht']]=null),_0xe11e00[_0x233268(0x240)](setCurrentTestData,FRAMEWORKS['JEST'],_0x4854ac),await SessionHandler[_0x233268(0x23b)](_0x4854ac);}catch(_0x4ca7ab){_0xe11e00[_0x233268(0x245)](debug,_0x233268(0x279)+_0x4e1baf+_0x233268(0x288)+_0x4ca7ab);}};[a20_0x3f9853(0x2ac)](_0x30e40c){const _0x2220f9=a20_0x3f9853,_0x50f0e3={};_0x50f0e3['sSaXO']=function(_0x4ddd73,_0x24248a){return _0x4ddd73==_0x24248a;},_0x50f0e3[_0x2220f9(0x29b)]=function(_0x5c48d4,_0x6fd582){return _0x5c48d4===_0x6fd582;},_0x50f0e3[_0x2220f9(0x200)]=_0x2220f9(0x249),_0x50f0e3['WrnoC']=_0x2220f9(0x289);const _0x337ac0=_0x50f0e3,_0x567b4c=path['sep'];if(_0x337ac0['sSaXO'](_0x30e40c,null)||_0x337ac0['BJKyo'](_0x30e40c,'')||_0x337ac0[_0x2220f9(0x29b)](_0x30e40c,_0x567b4c))return null;try{return fs[_0x2220f9(0x280)](path[_0x2220f9(0x265)](_0x30e40c,_0x337ac0[_0x2220f9(0x200)],_0x337ac0['WrnoC'])),_0x30e40c;}catch(_0x4dd191){const _0x2828b4=path[_0x2220f9(0x2a7)](_0x30e40c);return this[_0x2220f9(0x2ac)](_0x2828b4);}}[a20_0x3f9853(0x244)]=async _0xa89ac3=>{const _0x17d97b=a20_0x3f9853,_0x2bf8d1={'lfUxn':_0x17d97b(0x28f),'IjOnY':function(_0x497462,_0x1234b3){return _0x497462(_0x1234b3);}},_0xfad06=TestDetails[_0x17d97b(0x236)](process[_0x17d97b(0x20b)]+':hookAnalyticsId'),_0x4dae32=TestDetails[_0x17d97b(0x236)](process[_0x17d97b(0x20b)]+':testAnalyticsId');try{(_0xfad06||this[_0x17d97b(0x293)]&&!this[_0x17d97b(0x293)][_0x17d97b(0x22a)])&&(_0xa89ac3[_0x17d97b(0x22e)]=_0xfad06);!_0xa89ac3[_0x17d97b(0x22e)]&&_0x4dae32&&(_0xa89ac3[_0x17d97b(0x29c)]=_0x4dae32);if(_0xa89ac3[_0x17d97b(0x22e)]||_0xa89ac3['test_run_uuid']){const _0x4bcf2b={};_0x4bcf2b[_0x17d97b(0x26a)]=_0x2bf8d1[_0x17d97b(0x246)],_0x4bcf2b[_0x17d97b(0x27f)]=[_0xa89ac3],await SessionHandler['uploadEventData'](_0x4bcf2b);}}catch(_0xadee2a){_0x2bf8d1['IjOnY'](debug,_0x17d97b(0x20e)+_0xadee2a);}};['appendTestPlatform']=async _0x169432=>{const _0xb8b1c9=a20_0x3f9853,_0x1b6f98={'OsvYi':_0xb8b1c9(0x1fb),'Nshhu':_0xb8b1c9(0x2ae),'McfXu':function(_0x27e5fa,_0x1f981e){return _0x27e5fa(_0x1f981e);}};try{const _0x39941d={'uuid':_0x169432['uuid']||TestDetails[_0xb8b1c9(0x236)](process[_0xb8b1c9(0x20b)]+_0xb8b1c9(0x278)),'integrations':_0x169432[_0x1b6f98[_0xb8b1c9(0x227)]]},_0x7d42ca={};_0x7d42ca[_0xb8b1c9(0x26a)]=_0x1b6f98[_0xb8b1c9(0x211)],_0x7d42ca[_0xb8b1c9(0x1f7)]=_0x39941d,await SessionHandler[_0xb8b1c9(0x23b)](_0x7d42ca);}catch(_0x53ce7c){_0x1b6f98[_0xb8b1c9(0x242)](debug,_0xb8b1c9(0x2a6)+_0x53ce7c);}};async[a20_0x3f9853(0x28a)](){const _0x50b122=a20_0x3f9853,_0x3dbfcb={'qQPjU':function(_0x50b389){return _0x50b389();}};if(this[_0x50b122(0x203)])return this[_0x50b122(0x28b)];const _0x39360e=await _0x3dbfcb[_0x50b122(0x2aa)](getGitMetaData);_0x39360e&&(this['_gitConfigPath']=_0x39360e['root']),this['_gitConfigured']=!![];}[a20_0x3f9853(0x25c)](_0x51ec2c){const _0x91d327=a20_0x3f9853,_0x2f6808={};_0x2f6808[_0x91d327(0x237)]=_0x91d327(0x213),_0x2f6808['zLGWN']='pending',_0x2f6808[_0x91d327(0x296)]=_0x91d327(0x233);const _0x1fabf2=_0x2f6808,_0x135e6c={};return _0x135e6c[STATE_PASSED]=_0x1fabf2[_0x91d327(0x237)],_0x135e6c[STATE_PENDING]=_0x1fabf2[_0x91d327(0x22d)],_0x135e6c[STATE_FAILED]=_0x1fabf2[_0x91d327(0x296)],_0x135e6c[_0x51ec2c];}[a20_0x3f9853(0x2b6)](_0xa8d78){const _0x6ba091=a20_0x3f9853,_0x503103={};_0x503103['SYlAY']=function(_0xf164ef,_0x8f0de2){return _0xf164ef!==_0x8f0de2;},_0x503103[_0x6ba091(0x2af)]=_0x6ba091(0x27a);const _0x578a92=_0x503103,_0x2ad775=[];if(_0xa8d78&&_0xa8d78['parent']){let _0x160967=_0xa8d78[_0x6ba091(0x23e)];while(_0x160967&&_0x578a92[_0x6ba091(0x2b0)](_0x160967[_0x6ba091(0x2b3)],'')&&_0x578a92['SYlAY'](_0x160967[_0x6ba091(0x2b3)],_0x578a92[_0x6ba091(0x2af)])){_0x2ad775[_0x6ba091(0x272)](_0x160967[_0x6ba091(0x2b3)]),_0x160967=_0x160967[_0x6ba091(0x23e)];}}return _0x2ad775['reverse'](),_0x2ad775;}[a20_0x3f9853(0x20c)]=_0x3ab93b=>{const _0x3df369=a20_0x3f9853;if(_0x3ab93b[_0x3df369(0x1f8)]){const _0x5cd47a=stackTrace[_0x3df369(0x285)][_0x3df369(0x287)](stackTrace,_0x3ab93b[_0x3df369(0x1f8)]);return _0x5cd47a[0x0][_0x3df369(0x238)]();}if(_0x3ab93b[_0x3df369(0x2a3)])return _0x3ab93b[_0x3df369(0x2a3)];return null;};[a20_0x3f9853(0x297)]=_0x30eaf1=>{const _0x5b304a=a20_0x3f9853;if(!_0x30eaf1||!_0x30eaf1['parent'])return;_0x30eaf1[_0x5b304a(0x23e)][_0x5b304a(0x2b1)][_0x5b304a(0x2a0)](_0x3c155c=>{const _0x3113f5=_0x5b304a;!_0x3c155c[_0x3113f5(0x219)]&&(_0x3c155c[_0x3113f5(0x219)]=TestDetails[_0x3113f5(0x2ad)](process[_0x3113f5(0x20b)]+':hookAnalyticsId'));}),this['mapTestHooks'](_0x30eaf1[_0x5b304a(0x23e)]);};[a20_0x3f9853(0x212)]=_0x394da1=>{const _0x5f07a9=a20_0x3f9853,_0x213ce0={};_0x213ce0['SCGFI']=_0x5f07a9(0x260),_0x213ce0['EgSrT']=_0x5f07a9(0x205);const _0xe21815=_0x213ce0;if(!_0x394da1||!_0x394da1['parent'])return;_0x394da1[_0x5f07a9(0x23e)][_0x5f07a9(0x2b1)][_0x5f07a9(0x2a0)](_0x4ea7df=>{const _0x5e59ea=_0x5f07a9;[_0xe21815['SCGFI'],_0xe21815[_0x5e59ea(0x218)]][_0x5e59ea(0x264)](_0x4ea7df[_0x5e59ea(0x25b)])&&_0x4ea7df[_0x5e59ea(0x219)]&&(_0x4ea7df[_0x5e59ea(0x219)]=null);}),this[_0x5f07a9(0x297)](_0x394da1[_0x5f07a9(0x23e)]);};[a20_0x3f9853(0x241)](_0x6123e){const _0x4d1393=a20_0x3f9853,_0x3a947c={'Stzkl':'jest-circus','xYUEp':function(_0x207db1,_0x4d9164){return _0x207db1(_0x4d9164);},'UUBXW':function(_0x47bad2,_0x4f4138){return _0x47bad2+_0x4f4138;},'ijFfc':_0x4d1393(0x283)};try{const _0x1e9e20=this[_0x4d1393(0x20c)](_0x6123e);return _0x1e9e20[_0x4d1393(0x264)](_0x3a947c[_0x4d1393(0x1fa)]);}catch(_0x143444){_0x3a947c[_0x4d1393(0x281)](debug,_0x3a947c[_0x4d1393(0x215)](_0x3a947c['ijFfc'],_0x143444));}return![];}[a20_0x3f9853(0x230)]=_0xba108=>{const _0x3ab76b=a20_0x3f9853,_0x572fde={'EHVaV':function(_0x59f834,_0x4bb66a){return _0x59f834(_0x4bb66a);}};if(!_0xba108||!_0xba108['parent'])return[];const _0x3f02d8=[];return _0xba108[_0x3ab76b(0x23e)][_0x3ab76b(0x2b1)][_0x3ab76b(0x2a0)](_0x520432=>{const _0x243f70=_0x3ab76b;_0x520432['hookAnalyticsId']&&!_0x572fde[_0x243f70(0x204)](isInternalHook,_0x520432['fn'])&&!this[_0x243f70(0x241)](_0x520432)&&_0x3f02d8['push'](_0x520432[_0x243f70(0x219)]);}),[..._0x3f02d8,...this[_0x3ab76b(0x230)](_0xba108[_0x3ab76b(0x23e)])];};},[a20_0x3f9853(0x25a),a20_0x3f9853(0x2a4),a20_0x3f9853(0x252),'getName',a20_0x3f9853(0x29f),'findGitConfig','appendTestItemLog',a20_0x3f9853(0x23a),'analyticsResult',a20_0x3f9853(0x2b6),'getRootParentFile','mapTestHooks',a20_0x3f9853(0x212),a20_0x3f9853(0x230),a20_0x3f9853(0x28a)]);