browserstack-node-sdk 1.34.31 → 1.34.32

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 (133) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/templates/nginx/pods-and-services.yaml +6 -0
  25. package/ats/src/utils/AWSUtils.js +1 -1
  26. package/ats/src/utils/createAutoscalerStack.js +1 -1
  27. package/ats/src/utils/createClusterStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteStack.js +1 -1
  30. package/ats/src/utils/gridComponents.js +1 -1
  31. package/ats/src/utils/hstUtils.js +1 -1
  32. package/ats/src/utils/instrumentationUtils.js +1 -1
  33. package/ats/src/utils/userInput.js +1 -1
  34. package/ats/src/utils/utilityMethods.js +1 -1
  35. package/ats/src/utils/webSocketUtils.js +1 -1
  36. package/package.json +1 -1
  37. package/src/ai-sdk-node/bundle.js +1 -1
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/codeceptjs/helper.js +1 -1
  41. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  42. package/src/bin/cucumber-js/command.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  44. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  45. package/src/bin/cucumber-js/test-observability.js +1 -1
  46. package/src/bin/cucumber-js/test.setup.js +1 -1
  47. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  48. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  49. package/src/bin/integrations/command.js +1 -1
  50. package/src/bin/integrations/constants.js +1 -1
  51. package/src/bin/jest/command.js +1 -1
  52. package/src/bin/jest/customImplements/customCircus.js +1 -1
  53. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  54. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  55. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  56. package/src/bin/jest/jest.setup.js +1 -1
  57. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  58. package/src/bin/jest/test-observability/helper.js +1 -1
  59. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  60. package/src/bin/jest/test-observability/test-details.js +1 -1
  61. package/src/bin/jest/test_before.setup.js +1 -1
  62. package/src/bin/launcher/launcher.js +1 -1
  63. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  64. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  65. package/src/bin/mocha/command.js +1 -1
  66. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  67. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  68. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  69. package/src/bin/mocha/test.setup.js +1 -1
  70. package/src/bin/nightwatch/command.js +1 -1
  71. package/src/bin/playwright/accessibility-helper.js +1 -1
  72. package/src/bin/playwright/command.js +1 -1
  73. package/src/bin/playwright/globalSetup.js +1 -1
  74. package/src/bin/playwright/mock-process.js +1 -1
  75. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  76. package/src/bin/playwright/patches.js +1 -1
  77. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  78. package/src/bin/playwright/reporter/reporter.js +1 -1
  79. package/src/bin/playwright/reporter/test-details.js +1 -1
  80. package/src/bin/playwright/sessionDetails.js +1 -1
  81. package/src/bin/runner.js +1 -1
  82. package/src/bin/setup.js +1 -1
  83. package/src/bin/test-runner/index.js +1 -1
  84. package/src/bin/test-runner/runTest.js +1 -1
  85. package/src/bin/test-runner/testWorker.js +1 -1
  86. package/src/bin/utils/constants.js +1 -1
  87. package/src/bin/utils/log4jsAppender.js +1 -1
  88. package/src/bin/utils/logPatcher.js +1 -1
  89. package/src/bin/utils/logReportingAPI.js +1 -1
  90. package/src/bin/vanilla-js/command.js +1 -1
  91. package/src/browserStackSdk.js +1 -1
  92. package/src/helpers/BrowserStackSetup.js +1 -1
  93. package/src/helpers/accessibility-automation/constants.js +1 -1
  94. package/src/helpers/accessibility-automation/helper.js +1 -1
  95. package/src/helpers/accessibility-automation/scripts.js +1 -1
  96. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  97. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  98. package/src/helpers/ats/constants.js +1 -1
  99. package/src/helpers/ats/helper.js +1 -1
  100. package/src/helpers/capsMapping.js +1 -1
  101. package/src/helpers/central-scanner/constants.js +1 -1
  102. package/src/helpers/central-scanner/helpers.js +1 -1
  103. package/src/helpers/globals.js +1 -1
  104. package/src/helpers/helper.js +1 -1
  105. package/src/helpers/logger.js +1 -1
  106. package/src/helpers/patchHelper.js +1 -1
  107. package/src/helpers/patchHelpers.js +1 -1
  108. package/src/helpers/percy/Percy.js +1 -1
  109. package/src/helpers/percy/PercyBinary.js +1 -1
  110. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  111. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  112. package/src/helpers/percy/PercySDK.js +1 -1
  113. package/src/helpers/percy/index.js +1 -1
  114. package/src/helpers/percy/utils.js +1 -1
  115. package/src/helpers/performance/constants.js +1 -0
  116. package/src/helpers/performance/performance-tester.js +1 -0
  117. package/src/helpers/processHelper.js +1 -0
  118. package/src/helpers/request-spy.js +1 -1
  119. package/src/helpers/setKeepAlive.js +1 -1
  120. package/src/helpers/test-observability/constants.js +1 -1
  121. package/src/helpers/test-observability/error-handler.js +1 -1
  122. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  123. package/src/helpers/test-observability/sessionHandler.js +1 -1
  124. package/src/helpers/test-observability/utils.js +1 -1
  125. package/src/helpers/testhub/constants.js +1 -1
  126. package/src/helpers/testhub/testhubHandler.js +1 -1
  127. package/src/helpers/testhub/utils.js +1 -1
  128. package/src/helpers/timeoutPromise.js +1 -1
  129. package/src/helpers/utilities.js +1 -1
  130. package/src/helpers/w3cMapping.js +1 -1
  131. package/src/hubAllocationMethods.js +1 -1
  132. package/src/index.js +1 -1
  133. package/src/helpers/performance-tester.js +0 -1
