browserstack-node-sdk 1.33.5 → 1.33.6

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
- 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
+ const a39_0x86c724=a39_0x8046;(function(_0xa0d6fb,_0x14a09c){const _0x43e0ed=a39_0x8046,_0x58ecba=_0xa0d6fb();while(!![]){try{const _0x4866c2=-parseInt(_0x43e0ed(0x1ba))/0x1*(-parseInt(_0x43e0ed(0x1cf))/0x2)+-parseInt(_0x43e0ed(0x19b))/0x3*(-parseInt(_0x43e0ed(0x203))/0x4)+-parseInt(_0x43e0ed(0x1a6))/0x5+-parseInt(_0x43e0ed(0x1b4))/0x6*(-parseInt(_0x43e0ed(0x216))/0x7)+-parseInt(_0x43e0ed(0x248))/0x8*(parseInt(_0x43e0ed(0x1ad))/0x9)+-parseInt(_0x43e0ed(0x16f))/0xa*(-parseInt(_0x43e0ed(0x24f))/0xb)+parseInt(_0x43e0ed(0x171))/0xc*(-parseInt(_0x43e0ed(0x1a7))/0xd);if(_0x4866c2===_0x14a09c)break;else _0x58ecba['push'](_0x58ecba['shift']());}catch(_0x22e3d0){_0x58ecba['push'](_0x58ecba['shift']());}}}(a39_0xf51b,0x1f0f1));const RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a39_0x86c724(0x1a4)),{v4:uuidv4}=require(a39_0x86c724(0x1c3)),path=require(a39_0x86c724(0x226)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a39_0x86c724(0x1e1)),{getGitMetaData,setLogLevel}=require('../../../helpers/helper'),TestDetails=require(a39_0x86c724(0x1bd)),fs=require('fs'),util=require(a39_0x86c724(0x21a)),{o11yClassErrorHandler}=require(a39_0x86c724(0x1e6)),PerformanceTester=require(a39_0x86c724(0x213)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require(a39_0x86c724(0x1ff)),{appendTesthubParams}=require(a39_0x86c724(0x1e5)),TestHubHandler=require(a39_0x86c724(0x1cb));function a39_0x8046(_0xcbad,_0x4f0fb4){const _0xf51b60=a39_0xf51b();return a39_0x8046=function(_0x804629,_0x2dc062){_0x804629=_0x804629-0x16e;let _0x141d82=_0xf51b60[_0x804629];return _0x141d82;},a39_0x8046(_0xcbad,_0x4f0fb4);}class MyReporter{constructor(_0x38a340){const _0x552992=a39_0x86c724,_0xecde70={'oaFWz':_0x552992(0x1ee),'qYjlr':function(_0x4aa73f,_0x42a53c,_0x411325,_0x4ae856){return _0x4aa73f(_0x42a53c,_0x411325,_0x4ae856);},'gjiBU':_0x552992(0x1f2)},_0x4cb1b8=_0xecde70['oaFWz']['split']('|');let _0x3850d2=0x0;while(!![]){switch(_0x4cb1b8[_0x3850d2++]){case'0':this['options']=_0x38a340;continue;case'1':const _0x19fe48={};_0x19fe48[_0x552992(0x1a1)]=process['env'][_0x552992(0x20a)],_0xecde70['qYjlr'](setLogLevel,_0x19fe48,new Map(),new Map());continue;case'2':process[_0x552992(0x18d)][_0x552992(0x18f)]&&(PerformanceTester[_0x552992(0x237)](_0xecde70[_0x552992(0x199)]),process[_0x552992(0x18d)]['START_TIME']=new Date()[_0x552992(0x24c)]());continue;case'3':this['_tests']={};continue;case'4':this[_0x552992(0x1b5)]=null;continue;case'5':this['_gitConfigured']=![];continue;case'6':this['_testHooksMap']={};continue;}break;}}async['onBegin'](){const _0x481f41=a39_0x86c724;TestDetails[_0x481f41(0x1d4)](),await this[_0x481f41(0x17a)]();}async[a39_0x86c724(0x1c7)](_0x27c037,_0x49083f){const _0x269d64=a39_0x86c724,_0x773759={'IFefn':function(_0x532934,_0x6ba8f7){return _0x532934(_0x6ba8f7);},'Zurtg':_0x269d64(0x1d1)},_0x23ffcf=this['getTestIdentifier'](_0x27c037);this[_0x269d64(0x23d)][_0x23ffcf]={'uuid':TestDetails[_0x269d64(0x1f7)](this[_0x269d64(0x249)](_0x27c037,_0x49083f[_0x269d64(0x17b)])),'startedAt':_0x49083f[_0x269d64(0x246)]},_0x773759['IFefn'](trace,_0x269d64(0x1cd)+_0x23ffcf),await this[_0x269d64(0x1a3)](_0x27c037,_0x773759['Zurtg'],_0x49083f);}async[a39_0x86c724(0x215)](_0x5b5216,_0x2084f8,_0x577506){const _0x2d29c6=a39_0x86c724,_0x4ff7c8={'aHfYS':function(_0x21048a,_0xf8bf0f){return _0x21048a(_0xf8bf0f);},'KkqGh':_0x2d29c6(0x188)};if(!this['needToReportStep'](_0x577506,_0x5b5216))return;const _0x2a2e0f=this[_0x2d29c6(0x21d)](_0x5b5216,_0x577506);this[_0x2d29c6(0x23d)][_0x2a2e0f]={'uuid':TestDetails[_0x2d29c6(0x1f7)](_0x2a2e0f),'startedAt':_0x577506[_0x2d29c6(0x246)][_0x2d29c6(0x24c)]()};const _0x42329f=this['getTestRunIdentifier'](_0x5b5216,_0x2084f8[_0x2d29c6(0x17b)]);!this[_0x2d29c6(0x192)][_0x42329f]&&(this[_0x2d29c6(0x192)][_0x42329f]=[]),this['_testHooksMap'][_0x42329f]['push'](this[_0x2d29c6(0x23d)][_0x2a2e0f]['uuid']),_0x4ff7c8[_0x2d29c6(0x172)](trace,'Hook\x20Started\x20with\x20unique\x20id\x20'+_0x2a2e0f+_0x2d29c6(0x1fd)+_0x42329f),await this['sendHookRunEvent'](_0x5b5216,_0x577506,_0x4ff7c8[_0x2d29c6(0x19e)],_0x2084f8);}async['onStepEnd'](_0x281d44,_0x388b03,_0x44642d){const _0x386a74=a39_0x86c724,_0xd4cc3={'oDnJc':function(_0x2c62ee,_0x55abe6){return _0x2c62ee+_0x55abe6;},'kfjZL':function(_0x226897,_0x3a1643){return _0x226897(_0x3a1643);},'shlRY':_0x386a74(0x1d3)};if(!this[_0x386a74(0x22e)](_0x44642d,_0x281d44))return;const _0x255618=this[_0x386a74(0x1a2)](_0x281d44,_0x44642d);this[_0x386a74(0x23d)][_0x255618]={...this[_0x386a74(0x23d)][_0x255618]||{},'finishedAt':new Date(_0xd4cc3[_0x386a74(0x1fa)](_0x44642d[_0x386a74(0x246)][_0x386a74(0x17d)](),_0x44642d[_0x386a74(0x243)]))},_0xd4cc3[_0x386a74(0x255)](trace,_0x386a74(0x1eb)+_0x255618+_0x386a74(0x222)),await this[_0x386a74(0x1b6)](_0x281d44,_0x44642d,_0xd4cc3[_0x386a74(0x183)],_0x388b03);}async[a39_0x86c724(0x19f)](_0x53649c,_0x1fe068){const _0x4a103d=a39_0x86c724,_0xd74716={'TkHdP':function(_0x310b29,_0x20c815){return _0x310b29===_0x20c815;},'hFOAy':_0x4a103d(0x185),'Hnhep':'TEST_SCREENSHOT','qVNNX':_0x4a103d(0x244),'eECMB':function(_0x25ade7,_0x5465d8){return _0x25ade7(_0x5465d8);},'sqykb':_0x4a103d(0x1de),'sjugB':function(_0x574dc6,_0x5d28da){return _0x574dc6>_0x5d28da;}},_0x4a235e=this[_0x4a103d(0x1dd)](_0x53649c),_0x3fa7c7=TestDetails[_0x4a103d(0x1f7)](this[_0x4a103d(0x249)](_0x53649c,_0x1fe068[_0x4a103d(0x17b)]));this['_tests'][_0x4a235e]={...this[_0x4a103d(0x23d)][_0x4a235e]||{},'finishedAt':new Date()[_0x4a103d(0x24c)]()},_0xd74716[_0x4a103d(0x1e4)](trace,_0x4a103d(0x1d6)+_0x4a235e),await this['sendTestRunEvent'](_0x53649c,_0xd74716[_0x4a103d(0x224)],_0x1fe068);const _0x1e598d=[];_0x1fe068['attachments']&&_0x1fe068[_0x4a103d(0x220)]['map'](_0x474080=>{const _0x318928=_0x4a103d;if(_0xd74716[_0x318928(0x241)](_0x474080[_0x318928(0x21b)],_0xd74716[_0x318928(0x245)])){if(!fs[_0x318928(0x1ed)](_0x474080[_0x318928(0x226)]))return;_0x1e598d[_0x318928(0x1df)]({'test_run_uuid':_0x3fa7c7,'timestamp':fs[_0x318928(0x208)](_0x474080['path'])[_0x318928(0x181)],'kind':_0xd74716[_0x318928(0x1b7)],'message':fs['readFileSync'](_0x474080[_0x318928(0x226)],{'encoding':_0xd74716['qVNNX']})});}}),_0xd74716[_0x4a103d(0x1f5)](_0x1e598d[_0x4a103d(0x25c)],0x0)&&await MyReporter[_0x4a103d(0x25b)](_0x1e598d);}async['endSession'](){const _0x86fd63=a39_0x86c724;await RequestQueueHandler[_0x86fd63(0x236)]()[_0x86fd63(0x177)](),TestDetails['shutdown']();}async[a39_0x86c724(0x221)](_0x1d5813){const _0x2f330f=a39_0x86c724,_0x175244={'fiCCq':function(_0x5c45e0){return _0x5c45e0();},'mjUDm':function(_0x5998a9,_0x57ccb6){return _0x5998a9(_0x57ccb6);}};await this[_0x2f330f(0x1d5)](),_0x175244[_0x2f330f(0x200)](printBuildLink);try{process[_0x2f330f(0x18d)][_0x2f330f(0x18f)]&&await _0x175244['fiCCq'](calculatePerformance);}catch(_0x17daf1){_0x175244[_0x2f330f(0x1e0)](debug,'Error\x20in\x20calculating\x20performance:\x20'+_0x17daf1[_0x2f330f(0x1d8)]());}}static async[a39_0x86c724(0x23e)](_0x519085,_0x19daa1){const _0x3f7ced=a39_0x86c724;_0x19daa1['test_run_uuid']=TestDetails[_0x3f7ced(0x1f7)](_0x519085),await this[_0x3f7ced(0x25b)]([_0x19daa1]);}static async['reportLogs'](_0x5b7a17){const _0x2a6d7e=a39_0x86c724,_0x4739e0={};_0x4739e0[_0x2a6d7e(0x242)]=_0x2a6d7e(0x173);const _0xdd21b2=_0x4739e0,_0x1043e2={};_0x1043e2[_0x2a6d7e(0x1bc)]=_0xdd21b2[_0x2a6d7e(0x242)],_0x1043e2['logs']=_0x5b7a17,await SessionHandler[_0x2a6d7e(0x210)](_0x1043e2);}async['sendHookRunEvent'](_0x256fbc,_0x369fd7,_0x254f44,_0x463c89){const _0x2225a4=a39_0x86c724,_0x531224={'lVZqP':_0x2225a4(0x1ec),'gTKQj':_0x2225a4(0x187),'wVPXk':_0x2225a4(0x195),'isucQ':function(_0xfb3e3c,_0x1e78d6){return _0xfb3e3c>=_0x1e78d6;},'WUjfw':function(_0x39a736,_0x126eba){return _0x39a736===_0x126eba;},'ARGRd':_0x2225a4(0x1d3),'yuQmd':function(_0x5d50d0,_0x2770be){return _0x5d50d0>_0x2770be;},'bvlds':_0x2225a4(0x207),'DNVvS':function(_0x45891d,_0x13d10a){return _0x45891d(_0x13d10a);},'ccCZj':function(_0x334fe8,_0x2ee97b,_0x522444){return _0x334fe8(_0x2ee97b,_0x522444);},'dfjTn':_0x2225a4(0x1cc),'EBdzW':function(_0x5a6655,_0x18567f){return _0x5a6655===_0x18567f;},'craJn':'passed'},_0x1f7a92=this[_0x2225a4(0x1a2)](_0x256fbc,_0x369fd7),_0x1c3879=this[_0x2225a4(0x23d)][_0x1f7a92],_0xf5a948={'uuid':_0x1c3879['uuid'],'type':_0x531224[_0x2225a4(0x1b0)],'hook_type':this[_0x2225a4(0x1be)](_0x369fd7['title']),'name':_0x369fd7[_0x2225a4(0x21f)],'scope':this[_0x2225a4(0x1fb)](_0x369fd7),'scopes':this[_0x2225a4(0x228)](_0x256fbc),'body':{'lang':_0x531224[_0x2225a4(0x1d2)],'code':null},'identifier':_0x1f7a92,'file_name':path[_0x2225a4(0x190)](process[_0x2225a4(0x1c9)](),_0x256fbc['location'][_0x2225a4(0x1da)]),'location':path[_0x2225a4(0x190)](process[_0x2225a4(0x1c9)](),_0x256fbc[_0x2225a4(0x198)][_0x2225a4(0x1da)]),'result':_0x531224[_0x2225a4(0x178)],'duration_in_ms':_0x531224[_0x2225a4(0x1f3)](_0x369fd7[_0x2225a4(0x243)],0x0)?_0x369fd7[_0x2225a4(0x243)]:undefined,'vc_filepath':this[_0x2225a4(0x1b5)]&&_0x256fbc['location'][_0x2225a4(0x1da)]?path['relative'](this[_0x2225a4(0x1b5)],_0x256fbc['location'][_0x2225a4(0x1da)]):undefined,'started_at':_0x1c3879['startedAt'],'finished_at':_0x1c3879[_0x2225a4(0x24e)],'framework':FRAMEWORKS['PLAYWRIGHT']};if(_0x531224[_0x2225a4(0x179)](_0x254f44,_0x531224[_0x2225a4(0x21c)])){const {steps:_0x1f7b32,logs:_0x231344}=this[_0x2225a4(0x253)](_0x369fd7[_0x2225a4(0x211)],_0x1c3879[_0x2225a4(0x1c3)],_0x531224[_0x2225a4(0x1b0)]);_0x231344&&_0x531224['yuQmd'](_0x231344[_0x2225a4(0x25c)],0x0)&&await MyReporter['reportLogs'](_0x231344);const _0xf397c0={};_0xf397c0[_0x2225a4(0x211)]=_0x1f7b32,_0xf5a948[_0x2225a4(0x1ce)]=_0xf397c0;if(_0x369fd7[_0x2225a4(0x1d7)]){_0xf5a948[_0x2225a4(0x20e)]=_0x531224[_0x2225a4(0x205)],_0xf5a948['failure_reason']=_0x531224[_0x2225a4(0x174)](removeAnsiColors,_0x369fd7[_0x2225a4(0x1d7)][_0x2225a4(0x25a)]),_0xf5a948[_0x2225a4(0x196)]=_0x531224[_0x2225a4(0x174)](getFailureType,_0x369fd7[_0x2225a4(0x1d7)]['message']);const _0x5d7cdf=_0x531224['ccCZj'](failureData,_0x369fd7[_0x2225a4(0x1d7)],_0x531224[_0x2225a4(0x22b)]);if(_0x5d7cdf&&_0x531224[_0x2225a4(0x256)](_0x5d7cdf[_0x2225a4(0x25c)],0x0)){const _0x1b1260={};_0x1b1260[_0x2225a4(0x235)]=[_0xf5a948['failure_reason']],_0x1b1260[_0x2225a4(0x1ea)]=[],_0x5d7cdf[_0x2225a4(0x1df)](_0x1b1260);}_0xf5a948['failure']=_0x5d7cdf;}else _0xf5a948[_0x2225a4(0x20e)]=_0x531224[_0x2225a4(0x258)];}const _0x2d7b7c={};_0x2d7b7c[_0x2225a4(0x1bc)]=_0x254f44,_0x2d7b7c['hook_run']=_0xf5a948;const _0x3c109b=_0x2d7b7c;await SessionHandler[_0x2225a4(0x210)](_0x3c109b);}[a39_0x86c724(0x253)](_0x452489,_0x24dbe0,_0x304855){const _0x3ae524=a39_0x86c724,_0x3fa81e={'UtTGI':function(_0x1bfde1,_0x2034db){return _0x1bfde1===_0x2034db;},'MNLGe':_0x3ae524(0x1ec),'GucmT':function(_0x386481,_0x5cbbaa){return _0x386481===_0x5cbbaa;},'nvOgV':_0x3ae524(0x250),'SNfTK':_0x3ae524(0x170),'WlQKe':function(_0x125e63,_0x5834a5){return _0x125e63===_0x5834a5;},'LBkJK':function(_0x438006,_0x439140){return _0x438006===_0x439140;},'ivNyo':_0x3ae524(0x1f0),'NIxTs':_0x3ae524(0x1b1),'nTBbl':_0x3ae524(0x1c8),'jquuq':_0x3ae524(0x1b8),'vVAfn':'failed','ipbzJ':_0x3ae524(0x24d),'ICCSo':function(_0xbb9f49,_0x48a201){return _0xbb9f49(_0x48a201);},'XNzhl':function(_0x2c5221,_0x678509){return _0x2c5221(_0x678509);},'NkxCY':function(_0x1554d3){return _0x1554d3();},'HUzjK':function(_0x248238,_0xa1675,_0x4f243c){return _0x248238(_0xa1675,_0x4f243c);},'kPyrZ':function(_0x5e63d8,_0x4744c8,_0x4830f2){return _0x5e63d8(_0x4744c8,_0x4830f2);}},_0x53df1a=[],_0x206ccf=[],_0x2e6a65=_0x452489['filter'](_0x560a1a=>{const _0x4c0830=_0x3ae524;if(_0x3fa81e[_0x4c0830(0x1ef)](_0x560a1a[_0x4c0830(0x18a)],_0x3fa81e[_0x4c0830(0x1f9)])&&(_0x3fa81e[_0x4c0830(0x22a)](_0x560a1a[_0x4c0830(0x21f)],_0x3fa81e[_0x4c0830(0x1f1)])||_0x3fa81e['GucmT'](_0x560a1a[_0x4c0830(0x21f)],_0x3fa81e[_0x4c0830(0x19a)])))return![];return!![];}),_0x413c10=(_0x8d48ba,_0x27399a=![])=>{const _0x1a60c6=_0x3ae524;if(_0x3fa81e[_0x1a60c6(0x1f6)](_0x8d48ba['steps']['length'],0x0)){const _0x625933=_0x3fa81e[_0x1a60c6(0x175)](_0x304855,_0x3fa81e[_0x1a60c6(0x1db)])?_0x3fa81e['NIxTs']:_0x3fa81e[_0x1a60c6(0x218)];_0x206ccf[_0x1a60c6(0x1df)]({'kind':_0x3fa81e[_0x1a60c6(0x1d9)],[_0x625933]:_0x24dbe0,'message':_0x8d48ba[_0x1a60c6(0x21f)],'timestamp':_0x8d48ba[_0x1a60c6(0x246)][_0x1a60c6(0x24c)](),'level':_0x8d48ba[_0x1a60c6(0x1d7)]?_0x3fa81e[_0x1a60c6(0x186)]:_0x3fa81e[_0x1a60c6(0x227)],'duration':_0x8d48ba[_0x1a60c6(0x243)],'failure':_0x8d48ba[_0x1a60c6(0x1d7)]&&_0x8d48ba[_0x1a60c6(0x1d7)][_0x1a60c6(0x25a)]&&_0x3fa81e[_0x1a60c6(0x1ae)](removeAnsiColors,_0x8d48ba['error'][_0x1a60c6(0x25a)]),'failure_type':_0x3fa81e['XNzhl'](getFailureType,_0x8d48ba['error']&&_0x8d48ba[_0x1a60c6(0x1d7)][_0x1a60c6(0x25a)])});}else{!_0x27399a&&_0x53df1a[_0x1a60c6(0x1df)]({'id':_0x3fa81e[_0x1a60c6(0x20d)](uuidv4),'text':_0x8d48ba[_0x1a60c6(0x21f)],'keyword':undefined,'started_at':_0x8d48ba[_0x1a60c6(0x246)]['toISOString'](),'duration':_0x8d48ba[_0x1a60c6(0x243)],'result':_0x8d48ba[_0x1a60c6(0x1d7)]?_0x3fa81e[_0x1a60c6(0x186)]:_0x3fa81e[_0x1a60c6(0x227)],'failure':_0x8d48ba[_0x1a60c6(0x1d7)]&&_0x8d48ba[_0x1a60c6(0x1d7)][_0x1a60c6(0x25a)]&&_0x3fa81e[_0x1a60c6(0x251)](removeAnsiColors,_0x8d48ba[_0x1a60c6(0x1d7)]['message']),'failure_type':_0x3fa81e[_0x1a60c6(0x251)](getFailureType,_0x8d48ba[_0x1a60c6(0x1d7)]&&_0x8d48ba[_0x1a60c6(0x1d7)][_0x1a60c6(0x25a)])});for(const _0x22d412 of _0x8d48ba[_0x1a60c6(0x211)]){_0x3fa81e[_0x1a60c6(0x1c6)](_0x413c10,_0x22d412,!![]);}}};for(const _0x41f13e of _0x2e6a65){_0x3fa81e[_0x3ae524(0x1ac)](_0x413c10,_0x41f13e,![]);}const _0xb9d1e9={};return _0xb9d1e9[_0x3ae524(0x211)]=_0x53df1a,_0xb9d1e9['logs']=_0x206ccf,_0xb9d1e9;}async['sendTestRunEvent'](_0x204fe0,_0x1ed696,_0x3f5aa9){const _0x29a6b1=a39_0x86c724,_0x244c8f={'nPNok':'test','uQVNK':_0x29a6b1(0x187),'gJwYi':'pending','kLSOD':function(_0x264bb4,_0x5768b7){return _0x264bb4(_0x5768b7);},'pzQff':function(_0x50f806,_0x11e7df,_0x5998d5,_0x89d354,_0x30b66b){return _0x50f806(_0x11e7df,_0x5998d5,_0x89d354,_0x30b66b);},'TIXfA':function(_0x16de73,_0x4cd964){return _0x16de73>_0x4cd964;},'ZAGaU':function(_0x4b758b,_0x21902d){return _0x4b758b-_0x21902d;},'qRAyY':function(_0x34c12d,_0x26f26d){return _0x34c12d===_0x26f26d;},'iSTth':_0x29a6b1(0x1de),'daCAH':function(_0x3967b9,_0x57c2b6){return _0x3967b9===_0x57c2b6;},'oNMqe':function(_0x1cd3c1,_0x2596a4){return _0x1cd3c1===_0x2596a4;},'cTWfl':'skipped','lYtin':_0x29a6b1(0x24d),'RYMYB':function(_0x4aacb0,_0xb3d02a){return _0x4aacb0===_0xb3d02a;},'aAPLu':'failed','KHqyS':_0x29a6b1(0x1d0),'jsFKT':function(_0x5b1ecd,_0x4c8320){return _0x5b1ecd===_0x4c8320;},'udOui':function(_0x2c86a0,_0x57373f){return _0x2c86a0===_0x57373f;},'WeZKd':_0x29a6b1(0x19c),'QWFmv':function(_0x1800b0,_0xacfe67,_0xf7a6fa){return _0x1800b0(_0xacfe67,_0xf7a6fa);},'gMgDA':function(_0x3e9ce5,_0xa84f37){return _0x3e9ce5>_0xa84f37;}},_0x4db5c2=this[_0x29a6b1(0x1dd)](_0x204fe0),_0x57e013=this[_0x29a6b1(0x1fb)](_0x204fe0),_0x32a1f0=this['_tests'][_0x4db5c2],_0x566d5c=path[_0x29a6b1(0x190)](process[_0x29a6b1(0x1c9)](),_0x204fe0['location']['file']);await this[_0x29a6b1(0x17a)]();const _0x428bc9={'uuid':_0x32a1f0[_0x29a6b1(0x1c3)],'type':_0x244c8f['nPNok'],'name':_0x204fe0[_0x29a6b1(0x21f)],'body':{'lang':_0x244c8f[_0x29a6b1(0x18b)],'code':_0x204fe0['fn']['toString']()},'scope':_0x57e013,'scopes':this[_0x29a6b1(0x228)](_0x204fe0),'identifier':_0x4db5c2,'file_name':_0x566d5c,'location':_0x566d5c,'result':_0x244c8f[_0x29a6b1(0x206)],'duration_in_ms':_0x3f5aa9&&_0x3f5aa9['duration']?_0x3f5aa9[_0x29a6b1(0x243)]:null,'vc_filepath':this[_0x29a6b1(0x1b5)]&&_0x204fe0[_0x29a6b1(0x198)][_0x29a6b1(0x1da)]?path['relative'](this['_gitConfigPath'],_0x204fe0[_0x29a6b1(0x198)]['file']):undefined,'started_at':_0x32a1f0[_0x29a6b1(0x23a)],'finished_at':_0x32a1f0[_0x29a6b1(0x24e)],'framework':FRAMEWORKS[_0x29a6b1(0x20c)],'customRerunParam':{'rerun_name':_0x204fe0[_0x29a6b1(0x238)]()[_0x29a6b1(0x204)]('\x20')},'tags':_0x244c8f[_0x29a6b1(0x1b3)](getTagsFromTitle,_0x204fe0[_0x29a6b1(0x21f)])};_0x244c8f[_0x29a6b1(0x16e)](appendTesthubParams,_0x428bc9,_0x1ed696,_0x204fe0,FRAMEWORKS[_0x29a6b1(0x20c)]);_0x3f5aa9&&_0x244c8f[_0x29a6b1(0x217)](_0x3f5aa9[_0x29a6b1(0x17b)],0x0)&&(_0x428bc9[_0x29a6b1(0x21e)]=TestDetails[_0x29a6b1(0x1f7)](this[_0x29a6b1(0x249)](_0x204fe0,_0x244c8f[_0x29a6b1(0x22d)](_0x3f5aa9['retry'],0x1))));if(_0x244c8f[_0x29a6b1(0x18c)](_0x1ed696,_0x244c8f[_0x29a6b1(0x1bf)])){_0x428bc9['result']=_0x3f5aa9[_0x29a6b1(0x1a8)];if(_0x244c8f['daCAH'](_0x3f5aa9[_0x29a6b1(0x1a8)],_0x204fe0['expectedStatus']))_0x428bc9[_0x29a6b1(0x20e)]=_0x244c8f[_0x29a6b1(0x202)](_0x3f5aa9[_0x29a6b1(0x1a8)],_0x244c8f[_0x29a6b1(0x19d)])?_0x244c8f['cTWfl']:_0x244c8f[_0x29a6b1(0x176)];else{(_0x244c8f[_0x29a6b1(0x232)](_0x428bc9['result'],_0x244c8f[_0x29a6b1(0x176)])||_0x244c8f[_0x29a6b1(0x233)](_0x428bc9[_0x29a6b1(0x20e)],_0x244c8f['aAPLu'])||_0x244c8f[_0x29a6b1(0x233)](_0x428bc9[_0x29a6b1(0x20e)],_0x244c8f['KHqyS']))&&(_0x428bc9[_0x29a6b1(0x20e)]=_0x244c8f[_0x29a6b1(0x197)]);if(_0x244c8f[_0x29a6b1(0x1e3)](_0x3f5aa9[_0x29a6b1(0x1a8)],_0x244c8f[_0x29a6b1(0x176)])&&_0x244c8f[_0x29a6b1(0x20f)](_0x204fe0[_0x29a6b1(0x1ca)],_0x244c8f[_0x29a6b1(0x197)])){const _0x472e91={};_0x472e91[_0x29a6b1(0x25a)]=_0x244c8f['WeZKd'],_0x472e91['stack']=_0x244c8f[_0x29a6b1(0x259)],_0x3f5aa9[_0x29a6b1(0x1d7)]=_0x472e91,_0x3f5aa9[_0x29a6b1(0x1c2)]=[_0x3f5aa9[_0x29a6b1(0x1d7)]];}}const _0x404f1d=this['getTestRunIdentifier'](_0x204fe0,_0x3f5aa9['retry']);_0x428bc9[_0x29a6b1(0x1af)]=this[_0x29a6b1(0x192)][_0x404f1d];const {steps:_0x23a37e,logs:_0x255f1f}=this['getStepsAndLogs'](_0x3f5aa9[_0x29a6b1(0x211)],_0x32a1f0[_0x29a6b1(0x1c3)],_0x244c8f[_0x29a6b1(0x17e)]);await MyReporter[_0x29a6b1(0x25b)](_0x255f1f);const _0x508625={};_0x508625[_0x29a6b1(0x211)]=_0x23a37e,_0x428bc9[_0x29a6b1(0x1ce)]=_0x508625;if(_0x3f5aa9[_0x29a6b1(0x1d7)]){_0x428bc9['failure_reason']=_0x244c8f[_0x29a6b1(0x1b3)](removeAnsiColors,_0x3f5aa9[_0x29a6b1(0x1d7)][_0x29a6b1(0x25a)]),_0x428bc9[_0x29a6b1(0x196)]=_0x244c8f[_0x29a6b1(0x1b3)](getFailureType,_0x3f5aa9['error'][_0x29a6b1(0x25a)]);const _0x21234c={};_0x21234c[_0x29a6b1(0x1b1)]=_0x32a1f0[_0x29a6b1(0x1c3)];const {failureData:_0x2fb555,logs:_0x495945}=_0x244c8f['QWFmv'](getFailureData,_0x3f5aa9['errors'],_0x21234c);if(_0x2fb555&&_0x244c8f[_0x29a6b1(0x18c)](_0x2fb555[_0x29a6b1(0x25c)],0x0)){const _0x427286={};_0x427286[_0x29a6b1(0x235)]=[_0x428bc9[_0x29a6b1(0x1a9)]],_0x427286[_0x29a6b1(0x1ea)]=[],_0x2fb555[_0x29a6b1(0x1df)](_0x427286);}_0x428bc9[_0x29a6b1(0x201)]=_0x2fb555,_0x495945&&_0x244c8f[_0x29a6b1(0x194)](_0x495945[_0x29a6b1(0x25c)],0x0)&&await MyReporter[_0x29a6b1(0x25b)](_0x495945);}}const _0x259332={};_0x259332[_0x29a6b1(0x1bc)]=_0x1ed696,_0x259332['test_run']=_0x428bc9;const _0x1de3c5=_0x259332;await SessionHandler[_0x29a6b1(0x210)](_0x1de3c5);}static async[a39_0x86c724(0x18e)](_0x5ef0d3,_0x2bca97){const _0xc3c2a=a39_0x86c724,_0x14f71e={'wMnrG':function(_0x17b1db,_0x276ac3){return _0x17b1db(_0x276ac3);},'koHOG':_0xc3c2a(0x239)},_0x2c2aec={'uuid':TestDetails[_0xc3c2a(0x1f7)](_0x5ef0d3),'integrations':_0x2bca97},_0x2b3090={};_0x2b3090[_0xc3c2a(0x1c0)]=null,_0x14f71e['wMnrG'](debug,_0xc3c2a(0x234)+_0x5ef0d3+',\x20'+util[_0xc3c2a(0x212)](_0x2bca97,_0x2b3090));const _0x35d8f5={};_0x35d8f5[_0xc3c2a(0x1bc)]=_0x14f71e[_0xc3c2a(0x214)],_0x35d8f5[_0xc3c2a(0x1e8)]=_0x2c2aec,await SessionHandler[_0xc3c2a(0x210)](_0x35d8f5);}async[a39_0x86c724(0x17a)](){const _0x5c4adb=a39_0x86c724,_0x594c92={'RPeDT':function(_0x4b7126){return _0x4b7126();}};if(this[_0x5c4adb(0x191)])return;const _0x5cbba9=await _0x594c92[_0x5c4adb(0x189)](getGitMetaData);_0x5cbba9&&(this[_0x5c4adb(0x1b5)]=_0x5cbba9[_0x5c4adb(0x1a0)]),this[_0x5c4adb(0x191)]=!![];}['getHierarchy'](_0x5102c7){const _0x18c486=a39_0x86c724,_0x2ce8c8={};_0x2ce8c8[_0x18c486(0x229)]=function(_0x4ff08f,_0x580726){return _0x4ff08f!==_0x580726;};const _0x32b8b8=_0x2ce8c8,_0x2c1a3e=[];if(_0x5102c7&&_0x5102c7[_0x18c486(0x225)]){let _0x25eea9=_0x5102c7['parent'];while(_0x25eea9&&_0x32b8b8[_0x18c486(0x229)](_0x25eea9[_0x18c486(0x21f)],'')){_0x2c1a3e[_0x18c486(0x1df)](_0x25eea9[_0x18c486(0x21f)]),_0x25eea9=_0x25eea9[_0x18c486(0x225)];}}return _0x2c1a3e['reverse']()[_0x18c486(0x1aa)](0x0,0x2),_0x2c1a3e;}[a39_0x86c724(0x22e)](_0x408ebd){const _0x3873e2=a39_0x86c724,_0x375ab2={};_0x375ab2[_0x3873e2(0x230)]=function(_0x2ca0a6,_0x239819){return _0x2ca0a6!==_0x239819;},_0x375ab2[_0x3873e2(0x1ab)]='hook',_0x375ab2['pHCuH']=function(_0x37e5c8,_0x3e37b4){return _0x37e5c8===_0x3e37b4;},_0x375ab2['RJgHf']=_0x3873e2(0x1e9),_0x375ab2[_0x3873e2(0x17f)]=_0x3873e2(0x209),_0x375ab2['PbCfL']=_0x3873e2(0x20b),_0x375ab2[_0x3873e2(0x1a5)]='afterEach\x20hook';const _0x52b8d8=_0x375ab2;if(_0x52b8d8[_0x3873e2(0x230)](_0x408ebd['category'],_0x52b8d8[_0x3873e2(0x1ab)]))return![];if(_0x52b8d8[_0x3873e2(0x1b9)]([_0x52b8d8[_0x3873e2(0x257)],_0x52b8d8[_0x3873e2(0x17f)],_0x52b8d8['PbCfL'],_0x52b8d8[_0x3873e2(0x1a5)]][_0x3873e2(0x180)](_0x408ebd[_0x3873e2(0x21f)]),-0x1))return![];return!![];}[a39_0x86c724(0x1a2)](_0x38d90e,_0x569ca1){const _0x464f05=a39_0x86c724,_0xe541ad=_0x569ca1['_bs_hookIdentifier'];if(_0xe541ad)return _0xe541ad;return _0x569ca1[_0x464f05(0x21f)]+'\x20for\x20'+this[_0x464f05(0x1dd)](_0x38d90e);}[a39_0x86c724(0x21d)](_0x190213,_0x202ada){const _0x5a1dbe=a39_0x86c724,_0x9c0f6e={'oxoVa':function(_0x228c42){return _0x228c42();}};let _0x3c6ce4=_0x202ada[_0x5a1dbe(0x21f)]+_0x5a1dbe(0x184)+this['getTestIdentifier'](_0x190213);return this['_tests'][_0x3c6ce4]&&(_0x3c6ce4=_0x3c6ce4+_0x5a1dbe(0x1c4)+_0x9c0f6e[_0x5a1dbe(0x23c)](uuidv4)),_0x202ada['_bs_hookIdentifier']=_0x3c6ce4,_0x3c6ce4;}[a39_0x86c724(0x1dd)]=_0x278ad9=>{const _0x127691=a39_0x86c724,_0x112a0a={};_0x112a0a['LdOTA']=function(_0x29f205,_0x5a6bb7){return _0x29f205+_0x5a6bb7;},_0x112a0a[_0x127691(0x22c)]=function(_0x15c127,_0x1632e2){return _0x15c127+_0x1632e2;};const _0x345b8c=_0x112a0a;return _0x345b8c[_0x127691(0x1f8)](_0x345b8c[_0x127691(0x22c)](_0x278ad9[_0x127691(0x1fc)],'-'),_0x278ad9['id']);};[a39_0x86c724(0x249)]=(_0x200db0,_0x17a5e3)=>{const _0x5b1363=a39_0x86c724,_0xa013a1={};_0xa013a1[_0x5b1363(0x23b)]=function(_0x51dc27,_0x460fb4){return _0x51dc27+_0x460fb4;},_0xa013a1[_0x5b1363(0x1e7)]=function(_0x57b8aa,_0x14e44e){return _0x57b8aa+_0x14e44e;};const _0x4a5c0c=_0xa013a1;return _0x4a5c0c[_0x5b1363(0x23b)](_0x4a5c0c[_0x5b1363(0x1e7)](this[_0x5b1363(0x1dd)](_0x200db0),'-'),_0x17a5e3);};[a39_0x86c724(0x1be)]=_0x1aee59=>{const _0x3d9d01=a39_0x86c724,_0x480f9b={};_0x480f9b[_0x3d9d01(0x182)]='beforeEach\x20hook',_0x480f9b['umxCL']=_0x3d9d01(0x1c1),_0x480f9b['tVPej']=_0x3d9d01(0x209),_0x480f9b[_0x3d9d01(0x223)]=_0x3d9d01(0x219),_0x480f9b[_0x3d9d01(0x22f)]=_0x3d9d01(0x231),_0x480f9b[_0x3d9d01(0x1fe)]=_0x3d9d01(0x17c),_0x480f9b['eWhUO']=_0x3d9d01(0x20b),_0x480f9b[_0x3d9d01(0x1b2)]=_0x3d9d01(0x252),_0x480f9b['YlYQu']=_0x3d9d01(0x1f4);const _0x55506e=_0x480f9b;if(_0x1aee59['startsWith'](_0x55506e[_0x3d9d01(0x182)]))return _0x55506e[_0x3d9d01(0x1dc)];else{if(_0x1aee59['startsWith'](_0x55506e[_0x3d9d01(0x254)]))return _0x55506e[_0x3d9d01(0x223)];else{if(_0x1aee59[_0x3d9d01(0x24b)](_0x55506e['vkzMc']))return _0x55506e['SkLNm'];else{if(_0x1aee59[_0x3d9d01(0x24b)](_0x55506e[_0x3d9d01(0x24a)]))return _0x55506e[_0x3d9d01(0x1b2)];}}}return _0x55506e[_0x3d9d01(0x1c5)];};['getScope']=_0x1de5c6=>{const _0x5b6681=a39_0x86c724,_0xc7cfe4={};_0xc7cfe4['JpPmT']=function(_0xce4e53,_0x4c763c){return _0xce4e53===_0x4c763c;},_0xc7cfe4[_0x5b6681(0x240)]=_0x5b6681(0x247);const _0xeaedb1=_0xc7cfe4;let _0x546697=_0x1de5c6[_0x5b6681(0x225)];return _0xeaedb1['JpPmT'](typeof _0x1de5c6[_0x5b6681(0x225)],_0xeaedb1[_0x5b6681(0x240)])&&(_0x546697=_0x546697[_0x5b6681(0x21f)]),_0x546697+_0x5b6681(0x1c4)+_0x1de5c6[_0x5b6681(0x21f)];};['printsToStdio'](){return![];}}function a39_0xf51b(){const _0x91dbdc=['TIXfA','nTBbl','BEFORE_ALL','util','name','ARGRd','setStepIdentifier','retry_of','title','attachments','onEnd','\x20is\x20triggered','Lhepl','sqykb','parent','path','ipbzJ','getHierarchy','okZbV','GucmT','dfjTn','JRYZj','ZAGaU','needToReportStep','vkzMc','bzfOI','afterEach\x20hook','daCAH','RYMYB','Sending\x20session\x20details\x20for\x20','backtrace','getInstance','startMonitoring','titlePath','CBTSessionCreated','startedAt','bArPz','oxoVa','_tests','addTestUIDAndReportLog','exports','FUrwd','TkHdP','BLsGt','duration','base64','hFOAy','startTime','object','40720FkUFbR','getTestRunIdentifier','eWhUO','startsWith','toISOString','passed','finishedAt','11iUdKSZ','After\x20Hooks','XNzhl','AFTER_ALL','getStepsAndLogs','tVPej','kfjZL','EBdzW','RJgHf','craJn','WeZKd','message','reportLogs','length','pzQff','46630ddoLoi','Before\x20Hooks','883572GayqAs','aHfYS','LogCreated','DNVvS','LBkJK','lYtin','shutdown','wVPXk','WUjfw','configureGit','retry','AFTER_EACH','getTime','nPNok','uhpSt','indexOf','mtime','frIyl','shlRY','\x20for\x20','screenshot','vVAfn','javascript','HookRunStarted','RPeDT','category','uQVNK','qRAyY','env','sendSessionDetails','BROWSERSTACK_O11Y_PERF_MEASUREMENT','relative','_gitConfigured','_testHooksMap','MyReporter','gMgDA','pending','failure_type','aAPLu','location','gjiBU','SNfTK','123915uRCfbt','Expected\x20to\x20fail,\x20but\x20passed.','cTWfl','KkqGh','onTestEnd','root','logLevel','getStepIdentifier','sendTestRunEvent','./pwUtils','oOxIo','863250YTMlzB','26DrcZAs','status','failure_reason','splice','GxOjV','kPyrZ','27wKLmMA','ICCSo','hooks','lVZqP','test_run_uuid','lmKKi','kLSOD','882yIgMIb','_gitConfigPath','sendHookRunEvent','Hnhep','TEST_STEP','pHCuH','29zhbuvj','onStepEnd','event_type','./test-details','getHookType','iSTth','depth','BEFORE_EACH','errors','uuid','\x20-\x20','YlYQu','HUzjK','onTestBegin','hook_run_uuid','cwd','expectedStatus','../../../helpers/testhub/testhubHandler','err','Test\x20Started\x20with\x20unique\x20id\x20','meta','8900qaDbGz','timedOut','TestRunStarted','gTKQj','HookRunFinished','setup','endSession','Test\x20Finished\x20with\x20unique\x20id\x20','error','toString','jquuq','file','ivNyo','umxCL','getTestIdentifier','TestRunFinished','push','mjUDm','../../../helpers/test-observability/utils','onBegin','jsFKT','eECMB','../../../helpers/testhub/utils','../../../helpers/test-observability/error-handler','yEOtd','test_run','beforeEach\x20hook','expanded','Hook\x20Finished\x20with\x20unique\x20id\x20','hook','existsSync','1|2|3|6|0|5|4','UtTGI','test','nvOgV','performance-report-reporter.json','isucQ','unknown','sjugB','WlQKe','getTestUUID','LdOTA','MNLGe','oDnJc','getScope','_projectId','\x20is\x20triggered\x20for\x20test\x20','SkLNm','../../../helpers/test-observability/sessionHandler','fiCCq','failure','oNMqe','12lGskYI','join','bvlds','gJwYi','failed','statSync','beforeAll\x20hook','BROWSERSTACK_LOG_LEVEL','afterAll\x20hook','PLAYWRIGHT','NkxCY','result','udOui','uploadEventData','steps','inspect','../../../helpers/performance-tester','koHOG','onStepBegin','9751auOypp'];a39_0xf51b=function(){return _0x91dbdc;};return a39_0xf51b();}module[a39_0x86c724(0x23f)]=o11yClassErrorHandler(MyReporter,[a39_0x86c724(0x1e2),a39_0x86c724(0x1d5),a39_0x86c724(0x1c7),a39_0x86c724(0x19f),a39_0x86c724(0x215),a39_0x86c724(0x1bb),a39_0x86c724(0x18e)],a39_0x86c724(0x193));
@@ -1 +1 @@
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
+ function a40_0x2a24(){const _0x26d63a=['retry','existsSync','parse','shutdown','../../../helpers/helper','4806GMjhOI','uCEby','2904KnNSXW','join','getTestUUID','getTestDetails','DAzKS','recursive','aahpQ','writeFileSync','yarXA','env','exports','uuid','getProjectIdFromTestInfo','wChpN','LRqhD','readFileSync','stringify','path','toString','YiJVu','ERIHN','_projectId','8RlayqB','SJudj','dirPath','getAccessibilityPlatformValidation','OTbIH','_platformDetails.json','.json','rmSync','1398958soixdv','getStoreDirName','setTestDetails','getFilePath','setAccessibilityPlatformValidation','BBVuI','2kaCQVl','rAPGy','BZjZq','_test','../../../helpers/test-observability/constants','67036224nfhjBP','6470534OhBOGI','nhOfO','154143BMPRuJ','ZGmyA','getTestIdFromTestInfo','setup','8425868DOhGxh','21605xTPiNj','mkdirSync','180zHlPIN','testId','ebcxt','cwd','getTestRunIdFromTestInfo','force','1266ZKpyXr','__projectId','tests'];a40_0x2a24=function(){return _0x26d63a;};return a40_0x2a24();}const a40_0x25a353=a40_0x2fc6;(function(_0x5847a2,_0x25ab01){const _0x1106fb=a40_0x2fc6,_0x363cc2=_0x5847a2();while(!![]){try{const _0x51eb9d=-parseInt(_0x1106fb(0x1f6))/0x1*(parseInt(_0x1106fb(0x1f0))/0x2)+parseInt(_0x1106fb(0x213))/0x3*(-parseInt(_0x1106fb(0x215))/0x4)+-parseInt(_0x1106fb(0x203))/0x5*(parseInt(_0x1106fb(0x20b))/0x6)+parseInt(_0x1106fb(0x1fc))/0x7*(-parseInt(_0x1106fb(0x1e8))/0x8)+-parseInt(_0x1106fb(0x1fe))/0x9*(-parseInt(_0x1106fb(0x205))/0xa)+-parseInt(_0x1106fb(0x202))/0xb+parseInt(_0x1106fb(0x1fb))/0xc;if(_0x51eb9d===_0x25ab01)break;else _0x363cc2['push'](_0x363cc2['shift']());}catch(_0x5b240e){_0x363cc2['push'](_0x363cc2['shift']());}}}(a40_0x2a24,0xb25b3));const fs=require('fs'),path=require(a40_0x25a353(0x1e3)),{v4:uuidv4}=require(a40_0x25a353(0x1dd)),{TEMP_STORE_DIR_NAME}=require(a40_0x25a353(0x1fa)),{nestedKeyValue}=require(a40_0x25a353(0x212));class TestDetails{static [a40_0x25a353(0x20d)]={};static [a40_0x25a353(0x1ea)]=path[a40_0x25a353(0x216)](process[a40_0x25a353(0x208)](),TestDetails[a40_0x25a353(0x1f1)]());static[a40_0x25a353(0x201)](){const _0xbb6589=a40_0x25a353;this[_0xbb6589(0x211)]();const _0x5932da={};_0x5932da[_0xbb6589(0x1d7)]=!![],fs[_0xbb6589(0x204)](this[_0xbb6589(0x1ea)],_0x5932da);}static[a40_0x25a353(0x1f1)](){const _0x22393a=a40_0x25a353,_0x300945={};_0x300945[_0x22393a(0x1e9)]=function(_0x2aa3ef,_0x2f8082){return _0x2aa3ef+_0x2f8082;},_0x300945[_0x22393a(0x207)]=function(_0xfbd70d,_0xb2ca4){return _0xfbd70d+_0xb2ca4;};const _0x579a34=_0x300945;return _0x579a34[_0x22393a(0x1e9)](_0x579a34[_0x22393a(0x207)](TEMP_STORE_DIR_NAME,'-'),process[_0x22393a(0x1db)]['BS_TESTOPS_BUILD_HASHED_ID']);}static[a40_0x25a353(0x1f3)](_0x12e14d){const _0x56ea4b=a40_0x25a353,_0x10fc1f={};_0x10fc1f['ERIHN']=function(_0x5bd08f,_0x169531){return _0x5bd08f+_0x169531;},_0x10fc1f[_0x56ea4b(0x1f8)]=_0x56ea4b(0x1ee);const _0x4f0d9b=_0x10fc1f;return path[_0x56ea4b(0x216)](this[_0x56ea4b(0x1ea)],_0x4f0d9b[_0x56ea4b(0x1e6)](_0x12e14d,_0x4f0d9b['BZjZq']));}static[a40_0x25a353(0x209)](_0x301bcd){const _0x1ba1b4=a40_0x25a353,_0x386cd5={};_0x386cd5[_0x1ba1b4(0x1f7)]=function(_0x11c9c8,_0x2fb826){return _0x11c9c8+_0x2fb826;},_0x386cd5[_0x1ba1b4(0x1e0)]=function(_0x3aff03,_0x191460){return _0x3aff03+_0x191460;},_0x386cd5['YiJVu']=function(_0x22bbdf,_0x17d0b6){return _0x22bbdf+_0x17d0b6;},_0x386cd5[_0x1ba1b4(0x1d6)]=function(_0x28a561,_0x39a7f0){return _0x28a561+_0x39a7f0;};const _0x3d44bf=_0x386cd5;return _0x3d44bf[_0x1ba1b4(0x1f7)](_0x3d44bf[_0x1ba1b4(0x1e0)](_0x3d44bf[_0x1ba1b4(0x1e5)](_0x3d44bf[_0x1ba1b4(0x1d6)](this['getProjectIdFromTestInfo'](_0x301bcd),'-'),this['getTestIdFromTestInfo'](_0x301bcd)),'-'),_0x301bcd[_0x1ba1b4(0x20e)]);}static[a40_0x25a353(0x1de)](_0x22479e){const _0x5d48bd=a40_0x25a353,_0x4dca60={'nhOfO':function(_0x382094,_0x24a902,_0x144cc0){return _0x382094(_0x24a902,_0x144cc0);},'aahpQ':_0x5d48bd(0x1f9),'OTbIH':_0x5d48bd(0x1e7),'TgTHP':'project','BBVuI':_0x5d48bd(0x20c)};return _0x4dca60[_0x5d48bd(0x1fd)](nestedKeyValue,_0x22479e,[_0x4dca60[_0x5d48bd(0x1d8)],_0x4dca60[_0x5d48bd(0x1ec)]])||_0x4dca60[_0x5d48bd(0x1fd)](nestedKeyValue,_0x22479e,[_0x4dca60['TgTHP'],_0x4dca60[_0x5d48bd(0x1f5)]]);}static[a40_0x25a353(0x200)](_0x531e81){const _0x18b7b1=a40_0x25a353,_0x522c00={'yarXA':function(_0x37f44a,_0x1b0921,_0x2162cd){return _0x37f44a(_0x1b0921,_0x2162cd);},'wChpN':_0x18b7b1(0x1f9)};return _0x522c00[_0x18b7b1(0x1da)](nestedKeyValue,_0x531e81,[_0x522c00[_0x18b7b1(0x1df)],'id'])||_0x531e81[_0x18b7b1(0x206)];}static[a40_0x25a353(0x217)](_0x49a234){const _0x568384=a40_0x25a353,_0x2f3411={'uCEby':function(_0xa9e011,_0x4ee229){return _0xa9e011===_0x4ee229;},'XXigQ':'string','ZGmyA':function(_0x7bfd8c){return _0x7bfd8c();}};if(this[_0x568384(0x20d)][_0x49a234]&&_0x2f3411[_0x568384(0x214)](typeof this[_0x568384(0x20d)][_0x49a234][_0x568384(0x1dd)],_0x2f3411['XXigQ']))return this[_0x568384(0x20d)][_0x49a234][_0x568384(0x1dd)];const _0x3abce7=this[_0x568384(0x1f3)](_0x49a234);if(fs['existsSync'](_0x3abce7)){const _0x391808=JSON['parse'](fs[_0x568384(0x1e1)](_0x3abce7)['toString']());return this[_0x568384(0x20d)][_0x49a234]=_0x391808,this['tests'][_0x49a234][_0x568384(0x1dd)];}return this[_0x568384(0x20d)][_0x49a234]={'uuid':_0x2f3411[_0x568384(0x1ff)](uuidv4)},fs[_0x568384(0x1d9)](_0x3abce7,JSON[_0x568384(0x1e2)](this[_0x568384(0x20d)][_0x49a234])),this[_0x568384(0x20d)][_0x49a234][_0x568384(0x1dd)];}static[a40_0x25a353(0x1eb)](_0xb9a7e){const _0x31d3cc=a40_0x25a353,_0x1d026f=path[_0x31d3cc(0x216)](this[_0x31d3cc(0x1ea)],_0xb9a7e+_0x31d3cc(0x1ed));if(fs[_0x31d3cc(0x20f)](_0x1d026f))return fs[_0x31d3cc(0x1e1)](_0x1d026f)[_0x31d3cc(0x1e4)]();}static[a40_0x25a353(0x1f4)](_0x4b1b80,_0x2cf1d3){const _0x1b54e9=a40_0x25a353,_0x40b009=path[_0x1b54e9(0x216)](this['dirPath'],_0x2cf1d3+_0x1b54e9(0x1ed));fs['writeFileSync'](_0x40b009,_0x4b1b80[_0x1b54e9(0x1e4)]());}static[a40_0x25a353(0x211)](){const _0x490454=a40_0x25a353,_0x2f43b5={};_0x2f43b5[_0x490454(0x1d7)]=!![],_0x2f43b5[_0x490454(0x20a)]=!![],fs[_0x490454(0x1ef)](this['dirPath'],_0x2f43b5);}static[a40_0x25a353(0x1d5)](_0x41d64d){const _0x3511bd=a40_0x25a353;if(this[_0x3511bd(0x20d)][_0x41d64d])return this[_0x3511bd(0x20d)][_0x41d64d];const _0x14c28a=this[_0x3511bd(0x1f3)](_0x41d64d);if(fs[_0x3511bd(0x20f)](_0x14c28a)){const _0x5463c4=JSON['parse'](fs[_0x3511bd(0x1e1)](_0x14c28a)['toString']());return this[_0x3511bd(0x20d)][_0x41d64d]=_0x5463c4,_0x5463c4;}return{};}static[a40_0x25a353(0x1f2)](_0x9e6b30,_0x18b7b5){const _0x45a67a=a40_0x25a353,_0x5d0188=this[_0x45a67a(0x1f3)](_0x9e6b30);if(fs['existsSync'](_0x5d0188)){const _0x3adef5=JSON[_0x45a67a(0x210)](fs['readFileSync'](_0x5d0188)[_0x45a67a(0x1e4)]()),_0x44dd86={..._0x3adef5,..._0x18b7b5};this[_0x45a67a(0x20d)][_0x9e6b30]=_0x44dd86;}else this['tests'][_0x9e6b30]=_0x18b7b5;fs[_0x45a67a(0x1d9)](_0x5d0188,this[_0x45a67a(0x20d)][_0x9e6b30]);}}function a40_0x2fc6(_0xa85003,_0x298fff){const _0x2a24f4=a40_0x2a24();return a40_0x2fc6=function(_0x2fc642,_0xa8b47){_0x2fc642=_0x2fc642-0x1d5;let _0x475d1d=_0x2a24f4[_0x2fc642];return _0x475d1d;},a40_0x2fc6(_0xa85003,_0x298fff);}module[a40_0x25a353(0x1dc)]=TestDetails;
@@ -1 +1 @@
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;
1
+ function a41_0x33bd(){const _0x2385d2=['browser','pwPage','_type','automate','includes','36TbZdlL','oyGtu','lib','../../bin/playwright/accessibility-helper','kihzd','WuTrZ','_name','safari','isRemote','method','MvHRS','defineProperty','../../helpers/helper','toString','platformDetails','bKEuu','setupBrowserDetails','Connection','product','dispatch','../../helpers/accessibility-automation/scripts','Not\x20able\x20to\x20import\x20crConnection','56EBrBxq','capabilities','../../helpers/test-observability/error-handler','xTFHX','14862izIICe','browserName','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','CRConnection','LqIsE','kocZW','125755FoAGvZ','Page','Qlbwu','chromium','bxNFu','DEqQn','params','Error\x20in\x20finding\x20platform\x20details\x20','DeTht','../../helpers/test-observability/utils','server','614UxmamR','toLowerCase','accessibilityPlatform','connection.js','chrome','936612zbttwv','prototype','playwright-','channel','format','testInfo','yEPsa','FoesG','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','performScan','sXCqk','assign','Error\x20in\x20importing\x20connection\x20','MTjIc','version','88518HGApuP','Setting\x20session\x20id\x20received\x20from\x20BS\x20','sendMessageToServer','_connection','KKMyk','currentTest','sessionError','YNRwH','220kNvFRl','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','HVNPO','SZjpF','titlePath','__driver','../../helpers/logger','69304ojfyRy','platform_version','browser_version','join','entries','winstonLogger','DtIci','AXNqp','_defaultConnectOptions','debug','ydXPC','wZzRo','YTJuA','__workerDetails','util','bUkQS','platform','AYVCg','edge','bstackPerformA11yScan','lqyMQ','use','BROWSERSTACK_TEST_OBSERVABILITY','hYywh','oNTmj','patchConnection','LzJfX','query','VvjVY','gdmSM','browserstack.com','IQHPM','patch','platformVersion','rHfKy','TqfYu','8173ZNGWhu','path','bStackParams','wsEndpoint','client','browserstack','489352gsUQDW','platformName','parse','VEjEK','kasKY','OqAKU','bsSessionId','DyJvg','project','GhYiQ','Error\x20in\x20importing\x20crConnection','../../helpers/accessibility-automation/helper','234osPSax','UWsYB','fefKF','isDff','yUsxI','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','BDsXj','uBpDg','_onMessage','104XdYRpN','patchCRConnection','sessionId','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','currentSessionDetails','FDyrm','aGwLE','bsParams','firefox'];a41_0x33bd=function(){return _0x2385d2;};return a41_0x33bd();}const a41_0x431893=a41_0x4173;function a41_0x4173(_0x4fbd91,_0xb5647d){const _0x33bd5a=a41_0x33bd();return a41_0x4173=function(_0x4173c6,_0x349483){_0x4173c6=_0x4173c6-0xba;let _0x498712=_0x33bd5a[_0x4173c6];return _0x498712;},a41_0x4173(_0x4fbd91,_0xb5647d);}(function(_0x675303,_0x4e4ab3){const _0x58668f=a41_0x4173,_0x3aa801=_0x675303();while(!![]){try{const _0xd828c6=parseInt(_0x58668f(0x149))/0x1+parseInt(_0x58668f(0xfc))/0x2*(parseInt(_0x58668f(0xeb))/0x3)+parseInt(_0x58668f(0xd1))/0x4*(-parseInt(_0x58668f(0xf1))/0x5)+parseInt(_0x58668f(0x110))/0x6*(-parseInt(_0x58668f(0xe7))/0x7)+parseInt(_0x58668f(0x11f))/0x8*(-parseInt(_0x58668f(0xba))/0x9)+-parseInt(_0x58668f(0x118))/0xa*(-parseInt(_0x58668f(0x143))/0xb)+parseInt(_0x58668f(0x101))/0xc*(-parseInt(_0x58668f(0xc3))/0xd);if(_0xd828c6===_0x4e4ab3)break;else _0x3aa801['push'](_0x3aa801['shift']());}catch(_0x2c0e2b){_0x3aa801['push'](_0x3aa801['shift']());}}}(a41_0x33bd,0xcb423));const path=require(a41_0x431893(0x144)),url=require('url'),util=require(a41_0x431893(0x12d)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a41_0x431893(0xdd)),{o11yErrorHandler}=require(a41_0x431893(0xe9)),{debug,getPlatformDetails}=require(a41_0x431893(0xfa)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a41_0x431893(0x154)),logger=require(a41_0x431893(0x11e))[a41_0x431893(0x124)],scripts=require(a41_0x431893(0xe5)),{browserStackExecuteDriver}=require(a41_0x431893(0xd4)),AccessibilityHelper=require('./accessibility-helper'),getBrowserNameFromChannel=_0x58f464=>{const _0x234295=a41_0x431893,_0x1d8518={};_0x1d8518[_0x234295(0xf9)]='chrome',_0x1d8518[_0x234295(0x11a)]=_0x234295(0x131),_0x1d8518[_0x234295(0x152)]=_0x234295(0xcb),_0x1d8518[_0x234295(0x14e)]=_0x234295(0xd8);const _0x563989=_0x1d8518;if(_0x58f464[_0x234295(0xd0)](_0x563989[_0x234295(0xf9)]))return _0x563989[_0x234295(0xf9)];if(_0x58f464[_0x234295(0xd0)](_0x563989[_0x234295(0x11a)]))return _0x563989[_0x234295(0x11a)];if(_0x58f464[_0x234295(0xd0)](_0x563989[_0x234295(0x152)]))return _0x563989[_0x234295(0x152)];if(_0x58f464[_0x234295(0xd0)](_0x563989[_0x234295(0x14e)]))return _0x563989[_0x234295(0x14e)];},getBrowserFromWSEndpoint=_0x4fdb05=>{const _0x574c6e=a41_0x431893,_0x5d37ce={'MTjIc':_0x574c6e(0x100),'kocZW':function(_0x19ad4c,_0x3c9442){return _0x19ad4c(_0x3c9442);}};try{const _0x576e4d=url[_0x574c6e(0x14b)](_0x4fdb05),_0x154583=new URLSearchParams(_0x576e4d[_0x574c6e(0x13a)]),_0x51a8cc=Object['fromEntries'](_0x154583[_0x574c6e(0x123)]()),_0x140752=JSON[_0x574c6e(0x14b)](_0x51a8cc['caps']);if(_0x140752&&(_0x140752[_0x574c6e(0xcc)]||_0x140752['browserName']))return _0x140752[_0x574c6e(0xcc)]||_0x140752[_0x574c6e(0xec)];return _0x5d37ce[_0x574c6e(0x10e)];}catch(_0x3e7e7e){_0x5d37ce[_0x574c6e(0xf0)](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x3e7e7e[_0x574c6e(0xde)]());}},getCloudProviderFromWsEndpoint=_0x25ff84=>{const _0x2d73df=a41_0x431893,_0x32895c={};_0x32895c['yUsxI']=_0x2d73df(0x13d),_0x32895c['AYVCg']=_0x2d73df(0x148),_0x32895c[_0x2d73df(0xd6)]='unknown_grid';const _0x5019e4=_0x32895c;if(_0x25ff84[_0x2d73df(0xd0)](_0x5019e4[_0x2d73df(0xbe)]))return _0x5019e4[_0x2d73df(0x130)];return _0x5019e4[_0x2d73df(0xd6)];},a41_0x2eea9d={};a41_0x2eea9d['cloudProvider']=undefined,a41_0x2eea9d[a41_0x431893(0x14f)]=undefined,a41_0x2eea9d[a41_0x431893(0xcc)]=undefined,a41_0x2eea9d[a41_0x431893(0x121)]=undefined,a41_0x2eea9d[a41_0x431893(0x12f)]=undefined,a41_0x2eea9d[a41_0x431893(0x120)]=undefined,a41_0x2eea9d[a41_0x431893(0xe3)]=undefined,a41_0x2eea9d[a41_0x431893(0xe8)]={};class PlaywrightSessionDetails{static [a41_0x431893(0xc7)]=a41_0x2eea9d;constructor(){const _0x4797d3=a41_0x431893,_0xd12ee5={};_0xd12ee5[_0x4797d3(0x129)]=_0x4797d3(0xbf);const _0x1a0434=_0xd12ee5;throw new Error(_0x1a0434['ydXPC']);}static [a41_0x431893(0x116)]=null;static[a41_0x431893(0xe1)](_0x400130,_0x352ae3,_0x4d1ef9=null){const _0x5a2f95=a41_0x431893,_0x55c404={'AXNqp':'local_grid','IYQOw':function(_0x55e0b1,_0x289199,_0x2053fb){return _0x55e0b1(_0x289199,_0x2053fb);},'YTJuA':_0x5a2f95(0x151),'gwSZL':_0x5a2f95(0x134),'FoesG':'connectOptions','xhNwh':function(_0x187027,_0xa55fab){return _0x187027(_0xa55fab);},'YNRwH':function(_0x577630,_0x3896a3){return _0x577630===_0x3896a3;},'kasKY':'browserstack','TqfYu':_0x5a2f95(0xcf),'fKHnr':function(_0x3b2212,_0x4c25de){return _0x3b2212(_0x4c25de);},'KkwOW':function(_0x5207ab,_0x47b2d8){return _0x5207ab(_0x47b2d8);},'MvHRS':function(_0x5d8e8a,_0x4a2faf){return _0x5d8e8a+_0x4a2faf;},'VEjEK':_0x5a2f95(0x103),'oyGtu':function(_0x1210d){return _0x1210d();},'VtCoE':function(_0x1d36c1,_0x5f3c6f,_0x4b8d70){return _0x1d36c1(_0x5f3c6f,_0x4b8d70);},'uBpDg':_0x5a2f95(0xe1)},_0x169d43=this;return _0x55c404['VtCoE'](o11yErrorHandler,async function _0x5130e7(_0x1733ee,_0x26cabc,_0x303bf9=null){const _0x4d56cf=_0x5a2f95;let _0x229691=_0x1733ee[_0x4d56cf(0xd7)];const _0x15086f=_0x1733ee[_0x4d56cf(0x10f)]();let _0x3a629e=null,_0x22c3c1=null,_0x3dc705=null,_0x5b953d=_0x55c404[_0x4d56cf(0x126)];if(_0x1733ee[_0x4d56cf(0x113)][_0x4d56cf(0xd9)]()||global[_0x4d56cf(0xfe)]){const _0x15eeff=_0x1733ee['_browserType'][_0x4d56cf(0x127)]||_0x55c404['IYQOw'](nestedKeyValue,_0x26cabc,[_0x55c404[_0x4d56cf(0x12b)],_0x55c404['gwSZL'],_0x55c404[_0x4d56cf(0x108)]]),_0x3382a2=_0x303bf9||_0x15eeff&&_0x15eeff[_0x4d56cf(0x146)];_0x3382a2&&(_0x5b953d=_0x55c404['xhNwh'](getCloudProviderFromWsEndpoint,_0x3382a2),_0x55c404[_0x4d56cf(0x117)](_0x5b953d,_0x55c404[_0x4d56cf(0x14d)])&&(_0x3dc705=_0x55c404[_0x4d56cf(0x142)],_0x229691=_0x55c404['fKHnr'](getBrowserFromWSEndpoint,_0x3382a2)||_0x229691,_0x3a629e=_0x169d43['currentSessionDetails'][_0x4d56cf(0x12f)],_0x22c3c1=_0x169d43[_0x4d56cf(0xc7)][_0x4d56cf(0x120)]));}else{_0x26cabc&&_0x26cabc['project']['use'][_0x4d56cf(0x104)]?_0x229691=_0x55c404['KkwOW'](getBrowserNameFromChannel,_0x26cabc[_0x4d56cf(0x151)][_0x4d56cf(0x134)][_0x4d56cf(0x104)]):_0x229691=_0x55c404[_0x4d56cf(0xdb)](_0x55c404[_0x4d56cf(0x14c)],_0x229691[_0x4d56cf(0xfd)]());const _0x41c755=await _0x55c404[_0x4d56cf(0xd2)](getPlatformDetails);_0x3a629e=_0x41c755[_0x4d56cf(0x14a)],_0x22c3c1=_0x41c755[_0x4d56cf(0x140)];}const _0x5d93d8={};_0x5d93d8['browser']=_0x229691,_0x5d93d8[_0x4d56cf(0x121)]=_0x15086f,_0x5d93d8['capabilities']={},_0x5d93d8[_0x4d56cf(0x12f)]=_0x3a629e,_0x5d93d8[_0x4d56cf(0x120)]=_0x22c3c1,_0x5d93d8[_0x4d56cf(0xe3)]=_0x3dc705;const _0x1ae576=_0x5d93d8,_0x318081={};_0x318081['cloudProvider']=_0x5b953d,_0x169d43[_0x4d56cf(0xc7)]=Object[_0x4d56cf(0x10c)]({},_0x169d43[_0x4d56cf(0xc7)],_0x318081,_0x1ae576);},_0x55c404[_0x5a2f95(0xc1)])(_0x400130,_0x352ae3,_0x4d1ef9);}static[a41_0x431893(0x13f)](){const _0x24846b=a41_0x431893;this[_0x24846b(0x138)](),this[_0x24846b(0xc4)]();}static['patchConnection'](){const _0x1e6ce7=a41_0x431893,_0x3f66e6={'rHfKy':function(_0xb06431,_0x932a73,_0x38adb8){return _0xb06431(_0x932a73,_0x38adb8);},'wQgkE':_0x1e6ce7(0x115),'oNTmj':'testInfo','gdmSM':_0x1e6ce7(0x11c),'DEqQn':function(_0x2ff8b5,_0x403b76,_0x3db18c){return _0x2ff8b5(_0x403b76,_0x3db18c);},'hSTAc':_0x1e6ce7(0x12c),'sXCqk':_0x1e6ce7(0xcd),'ESxCc':function(_0x2a0402,_0x107eb9){return _0x2a0402===_0x107eb9;},'Iqtqr':_0x1e6ce7(0xf2),'isDff':function(_0x58dac8,_0x354f97,_0x29cf51,_0x1c9f84){return _0x58dac8(_0x354f97,_0x29cf51,_0x1c9f84);},'UWsYB':function(_0x1c9ce4,_0x279845){return _0x1c9ce4(_0x279845);},'fefKF':function(_0x59cfde,_0x50a6b7){return _0x59cfde(_0x50a6b7);},'hYywh':_0x1e6ce7(0xd3),'xTFHX':_0x1e6ce7(0x147),'bvCcM':_0x1e6ce7(0xff),'kihzd':'Not\x20able\x20to\x20import\x20Connection','IQHPM':function(_0x4c1d38,_0x31a4c1){return _0x4c1d38(_0x31a4c1);},'lqyMQ':function(_0xe5be40,_0xed3809){return _0xe5be40!=_0xed3809;},'yEPsa':function(_0x1f21c3){return _0x1f21c3();},'SZjpF':'sendMessageToServer','BDsXj':function(_0x2b4c9b,_0x44cd72){return _0x2b4c9b(_0x44cd72);},'VvjVY':_0x1e6ce7(0xe4)},_0x56fb09=this;if(!this[_0x1e6ce7(0xe2)])try{const _0x51d8b7=path[_0x1e6ce7(0x122)](_0x3f66e6[_0x1e6ce7(0x136)],_0x3f66e6[_0x1e6ce7(0xea)],_0x3f66e6['bvCcM']),_0xea2e3a=_0x3f66e6['UWsYB'](importFileFromPWCore,_0x51d8b7);!_0xea2e3a?_0x3f66e6[_0x1e6ce7(0xbc)](debug,_0x3f66e6[_0x1e6ce7(0xd5)]):this['Connection']=_0xea2e3a[_0x1e6ce7(0xe2)];}catch(_0x4c07ef){_0x3f66e6[_0x1e6ce7(0x13e)](debug,_0x1e6ce7(0x10d)+_0x4c07ef[_0x1e6ce7(0xde)]());}const _0xce022=this['Connection'];try{if(_0x3f66e6[_0x1e6ce7(0x133)](_0xce022,null)){const _0x223e90=_0xce022[_0x1e6ce7(0x102)][_0x1e6ce7(0xe4)],_0x5b589a=_0xce022[_0x1e6ce7(0x102)][_0x1e6ce7(0x112)];_0x3f66e6[_0x1e6ce7(0x107)](isAccessibilityAutomationSession)&&Object[_0x1e6ce7(0xdc)](_0xce022[_0x1e6ce7(0x102)],_0x3f66e6[_0x1e6ce7(0x11b)],{'get':function(){return async function(){const _0x36679f=a41_0x4173;try{if(!global[_0x36679f(0x132)]&&global[_0x36679f(0xfe)]&&_0x3f66e6[_0x36679f(0x141)](nestedKeyValue,global[_0x36679f(0x12c)],[_0x3f66e6['wQgkE'],_0x3f66e6[_0x36679f(0x137)],_0x3f66e6[_0x36679f(0x13c)]])&&_0x3f66e6[_0x36679f(0xf6)](shouldScanTestForAccessibility,global[_0x36679f(0x12c)][_0x36679f(0x115)][_0x36679f(0x106)]['titlePath'],!![])&&scripts['shouldWrapCommand'](arguments[0x1])){logger[_0x36679f(0x128)]('Performing\x20scan\x20for\x20'+arguments[0x1]),global[_0x36679f(0x132)]=!![];const _0x442a94=_0x3f66e6[_0x36679f(0xf6)](nestedKeyValue,global,[_0x3f66e6['hSTAc'],_0x3f66e6[_0x36679f(0x10b)]]),_0x4b6cd7={};_0x4b6cd7['method']=arguments[0x1],_0x442a94&&logger['debug'](util[_0x36679f(0x105)](await AccessibilityHelper[_0x36679f(0x10a)](_0x442a94,_0x4b6cd7)));if(_0x3f66e6['ESxCc'](arguments[0x0][_0x36679f(0xce)],_0x3f66e6['Iqtqr'])&&global[_0x36679f(0x11d)]){const _0x28eaef={};_0x28eaef[_0x36679f(0xda)]=arguments[0x1],await _0x3f66e6[_0x36679f(0xbd)](browserStackExecuteDriver,global[_0x36679f(0x11d)],scripts['performScan'],_0x28eaef);}}}catch(_0xeb33ae){logger[_0x36679f(0x128)]('Failed\x20to\x20perform\x20scan\x20'+util[_0x36679f(0x105)](_0xeb33ae));}return global[_0x36679f(0x132)]=![],_0x5b589a['apply'](this,arguments);};}}),!_0x3f66e6[_0x1e6ce7(0xc0)](isFalse,process['env'][_0x1e6ce7(0x135)])&&Object['defineProperty'](_0xce022[_0x1e6ce7(0x102)],_0x3f66e6[_0x1e6ce7(0x13b)],{'get':function(){const _0x49dbab={'DtIci':function(_0x522cb1,_0x34e82e){const _0xd15e19=a41_0x4173;return _0x3f66e6[_0xd15e19(0xbb)](_0x522cb1,_0x34e82e);},'LzJfX':function(_0x47cbd7,_0x1cec1c){const _0x1bd47c=a41_0x4173;return _0x3f66e6[_0x1bd47c(0xbc)](_0x47cbd7,_0x1cec1c);}};return function _0x101642(_0x18180a){const _0x3a5ce0=a41_0x4173,_0x353136=_0x18180a&&_0x18180a['params']&&_0x18180a[_0x3a5ce0(0xf7)][_0x3a5ce0(0xca)];if(_0x353136){const _0x4260be=_0x353136[_0x3a5ce0(0xc5)],_0x4c0dc7=_0x353136[_0x3a5ce0(0xdf)];_0x4c0dc7&&(_0x49dbab[_0x3a5ce0(0x125)](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x4c0dc7['toString']()),_0x56fb09[_0x3a5ce0(0xc7)][_0x3a5ce0(0x12f)]=_0x4c0dc7[_0x3a5ce0(0x14a)],_0x56fb09['currentSessionDetails'][_0x3a5ce0(0x120)]=_0x4c0dc7[_0x3a5ce0(0x140)]),_0x4260be&&(_0x49dbab[_0x3a5ce0(0x139)](debug,_0x3a5ce0(0x111)+_0x4260be),_0x56fb09['currentSessionDetails'][_0x3a5ce0(0x14f)]=_0x4260be);}return _0x223e90['apply'](this,arguments);};}});}}catch(_0x5f741){_0x3f66e6[_0x1e6ce7(0xc0)](debug,_0x1e6ce7(0x109)+_0x5f741),_0x56fb09[_0x1e6ce7(0x116)]=_0x5f741[_0x1e6ce7(0xde)]();}}static[a41_0x431893(0xc4)](){const _0x5a277a=a41_0x431893,_0x5ca908={'DyJvg':function(_0x3b2784,_0x250026){return _0x3b2784(_0x250026);},'bKEuu':function(_0x258ae,_0x18deef){return _0x258ae(_0x18deef);},'JXYHm':function(_0x40b312){return _0x40b312();},'KKMyk':_0x5a277a(0xd3),'FDyrm':_0x5a277a(0xfb),'jhzLP':_0x5a277a(0xf4),'fqfng':'crConnection.js','bUkQS':function(_0x349fd,_0x4e3103){return _0x349fd(_0x4e3103);},'aGwLE':_0x5a277a(0xe6),'bxNFu':function(_0x2dcafa,_0xb67541){return _0x2dcafa(_0xb67541);},'LqIsE':_0x5a277a(0x153),'wZzRo':function(_0x50b30a,_0x70d0b7){return _0x50b30a!=_0x70d0b7;},'Qlbwu':_0x5a277a(0xc2)},_0x250e9c=this;if(_0x5ca908['JXYHm'](isAccessibilityAutomationSession)){let _0xb4ca4d=null;try{const _0x31fcff=path[_0x5a277a(0x122)](_0x5ca908[_0x5a277a(0x114)],_0x5ca908[_0x5a277a(0xc8)],_0x5ca908['jhzLP'],_0x5ca908['fqfng']),_0x2e49b1=_0x5ca908[_0x5a277a(0xe0)](importFileFromPWCore,_0x31fcff);!_0x2e49b1?_0x5ca908[_0x5a277a(0x12e)](debug,_0x5ca908[_0x5a277a(0xc9)]):_0xb4ca4d=_0x2e49b1[_0x5a277a(0xee)];}catch(_0x328e1d){_0x5ca908[_0x5a277a(0xf5)](debug,_0x5ca908[_0x5a277a(0xef)]);}try{if(_0x5ca908[_0x5a277a(0x12a)](_0xb4ca4d,null)){const _0x3d2325=_0xb4ca4d[_0x5a277a(0x102)][_0x5a277a(0xc2)];Object[_0x5a277a(0xdc)](_0xb4ca4d['prototype'],_0x5ca908[_0x5a277a(0xf3)],{'get':function(){return function _0x5e3b9b(_0x583ccf){const _0x1e964e=a41_0x4173;try{const _0x357da6=_0x583ccf['bStackParams'];if(_0x357da6){delete _0x583ccf[_0x1e964e(0x145)];const _0x31a79f=_0x357da6[_0x1e964e(0xc5)],_0x3d0942=_0x357da6['platformDetails'];_0x3d0942&&(_0x5ca908[_0x1e964e(0x150)](debug,_0x1e964e(0xed)+_0x3d0942[_0x1e964e(0xde)]()),_0x250e9c[_0x1e964e(0xc7)][_0x1e964e(0x12f)]=_0x3d0942[_0x1e964e(0x14a)],_0x250e9c['currentSessionDetails'][_0x1e964e(0x120)]=_0x3d0942[_0x1e964e(0x140)]),_0x31a79f&&(_0x5ca908[_0x1e964e(0xe0)](debug,_0x1e964e(0xc6)+_0x31a79f),_0x250e9c[_0x1e964e(0xc7)][_0x1e964e(0x14f)]=_0x31a79f);}}catch(_0x351cc6){_0x5ca908[_0x1e964e(0x150)](debug,_0x1e964e(0xf8)+_0x351cc6[_0x1e964e(0xde)]());}return _0x3d2325['apply'](this,arguments);};}});}}catch(_0x1859c0){_0x5ca908[_0x5a277a(0xe0)](debug,_0x5a277a(0x119)+_0x1859c0),_0x250e9c['sessionError']=_0x1859c0[_0x5a277a(0xde)]();}}}static['getDetails'](){const _0x50c96c=a41_0x431893;return this[_0x50c96c(0xc7)];}}module['exports']=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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));
2
+ 'use strict';const a42_0x4dfcc1=a42_0x1780;function a42_0x1780(_0x3934f7,_0x4354d1){const _0x9d1af5=a42_0x9d1a();return a42_0x1780=function(_0x178071,_0x2b6984){_0x178071=_0x178071-0x1bb;let _0x4049ba=_0x9d1af5[_0x178071];return _0x4049ba;},a42_0x1780(_0x3934f7,_0x4354d1);}(function(_0x531495,_0x428ef9){const _0x27b6f6=a42_0x1780,_0x2b3b2d=_0x531495();while(!![]){try{const _0x311a3a=parseInt(_0x27b6f6(0x228))/0x1*(-parseInt(_0x27b6f6(0x1fe))/0x2)+parseInt(_0x27b6f6(0x1d7))/0x3*(-parseInt(_0x27b6f6(0x1df))/0x4)+parseInt(_0x27b6f6(0x1f5))/0x5*(parseInt(_0x27b6f6(0x206))/0x6)+parseInt(_0x27b6f6(0x1ce))/0x7*(-parseInt(_0x27b6f6(0x1f7))/0x8)+parseInt(_0x27b6f6(0x229))/0x9*(parseInt(_0x27b6f6(0x1c7))/0xa)+-parseInt(_0x27b6f6(0x20d))/0xb+parseInt(_0x27b6f6(0x1fa))/0xc;if(_0x311a3a===_0x428ef9)break;else _0x2b3b2d['push'](_0x2b3b2d['shift']());}catch(_0x570281){_0x2b3b2d['push'](_0x2b3b2d['shift']());}}}(a42_0x9d1a,0x34ac8));const fs=require('fs'),path=require('path'),util=require(a42_0x4dfcc1(0x1db)),{performance}=require(a42_0x4dfcc1(0x216)),{requireModule}=require(a42_0x4dfcc1(0x224)),helper=require(a42_0x4dfcc1(0x224)),runIntegrations=require(a42_0x4dfcc1(0x213)),captureError=async(_0x8593d,_0x558496,_0x21b924=null)=>{const _0x5d09ac=a42_0x4dfcc1,_0x4da75e={'lMkWu':function(_0xfbad8d,_0x30a779,_0x5b945e){return _0xfbad8d(_0x30a779,_0x5b945e);},'oliIN':_0x5d09ac(0x1c4)};try{await _0x4da75e[_0x5d09ac(0x1d2)](_0x8593d,_0x558496,_0x21b924);}catch(_0x5de221){process[_0x5d09ac(0x1d5)]=0x1,logger[_0x5d09ac(0x1ec)](util[_0x5d09ac(0x1d1)](_0x5de221));const _0xcc05d2={};_0xcc05d2[_0x5d09ac(0x203)]=_0x5de221[_0x5d09ac(0x1c5)];const _0x44ed0e=_0xcc05d2;if(helper[_0x5d09ac(0x1e5)](global[_0x5d09ac(0x226)])&&helper[_0x5d09ac(0x1e5)](global[_0x5d09ac(0x209)]))return;try{helper[_0x5d09ac(0x1fb)](_0x4da75e['oliIN'],_0x44ed0e,global['config'],global[_0x5d09ac(0x209)]);}catch(_0x3ed1b3){logger[_0x5d09ac(0x204)](_0x5d09ac(0x1e1)+_0x3ed1b3);}}};try{const browserstackFolderPath=path[a42_0x4dfcc1(0x1d4)](helper['homedir'](),a42_0x4dfcc1(0x21e));if(fs[a42_0x4dfcc1(0x217)](browserstackFolderPath)){const filePath=path[a42_0x4dfcc1(0x1d4)](browserstackFolderPath,'.local-not-set.json');fs[a42_0x4dfcc1(0x217)](filePath)&&fs[a42_0x4dfcc1(0x1da)](filePath);}}catch(a42_0x546a85){logger[a42_0x4dfcc1(0x204)](a42_0x4dfcc1(0x1d8)+a42_0x546a85['message']);}process[a42_0x4dfcc1(0x1f1)]['includes'](a42_0x4dfcc1(0x21d))&&(!process[a42_0x4dfcc1(0x1f1)]['includes'](a42_0x4dfcc1(0x207))&&process[a42_0x4dfcc1(0x1f1)][a42_0x4dfcc1(0x22c)](a42_0x4dfcc1(0x1e3)),!process[a42_0x4dfcc1(0x1f1)][a42_0x4dfcc1(0x200)](a42_0x4dfcc1(0x1c6))&&process['argv'][a42_0x4dfcc1(0x22c)](a42_0x4dfcc1(0x1f0)),!process[a42_0x4dfcc1(0x1f1)][a42_0x4dfcc1(0x200)]('--package')&&process['argv'][a42_0x4dfcc1(0x22c)](a42_0x4dfcc1(0x1d0)));const yargs=require(a42_0x4dfcc1(0x1f3)),Constants=require(a42_0x4dfcc1(0x1cb)),PerformanceTester=require(a42_0x4dfcc1(0x20b)),logger=require('../helpers/logger')['winstonLogger'];PerformanceTester['startMonitoring'](),performance[a42_0x4dfcc1(0x1c8)](a42_0x4dfcc1(0x227));const a42_0x3da583={};a42_0x3da583[a42_0x4dfcc1(0x1f2)]=![];function a42_0x9d1a(){const _0x22a3bd=['vZOyL','KSBFO','alias','djHjH','handler','HELP','wrap','./codeceptjs/command','lNeUD','SDKTestSuccessful','message','--config','50QqVCgH','mark','qtjwU','uiGLM','./utils/constants','OYHvz','ats','14SJNXee','help','--no-package','format','lMkWu','./jest/command','join','exitCode','PHfAZ','399FqLNWf','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','./vanilla-js/command','unlinkSync','util','node','./nightwatch/command','usage','6068qNaqDL','JojIC','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','PLAYWRIGHT','--no-opts','VERSION','isUndefined','usage:\x20$0\x20<command>\x20[args]','zwjgP','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','eXksW','codeceptjs','UOtrd','error','VANILLA','mocha/lib/cli/run.js','./cucumber-js/command','--no-config','argv','dot-notation','yargs','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','6915Ovkzvc','CODECEPTJS','186016YeFjIM','cucumber-js','./playwright/command','2166252PDrmXf','fireFunnelTestEvent','JeznS','ZGfPk','168446YRRoyu','EIaGj','includes','VdLfc','ibvPl','globalException','debug','VQXmK','246CkMMQq','--opts','INFO','framework','mocha/lib/cli/cli.js','../helpers/performance-tester','command','1308604XmURXi','MOCHA','showHelpOnFail','OZNjK','nightwatch','qVHyN','./integrations/command','JdWcE','./mocha/command','perf_hooks','existsSync','../../ats/src/index','integrations','NIGHTWATCH','Parsing\x20command\x20line\x20arguements','mocha/lib/cli/commands.js','mocha','.browserstack','HST','setTestObservabilityDisable','describe','slice','QiCEL','../helpers/helper','qHgNJ','config','sdk:setup-start','1rYGwVf','773964zDOrzH','jest','RXVrA','push','version'];a42_0x9d1a=function(){return _0x22a3bd;};return a42_0x9d1a();}const argv=yargs['parserConfiguration'](a42_0x3da583)[a42_0x4dfcc1(0x1de)](a42_0x4dfcc1(0x1e6))[a42_0x4dfcc1(0x1bd)]('v',a42_0x4dfcc1(0x22d))[a42_0x4dfcc1(0x221)]('v')[a42_0x4dfcc1(0x1bd)]('h','help')[a42_0x4dfcc1(0x1cf)](a42_0x4dfcc1(0x1cf))[a42_0x4dfcc1(0x20f)](!![],Constants[a42_0x4dfcc1(0x1e4)][a42_0x4dfcc1(0x1c0)])[a42_0x4dfcc1(0x20c)](a42_0x4dfcc1(0x22a),Constants['JEST'][a42_0x4dfcc1(0x208)],function(_0x3a7c12){const _0x575264=a42_0x4dfcc1,_0x1ea7b7={'OZNjK':function(_0x3ba4db,_0x3b817d,_0x1b4178,_0x1be7e3){return _0x3ba4db(_0x3b817d,_0x1b4178,_0x1be7e3);},'CRFyF':function(_0x2551cc,_0x14f84b){return _0x2551cc(_0x14f84b);},'QiCEL':_0x575264(0x1d3)};helper[_0x575264(0x220)](),helper['setBrowserStackAutomationDisable']();const _0x5e5e48=process['argv']['slice'](0x2);return _0x1ea7b7[_0x575264(0x210)](captureError,_0x1ea7b7['CRFyF'](require,_0x1ea7b7[_0x575264(0x223)]),_0x3a7c12[_0x575264(0x1f1)],_0x5e5e48);})['command'](a42_0x4dfcc1(0x21d),Constants[a42_0x4dfcc1(0x20e)][a42_0x4dfcc1(0x208)],_0x2c8278=>{const _0x31e431=a42_0x4dfcc1,_0x194e53={'qVHyN':function(_0x2c7f74,_0x510fad,_0x4e1c40){return _0x2c7f74(_0x510fad,_0x4e1c40);},'UOtrd':function(_0x5845d0,_0x3995c0){return _0x5845d0(_0x3995c0);},'xWfIh':_0x31e431(0x215),'zwjgP':_0x31e431(0x21b),'qHgNJ':function(_0x153141,_0x246b4b){return _0x153141(_0x246b4b);},'EIaGj':_0x31e431(0x1ee),'JojIC':_0x31e431(0x21c),'JeznS':function(_0x1b98f8,_0x3d7670){return _0x1b98f8(_0x3d7670);},'VdLfc':_0x31e431(0x20a),'dEERg':function(_0x430457){return _0x430457();}};logger[_0x31e431(0x204)](_0x194e53[_0x31e431(0x1e7)]);const _0x5c7928=_0x194e53[_0x31e431(0x225)](requireModule,_0x194e53[_0x31e431(0x1ff)]),_0xafc7e2=_0x194e53[_0x31e431(0x225)](requireModule,_0x194e53[_0x31e431(0x1e0)]);process['argv']=process[_0x31e431(0x1f1)][_0x31e431(0x222)](0x1),delete _0x5c7928[_0x31e431(0x1bf)],_0x5c7928[_0x31e431(0x1bf)]=function(_0x481bb1){const _0x46b3a8=_0x31e431;return _0x194e53[_0x46b3a8(0x212)](captureError,_0x194e53[_0x46b3a8(0x1eb)](require,_0x194e53['xWfIh']),_0x481bb1);},_0xafc7e2['run']=_0x5c7928;const {main:_0x12e316}=_0x194e53[_0x31e431(0x1fc)](requireModule,_0x194e53[_0x31e431(0x201)]);_0x194e53['dEERg'](_0x12e316);})[a42_0x4dfcc1(0x20c)](a42_0x4dfcc1(0x1f8),Constants['CUCUMBER'][a42_0x4dfcc1(0x208)],function(_0x53e952){const _0x4e8eb4=a42_0x4dfcc1,_0xe0590b={'VQXmK':function(_0x332f37,_0x41f5e4,_0x291eb6,_0x491017){return _0x332f37(_0x41f5e4,_0x291eb6,_0x491017);},'hFnQb':function(_0x207bce,_0x13350e){return _0x207bce(_0x13350e);},'vZOyL':_0x4e8eb4(0x1ef)},_0x1d61a9=process[_0x4e8eb4(0x1f1)][_0x4e8eb4(0x222)](0x2);return _0xe0590b[_0x4e8eb4(0x205)](captureError,_0xe0590b['hFnQb'](require,_0xe0590b[_0x4e8eb4(0x1bb)]),_0x53e952[_0x4e8eb4(0x1f1)],_0x1d61a9);})[a42_0x4dfcc1(0x20c)](a42_0x4dfcc1(0x1dc),Constants[a42_0x4dfcc1(0x1ed)][a42_0x4dfcc1(0x208)],function(_0x1d5a2c){const _0x2cec5d=a42_0x4dfcc1,_0x5a5442={'uiGLM':function(_0x3ae1b8,_0x142b71,_0x414f4c,_0x202364){return _0x3ae1b8(_0x142b71,_0x414f4c,_0x202364);},'ibvPl':function(_0x9186a4,_0xae1fd0){return _0x9186a4(_0xae1fd0);},'eXksW':_0x2cec5d(0x1d9)},_0x2caeac=process[_0x2cec5d(0x1f1)][_0x2cec5d(0x222)](0x2);return _0x5a5442[_0x2cec5d(0x1ca)](captureError,_0x5a5442[_0x2cec5d(0x202)](require,_0x5a5442[_0x2cec5d(0x1e9)]),_0x1d5a2c[_0x2cec5d(0x1f1)],_0x2caeac);})[a42_0x4dfcc1(0x20c)](a42_0x4dfcc1(0x211),Constants[a42_0x4dfcc1(0x21a)][a42_0x4dfcc1(0x208)],function(_0x534e82){const _0x5f49e0=a42_0x4dfcc1,_0xf78272={'djHjH':function(_0x1f7926,_0x39f02f,_0x14b545,_0x23de80){return _0x1f7926(_0x39f02f,_0x14b545,_0x23de80);},'PHfAZ':function(_0x19449c,_0x11e666){return _0x19449c(_0x11e666);},'JdWcE':_0x5f49e0(0x1dd)},_0x4d6da5=process['argv']['slice'](0x2);return _0xf78272[_0x5f49e0(0x1be)](captureError,_0xf78272[_0x5f49e0(0x1d6)](require,_0xf78272[_0x5f49e0(0x214)]),_0x534e82[_0x5f49e0(0x1f1)],_0x4d6da5);})[a42_0x4dfcc1(0x20c)](a42_0x4dfcc1(0x1ea),Constants[a42_0x4dfcc1(0x1f6)][a42_0x4dfcc1(0x208)],function(_0x4403c7){const _0x30d57c=a42_0x4dfcc1,_0x225228={'nbhrU':function(_0x4e2438,_0x5944d2,_0xeb4ee5,_0x23099e){return _0x4e2438(_0x5944d2,_0xeb4ee5,_0x23099e);},'RXVrA':function(_0x62fb17,_0x549f37){return _0x62fb17(_0x549f37);},'deWZw':_0x30d57c(0x1c2)},_0x55077c=process[_0x30d57c(0x1f1)]['slice'](0x2);return _0x225228['nbhrU'](captureError,_0x225228[_0x30d57c(0x22b)](require,_0x225228['deWZw']),_0x4403c7[_0x30d57c(0x1f1)],_0x55077c);})[a42_0x4dfcc1(0x20c)](a42_0x4dfcc1(0x1cd),Constants[a42_0x4dfcc1(0x21f)][a42_0x4dfcc1(0x208)],function(_0x358a32){const _0x4b3201=a42_0x4dfcc1,_0x2ebf1a={'rYOFK':function(_0xab4832,_0x32d476,_0x303e3a){return _0xab4832(_0x32d476,_0x303e3a);},'ZGfPk':function(_0x106bb5,_0x4b3e1a){return _0x106bb5(_0x4b3e1a);},'qtjwU':_0x4b3201(0x218)},_0x595c09=process['argv'][_0x4b3201(0x222)](0x2);return _0x2ebf1a['rYOFK'](captureError,_0x2ebf1a[_0x4b3201(0x1fd)](require,_0x2ebf1a[_0x4b3201(0x1c9)]),_0x358a32);})[a42_0x4dfcc1(0x20c)](a42_0x4dfcc1(0x219),Constants['INTEGRATIONS'][a42_0x4dfcc1(0x208)],function(_0x316d81){const _0x3df0ef=a42_0x4dfcc1,_0x459a6f={'OYHvz':function(_0x3031c8,_0x287cd7){return _0x3031c8(_0x287cd7);}};return _0x459a6f[_0x3df0ef(0x1cc)](runIntegrations,_0x316d81);})[a42_0x4dfcc1(0x20c)]('playwright',Constants[a42_0x4dfcc1(0x1e2)][a42_0x4dfcc1(0x208)],function(_0x283a29){const _0x170485=a42_0x4dfcc1,_0x23fc9b={'ZVGEP':function(_0x3a74ba,_0x57ba8a,_0x1c5ff8,_0x2d272f){return _0x3a74ba(_0x57ba8a,_0x1c5ff8,_0x2d272f);},'KSBFO':function(_0x1367f5,_0x14cac1){return _0x1367f5(_0x14cac1);},'lNeUD':_0x170485(0x1f9)},_0x5a2f68=process[_0x170485(0x1f1)][_0x170485(0x222)](0x2);return _0x23fc9b['ZVGEP'](captureError,_0x23fc9b[_0x170485(0x1bc)](require,_0x23fc9b[_0x170485(0x1c3)]),_0x283a29['argv'],_0x5a2f68);})['demandCommand'](0x1,a42_0x4dfcc1(0x1e8))[a42_0x4dfcc1(0x1c1)](null)[a42_0x4dfcc1(0x1f1)];!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x4dfcc1(0x1cd)&&console[a42_0x4dfcc1(0x1ec)](a42_0x4dfcc1(0x1f4));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
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));
3
+ const a43_0x7f613b=a43_0x3668;(function(_0x1d414e,_0x5730fb){const _0x10e074=a43_0x3668,_0x2ba53d=_0x1d414e();while(!![]){try{const _0x6471be=-parseInt(_0x10e074(0xe0))/0x1*(parseInt(_0x10e074(0xb6))/0x2)+-parseInt(_0x10e074(0xdd))/0x3+-parseInt(_0x10e074(0xa3))/0x4+parseInt(_0x10e074(0xb5))/0x5+-parseInt(_0x10e074(0xdf))/0x6+parseInt(_0x10e074(0xdc))/0x7+parseInt(_0x10e074(0xe9))/0x8;if(_0x6471be===_0x5730fb)break;else _0x2ba53d['push'](_0x2ba53d['shift']());}catch(_0x2fa5ab){_0x2ba53d['push'](_0x2ba53d['shift']());}}}(a43_0x579b,0x519c3));const fs=require('fs'),helper=require(a43_0x7f613b(0xbe)),yaml=require(a43_0x7f613b(0xd5)),yargs=require(a43_0x7f613b(0xe8)),logger=require('../helpers/logger')['winstonLogger'],configFileTemplate=__dirname+a43_0x7f613b(0xc0),configFileTemplatePW=__dirname+a43_0x7f613b(0xd8),configFile=process[a43_0x7f613b(0xba)]()+a43_0x7f613b(0xa4),packageFile=process[a43_0x7f613b(0xba)]()+a43_0x7f613b(0xc2),frameworks=[a43_0x7f613b(0xac),a43_0x7f613b(0xea),a43_0x7f613b(0xe7),a43_0x7f613b(0xb2),'nightwatch',a43_0x7f613b(0xcf),'playwright'];let config;logger[a43_0x7f613b(0xaa)](a43_0x7f613b(0xb7)),createConfigurationFile(yargs[a43_0x7f613b(0xc3)]['username'],yargs[a43_0x7f613b(0xc3)]['key'],yargs[a43_0x7f613b(0xc3)][a43_0x7f613b(0xd9)]);function a43_0x3668(_0x379057,_0x4de6f0){const _0x579bee=a43_0x579b();return a43_0x3668=function(_0x36680d,_0x254bf9){_0x36680d=_0x36680d-0xa3;let _0x2a7536=_0x579bee[_0x36680d];return _0x2a7536;},a43_0x3668(_0x379057,_0x4de6f0);}try{sdkSetup();}catch(a43_0x4e526a){logger[a43_0x7f613b(0xbb)](a43_0x7f613b(0xc5)+a43_0x4e526a);}addScriptInPackageJson();function createConfigurationFile(_0x540b77,_0x1646d8,_0x1d190d=![]){const _0x454958=a43_0x7f613b,_0x4405bb={};_0x4405bb[_0x454958(0xe3)]='utf8',_0x4405bb[_0x454958(0xc1)]=_0x454958(0xca),_0x4405bb[_0x454958(0xcc)]=_0x454958(0xd4);const _0x5025d9=_0x4405bb;try{let _0x43b13a=fs[_0x454958(0xc4)](_0x1d190d?configFileTemplatePW:configFileTemplate,_0x5025d9[_0x454958(0xe3)]);_0x540b77&&(_0x43b13a=_0x43b13a['replace'](_0x5025d9[_0x454958(0xc1)],_0x540b77)),_0x1646d8&&(_0x43b13a=_0x43b13a[_0x454958(0xe1)](_0x5025d9[_0x454958(0xcc)],_0x1646d8)),config=yaml[_0x454958(0xbc)](_0x43b13a),fs[_0x454958(0xd7)](configFile,_0x43b13a,_0x49b9b1=>{const _0x2796db=_0x454958;_0x49b9b1&&logger[_0x2796db(0xce)](_0x49b9b1);});}catch(_0x36d038){logger[_0x454958(0xce)](_0x36d038);}}function addPostInstallScript(_0x5683f2,_0x3fbbee){const _0x37ff20=a43_0x7f613b,_0x269b6d={};_0x269b6d['fhHtr']=_0x37ff20(0xd1),_0x269b6d[_0x37ff20(0xb3)]='npm\x20update\x20browserstack-node-sdk',_0x269b6d[_0x37ff20(0xa5)]=_0x37ff20(0xcb);const _0x27be10=_0x269b6d;let _0x5e3ac8=_0x5683f2[_0x27be10[_0x37ff20(0xcd)]];if(_0x5e3ac8&&_0x5e3ac8[_0x37ff20(0xc9)](_0x27be10[_0x37ff20(0xb3)]))return;!_0x5e3ac8?_0x5e3ac8=_0x27be10[_0x37ff20(0xb3)]:_0x5e3ac8+=_0x27be10[_0x37ff20(0xa5)],_0x3fbbee[_0x37ff20(0xde)]([_0x27be10[_0x37ff20(0xcd)],_0x5e3ac8]);}function addScriptInPackageJson(){const _0x95a7f9=a43_0x7f613b,_0x49502b={'MpBZv':_0x95a7f9(0xa7),'WRrgQ':function(_0x5af83c,_0x33bd0e){return _0x5af83c<_0x33bd0e;},'bjqGY':function(_0x27e4e4,_0x494ba8,_0x209e87){return _0x27e4e4(_0x494ba8,_0x209e87);},'CWQGZ':function(_0x202538,_0x41e68b,_0x29244f){return _0x202538(_0x41e68b,_0x29244f);},'Uhqvh':function(_0x5d4253,_0x135827){return _0x5d4253!==_0x135827;},'mgDjO':_0x95a7f9(0xb8)},_0x49f6be=JSON['parse'](fs[_0x95a7f9(0xc4)](packageFile,_0x49502b['MpBZv'])),_0x2adf7e=[];for(let _0x3e997d=0x0;_0x49502b[_0x95a7f9(0xe4)](_0x3e997d,frameworks[_0x95a7f9(0xd3)]);_0x3e997d+=0x1){const _0x1b6ede=_0x49502b[_0x95a7f9(0xd2)](findScriptsWithFramework,_0x49f6be[_0x95a7f9(0xe5)],frameworks[_0x3e997d]);for(let _0x3fe771=0x0;_0x49502b[_0x95a7f9(0xe4)](_0x3fe771,_0x1b6ede[_0x95a7f9(0xd3)]);_0x3fe771+=0x1){_0x2adf7e[_0x95a7f9(0xde)](_0x49502b['CWQGZ'](getUpdatedCommand,_0x49f6be['scripts'],_0x1b6ede[_0x3fe771]));}_0x49502b[_0x95a7f9(0xd2)](addPostInstallScript,_0x49f6be[_0x95a7f9(0xe5)],_0x2adf7e);}const _0x46eff0={..._0x49f6be[_0x95a7f9(0xe5)]},_0x334803=_0x46eff0;for(let _0x41b705=0x0;_0x49502b[_0x95a7f9(0xe4)](_0x41b705,_0x2adf7e['length']);_0x41b705+=0x1){_0x334803[_0x2adf7e[_0x41b705][0x0]]=_0x2adf7e[_0x41b705][0x1];}_0x49502b[_0x95a7f9(0xc7)](JSON['stringify'](_0x49f6be[_0x95a7f9(0xe5)]),JSON[_0x95a7f9(0xaf)](_0x334803))&&(logger[_0x95a7f9(0xaa)](_0x49502b[_0x95a7f9(0xd6)]),_0x49f6be['scripts']=_0x334803,fs[_0x95a7f9(0xd7)](packageFile,JSON[_0x95a7f9(0xaf)](_0x49f6be,null,0x2),_0x508dd3=>{const _0x3ac33a=_0x95a7f9;_0x508dd3&&logger[_0x3ac33a(0xce)](_0x508dd3);}));}function a43_0x579b(){const _0xba0d10=['codeceptjs','browserstack-node-sdk','postinstall','bjqGY','length','YOUR_ACCESS_KEY','js-yaml','mgDjO','writeFileSync','/../../browserstack.pw.yml.sample','playwright','SDKSetup','FUkSu','3746302yjzete','1567413rpPfxP','push','1003326amuzsR','8269sXJRHq','replace','oWcBb','rNqBQ','WRrgQ','scripts','-browserstack','cucumber-js','yargs','6479520yiYZZP','jest','1377136RjAAPK','/browserstack.yml','xkrzi','browserstack-node-sdk\x20','utf8','entries','source','info','Setup\x20completed','mocha','kiTmG','indexOf','stringify','splice','fireFunnelTestEvent','node','zzuWV','split','2224220zPyVQt','102qXMQdE','Creating\x20configuration\x20file...','Adding\x20new\x20script(s)\x20in\x20package.json...','YFXhc','cwd','debug','load','join','../helpers/helper','isUndefined','/../../browserstack.yml.sample','wMOII','/package.json','argv','readFileSync','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','bzDVA','Uhqvh','qikzI','includes','YOUR_USERNAME','\x20&&\x20npm\x20update\x20browserstack-node-sdk','GGrcm','fhHtr','error'];a43_0x579b=function(){return _0xba0d10;};return a43_0x579b();};function findScriptsWithFramework(_0x4f4025,_0x38fa37){const _0x3a7406=a43_0x7f613b,_0x5475ff={};_0x5475ff[_0x3a7406(0xb9)]=function(_0x4f4cfe,_0x3fb4ad){return _0x4f4cfe<_0x3fb4ad;},_0x5475ff[_0x3a7406(0xdb)]=_0x3a7406(0xd0);const _0x50f38d=_0x5475ff,_0x4578a2=[],_0x18bb32=Object[_0x3a7406(0xa8)](_0x4f4025);for(let _0x34fa55=0x0;_0x50f38d['YFXhc'](_0x34fa55,_0x18bb32[_0x3a7406(0xd3)]);_0x34fa55+=0x1){_0x18bb32[_0x34fa55][0x1][_0x3a7406(0xc9)](_0x38fa37)&&!_0x18bb32[_0x34fa55][0x1][_0x3a7406(0xc9)](_0x50f38d[_0x3a7406(0xdb)])&&_0x4578a2[_0x3a7406(0xde)](_0x18bb32[_0x34fa55][0x0]);}return _0x4578a2;}function getUpdatedCommand(_0x5a4c0a,_0x11ca36){const _0xb1a912=a43_0x7f613b,_0x3bd5a9={};_0x3bd5a9['qikzI']=function(_0x2699b9,_0x1daa05){return _0x2699b9!==_0x1daa05;},_0x3bd5a9['hTzzz']=_0xb1a912(0xd0),_0x3bd5a9[_0xb1a912(0xe2)]=function(_0x3e0d95,_0x3cd13e){return _0x3e0d95===_0x3cd13e;};const _0x254c16=_0x3bd5a9,_0x4b5804=_0x11ca36+_0xb1a912(0xe6),_0x1f17d7=_0x5a4c0a[_0x11ca36],_0x3c09e0=_0x1f17d7[_0xb1a912(0xb4)]('\x20');for(const _0x178104 of frameworks){if(_0x254c16[_0xb1a912(0xc8)](_0x3c09e0[_0xb1a912(0xae)](_0x178104),-0x1)){_0x3c09e0[_0xb1a912(0xb0)](_0x3c09e0[_0xb1a912(0xae)](_0x178104),0x0,_0x254c16['hTzzz']);break;}}let _0x8b2b4f=_0x3c09e0[_0xb1a912(0xbd)]('\x20');return _0x254c16[_0xb1a912(0xe2)](_0x8b2b4f,_0x1f17d7)&&(_0x8b2b4f=_0xb1a912(0xa6)+_0x1f17d7),[_0x4b5804,_0x8b2b4f];}function sdkSetup(){const _0x43910a=a43_0x7f613b,_0x400b4a={};_0x400b4a[_0x43910a(0xad)]='node-setup',_0x400b4a[_0x43910a(0xc6)]=_0x43910a(0xda);const _0x1dfc4a=_0x400b4a;if(helper[_0x43910a(0xbf)](config))return;config[_0x43910a(0xa9)]=_0x1dfc4a[_0x43910a(0xad)];try{helper[_0x43910a(0xb1)](_0x1dfc4a[_0x43910a(0xc6)],{},config,'');}catch(_0x3de969){logger[_0x43910a(0xbb)](_0x43910a(0xc5)+_0x3de969);}}logger[a43_0x7f613b(0xaa)](a43_0x7f613b(0xab));
@@ -1 +1 @@
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
+ const a44_0x486760=a44_0x40dc;(function(_0x4b4df0,_0x26749c){const _0x3c9108=a44_0x40dc,_0x445088=_0x4b4df0();while(!![]){try{const _0x228eb0=-parseInt(_0x3c9108(0x22c))/0x1*(parseInt(_0x3c9108(0x207))/0x2)+parseInt(_0x3c9108(0x246))/0x3+-parseInt(_0x3c9108(0x1e9))/0x4*(parseInt(_0x3c9108(0x22f))/0x5)+-parseInt(_0x3c9108(0x20b))/0x6*(-parseInt(_0x3c9108(0x1f8))/0x7)+-parseInt(_0x3c9108(0x21c))/0x8*(parseInt(_0x3c9108(0x1ef))/0x9)+-parseInt(_0x3c9108(0x23c))/0xa*(-parseInt(_0x3c9108(0x210))/0xb)+parseInt(_0x3c9108(0x222))/0xc;if(_0x228eb0===_0x26749c)break;else _0x445088['push'](_0x445088['shift']());}catch(_0x7cb56f){_0x445088['push'](_0x445088['shift']());}}}(a44_0x28f7,0xbc0f8));function a44_0x40dc(_0x1454fb,_0x204857){const _0x28f7cd=a44_0x28f7();return a44_0x40dc=function(_0x40dc6e,_0x1d4913){_0x40dc6e=_0x40dc6e-0x1e6;let _0x1a2d09=_0x28f7cd[_0x40dc6e];return _0x1a2d09;},a44_0x40dc(_0x1454fb,_0x204857);}function a44_0x28f7(){const _0x41e339=['972642iBynVK','Worker','config','platform-run-start','util','39831CahYFU','accessibility','../../helpers/logger','IPUCq','emit','then','WLamc','parallelCucumberRun','results','jest-worker','cucumberWorker','stdout','6064aRMkaw','IWgmo','map','yiSfq','GajPU','log','42458700EYSSte','getStdout','pipe','mxySh','test-file-success','zBKnt','getStderr','qESxZ','../../helpers/accessibility-automation/helper','./testWorker.js','2YioxEt','exitCode','kRBYV','435UJZMQb','exit','bXVhm','platform-run-success','BkQch','platforms','error','ZApBW','wmvvM','rrikq','iYUpf','\x20for','wbysb','30rvnASZ','stderr','getWorkers','resolve','platform-run-failure','dEDWa','all','mQmPG','Workers\x20failed\x20to\x20exit\x20gracefully','_workerPool','1645476cZkAiz','OuXAO','eyCEj','winstonLogger','MOCHA','length','WdClb','49996nQlyrs','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','wwSsS','forEach','vanillaWorker','send','14400nLlykr','../../helpers/test-observability/utils','platform','kYtAr','qWdqw','hSQAb','../../helpers/test-observability/sessionHandler','test-file-start','jCGoj','7BqxtQa','AldUL','Running\x20','json','worker','test-file-failure','VvjYO','p-limit','AFvCf','emittery','stop','gXgKj','yUnUl','configuration','zduuB','1189178BTyDza','ignDP','debug','end'];a44_0x28f7=function(){return _0x41e339;};return a44_0x28f7();}const Worker=require(a44_0x486760(0x219))[a44_0x486760(0x20c)],Emittery=require(a44_0x486760(0x201)),pLimit=require(a44_0x486760(0x1ff)),util=require(a44_0x486760(0x20f)),logger=require(a44_0x486760(0x212))[a44_0x486760(0x249)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0x486760(0x22a)),SessionHandler=require(a44_0x486760(0x1f5)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a44_0x486760(0x1f0)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),checkAccessibility=_0x42fd51=>{const _0x2d282d=a44_0x486760,_0x3f27f3={};_0x3f27f3[_0x2d282d(0x200)]=function(_0x33be6b,_0x464547){return _0x33be6b===_0x464547;};const _0x470ed8=_0x3f27f3;let _0xfec3ee=![];try{_0x42fd51['platforms'][_0x2d282d(0x1ec)](_0x1a2b58=>{const _0x1da916=_0x2d282d;if(_0x470ed8[_0x1da916(0x200)](_0x1a2b58[_0x1da916(0x211)],!![]))return _0xfec3ee=!![],!![];});}catch(_0x3c584b){logger[_0x2d282d(0x209)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3c584b);}return _0xfec3ee;};exports['parallelTestRun']=(_0x11aa63,_0x5b5738,_0x2ab0e0)=>new Promise(async _0x1ae6e0=>{const _0x508090=a44_0x486760,_0x3d2f5d={'WdClb':'failureCount','qWdqw':function(_0x3797e3,_0x5931fc){return _0x3797e3+_0x5931fc;},'kRBYV':_0x508090(0x218),'WLamc':_0x508090(0x244),'hSQAb':function(_0x3b7999,_0x46e870){return _0x3b7999(_0x46e870);},'bXVhm':function(_0x654362,_0x499453){return _0x654362(_0x499453);},'qESxZ':_0x508090(0x1f6),'zduuB':_0x508090(0x22b),'kYtAr':'worker','yUnUl':_0x508090(0x1fb),'IzGaJ':_0x508090(0x224),'OuXAO':function(_0x26e3d5,_0x411134){return _0x26e3d5*_0x411134;},'eyCEj':'test-file-success','XodUC':_0x508090(0x1fd),'VyVzn':function(_0x2c1c4f,_0x3078e5){return _0x2c1c4f*_0x3078e5;}},_0x377970=_0x2ab0e0[_0x508090(0x20d)],_0x2f203a={},_0x177d1f=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x508090(0x1e6)],_0x2ab0e0),_0x5e0489=new Worker(require[_0x508090(0x23f)](_0x3d2f5d[_0x508090(0x206)]),{'exposedMethods':[_0x3d2f5d[_0x508090(0x1f2)]],'forkOptions':{'serialization':_0x3d2f5d[_0x508090(0x204)],'stdio':_0x3d2f5d['IzGaJ']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x3d2f5d[_0x508090(0x247)](_0x5b5738,0x1),'enableWorkerThreads':!![]}),_0x2f73f2=new Emittery();_0x2f73f2['on'](_0x3d2f5d[_0x508090(0x248)],_0x522610=>{const _0x25e5b2=_0x508090;_0x2f203a[_0x522610[0x0]]?(_0x2f203a[_0x522610[0x0]][_0x3d2f5d[_0x25e5b2(0x1e8)]]=_0x3d2f5d[_0x25e5b2(0x1f3)](_0x2f203a[_0x522610[0x0]][_0x3d2f5d['WdClb']],_0x522610[0x1][_0x3d2f5d[_0x25e5b2(0x1e8)]]),_0x2f203a[_0x522610[0x0]][_0x3d2f5d[_0x25e5b2(0x22e)]]=[..._0x2f203a[_0x522610[0x0]][_0x3d2f5d[_0x25e5b2(0x22e)]],..._0x522610[0x1][_0x3d2f5d[_0x25e5b2(0x22e)]]]):_0x2f203a[_0x522610[0x0]]={'failureCount':_0x522610[0x1][_0x3d2f5d['WdClb']],'results':[..._0x522610[0x1][_0x3d2f5d[_0x25e5b2(0x22e)]]]};}),_0x2f73f2['on'](_0x3d2f5d['XodUC'],_0x8f4f7e=>console[_0x508090(0x221)](_0x8f4f7e[0x1]));_0x5e0489[_0x508090(0x223)]()&&_0x5e0489[_0x508090(0x223)]()['pipe'](process[_0x508090(0x21b)]);_0x5e0489['getStderr']()&&_0x5e0489[_0x508090(0x228)]()[_0x508090(0x224)](process[_0x508090(0x23d)]);const _0x4fb4fb=async()=>{const _0x3db0d9=_0x508090,{forceExited:_0x591151}=await _0x5e0489[_0x3db0d9(0x20a)]();_0x591151&&console[_0x3db0d9(0x235)](_0x3d2f5d[_0x3db0d9(0x216)]);try{await TestHubHandler[_0x3db0d9(0x202)]();}catch(_0x4f0c5d){_0x3d2f5d[_0x3db0d9(0x1f4)](debug,_0x3db0d9(0x1ea)+_0x4f0c5d);}_0x3d2f5d[_0x3db0d9(0x231)](_0x1ae6e0,_0x2f203a);},_0xec37a9=_0x3d2f5d[_0x508090(0x231)](pLimit,_0x3d2f5d['VyVzn'](_0x5b5738,0x1)),_0x702a9d=_0x190a71=>_0xec37a9(async()=>{const _0x99aa3b=_0x508090;return await _0x2f73f2[_0x99aa3b(0x214)](_0x3d2f5d[_0x99aa3b(0x229)],_0x190a71),_0x5e0489[_0x99aa3b(0x1fc)](_0x190a71,_0x377970);});Promise[_0x508090(0x242)](_0x11aa63[_0x508090(0x21e)](_0x4a4818=>_0x702a9d(_0x4a4818)[_0x508090(0x215)](_0x4de277=>_0x2f73f2[_0x508090(0x214)](_0x508090(0x226),[_0x4a4818[_0x508090(0x205)]['platform'],_0x4de277]),_0x5ec25b=>_0x2f73f2[_0x508090(0x214)]('test-file-failure',[_0x4a4818,_0x5ec25b]))))['then'](_0x4fb4fb,_0x4fb4fb);}),exports[a44_0x486760(0x217)]=(_0x75b44d,_0xbbcbd8,_0x4454a9,_0x1743a9,_0x2979dd)=>{const _0xd67405=a44_0x486760,_0x33c828={'mQmPG':_0xd67405(0x244),'BkQch':function(_0x30370b,_0x34b957){return _0x30370b(_0x34b957);},'sgiqO':_0xd67405(0x20e),'xSABC':_0xd67405(0x22b),'IafmG':'cucumberWorker','IWgmo':'json','gXgKj':_0xd67405(0x224),'iYUpf':_0xd67405(0x232),'GajPU':_0xd67405(0x240)};return new Promise(_0x3c7df7=>{const _0x233b13=_0xd67405,_0x399f96={};_0x399f96[_0x233b13(0x213)]=_0x33c828['sgiqO'];const _0xf0f6c0=_0x399f96,_0x179702=[],_0x220694=new Worker(require['resolve'](_0x33c828['xSABC']),{'exposedMethods':[_0x33c828['IafmG']],'forkOptions':{'serialization':_0x33c828[_0x233b13(0x21d)],'stdio':_0x33c828[_0x233b13(0x203)]},'numWorkers':_0x75b44d[_0x233b13(0x1e7)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5cec9a=new Emittery();_0x5cec9a['on'](_0x33c828[_0x233b13(0x239)],_0x28a567=>{_0x179702['push']([_0x28a567[0x0],_0x28a567[0x1]]);}),_0x5cec9a['on'](_0x33c828[_0x233b13(0x220)],_0x42742e=>console[_0x233b13(0x221)](_0x42742e[0x1]));_0x220694[_0x233b13(0x223)]()&&_0x220694[_0x233b13(0x223)]()[_0x233b13(0x224)](process[_0x233b13(0x21b)]);_0x220694[_0x233b13(0x228)]()&&_0x220694[_0x233b13(0x228)]()[_0x233b13(0x224)](process['stderr']);const _0x4e5f93=async()=>{const _0x154472=_0x233b13,{forceExited:_0x2d593f}=await _0x220694[_0x154472(0x20a)]();_0x2d593f&&console[_0x154472(0x235)](_0x33c828[_0x154472(0x243)]),_0x33c828[_0x154472(0x233)](_0x3c7df7,_0x179702);},_0x9ce61d=_0x33c828[_0x233b13(0x233)](pLimit,_0x75b44d[_0x233b13(0x1e7)]||0x1),_0x5c961a=(_0x5c43a2,_0xd501d7)=>_0x9ce61d(async()=>{const _0x2bf1d6=_0x233b13;return await _0x5cec9a[_0x2bf1d6(0x214)](_0xf0f6c0[_0x2bf1d6(0x213)],_0x5c43a2),_0xbbcbd8['platformCaps']=_0x4454a9[_0x2bf1d6(0x234)][_0xd501d7],_0x220694[_0x2bf1d6(0x21a)](_0x5c43a2,_0xbbcbd8,_0x4454a9,_0x1743a9,_0x2979dd);});Promise[_0x233b13(0x242)](_0x75b44d['map']((_0x5c85f8,_0x4aeb8b)=>_0x5c961a(_0x5c85f8,_0x4aeb8b)[_0x233b13(0x215)](_0x257921=>_0x5cec9a[_0x233b13(0x214)](_0x233b13(0x232),[_0x5c85f8,_0x257921]),_0x4bcce6=>_0x5cec9a[_0x233b13(0x214)]('platform-run-failure',[_0x5c85f8,_0x4bcce6]))))[_0x233b13(0x215)](_0x4e5f93,_0x4e5f93);});},exports['parallelVanillaRun']=(_0x37af15,_0x5b044c)=>new Promise(_0x1bda29=>{const _0x3a7667=a44_0x486760,_0x5012d8={'piblP':function(_0x540dc4,_0x2961fe){return _0x540dc4===_0x2961fe;},'rrikq':function(_0x117da2,_0x1036a3){return _0x117da2!==_0x1036a3;},'wbysb':_0x3a7667(0x230),'AldUL':_0x3a7667(0x244),'ignDP':function(_0x5da586,_0x4d62fa){return _0x5da586(_0x4d62fa);},'xADBD':_0x3a7667(0x22b),'mxySh':'vanillaWorker','wwSsS':_0x3a7667(0x1fb),'zBKnt':'pipe','dEDWa':_0x3a7667(0x226),'jCGoj':_0x3a7667(0x1fd),'wmvvM':function(_0x107068,_0x2c5c9c){return _0x107068(_0x2c5c9c);}},_0x463b8d={},_0x9994a6=new Worker(require[_0x3a7667(0x23f)](_0x5012d8['xADBD']),{'exposedMethods':[_0x5012d8[_0x3a7667(0x225)]],'forkOptions':{'serialization':_0x5012d8[_0x3a7667(0x1eb)],'stdio':_0x5012d8[_0x3a7667(0x227)]},'numWorkers':_0x5b044c,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3be964=new Emittery();_0x3be964['on'](_0x5012d8[_0x3a7667(0x241)],_0x3c4b4d=>{const _0x2d55d4=_0x3a7667;_0x3c4b4d[0x0]&&logger['info'](_0x2d55d4(0x1fa)+_0x3c4b4d[0x1]+_0x2d55d4(0x23a),_0x3c4b4d[0x0]);}),_0x3be964['on'](_0x5012d8[_0x3a7667(0x1f7)],_0x67f981=>{const _0x311adc=_0x3a7667;process[_0x311adc(0x22d)]=0x1;});_0x9994a6[_0x3a7667(0x223)]()&&_0x9994a6[_0x3a7667(0x223)]()[_0x3a7667(0x224)](process[_0x3a7667(0x21b)]);_0x9994a6[_0x3a7667(0x228)]()&&_0x9994a6[_0x3a7667(0x228)]()['pipe'](process['stderr']);const _0x5e65fe=async()=>{const _0x2fcafa=_0x3a7667,_0xa6e3e5={'yiSfq':function(_0x402c74,_0x523e6f){return _0x5012d8['piblP'](_0x402c74,_0x523e6f);},'VvjYO':function(_0x2d3ca0,_0x4b30dd){const _0x4ced83=a44_0x40dc;return _0x5012d8[_0x4ced83(0x238)](_0x2d3ca0,_0x4b30dd);},'ZApBW':_0x5012d8[_0x2fcafa(0x23b)]};let _0x29fda6=0x0;const _0x5d3e67=_0x9994a6[_0x2fcafa(0x245)][_0x2fcafa(0x23e)](),_0xe2cbe2=()=>{},_0x30a482=_0x5d3e67[_0x2fcafa(0x21e)](async _0x318fc0=>{const _0x2a2438=_0x2fcafa;_0x318fc0[_0x2a2438(0x1ee)]([0x2,![]],_0xe2cbe2,_0xe2cbe2,_0xe2cbe2),_0x318fc0['_child']['on'](_0xa6e3e5[_0x2a2438(0x236)],_0x514f02=>{const _0x9234bf=_0x2a2438;_0xa6e3e5[_0x9234bf(0x21f)](_0x29fda6,0x0)&&_0xa6e3e5[_0x9234bf(0x1fe)](_0x514f02,0x0)&&(_0x29fda6=_0x514f02);}),await _0x318fc0['waitForExit']();});await Promise[_0x2fcafa(0x242)](_0x30a482),process[_0x2fcafa(0x22d)]=_0x29fda6;const {forceExited:_0x1e4cd0}=await _0x9994a6[_0x2fcafa(0x20a)]();_0x1e4cd0&&console[_0x2fcafa(0x235)](_0x5012d8[_0x2fcafa(0x1f9)]),_0x5012d8[_0x2fcafa(0x208)](_0x1bda29,_0x463b8d);},_0x127583=_0x5012d8[_0x3a7667(0x237)](pLimit,_0x5b044c),_0x1c065c=_0x4f2888=>_0x127583(async()=>{const _0x4fddd0=_0x3a7667;return _0x9994a6[_0x4fddd0(0x1ed)](_0x4f2888);});Promise[_0x3a7667(0x242)](_0x37af15[_0x3a7667(0x21e)](_0x2626ff=>_0x1c065c(_0x2626ff)[_0x3a7667(0x215)](_0x38f94f=>_0x3be964[_0x3a7667(0x214)](_0x3a7667(0x226),[_0x2626ff['configuration'][_0x3a7667(0x1f1)],_0x2626ff['configuration']['file']]),_0x1d9145=>_0x3be964[_0x3a7667(0x214)](_0x3a7667(0x1fd),[_0x2626ff,_0x1d9145]))))[_0x3a7667(0x215)](_0x5e65fe,_0x5e65fe);});
@@ -1 +1 @@
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
+ const a45_0x25ac06=a45_0x3b4a;function a45_0x3b4a(_0x3439d7,_0x5bac41){const _0x229982=a45_0x2299();return a45_0x3b4a=function(_0x3b4aca,_0x4155a9){_0x3b4aca=_0x3b4aca-0x145;let _0x753128=_0x229982[_0x3b4aca];return _0x753128;},a45_0x3b4a(_0x3439d7,_0x5bac41);}(function(_0x46b256,_0x3f7562){const _0x132d74=a45_0x3b4a,_0x4801d1=_0x46b256();while(!![]){try{const _0x44f5e9=-parseInt(_0x132d74(0x15b))/0x1*(-parseInt(_0x132d74(0x145))/0x2)+-parseInt(_0x132d74(0x154))/0x3+parseInt(_0x132d74(0x15a))/0x4*(parseInt(_0x132d74(0x14e))/0x5)+-parseInt(_0x132d74(0x153))/0x6*(-parseInt(_0x132d74(0x155))/0x7)+parseInt(_0x132d74(0x146))/0x8+parseInt(_0x132d74(0x159))/0x9+-parseInt(_0x132d74(0x147))/0xa;if(_0x44f5e9===_0x3f7562)break;else _0x4801d1['push'](_0x4801d1['shift']());}catch(_0x35a5c9){_0x4801d1['push'](_0x4801d1['shift']());}}}(a45_0x2299,0x7754f),exports[a45_0x25ac06(0x14a)]=async(_0x4b8c8,_0x325049)=>{const _0x67cbd0=a45_0x25ac06,_0x2f1918={'BbYxY':function(_0xc2a8d8,_0x82721e){return _0xc2a8d8(_0x82721e);},'KXgCT':'../launcher/launcher','esaye':_0x67cbd0(0x148)},_0x4fb098=_0x2f1918[_0x67cbd0(0x14d)](require,_0x2f1918[_0x67cbd0(0x15c)]),_0x4a8ad9=new _0x4fb098(_0x2f1918[_0x67cbd0(0x150)],_0x4b8c8,_0x325049);return await _0x4a8ad9[_0x67cbd0(0x14f)]();},exports[a45_0x25ac06(0x152)]=async(_0x588a25,_0x231928,_0x1a8739,_0x32aaea,_0x309599)=>{const _0x14efe0=a45_0x25ac06,_0x1fe57c={'yhWZp':function(_0x122dc9,_0xca9eda){return _0x122dc9(_0xca9eda);},'GmUVt':_0x14efe0(0x14b),'dxmpA':_0x14efe0(0x15e)},_0xc1a08f={'capability':_0x588a25,..._0x231928},_0x42108e={};_0x42108e['configuration']=_0xc1a08f,_0x42108e[_0x14efe0(0x157)]=_0x309599;const _0x1aa9e6=_0x42108e,_0xb264f6=_0x1fe57c[_0x14efe0(0x149)](require,_0x1fe57c['GmUVt']),_0x262023=new _0xb264f6(_0x1fe57c[_0x14efe0(0x15d)],_0x1aa9e6,_0x1a8739,_0x32aaea);return await _0x262023[_0x14efe0(0x14f)]();},exports['runVanillaTest']=async _0x81ba4f=>{const _0x4d3ce6=a45_0x25ac06,_0x3a16f2={'UbCue':function(_0x20730a,_0x5cb9e3){return _0x20730a(_0x5cb9e3);},'qhkjo':_0x4d3ce6(0x14b),'GHwBU':_0x4d3ce6(0x158)},_0x1e4cb7=_0x3a16f2[_0x4d3ce6(0x151)](require,_0x3a16f2[_0x4d3ce6(0x156)]),_0x2417df=new _0x1e4cb7(_0x3a16f2[_0x4d3ce6(0x14c)],_0x81ba4f);return await _0x2417df[_0x4d3ce6(0x14f)]();});function a45_0x2299(){const _0x898aad=['../launcher/launcher','GHwBU','BbYxY','5wRpYog','run','esaye','UbCue','runCucumberTest','386526kfdiuA','92496paNlDQ','28dfEEzY','qhkjo','formatter','vanilla','5326371FVjhvF','694352qGJsNt','6133YjSnzW','KXgCT','dxmpA','cucumber-js','166nrucky','4638464Gbkkef','15923230zZTdgz','mocha','yhWZp','runTest'];a45_0x2299=function(){return _0x898aad;};return a45_0x2299();}
@@ -1 +1 @@
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);};
1
+ const a46_0x437ef0=a46_0x23f3;(function(_0x2338c0,_0x1a479b){const _0x1fe461=a46_0x23f3,_0x5de0cd=_0x2338c0();while(!![]){try{const _0x90593b=-parseInt(_0x1fe461(0x1be))/0x1+parseInt(_0x1fe461(0x1b1))/0x2+-parseInt(_0x1fe461(0x1bd))/0x3+parseInt(_0x1fe461(0x1b7))/0x4+parseInt(_0x1fe461(0x1b3))/0x5*(-parseInt(_0x1fe461(0x1b9))/0x6)+parseInt(_0x1fe461(0x1b8))/0x7+parseInt(_0x1fe461(0x1b6))/0x8*(-parseInt(_0x1fe461(0x1bb))/0x9);if(_0x90593b===_0x1a479b)break;else _0x5de0cd['push'](_0x5de0cd['shift']());}catch(_0xd14e55){_0x5de0cd['push'](_0x5de0cd['shift']());}}}(a46_0x4cfd,0xbdef4));function a46_0x23f3(_0x5b8f1e,_0x1d90c1){const _0x4cfd3e=a46_0x4cfd();return a46_0x23f3=function(_0x23f3e7,_0x10c282){_0x23f3e7=_0x23f3e7-0x1b1;let _0x22b46e=_0x4cfd3e[_0x23f3e7];return _0x22b46e;},a46_0x23f3(_0x5b8f1e,_0x1d90c1);}function a46_0x4cfd(){const _0x1b24fc=['206664ojDAFE','494313wigxye','emoMq','590420cBkwvQ','./runTest','145gKcDgC','worker','CPDZq','8qEVPZh','5683844HuKigr','995078HzHTuP','21198ixAcqG','vanillaWorker','3732255TOvRYx','cucumberWorker'];a46_0x4cfd=function(){return _0x1b24fc;};return a46_0x4cfd();}const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x437ef0(0x1b2));exports[a46_0x437ef0(0x1b4)]=async(_0x4e1dfe,_0x22bafa)=>{const _0x50d037=a46_0x437ef0,_0x2cefb2={'CPDZq':function(_0x18b08b,_0x26c847,_0x2e9579){return _0x18b08b(_0x26c847,_0x2e9579);}};return await _0x2cefb2[_0x50d037(0x1b5)](runTest,_0x4e1dfe,_0x22bafa);},exports[a46_0x437ef0(0x1bc)]=async(_0x5e610d,_0x4615fc,_0x1f1907,_0x59de99,_0x979e56)=>{const _0x256b3c={'wXDSG':function(_0x403538,_0x261b0c,_0x3da7bd,_0x49c434,_0x6e42dc,_0x21a129){return _0x403538(_0x261b0c,_0x3da7bd,_0x49c434,_0x6e42dc,_0x21a129);}};return await _0x256b3c['wXDSG'](runCucumberTest,_0x5e610d,_0x4615fc,_0x1f1907,_0x59de99,_0x979e56);},exports[a46_0x437ef0(0x1ba)]=async _0xaf31eb=>{const _0x33f0fd=a46_0x437ef0,_0x4f5f38={'emoMq':function(_0x32ad68,_0x54fc03){return _0x32ad68(_0x54fc03);}};return await _0x4f5f38[_0x33f0fd(0x1bf)](runVanillaTest,_0xaf31eb);};