browserstack-node-sdk 1.65.1 → 1.65.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 (216) 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/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a96_0x503acb=a96_0xd98b;(function(_0x208e7f,_0x18e9a0){const _0x3fcfb9=a96_0xd98b,_0x206f63=_0x208e7f();while(!![]){try{const _0x416489=-parseInt(_0x3fcfb9(0xb5))/0x1*(-parseInt(_0x3fcfb9(0x18f))/0x2)+-parseInt(_0x3fcfb9(0x16e))/0x3*(-parseInt(_0x3fcfb9(0x117))/0x4)+parseInt(_0x3fcfb9(0x13a))/0x5*(parseInt(_0x3fcfb9(0x18e))/0x6)+-parseInt(_0x3fcfb9(0x135))/0x7+-parseInt(_0x3fcfb9(0xd9))/0x8*(-parseInt(_0x3fcfb9(0x10e))/0x9)+-parseInt(_0x3fcfb9(0xfd))/0xa*(-parseInt(_0x3fcfb9(0x170))/0xb)+-parseInt(_0x3fcfb9(0x154))/0xc;if(_0x416489===_0x18e9a0)break;else _0x206f63['push'](_0x206f63['shift']());}catch(_0x5437d1){_0x206f63['push'](_0x206f63['shift']());}}}(a96_0x3471,0xe172c));const TestFramework=require(a96_0x503acb(0xfc)),TestFrameworkState=require(a96_0x503acb(0x171)),HookState=require(a96_0x503acb(0x140)),{createClassLogger}=require(a96_0x503acb(0xc5)),TestFrameworkInstance=require(a96_0x503acb(0x19d)),CLIUtils=require(a96_0x503acb(0x12f)),TrackedInstance=require(a96_0x503acb(0x153)),TestFrameworkConstants=require(a96_0x503acb(0x139)),logger=createClassLogger(a96_0x503acb(0xaa)),{v4:uuidv4}=require(a96_0x503acb(0x1a2)),util=require(a96_0x503acb(0xe9)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require('../../../helpers/helper.js'),TestInfo=require('../TestInfo.js'),GrpcClient=require(a96_0x503acb(0x159)),{removeAnsiColors,getFailureType,failureData}=require(a96_0x503acb(0xea)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a96_0x503acb(0x1ae)),{findNestedKey,sendTraceZip,validateFilePath}=require(a96_0x503acb(0x1ae)),path=require(a96_0x503acb(0x107)),fs=require('fs'),helper=require(a96_0x503acb(0x16f)),{PLAYWRIGHT_TRACE_LOGS}=require(a96_0x503acb(0x19c)),PLAYWRIGHT_BUILTIN_ANNOTATIONS=new Set([a96_0x503acb(0xcf),a96_0x503acb(0x11b),'slow',a96_0x503acb(0x15c)]);function a96_0xd98b(_0x5371f5,_0x115726){const _0x3471f4=a96_0x3471();return a96_0xd98b=function(_0xd98bf2,_0x345bb0){_0xd98bf2=_0xd98bf2-0xa2;let _0x45f5c4=_0x3471f4[_0xd98bf2];return _0x45f5c4;},a96_0xd98b(_0x5371f5,_0x115726);}function a96_0x3471(){const _0x197632=['file_name','startedAt','\x20instanceId=','ViKmT','424cooZFk','addMultipleEntries','KEY_TEST_FRAMEWORK_VERSION','getCurrentTestState','fixme','vIVzI','toString','KEY_TEST_RESULT','filePath','statSync','vnPlp','USsZy','\x20testState:\x20','parsePlaywrightTestResult:\x20extracted\x20','FeKcv','SSGtp','result','ygigB','KEY_HOOK_RESULT','instance','getTestDetails','stringify','resolveInstance','slice','../cliUtils.js','bJmAl','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','KEY_EVENT_ENDED_AT','khCMt','8402912RAzsMm','parsePlaywrightTestResult','getAllData','KEY_TEST_RESULT_AT','./constants/testFrameworkConstants.js','95VePSYX','debug','KEY_TEST_FILE_PATH','\x20result=','IuxjL','parent_id','../state/hookState.js','logCreatedEvent','tcTTV','getContext','KEY_TEST_UUID','KEY_AUTOMATE_SESSION_NAME','aIzzm','VWRjF','passed','lrvyn','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','pbDsS','set','DEFAULT_HOOK_RESULT','text','TEST','annotations','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','trackEvent','../instances/trackedInstance.js','11167560JKEhsq','tNaFw','get','KEY_TEST_LOCATION','started_at','../grpcClient','\x20hookState=','\x20response=','fail','size','KEY_TEST_META','toISOString','description','\x20target=','getCurrentInstanceName','KEY_HOOK_FAILURE_TYPE','vFeMI','../customTagManager','KEY_CUSTOM_TAGS','startTime','error','basename','KEY_HOOK_ID','getTestIdentifierFromTestInfo','steps','FzSLk','6492SyfwWP','../../../../src/helpers/helper','11dKdpaM','../state/testFrameworkState.js','GfeDx','Isuny','VvvLz','duration','GqrjL','Elcnz','\x20from\x20TestDetails:\x20','runHooks','MzlMI','TEST_SCREENSHOT','base64','hookState','getCurrentHookState','timedOut','nhaAO','KEY_HOOK_FAILURE','status','attachments','nthem','\x20and\x20args\x20=\x20','iydjW','failed','KEY_TEST_NAME','length','getTestFrameworksVersions','keyword','KEY_TEST_FRAMEWORK_NAME','Wvaqk','258270iQLpkq','14324qZlHJB','\x20steps\x20for\x20testId=','IxBbP','from','getTestUUID','hPqcM','sAhmC','KAYZR',',\x20state=','getRef','dbGTT','vzTAu','platformIndex','../../utils/constants','../instances/testFrameworkInstance.js','wKXwd','INIT_TEST','setTrackedInstance','testUId','uuid','retry','test','matchHookRegex','KEY_HOOK_NAME','nuXmv','WQMqq','No\x20reason\x20provided','trackStepEvent','JeyyZ','getTestFrameworks','Aeftv','../../playwright/reporter/pwUtils','has','cWVlz','VqBXy','getThreadId','MAX_NESTED_STEP_DEPTH','MUjkC','ceil','getProcessId','KEY_HOOK_FAILURE_REASON','trackPlaywrightInstance','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','PlaywrightTestFramework','testFrameworkVersion','hook','err','rAhLJ','HGiFC','expectedStatus','KEY_EVENT_STARTED_AT','Error\x20processing\x20trace\x20file\x20','qlNpA','KEY_TEST_ATTACHMENTS','8DSrcEo','errors','cfZoq','trackStepEvent:\x20testId=','KEY_TEST_TAGS','KEY_TEST_ID','KEY_HOOKS_STARTED','\x20hookState:\x20','trackStepEvent:\x20exception=','format','message','Tmabo','KEY_TEST_CODE','qzewR','failure_type','Error\x20in\x20sendLogCreatedEvent:\x20','../../../helpers/classLogger.js','sendLogCreatedEvent','forEach','parallelIndex','QWUWe','ZwdCO','UbaIQ','KEY_HOOK_LAST_STARTED','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','NONE','skip','vgvXL','lrcgz','getId','POST','nrgEO','KEY_TEST_FAILURE','push','sendLogCreatedEvent:\x20testId=','KEY_LOGS','207088TRXUyv','KEY_TEST_SCOPES','step','gmGGt','BMhBK','endedAt','\x20step=\x22','KEY_HOOKS_FINISHED','info','\x20instance=','Hook\x20List\x20in\x20Post\x20','KEY_TEST_STARTED_AT','eventJson','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','Error\x20processing\x20direct\x20trace\x20file\x20','NrNuj','util','../../../helpers/test-observability/utils','inspect','split','jULCl','KEY_TEST_ENDED_AT','sHhIv','getTraceFilePaths','gndea','parsePlaywrightTest','sendLogCreatedEvent\x20for\x20testId:\x20','stack','title','Expected\x20to\x20fail,\x20but\x20passed.','KEY_TEST_LOGS','KEY_TEST_RETRY_OF','\x20batch\x20','parseCommaSeparatedValues','oBbSs','./testFramework','13804550AyQrHf','IkAyB','trim','qiIqU','zFjMl','KEY_HOOK_LAST_FINISHED','createTestFrameworkEventPayload','SSNgu','EpFfO','cVpzo','path','setTestDetails','failure','logs','trackEvent:\x20found\x20instance,\x20testFrameworkState=','\x20payload=','executionContext','198ujZoev','KEY_TEST_FAILURE_REASON','PRE','nAOUY','concat'];a96_0x3471=function(){return _0x197632;};return a96_0x3471();}class PlaywrightTestFramework extends TestFramework{constructor(_0x26053d,_0x247db4,_0x26a081){super(_0x26053d,_0x247db4,_0x26a081);}async[a96_0x503acb(0x152)](_0x424927,_0x41ddaf,_0x5d4e0a={}){const _0x3c66eb=a96_0x503acb,_0x2fb12e={'BMhBK':function(_0x328807,_0x1c6d0f){return _0x328807===_0x1c6d0f;},'KAYZR':function(_0x11a8c5,_0x13e8ce){return _0x11a8c5===_0x13e8ce;},'SSNgu':function(_0x270c65,_0x45125a){return _0x270c65===_0x45125a;},'nuXmv':function(_0x56eb89,_0xaf5d71,_0xfc36b5){return _0x56eb89(_0xaf5d71,_0xfc36b5);},'hcjfE':function(_0x4ced48,_0x23bc96,_0x78a0b7){return _0x4ced48(_0x23bc96,_0x78a0b7);},'ZyJhP':function(_0x356d02,_0x31b36c,_0x7427e0,_0x1e2c6f){return _0x356d02(_0x31b36c,_0x7427e0,_0x1e2c6f);},'wKXwd':_0x3c66eb(0x1a4),'wkkqd':_0x3c66eb(0xcd)};super[_0x3c66eb(0x152)](_0x424927,_0x41ddaf,_0x5d4e0a);if(_0x2fb12e[_0x3c66eb(0xdd)](_0x424927,TestFrameworkState[_0x3c66eb(0x17b)])){const _0x50a91c=TestInfo[_0x3c66eb(0x16b)](_0x5d4e0a['test'],_0x5d4e0a['test'][_0x3c66eb(0x1a3)]);TestInfo[_0x3c66eb(0x108)](_0x50a91c,_0x5d4e0a['result'],!![]);}if(_0x2fb12e[_0x3c66eb(0x196)](_0x424927,TestFrameworkState['TEST_STEP'])){this[_0x3c66eb(0x1aa)](_0x424927,_0x41ddaf,_0x5d4e0a);return;}const _0x341e86=this[_0x3c66eb(0x12d)](_0x424927,_0x41ddaf,_0x5d4e0a);if(!_0x341e86)return;logger[_0x3c66eb(0x13b)](_0x3c66eb(0x10b)+_0x424927+_0x3c66eb(0x15a)+_0x41ddaf+_0x3c66eb(0x115)+_0x341e86[_0x3c66eb(0x198)]());try{if(_0x2fb12e['KAYZR'](_0x41ddaf,HookState[_0x3c66eb(0x110)])&&_0x2fb12e[_0x3c66eb(0x104)](_0x424927,TestFrameworkState[_0x3c66eb(0x14f)])){const _0x139514=_0x5d4e0a[_0x3c66eb(0x1a4)];logger[_0x3c66eb(0x13b)](_0x3c66eb(0x151)+_0x139514['id']+'}');const _0x5656e1=TestInfo['getTestUUID'](_0x2fb12e[_0x3c66eb(0x1a7)](getTestRunIdentifier,_0x139514,_0x5d4e0a[_0x3c66eb(0x127)][_0x3c66eb(0x1a3)]));_0x341e86['addMultipleEntries'](this[_0x3c66eb(0xf2)](_0x5656e1,_0x139514,_0x5d4e0a[_0x3c66eb(0x127)])),logger['debug'](_0x3c66eb(0xa9)+_0x139514['id']+',\x20testFrameworkState='+_0x424927+'\x20testHookState='+_0x41ddaf+_0x3c66eb(0xe2)+_0x341e86[_0x3c66eb(0x198)]());}if(_0x2fb12e[_0x3c66eb(0xdd)](_0x41ddaf,HookState[_0x3c66eb(0xd3)])&&_0x2fb12e['BMhBK'](_0x424927,TestFrameworkState['TEST'])){const _0x4399bb=_0x5d4e0a[_0x3c66eb(0x1a4)],_0x332649=_0x5d4e0a[_0x3c66eb(0x127)];logger[_0x3c66eb(0x13b)](_0x3c66eb(0x131)+_0x4399bb['id']);const _0x5b5ef7=_0x2fb12e['hcjfE'](getTestRunIdentifier,_0x4399bb,_0x332649[_0x3c66eb(0x1a3)]),_0x28dd55=_0x341e86[_0x3c66eb(0x137)]()[_0x3c66eb(0x156)](_0x5b5ef7)[TestFrameworkConstants[_0x3c66eb(0x144)]],{steps:_0x2e1249,logs:_0x976f2c}=_0x2fb12e['ZyJhP'](getStepsAndLogs,_0x332649[_0x3c66eb(0x16c)],_0x28dd55,_0x2fb12e[_0x3c66eb(0x19e)]);_0x341e86[_0x3c66eb(0x118)](this[_0x3c66eb(0x136)](_0x4399bb['id'],_0x332649,_0x4399bb,_0x2e1249)),await this[_0x3c66eb(0xc6)](_0x341e86,_0x424927,_0x41ddaf,_0x2fb12e[_0x3c66eb(0x19e)],_0x5d4e0a,_0x976f2c);}if(CLIUtils[_0x3c66eb(0x1a5)](_0x424927[_0x3c66eb(0x11d)]()[_0x3c66eb(0xec)]('.')[0x1])){const _0x152c04=await this['trackHookEvent'](_0x341e86,_0x424927,_0x41ddaf,_0x5d4e0a);_0x341e86[_0x3c66eb(0x118)](_0x152c04);}}catch(_0x3146ec){logger['error'](util[_0x3c66eb(0xbe)](_0x2fb12e['wkkqd'],_0x424927,_0x41ddaf,_0x5d4e0a['length'],_0x3146ec));}_0x5d4e0a[_0x3c66eb(0x12a)]=_0x341e86,await this[_0x3c66eb(0x179)](_0x341e86,_0x424927,_0x41ddaf,_0x5d4e0a);}[a96_0x503acb(0x12d)](_0x2d896d,_0x17abe0,_0x156264={}){const _0x2c499f=a96_0x503acb,_0xf5cb22={};_0xf5cb22[_0x2c499f(0x155)]=function(_0x2bc3ca,_0x2fff56){return _0x2bc3ca===_0x2fff56;},_0xf5cb22['dbGTT']=function(_0x1aa3d8,_0x21ddc9){return _0x1aa3d8===_0x21ddc9;};const _0x2695c8=_0xf5cb22;let _0x1f38c0=null;return(_0x2695c8['tNaFw'](_0x2d896d,TestFrameworkState[_0x2c499f(0x19f)])||_0x2695c8[_0x2c499f(0x199)](_0x2d896d,TestFrameworkState[_0x2c499f(0xce)]))&&this['trackPlaywrightInstance'](_0x2d896d,_0x156264),_0x1f38c0=TestFramework['getTrackedInstance'](),_0x1f38c0;}[a96_0x503acb(0xa8)](_0x26d3cf,_0x53e2d9){const _0x12d472=a96_0x503acb,_0x5e440e=CLIUtils[_0x12d472(0x162)](),_0xb0d125=TrackedInstance['createContext'](_0x5e440e);let _0x4d6235=null;logger[_0x12d472(0xe1)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x5e440e+_0x12d472(0x197)+_0x26d3cf),_0x4d6235=new TestFrameworkInstance(_0xb0d125,this[_0x12d472(0x1ac)](),this[_0x12d472(0x18a)](),_0x26d3cf,HookState[_0x12d472(0xce)]),TestFramework[_0x12d472(0x1a0)](_0xb0d125,_0x4d6235),logger['info'](_0x12d472(0x132)+_0xb0d125['getId']()+_0x12d472(0x161)+_0x5e440e);}['parsePlaywrightTest'](_0x479220,_0x1116bb,_0x5d9f32){const _0xd47dd7=a96_0x503acb,_0x53afa3={'oBbSs':function(_0x3a7704,_0x517ba1){return _0x3a7704(_0x517ba1);},'bJmAl':function(_0x485ac8,_0x2fc0df){return _0x485ac8(_0x2fc0df);},'Wvaqk':function(_0x3070e5,_0x192f12){return _0x3070e5(_0x192f12);},'nhaAO':function(_0xe20963,_0x337bd2){return _0xe20963(_0x337bd2);},'rJNvh':function(_0x4e5d71,_0x1fb765){return _0x4e5d71(_0x1fb765);},'EpFfO':function(_0x1b343e,_0x2c50df){return _0x1b343e(_0x2c50df);},'xaVkB':function(_0x23ed9c,_0x41ff17){return _0x23ed9c(_0x41ff17);},'aIzzm':function(_0x14186d,_0x56a6b0,_0x351d71){return _0x14186d(_0x56a6b0,_0x351d71);}},_0x1358ab=_0x53afa3[_0xd47dd7(0xfb)](getPlaywrightTestId,_0x1116bb),_0x26253d=_0x53afa3['bJmAl'](getPlaywrightTestTitle,_0x1116bb),_0x196458=_0x53afa3[_0xd47dd7(0x18d)](getTestTags,_0x1116bb),_0x9aeba8=_0x53afa3[_0xd47dd7(0x180)](getPlaywrightTestCode,_0x1116bb),_0xd08a5b=_0x53afa3['rJNvh'](getPlaywrightTestFilePath,_0x1116bb),_0x5d8c90=_0xd08a5b,_0x345b22=_0x53afa3[_0xd47dd7(0x105)](getPlaywrightTestScope,_0x1116bb),_0x1a5832=_0x53afa3['EpFfO'](getPlaywrightTestScopes,_0x1116bb),_0x24e521=_0x53afa3['xaVkB'](getPlaywrightSessionName,_0x1116bb),_0x4cec3d=this['getTestFrameworks']()[0x0],_0x376a57=_0x53afa3[_0xd47dd7(0x146)](getTestRunIdentifier,_0x1116bb,_0x5d9f32[_0xd47dd7(0x1a3)]),_0x188c6b={[TestFrameworkConstants[_0xd47dd7(0x18c)]]:_0x4cec3d,[TestFrameworkConstants[_0xd47dd7(0x119)]]:this[_0xd47dd7(0x18a)]()[_0x4cec3d],[TestFrameworkConstants[_0xd47dd7(0xf7)]]:[],[TestFrameworkConstants[_0xd47dd7(0xe0)]]:{},[TestFrameworkConstants[_0xd47dd7(0xbb)]]:{},[TestFrameworkConstants[_0xd47dd7(0x144)]]:_0x479220,[TestFrameworkConstants[_0xd47dd7(0x11e)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0xd47dd7(0x145)]]:_0x24e521,[TestFrameworkConstants[_0xd47dd7(0x13c)]]:_0xd08a5b,[TestFrameworkConstants[_0xd47dd7(0xba)]]:_0x1358ab,[TestFrameworkConstants[_0xd47dd7(0x188)]]:_0x26253d,[TestFrameworkConstants[_0xd47dd7(0x157)]]:_0x5d8c90,[TestFrameworkConstants[_0xd47dd7(0xc1)]]:_0x9aeba8,[TestFrameworkConstants[_0xd47dd7(0xb9)]]:_0x196458,[TestFrameworkConstants[_0xd47dd7(0xe4)]]:_0x1116bb['results'][0x0][_0xd47dd7(0x167)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x345b22,[TestFrameworkConstants[_0xd47dd7(0xda)]]:_0x1a5832,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x53afa3[_0xd47dd7(0x130)](getPlaywrightCustomRerunParam,_0x1116bb)};TestInfo[_0xd47dd7(0x108)](_0x376a57,_0x188c6b);const _0x5c0746={};return _0x5c0746[_0x376a57]=_0x188c6b,_0x5c0746;}[a96_0x503acb(0x136)](_0x593a0a,_0x53bd79,_0x310ba8,_0x320f6a){const _0x480ef1=a96_0x503acb,_0xa87e68={'ZwdCO':function(_0x1b6ed5,_0x25cd4a){return _0x1b6ed5(_0x25cd4a);},'gmGGt':'TEST_ATTACHMENT','vgvXL':function(_0x209ed6,_0x640b75){return _0x209ed6===_0x640b75;},'Aeftv':function(_0x463af0,_0x2693e3){return _0x463af0===_0x2693e3;},'cVpzo':_0x480ef1(0x1a9),'nrgEO':function(_0x432b12,_0x14d9d6,_0x201e46){return _0x432b12(_0x14d9d6,_0x201e46);},'sHhIv':function(_0x1d230e,_0x13989d){return _0x1d230e===_0x13989d;},'BiJwg':function(_0x231f13,_0xd8d115){return _0x231f13===_0xd8d115;},'HGiFC':'skipped','GfeDx':_0x480ef1(0x148),'SSGtp':_0x480ef1(0x187),'MzlMI':function(_0x5364b0,_0x1a73d2){return _0x5364b0===_0x1a73d2;},'lrcgz':_0x480ef1(0x17f),'utmWH':function(_0x461f2b,_0x1180b1){return _0x461f2b===_0x1180b1;},'jULCl':_0x480ef1(0xf6),'VWRjF':function(_0x4096e4,_0x35111b){return _0x4096e4||_0x35111b;},'MUjkC':function(_0xe08956,_0x378229){return _0xe08956(_0x378229);},'nthem':function(_0x45231f,_0x25e45a){return _0x45231f>_0x25e45a;},'bWAtr':function(_0x38613b,_0x33ecd7,_0x28b719){return _0x38613b(_0x33ecd7,_0x28b719);},'knAoi':function(_0x592b93,_0x384ea9){return _0x592b93-_0x384ea9;},'FeKcv':function(_0x85c241,_0x5d08f0,_0x4220e4,_0x44daf8){return _0x85c241(_0x5d08f0,_0x4220e4,_0x44daf8);},'VqBXy':_0x480ef1(0x1a4),'nAOUY':function(_0x5f233d,_0xda8f89){return _0x5f233d>=_0xda8f89;},'GFKNG':function(_0x1a8f60,_0x638967){return _0x1a8f60===_0x638967;},'gndea':function(_0x3512d3,_0x519ba4){return _0x3512d3+_0x519ba4;},'IuxjL':function(_0x46cf0b,_0x3a1863){return _0x46cf0b>_0x3a1863;},'lrvyn':_0x480ef1(0x107),'VvvLz':function(_0x370b7d,_0x1e700b){return _0x370b7d(_0x1e700b);},'ViKmT':function(_0xf7597b,_0x3e0318){return _0xf7597b>_0x3e0318;},'LCFUc':function(_0x307eb9,_0x4e5ed5,_0x1324ea){return _0x307eb9(_0x4e5ed5,_0x1324ea);},'XMmur':_0x480ef1(0x165)};logger[_0x480ef1(0x13b)]('parsePlaywrightTestResult:\x20testId='+_0x593a0a);const _0x4e805a=_0xa87e68[_0x480ef1(0xd4)](getTestRunIdentifier,_0x310ba8,_0x53bd79[_0x480ef1(0x1a3)]),_0x216c1c=new Date(),_0x21e36e=_0x53bd79[_0x480ef1(0x182)],_0xb0d284=TestInfo[_0x480ef1(0x12b)](_0x4e805a)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};let _0xe363ce=_0x21e36e;if(_0xa87e68[_0x480ef1(0xef)](_0x53bd79['status'],_0x310ba8['expectedStatus']))_0xe363ce=_0xa87e68['BiJwg'](_0x53bd79['status'],_0xa87e68[_0x480ef1(0xaf)])?_0xa87e68[_0x480ef1(0xaf)]:_0xa87e68[_0x480ef1(0x172)];else{(_0xa87e68[_0x480ef1(0x1ad)](_0xe363ce,_0xa87e68[_0x480ef1(0x172)])||_0xa87e68['vgvXL'](_0xe363ce,_0xa87e68[_0x480ef1(0x126)])||_0xa87e68[_0x480ef1(0x17a)](_0xe363ce,_0xa87e68[_0x480ef1(0xd1)]))&&(_0xe363ce=_0xa87e68[_0x480ef1(0x126)]);if(_0xa87e68['utmWH'](_0x53bd79[_0x480ef1(0x182)],_0xa87e68[_0x480ef1(0x172)])&&_0xa87e68[_0x480ef1(0xef)](_0x310ba8[_0x480ef1(0xb0)],_0xa87e68[_0x480ef1(0x126)])){const _0xc816cf={};_0xc816cf['message']=_0xa87e68['jULCl'],_0xc816cf[_0x480ef1(0xf4)]=_0xa87e68[_0x480ef1(0xed)],_0x53bd79['error']=_0xc816cf,_0x53bd79['errors']=[_0x53bd79[_0x480ef1(0x168)]];}}const {failureData:_0x1c7715,logs:_0x47141d}=_0xa87e68[_0x480ef1(0xd4)](getFailureData,_0x53bd79?.[_0x480ef1(0xb6)],{}),_0x1d8921={[TestFrameworkConstants[_0x480ef1(0xd5)]]:_0xa87e68[_0x480ef1(0x147)](_0x1c7715,null),[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x53bd79?.['error']&&_0xa87e68[_0x480ef1(0xa4)](getFailureType,_0x53bd79['error'][_0x480ef1(0xbf)]),[TestFrameworkConstants[_0x480ef1(0x10f)]]:_0x53bd79?.['error']&&_0xa87e68[_0x480ef1(0xca)](removeAnsiColors,_0x53bd79['error'][_0x480ef1(0xbf)]),[TestFrameworkConstants[_0x480ef1(0xd8)]]:[],[TestFrameworkConstants[_0x480ef1(0x11e)]]:_0xe363ce,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x216c1c[_0x480ef1(0x15f)](),[TestFrameworkConstants[_0x480ef1(0x138)]]:new Date()[_0x480ef1(0x15f)](),[TestFrameworkConstants[_0x480ef1(0x166)]]:_0xb0d284};if(_0x53bd79&&_0xa87e68[_0x480ef1(0x184)](_0x53bd79[_0x480ef1(0x1a3)],0x0)){const _0x4f88a0=TestInfo[_0x480ef1(0x193)](_0xa87e68['bWAtr'](getTestRunIdentifier,_0x310ba8,_0xa87e68['knAoi'](_0x53bd79[_0x480ef1(0x1a3)],0x1)));_0x1d8921[TestFrameworkConstants[_0x480ef1(0xf8)]]=_0x4f88a0;}const _0xc64db7={};_0xc64db7[_0x480ef1(0x1a4)]=_0x310ba8;const _0x54d4c4=this[_0x480ef1(0x12d)](TestFrameworkState['TEST'],HookState[_0x480ef1(0xd3)],_0xc64db7),_0x4df488=_0x54d4c4[_0x480ef1(0x137)]()[_0x480ef1(0x156)](_0x4e805a)[TestFrameworkConstants[_0x480ef1(0x144)]],_0x348ec3=_0x320f6a||_0xa87e68[_0x480ef1(0x125)](getStepsAndLogs,_0x53bd79[_0x480ef1(0x16c)],_0x4df488,_0xa87e68[_0x480ef1(0x1b1)])[_0x480ef1(0x16c)],_0x5133d9=new Map(),_0x41a6fb=new Map();let _0xf4cd45=0x0;const _0x2be96c=[];for(const _0x2cdc7a of _0x348ec3||[]){const _0x4e0fd1=_0x2cdc7a[_0x480ef1(0x13f)]||null;let _0xc09d6;if(_0xa87e68['sHhIv'](_0x4e0fd1,null)){if(_0xa87e68[_0x480ef1(0x111)](_0xf4cd45,TestFrameworkConstants['MAX_TOP_LEVEL_STEPS']))continue;_0xc09d6=0x0,_0xf4cd45++;}else{const _0x466da4=_0x5133d9[_0x480ef1(0x156)](_0x4e0fd1);if(_0xa87e68['GFKNG'](_0x466da4,undefined))continue;_0xc09d6=_0xa87e68[_0x480ef1(0xf1)](_0x466da4,0x1);if(_0xa87e68[_0x480ef1(0x13e)](_0xc09d6,TestFrameworkConstants[_0x480ef1(0xa3)]))continue;}_0x5133d9[_0x480ef1(0x14c)](_0x2cdc7a['id'],_0xc09d6),_0x41a6fb[_0x480ef1(0x14c)](_0x2cdc7a['id'],_0x2cdc7a[_0x480ef1(0x14e)]),_0x2be96c[_0x480ef1(0xd6)]({'id':_0x2cdc7a['id'],'parent_id':_0x4e0fd1,'parent_text':_0x4e0fd1?_0x41a6fb['get'](_0x4e0fd1)||'':'','text':_0x2cdc7a['text'],'keyword':_0x2cdc7a[_0x480ef1(0x18b)]||null,'started_at':_0x2cdc7a[_0x480ef1(0x158)],'duration':_0x2cdc7a[_0x480ef1(0x175)]??null,'result':_0x2cdc7a['result'],'failure':_0x2cdc7a[_0x480ef1(0x109)]||null,'failure_type':_0x2cdc7a[_0x480ef1(0xc3)]||null});}const _0x41ff0f={};_0x41ff0f[_0x480ef1(0x16c)]=_0x2be96c,_0x1d8921[TestFrameworkConstants[_0x480ef1(0x15e)]]=_0x41ff0f,logger['debug'](_0x480ef1(0x124)+_0x2be96c['length']+_0x480ef1(0x190)+_0x593a0a);const _0x482c09=[],_0x125adb=_0xa87e68['bWAtr'](findNestedKey,_0x53bd79,_0xa87e68[_0x480ef1(0x149)]);if(_0x125adb&&_0xa87e68[_0x480ef1(0x174)](validateFilePath,_0x125adb))try{_0x482c09[_0x480ef1(0xd6)]({'kind':_0xa87e68[_0x480ef1(0xdc)],'timestamp':new Date()[_0x480ef1(0x15f)](),'test_run_uuid':_0x4df488,'file_name':path[_0x480ef1(0x169)](_0x125adb),'file_size':fs[_0x480ef1(0x120)](_0x125adb)[_0x480ef1(0x15d)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x458b49){logger[_0x480ef1(0x168)](_0x480ef1(0xe7)+_0x125adb+':\x20'+_0x458b49[_0x480ef1(0xbf)]);}const _0xc1f33c=TestInfo[_0x480ef1(0xf0)](),_0x590605=_0xc1f33c['filter'](_0x46de1e=>_0x46de1e[_0x480ef1(0x1a1)]===_0x4df488);_0x590605[_0x480ef1(0xc7)](_0x263e07=>{const _0xb37082=_0x480ef1;if(_0x263e07['filePath']&&_0xa87e68[_0xb37082(0xca)](validateFilePath,_0x263e07[_0xb37082(0x11f)])&&!_0x482c09['some'](_0x3986a7=>_0x3986a7[_0xb37082(0x113)]===path[_0xb37082(0x169)](_0x263e07[_0xb37082(0x11f)])))try{_0x482c09['push']({'kind':_0xa87e68[_0xb37082(0xdc)],'timestamp':new Date()['toISOString'](),'test_run_uuid':_0x4df488,'file_name':path[_0xb37082(0x169)](_0x263e07[_0xb37082(0x11f)]),'file_size':fs[_0xb37082(0x120)](_0x263e07[_0xb37082(0x11f)])[_0xb37082(0x15d)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x20a8f9){logger[_0xb37082(0x168)](_0xb37082(0xb2)+_0x263e07[_0xb37082(0x11f)]+_0xb37082(0x178)+_0x20a8f9[_0xb37082(0xbf)]);}});if(_0xa87e68[_0x480ef1(0x116)](_0x482c09[_0x480ef1(0x189)],0x0)){const _0x12f9fe=_0x1d8921[TestFrameworkConstants[_0x480ef1(0xd8)]]||[];_0x1d8921[TestFrameworkConstants[_0x480ef1(0xd8)]]=[..._0x12f9fe,..._0x482c09];}const _0xcac3d=TestInfo[_0x480ef1(0x12b)](_0x4e805a)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3f3e32=_0xa87e68['LCFUc'](getManualUploadLogs,_0xcac3d,_0x54d4c4[_0x480ef1(0x137)]()[_0x480ef1(0x156)](_0x4e805a)[TestFrameworkConstants[_0x480ef1(0x144)]]);if(_0xa87e68[_0x480ef1(0x116)](_0x3f3e32[_0x480ef1(0x189)],0x0)){const _0x52e4cc=_0x1d8921[TestFrameworkConstants[_0x480ef1(0xd8)]]||[];_0x1d8921[TestFrameworkConstants[_0x480ef1(0xd8)]]=[..._0x52e4cc,..._0x3f3e32];}const _0x15531b=_0x310ba8[_0x480ef1(0x150)]||[],_0x1dda33=_0x1d8921[TestFrameworkConstants[_0x480ef1(0x166)]]||{},_0x31beef=_0xa87e68['ZwdCO'](require,_0xa87e68['XMmur']);_0x15531b['forEach'](_0x4b9511=>{const _0x3737f9=_0x480ef1,{type:_0x1c569d}=_0x4b9511;let _0x1d4aca=_0x4b9511[_0x3737f9(0x160)];if(!_0x1c569d)return;if(PLAYWRIGHT_BUILTIN_ANNOTATIONS[_0x3737f9(0x1af)](_0x1c569d))return;(_0xa87e68['vgvXL'](_0x1d4aca,undefined)||_0xa87e68[_0x3737f9(0x1ad)](_0x1d4aca,null)||_0xa87e68[_0x3737f9(0xd0)](_0xa87e68[_0x3737f9(0xca)](String,_0x1d4aca)[_0x3737f9(0xff)](),''))&&(_0x1d4aca=_0xa87e68[_0x3737f9(0x106)]);const _0x98e0e0=helper[_0x3737f9(0xfa)](_0xa87e68[_0x3737f9(0xca)](String,_0x1d4aca));_0x31beef['mergeIntoTags'](_0x1dda33,_0x1c569d,_0x98e0e0);}),_0x1d8921[TestFrameworkConstants[_0x480ef1(0x166)]]=_0x1dda33,TestInfo[_0x480ef1(0x108)](_0x4e805a,_0x1d8921);const _0x3bab87={};return _0x3bab87[_0x4e805a]=_0x1d8921,_0x3bab87;}[a96_0x503acb(0x1aa)](_0x203085,_0x1f1e7f,_0x293c38){const _0x5f4ad2=a96_0x503acb,_0x14db1b={'tcTTV':function(_0xe64f61,_0x533d0f){return _0xe64f61||_0x533d0f;},'vzTAu':function(_0x39ef9a,_0x59c1ab,_0x579f01){return _0x39ef9a(_0x59c1ab,_0x579f01);}};try{const {test:_0x17cae2,result:_0x46de34,step:_0x4d3b9a}=_0x293c38;if(_0x14db1b[_0x5f4ad2(0x142)](!_0x17cae2,!_0x4d3b9a)||!_0x46de34)return;const _0x455268=_0x14db1b[_0x5f4ad2(0x19a)](getTestRunIdentifier,_0x17cae2,_0x46de34['retry']);logger[_0x5f4ad2(0x13b)](_0x5f4ad2(0xb8)+_0x455268+'\x20hookState='+_0x1f1e7f+_0x5f4ad2(0xdf)+_0x4d3b9a[_0x5f4ad2(0xf5)]+'\x22');}catch(_0x1dc1b9){logger[_0x5f4ad2(0x168)](_0x5f4ad2(0xbd)+util['format'](_0x1dc1b9));}}async['trackHookEvent'](_0x34abba,_0x33430c,_0x3acf7a,_0x47fc84){const _0x1fe89a=a96_0x503acb,_0x24d065={'cWVlz':function(_0x5b1a60,_0x4c568b,_0x4bd20e){return _0x5b1a60(_0x4c568b,_0x4bd20e);},'IyJUa':function(_0x5c0500,_0x31b4a6){return _0x5c0500 in _0x31b4a6;},'WQMqq':function(_0x27d2da,_0x47cbf2){return _0x27d2da(_0x47cbf2);},'uANlz':function(_0x37aa87,_0x2ff91e){return _0x37aa87===_0x2ff91e;},'JeyyZ':function(_0x50a0a3){return _0x50a0a3();},'zFjMl':function(_0x332c39,_0x58c277){return _0x332c39===_0x58c277;},'IkAyB':function(_0x2d4537,_0x46e2ad){return _0x2d4537>_0x46e2ad;},'USsZy':function(_0x5a2490,_0x5f7d9c,_0x48136b){return _0x5a2490(_0x5f7d9c,_0x48136b);},'vnPlp':_0x1fe89a(0xad),'Isuny':function(_0x108574,_0x3871fd){return _0x108574(_0x3871fd);},'IxBbP':_0x1fe89a(0x187),'vIVzI':_0x1fe89a(0x148),'bCWjq':function(_0x1f4f17,_0x2cfe12){return _0x1f4f17!==_0x2cfe12;},'sAhmC':function(_0x416e50,_0x2a5aaf){return _0x416e50+_0x2a5aaf;},'NrNuj':'hook'},_0x1d5aec=_0x47fc84[_0x1fe89a(0x1a4)],_0x178f52=_0x47fc84['step'],_0x201fb7=_0x24d065[_0x1fe89a(0x1b0)](getTestRunIdentifier,_0x1d5aec,_0x47fc84[_0x1fe89a(0x127)][_0x1fe89a(0x1a3)]),_0x476fef=_0x33430c[_0x1fe89a(0x11d)]()[_0x1fe89a(0xec)]('.')[0x1];let _0x23c118=_0x34abba[_0x1fe89a(0x137)]()[_0x1fe89a(0x156)](_0x201fb7)[TestFrameworkConstants[_0x1fe89a(0xbb)]];!_0x23c118&&(_0x23c118={});!_0x24d065['IyJUa'](_0x476fef,_0x23c118)&&(_0x23c118[_0x476fef]=[]);let _0x5c0b2c=_0x34abba[_0x1fe89a(0x137)]()[_0x1fe89a(0x156)](_0x201fb7)[TestFrameworkConstants[_0x1fe89a(0xe0)]];!_0x5c0b2c&&(_0x5c0b2c={});!_0x24d065['IyJUa'](_0x476fef,_0x5c0b2c)&&(_0x5c0b2c[_0x476fef]=[]);const _0x594a7b={[TestFrameworkConstants[_0x1fe89a(0xbb)]]:_0x23c118,[TestFrameworkConstants[_0x1fe89a(0xe0)]]:_0x5c0b2c},_0x14092a={};_0x14092a[_0x201fb7]=_0x594a7b;const _0x1d3f68=_0x14092a,_0x463c7b=_0x24d065[_0x1fe89a(0x1a8)](getPlaywrightTestFilePath,_0x1d5aec),_0x5e549a=_0x463c7b,_0x46aaac=TestInfo[_0x1fe89a(0x12b)](_0x201fb7)[TestFrameworkConstants[_0x1fe89a(0x166)]]||{};if(_0x24d065['uANlz'](_0x3acf7a,HookState['PRE'])){const _0x282190={'key':_0x476fef,[TestFrameworkConstants[_0x1fe89a(0x16a)]]:_0x24d065[_0x1fe89a(0x1ab)](uuidv4),[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x1fe89a(0x14d)],[TestFrameworkConstants[_0x1fe89a(0xb1)]]:_0x178f52[_0x1fe89a(0x167)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1fe89a(0x1a6)]]:_0x178f52[_0x1fe89a(0xf5)],[TestFrameworkConstants[_0x1fe89a(0x13c)]]:_0x463c7b,[TestFrameworkConstants[_0x1fe89a(0x157)]]:_0x5e549a,[TestFrameworkConstants[_0x1fe89a(0x166)]]:_0x46aaac};_0x23c118[_0x476fef][_0x1fe89a(0xd6)](_0x282190),_0x1d3f68[_0x201fb7][TestFrameworkConstants[_0x1fe89a(0xcc)]]=_0x476fef,logger[_0x1fe89a(0x13b)](_0x1fe89a(0x14a)+_0x476fef+'\x20&\x20hook\x20=\x20'+_0x282190+'\x20\x20and\x20args\x20=\x20'+_0x47fc84);}else{if(_0x24d065[_0x1fe89a(0x101)](_0x3acf7a,HookState[_0x1fe89a(0xd3)])){const _0x5e20e7=await _0x47fc84[_0x1fe89a(0x127)],_0x664ed3=_0x23c118[_0x476fef]||[],_0x5e5fa2=_0x47fc84['step'];logger['debug'](_0x1fe89a(0xe3)+_0x664ed3+_0x1fe89a(0x185)+_0x47fc84);if(_0x24d065[_0x1fe89a(0xfe)](_0x664ed3[_0x1fe89a(0x189)],0x0)){const _0x3eb5aa=_0x664ed3['pop']();if(_0x5e5fa2[_0x1fe89a(0x168)]){const _0x4633cf=_0x24d065[_0x1fe89a(0x122)](failureData,_0x5e5fa2['error'],_0x24d065[_0x1fe89a(0x121)]);_0x3eb5aa[TestFrameworkConstants[_0x1fe89a(0x163)]]=_0x24d065[_0x1fe89a(0x1a8)](getFailureType,_0x5e5fa2?.['error'][_0x1fe89a(0xbf)]),_0x3eb5aa[TestFrameworkConstants[_0x1fe89a(0xa7)]]=_0x24d065[_0x1fe89a(0x173)](removeAnsiColors,_0x5e5fa2?.[_0x1fe89a(0x168)][_0x1fe89a(0xbf)]),_0x3eb5aa[TestFrameworkConstants[_0x1fe89a(0x129)]]=_0x24d065['IxBbP'],_0x3eb5aa[TestFrameworkConstants[_0x1fe89a(0x181)]]=_0x4633cf;}else _0x3eb5aa[TestFrameworkConstants[_0x1fe89a(0x129)]]=_0x24d065[_0x1fe89a(0x11c)];_0x24d065['bCWjq'](_0x5e20e7,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x3eb5aa[TestFrameworkConstants[_0x1fe89a(0x129)]]=!_0x5e5fa2[_0x1fe89a(0x168)]?_0x24d065[_0x1fe89a(0x11c)]:_0x24d065[_0x1fe89a(0x191)]);const _0x59b47b=new Date(_0x5e5fa2[_0x1fe89a(0x167)]),_0xca6bd2=new Date(_0x24d065[_0x1fe89a(0x195)](_0x59b47b['getTime'](),_0x5e5fa2['duration']));_0x3eb5aa[TestFrameworkConstants[_0x1fe89a(0x133)]]=_0xca6bd2[_0x1fe89a(0x15f)](),_0x3eb5aa[TestFrameworkConstants[_0x1fe89a(0x166)]]=_0x46aaac;const _0x314f11=_0x3eb5aa[TestFrameworkConstants[_0x1fe89a(0x16a)]];await this['sendLogCreatedEvent'](_0x34abba,_0x33430c,_0x314f11,_0x24d065[_0x1fe89a(0xe8)],_0x47fc84),!_0x5c0b2c[_0x476fef]&&(_0x5c0b2c[_0x476fef]=[]),_0x5c0b2c[_0x476fef]['push'](_0x3eb5aa),_0x1d3f68[_0x201fb7][TestFrameworkConstants[_0x1fe89a(0x102)]]=_0x476fef;}}}return _0x1d3f68;}async[a96_0x503acb(0xc6)](_0x34e7a9,_0x39ff6f,_0xe425a4,_0x1d5a22,_0x512f2c,_0x423ced){const _0x5d1066=a96_0x503acb,_0x272610={'GqrjL':function(_0x238ca5,_0x21b6ba){return _0x238ca5===_0x21b6ba;},'vFeMI':_0x5d1066(0x1a4),'pbDsS':function(_0x26bde6,_0x27a18b,_0x388653){return _0x26bde6(_0x27a18b,_0x388653);},'qiIqU':function(_0x53bd77,_0x49513c,_0x20f496){return _0x53bd77(_0x49513c,_0x20f496);},'QWUWe':_0x5d1066(0x183),'rAhLJ':function(_0x2093b4,_0x3bfdf7,_0xd75eea,_0x9fbbc8){return _0x2093b4(_0x3bfdf7,_0xd75eea,_0x9fbbc8);},'Elcnz':function(_0x140113,_0x192f2d,_0x3d5014){return _0x140113(_0x192f2d,_0x3d5014);},'UbaIQ':function(_0x5cf270,_0x153aef){return _0x5cf270/_0x153aef;},'FzSLk':function(_0x4b4f9e,_0x76ebfc){return _0x4b4f9e<_0x76ebfc;},'khCMt':function(_0x49f41f,_0xb58315){return _0x49f41f*_0xb58315;},'iydjW':function(_0x4ad8c2,_0xa2eb5c){return _0x4ad8c2+_0xa2eb5c;},'qlNpA':function(_0x440444,_0x2d11f,_0x55e348,_0x762dac,_0x58bc14){return _0x440444(_0x2d11f,_0x55e348,_0x762dac,_0x58bc14);},'Tmabo':function(_0x1cc2b0,_0x1c6329,_0x121c40,_0x553c1e){return _0x1cc2b0(_0x1c6329,_0x121c40,_0x553c1e);},'hPqcM':_0x5d1066(0xac),'TOiqr':function(_0x518773,_0x11bb5b,_0x5b969f){return _0x518773(_0x11bb5b,_0x5b969f);}};try{if(_0x272610[_0x5d1066(0x176)](_0x1d5a22,_0x272610[_0x5d1066(0x164)])){const _0x9f451a=await _0x512f2c[_0x5d1066(0x127)],_0x271afa=_0x272610[_0x5d1066(0x14b)](getTestRunIdentifier,_0x512f2c[_0x5d1066(0x1a4)],_0x512f2c[_0x5d1066(0x127)][_0x5d1066(0x1a3)]),_0x277eda=_0x512f2c[_0x5d1066(0x1a4)];logger[_0x5d1066(0x13b)](_0x5d1066(0xd7)+_0x271afa+_0x5d1066(0x13d)+util[_0x5d1066(0xeb)](_0x9f451a));const _0x1f29cc=_0x34e7a9[_0x5d1066(0x137)]()[_0x5d1066(0x156)](_0x271afa)[TestFrameworkConstants[_0x5d1066(0x144)]];await _0x272610[_0x5d1066(0x100)](sendTraceZip,_0x9f451a,_0x1f29cc);const _0x488da3=TestInfo[_0x5d1066(0x12b)](_0x271afa)[_0x272610[_0x5d1066(0xc9)]],_0x3ac947={};if(_0x488da3){!_0x9f451a[_0x5d1066(0x183)]&&(_0x9f451a['attachments']=[]);_0x3ac947['attachments']=_0x9f451a[_0x5d1066(0x183)]['concat'](_0x488da3||[]);const _0x157edd=TestInfo[_0x5d1066(0x12b)](_0x271afa);delete _0x157edd[_0x272610['QWUWe']],TestInfo[_0x5d1066(0x108)](_0x271afa,_0x157edd);}const _0x2ae552=_0x423ced||_0x272610[_0x5d1066(0xae)](getStepsAndLogs,_0x9f451a[_0x5d1066(0x16c)],_0x34e7a9[_0x5d1066(0x137)]()['get'](_0x271afa)[TestFrameworkConstants[_0x5d1066(0x144)]],_0x272610[_0x5d1066(0x164)])[_0x5d1066(0x10a)],_0x49dd19=_0x272610[_0x5d1066(0x14b)](getScreenshots,_0x3ac947,_0x34e7a9[_0x5d1066(0x137)]()[_0x5d1066(0x156)](_0x271afa)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x421a48=_0x272610[_0x5d1066(0x14b)](getVideos,_0x9f451a,_0x34e7a9['getAllData']()[_0x5d1066(0x156)](_0x271afa)[TestFrameworkConstants[_0x5d1066(0x144)]]),{_:_0x2e5848,logs:_0x49971f}=_0x272610['Elcnz'](getFailureData,_0x9f451a[_0x5d1066(0xb6)],{'test_run_uuid':_0x34e7a9[_0x5d1066(0x137)]()['get'](_0x271afa)[TestFrameworkConstants[_0x5d1066(0x144)]]}),_0x4b8b39=TestInfo['getTestDetails'](_0x271afa)[TestFrameworkConstants[_0x5d1066(0xb4)]]||{},_0x4b0ee7=_0x272610[_0x5d1066(0x177)](getMediaArtifactsLogs,_0x4b8b39,_0x34e7a9[_0x5d1066(0x137)]()[_0x5d1066(0x156)](_0x271afa)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x5c48c4=_0x34e7a9['getAllData']()['get'](_0x271afa),{[TestFrameworkConstants[_0x5d1066(0x18c)]]:_0x3a3940='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x4be832=''}=_0x5c48c4,_0x718390=(_0x2ae552||[])[_0x5d1066(0x112)](_0x49dd19||[])['concat'](_0x49971f||[])[_0x5d1066(0x112)](_0x421a48||[])[_0x5d1066(0x112)](_0x4b0ee7||[]),_0x392101=0x28,_0x4fe496=Math[_0x5d1066(0xa5)](_0x272610[_0x5d1066(0xcb)](_0x718390['length'],_0x392101));for(let _0xa678e8=0x0;_0x272610[_0x5d1066(0x16d)](_0xa678e8,_0x4fe496);_0xa678e8++){const _0x5d1a63=_0x272610[_0x5d1066(0x134)](_0xa678e8,_0x392101),_0x18af3c=_0x272610[_0x5d1066(0x186)](_0x5d1a63,_0x392101),_0x4988dc=_0x718390[_0x5d1066(0x12e)](_0x5d1a63,_0x18af3c),_0x5d61c2={'platformIndex':global?.['browserstackPlatformIndex']??0x0,'logs':_0x4988dc,'testFrameworkName':_0x3a3940,'testFrameworkVersion':_0x4be832,'testFrameworkState':_0x39ff6f[_0x5d1066(0x11d)]()[_0x5d1066(0xec)]('.')[0x1]};_0x272610[_0x5d1066(0xb3)](updatePayloadForTraceLogs,_0x5d61c2,_0x512f2c,_0x271afa,_0x34e7a9),logger[_0x5d1066(0x13b)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x271afa+_0x5d1066(0xf9)+_0x272610['iydjW'](_0xa678e8,0x1)+'/'+_0x4fe496+_0x5d1066(0x10c)+util[_0x5d1066(0xeb)](_0x5d61c2));const _0x3d08f3=await GrpcClient['getInstance']()[_0x5d1066(0x141)](_0x5d61c2);logger[_0x5d1066(0x13b)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x271afa+_0x5d1066(0xf9)+_0x272610[_0x5d1066(0x186)](_0xa678e8,0x1)+'/'+_0x4fe496+_0x5d1066(0x15b)+util['inspect'](_0x3d08f3));}}else{const {logs:_0x3a3858}=_0x272610[_0x5d1066(0xc0)](getStepsAndLogs,_0x512f2c[_0x5d1066(0xdb)]['steps'],_0xe425a4,_0x272610[_0x5d1066(0x194)]),_0x3685c6=_0x272610['TOiqr'](getTestRunIdentifier,_0x512f2c[_0x5d1066(0x1a4)],_0x512f2c[_0x5d1066(0x127)]['retry']);logger[_0x5d1066(0x13b)](_0x5d1066(0xd7)+_0x3685c6);const _0x1dc584=_0x34e7a9[_0x5d1066(0x137)]()[_0x5d1066(0x156)](_0x3685c6),{[TestFrameworkConstants[_0x5d1066(0x18c)]]:_0x328ee4='',[TestFrameworkConstants[_0x5d1066(0x119)]]:_0x4a18b4=''}=_0x1dc584,_0x500fa1={'platformIndex':'0','logs':_0x3a3858,'testFrameworkName':_0x328ee4,'testFrameworkVersion':_0x4a18b4,'testFrameworkState':_0x39ff6f[_0x5d1066(0x11d)]()[_0x5d1066(0xec)]('.')[0x1]};_0x272610[_0x5d1066(0xb3)](updatePayloadForTraceLogs,_0x500fa1,_0x512f2c,_0x3685c6,_0x34e7a9),logger[_0x5d1066(0x13b)](_0x5d1066(0xf3)+_0x3685c6+'\x20payload='+util[_0x5d1066(0xeb)](_0x500fa1));const _0x25bd4c=await GrpcClient['getInstance']()[_0x5d1066(0x141)](_0x500fa1);}}catch(_0x2de165){logger['error'](_0x5d1066(0xc4)+util[_0x5d1066(0xbe)](_0x2de165));}}[a96_0x503acb(0x103)](_0x2975ad){const _0x5d1d5a=a96_0x503acb,_0x1198e1={'qzewR':function(_0x277c40,_0x4caed5,_0x140aec){return _0x277c40(_0x4caed5,_0x140aec);},'cfZoq':function(_0x31469f,_0x22c704){return _0x31469f<_0x22c704;},'ygigB':_0x5d1d5a(0x17c)};try{const _0x29e0f3=_0x2975ad[_0x5d1d5a(0x1a4)]['id'],_0x8253a3=_0x1198e1[_0x5d1d5a(0xc2)](getTestRunIdentifier,_0x2975ad[_0x5d1d5a(0x1a4)],_0x2975ad['result'][_0x5d1d5a(0x1a3)]),_0x329cf1=_0x2975ad[_0x5d1d5a(0x12a)],_0x2cd520=_0x329cf1[_0x5d1d5a(0x143)](),_0x51253b=_0x329cf1[_0x5d1d5a(0x137)]()[_0x5d1d5a(0x156)](_0x8253a3);logger[_0x5d1d5a(0x13b)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x29e0f3);const {[TestFrameworkConstants[_0x5d1d5a(0x18c)]]:_0x447de4='',[TestFrameworkConstants[_0x5d1d5a(0x119)]]:_0x85bedb='',[TestFrameworkConstants[_0x5d1d5a(0xe4)]]:_0x15624d='',[TestFrameworkConstants[_0x5d1d5a(0xee)]]:_0x37b9e4=''}=_0x51253b,_0x28016b=_0x329cf1[_0x5d1d5a(0x11a)]()['toString']()['split']('.')[0x1],_0x354292=_0x329cf1[_0x5d1d5a(0x17e)]()[_0x5d1d5a(0x11d)]()[_0x5d1d5a(0xec)]('.')[0x1],_0x4d8f7e=_0x1198e1[_0x5d1d5a(0xb7)](_0x2975ad?.['result']?.['parallelIndex']??0x0,0x0)?0x0:_0x2975ad?.[_0x5d1d5a(0x127)]?.[_0x5d1d5a(0xc8)]??0x0,_0x214a94=_0x329cf1[_0x5d1d5a(0x198)](),_0x42363f=Buffer[_0x5d1d5a(0x192)](JSON[_0x5d1d5a(0x12c)](_0x51253b))[_0x5d1d5a(0x11d)](_0x1198e1[_0x5d1d5a(0x128)]),_0x491c={'hash':_0x2cd520[_0x5d1d5a(0xd2)](),'threadId':_0x2cd520[_0x5d1d5a(0xa2)]()[_0x5d1d5a(0x11d)](),'processId':_0x2cd520[_0x5d1d5a(0xa6)]()[_0x5d1d5a(0x11d)]()},_0xd55976={};_0xd55976[_0x5d1d5a(0x19b)]=_0x4d8f7e,_0xd55976['testFrameworkName']=_0x447de4,_0xd55976[_0x5d1d5a(0xab)]=_0x85bedb,_0xd55976['testFrameworkState']=_0x28016b,_0xd55976[_0x5d1d5a(0x17d)]=_0x354292,_0xd55976[_0x5d1d5a(0x114)]=_0x15624d,_0xd55976[_0x5d1d5a(0xde)]=_0x37b9e4,_0xd55976[_0x5d1d5a(0x1a2)]=_0x214a94,_0xd55976[_0x5d1d5a(0xe5)]=_0x42363f,_0xd55976[_0x5d1d5a(0x10d)]=_0x491c;const _0x2a2d56=_0xd55976;return logger['debug'](_0x5d1d5a(0xe6)+_0x29e0f3+_0x5d1d5a(0x123)+_0x28016b+_0x5d1d5a(0xbc)+_0x354292),_0x2a2d56;}catch(_0x1275af){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x5d1d5a(0xbe)](_0x1275af)),{};}}}module['exports']=PlaywrightTestFramework;
1
+ function a96_0x370d(){const _0x53fb3f=['setTestDetails','HkrCs','path','eTcPQ','PlaywrightTestFramework','KEY_TEST_ATTACHMENTS','parsePlaywrightTest','iHDsX','KEY_HOOK_RESULT','\x20from\x20TestDetails:\x20','steps','oNGTw','kmQKi','hookState','getRef','\x20and\x20args\x20=\x20','LZOyl','KEY_TEST_SCOPES','parsePlaywrightTestResult:\x20extracted\x20','sendLogCreatedEvent:\x20testId=','bGsUf','logs','aqahd','text','../grpcClient','\x20hookState:\x20','getTestFrameworks','retry','message','KEY_HOOK_FAILURE_TYPE','lFAev','getProcessId','\x20payload=','instance','VRnKQ','info','../customTagManager','pop','timedOut','getId','KEY_TEST_STARTED_AT','KEY_TEST_LOGS','oeNlV','aKkAa','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','parallelIndex','hook','HUqsn','ZycsR','ZWSCI','gvffa','1986281qeHbKS','AsGSF','SjHLY','../../../helpers/classLogger.js','KEY_HOOK_FAILURE_REASON','LMyDv','KEY_TEST_RESULT_AT','runHooks','KEY_EVENT_ENDED_AT','duration','WMpHo','get','ATXXd','executionContext','KEY_TEST_NAME','WGEDS','started_at','KEY_TEST_ID','platformIndex','OzWbF','VZPGu','KEY_HOOK_ID','2668128QohKcW','logCreatedEvent','\x20target=','getContext','startedAt','ERfkU','403568RaWANX','POST','uDnLZ','MtWPG','concat','parsePlaywrightTestResult','KEY_TEST_FAILURE','slice','XbVdK','Spyzh','MAX_NESTED_STEP_DEPTH','SmNJf','parseCommaSeparatedValues','trackEvent:\x20found\x20instance,\x20testFrameworkState=','201716jXbsre','trim','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','\x20instanceId=','uCspK','trackStepEvent:\x20testId=','./constants/testFrameworkConstants.js','expectedStatus','NVeiT','QvNAA','9yucrAK','KEY_TEST_UUID','resolveInstance','testFrameworkName','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','KEY_TEST_RESULT','set','ZBthf','createTestFrameworkEventPayload','endedAt','mergeIntoTags','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','Error\x20processing\x20direct\x20trace\x20file\x20','KEY_TEST_FAILURE_REASON','QuShG','Error\x20in\x20sendLogCreatedEvent:\x20','KEY_HOOK_LAST_FINISHED','toISOString','TEST_STEP','description','../../utils/constants','xQFMo','Expected\x20to\x20fail,\x20but\x20passed.','getTestIdentifierFromTestInfo','KEY_TEST_FAILURE_TYPE','parsePlaywrightTestResult:\x20testId=','SUaEn','fail','KEY_TEST_SCOPE','\x20response=','./testFramework','failure','282gyvXdl','slow','DhFML','startTime','KEY_HOOKS_FINISHED','statSync','getTestDetails','GguoG','INIT_TEST','annotations','sendLogCreatedEvent\x20for\x20testId:\x20','VEYyN','owzcW','NONE','trackPlaywrightInstance','title','kVQeN','\x20testHookState=','JsSYE','attachments','trackStepEvent','uLDWm','some','DEFAULT_TEST_RESULT','KEY_EVENT_STARTED_AT','nPRoF','qTuSD','KEY_TEST_FILE_PATH','toString','from','passed','getAllData','SRqAE','trackHookEvent','basename','browserstackPlatformIndex','BYLBA','getTestFrameworksVersions','uuid','sendLogCreatedEvent','\x20hookState=','../../playwright/reporter/pwUtils','ksbza','KEY_TEST_RETRY_OF','results','PvIrC','split','381780khewIx','TEST_ATTACHMENT','KEY_HOOK_LOGS','addMultipleEntries','createContext','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','stack','getCurrentInstanceName','error','LtVVZ','matchHookRegex','eventJson','step','skip','KEY_HOOK_LAST_STARTED','DEFAULT_HOOK_RESULT','result','getThreadId','NXqQd','OLhUG','failed','test','KEY_TEST_RERUN_NAME','iiJbY','MAX_TOP_LEVEL_STEPS','ceaEj','\x20batch\x20','LmknS','EgNYq','IwDTN','../instances/testFrameworkInstance.js','getCurrentHookState','debug','10LbVAcX','push','24jQFcrR','size','skipped','../state/hookState.js','getTestUUID','PMeSg','9445WNcImC','KEY_TEST_ENDED_AT','../cliUtils.js','QLAwO',',\x20state=','inspect','status','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_VERSION','uXHLo','testFrameworkVersion','COWGj','stringify','../../../helpers/test-observability/utils','imhgP','KEY_HOOK_NAME','filePath','KEY_TEST_FRAMEWORK_NAME','getInstance','\x20testState:\x20','file_name','format','KEY_LOGS','PRE','getTime','Error\x20in\x20createTestFrameworkEventPayload:\x20','\x20result=','KEY_TEST_CODE','304252iUZZHf','has','fixme','eLtbh','trackEvent','getCurrentTestState','KEY_HOOKS_STARTED','errors','Hook\x20List\x20in\x20Post\x20','BrBRM','GWwsD','TEST','\x20steps\x20for\x20testId=','filter','KEY_HOOK_FAILURE','TEST_SCREENSHOT','KEY_CUSTOM_TAGS','parent_id','length'];a96_0x370d=function(){return _0x53fb3f;};return a96_0x370d();}const a96_0x53f264=a96_0x2e2e;(function(_0x57ffd7,_0x9ea775){const _0x8abec6=a96_0x2e2e,_0x8288b4=_0x57ffd7();while(!![]){try{const _0x5b1ad6=-parseInt(_0x8abec6(0x181))/0x1+parseInt(_0x8abec6(0x1e3))/0x2+-parseInt(_0x8abec6(0x26d))/0x3*(-parseInt(_0x8abec6(0x1f1))/0x4)+-parseInt(_0x8abec6(0x273))/0x5*(-parseInt(_0x8abec6(0x21b))/0x6)+parseInt(_0x8abec6(0x24a))/0x7+-parseInt(_0x8abec6(0x1dd))/0x8*(parseInt(_0x8abec6(0x1fb))/0x9)+-parseInt(_0x8abec6(0x26b))/0xa*(-parseInt(_0x8abec6(0x1c7))/0xb);if(_0x5b1ad6===_0x9ea775)break;else _0x8288b4['push'](_0x8288b4['shift']());}catch(_0x568658){_0x8288b4['push'](_0x8288b4['shift']());}}}(a96_0x370d,0x4720e));const TestFramework=require(a96_0x53f264(0x219)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a96_0x53f264(0x270)),{createClassLogger}=require(a96_0x53f264(0x1ca)),TestFrameworkInstance=require(a96_0x53f264(0x268)),CLIUtils=require(a96_0x53f264(0x275)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a96_0x53f264(0x1f7)),logger=createClassLogger(a96_0x53f264(0x198)),{v4:uuidv4}=require(a96_0x53f264(0x241)),util=require('util'),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require('../../../helpers/helper.js'),TestInfo=require('../TestInfo.js'),GrpcClient=require(a96_0x53f264(0x1ac)),{removeAnsiColors,getFailureType,failureData}=require(a96_0x53f264(0x280)),{getFailureData,getTestTags,getTestRunIdentifier}=require('../../playwright/reporter/pwUtils'),{findNestedKey,sendTraceZip,validateFilePath}=require(a96_0x53f264(0x244)),path=require(a96_0x53f264(0x196)),fs=require('fs'),helper=require('../../../../src/helpers/helper'),{PLAYWRIGHT_TRACE_LOGS}=require(a96_0x53f264(0x20f)),PLAYWRIGHT_BUILTIN_ANNOTATIONS=new Set([a96_0x53f264(0x257),a96_0x53f264(0x183),a96_0x53f264(0x21c),a96_0x53f264(0x216)]);function a96_0x2e2e(_0x1f8959,_0x1d69c6){const _0x370dec=a96_0x370d();return a96_0x2e2e=function(_0x2e2e58,_0x4af4e1){_0x2e2e58=_0x2e2e58-0x178;let _0x2d3ee9=_0x370dec[_0x2e2e58];return _0x2d3ee9;},a96_0x2e2e(_0x1f8959,_0x1d69c6);}class PlaywrightTestFramework extends TestFramework{constructor(_0x1a5269,_0x2faf0c,_0x24611b){super(_0x1a5269,_0x2faf0c,_0x24611b);}async[a96_0x53f264(0x185)](_0x1b7ff3,_0x412175,_0x337771={}){const _0x5e13f9=a96_0x53f264,_0x3d8bf4={'OLhUG':function(_0x299194,_0x3196c9){return _0x299194===_0x3196c9;},'JsSYE':function(_0x23eff5,_0x44bec6){return _0x23eff5===_0x44bec6;},'LZOyl':function(_0x5f3029,_0x192546,_0x4a4292){return _0x5f3029(_0x192546,_0x4a4292);},'Spyzh':function(_0x401f56,_0x18c390){return _0x401f56===_0x18c390;},'NVeiT':function(_0x252f63,_0x3f91af,_0x443e98,_0x87ee93){return _0x252f63(_0x3f91af,_0x443e98,_0x87ee93);},'LmknS':_0x5e13f9(0x25f),'QvNAA':_0x5e13f9(0x1c0)};super[_0x5e13f9(0x185)](_0x1b7ff3,_0x412175,_0x337771);if(_0x3d8bf4[_0x5e13f9(0x25d)](_0x1b7ff3,TestFrameworkState[_0x5e13f9(0x190)])){const _0x5af72a=TestInfo[_0x5e13f9(0x212)](_0x337771[_0x5e13f9(0x25f)],_0x337771[_0x5e13f9(0x25f)][_0x5e13f9(0x1af)]);TestInfo[_0x5e13f9(0x194)](_0x5af72a,_0x337771[_0x5e13f9(0x25a)],!![]);}if(_0x3d8bf4[_0x5e13f9(0x25d)](_0x1b7ff3,TestFrameworkState[_0x5e13f9(0x20d)])){this['trackStepEvent'](_0x1b7ff3,_0x412175,_0x337771);return;}const _0x3245d4=this[_0x5e13f9(0x1fd)](_0x1b7ff3,_0x412175,_0x337771);if(!_0x3245d4)return;logger[_0x5e13f9(0x26a)](_0x5e13f9(0x1f0)+_0x1b7ff3+_0x5e13f9(0x243)+_0x412175+_0x5e13f9(0x1f4)+_0x3245d4[_0x5e13f9(0x1a2)]());try{if(_0x3d8bf4[_0x5e13f9(0x22d)](_0x412175,HookState[_0x5e13f9(0x17c)])&&_0x3d8bf4[_0x5e13f9(0x22d)](_0x1b7ff3,TestFrameworkState['TEST'])){const _0x5a9bd0=_0x337771[_0x5e13f9(0x25f)];logger[_0x5e13f9(0x26a)](_0x5e13f9(0x27a)+_0x5a9bd0['id']+'}');const _0x22b6f6=TestInfo[_0x5e13f9(0x271)](_0x3d8bf4[_0x5e13f9(0x1a4)](getTestRunIdentifier,_0x5a9bd0,_0x337771[_0x5e13f9(0x25a)]['retry']));_0x3245d4[_0x5e13f9(0x24d)](this[_0x5e13f9(0x19a)](_0x22b6f6,_0x5a9bd0,_0x337771['result'])),logger[_0x5e13f9(0x26a)](_0x5e13f9(0x1f3)+_0x5a9bd0['id']+',\x20testFrameworkState='+_0x1b7ff3+_0x5e13f9(0x22c)+_0x412175+'\x20instance='+_0x3245d4[_0x5e13f9(0x1a2)]());}if(_0x3d8bf4[_0x5e13f9(0x25d)](_0x412175,HookState['POST'])&&_0x3d8bf4[_0x5e13f9(0x1ec)](_0x1b7ff3,TestFrameworkState[_0x5e13f9(0x18c)])){const _0x4c4731=_0x337771['test'],_0x42f96c=_0x337771['result'];logger[_0x5e13f9(0x26a)](_0x5e13f9(0x24f)+_0x4c4731['id']);const _0x906936=_0x3d8bf4[_0x5e13f9(0x1a4)](getTestRunIdentifier,_0x4c4731,_0x42f96c[_0x5e13f9(0x1af)]),_0xa33bb7=_0x3245d4[_0x5e13f9(0x23a)]()[_0x5e13f9(0x1d2)](_0x906936)[TestFrameworkConstants[_0x5e13f9(0x1fc)]],{steps:_0x5ad9c1,logs:_0x5efd2b}=_0x3d8bf4[_0x5e13f9(0x1f9)](getStepsAndLogs,_0x42f96c[_0x5e13f9(0x19e)],_0xa33bb7,_0x3d8bf4[_0x5e13f9(0x265)]);_0x3245d4[_0x5e13f9(0x24d)](this[_0x5e13f9(0x1e8)](_0x4c4731['id'],_0x42f96c,_0x4c4731,_0x5ad9c1)),await this[_0x5e13f9(0x242)](_0x3245d4,_0x1b7ff3,_0x412175,_0x3d8bf4['LmknS'],_0x337771,_0x5efd2b);}if(CLIUtils[_0x5e13f9(0x254)](_0x1b7ff3[_0x5e13f9(0x237)]()[_0x5e13f9(0x249)]('.')[0x1])){const _0x2730e1=await this[_0x5e13f9(0x23c)](_0x3245d4,_0x1b7ff3,_0x412175,_0x337771);_0x3245d4[_0x5e13f9(0x24d)](_0x2730e1);}}catch(_0x2e50e2){logger[_0x5e13f9(0x252)](util[_0x5e13f9(0x17a)](_0x3d8bf4[_0x5e13f9(0x1fa)],_0x1b7ff3,_0x412175,_0x337771[_0x5e13f9(0x193)],_0x2e50e2));}_0x337771[_0x5e13f9(0x1b5)]=_0x3245d4,await this[_0x5e13f9(0x1ce)](_0x3245d4,_0x1b7ff3,_0x412175,_0x337771);}[a96_0x53f264(0x1fd)](_0x33b7f9,_0x4d5837,_0x5d6c2f={}){const _0x4d7930=a96_0x53f264,_0x5ba0e9={};_0x5ba0e9[_0x4d7930(0x19f)]=function(_0x585309,_0x18dc91){return _0x585309===_0x18dc91;},_0x5ba0e9[_0x4d7930(0x263)]=function(_0x28bbd5,_0x43ee39){return _0x28bbd5===_0x43ee39;};const _0x39853a=_0x5ba0e9;let _0x78ce18=null;return(_0x39853a[_0x4d7930(0x19f)](_0x33b7f9,TestFrameworkState[_0x4d7930(0x223)])||_0x39853a['ceaEj'](_0x33b7f9,TestFrameworkState[_0x4d7930(0x228)]))&&this[_0x4d7930(0x229)](_0x33b7f9,_0x5d6c2f),_0x78ce18=TestFramework['getTrackedInstance'](),_0x78ce18;}['trackPlaywrightInstance'](_0x2d9832,_0x6ec7a7){const _0x1543f6=a96_0x53f264,_0x81b6f6=CLIUtils[_0x1543f6(0x251)](),_0x3769aa=TrackedInstance[_0x1543f6(0x24e)](_0x81b6f6);let _0x165469=null;logger['info'](_0x1543f6(0x1ff)+_0x81b6f6+_0x1543f6(0x277)+_0x2d9832),_0x165469=new TestFrameworkInstance(_0x3769aa,this[_0x1543f6(0x1ae)](),this[_0x1543f6(0x240)](),_0x2d9832,HookState[_0x1543f6(0x228)]),TestFramework['setTrackedInstance'](_0x3769aa,_0x165469),logger[_0x1543f6(0x1b7)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x3769aa[_0x1543f6(0x1bb)]()+_0x1543f6(0x1df)+_0x81b6f6);}[a96_0x53f264(0x19a)](_0x3c8008,_0x5e4940,_0x24a111){const _0x5b4230=a96_0x53f264,_0x659535={'iHDsX':function(_0xcf1083,_0x1e4040){return _0xcf1083(_0x1e4040);},'eTcPQ':function(_0x183f1b,_0x45ee9b){return _0x183f1b(_0x45ee9b);},'PvIrC':function(_0x175d65,_0x44455e){return _0x175d65(_0x44455e);},'VRnKQ':function(_0x3d1061,_0x502254){return _0x3d1061(_0x502254);},'aKkAa':function(_0x88ceac,_0x416753,_0x2f0ecf){return _0x88ceac(_0x416753,_0x2f0ecf);},'cwaYw':function(_0x125950,_0x863911){return _0x125950(_0x863911);}},_0xd12245=_0x659535[_0x5b4230(0x19b)](getPlaywrightTestId,_0x5e4940),_0x330302=_0x659535[_0x5b4230(0x197)](getPlaywrightTestTitle,_0x5e4940),_0x2870d4=_0x659535[_0x5b4230(0x248)](getTestTags,_0x5e4940),_0x47ed66=_0x659535[_0x5b4230(0x197)](getPlaywrightTestCode,_0x5e4940),_0x303f73=_0x659535['iHDsX'](getPlaywrightTestFilePath,_0x5e4940),_0x12ea76=_0x303f73,_0x307bcf=_0x659535[_0x5b4230(0x248)](getPlaywrightTestScope,_0x5e4940),_0x5dbf87=_0x659535[_0x5b4230(0x1b6)](getPlaywrightTestScopes,_0x5e4940),_0x586f0f=_0x659535[_0x5b4230(0x197)](getPlaywrightSessionName,_0x5e4940),_0x134826=this[_0x5b4230(0x1ae)]()[0x0],_0xd4b32a=_0x659535[_0x5b4230(0x1bf)](getTestRunIdentifier,_0x5e4940,_0x24a111[_0x5b4230(0x1af)]),_0x5980f5={[TestFrameworkConstants[_0x5b4230(0x284)]]:_0x134826,[TestFrameworkConstants[_0x5b4230(0x27b)]]:this[_0x5b4230(0x240)]()[_0x134826],[TestFrameworkConstants[_0x5b4230(0x1bd)]]:[],[TestFrameworkConstants[_0x5b4230(0x21f)]]:{},[TestFrameworkConstants[_0x5b4230(0x187)]]:{},[TestFrameworkConstants[_0x5b4230(0x1fc)]]:_0x3c8008,[TestFrameworkConstants[_0x5b4230(0x200)]]:TestFrameworkConstants[_0x5b4230(0x232)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x586f0f,[TestFrameworkConstants[_0x5b4230(0x236)]]:_0x303f73,[TestFrameworkConstants[_0x5b4230(0x1d8)]]:_0xd12245,[TestFrameworkConstants[_0x5b4230(0x1d5)]]:_0x330302,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x12ea76,[TestFrameworkConstants[_0x5b4230(0x180)]]:_0x47ed66,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x2870d4,[TestFrameworkConstants[_0x5b4230(0x1bc)]]:_0x5e4940[_0x5b4230(0x247)][0x0]['startTime'],[TestFrameworkConstants[_0x5b4230(0x217)]]:_0x307bcf,[TestFrameworkConstants[_0x5b4230(0x1a5)]]:_0x5dbf87,[TestFrameworkConstants[_0x5b4230(0x260)]]:_0x659535['cwaYw'](getPlaywrightCustomRerunParam,_0x5e4940)};TestInfo['setTestDetails'](_0xd4b32a,_0x5980f5);const _0x5f58ea={};return _0x5f58ea[_0xd4b32a]=_0x5980f5,_0x5f58ea;}[a96_0x53f264(0x1e8)](_0x2ac8f3,_0x504d26,_0x331022,_0x352387){const _0x454001=a96_0x53f264,_0x1031f5={'EgNYq':function(_0x30b6fe,_0x2c4857){return _0x30b6fe(_0x2c4857);},'kmQKi':_0x454001(0x24b),'eLtbh':function(_0x54fd96,_0x392b5d){return _0x54fd96===_0x392b5d;},'ZycsR':function(_0x58345b,_0x3609d5){return _0x58345b===_0x3609d5;},'CxJMh':'No\x20reason\x20provided','uDnLZ':function(_0x305957,_0x49a1f6,_0xf10299){return _0x305957(_0x49a1f6,_0xf10299);},'ZWSCI':function(_0xc89d10,_0x158cc6){return _0xc89d10===_0x158cc6;},'HUqsn':_0x454001(0x26f),'PMeSg':'passed','BYLBA':function(_0x5dd4a2,_0x423567){return _0x5dd4a2===_0x423567;},'VZPGu':_0x454001(0x25e),'OzWbF':function(_0x433a70,_0x22bc3b){return _0x433a70===_0x22bc3b;},'cOvYX':_0x454001(0x1ba),'SmNJf':_0x454001(0x211),'NXqQd':function(_0x47338d,_0x12bdcf){return _0x47338d||_0x12bdcf;},'kVQeN':function(_0x32e438,_0x44ffaf){return _0x32e438(_0x44ffaf);},'gvffa':function(_0x324225,_0x4f502f){return _0x324225(_0x4f502f);},'qTuSD':function(_0x26fa35,_0x48614a){return _0x26fa35>_0x48614a;},'LMyDv':function(_0x23c1b6,_0x528b3b){return _0x23c1b6-_0x528b3b;},'Hukii':function(_0x45def4,_0x2051d5,_0x54c228,_0x45c794){return _0x45def4(_0x2051d5,_0x54c228,_0x45c794);},'SUaEn':_0x454001(0x25f),'AJRQI':function(_0x52b8a8,_0x41f925){return _0x52b8a8>=_0x41f925;},'XbVdK':function(_0x2ad3f9,_0x285e44){return _0x2ad3f9+_0x285e44;},'eoeKw':function(_0x176bd7,_0x38e9fe){return _0x176bd7>_0x38e9fe;},'GWwsD':'path','aqahd':function(_0xf48f4c,_0x1db52c){return _0xf48f4c(_0x1db52c);},'yhjcd':function(_0x121f5f,_0x8b4885,_0x11a0b2){return _0x121f5f(_0x8b4885,_0x11a0b2);},'cWBYx':_0x454001(0x1b8)};logger[_0x454001(0x26a)](_0x454001(0x214)+_0x2ac8f3);const _0x455a59=_0x1031f5[_0x454001(0x1e5)](getTestRunIdentifier,_0x331022,_0x504d26[_0x454001(0x1af)]),_0x425a1b=new Date(),_0x2a2087=_0x504d26['status'],_0x484d14=TestInfo[_0x454001(0x221)](_0x455a59)[TestFrameworkConstants[_0x454001(0x191)]]||{};let _0x17e22e=_0x2a2087;if(_0x1031f5[_0x454001(0x1c5)](_0x504d26[_0x454001(0x279)],_0x331022['expectedStatus']))_0x17e22e=_0x1031f5['ZycsR'](_0x504d26[_0x454001(0x279)],_0x1031f5[_0x454001(0x1c3)])?_0x1031f5[_0x454001(0x1c3)]:_0x1031f5[_0x454001(0x272)];else{(_0x1031f5['ZWSCI'](_0x17e22e,_0x1031f5[_0x454001(0x272)])||_0x1031f5['BYLBA'](_0x17e22e,_0x1031f5[_0x454001(0x1db)])||_0x1031f5[_0x454001(0x1da)](_0x17e22e,_0x1031f5['cOvYX']))&&(_0x17e22e=_0x1031f5[_0x454001(0x1db)]);if(_0x1031f5[_0x454001(0x23f)](_0x504d26['status'],_0x1031f5['PMeSg'])&&_0x1031f5[_0x454001(0x23f)](_0x331022[_0x454001(0x1f8)],_0x1031f5[_0x454001(0x1db)])){const _0x402344={};_0x402344[_0x454001(0x1b0)]=_0x1031f5[_0x454001(0x1ee)],_0x402344[_0x454001(0x250)]=_0x1031f5[_0x454001(0x1ee)],_0x504d26[_0x454001(0x252)]=_0x402344,_0x504d26[_0x454001(0x188)]=[_0x504d26['error']];}}const {failureData:_0x12ea2c,logs:_0x174fd9}=_0x1031f5[_0x454001(0x1e5)](getFailureData,_0x504d26?.[_0x454001(0x188)],{}),_0xb8e5f1={[TestFrameworkConstants[_0x454001(0x1e9)]]:_0x1031f5[_0x454001(0x25c)](_0x12ea2c,null),[TestFrameworkConstants[_0x454001(0x213)]]:_0x504d26?.['error']&&_0x1031f5[_0x454001(0x22b)](getFailureType,_0x504d26[_0x454001(0x252)][_0x454001(0x1b0)]),[TestFrameworkConstants[_0x454001(0x208)]]:_0x504d26?.[_0x454001(0x252)]&&_0x1031f5[_0x454001(0x1c6)](removeAnsiColors,_0x504d26['error'][_0x454001(0x1b0)]),[TestFrameworkConstants[_0x454001(0x17b)]]:[],[TestFrameworkConstants[_0x454001(0x200)]]:_0x17e22e,[TestFrameworkConstants[_0x454001(0x274)]]:_0x425a1b[_0x454001(0x20c)](),[TestFrameworkConstants[_0x454001(0x1cd)]]:new Date()[_0x454001(0x20c)](),[TestFrameworkConstants[_0x454001(0x191)]]:_0x484d14};if(_0x504d26&&_0x1031f5['qTuSD'](_0x504d26[_0x454001(0x1af)],0x0)){const _0x1f7d49=TestInfo[_0x454001(0x271)](_0x1031f5[_0x454001(0x1e5)](getTestRunIdentifier,_0x331022,_0x1031f5[_0x454001(0x1cc)](_0x504d26[_0x454001(0x1af)],0x1)));_0xb8e5f1[TestFrameworkConstants[_0x454001(0x246)]]=_0x1f7d49;}const _0x2487ad={};_0x2487ad['test']=_0x331022;const _0x314c20=this['resolveInstance'](TestFrameworkState['TEST'],HookState['POST'],_0x2487ad),_0x15e8c0=_0x314c20['getAllData']()['get'](_0x455a59)[TestFrameworkConstants['KEY_TEST_UUID']],_0x5e22ef=_0x352387||_0x1031f5['Hukii'](getStepsAndLogs,_0x504d26[_0x454001(0x19e)],_0x15e8c0,_0x1031f5[_0x454001(0x215)])[_0x454001(0x19e)],_0x1be6a0=new Map(),_0x334c4f=new Map();let _0x6b621d=0x0;const _0x5e6931=[];for(const _0x584a83 of _0x5e22ef||[]){const _0x2f2d13=_0x584a83[_0x454001(0x192)]||null;let _0x593ad8;if(_0x1031f5['eLtbh'](_0x2f2d13,null)){if(_0x1031f5['AJRQI'](_0x6b621d,TestFrameworkConstants[_0x454001(0x262)]))continue;_0x593ad8=0x0,_0x6b621d++;}else{const _0x22c173=_0x1be6a0[_0x454001(0x1d2)](_0x2f2d13);if(_0x1031f5[_0x454001(0x1c4)](_0x22c173,undefined))continue;_0x593ad8=_0x1031f5[_0x454001(0x1eb)](_0x22c173,0x1);if(_0x1031f5['eoeKw'](_0x593ad8,TestFrameworkConstants[_0x454001(0x1ed)]))continue;}_0x1be6a0[_0x454001(0x201)](_0x584a83['id'],_0x593ad8),_0x334c4f[_0x454001(0x201)](_0x584a83['id'],_0x584a83['text']),_0x5e6931['push']({'id':_0x584a83['id'],'parent_id':_0x2f2d13,'parent_text':_0x2f2d13?_0x334c4f[_0x454001(0x1d2)](_0x2f2d13)||'':'','text':_0x584a83[_0x454001(0x1ab)],'keyword':_0x584a83['keyword']||null,'started_at':_0x584a83[_0x454001(0x1d7)],'duration':_0x584a83[_0x454001(0x1d0)]??null,'result':_0x584a83[_0x454001(0x25a)],'failure':_0x584a83[_0x454001(0x21a)]||null,'failure_type':_0x584a83['failure_type']||null});}const _0x5f2e52={};_0x5f2e52[_0x454001(0x19e)]=_0x5e6931,_0xb8e5f1[TestFrameworkConstants['KEY_TEST_META']]=_0x5f2e52,logger[_0x454001(0x26a)](_0x454001(0x1a6)+_0x5e6931[_0x454001(0x193)]+_0x454001(0x18d)+_0x2ac8f3);const _0x1e141f=[],_0x44c202=_0x1031f5[_0x454001(0x1e5)](findNestedKey,_0x504d26,_0x1031f5[_0x454001(0x18b)]);if(_0x44c202&&_0x1031f5[_0x454001(0x1aa)](validateFilePath,_0x44c202))try{_0x1e141f[_0x454001(0x26c)]({'kind':_0x1031f5[_0x454001(0x1a0)],'timestamp':new Date()[_0x454001(0x20c)](),'test_run_uuid':_0x15e8c0,'file_name':path[_0x454001(0x23d)](_0x44c202),'file_size':fs[_0x454001(0x220)](_0x44c202)['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x3d311e){logger[_0x454001(0x252)](_0x454001(0x207)+_0x44c202+':\x20'+_0x3d311e[_0x454001(0x1b0)]);}const _0x336fad=TestInfo['getTraceFilePaths'](),_0x1b8910=_0x336fad[_0x454001(0x18e)](_0x2f204c=>_0x2f204c['testUId']===_0x15e8c0);_0x1b8910['forEach'](_0x47979d=>{const _0x3f9bba=_0x454001;if(_0x47979d[_0x3f9bba(0x283)]&&_0x1031f5[_0x3f9bba(0x266)](validateFilePath,_0x47979d['filePath'])&&!_0x1e141f[_0x3f9bba(0x231)](_0xe19652=>_0xe19652[_0x3f9bba(0x179)]===path[_0x3f9bba(0x23d)](_0x47979d['filePath'])))try{_0x1e141f[_0x3f9bba(0x26c)]({'kind':_0x1031f5[_0x3f9bba(0x1a0)],'timestamp':new Date()[_0x3f9bba(0x20c)](),'test_run_uuid':_0x15e8c0,'file_name':path[_0x3f9bba(0x23d)](_0x47979d[_0x3f9bba(0x283)]),'file_size':fs['statSync'](_0x47979d[_0x3f9bba(0x283)])[_0x3f9bba(0x26e)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x325bf3){logger[_0x3f9bba(0x252)]('Error\x20processing\x20trace\x20file\x20'+_0x47979d[_0x3f9bba(0x283)]+_0x3f9bba(0x19d)+_0x325bf3[_0x3f9bba(0x1b0)]);}});if(_0x1031f5['qTuSD'](_0x1e141f[_0x454001(0x193)],0x0)){const _0x5017=_0xb8e5f1[TestFrameworkConstants['KEY_LOGS']]||[];_0xb8e5f1[TestFrameworkConstants[_0x454001(0x17b)]]=[..._0x5017,..._0x1e141f];}const _0x46690e=TestInfo[_0x454001(0x221)](_0x455a59)[TestFrameworkConstants[_0x454001(0x199)]]||{},_0x2eb505=_0x1031f5['yhjcd'](getManualUploadLogs,_0x46690e,_0x314c20[_0x454001(0x23a)]()[_0x454001(0x1d2)](_0x455a59)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x1031f5[_0x454001(0x235)](_0x2eb505[_0x454001(0x193)],0x0)){const _0x14fbf6=_0xb8e5f1[TestFrameworkConstants[_0x454001(0x17b)]]||[];_0xb8e5f1[TestFrameworkConstants[_0x454001(0x17b)]]=[..._0x14fbf6,..._0x2eb505];}const _0x43cc0e=_0x331022[_0x454001(0x224)]||[],_0x3648dc=_0xb8e5f1[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x5b5e55=_0x1031f5[_0x454001(0x266)](require,_0x1031f5['cWBYx']);_0x43cc0e['forEach'](_0x28d857=>{const _0x5c06c4=_0x454001,{type:_0x5a4fe7}=_0x28d857;let _0x24520f=_0x28d857[_0x5c06c4(0x20e)];if(!_0x5a4fe7)return;if(PLAYWRIGHT_BUILTIN_ANNOTATIONS[_0x5c06c4(0x182)](_0x5a4fe7))return;(_0x1031f5[_0x5c06c4(0x184)](_0x24520f,undefined)||_0x1031f5[_0x5c06c4(0x184)](_0x24520f,null)||_0x1031f5[_0x5c06c4(0x1c4)](_0x1031f5[_0x5c06c4(0x266)](String,_0x24520f)[_0x5c06c4(0x1f2)](),''))&&(_0x24520f=_0x1031f5['CxJMh']);const _0x524c5d=helper[_0x5c06c4(0x1ef)](_0x1031f5[_0x5c06c4(0x266)](String,_0x24520f));_0x5b5e55[_0x5c06c4(0x205)](_0x3648dc,_0x5a4fe7,_0x524c5d);}),_0xb8e5f1[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x3648dc,TestInfo[_0x454001(0x194)](_0x455a59,_0xb8e5f1);const _0x346b36={};return _0x346b36[_0x455a59]=_0xb8e5f1,_0x346b36;}[a96_0x53f264(0x22f)](_0x52bd41,_0x1943c6,_0x84c88){const _0x4647af=a96_0x53f264,_0x51b621={'SjHLY':function(_0x55df86,_0x57e31f){return _0x55df86||_0x57e31f;},'ZBthf':function(_0x54ffc6,_0x59a98e,_0x14220e){return _0x54ffc6(_0x59a98e,_0x14220e);}};try{const {test:_0x424690,result:_0x121006,step:_0x41e807}=_0x84c88;if(_0x51b621[_0x4647af(0x1c9)](!_0x424690,!_0x41e807)||!_0x121006)return;const _0x407004=_0x51b621[_0x4647af(0x202)](getTestRunIdentifier,_0x424690,_0x121006[_0x4647af(0x1af)]);logger[_0x4647af(0x26a)](_0x4647af(0x1f6)+_0x407004+_0x4647af(0x243)+_0x1943c6+'\x20step=\x22'+_0x41e807[_0x4647af(0x22a)]+'\x22');}catch(_0x2ae45d){logger[_0x4647af(0x252)]('trackStepEvent:\x20exception='+util[_0x4647af(0x17a)](_0x2ae45d));}}async[a96_0x53f264(0x23c)](_0x25951e,_0x8d4652,_0x39acd1,_0x3c9adc){const _0x2e6978=a96_0x53f264,_0x42f7e8={'uLDWm':function(_0x553af7,_0x1fa06c,_0x42d613){return _0x553af7(_0x1fa06c,_0x42d613);},'QLAwO':function(_0x348756,_0x213a98){return _0x348756 in _0x213a98;},'DhFML':function(_0x1c59d9,_0x51c092){return _0x1c59d9(_0x51c092);},'WMpHo':function(_0x50ad74,_0x50dd6a){return _0x50ad74===_0x50dd6a;},'ATXXd':function(_0x2a3f00){return _0x2a3f00();},'HkrCs':function(_0x43239d,_0x525eb2){return _0x43239d===_0x525eb2;},'ERfkU':function(_0xe8a9d9,_0x3017b4){return _0xe8a9d9>_0x3017b4;},'ksbza':function(_0x1c4fd3,_0xf8843a,_0x59c81e){return _0x1c4fd3(_0xf8843a,_0x59c81e);},'WGEDS':'err','owzcW':_0x2e6978(0x25e),'oeNlV':_0x2e6978(0x239),'uCspK':function(_0x38b376,_0x3bb608){return _0x38b376!==_0x3bb608;},'AsGSF':function(_0x3a9eac,_0xe0d3fe){return _0x3a9eac+_0xe0d3fe;},'bmrdx':'hook'},_0x40a9ce=_0x3c9adc[_0x2e6978(0x25f)],_0x2ee5c5=_0x3c9adc[_0x2e6978(0x256)],_0x2788d0=_0x42f7e8[_0x2e6978(0x230)](getTestRunIdentifier,_0x40a9ce,_0x3c9adc[_0x2e6978(0x25a)]['retry']),_0x9c6bec=_0x8d4652['toString']()['split']('.')[0x1];let _0x1f054e=_0x25951e[_0x2e6978(0x23a)]()[_0x2e6978(0x1d2)](_0x2788d0)[TestFrameworkConstants[_0x2e6978(0x187)]];!_0x1f054e&&(_0x1f054e={});!_0x42f7e8['QLAwO'](_0x9c6bec,_0x1f054e)&&(_0x1f054e[_0x9c6bec]=[]);let _0x203ef5=_0x25951e['getAllData']()[_0x2e6978(0x1d2)](_0x2788d0)[TestFrameworkConstants[_0x2e6978(0x21f)]];!_0x203ef5&&(_0x203ef5={});!_0x42f7e8[_0x2e6978(0x276)](_0x9c6bec,_0x203ef5)&&(_0x203ef5[_0x9c6bec]=[]);const _0x3668d2={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x1f054e,[TestFrameworkConstants[_0x2e6978(0x21f)]]:_0x203ef5},_0x1784be={};_0x1784be[_0x2788d0]=_0x3668d2;const _0x5296b1=_0x1784be,_0x570e5f=_0x42f7e8[_0x2e6978(0x21d)](getPlaywrightTestFilePath,_0x40a9ce),_0x3a2368=_0x570e5f,_0x5b12f4=TestInfo['getTestDetails'](_0x2788d0)[TestFrameworkConstants[_0x2e6978(0x191)]]||{};if(_0x42f7e8[_0x2e6978(0x1d1)](_0x39acd1,HookState[_0x2e6978(0x17c)])){const _0x82731={'key':_0x9c6bec,[TestFrameworkConstants[_0x2e6978(0x1dc)]]:_0x42f7e8[_0x2e6978(0x1d3)](uuidv4),[TestFrameworkConstants[_0x2e6978(0x19c)]]:TestFrameworkConstants[_0x2e6978(0x259)],[TestFrameworkConstants[_0x2e6978(0x233)]]:_0x2ee5c5[_0x2e6978(0x21e)],[TestFrameworkConstants[_0x2e6978(0x24c)]]:[],[TestFrameworkConstants[_0x2e6978(0x282)]]:_0x2ee5c5[_0x2e6978(0x22a)],[TestFrameworkConstants[_0x2e6978(0x236)]]:_0x570e5f,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x3a2368,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5b12f4};_0x1f054e[_0x9c6bec][_0x2e6978(0x26c)](_0x82731),_0x5296b1[_0x2788d0][TestFrameworkConstants[_0x2e6978(0x258)]]=_0x9c6bec,logger[_0x2e6978(0x26a)](_0x2e6978(0x206)+_0x9c6bec+'\x20&\x20hook\x20=\x20'+_0x82731+'\x20\x20and\x20args\x20=\x20'+_0x3c9adc);}else{if(_0x42f7e8[_0x2e6978(0x195)](_0x39acd1,HookState[_0x2e6978(0x1e4)])){const _0x19b1fe=await _0x3c9adc[_0x2e6978(0x25a)],_0x376d7a=_0x1f054e[_0x9c6bec]||[],_0x328b6b=_0x3c9adc['step'];logger[_0x2e6978(0x26a)](_0x2e6978(0x189)+_0x376d7a+_0x2e6978(0x1a3)+_0x3c9adc);if(_0x42f7e8[_0x2e6978(0x1e2)](_0x376d7a['length'],0x0)){const _0x187ce7=_0x376d7a[_0x2e6978(0x1b9)]();if(_0x328b6b['error']){const _0x1cfc1a=_0x42f7e8[_0x2e6978(0x245)](failureData,_0x328b6b[_0x2e6978(0x252)],_0x42f7e8[_0x2e6978(0x1d6)]);_0x187ce7[TestFrameworkConstants[_0x2e6978(0x1b1)]]=_0x42f7e8[_0x2e6978(0x21d)](getFailureType,_0x328b6b?.[_0x2e6978(0x252)][_0x2e6978(0x1b0)]),_0x187ce7[TestFrameworkConstants[_0x2e6978(0x1cb)]]=_0x42f7e8[_0x2e6978(0x21d)](removeAnsiColors,_0x328b6b?.[_0x2e6978(0x252)][_0x2e6978(0x1b0)]),_0x187ce7[TestFrameworkConstants[_0x2e6978(0x19c)]]=_0x42f7e8[_0x2e6978(0x227)],_0x187ce7[TestFrameworkConstants[_0x2e6978(0x18f)]]=_0x1cfc1a;}else _0x187ce7[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x42f7e8[_0x2e6978(0x1be)];_0x42f7e8[_0x2e6978(0x1f5)](_0x19b1fe,TestFrameworkConstants[_0x2e6978(0x259)])&&(_0x187ce7[TestFrameworkConstants[_0x2e6978(0x19c)]]=!_0x328b6b['error']?_0x42f7e8[_0x2e6978(0x1be)]:_0x42f7e8[_0x2e6978(0x227)]);const _0x40cd4d=new Date(_0x328b6b[_0x2e6978(0x21e)]),_0x3b0424=new Date(_0x42f7e8[_0x2e6978(0x1c8)](_0x40cd4d[_0x2e6978(0x17d)](),_0x328b6b[_0x2e6978(0x1d0)]));_0x187ce7[TestFrameworkConstants[_0x2e6978(0x1cf)]]=_0x3b0424[_0x2e6978(0x20c)](),_0x187ce7[TestFrameworkConstants[_0x2e6978(0x191)]]=_0x5b12f4;const _0x2b2160=_0x187ce7[TestFrameworkConstants[_0x2e6978(0x1dc)]];await this[_0x2e6978(0x242)](_0x25951e,_0x8d4652,_0x2b2160,_0x42f7e8['bmrdx'],_0x3c9adc),!_0x203ef5[_0x9c6bec]&&(_0x203ef5[_0x9c6bec]=[]),_0x203ef5[_0x9c6bec][_0x2e6978(0x26c)](_0x187ce7),_0x5296b1[_0x2788d0][TestFrameworkConstants[_0x2e6978(0x20b)]]=_0x9c6bec;}}}return _0x5296b1;}async[a96_0x53f264(0x242)](_0x508526,_0x435498,_0x4d278b,_0x11d9d0,_0x3b37f6,_0x19c3ea){const _0x37322c=a96_0x53f264,_0x2f1755={'VEYyN':function(_0x1f060d,_0x231852){return _0x1f060d===_0x231852;},'iiJbY':_0x37322c(0x25f),'xQFMo':function(_0x247b30,_0x353820,_0x1a1461){return _0x247b30(_0x353820,_0x1a1461);},'COWGj':_0x37322c(0x22e),'imhgP':function(_0x52059d,_0x3a302b,_0x4c287a,_0x467985){return _0x52059d(_0x3a302b,_0x4c287a,_0x467985);},'LtVVZ':function(_0x47c29c,_0x1ae62f,_0x1c9053){return _0x47c29c(_0x1ae62f,_0x1c9053);},'TWJCU':function(_0x37b9bb,_0x89ea4f,_0x1be732){return _0x37b9bb(_0x89ea4f,_0x1be732);},'nPRoF':function(_0x2f33da,_0x5e45b4,_0x3f3c19){return _0x2f33da(_0x5e45b4,_0x3f3c19);},'hqVuD':function(_0x583872,_0x56bc7b){return _0x583872/_0x56bc7b;},'IwDTN':function(_0x4b9c54,_0x21af9b){return _0x4b9c54<_0x21af9b;},'bGsUf':function(_0x4783ab,_0x2716bd){return _0x4783ab*_0x2716bd;},'QuShG':function(_0xde4019,_0x1d4943){return _0xde4019+_0x1d4943;},'lFAev':function(_0x1baa3a,_0x36e258,_0xdbebc5,_0x2181f2,_0x2b5b0e){return _0x1baa3a(_0x36e258,_0xdbebc5,_0x2181f2,_0x2b5b0e);},'SRqAE':function(_0xaee818,_0x571f70){return _0xaee818+_0x571f70;},'uaDqQ':function(_0x157fb0,_0x142782){return _0x157fb0+_0x142782;},'GguoG':_0x37322c(0x1c2)};try{if(_0x2f1755[_0x37322c(0x226)](_0x11d9d0,_0x2f1755[_0x37322c(0x261)])){const _0x2cd26c=await _0x3b37f6[_0x37322c(0x25a)],_0x868510=_0x2f1755[_0x37322c(0x210)](getTestRunIdentifier,_0x3b37f6[_0x37322c(0x25f)],_0x3b37f6['result'][_0x37322c(0x1af)]),_0x34be32=_0x3b37f6[_0x37322c(0x25f)];logger[_0x37322c(0x26a)](_0x37322c(0x1a7)+_0x868510+_0x37322c(0x17f)+util[_0x37322c(0x278)](_0x2cd26c));const _0x4a3231=_0x508526[_0x37322c(0x23a)]()['get'](_0x868510)[TestFrameworkConstants[_0x37322c(0x1fc)]];await _0x2f1755[_0x37322c(0x210)](sendTraceZip,_0x2cd26c,_0x4a3231);const _0x572706=TestInfo[_0x37322c(0x221)](_0x868510)[_0x2f1755[_0x37322c(0x27e)]],_0x53276f={};if(_0x572706){!_0x2cd26c[_0x37322c(0x22e)]&&(_0x2cd26c[_0x37322c(0x22e)]=[]);_0x53276f[_0x37322c(0x22e)]=_0x2cd26c[_0x37322c(0x22e)][_0x37322c(0x1e7)](_0x572706||[]);const _0x4219a1=TestInfo[_0x37322c(0x221)](_0x868510);delete _0x4219a1[_0x2f1755['COWGj']],TestInfo[_0x37322c(0x194)](_0x868510,_0x4219a1);}const _0x3f2208=_0x19c3ea||_0x2f1755[_0x37322c(0x281)](getStepsAndLogs,_0x2cd26c[_0x37322c(0x19e)],_0x508526[_0x37322c(0x23a)]()[_0x37322c(0x1d2)](_0x868510)[TestFrameworkConstants[_0x37322c(0x1fc)]],_0x2f1755['iiJbY'])[_0x37322c(0x1a9)],_0xbbb93=_0x2f1755[_0x37322c(0x253)](getScreenshots,_0x53276f,_0x508526[_0x37322c(0x23a)]()['get'](_0x868510)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x226b74=_0x2f1755['TWJCU'](getVideos,_0x2cd26c,_0x508526[_0x37322c(0x23a)]()[_0x37322c(0x1d2)](_0x868510)[TestFrameworkConstants['KEY_TEST_UUID']]),{_:_0x1e799e,logs:_0x864257}=_0x2f1755[_0x37322c(0x234)](getFailureData,_0x2cd26c[_0x37322c(0x188)],{'test_run_uuid':_0x508526[_0x37322c(0x23a)]()['get'](_0x868510)[TestFrameworkConstants[_0x37322c(0x1fc)]]}),_0x25689d=TestInfo[_0x37322c(0x221)](_0x868510)[TestFrameworkConstants[_0x37322c(0x199)]]||{},_0x5e1dcc=_0x2f1755['xQFMo'](getMediaArtifactsLogs,_0x25689d,_0x508526[_0x37322c(0x23a)]()[_0x37322c(0x1d2)](_0x868510)[TestFrameworkConstants[_0x37322c(0x1fc)]]),_0x1afe91=_0x508526['getAllData']()[_0x37322c(0x1d2)](_0x868510),{[TestFrameworkConstants[_0x37322c(0x284)]]:_0x51bee3='',[TestFrameworkConstants[_0x37322c(0x27b)]]:_0x9e294=''}=_0x1afe91,_0xdb00c5=(_0x3f2208||[])['concat'](_0xbbb93||[])[_0x37322c(0x1e7)](_0x864257||[])[_0x37322c(0x1e7)](_0x226b74||[])[_0x37322c(0x1e7)](_0x5e1dcc||[]),_0xe9ebee=0x28,_0x506a4d=Math['ceil'](_0x2f1755['hqVuD'](_0xdb00c5[_0x37322c(0x193)],_0xe9ebee));for(let _0x4db7f6=0x0;_0x2f1755[_0x37322c(0x267)](_0x4db7f6,_0x506a4d);_0x4db7f6++){const _0x25d62d=_0x2f1755[_0x37322c(0x1a8)](_0x4db7f6,_0xe9ebee),_0x4ebeb2=_0x2f1755[_0x37322c(0x209)](_0x25d62d,_0xe9ebee),_0xb3ff89=_0xdb00c5[_0x37322c(0x1ea)](_0x25d62d,_0x4ebeb2),_0x530776={'platformIndex':global?.[_0x37322c(0x23e)]??0x0,'logs':_0xb3ff89,'testFrameworkName':_0x51bee3,'testFrameworkVersion':_0x9e294,'testFrameworkState':_0x435498['toString']()['split']('.')[0x1]};_0x2f1755[_0x37322c(0x1b2)](updatePayloadForTraceLogs,_0x530776,_0x3b37f6,_0x868510,_0x508526),logger[_0x37322c(0x26a)](_0x37322c(0x225)+_0x868510+_0x37322c(0x264)+_0x2f1755[_0x37322c(0x23b)](_0x4db7f6,0x1)+'/'+_0x506a4d+_0x37322c(0x1b4)+util[_0x37322c(0x278)](_0x530776));const _0x3fa44e=await GrpcClient[_0x37322c(0x285)]()['logCreatedEvent'](_0x530776);logger[_0x37322c(0x26a)](_0x37322c(0x225)+_0x868510+_0x37322c(0x264)+_0x2f1755['uaDqQ'](_0x4db7f6,0x1)+'/'+_0x506a4d+_0x37322c(0x218)+util[_0x37322c(0x278)](_0x3fa44e));}}else{const {logs:_0x1406c6}=_0x2f1755[_0x37322c(0x281)](getStepsAndLogs,_0x3b37f6[_0x37322c(0x256)]['steps'],_0x4d278b,_0x2f1755[_0x37322c(0x222)]),_0x178af0=_0x2f1755[_0x37322c(0x253)](getTestRunIdentifier,_0x3b37f6[_0x37322c(0x25f)],_0x3b37f6['result']['retry']);logger[_0x37322c(0x26a)](_0x37322c(0x1a7)+_0x178af0);const _0x5c54ed=_0x508526[_0x37322c(0x23a)]()[_0x37322c(0x1d2)](_0x178af0),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x146ec5='',[TestFrameworkConstants[_0x37322c(0x27b)]]:_0x1b50c3=''}=_0x5c54ed,_0x6441f8={'platformIndex':'0','logs':_0x1406c6,'testFrameworkName':_0x146ec5,'testFrameworkVersion':_0x1b50c3,'testFrameworkState':_0x435498[_0x37322c(0x237)]()['split']('.')[0x1]};_0x2f1755[_0x37322c(0x1b2)](updatePayloadForTraceLogs,_0x6441f8,_0x3b37f6,_0x178af0,_0x508526),logger[_0x37322c(0x26a)](_0x37322c(0x225)+_0x178af0+'\x20payload='+util[_0x37322c(0x278)](_0x6441f8));const _0x32efa2=await GrpcClient[_0x37322c(0x285)]()[_0x37322c(0x1de)](_0x6441f8);}}catch(_0xf801af){logger[_0x37322c(0x252)](_0x37322c(0x20a)+util['format'](_0xf801af));}}[a96_0x53f264(0x203)](_0x170f6d){const _0xd34319=a96_0x53f264,_0x363439={'BrBRM':function(_0x56f31e,_0x21a7d2,_0x115eff){return _0x56f31e(_0x21a7d2,_0x115eff);},'uXHLo':function(_0x52f102,_0x3b44c6){return _0x52f102<_0x3b44c6;},'MtWPG':'base64'};try{const _0x3b9e9b=_0x170f6d[_0xd34319(0x25f)]['id'],_0x8ffbe6=_0x363439[_0xd34319(0x18a)](getTestRunIdentifier,_0x170f6d[_0xd34319(0x25f)],_0x170f6d[_0xd34319(0x25a)][_0xd34319(0x1af)]),_0x1c2d8b=_0x170f6d[_0xd34319(0x1b5)],_0x2093d7=_0x1c2d8b[_0xd34319(0x1e0)](),_0x20c10d=_0x1c2d8b[_0xd34319(0x23a)]()['get'](_0x8ffbe6);logger['debug']('createTestFrameworkEventPayload\x20testId:\x20'+_0x3b9e9b);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4be959='',[TestFrameworkConstants[_0xd34319(0x27b)]]:_0x2fb595='',[TestFrameworkConstants[_0xd34319(0x1bc)]]:_0x1c95b8='',[TestFrameworkConstants[_0xd34319(0x274)]]:_0x32e093=''}=_0x20c10d,_0x33a388=_0x1c2d8b[_0xd34319(0x186)]()[_0xd34319(0x237)]()[_0xd34319(0x249)]('.')[0x1],_0x1837bc=_0x1c2d8b[_0xd34319(0x269)]()[_0xd34319(0x237)]()[_0xd34319(0x249)]('.')[0x1],_0x1e3225=_0x363439[_0xd34319(0x27c)](_0x170f6d?.[_0xd34319(0x25a)]?.[_0xd34319(0x1c1)]??0x0,0x0)?0x0:_0x170f6d?.[_0xd34319(0x25a)]?.[_0xd34319(0x1c1)]??0x0,_0x4314fb=_0x1c2d8b[_0xd34319(0x1a2)](),_0x2c01cc=Buffer[_0xd34319(0x238)](JSON[_0xd34319(0x27f)](_0x20c10d))['toString'](_0x363439[_0xd34319(0x1e6)]),_0xa4162a={'hash':_0x2093d7[_0xd34319(0x1bb)](),'threadId':_0x2093d7[_0xd34319(0x25b)]()['toString'](),'processId':_0x2093d7[_0xd34319(0x1b3)]()[_0xd34319(0x237)]()},_0x231001={};_0x231001[_0xd34319(0x1d9)]=_0x1e3225,_0x231001[_0xd34319(0x1fe)]=_0x4be959,_0x231001[_0xd34319(0x27d)]=_0x2fb595,_0x231001['testFrameworkState']=_0x33a388,_0x231001[_0xd34319(0x1a1)]=_0x1837bc,_0x231001[_0xd34319(0x1e1)]=_0x1c95b8,_0x231001[_0xd34319(0x204)]=_0x32e093,_0x231001[_0xd34319(0x241)]=_0x4314fb,_0x231001[_0xd34319(0x255)]=_0x2c01cc,_0x231001[_0xd34319(0x1d4)]=_0xa4162a;const _0x2e70ab=_0x231001;return logger[_0xd34319(0x26a)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x3b9e9b+_0xd34319(0x178)+_0x33a388+_0xd34319(0x1ad)+_0x1837bc),_0x2e70ab;}catch(_0x34fc2e){return logger[_0xd34319(0x252)](_0xd34319(0x17e)+util['format'](_0x34fc2e)),{};}}}module['exports']=PlaywrightTestFramework;
@@ -1 +1 @@
1
- function a97_0x5519(){const _0x1bfab6=['exports','417385MdFqqE','PRE','765033kFiXMH','trackPuppeteerInstance','setTrackedInstance','logger',',\x20state=','trackEvent','trackEvent:\x20No\x20instance\x20found,\x20skipping\x20tracking','4462290jLsdVu','TtOpa','PuppeteerAutomationFramework','35mKzkSV','610582EEDyoJ','debug','34380EcRAoN','instance','getId','getCurrentInstanceName','getTrackedInstance','../instances/trackedInstance.js','trackPuppeteerInstance:\x20instance\x20already\x20exists','trackPuppeteerInstance:\x20saved\x20instance\x20contextId=','trackEvent:\x20automationFrameworkState=','2383068ZriXZX','resolveInstance','../state/automationFrameworkState.js','7PnQMKT','fbZje','IaVoM','../cliUtils.js','2847184AeeFuw','./automationFramework.js','Giirs','\x20target='];a97_0x5519=function(){return _0x1bfab6;};return a97_0x5519();}const a97_0x44d0bb=a97_0xaf56;(function(_0x10b2a3,_0x55bc9c){const _0x5beb51=a97_0xaf56,_0xf92488=_0x10b2a3();while(!![]){try{const _0x224729=-parseInt(_0x5beb51(0xa8))/0x1+-parseInt(_0x5beb51(0xb5))/0x2+-parseInt(_0x5beb51(0xaa))/0x3+-parseInt(_0x5beb51(0xb7))/0x4*(parseInt(_0x5beb51(0xb4))/0x5)+parseInt(_0x5beb51(0x9c))/0x6+-parseInt(_0x5beb51(0x9f))/0x7*(-parseInt(_0x5beb51(0xa3))/0x8)+parseInt(_0x5beb51(0xb1))/0x9;if(_0x224729===_0x55bc9c)break;else _0xf92488['push'](_0xf92488['shift']());}catch(_0x16d2df){_0xf92488['push'](_0xf92488['shift']());}}}(a97_0x5519,0x3385a));const AutomationFramework=require(a97_0x44d0bb(0xa4)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a97_0x44d0bb(0x9e)),HookState=require('../state/hookState.js'),CLIUtils=require(a97_0x44d0bb(0xa2)),TrackedInstance=require(a97_0x44d0bb(0x98)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PuppeteerAutomationFramework extends AutomationFramework{[a97_0x44d0bb(0xad)]=createClassLogger(a97_0x44d0bb(0xb3));constructor(_0x5de080,_0x47163e){super(_0x5de080,_0x47163e);}async['trackEvent'](_0x4272db,_0x182f7b,_0x5daef5={}){const _0x44a229=a97_0x44d0bb,_0x42e17a={};_0x42e17a['IaVoM']=function(_0x33b793,_0x172ff6){return _0x33b793===_0x172ff6;},_0x42e17a[_0x44a229(0xa0)]=_0x44a229(0xb0);const _0x11aa02=_0x42e17a;this[_0x44a229(0xad)]['debug'](_0x44a229(0x9b)+_0x4272db+'\x20hookState='+_0x182f7b),await super[_0x44a229(0xaf)](_0x4272db,_0x182f7b,_0x5daef5);const _0xe2831f=this[_0x44a229(0x9d)](_0x4272db,_0x182f7b,_0x5daef5);if(_0x11aa02[_0x44a229(0xa1)](_0xe2831f,null)){this[_0x44a229(0xad)][_0x44a229(0xb6)](_0x11aa02[_0x44a229(0xa0)]);return;}_0x5daef5[_0x44a229(0x94)]=_0xe2831f,await this['runHooks'](_0xe2831f,_0x4272db,_0x182f7b,_0x5daef5);}['resolveInstance'](_0x1aed6a,_0x3548da,_0x557428={}){const _0xeffa3a=a97_0x44d0bb,_0xac66af={};_0xac66af['RGRGq']=function(_0x31263a,_0xe1320){return _0x31263a===_0xe1320;},_0xac66af[_0xeffa3a(0xb2)]=function(_0x2f2c2d,_0x5824c0){return _0x2f2c2d===_0x5824c0;};const _0x42c98b=_0xac66af;let _0x1f78ee=null;return(_0x42c98b['RGRGq'](_0x1aed6a,AutomationFrameworkState['CREATE'])&&_0x42c98b['TtOpa'](_0x3548da,HookState[_0xeffa3a(0xa9)])||_0x42c98b[_0xeffa3a(0xb2)](_0x1aed6a,AutomationFrameworkState['NONE']))&&this['trackPuppeteerInstance'](_0x1aed6a,_0x557428),_0x1f78ee=AutomationFramework[_0xeffa3a(0x97)](),_0x1f78ee;}[a97_0x44d0bb(0xab)](_0x42a512,_0x434e7f){const _0x5df5ce=a97_0x44d0bb,_0x55c1a5={};_0x55c1a5['Giirs']=_0x5df5ce(0x99);const _0x8fc044=_0x55c1a5;if(AutomationFramework[_0x5df5ce(0x97)]()){this[_0x5df5ce(0xad)]['info'](_0x8fc044[_0x5df5ce(0xa5)]);return;}const _0x8e2e0b=CLIUtils[_0x5df5ce(0x96)](),_0x514574=TrackedInstance['createContext'](_0x8e2e0b);let _0x3b7a83=null;this[_0x5df5ce(0xad)]['info']('trackPuppeteerInstance:\x20created\x20instance\x20for\x20target='+_0x8e2e0b+_0x5df5ce(0xae)+_0x42a512),_0x3b7a83=new AutomationFrameworkInstance(_0x514574,this['getAutomationFrameworkName'](),this['getAutomationFrameworkVersion'](),_0x42a512),AutomationFramework[_0x5df5ce(0xac)](_0x514574,_0x3b7a83),this['logger']['info'](_0x5df5ce(0x9a)+_0x514574[_0x5df5ce(0x95)]()+_0x5df5ce(0xa6)+_0x8e2e0b);}}function a97_0xaf56(_0x29afb5,_0xbc9d08){const _0x5519ff=a97_0x5519();return a97_0xaf56=function(_0xaf56a6,_0x246814){_0xaf56a6=_0xaf56a6-0x94;let _0x3065e5=_0x5519ff[_0xaf56a6];return _0x3065e5;},a97_0xaf56(_0x29afb5,_0xbc9d08);}module[a97_0x44d0bb(0xa7)]=PuppeteerAutomationFramework;
1
+ const a97_0x34aa62=a97_0x1232;(function(_0x5bdfd6,_0x3c707c){const _0x477e62=a97_0x1232,_0x27e3be=_0x5bdfd6();while(!![]){try{const _0x17296c=-parseInt(_0x477e62(0xd6))/0x1+-parseInt(_0x477e62(0xce))/0x2+-parseInt(_0x477e62(0xd2))/0x3*(-parseInt(_0x477e62(0xca))/0x4)+-parseInt(_0x477e62(0xcf))/0x5+-parseInt(_0x477e62(0xe5))/0x6+-parseInt(_0x477e62(0xcc))/0x7+parseInt(_0x477e62(0xc8))/0x8;if(_0x17296c===_0x3c707c)break;else _0x27e3be['push'](_0x27e3be['shift']());}catch(_0x426d41){_0x27e3be['push'](_0x27e3be['shift']());}}}(a97_0x3d04,0xed16d));const AutomationFramework=require(a97_0x34aa62(0xcd)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a97_0x34aa62(0xc2)),HookState=require(a97_0x34aa62(0xd3)),CLIUtils=require(a97_0x34aa62(0xd0)),TrackedInstance=require(a97_0x34aa62(0xe3)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a97_0x1232(_0x26bf72,_0x2384e8){const _0x3d048b=a97_0x3d04();return a97_0x1232=function(_0x123290,_0x2f116f){_0x123290=_0x123290-0xc2;let _0x581fe4=_0x3d048b[_0x123290];return _0x581fe4;},a97_0x1232(_0x26bf72,_0x2384e8);}class PuppeteerAutomationFramework extends AutomationFramework{[a97_0x34aa62(0xd1)]=createClassLogger(a97_0x34aa62(0xd4));constructor(_0x3c568b,_0x49b81c){super(_0x3c568b,_0x49b81c);}async[a97_0x34aa62(0xde)](_0x4821c4,_0x17a8a4,_0x270eae={}){const _0x4e8a92=a97_0x34aa62,_0x5bc23e={};_0x5bc23e['dJtkJ']=function(_0x44755b,_0x416f9a){return _0x44755b===_0x416f9a;},_0x5bc23e[_0x4e8a92(0xc5)]=_0x4e8a92(0xe0);const _0x2e3946=_0x5bc23e;this[_0x4e8a92(0xd1)][_0x4e8a92(0xc6)](_0x4e8a92(0xd8)+_0x4821c4+_0x4e8a92(0xc4)+_0x17a8a4),await super[_0x4e8a92(0xde)](_0x4821c4,_0x17a8a4,_0x270eae);const _0x940b55=this['resolveInstance'](_0x4821c4,_0x17a8a4,_0x270eae);if(_0x2e3946[_0x4e8a92(0xe4)](_0x940b55,null)){this[_0x4e8a92(0xd1)][_0x4e8a92(0xc6)](_0x2e3946['IHhHq']);return;}_0x270eae['instance']=_0x940b55,await this[_0x4e8a92(0xe7)](_0x940b55,_0x4821c4,_0x17a8a4,_0x270eae);}[a97_0x34aa62(0xcb)](_0x370f5a,_0x59d282,_0x442a70={}){const _0x51b9bf=a97_0x34aa62,_0x312bc6={};_0x312bc6[_0x51b9bf(0xd9)]=function(_0x474af3,_0x141fab){return _0x474af3===_0x141fab;},_0x312bc6[_0x51b9bf(0xc3)]=function(_0x4d438c,_0x19228e){return _0x4d438c===_0x19228e;},_0x312bc6[_0x51b9bf(0xc9)]=function(_0x59f5ea,_0x566977){return _0x59f5ea===_0x566977;};const _0x1a4786=_0x312bc6;let _0x2caad6=null;return(_0x1a4786[_0x51b9bf(0xd9)](_0x370f5a,AutomationFrameworkState['CREATE'])&&_0x1a4786[_0x51b9bf(0xc3)](_0x59d282,HookState[_0x51b9bf(0xdf)])||_0x1a4786[_0x51b9bf(0xc9)](_0x370f5a,AutomationFrameworkState[_0x51b9bf(0xe1)]))&&this[_0x51b9bf(0xdd)](_0x370f5a,_0x442a70),_0x2caad6=AutomationFramework['getTrackedInstance'](),_0x2caad6;}['trackPuppeteerInstance'](_0x3dab9b,_0x41e07b){const _0x4fe1da=a97_0x34aa62,_0x50f1f9={};_0x50f1f9['iUORh']='trackPuppeteerInstance:\x20instance\x20already\x20exists';const _0x580d67=_0x50f1f9;if(AutomationFramework['getTrackedInstance']()){this['logger']['info'](_0x580d67['iUORh']);return;}const _0x53c46c=CLIUtils['getCurrentInstanceName'](),_0x9398cf=TrackedInstance[_0x4fe1da(0xc7)](_0x53c46c);let _0x4467c6=null;this[_0x4fe1da(0xd1)]['info'](_0x4fe1da(0xdc)+_0x53c46c+_0x4fe1da(0xdb)+_0x3dab9b),_0x4467c6=new AutomationFrameworkInstance(_0x9398cf,this[_0x4fe1da(0xe6)](),this[_0x4fe1da(0xd5)](),_0x3dab9b),AutomationFramework['setTrackedInstance'](_0x9398cf,_0x4467c6),this[_0x4fe1da(0xd1)][_0x4fe1da(0xda)](_0x4fe1da(0xd7)+_0x9398cf[_0x4fe1da(0xe2)]()+'\x20target='+_0x53c46c);}}module['exports']=PuppeteerAutomationFramework;function a97_0x3d04(){const _0x57b35b=['getAutomationFrameworkVersion','478462aFxkaJ','trackPuppeteerInstance:\x20saved\x20instance\x20contextId=','trackEvent:\x20automationFrameworkState=','wKTmQ','info',',\x20state=','trackPuppeteerInstance:\x20created\x20instance\x20for\x20target=','trackPuppeteerInstance','trackEvent','PRE','trackEvent:\x20No\x20instance\x20found,\x20skipping\x20tracking','NONE','getId','../instances/trackedInstance.js','dJtkJ','9825576xDtHtC','getAutomationFrameworkName','runHooks','../state/automationFrameworkState.js','ZbesH','\x20hookState=','IHhHq','debug','createContext','40771888dxzFui','xLopI','32xADtYt','resolveInstance','4326483aJVbQZ','./automationFramework.js','3018630hDbWsD','68875YthRlY','../cliUtils.js','logger','49443wcSXne','../state/hookState.js','PuppeteerAutomationFramework'];a97_0x3d04=function(){return _0x57b35b;};return a97_0x3d04();}
@@ -1 +1 @@
1
- const a98_0x77d007=a98_0x19d4;(function(_0x4d1c80,_0x5c1642){const _0x2789c5=a98_0x19d4,_0x17460c=_0x4d1c80();while(!![]){try{const _0x5acf35=-parseInt(_0x2789c5(0x7e))/0x1+parseInt(_0x2789c5(0x73))/0x2+parseInt(_0x2789c5(0x8e))/0x3*(-parseInt(_0x2789c5(0x97))/0x4)+-parseInt(_0x2789c5(0x7b))/0x5+-parseInt(_0x2789c5(0x7f))/0x6*(-parseInt(_0x2789c5(0x7d))/0x7)+parseInt(_0x2789c5(0x94))/0x8*(-parseInt(_0x2789c5(0x89))/0x9)+-parseInt(_0x2789c5(0x9b))/0xa*(-parseInt(_0x2789c5(0x9c))/0xb);if(_0x5acf35===_0x5c1642)break;else _0x17460c['push'](_0x17460c['shift']());}catch(_0x3b5342){_0x17460c['push'](_0x17460c['shift']());}}}(a98_0x1e03,0xe0257));const CLIUtils=require('../cliUtils'),eventDispatcher=require(a98_0x77d007(0x8d)),TestFrameworkInstance=require(a98_0x77d007(0x77)),TrackedContext=require(a98_0x77d007(0x76)),TestFrameworkState=require(a98_0x77d007(0x92)),HookState=require(a98_0x77d007(0x90)),{createClassLogger}=require(a98_0x77d007(0x95)),TrackedInstance=require('../instances/trackedInstance'),logger=createClassLogger('TestFramework');!global[a98_0x77d007(0x78)]&&(global['__bstack_test_framework_instances__']=new Map());class TestFramework{static get[a98_0x77d007(0x81)](){const _0xa31f76=a98_0x77d007;return global[_0xa31f76(0x78)];}[a98_0x77d007(0x74)]=[];[a98_0x77d007(0x8a)]={};['binSessionId']=null;constructor(_0x885ee6,_0x4c1c11,_0x31b6ff){const _0x35666f=a98_0x77d007;this[_0x35666f(0x74)]=_0x885ee6,this[_0x35666f(0x8a)]=_0x4c1c11,this['binSessionId']=_0x31b6ff;}[a98_0x77d007(0x9a)](){const _0x5389c1=a98_0x77d007;return TestFramework[_0x5389c1(0x81)];}[a98_0x77d007(0x99)](_0x19b629,_0xb43e7f){const _0xe90b28=a98_0x77d007;TestFramework[_0xe90b28(0x81)][_0xe90b28(0x91)](_0x19b629[_0xe90b28(0x72)],_0xb43e7f);}static[a98_0x77d007(0x84)](){const _0x3b3f3b=a98_0x77d007,_0x412a99=TrackedInstance[_0x3b3f3b(0x83)](CLIUtils[_0x3b3f3b(0x7c)]());return TestFramework[_0x3b3f3b(0x81)][_0x3b3f3b(0x80)](_0x412a99[_0x3b3f3b(0x72)]());}static[a98_0x77d007(0x8f)](_0x4b8bf7,_0x4f57a6){const _0x4ba730=a98_0x77d007;TestFramework['instances'][_0x4ba730(0x91)](_0x4b8bf7['getId'](),_0x4f57a6);}[a98_0x77d007(0x8b)](){const _0x39b9a3=a98_0x77d007;return this[_0x39b9a3(0x8a)];}['getTestFrameworks'](){const _0x1dc547=a98_0x77d007;return this[_0x1dc547(0x74)];}[a98_0x77d007(0x98)](_0x14dc57,_0x5213d1,_0x2a6250={}){const _0x3f6802=a98_0x77d007;logger[_0x3f6802(0x96)](_0x3f6802(0x87)+_0x14dc57+_0x3f6802(0x7a)+_0x5213d1);}async[a98_0x77d007(0x86)](_0x2f9032,_0x4fae25,_0x359976,_0x5ddf2e={}){const _0x4a5bc6=a98_0x77d007,_0x3d853=CLIUtils['getHookRegistryKey'](_0x4fae25,_0x359976);_0x2f9032['setCurrentTestState'](_0x4fae25),_0x2f9032[_0x4a5bc6(0x8c)](_0x359976),await eventDispatcher[_0x4a5bc6(0x88)](_0x3d853,_0x5ddf2e);}static[a98_0x77d007(0x93)](_0x1fe998,_0x2a9cd7,_0x2435bb){const _0x570a7b=a98_0x77d007;eventDispatcher[_0x570a7b(0x93)](CLIUtils['getHookRegistryKey'](_0x1fe998,_0x2a9cd7),_0x2435bb);}static['getState'](_0x1e329a,_0x3a19f0){const _0x36ff23=a98_0x77d007;return _0x1e329a[_0x36ff23(0x85)]()[_0x36ff23(0x80)](_0x3a19f0);}static[a98_0x77d007(0x82)](_0x58435d,_0x522271,_0x5c92ca){const _0x463eca=a98_0x77d007;_0x58435d[_0x463eca(0x85)]()['set'](_0x522271,_0x5c92ca);}static['hasState'](_0x2b8b36,_0x2596d3){const _0x563801=a98_0x77d007;return _0x2b8b36[_0x563801(0x85)]()[_0x563801(0x75)](_0x2596d3);}}function a98_0x1e03(){const _0x1582f7=['testFrameworkVersions','getTestFrameworksVersions','setCurrentHookState','../eventDispatcher','13683YvzxfO','setTrackedInstance','../state/hookState','set','../state/testFrameworkState','registerObserver','40otaiNR','../../../helpers/classLogger','debug','1588LrncSD','trackEvent','setInstance','getInstances','3289220KwhKNr','99buCohS','getId','2646118xfgoPV','testFrameworks','has','../instances/trackedContext','../instances/testFrameworkInstance','__bstack_test_framework_instances__','exports',';\x20hookState=','4899340BgRAoJ','getCurrentInstanceName','10166709czwoob','1347111ykBkBP','6XwvxrG','get','instances','setState','createContext','getTrackedInstance','getAllData','runHooks','trackEvent:\x20testFrameworkState=','notifyObserver','1223901WwfXLg'];a98_0x1e03=function(){return _0x1582f7;};return a98_0x1e03();}function a98_0x19d4(_0x170e36,_0x601fb){const _0x1e03d7=a98_0x1e03();return a98_0x19d4=function(_0x19d4a8,_0x4e77b7){_0x19d4a8=_0x19d4a8-0x72;let _0x57b724=_0x1e03d7[_0x19d4a8];return _0x57b724;},a98_0x19d4(_0x170e36,_0x601fb);}module[a98_0x77d007(0x79)]=TestFramework;
1
+ const a98_0x2b4354=a98_0x4426;(function(_0x20c717,_0x3a786b){const _0x1d9b0d=a98_0x4426,_0x3fe6ee=_0x20c717();while(!![]){try{const _0x17b1d5=parseInt(_0x1d9b0d(0x131))/0x1*(parseInt(_0x1d9b0d(0x137))/0x2)+-parseInt(_0x1d9b0d(0x13b))/0x3*(parseInt(_0x1d9b0d(0x12f))/0x4)+-parseInt(_0x1d9b0d(0x14a))/0x5*(-parseInt(_0x1d9b0d(0x13a))/0x6)+-parseInt(_0x1d9b0d(0x13e))/0x7+-parseInt(_0x1d9b0d(0x132))/0x8+parseInt(_0x1d9b0d(0x12d))/0x9+-parseInt(_0x1d9b0d(0x140))/0xa*(parseInt(_0x1d9b0d(0x14c))/0xb);if(_0x17b1d5===_0x3a786b)break;else _0x3fe6ee['push'](_0x3fe6ee['shift']());}catch(_0x24eb66){_0x3fe6ee['push'](_0x3fe6ee['shift']());}}}(a98_0x27fd,0xcd3bd));function a98_0x4426(_0x441231,_0x32bbbd){const _0x27fd3b=a98_0x27fd();return a98_0x4426=function(_0x4426a7,_0x2bca29){_0x4426a7=_0x4426a7-0x12c;let _0x569498=_0x27fd3b[_0x4426a7];return _0x569498;},a98_0x4426(_0x441231,_0x32bbbd);}function a98_0x27fd(){const _0x3a8b5f=['setCurrentHookState','__bstack_test_framework_instances__','44098XkIjgY','getState','testFrameworks','6InIcbI','9609CBKoBl','debug','getAllData','297759bCKeVz','exports','15230aEqQVe','get','../instances/testFrameworkInstance','binSessionId','getHookRegistryKey','../../../helpers/classLogger','instances','../cliUtils','createContext','setTrackedInstance','8200200aLInKH','getTestFrameworks','6787cWINZj','runHooks','../state/hookState','getCurrentInstanceName','../instances/trackedContext','set','TestFramework','trackEvent:\x20testFrameworkState=','registerObserver','getId',';\x20hookState=','notifyObserver','getInstances','../state/testFrameworkState','11101869tToLMt','../eventDispatcher','2032ZfHzeK','testFrameworkVersions','37BURJxS','1915240ItnuQZ','../instances/trackedInstance','setState'];a98_0x27fd=function(){return _0x3a8b5f;};return a98_0x27fd();}const CLIUtils=require(a98_0x2b4354(0x147)),eventDispatcher=require(a98_0x2b4354(0x12e)),TestFrameworkInstance=require(a98_0x2b4354(0x142)),TrackedContext=require(a98_0x2b4354(0x150)),TestFrameworkState=require(a98_0x2b4354(0x12c)),HookState=require(a98_0x2b4354(0x14e)),{createClassLogger}=require(a98_0x2b4354(0x145)),TrackedInstance=require(a98_0x2b4354(0x133)),logger=createClassLogger(a98_0x2b4354(0x152));!global[a98_0x2b4354(0x136)]&&(global[a98_0x2b4354(0x136)]=new Map());class TestFramework{static get[a98_0x2b4354(0x146)](){const _0x51efa5=a98_0x2b4354;return global[_0x51efa5(0x136)];}[a98_0x2b4354(0x139)]=[];['testFrameworkVersions']={};[a98_0x2b4354(0x143)]=null;constructor(_0x35f87e,_0x2b95b6,_0x52c289){const _0x392dd4=a98_0x2b4354;this[_0x392dd4(0x139)]=_0x35f87e,this['testFrameworkVersions']=_0x2b95b6,this[_0x392dd4(0x143)]=_0x52c289;}[a98_0x2b4354(0x158)](){const _0x483a9f=a98_0x2b4354;return TestFramework[_0x483a9f(0x146)];}['setInstance'](_0x2423c0,_0x483f25){const _0x5d8629=a98_0x2b4354;TestFramework[_0x5d8629(0x146)][_0x5d8629(0x151)](_0x2423c0['getId'],_0x483f25);}static['getTrackedInstance'](){const _0x480c47=a98_0x2b4354,_0x272746=TrackedInstance[_0x480c47(0x148)](CLIUtils[_0x480c47(0x14f)]());return TestFramework['instances'][_0x480c47(0x141)](_0x272746[_0x480c47(0x155)]());}static[a98_0x2b4354(0x149)](_0x30e36f,_0x54178c){const _0x18a12d=a98_0x2b4354;TestFramework['instances'][_0x18a12d(0x151)](_0x30e36f['getId'](),_0x54178c);}['getTestFrameworksVersions'](){const _0x1d1c8e=a98_0x2b4354;return this[_0x1d1c8e(0x130)];}[a98_0x2b4354(0x14b)](){const _0x2df854=a98_0x2b4354;return this[_0x2df854(0x139)];}['trackEvent'](_0x33a7a1,_0x30dd98,_0x238f14={}){const _0x4dc68b=a98_0x2b4354;logger[_0x4dc68b(0x13c)](_0x4dc68b(0x153)+_0x33a7a1+_0x4dc68b(0x156)+_0x30dd98);}async[a98_0x2b4354(0x14d)](_0x5a4cbd,_0x51f7a2,_0x5cb79,_0x21333d={}){const _0x31fd62=a98_0x2b4354,_0x5d0904=CLIUtils[_0x31fd62(0x144)](_0x51f7a2,_0x5cb79);_0x5a4cbd['setCurrentTestState'](_0x51f7a2),_0x5a4cbd[_0x31fd62(0x135)](_0x5cb79),await eventDispatcher[_0x31fd62(0x157)](_0x5d0904,_0x21333d);}static[a98_0x2b4354(0x154)](_0x545d7d,_0x5e8c56,_0x462a6d){const _0x53db88=a98_0x2b4354;eventDispatcher[_0x53db88(0x154)](CLIUtils[_0x53db88(0x144)](_0x545d7d,_0x5e8c56),_0x462a6d);}static[a98_0x2b4354(0x138)](_0x477f0f,_0x17efa7){const _0x1e9eef=a98_0x2b4354;return _0x477f0f['getAllData']()[_0x1e9eef(0x141)](_0x17efa7);}static[a98_0x2b4354(0x134)](_0x7242d2,_0x2b2503,_0x3a543c){const _0xd8bb7=a98_0x2b4354;_0x7242d2[_0xd8bb7(0x13d)]()[_0xd8bb7(0x151)](_0x2b2503,_0x3a543c);}static['hasState'](_0x11bbe6,_0x566f22){return _0x11bbe6['getAllData']()['has'](_0x566f22);}}module[a98_0x2b4354(0x13f)]=TestFramework;
@@ -1 +1 @@
1
- 'use strict';const a99_0xb23963=a99_0x155c;function a99_0x155c(_0x32b5b4,_0x4ff9f5){const _0xf44aef=a99_0xf44a();return a99_0x155c=function(_0x155c62,_0xd55cde){_0x155c62=_0x155c62-0x12d;let _0x1307e4=_0xf44aef[_0x155c62];return _0x1307e4;},a99_0x155c(_0x32b5b4,_0x4ff9f5);}(function(_0x50373a,_0x1d5504){const _0x4c54f6=a99_0x155c,_0x562dc4=_0x50373a();while(!![]){try{const _0x1d6bcf=-parseInt(_0x4c54f6(0x152))/0x1*(parseInt(_0x4c54f6(0x136))/0x2)+parseInt(_0x4c54f6(0x15e))/0x3*(-parseInt(_0x4c54f6(0x13e))/0x4)+parseInt(_0x4c54f6(0x151))/0x5*(-parseInt(_0x4c54f6(0x130))/0x6)+parseInt(_0x4c54f6(0x15f))/0x7*(-parseInt(_0x4c54f6(0x144))/0x8)+parseInt(_0x4c54f6(0x13a))/0x9*(-parseInt(_0x4c54f6(0x139))/0xa)+parseInt(_0x4c54f6(0x158))/0xb*(parseInt(_0x4c54f6(0x159))/0xc)+parseInt(_0x4c54f6(0x13f))/0xd*(parseInt(_0x4c54f6(0x14c))/0xe);if(_0x1d6bcf===_0x1d5504)break;else _0x562dc4['push'](_0x562dc4['shift']());}catch(_0x3f5368){_0x562dc4['push'](_0x562dc4['shift']());}}}(a99_0xf44a,0x2b80e));function a99_0xf44a(){const _0x114ff2=['162kcKzQc','\x20→\x20','\x20hookState=','getTrackedInstance','464JJXqqR','3016DNdkIc','instances','debug','CREATE','resolveInstance:\x20no\x20userAgent\x20in\x20args;\x20falling\x20back\x20to\x20default\x20tracked\x20instance','3104INrigl','resolveInstance:\x20created\x20instance\x20for\x20userAgent=\x22','../instances/trackedInstance.js','runHooks','get','\x22\x20platformIndex=','LzGBn','string','51842rUtIHm','userAgent','uAJjK','removeInstance','xGCvt','5BDKKsQ','1kErsHX','exports','instance','../state/automationFrameworkState.js','TestCafeAutomationFramework','./automationFramework.js','300861ByAeUo','108IIOdCd','slice','entries','length','testcafe:','2580AgfGZH','5621LjbJfr','../../../helpers/classLogger.js','pXzPK','ukjrk','529422mOFNCN','resolveInstance','lRVtM','FZric','trackEvent','getAutomationFrameworkName','200276xFjcLo','platformIndex','getAutomationFrameworkVersion','181870KYvQPE'];a99_0xf44a=function(){return _0x114ff2;};return a99_0xf44a();}const AutomationFramework=require(a99_0xb23963(0x157)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js'),AutomationFrameworkState=require(a99_0xb23963(0x155)),TrackedInstance=require(a99_0xb23963(0x146)),{createClassLogger}=require(a99_0xb23963(0x12d)),logger=createClassLogger(a99_0xb23963(0x156));class TestCafeAutomationFramework extends AutomationFramework{constructor(_0x3cec65,_0x43aa5d){super(_0x3cec65,_0x43aa5d);}async['trackEvent'](_0x3d70b7,_0x46c4a2,_0x217a3a={}){const _0x4007e3=a99_0xb23963;await super[_0x4007e3(0x134)](_0x3d70b7,_0x46c4a2,_0x217a3a);const _0x1e81b7=this[_0x4007e3(0x131)](_0x3d70b7,_0x46c4a2,_0x217a3a);if(!_0x1e81b7){logger[_0x4007e3(0x141)]('trackEvent:\x20no\x20instance\x20for\x20state='+_0x3d70b7+_0x4007e3(0x13c)+_0x46c4a2);return;}_0x217a3a[_0x4007e3(0x154)]=_0x1e81b7,await this[_0x4007e3(0x147)](_0x1e81b7,_0x3d70b7,_0x46c4a2,_0x217a3a);}[a99_0xb23963(0x131)](_0x32a892,_0x1ca0cf,_0x2e5a06={}){const _0x13fb92=a99_0xb23963,_0x3c2086={};_0x3c2086[_0x13fb92(0x133)]=_0x13fb92(0x143),_0x3c2086[_0x13fb92(0x12f)]=function(_0xa34a2,_0x403339){return _0xa34a2===_0x403339;},_0x3c2086[_0x13fb92(0x150)]=function(_0xa4c949,_0x33e7fc){return _0xa4c949||_0x33e7fc;};const _0x58b434=_0x3c2086,_0xb6d1f=_0x2e5a06[_0x13fb92(0x14d)]||null;if(!_0xb6d1f)return logger['warn'](_0x58b434[_0x13fb92(0x133)]),AutomationFramework[_0x13fb92(0x13d)]();const _0x4e7d1f=Number['isInteger'](_0x2e5a06[_0x13fb92(0x137)])?_0x2e5a06['platformIndex']:0x0,_0x55cdd3='testcafe:'+_0xb6d1f+'#'+_0x4e7d1f;let _0x45b970=AutomationFramework[_0x13fb92(0x140)]['get'](_0x55cdd3);if(!_0x45b970&&(_0x58b434[_0x13fb92(0x12f)](_0x32a892,AutomationFrameworkState[_0x13fb92(0x142)])||_0x58b434[_0x13fb92(0x12f)](_0x32a892,AutomationFrameworkState['NONE']))){const _0x5c0d52=TrackedInstance['createContext'](_0x55cdd3);_0x45b970=new AutomationFrameworkInstance(_0x5c0d52,this[_0x13fb92(0x135)](),this[_0x13fb92(0x138)](),_0x32a892),AutomationFramework[_0x13fb92(0x140)]['set'](_0x55cdd3,_0x45b970),logger['info'](_0x13fb92(0x145)+_0xb6d1f+_0x13fb92(0x149)+_0x4e7d1f+_0x13fb92(0x13b)+_0x55cdd3);}return _0x58b434[_0x13fb92(0x150)](_0x45b970,null);}static[a99_0xb23963(0x14f)](_0x3eec96,_0x2685b7=0x0){const _0x174687=a99_0xb23963,_0x3b0579=_0x174687(0x15d)+_0x3eec96+'#'+_0x2685b7;return AutomationFramework[_0x174687(0x140)]['delete'](_0x3b0579);}static['getInstanceByUserAgent'](_0x49c040,_0x39d106=0x0){const _0x5a0d67=a99_0xb23963;return AutomationFramework['instances'][_0x5a0d67(0x148)]('testcafe:'+_0x49c040+'#'+_0x39d106)||null;}static*['iterAllInstances'](){const _0x52f477=a99_0xb23963,_0x28fdd9={};_0x28fdd9[_0x52f477(0x14a)]=function(_0x39f199,_0x200a14){return _0x39f199===_0x200a14;},_0x28fdd9[_0x52f477(0x132)]=_0x52f477(0x14b),_0x28fdd9[_0x52f477(0x12e)]=_0x52f477(0x15d),_0x28fdd9[_0x52f477(0x14e)]=function(_0x273aef,_0x35a657){return _0x273aef+_0x35a657;};const _0x4d4210=_0x28fdd9;for(const [_0x22c92c,_0x197be0]of AutomationFramework[_0x52f477(0x140)][_0x52f477(0x15b)]()){if(_0x4d4210['LzGBn'](typeof _0x22c92c,_0x4d4210[_0x52f477(0x132)])&&_0x22c92c['startsWith'](_0x4d4210[_0x52f477(0x12e)])){const _0x914364=_0x22c92c[_0x52f477(0x15a)](_0x4d4210['pXzPK'][_0x52f477(0x15c)]),_0x550c50=_0x914364['lastIndexOf']('#');if(_0x4d4210[_0x52f477(0x14a)](_0x550c50,-0x1)){const _0x4c3025={};_0x4c3025[_0x52f477(0x14d)]=_0x914364,_0x4c3025[_0x52f477(0x137)]=0x0,_0x4c3025[_0x52f477(0x154)]=_0x197be0,yield _0x4c3025;}else{const _0x151145=_0x914364[_0x52f477(0x15a)](0x0,_0x550c50),_0x43f671=Number['parseInt'](_0x914364[_0x52f477(0x15a)](_0x4d4210[_0x52f477(0x14e)](_0x550c50,0x1)),0xa)||0x0,_0x9b358f={};_0x9b358f[_0x52f477(0x14d)]=_0x151145,_0x9b358f['platformIndex']=_0x43f671,_0x9b358f[_0x52f477(0x154)]=_0x197be0,yield _0x9b358f;}}}}}module[a99_0xb23963(0x153)]=TestCafeAutomationFramework;
1
+ 'use strict';const a99_0x23092b=a99_0x41c3;function a99_0x3042(){const _0x923925=['get','set','6100423aLQMAF','\x20hookState=','TestCafeAutomationFramework','eeSME','slice','removeInstance','instance','resolveInstance:\x20no\x20userAgent\x20in\x20args;\x20falling\x20back\x20to\x20default\x20tracked\x20instance','35881196dnqHxI','string','iterAllInstances','CREATE','getTrackedInstance','2682315oPxAvK','parseInt','length','MtapN','ZUMPd','ggBxU','testcafe:','125181pLIoHZ','instances','391378GtdKLw','getInstanceByUserAgent','resolveInstance:\x20created\x20instance\x20for\x20userAgent=\x22','1090cgMHWX','trackEvent','./automationFramework.js','\x22\x20platformIndex=','chQhW','lastIndexOf','../instances/trackedInstance.js','createContext','getAutomationFrameworkVersion','\x20→\x20','cPUFe','../../../helpers/classLogger.js','runHooks','2KyLXhR','warn','resolveInstance','platformIndex','33AhxFjX','delete','5521788CpVugq','mradk','exports','8naJXYp','userAgent','2468508VrAuJb','3euoOkF','6yOLdcn','info'];a99_0x3042=function(){return _0x923925;};return a99_0x3042();}(function(_0x25e294,_0x250a8c){const _0x751108=a99_0x41c3,_0x4f3a5f=_0x25e294();while(!![]){try{const _0x37e8f3=-parseInt(_0x751108(0x19a))/0x1*(-parseInt(_0x751108(0x18a))/0x2)+parseInt(_0x751108(0x16f))/0x3*(parseInt(_0x751108(0x16e))/0x4)+-parseInt(_0x751108(0x181))/0x5*(-parseInt(_0x751108(0x170))/0x6)+-parseInt(_0x751108(0x174))/0x7*(parseInt(_0x751108(0x16c))/0x8)+-parseInt(_0x751108(0x188))/0x9*(-parseInt(_0x751108(0x18d))/0xa)+parseInt(_0x751108(0x167))/0xb*(parseInt(_0x751108(0x169))/0xc)+-parseInt(_0x751108(0x17c))/0xd;if(_0x37e8f3===_0x250a8c)break;else _0x4f3a5f['push'](_0x4f3a5f['shift']());}catch(_0x2edb25){_0x4f3a5f['push'](_0x4f3a5f['shift']());}}}(a99_0x3042,0xc5bbb));const AutomationFramework=require(a99_0x23092b(0x18f)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js'),AutomationFrameworkState=require('../state/automationFrameworkState.js'),TrackedInstance=require(a99_0x23092b(0x193)),{createClassLogger}=require(a99_0x23092b(0x198)),logger=createClassLogger(a99_0x23092b(0x176));class TestCafeAutomationFramework extends AutomationFramework{constructor(_0x58fca0,_0x17d033){super(_0x58fca0,_0x17d033);}async[a99_0x23092b(0x18e)](_0x1f4863,_0x467ed5,_0x4116f={}){const _0x5ea9ea=a99_0x23092b;await super[_0x5ea9ea(0x18e)](_0x1f4863,_0x467ed5,_0x4116f);const _0x2c5232=this['resolveInstance'](_0x1f4863,_0x467ed5,_0x4116f);if(!_0x2c5232){logger['debug']('trackEvent:\x20no\x20instance\x20for\x20state='+_0x1f4863+_0x5ea9ea(0x175)+_0x467ed5);return;}_0x4116f[_0x5ea9ea(0x17a)]=_0x2c5232,await this[_0x5ea9ea(0x199)](_0x2c5232,_0x1f4863,_0x467ed5,_0x4116f);}[a99_0x23092b(0x165)](_0x12f1e8,_0x920df1,_0xec892d={}){const _0x8bda19=a99_0x23092b,_0x276ed1={};_0x276ed1[_0x8bda19(0x16a)]=_0x8bda19(0x17b),_0x276ed1['chQhW']=function(_0x322b39,_0x4d018b){return _0x322b39===_0x4d018b;},_0x276ed1[_0x8bda19(0x184)]=function(_0x59f886,_0x2096c8){return _0x59f886||_0x2096c8;};const _0x6ba3c=_0x276ed1,_0x240418=_0xec892d[_0x8bda19(0x16d)]||null;if(!_0x240418)return logger[_0x8bda19(0x164)](_0x6ba3c['mradk']),AutomationFramework[_0x8bda19(0x180)]();const _0x595a4a=Number['isInteger'](_0xec892d['platformIndex'])?_0xec892d['platformIndex']:0x0,_0x3f9dd7='testcafe:'+_0x240418+'#'+_0x595a4a;let _0x57397a=AutomationFramework[_0x8bda19(0x189)][_0x8bda19(0x172)](_0x3f9dd7);if(!_0x57397a&&(_0x6ba3c[_0x8bda19(0x191)](_0x12f1e8,AutomationFrameworkState[_0x8bda19(0x17f)])||_0x6ba3c['chQhW'](_0x12f1e8,AutomationFrameworkState['NONE']))){const _0x45c993=TrackedInstance[_0x8bda19(0x194)](_0x3f9dd7);_0x57397a=new AutomationFrameworkInstance(_0x45c993,this['getAutomationFrameworkName'](),this[_0x8bda19(0x195)](),_0x12f1e8),AutomationFramework[_0x8bda19(0x189)][_0x8bda19(0x173)](_0x3f9dd7,_0x57397a),logger[_0x8bda19(0x171)](_0x8bda19(0x18c)+_0x240418+_0x8bda19(0x190)+_0x595a4a+_0x8bda19(0x196)+_0x3f9dd7);}return _0x6ba3c[_0x8bda19(0x184)](_0x57397a,null);}static[a99_0x23092b(0x179)](_0xbb9f58,_0x509adc=0x0){const _0x391e11=a99_0x23092b,_0x2e3799=_0x391e11(0x187)+_0xbb9f58+'#'+_0x509adc;return AutomationFramework[_0x391e11(0x189)][_0x391e11(0x168)](_0x2e3799);}static[a99_0x23092b(0x18b)](_0x42e8a,_0x57dea0=0x0){const _0x2dc361=a99_0x23092b;return AutomationFramework[_0x2dc361(0x189)][_0x2dc361(0x172)](_0x2dc361(0x187)+_0x42e8a+'#'+_0x57dea0)||null;}static*[a99_0x23092b(0x17e)](){const _0x1eec45=a99_0x23092b,_0x223e23={};_0x223e23[_0x1eec45(0x186)]=function(_0x1df657,_0x2b45f4){return _0x1df657===_0x2b45f4;},_0x223e23[_0x1eec45(0x177)]=_0x1eec45(0x17d),_0x223e23['cPUFe']='testcafe:',_0x223e23['KKuKV']=function(_0x351602,_0x28de23){return _0x351602===_0x28de23;},_0x223e23[_0x1eec45(0x185)]=function(_0x39ae1b,_0x20d39a){return _0x39ae1b+_0x20d39a;};const _0x2b1ecf=_0x223e23;for(const [_0x3d4168,_0x51d850]of AutomationFramework[_0x1eec45(0x189)]['entries']()){if(_0x2b1ecf['ggBxU'](typeof _0x3d4168,_0x2b1ecf[_0x1eec45(0x177)])&&_0x3d4168['startsWith'](_0x2b1ecf['cPUFe'])){const _0x3cb0fc=_0x3d4168[_0x1eec45(0x178)](_0x2b1ecf[_0x1eec45(0x197)][_0x1eec45(0x183)]),_0x4b9ab7=_0x3cb0fc[_0x1eec45(0x192)]('#');if(_0x2b1ecf['KKuKV'](_0x4b9ab7,-0x1)){const _0x13bb99={};_0x13bb99[_0x1eec45(0x16d)]=_0x3cb0fc,_0x13bb99[_0x1eec45(0x166)]=0x0,_0x13bb99[_0x1eec45(0x17a)]=_0x51d850,yield _0x13bb99;}else{const _0x420b7a=_0x3cb0fc[_0x1eec45(0x178)](0x0,_0x4b9ab7),_0x212bf8=Number[_0x1eec45(0x182)](_0x3cb0fc[_0x1eec45(0x178)](_0x2b1ecf['ZUMPd'](_0x4b9ab7,0x1)),0xa)||0x0,_0x4a6319={};_0x4a6319[_0x1eec45(0x16d)]=_0x420b7a,_0x4a6319[_0x1eec45(0x166)]=_0x212bf8,_0x4a6319[_0x1eec45(0x17a)]=_0x51d850,yield _0x4a6319;}}}}}function a99_0x41c3(_0x377882,_0x53eb7c){const _0x3042e4=a99_0x3042();return a99_0x41c3=function(_0x41c338,_0xa5d577){_0x41c338=_0x41c338-0x164;let _0x44efd5=_0x3042e4[_0x41c338];return _0x44efd5;},a99_0x41c3(_0x377882,_0x53eb7c);}module[a99_0x23092b(0x16b)]=TestCafeAutomationFramework;