browserstack-node-sdk 1.66.1 → 1.66.2

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 (220) 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/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a118_0x3bf286=a118_0xfbb8;function a118_0x17d8(){const _0x58e913=['Could\x20not\x20reach\x20the\x20BrowserStack\x20helper\x20process.\x20It\x20may\x20have\x20crashed\x20or\x20a\x20firewall\x20is\x20blocking\x20localhost\x20gRPC.\x20Tests\x20will\x20continue;\x20BrowserStack\x20features\x20may\x20be\x20degraded.','\x20details=','UNIMPLEMENTED','IGvaf','SERVER_FAILURE','209164XfAFIm','handle','status','5330889KMfgJJ','binary_unreachable','TIMEOUT','BINARY_UNREACHABLE','DEADLINE_EXCEEDED','yXALy','1937159PSpUrZ','invalid_request','warn','classify','UNAUTHENTICATED','messageFor','[BrowserStack]\x20','BrowserStack\x20SDK\x20sent\x20an\x20unexpected\x20request\x20to\x20its\x20helper.\x20Please\x20report\x20this\x20with\x20the\x20test\x20logs.','INVALID_ARGUMENT','EOIMA','UaEPU','EhxrM','\x20(rpc=','[BrowserStack]\x20gRPC\x20raw:\x20rpc=','CANCELLED','ABORTED','DATA_LOSS','Dqmku','@grpc/grpc-js','UNKNOWN','INVALID_REQUEST','2396892OghUil','message','RESOURCE_EXHAUSTED','debug','BUCKETS','auth_failed','BrowserStack\x20authentication\x20failed.\x20Verify\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20(env\x20or\x20browserstack.yml).','DfMxF','details','21gVcqNt','1272210EbTqUu','number','AUTH_FAILED','INTERNAL','The\x20BrowserStack\x20helper\x20hit\x20an\x20internal\x20error.\x20Tests\x20will\x20continue;\x20BrowserStack\x20features\x20may\x20be\x20degraded\x20-\x20please\x20retry.','8YTXJXk','The\x20BrowserStack\x20helper\x20did\x20not\x20respond\x20in\x20time.\x20Usually\x20a\x20transient\x20network\x20slowdown\x20-\x20retry\x20the\x20test.','code','667145AMdMKR','10XglozV','\x20bucket=','UNAVAILABLE','1013018NEKACR'];a118_0x17d8=function(){return _0x58e913;};return a118_0x17d8();}(function(_0xb1f6aa,_0xf0bde6){const _0x16807b=a118_0xfbb8,_0x40810b=_0xb1f6aa();while(!![]){try{const _0x51531d=-parseInt(_0x16807b(0xab))/0x1+parseInt(_0x16807b(0xaf))/0x2+parseInt(_0x16807b(0xdc))/0x3*(-parseInt(_0x16807b(0xb5))/0x4)+parseInt(_0x16807b(0xdd))/0x5+parseInt(_0x16807b(0xd3))/0x6+parseInt(_0x16807b(0xbe))/0x7*(-parseInt(_0x16807b(0xe2))/0x8)+-parseInt(_0x16807b(0xb8))/0x9*(-parseInt(_0x16807b(0xac))/0xa);if(_0x51531d===_0xf0bde6)break;else _0x40810b['push'](_0x40810b['shift']());}catch(_0x27cf01){_0x40810b['push'](_0x40810b['shift']());}}}(a118_0x17d8,0x6c1d3));function a118_0xfbb8(_0x52d8fc,_0x1c7347){const _0x17d88d=a118_0x17d8();return a118_0xfbb8=function(_0xfbb8f7,_0x47e3b7){_0xfbb8f7=_0xfbb8f7-0xa9;let _0x4ec03a=_0x17d88d[_0xfbb8f7];return _0x4ec03a;},a118_0xfbb8(_0x52d8fc,_0x1c7347);}const grpc=require(a118_0x3bf286(0xd0)),a118_0x28c1bc={};a118_0x28c1bc[a118_0x3bf286(0xbb)]=a118_0x3bf286(0xb9),a118_0x28c1bc[a118_0x3bf286(0xdf)]=a118_0x3bf286(0xd8),a118_0x28c1bc[a118_0x3bf286(0xba)]='timeout',a118_0x28c1bc[a118_0x3bf286(0xd2)]=a118_0x3bf286(0xbf),a118_0x28c1bc['SERVER_FAILURE']='server_failure',a118_0x28c1bc['UNKNOWN']='unknown';const BUCKETS=a118_0x28c1bc,a118_0x5e7cde={[BUCKETS['BINARY_UNREACHABLE']]:a118_0x3bf286(0xb0),[BUCKETS[a118_0x3bf286(0xdf)]]:a118_0x3bf286(0xd9),[BUCKETS[a118_0x3bf286(0xba)]]:a118_0x3bf286(0xa9),[BUCKETS['INVALID_REQUEST']]:a118_0x3bf286(0xc5),[BUCKETS[a118_0x3bf286(0xb4)]]:a118_0x3bf286(0xe1),[BUCKETS['UNKNOWN']]:'Unexpected\x20error\x20talking\x20to\x20the\x20BrowserStack\x20helper.\x20Please\x20report\x20this\x20with\x20the\x20test\x20logs.'},MESSAGES=a118_0x5e7cde;function classify(_0x1c1d4c){const _0x4b16d6=a118_0x3bf286,_0x17fc7a={};_0x17fc7a[_0x4b16d6(0xcf)]=function(_0x1c3afb,_0x32a93f){return _0x1c3afb!==_0x32a93f;},_0x17fc7a['UaEPU']='number';const _0x500a39=_0x17fc7a;if(!_0x1c1d4c)return BUCKETS[_0x4b16d6(0xd1)];const _0x4857a4=_0x1c1d4c[_0x4b16d6(0xaa)];if(_0x500a39[_0x4b16d6(0xcf)](typeof _0x4857a4,_0x500a39[_0x4b16d6(0xc8)]))return BUCKETS['UNKNOWN'];switch(_0x4857a4){case grpc[_0x4b16d6(0xb7)][_0x4b16d6(0xae)]:case grpc[_0x4b16d6(0xb7)][_0x4b16d6(0xcc)]:return BUCKETS[_0x4b16d6(0xbb)];case grpc[_0x4b16d6(0xb7)][_0x4b16d6(0xc2)]:case grpc[_0x4b16d6(0xb7)]['PERMISSION_DENIED']:return BUCKETS[_0x4b16d6(0xdf)];case grpc['status'][_0x4b16d6(0xbc)]:return BUCKETS[_0x4b16d6(0xba)];case grpc['status'][_0x4b16d6(0xc6)]:case grpc[_0x4b16d6(0xb7)]['NOT_FOUND']:case grpc[_0x4b16d6(0xb7)]['OUT_OF_RANGE']:case grpc['status']['ALREADY_EXISTS']:case grpc[_0x4b16d6(0xb7)]['FAILED_PRECONDITION']:return BUCKETS[_0x4b16d6(0xd2)];case grpc[_0x4b16d6(0xb7)][_0x4b16d6(0xe0)]:case grpc[_0x4b16d6(0xb7)][_0x4b16d6(0xd1)]:case grpc[_0x4b16d6(0xb7)][_0x4b16d6(0xce)]:case grpc[_0x4b16d6(0xb7)][_0x4b16d6(0xcd)]:case grpc[_0x4b16d6(0xb7)][_0x4b16d6(0xd5)]:case grpc[_0x4b16d6(0xb7)][_0x4b16d6(0xb2)]:return BUCKETS[_0x4b16d6(0xb4)];default:return BUCKETS['UNKNOWN'];}}function messageFor(_0x598bf1){return MESSAGES[_0x598bf1]||MESSAGES[BUCKETS['UNKNOWN']];}function handle(_0x40e18b,_0x168354,_0x1798c7,_0x3c6ca7='warn'){const _0x185a5b=a118_0x3bf286,_0x1f9410={'EOIMA':function(_0x577a86,_0x3ec618){return _0x577a86(_0x3ec618);},'yXALy':function(_0x1a3110,_0xb98776){return _0x1a3110===_0xb98776;},'DfMxF':'function','IGvaf':_0x185a5b(0xde),'EhxrM':function(_0x40c808,_0x246d7f){return _0x40c808(_0x246d7f);}},_0x19d1a7=_0x1f9410[_0x185a5b(0xc7)](classify,_0x168354),_0x4a7fdd=_0x185a5b(0xc4)+_0x1f9410[_0x185a5b(0xc7)](messageFor,_0x19d1a7)+_0x185a5b(0xca)+_0x40e18b+')';try{_0x1f9410[_0x185a5b(0xbd)](typeof _0x1798c7[_0x3c6ca7],_0x1f9410[_0x185a5b(0xda)])?_0x1798c7[_0x3c6ca7](_0x4a7fdd):_0x1798c7[_0x185a5b(0xc0)](_0x4a7fdd);}catch(_0x1db301){}try{const _0x3a1003=_0x168354&&_0x1f9410['yXALy'](typeof _0x168354[_0x185a5b(0xaa)],_0x1f9410[_0x185a5b(0xb3)])?_0x168354[_0x185a5b(0xaa)]:null,_0x2bdedd=_0x168354&&_0x168354[_0x185a5b(0xdb)]?_0x168354['details']:_0x168354&&_0x168354[_0x185a5b(0xd4)]?_0x168354[_0x185a5b(0xd4)]:_0x1f9410[_0x185a5b(0xc9)](String,_0x168354);_0x1798c7[_0x185a5b(0xd6)](_0x185a5b(0xcb)+_0x40e18b+_0x185a5b(0xad)+_0x19d1a7+'\x20code='+_0x3a1003+_0x185a5b(0xb1)+_0x2bdedd);}catch(_0x432155){}return _0x19d1a7;}const a118_0x509702={};a118_0x509702[a118_0x3bf286(0xd7)]=BUCKETS,a118_0x509702[a118_0x3bf286(0xc1)]=classify,a118_0x509702[a118_0x3bf286(0xc3)]=messageFor,a118_0x509702[a118_0x3bf286(0xb6)]=handle,module['exports']=a118_0x509702;
1
+ function a118_0x3282(_0x337614,_0x1777d3){const _0x4f9b2b=a118_0x4f9b();return a118_0x3282=function(_0x3282f5,_0x239e84){_0x3282f5=_0x3282f5-0x8d;let _0x51c79f=_0x4f9b2b[_0x3282f5];return _0x51c79f;},a118_0x3282(_0x337614,_0x1777d3);}function a118_0x4f9b(){const _0x2b7329=['[BrowserStack]\x20gRPC\x20raw:\x20rpc=','BrowserStack\x20SDK\x20sent\x20an\x20unexpected\x20request\x20to\x20its\x20helper.\x20Please\x20report\x20this\x20with\x20the\x20test\x20logs.','DATA_LOSS','68793kSBuMP','10405612FxRZpx','OUT_OF_RANGE','INVALID_REQUEST','PERMISSION_DENIED','The\x20BrowserStack\x20helper\x20did\x20not\x20respond\x20in\x20time.\x20Usually\x20a\x20transient\x20network\x20slowdown\x20-\x20retry\x20the\x20test.','server_failure','UNAVAILABLE','messageFor','details','message','UNAUTHENTICATED','INTERNAL','\x20details=','cbmoh','handle','1702146mkHHfC','42mkiYqA','9825304voqFLq','UNKNOWN','TIMEOUT','ABORTED','timeout','uoXUd','BINARY_UNREACHABLE','\x20code=','106070qAMwzl','XmqgS','@grpc/grpc-js','debug','\x20(rpc=','39573ofwbEx','[BrowserStack]\x20','CANCELLED','vSsAx','auth_failed','binary_unreachable','warn','5sHBUkQ','AUTH_FAILED','2117572wQynka','5470BTvbKD','The\x20BrowserStack\x20helper\x20hit\x20an\x20internal\x20error.\x20Tests\x20will\x20continue;\x20BrowserStack\x20features\x20may\x20be\x20degraded\x20-\x20please\x20retry.','SERVER_FAILURE','BrowserStack\x20authentication\x20failed.\x20Verify\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20(env\x20or\x20browserstack.yml).','number','FAILED_PRECONDITION','UfNXH','\x20bucket=','status','AXKeD','jICtG','BUCKETS'];a118_0x4f9b=function(){return _0x2b7329;};return a118_0x4f9b();}const a118_0x56841d=a118_0x3282;(function(_0x34a415,_0x392a85){const _0x24fb0c=a118_0x3282,_0x11980f=_0x34a415();while(!![]){try{const _0x4e522a=parseInt(_0x24fb0c(0x97))/0x1+-parseInt(_0x24fb0c(0x8e))/0x2*(parseInt(_0x24fb0c(0xb5))/0x3)+-parseInt(_0x24fb0c(0xa5))/0x4*(-parseInt(_0x24fb0c(0xa3))/0x5)+parseInt(_0x24fb0c(0x8d))/0x6+parseInt(_0x24fb0c(0xb6))/0x7+parseInt(_0x24fb0c(0x8f))/0x8+-parseInt(_0x24fb0c(0x9c))/0x9*(parseInt(_0x24fb0c(0xa6))/0xa);if(_0x4e522a===_0x392a85)break;else _0x11980f['push'](_0x11980f['shift']());}catch(_0x46f986){_0x11980f['push'](_0x11980f['shift']());}}}(a118_0x4f9b,0xb6673));const grpc=require(a118_0x56841d(0x99)),a118_0x1c31b9={};a118_0x1c31b9[a118_0x56841d(0x95)]=a118_0x56841d(0xa1),a118_0x1c31b9[a118_0x56841d(0xa4)]=a118_0x56841d(0xa0),a118_0x1c31b9[a118_0x56841d(0x91)]=a118_0x56841d(0x93),a118_0x1c31b9[a118_0x56841d(0xb8)]='invalid_request',a118_0x1c31b9[a118_0x56841d(0xa8)]=a118_0x56841d(0xbb),a118_0x1c31b9[a118_0x56841d(0x90)]='unknown';const BUCKETS=a118_0x1c31b9,a118_0x3e1104={[BUCKETS[a118_0x56841d(0x95)]]:'Could\x20not\x20reach\x20the\x20BrowserStack\x20helper\x20process.\x20It\x20may\x20have\x20crashed\x20or\x20a\x20firewall\x20is\x20blocking\x20localhost\x20gRPC.\x20Tests\x20will\x20continue;\x20BrowserStack\x20features\x20may\x20be\x20degraded.',[BUCKETS[a118_0x56841d(0xa4)]]:a118_0x56841d(0xa9),[BUCKETS[a118_0x56841d(0x91)]]:a118_0x56841d(0xba),[BUCKETS[a118_0x56841d(0xb8)]]:a118_0x56841d(0xb3),[BUCKETS[a118_0x56841d(0xa8)]]:a118_0x56841d(0xa7),[BUCKETS[a118_0x56841d(0x90)]]:'Unexpected\x20error\x20talking\x20to\x20the\x20BrowserStack\x20helper.\x20Please\x20report\x20this\x20with\x20the\x20test\x20logs.'},MESSAGES=a118_0x3e1104;function classify(_0x168cb8){const _0x23e6ad=a118_0x56841d,_0x2287e9={};_0x2287e9[_0x23e6ad(0xc3)]=function(_0x42089d,_0x2e8509){return _0x42089d!==_0x2e8509;},_0x2287e9[_0x23e6ad(0xaf)]=_0x23e6ad(0xaa);const _0x4d4053=_0x2287e9;if(!_0x168cb8)return BUCKETS[_0x23e6ad(0x90)];const _0x402881=_0x168cb8['code'];if(_0x4d4053[_0x23e6ad(0xc3)](typeof _0x402881,_0x4d4053[_0x23e6ad(0xaf)]))return BUCKETS[_0x23e6ad(0x90)];switch(_0x402881){case grpc[_0x23e6ad(0xae)][_0x23e6ad(0xbc)]:case grpc[_0x23e6ad(0xae)][_0x23e6ad(0x9e)]:return BUCKETS[_0x23e6ad(0x95)];case grpc[_0x23e6ad(0xae)][_0x23e6ad(0xc0)]:case grpc[_0x23e6ad(0xae)][_0x23e6ad(0xb9)]:return BUCKETS[_0x23e6ad(0xa4)];case grpc[_0x23e6ad(0xae)]['DEADLINE_EXCEEDED']:return BUCKETS['TIMEOUT'];case grpc['status']['INVALID_ARGUMENT']:case grpc[_0x23e6ad(0xae)]['NOT_FOUND']:case grpc[_0x23e6ad(0xae)][_0x23e6ad(0xb7)]:case grpc['status']['ALREADY_EXISTS']:case grpc[_0x23e6ad(0xae)][_0x23e6ad(0xab)]:return BUCKETS[_0x23e6ad(0xb8)];case grpc['status'][_0x23e6ad(0xc1)]:case grpc[_0x23e6ad(0xae)][_0x23e6ad(0x90)]:case grpc['status'][_0x23e6ad(0xb4)]:case grpc['status'][_0x23e6ad(0x92)]:case grpc[_0x23e6ad(0xae)]['RESOURCE_EXHAUSTED']:case grpc[_0x23e6ad(0xae)]['UNIMPLEMENTED']:return BUCKETS[_0x23e6ad(0xa8)];default:return BUCKETS['UNKNOWN'];}}function messageFor(_0x59cfab){const _0x48c97=a118_0x56841d;return MESSAGES[_0x59cfab]||MESSAGES[BUCKETS[_0x48c97(0x90)]];}function handle(_0x1cf20a,_0xa99d2b,_0x4c8ef5,_0x42e1f4=a118_0x56841d(0xa2)){const _0x46e21c=a118_0x56841d,_0x505b24={'uoXUd':function(_0x3e0336,_0x21dddf){return _0x3e0336(_0x21dddf);},'jICtG':function(_0x402793,_0x2b9597){return _0x402793(_0x2b9597);},'OdrDV':function(_0x49a3fb,_0x3bcc41){return _0x49a3fb===_0x3bcc41;},'UfNXH':'function','XmqgS':function(_0x5e3b44,_0x586d8f){return _0x5e3b44===_0x586d8f;},'vSsAx':_0x46e21c(0xaa)},_0x21e3d4=_0x505b24[_0x46e21c(0x94)](classify,_0xa99d2b),_0x8888b=_0x46e21c(0x9d)+_0x505b24[_0x46e21c(0xb0)](messageFor,_0x21e3d4)+_0x46e21c(0x9b)+_0x1cf20a+')';try{_0x505b24['OdrDV'](typeof _0x4c8ef5[_0x42e1f4],_0x505b24[_0x46e21c(0xac)])?_0x4c8ef5[_0x42e1f4](_0x8888b):_0x4c8ef5[_0x46e21c(0xa2)](_0x8888b);}catch(_0x385734){}try{const _0x5bdb17=_0xa99d2b&&_0x505b24[_0x46e21c(0x98)](typeof _0xa99d2b['code'],_0x505b24[_0x46e21c(0x9f)])?_0xa99d2b['code']:null,_0x4e9836=_0xa99d2b&&_0xa99d2b['details']?_0xa99d2b[_0x46e21c(0xbe)]:_0xa99d2b&&_0xa99d2b['message']?_0xa99d2b[_0x46e21c(0xbf)]:_0x505b24['jICtG'](String,_0xa99d2b);_0x4c8ef5[_0x46e21c(0x9a)](_0x46e21c(0xb2)+_0x1cf20a+_0x46e21c(0xad)+_0x21e3d4+_0x46e21c(0x96)+_0x5bdb17+_0x46e21c(0xc2)+_0x4e9836);}catch(_0x2a644b){}return _0x21e3d4;}const a118_0x4e379e={};a118_0x4e379e[a118_0x56841d(0xb1)]=BUCKETS,a118_0x4e379e['classify']=classify,a118_0x4e379e[a118_0x56841d(0xbd)]=messageFor,a118_0x4e379e[a118_0x56841d(0xc4)]=handle,module['exports']=a118_0x4e379e;
@@ -1 +1 @@
1
- const a119_0x2bfcbe=a119_0x42d9;(function(_0x4587ef,_0x287bcc){const _0x41341e=a119_0x42d9,_0x41f723=_0x4587ef();while(!![]){try{const _0x932500=parseInt(_0x41341e(0x141))/0x1+parseInt(_0x41341e(0x137))/0x2*(parseInt(_0x41341e(0x139))/0x3)+parseInt(_0x41341e(0x138))/0x4*(parseInt(_0x41341e(0x145))/0x5)+-parseInt(_0x41341e(0x14a))/0x6*(parseInt(_0x41341e(0x149))/0x7)+parseInt(_0x41341e(0x133))/0x8+-parseInt(_0x41341e(0x13d))/0x9+-parseInt(_0x41341e(0x148))/0xa*(parseInt(_0x41341e(0x131))/0xb);if(_0x932500===_0x287bcc)break;else _0x41f723['push'](_0x41f723['shift']());}catch(_0x58208b){_0x41f723['push'](_0x41f723['shift']());}}}(a119_0x3d46,0xbff0c));const {PLAYWRIGHT}=require(a119_0x2bfcbe(0x134)),a119_0x1bdb4e={};a119_0x1bdb4e['value']=0x0,a119_0x1bdb4e['toString']=function(){const _0x1c3adf=a119_0x2bfcbe,_0x4e09b0={};_0x4e09b0['XDFUp']=_0x1c3adf(0x13b);const _0x233341=_0x4e09b0;return _0x233341[_0x1c3adf(0x132)];};const a119_0x317ff7={};a119_0x317ff7['value']=0x1,a119_0x317ff7[a119_0x2bfcbe(0x146)]=function(){const _0x20093e=a119_0x2bfcbe,_0x5c6bb3={};_0x5c6bb3[_0x20093e(0x13e)]=_0x20093e(0x13c);const _0x2216e2=_0x5c6bb3;return _0x2216e2['UfPmG'];};const a119_0x5b68f3={};function a119_0x42d9(_0x2ff55f,_0x2e7dbc){const _0x3d4650=a119_0x3d46();return a119_0x42d9=function(_0x42d94c,_0x1d7569){_0x42d94c=_0x42d94c-0x131;let _0x34cd1c=_0x3d4650[_0x42d94c];return _0x34cd1c;},a119_0x42d9(_0x2ff55f,_0x2e7dbc);}a119_0x5b68f3['value']=0x2,a119_0x5b68f3[a119_0x2bfcbe(0x146)]=function(){const _0x568129=a119_0x2bfcbe,_0x33326f={};_0x33326f[_0x568129(0x144)]=_0x568129(0x142);const _0x21a36e=_0x33326f;return _0x21a36e[_0x568129(0x144)];};const a119_0x4feeaf={};a119_0x4feeaf[a119_0x2bfcbe(0x143)]=0x3,a119_0x4feeaf[a119_0x2bfcbe(0x146)]=function(){const _0x50491a=a119_0x2bfcbe,_0x2d13f5={};_0x2d13f5[_0x50491a(0x147)]=_0x50491a(0x13a);const _0x29f3dd=_0x2d13f5;return _0x29f3dd[_0x50491a(0x147)];};const a119_0x4e2714={};function a119_0x3d46(){const _0xe17bcd=['3688349TPGRsS','6AeJZrN','866899vSzYCb','XDFUp','7992344EGeiuH','../../utils/constants','jJttW','PtwbK','34QQebRM','3040024WRtCcy','41223VuyDjV','AutomationFrameworkState.EXECUTE','AutomationFrameworkState.NONE','AutomationFrameworkState.CREATE','4786542UtqIhC','UfPmG','AutomationFrameworkState.QUIT','find','983697crhXVi','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','value','QUeln','10GbUvRJ','toString','FVNuR','240oYPuZr'];a119_0x3d46=function(){return _0xe17bcd;};return a119_0x3d46();}a119_0x4e2714['value']=0x4,a119_0x4e2714[a119_0x2bfcbe(0x146)]=function(){const _0x44c4d6=a119_0x2bfcbe,_0x210b3e={};_0x210b3e[_0x44c4d6(0x136)]='AutomationFrameworkState.IDLE';const _0x3225a0=_0x210b3e;return _0x3225a0[_0x44c4d6(0x136)];};const a119_0xf927ca={};a119_0xf927ca[a119_0x2bfcbe(0x143)]=0x5,a119_0xf927ca['toString']=function(){const _0x16ea7a=a119_0x2bfcbe,_0x3bd4a2={};_0x3bd4a2['jJttW']=_0x16ea7a(0x13f);const _0x1f4a6a=_0x3bd4a2;return _0x1f4a6a[_0x16ea7a(0x135)];};const AutomationFrameworkState=Object['freeze']({'NONE':a119_0x1bdb4e,'CREATE':a119_0x317ff7,'PLAYWRIGHT_DISPATCH':a119_0x5b68f3,'EXECUTE':a119_0x4feeaf,'IDLE':a119_0x4e2714,'QUIT':a119_0xf927ca,'fromValue'(_0x3b10e2){const _0x4d1f10=a119_0x2bfcbe;return Object['values'](AutomationFrameworkState)[_0x4d1f10(0x140)](_0x42c65c=>_0x42c65c[_0x4d1f10(0x143)]===_0x3b10e2);}});module['exports']=AutomationFrameworkState;
1
+ const a119_0x437970=a119_0x56e7;(function(_0x4a3b15,_0x19f420){const _0x4393c6=a119_0x56e7,_0x4f02d8=_0x4a3b15();while(!![]){try{const _0x566a93=parseInt(_0x4393c6(0x111))/0x1+-parseInt(_0x4393c6(0x113))/0x2*(-parseInt(_0x4393c6(0x100))/0x3)+-parseInt(_0x4393c6(0x101))/0x4+-parseInt(_0x4393c6(0x119))/0x5*(-parseInt(_0x4393c6(0x10f))/0x6)+-parseInt(_0x4393c6(0x104))/0x7*(-parseInt(_0x4393c6(0x103))/0x8)+parseInt(_0x4393c6(0x106))/0x9+parseInt(_0x4393c6(0x112))/0xa*(-parseInt(_0x4393c6(0x10a))/0xb);if(_0x566a93===_0x19f420)break;else _0x4f02d8['push'](_0x4f02d8['shift']());}catch(_0xbdc080){_0x4f02d8['push'](_0x4f02d8['shift']());}}}(a119_0x409a,0xe306d));const {PLAYWRIGHT}=require(a119_0x437970(0x105)),a119_0x52446f={};a119_0x52446f[a119_0x437970(0xfe)]=0x0,a119_0x52446f[a119_0x437970(0x10c)]=function(){const _0x40040b=a119_0x437970,_0x5bacac={};_0x5bacac[_0x40040b(0x115)]=_0x40040b(0x118);const _0x452af5=_0x5bacac;return _0x452af5[_0x40040b(0x115)];};const a119_0x11a678={};a119_0x11a678[a119_0x437970(0xfe)]=0x1,a119_0x11a678[a119_0x437970(0x10c)]=function(){const _0x38d40c=a119_0x437970,_0x2968cb={};_0x2968cb[_0x38d40c(0x110)]='AutomationFrameworkState.CREATE';const _0x261da6=_0x2968cb;return _0x261da6[_0x38d40c(0x110)];};const a119_0x3c99b0={};function a119_0x409a(){const _0x224f68=['GbVoq','AutomationFrameworkState.NONE','61850ePjLuQ','UcBZL','value','AutomationFrameworkState.IDLE','258wKpcAm','3639024KaJxce','GsEnO','5568uomRCk','10934RxqTWy','../../utils/constants','15874398tVxQOD','values','freeze','ZRqKN','1617979ujdaNY','AutomationFrameworkState.EXECUTE','toString','exports','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','498dHECxx','zfDXi','1146390AHwLgj','270JTnSXQ','18302KNTGij','AutomationFrameworkState.QUIT','ZzSAr','find'];a119_0x409a=function(){return _0x224f68;};return a119_0x409a();}a119_0x3c99b0[a119_0x437970(0xfe)]=0x2,a119_0x3c99b0[a119_0x437970(0x10c)]=function(){const _0x4d1437=a119_0x437970,_0x42bf5b={};_0x42bf5b[_0x4d1437(0x11a)]=_0x4d1437(0x10e);const _0x1f741e=_0x42bf5b;return _0x1f741e[_0x4d1437(0x11a)];};const a119_0x4c4d8e={};a119_0x4c4d8e[a119_0x437970(0xfe)]=0x3,a119_0x4c4d8e[a119_0x437970(0x10c)]=function(){const _0x210349=a119_0x437970,_0x514e49={};_0x514e49[_0x210349(0x109)]=_0x210349(0x10b);const _0x2783eb=_0x514e49;return _0x2783eb[_0x210349(0x109)];};function a119_0x56e7(_0x41c4c7,_0x52f7ed){const _0x409acf=a119_0x409a();return a119_0x56e7=function(_0x56e7c9,_0x3721d4){_0x56e7c9=_0x56e7c9-0xfe;let _0x1a77b0=_0x409acf[_0x56e7c9];return _0x1a77b0;},a119_0x56e7(_0x41c4c7,_0x52f7ed);}const a119_0x431358={};a119_0x431358[a119_0x437970(0xfe)]=0x4,a119_0x431358[a119_0x437970(0x10c)]=function(){const _0x22fe05=a119_0x437970,_0x2ae382={};_0x2ae382[_0x22fe05(0x117)]=_0x22fe05(0xff);const _0x49803e=_0x2ae382;return _0x49803e[_0x22fe05(0x117)];};const a119_0x37fda1={};a119_0x37fda1[a119_0x437970(0xfe)]=0x5,a119_0x37fda1[a119_0x437970(0x10c)]=function(){const _0x1afc6b=a119_0x437970,_0x3941e6={};_0x3941e6[_0x1afc6b(0x102)]=_0x1afc6b(0x114);const _0xcb047d=_0x3941e6;return _0xcb047d[_0x1afc6b(0x102)];};const AutomationFrameworkState=Object[a119_0x437970(0x108)]({'NONE':a119_0x52446f,'CREATE':a119_0x11a678,'PLAYWRIGHT_DISPATCH':a119_0x3c99b0,'EXECUTE':a119_0x4c4d8e,'IDLE':a119_0x431358,'QUIT':a119_0x37fda1,'fromValue'(_0x36a303){const _0x485ee3=a119_0x437970;return Object[_0x485ee3(0x107)](AutomationFrameworkState)[_0x485ee3(0x116)](_0x2be9f8=>_0x2be9f8['value']===_0x36a303);}});module[a119_0x437970(0x10d)]=AutomationFrameworkState;
@@ -1 +1 @@
1
- const a120_0x396ffd=a120_0x49aa;(function(_0x4352e0,_0x5dc5e6){const _0x17ee05=a120_0x49aa,_0x553059=_0x4352e0();while(!![]){try{const _0x2a4c3b=parseInt(_0x17ee05(0x12b))/0x1+parseInt(_0x17ee05(0x12e))/0x2*(parseInt(_0x17ee05(0x130))/0x3)+-parseInt(_0x17ee05(0x131))/0x4*(-parseInt(_0x17ee05(0x11e))/0x5)+-parseInt(_0x17ee05(0x126))/0x6*(parseInt(_0x17ee05(0x120))/0x7)+parseInt(_0x17ee05(0x12d))/0x8*(-parseInt(_0x17ee05(0x11d))/0x9)+-parseInt(_0x17ee05(0x127))/0xa*(parseInt(_0x17ee05(0x129))/0xb)+parseInt(_0x17ee05(0x12c))/0xc;if(_0x2a4c3b===_0x5dc5e6)break;else _0x553059['push'](_0x553059['shift']());}catch(_0x17b3ca){_0x553059['push'](_0x553059['shift']());}}}(a120_0x19e8,0xac1a6));const a120_0x39584a={};function a120_0x49aa(_0xc8d148,_0x19e4f0){const _0x19e893=a120_0x19e8();return a120_0x49aa=function(_0x49aa81,_0x5c7bfe){_0x49aa81=_0x49aa81-0x11d;let _0x22fd00=_0x19e893[_0x49aa81];return _0x22fd00;},a120_0x49aa(_0xc8d148,_0x19e4f0);}a120_0x39584a[a120_0x396ffd(0x121)]=0x0,a120_0x39584a['toString']=function(){const _0x5b6b14=a120_0x396ffd,_0x25f50b={};_0x25f50b['BXvOC']=_0x5b6b14(0x11f);const _0x23efcd=_0x25f50b;return _0x23efcd[_0x5b6b14(0x124)];};const a120_0x188f9f={};a120_0x188f9f[a120_0x396ffd(0x121)]=0x1,a120_0x188f9f[a120_0x396ffd(0x128)]=function(){const _0x51a127=a120_0x396ffd,_0x18c5a6={};_0x18c5a6[_0x51a127(0x122)]='HookState.PRE';const _0x20088b=_0x18c5a6;return _0x20088b['PqTcI'];};const a120_0x51ee0a={};a120_0x51ee0a[a120_0x396ffd(0x121)]=0x2,a120_0x51ee0a['toString']=function(){const _0x2bda25=a120_0x396ffd,_0x11f0b5={};_0x11f0b5[_0x2bda25(0x12a)]='HookState.POST';const _0x1f3a75=_0x11f0b5;return _0x1f3a75[_0x2bda25(0x12a)];};const HookState=Object[a120_0x396ffd(0x125)]({'NONE':a120_0x39584a,'PRE':a120_0x188f9f,'POST':a120_0x51ee0a,'fromValue'(_0x585340){const _0x1f7a57=a120_0x396ffd;return Object[_0x1f7a57(0x123)](HookState)[_0x1f7a57(0x12f)](_0x1ec3f5=>_0x1ec3f5['value']===_0x585340);}});module['exports']=HookState;function a120_0x19e8(){const _0x18a907=['values','BXvOC','freeze','312nDpinv','4345840RVTdul','toString','11WHByBx','oUvks','917512YqYZPr','1394772kQrAsQ','86600AZGONR','2CNkIcz','find','3067899FYyJqw','417108PXAjMO','45THakBr','15ywPEUl','HookState.NONE','158249UDRcWO','value','PqTcI'];a120_0x19e8=function(){return _0x18a907;};return a120_0x19e8();}
1
+ const a120_0x34be7d=a120_0x4da9;(function(_0x5cee36,_0x214b75){const _0x14716c=a120_0x4da9,_0x17add9=_0x5cee36();while(!![]){try{const _0x3e6e0d=-parseInt(_0x14716c(0x7c))/0x1+parseInt(_0x14716c(0x71))/0x2+-parseInt(_0x14716c(0x72))/0x3+-parseInt(_0x14716c(0x74))/0x4+parseInt(_0x14716c(0x7b))/0x5*(parseInt(_0x14716c(0x7f))/0x6)+-parseInt(_0x14716c(0x76))/0x7+parseInt(_0x14716c(0x7e))/0x8;if(_0x3e6e0d===_0x214b75)break;else _0x17add9['push'](_0x17add9['shift']());}catch(_0xc6307f){_0x17add9['push'](_0x17add9['shift']());}}}(a120_0x3b4f,0x6c084));const a120_0x18aef9={};function a120_0x4da9(_0x21dc63,_0x237681){const _0x3b4f97=a120_0x3b4f();return a120_0x4da9=function(_0x4da94e,_0x193904){_0x4da94e=_0x4da94e-0x71;let _0x1ef992=_0x3b4f97[_0x4da94e];return _0x1ef992;},a120_0x4da9(_0x21dc63,_0x237681);}a120_0x18aef9[a120_0x34be7d(0x77)]=0x0,a120_0x18aef9[a120_0x34be7d(0x80)]=function(){const _0x2b6577=a120_0x34be7d,_0x315100={};_0x315100[_0x2b6577(0x82)]='HookState.NONE';const _0x456f1c=_0x315100;return _0x456f1c[_0x2b6577(0x82)];};const a120_0x2ab7f3={};a120_0x2ab7f3[a120_0x34be7d(0x77)]=0x1,a120_0x2ab7f3[a120_0x34be7d(0x80)]=function(){const _0x5abc84=a120_0x34be7d,_0x5cbe6b={};_0x5cbe6b['dXsHl']=_0x5abc84(0x7d);const _0x3c7ed1=_0x5cbe6b;return _0x3c7ed1[_0x5abc84(0x7a)];};const a120_0x11646a={};a120_0x11646a[a120_0x34be7d(0x77)]=0x2,a120_0x11646a[a120_0x34be7d(0x80)]=function(){const _0x2320f5=a120_0x34be7d,_0x41a6ef={};_0x41a6ef['KOZec']='HookState.POST';const _0x400370=_0x41a6ef;return _0x400370[_0x2320f5(0x73)];};function a120_0x3b4f(){const _0x3a9564=['dXsHl','15BrpRRW','36803nzYAyI','HookState.PRE','6371864UpGerO','1683888yWnyYg','toString','freeze','YywwG','1484700RxXwmK','1744959FQhQeo','KOZec','1757572CuipOn','find','6162996cofkIJ','value','exports','values'];a120_0x3b4f=function(){return _0x3a9564;};return a120_0x3b4f();}const HookState=Object[a120_0x34be7d(0x81)]({'NONE':a120_0x18aef9,'PRE':a120_0x2ab7f3,'POST':a120_0x11646a,'fromValue'(_0x396872){const _0x19fe3c=a120_0x34be7d;return Object[_0x19fe3c(0x79)](HookState)[_0x19fe3c(0x75)](_0x3218b9=>_0x3218b9[_0x19fe3c(0x77)]===_0x396872);}});module[a120_0x34be7d(0x78)]=HookState;
@@ -1 +1 @@
1
- function a121_0x1787(_0x54dabe,_0x3428a9){const _0x568cec=a121_0x568c();return a121_0x1787=function(_0x17872e,_0x30f3be){_0x17872e=_0x17872e-0x6f;let _0x1120ff=_0x568cec[_0x17872e];return _0x1120ff;},a121_0x1787(_0x54dabe,_0x3428a9);}const a121_0x327cbf=a121_0x1787;(function(_0x443adc,_0x43472f){const _0x3b7b72=a121_0x1787,_0x53cfe2=_0x443adc();while(!![]){try{const _0x4f0d76=parseInt(_0x3b7b72(0x89))/0x1+parseInt(_0x3b7b72(0x7d))/0x2*(-parseInt(_0x3b7b72(0x85))/0x3)+parseInt(_0x3b7b72(0x8d))/0x4*(parseInt(_0x3b7b72(0x81))/0x5)+parseInt(_0x3b7b72(0x82))/0x6+-parseInt(_0x3b7b72(0x7c))/0x7*(-parseInt(_0x3b7b72(0x8f))/0x8)+parseInt(_0x3b7b72(0x78))/0x9+-parseInt(_0x3b7b72(0x8a))/0xa*(parseInt(_0x3b7b72(0x7b))/0xb);if(_0x4f0d76===_0x43472f)break;else _0x53cfe2['push'](_0x53cfe2['shift']());}catch(_0x505386){_0x53cfe2['push'](_0x53cfe2['shift']());}}}(a121_0x568c,0xa3287));const a121_0x58d83f={};a121_0x58d83f['value']=0x0,a121_0x58d83f[a121_0x327cbf(0x7f)]=function(){const _0x3f8a38=a121_0x327cbf,_0x1a9ca5={};_0x1a9ca5[_0x3f8a38(0x6f)]='TestFrameworkState.NONE';const _0x2ef76b=_0x1a9ca5;return _0x2ef76b['trclJ'];};const a121_0x52bd9c={};a121_0x52bd9c[a121_0x327cbf(0x8b)]=0x1,a121_0x52bd9c[a121_0x327cbf(0x7f)]=function(){const _0x486964=a121_0x327cbf,_0xbccd47={};_0xbccd47[_0x486964(0x83)]=_0x486964(0x91);const _0x55defd=_0xbccd47;return _0x55defd[_0x486964(0x83)];};const a121_0x475a79={};a121_0x475a79['value']=0x2,a121_0x475a79['toString']=function(){const _0x5ae775=a121_0x327cbf,_0x2b8e3c={};_0x2b8e3c[_0x5ae775(0x74)]=_0x5ae775(0x71);const _0x4ec131=_0x2b8e3c;return _0x4ec131['qfJdg'];};const a121_0x57eadd={};a121_0x57eadd['value']=0x3,a121_0x57eadd[a121_0x327cbf(0x7f)]=function(){const _0x3c4cbe=a121_0x327cbf,_0x424129={};_0x424129[_0x3c4cbe(0x76)]=_0x3c4cbe(0x84);const _0x4471f7=_0x424129;return _0x4471f7[_0x3c4cbe(0x76)];};const a121_0x5d5f8a={};a121_0x5d5f8a[a121_0x327cbf(0x8b)]=0x4,a121_0x5d5f8a[a121_0x327cbf(0x7f)]=function(){const _0x13db35=a121_0x327cbf,_0x42e047={};_0x42e047['pBeFT']=_0x13db35(0x72);const _0x1c31ab=_0x42e047;return _0x1c31ab[_0x13db35(0x87)];};const a121_0x4b775d={};a121_0x4b775d['value']=0x5,a121_0x4b775d['toString']=function(){const _0x27e818=a121_0x327cbf,_0x5518fb={};_0x5518fb[_0x27e818(0x92)]='TestFrameworkState.BEFORE_EACH';const _0x228cb1=_0x5518fb;return _0x228cb1[_0x27e818(0x92)];};const a121_0x3df543={};a121_0x3df543['value']=0x6,a121_0x3df543[a121_0x327cbf(0x7f)]=function(){const _0x42a67f=a121_0x327cbf,_0x434aa5={};_0x434aa5['dPZzT']=_0x42a67f(0x7a);const _0x44443e=_0x434aa5;return _0x44443e['dPZzT'];};const a121_0x2f86fa={};a121_0x2f86fa[a121_0x327cbf(0x8b)]=0x7,a121_0x2f86fa[a121_0x327cbf(0x7f)]=function(){const _0x3f3690=a121_0x327cbf,_0x38483d={};_0x38483d['JPHyt']=_0x3f3690(0x77);const _0xdaa1f4=_0x38483d;return _0xdaa1f4[_0x3f3690(0x70)];};const a121_0x509156={};a121_0x509156['value']=0x8,a121_0x509156['toString']=function(){const _0x503e56=a121_0x327cbf,_0xd842bf={};_0xd842bf[_0x503e56(0x7e)]=_0x503e56(0x79);const _0x21aea3=_0xd842bf;return _0x21aea3[_0x503e56(0x7e)];};const a121_0x3390d2={};a121_0x3390d2[a121_0x327cbf(0x8b)]=0x9,a121_0x3390d2[a121_0x327cbf(0x7f)]=function(){const _0x5683f0=a121_0x327cbf,_0x231907={};_0x231907[_0x5683f0(0x75)]=_0x5683f0(0x90);const _0x9581e7=_0x231907;return _0x9581e7[_0x5683f0(0x75)];};function a121_0x568c(){const _0x474b4f=['3znafbw','NbLye','pBeFT','PHIYD','578872tkUvVd','480OMCDtY','value','lupWE','12wxhmZc','TestFrameworkState.TEST_SCREENSHOT','24UXtWBn','TestFrameworkState.LOG_REPORT','TestFrameworkState.BEFORE_ALL','LYFAM','trclJ','JPHyt','TestFrameworkState.LOG','TestFrameworkState.INIT_TEST','values','qfJdg','pGWUC','bjEQt','TestFrameworkState.TEST','9301824MKdIFG','TestFrameworkState.STEP','TestFrameworkState.AFTER_EACH','402853VqaVeX','1077202qvwNYO','1004252IQlibt','ZOjOG','toString','exports','169805GpJuQG','4514256VHwVRW','ngLgZ','TestFrameworkState.SETUP_FIXTURE'];a121_0x568c=function(){return _0x474b4f;};return a121_0x568c();}const a121_0x1698e5={};a121_0x1698e5[a121_0x327cbf(0x8b)]=0xa,a121_0x1698e5[a121_0x327cbf(0x7f)]=function(){const _0x183a50=a121_0x327cbf,_0x3560ef={};_0x3560ef['lupWE']='TestFrameworkState.AFTER_ALL';const _0x15c1fd=_0x3560ef;return _0x15c1fd[_0x183a50(0x8c)];};const a121_0x380393={};a121_0x380393[a121_0x327cbf(0x8b)]=0xb,a121_0x380393['toString']=function(){const _0x238abd=a121_0x327cbf,_0x5b6583={};_0x5b6583[_0x238abd(0x88)]=_0x238abd(0x8e);const _0x528dfd=_0x5b6583;return _0x528dfd[_0x238abd(0x88)];};const a121_0x4e61cd={};a121_0x4e61cd[a121_0x327cbf(0x8b)]=0xc,a121_0x4e61cd['toString']=function(){const _0x13d0a7=a121_0x327cbf,_0x489740={};_0x489740[_0x13d0a7(0x86)]='TestFrameworkState.TEST_STEP';const _0x6bf0ef=_0x489740;return _0x6bf0ef['NbLye'];};const TestFrameworkState=Object['freeze']({'NONE':a121_0x58d83f,'BEFORE_ALL':a121_0x52bd9c,'LOG':a121_0x475a79,'SETUP_FIXTURE':a121_0x57eadd,'INIT_TEST':a121_0x5d5f8a,'BEFORE_EACH':a121_0x4b775d,'AFTER_EACH':a121_0x3df543,'TEST':a121_0x2f86fa,'STEP':a121_0x509156,'LOG_REPORT':a121_0x3390d2,'AFTER_ALL':a121_0x1698e5,'TEST_SCREENSHOT':a121_0x380393,'TEST_STEP':a121_0x4e61cd,'fromValue'(_0x17cfb4){const _0x54c5d1=a121_0x327cbf;return Object[_0x54c5d1(0x73)](TestFrameworkState)['find'](_0x5d240=>_0x5d240[_0x54c5d1(0x8b)]===_0x17cfb4);}});module[a121_0x327cbf(0x80)]=TestFrameworkState;
1
+ const a121_0x405423=a121_0x55e0;(function(_0x478c9f,_0x1ca3b0){const _0x46a549=a121_0x55e0,_0x24caeb=_0x478c9f();while(!![]){try{const _0x157607=-parseInt(_0x46a549(0x1a2))/0x1*(parseInt(_0x46a549(0x1a7))/0x2)+-parseInt(_0x46a549(0x1a5))/0x3+parseInt(_0x46a549(0x1af))/0x4*(parseInt(_0x46a549(0x19d))/0x5)+parseInt(_0x46a549(0x1ae))/0x6+parseInt(_0x46a549(0x1b2))/0x7+-parseInt(_0x46a549(0x19c))/0x8*(-parseInt(_0x46a549(0x1a0))/0x9)+-parseInt(_0x46a549(0x1ac))/0xa;if(_0x157607===_0x1ca3b0)break;else _0x24caeb['push'](_0x24caeb['shift']());}catch(_0x1fef25){_0x24caeb['push'](_0x24caeb['shift']());}}}(a121_0x15bb,0xaa799));const a121_0x59e88b={};a121_0x59e88b[a121_0x405423(0x197)]=0x0,a121_0x59e88b['toString']=function(){const _0x3a35c9=a121_0x405423,_0x783a09={};_0x783a09[_0x3a35c9(0x1a3)]='TestFrameworkState.NONE';const _0x15733a=_0x783a09;return _0x15733a[_0x3a35c9(0x1a3)];};const a121_0x1d30db={};a121_0x1d30db[a121_0x405423(0x197)]=0x1,a121_0x1d30db[a121_0x405423(0x19e)]=function(){const _0x20d4d0=a121_0x405423,_0x341e39={};_0x341e39[_0x20d4d0(0x1ab)]='TestFrameworkState.BEFORE_ALL';const _0x51466b=_0x341e39;return _0x51466b[_0x20d4d0(0x1ab)];};const a121_0x418419={};a121_0x418419[a121_0x405423(0x197)]=0x2,a121_0x418419[a121_0x405423(0x19e)]=function(){const _0x2d3746=a121_0x405423,_0x4463ff={};_0x4463ff[_0x2d3746(0x1b5)]=_0x2d3746(0x1b0);const _0x1de47e=_0x4463ff;return _0x1de47e['uVRCq'];};const a121_0x5b2d61={};a121_0x5b2d61[a121_0x405423(0x197)]=0x3,a121_0x5b2d61[a121_0x405423(0x19e)]=function(){const _0x509509=a121_0x405423,_0x138e75={};_0x138e75[_0x509509(0x1b3)]='TestFrameworkState.SETUP_FIXTURE';const _0x346eb6=_0x138e75;return _0x346eb6[_0x509509(0x1b3)];};const a121_0x201a64={};a121_0x201a64[a121_0x405423(0x197)]=0x4,a121_0x201a64[a121_0x405423(0x19e)]=function(){const _0x442fef=a121_0x405423,_0x50ae30={};_0x50ae30['vakwE']=_0x442fef(0x199);const _0x3bdc75=_0x50ae30;return _0x3bdc75[_0x442fef(0x196)];};const a121_0x59cfcf={};a121_0x59cfcf[a121_0x405423(0x197)]=0x5,a121_0x59cfcf['toString']=function(){const _0x430d1b=a121_0x405423,_0x2d5b17={};_0x2d5b17[_0x430d1b(0x1a6)]=_0x430d1b(0x1b8);const _0x50c907=_0x2d5b17;return _0x50c907[_0x430d1b(0x1a6)];};const a121_0x31851d={};a121_0x31851d['value']=0x6,a121_0x31851d[a121_0x405423(0x19e)]=function(){const _0x47ba4b=a121_0x405423,_0x5cfd33={};_0x5cfd33[_0x47ba4b(0x1a1)]=_0x47ba4b(0x198);const _0x12195b=_0x5cfd33;return _0x12195b['JxQNq'];};const a121_0x2c5d59={};a121_0x2c5d59[a121_0x405423(0x197)]=0x7,a121_0x2c5d59['toString']=function(){const _0x129b2c=a121_0x405423,_0x45c640={};_0x45c640[_0x129b2c(0x1b4)]=_0x129b2c(0x1a4);const _0x2c1d78=_0x45c640;return _0x2c1d78[_0x129b2c(0x1b4)];};const a121_0x334a2c={};a121_0x334a2c['value']=0x8,a121_0x334a2c[a121_0x405423(0x19e)]=function(){const _0x1e65a4=a121_0x405423,_0x2f4669={};_0x2f4669['WijSq']=_0x1e65a4(0x1aa);const _0x561865=_0x2f4669;return _0x561865['WijSq'];};const a121_0xb0ad05={};function a121_0x55e0(_0xaabd03,_0x43e105){const _0x15bbd9=a121_0x15bb();return a121_0x55e0=function(_0x55e0f0,_0x5865e6){_0x55e0f0=_0x55e0f0-0x195;let _0x502dd7=_0x15bbd9[_0x55e0f0];return _0x502dd7;},a121_0x55e0(_0xaabd03,_0x43e105);}function a121_0x15bb(){const _0x55fbbb=['find','432ubOgPa','110795RsZfzN','toString','NdUSA','40113gDMmXS','JxQNq','9ZFcJUt','dpfim','TestFrameworkState.TEST','1911441sVJHGP','XCEMV','62268BrhZvc','freeze','TestFrameworkState.TEST_STEP','TestFrameworkState.STEP','gAwNd','5076840ePZCXu','TestFrameworkState.TEST_SCREENSHOT','4174524NTCIVv','84RNfSST','TestFrameworkState.LOG','mXnJN','5050717vWiJTy','bOvfm','Yiwat','uVRCq','TestFrameworkState.LOG_REPORT','atHEZ','TestFrameworkState.BEFORE_EACH','values','vakwE','value','TestFrameworkState.AFTER_EACH','TestFrameworkState.INIT_TEST','jGWvR'];a121_0x15bb=function(){return _0x55fbbb;};return a121_0x15bb();}a121_0xb0ad05[a121_0x405423(0x197)]=0x9,a121_0xb0ad05['toString']=function(){const _0x3577a5=a121_0x405423,_0x3b3618={};_0x3b3618[_0x3577a5(0x1b1)]=_0x3577a5(0x1b6);const _0x1decd8=_0x3b3618;return _0x1decd8[_0x3577a5(0x1b1)];};const a121_0xd508a8={};a121_0xd508a8[a121_0x405423(0x197)]=0xa,a121_0xd508a8[a121_0x405423(0x19e)]=function(){const _0x449759=a121_0x405423,_0x39926b={};_0x39926b[_0x449759(0x19f)]='TestFrameworkState.AFTER_ALL';const _0x2e63ed=_0x39926b;return _0x2e63ed[_0x449759(0x19f)];};const a121_0x1c1956={};a121_0x1c1956[a121_0x405423(0x197)]=0xb,a121_0x1c1956['toString']=function(){const _0x3e3c3c=a121_0x405423,_0x30446a={};_0x30446a[_0x3e3c3c(0x1b7)]=_0x3e3c3c(0x1ad);const _0x5f4e03=_0x30446a;return _0x5f4e03[_0x3e3c3c(0x1b7)];};const a121_0x161866={};a121_0x161866['value']=0xc,a121_0x161866[a121_0x405423(0x19e)]=function(){const _0x2a9309=a121_0x405423,_0x1df3d6={};_0x1df3d6[_0x2a9309(0x19a)]=_0x2a9309(0x1a9);const _0x2b2371=_0x1df3d6;return _0x2b2371['jGWvR'];};const TestFrameworkState=Object[a121_0x405423(0x1a8)]({'NONE':a121_0x59e88b,'BEFORE_ALL':a121_0x1d30db,'LOG':a121_0x418419,'SETUP_FIXTURE':a121_0x5b2d61,'INIT_TEST':a121_0x201a64,'BEFORE_EACH':a121_0x59cfcf,'AFTER_EACH':a121_0x31851d,'TEST':a121_0x2c5d59,'STEP':a121_0x334a2c,'LOG_REPORT':a121_0xb0ad05,'AFTER_ALL':a121_0xd508a8,'TEST_SCREENSHOT':a121_0x1c1956,'TEST_STEP':a121_0x161866,'fromValue'(_0x18e57e){const _0x43609e=a121_0x405423;return Object[_0x43609e(0x195)](TestFrameworkState)[_0x43609e(0x19b)](_0x1b85b4=>_0x1b85b4['value']===_0x18e57e);}});module['exports']=TestFrameworkState;
@@ -1 +1 @@
1
- function a122_0x3d02(){const _0x484006=['trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','createWriteStream','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','KEY_FILE_PATH','finish','lIiXv','format','addMultipleEntries','logger','trackFile','Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.','emuoQ','ISeaQ','RgCsH','testhubConfig','grRen','./framework/automationFramework','existsSync','join','getState','./state/testFrameworkState','uploadAttachments','IwOCj','uVmHe','KEY_FILE_LEVEL','homedir','http://','error','dEdDo','PJbjQ','basename','20JuyMSV','fwDSN','aKnTc','util','Created\x20.browserstack\x20folder\x20at:\x20%s','getTestFramework','mYMKI','2928414nrxKeq','currentTest','GSagU',',\x20filepath:\x20','595481dMxJPI','https','close','File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.','Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload','UKpaD','toFixed','.browserstack','unlinkSync','Attachment\x20file\x20tracked\x20for\x20upload:\x20%s','statSync','jiVZQ','4GqarQQ','Cleared\x20attachment\x20folder','trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20','KEY_FILE_NAME','SlcTb','16523748jsSnYL','name','./TestInfo','KEY_FILE_SIZE','./state/hookState','get','size','./browserstackCLI','force','resolveInstance','POST','vuvlq','function','CrgRh','QGPDx','xCjYk','trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','../../helpers/classLogger.js','__jestCurrentTestIdentifier','rYNTs','Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s','Created\x20folder:\x20%s','hxjwz','1529300wFvtja','SyZpK','https://','http','2552284rphwQF','clearAttachments','getTrackedInstance','message','path','Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload','mkdirSync','trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20','10140120qkGTNL','qYEfN','kemAu','buildHashedId','FPTdQ','tLXPY','getInstance','vBtxc','startsWith','getCurrentTestUUID','zjSce','cSZoJ','./cliUtils','setTestDetails','./modules/playwrightDriverModule','tDnMV','owyXv','getTestFrameworkDetail','455884dgRuGB','debug','trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','KEY_TEST_ATTACHMENTS','No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s','ayxYD','getTestDetails','biNzF','__workerDetails','TEST','getTestIdentifierFromTestInfo','statusCode','kvkUu','TestHubModule','BuildLevel','Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.','retry','HnIqq','MrevV','3bpyffW','trackFile:\x20node-generic\x20testId\x20fallback\x20failed:\x20','modules','pLiJZ'];a122_0x3d02=function(){return _0x484006;};return a122_0x3d02();}const a122_0x23b9b1=a122_0x2b14;(function(_0x43f440,_0x2065ac){const _0x23312f=a122_0x2b14,_0x4297b4=_0x43f440();while(!![]){try{const _0x3f8085=-parseInt(_0x23312f(0x193))/0x1*(parseInt(_0x23312f(0x19f))/0x2)+parseInt(_0x23312f(0x1ec))/0x3*(-parseInt(_0x23312f(0x1d9))/0x4)+-parseInt(_0x23312f(0x1bb))/0x5+-parseInt(_0x23312f(0x18f))/0x6+parseInt(_0x23312f(0x1bf))/0x7+-parseInt(_0x23312f(0x1c7))/0x8+parseInt(_0x23312f(0x1a4))/0x9*(parseInt(_0x23312f(0x188))/0xa);if(_0x3f8085===_0x2065ac)break;else _0x4297b4['push'](_0x4297b4['shift']());}catch(_0x3c3bc2){_0x4297b4['push'](_0x4297b4['shift']());}}}(a122_0x3d02,0xa39e3));const os=require('os'),fs=require('fs'),path=require(a122_0x23b9b1(0x1c3)),util=require(a122_0x23b9b1(0x18b)),BrowserstackCLI=require(a122_0x23b9b1(0x1ab)),https=require(a122_0x23b9b1(0x194)),http=require(a122_0x23b9b1(0x1be)),AutomationFramework=require(a122_0x23b9b1(0x179)),PlaywrightDriverModule=require(a122_0x23b9b1(0x1d5)),TestInfo=require(a122_0x23b9b1(0x1a6)),TestFrameworkConstants=require('./framework/constants/testFrameworkConstants'),{createClassLogger}=require(a122_0x23b9b1(0x1b5));function a122_0x2b14(_0x160e49,_0x22c50e){const _0x3d0291=a122_0x3d02();return a122_0x2b14=function(_0x2b140a,_0x5f4cd4){_0x2b140a=_0x2b140a-0x16e;let _0x5c57ad=_0x3d0291[_0x2b140a];return _0x5c57ad;},a122_0x2b14(_0x160e49,_0x22c50e);}class uploadAttachmentsManager{static [a122_0x23b9b1(0x171)]=createClassLogger('uploadAttachmentsManager');static[a122_0x23b9b1(0x17e)](_0x4b0353,_0x3fa73c=![]){const _0x1b698d=a122_0x23b9b1,_0x3bfe79={};_0x3bfe79['gKprX']=function(_0x3dbfbc,_0x49284a){return _0x3dbfbc/_0x49284a;},_0x3bfe79[_0x1b698d(0x1ef)]=function(_0x5313c4,_0x3e2bd5){return _0x5313c4*_0x3e2bd5;},_0x3bfe79[_0x1b698d(0x1c8)]=function(_0x5c92f1,_0x262389){return _0x5c92f1>_0x262389;},_0x3bfe79['SlcTb']=_0x1b698d(0x1e8),_0x3bfe79[_0x1b698d(0x1c9)]='File\x20downloaded\x20to:\x20%s',_0x3bfe79[_0x1b698d(0x1d7)]=function(_0x491acb,_0x3ad848){return _0x491acb===_0x3ad848;},_0x3bfe79[_0x1b698d(0x1cb)]=_0x1b698d(0x1f4),_0x3bfe79[_0x1b698d(0x1de)]=_0x1b698d(0x1c4),_0x3bfe79[_0x1b698d(0x19e)]=_0x1b698d(0x1f2),_0x3bfe79[_0x1b698d(0x176)]='Attachment\x20recevied\x20for\x20path:\x20%s',_0x3bfe79[_0x1b698d(0x1d1)]=_0x1b698d(0x19a),_0x3bfe79[_0x1b698d(0x174)]='.browserstack\x20folder\x20not\x20found\x20at:\x20%s',_0x3bfe79[_0x1b698d(0x1b1)]=_0x1b698d(0x18c),_0x3bfe79[_0x1b698d(0x185)]=_0x1b698d(0x1b9),_0x3bfe79['kvkUu']=_0x1b698d(0x173),_0x3bfe79['PJbjQ']=_0x1b698d(0x1bd),_0x3bfe79['KdXdq']=_0x1b698d(0x183),_0x3bfe79['biNzF']=_0x1b698d(0x184),_0x3bfe79[_0x1b698d(0x1d2)]=_0x1b698d(0x1b8),_0x3bfe79['DwzpZ']=function(_0x1296d4,_0x5cebf1){return _0x1296d4/_0x5cebf1;},_0x3bfe79[_0x1b698d(0x1b7)]=function(_0x36f2b9,_0xaa0e36){return _0x36f2b9*_0xaa0e36;},_0x3bfe79['QGPDx']=function(_0x430084,_0x484568){return _0x430084>_0x484568;},_0x3bfe79[_0x1b698d(0x1b3)]=_0x1b698d(0x196);const _0x5af808=_0x3bfe79;this['logger'][_0x1b698d(0x1da)](util[_0x1b698d(0x16f)](_0x5af808[_0x1b698d(0x176)],_0x4b0353));const _0xc8aab4=os[_0x1b698d(0x182)](),_0x372023=path['join'](_0xc8aab4,_0x5af808[_0x1b698d(0x1d1)]);!fs['existsSync'](_0x372023)&&(this['logger'][_0x1b698d(0x1da)](util['format'](_0x5af808[_0x1b698d(0x174)],_0x372023)),fs[_0x1b698d(0x1c5)](_0x372023),this[_0x1b698d(0x171)][_0x1b698d(0x1da)](util[_0x1b698d(0x16f)](_0x5af808[_0x1b698d(0x1b1)],_0x372023)));const _0x5c5044=BrowserstackCLI['getInstance']()[_0x1b698d(0x1ee)][_0x1b698d(0x1e6)]?.['testhubConfig']?.['toObject']()?.[_0x1b698d(0x1ca)],_0x4d4bae=path[_0x1b698d(0x17b)](_0x372023,_0x5c5044);!fs[_0x1b698d(0x17a)](_0x4d4bae)&&(fs[_0x1b698d(0x1c5)](_0x4d4bae),this[_0x1b698d(0x171)]['debug'](util['format'](_0x5af808[_0x1b698d(0x185)],_0x4d4bae)));if(_0x5af808[_0x1b698d(0x1d7)](_0x4b0353['trim'](),'')){this[_0x1b698d(0x171)]['debug'](util['format'](_0x5af808[_0x1b698d(0x1e5)]));return;}if(_0x4b0353[_0x1b698d(0x1cf)](_0x5af808[_0x1b698d(0x186)])||_0x4b0353[_0x1b698d(0x1cf)](_0x5af808['KdXdq'])){const _0x2eb5bc=_0x4b0353['startsWith'](_0x5af808['PJbjQ'])?https:http,_0x256417=path['basename'](_0x4b0353),_0x1bd67f=path[_0x1b698d(0x17b)](_0x4d4bae,_0x256417),_0x34f374=fs[_0x1b698d(0x1f1)](_0x1bd67f);_0x2eb5bc[_0x1b698d(0x1a9)](_0x4b0353,_0xe27ff2=>{const _0x2a0c16=_0x1b698d,_0x1a2ac9={'IwOCj':function(_0x3faba3,_0x155bf9){return _0x5af808['gKprX'](_0x3faba3,_0x155bf9);},'eNMqP':function(_0x24314f,_0x4ffe4a){const _0x27a14e=a122_0x2b14;return _0x5af808[_0x27a14e(0x1ef)](_0x24314f,_0x4ffe4a);},'GzRNl':function(_0xdcf33d,_0x56dbc9){const _0x3b49c6=a122_0x2b14;return _0x5af808[_0x3b49c6(0x1c8)](_0xdcf33d,_0x56dbc9);},'MrevV':_0x5af808[_0x2a0c16(0x1a3)],'ISeaQ':_0x5af808[_0x2a0c16(0x1c9)]};if(_0x5af808[_0x2a0c16(0x1d7)](_0xe27ff2[_0x2a0c16(0x1e4)],0xc8))_0xe27ff2['pipe'](_0x34f374),_0x34f374['on'](_0x5af808[_0x2a0c16(0x1cb)],()=>{const _0x1badf0=_0x2a0c16;_0x34f374[_0x1badf0(0x195)]();const _0x534f99=fs[_0x1badf0(0x19d)](_0x1bd67f),_0x31df21=_0x1a2ac9[_0x1badf0(0x17f)](_0x534f99[_0x1badf0(0x1aa)],_0x1a2ac9['eNMqP'](0x400,0x400));if(_0x1a2ac9['GzRNl'](_0x31df21,0x64)){this[_0x1badf0(0x171)][_0x1badf0(0x1da)](util[_0x1badf0(0x16f)](_0x1a2ac9[_0x1badf0(0x1eb)],_0x31df21[_0x1badf0(0x199)](0x2))),fs[_0x1badf0(0x19b)](_0x1bd67f);return;}this[_0x1badf0(0x171)][_0x1badf0(0x1da)](util['format'](_0x1a2ac9[_0x1badf0(0x175)],_0x1bd67f)),uploadAttachmentsManager[_0x1badf0(0x172)](_0x1bd67f,_0x3fa73c);});else{this['logger']['debug'](util['format'](_0x5af808[_0x2a0c16(0x1de)],_0xe27ff2[_0x2a0c16(0x1e4)])),_0x34f374[_0x2a0c16(0x195)](),fs['unlinkSync'](_0x1bd67f);return;}})['on'](_0x5af808[_0x1b698d(0x1e0)],_0x1f6577=>{const _0x488a15=_0x1b698d;this[_0x488a15(0x171)][_0x488a15(0x1da)](util[_0x488a15(0x16f)](_0x5af808[_0x488a15(0x19e)],_0x1f6577[_0x488a15(0x1c2)])),_0x34f374['close'](),fs[_0x488a15(0x19b)](_0x1bd67f);return;});}else{if(!fs['existsSync'](_0x4b0353)){this[_0x1b698d(0x171)]['debug'](util[_0x1b698d(0x16f)](_0x5af808[_0x1b698d(0x1d2)],_0x4b0353));return;}const _0x2b3229=fs[_0x1b698d(0x19d)](_0x4b0353),_0x3ff025=_0x5af808['DwzpZ'](_0x2b3229[_0x1b698d(0x1aa)],_0x5af808[_0x1b698d(0x1b7)](0x400,0x400));if(_0x5af808[_0x1b698d(0x1b2)](_0x3ff025,0x64)){this[_0x1b698d(0x171)][_0x1b698d(0x1da)](util['format'](_0x5af808[_0x1b698d(0x1b3)],_0x3ff025['toFixed'](0x2)));return;}const _0x42a1ca=path[_0x1b698d(0x187)](_0x4b0353),_0x25c6a6=path[_0x1b698d(0x17b)](_0x4d4bae,_0x42a1ca);fs['copyFileSync'](_0x4b0353,_0x25c6a6),uploadAttachmentsManager[_0x1b698d(0x172)](_0x25c6a6,_0x3fa73c);}}static[a122_0x23b9b1(0x172)](_0x37cf0d,_0x1e507b){const _0x5d66b0=a122_0x23b9b1,_0x5aa10c={'mNQGW':function(_0x4bd6d6,_0x5399c3){return _0x4bd6d6(_0x5399c3);},'fwDSN':'./browserstackCLI','lIiXv':function(_0x4cc250,_0x990302){return _0x4cc250(_0x990302);},'HnIqq':_0x5d66b0(0x1d3),'SyZpK':function(_0xaea300,_0x41e2a2){return _0xaea300===_0x41e2a2;},'vuvlq':'jest','tLXPY':function(_0x1ed154,_0x2d58bf){return _0x1ed154===_0x2d58bf;},'FbvcS':_0x5d66b0(0x1b0),'grRen':_0x5d66b0(0x1db),'vBtxc':_0x5d66b0(0x1e7),'rkKYj':'TestLevel','tDnMV':_0x5d66b0(0x1b4),'teflQ':_0x5d66b0(0x17d),'wGRkx':_0x5d66b0(0x1a8),'UKpaD':_0x5d66b0(0x1f0),'hxjwz':_0x5d66b0(0x19c),'aKnTc':_0x5d66b0(0x197)};try{let _0x587843;const _0x5da8cf=global[_0x5d66b0(0x1e1)]?.[_0x5d66b0(0x190)]?.['testInfo'],_0x577691=_0x5aa10c['mNQGW'](require,_0x5aa10c[_0x5d66b0(0x189)]),_0x34e8d2=_0x5aa10c[_0x5d66b0(0x16e)](require,_0x5aa10c[_0x5d66b0(0x1ea)]),_0xedd81c=_0x577691[_0x5d66b0(0x1cd)]()['isRunning']()&&_0x5aa10c[_0x5d66b0(0x1bc)](_0x34e8d2[_0x5d66b0(0x1d8)]()?.[_0x5d66b0(0x1a5)]?.['toLowerCase'](),_0x5aa10c[_0x5d66b0(0x1af)]);if(_0xedd81c){_0x587843=global[_0x5d66b0(0x1b6)];if(!_0x587843){const _0x76c9a9=AutomationFramework[_0x5d66b0(0x1c1)]();_0x587843=AutomationFramework[_0x5d66b0(0x17c)](_0x76c9a9,PlaywrightDriverModule['KEY_TEST_ID'],'');}this[_0x5d66b0(0x171)]['debug'](_0x5d66b0(0x1a1)+_0x587843);}else{if(!_0x5da8cf){const _0x1122b2=AutomationFramework[_0x5d66b0(0x1c1)]();_0x587843=AutomationFramework[_0x5d66b0(0x17c)](_0x1122b2,PlaywrightDriverModule['KEY_TEST_ID'],'');}else _0x587843=TestInfo[_0x5d66b0(0x1e3)](_0x5da8cf,_0x5da8cf[_0x5d66b0(0x1e9)]);this[_0x5d66b0(0x171)]['debug']('trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20'+_0x587843);}if(!_0x587843)try{const _0x1f6444=_0x577691[_0x5d66b0(0x1cd)](),_0x7a0cd3=_0x1f6444&&_0x1f6444[_0x5d66b0(0x18d)]();_0x587843=_0x7a0cd3&&_0x5aa10c[_0x5d66b0(0x1cc)](typeof _0x7a0cd3[_0x5d66b0(0x1d0)],_0x5aa10c['FbvcS'])&&_0x7a0cd3[_0x5d66b0(0x1d0)]()||_0x587843;}catch(_0x1eb8f9){this[_0x5d66b0(0x171)][_0x5d66b0(0x1da)](_0x5d66b0(0x1ed)+(_0x1eb8f9&&_0x1eb8f9[_0x5d66b0(0x1c2)]));}if(!_0x587843){this[_0x5d66b0(0x171)][_0x5d66b0(0x1da)](_0x5aa10c[_0x5d66b0(0x178)]);return;}const _0x109f87={[TestFrameworkConstants[_0x5d66b0(0x1a7)]]:fs['statSync'](_0x37cf0d)[_0x5d66b0(0x1aa)],[TestFrameworkConstants[_0x5d66b0(0x1a2)]]:path[_0x5d66b0(0x187)](_0x37cf0d),[TestFrameworkConstants[_0x5d66b0(0x1f3)]]:_0x37cf0d,[TestFrameworkConstants[_0x5d66b0(0x181)]]:_0x1e507b?_0x5aa10c[_0x5d66b0(0x1ce)]:_0x5aa10c['rkKYj']};if(_0xedd81c){const _0x345280=_0x577691[_0x5d66b0(0x1cd)]()[_0x5d66b0(0x18d)]();if(!_0x345280){this[_0x5d66b0(0x171)][_0x5d66b0(0x1da)](_0x5aa10c[_0x5d66b0(0x1d6)]);return;}const _0x4e989e=_0x5aa10c['mNQGW'](require,_0x5aa10c['teflQ']),_0x2f5136=_0x5aa10c[_0x5d66b0(0x16e)](require,_0x5aa10c['wGRkx']),_0x2ff35c=_0x345280[_0x5d66b0(0x1ad)](_0x4e989e[_0x5d66b0(0x1e2)],_0x2f5136[_0x5d66b0(0x1ae)]);if(!_0x2ff35c){this[_0x5d66b0(0x171)][_0x5d66b0(0x1da)](_0x5aa10c[_0x5d66b0(0x198)]);return;}const _0x3ad1a9=_0x2ff35c['getAllData']()[_0x5d66b0(0x1a9)](_0x587843)||{},_0x4734ca=_0x3ad1a9[TestFrameworkConstants[_0x5d66b0(0x1dc)]]||{},_0x20b4b9={..._0x4734ca};_0x20b4b9[_0x37cf0d]=_0x109f87;const _0x3f79ef=_0x20b4b9,_0x42e4e6={[TestFrameworkConstants[_0x5d66b0(0x1dc)]]:_0x3f79ef},_0x4d0a82={};_0x4d0a82[_0x587843]=_0x42e4e6,_0x2ff35c[_0x5d66b0(0x170)](_0x4d0a82),this[_0x5d66b0(0x171)]['debug']('trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20'+_0x587843+_0x5d66b0(0x192)+_0x37cf0d);}else{const _0xfdf04c=TestInfo[_0x5d66b0(0x1df)](_0x587843),_0x18ff67=_0xfdf04c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{};_0x18ff67[_0x37cf0d]=_0x109f87,_0xfdf04c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]=_0x18ff67,TestInfo[_0x5d66b0(0x1d4)](_0x587843,_0xfdf04c),this[_0x5d66b0(0x171)][_0x5d66b0(0x1da)](_0x5d66b0(0x1c6)+_0x587843+_0x5d66b0(0x192)+_0x37cf0d);}this[_0x5d66b0(0x171)]['debug'](util[_0x5d66b0(0x16f)](_0x5aa10c[_0x5d66b0(0x1ba)],_0x37cf0d));}catch(_0xad5a78){this['logger']['debug'](util[_0x5d66b0(0x16f)](_0x5aa10c[_0x5d66b0(0x18a)],_0xad5a78['message']));}}static[a122_0x23b9b1(0x1c0)](){const _0x32ec16=a122_0x23b9b1,_0x7a30b7={};_0x7a30b7['GSagU']=_0x32ec16(0x19a),_0x7a30b7[_0x32ec16(0x18e)]=_0x32ec16(0x1dd),_0x7a30b7[_0x32ec16(0x180)]=_0x32ec16(0x1a0);const _0x296b18=_0x7a30b7,_0x3d0cfb=os['homedir'](),_0xbe4416=path[_0x32ec16(0x17b)](_0x3d0cfb,_0x296b18[_0x32ec16(0x191)]);if(!fs[_0x32ec16(0x17a)](_0xbe4416))return;const _0x1c647e=BrowserstackCLI[_0x32ec16(0x1cd)]()[_0x32ec16(0x1ee)][_0x32ec16(0x1e6)]?.[_0x32ec16(0x177)]?.['toObject']()?.[_0x32ec16(0x1ca)],_0x52c6e3=_0x1c647e?path[_0x32ec16(0x17b)](_0xbe4416,_0x1c647e):null;if(!_0x52c6e3||!fs['existsSync'](_0x52c6e3)){this[_0x32ec16(0x171)][_0x32ec16(0x1da)](util[_0x32ec16(0x16f)](_0x296b18[_0x32ec16(0x18e)],_0x1c647e));return;}const _0x1fa42c={};_0x1fa42c['recursive']=!![],_0x1fa42c[_0x32ec16(0x1ac)]=!![],fs['rmSync'](_0x52c6e3,_0x1fa42c),this[_0x32ec16(0x171)]['debug'](util[_0x32ec16(0x16f)](_0x296b18[_0x32ec16(0x180)]));}}module['exports']=uploadAttachmentsManager;
1
+ function a122_0x4b87(){const _0x1333ff=['Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s','https://',',\x20filepath:\x20','getTestFramework','startsWith','getTestDetails','https','rmSync','getAllData','trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','15483897jESUxQ','__workerDetails','TestHubModule','GNlUy','./TestInfo','trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20','KEY_FILE_SIZE','format','2ACBdVD','debug','KEY_TEST_ATTACHMENTS','tBuqV','WPkxt','../../helpers/classLogger.js','oNPPn','ADPXt','vkReu','util','modules','Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload','trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20','.browserstack\x20folder\x20not\x20found\x20at:\x20%s','sIEFa','TEST','GCPMN','QMLvr','isRunning','2104syCQDP','pipe','szTLS','get','5567100nFwrBI','tUPAv','getCurrentTestUUID','jest','setTestDetails','Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload','BAjHf','xHiFr','faczy','finish','unlinkSync','uRmgm','gfvsd','xvLwD','getInstance','trackFile','statusCode','recursive','KLMHu','getState','MWNZe','homedir','buildHashedId','size','./cliUtils','basename','yIbyx','name','dMKnz','HDlFj','5950052HQNeKG','VnKhK','mkdirSync','logger','./browserstackCLI','resolveInstance','ryoxd','Cleared\x20attachment\x20folder','2924877yCLOZb','exports','File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.','error','close','lTIpX','rQheK','trim','http','trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20','gvvbH','uploadAttachmentsManager','retry','join','683244cWFOLl','5327RpEEVv','CsiKS','bWiJx','message','Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.','./state/testFrameworkState','OiBnM','aNQxw','existsSync','KEY_FILE_LEVEL','toObject','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','createWriteStream','BuildLevel','RsbQH','uploadAttachments','TestLevel','FARdZ','No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s','BAvKM','dzudJ','getTestFrameworkDetail','statSync','KEY_TEST_ID','Attachment\x20recevied\x20for\x20path:\x20%s','POST','1190359QWTirK','trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.','testhubConfig','__jestCurrentTestIdentifier','copyFileSync','testInfo','./state/hookState','http://','currentTest','./framework/automationFramework','getTrackedInstance','kamDr','Attachment\x20file\x20tracked\x20for\x20upload:\x20%s'];a122_0x4b87=function(){return _0x1333ff;};return a122_0x4b87();}const a122_0x354e44=a122_0x3561;(function(_0x5475d2,_0x2579b4){const _0x235281=a122_0x3561,_0x5ecd20=_0x5475d2();while(!![]){try{const _0x203045=parseInt(_0x235281(0x22e))/0x1+parseInt(_0x235281(0x1c8))/0x2*(-parseInt(_0x235281(0x205))/0x3)+parseInt(_0x235281(0x1fd))/0x4+parseInt(_0x235281(0x1df))/0x5+-parseInt(_0x235281(0x213))/0x6+parseInt(_0x235281(0x214))/0x7*(-parseInt(_0x235281(0x1db))/0x8)+-parseInt(_0x235281(0x1c0))/0x9;if(_0x203045===_0x2579b4)break;else _0x5ecd20['push'](_0x5ecd20['shift']());}catch(_0x4593de){_0x5ecd20['push'](_0x5ecd20['shift']());}}}(a122_0x4b87,0xbee3b));const os=require('os'),fs=require('fs'),path=require('path'),util=require(a122_0x354e44(0x1d1)),BrowserstackCLI=require(a122_0x354e44(0x201)),https=require(a122_0x354e44(0x1bc)),http=require(a122_0x354e44(0x20d)),AutomationFramework=require(a122_0x354e44(0x238)),PlaywrightDriverModule=require('./modules/playwrightDriverModule'),TestInfo=require(a122_0x354e44(0x1c4)),TestFrameworkConstants=require('./framework/constants/testFrameworkConstants'),{createClassLogger}=require(a122_0x354e44(0x1cd));class uploadAttachmentsManager{static ['logger']=createClassLogger(a122_0x354e44(0x210));static[a122_0x354e44(0x223)](_0x344968,_0x1a68dd=![]){const _0x6b858a=a122_0x354e44,_0x428b09={};_0x428b09[_0x6b858a(0x1ce)]=function(_0x4b729c,_0x4c1527){return _0x4b729c/_0x4c1527;},_0x428b09[_0x6b858a(0x225)]=function(_0x37fe9c,_0x1e08d8){return _0x37fe9c*_0x1e08d8;},_0x428b09[_0x6b858a(0x1dd)]=function(_0x1fb37c,_0x43c5ab){return _0x1fb37c>_0x43c5ab;},_0x428b09[_0x6b858a(0x1d6)]=_0x6b858a(0x230),_0x428b09['MWNZe']='File\x20downloaded\x20to:\x20%s',_0x428b09[_0x6b858a(0x20b)]=function(_0x4013a8,_0x495772){return _0x4013a8===_0x495772;},_0x428b09[_0x6b858a(0x1cf)]=_0x6b858a(0x1e8),_0x428b09[_0x6b858a(0x1d0)]=_0x6b858a(0x1e4),_0x428b09[_0x6b858a(0x20f)]=_0x6b858a(0x21f),_0x428b09[_0x6b858a(0x1eb)]=_0x6b858a(0x22c),_0x428b09[_0x6b858a(0x222)]='.browserstack',_0x428b09[_0x6b858a(0x1e0)]=_0x6b858a(0x1d5),_0x428b09[_0x6b858a(0x203)]='Created\x20.browserstack\x20folder\x20at:\x20%s',_0x428b09[_0x6b858a(0x1f9)]='Created\x20folder:\x20%s',_0x428b09['HDlFj']=_0x6b858a(0x218),_0x428b09[_0x6b858a(0x1d9)]=_0x6b858a(0x1b7),_0x428b09[_0x6b858a(0x1d8)]=_0x6b858a(0x236),_0x428b09[_0x6b858a(0x227)]=_0x6b858a(0x208),_0x428b09[_0x6b858a(0x1ec)]=_0x6b858a(0x1b6),_0x428b09[_0x6b858a(0x1cb)]=function(_0x1369d4,_0x1a391e){return _0x1369d4/_0x1a391e;},_0x428b09[_0x6b858a(0x215)]=function(_0x238188,_0x57d28d){return _0x238188*_0x57d28d;},_0x428b09['faczy']=_0x6b858a(0x207);const _0x5012e1=_0x428b09;this['logger']['debug'](util[_0x6b858a(0x1c7)](_0x5012e1['gfvsd'],_0x344968));const _0x1fd011=os['homedir'](),_0xd7420e=path[_0x6b858a(0x212)](_0x1fd011,_0x5012e1[_0x6b858a(0x222)]);!fs['existsSync'](_0xd7420e)&&(this[_0x6b858a(0x200)]['debug'](util[_0x6b858a(0x1c7)](_0x5012e1[_0x6b858a(0x1e0)],_0xd7420e)),fs[_0x6b858a(0x1ff)](_0xd7420e),this['logger'][_0x6b858a(0x1c9)](util[_0x6b858a(0x1c7)](_0x5012e1[_0x6b858a(0x203)],_0xd7420e)));const _0x2a5eb7=BrowserstackCLI[_0x6b858a(0x1ed)]()[_0x6b858a(0x1d2)][_0x6b858a(0x1c2)]?.['testhubConfig']?.['toObject']()?.[_0x6b858a(0x1f5)],_0x37bf48=path['join'](_0xd7420e,_0x2a5eb7);!fs[_0x6b858a(0x21c)](_0x37bf48)&&(fs[_0x6b858a(0x1ff)](_0x37bf48),this[_0x6b858a(0x200)][_0x6b858a(0x1c9)](util['format'](_0x5012e1[_0x6b858a(0x1f9)],_0x37bf48)));if(_0x5012e1['rQheK'](_0x344968[_0x6b858a(0x20c)](),'')){this[_0x6b858a(0x200)][_0x6b858a(0x1c9)](util['format'](_0x5012e1[_0x6b858a(0x1fc)]));return;}if(_0x344968[_0x6b858a(0x1ba)](_0x5012e1[_0x6b858a(0x1d9)])||_0x344968[_0x6b858a(0x1ba)](_0x5012e1[_0x6b858a(0x1d8)])){const _0x4d6ff1=_0x344968[_0x6b858a(0x1ba)](_0x5012e1[_0x6b858a(0x1d9)])?https:http,_0x455aa1=path[_0x6b858a(0x1f8)](_0x344968),_0x45476f=path[_0x6b858a(0x212)](_0x37bf48,_0x455aa1),_0x13908d=fs[_0x6b858a(0x220)](_0x45476f);_0x4d6ff1[_0x6b858a(0x1de)](_0x344968,_0x1cd986=>{const _0x5ae3b5=_0x6b858a;if(_0x5012e1[_0x5ae3b5(0x20b)](_0x1cd986[_0x5ae3b5(0x1ef)],0xc8))_0x1cd986[_0x5ae3b5(0x1dc)](_0x13908d),_0x13908d['on'](_0x5012e1[_0x5ae3b5(0x1cf)],()=>{const _0x2dd11e=_0x5ae3b5;_0x13908d[_0x2dd11e(0x209)]();const _0x13f9fc=fs[_0x2dd11e(0x22a)](_0x45476f),_0x37150d=_0x5012e1[_0x2dd11e(0x1ce)](_0x13f9fc['size'],_0x5012e1[_0x2dd11e(0x225)](0x400,0x400));if(_0x5012e1[_0x2dd11e(0x1dd)](_0x37150d,0x64)){this[_0x2dd11e(0x200)][_0x2dd11e(0x1c9)](util['format'](_0x5012e1[_0x2dd11e(0x1d6)],_0x37150d['toFixed'](0x2))),fs[_0x2dd11e(0x1e9)](_0x45476f);return;}this[_0x2dd11e(0x200)][_0x2dd11e(0x1c9)](util[_0x2dd11e(0x1c7)](_0x5012e1[_0x2dd11e(0x1f3)],_0x45476f)),uploadAttachmentsManager['trackFile'](_0x45476f,_0x1a68dd);});else{this[_0x5ae3b5(0x200)][_0x5ae3b5(0x1c9)](util['format'](_0x5012e1[_0x5ae3b5(0x1d0)],_0x1cd986[_0x5ae3b5(0x1ef)])),_0x13908d[_0x5ae3b5(0x209)](),fs[_0x5ae3b5(0x1e9)](_0x45476f);return;}})['on'](_0x5012e1[_0x6b858a(0x227)],_0x182fc9=>{const _0x2c5eda=_0x6b858a;this[_0x2c5eda(0x200)]['debug'](util['format'](_0x5012e1[_0x2c5eda(0x20f)],_0x182fc9[_0x2c5eda(0x217)])),_0x13908d[_0x2c5eda(0x209)](),fs['unlinkSync'](_0x45476f);return;});}else{if(!fs[_0x6b858a(0x21c)](_0x344968)){this['logger'][_0x6b858a(0x1c9)](util['format'](_0x5012e1[_0x6b858a(0x1ec)],_0x344968));return;}const _0x3b180b=fs['statSync'](_0x344968),_0x2d5784=_0x5012e1['tBuqV'](_0x3b180b[_0x6b858a(0x1f6)],_0x5012e1['CsiKS'](0x400,0x400));if(_0x5012e1[_0x6b858a(0x1dd)](_0x2d5784,0x64)){this[_0x6b858a(0x200)][_0x6b858a(0x1c9)](util['format'](_0x5012e1[_0x6b858a(0x1e7)],_0x2d5784['toFixed'](0x2)));return;}const _0x52008a=path[_0x6b858a(0x1f8)](_0x344968),_0x2142e6=path['join'](_0x37bf48,_0x52008a);fs[_0x6b858a(0x233)](_0x344968,_0x2142e6),uploadAttachmentsManager[_0x6b858a(0x1ee)](_0x2142e6,_0x1a68dd);}}static[a122_0x354e44(0x1ee)](_0x392f79,_0x2abf6d){const _0xf54366=a122_0x354e44,_0xc6045e={'WPkxt':function(_0x46d1ac,_0x5900db){return _0x46d1ac(_0x5900db);},'OiBnM':_0xf54366(0x201),'xHiFr':function(_0x49418d,_0x4a2c90){return _0x49418d(_0x4a2c90);},'Eltfn':_0xf54366(0x1f7),'gpxXt':function(_0xb7018d,_0x534ab3){return _0xb7018d===_0x534ab3;},'ZUeHl':_0xf54366(0x1e2),'OFmeL':function(_0x92830b,_0x1ead52){return _0x92830b===_0x1ead52;},'dzudJ':'function','BAjHf':_0xf54366(0x1bf),'VnKhK':_0xf54366(0x221),'dMKnz':_0xf54366(0x224),'SfwBs':_0xf54366(0x22f),'PDGWu':function(_0x5129f1,_0x32fab7){return _0x5129f1(_0x32fab7);},'aNQxw':_0xf54366(0x219),'lTIpX':_0xf54366(0x235),'YZLGW':'trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','bWiJx':_0xf54366(0x1b5),'KLMHu':_0xf54366(0x1d3)};try{let _0x50562f;const _0x5b01da=global[_0xf54366(0x1c1)]?.[_0xf54366(0x237)]?.[_0xf54366(0x234)],_0x1a27a5=_0xc6045e[_0xf54366(0x1cc)](require,_0xc6045e[_0xf54366(0x21a)]),_0x17bf9f=_0xc6045e[_0xf54366(0x1e6)](require,_0xc6045e['Eltfn']),_0x5746f7=_0x1a27a5[_0xf54366(0x1ed)]()[_0xf54366(0x1da)]()&&_0xc6045e['gpxXt'](_0x17bf9f[_0xf54366(0x229)]()?.[_0xf54366(0x1fa)]?.['toLowerCase'](),_0xc6045e['ZUeHl']);if(_0x5746f7){_0x50562f=global[_0xf54366(0x232)];if(!_0x50562f){const _0x1f2edf=AutomationFramework[_0xf54366(0x1b3)]();_0x50562f=AutomationFramework[_0xf54366(0x1f2)](_0x1f2edf,PlaywrightDriverModule['KEY_TEST_ID'],'');}this[_0xf54366(0x200)][_0xf54366(0x1c9)](_0xf54366(0x1d4)+_0x50562f);}else{if(!_0x5b01da){const _0x3cd67b=AutomationFramework[_0xf54366(0x1b3)]();_0x50562f=AutomationFramework[_0xf54366(0x1f2)](_0x3cd67b,PlaywrightDriverModule[_0xf54366(0x22b)],'');}else _0x50562f=TestInfo['getTestIdentifierFromTestInfo'](_0x5b01da,_0x5b01da[_0xf54366(0x211)]);this[_0xf54366(0x200)][_0xf54366(0x1c9)](_0xf54366(0x1c5)+_0x50562f);}if(!_0x50562f)try{const _0x1ce191=_0x1a27a5['getInstance'](),_0x4068c6=_0x1ce191&&_0x1ce191[_0xf54366(0x1b9)]();_0x50562f=_0x4068c6&&_0xc6045e['OFmeL'](typeof _0x4068c6['getCurrentTestUUID'],_0xc6045e[_0xf54366(0x228)])&&_0x4068c6[_0xf54366(0x1e1)]()||_0x50562f;}catch(_0x85912a){this[_0xf54366(0x200)][_0xf54366(0x1c9)]('trackFile:\x20node-generic\x20testId\x20fallback\x20failed:\x20'+(_0x85912a&&_0x85912a[_0xf54366(0x217)]));}if(!_0x50562f){this['logger'][_0xf54366(0x1c9)](_0xc6045e[_0xf54366(0x1e5)]);return;}const _0x44e79b={[TestFrameworkConstants[_0xf54366(0x1c6)]]:fs[_0xf54366(0x22a)](_0x392f79)['size'],[TestFrameworkConstants['KEY_FILE_NAME']]:path['basename'](_0x392f79),[TestFrameworkConstants['KEY_FILE_PATH']]:_0x392f79,[TestFrameworkConstants[_0xf54366(0x21d)]]:_0x2abf6d?_0xc6045e[_0xf54366(0x1fe)]:_0xc6045e[_0xf54366(0x1fb)]};if(_0x5746f7){const _0x42d3d6=_0x1a27a5['getInstance']()[_0xf54366(0x1b9)]();if(!_0x42d3d6){this[_0xf54366(0x200)][_0xf54366(0x1c9)](_0xc6045e['SfwBs']);return;}const _0x1351a5=_0xc6045e['PDGWu'](require,_0xc6045e[_0xf54366(0x21b)]),_0x380bd3=_0xc6045e['WPkxt'](require,_0xc6045e[_0xf54366(0x20a)]),_0x264daf=_0x42d3d6[_0xf54366(0x202)](_0x1351a5[_0xf54366(0x1d7)],_0x380bd3[_0xf54366(0x22d)]);if(!_0x264daf){this[_0xf54366(0x200)][_0xf54366(0x1c9)](_0xc6045e['YZLGW']);return;}const _0x370f67=_0x264daf[_0xf54366(0x1be)]()['get'](_0x50562f)||{},_0x531a56=_0x370f67[TestFrameworkConstants[_0xf54366(0x1ca)]]||{},_0x43ea21={..._0x531a56};_0x43ea21[_0x392f79]=_0x44e79b;const _0x2ff7ee=_0x43ea21,_0x21287d={[TestFrameworkConstants[_0xf54366(0x1ca)]]:_0x2ff7ee},_0x3881aa={};_0x3881aa[_0x50562f]=_0x21287d,_0x264daf['addMultipleEntries'](_0x3881aa),this['logger'][_0xf54366(0x1c9)]('trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20'+_0x50562f+_0xf54366(0x1b8)+_0x392f79);}else{const _0x3fe1f5=TestInfo[_0xf54366(0x1bb)](_0x50562f),_0x500b7f=_0x3fe1f5[TestFrameworkConstants[_0xf54366(0x1ca)]]||{};_0x500b7f[_0x392f79]=_0x44e79b,_0x3fe1f5[TestFrameworkConstants[_0xf54366(0x1ca)]]=_0x500b7f,TestInfo[_0xf54366(0x1e3)](_0x50562f,_0x3fe1f5),this[_0xf54366(0x200)][_0xf54366(0x1c9)](_0xf54366(0x20e)+_0x50562f+',\x20filepath:\x20'+_0x392f79);}this[_0xf54366(0x200)][_0xf54366(0x1c9)](util['format'](_0xc6045e[_0xf54366(0x216)],_0x392f79));}catch(_0x139158){this['logger']['debug'](util[_0xf54366(0x1c7)](_0xc6045e[_0xf54366(0x1f1)],_0x139158[_0xf54366(0x217)]));}}static['clearAttachments'](){const _0x1dcf31=a122_0x354e44,_0x3358cb={};_0x3358cb['GNlUy']='.browserstack',_0x3358cb[_0x1dcf31(0x1ea)]=_0x1dcf31(0x226),_0x3358cb[_0x1dcf31(0x1b4)]=_0x1dcf31(0x204);const _0x4f388c=_0x3358cb,_0x2ec5e0=os[_0x1dcf31(0x1f4)](),_0x15a608=path['join'](_0x2ec5e0,_0x4f388c[_0x1dcf31(0x1c3)]);if(!fs[_0x1dcf31(0x21c)](_0x15a608))return;const _0x1fdc98=BrowserstackCLI[_0x1dcf31(0x1ed)]()[_0x1dcf31(0x1d2)][_0x1dcf31(0x1c2)]?.[_0x1dcf31(0x231)]?.[_0x1dcf31(0x21e)]()?.[_0x1dcf31(0x1f5)],_0x27dc43=_0x1fdc98?path[_0x1dcf31(0x212)](_0x15a608,_0x1fdc98):null;if(!_0x27dc43||!fs['existsSync'](_0x27dc43)){this[_0x1dcf31(0x200)]['debug'](util['format'](_0x4f388c['uRmgm'],_0x1fdc98));return;}const _0x16849c={};_0x16849c[_0x1dcf31(0x1f0)]=!![],_0x16849c['force']=!![],fs[_0x1dcf31(0x1bd)](_0x27dc43,_0x16849c),this[_0x1dcf31(0x200)][_0x1dcf31(0x1c9)](util['format'](_0x4f388c['kamDr']));}}function a122_0x3561(_0x202389,_0x5602fe){const _0x4b8758=a122_0x4b87();return a122_0x3561=function(_0x3561d1,_0x3d7871){_0x3561d1=_0x3561d1-0x1b3;let _0x34f1a4=_0x4b8758[_0x3561d1];return _0x34f1a4;},a122_0x3561(_0x202389,_0x5602fe);}module[a122_0x354e44(0x206)]=uploadAttachmentsManager;
@@ -1 +1 @@
1
- const a123_0x3dfc23=a123_0x409e;function a123_0x409e(_0x3fbead,_0x3fab2a){const _0xdfe8bf=a123_0xdfe8();return a123_0x409e=function(_0x409ee3,_0x858239){_0x409ee3=_0x409ee3-0x16d;let _0x341902=_0xdfe8bf[_0x409ee3];return _0x341902;},a123_0x409e(_0x3fbead,_0x3fab2a);}(function(_0x283dfd,_0x10ccbe){const _0x38b28a=a123_0x409e,_0x41c844=_0x283dfd();while(!![]){try{const _0x486ab0=parseInt(_0x38b28a(0x1a9))/0x1+parseInt(_0x38b28a(0x173))/0x2+parseInt(_0x38b28a(0x1bf))/0x3*(parseInt(_0x38b28a(0x1e2))/0x4)+parseInt(_0x38b28a(0x1a8))/0x5+parseInt(_0x38b28a(0x1ac))/0x6*(-parseInt(_0x38b28a(0x185))/0x7)+parseInt(_0x38b28a(0x1ce))/0x8+-parseInt(_0x38b28a(0x179))/0x9*(parseInt(_0x38b28a(0x1c1))/0xa);if(_0x486ab0===_0x10ccbe)break;else _0x41c844['push'](_0x41c844['shift']());}catch(_0x219a36){_0x41c844['push'](_0x41c844['shift']());}}}(a123_0xdfe8,0x41888));function a123_0xdfe8(){const _0x5d768d=['sourceReference','find','forEach','EfMyR','gHnbw','relative','TMxPP','THYof','length','snsJJ','createTestFrameworkData','tagExpression','aHhTr','testStepFinished','root','duration_in_ms','sSnEQ','examples','262698LcXSff','flatMap','2131320mqsEIz','wpDqS','message','toLowerCase','format','Bgyis','includes','YszSE','finishedAt','uuid','gaqdu','passed','OTmjJ','2145952mfrRBd','pKrwy','failureData','timestamp','hooks','jZofS','uri','hfTuo','bWbDt','fRErM','ZKjfC','RItSu','pgVtK','astNodeIds','failure_type','../TestInfo.js','result','GEyEa','Tkogd','nanos','4ujhjOi','split','pickleStepId','name','value','sendTestRunEventForCucumber','exception','afLjW','failure','apZls','unknown','getCucumberHookType','ZkQky','tScAj','cucumber','xYcZX','AssertionError','twbOR','ayzcJ','512138efZeoI','hfSzM','tableBody','TgNdf','NgGfd','Exception\x20in\x20getHookRunEventData:\x20','9pILMgc','toString','TRHLi','hook','path','cells','createHookData','kbaGK','scenario','status','tags','javascript','573447RyoiDn','failureType','util','children','ROIry','strip-ansi','HookRunStarted','../../../helpers/test-observability/error-handler.js','debug','../../../helpers/logger.js','yYdSP','XXXCV','../../../helpers/helper.js','getHookResult','pending','feature','_gitConfigPath','toISOString','getScenarioExamples','match','xAuBW','configureGit','sendHook','map','PBFyq','testCaseFinished','ionsU','failed','AFTER_EACH','winstonLogger','LSGYu','zeKcx','getHookRunEventData','rule','HookRunFinished','1172580HFbPqr','126687yBLPhc','skipped','_gitConfigured','36WHJTOz'];a123_0xdfe8=function(){return _0x5d768d;};return a123_0xdfe8();}const path=require(a123_0x3dfc23(0x17d)),util=require(a123_0x3dfc23(0x187)),{getGitMetaData,isUndefined,nestedKeyValue,deriveCucumberHookName,isSdkSetupHook}=require(a123_0x3dfc23(0x191)),logger=require(a123_0x3dfc23(0x18e))[a123_0x3dfc23(0x1a2)],{o11yClassErrorHandler}=require(a123_0x3dfc23(0x18c)),TestInfo=require(a123_0x3dfc23(0x1dd)),hooksMap={};class CucumberUtils{constructor(){const _0x18221c=a123_0x3dfc23;this[_0x18221c(0x1ab)]=![],this[_0x18221c(0x195)]=null;}async['createTestFrameworkData'](_0x1ff081,_0x1ddc1c,_0x3d15a6,_0x23c3dd,_0x5b3d93,_0x55314b){const _0x3c97e7=a123_0x3dfc23,_0x4ac417={'twbOR':function(_0x51818b,_0x5245d1){return _0x51818b===_0x5245d1;},'LvKFV':'FAILED','ionsU':'failed','tScAj':'SKIPPED','ZfTXa':_0x3c97e7(0x1aa),'TRHLi':function(_0x1d1b84,_0x4c6d2c){return _0x1d1b84||_0x4c6d2c;},'tHDjA':function(_0x17d0e9,_0x50ae2a){return _0x17d0e9+_0x50ae2a;},'apZls':function(_0x1d8f38,_0x3826d3){return _0x1d8f38+_0x3826d3;},'hfSzM':function(_0x55682e,_0xe6b57){return _0x55682e+_0xe6b57;},'THYof':'test','gaqdu':_0x3c97e7(0x184),'JTkcT':_0x3c97e7(0x16e),'LSGYu':_0x3c97e7(0x193),'hfTuo':_0x3c97e7(0x1cc),'NgGfd':function(_0x42f8cb,_0x688f74){return _0x42f8cb!==_0x688f74;},'pmQVN':function(_0x8bf5c3,_0x45f040){return _0x8bf5c3/_0x45f040;},'euKGO':function(_0x515d30,_0x2ade38){return _0x515d30===_0x2ade38;},'bWbDt':_0x3c97e7(0x18a),'idWuo':function(_0x1f2b69,_0xa640c){return _0x1f2b69(_0xa640c);},'RItSu':_0x3c97e7(0x1ec),'XXXCV':function(_0x230f1d,_0xbe8038){return _0x230f1d(_0xbe8038);},'UovNa':_0x3c97e7(0x170),'hZmcF':'UnhandledError'},{feature:_0x25f799,scenario:_0x52074f,steps:_0xf00664,uuid:_0x5d491b,startedAt:_0x15cc10,finishedAt:_0x466797}=_0x4ac417[_0x3c97e7(0x17b)](_0x1ff081,{}),_0x1730f6=this['getScenarioExamples'](_0x23c3dd,_0x1ddc1c);await this[_0x3c97e7(0x19a)]();const _0xec9777=_0x1730f6?_0x4ac417['tHDjA'](_0x4ac417[_0x3c97e7(0x1eb)](_0x4ac417[_0x3c97e7(0x174)](_0x1ddc1c[_0x3c97e7(0x1e5)],'\x20('),_0x1730f6['join'](',\x20')),')'):_0x1ddc1c['name'],_0x29fda8={'id':_0x5b3d93,'uuid':_0x5b3d93,'startedAt':_0x15cc10,'finishedAt':_0x466797,'type':_0x4ac417[_0x3c97e7(0x1b4)],'body':{'lang':_0x4ac417[_0x3c97e7(0x1cb)],'code':null},'name':_0xec9777,'scopes':[_0x25f799&&_0x25f799[_0x3c97e7(0x1e5)]?_0x25f799['name']:''],'tags':_0x1ddc1c[_0x3c97e7(0x183)]?_0x1ddc1c[_0x3c97e7(0x183)][_0x3c97e7(0x19c)](({name:_0x288480})=>_0x288480):[],'file_name':_0x1ddc1c[_0x3c97e7(0x1d4)],'location':_0x1ddc1c[_0x3c97e7(0x1d4)],'vc_filepath':this[_0x3c97e7(0x195)]&&_0x1ddc1c[_0x3c97e7(0x1d4)]?path[_0x3c97e7(0x1b2)](this[_0x3c97e7(0x195)],_0x1ddc1c['uri']):null,'framework':_0x4ac417['JTkcT'],'result':_0x4ac417[_0x3c97e7(0x1a3)],'meta':{'feature':_0x25f799,'scenario':_0x52074f,'steps':_0xf00664,'examples':_0x1730f6},'customRerunParam':{'rerun_name':_0xec9777}};if(_0x3d15a6[_0x3c97e7(0x19e)]&&_0xf00664){const _0x28d859=_0x3d15a6[_0x3c97e7(0x19e)];let _0x45168c=_0x4ac417[_0x3c97e7(0x1d5)];_0xf00664['every'](_0x2df5b9=>{const _0x10458=_0x3c97e7;if(_0x4ac417['twbOR'](_0x2df5b9[_0x10458(0x1de)],_0x4ac417['LvKFV']))return _0x45168c=_0x4ac417[_0x10458(0x19f)],_0x28d859[_0x10458(0x1ea)]=_0x2df5b9['failure'],_0x28d859[_0x10458(0x186)]=_0x2df5b9[_0x10458(0x186)],![];else{if(_0x4ac417[_0x10458(0x171)](_0x2df5b9[_0x10458(0x1de)],_0x4ac417[_0x10458(0x16d)]))return _0x45168c=_0x4ac417['ZfTXa'],![];}return!![];}),_0x29fda8[_0x3c97e7(0x1c9)]=new Date()[_0x3c97e7(0x196)](),_0x29fda8[_0x3c97e7(0x1de)]=_0x45168c;_0x28d859[_0x3c97e7(0x1d1)]&&_0x4ac417[_0x3c97e7(0x177)](_0x28d859[_0x3c97e7(0x1d1)][_0x3c97e7(0x1e1)],undefined)?_0x29fda8[_0x3c97e7(0x1bc)]=_0x4ac417['pmQVN'](_0x28d859[_0x3c97e7(0x1d1)][_0x3c97e7(0x1e1)],0xf4240):_0x29fda8[_0x3c97e7(0x1bc)]=undefined;if(_0x4ac417['euKGO'](_0x45168c,_0x4ac417[_0x3c97e7(0x19f)])){const {default:_0x1d362e}=await import(_0x4ac417[_0x3c97e7(0x1d6)]);_0x29fda8[_0x3c97e7(0x1ea)]=[{'backtrace':[_0x28d859[_0x3c97e7(0x1ea)]?_0x4ac417['idWuo'](_0x1d362e,_0x28d859['failure']):_0x4ac417[_0x3c97e7(0x1d9)]]}],_0x29fda8['failure_reason']=_0x28d859[_0x3c97e7(0x1ea)]?_0x4ac417[_0x3c97e7(0x190)](_0x1d362e,_0x28d859[_0x3c97e7(0x1ea)]):_0x28d859[_0x3c97e7(0x1c3)],_0x28d859[_0x3c97e7(0x186)]&&(_0x29fda8[_0x3c97e7(0x1dc)]=_0x28d859[_0x3c97e7(0x186)][_0x3c97e7(0x198)](/AssertError/)?_0x4ac417['UovNa']:_0x4ac417['hZmcF']);}}return _0x29fda8;}[a123_0x3dfc23(0x1a5)](_0x2690a0,_0x1cdab8,_0x3ddabe,_0x4c7fc5,_0x9641b6,_0x3ffbca){const _0x8aa3c5=a123_0x3dfc23,_0xb03a19={'fGAAf':function(_0x31f34d,_0x21917d){return _0x31f34d===_0x21917d;},'OTmjJ':_0x8aa3c5(0x1a7),'jZofS':function(_0x50b9ba,_0xae8050,_0xd948d4){return _0x50b9ba(_0xae8050,_0xd948d4);},'ppHpg':_0x8aa3c5(0x1ad),'xYcZX':_0x8aa3c5(0x1d4),'zeKcx':_0x8aa3c5(0x193),'eMOJX':_0x8aa3c5(0x17c),'SZcvz':function(_0x475816,_0x119765,_0x11bf03,_0x4669aa){return _0x475816(_0x119765,_0x11bf03,_0x4669aa);},'MJpZE':function(_0x4e50b3,_0x4ea594,_0x2aff9a){return _0x4e50b3(_0x4ea594,_0x2aff9a);},'pKrwy':_0x8aa3c5(0x181),'sSnEQ':_0x8aa3c5(0x1e5),'ayzcJ':_0x8aa3c5(0x184),'EfMyR':function(_0x51916b,_0xd83a3a,_0x5016dd){return _0x51916b(_0xd83a3a,_0x5016dd);},'gHnbw':_0x8aa3c5(0x194),'jYMGe':function(_0x15a753,_0x450ee2,_0x399ada){return _0x15a753(_0x450ee2,_0x399ada);},'TgNdf':_0x8aa3c5(0x16e)};try{if(_0xb03a19['fGAAf'](_0x3ddabe,_0xb03a19[_0x8aa3c5(0x1cd)])){const _0x3bc7d1=new Date()[_0x8aa3c5(0x196)](),_0x29834b=hooksMap[_0x1cdab8];if(!_0x29834b)return;const _0x27deda=_0x29834b[_0x8aa3c5(0x1ae)](_0x570196=>_0x570196[_0x8aa3c5(0x1ca)]===_0x4c7fc5['id']);if(!_0x27deda)return;const _0x3470e1=this[_0x8aa3c5(0x192)](_0x2690a0,_0x1cdab8);_0x27deda['result']=_0x3470e1[_0x8aa3c5(0x182)],_0x27deda['finished_at']=_0x3bc7d1,_0x27deda['failure_type']=_0x3470e1['failureType'];const _0x57da83={};return _0x57da83['backtrace']=_0x3470e1[_0x8aa3c5(0x1d0)],_0x27deda['failure_data']=[_0x57da83],_0x27deda;}const _0x366917=TestInfo['getTestUUID'](_0x1cdab8),_0x364996=_0x2690a0[_0x8aa3c5(0x1d2)]['find'](_0x4a580e=>_0x4a580e['id']===_0x4c7fc5['hookId']),_0x43e4fe=_0xb03a19[_0x8aa3c5(0x1d3)](nestedKeyValue,_0x364996,[_0xb03a19['ppHpg'],_0xb03a19[_0x8aa3c5(0x16f)]]),_0x2bf370=new Date()[_0x8aa3c5(0x196)](),_0x426082=_0xb03a19[_0x8aa3c5(0x1a4)],_0x5f3b19=_0x364996[_0x8aa3c5(0x1b8)]?_0x364996[_0x8aa3c5(0x1b8)][_0x8aa3c5(0x1e3)]('\x20')['filter'](_0x88977d=>_0x88977d[_0x8aa3c5(0x1c7)]('@')):[],_0x35d0f0={'uuid':_0x4c7fc5['id'],'type':_0xb03a19['eMOJX'],'hook_type':_0x3ffbca,'name':_0xb03a19['SZcvz'](deriveCucumberHookName,_0x364996[_0x8aa3c5(0x1e5)],_0x3ffbca,_0xb03a19['MJpZE'](nestedKeyValue,_0x9641b6,[_0xb03a19[_0x8aa3c5(0x1cf)],_0xb03a19[_0x8aa3c5(0x1bd)]])),'body':{'lang':_0xb03a19[_0x8aa3c5(0x172)],'code':null},'tags':_0x5f3b19,'test_run_id':_0x366917,'scope':_0xb03a19[_0x8aa3c5(0x1b0)](nestedKeyValue,_0x9641b6,[_0xb03a19['gHnbw'],_0xb03a19[_0x8aa3c5(0x1bd)]]),'scopes':[_0xb03a19['jYMGe'](nestedKeyValue,_0x9641b6,[_0xb03a19[_0x8aa3c5(0x1b1)],_0xb03a19[_0x8aa3c5(0x1bd)]])||''],'file_name':_0x43e4fe,'location':_0x43e4fe,'vc_filepath':this[_0x8aa3c5(0x195)]&&_0x43e4fe?path['relative'](this[_0x8aa3c5(0x195)],_0x43e4fe):null,'result':_0x426082,'started_at':_0x2bf370,'framework':_0xb03a19[_0x8aa3c5(0x176)]};return _0x35d0f0;}catch(_0x29a0af){logger[_0x8aa3c5(0x18d)](_0x8aa3c5(0x178)+util['format'](_0x29a0af)+'\x20');}}async[a123_0x3dfc23(0x17f)](_0x23a37f,_0x473222,_0x5a2e88,_0x1ea40f,_0x2d5fc7,_0x4a680e){const _0x10b4c5=a123_0x3dfc23,_0x7a48b7={'YszSE':function(_0x2729c6,_0x4b2875){return _0x2729c6===_0x4b2875;},'yYdSP':_0x10b4c5(0x18b),'TMxPP':function(_0x5c7a96,_0x116b59,_0x291cd1){return _0x5c7a96(_0x116b59,_0x291cd1);},'GEyEa':_0x10b4c5(0x1ad),'PBFyq':_0x10b4c5(0x1d4),'xAuBW':function(_0xb76dfb,_0x588fc2,_0x4f835d){return _0xb76dfb(_0x588fc2,_0x4f835d);}};try{const _0xf9899e=_0x1ea40f[_0x10b4c5(0x1ae)](_0x39afd9=>_0x39afd9['id']===_0x2d5fc7);if(!_0xf9899e['hookId'])return;const _0x5c593e=this['getCucumberHookType'](_0x1ea40f,_0xf9899e),_0x28a3be=this['getHookRunEventData'](_0x23a37f,_0x473222,_0x5a2e88,_0xf9899e,_0x4a680e,_0x5c593e);if(!_0x28a3be)return;_0x7a48b7[_0x10b4c5(0x1c8)](_0x5a2e88,_0x7a48b7[_0x10b4c5(0x18f)])&&(hooksMap[_0x473222]?hooksMap[_0x473222]['push'](_0x28a3be):hooksMap[_0x473222]=[_0x28a3be]);const _0x320712=_0x23a37f['hooks'][_0x10b4c5(0x1ae)](_0x16262f=>_0x16262f['id']===_0xf9899e['hookId']),_0xf092b7=_0x7a48b7[_0x10b4c5(0x1b3)](nestedKeyValue,_0x320712,[_0x7a48b7[_0x10b4c5(0x1df)],_0x7a48b7[_0x10b4c5(0x19d)]]);if(!_0xf092b7)return;else{if(_0x7a48b7[_0x10b4c5(0x199)](isSdkSetupHook,_0xf092b7,_0x28a3be[_0x10b4c5(0x1e5)]))return;}return _0x28a3be;}catch(_0x51d837){logger[_0x10b4c5(0x18d)]('Exception\x20in\x20createHookData:\x20'+util[_0x10b4c5(0x1c5)](_0x51d837)+'\x20');}}[a123_0x3dfc23(0x192)](_0x4a0edd,_0x7e130){const _0x1c28fb=a123_0x3dfc23,_0x1eb290={};_0x1eb290[_0x1c28fb(0x180)]=function(_0xc87897,_0xd88b42){return _0xc87897===_0xd88b42;},_0x1eb290[_0x1c28fb(0x1ee)]=_0x1c28fb(0x1a0),_0x1eb290['snsJJ']='UnhandledError',_0x1eb290[_0x1c28fb(0x1da)]=_0x1c28fb(0x170),_0x1eb290[_0x1c28fb(0x1b9)]=function(_0x55a196,_0x3972f1){return _0x55a196||_0x3972f1;};const _0x5c816a=_0x1eb290,_0x4d3052=_0x4a0edd[_0x1c28fb(0x1ba)][_0x7e130]['testStepResult'];let _0x8c02d2,_0x5af8e5;return _0x4d3052&&_0x5c816a['kbaGK'](_0x4d3052['status'][_0x1c28fb(0x17a)]()[_0x1c28fb(0x1c4)](),_0x5c816a[_0x1c28fb(0x1ee)])&&(_0x8c02d2=_0x5c816a[_0x1c28fb(0x180)](_0x4d3052[_0x1c28fb(0x1e8)],undefined)?_0x4d3052['message']:_0x4d3052[_0x1c28fb(0x1e8)][_0x1c28fb(0x1c3)],_0x5af8e5=_0x5c816a[_0x1c28fb(0x180)](_0x4d3052[_0x1c28fb(0x1e8)],undefined)?_0x5c816a[_0x1c28fb(0x1b6)]:_0x4d3052['message'][_0x1c28fb(0x198)](/Assert/)?_0x5c816a['pgVtK']:_0x5c816a[_0x1c28fb(0x1b6)]),{'status':_0x4d3052[_0x1c28fb(0x182)][_0x1c28fb(0x1c4)](),'failureType':_0x5c816a['aHhTr'](_0x5af8e5,null),'failureData':!_0x8c02d2?null:[_0x8c02d2]};}['getCucumberHookType'](_0x349253,_0x40ee37){const _0x30ef28=a123_0x3dfc23,_0x341ad3={};_0x341ad3[_0x30ef28(0x1d8)]=function(_0xb5b016,_0x24c87c){return _0xb5b016===_0x24c87c;},_0x341ad3[_0x30ef28(0x1e9)]=_0x30ef28(0x1a1),_0x341ad3[_0x30ef28(0x189)]='BEFORE_EACH';const _0x538b78=_0x341ad3;let _0xea1eaf=![];for(const _0x16275a of _0x349253){_0x16275a[_0x30ef28(0x1e4)]&&(_0xea1eaf=!![]);if(_0x538b78[_0x30ef28(0x1d8)](_0x40ee37['id'],_0x16275a['id']))return _0xea1eaf?_0x538b78[_0x30ef28(0x1e9)]:_0x538b78[_0x30ef28(0x189)];}}[a123_0x3dfc23(0x197)]=(_0x5ad020,_0x5ab938)=>{const _0x1906c1=a123_0x3dfc23,_0x1fc0ac={};_0x1fc0ac[_0x1906c1(0x1e0)]=function(_0x547f95,_0x5d0462){return _0x547f95===_0x5d0462;},_0x1fc0ac[_0x1906c1(0x1d7)]=function(_0x2c0746,_0x3f2fb6){return _0x2c0746>_0x3f2fb6;};const _0x43dd4c=_0x1fc0ac;if(!(_0x5ab938[_0x1906c1(0x1db)]&&_0x43dd4c['fRErM'](_0x5ab938[_0x1906c1(0x1db)][_0x1906c1(0x1b5)],0x1)))return;const _0x3de21b=_0x5ab938[_0x1906c1(0x1db)][0x0],_0xcad138=_0x5ab938[_0x1906c1(0x1db)][0x1],_0x159de3=_0x5ad020[_0x1906c1(0x194)]&&_0x5ad020[_0x1906c1(0x194)]['children']?_0x5ad020[_0x1906c1(0x194)][_0x1906c1(0x188)]:undefined;let _0x577a2d=[];_0x159de3&&_0x159de3[_0x1906c1(0x1af)](_0x1155d5=>{const _0xce2409=_0x1906c1,_0x3fa51e={'wpDqS':function(_0x276001,_0x4152f6){const _0x4f6905=a123_0x409e;return _0x43dd4c[_0x4f6905(0x1e0)](_0x276001,_0x4152f6);}};if(_0x1155d5[_0xce2409(0x1a6)])_0x1155d5[_0xce2409(0x1a6)][_0xce2409(0x188)][_0xce2409(0x1af)](_0x4c055f=>{const _0x1f641f=_0xce2409;if(_0x4c055f[_0x1f641f(0x181)]&&_0x3fa51e[_0x1f641f(0x1c2)](_0x4c055f['scenario']['id'],_0x3de21b)&&_0x4c055f[_0x1f641f(0x181)][_0x1f641f(0x1be)]){const _0x1ba1d8=_0x4c055f[_0x1f641f(0x181)][_0x1f641f(0x1be)]['flatMap'](_0x36e117=>_0x36e117['tableBody'])[_0x1f641f(0x1ae)](_0x225604=>_0x225604['id']===_0xcad138);let _0x47f130;_0x1ba1d8&&_0x1ba1d8[_0x1f641f(0x17e)]?_0x47f130=_0x1ba1d8[_0x1f641f(0x17e)]['map'](_0x1b762a=>_0x1b762a[_0x1f641f(0x1e6)]):_0x47f130=[],_0x47f130&&(_0x577a2d=_0x47f130);}});else{if(_0x1155d5[_0xce2409(0x181)]&&_0x43dd4c[_0xce2409(0x1e0)](_0x1155d5['scenario']['id'],_0x3de21b)&&_0x1155d5[_0xce2409(0x181)][_0xce2409(0x1be)]){const _0x4a502f=_0x1155d5[_0xce2409(0x181)]['examples'][_0xce2409(0x1c0)](_0x5a58bc=>_0x5a58bc[_0xce2409(0x175)])[_0xce2409(0x1ae)](_0x3b7e13=>_0x3b7e13['id']===_0xcad138);let _0x17a80f;_0x4a502f&&_0x4a502f['cells']?_0x17a80f=_0x4a502f['cells']['map'](_0x244e08=>_0x244e08[_0xce2409(0x1e6)]):_0x17a80f=[],_0x17a80f&&(_0x577a2d=_0x17a80f);}}});if(_0x577a2d['length'])return _0x577a2d;return;};async[a123_0x3dfc23(0x19a)](){const _0x365c4f=a123_0x3dfc23,_0x54068d={'Bgyis':function(_0x237df1){return _0x237df1();}};if(this[_0x365c4f(0x1ab)])return this[_0x365c4f(0x195)];const _0x477036=await _0x54068d[_0x365c4f(0x1c6)](getGitMetaData);_0x477036&&(this[_0x365c4f(0x195)]=_0x477036[_0x365c4f(0x1bb)]),this[_0x365c4f(0x1ab)]=!![];}}module['exports']=o11yClassErrorHandler(CucumberUtils,[a123_0x3dfc23(0x19a),a123_0x3dfc23(0x197),a123_0x3dfc23(0x1ed),a123_0x3dfc23(0x192),a123_0x3dfc23(0x19b),'getHookRunEventData',a123_0x3dfc23(0x1e7),a123_0x3dfc23(0x1b7)]);
1
+ function a123_0xff3d(_0x26f710,_0x181bfc){const _0x57343b=a123_0x5734();return a123_0xff3d=function(_0xff3d63,_0xbe8ce2){_0xff3d63=_0xff3d63-0xbe;let _0x5dfe34=_0x57343b[_0xff3d63];return _0x5dfe34;},a123_0xff3d(_0x26f710,_0x181bfc);}const a123_0x35ed14=a123_0xff3d;(function(_0x1261fe,_0x3e8897){const _0x45f18f=a123_0xff3d,_0x58f4e9=_0x1261fe();while(!![]){try{const _0x4197fd=-parseInt(_0x45f18f(0x126))/0x1+-parseInt(_0x45f18f(0xc8))/0x2+-parseInt(_0x45f18f(0xc2))/0x3*(parseInt(_0x45f18f(0xfb))/0x4)+parseInt(_0x45f18f(0xe8))/0x5*(-parseInt(_0x45f18f(0x107))/0x6)+-parseInt(_0x45f18f(0x130))/0x7*(parseInt(_0x45f18f(0x13b))/0x8)+parseInt(_0x45f18f(0x134))/0x9+parseInt(_0x45f18f(0x100))/0xa;if(_0x4197fd===_0x3e8897)break;else _0x58f4e9['push'](_0x58f4e9['shift']());}catch(_0x116d33){_0x58f4e9['push'](_0x58f4e9['shift']());}}}(a123_0x5734,0xef2e3));function a123_0x5734(){const _0x3481ec=['ygtkg','11233485NNAGXK','IpQey','MilgV','dokqn','pending','getHookRunEventData','forEach','1032FiYliu','message','unknown','dXVbW','finished_at','NXTyf','wpfGc','GeTll','cFuEA','cmywj','format','feature','failed','NigiM','../../../helpers/logger.js','uuid','Xfvzh','LUcWe','oiFzl','cdIjl','3ursPwL','hook','hcSfQ','Jddyn','strip-ansi','FlkTq','1606150MxZVWp','WlRAb','children','testStepFinished','PqXzT','tagExpression','SalVx','toString','duration_in_ms','YOXMX','hookId','zZkvY','createTestFrameworkData','exports','rule','Rvutu','debug','tags','yMcfS','length','split','map','toISOString','getTestUUID','winstonLogger','filter','exception','relative','hbUQZ','_gitConfigPath','configureGit','fjWqv','15Rebxxo','cucumber','passed','XXaCB','sAnlI','astNodeIds','result','MtaVw','AssertionError','xwZcW','DRsls','failureType','getCucumberHookType','pickleStepId','sendHook','HookRunStarted','every','TsGcc','UDKhZ','2752988pRDwyu','UnhandledError','sourceReference','value','util','57190490gePRRk','JRGPb','status','getScenarioExamples','failure','testStepResult','Exception\x20in\x20getHookRunEventData:\x20','3294072vMRPTG','zCkPB','getHookResult','backtrace','finishedAt','MVkmA','FSeFM','hooks','failure_type','FAILED','failureData','find','scenario','lxJmy','name','cells','includes','oFBUH','HookRunFinished','jBLAh','path','toLowerCase','tableBody','EJNdw','WnBKQ','examples','uri','push','../TestInfo.js','testCaseFinished','MJIWv','1172431SBdkvB','_gitConfigured','AFTER_EACH','xfIJJ','BqblD','CLgiG','RiLyF','nanos','match','cnpOa','90986VvgQgJ','flatMap','../../../helpers/helper.js'];a123_0x5734=function(){return _0x3481ec;};return a123_0x5734();}const path=require(a123_0x35ed14(0x11b)),util=require(a123_0x35ed14(0xff)),{getGitMetaData,isUndefined,nestedKeyValue,deriveCucumberHookName,isSdkSetupHook}=require(a123_0x35ed14(0x132)),logger=require(a123_0x35ed14(0x149))[a123_0x35ed14(0xe0)],{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler.js'),TestInfo=require(a123_0x35ed14(0x123)),hooksMap={};class CucumberUtils{constructor(){const _0x4f7fb9=a123_0x35ed14;this['_gitConfigured']=![],this[_0x4f7fb9(0xe5)]=null;}async[a123_0x35ed14(0xd4)](_0x54f0cc,_0x2a9c54,_0x527bfc,_0xdd5ccb,_0x24ae7c,_0x5a0291){const _0x4a70e4=a123_0x35ed14,_0x655ee={'XXaCB':function(_0x507e4e,_0x47fa3a){return _0x507e4e===_0x47fa3a;},'DRsls':_0x4a70e4(0x110),'fjWqv':_0x4a70e4(0x147),'hbUQZ':function(_0x3f4f6f,_0x30e6fd){return _0x3f4f6f===_0x30e6fd;},'MJIWv':'SKIPPED','EJNdw':'skipped','SalVx':function(_0x2b0e6f,_0x40c2a4){return _0x2b0e6f||_0x40c2a4;},'ovSZa':function(_0xd8a0d0,_0x376348){return _0xd8a0d0+_0x376348;},'IwRIr':function(_0x45b860,_0x401389){return _0x45b860+_0x401389;},'MtaVw':function(_0x4387a5,_0x302edf){return _0x4387a5+_0x302edf;},'ipEVu':'test','ygtkg':'javascript','CLgiG':_0x4a70e4(0xe9),'cnpOa':_0x4a70e4(0x138),'oiFzl':_0x4a70e4(0xea),'dCUAV':function(_0x4d2733,_0x16c298){return _0x4d2733!==_0x16c298;},'NigiM':function(_0x3b2f7a,_0x51d394){return _0x3b2f7a/_0x51d394;},'jBLAh':_0x4a70e4(0xc6),'IpQey':function(_0xb3fa4d,_0x3225cd){return _0xb3fa4d(_0x3225cd);},'FlkTq':_0x4a70e4(0x13d),'GnlWf':'AssertionError','Xfvzh':_0x4a70e4(0xfc)},{feature:_0x2133d9,scenario:_0x54cd15,steps:_0x2e9a0a,uuid:_0x5e8803,startedAt:_0x4a7d2f,finishedAt:_0x4f1bcb}=_0x655ee[_0x4a70e4(0xce)](_0x54f0cc,{}),_0x2a0584=this['getScenarioExamples'](_0xdd5ccb,_0x2a9c54);await this[_0x4a70e4(0xe6)]();const _0x828c4=_0x2a0584?_0x655ee['ovSZa'](_0x655ee['IwRIr'](_0x655ee[_0x4a70e4(0xef)](_0x2a9c54[_0x4a70e4(0x115)],'\x20('),_0x2a0584['join'](',\x20')),')'):_0x2a9c54[_0x4a70e4(0x115)],_0xc64d04={'id':_0x24ae7c,'uuid':_0x24ae7c,'startedAt':_0x4a7d2f,'finishedAt':_0x4f1bcb,'type':_0x655ee['ipEVu'],'body':{'lang':_0x655ee[_0x4a70e4(0x133)],'code':null},'name':_0x828c4,'scopes':[_0x2133d9&&_0x2133d9[_0x4a70e4(0x115)]?_0x2133d9[_0x4a70e4(0x115)]:''],'tags':_0x2a9c54[_0x4a70e4(0xd9)]?_0x2a9c54[_0x4a70e4(0xd9)][_0x4a70e4(0xdd)](({name:_0x381304})=>_0x381304):[],'file_name':_0x2a9c54[_0x4a70e4(0x121)],'location':_0x2a9c54[_0x4a70e4(0x121)],'vc_filepath':this['_gitConfigPath']&&_0x2a9c54[_0x4a70e4(0x121)]?path[_0x4a70e4(0xe3)](this[_0x4a70e4(0xe5)],_0x2a9c54[_0x4a70e4(0x121)]):null,'framework':_0x655ee[_0x4a70e4(0x12b)],'result':_0x655ee[_0x4a70e4(0x12f)],'meta':{'feature':_0x2133d9,'scenario':_0x54cd15,'steps':_0x2e9a0a,'examples':_0x2a0584},'customRerunParam':{'rerun_name':_0x828c4}};if(_0x527bfc[_0x4a70e4(0x124)]&&_0x2e9a0a){const _0x5836b2=_0x527bfc[_0x4a70e4(0x124)];let _0x5d47d6=_0x655ee[_0x4a70e4(0xc0)];_0x2e9a0a[_0x4a70e4(0xf8)](_0x2bba84=>{const _0x458964=_0x4a70e4;if(_0x655ee[_0x458964(0xeb)](_0x2bba84[_0x458964(0xee)],_0x655ee[_0x458964(0xf2)]))return _0x5d47d6=_0x655ee['fjWqv'],_0x5836b2[_0x458964(0x104)]=_0x2bba84[_0x458964(0x104)],_0x5836b2[_0x458964(0xf3)]=_0x2bba84[_0x458964(0xf3)],![];else{if(_0x655ee[_0x458964(0xe4)](_0x2bba84['result'],_0x655ee[_0x458964(0x125)]))return _0x5d47d6=_0x655ee[_0x458964(0x11e)],![];}return!![];}),_0xc64d04[_0x4a70e4(0x10b)]=new Date()[_0x4a70e4(0xde)](),_0xc64d04['result']=_0x5d47d6;_0x5836b2['timestamp']&&_0x655ee['dCUAV'](_0x5836b2['timestamp'][_0x4a70e4(0x12d)],undefined)?_0xc64d04[_0x4a70e4(0xd0)]=_0x655ee[_0x4a70e4(0x148)](_0x5836b2['timestamp'][_0x4a70e4(0x12d)],0xf4240):_0xc64d04[_0x4a70e4(0xd0)]=undefined;if(_0x655ee[_0x4a70e4(0xe4)](_0x5d47d6,_0x655ee[_0x4a70e4(0xe7)])){const {default:_0x17ae24}=await import(_0x655ee[_0x4a70e4(0x11a)]);_0xc64d04[_0x4a70e4(0x104)]=[{'backtrace':[_0x5836b2['failure']?_0x655ee[_0x4a70e4(0x135)](_0x17ae24,_0x5836b2['failure']):_0x655ee[_0x4a70e4(0xc7)]]}],_0xc64d04['failure_reason']=_0x5836b2[_0x4a70e4(0x104)]?_0x655ee[_0x4a70e4(0x135)](_0x17ae24,_0x5836b2[_0x4a70e4(0x104)]):_0x5836b2[_0x4a70e4(0x13c)],_0x5836b2[_0x4a70e4(0xf3)]&&(_0xc64d04[_0x4a70e4(0x10f)]=_0x5836b2[_0x4a70e4(0xf3)]['match'](/AssertError/)?_0x655ee['GnlWf']:_0x655ee[_0x4a70e4(0xbe)]);}}return _0xc64d04;}['getHookRunEventData'](_0x123cfb,_0x159e2d,_0x27536c,_0x107f61,_0x229d1f,_0x83bd9d){const _0x5a83f7=a123_0x35ed14,_0x4da1e0={'cFuEA':function(_0x2bc169,_0x335aee){return _0x2bc169===_0x335aee;},'TsGcc':_0x5a83f7(0x119),'Rvutu':function(_0x58f20a,_0x54a788,_0x166a11){return _0x58f20a(_0x54a788,_0x166a11);},'tSGJb':_0x5a83f7(0xfd),'zCkPB':_0x5a83f7(0x121),'RiLyF':_0x5a83f7(0x138),'PqXzT':_0x5a83f7(0xc3),'JRGPb':function(_0xeccd68,_0x552692,_0x500ab8,_0x37eb29){return _0xeccd68(_0x552692,_0x500ab8,_0x37eb29);},'xwZcW':_0x5a83f7(0x113),'FSeFM':_0x5a83f7(0x115),'yMcfS':'javascript','Jddyn':function(_0x2f5d22,_0x3c5879,_0x1b11c2){return _0x2f5d22(_0x3c5879,_0x1b11c2);},'hcSfQ':'feature','BqblD':function(_0x211a16,_0x47c23d,_0x6efee2){return _0x211a16(_0x47c23d,_0x6efee2);},'WlRAb':_0x5a83f7(0xe9)};try{if(_0x4da1e0[_0x5a83f7(0x143)](_0x27536c,_0x4da1e0[_0x5a83f7(0xf9)])){const _0x1bb5fe=new Date()[_0x5a83f7(0xde)](),_0x524f72=hooksMap[_0x159e2d];if(!_0x524f72)return;const _0x514d29=_0x524f72[_0x5a83f7(0x112)](_0x1851d8=>_0x1851d8[_0x5a83f7(0x14a)]===_0x107f61['id']);if(!_0x514d29)return;const _0x451450=this[_0x5a83f7(0x109)](_0x123cfb,_0x159e2d);_0x514d29[_0x5a83f7(0xee)]=_0x451450[_0x5a83f7(0x102)],_0x514d29[_0x5a83f7(0x13f)]=_0x1bb5fe,_0x514d29[_0x5a83f7(0x10f)]=_0x451450[_0x5a83f7(0xf3)];const _0x2a65f2={};return _0x2a65f2[_0x5a83f7(0x10a)]=_0x451450[_0x5a83f7(0x111)],_0x514d29['failure_data']=[_0x2a65f2],_0x514d29;}const _0x22386b=TestInfo[_0x5a83f7(0xdf)](_0x159e2d),_0x102711=_0x123cfb[_0x5a83f7(0x10e)][_0x5a83f7(0x112)](_0x1a9020=>_0x1a9020['id']===_0x107f61['hookId']),_0x441e10=_0x4da1e0[_0x5a83f7(0xd7)](nestedKeyValue,_0x102711,[_0x4da1e0['tSGJb'],_0x4da1e0[_0x5a83f7(0x108)]]),_0x79e387=new Date()['toISOString'](),_0x13e570=_0x4da1e0[_0x5a83f7(0x12c)],_0x9fb745=_0x102711[_0x5a83f7(0xcd)]?_0x102711[_0x5a83f7(0xcd)][_0x5a83f7(0xdc)]('\x20')[_0x5a83f7(0xe1)](_0xe85eef=>_0xe85eef[_0x5a83f7(0x117)]('@')):[],_0x194f53={'uuid':_0x107f61['id'],'type':_0x4da1e0[_0x5a83f7(0xcc)],'hook_type':_0x83bd9d,'name':_0x4da1e0[_0x5a83f7(0x101)](deriveCucumberHookName,_0x102711[_0x5a83f7(0x115)],_0x83bd9d,_0x4da1e0[_0x5a83f7(0xd7)](nestedKeyValue,_0x229d1f,[_0x4da1e0[_0x5a83f7(0xf1)],_0x4da1e0['FSeFM']])),'body':{'lang':_0x4da1e0[_0x5a83f7(0xda)],'code':null},'tags':_0x9fb745,'test_run_id':_0x22386b,'scope':_0x4da1e0[_0x5a83f7(0xc5)](nestedKeyValue,_0x229d1f,[_0x4da1e0[_0x5a83f7(0xc4)],_0x4da1e0[_0x5a83f7(0x10d)]]),'scopes':[_0x4da1e0[_0x5a83f7(0x12a)](nestedKeyValue,_0x229d1f,[_0x4da1e0[_0x5a83f7(0xc4)],_0x4da1e0[_0x5a83f7(0x10d)]])||''],'file_name':_0x441e10,'location':_0x441e10,'vc_filepath':this[_0x5a83f7(0xe5)]&&_0x441e10?path['relative'](this[_0x5a83f7(0xe5)],_0x441e10):null,'result':_0x13e570,'started_at':_0x79e387,'framework':_0x4da1e0[_0x5a83f7(0xc9)]};return _0x194f53;}catch(_0x3df199){logger[_0x5a83f7(0xd8)](_0x5a83f7(0x106)+util[_0x5a83f7(0x145)](_0x3df199)+'\x20');}}async['createHookData'](_0x1021fc,_0x238f64,_0x1e89b8,_0x3cee8e,_0x1fd72b,_0x5e691e){const _0x50d321=a123_0x35ed14,_0x3397a6={'ncrNM':function(_0x5471c4,_0x1d432c){return _0x5471c4===_0x1d432c;},'dXVbW':_0x50d321(0xf7),'UDKhZ':function(_0x43417e,_0x44fbf7,_0x24ca62){return _0x43417e(_0x44fbf7,_0x24ca62);},'ZEtwc':_0x50d321(0xfd),'wpfGc':_0x50d321(0x121)};try{const _0x111a92=_0x3cee8e[_0x50d321(0x112)](_0x35c9cb=>_0x35c9cb['id']===_0x1fd72b);if(!_0x111a92[_0x50d321(0xd2)])return;const _0x39acd7=this['getCucumberHookType'](_0x3cee8e,_0x111a92),_0xe25658=this[_0x50d321(0x139)](_0x1021fc,_0x238f64,_0x1e89b8,_0x111a92,_0x5e691e,_0x39acd7);if(!_0xe25658)return;_0x3397a6['ncrNM'](_0x1e89b8,_0x3397a6[_0x50d321(0x13e)])&&(hooksMap[_0x238f64]?hooksMap[_0x238f64][_0x50d321(0x122)](_0xe25658):hooksMap[_0x238f64]=[_0xe25658]);const _0x3dcf6c=_0x1021fc[_0x50d321(0x10e)][_0x50d321(0x112)](_0x3b901b=>_0x3b901b['id']===_0x111a92[_0x50d321(0xd2)]),_0x146e26=_0x3397a6[_0x50d321(0xfa)](nestedKeyValue,_0x3dcf6c,[_0x3397a6['ZEtwc'],_0x3397a6[_0x50d321(0x141)]]);if(!_0x146e26)return;else{if(_0x3397a6['UDKhZ'](isSdkSetupHook,_0x146e26,_0xe25658[_0x50d321(0x115)]))return;}return _0xe25658;}catch(_0x1322ec){logger[_0x50d321(0xd8)]('Exception\x20in\x20createHookData:\x20'+util['format'](_0x1322ec)+'\x20');}}[a123_0x35ed14(0x109)](_0x39cf31,_0x1c6339){const _0x1a2312=a123_0x35ed14,_0x178cc9={};_0x178cc9[_0x1a2312(0x129)]=function(_0x5b8b8f,_0x5ab2f6){return _0x5b8b8f===_0x5ab2f6;},_0x178cc9[_0x1a2312(0x140)]=_0x1a2312(0x147),_0x178cc9['lxJmy']=function(_0x3524e3,_0xbca192){return _0x3524e3===_0xbca192;},_0x178cc9[_0x1a2312(0x11f)]=function(_0x1a4650,_0x2985ed){return _0x1a4650===_0x2985ed;},_0x178cc9['GeTll']=_0x1a2312(0xfc),_0x178cc9[_0x1a2312(0xd3)]=_0x1a2312(0xf0),_0x178cc9[_0x1a2312(0xbf)]=function(_0x5e5fdb,_0x6f9bf7){return _0x5e5fdb||_0x6f9bf7;};const _0x59b18b=_0x178cc9,_0x2cac9f=_0x39cf31[_0x1a2312(0xcb)][_0x1c6339][_0x1a2312(0x105)];let _0x19405c,_0x41d171;return _0x2cac9f&&_0x59b18b[_0x1a2312(0x129)](_0x2cac9f[_0x1a2312(0x102)][_0x1a2312(0xcf)]()[_0x1a2312(0x11c)](),_0x59b18b[_0x1a2312(0x140)])&&(_0x19405c=_0x59b18b[_0x1a2312(0x114)](_0x2cac9f['exception'],undefined)?_0x2cac9f[_0x1a2312(0x13c)]:_0x2cac9f[_0x1a2312(0xe2)]['message'],_0x41d171=_0x59b18b[_0x1a2312(0x11f)](_0x2cac9f['exception'],undefined)?_0x59b18b[_0x1a2312(0x142)]:_0x2cac9f[_0x1a2312(0x13c)][_0x1a2312(0x12e)](/Assert/)?_0x59b18b[_0x1a2312(0xd3)]:_0x59b18b['GeTll']),{'status':_0x2cac9f['status']['toLowerCase'](),'failureType':_0x59b18b['LUcWe'](_0x41d171,null),'failureData':!_0x19405c?null:[_0x19405c]};}[a123_0x35ed14(0xf4)](_0x53809c,_0x40f8f4){const _0xa4145a=a123_0x35ed14,_0x2ffc04={};_0x2ffc04[_0xa4145a(0x144)]=function(_0xe0c3dc,_0x3e4d5e){return _0xe0c3dc===_0x3e4d5e;},_0x2ffc04[_0xa4145a(0x10c)]=_0xa4145a(0x128),_0x2ffc04[_0xa4145a(0x137)]='BEFORE_EACH';const _0x35660f=_0x2ffc04;let _0x113f20=![];for(const _0x57e1e2 of _0x53809c){_0x57e1e2[_0xa4145a(0xf5)]&&(_0x113f20=!![]);if(_0x35660f[_0xa4145a(0x144)](_0x40f8f4['id'],_0x57e1e2['id']))return _0x113f20?_0x35660f[_0xa4145a(0x10c)]:_0x35660f['dokqn'];}}[a123_0x35ed14(0x103)]=(_0x3c36ab,_0x267730)=>{const _0x18f446=a123_0x35ed14,_0x23e095={};_0x23e095[_0x18f446(0xc1)]=function(_0x321a76,_0x38a40c){return _0x321a76===_0x38a40c;},_0x23e095[_0x18f446(0xd1)]=function(_0x534cff,_0x4c1664){return _0x534cff===_0x4c1664;},_0x23e095['MilgV']=function(_0x118202,_0x1955f2){return _0x118202>_0x1955f2;};const _0x3a125e=_0x23e095;if(!(_0x267730[_0x18f446(0xed)]&&_0x3a125e[_0x18f446(0x136)](_0x267730[_0x18f446(0xed)][_0x18f446(0xdb)],0x1)))return;const _0x590c96=_0x267730['astNodeIds'][0x0],_0xfd1f87=_0x267730['astNodeIds'][0x1],_0x3c89ca=_0x3c36ab[_0x18f446(0x146)]&&_0x3c36ab['feature']['children']?_0x3c36ab[_0x18f446(0x146)][_0x18f446(0xca)]:undefined;let _0xbc4cf7=[];_0x3c89ca&&_0x3c89ca['forEach'](_0x2bd276=>{const _0x4db189=_0x18f446,_0x4c08a8={'sAnlI':function(_0x48a8b6,_0x35d5d3){const _0x427df8=a123_0xff3d;return _0x3a125e[_0x427df8(0xc1)](_0x48a8b6,_0x35d5d3);}};if(_0x2bd276['rule'])_0x2bd276[_0x4db189(0xd6)][_0x4db189(0xca)][_0x4db189(0x13a)](_0x36d339=>{const _0x5cbc48=_0x4db189;if(_0x36d339['scenario']&&_0x4c08a8[_0x5cbc48(0xec)](_0x36d339[_0x5cbc48(0x113)]['id'],_0x590c96)&&_0x36d339[_0x5cbc48(0x113)][_0x5cbc48(0x120)]){const _0x40151f=_0x36d339[_0x5cbc48(0x113)][_0x5cbc48(0x120)][_0x5cbc48(0x131)](_0x17e910=>_0x17e910[_0x5cbc48(0x11d)])['find'](_0x191d57=>_0x191d57['id']===_0xfd1f87);let _0x509d7a;_0x40151f&&_0x40151f[_0x5cbc48(0x116)]?_0x509d7a=_0x40151f[_0x5cbc48(0x116)]['map'](_0x1fd78e=>_0x1fd78e[_0x5cbc48(0xfe)]):_0x509d7a=[],_0x509d7a&&(_0xbc4cf7=_0x509d7a);}});else{if(_0x2bd276[_0x4db189(0x113)]&&_0x3a125e[_0x4db189(0xd1)](_0x2bd276['scenario']['id'],_0x590c96)&&_0x2bd276[_0x4db189(0x113)][_0x4db189(0x120)]){const _0x9edfbe=_0x2bd276['scenario']['examples'][_0x4db189(0x131)](_0x430ab8=>_0x430ab8[_0x4db189(0x11d)])[_0x4db189(0x112)](_0x1c837c=>_0x1c837c['id']===_0xfd1f87);let _0x64ef43;_0x9edfbe&&_0x9edfbe[_0x4db189(0x116)]?_0x64ef43=_0x9edfbe[_0x4db189(0x116)][_0x4db189(0xdd)](_0x2ba246=>_0x2ba246[_0x4db189(0xfe)]):_0x64ef43=[],_0x64ef43&&(_0xbc4cf7=_0x64ef43);}}});if(_0xbc4cf7[_0x18f446(0xdb)])return _0xbc4cf7;return;};async[a123_0x35ed14(0xe6)](){const _0x57145=a123_0x35ed14,_0xae1964={'oFBUH':function(_0x132995){return _0x132995();}};if(this[_0x57145(0x127)])return this['_gitConfigPath'];const _0x2cb982=await _0xae1964[_0x57145(0x118)](getGitMetaData);_0x2cb982&&(this[_0x57145(0xe5)]=_0x2cb982['root']),this[_0x57145(0x127)]=!![];}}module[a123_0x35ed14(0xd5)]=o11yClassErrorHandler(CucumberUtils,['configureGit',a123_0x35ed14(0x103),'getCucumberHookType','getHookResult',a123_0x35ed14(0xf6),'getHookRunEventData','sendTestRunEventForCucumber','createTestFrameworkData']);
@@ -1 +1 @@
1
- const a124_0x5d5489=a124_0x1a4d;(function(_0x540b5b,_0x1c9bf4){const _0x3c8b04=a124_0x1a4d,_0x5d7851=_0x540b5b();while(!![]){try{const _0x1d9fe0=parseInt(_0x3c8b04(0x1e9))/0x1+parseInt(_0x3c8b04(0x214))/0x2+parseInt(_0x3c8b04(0x28d))/0x3*(parseInt(_0x3c8b04(0x1fc))/0x4)+parseInt(_0x3c8b04(0x22c))/0x5*(parseInt(_0x3c8b04(0x238))/0x6)+-parseInt(_0x3c8b04(0x28b))/0x7*(parseInt(_0x3c8b04(0x26e))/0x8)+parseInt(_0x3c8b04(0x1f3))/0x9+-parseInt(_0x3c8b04(0x20b))/0xa;if(_0x1d9fe0===_0x1c9bf4)break;else _0x5d7851['push'](_0x5d7851['shift']());}catch(_0x305fe1){_0x5d7851['push'](_0x5d7851['shift']());}}}(a124_0x5985,0x2f070));const path=require(a124_0x5d5489(0x1e4)),util=require(a124_0x5d5489(0x201)),crypto=require(a124_0x5d5489(0x215)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a124_0x5d5489(0x27c)),logger=require(a124_0x5d5489(0x253))['winstonLogger'],{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler.js'),TestInfo=require(a124_0x5d5489(0x1df)),{failureData,getFailureType,PathHelper}=require(a124_0x5d5489(0x206)),stackTrace=require(a124_0x5d5489(0x25c)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils'),a124_0x46b15c={};a124_0x46b15c['beforeAll']='BEFORE_ALL',a124_0x46b15c['afterAll']='AFTER_ALL',a124_0x46b15c[a124_0x5d5489(0x1f4)]='BEFORE_EACH',a124_0x46b15c['afterEach']=a124_0x5d5489(0x235);function a124_0x5985(){const _0x40041b=['failure_reason','tLwQi','Creating\x20hook\x20data\x20for\x20eventType:\x20','1206504QWxYJY','beforeEach','XJWPG','extractTestFilePath','push','zJuAx','HookRunFinished','BVVgl',',\x20testRunId:\x20','22892TqYEJl','cfqrQ','Failed\x20to\x20get\x20root\x20parent\x20file:\x20',',\x20testIdentifier:\x20','includes','util','failure_data','getFileName','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','digest','../../../helpers/test-observability/utils','Rxtha','SQQuz','isJestInternalHook','retryOf','6977760rYhHrZ','kPMRv','length','parent','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','getHierarchy','failure','expect','CiWYa','696428NrBwNp','crypto','tTXNz','TestRunFinished','LGKXj','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','createHookData','testAnalyticsId','IXbvL','errors','pending','cERYc','fullName','\x22\x20hook\x20for\x20\x22','error','createJestTestIdentifier','TestRunSkipped','EEExJ','result','split','toString','started_at','finished_at','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','243260hZUxXP','ooUDA','exports',',\x20hookUUID:\x20','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','parse','file','ucCYs','type','AFTER_EACH','_gitConfigured','debug','36DwJFBi','BMzXU','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','_paths','createTestFrameworkData','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','err','getRootParentFile','lhKWk','qFpCU','update','prefixTestPath','match','apply','inspect','fLxVW','hgkEJ','File\x20path\x20could\x20not\x20be\x20found','clearHooksMap','javascript','lOznX','Exception\x20in\x20getHookRunEventData:\x20','format','[jestUtils]\x20No\x20test\x20object\x20provided','IbgHb','rBDmy','../../../helpers/logger.js','getHookRunEventData','jest','testIdentifier','toUpperCase','createHash','failure_backtrace','startedAt','IvnsI','stack-trace','finishedAt','KEeoX','substring','zyDUc','ZZVGX','errorsDetailed','fJaRa','relative','duration','failure_reason_expanded','lXXlJ','GuMHq','rWHFl','hook','HYRnJ','asyncError','toISOString','16YAVWmo','name','tWBgO','configureGit','DHRFZ','__jestCurrentTestIdentifier','Yynul','getTestIdentifier','test','stack','WavXc',':jest-','getName','hooks','../../../helpers/helper.js','title','cdKGA','reverse','[jestUtils]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','HookRunStarted','CphQO','unknown','cwd','testPath','passed','getState','expanded','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','kPHNK','101444LtGpUb','failure_type','39uxeXDJ','VUDNO','_gitConfigPath','failed','ZAxbY','../TestInfo.js','currentTest','ROOT_DESCRIBE_BLOCK','displayName','pid','path','[jestUtils]\x20Error\x20creating\x20identifier:\x20','mwIwb','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','[jestUtils]\x20Created\x20identifier:\x20','70803aRyrUB','doLaU','CIyEP','fvfWA','hsrWu','jest-circus','kxBZb'];a124_0x5985=function(){return _0x40041b;};return a124_0x5985();}function a124_0x1a4d(_0x19bc86,_0x6a612f){const _0x5985a2=a124_0x5985();return a124_0x1a4d=function(_0x1a4d2f,_0x553d0c){_0x1a4d2f=_0x1a4d2f-0x1db;let _0x4464a1=_0x5985a2[_0x1a4d2f];return _0x4464a1;},a124_0x1a4d(_0x19bc86,_0x6a612f);}const HOOK_TYPES_MAP=a124_0x46b15c,hooksMap={};class JestUtils{constructor(){const _0x23c022=a124_0x5d5489;this[_0x23c022(0x236)]=![],this[_0x23c022(0x1dc)]=null,this[_0x23c022(0x23b)]=new PathHelper({'cwd':process[_0x23c022(0x284)]()},undefined);}async[a124_0x5d5489(0x23c)](_0x428f53,_0x37fc55,_0xcbd6fa=a124_0x5d5489(0x217),_0x38bfe2=undefined){const _0x5513c9=a124_0x5d5489,_0x3d1ffd={'kPMRv':_0x5513c9(0x23e),'GBrwv':_0x5513c9(0x1ee),'hsrWu':_0x5513c9(0x24a),'HYRnJ':function(_0x39c486,_0x15540d){return _0x39c486!==_0x15540d;},'ooUDA':'test','CiWYa':_0x5513c9(0x23f),'RcBsS':function(_0x518aab,_0x2d1484){return _0x518aab!==_0x2d1484;},'SXzgG':_0x5513c9(0x21e),'lXXlJ':function(_0x53a21f,_0x1d9de6){return _0x53a21f===_0x1d9de6;},'IbgHb':_0x5513c9(0x224),'fvfWA':'skipped','cfqrQ':_0x5513c9(0x217),'tLwQi':function(_0x5fbb8d,_0x549ccb){return _0x5fbb8d>_0x549ccb;},'zyDUc':'failed','cERYc':_0x5513c9(0x286),'GuMHq':function(_0x3c0bdf,_0x4011c2){return _0x3c0bdf-_0x4011c2;},'lOznX':'javascript','mwIwb':_0x5513c9(0x255),'RtRdR':function(_0x4147e3,_0x11c8b8){return _0x4147e3(_0x11c8b8);},'CphQO':function(_0x1b4f21,_0x44cfe7){return _0x1b4f21===_0x44cfe7;}};logger[_0x5513c9(0x237)](_0x5513c9(0x22b)+_0xcbd6fa+_0x5513c9(0x1ff)+_0x37fc55);try{if(!_0x428f53)return logger[_0x5513c9(0x237)](_0x3d1ffd[_0x5513c9(0x20c)]),null;if(_0x428f53['fn']&&_0x428f53['fn'][_0x5513c9(0x228)]()[_0x5513c9(0x245)](/browserstack internal helper hook/))return null;await this[_0x5513c9(0x271)]();let _0x510b19;try{_0x510b19=this['getRootParentFile'](_0x428f53);if(_0x510b19&&_0x510b19[_0x5513c9(0x200)](_0x3d1ffd['GBrwv']))return null;}catch(_0x4a2772){logger[_0x5513c9(0x237)](_0x5513c9(0x1fe)+util[_0x5513c9(0x24f)](_0x4a2772)),_0x510b19=null;}const _0x517d44=this[_0x5513c9(0x210)](_0x428f53),_0x101e34=this[_0x5513c9(0x27a)](_0x428f53),_0x16fece=_0x510b19?this[_0x5513c9(0x23b)]['prefixTestPath'](_0x510b19):_0x3d1ffd[_0x5513c9(0x1ed)];let _0x1043a6=[];const _0x4e634c=_0x428f53[_0x5513c9(0x262)]||_0x428f53[_0x5513c9(0x21d)];if(_0x3d1ffd[_0x5513c9(0x26b)](_0x4e634c,undefined))_0x1043a6=[_0x4e634c,_0x3d1ffd[_0x5513c9(0x22d)]];else _0x3d1ffd[_0x5513c9(0x26b)](_0x38bfe2,undefined)&&(_0x1043a6=[_0x38bfe2,_0x3d1ffd[_0x5513c9(0x213)]]);const _0x47c468=_0x3d1ffd[_0x5513c9(0x26b)](_0x4e634c,undefined)?util[_0x5513c9(0x247)](_0x4e634c[0x0]):_0x3d1ffd['RcBsS'](_0x38bfe2,undefined)?_0x38bfe2[_0x5513c9(0x228)]():undefined;let _0x508d0f=_0x3d1ffd['SXzgG'];if(_0x3d1ffd[_0x5513c9(0x267)](_0xcbd6fa,_0x3d1ffd['IbgHb']))_0x508d0f=_0x3d1ffd[_0x5513c9(0x1ec)];else _0x3d1ffd[_0x5513c9(0x267)](_0xcbd6fa,_0x3d1ffd[_0x5513c9(0x1fd)])&&(_0x4e634c&&_0x3d1ffd[_0x5513c9(0x1f1)](_0x4e634c['length'],0x0)?_0x508d0f=_0x3d1ffd[_0x5513c9(0x260)]:_0x508d0f=_0x3d1ffd[_0x5513c9(0x21f)]);let _0x38e905=null;if(_0x3d1ffd[_0x5513c9(0x26b)](_0x428f53[_0x5513c9(0x265)],undefined))_0x38e905=_0x428f53[_0x5513c9(0x265)];else(_0xcbd6fa[_0x5513c9(0x245)](/Finished/)||_0xcbd6fa[_0x5513c9(0x245)](/Skipped/))&&(_0x428f53[_0x5513c9(0x229)]&&(_0x38e905=_0x3d1ffd[_0x5513c9(0x268)](Date['now'](),new Date(_0x428f53[_0x5513c9(0x229)])['getTime']())));const _0x33ad88=_0x428f53['fn']?_0x428f53['fn'][_0x5513c9(0x228)]():null,_0x50c21a={'id':_0x37fc55,'uuid':_0x37fc55,'startedAt':_0x428f53[_0x5513c9(0x229)]||new Date()['toISOString'](),'finishedAt':_0xcbd6fa[_0x5513c9(0x245)](/Finished/)||_0xcbd6fa[_0x5513c9(0x245)](/Skipped/)?new Date()[_0x5513c9(0x26d)]():null,'type':_0x3d1ffd[_0x5513c9(0x22d)],'body':{'lang':_0x3d1ffd[_0x5513c9(0x24d)],'code':_0x33ad88},'name':_0x101e34,'errorsDetailed':_0x3d1ffd['tLwQi'](_0x4e634c?.[_0x5513c9(0x20d)],0x0)?_0x4e634c[0x0]:_0x4e634c?_0x4e634c:undefined,'scopes':_0x517d44,'file_name':_0x16fece,'location':_0x16fece,'vc_filepath':this[_0x5513c9(0x1dc)]&&_0x510b19?path[_0x5513c9(0x264)](this[_0x5513c9(0x1dc)],_0x510b19):null,'framework':_0x3d1ffd[_0x5513c9(0x1e6)],'result':_0x508d0f,'failure_reason':_0x47c468,'duration_in_ms':_0x38e905,'failure':failureData['apply'](null,_0x1043a6),'failure_type':!_0x47c468?null:_0x3d1ffd['RtRdR'](getFailureType,_0x47c468),'retry_of':_0x428f53[_0x5513c9(0x20a)]||null,'customRerunParam':{'rerun_name':_0x101e34}};_0x3d1ffd[_0x5513c9(0x267)](_0xcbd6fa,_0x3d1ffd['IbgHb'])&&!_0x50c21a['startedAt']&&(_0x50c21a[_0x5513c9(0x25a)]=_0x50c21a[_0x5513c9(0x25d)]);const _0x289222=_0x50c21a[_0x5513c9(0x211)]&&_0x50c21a[_0x5513c9(0x211)][0x0];return _0x289222&&(_0x50c21a[_0x5513c9(0x259)]=_0x289222['backtrace'],_0x50c21a[_0x5513c9(0x266)]=_0x289222[_0x5513c9(0x288)]),(_0x3d1ffd[_0x5513c9(0x282)](_0xcbd6fa,_0x3d1ffd['cfqrQ'])||_0x3d1ffd[_0x5513c9(0x267)](_0xcbd6fa,_0x3d1ffd[_0x5513c9(0x251)]))&&(_0x428f53[_0x5513c9(0x27b)]&&(_0x50c21a['hooks']=_0x428f53[_0x5513c9(0x27b)])),_0x50c21a;}catch(_0x3f7e3d){return logger[_0x5513c9(0x237)]('Exception\x20in\x20createTestFrameworkData:\x20'+util[_0x5513c9(0x24f)](_0x3f7e3d)),null;}}async['createHookData'](_0x23d90a,_0x5e1432,_0x523200,_0x1fdffc){const _0x590538=a124_0x5d5489,_0x47d4cc={'TqvZK':_0x590538(0x289),'yTdUH':_0x590538(0x1ee),'hgkEJ':'browserstack-node-agent/src/bin/jest','rBDmy':_0x590538(0x283),'qFpCU':_0x590538(0x21e),'kmegQ':function(_0x1fbe59,_0x3c2c8f){return _0x1fbe59===_0x3c2c8f;},'SQQuz':_0x590538(0x1f9),'Rxtha':function(_0x274dcb,_0x277127){return _0x274dcb>_0x277127;},'Yynul':'failed','doLaU':function(_0x54b72c,_0x12d7d4){return _0x54b72c(_0x12d7d4);},'CIyEP':_0x590538(0x276),'hyiFA':_0x590538(0x286),'IvnsI':_0x590538(0x26a),'cdKGA':_0x590538(0x24c),'kxBZb':'jest','kPHNK':function(_0x3dc020,_0x5ceb88){return _0x3dc020===_0x5ceb88;},'ncFHl':_0x590538(0x281)};logger[_0x590538(0x237)](_0x590538(0x1f2)+_0x523200+_0x590538(0x22f)+_0x5e1432+_0x590538(0x1fb)+_0x1fdffc);try{if(!_0x23d90a)return logger[_0x590538(0x237)](_0x47d4cc['TqvZK']),null;if(this['isJestInternalHook'](_0x23d90a))return null;await this['configureGit']();let _0xb90d5e=null;try{_0xb90d5e=this[_0x590538(0x240)](_0x23d90a);if(_0xb90d5e&&_0xb90d5e[_0x590538(0x200)](_0x47d4cc['yTdUH']))return null;if(_0xb90d5e&&_0xb90d5e['includes'](_0x47d4cc[_0x590538(0x249)]))return null;}catch(_0x30d5bc){logger[_0x590538(0x237)](_0x590538(0x1e7)+util['format'](_0x30d5bc));}const _0x73b553=_0xb90d5e?this[_0x590538(0x23b)][_0x590538(0x244)](_0xb90d5e):_0xb90d5e,_0x1c643d=this[_0x590538(0x27a)](_0x23d90a),_0x5cb968=_0x23d90a[_0x590538(0x234)]||_0x47d4cc[_0x590538(0x252)],_0x59e2d8=HOOK_TYPES_MAP[_0x5cb968]||_0x5cb968[_0x590538(0x257)](),_0x462e56=_0x23d90a['parent']&&_0x23d90a[_0x590538(0x20e)]['name']?_0x23d90a[_0x590538(0x20e)][_0x590538(0x26f)]:'';let _0x3a6f30=_0x47d4cc[_0x590538(0x242)],_0x5b0096=null,_0x1dba3f=null,_0xc98ec0=null,_0x40dfdf=null;_0x47d4cc['kmegQ'](_0x523200,_0x47d4cc[_0x590538(0x208)])&&(_0x40dfdf=new Date()['toISOString'](),_0x23d90a[_0x590538(0x262)]&&_0x47d4cc[_0x590538(0x207)](_0x23d90a['errorsDetailed'][_0x590538(0x20d)],0x0)?(_0x3a6f30=_0x47d4cc[_0x590538(0x274)],_0x1dba3f=util[_0x590538(0x247)](_0x23d90a['errorsDetailed'][0x0]),_0x5b0096=_0x47d4cc[_0x590538(0x1ea)](getFailureType,_0x1dba3f),_0xc98ec0=failureData[_0x590538(0x246)](null,[_0x23d90a[_0x590538(0x262)],_0x47d4cc[_0x590538(0x1eb)]])):_0x3a6f30=_0x47d4cc['hyiFA']);const _0x17a542={'uuid':_0x5e1432,'type':_0x47d4cc[_0x590538(0x25b)],'hook_type':_0x59e2d8,'name':_0x1c643d,'body':{'lang':_0x47d4cc[_0x590538(0x27e)],'code':_0x23d90a['fn']?_0x23d90a['fn']['toString']():null},'tags':[],'test_run_id':_0x1fdffc,'scope':_0x462e56,'scopes':[_0x462e56],'file_name':_0x73b553,'location':_0x73b553,'vc_filepath':this[_0x590538(0x1dc)]&&_0xb90d5e?path[_0x590538(0x264)](this[_0x590538(0x1dc)],_0xb90d5e):null,'result':_0x3a6f30,'started_at':_0x23d90a[_0x590538(0x229)]||new Date()['toISOString'](),'finished_at':_0x40dfdf,'failure_type':_0x5b0096,'failure_reason':_0x1dba3f,'failure_data':_0xc98ec0,'framework':_0x47d4cc[_0x590538(0x1ef)]};return _0x47d4cc[_0x590538(0x28a)](_0x523200,_0x47d4cc['ncFHl'])&&(hooksMap[_0x1fdffc]?hooksMap[_0x1fdffc][_0x590538(0x1f7)](_0x17a542):hooksMap[_0x1fdffc]=[_0x17a542]),_0x17a542;}catch(_0x7dcef2){return logger[_0x590538(0x237)]('Exception\x20in\x20createHookData:\x20'+util[_0x590538(0x24f)](_0x7dcef2)),null;}}[a124_0x5d5489(0x254)](_0x419fd1,_0x275db7,_0xb90c5f){const _0x4e61ba=a124_0x5d5489,_0x2542b4={'fJaRa':function(_0x1607a6,_0x528734){return _0x1607a6>_0x528734;},'tWBgO':_0x4e61ba(0x1dd),'pDDec':function(_0x209784,_0x273ba9){return _0x209784(_0x273ba9);},'BVVgl':_0x4e61ba(0x276),'HDzCk':'passed'};try{const _0x584f69=hooksMap[_0x419fd1];if(!_0x584f69)return null;const _0xc0ac05=_0x584f69['find'](_0x12c427=>_0x12c427['uuid']===_0x275db7);if(!_0xc0ac05)return null;return _0xc0ac05[_0x4e61ba(0x22a)]=new Date()['toISOString'](),_0xb90c5f[_0x4e61ba(0x262)]&&_0x2542b4[_0x4e61ba(0x263)](_0xb90c5f[_0x4e61ba(0x262)][_0x4e61ba(0x20d)],0x0)?(_0xc0ac05[_0x4e61ba(0x226)]=_0x2542b4[_0x4e61ba(0x270)],_0xc0ac05[_0x4e61ba(0x1f0)]=util[_0x4e61ba(0x247)](_0xb90c5f['errorsDetailed'][0x0]),_0xc0ac05[_0x4e61ba(0x28c)]=_0x2542b4['pDDec'](getFailureType,_0xc0ac05[_0x4e61ba(0x1f0)]),_0xc0ac05[_0x4e61ba(0x202)]=failureData[_0x4e61ba(0x246)](null,[_0xb90c5f['errorsDetailed'],_0x2542b4[_0x4e61ba(0x1fa)]])):_0xc0ac05[_0x4e61ba(0x226)]=_0x2542b4['HDzCk'],_0xc0ac05;}catch(_0x5f54d6){return logger[_0x4e61ba(0x237)](_0x4e61ba(0x24e)+util[_0x4e61ba(0x24f)](_0x5f54d6)),null;}}[a124_0x5d5489(0x27a)](_0x189687){const _0x5e4728=a124_0x5d5489,_0x126326={};_0x126326[_0x5e4728(0x218)]=function(_0x16aa01,_0x3a5294){return _0x16aa01!==_0x3a5294;},_0x126326['tTXNz']='test',_0x126326[_0x5e4728(0x1db)]='Unknown\x20Test';const _0x116b74=_0x126326;if(_0x116b74[_0x5e4728(0x218)](_0x189687[_0x5e4728(0x234)],_0x116b74[_0x5e4728(0x216)]))return'\x22'+_0x189687[_0x5e4728(0x234)]+_0x5e4728(0x221)+(_0x189687[_0x5e4728(0x20e)]&&_0x189687[_0x5e4728(0x20e)]['name'])+'\x22';return _0x189687['name']||_0x116b74[_0x5e4728(0x1db)];}['getHierarchy'](_0x408de3){const _0x2ea23e=a124_0x5d5489,_0x1153fb={};_0x1153fb[_0x2ea23e(0x25e)]=function(_0x38768f,_0x2d310d){return _0x38768f!==_0x2d310d;},_0x1153fb['IXbvL']=function(_0x3d5997,_0x58b58c){return _0x3d5997!==_0x58b58c;},_0x1153fb[_0x2ea23e(0x1de)]=_0x2ea23e(0x1e1);const _0x384275=_0x1153fb,_0x1901f3=[];if(_0x408de3&&_0x408de3[_0x2ea23e(0x20e)]){let _0x1b1acf=_0x408de3['parent'];while(_0x1b1acf&&_0x1b1acf['name']&&_0x384275[_0x2ea23e(0x25e)](_0x1b1acf[_0x2ea23e(0x26f)],'')&&_0x384275[_0x2ea23e(0x21c)](_0x1b1acf[_0x2ea23e(0x26f)],_0x384275['ZAxbY'])){_0x1901f3[_0x2ea23e(0x1f7)](_0x1b1acf[_0x2ea23e(0x26f)]),_0x1b1acf=_0x1b1acf['parent'];}}return _0x1901f3[_0x2ea23e(0x27f)](),_0x1901f3;}[a124_0x5d5489(0x240)](_0x5c9b12){const _0x19ad80=a124_0x5d5489,_0xec7a84={'ucCYs':function(_0x130d03,_0x5f2989){return _0x130d03(_0x5f2989);}};if(_0x5c9b12[_0x19ad80(0x232)])return _0x5c9b12[_0x19ad80(0x232)];if(_0x5c9b12[_0x19ad80(0x26c)])try{const _0x1b97be=stackTrace[_0x19ad80(0x231)]['call'](stackTrace,_0x5c9b12['asyncError']),_0x38b85a=_0xec7a84[_0x19ad80(0x233)](pickUserFrameFile,_0x1b97be);if(_0x38b85a)return _0x38b85a;logger['debug'](_0x19ad80(0x280)+_0x1b97be['length']+')');}catch(_0x5b9342){logger[_0x19ad80(0x237)](_0x19ad80(0x204)+util['format'](_0x5b9342));}return null;}['isJestInternalHook'](_0x18e955){const _0x4c08b4=a124_0x5d5489,_0xc21a7c={};_0xc21a7c['lhKWk']=_0x4c08b4(0x1ee);const _0x1ac5f2=_0xc21a7c;try{const _0xa6cd80=this[_0x4c08b4(0x240)](_0x18e955);if(!_0xa6cd80||_0xa6cd80[_0x4c08b4(0x200)](_0x1ac5f2[_0x4c08b4(0x241)]))return!![];}catch(_0x345d5e){logger[_0x4c08b4(0x237)](_0x4c08b4(0x219)+util['format'](_0x345d5e));}return![];}[a124_0x5d5489(0x275)](_0x11402a=null){const _0x24a68f=a124_0x5d5489;try{const _0x23cc3c=_0x11402a||global['__workerDetails']||{};if(global[_0x24a68f(0x273)])return global['__jestCurrentTestIdentifier'];if(_0x23cc3c?.[_0x24a68f(0x1e0)]?.[_0x24a68f(0x21b)])return _0x23cc3c['currentTest'][_0x24a68f(0x21b)];if(_0x23cc3c?.['currentTest']?.['id'])return _0x23cc3c[_0x24a68f(0x1e0)]['id'];return null;}catch(_0x2855ff){return logger[_0x24a68f(0x237)](_0x24a68f(0x23d)+util[_0x24a68f(0x24f)](_0x2855ff)),null;}}async['configureGit'](){const _0x401118=a124_0x5d5489,_0x342ae8={'oJYoy':function(_0x595968){return _0x595968();}};if(this[_0x401118(0x236)])return this[_0x401118(0x1dc)];const _0x5e8eea=await _0x342ae8['oJYoy'](getGitMetaData);_0x5e8eea&&(this[_0x401118(0x1dc)]=_0x5e8eea['root']),this[_0x401118(0x236)]=!![];}[a124_0x5d5489(0x24b)](_0x4ee156){hooksMap[_0x4ee156]&&delete hooksMap[_0x4ee156];}[a124_0x5d5489(0x1f6)](_0x46c746){const _0x5610d6=a124_0x5d5489,_0x1b5dbc={'rWHFl':_0x5610d6(0x1ee),'ZZVGX':function(_0x51dfb5,_0x279c03){return _0x51dfb5(_0x279c03);},'fLxVW':_0x5610d6(0x212)};if(_0x46c746[_0x5610d6(0x232)])return _0x46c746['file'];if(_0x46c746[_0x5610d6(0x26c)]){try{const _0x35004e=stackTrace[_0x5610d6(0x231)](_0x46c746[_0x5610d6(0x26c)]);if(_0x35004e[0x0]&&_0x35004e[0x0][_0x5610d6(0x203)]){const _0x456e05=_0x35004e[0x0][_0x5610d6(0x203)]();if(_0x456e05&&!_0x456e05[_0x5610d6(0x200)](_0x1b5dbc[_0x5610d6(0x269)]))return _0x456e05;}}catch(_0x38ac97){logger['debug'](_0x5610d6(0x23a)+util['format'](_0x38ac97));}if(_0x46c746[_0x5610d6(0x26c)][_0x5610d6(0x277)]){const _0x57d758=_0x46c746[_0x5610d6(0x26c)][_0x5610d6(0x277)][_0x5610d6(0x227)]('\x0a');for(const _0x20bcb4 of _0x57d758){const _0x37e680=_0x20bcb4['match'](/at (.+?):\d+:\d+/);if(_0x37e680&&_0x37e680[0x1]&&!_0x37e680[0x1][_0x5610d6(0x200)](_0x1b5dbc[_0x5610d6(0x269)]))return _0x37e680[0x1];}}}let _0x39ccd1=_0x46c746[_0x5610d6(0x20e)];while(_0x39ccd1){if(_0x39ccd1['file'])return _0x39ccd1[_0x5610d6(0x232)];if(_0x39ccd1[_0x5610d6(0x26c)])try{const _0x881c96=stackTrace[_0x5610d6(0x231)](_0x39ccd1[_0x5610d6(0x26c)]);if(_0x881c96[0x0]&&_0x881c96[0x0][_0x5610d6(0x203)]){const _0x44b828=_0x881c96[0x0]['getFileName']();if(_0x44b828&&!_0x44b828[_0x5610d6(0x200)](_0x1b5dbc['rWHFl']))return _0x44b828;}}catch(_0x1354cb){}_0x39ccd1=_0x39ccd1[_0x5610d6(0x20e)];}try{const _0x56fb9d=_0x1b5dbc[_0x5610d6(0x261)](require,_0x1b5dbc[_0x5610d6(0x248)]);if(_0x56fb9d&&_0x56fb9d[_0x5610d6(0x287)]){const _0x2bfc82=_0x56fb9d['getState']();if(_0x2bfc82&&_0x2bfc82['testPath'])return _0x2bfc82[_0x5610d6(0x285)];}}catch(_0x2795b5){logger['debug'](_0x5610d6(0x230)+util[_0x5610d6(0x24f)](_0x2795b5));}return null;}[a124_0x5d5489(0x223)](_0x58d3a0){const _0x5b3641=a124_0x5d5489,_0x2be1be={};_0x2be1be['FIqGK']=_0x5b3641(0x20f),_0x2be1be[_0x5b3641(0x239)]=function(_0x5eb278,_0xb88ee6){return _0x5eb278!==_0xb88ee6;},_0x2be1be['DHRFZ']=_0x5b3641(0x1e1),_0x2be1be[_0x5b3641(0x278)]=_0x5b3641(0x1ee),_0x2be1be[_0x5b3641(0x1f5)]='md5',_0x2be1be['EEExJ']='hex';const _0x8c989f=_0x2be1be;try{if(!_0x58d3a0)return logger['error'](_0x8c989f['FIqGK']),null;const _0x568d2f=_0x58d3a0[_0x5b3641(0x220)]||_0x58d3a0[_0x5b3641(0x26f)]||_0x58d3a0[_0x5b3641(0x27d)]||_0x58d3a0[_0x5b3641(0x1e2)];let _0x460f15=_0x568d2f;if(_0x58d3a0[_0x5b3641(0x20e)]&&_0x58d3a0[_0x5b3641(0x20e)][_0x5b3641(0x26f)]&&_0x8c989f[_0x5b3641(0x239)](_0x58d3a0['parent'][_0x5b3641(0x26f)],_0x8c989f[_0x5b3641(0x272)])){const _0x3aae59=_0x58d3a0['name']||_0x58d3a0[_0x5b3641(0x27d)];_0x3aae59&&(_0x460f15=_0x58d3a0[_0x5b3641(0x20e)][_0x5b3641(0x26f)]+'\x20'+_0x3aae59);}let _0x28a7e7=_0x58d3a0[_0x5b3641(0x285)];if(!_0x28a7e7&&_0x58d3a0[_0x5b3641(0x26c)]){try{const _0x4d9354=stackTrace[_0x5b3641(0x231)](_0x58d3a0[_0x5b3641(0x26c)]);if(_0x4d9354[0x0]&&_0x4d9354[0x0]['getFileName']){const _0x1c6946=_0x4d9354[0x0][_0x5b3641(0x203)]();_0x1c6946&&!_0x1c6946['includes'](_0x8c989f[_0x5b3641(0x278)])&&(_0x28a7e7=_0x1c6946);}}catch(_0x28e087){logger[_0x5b3641(0x237)](_0x5b3641(0x23a)+util[_0x5b3641(0x24f)](_0x28e087));}if(!_0x28a7e7&&_0x58d3a0[_0x5b3641(0x26c)]['stack']){const _0x57a769=_0x58d3a0[_0x5b3641(0x26c)][_0x5b3641(0x277)][_0x5b3641(0x227)]('\x0a');for(const _0xe0dfb2 of _0x57a769){const _0x253a0a=_0xe0dfb2['match'](/at (.+?):\d+:\d+/);if(_0x253a0a&&_0x253a0a[0x1]&&!_0x253a0a[0x1][_0x5b3641(0x200)](_0x8c989f[_0x5b3641(0x278)])){_0x28a7e7=_0x253a0a[0x1];break;}}}}const _0x3cc6e6=_0x28a7e7+'::'+_0x460f15,_0xc0290a=crypto[_0x5b3641(0x258)](_0x8c989f[_0x5b3641(0x1f5)])[_0x5b3641(0x243)](_0x3cc6e6)[_0x5b3641(0x205)](_0x8c989f[_0x5b3641(0x225)])[_0x5b3641(0x25f)](0x0,0x8),_0x2a411d=process[_0x5b3641(0x1e3)]+_0x5b3641(0x279)+_0xc0290a;return logger[_0x5b3641(0x237)](_0x5b3641(0x1e8)+_0x2a411d+'\x20from\x20compositeKey:\x20'+_0x3cc6e6),_0x2a411d;}catch(_0x1908ef){return logger[_0x5b3641(0x222)](_0x5b3641(0x1e5)+util[_0x5b3641(0x24f)](_0x1908ef)),null;}}['createIdentifierFromJestTest'](_0x805fa9){const _0x2afe41=a124_0x5d5489,_0x253b1f={};_0x253b1f['ehaqj']=_0x2afe41(0x250);const _0x192b1e=_0x253b1f;if(!_0x805fa9)return logger[_0x2afe41(0x237)](_0x192b1e['ehaqj']),null;const _0x48e986=this[_0x2afe41(0x1f6)](_0x805fa9),_0x3e27ee={};_0x3e27ee[_0x2afe41(0x26f)]=_0x805fa9[_0x2afe41(0x26f)]||_0x805fa9[_0x2afe41(0x27d)],_0x3e27ee[_0x2afe41(0x20e)]=_0x805fa9['parent'],_0x3e27ee['testPath']=_0x48e986,_0x3e27ee[_0x2afe41(0x26c)]=_0x805fa9['asyncError'];const _0x58e216=_0x3e27ee;return this[_0x2afe41(0x223)](_0x58e216);}['recreateIdentifierFromTestInfo'](_0x15f0ac,_0x3a5edb=null){const _0xa9dbec=a124_0x5d5489,_0x3f5178={};_0x3f5178[_0xa9dbec(0x1f8)]='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0x1c9b14=_0x3f5178;if(!_0x15f0ac)return logger[_0xa9dbec(0x237)](_0x1c9b14['zJuAx']),_0x3a5edb;if(_0x15f0ac['testIdentifier'])return logger[_0xa9dbec(0x237)]('[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20'+_0x15f0ac[_0xa9dbec(0x256)]),_0x15f0ac[_0xa9dbec(0x256)];return this[_0xa9dbec(0x223)](_0x15f0ac)||_0x3a5edb;}}module[a124_0x5d5489(0x22e)]=o11yClassErrorHandler(JestUtils,['configureGit',a124_0x5d5489(0x210),a124_0x5d5489(0x240),a124_0x5d5489(0x27a),a124_0x5d5489(0x209),'getTestIdentifier',a124_0x5d5489(0x23c),a124_0x5d5489(0x21a),a124_0x5d5489(0x254),'clearHooksMap','extractTestFilePath',a124_0x5d5489(0x223),'createIdentifierFromJestTest','recreateIdentifierFromTestInfo']);
1
+ const a124_0x3b0f12=a124_0x99d6;function a124_0x1369(){const _0x4313ec=['hooks','hex','javascript','eKJDa','afterEach','_gitConfigured','error','parse','fullName','QbNzN','push',':jest-','file','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','lvEKu','_gitConfigPath','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','started_at','__jestCurrentTestIdentifier','SHbfp','title','createIdentifierFromJestTest','createTestFrameworkData','_paths','clearHooksMap','qrJdp','jest-circus','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','split','currentTest','PZYLL','Exception\x20in\x20getHookRunEventData:\x20','inspect','nUApS','1744955nSWPdO','abWhD','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','120FqApoT','1794519aTaToq','TestRunFinished','createJestTestIdentifier','length','NSPlP','finishedAt','getHierarchy','[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','asyncError','rzXXL','failed','ROOT_DESCRIBE_BLOCK','yuRom','toString','5442KHoYfy','qFKlk','AheIB','displayName','ZWhnP','getHookRunEventData','startedAt','test','parent','failure','failure_reason','Lgdcy',',\x20testIdentifier:\x20','recreateIdentifierFromTestInfo','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','jest','1890obHHGr','failure_data','QzJSM','digest','NjlwQ','root','toUpperCase','DnIJF','isJestInternalHook','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','JFEci','hook','TestRunSkipped','expanded','configureGit','1854624NBHWqs','jxTaN','exports','getTime','createHookData','sRAkq','ZpvUb','BEFORE_ALL','\x22\x20hook\x20for\x20\x22','call','EdZcq','iFhMu','nKTFG','result','type','SitpK','Umhoy','Exception\x20in\x20createHookData:\x20','createHash','failure_type','find','prefixTestPath','7484218bCWXfu','duration','4127088peXfSY','errorsDetailed','path','piUOE','WnGyQ','TwvLJ','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','[jestUtils]\x20No\x20test\x20object\x20provided','zsCCM','FkLoL','hKTQV','GQPIT','../../../helpers/test-observability/error-handler.js','pending','UTqcS','MIlKU','includes','toISOString','match','KUEXD','Creating\x20hook\x20data\x20for\x20eventType:\x20','name','apply','\x20from\x20compositeKey:\x20','getTestIdentifier','../TestInfo.js','reverse','substring','Unknown\x20Test','testAnalyticsId','backtrace','testIdentifier','__workerDetails','[jestUtils]\x20Error\x20creating\x20identifier:\x20','relative','failure_reason_expanded','beforeEach','../../../helpers/stackFrameUtils','lWnha','dISzH','unknown','pgVoA','winstonLogger','../../../helpers/helper.js','eDbjn','AFTER_EACH','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','testPath','browserstack-node-agent/src/bin/jest','File\x20path\x20could\x20not\x20be\x20found','34299QJiwvy','HookRunStarted','../../../helpers/test-observability/utils','SHSdW','getFileName','update','util','err','VqpPZ','uuid','getState','SDRzj','AtruP','getRootParentFile','stack','GksOE','afterAll','DgWiQ',',\x20testRunId:\x20','pid','skipped','FWxgV','AIfsN','debug','format','[jestUtils]\x20Created\x20identifier:\x20','dyMYk','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','passed','crypto','dIELu','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','extractTestFilePath','Mubxx'];a124_0x1369=function(){return _0x4313ec;};return a124_0x1369();}(function(_0x3c6972,_0x4e5ce2){const _0x4a8d61=a124_0x99d6,_0x1d43be=_0x3c6972();while(!![]){try{const _0x539590=-parseInt(_0x4a8d61(0x1b4))/0x1+parseInt(_0x4a8d61(0x15b))/0x2*(-parseInt(_0x4a8d61(0x14b))/0x3)+parseInt(_0x4a8d61(0x16a))/0x4+-parseInt(_0x4a8d61(0x139))/0x5+parseInt(_0x4a8d61(0x182))/0x6+-parseInt(_0x4a8d61(0x180))/0x7+parseInt(_0x4a8d61(0x13c))/0x8*(parseInt(_0x4a8d61(0x13d))/0x9);if(_0x539590===_0x4e5ce2)break;else _0x1d43be['push'](_0x1d43be['shift']());}catch(_0x2c682b){_0x1d43be['push'](_0x1d43be['shift']());}}}(a124_0x1369,0xee33b));function a124_0x99d6(_0x56e44e,_0x11ff18){const _0x136966=a124_0x1369();return a124_0x99d6=function(_0x99d686,_0x5473ec){_0x99d686=_0x99d686-0xf7;let _0xcdf203=_0x136966[_0x99d686];return _0xcdf203;},a124_0x99d6(_0x56e44e,_0x11ff18);}const path=require(a124_0x3b0f12(0x184)),util=require(a124_0x3b0f12(0xfb)),crypto=require(a124_0x3b0f12(0x112)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a124_0x3b0f12(0x1ad)),logger=require('../../../helpers/logger.js')[a124_0x3b0f12(0x1ac)],{o11yClassErrorHandler}=require(a124_0x3b0f12(0x18e)),TestInfo=require(a124_0x3b0f12(0x19b)),{failureData,getFailureType,PathHelper}=require(a124_0x3b0f12(0xf7)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a124_0x3b0f12(0x1a7)),a124_0x5559bc={};a124_0x5559bc['beforeAll']=a124_0x3b0f12(0x171),a124_0x5559bc[a124_0x3b0f12(0x105)]='AFTER_ALL',a124_0x5559bc[a124_0x3b0f12(0x1a6)]='BEFORE_EACH',a124_0x5559bc[a124_0x3b0f12(0x11b)]=a124_0x3b0f12(0x1af);const HOOK_TYPES_MAP=a124_0x5559bc,hooksMap={};class JestUtils{constructor(){const _0x592fa8=a124_0x3b0f12;this[_0x592fa8(0x11c)]=![],this[_0x592fa8(0x126)]=null,this[_0x592fa8(0x12e)]=new PathHelper({'cwd':process['cwd']()},undefined);}async[a124_0x3b0f12(0x12d)](_0x297068,_0x3ddeba,_0x397313=a124_0x3b0f12(0x13e),_0x38b59f=undefined){const _0x2cd3e2=a124_0x3b0f12,_0x5c6264={'sRAkq':_0x2cd3e2(0x159),'DgWiQ':_0x2cd3e2(0x131),'qFKlk':_0x2cd3e2(0x1b3),'SHSdW':function(_0x1c1fd0,_0xa3721d){return _0x1c1fd0!==_0xa3721d;},'dyMYk':_0x2cd3e2(0x152),'jxTaN':function(_0x208e0c,_0x1937e5){return _0x208e0c!==_0x1937e5;},'lvEKu':_0x2cd3e2(0xfc),'Mubxx':_0x2cd3e2(0x18f),'QzJSM':function(_0x381c97,_0x299e06){return _0x381c97===_0x299e06;},'eDbjn':_0x2cd3e2(0x167),'wnweb':_0x2cd3e2(0x109),'MIlKU':function(_0x24dc6c,_0x5314f8){return _0x24dc6c===_0x5314f8;},'nKTFG':_0x2cd3e2(0x13e),'NjlwQ':function(_0x329128,_0x567621){return _0x329128>_0x567621;},'KUEXD':'failed','Lphfe':'passed','Lgdcy':function(_0xd43883,_0x2835a8){return _0xd43883!==_0x2835a8;},'naBLN':function(_0x5a672a,_0x22f19e){return _0x5a672a-_0x22f19e;},'dISzH':_0x2cd3e2(0x119),'SDRzj':function(_0x461c32,_0x19acd8){return _0x461c32>_0x19acd8;},'Umhoy':'jest','pgVoA':function(_0x2cf144,_0x71bdb5){return _0x2cf144(_0x71bdb5);},'GFYvN':function(_0x3c3dcb,_0x26e069){return _0x3c3dcb===_0x26e069;}};logger[_0x2cd3e2(0x10c)](_0x2cd3e2(0x127)+_0x397313+_0x2cd3e2(0x157)+_0x3ddeba);try{if(!_0x297068)return logger[_0x2cd3e2(0x10c)](_0x5c6264[_0x2cd3e2(0x16f)]),null;if(_0x297068['fn']&&_0x297068['fn']['toString']()['match'](/browserstack internal helper hook/))return null;await this[_0x2cd3e2(0x169)]();let _0x2a3370;try{_0x2a3370=this[_0x2cd3e2(0x102)](_0x297068);if(_0x2a3370&&_0x2a3370[_0x2cd3e2(0x192)](_0x5c6264[_0x2cd3e2(0x106)]))return null;}catch(_0x4f60d2){logger[_0x2cd3e2(0x10c)](_0x2cd3e2(0x132)+util[_0x2cd3e2(0x10d)](_0x4f60d2)),_0x2a3370=null;}const _0x3dd8a7=this[_0x2cd3e2(0x143)](_0x297068),_0x30235f=this['getName'](_0x297068),_0x2080d1=_0x2a3370?this[_0x2cd3e2(0x12e)][_0x2cd3e2(0x17f)](_0x2a3370):_0x5c6264[_0x2cd3e2(0x14c)];let _0x5d3840=[];const _0xcb1b59=_0x297068[_0x2cd3e2(0x183)]||_0x297068['errors'];if(_0x5c6264[_0x2cd3e2(0xf8)](_0xcb1b59,undefined))_0x5d3840=[_0xcb1b59,_0x5c6264[_0x2cd3e2(0x10f)]];else _0x5c6264[_0x2cd3e2(0x16b)](_0x38b59f,undefined)&&(_0x5d3840=[_0x38b59f,_0x5c6264[_0x2cd3e2(0x125)]]);const _0x4227d8=_0x5c6264['SHSdW'](_0xcb1b59,undefined)?util['inspect'](_0xcb1b59[0x0]):_0x5c6264['SHSdW'](_0x38b59f,undefined)?_0x38b59f[_0x2cd3e2(0x14a)]():undefined;let _0x3cf197=_0x5c6264[_0x2cd3e2(0x116)];if(_0x5c6264[_0x2cd3e2(0x15d)](_0x397313,_0x5c6264['eDbjn']))_0x3cf197=_0x5c6264['wnweb'];else _0x5c6264[_0x2cd3e2(0x191)](_0x397313,_0x5c6264[_0x2cd3e2(0x176)])&&(_0xcb1b59&&_0x5c6264[_0x2cd3e2(0x15f)](_0xcb1b59[_0x2cd3e2(0x140)],0x0)?_0x3cf197=_0x5c6264[_0x2cd3e2(0x195)]:_0x3cf197=_0x5c6264['Lphfe']);let _0x12886e=null;if(_0x5c6264[_0x2cd3e2(0x156)](_0x297068[_0x2cd3e2(0x181)],undefined))_0x12886e=_0x297068[_0x2cd3e2(0x181)];else(_0x397313[_0x2cd3e2(0x194)](/Finished/)||_0x397313['match'](/Skipped/))&&(_0x297068[_0x2cd3e2(0x128)]&&(_0x12886e=_0x5c6264['naBLN'](Date['now'](),new Date(_0x297068[_0x2cd3e2(0x128)])[_0x2cd3e2(0x16d)]())));const _0xf19390=_0x297068['fn']?_0x297068['fn'][_0x2cd3e2(0x14a)]():null,_0x59a539={'id':_0x3ddeba,'uuid':_0x3ddeba,'startedAt':_0x297068['started_at']||new Date()[_0x2cd3e2(0x193)](),'finishedAt':_0x397313[_0x2cd3e2(0x194)](/Finished/)||_0x397313[_0x2cd3e2(0x194)](/Skipped/)?new Date()[_0x2cd3e2(0x193)]():null,'type':_0x5c6264['dyMYk'],'body':{'lang':_0x5c6264[_0x2cd3e2(0x1a9)],'code':_0xf19390},'name':_0x30235f,'errorsDetailed':_0x5c6264[_0x2cd3e2(0x100)](_0xcb1b59?.[_0x2cd3e2(0x140)],0x0)?_0xcb1b59[0x0]:_0xcb1b59?_0xcb1b59:undefined,'scopes':_0x3dd8a7,'file_name':_0x2080d1,'location':_0x2080d1,'vc_filepath':this[_0x2cd3e2(0x126)]&&_0x2a3370?path[_0x2cd3e2(0x1a4)](this['_gitConfigPath'],_0x2a3370):null,'framework':_0x5c6264[_0x2cd3e2(0x17a)],'result':_0x3cf197,'failure_reason':_0x4227d8,'duration_in_ms':_0x12886e,'failure':failureData[_0x2cd3e2(0x198)](null,_0x5d3840),'failure_type':!_0x4227d8?null:_0x5c6264[_0x2cd3e2(0x1ab)](getFailureType,_0x4227d8),'retry_of':_0x297068['retryOf']||null,'customRerunParam':{'rerun_name':_0x30235f}};_0x5c6264[_0x2cd3e2(0x15d)](_0x397313,_0x5c6264[_0x2cd3e2(0x1ae)])&&!_0x59a539[_0x2cd3e2(0x151)]&&(_0x59a539[_0x2cd3e2(0x151)]=_0x59a539[_0x2cd3e2(0x142)]);const _0x56ee3c=_0x59a539['failure']&&_0x59a539[_0x2cd3e2(0x154)][0x0];return _0x56ee3c&&(_0x59a539['failure_backtrace']=_0x56ee3c[_0x2cd3e2(0x1a0)],_0x59a539[_0x2cd3e2(0x1a5)]=_0x56ee3c[_0x2cd3e2(0x168)]),(_0x5c6264['GFYvN'](_0x397313,_0x5c6264[_0x2cd3e2(0x176)])||_0x5c6264['GFYvN'](_0x397313,_0x5c6264[_0x2cd3e2(0x1ae)]))&&(_0x297068[_0x2cd3e2(0x117)]&&(_0x59a539[_0x2cd3e2(0x117)]=_0x297068['hooks'])),_0x59a539;}catch(_0x12ada5){return logger['debug']('Exception\x20in\x20createTestFrameworkData:\x20'+util[_0x2cd3e2(0x10d)](_0x12ada5)),null;}}async[a124_0x3b0f12(0x16e)](_0x3eef64,_0x6d7990,_0x53443f,_0x9924ce){const _0x4c4fa=a124_0x3b0f12,_0x57e9d1={'piUOE':_0x4c4fa(0x1b0),'NSPlP':_0x4c4fa(0x131),'fPeRb':_0x4c4fa(0x1b2),'qrJdp':_0x4c4fa(0x1aa),'AIfsN':_0x4c4fa(0x18f),'ticnQ':function(_0x3328e4,_0x4a4bb8){return _0x3328e4===_0x4a4bb8;},'WnGyQ':'HookRunFinished','yuRom':function(_0x22b480,_0x3d8d5c){return _0x22b480>_0x3d8d5c;},'znXXe':_0x4c4fa(0x147),'FkLoL':function(_0x28ef6e,_0x5ae1e4){return _0x28ef6e(_0x5ae1e4);},'ubKuz':'test','dIELu':'passed','ZWhnP':_0x4c4fa(0x166),'slYfh':'javascript','hKTQV':_0x4c4fa(0x15a),'QbNzN':function(_0x2aa349,_0x50d243){return _0x2aa349===_0x50d243;},'pOTBr':_0x4c4fa(0x1b5)};logger[_0x4c4fa(0x10c)](_0x4c4fa(0x196)+_0x53443f+',\x20hookUUID:\x20'+_0x6d7990+_0x4c4fa(0x107)+_0x9924ce);try{if(!_0x3eef64)return logger[_0x4c4fa(0x10c)](_0x57e9d1[_0x4c4fa(0x185)]),null;if(this[_0x4c4fa(0x163)](_0x3eef64))return null;await this[_0x4c4fa(0x169)]();let _0x1ee8af=null;try{_0x1ee8af=this['getRootParentFile'](_0x3eef64);if(_0x1ee8af&&_0x1ee8af[_0x4c4fa(0x192)](_0x57e9d1[_0x4c4fa(0x141)]))return null;if(_0x1ee8af&&_0x1ee8af[_0x4c4fa(0x192)](_0x57e9d1['fPeRb']))return null;}catch(_0xe57d74){logger[_0x4c4fa(0x10c)](_0x4c4fa(0x188)+util['format'](_0xe57d74));}const _0x5e8f0a=_0x1ee8af?this[_0x4c4fa(0x12e)]['prefixTestPath'](_0x1ee8af):_0x1ee8af,_0x1f0b6d=this['getName'](_0x3eef64),_0x5da223=_0x3eef64['type']||_0x57e9d1[_0x4c4fa(0x130)],_0x4dc864=HOOK_TYPES_MAP[_0x5da223]||_0x5da223[_0x4c4fa(0x161)](),_0xdac6a3=_0x3eef64['parent']&&_0x3eef64[_0x4c4fa(0x153)][_0x4c4fa(0x197)]?_0x3eef64[_0x4c4fa(0x153)][_0x4c4fa(0x197)]:'';let _0x38bc41=_0x57e9d1[_0x4c4fa(0x10b)],_0x31345d=null,_0x318ead=null,_0x1e8ae1=null,_0x167a51=null;_0x57e9d1['ticnQ'](_0x53443f,_0x57e9d1[_0x4c4fa(0x186)])&&(_0x167a51=new Date()[_0x4c4fa(0x193)](),_0x3eef64['errorsDetailed']&&_0x57e9d1[_0x4c4fa(0x149)](_0x3eef64[_0x4c4fa(0x183)][_0x4c4fa(0x140)],0x0)?(_0x38bc41=_0x57e9d1['znXXe'],_0x318ead=util[_0x4c4fa(0x137)](_0x3eef64[_0x4c4fa(0x183)][0x0]),_0x31345d=_0x57e9d1[_0x4c4fa(0x18b)](getFailureType,_0x318ead),_0x1e8ae1=failureData[_0x4c4fa(0x198)](null,[_0x3eef64[_0x4c4fa(0x183)],_0x57e9d1['ubKuz']])):_0x38bc41=_0x57e9d1[_0x4c4fa(0x113)]);const _0x3cf9f5={'uuid':_0x6d7990,'type':_0x57e9d1[_0x4c4fa(0x14f)],'hook_type':_0x4dc864,'name':_0x1f0b6d,'body':{'lang':_0x57e9d1['slYfh'],'code':_0x3eef64['fn']?_0x3eef64['fn'][_0x4c4fa(0x14a)]():null},'tags':[],'test_run_id':_0x9924ce,'scope':_0xdac6a3,'scopes':[_0xdac6a3],'file_name':_0x5e8f0a,'location':_0x5e8f0a,'vc_filepath':this[_0x4c4fa(0x126)]&&_0x1ee8af?path[_0x4c4fa(0x1a4)](this['_gitConfigPath'],_0x1ee8af):null,'result':_0x38bc41,'started_at':_0x3eef64[_0x4c4fa(0x128)]||new Date()[_0x4c4fa(0x193)](),'finished_at':_0x167a51,'failure_type':_0x31345d,'failure_reason':_0x318ead,'failure_data':_0x1e8ae1,'framework':_0x57e9d1[_0x4c4fa(0x18c)]};return _0x57e9d1[_0x4c4fa(0x120)](_0x53443f,_0x57e9d1['pOTBr'])&&(hooksMap[_0x9924ce]?hooksMap[_0x9924ce][_0x4c4fa(0x121)](_0x3cf9f5):hooksMap[_0x9924ce]=[_0x3cf9f5]),_0x3cf9f5;}catch(_0x4e620c){return logger[_0x4c4fa(0x10c)](_0x4c4fa(0x17b)+util['format'](_0x4e620c)),null;}}[a124_0x3b0f12(0x150)](_0x1d6195,_0x12893d,_0x4bcc78){const _0x330ecc=a124_0x3b0f12,_0x2d0614={'FWxgV':function(_0xbc4dd,_0x44ef3d){return _0xbc4dd>_0x44ef3d;},'UTqcS':_0x330ecc(0x147),'VqpPZ':function(_0x16ca9f,_0x3a97c2){return _0x16ca9f(_0x3a97c2);},'SitpK':_0x330ecc(0x152),'EdZcq':_0x330ecc(0x111)};try{const _0x2c493f=hooksMap[_0x1d6195];if(!_0x2c493f)return null;const _0x474c70=_0x2c493f[_0x330ecc(0x17e)](_0x44c830=>_0x44c830[_0x330ecc(0xfe)]===_0x12893d);if(!_0x474c70)return null;return _0x474c70['finished_at']=new Date()[_0x330ecc(0x193)](),_0x4bcc78[_0x330ecc(0x183)]&&_0x2d0614[_0x330ecc(0x10a)](_0x4bcc78[_0x330ecc(0x183)]['length'],0x0)?(_0x474c70[_0x330ecc(0x177)]=_0x2d0614[_0x330ecc(0x190)],_0x474c70[_0x330ecc(0x155)]=util[_0x330ecc(0x137)](_0x4bcc78[_0x330ecc(0x183)][0x0]),_0x474c70[_0x330ecc(0x17d)]=_0x2d0614[_0x330ecc(0xfd)](getFailureType,_0x474c70[_0x330ecc(0x155)]),_0x474c70[_0x330ecc(0x15c)]=failureData[_0x330ecc(0x198)](null,[_0x4bcc78[_0x330ecc(0x183)],_0x2d0614[_0x330ecc(0x179)]])):_0x474c70['result']=_0x2d0614[_0x330ecc(0x174)],_0x474c70;}catch(_0x48d7ae){return logger['debug'](_0x330ecc(0x136)+util[_0x330ecc(0x10d)](_0x48d7ae)),null;}}['getName'](_0x2ce7d8){const _0x59f1af=a124_0x3b0f12,_0x50bd84={};_0x50bd84[_0x59f1af(0x146)]=function(_0x54ecc4,_0x36a508){return _0x54ecc4!==_0x36a508;},_0x50bd84['BEkXy']='test',_0x50bd84[_0x59f1af(0x162)]=_0x59f1af(0x19e);const _0x69b49c=_0x50bd84;if(_0x69b49c['rzXXL'](_0x2ce7d8[_0x59f1af(0x178)],_0x69b49c['BEkXy']))return'\x22'+_0x2ce7d8[_0x59f1af(0x178)]+_0x59f1af(0x172)+(_0x2ce7d8[_0x59f1af(0x153)]&&_0x2ce7d8[_0x59f1af(0x153)][_0x59f1af(0x197)])+'\x22';return _0x2ce7d8[_0x59f1af(0x197)]||_0x69b49c[_0x59f1af(0x162)];}[a124_0x3b0f12(0x143)](_0x247a08){const _0x135566=a124_0x3b0f12,_0x1ecd87={};_0x1ecd87['AtruP']=function(_0x126e52,_0x57a442){return _0x126e52!==_0x57a442;},_0x1ecd87['PZYLL']=_0x135566(0x148);const _0x112be6=_0x1ecd87,_0x8c675c=[];if(_0x247a08&&_0x247a08[_0x135566(0x153)]){let _0x3f7f2b=_0x247a08['parent'];while(_0x3f7f2b&&_0x3f7f2b['name']&&_0x112be6['AtruP'](_0x3f7f2b[_0x135566(0x197)],'')&&_0x112be6[_0x135566(0x101)](_0x3f7f2b[_0x135566(0x197)],_0x112be6[_0x135566(0x135)])){_0x8c675c[_0x135566(0x121)](_0x3f7f2b[_0x135566(0x197)]),_0x3f7f2b=_0x3f7f2b[_0x135566(0x153)];}}return _0x8c675c[_0x135566(0x19c)](),_0x8c675c;}[a124_0x3b0f12(0x102)](_0x5b4e3d){const _0x1e5a0e=a124_0x3b0f12,_0x5e899a={'lWnha':function(_0x28ca23,_0x53d8bd){return _0x28ca23(_0x53d8bd);}};if(_0x5b4e3d[_0x1e5a0e(0x123)])return _0x5b4e3d[_0x1e5a0e(0x123)];if(_0x5b4e3d[_0x1e5a0e(0x145)])try{const _0x5c9728=stackTrace[_0x1e5a0e(0x11e)][_0x1e5a0e(0x173)](stackTrace,_0x5b4e3d[_0x1e5a0e(0x145)]),_0x367db5=_0x5e899a[_0x1e5a0e(0x1a8)](pickUserFrameFile,_0x5c9728);if(_0x367db5)return _0x367db5;logger[_0x1e5a0e(0x10c)]('[jestUtils]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x5c9728[_0x1e5a0e(0x140)]+')');}catch(_0x312cc6){logger[_0x1e5a0e(0x10c)]('Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util[_0x1e5a0e(0x10d)](_0x312cc6));}return null;}[a124_0x3b0f12(0x163)](_0x17031d){const _0x3bbc1e=a124_0x3b0f12,_0x3a497d={};_0x3a497d[_0x3bbc1e(0x165)]='jest-circus';const _0x44884c=_0x3a497d;try{const _0xc2b449=this['getRootParentFile'](_0x17031d);if(!_0xc2b449||_0xc2b449[_0x3bbc1e(0x192)](_0x44884c[_0x3bbc1e(0x165)]))return!![];}catch(_0x169e28){logger[_0x3bbc1e(0x10c)]('Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20'+util[_0x3bbc1e(0x10d)](_0x169e28));}return![];}[a124_0x3b0f12(0x19a)](_0x234d04=null){const _0x58a5ea=a124_0x3b0f12;try{const _0x3f2e97=_0x234d04||global[_0x58a5ea(0x1a2)]||{};if(global[_0x58a5ea(0x129)])return global[_0x58a5ea(0x129)];if(_0x3f2e97?.[_0x58a5ea(0x134)]?.[_0x58a5ea(0x19f)])return _0x3f2e97[_0x58a5ea(0x134)][_0x58a5ea(0x19f)];if(_0x3f2e97?.[_0x58a5ea(0x134)]?.['id'])return _0x3f2e97[_0x58a5ea(0x134)]['id'];return null;}catch(_0x55593e){return logger[_0x58a5ea(0x10c)](_0x58a5ea(0x164)+util[_0x58a5ea(0x10d)](_0x55593e)),null;}}async[a124_0x3b0f12(0x169)](){const _0xa79342=a124_0x3b0f12,_0x3a591f={'GQPIT':function(_0x10116a){return _0x10116a();}};if(this[_0xa79342(0x11c)])return this[_0xa79342(0x126)];const _0x302c6d=await _0x3a591f[_0xa79342(0x18d)](getGitMetaData);_0x302c6d&&(this[_0xa79342(0x126)]=_0x302c6d[_0xa79342(0x160)]),this['_gitConfigured']=!![];}[a124_0x3b0f12(0x12f)](_0x30d643){hooksMap[_0x30d643]&&delete hooksMap[_0x30d643];}[a124_0x3b0f12(0x115)](_0x33fc41){const _0x2b07d2=a124_0x3b0f12,_0x3f13fa={'GksOE':'jest-circus','zsCCM':function(_0xe3ba08,_0x390e8f){return _0xe3ba08(_0x390e8f);},'nUApS':'expect'};if(_0x33fc41[_0x2b07d2(0x123)])return _0x33fc41[_0x2b07d2(0x123)];if(_0x33fc41[_0x2b07d2(0x145)]){try{const _0x27a866=stackTrace[_0x2b07d2(0x11e)](_0x33fc41[_0x2b07d2(0x145)]);if(_0x27a866[0x0]&&_0x27a866[0x0]['getFileName']){const _0x8511bb=_0x27a866[0x0][_0x2b07d2(0xf9)]();if(_0x8511bb&&!_0x8511bb[_0x2b07d2(0x192)](_0x3f13fa[_0x2b07d2(0x104)]))return _0x8511bb;}}catch(_0x21722a){logger[_0x2b07d2(0x10c)](_0x2b07d2(0x110)+util[_0x2b07d2(0x10d)](_0x21722a));}if(_0x33fc41[_0x2b07d2(0x145)]['stack']){const _0x4f5c6f=_0x33fc41[_0x2b07d2(0x145)][_0x2b07d2(0x103)]['split']('\x0a');for(const _0x2606b2 of _0x4f5c6f){const _0x3f82bd=_0x2606b2[_0x2b07d2(0x194)](/at (.+?):\d+:\d+/);if(_0x3f82bd&&_0x3f82bd[0x1]&&!_0x3f82bd[0x1][_0x2b07d2(0x192)](_0x3f13fa['GksOE']))return _0x3f82bd[0x1];}}}let _0x4b9082=_0x33fc41[_0x2b07d2(0x153)];while(_0x4b9082){if(_0x4b9082[_0x2b07d2(0x123)])return _0x4b9082['file'];if(_0x4b9082[_0x2b07d2(0x145)])try{const _0xb83367=stackTrace[_0x2b07d2(0x11e)](_0x4b9082[_0x2b07d2(0x145)]);if(_0xb83367[0x0]&&_0xb83367[0x0]['getFileName']){const _0x32a1fa=_0xb83367[0x0][_0x2b07d2(0xf9)]();if(_0x32a1fa&&!_0x32a1fa[_0x2b07d2(0x192)](_0x3f13fa[_0x2b07d2(0x104)]))return _0x32a1fa;}}catch(_0x22d89){}_0x4b9082=_0x4b9082[_0x2b07d2(0x153)];}try{const _0x180e5e=_0x3f13fa[_0x2b07d2(0x18a)](require,_0x3f13fa[_0x2b07d2(0x138)]);if(_0x180e5e&&_0x180e5e[_0x2b07d2(0xff)]){const _0x1ffcfd=_0x180e5e['getState']();if(_0x1ffcfd&&_0x1ffcfd['testPath'])return _0x1ffcfd['testPath'];}}catch(_0x138d1a){logger['debug'](_0x2b07d2(0x13b)+util[_0x2b07d2(0x10d)](_0x138d1a));}return null;}[a124_0x3b0f12(0x13f)](_0x202a74){const _0x4abbd2=a124_0x3b0f12,_0xb64927={};_0xb64927[_0x4abbd2(0x11a)]=_0x4abbd2(0x114),_0xb64927[_0x4abbd2(0x13a)]=function(_0x34c8d1,_0x1cf9fc){return _0x34c8d1!==_0x1cf9fc;},_0xb64927[_0x4abbd2(0x170)]='ROOT_DESCRIBE_BLOCK',_0xb64927[_0x4abbd2(0x14d)]=_0x4abbd2(0x131),_0xb64927['KxgSw']='md5',_0xb64927[_0x4abbd2(0x12a)]=_0x4abbd2(0x118);const _0x4c61a9=_0xb64927;try{if(!_0x202a74)return logger[_0x4abbd2(0x11d)](_0x4c61a9[_0x4abbd2(0x11a)]),null;const _0x3f1923=_0x202a74[_0x4abbd2(0x11f)]||_0x202a74['name']||_0x202a74['title']||_0x202a74[_0x4abbd2(0x14e)];let _0x575603=_0x3f1923;if(_0x202a74[_0x4abbd2(0x153)]&&_0x202a74[_0x4abbd2(0x153)]['name']&&_0x4c61a9['abWhD'](_0x202a74[_0x4abbd2(0x153)][_0x4abbd2(0x197)],_0x4c61a9[_0x4abbd2(0x170)])){const _0x345752=_0x202a74['name']||_0x202a74[_0x4abbd2(0x12b)];_0x345752&&(_0x575603=_0x202a74[_0x4abbd2(0x153)]['name']+'\x20'+_0x345752);}let _0x51c5e0=_0x202a74[_0x4abbd2(0x1b1)];if(!_0x51c5e0&&_0x202a74[_0x4abbd2(0x145)]){try{const _0x3cf299=stackTrace[_0x4abbd2(0x11e)](_0x202a74[_0x4abbd2(0x145)]);if(_0x3cf299[0x0]&&_0x3cf299[0x0][_0x4abbd2(0xf9)]){const _0x47e461=_0x3cf299[0x0][_0x4abbd2(0xf9)]();_0x47e461&&!_0x47e461[_0x4abbd2(0x192)](_0x4c61a9[_0x4abbd2(0x14d)])&&(_0x51c5e0=_0x47e461);}}catch(_0x4e9234){logger[_0x4abbd2(0x10c)](_0x4abbd2(0x110)+util[_0x4abbd2(0x10d)](_0x4e9234));}if(!_0x51c5e0&&_0x202a74[_0x4abbd2(0x145)]['stack']){const _0x1327a8=_0x202a74['asyncError'][_0x4abbd2(0x103)][_0x4abbd2(0x133)]('\x0a');for(const _0x50d8e2 of _0x1327a8){const _0x7a410b=_0x50d8e2['match'](/at (.+?):\d+:\d+/);if(_0x7a410b&&_0x7a410b[0x1]&&!_0x7a410b[0x1][_0x4abbd2(0x192)](_0x4c61a9[_0x4abbd2(0x14d)])){_0x51c5e0=_0x7a410b[0x1];break;}}}}const _0x1c1d62=_0x51c5e0+'::'+_0x575603,_0x4725be=crypto[_0x4abbd2(0x17c)](_0x4c61a9['KxgSw'])[_0x4abbd2(0xfa)](_0x1c1d62)[_0x4abbd2(0x15e)](_0x4c61a9[_0x4abbd2(0x12a)])[_0x4abbd2(0x19d)](0x0,0x8),_0x478ae8=process[_0x4abbd2(0x108)]+_0x4abbd2(0x122)+_0x4725be;return logger['debug'](_0x4abbd2(0x10e)+_0x478ae8+_0x4abbd2(0x199)+_0x1c1d62),_0x478ae8;}catch(_0x4d9814){return logger[_0x4abbd2(0x11d)](_0x4abbd2(0x1a3)+util['format'](_0x4d9814)),null;}}[a124_0x3b0f12(0x12c)](_0xac7a97){const _0x279859=a124_0x3b0f12,_0x1bb75a={};_0x1bb75a[_0x279859(0x187)]=_0x279859(0x189);const _0x3ef0a3=_0x1bb75a;if(!_0xac7a97)return logger['debug'](_0x3ef0a3[_0x279859(0x187)]),null;const _0x386873=this[_0x279859(0x115)](_0xac7a97),_0x18c352={};_0x18c352['name']=_0xac7a97['name']||_0xac7a97[_0x279859(0x12b)],_0x18c352[_0x279859(0x153)]=_0xac7a97['parent'],_0x18c352[_0x279859(0x1b1)]=_0x386873,_0x18c352[_0x279859(0x145)]=_0xac7a97['asyncError'];const _0x4e947c=_0x18c352;return this[_0x279859(0x13f)](_0x4e947c);}[a124_0x3b0f12(0x158)](_0x3fb92e,_0x4977f1=null){const _0x27d9c5=a124_0x3b0f12,_0x571b8d={};_0x571b8d[_0x27d9c5(0x175)]=_0x27d9c5(0x144);const _0x5d8834=_0x571b8d;if(!_0x3fb92e)return logger['debug'](_0x5d8834['iFhMu']),_0x4977f1;if(_0x3fb92e[_0x27d9c5(0x1a1)])return logger[_0x27d9c5(0x10c)](_0x27d9c5(0x124)+_0x3fb92e['testIdentifier']),_0x3fb92e[_0x27d9c5(0x1a1)];return this[_0x27d9c5(0x13f)](_0x3fb92e)||_0x4977f1;}}module[a124_0x3b0f12(0x16c)]=o11yClassErrorHandler(JestUtils,[a124_0x3b0f12(0x169),a124_0x3b0f12(0x143),a124_0x3b0f12(0x102),'getName',a124_0x3b0f12(0x163),a124_0x3b0f12(0x19a),a124_0x3b0f12(0x12d),a124_0x3b0f12(0x16e),a124_0x3b0f12(0x150),'clearHooksMap',a124_0x3b0f12(0x115),a124_0x3b0f12(0x13f),'createIdentifierFromJestTest',a124_0x3b0f12(0x158)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a125_0xd0d202=a125_0x3c22;function a125_0x1dbf(){const _0x3e959e=['isUndefined',':\x20the\x20JSON-wire\x20protocol\x20was\x20removed\x20in\x20selenium-webdriver\x204,\x20so\x20this\x20run\x20will\x20use\x20W3C.\x20Pin\x20selenium-webdriver\x203.x\x20if\x20an\x20MJSONWP\x20session\x20is\x20required.','launchBuild','push','setFrameworkDetail','File\x20path\x20is\x20required','dvGlJ','[TRACE:node-generic]\x20Error\x20enriching\x20accessibility\x20config:\x20','JqGkM','platforms','useW3C:\x20false\x20has\x20no\x20effect\x20with\x20selenium-webdriver\x20','getPackageVersion','getInstance','isMainConnected','../../helpers/performance/performance-tester','path','2rNNwJg','file','sep','isFinite','bELVR','5NqhUGH','checkAccessibilityPlatformConfig','XhcZt','nylmA','zURbj','cliConfig','../../helpers/performance/constants','GVqZh','isVersionSupported','existsSync','message','WQgsC','354232jHoFud','env','BROWSERSTACK_SKIP_SESSION_NAME','qCKHW','26334fETXsU','setupBrowserstackLocal','../../helpers/BrowserStackSetup','[TRACE:node-generic]\x20Binary\x20Flow\x20error:\x20','nSTww','config','BfmaG','setBrowserstackConfig','\x20browser\x20version\x20greater\x20than\x20','start','getPlatformName','[TRACE:node-generic]\x20CLI\x20not\x20enabled\x20—\x20using\x20Direct\x20Flow','zRVax','info','modifyBrowserStackCaps','wegDp','470PflHlP','../test-runner','../v2/browserstackCLI','debug','LZUnx','browserName','scannerVersion','deviceName','proxySettings','parallelsPerPlatform','[TRACE:node-generic]\x20Binary\x20bootstrapped,\x20starting\x20parallelVanillaRun','SDK_SETUP','\x20doesn\x27t\x20exist','modifyBrowserStackW3CCaps','[TRACE:node-generic]\x20Error\x20during\x20stop:\x20','stringify','841668cgHYNm','isCliEnabled','assign','vIkjd','warn','SDK_CLEANUP','203SQVtQX','[TRACE:node-generic]\x20Accessibility\x20config\x20enriched\x20with\x20binary\x20scannerVersion=','egrTa','testContextOptions','qmvQg','AcqSH','[TRACE:node-generic]\x20parallelVanillaRun\x20complete,\x20stopping\x20binary','browserVersion','configuration','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Kjsmj','[TRACE:node-generic]\x20CLI\x20enabled\x20—\x20using\x20Binary\x20Flow','resolve','RpTbU','../v2/cliUtils','args','File\x20','skipSessionStatus','Config\x20yml\x20is\x20required','handleApp','length','initialize','3040208nWTgoK','winstonLogger','../../helpers/testhub/utils','end','isRunning','index','selenium-webdriver','DjyTe','startsWith','ZvPeP','865577iFdrHr','../../helpers/testhub/testhubHandler','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','aFydA','skipSessionName','File\x20path\x20','vanilla','then','[TRACE:node-generic]\x20Accessibility:\x20enabled=','exports','EVENTS','MsIbK','../../helpers/helper','parse','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','forEach','1652607lPSqKG','isTrue','finally','stop','fehTk','EpfHt','\x20resolves\x20outside\x20the\x20project\x20directory\x20and\x20was\x20rejected','2770134tvMnho','accessibilityOptions','../../helpers/accessibility-automation/helper','browserstack.accessibilityOptions.scannerVersion'];a125_0x1dbf=function(){return _0x3e959e;};return a125_0x1dbf();}(function(_0x26e49b,_0x500665){const _0x429c4d=a125_0x3c22,_0x3c29b1=_0x26e49b();while(!![]){try{const _0x176de8=-parseInt(_0x429c4d(0xa7))/0x1*(parseInt(_0x429c4d(0xd2))/0x2)+parseInt(_0x429c4d(0xbe))/0x3+-parseInt(_0x429c4d(0x9d))/0x4*(parseInt(_0x429c4d(0xd7))/0x5)+parseInt(_0x429c4d(0x107))/0x6+-parseInt(_0x429c4d(0x10d))/0x7*(-parseInt(_0x429c4d(0xe3))/0x8)+-parseInt(_0x429c4d(0xb7))/0x9+-parseInt(_0x429c4d(0xf7))/0xa*(-parseInt(_0x429c4d(0xe7))/0xb);if(_0x176de8===_0x500665)break;else _0x3c29b1['push'](_0x3c29b1['shift']());}catch(_0x27f99d){_0x3c29b1['push'](_0x3c29b1['shift']());}}}(a125_0x1dbf,0x9ef05));const fs=require('fs'),path=require(a125_0xd0d202(0xd1)),{default:BrowserStackSetup}=require(a125_0xd0d202(0xe9)),helper=require(a125_0xd0d202(0xb3)),PerformanceTester=require(a125_0xd0d202(0xd0)),PerformanceEvents=require(a125_0xd0d202(0xdd))[a125_0xd0d202(0xb1)],utilities=require('../../helpers/utilities'),{parallelVanillaRun}=require(a125_0xd0d202(0xf8)),TestHubHandler=require(a125_0xd0d202(0xa8)),BrowserstackCLI=require(a125_0xd0d202(0xf9)),logger=require('../../helpers/logger')[a125_0xd0d202(0x9e)],CLIUtils=require(a125_0xd0d202(0x11b)),{FRAMEWORKS}=require('../utils/constants'),accessibilityHelper=require(a125_0xd0d202(0xc0));async function run(_0x5f4464,_0xd58a10,_0x547453){const _0x3f96ef=a125_0xd0d202,_0x21096d={'WQgsC':_0x3f96ef(0xad),'BfmaG':_0x3f96ef(0xa9),'DjyTe':function(_0x50f0e9,_0x58a9c9){return _0x50f0e9(_0x58a9c9);},'vIkjd':function(_0x2cc06c,_0x1d8d0b){return _0x2cc06c(_0x1d8d0b);},'LZUnx':function(_0x13dd77,_0x148265){return _0x13dd77>_0x148265;},'QDjtB':'on\x20non-BrowserStack\x20infrastructure\x20','wegDp':'[TRACE:node-generic]\x20beforeExit\x20safety\x20net\x20—\x20stopping\x20binary','empwi':_0x3f96ef(0xc7),'AcqSH':function(_0x2afe48,_0x5c30cf){return _0x2afe48!==_0x5c30cf;},'EpfHt':function(_0x420798,_0x58ae0e){return _0x420798+_0x58ae0e;},'RpTbU':function(_0x5388ea,_0x23f024){return _0x5388ea(_0x23f024);},'zRVax':function(_0x54494e,_0x44a3b0){return _0x54494e(_0x44a3b0);},'nylmA':_0x3f96ef(0x99),'qCKHW':_0x3f96ef(0xa3),'GVqZh':function(_0x536ecc,_0x42e5e5,_0x556d31){return _0x536ecc(_0x42e5e5,_0x556d31);},'oozwM':function(_0xd24f44,_0x27341e){return _0xd24f44>=_0x27341e;},'bELVR':function(_0x4e83a0,_0x36bab3){return _0x4e83a0>_0x36bab3;},'MsIbK':function(_0x430f6a,_0x2bf02f){return _0x430f6a>_0x2bf02f;},'aFydA':function(_0x58d70f,_0x3b3e29){return _0x58d70f(_0x3b3e29);},'UPGWm':function(_0x540194,_0x4a0cd9){return _0x540194(_0x4a0cd9);},'Kjsmj':function(_0xa778e6,_0x11da0f){return _0xa778e6&&_0x11da0f;},'qmvQg':'Accessibility\x20Automation\x20is\x20not\x20supported\x20with\x20w3c:\x20false.\x20Skipping\x20accessibility\x20for\x20this\x20run.','SSXdq':_0x3f96ef(0x9f),'zURbj':function(_0x127c98,_0x444a75){return _0x127c98(_0x444a75);},'ByOyc':_0x3f96ef(0x118),'nSTww':_0x3f96ef(0x101),'fehTk':_0x3f96ef(0xc1),'egrTa':function(_0x428ae4,_0x5ef7a7){return _0x428ae4*_0x5ef7a7;},'ZvPeP':function(_0x1c820c,_0xb4db30,_0x17a660){return _0x1c820c(_0xb4db30,_0x17a660);},'XhcZt':_0x3f96ef(0x113),'JqGkM':_0x3f96ef(0xf2),'dvGlJ':'beforeExit'};await _0x547453[_0x3f96ef(0x9c)](_0x5f4464);!BrowserstackCLI[_0x3f96ef(0xce)]()[_0x3f96ef(0xa1)]()&&await _0x547453[_0x3f96ef(0xe8)]();await helper[_0x3f96ef(0x9a)](_0x547453['config']);const _0x2112c8=[];if(helper['isUndefined'](_0x5f4464['_'][0x1]))throw _0x21096d[_0x3f96ef(0x10a)](Error,_0x21096d['empwi']);const _0x43170a=process['cwd'](),_0x1a886c=path[_0x3f96ef(0x119)](_0x43170a,_0x5f4464['_'][0x1]);if(_0x21096d[_0x3f96ef(0x112)](_0x1a886c,_0x43170a)&&!_0x1a886c[_0x3f96ef(0xa5)](_0x21096d[_0x3f96ef(0xbc)](_0x43170a,path[_0x3f96ef(0xd4)])))throw _0x21096d[_0x3f96ef(0x11a)](Error,_0x3f96ef(0xac)+_0x5f4464['_'][0x1]+_0x3f96ef(0xbd));if(!fs[_0x3f96ef(0xe0)](_0x1a886c))throw _0x21096d[_0x3f96ef(0x11a)](Error,_0x3f96ef(0x97)+_0x5f4464['_'][0x1]+_0x3f96ef(0x103));if(!_0x547453[_0x3f96ef(0xec)])throw _0x21096d[_0x3f96ef(0xf3)](Error,_0x21096d[_0x3f96ef(0xda)]);const _0x36debd=helper['useW3C'](_0x547453['config']);if(!_0x36debd){const _0x1441c6=helper[_0x3f96ef(0xcd)](_0x21096d[_0x3f96ef(0xe6)]),_0x50c54a=_0x21096d[_0x3f96ef(0xde)](parseInt,_0x1441c6,0xa);Number[_0x3f96ef(0xd5)](_0x50c54a)&&_0x21096d['oozwM'](_0x50c54a,0x4)&&logger[_0x3f96ef(0x10b)](_0x3f96ef(0xcc)+_0x1441c6+_0x3f96ef(0xc3));}_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0xcb)]&&_0x21096d[_0x3f96ef(0xd6)](_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0xcb)][_0x3f96ef(0x9b)],0x0)&&_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0xcb)][_0x3f96ef(0xb6)]((_0x23eeb7,_0x385500)=>{const _0x2b5e04=_0x3f96ef;_0x36debd?_0x2112c8['push'](helper[_0x2b5e04(0x104)](_0x547453['config'],_0x21096d[_0x2b5e04(0xe2)],_0x385500)):_0x2112c8[_0x2b5e04(0xc5)](helper[_0x2b5e04(0xf5)](_0x547453[_0x2b5e04(0xec)],_0x21096d[_0x2b5e04(0xe2)],_0x385500));});let _0x3feb48,_0x19a3e0;const _0x1ed731=[];if(_0x21096d[_0x3f96ef(0xb2)](_0x2112c8[_0x3f96ef(0x9b)],0x0))_0x2112c8[_0x3f96ef(0xb6)]((_0x3a88fa,_0xe0aa7b)=>{const _0x3523c8=_0x3f96ef,_0x3a3e93={};_0x3a3e93[_0x3523c8(0xa2)]=_0xe0aa7b,_0x3feb48={'server':helper['getHubUrl'](_0x547453[_0x3523c8(0xec)]),'proxySettings':_0x547453[_0x3523c8(0xec)][_0x3523c8(0xff)],'platform':helper[_0x3523c8(0xf1)](_0x3a88fa),'platformCaps':Object[_0x3523c8(0x109)](_0x3a3e93,_0x547453[_0x3523c8(0xec)]['platforms'][_0xe0aa7b])};const _0x31409f={'capability':_0x3a88fa,..._0x3feb48};_0x31409f[_0x3523c8(0xd3)]=_0x1a886c,_0x31409f[_0x3523c8(0x11c)]=_0xd58a10;const _0x33798b={};_0x33798b['configuration']=_0x31409f,_0x19a3e0=_0x33798b,_0x1ed731[_0x3523c8(0xc5)](_0x19a3e0);});else{let _0x3d8e78;_0x36debd?_0x3d8e78=helper[_0x3f96ef(0x104)](_0x547453['config'],_0x21096d['WQgsC'],0x0):_0x3d8e78=helper[_0x3f96ef(0xf5)](_0x547453[_0x3f96ef(0xec)],_0x21096d[_0x3f96ef(0xe2)],0x0);_0x3feb48={'server':helper['getHubUrl'](_0x547453[_0x3f96ef(0xec)]),'proxySettings':_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0xff)]};const _0x25c746={'capability':_0x3d8e78,..._0x3feb48};_0x25c746['file']=_0x1a886c,_0x25c746[_0x3f96ef(0x11c)]=_0xd58a10;const _0x8c0ad1={};_0x8c0ad1[_0x3f96ef(0x115)]=_0x25c746,_0x19a3e0=_0x8c0ad1,_0x1ed731['push'](_0x19a3e0);}const _0x2127ae=_0x547453['config'][_0x3f96ef(0x110)]||{};process[_0x3f96ef(0xe4)][_0x3f96ef(0xe5)]=_0x21096d[_0x3f96ef(0xaa)](String,helper[_0x3f96ef(0xb8)](_0x2127ae[_0x3f96ef(0xab)])),process['env']['BROWSERSTACK_SKIP_SESSION_STATUS']=_0x21096d['UPGWm'](String,helper[_0x3f96ef(0xb8)](_0x2127ae[_0x3f96ef(0x98)]));!helper[_0x3f96ef(0xc2)](_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0xbf)])&&(process[_0x3f96ef(0xe4)][_0x3f96ef(0x116)]=JSON['stringify'](_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0xbf)]));let _0x2b0122=_0x547453[_0x3f96ef(0xec)]['accessibility'];_0x2b0122=_0x2b0122||accessibilityHelper[_0x3f96ef(0xd8)](_0x547453[_0x3f96ef(0xec)]);_0x21096d[_0x3f96ef(0x117)](_0x2b0122,!_0x36debd)&&(logger['warn'](_0x21096d[_0x3f96ef(0x111)]),_0x2b0122=![]);process[_0x3f96ef(0xe4)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2b0122;if(_0x2b0122){const _0x5489a2=helper['isBrowserstackInfra']();(_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0xcb)]||[])[_0x3f96ef(0xb6)](_0x3912a8=>{const _0x575106=_0x3f96ef;if(!_0x3912a8||_0x3912a8[_0x575106(0xfe)])return;const _0x3fad85=_0x3912a8[_0x575106(0xfc)];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x3fad85)){logger[_0x575106(0x10b)](_0x21096d[_0x575106(0xed)]);return;}const _0x315758=_0x3912a8[_0x575106(0x114)]||_0x3912a8['browser_version'];if(helper[_0x575106(0xc2)](_0x315758)||!Number[_0x575106(0xd5)](_0x21096d[_0x575106(0xa4)](parseFloat,_0x21096d[_0x575106(0xa4)](String,_0x315758))))return;const _0x22d229=accessibilityHelper['getMinVersionForBrowser'](_0x3fad85,_0x5489a2),_0x23cf0b=_0x21096d[_0x575106(0xa4)](parseFloat,_0x22d229),_0x2a4575=_0x21096d['DjyTe'](parseFloat,_0x21096d[_0x575106(0x10a)](String,_0x315758)),_0x38751a=Number['isFinite'](_0x23cf0b)?_0x21096d[_0x575106(0xfb)](_0x2a4575,_0x23cf0b):accessibilityHelper[_0x575106(0xdf)](_0x315758,_0x22d229);if(!_0x38751a){const _0x23f0ba=accessibilityHelper['getBrowserDisplayName'](_0x3fad85),_0x177751=_0x5489a2?'':_0x21096d['QDjtB'];logger[_0x575106(0x10b)](_0x575106(0xb5)+_0x23f0ba+_0x575106(0xef)+_0x22d229+'\x20'+_0x177751+'.');}});}logger['info'](_0x3f96ef(0xaf)+_0x2b0122);const _0x308f08=BrowserstackCLI[_0x3f96ef(0xce)]();CLIUtils[_0x3f96ef(0xc6)](FRAMEWORKS['NODE_GENERIC'],FRAMEWORKS['NODE_GENERIC']);const {getProductMap:_0x39a4b9}=_0x21096d['aFydA'](require,_0x21096d['SSXdq']);process[_0x3f96ef(0xe4)]['BROWSERSTACK_PRODUCT_MAP']=JSON[_0x3f96ef(0x106)](_0x21096d[_0x3f96ef(0xdb)](_0x39a4b9,_0x547453[_0x3f96ef(0xec)])),_0x308f08[_0x3f96ef(0xee)](_0x547453['config'],_0x547453['configPath'],_0x547453[_0x3f96ef(0xdc)]);if(_0x308f08[_0x3f96ef(0x108)]()){logger[_0x3f96ef(0xf4)](_0x21096d['ByOyc']);try{await _0x308f08['bootstrap'](),logger[_0x3f96ef(0xf4)](_0x21096d[_0x3f96ef(0xeb)]);try{const _0x2a1be6=global['__accessibilityOptions']||{},_0x32acf2=_0x2a1be6[_0x21096d[_0x3f96ef(0xbb)]];if(_0x32acf2){const _0x2764a9=JSON[_0x3f96ef(0xb4)](process['env'][_0x3f96ef(0x116)]||'{}');_0x2764a9[_0x3f96ef(0xfd)]=_0x32acf2,process['env'][_0x3f96ef(0x116)]=JSON[_0x3f96ef(0x106)](_0x2764a9),logger['info'](_0x3f96ef(0x10e)+_0x32acf2);}}catch(_0x24c023){logger[_0x3f96ef(0xfa)](_0x3f96ef(0xc9)+_0x24c023[_0x3f96ef(0xe1)]);}const _0x4e92fe=_0x21096d[_0x3f96ef(0x10f)](_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0xcb)][_0x3f96ef(0x9b)]||0x1,_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0x100)]||0x1);PerformanceTester[_0x3f96ef(0xa0)](PerformanceEvents[_0x3f96ef(0x102)]),await _0x21096d[_0x3f96ef(0xa6)](parallelVanillaRun,_0x1ed731,_0x4e92fe),logger[_0x3f96ef(0xf4)](_0x21096d[_0x3f96ef(0xd9)]),await _0x308f08[_0x3f96ef(0xba)]();}catch(_0xc5b8f5){logger['error'](_0x3f96ef(0xea)+_0xc5b8f5[_0x3f96ef(0xe1)]);try{await _0x308f08[_0x3f96ef(0xba)]();}catch(_0x1b6cb1){logger['debug'](_0x3f96ef(0x105)+_0x1b6cb1[_0x3f96ef(0xe1)]);}}finally{PerformanceTester[_0x3f96ef(0xf0)](PerformanceEvents[_0x3f96ef(0x10c)]),await utilities['finalExecution'](_0x547453);}}else{logger[_0x3f96ef(0xf4)](_0x21096d[_0x3f96ef(0xca)]);const _0x4ed92b=await TestHubHandler[_0x3f96ef(0xc4)](_0x21096d[_0x3f96ef(0xe2)],_0x547453),_0x2a8946=_0x21096d[_0x3f96ef(0x10f)](_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0xcb)][_0x3f96ef(0x9b)]||0x1,_0x547453[_0x3f96ef(0xec)][_0x3f96ef(0x100)]||0x1);PerformanceTester['end'](PerformanceEvents[_0x3f96ef(0x102)]),_0x21096d[_0x3f96ef(0xa6)](parallelVanillaRun,_0x1ed731,_0x2a8946)[_0x3f96ef(0xae)](_0x13a055=>{})[_0x3f96ef(0xb9)](async()=>{const _0x370c75=_0x3f96ef;PerformanceTester[_0x370c75(0xf0)](PerformanceEvents[_0x370c75(0x10c)]),await utilities['finalExecution'](_0x547453);});}process['on'](_0x21096d[_0x3f96ef(0xc8)],async()=>{const _0x42bacd=_0x3f96ef;try{(_0x308f08[_0x42bacd(0xcf)]||_0x308f08['isChildConnected'])&&(logger[_0x42bacd(0xf4)](_0x21096d[_0x42bacd(0xf6)]),await _0x308f08[_0x42bacd(0xba)]());}catch(_0x341088){}});}function a125_0x3c22(_0x14b3fa,_0x133118){const _0x1dbf6a=a125_0x1dbf();return a125_0x3c22=function(_0x3c225e,_0xb98eca){_0x3c225e=_0x3c225e-0x97;let _0x3ae5fd=_0x1dbf6a[_0x3c225e];return _0x3ae5fd;},a125_0x3c22(_0x14b3fa,_0x133118);}module[a125_0xd0d202(0xb0)]=run;
2
+ 'use strict';function a125_0x1363(){const _0x54c9a6=['sep','accessibility','forEach','setBrowserstackConfig','vSawK','accessibilityOptions','pYEVc','gJOns','existsSync','[TRACE:node-generic]\x20beforeExit\x20safety\x20net\x20—\x20stopping\x20binary','path','getBrowserDisplayName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','isCliEnabled','on\x20non-BrowserStack\x20infrastructure\x20','setFrameworkDetail','MmThM','../../helpers/performance/constants','bootstrap','fCykE','ckHXH','qvomC','../../helpers/accessibility-automation/helper','config','3648288hoNKdR','winstonLogger','[TRACE:node-generic]\x20parallelVanillaRun\x20complete,\x20stopping\x20binary','finalExecution','length','index','[TRACE:node-generic]\x20Binary\x20Flow\x20error:\x20','1002138MlwuSt','stringify','modifyBrowserStackCaps','../../helpers/BrowserStackSetup','PuxSJ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isBrowserSupportedForAccessibility','Config\x20yml\x20is\x20required','cVovX','vanilla','browserVersion','modifyBrowserStackW3CCaps','getPlatformName','BROWSERSTACK_PRODUCT_MAP','skipSessionStatus','../test-runner','../utils/constants','cliConfig','NODE_GENERIC','parallelsPerPlatform','\x20resolves\x20outside\x20the\x20project\x20directory\x20and\x20was\x20rejected','[TRACE:node-generic]\x20Error\x20during\x20stop:\x20','isUndefined','[TRACE:node-generic]\x20CLI\x20not\x20enabled\x20—\x20using\x20Direct\x20Flow','qPdjW','useW3C:\x20false\x20has\x20no\x20effect\x20with\x20selenium-webdriver\x20','end','isTrue','CvPmZ','shVmk','deviceName','rpVOu','proxySettings','resolve','[TRACE:node-generic]\x20Accessibility\x20config\x20enriched\x20with\x20binary\x20scannerVersion=','finally','YRdXP','start','572816JYMcWq','../../helpers/testhub/testhubHandler','info','1574914azuLvn','isChildConnected','940854hZiyIt','platforms','getPackageVersion','configuration','launchBuild','EVENTS','../../helpers/helper','push','checkAccessibilityPlatformConfig','scannerVersion','DROSD','browserstack.accessibilityOptions.scannerVersion','skipSessionName','4310992gUUPfp','useW3C','ugKPW','initialize','[TRACE:node-generic]\x20Accessibility:\x20enabled=','BROWSERSTACK_SKIP_SESSION_NAME','stop','File\x20path\x20','selenium-webdriver','20VMfaRL','isFinite','Accessibility\x20Automation\x20is\x20not\x20supported\x20with\x20w3c:\x20false.\x20Skipping\x20accessibility\x20for\x20this\x20run.','../../helpers/utilities','then','beforeExit','vjZLP','isBrowserstackInfra','isRunning','isVersionSupported','message','getInstance','../v2/cliUtils',':\x20the\x20JSON-wire\x20protocol\x20was\x20removed\x20in\x20selenium-webdriver\x204,\x20so\x20this\x20run\x20will\x20use\x20W3C.\x20Pin\x20selenium-webdriver\x203.x\x20if\x20an\x20MJSONWP\x20session\x20is\x20required.','env','exports','rVQWK','21601928wKzINC','SDK_SETUP','args','debug','warn','testContextOptions','PETRS','tAQOQ','xZUMW','[TRACE:node-generic]\x20Binary\x20bootstrapped,\x20starting\x20parallelVanillaRun','ybyHC','browserName','../../helpers/testhub/utils','configPath','File\x20','error','SDK_CLEANUP','../../helpers/performance/performance-tester','getHubUrl','pFyzy','XFkPX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.'];a125_0x1363=function(){return _0x54c9a6;};return a125_0x1363();}const a125_0x42914f=a125_0x45d9;function a125_0x45d9(_0x332d61,_0xb09e99){const _0x136380=a125_0x1363();return a125_0x45d9=function(_0x45d938,_0x55a1e3){_0x45d938=_0x45d938-0xbc;let _0x5c53b2=_0x136380[_0x45d938];return _0x5c53b2;},a125_0x45d9(_0x332d61,_0xb09e99);}(function(_0x4fe18a,_0x16f197){const _0x3a86a2=a125_0x45d9,_0x416e98=_0x4fe18a();while(!![]){try{const _0x3113f4=-parseInt(_0x3a86a2(0xe4))/0x1+parseInt(_0x3a86a2(0xe1))/0x2+parseInt(_0x3a86a2(0xe6))/0x3+-parseInt(_0x3a86a2(0xf3))/0x4+parseInt(_0x3a86a2(0xfc))/0x5*(parseInt(_0x3a86a2(0x142))/0x6)+-parseInt(_0x3a86a2(0x13b))/0x7+parseInt(_0x3a86a2(0x10d))/0x8;if(_0x3113f4===_0x16f197)break;else _0x416e98['push'](_0x416e98['shift']());}catch(_0x6fb023){_0x416e98['push'](_0x416e98['shift']());}}}(a125_0x1363,0xc1f91));const fs=require('fs'),path=require(a125_0x42914f(0x12d)),{default:BrowserStackSetup}=require(a125_0x42914f(0xbe)),helper=require(a125_0x42914f(0xec)),PerformanceTester=require(a125_0x42914f(0x11e)),PerformanceEvents=require(a125_0x42914f(0x134))[a125_0x42914f(0xeb)],utilities=require(a125_0x42914f(0xff)),{parallelVanillaRun}=require(a125_0x42914f(0xca)),TestHubHandler=require(a125_0x42914f(0xe2)),BrowserstackCLI=require('../v2/browserstackCLI'),logger=require('../../helpers/logger')[a125_0x42914f(0x13c)],CLIUtils=require(a125_0x42914f(0x108)),{FRAMEWORKS}=require(a125_0x42914f(0xcb)),accessibilityHelper=require(a125_0x42914f(0x139));async function run(_0x2ed07b,_0x51dcbe,_0x3da47a){const _0x45c8d3=a125_0x42914f,_0x4873da={'pFyzy':_0x45c8d3(0xc4),'YRdXP':_0x45c8d3(0x122),'rVQWK':function(_0x474d73,_0x3eb2c9){return _0x474d73(_0x3eb2c9);},'PETRS':function(_0x5874e1,_0x2dc626){return _0x5874e1(_0x2dc626);},'BJjjF':function(_0x423e75,_0x25100f){return _0x423e75(_0x25100f);},'gJOns':function(_0x2757e7,_0x1a2006){return _0x2757e7>_0x1a2006;},'ybyHC':_0x45c8d3(0x131),'ugKPW':_0x45c8d3(0x12c),'gZoFg':function(_0x1cf1a7,_0x3619e6){return _0x1cf1a7(_0x3619e6);},'GVPao':'File\x20path\x20is\x20required','MmThM':function(_0x2fee22,_0x1fefcb){return _0x2fee22!==_0x1fefcb;},'yFVnS':function(_0x4b3b66,_0x2ae28e){return _0x4b3b66+_0x2ae28e;},'KzExW':_0x45c8d3(0xc2),'qNLWy':_0x45c8d3(0xfb),'xZUMW':function(_0x28e80e,_0x509d58,_0x2e6ed8){return _0x28e80e(_0x509d58,_0x2e6ed8);},'fCykE':function(_0x33ae8b,_0x137f2d){return _0x33ae8b>=_0x137f2d;},'DROSD':function(_0x11a0cf,_0x468318){return _0x11a0cf>_0x468318;},'PuxSJ':function(_0x10bbc0,_0x1cce7f){return _0x10bbc0>_0x1cce7f;},'tAQOQ':function(_0x2ac677,_0x2948bb){return _0x2ac677(_0x2948bb);},'ccuWT':function(_0x378d10,_0x32ee2f){return _0x378d10(_0x32ee2f);},'shVmk':function(_0x491536,_0x3115d7){return _0x491536&&_0x3115d7;},'vjZLP':_0x45c8d3(0xfe),'ckHXH':function(_0x2b80c0,_0x5d3ded){return _0x2b80c0(_0x5d3ded);},'pYEVc':_0x45c8d3(0x119),'vSawK':'[TRACE:node-generic]\x20CLI\x20enabled\x20—\x20using\x20Binary\x20Flow','qPdjW':_0x45c8d3(0x116),'XFkPX':_0x45c8d3(0xf1),'CvPmZ':function(_0x384006,_0x7ef20d){return _0x384006*_0x7ef20d;},'qvomC':_0x45c8d3(0x13d),'cyrln':_0x45c8d3(0xd2),'cVovX':function(_0x57889d,_0x490d98){return _0x57889d*_0x490d98;},'rpVOu':_0x45c8d3(0x101)};await _0x3da47a[_0x45c8d3(0xf6)](_0x2ed07b);!BrowserstackCLI[_0x45c8d3(0x107)]()[_0x45c8d3(0x104)]()&&await _0x3da47a['setupBrowserstackLocal']();await helper['handleApp'](_0x3da47a[_0x45c8d3(0x13a)]);const _0x5d1feb=[];if(helper[_0x45c8d3(0xd1)](_0x2ed07b['_'][0x1]))throw _0x4873da['gZoFg'](Error,_0x4873da['GVPao']);const _0x53b6ae=process['cwd'](),_0x333145=path[_0x45c8d3(0xdc)](_0x53b6ae,_0x2ed07b['_'][0x1]);if(_0x4873da[_0x45c8d3(0x133)](_0x333145,_0x53b6ae)&&!_0x333145['startsWith'](_0x4873da['yFVnS'](_0x53b6ae,path[_0x45c8d3(0x123)])))throw _0x4873da['rVQWK'](Error,_0x45c8d3(0xfa)+_0x2ed07b['_'][0x1]+_0x45c8d3(0xcf));if(!fs[_0x45c8d3(0x12b)](_0x333145))throw _0x4873da[_0x45c8d3(0x113)](Error,_0x45c8d3(0x11b)+_0x2ed07b['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x3da47a[_0x45c8d3(0x13a)])throw _0x4873da['gZoFg'](Error,_0x4873da['KzExW']);const _0x3f1229=helper[_0x45c8d3(0xf4)](_0x3da47a['config']);if(!_0x3f1229){const _0xb8bbb4=helper[_0x45c8d3(0xe8)](_0x4873da['qNLWy']),_0x360d89=_0x4873da[_0x45c8d3(0x115)](parseInt,_0xb8bbb4,0xa);Number['isFinite'](_0x360d89)&&_0x4873da[_0x45c8d3(0x136)](_0x360d89,0x4)&&logger[_0x45c8d3(0x111)](_0x45c8d3(0xd4)+_0xb8bbb4+_0x45c8d3(0x109));}_0x3da47a[_0x45c8d3(0x13a)][_0x45c8d3(0xe7)]&&_0x4873da[_0x45c8d3(0xf0)](_0x3da47a[_0x45c8d3(0x13a)][_0x45c8d3(0xe7)][_0x45c8d3(0x13f)],0x0)&&_0x3da47a[_0x45c8d3(0x13a)][_0x45c8d3(0xe7)]['forEach']((_0x4ff50a,_0x27aaec)=>{const _0x15a65b=_0x45c8d3;_0x3f1229?_0x5d1feb['push'](helper[_0x15a65b(0xc6)](_0x3da47a[_0x15a65b(0x13a)],_0x4873da['pFyzy'],_0x27aaec)):_0x5d1feb[_0x15a65b(0xed)](helper['modifyBrowserStackCaps'](_0x3da47a[_0x15a65b(0x13a)],_0x4873da[_0x15a65b(0x120)],_0x27aaec));});let _0x4a29cd,_0x4bb69a;const _0x49a045=[];if(_0x4873da[_0x45c8d3(0xbf)](_0x5d1feb[_0x45c8d3(0x13f)],0x0))_0x5d1feb[_0x45c8d3(0x125)]((_0x4b7166,_0x25f2ed)=>{const _0x3b9454=_0x45c8d3,_0x22ea6b={};_0x22ea6b[_0x3b9454(0x140)]=_0x25f2ed,_0x4a29cd={'server':helper[_0x3b9454(0x11f)](_0x3da47a[_0x3b9454(0x13a)]),'proxySettings':_0x3da47a[_0x3b9454(0x13a)][_0x3b9454(0xdb)],'platform':helper[_0x3b9454(0xc7)](_0x4b7166),'platformCaps':Object['assign'](_0x22ea6b,_0x3da47a[_0x3b9454(0x13a)][_0x3b9454(0xe7)][_0x25f2ed])};const _0xea086e={'capability':_0x4b7166,..._0x4a29cd};_0xea086e['file']=_0x333145,_0xea086e['args']=_0x51dcbe;const _0x576e81={};_0x576e81[_0x3b9454(0xe9)]=_0xea086e,_0x4bb69a=_0x576e81,_0x49a045['push'](_0x4bb69a);});else{let _0x9d3141;_0x3f1229?_0x9d3141=helper['modifyBrowserStackW3CCaps'](_0x3da47a[_0x45c8d3(0x13a)],_0x4873da[_0x45c8d3(0x120)],0x0):_0x9d3141=helper[_0x45c8d3(0xbd)](_0x3da47a['config'],_0x4873da['pFyzy'],0x0);_0x4a29cd={'server':helper[_0x45c8d3(0x11f)](_0x3da47a[_0x45c8d3(0x13a)]),'proxySettings':_0x3da47a[_0x45c8d3(0x13a)]['proxySettings']};const _0x18443b={'capability':_0x9d3141,..._0x4a29cd};_0x18443b['file']=_0x333145,_0x18443b[_0x45c8d3(0x10f)]=_0x51dcbe;const _0x4adf33={};_0x4adf33[_0x45c8d3(0xe9)]=_0x18443b,_0x4bb69a=_0x4adf33,_0x49a045[_0x45c8d3(0xed)](_0x4bb69a);}const _0x4717e6=_0x3da47a[_0x45c8d3(0x13a)][_0x45c8d3(0x112)]||{};process[_0x45c8d3(0x10a)][_0x45c8d3(0xf8)]=_0x4873da[_0x45c8d3(0x114)](String,helper[_0x45c8d3(0xd6)](_0x4717e6[_0x45c8d3(0xf2)])),process[_0x45c8d3(0x10a)]['BROWSERSTACK_SKIP_SESSION_STATUS']=_0x4873da['ccuWT'](String,helper[_0x45c8d3(0xd6)](_0x4717e6[_0x45c8d3(0xc9)]));!helper[_0x45c8d3(0xd1)](_0x3da47a[_0x45c8d3(0x13a)][_0x45c8d3(0x128)])&&(process[_0x45c8d3(0x10a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x45c8d3(0xbc)](_0x3da47a['config']['accessibilityOptions']));let _0x12ef6b=_0x3da47a[_0x45c8d3(0x13a)][_0x45c8d3(0x124)];_0x12ef6b=_0x12ef6b||accessibilityHelper[_0x45c8d3(0xee)](_0x3da47a[_0x45c8d3(0x13a)]);_0x4873da[_0x45c8d3(0xd8)](_0x12ef6b,!_0x3f1229)&&(logger[_0x45c8d3(0x111)](_0x4873da[_0x45c8d3(0x102)]),_0x12ef6b=![]);process[_0x45c8d3(0x10a)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x12ef6b;if(_0x12ef6b){const _0x32af16=helper[_0x45c8d3(0x103)]();(_0x3da47a[_0x45c8d3(0x13a)][_0x45c8d3(0xe7)]||[])[_0x45c8d3(0x125)](_0x4cd2fd=>{const _0x2eccb5=_0x45c8d3;if(!_0x4cd2fd||_0x4cd2fd[_0x2eccb5(0xd9)])return;const _0x42435b=_0x4cd2fd[_0x2eccb5(0x118)];if(!accessibilityHelper[_0x2eccb5(0xc1)](_0x42435b)){logger[_0x2eccb5(0x111)](_0x4873da[_0x2eccb5(0xdf)]);return;}const _0x310c8a=_0x4cd2fd[_0x2eccb5(0xc5)]||_0x4cd2fd['browser_version'];if(helper['isUndefined'](_0x310c8a)||!Number[_0x2eccb5(0xfd)](_0x4873da[_0x2eccb5(0x10c)](parseFloat,_0x4873da['PETRS'](String,_0x310c8a))))return;const _0x57dde1=accessibilityHelper['getMinVersionForBrowser'](_0x42435b,_0x32af16),_0x3641fb=_0x4873da[_0x2eccb5(0x10c)](parseFloat,_0x57dde1),_0x2c3162=_0x4873da[_0x2eccb5(0x10c)](parseFloat,_0x4873da['BJjjF'](String,_0x310c8a)),_0xe59605=Number[_0x2eccb5(0xfd)](_0x3641fb)?_0x4873da[_0x2eccb5(0x12a)](_0x2c3162,_0x3641fb):accessibilityHelper[_0x2eccb5(0x105)](_0x310c8a,_0x57dde1);if(!_0xe59605){const _0x54073e=accessibilityHelper[_0x2eccb5(0x12e)](_0x42435b),_0x1bbea3=_0x32af16?'':_0x4873da[_0x2eccb5(0x117)];logger[_0x2eccb5(0x111)](_0x2eccb5(0x12f)+_0x54073e+'\x20browser\x20version\x20greater\x20than\x20'+_0x57dde1+'\x20'+_0x1bbea3+'.');}});}logger['info'](_0x45c8d3(0xf7)+_0x12ef6b);const _0x36377d=BrowserstackCLI[_0x45c8d3(0x107)]();CLIUtils[_0x45c8d3(0x132)](FRAMEWORKS[_0x45c8d3(0xcd)],FRAMEWORKS[_0x45c8d3(0xcd)]);const {getProductMap:_0xab1aa8}=_0x4873da[_0x45c8d3(0x137)](require,_0x4873da[_0x45c8d3(0x129)]);process[_0x45c8d3(0x10a)][_0x45c8d3(0xc8)]=JSON['stringify'](_0x4873da['ccuWT'](_0xab1aa8,_0x3da47a[_0x45c8d3(0x13a)])),_0x36377d[_0x45c8d3(0x126)](_0x3da47a[_0x45c8d3(0x13a)],_0x3da47a[_0x45c8d3(0x11a)],_0x3da47a[_0x45c8d3(0xcc)]);if(_0x36377d[_0x45c8d3(0x130)]()){logger[_0x45c8d3(0xe3)](_0x4873da[_0x45c8d3(0x127)]);try{await _0x36377d[_0x45c8d3(0x135)](),logger[_0x45c8d3(0xe3)](_0x4873da[_0x45c8d3(0xd3)]);try{const _0x368551=global['__accessibilityOptions']||{},_0x265818=_0x368551[_0x4873da[_0x45c8d3(0x121)]];if(_0x265818){const _0x3042c8=JSON['parse'](process['env'][_0x45c8d3(0xc0)]||'{}');_0x3042c8[_0x45c8d3(0xef)]=_0x265818,process[_0x45c8d3(0x10a)][_0x45c8d3(0xc0)]=JSON[_0x45c8d3(0xbc)](_0x3042c8),logger[_0x45c8d3(0xe3)](_0x45c8d3(0xdd)+_0x265818);}}catch(_0x334187){logger[_0x45c8d3(0x110)]('[TRACE:node-generic]\x20Error\x20enriching\x20accessibility\x20config:\x20'+_0x334187[_0x45c8d3(0x106)]);}const _0x597f54=_0x4873da[_0x45c8d3(0xd7)](_0x3da47a['config'][_0x45c8d3(0xe7)][_0x45c8d3(0x13f)]||0x1,_0x3da47a[_0x45c8d3(0x13a)]['parallelsPerPlatform']||0x1);PerformanceTester[_0x45c8d3(0xd5)](PerformanceEvents[_0x45c8d3(0x10e)]),await _0x4873da[_0x45c8d3(0x115)](parallelVanillaRun,_0x49a045,_0x597f54),logger[_0x45c8d3(0xe3)](_0x4873da[_0x45c8d3(0x138)]),await _0x36377d[_0x45c8d3(0xf9)]();}catch(_0x816822){logger[_0x45c8d3(0x11c)](_0x45c8d3(0x141)+_0x816822['message']);try{await _0x36377d[_0x45c8d3(0xf9)]();}catch(_0x2bb7de){logger[_0x45c8d3(0x110)](_0x45c8d3(0xd0)+_0x2bb7de['message']);}}finally{PerformanceTester[_0x45c8d3(0xe0)](PerformanceEvents[_0x45c8d3(0x11d)]),await utilities[_0x45c8d3(0x13e)](_0x3da47a);}}else{logger['info'](_0x4873da['cyrln']);const _0x34e3d1=await TestHubHandler[_0x45c8d3(0xea)](_0x4873da[_0x45c8d3(0x120)],_0x3da47a),_0x1df23c=_0x4873da[_0x45c8d3(0xc3)](_0x3da47a['config']['platforms'][_0x45c8d3(0x13f)]||0x1,_0x3da47a['config'][_0x45c8d3(0xce)]||0x1);PerformanceTester[_0x45c8d3(0xd5)](PerformanceEvents[_0x45c8d3(0x10e)]),_0x4873da[_0x45c8d3(0x115)](parallelVanillaRun,_0x49a045,_0x1df23c)[_0x45c8d3(0x100)](_0x556e0e=>{})[_0x45c8d3(0xde)](async()=>{const _0x544da5=_0x45c8d3;PerformanceTester[_0x544da5(0xe0)](PerformanceEvents[_0x544da5(0x11d)]),await utilities[_0x544da5(0x13e)](_0x3da47a);});}process['on'](_0x4873da[_0x45c8d3(0xda)],async()=>{const _0x2c5923=_0x45c8d3;try{(_0x36377d['isMainConnected']||_0x36377d[_0x2c5923(0xe5)])&&(logger[_0x2c5923(0xe3)](_0x4873da[_0x2c5923(0xf5)]),await _0x36377d[_0x2c5923(0xf9)]());}catch(_0xd2e7bf){}});}module[a125_0x42914f(0x10b)]=run;
@@ -1 +1 @@
1
- const a126_0x3d4965=a126_0x37ee;(function(_0x28ed0d,_0x5a40ba){const _0x5bb043=a126_0x37ee,_0x2324d8=_0x28ed0d();while(!![]){try{const _0x1671da=parseInt(_0x5bb043(0x1f0))/0x1+parseInt(_0x5bb043(0x1e4))/0x2+parseInt(_0x5bb043(0x1dd))/0x3*(parseInt(_0x5bb043(0x1d8))/0x4)+-parseInt(_0x5bb043(0x1ea))/0x5*(-parseInt(_0x5bb043(0x1db))/0x6)+parseInt(_0x5bb043(0x1e1))/0x7+parseInt(_0x5bb043(0x1eb))/0x8*(parseInt(_0x5bb043(0x1f1))/0x9)+-parseInt(_0x5bb043(0x1d9))/0xa;if(_0x1671da===_0x5a40ba)break;else _0x2324d8['push'](_0x2324d8['shift']());}catch(_0x315a67){_0x2324d8['push'](_0x2324d8['shift']());}}}(a126_0x75e0,0xaf58b));function a126_0x75e0(){const _0x57e899=['ZOanw','fsVem','./helpers/metadata','646026AcwrDU','9nxgICX','PfILt','yqHBV','exports','setTestMetadata','YWcRK','phwin','platform_version','STJDt','__platformCaps','platformName','4rEpvWB','45626500ZEHTlc','customVariables','7309326RNkBeB','syJKW','3866091YuplUx','device','os_version','nbiND','1147818BGzNSK','platformVersion','pKHvx','1599874XJGRVi','set','iIPbu','browser_version','browser','trOqg','5QVzvii','9312112IsvNWy','uaEjx'];a126_0x75e0=function(){return _0x57e899;};return a126_0x75e0();}function a126_0x37ee(_0x4e77c4,_0x1bd3c3){const _0x75e09=a126_0x75e0();return a126_0x37ee=function(_0x37ee39,_0x5739f9){_0x37ee39=_0x37ee39-0x1d0;let _0xf98699=_0x75e09[_0x37ee39];return _0xf98699;},a126_0x37ee(_0x4e77c4,_0x1bd3c3);}const TestMetadata=require(a126_0x3d4965(0x1ef));class BrowserStackSdk{static['getCurrentPlatform'](){const _0x48f8c5=a126_0x3d4965,_0x37e38d={};_0x37e38d[_0x48f8c5(0x1ed)]=_0x48f8c5(0x1df),_0x37e38d['STJDt']='osVersion',_0x37e38d[_0x48f8c5(0x1e6)]=_0x48f8c5(0x1e8),_0x37e38d['trOqg']='browserName',_0x37e38d[_0x48f8c5(0x1dc)]=_0x48f8c5(0x1e7),_0x37e38d[_0x48f8c5(0x1e0)]='browserVersion',_0x37e38d[_0x48f8c5(0x1d2)]=_0x48f8c5(0x1de),_0x37e38d[_0x48f8c5(0x1ee)]='deviceName',_0x37e38d[_0x48f8c5(0x1d3)]='platform',_0x37e38d[_0x48f8c5(0x1f3)]=_0x48f8c5(0x1d7),_0x37e38d[_0x48f8c5(0x1f2)]=_0x48f8c5(0x1d4),_0x37e38d['pKHvx']=_0x48f8c5(0x1e2),_0x37e38d['uaEjx']=_0x48f8c5(0x1da);const _0x1f38a6=_0x37e38d,_0x238755={};if(global[_0x48f8c5(0x1d6)]){const _0x32bc6a=global[_0x48f8c5(0x1d6)],_0x7289e7=_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1ed)]]||_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1d5)]],_0x463183=_0x32bc6a[_0x1f38a6['iIPbu']]||_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1e9)]],_0x5c2ef4=_0x32bc6a[_0x1f38a6['syJKW']]||_0x32bc6a[_0x1f38a6['nbiND']],_0x22be80=_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1d2)]]||_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1ee)]],_0x20bead=_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1d3)]]||_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1f3)]],_0x2c3f90=_0x32bc6a[_0x1f38a6['PfILt']]||_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1e3)]];_0x32bc6a['os']&&(_0x238755['os']=_0x32bc6a['os']),_0x7289e7&&(_0x238755[_0x1f38a6[_0x48f8c5(0x1d5)]]=_0x7289e7),_0x463183&&(_0x238755[_0x1f38a6[_0x48f8c5(0x1e9)]]=_0x463183),_0x5c2ef4&&(_0x238755[_0x1f38a6[_0x48f8c5(0x1e0)]]=_0x5c2ef4),_0x22be80&&(_0x238755[_0x1f38a6[_0x48f8c5(0x1ee)]]=_0x22be80),_0x20bead&&(_0x238755[_0x1f38a6[_0x48f8c5(0x1f3)]]=_0x20bead),_0x2c3f90&&(_0x238755[_0x1f38a6[_0x48f8c5(0x1e3)]]=_0x2c3f90),_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1ec)]]&&(_0x238755[_0x1f38a6[_0x48f8c5(0x1ec)]]=_0x32bc6a[_0x1f38a6[_0x48f8c5(0x1ec)]]);}return _0x238755;}static[a126_0x3d4965(0x1d1)](_0x23135e={}){const _0x412b3c=a126_0x3d4965;TestMetadata[_0x412b3c(0x1e5)](_0x23135e);}}module[a126_0x3d4965(0x1d0)]=BrowserStackSdk;
1
+ const a126_0x2efa9f=a126_0x35c1;(function(_0x42042c,_0x45914f){const _0x12b4e9=a126_0x35c1,_0x2d123d=_0x42042c();while(!![]){try{const _0x5476d1=-parseInt(_0x12b4e9(0x175))/0x1+parseInt(_0x12b4e9(0x15d))/0x2*(-parseInt(_0x12b4e9(0x16c))/0x3)+parseInt(_0x12b4e9(0x160))/0x4*(-parseInt(_0x12b4e9(0x15c))/0x5)+-parseInt(_0x12b4e9(0x16d))/0x6*(parseInt(_0x12b4e9(0x173))/0x7)+parseInt(_0x12b4e9(0x171))/0x8+parseInt(_0x12b4e9(0x16f))/0x9*(parseInt(_0x12b4e9(0x178))/0xa)+parseInt(_0x12b4e9(0x167))/0xb*(parseInt(_0x12b4e9(0x179))/0xc);if(_0x5476d1===_0x45914f)break;else _0x2d123d['push'](_0x2d123d['shift']());}catch(_0xb3b013){_0x2d123d['push'](_0x2d123d['shift']());}}}(a126_0xf0e2,0xb2b92));function a126_0x35c1(_0x8e9229,_0x221926){const _0xf0e24c=a126_0xf0e2();return a126_0x35c1=function(_0x35c1b5,_0x52aecf){_0x35c1b5=_0x35c1b5-0x154;let _0x341ec3=_0xf0e24c[_0x35c1b5];return _0x341ec3;},a126_0x35c1(_0x8e9229,_0x221926);}function a126_0xf0e2(){const _0x46b0f6=['deviceName','mCWJd','SJYRt','euXag','platformVersion','15lKdGkQ','462806VBZpIs','setTestMetadata','euHJI','1156812NgoxVY','browser_version','NeMIt','OowEo','xqDjo','platform','twaZX','110ZzoLrT','platform_version','customVariables','set','mHsJX','3yfvJxR','3960RtRnrJ','mBkYx','262359FMfPcx','platformName','11374480FZNpCL','getCurrentPlatform','13846NIKtzb','JFzLh','1331079LwabtQ','__platformCaps','browserName','10qwLxFF','3619992DAueyN','browser','NNsVo','BUKcw','osVersion','exports','./helpers/metadata'];a126_0xf0e2=function(){return _0x46b0f6;};return a126_0xf0e2();}const TestMetadata=require(a126_0x2efa9f(0x156));class BrowserStackSdk{static[a126_0x2efa9f(0x172)](){const _0x3785ec=a126_0x2efa9f,_0x3ee99c={};_0x3ee99c[_0x3785ec(0x159)]='os_version',_0x3ee99c['euHJI']=_0x3785ec(0x154),_0x3ee99c['NNsVo']=_0x3785ec(0x17a),_0x3ee99c[_0x3785ec(0x162)]=_0x3785ec(0x177),_0x3ee99c[_0x3785ec(0x16e)]=_0x3785ec(0x161),_0x3ee99c[_0x3785ec(0x166)]='browserVersion',_0x3ee99c['mCWJd']='device',_0x3ee99c[_0x3785ec(0x16b)]=_0x3785ec(0x157),_0x3ee99c[_0x3785ec(0x174)]=_0x3785ec(0x165),_0x3ee99c[_0x3785ec(0x164)]=_0x3785ec(0x170),_0x3ee99c[_0x3785ec(0x17c)]=_0x3785ec(0x168),_0x3ee99c[_0x3785ec(0x163)]=_0x3785ec(0x15b),_0x3ee99c['euXag']=_0x3785ec(0x169);const _0x1c4128=_0x3ee99c,_0x57f5e8={};if(global[_0x3785ec(0x176)]){const _0x56ad14=global[_0x3785ec(0x176)],_0x20f107=_0x56ad14[_0x1c4128[_0x3785ec(0x159)]]||_0x56ad14[_0x1c4128[_0x3785ec(0x15f)]],_0x2c8c74=_0x56ad14[_0x1c4128[_0x3785ec(0x17b)]]||_0x56ad14[_0x1c4128[_0x3785ec(0x162)]],_0x8f2f4c=_0x56ad14[_0x1c4128[_0x3785ec(0x16e)]]||_0x56ad14[_0x1c4128['twaZX']],_0xbb6634=_0x56ad14[_0x1c4128[_0x3785ec(0x158)]]||_0x56ad14[_0x1c4128['mHsJX']],_0x682323=_0x56ad14[_0x1c4128[_0x3785ec(0x174)]]||_0x56ad14[_0x1c4128[_0x3785ec(0x164)]],_0x2fefc1=_0x56ad14[_0x1c4128[_0x3785ec(0x17c)]]||_0x56ad14[_0x1c4128[_0x3785ec(0x163)]];_0x56ad14['os']&&(_0x57f5e8['os']=_0x56ad14['os']),_0x20f107&&(_0x57f5e8[_0x1c4128['euHJI']]=_0x20f107),_0x2c8c74&&(_0x57f5e8[_0x1c4128[_0x3785ec(0x162)]]=_0x2c8c74),_0x8f2f4c&&(_0x57f5e8[_0x1c4128[_0x3785ec(0x166)]]=_0x8f2f4c),_0xbb6634&&(_0x57f5e8[_0x1c4128['mHsJX']]=_0xbb6634),_0x682323&&(_0x57f5e8[_0x1c4128[_0x3785ec(0x164)]]=_0x682323),_0x2fefc1&&(_0x57f5e8[_0x1c4128['OowEo']]=_0x2fefc1),_0x56ad14[_0x1c4128[_0x3785ec(0x15a)]]&&(_0x57f5e8[_0x1c4128[_0x3785ec(0x15a)]]=_0x56ad14[_0x1c4128[_0x3785ec(0x15a)]]);}return _0x57f5e8;}static[a126_0x2efa9f(0x15e)](_0x2d6f70={}){const _0x203afe=a126_0x2efa9f;TestMetadata[_0x203afe(0x16a)](_0x2d6f70);}}module[a126_0x2efa9f(0x155)]=BrowserStackSdk;