browserstack-node-sdk 1.33.4 → 1.33.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -1
  116. package/src/helpers/testhub/testhubHandler.js +1 -1
  117. package/src/helpers/testhub/utils.js +1 -1
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a39_0x1748(_0x2c8608,_0x550782){const _0x2e4fd8=a39_0x2e4f();return a39_0x1748=function(_0x174877,_0x495cd3){_0x174877=_0x174877-0x12c;let _0x44eeb0=_0x2e4fd8[_0x174877];return _0x44eeb0;},a39_0x1748(_0x2c8608,_0x550782);}function a39_0x2e4f(){const _0x2b638c=['2037vlIhhX','OJmYB','NJVju','SLJHE','length','3148244gaGWpx','TEST_SCREENSHOT','test','getScope','AIbKD','statSync','UQhco','rmGqW','GYmuV','existsSync','xZnyL','../../../helpers/helper','configureGit','hook_run','beforeEach\x20hook','passed','PSKgi','title','Aatye','zRZNl','startTime','file','SaBvd','120CMDLQt','../../../helpers/testhub/utils','status','BEFORE_EACH','uiKNe','PEtDj','LdWyn','ZAPwl','AFTER_ALL','depth','naQmn','HaGnh','retry','WBCwR','reportLogs','endSession','parent','getTestUUID','aMekc','XdiqI','needToReportStep','JHUCL','_gitConfigPath','../../../helpers/performance-tester','util','logs','finishedAt','337509sJGdSR','FDoyB','VKOcI','pending','dRPZD','getTime','expanded','errors','base64','MyReporter','TEST_STEP','27343129JdunCj','split','sendTestRunEvent','options','sFaqK','RwqLb','printsToStdio','join','indexOf','yreYA','category','startedAt','getTestRunIdentifier','EVPmv','path','Error\x20in\x20calculating\x20performance:\x20','doIyw','toISOString','ioXXn','Expected\x20to\x20fail,\x20but\x20passed.','DZVoX','unknown','18rLEwXV','PLAYWRIGHT','HookRunFinished','TestRunFinished','../../../helpers/test-observability/utils','WxBXJ','root','1768605ShffkT','2034akRipE','timedOut','_testHooksMap','../../../helpers/test-observability/error-handler','push','pqRwA','cBQae','dZnhH','onBegin','3453821qwjNCh','hSmAO','eAkin','setup','getHookType','beforeAll\x20hook','test_run_uuid','tRyaG','startsWith','name','Hook\x20Finished\x20with\x20unique\x20id\x20','BROWSERSTACK_LOG_LEVEL','qyAMU','getStepsAndLogs','attachments','ZpFuC','location','steps','getStepIdentifier','IoXYB','UPYhC','OKCNB','Gesab','eVibx','_projectId','sendHookRunEvent','uploadEventData','\x20for\x20','event_type','iuFwq','meta','test_run','exports','LrDmn','njusk','NmBso','../../../helpers/test-observability/sessionHandler','failed','PDVWj','bZPfj','screenshot','stack','error','Bflvu','QYblr','RTQEm','splice','wjjye','fsLPD','shutdown','_bs_hookIdentifier','env','message','koLNl','object','After\x20Hooks','expectedStatus','vtjHD','skipped','ANyEa','hook','uuid','rBcJm','dFvKq','addTestUIDAndReportLog','setStepIdentifier','getTestIdentifier','_tests','map','afterAll\x20hook','dITen','startMonitoring','err','cVvkB','phKOv','BEFORE_ALL','START_TIME','onStepEnd','_gitConfigured','RAasU','onTestEnd','OsFuh','filter','10IqUIWS','failure_reason','LogCreated','titlePath','performance-report-reporter.json','KYBpo','FOfNt','./pwUtils','HookRunStarted','backtrace','onTestBegin','afterEach\x20hook','fUgxF','sendSessionDetails','failure','hook_run_uuid','spRqB','cwd','result','MKgDa','Hook\x20Started\x20with\x20unique\x20id\x20','xbYnA','1983235wICCUu','tWhLB','oNNzE','../../../helpers/testhub/testhubHandler','\x20is\x20triggered\x20for\x20test\x20','EHpfj','\x20is\x20triggered','relative','toString','getHierarchy','failure_type','../../../helpers/test-observability/requestQueueHandler','BROWSERSTACK_O11Y_PERF_MEASUREMENT','AHdcZ','Before\x20Hooks','duration','EcUrL','onStepBegin','logLevel','otGah'];a39_0x2e4f=function(){return _0x2b638c;};return a39_0x2e4f();}const a39_0x40f5df=a39_0x1748;(function(_0xe6ae3a,_0x66413e){const _0x8426f9=a39_0x1748,_0x4d944b=_0xe6ae3a();while(!![]){try{const _0x108dd4=-parseInt(_0x8426f9(0x177))/0x1+parseInt(_0x8426f9(0x178))/0x2*(-parseInt(_0x8426f9(0x1fe))/0x3)+-parseInt(_0x8426f9(0x203))/0x4+-parseInt(_0x8426f9(0x1ea))/0x5+-parseInt(_0x8426f9(0x170))/0x6*(-parseInt(_0x8426f9(0x181))/0x7)+parseInt(_0x8426f9(0x134))/0x8*(parseInt(_0x8426f9(0x14f))/0x9)+-parseInt(_0x8426f9(0x1d4))/0xa*(-parseInt(_0x8426f9(0x15a))/0xb);if(_0x108dd4===_0x66413e)break;else _0x4d944b['push'](_0x4d944b['shift']());}catch(_0x1fb40b){_0x4d944b['push'](_0x4d944b['shift']());}}}(a39_0x2e4f,0xd8367));const RequestQueueHandler=require(a39_0x40f5df(0x1f5)),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a39_0x40f5df(0x1db)),{v4:uuidv4}=require(a39_0x40f5df(0x1be)),path=require(a39_0x40f5df(0x168)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a39_0x40f5df(0x174)),{getGitMetaData,setLogLevel}=require(a39_0x40f5df(0x20e)),TestDetails=require('./test-details'),fs=require('fs'),util=require(a39_0x40f5df(0x14c)),{o11yClassErrorHandler}=require(a39_0x40f5df(0x17b)),PerformanceTester=require(a39_0x40f5df(0x14b)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require(a39_0x40f5df(0x1a5)),{appendTesthubParams}=require(a39_0x40f5df(0x135)),TestHubHandler=require(a39_0x40f5df(0x1ed));class MyReporter{constructor(_0x2e512a){const _0x4c0d1f=a39_0x40f5df,_0xecdaea={'RwqLb':'4|5|1|6|0|3|2','PEtDj':function(_0x18a62f,_0x257980,_0x1e36e8,_0x578c5c){return _0x18a62f(_0x257980,_0x1e36e8,_0x578c5c);},'naQmn':_0x4c0d1f(0x1d8)},_0x2c1ebd=_0xecdaea[_0x4c0d1f(0x15f)][_0x4c0d1f(0x15b)]('|');let _0x2355b4=0x0;while(!![]){switch(_0x2c1ebd[_0x2355b4++]){case'0':this[_0x4c0d1f(0x15d)]=_0x2e512a;continue;case'1':this[_0x4c0d1f(0x1c4)]={};continue;case'2':this[_0x4c0d1f(0x14a)]=null;continue;case'3':this[_0x4c0d1f(0x1cf)]=![];continue;case'4':const _0x49420c={};_0x49420c[_0x4c0d1f(0x1fc)]=process[_0x4c0d1f(0x1b4)][_0x4c0d1f(0x18c)],_0xecdaea[_0x4c0d1f(0x139)](setLogLevel,_0x49420c,new Map(),new Map());continue;case'5':process[_0x4c0d1f(0x1b4)][_0x4c0d1f(0x1f6)]&&(PerformanceTester[_0x4c0d1f(0x1c8)](_0xecdaea[_0x4c0d1f(0x13e)]),process[_0x4c0d1f(0x1b4)][_0x4c0d1f(0x1cd)]=new Date()['toISOString']());continue;case'6':this[_0x4c0d1f(0x17a)]={};continue;}break;}}async[a39_0x40f5df(0x180)](){const _0x56cbbd=a39_0x40f5df;TestDetails[_0x56cbbd(0x184)](),await this[_0x56cbbd(0x20f)]();}async['onTestBegin'](_0x2bac6d,_0x19dfe6){const _0x46ab90=a39_0x40f5df,_0x4bbf05={'uiKNe':function(_0xaa3119,_0x3ec5cc){return _0xaa3119(_0x3ec5cc);},'EBemZ':'TestRunStarted'},_0x1dc6f4=this['getTestIdentifier'](_0x2bac6d);this[_0x46ab90(0x1c4)][_0x1dc6f4]={'uuid':TestDetails[_0x46ab90(0x145)](this['getTestRunIdentifier'](_0x2bac6d,_0x19dfe6['retry'])),'startedAt':_0x19dfe6[_0x46ab90(0x131)]},_0x4bbf05[_0x46ab90(0x138)](trace,'Test\x20Started\x20with\x20unique\x20id\x20'+_0x1dc6f4),await this[_0x46ab90(0x15c)](_0x2bac6d,_0x4bbf05['EBemZ'],_0x19dfe6);}async[a39_0x40f5df(0x1fb)](_0x3641f3,_0x850faa,_0x19e791){const _0x1a7054=a39_0x40f5df,_0x1079a1={'TsazU':function(_0x5b862f,_0x2156fe){return _0x5b862f(_0x2156fe);},'LrDmn':_0x1a7054(0x1dc)};if(!this[_0x1a7054(0x148)](_0x19e791,_0x3641f3))return;const _0x447c40=this[_0x1a7054(0x1c2)](_0x3641f3,_0x19e791);this[_0x1a7054(0x1c4)][_0x447c40]={'uuid':TestDetails[_0x1a7054(0x145)](_0x447c40),'startedAt':_0x19e791['startTime'][_0x1a7054(0x16b)]()};const _0x373df1=this[_0x1a7054(0x166)](_0x3641f3,_0x850faa['retry']);!this[_0x1a7054(0x17a)][_0x373df1]&&(this[_0x1a7054(0x17a)][_0x373df1]=[]),this[_0x1a7054(0x17a)][_0x373df1]['push'](this['_tests'][_0x447c40][_0x1a7054(0x1be)]),_0x1079a1['TsazU'](trace,_0x1a7054(0x1e8)+_0x447c40+_0x1a7054(0x1ee)+_0x373df1),await this['sendHookRunEvent'](_0x3641f3,_0x19e791,_0x1079a1[_0x1a7054(0x1a2)],_0x850faa);}async[a39_0x40f5df(0x1ce)](_0x1ad580,_0x4d334f,_0x5392c7){const _0x467edb=a39_0x40f5df,_0x3571c1={'PDVWj':function(_0x2d2963,_0x310913){return _0x2d2963+_0x310913;},'DZVoX':function(_0x39741b,_0x3fabf7){return _0x39741b(_0x3fabf7);},'sFaqK':_0x467edb(0x172)};if(!this[_0x467edb(0x148)](_0x5392c7,_0x1ad580))return;const _0x29cbd1=this[_0x467edb(0x193)](_0x1ad580,_0x5392c7);this[_0x467edb(0x1c4)][_0x29cbd1]={...this[_0x467edb(0x1c4)][_0x29cbd1]||{},'finishedAt':new Date(_0x3571c1[_0x467edb(0x1a7)](_0x5392c7[_0x467edb(0x131)][_0x467edb(0x154)](),_0x5392c7[_0x467edb(0x1f9)]))},_0x3571c1[_0x467edb(0x16e)](trace,_0x467edb(0x18b)+_0x29cbd1+_0x467edb(0x1f0)),await this['sendHookRunEvent'](_0x1ad580,_0x5392c7,_0x3571c1[_0x467edb(0x15e)],_0x4d334f);}async[a39_0x40f5df(0x1d1)](_0x579c11,_0x36ee66){const _0xcc0a37=a39_0x40f5df,_0x493fe7={'DGeeh':function(_0x40a6db,_0xdb0526){return _0x40a6db===_0xdb0526;},'Gesab':_0xcc0a37(0x1a9),'aXwwd':_0xcc0a37(0x204),'EcUrL':_0xcc0a37(0x157),'MPMNU':function(_0x19a849,_0x305611){return _0x19a849(_0x305611);},'tTyoq':_0xcc0a37(0x173),'fsLPD':function(_0x23c1e2,_0x2165f7){return _0x23c1e2>_0x2165f7;}},_0x38be95=this[_0xcc0a37(0x1c3)](_0x579c11),_0x38f113=TestDetails[_0xcc0a37(0x145)](this[_0xcc0a37(0x166)](_0x579c11,_0x36ee66[_0xcc0a37(0x140)]));this[_0xcc0a37(0x1c4)][_0x38be95]={...this['_tests'][_0x38be95]||{},'finishedAt':new Date()[_0xcc0a37(0x16b)]()},_0x493fe7['MPMNU'](trace,'Test\x20Finished\x20with\x20unique\x20id\x20'+_0x38be95),await this[_0xcc0a37(0x15c)](_0x579c11,_0x493fe7['tTyoq'],_0x36ee66);const _0x325899=[];_0x36ee66[_0xcc0a37(0x18f)]&&_0x36ee66[_0xcc0a37(0x18f)][_0xcc0a37(0x1c5)](_0x509397=>{const _0x2115f7=_0xcc0a37;if(_0x493fe7['DGeeh'](_0x509397[_0x2115f7(0x18a)],_0x493fe7[_0x2115f7(0x197)])){if(!fs[_0x2115f7(0x20c)](_0x509397[_0x2115f7(0x168)]))return;_0x325899[_0x2115f7(0x17c)]({'test_run_uuid':_0x38f113,'timestamp':fs[_0x2115f7(0x208)](_0x509397[_0x2115f7(0x168)])['mtime'],'kind':_0x493fe7['aXwwd'],'message':fs['readFileSync'](_0x509397[_0x2115f7(0x168)],{'encoding':_0x493fe7[_0x2115f7(0x1fa)]})});}}),_0x493fe7[_0xcc0a37(0x1b1)](_0x325899['length'],0x0)&&await MyReporter[_0xcc0a37(0x142)](_0x325899);}async['endSession'](){const _0xaef82d=a39_0x40f5df;await RequestQueueHandler['getInstance']()[_0xaef82d(0x1b2)](),TestDetails[_0xaef82d(0x1b2)]();}async['onEnd'](_0x4df76a){const _0x1f2888=a39_0x40f5df,_0x270613={'dFvKq':function(_0x9ebf3a){return _0x9ebf3a();},'WnNns':function(_0x275943,_0xc4f6c0){return _0x275943(_0xc4f6c0);}};await this[_0x1f2888(0x143)](),_0x270613[_0x1f2888(0x1c0)](printBuildLink);try{process[_0x1f2888(0x1b4)][_0x1f2888(0x1f6)]&&await _0x270613[_0x1f2888(0x1c0)](calculatePerformance);}catch(_0x3835e1){_0x270613['WnNns'](debug,_0x1f2888(0x169)+_0x3835e1['toString']());}}static async[a39_0x40f5df(0x1c1)](_0x2f4e7f,_0x513303){const _0x2263e0=a39_0x40f5df;_0x513303['test_run_uuid']=TestDetails[_0x2263e0(0x145)](_0x2f4e7f),await this[_0x2263e0(0x142)]([_0x513303]);}static async['reportLogs'](_0x4908ab){const _0x869cae=a39_0x40f5df,_0x2f36fd={};_0x2f36fd[_0x869cae(0x1a3)]=_0x869cae(0x1d6);const _0x58153a=_0x2f36fd,_0x86b0bd={};_0x86b0bd[_0x869cae(0x19d)]=_0x58153a[_0x869cae(0x1a3)],_0x86b0bd[_0x869cae(0x14d)]=_0x4908ab,await SessionHandler[_0x869cae(0x19b)](_0x86b0bd);}async[a39_0x40f5df(0x19a)](_0x3f26f4,_0x198aaf,_0x42d855,_0x5c3661){const _0x2fc2f3=a39_0x40f5df,_0x4e8f05={'NQWNy':'hook','dRPZD':'javascript','UQhco':_0x2fc2f3(0x152),'bZPfj':function(_0x558b8f,_0x158801){return _0x558b8f>=_0x158801;},'IoXYB':function(_0x1140b6,_0x52ea31){return _0x1140b6===_0x52ea31;},'JHUCL':_0x2fc2f3(0x172),'tRyaG':function(_0x29242e,_0x10c51a){return _0x29242e>_0x10c51a;},'EEddl':_0x2fc2f3(0x1a6),'EHpfj':function(_0x30ceaf,_0x37fd51){return _0x30ceaf(_0x37fd51);},'GYmuV':function(_0x49633e,_0x3d4c51,_0x278584){return _0x49633e(_0x3d4c51,_0x278584);},'OsFuh':_0x2fc2f3(0x1c9),'hSmAO':_0x2fc2f3(0x12c)},_0x150015=this[_0x2fc2f3(0x193)](_0x3f26f4,_0x198aaf),_0xe063fe=this[_0x2fc2f3(0x1c4)][_0x150015],_0x777b39={'uuid':_0xe063fe['uuid'],'type':_0x4e8f05['NQWNy'],'hook_type':this[_0x2fc2f3(0x185)](_0x198aaf['title']),'name':_0x198aaf['title'],'scope':this['getScope'](_0x198aaf),'scopes':this[_0x2fc2f3(0x1f3)](_0x3f26f4),'body':{'lang':_0x4e8f05[_0x2fc2f3(0x153)],'code':null},'identifier':_0x150015,'file_name':path['relative'](process[_0x2fc2f3(0x1e5)](),_0x3f26f4[_0x2fc2f3(0x191)]['file']),'location':path['relative'](process[_0x2fc2f3(0x1e5)](),_0x3f26f4[_0x2fc2f3(0x191)][_0x2fc2f3(0x132)]),'result':_0x4e8f05[_0x2fc2f3(0x209)],'duration_in_ms':_0x4e8f05[_0x2fc2f3(0x1a8)](_0x198aaf[_0x2fc2f3(0x1f9)],0x0)?_0x198aaf[_0x2fc2f3(0x1f9)]:undefined,'vc_filepath':this[_0x2fc2f3(0x14a)]&&_0x3f26f4['location'][_0x2fc2f3(0x132)]?path[_0x2fc2f3(0x1f1)](this[_0x2fc2f3(0x14a)],_0x3f26f4[_0x2fc2f3(0x191)]['file']):undefined,'started_at':_0xe063fe[_0x2fc2f3(0x165)],'finished_at':_0xe063fe[_0x2fc2f3(0x14e)],'framework':FRAMEWORKS[_0x2fc2f3(0x171)]};if(_0x4e8f05[_0x2fc2f3(0x194)](_0x42d855,_0x4e8f05[_0x2fc2f3(0x149)])){const {steps:_0x476ab4,logs:_0x411cf0}=this[_0x2fc2f3(0x18e)](_0x198aaf[_0x2fc2f3(0x192)],_0xe063fe[_0x2fc2f3(0x1be)],_0x4e8f05['NQWNy']);_0x411cf0&&_0x4e8f05[_0x2fc2f3(0x188)](_0x411cf0[_0x2fc2f3(0x202)],0x0)&&await MyReporter[_0x2fc2f3(0x142)](_0x411cf0);const _0x42c5d3={};_0x42c5d3[_0x2fc2f3(0x192)]=_0x476ab4,_0x777b39[_0x2fc2f3(0x19f)]=_0x42c5d3;if(_0x198aaf['error']){_0x777b39['result']=_0x4e8f05['EEddl'],_0x777b39[_0x2fc2f3(0x1d5)]=_0x4e8f05[_0x2fc2f3(0x1ef)](removeAnsiColors,_0x198aaf[_0x2fc2f3(0x1ab)][_0x2fc2f3(0x1b5)]),_0x777b39[_0x2fc2f3(0x1f4)]=_0x4e8f05[_0x2fc2f3(0x1ef)](getFailureType,_0x198aaf[_0x2fc2f3(0x1ab)][_0x2fc2f3(0x1b5)]);const _0x2083d4=_0x4e8f05[_0x2fc2f3(0x20b)](failureData,_0x198aaf[_0x2fc2f3(0x1ab)],_0x4e8f05[_0x2fc2f3(0x1d2)]);if(_0x2083d4&&_0x4e8f05[_0x2fc2f3(0x194)](_0x2083d4[_0x2fc2f3(0x202)],0x0)){const _0x3bfa7e={};_0x3bfa7e[_0x2fc2f3(0x1dd)]=[_0x777b39[_0x2fc2f3(0x1d5)]],_0x3bfa7e[_0x2fc2f3(0x155)]=[],_0x2083d4[_0x2fc2f3(0x17c)](_0x3bfa7e);}_0x777b39[_0x2fc2f3(0x1e2)]=_0x2083d4;}else _0x777b39[_0x2fc2f3(0x1e6)]=_0x4e8f05[_0x2fc2f3(0x182)];}const _0x521431={};_0x521431['event_type']=_0x42d855,_0x521431[_0x2fc2f3(0x210)]=_0x777b39;const _0x5c678b=_0x521431;await SessionHandler[_0x2fc2f3(0x19b)](_0x5c678b);}[a39_0x40f5df(0x18e)](_0x25568e,_0x5b5e32,_0x50af78){const _0x29f582=a39_0x40f5df,_0x13c476={'fUgxF':function(_0x241bb4,_0x4c6bdb){return _0x241bb4===_0x4c6bdb;},'SCTqK':_0x29f582(0x1bd),'xbYnA':_0x29f582(0x1b8),'OJmYB':_0x29f582(0x1f8),'FDoyB':function(_0x54bd0f,_0x2f992d){return _0x54bd0f===_0x2f992d;},'rBcJm':'test','qyAMU':_0x29f582(0x187),'tWhLB':_0x29f582(0x1e3),'efsqI':_0x29f582(0x159),'NmBso':_0x29f582(0x1a6),'HaGnh':_0x29f582(0x12c),'dITen':function(_0x15a969,_0x4c14e0){return _0x15a969(_0x4c14e0);},'koLNl':function(_0x44b580){return _0x44b580();},'LdWyn':function(_0x390b3d,_0x6ab8e8){return _0x390b3d(_0x6ab8e8);},'eVibx':function(_0x155e9f,_0x51cc3f,_0x597a7e){return _0x155e9f(_0x51cc3f,_0x597a7e);}},_0x32334e=[],_0x45cfb2=[],_0x282b7f=_0x25568e[_0x29f582(0x1d3)](_0x247ffc=>{const _0x5f2e51=_0x29f582;if(_0x13c476[_0x5f2e51(0x1e0)](_0x247ffc[_0x5f2e51(0x164)],_0x13c476['SCTqK'])&&(_0x13c476[_0x5f2e51(0x1e0)](_0x247ffc[_0x5f2e51(0x12e)],_0x13c476[_0x5f2e51(0x1e9)])||_0x13c476[_0x5f2e51(0x1e0)](_0x247ffc[_0x5f2e51(0x12e)],_0x13c476[_0x5f2e51(0x1ff)])))return![];return!![];}),_0x13923b=(_0x53c9ce,_0x1c6245=![])=>{const _0x376b90=_0x29f582;if(_0x13c476[_0x376b90(0x150)](_0x53c9ce['steps'][_0x376b90(0x202)],0x0)){const _0x2309cb=_0x13c476['FDoyB'](_0x50af78,_0x13c476[_0x376b90(0x1bf)])?_0x13c476[_0x376b90(0x18d)]:_0x13c476[_0x376b90(0x1eb)];_0x45cfb2[_0x376b90(0x17c)]({'kind':_0x13c476['efsqI'],[_0x2309cb]:_0x5b5e32,'message':_0x53c9ce[_0x376b90(0x12e)],'timestamp':_0x53c9ce['startTime'][_0x376b90(0x16b)](),'level':_0x53c9ce['error']?_0x13c476[_0x376b90(0x1a4)]:_0x13c476[_0x376b90(0x13f)],'duration':_0x53c9ce['duration'],'failure':_0x53c9ce[_0x376b90(0x1ab)]&&_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)]&&_0x13c476[_0x376b90(0x1c7)](removeAnsiColors,_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)]),'failure_type':_0x13c476['dITen'](getFailureType,_0x53c9ce['error']&&_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)])});}else{!_0x1c6245&&_0x32334e['push']({'id':_0x13c476[_0x376b90(0x1b6)](uuidv4),'text':_0x53c9ce[_0x376b90(0x12e)],'keyword':undefined,'started_at':_0x53c9ce[_0x376b90(0x131)][_0x376b90(0x16b)](),'duration':_0x53c9ce[_0x376b90(0x1f9)],'result':_0x53c9ce[_0x376b90(0x1ab)]?_0x13c476['NmBso']:_0x13c476[_0x376b90(0x13f)],'failure':_0x53c9ce[_0x376b90(0x1ab)]&&_0x53c9ce['error'][_0x376b90(0x1b5)]&&_0x13c476[_0x376b90(0x1c7)](removeAnsiColors,_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)]),'failure_type':_0x13c476[_0x376b90(0x13a)](getFailureType,_0x53c9ce[_0x376b90(0x1ab)]&&_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)])});for(const _0x2c05a5 of _0x53c9ce[_0x376b90(0x192)]){_0x13c476[_0x376b90(0x198)](_0x13923b,_0x2c05a5,!![]);}}};for(const _0x5f3b6c of _0x282b7f){_0x13c476['eVibx'](_0x13923b,_0x5f3b6c,![]);}const _0x3b18a4={};return _0x3b18a4[_0x29f582(0x192)]=_0x32334e,_0x3b18a4[_0x29f582(0x14d)]=_0x45cfb2,_0x3b18a4;}async[a39_0x40f5df(0x15c)](_0x533624,_0x4793e1,_0x33ae0e){const _0x4e110f=a39_0x40f5df,_0x38f074={'RAasU':_0x4e110f(0x205),'NJVju':'javascript','ZpFuC':_0x4e110f(0x152),'SaBvd':function(_0x1f34db,_0x41829b){return _0x1f34db(_0x41829b);},'VKOcI':function(_0x137486,_0x1b4c11,_0x5703d4,_0x51333b,_0x22d188){return _0x137486(_0x1b4c11,_0x5703d4,_0x51333b,_0x22d188);},'wjjye':function(_0x1149bf,_0x30d6e5){return _0x1149bf>_0x30d6e5;},'ioXXn':function(_0x1b1f17,_0x1f608d){return _0x1b1f17-_0x1f608d;},'ANyEa':function(_0x1b31db,_0x49970c){return _0x1b31db===_0x49970c;},'RTQEm':_0x4e110f(0x173),'DKLvo':function(_0x5ee757,_0x3b1627){return _0x5ee757===_0x3b1627;},'AIbKD':function(_0x23f420,_0x4166f4){return _0x23f420===_0x4166f4;},'XdiqI':_0x4e110f(0x1bb),'ZAPwl':_0x4e110f(0x12c),'iuFwq':_0x4e110f(0x1a6),'QYblr':function(_0x503e56,_0x3adfae){return _0x503e56===_0x3adfae;},'MKgDa':_0x4e110f(0x179),'FOfNt':_0x4e110f(0x16d),'aMekc':function(_0x33198e,_0x31c433){return _0x33198e(_0x31c433);},'WBCwR':function(_0x59a63f,_0x53a577,_0x49eabc){return _0x59a63f(_0x53a577,_0x49eabc);}},_0x3144ea=this[_0x4e110f(0x1c3)](_0x533624),_0x269746=this[_0x4e110f(0x206)](_0x533624),_0x324121=this[_0x4e110f(0x1c4)][_0x3144ea],_0x4110f9=path[_0x4e110f(0x1f1)](process[_0x4e110f(0x1e5)](),_0x533624[_0x4e110f(0x191)][_0x4e110f(0x132)]);await this[_0x4e110f(0x20f)]();const _0x214a1b={'uuid':_0x324121[_0x4e110f(0x1be)],'type':_0x38f074[_0x4e110f(0x1d0)],'name':_0x533624[_0x4e110f(0x12e)],'body':{'lang':_0x38f074[_0x4e110f(0x200)],'code':_0x533624['fn'][_0x4e110f(0x1f2)]()},'scope':_0x269746,'scopes':this['getHierarchy'](_0x533624),'identifier':_0x3144ea,'file_name':_0x4110f9,'location':_0x4110f9,'result':_0x38f074[_0x4e110f(0x190)],'duration_in_ms':_0x33ae0e&&_0x33ae0e[_0x4e110f(0x1f9)]?_0x33ae0e[_0x4e110f(0x1f9)]:null,'vc_filepath':this[_0x4e110f(0x14a)]&&_0x533624[_0x4e110f(0x191)][_0x4e110f(0x132)]?path[_0x4e110f(0x1f1)](this[_0x4e110f(0x14a)],_0x533624[_0x4e110f(0x191)][_0x4e110f(0x132)]):undefined,'started_at':_0x324121[_0x4e110f(0x165)],'finished_at':_0x324121[_0x4e110f(0x14e)],'framework':FRAMEWORKS[_0x4e110f(0x171)],'customRerunParam':{'rerun_name':_0x533624[_0x4e110f(0x1d7)]()[_0x4e110f(0x161)]('\x20')},'tags':_0x38f074['SaBvd'](getTagsFromTitle,_0x533624[_0x4e110f(0x12e)])};_0x38f074[_0x4e110f(0x151)](appendTesthubParams,_0x214a1b,_0x4793e1,_0x533624,FRAMEWORKS[_0x4e110f(0x171)]);_0x33ae0e&&_0x38f074[_0x4e110f(0x1b0)](_0x33ae0e[_0x4e110f(0x140)],0x0)&&(_0x214a1b['retry_of']=TestDetails[_0x4e110f(0x145)](this[_0x4e110f(0x166)](_0x533624,_0x38f074[_0x4e110f(0x16c)](_0x33ae0e[_0x4e110f(0x140)],0x1))));if(_0x38f074[_0x4e110f(0x1bc)](_0x4793e1,_0x38f074[_0x4e110f(0x1ae)])){_0x214a1b[_0x4e110f(0x1e6)]=_0x33ae0e[_0x4e110f(0x136)];if(_0x38f074['DKLvo'](_0x33ae0e[_0x4e110f(0x136)],_0x533624['expectedStatus']))_0x214a1b['result']=_0x38f074[_0x4e110f(0x207)](_0x33ae0e[_0x4e110f(0x136)],_0x38f074[_0x4e110f(0x147)])?_0x38f074['XdiqI']:_0x38f074[_0x4e110f(0x13b)];else{(_0x38f074[_0x4e110f(0x1bc)](_0x214a1b['result'],_0x38f074[_0x4e110f(0x13b)])||_0x38f074[_0x4e110f(0x1bc)](_0x214a1b['result'],_0x38f074['iuFwq'])||_0x38f074[_0x4e110f(0x1ad)](_0x214a1b[_0x4e110f(0x1e6)],_0x38f074[_0x4e110f(0x1e7)]))&&(_0x214a1b[_0x4e110f(0x1e6)]=_0x38f074[_0x4e110f(0x19e)]);if(_0x38f074[_0x4e110f(0x207)](_0x33ae0e['status'],_0x38f074[_0x4e110f(0x13b)])&&_0x38f074['AIbKD'](_0x533624[_0x4e110f(0x1b9)],_0x38f074[_0x4e110f(0x19e)])){const _0x238806={};_0x238806[_0x4e110f(0x1b5)]=_0x38f074['FOfNt'],_0x238806[_0x4e110f(0x1aa)]=_0x38f074[_0x4e110f(0x1da)],_0x33ae0e['error']=_0x238806,_0x33ae0e['errors']=[_0x33ae0e[_0x4e110f(0x1ab)]];}}const _0xc63edd=this[_0x4e110f(0x166)](_0x533624,_0x33ae0e[_0x4e110f(0x140)]);_0x214a1b['hooks']=this[_0x4e110f(0x17a)][_0xc63edd];const {steps:_0x3299ef,logs:_0x3f328f}=this[_0x4e110f(0x18e)](_0x33ae0e['steps'],_0x324121[_0x4e110f(0x1be)],_0x38f074['RAasU']);await MyReporter[_0x4e110f(0x142)](_0x3f328f);const _0x16961={};_0x16961[_0x4e110f(0x192)]=_0x3299ef,_0x214a1b[_0x4e110f(0x19f)]=_0x16961;if(_0x33ae0e[_0x4e110f(0x1ab)]){_0x214a1b[_0x4e110f(0x1d5)]=_0x38f074[_0x4e110f(0x146)](removeAnsiColors,_0x33ae0e[_0x4e110f(0x1ab)][_0x4e110f(0x1b5)]),_0x214a1b[_0x4e110f(0x1f4)]=_0x38f074[_0x4e110f(0x133)](getFailureType,_0x33ae0e[_0x4e110f(0x1ab)][_0x4e110f(0x1b5)]);const _0x4b8634={};_0x4b8634[_0x4e110f(0x187)]=_0x324121[_0x4e110f(0x1be)];const {failureData:_0x5830f4,logs:_0x45d03c}=_0x38f074[_0x4e110f(0x141)](getFailureData,_0x33ae0e[_0x4e110f(0x156)],_0x4b8634);if(_0x5830f4&&_0x38f074[_0x4e110f(0x1ad)](_0x5830f4[_0x4e110f(0x202)],0x0)){const _0x54b14c={};_0x54b14c[_0x4e110f(0x1dd)]=[_0x214a1b['failure_reason']],_0x54b14c[_0x4e110f(0x155)]=[],_0x5830f4[_0x4e110f(0x17c)](_0x54b14c);}_0x214a1b[_0x4e110f(0x1e2)]=_0x5830f4,_0x45d03c&&_0x38f074[_0x4e110f(0x1b0)](_0x45d03c[_0x4e110f(0x202)],0x0)&&await MyReporter[_0x4e110f(0x142)](_0x45d03c);}}const _0x469074={};_0x469074[_0x4e110f(0x19d)]=_0x4793e1,_0x469074[_0x4e110f(0x1a0)]=_0x214a1b;const _0x30bcee=_0x469074;await SessionHandler['uploadEventData'](_0x30bcee);}static async['sendSessionDetails'](_0x36b738,_0x3f5904){const _0x1e1e75=a39_0x40f5df,_0x16debb={'pqRwA':function(_0xef758d,_0x75ee4c){return _0xef758d(_0x75ee4c);},'EVPmv':'CBTSessionCreated'},_0x30d1fc={'uuid':TestDetails[_0x1e1e75(0x145)](_0x36b738),'integrations':_0x3f5904},_0x47bec4={};_0x47bec4[_0x1e1e75(0x13d)]=null,_0x16debb[_0x1e1e75(0x17d)](debug,'Sending\x20session\x20details\x20for\x20'+_0x36b738+',\x20'+util['inspect'](_0x3f5904,_0x47bec4));const _0x220575={};_0x220575['event_type']=_0x16debb[_0x1e1e75(0x167)],_0x220575[_0x1e1e75(0x1a0)]=_0x30d1fc,await SessionHandler[_0x1e1e75(0x19b)](_0x220575);}async[a39_0x40f5df(0x20f)](){const _0x1eccab=a39_0x40f5df,_0x4d226e={'KYBpo':function(_0x386b13){return _0x386b13();}};if(this[_0x1eccab(0x1cf)])return;const _0x388087=await _0x4d226e[_0x1eccab(0x1d9)](getGitMetaData);_0x388087&&(this['_gitConfigPath']=_0x388087[_0x1eccab(0x176)]),this[_0x1eccab(0x1cf)]=!![];}[a39_0x40f5df(0x1f3)](_0x2f5718){const _0x3be990=a39_0x40f5df,_0x11ae8a={};_0x11ae8a[_0x3be990(0x201)]=function(_0x384efb,_0x2820ae){return _0x384efb!==_0x2820ae;};const _0xa419=_0x11ae8a,_0x279fd3=[];if(_0x2f5718&&_0x2f5718['parent']){let _0x309bab=_0x2f5718[_0x3be990(0x144)];while(_0x309bab&&_0xa419['SLJHE'](_0x309bab['title'],'')){_0x279fd3[_0x3be990(0x17c)](_0x309bab[_0x3be990(0x12e)]),_0x309bab=_0x309bab['parent'];}}return _0x279fd3['reverse']()[_0x3be990(0x1af)](0x0,0x2),_0x279fd3;}[a39_0x40f5df(0x148)](_0x4a07c9){const _0xca7768=a39_0x40f5df,_0x311fbe={};_0x311fbe[_0xca7768(0x20d)]=function(_0x995a70,_0x466f9d){return _0x995a70!==_0x466f9d;},_0x311fbe[_0xca7768(0x175)]=_0xca7768(0x1bd),_0x311fbe['eFCch']=function(_0x44675e,_0x125d79){return _0x44675e===_0x125d79;},_0x311fbe[_0xca7768(0x12d)]=_0xca7768(0x211),_0x311fbe['eAkin']=_0xca7768(0x186),_0x311fbe[_0xca7768(0x1ca)]=_0xca7768(0x1c6),_0x311fbe['Aatye']=_0xca7768(0x1df);const _0x558adc=_0x311fbe;if(_0x558adc[_0xca7768(0x20d)](_0x4a07c9[_0xca7768(0x164)],_0x558adc[_0xca7768(0x175)]))return![];if(_0x558adc['eFCch']([_0x558adc[_0xca7768(0x12d)],_0x558adc[_0xca7768(0x183)],_0x558adc[_0xca7768(0x1ca)],_0x558adc[_0xca7768(0x12f)]][_0xca7768(0x162)](_0x4a07c9[_0xca7768(0x12e)]),-0x1))return![];return!![];}[a39_0x40f5df(0x193)](_0x304288,_0x391663){const _0x90a3e5=a39_0x40f5df,_0x354532=_0x391663[_0x90a3e5(0x1b3)];if(_0x354532)return _0x354532;return _0x391663[_0x90a3e5(0x12e)]+_0x90a3e5(0x19c)+this[_0x90a3e5(0x1c3)](_0x304288);}['setStepIdentifier'](_0x1b2b12,_0x4d98a8){const _0xd488bc=a39_0x40f5df,_0x47d83f={'oNNzE':function(_0x4287b0){return _0x4287b0();}};let _0x14e2a1=_0x4d98a8[_0xd488bc(0x12e)]+_0xd488bc(0x19c)+this['getTestIdentifier'](_0x1b2b12);return this['_tests'][_0x14e2a1]&&(_0x14e2a1=_0x14e2a1+'\x20-\x20'+_0x47d83f[_0xd488bc(0x1ec)](uuidv4)),_0x4d98a8[_0xd488bc(0x1b3)]=_0x14e2a1,_0x14e2a1;}[a39_0x40f5df(0x1c3)]=_0x5ee8b2=>{const _0x2b24b7=a39_0x40f5df,_0x57edbb={};_0x57edbb['rmGqW']=function(_0x37b288,_0x675ee3){return _0x37b288+_0x675ee3;},_0x57edbb[_0x2b24b7(0x16a)]=function(_0x10fbae,_0x3f328c){return _0x10fbae+_0x3f328c;};const _0x56da0e=_0x57edbb;return _0x56da0e[_0x2b24b7(0x20a)](_0x56da0e['doIyw'](_0x5ee8b2[_0x2b24b7(0x199)],'-'),_0x5ee8b2['id']);};[a39_0x40f5df(0x166)]=(_0xd700f9,_0x65a8a8)=>{const _0x10ecdd=a39_0x40f5df,_0x93d93b={};_0x93d93b['dZnhH']=function(_0x3c8932,_0x569c75){return _0x3c8932+_0x569c75;},_0x93d93b[_0x10ecdd(0x1f7)]=function(_0x20c6b7,_0x2b7455){return _0x20c6b7+_0x2b7455;};const _0x4624df=_0x93d93b;return _0x4624df[_0x10ecdd(0x17f)](_0x4624df['AHdcZ'](this['getTestIdentifier'](_0xd700f9),'-'),_0x65a8a8);};[a39_0x40f5df(0x185)]=_0x4fb4e0=>{const _0x4742f5=a39_0x40f5df,_0x4b9f9b={};_0x4b9f9b[_0x4742f5(0x1cb)]=_0x4742f5(0x211),_0x4b9f9b[_0x4742f5(0x17e)]=_0x4742f5(0x137),_0x4b9f9b[_0x4742f5(0x1ba)]='beforeAll\x20hook',_0x4b9f9b[_0x4742f5(0x130)]=_0x4742f5(0x1cc),_0x4b9f9b[_0x4742f5(0x1e4)]=_0x4742f5(0x1df),_0x4b9f9b[_0x4742f5(0x196)]='AFTER_EACH',_0x4b9f9b['KfoPY']=_0x4742f5(0x1c6),_0x4b9f9b['Bflvu']=_0x4742f5(0x13c),_0x4b9f9b[_0x4742f5(0x163)]=_0x4742f5(0x16f);const _0x1c210d=_0x4b9f9b;if(_0x4fb4e0['startsWith'](_0x1c210d[_0x4742f5(0x1cb)]))return _0x1c210d[_0x4742f5(0x17e)];else{if(_0x4fb4e0['startsWith'](_0x1c210d['vtjHD']))return _0x1c210d[_0x4742f5(0x130)];else{if(_0x4fb4e0[_0x4742f5(0x189)](_0x1c210d[_0x4742f5(0x1e4)]))return _0x1c210d['OKCNB'];else{if(_0x4fb4e0[_0x4742f5(0x189)](_0x1c210d['KfoPY']))return _0x1c210d[_0x4742f5(0x1ac)];}}}return _0x1c210d[_0x4742f5(0x163)];};[a39_0x40f5df(0x206)]=_0x4bf296=>{const _0x506a48=a39_0x40f5df,_0x1648da={};_0x1648da['otGah']=function(_0x1d15b2,_0x2494e1){return _0x1d15b2===_0x2494e1;},_0x1648da['UPYhC']=_0x506a48(0x1b7);const _0x28320b=_0x1648da;let _0x52c432=_0x4bf296[_0x506a48(0x144)];return _0x28320b[_0x506a48(0x1fd)](typeof _0x4bf296[_0x506a48(0x144)],_0x28320b[_0x506a48(0x195)])&&(_0x52c432=_0x52c432[_0x506a48(0x12e)]),_0x52c432+'\x20-\x20'+_0x4bf296[_0x506a48(0x12e)];};[a39_0x40f5df(0x160)](){return![];}}module[a39_0x40f5df(0x1a1)]=o11yClassErrorHandler(MyReporter,[a39_0x40f5df(0x180),a39_0x40f5df(0x143),a39_0x40f5df(0x1de),'onTestEnd','onStepBegin',a39_0x40f5df(0x1ce),a39_0x40f5df(0x1e1)],a39_0x40f5df(0x158));
1
+ const a39_0x44d233=a39_0x171f;(function(_0x3df4df,_0x4c7088){const _0x4dc7ab=a39_0x171f,_0x392f26=_0x3df4df();while(!![]){try{const _0xf9ca93=-parseInt(_0x4dc7ab(0x241))/0x1*(parseInt(_0x4dc7ab(0x1dc))/0x2)+parseInt(_0x4dc7ab(0x21a))/0x3+parseInt(_0x4dc7ab(0x248))/0x4*(parseInt(_0x4dc7ab(0x1d5))/0x5)+parseInt(_0x4dc7ab(0x208))/0x6*(parseInt(_0x4dc7ab(0x227))/0x7)+-parseInt(_0x4dc7ab(0x1de))/0x8+parseInt(_0x4dc7ab(0x212))/0x9+-parseInt(_0x4dc7ab(0x234))/0xa;if(_0xf9ca93===_0x4c7088)break;else _0x392f26['push'](_0x392f26['shift']());}catch(_0x30c29e){_0x392f26['push'](_0x392f26['shift']());}}}(a39_0x2f6c,0x9c6a2));const RequestQueueHandler=require(a39_0x44d233(0x1ed)),{calculatePerformance,getTagsFromTitle,getFailureData}=require('./pwUtils'),{v4:uuidv4}=require(a39_0x44d233(0x26d)),path=require('path'),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a39_0x44d233(0x240)),{getGitMetaData,setLogLevel}=require(a39_0x44d233(0x27a)),TestDetails=require(a39_0x44d233(0x273)),fs=require('fs'),util=require(a39_0x44d233(0x29e)),{o11yClassErrorHandler}=require(a39_0x44d233(0x266)),PerformanceTester=require('../../../helpers/performance-tester'),{FRAMEWORKS}=require(a39_0x44d233(0x1e3)),SessionHandler=require(a39_0x44d233(0x1df)),{appendTesthubParams}=require(a39_0x44d233(0x26a)),TestHubHandler=require(a39_0x44d233(0x296));function a39_0x2f6c(){const _0x5de73=['JjuIr','sendSessionDetails','failure','message','../../../helpers/test-observability/requestQueueHandler','_testHooksMap','IoyKf','JGzqY','path','backtrace','stack','title','result','pending','NqrEn','getTestIdentifier','SHPrL','expanded','toString','getTestUUID','JrWjr','TEMGu','SIlbF','irDVg','rzwHU','sendHookRunEvent','MWnDk','startMonitoring','status','hook_run','qacZm','6417282VGUNqs','indexOf','object','PLAYWRIGHT','START_TIME','HGNjH','BROWSERSTACK_LOG_LEVEL','sendTestRunEvent','EChiz','logs','5330853bNrXQy','uCMXO','hook','vCteX','ujTFH','onTestEnd','ScyKH','vVfRp','1690770coIkJl','getHookType','splice','configureGit','steps','base64','EBGwh','errors','expectedStatus','haSIG','test_run_uuid','onStepBegin','endSession','7jMHJSB','szHxC','err','fZYQz','logLevel','needToReportStep','filter','length','javascript','ErfpX','_tests','\x20for\x20','lNKVE','8074890peUPqb','KgVCC','divuX','oPcAD','ArKJI','performance-report-reporter.json','PfPdN','QxxGw','category','file','getHierarchy','startedAt','../../../helpers/test-observability/utils','457904uDgrtl','AJrND','CNGWd','cwd','shutdown','finishedAt','xrfLk','1082332aSPyIy','toISOString','attachments','\x20is\x20triggered','feBmz','duration','push','PJEGG','setStepIdentifier','mgBKg','beforeEach\x20hook','hooks','hook_run_uuid','ECqML','rUYdL','onTestBegin','test_run','EqSUs','hIyNB','4|5|0|2|6|3|1','CWInH','VtXMC','uploadEventData','BEFORE_EACH','wFAhB','AFTER_ALL','getStepsAndLogs','dLuoS','split','failure_reason','../../../helpers/test-observability/error-handler','pqRAV','relative','getTestRunIdentifier','../../../helpers/testhub/utils','Sending\x20session\x20details\x20for\x20','error','uuid','reportLogs','FecWP','RSTnX','ztIkP','ccCwN','./test-details','\x20is\x20triggered\x20for\x20test\x20','LFaMV','\x20-\x20','afterEach\x20hook','VnxFo','zpgxk','../../../helpers/helper','yVCus','uQxlj','iCmBT','reverse','getStepIdentifier','AGbuZ','TEST_STEP','CBTSessionCreated','OGrwv','getScope','UfByv','meta','_gitConfigured','passed','gGmVF','startsWith','TestRunFinished','PmVEP','beforeAll\x20hook','vkGzy','BEFORE_ALL','getInstance','onStepEnd','root','env','Test\x20Started\x20with\x20unique\x20id\x20','IesVK','../../../helpers/testhub/testhubHandler','KtRPC','HookRunFinished','krdRr','Hook\x20Started\x20with\x20unique\x20id\x20','titlePath','event_type','skipped','util','BROWSERSTACK_O11Y_PERF_MEASUREMENT','dDMNJ','readFileSync','VWpDf','kStjC','_gitConfigPath','screenshot','qbcxI','BtcZA','onBegin','TDxHY','10kBMoBe','name','location','setup','OVMvr','startTime','fIJme','4DxBSke','retry','3221192BsqUbz','../../../helpers/test-observability/sessionHandler','dpqRG','MAmzP','UpKik','../../../helpers/test-observability/constants','zUXij','gIRfH','HookRunStarted','parent','failed'];a39_0x2f6c=function(){return _0x5de73;};return a39_0x2f6c();}function a39_0x171f(_0xb2d810,_0x364e68){const _0x2f6c16=a39_0x2f6c();return a39_0x171f=function(_0x171f4a,_0x9b2432){_0x171f4a=_0x171f4a-0x1ce;let _0x2ed733=_0x2f6c16[_0x171f4a];return _0x2ed733;},a39_0x171f(_0xb2d810,_0x364e68);}class MyReporter{constructor(_0xe36751){const _0x43693f=a39_0x44d233,_0x5301b5={'KoQvA':_0x43693f(0x25b),'zpgxk':function(_0x31aa5c,_0x2095de,_0x27ca98,_0x3ad0c5){return _0x31aa5c(_0x2095de,_0x27ca98,_0x3ad0c5);},'Inabp':_0x43693f(0x239)},_0x2b6169=_0x5301b5['KoQvA'][_0x43693f(0x264)]('|');let _0x2a1074=0x0;while(!![]){switch(_0x2b6169[_0x2a1074++]){case'0':this[_0x43693f(0x231)]={};continue;case'1':this[_0x43693f(0x1cf)]=null;continue;case'2':this[_0x43693f(0x1ee)]={};continue;case'3':this[_0x43693f(0x287)]=![];continue;case'4':const _0x4d1dcd={};_0x4d1dcd[_0x43693f(0x22b)]=process[_0x43693f(0x293)][_0x43693f(0x20e)],_0x5301b5[_0x43693f(0x279)](setLogLevel,_0x4d1dcd,new Map(),new Map());continue;case'5':process[_0x43693f(0x293)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(PerformanceTester[_0x43693f(0x204)](_0x5301b5['Inabp']),process[_0x43693f(0x293)][_0x43693f(0x20c)]=new Date()[_0x43693f(0x249)]());continue;case'6':this['options']=_0xe36751;continue;}break;}}async[a39_0x44d233(0x1d3)](){const _0x3d60ad=a39_0x44d233;TestDetails[_0x3d60ad(0x1d8)](),await this['configureGit']();}async[a39_0x44d233(0x257)](_0xcd6fc,_0x34a2f8){const _0x4e2e4a=a39_0x44d233,_0x4cd5f6={'wFAhB':function(_0x2b430a,_0x6c1ceb){return _0x2b430a(_0x6c1ceb);},'WKZip':'TestRunStarted'},_0x119cb7=this[_0x4e2e4a(0x1f8)](_0xcd6fc);this[_0x4e2e4a(0x231)][_0x119cb7]={'uuid':TestDetails[_0x4e2e4a(0x1fc)](this['getTestRunIdentifier'](_0xcd6fc,_0x34a2f8[_0x4e2e4a(0x1dd)])),'startedAt':_0x34a2f8[_0x4e2e4a(0x1da)]},_0x4cd5f6[_0x4e2e4a(0x260)](trace,_0x4e2e4a(0x294)+_0x119cb7),await this[_0x4e2e4a(0x20f)](_0xcd6fc,_0x4cd5f6['WKZip'],_0x34a2f8);}async[a39_0x44d233(0x225)](_0x1e2d9,_0x40bf29,_0x54eec9){const _0x13f326=a39_0x44d233,_0x584ffd={'irDVg':function(_0x314837,_0x5309bf){return _0x314837(_0x5309bf);},'KtRPC':_0x13f326(0x1e6)};if(!this[_0x13f326(0x22c)](_0x54eec9,_0x1e2d9))return;const _0x109087=this[_0x13f326(0x250)](_0x1e2d9,_0x54eec9);this[_0x13f326(0x231)][_0x109087]={'uuid':TestDetails[_0x13f326(0x1fc)](_0x109087),'startedAt':_0x54eec9[_0x13f326(0x1da)][_0x13f326(0x249)]()};const _0x3f72da=this[_0x13f326(0x269)](_0x1e2d9,_0x40bf29[_0x13f326(0x1dd)]);!this[_0x13f326(0x1ee)][_0x3f72da]&&(this[_0x13f326(0x1ee)][_0x3f72da]=[]),this[_0x13f326(0x1ee)][_0x3f72da][_0x13f326(0x24e)](this[_0x13f326(0x231)][_0x109087]['uuid']),_0x584ffd[_0x13f326(0x200)](trace,_0x13f326(0x29a)+_0x109087+_0x13f326(0x274)+_0x3f72da),await this[_0x13f326(0x202)](_0x1e2d9,_0x54eec9,_0x584ffd[_0x13f326(0x297)],_0x40bf29);}async[a39_0x44d233(0x291)](_0x52552e,_0x512dde,_0x3977b2){const _0x230641=a39_0x44d233,_0xc0e6c9={'krdRr':function(_0x353f31,_0x1dcba1){return _0x353f31+_0x1dcba1;},'vkGzy':function(_0x18a3cf,_0x16edf8){return _0x18a3cf(_0x16edf8);},'KASON':_0x230641(0x298)};if(!this[_0x230641(0x22c)](_0x3977b2,_0x52552e))return;const _0x8c8741=this['getStepIdentifier'](_0x52552e,_0x3977b2);this['_tests'][_0x8c8741]={...this[_0x230641(0x231)][_0x8c8741]||{},'finishedAt':new Date(_0xc0e6c9[_0x230641(0x299)](_0x3977b2[_0x230641(0x1da)]['getTime'](),_0x3977b2[_0x230641(0x24d)]))},_0xc0e6c9[_0x230641(0x28e)](trace,'Hook\x20Finished\x20with\x20unique\x20id\x20'+_0x8c8741+_0x230641(0x24b)),await this[_0x230641(0x202)](_0x52552e,_0x3977b2,_0xc0e6c9['KASON'],_0x512dde);}async['onTestEnd'](_0x2974d1,_0x19cb62){const _0x206891=a39_0x44d233,_0x2c8a59={'UNgnD':function(_0x382e3e,_0x524200){return _0x382e3e===_0x524200;},'ztIkP':_0x206891(0x1d0),'CWInH':'TEST_SCREENSHOT','feBmz':_0x206891(0x21f),'rUYdL':function(_0x257d55,_0x3ded02){return _0x257d55(_0x3ded02);},'JrWjr':_0x206891(0x28b),'ujTFH':function(_0x58e8f5,_0x40e228){return _0x58e8f5>_0x40e228;}},_0x44f623=this[_0x206891(0x1f8)](_0x2974d1),_0x3516b9=TestDetails[_0x206891(0x1fc)](this[_0x206891(0x269)](_0x2974d1,_0x19cb62[_0x206891(0x1dd)]));this[_0x206891(0x231)][_0x44f623]={...this[_0x206891(0x231)][_0x44f623]||{},'finishedAt':new Date()['toISOString']()},_0x2c8a59[_0x206891(0x256)](trace,'Test\x20Finished\x20with\x20unique\x20id\x20'+_0x44f623),await this['sendTestRunEvent'](_0x2974d1,_0x2c8a59[_0x206891(0x1fd)],_0x19cb62);const _0x2e95f7=[];_0x19cb62[_0x206891(0x24a)]&&_0x19cb62['attachments']['map'](_0x274150=>{const _0xa4c375=_0x206891;if(_0x2c8a59['UNgnD'](_0x274150[_0xa4c375(0x1d6)],_0x2c8a59[_0xa4c375(0x271)])){if(!fs['existsSync'](_0x274150[_0xa4c375(0x1f1)]))return;_0x2e95f7['push']({'test_run_uuid':_0x3516b9,'timestamp':fs['statSync'](_0x274150[_0xa4c375(0x1f1)])['mtime'],'kind':_0x2c8a59[_0xa4c375(0x25c)],'message':fs[_0xa4c375(0x2a1)](_0x274150['path'],{'encoding':_0x2c8a59[_0xa4c375(0x24c)]})});}}),_0x2c8a59[_0x206891(0x216)](_0x2e95f7['length'],0x0)&&await MyReporter[_0x206891(0x26e)](_0x2e95f7);}async['endSession'](){const _0x53dec1=a39_0x44d233;await RequestQueueHandler[_0x53dec1(0x290)]()[_0x53dec1(0x245)](),TestDetails[_0x53dec1(0x245)]();}async['onEnd'](_0x4bb360){const _0x4c7e16=a39_0x44d233,_0x39c480={'JjuIr':function(_0x2d4519){return _0x2d4519();},'VnxFo':function(_0x3422aa,_0x40e236){return _0x3422aa(_0x40e236);}};await this['endSession'](),_0x39c480[_0x4c7e16(0x1e9)](printBuildLink);try{process[_0x4c7e16(0x293)][_0x4c7e16(0x29f)]&&await _0x39c480[_0x4c7e16(0x1e9)](calculatePerformance);}catch(_0xcafe9f){_0x39c480[_0x4c7e16(0x278)](debug,'Error\x20in\x20calculating\x20performance:\x20'+_0xcafe9f[_0x4c7e16(0x1fb)]());}}static async['addTestUIDAndReportLog'](_0x63372c,_0x32f13f){const _0x2dc3a0=a39_0x44d233;_0x32f13f[_0x2dc3a0(0x224)]=TestDetails[_0x2dc3a0(0x1fc)](_0x63372c),await this[_0x2dc3a0(0x26e)]([_0x32f13f]);}static async[a39_0x44d233(0x26e)](_0x5104ab){const _0x566450=a39_0x44d233,_0x245f8b={};_0x245f8b[_0x566450(0x223)]='LogCreated';const _0x483137=_0x245f8b,_0x5aa1b3={};_0x5aa1b3[_0x566450(0x29c)]=_0x483137['haSIG'],_0x5aa1b3[_0x566450(0x211)]=_0x5104ab,await SessionHandler['uploadEventData'](_0x5aa1b3);}async[a39_0x44d233(0x202)](_0x471c12,_0x438414,_0x10cd4a,_0x2fbe49){const _0x45d78c=a39_0x44d233,_0x1c1200={'NqrEn':_0x45d78c(0x214),'Srjyw':_0x45d78c(0x22f),'KGvDC':_0x45d78c(0x1f6),'kUcQz':function(_0x1bde84,_0x1dd95a){return _0x1bde84>=_0x1dd95a;},'FecWP':function(_0x2b8932,_0x504f47){return _0x2b8932===_0x504f47;},'EqSUs':_0x45d78c(0x298),'fIJme':function(_0x421b7c,_0x27c07f){return _0x421b7c>_0x27c07f;},'ZbToF':_0x45d78c(0x1e8),'rzwHU':function(_0x3f824e,_0x4aa22b){return _0x3f824e(_0x4aa22b);},'TEMGu':function(_0x25bd80,_0x50bd45){return _0x25bd80(_0x50bd45);},'dDMNJ':function(_0x2b1e45,_0x49bb57,_0x41a4ec){return _0x2b1e45(_0x49bb57,_0x41a4ec);},'OVMvr':_0x45d78c(0x229),'lAEUU':function(_0x67e4ee,_0x3fb959){return _0x67e4ee===_0x3fb959;},'szHxC':_0x45d78c(0x288)},_0x47360a=this[_0x45d78c(0x27f)](_0x471c12,_0x438414),_0x39fea3=this[_0x45d78c(0x231)][_0x47360a],_0x424090={'uuid':_0x39fea3[_0x45d78c(0x26d)],'type':_0x1c1200[_0x45d78c(0x1f7)],'hook_type':this['getHookType'](_0x438414[_0x45d78c(0x1f4)]),'name':_0x438414[_0x45d78c(0x1f4)],'scope':this[_0x45d78c(0x284)](_0x438414),'scopes':this[_0x45d78c(0x23e)](_0x471c12),'body':{'lang':_0x1c1200['Srjyw'],'code':null},'identifier':_0x47360a,'file_name':path['relative'](process[_0x45d78c(0x244)](),_0x471c12[_0x45d78c(0x1d7)][_0x45d78c(0x23d)]),'location':path['relative'](process[_0x45d78c(0x244)](),_0x471c12[_0x45d78c(0x1d7)]['file']),'result':_0x1c1200['KGvDC'],'duration_in_ms':_0x1c1200['kUcQz'](_0x438414[_0x45d78c(0x24d)],0x0)?_0x438414[_0x45d78c(0x24d)]:undefined,'vc_filepath':this[_0x45d78c(0x1cf)]&&_0x471c12[_0x45d78c(0x1d7)][_0x45d78c(0x23d)]?path[_0x45d78c(0x268)](this['_gitConfigPath'],_0x471c12[_0x45d78c(0x1d7)][_0x45d78c(0x23d)]):undefined,'started_at':_0x39fea3['startedAt'],'finished_at':_0x39fea3[_0x45d78c(0x246)],'framework':FRAMEWORKS[_0x45d78c(0x20b)]};if(_0x1c1200[_0x45d78c(0x26f)](_0x10cd4a,_0x1c1200[_0x45d78c(0x259)])){const {steps:_0x257a9a,logs:_0x2a1ede}=this['getStepsAndLogs'](_0x438414[_0x45d78c(0x21e)],_0x39fea3[_0x45d78c(0x26d)],_0x1c1200[_0x45d78c(0x1f7)]);_0x2a1ede&&_0x1c1200[_0x45d78c(0x1db)](_0x2a1ede[_0x45d78c(0x22e)],0x0)&&await MyReporter['reportLogs'](_0x2a1ede);const _0x2dca95={};_0x2dca95['steps']=_0x257a9a,_0x424090[_0x45d78c(0x286)]=_0x2dca95;if(_0x438414[_0x45d78c(0x26c)]){_0x424090['result']=_0x1c1200['ZbToF'],_0x424090[_0x45d78c(0x265)]=_0x1c1200[_0x45d78c(0x201)](removeAnsiColors,_0x438414['error'][_0x45d78c(0x1ec)]),_0x424090['failure_type']=_0x1c1200[_0x45d78c(0x1fe)](getFailureType,_0x438414['error'][_0x45d78c(0x1ec)]);const _0x467183=_0x1c1200[_0x45d78c(0x2a0)](failureData,_0x438414[_0x45d78c(0x26c)],_0x1c1200[_0x45d78c(0x1d9)]);if(_0x467183&&_0x1c1200['lAEUU'](_0x467183[_0x45d78c(0x22e)],0x0)){const _0xf773a7={};_0xf773a7[_0x45d78c(0x1f2)]=[_0x424090[_0x45d78c(0x265)]],_0xf773a7[_0x45d78c(0x1fa)]=[],_0x467183['push'](_0xf773a7);}_0x424090[_0x45d78c(0x1eb)]=_0x467183;}else _0x424090[_0x45d78c(0x1f5)]=_0x1c1200[_0x45d78c(0x228)];}const _0x2ba1b7={};_0x2ba1b7[_0x45d78c(0x29c)]=_0x10cd4a,_0x2ba1b7[_0x45d78c(0x206)]=_0x424090;const _0x18582f=_0x2ba1b7;await SessionHandler[_0x45d78c(0x25e)](_0x18582f);}[a39_0x44d233(0x262)](_0x31b9d6,_0x54da33,_0xdadfd4){const _0x3e24b9=a39_0x44d233,_0x45659e={'CNGWd':function(_0x18b0e8,_0x33b76c){return _0x18b0e8===_0x33b76c;},'vCteX':_0x3e24b9(0x214),'IoyKf':'After\x20Hooks','iCmBT':'Before\x20Hooks','gGmVF':function(_0x2a5e8e,_0x2594e2){return _0x2a5e8e===_0x2594e2;},'ErfpX':function(_0x175f82,_0x90c6d1){return _0x175f82===_0x90c6d1;},'dpqRG':'test','PgxdE':_0x3e24b9(0x224),'BtoUg':_0x3e24b9(0x254),'oDsmO':_0x3e24b9(0x281),'wzqZa':_0x3e24b9(0x1e8),'EChiz':_0x3e24b9(0x288),'oPcAD':function(_0x533915,_0x492460){return _0x533915(_0x492460);},'PJEGG':function(_0x25ccbe){return _0x25ccbe();},'FfXXJ':function(_0x306b82,_0x5cda9d){return _0x306b82(_0x5cda9d);},'SIlbF':function(_0x165235,_0x4b7d8e,_0x398216){return _0x165235(_0x4b7d8e,_0x398216);}},_0x2e255a=[],_0x281154=[],_0x379f53=_0x31b9d6[_0x3e24b9(0x22d)](_0x372513=>{const _0x6f3876=_0x3e24b9;if(_0x45659e['CNGWd'](_0x372513[_0x6f3876(0x23c)],_0x45659e[_0x6f3876(0x215)])&&(_0x45659e[_0x6f3876(0x243)](_0x372513[_0x6f3876(0x1f4)],_0x45659e[_0x6f3876(0x1ef)])||_0x45659e['CNGWd'](_0x372513[_0x6f3876(0x1f4)],_0x45659e[_0x6f3876(0x27d)])))return![];return!![];}),_0x22bd99=(_0x67502a,_0x1cabfb=![])=>{const _0xab1f36=_0x3e24b9;if(_0x45659e[_0xab1f36(0x289)](_0x67502a[_0xab1f36(0x21e)][_0xab1f36(0x22e)],0x0)){const _0x139b07=_0x45659e[_0xab1f36(0x230)](_0xdadfd4,_0x45659e[_0xab1f36(0x1e0)])?_0x45659e['PgxdE']:_0x45659e['BtoUg'];_0x281154['push']({'kind':_0x45659e['oDsmO'],[_0x139b07]:_0x54da33,'message':_0x67502a[_0xab1f36(0x1f4)],'timestamp':_0x67502a[_0xab1f36(0x1da)][_0xab1f36(0x249)](),'level':_0x67502a['error']?_0x45659e['wzqZa']:_0x45659e[_0xab1f36(0x210)],'duration':_0x67502a['duration'],'failure':_0x67502a[_0xab1f36(0x26c)]&&_0x67502a['error'][_0xab1f36(0x1ec)]&&_0x45659e[_0xab1f36(0x237)](removeAnsiColors,_0x67502a['error'][_0xab1f36(0x1ec)]),'failure_type':_0x45659e[_0xab1f36(0x237)](getFailureType,_0x67502a[_0xab1f36(0x26c)]&&_0x67502a[_0xab1f36(0x26c)][_0xab1f36(0x1ec)])});}else{!_0x1cabfb&&_0x2e255a['push']({'id':_0x45659e[_0xab1f36(0x24f)](uuidv4),'text':_0x67502a[_0xab1f36(0x1f4)],'keyword':undefined,'started_at':_0x67502a[_0xab1f36(0x1da)][_0xab1f36(0x249)](),'duration':_0x67502a['duration'],'result':_0x67502a[_0xab1f36(0x26c)]?_0x45659e['wzqZa']:_0x45659e[_0xab1f36(0x210)],'failure':_0x67502a['error']&&_0x67502a[_0xab1f36(0x26c)]['message']&&_0x45659e[_0xab1f36(0x237)](removeAnsiColors,_0x67502a['error'][_0xab1f36(0x1ec)]),'failure_type':_0x45659e['FfXXJ'](getFailureType,_0x67502a[_0xab1f36(0x26c)]&&_0x67502a[_0xab1f36(0x26c)][_0xab1f36(0x1ec)])});for(const _0x47888c of _0x67502a[_0xab1f36(0x21e)]){_0x45659e[_0xab1f36(0x1ff)](_0x22bd99,_0x47888c,!![]);}}};for(const _0x22711a of _0x379f53){_0x45659e[_0x3e24b9(0x1ff)](_0x22bd99,_0x22711a,![]);}const _0x233bd8={};return _0x233bd8[_0x3e24b9(0x21e)]=_0x2e255a,_0x233bd8[_0x3e24b9(0x211)]=_0x281154,_0x233bd8;}async[a39_0x44d233(0x20f)](_0x231edb,_0x301bb3,_0x1ed9b4){const _0xbec740=a39_0x44d233,_0x32823d={'cRBXP':'test','fEBdM':'javascript','jehxj':'pending','IesVK':function(_0x4216a0,_0x57fa32){return _0x4216a0(_0x57fa32);},'yFeHd':function(_0x135918,_0x583acb,_0x1b29e7,_0x1d5062,_0x4789a0){return _0x135918(_0x583acb,_0x1b29e7,_0x1d5062,_0x4789a0);},'MAmzP':function(_0x2a31e0,_0x2fa899){return _0x2a31e0>_0x2fa899;},'ECqML':function(_0x194428,_0x3cafeb){return _0x194428-_0x3cafeb;},'VWpDf':function(_0x4f21fb,_0x1b4e1c){return _0x4f21fb===_0x1b4e1c;},'TDxHY':_0xbec740(0x28b),'yVCus':function(_0x313f94,_0x3662ed){return _0x313f94===_0x3662ed;},'zUXij':function(_0x4be71c,_0x3e009f){return _0x4be71c===_0x3e009f;},'fZYQz':_0xbec740(0x29d),'PmVEP':_0xbec740(0x288),'EBGwh':function(_0x57dfcf,_0x47fa05){return _0x57dfcf===_0x47fa05;},'LFaMV':_0xbec740(0x1e8),'dLuoS':function(_0x25c029,_0x3f4a67){return _0x25c029===_0x3f4a67;},'ScyKH':'timedOut','vAfYf':function(_0x2c9374,_0x2fc2e2){return _0x2c9374===_0x2fc2e2;},'KgVCC':'Expected\x20to\x20fail,\x20but\x20passed.','SHPrL':function(_0x488598,_0x37a578){return _0x488598(_0x37a578);},'OGrwv':function(_0x2e6909,_0x2ed1c3,_0x4c5259){return _0x2e6909(_0x2ed1c3,_0x4c5259);},'gIRfH':function(_0x53901a,_0x42e036){return _0x53901a===_0x42e036;},'divuX':function(_0x3e5969,_0x26c25a){return _0x3e5969>_0x26c25a;}},_0xf8a7d1=this[_0xbec740(0x1f8)](_0x231edb),_0x52b43a=this['getScope'](_0x231edb),_0x3f7d7c=this[_0xbec740(0x231)][_0xf8a7d1],_0x32a4c9=path['relative'](process[_0xbec740(0x244)](),_0x231edb[_0xbec740(0x1d7)][_0xbec740(0x23d)]);await this[_0xbec740(0x21d)]();const _0x444d06={'uuid':_0x3f7d7c['uuid'],'type':_0x32823d['cRBXP'],'name':_0x231edb[_0xbec740(0x1f4)],'body':{'lang':_0x32823d['fEBdM'],'code':_0x231edb['fn'][_0xbec740(0x1fb)]()},'scope':_0x52b43a,'scopes':this['getHierarchy'](_0x231edb),'identifier':_0xf8a7d1,'file_name':_0x32a4c9,'location':_0x32a4c9,'result':_0x32823d['jehxj'],'duration_in_ms':_0x1ed9b4&&_0x1ed9b4[_0xbec740(0x24d)]?_0x1ed9b4[_0xbec740(0x24d)]:null,'vc_filepath':this['_gitConfigPath']&&_0x231edb[_0xbec740(0x1d7)][_0xbec740(0x23d)]?path[_0xbec740(0x268)](this[_0xbec740(0x1cf)],_0x231edb[_0xbec740(0x1d7)][_0xbec740(0x23d)]):undefined,'started_at':_0x3f7d7c[_0xbec740(0x23f)],'finished_at':_0x3f7d7c[_0xbec740(0x246)],'framework':FRAMEWORKS[_0xbec740(0x20b)],'customRerunParam':{'rerun_name':_0x231edb[_0xbec740(0x29b)]()['join']('\x20')},'tags':_0x32823d[_0xbec740(0x295)](getTagsFromTitle,_0x231edb['title'])};_0x32823d['yFeHd'](appendTesthubParams,_0x444d06,_0x301bb3,_0x231edb,FRAMEWORKS[_0xbec740(0x20b)]);_0x1ed9b4&&_0x32823d[_0xbec740(0x1e1)](_0x1ed9b4['retry'],0x0)&&(_0x444d06['retry_of']=TestDetails['getTestUUID'](this['getTestRunIdentifier'](_0x231edb,_0x32823d[_0xbec740(0x255)](_0x1ed9b4['retry'],0x1))));if(_0x32823d[_0xbec740(0x2a2)](_0x301bb3,_0x32823d[_0xbec740(0x1d4)])){_0x444d06[_0xbec740(0x1f5)]=_0x1ed9b4[_0xbec740(0x205)];if(_0x32823d[_0xbec740(0x27b)](_0x1ed9b4['status'],_0x231edb[_0xbec740(0x222)]))_0x444d06[_0xbec740(0x1f5)]=_0x32823d['zUXij'](_0x1ed9b4[_0xbec740(0x205)],_0x32823d[_0xbec740(0x22a)])?_0x32823d[_0xbec740(0x22a)]:_0x32823d[_0xbec740(0x28c)];else{(_0x32823d[_0xbec740(0x1e4)](_0x444d06['result'],_0x32823d['PmVEP'])||_0x32823d[_0xbec740(0x220)](_0x444d06[_0xbec740(0x1f5)],_0x32823d['LFaMV'])||_0x32823d[_0xbec740(0x263)](_0x444d06[_0xbec740(0x1f5)],_0x32823d[_0xbec740(0x218)]))&&(_0x444d06[_0xbec740(0x1f5)]=_0x32823d[_0xbec740(0x275)]);if(_0x32823d['EBGwh'](_0x1ed9b4['status'],_0x32823d[_0xbec740(0x28c)])&&_0x32823d['vAfYf'](_0x231edb['expectedStatus'],_0x32823d[_0xbec740(0x275)])){const _0x2bc6a1={};_0x2bc6a1[_0xbec740(0x1ec)]=_0x32823d[_0xbec740(0x235)],_0x2bc6a1[_0xbec740(0x1f3)]=_0x32823d[_0xbec740(0x235)],_0x1ed9b4[_0xbec740(0x26c)]=_0x2bc6a1,_0x1ed9b4[_0xbec740(0x221)]=[_0x1ed9b4[_0xbec740(0x26c)]];}}const _0x1f2d5c=this[_0xbec740(0x269)](_0x231edb,_0x1ed9b4[_0xbec740(0x1dd)]);_0x444d06[_0xbec740(0x253)]=this[_0xbec740(0x1ee)][_0x1f2d5c];const {steps:_0x6218d4,logs:_0x36e422}=this['getStepsAndLogs'](_0x1ed9b4[_0xbec740(0x21e)],_0x3f7d7c[_0xbec740(0x26d)],_0x32823d['cRBXP']);await MyReporter[_0xbec740(0x26e)](_0x36e422);const _0x47974b={};_0x47974b[_0xbec740(0x21e)]=_0x6218d4,_0x444d06[_0xbec740(0x286)]=_0x47974b;if(_0x1ed9b4[_0xbec740(0x26c)]){_0x444d06[_0xbec740(0x265)]=_0x32823d[_0xbec740(0x1f9)](removeAnsiColors,_0x1ed9b4['error'][_0xbec740(0x1ec)]),_0x444d06['failure_type']=_0x32823d[_0xbec740(0x1f9)](getFailureType,_0x1ed9b4['error'][_0xbec740(0x1ec)]);const _0x1cc2e3={};_0x1cc2e3[_0xbec740(0x224)]=_0x3f7d7c[_0xbec740(0x26d)];const {failureData:_0x4afb83,logs:_0x585b83}=_0x32823d[_0xbec740(0x283)](getFailureData,_0x1ed9b4['errors'],_0x1cc2e3);if(_0x4afb83&&_0x32823d[_0xbec740(0x1e5)](_0x4afb83['length'],0x0)){const _0x4e9fa1={};_0x4e9fa1[_0xbec740(0x1f2)]=[_0x444d06[_0xbec740(0x265)]],_0x4e9fa1[_0xbec740(0x1fa)]=[],_0x4afb83[_0xbec740(0x24e)](_0x4e9fa1);}_0x444d06[_0xbec740(0x1eb)]=_0x4afb83,_0x585b83&&_0x32823d[_0xbec740(0x236)](_0x585b83['length'],0x0)&&await MyReporter['reportLogs'](_0x585b83);}}const _0x36ade3={};_0x36ade3['event_type']=_0x301bb3,_0x36ade3[_0xbec740(0x258)]=_0x444d06;const _0x2e354f=_0x36ade3;await SessionHandler[_0xbec740(0x25e)](_0x2e354f);}static async[a39_0x44d233(0x1ea)](_0x388fe3,_0x32d0a5){const _0x47f691=a39_0x44d233,_0x716f40={'UfByv':function(_0x23ca4c,_0x57a7ae){return _0x23ca4c(_0x57a7ae);},'MWnDk':_0x47f691(0x282)},_0x49f3ab={'uuid':TestDetails[_0x47f691(0x1fc)](_0x388fe3),'integrations':_0x32d0a5},_0x24ce7c={};_0x24ce7c['depth']=null,_0x716f40[_0x47f691(0x285)](debug,_0x47f691(0x26b)+_0x388fe3+',\x20'+util['inspect'](_0x32d0a5,_0x24ce7c));const _0x45fdd0={};_0x45fdd0[_0x47f691(0x29c)]=_0x716f40[_0x47f691(0x203)],_0x45fdd0[_0x47f691(0x258)]=_0x49f3ab,await SessionHandler[_0x47f691(0x25e)](_0x45fdd0);}async[a39_0x44d233(0x21d)](){const _0x1a2365=a39_0x44d233,_0x5a2a18={'xrfLk':function(_0x235aa5){return _0x235aa5();}};if(this[_0x1a2365(0x287)])return;const _0x413f7f=await _0x5a2a18[_0x1a2365(0x247)](getGitMetaData);_0x413f7f&&(this[_0x1a2365(0x1cf)]=_0x413f7f[_0x1a2365(0x292)]),this[_0x1a2365(0x287)]=!![];}[a39_0x44d233(0x23e)](_0x2483c0){const _0x57a5fd=a39_0x44d233,_0x4c5057={};_0x4c5057[_0x57a5fd(0x25d)]=function(_0x353d69,_0x4d07eb){return _0x353d69!==_0x4d07eb;};const _0x444102=_0x4c5057,_0x3f924e=[];if(_0x2483c0&&_0x2483c0[_0x57a5fd(0x1e7)]){let _0x121362=_0x2483c0[_0x57a5fd(0x1e7)];while(_0x121362&&_0x444102['VtXMC'](_0x121362['title'],'')){_0x3f924e[_0x57a5fd(0x24e)](_0x121362[_0x57a5fd(0x1f4)]),_0x121362=_0x121362[_0x57a5fd(0x1e7)];}}return _0x3f924e[_0x57a5fd(0x27e)]()[_0x57a5fd(0x21c)](0x0,0x2),_0x3f924e;}[a39_0x44d233(0x22c)](_0x224bcc){const _0x1ce0eb=a39_0x44d233,_0x230505={};_0x230505['JGzqY']=function(_0x3bf137,_0x33c97e){return _0x3bf137!==_0x33c97e;},_0x230505[_0x1ce0eb(0x267)]='hook',_0x230505['ccCwN']=function(_0xf6e0d9,_0x1af1c8){return _0xf6e0d9===_0x1af1c8;},_0x230505[_0x1ce0eb(0x23b)]=_0x1ce0eb(0x252),_0x230505['KlFEF']=_0x1ce0eb(0x28d),_0x230505[_0x1ce0eb(0x207)]='afterAll\x20hook',_0x230505[_0x1ce0eb(0x1e2)]=_0x1ce0eb(0x277);const _0x19d277=_0x230505;if(_0x19d277[_0x1ce0eb(0x1f0)](_0x224bcc[_0x1ce0eb(0x23c)],_0x19d277[_0x1ce0eb(0x267)]))return![];if(_0x19d277[_0x1ce0eb(0x272)]([_0x19d277[_0x1ce0eb(0x23b)],_0x19d277['KlFEF'],_0x19d277['qacZm'],_0x19d277['UpKik']][_0x1ce0eb(0x209)](_0x224bcc[_0x1ce0eb(0x1f4)]),-0x1))return![];return!![];}[a39_0x44d233(0x27f)](_0x4cac4b,_0x1959f5){const _0x599a87=a39_0x44d233,_0x2e20ab=_0x1959f5['_bs_hookIdentifier'];if(_0x2e20ab)return _0x2e20ab;return _0x1959f5[_0x599a87(0x1f4)]+_0x599a87(0x232)+this[_0x599a87(0x1f8)](_0x4cac4b);}[a39_0x44d233(0x250)](_0x3748f3,_0x3462a8){const _0x50cce8=a39_0x44d233,_0x59a05b={'ArKJI':function(_0x5d0217){return _0x5d0217();}};let _0x56553b=_0x3462a8[_0x50cce8(0x1f4)]+_0x50cce8(0x232)+this[_0x50cce8(0x1f8)](_0x3748f3);return this[_0x50cce8(0x231)][_0x56553b]&&(_0x56553b=_0x56553b+_0x50cce8(0x276)+_0x59a05b[_0x50cce8(0x238)](uuidv4)),_0x3462a8['_bs_hookIdentifier']=_0x56553b,_0x56553b;}[a39_0x44d233(0x1f8)]=_0x15d584=>{const _0x21124b=a39_0x44d233,_0x43628d={};_0x43628d['PfPdN']=function(_0x2a3fca,_0x5a665f){return _0x2a3fca+_0x5a665f;},_0x43628d[_0x21124b(0x1d1)]=function(_0x2f3cb4,_0x24f178){return _0x2f3cb4+_0x24f178;};const _0x10098f=_0x43628d;return _0x10098f[_0x21124b(0x23a)](_0x10098f[_0x21124b(0x1d1)](_0x15d584['_projectId'],'-'),_0x15d584['id']);};[a39_0x44d233(0x269)]=(_0x8871b9,_0x4ba3f7)=>{const _0xf57028=a39_0x44d233,_0xdb5dbe={};_0xdb5dbe[_0xf57028(0x270)]=function(_0x1d0f24,_0x5c2770){return _0x1d0f24+_0x5c2770;},_0xdb5dbe['AJrND']=function(_0x3238d2,_0xb1a006){return _0x3238d2+_0xb1a006;};const _0x37bb62=_0xdb5dbe;return _0x37bb62[_0xf57028(0x270)](_0x37bb62[_0xf57028(0x242)](this[_0xf57028(0x1f8)](_0x8871b9),'-'),_0x4ba3f7);};[a39_0x44d233(0x21b)]=_0x1c1631=>{const _0x5da815=a39_0x44d233,_0x25740a={};_0x25740a[_0x5da815(0x251)]='beforeEach\x20hook',_0x25740a[_0x5da815(0x25a)]=_0x5da815(0x25f),_0x25740a['kzbXg']=_0x5da815(0x28d),_0x25740a[_0x5da815(0x20d)]=_0x5da815(0x28f),_0x25740a['lNKVE']=_0x5da815(0x277),_0x25740a[_0x5da815(0x213)]='AFTER_EACH',_0x25740a[_0x5da815(0x1d2)]='afterAll\x20hook',_0x25740a[_0x5da815(0x1ce)]=_0x5da815(0x261),_0x25740a[_0x5da815(0x219)]='unknown';const _0x8e83aa=_0x25740a;if(_0x1c1631['startsWith'](_0x8e83aa[_0x5da815(0x251)]))return _0x8e83aa[_0x5da815(0x25a)];else{if(_0x1c1631[_0x5da815(0x28a)](_0x8e83aa['kzbXg']))return _0x8e83aa[_0x5da815(0x20d)];else{if(_0x1c1631[_0x5da815(0x28a)](_0x8e83aa[_0x5da815(0x233)]))return _0x8e83aa['uCMXO'];else{if(_0x1c1631[_0x5da815(0x28a)](_0x8e83aa['BtcZA']))return _0x8e83aa[_0x5da815(0x1ce)];}}}return _0x8e83aa[_0x5da815(0x219)];};[a39_0x44d233(0x284)]=_0x5d17cd=>{const _0xa5a40c=a39_0x44d233,_0x155b0c={};_0x155b0c[_0xa5a40c(0x280)]=function(_0x3962e5,_0x400d1a){return _0x3962e5===_0x400d1a;},_0x155b0c[_0xa5a40c(0x27c)]=_0xa5a40c(0x20a);const _0x537c16=_0x155b0c;let _0x41a0c7=_0x5d17cd[_0xa5a40c(0x1e7)];return _0x537c16['AGbuZ'](typeof _0x5d17cd['parent'],_0x537c16['uQxlj'])&&(_0x41a0c7=_0x41a0c7[_0xa5a40c(0x1f4)]),_0x41a0c7+_0xa5a40c(0x276)+_0x5d17cd['title'];};['printsToStdio'](){return![];}}module['exports']=o11yClassErrorHandler(MyReporter,[a39_0x44d233(0x1d3),a39_0x44d233(0x226),a39_0x44d233(0x257),a39_0x44d233(0x217),'onStepBegin','onStepEnd','sendSessionDetails'],'MyReporter');
@@ -1 +1 @@
1
- const a40_0x530314=a40_0x5574;function a40_0x2754(){const _0x258e8d=['getTestUUID','bxfyH','27579078MqhAyT','ZqtVk','retry','getStoreDirName','setup','1943476mVUumD','EhTku','getTestRunIdFromTestInfo','5119746aVuoYK','shutdown','toString','6773370JtJqXE','QNSmc','../../../helpers/helper','jwWph','1442qTZmBV','getTestIdFromTestInfo','_platformDetails.json','cwd','WmIEG','project','exports','3YZAbsq','getAccessibilityPlatformValidation','IbrXe','JoiAH','lgvup','ZsmcH','lbCgm','dirPath','WndDJ','niEYM','string','uuid','1829560kibAzU','../../../helpers/test-observability/constants','getFilePath','518426KofHJO','hnPib','_test','existsSync','AAWpC','38952rYavhn','readFileSync','parse','getProjectIdFromTestInfo','setTestDetails','VUPJZ','rmSync','.json','tests','join','path','env','mkdirSync','testId','recursive','writeFileSync'];a40_0x2754=function(){return _0x258e8d;};return a40_0x2754();}(function(_0x3c6df7,_0x4ab0ea){const _0x1c7f79=a40_0x5574,_0x4a195b=_0x3c6df7();while(!![]){try{const _0x2b3452=parseInt(_0x1c7f79(0x195))/0x1+-parseInt(_0x1c7f79(0x192))/0x2+parseInt(_0x1c7f79(0x186))/0x3*(-parseInt(_0x1c7f79(0x175))/0x4)+-parseInt(_0x1c7f79(0x17b))/0x5+parseInt(_0x1c7f79(0x178))/0x6+-parseInt(_0x1c7f79(0x17f))/0x7*(parseInt(_0x1c7f79(0x19a))/0x8)+parseInt(_0x1c7f79(0x170))/0x9;if(_0x2b3452===_0x4ab0ea)break;else _0x4a195b['push'](_0x4a195b['shift']());}catch(_0x1d0f1b){_0x4a195b['push'](_0x4a195b['shift']());}}}(a40_0x2754,0xa575a));function a40_0x5574(_0x5a46c7,_0xf9cc9d){const _0x275419=a40_0x2754();return a40_0x5574=function(_0x55740b,_0x4baaf4){_0x55740b=_0x55740b-0x168;let _0x204ba1=_0x275419[_0x55740b];return _0x204ba1;},a40_0x5574(_0x5a46c7,_0xf9cc9d);}const fs=require('fs'),path=require(a40_0x530314(0x168)),{v4:uuidv4}=require(a40_0x530314(0x191)),{TEMP_STORE_DIR_NAME}=require(a40_0x530314(0x193)),{nestedKeyValue}=require(a40_0x530314(0x17d));class TestDetails{static [a40_0x530314(0x1a2)]={};static [a40_0x530314(0x18d)]=path[a40_0x530314(0x1a3)](process[a40_0x530314(0x182)](),TestDetails[a40_0x530314(0x173)]());static[a40_0x530314(0x174)](){const _0x172cc8=a40_0x530314;this[_0x172cc8(0x179)]();const _0x40b531={};_0x40b531[_0x172cc8(0x16c)]=!![],fs[_0x172cc8(0x16a)](this[_0x172cc8(0x18d)],_0x40b531);}static[a40_0x530314(0x173)](){const _0x4592da=a40_0x530314,_0x8caed1={};_0x8caed1['AAWpC']=function(_0x31b8f2,_0x59dbed){return _0x31b8f2+_0x59dbed;},_0x8caed1[_0x4592da(0x171)]=function(_0x227d38,_0x2af6c5){return _0x227d38+_0x2af6c5;};const _0x345d6f=_0x8caed1;return _0x345d6f[_0x4592da(0x199)](_0x345d6f[_0x4592da(0x171)](TEMP_STORE_DIR_NAME,'-'),process[_0x4592da(0x169)]['BS_TESTOPS_BUILD_HASHED_ID']);}static[a40_0x530314(0x194)](_0x4e4b90){const _0x56a93a=a40_0x530314,_0x4b4c08={};_0x4b4c08[_0x56a93a(0x17e)]=function(_0x137f51,_0x3ef614){return _0x137f51+_0x3ef614;},_0x4b4c08[_0x56a93a(0x188)]=_0x56a93a(0x1a1);const _0x2b310a=_0x4b4c08;return path[_0x56a93a(0x1a3)](this[_0x56a93a(0x18d)],_0x2b310a['jwWph'](_0x4e4b90,_0x2b310a[_0x56a93a(0x188)]));}static[a40_0x530314(0x177)](_0x292801){const _0x12e28b=a40_0x530314,_0x72e5e8={};_0x72e5e8[_0x12e28b(0x18b)]=function(_0x993ade,_0x263525){return _0x993ade+_0x263525;},_0x72e5e8['bxfyH']=function(_0x443143,_0x3c2085){return _0x443143+_0x3c2085;};const _0x293a03=_0x72e5e8;return _0x293a03[_0x12e28b(0x18b)](_0x293a03[_0x12e28b(0x16f)](_0x293a03[_0x12e28b(0x16f)](_0x293a03[_0x12e28b(0x16f)](this[_0x12e28b(0x19d)](_0x292801),'-'),this[_0x12e28b(0x180)](_0x292801)),'-'),_0x292801[_0x12e28b(0x172)]);}static[a40_0x530314(0x19d)](_0x11c670){const _0x1480a1=a40_0x530314,_0x975553={'SGmCr':function(_0x574d4d,_0x49757d,_0x2b3f50){return _0x574d4d(_0x49757d,_0x2b3f50);},'VUPJZ':_0x1480a1(0x197),'niEYM':'_projectId','WndDJ':function(_0xf70a11,_0x358442,_0x446f28){return _0xf70a11(_0x358442,_0x446f28);},'JoiAH':_0x1480a1(0x184),'WmIEG':'__projectId'};return _0x975553['SGmCr'](nestedKeyValue,_0x11c670,[_0x975553[_0x1480a1(0x19f)],_0x975553[_0x1480a1(0x18f)]])||_0x975553[_0x1480a1(0x18e)](nestedKeyValue,_0x11c670,[_0x975553[_0x1480a1(0x189)],_0x975553[_0x1480a1(0x183)]]);}static[a40_0x530314(0x180)](_0x351c66){const _0x512ccb=a40_0x530314,_0x3ed397={'QNSmc':function(_0x1d1c07,_0x619923,_0x18e4ed){return _0x1d1c07(_0x619923,_0x18e4ed);},'lbCgm':'_test'};return _0x3ed397[_0x512ccb(0x17c)](nestedKeyValue,_0x351c66,[_0x3ed397[_0x512ccb(0x18c)],'id'])||_0x351c66[_0x512ccb(0x16b)];}static[a40_0x530314(0x16e)](_0x13cab0){const _0x3f974=a40_0x530314,_0x4e3fa4={'lgvup':function(_0x35dccf,_0x423ebc){return _0x35dccf===_0x423ebc;},'EhTku':_0x3f974(0x190),'hnPib':function(_0x491447){return _0x491447();}};if(this[_0x3f974(0x1a2)][_0x13cab0]&&_0x4e3fa4[_0x3f974(0x18a)](typeof this[_0x3f974(0x1a2)][_0x13cab0][_0x3f974(0x191)],_0x4e3fa4[_0x3f974(0x176)]))return this['tests'][_0x13cab0][_0x3f974(0x191)];const _0xdfe786=this[_0x3f974(0x194)](_0x13cab0);if(fs[_0x3f974(0x198)](_0xdfe786)){const _0x14e1d8=JSON[_0x3f974(0x19c)](fs[_0x3f974(0x19b)](_0xdfe786)[_0x3f974(0x17a)]());return this[_0x3f974(0x1a2)][_0x13cab0]=_0x14e1d8,this[_0x3f974(0x1a2)][_0x13cab0]['uuid'];}return this[_0x3f974(0x1a2)][_0x13cab0]={'uuid':_0x4e3fa4[_0x3f974(0x196)](uuidv4)},fs['writeFileSync'](_0xdfe786,JSON['stringify'](this['tests'][_0x13cab0])),this[_0x3f974(0x1a2)][_0x13cab0][_0x3f974(0x191)];}static[a40_0x530314(0x187)](_0xde4afe){const _0x2a83ef=a40_0x530314,_0x19ca3b=path[_0x2a83ef(0x1a3)](this['dirPath'],_0xde4afe+_0x2a83ef(0x181));if(fs['existsSync'](_0x19ca3b))return fs[_0x2a83ef(0x19b)](_0x19ca3b)['toString']();}static['setAccessibilityPlatformValidation'](_0x1bea3c,_0x510515){const _0xb5f359=a40_0x530314,_0x519c79=path[_0xb5f359(0x1a3)](this[_0xb5f359(0x18d)],_0x510515+'_platformDetails.json');fs[_0xb5f359(0x16d)](_0x519c79,_0x1bea3c['toString']());}static[a40_0x530314(0x179)](){const _0x1ee213=a40_0x530314,_0x1ff71b={};_0x1ff71b[_0x1ee213(0x16c)]=!![],_0x1ff71b['force']=!![],fs[_0x1ee213(0x1a0)](this[_0x1ee213(0x18d)],_0x1ff71b);}static['getTestDetails'](_0x4b7ef9){const _0x24e21d=a40_0x530314;if(this['tests'][_0x4b7ef9])return this['tests'][_0x4b7ef9];const _0x39b06e=this['getFilePath'](_0x4b7ef9);if(fs[_0x24e21d(0x198)](_0x39b06e)){const _0x243d16=JSON[_0x24e21d(0x19c)](fs[_0x24e21d(0x19b)](_0x39b06e)['toString']());return this[_0x24e21d(0x1a2)][_0x4b7ef9]=_0x243d16,_0x243d16;}return{};}static[a40_0x530314(0x19e)](_0x2b51dd,_0x2077a8){const _0x1eb015=a40_0x530314,_0x31fdee=this[_0x1eb015(0x194)](_0x2b51dd);if(fs['existsSync'](_0x31fdee)){const _0x589d2c=JSON[_0x1eb015(0x19c)](fs['readFileSync'](_0x31fdee)[_0x1eb015(0x17a)]()),_0x101767={..._0x589d2c,..._0x2077a8};this[_0x1eb015(0x1a2)][_0x2b51dd]=_0x101767;}else this[_0x1eb015(0x1a2)][_0x2b51dd]=_0x2077a8;fs['writeFileSync'](_0x31fdee,this['tests'][_0x2b51dd]);}}module[a40_0x530314(0x185)]=TestDetails;
1
+ const a40_0x1b2cc9=a40_0x21c8;function a40_0x21c8(_0x1a4229,_0x3903aa){const _0x2218c8=a40_0x2218();return a40_0x21c8=function(_0x21c81f,_0x36ca3a){_0x21c81f=_0x21c81f-0x125;let _0x38af43=_0x2218c8[_0x21c81f];return _0x38af43;},a40_0x21c8(_0x1a4229,_0x3903aa);}(function(_0x3d6728,_0x35f03f){const _0x5019d7=a40_0x21c8,_0x592064=_0x3d6728();while(!![]){try{const _0x3eee58=-parseInt(_0x5019d7(0x15e))/0x1*(-parseInt(_0x5019d7(0x128))/0x2)+parseInt(_0x5019d7(0x12c))/0x3+parseInt(_0x5019d7(0x15c))/0x4+-parseInt(_0x5019d7(0x156))/0x5+parseInt(_0x5019d7(0x161))/0x6+-parseInt(_0x5019d7(0x14e))/0x7+-parseInt(_0x5019d7(0x159))/0x8*(-parseInt(_0x5019d7(0x14c))/0x9);if(_0x3eee58===_0x35f03f)break;else _0x592064['push'](_0x592064['shift']());}catch(_0x51e26e){_0x592064['push'](_0x592064['shift']());}}}(a40_0x2218,0xb94de));const fs=require('fs'),path=require(a40_0x1b2cc9(0x134)),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require(a40_0x1b2cc9(0x139)),{nestedKeyValue}=require(a40_0x1b2cc9(0x13c));class TestDetails{static ['tests']={};static [a40_0x1b2cc9(0x152)]=path[a40_0x1b2cc9(0x13f)](process[a40_0x1b2cc9(0x151)](),TestDetails['getStoreDirName']());static[a40_0x1b2cc9(0x155)](){const _0x2d67a1=a40_0x1b2cc9;this[_0x2d67a1(0x15b)]();const _0x2f3f00={};_0x2f3f00['recursive']=!![],fs['mkdirSync'](this[_0x2d67a1(0x152)],_0x2f3f00);}static[a40_0x1b2cc9(0x14b)](){const _0x50f03e=a40_0x1b2cc9,_0x58cfd6={};_0x58cfd6[_0x50f03e(0x12d)]=function(_0x5e6c39,_0x3de013){return _0x5e6c39+_0x3de013;},_0x58cfd6[_0x50f03e(0x164)]=function(_0x141b5e,_0x448676){return _0x141b5e+_0x448676;};const _0x2123f1=_0x58cfd6;return _0x2123f1[_0x50f03e(0x12d)](_0x2123f1[_0x50f03e(0x164)](TEMP_STORE_DIR_NAME,'-'),process[_0x50f03e(0x13a)][_0x50f03e(0x146)]);}static[a40_0x1b2cc9(0x12b)](_0x2fee35){const _0x268141=a40_0x1b2cc9,_0x22f175={};_0x22f175[_0x268141(0x162)]=function(_0x2b63f6,_0x3aabf6){return _0x2b63f6+_0x3aabf6;},_0x22f175['EKzNL']=_0x268141(0x160);const _0xd03d63=_0x22f175;return path[_0x268141(0x13f)](this[_0x268141(0x152)],_0xd03d63[_0x268141(0x162)](_0x2fee35,_0xd03d63[_0x268141(0x125)]));}static['getTestRunIdFromTestInfo'](_0x23f379){const _0x39b7e5=a40_0x1b2cc9,_0x5a9248={};_0x5a9248['abuiO']=function(_0x454d8d,_0x3b28bb){return _0x454d8d+_0x3b28bb;},_0x5a9248[_0x39b7e5(0x126)]=function(_0x42a7fb,_0x4caff0){return _0x42a7fb+_0x4caff0;},_0x5a9248['NGysh']=function(_0x585f6e,_0x4c3484){return _0x585f6e+_0x4c3484;},_0x5a9248[_0x39b7e5(0x15f)]=function(_0x440479,_0x37ff6a){return _0x440479+_0x37ff6a;};const _0x3c59f2=_0x5a9248;return _0x3c59f2[_0x39b7e5(0x158)](_0x3c59f2[_0x39b7e5(0x126)](_0x3c59f2['NGysh'](_0x3c59f2['hGzFA'](this[_0x39b7e5(0x149)](_0x23f379),'-'),this[_0x39b7e5(0x12f)](_0x23f379)),'-'),_0x23f379[_0x39b7e5(0x142)]);}static[a40_0x1b2cc9(0x149)](_0x2baefc){const _0x1c1381=a40_0x1b2cc9,_0x5bb290={'iaPQr':function(_0x3f2412,_0x48bd98,_0x423023){return _0x3f2412(_0x48bd98,_0x423023);},'SjaVd':'_test','vBtSg':_0x1c1381(0x135),'lpoTW':function(_0x531cf2,_0x21ab6b,_0x35fa29){return _0x531cf2(_0x21ab6b,_0x35fa29);},'iwZkk':_0x1c1381(0x153),'ykTyq':_0x1c1381(0x15d)};return _0x5bb290[_0x1c1381(0x14a)](nestedKeyValue,_0x2baefc,[_0x5bb290[_0x1c1381(0x150)],_0x5bb290[_0x1c1381(0x15a)]])||_0x5bb290[_0x1c1381(0x132)](nestedKeyValue,_0x2baefc,[_0x5bb290[_0x1c1381(0x14f)],_0x5bb290[_0x1c1381(0x163)]]);}static[a40_0x1b2cc9(0x12f)](_0x45f9a3){const _0x288ea7=a40_0x1b2cc9,_0x598754={'aiSBO':function(_0x19a395,_0x3cd3e9,_0x2ef6fe){return _0x19a395(_0x3cd3e9,_0x2ef6fe);},'wQnnv':_0x288ea7(0x147)};return _0x598754['aiSBO'](nestedKeyValue,_0x45f9a3,[_0x598754[_0x288ea7(0x136)],'id'])||_0x45f9a3[_0x288ea7(0x13d)];}static[a40_0x1b2cc9(0x138)](_0x36f54e){const _0x6b9ca4=a40_0x1b2cc9,_0x812de1={'TJZNl':function(_0x2779b8,_0x1448af){return _0x2779b8===_0x1448af;},'tihGL':_0x6b9ca4(0x154),'zxWSJ':function(_0x3e3873){return _0x3e3873();}};if(this[_0x6b9ca4(0x13b)][_0x36f54e]&&_0x812de1[_0x6b9ca4(0x133)](typeof this[_0x6b9ca4(0x13b)][_0x36f54e]['uuid'],_0x812de1[_0x6b9ca4(0x12e)]))return this[_0x6b9ca4(0x13b)][_0x36f54e][_0x6b9ca4(0x141)];const _0x14de4a=this['getFilePath'](_0x36f54e);if(fs[_0x6b9ca4(0x157)](_0x14de4a)){const _0xfa49a6=JSON[_0x6b9ca4(0x13e)](fs[_0x6b9ca4(0x130)](_0x14de4a)[_0x6b9ca4(0x148)]());return this[_0x6b9ca4(0x13b)][_0x36f54e]=_0xfa49a6,this[_0x6b9ca4(0x13b)][_0x36f54e][_0x6b9ca4(0x141)];}return this[_0x6b9ca4(0x13b)][_0x36f54e]={'uuid':_0x812de1[_0x6b9ca4(0x137)](uuidv4)},fs[_0x6b9ca4(0x144)](_0x14de4a,JSON[_0x6b9ca4(0x14d)](this[_0x6b9ca4(0x13b)][_0x36f54e])),this['tests'][_0x36f54e][_0x6b9ca4(0x141)];}static['getAccessibilityPlatformValidation'](_0x3d8b36){const _0x5e2601=a40_0x1b2cc9,_0x3a32c6=path[_0x5e2601(0x13f)](this[_0x5e2601(0x152)],_0x3d8b36+_0x5e2601(0x131));if(fs[_0x5e2601(0x157)](_0x3a32c6))return fs[_0x5e2601(0x130)](_0x3a32c6)[_0x5e2601(0x148)]();}static[a40_0x1b2cc9(0x12a)](_0x5f6280,_0x14d52f){const _0x2a1350=a40_0x1b2cc9,_0x300c21=path['join'](this[_0x2a1350(0x152)],_0x14d52f+'_platformDetails.json');fs[_0x2a1350(0x144)](_0x300c21,_0x5f6280[_0x2a1350(0x148)]());}static[a40_0x1b2cc9(0x15b)](){const _0x38dde9=a40_0x1b2cc9,_0x445117={};_0x445117[_0x38dde9(0x145)]=!![],_0x445117[_0x38dde9(0x143)]=!![],fs['rmSync'](this[_0x38dde9(0x152)],_0x445117);}static[a40_0x1b2cc9(0x127)](_0x36d031){const _0x116fd5=a40_0x1b2cc9;if(this['tests'][_0x36d031])return this[_0x116fd5(0x13b)][_0x36d031];const _0x59d0d2=this['getFilePath'](_0x36d031);if(fs[_0x116fd5(0x157)](_0x59d0d2)){const _0x17eded=JSON[_0x116fd5(0x13e)](fs[_0x116fd5(0x130)](_0x59d0d2)[_0x116fd5(0x148)]());return this['tests'][_0x36d031]=_0x17eded,_0x17eded;}return{};}static[a40_0x1b2cc9(0x129)](_0xead96b,_0x596df6){const _0x1b7e01=a40_0x1b2cc9,_0x4afbc1=this[_0x1b7e01(0x12b)](_0xead96b);if(fs[_0x1b7e01(0x157)](_0x4afbc1)){const _0x25a0b3=JSON[_0x1b7e01(0x13e)](fs[_0x1b7e01(0x130)](_0x4afbc1)[_0x1b7e01(0x148)]()),_0x394ea4={..._0x25a0b3,..._0x596df6};this[_0x1b7e01(0x13b)][_0xead96b]=_0x394ea4;}else this[_0x1b7e01(0x13b)][_0xead96b]=_0x596df6;fs[_0x1b7e01(0x144)](_0x4afbc1,this[_0x1b7e01(0x13b)][_0xead96b]);}}function a40_0x2218(){const _0x3d053f=['uuid','retry','force','writeFileSync','recursive','BS_TESTOPS_BUILD_HASHED_ID','_test','toString','getProjectIdFromTestInfo','iaPQr','getStoreDirName','1694736aYhDdh','stringify','9063488zPYczM','iwZkk','SjaVd','cwd','dirPath','project','string','setup','6093975EQDlOW','existsSync','abuiO','32VXDavX','vBtSg','shutdown','2820580VsBwYv','__projectId','967819zmDDVY','hGzFA','.json','118146sBBAgN','VKpjP','ykTyq','LdXjl','EKzNL','cTzGs','getTestDetails','2DUUXoJ','setTestDetails','setAccessibilityPlatformValidation','getFilePath','2480142OtDqeT','vazQu','tihGL','getTestIdFromTestInfo','readFileSync','_platformDetails.json','lpoTW','TJZNl','path','_projectId','wQnnv','zxWSJ','getTestUUID','../../../helpers/test-observability/constants','env','tests','../../../helpers/helper','testId','parse','join','exports'];a40_0x2218=function(){return _0x3d053f;};return a40_0x2218();}module[a40_0x1b2cc9(0x140)]=TestDetails;
@@ -1 +1 @@
1
- const a41_0x33d8c1=a41_0xe404;(function(_0x5c5ee8,_0x15da35){const _0x180b66=a41_0xe404,_0x6ab0dc=_0x5c5ee8();while(!![]){try{const _0x20a934=-parseInt(_0x180b66(0x16e))/0x1*(parseInt(_0x180b66(0x190))/0x2)+parseInt(_0x180b66(0x120))/0x3+-parseInt(_0x180b66(0x1b6))/0x4+parseInt(_0x180b66(0x13f))/0x5+-parseInt(_0x180b66(0x16a))/0x6+-parseInt(_0x180b66(0x18a))/0x7+-parseInt(_0x180b66(0x1a4))/0x8*(-parseInt(_0x180b66(0x19a))/0x9);if(_0x20a934===_0x15da35)break;else _0x6ab0dc['push'](_0x6ab0dc['shift']());}catch(_0x2965b8){_0x6ab0dc['push'](_0x6ab0dc['shift']());}}}(a41_0x5495,0x7c24d));function a41_0xe404(_0x5e61e3,_0x220f7e){const _0x5495db=a41_0x5495();return a41_0xe404=function(_0xe40475,_0x5bfd40){_0xe40475=_0xe40475-0x11b;let _0x1878c8=_0x5495db[_0xe40475];return _0x1878c8;},a41_0xe404(_0x5e61e3,_0x220f7e);}function a41_0x5495(){const _0x45f5c3=['currentSessionDetails','caps','roxgt','DfmKs','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','jyxpt','kwExq','dnbqN','KyaAL','ihMmu','platformName','dispatch','platform_version','assign','DmyEq','format','sessionError','bstackPerformA11yScan','sessionId','NuOkf','../../helpers/accessibility-automation/helper','../../helpers/logger','../../helpers/test-observability/error-handler','accessibilityPlatform','../../bin/playwright/accessibility-helper','heysp','_browserType','EaBhE','Ywfov','yFrtc','parse','_type','browserName','firefox','pwPage','QhYMe','client','iskDU','currentTest','debug','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','186198fkpTMT','Connection','lib','__workerDetails','876581gVEonr','fromEntries','shouldWrapCommand','browserstack.com','NOknc','zBOFT','Error\x20in\x20finding\x20platform\x20details\x20','env','WNCCg','join','lNlql','getDetails','crConnection.js','aHdYR','use','apply','JOIph','nvQUL','prototype','jCNUw','wjcnk','PbBKK','Performing\x20scan\x20for\x20','wsEndpoint','util','OLipw','BnxoH','KEOvQ','3633434gXLRWr','bsSessionId','EchYl','browser_version','./accessibility-helper','chrome','2MMZWlV','mdlYk','Rtzxz','connection.js','OdShV','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','patchConnection','gZyCe','testInfo','performScan','99JjxtIv','platformVersion','entries','UJDZm','gUgkZ','hKZEc','../../helpers/test-observability/utils','OyMGh','TrzeS','cloudProvider','211176ldzkkF','playwright-','CRConnection','_onMessage','chromium','_connection','server','automate','browserstack','local_grid','isRemote','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','platformDetails','setupBrowserDetails','Failed\x20to\x20perform\x20scan\x20','safari','query','capabilities','246220dpPWKW','../../helpers/helper','unknown_grid','Error\x20in\x20importing\x20connection\x20','defineProperty','tKPAF','project','_defaultConnectOptions','oWHYa','2095113XlZgtJ','titlePath','includes','BROWSERSTACK_TEST_OBSERVABILITY','../../helpers/accessibility-automation/scripts','edge','sendMessageToServer','__driver','url','browser','gKGYH','sCZBL','htWfs','rKIFU','method','XZwyM','fMhnZ','platform','channel','params','toString','patchCRConnection','oPoAi','Error\x20in\x20importing\x20crConnection','iEdfP','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','EFBjx','Not\x20able\x20to\x20import\x20Connection','exports','product','Page','5039930oCoFQS','RZSAq'];a41_0x5495=function(){return _0x45f5c3;};return a41_0x5495();}const path=require('path'),url=require(a41_0x33d8c1(0x128)),util=require(a41_0x33d8c1(0x186)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a41_0x33d8c1(0x1b7)),{o11yErrorHandler}=require(a41_0x33d8c1(0x157)),{debug,getPlatformDetails}=require(a41_0x33d8c1(0x1a0)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a41_0x33d8c1(0x155)),logger=require(a41_0x33d8c1(0x156))['winstonLogger'],scripts=require(a41_0x33d8c1(0x124)),{browserStackExecuteDriver}=require(a41_0x33d8c1(0x159)),AccessibilityHelper=require(a41_0x33d8c1(0x18e)),getBrowserNameFromChannel=_0x5644db=>{const _0x175116=a41_0x33d8c1,_0xb22743={};_0xb22743[_0x175116(0x17f)]=_0x175116(0x18f),_0xb22743[_0x175116(0x11c)]=_0x175116(0x125),_0xb22743['hKZEc']=_0x175116(0x162),_0xb22743['JOIph']=_0x175116(0x1b3);const _0x4af8bd=_0xb22743;if(_0x5644db[_0x175116(0x122)](_0x4af8bd[_0x175116(0x17f)]))return _0x4af8bd[_0x175116(0x17f)];if(_0x5644db[_0x175116(0x122)](_0x4af8bd[_0x175116(0x11c)]))return _0x4af8bd[_0x175116(0x11c)];if(_0x5644db[_0x175116(0x122)](_0x4af8bd[_0x175116(0x19f)]))return _0x4af8bd['hKZEc'];if(_0x5644db[_0x175116(0x122)](_0x4af8bd[_0x175116(0x17e)]))return _0x4af8bd['JOIph'];},getBrowserFromWSEndpoint=_0x19fd79=>{const _0x27ea94=a41_0x33d8c1,_0x561eda={'EFBjx':'chrome','roxgt':function(_0x8761c,_0x5aca20){return _0x8761c(_0x5aca20);}};try{const _0x13afd3=url[_0x27ea94(0x15f)](_0x19fd79),_0xc96c7=new URLSearchParams(_0x13afd3[_0x27ea94(0x1b4)]),_0x17ef2b=Object[_0x27ea94(0x16f)](_0xc96c7[_0x27ea94(0x19c)]()),_0x5545d1=JSON[_0x27ea94(0x15f)](_0x17ef2b[_0x27ea94(0x142)]);if(_0x5545d1&&(_0x5545d1[_0x27ea94(0x129)]||_0x5545d1[_0x27ea94(0x161)]))return _0x5545d1[_0x27ea94(0x129)]||_0x5545d1[_0x27ea94(0x161)];return _0x561eda[_0x27ea94(0x13a)];}catch(_0x320a2a){_0x561eda[_0x27ea94(0x143)](debug,_0x27ea94(0x1af)+_0x320a2a['toString']());}},getCloudProviderFromWsEndpoint=_0x5cdc99=>{const _0x1514f6=a41_0x33d8c1,_0x4b0486={};_0x4b0486['uTiax']=_0x1514f6(0x171),_0x4b0486[_0x1514f6(0x12c)]=_0x1514f6(0x1ac),_0x4b0486[_0x1514f6(0x1a2)]=_0x1514f6(0x1b8);const _0x184799=_0x4b0486;if(_0x5cdc99['includes'](_0x184799['uTiax']))return _0x184799['htWfs'];return _0x184799['TrzeS'];},a41_0xe5d063={};a41_0xe5d063[a41_0x33d8c1(0x1a3)]=undefined,a41_0xe5d063[a41_0x33d8c1(0x18b)]=undefined,a41_0xe5d063[a41_0x33d8c1(0x129)]=undefined,a41_0xe5d063[a41_0x33d8c1(0x18d)]=undefined,a41_0xe5d063['platform']=undefined,a41_0xe5d063['platform_version']=undefined,a41_0xe5d063[a41_0x33d8c1(0x13d)]=undefined,a41_0xe5d063['capabilities']={};class PlaywrightSessionDetails{static [a41_0x33d8c1(0x141)]=a41_0xe5d063;constructor(){const _0x11efba=a41_0x33d8c1,_0x180f00={};_0x180f00[_0x11efba(0x164)]=_0x11efba(0x139);const _0x87fb5e=_0x180f00;throw new Error(_0x87fb5e['QhYMe']);}static ['sessionError']=null;static[a41_0x33d8c1(0x1b1)](_0x2fa18f,_0xef144e,_0x50b7c1=null){const _0x470750=a41_0x33d8c1,_0x578651={'jyxpt':_0x470750(0x1ad),'EQNEI':function(_0x25a415,_0x22c521,_0x267e1d){return _0x25a415(_0x22c521,_0x267e1d);},'iskDU':_0x470750(0x11d),'AbYsb':_0x470750(0x17c),'alpYM':'connectOptions','EaBhE':function(_0x1b5cbf,_0xc41ca0){return _0x1b5cbf(_0xc41ca0);},'wjcnk':function(_0xff9fd0,_0x4fd3ef){return _0xff9fd0===_0x4fd3ef;},'zBOFT':_0x470750(0x1ac),'NOknc':_0x470750(0x1ab),'VSWcZ':function(_0x121e96,_0x2023a2){return _0x121e96(_0x2023a2);},'AAFZH':function(_0x3846a5,_0x3dc05b){return _0x3846a5(_0x3dc05b);},'ihMmu':function(_0x5395ec,_0x398d83){return _0x5395ec+_0x398d83;},'Rtzxz':_0x470750(0x1a5),'NuOkf':function(_0x199de1){return _0x199de1();},'jCNUw':function(_0x55fd67,_0x400afd,_0x5c5900){return _0x55fd67(_0x400afd,_0x5c5900);},'rKIFU':'setupBrowserDetails'},_0x7697df=this;return _0x578651[_0x470750(0x181)](o11yErrorHandler,async function _0x876171(_0x3a6e69,_0x464f62,_0x471d5d=null){const _0x4ee66b=_0x470750;let _0x52c96c=_0x3a6e69['_name'];const _0x4751d1=_0x3a6e69['version']();let _0x104a20=null,_0x51824f=null,_0x523018=null,_0x3bca20=_0x578651[_0x4ee66b(0x146)];if(_0x3a6e69[_0x4ee66b(0x1a9)][_0x4ee66b(0x1ae)]()||global[_0x4ee66b(0x158)]){const _0x1995bd=_0x3a6e69[_0x4ee66b(0x15b)][_0x4ee66b(0x11e)]||_0x578651['EQNEI'](nestedKeyValue,_0x464f62,[_0x578651[_0x4ee66b(0x166)],_0x578651['AbYsb'],_0x578651['alpYM']]),_0x16b1a3=_0x471d5d||_0x1995bd&&_0x1995bd[_0x4ee66b(0x185)];_0x16b1a3&&(_0x3bca20=_0x578651[_0x4ee66b(0x15c)](getCloudProviderFromWsEndpoint,_0x16b1a3),_0x578651[_0x4ee66b(0x182)](_0x3bca20,_0x578651[_0x4ee66b(0x173)])&&(_0x523018=_0x578651[_0x4ee66b(0x172)],_0x52c96c=_0x578651['VSWcZ'](getBrowserFromWSEndpoint,_0x16b1a3)||_0x52c96c,_0x104a20=_0x7697df['currentSessionDetails'][_0x4ee66b(0x131)],_0x51824f=_0x7697df[_0x4ee66b(0x141)][_0x4ee66b(0x14d)]));}else{_0x464f62&&_0x464f62[_0x4ee66b(0x11d)][_0x4ee66b(0x17c)][_0x4ee66b(0x132)]?_0x52c96c=_0x578651['AAFZH'](getBrowserNameFromChannel,_0x464f62[_0x4ee66b(0x11d)]['use'][_0x4ee66b(0x132)]):_0x52c96c=_0x578651[_0x4ee66b(0x14a)](_0x578651[_0x4ee66b(0x192)],_0x52c96c['toLowerCase']());const _0x650288=await _0x578651[_0x4ee66b(0x154)](getPlatformDetails);_0x104a20=_0x650288[_0x4ee66b(0x14b)],_0x51824f=_0x650288[_0x4ee66b(0x19b)];}const _0x3dcbeb={};_0x3dcbeb[_0x4ee66b(0x129)]=_0x52c96c,_0x3dcbeb['browser_version']=_0x4751d1,_0x3dcbeb[_0x4ee66b(0x1b5)]={},_0x3dcbeb[_0x4ee66b(0x131)]=_0x104a20,_0x3dcbeb['platform_version']=_0x51824f,_0x3dcbeb[_0x4ee66b(0x13d)]=_0x523018;const _0xf9ddfc=_0x3dcbeb,_0x50277b={};_0x50277b['cloudProvider']=_0x3bca20,_0x7697df[_0x4ee66b(0x141)]=Object[_0x4ee66b(0x14e)]({},_0x7697df[_0x4ee66b(0x141)],_0x50277b,_0xf9ddfc);},_0x578651[_0x470750(0x12d)])(_0x2fa18f,_0xef144e,_0x50b7c1);}static['patch'](){const _0x16fcbb=a41_0x33d8c1;this[_0x16fcbb(0x196)](),this[_0x16fcbb(0x135)]();}static[a41_0x33d8c1(0x196)](){const _0x65038=a41_0x33d8c1,_0x57ad24={'EchYl':function(_0x40a8bd,_0x5a742a,_0x55e5ac){return _0x40a8bd(_0x5a742a,_0x55e5ac);},'OyMGh':_0x65038(0x167),'iEdfP':_0x65038(0x198),'JZTsG':_0x65038(0x121),'KEOvQ':function(_0x3432f1,_0x3f5c4f,_0x4d805a){return _0x3432f1(_0x3f5c4f,_0x4d805a);},'PbBKK':_0x65038(0x16d),'lNlql':_0x65038(0x163),'UJDZm':function(_0x345e86,_0x56e110){return _0x345e86===_0x56e110;},'yFrtc':_0x65038(0x13e),'gUgkZ':function(_0x36c206,_0x1ad02f,_0x575259,_0x2fe482){return _0x36c206(_0x1ad02f,_0x575259,_0x2fe482);},'aHdYR':function(_0x3ec13d,_0x4fb3e7){return _0x3ec13d(_0x4fb3e7);},'WNCCg':function(_0x132532,_0x1ef55e){return _0x132532(_0x1ef55e);},'Ywfov':_0x65038(0x16c),'qxBgs':_0x65038(0x165),'dnbqN':_0x65038(0x193),'OdShV':_0x65038(0x13b),'DfmKs':function(_0x493934,_0x13c075){return _0x493934(_0x13c075);},'heysp':function(_0x1cc4d6,_0x542d0f){return _0x1cc4d6!=_0x542d0f;},'XZwyM':function(_0x149c2a){return _0x149c2a();},'KyaAL':_0x65038(0x126),'sCZBL':function(_0x409bd1,_0x8e133a){return _0x409bd1(_0x8e133a);},'oPoAi':_0x65038(0x14c)},_0x16132b=this;if(!this[_0x65038(0x16b)])try{const _0x40468c=path['join'](_0x57ad24[_0x65038(0x15d)],_0x57ad24['qxBgs'],_0x57ad24[_0x65038(0x148)]),_0x41b78a=_0x57ad24[_0x65038(0x17b)](importFileFromPWCore,_0x40468c);!_0x41b78a?_0x57ad24[_0x65038(0x176)](debug,_0x57ad24[_0x65038(0x194)]):this['Connection']=_0x41b78a[_0x65038(0x16b)];}catch(_0x3e380d){_0x57ad24['DfmKs'](debug,_0x65038(0x1b9)+_0x3e380d['toString']());}const _0x4a7944=this[_0x65038(0x16b)];try{if(_0x57ad24[_0x65038(0x15a)](_0x4a7944,null)){const _0x571eca=_0x4a7944[_0x65038(0x180)][_0x65038(0x14c)],_0x2253bf=_0x4a7944[_0x65038(0x180)][_0x65038(0x126)];_0x57ad24[_0x65038(0x12f)](isAccessibilityAutomationSession)&&Object['defineProperty'](_0x4a7944['prototype'],_0x57ad24[_0x65038(0x149)],{'get':function(){return async function(){const _0x47736d=a41_0xe404;try{if(!global[_0x47736d(0x152)]&&global['accessibilityPlatform']&&_0x57ad24[_0x47736d(0x18c)](nestedKeyValue,global[_0x47736d(0x16d)],[_0x57ad24[_0x47736d(0x1a1)],_0x57ad24[_0x47736d(0x138)],_0x57ad24['JZTsG']])&&_0x57ad24['EchYl'](shouldScanTestForAccessibility,global[_0x47736d(0x16d)][_0x47736d(0x167)]['testInfo']['titlePath'],!![])&&scripts[_0x47736d(0x170)](arguments[0x1])){logger['debug'](_0x47736d(0x184)+arguments[0x1]),global[_0x47736d(0x152)]=!![];const _0x50ac8a=_0x57ad24[_0x47736d(0x189)](nestedKeyValue,global,[_0x57ad24[_0x47736d(0x183)],_0x57ad24[_0x47736d(0x178)]]),_0xb16e56={};_0xb16e56['method']=arguments[0x1],_0x50ac8a&&logger[_0x47736d(0x168)](util[_0x47736d(0x150)](await AccessibilityHelper[_0x47736d(0x199)](_0x50ac8a,_0xb16e56)));if(_0x57ad24[_0x47736d(0x19d)](arguments[0x0][_0x47736d(0x160)],_0x57ad24[_0x47736d(0x15e)])&&global[_0x47736d(0x127)]){const _0x244a2a={};_0x244a2a[_0x47736d(0x12e)]=arguments[0x1],await _0x57ad24[_0x47736d(0x19e)](browserStackExecuteDriver,global[_0x47736d(0x127)],scripts[_0x47736d(0x199)],_0x244a2a);}}}catch(_0xeb5ef6){logger[_0x47736d(0x168)](_0x47736d(0x1b2)+util[_0x47736d(0x150)](_0xeb5ef6));}return global[_0x47736d(0x152)]=![],_0x2253bf[_0x47736d(0x17d)](this,arguments);};}}),!_0x57ad24[_0x65038(0x12b)](isFalse,process[_0x65038(0x175)][_0x65038(0x123)])&&Object[_0x65038(0x11b)](_0x4a7944[_0x65038(0x180)],_0x57ad24[_0x65038(0x136)],{'get':function(){return function _0x2804e9(_0x7a28cd){const _0x2c7ea6=a41_0xe404,_0x3b1d6e=_0x7a28cd&&_0x7a28cd[_0x2c7ea6(0x133)]&&_0x7a28cd[_0x2c7ea6(0x133)]['bsParams'];if(_0x3b1d6e){const _0x478f40=_0x3b1d6e['sessionId'],_0x464c71=_0x3b1d6e[_0x2c7ea6(0x1b0)];_0x464c71&&(_0x57ad24['aHdYR'](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x464c71['toString']()),_0x16132b['currentSessionDetails']['platform']=_0x464c71[_0x2c7ea6(0x14b)],_0x16132b[_0x2c7ea6(0x141)][_0x2c7ea6(0x14d)]=_0x464c71[_0x2c7ea6(0x19b)]),_0x478f40&&(_0x57ad24[_0x2c7ea6(0x176)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x478f40),_0x16132b[_0x2c7ea6(0x141)][_0x2c7ea6(0x18b)]=_0x478f40);}return _0x571eca['apply'](this,arguments);};}});}}catch(_0x1ae472){_0x57ad24[_0x65038(0x144)](debug,'Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20'+_0x1ae472),_0x16132b[_0x65038(0x151)]=_0x1ae472[_0x65038(0x134)]();}}static['patchCRConnection'](){const _0x5b752e=a41_0x33d8c1,_0x4fcdbc={'RZSAq':function(_0x1215e2,_0x3d7016){return _0x1215e2(_0x3d7016);},'BnxoH':function(_0x37fa90,_0x28072a){return _0x37fa90(_0x28072a);},'gKGYH':function(_0x243b5f,_0x5b5d89){return _0x243b5f(_0x5b5d89);},'fMhnZ':function(_0xeef85b){return _0xeef85b();},'kwExq':_0x5b752e(0x16c),'DmyEq':_0x5b752e(0x1aa),'OLipw':_0x5b752e(0x1a8),'oWHYa':_0x5b752e(0x17a),'WfXQy':function(_0x55a371,_0x1e702b){return _0x55a371(_0x1e702b);},'JoUiN':'Not\x20able\x20to\x20import\x20crConnection','pQgMw':_0x5b752e(0x137),'gZyCe':function(_0x4e6b1e,_0x518577){return _0x4e6b1e!=_0x518577;},'mdlYk':_0x5b752e(0x1a7)},_0x45e1d2=this;if(_0x4fcdbc[_0x5b752e(0x130)](isAccessibilityAutomationSession)){let _0x482b55=null;try{const _0x31dc02=path[_0x5b752e(0x177)](_0x4fcdbc[_0x5b752e(0x147)],_0x4fcdbc[_0x5b752e(0x14f)],_0x4fcdbc[_0x5b752e(0x187)],_0x4fcdbc[_0x5b752e(0x11f)]),_0x80c30a=_0x4fcdbc[_0x5b752e(0x12a)](importFileFromPWCore,_0x31dc02);!_0x80c30a?_0x4fcdbc['WfXQy'](debug,_0x4fcdbc['JoUiN']):_0x482b55=_0x80c30a[_0x5b752e(0x1a6)];}catch(_0x8b45e0){_0x4fcdbc[_0x5b752e(0x188)](debug,_0x4fcdbc['pQgMw']);}try{if(_0x4fcdbc[_0x5b752e(0x197)](_0x482b55,null)){const _0x49b69e=_0x482b55['prototype']['_onMessage'];Object['defineProperty'](_0x482b55[_0x5b752e(0x180)],_0x4fcdbc[_0x5b752e(0x191)],{'get':function(){return function _0x5c6afd(_0x35b33e){const _0x5b1a76=a41_0xe404;try{const _0x2bc9c3=_0x35b33e['bStackParams'];if(_0x2bc9c3){delete _0x35b33e['bStackParams'];const _0x200f64=_0x2bc9c3[_0x5b1a76(0x153)],_0x8945a6=_0x2bc9c3[_0x5b1a76(0x1b0)];_0x8945a6&&(_0x4fcdbc[_0x5b1a76(0x140)](debug,_0x5b1a76(0x195)+_0x8945a6['toString']()),_0x45e1d2['currentSessionDetails'][_0x5b1a76(0x131)]=_0x8945a6[_0x5b1a76(0x14b)],_0x45e1d2[_0x5b1a76(0x141)]['platform_version']=_0x8945a6[_0x5b1a76(0x19b)]),_0x200f64&&(_0x4fcdbc[_0x5b1a76(0x188)](debug,_0x5b1a76(0x145)+_0x200f64),_0x45e1d2[_0x5b1a76(0x141)][_0x5b1a76(0x18b)]=_0x200f64);}}catch(_0x2b9749){_0x4fcdbc[_0x5b1a76(0x12a)](debug,_0x5b1a76(0x174)+_0x2b9749['toString']());}return _0x49b69e['apply'](this,arguments);};}});}}catch(_0x20939e){_0x4fcdbc['BnxoH'](debug,_0x5b752e(0x169)+_0x20939e),_0x45e1d2[_0x5b752e(0x151)]=_0x20939e['toString']();}}}static[a41_0x33d8c1(0x179)](){const _0x325156=a41_0x33d8c1;return this[_0x325156(0x141)];}}module[a41_0x33d8c1(0x13c)]=PlaywrightSessionDetails;
1
+ const a41_0x5f4c86=a41_0x30e1;(function(_0x144f1d,_0x8080e6){const _0x33a160=a41_0x30e1,_0x44cf2e=_0x144f1d();while(!![]){try{const _0x284fa0=parseInt(_0x33a160(0x124))/0x1*(parseInt(_0x33a160(0xbe))/0x2)+parseInt(_0x33a160(0xf7))/0x3+parseInt(_0x33a160(0x116))/0x4*(parseInt(_0x33a160(0xd9))/0x5)+-parseInt(_0x33a160(0xfd))/0x6+-parseInt(_0x33a160(0x13a))/0x7+parseInt(_0x33a160(0xcd))/0x8*(parseInt(_0x33a160(0xa2))/0x9)+-parseInt(_0x33a160(0x126))/0xa*(parseInt(_0x33a160(0x11c))/0xb);if(_0x284fa0===_0x8080e6)break;else _0x44cf2e['push'](_0x44cf2e['shift']());}catch(_0x306790){_0x44cf2e['push'](_0x44cf2e['shift']());}}}(a41_0x5d73,0x44856));function a41_0x30e1(_0x143743,_0xe3750e){const _0x5d7311=a41_0x5d73();return a41_0x30e1=function(_0x30e165,_0x27da0e){_0x30e165=_0x30e165-0x9f;let _0x46a557=_0x5d7311[_0x30e165];return _0x46a557;},a41_0x30e1(_0x143743,_0xe3750e);}function a41_0x5d73(){const _0x471851=['HqjKd','format','debug','browserName','firefox','1409868gMEegz','product','FEhHR','zBUmF','Setting\x20session\x20id\x20received\x20from\x20BS\x20','Page','path','method','ruSoO','accessibilityPlatform','prototype','automate','params','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','hnTNA','Tuach','hwyAl','channel','Connection','LQgkX','BROWSERSTACK_TEST_OBSERVABILITY','../../bin/playwright/accessibility-helper','safari','zavFT','_defaultConnectOptions','327032OqYuqU','playwright-','_connection','../../helpers/accessibility-automation/scripts','Error\x20in\x20importing\x20crConnection','__driver','550231SljUDE','lib','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','Aqybh','NSinP','uBkmY','oeBvY','_browserType','19zhKBEd','juSGc','110ffAkRd','ZaHyL','aBZAM','ilhXc','pwPage','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','xujNS','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','RoIPX','qlEjZ','__workerDetails','cTMuD','assign','_name','defineProperty','WbLso','chromium','RlgOQ','kxspw','Error\x20in\x20finding\x20platform\x20details\x20','942900TPVRwy','browser_version','zzLeO','project','Efdad','browserstack.com','local_grid','patchCRConnection','4509TVkejV','_type','capabilities','LlokL','platform_version','winstonLogger','YZvAM','fromEntries','Not\x20able\x20to\x20import\x20Connection','xzAmf','dispatch','iHoAe','sessionId','patch','RlxgN','platformDetails','browser','EZnJa','query','SlOSc','platform','connectOptions','titlePath','server','iMXsF','TisNu','jPUFD','join','24758EKxjlM','exports','Performing\x20scan\x20for\x20','TKZCT','bstackPerformA11yScan','eKlNn','CDnhh','yddkJ','currentSessionDetails','util','connection.js','toString','apply','mabrm','platformName','3416XLYjxC','chrome','CRConnection','bsSessionId','testInfo','url','use','edge','platformVersion','Failed\x20to\x20perform\x20scan\x20','sendMessageToServer','performScan','25qlxEtM','CVtRr','browserstack','isRemote','wROqG','entries','currentTest','./accessibility-helper','xSsRu','version','bsParams','toLowerCase','sessionError','includes','oQtQf','BZsZn','patchConnection','Error\x20in\x20importing\x20connection\x20','setupBrowserDetails','zTFgi','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','iYOEG','../../helpers/helper','cloudProvider','bStackParams','AnUTE','uViVX','swMdq','unknown_grid','../../helpers/accessibility-automation/helper','1027959eiOjvX'];a41_0x5d73=function(){return _0x471851;};return a41_0x5d73();}const path=require(a41_0x5f4c86(0x103)),url=require(a41_0x5f4c86(0xd2)),util=require(a41_0x5f4c86(0xc7)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a41_0x5f4c86(0xef)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require('../../helpers/test-observability/utils'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a41_0x5f4c86(0xf6)),logger=require('../../helpers/logger')[a41_0x5f4c86(0xa7)],scripts=require(a41_0x5f4c86(0x119)),{browserStackExecuteDriver}=require(a41_0x5f4c86(0x112)),AccessibilityHelper=require(a41_0x5f4c86(0xe0)),getBrowserNameFromChannel=_0x560e52=>{const _0xa65fea=a41_0x5f4c86,_0x2c8400={};_0x2c8400[_0xa65fea(0xc4)]=_0xa65fea(0xce),_0x2c8400['zavFT']=_0xa65fea(0xd4),_0x2c8400[_0xa65fea(0x135)]=_0xa65fea(0xfc),_0x2c8400['EZnJa']=_0xa65fea(0x113);const _0x18f6ca=_0x2c8400;if(_0x560e52['includes'](_0x18f6ca[_0xa65fea(0xc4)]))return _0x18f6ca[_0xa65fea(0xc4)];if(_0x560e52[_0xa65fea(0xe6)](_0x18f6ca[_0xa65fea(0x114)]))return _0x18f6ca[_0xa65fea(0x114)];if(_0x560e52[_0xa65fea(0xe6)](_0x18f6ca['WbLso']))return _0x18f6ca[_0xa65fea(0x135)];if(_0x560e52[_0xa65fea(0xe6)](_0x18f6ca[_0xa65fea(0xb3)]))return _0x18f6ca[_0xa65fea(0xb3)];},getBrowserFromWSEndpoint=_0x1c33c9=>{const _0x5cf004=a41_0x5f4c86,_0x1f8bf6={'LQgkX':_0x5cf004(0xce),'yddkJ':function(_0x63983e,_0x1fcf6e){return _0x63983e(_0x1fcf6e);}};try{const _0x2b8264=url['parse'](_0x1c33c9),_0x18ced7=new URLSearchParams(_0x2b8264[_0x5cf004(0xb4)]),_0x38c661=Object[_0x5cf004(0xa9)](_0x18ced7[_0x5cf004(0xde)]()),_0x295152=JSON['parse'](_0x38c661['caps']);if(_0x295152&&(_0x295152[_0x5cf004(0xb2)]||_0x295152[_0x5cf004(0xfb)]))return _0x295152[_0x5cf004(0xb2)]||_0x295152[_0x5cf004(0xfb)];return _0x1f8bf6[_0x5cf004(0x110)];}catch(_0x52be18){_0x1f8bf6[_0x5cf004(0xc5)](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x52be18[_0x5cf004(0xc9)]());}},getCloudProviderFromWsEndpoint=_0x53ee93=>{const _0x156a70=a41_0x5f4c86,_0xb3b88e={};_0xb3b88e[_0x156a70(0xec)]=_0x156a70(0x9f),_0xb3b88e['kxspw']='browserstack',_0xb3b88e[_0x156a70(0x12c)]=_0x156a70(0xf5);const _0x2c6b02=_0xb3b88e;if(_0x53ee93[_0x156a70(0xe6)](_0x2c6b02[_0x156a70(0xec)]))return _0x2c6b02[_0x156a70(0x138)];return _0x2c6b02[_0x156a70(0x12c)];},a41_0x3f46cb={};a41_0x3f46cb[a41_0x5f4c86(0xf0)]=undefined,a41_0x3f46cb[a41_0x5f4c86(0xd0)]=undefined,a41_0x3f46cb[a41_0x5f4c86(0xb2)]=undefined,a41_0x3f46cb[a41_0x5f4c86(0x13b)]=undefined,a41_0x3f46cb[a41_0x5f4c86(0xb6)]=undefined,a41_0x3f46cb[a41_0x5f4c86(0xa6)]=undefined,a41_0x3f46cb[a41_0x5f4c86(0xfe)]=undefined,a41_0x3f46cb[a41_0x5f4c86(0xa4)]={};class PlaywrightSessionDetails{static [a41_0x5f4c86(0xc6)]=a41_0x3f46cb;constructor(){const _0x5bb6d6=a41_0x5f4c86,_0x5bb1a1={};_0x5bb1a1[_0x5bb6d6(0x100)]=_0x5bb6d6(0xed);const _0x1eccde=_0x5bb1a1;throw new Error(_0x1eccde[_0x5bb6d6(0x100)]);}static ['sessionError']=null;static[a41_0x5f4c86(0xeb)](_0x1981de,_0x57da12,_0x83b593=null){const _0x5028a1=a41_0x5f4c86,_0x53fa76={'ZaHyL':_0x5028a1(0xa0),'fZAkG':function(_0x37f977,_0x244300,_0x708ec3){return _0x37f977(_0x244300,_0x708ec3);},'eKlNn':'project','xzAmf':_0x5028a1(0xd3),'wQRmO':_0x5028a1(0xb7),'ilhXc':function(_0x3575ac,_0x44c879){return _0x3575ac(_0x44c879);},'Aqybh':function(_0x42854b,_0x6a25df){return _0x42854b===_0x6a25df;},'RKkee':_0x5028a1(0xdb),'juSGc':_0x5028a1(0x108),'iMXsF':function(_0x35ceb9,_0x3da7d4){return _0x35ceb9(_0x3da7d4);},'swMdq':function(_0x438ad7,_0x4bbbd8){return _0x438ad7+_0x4bbbd8;},'psuCC':_0x5028a1(0x117),'BZsZn':function(_0x320f90){return _0x320f90();},'TisNu':function(_0x1bda96,_0x47040b,_0x6ea94a){return _0x1bda96(_0x47040b,_0x6ea94a);},'PrWpg':_0x5028a1(0xeb)},_0xe014f4=this;return _0x53fa76[_0x5028a1(0xbb)](o11yErrorHandler,async function _0x28376a(_0x4e051a,_0x2a7b79,_0x34d1a7=null){const _0x2ef841=_0x5028a1;let _0x59cb38=_0x4e051a[_0x2ef841(0x133)];const _0x57309b=_0x4e051a[_0x2ef841(0xe2)]();let _0xa57149=null,_0x358f5d=null,_0x159acf=null,_0x328406=_0x53fa76[_0x2ef841(0x127)];if(_0x4e051a[_0x2ef841(0x118)][_0x2ef841(0xdc)]()||global[_0x2ef841(0x106)]){const _0x444c28=_0x4e051a[_0x2ef841(0x123)][_0x2ef841(0x115)]||_0x53fa76['fZAkG'](nestedKeyValue,_0x2a7b79,[_0x53fa76[_0x2ef841(0xc3)],_0x53fa76[_0x2ef841(0xab)],_0x53fa76['wQRmO']]),_0x3d8042=_0x34d1a7||_0x444c28&&_0x444c28['wsEndpoint'];_0x3d8042&&(_0x328406=_0x53fa76[_0x2ef841(0x129)](getCloudProviderFromWsEndpoint,_0x3d8042),_0x53fa76[_0x2ef841(0x11f)](_0x328406,_0x53fa76['RKkee'])&&(_0x159acf=_0x53fa76[_0x2ef841(0x125)],_0x59cb38=_0x53fa76['iMXsF'](getBrowserFromWSEndpoint,_0x3d8042)||_0x59cb38,_0xa57149=_0xe014f4[_0x2ef841(0xc6)]['platform'],_0x358f5d=_0xe014f4[_0x2ef841(0xc6)][_0x2ef841(0xa6)]));}else{_0x2a7b79&&_0x2a7b79[_0x2ef841(0x13d)][_0x2ef841(0xd3)][_0x2ef841(0x10e)]?_0x59cb38=_0x53fa76[_0x2ef841(0xba)](getBrowserNameFromChannel,_0x2a7b79['project']['use'][_0x2ef841(0x10e)]):_0x59cb38=_0x53fa76[_0x2ef841(0xf4)](_0x53fa76['psuCC'],_0x59cb38[_0x2ef841(0xe4)]());const _0x3216d5=await _0x53fa76[_0x2ef841(0xe8)](getPlatformDetails);_0xa57149=_0x3216d5[_0x2ef841(0xcc)],_0x358f5d=_0x3216d5[_0x2ef841(0xd5)];}const _0x354bf4={};_0x354bf4[_0x2ef841(0xb2)]=_0x59cb38,_0x354bf4[_0x2ef841(0x13b)]=_0x57309b,_0x354bf4[_0x2ef841(0xa4)]={},_0x354bf4[_0x2ef841(0xb6)]=_0xa57149,_0x354bf4[_0x2ef841(0xa6)]=_0x358f5d,_0x354bf4['product']=_0x159acf;const _0x4f47b3=_0x354bf4,_0x4b8c28={};_0x4b8c28[_0x2ef841(0xf0)]=_0x328406,_0xe014f4[_0x2ef841(0xc6)]=Object[_0x2ef841(0x132)]({},_0xe014f4['currentSessionDetails'],_0x4b8c28,_0x4f47b3);},_0x53fa76['PrWpg'])(_0x1981de,_0x57da12,_0x83b593);}static[a41_0x5f4c86(0xaf)](){const _0x2028c6=a41_0x5f4c86;this[_0x2028c6(0xe9)](),this[_0x2028c6(0xa1)]();}static['patchConnection'](){const _0x3af3bb=a41_0x5f4c86,_0x19cfdc={'RoIPX':function(_0x36d387,_0x38f390,_0x2a4eab){return _0x36d387(_0x38f390,_0x2a4eab);},'kTQXL':_0x3af3bb(0xdf),'CVtRr':_0x3af3bb(0xd1),'ATJDg':_0x3af3bb(0xb8),'TtCkg':function(_0x372e2a,_0x4e1fda,_0x1dcf09){return _0x372e2a(_0x4e1fda,_0x1dcf09);},'hwyAl':function(_0x4f91cb,_0x5e765d,_0x2ee2bd){return _0x4f91cb(_0x5e765d,_0x2ee2bd);},'NSinP':_0x3af3bb(0x130),'Efdad':_0x3af3bb(0x12a),'RlxgN':function(_0x5d6906,_0x3126b0){return _0x5d6906===_0x3126b0;},'aBZAM':_0x3af3bb(0x102),'uBkmY':function(_0x4b1ad6,_0x21d943,_0x142f58,_0x32dffa){return _0x4b1ad6(_0x21d943,_0x142f58,_0x32dffa);},'iHoAe':function(_0x4d1feb,_0x4c04ef){return _0x4d1feb(_0x4c04ef);},'Tuach':'lib','iYOEG':'client','wROqG':_0x3af3bb(0xc8),'iqVld':_0x3af3bb(0xaa),'hrvkD':function(_0x37ea6b,_0x1c1098){return _0x37ea6b(_0x1c1098);},'oQtQf':function(_0x31e96f,_0x8fcd47){return _0x31e96f!=_0x8fcd47;},'glpee':function(_0x30011c){return _0x30011c();},'zzLeO':_0x3af3bb(0xd7),'SlOSc':function(_0x46934c,_0x40d62e){return _0x46934c(_0x40d62e);},'RlgOQ':_0x3af3bb(0xac)},_0x15fa5a=this;if(!this[_0x3af3bb(0x10f)])try{const _0x9cf9ba=path['join'](_0x19cfdc[_0x3af3bb(0x10c)],_0x19cfdc[_0x3af3bb(0xee)],_0x19cfdc[_0x3af3bb(0xdd)]),_0x458878=_0x19cfdc[_0x3af3bb(0xad)](importFileFromPWCore,_0x9cf9ba);!_0x458878?_0x19cfdc[_0x3af3bb(0xad)](debug,_0x19cfdc['iqVld']):this[_0x3af3bb(0x10f)]=_0x458878[_0x3af3bb(0x10f)];}catch(_0x263421){_0x19cfdc['hrvkD'](debug,_0x3af3bb(0xea)+_0x263421[_0x3af3bb(0xc9)]());}const _0x285554=this[_0x3af3bb(0x10f)];try{if(_0x19cfdc[_0x3af3bb(0xe7)](_0x285554,null)){const _0x4cd10b=_0x285554[_0x3af3bb(0x107)][_0x3af3bb(0xac)],_0x284a20=_0x285554['prototype']['sendMessageToServer'];_0x19cfdc['glpee'](isAccessibilityAutomationSession)&&Object[_0x3af3bb(0x134)](_0x285554[_0x3af3bb(0x107)],_0x19cfdc[_0x3af3bb(0x13c)],{'get':function(){return async function(){const _0xec8496=a41_0x30e1;try{if(!global['bstackPerformA11yScan']&&global['accessibilityPlatform']&&_0x19cfdc[_0xec8496(0x12e)](nestedKeyValue,global['__workerDetails'],[_0x19cfdc['kTQXL'],_0x19cfdc[_0xec8496(0xda)],_0x19cfdc['ATJDg']])&&_0x19cfdc['TtCkg'](shouldScanTestForAccessibility,global[_0xec8496(0x130)][_0xec8496(0xdf)][_0xec8496(0xd1)]['titlePath'],!![])&&scripts['shouldWrapCommand'](arguments[0x1])){logger['debug'](_0xec8496(0xc0)+arguments[0x1]),global['bstackPerformA11yScan']=!![];const _0x52a72e=_0x19cfdc[_0xec8496(0x10d)](nestedKeyValue,global,[_0x19cfdc[_0xec8496(0x120)],_0x19cfdc[_0xec8496(0x13e)]]),_0x5e1194={};_0x5e1194['method']=arguments[0x1],_0x52a72e&&logger[_0xec8496(0xfa)](util[_0xec8496(0xf9)](await AccessibilityHelper[_0xec8496(0xd8)](_0x52a72e,_0x5e1194)));if(_0x19cfdc[_0xec8496(0xb0)](arguments[0x0][_0xec8496(0xa3)],_0x19cfdc[_0xec8496(0x128)])&&global[_0xec8496(0x11b)]){const _0x3ab73e={};_0x3ab73e[_0xec8496(0x104)]=arguments[0x1],await _0x19cfdc[_0xec8496(0x121)](browserStackExecuteDriver,global[_0xec8496(0x11b)],scripts[_0xec8496(0xd8)],_0x3ab73e);}}}catch(_0x4cd65a){logger[_0xec8496(0xfa)](_0xec8496(0xd6)+util[_0xec8496(0xf9)](_0x4cd65a));}return global[_0xec8496(0xc2)]=![],_0x284a20[_0xec8496(0xca)](this,arguments);};}}),!_0x19cfdc[_0x3af3bb(0xb5)](isFalse,process['env'][_0x3af3bb(0x111)])&&Object['defineProperty'](_0x285554[_0x3af3bb(0x107)],_0x19cfdc[_0x3af3bb(0x137)],{'get':function(){return function _0x1ed61c(_0x388cc6){const _0x31bcf1=a41_0x30e1,_0x10693c=_0x388cc6&&_0x388cc6[_0x31bcf1(0x109)]&&_0x388cc6[_0x31bcf1(0x109)][_0x31bcf1(0xe3)];if(_0x10693c){const _0x545b91=_0x10693c['sessionId'],_0x5a55ee=_0x10693c[_0x31bcf1(0xb1)];_0x5a55ee&&(_0x19cfdc[_0x31bcf1(0xad)](debug,_0x31bcf1(0x12b)+_0x5a55ee[_0x31bcf1(0xc9)]()),_0x15fa5a[_0x31bcf1(0xc6)][_0x31bcf1(0xb6)]=_0x5a55ee[_0x31bcf1(0xcc)],_0x15fa5a[_0x31bcf1(0xc6)][_0x31bcf1(0xa6)]=_0x5a55ee['platformVersion']),_0x545b91&&(_0x19cfdc[_0x31bcf1(0xad)](debug,_0x31bcf1(0x101)+_0x545b91),_0x15fa5a[_0x31bcf1(0xc6)][_0x31bcf1(0xd0)]=_0x545b91);}return _0x4cd10b[_0x31bcf1(0xca)](this,arguments);};}});}}catch(_0x54b7d6){_0x19cfdc[_0x3af3bb(0xad)](debug,_0x3af3bb(0x11e)+_0x54b7d6),_0x15fa5a['sessionError']=_0x54b7d6[_0x3af3bb(0xc9)]();}}static[a41_0x5f4c86(0xa1)](){const _0xd612e4=a41_0x5f4c86,_0x14b290={'FEhHR':function(_0x293713,_0x16eb27){return _0x293713(_0x16eb27);},'hnTNA':function(_0x5de08e,_0x2d9fdd){return _0x5de08e(_0x2d9fdd);},'jPUFD':function(_0x36ecc1){return _0x36ecc1();},'xSsRu':_0xd612e4(0x11d),'TKZCT':_0xd612e4(0xb9),'HqjKd':_0xd612e4(0x136),'oeBvY':'crConnection.js','LlokL':function(_0xbe356c,_0x5e8565){return _0xbe356c(_0x5e8565);},'uViVX':function(_0x59e8cf,_0x1f9972){return _0x59e8cf(_0x1f9972);},'qlEjZ':'Not\x20able\x20to\x20import\x20crConnection','jsTuB':function(_0x1ed56b,_0x2e4890){return _0x1ed56b(_0x2e4890);},'YZvAM':_0xd612e4(0x11a),'mabrm':function(_0x4b4ca4,_0x170e88){return _0x4b4ca4!=_0x170e88;},'HNTvF':'_onMessage','ruSoO':function(_0x193ae5,_0x135c36){return _0x193ae5(_0x135c36);}},_0x333b1e=this;if(_0x14b290[_0xd612e4(0xbc)](isAccessibilityAutomationSession)){let _0x21f5ba=null;try{const _0xe8bf0a=path[_0xd612e4(0xbd)](_0x14b290[_0xd612e4(0xe1)],_0x14b290[_0xd612e4(0xc1)],_0x14b290[_0xd612e4(0xf8)],_0x14b290[_0xd612e4(0x122)]),_0x2135f7=_0x14b290[_0xd612e4(0xa5)](importFileFromPWCore,_0xe8bf0a);!_0x2135f7?_0x14b290[_0xd612e4(0xf3)](debug,_0x14b290[_0xd612e4(0x12f)]):_0x21f5ba=_0x2135f7[_0xd612e4(0xcf)];}catch(_0x36a3d5){_0x14b290['jsTuB'](debug,_0x14b290[_0xd612e4(0xa8)]);}try{if(_0x14b290[_0xd612e4(0xcb)](_0x21f5ba,null)){const _0x5452c7=_0x21f5ba[_0xd612e4(0x107)]['_onMessage'];Object[_0xd612e4(0x134)](_0x21f5ba[_0xd612e4(0x107)],_0x14b290['HNTvF'],{'get':function(){const _0x5b6208={'KGitk':function(_0x2245b1,_0x102a4a){const _0x32b049=a41_0x30e1;return _0x14b290[_0x32b049(0xff)](_0x2245b1,_0x102a4a);},'cTMuD':function(_0x20cc50,_0x476d9b){const _0x25d835=a41_0x30e1;return _0x14b290[_0x25d835(0x10b)](_0x20cc50,_0x476d9b);},'AnUTE':function(_0x690eb,_0x49af51){return _0x14b290['FEhHR'](_0x690eb,_0x49af51);}};return function _0x49a1f2(_0x359b6f){const _0x5543bd=a41_0x30e1;try{const _0x7e45df=_0x359b6f[_0x5543bd(0xf1)];if(_0x7e45df){delete _0x359b6f[_0x5543bd(0xf1)];const _0x44ca25=_0x7e45df[_0x5543bd(0xae)],_0x13990c=_0x7e45df[_0x5543bd(0xb1)];_0x13990c&&(_0x5b6208['KGitk'](debug,_0x5543bd(0x10a)+_0x13990c[_0x5543bd(0xc9)]()),_0x333b1e[_0x5543bd(0xc6)][_0x5543bd(0xb6)]=_0x13990c[_0x5543bd(0xcc)],_0x333b1e['currentSessionDetails']['platform_version']=_0x13990c['platformVersion']),_0x44ca25&&(_0x5b6208[_0x5543bd(0x131)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x44ca25),_0x333b1e[_0x5543bd(0xc6)][_0x5543bd(0xd0)]=_0x44ca25);}}catch(_0x18b669){_0x5b6208[_0x5543bd(0xf2)](debug,_0x5543bd(0x139)+_0x18b669[_0x5543bd(0xc9)]());}return _0x5452c7[_0x5543bd(0xca)](this,arguments);};}});}}catch(_0x35ba01){_0x14b290[_0xd612e4(0x105)](debug,_0xd612e4(0x12d)+_0x35ba01),_0x333b1e[_0xd612e4(0xe5)]=_0x35ba01['toString']();}}}static['getDetails'](){return this['currentSessionDetails'];}}module[a41_0x5f4c86(0xbf)]=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a42_0x1a03e8=a42_0x4d35;(function(_0x38b941,_0x317e0e){const _0x44f43e=a42_0x4d35,_0x2c0869=_0x38b941();while(!![]){try{const _0x1e4d1b=-parseInt(_0x44f43e(0x223))/0x1*(parseInt(_0x44f43e(0x209))/0x2)+-parseInt(_0x44f43e(0x1d5))/0x3+parseInt(_0x44f43e(0x1f5))/0x4*(parseInt(_0x44f43e(0x218))/0x5)+-parseInt(_0x44f43e(0x1e8))/0x6+parseInt(_0x44f43e(0x1d7))/0x7*(parseInt(_0x44f43e(0x200))/0x8)+-parseInt(_0x44f43e(0x1d8))/0x9*(-parseInt(_0x44f43e(0x1e1))/0xa)+parseInt(_0x44f43e(0x236))/0xb;if(_0x1e4d1b===_0x317e0e)break;else _0x2c0869['push'](_0x2c0869['shift']());}catch(_0x2236bd){_0x2c0869['push'](_0x2c0869['shift']());}}}(a42_0x11d6,0x93c8b));const fs=require('fs'),path=require(a42_0x1a03e8(0x1e2)),util=require(a42_0x1a03e8(0x1f1)),{performance}=require('perf_hooks'),{requireModule}=require(a42_0x1a03e8(0x1f7)),helper=require('../helpers/helper'),runIntegrations=require('./integrations/command'),captureError=async(_0x4290ec,_0x57b1fc,_0x141e6c=null)=>{const _0x340d81=a42_0x1a03e8,_0x4fd12d={'XSszj':function(_0x1277bd,_0x3d2c8a,_0x4513d5){return _0x1277bd(_0x3d2c8a,_0x4513d5);},'NiGpj':_0x340d81(0x1ef)};try{await _0x4fd12d['XSszj'](_0x4290ec,_0x57b1fc,_0x141e6c);}catch(_0x1ecc37){process['exitCode']=0x1,logger[_0x340d81(0x201)](util[_0x340d81(0x204)](_0x1ecc37));const _0x4ce7c7={};_0x4ce7c7[_0x340d81(0x21f)]=_0x1ecc37[_0x340d81(0x219)];const _0xe55a3b=_0x4ce7c7;if(helper[_0x340d81(0x1f4)](global[_0x340d81(0x1d3)])&&helper['isUndefined'](global[_0x340d81(0x1eb)]))return;try{helper[_0x340d81(0x20e)](_0x4fd12d[_0x340d81(0x20c)],_0xe55a3b,global[_0x340d81(0x1d3)],global[_0x340d81(0x1eb)]);}catch(_0x162f86){logger[_0x340d81(0x1f8)](_0x340d81(0x207)+_0x162f86);}}};try{const browserstackFolderPath=path[a42_0x1a03e8(0x220)](helper[a42_0x1a03e8(0x202)](),a42_0x1a03e8(0x1e4));if(fs[a42_0x1a03e8(0x1d0)](browserstackFolderPath)){const filePath=path[a42_0x1a03e8(0x220)](browserstackFolderPath,a42_0x1a03e8(0x227));fs[a42_0x1a03e8(0x1d0)](filePath)&&fs[a42_0x1a03e8(0x1e6)](filePath);}}catch(a42_0x2c36ac){logger[a42_0x1a03e8(0x1f8)](a42_0x1a03e8(0x1d6)+a42_0x2c36ac['message']);}process['argv'][a42_0x1a03e8(0x205)](a42_0x1a03e8(0x208))&&(!process[a42_0x1a03e8(0x1fb)][a42_0x1a03e8(0x205)]('--opts')&&process['argv'][a42_0x1a03e8(0x221)](a42_0x1a03e8(0x1f9)),!process[a42_0x1a03e8(0x1fb)][a42_0x1a03e8(0x205)](a42_0x1a03e8(0x1dd))&&process[a42_0x1a03e8(0x1fb)]['push'](a42_0x1a03e8(0x22f)),!process[a42_0x1a03e8(0x1fb)]['includes']('--package')&&process[a42_0x1a03e8(0x1fb)][a42_0x1a03e8(0x221)]('--no-package'));const yargs=require(a42_0x1a03e8(0x1e9)),Constants=require(a42_0x1a03e8(0x21c)),PerformanceTester=require(a42_0x1a03e8(0x1ec)),logger=require(a42_0x1a03e8(0x1db))[a42_0x1a03e8(0x1d4)];PerformanceTester['startMonitoring'](),performance[a42_0x1a03e8(0x1ff)](a42_0x1a03e8(0x213));function a42_0x11d6(){const _0x230070=['--config','oPuIY','cNszq','DUJPJ','7477510bVozRf','path','HmVpj','.browserstack','KFPcJ','unlinkSync','command','2554008lNhpsn','yargs','HST','framework','../helpers/performance-tester','setTestObservabilityDisable','node','SDKTestSuccessful','GFXWp','util','SryAW','handler','isUndefined','508404aHZygH','HELP','../helpers/helper','debug','--no-opts','help','argv','alias','INTEGRATIONS','./jest/command','mark','42240JaKlyP','error','homedir','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','format','includes','ats','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','mocha','668XrVSEw','setBrowserStackAutomationDisable','nightwatch','NiGpj','xnczB','fireFunnelTestEvent','describe','rxpba','Byvkh','Parsing\x20command\x20line\x20arguements','sdk:setup-start','wrap','TMnvO','../../ats/src/index','showHelpOnFail','30slOXzq','message','RWARF','mocha/lib/cli/cli.js','./utils/constants','slice','./cucumber-js/command','globalException','join','push','nzEYY','3205vFDpXB','PIUdX','JEST','RuUOK','.local-not-set.json','integrations','./playwright/command','xTTyz','MOCHA','PLAYWRIGHT','hUJOW','CUCUMBER','--no-config','./mocha/command','VANILLA','INFO','mocha/lib/cli/run.js','fXKAS','YHGpa','12300629hBqpGC','NIGHTWATCH','LPovj','opHfZ','parserConfiguration','CODECEPTJS','existsSync','rrths','DNHYG','config','winstonLogger','2848605xjeaKd','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','560BZJBgL','9jFaDCk','dJUdu','demandCommand','../helpers/logger','./codeceptjs/command'];a42_0x11d6=function(){return _0x230070;};return a42_0x11d6();}const a42_0x40233e={};a42_0x40233e['dot-notation']=![];function a42_0x4d35(_0x388663,_0x2fdfa1){const _0x11d6cc=a42_0x11d6();return a42_0x4d35=function(_0x4d3515,_0xa71eba){_0x4d3515=_0x4d3515-0x1cd;let _0x4f982a=_0x11d6cc[_0x4d3515];return _0x4f982a;},a42_0x4d35(_0x388663,_0x2fdfa1);}const argv=yargs[a42_0x1a03e8(0x1ce)](a42_0x40233e)['usage']('usage:\x20$0\x20<command>\x20[args]')['alias']('v','version')[a42_0x1a03e8(0x20f)]('v')[a42_0x1a03e8(0x1fc)]('h',a42_0x1a03e8(0x1fa))[a42_0x1a03e8(0x1fa)](a42_0x1a03e8(0x1fa))[a42_0x1a03e8(0x217)](!![],Constants['VERSION'][a42_0x1a03e8(0x1f6)])[a42_0x1a03e8(0x1e7)]('jest',Constants[a42_0x1a03e8(0x225)][a42_0x1a03e8(0x232)],function(_0x10cb79){const _0x4c2df5=a42_0x1a03e8,_0xd4f49={'fXKAS':function(_0x486b98,_0x2b7439,_0x2f9999,_0x1c6021){return _0x486b98(_0x2b7439,_0x2f9999,_0x1c6021);},'GFXWp':function(_0x56409e,_0x14a7f4){return _0x56409e(_0x14a7f4);},'YHGpa':_0x4c2df5(0x1fe)};helper[_0x4c2df5(0x1ed)](),helper[_0x4c2df5(0x20a)]();const _0x309b1a=process[_0x4c2df5(0x1fb)][_0x4c2df5(0x21d)](0x2);return _0xd4f49[_0x4c2df5(0x234)](captureError,_0xd4f49[_0x4c2df5(0x1f0)](require,_0xd4f49[_0x4c2df5(0x235)]),_0x10cb79[_0x4c2df5(0x1fb)],_0x309b1a);})[a42_0x1a03e8(0x1e7)](a42_0x1a03e8(0x208),Constants[a42_0x1a03e8(0x22b)][a42_0x1a03e8(0x232)],_0x2c3274=>{const _0x545c02=a42_0x1a03e8,_0x3a9843={'cNszq':function(_0x390a84,_0x44c88d,_0x57e59c){return _0x390a84(_0x44c88d,_0x57e59c);},'DUJPJ':function(_0xd5a3f5,_0x234876){return _0xd5a3f5(_0x234876);},'xTTyz':_0x545c02(0x230),'hUJOW':_0x545c02(0x212),'SryAW':_0x545c02(0x233),'opHfZ':function(_0x5d97c2,_0x43ed14){return _0x5d97c2(_0x43ed14);},'UYQuu':'mocha/lib/cli/commands.js','zxBEU':_0x545c02(0x21b),'uUoWn':function(_0x16d8dd){return _0x16d8dd();}};logger['debug'](_0x3a9843[_0x545c02(0x22d)]);const _0x4a933e=_0x3a9843[_0x545c02(0x1e0)](requireModule,_0x3a9843[_0x545c02(0x1f2)]),_0x552871=_0x3a9843[_0x545c02(0x1cd)](requireModule,_0x3a9843['UYQuu']);process[_0x545c02(0x1fb)]=process['argv'][_0x545c02(0x21d)](0x1),delete _0x4a933e[_0x545c02(0x1f3)],_0x4a933e['handler']=function(_0xb3f4e2){const _0x1f7705=_0x545c02;return _0x3a9843[_0x1f7705(0x1df)](captureError,_0x3a9843[_0x1f7705(0x1e0)](require,_0x3a9843[_0x1f7705(0x22a)]),_0xb3f4e2);},_0x552871['run']=_0x4a933e;const {main:_0x286061}=_0x3a9843[_0x545c02(0x1cd)](requireModule,_0x3a9843['zxBEU']);_0x3a9843['uUoWn'](_0x286061);})[a42_0x1a03e8(0x1e7)]('cucumber-js',Constants[a42_0x1a03e8(0x22e)][a42_0x1a03e8(0x232)],function(_0x1dedc8){const _0x49f1cf=a42_0x1a03e8,_0x2a561a={'QVWiT':function(_0x13ad45,_0x20ccb0,_0x44c0bc,_0x21d0b1){return _0x13ad45(_0x20ccb0,_0x44c0bc,_0x21d0b1);},'RuUOK':function(_0x60aae9,_0x560757){return _0x60aae9(_0x560757);},'dJUdu':_0x49f1cf(0x21e)},_0x38b43b=process['argv']['slice'](0x2);return _0x2a561a['QVWiT'](captureError,_0x2a561a[_0x49f1cf(0x226)](require,_0x2a561a[_0x49f1cf(0x1d9)]),_0x1dedc8[_0x49f1cf(0x1fb)],_0x38b43b);})['command'](a42_0x1a03e8(0x1ee),Constants[a42_0x1a03e8(0x231)][a42_0x1a03e8(0x232)],function(_0x4ae944){const _0x5bc434=a42_0x1a03e8,_0x11f6a1={'oPuIY':function(_0xcb2136,_0xb712b8,_0x67248b,_0x29ed0f){return _0xcb2136(_0xb712b8,_0x67248b,_0x29ed0f);},'Byvkh':function(_0x2cb883,_0x4f2bbd){return _0x2cb883(_0x4f2bbd);},'HmVpj':'./vanilla-js/command'},_0xf8d47b=process[_0x5bc434(0x1fb)][_0x5bc434(0x21d)](0x2);return _0x11f6a1[_0x5bc434(0x1de)](captureError,_0x11f6a1[_0x5bc434(0x211)](require,_0x11f6a1[_0x5bc434(0x1e3)]),_0x4ae944[_0x5bc434(0x1fb)],_0xf8d47b);})['command'](a42_0x1a03e8(0x20b),Constants[a42_0x1a03e8(0x237)]['INFO'],function(_0x333d97){const _0x11e529=a42_0x1a03e8,_0x1154eb={'rrths':function(_0x1e9621,_0x598ca3,_0x1e9d6b,_0x51f5e2){return _0x1e9621(_0x598ca3,_0x1e9d6b,_0x51f5e2);},'LPovj':function(_0x142478,_0x284933){return _0x142478(_0x284933);},'rxpba':'./nightwatch/command'},_0x130dbf=process['argv'][_0x11e529(0x21d)](0x2);return _0x1154eb[_0x11e529(0x1d1)](captureError,_0x1154eb[_0x11e529(0x238)](require,_0x1154eb[_0x11e529(0x210)]),_0x333d97['argv'],_0x130dbf);})[a42_0x1a03e8(0x1e7)]('codeceptjs',Constants[a42_0x1a03e8(0x1cf)][a42_0x1a03e8(0x232)],function(_0x1acfde){const _0x30b2fd=a42_0x1a03e8,_0x1682ce={'KFPcJ':function(_0x46c343,_0x20a817,_0x50decb,_0x2092a1){return _0x46c343(_0x20a817,_0x50decb,_0x2092a1);},'PIUdX':function(_0x127920,_0x2e5dd4){return _0x127920(_0x2e5dd4);},'TMnvO':_0x30b2fd(0x1dc)},_0x2db3a0=process[_0x30b2fd(0x1fb)]['slice'](0x2);return _0x1682ce[_0x30b2fd(0x1e5)](captureError,_0x1682ce[_0x30b2fd(0x224)](require,_0x1682ce[_0x30b2fd(0x215)]),_0x1acfde[_0x30b2fd(0x1fb)],_0x2db3a0);})[a42_0x1a03e8(0x1e7)](a42_0x1a03e8(0x206),Constants[a42_0x1a03e8(0x1ea)][a42_0x1a03e8(0x232)],function(_0x21117d){const _0x9921fe=a42_0x1a03e8,_0x4d5d56={'vqiqx':function(_0x398b61,_0x39f4de,_0x3892cf){return _0x398b61(_0x39f4de,_0x3892cf);},'xnczB':function(_0x36244a,_0x10a677){return _0x36244a(_0x10a677);},'OdFub':_0x9921fe(0x216)},_0x361646=process[_0x9921fe(0x1fb)]['slice'](0x2);return _0x4d5d56['vqiqx'](captureError,_0x4d5d56[_0x9921fe(0x20d)](require,_0x4d5d56['OdFub']),_0x21117d);})[a42_0x1a03e8(0x1e7)](a42_0x1a03e8(0x228),Constants[a42_0x1a03e8(0x1fd)][a42_0x1a03e8(0x232)],function(_0x4b8673){const _0x212aaf=a42_0x1a03e8,_0x101abb={'nzEYY':function(_0x351b46,_0x221ca3){return _0x351b46(_0x221ca3);}};return _0x101abb[_0x212aaf(0x222)](runIntegrations,_0x4b8673);})[a42_0x1a03e8(0x1e7)]('playwright',Constants[a42_0x1a03e8(0x22c)][a42_0x1a03e8(0x232)],function(_0x311f6d){const _0x1958cf=a42_0x1a03e8,_0x50a2db={'RWARF':function(_0x11d1d8,_0x179b92,_0x5e71f4,_0x118305){return _0x11d1d8(_0x179b92,_0x5e71f4,_0x118305);},'MkpQC':function(_0x291983,_0x59c7bc){return _0x291983(_0x59c7bc);},'DNHYG':_0x1958cf(0x229)},_0x16ce62=process['argv'][_0x1958cf(0x21d)](0x2);return _0x50a2db[_0x1958cf(0x21a)](captureError,_0x50a2db['MkpQC'](require,_0x50a2db[_0x1958cf(0x1d2)]),_0x311f6d[_0x1958cf(0x1fb)],_0x16ce62);})[a42_0x1a03e8(0x1da)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a42_0x1a03e8(0x214)](null)[a42_0x1a03e8(0x1fb)];!helper[a42_0x1a03e8(0x1f4)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x1a03e8(0x206)&&console[a42_0x1a03e8(0x201)](a42_0x1a03e8(0x203));
2
+ 'use strict';const a42_0x2742f8=a42_0x5ba2;(function(_0x3e9f09,_0x2779be){const _0x64b88f=a42_0x5ba2,_0x44597f=_0x3e9f09();while(!![]){try{const _0x90aed9=-parseInt(_0x64b88f(0x1c4))/0x1*(parseInt(_0x64b88f(0x1c7))/0x2)+parseInt(_0x64b88f(0x1c5))/0x3+-parseInt(_0x64b88f(0x1c1))/0x4+-parseInt(_0x64b88f(0x1fc))/0x5*(parseInt(_0x64b88f(0x1c6))/0x6)+-parseInt(_0x64b88f(0x1e6))/0x7*(-parseInt(_0x64b88f(0x1df))/0x8)+parseInt(_0x64b88f(0x1ff))/0x9*(-parseInt(_0x64b88f(0x1da))/0xa)+parseInt(_0x64b88f(0x1d0))/0xb;if(_0x90aed9===_0x2779be)break;else _0x44597f['push'](_0x44597f['shift']());}catch(_0x20cd27){_0x44597f['push'](_0x44597f['shift']());}}}(a42_0x117a,0x894e0));function a42_0x5ba2(_0x39c8a1,_0x55869e){const _0x117a59=a42_0x117a();return a42_0x5ba2=function(_0x5ba291,_0x23712a){_0x5ba291=_0x5ba291-0x195;let _0x4f5480=_0x117a59[_0x5ba291];return _0x4f5480;},a42_0x5ba2(_0x39c8a1,_0x55869e);}const fs=require('fs'),path=require(a42_0x2742f8(0x1dc)),util=require(a42_0x2742f8(0x1f9)),{performance}=require(a42_0x2742f8(0x200)),{requireModule}=require('../helpers/helper'),helper=require(a42_0x2742f8(0x1b5)),runIntegrations=require('./integrations/command'),captureError=async(_0x3222cb,_0x24185e,_0x9f5259=null)=>{const _0x2ede7f=a42_0x2742f8,_0x2c0b18={'zumRi':function(_0x3b66e7,_0x2b6b3f,_0x2a2a50){return _0x3b66e7(_0x2b6b3f,_0x2a2a50);},'iewKa':'SDKTestSuccessful'};try{await _0x2c0b18[_0x2ede7f(0x1e5)](_0x3222cb,_0x24185e,_0x9f5259);}catch(_0x4d6c5a){process[_0x2ede7f(0x1a8)]=0x1,logger[_0x2ede7f(0x195)](util[_0x2ede7f(0x1a3)](_0x4d6c5a));const _0x5e8c53={};_0x5e8c53[_0x2ede7f(0x1c2)]=_0x4d6c5a[_0x2ede7f(0x1d1)];const _0x168261=_0x5e8c53;if(helper[_0x2ede7f(0x1b6)](global['config'])&&helper[_0x2ede7f(0x1b6)](global[_0x2ede7f(0x1ca)]))return;try{helper[_0x2ede7f(0x197)](_0x2c0b18[_0x2ede7f(0x1ac)],_0x168261,global[_0x2ede7f(0x1a4)],global[_0x2ede7f(0x1ca)]);}catch(_0x4abae7){logger['debug'](_0x2ede7f(0x1e3)+_0x4abae7);}}};try{const browserstackFolderPath=path[a42_0x2742f8(0x1fe)](helper[a42_0x2742f8(0x1e8)](),'.browserstack');if(fs[a42_0x2742f8(0x19e)](browserstackFolderPath)){const filePath=path[a42_0x2742f8(0x1fe)](browserstackFolderPath,a42_0x2742f8(0x1db));fs[a42_0x2742f8(0x19e)](filePath)&&fs[a42_0x2742f8(0x1fd)](filePath);}}catch(a42_0x13251e){logger[a42_0x2742f8(0x1eb)](a42_0x2742f8(0x1f0)+a42_0x13251e[a42_0x2742f8(0x1d1)]);}process['argv']['includes'](a42_0x2742f8(0x1be))&&(!process['argv']['includes'](a42_0x2742f8(0x1cc))&&process[a42_0x2742f8(0x1ce)][a42_0x2742f8(0x1b8)](a42_0x2742f8(0x1b4)),!process[a42_0x2742f8(0x1ce)][a42_0x2742f8(0x1f3)](a42_0x2742f8(0x1e1))&&process[a42_0x2742f8(0x1ce)][a42_0x2742f8(0x1b8)](a42_0x2742f8(0x1d8)),!process[a42_0x2742f8(0x1ce)][a42_0x2742f8(0x1f3)](a42_0x2742f8(0x1cb))&&process[a42_0x2742f8(0x1ce)][a42_0x2742f8(0x1b8)](a42_0x2742f8(0x1d2)));const yargs=require(a42_0x2742f8(0x1f4)),Constants=require(a42_0x2742f8(0x1b7)),PerformanceTester=require(a42_0x2742f8(0x1c8)),logger=require(a42_0x2742f8(0x1a9))['winstonLogger'];PerformanceTester['startMonitoring'](),performance[a42_0x2742f8(0x1ad)](a42_0x2742f8(0x1a1));const a42_0x2201f7={};function a42_0x117a(){const _0x1e526b=['iewKa','mark','../../ats/src/index','./mocha/command','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','demandCommand','CcOiI','Parsing\x20command\x20line\x20arguements','--no-opts','../helpers/helper','isUndefined','./utils/constants','push','codeceptjs','UwdBV','HST','setBrowserStackAutomationDisable','slice','mocha','playwright','hDpSO','3241248WVnbUn','globalException','PIfxi','1zobtlg','937338wMmScb','3658686KPqUBJ','1945388jsQUoi','../helpers/performance-tester','./codeceptjs/command','framework','--package','--opts','usage','argv','handler','30704806BrzxrS','message','--no-package','VANILLA','dxyKZ','./vanilla-js/command','usage:\x20$0\x20<command>\x20[args]','Xmine','--no-config','VWHRz','100WIMgsJ','.local-not-set.json','path','dot-notation','mocha/lib/cli/run.js','120XZHAvu','help','--config','fAngL','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','tyykp','zumRi','122983iKMign','cMcbC','homedir','aFaOI','cucumber-js','debug','AGyko','yxTJC','./cucumber-js/command','lWsff','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','./jest/command','NIGHTWATCH','includes','yargs','TwUEO','PLAYWRIGHT','nightwatch','CUCUMBER','util','URChx','JEST','5NUUwaR','unlinkSync','join','370926KuReet','perf_hooks','mocha/lib/cli/cli.js','INFO','tvqaZ','error','INTEGRATIONS','fireFunnelTestEvent','FCLqD','HELP','bMHMS','MOCHA','jest','VERSION','existsSync','command','showHelpOnFail','sdk:setup-start','UbpoO','format','config','alias','version','BMUAX','exitCode','../helpers/logger','CODECEPTJS','wrap'];a42_0x117a=function(){return _0x1e526b;};return a42_0x117a();}a42_0x2201f7[a42_0x2742f8(0x1dd)]=![];const argv=yargs['parserConfiguration'](a42_0x2201f7)[a42_0x2742f8(0x1cd)](a42_0x2742f8(0x1d6))[a42_0x2742f8(0x1a5)]('v',a42_0x2742f8(0x1a6))['describe']('v')[a42_0x2742f8(0x1a5)]('h',a42_0x2742f8(0x1e0))[a42_0x2742f8(0x1e0)](a42_0x2742f8(0x1e0))[a42_0x2742f8(0x1a0)](!![],Constants[a42_0x2742f8(0x19d)][a42_0x2742f8(0x199)])[a42_0x2742f8(0x19f)](a42_0x2742f8(0x19c),Constants[a42_0x2742f8(0x1fb)][a42_0x2742f8(0x202)],function(_0x5a9bd8){const _0xc09073=a42_0x2742f8,_0x1285ba={'uQwyC':function(_0x52b2a6,_0x145cdd,_0x12c3ab,_0x555f87){return _0x52b2a6(_0x145cdd,_0x12c3ab,_0x555f87);},'Xmine':function(_0x528396,_0x15ba67){return _0x528396(_0x15ba67);},'prXOO':_0xc09073(0x1f1)};helper['setTestObservabilityDisable'](),helper[_0xc09073(0x1bc)]();const _0x16ab8b=process[_0xc09073(0x1ce)]['slice'](0x2);return _0x1285ba['uQwyC'](captureError,_0x1285ba[_0xc09073(0x1d7)](require,_0x1285ba['prXOO']),_0x5a9bd8[_0xc09073(0x1ce)],_0x16ab8b);})[a42_0x2742f8(0x19f)](a42_0x2742f8(0x1be),Constants[a42_0x2742f8(0x19b)]['INFO'],_0x3e3d2e=>{const _0xd96a97=a42_0x2742f8,_0x5a1208={'xVVqS':function(_0x5948f5,_0x45eeb0,_0x42b4eb){return _0x5948f5(_0x45eeb0,_0x42b4eb);},'MtYtQ':function(_0x3bba34,_0x2be23f){return _0x3bba34(_0x2be23f);},'UbpoO':_0xd96a97(0x1af),'NIlmq':_0xd96a97(0x1b3),'tvqaZ':function(_0x1f5d07,_0x35270b){return _0x1f5d07(_0x35270b);},'yxTJC':_0xd96a97(0x1de),'AGyko':'mocha/lib/cli/commands.js','bMHMS':_0xd96a97(0x201),'MpNVf':function(_0x1d3abc){return _0x1d3abc();}};logger[_0xd96a97(0x1eb)](_0x5a1208['NIlmq']);const _0x143b7=_0x5a1208[_0xd96a97(0x203)](requireModule,_0x5a1208[_0xd96a97(0x1ed)]),_0x5edd44=_0x5a1208['tvqaZ'](requireModule,_0x5a1208[_0xd96a97(0x1ec)]);process['argv']=process['argv'][_0xd96a97(0x1bd)](0x1),delete _0x143b7[_0xd96a97(0x1cf)],_0x143b7['handler']=function(_0x4c4164){const _0x305a2e=_0xd96a97;return _0x5a1208['xVVqS'](captureError,_0x5a1208['MtYtQ'](require,_0x5a1208[_0x305a2e(0x1a2)]),_0x4c4164);},_0x5edd44['run']=_0x143b7;const {main:_0x4b558a}=_0x5a1208[_0xd96a97(0x203)](requireModule,_0x5a1208[_0xd96a97(0x19a)]);_0x5a1208['MpNVf'](_0x4b558a);})['command'](a42_0x2742f8(0x1ea),Constants[a42_0x2742f8(0x1f8)][a42_0x2742f8(0x202)],function(_0x7e626e){const _0x5f16b7=a42_0x2742f8,_0x428015={'UwdBV':function(_0x12e2ba,_0xc34b32,_0x1251d7,_0x1d2c93){return _0x12e2ba(_0xc34b32,_0x1251d7,_0x1d2c93);},'URChx':function(_0x1d1b0b,_0x776d5a){return _0x1d1b0b(_0x776d5a);},'VoqEw':_0x5f16b7(0x1ee)},_0x139a8f=process[_0x5f16b7(0x1ce)][_0x5f16b7(0x1bd)](0x2);return _0x428015[_0x5f16b7(0x1ba)](captureError,_0x428015[_0x5f16b7(0x1fa)](require,_0x428015['VoqEw']),_0x7e626e[_0x5f16b7(0x1ce)],_0x139a8f);})[a42_0x2742f8(0x19f)]('node',Constants[a42_0x2742f8(0x1d3)][a42_0x2742f8(0x202)],function(_0x2eef21){const _0x3e4727=a42_0x2742f8,_0x4ffe34={'PIfxi':function(_0x1c23dd,_0x4fef77,_0xa0f12c,_0x53588e){return _0x1c23dd(_0x4fef77,_0xa0f12c,_0x53588e);},'VWHRz':function(_0x4f8be6,_0x3df350){return _0x4f8be6(_0x3df350);},'BMUAX':_0x3e4727(0x1d5)},_0x267620=process['argv'][_0x3e4727(0x1bd)](0x2);return _0x4ffe34[_0x3e4727(0x1c3)](captureError,_0x4ffe34[_0x3e4727(0x1d9)](require,_0x4ffe34[_0x3e4727(0x1a7)]),_0x2eef21[_0x3e4727(0x1ce)],_0x267620);})['command'](a42_0x2742f8(0x1f7),Constants[a42_0x2742f8(0x1f2)][a42_0x2742f8(0x202)],function(_0x290746){const _0x3a6514=a42_0x2742f8,_0x442879={'TwUEO':function(_0x341e9b,_0x4bfe0e,_0x5cbdac,_0x1bc9fe){return _0x341e9b(_0x4bfe0e,_0x5cbdac,_0x1bc9fe);},'dxyKZ':function(_0xa08138,_0x4dae81){return _0xa08138(_0x4dae81);},'FCLqD':'./nightwatch/command'},_0x10e6d2=process[_0x3a6514(0x1ce)][_0x3a6514(0x1bd)](0x2);return _0x442879[_0x3a6514(0x1f5)](captureError,_0x442879[_0x3a6514(0x1d4)](require,_0x442879[_0x3a6514(0x198)]),_0x290746[_0x3a6514(0x1ce)],_0x10e6d2);})[a42_0x2742f8(0x19f)](a42_0x2742f8(0x1b9),Constants[a42_0x2742f8(0x1aa)]['INFO'],function(_0x3d0984){const _0x45e732=a42_0x2742f8,_0x534368={'cMcbC':function(_0x2e911f,_0x32fefd,_0x5d6fc1,_0x4d9c4f){return _0x2e911f(_0x32fefd,_0x5d6fc1,_0x4d9c4f);},'hDpSO':function(_0x21822b,_0x8b3950){return _0x21822b(_0x8b3950);},'lWsff':_0x45e732(0x1c9)},_0x10b69e=process[_0x45e732(0x1ce)]['slice'](0x2);return _0x534368[_0x45e732(0x1e7)](captureError,_0x534368[_0x45e732(0x1c0)](require,_0x534368[_0x45e732(0x1ef)]),_0x3d0984['argv'],_0x10b69e);})[a42_0x2742f8(0x19f)]('ats',Constants[a42_0x2742f8(0x1bb)][a42_0x2742f8(0x202)],function(_0x411b2e){const _0x2a4b3a=a42_0x2742f8,_0x595e7e={'fAngL':function(_0xb164c5,_0x135dbe,_0x51a068){return _0xb164c5(_0x135dbe,_0x51a068);},'aFaOI':function(_0x2ef35a,_0x1f09d2){return _0x2ef35a(_0x1f09d2);},'CcOiI':_0x2a4b3a(0x1ae)},_0x4cccc4=process['argv'][_0x2a4b3a(0x1bd)](0x2);return _0x595e7e[_0x2a4b3a(0x1e2)](captureError,_0x595e7e[_0x2a4b3a(0x1e9)](require,_0x595e7e[_0x2a4b3a(0x1b2)]),_0x411b2e);})[a42_0x2742f8(0x19f)]('integrations',Constants[a42_0x2742f8(0x196)][a42_0x2742f8(0x202)],function(_0x31ed21){const _0x2855e3=a42_0x2742f8,_0x33f567={'tyykp':function(_0x1b856b,_0x26d2fd){return _0x1b856b(_0x26d2fd);}};return _0x33f567[_0x2855e3(0x1e4)](runIntegrations,_0x31ed21);})[a42_0x2742f8(0x19f)](a42_0x2742f8(0x1bf),Constants[a42_0x2742f8(0x1f6)][a42_0x2742f8(0x202)],function(_0x24f9a9){const _0x1ff7cb=a42_0x2742f8,_0x1448c2={'heHfu':function(_0x25da11,_0x487a16,_0x3b41fd,_0x5a7851){return _0x25da11(_0x487a16,_0x3b41fd,_0x5a7851);},'WCDFa':function(_0x524f4f,_0x1ef61b){return _0x524f4f(_0x1ef61b);},'uhhyN':'./playwright/command'},_0x4dbac7=process[_0x1ff7cb(0x1ce)][_0x1ff7cb(0x1bd)](0x2);return _0x1448c2['heHfu'](captureError,_0x1448c2['WCDFa'](require,_0x1448c2['uhhyN']),_0x24f9a9['argv'],_0x4dbac7);})[a42_0x2742f8(0x1b1)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a42_0x2742f8(0x1ab)](null)[a42_0x2742f8(0x1ce)];!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!=='ats'&&console[a42_0x2742f8(0x195)](a42_0x2742f8(0x1b0));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a43_0x17007e=a43_0x1962;(function(_0x5c6494,_0x46524f){const _0x15b2e9=a43_0x1962,_0x2fb4e0=_0x5c6494();while(!![]){try{const _0x401525=parseInt(_0x15b2e9(0xd9))/0x1+parseInt(_0x15b2e9(0xb7))/0x2*(-parseInt(_0x15b2e9(0xe9))/0x3)+-parseInt(_0x15b2e9(0xc6))/0x4+parseInt(_0x15b2e9(0xa5))/0x5*(parseInt(_0x15b2e9(0xc3))/0x6)+-parseInt(_0x15b2e9(0xab))/0x7+-parseInt(_0x15b2e9(0xcb))/0x8+parseInt(_0x15b2e9(0xbc))/0x9;if(_0x401525===_0x46524f)break;else _0x2fb4e0['push'](_0x2fb4e0['shift']());}catch(_0x4522af){_0x2fb4e0['push'](_0x2fb4e0['shift']());}}}(a43_0x2771,0xa6629));const fs=require('fs'),helper=require(a43_0x17007e(0xd4)),yaml=require(a43_0x17007e(0xdd)),yargs=require('yargs'),logger=require(a43_0x17007e(0xe6))[a43_0x17007e(0xe1)],configFileTemplate=__dirname+a43_0x17007e(0xa9),configFileTemplatePW=__dirname+a43_0x17007e(0xe2),configFile=process['cwd']()+a43_0x17007e(0xbd),packageFile=process[a43_0x17007e(0xad)]()+'/package.json',frameworks=[a43_0x17007e(0xa4),a43_0x17007e(0xa0),'cucumber-js',a43_0x17007e(0xb0),a43_0x17007e(0xda),a43_0x17007e(0xc7),a43_0x17007e(0xae)];let config;function a43_0x2771(){const _0x5cf000=['browserstack-node-sdk','lnntD','info','jnFrD','KsQQE','../helpers/helper','ktPdm','zzaqT','rpAHx','tLllH','951495qmJuch','nightwatch','npm\x20update\x20browserstack-node-sdk','Adding\x20new\x20script(s)\x20in\x20package.json...','js-yaml','YOUR_USERNAME','includes','writeFileSync','winstonLogger','/../../browserstack.pw.yml.sample','JLqwm','tsVsM','QgbVU','../helpers/logger','iFlFl','Setup\x20completed','3NSSJfR','length','utf8','parse','key','sQKEw','jest','readFileSync','load','indexOf','mocha','95unrawc','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','node-setup','LwfJB','/../../browserstack.yml.sample','push','2500932cKeeIX','argv','cwd','playwright','FTowp','node','eGKVK','debug','join','splice','\x20&&\x20npm\x20update\x20browserstack-node-sdk','scripts','977174FIHODz','OiEDb','source','-browserstack','zQapl','13747743xekqZH','/browserstack.yml','ratVe','error','username','postinstall','YQaWF','152454EBYCfA','stringify','Creating\x20configuration\x20file...','562860gdbKzJ','codeceptjs','entries','fireFunnelTestEvent','MSwEx','10349616RDkQzC','YOUR_ACCESS_KEY','replace','xRAXJ'];a43_0x2771=function(){return _0x5cf000;};return a43_0x2771();}logger[a43_0x17007e(0xd1)](a43_0x17007e(0xc5)),createConfigurationFile(yargs[a43_0x17007e(0xac)][a43_0x17007e(0xc0)],yargs[a43_0x17007e(0xac)][a43_0x17007e(0x9e)],yargs[a43_0x17007e(0xac)]['playwright']);try{sdkSetup();}catch(a43_0x269658){logger[a43_0x17007e(0xb2)](a43_0x17007e(0xa6)+a43_0x269658);}addScriptInPackageJson();function createConfigurationFile(_0xd7652b,_0x55a8ba,_0x3bdbdf=![]){const _0x22be76=a43_0x17007e,_0x5c6eeb={};_0x5c6eeb[_0x22be76(0xca)]=_0x22be76(0xeb),_0x5c6eeb[_0x22be76(0xa8)]=_0x22be76(0xde),_0x5c6eeb[_0x22be76(0xbb)]=_0x22be76(0xcc);const _0x22fe0d=_0x5c6eeb;try{let _0x4fd4f4=fs['readFileSync'](_0x3bdbdf?configFileTemplatePW:configFileTemplate,_0x22fe0d[_0x22be76(0xca)]);_0xd7652b&&(_0x4fd4f4=_0x4fd4f4['replace'](_0x22fe0d[_0x22be76(0xa8)],_0xd7652b)),_0x55a8ba&&(_0x4fd4f4=_0x4fd4f4[_0x22be76(0xcd)](_0x22fe0d[_0x22be76(0xbb)],_0x55a8ba)),config=yaml[_0x22be76(0xa2)](_0x4fd4f4),fs[_0x22be76(0xe0)](configFile,_0x4fd4f4,_0x45b214=>{const _0x4b485f=_0x22be76;_0x45b214&&logger[_0x4b485f(0xbf)](_0x45b214);});}catch(_0x1a4cf0){logger[_0x22be76(0xbf)](_0x1a4cf0);}}function addPostInstallScript(_0x293c23,_0x57201d){const _0xe86b41=a43_0x17007e,_0x23a8fd={};_0x23a8fd['OiEDb']=_0xe86b41(0xc1),_0x23a8fd[_0xe86b41(0xd0)]=_0xe86b41(0xdb),_0x23a8fd[_0xe86b41(0xd5)]=_0xe86b41(0xb5);const _0x52af3a=_0x23a8fd;let _0x39e4c1=_0x293c23[_0x52af3a['OiEDb']];if(_0x39e4c1&&_0x39e4c1[_0xe86b41(0xdf)](_0x52af3a[_0xe86b41(0xd0)]))return;!_0x39e4c1?_0x39e4c1=_0x52af3a[_0xe86b41(0xd0)]:_0x39e4c1+=_0x52af3a[_0xe86b41(0xd5)],_0x57201d[_0xe86b41(0xaa)]([_0x52af3a[_0xe86b41(0xb8)],_0x39e4c1]);}function addScriptInPackageJson(){const _0x4b3475=a43_0x17007e,_0x3199fb={'QgbVU':_0x4b3475(0xeb),'xRAXJ':function(_0x4d944f,_0x26673a){return _0x4d944f<_0x26673a;},'tsVsM':function(_0x465718,_0x5a3565,_0x29d945){return _0x465718(_0x5a3565,_0x29d945);},'rpAHx':function(_0x2cdff3,_0xac339c,_0x1e84cd){return _0x2cdff3(_0xac339c,_0x1e84cd);},'zzaqT':function(_0x43b66a,_0x1cf353,_0x2f383c){return _0x43b66a(_0x1cf353,_0x2f383c);},'KsQQE':function(_0x4350de,_0x408d16){return _0x4350de<_0x408d16;},'eGKVK':function(_0x19996c,_0x2f327e){return _0x19996c!==_0x2f327e;},'FTowp':_0x4b3475(0xdc)},_0x28db1f=JSON[_0x4b3475(0x9d)](fs[_0x4b3475(0xa1)](packageFile,_0x3199fb[_0x4b3475(0xe5)])),_0x5e1557=[];for(let _0x2a315c=0x0;_0x3199fb['xRAXJ'](_0x2a315c,frameworks[_0x4b3475(0xea)]);_0x2a315c+=0x1){const _0x1be562=_0x3199fb[_0x4b3475(0xe4)](findScriptsWithFramework,_0x28db1f['scripts'],frameworks[_0x2a315c]);for(let _0x411b1c=0x0;_0x3199fb[_0x4b3475(0xce)](_0x411b1c,_0x1be562['length']);_0x411b1c+=0x1){_0x5e1557['push'](_0x3199fb[_0x4b3475(0xd7)](getUpdatedCommand,_0x28db1f[_0x4b3475(0xb6)],_0x1be562[_0x411b1c]));}_0x3199fb[_0x4b3475(0xd6)](addPostInstallScript,_0x28db1f['scripts'],_0x5e1557);}const _0x49942e={..._0x28db1f['scripts']},_0x4f6e09=_0x49942e;for(let _0x4c7975=0x0;_0x3199fb[_0x4b3475(0xd3)](_0x4c7975,_0x5e1557[_0x4b3475(0xea)]);_0x4c7975+=0x1){_0x4f6e09[_0x5e1557[_0x4c7975][0x0]]=_0x5e1557[_0x4c7975][0x1];}_0x3199fb[_0x4b3475(0xb1)](JSON['stringify'](_0x28db1f[_0x4b3475(0xb6)]),JSON[_0x4b3475(0xc4)](_0x4f6e09))&&(logger[_0x4b3475(0xd1)](_0x3199fb[_0x4b3475(0xaf)]),_0x28db1f[_0x4b3475(0xb6)]=_0x4f6e09,fs[_0x4b3475(0xe0)](packageFile,JSON[_0x4b3475(0xc4)](_0x28db1f,null,0x2),_0x1bcd34=>{const _0x40be60=_0x4b3475;_0x1bcd34&&logger[_0x40be60(0xbf)](_0x1bcd34);}));};function findScriptsWithFramework(_0x579cfc,_0x570e22){const _0x24d725=a43_0x17007e,_0x26f2d3={};_0x26f2d3[_0x24d725(0xbe)]=function(_0x3c6421,_0x3809fb){return _0x3c6421<_0x3809fb;},_0x26f2d3[_0x24d725(0xd8)]=_0x24d725(0xcf);const _0x6a2a34=_0x26f2d3,_0x4a563a=[],_0x3961a5=Object[_0x24d725(0xc8)](_0x579cfc);for(let _0x3ff877=0x0;_0x6a2a34[_0x24d725(0xbe)](_0x3ff877,_0x3961a5[_0x24d725(0xea)]);_0x3ff877+=0x1){_0x3961a5[_0x3ff877][0x1][_0x24d725(0xdf)](_0x570e22)&&!_0x3961a5[_0x3ff877][0x1][_0x24d725(0xdf)](_0x6a2a34[_0x24d725(0xd8)])&&_0x4a563a[_0x24d725(0xaa)](_0x3961a5[_0x3ff877][0x0]);}return _0x4a563a;}function getUpdatedCommand(_0x44c1c0,_0x5afff3){const _0xa1b3f2=a43_0x17007e,_0x3e41f3={};_0x3e41f3[_0xa1b3f2(0xd2)]=function(_0x3898a8,_0x441b73){return _0x3898a8!==_0x441b73;},_0x3e41f3[_0xa1b3f2(0xe7)]=_0xa1b3f2(0xcf),_0x3e41f3[_0xa1b3f2(0x9f)]=function(_0x1efa8f,_0x427ebd){return _0x1efa8f===_0x427ebd;};const _0xb2f2f4=_0x3e41f3,_0x4610a3=_0x5afff3+_0xa1b3f2(0xba),_0x47268c=_0x44c1c0[_0x5afff3],_0x3bf282=_0x47268c['split']('\x20');for(const _0x4d014b of frameworks){if(_0xb2f2f4['jnFrD'](_0x3bf282['indexOf'](_0x4d014b),-0x1)){_0x3bf282[_0xa1b3f2(0xb4)](_0x3bf282[_0xa1b3f2(0xa3)](_0x4d014b),0x0,_0xb2f2f4[_0xa1b3f2(0xe7)]);break;}}let _0x6f1d42=_0x3bf282[_0xa1b3f2(0xb3)]('\x20');return _0xb2f2f4[_0xa1b3f2(0x9f)](_0x6f1d42,_0x47268c)&&(_0x6f1d42='browserstack-node-sdk\x20'+_0x47268c),[_0x4610a3,_0x6f1d42];}function sdkSetup(){const _0x4a7a8f=a43_0x17007e,_0x247c0b={};_0x247c0b['JLqwm']=_0x4a7a8f(0xa7),_0x247c0b[_0x4a7a8f(0xc2)]='SDKSetup';const _0x4d9b3e=_0x247c0b;if(helper['isUndefined'](config))return;config[_0x4a7a8f(0xb9)]=_0x4d9b3e[_0x4a7a8f(0xe3)];try{helper[_0x4a7a8f(0xc9)](_0x4d9b3e[_0x4a7a8f(0xc2)],{},config,'');}catch(_0x2b3f10){logger['debug'](_0x4a7a8f(0xa6)+_0x2b3f10);}}function a43_0x1962(_0x43ad4e,_0x4652d5){const _0x277121=a43_0x2771();return a43_0x1962=function(_0x196297,_0x34dc8d){_0x196297=_0x196297-0x9d;let _0x59bd98=_0x277121[_0x196297];return _0x59bd98;},a43_0x1962(_0x43ad4e,_0x4652d5);}logger[a43_0x17007e(0xd1)](a43_0x17007e(0xe8));
3
+ const a43_0x3109ce=a43_0x3ec0;(function(_0x157c44,_0x23c845){const _0x350263=a43_0x3ec0,_0x344fed=_0x157c44();while(!![]){try{const _0x121d11=parseInt(_0x350263(0x1a4))/0x1+-parseInt(_0x350263(0x176))/0x2*(parseInt(_0x350263(0x1b4))/0x3)+parseInt(_0x350263(0x1a8))/0x4+-parseInt(_0x350263(0x178))/0x5*(parseInt(_0x350263(0x1ab))/0x6)+parseInt(_0x350263(0x19b))/0x7*(parseInt(_0x350263(0x180))/0x8)+parseInt(_0x350263(0x188))/0x9*(parseInt(_0x350263(0x18b))/0xa)+parseInt(_0x350263(0x1b2))/0xb*(-parseInt(_0x350263(0x1ac))/0xc);if(_0x121d11===_0x23c845)break;else _0x344fed['push'](_0x344fed['shift']());}catch(_0x431706){_0x344fed['push'](_0x344fed['shift']());}}}(a43_0x24d9,0x8a28f));const fs=require('fs'),helper=require(a43_0x3109ce(0x168)),yaml=require(a43_0x3109ce(0x192)),yargs=require(a43_0x3109ce(0x173)),logger=require(a43_0x3109ce(0x19c))[a43_0x3109ce(0x184)],configFileTemplate=__dirname+a43_0x3109ce(0x177),configFileTemplatePW=__dirname+a43_0x3109ce(0x1a7),configFile=process[a43_0x3109ce(0x1aa)]()+'/browserstack.yml',packageFile=process['cwd']()+a43_0x3109ce(0x19f),frameworks=[a43_0x3109ce(0x174),a43_0x3109ce(0x16e),'cucumber-js',a43_0x3109ce(0x16b),'nightwatch',a43_0x3109ce(0x185),'playwright'];let config;function a43_0x24d9(){const _0x1db6a1=['jqSCH','winstonLogger','codeceptjs','playwright','UIlgq','3060fenUUU','key','node-setup','24960rXlLHb','stringify','username','scripts','fVfqj','YlHtS','NuKVi','js-yaml','length','isUndefined','cPgdh','indexOf','postinstall','Creating\x20configuration\x20file...','split','push','33831hEdciY','../helpers/logger','YOUR_USERNAME','KHuQg','/package.json','qEKmk','source','-browserstack','writeFileSync','308932Eoftxv','argv','loWqe','/../../browserstack.pw.yml.sample','2129408SrxxOO','Setup\x20completed','cwd','1549038kRSjNK','12tVpVVq','SDKSetup','NvfPK','readFileSync','MLxga','fireFunnelTestEvent','16463777FIbHpG','obHJy','87pshNuK','../helpers/helper','browserstack-node-sdk\x20','Zasxa','node','mAPzI','oUKtO','jest','splice','error','replace','includes','yargs','mocha','join','31154kfcxBb','/../../browserstack.yml.sample','5wSYDad','entries','debug','WsbcC','Adding\x20new\x20script(s)\x20in\x20package.json...','Wrcqj','utf8','RKKEX','1792FHjzuq','browserstack-node-sdk','info'];a43_0x24d9=function(){return _0x1db6a1;};return a43_0x24d9();}logger[a43_0x3109ce(0x182)](a43_0x3109ce(0x198)),createConfigurationFile(yargs[a43_0x3109ce(0x1a5)][a43_0x3109ce(0x18d)],yargs[a43_0x3109ce(0x1a5)][a43_0x3109ce(0x189)],yargs[a43_0x3109ce(0x1a5)][a43_0x3109ce(0x186)]);try{sdkSetup();}catch(a43_0x213884){logger[a43_0x3109ce(0x17a)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a43_0x213884);}addScriptInPackageJson();function createConfigurationFile(_0x5f013a,_0x19fe8f,_0x23f58e=![]){const _0x2d6add=a43_0x3109ce,_0xbdc4cf={};_0xbdc4cf[_0x2d6add(0x17f)]='utf8',_0xbdc4cf[_0x2d6add(0x17d)]=_0x2d6add(0x19d),_0xbdc4cf[_0x2d6add(0x190)]='YOUR_ACCESS_KEY';const _0x7e2f2e=_0xbdc4cf;try{let _0x397f50=fs['readFileSync'](_0x23f58e?configFileTemplatePW:configFileTemplate,_0x7e2f2e['RKKEX']);_0x5f013a&&(_0x397f50=_0x397f50[_0x2d6add(0x171)](_0x7e2f2e[_0x2d6add(0x17d)],_0x5f013a)),_0x19fe8f&&(_0x397f50=_0x397f50[_0x2d6add(0x171)](_0x7e2f2e[_0x2d6add(0x190)],_0x19fe8f)),config=yaml['load'](_0x397f50),fs[_0x2d6add(0x1a3)](configFile,_0x397f50,_0x100795=>{const _0x1754df=_0x2d6add;_0x100795&&logger[_0x1754df(0x170)](_0x100795);});}catch(_0x3899e9){logger[_0x2d6add(0x170)](_0x3899e9);}}function addPostInstallScript(_0x59f2d7,_0x541077){const _0x4bb1a2=a43_0x3109ce,_0x10099d={};_0x10099d[_0x4bb1a2(0x1b3)]=_0x4bb1a2(0x197),_0x10099d[_0x4bb1a2(0x187)]='npm\x20update\x20browserstack-node-sdk',_0x10099d[_0x4bb1a2(0x18f)]='\x20&&\x20npm\x20update\x20browserstack-node-sdk';const _0x89a17e=_0x10099d;let _0x399512=_0x59f2d7[_0x89a17e[_0x4bb1a2(0x1b3)]];if(_0x399512&&_0x399512[_0x4bb1a2(0x172)](_0x89a17e[_0x4bb1a2(0x187)]))return;!_0x399512?_0x399512=_0x89a17e[_0x4bb1a2(0x187)]:_0x399512+=_0x89a17e[_0x4bb1a2(0x18f)],_0x541077['push']([_0x89a17e[_0x4bb1a2(0x1b3)],_0x399512]);}function addScriptInPackageJson(){const _0x3a2fd2=a43_0x3109ce,_0x15cd02={'KHuQg':_0x3a2fd2(0x17e),'loWqe':function(_0x3918b2,_0x7c9fa0){return _0x3918b2<_0x7c9fa0;},'NvfPK':function(_0xe96c01,_0x58853e,_0x1ae898){return _0xe96c01(_0x58853e,_0x1ae898);},'mAPzI':function(_0x330e37,_0x5357a7){return _0x330e37<_0x5357a7;},'usnrt':function(_0x271f50,_0x21fbb5){return _0x271f50<_0x21fbb5;},'WsbcC':function(_0xf195f0,_0x125c95){return _0xf195f0!==_0x125c95;},'KhBfc':_0x3a2fd2(0x17c)},_0x36ab4a=JSON['parse'](fs[_0x3a2fd2(0x1af)](packageFile,_0x15cd02[_0x3a2fd2(0x19e)])),_0x46c603=[];for(let _0x280324=0x0;_0x15cd02[_0x3a2fd2(0x1a6)](_0x280324,frameworks['length']);_0x280324+=0x1){const _0x1f1ab8=_0x15cd02[_0x3a2fd2(0x1ae)](findScriptsWithFramework,_0x36ab4a[_0x3a2fd2(0x18e)],frameworks[_0x280324]);for(let _0x21f887=0x0;_0x15cd02[_0x3a2fd2(0x16c)](_0x21f887,_0x1f1ab8[_0x3a2fd2(0x193)]);_0x21f887+=0x1){_0x46c603[_0x3a2fd2(0x19a)](_0x15cd02[_0x3a2fd2(0x1ae)](getUpdatedCommand,_0x36ab4a[_0x3a2fd2(0x18e)],_0x1f1ab8[_0x21f887]));}_0x15cd02[_0x3a2fd2(0x1ae)](addPostInstallScript,_0x36ab4a[_0x3a2fd2(0x18e)],_0x46c603);}const _0x259b63={..._0x36ab4a[_0x3a2fd2(0x18e)]},_0xdfd13=_0x259b63;for(let _0x3bc337=0x0;_0x15cd02['usnrt'](_0x3bc337,_0x46c603[_0x3a2fd2(0x193)]);_0x3bc337+=0x1){_0xdfd13[_0x46c603[_0x3bc337][0x0]]=_0x46c603[_0x3bc337][0x1];}_0x15cd02[_0x3a2fd2(0x17b)](JSON[_0x3a2fd2(0x18c)](_0x36ab4a['scripts']),JSON[_0x3a2fd2(0x18c)](_0xdfd13))&&(logger[_0x3a2fd2(0x182)](_0x15cd02['KhBfc']),_0x36ab4a[_0x3a2fd2(0x18e)]=_0xdfd13,fs[_0x3a2fd2(0x1a3)](packageFile,JSON[_0x3a2fd2(0x18c)](_0x36ab4a,null,0x2),_0x417fb6=>{const _0xad59c3=_0x3a2fd2;_0x417fb6&&logger[_0xad59c3(0x170)](_0x417fb6);}));}function a43_0x3ec0(_0x4445f2,_0x4717a4){const _0x24d958=a43_0x24d9();return a43_0x3ec0=function(_0x3ec02b,_0x495225){_0x3ec02b=_0x3ec02b-0x168;let _0x2ea011=_0x24d958[_0x3ec02b];return _0x2ea011;},a43_0x3ec0(_0x4445f2,_0x4717a4);};function findScriptsWithFramework(_0x2e71a6,_0x442d16){const _0x44e9e9=a43_0x3109ce,_0x2e3e43={};_0x2e3e43['qEKmk']=function(_0x17435d,_0x4be00a){return _0x17435d<_0x4be00a;},_0x2e3e43[_0x44e9e9(0x183)]=_0x44e9e9(0x181);const _0x40130b=_0x2e3e43,_0x350f4a=[],_0x1edf42=Object[_0x44e9e9(0x179)](_0x2e71a6);for(let _0x5678a6=0x0;_0x40130b[_0x44e9e9(0x1a0)](_0x5678a6,_0x1edf42[_0x44e9e9(0x193)]);_0x5678a6+=0x1){_0x1edf42[_0x5678a6][0x1][_0x44e9e9(0x172)](_0x442d16)&&!_0x1edf42[_0x5678a6][0x1][_0x44e9e9(0x172)](_0x40130b[_0x44e9e9(0x183)])&&_0x350f4a[_0x44e9e9(0x19a)](_0x1edf42[_0x5678a6][0x0]);}return _0x350f4a;}function getUpdatedCommand(_0x314c99,_0x15bd4f){const _0xcfe42e=a43_0x3109ce,_0x15b07a={};_0x15b07a[_0xcfe42e(0x195)]=function(_0x4b993f,_0x57e3e9){return _0x4b993f!==_0x57e3e9;},_0x15b07a[_0xcfe42e(0x191)]=_0xcfe42e(0x181),_0x15b07a['MLxga']=function(_0xffd00c,_0x1411c2){return _0xffd00c===_0x1411c2;};const _0x3b514e=_0x15b07a,_0x4a2697=_0x15bd4f+_0xcfe42e(0x1a2),_0x2149e0=_0x314c99[_0x15bd4f],_0x45a627=_0x2149e0[_0xcfe42e(0x199)]('\x20');for(const _0x5a5352 of frameworks){if(_0x3b514e[_0xcfe42e(0x195)](_0x45a627['indexOf'](_0x5a5352),-0x1)){_0x45a627[_0xcfe42e(0x16f)](_0x45a627[_0xcfe42e(0x196)](_0x5a5352),0x0,_0x3b514e[_0xcfe42e(0x191)]);break;}}let _0x2a5346=_0x45a627[_0xcfe42e(0x175)]('\x20');return _0x3b514e[_0xcfe42e(0x1b0)](_0x2a5346,_0x2149e0)&&(_0x2a5346=_0xcfe42e(0x169)+_0x2149e0),[_0x4a2697,_0x2a5346];}function sdkSetup(){const _0x4fa7e6=a43_0x3109ce,_0x352bf5={};_0x352bf5[_0x4fa7e6(0x16d)]=_0x4fa7e6(0x18a),_0x352bf5[_0x4fa7e6(0x16a)]=_0x4fa7e6(0x1ad);const _0x260ddb=_0x352bf5;if(helper[_0x4fa7e6(0x194)](config))return;config[_0x4fa7e6(0x1a1)]=_0x260ddb['oUKtO'];try{helper[_0x4fa7e6(0x1b1)](_0x260ddb['Zasxa'],{},config,'');}catch(_0x3f5987){logger[_0x4fa7e6(0x17a)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x3f5987);}}logger[a43_0x3109ce(0x182)](a43_0x3109ce(0x1a9));
@@ -1 +1 @@
1
- function a44_0x1151(){const _0x272d92=['exyej','tpQsA','qHSyP','json','cucumberWorker','gcVOb','platforms','launchBuild','../../helpers/accessibility-automation/helper','worker','test-file-failure','platform-run-failure','map','waitForExit','rdOqm','vanillaWorker','dRWxG','AjLdw','ebLGg','nUBJd','44847HufYzq','rYDiG','platformCaps','3107797biouvn','1744734JGHGYy','exitCode','error','TMjMb','test-file-success','lIXTQ','xpFJi','YOoRR','log','kLLWe','../../helpers/logger','CtfcA','zoaAP','4UkxZVQ','config','jest-worker','p-limit','pipe','forEach','test-file-start','eurKs','YszCK','dyoxP','file','winstonLogger','aBRrf','_workerPool','895236vuDgdH','send','parallelCucumberRun','platform-run-start','length','stderr','HkRJO','platform-run-success','all','util','emit','configuration','NynTF','parallelVanillaRun','dyATw','InTFv','Workers\x20failed\x20to\x20exit\x20gracefully','_child','parallelTestRun','Running\x20','lfiPc','debug','platform','mWxDA','../../helpers/test-observability/utils','rvWJy','getStdout','baCmd','accessibility','emittery','getWorkers','push','stdout','stop','./testWorker.js','../../helpers/testhub/testhubHandler','getStderr','1536CyoUEX','609711ccKAjj','MOCHA','fyBkB','end','../../helpers/test-observability/sessionHandler','XPyFL','exit','15pCwqrt','364794DithmR','then','resolve','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','465140zfydFc','failureCount'];a44_0x1151=function(){return _0x272d92;};return a44_0x1151();}const a44_0x3734ce=a44_0x34e8;(function(_0x2ff4bd,_0x5d7403){const _0x2d82e0=a44_0x34e8,_0x2dd1e6=_0x2ff4bd();while(!![]){try{const _0x301e6d=parseInt(_0x2d82e0(0x1f7))/0x1+-parseInt(_0x2d82e0(0x21d))/0x2+-parseInt(_0x2d82e0(0x1ff))/0x3*(parseInt(_0x2d82e0(0x1c3))/0x4)+-parseInt(_0x2d82e0(0x1fe))/0x5*(parseInt(_0x2d82e0(0x1d1))/0x6)+parseInt(_0x2d82e0(0x21c))/0x7+-parseInt(_0x2d82e0(0x1f6))/0x8*(-parseInt(_0x2d82e0(0x219))/0x9)+-parseInt(_0x2d82e0(0x203))/0xa;if(_0x301e6d===_0x5d7403)break;else _0x2dd1e6['push'](_0x2dd1e6['shift']());}catch(_0x684cd3){_0x2dd1e6['push'](_0x2dd1e6['shift']());}}}(a44_0x1151,0x7f851));const Worker=require(a44_0x3734ce(0x1c5))['Worker'],Emittery=require(a44_0x3734ce(0x1ee)),pLimit=require(a44_0x3734ce(0x1c6)),util=require(a44_0x3734ce(0x1da)),logger=require(a44_0x3734ce(0x1c0))[a44_0x3734ce(0x1ce)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0x3734ce(0x20d)),SessionHandler=require(a44_0x3734ce(0x1fb)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a44_0x3734ce(0x1e9)),TestHubHandler=require(a44_0x3734ce(0x1f4)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),checkAccessibility=_0x4f044d=>{const _0x38d007=a44_0x3734ce,_0x8132d3={};_0x8132d3[_0x38d007(0x1df)]=function(_0x42faf6,_0x22892e){return _0x42faf6===_0x22892e;};const _0x4d7885=_0x8132d3;let _0x45ade9=![];try{_0x4f044d[_0x38d007(0x20b)][_0x38d007(0x1c8)](_0x1fccf9=>{const _0x4a620f=_0x38d007;if(_0x4d7885['dyATw'](_0x1fccf9[_0x4a620f(0x1ed)],!![]))return _0x45ade9=!![],!![];});}catch(_0x43f94f){logger[_0x38d007(0x1e6)](_0x38d007(0x202)+_0x43f94f);}return _0x45ade9;};function a44_0x34e8(_0x54cb01,_0x42766b){const _0x1151b9=a44_0x1151();return a44_0x34e8=function(_0x34e8b5,_0x590bf6){_0x34e8b5=_0x34e8b5-0x1bf;let _0x3c9f28=_0x1151b9[_0x34e8b5];return _0x3c9f28;},a44_0x34e8(_0x54cb01,_0x42766b);}exports[a44_0x3734ce(0x1e3)]=(_0x361d2c,_0x445e9a,_0x5878ee)=>new Promise(async _0x3adbb2=>{const _0x5cc9c2=a44_0x3734ce,_0x5280b7={'ebLGg':_0x5cc9c2(0x204),'yPRUT':function(_0x52ac5b,_0x58a7c5){return _0x52ac5b+_0x58a7c5;},'nUBJd':'results','YOoRR':_0x5cc9c2(0x1e1),'aBRrf':function(_0x2fc194,_0xf663a8){return _0x2fc194(_0xf663a8);},'beRrP':function(_0x471d52,_0x2f06b5){return _0x471d52(_0x2f06b5);},'lfiPc':_0x5cc9c2(0x1c9),'NynTF':_0x5cc9c2(0x1f3),'egWQd':'worker','lIXTQ':_0x5cc9c2(0x208),'HkRJO':'pipe','rYDiG':function(_0x4d8db7,_0x2568cb){return _0x4d8db7*_0x2568cb;},'TMZzE':'test-file-success','dyoxP':'test-file-failure','InTFv':function(_0x19bd70,_0x1d08bc){return _0x19bd70*_0x1d08bc;}},_0x11908d=_0x5878ee[_0x5cc9c2(0x1c4)],_0xa26a5f={},_0x170fa1=await TestHubHandler[_0x5cc9c2(0x20c)](FRAMEWORKS[_0x5cc9c2(0x1f8)],_0x5878ee),_0x4e61ea=new Worker(require['resolve'](_0x5280b7[_0x5cc9c2(0x1dd)]),{'exposedMethods':[_0x5280b7['egWQd']],'forkOptions':{'serialization':_0x5280b7[_0x5cc9c2(0x222)],'stdio':_0x5280b7[_0x5cc9c2(0x1d7)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5280b7[_0x5cc9c2(0x21a)](_0x445e9a,0x1),'enableWorkerThreads':!![]}),_0x57dcdf=new Emittery();_0x57dcdf['on'](_0x5280b7['TMZzE'],_0x6714e0=>{const _0x7722f9=_0x5cc9c2;_0xa26a5f[_0x6714e0[0x0]]?(_0xa26a5f[_0x6714e0[0x0]][_0x5280b7['ebLGg']]=_0x5280b7['yPRUT'](_0xa26a5f[_0x6714e0[0x0]][_0x5280b7[_0x7722f9(0x217)]],_0x6714e0[0x1][_0x5280b7[_0x7722f9(0x217)]]),_0xa26a5f[_0x6714e0[0x0]][_0x5280b7['nUBJd']]=[..._0xa26a5f[_0x6714e0[0x0]][_0x5280b7[_0x7722f9(0x218)]],..._0x6714e0[0x1][_0x5280b7[_0x7722f9(0x218)]]]):_0xa26a5f[_0x6714e0[0x0]]={'failureCount':_0x6714e0[0x1][_0x5280b7[_0x7722f9(0x217)]],'results':[..._0x6714e0[0x1][_0x5280b7['nUBJd']]]};}),_0x57dcdf['on'](_0x5280b7[_0x5cc9c2(0x1cc)],_0x115c05=>console['log'](_0x115c05[0x1]));_0x4e61ea[_0x5cc9c2(0x1eb)]()&&_0x4e61ea[_0x5cc9c2(0x1eb)]()[_0x5cc9c2(0x1c7)](process[_0x5cc9c2(0x1f1)]);_0x4e61ea[_0x5cc9c2(0x1f5)]()&&_0x4e61ea[_0x5cc9c2(0x1f5)]()[_0x5cc9c2(0x1c7)](process['stderr']);const _0x201a5e=async()=>{const _0x6c88c=_0x5cc9c2,{forceExited:_0x585375}=await _0x4e61ea[_0x6c88c(0x1fa)]();_0x585375&&console[_0x6c88c(0x21f)](_0x5280b7[_0x6c88c(0x224)]);try{await TestHubHandler[_0x6c88c(0x1f2)]();}catch(_0x3d9ec0){_0x5280b7[_0x6c88c(0x1cf)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x3d9ec0);}_0x5280b7['beRrP'](_0x3adbb2,_0xa26a5f);},_0x40703d=_0x5280b7[_0x5cc9c2(0x1cf)](pLimit,_0x5280b7[_0x5cc9c2(0x1e0)](_0x445e9a,0x1)),_0x43d8c0=_0x301177=>_0x40703d(async()=>{const _0x4a72d0=_0x5cc9c2;return await _0x57dcdf['emit'](_0x5280b7[_0x4a72d0(0x1e5)],_0x301177),_0x4e61ea[_0x4a72d0(0x20e)](_0x301177,_0x11908d);});Promise[_0x5cc9c2(0x1d9)](_0x361d2c['map'](_0xcd1811=>_0x43d8c0(_0xcd1811)[_0x5cc9c2(0x200)](_0x320dc9=>_0x57dcdf[_0x5cc9c2(0x1db)](_0x5cc9c2(0x221),[_0xcd1811['configuration'][_0x5cc9c2(0x1e7)],_0x320dc9]),_0x5e4e1f=>_0x57dcdf[_0x5cc9c2(0x1db)](_0x5cc9c2(0x20f),[_0xcd1811,_0x5e4e1f]))))[_0x5cc9c2(0x200)](_0x201a5e,_0x201a5e);}),exports[a44_0x3734ce(0x1d3)]=(_0x203462,_0x1a7980,_0x394ade,_0x29ee1d,_0xcd7725)=>{const _0x5b07dc=a44_0x3734ce,_0xb303c0={'yAZjx':_0x5b07dc(0x1d4),'AjLdw':_0x5b07dc(0x1e1),'fyBkB':function(_0x2524e7,_0x27e853){return _0x2524e7(_0x27e853);},'rdOqm':_0x5b07dc(0x1f3),'xpFJi':_0x5b07dc(0x209),'mWxDA':_0x5b07dc(0x208),'XPyFL':_0x5b07dc(0x1c7),'tBEsd':_0x5b07dc(0x1d8),'kLLWe':_0x5b07dc(0x210)};return new Promise(_0x868013=>{const _0x415642=_0x5b07dc,_0x33ebb5={'baCmd':_0xb303c0[_0x415642(0x216)],'CtfcA':function(_0x3f07b8,_0x411b7c){const _0x76f4a4=_0x415642;return _0xb303c0[_0x76f4a4(0x1f9)](_0x3f07b8,_0x411b7c);}},_0x1e2e36=[],_0xba7e26=new Worker(require[_0x415642(0x201)](_0xb303c0[_0x415642(0x213)]),{'exposedMethods':[_0xb303c0[_0x415642(0x223)]],'forkOptions':{'serialization':_0xb303c0[_0x415642(0x1e8)],'stdio':_0xb303c0[_0x415642(0x1fc)]},'numWorkers':_0x203462[_0x415642(0x1d5)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4e7a9b=new Emittery();_0x4e7a9b['on'](_0xb303c0['tBEsd'],_0x1cfd9c=>{const _0x5a7758=_0x415642;_0x1e2e36[_0x5a7758(0x1f0)]([_0x1cfd9c[0x0],_0x1cfd9c[0x1]]);}),_0x4e7a9b['on'](_0xb303c0[_0x415642(0x1bf)],_0x3e0ff1=>console[_0x415642(0x225)](_0x3e0ff1[0x1]));_0xba7e26[_0x415642(0x1eb)]()&&_0xba7e26['getStdout']()[_0x415642(0x1c7)](process[_0x415642(0x1f1)]);_0xba7e26['getStderr']()&&_0xba7e26['getStderr']()[_0x415642(0x1c7)](process[_0x415642(0x1d6)]);const _0x37c4a4=async()=>{const _0x4707ae=_0x415642,{forceExited:_0x2cac98}=await _0xba7e26[_0x4707ae(0x1fa)]();_0x2cac98&&console['error'](_0x33ebb5[_0x4707ae(0x1ec)]),_0x33ebb5[_0x4707ae(0x1c1)](_0x868013,_0x1e2e36);},_0x3b68e4=_0xb303c0[_0x415642(0x1f9)](pLimit,_0x203462[_0x415642(0x1d5)]||0x1),_0x55e262=(_0x14c345,_0x3d266b)=>_0x3b68e4(async()=>{const _0x44be1f=_0x415642;return await _0x4e7a9b['emit'](_0xb303c0['yAZjx'],_0x14c345),_0x1a7980[_0x44be1f(0x21b)]=_0x394ade[_0x44be1f(0x20b)][_0x3d266b],_0xba7e26[_0x44be1f(0x209)](_0x14c345,_0x1a7980,_0x394ade,_0x29ee1d,_0xcd7725);});Promise[_0x415642(0x1d9)](_0x203462[_0x415642(0x211)]((_0x10ebcd,_0x5de06a)=>_0x55e262(_0x10ebcd,_0x5de06a)[_0x415642(0x200)](_0x157e09=>_0x4e7a9b[_0x415642(0x1db)](_0x415642(0x1d8),[_0x10ebcd,_0x157e09]),_0x3c180c=>_0x4e7a9b[_0x415642(0x1db)](_0x415642(0x210),[_0x10ebcd,_0x3c180c]))))['then'](_0x37c4a4,_0x37c4a4);});},exports[a44_0x3734ce(0x1de)]=(_0x3d22ab,_0x2fb097)=>new Promise(_0x1bd0c8=>{const _0x33bc41=a44_0x3734ce,_0x2cc6a4={'gcVOb':function(_0x206718,_0x59df73){return _0x206718===_0x59df73;},'exyej':function(_0x24b6e6,_0x9dc9a7){return _0x24b6e6!==_0x9dc9a7;},'vUocM':_0x33bc41(0x1fd),'TMjMb':_0x33bc41(0x1e1),'zoaAP':function(_0x5abc00,_0x10a7fd){return _0x5abc00(_0x10a7fd);},'tpQsA':_0x33bc41(0x1f3),'rvWJy':_0x33bc41(0x214),'fOmlN':_0x33bc41(0x208),'YszCK':_0x33bc41(0x1c7),'qFzpE':_0x33bc41(0x221),'eurKs':'test-file-failure','dRWxG':function(_0x11ce94,_0x1b27a6){return _0x11ce94(_0x1b27a6);}},_0x1fa0e3={},_0x1b293c=new Worker(require['resolve'](_0x2cc6a4[_0x33bc41(0x206)]),{'exposedMethods':[_0x2cc6a4[_0x33bc41(0x1ea)]],'forkOptions':{'serialization':_0x2cc6a4['fOmlN'],'stdio':_0x2cc6a4[_0x33bc41(0x1cb)]},'numWorkers':_0x2fb097,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xde140b=new Emittery();_0xde140b['on'](_0x2cc6a4['qFzpE'],_0x2e3191=>{const _0x2e6a74=_0x33bc41;_0x2e3191[0x0]&&logger['info'](_0x2e6a74(0x1e4)+_0x2e3191[0x1]+'\x20for',_0x2e3191[0x0]);}),_0xde140b['on'](_0x2cc6a4[_0x33bc41(0x1ca)],_0x277651=>{const _0x50b535=_0x33bc41;process[_0x50b535(0x21e)]=0x1;});_0x1b293c[_0x33bc41(0x1eb)]()&&_0x1b293c['getStdout']()[_0x33bc41(0x1c7)](process[_0x33bc41(0x1f1)]);_0x1b293c[_0x33bc41(0x1f5)]()&&_0x1b293c['getStderr']()[_0x33bc41(0x1c7)](process[_0x33bc41(0x1d6)]);const _0xb0abd1=async()=>{const _0x2143eb=_0x33bc41,_0x2c914a={'ZybyE':function(_0x4f947c,_0x40ba87){const _0x2f8715=a44_0x34e8;return _0x2cc6a4[_0x2f8715(0x20a)](_0x4f947c,_0x40ba87);},'QfezM':function(_0x58c281,_0x352645){const _0x2cca85=a44_0x34e8;return _0x2cc6a4[_0x2cca85(0x205)](_0x58c281,_0x352645);},'wXqli':_0x2cc6a4['vUocM']};let _0x27d245=0x0;const _0x322220=_0x1b293c[_0x2143eb(0x1d0)][_0x2143eb(0x1ef)](),_0x1650c7=()=>{},_0x5c81b0=_0x322220[_0x2143eb(0x211)](async _0x43fa3e=>{const _0x54e49d=_0x2143eb,_0x9aa3c0={'XnJWv':function(_0x17d864,_0x633293){return _0x2c914a['ZybyE'](_0x17d864,_0x633293);},'qHSyP':function(_0x4b15af,_0x2518fe){return _0x2c914a['QfezM'](_0x4b15af,_0x2518fe);}};_0x43fa3e[_0x54e49d(0x1d2)]([0x2,![]],_0x1650c7,_0x1650c7,_0x1650c7),_0x43fa3e[_0x54e49d(0x1e2)]['on'](_0x2c914a['wXqli'],_0x5df0a2=>{const _0x12ec91=_0x54e49d;_0x9aa3c0['XnJWv'](_0x27d245,0x0)&&_0x9aa3c0[_0x12ec91(0x207)](_0x5df0a2,0x0)&&(_0x27d245=_0x5df0a2);}),await _0x43fa3e[_0x54e49d(0x212)]();});await Promise['all'](_0x5c81b0),process['exitCode']=_0x27d245;const {forceExited:_0x2c2d7c}=await _0x1b293c[_0x2143eb(0x1fa)]();_0x2c2d7c&&console[_0x2143eb(0x21f)](_0x2cc6a4[_0x2143eb(0x220)]),_0x2cc6a4[_0x2143eb(0x1c2)](_0x1bd0c8,_0x1fa0e3);},_0x3eadc8=_0x2cc6a4[_0x33bc41(0x215)](pLimit,_0x2fb097),_0x4f3835=_0x300346=>_0x3eadc8(async()=>{const _0x344523=_0x33bc41;return _0x1b293c[_0x344523(0x214)](_0x300346);});Promise[_0x33bc41(0x1d9)](_0x3d22ab['map'](_0xb5f5dc=>_0x4f3835(_0xb5f5dc)[_0x33bc41(0x200)](_0x27066d=>_0xde140b[_0x33bc41(0x1db)](_0x33bc41(0x221),[_0xb5f5dc[_0x33bc41(0x1dc)][_0x33bc41(0x1e7)],_0xb5f5dc['configuration'][_0x33bc41(0x1cd)]]),_0x2a6401=>_0xde140b[_0x33bc41(0x1db)](_0x33bc41(0x20f),[_0xb5f5dc,_0x2a6401]))))[_0x33bc41(0x200)](_0xb0abd1,_0xb0abd1);});
1
+ function a44_0xf95c(){const _0x3e792b=['LaGCm','FwsjL','478900dsspEs','KFImd','platform','log','debug','Worker','241738tWcnta','bWccj','getWorkers','../../helpers/test-observability/sessionHandler','p-limit','SZHnN','yfkux','89340SDJAcQ','32720PEosMy','platform-run-failure','jest-worker','vENzA','ZqROV','pipe','vvjFs','all','test-file-failure','stderr','lHKHD','getStdout','KQYWy','muIEk','../../helpers/accessibility-automation/helper','vanillaWorker','../../helpers/test-observability/utils','platform-run-start','eGPWW','IPzla','waitForExit','52952xHyQwK','failureCount','emittery','launchBuild','fRBEw','end','map','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','./testWorker.js','kwSeE','SiIdH','ybAoA','send','ugvQd','336zDwiOD','resolve','platform-run-success','getStderr','json','cucumberWorker','ontQx','parallelTestRun','pztRI','gFGGE','Workers\x20failed\x20to\x20exit\x20gracefully','SFYYq','winstonLogger','Jdfbu','info','SbjIC','parallelCucumberRun','hUQSS','test-file-success','cgPaz','fFXgQ','BMrvU','length','config','parallelVanillaRun','vcxCk','error','5719fENXBx','YVhgh','results','_workerPool','mLZJE','push','configuration','stdout','gUvOl','MOCHA','forEach','\x20for','exitCode','emit','then','_child','../../helpers/testhub/testhubHandler','JUIYq','lOwAP','369IfDnkI','../../helpers/test-observability/constants','yYyOx','24ujXZqT','REbOH','298768RmgJJp'];a44_0xf95c=function(){return _0x3e792b;};return a44_0xf95c();}const a44_0x495e45=a44_0x2a6c;(function(_0x50fdf,_0x10b2d4){const _0x2301fc=a44_0x2a6c,_0x2de364=_0x50fdf();while(!![]){try{const _0x38d7f8=-parseInt(_0x2301fc(0x14e))/0x1+parseInt(_0x2301fc(0x16b))/0x2*(parseInt(_0x2301fc(0x143))/0x3)+-parseInt(_0x2301fc(0x148))/0x4+-parseInt(_0x2301fc(0x156))/0x5+parseInt(_0x2301fc(0x179))/0x6*(-parseInt(_0x2301fc(0x194))/0x7)+-parseInt(_0x2301fc(0x145))/0x8+parseInt(_0x2301fc(0x140))/0x9*(parseInt(_0x2301fc(0x155))/0xa);if(_0x38d7f8===_0x10b2d4)break;else _0x2de364['push'](_0x2de364['shift']());}catch(_0xc4fb04){_0x2de364['push'](_0x2de364['shift']());}}}(a44_0xf95c,0x1f015));const Worker=require(a44_0x495e45(0x158))[a44_0x495e45(0x14d)],Emittery=require(a44_0x495e45(0x16d)),pLimit=require(a44_0x495e45(0x152)),util=require('util'),logger=require('../../helpers/logger')[a44_0x495e45(0x185)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0x495e45(0x164)),SessionHandler=require(a44_0x495e45(0x151)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a44_0x495e45(0x166)),TestHubHandler=require(a44_0x495e45(0x13d)),{FRAMEWORKS}=require(a44_0x495e45(0x141)),checkAccessibility=_0x5c237c=>{const _0x5133d8=a44_0x495e45,_0x417e58={};_0x417e58['FwsjL']=function(_0x152408,_0x40ac91){return _0x152408===_0x40ac91;};const _0x5c29c1=_0x417e58;let _0x318c32=![];try{_0x5c237c['platforms'][_0x5133d8(0x137)](_0x17e668=>{const _0x55eb35=_0x5133d8;if(_0x5c29c1[_0x55eb35(0x147)](_0x17e668['accessibility'],!![]))return _0x318c32=!![],!![];});}catch(_0x3530a0){logger[_0x5133d8(0x14c)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3530a0);}return _0x318c32;};function a44_0x2a6c(_0x24cb80,_0x24cccf){const _0xf95c1=a44_0xf95c();return a44_0x2a6c=function(_0x2a6c1f,_0x44b1b0){_0x2a6c1f=_0x2a6c1f-0x133;let _0x50df75=_0xf95c1[_0x2a6c1f];return _0x50df75;},a44_0x2a6c(_0x24cb80,_0x24cccf);}exports[a44_0x495e45(0x180)]=(_0x1df278,_0x3b2ff8,_0x4a60a8)=>new Promise(async _0x255e4e=>{const _0x2f8d25=a44_0x495e45,_0x33cbbf={'bWccj':_0x2f8d25(0x16c),'KFImd':function(_0x1d6ced,_0x258bc3){return _0x1d6ced+_0x258bc3;},'gFGGE':_0x2f8d25(0x196),'ugvQd':'Workers\x20failed\x20to\x20exit\x20gracefully','vvjFs':function(_0x73ed33,_0x296ed5){return _0x73ed33(_0x296ed5);},'muIEk':'test-file-start','yfkux':_0x2f8d25(0x173),'KTZuy':'worker','mLZJE':_0x2f8d25(0x17d),'pztRI':_0x2f8d25(0x15b),'cgPaz':function(_0x42535c,_0x53a56d){return _0x42535c*_0x53a56d;},'IPzla':'test-file-success','hUQSS':_0x2f8d25(0x15e),'yYyOx':function(_0x35c285,_0x4434c6){return _0x35c285(_0x4434c6);},'KQYWy':function(_0x4d0042,_0x3e3375){return _0x4d0042*_0x3e3375;}},_0x27ca4b=_0x4a60a8[_0x2f8d25(0x190)],_0xbba084={},_0x14b13f=await TestHubHandler[_0x2f8d25(0x16e)](FRAMEWORKS[_0x2f8d25(0x136)],_0x4a60a8),_0x264e0c=new Worker(require[_0x2f8d25(0x17a)](_0x33cbbf[_0x2f8d25(0x154)]),{'exposedMethods':[_0x33cbbf['KTZuy']],'forkOptions':{'serialization':_0x33cbbf[_0x2f8d25(0x198)],'stdio':_0x33cbbf[_0x2f8d25(0x181)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x33cbbf[_0x2f8d25(0x18c)](_0x3b2ff8,0x1),'enableWorkerThreads':!![]}),_0x55aac0=new Emittery();_0x55aac0['on'](_0x33cbbf[_0x2f8d25(0x169)],_0xfe5fc0=>{const _0x384cfb=_0x2f8d25;_0xbba084[_0xfe5fc0[0x0]]?(_0xbba084[_0xfe5fc0[0x0]][_0x33cbbf[_0x384cfb(0x14f)]]=_0x33cbbf[_0x384cfb(0x149)](_0xbba084[_0xfe5fc0[0x0]][_0x33cbbf[_0x384cfb(0x14f)]],_0xfe5fc0[0x1][_0x33cbbf[_0x384cfb(0x14f)]]),_0xbba084[_0xfe5fc0[0x0]][_0x33cbbf['gFGGE']]=[..._0xbba084[_0xfe5fc0[0x0]][_0x33cbbf[_0x384cfb(0x182)]],..._0xfe5fc0[0x1][_0x33cbbf['gFGGE']]]):_0xbba084[_0xfe5fc0[0x0]]={'failureCount':_0xfe5fc0[0x1][_0x33cbbf[_0x384cfb(0x14f)]],'results':[..._0xfe5fc0[0x1][_0x33cbbf[_0x384cfb(0x182)]]]};}),_0x55aac0['on'](_0x33cbbf[_0x2f8d25(0x18a)],_0x625a2e=>console[_0x2f8d25(0x14b)](_0x625a2e[0x1]));_0x264e0c[_0x2f8d25(0x161)]()&&_0x264e0c[_0x2f8d25(0x161)]()[_0x2f8d25(0x15b)](process[_0x2f8d25(0x134)]);_0x264e0c[_0x2f8d25(0x17c)]()&&_0x264e0c[_0x2f8d25(0x17c)]()[_0x2f8d25(0x15b)](process['stderr']);const _0x201c4e=async()=>{const _0x1923c1=_0x2f8d25,{forceExited:_0x3b011a}=await _0x264e0c[_0x1923c1(0x170)]();_0x3b011a&&console[_0x1923c1(0x193)](_0x33cbbf[_0x1923c1(0x178)]);try{await TestHubHandler['stop']();}catch(_0x3ef9cf){_0x33cbbf[_0x1923c1(0x15c)](debug,_0x1923c1(0x172)+_0x3ef9cf);}_0x33cbbf[_0x1923c1(0x15c)](_0x255e4e,_0xbba084);},_0xeea854=_0x33cbbf[_0x2f8d25(0x142)](pLimit,_0x33cbbf[_0x2f8d25(0x162)](_0x3b2ff8,0x1)),_0x398b28=_0x1367da=>_0xeea854(async()=>{const _0x55d518=_0x2f8d25;return await _0x55aac0[_0x55d518(0x13a)](_0x33cbbf[_0x55d518(0x163)],_0x1367da),_0x264e0c['worker'](_0x1367da,_0x27ca4b);});Promise[_0x2f8d25(0x15d)](_0x1df278[_0x2f8d25(0x171)](_0x117739=>_0x398b28(_0x117739)['then'](_0x3b63de=>_0x55aac0['emit'](_0x2f8d25(0x18b),[_0x117739[_0x2f8d25(0x133)][_0x2f8d25(0x14a)],_0x3b63de]),_0x105ef5=>_0x55aac0['emit']('test-file-failure',[_0x117739,_0x105ef5]))))['then'](_0x201c4e,_0x201c4e);}),exports[a44_0x495e45(0x189)]=(_0x33cd4d,_0x257b50,_0x91848b,_0x232ce7,_0x4902d8)=>{const _0x1e05b9=a44_0x495e45,_0x4ec5b2={'ontQx':_0x1e05b9(0x167),'kwSeE':_0x1e05b9(0x183),'SFYYq':function(_0x8b906a,_0x13c8f0){return _0x8b906a(_0x13c8f0);},'REbOH':_0x1e05b9(0x173),'dMnOS':_0x1e05b9(0x17e),'SbjIC':_0x1e05b9(0x17d),'lHKHD':'pipe','fRBEw':_0x1e05b9(0x17b),'eGPWW':_0x1e05b9(0x157),'MtJyC':function(_0x58b153,_0x1ca535){return _0x58b153(_0x1ca535);}};return new Promise(_0x55ef93=>{const _0x5af2d3=_0x1e05b9,_0x3191b9={'LaGCm':_0x4ec5b2[_0x5af2d3(0x174)],'SZHnN':function(_0x41b60a,_0x1d4106){const _0x917b00=_0x5af2d3;return _0x4ec5b2[_0x917b00(0x184)](_0x41b60a,_0x1d4106);}},_0x2ba542=[],_0x4511db=new Worker(require[_0x5af2d3(0x17a)](_0x4ec5b2[_0x5af2d3(0x144)]),{'exposedMethods':[_0x4ec5b2['dMnOS']],'forkOptions':{'serialization':_0x4ec5b2[_0x5af2d3(0x188)],'stdio':_0x4ec5b2[_0x5af2d3(0x160)]},'numWorkers':_0x33cd4d[_0x5af2d3(0x18f)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x3c2e1c=new Emittery();_0x3c2e1c['on'](_0x4ec5b2[_0x5af2d3(0x16f)],_0x81e855=>{const _0x1cd542=_0x5af2d3;_0x2ba542[_0x1cd542(0x199)]([_0x81e855[0x0],_0x81e855[0x1]]);}),_0x3c2e1c['on'](_0x4ec5b2[_0x5af2d3(0x168)],_0x28ba2d=>console[_0x5af2d3(0x14b)](_0x28ba2d[0x1]));_0x4511db[_0x5af2d3(0x161)]()&&_0x4511db[_0x5af2d3(0x161)]()[_0x5af2d3(0x15b)](process[_0x5af2d3(0x134)]);_0x4511db[_0x5af2d3(0x17c)]()&&_0x4511db[_0x5af2d3(0x17c)]()[_0x5af2d3(0x15b)](process[_0x5af2d3(0x15f)]);const _0x3f2031=async()=>{const _0x5af5a5=_0x5af2d3,{forceExited:_0x401d62}=await _0x4511db[_0x5af5a5(0x170)]();_0x401d62&&console[_0x5af5a5(0x193)](_0x3191b9[_0x5af5a5(0x146)]),_0x3191b9[_0x5af5a5(0x153)](_0x55ef93,_0x2ba542);},_0x308916=_0x4ec5b2['MtJyC'](pLimit,_0x33cd4d[_0x5af2d3(0x18f)]||0x1),_0x56c97e=(_0x34e630,_0x2e11e3)=>_0x308916(async()=>{const _0x2c52de=_0x5af2d3;return await _0x3c2e1c['emit'](_0x4ec5b2[_0x2c52de(0x17f)],_0x34e630),_0x257b50['platformCaps']=_0x91848b['platforms'][_0x2e11e3],_0x4511db[_0x2c52de(0x17e)](_0x34e630,_0x257b50,_0x91848b,_0x232ce7,_0x4902d8);});Promise[_0x5af2d3(0x15d)](_0x33cd4d[_0x5af2d3(0x171)]((_0x3bc497,_0x4a89ba)=>_0x56c97e(_0x3bc497,_0x4a89ba)['then'](_0x1d0e1f=>_0x3c2e1c[_0x5af2d3(0x13a)](_0x5af2d3(0x17b),[_0x3bc497,_0x1d0e1f]),_0x529ce9=>_0x3c2e1c[_0x5af2d3(0x13a)](_0x5af2d3(0x157),[_0x3bc497,_0x529ce9]))))[_0x5af2d3(0x13b)](_0x3f2031,_0x3f2031);});},exports[a44_0x495e45(0x191)]=(_0x19ff83,_0x26bf92)=>new Promise(_0x18835a=>{const _0x479d73=a44_0x495e45,_0xc89fad={'gUvOl':'exit','cfQur':function(_0x48dbe4,_0x31ec34){return _0x48dbe4===_0x31ec34;},'vENzA':function(_0xd748cd,_0x46e7c1){return _0xd748cd!==_0x46e7c1;},'vcxCk':_0x479d73(0x183),'GpHeA':function(_0x3da515,_0x2b0ef7){return _0x3da515(_0x2b0ef7);},'fFXgQ':_0x479d73(0x173),'BMrvU':_0x479d73(0x165),'ybAoA':_0x479d73(0x17d),'ZqROV':_0x479d73(0x15b),'Jdfbu':'test-file-success','YVhgh':'test-file-failure','lOwAP':function(_0x15ec19,_0x496406){return _0x15ec19(_0x496406);}},_0x236582={},_0xbe3ff5=new Worker(require['resolve'](_0xc89fad[_0x479d73(0x18d)]),{'exposedMethods':[_0xc89fad[_0x479d73(0x18e)]],'forkOptions':{'serialization':_0xc89fad[_0x479d73(0x176)],'stdio':_0xc89fad[_0x479d73(0x15a)]},'numWorkers':_0x26bf92,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x52557c=new Emittery();_0x52557c['on'](_0xc89fad[_0x479d73(0x186)],_0x4d123a=>{const _0xc4f3a=_0x479d73;_0x4d123a[0x0]&&logger[_0xc4f3a(0x187)]('Running\x20'+_0x4d123a[0x1]+_0xc4f3a(0x138),_0x4d123a[0x0]);}),_0x52557c['on'](_0xc89fad[_0x479d73(0x195)],_0x155313=>{const _0x575262=_0x479d73;process[_0x575262(0x139)]=0x1;});_0xbe3ff5[_0x479d73(0x161)]()&&_0xbe3ff5[_0x479d73(0x161)]()[_0x479d73(0x15b)](process['stdout']);_0xbe3ff5['getStderr']()&&_0xbe3ff5[_0x479d73(0x17c)]()[_0x479d73(0x15b)](process[_0x479d73(0x15f)]);const _0x427ae6=async()=>{const _0x33a019=_0x479d73,_0x3fcb3d={'JUIYq':function(_0x42c59a,_0x5b15ad){return _0xc89fad['cfQur'](_0x42c59a,_0x5b15ad);},'SiIdH':function(_0x252679,_0x3026bd){const _0xc5b151=a44_0x2a6c;return _0xc89fad[_0xc5b151(0x159)](_0x252679,_0x3026bd);}};let _0xd81168=0x0;const _0x50be4c=_0xbe3ff5[_0x33a019(0x197)][_0x33a019(0x150)](),_0x4056d1=()=>{},_0x18d3d2=_0x50be4c[_0x33a019(0x171)](async _0x391eb4=>{const _0x436438=_0x33a019;_0x391eb4[_0x436438(0x177)]([0x2,![]],_0x4056d1,_0x4056d1,_0x4056d1),_0x391eb4[_0x436438(0x13c)]['on'](_0xc89fad[_0x436438(0x135)],_0x180bf7=>{const _0x4215a7=_0x436438;_0x3fcb3d[_0x4215a7(0x13e)](_0xd81168,0x0)&&_0x3fcb3d[_0x4215a7(0x175)](_0x180bf7,0x0)&&(_0xd81168=_0x180bf7);}),await _0x391eb4[_0x436438(0x16a)]();});await Promise['all'](_0x18d3d2),process[_0x33a019(0x139)]=_0xd81168;const {forceExited:_0xefb775}=await _0xbe3ff5['end']();_0xefb775&&console[_0x33a019(0x193)](_0xc89fad[_0x33a019(0x192)]),_0xc89fad['GpHeA'](_0x18835a,_0x236582);},_0x185fd8=_0xc89fad[_0x479d73(0x13f)](pLimit,_0x26bf92),_0x44cb8f=_0x649e95=>_0x185fd8(async()=>{return _0xbe3ff5['vanillaWorker'](_0x649e95);});Promise['all'](_0x19ff83[_0x479d73(0x171)](_0x10d443=>_0x44cb8f(_0x10d443)[_0x479d73(0x13b)](_0xb69edb=>_0x52557c['emit'](_0x479d73(0x18b),[_0x10d443['configuration'][_0x479d73(0x14a)],_0x10d443[_0x479d73(0x133)]['file']]),_0x3e915d=>_0x52557c[_0x479d73(0x13a)]('test-file-failure',[_0x10d443,_0x3e915d]))))['then'](_0x427ae6,_0x427ae6);});
@@ -1 +1 @@
1
- function a45_0x5e96(_0x34eec2,_0x3f09f2){const _0x505406=a45_0x5054();return a45_0x5e96=function(_0x5e96ff,_0x404687){_0x5e96ff=_0x5e96ff-0x122;let _0x30935f=_0x505406[_0x5e96ff];return _0x30935f;},a45_0x5e96(_0x34eec2,_0x3f09f2);}function a45_0x5054(){const _0x2cdc2e=['run','gDykQ','260631DsWArz','aRXAQ','fcxBV','424POrunM','ugkDA','runCucumberTest','XGxkB','cucumber-js','formatter','../launcher/launcher','yZhIh','922EDQZzS','vanilla','87444efmVRw','57204MqhPUs','116104YQOtQa','274070QZaJoJ','hQQKY','TKJSE','136500ruXwfJ','runVanillaTest','configuration'];a45_0x5054=function(){return _0x2cdc2e;};return a45_0x5054();}const a45_0x54d5d3=a45_0x5e96;(function(_0x37f64b,_0xed3bf1){const _0x45ca4f=a45_0x5e96,_0x593663=_0x37f64b();while(!![]){try{const _0x391ebc=-parseInt(_0x45ca4f(0x122))/0x1*(-parseInt(_0x45ca4f(0x132))/0x2)+-parseInt(_0x45ca4f(0x124))/0x3+parseInt(_0x45ca4f(0x125))/0x4+-parseInt(_0x45ca4f(0x127))/0x5+parseInt(_0x45ca4f(0x12a))/0x6+-parseInt(_0x45ca4f(0x12f))/0x7+parseInt(_0x45ca4f(0x126))/0x8;if(_0x391ebc===_0xed3bf1)break;else _0x593663['push'](_0x593663['shift']());}catch(_0x481f52){_0x593663['push'](_0x593663['shift']());}}}(a45_0x5054,0x1eb89),exports['runTest']=async(_0x4c8abe,_0x54fe10)=>{const _0x353bd4=a45_0x5e96,_0xba9e1a={'yZhIh':function(_0x4c2139,_0x1fb91c){return _0x4c2139(_0x1fb91c);},'XGxkB':'../launcher/launcher','ugkDA':'mocha'},_0x12fe8d=_0xba9e1a[_0x353bd4(0x139)](require,_0xba9e1a[_0x353bd4(0x135)]),_0x36da9e=new _0x12fe8d(_0xba9e1a[_0x353bd4(0x133)],_0x4c8abe,_0x54fe10);return await _0x36da9e[_0x353bd4(0x12d)]();},exports[a45_0x54d5d3(0x134)]=async(_0x369153,_0x1f813a,_0x4fc31a,_0x3ed309,_0x5b28a2)=>{const _0xeab58b=a45_0x54d5d3,_0x2d6890={'fcxBV':function(_0x432388,_0x19f5f4){return _0x432388(_0x19f5f4);},'hQQKY':_0xeab58b(0x138),'TKJSE':_0xeab58b(0x136)},_0x2d6f87={'capability':_0x369153,..._0x1f813a},_0x31ba22={};_0x31ba22[_0xeab58b(0x12c)]=_0x2d6f87,_0x31ba22[_0xeab58b(0x137)]=_0x5b28a2;const _0x2c77e1=_0x31ba22,_0x54b042=_0x2d6890[_0xeab58b(0x131)](require,_0x2d6890[_0xeab58b(0x128)]),_0x445317=new _0x54b042(_0x2d6890[_0xeab58b(0x129)],_0x2c77e1,_0x4fc31a,_0x3ed309);return await _0x445317[_0xeab58b(0x12d)]();},exports[a45_0x54d5d3(0x12b)]=async _0x257f9f=>{const _0x211123=a45_0x54d5d3,_0xe923e9={'gDykQ':function(_0x3d824e,_0x388c8a){return _0x3d824e(_0x388c8a);},'rNOaJ':_0x211123(0x138),'aRXAQ':_0x211123(0x123)},_0x56e303=_0xe923e9[_0x211123(0x12e)](require,_0xe923e9['rNOaJ']),_0x23b331=new _0x56e303(_0xe923e9[_0x211123(0x130)],_0x257f9f);return await _0x23b331[_0x211123(0x12d)]();});
1
+ function a45_0x4e5f(){const _0x50e3e8=['tjuaw','2855510GgoTrV','1611654sPMIZU','ZIEOX','run','3933544aVLpec','rMUIq','runVanillaTest','formatter','svAHO','configuration','2241106HwwPXQ','../launcher/launcher','3353469tdqjRM','69RxoJcc','runCucumberTest','jIZbf','AXAKx','mocha','nKGBX','4183355pOvxpT','9MhNGKp','6xDKqEw','1lhmJFR','75592tNKDDN'];a45_0x4e5f=function(){return _0x50e3e8;};return a45_0x4e5f();}const a45_0x17f234=a45_0x462e;function a45_0x462e(_0x58603d,_0x3917ea){const _0x4e5f5b=a45_0x4e5f();return a45_0x462e=function(_0x462e55,_0x289e85){_0x462e55=_0x462e55-0x102;let _0x527051=_0x4e5f5b[_0x462e55];return _0x527051;},a45_0x462e(_0x58603d,_0x3917ea);}(function(_0x5efc33,_0x1864e9){const _0x241a73=a45_0x462e,_0x3834f2=_0x5efc33();while(!![]){try{const _0x4cb17a=parseInt(_0x241a73(0x117))/0x1*(-parseInt(_0x241a73(0x10b))/0x2)+-parseInt(_0x241a73(0x10e))/0x3*(-parseInt(_0x241a73(0x118))/0x4)+parseInt(_0x241a73(0x114))/0x5+parseInt(_0x241a73(0x116))/0x6*(parseInt(_0x241a73(0x10d))/0x7)+parseInt(_0x241a73(0x105))/0x8*(-parseInt(_0x241a73(0x115))/0x9)+parseInt(_0x241a73(0x11a))/0xa+parseInt(_0x241a73(0x102))/0xb;if(_0x4cb17a===_0x1864e9)break;else _0x3834f2['push'](_0x3834f2['shift']());}catch(_0x58e866){_0x3834f2['push'](_0x3834f2['shift']());}}}(a45_0x4e5f,0x8b363),exports['runTest']=async(_0x5bfe0d,_0x4972e6)=>{const _0x41df7b=a45_0x462e,_0x2940f9={'jIZbf':function(_0x11a516,_0x2f48ad){return _0x11a516(_0x2f48ad);},'tjuaw':_0x41df7b(0x10c),'rMUIq':_0x41df7b(0x112)},_0x4c8be3=_0x2940f9[_0x41df7b(0x110)](require,_0x2940f9[_0x41df7b(0x119)]),_0x3c1305=new _0x4c8be3(_0x2940f9[_0x41df7b(0x106)],_0x5bfe0d,_0x4972e6);return await _0x3c1305[_0x41df7b(0x104)]();},exports[a45_0x17f234(0x10f)]=async(_0x34b2fc,_0x13e1df,_0x474d64,_0x3fc349,_0x295e1c)=>{const _0x17569f=a45_0x17f234,_0x8aa1f8={'ZIEOX':function(_0x21c3c8,_0x5a0f6e){return _0x21c3c8(_0x5a0f6e);},'nKGBX':'../launcher/launcher','AXAKx':'cucumber-js'},_0x258c0d={'capability':_0x34b2fc,..._0x13e1df},_0x124fe2={};_0x124fe2[_0x17569f(0x10a)]=_0x258c0d,_0x124fe2[_0x17569f(0x108)]=_0x295e1c;const _0x64325c=_0x124fe2,_0x25aa21=_0x8aa1f8[_0x17569f(0x103)](require,_0x8aa1f8[_0x17569f(0x113)]),_0x42eba2=new _0x25aa21(_0x8aa1f8[_0x17569f(0x111)],_0x64325c,_0x474d64,_0x3fc349);return await _0x42eba2[_0x17569f(0x104)]();},exports[a45_0x17f234(0x107)]=async _0x1f544a=>{const _0x147c83=a45_0x17f234,_0xef122a={'ENPYI':function(_0x1f25e9,_0x574519){return _0x1f25e9(_0x574519);},'rGEZj':_0x147c83(0x10c),'svAHO':'vanilla'},_0x4f0505=_0xef122a['ENPYI'](require,_0xef122a['rGEZj']),_0x133e97=new _0x4f0505(_0xef122a[_0x147c83(0x109)],_0x1f544a);return await _0x133e97[_0x147c83(0x104)]();});
@@ -1 +1 @@
1
- const a46_0x14d39d=a46_0x744b;(function(_0xddb543,_0x1e9a2a){const _0xb514eb=a46_0x744b,_0x4ca70f=_0xddb543();while(!![]){try{const _0x4f74ed=parseInt(_0xb514eb(0x13f))/0x1+parseInt(_0xb514eb(0x13a))/0x2*(-parseInt(_0xb514eb(0x141))/0x3)+parseInt(_0xb514eb(0x140))/0x4+-parseInt(_0xb514eb(0x13d))/0x5*(-parseInt(_0xb514eb(0x145))/0x6)+-parseInt(_0xb514eb(0x13b))/0x7+-parseInt(_0xb514eb(0x146))/0x8*(parseInt(_0xb514eb(0x142))/0x9)+parseInt(_0xb514eb(0x13c))/0xa;if(_0x4f74ed===_0x1e9a2a)break;else _0x4ca70f['push'](_0x4ca70f['shift']());}catch(_0x2ac0c1){_0x4ca70f['push'](_0x4ca70f['shift']());}}}(a46_0x2c48,0x75339));function a46_0x744b(_0x3c3276,_0x74bdbd){const _0x2c4855=a46_0x2c48();return a46_0x744b=function(_0x744b83,_0x57d0fe){_0x744b83=_0x744b83-0x139;let _0x4faed9=_0x2c4855[_0x744b83];return _0x4faed9;},a46_0x744b(_0x3c3276,_0x74bdbd);}const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x14d39d(0x144));function a46_0x2c48(){const _0x306324=['yFFYC','208516xvofzJ','719180BPcryl','3qVlEag','8074593qVAQrd','vanillaWorker','./runTest','66dysuyV','8paroZB','AOjNV','1887786lDLRvT','6428835gqAAaH','19062990CiNIzR','429510VOnRhp'];a46_0x2c48=function(){return _0x306324;};return a46_0x2c48();}exports['worker']=async(_0x3da1ac,_0x6ff48d)=>{const _0x4edc79=a46_0x14d39d,_0x382a87={'yFFYC':function(_0x5684c2,_0x25d5ae,_0x5f12f2){return _0x5684c2(_0x25d5ae,_0x5f12f2);}};return await _0x382a87[_0x4edc79(0x13e)](runTest,_0x3da1ac,_0x6ff48d);},exports['cucumberWorker']=async(_0x4f0273,_0x113bc5,_0x54c515,_0x48374f,_0x5dbe72)=>{const _0x75e4ef=a46_0x14d39d,_0x3a5a50={'AOjNV':function(_0x1185db,_0x1ef406,_0x49b7e8,_0xbb41a1,_0x34f377,_0x29f88a){return _0x1185db(_0x1ef406,_0x49b7e8,_0xbb41a1,_0x34f377,_0x29f88a);}};return await _0x3a5a50[_0x75e4ef(0x139)](runCucumberTest,_0x4f0273,_0x113bc5,_0x54c515,_0x48374f,_0x5dbe72);},exports[a46_0x14d39d(0x143)]=async _0x51638d=>{const _0x55f8c8={'olcdK':function(_0x52b348,_0x2e6e5c){return _0x52b348(_0x2e6e5c);}};return await _0x55f8c8['olcdK'](runVanillaTest,_0x51638d);};
1
+ const a46_0x2e8849=a46_0x5aec;function a46_0x5aec(_0x21a219,_0x3220bd){const _0x51956a=a46_0x5195();return a46_0x5aec=function(_0x5aec56,_0x16a8f8){_0x5aec56=_0x5aec56-0xd2;let _0x57fb66=_0x51956a[_0x5aec56];return _0x57fb66;},a46_0x5aec(_0x21a219,_0x3220bd);}(function(_0x5dff89,_0x168b56){const _0x4dfbc0=a46_0x5aec,_0x182407=_0x5dff89();while(!![]){try{const _0x472824=parseInt(_0x4dfbc0(0xd2))/0x1*(-parseInt(_0x4dfbc0(0xdc))/0x2)+parseInt(_0x4dfbc0(0xd7))/0x3+parseInt(_0x4dfbc0(0xd8))/0x4*(parseInt(_0x4dfbc0(0xe0))/0x5)+-parseInt(_0x4dfbc0(0xdd))/0x6+-parseInt(_0x4dfbc0(0xd4))/0x7*(parseInt(_0x4dfbc0(0xd5))/0x8)+parseInt(_0x4dfbc0(0xde))/0x9+parseInt(_0x4dfbc0(0xdb))/0xa;if(_0x472824===_0x168b56)break;else _0x182407['push'](_0x182407['shift']());}catch(_0x3cdc1d){_0x182407['push'](_0x182407['shift']());}}}(a46_0x5195,0x5529e));const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x2e8849(0xd6));function a46_0x5195(){const _0x1746f4=['5768352GFIymF','KvlsX','2122595SrvDxS','91229TUpFyY','FgJRe','42NuZFUi','185488fZcIKe','./runTest','695937pcyPwD','4XKSWBT','ZsHHM','cucumberWorker','2144830uAEdkk','10iXYrOP','3406908ZzAdBS'];a46_0x5195=function(){return _0x1746f4;};return a46_0x5195();}exports['worker']=async(_0x56dd6a,_0x1514b0)=>{const _0x1cd516=a46_0x2e8849,_0xd0507f={'KvlsX':function(_0x511261,_0x3768c7,_0x1270d4){return _0x511261(_0x3768c7,_0x1270d4);}};return await _0xd0507f[_0x1cd516(0xdf)](runTest,_0x56dd6a,_0x1514b0);},exports[a46_0x2e8849(0xda)]=async(_0x103350,_0x329040,_0xbadcb2,_0x32cd6d,_0x20a2b8)=>{const _0x452a9f=a46_0x2e8849,_0x5240a8={'FgJRe':function(_0x4211a5,_0x593ae3,_0x5a79fe,_0xb85771,_0x3a3022,_0x5325b3){return _0x4211a5(_0x593ae3,_0x5a79fe,_0xb85771,_0x3a3022,_0x5325b3);}};return await _0x5240a8[_0x452a9f(0xd3)](runCucumberTest,_0x103350,_0x329040,_0xbadcb2,_0x32cd6d,_0x20a2b8);},exports['vanillaWorker']=async _0x19efb3=>{const _0x522767=a46_0x2e8849,_0x2c5537={'ZsHHM':function(_0x2292f8,_0xfad3d){return _0x2292f8(_0xfad3d);}};return await _0x2c5537[_0x522767(0xd9)](runVanillaTest,_0x19efb3);};