@@ -1 +1 @@
1
- function a41_0x2294(){const _0x234246=['wgSGN','../../../helpers/test-observability/constants','status','hook_run','setup','Expected\x20to\x20fail,\x20but\x20passed.','VtPsO','Hook\x20Finished\x20with\x20unique\x20id\x20','rAaiW','getTime','bngLI','logLevel','failure_reason','onStepBegin','printsToStdio','OKTVV','result','duration','MUZQV','qHMDU','JhgEU','hook','ZuTEs','getInstance','indexOf','5047047gCdNUA','vMOin','QlPvo','statSync','finishedAt','MAgAl','ecQhp','zfled','existsSync','TEST_SCREENSHOT','XBdbI','startsWith','CAUAe','ITFSL','mtime','_bs_hookIdentifier','uuid','beforeAll\x20hook','reportLogs','../../../helpers/test-observability/utils','getTestIdentifier','getCustomRerunParam','ZXnqB','pending','MyReporter','unknown','UejCb','configureGit','toString','_gitConfigured','ElSaf','JlONh','SssHM','getTestRunIdentifier','_projectId','timedOut','neSPJ','Hook\x20Started\x20with\x20unique\x20id\x20','hlsMI','YVvSj','join','LogCreated','base64','map','logs','reverse','getHierarchy','2706410aPdGvW','inspect','LZJdK','nRTht','event_type','KSeVn','hooks','WXOtO','message','BROWSERSTACK_O11Y_PERF_MEASUREMENT','passed','TVFAR','WaPuy','Error\x20in\x20calculating\x20performance:\x20','OQGDU','hook_run_uuid','_gitConfigPath','beforeEach\x20hook','LlHiW','zZCRh','failure_type','\x20-\x20','BEFORE_EACH','test','BROWSERSTACK_LOG_LEVEL','sendTestRunEvent','mnIbu','setStepIdentifier','getStepIdentifier','UhsmQ','BEFORE_ALL','\x20for\x20','wUcKB','START_TIME','grrVX','TBMal','screenshot','afterEach\x20hook','1|3|6|5|4|2|0','startedAt','TXDJU','TestRunFinished','MKeLf','uploadEventData','3386FejvnX','afterAll\x20hook','SXnsZ','splice','GjmDq','_tests','../../../helpers/performance-tester','aimmg','onTestEnd','split','../../../helpers/test-observability/error-handler','HookRunStarted','needToReportStep','mOcxM','FnAMS','8QlioVY','startTime','TestRunStarted','attachments','push','location','relative','exports','3511716lgWbMY','1641384fgdSyP','performance-report-reporter.json','../../../helpers/test-observability/sessionHandler','vMVaX','\x20is\x20triggered','gzJJV','eMcjA','tags','hCGWC','1131kyTnbt','title','hgMVw','object','Before\x20Hooks','AFTER_EACH','retry','failed','699398HzlwzU','steps','qoBnL','errors','ZJxAH','javascript','After\x20Hooks','cLGbZ','KLCLZ','kvTaI','test_run_uuid','addTestUIDAndReportLog','11ChxtoO','file','Xtqje','err','util','mAIdU','getScope','getTestUUID','6ZDkycs','options','zWAQa','category','backtrace','./test-details','../../../helpers/testhub/testhubHandler','path','PLQtU','KycJO','root','XGsmj','Test\x20Started\x20with\x20unique\x20id\x20','length','cwd','PLAYWRIGHT','crEhV','BMwFU','xPHpm','WufWl','JogmG','toISOString','\x20is\x20triggered\x20for\x20test\x20','failure','uCyun','scCIE','_testHooksMap','eMWsY','shutdown','endSession','sendHookRunEvent','sendSessionDetails','tFEaP','env','AoxLo','test_run','getStepsAndLogs','Test\x20Finished\x20with\x20unique\x20id\x20','../../../helpers/test-observability/requestQueueHandler','YutDp','parent','DAPgT','cEEzp','error','onStepEnd','10oYWTDT','380011UXqiFc','TafhQ','filter','awEcm','CBTSessionCreated','getHookType','HookRunFinished'];a41_0x2294=function(){return _0x234246;};return a41_0x2294();}const a41_0x418a37=a41_0x2585;(function(_0x283ba8,_0x30f147){const _0x6f6be2=a41_0x2585,_0x338204=_0x283ba8();while(!![]){try{const _0x35eaf3=parseInt(_0x6f6be2(0x1bc))/0x1+-parseInt(_0x6f6be2(0x237))/0x2*(-parseInt(_0x6f6be2(0x258))/0x3)+-parseInt(_0x6f6be2(0x24f))/0x4+parseInt(_0x6f6be2(0x20b))/0x5*(-parseInt(_0x6f6be2(0x274))/0x6)+parseInt(_0x6f6be2(0x260))/0x7*(parseInt(_0x6f6be2(0x246))/0x8)+-parseInt(_0x6f6be2(0x1dc))/0x9*(-parseInt(_0x6f6be2(0x1bb))/0xa)+-parseInt(_0x6f6be2(0x26c))/0xb*(parseInt(_0x6f6be2(0x24e))/0xc);if(_0x35eaf3===_0x30f147)break;else _0x338204['push'](_0x338204['shift']());}catch(_0x1913f6){_0x338204['push'](_0x338204['shift']());}}}(a41_0x2294,0x6a20a));function a41_0x2585(_0x1a6ee6,_0x4a35dd){const _0x22942d=a41_0x2294();return a41_0x2585=function(_0x258579,_0x4d7d5c){_0x258579=_0x258579-0x1a5;let _0x5cd4ae=_0x22942d[_0x258579];return _0x5cd4ae;},a41_0x2585(_0x1a6ee6,_0x4a35dd);}const RequestQueueHandler=require(a41_0x418a37(0x1b4)),{calculatePerformance,getTestTags,getFailureData}=require('./pwUtils'),{v4:uuidv4}=require(a41_0x418a37(0x1ec)),path=require('path'),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a41_0x418a37(0x1ef)),{getGitMetaData,setLogLevel}=require('../../../helpers/helper'),TestDetails=require(a41_0x418a37(0x279)),fs=require('fs'),util=require(a41_0x418a37(0x270)),{o11yClassErrorHandler}=require(a41_0x418a37(0x241)),PerformanceTester=require(a41_0x418a37(0x23d)),{FRAMEWORKS}=require(a41_0x418a37(0x1c4)),SessionHandler=require(a41_0x418a37(0x251)),{appendTesthubParams}=require('../../../helpers/testhub/utils'),TestHubHandler=require(a41_0x418a37(0x27a));class MyReporter{constructor(_0xf9441e){const _0x1bdddd=a41_0x418a37,_0x63280={'TafhQ':_0x1bdddd(0x231),'oeZuL':function(_0x581865,_0x1e327c,_0x20e5fd,_0x90e611){return _0x581865(_0x1e327c,_0x20e5fd,_0x90e611);},'bngLI':_0x1bdddd(0x250)},_0x1effdd=_0x63280[_0x1bdddd(0x1bd)][_0x1bdddd(0x240)]('|');let _0x5b205d=0x0;while(!![]){switch(_0x1effdd[_0x5b205d++]){case'0':this[_0x1bdddd(0x21b)]=null;continue;case'1':const _0x2a69f9={};_0x2a69f9[_0x1bdddd(0x1ce)]=process['env'][_0x1bdddd(0x223)],_0x63280['oeZuL'](setLogLevel,_0x2a69f9,new Map(),new Map());continue;case'2':this[_0x1bdddd(0x1f9)]=![];continue;case'3':process['env'][_0x1bdddd(0x214)]&&(PerformanceTester['startMonitoring'](_0x63280[_0x1bdddd(0x1cd)]),process['env'][_0x1bdddd(0x22c)]=new Date()[_0x1bdddd(0x289)]());continue;case'4':this[_0x1bdddd(0x275)]=_0xf9441e;continue;case'5':this['_testHooksMap']={};continue;case'6':this[_0x1bdddd(0x23c)]={};continue;}break;}}async['onBegin'](){const _0x582702=a41_0x418a37;TestDetails[_0x582702(0x1c7)](),await this[_0x582702(0x1f7)]();}async['onTestBegin'](_0x5c7f58,_0x51edba){const _0x1ddf2a=a41_0x418a37,_0x591786={'sfrsN':function(_0xb9ecd7,_0x2230ad){return _0xb9ecd7(_0x2230ad);},'JogmG':_0x1ddf2a(0x248)},_0x1e93c4=this[_0x1ddf2a(0x1f0)](_0x5c7f58);this['_tests'][_0x1e93c4]={'uuid':TestDetails[_0x1ddf2a(0x273)](this['getTestRunIdentifier'](_0x5c7f58,_0x51edba[_0x1ddf2a(0x25e)])),'startedAt':_0x51edba['startTime']},_0x591786['sfrsN'](trace,_0x1ddf2a(0x280)+_0x1e93c4),await this['sendTestRunEvent'](_0x5c7f58,_0x591786[_0x1ddf2a(0x288)],_0x51edba);}async[a41_0x418a37(0x1d0)](_0x51246e,_0x905733,_0x408960){const _0x2b160e=a41_0x418a37,_0xccfd90={'uCyun':function(_0x3ffd64,_0x3021c0){return _0x3ffd64(_0x3021c0);},'pbDju':_0x2b160e(0x242)};if(!this[_0x2b160e(0x243)](_0x408960,_0x51246e))return;const _0x30dfaf=this[_0x2b160e(0x226)](_0x51246e,_0x408960);this[_0x2b160e(0x23c)][_0x30dfaf]={'uuid':TestDetails[_0x2b160e(0x273)](_0x30dfaf),'startedAt':_0x408960[_0x2b160e(0x247)][_0x2b160e(0x289)]()};const _0x16d025=this[_0x2b160e(0x1fd)](_0x51246e,_0x905733[_0x2b160e(0x25e)]);!this[_0x2b160e(0x1a8)][_0x16d025]&&(this[_0x2b160e(0x1a8)][_0x16d025]=[]),this[_0x2b160e(0x1a8)][_0x16d025]['push'](this[_0x2b160e(0x23c)][_0x30dfaf][_0x2b160e(0x1ec)]),_0xccfd90[_0x2b160e(0x1a6)](trace,_0x2b160e(0x201)+_0x30dfaf+_0x2b160e(0x28a)+_0x16d025),await this[_0x2b160e(0x1ac)](_0x51246e,_0x408960,_0xccfd90['pbDju'],_0x905733);}async[a41_0x418a37(0x1ba)](_0x29d932,_0xbfa4c2,_0x125e13){const _0x4a3a6d=a41_0x418a37,_0xfacb66={'KLCLZ':function(_0x4573c2,_0x29a1dd){return _0x4573c2+_0x29a1dd;},'QlPvo':function(_0x527b51,_0x111885){return _0x527b51(_0x111885);},'zWAQa':'HookRunFinished'};if(!this[_0x4a3a6d(0x243)](_0x125e13,_0x29d932))return;const _0x10f3bd=this['getStepIdentifier'](_0x29d932,_0x125e13);this[_0x4a3a6d(0x23c)][_0x10f3bd]={...this['_tests'][_0x10f3bd]||{},'finishedAt':new Date(_0xfacb66[_0x4a3a6d(0x268)](_0x125e13['startTime'][_0x4a3a6d(0x1cc)](),_0x125e13[_0x4a3a6d(0x1d4)]))},_0xfacb66[_0x4a3a6d(0x1de)](trace,_0x4a3a6d(0x1ca)+_0x10f3bd+_0x4a3a6d(0x253)),await this['sendHookRunEvent'](_0x29d932,_0x125e13,_0xfacb66[_0x4a3a6d(0x276)],_0xbfa4c2);}async[a41_0x418a37(0x23f)](_0x594ede,_0x228386){const _0x1e9ce5=a41_0x418a37,_0x584b9b={'EzIKm':function(_0x243945,_0x17d5e6){return _0x243945===_0x17d5e6;},'jPkcQ':_0x1e9ce5(0x22f),'pDdXD':_0x1e9ce5(0x1e5),'gzJJV':_0x1e9ce5(0x206),'mAIdU':function(_0x1d9bf6,_0x214301){return _0x1d9bf6(_0x214301);},'ecQhp':_0x1e9ce5(0x234),'YCvzt':function(_0x218f1b,_0xbb9784){return _0x218f1b>_0xbb9784;}},_0x1a5c04=this[_0x1e9ce5(0x1f0)](_0x594ede),_0x108b34=TestDetails[_0x1e9ce5(0x273)](this['getTestRunIdentifier'](_0x594ede,_0x228386[_0x1e9ce5(0x25e)]));this['_tests'][_0x1a5c04]={...this[_0x1e9ce5(0x23c)][_0x1a5c04]||{},'finishedAt':new Date()[_0x1e9ce5(0x289)]()},_0x584b9b[_0x1e9ce5(0x271)](trace,_0x1e9ce5(0x1b3)+_0x1a5c04),await this[_0x1e9ce5(0x224)](_0x594ede,_0x584b9b[_0x1e9ce5(0x1e2)],_0x228386);const _0x1cb4ac=[];_0x228386[_0x1e9ce5(0x249)]&&_0x228386[_0x1e9ce5(0x249)][_0x1e9ce5(0x207)](_0x5dbb4f=>{const _0x53daa8=_0x1e9ce5;if(_0x584b9b['EzIKm'](_0x5dbb4f['name'],_0x584b9b['jPkcQ'])){if(!fs[_0x53daa8(0x1e4)](_0x5dbb4f[_0x53daa8(0x27b)]))return;_0x1cb4ac[_0x53daa8(0x24a)]({'test_run_uuid':_0x108b34,'timestamp':fs[_0x53daa8(0x1df)](_0x5dbb4f[_0x53daa8(0x27b)])[_0x53daa8(0x1ea)],'kind':_0x584b9b['pDdXD'],'message':fs['readFileSync'](_0x5dbb4f['path'],{'encoding':_0x584b9b[_0x53daa8(0x254)]})});}}),_0x584b9b['YCvzt'](_0x1cb4ac[_0x1e9ce5(0x281)],0x0)&&await MyReporter[_0x1e9ce5(0x1ee)](_0x1cb4ac);}async[a41_0x418a37(0x1ab)](){const _0x29fe55=a41_0x418a37;await RequestQueueHandler[_0x29fe55(0x1da)]()['shutdown'](),TestDetails[_0x29fe55(0x1aa)]();}async['onEnd'](_0x383449){const _0x31ebdd=a41_0x418a37,_0x5e20ec={'grrVX':function(_0x1e7f88){return _0x1e7f88();},'DAPgT':function(_0x2ab4e3){return _0x2ab4e3();},'VtPsO':function(_0x2c37ad,_0x4d8951){return _0x2c37ad(_0x4d8951);}};await this['endSession'](),_0x5e20ec[_0x31ebdd(0x22d)](printBuildLink);try{process[_0x31ebdd(0x1af)][_0x31ebdd(0x214)]&&await _0x5e20ec[_0x31ebdd(0x1b7)](calculatePerformance);}catch(_0xc74548){_0x5e20ec[_0x31ebdd(0x1c9)](debug,_0x31ebdd(0x218)+_0xc74548[_0x31ebdd(0x1f8)]());}}static async[a41_0x418a37(0x26b)](_0x162467,_0x5d965f){const _0x23486d=a41_0x418a37;_0x5d965f[_0x23486d(0x26a)]=TestDetails['getTestUUID'](_0x162467),await this[_0x23486d(0x1ee)]([_0x5d965f]);}static async['reportLogs'](_0x4c46b9){const _0x230aa9=a41_0x418a37,_0x31add7={};_0x31add7['YutDp']=_0x230aa9(0x205);const _0x3de2c8=_0x31add7,_0x359ba1={};_0x359ba1[_0x230aa9(0x20f)]=_0x3de2c8[_0x230aa9(0x1b5)],_0x359ba1[_0x230aa9(0x208)]=_0x4c46b9,await SessionHandler['uploadEventData'](_0x359ba1);}async[a41_0x418a37(0x1ac)](_0x2fc412,_0x34ec55,_0xe0c11a,_0x34288a){const _0x40f644=a41_0x418a37,_0x17455b={'WufWl':'hook','zZCRh':_0x40f644(0x265),'VGXQt':'pending','awEcm':function(_0x1205e0,_0x5516bd){return _0x1205e0>=_0x5516bd;},'OKTVV':function(_0x226c3b,_0x236cfc){return _0x226c3b===_0x236cfc;},'cEEzp':_0x40f644(0x1c2),'KycJO':function(_0x413863,_0x57da54){return _0x413863>_0x57da54;},'MUZQV':'failed','mnIbu':function(_0x138b37,_0x380c80){return _0x138b37(_0x380c80);},'qHMDU':function(_0x149a8f,_0x43f872,_0x53db77){return _0x149a8f(_0x43f872,_0x53db77);},'GjmDq':_0x40f644(0x26f),'scCIE':'passed'},_0x134859=this[_0x40f644(0x227)](_0x2fc412,_0x34ec55),_0x3a84e8=this[_0x40f644(0x23c)][_0x134859],_0xeba24c={'uuid':_0x3a84e8[_0x40f644(0x1ec)],'type':_0x17455b[_0x40f644(0x287)],'hook_type':this[_0x40f644(0x1c1)](_0x34ec55[_0x40f644(0x259)]),'name':_0x34ec55['title'],'scope':this['getScope'](_0x34ec55),'scopes':this[_0x40f644(0x20a)](_0x2fc412),'body':{'lang':_0x17455b[_0x40f644(0x21e)],'code':null},'identifier':_0x134859,'file_name':path[_0x40f644(0x24c)](process[_0x40f644(0x282)](),_0x2fc412['location'][_0x40f644(0x26d)]),'location':path[_0x40f644(0x24c)](process[_0x40f644(0x282)](),_0x2fc412[_0x40f644(0x24b)][_0x40f644(0x26d)]),'result':_0x17455b['VGXQt'],'duration_in_ms':_0x17455b[_0x40f644(0x1bf)](_0x34ec55[_0x40f644(0x1d4)],0x0)?_0x34ec55[_0x40f644(0x1d4)]:undefined,'vc_filepath':this[_0x40f644(0x21b)]&&_0x2fc412['location'][_0x40f644(0x26d)]?path['relative'](this[_0x40f644(0x21b)],_0x2fc412[_0x40f644(0x24b)][_0x40f644(0x26d)]):undefined,'started_at':_0x3a84e8[_0x40f644(0x232)],'finished_at':_0x3a84e8[_0x40f644(0x1e0)],'framework':FRAMEWORKS['PLAYWRIGHT']};if(_0x17455b[_0x40f644(0x1d2)](_0xe0c11a,_0x17455b[_0x40f644(0x1b8)])){const {steps:_0x529baf,logs:_0xb203aa}=this[_0x40f644(0x1b2)](_0x34ec55[_0x40f644(0x261)],_0x3a84e8['uuid'],_0x17455b[_0x40f644(0x287)]);_0xb203aa&&_0x17455b[_0x40f644(0x27d)](_0xb203aa[_0x40f644(0x281)],0x0)&&await MyReporter[_0x40f644(0x1ee)](_0xb203aa);const _0x2ec2d1={};_0x2ec2d1[_0x40f644(0x261)]=_0x529baf,_0xeba24c['meta']=_0x2ec2d1;if(_0x34ec55[_0x40f644(0x1b9)]){_0xeba24c[_0x40f644(0x1d3)]=_0x17455b[_0x40f644(0x1d5)],_0xeba24c[_0x40f644(0x1cf)]=_0x17455b[_0x40f644(0x225)](removeAnsiColors,_0x34ec55['error'][_0x40f644(0x213)]),_0xeba24c['failure_type']=_0x17455b[_0x40f644(0x225)](getFailureType,_0x34ec55[_0x40f644(0x1b9)][_0x40f644(0x213)]);const _0x4b363e=_0x17455b[_0x40f644(0x1d6)](failureData,_0x34ec55[_0x40f644(0x1b9)],_0x17455b[_0x40f644(0x23b)]);if(_0x4b363e&&_0x17455b['OKTVV'](_0x4b363e[_0x40f644(0x281)],0x0)){const _0x17bbdc={};_0x17bbdc['backtrace']=[_0xeba24c['failure_reason']],_0x17bbdc['expanded']=[],_0x4b363e[_0x40f644(0x24a)](_0x17bbdc);}_0xeba24c[_0x40f644(0x1a5)]=_0x4b363e;}else _0xeba24c['result']=_0x17455b[_0x40f644(0x1a7)];}const _0x346bae={};_0x346bae['event_type']=_0xe0c11a,_0x346bae[_0x40f644(0x1c6)]=_0xeba24c;const _0x5e5adc=_0x346bae;await SessionHandler[_0x40f644(0x236)](_0x5e5adc);}['getStepsAndLogs'](_0x534531,_0x4146aa,_0x952484){const _0x54e8d7=a41_0x418a37,_0x18258b={'WXOtO':function(_0x42761,_0x25039e){return _0x42761===_0x25039e;},'COamI':'hook','MKeLf':_0x54e8d7(0x266),'YVvSj':function(_0x1e0cd2,_0x1f7ddc){return _0x1e0cd2===_0x1f7ddc;},'CAUAe':_0x54e8d7(0x25c),'vMOin':function(_0x453bdf,_0x69b1cc){return _0x453bdf===_0x69b1cc;},'wgSGN':'test','LlHiW':'test_run_uuid','wUcKB':_0x54e8d7(0x21a),'crEhV':'TEST_STEP','RZLgk':_0x54e8d7(0x25f),'hCGWC':_0x54e8d7(0x215),'nRTht':function(_0x31c264,_0x255052){return _0x31c264(_0x255052);},'UhsmQ':function(_0x18ece4){return _0x18ece4();},'OQGDU':function(_0x4f430f,_0x49564c){return _0x4f430f(_0x49564c);},'TVFAR':function(_0xb3aa1b,_0x281391){return _0xb3aa1b(_0x281391);},'OCrlQ':function(_0x280901,_0xc4f264,_0x394f4b){return _0x280901(_0xc4f264,_0x394f4b);}},_0x19aed4=[],_0x21d114=[],_0x3851a7=_0x534531[_0x54e8d7(0x1be)](_0x11afbd=>{const _0x379805=_0x54e8d7;if(_0x18258b[_0x379805(0x212)](_0x11afbd['category'],_0x18258b['COamI'])&&(_0x18258b[_0x379805(0x212)](_0x11afbd[_0x379805(0x259)],_0x18258b[_0x379805(0x235)])||_0x18258b[_0x379805(0x203)](_0x11afbd[_0x379805(0x259)],_0x18258b[_0x379805(0x1e8)])))return![];return!![];}),_0x495bdd=(_0x3372fd,_0x4c2d74=![])=>{const _0x58a7f0=_0x54e8d7;if(_0x18258b[_0x58a7f0(0x1dd)](_0x3372fd[_0x58a7f0(0x261)][_0x58a7f0(0x281)],0x0)){const _0x421c85=_0x18258b['WXOtO'](_0x952484,_0x18258b[_0x58a7f0(0x1c3)])?_0x18258b[_0x58a7f0(0x21d)]:_0x18258b[_0x58a7f0(0x22b)];_0x21d114[_0x58a7f0(0x24a)]({'kind':_0x18258b[_0x58a7f0(0x284)],[_0x421c85]:_0x4146aa,'message':_0x3372fd[_0x58a7f0(0x259)],'timestamp':_0x3372fd[_0x58a7f0(0x247)][_0x58a7f0(0x289)](),'level':_0x3372fd['error']?_0x18258b['RZLgk']:_0x18258b[_0x58a7f0(0x257)],'duration':_0x3372fd[_0x58a7f0(0x1d4)],'failure':_0x3372fd['error']&&_0x3372fd[_0x58a7f0(0x1b9)][_0x58a7f0(0x213)]&&_0x18258b[_0x58a7f0(0x20e)](removeAnsiColors,_0x3372fd[_0x58a7f0(0x1b9)][_0x58a7f0(0x213)]),'failure_type':_0x18258b['nRTht'](getFailureType,_0x3372fd[_0x58a7f0(0x1b9)]&&_0x3372fd['error']['message'])});}else{!_0x4c2d74&&_0x19aed4[_0x58a7f0(0x24a)]({'id':_0x18258b[_0x58a7f0(0x228)](uuidv4),'text':_0x3372fd[_0x58a7f0(0x259)],'keyword':undefined,'started_at':_0x3372fd['startTime'][_0x58a7f0(0x289)](),'duration':_0x3372fd[_0x58a7f0(0x1d4)],'result':_0x3372fd[_0x58a7f0(0x1b9)]?_0x18258b['RZLgk']:_0x18258b[_0x58a7f0(0x257)],'failure':_0x3372fd[_0x58a7f0(0x1b9)]&&_0x3372fd[_0x58a7f0(0x1b9)][_0x58a7f0(0x213)]&&_0x18258b[_0x58a7f0(0x219)](removeAnsiColors,_0x3372fd[_0x58a7f0(0x1b9)][_0x58a7f0(0x213)]),'failure_type':_0x18258b[_0x58a7f0(0x216)](getFailureType,_0x3372fd[_0x58a7f0(0x1b9)]&&_0x3372fd[_0x58a7f0(0x1b9)][_0x58a7f0(0x213)])});for(const _0x403591 of _0x3372fd['steps']){_0x18258b['OCrlQ'](_0x495bdd,_0x403591,!![]);}}};for(const _0x34a6a5 of _0x3851a7){_0x18258b['OCrlQ'](_0x495bdd,_0x34a6a5,![]);}const _0x87b24b={};return _0x87b24b[_0x54e8d7(0x261)]=_0x19aed4,_0x87b24b[_0x54e8d7(0x208)]=_0x21d114,_0x87b24b;}async['sendTestRunEvent'](_0x2acdca,_0x173b19,_0x5a47ac){const _0x27abc5=a41_0x418a37,_0x284e80={'Xtqje':_0x27abc5(0x222),'vSgLJ':_0x27abc5(0x265),'kvTaI':_0x27abc5(0x1f3),'xPHpm':function(_0x56fc77,_0xc0b9a1){return _0x56fc77(_0xc0b9a1);},'IOYBq':function(_0x4e76ae,_0x211357,_0x14a082,_0x45f434,_0x4aaa5e){return _0x4e76ae(_0x211357,_0x14a082,_0x45f434,_0x4aaa5e);},'ZuTEs':function(_0x410543,_0x7f38af){return _0x410543>_0x7f38af;},'NMtsN':function(_0x19f822,_0x2f5ad7){return _0x19f822-_0x2f5ad7;},'vMVaX':function(_0x11d7cf,_0x57fd9d){return _0x11d7cf===_0x57fd9d;},'FnAMS':_0x27abc5(0x234),'qoBnL':function(_0x64cd80,_0x427733){return _0x64cd80===_0x427733;},'XGsmj':'skipped','mOcxM':_0x27abc5(0x215),'cLGbZ':_0x27abc5(0x25f),'ITFSL':_0x27abc5(0x1ff),'LZJdK':function(_0x26176c,_0x195674){return _0x26176c===_0x195674;},'KSeVn':_0x27abc5(0x1c8),'IwzZG':function(_0x16647b,_0x44ced7){return _0x16647b(_0x44ced7);},'WaPuy':function(_0x134571,_0x511418){return _0x134571(_0x511418);},'tFEaP':function(_0x49f9d4,_0x1719fe,_0xb20ea0){return _0x49f9d4(_0x1719fe,_0xb20ea0);},'TBMal':function(_0x4e688e,_0x3cb89a){return _0x4e688e===_0x3cb89a;}},_0x5e8ec6=this[_0x27abc5(0x1f0)](_0x2acdca),_0x33495b=this['getScope'](_0x2acdca),_0x3dca26=this[_0x27abc5(0x23c)][_0x5e8ec6],_0x1ee86c=path[_0x27abc5(0x24c)](process['cwd'](),_0x2acdca[_0x27abc5(0x24b)][_0x27abc5(0x26d)]);await this[_0x27abc5(0x1f7)]();const _0x1ebd84={'uuid':_0x3dca26[_0x27abc5(0x1ec)],'type':_0x284e80[_0x27abc5(0x26e)],'name':_0x2acdca[_0x27abc5(0x259)],'body':{'lang':_0x284e80['vSgLJ'],'code':_0x2acdca['fn'][_0x27abc5(0x1f8)]()},'scope':_0x33495b,'scopes':this[_0x27abc5(0x20a)](_0x2acdca),'identifier':_0x5e8ec6,'file_name':_0x1ee86c,'location':_0x1ee86c,'result':_0x284e80[_0x27abc5(0x269)],'duration_in_ms':_0x5a47ac&&_0x5a47ac[_0x27abc5(0x1d4)]?_0x5a47ac[_0x27abc5(0x1d4)]:null,'vc_filepath':this[_0x27abc5(0x21b)]&&_0x2acdca[_0x27abc5(0x24b)][_0x27abc5(0x26d)]?path[_0x27abc5(0x24c)](this[_0x27abc5(0x21b)],_0x2acdca[_0x27abc5(0x24b)][_0x27abc5(0x26d)]):undefined,'started_at':_0x3dca26[_0x27abc5(0x232)],'finished_at':_0x3dca26['finishedAt'],'framework':FRAMEWORKS[_0x27abc5(0x283)],'customRerunParam':{'rerun_name':this[_0x27abc5(0x1f1)](_0x2acdca)},'tags':_0x284e80[_0x27abc5(0x286)](getTestTags,_0x2acdca)};_0x284e80['IOYBq'](appendTesthubParams,_0x1ebd84,_0x173b19,_0x2acdca,FRAMEWORKS[_0x27abc5(0x283)]);_0x5a47ac&&_0x284e80[_0x27abc5(0x1d9)](_0x5a47ac[_0x27abc5(0x25e)],0x0)&&(_0x1ebd84['retry_of']=TestDetails[_0x27abc5(0x273)](this[_0x27abc5(0x1fd)](_0x2acdca,_0x284e80['NMtsN'](_0x5a47ac[_0x27abc5(0x25e)],0x1))));if(_0x284e80[_0x27abc5(0x252)](_0x173b19,_0x284e80[_0x27abc5(0x245)])){_0x1ebd84[_0x27abc5(0x1d3)]=_0x5a47ac[_0x27abc5(0x1c5)];if(_0x284e80[_0x27abc5(0x252)](_0x5a47ac[_0x27abc5(0x1c5)],_0x2acdca['expectedStatus']))_0x1ebd84[_0x27abc5(0x1d3)]=_0x284e80[_0x27abc5(0x262)](_0x5a47ac['status'],_0x284e80[_0x27abc5(0x27f)])?_0x284e80[_0x27abc5(0x27f)]:_0x284e80[_0x27abc5(0x244)];else{(_0x284e80['vMVaX'](_0x1ebd84[_0x27abc5(0x1d3)],_0x284e80[_0x27abc5(0x244)])||_0x284e80['qoBnL'](_0x1ebd84['result'],_0x284e80[_0x27abc5(0x267)])||_0x284e80['vMVaX'](_0x1ebd84['result'],_0x284e80[_0x27abc5(0x1e9)]))&&(_0x1ebd84['result']=_0x284e80[_0x27abc5(0x267)]);if(_0x284e80[_0x27abc5(0x262)](_0x5a47ac[_0x27abc5(0x1c5)],_0x284e80[_0x27abc5(0x244)])&&_0x284e80[_0x27abc5(0x20d)](_0x2acdca['expectedStatus'],_0x284e80[_0x27abc5(0x267)])){const _0x56521e={};_0x56521e[_0x27abc5(0x213)]=_0x284e80[_0x27abc5(0x210)],_0x56521e['stack']=_0x284e80[_0x27abc5(0x210)],_0x5a47ac[_0x27abc5(0x1b9)]=_0x56521e,_0x5a47ac[_0x27abc5(0x263)]=[_0x5a47ac[_0x27abc5(0x1b9)]];}}const _0xc89861=this[_0x27abc5(0x1fd)](_0x2acdca,_0x5a47ac[_0x27abc5(0x25e)]);_0x1ebd84[_0x27abc5(0x211)]=this['_testHooksMap'][_0xc89861];const {steps:_0x29243e,logs:_0x1eb7c5}=this[_0x27abc5(0x1b2)](_0x5a47ac['steps'],_0x3dca26[_0x27abc5(0x1ec)],_0x284e80[_0x27abc5(0x26e)]);await MyReporter['reportLogs'](_0x1eb7c5);const _0x343294={};_0x343294[_0x27abc5(0x261)]=_0x29243e,_0x1ebd84['meta']=_0x343294;if(_0x5a47ac[_0x27abc5(0x1b9)]){_0x1ebd84[_0x27abc5(0x1cf)]=_0x284e80['IwzZG'](removeAnsiColors,_0x5a47ac[_0x27abc5(0x1b9)][_0x27abc5(0x213)]),_0x1ebd84[_0x27abc5(0x21f)]=_0x284e80[_0x27abc5(0x217)](getFailureType,_0x5a47ac['error'][_0x27abc5(0x213)]);const _0x55133a={};_0x55133a[_0x27abc5(0x26a)]=_0x3dca26[_0x27abc5(0x1ec)];const {failureData:_0x13d2c3,logs:_0xe173eb}=_0x284e80[_0x27abc5(0x1ae)](getFailureData,_0x5a47ac[_0x27abc5(0x263)],_0x55133a);if(_0x13d2c3&&_0x284e80[_0x27abc5(0x22e)](_0x13d2c3[_0x27abc5(0x281)],0x0)){const _0x3b6a3={};_0x3b6a3[_0x27abc5(0x278)]=[_0x1ebd84[_0x27abc5(0x1cf)]],_0x3b6a3['expanded']=[],_0x13d2c3['push'](_0x3b6a3);}_0x1ebd84['failure']=_0x13d2c3,_0xe173eb&&_0x284e80[_0x27abc5(0x1d9)](_0xe173eb['length'],0x0)&&await MyReporter[_0x27abc5(0x1ee)](_0xe173eb);}}const _0x5d7e25={};_0x5d7e25[_0x27abc5(0x20f)]=_0x173b19,_0x5d7e25[_0x27abc5(0x1b1)]=_0x1ebd84;const _0x2bb971=_0x5d7e25;await SessionHandler[_0x27abc5(0x236)](_0x2bb971);}[a41_0x418a37(0x1f1)](_0x12fbfe){const _0x574b52=a41_0x418a37,_0x34b07f={};_0x34b07f[_0x574b52(0x264)]=function(_0x1e081a,_0x14fc3d){return _0x1e081a+_0x14fc3d;},_0x34b07f['hgMVw']=function(_0x5013da,_0x104b84){return _0x5013da+_0x104b84;};const _0x5728ee=_0x34b07f;let _0x2f2f6b=_0x12fbfe['titlePath']()[_0x574b52(0x204)]('\x20');return _0x12fbfe[_0x574b52(0x256)]&&(_0x2f2f6b=_0x5728ee['ZJxAH'](_0x5728ee[_0x574b52(0x25a)](_0x2f2f6b,'\x20'),_0x12fbfe[_0x574b52(0x256)][_0x574b52(0x204)]('\x20'))),_0x2f2f6b;}static async[a41_0x418a37(0x1ad)](_0x2461a6,_0x177de9){const _0x2c1999=a41_0x418a37,_0x234336={'MAgAl':function(_0x401a28,_0x46e46a){return _0x401a28(_0x46e46a);},'bWYyO':_0x2c1999(0x1c0)},_0x394624={'uuid':TestDetails[_0x2c1999(0x273)](_0x2461a6),'integrations':_0x177de9},_0xe2cb79={};_0xe2cb79['depth']=null,_0x234336[_0x2c1999(0x1e1)](debug,'Sending\x20session\x20details\x20for\x20'+_0x2461a6+',\x20'+util[_0x2c1999(0x20c)](_0x177de9,_0xe2cb79));const _0x4d4a4f={};_0x4d4a4f[_0x2c1999(0x20f)]=_0x234336['bWYyO'],_0x4d4a4f[_0x2c1999(0x1b1)]=_0x394624,await SessionHandler['uploadEventData'](_0x4d4a4f);}async[a41_0x418a37(0x1f7)](){const _0x3d8f09=a41_0x418a37,_0x4c45d8={'PLQtU':function(_0x35c6f8){return _0x35c6f8();}};if(this[_0x3d8f09(0x1f9)])return;const _0x434ea0=await _0x4c45d8[_0x3d8f09(0x27c)](getGitMetaData);_0x434ea0&&(this[_0x3d8f09(0x21b)]=_0x434ea0[_0x3d8f09(0x27e)]),this[_0x3d8f09(0x1f9)]=!![];}[a41_0x418a37(0x20a)](_0x3036fd){const _0x2e993a=a41_0x418a37,_0x118596={};_0x118596[_0x2e993a(0x23e)]=function(_0x30a3ad,_0x251ed9){return _0x30a3ad!==_0x251ed9;};const _0x31637d=_0x118596,_0xeb0c13=[];if(_0x3036fd&&_0x3036fd[_0x2e993a(0x1b6)]){let _0xa1b3cc=_0x3036fd[_0x2e993a(0x1b6)];while(_0xa1b3cc&&_0x31637d[_0x2e993a(0x23e)](_0xa1b3cc[_0x2e993a(0x259)],'')){_0xeb0c13['push'](_0xa1b3cc[_0x2e993a(0x259)]),_0xa1b3cc=_0xa1b3cc['parent'];}}return _0xeb0c13[_0x2e993a(0x209)]()[_0x2e993a(0x23a)](0x0,0x2),_0xeb0c13;}[a41_0x418a37(0x243)](_0x5ddaa9){const _0x1a3759=a41_0x418a37,_0x1020d9={};_0x1020d9[_0x1a3759(0x233)]=function(_0x3784e4,_0x28bfe9){return _0x3784e4!==_0x28bfe9;},_0x1020d9['JQZKa']=_0x1a3759(0x1d8),_0x1020d9[_0x1a3759(0x1fc)]=function(_0xf0b9bb,_0xb09618){return _0xf0b9bb===_0xb09618;},_0x1020d9[_0x1a3759(0x1fb)]=_0x1a3759(0x21c),_0x1020d9[_0x1a3759(0x285)]=_0x1a3759(0x1ed),_0x1020d9[_0x1a3759(0x1f6)]=_0x1a3759(0x238),_0x1020d9[_0x1a3759(0x1e6)]=_0x1a3759(0x230);const _0x22cc37=_0x1020d9;if(_0x22cc37[_0x1a3759(0x233)](_0x5ddaa9[_0x1a3759(0x277)],_0x22cc37['JQZKa']))return![];if(_0x22cc37[_0x1a3759(0x1fc)]([_0x22cc37[_0x1a3759(0x1fb)],_0x22cc37['BMwFU'],_0x22cc37[_0x1a3759(0x1f6)],_0x22cc37['XBdbI']][_0x1a3759(0x1db)](_0x5ddaa9[_0x1a3759(0x259)]),-0x1))return![];return!![];}[a41_0x418a37(0x227)](_0x249331,_0x238ab3){const _0x1c0efe=a41_0x418a37,_0xfa3270=_0x238ab3[_0x1c0efe(0x1eb)];if(_0xfa3270)return _0xfa3270;return _0x238ab3[_0x1c0efe(0x259)]+_0x1c0efe(0x22a)+this['getTestIdentifier'](_0x249331);}[a41_0x418a37(0x226)](_0x5506c5,_0x581bc7){const _0x29d42e=a41_0x418a37,_0x5cb1c0={'IALXd':function(_0x411645){return _0x411645();}};let _0x4527fb=_0x581bc7[_0x29d42e(0x259)]+_0x29d42e(0x22a)+this['getTestIdentifier'](_0x5506c5);return this[_0x29d42e(0x23c)][_0x4527fb]&&(_0x4527fb=_0x4527fb+_0x29d42e(0x220)+_0x5cb1c0['IALXd'](uuidv4)),_0x581bc7[_0x29d42e(0x1eb)]=_0x4527fb,_0x4527fb;}['getTestIdentifier']=_0x3082f8=>{const _0x27471b=a41_0x418a37,_0x40d050={};_0x40d050[_0x27471b(0x1fa)]=function(_0x24b549,_0x250bc2){return _0x24b549+_0x250bc2;};const _0xaa67b4=_0x40d050;return _0xaa67b4['ElSaf'](_0xaa67b4['ElSaf'](_0x3082f8[_0x27471b(0x1fe)],'-'),_0x3082f8['id']);};['getTestRunIdentifier']=(_0xf0649f,_0x2e10aa)=>{const _0x430728=a41_0x418a37,_0x2e6a23={};_0x2e6a23[_0x430728(0x239)]=function(_0x18f112,_0x4bf6e9){return _0x18f112+_0x4bf6e9;},_0x2e6a23['cbvAD']=function(_0x54b766,_0x4682c7){return _0x54b766+_0x4682c7;};const _0x238fdc=_0x2e6a23;return _0x238fdc[_0x430728(0x239)](_0x238fdc['cbvAD'](this[_0x430728(0x1f0)](_0xf0649f),'-'),_0x2e10aa);};[a41_0x418a37(0x1c1)]=_0x5be4ec=>{const _0x5f3b9a=a41_0x418a37,_0x2e4b74={};_0x2e4b74['nWskK']=_0x5f3b9a(0x21c),_0x2e4b74['kgJLE']=_0x5f3b9a(0x221),_0x2e4b74[_0x5f3b9a(0x1b0)]='beforeAll\x20hook',_0x2e4b74['zfled']=_0x5f3b9a(0x229),_0x2e4b74[_0x5f3b9a(0x1cb)]=_0x5f3b9a(0x230),_0x2e4b74[_0x5f3b9a(0x200)]=_0x5f3b9a(0x25d),_0x2e4b74[_0x5f3b9a(0x1f2)]=_0x5f3b9a(0x238),_0x2e4b74[_0x5f3b9a(0x202)]='AFTER_ALL',_0x2e4b74[_0x5f3b9a(0x255)]=_0x5f3b9a(0x1f5);const _0x589714=_0x2e4b74;if(_0x5be4ec['startsWith'](_0x589714['nWskK']))return _0x589714['kgJLE'];else{if(_0x5be4ec['startsWith'](_0x589714['AoxLo']))return _0x589714[_0x5f3b9a(0x1e3)];else{if(_0x5be4ec[_0x5f3b9a(0x1e7)](_0x589714['rAaiW']))return _0x589714['neSPJ'];else{if(_0x5be4ec[_0x5f3b9a(0x1e7)](_0x589714[_0x5f3b9a(0x1f2)]))return _0x589714[_0x5f3b9a(0x202)];}}}return _0x589714[_0x5f3b9a(0x255)];};[a41_0x418a37(0x272)]=_0x51d736=>{const _0x466b6a=a41_0x418a37,_0x5bda99={};_0x5bda99[_0x466b6a(0x1d7)]=function(_0xcab271,_0x3c8703){return _0xcab271===_0x3c8703;},_0x5bda99[_0x466b6a(0x1a9)]=_0x466b6a(0x25b);const _0x3d7678=_0x5bda99;let _0x74b28b=_0x51d736[_0x466b6a(0x1b6)];return _0x3d7678[_0x466b6a(0x1d7)](typeof _0x51d736[_0x466b6a(0x1b6)],_0x3d7678[_0x466b6a(0x1a9)])&&(_0x74b28b=_0x74b28b['title']),_0x74b28b+_0x466b6a(0x220)+_0x51d736[_0x466b6a(0x259)];};[a41_0x418a37(0x1d1)](){return![];}}module[a41_0x418a37(0x24d)]=o11yClassErrorHandler(MyReporter,['onBegin','endSession','onTestBegin',a41_0x418a37(0x23f),a41_0x418a37(0x1d0),a41_0x418a37(0x1ba),a41_0x418a37(0x1ad)],a41_0x418a37(0x1f4));
1
+ const a41_0x230cf4=a41_0x3a4e;function a41_0x3bdf(){const _0x1f2ed5=['message','XNneL','7556NurcuP','getTestUUID','env','NsHYB','beforeAll\x20hook','skipped','PHkuk','error','setup','ZqorY','GyamO','_tests','63212kLqEtv','cwd','./pwUtils','TsfvN','TXsmb','oifJT','startsWith','parent','hook_run_uuid','HookRunStarted','TABEH','ixUta','performance-report-reporter.json','xdyqg','After\x20Hooks','nBkqu','attachments','options','onTestBegin','location','10713528vqHaTJ','BROWSERSTACK_LOG_LEVEL','getStepIdentifier','iTjBV','kjQQW','Hook\x20Finished\x20with\x20unique\x20id\x20','../../../helpers/test-observability/utils','onStepBegin','expectedStatus','backtrace','\x20-\x20','uploadEventData','Error\x20in\x20calculating\x20performance:\x20','xnwey','_gitConfigPath','retry','zzBKT','BEFORE_EACH','lzpyj','TestRunFinished','tags','ofNiz','hook_run','javascript','onTestEnd','DueDb','IZIBr','evylB','length','beforeEach\x20hook','result','esPVW','QAKWA','toISOString','map','stack','addTestUIDAndReportLog','syzUh','shutdown','errors','ootNu','base64','mSgXy','IvjMM','\x20is\x20triggered','../../../helpers/test-observability/requestQueueHandler','onEnd','UEzLz','tWrOJ','../../../helpers/helper','ArkOO','configureGit','lxyYm','nzyxm','NBcDD','getTestRunIdentifier','36998225ErArjD','util','depth','baEbt','push','file','KIERf','test_run','START_TIME','Legkp','1432yMPmKl','failed','yZrcn','endSession','getTestIdentifier','CecHU','5170iyTtDu','path','startMonitoring','toString','Expected\x20to\x20fail,\x20but\x20passed.','beOBA','UMYIY','Hook\x20Started\x20with\x20unique\x20id\x20','aVbTL','getInstance','retry_of','failure','yMTSC','PLAYWRIGHT','passed','category','reportLogs','TEST_STEP','_bs_hookIdentifier','getHookType','afterEach\x20hook','root','YiIgP','uuid','jhSIe','reverse','expanded','indexOf','steps','OqiXh','LVOId','Ixngj','24899QbKGMi','../../../helpers/test-observability/error-handler','pending','setStepIdentifier','join','meta','../../../helpers/test-observability/constants','getStepsAndLogs','FCgKi','getCustomRerunParam','duration','./test-details','onBegin','MyReporter','52cEMaXI','screenshot','err','printsToStdio','test_run_uuid','mtime','sendTestRunEvent','getTime','gsuLc','event_type','../../../helpers/test-observability/sessionHandler','../../../helpers/testhub/testhubHandler','_gitConfigured','ZAtWc','TEST_SCREENSHOT','GYEaU','logLevel','getHierarchy','onStepEnd','AFTER_ALL','title','vOaZH','PSdNN','cukqY','vHfAv','_testHooksMap','Sending\x20session\x20details\x20for\x20','GXZWc','logs','NAzHr','rbjCL','../../../helpers/performance/performance-tester','pXIuD','titlePath','BwRDU','3195soXCBX','bzAdT','SWdST','getScope','kICPr','MMtXn','_projectId','failure_reason','ZCNXw','QicGj','QZYSy','sendSessionDetails','wuCsz','NamsS','16659yrFZzd','afterAll\x20hook','status','Zipmf','hook','KIFkp','finishedAt','HookRunFinished','sendHookRunEvent','IPULX','mdHhK','QwAvz','86106QsVSId','relative','ukeNF','needToReportStep','lYLSd','startTime','BROWSERSTACK_O11Y_PERF_MEASUREMENT','jpEmp'];a41_0x3bdf=function(){return _0x1f2ed5;};return a41_0x3bdf();}(function(_0x34857c,_0x31006f){const _0x4e4074=a41_0x3a4e,_0xdc08ac=_0x34857c();while(!![]){try{const _0x2eea6d=parseInt(_0x4e4074(0x1e1))/0x1*(parseInt(_0x4e4074(0x18e))/0x2)+parseInt(_0x4e4074(0x1cb))/0x3+-parseInt(_0x4e4074(0x1d5))/0x4*(-parseInt(_0x4e4074(0x1b1))/0x5)+parseInt(_0x4e4074(0x1f5))/0x6+parseInt(_0x4e4074(0x180))/0x7*(parseInt(_0x4e4074(0x15a))/0x8)+-parseInt(_0x4e4074(0x1bf))/0x9*(parseInt(_0x4e4074(0x160))/0xa)+-parseInt(_0x4e4074(0x150))/0xb;if(_0x2eea6d===_0x31006f)break;else _0xdc08ac['push'](_0xdc08ac['shift']());}catch(_0x17678f){_0xdc08ac['push'](_0xdc08ac['shift']());}}}(a41_0x3bdf,0xef88e));const RequestQueueHandler=require(a41_0x230cf4(0x145)),{calculatePerformance,getTestTags,getFailureData}=require(a41_0x230cf4(0x1e3)),{v4:uuidv4}=require(a41_0x230cf4(0x177)),path=require('path'),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a41_0x230cf4(0x1fb)),{getGitMetaData,setLogLevel}=require(a41_0x230cf4(0x149)),TestDetails=require(a41_0x230cf4(0x18b)),fs=require('fs'),util=require(a41_0x230cf4(0x151)),{o11yClassErrorHandler}=require(a41_0x230cf4(0x181)),PerformanceTester=require(a41_0x230cf4(0x1ad)),{FRAMEWORKS}=require(a41_0x230cf4(0x186)),SessionHandler=require(a41_0x230cf4(0x198)),{appendTesthubParams}=require('../../../helpers/testhub/utils'),TestHubHandler=require(a41_0x230cf4(0x199));class MyReporter{constructor(_0xf81c0b){const _0x117d32=a41_0x230cf4,_0x5bd1b6={'gsuLc':'4|3|1|2|5|0|6','pXIuD':_0x117d32(0x1ed),'PSdNN':function(_0x26d2c0,_0x28d355,_0x471b2a,_0x5936f8){return _0x26d2c0(_0x28d355,_0x471b2a,_0x5936f8);}},_0x2ff54c=_0x5bd1b6[_0x117d32(0x196)]['split']('|');let _0x3a0b60=0x0;while(!![]){switch(_0x2ff54c[_0x3a0b60++]){case'0':this['_gitConfigured']=![];continue;case'1':this[_0x117d32(0x1e0)]={};continue;case'2':this[_0x117d32(0x1a7)]={};continue;case'3':process[_0x117d32(0x1d7)][_0x117d32(0x1d1)]&&(PerformanceTester[_0x117d32(0x162)](_0x5bd1b6[_0x117d32(0x1ae)]),process[_0x117d32(0x1d7)][_0x117d32(0x158)]=new Date()[_0x117d32(0x139)]());continue;case'4':const _0x1aa49b={};_0x1aa49b[_0x117d32(0x19e)]=process[_0x117d32(0x1d7)][_0x117d32(0x1f6)],_0x5bd1b6[_0x117d32(0x1a4)](setLogLevel,_0x1aa49b,new Map(),new Map());continue;case'5':this[_0x117d32(0x1f2)]=_0xf81c0b;continue;case'6':this[_0x117d32(0x126)]=null;continue;}break;}}async[a41_0x230cf4(0x18c)](){const _0x17ed6c=a41_0x230cf4;TestDetails[_0x17ed6c(0x1dd)](),await this[_0x17ed6c(0x14b)]();}async['onTestBegin'](_0xf78e41,_0x2e4d2b){const _0x53d055=a41_0x230cf4,_0x42b872={'ArkOO':function(_0x3ae195,_0x3be1ed){return _0x3ae195(_0x3be1ed);},'Legkp':'TestRunStarted'},_0x283176=this[_0x53d055(0x15e)](_0xf78e41);this['_tests'][_0x283176]={'uuid':TestDetails['getTestUUID'](this[_0x53d055(0x14f)](_0xf78e41,_0x2e4d2b[_0x53d055(0x127)])),'startedAt':_0x2e4d2b['startTime']},_0x42b872[_0x53d055(0x14a)](trace,'Test\x20Started\x20with\x20unique\x20id\x20'+_0x283176),await this[_0x53d055(0x194)](_0xf78e41,_0x42b872[_0x53d055(0x159)],_0x2e4d2b);}async[a41_0x230cf4(0x1fc)](_0x41027b,_0x881edb,_0x1c5fa4){const _0x21f4ad=a41_0x230cf4,_0x4a1360={'BZrir':function(_0x22ec11,_0x1c77dd){return _0x22ec11(_0x1c77dd);},'xnwey':_0x21f4ad(0x1ea)};if(!this[_0x21f4ad(0x1ce)](_0x1c5fa4,_0x41027b))return;const _0x26fbbb=this[_0x21f4ad(0x183)](_0x41027b,_0x1c5fa4);this[_0x21f4ad(0x1e0)][_0x26fbbb]={'uuid':TestDetails[_0x21f4ad(0x1d6)](_0x26fbbb),'startedAt':_0x1c5fa4[_0x21f4ad(0x1d0)][_0x21f4ad(0x139)]()};const _0x15bef0=this['getTestRunIdentifier'](_0x41027b,_0x881edb[_0x21f4ad(0x127)]);!this[_0x21f4ad(0x1a7)][_0x15bef0]&&(this[_0x21f4ad(0x1a7)][_0x15bef0]=[]),this['_testHooksMap'][_0x15bef0][_0x21f4ad(0x154)](this[_0x21f4ad(0x1e0)][_0x26fbbb][_0x21f4ad(0x177)]),_0x4a1360['BZrir'](trace,_0x21f4ad(0x167)+_0x26fbbb+'\x20is\x20triggered\x20for\x20test\x20'+_0x15bef0),await this['sendHookRunEvent'](_0x41027b,_0x1c5fa4,_0x4a1360[_0x21f4ad(0x125)],_0x881edb);}async[a41_0x230cf4(0x1a0)](_0x5efc11,_0x3451a7,_0x1fa79b){const _0x30cbcb=a41_0x230cf4,_0x336b2f={'yUedn':function(_0x5d94af,_0x2ac23b){return _0x5d94af+_0x2ac23b;},'ZqorY':function(_0x22c280,_0x2ca09f){return _0x22c280(_0x2ca09f);},'ZCNXw':_0x30cbcb(0x1c6)};if(!this['needToReportStep'](_0x1fa79b,_0x5efc11))return;const _0x13be37=this[_0x30cbcb(0x1f7)](_0x5efc11,_0x1fa79b);this[_0x30cbcb(0x1e0)][_0x13be37]={...this[_0x30cbcb(0x1e0)][_0x13be37]||{},'finishedAt':new Date(_0x336b2f['yUedn'](_0x1fa79b[_0x30cbcb(0x1d0)][_0x30cbcb(0x195)](),_0x1fa79b[_0x30cbcb(0x18a)]))},_0x336b2f[_0x30cbcb(0x1de)](trace,_0x30cbcb(0x1fa)+_0x13be37+_0x30cbcb(0x144)),await this['sendHookRunEvent'](_0x5efc11,_0x1fa79b,_0x336b2f[_0x30cbcb(0x1b9)],_0x3451a7);}async['onTestEnd'](_0x562b2c,_0x1a920b){const _0x544fa4=a41_0x230cf4,_0x5b13b1={'qaKOQ':function(_0x5f4a2f,_0x127626){return _0x5f4a2f===_0x127626;},'UEzLz':_0x544fa4(0x18f),'Hqfqy':_0x544fa4(0x19c),'QZYSy':_0x544fa4(0x141),'XNneL':function(_0x15c859,_0x2209e5){return _0x15c859(_0x2209e5);},'beOBA':_0x544fa4(0x12b),'vOaZH':function(_0x565b9e,_0x401b98){return _0x565b9e>_0x401b98;}},_0x4fb599=this[_0x544fa4(0x15e)](_0x562b2c),_0x47adb4=TestDetails[_0x544fa4(0x1d6)](this[_0x544fa4(0x14f)](_0x562b2c,_0x1a920b[_0x544fa4(0x127)]));this[_0x544fa4(0x1e0)][_0x4fb599]={...this['_tests'][_0x4fb599]||{},'finishedAt':new Date()[_0x544fa4(0x139)]()},_0x5b13b1[_0x544fa4(0x1d4)](trace,'Test\x20Finished\x20with\x20unique\x20id\x20'+_0x4fb599),await this[_0x544fa4(0x194)](_0x562b2c,_0x5b13b1[_0x544fa4(0x165)],_0x1a920b);const _0x5bf96a=[];_0x1a920b[_0x544fa4(0x1f1)]&&_0x1a920b['attachments'][_0x544fa4(0x13a)](_0x5cf30d=>{const _0x1ea1c3=_0x544fa4;if(_0x5b13b1['qaKOQ'](_0x5cf30d['name'],_0x5b13b1[_0x1ea1c3(0x147)])){if(!fs['existsSync'](_0x5cf30d[_0x1ea1c3(0x161)]))return;_0x5bf96a[_0x1ea1c3(0x154)]({'test_run_uuid':_0x47adb4,'timestamp':fs['statSync'](_0x5cf30d[_0x1ea1c3(0x161)])[_0x1ea1c3(0x193)],'kind':_0x5b13b1['Hqfqy'],'message':fs['readFileSync'](_0x5cf30d[_0x1ea1c3(0x161)],{'encoding':_0x5b13b1[_0x1ea1c3(0x1bb)]})});}}),_0x5b13b1[_0x544fa4(0x1a3)](_0x5bf96a['length'],0x0)&&await MyReporter['reportLogs'](_0x5bf96a);}async[a41_0x230cf4(0x15d)](){const _0x1b7ad2=a41_0x230cf4;await RequestQueueHandler[_0x1b7ad2(0x169)]()[_0x1b7ad2(0x13e)](),TestDetails[_0x1b7ad2(0x13e)]();}async[a41_0x230cf4(0x146)](_0xe46ab1){const _0x1de08a=a41_0x230cf4,_0xd6fb69={'BNsLo':function(_0x4e9cc8){return _0x4e9cc8();},'jhSIe':function(_0x18272c){return _0x18272c();},'NsHYB':function(_0x20f406,_0x44c782){return _0x20f406(_0x44c782);}};await this[_0x1de08a(0x15d)](),_0xd6fb69['BNsLo'](printBuildLink);try{process[_0x1de08a(0x1d7)][_0x1de08a(0x1d1)]&&await _0xd6fb69[_0x1de08a(0x178)](calculatePerformance);}catch(_0x5c7347){_0xd6fb69[_0x1de08a(0x1d8)](debug,_0x1de08a(0x201)+_0x5c7347[_0x1de08a(0x163)]());}}static async[a41_0x230cf4(0x13c)](_0x428279,_0x404993){_0x404993['test_run_uuid']=TestDetails['getTestUUID'](_0x428279),await this['reportLogs']([_0x404993]);}static async[a41_0x230cf4(0x170)](_0x46692d){const _0x51c6c9=a41_0x230cf4,_0x100829={};_0x100829[_0x51c6c9(0x14e)]='LogCreated';const _0x37231a=_0x100829,_0x166f82={};_0x166f82[_0x51c6c9(0x197)]=_0x37231a['NBcDD'],_0x166f82[_0x51c6c9(0x1aa)]=_0x46692d,await SessionHandler[_0x51c6c9(0x200)](_0x166f82);}async[a41_0x230cf4(0x1c7)](_0x124622,_0x3268fb,_0x42926a,_0x4560d2){const _0x25c024=a41_0x230cf4,_0x3665f7={'UMYIY':'hook','nBkqu':_0x25c024(0x12f),'lzpyj':_0x25c024(0x182),'MMtXn':function(_0x3b47eb,_0x3f1b62){return _0x3b47eb>=_0x3f1b62;},'CecHU':function(_0x4c8e2f,_0x4ecc36){return _0x4c8e2f===_0x4ecc36;},'wuCsz':_0x25c024(0x1c6),'aSbwo':function(_0x38f6a2,_0x1ac09c){return _0x38f6a2>_0x1ac09c;},'kjQQW':'failed','NAzHr':function(_0xef898f,_0x55d5f2){return _0xef898f(_0x55d5f2);},'jpEmp':function(_0x51999b,_0x45a3c1,_0x494f62){return _0x51999b(_0x45a3c1,_0x494f62);},'rmPJW':_0x25c024(0x190),'OqiXh':function(_0x14c1ef,_0x4b1550){return _0x14c1ef===_0x4b1550;},'bzAdT':_0x25c024(0x16e)},_0xa15ccb=this[_0x25c024(0x1f7)](_0x124622,_0x3268fb),_0x5dbb15=this[_0x25c024(0x1e0)][_0xa15ccb],_0x4dcebc={'uuid':_0x5dbb15[_0x25c024(0x177)],'type':_0x3665f7[_0x25c024(0x166)],'hook_type':this[_0x25c024(0x173)](_0x3268fb[_0x25c024(0x1a2)]),'name':_0x3268fb[_0x25c024(0x1a2)],'scope':this['getScope'](_0x3268fb),'scopes':this[_0x25c024(0x19f)](_0x124622),'body':{'lang':_0x3665f7[_0x25c024(0x1f0)],'code':null},'identifier':_0xa15ccb,'file_name':path[_0x25c024(0x1cc)](process['cwd'](),_0x124622['location'][_0x25c024(0x155)]),'location':path['relative'](process[_0x25c024(0x1e2)](),_0x124622[_0x25c024(0x1f4)]['file']),'result':_0x3665f7[_0x25c024(0x12a)],'duration_in_ms':_0x3665f7[_0x25c024(0x1b6)](_0x3268fb[_0x25c024(0x18a)],0x0)?_0x3268fb['duration']:undefined,'vc_filepath':this[_0x25c024(0x126)]&&_0x124622[_0x25c024(0x1f4)]['file']?path[_0x25c024(0x1cc)](this['_gitConfigPath'],_0x124622['location'][_0x25c024(0x155)]):undefined,'started_at':_0x5dbb15['startedAt'],'finished_at':_0x5dbb15[_0x25c024(0x1c5)],'framework':FRAMEWORKS[_0x25c024(0x16d)]};if(_0x3665f7[_0x25c024(0x15f)](_0x42926a,_0x3665f7[_0x25c024(0x1bd)])){const {steps:_0x2ba4cc,logs:_0x2c53cd}=this[_0x25c024(0x187)](_0x3268fb[_0x25c024(0x17c)],_0x5dbb15[_0x25c024(0x177)],_0x3665f7[_0x25c024(0x166)]);_0x2c53cd&&_0x3665f7['aSbwo'](_0x2c53cd[_0x25c024(0x134)],0x0)&&await MyReporter[_0x25c024(0x170)](_0x2c53cd);const _0x3cd68e={};_0x3cd68e[_0x25c024(0x17c)]=_0x2ba4cc,_0x4dcebc[_0x25c024(0x185)]=_0x3cd68e;if(_0x3268fb[_0x25c024(0x1dc)]){_0x4dcebc[_0x25c024(0x136)]=_0x3665f7[_0x25c024(0x1f9)],_0x4dcebc[_0x25c024(0x1b8)]=_0x3665f7['NAzHr'](removeAnsiColors,_0x3268fb[_0x25c024(0x1dc)][_0x25c024(0x1d3)]),_0x4dcebc['failure_type']=_0x3665f7[_0x25c024(0x1ab)](getFailureType,_0x3268fb[_0x25c024(0x1dc)]['message']);const _0x5a884b=_0x3665f7[_0x25c024(0x1d2)](failureData,_0x3268fb[_0x25c024(0x1dc)],_0x3665f7['rmPJW']);if(_0x5a884b&&_0x3665f7[_0x25c024(0x17d)](_0x5a884b[_0x25c024(0x134)],0x0)){const _0x12ccab={};_0x12ccab[_0x25c024(0x1fe)]=[_0x4dcebc[_0x25c024(0x1b8)]],_0x12ccab[_0x25c024(0x17a)]=[],_0x5a884b['push'](_0x12ccab);}_0x4dcebc[_0x25c024(0x16b)]=_0x5a884b;}else _0x4dcebc['result']=_0x3665f7[_0x25c024(0x1b2)];}const _0x389352={};_0x389352[_0x25c024(0x197)]=_0x42926a,_0x389352[_0x25c024(0x12e)]=_0x4dcebc;const _0x474e86=_0x389352;await SessionHandler[_0x25c024(0x200)](_0x474e86);}[a41_0x230cf4(0x187)](_0x372a65,_0x1754cd,_0x11c5cf){const _0x5aeba4=a41_0x230cf4,_0x22bd74={'iTjBV':function(_0x319afc,_0x167414){return _0x319afc===_0x167414;},'BjIxa':_0x5aeba4(0x1c3),'Fsfvm':function(_0x2c1dc7,_0x1c6596){return _0x2c1dc7===_0x1c6596;},'QicGj':_0x5aeba4(0x1ef),'evylB':function(_0x44d7f6,_0x5e51a1){return _0x44d7f6===_0x5e51a1;},'AEIri':'Before\x20Hooks','upgNZ':function(_0x2b341a,_0x564617){return _0x2b341a===_0x564617;},'mBcTb':'test','jeHFh':_0x5aeba4(0x192),'aVbTL':_0x5aeba4(0x1e9),'KIERf':_0x5aeba4(0x171),'GXZWc':_0x5aeba4(0x15b),'yMTSC':_0x5aeba4(0x16e),'LVOId':function(_0x2fc272,_0x401438){return _0x2fc272(_0x401438);},'IPULX':function(_0x10ffa7){return _0x10ffa7();},'yZrcn':function(_0x5dfc41,_0x2ab6ae){return _0x5dfc41(_0x2ab6ae);},'tWrOJ':function(_0x48db68,_0x2330a3,_0x3b5453){return _0x48db68(_0x2330a3,_0x3b5453);}},_0x247ac0=[],_0x253e0d=[],_0x2243d6=_0x372a65['filter'](_0x1e7c62=>{const _0x8c107c=_0x5aeba4;if(_0x22bd74[_0x8c107c(0x1f8)](_0x1e7c62[_0x8c107c(0x16f)],_0x22bd74['BjIxa'])&&(_0x22bd74['Fsfvm'](_0x1e7c62[_0x8c107c(0x1a2)],_0x22bd74[_0x8c107c(0x1ba)])||_0x22bd74[_0x8c107c(0x133)](_0x1e7c62[_0x8c107c(0x1a2)],_0x22bd74['AEIri'])))return![];return!![];}),_0x4479ef=(_0x3b2ff4,_0x12caa2=![])=>{const _0x2d41b1=_0x5aeba4;if(_0x22bd74[_0x2d41b1(0x1f8)](_0x3b2ff4[_0x2d41b1(0x17c)][_0x2d41b1(0x134)],0x0)){const _0x1eb6d6=_0x22bd74['upgNZ'](_0x11c5cf,_0x22bd74['mBcTb'])?_0x22bd74['jeHFh']:_0x22bd74[_0x2d41b1(0x168)];_0x253e0d['push']({'kind':_0x22bd74[_0x2d41b1(0x156)],[_0x1eb6d6]:_0x1754cd,'message':_0x3b2ff4[_0x2d41b1(0x1a2)],'timestamp':_0x3b2ff4[_0x2d41b1(0x1d0)][_0x2d41b1(0x139)](),'level':_0x3b2ff4[_0x2d41b1(0x1dc)]?_0x22bd74[_0x2d41b1(0x1a9)]:_0x22bd74[_0x2d41b1(0x16c)],'duration':_0x3b2ff4[_0x2d41b1(0x18a)],'failure':_0x3b2ff4[_0x2d41b1(0x1dc)]&&_0x3b2ff4[_0x2d41b1(0x1dc)][_0x2d41b1(0x1d3)]&&_0x22bd74['LVOId'](removeAnsiColors,_0x3b2ff4[_0x2d41b1(0x1dc)][_0x2d41b1(0x1d3)]),'failure_type':_0x22bd74['LVOId'](getFailureType,_0x3b2ff4['error']&&_0x3b2ff4[_0x2d41b1(0x1dc)][_0x2d41b1(0x1d3)])});}else{!_0x12caa2&&_0x247ac0['push']({'id':_0x22bd74[_0x2d41b1(0x1c8)](uuidv4),'text':_0x3b2ff4[_0x2d41b1(0x1a2)],'keyword':undefined,'started_at':_0x3b2ff4[_0x2d41b1(0x1d0)][_0x2d41b1(0x139)](),'duration':_0x3b2ff4[_0x2d41b1(0x18a)],'result':_0x3b2ff4['error']?_0x22bd74[_0x2d41b1(0x1a9)]:_0x22bd74[_0x2d41b1(0x16c)],'failure':_0x3b2ff4[_0x2d41b1(0x1dc)]&&_0x3b2ff4['error'][_0x2d41b1(0x1d3)]&&_0x22bd74[_0x2d41b1(0x17e)](removeAnsiColors,_0x3b2ff4[_0x2d41b1(0x1dc)][_0x2d41b1(0x1d3)]),'failure_type':_0x22bd74[_0x2d41b1(0x15c)](getFailureType,_0x3b2ff4[_0x2d41b1(0x1dc)]&&_0x3b2ff4['error'][_0x2d41b1(0x1d3)])});for(const _0x217882 of _0x3b2ff4['steps']){_0x22bd74['tWrOJ'](_0x4479ef,_0x217882,!![]);}}};for(const _0x3ffd9a of _0x2243d6){_0x22bd74[_0x5aeba4(0x148)](_0x4479ef,_0x3ffd9a,![]);}const _0x118285={};return _0x118285[_0x5aeba4(0x17c)]=_0x247ac0,_0x118285[_0x5aeba4(0x1aa)]=_0x253e0d,_0x118285;}async[a41_0x230cf4(0x194)](_0x586dcf,_0x840e9b,_0x5defc9){const _0x73b8a9=a41_0x230cf4,_0x31598d={'cukqY':'test','DueDb':'javascript','Idsts':'pending','PHkuk':function(_0x148c1d,_0x529c6d){return _0x148c1d(_0x529c6d);},'TsfvN':function(_0x120067,_0x1e0de5,_0x36e47f,_0x3c8718,_0x30a790){return _0x120067(_0x1e0de5,_0x36e47f,_0x3c8718,_0x30a790);},'syzUh':function(_0x313606,_0x1637cb){return _0x313606>_0x1637cb;},'zzBKT':function(_0x297b42,_0x449391){return _0x297b42-_0x449391;},'lxyYm':function(_0x13eb6d,_0x42a8f6){return _0x13eb6d===_0x42a8f6;},'QNxaO':'TestRunFinished','ofNiz':_0x73b8a9(0x1da),'YiIgP':_0x73b8a9(0x16e),'IvjMM':function(_0x1d7ef4,_0x187a0c){return _0x1d7ef4===_0x187a0c;},'baEbt':_0x73b8a9(0x15b),'QAKWA':function(_0x183801,_0x533720){return _0x183801===_0x533720;},'rtlvT':'timedOut','QwAvz':function(_0x2f68ee,_0x2d0975){return _0x2f68ee===_0x2d0975;},'Zipmf':_0x73b8a9(0x164),'AdzLx':function(_0x5d0ece,_0x3ae8a6){return _0x5d0ece(_0x3ae8a6);},'BwRDU':function(_0x5b434c,_0x3c31a4,_0x2fa072){return _0x5b434c(_0x3c31a4,_0x2fa072);}},_0x91c3f6=this[_0x73b8a9(0x15e)](_0x586dcf),_0x2a821f=this[_0x73b8a9(0x1b4)](_0x586dcf),_0x569268=this[_0x73b8a9(0x1e0)][_0x91c3f6],_0x2d0be6=path[_0x73b8a9(0x1cc)](process[_0x73b8a9(0x1e2)](),_0x586dcf[_0x73b8a9(0x1f4)][_0x73b8a9(0x155)]);await this['configureGit']();const _0xf8ffc5={'uuid':_0x569268[_0x73b8a9(0x177)],'type':_0x31598d[_0x73b8a9(0x1a5)],'name':_0x586dcf['title'],'body':{'lang':_0x31598d[_0x73b8a9(0x131)],'code':_0x586dcf['fn'][_0x73b8a9(0x163)]()},'scope':_0x2a821f,'scopes':this[_0x73b8a9(0x19f)](_0x586dcf),'identifier':_0x91c3f6,'file_name':_0x2d0be6,'location':_0x2d0be6,'result':_0x31598d['Idsts'],'duration_in_ms':_0x5defc9&&_0x5defc9[_0x73b8a9(0x18a)]?_0x5defc9[_0x73b8a9(0x18a)]:null,'vc_filepath':this[_0x73b8a9(0x126)]&&_0x586dcf['location'][_0x73b8a9(0x155)]?path['relative'](this['_gitConfigPath'],_0x586dcf[_0x73b8a9(0x1f4)][_0x73b8a9(0x155)]):undefined,'started_at':_0x569268['startedAt'],'finished_at':_0x569268['finishedAt'],'framework':FRAMEWORKS[_0x73b8a9(0x16d)],'customRerunParam':{'rerun_name':this[_0x73b8a9(0x189)](_0x586dcf)},'tags':_0x31598d[_0x73b8a9(0x1db)](getTestTags,_0x586dcf)};_0x31598d[_0x73b8a9(0x1e4)](appendTesthubParams,_0xf8ffc5,_0x840e9b,_0x586dcf,FRAMEWORKS[_0x73b8a9(0x16d)]);_0x5defc9&&_0x31598d[_0x73b8a9(0x13d)](_0x5defc9[_0x73b8a9(0x127)],0x0)&&(_0xf8ffc5[_0x73b8a9(0x16a)]=TestDetails[_0x73b8a9(0x1d6)](this['getTestRunIdentifier'](_0x586dcf,_0x31598d[_0x73b8a9(0x128)](_0x5defc9['retry'],0x1))));if(_0x31598d[_0x73b8a9(0x14c)](_0x840e9b,_0x31598d['QNxaO'])){_0xf8ffc5[_0x73b8a9(0x136)]=_0x5defc9[_0x73b8a9(0x1c1)];if(_0x31598d['lxyYm'](_0x5defc9[_0x73b8a9(0x1c1)],_0x586dcf[_0x73b8a9(0x1fd)]))_0xf8ffc5[_0x73b8a9(0x136)]=_0x31598d[_0x73b8a9(0x14c)](_0x5defc9[_0x73b8a9(0x1c1)],_0x31598d[_0x73b8a9(0x12d)])?_0x31598d[_0x73b8a9(0x12d)]:_0x31598d[_0x73b8a9(0x176)];else{(_0x31598d[_0x73b8a9(0x14c)](_0xf8ffc5['result'],_0x31598d[_0x73b8a9(0x176)])||_0x31598d[_0x73b8a9(0x143)](_0xf8ffc5[_0x73b8a9(0x136)],_0x31598d[_0x73b8a9(0x153)])||_0x31598d[_0x73b8a9(0x138)](_0xf8ffc5[_0x73b8a9(0x136)],_0x31598d['rtlvT']))&&(_0xf8ffc5[_0x73b8a9(0x136)]=_0x31598d[_0x73b8a9(0x153)]);if(_0x31598d[_0x73b8a9(0x1ca)](_0x5defc9['status'],_0x31598d[_0x73b8a9(0x176)])&&_0x31598d[_0x73b8a9(0x138)](_0x586dcf['expectedStatus'],_0x31598d[_0x73b8a9(0x153)])){const _0x34357c={};_0x34357c[_0x73b8a9(0x1d3)]=_0x31598d['Zipmf'],_0x34357c[_0x73b8a9(0x13b)]=_0x31598d[_0x73b8a9(0x1c2)],_0x5defc9[_0x73b8a9(0x1dc)]=_0x34357c,_0x5defc9['errors']=[_0x5defc9[_0x73b8a9(0x1dc)]];}}const _0x156017=this[_0x73b8a9(0x14f)](_0x586dcf,_0x5defc9[_0x73b8a9(0x127)]);_0xf8ffc5['hooks']=this['_testHooksMap'][_0x156017];const {steps:_0x25a821,logs:_0x59ffd2}=this[_0x73b8a9(0x187)](_0x5defc9[_0x73b8a9(0x17c)],_0x569268[_0x73b8a9(0x177)],_0x31598d[_0x73b8a9(0x1a5)]);await MyReporter[_0x73b8a9(0x170)](_0x59ffd2);const _0x5624e2={};_0x5624e2[_0x73b8a9(0x17c)]=_0x25a821,_0xf8ffc5[_0x73b8a9(0x185)]=_0x5624e2;if(_0x5defc9[_0x73b8a9(0x1dc)]){_0xf8ffc5['failure_reason']=_0x31598d['AdzLx'](removeAnsiColors,_0x5defc9[_0x73b8a9(0x1dc)][_0x73b8a9(0x1d3)]),_0xf8ffc5['failure_type']=_0x31598d[_0x73b8a9(0x1db)](getFailureType,_0x5defc9[_0x73b8a9(0x1dc)][_0x73b8a9(0x1d3)]);const _0x39ba49={};_0x39ba49[_0x73b8a9(0x192)]=_0x569268[_0x73b8a9(0x177)];const {failureData:_0x1c6ef2,logs:_0x1c7cd8}=_0x31598d[_0x73b8a9(0x1b0)](getFailureData,_0x5defc9[_0x73b8a9(0x13f)],_0x39ba49);if(_0x1c6ef2&&_0x31598d[_0x73b8a9(0x143)](_0x1c6ef2['length'],0x0)){const _0x457363={};_0x457363[_0x73b8a9(0x1fe)]=[_0xf8ffc5['failure_reason']],_0x457363[_0x73b8a9(0x17a)]=[],_0x1c6ef2[_0x73b8a9(0x154)](_0x457363);}_0xf8ffc5[_0x73b8a9(0x16b)]=_0x1c6ef2,_0x1c7cd8&&_0x31598d['syzUh'](_0x1c7cd8['length'],0x0)&&await MyReporter[_0x73b8a9(0x170)](_0x1c7cd8);}}const _0x2191a8={};_0x2191a8[_0x73b8a9(0x197)]=_0x840e9b,_0x2191a8[_0x73b8a9(0x157)]=_0xf8ffc5;const _0x233cf6=_0x2191a8;await SessionHandler[_0x73b8a9(0x200)](_0x233cf6);}['getCustomRerunParam'](_0xc1f678){const _0x5e5f2b=a41_0x230cf4,_0x102907={};_0x102907['TABEH']=function(_0x1090da,_0x1f8253){return _0x1090da+_0x1f8253;},_0x102907[_0x5e5f2b(0x1e5)]=function(_0x5b9128,_0x3ac4cd){return _0x5b9128+_0x3ac4cd;};const _0x3bc7cb=_0x102907;let _0x35afba=_0xc1f678[_0x5e5f2b(0x1af)]()['join']('\x20');return _0xc1f678[_0x5e5f2b(0x12c)]&&(_0x35afba=_0x3bc7cb[_0x5e5f2b(0x1eb)](_0x3bc7cb[_0x5e5f2b(0x1e5)](_0x35afba,'\x20'),_0xc1f678[_0x5e5f2b(0x12c)][_0x5e5f2b(0x184)]('\x20'))),_0x35afba;}static async['sendSessionDetails'](_0x53a406,_0x3c0f4c){const _0x59f28f=a41_0x230cf4,_0x1a3064={'lYLSd':function(_0x19bf30,_0x4e9aae){return _0x19bf30(_0x4e9aae);},'NamsS':'CBTSessionCreated'},_0x637daf={'uuid':TestDetails[_0x59f28f(0x1d6)](_0x53a406),'integrations':_0x3c0f4c},_0xaebc25={};_0xaebc25[_0x59f28f(0x152)]=null,_0x1a3064[_0x59f28f(0x1cf)](debug,_0x59f28f(0x1a8)+_0x53a406+',\x20'+util['inspect'](_0x3c0f4c,_0xaebc25));const _0x3614bf={};_0x3614bf['event_type']=_0x1a3064[_0x59f28f(0x1be)],_0x3614bf[_0x59f28f(0x157)]=_0x637daf,await SessionHandler[_0x59f28f(0x200)](_0x3614bf);}async[a41_0x230cf4(0x14b)](){const _0x21cecf=a41_0x230cf4,_0x4898fb={'BTtzH':function(_0x45d200){return _0x45d200();}};if(this['_gitConfigured'])return;const _0x2f7cbd=await _0x4898fb['BTtzH'](getGitMetaData);_0x2f7cbd&&(this[_0x21cecf(0x126)]=_0x2f7cbd[_0x21cecf(0x175)]),this[_0x21cecf(0x19a)]=!![];}[a41_0x230cf4(0x19f)](_0x2cff32){const _0x2626ae=a41_0x230cf4,_0xce752a={};_0xce752a[_0x2626ae(0x1b3)]=function(_0x273f65,_0x153bfa){return _0x273f65!==_0x153bfa;};const _0x41570c=_0xce752a,_0x208fcd=[];if(_0x2cff32&&_0x2cff32[_0x2626ae(0x1e8)]){let _0x1b07ca=_0x2cff32['parent'];while(_0x1b07ca&&_0x41570c[_0x2626ae(0x1b3)](_0x1b07ca['title'],'')){_0x208fcd[_0x2626ae(0x154)](_0x1b07ca['title']),_0x1b07ca=_0x1b07ca[_0x2626ae(0x1e8)];}}return _0x208fcd[_0x2626ae(0x179)]()['splice'](0x0,0x2),_0x208fcd;}[a41_0x230cf4(0x1ce)](_0x1dae39){const _0x36824c=a41_0x230cf4,_0x196551={};_0x196551['jFtPC']=function(_0x53c22c,_0x186ded){return _0x53c22c!==_0x186ded;},_0x196551[_0x36824c(0x19d)]=_0x36824c(0x1c3),_0x196551[_0x36824c(0x142)]=function(_0x4c9b5e,_0x415718){return _0x4c9b5e===_0x415718;},_0x196551[_0x36824c(0x188)]=_0x36824c(0x135),_0x196551['ootNu']=_0x36824c(0x1d9),_0x196551['kICPr']='afterAll\x20hook',_0x196551['esPVW']=_0x36824c(0x174);const _0x1dd023=_0x196551;if(_0x1dd023['jFtPC'](_0x1dae39[_0x36824c(0x16f)],_0x1dd023['GYEaU']))return![];if(_0x1dd023['mSgXy']([_0x1dd023[_0x36824c(0x188)],_0x1dd023[_0x36824c(0x140)],_0x1dd023[_0x36824c(0x1b5)],_0x1dd023[_0x36824c(0x137)]][_0x36824c(0x17b)](_0x1dae39[_0x36824c(0x1a2)]),-0x1))return![];return!![];}[a41_0x230cf4(0x1f7)](_0x18dd01,_0x57a850){const _0x1c063b=a41_0x230cf4,_0x16f3f6=_0x57a850[_0x1c063b(0x172)];if(_0x16f3f6)return _0x16f3f6;return _0x57a850[_0x1c063b(0x1a2)]+'\x20for\x20'+this[_0x1c063b(0x15e)](_0x18dd01);}['setStepIdentifier'](_0x5ed0cc,_0x2e7f85){const _0x3d421c=a41_0x230cf4,_0x56a508={'mdHhK':function(_0x49edaa){return _0x49edaa();}};let _0x24c225=_0x2e7f85['title']+'\x20for\x20'+this[_0x3d421c(0x15e)](_0x5ed0cc);return this['_tests'][_0x24c225]&&(_0x24c225=_0x24c225+_0x3d421c(0x1ff)+_0x56a508[_0x3d421c(0x1c9)](uuidv4)),_0x2e7f85[_0x3d421c(0x172)]=_0x24c225,_0x24c225;}['getTestIdentifier']=_0x59487f=>{const _0x4b0d54=a41_0x230cf4,_0x4476ba={};_0x4476ba[_0x4b0d54(0x1ee)]=function(_0x282ee3,_0x2a9bc0){return _0x282ee3+_0x2a9bc0;};const _0x26b2b6=_0x4476ba;return _0x26b2b6[_0x4b0d54(0x1ee)](_0x26b2b6[_0x4b0d54(0x1ee)](_0x59487f[_0x4b0d54(0x1b7)],'-'),_0x59487f['id']);};[a41_0x230cf4(0x14f)]=(_0x156118,_0x5660be)=>{const _0x55a101=a41_0x230cf4,_0x4ecbd2={};_0x4ecbd2['nzyxm']=function(_0xa1ea42,_0x47ab6f){return _0xa1ea42+_0x47ab6f;},_0x4ecbd2[_0x55a101(0x17f)]=function(_0x2cda15,_0x5248e5){return _0x2cda15+_0x5248e5;};const _0x354cb5=_0x4ecbd2;return _0x354cb5[_0x55a101(0x14d)](_0x354cb5[_0x55a101(0x17f)](this[_0x55a101(0x15e)](_0x156118),'-'),_0x5660be);};[a41_0x230cf4(0x173)]=_0x597a95=>{const _0x35caa7=a41_0x230cf4,_0x5103ca={};_0x5103ca[_0x35caa7(0x1c4)]='beforeEach\x20hook',_0x5103ca[_0x35caa7(0x1df)]=_0x35caa7(0x129),_0x5103ca[_0x35caa7(0x1cd)]=_0x35caa7(0x1d9),_0x5103ca['TZJjL']='BEFORE_ALL',_0x5103ca['kcjlE']=_0x35caa7(0x174),_0x5103ca['oifJT']='AFTER_EACH',_0x5103ca['rbjCL']=_0x35caa7(0x1c0),_0x5103ca['ixUta']=_0x35caa7(0x1a1),_0x5103ca[_0x35caa7(0x1a6)]='unknown';const _0x4f447a=_0x5103ca;if(_0x597a95[_0x35caa7(0x1e7)](_0x4f447a[_0x35caa7(0x1c4)]))return _0x4f447a[_0x35caa7(0x1df)];else{if(_0x597a95[_0x35caa7(0x1e7)](_0x4f447a[_0x35caa7(0x1cd)]))return _0x4f447a['TZJjL'];else{if(_0x597a95['startsWith'](_0x4f447a['kcjlE']))return _0x4f447a[_0x35caa7(0x1e6)];else{if(_0x597a95[_0x35caa7(0x1e7)](_0x4f447a[_0x35caa7(0x1ac)]))return _0x4f447a[_0x35caa7(0x1ec)];}}}return _0x4f447a[_0x35caa7(0x1a6)];};[a41_0x230cf4(0x1b4)]=_0x18e0cc=>{const _0x380b96=a41_0x230cf4,_0x53cb73={};_0x53cb73[_0x380b96(0x19b)]=function(_0x2925c1,_0x4cd7cb){return _0x2925c1===_0x4cd7cb;},_0x53cb73[_0x380b96(0x132)]='object';const _0x4ba4f2=_0x53cb73;let _0x5191bb=_0x18e0cc[_0x380b96(0x1e8)];return _0x4ba4f2[_0x380b96(0x19b)](typeof _0x18e0cc[_0x380b96(0x1e8)],_0x4ba4f2['IZIBr'])&&(_0x5191bb=_0x5191bb[_0x380b96(0x1a2)]),_0x5191bb+_0x380b96(0x1ff)+_0x18e0cc[_0x380b96(0x1a2)];};[a41_0x230cf4(0x191)](){return![];}}function a41_0x3a4e(_0x48e8e5,_0x5817d1){const _0x3bdfb8=a41_0x3bdf();return a41_0x3a4e=function(_0x3a4e6a,_0xe64d77){_0x3a4e6a=_0x3a4e6a-0x125;let _0x16b10c=_0x3bdfb8[_0x3a4e6a];return _0x16b10c;},a41_0x3a4e(_0x48e8e5,_0x5817d1);}module['exports']=o11yClassErrorHandler(MyReporter,[a41_0x230cf4(0x18c),a41_0x230cf4(0x15d),a41_0x230cf4(0x1f3),a41_0x230cf4(0x130),'onStepBegin',a41_0x230cf4(0x1a0),a41_0x230cf4(0x1bc)],a41_0x230cf4(0x18d));
@@ -1 +1 @@
1
- const a42_0x41d76d=a42_0x4f33;(function(_0x39722f,_0x506b47){const _0x29eb7c=a42_0x4f33,_0x5a53bf=_0x39722f();while(!![]){try{const _0x522f7c=parseInt(_0x29eb7c(0x148))/0x1*(parseInt(_0x29eb7c(0x141))/0x2)+parseInt(_0x29eb7c(0x158))/0x3+-parseInt(_0x29eb7c(0x15c))/0x4+parseInt(_0x29eb7c(0x131))/0x5*(-parseInt(_0x29eb7c(0x136))/0x6)+-parseInt(_0x29eb7c(0x13f))/0x7*(parseInt(_0x29eb7c(0x13a))/0x8)+parseInt(_0x29eb7c(0x152))/0x9*(-parseInt(_0x29eb7c(0x15a))/0xa)+parseInt(_0x29eb7c(0x13d))/0xb;if(_0x522f7c===_0x506b47)break;else _0x5a53bf['push'](_0x5a53bf['shift']());}catch(_0x407e9a){_0x5a53bf['push'](_0x5a53bf['shift']());}}}(a42_0x3173,0x9602d));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a42_0x41d76d(0x138)),{TEMP_STORE_DIR_NAME}=require(a42_0x41d76d(0x14a)),{nestedKeyValue}=require('../../../helpers/helper');function a42_0x3173(){const _0x1701e2=['getAccessibilityPlatformValidation','_projectId','writeFileSync','getProjectIdFromTestInfo','162tTZJxX','exports','xwMqd','FYIkA','YaBNQ','getStoreDirName','1261131TtBFim','recursive','367960PMeNFM','cwd','3796172FTweiQ','GoeBH','lioAk','AEtPE','getFilePath','string','getTestUUID','readFileSync','TnZKO','getTestDetails','35505yzyycq','XKNFj','stsUC','shutdown','retry','888UQJNiy','__projectId','uuid','setup','48lcQaYm','parse','getTestIdFromTestInfo','30429058XxqjXR','dirPath','149905WsAOyf','tests','437198cHeGam','sKilB','join','existsSync','BS_TESTOPS_BUILD_HASHED_ID','aQVbT','setTestDetails','1aXQzLg','rmSync','../../../helpers/test-observability/constants','stringify','.json','toString'];a42_0x3173=function(){return _0x1701e2;};return a42_0x3173();}function a42_0x4f33(_0x116d0d,_0x354070){const _0x317394=a42_0x3173();return a42_0x4f33=function(_0x4f3301,_0xe020bb){_0x4f3301=_0x4f3301-0x12b;let _0x3a3d1f=_0x317394[_0x4f3301];return _0x3a3d1f;},a42_0x4f33(_0x116d0d,_0x354070);}class TestDetails{static [a42_0x41d76d(0x140)]={};static [a42_0x41d76d(0x13e)]=path[a42_0x41d76d(0x143)](process[a42_0x41d76d(0x15b)](),TestDetails[a42_0x41d76d(0x157)]());static[a42_0x41d76d(0x139)](){const _0x59c58e=a42_0x41d76d;this['dirPath']=path['join'](process[_0x59c58e(0x15b)](),TestDetails[_0x59c58e(0x157)]()),this[_0x59c58e(0x134)]();const _0x193d29={};_0x193d29[_0x59c58e(0x159)]=!![],fs['mkdirSync'](this[_0x59c58e(0x13e)],_0x193d29);}static['getStoreDirName'](){const _0x45ea68=a42_0x41d76d,_0x2e47c9={};_0x2e47c9[_0x45ea68(0x132)]=function(_0x556f21,_0x238187){return _0x556f21+_0x238187;};const _0x4ed0cc=_0x2e47c9;return _0x4ed0cc[_0x45ea68(0x132)](_0x4ed0cc[_0x45ea68(0x132)](TEMP_STORE_DIR_NAME,'-'),process['env'][_0x45ea68(0x145)]);}static['getFilePath'](_0x4cd61a){const _0x4ef64a=a42_0x41d76d,_0x45d8cc={};_0x45d8cc['GoeBH']=function(_0x31d8f7,_0x1e173a){return _0x31d8f7+_0x1e173a;},_0x45d8cc[_0x4ef64a(0x12f)]=_0x4ef64a(0x14c);const _0x2350db=_0x45d8cc;return path[_0x4ef64a(0x143)](this[_0x4ef64a(0x13e)],_0x2350db[_0x4ef64a(0x15d)](_0x4cd61a,_0x2350db['TnZKO']));}static['getTestRunIdFromTestInfo'](_0x5630f1){const _0x4629d4=a42_0x41d76d,_0x63202c={};_0x63202c[_0x4629d4(0x142)]=function(_0x595c8e,_0x41c1de){return _0x595c8e+_0x41c1de;},_0x63202c[_0x4629d4(0x15e)]=function(_0x509280,_0x545b39){return _0x509280+_0x545b39;},_0x63202c['AxPpf']=function(_0x111be,_0x505ab8){return _0x111be+_0x505ab8;};const _0x1105d4=_0x63202c;return _0x1105d4['sKilB'](_0x1105d4[_0x4629d4(0x142)](_0x1105d4[_0x4629d4(0x15e)](_0x1105d4['AxPpf'](this[_0x4629d4(0x151)](_0x5630f1),'-'),this[_0x4629d4(0x13c)](_0x5630f1)),'-'),_0x5630f1[_0x4629d4(0x135)]);}static['getProjectIdFromTestInfo'](_0x2d4c4d){const _0x2f4c89=a42_0x41d76d,_0x37371e={'JVNQI':function(_0x5838fc,_0x55efcd,_0x3a72c6){return _0x5838fc(_0x55efcd,_0x3a72c6);},'aQVbT':'_test','YaBNQ':_0x2f4c89(0x14f),'FYIkA':'project','KsuTv':_0x2f4c89(0x137)};return _0x37371e['JVNQI'](nestedKeyValue,_0x2d4c4d,[_0x37371e[_0x2f4c89(0x146)],_0x37371e[_0x2f4c89(0x156)]])||_0x37371e['JVNQI'](nestedKeyValue,_0x2d4c4d,[_0x37371e[_0x2f4c89(0x155)],_0x37371e['KsuTv']]);}static[a42_0x41d76d(0x13c)](_0x531467){const _0x1cc9d0=a42_0x41d76d,_0x5bf37f={'xwMqd':function(_0x4da547,_0x50ceb8,_0xa0e03a){return _0x4da547(_0x50ceb8,_0xa0e03a);},'Kqzhn':'_test'};return _0x5bf37f[_0x1cc9d0(0x154)](nestedKeyValue,_0x531467,[_0x5bf37f['Kqzhn'],'id'])||_0x531467['testId'];}static[a42_0x41d76d(0x12d)](_0x166788){const _0x1579c7=a42_0x41d76d,_0x386c2a={'stsUC':function(_0x33fbc5,_0x21ed04){return _0x33fbc5===_0x21ed04;},'AEtPE':_0x1579c7(0x12c),'kvEgW':function(_0x1fd8ee){return _0x1fd8ee();}};if(this['tests'][_0x166788]&&_0x386c2a[_0x1579c7(0x133)](typeof this['tests'][_0x166788]['uuid'],_0x386c2a[_0x1579c7(0x15f)]))return this[_0x1579c7(0x140)][_0x166788][_0x1579c7(0x138)];const _0x3ebe7a=this['getFilePath'](_0x166788);if(fs[_0x1579c7(0x144)](_0x3ebe7a)){const _0x4ed66a=JSON[_0x1579c7(0x13b)](fs['readFileSync'](_0x3ebe7a)[_0x1579c7(0x14d)]());return this['tests'][_0x166788]=_0x4ed66a,this[_0x1579c7(0x140)][_0x166788]['uuid'];}return this[_0x1579c7(0x140)][_0x166788]={'uuid':_0x386c2a['kvEgW'](uuidv4)},fs[_0x1579c7(0x150)](_0x3ebe7a,JSON[_0x1579c7(0x14b)](this['tests'][_0x166788])),this[_0x1579c7(0x140)][_0x166788]['uuid'];}static[a42_0x41d76d(0x14e)](_0x143776){const _0x1ff18d=a42_0x41d76d,_0x4fd469=path[_0x1ff18d(0x143)](this[_0x1ff18d(0x13e)],_0x143776+'_platformDetails.json');if(fs[_0x1ff18d(0x144)](_0x4fd469))return fs[_0x1ff18d(0x12e)](_0x4fd469)['toString']();}static['setAccessibilityPlatformValidation'](_0x2282fc,_0x50a26c){const _0x3e7197=a42_0x41d76d,_0x1bef9d=path[_0x3e7197(0x143)](this[_0x3e7197(0x13e)],_0x50a26c+'_platformDetails.json');fs[_0x3e7197(0x150)](_0x1bef9d,_0x2282fc[_0x3e7197(0x14d)]());}static[a42_0x41d76d(0x134)](){const _0x4a9cd9=a42_0x41d76d,_0x41f09b={};_0x41f09b['recursive']=!![],_0x41f09b['force']=!![],fs[_0x4a9cd9(0x149)](this[_0x4a9cd9(0x13e)],_0x41f09b);}static[a42_0x41d76d(0x130)](_0x9d3221){const _0x1a6a31=a42_0x41d76d;if(this[_0x1a6a31(0x140)][_0x9d3221])return this[_0x1a6a31(0x140)][_0x9d3221];const _0x496fa4=this[_0x1a6a31(0x12b)](_0x9d3221);if(fs[_0x1a6a31(0x144)](_0x496fa4)){const _0x537487=JSON['parse'](fs['readFileSync'](_0x496fa4)['toString']());return this[_0x1a6a31(0x140)][_0x9d3221]=_0x537487,_0x537487;}return{};}static[a42_0x41d76d(0x147)](_0x47668c,_0x5ea99e){const _0x450def=a42_0x41d76d,_0x5a6eb1=this[_0x450def(0x12b)](_0x47668c);if(fs[_0x450def(0x144)](_0x5a6eb1)){const _0x2b8f81=JSON[_0x450def(0x13b)](fs[_0x450def(0x12e)](_0x5a6eb1)[_0x450def(0x14d)]()),_0x30d5a8={..._0x2b8f81,..._0x5ea99e};this[_0x450def(0x140)][_0x47668c]=_0x30d5a8;}else this[_0x450def(0x140)][_0x47668c]=_0x5ea99e;fs[_0x450def(0x150)](_0x5a6eb1,this[_0x450def(0x140)][_0x47668c]);}}module[a42_0x41d76d(0x153)]=TestDetails;
1
+ const a42_0x3c3c0f=a42_0x1af1;function a42_0x4060(){const _0x42d84e=['env','toString','getFilePath','../../../helpers/helper','WUyOf','recursive','exports','78UPFYrb','project','izeoW','cwd','187930ABGKmB','RzoiC','dirPath','yZXOh','existsSync','setTestDetails','setAccessibilityPlatformValidation','_platformDetails.json','mNrop','writeFileSync','12318090WmChNf','316345yIdxdK','tests','nIbFn','path','7686GAMTrW','QdtPE','getTestIdFromTestInfo','getStoreDirName','835364XDWuFf','zZqov','readFileSync','.json','oyslx','mkdirSync','BS_TESTOPS_BUILD_HASHED_ID','4187176raJRzP','string','getAccessibilityPlatformValidation','LMBkD','parse','join','getProjectIdFromTestInfo','_test','1773uqOsTk','stringify','getTestUUID','IwryL','RGFgC','setup','rmSync','vhmSm','35608xTKyEt','uuid','452wqlXbm','_projectId','MSeqO','iDvNW','shutdown'];a42_0x4060=function(){return _0x42d84e;};return a42_0x4060();}function a42_0x1af1(_0x2eae38,_0x3da68a){const _0x40602d=a42_0x4060();return a42_0x1af1=function(_0x1af12f,_0x3f32c4){_0x1af12f=_0x1af12f-0x71;let _0x541918=_0x40602d[_0x1af12f];return _0x541918;},a42_0x1af1(_0x2eae38,_0x3da68a);}(function(_0x2fb6ea,_0x18cc3c){const _0x253061=a42_0x1af1,_0x5574cb=_0x2fb6ea();while(!![]){try{const _0x2f7dc5=parseInt(_0x253061(0x8e))/0x1+-parseInt(_0x253061(0xa1))/0x2+parseInt(_0x253061(0x9d))/0x3*(-parseInt(_0x253061(0x7e))/0x4)+-parseInt(_0x253061(0x99))/0x5*(-parseInt(_0x253061(0x8a))/0x6)+parseInt(_0x253061(0xa8))/0x7+-parseInt(_0x253061(0x7c))/0x8*(-parseInt(_0x253061(0x74))/0x9)+-parseInt(_0x253061(0x98))/0xa;if(_0x2f7dc5===_0x18cc3c)break;else _0x5574cb['push'](_0x5574cb['shift']());}catch(_0x29032b){_0x5574cb['push'](_0x5574cb['shift']());}}}(a42_0x4060,0x8568d));const fs=require('fs'),path=require(a42_0x3c3c0f(0x9c)),{v4:uuidv4}=require(a42_0x3c3c0f(0x7d)),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants'),{nestedKeyValue}=require(a42_0x3c3c0f(0x86));class TestDetails{static [a42_0x3c3c0f(0x9a)]={};static ['dirPath']=path[a42_0x3c3c0f(0x71)](process[a42_0x3c3c0f(0x8d)](),TestDetails[a42_0x3c3c0f(0xa0)]());static[a42_0x3c3c0f(0x79)](){const _0x2d3b3d=a42_0x3c3c0f;this[_0x2d3b3d(0x90)]=path[_0x2d3b3d(0x71)](process[_0x2d3b3d(0x8d)](),TestDetails[_0x2d3b3d(0xa0)]()),this[_0x2d3b3d(0x82)]();const _0x2973c3={};_0x2973c3[_0x2d3b3d(0x88)]=!![],fs[_0x2d3b3d(0xa6)](this[_0x2d3b3d(0x90)],_0x2973c3);}static['getStoreDirName'](){const _0x4f4331=a42_0x3c3c0f,_0x19ed52={};_0x19ed52['MSeqO']=function(_0x383920,_0x4edade){return _0x383920+_0x4edade;};const _0x1489cb=_0x19ed52;return _0x1489cb[_0x4f4331(0x80)](_0x1489cb[_0x4f4331(0x80)](TEMP_STORE_DIR_NAME,'-'),process[_0x4f4331(0x83)][_0x4f4331(0xa7)]);}static[a42_0x3c3c0f(0x85)](_0x2705a5){const _0x825c17=a42_0x3c3c0f,_0xd32b01={};_0xd32b01['mNrop']=function(_0x807f02,_0x28d52b){return _0x807f02+_0x28d52b;},_0xd32b01[_0x825c17(0x81)]=_0x825c17(0xa4);const _0x4e310c=_0xd32b01;return path[_0x825c17(0x71)](this[_0x825c17(0x90)],_0x4e310c[_0x825c17(0x96)](_0x2705a5,_0x4e310c[_0x825c17(0x81)]));}static['getTestRunIdFromTestInfo'](_0x362e9e){const _0x551639=a42_0x3c3c0f,_0x3c8fbe={};_0x3c8fbe[_0x551639(0x87)]=function(_0x26e806,_0x184269){return _0x26e806+_0x184269;},_0x3c8fbe['oyslx']=function(_0x973e28,_0x309593){return _0x973e28+_0x309593;},_0x3c8fbe[_0x551639(0x7b)]=function(_0x218823,_0x5e5fc0){return _0x218823+_0x5e5fc0;};const _0x120362=_0x3c8fbe;return _0x120362['WUyOf'](_0x120362[_0x551639(0xa5)](_0x120362[_0x551639(0x87)](_0x120362[_0x551639(0x7b)](this[_0x551639(0x72)](_0x362e9e),'-'),this[_0x551639(0x9f)](_0x362e9e)),'-'),_0x362e9e['retry']);}static[a42_0x3c3c0f(0x72)](_0x2ea393){const _0x5eccec=a42_0x3c3c0f,_0x286cf5={'yZXOh':function(_0x29addd,_0x237379,_0x5159bd){return _0x29addd(_0x237379,_0x5159bd);},'zZqov':_0x5eccec(0x73),'izeoW':_0x5eccec(0x7f),'QdtPE':_0x5eccec(0x8b),'RGFgC':'__projectId'};return _0x286cf5[_0x5eccec(0x91)](nestedKeyValue,_0x2ea393,[_0x286cf5[_0x5eccec(0xa2)],_0x286cf5[_0x5eccec(0x8c)]])||_0x286cf5[_0x5eccec(0x91)](nestedKeyValue,_0x2ea393,[_0x286cf5[_0x5eccec(0x9e)],_0x286cf5[_0x5eccec(0x78)]]);}static[a42_0x3c3c0f(0x9f)](_0x1d61f1){const _0x237c83=a42_0x3c3c0f,_0x5d711d={'RzoiC':function(_0x2c71bb,_0x5debff,_0x38936f){return _0x2c71bb(_0x5debff,_0x38936f);},'LMBkD':'_test'};return _0x5d711d[_0x237c83(0x8f)](nestedKeyValue,_0x1d61f1,[_0x5d711d[_0x237c83(0xab)],'id'])||_0x1d61f1['testId'];}static[a42_0x3c3c0f(0x76)](_0x3bde4e){const _0x39a54a=a42_0x3c3c0f,_0x4c25ea={'IwryL':function(_0x5da2ce,_0xf17ecc){return _0x5da2ce===_0xf17ecc;},'nIbFn':_0x39a54a(0xa9),'PdLLA':function(_0x400d4b){return _0x400d4b();}};if(this[_0x39a54a(0x9a)][_0x3bde4e]&&_0x4c25ea[_0x39a54a(0x77)](typeof this['tests'][_0x3bde4e][_0x39a54a(0x7d)],_0x4c25ea[_0x39a54a(0x9b)]))return this[_0x39a54a(0x9a)][_0x3bde4e]['uuid'];const _0x5ebdfd=this[_0x39a54a(0x85)](_0x3bde4e);if(fs['existsSync'](_0x5ebdfd)){const _0x1ad61f=JSON[_0x39a54a(0xac)](fs[_0x39a54a(0xa3)](_0x5ebdfd)[_0x39a54a(0x84)]());return this[_0x39a54a(0x9a)][_0x3bde4e]=_0x1ad61f,this[_0x39a54a(0x9a)][_0x3bde4e]['uuid'];}return this['tests'][_0x3bde4e]={'uuid':_0x4c25ea['PdLLA'](uuidv4)},fs[_0x39a54a(0x97)](_0x5ebdfd,JSON[_0x39a54a(0x75)](this['tests'][_0x3bde4e])),this[_0x39a54a(0x9a)][_0x3bde4e][_0x39a54a(0x7d)];}static[a42_0x3c3c0f(0xaa)](_0x43f083){const _0x4fa12b=a42_0x3c3c0f,_0x3cbdfe=path[_0x4fa12b(0x71)](this[_0x4fa12b(0x90)],_0x43f083+'_platformDetails.json');if(fs[_0x4fa12b(0x92)](_0x3cbdfe))return fs[_0x4fa12b(0xa3)](_0x3cbdfe)['toString']();}static[a42_0x3c3c0f(0x94)](_0x335a7a,_0x2c2d7f){const _0x37f88c=a42_0x3c3c0f,_0x3b1a09=path['join'](this[_0x37f88c(0x90)],_0x2c2d7f+_0x37f88c(0x95));fs['writeFileSync'](_0x3b1a09,_0x335a7a['toString']());}static[a42_0x3c3c0f(0x82)](){const _0x47e6c4=a42_0x3c3c0f,_0x2a6086={};_0x2a6086[_0x47e6c4(0x88)]=!![],_0x2a6086['force']=!![],fs[_0x47e6c4(0x7a)](this[_0x47e6c4(0x90)],_0x2a6086);}static['getTestDetails'](_0x5a18b7){const _0x22fbe2=a42_0x3c3c0f;if(this['tests'][_0x5a18b7])return this['tests'][_0x5a18b7];const _0x12ed55=this[_0x22fbe2(0x85)](_0x5a18b7);if(fs[_0x22fbe2(0x92)](_0x12ed55)){const _0x38c2aa=JSON[_0x22fbe2(0xac)](fs[_0x22fbe2(0xa3)](_0x12ed55)[_0x22fbe2(0x84)]());return this[_0x22fbe2(0x9a)][_0x5a18b7]=_0x38c2aa,_0x38c2aa;}return{};}static[a42_0x3c3c0f(0x93)](_0xa4934a,_0x11e958){const _0x582af8=a42_0x3c3c0f,_0x9d84a2=this['getFilePath'](_0xa4934a);if(fs[_0x582af8(0x92)](_0x9d84a2)){const _0x1ff67e=JSON[_0x582af8(0xac)](fs[_0x582af8(0xa3)](_0x9d84a2)[_0x582af8(0x84)]()),_0x49228a={..._0x1ff67e,..._0x11e958};this[_0x582af8(0x9a)][_0xa4934a]=_0x49228a;}else this[_0x582af8(0x9a)][_0xa4934a]=_0x11e958;fs[_0x582af8(0x97)](_0x9d84a2,this[_0x582af8(0x9a)][_0xa4934a]);}}module[a42_0x3c3c0f(0x89)]=TestDetails;
@@ -1 +1 @@
1
- const a43_0xd1389e=a43_0x2e5d;(function(_0x5a2a49,_0x2eb8ca){const _0xe1c55f=a43_0x2e5d,_0x340ccc=_0x5a2a49();while(!![]){try{const _0xa20f57=parseInt(_0xe1c55f(0x13e))/0x1+parseInt(_0xe1c55f(0x158))/0x2+-parseInt(_0xe1c55f(0x17c))/0x3*(parseInt(_0xe1c55f(0x13f))/0x4)+-parseInt(_0xe1c55f(0xf7))/0x5+parseInt(_0xe1c55f(0x15d))/0x6+-parseInt(_0xe1c55f(0x100))/0x7*(parseInt(_0xe1c55f(0x15b))/0x8)+parseInt(_0xe1c55f(0xf0))/0x9*(parseInt(_0xe1c55f(0x198))/0xa);if(_0xa20f57===_0x2eb8ca)break;else _0x340ccc['push'](_0x340ccc['shift']());}catch(_0x113847){_0x340ccc['push'](_0x340ccc['shift']());}}}(a43_0x25f3,0xdd691));function a43_0x2e5d(_0x34837b,_0x3e43b8){const _0x25f31b=a43_0x25f3();return a43_0x2e5d=function(_0x2e5d0f,_0x83f199){_0x2e5d0f=_0x2e5d0f-0xef;let _0x50e3f7=_0x25f31b[_0x2e5d0f];return _0x50e3f7;},a43_0x2e5d(_0x34837b,_0x3e43b8);}const path=require(a43_0xd1389e(0x17e)),url=require('url'),util=require(a43_0xd1389e(0x11e)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require('../../helpers/helper'),{o11yErrorHandler}=require(a43_0xd1389e(0xfc)),{debug,getPlatformDetails}=require(a43_0xd1389e(0x18f)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a43_0xd1389e(0x160)),logger=require(a43_0xd1389e(0x155))['winstonLogger'],scripts=require(a43_0xd1389e(0x133)),{browserStackExecuteDriver}=require(a43_0xd1389e(0x115)),AccessibilityHelper=require(a43_0xd1389e(0x162)),constants=require(a43_0xd1389e(0x170)),getBrowserNameFromChannel=_0x56624f=>{const _0x297cec=a43_0xd1389e,_0x25c7d5={};_0x25c7d5['xqGOt']=_0x297cec(0xf4),_0x25c7d5[_0x297cec(0x171)]=_0x297cec(0x124),_0x25c7d5[_0x297cec(0x186)]=_0x297cec(0x168),_0x25c7d5[_0x297cec(0x183)]=_0x297cec(0x17a);const _0x3876fa=_0x25c7d5;if(_0x56624f[_0x297cec(0x143)](_0x3876fa['xqGOt']))return _0x3876fa[_0x297cec(0x11b)];if(_0x56624f[_0x297cec(0x143)](_0x3876fa[_0x297cec(0x171)]))return _0x3876fa['ckgSh'];if(_0x56624f['includes'](_0x3876fa[_0x297cec(0x186)]))return _0x3876fa['lYAZz'];if(_0x56624f['includes'](_0x3876fa['miBgH']))return _0x3876fa[_0x297cec(0x183)];},getBrowserFromWSEndpoint=_0x37a614=>{const _0x3ae30d=a43_0xd1389e,_0x233c41={'TcCNW':'chrome','vqtOx':function(_0xd0fee8,_0x653134){return _0xd0fee8(_0x653134);}};try{const _0x1019fb=url[_0x3ae30d(0x126)](_0x37a614),_0x2ede72=new URLSearchParams(_0x1019fb[_0x3ae30d(0x118)]),_0x48cbb3=Object[_0x3ae30d(0xfe)](_0x2ede72[_0x3ae30d(0x151)]()),_0x18e15b=JSON[_0x3ae30d(0x126)](_0x48cbb3[_0x3ae30d(0x11a)]);if(_0x18e15b&&(_0x18e15b[_0x3ae30d(0x102)]||_0x18e15b[_0x3ae30d(0x114)]))return _0x18e15b[_0x3ae30d(0x102)]||_0x18e15b[_0x3ae30d(0x114)];return _0x233c41[_0x3ae30d(0x10b)];}catch(_0x4f9920){_0x233c41[_0x3ae30d(0x13b)](debug,_0x3ae30d(0xfb)+_0x4f9920[_0x3ae30d(0xf2)]());}},getCloudProviderFromWsEndpoint=_0x136269=>{const _0x1b8d4a=a43_0xd1389e,_0x8e4992={};_0x8e4992[_0x1b8d4a(0x19e)]=_0x1b8d4a(0x103),_0x8e4992[_0x1b8d4a(0x197)]=_0x1b8d4a(0x172),_0x8e4992[_0x1b8d4a(0x117)]=_0x1b8d4a(0x18c),_0x8e4992[_0x1b8d4a(0x129)]=_0x1b8d4a(0x104);const _0x2fa845=_0x8e4992;if(_0x136269[_0x1b8d4a(0x143)](_0x2fa845[_0x1b8d4a(0x19e)])||_0x136269[_0x1b8d4a(0x143)](_0x2fa845[_0x1b8d4a(0x197)]))return _0x2fa845[_0x1b8d4a(0x117)];return _0x2fa845['ZwAEM'];},a43_0x20c8c3={};function a43_0x25f3(){const _0x108448=['VJarA','UUgWM','browserstack','debug','patch','../../helpers/test-observability/utils','pSgvf','HWSfy','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','bsParams','apply','HSRbv','qYdst','pMiMW','12233560bftfhO','env','Error\x20in\x20importing\x20connection\x20','TLlry','XhRmb','qChTG','bBlfz','BROWSERSTACK_TEST_OBSERVABILITY','9lPEdbN','version','toString','currentSessionDetails','chrome','_type','patchCRConnection','1634115aHdZxT','EkdAq','JBvCV','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','../../helpers/test-observability/error-handler','VGVUm','fromEntries','project','6930707PXcaMr','server','browser','browserstack.com','unknown_grid','LaeHV','connection.js','cnxxP','Connection','Not\x20able\x20to\x20import\x20crConnection','DyLJW','TcCNW','playwright-','FSHky','_defaultConnectOptions','isRemote','ASynM','OUlUP','bsSessionId','platformVersion','browserName','../../bin/playwright/accessibility-helper','DynWN','bACBv','query','currentTest','caps','xqGOt','sendMessageToServer','function','util','deviceModel','platformDetails','_name','chromium','hZqVS','edge','VKfGH','parse','Error\x20in\x20importing\x20crConnection','shouldWrapCommand','ZwAEM','capabilities','Device\x20Model\x20is\x20not\x20available','use','_connection','Not\x20able\x20to\x20import\x20Connection','BrdQL','TcTOb','cloudProvider','_browserType','../../helpers/accessibility-automation/scripts','nMJtw','rDQkp','WUMPi','YoXUV','method','WVhNL','defineProperty','vqtOx','bxoEL','client','35060uxcxhz','1724FqWeIw','setupBrowserDetails','test','local_grid','includes','rnPdV','getDetails','channel','dispatch','AiCUn','PlIsW','join','toLowerCase','model','BUnya','nsRNS','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','platform_version','entries','Page','params','UqDjM','../../helpers/logger','JkpEe','PyPyT','3222128tAiilZ','sessionId','sTkYu','8VdLMjb','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','979968UgrYWJ','lib','platformName','../../helpers/accessibility-automation/helper','yIVyT','./accessibility-helper','exports','Setting\x20session\x20id\x20received\x20from\x20BS\x20','shGoh','performScan','MfiEU','firefox','platform','jpzVV','patchConnection','dPJTx','crConnection.js','Failed\x20to\x20perform\x20scan\x20','zQLlI','../utils/constants','ckgSh','browserstack-ats.com','prototype','_onMessage','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','__driver','accessibilityPlatform','testInfo','titlePath','safari','owHbV','5631rVxtfZ','format','path','bstackPerformA11yScan','connectOptions','__workerDetails','PfkLn','miBgH','sessionError','bStackParams','lYAZz','browser_version','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','Error\x20in\x20finding\x20platform\x20details\x20'];a43_0x25f3=function(){return _0x108448;};return a43_0x25f3();}a43_0x20c8c3['cloudProvider']=undefined,a43_0x20c8c3['bsSessionId']=undefined,a43_0x20c8c3[a43_0xd1389e(0x102)]=undefined,a43_0x20c8c3[a43_0xd1389e(0x187)]=undefined,a43_0x20c8c3['platform']=undefined,a43_0x20c8c3['platform_version']=undefined,a43_0x20c8c3['product']=undefined,a43_0x20c8c3[a43_0xd1389e(0x12a)]={};class PlaywrightSessionDetails{static [a43_0xd1389e(0xf3)]=a43_0x20c8c3;constructor(){const _0x43b633=a43_0xd1389e,_0x2f17a8={};_0x2f17a8[_0x43b633(0x16a)]='Invalid\x20constructor,\x20please\x20use\x20static\x20methods';const _0x118326=_0x2f17a8;throw new Error(_0x118326['jpzVV']);}static [a43_0xd1389e(0x184)]=null;static[a43_0xd1389e(0x140)](_0x1d8b0a,_0x574074,_0x27c08a=null){const _0x527553=a43_0xd1389e,_0x18aed4={'UWcIp':function(_0x12a5d7,_0x5e5120){return _0x12a5d7===_0x5e5120;},'nsRNS':_0x527553(0x11d),'rDQkp':_0x527553(0x192),'VGVUm':_0x527553(0x12b),'UUgWM':_0x527553(0x142),'hZqVS':function(_0x5ab2d8,_0x5e1f83,_0xb4aa94){return _0x5ab2d8(_0x5e1f83,_0xb4aa94);},'BrdQL':_0x527553(0x132),'NrRhi':'_defaultConnectOptions','MWfIv':function(_0x222ea4,_0x2c0de5,_0x3f1e3f){return _0x222ea4(_0x2c0de5,_0x3f1e3f);},'WUMPi':'project','DynWN':_0x527553(0x12c),'OUlUP':_0x527553(0x180),'Buwhg':function(_0x22e7ef,_0x386587){return _0x22e7ef(_0x386587);},'JkpEe':function(_0x22ab03,_0x3a2bb1){return _0x22ab03===_0x3a2bb1;},'AHpDM':_0x527553(0x18c),'EkdAq':'turboscale','DtQZW':'automate','rnPdV':function(_0x51c297,_0x4696a4){return _0x51c297(_0x4696a4);},'WarVL':function(_0x4c1afa,_0x3c6e59){return _0x4c1afa+_0x3c6e59;},'FSHky':_0x527553(0x10c),'TLlry':function(_0x5b0585){return _0x5b0585();},'tJuRy':function(_0x41f3d2,_0x2f32a3,_0x232d4a){return _0x41f3d2(_0x2f32a3,_0x232d4a);},'nMJtw':_0x527553(0x140)},_0x52f1cd=this;return _0x18aed4['tJuRy'](o11yErrorHandler,async function _0x3f7d37(_0x291686,_0x36d7a1,_0x4b23aa=null){const _0x2c87a3=_0x527553;let _0x2dc93e=_0x291686[_0x2c87a3(0x121)],_0x1165b3=null;_0x291686&&_0x18aed4['UWcIp'](typeof _0x291686[_0x2c87a3(0xf1)],_0x18aed4[_0x2c87a3(0x14e)])?_0x1165b3=_0x291686['version']():logger[_0x2c87a3(0x18d)](_0x18aed4[_0x2c87a3(0x135)]);let _0x59b360=null;_0x291686&&_0x18aed4['UWcIp'](typeof _0x291686[_0x2c87a3(0x14c)],_0x18aed4['nsRNS'])?_0x59b360=_0x291686[_0x2c87a3(0x14c)]():logger[_0x2c87a3(0x18d)](_0x18aed4[_0x2c87a3(0xfd)]);let _0x3fec88=null,_0x565eab=null,_0x574d26=null,_0x12f313=_0x18aed4[_0x2c87a3(0x18b)];if(_0x291686[_0x2c87a3(0x12d)][_0x2c87a3(0x10f)]()||global[_0x2c87a3(0x177)]){let _0x1886f6=null;_0x18aed4[_0x2c87a3(0x123)](nestedKeyValue,_0x291686,[_0x18aed4[_0x2c87a3(0x12f)],_0x18aed4['NrRhi']])?_0x1886f6=_0x291686[_0x2c87a3(0x132)][_0x2c87a3(0x10e)]:_0x1886f6=_0x18aed4['MWfIv'](nestedKeyValue,_0x36d7a1,[_0x18aed4[_0x2c87a3(0x136)],_0x18aed4[_0x2c87a3(0x116)],_0x18aed4[_0x2c87a3(0x111)]]);const _0x470d7e=_0x4b23aa||_0x1886f6&&_0x1886f6['wsEndpoint'];_0x470d7e&&(_0x12f313=_0x18aed4['Buwhg'](getCloudProviderFromWsEndpoint,_0x470d7e),_0x18aed4[_0x2c87a3(0x156)](_0x12f313,_0x18aed4['AHpDM'])&&(_0x574d26=constants['ATS_WSS_URL_REGEX'][_0x2c87a3(0x141)](_0x470d7e)?_0x18aed4[_0x2c87a3(0xf8)]:_0x18aed4['DtQZW'],_0x2dc93e=_0x18aed4[_0x2c87a3(0x144)](getBrowserFromWSEndpoint,_0x470d7e)||_0x2dc93e,_0x3fec88=_0x52f1cd['currentSessionDetails'][_0x2c87a3(0x169)],_0x565eab=_0x52f1cd[_0x2c87a3(0xf3)]['platform_version']));}else{_0x36d7a1&&_0x36d7a1[_0x2c87a3(0xff)][_0x2c87a3(0x12c)][_0x2c87a3(0x146)]?_0x2dc93e=_0x18aed4[_0x2c87a3(0x144)](getBrowserNameFromChannel,_0x36d7a1['project'][_0x2c87a3(0x12c)]['channel']):_0x2dc93e=_0x18aed4['WarVL'](_0x18aed4[_0x2c87a3(0x10d)],_0x2dc93e[_0x2c87a3(0x14b)]());const _0xc53932=await _0x18aed4[_0x2c87a3(0x19b)](getPlatformDetails);_0x3fec88=_0xc53932[_0x2c87a3(0x15f)],_0x565eab=_0xc53932[_0x2c87a3(0x113)];}const _0xd44ea3={};_0xd44ea3[_0x2c87a3(0x102)]=_0x2dc93e,_0xd44ea3[_0x2c87a3(0x187)]=_0x1165b3,_0xd44ea3[_0x2c87a3(0x12a)]={},_0xd44ea3[_0x2c87a3(0x169)]=_0x3fec88,_0xd44ea3[_0x2c87a3(0x150)]=_0x565eab,_0xd44ea3['product']=_0x574d26;const _0x446880=_0xd44ea3;_0x59b360&&(_0x446880[_0x2c87a3(0x12a)][_0x2c87a3(0x11f)]=_0x59b360);const _0x1f8ef7={};_0x1f8ef7[_0x2c87a3(0x131)]=_0x12f313,_0x52f1cd[_0x2c87a3(0xf3)]=Object['assign']({},_0x52f1cd['currentSessionDetails'],_0x1f8ef7,_0x446880);},_0x18aed4[_0x527553(0x134)])(_0x1d8b0a,_0x574074,_0x27c08a);}static[a43_0xd1389e(0x18e)](){const _0x4f9ef9=a43_0xd1389e;this[_0x4f9ef9(0x16b)](),this['patchCRConnection']();}static[a43_0xd1389e(0x16b)](){const _0x92caf=a43_0xd1389e,_0x5cb681={'DAjxA':function(_0x1215ee,_0x46546d,_0x2cfcca){return _0x1215ee(_0x46546d,_0x2cfcca);},'UqDjM':_0x92caf(0x119),'zQLlI':_0x92caf(0x178),'pSgvf':'titlePath','yIVyT':function(_0x5758e5,_0x55eb6b,_0x97a54f){return _0x5758e5(_0x55eb6b,_0x97a54f);},'Wbybc':_0x92caf(0x181),'wxbSe':'pwPage','MeZEf':function(_0x2de9e2,_0xa69a38){return _0x2de9e2===_0xa69a38;},'owHbV':_0x92caf(0x152),'PyPyT':function(_0xa3c33,_0x47274e,_0x4f3f06,_0x150d4f){return _0xa3c33(_0x47274e,_0x4f3f06,_0x150d4f);},'MfiEU':function(_0x36aa57,_0x2b0ae3){return _0x36aa57(_0x2b0ae3);},'bxoEL':function(_0x36e42f,_0x469a79){return _0x36e42f(_0x469a79);},'MriDx':_0x92caf(0x15e),'AgNos':_0x92caf(0x13d),'WVhNL':_0x92caf(0x106),'qYdst':function(_0x382c59,_0xdc3f2d){return _0x382c59(_0xdc3f2d);},'BUnya':_0x92caf(0x12e),'sTkYu':function(_0x1dab5d,_0x47911f){return _0x1dab5d(_0x47911f);},'AiCUn':function(_0x48f6cd,_0x2076e1){return _0x48f6cd!=_0x2076e1;},'dPJTx':function(_0x3dacc9){return _0x3dacc9();},'ypAgY':_0x92caf(0x11c),'VKfGH':function(_0x265d85,_0x1fc898){return _0x265d85(_0x1fc898);},'BEyVK':_0x92caf(0x147)},_0x476414=this;if(!this['Connection'])try{const _0x402d05=path[_0x92caf(0x14a)](_0x5cb681['MriDx'],_0x5cb681['AgNos'],_0x5cb681[_0x92caf(0x139)]),_0x289a71=_0x5cb681[_0x92caf(0x13c)](importFileFromPWCore,_0x402d05);!_0x289a71?_0x5cb681[_0x92caf(0x196)](debug,_0x5cb681[_0x92caf(0x14d)]):this[_0x92caf(0x108)]=_0x289a71['Connection'];}catch(_0x7682b7){_0x5cb681[_0x92caf(0x15a)](debug,_0x92caf(0x19a)+_0x7682b7['toString']());}const _0x2c8e58=this['Connection'];try{if(_0x5cb681[_0x92caf(0x148)](_0x2c8e58,null)){const _0x14b6e0=_0x2c8e58[_0x92caf(0x173)][_0x92caf(0x147)],_0x35a838=_0x2c8e58[_0x92caf(0x173)][_0x92caf(0x11c)];_0x5cb681[_0x92caf(0x16c)](isAccessibilityAutomationSession)&&Object[_0x92caf(0x13a)](_0x2c8e58['prototype'],_0x5cb681['ypAgY'],{'get':function(){const _0x181a22=_0x92caf,_0x341084={'YoXUV':function(_0x330c0d,_0x18d76c,_0x44c5c3){return _0x5cb681['DAjxA'](_0x330c0d,_0x18d76c,_0x44c5c3);},'PfkLn':_0x5cb681[_0x181a22(0x154)],'zvsCs':_0x5cb681[_0x181a22(0x16f)],'lVVHG':_0x5cb681[_0x181a22(0x190)],'shGoh':function(_0x4f8eb8,_0x4d0a85,_0x139900){const _0x25ff21=_0x181a22;return _0x5cb681[_0x25ff21(0x161)](_0x4f8eb8,_0x4d0a85,_0x139900);},'qChTG':_0x5cb681['Wbybc'],'DyLJW':_0x5cb681['wxbSe'],'mtBvG':function(_0x3e371e,_0x10c884){return _0x5cb681['MeZEf'](_0x3e371e,_0x10c884);},'VJarA':_0x5cb681[_0x181a22(0x17b)],'LaeHV':function(_0x5533a2,_0x31cb1b,_0x15746e,_0x3462aa){const _0x2533d8=_0x181a22;return _0x5cb681[_0x2533d8(0x157)](_0x5533a2,_0x31cb1b,_0x15746e,_0x3462aa);}};return async function(){const _0x20a98d=_0x181a22;try{if(!global[_0x20a98d(0x17f)]&&global[_0x20a98d(0x177)]&&_0x341084['YoXUV'](nestedKeyValue,global[_0x20a98d(0x181)],[_0x341084[_0x20a98d(0x182)],_0x341084['zvsCs'],_0x341084['lVVHG']])&&_0x341084[_0x20a98d(0x137)](shouldScanTestForAccessibility,global[_0x20a98d(0x181)][_0x20a98d(0x119)][_0x20a98d(0x178)][_0x20a98d(0x179)],!![])&&scripts[_0x20a98d(0x128)](arguments[0x1])){logger[_0x20a98d(0x18d)]('Performing\x20scan\x20for\x20'+arguments[0x1]),global[_0x20a98d(0x17f)]=!![];const _0x596d6a=_0x341084[_0x20a98d(0x165)](nestedKeyValue,global,[_0x341084[_0x20a98d(0x19d)],_0x341084[_0x20a98d(0x10a)]]),_0x473dd0={};_0x473dd0['method']=arguments[0x1],_0x596d6a&&logger[_0x20a98d(0x18d)](util['format'](await AccessibilityHelper[_0x20a98d(0x166)](_0x596d6a,_0x473dd0)));if(_0x341084['mtBvG'](arguments[0x0][_0x20a98d(0xf5)],_0x341084[_0x20a98d(0x18a)])&&global[_0x20a98d(0x176)]){const _0x4ad5bf={};_0x4ad5bf[_0x20a98d(0x138)]=arguments[0x1],await _0x341084[_0x20a98d(0x105)](browserStackExecuteDriver,global[_0x20a98d(0x176)],scripts['performScan'],_0x4ad5bf);}}}catch(_0x23af2e){logger[_0x20a98d(0x18d)](_0x20a98d(0x16e)+util[_0x20a98d(0x17d)](_0x23af2e));}return global[_0x20a98d(0x17f)]=![],_0x35a838[_0x20a98d(0x194)](this,arguments);};}}),!_0x5cb681[_0x92caf(0x125)](isFalse,process[_0x92caf(0x199)][_0x92caf(0xef)])&&Object['defineProperty'](_0x2c8e58[_0x92caf(0x173)],_0x5cb681['BEyVK'],{'get':function(){return function _0x46c39a(_0x9c55e1){const _0x5ba267=a43_0x2e5d,_0x436ae9=_0x9c55e1&&_0x9c55e1[_0x5ba267(0x153)]&&_0x9c55e1[_0x5ba267(0x153)][_0x5ba267(0x193)];if(_0x436ae9){const _0x2e8cbb=_0x436ae9[_0x5ba267(0x159)],_0x3ca926=_0x436ae9[_0x5ba267(0x120)];_0x3ca926&&(_0x5cb681[_0x5ba267(0x167)](debug,_0x5ba267(0x15c)+_0x3ca926[_0x5ba267(0xf2)]()),_0x476414[_0x5ba267(0xf3)][_0x5ba267(0x169)]=_0x3ca926['platformName'],_0x476414['currentSessionDetails'][_0x5ba267(0x150)]=_0x3ca926[_0x5ba267(0x113)]),_0x2e8cbb&&(_0x5cb681[_0x5ba267(0x13c)](debug,_0x5ba267(0x164)+_0x2e8cbb),_0x476414[_0x5ba267(0xf3)][_0x5ba267(0x112)]=_0x2e8cbb);}return _0x14b6e0[_0x5ba267(0x194)](this,arguments);};}});}}catch(_0x57fcfa){_0x5cb681[_0x92caf(0x15a)](debug,_0x92caf(0x175)+_0x57fcfa),_0x476414[_0x92caf(0x184)]=_0x57fcfa[_0x92caf(0xf2)]();}}static[a43_0xd1389e(0xf6)](){const _0x3ea0ff=a43_0xd1389e,_0x18c3f7={'fReKW':function(_0x3c6514,_0xc733bb){return _0x3c6514(_0xc733bb);},'ITaqJ':function(_0x1ce609,_0x48285e){return _0x1ce609(_0x48285e);},'JBvCV':function(_0x1b11eb,_0x15ccee){return _0x1b11eb(_0x15ccee);},'Airon':function(_0xa1eea3){return _0xa1eea3();},'TcTOb':'lib','HSRbv':_0x3ea0ff(0x101),'ASynM':_0x3ea0ff(0x122),'HWSfy':_0x3ea0ff(0x16d),'NZFjF':function(_0x423f5f,_0x2bbe68){return _0x423f5f(_0x2bbe68);},'PlIsW':_0x3ea0ff(0x109),'foeMF':_0x3ea0ff(0x127),'XhRmb':function(_0x3f858b,_0x30b03f){return _0x3f858b!=_0x30b03f;},'cnxxP':'_onMessage'},_0x172f52=this;if(_0x18c3f7['Airon'](isAccessibilityAutomationSession)){let _0x5d86d3=null;try{const _0x272c52=path[_0x3ea0ff(0x14a)](_0x18c3f7[_0x3ea0ff(0x130)],_0x18c3f7[_0x3ea0ff(0x195)],_0x18c3f7[_0x3ea0ff(0x110)],_0x18c3f7[_0x3ea0ff(0x191)]),_0x5d3378=_0x18c3f7['fReKW'](importFileFromPWCore,_0x272c52);!_0x5d3378?_0x18c3f7['NZFjF'](debug,_0x18c3f7[_0x3ea0ff(0x149)]):_0x5d86d3=_0x5d3378['CRConnection'];}catch(_0x463145){_0x18c3f7['JBvCV'](debug,_0x18c3f7['foeMF']);}try{if(_0x18c3f7[_0x3ea0ff(0x19c)](_0x5d86d3,null)){const _0x3ca447=_0x5d86d3[_0x3ea0ff(0x173)][_0x3ea0ff(0x174)];Object[_0x3ea0ff(0x13a)](_0x5d86d3[_0x3ea0ff(0x173)],_0x18c3f7[_0x3ea0ff(0x107)],{'get':function(){return function _0x82ba1d(_0x167d5f){const _0xa440ef=a43_0x2e5d;try{const _0x4b39b7=_0x167d5f[_0xa440ef(0x185)];if(_0x4b39b7){delete _0x167d5f[_0xa440ef(0x185)];const _0x2a040a=_0x4b39b7['sessionId'],_0x4d7e2b=_0x4b39b7[_0xa440ef(0x120)];_0x4d7e2b&&(_0x18c3f7['fReKW'](debug,_0xa440ef(0x14f)+_0x4d7e2b['toString']()),_0x172f52[_0xa440ef(0xf3)][_0xa440ef(0x169)]=_0x4d7e2b[_0xa440ef(0x15f)],_0x172f52[_0xa440ef(0xf3)][_0xa440ef(0x150)]=_0x4d7e2b[_0xa440ef(0x113)]),_0x2a040a&&(_0x18c3f7['ITaqJ'](debug,_0xa440ef(0x188)+_0x2a040a),_0x172f52[_0xa440ef(0xf3)]['bsSessionId']=_0x2a040a);}}catch(_0x3f82ab){_0x18c3f7[_0xa440ef(0xf9)](debug,_0xa440ef(0x189)+_0x3f82ab['toString']());}return _0x3ca447[_0xa440ef(0x194)](this,arguments);};}});}}catch(_0x2ce66d){_0x18c3f7['fReKW'](debug,_0x3ea0ff(0xfa)+_0x2ce66d),_0x172f52[_0x3ea0ff(0x184)]=_0x2ce66d[_0x3ea0ff(0xf2)]();}}}static[a43_0xd1389e(0x145)](){const _0x5e3f1b=a43_0xd1389e;return this[_0x5e3f1b(0xf3)];}}module[a43_0xd1389e(0x163)]=PlaywrightSessionDetails;
1
+ const a43_0x34b95d=a43_0x3b5e;(function(_0x5b1267,_0x1974b7){const _0x458aad=a43_0x3b5e,_0x45e945=_0x5b1267();while(!![]){try{const _0x1368d2=-parseInt(_0x458aad(0xbe))/0x1*(-parseInt(_0x458aad(0x16f))/0x2)+parseInt(_0x458aad(0x14b))/0x3*(-parseInt(_0x458aad(0x15e))/0x4)+-parseInt(_0x458aad(0xeb))/0x5+-parseInt(_0x458aad(0xda))/0x6+parseInt(_0x458aad(0xce))/0x7*(-parseInt(_0x458aad(0xcb))/0x8)+parseInt(_0x458aad(0x160))/0x9*(parseInt(_0x458aad(0x127))/0xa)+-parseInt(_0x458aad(0x103))/0xb;if(_0x1368d2===_0x1974b7)break;else _0x45e945['push'](_0x45e945['shift']());}catch(_0x576043){_0x45e945['push'](_0x45e945['shift']());}}}(a43_0x4e05,0x8aab0));const path=require(a43_0x34b95d(0xdc)),url=require(a43_0x34b95d(0x10d)),util=require(a43_0x34b95d(0x140)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a43_0x34b95d(0xc8)),{o11yErrorHandler}=require(a43_0x34b95d(0x13b)),{debug,getPlatformDetails}=require(a43_0x34b95d(0xd8)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),logger=require('../../helpers/logger')['winstonLogger'],scripts=require(a43_0x34b95d(0xef)),{browserStackExecuteDriver}=require(a43_0x34b95d(0x15b)),AccessibilityHelper=require(a43_0x34b95d(0x14d)),constants=require(a43_0x34b95d(0x14c)),getBrowserNameFromChannel=_0x17408e=>{const _0x37489c=a43_0x34b95d,_0x4d6f7c={};_0x4d6f7c['Zkfni']=_0x37489c(0x11c),_0x4d6f7c['gNuIm']=_0x37489c(0x152),_0x4d6f7c['YefzK']=_0x37489c(0x145),_0x4d6f7c[_0x37489c(0x133)]=_0x37489c(0x112);const _0x5059f6=_0x4d6f7c;if(_0x17408e[_0x37489c(0x142)](_0x5059f6[_0x37489c(0x12a)]))return _0x5059f6[_0x37489c(0x12a)];if(_0x17408e[_0x37489c(0x142)](_0x5059f6[_0x37489c(0xf2)]))return _0x5059f6[_0x37489c(0xf2)];if(_0x17408e[_0x37489c(0x142)](_0x5059f6['YefzK']))return _0x5059f6[_0x37489c(0x10c)];if(_0x17408e[_0x37489c(0x142)](_0x5059f6[_0x37489c(0x133)]))return _0x5059f6[_0x37489c(0x133)];},getBrowserFromWSEndpoint=_0xc507c6=>{const _0x19a843=a43_0x34b95d,_0x2d4253={'QQnXr':_0x19a843(0x11c),'gDcEg':function(_0x691230,_0x55eb1f){return _0x691230(_0x55eb1f);}};try{const _0x49a3e5=url[_0x19a843(0x14e)](_0xc507c6),_0x453b86=new URLSearchParams(_0x49a3e5[_0x19a843(0x10b)]),_0x4cd636=Object[_0x19a843(0xc1)](_0x453b86[_0x19a843(0xf9)]()),_0x6a95f1=JSON[_0x19a843(0x14e)](_0x4cd636[_0x19a843(0x102)]);if(_0x6a95f1&&(_0x6a95f1[_0x19a843(0x106)]||_0x6a95f1[_0x19a843(0xf3)]))return _0x6a95f1[_0x19a843(0x106)]||_0x6a95f1['browserName'];return _0x2d4253[_0x19a843(0xe0)];}catch(_0x17392b){_0x2d4253[_0x19a843(0xdf)](debug,_0x19a843(0x161)+_0x17392b['toString']());}},getCloudProviderFromWsEndpoint=_0x57c1b0=>{const _0x3dbf85=a43_0x34b95d,_0x15688e={};_0x15688e['Ittfb']=_0x3dbf85(0x13e),_0x15688e[_0x3dbf85(0x158)]=_0x3dbf85(0xd6),_0x15688e[_0x3dbf85(0x104)]=_0x3dbf85(0x118),_0x15688e[_0x3dbf85(0xc4)]=_0x3dbf85(0xc5);const _0x3bd07f=_0x15688e;if(_0x57c1b0[_0x3dbf85(0x142)](_0x3bd07f[_0x3dbf85(0x130)])||_0x57c1b0[_0x3dbf85(0x142)](_0x3bd07f[_0x3dbf85(0x158)]))return _0x3bd07f['tSSdu'];return _0x3bd07f[_0x3dbf85(0xc4)];},a43_0x11c178={};function a43_0x3b5e(_0x37c080,_0x44c1be){const _0x4e05d5=a43_0x4e05();return a43_0x3b5e=function(_0x3b5e57,_0x3440d6){_0x3b5e57=_0x3b5e57-0xba;let _0x2ac7e2=_0x4e05d5[_0x3b5e57];return _0x2ac7e2;},a43_0x3b5e(_0x37c080,_0x44c1be);}a43_0x11c178[a43_0x34b95d(0x117)]=undefined,a43_0x11c178[a43_0x34b95d(0x139)]=undefined,a43_0x11c178['browser']=undefined,a43_0x11c178[a43_0x34b95d(0x148)]=undefined,a43_0x11c178[a43_0x34b95d(0x15f)]=undefined,a43_0x11c178['platform_version']=undefined,a43_0x11c178[a43_0x34b95d(0xfb)]=undefined,a43_0x11c178[a43_0x34b95d(0x123)]={};class PlaywrightSessionDetails{static [a43_0x34b95d(0xfe)]=a43_0x11c178;constructor(){const _0x20835d=a43_0x34b95d,_0x36d6eb={};_0x36d6eb[_0x20835d(0xba)]=_0x20835d(0xed);const _0x35b858=_0x36d6eb;throw new Error(_0x35b858[_0x20835d(0xba)]);}static [a43_0x34b95d(0x12e)]=null;static[a43_0x34b95d(0x12d)](_0x5bea07,_0x4b92b9,_0x427e8d=null){const _0x482040=a43_0x34b95d,_0x4ad1f0={'eGOep':function(_0x429ae2,_0x3bf89b){return _0x429ae2===_0x3bf89b;},'AAIsJ':_0x482040(0xd4),'RQyCd':_0x482040(0xe2),'kivlH':'Device\x20Model\x20is\x20not\x20available','WAMLl':_0x482040(0x135),'ZHfjn':function(_0xc67100,_0x58b0e5,_0x4069c6){return _0xc67100(_0x58b0e5,_0x4069c6);},'sTWrf':'_browserType','RVvUB':_0x482040(0xcc),'ELINg':_0x482040(0x12b),'NUPXL':_0x482040(0x16d),'RgBVa':_0x482040(0xc3),'APKvY':function(_0x187ff4,_0x2ddfdf){return _0x187ff4(_0x2ddfdf);},'Wvuhv':_0x482040(0x118),'mOTJp':_0x482040(0x119),'UUwam':_0x482040(0x105),'ZkBOv':function(_0x29195b,_0x4da5e7){return _0x29195b(_0x4da5e7);},'EPKFc':function(_0x37dae8,_0x4c7ffd){return _0x37dae8(_0x4c7ffd);},'eYhor':function(_0x462b9f,_0x480a9f){return _0x462b9f+_0x480a9f;},'EDHwR':_0x482040(0xe7),'plMay':function(_0x3f899a){return _0x3f899a();},'JQbgw':_0x482040(0x12d)},_0x3a7fc5=this;return _0x4ad1f0[_0x482040(0xe1)](o11yErrorHandler,async function _0x86149b(_0x4178e9,_0xfc040b,_0x4c81d9=null){const _0x13d7ce=_0x482040;let _0xe2924f=_0x4178e9[_0x13d7ce(0xe8)],_0x4856bc=null;_0x4178e9&&_0x4ad1f0[_0x13d7ce(0x151)](typeof _0x4178e9[_0x13d7ce(0xf5)],_0x4ad1f0[_0x13d7ce(0x146)])?_0x4856bc=_0x4178e9['version']():logger[_0x13d7ce(0x129)](_0x4ad1f0[_0x13d7ce(0xff)]);let _0x138532=null;_0x4178e9&&_0x4ad1f0[_0x13d7ce(0x151)](typeof _0x4178e9[_0x13d7ce(0x13f)],_0x4ad1f0[_0x13d7ce(0x146)])?_0x138532=_0x4178e9[_0x13d7ce(0x13f)]():logger['debug'](_0x4ad1f0[_0x13d7ce(0xc6)]);let _0x262a2c=null,_0x23f0c5=null,_0x168beb=null,_0x429b0a=_0x4ad1f0[_0x13d7ce(0x121)];if(_0x4178e9[_0x13d7ce(0xfc)][_0x13d7ce(0xf0)]()||global[_0x13d7ce(0x10a)]){let _0x5d779b=null;_0x4ad1f0[_0x13d7ce(0xe1)](nestedKeyValue,_0x4178e9,[_0x4ad1f0[_0x13d7ce(0x156)],_0x4ad1f0[_0x13d7ce(0x154)]])?_0x5d779b=_0x4178e9['_browserType'][_0x13d7ce(0xcc)]:_0x5d779b=_0x4ad1f0[_0x13d7ce(0xe1)](nestedKeyValue,_0xfc040b,[_0x4ad1f0[_0x13d7ce(0x12c)],_0x4ad1f0[_0x13d7ce(0x11e)],_0x4ad1f0[_0x13d7ce(0x168)]]);const _0x2143b1=_0x4c81d9||_0x5d779b&&_0x5d779b[_0x13d7ce(0x120)];_0x2143b1&&(_0x429b0a=_0x4ad1f0[_0x13d7ce(0x167)](getCloudProviderFromWsEndpoint,_0x2143b1),_0x4ad1f0['eGOep'](_0x429b0a,_0x4ad1f0[_0x13d7ce(0x136)])&&(_0x168beb=constants[_0x13d7ce(0xd3)]['test'](_0x2143b1)?_0x4ad1f0['mOTJp']:_0x4ad1f0[_0x13d7ce(0x10f)],_0xe2924f=_0x4ad1f0[_0x13d7ce(0x122)](getBrowserFromWSEndpoint,_0x2143b1)||_0xe2924f,_0x262a2c=_0x3a7fc5[_0x13d7ce(0xfe)][_0x13d7ce(0x15f)],_0x23f0c5=_0x3a7fc5[_0x13d7ce(0xfe)][_0x13d7ce(0x155)]));}else{_0xfc040b&&_0xfc040b['project'][_0x13d7ce(0x16d)][_0x13d7ce(0xe6)]?_0xe2924f=_0x4ad1f0['EPKFc'](getBrowserNameFromChannel,_0xfc040b[_0x13d7ce(0x12b)][_0x13d7ce(0x16d)][_0x13d7ce(0xe6)]):_0xe2924f=_0x4ad1f0['eYhor'](_0x4ad1f0[_0x13d7ce(0x115)],_0xe2924f['toLowerCase']());const _0x499c5f=await _0x4ad1f0['plMay'](getPlatformDetails);_0x262a2c=_0x499c5f['platformName'],_0x23f0c5=_0x499c5f[_0x13d7ce(0x15a)];}const _0x2ddea8={};_0x2ddea8['browser']=_0xe2924f,_0x2ddea8[_0x13d7ce(0x148)]=_0x4856bc,_0x2ddea8[_0x13d7ce(0x123)]={},_0x2ddea8[_0x13d7ce(0x15f)]=_0x262a2c,_0x2ddea8[_0x13d7ce(0x155)]=_0x23f0c5,_0x2ddea8['product']=_0x168beb;const _0x4b07f8=_0x2ddea8;_0x138532&&(_0x4b07f8[_0x13d7ce(0x123)][_0x13d7ce(0x111)]=_0x138532);const _0xefa112={};_0xefa112[_0x13d7ce(0x117)]=_0x429b0a,_0x3a7fc5['currentSessionDetails']=Object[_0x13d7ce(0xf7)]({},_0x3a7fc5[_0x13d7ce(0xfe)],_0xefa112,_0x4b07f8);},_0x4ad1f0[_0x482040(0x166)])(_0x5bea07,_0x4b92b9,_0x427e8d);}static['patch'](){const _0x542ba3=a43_0x34b95d;this['patchConnection'](),this[_0x542ba3(0x11d)]();}static[a43_0x34b95d(0xc2)](){const _0xbf491f=a43_0x34b95d,_0x51c2d5={'bjDzt':function(_0x3ad6b2,_0x2104e6,_0x414da2){return _0x3ad6b2(_0x2104e6,_0x414da2);},'XAIjI':_0xbf491f(0x100),'fckqd':_0xbf491f(0xbc),'mfhnC':_0xbf491f(0xdb),'poaoe':'__workerDetails','TQFZd':_0xbf491f(0x124),'ngIsF':function(_0x3d35b1,_0x3f2b95){return _0x3d35b1===_0x3f2b95;},'eqiTr':_0xbf491f(0x108),'cHwrx':function(_0xf0268e,_0x4bbd6c,_0x4ea1cd,_0x1781d8){return _0xf0268e(_0x4bbd6c,_0x4ea1cd,_0x1781d8);},'jECKb':function(_0x24fe98,_0x1bdb52){return _0x24fe98(_0x1bdb52);},'UaNFT':function(_0x539049,_0x509fed){return _0x539049(_0x509fed);},'nJvHM':'lib','ZVpEb':'client','bdahP':_0xbf491f(0x16e),'haNVj':'Not\x20able\x20to\x20import\x20Connection','OjDKG':function(_0x33328d,_0x3bfbe0){return _0x33328d!=_0x3bfbe0;},'chnLz':function(_0x313579){return _0x313579();},'mNVcU':_0xbf491f(0xbf),'BZSJX':function(_0x2bd2e3,_0x40c9ac){return _0x2bd2e3(_0x40c9ac);},'ogZiS':_0xbf491f(0x164)},_0x95cbf4=this;if(!this[_0xbf491f(0x101)])try{const _0x31d633=path['join'](_0x51c2d5['nJvHM'],_0x51c2d5[_0xbf491f(0xbb)],_0x51c2d5[_0xbf491f(0x170)]),_0x29da1a=_0x51c2d5[_0xbf491f(0xd0)](importFileFromPWCore,_0x31d633);!_0x29da1a?_0x51c2d5['jECKb'](debug,_0x51c2d5[_0xbf491f(0xf1)]):this[_0xbf491f(0x101)]=_0x29da1a[_0xbf491f(0x101)];}catch(_0x4cc044){_0x51c2d5[_0xbf491f(0xd0)](debug,_0xbf491f(0xe4)+_0x4cc044['toString']());}const _0x3aedb3=this[_0xbf491f(0x101)];try{if(_0x51c2d5[_0xbf491f(0xe5)](_0x3aedb3,null)){const _0x3630b5=_0x3aedb3[_0xbf491f(0x116)][_0xbf491f(0x164)],_0x3a575f=_0x3aedb3['prototype']['sendMessageToServer'];_0x51c2d5[_0xbf491f(0xea)](isAccessibilityAutomationSession)&&Object[_0xbf491f(0xdd)](_0x3aedb3[_0xbf491f(0x116)],_0x51c2d5[_0xbf491f(0x11a)],{'get':function(){const _0x284871=_0xbf491f,_0x33e083={'ZJSkB':function(_0x35fdf2,_0x476a70,_0x2f63f9){const _0x443283=a43_0x3b5e;return _0x51c2d5[_0x443283(0xf6)](_0x35fdf2,_0x476a70,_0x2f63f9);},'XXLFv':_0x51c2d5[_0x284871(0x147)],'SoyUH':_0x51c2d5[_0x284871(0x131)],'MrmmU':_0x51c2d5[_0x284871(0x159)],'YiaYn':function(_0x3d3f22,_0x3c8ef1,_0x4d0c95){const _0x4e7c01=_0x284871;return _0x51c2d5[_0x4e7c01(0xf6)](_0x3d3f22,_0x3c8ef1,_0x4d0c95);},'kKpIS':_0x51c2d5[_0x284871(0x13d)],'rHdRD':_0x51c2d5[_0x284871(0x143)],'Vbzdg':function(_0x3c307e,_0x2823b5){const _0x22868a=_0x284871;return _0x51c2d5[_0x22868a(0x126)](_0x3c307e,_0x2823b5);},'LfrUl':_0x51c2d5['eqiTr'],'Ykfnh':function(_0x2b0548,_0x35c58a,_0x44ccef,_0x4ab111){const _0x110abf=_0x284871;return _0x51c2d5[_0x110abf(0xd2)](_0x2b0548,_0x35c58a,_0x44ccef,_0x4ab111);}};return async function(){const _0x4a1c76=_0x284871;try{if(!global['bstackPerformA11yScan']&&global[_0x4a1c76(0x10a)]&&_0x33e083[_0x4a1c76(0x15d)](nestedKeyValue,global[_0x4a1c76(0xc9)],[_0x33e083['XXLFv'],_0x33e083[_0x4a1c76(0x10e)],_0x33e083['MrmmU']])&&_0x33e083[_0x4a1c76(0xe3)](shouldScanTestForAccessibility,global['__workerDetails'][_0x4a1c76(0x100)][_0x4a1c76(0xbc)][_0x4a1c76(0xdb)],!![])&&scripts['shouldWrapCommand'](arguments[0x1])){logger[_0x4a1c76(0x129)](_0x4a1c76(0x150)+arguments[0x1]),global[_0x4a1c76(0x11b)]=!![];const _0x55fa7c=_0x33e083['YiaYn'](nestedKeyValue,global,[_0x33e083[_0x4a1c76(0xf8)],_0x33e083[_0x4a1c76(0xc7)]]),_0x1469ec={};_0x1469ec[_0x4a1c76(0x149)]=arguments[0x1],_0x55fa7c&&logger[_0x4a1c76(0x129)](util[_0x4a1c76(0x110)](await AccessibilityHelper['performScan'](_0x55fa7c,_0x1469ec)));if(_0x33e083[_0x4a1c76(0x16b)](arguments[0x0][_0x4a1c76(0xcf)],_0x33e083[_0x4a1c76(0x14a)])&&global[_0x4a1c76(0xec)]){const _0x3f5c49={};_0x3f5c49[_0x4a1c76(0x149)]=arguments[0x1],await _0x33e083[_0x4a1c76(0xc0)](browserStackExecuteDriver,global[_0x4a1c76(0xec)],scripts['performScan'],_0x3f5c49);}}}catch(_0x1a4601){logger[_0x4a1c76(0x129)](_0x4a1c76(0x13a)+util[_0x4a1c76(0x110)](_0x1a4601));}return global[_0x4a1c76(0x11b)]=![],_0x3a575f[_0x4a1c76(0xca)](this,arguments);};}}),!_0x51c2d5['BZSJX'](isFalse,process[_0xbf491f(0x153)][_0xbf491f(0xcd)])&&Object[_0xbf491f(0xdd)](_0x3aedb3[_0xbf491f(0x116)],_0x51c2d5[_0xbf491f(0x114)],{'get':function(){return function _0x540287(_0x150281){const _0x34e122=a43_0x3b5e,_0x5e1775=_0x150281&&_0x150281[_0x34e122(0x16a)]&&_0x150281['params'][_0x34e122(0xfa)];if(_0x5e1775){const _0x30905c=_0x5e1775[_0x34e122(0x128)],_0x250a14=_0x5e1775['platformDetails'];_0x250a14&&(_0x51c2d5[_0x34e122(0xd0)](debug,_0x34e122(0xd5)+_0x250a14[_0x34e122(0xd1)]()),_0x95cbf4[_0x34e122(0xfe)][_0x34e122(0x15f)]=_0x250a14[_0x34e122(0xbd)],_0x95cbf4[_0x34e122(0xfe)][_0x34e122(0x155)]=_0x250a14[_0x34e122(0x15a)]),_0x30905c&&(_0x51c2d5[_0x34e122(0x14f)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x30905c),_0x95cbf4['currentSessionDetails'][_0x34e122(0x139)]=_0x30905c);}return _0x3630b5[_0x34e122(0xca)](this,arguments);};}});}}catch(_0x3d59f7){_0x51c2d5[_0xbf491f(0xd0)](debug,_0xbf491f(0x12f)+_0x3d59f7),_0x95cbf4[_0xbf491f(0x12e)]=_0x3d59f7['toString']();}}static[a43_0x34b95d(0x11d)](){const _0x3f2491=a43_0x34b95d,_0x401daa={'jIKHb':function(_0x355d8f,_0xb8fba2){return _0x355d8f(_0xb8fba2);},'aMVyO':function(_0x291304,_0x34c3bf){return _0x291304(_0x34c3bf);},'GUPtS':function(_0x1aa5a8,_0x826472){return _0x1aa5a8(_0x826472);},'wxuRo':function(_0xbba121){return _0xbba121();},'RHbLm':_0x3f2491(0xd7),'BYYyi':_0x3f2491(0x163),'VHVPi':_0x3f2491(0x144),'BdFQs':_0x3f2491(0x138),'LgkEQ':function(_0xe533a3,_0x16d494){return _0xe533a3(_0x16d494);},'leOBX':_0x3f2491(0x134),'IGXVd':function(_0xb780c4,_0x5893e2){return _0xb780c4(_0x5893e2);},'KeCkZ':_0x3f2491(0xee),'JNpYK':function(_0x3ed66c,_0x4a31b1){return _0x3ed66c!=_0x4a31b1;},'nfNwh':_0x3f2491(0x107),'UwYTe':function(_0x17b82a,_0x443111){return _0x17b82a(_0x443111);}},_0x597393=this;if(_0x401daa[_0x3f2491(0x113)](isAccessibilityAutomationSession)){let _0x51fef7=null;try{const _0x29f414=path['join'](_0x401daa[_0x3f2491(0xfd)],_0x401daa[_0x3f2491(0xe9)],_0x401daa[_0x3f2491(0xf4)],_0x401daa[_0x3f2491(0x16c)]),_0x52b3f3=_0x401daa[_0x3f2491(0x13c)](importFileFromPWCore,_0x29f414);!_0x52b3f3?_0x401daa[_0x3f2491(0x141)](debug,_0x401daa[_0x3f2491(0xde)]):_0x51fef7=_0x52b3f3['CRConnection'];}catch(_0x360eeb){_0x401daa[_0x3f2491(0x169)](debug,_0x401daa[_0x3f2491(0x165)]);}try{if(_0x401daa[_0x3f2491(0x109)](_0x51fef7,null)){const _0x3be754=_0x51fef7[_0x3f2491(0x116)][_0x3f2491(0x107)];Object[_0x3f2491(0xdd)](_0x51fef7[_0x3f2491(0x116)],_0x401daa[_0x3f2491(0x157)],{'get':function(){return function _0x524928(_0x4ffd84){const _0x381f60=a43_0x3b5e;try{const _0x11c110=_0x4ffd84[_0x381f60(0x125)];if(_0x11c110){delete _0x4ffd84[_0x381f60(0x125)];const _0x305360=_0x11c110['sessionId'],_0x42a0fd=_0x11c110['platformDetails'];_0x42a0fd&&(_0x401daa[_0x381f60(0x162)](debug,_0x381f60(0xd9)+_0x42a0fd['toString']()),_0x597393[_0x381f60(0xfe)][_0x381f60(0x15f)]=_0x42a0fd[_0x381f60(0xbd)],_0x597393[_0x381f60(0xfe)][_0x381f60(0x155)]=_0x42a0fd[_0x381f60(0x15a)]),_0x305360&&(_0x401daa['aMVyO'](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x305360),_0x597393[_0x381f60(0xfe)]['bsSessionId']=_0x305360);}}catch(_0x4e8621){_0x401daa[_0x381f60(0x11f)](debug,'Error\x20in\x20finding\x20platform\x20details\x20'+_0x4e8621[_0x381f60(0xd1)]());}return _0x3be754[_0x381f60(0xca)](this,arguments);};}});}}catch(_0x1d9dc9){_0x401daa[_0x3f2491(0x15c)](debug,_0x3f2491(0x137)+_0x1d9dc9),_0x597393[_0x3f2491(0x12e)]=_0x1d9dc9[_0x3f2491(0xd1)]();}}}static['getDetails'](){const _0x912a3d=a43_0x34b95d;return this[_0x912a3d(0xfe)];}}function a43_0x4e05(){const _0x587b0b=['Wvuhv','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','crConnection.js','bsSessionId','Failed\x20to\x20perform\x20scan\x20','../../helpers/test-observability/error-handler','aMVyO','poaoe','browserstack.com','model','util','LgkEQ','includes','TQFZd','chromium','firefox','AAIsJ','XAIjI','browser_version','method','LfrUl','240453zewTsd','../utils/constants','./accessibility-helper','parse','UaNFT','Performing\x20scan\x20for\x20','eGOep','edge','env','RVvUB','platform_version','sTWrf','nfNwh','yIWqD','mfhnC','platformVersion','../../bin/playwright/accessibility-helper','UwYTe','ZJSkB','8VLdXBF','platform','9TGyqaG','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','jIKHb','server','dispatch','KeCkZ','JQbgw','APKvY','RgBVa','IGXVd','params','Vbzdg','BdFQs','use','connection.js','1841602qcdplL','bdahP','dkNnD','ZVpEb','testInfo','platformName','1OfmWFe','sendMessageToServer','Ykfnh','fromEntries','patchConnection','connectOptions','lQlrG','unknown_grid','kivlH','rHdRD','../../helpers/helper','__workerDetails','apply','8qlfKMm','_defaultConnectOptions','BROWSERSTACK_TEST_OBSERVABILITY','4745846wJHTZP','_type','jECKb','toString','cHwrx','ATS_WSS_URL_REGEX','function','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','browserstack-ats.com','lib','../../helpers/test-observability/utils','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','1592124DjrLHa','titlePath','path','defineProperty','leOBX','gDcEg','QQnXr','ZHfjn','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','YiaYn','Error\x20in\x20importing\x20connection\x20','OjDKG','channel','playwright-','_name','BYYyi','chnLz','1436825wkmeYG','__driver','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','Error\x20in\x20importing\x20crConnection','../../helpers/accessibility-automation/scripts','isRemote','haNVj','gNuIm','browserName','VHVPi','version','bjDzt','assign','kKpIS','entries','bsParams','product','_connection','RHbLm','currentSessionDetails','RQyCd','currentTest','Connection','caps','457215aePiwe','tSSdu','automate','browser','_onMessage','Page','JNpYK','accessibilityPlatform','query','YefzK','url','SoyUH','UUwam','format','deviceModel','safari','wxuRo','ogZiS','EDHwR','prototype','cloudProvider','browserstack','turboscale','mNVcU','bstackPerformA11yScan','chrome','patchCRConnection','NUPXL','GUPtS','wsEndpoint','WAMLl','ZkBOv','capabilities','pwPage','bStackParams','ngIsF','10797470piRKYD','sessionId','debug','Zkfni','project','ELINg','setupBrowserDetails','sessionError','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','Ittfb','fckqd','exports','bOaXR','Not\x20able\x20to\x20import\x20crConnection','local_grid'];a43_0x4e05=function(){return _0x587b0b;};return a43_0x4e05();}module[a43_0x34b95d(0x132)]=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a44_0x791a(){const _0x2e4bad=['Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','CUCUMBER','debug','./utils/constants','iHiCf','lUsKn','5904ZrBKJf','SDKTestSuccessful','mocha/lib/cli/run.js','nightwatch','usage','INFO','.browserstack','./mocha/command','homedir','yitFl','VANILLA','pjhFQ','yargs','integrations','1204550nnatjr','--package','alias','playwright','./codeceptjs/command','mocha/lib/cli/cli.js','289361PBWbEB','help','8978781qZaHBM','489903NNDNyP','iivii','--no-opts','../helpers/helper','push','--no-config','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','../helpers/logger','4VSukTZ','includes','message','--no-package','winstonLogger','QuKUy','VERSION','version','kaddY','avKAO','cucumber-js','mTenN','dot-notation','JvobR','eGfFQ','format','fireFunnelTestEvent','argv','PLAYWRIGHT','--config','existsSync','NIGHTWATCH','path','nfJhx','parserConfiguration','framework','mark','node','130KQtYll','4861656JTfCNv','demandCommand','startMonitoring','6ghJPeL','../../ats/src/index','DzuiH','error','DOVjj','mVked','.local-not-set.json','--require','command','lOeRc','../helpers/utilities','ZEcII','slice','sdk:setup-start','vWAle','findAndReplace','join','describe','RoukN','jTLsA','CODECEPTJS','util','597969sJqZbo','ITVQg','GsUWo','mocha/lib/cli/commands.js','--mochaRequire','41965eItmtE','cEmLt','HELP','Dokgk','perf_hooks','MOCHA','setTestObservabilityDisable','config','8saFXlH','handler','nOVMx','mocha','vFbNh','JDFPd','yBfsg','pzuky','ats','TGdZA','isUndefined','JqbJt','setBrowserStackAutomationDisable','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','EtTEU'];a44_0x791a=function(){return _0x2e4bad;};return a44_0x791a();}const a44_0x2e14a5=a44_0x556f;(function(_0x3fa4b2,_0x442862){const _0x5b9f2c=a44_0x556f,_0x1fade1=_0x3fa4b2();while(!![]){try{const _0x5bc163=parseInt(_0x5b9f2c(0x178))/0x1*(parseInt(_0x5b9f2c(0x1a3))/0x2)+parseInt(_0x5b9f2c(0x17b))/0x3*(parseInt(_0x5b9f2c(0x183))/0x4)+parseInt(_0x5b9f2c(0x172))/0x5+-parseInt(_0x5b9f2c(0x1a0))/0x6+-parseInt(_0x5b9f2c(0x17a))/0x7*(-parseInt(_0x5b9f2c(0x14f))/0x8)+-parseInt(_0x5b9f2c(0x142))/0x9*(-parseInt(_0x5b9f2c(0x19f))/0xa)+parseInt(_0x5b9f2c(0x147))/0xb*(-parseInt(_0x5b9f2c(0x164))/0xc);if(_0x5bc163===_0x442862)break;else _0x1fade1['push'](_0x1fade1['shift']());}catch(_0x2390ec){_0x1fade1['push'](_0x1fade1['shift']());}}}(a44_0x791a,0xb293e));function a44_0x556f(_0xa0f8da,_0x181809){const _0x791a26=a44_0x791a();return a44_0x556f=function(_0x556fae,_0x22377d){_0x556fae=_0x556fae-0x12e;let _0x2fb787=_0x791a26[_0x556fae];return _0x2fb787;},a44_0x556f(_0xa0f8da,_0x181809);}const fs=require('fs'),path=require(a44_0x2e14a5(0x199)),util=require(a44_0x2e14a5(0x141)),{performance}=require(a44_0x2e14a5(0x14b)),{requireModule}=require(a44_0x2e14a5(0x17e)),helper=require(a44_0x2e14a5(0x17e)),utilities=require(a44_0x2e14a5(0x136)),runIntegrations=require('./integrations/command'),captureError=async(_0x29b0d6,_0x533b3f,_0x545690=null)=>{const _0x345074=a44_0x2e14a5,_0x1f3757={'DOVjj':function(_0x24a16b,_0x1439eb,_0xd36c14){return _0x24a16b(_0x1439eb,_0xd36c14);},'TGdZA':_0x345074(0x165)};try{await _0x1f3757[_0x345074(0x130)](_0x29b0d6,_0x533b3f,_0x545690);}catch(_0x180eb9){process['exitCode']=0x1,logger[_0x345074(0x12f)](util[_0x345074(0x192)](_0x180eb9));const _0x44d6f2={};_0x44d6f2['globalException']=_0x180eb9[_0x345074(0x185)];const _0x5c032e=_0x44d6f2;if(helper[_0x345074(0x159)](global['config'])&&helper[_0x345074(0x159)](global[_0x345074(0x19c)]))return;try{utilities[_0x345074(0x193)](_0x1f3757[_0x345074(0x158)],_0x5c032e,global[_0x345074(0x14e)],global[_0x345074(0x19c)]);}catch(_0x5025a0){logger[_0x345074(0x160)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x5025a0);}}};try{const browserstackFolderPath=path['join'](helper[a44_0x2e14a5(0x16c)](),a44_0x2e14a5(0x16a));if(fs['existsSync'](browserstackFolderPath)){const filePath=path[a44_0x2e14a5(0x13c)](browserstackFolderPath,a44_0x2e14a5(0x132));fs[a44_0x2e14a5(0x197)](filePath)&&fs['unlinkSync'](filePath);}}catch(a44_0x2045cc){logger[a44_0x2e14a5(0x160)](a44_0x2e14a5(0x15c)+a44_0x2045cc[a44_0x2e14a5(0x185)]);}process[a44_0x2e14a5(0x194)][a44_0x2e14a5(0x184)](a44_0x2e14a5(0x152))&&(!process[a44_0x2e14a5(0x194)][a44_0x2e14a5(0x184)]('--opts')&&process['argv'][a44_0x2e14a5(0x17f)](a44_0x2e14a5(0x17d)),!process['argv'][a44_0x2e14a5(0x184)](a44_0x2e14a5(0x196))&&process[a44_0x2e14a5(0x194)]['push'](a44_0x2e14a5(0x180)),!process[a44_0x2e14a5(0x194)][a44_0x2e14a5(0x184)](a44_0x2e14a5(0x173))&&process[a44_0x2e14a5(0x194)][a44_0x2e14a5(0x17f)](a44_0x2e14a5(0x186)),helper[a44_0x2e14a5(0x13b)](process[a44_0x2e14a5(0x194)],a44_0x2e14a5(0x133),a44_0x2e14a5(0x146)));const yargs=require(a44_0x2e14a5(0x170)),Constants=require(a44_0x2e14a5(0x161)),PerformanceTester=require('../helpers/performance-tester'),logger=require(a44_0x2e14a5(0x182))[a44_0x2e14a5(0x187)];PerformanceTester[a44_0x2e14a5(0x1a2)](),performance[a44_0x2e14a5(0x19d)](a44_0x2e14a5(0x139));const a44_0x2f3bef={};a44_0x2f3bef[a44_0x2e14a5(0x18f)]=![];const argv=yargs[a44_0x2e14a5(0x19b)](a44_0x2f3bef)[a44_0x2e14a5(0x168)]('usage:\x20$0\x20<command>\x20[args]')[a44_0x2e14a5(0x174)]('v',a44_0x2e14a5(0x18a))[a44_0x2e14a5(0x13d)]('v')[a44_0x2e14a5(0x174)]('h','help')[a44_0x2e14a5(0x179)](a44_0x2e14a5(0x179))['showHelpOnFail'](!![],Constants[a44_0x2e14a5(0x189)][a44_0x2e14a5(0x149)])[a44_0x2e14a5(0x134)]('jest',Constants['JEST'][a44_0x2e14a5(0x169)],function(_0x2662cb){const _0x324389=a44_0x2e14a5,_0x598626={'iivii':function(_0x4dfbb9,_0x25d4d3,_0x1ff891,_0x3fa3f3){return _0x4dfbb9(_0x25d4d3,_0x1ff891,_0x3fa3f3);},'iHiCf':function(_0x4e9626,_0x5d6da6){return _0x4e9626(_0x5d6da6);},'cEmLt':'./jest/command'};helper[_0x324389(0x14d)](),helper[_0x324389(0x15b)]();const _0x581497=process[_0x324389(0x194)][_0x324389(0x138)](0x2);return _0x598626[_0x324389(0x17c)](captureError,_0x598626[_0x324389(0x162)](require,_0x598626[_0x324389(0x148)]),_0x2662cb[_0x324389(0x194)],_0x581497);})[a44_0x2e14a5(0x134)](a44_0x2e14a5(0x152),Constants[a44_0x2e14a5(0x14c)][a44_0x2e14a5(0x169)],_0x1e4d60=>{const _0x33c338=a44_0x2e14a5,_0x1f9b11={'GsUWo':function(_0x2f8208,_0x364a49,_0x506abd){return _0x2f8208(_0x364a49,_0x506abd);},'mVked':function(_0xa2c03c,_0x275403){return _0xa2c03c(_0x275403);},'NfIiJ':_0x33c338(0x16b),'pzuky':'Parsing\x20command\x20line\x20arguements','yitFl':_0x33c338(0x166),'jTLsA':_0x33c338(0x152),'nfJhx':function(_0x22fd9f,_0x3c1a1d,_0x417e4c){return _0x22fd9f(_0x3c1a1d,_0x417e4c);},'JqbJt':_0x33c338(0x145),'JvobR':_0x33c338(0x177),'Dokgk':function(_0x51706e){return _0x51706e();}};logger['debug'](_0x1f9b11[_0x33c338(0x156)]);const _0x194dae=_0x1f9b11['GsUWo'](requireModule,_0x1f9b11[_0x33c338(0x16d)],_0x1f9b11['jTLsA']),_0x3a5196=_0x1f9b11[_0x33c338(0x19a)](requireModule,_0x1f9b11[_0x33c338(0x15a)],_0x1f9b11[_0x33c338(0x13f)]);process['argv']=process[_0x33c338(0x194)][_0x33c338(0x138)](0x1),delete _0x194dae['handler'],_0x194dae[_0x33c338(0x150)]=function(_0x15a65d){const _0x1d48ed=_0x33c338;return _0x1f9b11[_0x1d48ed(0x144)](captureError,_0x1f9b11[_0x1d48ed(0x131)](require,_0x1f9b11['NfIiJ']),_0x15a65d);},_0x3a5196['run']=_0x194dae;const {main:_0x424d68}=_0x1f9b11[_0x33c338(0x19a)](requireModule,_0x1f9b11[_0x33c338(0x190)],_0x1f9b11[_0x33c338(0x13f)]);_0x1f9b11[_0x33c338(0x14a)](_0x424d68);})[a44_0x2e14a5(0x134)](a44_0x2e14a5(0x18d),Constants[a44_0x2e14a5(0x15f)][a44_0x2e14a5(0x169)],function(_0x39242b){const _0x47ed1f=a44_0x2e14a5,_0x2ff758={'EtTEU':function(_0x235892,_0x31387b,_0x21e6ce,_0x28d8df){return _0x235892(_0x31387b,_0x21e6ce,_0x28d8df);},'xqGJF':function(_0x30afba,_0x293914){return _0x30afba(_0x293914);},'JDFPd':'./cucumber-js/command'},_0x5aa1a0=process['argv'][_0x47ed1f(0x138)](0x2);return _0x2ff758[_0x47ed1f(0x15d)](captureError,_0x2ff758['xqGJF'](require,_0x2ff758[_0x47ed1f(0x154)]),_0x39242b[_0x47ed1f(0x194)],_0x5aa1a0);})[a44_0x2e14a5(0x134)](a44_0x2e14a5(0x19e),Constants[a44_0x2e14a5(0x16e)]['INFO'],function(_0x516c4d){const _0x3d1d54=a44_0x2e14a5,_0x63f142={'vFbNh':function(_0x514a92,_0x344d05,_0x2991bb,_0x2b4b86){return _0x514a92(_0x344d05,_0x2991bb,_0x2b4b86);},'yBfsg':function(_0x30229f,_0x24931e){return _0x30229f(_0x24931e);},'lOeRc':'./vanilla-js/command'},_0x27f9e7=process[_0x3d1d54(0x194)][_0x3d1d54(0x138)](0x2);return _0x63f142[_0x3d1d54(0x153)](captureError,_0x63f142[_0x3d1d54(0x155)](require,_0x63f142[_0x3d1d54(0x135)]),_0x516c4d[_0x3d1d54(0x194)],_0x27f9e7);})[a44_0x2e14a5(0x134)](a44_0x2e14a5(0x167),Constants[a44_0x2e14a5(0x198)][a44_0x2e14a5(0x169)],function(_0x32165d){const _0x258dcb=a44_0x2e14a5,_0x53dcfa={'nOVMx':function(_0x19d3ea,_0x194800,_0x3b59d4,_0x44bfd3){return _0x19d3ea(_0x194800,_0x3b59d4,_0x44bfd3);},'vWAle':function(_0x380b8c,_0x5f2e4f){return _0x380b8c(_0x5f2e4f);},'eGfFQ':'./nightwatch/command'},_0x5df7e5=process[_0x258dcb(0x194)][_0x258dcb(0x138)](0x2);return _0x53dcfa[_0x258dcb(0x151)](captureError,_0x53dcfa[_0x258dcb(0x13a)](require,_0x53dcfa[_0x258dcb(0x191)]),_0x32165d[_0x258dcb(0x194)],_0x5df7e5);})[a44_0x2e14a5(0x134)]('codeceptjs',Constants[a44_0x2e14a5(0x140)]['INFO'],function(_0x3bef06){const _0x6619a=a44_0x2e14a5,_0x385899={'ZEcII':function(_0x2bd6b0,_0x4aff4f,_0x325916,_0x41abf9){return _0x2bd6b0(_0x4aff4f,_0x325916,_0x41abf9);},'QuKUy':function(_0x27501e,_0x5bd032){return _0x27501e(_0x5bd032);},'RoukN':_0x6619a(0x176)},_0x596fab=process[_0x6619a(0x194)][_0x6619a(0x138)](0x2);return _0x385899[_0x6619a(0x137)](captureError,_0x385899[_0x6619a(0x188)](require,_0x385899[_0x6619a(0x13e)]),_0x3bef06[_0x6619a(0x194)],_0x596fab);})['command'](a44_0x2e14a5(0x157),Constants['HST'][a44_0x2e14a5(0x169)],function(_0x346cb1){const _0x5b6fae=a44_0x2e14a5,_0x5ebcb3={'mTenN':function(_0xb33d0,_0xdecaf5,_0x1c81e4){return _0xb33d0(_0xdecaf5,_0x1c81e4);},'avKAO':function(_0x35fce5,_0x218fd1){return _0x35fce5(_0x218fd1);},'kaddY':_0x5b6fae(0x1a4)},_0x5897b3=process[_0x5b6fae(0x194)][_0x5b6fae(0x138)](0x2);return _0x5ebcb3[_0x5b6fae(0x18e)](captureError,_0x5ebcb3[_0x5b6fae(0x18c)](require,_0x5ebcb3[_0x5b6fae(0x18b)]),_0x346cb1);})['command'](a44_0x2e14a5(0x171),Constants['INTEGRATIONS'][a44_0x2e14a5(0x169)],function(_0x3de634){const _0x7a13be=a44_0x2e14a5,_0x378709={'DzuiH':function(_0x114ccf,_0x5597){return _0x114ccf(_0x5597);}};return _0x378709[_0x7a13be(0x12e)](runIntegrations,_0x3de634);})[a44_0x2e14a5(0x134)](a44_0x2e14a5(0x175),Constants[a44_0x2e14a5(0x195)][a44_0x2e14a5(0x169)],function(_0x5bd2fd){const _0x4ea852=a44_0x2e14a5,_0x59cc48={'lUsKn':function(_0x16984d,_0x3c0bc5,_0x5a0d86,_0x2a581a){return _0x16984d(_0x3c0bc5,_0x5a0d86,_0x2a581a);},'ITVQg':function(_0x394577,_0x1e636a){return _0x394577(_0x1e636a);},'pjhFQ':'./playwright/command'},_0x21db69=process['argv'][_0x4ea852(0x138)](0x2);return _0x59cc48[_0x4ea852(0x163)](captureError,_0x59cc48[_0x4ea852(0x143)](require,_0x59cc48[_0x4ea852(0x16f)]),_0x5bd2fd[_0x4ea852(0x194)],_0x21db69);})[a44_0x2e14a5(0x1a1)](0x1,a44_0x2e14a5(0x181))['wrap'](null)[a44_0x2e14a5(0x194)];!helper[a44_0x2e14a5(0x159)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a44_0x2e14a5(0x157)&&console['error'](a44_0x2e14a5(0x15e));
2
+ 'use strict';const a44_0xa658b8=a44_0x1c44;(function(_0x43e154,_0x40672e){const _0x4e72ba=a44_0x1c44,_0xc5dc59=_0x43e154();while(!![]){try{const _0x362b7a=-parseInt(_0x4e72ba(0x176))/0x1*(parseInt(_0x4e72ba(0x14b))/0x2)+-parseInt(_0x4e72ba(0x172))/0x3+-parseInt(_0x4e72ba(0x13c))/0x4+parseInt(_0x4e72ba(0x15a))/0x5*(parseInt(_0x4e72ba(0x148))/0x6)+-parseInt(_0x4e72ba(0x183))/0x7*(parseInt(_0x4e72ba(0x17f))/0x8)+-parseInt(_0x4e72ba(0x16e))/0x9+parseInt(_0x4e72ba(0x16d))/0xa;if(_0x362b7a===_0x40672e)break;else _0xc5dc59['push'](_0xc5dc59['shift']());}catch(_0x580a2d){_0xc5dc59['push'](_0xc5dc59['shift']());}}}(a44_0xf082,0x2241a));const fs=require('fs'),path=require(a44_0xa658b8(0x177)),util=require('util'),{requireModule}=require(a44_0xa658b8(0x1a3)),PerformanceTester=require(a44_0xa658b8(0x151)),PerformanceEvents=require(a44_0xa658b8(0x174))[a44_0xa658b8(0x14d)],helper=require('../helpers/helper'),utilities=require(a44_0xa658b8(0x155)),runIntegrations=require('./integrations/command'),captureError=async(_0x22d2ea,_0x4a3f20,_0x1019ae=null)=>{const _0x3b1781=a44_0xa658b8,_0xc1acf9={'SGcUM':function(_0x1fb850,_0xbff748,_0xb66d5c){return _0x1fb850(_0xbff748,_0xb66d5c);},'uynPu':_0x3b1781(0x142)};try{await _0xc1acf9[_0x3b1781(0x15f)](_0x22d2ea,_0x4a3f20,_0x1019ae);}catch(_0x36765d){process['exitCode']=0x1,logger[_0x3b1781(0x199)](util[_0x3b1781(0x170)](_0x36765d));const _0x3ea579={};_0x3ea579[_0x3b1781(0x13f)]=_0x36765d[_0x3b1781(0x18a)];const _0x510edb=_0x3ea579;PerformanceTester[_0x3b1781(0x19f)](PerformanceEvents['SDK_SETUP'],![],util['format'](_0x36765d));if(helper[_0x3b1781(0x157)](global[_0x3b1781(0x18d)])&&helper['isUndefined'](global[_0x3b1781(0x161)]))return;try{utilities[_0x3b1781(0x159)](_0xc1acf9[_0x3b1781(0x191)],_0x510edb,global[_0x3b1781(0x18d)],global['framework']);}catch(_0x12b9e3){logger['debug']('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x12b9e3[_0x3b1781(0x164)]);}PerformanceTester['end'](PerformanceEvents[_0x3b1781(0x1ad)],![],util[_0x3b1781(0x170)](_0x36765d));}finally{PerformanceTester[_0x3b1781(0x17d)](PerformanceEvents[_0x3b1781(0x149)]);}};try{const browserstackFolderPath=path[a44_0xa658b8(0x141)](helper[a44_0xa658b8(0x13d)](),a44_0xa658b8(0x140));if(fs[a44_0xa658b8(0x1ab)](browserstackFolderPath)){const filePath=path[a44_0xa658b8(0x141)](browserstackFolderPath,a44_0xa658b8(0x16f));fs[a44_0xa658b8(0x1ab)](filePath)&&fs[a44_0xa658b8(0x17b)](filePath);}}catch(a44_0x13e5aa){logger[a44_0xa658b8(0x15b)](a44_0xa658b8(0x193)+a44_0x13e5aa['message']);}process[a44_0xa658b8(0x19b)][a44_0xa658b8(0x189)](a44_0xa658b8(0x1af))&&(!process[a44_0xa658b8(0x19b)][a44_0xa658b8(0x189)](a44_0xa658b8(0x1a0))&&process[a44_0xa658b8(0x19b)][a44_0xa658b8(0x1ac)](a44_0xa658b8(0x139)),!process['argv'][a44_0xa658b8(0x189)](a44_0xa658b8(0x1a9))&&process[a44_0xa658b8(0x19b)]['push'](a44_0xa658b8(0x17e)),!process['argv'][a44_0xa658b8(0x189)](a44_0xa658b8(0x162))&&process[a44_0xa658b8(0x19b)]['push']('--no-package'),helper[a44_0xa658b8(0x14a)](process[a44_0xa658b8(0x19b)],a44_0xa658b8(0x171),a44_0xa658b8(0x17c)));function a44_0x1c44(_0x2b8a88,_0x3d8b6a){const _0xf08237=a44_0xf082();return a44_0x1c44=function(_0x1c44d1,_0x4f1cab){_0x1c44d1=_0x1c44d1-0x139;let _0x140d5e=_0xf08237[_0x1c44d1];return _0x140d5e;},a44_0x1c44(_0x2b8a88,_0x3d8b6a);}const yargs=require(a44_0xa658b8(0x1a2)),Constants=require(a44_0xa658b8(0x1a6)),logger=require('../helpers/logger')[a44_0xa658b8(0x19d)];PerformanceTester['startMonitoring'](),PerformanceTester[a44_0xa658b8(0x17d)](PerformanceEvents[a44_0xa658b8(0x1ad)]);const a44_0x3260f9={};function a44_0xf082(){const _0x1968f4=['Amqhj','1626YHmUJT','SDK_CLEANUP','findAndReplace','350JiDMML','JWfWu','EVENTS','ats','SykAn','ZVNPJ','../helpers/performance/performance-tester','sOlZJ','bEDRB','UtdZU','../helpers/utilities','mocha/lib/cli/run.js','isUndefined','WYRhV','fireFunnelTestEvent','1560CXljYS','debug','NIGHTWATCH','HkEMq','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','SGcUM','iajVl','framework','--package','INTEGRATIONS','stack','FQXRx','cucumber-js','alias','PLAYWRIGHT','kDraP','./playwright/command','LuowE','JyltC','3594460zfEemh','1678158jWVnIm','.local-not-set.json','format','--require','6483bCOJvf','help','../helpers/performance/constants','run','125WaSqRf','path','nightwatch','HST','./cucumber-js/command','unlinkSync','--mochaRequire','start','--no-config','16TocBWV','describe','hatYn','usage:\x20$0\x20<command>\x20[args]','109438NAmByD','./mocha/command','handler','./nightwatch/command','CbTNK','miLta','includes','message','command','demandCommand','config','JEST','MOCHA','./jest/command','uynPu','iUBmL','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','./codeceptjs/command','OwKEr','INFO','dot-notation','../../ats/src/index','error','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','argv','version','winstonLogger','showHelpOnFail','end','--opts','integrations','yargs','../helpers/helper','wmUqL','setTestObservabilityDisable','./utils/constants','HELP','slice','--config','CODECEPTJS','existsSync','push','SDK_SETUP','DulQM','mocha','--no-opts','codeceptjs','azQYv','247672JbsZbj','homedir','IJlXu','globalException','.browserstack','join','SDKTestSuccessful','GTgBC','setBrowserStackAutomationDisable','wuEwa','iWnok'];a44_0xf082=function(){return _0x1968f4;};return a44_0xf082();}a44_0x3260f9[a44_0xa658b8(0x197)]=![];const argv=yargs['parserConfiguration'](a44_0x3260f9)['usage'](a44_0xa658b8(0x182))['alias']('v',a44_0xa658b8(0x19c))[a44_0xa658b8(0x180)]('v')[a44_0xa658b8(0x167)]('h',a44_0xa658b8(0x173))[a44_0xa658b8(0x173)](a44_0xa658b8(0x173))[a44_0xa658b8(0x19e)](!![],Constants['VERSION'][a44_0xa658b8(0x1a7)])[a44_0xa658b8(0x18b)]('jest',Constants[a44_0xa658b8(0x18e)][a44_0xa658b8(0x196)],function(_0x342245){const _0x4bc243=a44_0xa658b8,_0x39d381={'JyltC':function(_0xa004b8,_0x50f339,_0x128152,_0x4cfc93){return _0xa004b8(_0x50f339,_0x128152,_0x4cfc93);},'FQXRx':function(_0x2362a9,_0x5a09a1){return _0x2362a9(_0x5a09a1);},'DulQM':_0x4bc243(0x190)};helper[_0x4bc243(0x1a5)](),helper[_0x4bc243(0x144)]();const _0x3d8a63=process['argv'][_0x4bc243(0x1a8)](0x2);return _0x39d381[_0x4bc243(0x16c)](captureError,_0x39d381[_0x4bc243(0x165)](require,_0x39d381[_0x4bc243(0x1ae)]),_0x342245['argv'],_0x3d8a63);})[a44_0xa658b8(0x18b)](a44_0xa658b8(0x1af),Constants[a44_0xa658b8(0x18f)][a44_0xa658b8(0x196)],_0x2944e7=>{const _0xf73ef5=a44_0xa658b8,_0x11e9e9={'kDraP':function(_0x12726f,_0x291cd3,_0x1bbcbf){return _0x12726f(_0x291cd3,_0x1bbcbf);},'UtdZU':function(_0x572749,_0x55253f){return _0x572749(_0x55253f);},'TYAba':_0xf73ef5(0x184),'iUBmL':'Parsing\x20command\x20line\x20arguements','LuowE':_0xf73ef5(0x156),'OwKEr':'mocha','HkEMq':function(_0xe2f216,_0x10082e,_0x21e2c9){return _0xe2f216(_0x10082e,_0x21e2c9);},'JWfWu':'mocha/lib/cli/commands.js','SykAn':function(_0x4d76ba,_0x9440a2,_0x3bfd55){return _0x4d76ba(_0x9440a2,_0x3bfd55);},'bEDRB':'mocha/lib/cli/cli.js','WYRhV':function(_0x53b46e){return _0x53b46e();}};logger[_0xf73ef5(0x15b)](_0x11e9e9[_0xf73ef5(0x192)]);const _0x2b5c4f=_0x11e9e9[_0xf73ef5(0x169)](requireModule,_0x11e9e9[_0xf73ef5(0x16b)],_0x11e9e9['OwKEr']),_0x4eff05=_0x11e9e9[_0xf73ef5(0x15d)](requireModule,_0x11e9e9[_0xf73ef5(0x14c)],_0x11e9e9[_0xf73ef5(0x195)]);process[_0xf73ef5(0x19b)]=process[_0xf73ef5(0x19b)]['slice'](0x1),delete _0x2b5c4f[_0xf73ef5(0x185)],_0x2b5c4f['handler']=function(_0x24a618){const _0x440fef=_0xf73ef5;return _0x11e9e9[_0x440fef(0x169)](captureError,_0x11e9e9[_0x440fef(0x154)](require,_0x11e9e9['TYAba']),_0x24a618);},_0x4eff05[_0xf73ef5(0x175)]=_0x2b5c4f;const {main:_0x31a7e2}=_0x11e9e9[_0xf73ef5(0x14f)](requireModule,_0x11e9e9[_0xf73ef5(0x153)],_0x11e9e9[_0xf73ef5(0x195)]);_0x11e9e9[_0xf73ef5(0x158)](_0x31a7e2);})[a44_0xa658b8(0x18b)](a44_0xa658b8(0x166),Constants['CUCUMBER']['INFO'],function(_0x599b4b){const _0x5e7c6f=a44_0xa658b8,_0x1d05eb={'iFmKO':function(_0x280ee1,_0x18de10,_0x5aec94,_0x7fdec9){return _0x280ee1(_0x18de10,_0x5aec94,_0x7fdec9);},'hatYn':function(_0x3673b8,_0x4fc1b1){return _0x3673b8(_0x4fc1b1);},'sOlZJ':_0x5e7c6f(0x17a)},_0x16e58b=process[_0x5e7c6f(0x19b)][_0x5e7c6f(0x1a8)](0x2);return _0x1d05eb['iFmKO'](captureError,_0x1d05eb[_0x5e7c6f(0x181)](require,_0x1d05eb[_0x5e7c6f(0x152)]),_0x599b4b[_0x5e7c6f(0x19b)],_0x16e58b);})[a44_0xa658b8(0x18b)]('node',Constants['VANILLA']['INFO'],function(_0x227409){const _0x4a9ca2=a44_0xa658b8,_0x47f9cb={'wuEwa':function(_0x45b62b,_0xa8d06e,_0x2ac2c9,_0x1092c5){return _0x45b62b(_0xa8d06e,_0x2ac2c9,_0x1092c5);},'azQYv':function(_0x5c2078,_0x464e3f){return _0x5c2078(_0x464e3f);},'lmzJe':'./vanilla-js/command'},_0x3cbfda=process['argv'][_0x4a9ca2(0x1a8)](0x2);return _0x47f9cb[_0x4a9ca2(0x145)](captureError,_0x47f9cb[_0x4a9ca2(0x13b)](require,_0x47f9cb['lmzJe']),_0x227409['argv'],_0x3cbfda);})['command'](a44_0xa658b8(0x178),Constants[a44_0xa658b8(0x15c)][a44_0xa658b8(0x196)],function(_0x4059d7){const _0x575edf=a44_0xa658b8,_0x56b01c={'miLta':function(_0x34a51d,_0x973e39,_0x23efbd,_0x1c92b6){return _0x34a51d(_0x973e39,_0x23efbd,_0x1c92b6);},'HqFCF':function(_0x5b0bfe,_0x3895e){return _0x5b0bfe(_0x3895e);},'iajVl':_0x575edf(0x186)},_0x50c033=process[_0x575edf(0x19b)][_0x575edf(0x1a8)](0x2);return _0x56b01c[_0x575edf(0x188)](captureError,_0x56b01c['HqFCF'](require,_0x56b01c[_0x575edf(0x160)]),_0x4059d7[_0x575edf(0x19b)],_0x50c033);})[a44_0xa658b8(0x18b)](a44_0xa658b8(0x13a),Constants[a44_0xa658b8(0x1aa)][a44_0xa658b8(0x196)],function(_0x5da307){const _0x31e7c0=a44_0xa658b8,_0x1c9ff1={'ZVNPJ':function(_0xf1e828,_0x4188c8,_0x7b49d5,_0x28d3f0){return _0xf1e828(_0x4188c8,_0x7b49d5,_0x28d3f0);},'GTgBC':function(_0x3af474,_0x13bef0){return _0x3af474(_0x13bef0);},'wmUqL':_0x31e7c0(0x194)},_0x435520=process[_0x31e7c0(0x19b)][_0x31e7c0(0x1a8)](0x2);return _0x1c9ff1[_0x31e7c0(0x150)](captureError,_0x1c9ff1[_0x31e7c0(0x143)](require,_0x1c9ff1[_0x31e7c0(0x1a4)]),_0x5da307['argv'],_0x435520);})[a44_0xa658b8(0x18b)]('ats',Constants[a44_0xa658b8(0x179)][a44_0xa658b8(0x196)],function(_0x376930){const _0x4f2427=a44_0xa658b8,_0xd50cbe={'CbTNK':function(_0x2d6a3e,_0x393684,_0x4ff9a8){return _0x2d6a3e(_0x393684,_0x4ff9a8);},'Amqhj':function(_0x2194ab,_0x2636b4){return _0x2194ab(_0x2636b4);},'iWnok':_0x4f2427(0x198)},_0x4dc574=process[_0x4f2427(0x19b)][_0x4f2427(0x1a8)](0x2);return _0xd50cbe[_0x4f2427(0x187)](captureError,_0xd50cbe[_0x4f2427(0x147)](require,_0xd50cbe[_0x4f2427(0x146)]),_0x376930);})[a44_0xa658b8(0x18b)](a44_0xa658b8(0x1a1),Constants[a44_0xa658b8(0x163)][a44_0xa658b8(0x196)],function(_0x26e038){const _0x5040c6={'iLNzF':function(_0x148757,_0x3d73fc){return _0x148757(_0x3d73fc);}};return _0x5040c6['iLNzF'](runIntegrations,_0x26e038);})[a44_0xa658b8(0x18b)]('playwright',Constants[a44_0xa658b8(0x168)]['INFO'],function(_0x330dd3){const _0x324a48=a44_0xa658b8,_0x135d02={'EgGWo':function(_0x3efe27,_0x1eb1eb,_0x37f0bb,_0x387482){return _0x3efe27(_0x1eb1eb,_0x37f0bb,_0x387482);},'IJlXu':function(_0x337f9f,_0x4586ac){return _0x337f9f(_0x4586ac);},'ejaWT':_0x324a48(0x16a)},_0x4f7078=process[_0x324a48(0x19b)][_0x324a48(0x1a8)](0x2);return _0x135d02['EgGWo'](captureError,_0x135d02[_0x324a48(0x13e)](require,_0x135d02['ejaWT']),_0x330dd3[_0x324a48(0x19b)],_0x4f7078);})[a44_0xa658b8(0x18c)](0x1,a44_0xa658b8(0x19a))['wrap'](null)[a44_0xa658b8(0x19b)];!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a44_0xa658b8(0x14e)&&console['error'](a44_0xa658b8(0x15e));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a45_0x16b5ec=a45_0x44ee;(function(_0x5e8eb9,_0x11b59f){const _0x5487b0=a45_0x44ee,_0x8c5e6e=_0x5e8eb9();while(!![]){try{const _0x28bc2c=-parseInt(_0x5487b0(0x1d1))/0x1*(parseInt(_0x5487b0(0x1ae))/0x2)+-parseInt(_0x5487b0(0x1b3))/0x3+parseInt(_0x5487b0(0x191))/0x4+parseInt(_0x5487b0(0x1c8))/0x5+parseInt(_0x5487b0(0x1c9))/0x6+-parseInt(_0x5487b0(0x1ce))/0x7*(parseInt(_0x5487b0(0x1a9))/0x8)+parseInt(_0x5487b0(0x1c3))/0x9*(-parseInt(_0x5487b0(0x1b1))/0xa);if(_0x28bc2c===_0x11b59f)break;else _0x8c5e6e['push'](_0x8c5e6e['shift']());}catch(_0x5648f9){_0x8c5e6e['push'](_0x8c5e6e['shift']());}}}(a45_0xd8e7,0x1b35b));const fs=require('fs'),helper=require(a45_0x16b5ec(0x1bb)),utilities=require(a45_0x16b5ec(0x19c)),yaml=require('js-yaml'),yargs=require('yargs'),logger=require('../helpers/logger')[a45_0x16b5ec(0x1b7)],configFileTemplate=__dirname+a45_0x16b5ec(0x1b0),configFileTemplatePW=__dirname+a45_0x16b5ec(0x1b4),configFile=process[a45_0x16b5ec(0x19d)]()+'/browserstack.yml',packageFile=process[a45_0x16b5ec(0x19d)]()+'/package.json',frameworks=[a45_0x16b5ec(0x1a2),'jest',a45_0x16b5ec(0x1aa),a45_0x16b5ec(0x1bd),a45_0x16b5ec(0x1ac),a45_0x16b5ec(0x1bf),'playwright'];let config;logger[a45_0x16b5ec(0x1ab)](a45_0x16b5ec(0x1c2)),createConfigurationFile(yargs[a45_0x16b5ec(0x18c)][a45_0x16b5ec(0x1c6)],yargs[a45_0x16b5ec(0x18c)][a45_0x16b5ec(0x1d2)],yargs[a45_0x16b5ec(0x18c)][a45_0x16b5ec(0x1cb)]);try{sdkSetup();}catch(a45_0x178b3c){logger[a45_0x16b5ec(0x1af)](a45_0x16b5ec(0x19f)+a45_0x178b3c);}function a45_0xd8e7(){const _0x227b06=['node-setup','\x20&&\x20npm\x20update\x20browserstack-node-sdk','../helpers/utilities','cwd','fireFunnelTestEvent','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','Adding\x20new\x20script(s)\x20in\x20package.json...','browserstack-node-sdk\x20','mocha','htytW','npm\x20update\x20browserstack-node-sdk','scripts','YbuOe','ckJJG','APSQP','229544cJaRCm','cucumber-js','info','nightwatch','parse','638QqjbxN','debug','/../../browserstack.yml.sample','10510NCuucT','browserstack-node-sdk','267819hxytxG','/../../browserstack.pw.yml.sample','AvmkO','postinstall','winstonLogger','load','stringify','fHmvs','../helpers/helper','XMbIs','node','split','codeceptjs','length','YOUR_ACCESS_KEY','Creating\x20configuration\x20file...','1611xbmrvw','isUndefined','LSFFd','username','VRYef','988225glmkkU','1235130HWyFfb','iFKcr','playwright','vUEPu','join','14nUZhac','quvek','error','137EnrOVd','key','indexOf','KOWPu','push','replace','argv','-browserstack','uXfeh','FOgYt','YOUR_USERNAME','345768HHRRfc','QgWZJ','POTyK','writeFileSync','source','entries','utf8','nYAhQ','Setup\x20completed'];a45_0xd8e7=function(){return _0x227b06;};return a45_0xd8e7();}addScriptInPackageJson();function createConfigurationFile(_0x5b03b9,_0x5a8518,_0x4ca6b8=![]){const _0x58a84c=a45_0x16b5ec,_0xa16ae0={};_0xa16ae0[_0x58a84c(0x1cc)]=_0x58a84c(0x197),_0xa16ae0[_0x58a84c(0x1c7)]=_0x58a84c(0x190),_0xa16ae0[_0x58a84c(0x1ca)]=_0x58a84c(0x1c1);const _0x325f72=_0xa16ae0;try{let _0x151803=fs['readFileSync'](_0x4ca6b8?configFileTemplatePW:configFileTemplate,_0x325f72['vUEPu']);_0x5b03b9&&(_0x151803=_0x151803[_0x58a84c(0x18b)](_0x325f72['VRYef'],_0x5b03b9)),_0x5a8518&&(_0x151803=_0x151803[_0x58a84c(0x18b)](_0x325f72['iFKcr'],_0x5a8518)),config=yaml[_0x58a84c(0x1b8)](_0x151803),fs[_0x58a84c(0x194)](configFile,_0x151803,_0x58c4d3=>{const _0x1715a7=_0x58a84c;_0x58c4d3&&logger[_0x1715a7(0x1d0)](_0x58c4d3);});}catch(_0x147578){logger[_0x58a84c(0x1d0)](_0x147578);}}function addPostInstallScript(_0x902e3e,_0x545760){const _0x584eb1=a45_0x16b5ec,_0xf08637={};_0xf08637[_0x584eb1(0x1a3)]=_0x584eb1(0x1b6),_0xf08637[_0x584eb1(0x1c5)]=_0x584eb1(0x1a4),_0xf08637[_0x584eb1(0x193)]=_0x584eb1(0x19b);const _0x125111=_0xf08637;let _0xbbeb40=_0x902e3e[_0x125111[_0x584eb1(0x1a3)]];if(_0xbbeb40&&_0xbbeb40['includes'](_0x125111[_0x584eb1(0x1c5)]))return;!_0xbbeb40?_0xbbeb40=_0x125111[_0x584eb1(0x1c5)]:_0xbbeb40+=_0x125111['POTyK'],_0x545760['push']([_0x125111[_0x584eb1(0x1a3)],_0xbbeb40]);}function addScriptInPackageJson(){const _0x389a83=a45_0x16b5ec,_0x30f774={'quvek':'utf8','uXfeh':function(_0x5355a4,_0x42bc03){return _0x5355a4<_0x42bc03;},'nYAhQ':function(_0xf41d92,_0x2b0952,_0x55c28a){return _0xf41d92(_0x2b0952,_0x55c28a);},'KmuZO':function(_0x463d0c,_0x4a932e,_0x42a02d){return _0x463d0c(_0x4a932e,_0x42a02d);},'FOgYt':function(_0x43ec90,_0x36b16c){return _0x43ec90<_0x36b16c;},'APSQP':function(_0xfe06ca,_0x5c59af){return _0xfe06ca!==_0x5c59af;},'UyYUN':_0x389a83(0x1a0)},_0x3776a7=JSON[_0x389a83(0x1ad)](fs['readFileSync'](packageFile,_0x30f774[_0x389a83(0x1cf)])),_0x3a4cca=[];for(let _0x2af8f6=0x0;_0x30f774[_0x389a83(0x18e)](_0x2af8f6,frameworks[_0x389a83(0x1c0)]);_0x2af8f6+=0x1){const _0x2d7ed8=_0x30f774[_0x389a83(0x198)](findScriptsWithFramework,_0x3776a7[_0x389a83(0x1a5)],frameworks[_0x2af8f6]);for(let _0x3566c5=0x0;_0x30f774['uXfeh'](_0x3566c5,_0x2d7ed8[_0x389a83(0x1c0)]);_0x3566c5+=0x1){_0x3a4cca[_0x389a83(0x18a)](_0x30f774[_0x389a83(0x198)](getUpdatedCommand,_0x3776a7[_0x389a83(0x1a5)],_0x2d7ed8[_0x3566c5]));}_0x30f774['KmuZO'](addPostInstallScript,_0x3776a7['scripts'],_0x3a4cca);}const _0x1b29aa={..._0x3776a7[_0x389a83(0x1a5)]},_0x5a8207=_0x1b29aa;for(let _0x53dc19=0x0;_0x30f774[_0x389a83(0x18f)](_0x53dc19,_0x3a4cca['length']);_0x53dc19+=0x1){_0x5a8207[_0x3a4cca[_0x53dc19][0x0]]=_0x3a4cca[_0x53dc19][0x1];}_0x30f774[_0x389a83(0x1a8)](JSON[_0x389a83(0x1b9)](_0x3776a7[_0x389a83(0x1a5)]),JSON['stringify'](_0x5a8207))&&(logger[_0x389a83(0x1ab)](_0x30f774['UyYUN']),_0x3776a7[_0x389a83(0x1a5)]=_0x5a8207,fs[_0x389a83(0x194)](packageFile,JSON['stringify'](_0x3776a7,null,0x2),_0x1d11e7=>{const _0x5b64d2=_0x389a83;_0x1d11e7&&logger[_0x5b64d2(0x1d0)](_0x1d11e7);}));};function findScriptsWithFramework(_0x5e4edd,_0x593bdb){const _0x5ae4e2=a45_0x16b5ec,_0x220a48={};_0x220a48[_0x5ae4e2(0x192)]=function(_0x4ec8aa,_0x17b50d){return _0x4ec8aa<_0x17b50d;},_0x220a48[_0x5ae4e2(0x1b5)]=_0x5ae4e2(0x1b2);const _0x51a86a=_0x220a48,_0x586780=[],_0x11ca4a=Object[_0x5ae4e2(0x196)](_0x5e4edd);for(let _0x85f9c8=0x0;_0x51a86a[_0x5ae4e2(0x192)](_0x85f9c8,_0x11ca4a[_0x5ae4e2(0x1c0)]);_0x85f9c8+=0x1){_0x11ca4a[_0x85f9c8][0x1]['includes'](_0x593bdb)&&!_0x11ca4a[_0x85f9c8][0x1]['includes'](_0x51a86a[_0x5ae4e2(0x1b5)])&&_0x586780[_0x5ae4e2(0x18a)](_0x11ca4a[_0x85f9c8][0x0]);}return _0x586780;}function getUpdatedCommand(_0x4d15d8,_0x293fd3){const _0x57afee=a45_0x16b5ec,_0x44b8aa={};_0x44b8aa['XMbIs']=function(_0x294421,_0x3350cd){return _0x294421!==_0x3350cd;},_0x44b8aa[_0x57afee(0x1a6)]=_0x57afee(0x1b2),_0x44b8aa[_0x57afee(0x1a7)]=function(_0x32a619,_0x1404a6){return _0x32a619===_0x1404a6;};const _0x5e2245=_0x44b8aa,_0x42f4df=_0x293fd3+_0x57afee(0x18d),_0x2b6415=_0x4d15d8[_0x293fd3],_0x2315a5=_0x2b6415[_0x57afee(0x1be)]('\x20');for(const _0x3bb7ea of frameworks){if(_0x5e2245[_0x57afee(0x1bc)](_0x2315a5[_0x57afee(0x1d3)](_0x3bb7ea),-0x1)){_0x2315a5['splice'](_0x2315a5[_0x57afee(0x1d3)](_0x3bb7ea),0x0,_0x5e2245['YbuOe']);break;}}let _0x56f14a=_0x2315a5[_0x57afee(0x1cd)]('\x20');return _0x5e2245['ckJJG'](_0x56f14a,_0x2b6415)&&(_0x56f14a=_0x57afee(0x1a1)+_0x2b6415),[_0x42f4df,_0x56f14a];}function a45_0x44ee(_0x3f8bbc,_0x17422f){const _0xd8e7e8=a45_0xd8e7();return a45_0x44ee=function(_0x44eec4,_0x4bcadf){_0x44eec4=_0x44eec4-0x189;let _0x59e15b=_0xd8e7e8[_0x44eec4];return _0x59e15b;},a45_0x44ee(_0x3f8bbc,_0x17422f);}function sdkSetup(){const _0x575de4=a45_0x16b5ec,_0x1cf394={};_0x1cf394[_0x575de4(0x1ba)]=_0x575de4(0x19a),_0x1cf394[_0x575de4(0x189)]='SDKSetup';const _0x3261f0=_0x1cf394;if(helper[_0x575de4(0x1c4)](config))return;config[_0x575de4(0x195)]=_0x3261f0['fHmvs'];try{utilities[_0x575de4(0x19e)](_0x3261f0[_0x575de4(0x189)],{},config,'');}catch(_0x1681a6){logger['debug'](_0x575de4(0x19f)+_0x1681a6);}}logger['info'](a45_0x16b5ec(0x199));
3
+ const a45_0x5839bc=a45_0x4fa8;(function(_0x3434e8,_0x1e36a9){const _0xb0ae87=a45_0x4fa8,_0x1ee1d4=_0x3434e8();while(!![]){try{const _0x4cc1ad=parseInt(_0xb0ae87(0xd1))/0x1+parseInt(_0xb0ae87(0xc9))/0x2+-parseInt(_0xb0ae87(0xe9))/0x3*(-parseInt(_0xb0ae87(0xd6))/0x4)+-parseInt(_0xb0ae87(0xec))/0x5*(-parseInt(_0xb0ae87(0xf3))/0x6)+-parseInt(_0xb0ae87(0xf7))/0x7*(-parseInt(_0xb0ae87(0x100))/0x8)+parseInt(_0xb0ae87(0xf5))/0x9*(parseInt(_0xb0ae87(0xde))/0xa)+-parseInt(_0xb0ae87(0xfb))/0xb;if(_0x4cc1ad===_0x1e36a9)break;else _0x1ee1d4['push'](_0x1ee1d4['shift']());}catch(_0x4bf9aa){_0x1ee1d4['push'](_0x1ee1d4['shift']());}}}(a45_0x8ea1,0x37f29));const fs=require('fs'),helper=require(a45_0x5839bc(0x102)),utilities=require(a45_0x5839bc(0xce)),yaml=require('js-yaml'),yargs=require(a45_0x5839bc(0x103)),logger=require(a45_0x5839bc(0xd5))[a45_0x5839bc(0xf8)],configFileTemplate=__dirname+a45_0x5839bc(0xc7),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a45_0x5839bc(0xc8)]()+'/browserstack.yml',packageFile=process['cwd']()+a45_0x5839bc(0xe0),frameworks=[a45_0x5839bc(0xcc),'jest',a45_0x5839bc(0xc0),a45_0x5839bc(0xe1),a45_0x5839bc(0xf0),a45_0x5839bc(0xf4),a45_0x5839bc(0xc1)];function a45_0x8ea1(){const _0x11268f=['browserstack-node-sdk','oLAMq','splice','cucumber-js','playwright','push','parse','TQizt','writeFileSync','wDiqv','/../../browserstack.yml.sample','cwd','733162hXaJxv','AtHUO','npm\x20update\x20browserstack-node-sdk','mocha','join','../helpers/utilities','-browserstack','YvICW','410453FqDWSM','RgXSS','xNCRC','fireFunnelTestEvent','../helpers/logger','8yxdVYz','SavhZ','OulfP','key','error','debug','indexOf','utf8','590HjwDFE','mXSen','/package.json','node','uqUcg','postinstall','veUCL','load','length','replace','OBNjG','261771xpgSOj','vsgNF','includes','1156745OfMGtU','readFileSync','SDKSetup','oPWkM','nightwatch','iyeGn','FwNFU','6wcsstm','codeceptjs','21222ibETTu','XjIEY','876533BdFIih','winstonLogger','argv','info','16153665reGzrV','fQRra','split','source','scripts','24pzZpLZ','browserstack-node-sdk\x20','../helpers/helper','yargs'];a45_0x8ea1=function(){return _0x11268f;};return a45_0x8ea1();}let config;logger[a45_0x5839bc(0xfa)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a45_0x5839bc(0xf9)]['username'],yargs['argv'][a45_0x5839bc(0xd9)],yargs[a45_0x5839bc(0xf9)][a45_0x5839bc(0xc1)]);try{sdkSetup();}catch(a45_0x3d0616){logger[a45_0x5839bc(0xdb)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a45_0x3d0616);}function a45_0x4fa8(_0x2e45a9,_0x34d003){const _0x8ea17b=a45_0x8ea1();return a45_0x4fa8=function(_0x4fa829,_0x2619e8){_0x4fa829=_0x4fa829-0xbd;let _0x1a9205=_0x8ea17b[_0x4fa829];return _0x1a9205;},a45_0x4fa8(_0x2e45a9,_0x34d003);}addScriptInPackageJson();function createConfigurationFile(_0x280ce2,_0x3f4c15,_0x120cda=![]){const _0x2c1059=a45_0x5839bc,_0x474fdd={};_0x474fdd['uQVvY']=_0x2c1059(0xdd),_0x474fdd['wDiqv']='YOUR_USERNAME',_0x474fdd[_0x2c1059(0xe4)]='YOUR_ACCESS_KEY';const _0x26619d=_0x474fdd;try{let _0x4e9e93=fs[_0x2c1059(0xed)](_0x120cda?configFileTemplatePW:configFileTemplate,_0x26619d['uQVvY']);_0x280ce2&&(_0x4e9e93=_0x4e9e93[_0x2c1059(0xe7)](_0x26619d[_0x2c1059(0xc6)],_0x280ce2)),_0x3f4c15&&(_0x4e9e93=_0x4e9e93['replace'](_0x26619d[_0x2c1059(0xe4)],_0x3f4c15)),config=yaml[_0x2c1059(0xe5)](_0x4e9e93),fs[_0x2c1059(0xc5)](configFile,_0x4e9e93,_0x2d2e0c=>{const _0x1e62f8=_0x2c1059;_0x2d2e0c&&logger[_0x1e62f8(0xda)](_0x2d2e0c);});}catch(_0x528eb7){logger[_0x2c1059(0xda)](_0x528eb7);}}function addPostInstallScript(_0x3f938c,_0x2ccf15){const _0x2c30a8=a45_0x5839bc,_0xe18c8={};_0xe18c8[_0x2c30a8(0xfc)]=_0x2c30a8(0xe3),_0xe18c8['TQizt']=_0x2c30a8(0xcb),_0xe18c8[_0x2c30a8(0xd2)]='\x20&&\x20npm\x20update\x20browserstack-node-sdk';const _0x3951da=_0xe18c8;let _0x18a975=_0x3f938c[_0x3951da[_0x2c30a8(0xfc)]];if(_0x18a975&&_0x18a975[_0x2c30a8(0xeb)](_0x3951da[_0x2c30a8(0xc4)]))return;!_0x18a975?_0x18a975=_0x3951da[_0x2c30a8(0xc4)]:_0x18a975+=_0x3951da['RgXSS'],_0x2ccf15[_0x2c30a8(0xc2)]([_0x3951da[_0x2c30a8(0xfc)],_0x18a975]);}function addScriptInPackageJson(){const _0x3790d3=a45_0x5839bc,_0x3e6a1d={'mXSen':_0x3790d3(0xdd),'vsgNF':function(_0x2c6852,_0x3577ea){return _0x2c6852<_0x3577ea;},'VJdIt':function(_0x5e14f3,_0x10f60d,_0x10e1ef){return _0x5e14f3(_0x10f60d,_0x10e1ef);},'xNCRC':function(_0x4662ba,_0x5410d2){return _0x4662ba<_0x5410d2;},'SavhZ':function(_0x5d8930,_0x9a9eb1,_0x448ea6){return _0x5d8930(_0x9a9eb1,_0x448ea6);},'AtHUO':function(_0x4d6a2a,_0x2e4f51,_0x2665eb){return _0x4d6a2a(_0x2e4f51,_0x2665eb);},'oLAMq':function(_0x242c31,_0x172f96){return _0x242c31!==_0x172f96;},'YvICW':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x47d376=JSON[_0x3790d3(0xc3)](fs[_0x3790d3(0xed)](packageFile,_0x3e6a1d[_0x3790d3(0xdf)])),_0x134f19=[];for(let _0x318fe5=0x0;_0x3e6a1d['vsgNF'](_0x318fe5,frameworks[_0x3790d3(0xe6)]);_0x318fe5+=0x1){const _0x62801b=_0x3e6a1d['VJdIt'](findScriptsWithFramework,_0x47d376[_0x3790d3(0xff)],frameworks[_0x318fe5]);for(let _0x5c914e=0x0;_0x3e6a1d[_0x3790d3(0xd3)](_0x5c914e,_0x62801b[_0x3790d3(0xe6)]);_0x5c914e+=0x1){_0x134f19[_0x3790d3(0xc2)](_0x3e6a1d[_0x3790d3(0xd7)](getUpdatedCommand,_0x47d376[_0x3790d3(0xff)],_0x62801b[_0x5c914e]));}_0x3e6a1d[_0x3790d3(0xca)](addPostInstallScript,_0x47d376['scripts'],_0x134f19);}const _0x4d9796={..._0x47d376[_0x3790d3(0xff)]},_0x197623=_0x4d9796;for(let _0x1ee0fc=0x0;_0x3e6a1d[_0x3790d3(0xea)](_0x1ee0fc,_0x134f19[_0x3790d3(0xe6)]);_0x1ee0fc+=0x1){_0x197623[_0x134f19[_0x1ee0fc][0x0]]=_0x134f19[_0x1ee0fc][0x1];}_0x3e6a1d[_0x3790d3(0xbe)](JSON['stringify'](_0x47d376[_0x3790d3(0xff)]),JSON['stringify'](_0x197623))&&(logger[_0x3790d3(0xfa)](_0x3e6a1d[_0x3790d3(0xd0)]),_0x47d376[_0x3790d3(0xff)]=_0x197623,fs[_0x3790d3(0xc5)](packageFile,JSON['stringify'](_0x47d376,null,0x2),_0x170ca7=>{const _0xef6909=_0x3790d3;_0x170ca7&&logger[_0xef6909(0xda)](_0x170ca7);}));};function findScriptsWithFramework(_0x11766e,_0x28bdd5){const _0x4576a7=a45_0x5839bc,_0x2a9d3e={};_0x2a9d3e[_0x4576a7(0xe2)]=function(_0x2fbb38,_0x6f52ab){return _0x2fbb38<_0x6f52ab;},_0x2a9d3e[_0x4576a7(0xf6)]=_0x4576a7(0xbd);const _0x367674=_0x2a9d3e,_0x1a14db=[],_0x4f1d49=Object['entries'](_0x11766e);for(let _0x15c870=0x0;_0x367674[_0x4576a7(0xe2)](_0x15c870,_0x4f1d49[_0x4576a7(0xe6)]);_0x15c870+=0x1){_0x4f1d49[_0x15c870][0x1][_0x4576a7(0xeb)](_0x28bdd5)&&!_0x4f1d49[_0x15c870][0x1][_0x4576a7(0xeb)](_0x367674[_0x4576a7(0xf6)])&&_0x1a14db[_0x4576a7(0xc2)](_0x4f1d49[_0x15c870][0x0]);}return _0x1a14db;}function getUpdatedCommand(_0x358d16,_0x106723){const _0x4c468b=a45_0x5839bc,_0x1cc190={};_0x1cc190[_0x4c468b(0xef)]=function(_0xdb1615,_0x292fcb){return _0xdb1615!==_0x292fcb;},_0x1cc190[_0x4c468b(0xf1)]=_0x4c468b(0xbd),_0x1cc190[_0x4c468b(0xe8)]=function(_0x4b4b63,_0x60e2f6){return _0x4b4b63===_0x60e2f6;};const _0x35a3d6=_0x1cc190,_0x586b94=_0x106723+_0x4c468b(0xcf),_0x14bd8e=_0x358d16[_0x106723],_0x3bb3f4=_0x14bd8e[_0x4c468b(0xfd)]('\x20');for(const _0x2632ff of frameworks){if(_0x35a3d6[_0x4c468b(0xef)](_0x3bb3f4[_0x4c468b(0xdc)](_0x2632ff),-0x1)){_0x3bb3f4[_0x4c468b(0xbf)](_0x3bb3f4[_0x4c468b(0xdc)](_0x2632ff),0x0,_0x35a3d6['iyeGn']);break;}}let _0x328a30=_0x3bb3f4[_0x4c468b(0xcd)]('\x20');return _0x35a3d6[_0x4c468b(0xe8)](_0x328a30,_0x14bd8e)&&(_0x328a30=_0x4c468b(0x101)+_0x14bd8e),[_0x586b94,_0x328a30];}function sdkSetup(){const _0x588914=a45_0x5839bc,_0x49a601={};_0x49a601[_0x588914(0xf2)]='node-setup',_0x49a601['OulfP']=_0x588914(0xee);const _0x423824=_0x49a601;if(helper['isUndefined'](config))return;config[_0x588914(0xfe)]=_0x423824[_0x588914(0xf2)];try{utilities[_0x588914(0xd4)](_0x423824[_0x588914(0xd8)],{},config,'');}catch(_0x4af28d){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x4af28d);}}logger[a45_0x5839bc(0xfa)]('Setup\x20completed');
@@ -1 +1 @@
1
- const a46_0x425789=a46_0x2e11;(function(_0x3ae9bc,_0x2b25c2){const _0x186340=a46_0x2e11,_0x5409e2=_0x3ae9bc();while(!![]){try{const _0x3e71aa=parseInt(_0x186340(0x23d))/0x1*(parseInt(_0x186340(0x1e9))/0x2)+parseInt(_0x186340(0x21f))/0x3+-parseInt(_0x186340(0x1e7))/0x4+-parseInt(_0x186340(0x215))/0x5*(parseInt(_0x186340(0x1e3))/0x6)+-parseInt(_0x186340(0x21e))/0x7+parseInt(_0x186340(0x232))/0x8+parseInt(_0x186340(0x245))/0x9*(parseInt(_0x186340(0x21c))/0xa);if(_0x3e71aa===_0x2b25c2)break;else _0x5409e2['push'](_0x5409e2['shift']());}catch(_0x2366b8){_0x5409e2['push'](_0x5409e2['shift']());}}}(a46_0x408a,0x4f2a0));const Worker=require(a46_0x425789(0x1fa))[a46_0x425789(0x202)],Emittery=require(a46_0x425789(0x221)),pLimit=require(a46_0x425789(0x201)),util=require(a46_0x425789(0x1e4)),logger=require(a46_0x425789(0x1e5))[a46_0x425789(0x236)],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),{FRAMEWORKS}=require(a46_0x425789(0x225));exports[a46_0x425789(0x227)]=(_0x36b7ec,_0x40f021,_0x35ddee)=>new Promise(async _0x53e2c9=>{const _0x2549d6=a46_0x425789,_0xcee6d0={'TtltR':_0x2549d6(0x1fe),'zbbjU':function(_0x533323,_0x25aa07){return _0x533323+_0x25aa07;},'lQmAu':_0x2549d6(0x1e6),'ygdRC':_0x2549d6(0x1f1),'IAWgY':function(_0x3b0ba2,_0x1f4291){return _0x3b0ba2(_0x1f4291);},'IAyYz':function(_0x4f07be,_0x1c04c0){return _0x4f07be(_0x1c04c0);},'mNSEL':_0x2549d6(0x23a),'EWSzI':'./testWorker.js','Ufrfo':_0x2549d6(0x1fd),'nVMOh':_0x2549d6(0x229),'zGeaA':_0x2549d6(0x220),'yTUnu':function(_0x23fd9b,_0x5770a8){return _0x23fd9b*_0x5770a8;},'MxqvO':_0x2549d6(0x1fb),'TLMDq':_0x2549d6(0x1f2),'StUXh':function(_0xf29ee0,_0x5aa7b2){return _0xf29ee0*_0x5aa7b2;}},_0x374edd=_0x35ddee[_0x2549d6(0x243)],_0x56a3ed={},_0x554d13=await TestHubHandler[_0x2549d6(0x1f5)](FRAMEWORKS['MOCHA'],_0x35ddee),_0x1917e3=new Worker(require[_0x2549d6(0x1f3)](_0xcee6d0[_0x2549d6(0x1ec)]),{'exposedMethods':[_0xcee6d0[_0x2549d6(0x23c)]],'forkOptions':{'serialization':_0xcee6d0['nVMOh'],'stdio':_0xcee6d0[_0x2549d6(0x224)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0xcee6d0['yTUnu'](_0x40f021,0x1),'enableWorkerThreads':!![]}),_0x110c62=new Emittery();_0x110c62['on'](_0xcee6d0[_0x2549d6(0x219)],_0x2b6fae=>{const _0x3f90f7=_0x2549d6;_0x56a3ed[_0x2b6fae[0x0]]?(_0x56a3ed[_0x2b6fae[0x0]][_0xcee6d0[_0x3f90f7(0x1ff)]]=_0xcee6d0[_0x3f90f7(0x223)](_0x56a3ed[_0x2b6fae[0x0]][_0xcee6d0[_0x3f90f7(0x1ff)]],_0x2b6fae[0x1][_0xcee6d0[_0x3f90f7(0x1ff)]]),_0x56a3ed[_0x2b6fae[0x0]][_0xcee6d0['lQmAu']]=[..._0x56a3ed[_0x2b6fae[0x0]][_0xcee6d0['lQmAu']],..._0x2b6fae[0x1][_0xcee6d0[_0x3f90f7(0x1ed)]]]):_0x56a3ed[_0x2b6fae[0x0]]={'failureCount':_0x2b6fae[0x1][_0xcee6d0[_0x3f90f7(0x1ff)]],'results':[..._0x2b6fae[0x1][_0xcee6d0[_0x3f90f7(0x1ed)]]]};}),_0x110c62['on'](_0xcee6d0[_0x2549d6(0x242)],_0xf8bb2d=>console[_0x2549d6(0x217)](_0xf8bb2d[0x1]));_0x1917e3[_0x2549d6(0x1ef)]()&&_0x1917e3[_0x2549d6(0x1ef)]()[_0x2549d6(0x220)](process[_0x2549d6(0x238)]);_0x1917e3['getStderr']()&&_0x1917e3['getStderr']()[_0x2549d6(0x220)](process[_0x2549d6(0x237)]);const _0x5c8ab2=async()=>{const _0x4e4da6=_0x2549d6,{forceExited:_0x296259}=await _0x1917e3[_0x4e4da6(0x200)]();_0x296259&&console[_0x4e4da6(0x240)](_0xcee6d0[_0x4e4da6(0x22e)]);try{await TestHubHandler[_0x4e4da6(0x20c)]();}catch(_0x57dae9){_0xcee6d0[_0x4e4da6(0x246)](debug,_0x4e4da6(0x22f)+_0x57dae9);}_0xcee6d0['IAyYz'](_0x53e2c9,_0x56a3ed);},_0x5332e0=_0xcee6d0['IAWgY'](pLimit,_0xcee6d0[_0x2549d6(0x21b)](_0x40f021,0x1)),_0x42a120=_0x1a1693=>_0x5332e0(async()=>{const _0x4dbc87=_0x2549d6;return await _0x110c62[_0x4dbc87(0x20b)](_0xcee6d0[_0x4dbc87(0x1fc)],_0x1a1693),_0x1917e3['worker'](_0x1a1693,_0x374edd);});Promise['all'](_0x36b7ec['map'](_0x1f181c=>_0x42a120(_0x1f181c)[_0x2549d6(0x22d)](_0x4e8c82=>_0x110c62[_0x2549d6(0x20b)](_0x2549d6(0x1fb),[_0x1f181c[_0x2549d6(0x20d)][_0x2549d6(0x1eb)],_0x4e8c82]),_0x46e418=>_0x110c62['emit'](_0x2549d6(0x1f2),[_0x1f181c,_0x46e418]))))[_0x2549d6(0x22d)](_0x5c8ab2,_0x5c8ab2);}),exports[a46_0x425789(0x205)]=(_0xd54089,_0x28598e,_0x19b892,_0x8c37d1,_0x2c712e)=>{const _0x36ab8d=a46_0x425789,_0x59b224={'XLwTV':_0x36ab8d(0x1f1),'nnHWN':function(_0x5d3bbb,_0x522a0d){return _0x5d3bbb(_0x522a0d);},'TxXGx':_0x36ab8d(0x22c),'gaaGq':'./testWorker.js','laknC':_0x36ab8d(0x209),'PIwlf':_0x36ab8d(0x229),'rNOKY':_0x36ab8d(0x220),'pMiKA':_0x36ab8d(0x20a),'SzdcW':_0x36ab8d(0x1e2)};return new Promise(_0x341bc7=>{const _0x566949=_0x36ab8d,_0x189299={'zRwJC':_0x59b224[_0x566949(0x1f0)],'BtFjt':function(_0x5ef011,_0x2cc22c){return _0x59b224['nnHWN'](_0x5ef011,_0x2cc22c);},'GyApH':_0x59b224['TxXGx']},_0x4d42a5=[],_0x29a674=new Worker(require[_0x566949(0x1f3)](_0x59b224[_0x566949(0x1f8)]),{'exposedMethods':[_0x59b224[_0x566949(0x1ea)]],'forkOptions':{'serialization':_0x59b224['PIwlf'],'stdio':_0x59b224[_0x566949(0x1f9)]},'numWorkers':_0xd54089[_0x566949(0x1f7)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1c70dc=new Emittery();_0x1c70dc['on'](_0x59b224[_0x566949(0x241)],_0x5f4816=>{const _0x54d8a6=_0x566949;_0x4d42a5[_0x54d8a6(0x216)]([_0x5f4816[0x0],_0x5f4816[0x1]]);}),_0x1c70dc['on'](_0x59b224[_0x566949(0x239)],_0x1f3f11=>console['log'](_0x1f3f11[0x1]));_0x29a674[_0x566949(0x1ef)]()&&_0x29a674[_0x566949(0x1ef)]()['pipe'](process[_0x566949(0x238)]);_0x29a674[_0x566949(0x23e)]()&&_0x29a674[_0x566949(0x23e)]()[_0x566949(0x220)](process[_0x566949(0x237)]);const _0x4eaa40=async()=>{const _0x29b1bb=_0x566949,{forceExited:_0x13b1d1}=await _0x29a674['end']();_0x13b1d1&&console[_0x29b1bb(0x240)](_0x189299[_0x29b1bb(0x226)]),_0x189299[_0x29b1bb(0x228)](_0x341bc7,_0x4d42a5);},_0x367f5c=_0x59b224['nnHWN'](pLimit,_0xd54089[_0x566949(0x1f7)]||0x1),_0x47fed9=(_0x438e6f,_0x1f375f)=>_0x367f5c(async()=>{const _0x13a8e7=_0x566949;return await _0x1c70dc['emit'](_0x189299[_0x13a8e7(0x233)],_0x438e6f),_0x28598e['platformCaps']=_0x19b892[_0x13a8e7(0x218)][_0x1f375f],_0x29a674[_0x13a8e7(0x209)](_0x438e6f,_0x28598e,_0x19b892,_0x8c37d1,_0x2c712e);});Promise[_0x566949(0x1f6)](_0xd54089[_0x566949(0x23b)]((_0x297c86,_0x217794)=>_0x47fed9(_0x297c86,_0x217794)['then'](_0x14c2d9=>_0x1c70dc['emit']('platform-run-success',[_0x297c86,_0x14c2d9]),_0x5bce3b=>_0x1c70dc[_0x566949(0x20b)]('platform-run-failure',[_0x297c86,_0x5bce3b]))))[_0x566949(0x22d)](_0x4eaa40,_0x4eaa40);});},exports[a46_0x425789(0x222)]=(_0x56453e,_0x4a5765)=>new Promise(_0x118fa=>{const _0x3643d6=a46_0x425789,_0x3c8a9f={'sVBDV':function(_0x1f0f15,_0x5eeab){return _0x1f0f15===_0x5eeab;},'BlohO':function(_0x3d918a,_0x13e2a3){return _0x3d918a!==_0x13e2a3;},'tiySV':_0x3643d6(0x211),'yDtLB':_0x3643d6(0x1f1),'HHEWZ':function(_0x3f790f,_0x38879a){return _0x3f790f(_0x38879a);},'HweWm':_0x3643d6(0x212),'zZZVH':_0x3643d6(0x210),'sxQpQ':_0x3643d6(0x229),'zwDxN':_0x3643d6(0x220),'QNWmk':_0x3643d6(0x1fb),'AoerR':'test-file-failure'},_0xd28401={},_0x5436c2=new Worker(require[_0x3643d6(0x1f3)](_0x3c8a9f[_0x3643d6(0x21d)]),{'exposedMethods':[_0x3c8a9f[_0x3643d6(0x23f)]],'forkOptions':{'serialization':_0x3c8a9f[_0x3643d6(0x213)],'stdio':_0x3c8a9f[_0x3643d6(0x204)]},'numWorkers':_0x4a5765,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x726b6e=new Emittery();_0x726b6e['on'](_0x3c8a9f[_0x3643d6(0x230)],_0x4a1437=>{const _0x2d3989=_0x3643d6;_0x4a1437[0x0]&&logger[_0x2d3989(0x1e8)](_0x2d3989(0x203)+_0x4a1437[0x1]+_0x2d3989(0x231),_0x4a1437[0x0]);}),_0x726b6e['on'](_0x3c8a9f[_0x3643d6(0x207)],_0x4fdc87=>{process['exitCode']=0x1;});_0x5436c2[_0x3643d6(0x1ef)]()&&_0x5436c2[_0x3643d6(0x1ef)]()[_0x3643d6(0x220)](process[_0x3643d6(0x238)]);_0x5436c2[_0x3643d6(0x23e)]()&&_0x5436c2['getStderr']()[_0x3643d6(0x220)](process['stderr']);const _0x4b3c61=async()=>{const _0x27b378=_0x3643d6,_0x14bb23={'nubKj':function(_0x8fca49,_0x563c22){const _0x2afdd8=a46_0x2e11;return _0x3c8a9f[_0x2afdd8(0x1ee)](_0x8fca49,_0x563c22);},'EAcCl':function(_0x134a86,_0x58286e){const _0xfb187=a46_0x2e11;return _0x3c8a9f[_0xfb187(0x206)](_0x134a86,_0x58286e);},'NLuBv':_0x3c8a9f[_0x27b378(0x22b)]};let _0xa560c4=0x0;const _0x4de35a=_0x5436c2[_0x27b378(0x214)][_0x27b378(0x244)](),_0x3e85c6=()=>{},_0x1c5615=_0x4de35a[_0x27b378(0x23b)](async _0x183861=>{const _0x454f0d=_0x27b378,_0x13b257={'RkBpw':function(_0x177dde,_0x2b31f6){return _0x14bb23['nubKj'](_0x177dde,_0x2b31f6);},'viwKH':function(_0x470fa8,_0x598670){return _0x14bb23['EAcCl'](_0x470fa8,_0x598670);}};_0x183861['send']([0x2,![]],_0x3e85c6,_0x3e85c6,_0x3e85c6),_0x183861['_child']['on'](_0x14bb23[_0x454f0d(0x208)],_0x3e018c=>{const _0x344c18=_0x454f0d;_0x13b257[_0x344c18(0x234)](_0xa560c4,0x0)&&_0x13b257[_0x344c18(0x20f)](_0x3e018c,0x0)&&(_0xa560c4=_0x3e018c);}),await _0x183861[_0x454f0d(0x235)]();});await Promise[_0x27b378(0x1f6)](_0x1c5615),process[_0x27b378(0x1f4)]=_0xa560c4;const {forceExited:_0x4eb9c1}=await _0x5436c2[_0x27b378(0x200)]();_0x4eb9c1&&console['error'](_0x3c8a9f[_0x27b378(0x21a)]),_0x3c8a9f[_0x27b378(0x22a)](_0x118fa,_0xd28401);},_0x4ff356=_0x3c8a9f[_0x3643d6(0x22a)](pLimit,_0x4a5765),_0x48eb7d=_0x509ac9=>_0x4ff356(async()=>{const _0x3436b2=_0x3643d6;return _0x5436c2[_0x3436b2(0x210)](_0x509ac9);});Promise[_0x3643d6(0x1f6)](_0x56453e[_0x3643d6(0x23b)](_0x46cdfc=>_0x48eb7d(_0x46cdfc)[_0x3643d6(0x22d)](_0x5600d4=>_0x726b6e[_0x3643d6(0x20b)](_0x3643d6(0x1fb),[_0x46cdfc[_0x3643d6(0x20d)][_0x3643d6(0x1eb)],_0x46cdfc[_0x3643d6(0x20d)][_0x3643d6(0x20e)]]),_0x41f2e7=>_0x726b6e[_0x3643d6(0x20b)](_0x3643d6(0x1f2),[_0x46cdfc,_0x41f2e7]))))[_0x3643d6(0x22d)](_0x4b3c61,_0x4b3c61);});function a46_0x2e11(_0x53802d,_0x5d3853){const _0x408a49=a46_0x408a();return a46_0x2e11=function(_0x2e11dd,_0x378515){_0x2e11dd=_0x2e11dd-0x1e2;let _0x5565df=_0x408a49[_0x2e11dd];return _0x5565df;},a46_0x2e11(_0x53802d,_0x5d3853);}function a46_0x408a(){const _0x5d2441=['p-limit','Worker','Running\x20','zwDxN','parallelCucumberRun','BlohO','AoerR','NLuBv','cucumberWorker','platform-run-success','emit','stop','configuration','file','viwKH','vanillaWorker','exit','./testWorker.js','sxQpQ','_workerPool','5OzSTeH','push','log','platforms','MxqvO','yDtLB','StUXh','2130viPCze','HweWm','1082137OINTCC','901071cXPrrk','pipe','emittery','parallelVanillaRun','zbbjU','zGeaA','../../helpers/test-observability/constants','zRwJC','parallelTestRun','BtFjt','json','HHEWZ','tiySV','platform-run-start','then','ygdRC','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','QNWmk','\x20for','1554664WnPDbC','GyApH','RkBpw','waitForExit','winstonLogger','stderr','stdout','SzdcW','test-file-start','map','Ufrfo','9659oKWmxd','getStderr','zZZVH','error','pMiKA','TLMDq','config','getWorkers','8523mHNiGc','IAWgY','platform-run-failure','592656HsgKnc','util','../../helpers/logger','results','1750100aooZDZ','info','66AKOOFQ','laknC','platform','EWSzI','lQmAu','sVBDV','getStdout','XLwTV','Workers\x20failed\x20to\x20exit\x20gracefully','test-file-failure','resolve','exitCode','launchBuild','all','length','gaaGq','rNOKY','jest-worker','test-file-success','mNSEL','worker','failureCount','TtltR','end'];a46_0x408a=function(){return _0x5d2441;};return a46_0x408a();}
1
+ const a46_0x1a9579=a46_0x3147;(function(_0x293f25,_0x4016f5){const _0x44f869=a46_0x3147,_0x1c5320=_0x293f25();while(!![]){try{const _0x5e1716=-parseInt(_0x44f869(0x185))/0x1+-parseInt(_0x44f869(0x173))/0x2*(parseInt(_0x44f869(0x18a))/0x3)+parseInt(_0x44f869(0x1a5))/0x4+-parseInt(_0x44f869(0x177))/0x5*(parseInt(_0x44f869(0x19f))/0x6)+-parseInt(_0x44f869(0x179))/0x7*(parseInt(_0x44f869(0x15b))/0x8)+-parseInt(_0x44f869(0x17a))/0x9*(-parseInt(_0x44f869(0x181))/0xa)+-parseInt(_0x44f869(0x1a7))/0xb*(-parseInt(_0x44f869(0x16f))/0xc);if(_0x5e1716===_0x4016f5)break;else _0x1c5320['push'](_0x1c5320['shift']());}catch(_0xf055cd){_0x1c5320['push'](_0x1c5320['shift']());}}}(a46_0x4841,0x3143e));const Worker=require(a46_0x1a9579(0x163))[a46_0x1a9579(0x197)],Emittery=require(a46_0x1a9579(0x176)),pLimit=require(a46_0x1a9579(0x160)),logger=require(a46_0x1a9579(0x1aa))[a46_0x1a9579(0x16e)],PerformanceTester=require(a46_0x1a9579(0x153)),PerformanceEvents=require(a46_0x1a9579(0x1af))['EVENTS'],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require(a46_0x1a9579(0x159)),{FRAMEWORKS}=require(a46_0x1a9579(0x186));function a46_0x4841(){const _0x337a11=['../../helpers/performance/constants','pipe','json','_workerPool','BMEVR','send','../../helpers/performance/performance-tester','test-file-failure','tgejN','ANkPz','results','resolve','../../helpers/testhub/testhubHandler','iMrzQ','1286192sdXIoz','waitForExit','platform-run-failure','stdout','vIPCi','p-limit','wfgdf','\x20for','jest-worker','SDK_SETUP','eJVdm','vanillaWorker','mXpyj','JVzqU','URWMZ','platform','getStdout','failureCount','cEIWc','winstonLogger','4270776VMlXVO','oschx','XJOIG','exitCode','7346VxCIEu','exit','worker','emittery','10NZapNE','test-file-start','7pToHvD','306lQTiBK','file','qshXH','configuration','parallelCucumberRun','parallelVanillaRun','vlspg','28090yUKUBZ','emit','platformCaps','wWEKi','91993rpbZVy','../../helpers/test-observability/constants','then','length','nvJOV','87jyFrRN','map','log','YrrEE','Workers\x20failed\x20to\x20exit\x20gracefully','ijJfV','crVJW','config','getWorkers','MGQbv','platform-run-success','itoef','error','Worker','end','test-file-success','LznAS','iCZXb','nfwIW','cucumberWorker','aTYhk','1067112iKdEKt','MsyqG','riSJR','all','getStderr','stderr','437904HwgIZH','./testWorker.js','22XDbbRd','push','xIvBT','../../helpers/logger','uDoIO','yyVTD','parallelTestRun','uwazQ'];a46_0x4841=function(){return _0x337a11;};return a46_0x4841();}function a46_0x3147(_0x2234e3,_0x2212d2){const _0x484129=a46_0x4841();return a46_0x3147=function(_0x314799,_0x534069){_0x314799=_0x314799-0x14f;let _0x189518=_0x484129[_0x314799];return _0x189518;},a46_0x3147(_0x2234e3,_0x2212d2);}exports[a46_0x1a9579(0x1ad)]=(_0x31507d,_0x20e30b,_0x5556c3)=>new Promise(async _0x1cfca5=>{const _0x15cd8f=a46_0x1a9579,_0x39f085={'iCZXb':_0x15cd8f(0x16c),'MGQbv':function(_0x5ec28a,_0x236a53){return _0x5ec28a+_0x236a53;},'wWEKi':_0x15cd8f(0x157),'XJOIG':'Workers\x20failed\x20to\x20exit\x20gracefully','YrrEE':function(_0x35b12d,_0x91cab){return _0x35b12d(_0x91cab);},'mXpyj':function(_0x59a8c3,_0x10ad82){return _0x59a8c3(_0x10ad82);},'XLKIc':_0x15cd8f(0x178),'nfwIW':_0x15cd8f(0x1a6),'iMrzQ':_0x15cd8f(0x175),'oschx':_0x15cd8f(0x14f),'ANkPz':'pipe','uDoIO':function(_0x2071d9,_0xd883e){return _0x2071d9*_0xd883e;},'LznAS':_0x15cd8f(0x199),'ehAgB':_0x15cd8f(0x154),'vlspg':function(_0x34ff79,_0x4efca7){return _0x34ff79(_0x4efca7);},'BMEVR':function(_0x78f59,_0x107a95){return _0x78f59*_0x107a95;}},_0x2f4e97=_0x5556c3[_0x15cd8f(0x191)],_0x54b116={},_0x1436a2=await TestHubHandler['launchBuild'](FRAMEWORKS['MOCHA'],_0x5556c3),_0x47f6af=new Worker(require[_0x15cd8f(0x158)](_0x39f085[_0x15cd8f(0x19c)]),{'exposedMethods':[_0x39f085[_0x15cd8f(0x15a)]],'forkOptions':{'serialization':_0x39f085[_0x15cd8f(0x170)],'stdio':_0x39f085[_0x15cd8f(0x156)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x39f085[_0x15cd8f(0x1ab)](_0x20e30b,0x1),'enableWorkerThreads':!![]}),_0x3e720a=new Emittery();_0x3e720a['on'](_0x39f085[_0x15cd8f(0x19a)],_0x1f8a11=>{const _0x44ff19=_0x15cd8f;_0x54b116[_0x1f8a11[0x0]]?(_0x54b116[_0x1f8a11[0x0]][_0x39f085['iCZXb']]=_0x39f085[_0x44ff19(0x193)](_0x54b116[_0x1f8a11[0x0]][_0x39f085['iCZXb']],_0x1f8a11[0x1][_0x39f085[_0x44ff19(0x19b)]]),_0x54b116[_0x1f8a11[0x0]][_0x39f085[_0x44ff19(0x184)]]=[..._0x54b116[_0x1f8a11[0x0]][_0x39f085[_0x44ff19(0x184)]],..._0x1f8a11[0x1][_0x39f085[_0x44ff19(0x184)]]]):_0x54b116[_0x1f8a11[0x0]]={'failureCount':_0x1f8a11[0x1][_0x39f085[_0x44ff19(0x19b)]],'results':[..._0x1f8a11[0x1][_0x39f085[_0x44ff19(0x184)]]]};}),_0x3e720a['on'](_0x39f085['ehAgB'],_0x5b1da8=>console[_0x15cd8f(0x18c)](_0x5b1da8[0x1]));_0x47f6af[_0x15cd8f(0x16b)]()&&_0x47f6af[_0x15cd8f(0x16b)]()[_0x15cd8f(0x1b0)](process[_0x15cd8f(0x15e)]);_0x47f6af[_0x15cd8f(0x1a3)]()&&_0x47f6af[_0x15cd8f(0x1a3)]()[_0x15cd8f(0x1b0)](process[_0x15cd8f(0x1a4)]);const _0x4e7b28=async()=>{const _0x170de2=_0x15cd8f,{forceExited:_0x2b5ac0}=await _0x47f6af[_0x170de2(0x198)]();_0x2b5ac0&&console[_0x170de2(0x196)](_0x39f085[_0x170de2(0x171)]);try{await TestHubHandler['stop']();}catch(_0x381cdf){_0x39f085[_0x170de2(0x18d)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x381cdf);}_0x39f085[_0x170de2(0x167)](_0x1cfca5,_0x54b116);},_0x40234b=_0x39f085[_0x15cd8f(0x180)](pLimit,_0x39f085[_0x15cd8f(0x151)](_0x20e30b,0x1)),_0x363a8d=_0x4e4856=>_0x40234b(async()=>{const _0x2265e7=_0x15cd8f;return await _0x3e720a[_0x2265e7(0x182)](_0x39f085['XLKIc'],_0x4e4856),_0x47f6af[_0x2265e7(0x175)](_0x4e4856,_0x2f4e97);});PerformanceTester[_0x15cd8f(0x198)](PerformanceEvents[_0x15cd8f(0x164)]),Promise[_0x15cd8f(0x1a2)](_0x31507d[_0x15cd8f(0x18b)](_0x4ec376=>_0x363a8d(_0x4ec376)[_0x15cd8f(0x187)](_0x592b38=>_0x3e720a[_0x15cd8f(0x182)](_0x15cd8f(0x199),[_0x4ec376[_0x15cd8f(0x17d)][_0x15cd8f(0x16a)],_0x592b38]),_0x49f155=>_0x3e720a[_0x15cd8f(0x182)](_0x15cd8f(0x154),[_0x4ec376,_0x49f155]))))[_0x15cd8f(0x187)](_0x4e7b28,_0x4e7b28);}),exports[a46_0x1a9579(0x17e)]=(_0x1d6d04,_0x23f2c1,_0x422eed,_0x386dfd,_0x306bfe)=>{const _0xee5c57=a46_0x1a9579,_0x2a7c65={'nvJOV':_0xee5c57(0x18e),'riSJR':function(_0x6751bb,_0x2b68af){return _0x6751bb(_0x2b68af);},'itoef':'platform-run-start','qshXH':'./testWorker.js','crVJW':_0xee5c57(0x19d),'xIvBT':'json','bEvJl':_0xee5c57(0x1b0),'ykdXI':'platform-run-success','ijJfV':_0xee5c57(0x15d),'wfgdf':function(_0x20708f,_0x3c2674){return _0x20708f(_0x3c2674);}};return new Promise(_0x15dbfa=>{const _0x97fb41=_0xee5c57,_0x4e0d7d=[],_0x2b1e33=new Worker(require['resolve'](_0x2a7c65[_0x97fb41(0x17c)]),{'exposedMethods':[_0x2a7c65[_0x97fb41(0x190)]],'forkOptions':{'serialization':_0x2a7c65[_0x97fb41(0x1a9)],'stdio':_0x2a7c65['bEvJl']},'numWorkers':_0x1d6d04[_0x97fb41(0x188)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4ac2a0=new Emittery();_0x4ac2a0['on'](_0x2a7c65['ykdXI'],_0x314a68=>{const _0xb65787=_0x97fb41;_0x4e0d7d[_0xb65787(0x1a8)]([_0x314a68[0x0],_0x314a68[0x1]]);}),_0x4ac2a0['on'](_0x2a7c65[_0x97fb41(0x18f)],_0x44f35=>console['log'](_0x44f35[0x1]));_0x2b1e33[_0x97fb41(0x16b)]()&&_0x2b1e33[_0x97fb41(0x16b)]()[_0x97fb41(0x1b0)](process['stdout']);_0x2b1e33[_0x97fb41(0x1a3)]()&&_0x2b1e33[_0x97fb41(0x1a3)]()[_0x97fb41(0x1b0)](process[_0x97fb41(0x1a4)]);const _0x522526=async()=>{const _0xe4ce45=_0x97fb41,{forceExited:_0x4802f2}=await _0x2b1e33[_0xe4ce45(0x198)]();_0x4802f2&&console[_0xe4ce45(0x196)](_0x2a7c65[_0xe4ce45(0x189)]),_0x2a7c65[_0xe4ce45(0x1a1)](_0x15dbfa,_0x4e0d7d);},_0x32fa47=_0x2a7c65[_0x97fb41(0x161)](pLimit,_0x1d6d04[_0x97fb41(0x188)]||0x1),_0x46a3dd=(_0x29698a,_0x20ee98)=>_0x32fa47(async()=>{const _0x3593d7=_0x97fb41;return await _0x4ac2a0[_0x3593d7(0x182)](_0x2a7c65[_0x3593d7(0x195)],_0x29698a),_0x23f2c1[_0x3593d7(0x183)]=_0x422eed['platforms'][_0x20ee98],_0x2b1e33[_0x3593d7(0x19d)](_0x29698a,_0x23f2c1,_0x422eed,_0x386dfd,_0x306bfe);});Promise[_0x97fb41(0x1a2)](_0x1d6d04['map']((_0x4f4037,_0x449519)=>_0x46a3dd(_0x4f4037,_0x449519)[_0x97fb41(0x187)](_0x11f54d=>_0x4ac2a0[_0x97fb41(0x182)](_0x97fb41(0x194),[_0x4f4037,_0x11f54d]),_0x6abc0e=>_0x4ac2a0[_0x97fb41(0x182)](_0x97fb41(0x15d),[_0x4f4037,_0x6abc0e]))))[_0x97fb41(0x187)](_0x522526,_0x522526);});},exports[a46_0x1a9579(0x17f)]=(_0x48e32c,_0x541d0d)=>new Promise(_0x2a1ae5=>{const _0x45c804=a46_0x1a9579,_0x354b35={'kphpC':function(_0x1aee2d,_0x59c49d){return _0x1aee2d===_0x59c49d;},'URWMZ':function(_0x395ee0,_0x40a0a2){return _0x395ee0!==_0x40a0a2;},'iaNAr':_0x45c804(0x174),'cEIWc':_0x45c804(0x18e),'QVyYZ':function(_0x3ebe9c,_0x1528c){return _0x3ebe9c(_0x1528c);},'aTYhk':_0x45c804(0x1a6),'yyVTD':_0x45c804(0x166),'JVzqU':_0x45c804(0x14f),'MsyqG':_0x45c804(0x1b0),'VxPpj':'test-file-success','eJVdm':'test-file-failure','QVsXO':function(_0x5d113a,_0x21b97f){return _0x5d113a(_0x21b97f);}},_0x196afb={},_0x3a68a3=new Worker(require['resolve'](_0x354b35[_0x45c804(0x19e)]),{'exposedMethods':[_0x354b35[_0x45c804(0x1ac)]],'forkOptions':{'serialization':_0x354b35[_0x45c804(0x168)],'stdio':_0x354b35[_0x45c804(0x1a0)]},'numWorkers':_0x541d0d,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x569bca=new Emittery();_0x569bca['on'](_0x354b35['VxPpj'],_0xae9aa9=>{const _0x3faf60=_0x45c804;_0xae9aa9[0x0]&&logger['info']('Running\x20'+_0xae9aa9[0x1]+_0x3faf60(0x162),_0xae9aa9[0x0]);}),_0x569bca['on'](_0x354b35[_0x45c804(0x165)],_0x39412c=>{const _0x20a554=_0x45c804;process[_0x20a554(0x172)]=0x1;});_0x3a68a3[_0x45c804(0x16b)]()&&_0x3a68a3[_0x45c804(0x16b)]()[_0x45c804(0x1b0)](process[_0x45c804(0x15e)]);_0x3a68a3['getStderr']()&&_0x3a68a3['getStderr']()[_0x45c804(0x1b0)](process[_0x45c804(0x1a4)]);const _0x1e2f9a=async()=>{const _0x7fe763=_0x45c804,_0x2f1b50={'vIPCi':function(_0x3402e1,_0x3c1c66){return _0x354b35['kphpC'](_0x3402e1,_0x3c1c66);},'tgejN':function(_0x12c648,_0x41fabb){const _0x464b80=a46_0x3147;return _0x354b35[_0x464b80(0x169)](_0x12c648,_0x41fabb);},'uwazQ':_0x354b35['iaNAr']};let _0x5be66d=0x0;const _0xc07772=_0x3a68a3[_0x7fe763(0x150)][_0x7fe763(0x192)](),_0x2b082d=()=>{},_0x351388=_0xc07772[_0x7fe763(0x18b)](async _0x31c131=>{const _0x106bd2=_0x7fe763;_0x31c131[_0x106bd2(0x152)]([0x2,![]],_0x2b082d,_0x2b082d,_0x2b082d),_0x31c131['_child']['on'](_0x2f1b50[_0x106bd2(0x1ae)],_0x163245=>{const _0xbfe0c1=_0x106bd2;_0x2f1b50[_0xbfe0c1(0x15f)](_0x5be66d,0x0)&&_0x2f1b50[_0xbfe0c1(0x155)](_0x163245,0x0)&&(_0x5be66d=_0x163245);}),await _0x31c131[_0x106bd2(0x15c)]();});await Promise[_0x7fe763(0x1a2)](_0x351388),process[_0x7fe763(0x172)]=_0x5be66d;const {forceExited:_0x4a8490}=await _0x3a68a3[_0x7fe763(0x198)]();_0x4a8490&&console[_0x7fe763(0x196)](_0x354b35[_0x7fe763(0x16d)]),_0x354b35['QVyYZ'](_0x2a1ae5,_0x196afb);},_0x2b53f1=_0x354b35['QVsXO'](pLimit,_0x541d0d),_0x2ea968=_0x42851b=>_0x2b53f1(async()=>{return _0x3a68a3['vanillaWorker'](_0x42851b);});Promise[_0x45c804(0x1a2)](_0x48e32c['map'](_0x2e7c11=>_0x2ea968(_0x2e7c11)[_0x45c804(0x187)](_0x338344=>_0x569bca[_0x45c804(0x182)](_0x45c804(0x199),[_0x2e7c11['configuration'][_0x45c804(0x16a)],_0x2e7c11[_0x45c804(0x17d)][_0x45c804(0x17b)]]),_0x790b9d=>_0x569bca[_0x45c804(0x182)](_0x45c804(0x154),[_0x2e7c11,_0x790b9d]))))[_0x45c804(0x187)](_0x1e2f9a,_0x1e2f9a);});
@@ -1 +1 @@
1
- const a47_0xff4fc1=a47_0x3ab5;(function(_0x96083b,_0x3b730e){const _0x196cc9=a47_0x3ab5,_0x307e5c=_0x96083b();while(!![]){try{const _0x4fec7d=parseInt(_0x196cc9(0x205))/0x1+parseInt(_0x196cc9(0x209))/0x2+-parseInt(_0x196cc9(0x208))/0x3*(-parseInt(_0x196cc9(0x1f8))/0x4)+-parseInt(_0x196cc9(0x207))/0x5*(-parseInt(_0x196cc9(0x1ff))/0x6)+-parseInt(_0x196cc9(0x1f7))/0x7+parseInt(_0x196cc9(0x20b))/0x8*(parseInt(_0x196cc9(0x204))/0x9)+-parseInt(_0x196cc9(0x1f9))/0xa*(parseInt(_0x196cc9(0x200))/0xb);if(_0x4fec7d===_0x3b730e)break;else _0x307e5c['push'](_0x307e5c['shift']());}catch(_0x2a24f0){_0x307e5c['push'](_0x307e5c['shift']());}}}(a47_0x1400,0xc12af),exports[a47_0xff4fc1(0x1f5)]=async(_0x1bc9e7,_0x5bfefa)=>{const _0x23e8b5=a47_0xff4fc1,_0x738a3c={'lRavx':function(_0x5b4cc4,_0x51d3b9){return _0x5b4cc4(_0x51d3b9);},'LIecm':_0x23e8b5(0x201),'qJWxF':_0x23e8b5(0x1f6)},_0x7fb8b4=_0x738a3c[_0x23e8b5(0x20e)](require,_0x738a3c[_0x23e8b5(0x206)]),_0x475bf4=new _0x7fb8b4(_0x738a3c[_0x23e8b5(0x203)],_0x1bc9e7,_0x5bfefa);return await _0x475bf4[_0x23e8b5(0x1f4)]();},exports[a47_0xff4fc1(0x1fb)]=async(_0x3d411a,_0xd67452,_0x276ae1,_0x3fbb2b,_0x8a9234)=>{const _0x2bb8f5=a47_0xff4fc1,_0xe239a1={'RaMsd':function(_0x3739a1,_0xdba234){return _0x3739a1(_0xdba234);},'mMYFD':_0x2bb8f5(0x201),'GWhpy':'cucumber-js'},_0x2f1d71={'capability':_0x3d411a,..._0xd67452},_0x2a177a={};_0x2a177a[_0x2bb8f5(0x1fd)]=_0x2f1d71,_0x2a177a['formatter']=_0x8a9234;const _0x10b339=_0x2a177a,_0x3f1e13=_0xe239a1[_0x2bb8f5(0x20a)](require,_0xe239a1[_0x2bb8f5(0x20d)]),_0x57b6e9=new _0x3f1e13(_0xe239a1[_0x2bb8f5(0x202)],_0x10b339,_0x276ae1,_0x3fbb2b);return await _0x57b6e9['run']();},exports[a47_0xff4fc1(0x20c)]=async _0x55c6a1=>{const _0x44fae0=a47_0xff4fc1,_0x3e576b={'fpftC':function(_0x42d7a3,_0x5e8370){return _0x42d7a3(_0x5e8370);},'EQxRq':_0x44fae0(0x201),'OCHFY':_0x44fae0(0x1fc)},_0x2a3122=_0x3e576b[_0x44fae0(0x1fe)](require,_0x3e576b['EQxRq']),_0x288ca2=new _0x2a3122(_0x3e576b[_0x44fae0(0x1fa)],_0x55c6a1);return await _0x288ca2['run']();});function a47_0x3ab5(_0x58f3df,_0x58ee56){const _0x14004a=a47_0x1400();return a47_0x3ab5=function(_0x3ab585,_0x1c25e0){_0x3ab585=_0x3ab585-0x1f4;let _0x4cf78c=_0x14004a[_0x3ab585];return _0x4cf78c;},a47_0x3ab5(_0x58f3df,_0x58ee56);}function a47_0x1400(){const _0x4dffba=['1556065SqupIf','51fuWFvr','2755578mMQjUl','RaMsd','24zKawDd','runVanillaTest','mMYFD','lRavx','run','runTest','mocha','7470540jIhJcu','52636SqsMuA','50bLyBgb','OCHFY','runCucumberTest','vanilla','configuration','fpftC','6VOradw','5726105epDpbK','../launcher/launcher','GWhpy','qJWxF','3942459WVIJJE','1234352wVzNIG','LIecm'];a47_0x1400=function(){return _0x4dffba;};return a47_0x1400();}
1
+ function a47_0x4402(_0x122144,_0xcf237e){const _0x586f13=a47_0x586f();return a47_0x4402=function(_0x440293,_0x5ecbbd){_0x440293=_0x440293-0x153;let _0x55cceb=_0x586f13[_0x440293];return _0x55cceb;},a47_0x4402(_0x122144,_0xcf237e);}const a47_0x46763b=a47_0x4402;(function(_0x834203,_0x5d74e4){const _0x4ba110=a47_0x4402,_0x20fe38=_0x834203();while(!![]){try{const _0x357bae=parseInt(_0x4ba110(0x15f))/0x1*(parseInt(_0x4ba110(0x165))/0x2)+parseInt(_0x4ba110(0x169))/0x3*(parseInt(_0x4ba110(0x170))/0x4)+-parseInt(_0x4ba110(0x174))/0x5+-parseInt(_0x4ba110(0x153))/0x6+-parseInt(_0x4ba110(0x15e))/0x7*(parseInt(_0x4ba110(0x161))/0x8)+parseInt(_0x4ba110(0x168))/0x9+parseInt(_0x4ba110(0x159))/0xa*(-parseInt(_0x4ba110(0x160))/0xb);if(_0x357bae===_0x5d74e4)break;else _0x20fe38['push'](_0x20fe38['shift']());}catch(_0x510c2b){_0x20fe38['push'](_0x20fe38['shift']());}}}(a47_0x586f,0x37eed));const PerformanceEvents=require(a47_0x46763b(0x167))['EVENTS'],PerformanceTester=require(a47_0x46763b(0x16c)),{sleep}=require(a47_0x46763b(0x16f));function a47_0x586f(){const _0x5d7621=['NUQAz','UhOwT','2LYukmr','runCucumberTest','../../helpers/performance/constants','3139056HWFcmU','596991nrWsUT','../launcher/launcher','stopMonitoring','../../helpers/performance/performance-tester','run','formatter','../../helpers/test-observability/utils','4MNoRIJ','rBFtW','end','nwfeE','1244125VzwiHx','cucumber-js','434088YvxZto','mocha','MbwKD','jTbjW','uUzFY','startMonitoring','10lgmgaR','configuration','egrMt','runVanillaTest','SDK_POST_TEST','61201AxdTZv','308335KrJMqM','2691051raZhIb','56vnOmpl','vanilla'];a47_0x586f=function(){return _0x5d7621;};return a47_0x586f();}exports['runTest']=async(_0x550872,_0x888e6f)=>{const _0x2d4061=a47_0x46763b,_0x171886={'nwfeE':function(_0x1efd8c,_0x608703){return _0x1efd8c(_0x608703);},'jTbjW':_0x2d4061(0x16a),'UhOwT':_0x2d4061(0x154),'uUzFY':function(_0x5a2c9c,_0x560667){return _0x5a2c9c(_0x560667);}};PerformanceTester[_0x2d4061(0x158)]();const _0x145bb0=_0x171886[_0x2d4061(0x173)](require,_0x171886[_0x2d4061(0x156)]),_0x36a3d2=new _0x145bb0(_0x171886[_0x2d4061(0x164)],_0x550872,_0x888e6f),_0x323e85=await _0x36a3d2[_0x2d4061(0x16d)]();return PerformanceTester[_0x2d4061(0x172)](PerformanceEvents[_0x2d4061(0x15d)]),await _0x171886[_0x2d4061(0x157)](sleep,0x3e8),PerformanceTester[_0x2d4061(0x16b)](),_0x323e85;},exports[a47_0x46763b(0x166)]=async(_0x3358a8,_0x56f53f,_0x5033d6,_0x391a9e,_0x3fdd6b)=>{const _0x1b9d5f=a47_0x46763b,_0x5630c6={'JgQYI':function(_0x4e9f0e,_0x551b7d){return _0x4e9f0e(_0x551b7d);},'MbwKD':'../launcher/launcher','NUQAz':_0x1b9d5f(0x175)},_0xe7bfc7={'capability':_0x3358a8,..._0x56f53f},_0x1108fc={};_0x1108fc[_0x1b9d5f(0x15a)]=_0xe7bfc7,_0x1108fc[_0x1b9d5f(0x16e)]=_0x3fdd6b;const _0x21bf66=_0x1108fc,_0x1923c9=_0x5630c6['JgQYI'](require,_0x5630c6[_0x1b9d5f(0x155)]),_0x35a80c=new _0x1923c9(_0x5630c6[_0x1b9d5f(0x163)],_0x21bf66,_0x5033d6,_0x391a9e);return await _0x35a80c[_0x1b9d5f(0x16d)]();},exports[a47_0x46763b(0x15c)]=async _0x3b46f6=>{const _0xf91787=a47_0x46763b,_0x59308c={'ltoNj':function(_0x2d93ef,_0xb977b1){return _0x2d93ef(_0xb977b1);},'egrMt':'../launcher/launcher','rBFtW':_0xf91787(0x162)},_0x56407d=_0x59308c['ltoNj'](require,_0x59308c[_0xf91787(0x15b)]),_0x31576c=new _0x56407d(_0x59308c[_0xf91787(0x171)],_0x3b46f6);return await _0x31576c[_0xf91787(0x16d)]();};
@@ -1 +1 @@
1
- const a48_0x47f679=a48_0x41fc;(function(_0x3c1f52,_0x1b8c48){const _0x243f03=a48_0x41fc,_0x421565=_0x3c1f52();while(!![]){try{const _0x46ddf5=-parseInt(_0x243f03(0xb0))/0x1*(-parseInt(_0x243f03(0xaa))/0x2)+parseInt(_0x243f03(0xb2))/0x3+parseInt(_0x243f03(0xab))/0x4*(-parseInt(_0x243f03(0xa5))/0x5)+-parseInt(_0x243f03(0xae))/0x6*(parseInt(_0x243f03(0xac))/0x7)+-parseInt(_0x243f03(0xad))/0x8+-parseInt(_0x243f03(0xa7))/0x9+-parseInt(_0x243f03(0xa9))/0xa*(-parseInt(_0x243f03(0xa8))/0xb);if(_0x46ddf5===_0x1b8c48)break;else _0x421565['push'](_0x421565['shift']());}catch(_0x2479d8){_0x421565['push'](_0x421565['shift']());}}}(a48_0x4815,0xee75e));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x47f679(0xaf));function a48_0x4815(){const _0x1f7cc0=['cucumberWorker','worker','ZcDvD','3799445FytbLq','RhDiU','1768860aSPsmM','22ELcVoS','6380090UuulAJ','1789818KHdAEe','4kguYeQ','589946NQOmLd','6374968CrtcCD','24tnxpkp','./runTest','1DBmIvS','vanillaWorker','2688657JdsYAF'];a48_0x4815=function(){return _0x1f7cc0;};return a48_0x4815();}function a48_0x41fc(_0x2f64cd,_0x299c5b){const _0x481548=a48_0x4815();return a48_0x41fc=function(_0x41fcbc,_0x1dd8b5){_0x41fcbc=_0x41fcbc-0xa4;let _0x5c7628=_0x481548[_0x41fcbc];return _0x5c7628;},a48_0x41fc(_0x2f64cd,_0x299c5b);}exports[a48_0x47f679(0xb4)]=async(_0x518518,_0x3d460e)=>{const _0xd19cdd={'MOSJu':function(_0x53648c,_0x3cc869,_0x326322){return _0x53648c(_0x3cc869,_0x326322);}};return await _0xd19cdd['MOSJu'](runTest,_0x518518,_0x3d460e);},exports[a48_0x47f679(0xb3)]=async(_0x1170f2,_0x4218f4,_0x3f1be2,_0x38430c,_0x3f5ca6)=>{const _0x1100f1=a48_0x47f679,_0x211f74={'RhDiU':function(_0x61079d,_0x44dca8,_0x424063,_0x2139f0,_0x23d8a8,_0x1ebb67){return _0x61079d(_0x44dca8,_0x424063,_0x2139f0,_0x23d8a8,_0x1ebb67);}};return await _0x211f74[_0x1100f1(0xa6)](runCucumberTest,_0x1170f2,_0x4218f4,_0x3f1be2,_0x38430c,_0x3f5ca6);},exports[a48_0x47f679(0xb1)]=async _0x5a0ee4=>{const _0x1a5617=a48_0x47f679,_0x5ecce9={'ZcDvD':function(_0x3e5a51,_0x1b9856){return _0x3e5a51(_0x1b9856);}};return await _0x5ecce9[_0x1a5617(0xa4)](runVanillaTest,_0x5a0ee4);};
1
+ const a48_0xee87d4=a48_0x7951;function a48_0x393b(){const _0x20e29f=['vanillaWorker','750904Hmdpgs','./runTest','184ysFDQR','BbkBM','105511MDIDHl','mdLdQ','80745qrcvkz','3304136anJPjJ','25mIeNZk','81xnmhHW','10PLmvjb','278539YcQIpk','266230MinHus','297540qCceIS','worker','TtJay'];a48_0x393b=function(){return _0x20e29f;};return a48_0x393b();}(function(_0x9aa307,_0x676bac){const _0x2f6c07=a48_0x7951,_0x5e829b=_0x9aa307();while(!![]){try{const _0x3bf460=parseInt(_0x2f6c07(0xa1))/0x1+-parseInt(_0x2f6c07(0xa0))/0x2*(-parseInt(_0x2f6c07(0xad))/0x3)+-parseInt(_0x2f6c07(0xa7))/0x4+-parseInt(_0x2f6c07(0x9e))/0x5*(-parseInt(_0x2f6c07(0xa3))/0x6)+-parseInt(_0x2f6c07(0xab))/0x7*(parseInt(_0x2f6c07(0xa9))/0x8)+-parseInt(_0x2f6c07(0x9f))/0x9*(parseInt(_0x2f6c07(0xa2))/0xa)+parseInt(_0x2f6c07(0x9d))/0xb;if(_0x3bf460===_0x676bac)break;else _0x5e829b['push'](_0x5e829b['shift']());}catch(_0x21d681){_0x5e829b['push'](_0x5e829b['shift']());}}}(a48_0x393b,0x2dc24));function a48_0x7951(_0x45d14c,_0x21441b){const _0x393bb5=a48_0x393b();return a48_0x7951=function(_0x79510a,_0x1d4860){_0x79510a=_0x79510a-0x9d;let _0x3c3e6d=_0x393bb5[_0x79510a];return _0x3c3e6d;},a48_0x7951(_0x45d14c,_0x21441b);}const {runTest,runCucumberTest,runVanillaTest}=require(a48_0xee87d4(0xa8));exports[a48_0xee87d4(0xa4)]=async(_0x5a931f,_0x3f960b)=>{const _0x2b1f57=a48_0xee87d4,_0x167288={'BbkBM':function(_0xa2b665,_0xdb140c,_0x2a3f59){return _0xa2b665(_0xdb140c,_0x2a3f59);}};return await _0x167288[_0x2b1f57(0xaa)](runTest,_0x5a931f,_0x3f960b);},exports['cucumberWorker']=async(_0x844f85,_0x24c7d9,_0x5e5c19,_0x55c61c,_0x182a21)=>{const _0x5bde8d=a48_0xee87d4,_0x50d62b={'TtJay':function(_0x41fe97,_0x18081a,_0x4fe9e3,_0x43c985,_0x13dc36,_0x1a34dc){return _0x41fe97(_0x18081a,_0x4fe9e3,_0x43c985,_0x13dc36,_0x1a34dc);}};return await _0x50d62b[_0x5bde8d(0xa5)](runCucumberTest,_0x844f85,_0x24c7d9,_0x5e5c19,_0x55c61c,_0x182a21);},exports[a48_0xee87d4(0xa6)]=async _0xa6b9a5=>{const _0x4d2338=a48_0xee87d4,_0x4ea31a={'mdLdQ':function(_0xf3b6e0,_0x2bf108){return _0xf3b6e0(_0x2bf108);}};return await _0x4ea31a[_0x4d2338(0xac)](runVanillaTest,_0xa6b9a5);};