browserstack-node-sdk 1.48.1 → 1.49.1

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 (186) 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 +3 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a73_0x3548bc=a73_0x119b;function a73_0x1931(){const _0x1eca07=['filter','No\x20reason\x20provided','DEFAULT_HOOK_RESULT','KEY_TEST_UUID','hook','KEY_TEST_SCOPE','HroAF','toString','LNbyZ','iRKeu','uSYSK','BueOg','getTestIdentifierFromTestInfo','concat','\x20&\x20hook\x20=\x20','result','KEY_HOOKS_FINISHED','KEY_HOOK_FAILURE_TYPE','testFrameworkVersion','ceil','YmkKd','INIT_TEST','\x20hookState=','KEY_HOOK_LOGS','7BWHDUB','KEY_TEST_CODE','steps','getCurrentInstanceName','KEY_TEST_RESULT_AT','../../../../src/helpers/helper','POST','iYeHB','format','stack','sekDM',',\x20state=','wouFm','../state/testFrameworkState.js','KEY_TEST_ID','some','eventJson','path','testFrameworkState','executionContext','Error\x20in\x20sendLogCreatedEvent:\x20','zDBLF','createTestFrameworkEventPayload\x20testId:\x20','VvFLt','parsePlaywrightTest','getInstance','iiXkG','getTrackedInstance','KEY_HOOK_LAST_FINISHED','KEY_EVENT_STARTED_AT','hookState','getTestFrameworksVersions','fNurT','../state/hookState.js','getProcessId','pVYts','DEFAULT_TEST_RESULT','error',',\x20testFrameworkState=','KEY_TEST_STARTED_AT','ReSxd','kIsDq','wKiWo','sendLogCreatedEvent\x20for\x20testId:\x20','hLJwW','getThreadId','file_name','\x20response=','KEY_CUSTOM_TAGS','attachments','addMultipleEntries','RNIyH','values','endedAt','MigXe','QbgvC','getCurrentHookState','workerInfo','JNDMT','KEY_HOOK_FAILURE','1430142iaDSsZ','KEY_TEST_NAME','925424PbgDeC','expectedStatus','USFLY','12668661wEkeqq','KEY_TEST_FILE_PATH','KEY_TEST_RESULT','getContext','../../playwright/reporter/pwUtils','KEY_TEST_FRAMEWORK_NAME','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','\x20batch\x20','Expected\x20to\x20fail,\x20but\x20passed.','IyYRF','platformIndex','getTestUUID','basename','runHooks','YplTx','setTestDetails','\x20target=','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../../../helpers/helper.js','isArray','__workerDetails','startedAt','KXqdA','\x20payload=','427938KjrpwS','multi_dropdown','split','map','osLHY','getTestFrameworks','statSync','Cckxs','wzhNs','../../../helpers/test-observability/utils','getRef','NONE','get','slice','../instances/testFrameworkInstance.js','TEST_SCREENSHOT','debug','errors','KEY_TEST_ENDED_AT','10HvNhXP','QanpQ','SrvKz','XCnzz','UrlSE','PlaywrightTestFramework','CTTyx','wKHJB','trackEvent','info','KEY_AUTOMATE_SESSION_NAME','71313ouJvsq','eovze','from','instance','fzbnn','util','GRJjA','KEY_TEST_SCOPES','Error\x20in\x20createTestFrameworkEventPayload:\x20','vPDlC','\x20and\x20args\x20=\x20','resolveInstance','getCurrentTestState','BanRJ','mlaFr','KEY_LOGS','./testFramework','filePath','trim','WKGmm','KEY_TEST_LOCATION','step','parsePlaywrightTestResult','mtmaM','stringify','KEY_HOOK_RESULT','4822715XwKsaf','KEY_TEST_FAILURE_TYPE','PRE','dUGMo','field_type','../../utils/constants','lJAeU','eCmGl','uuid','KEY_HOOK_LAST_STARTED','5603784aQsLWD','duration','sendLogCreatedEvent','forEach','yEjlZ','tZbYP','inspect','hyHxu','vCnWE','status','getAllData','getId','base64','itPbV','KEY_HOOK_NAME','parallelIndex','results','size','TEST','cjqSW','KEY_HOOK_FAILURE_REASON','ujfXJ','KEY_TEST_FRAMEWORK_VERSION','toISOString','SpRSq','../../../helpers/classLogger.js','ykNIy','getTestDetails','test','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','description','parsePlaywrightTestResult:\x20testId=','TEST_ATTACHMENT','\x20result=','skipped','KEY_TEST_ATTACHMENTS','lnjYM','\x20from\x20TestDetails:\x20','length','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','TzFaH','retry','startTime','QryUH','\x20instance=','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','WEPQf','title','push','yKPJv','trackPlaywrightInstance','KEY_TEST_FAILURE_REASON','KEY_HOOKS_STARTED','logCreatedEvent','\x20testHookState=','Error\x20processing\x20trace\x20file\x20','KEY_TEST_TAGS','message','Hook\x20List\x20in\x20Post\x20','sendLogCreatedEvent:\x20testId=','passed','../instances/trackedInstance.js','getTime','EEgsJ'];a73_0x1931=function(){return _0x1eca07;};return a73_0x1931();}(function(_0x3e6f01,_0x42a54c){const _0x186a88=a73_0x119b,_0x482117=_0x3e6f01();while(!![]){try{const _0x5908a1=parseInt(_0x186a88(0x1fb))/0x1*(-parseInt(_0x186a88(0x1f0))/0x2)+parseInt(_0x186a88(0x1dd))/0x3+parseInt(_0x186a88(0x2b5))/0x4+parseInt(_0x186a88(0x215))/0x5+-parseInt(_0x186a88(0x2b3))/0x6*(-parseInt(_0x186a88(0x277))/0x7)+parseInt(_0x186a88(0x21f))/0x8+-parseInt(_0x186a88(0x2b8))/0x9;if(_0x5908a1===_0x42a54c)break;else _0x482117['push'](_0x482117['shift']());}catch(_0x535b46){_0x482117['push'](_0x482117['shift']());}}}(a73_0x1931,0x7d49d));const TestFramework=require(a73_0x3548bc(0x20b)),TestFrameworkState=require(a73_0x3548bc(0x284)),HookState=require(a73_0x3548bc(0x298)),{createClassLogger}=require(a73_0x3548bc(0x238)),TestFrameworkInstance=require(a73_0x3548bc(0x1eb)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a73_0x3548bc(0x25c)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a73_0x3548bc(0x1f5)),{v4:uuidv4}=require(a73_0x3548bc(0x21d)),util=require(a73_0x3548bc(0x200)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x3548bc(0x1d7)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient'),{removeAnsiColors,getFailureType,failureData}=require(a73_0x3548bc(0x1e6)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x3548bc(0x2bc)),{findNestedKey,sendTraceZip,validateFilePath}=require(a73_0x3548bc(0x2bc)),path=require(a73_0x3548bc(0x288)),fs=require('fs'),helper=require(a73_0x3548bc(0x27c)),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x3548bc(0x21a));class PlaywrightTestFramework extends TestFramework{constructor(_0x46b58a,_0x4a1258,_0x4271e8){super(_0x46b58a,_0x4a1258,_0x4271e8);}async[a73_0x3548bc(0x1f8)](_0x4c938f,_0x15c38d,_0x5831a9={}){const _0x3592cd=a73_0x3548bc,_0x3a96bd={'iiXkG':function(_0x414939,_0x2fe873){return _0x414939===_0x2fe873;},'QanpQ':function(_0x5df3c8,_0x1dbbf4){return _0x5df3c8===_0x1dbbf4;},'LNbyZ':function(_0x359e4c,_0x51472f){return _0x359e4c===_0x51472f;},'ReSxd':function(_0x184ffb,_0x54eacf,_0x5a312b){return _0x184ffb(_0x54eacf,_0x5a312b);},'XCnzz':function(_0x12c7a6,_0x1f58ff){return _0x12c7a6===_0x1f58ff;},'SpRSq':_0x3592cd(0x23b),'lJAeU':_0x3592cd(0x2be)};super[_0x3592cd(0x1f8)](_0x4c938f,_0x15c38d,_0x5831a9);if(_0x3a96bd[_0x3592cd(0x291)](_0x4c938f,TestFrameworkState[_0x3592cd(0x1ec)])){const _0x2783d0=TestInfo[_0x3592cd(0x26b)](_0x5831a9['test'],_0x5831a9[_0x3592cd(0x23b)][_0x3592cd(0x248)]);TestInfo[_0x3592cd(0x2c7)](_0x2783d0,_0x5831a9[_0x3592cd(0x26e)],!![]);}const _0x2f3380=this[_0x3592cd(0x206)](_0x4c938f,_0x15c38d,_0x5831a9);if(!_0x2f3380)return;logger[_0x3592cd(0x1ed)]('trackEvent:\x20found\x20instance,\x20testFrameworkState='+_0x4c938f+_0x3592cd(0x275)+_0x15c38d+'\x20instanceId='+_0x2f3380['getRef']());try{if(_0x3a96bd[_0x3592cd(0x1f1)](_0x15c38d,HookState[_0x3592cd(0x217)])&&_0x3a96bd[_0x3592cd(0x267)](_0x4c938f,TestFrameworkState['TEST'])){const _0x17dbec=_0x5831a9[_0x3592cd(0x23b)];logger[_0x3592cd(0x1ed)](_0x3592cd(0x246)+_0x17dbec['id']+'}');const _0x12ec0f=TestInfo[_0x3592cd(0x2c3)](_0x3a96bd[_0x3592cd(0x29f)](getTestRunIdentifier,_0x17dbec,_0x5831a9['result'][_0x3592cd(0x248)]));_0x2f3380[_0x3592cd(0x2a9)](this[_0x3592cd(0x28f)](_0x12ec0f,_0x17dbec,_0x5831a9[_0x3592cd(0x26e)])),logger[_0x3592cd(0x1ed)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x17dbec['id']+_0x3592cd(0x29d)+_0x4c938f+_0x3592cd(0x255)+_0x15c38d+_0x3592cd(0x24b)+_0x2f3380[_0x3592cd(0x1e7)]());}if(_0x3a96bd[_0x3592cd(0x1f3)](_0x15c38d,HookState[_0x3592cd(0x27d)])&&_0x3a96bd[_0x3592cd(0x1f1)](_0x4c938f,TestFrameworkState[_0x3592cd(0x231)])){const _0x1879aa=_0x5831a9[_0x3592cd(0x23b)],_0x4ebc48=_0x5831a9[_0x3592cd(0x26e)];logger[_0x3592cd(0x1ed)](_0x3592cd(0x23c)+_0x1879aa['id']),_0x2f3380['addMultipleEntries'](this[_0x3592cd(0x211)](_0x1879aa['id'],_0x4ebc48,_0x1879aa)),await this['sendLogCreatedEvent'](_0x2f3380,_0x4c938f,_0x15c38d,_0x3a96bd[_0x3592cd(0x237)],_0x5831a9);}if(CLIUtils['matchHookRegex'](_0x4c938f['toString']()[_0x3592cd(0x1df)]('.')[0x1])){const _0x2876b0=await this['trackHookEvent'](_0x2f3380,_0x4c938f,_0x15c38d,_0x5831a9);_0x2f3380[_0x3592cd(0x2a9)](_0x2876b0);}}catch(_0x1e433d){logger['error'](util['format'](_0x3a96bd[_0x3592cd(0x21b)],_0x4c938f,_0x15c38d,_0x5831a9['length'],_0x1e433d));}_0x5831a9['instance']=_0x2f3380,await this[_0x3592cd(0x2c5)](_0x2f3380,_0x4c938f,_0x15c38d,_0x5831a9);}[a73_0x3548bc(0x206)](_0x36605c,_0x574747,_0x5975e8={}){const _0xfb9bf=a73_0x3548bc,_0x2a7c21={};_0x2a7c21[_0xfb9bf(0x269)]=function(_0x1283c5,_0x27d80e){return _0x1283c5===_0x27d80e;};const _0x49c1b1=_0x2a7c21;let _0x40dc0d=null;return(_0x49c1b1[_0xfb9bf(0x269)](_0x36605c,TestFrameworkState[_0xfb9bf(0x274)])||_0x49c1b1[_0xfb9bf(0x269)](_0x36605c,TestFrameworkState[_0xfb9bf(0x1e8)]))&&this['trackPlaywrightInstance'](_0x36605c,_0x5975e8),_0x40dc0d=TestFramework[_0xfb9bf(0x292)](),_0x40dc0d;}[a73_0x3548bc(0x251)](_0x27b5d1,_0x3002df){const _0x358c45=a73_0x3548bc,_0x4256f7=CLIUtils[_0x358c45(0x27a)](),_0x5ebbf1=TrackedInstance['createContext'](_0x4256f7);let _0x59b01b=null;logger['info'](_0x358c45(0x24c)+_0x4256f7+_0x358c45(0x282)+_0x27b5d1),_0x59b01b=new TestFrameworkInstance(_0x5ebbf1,this[_0x358c45(0x1e2)](),this[_0x358c45(0x296)](),_0x27b5d1,HookState[_0x358c45(0x1e8)]),TestFramework['setTrackedInstance'](_0x5ebbf1,_0x59b01b),logger[_0x358c45(0x1f9)](_0x358c45(0x1d6)+_0x5ebbf1[_0x358c45(0x22a)]()+_0x358c45(0x1d5)+_0x4256f7);}[a73_0x3548bc(0x28f)](_0x59e310,_0x25a56e,_0x1a64e8){const _0x28b929=a73_0x3548bc,_0x3ff9d2={'RNIyH':function(_0x1b5d76,_0x1a8d40){return _0x1b5d76(_0x1a8d40);},'YplTx':function(_0x5d7c34,_0x107e0d){return _0x5d7c34(_0x107e0d);},'sekDM':function(_0x414d5c,_0x1376c7){return _0x414d5c(_0x1376c7);},'pVYts':function(_0xc26196,_0x206c61){return _0xc26196(_0x206c61);},'BanRJ':function(_0x571428,_0x25d46f){return _0x571428(_0x25d46f);},'QTeCb':function(_0x12ea46,_0xf349a7,_0x1be41d){return _0x12ea46(_0xf349a7,_0x1be41d);}},_0x3f6bc0=_0x3ff9d2[_0x28b929(0x2aa)](getPlaywrightTestId,_0x25a56e),_0x1751de=_0x3ff9d2['YplTx'](getPlaywrightTestTitle,_0x25a56e),_0x32d986=_0x3ff9d2['YplTx'](getTestTags,_0x25a56e),_0x4fad22=_0x3ff9d2['RNIyH'](getPlaywrightTestCode,_0x25a56e),_0x19f78e=_0x3ff9d2[_0x28b929(0x281)](getPlaywrightTestFilePath,_0x25a56e),_0x35aa2e=_0x19f78e+':'+_0x3ff9d2[_0x28b929(0x2c6)](getPlaywrightTestLocation,_0x25a56e),_0x1da444=_0x3ff9d2[_0x28b929(0x29a)](getPlaywrightTestScope,_0x25a56e),_0x11ff72=_0x3ff9d2[_0x28b929(0x2aa)](getPlaywrightTestScopes,_0x25a56e),_0x5af718=_0x3ff9d2[_0x28b929(0x208)](getPlaywrightSessionName,_0x25a56e),_0x2e7b82=this[_0x28b929(0x1e2)]()[0x0],_0x36a59f=_0x3ff9d2['QTeCb'](getTestRunIdentifier,_0x25a56e,_0x1a64e8[_0x28b929(0x248)]),_0x221d01={[TestFrameworkConstants[_0x28b929(0x2bd)]]:_0x2e7b82,[TestFrameworkConstants[_0x28b929(0x235)]]:this[_0x28b929(0x296)]()[_0x2e7b82],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x28b929(0x26f)]]:{},[TestFrameworkConstants[_0x28b929(0x253)]]:{},[TestFrameworkConstants[_0x28b929(0x262)]]:_0x59e310,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x28b929(0x29b)],[TestFrameworkConstants[_0x28b929(0x1fa)]]:_0x5af718,[TestFrameworkConstants[_0x28b929(0x2b9)]]:_0x19f78e,[TestFrameworkConstants[_0x28b929(0x285)]]:_0x3f6bc0,[TestFrameworkConstants[_0x28b929(0x2b4)]]:_0x1751de,[TestFrameworkConstants[_0x28b929(0x20f)]]:_0x35aa2e,[TestFrameworkConstants[_0x28b929(0x278)]]:_0x4fad22,[TestFrameworkConstants[_0x28b929(0x257)]]:_0x32d986,[TestFrameworkConstants[_0x28b929(0x29e)]]:_0x25a56e[_0x28b929(0x22f)][0x0][_0x28b929(0x249)],[TestFrameworkConstants[_0x28b929(0x264)]]:_0x1da444,[TestFrameworkConstants[_0x28b929(0x202)]]:_0x11ff72,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x3ff9d2['YplTx'](getPlaywrightCustomRerunParam,_0x25a56e)};TestInfo[_0x28b929(0x2c7)](_0x36a59f,_0x221d01);const _0x137936={};return _0x137936[_0x36a59f]=_0x221d01,_0x137936;}['parsePlaywrightTestResult'](_0x53a43e,_0x32a632,_0x388892){const _0x2ac4fa=a73_0x3548bc,_0x2d78de={'fNurT':function(_0x391aef,_0x26c7ec){return _0x391aef(_0x26c7ec);},'TzFaH':_0x2ac4fa(0x23f),'ykNIy':function(_0xfeee37,_0x10b955){return _0xfeee37===_0x10b955;},'hLJwW':function(_0x29d49d,_0x423cb9){return _0x29d49d===_0x423cb9;},'MigXe':function(_0xa7a9a1,_0x5d91d6){return _0xa7a9a1(_0x5d91d6);},'wKHJB':_0x2ac4fa(0x260),'HroAF':_0x2ac4fa(0x1de),'GRJjA':function(_0x858e1c,_0xaa12dd,_0x3fb973){return _0x858e1c(_0xaa12dd,_0x3fb973);},'TYniB':function(_0x29f4e3,_0x5912dc){return _0x29f4e3+_0x5912dc;},'htwRC':_0x2ac4fa(0x241),'lnjYM':'passed','yKPJv':function(_0x48359b,_0x1dd2cc){return _0x48359b===_0x1dd2cc;},'eovze':'failed','BueOg':'timedOut','wKiWo':function(_0x1459ba,_0x12666f){return _0x1459ba===_0x12666f;},'fzbnn':function(_0x42a1df,_0xe898b0){return _0x42a1df===_0xe898b0;},'WKGmm':_0x2ac4fa(0x2c0),'zDBLF':function(_0xcdfc0d,_0x121b95){return _0xcdfc0d||_0x121b95;},'itPbV':function(_0x46a951,_0x3f2543){return _0x46a951(_0x3f2543);},'FSucF':function(_0x3d5453,_0x46ebf7){return _0x3d5453(_0x46ebf7);},'CTTyx':function(_0x3b7491,_0x3abd36){return _0x3b7491>_0x3abd36;},'WEPQf':function(_0xe407e6,_0xe51aaa){return _0xe407e6-_0xe51aaa;},'ktnOJ':function(_0xb72926,_0x2c8b17,_0x49131f){return _0xb72926(_0x2c8b17,_0x49131f);},'osLHY':'path','YmkKd':function(_0x43ca0e,_0x4c7308){return _0x43ca0e(_0x4c7308);},'dUGMo':function(_0x5e6f18,_0x4358a6){return _0x5e6f18>_0x4358a6;},'QbgvC':function(_0x206e46,_0x581b8e,_0x4fc3ea){return _0x206e46(_0x581b8e,_0x4fc3ea);}};logger[_0x2ac4fa(0x1ed)](_0x2ac4fa(0x23e)+_0x53a43e);const _0x2d8b4c=_0x2d78de[_0x2ac4fa(0x201)](getTestRunIdentifier,_0x388892,_0x32a632[_0x2ac4fa(0x248)]),_0x4b3339=new Date(_0x32a632[_0x2ac4fa(0x249)]),_0x335399=_0x32a632[_0x2ac4fa(0x220)],_0x28502e=new Date(_0x2d78de['TYniB'](_0x4b3339[_0x2ac4fa(0x25d)](),_0x335399)),_0x59ded6=_0x32a632['status'],_0x103698=TestInfo[_0x2ac4fa(0x23a)](_0x2d8b4c)[TestFrameworkConstants[_0x2ac4fa(0x2a7)]]||{};let _0x28d3fb=_0x59ded6;if(_0x2d78de['ykNIy'](_0x32a632['status'],_0x388892[_0x2ac4fa(0x2b6)]))_0x28d3fb=_0x2d78de['ykNIy'](_0x32a632[_0x2ac4fa(0x228)],_0x2d78de['htwRC'])?_0x2d78de['htwRC']:_0x2d78de['lnjYM'];else{(_0x2d78de[_0x2ac4fa(0x250)](_0x28d3fb,_0x2d78de['lnjYM'])||_0x2d78de[_0x2ac4fa(0x239)](_0x28d3fb,_0x2d78de[_0x2ac4fa(0x1fc)])||_0x2d78de[_0x2ac4fa(0x239)](_0x28d3fb,_0x2d78de[_0x2ac4fa(0x26a)]))&&(_0x28d3fb=_0x2d78de[_0x2ac4fa(0x1fc)]);if(_0x2d78de[_0x2ac4fa(0x2a1)](_0x32a632['status'],_0x2d78de[_0x2ac4fa(0x243)])&&_0x2d78de[_0x2ac4fa(0x1ff)](_0x388892[_0x2ac4fa(0x2b6)],_0x2d78de[_0x2ac4fa(0x1fc)])){const _0x4fdce0={};_0x4fdce0['message']=_0x2d78de[_0x2ac4fa(0x20e)],_0x4fdce0[_0x2ac4fa(0x280)]=_0x2d78de[_0x2ac4fa(0x20e)],_0x32a632[_0x2ac4fa(0x29c)]=_0x4fdce0,_0x32a632['errors']=[_0x32a632[_0x2ac4fa(0x29c)]];}}const {failureData:_0x1c957a,logs:_0x452cae}=_0x2d78de[_0x2ac4fa(0x201)](getFailureData,_0x32a632?.['errors'],{}),_0x3182dc={[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x2d78de[_0x2ac4fa(0x28c)](_0x1c957a,null),[TestFrameworkConstants[_0x2ac4fa(0x216)]]:_0x32a632?.['error']&&_0x2d78de[_0x2ac4fa(0x22c)](getFailureType,_0x32a632[_0x2ac4fa(0x29c)]['message']),[TestFrameworkConstants[_0x2ac4fa(0x252)]]:_0x32a632?.['error']&&_0x2d78de['FSucF'](removeAnsiColors,_0x32a632[_0x2ac4fa(0x29c)][_0x2ac4fa(0x258)]),[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x2ac4fa(0x2ba)]]:_0x28d3fb,[TestFrameworkConstants[_0x2ac4fa(0x1ef)]]:_0x28502e['toISOString'](),[TestFrameworkConstants[_0x2ac4fa(0x27b)]]:new Date()[_0x2ac4fa(0x236)](),[TestFrameworkConstants[_0x2ac4fa(0x2a7)]]:_0x103698};if(_0x32a632&&_0x2d78de[_0x2ac4fa(0x1f6)](_0x32a632['retry'],0x0)){const _0x7f77d1=TestInfo[_0x2ac4fa(0x2c3)](_0x2d78de['GRJjA'](getTestRunIdentifier,_0x388892,_0x2d78de[_0x2ac4fa(0x24d)](_0x32a632[_0x2ac4fa(0x248)],0x1)));_0x3182dc[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x7f77d1;}const _0x13d67a={};_0x13d67a[_0x2ac4fa(0x23b)]=_0x388892;const _0x483525=this[_0x2ac4fa(0x206)](TestFrameworkState[_0x2ac4fa(0x231)],HookState[_0x2ac4fa(0x27d)],_0x13d67a),_0x184e4d=_0x483525['getAllData']()[_0x2ac4fa(0x1e9)](_0x2d8b4c)[TestFrameworkConstants[_0x2ac4fa(0x262)]],_0x1671e5=[],_0x32fc15=_0x2d78de['ktnOJ'](findNestedKey,_0x32a632,_0x2d78de[_0x2ac4fa(0x1e1)]);if(_0x32fc15&&_0x2d78de[_0x2ac4fa(0x273)](validateFilePath,_0x32fc15))try{_0x1671e5[_0x2ac4fa(0x24f)]({'kind':_0x2d78de[_0x2ac4fa(0x247)],'timestamp':new Date()[_0x2ac4fa(0x236)](),'test_run_uuid':_0x184e4d,'file_name':path[_0x2ac4fa(0x2c4)](_0x32fc15),'file_size':fs[_0x2ac4fa(0x1e3)](_0x32fc15)[_0x2ac4fa(0x230)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x1c75e9){logger[_0x2ac4fa(0x29c)]('Error\x20processing\x20direct\x20trace\x20file\x20'+_0x32fc15+':\x20'+_0x1c75e9[_0x2ac4fa(0x258)]);}const _0x577397=TestInfo['getTraceFilePaths'](),_0x15db93=_0x577397[_0x2ac4fa(0x25f)](_0x5f371c=>_0x5f371c['testUId']===_0x184e4d);_0x15db93[_0x2ac4fa(0x222)](_0x3c3eff=>{const _0x5937f8=_0x2ac4fa;if(_0x3c3eff[_0x5937f8(0x20c)]&&_0x2d78de[_0x5937f8(0x297)](validateFilePath,_0x3c3eff[_0x5937f8(0x20c)])&&!_0x1671e5[_0x5937f8(0x286)](_0x25224f=>_0x25224f[_0x5937f8(0x2a5)]===path[_0x5937f8(0x2c4)](_0x3c3eff[_0x5937f8(0x20c)])))try{_0x1671e5['push']({'kind':_0x2d78de[_0x5937f8(0x247)],'timestamp':new Date()['toISOString'](),'test_run_uuid':_0x184e4d,'file_name':path['basename'](_0x3c3eff[_0x5937f8(0x20c)]),'file_size':fs['statSync'](_0x3c3eff['filePath'])[_0x5937f8(0x230)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x5b27a3){logger[_0x5937f8(0x29c)](_0x5937f8(0x256)+_0x3c3eff[_0x5937f8(0x20c)]+_0x5937f8(0x244)+_0x5b27a3['message']);}});if(_0x2d78de[_0x2ac4fa(0x218)](_0x1671e5[_0x2ac4fa(0x245)],0x0)){const _0x5abb60=_0x3182dc[TestFrameworkConstants[_0x2ac4fa(0x20a)]]||[];_0x3182dc[TestFrameworkConstants[_0x2ac4fa(0x20a)]]=[..._0x5abb60,..._0x1671e5];}const _0x22fd46=TestInfo['getTestDetails'](_0x2d8b4c)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3bd5f6=_0x2d78de[_0x2ac4fa(0x2ae)](getManualUploadLogs,_0x22fd46,_0x483525[_0x2ac4fa(0x229)]()['get'](_0x2d8b4c)[TestFrameworkConstants[_0x2ac4fa(0x262)]]);if(_0x2d78de[_0x2ac4fa(0x218)](_0x3bd5f6[_0x2ac4fa(0x245)],0x0)){const _0x5a3d12=_0x3182dc[TestFrameworkConstants[_0x2ac4fa(0x20a)]]||[];_0x3182dc[TestFrameworkConstants[_0x2ac4fa(0x20a)]]=[..._0x5a3d12,..._0x3bd5f6];}const _0x471887=_0x388892['annotations']||[],_0x1035a9=_0x3182dc[TestFrameworkConstants[_0x2ac4fa(0x2a7)]]||{};_0x471887[_0x2ac4fa(0x222)](_0x335232=>{const _0x26455c=_0x2ac4fa,{type:_0x10ca6}=_0x335232;let _0x4864e2=_0x335232[_0x26455c(0x23d)];if(!_0x10ca6)return;(_0x2d78de[_0x26455c(0x239)](_0x4864e2,undefined)||_0x2d78de[_0x26455c(0x2a3)](_0x4864e2,null)||_0x2d78de['hLJwW'](_0x2d78de[_0x26455c(0x2ad)](String,_0x4864e2)[_0x26455c(0x20d)](),''))&&(_0x4864e2=_0x2d78de[_0x26455c(0x1f7)]);if(!_0x1035a9[_0x10ca6]){const _0x198a01={};_0x198a01['field_type']=_0x2d78de[_0x26455c(0x265)],_0x198a01[_0x26455c(0x2ab)]=[],_0x1035a9[_0x10ca6]=_0x198a01;}else!_0x1035a9[_0x10ca6][_0x26455c(0x219)]&&(_0x1035a9[_0x10ca6][_0x26455c(0x219)]=_0x2d78de[_0x26455c(0x265)]),!Array[_0x26455c(0x1d8)](_0x1035a9[_0x10ca6][_0x26455c(0x2ab)])&&(_0x1035a9[_0x10ca6][_0x26455c(0x2ab)]=[]);const _0x521618=_0x2d78de['fNurT'](String,_0x4864e2)[_0x26455c(0x1df)](',')[_0x26455c(0x1e0)](_0x48e333=>_0x48e333[_0x26455c(0x20d)]());_0x1035a9[_0x10ca6][_0x26455c(0x2ab)]=[...new Set([..._0x1035a9[_0x10ca6][_0x26455c(0x2ab)],..._0x521618])];}),_0x3182dc[TestFrameworkConstants[_0x2ac4fa(0x2a7)]]=_0x1035a9,TestInfo[_0x2ac4fa(0x2c7)](_0x2d8b4c,_0x3182dc);const _0x226c3c={};return _0x226c3c[_0x2d8b4c]=_0x3182dc,_0x226c3c;}async['trackHookEvent'](_0x2cd6bc,_0x20e87e,_0x1206f1,_0x28f9c1){const _0x16915f=a73_0x3548bc,_0x160070={'JqJzC':function(_0x3426c7,_0x117153,_0x5d6673){return _0x3426c7(_0x117153,_0x5d6673);},'USFLY':function(_0x572e56,_0x28962c){return _0x572e56 in _0x28962c;},'QryUH':function(_0x40df86,_0x356a89){return _0x40df86(_0x356a89);},'EEgsJ':function(_0x3adb26,_0x177b93){return _0x3adb26(_0x177b93);},'UrlSE':function(_0x3701a6,_0xbc2787){return _0x3701a6===_0xbc2787;},'tZVFU':function(_0x2096a7){return _0x2096a7();},'iYeHB':function(_0x283fe6,_0x34bbf6){return _0x283fe6>_0x34bbf6;},'eCmGl':function(_0xdd2b56,_0x23c7fb,_0x3879c2){return _0xdd2b56(_0x23c7fb,_0x3879c2);},'ujfXJ':'err','lunvB':function(_0x4449e9,_0x413e86){return _0x4449e9(_0x413e86);},'kIsDq':'failed','cjqSW':_0x16915f(0x25b),'JNDMT':function(_0x2278a4,_0x17413c){return _0x2278a4!==_0x17413c;},'WTMba':function(_0x1edd2f,_0x166742){return _0x1edd2f+_0x166742;},'Bcgho':'hook'},_0x3cc121=_0x28f9c1[_0x16915f(0x23b)],_0x398161=_0x28f9c1['step'],_0x119069=_0x160070['JqJzC'](getTestRunIdentifier,_0x3cc121,_0x28f9c1[_0x16915f(0x26e)][_0x16915f(0x248)]),_0x3d2374=_0x20e87e[_0x16915f(0x266)]()['split']('.')[0x1];let _0x15e008=_0x2cd6bc[_0x16915f(0x229)]()['get'](_0x119069)[TestFrameworkConstants[_0x16915f(0x253)]];!_0x15e008&&(_0x15e008={});!_0x160070[_0x16915f(0x2b7)](_0x3d2374,_0x15e008)&&(_0x15e008[_0x3d2374]=[]);let _0x1c4320=_0x2cd6bc['getAllData']()[_0x16915f(0x1e9)](_0x119069)[TestFrameworkConstants[_0x16915f(0x26f)]];!_0x1c4320&&(_0x1c4320={});!_0x160070[_0x16915f(0x2b7)](_0x3d2374,_0x1c4320)&&(_0x1c4320[_0x3d2374]=[]);const _0x278649={[TestFrameworkConstants[_0x16915f(0x253)]]:_0x15e008,[TestFrameworkConstants[_0x16915f(0x26f)]]:_0x1c4320},_0x489284={};_0x489284[_0x119069]=_0x278649;const _0x11599a=_0x489284,_0x37d004=_0x160070[_0x16915f(0x24a)](getPlaywrightTestFilePath,_0x3cc121),_0x5a06dd=_0x37d004+':'+_0x160070[_0x16915f(0x25e)](getPlaywrightTestLocation,_0x3cc121),_0x2c8df9=TestInfo[_0x16915f(0x23a)](_0x119069)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};if(_0x160070[_0x16915f(0x1f4)](_0x1206f1,HookState[_0x16915f(0x217)])){const _0x3707c1={'key':_0x3d2374,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x160070['tZVFU'](uuidv4),[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x16915f(0x261)],[TestFrameworkConstants[_0x16915f(0x294)]]:_0x398161[_0x16915f(0x249)],[TestFrameworkConstants[_0x16915f(0x276)]]:[],[TestFrameworkConstants[_0x16915f(0x22d)]]:_0x398161[_0x16915f(0x24e)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x37d004,[TestFrameworkConstants[_0x16915f(0x20f)]]:_0x5a06dd,[TestFrameworkConstants[_0x16915f(0x2a7)]]:_0x2c8df9};_0x15e008[_0x3d2374]['push'](_0x3707c1),_0x11599a[_0x119069][TestFrameworkConstants[_0x16915f(0x21e)]]=_0x3d2374,logger[_0x16915f(0x1ed)]('Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x3d2374+_0x16915f(0x26d)+_0x3707c1+'\x20\x20and\x20args\x20=\x20'+_0x28f9c1);}else{if(_0x160070['UrlSE'](_0x1206f1,HookState['POST'])){const _0x61cf89=await _0x28f9c1['result'],_0x3b4870=_0x15e008[_0x3d2374]||[],_0x322a2d=_0x28f9c1['step'];logger[_0x16915f(0x1ed)](_0x16915f(0x259)+_0x3b4870+_0x16915f(0x205)+_0x28f9c1);if(_0x160070[_0x16915f(0x27e)](_0x3b4870[_0x16915f(0x245)],0x0)){const _0x4dd2b9=_0x3b4870['pop']();if(_0x322a2d[_0x16915f(0x29c)]){const _0x2dfd81=_0x160070[_0x16915f(0x21c)](failureData,_0x322a2d[_0x16915f(0x29c)],_0x160070[_0x16915f(0x234)]);_0x4dd2b9[TestFrameworkConstants[_0x16915f(0x270)]]=_0x160070['lunvB'](getFailureType,_0x322a2d?.[_0x16915f(0x29c)][_0x16915f(0x258)]),_0x4dd2b9[TestFrameworkConstants[_0x16915f(0x233)]]=_0x160070[_0x16915f(0x24a)](removeAnsiColors,_0x322a2d?.['error'][_0x16915f(0x258)]),_0x4dd2b9[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x160070['kIsDq'],_0x4dd2b9[TestFrameworkConstants[_0x16915f(0x2b2)]]=_0x2dfd81;}else _0x4dd2b9[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x160070['cjqSW'];_0x160070[_0x16915f(0x2b1)](_0x61cf89,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x4dd2b9[TestFrameworkConstants[_0x16915f(0x214)]]=!_0x322a2d[_0x16915f(0x29c)]?_0x160070[_0x16915f(0x232)]:_0x160070[_0x16915f(0x2a0)]);const _0x117cdd=new Date(_0x322a2d[_0x16915f(0x249)]),_0x30224a=new Date(_0x160070['WTMba'](_0x117cdd[_0x16915f(0x25d)](),_0x322a2d[_0x16915f(0x220)]));_0x4dd2b9[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x30224a[_0x16915f(0x236)](),_0x4dd2b9[TestFrameworkConstants[_0x16915f(0x2a7)]]=_0x2c8df9;const _0x358c64=_0x4dd2b9[TestFrameworkConstants['KEY_HOOK_ID']];await this['sendLogCreatedEvent'](_0x2cd6bc,_0x20e87e,_0x358c64,_0x160070['Bcgho'],_0x28f9c1),!_0x1c4320[_0x3d2374]&&(_0x1c4320[_0x3d2374]=[]),_0x1c4320[_0x3d2374][_0x16915f(0x24f)](_0x4dd2b9),_0x11599a[_0x119069][TestFrameworkConstants[_0x16915f(0x293)]]=_0x3d2374;}}}return _0x11599a;}async[a73_0x3548bc(0x221)](_0x4e3690,_0x3bcebb,_0x3c89e0,_0x630e6b,_0x54f01d){const _0x4773f6=a73_0x3548bc,_0x4e3b8a={'jEdTK':function(_0x502c40,_0x245bf4){return _0x502c40===_0x245bf4;},'wouFm':_0x4773f6(0x23b),'mlaFr':function(_0x4239b9,_0x37c077,_0x1f25d0){return _0x4239b9(_0x37c077,_0x1f25d0);},'iRKeu':function(_0x38513f,_0x422658,_0x5e5ed8){return _0x38513f(_0x422658,_0x5e5ed8);},'mtmaM':'attachments','wzhNs':function(_0x1fd3e4,_0x5f46d6,_0x2efbf0,_0x21ae91){return _0x1fd3e4(_0x5f46d6,_0x2efbf0,_0x21ae91);},'vCnWE':function(_0x4989c6,_0x267635,_0x255481){return _0x4989c6(_0x267635,_0x255481);},'tZbYP':function(_0x194d31,_0x3cd420){return _0x194d31/_0x3cd420;},'vPDlC':function(_0x3e1771,_0x2d5fab){return _0x3e1771<_0x2d5fab;},'IyYRF':function(_0x6b05a6,_0x2bc3eb){return _0x6b05a6*_0x2bc3eb;},'yEjlZ':function(_0x2ceb95,_0x55230c){return _0x2ceb95+_0x55230c;},'SrvKz':function(_0x2ac210,_0x15e50d,_0x47bfc7,_0x62ab31,_0x474430){return _0x2ac210(_0x15e50d,_0x47bfc7,_0x62ab31,_0x474430);},'Cckxs':function(_0x2489d5,_0x3d499b){return _0x2489d5+_0x3d499b;},'YmLrY':function(_0x286e62,_0x295772,_0x421895,_0x4438a3){return _0x286e62(_0x295772,_0x421895,_0x4438a3);},'hyHxu':_0x4773f6(0x263)};try{if(_0x4e3b8a['jEdTK'](_0x630e6b,_0x4e3b8a['wouFm'])){const _0x504d68=await _0x54f01d[_0x4773f6(0x26e)],_0x106589=_0x4e3b8a[_0x4773f6(0x209)](getTestRunIdentifier,_0x54f01d['test'],_0x54f01d[_0x4773f6(0x26e)][_0x4773f6(0x248)]),_0x37cff7=_0x54f01d['test'];logger[_0x4773f6(0x1ed)]('sendLogCreatedEvent:\x20testId='+_0x106589+_0x4773f6(0x240)+util['inspect'](_0x504d68));const _0x584133=_0x4e3690[_0x4773f6(0x229)]()[_0x4773f6(0x1e9)](_0x106589)[TestFrameworkConstants[_0x4773f6(0x262)]];await _0x4e3b8a[_0x4773f6(0x268)](sendTraceZip,_0x504d68,_0x584133);const _0x258c8a=TestInfo[_0x4773f6(0x23a)](_0x106589)[_0x4e3b8a[_0x4773f6(0x212)]],_0x504774={};if(_0x258c8a){!_0x504d68[_0x4773f6(0x2a8)]&&(_0x504d68[_0x4773f6(0x2a8)]=[]);_0x504774[_0x4773f6(0x2a8)]=_0x504d68['attachments']['concat'](_0x258c8a||[]);const _0x4da1c5=TestInfo['getTestDetails'](_0x106589);delete _0x4da1c5[_0x4e3b8a[_0x4773f6(0x212)]],TestInfo['setTestDetails'](_0x106589,_0x4da1c5);}const {steps:_0x4bcd71,logs:_0x16ea3c}=_0x4e3b8a[_0x4773f6(0x1e5)](getStepsAndLogs,_0x504d68[_0x4773f6(0x279)],_0x4e3690[_0x4773f6(0x229)]()[_0x4773f6(0x1e9)](_0x106589)[TestFrameworkConstants[_0x4773f6(0x262)]],_0x4e3b8a[_0x4773f6(0x283)]),_0x426c91=_0x4e3b8a[_0x4773f6(0x227)](getScreenshots,_0x504774,_0x4e3690[_0x4773f6(0x229)]()[_0x4773f6(0x1e9)](_0x106589)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x4a9a4c=_0x4e3b8a[_0x4773f6(0x268)](getVideos,_0x504d68,_0x4e3690[_0x4773f6(0x229)]()['get'](_0x106589)[TestFrameworkConstants[_0x4773f6(0x262)]]),{_:_0x42695e,logs:_0x723d2d}=_0x4e3b8a['mlaFr'](getFailureData,_0x504d68[_0x4773f6(0x1ee)],{'test_run_uuid':_0x4e3690[_0x4773f6(0x229)]()[_0x4773f6(0x1e9)](_0x106589)[TestFrameworkConstants['KEY_TEST_UUID']]}),_0x4f6c35=TestInfo[_0x4773f6(0x23a)](_0x106589)[TestFrameworkConstants[_0x4773f6(0x242)]]||{},_0x2b0bac=_0x4e3b8a[_0x4773f6(0x268)](getMediaArtifactsLogs,_0x4f6c35,_0x4e3690['getAllData']()[_0x4773f6(0x1e9)](_0x106589)[TestFrameworkConstants[_0x4773f6(0x262)]]),_0x4d6665=_0x4e3690[_0x4773f6(0x229)]()['get'](_0x106589),{[TestFrameworkConstants[_0x4773f6(0x2bd)]]:_0x592c97='',[TestFrameworkConstants[_0x4773f6(0x235)]]:_0x39af51=''}=_0x4d6665,_0x102bea=(_0x16ea3c||[])[_0x4773f6(0x26c)](_0x426c91||[])[_0x4773f6(0x26c)](_0x723d2d||[])[_0x4773f6(0x26c)](_0x4a9a4c||[])[_0x4773f6(0x26c)](_0x2b0bac||[]),_0x2ace93=0x28,_0x12729e=Math[_0x4773f6(0x272)](_0x4e3b8a[_0x4773f6(0x224)](_0x102bea[_0x4773f6(0x245)],_0x2ace93));for(let _0x353fe3=0x0;_0x4e3b8a[_0x4773f6(0x204)](_0x353fe3,_0x12729e);_0x353fe3++){const _0x5382b8=_0x4e3b8a[_0x4773f6(0x2c1)](_0x353fe3,_0x2ace93),_0x2696db=_0x4e3b8a['yEjlZ'](_0x5382b8,_0x2ace93),_0x1d6e29=_0x102bea[_0x4773f6(0x1ea)](_0x5382b8,_0x2696db),_0x41e28c={'platformIndex':'0','logs':_0x1d6e29,'testFrameworkName':_0x592c97,'testFrameworkVersion':_0x39af51,'testFrameworkState':_0x3bcebb[_0x4773f6(0x266)]()['split']('.')[0x1]};_0x4e3b8a[_0x4773f6(0x1f2)](updatePayloadForTraceLogs,_0x41e28c,_0x54f01d,_0x106589,_0x4e3690),logger[_0x4773f6(0x1ed)](_0x4773f6(0x2a2)+_0x106589+_0x4773f6(0x2bf)+_0x4e3b8a[_0x4773f6(0x223)](_0x353fe3,0x1)+'/'+_0x12729e+_0x4773f6(0x1dc)+util[_0x4773f6(0x225)](_0x41e28c));const _0xbd63fa=await GrpcClient[_0x4773f6(0x290)]()[_0x4773f6(0x254)](_0x41e28c);logger['debug']('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x106589+_0x4773f6(0x2bf)+_0x4e3b8a[_0x4773f6(0x1e4)](_0x353fe3,0x1)+'/'+_0x12729e+_0x4773f6(0x2a6)+util[_0x4773f6(0x225)](_0xbd63fa));}}else{const {steps:_0x2c4a35,logs:_0x588d96}=_0x4e3b8a['YmLrY'](getStepsAndLogs,_0x54f01d[_0x4773f6(0x210)][_0x4773f6(0x279)],_0x3c89e0,_0x4e3b8a[_0x4773f6(0x226)]),_0x3a53aa=_0x4e3b8a[_0x4773f6(0x209)](getTestRunIdentifier,_0x54f01d[_0x4773f6(0x23b)],_0x54f01d[_0x4773f6(0x26e)]['retry']);logger[_0x4773f6(0x1ed)](_0x4773f6(0x25a)+_0x3a53aa);const _0x146763=_0x4e3690['getAllData']()[_0x4773f6(0x1e9)](_0x3a53aa),{[TestFrameworkConstants[_0x4773f6(0x2bd)]]:_0x1554df='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x63a33a=''}=_0x146763,_0x5ae17a={'platformIndex':'0','logs':_0x588d96,'testFrameworkName':_0x1554df,'testFrameworkVersion':_0x63a33a,'testFrameworkState':_0x3bcebb[_0x4773f6(0x266)]()[_0x4773f6(0x1df)]('.')[0x1]};_0x4e3b8a[_0x4773f6(0x1f2)](updatePayloadForTraceLogs,_0x5ae17a,_0x54f01d,_0x3a53aa,_0x4e3690),logger[_0x4773f6(0x1ed)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x3a53aa+_0x4773f6(0x1dc)+util[_0x4773f6(0x225)](_0x5ae17a));const _0x5322e6=await GrpcClient[_0x4773f6(0x290)]()[_0x4773f6(0x254)](_0x5ae17a);}}catch(_0x3de88b){logger[_0x4773f6(0x29c)](_0x4773f6(0x28b)+util[_0x4773f6(0x27f)](_0x3de88b));}}['createTestFrameworkEventPayload'](_0x5410ef){const _0x424b8c=a73_0x3548bc,_0x2257ab={'VvFLt':function(_0x5218b8,_0x4deb17,_0x38bee5){return _0x5218b8(_0x4deb17,_0x38bee5);},'KXqdA':_0x424b8c(0x22b)};try{const _0x6c6c4d=_0x5410ef[_0x424b8c(0x23b)]['id'],_0x415164=_0x2257ab[_0x424b8c(0x28e)](getTestRunIdentifier,_0x5410ef['test'],_0x5410ef[_0x424b8c(0x26e)]['retry']),_0x166b9c=_0x5410ef[_0x424b8c(0x1fe)],_0x32ae68=_0x166b9c[_0x424b8c(0x2bb)](),_0x2bec3a=_0x166b9c[_0x424b8c(0x229)]()[_0x424b8c(0x1e9)](_0x415164);logger[_0x424b8c(0x1ed)](_0x424b8c(0x28d)+_0x6c6c4d);const {[TestFrameworkConstants[_0x424b8c(0x2bd)]]:_0x361bb4='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x18279c='',[TestFrameworkConstants[_0x424b8c(0x29e)]]:_0x1bb6f6='',[TestFrameworkConstants[_0x424b8c(0x1ef)]]:_0x37819a=''}=_0x2bec3a,_0x4b3e77=_0x166b9c[_0x424b8c(0x207)]()[_0x424b8c(0x266)]()[_0x424b8c(0x1df)]('.')[0x1],_0x3c5644=_0x166b9c[_0x424b8c(0x2af)]()[_0x424b8c(0x266)]()[_0x424b8c(0x1df)]('.')[0x1],_0x43e1d6=global?.[_0x424b8c(0x1d9)]?.[_0x424b8c(0x2b0)]?.[_0x424b8c(0x22e)],_0x8a9b20=_0x166b9c[_0x424b8c(0x1e7)](),_0x112806=Buffer[_0x424b8c(0x1fd)](JSON[_0x424b8c(0x213)](_0x2bec3a))[_0x424b8c(0x266)](_0x2257ab[_0x424b8c(0x1db)]),_0x4dc63c={'hash':_0x32ae68[_0x424b8c(0x22a)](),'threadId':_0x32ae68[_0x424b8c(0x2a4)]()[_0x424b8c(0x266)](),'processId':_0x32ae68[_0x424b8c(0x299)]()['toString']()},_0x259e62={};_0x259e62[_0x424b8c(0x2c2)]=_0x43e1d6,_0x259e62['testFrameworkName']=_0x361bb4,_0x259e62[_0x424b8c(0x271)]=_0x18279c,_0x259e62[_0x424b8c(0x289)]=_0x4b3e77,_0x259e62[_0x424b8c(0x295)]=_0x3c5644,_0x259e62[_0x424b8c(0x1da)]=_0x1bb6f6,_0x259e62[_0x424b8c(0x2ac)]=_0x37819a,_0x259e62['uuid']=_0x8a9b20,_0x259e62[_0x424b8c(0x287)]=_0x112806,_0x259e62[_0x424b8c(0x28a)]=_0x4dc63c;const _0x42923f=_0x259e62;return logger[_0x424b8c(0x1ed)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x6c6c4d+'\x20testState:\x20'+_0x4b3e77+'\x20hookState:\x20'+_0x3c5644),_0x42923f;}catch(_0x44f8e2){return logger[_0x424b8c(0x29c)](_0x424b8c(0x203)+util[_0x424b8c(0x27f)](_0x44f8e2)),{};}}}function a73_0x119b(_0x3098e4,_0x23581c){const _0x1931a8=a73_0x1931();return a73_0x119b=function(_0x119b6c,_0x1a52d9){_0x119b6c=_0x119b6c-0x1d5;let _0x8b0e2c=_0x1931a8[_0x119b6c];return _0x8b0e2c;},a73_0x119b(_0x3098e4,_0x23581c);}module['exports']=PlaywrightTestFramework;
1
+ const a73_0x521233=a73_0x2f88;function a73_0x1a53(){const _0x119167=['getTestFrameworks','KEY_CUSTOM_TAGS','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','hoiFp','sendLogCreatedEvent:\x20testId=','Error\x20in\x20createTestFrameworkEventPayload:\x20','CDbRr','KEY_HOOK_RESULT','../../playwright/reporter/pwUtils','createContext','__workerDetails','failed','162SdIVlL','36aAngLo','Daecm','description','getTestUUID','size','DRNmJ','laxvx','endedAt','createTestFrameworkEventPayload\x20testId:\x20','statSync','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','\x20&\x20hook\x20=\x20','KEY_TEST_ENDED_AT','gBJiU','jMdvy','yECpB','3941000SQTbGf','KEY_TEST_FRAMEWORK_NAME','DCxmC','KEY_HOOK_LAST_FINISHED','kSQrA','kykMQ','KEY_TEST_LOGS','KEY_EVENT_STARTED_AT','sendLogCreatedEvent\x20for\x20testId:\x20','KEY_TEST_LOCATION','stack','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','KEY_TEST_SCOPES','debug','\x20and\x20args\x20=\x20','Aoocz','Error\x20in\x20sendLogCreatedEvent:\x20','TEST','getTestDetails','dNNgM','165158mchfXK','pgmAh','parsePlaywrightTestResult:\x20testId=','tekyn','sxPPE','../grpcClient','KEY_HOOK_ID','5808wgovuv','map','values','testFrameworkName','apYTW','NONE','get','trackEvent:\x20found\x20instance,\x20testFrameworkState=','errors','setTestDetails','getTime','err','../TestInfo.js','hjURO','kzWNF','KEY_HOOK_FAILURE_REASON','KEY_AUTOMATE_SESSION_NAME','../../../../src/helpers/helper','sendLogCreatedEvent','pop','../instances/trackedInstance.js','title','parallelIndex','60674SWfmGp','No\x20reason\x20provided','workerInfo','stringify','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','getTestFrameworksVersions','message','../../../helpers/test-observability/utils','some','KEY_TEST_FRAMEWORK_VERSION','dPKUm','logCreatedEvent','pcoha','XkwiH','ceil','forEach','KEY_TEST_FAILURE','ahqxv','getProcessId','setTrackedInstance','JOMBx','Error\x20processing\x20trace\x20file\x20','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','JfIbT','KEY_HOOK_FAILURE_TYPE','KEY_HOOK_NAME','trackHookEvent','parsePlaywrightTestResult','GSOJq','VOOcN','WxnAi','\x20hookState=','result','\x20target=','SmKnr','hookState','getContext','PqlDf','../../utils/constants','KEY_LOGS','KEY_TEST_UUID','getTestIdentifierFromTestInfo','basename','\x20hookState:\x20','startTime','startedAt','testUId','length','RLHRP','error','DEFAULT_TEST_RESULT','RWGmv','multi_dropdown','KEY_TEST_TAGS','xzhPJ','getAllData','test','dkEOT','hLlIK','getRef','\x20batch\x20','format','Error\x20processing\x20direct\x20trace\x20file\x20','2302608AswvcM','duration','inspect','attachments','exports','zcWer','yJbCV','gvTmm','isArray','file_name','steps','POST','KEY_HOOK_LAST_STARTED',',\x20testFrameworkState=','toISOString','Bijba','HWHfn','BPcUD','trackEvent','concat','7218dQjTEK','\x20payload=','uuid','KEY_TEST_FAILURE_TYPE','../state/testFrameworkState.js','DEFAULT_HOOK_RESULT','KEY_TEST_RERUN_NAME','getThreadId','yiAPH','\x20result=','path','addMultipleEntries','KEY_TEST_FAILURE_REASON','status','PRE','qeiRy','hook','588452JMizva','vJyuv','KEY_TEST_RESULT','KEY_HOOKS_FINISHED','KEY_TEST_ID','trim','JuzDT','getCurrentHookState','YzteY','getId','PujqG','tWJUg','info','matchHookRegex','toString','oGZne','trackPlaywrightInstance','\x20testHookState=','../../../helpers/classLogger.js','getInstance','VEYxo','PlaywrightTestFramework','fmRSW','KEY_TEST_RETRY_OF','annotations','kPsgd','qUYdy','Hook\x20List\x20in\x20Post\x20','KEY_TEST_STARTED_AT','push','instance','KEY_TEST_FILE_PATH','2489120vgPZJm','stPhT','retry','ODyMu','util','split','fccZo','resolveInstance','filter','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','\x20instanceId=','KEY_HOOKS_STARTED','../state/hookState.js','fiSTe','KEY_TEST_ATTACHMENTS','expectedStatus','eventJson','../cliUtils.js','../../../helpers/helper.js','field_type','filePath','gbKVf','\x20response=','step','./testFramework','passed','KEY_EVENT_ENDED_AT'];a73_0x1a53=function(){return _0x119167;};return a73_0x1a53();}(function(_0x511969,_0x3703b4){const _0x45be88=a73_0x2f88,_0x36b4f0=_0x511969();while(!![]){try{const _0x479c20=-parseInt(_0x45be88(0x26c))/0x1*(-parseInt(_0x45be88(0x2ae))/0x2)+-parseInt(_0x45be88(0x1ff))/0x3+-parseInt(_0x45be88(0x224))/0x4+parseInt(_0x45be88(0x27c))/0x5+-parseInt(_0x45be88(0x26b))/0x6*(parseInt(_0x45be88(0x290))/0x7)+parseInt(_0x45be88(0x297))/0x8*(parseInt(_0x45be88(0x213))/0x9)+-parseInt(_0x45be88(0x244))/0xa;if(_0x479c20===_0x3703b4)break;else _0x36b4f0['push'](_0x36b4f0['shift']());}catch(_0x24b307){_0x36b4f0['push'](_0x36b4f0['shift']());}}}(a73_0x1a53,0xa19e1));const TestFramework=require(a73_0x521233(0x25c)),TestFrameworkState=require(a73_0x521233(0x217)),HookState=require(a73_0x521233(0x250)),{createClassLogger}=require(a73_0x521233(0x236)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a73_0x521233(0x255)),TrackedInstance=require(a73_0x521233(0x2ab)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a73_0x521233(0x239)),{v4:uuidv4}=require(a73_0x521233(0x215)),util=require(a73_0x521233(0x248)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x521233(0x256)),TestInfo=require(a73_0x521233(0x2a3)),GrpcClient=require(a73_0x521233(0x295)),{removeAnsiColors,getFailureType,failureData}=require(a73_0x521233(0x2b5)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x521233(0x267)),{findNestedKey,sendTraceZip,validateFilePath}=require(a73_0x521233(0x267)),path=require(a73_0x521233(0x21d)),fs=require('fs'),helper=require(a73_0x521233(0x2a8)),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x521233(0x1e6));function a73_0x2f88(_0x17c835,_0x54eeb7){const _0x1a53f5=a73_0x1a53();return a73_0x2f88=function(_0x2f883c,_0x35e649){_0x2f883c=_0x2f883c-0x1cc;let _0x277e8e=_0x1a53f5[_0x2f883c];return _0x277e8e;},a73_0x2f88(_0x17c835,_0x54eeb7);}class PlaywrightTestFramework extends TestFramework{constructor(_0xa7fbf1,_0x1475e1,_0x464b8c){super(_0xa7fbf1,_0x1475e1,_0x464b8c);}async[a73_0x521233(0x211)](_0x38f3b3,_0x43b17e,_0x52060d={}){const _0x485e32=a73_0x521233,_0x451475={'VEYxo':function(_0x2c9785,_0x5d7e81){return _0x2c9785===_0x5d7e81;},'PujqG':function(_0x4b7f5e,_0x58131c){return _0x4b7f5e===_0x58131c;},'hLlIK':function(_0xc0f4d4,_0x44e825,_0x14a59e){return _0xc0f4d4(_0x44e825,_0x14a59e);},'tWJUg':'test','RWGmv':'trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s'};super[_0x485e32(0x211)](_0x38f3b3,_0x43b17e,_0x52060d);if(_0x451475[_0x485e32(0x238)](_0x38f3b3,TestFrameworkState['TEST_SCREENSHOT'])){const _0x2f9e7c=TestInfo[_0x485e32(0x1e9)](_0x52060d[_0x485e32(0x1f8)],_0x52060d[_0x485e32(0x1f8)][_0x485e32(0x246)]);TestInfo[_0x485e32(0x2a0)](_0x2f9e7c,_0x52060d[_0x485e32(0x1e0)],!![]);}const _0x282948=this[_0x485e32(0x24b)](_0x38f3b3,_0x43b17e,_0x52060d);if(!_0x282948)return;logger['debug'](_0x485e32(0x29e)+_0x38f3b3+_0x485e32(0x1df)+_0x43b17e+_0x485e32(0x24e)+_0x282948[_0x485e32(0x1fb)]());try{if(_0x451475[_0x485e32(0x22e)](_0x43b17e,HookState[_0x485e32(0x221)])&&_0x451475[_0x485e32(0x238)](_0x38f3b3,TestFrameworkState[_0x485e32(0x28d)])){const _0x199e4d=_0x52060d['test'];logger[_0x485e32(0x289)](_0x485e32(0x1d6)+_0x199e4d['id']+'}');const _0x175654=TestInfo[_0x485e32(0x26f)](_0x451475[_0x485e32(0x1fa)](getTestRunIdentifier,_0x199e4d,_0x52060d[_0x485e32(0x1e0)][_0x485e32(0x246)]));_0x282948['addMultipleEntries'](this['parsePlaywrightTest'](_0x175654,_0x199e4d,_0x52060d[_0x485e32(0x1e0)])),logger[_0x485e32(0x289)](_0x485e32(0x276)+_0x199e4d['id']+_0x485e32(0x20c)+_0x38f3b3+_0x485e32(0x235)+_0x43b17e+'\x20instance='+_0x282948['getRef']());}if(_0x451475['VEYxo'](_0x43b17e,HookState[_0x485e32(0x20a)])&&_0x451475[_0x485e32(0x22e)](_0x38f3b3,TestFrameworkState['TEST'])){const _0x369c59=_0x52060d[_0x485e32(0x1f8)],_0x1ba3ed=_0x52060d[_0x485e32(0x1e0)];logger[_0x485e32(0x289)](_0x485e32(0x24d)+_0x369c59['id']),_0x282948[_0x485e32(0x21e)](this[_0x485e32(0x1db)](_0x369c59['id'],_0x1ba3ed,_0x369c59)),await this[_0x485e32(0x2a9)](_0x282948,_0x38f3b3,_0x43b17e,_0x451475[_0x485e32(0x22f)],_0x52060d);}if(CLIUtils[_0x485e32(0x231)](_0x38f3b3[_0x485e32(0x232)]()[_0x485e32(0x249)]('.')[0x1])){const _0x4a7f59=await this[_0x485e32(0x1da)](_0x282948,_0x38f3b3,_0x43b17e,_0x52060d);_0x282948[_0x485e32(0x21e)](_0x4a7f59);}}catch(_0x49f079){logger[_0x485e32(0x1f1)](util[_0x485e32(0x1fd)](_0x451475[_0x485e32(0x1f3)],_0x38f3b3,_0x43b17e,_0x52060d[_0x485e32(0x1ef)],_0x49f079));}_0x52060d[_0x485e32(0x242)]=_0x282948,await this['runHooks'](_0x282948,_0x38f3b3,_0x43b17e,_0x52060d);}['resolveInstance'](_0x3179de,_0x2a1e1a,_0x286f11={}){const _0x1ebd02=a73_0x521233,_0x52493d={};_0x52493d['apYTW']=function(_0x36d543,_0x2c4563){return _0x36d543===_0x2c4563;};const _0x5de784=_0x52493d;let _0x47b640=null;return(_0x5de784[_0x1ebd02(0x29b)](_0x3179de,TestFrameworkState['INIT_TEST'])||_0x5de784['apYTW'](_0x3179de,TestFrameworkState[_0x1ebd02(0x29c)]))&&this[_0x1ebd02(0x234)](_0x3179de,_0x286f11),_0x47b640=TestFramework['getTrackedInstance'](),_0x47b640;}['trackPlaywrightInstance'](_0x2829ed,_0x2acdff){const _0x23b18f=a73_0x521233,_0x597d7c=CLIUtils['getCurrentInstanceName'](),_0x5bfcfe=TrackedInstance[_0x23b18f(0x268)](_0x597d7c);let _0x5babb1=null;logger[_0x23b18f(0x230)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x597d7c+',\x20state='+_0x2829ed),_0x5babb1=new TestFrameworkInstance(_0x5bfcfe,this['getTestFrameworks'](),this[_0x23b18f(0x2b3)](),_0x2829ed,HookState[_0x23b18f(0x29c)]),TestFramework[_0x23b18f(0x1d3)](_0x5bfcfe,_0x5babb1),logger['info'](_0x23b18f(0x261)+_0x5bfcfe['getId']()+_0x23b18f(0x1e1)+_0x597d7c);}['parsePlaywrightTest'](_0x225562,_0x5a519a,_0x5aa62e){const _0x1cf1e6=a73_0x521233,_0x2ea6fe={'kPsgd':function(_0x32849d,_0x268845){return _0x32849d(_0x268845);},'fccZo':function(_0x17dbcc,_0xee2aec){return _0x17dbcc(_0xee2aec);},'MbBeP':function(_0x5c2086,_0x1ce4d5){return _0x5c2086(_0x1ce4d5);},'VOOcN':function(_0x5e2482,_0x4aa640){return _0x5e2482(_0x4aa640);},'laxvx':function(_0xd0aea0,_0x2dec29){return _0xd0aea0(_0x2dec29);},'gvTmm':function(_0x3c3c4e,_0x390840,_0x3151fc){return _0x3c3c4e(_0x390840,_0x3151fc);},'GSOJq':function(_0x1b1954,_0x33be20){return _0x1b1954(_0x33be20);}},_0x554391=_0x2ea6fe[_0x1cf1e6(0x23d)](getPlaywrightTestId,_0x5a519a),_0x2085b8=_0x2ea6fe[_0x1cf1e6(0x24a)](getPlaywrightTestTitle,_0x5a519a),_0x1f9890=_0x2ea6fe[_0x1cf1e6(0x23d)](getTestTags,_0x5a519a),_0x468dbe=_0x2ea6fe['MbBeP'](getPlaywrightTestCode,_0x5a519a),_0x21fb2d=_0x2ea6fe[_0x1cf1e6(0x23d)](getPlaywrightTestFilePath,_0x5a519a),_0x422759=_0x21fb2d+':'+_0x2ea6fe['kPsgd'](getPlaywrightTestLocation,_0x5a519a),_0x32fe8d=_0x2ea6fe[_0x1cf1e6(0x1dd)](getPlaywrightTestScope,_0x5a519a),_0x4afff3=_0x2ea6fe[_0x1cf1e6(0x272)](getPlaywrightTestScopes,_0x5a519a),_0x25947f=_0x2ea6fe[_0x1cf1e6(0x1dd)](getPlaywrightSessionName,_0x5a519a),_0x36b1a1=this[_0x1cf1e6(0x25f)]()[0x0],_0x3f398c=_0x2ea6fe[_0x1cf1e6(0x206)](getTestRunIdentifier,_0x5a519a,_0x5aa62e['retry']),_0xc06d80={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x36b1a1,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[_0x36b1a1],[TestFrameworkConstants[_0x1cf1e6(0x282)]]:[],[TestFrameworkConstants[_0x1cf1e6(0x227)]]:{},[TestFrameworkConstants[_0x1cf1e6(0x24f)]]:{},[TestFrameworkConstants[_0x1cf1e6(0x1e8)]]:_0x225562,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x1cf1e6(0x1f2)],[TestFrameworkConstants[_0x1cf1e6(0x2a7)]]:_0x25947f,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x21fb2d,[TestFrameworkConstants[_0x1cf1e6(0x228)]]:_0x554391,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x2085b8,[TestFrameworkConstants[_0x1cf1e6(0x285)]]:_0x422759,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x468dbe,[TestFrameworkConstants[_0x1cf1e6(0x1f5)]]:_0x1f9890,[TestFrameworkConstants[_0x1cf1e6(0x240)]]:_0x5a519a['results'][0x0][_0x1cf1e6(0x1ec)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x32fe8d,[TestFrameworkConstants[_0x1cf1e6(0x288)]]:_0x4afff3,[TestFrameworkConstants[_0x1cf1e6(0x219)]]:_0x2ea6fe[_0x1cf1e6(0x1dc)](getPlaywrightCustomRerunParam,_0x5a519a)};TestInfo['setTestDetails'](_0x3f398c,_0xc06d80);const _0x333a17={};return _0x333a17[_0x3f398c]=_0xc06d80,_0x333a17;}[a73_0x521233(0x1db)](_0x43b88c,_0x1c6650,_0x506038){const _0x528bc0=a73_0x521233,_0x3e60a1={'qUYdy':function(_0x18765e,_0x1a8a29){return _0x18765e(_0x1a8a29);},'kSQrA':'TEST_ATTACHMENT','SmKnr':function(_0x121f5b,_0xea46e8){return _0x121f5b===_0xea46e8;},'pgmAh':function(_0x523243,_0x155d96){return _0x523243===_0x155d96;},'JOMBx':function(_0x48b5fc,_0xa519b4){return _0x48b5fc(_0xa519b4);},'zcWer':_0x528bc0(0x2af),'dNNgM':_0x528bc0(0x1f4),'vJyuv':function(_0x16ac69,_0x3fc14d){return _0x16ac69(_0x3fc14d);},'jMdvy':function(_0x3e0136,_0x128c10,_0x1d8a62){return _0x3e0136(_0x128c10,_0x1d8a62);},'rYZcl':function(_0x1acdd9,_0x34ea6c){return _0x1acdd9+_0x34ea6c;},'gBJiU':function(_0x290315,_0xc225e9){return _0x290315===_0xc225e9;},'Aoocz':function(_0x4e3ff8,_0x581f0f){return _0x4e3ff8===_0x581f0f;},'XkwiH':'skipped','DCxmC':_0x528bc0(0x25d),'Bijba':function(_0x3ced63,_0x3b4d4b){return _0x3ced63===_0x3b4d4b;},'IoRXZ':function(_0xf461f2,_0x96a3c4){return _0xf461f2===_0x96a3c4;},'tekyn':_0x528bc0(0x26a),'yECpB':function(_0x32882e,_0x2e58bd){return _0x32882e===_0x2e58bd;},'NXALe':'timedOut','gbKVf':'Expected\x20to\x20fail,\x20but\x20passed.','BPcUD':function(_0x16405f,_0x55d8a5){return _0x16405f||_0x55d8a5;},'qeiRy':function(_0x184a4,_0x1fa0a9){return _0x184a4>_0x1fa0a9;},'yJbCV':function(_0x2a280b,_0x3e9894){return _0x2a280b-_0x3e9894;},'stPhT':'path','yiAPH':function(_0x43275b,_0x38a067){return _0x43275b>_0x38a067;},'ahqxv':function(_0x16727d,_0x1c0208,_0xd5b994){return _0x16727d(_0x1c0208,_0xd5b994);}};logger[_0x528bc0(0x289)](_0x528bc0(0x292)+_0x43b88c);const _0x864ad8=_0x3e60a1['jMdvy'](getTestRunIdentifier,_0x506038,_0x1c6650[_0x528bc0(0x246)]),_0x1effbf=new Date(_0x1c6650[_0x528bc0(0x1ec)]),_0x477f1d=_0x1c6650[_0x528bc0(0x200)],_0x34ce27=new Date(_0x3e60a1['rYZcl'](_0x1effbf['getTime'](),_0x477f1d)),_0xb8baa2=_0x1c6650[_0x528bc0(0x220)],_0x213539=TestInfo[_0x528bc0(0x28e)](_0x864ad8)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};let _0x419928=_0xb8baa2;if(_0x3e60a1[_0x528bc0(0x279)](_0x1c6650[_0x528bc0(0x220)],_0x506038[_0x528bc0(0x253)]))_0x419928=_0x3e60a1[_0x528bc0(0x28b)](_0x1c6650[_0x528bc0(0x220)],_0x3e60a1[_0x528bc0(0x1cd)])?_0x3e60a1[_0x528bc0(0x1cd)]:_0x3e60a1[_0x528bc0(0x27e)];else{(_0x3e60a1['Bijba'](_0x419928,_0x3e60a1[_0x528bc0(0x27e)])||_0x3e60a1['IoRXZ'](_0x419928,_0x3e60a1[_0x528bc0(0x293)])||_0x3e60a1[_0x528bc0(0x27b)](_0x419928,_0x3e60a1['NXALe']))&&(_0x419928=_0x3e60a1[_0x528bc0(0x293)]);if(_0x3e60a1[_0x528bc0(0x279)](_0x1c6650[_0x528bc0(0x220)],_0x3e60a1[_0x528bc0(0x27e)])&&_0x3e60a1[_0x528bc0(0x20e)](_0x506038[_0x528bc0(0x253)],_0x3e60a1[_0x528bc0(0x293)])){const _0x5cf677={};_0x5cf677[_0x528bc0(0x2b4)]=_0x3e60a1[_0x528bc0(0x259)],_0x5cf677[_0x528bc0(0x286)]=_0x3e60a1[_0x528bc0(0x259)],_0x1c6650[_0x528bc0(0x1f1)]=_0x5cf677,_0x1c6650[_0x528bc0(0x29f)]=[_0x1c6650[_0x528bc0(0x1f1)]];}}const {failureData:_0x21389d,logs:_0xaaa5ee}=_0x3e60a1[_0x528bc0(0x27a)](getFailureData,_0x1c6650?.['errors'],{}),_0x125e9a={[TestFrameworkConstants[_0x528bc0(0x1d0)]]:_0x3e60a1[_0x528bc0(0x210)](_0x21389d,null),[TestFrameworkConstants[_0x528bc0(0x216)]]:_0x1c6650?.['error']&&_0x3e60a1[_0x528bc0(0x23e)](getFailureType,_0x1c6650['error'][_0x528bc0(0x2b4)]),[TestFrameworkConstants[_0x528bc0(0x21f)]]:_0x1c6650?.['error']&&_0x3e60a1[_0x528bc0(0x1d4)](removeAnsiColors,_0x1c6650[_0x528bc0(0x1f1)]['message']),[TestFrameworkConstants[_0x528bc0(0x1e7)]]:[],[TestFrameworkConstants[_0x528bc0(0x226)]]:_0x419928,[TestFrameworkConstants[_0x528bc0(0x278)]]:_0x34ce27[_0x528bc0(0x20d)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x528bc0(0x20d)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x213539};if(_0x1c6650&&_0x3e60a1['qeiRy'](_0x1c6650[_0x528bc0(0x246)],0x0)){const _0x5e9e16=TestInfo['getTestUUID'](_0x3e60a1['jMdvy'](getTestRunIdentifier,_0x506038,_0x3e60a1[_0x528bc0(0x205)](_0x1c6650[_0x528bc0(0x246)],0x1)));_0x125e9a[TestFrameworkConstants[_0x528bc0(0x23b)]]=_0x5e9e16;}const _0xd1b665={};_0xd1b665[_0x528bc0(0x1f8)]=_0x506038;const _0x5d014a=this[_0x528bc0(0x24b)](TestFrameworkState[_0x528bc0(0x28d)],HookState[_0x528bc0(0x20a)],_0xd1b665),_0x1cda5a=_0x5d014a[_0x528bc0(0x1f7)]()[_0x528bc0(0x29d)](_0x864ad8)[TestFrameworkConstants['KEY_TEST_UUID']],_0x549bd1=[],_0x3034b0=_0x3e60a1['jMdvy'](findNestedKey,_0x1c6650,_0x3e60a1[_0x528bc0(0x245)]);if(_0x3034b0&&_0x3e60a1['vJyuv'](validateFilePath,_0x3034b0))try{_0x549bd1[_0x528bc0(0x241)]({'kind':_0x3e60a1['kSQrA'],'timestamp':new Date()[_0x528bc0(0x20d)](),'test_run_uuid':_0x1cda5a,'file_name':path[_0x528bc0(0x1ea)](_0x3034b0),'file_size':fs[_0x528bc0(0x275)](_0x3034b0)['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x17e9ed){logger[_0x528bc0(0x1f1)](_0x528bc0(0x1fe)+_0x3034b0+':\x20'+_0x17e9ed['message']);}const _0x1e43f9=TestInfo['getTraceFilePaths'](),_0x15b93c=_0x1e43f9[_0x528bc0(0x24c)](_0x3ba83d=>_0x3ba83d[_0x528bc0(0x1ee)]===_0x1cda5a);_0x15b93c['forEach'](_0x53ccc8=>{const _0x2d3eec=_0x528bc0;if(_0x53ccc8[_0x2d3eec(0x258)]&&_0x3e60a1[_0x2d3eec(0x23e)](validateFilePath,_0x53ccc8[_0x2d3eec(0x258)])&&!_0x549bd1[_0x2d3eec(0x2b6)](_0x881885=>_0x881885[_0x2d3eec(0x208)]===path[_0x2d3eec(0x1ea)](_0x53ccc8[_0x2d3eec(0x258)])))try{_0x549bd1[_0x2d3eec(0x241)]({'kind':_0x3e60a1[_0x2d3eec(0x280)],'timestamp':new Date()[_0x2d3eec(0x20d)](),'test_run_uuid':_0x1cda5a,'file_name':path['basename'](_0x53ccc8['filePath']),'file_size':fs[_0x2d3eec(0x275)](_0x53ccc8['filePath'])[_0x2d3eec(0x270)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x432dfe){logger[_0x2d3eec(0x1f1)](_0x2d3eec(0x1d5)+_0x53ccc8[_0x2d3eec(0x258)]+'\x20from\x20TestDetails:\x20'+_0x432dfe[_0x2d3eec(0x2b4)]);}});if(_0x3e60a1[_0x528bc0(0x21b)](_0x549bd1[_0x528bc0(0x1ef)],0x0)){const _0x2f9b54=_0x125e9a[TestFrameworkConstants[_0x528bc0(0x1e7)]]||[];_0x125e9a[TestFrameworkConstants[_0x528bc0(0x1e7)]]=[..._0x2f9b54,..._0x549bd1];}const _0x461217=TestInfo['getTestDetails'](_0x864ad8)[TestFrameworkConstants[_0x528bc0(0x252)]]||{},_0x4f1d10=_0x3e60a1[_0x528bc0(0x1d1)](getManualUploadLogs,_0x461217,_0x5d014a[_0x528bc0(0x1f7)]()[_0x528bc0(0x29d)](_0x864ad8)[TestFrameworkConstants[_0x528bc0(0x1e8)]]);if(_0x3e60a1[_0x528bc0(0x222)](_0x4f1d10[_0x528bc0(0x1ef)],0x0)){const _0x325c62=_0x125e9a[TestFrameworkConstants[_0x528bc0(0x1e7)]]||[];_0x125e9a[TestFrameworkConstants['KEY_LOGS']]=[..._0x325c62,..._0x4f1d10];}const _0x68a9c5=_0x506038[_0x528bc0(0x23c)]||[],_0x5e6943=_0x125e9a[TestFrameworkConstants[_0x528bc0(0x260)]]||{};_0x68a9c5[_0x528bc0(0x1cf)](_0x3fba4a=>{const _0x5bedc6=_0x528bc0,{type:_0x52f783}=_0x3fba4a;let _0x45f098=_0x3fba4a[_0x5bedc6(0x26e)];if(!_0x52f783)return;(_0x3e60a1[_0x5bedc6(0x1e2)](_0x45f098,undefined)||_0x3e60a1['pgmAh'](_0x45f098,null)||_0x3e60a1[_0x5bedc6(0x291)](_0x3e60a1['JOMBx'](String,_0x45f098)[_0x5bedc6(0x229)](),''))&&(_0x45f098=_0x3e60a1[_0x5bedc6(0x204)]);if(!_0x5e6943[_0x52f783]){const _0x4d8033={};_0x4d8033[_0x5bedc6(0x257)]=_0x3e60a1['dNNgM'],_0x4d8033['values']=[],_0x5e6943[_0x52f783]=_0x4d8033;}else!_0x5e6943[_0x52f783][_0x5bedc6(0x257)]&&(_0x5e6943[_0x52f783]['field_type']=_0x3e60a1[_0x5bedc6(0x28f)]),!Array[_0x5bedc6(0x207)](_0x5e6943[_0x52f783][_0x5bedc6(0x299)])&&(_0x5e6943[_0x52f783][_0x5bedc6(0x299)]=[]);const _0x15a7fa=_0x3e60a1[_0x5bedc6(0x225)](String,_0x45f098)[_0x5bedc6(0x249)](',')[_0x5bedc6(0x298)](_0x4566d3=>_0x4566d3[_0x5bedc6(0x229)]());_0x5e6943[_0x52f783][_0x5bedc6(0x299)]=[...new Set([..._0x5e6943[_0x52f783][_0x5bedc6(0x299)],..._0x15a7fa])];}),_0x125e9a[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x5e6943,TestInfo['setTestDetails'](_0x864ad8,_0x125e9a);const _0x4e7e26={};return _0x4e7e26[_0x864ad8]=_0x125e9a,_0x4e7e26;}async[a73_0x521233(0x1da)](_0x3d5b1f,_0x4370a5,_0xa5dff1,_0x5198bb){const _0x18b833=a73_0x521233,_0x322300={'kykMQ':function(_0x3e0d0c,_0x35b404,_0x45d382){return _0x3e0d0c(_0x35b404,_0x45d382);},'AbuBR':function(_0x3e1837,_0xc3e8ce){return _0x3e1837 in _0xc3e8ce;},'HWHfn':function(_0x59febe,_0x20f94b){return _0x59febe in _0x20f94b;},'kzWNF':function(_0x2fa46e,_0x88828e){return _0x2fa46e(_0x88828e);},'oGZne':function(_0x4fa4ae,_0x533611){return _0x4fa4ae(_0x533611);},'ODyMu':function(_0xe3ed92,_0x57d560){return _0xe3ed92===_0x57d560;},'WxnAi':function(_0xd52678){return _0xd52678();},'kEqXE':function(_0x438a05,_0x542d57){return _0x438a05>_0x542d57;},'hjURO':_0x18b833(0x2a2),'pcoha':_0x18b833(0x26a),'sxPPE':_0x18b833(0x25d),'dkEOT':function(_0xc32ceb,_0x430474){return _0xc32ceb!==_0x430474;},'uKcmq':function(_0x1ff565,_0x2e7976){return _0x1ff565+_0x2e7976;},'iUPvy':_0x18b833(0x223)},_0x5b046c=_0x5198bb[_0x18b833(0x1f8)],_0x1ba32b=_0x5198bb[_0x18b833(0x25b)],_0x18bb9c=_0x322300[_0x18b833(0x281)](getTestRunIdentifier,_0x5b046c,_0x5198bb[_0x18b833(0x1e0)][_0x18b833(0x246)]),_0x4e20e4=_0x4370a5[_0x18b833(0x232)]()[_0x18b833(0x249)]('.')[0x1];let _0x65294d=_0x3d5b1f[_0x18b833(0x1f7)]()[_0x18b833(0x29d)](_0x18bb9c)[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x65294d&&(_0x65294d={});!_0x322300['AbuBR'](_0x4e20e4,_0x65294d)&&(_0x65294d[_0x4e20e4]=[]);let _0x271400=_0x3d5b1f['getAllData']()[_0x18b833(0x29d)](_0x18bb9c)[TestFrameworkConstants[_0x18b833(0x227)]];!_0x271400&&(_0x271400={});!_0x322300[_0x18b833(0x20f)](_0x4e20e4,_0x271400)&&(_0x271400[_0x4e20e4]=[]);const _0x2d2c94={[TestFrameworkConstants[_0x18b833(0x24f)]]:_0x65294d,[TestFrameworkConstants[_0x18b833(0x227)]]:_0x271400},_0x3ceb51={};_0x3ceb51[_0x18bb9c]=_0x2d2c94;const _0x267521=_0x3ceb51,_0x1b8cdb=_0x322300['kzWNF'](getPlaywrightTestFilePath,_0x5b046c),_0x25381c=_0x1b8cdb+':'+_0x322300[_0x18b833(0x233)](getPlaywrightTestLocation,_0x5b046c),_0x5d4407=TestInfo[_0x18b833(0x28e)](_0x18bb9c)[TestFrameworkConstants[_0x18b833(0x260)]]||{};if(_0x322300[_0x18b833(0x247)](_0xa5dff1,HookState[_0x18b833(0x221)])){const _0x5337ad={'key':_0x4e20e4,[TestFrameworkConstants[_0x18b833(0x296)]]:_0x322300[_0x18b833(0x1de)](uuidv4),[TestFrameworkConstants[_0x18b833(0x266)]]:TestFrameworkConstants[_0x18b833(0x218)],[TestFrameworkConstants[_0x18b833(0x283)]]:_0x1ba32b['startTime'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x18b833(0x1d9)]]:_0x1ba32b[_0x18b833(0x2ac)],[TestFrameworkConstants[_0x18b833(0x243)]]:_0x1b8cdb,[TestFrameworkConstants[_0x18b833(0x285)]]:_0x25381c,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5d4407};_0x65294d[_0x4e20e4][_0x18b833(0x241)](_0x5337ad),_0x267521[_0x18bb9c][TestFrameworkConstants[_0x18b833(0x20b)]]=_0x4e20e4,logger[_0x18b833(0x289)](_0x18b833(0x287)+_0x4e20e4+_0x18b833(0x277)+_0x5337ad+'\x20\x20and\x20args\x20=\x20'+_0x5198bb);}else{if(_0x322300[_0x18b833(0x247)](_0xa5dff1,HookState[_0x18b833(0x20a)])){const _0x397cbe=await _0x5198bb[_0x18b833(0x1e0)],_0x426005=_0x65294d[_0x4e20e4]||[],_0x23d4c1=_0x5198bb['step'];logger[_0x18b833(0x289)](_0x18b833(0x23f)+_0x426005+_0x18b833(0x28a)+_0x5198bb);if(_0x322300['kEqXE'](_0x426005[_0x18b833(0x1ef)],0x0)){const _0xc88f5b=_0x426005[_0x18b833(0x2aa)]();if(_0x23d4c1['error']){const _0x4eb068=_0x322300[_0x18b833(0x281)](failureData,_0x23d4c1['error'],_0x322300[_0x18b833(0x2a4)]);_0xc88f5b[TestFrameworkConstants[_0x18b833(0x1d8)]]=_0x322300[_0x18b833(0x2a5)](getFailureType,_0x23d4c1?.[_0x18b833(0x1f1)][_0x18b833(0x2b4)]),_0xc88f5b[TestFrameworkConstants[_0x18b833(0x2a6)]]=_0x322300[_0x18b833(0x2a5)](removeAnsiColors,_0x23d4c1?.[_0x18b833(0x1f1)][_0x18b833(0x2b4)]),_0xc88f5b[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x322300[_0x18b833(0x1cc)],_0xc88f5b[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x4eb068;}else _0xc88f5b[TestFrameworkConstants[_0x18b833(0x266)]]=_0x322300['sxPPE'];_0x322300[_0x18b833(0x1f9)](_0x397cbe,TestFrameworkConstants[_0x18b833(0x218)])&&(_0xc88f5b[TestFrameworkConstants[_0x18b833(0x266)]]=!_0x23d4c1[_0x18b833(0x1f1)]?_0x322300[_0x18b833(0x294)]:_0x322300[_0x18b833(0x1cc)]);const _0x4fa004=new Date(_0x23d4c1[_0x18b833(0x1ec)]),_0x16e134=new Date(_0x322300['uKcmq'](_0x4fa004[_0x18b833(0x2a1)](),_0x23d4c1['duration']));_0xc88f5b[TestFrameworkConstants[_0x18b833(0x25e)]]=_0x16e134['toISOString'](),_0xc88f5b[TestFrameworkConstants[_0x18b833(0x260)]]=_0x5d4407;const _0x1ecdb8=_0xc88f5b[TestFrameworkConstants[_0x18b833(0x296)]];await this[_0x18b833(0x2a9)](_0x3d5b1f,_0x4370a5,_0x1ecdb8,_0x322300['iUPvy'],_0x5198bb),!_0x271400[_0x4e20e4]&&(_0x271400[_0x4e20e4]=[]),_0x271400[_0x4e20e4]['push'](_0xc88f5b),_0x267521[_0x18bb9c][TestFrameworkConstants[_0x18b833(0x27f)]]=_0x4e20e4;}}}return _0x267521;}async[a73_0x521233(0x2a9)](_0x4e468e,_0x43db4a,_0x8de8d5,_0xa26b00,_0x61bdf){const _0x4d998b=a73_0x521233,_0x98e6d9={'fiSTe':function(_0x41bc46,_0xb6cf12){return _0x41bc46===_0xb6cf12;},'DRNmJ':_0x4d998b(0x1f8),'hoiFp':function(_0x29fee9,_0x180b8d,_0x3f9631){return _0x29fee9(_0x180b8d,_0x3f9631);},'JfIbT':function(_0x26d780,_0x11c1a5,_0x26a396){return _0x26d780(_0x11c1a5,_0x26a396);},'JuzDT':_0x4d998b(0x202),'RLHRP':function(_0x304de9,_0x2a5cee,_0x39c394,_0x21f62c){return _0x304de9(_0x2a5cee,_0x39c394,_0x21f62c);},'dPKUm':function(_0x342581,_0x1df076,_0xfc886d){return _0x342581(_0x1df076,_0xfc886d);},'CDbRr':function(_0x36e001,_0x55be07){return _0x36e001/_0x55be07;},'daTBo':function(_0x36b6d8,_0xce763d){return _0x36b6d8<_0xce763d;},'Daecm':function(_0x391713,_0x191107){return _0x391713*_0x191107;},'fmRSW':function(_0x10b2c5,_0x57e3ef){return _0x10b2c5+_0x57e3ef;},'xzhPJ':function(_0x55cda1,_0x111259,_0x1157fc,_0x2a623a,_0x10162a){return _0x55cda1(_0x111259,_0x1157fc,_0x2a623a,_0x10162a);},'redFg':function(_0x507ca0,_0x4deae7){return _0x507ca0+_0x4deae7;},'YzteY':'hook','fbmKR':function(_0x468eec,_0x7b3462,_0x4cd367,_0xc1c589,_0x1b5383){return _0x468eec(_0x7b3462,_0x4cd367,_0xc1c589,_0x1b5383);}};try{if(_0x98e6d9[_0x4d998b(0x251)](_0xa26b00,_0x98e6d9[_0x4d998b(0x271)])){const _0x5718c5=await _0x61bdf[_0x4d998b(0x1e0)],_0x598c0b=_0x98e6d9['hoiFp'](getTestRunIdentifier,_0x61bdf[_0x4d998b(0x1f8)],_0x61bdf[_0x4d998b(0x1e0)]['retry']),_0x790bad=_0x61bdf[_0x4d998b(0x1f8)];logger['debug'](_0x4d998b(0x263)+_0x598c0b+_0x4d998b(0x21c)+util[_0x4d998b(0x201)](_0x5718c5));const _0x1c394f=_0x4e468e[_0x4d998b(0x1f7)]()[_0x4d998b(0x29d)](_0x598c0b)[TestFrameworkConstants[_0x4d998b(0x1e8)]];await _0x98e6d9['JfIbT'](sendTraceZip,_0x5718c5,_0x1c394f);const _0xaa4767=TestInfo[_0x4d998b(0x28e)](_0x598c0b)[_0x98e6d9[_0x4d998b(0x22a)]],_0xfdcc4a={};if(_0xaa4767){!_0x5718c5[_0x4d998b(0x202)]&&(_0x5718c5[_0x4d998b(0x202)]=[]);_0xfdcc4a[_0x4d998b(0x202)]=_0x5718c5[_0x4d998b(0x202)][_0x4d998b(0x212)](_0xaa4767||[]);const _0x37ca76=TestInfo['getTestDetails'](_0x598c0b);delete _0x37ca76[_0x98e6d9[_0x4d998b(0x22a)]],TestInfo['setTestDetails'](_0x598c0b,_0x37ca76);}const {steps:_0x20e8f6,logs:_0x5c271a}=_0x98e6d9[_0x4d998b(0x1f0)](getStepsAndLogs,_0x5718c5[_0x4d998b(0x209)],_0x4e468e[_0x4d998b(0x1f7)]()[_0x4d998b(0x29d)](_0x598c0b)[TestFrameworkConstants['KEY_TEST_UUID']],_0x98e6d9[_0x4d998b(0x271)]),_0x27d4cf=_0x98e6d9[_0x4d998b(0x1d7)](getScreenshots,_0xfdcc4a,_0x4e468e[_0x4d998b(0x1f7)]()['get'](_0x598c0b)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x483510=_0x98e6d9['JfIbT'](getVideos,_0x5718c5,_0x4e468e[_0x4d998b(0x1f7)]()[_0x4d998b(0x29d)](_0x598c0b)[TestFrameworkConstants['KEY_TEST_UUID']]),{_:_0x17bcae,logs:_0x116b6b}=_0x98e6d9[_0x4d998b(0x262)](getFailureData,_0x5718c5[_0x4d998b(0x29f)],{'test_run_uuid':_0x4e468e['getAllData']()[_0x4d998b(0x29d)](_0x598c0b)[TestFrameworkConstants[_0x4d998b(0x1e8)]]}),_0x160553=TestInfo['getTestDetails'](_0x598c0b)[TestFrameworkConstants[_0x4d998b(0x252)]]||{},_0x32803b=_0x98e6d9[_0x4d998b(0x2b8)](getMediaArtifactsLogs,_0x160553,_0x4e468e[_0x4d998b(0x1f7)]()[_0x4d998b(0x29d)](_0x598c0b)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x19cbc8=_0x4e468e[_0x4d998b(0x1f7)]()['get'](_0x598c0b),{[TestFrameworkConstants[_0x4d998b(0x27d)]]:_0x5a3283='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5ee6e4=''}=_0x19cbc8,_0x36d0f0=(_0x5c271a||[])[_0x4d998b(0x212)](_0x27d4cf||[])['concat'](_0x116b6b||[])[_0x4d998b(0x212)](_0x483510||[])[_0x4d998b(0x212)](_0x32803b||[]),_0x462d40=0x28,_0x3a0c5c=Math[_0x4d998b(0x1ce)](_0x98e6d9[_0x4d998b(0x265)](_0x36d0f0['length'],_0x462d40));for(let _0x416291=0x0;_0x98e6d9['daTBo'](_0x416291,_0x3a0c5c);_0x416291++){const _0x1c7823=_0x98e6d9[_0x4d998b(0x26d)](_0x416291,_0x462d40),_0x285cbb=_0x98e6d9[_0x4d998b(0x23a)](_0x1c7823,_0x462d40),_0xb24be8=_0x36d0f0['slice'](_0x1c7823,_0x285cbb),_0x3e35bb={'platformIndex':'0','logs':_0xb24be8,'testFrameworkName':_0x5a3283,'testFrameworkVersion':_0x5ee6e4,'testFrameworkState':_0x43db4a[_0x4d998b(0x232)]()[_0x4d998b(0x249)]('.')[0x1]};_0x98e6d9[_0x4d998b(0x1f6)](updatePayloadForTraceLogs,_0x3e35bb,_0x61bdf,_0x598c0b,_0x4e468e),logger[_0x4d998b(0x289)](_0x4d998b(0x284)+_0x598c0b+'\x20batch\x20'+_0x98e6d9[_0x4d998b(0x23a)](_0x416291,0x1)+'/'+_0x3a0c5c+_0x4d998b(0x214)+util[_0x4d998b(0x201)](_0x3e35bb));const _0x523f5d=await GrpcClient['getInstance']()[_0x4d998b(0x2b9)](_0x3e35bb);logger[_0x4d998b(0x289)](_0x4d998b(0x284)+_0x598c0b+_0x4d998b(0x1fc)+_0x98e6d9['redFg'](_0x416291,0x1)+'/'+_0x3a0c5c+_0x4d998b(0x25a)+util['inspect'](_0x523f5d));}}else{const {steps:_0x2c38f9,logs:_0x3a2a4d}=_0x98e6d9[_0x4d998b(0x1f0)](getStepsAndLogs,_0x61bdf[_0x4d998b(0x25b)]['steps'],_0x8de8d5,_0x98e6d9[_0x4d998b(0x22c)]),_0x4dd53c=_0x98e6d9[_0x4d998b(0x2b8)](getTestRunIdentifier,_0x61bdf['test'],_0x61bdf[_0x4d998b(0x1e0)][_0x4d998b(0x246)]);logger[_0x4d998b(0x289)](_0x4d998b(0x263)+_0x4dd53c);const _0x345fcb=_0x4e468e[_0x4d998b(0x1f7)]()[_0x4d998b(0x29d)](_0x4dd53c),{[TestFrameworkConstants[_0x4d998b(0x27d)]]:_0x14dc15='',[TestFrameworkConstants[_0x4d998b(0x2b7)]]:_0x14d2e1=''}=_0x345fcb,_0x18ea15={'platformIndex':'0','logs':_0x3a2a4d,'testFrameworkName':_0x14dc15,'testFrameworkVersion':_0x14d2e1,'testFrameworkState':_0x43db4a[_0x4d998b(0x232)]()['split']('.')[0x1]};_0x98e6d9['fbmKR'](updatePayloadForTraceLogs,_0x18ea15,_0x61bdf,_0x4dd53c,_0x4e468e),logger['debug'](_0x4d998b(0x284)+_0x4dd53c+_0x4d998b(0x214)+util[_0x4d998b(0x201)](_0x18ea15));const _0x3b145c=await GrpcClient[_0x4d998b(0x237)]()[_0x4d998b(0x2b9)](_0x18ea15);}}catch(_0x4c4da1){logger[_0x4d998b(0x1f1)](_0x4d998b(0x28c)+util[_0x4d998b(0x1fd)](_0x4c4da1));}}['createTestFrameworkEventPayload'](_0x3b2c6b){const _0xd22b1a=a73_0x521233,_0x45b9b2={'PqlDf':function(_0x42b6c4,_0x1ccbde,_0x3f43e2){return _0x42b6c4(_0x1ccbde,_0x3f43e2);},'bMhYE':'base64'};try{const _0x58338f=_0x3b2c6b['test']['id'],_0x311fa3=_0x45b9b2[_0xd22b1a(0x1e5)](getTestRunIdentifier,_0x3b2c6b[_0xd22b1a(0x1f8)],_0x3b2c6b[_0xd22b1a(0x1e0)]['retry']),_0x36bd07=_0x3b2c6b[_0xd22b1a(0x242)],_0x53b3c4=_0x36bd07[_0xd22b1a(0x1e4)](),_0x1f0526=_0x36bd07[_0xd22b1a(0x1f7)]()[_0xd22b1a(0x29d)](_0x311fa3);logger['debug'](_0xd22b1a(0x274)+_0x58338f);const {[TestFrameworkConstants[_0xd22b1a(0x27d)]]:_0x8d8bad='',[TestFrameworkConstants[_0xd22b1a(0x2b7)]]:_0x2ba5eb='',[TestFrameworkConstants[_0xd22b1a(0x240)]]:_0x3859cf='',[TestFrameworkConstants[_0xd22b1a(0x278)]]:_0xff1dd2=''}=_0x1f0526,_0x3baffb=_0x36bd07['getCurrentTestState']()[_0xd22b1a(0x232)]()[_0xd22b1a(0x249)]('.')[0x1],_0x4dd7bc=_0x36bd07[_0xd22b1a(0x22b)]()[_0xd22b1a(0x232)]()[_0xd22b1a(0x249)]('.')[0x1],_0x4b8546=global?.[_0xd22b1a(0x269)]?.[_0xd22b1a(0x2b0)]?.[_0xd22b1a(0x2ad)],_0x59336e=_0x36bd07[_0xd22b1a(0x1fb)](),_0x4a0285=Buffer['from'](JSON[_0xd22b1a(0x2b1)](_0x1f0526))[_0xd22b1a(0x232)](_0x45b9b2['bMhYE']),_0x490c26={'hash':_0x53b3c4[_0xd22b1a(0x22d)](),'threadId':_0x53b3c4[_0xd22b1a(0x21a)]()[_0xd22b1a(0x232)](),'processId':_0x53b3c4[_0xd22b1a(0x1d2)]()[_0xd22b1a(0x232)]()},_0x18806c={};_0x18806c['platformIndex']=_0x4b8546,_0x18806c[_0xd22b1a(0x29a)]=_0x8d8bad,_0x18806c['testFrameworkVersion']=_0x2ba5eb,_0x18806c['testFrameworkState']=_0x3baffb,_0x18806c[_0xd22b1a(0x1e3)]=_0x4dd7bc,_0x18806c[_0xd22b1a(0x1ed)]=_0x3859cf,_0x18806c[_0xd22b1a(0x273)]=_0xff1dd2,_0x18806c[_0xd22b1a(0x215)]=_0x59336e,_0x18806c[_0xd22b1a(0x254)]=_0x4a0285,_0x18806c['executionContext']=_0x490c26;const _0x4692ed=_0x18806c;return logger[_0xd22b1a(0x289)](_0xd22b1a(0x2b2)+_0x58338f+'\x20testState:\x20'+_0x3baffb+_0xd22b1a(0x1eb)+_0x4dd7bc),_0x4692ed;}catch(_0xced49d){return logger['error'](_0xd22b1a(0x264)+util[_0xd22b1a(0x1fd)](_0xced49d)),{};}}}module[a73_0x521233(0x203)]=PlaywrightTestFramework;
@@ -1 +1 @@
1
- const a74_0x1a6bbd=a74_0x29f5;function a74_0x29f5(_0x23dfa9,_0x4fb5d1){const _0x3e5fb6=a74_0x3e5f();return a74_0x29f5=function(_0x29f5de,_0x1b9d74){_0x29f5de=_0x29f5de-0x182;let _0x23f126=_0x3e5fb6[_0x29f5de];return _0x23f126;},a74_0x29f5(_0x23dfa9,_0x4fb5d1);}(function(_0x2d3a8b,_0x172252){const _0x4e7bfa=a74_0x29f5,_0x4bd106=_0x2d3a8b();while(!![]){try{const _0x251ddd=-parseInt(_0x4e7bfa(0x195))/0x1+parseInt(_0x4e7bfa(0x19b))/0x2+-parseInt(_0x4e7bfa(0x189))/0x3+-parseInt(_0x4e7bfa(0x192))/0x4*(parseInt(_0x4e7bfa(0x18d))/0x5)+parseInt(_0x4e7bfa(0x1a5))/0x6*(-parseInt(_0x4e7bfa(0x19c))/0x7)+-parseInt(_0x4e7bfa(0x1aa))/0x8+-parseInt(_0x4e7bfa(0x18b))/0x9*(-parseInt(_0x4e7bfa(0x1a8))/0xa);if(_0x251ddd===_0x172252)break;else _0x4bd106['push'](_0x4bd106['shift']());}catch(_0x3699ff){_0x4bd106['push'](_0x4bd106['shift']());}}}(a74_0x3e5f,0x954e0));const CLIUtils=require('../cliUtils'),eventDispatcher=require(a74_0x1a6bbd(0x198)),TestFrameworkInstance=require(a74_0x1a6bbd(0x18c)),TrackedContext=require(a74_0x1a6bbd(0x1a1)),TestFrameworkState=require('../state/testFrameworkState'),HookState=require(a74_0x1a6bbd(0x19e)),{createClassLogger}=require(a74_0x1a6bbd(0x18f)),TrackedInstance=require(a74_0x1a6bbd(0x190)),logger=createClassLogger(a74_0x1a6bbd(0x1a6));!global['__bstack_test_framework_instances__']&&(global[a74_0x1a6bbd(0x186)]=new Map());class TestFramework{static get['instances'](){const _0x2c068e=a74_0x1a6bbd;return global[_0x2c068e(0x186)];}[a74_0x1a6bbd(0x1a7)]=[];[a74_0x1a6bbd(0x18a)]={};[a74_0x1a6bbd(0x1a4)]=null;constructor(_0x2abf62,_0x13d38a,_0x307de8){const _0x277b4a=a74_0x1a6bbd;this[_0x277b4a(0x1a7)]=_0x2abf62,this['testFrameworkVersions']=_0x13d38a,this[_0x277b4a(0x1a4)]=_0x307de8;}[a74_0x1a6bbd(0x19f)](){return TestFramework['instances'];}['setInstance'](_0x231ad6,_0x4c95de){const _0x3da772=a74_0x1a6bbd;TestFramework[_0x3da772(0x19d)][_0x3da772(0x182)](_0x231ad6[_0x3da772(0x1a9)],_0x4c95de);}static['getTrackedInstance'](){const _0x2c6e5e=a74_0x1a6bbd,_0x54a471=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());return TestFramework[_0x2c6e5e(0x19d)][_0x2c6e5e(0x193)](_0x54a471[_0x2c6e5e(0x1a9)]());}static[a74_0x1a6bbd(0x194)](_0x3c34bb,_0x399179){const _0x46f35d=a74_0x1a6bbd;TestFramework[_0x46f35d(0x19d)]['set'](_0x3c34bb[_0x46f35d(0x1a9)](),_0x399179);}['getTestFrameworksVersions'](){const _0xafce04=a74_0x1a6bbd;return this[_0xafce04(0x18a)];}[a74_0x1a6bbd(0x1a3)](){const _0x3d9272=a74_0x1a6bbd;return this[_0x3d9272(0x1a7)];}[a74_0x1a6bbd(0x19a)](_0x4e4c1f,_0x10932f,_0x3def07={}){const _0x2845f7=a74_0x1a6bbd;logger[_0x2845f7(0x188)]('trackEvent:\x20testFrameworkState='+_0x4e4c1f+_0x2845f7(0x197)+_0x10932f);}async[a74_0x1a6bbd(0x1a2)](_0x291e58,_0x282746,_0x2c60fe,_0x3871f4={}){const _0x219dc2=a74_0x1a6bbd,_0x3a61d6=CLIUtils[_0x219dc2(0x183)](_0x282746,_0x2c60fe);_0x291e58[_0x219dc2(0x191)](_0x282746),_0x291e58[_0x219dc2(0x1a0)](_0x2c60fe),await eventDispatcher[_0x219dc2(0x185)](_0x3a61d6,_0x3871f4);}static[a74_0x1a6bbd(0x199)](_0x29ba9d,_0x3f0334,_0x343549){const _0x2f59d3=a74_0x1a6bbd;eventDispatcher[_0x2f59d3(0x199)](CLIUtils['getHookRegistryKey'](_0x29ba9d,_0x3f0334),_0x343549);}static[a74_0x1a6bbd(0x187)](_0x14b62d,_0x8ec49d){const _0x27845f=a74_0x1a6bbd;return _0x14b62d[_0x27845f(0x184)]()[_0x27845f(0x193)](_0x8ec49d);}static['setState'](_0x207c9b,_0x2120b8,_0x55e9ef){const _0x599001=a74_0x1a6bbd;_0x207c9b[_0x599001(0x184)]()[_0x599001(0x182)](_0x2120b8,_0x55e9ef);}static['hasState'](_0x41b340,_0x3e5682){const _0x5c4527=a74_0x1a6bbd;return _0x41b340[_0x5c4527(0x184)]()[_0x5c4527(0x196)](_0x3e5682);}}function a74_0x3e5f(){const _0x36991b=['599000lwEaCM','has',';\x20hookState=','../eventDispatcher','registerObserver','trackEvent','1676648ZMFZtg','21AaHLIN','instances','../state/hookState','getInstances','setCurrentHookState','../instances/trackedContext','runHooks','getTestFrameworks','binSessionId','1052622bfmWPV','TestFramework','testFrameworks','280690jyoXFn','getId','2773232UoHHZV','set','getHookRegistryKey','getAllData','notifyObserver','__bstack_test_framework_instances__','getState','debug','3318723uMADCz','testFrameworkVersions','981zKUSfi','../instances/testFrameworkInstance','1180145JvyZtZ','exports','../../../helpers/classLogger','../instances/trackedInstance','setCurrentTestState','12emlpye','get','setTrackedInstance'];a74_0x3e5f=function(){return _0x36991b;};return a74_0x3e5f();}module[a74_0x1a6bbd(0x18e)]=TestFramework;
1
+ function a74_0x4384(_0x2a8cc8,_0x50248f){const _0x2dce69=a74_0x2dce();return a74_0x4384=function(_0x438473,_0x467362){_0x438473=_0x438473-0xcc;let _0x40c357=_0x2dce69[_0x438473];return _0x40c357;},a74_0x4384(_0x2a8cc8,_0x50248f);}const a74_0x10176f=a74_0x4384;(function(_0x2eb890,_0x4e669a){const _0x3a5b64=a74_0x4384,_0x4cca33=_0x2eb890();while(!![]){try{const _0x2f3369=parseInt(_0x3a5b64(0xd6))/0x1*(-parseInt(_0x3a5b64(0xd3))/0x2)+parseInt(_0x3a5b64(0xec))/0x3+-parseInt(_0x3a5b64(0xf1))/0x4+parseInt(_0x3a5b64(0xe6))/0x5*(-parseInt(_0x3a5b64(0xd5))/0x6)+-parseInt(_0x3a5b64(0xf0))/0x7+parseInt(_0x3a5b64(0xde))/0x8*(parseInt(_0x3a5b64(0xea))/0x9)+parseInt(_0x3a5b64(0xdb))/0xa;if(_0x2f3369===_0x4e669a)break;else _0x4cca33['push'](_0x4cca33['shift']());}catch(_0x332410){_0x4cca33['push'](_0x4cca33['shift']());}}}(a74_0x2dce,0x4f1d3));const CLIUtils=require(a74_0x10176f(0xd7)),eventDispatcher=require(a74_0x10176f(0xcc)),TestFrameworkInstance=require(a74_0x10176f(0xd2)),TrackedContext=require(a74_0x10176f(0xcd)),TestFrameworkState=require('../state/testFrameworkState'),HookState=require('../state/hookState'),{createClassLogger}=require('../../../helpers/classLogger'),TrackedInstance=require(a74_0x10176f(0xd8)),logger=createClassLogger(a74_0x10176f(0xef));!global[a74_0x10176f(0xdf)]&&(global['__bstack_test_framework_instances__']=new Map());function a74_0x2dce(){const _0x2b5332=['get','../eventDispatcher','../instances/trackedContext','trackEvent','getHookRegistryKey','setTrackedInstance','getId','../instances/testFrameworkInstance','14zhEuNy','notifyObserver','21972GUNDnc','90715eiaEyS','../cliUtils','../instances/trackedInstance','getInstances','getTestFrameworks','15844490VMSNUy','getTestFrameworksVersions','testFrameworks','28216SBLvjq','__bstack_test_framework_instances__',';\x20hookState=','binSessionId','has','setCurrentTestState','setState','createContext','95BbDAJu','set','registerObserver','getAllData','1215UhStXU','runHooks','68334GeRjaJ','testFrameworkVersions','getState','TestFramework','3390282NvcTrs','2281648dVRant','getCurrentInstanceName'];a74_0x2dce=function(){return _0x2b5332;};return a74_0x2dce();}class TestFramework{static get['instances'](){return global['__bstack_test_framework_instances__'];}['testFrameworks']=[];['testFrameworkVersions']={};[a74_0x10176f(0xe1)]=null;constructor(_0x4eabdf,_0x5914ee,_0x5ee3e8){const _0x363e7b=a74_0x10176f;this[_0x363e7b(0xdd)]=_0x4eabdf,this[_0x363e7b(0xed)]=_0x5914ee,this['binSessionId']=_0x5ee3e8;}[a74_0x10176f(0xd9)](){return TestFramework['instances'];}['setInstance'](_0x2a6396,_0x2fadd1){const _0x1a38b9=a74_0x10176f;TestFramework['instances'][_0x1a38b9(0xe7)](_0x2a6396[_0x1a38b9(0xd1)],_0x2fadd1);}static['getTrackedInstance'](){const _0x534448=a74_0x10176f,_0x5153eb=TrackedInstance[_0x534448(0xe5)](CLIUtils[_0x534448(0xf2)]());return TestFramework['instances'][_0x534448(0xf3)](_0x5153eb['getId']());}static[a74_0x10176f(0xd0)](_0x2874c,_0x34eb23){const _0xc80095=a74_0x10176f;TestFramework['instances'][_0xc80095(0xe7)](_0x2874c[_0xc80095(0xd1)](),_0x34eb23);}[a74_0x10176f(0xdc)](){const _0x53dbc1=a74_0x10176f;return this[_0x53dbc1(0xed)];}[a74_0x10176f(0xda)](){const _0x22d8fc=a74_0x10176f;return this[_0x22d8fc(0xdd)];}[a74_0x10176f(0xce)](_0x5ee42f,_0x472818,_0xc355a2={}){const _0xeef6df=a74_0x10176f;logger['debug']('trackEvent:\x20testFrameworkState='+_0x5ee42f+_0xeef6df(0xe0)+_0x472818);}async[a74_0x10176f(0xeb)](_0x333340,_0x3a2e53,_0x21995d,_0x57008f={}){const _0x26b3ab=a74_0x10176f,_0x50b245=CLIUtils[_0x26b3ab(0xcf)](_0x3a2e53,_0x21995d);_0x333340[_0x26b3ab(0xe3)](_0x3a2e53),_0x333340['setCurrentHookState'](_0x21995d),await eventDispatcher[_0x26b3ab(0xd4)](_0x50b245,_0x57008f);}static[a74_0x10176f(0xe8)](_0x4299d6,_0x30bcce,_0x287341){const _0x37ef86=a74_0x10176f;eventDispatcher[_0x37ef86(0xe8)](CLIUtils['getHookRegistryKey'](_0x4299d6,_0x30bcce),_0x287341);}static[a74_0x10176f(0xee)](_0xee7165,_0x565e6c){const _0x28885f=a74_0x10176f;return _0xee7165['getAllData']()[_0x28885f(0xf3)](_0x565e6c);}static[a74_0x10176f(0xe4)](_0x4ee121,_0x168407,_0x527556){const _0x1eb047=a74_0x10176f;_0x4ee121[_0x1eb047(0xe9)]()[_0x1eb047(0xe7)](_0x168407,_0x527556);}static['hasState'](_0x5753d9,_0x3f8a61){const _0x32ed11=a74_0x10176f;return _0x5753d9['getAllData']()[_0x32ed11(0xe2)](_0x3f8a61);}}module['exports']=TestFramework;
@@ -1 +1 @@
1
- const a75_0x23fa99=a75_0x152e;function a75_0x1b32(){const _0x3efacd=['jROXw','LogEntry','testSessionEvent',',\x20parsedConfig=','gAjSP','\x22key\x22:\x22[REDACTED]\x22','Connecting\x20bin\x20session','fileName','hhHpw','iogPx','4KOvdqo','AccessibilityConfig\x20error:\x20','createInsecure','setHash','reportClientTroubleshootingError','duration','NDqQh','DriverInit\x20request\x20successful','Connected\x20to\x20gRPC\x20server\x20at\x20','getEnvVarsMap','gjvBE','XhvYk','SyEDc','TestFrameworkEvent\x20request\x20successful','xcGiu','start','binSessionId','TestFrameworkEvent\x20error:\x20','exports','Error\x20in\x20stopBinSession:\x20','entries','jDOIQ','Error\x20in\x20FetchDriverExecuteParamsEvent:\x20','getAccessibilityConfig','TestSessionEventRequest','test_run_uuid','\x20and\x20listen\x20address:\x20','connect','setEndedAt','setExitReason','processId','7JLkSDS','Stopping\x20signal\x20','NKbvt','Getting\x20Playwright\x20config','BNjSi','SDK_AUTOMATION_FRAMEWORK_INIT','Unable\x20to\x20find\x20listen\x20addr\x20or\x20bin\x20session\x20id\x20binSessionId:\x20','xUzpI','dFoDa','tCQaX','message','fetchDriverExecuteParamsEvent','PlaywrightConfig\x20error:\x20','AccessibilityConfig\x20request\x20successful','SDK_CLI_ON_STOP','Sending\x20LogCreatedEvent','startBinSession','JTubH','setTestUuid','BeXbr','test_identifier','setUserInputParams',',\x20scriptName=','stopBinSession','stringify','SDK_START_BIN_SESSION','NNOtc','VEagF','\x20for\x20tag\x20validation','logger','43378173QgKjiB','listenAddress','level','pending-resolution-from-test-identifier','setTestIdentifier','setExecutionContext','info','Error\x20in\x20connectBinSession:\x20','getSuccess','getSdkVersion','Reporting\x20ClientTroubleshootingError\x20','encode','format','error','dABgN','setEventJson','./browserstackCLI.js','../../helpers/helper.js','Error\x20in\x20TestFrameworkEvent:\x20','stop-bin-session\x20response:\x20','setRef','provider','setFilePath','nrezO','No\x20gRPC\x20client\x20initialized.','KoWkL','Error\x20in\x20DriverInit:\x20','push','../../helpers/performance/performance-tester.js','PyLJi','BROWSERSTACK_CLI_BIN_LISTEN_ADDR','testInfo','SDK_CONNECT_BIN_SESSION','1103424JmsZHB','oUbCe','name','setStartedAt','fetchDriverExecuteParamsEvent:\x20Sending\x20testIdentifier=','kLFHe','aGoQH','testAnalyticsId','setFileSize','vlKPf','GrpcClient','setErrorKey','2683755msqScm','timestamp','Error\x20in\x20LogCreatedEvent:\x20','DriverInitRequest','../utils/constants','Error\x20in\x20GetAggregatedClientTroubleshootingErrors:\x20','setBinSessionId','5353554mTeFJs','setTestFrameworkName','wSzew','end','driverInit','getClient','riSUo','StopBinSessionRequest','mmDKb','Channel','attachment_type','user_killed','slice','Error\x20in\x20getAccessibilityConfig:\x20','filePath','init','getInstance','null','meVAN','getAggregatedClientTroubleshootingErrors','\x20listenAddr:\x20','hook_run_uuid','ReportClientTroubleshootingError\x20successful','setTimestamp','HDQZH','setUuid','setExitSignal','testFrameworkEvent','setFileName','qMFHe','lKwbV','Error\x20in\x20ReportClientTroubleshootingError:\x20','Getting\x20AggregatedClientTroubleshootingErrors','getSdkLanguage','debug','setThreadId','DzvYn','bKaBs','../../helpers/logger.js','setLevel','LogCreatedEventRequest','SDKClient','KVRkt','586504YjVAxS','455842LLLpUm','ExecutionContext','connect-bin-session\x20response:\x20','hYPeO','setProcessId','QhRKx','set','gjftP','utf-8','lpaoJ','setTestFrameworkState','env','../../helpers/performance/constants','LogCreatedEvent\x20request\x20successful','setCapabilities','setSdkLanguage','TtDoQ','grpc.keepalive_time_ms','replace','setDuration','JmEay','getAutomationFrameworkDetail','NOUuK','IeiSi','StartBinSession\x20successful','TestFrameworkEventRequest','setPlatformIndex','getChannel','credentials','setSdkVersion','ref','getPlaywrightConfig','MZSBO','accessibilityConfig','DriverInit\x20error:\x20','setProduct','winstonLogger','TestSessionEvent\x20error:\x20','gvlcJ','\x22accessKey\x22:\x22[REDACTED]\x22','ConnectBinSession\x20error:\x20','LogCreatedEvent\x20error:\x20','version','path','threadId','vhLkW','channel','frameworkName','kBRdi','pdjTi','YPHJC','fileSize','SPxoQ','StopBinSession\x20successful','bTZQP','setPathProject','Sending\x20TestSessionEvent','addFrameworks','No\x20gRPC\x20client\x20not\x20initialized.','hash','1186330SsNhtR','frameworkSessionId','testFrameworkVersion','tDTfo','oWSMw','WosjM','uuid','../../../generated/sdk-messages_pb','setCliArgs:\x20cliArgs=','setHubUrl','Sending\x20TestFrameworkEvent','logCreatedEvent','Initialized\x20gRPC\x20client\x20with\x20bin\x20session\x20id:\x20','FetchDriverExecuteParamsEventRequest','setFrameworkVersion','setScriptName','JgaVu','@grpc/grpc-js','HiPPO','client','setFrameworksList','StartBinSession\x20error:\x20','StopBinSession\x20error:\x20','setTestFrameworkVersion','BROWSERSTACK_CLI_BIN_SESSION_ID','\x22userName\x22:\x22[REDACTED]\x22','playwrightConfig','frameworkVersion','LaOuz','Error\x20in\x20TestSessionEvent:\x20','connectBinSession','BXcjX','fxCst','startBinSession:\x20Calling\x20startBinSession','getTestFrameworkDetail','forEach',',\x20product=','setCliArgsList','GetAggregatedClientTroubleshootingErrors\x20successful','xPhWS','setFrameworkName','ConnectBinSessionRequest','setAttachmentType','setConfig'];a75_0x1b32=function(){return _0x3efacd;};return a75_0x1b32();}(function(_0x383de7,_0x8bd582){const _0x5dcbd3=a75_0x152e,_0x53ad74=_0x383de7();while(!![]){try{const _0xbd9d59=parseInt(_0x5dcbd3(0x114))/0x1*(-parseInt(_0x5dcbd3(0x192))/0x2)+-parseInt(_0x5dcbd3(0x15f))/0x3+-parseInt(_0x5dcbd3(0xf5))/0x4*(parseInt(_0x5dcbd3(0xbf))/0x5)+-parseInt(_0x5dcbd3(0x166))/0x6+-parseInt(_0x5dcbd3(0x153))/0x7+-parseInt(_0x5dcbd3(0x191))/0x8+parseInt(_0x5dcbd3(0x132))/0x9;if(_0xbd9d59===_0x8bd582)break;else _0x53ad74['push'](_0x53ad74['shift']());}catch(_0xc955a){_0x53ad74['push'](_0x53ad74['shift']());}}}(a75_0x1b32,0xeca4f));function a75_0x152e(_0x2f52ca,_0x578878){const _0x1b3256=a75_0x1b32();return a75_0x152e=function(_0x152ec9,_0x85e4e5){_0x152ec9=_0x152ec9-0xb5;let _0x4fadef=_0x1b3256[_0x152ec9];return _0x4fadef;},a75_0x152e(_0x2f52ca,_0x578878);}const util=require('util'),logger=require(a75_0x23fa99(0x18c))[a75_0x23fa99(0x1b6)],grpc=require(a75_0x23fa99(0xd0)),services=require('../../../generated/sdk_grpc_pb'),messages=require(a75_0x23fa99(0xc6)),path=require(a75_0x23fa99(0x1bd)),CLIUtils=require('./cliUtils.js'),{createClassLogger}=require('../../helpers/classLogger.js'),PerformanceTester=require(a75_0x23fa99(0x14e)),{EVENTS:PerformanceEvents}=require(a75_0x23fa99(0x19e)),{PLAYWRIGHT_TRACE_LOGS}=require(a75_0x23fa99(0x163)),helper=require(a75_0x23fa99(0x143));class GrpcClient{static #instance=null;[a75_0x23fa99(0x105)]=null;[a75_0x23fa99(0x133)]=null;['channel']=null;[a75_0x23fa99(0xd2)]=null;[a75_0x23fa99(0x131)]=createClassLogger(a75_0x23fa99(0x15d));constructor(){}static[a75_0x23fa99(0x176)](){return!GrpcClient.#instance&&(GrpcClient.#instance=new GrpcClient()),GrpcClient.#instance;}[a75_0x23fa99(0x175)](_0x4e9d83){const _0x52115a=a75_0x23fa99,_0x25adf4={};_0x25adf4[_0x52115a(0xf3)]=function(_0xc5364,_0x3b5c76){return _0xc5364||_0x3b5c76;};const _0x407802=_0x25adf4,{id:_0x1ff92f,listen:_0x56c914}=_0x4e9d83;if(_0x407802['hhHpw'](!_0x1ff92f,!_0x56c914))throw new Error(_0x52115a(0x11a)+_0x1ff92f+_0x52115a(0x17a)+_0x56c914);this[_0x52115a(0x105)]=_0x1ff92f,this['listenAddress']=_0x56c914,process['env'][_0x52115a(0xd7)]=this[_0x52115a(0x105)],process[_0x52115a(0x19d)]['BROWSERSTACK_CLI_BIN_LISTEN_ADDR']=this[_0x52115a(0x133)],this[_0x52115a(0x110)](),this[_0x52115a(0x131)][_0x52115a(0x138)](_0x52115a(0xcb)+this[_0x52115a(0x105)]+_0x52115a(0x10f)+this[_0x52115a(0x133)]);}['connect'](){const _0x511d25=a75_0x23fa99,_0x2f1c8f={};_0x2f1c8f[_0x511d25(0x1b8)]='Unable\x20to\x20determine\x20gRPC\x20server\x20listen\x20address';const _0x2e8cb8=_0x2f1c8f;let _0x1d874c=this[_0x511d25(0x133)];!_0x1d874c&&(_0x1d874c=process[_0x511d25(0x19d)][_0x511d25(0x150)]);!this[_0x511d25(0x105)]&&(this['binSessionId']=this[_0x511d25(0x105)]||process[_0x511d25(0x19d)][_0x511d25(0xd7)]);if(!_0x1d874c)throw new Error(_0x2e8cb8[_0x511d25(0x1b8)]);const _0x2ff390={};_0x2ff390[_0x511d25(0x1a3)]=0x2710,this[_0x511d25(0x1c0)]=new grpc[(_0x511d25(0x16f))](_0x1d874c,grpc['credentials'][_0x511d25(0xf7)](),_0x2ff390),this[_0x511d25(0xd2)]=new services[(_0x511d25(0x18f))](_0x1d874c,grpc[_0x511d25(0x1ae)][_0x511d25(0xf7)]()),this[_0x511d25(0x131)][_0x511d25(0x138)](_0x511d25(0xfd)+_0x1d874c);}async[a75_0x23fa99(0x124)](){const _0x162459=a75_0x23fa99,_0x2e1607={'WosjM':function(_0xbdc50c,_0x5da039){return _0xbdc50c!==_0x5da039;},'VEagF':function(_0xce9501,_0x2e5819){return _0xce9501(_0x2e5819);},'vlKPf':_0x162459(0x1aa),'gjvBE':_0x162459(0xe0),'TtDoQ':_0x162459(0xbd),'HDQZH':_0x162459(0x142),'MZSBO':function(_0x1f4712,_0xd2deca){return _0x1f4712 instanceof _0xd2deca;},'bTZQP':_0x162459(0x177),'KVRkt':function(_0x2efe62,_0x49e869){return _0x2efe62||_0x49e869;},'jROXw':function(_0x141609,_0x3e599d){return _0x141609||_0x3e599d;}};PerformanceTester[_0x162459(0x104)](PerformanceEvents['SDK_START_BIN_SESSION']),this[_0x162459(0x131)][_0x162459(0x138)](_0x2e1607[_0x162459(0xff)]);try{!this[_0x162459(0xd2)]&&this[_0x162459(0x131)][_0x162459(0x138)](_0x2e1607[_0x162459(0x1a2)]);const _0x3f5c52=CLIUtils[_0x162459(0x13b)](),_0x4a4127=CLIUtils[_0x162459(0x1a7)](),_0x38690d=CLIUtils[_0x162459(0xe1)](),_0xf8b34=_0x4a4127['name'],_0x562205=_0x4a4127[_0x162459(0x1bc)],_0x43b7e4=_0x38690d['name'],_0x2fd1cb=_0x38690d[_0x162459(0x1bc)]?_0x38690d['version'][_0x43b7e4]:'',_0x9a67d7=new messages['StartBinSessionRequest']();_0x9a67d7[_0x162459(0x165)](this['binSessionId']),_0x9a67d7[_0x162459(0x1a1)](CLIUtils[_0x162459(0x187)]()),_0x9a67d7[_0x162459(0x1af)](_0x3f5c52),_0x9a67d7[_0x162459(0xba)](process['cwd']());const _0x55ed52=_0x9a67d7[_0x162459(0xfe)]();Object[_0x162459(0x109)](process[_0x162459(0x19d)])['forEach'](([_0x1835d8,_0x4f3d51])=>{const _0x2c4a48=_0x162459;_0x2e1607[_0x2c4a48(0xc4)](_0x4f3d51,undefined)&&_0x2e1607[_0x2c4a48(0xc4)](_0x4f3d51,null)&&_0x55ed52[_0x2c4a48(0x198)](_0x1835d8,_0x4f3d51);});const _0x23b313=_0x2e1607[_0x162459(0x12f)](require,_0x2e1607[_0x162459(0x17e)]),_0x54862d=_0x23b313[_0x162459(0x176)]()['getBrowserstackCliConfig'](),_0x2b1f68=[];_0x54862d&&_0x2e1607[_0x162459(0x1b2)](_0x54862d,Map)&&_0x54862d[_0x162459(0xe2)]((_0x39e74c,_0x526dbd)=>{const _0x4230f5=_0x162459;_0x2b1f68[_0x4230f5(0x14d)](_0x526dbd+'='+_0x39e74c);});const _0x24e4df=process['argv'][_0x162459(0x172)](0x2);_0x9a67d7[_0x162459(0xe4)]([..._0x24e4df,..._0x2b1f68]),_0x9a67d7['setPathConfig'](_0x23b313[_0x162459(0x176)]()['getBrowserstackConfigPath']()),this[_0x162459(0x131)]['info'](_0x162459(0xc7)+JSON[_0x162459(0x12c)](_0x24e4df)+_0x162459(0xee)+(_0x54862d?JSON[_0x162459(0x12c)]([..._0x54862d]):_0x2e1607[_0x162459(0xb9)])),_0x9a67d7['setLanguage'](CLIUtils['getSdkLanguage']()),_0x9a67d7['setTestFramework'](_0x43b7e4);const _0x2a77ca=_0x9a67d7['getFrameworkVersionsMap']();return _0x2a77ca[_0x162459(0x198)](_0xf8b34,_0x2e1607[_0x162459(0x190)](_0x562205,'')),_0x2a77ca[_0x162459(0x198)](_0x43b7e4,_0x2e1607[_0x162459(0xeb)](_0x2fd1cb,'')),_0x9a67d7[_0x162459(0xbc)](_0xf8b34,_0x562205),_0x9a67d7[_0x162459(0xbc)](_0x43b7e4,_0x2fd1cb),_0x9a67d7[_0x162459(0xd3)]([_0x43b7e4,_0xf8b34]),new Promise((_0x277dd5,_0x5f0b0f)=>{const _0x2fdacb=_0x162459;this[_0x2fdacb(0xd2)][_0x2fdacb(0x124)](_0x9a67d7,(_0x26d26e,_0x147167)=>{const _0x192190=_0x2fdacb;if(_0x26d26e){this['logger'][_0x192190(0x13f)](_0x192190(0xd4)+_0x26d26e[_0x192190(0x11e)]),_0x2e1607['VEagF'](_0x5f0b0f,_0x26d26e),PerformanceTester[_0x192190(0x169)](PerformanceEvents[_0x192190(0x12d)],![],util[_0x192190(0x13e)](_0x26d26e));return;}this[_0x192190(0x131)]['info'](_0x2e1607[_0x192190(0x15c)]),PerformanceTester[_0x192190(0x169)](PerformanceEvents[_0x192190(0x12d)]),_0x2e1607[_0x192190(0x12f)](_0x277dd5,_0x147167);});});}catch(_0x27f392){this[_0x162459(0x131)][_0x162459(0x13f)]('Error\x20in\x20startBinSession:\x20'+util[_0x162459(0x13e)](_0x27f392)),PerformanceTester[_0x162459(0x169)](PerformanceEvents[_0x162459(0x12d)],![],util[_0x162459(0x13e)](_0x27f392));throw _0x27f392;}}async[a75_0x23fa99(0xdd)](){const _0x25f5a3=a75_0x23fa99,_0x33120f={'tCQaX':function(_0xd8ac07,_0x1e4dde){return _0xd8ac07(_0x1e4dde);},'JTubH':'ConnectBinSession\x20successful','wPQFb':function(_0x3e89a4,_0x205e34){return _0x3e89a4(_0x205e34);},'NKbvt':_0x25f5a3(0xf1),'aGoQH':_0x25f5a3(0xbd),'dtVJP':_0x25f5a3(0xd8),'NDqQh':_0x25f5a3(0x1b9),'bOWNJ':_0x25f5a3(0xf0)};PerformanceTester[_0x25f5a3(0x104)](PerformanceEvents[_0x25f5a3(0x152)]),this[_0x25f5a3(0x131)]['info'](_0x33120f[_0x25f5a3(0x116)]);try{!this[_0x25f5a3(0xd2)]&&this[_0x25f5a3(0x131)][_0x25f5a3(0x138)](_0x33120f[_0x25f5a3(0x159)]);const _0x25690e=new messages[(_0x25f5a3(0xe8))]();_0x25690e['setBinSessionId'](this[_0x25f5a3(0x105)]);const _0x4ccabd=await new Promise((_0x1dbc4f,_0x52eae5)=>{const _0x39c2bc=_0x25f5a3;this['client'][_0x39c2bc(0xdd)](_0x25690e,(_0x451f28,_0xedc006)=>{const _0x47ac02=_0x39c2bc;if(_0x451f28){this[_0x47ac02(0x131)][_0x47ac02(0x13f)](_0x47ac02(0x1ba)+_0x451f28[_0x47ac02(0x11e)]),_0x33120f[_0x47ac02(0x11d)](_0x52eae5,_0x451f28),PerformanceTester['end'](PerformanceEvents[_0x47ac02(0x152)],![],util[_0x47ac02(0x13e)](_0x451f28));return;}this[_0x47ac02(0x131)][_0x47ac02(0x138)](_0x33120f[_0x47ac02(0x125)]),PerformanceTester[_0x47ac02(0x169)](PerformanceEvents[_0x47ac02(0x152)]),_0x33120f['wPQFb'](_0x1dbc4f,_0xedc006);});}),_0x5f7b4b=util[_0x25f5a3(0x13e)](_0x4ccabd)[_0x25f5a3(0x1a4)](/"userName":"[^"]*"/g,_0x33120f['dtVJP'])[_0x25f5a3(0x1a4)](/"accessKey":"[^"]*"/g,_0x33120f[_0x25f5a3(0xfb)])[_0x25f5a3(0x1a4)](/"key":"[^"]*"/g,_0x33120f['bOWNJ']);return this['logger'][_0x25f5a3(0x188)](_0x25f5a3(0x194)+_0x5f7b4b),_0x4ccabd;}catch(_0x3141b4){PerformanceTester[_0x25f5a3(0x169)](PerformanceEvents['SDK_CONNECT_BIN_SESSION'],![],util['format'](_0x3141b4)),this[_0x25f5a3(0x131)][_0x25f5a3(0x13f)](_0x25f5a3(0x139)+util['format'](_0x3141b4));throw _0x3141b4;}}async[a75_0x23fa99(0x12b)](_0x43d48a={},_0x58fdee=null){const _0x4e6c9a=a75_0x23fa99,_0x598b70={'bfZYf':function(_0x2350ec,_0x268138){return _0x2350ec(_0x268138);},'vhLkW':_0x4e6c9a(0xb8),'lKwbV':'Stopping\x20bin\x20session','xcGiu':'Missing\x20binSessionId','jDOIQ':'No\x20gRPC\x20client\x20not\x20initialized.','tDTfo':_0x4e6c9a(0x171)};PerformanceTester[_0x4e6c9a(0x104)](PerformanceEvents[_0x4e6c9a(0x122)]),this[_0x4e6c9a(0x131)][_0x4e6c9a(0x138)](_0x598b70[_0x4e6c9a(0x184)]);try{if(!this[_0x4e6c9a(0x105)])throw new Error(_0x598b70[_0x4e6c9a(0x103)]);!this[_0x4e6c9a(0xd2)]&&this['logger'][_0x4e6c9a(0x138)](_0x598b70[_0x4e6c9a(0x10a)]);const _0x173873=new messages[(_0x4e6c9a(0x16d))]();this[_0x4e6c9a(0x131)][_0x4e6c9a(0x188)](_0x4e6c9a(0x115)+JSON[_0x4e6c9a(0x12c)](_0x58fdee)),_0x173873[_0x4e6c9a(0x165)](this[_0x4e6c9a(0x105)]),_0x173873['setCustomMetadata'](_0x43d48a),_0x173873[_0x4e6c9a(0x180)](_0x58fdee?_0x58fdee:null),_0x173873[_0x4e6c9a(0x112)](_0x58fdee?_0x598b70[_0x4e6c9a(0xc2)]:null),_0x173873['setExitCode'](_0x58fdee?0x1:0x0);const _0x44547f=await new Promise((_0x58d66d,_0x307795)=>{const _0x1501e9=_0x4e6c9a,_0x51e777={'HiPPO':function(_0x51bd00,_0x5c120a){return _0x598b70['bfZYf'](_0x51bd00,_0x5c120a);},'YPHJC':_0x598b70[_0x1501e9(0x1bf)]};this[_0x1501e9(0xd2)][_0x1501e9(0x12b)](_0x173873,(_0x4e68be,_0x44c69f)=>{const _0x36b0cd=_0x1501e9;if(_0x4e68be){this[_0x36b0cd(0x131)][_0x36b0cd(0x13f)](_0x36b0cd(0xd5)+_0x4e68be[_0x36b0cd(0x11e)]),_0x51e777[_0x36b0cd(0xd1)](_0x307795,_0x4e68be),PerformanceTester['end'](PerformanceEvents[_0x36b0cd(0x122)],![],util['format'](_0x4e68be));return;}this[_0x36b0cd(0x131)][_0x36b0cd(0x138)](_0x51e777[_0x36b0cd(0xb5)]),PerformanceTester[_0x36b0cd(0x169)](PerformanceEvents[_0x36b0cd(0x122)]),_0x51e777['HiPPO'](_0x58d66d,_0x44c69f);});});return this[_0x4e6c9a(0x131)][_0x4e6c9a(0x188)](_0x4e6c9a(0x145)+util[_0x4e6c9a(0x13e)](_0x44547f)),_0x44547f;}catch(_0x205e98){PerformanceTester[_0x4e6c9a(0x169)](PerformanceEvents[_0x4e6c9a(0x122)],![],util[_0x4e6c9a(0x13e)](_0x205e98)),this[_0x4e6c9a(0x131)][_0x4e6c9a(0x13f)](_0x4e6c9a(0x108)+util[_0x4e6c9a(0x13e)](_0x205e98));}}async[a75_0x23fa99(0x1b1)](_0x3e6c85){const _0x5cb764=a75_0x23fa99,_0x594e26={'BNjSi':function(_0x3fb586,_0x2d2971){return _0x3fb586(_0x2d2971);},'oWSMw':'PlaywrightConfig\x20request\x20successful','pdjTi':_0x5cb764(0x117),'twTAg':_0x5cb764(0xbd)};PerformanceTester[_0x5cb764(0x104)](PerformanceEvents[_0x5cb764(0x119)]),this[_0x5cb764(0x131)][_0x5cb764(0x138)](_0x594e26[_0x5cb764(0x1c3)]);try{!this[_0x5cb764(0xd2)]&&this[_0x5cb764(0x131)]['info'](_0x594e26['twTAg']);const _0x5ca9d6=new messages['PlaywrightConfigRequest']();return _0x5ca9d6['setBinSessionId'](this['binSessionId']),_0x5ca9d6[_0x5cb764(0xea)](JSON[_0x5cb764(0x12c)](_0x3e6c85)),new Promise((_0x2fa66d,_0x4999e7)=>{const _0x242b1d=_0x5cb764,_0xba0b30={'riSUo':function(_0x5437ed,_0x403b87){const _0x5753a0=a75_0x152e;return _0x594e26[_0x5753a0(0x118)](_0x5437ed,_0x403b87);},'kLFHe':_0x594e26[_0x242b1d(0xc3)]};this['client'][_0x242b1d(0xd9)](_0x5ca9d6,(_0x204273,_0x22718a)=>{const _0x146ff4=_0x242b1d;if(_0x204273){this['logger']['error'](_0x146ff4(0x120)+_0x204273['message']),_0xba0b30[_0x146ff4(0x16c)](_0x4999e7,_0x204273),PerformanceTester[_0x146ff4(0x169)](PerformanceEvents['SDK_AUTOMATION_FRAMEWORK_INIT'],![],util[_0x146ff4(0x13e)](_0x204273));return;}this[_0x146ff4(0x131)][_0x146ff4(0x138)](_0xba0b30[_0x146ff4(0x158)]),PerformanceTester['end'](PerformanceEvents['SDK_AUTOMATION_FRAMEWORK_INIT']),_0xba0b30[_0x146ff4(0x16c)](_0x2fa66d,_0x22718a);});});}catch(_0x3e7d04){PerformanceTester[_0x5cb764(0x169)](PerformanceEvents[_0x5cb764(0x119)],![],util[_0x5cb764(0x13e)](_0x3e7d04)),this[_0x5cb764(0x131)][_0x5cb764(0x13f)]('Error\x20in\x20getPlaywrightConfig:\x20'+util[_0x5cb764(0x13e)](_0x3e7d04));throw _0x3e7d04;}}async[a75_0x23fa99(0x10c)](_0xdb5ac0){const _0x506404=a75_0x23fa99,_0x4e4546={'gWGOD':function(_0x1d36dd,_0x5b18ec){return _0x1d36dd(_0x5b18ec);},'DVBiK':_0x506404(0x121),'JgaVu':function(_0xd7859f,_0x3c4894){return _0xd7859f(_0x3c4894);},'gjftP':function(_0xcbe64d,_0x3a99a5){return _0xcbe64d||_0x3a99a5;},'oUbCe':'not\x20provided','XhvYk':_0x506404(0x19a)},_0x1dd98c=_0xdb5ac0[_0x506404(0x151)]?.[_0x506404(0x15a)]||_0xdb5ac0['testInfo']?.['id'];this[_0x506404(0x131)][_0x506404(0x138)]('[GrpcClient]\x20Getting\x20Accessibility\x20config,\x20testIdentifier='+_0x4e4546[_0x506404(0x199)](_0x1dd98c,_0x4e4546[_0x506404(0x154)]));try{const _0x5ad706=Buffer['from'](JSON[_0x506404(0x12c)](_0xdb5ac0['launchcaps']),_0x4e4546[_0x506404(0x100)]),_0x35f82d=new messages['AccessibilityConfigRequest'](),_0x196345=CLIUtils['getAutomationFrameworkDetail'](),_0x35051a=_0x196345[_0x506404(0x155)],_0x3e1f33=_0x196345[_0x506404(0x1bc)];_0x35f82d['setBinSessionId'](this['binSessionId']),_0x35f82d[_0x506404(0x1ac)](0x0),_0x35f82d[_0x506404(0xe7)](_0x35051a),_0x35f82d[_0x506404(0xcd)](_0x3e1f33),_0x35f82d['setHubUrl'](_0xdb5ac0['hubUrl']),_0x35f82d['setCapabilities'](_0x5ad706);if(_0xdb5ac0[_0x506404(0x151)]?.[_0x506404(0x15a)]||_0xdb5ac0[_0x506404(0x151)]?.['id']){const _0x5916ca=_0xdb5ac0[_0x506404(0x151)][_0x506404(0x15a)]||_0xdb5ac0[_0x506404(0x151)]['id'];_0x35f82d['setTestIdentifier'](_0x5916ca),this[_0x506404(0x131)][_0x506404(0x188)]('[GrpcClient]\x20getAccessibilityConfig:\x20Sending\x20testIdentifier='+_0x5916ca+_0x506404(0x130));}return new Promise((_0x4e9a53,_0x4e14f2)=>{const _0x2e4ccd=_0x506404;this[_0x2e4ccd(0xd2)][_0x2e4ccd(0x1b3)](_0x35f82d,(_0x46fca2,_0x556efc)=>{const _0x334c90=_0x2e4ccd;if(_0x46fca2){this['logger'][_0x334c90(0x13f)](_0x334c90(0xf6)+_0x46fca2['message']),_0x4e4546['gWGOD'](_0x4e14f2,_0x46fca2);return;}this[_0x334c90(0x131)][_0x334c90(0x138)](_0x4e4546['DVBiK']),_0x4e4546[_0x334c90(0xcf)](_0x4e9a53,_0x556efc);});});}catch(_0x3826ea){this[_0x506404(0x131)]['error'](_0x506404(0x173)+util[_0x506404(0x13e)](_0x3826ea));}}async[a75_0x23fa99(0xed)](_0x54bd46){const _0x59004f=a75_0x23fa99,_0x27b9ec={'mmDKb':function(_0x119baf,_0x286f37){return _0x119baf(_0x286f37);},'dFoDa':'TestSessionEvent\x20request\x20successful','LaOuz':_0x59004f(0xbb),'wSzew':_0x59004f(0xbd)};this['logger'][_0x59004f(0x138)](_0x27b9ec[_0x59004f(0xdb)]);try{!this[_0x59004f(0xd2)]&&this[_0x59004f(0x131)][_0x59004f(0x138)](_0x27b9ec[_0x59004f(0x168)]);const {platformIndex:_0x699d51,testFrameworkName:_0x4872de,testFrameworkVersion:_0x5898fa,testFrameworkState:_0x75567d,testHookState:_0x37fa4a,testUuid:_0x11eca1,automationSession:_0x107efb,capabilities:_0xeefbb6,executionContext:_0x1de47a,test_identifier:_0x41c6f4}=_0x54bd46,_0x5d4533=new messages[(_0x59004f(0x10d))]();_0x5d4533[_0x59004f(0x165)](this[_0x59004f(0x105)]),_0x5d4533[_0x59004f(0x1ac)](_0x699d51),_0x5d4533['setTestFrameworkName'](_0x4872de),_0x5d4533[_0x59004f(0xd6)](_0x5898fa),_0x5d4533['setTestFrameworkState'](_0x75567d),_0x5d4533['setTestHookState'](_0x37fa4a),_0x5d4533[_0x59004f(0x126)](_0x11eca1);const _0x9e2a0a=new messages[(_0x59004f(0x10d))]['AutomationSession']();_0x9e2a0a['setProvider'](_0x107efb[_0x59004f(0x147)]),_0x9e2a0a['setFrameworkName'](_0x107efb[_0x59004f(0x1c1)]),_0x9e2a0a[_0x59004f(0xcd)](_0x107efb[_0x59004f(0xda)]),_0x9e2a0a['setFrameworkSessionId'](_0x107efb[_0x59004f(0xc0)]),_0x9e2a0a[_0x59004f(0x146)](_0x107efb[_0x59004f(0x1b0)]),_0x9e2a0a[_0x59004f(0xc8)](_0x107efb['hubUrl']),_0x5d4533['addAutomationSessions'](_0x9e2a0a),_0x5d4533[_0x59004f(0x1a0)](_0xeefbb6);const _0x4b3dbc=new messages[(_0x59004f(0x193))]();return _0x4b3dbc[_0x59004f(0x196)](_0x1de47a['processId']),_0x4b3dbc[_0x59004f(0x189)](_0x1de47a[_0x59004f(0x1be)]),_0x4b3dbc['setHash'](_0x1de47a[_0x59004f(0xbe)]),_0x5d4533[_0x59004f(0x137)](_0x4b3dbc),_0x41c6f4&&_0x5d4533[_0x59004f(0x136)](_0x41c6f4),new Promise((_0x325ad5,_0x114172)=>{const _0x1b21f9=_0x59004f,_0x795796={'eAgOc':function(_0x54f4cd,_0x3796a7){const _0x5b84b8=a75_0x152e;return _0x27b9ec[_0x5b84b8(0x16e)](_0x54f4cd,_0x3796a7);},'KQGaa':_0x27b9ec[_0x1b21f9(0x11c)]};this[_0x1b21f9(0xd2)][_0x1b21f9(0xed)](_0x5d4533,(_0x5bdbe8,_0x1bcc1a)=>{const _0x59cf64=_0x1b21f9;if(_0x5bdbe8){this[_0x59cf64(0x131)][_0x59cf64(0x13f)](_0x59cf64(0x1b7)+_0x5bdbe8['message']),_0x795796['eAgOc'](_0x114172,_0x5bdbe8);return;}this[_0x59cf64(0x131)][_0x59cf64(0x138)](_0x795796['KQGaa']),_0x795796['eAgOc'](_0x325ad5,_0x1bcc1a);});});}catch(_0x4f1401){this[_0x59004f(0x131)][_0x59004f(0x13f)](_0x59004f(0xdc)+util[_0x59004f(0x13e)](_0x4f1401));throw _0x4f1401;}}async['testFrameworkEvent'](_0x1269b3){const _0x25b82a=a75_0x23fa99,_0x1bd61e={'kBRdi':function(_0x128805,_0x406ab1){return _0x128805(_0x406ab1);},'bqdpY':_0x25b82a(0x102),'GkiEN':_0x25b82a(0xc9),'xxjAK':_0x25b82a(0xbd)};this[_0x25b82a(0x131)][_0x25b82a(0x138)](_0x1bd61e['GkiEN']);try{!this[_0x25b82a(0xd2)]&&this['logger']['info'](_0x1bd61e['xxjAK']);const {platformIndex:_0x3aa5d2,testFrameworkName:_0x1ced97,testFrameworkVersion:_0x54dee1,testFrameworkState:_0x460cfd,hookState:_0x5e966e,startedAt:_0x388a94,endedAt:_0x4cf371,uuid:_0x9c5904,eventJson:_0x4f7937,executionContext:_0x41c6f0,test_identifier:_0x4142d5}=_0x1269b3,_0x3f78bd=new messages[(_0x25b82a(0x1ab))]();_0x3f78bd['setBinSessionId'](this[_0x25b82a(0x105)]),_0x3f78bd[_0x25b82a(0x1ac)](_0x3aa5d2),_0x3f78bd[_0x25b82a(0x167)](_0x1ced97),_0x3f78bd[_0x25b82a(0xd6)](_0x54dee1),_0x3f78bd['setTestFrameworkState'](_0x460cfd),_0x3f78bd['setTestHookState'](_0x5e966e),_0x3f78bd[_0x25b82a(0x156)](_0x388a94),_0x3f78bd[_0x25b82a(0x111)](_0x4cf371),_0x3f78bd[_0x25b82a(0x17f)](_0x9c5904),_0x3f78bd[_0x25b82a(0x141)](_0x4f7937);const _0x340e00=new messages['ExecutionContext']();return _0x340e00[_0x25b82a(0x196)](_0x41c6f0[_0x25b82a(0x113)]),_0x340e00['setThreadId'](_0x41c6f0[_0x25b82a(0x1be)]),_0x340e00[_0x25b82a(0xf8)](_0x41c6f0[_0x25b82a(0xbe)]),_0x3f78bd['setExecutionContext'](_0x340e00),_0x4142d5&&_0x3f78bd[_0x25b82a(0x136)](_0x4142d5),new Promise((_0x1a470a,_0x759186)=>{const _0x3f729d=_0x25b82a,_0x3d8fad={'KoWkL':function(_0x5d84e6,_0x2b6a58){const _0x527268=a75_0x152e;return _0x1bd61e[_0x527268(0x1c2)](_0x5d84e6,_0x2b6a58);},'NNOtc':_0x1bd61e['bqdpY']};this[_0x3f729d(0xd2)][_0x3f729d(0x181)](_0x3f78bd,(_0x1f8419,_0x3d4388)=>{const _0x1ae613=_0x3f729d;if(_0x1f8419){this[_0x1ae613(0x131)][_0x1ae613(0x13f)](_0x1ae613(0x106)+_0x1f8419[_0x1ae613(0x11e)]),_0x3d8fad[_0x1ae613(0x14b)](_0x759186,_0x1f8419);return;}this['logger'][_0x1ae613(0x138)](_0x3d8fad[_0x1ae613(0x12e)]),_0x3d8fad['KoWkL'](_0x1a470a,_0x3d4388);});});}catch(_0x183846){this[_0x25b82a(0x131)][_0x25b82a(0x13f)](_0x25b82a(0x144)+util[_0x25b82a(0x13e)](_0x183846));throw _0x183846;}}async['driverInit'](_0x421b53){const _0x5ee73b=a75_0x23fa99,_0x138d8a={'DzvYn':function(_0x31c935,_0x20be0a){return _0x31c935(_0x20be0a);},'QhRKx':_0x5ee73b(0xfc),'PyLJi':function(_0x570cf8,_0x2f13f0){return _0x570cf8(_0x2f13f0);},'nrezO':'Sending\x20DriverInit','JmEay':_0x5ee73b(0xbd)};this[_0x5ee73b(0x131)][_0x5ee73b(0x138)](_0x138d8a[_0x5ee73b(0x149)]);try{!this[_0x5ee73b(0xd2)]&&this['logger']['info'](_0x138d8a[_0x5ee73b(0x1a6)]);const {platformIndex:_0x29e25b,ref:_0x2ba026,userInputParams:_0x3ccbbc}=_0x421b53,_0x2c80e3=new messages[(_0x5ee73b(0x162))]();return _0x2c80e3[_0x5ee73b(0x165)](this[_0x5ee73b(0x105)]),_0x2c80e3[_0x5ee73b(0x1ac)](_0x29e25b),_0x2c80e3[_0x5ee73b(0x146)](_0x2ba026),_0x2c80e3[_0x5ee73b(0x129)](_0x3ccbbc),new Promise((_0x50fc5f,_0x2f0044)=>{const _0x46d227=_0x5ee73b;this['client'][_0x46d227(0x16a)](_0x2c80e3,(_0x3199f8,_0x18962d)=>{const _0x57b840=_0x46d227;if(_0x3199f8){this[_0x57b840(0x131)][_0x57b840(0x13f)](_0x57b840(0x1b4)+_0x3199f8[_0x57b840(0x11e)]),_0x138d8a[_0x57b840(0x18a)](_0x2f0044,_0x3199f8);return;}this[_0x57b840(0x131)][_0x57b840(0x138)](_0x138d8a[_0x57b840(0x197)]),_0x138d8a[_0x57b840(0x14f)](_0x50fc5f,_0x18962d);});});}catch(_0x4d67a3){this[_0x5ee73b(0x131)][_0x5ee73b(0x13f)](_0x5ee73b(0x14c)+util['format'](_0x4d67a3));throw _0x4d67a3;}}async[a75_0x23fa99(0xca)](_0x571806){const _0x1e7319=a75_0x23fa99,_0x367f38={'eDOxJ':function(_0x490c0f,_0x4ffba4){return _0x490c0f===_0x4ffba4;},'bKaBs':_0x1e7319(0x135),'NOUuK':function(_0x591ae2,_0x1fe6de){return _0x591ae2(_0x1fe6de);},'dABgN':_0x1e7319(0x19f),'iogPx':_0x1e7319(0x123),'BeXbr':_0x1e7319(0xbd)};this[_0x1e7319(0x131)][_0x1e7319(0x138)](_0x367f38[_0x1e7319(0xf4)]);try{!this[_0x1e7319(0xd2)]&&this[_0x1e7319(0x131)][_0x1e7319(0x138)](_0x367f38[_0x1e7319(0x127)]);const {platformIndex:_0x2fc65c,logs:_0x361be0}=_0x571806,_0x4ab179=new messages['LogCreatedEventRequest']();_0x4ab179[_0x1e7319(0x165)](this[_0x1e7319(0x105)]),_0x4ab179['setPlatformIndex'](_0x2fc65c);const _0x58388e=_0x571806['testFrameworkName'],_0x1c5156=_0x571806[_0x1e7319(0xc1)],_0x535d08=_0x571806['testFrameworkState'];return _0x361be0['forEach'](_0x34c914=>{const _0x4845d7=_0x1e7319,_0x4f7f72=new messages[(_0x4845d7(0x18e))][(_0x4845d7(0xec))]();_0x4f7f72['setTestFrameworkName'](_0x58388e),_0x4f7f72[_0x4845d7(0xd6)](_0x1c5156),_0x4f7f72[_0x4845d7(0x19c)](_0x535d08),_0x4f7f72[_0x4845d7(0x17d)](_0x34c914[_0x4845d7(0x160)]);if(_0x367f38['eDOxJ'](_0x34c914['attachment_type'],PLAYWRIGHT_TRACE_LOGS))_0x4f7f72[_0x4845d7(0x17f)](_0x34c914[_0x4845d7(0x10e)]),_0x4f7f72['setMessage'](new TextEncoder()[_0x4845d7(0x13d)](JSON[_0x4845d7(0x12c)](_0x34c914)));else{if(_0x34c914['test_identifier'])_0x4f7f72[_0x4845d7(0x17f)](_0x367f38[_0x4845d7(0x18b)]);else{if(_0x34c914[_0x4845d7(0x17b)])_0x4f7f72[_0x4845d7(0x17f)](_0x34c914['hook_run_uuid']);else _0x34c914[_0x4845d7(0xc5)]&&_0x4f7f72[_0x4845d7(0x17f)](_0x34c914[_0x4845d7(0xc5)]);}_0x4f7f72['setMessage'](new TextEncoder()[_0x4845d7(0x13d)](_0x34c914[_0x4845d7(0x11e)]));}_0x4f7f72['setKind'](_0x34c914['kind']),_0x4f7f72[_0x4845d7(0x18d)](_0x34c914[_0x4845d7(0x134)]),_0x4f7f72[_0x4845d7(0x182)](_0x34c914?.[_0x4845d7(0xf2)]||''),_0x4f7f72[_0x4845d7(0x148)](_0x34c914?.[_0x4845d7(0x174)]||''),_0x4f7f72[_0x4845d7(0x15b)](_0x34c914?.[_0x4845d7(0xb6)]||0x0),_0x4f7f72[_0x4845d7(0xe9)](_0x34c914?.[_0x4845d7(0x170)]||''),_0x34c914[_0x4845d7(0x128)]&&_0x4f7f72[_0x4845d7(0x136)](_0x34c914[_0x4845d7(0x128)]),_0x34c914[_0x4845d7(0xfa)]&&_0x4f7f72[_0x4845d7(0x1a5)](_0x34c914[_0x4845d7(0xfa)]),_0x4ab179['addLogs'](_0x4f7f72);}),new Promise((_0x6c9941,_0x19e4e6)=>{const _0x4bc1a9=_0x1e7319;this[_0x4bc1a9(0xd2)][_0x4bc1a9(0xca)](_0x4ab179,(_0x37047d,_0x5da43e)=>{const _0x6fb056=_0x4bc1a9;if(_0x37047d){this[_0x6fb056(0x131)]['error'](_0x6fb056(0x1bb)+_0x37047d[_0x6fb056(0x11e)]),_0x367f38[_0x6fb056(0x1a8)](_0x19e4e6,_0x37047d);return;}this['logger'][_0x6fb056(0x138)](_0x367f38[_0x6fb056(0x140)]),_0x367f38[_0x6fb056(0x1a8)](_0x6c9941,_0x5da43e);});});}catch(_0x288417){this[_0x1e7319(0x131)][_0x1e7319(0x13f)](_0x1e7319(0x161)+util[_0x1e7319(0x13e)](_0x288417));throw _0x288417;}}async[a75_0x23fa99(0x11f)](_0x2e6417,_0x49ebfb,_0x27f866,_0x217bfb=null){const _0x31e9ad=a75_0x23fa99,_0x38b8c4={'qMFHe':function(_0x3352b1,_0x1e36ff){return _0x3352b1(_0x1e36ff);},'IeiSi':function(_0x480aae,_0x4320c4){return _0x480aae||_0x4320c4;},'xUzpI':'not\x20provided','SyEDc':_0x31e9ad(0x14a)};this[_0x31e9ad(0x131)]['debug']('FetchDriverExecuteParamsEvent:\x20Calling\x20with\x20binSessionId='+_0x2e6417+_0x31e9ad(0xe3)+_0x49ebfb+',\x20scriptName='+_0x27f866+',\x20testIdentifier='+_0x38b8c4[_0x31e9ad(0x1a9)](_0x217bfb,_0x38b8c4[_0x31e9ad(0x11b)]));try{if(!this[_0x31e9ad(0xd2)])return this['logger'][_0x31e9ad(0x188)](_0x38b8c4[_0x31e9ad(0x101)]),null;const _0x49c5b0=new messages[(_0x31e9ad(0xcc))]();return _0x49c5b0[_0x31e9ad(0x165)](_0x2e6417),_0x49c5b0[_0x31e9ad(0x1b5)](_0x49ebfb),_0x49c5b0[_0x31e9ad(0xce)](_0x27f866),_0x217bfb&&(_0x49c5b0[_0x31e9ad(0x136)](_0x217bfb),this[_0x31e9ad(0x131)][_0x31e9ad(0x188)](_0x31e9ad(0x157)+_0x217bfb+'\x20for\x20product='+_0x49ebfb+_0x31e9ad(0x12a)+_0x27f866)),await new Promise(_0x4f93ef=>{const _0x50bc04=_0x31e9ad,_0x11c4ca={'xPhWS':function(_0x57f949,_0x5c3c3e){const _0x56d2b0=a75_0x152e;return _0x38b8c4[_0x56d2b0(0x183)](_0x57f949,_0x5c3c3e);}};this['client'][_0x50bc04(0x11f)](_0x49c5b0,(_0x5f388f,_0x3db6b0)=>{const _0x1d5ab8=_0x50bc04;if(_0x5f388f){this[_0x1d5ab8(0x131)]['debug'](_0x1d5ab8(0x10b)+_0x5f388f),_0x11c4ca['xPhWS'](_0x4f93ef,null);return;}this[_0x1d5ab8(0x131)][_0x1d5ab8(0x188)]('FetchDriverExecuteParamsEvent\x20successful\x20-\x20success='+(_0x3db6b0[_0x1d5ab8(0x13a)]&&_0x3db6b0[_0x1d5ab8(0x13a)]())),_0x11c4ca[_0x1d5ab8(0xe6)](_0x4f93ef,_0x3db6b0);});});}catch(_0x4fde04){return this['logger'][_0x31e9ad(0x188)](_0x31e9ad(0x10b)+_0x4fde04),null;}}async[a75_0x23fa99(0xf9)](_0x5b70c2){const _0x4b25a4=a75_0x23fa99,_0x2c6fc4={'qERST':function(_0x4d0078,_0x37b44b){return _0x4d0078(_0x37b44b);},'mSEzC':_0x4b25a4(0x17c),'oQDbj':_0x4b25a4(0x14a)};this[_0x4b25a4(0x131)]['debug'](_0x4b25a4(0x13c)+_0x5b70c2);try{if(!this[_0x4b25a4(0xd2)])return this[_0x4b25a4(0x131)][_0x4b25a4(0x188)](_0x2c6fc4['oQDbj']),null;const _0x3a0a27=new messages['ReportClientTroubleshootingErrorRequest']();_0x3a0a27[_0x4b25a4(0x165)](this['binSessionId']),_0x3a0a27[_0x4b25a4(0x15e)](_0x5b70c2);const _0x583d70=await new Promise((_0x55121c,_0x392959)=>{const _0x52f50d=_0x4b25a4,_0x1b33f4={'fxCst':function(_0x745c89,_0x1a54a5){return _0x2c6fc4['qERST'](_0x745c89,_0x1a54a5);},'hYPeO':_0x2c6fc4['mSEzC'],'BXcjX':function(_0x406b6a,_0x1db4c7){return _0x2c6fc4['qERST'](_0x406b6a,_0x1db4c7);}};this[_0x52f50d(0xd2)]['reportClientTroubleshootingError'](_0x3a0a27,(_0x4418a9,_0x2c9630)=>{const _0x5e05c6=_0x52f50d;if(_0x4418a9){this[_0x5e05c6(0x131)][_0x5e05c6(0x188)](_0x5e05c6(0x185)+_0x4418a9),_0x1b33f4[_0x5e05c6(0xdf)](_0x392959,_0x4418a9);return;}this[_0x5e05c6(0x131)][_0x5e05c6(0x188)](_0x1b33f4[_0x5e05c6(0x195)]),_0x1b33f4[_0x5e05c6(0xde)](_0x55121c,_0x2c9630);});});return _0x583d70;}catch(_0x3aad74){return this[_0x4b25a4(0x131)][_0x4b25a4(0x188)](_0x4b25a4(0x185)+_0x3aad74),null;}}async[a75_0x23fa99(0x179)](){const _0x11a57a=a75_0x23fa99,_0x510978={'meVAN':function(_0x1b86a5,_0x25ec1a){return _0x1b86a5(_0x25ec1a);},'gAjSP':_0x11a57a(0xe5),'SPxoQ':_0x11a57a(0x186),'lpaoJ':_0x11a57a(0x14a)};this[_0x11a57a(0x131)][_0x11a57a(0x188)](_0x510978[_0x11a57a(0xb7)]);try{if(!this['client'])return this[_0x11a57a(0x131)][_0x11a57a(0x188)](_0x510978[_0x11a57a(0x19b)]),null;const _0x3c0d7c=new messages['GetAggregatedClientTroubleshootingErrorsRequest']();_0x3c0d7c[_0x11a57a(0x165)](this['binSessionId']);const _0x4b697d=await new Promise((_0x2ff199,_0x324316)=>{const _0x5a66f0=_0x11a57a;this['client'][_0x5a66f0(0x179)](_0x3c0d7c,(_0x59065c,_0x2da880)=>{const _0x341303=_0x5a66f0;if(_0x59065c){this[_0x341303(0x131)][_0x341303(0x188)](_0x341303(0x164)+_0x59065c),_0x510978[_0x341303(0x178)](_0x324316,_0x59065c);return;}this[_0x341303(0x131)][_0x341303(0x188)](_0x510978[_0x341303(0xef)]),_0x510978[_0x341303(0x178)](_0x2ff199,_0x2da880);});});return _0x4b697d;}catch(_0x3f30d4){return this['logger']['debug']('Error\x20in\x20GetAggregatedClientTroubleshootingErrors:\x20'+_0x3f30d4),null;}}[a75_0x23fa99(0x16b)](){const _0x133d2a=a75_0x23fa99;return this[_0x133d2a(0xd2)];}[a75_0x23fa99(0x1ad)](){const _0x1954ab=a75_0x23fa99;return this[_0x1954ab(0x1c0)];}}module[a75_0x23fa99(0x107)]=GrpcClient;
1
+ function a75_0x3a2d(_0x517190,_0x22fc2c){const _0xd7ec9a=a75_0xd7ec();return a75_0x3a2d=function(_0x3a2da3,_0x27ac17){_0x3a2da3=_0x3a2da3-0xde;let _0x9ebf4b=_0xd7ec9a[_0x3a2da3];return _0x9ebf4b;},a75_0x3a2d(_0x517190,_0x22fc2c);}const a75_0x540591=a75_0x3a2d;function a75_0xd7ec(){const _0x127b20=['driverInit','env','startBinSession:\x20Calling\x20startBinSession','setFileSize','ref',',\x20testIdentifier=','getBrowserstackConfigPath','replace','fileSize','TestSessionEvent\x20error:\x20','setTestFrameworkState','AccessibilityConfig\x20request\x20successful','setScriptName','setHubUrl','channel','name','getSdkLanguage','setExecutionContext','VtwUv','setCustomMetadata','null','provider','\x20listenAddr:\x20','setKind','TestFrameworkEventRequest','ICSCD','setBinSessionId','ReportClientTroubleshootingError\x20successful','ConnectBinSession\x20successful','../../helpers/performance/constants','setUuid','GBsZf','FRKzl','Channel','pending-resolution-from-test-identifier','vFwxo','getSdkVersion','BROWSERSTACK_CLI_BIN_SESSION_ID','setTestFrameworkVersion','connect','../../helpers/logger.js','grpc.keepalive_time_ms','entries','init','TestFrameworkEvent\x20error:\x20','vgUvo','mBriL','setFrameworkSessionId','logCreatedEvent','winstonLogger','fetchDriverExecuteParamsEvent','PlaywrightConfig\x20error:\x20','SoHuK','setTestHookState','sHOGz','setRef','458233ZDTVGQ','rNuPV','LogCreatedEvent\x20request\x20successful','iRRvv','setLanguage','ExecutionContext','\x20and\x20listen\x20address:\x20','SDK_CLI_ON_STOP','frameworkName','setProduct','PlaywrightConfigRequest','setErrorKey','Reporting\x20ClientTroubleshootingError\x20','StartBinSession\x20successful','BROWSERSTACK_CLI_BIN_LISTEN_ADDR','setProcessId','listenAddress','setExitCode','connectBinSession','setTestFrameworkName','getAggregatedClientTroubleshootingErrors','setFileName','\x20for\x20product=','VyIvv','dXUiU','setUserInputParams','setFilePath','encode','push','binSessionId','getPlaywrightConfig','ozJrO','FetchDriverExecuteParamsEvent\x20successful\x20-\x20success=','nzKkO','testFrameworkEvent','NAxke','test_identifier','setTestIdentifier','TestSessionEvent\x20request\x20successful','utf-8','forEach','getEnvVarsMap','user_killed','Error\x20in\x20TestSessionEvent:\x20','start','getInstance','Error\x20in\x20startBinSession:\x20','testAnalyticsId','attachment_type','setFrameworkVersion','setTimestamp','No\x20gRPC\x20client\x20initialized.','testSessionEvent','LogEntry','rirMv','setHash','SDKClient','849624Exwklm','\x20for\x20tag\x20validation','rUoIZ','ConnectBinSessionRequest','StopBinSession\x20successful','KXRqe','hash','setConfig','Error\x20in\x20FetchDriverExecuteParamsEvent:\x20',',\x20scriptName=','NKYdL','util','jcpux','getBrowserstackCliConfig','hubUrl','error','SDK_CONNECT_BIN_SESSION','SDK_START_BIN_SESSION','hMFEO','LogCreatedEventRequest','fetchDriverExecuteParamsEvent:\x20Sending\x20testIdentifier=','tfdmt','format','getChannel','epzsf','pJKNR','ytQSG','MjFwY','[GrpcClient]\x20getAccessibilityConfig:\x20Sending\x20testIdentifier=','odlxS','GrpcClient','@grpc/grpc-js','Fusts','uuid','VYfpm','setPlatformIndex','371902KWcfdi','setMessage','setFrameworksList','end','SDK_AUTOMATION_FRAMEWORK_INIT','startBinSession','setCapabilities','Sending\x20DriverInit','AccessibilityConfig\x20error:\x20','905968THPKyI','WpQdl','ZgRmy','ReportClientTroubleshootingErrorRequest','setTestFramework','setPathConfig','../../helpers/performance/performance-tester.js','setPathProject','\x22userName\x22:\x22[REDACTED]\x22','nfYfw','TLKUJ','Error\x20in\x20getPlaywrightConfig:\x20','slice','threadId','ConnectBinSession\x20error:\x20','aTZsK','logger','duration','TestFrameworkEvent\x20request\x20successful','danCh','setDuration','Unable\x20to\x20find\x20listen\x20addr\x20or\x20bin\x20session\x20id\x20binSessionId:\x20','../../helpers/classLogger.js','info','launchcaps','setThreadId','Error\x20in\x20ReportClientTroubleshootingError:\x20','AzqfY','qkchZ','DgRwa','kind','../../../generated/sdk-messages_pb','processId','QWVAL','client','reportClientTroubleshootingError','addLogs','timestamp','EZVJt','Error\x20in\x20connectBinSession:\x20','cwd','stopBinSession','LogCreatedEvent\x20error:\x20','\x22key\x22:\x22[REDACTED]\x22','StartBinSession\x20error:\x20','DbCtf','dTZDd','No\x20gRPC\x20client\x20not\x20initialized.','pNFpY','message','eSxqQ','argv','PlaywrightConfig\x20request\x20successful','6IFzKXg','dkSPL','credentials','Sending\x20TestFrameworkEvent','zHbWc','VfAtI','Stopping\x20bin\x20session','6354495vMakNT','setAttachmentType','frameworkSessionId','getAccessibilityConfig','qtKAH','addFrameworks','./browserstackCLI.js','pQfPF','getFrameworkVersionsMap','1238735lSoXWb','aNstz','testFrameworkState','hook_run_uuid','Error\x20in\x20LogCreatedEvent:\x20','Worsf','setFrameworkName','GetAggregatedClientTroubleshootingErrors\x20successful','eWyNM','setEventJson',',\x20product=','filePath','929400WUDSFY','LvKMI','Error\x20in\x20DriverInit:\x20','scAoV','Connecting\x20bin\x20session','UMOuS','createInsecure','getSuccess','../../../generated/sdk_grpc_pb','DriverInit\x20request\x20successful','path','setCliArgsList','version','Kblex','set','kMXeF','Connected\x20to\x20gRPC\x20server\x20at\x20','UyfQy','debug','../utils/constants','Error\x20in\x20GetAggregatedClientTroubleshootingErrors:\x20','wGISH','frameworkVersion','JPUPQ','4motNrE','GetAggregatedClientTroubleshootingErrorsRequest','testInfo','getAutomationFrameworkDetail','stringify'];a75_0xd7ec=function(){return _0x127b20;};return a75_0xd7ec();}(function(_0x5e54e3,_0x5743a1){const _0x2159c1=a75_0x3a2d,_0x43f289=_0x5e54e3();while(!![]){try{const _0x5b955b=parseInt(_0x2159c1(0x180))/0x1+parseInt(_0x2159c1(0x1dd))/0x2*(parseInt(_0x2159c1(0x10f))/0x3)+-parseInt(_0x2159c1(0x143))/0x4*(-parseInt(_0x2159c1(0x11f))/0x5)+parseInt(_0x2159c1(0x1b9))/0x6+-parseInt(_0x2159c1(0x1e6))/0x7+-parseInt(_0x2159c1(0x12b))/0x8+-parseInt(_0x2159c1(0x116))/0x9;if(_0x5b955b===_0x5743a1)break;else _0x43f289['push'](_0x43f289['shift']());}catch(_0x2ffde3){_0x43f289['push'](_0x43f289['shift']());}}}(a75_0xd7ec,0x41638));const util=require(a75_0x540591(0x1c4)),logger=require(a75_0x540591(0x170))[a75_0x540591(0x179)],grpc=require(a75_0x540591(0x1d8)),services=require(a75_0x540591(0x133)),messages=require(a75_0x540591(0xf9)),path=require(a75_0x540591(0x135)),CLIUtils=require('./cliUtils.js'),{createClassLogger}=require(a75_0x540591(0xf0)),PerformanceTester=require(a75_0x540591(0xe0)),{EVENTS:PerformanceEvents}=require(a75_0x540591(0x165)),{PLAYWRIGHT_TRACE_LOGS}=require(a75_0x540591(0x13e)),helper=require('../../helpers/helper.js');class GrpcClient{static #instance=null;[a75_0x540591(0x19d)]=null;['listenAddress']=null;[a75_0x540591(0x156)]=null;[a75_0x540591(0xfc)]=null;[a75_0x540591(0xea)]=createClassLogger(a75_0x540591(0x1d7));constructor(){}static[a75_0x540591(0x1ad)](){return!GrpcClient.#instance&&(GrpcClient.#instance=new GrpcClient()),GrpcClient.#instance;}[a75_0x540591(0x173)](_0x428e27){const _0x4360e3=a75_0x540591,_0x11c0ca={};_0x11c0ca[_0x4360e3(0x183)]=function(_0x1ba2e3,_0x5ea539){return _0x1ba2e3||_0x5ea539;};const _0x313fa5=_0x11c0ca,{id:_0x650de1,listen:_0x4482b3}=_0x428e27;if(_0x313fa5[_0x4360e3(0x183)](!_0x650de1,!_0x4482b3))throw new Error(_0x4360e3(0xef)+_0x650de1+_0x4360e3(0x15e)+_0x4482b3);this[_0x4360e3(0x19d)]=_0x650de1,this[_0x4360e3(0x190)]=_0x4482b3,process['env'][_0x4360e3(0x16d)]=this['binSessionId'],process[_0x4360e3(0x149)][_0x4360e3(0x18e)]=this[_0x4360e3(0x190)],this[_0x4360e3(0x16f)](),this[_0x4360e3(0xea)][_0x4360e3(0xf1)]('Initialized\x20gRPC\x20client\x20with\x20bin\x20session\x20id:\x20'+this[_0x4360e3(0x19d)]+_0x4360e3(0x186)+this[_0x4360e3(0x190)]);}[a75_0x540591(0x16f)](){const _0x2c1d15=a75_0x540591,_0x3905eb={};_0x3905eb[_0x2c1d15(0xf7)]='Unable\x20to\x20determine\x20gRPC\x20server\x20listen\x20address';const _0x39f538=_0x3905eb;let _0x5aa939=this[_0x2c1d15(0x190)];!_0x5aa939&&(_0x5aa939=process[_0x2c1d15(0x149)][_0x2c1d15(0x18e)]);!this[_0x2c1d15(0x19d)]&&(this[_0x2c1d15(0x19d)]=this[_0x2c1d15(0x19d)]||process[_0x2c1d15(0x149)][_0x2c1d15(0x16d)]);if(!_0x5aa939)throw new Error(_0x39f538[_0x2c1d15(0xf7)]);const _0x595878={};_0x595878[_0x2c1d15(0x171)]=0x2710,this[_0x2c1d15(0x156)]=new grpc[(_0x2c1d15(0x169))](_0x5aa939,grpc[_0x2c1d15(0x111)][_0x2c1d15(0x131)](),_0x595878),this['client']=new services[(_0x2c1d15(0x1b8))](_0x5aa939,grpc['credentials'][_0x2c1d15(0x131)]()),this[_0x2c1d15(0xea)][_0x2c1d15(0xf1)](_0x2c1d15(0x13b)+_0x5aa939);}async[a75_0x540591(0x1e2)](){const _0x60bf4=a75_0x540591,_0x9b4e01={'vgUvo':function(_0x195b59,_0x36f80d){return _0x195b59!==_0x36f80d;},'dkSPL':function(_0x334244,_0x24db00){return _0x334244!==_0x24db00;},'NAxke':function(_0x126b4e,_0x5cef7f){return _0x126b4e(_0x5cef7f);},'XBCDn':_0x60bf4(0x18d),'nzKkO':_0x60bf4(0x14a),'SoHuK':_0x60bf4(0x109),'ytQSG':_0x60bf4(0x11c),'bvdWL':function(_0x3e7b08,_0x4e0bd6){return _0x3e7b08 instanceof _0x4e0bd6;},'ICSCD':_0x60bf4(0x15c),'jcpux':function(_0x297d79,_0x1f9a16){return _0x297d79||_0x1f9a16;},'GBsZf':function(_0x5ed031,_0x151ee7){return _0x5ed031||_0x151ee7;}};PerformanceTester[_0x60bf4(0x1ac)](PerformanceEvents[_0x60bf4(0x1ca)]),this[_0x60bf4(0xea)][_0x60bf4(0xf1)](_0x9b4e01[_0x60bf4(0x1a1)]);try{!this[_0x60bf4(0xfc)]&&this[_0x60bf4(0xea)][_0x60bf4(0xf1)](_0x9b4e01[_0x60bf4(0x17c)]);const _0xf44549=CLIUtils[_0x60bf4(0x16c)](),_0x4314f2=CLIUtils[_0x60bf4(0x146)](),_0x25c32f=CLIUtils['getTestFrameworkDetail'](),_0x9c5220=_0x4314f2['name'],_0x3e81af=_0x4314f2[_0x60bf4(0x137)],_0x48154d=_0x25c32f[_0x60bf4(0x157)],_0x3c60e7=_0x25c32f[_0x60bf4(0x137)]?_0x25c32f[_0x60bf4(0x137)][_0x48154d]:'',_0x105618=new messages['StartBinSessionRequest']();_0x105618[_0x60bf4(0x162)](this[_0x60bf4(0x19d)]),_0x105618['setSdkLanguage'](CLIUtils[_0x60bf4(0x158)]()),_0x105618['setSdkVersion'](_0xf44549),_0x105618[_0x60bf4(0xe1)](process[_0x60bf4(0x102)]());const _0x28eaea=_0x105618[_0x60bf4(0x1a9)]();Object[_0x60bf4(0x172)](process[_0x60bf4(0x149)])[_0x60bf4(0x1a8)](([_0x2b5cbf,_0x1b0ffb])=>{const _0x2a4fcd=_0x60bf4;_0x9b4e01[_0x2a4fcd(0x175)](_0x1b0ffb,undefined)&&_0x9b4e01[_0x2a4fcd(0x110)](_0x1b0ffb,null)&&_0x28eaea[_0x2a4fcd(0x139)](_0x2b5cbf,_0x1b0ffb);});const _0x31dbe4=_0x9b4e01['NAxke'](require,_0x9b4e01[_0x60bf4(0x1d3)]),_0x4c3561=_0x31dbe4['getInstance']()[_0x60bf4(0x1c6)](),_0x526844=[];_0x4c3561&&_0x9b4e01['bvdWL'](_0x4c3561,Map)&&_0x4c3561[_0x60bf4(0x1a8)]((_0x408111,_0x18053f)=>{const _0x1dd139=_0x60bf4;_0x526844[_0x1dd139(0x19c)](_0x18053f+'='+_0x408111);});const _0x1c7a88=process[_0x60bf4(0x10d)][_0x60bf4(0xe6)](0x2);_0x105618[_0x60bf4(0x136)]([..._0x1c7a88,..._0x526844]),_0x105618[_0x60bf4(0xdf)](_0x31dbe4[_0x60bf4(0x1ad)]()[_0x60bf4(0x14e)]()),this[_0x60bf4(0xea)][_0x60bf4(0xf1)]('setCliArgs:\x20cliArgs='+JSON['stringify'](_0x1c7a88)+',\x20parsedConfig='+(_0x4c3561?JSON['stringify']([..._0x4c3561]):_0x9b4e01[_0x60bf4(0x161)])),_0x105618[_0x60bf4(0x184)](CLIUtils['getSdkLanguage']()),_0x105618[_0x60bf4(0xde)](_0x48154d);const _0x85cfb0=_0x105618[_0x60bf4(0x11e)]();return _0x85cfb0[_0x60bf4(0x139)](_0x9c5220,_0x9b4e01[_0x60bf4(0x1c5)](_0x3e81af,'')),_0x85cfb0['set'](_0x48154d,_0x9b4e01[_0x60bf4(0x167)](_0x3c60e7,'')),_0x105618[_0x60bf4(0x11b)](_0x9c5220,_0x3e81af),_0x105618[_0x60bf4(0x11b)](_0x48154d,_0x3c60e7),_0x105618[_0x60bf4(0x1df)]([_0x48154d,_0x9c5220]),new Promise((_0x310ab9,_0x4ac958)=>{const _0x15a477=_0x60bf4;this[_0x15a477(0xfc)][_0x15a477(0x1e2)](_0x105618,(_0x2fd29a,_0x59bfd0)=>{const _0x55b55f=_0x15a477;if(_0x2fd29a){this[_0x55b55f(0xea)][_0x55b55f(0x1c8)](_0x55b55f(0x106)+_0x2fd29a[_0x55b55f(0x10b)]),_0x9b4e01['NAxke'](_0x4ac958,_0x2fd29a),PerformanceTester['end'](PerformanceEvents[_0x55b55f(0x1ca)],![],util[_0x55b55f(0x1cf)](_0x2fd29a));return;}this['logger']['info'](_0x9b4e01['XBCDn']),PerformanceTester[_0x55b55f(0x1e0)](PerformanceEvents[_0x55b55f(0x1ca)]),_0x9b4e01[_0x55b55f(0x1a3)](_0x310ab9,_0x59bfd0);});});}catch(_0x166c43){this[_0x60bf4(0xea)][_0x60bf4(0x1c8)](_0x60bf4(0x1ae)+util[_0x60bf4(0x1cf)](_0x166c43)),PerformanceTester[_0x60bf4(0x1e0)](PerformanceEvents['SDK_START_BIN_SESSION'],![],util[_0x60bf4(0x1cf)](_0x166c43));throw _0x166c43;}}async['connectBinSession'](){const _0x4c91c0=a75_0x540591,_0x903e98={'MIwmq':function(_0x443978,_0x39d569){return _0x443978(_0x39d569);},'HTSJB':_0x4c91c0(0x164),'qkchZ':_0x4c91c0(0x12f),'rirMv':_0x4c91c0(0x109),'cFCIl':_0x4c91c0(0xe2),'DbCtf':'\x22accessKey\x22:\x22[REDACTED]\x22','WpQdl':_0x4c91c0(0x105)};PerformanceTester['start'](PerformanceEvents[_0x4c91c0(0x1c9)]),this[_0x4c91c0(0xea)][_0x4c91c0(0xf1)](_0x903e98[_0x4c91c0(0xf6)]);try{!this[_0x4c91c0(0xfc)]&&this['logger']['info'](_0x903e98[_0x4c91c0(0x1b6)]);const _0x54731f=new messages[(_0x4c91c0(0x1bc))]();_0x54731f['setBinSessionId'](this[_0x4c91c0(0x19d)]);const _0x1452f9=await new Promise((_0x24f82d,_0x3a1e26)=>{const _0x438ffb=_0x4c91c0,_0xb85baa={'zHbWc':function(_0x27ff8c,_0xd25194){return _0x903e98['MIwmq'](_0x27ff8c,_0xd25194);},'odlxS':_0x903e98['HTSJB']};this[_0x438ffb(0xfc)][_0x438ffb(0x192)](_0x54731f,(_0x5c9f64,_0x1cf27f)=>{const _0x38b3ca=_0x438ffb;if(_0x5c9f64){this[_0x38b3ca(0xea)][_0x38b3ca(0x1c8)](_0x38b3ca(0xe8)+_0x5c9f64['message']),_0xb85baa[_0x38b3ca(0x113)](_0x3a1e26,_0x5c9f64),PerformanceTester[_0x38b3ca(0x1e0)](PerformanceEvents['SDK_CONNECT_BIN_SESSION'],![],util[_0x38b3ca(0x1cf)](_0x5c9f64));return;}this['logger']['info'](_0xb85baa[_0x38b3ca(0x1d6)]),PerformanceTester[_0x38b3ca(0x1e0)](PerformanceEvents[_0x38b3ca(0x1c9)]),_0xb85baa[_0x38b3ca(0x113)](_0x24f82d,_0x1cf27f);});}),_0x361e13=util[_0x4c91c0(0x1cf)](_0x1452f9)[_0x4c91c0(0x14f)](/"userName":"[^"]*"/g,_0x903e98['cFCIl'])[_0x4c91c0(0x14f)](/"accessKey":"[^"]*"/g,_0x903e98[_0x4c91c0(0x107)])[_0x4c91c0(0x14f)](/"key":"[^"]*"/g,_0x903e98[_0x4c91c0(0x1e7)]);return this['logger'][_0x4c91c0(0x13d)]('connect-bin-session\x20response:\x20'+_0x361e13),_0x1452f9;}catch(_0x51b845){PerformanceTester[_0x4c91c0(0x1e0)](PerformanceEvents[_0x4c91c0(0x1c9)],![],util['format'](_0x51b845)),this[_0x4c91c0(0xea)][_0x4c91c0(0x1c8)](_0x4c91c0(0x101)+util[_0x4c91c0(0x1cf)](_0x51b845));throw _0x51b845;}}async[a75_0x540591(0x103)](_0x33f4ae={},_0x2afdcc=null){const _0x2eeab6=a75_0x540591,_0x572b6d={'ozJrO':function(_0x151c73,_0x26b692){return _0x151c73(_0x26b692);},'ZgRmy':_0x2eeab6(0x1bd),'LvKMI':_0x2eeab6(0x115),'KXRqe':'Missing\x20binSessionId','VfAtI':'No\x20gRPC\x20client\x20not\x20initialized.','rNuPV':_0x2eeab6(0x1aa)};PerformanceTester[_0x2eeab6(0x1ac)](PerformanceEvents[_0x2eeab6(0x187)]),this[_0x2eeab6(0xea)][_0x2eeab6(0xf1)](_0x572b6d[_0x2eeab6(0x12c)]);try{if(!this[_0x2eeab6(0x19d)])throw new Error(_0x572b6d[_0x2eeab6(0x1be)]);!this[_0x2eeab6(0xfc)]&&this[_0x2eeab6(0xea)][_0x2eeab6(0xf1)](_0x572b6d[_0x2eeab6(0x114)]);const _0x45957b=new messages['StopBinSessionRequest']();this[_0x2eeab6(0xea)][_0x2eeab6(0x13d)]('Stopping\x20signal\x20'+JSON[_0x2eeab6(0x147)](_0x2afdcc)),_0x45957b['setBinSessionId'](this[_0x2eeab6(0x19d)]),_0x45957b[_0x2eeab6(0x15b)](_0x33f4ae),_0x45957b['setExitSignal'](_0x2afdcc?_0x2afdcc:null),_0x45957b['setExitReason'](_0x2afdcc?_0x572b6d[_0x2eeab6(0x181)]:null),_0x45957b[_0x2eeab6(0x191)](_0x2afdcc?0x1:0x0);const _0x22185b=await new Promise((_0x322fe3,_0x20371a)=>{const _0x447eda=_0x2eeab6;this[_0x447eda(0xfc)][_0x447eda(0x103)](_0x45957b,(_0x446767,_0x1a0ff8)=>{const _0x412ce2=_0x447eda;if(_0x446767){this[_0x412ce2(0xea)][_0x412ce2(0x1c8)]('StopBinSession\x20error:\x20'+_0x446767[_0x412ce2(0x10b)]),_0x572b6d['ozJrO'](_0x20371a,_0x446767),PerformanceTester[_0x412ce2(0x1e0)](PerformanceEvents['SDK_CLI_ON_STOP'],![],util['format'](_0x446767));return;}this[_0x412ce2(0xea)]['info'](_0x572b6d[_0x412ce2(0x1e8)]),PerformanceTester[_0x412ce2(0x1e0)](PerformanceEvents['SDK_CLI_ON_STOP']),_0x572b6d[_0x412ce2(0x19f)](_0x322fe3,_0x1a0ff8);});});return this['logger'][_0x2eeab6(0x13d)]('stop-bin-session\x20response:\x20'+util[_0x2eeab6(0x1cf)](_0x22185b)),_0x22185b;}catch(_0x26862d){PerformanceTester[_0x2eeab6(0x1e0)](PerformanceEvents[_0x2eeab6(0x187)],![],util['format'](_0x26862d)),this[_0x2eeab6(0xea)][_0x2eeab6(0x1c8)]('Error\x20in\x20stopBinSession:\x20'+util[_0x2eeab6(0x1cf)](_0x26862d));}}async[a75_0x540591(0x19e)](_0x35feb1){const _0x511037=a75_0x540591,_0x1ede7e={'scAoV':function(_0x215c09,_0x51cc74){return _0x215c09(_0x51cc74);},'VYfpm':_0x511037(0x10e),'Kblex':'Getting\x20Playwright\x20config','nfYfw':'No\x20gRPC\x20client\x20not\x20initialized.'};PerformanceTester[_0x511037(0x1ac)](PerformanceEvents[_0x511037(0x1e1)]),this[_0x511037(0xea)]['info'](_0x1ede7e[_0x511037(0x138)]);try{!this[_0x511037(0xfc)]&&this[_0x511037(0xea)][_0x511037(0xf1)](_0x1ede7e[_0x511037(0xe3)]);const _0x37a49c=new messages[(_0x511037(0x18a))]();return _0x37a49c[_0x511037(0x162)](this[_0x511037(0x19d)]),_0x37a49c[_0x511037(0x1c0)](JSON[_0x511037(0x147)](_0x35feb1)),new Promise((_0x2ebb68,_0x2194e0)=>{const _0x15669c=_0x511037,_0x5eafd5={'EZVJt':function(_0x5770f7,_0x252439){const _0x39d943=a75_0x3a2d;return _0x1ede7e[_0x39d943(0x12e)](_0x5770f7,_0x252439);},'gdmYa':_0x1ede7e[_0x15669c(0x1db)]};this[_0x15669c(0xfc)]['playwrightConfig'](_0x37a49c,(_0x44a4e9,_0x28ed4d)=>{const _0x1ecacb=_0x15669c;if(_0x44a4e9){this[_0x1ecacb(0xea)][_0x1ecacb(0x1c8)](_0x1ecacb(0x17b)+_0x44a4e9[_0x1ecacb(0x10b)]),_0x5eafd5['EZVJt'](_0x2194e0,_0x44a4e9),PerformanceTester[_0x1ecacb(0x1e0)](PerformanceEvents[_0x1ecacb(0x1e1)],![],util[_0x1ecacb(0x1cf)](_0x44a4e9));return;}this['logger'][_0x1ecacb(0xf1)](_0x5eafd5['gdmYa']),PerformanceTester['end'](PerformanceEvents[_0x1ecacb(0x1e1)]),_0x5eafd5[_0x1ecacb(0x100)](_0x2ebb68,_0x28ed4d);});});}catch(_0x27f7f9){PerformanceTester['end'](PerformanceEvents[_0x511037(0x1e1)],![],util[_0x511037(0x1cf)](_0x27f7f9)),this[_0x511037(0xea)][_0x511037(0x1c8)](_0x511037(0xe5)+util[_0x511037(0x1cf)](_0x27f7f9));throw _0x27f7f9;}}async[a75_0x540591(0x119)](_0x38ede6){const _0x475e69=a75_0x540591,_0x78b146={'sHOGz':function(_0x224928,_0xa1ebbe){return _0x224928(_0xa1ebbe);},'ykxOL':_0x475e69(0x153),'eWyNM':function(_0x14f73c,_0x31145b){return _0x14f73c||_0x31145b;},'aTZsK':'not\x20provided','aNstz':_0x475e69(0x1a7)},_0x2c0e29=_0x38ede6['testInfo']?.[_0x475e69(0x1af)]||_0x38ede6[_0x475e69(0x145)]?.['id'];this[_0x475e69(0xea)][_0x475e69(0xf1)]('[GrpcClient]\x20Getting\x20Accessibility\x20config,\x20testIdentifier='+_0x78b146[_0x475e69(0x127)](_0x2c0e29,_0x78b146[_0x475e69(0xe9)]));try{const _0x54d694=Buffer['from'](JSON[_0x475e69(0x147)](_0x38ede6[_0x475e69(0xf2)]),_0x78b146[_0x475e69(0x120)]),_0x20673e=new messages['AccessibilityConfigRequest'](),_0x37165d=CLIUtils[_0x475e69(0x146)](),_0x30ea6e=_0x37165d[_0x475e69(0x157)],_0x23f3d3=_0x37165d[_0x475e69(0x137)];_0x20673e['setBinSessionId'](this[_0x475e69(0x19d)]),_0x20673e[_0x475e69(0x1dc)](0x0),_0x20673e[_0x475e69(0x125)](_0x30ea6e),_0x20673e[_0x475e69(0x1b1)](_0x23f3d3),_0x20673e['setHubUrl'](_0x38ede6[_0x475e69(0x1c7)]),_0x20673e['setCapabilities'](_0x54d694);if(_0x38ede6[_0x475e69(0x145)]?.[_0x475e69(0x1af)]||_0x38ede6['testInfo']?.['id']){const _0x3eeefd=_0x38ede6[_0x475e69(0x145)]['testAnalyticsId']||_0x38ede6[_0x475e69(0x145)]['id'];_0x20673e['setTestIdentifier'](_0x3eeefd),this[_0x475e69(0xea)][_0x475e69(0x13d)](_0x475e69(0x1d5)+_0x3eeefd+_0x475e69(0x1ba));}return new Promise((_0x54afcf,_0x4b256a)=>{const _0xec17e2=_0x475e69;this[_0xec17e2(0xfc)]['accessibilityConfig'](_0x20673e,(_0x2cc92d,_0x3ac98c)=>{const _0x2ae1ad=_0xec17e2;if(_0x2cc92d){this[_0x2ae1ad(0xea)][_0x2ae1ad(0x1c8)](_0x2ae1ad(0x1e5)+_0x2cc92d[_0x2ae1ad(0x10b)]),_0x78b146[_0x2ae1ad(0x17e)](_0x4b256a,_0x2cc92d);return;}this[_0x2ae1ad(0xea)][_0x2ae1ad(0xf1)](_0x78b146['ykxOL']),_0x78b146['sHOGz'](_0x54afcf,_0x3ac98c);});});}catch(_0x1835c6){this[_0x475e69(0xea)][_0x475e69(0x1c8)]('Error\x20in\x20getAccessibilityConfig:\x20'+util['format'](_0x1835c6));}}async[a75_0x540591(0x1b4)](_0x1fe86e){const _0x1288d7=a75_0x540591,_0x3d7c97={'tfdmt':function(_0x2b904e,_0x1aa61e){return _0x2b904e(_0x1aa61e);},'UMOuS':_0x1288d7(0x1a6),'rTnEN':'Sending\x20TestSessionEvent','OfKGH':_0x1288d7(0x109)};this[_0x1288d7(0xea)][_0x1288d7(0xf1)](_0x3d7c97['rTnEN']);try{!this['client']&&this['logger'][_0x1288d7(0xf1)](_0x3d7c97['OfKGH']);const {platformIndex:_0x4b7873,testFrameworkName:_0x326938,testFrameworkVersion:_0x29ea71,testFrameworkState:_0x43920e,testHookState:_0xde233e,testUuid:_0x526f0e,automationSession:_0x19ffd1,capabilities:_0x33b1d0,executionContext:_0x5587fa,test_identifier:_0x41c479}=_0x1fe86e,_0x2ef69d=new messages['TestSessionEventRequest']();_0x2ef69d['setBinSessionId'](this['binSessionId']),_0x2ef69d[_0x1288d7(0x1dc)](_0x4b7873),_0x2ef69d[_0x1288d7(0x193)](_0x326938),_0x2ef69d[_0x1288d7(0x16e)](_0x29ea71),_0x2ef69d[_0x1288d7(0x152)](_0x43920e),_0x2ef69d[_0x1288d7(0x17d)](_0xde233e),_0x2ef69d['setTestUuid'](_0x526f0e);const _0x3f112d=new messages['TestSessionEventRequest']['AutomationSession']();_0x3f112d['setProvider'](_0x19ffd1[_0x1288d7(0x15d)]),_0x3f112d[_0x1288d7(0x125)](_0x19ffd1[_0x1288d7(0x188)]),_0x3f112d['setFrameworkVersion'](_0x19ffd1[_0x1288d7(0x141)]),_0x3f112d[_0x1288d7(0x177)](_0x19ffd1[_0x1288d7(0x118)]),_0x3f112d[_0x1288d7(0x17f)](_0x19ffd1[_0x1288d7(0x14c)]),_0x3f112d[_0x1288d7(0x155)](_0x19ffd1[_0x1288d7(0x1c7)]),_0x2ef69d['addAutomationSessions'](_0x3f112d),_0x2ef69d[_0x1288d7(0x1e3)](_0x33b1d0);const _0xd6fcd5=new messages[(_0x1288d7(0x185))]();return _0xd6fcd5[_0x1288d7(0x18f)](_0x5587fa[_0x1288d7(0xfa)]),_0xd6fcd5[_0x1288d7(0xf3)](_0x5587fa['threadId']),_0xd6fcd5[_0x1288d7(0x1b7)](_0x5587fa[_0x1288d7(0x1bf)]),_0x2ef69d[_0x1288d7(0x159)](_0xd6fcd5),_0x41c479&&_0x2ef69d[_0x1288d7(0x1a5)](_0x41c479),new Promise((_0x5c5de2,_0x20f635)=>{const _0x54a934=_0x1288d7;this[_0x54a934(0xfc)][_0x54a934(0x1b4)](_0x2ef69d,(_0x92a158,_0x1b7008)=>{const _0x19663f=_0x54a934;if(_0x92a158){this[_0x19663f(0xea)][_0x19663f(0x1c8)](_0x19663f(0x151)+_0x92a158[_0x19663f(0x10b)]),_0x3d7c97[_0x19663f(0x1ce)](_0x20f635,_0x92a158);return;}this[_0x19663f(0xea)][_0x19663f(0xf1)](_0x3d7c97[_0x19663f(0x130)]),_0x3d7c97[_0x19663f(0x1ce)](_0x5c5de2,_0x1b7008);});});}catch(_0x442c49){this[_0x1288d7(0xea)][_0x1288d7(0x1c8)](_0x1288d7(0x1ab)+util[_0x1288d7(0x1cf)](_0x442c49));throw _0x442c49;}}async[a75_0x540591(0x1a2)](_0x1d2e77){const _0x33f89c=a75_0x540591,_0x497164={'NKYdL':function(_0x3e944a,_0x1b6584){return _0x3e944a(_0x1b6584);},'pQfPF':_0x33f89c(0xec),'dXUiU':function(_0x11a8e1,_0x227f41){return _0x11a8e1(_0x227f41);},'eZmdZ':_0x33f89c(0x112),'pNFpY':_0x33f89c(0x109)};this[_0x33f89c(0xea)][_0x33f89c(0xf1)](_0x497164['eZmdZ']);try{!this['client']&&this[_0x33f89c(0xea)][_0x33f89c(0xf1)](_0x497164[_0x33f89c(0x10a)]);const {platformIndex:_0x1e4874,testFrameworkName:_0x371764,testFrameworkVersion:_0x1e02d1,testFrameworkState:_0x4dce4a,hookState:_0x3bdd6f,startedAt:_0x25d3f1,endedAt:_0x25a1e3,uuid:_0x182a9d,eventJson:_0x2f8660,executionContext:_0x1b9fb0,test_identifier:_0x21593e}=_0x1d2e77,_0x20ff31=new messages[(_0x33f89c(0x160))]();_0x20ff31[_0x33f89c(0x162)](this['binSessionId']),_0x20ff31['setPlatformIndex'](_0x1e4874),_0x20ff31[_0x33f89c(0x193)](_0x371764),_0x20ff31[_0x33f89c(0x16e)](_0x1e02d1),_0x20ff31[_0x33f89c(0x152)](_0x4dce4a),_0x20ff31[_0x33f89c(0x17d)](_0x3bdd6f),_0x20ff31['setStartedAt'](_0x25d3f1),_0x20ff31['setEndedAt'](_0x25a1e3),_0x20ff31[_0x33f89c(0x166)](_0x182a9d),_0x20ff31[_0x33f89c(0x128)](_0x2f8660);const _0x4f2645=new messages[(_0x33f89c(0x185))]();return _0x4f2645[_0x33f89c(0x18f)](_0x1b9fb0[_0x33f89c(0xfa)]),_0x4f2645[_0x33f89c(0xf3)](_0x1b9fb0[_0x33f89c(0xe7)]),_0x4f2645[_0x33f89c(0x1b7)](_0x1b9fb0[_0x33f89c(0x1bf)]),_0x20ff31[_0x33f89c(0x159)](_0x4f2645),_0x21593e&&_0x20ff31['setTestIdentifier'](_0x21593e),new Promise((_0x432002,_0x177367)=>{const _0x3a12be=_0x33f89c;this[_0x3a12be(0xfc)]['testFrameworkEvent'](_0x20ff31,(_0xc89759,_0xbdbad6)=>{const _0x1d3316=_0x3a12be;if(_0xc89759){this['logger']['error'](_0x1d3316(0x174)+_0xc89759[_0x1d3316(0x10b)]),_0x497164[_0x1d3316(0x1c3)](_0x177367,_0xc89759);return;}this[_0x1d3316(0xea)][_0x1d3316(0xf1)](_0x497164[_0x1d3316(0x11d)]),_0x497164[_0x1d3316(0x198)](_0x432002,_0xbdbad6);});});}catch(_0x166cf2){this[_0x33f89c(0xea)][_0x33f89c(0x1c8)]('Error\x20in\x20TestFrameworkEvent:\x20'+util[_0x33f89c(0x1cf)](_0x166cf2));throw _0x166cf2;}}async['driverInit'](_0x14f195){const _0x4e2bcd=a75_0x540591,_0x17cbe3={'AzqfY':function(_0x3d1d6b,_0x2714d7){return _0x3d1d6b(_0x2714d7);},'aQuTJ':_0x4e2bcd(0x134),'epzsf':_0x4e2bcd(0x1e4),'rUoIZ':_0x4e2bcd(0x109)};this[_0x4e2bcd(0xea)]['info'](_0x17cbe3[_0x4e2bcd(0x1d1)]);try{!this['client']&&this[_0x4e2bcd(0xea)][_0x4e2bcd(0xf1)](_0x17cbe3[_0x4e2bcd(0x1bb)]);const {platformIndex:_0x3eadc6,ref:_0x709068,userInputParams:_0x229367}=_0x14f195,_0x165228=new messages['DriverInitRequest']();return _0x165228[_0x4e2bcd(0x162)](this[_0x4e2bcd(0x19d)]),_0x165228[_0x4e2bcd(0x1dc)](_0x3eadc6),_0x165228[_0x4e2bcd(0x17f)](_0x709068),_0x165228[_0x4e2bcd(0x199)](_0x229367),new Promise((_0x11c0fc,_0x5c831c)=>{const _0x3d824d=_0x4e2bcd,_0x295154={'wGISH':function(_0x6a0a8b,_0x5ee318){const _0x409e81=a75_0x3a2d;return _0x17cbe3[_0x409e81(0xf5)](_0x6a0a8b,_0x5ee318);},'VyIvv':_0x17cbe3['aQuTJ'],'Worsf':function(_0x42149e,_0x40952f){return _0x17cbe3['AzqfY'](_0x42149e,_0x40952f);}};this[_0x3d824d(0xfc)][_0x3d824d(0x148)](_0x165228,(_0x4c5bdb,_0x54ded2)=>{const _0x56cc84=_0x3d824d;if(_0x4c5bdb){this[_0x56cc84(0xea)][_0x56cc84(0x1c8)]('DriverInit\x20error:\x20'+_0x4c5bdb[_0x56cc84(0x10b)]),_0x295154[_0x56cc84(0x140)](_0x5c831c,_0x4c5bdb);return;}this[_0x56cc84(0xea)]['info'](_0x295154[_0x56cc84(0x197)]),_0x295154[_0x56cc84(0x124)](_0x11c0fc,_0x54ded2);});});}catch(_0x37fc9e){this[_0x4e2bcd(0xea)][_0x4e2bcd(0x1c8)](_0x4e2bcd(0x12d)+util['format'](_0x37fc9e));throw _0x37fc9e;}}async['logCreatedEvent'](_0x48d8ea){const _0x430a71=a75_0x540591,_0x3378e5={'GWjfz':function(_0x4299b5,_0x28670a){return _0x4299b5===_0x28670a;},'vFwxo':_0x430a71(0x16a),'pJKNR':function(_0x5569de,_0x3ad872){return _0x5569de(_0x3ad872);},'rQjgd':_0x430a71(0x182),'TLKUJ':'Sending\x20LogCreatedEvent','eSxqQ':_0x430a71(0x109)};this[_0x430a71(0xea)][_0x430a71(0xf1)](_0x3378e5[_0x430a71(0xe4)]);try{!this[_0x430a71(0xfc)]&&this[_0x430a71(0xea)][_0x430a71(0xf1)](_0x3378e5[_0x430a71(0x10c)]);const {platformIndex:_0x504764,logs:_0x3bb33f}=_0x48d8ea,_0x2f073c=new messages[(_0x430a71(0x1cc))]();_0x2f073c['setBinSessionId'](this[_0x430a71(0x19d)]),_0x2f073c[_0x430a71(0x1dc)](_0x504764);const _0x103965=_0x48d8ea['testFrameworkName'],_0x174723=_0x48d8ea['testFrameworkVersion'],_0x2e9941=_0x48d8ea[_0x430a71(0x121)];return _0x3bb33f[_0x430a71(0x1a8)](_0x3f506a=>{const _0x22c536=_0x430a71,_0x5d7b9c=new messages[(_0x22c536(0x1cc))][(_0x22c536(0x1b5))]();_0x5d7b9c[_0x22c536(0x193)](_0x103965),_0x5d7b9c[_0x22c536(0x16e)](_0x174723),_0x5d7b9c[_0x22c536(0x152)](_0x2e9941),_0x5d7b9c[_0x22c536(0x1b2)](_0x3f506a[_0x22c536(0xff)]);if(_0x3378e5['GWjfz'](_0x3f506a['attachment_type'],PLAYWRIGHT_TRACE_LOGS))_0x5d7b9c[_0x22c536(0x166)](_0x3f506a['test_run_uuid']),_0x5d7b9c[_0x22c536(0x1de)](new TextEncoder()[_0x22c536(0x19b)](JSON[_0x22c536(0x147)](_0x3f506a)));else{if(_0x3f506a[_0x22c536(0x1a4)])_0x5d7b9c['setUuid'](_0x3378e5[_0x22c536(0x16b)]);else{if(_0x3f506a[_0x22c536(0x122)])_0x5d7b9c[_0x22c536(0x166)](_0x3f506a[_0x22c536(0x122)]);else _0x3f506a['uuid']&&_0x5d7b9c[_0x22c536(0x166)](_0x3f506a[_0x22c536(0x1da)]);}_0x5d7b9c[_0x22c536(0x1de)](new TextEncoder()[_0x22c536(0x19b)](_0x3f506a[_0x22c536(0x10b)]));}_0x5d7b9c[_0x22c536(0x15f)](_0x3f506a[_0x22c536(0xf8)]),_0x5d7b9c['setLevel'](_0x3f506a['level']),_0x5d7b9c[_0x22c536(0x195)](_0x3f506a?.['fileName']||''),_0x5d7b9c[_0x22c536(0x19a)](_0x3f506a?.[_0x22c536(0x12a)]||''),_0x5d7b9c[_0x22c536(0x14b)](_0x3f506a?.[_0x22c536(0x150)]||0x0),_0x5d7b9c[_0x22c536(0x117)](_0x3f506a?.[_0x22c536(0x1b0)]||''),_0x3f506a[_0x22c536(0x1a4)]&&_0x5d7b9c[_0x22c536(0x1a5)](_0x3f506a[_0x22c536(0x1a4)]),_0x3f506a[_0x22c536(0xeb)]&&_0x5d7b9c[_0x22c536(0xee)](_0x3f506a[_0x22c536(0xeb)]),_0x2f073c[_0x22c536(0xfe)](_0x5d7b9c);}),new Promise((_0x45fb45,_0xb14625)=>{const _0x2294a8=_0x430a71,_0x4ec313={'sIAlL':function(_0x1a6029,_0x5de152){return _0x3378e5['pJKNR'](_0x1a6029,_0x5de152);},'KAAdC':_0x3378e5['rQjgd'],'MjFwY':function(_0x53f737,_0x284f3b){const _0x5d2940=a75_0x3a2d;return _0x3378e5[_0x5d2940(0x1d2)](_0x53f737,_0x284f3b);}};this[_0x2294a8(0xfc)][_0x2294a8(0x178)](_0x2f073c,(_0x13dd58,_0x47ca71)=>{const _0x2ef717=_0x2294a8;if(_0x13dd58){this[_0x2ef717(0xea)]['error'](_0x2ef717(0x104)+_0x13dd58[_0x2ef717(0x10b)]),_0x4ec313['sIAlL'](_0xb14625,_0x13dd58);return;}this[_0x2ef717(0xea)][_0x2ef717(0xf1)](_0x4ec313['KAAdC']),_0x4ec313[_0x2ef717(0x1d4)](_0x45fb45,_0x47ca71);});});}catch(_0x3c6f3a){this[_0x430a71(0xea)]['error'](_0x430a71(0x123)+util[_0x430a71(0x1cf)](_0x3c6f3a));throw _0x3c6f3a;}}async[a75_0x540591(0x17a)](_0x19d3db,_0x3f0316,_0x4bd13c,_0x58341a=null){const _0x4a17ab=a75_0x540591,_0x18bf88={'UyfQy':function(_0x7b0543,_0x4717f8){return _0x7b0543(_0x4717f8);},'Fusts':function(_0x842862,_0x566d95){return _0x842862(_0x566d95);},'QWVAL':function(_0x2be1e9,_0x335f02){return _0x2be1e9||_0x335f02;},'qtKAH':'not\x20provided','BIYPf':_0x4a17ab(0x1b3)};this[_0x4a17ab(0xea)][_0x4a17ab(0x13d)]('FetchDriverExecuteParamsEvent:\x20Calling\x20with\x20binSessionId='+_0x19d3db+_0x4a17ab(0x129)+_0x3f0316+_0x4a17ab(0x1c2)+_0x4bd13c+_0x4a17ab(0x14d)+_0x18bf88[_0x4a17ab(0xfb)](_0x58341a,_0x18bf88[_0x4a17ab(0x11a)]));try{if(!this[_0x4a17ab(0xfc)])return this[_0x4a17ab(0xea)][_0x4a17ab(0x13d)](_0x18bf88['BIYPf']),null;const _0x596c75=new messages['FetchDriverExecuteParamsEventRequest']();return _0x596c75[_0x4a17ab(0x162)](_0x19d3db),_0x596c75[_0x4a17ab(0x189)](_0x3f0316),_0x596c75[_0x4a17ab(0x154)](_0x4bd13c),_0x58341a&&(_0x596c75[_0x4a17ab(0x1a5)](_0x58341a),this[_0x4a17ab(0xea)][_0x4a17ab(0x13d)](_0x4a17ab(0x1cd)+_0x58341a+_0x4a17ab(0x196)+_0x3f0316+',\x20scriptName='+_0x4bd13c)),await new Promise(_0x57552c=>{const _0x4e314c=_0x4a17ab;this[_0x4e314c(0xfc)][_0x4e314c(0x17a)](_0x596c75,(_0x1893a3,_0x3949c5)=>{const _0xe6f2b6=_0x4e314c;if(_0x1893a3){this[_0xe6f2b6(0xea)][_0xe6f2b6(0x13d)](_0xe6f2b6(0x1c1)+_0x1893a3),_0x18bf88[_0xe6f2b6(0x13c)](_0x57552c,null);return;}this[_0xe6f2b6(0xea)][_0xe6f2b6(0x13d)](_0xe6f2b6(0x1a0)+(_0x3949c5[_0xe6f2b6(0x132)]&&_0x3949c5[_0xe6f2b6(0x132)]())),_0x18bf88[_0xe6f2b6(0x1d9)](_0x57552c,_0x3949c5);});});}catch(_0x47042f){return this['logger']['debug'](_0x4a17ab(0x1c1)+_0x47042f),null;}}async['reportClientTroubleshootingError'](_0x3c0bea){const _0x34e132=a75_0x540591,_0xfa120f={'mBriL':function(_0x5f2ab0,_0x14da42){return _0x5f2ab0(_0x14da42);},'JPUPQ':_0x34e132(0x163),'hMFEO':_0x34e132(0x1b3)};this[_0x34e132(0xea)][_0x34e132(0x13d)](_0x34e132(0x18c)+_0x3c0bea);try{if(!this[_0x34e132(0xfc)])return this[_0x34e132(0xea)][_0x34e132(0x13d)](_0xfa120f[_0x34e132(0x1cb)]),null;const _0x1b75a9=new messages[(_0x34e132(0x1e9))]();_0x1b75a9['setBinSessionId'](this['binSessionId']),_0x1b75a9[_0x34e132(0x18b)](_0x3c0bea);const _0x270353=await new Promise((_0x5d5c40,_0x902088)=>{const _0x246863=_0x34e132;this[_0x246863(0xfc)][_0x246863(0xfd)](_0x1b75a9,(_0x2175a6,_0x19094f)=>{const _0x1e0241=_0x246863;if(_0x2175a6){this[_0x1e0241(0xea)][_0x1e0241(0x13d)]('Error\x20in\x20ReportClientTroubleshootingError:\x20'+_0x2175a6),_0xfa120f[_0x1e0241(0x176)](_0x902088,_0x2175a6);return;}this[_0x1e0241(0xea)]['debug'](_0xfa120f[_0x1e0241(0x142)]),_0xfa120f[_0x1e0241(0x176)](_0x5d5c40,_0x19094f);});});return _0x270353;}catch(_0x44d064){return this[_0x34e132(0xea)][_0x34e132(0x13d)](_0x34e132(0xf4)+_0x44d064),null;}}async[a75_0x540591(0x194)](){const _0x13b893=a75_0x540591,_0x58ccbc={'dTZDd':function(_0x215d86,_0x881b9f){return _0x215d86(_0x881b9f);},'FRKzl':_0x13b893(0x126),'VtwUv':'Getting\x20AggregatedClientTroubleshootingErrors','Fbjiv':'No\x20gRPC\x20client\x20initialized.'};this['logger'][_0x13b893(0x13d)](_0x58ccbc[_0x13b893(0x15a)]);try{if(!this[_0x13b893(0xfc)])return this[_0x13b893(0xea)][_0x13b893(0x13d)](_0x58ccbc['Fbjiv']),null;const _0x2e6f53=new messages[(_0x13b893(0x144))]();_0x2e6f53[_0x13b893(0x162)](this[_0x13b893(0x19d)]);const _0x1ba167=await new Promise((_0x51f069,_0x54cb3d)=>{const _0x5126fa=_0x13b893,_0x30268f={'GusNK':function(_0x2aefa7,_0x462713){return _0x58ccbc['dTZDd'](_0x2aefa7,_0x462713);},'danCh':_0x58ccbc[_0x5126fa(0x168)],'kMXeF':function(_0xea0ff2,_0x39ce44){const _0x40d6eb=_0x5126fa;return _0x58ccbc[_0x40d6eb(0x108)](_0xea0ff2,_0x39ce44);}};this[_0x5126fa(0xfc)][_0x5126fa(0x194)](_0x2e6f53,(_0x33964a,_0x456013)=>{const _0x28d8ed=_0x5126fa;if(_0x33964a){this[_0x28d8ed(0xea)][_0x28d8ed(0x13d)]('Error\x20in\x20GetAggregatedClientTroubleshootingErrors:\x20'+_0x33964a),_0x30268f['GusNK'](_0x54cb3d,_0x33964a);return;}this[_0x28d8ed(0xea)][_0x28d8ed(0x13d)](_0x30268f[_0x28d8ed(0xed)]),_0x30268f[_0x28d8ed(0x13a)](_0x51f069,_0x456013);});});return _0x1ba167;}catch(_0x34a2e1){return this['logger']['debug'](_0x13b893(0x13f)+_0x34a2e1),null;}}['getClient'](){return this['client'];}[a75_0x540591(0x1d0)](){const _0x2ae20=a75_0x540591;return this[_0x2ae20(0x156)];}}module['exports']=GrpcClient;
@@ -1 +1 @@
1
- function a76_0x5729(_0x590ea2,_0x3a6daa){const _0x1f64a9=a76_0x1f64();return a76_0x5729=function(_0x572966,_0x5ebac5){_0x572966=_0x572966-0x1c4;let _0x5749b5=_0x1f64a9[_0x572966];return _0x5749b5;},a76_0x5729(_0x590ea2,_0x3a6daa);}const a76_0x1da994=a76_0x5729;(function(_0x2253d4,_0x14d669){const _0x57744c=a76_0x5729,_0x41be46=_0x2253d4();while(!![]){try{const _0x3b783f=parseInt(_0x57744c(0x1c5))/0x1*(-parseInt(_0x57744c(0x1d3))/0x2)+parseInt(_0x57744c(0x1c7))/0x3*(-parseInt(_0x57744c(0x1cc))/0x4)+parseInt(_0x57744c(0x1cd))/0x5*(-parseInt(_0x57744c(0x1cb))/0x6)+-parseInt(_0x57744c(0x1ca))/0x7*(parseInt(_0x57744c(0x1d8))/0x8)+parseInt(_0x57744c(0x1d0))/0x9*(-parseInt(_0x57744c(0x1cf))/0xa)+-parseInt(_0x57744c(0x1d6))/0xb*(parseInt(_0x57744c(0x1d5))/0xc)+-parseInt(_0x57744c(0x1dd))/0xd*(-parseInt(_0x57744c(0x1d4))/0xe);if(_0x3b783f===_0x14d669)break;else _0x41be46['push'](_0x41be46['shift']());}catch(_0x26912d){_0x41be46['push'](_0x41be46['shift']());}}}(a76_0x1f64,0xbce3e));const AutomationFrameworkState=require(a76_0x1da994(0x1c4)),TrackedInstance=require(a76_0x1da994(0x1dc)),now=new Date();function a76_0x1f64(){const _0x4da541=['../state/automationFrameworkState','7BrWnZT','toLocaleString','15vyrfWE','state','frameworkVersion','7eAqeAX','288642PUrqPh','367176XhDtBJ','115tvVAJZ','getState','130Itlmgn','557289NdeHXw','createdAt','lastState','237438MPBtwN','83992524nasTrs','14496vTIcYc','5698AsaaYN','exports','11188728YQaBHw','split','nIbwZ','getFrameworkVersion','./trackedInstance','13IjuLWS','NONE'];a76_0x1f64=function(){return _0x4da541;};return a76_0x1f64();}class AutomationFrameworkInstance extends TrackedInstance{constructor(_0x1633e4,_0xcba6f1,_0x3ca85f,_0x2ba51c){const _0x2624e3=a76_0x1da994,_0x21baae={};_0x21baae[_0x2624e3(0x1da)]='0|4|1|5|2|3';const _0x2039c6=_0x21baae,_0x517382=_0x2039c6[_0x2624e3(0x1da)][_0x2624e3(0x1d9)]('|');let _0x20b090=0x0;while(!![]){switch(_0x517382[_0x20b090++]){case'0':super(_0x1633e4);continue;case'1':this[_0x2624e3(0x1c9)]=_0x3ca85f;continue;case'2':this[_0x2624e3(0x1d2)]=AutomationFrameworkState[_0x2624e3(0x1de)];continue;case'3':this[_0x2624e3(0x1d1)]=now[_0x2624e3(0x1c6)]();continue;case'4':this['frameworkName']=_0xcba6f1;continue;case'5':this['state']=_0x2ba51c;continue;}break;}}['getFrameworkName'](){return this['frameworkName'];}[a76_0x1da994(0x1db)](){const _0x5180cf=a76_0x1da994;return this[_0x5180cf(0x1c9)];}[a76_0x1da994(0x1ce)](){const _0x28d1f5=a76_0x1da994;return this[_0x28d1f5(0x1c8)];}['setState'](_0x119b61){const _0x14e51d=a76_0x1da994;this[_0x14e51d(0x1d2)]=this[_0x14e51d(0x1c8)],this['state']=_0x119b61;}}module[a76_0x1da994(0x1d7)]=AutomationFrameworkInstance;
1
+ const a76_0x21de47=a76_0x9a0f;(function(_0x4643a7,_0x1ffd81){const _0x3380cb=a76_0x9a0f,_0x3f9755=_0x4643a7();while(!![]){try{const _0x5ca3df=-parseInt(_0x3380cb(0x8a))/0x1*(parseInt(_0x3380cb(0x94))/0x2)+parseInt(_0x3380cb(0x90))/0x3*(parseInt(_0x3380cb(0x89))/0x4)+-parseInt(_0x3380cb(0x9b))/0x5+-parseInt(_0x3380cb(0x96))/0x6*(parseInt(_0x3380cb(0x83))/0x7)+parseInt(_0x3380cb(0x99))/0x8*(parseInt(_0x3380cb(0x84))/0x9)+parseInt(_0x3380cb(0x91))/0xa*(-parseInt(_0x3380cb(0x92))/0xb)+-parseInt(_0x3380cb(0x85))/0xc*(-parseInt(_0x3380cb(0x86))/0xd);if(_0x5ca3df===_0x1ffd81)break;else _0x3f9755['push'](_0x3f9755['shift']());}catch(_0x3edfd9){_0x3f9755['push'](_0x3f9755['shift']());}}}(a76_0x2a42,0x94159));function a76_0x9a0f(_0x251e84,_0x3f9d50){const _0x2a420d=a76_0x2a42();return a76_0x9a0f=function(_0x9a0f63,_0x41bb02){_0x9a0f63=_0x9a0f63-0x83;let _0x4c2fed=_0x2a420d[_0x9a0f63];return _0x4c2fed;},a76_0x9a0f(_0x251e84,_0x3f9d50);}const AutomationFrameworkState=require(a76_0x21de47(0x9a)),TrackedInstance=require(a76_0x21de47(0x97)),now=new Date();class AutomationFrameworkInstance extends TrackedInstance{constructor(_0x4067bf,_0x2f2597,_0x3dba1b,_0x1a13f5){const _0x228f1a=a76_0x21de47,_0x1685f8={};_0x1685f8[_0x228f1a(0x93)]='5|1|4|2|3|0';const _0x86cb97=_0x1685f8,_0x2d9933=_0x86cb97['ubDxR'][_0x228f1a(0x8b)]('|');let _0x43d600=0x0;while(!![]){switch(_0x2d9933[_0x43d600++]){case'0':this[_0x228f1a(0x8d)]=now[_0x228f1a(0x8c)]();continue;case'1':this[_0x228f1a(0x95)]=_0x2f2597;continue;case'2':this['state']=_0x1a13f5;continue;case'3':this['lastState']=AutomationFrameworkState[_0x228f1a(0x8f)];continue;case'4':this[_0x228f1a(0x87)]=_0x3dba1b;continue;case'5':super(_0x4067bf);continue;}break;}}['getFrameworkName'](){const _0x264060=a76_0x21de47;return this[_0x264060(0x95)];}[a76_0x21de47(0x9c)](){return this['frameworkVersion'];}[a76_0x21de47(0x98)](){const _0x362422=a76_0x21de47;return this[_0x362422(0x8e)];}[a76_0x21de47(0x88)](_0x4c16f8){const _0x47bbf7=a76_0x21de47;this['lastState']=this[_0x47bbf7(0x8e)],this['state']=_0x4c16f8;}}function a76_0x2a42(){const _0x1aae2a=['12gaVcza','1LbCifs','split','toLocaleString','createdAt','state','NONE','994557YaFBBa','30qLTFkt','1544125AmwkbL','ubDxR','72508mlacBh','frameworkName','138UznIUu','./trackedInstance','getState','49576ZAHPxZ','../state/automationFrameworkState','2677010sRLLwP','getFrameworkVersion','271558VHPhDm','1125MLsTJl','264xSPhDI','426881khVmAg','frameworkVersion','setState'];a76_0x2a42=function(){return _0x1aae2a;};return a76_0x2a42();}module['exports']=AutomationFrameworkInstance;
@@ -1 +1 @@
1
- const a77_0x382582=a77_0x222c;(function(_0x43d91c,_0x426c51){const _0x283a43=a77_0x222c,_0x5170cb=_0x43d91c();while(!![]){try{const _0x3d393a=-parseInt(_0x283a43(0x10e))/0x1*(parseInt(_0x283a43(0x100))/0x2)+parseInt(_0x283a43(0x117))/0x3+parseInt(_0x283a43(0x104))/0x4*(-parseInt(_0x283a43(0x126))/0x5)+-parseInt(_0x283a43(0x128))/0x6+parseInt(_0x283a43(0x116))/0x7+-parseInt(_0x283a43(0x118))/0x8*(-parseInt(_0x283a43(0x105))/0x9)+-parseInt(_0x283a43(0x10d))/0xa*(parseInt(_0x283a43(0x103))/0xb);if(_0x3d393a===_0x426c51)break;else _0x5170cb['push'](_0x5170cb['shift']());}catch(_0x17ae27){_0x5170cb['push'](_0x5170cb['shift']());}}}(a77_0x18f0,0xc84b4));const {createClassLogger}=require('../../../helpers/classLogger'),logger=createClassLogger(a77_0x382582(0x112)),HookState=require(a77_0x382582(0x115)),TestFrameworkState=require(a77_0x382582(0x11c)),TrackedContext=require('./trackedContext'),TrackedInstance=require(a77_0x382582(0x125)),now=new Date();function a77_0x18f0(){const _0x342df0=['4777872RSKwcO','3504208wLPKTt','has','pendingHooks','lastTestState','../state/testFrameworkState','keys','mdSqT','getPendingHooks','set','setLastTestState','getLastHookState','removePendingHooks','lastHookState','./trackedInstance','25FJNaZQ','getCurrentHookState','4197516IvYneV','testFrameworks','7|0|2|3|8|1|6|4|5','getCurrentTestState','290LwmJQC','getLastTestState','testFrameworksVersions','1639154DSywHv','154092azVhRg','9hUUmHc','get','currentTestState','split','toLocaleString','createdAt','setCurrentHookState','setLastHookState','10dCCoxI','10657lyeWLF','NONE','exports','getAllPendingHookTestIds','TrackedInstance','setCurrentTestState','currentHookState','../state/hookState','9633638oBBZjf'];a77_0x18f0=function(){return _0x342df0;};return a77_0x18f0();}function a77_0x222c(_0xe8cf12,_0x70f231){const _0x18f0d5=a77_0x18f0();return a77_0x222c=function(_0x222c36,_0x37b95b){_0x222c36=_0x222c36-0xfe;let _0xb973ab=_0x18f0d5[_0x222c36];return _0xb973ab;},a77_0x222c(_0xe8cf12,_0x70f231);}class TestFrameworkInstance extends TrackedInstance{constructor(_0x309f49,_0x58dbd3,_0x1bba25,_0x55941a,_0x3d25a4){const _0x34d920=a77_0x382582,_0x651c7e={};_0x651c7e[_0x34d920(0x11e)]=_0x34d920(0xfe);const _0x204539=_0x651c7e,_0x1c6960=_0x204539['mdSqT'][_0x34d920(0x108)]('|');let _0x46779a=0x0;while(!![]){switch(_0x1c6960[_0x46779a++]){case'0':this[_0x34d920(0x129)]=_0x58dbd3;continue;case'1':this['lastTestState']=TestFrameworkState[_0x34d920(0x10f)];continue;case'2':this[_0x34d920(0x102)]=_0x1bba25;continue;case'3':this[_0x34d920(0x107)]=_0x55941a;continue;case'4':this[_0x34d920(0x10a)]=now[_0x34d920(0x109)]();continue;case'5':this['pendingHooks']=new Map();continue;case'6':this[_0x34d920(0x124)]=HookState[_0x34d920(0x10f)];continue;case'7':super(_0x309f49);continue;case'8':this['currentHookState']=_0x3d25a4;continue;}break;}}[a77_0x382582(0xff)](){const _0x42d1b1=a77_0x382582;return this[_0x42d1b1(0x107)];}[a77_0x382582(0x113)](_0x118e31){const _0x2e8df9=a77_0x382582;this[_0x2e8df9(0x121)](this[_0x2e8df9(0x107)]),this[_0x2e8df9(0x107)]=_0x118e31;}[a77_0x382582(0x127)](){const _0x531218=a77_0x382582;return this[_0x531218(0x114)];}[a77_0x382582(0x10b)](_0x41081e){const _0x37ea15=a77_0x382582;this[_0x37ea15(0x10c)](this[_0x37ea15(0x114)]),this['currentHookState']=_0x41081e;}[a77_0x382582(0x101)](){const _0x569544=a77_0x382582;return this[_0x569544(0x11b)];}[a77_0x382582(0x121)](_0x2f375d){const _0x9eee99=a77_0x382582;this[_0x9eee99(0x11b)]=_0x2f375d;}[a77_0x382582(0x122)](){const _0x1a9acf=a77_0x382582;return this[_0x1a9acf(0x124)];}[a77_0x382582(0x10c)](_0x490500){const _0x1d9b14=a77_0x382582;this[_0x1d9b14(0x124)]=_0x490500;}['getCreatedAt'](){const _0x3298ea=a77_0x382582;return this[_0x3298ea(0x10a)];}['addPendingHook'](_0x2dd80c,_0xf02081){const _0x5510d5=a77_0x382582;!this[_0x5510d5(0x11a)][_0x5510d5(0x119)](_0x2dd80c)&&this[_0x5510d5(0x11a)][_0x5510d5(0x120)](_0x2dd80c,[]),this[_0x5510d5(0x11a)]['get'](_0x2dd80c)['push'](_0xf02081);}[a77_0x382582(0x11f)](_0x6a67bc){const _0x142677=a77_0x382582;return this[_0x142677(0x11a)][_0x142677(0x106)](_0x6a67bc)||[];}[a77_0x382582(0x123)](_0x39fce4){const _0x3d678d=a77_0x382582;this[_0x3d678d(0x11a)]['delete'](_0x39fce4);}['hasPendingHooks'](_0x240001){const _0x512e0e=a77_0x382582;return this[_0x512e0e(0x11a)][_0x512e0e(0x119)](_0x240001);}[a77_0x382582(0x111)](){const _0x4f3cc3=a77_0x382582;return Array['from'](this[_0x4f3cc3(0x11a)][_0x4f3cc3(0x11d)]());}}module[a77_0x382582(0x110)]=TestFrameworkInstance;
1
+ const a77_0x48e1a5=a77_0x4338;(function(_0x1a84ac,_0x472b57){const _0x57353d=a77_0x4338,_0x3d4310=_0x1a84ac();while(!![]){try{const _0x5ac1c5=-parseInt(_0x57353d(0xc1))/0x1*(parseInt(_0x57353d(0xc8))/0x2)+-parseInt(_0x57353d(0xd7))/0x3*(parseInt(_0x57353d(0xce))/0x4)+-parseInt(_0x57353d(0xe4))/0x5+-parseInt(_0x57353d(0xcb))/0x6+parseInt(_0x57353d(0xd0))/0x7*(-parseInt(_0x57353d(0xdf))/0x8)+-parseInt(_0x57353d(0xe5))/0x9+-parseInt(_0x57353d(0xd6))/0xa*(-parseInt(_0x57353d(0xcd))/0xb);if(_0x5ac1c5===_0x472b57)break;else _0x3d4310['push'](_0x3d4310['shift']());}catch(_0x485e2d){_0x3d4310['push'](_0x3d4310['shift']());}}}(a77_0x426e,0x646d7));const {createClassLogger}=require('../../../helpers/classLogger'),logger=createClassLogger(a77_0x48e1a5(0xc4)),HookState=require(a77_0x48e1a5(0xde)),TestFrameworkState=require('../state/testFrameworkState'),TrackedContext=require(a77_0x48e1a5(0xdc)),TrackedInstance=require(a77_0x48e1a5(0xd5)),now=new Date();class TestFrameworkInstance extends TrackedInstance{constructor(_0x46cc2a,_0x10b452,_0x7984b3,_0x28346e,_0x40022a){const _0x1b1f74=a77_0x48e1a5,_0x251d11={};_0x251d11['HtRcV']=_0x1b1f74(0xda);const _0x10d9b9=_0x251d11,_0x1165f3=_0x10d9b9[_0x1b1f74(0xd3)][_0x1b1f74(0xdb)]('|');let _0x26db71=0x0;while(!![]){switch(_0x1165f3[_0x26db71++]){case'0':this[_0x1b1f74(0xe1)]=now[_0x1b1f74(0xcc)]();continue;case'1':this['currentHookState']=_0x40022a;continue;case'2':this[_0x1b1f74(0xdd)]=_0x7984b3;continue;case'3':this[_0x1b1f74(0xe0)]=_0x10b452;continue;case'4':this[_0x1b1f74(0xd1)]=new Map();continue;case'5':this[_0x1b1f74(0xc7)]=_0x28346e;continue;case'6':super(_0x46cc2a);continue;case'7':this['lastTestState']=TestFrameworkState['NONE'];continue;case'8':this[_0x1b1f74(0xc5)]=HookState['NONE'];continue;}break;}}[a77_0x48e1a5(0xc0)](){const _0xb14fd=a77_0x48e1a5;return this[_0xb14fd(0xc7)];}[a77_0x48e1a5(0xd2)](_0x2017b1){const _0x4be588=a77_0x48e1a5;this[_0x4be588(0xd8)](this['currentTestState']),this['currentTestState']=_0x2017b1;}[a77_0x48e1a5(0xd9)](){return this['currentHookState'];}[a77_0x48e1a5(0xc3)](_0x23df32){const _0x3021a3=a77_0x48e1a5;this['setLastHookState'](this[_0x3021a3(0xe2)]),this['currentHookState']=_0x23df32;}['getLastTestState'](){const _0x505b3a=a77_0x48e1a5;return this[_0x505b3a(0xe6)];}[a77_0x48e1a5(0xd8)](_0x13977c){const _0x3f430a=a77_0x48e1a5;this[_0x3f430a(0xe6)]=_0x13977c;}[a77_0x48e1a5(0xca)](){const _0x552cf9=a77_0x48e1a5;return this[_0x552cf9(0xc5)];}[a77_0x48e1a5(0xc9)](_0x3ec54e){const _0x2502ea=a77_0x48e1a5;this[_0x2502ea(0xc5)]=_0x3ec54e;}[a77_0x48e1a5(0xcf)](){const _0x54e91a=a77_0x48e1a5;return this[_0x54e91a(0xe1)];}[a77_0x48e1a5(0xe3)](_0x446762,_0x50faf0){const _0x4f1b6f=a77_0x48e1a5;!this['pendingHooks'][_0x4f1b6f(0xd4)](_0x446762)&&this['pendingHooks']['set'](_0x446762,[]),this['pendingHooks'][_0x4f1b6f(0xbf)](_0x446762)[_0x4f1b6f(0xc2)](_0x50faf0);}['getPendingHooks'](_0xc75015){return this['pendingHooks']['get'](_0xc75015)||[];}['removePendingHooks'](_0x44878e){const _0x1154a9=a77_0x48e1a5;this[_0x1154a9(0xd1)][_0x1154a9(0xc6)](_0x44878e);}['hasPendingHooks'](_0x550c0b){const _0x52da8c=a77_0x48e1a5;return this[_0x52da8c(0xd1)]['has'](_0x550c0b);}['getAllPendingHookTestIds'](){const _0x194e85=a77_0x48e1a5;return Array['from'](this[_0x194e85(0xd1)][_0x194e85(0xbe)]());}}function a77_0x4338(_0x2dbe4b,_0x5b228a){const _0x426e55=a77_0x426e();return a77_0x4338=function(_0x433844,_0x23abad){_0x433844=_0x433844-0xbe;let _0x1efe23=_0x426e55[_0x433844];return _0x1efe23;},a77_0x4338(_0x2dbe4b,_0x5b228a);}module['exports']=TestFrameworkInstance;function a77_0x426e(){const _0x3dbc21=['27071638VdhVNq','34684guNBwr','getCreatedAt','853265GmfHQy','pendingHooks','setCurrentTestState','HtRcV','has','./trackedInstance','10pyGjhJ','243bOYdBJ','setLastTestState','getCurrentHookState','6|3|2|5|1|7|8|0|4','split','./trackedContext','testFrameworksVersions','../state/hookState','24cqfpRz','testFrameworks','createdAt','currentHookState','addPendingHook','2153575UkjNhx','2276910mqOsnF','lastTestState','keys','get','getCurrentTestState','3glwKFc','push','setCurrentHookState','TrackedInstance','lastHookState','delete','currentTestState','54706RxVXgd','setLastHookState','getLastHookState','1295442yEpQfz','toLocaleString'];a77_0x426e=function(){return _0x3dbc21;};return a77_0x426e();}
@@ -1 +1 @@
1
- const a78_0x346b49=a78_0x5274;(function(_0x1a5077,_0x49a51b){const _0x429448=a78_0x5274,_0x3d7c0c=_0x1a5077();while(!![]){try{const _0x241604=-parseInt(_0x429448(0x1f6))/0x1+parseInt(_0x429448(0x1f2))/0x2+parseInt(_0x429448(0x1f7))/0x3*(parseInt(_0x429448(0x1f5))/0x4)+-parseInt(_0x429448(0x1fc))/0x5*(parseInt(_0x429448(0x1f0))/0x6)+parseInt(_0x429448(0x1f8))/0x7+parseInt(_0x429448(0x1f4))/0x8*(-parseInt(_0x429448(0x1f3))/0x9)+parseInt(_0x429448(0x1f1))/0xa;if(_0x241604===_0x49a51b)break;else _0x3d7c0c['push'](_0x3d7c0c['shift']());}catch(_0x657095){_0x3d7c0c['push'](_0x3d7c0c['shift']());}}}(a78_0x42e6,0x59de9));const {createClassLogger}=require('../../../helpers/classLogger'),logger=createClassLogger(a78_0x346b49(0x1fe));function a78_0x5274(_0x48fc1a,_0x22285a){const _0x42e656=a78_0x42e6();return a78_0x5274=function(_0x52740e,_0xca829d){_0x52740e=_0x52740e-0x1ed;let _0x4aefb6=_0x42e656[_0x52740e];return _0x4aefb6;},a78_0x5274(_0x48fc1a,_0x22285a);}class TrackedContext{constructor(_0x37c3ea,_0x22f0ba,_0x4802b9,_0x1468f6){const _0x46f243=a78_0x346b49;this['id']=_0x37c3ea,this[_0x46f243(0x1ee)]=_0x22f0ba,this[_0x46f243(0x1f9)]=_0x4802b9,this[_0x46f243(0x1ed)]=_0x1468f6;}[a78_0x346b49(0x1fb)](){const _0x5a162f=a78_0x346b49;return this[_0x5a162f(0x1ee)];}[a78_0x346b49(0x1fd)](){const _0x17e8fb=a78_0x346b49;return this[_0x17e8fb(0x1f9)];}[a78_0x346b49(0x1fa)](){return this['id'];}[a78_0x346b49(0x1ef)](){const _0x408230=a78_0x346b49;return this[_0x408230(0x1ed)];}}module['exports']=TrackedContext;function a78_0x42e6(){const _0x2fb16c=['1868502XwmFrb','6445820hrCfjQ','122214yDusnH','81xDmxYF','309288ONrWyE','1636YvrzhQ','700770AwjNMO','3063gdbmEe','4234741CbgtrR','processId','getId','getThreadId','5OqEEzu','getProcessId','TrackedContext','type','threadId','getType'];a78_0x42e6=function(){return _0x2fb16c;};return a78_0x42e6();}
1
+ const a78_0x2fc3f0=a78_0xfee7;function a78_0x8cb3(){const _0x358a8b=['583540xAaTiR','3606CFkfKK','1dLJZBX','getProcessId','TrackedContext','5935zWhlWX','219OGildd','../../../helpers/classLogger','processId','5085255vMYIsH','exports','8IZCMDZ','getId','7319709uEvZtG','2054230gXZsRV','type','44uZEtpP','32308SayNmF','threadId','3263736JniSnR','getThreadId'];a78_0x8cb3=function(){return _0x358a8b;};return a78_0x8cb3();}(function(_0x425d1a,_0xb0214){const _0x55cbab=a78_0xfee7,_0x192e28=_0x425d1a();while(!![]){try{const _0x143501=parseInt(_0x55cbab(0xb6))/0x1*(-parseInt(_0x55cbab(0xb4))/0x2)+parseInt(_0x55cbab(0xba))/0x3*(-parseInt(_0x55cbab(0xc5))/0x4)+-parseInt(_0x55cbab(0xb9))/0x5*(-parseInt(_0x55cbab(0xb5))/0x6)+-parseInt(_0x55cbab(0xbd))/0x7+-parseInt(_0x55cbab(0xbf))/0x8*(-parseInt(_0x55cbab(0xc1))/0x9)+-parseInt(_0x55cbab(0xc2))/0xa+-parseInt(_0x55cbab(0xc4))/0xb*(-parseInt(_0x55cbab(0xc7))/0xc);if(_0x143501===_0xb0214)break;else _0x192e28['push'](_0x192e28['shift']());}catch(_0x1a02c9){_0x192e28['push'](_0x192e28['shift']());}}}(a78_0x8cb3,0xc3a29));const {createClassLogger}=require(a78_0x2fc3f0(0xbb)),logger=createClassLogger(a78_0x2fc3f0(0xb8));class TrackedContext{constructor(_0x15c535,_0x1ea78f,_0x41764f,_0x73ca69){const _0x472cc9=a78_0x2fc3f0;this['id']=_0x15c535,this[_0x472cc9(0xc6)]=_0x1ea78f,this['processId']=_0x41764f,this['type']=_0x73ca69;}[a78_0x2fc3f0(0xc8)](){const _0x3fa82b=a78_0x2fc3f0;return this[_0x3fa82b(0xc6)];}[a78_0x2fc3f0(0xb7)](){const _0x339440=a78_0x2fc3f0;return this[_0x339440(0xbc)];}[a78_0x2fc3f0(0xc0)](){return this['id'];}['getType'](){const _0x1ef93e=a78_0x2fc3f0;return this[_0x1ef93e(0xc3)];}}function a78_0xfee7(_0x3cfcb8,_0x2ae967){const _0x8cb339=a78_0x8cb3();return a78_0xfee7=function(_0xfee703,_0x47cea8){_0xfee703=_0xfee703-0xb4;let _0xdecc7c=_0x8cb339[_0xfee703];return _0xdecc7c;},a78_0xfee7(_0x3cfcb8,_0x2ae967);}module[a78_0x2fc3f0(0xbe)]=TrackedContext;
@@ -1 +1 @@
1
- function a79_0x19e9(){const _0xbd3bab=['VRuAK','forEach','context','keys','Jnngv','10mYzcTL','1022922IoOlxM','getData','3TlAUar','createHash','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','./trackedContext','data','1841292YsIwNt','getRef','nvXRT','get','91jcVkAZ','3062148queCIh','169576DUekwH','getId','updateMultipleEntries','entries','update','crypto','getContext','45ZVfouS','sha256','digest','pid','470rinDBm','1200311mhkicA','set','704232KHtSyv','exports','hex','2JlxNwr','704919Xkqxoe'];a79_0x19e9=function(){return _0xbd3bab;};return a79_0x19e9();}const a79_0x52ea90=a79_0x185f;(function(_0x422005,_0x40bb10){const _0x165cad=a79_0x185f,_0xe9a4e5=_0x422005();while(!![]){try{const _0x3e8fde=-parseInt(_0x165cad(0x168))/0x1*(parseInt(_0x165cad(0x167))/0x2)+-parseInt(_0x165cad(0x171))/0x3*(parseInt(_0x165cad(0x176))/0x4)+parseInt(_0x165cad(0x16e))/0x5*(-parseInt(_0x165cad(0x16f))/0x6)+-parseInt(_0x165cad(0x188))/0x7+-parseInt(_0x165cad(0x18a))/0x8*(parseInt(_0x165cad(0x183))/0x9)+parseInt(_0x165cad(0x187))/0xa*(parseInt(_0x165cad(0x17c))/0xb)+-parseInt(_0x165cad(0x17b))/0xc*(-parseInt(_0x165cad(0x17a))/0xd);if(_0x3e8fde===_0x40bb10)break;else _0xe9a4e5['push'](_0xe9a4e5['shift']());}catch(_0x4c4742){_0xe9a4e5['push'](_0xe9a4e5['shift']());}}}(a79_0x19e9,0x5ff0b));function a79_0x185f(_0x463b68,_0x40cacf){const _0x19e9a6=a79_0x19e9();return a79_0x185f=function(_0x185f9c,_0x53596d){_0x185f9c=_0x185f9c-0x166;let _0x19f294=_0x19e9a6[_0x185f9c];return _0x19f294;},a79_0x185f(_0x463b68,_0x40cacf);}const TrackedContext=require(a79_0x52ea90(0x174)),crypto=require(a79_0x52ea90(0x181)),{threadId}=require('worker_threads');class TrackedInstance{static [a79_0x52ea90(0x173)]='isBrowserstackAutomationSession';constructor(_0x2c8050){const _0x319f89=a79_0x52ea90;this[_0x319f89(0x16b)]=_0x2c8050,this[_0x319f89(0x175)]=new Map();}[a79_0x52ea90(0x177)](){const _0x57d529=a79_0x52ea90;return this[_0x57d529(0x16b)][_0x57d529(0x17d)]();}[a79_0x52ea90(0x182)](){const _0x59eb47=a79_0x52ea90;return this[_0x59eb47(0x16b)];}['getAllData'](){const _0x515349=a79_0x52ea90;return this[_0x515349(0x175)];}[a79_0x52ea90(0x17e)](_0x4c5f57){const _0x5ee768=a79_0x52ea90;Object[_0x5ee768(0x16c)](_0x4c5f57)[_0x5ee768(0x16a)](_0x5b0795=>{const _0x47d087=_0x5ee768;this[_0x47d087(0x175)][_0x47d087(0x189)](_0x5b0795,_0x4c5f57[_0x5b0795]);});}['addMultipleEntries'](_0x7ee6c9){const _0x11a316=a79_0x52ea90;Object[_0x11a316(0x17f)](_0x7ee6c9)[_0x11a316(0x16a)](([_0x33ced3,_0x5e95f0])=>{const _0x29ef22=_0x11a316,_0x5e68e2=this[_0x29ef22(0x175)][_0x29ef22(0x179)](_0x33ced3)||{},_0x5cbf94={..._0x5e68e2,..._0x5e95f0},_0x2ebe7d=_0x5cbf94;this[_0x29ef22(0x175)][_0x29ef22(0x189)](_0x33ced3,_0x2ebe7d);});}[a79_0x52ea90(0x170)](_0x3db3bd){const _0x4dbbc9=a79_0x52ea90;return this[_0x4dbbc9(0x175)][_0x4dbbc9(0x179)](_0x3db3bd);}['updateData'](_0x50f8c9,_0x3935c5){const _0xb6832b=a79_0x52ea90;this[_0xb6832b(0x175)][_0xb6832b(0x189)](_0x50f8c9,_0x3935c5);}static['createContext'](_0x9e7d1e){const _0x40f0cf=a79_0x52ea90,_0x49f266={};_0x49f266[_0x40f0cf(0x178)]=_0x40f0cf(0x184),_0x49f266[_0x40f0cf(0x16d)]=_0x40f0cf(0x166),_0x49f266[_0x40f0cf(0x169)]=function(_0x34baba,_0x324a68){return _0x34baba||_0x324a68;};const _0x24bc08=_0x49f266;return new TrackedContext(crypto[_0x40f0cf(0x172)](_0x24bc08[_0x40f0cf(0x178)])[_0x40f0cf(0x180)](_0x9e7d1e)[_0x40f0cf(0x185)](_0x24bc08[_0x40f0cf(0x16d)]),_0x24bc08[_0x40f0cf(0x169)](threadId,0x0),process[_0x40f0cf(0x186)],typeof _0x9e7d1e);}}module[a79_0x52ea90(0x18b)]=TrackedInstance;
1
+ const a79_0x1a03eb=a79_0x420e;function a79_0x5c66(){const _0x1e1deb=['update','21702560dFXLUD','getRef','set','exports','updateMultipleEntries','1413162YxpBnn','46878jdXrNL','hex','crypto','updateData','681FtDXNV','sha256','worker_threads','7868EcLzre','mgyab','getAllData','764208krHoXF','./trackedContext','data','getData','isBrowserstackAutomationSession','41enDdcD','createContext','LlddQ','digest','forEach','get','context','8275095teEXBF','120CanIZI','CHaKa','3706507fWZGWM'];a79_0x5c66=function(){return _0x1e1deb;};return a79_0x5c66();}function a79_0x420e(_0x396db8,_0x19de11){const _0x5c663c=a79_0x5c66();return a79_0x420e=function(_0x420e8c,_0x675e8d){_0x420e8c=_0x420e8c-0x1bc;let _0x266dfa=_0x5c663c[_0x420e8c];return _0x266dfa;},a79_0x420e(_0x396db8,_0x19de11);}(function(_0x4df4fd,_0x11aade){const _0x1f559f=a79_0x420e,_0x1d0c01=_0x4df4fd();while(!![]){try{const _0x1a4268=parseInt(_0x1f559f(0x1ce))/0x1*(-parseInt(_0x1f559f(0x1bf))/0x2)+-parseInt(_0x1f559f(0x1c3))/0x3*(parseInt(_0x1f559f(0x1c6))/0x4)+parseInt(_0x1f559f(0x1d5))/0x5+parseInt(_0x1f559f(0x1be))/0x6+-parseInt(_0x1f559f(0x1d8))/0x7+parseInt(_0x1f559f(0x1d6))/0x8*(-parseInt(_0x1f559f(0x1c9))/0x9)+parseInt(_0x1f559f(0x1da))/0xa;if(_0x1a4268===_0x11aade)break;else _0x1d0c01['push'](_0x1d0c01['shift']());}catch(_0xc13301){_0x1d0c01['push'](_0x1d0c01['shift']());}}}(a79_0x5c66,0xcf8c1));const TrackedContext=require(a79_0x1a03eb(0x1ca)),crypto=require(a79_0x1a03eb(0x1c1)),{threadId}=require(a79_0x1a03eb(0x1c5));class TrackedInstance{static ['KEY_IS_BROWSERSTACK_AUTOMATION_SESSION']=a79_0x1a03eb(0x1cd);constructor(_0x290b37){const _0x59cc87=a79_0x1a03eb;this[_0x59cc87(0x1d4)]=_0x290b37,this['data']=new Map();}[a79_0x1a03eb(0x1db)](){const _0x2d9fb0=a79_0x1a03eb;return this[_0x2d9fb0(0x1d4)]['getId']();}['getContext'](){const _0x18b06f=a79_0x1a03eb;return this[_0x18b06f(0x1d4)];}[a79_0x1a03eb(0x1c8)](){const _0x26e623=a79_0x1a03eb;return this[_0x26e623(0x1cb)];}[a79_0x1a03eb(0x1bd)](_0x18f163){const _0xe01478=a79_0x1a03eb;Object['keys'](_0x18f163)[_0xe01478(0x1d2)](_0x2acdf7=>{const _0x13b8f4=_0xe01478;this[_0x13b8f4(0x1cb)][_0x13b8f4(0x1dc)](_0x2acdf7,_0x18f163[_0x2acdf7]);});}['addMultipleEntries'](_0x5a1b3f){Object['entries'](_0x5a1b3f)['forEach'](([_0x100dc1,_0x3b715c])=>{const _0x5606de=a79_0x420e,_0x529513=this[_0x5606de(0x1cb)][_0x5606de(0x1d3)](_0x100dc1)||{},_0x4a5d67={..._0x529513,..._0x3b715c},_0x4bdd6f=_0x4a5d67;this['data'][_0x5606de(0x1dc)](_0x100dc1,_0x4bdd6f);});}[a79_0x1a03eb(0x1cc)](_0x5f5e0d){const _0x476c7a=a79_0x1a03eb;return this[_0x476c7a(0x1cb)][_0x476c7a(0x1d3)](_0x5f5e0d);}[a79_0x1a03eb(0x1c2)](_0x16fe62,_0x2471f4){const _0x262a78=a79_0x1a03eb;this[_0x262a78(0x1cb)][_0x262a78(0x1dc)](_0x16fe62,_0x2471f4);}static[a79_0x1a03eb(0x1cf)](_0x1e5bca){const _0x2f068e=a79_0x1a03eb,_0x2be332={};_0x2be332[_0x2f068e(0x1d7)]=_0x2f068e(0x1c4),_0x2be332[_0x2f068e(0x1d0)]=_0x2f068e(0x1c0),_0x2be332[_0x2f068e(0x1c7)]=function(_0x3c55bb,_0x45dc89){return _0x3c55bb||_0x45dc89;};const _0x5acda6=_0x2be332;return new TrackedContext(crypto['createHash'](_0x5acda6['CHaKa'])[_0x2f068e(0x1d9)](_0x1e5bca)[_0x2f068e(0x1d1)](_0x5acda6['LlddQ']),_0x5acda6[_0x2f068e(0x1c7)](threadId,0x0),process['pid'],typeof _0x1e5bca);}}module[a79_0x1a03eb(0x1bc)]=TrackedInstance;