browserstack-node-sdk 1.32.6 → 1.32.7

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 (116) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/templates/azureresources/akscluster.json +57 -3
  25. package/ats/src/templates/azureresources/storageaccount.json +8 -8
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createk8sClient.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/gridComponents.js +1 -1
  32. package/ats/src/utils/hstUtils.js +1 -1
  33. package/ats/src/utils/instrumentationUtils.js +1 -1
  34. package/ats/src/utils/userInput.js +1 -1
  35. package/ats/src/utils/utilityMethods.js +1 -1
  36. package/ats/src/utils/webSocketUtils.js +1 -1
  37. package/package.json +1 -1
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/codeceptjs/helper.js +1 -1
  41. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  42. package/src/bin/cucumber-js/command.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  44. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.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/reporter/pwUtils.js +1 -1
  74. package/src/bin/playwright/reporter/reporter.js +1 -1
  75. package/src/bin/playwright/reporter/test-details.js +1 -1
  76. package/src/bin/playwright/sessionDetails.js +1 -1
  77. package/src/bin/runner.js +1 -1
  78. package/src/bin/setup.js +1 -1
  79. package/src/bin/test-runner/index.js +1 -1
  80. package/src/bin/test-runner/runTest.js +1 -1
  81. package/src/bin/test-runner/testWorker.js +1 -1
  82. package/src/bin/utils/constants.js +1 -1
  83. package/src/bin/utils/log4jsAppender.js +1 -1
  84. package/src/bin/utils/logPatcher.js +1 -1
  85. package/src/bin/utils/logReportingAPI.js +1 -1
  86. package/src/bin/vanilla-js/command.js +1 -1
  87. package/src/browserStackSdk.js +1 -1
  88. package/src/helpers/BrowserStackSetup.js +1 -1
  89. package/src/helpers/accessibility-automation/constants.js +1 -1
  90. package/src/helpers/accessibility-automation/helper.js +1 -1
  91. package/src/helpers/accessibility-automation/scripts.js +1 -1
  92. package/src/helpers/ats/constants.js +1 -1
  93. package/src/helpers/ats/helper.js +1 -1
  94. package/src/helpers/capsMapping.js +1 -1
  95. package/src/helpers/globals.js +1 -1
  96. package/src/helpers/helper.js +1 -1
  97. package/src/helpers/logger.js +1 -1
  98. package/src/helpers/patchHelpers.js +1 -1
  99. package/src/helpers/percy/Percy.js +1 -1
  100. package/src/helpers/percy/PercyBinary.js +1 -1
  101. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  102. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  103. package/src/helpers/percy/PercySDK.js +1 -1
  104. package/src/helpers/percy/index.js +1 -1
  105. package/src/helpers/percy/utils.js +1 -1
  106. package/src/helpers/performance-tester.js +1 -1
  107. package/src/helpers/request-spy.js +1 -1
  108. package/src/helpers/setKeepAlive.js +1 -1
  109. package/src/helpers/test-observability/constants.js +1 -1
  110. package/src/helpers/test-observability/error-handler.js +1 -1
  111. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  112. package/src/helpers/test-observability/sessionHandler.js +1 -1
  113. package/src/helpers/test-observability/utils.js +1 -1
  114. package/src/helpers/w3cMapping.js +1 -1
  115. package/src/hubAllocationMethods.js +1 -1
  116. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a36_0x1049(_0xbf5ac6,_0x53bbc1){const _0x3b3432=a36_0x3b34();return a36_0x1049=function(_0x1049f3,_0x26fdb6){_0x1049f3=_0x1049f3-0x176;let _0x412c3a=_0x3b3432[_0x1049f3];return _0x412c3a;},a36_0x1049(_0xbf5ac6,_0x53bbc1);}const a36_0x2c3009=a36_0x1049;function a36_0x3b34(){const _0x27994b=['onBegin','vrfWU','ShZhw','getTestRunIdentifier','CSLpT','exports','VzVkM','test','535917jTyiCv','LogCreated','RuvcC','onStepBegin','mVTbo','split','onTestBegin','JqYpW','eJoVH','PyUyy','viqeA','configureGit','ktcsf','Sending\x20session\x20details\x20for\x20','message','_projectId','existsSync','qMGmR','DbkqK','skipped','../../../helpers/test-observability/sessionHandler','logs','zQDfw','./pwUtils','setup','length','sendHookRunEvent','TuTVR','apGPD','acCxq','../../../helpers/helper','event_type','PblMe','RfqTk','test_run','KAoSa','wjGAI','javascript','kfgPL','errors','\x20for\x20','hcurZ','needToReportStep','getScope','TitKA','ACEVb','efMtL','stack','376939WhiPTm','_tests','PYVMv','push','RYqda','duration','expanded','printsToStdio','KMBjg','BEFORE_EACH','../../../helpers/test-observability/requestQueueHandler','getInstance','rqIjL','uploadEventData','FOjqX','startMonitoring','stop','CBTSessionCreated','Before\x20Hooks','util','BROWSERSTACK_O11Y_PERF_MEASUREMENT','LHcxr','category','retry_of','timedOut','sendSessionDetails','beforeAll\x20hook','base64','Qtbxp','statSync','finishedAt','1233680yzZyih','uuid','failure_type','_testHooksMap','4|1|0|3|5|2','getTestIdentifier','_bs_hookIdentifier','backtrace','bFbEl','HookRunFinished','fOIAD','bCxvg','failure','EPSko','Tbolb','CietS','TestRunFinished','onStepEnd','RkbDb','PLAYWRIGHT','endSession','name','JkngH','getStepsAndLogs','951797yqQJuo','BEFORE_ALL','cwd','yeUPD','error','readFileSync','hook_run_uuid','passed','TEST_SCREENSHOT','beforeEach\x20hook','test_run_uuid','toISOString','hook','sendTestRunEvent','parent','btsIW','startTime','mrnmj','reportLogs','PRrwo','indexOf','steps','getTestUUID','path','NheWd','getHierarchy','PMLPB','mSrcn','file','MpeWe','shutdown','onEnd','adqyv','Xlsll','Error\x20in\x20calculating\x20performance:\x20','PlDjH','unknown','failed','join','getTime','splice','getStepIdentifier','KfBHS','dvdSw','afterEach\x20hook','titlePath','Expected\x20to\x20fail,\x20but\x20passed.','expectedStatus','vDhdf','title','failure_reason','../../../helpers/performance-tester','hKlpH','fmdlr','12qzfMPt','relative','toString','459036dIJhFS','status','AFTER_EACH','startsWith','AYrSO','setStepIdentifier','TEST_STEP','OjVBF','TestRunStarted','CThtA','LliGo','addTestUIDAndReportLog','_gitConfigPath','nhpUh','env','result','NDEbj','onTestEnd','rQLLX','map','aAZXX','1580925DCqudL','reverse','nFYmB','yHbdg','naClK','TEiwB','FOwmk','location','../../../helpers/test-observability/error-handler','fVcSR','\x20-\x20','_gitConfigured','3039456fQJkah','GtVGy','BEwgm','yewvr','startedAt','jQNEt','RtAqh','hook_run','YxQTw','lQBrw','retry','attachments','afterAll\x20hook','depth','doEzu','FdZNN','AFTER_ALL'];a36_0x3b34=function(){return _0x27994b;};return a36_0x3b34();}(function(_0x53f899,_0x3234ee){const _0x13a4d3=a36_0x1049,_0x493e1c=_0x53f899();while(!![]){try{const _0x502897=-parseInt(_0x13a4d3(0x1fb))/0x1+-parseInt(_0x13a4d3(0x191))/0x2+parseInt(_0x13a4d3(0x1cb))/0x3+-parseInt(_0x13a4d3(0x21a))/0x4+parseInt(_0x13a4d3(0x1a6))/0x5+parseInt(_0x13a4d3(0x18e))/0x6*(parseInt(_0x13a4d3(0x232))/0x7)+parseInt(_0x13a4d3(0x1b2))/0x8;if(_0x502897===_0x3234ee)break;else _0x493e1c['push'](_0x493e1c['shift']());}catch(_0x201d02){_0x493e1c['push'](_0x493e1c['shift']());}}}(a36_0x3b34,0x3898d));const RequestQueueHandler=require(a36_0x2c3009(0x205)),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a36_0x2c3009(0x1e2)),{v4:uuidv4}=require(a36_0x2c3009(0x21b)),path=require(a36_0x2c3009(0x249)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require('../../../helpers/test-observability/utils'),{getGitMetaData}=require(a36_0x2c3009(0x1e9)),TestDetails=require('./test-details'),fs=require('fs'),util=require(a36_0x2c3009(0x20e)),{o11yClassErrorHandler}=require(a36_0x2c3009(0x1ae)),PerformanceTester=require(a36_0x2c3009(0x18b)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require(a36_0x2c3009(0x1df));class MyReporter{constructor(_0x334c69){const _0x1a3be3=a36_0x2c3009,_0x1d2276={};_0x1d2276[_0x1a3be3(0x241)]=_0x1a3be3(0x21e),_0x1d2276['NDEbj']='performance-report-reporter.json';const _0x2c2fcd=_0x1d2276,_0x4522cd=_0x2c2fcd['btsIW'][_0x1a3be3(0x1d0)]('|');let _0x3603ae=0x0;while(!![]){switch(_0x4522cd[_0x3603ae++]){case'0':this[_0x1a3be3(0x21d)]={};continue;case'1':this['_tests']={};continue;case'2':this['_gitConfigPath']=null;continue;case'3':this['options']=_0x334c69;continue;case'4':process[_0x1a3be3(0x19f)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(PerformanceTester[_0x1a3be3(0x20a)](_0x2c2fcd[_0x1a3be3(0x1a1)]),process[_0x1a3be3(0x19f)]['START_TIME']=new Date()[_0x1a3be3(0x23d)]());continue;case'5':this[_0x1a3be3(0x1b1)]=![];continue;}break;}}async[a36_0x2c3009(0x1c3)](){const _0xb4c32=a36_0x2c3009;TestDetails[_0xb4c32(0x1e3)](),await this[_0xb4c32(0x1d6)]();}async[a36_0x2c3009(0x1d1)](_0x5f5e3b,_0x36818e){const _0x20bff9=a36_0x2c3009,_0x56dbf5={};_0x56dbf5[_0x20bff9(0x1d5)]=_0x20bff9(0x199);const _0x28152a=_0x56dbf5,_0x508614=this['getTestIdentifier'](_0x5f5e3b);this['_tests'][_0x508614]={'uuid':TestDetails[_0x20bff9(0x248)](this[_0x20bff9(0x1c6)](_0x5f5e3b,_0x36818e[_0x20bff9(0x1bc)])),'startedAt':_0x36818e['startTime']},await this[_0x20bff9(0x23f)](_0x5f5e3b,_0x28152a[_0x20bff9(0x1d5)],_0x36818e);}async['onStepBegin'](_0x2354bf,_0x2c062d,_0x4ee2f3){const _0x1a6112=a36_0x2c3009,_0x5a4562={};_0x5a4562[_0x1a6112(0x1b3)]='HookRunStarted';const _0xf43620=_0x5a4562;if(!this[_0x1a6112(0x1f5)](_0x4ee2f3,_0x2354bf))return;const _0x78b753=this['setStepIdentifier'](_0x2354bf,_0x4ee2f3);this['_tests'][_0x78b753]={'uuid':TestDetails['getTestUUID'](_0x78b753),'startedAt':_0x4ee2f3[_0x1a6112(0x242)][_0x1a6112(0x23d)]()};const _0x4e5f2c=this[_0x1a6112(0x1c6)](_0x2354bf,_0x2c062d[_0x1a6112(0x1bc)]);!this[_0x1a6112(0x21d)][_0x4e5f2c]&&(this[_0x1a6112(0x21d)][_0x4e5f2c]=[]),this[_0x1a6112(0x21d)][_0x4e5f2c][_0x1a6112(0x1fe)](this[_0x1a6112(0x1fc)][_0x78b753][_0x1a6112(0x21b)]),await this[_0x1a6112(0x1e5)](_0x2354bf,_0x4ee2f3,_0xf43620[_0x1a6112(0x1b3)],_0x2c062d);}async[a36_0x2c3009(0x22b)](_0x54470d,_0x4642d8,_0x846b7d){const _0x528d24=a36_0x2c3009,_0x3b63db={};_0x3b63db[_0x528d24(0x1f7)]=function(_0x278bc8,_0x22076b){return _0x278bc8+_0x22076b;},_0x3b63db['ACEVb']=_0x528d24(0x223);const _0x575147=_0x3b63db;if(!this[_0x528d24(0x1f5)](_0x846b7d,_0x54470d))return;const _0x39a000=this[_0x528d24(0x181)](_0x54470d,_0x846b7d);this['_tests'][_0x39a000]={...this[_0x528d24(0x1fc)][_0x39a000]||{},'finishedAt':new Date(_0x575147[_0x528d24(0x1f7)](_0x846b7d[_0x528d24(0x242)][_0x528d24(0x17f)](),_0x846b7d[_0x528d24(0x200)]))},await this[_0x528d24(0x1e5)](_0x54470d,_0x846b7d,_0x575147[_0x528d24(0x1f8)],_0x4642d8);}async['onTestEnd'](_0x7d6f3c,_0x177275){const _0x53b215=a36_0x2c3009,_0x10fbdc={};_0x10fbdc[_0x53b215(0x1aa)]=function(_0x51c221,_0x52251e){return _0x51c221===_0x52251e;},_0x10fbdc[_0x53b215(0x1cf)]='screenshot',_0x10fbdc[_0x53b215(0x1ee)]=_0x53b215(0x23a),_0x10fbdc[_0x53b215(0x1cd)]=_0x53b215(0x216),_0x10fbdc[_0x53b215(0x1d3)]=_0x53b215(0x22a),_0x10fbdc[_0x53b215(0x229)]=function(_0x56c1f2,_0xd836a2){return _0x56c1f2>_0xd836a2;};const _0x5ddaa8=_0x10fbdc,_0x133d8e=this[_0x53b215(0x21f)](_0x7d6f3c),_0x30cc34=TestDetails['getTestUUID'](this[_0x53b215(0x1c6)](_0x7d6f3c,_0x177275[_0x53b215(0x1bc)]));this[_0x53b215(0x1fc)][_0x133d8e]={...this[_0x53b215(0x1fc)][_0x133d8e]||{},'finishedAt':new Date()[_0x53b215(0x23d)]()},await this[_0x53b215(0x23f)](_0x7d6f3c,_0x5ddaa8['eJoVH'],_0x177275);const _0x547a0f=[];_0x177275[_0x53b215(0x1bd)]&&_0x177275['attachments'][_0x53b215(0x1a4)](_0x29d809=>{const _0x2840b8=_0x53b215;if(_0x5ddaa8[_0x2840b8(0x1aa)](_0x29d809[_0x2840b8(0x22f)],_0x5ddaa8[_0x2840b8(0x1cf)])){if(!fs[_0x2840b8(0x1db)](_0x29d809[_0x2840b8(0x249)]))return;_0x547a0f[_0x2840b8(0x1fe)]({'test_run_uuid':_0x30cc34,'timestamp':fs[_0x2840b8(0x218)](_0x29d809[_0x2840b8(0x249)])['mtime'],'kind':_0x5ddaa8[_0x2840b8(0x1ee)],'message':fs[_0x2840b8(0x237)](_0x29d809[_0x2840b8(0x249)],{'encoding':_0x5ddaa8[_0x2840b8(0x1cd)]})});}}),_0x5ddaa8['CietS'](_0x547a0f[_0x53b215(0x1e4)],0x0)&&await MyReporter[_0x53b215(0x244)](_0x547a0f);}async[a36_0x2c3009(0x22e)](){const _0x491135=a36_0x2c3009;await RequestQueueHandler[_0x491135(0x206)]()[_0x491135(0x176)](),await SessionHandler[_0x491135(0x20b)](),TestDetails[_0x491135(0x176)]();}async[a36_0x2c3009(0x177)](_0x40c493){const _0x3e8f0a=a36_0x2c3009,_0x14c3fa={'RkbDb':function(_0x8cf29c){return _0x8cf29c();},'yeUPD':function(_0x1f604e,_0x41bec4){return _0x1f604e(_0x41bec4);}};await this[_0x3e8f0a(0x22e)](),_0x14c3fa[_0x3e8f0a(0x22c)](printBuildLink);try{process[_0x3e8f0a(0x19f)][_0x3e8f0a(0x20f)]&&await _0x14c3fa['RkbDb'](calculatePerformance);}catch(_0x3ee389){_0x14c3fa[_0x3e8f0a(0x235)](debug,_0x3e8f0a(0x17a)+_0x3ee389[_0x3e8f0a(0x190)]());}}static async[a36_0x2c3009(0x19c)](_0x260785,_0x2db3a6){const _0x42b135=a36_0x2c3009;_0x2db3a6[_0x42b135(0x23c)]=TestDetails['getTestUUID'](_0x260785),await this[_0x42b135(0x244)]([_0x2db3a6]);}static async[a36_0x2c3009(0x244)](_0x3dc0ad){const _0x48ea8b=a36_0x2c3009,_0x11639f={};_0x11639f[_0x48ea8b(0x243)]=_0x48ea8b(0x1cc);const _0x3419dd=_0x11639f,_0x2d1d7c={};_0x2d1d7c[_0x48ea8b(0x1ea)]=_0x3419dd['mrnmj'],_0x2d1d7c[_0x48ea8b(0x1e0)]=_0x3dc0ad,await SessionHandler[_0x48ea8b(0x208)](_0x2d1d7c);}async['sendHookRunEvent'](_0x2dc9a0,_0x1a5198,_0x32fce9,_0x103795){const _0x58d359=a36_0x2c3009,_0x1d16ac={'AYrSO':'hook','PMLPB':_0x58d359(0x1f0),'CThtA':'pending','efMtL':function(_0x2e2f31,_0x5de92f){return _0x2e2f31>=_0x5de92f;},'KMBjg':function(_0x13c000,_0x31344d){return _0x13c000===_0x31344d;},'jQNEt':'HookRunFinished','qMGmR':function(_0x3d7271,_0x4bfd57){return _0x3d7271>_0x4bfd57;},'rqIjL':_0x58d359(0x17d),'acCxq':function(_0x3549c3,_0x38fc5a){return _0x3549c3(_0x38fc5a);},'TuTVR':function(_0x2ee95c,_0x4c5b8e,_0x9163f9){return _0x2ee95c(_0x4c5b8e,_0x9163f9);},'vDhdf':'err','PRrwo':_0x58d359(0x239)},_0x3d31ef=this[_0x58d359(0x181)](_0x2dc9a0,_0x1a5198),_0x10f5aa=this[_0x58d359(0x1fc)][_0x3d31ef],_0x2c6bf7={'uuid':_0x10f5aa[_0x58d359(0x21b)],'type':_0x1d16ac['AYrSO'],'hook_type':this['getHookType'](_0x1a5198[_0x58d359(0x189)]),'name':_0x1a5198[_0x58d359(0x189)],'scope':this[_0x58d359(0x1f6)](_0x1a5198),'scopes':this['getHierarchy'](_0x2dc9a0),'body':{'lang':_0x1d16ac[_0x58d359(0x24c)],'code':null},'identifier':_0x3d31ef,'file_name':path[_0x58d359(0x18f)](process['cwd'](),_0x2dc9a0[_0x58d359(0x1ad)]['file']),'location':path[_0x58d359(0x18f)](process['cwd'](),_0x2dc9a0[_0x58d359(0x1ad)][_0x58d359(0x24e)]),'result':_0x1d16ac[_0x58d359(0x19a)],'duration_in_ms':_0x1d16ac[_0x58d359(0x1f9)](_0x1a5198['duration'],0x0)?_0x1a5198[_0x58d359(0x200)]:undefined,'vc_filepath':this[_0x58d359(0x19d)]&&_0x2dc9a0[_0x58d359(0x1ad)][_0x58d359(0x24e)]?path[_0x58d359(0x18f)](this[_0x58d359(0x19d)],_0x2dc9a0[_0x58d359(0x1ad)][_0x58d359(0x24e)]):undefined,'started_at':_0x10f5aa[_0x58d359(0x1b6)],'finished_at':_0x10f5aa[_0x58d359(0x219)],'framework':FRAMEWORKS[_0x58d359(0x22d)]};if(_0x1d16ac[_0x58d359(0x203)](_0x32fce9,_0x1d16ac[_0x58d359(0x1b7)])){const {steps:_0x34b57b,logs:_0x514872}=this[_0x58d359(0x231)](_0x1a5198[_0x58d359(0x247)],_0x10f5aa[_0x58d359(0x21b)],_0x1d16ac[_0x58d359(0x195)]);_0x514872&&_0x1d16ac[_0x58d359(0x1dc)](_0x514872[_0x58d359(0x1e4)],0x0)&&await MyReporter[_0x58d359(0x244)](_0x514872);const _0x41b96e={};_0x41b96e[_0x58d359(0x247)]=_0x34b57b,_0x2c6bf7['meta']=_0x41b96e;if(_0x1a5198['error']){_0x2c6bf7[_0x58d359(0x1a0)]=_0x1d16ac[_0x58d359(0x207)],_0x2c6bf7[_0x58d359(0x18a)]=_0x1d16ac['acCxq'](removeAnsiColors,_0x1a5198['error'][_0x58d359(0x1d9)]),_0x2c6bf7[_0x58d359(0x21c)]=_0x1d16ac[_0x58d359(0x1e8)](getFailureType,_0x1a5198[_0x58d359(0x236)][_0x58d359(0x1d9)]);const _0x5ebc6f=_0x1d16ac[_0x58d359(0x1e6)](failureData,_0x1a5198[_0x58d359(0x236)],_0x1d16ac[_0x58d359(0x188)]);if(_0x5ebc6f&&_0x1d16ac[_0x58d359(0x203)](_0x5ebc6f['length'],0x0)){const _0x4a876e={};_0x4a876e[_0x58d359(0x221)]=[_0x2c6bf7[_0x58d359(0x18a)]],_0x4a876e['expanded']=[],_0x5ebc6f[_0x58d359(0x1fe)](_0x4a876e);}_0x2c6bf7[_0x58d359(0x226)]=_0x5ebc6f;}else _0x2c6bf7[_0x58d359(0x1a0)]=_0x1d16ac[_0x58d359(0x245)];}const _0x2b2617={};_0x2b2617[_0x58d359(0x1ea)]=_0x32fce9,_0x2b2617[_0x58d359(0x1b9)]=_0x2c6bf7;const _0x32e501=_0x2b2617;await SessionHandler['uploadEventData'](_0x32e501);}['getStepsAndLogs'](_0xffc252,_0x115fc0,_0x3a347c){const _0x26e355=a36_0x2c3009,_0x341723={'nFYmB':function(_0x18695d,_0x48e674){return _0x18695d===_0x48e674;},'PYVMv':_0x26e355(0x23e),'fOIAD':'After\x20Hooks','adqyv':function(_0x187387,_0x2ccd2d){return _0x187387===_0x2ccd2d;},'Qtbxp':_0x26e355(0x20d),'fVcSR':function(_0x348e4f,_0x392024){return _0x348e4f===_0x392024;},'KfBHS':'test','CSLpT':'test_run_uuid','pRYdk':_0x26e355(0x238),'rPQiJ':_0x26e355(0x197),'MpeWe':_0x26e355(0x17d),'VzVkM':_0x26e355(0x239),'TEiwB':function(_0x2f8011,_0x4ab1eb){return _0x2f8011(_0x4ab1eb);},'RtAqh':function(_0x302859){return _0x302859();},'kfgPL':function(_0x30cb3f,_0x41157c){return _0x30cb3f(_0x41157c);},'LcHTd':function(_0x93d8f3,_0x59d145,_0x2e7657){return _0x93d8f3(_0x59d145,_0x2e7657);},'hKlpH':function(_0x2b5aee,_0x52f568,_0x4b2101){return _0x2b5aee(_0x52f568,_0x4b2101);}},_0x401fed=[],_0x2eb1d4=[],_0x527de7=_0xffc252['filter'](_0x36f0c1=>{const _0x2806f8=_0x26e355;if(_0x341723[_0x2806f8(0x1a8)](_0x36f0c1[_0x2806f8(0x211)],_0x341723[_0x2806f8(0x1fd)])&&(_0x341723[_0x2806f8(0x1a8)](_0x36f0c1['title'],_0x341723[_0x2806f8(0x224)])||_0x341723[_0x2806f8(0x178)](_0x36f0c1['title'],_0x341723[_0x2806f8(0x217)])))return![];return!![];}),_0x1ca2dc=(_0x2384f1,_0x2dbb64=![])=>{const _0x11d753=_0x26e355;if(_0x341723[_0x11d753(0x1af)](_0x2384f1[_0x11d753(0x247)][_0x11d753(0x1e4)],0x0)){const _0x40845d=_0x341723['adqyv'](_0x3a347c,_0x341723[_0x11d753(0x182)])?_0x341723[_0x11d753(0x1c7)]:_0x341723['pRYdk'];_0x2eb1d4[_0x11d753(0x1fe)]({'kind':_0x341723['rPQiJ'],[_0x40845d]:_0x115fc0,'message':_0x2384f1[_0x11d753(0x189)],'timestamp':_0x2384f1['startTime'][_0x11d753(0x23d)](),'level':_0x2384f1['error']?_0x341723[_0x11d753(0x24f)]:_0x341723['VzVkM'],'duration':_0x2384f1['duration'],'failure':_0x2384f1['error']&&_0x2384f1[_0x11d753(0x236)][_0x11d753(0x1d9)]&&_0x341723[_0x11d753(0x1ab)](removeAnsiColors,_0x2384f1['error'][_0x11d753(0x1d9)]),'failure_type':_0x341723['TEiwB'](getFailureType,_0x2384f1[_0x11d753(0x236)]&&_0x2384f1[_0x11d753(0x236)][_0x11d753(0x1d9)])});}else{!_0x2dbb64&&_0x401fed['push']({'id':_0x341723[_0x11d753(0x1b8)](uuidv4),'text':_0x2384f1['title'],'keyword':undefined,'started_at':_0x2384f1[_0x11d753(0x242)][_0x11d753(0x23d)](),'duration':_0x2384f1[_0x11d753(0x200)],'result':_0x2384f1[_0x11d753(0x236)]?_0x341723[_0x11d753(0x24f)]:_0x341723[_0x11d753(0x1c9)],'failure':_0x2384f1[_0x11d753(0x236)]&&_0x2384f1[_0x11d753(0x236)]['message']&&_0x341723['kfgPL'](removeAnsiColors,_0x2384f1[_0x11d753(0x236)][_0x11d753(0x1d9)]),'failure_type':_0x341723[_0x11d753(0x1f1)](getFailureType,_0x2384f1[_0x11d753(0x236)]&&_0x2384f1['error']['message'])});for(const _0x641e4a of _0x2384f1[_0x11d753(0x247)]){_0x341723['LcHTd'](_0x1ca2dc,_0x641e4a,!![]);}}};for(const _0x4936c5 of _0x527de7){_0x341723[_0x26e355(0x18c)](_0x1ca2dc,_0x4936c5,![]);}const _0x292b5e={};return _0x292b5e[_0x26e355(0x247)]=_0x401fed,_0x292b5e[_0x26e355(0x1e0)]=_0x2eb1d4,_0x292b5e;}async[a36_0x2c3009(0x23f)](_0x277508,_0x2a865b,_0x59d9ba){const _0x5ed80d=a36_0x2c3009,_0xbf79fe={'PlDjH':_0x5ed80d(0x1ca),'QfwSD':_0x5ed80d(0x1f0),'Xlsll':'pending','gCLSZ':function(_0x5a5549,_0x113134){return _0x5a5549(_0x113134);},'zQDfw':function(_0x3a9d70,_0x4265ae){return _0x3a9d70>_0x4265ae;},'YxQTw':function(_0x1b17d9,_0x3b3260){return _0x1b17d9-_0x3b3260;},'ktcsf':function(_0x351527,_0x2a363c){return _0x351527===_0x2a363c;},'apGPD':_0x5ed80d(0x22a),'doEzu':function(_0x106a89,_0x4f83bc){return _0x106a89===_0x4f83bc;},'JqYpW':_0x5ed80d(0x1de),'LliGo':_0x5ed80d(0x239),'bFbEl':function(_0x32e5b8,_0x43d987){return _0x32e5b8===_0x43d987;},'wjGAI':_0x5ed80d(0x17d),'KdoXD':_0x5ed80d(0x213),'vrfWU':function(_0x30df03,_0x34af0a){return _0x30df03===_0x34af0a;},'mSrcn':_0x5ed80d(0x186),'rQLLX':function(_0x5a39b1,_0x35e323){return _0x5a39b1(_0x35e323);},'wwFmc':function(_0x2d5615,_0x48717f,_0xbddb0b){return _0x2d5615(_0x48717f,_0xbddb0b);},'DbkqK':function(_0x5d5fa0,_0x27d969){return _0x5d5fa0>_0x27d969;}},_0x503bd1=this['getTestIdentifier'](_0x277508),_0x3687e1=this[_0x5ed80d(0x1f6)](_0x277508),_0x5f40d7=this[_0x5ed80d(0x1fc)][_0x503bd1],_0x3aad49=path[_0x5ed80d(0x18f)](process[_0x5ed80d(0x234)](),_0x277508[_0x5ed80d(0x1ad)]['file']);await this[_0x5ed80d(0x1d6)]();const _0x4af3d3={'uuid':_0x5f40d7[_0x5ed80d(0x21b)],'type':_0xbf79fe['PlDjH'],'name':_0x277508[_0x5ed80d(0x189)],'body':{'lang':_0xbf79fe['QfwSD'],'code':_0x277508['fn'][_0x5ed80d(0x190)]()},'scope':_0x3687e1,'scopes':this[_0x5ed80d(0x24b)](_0x277508),'identifier':_0x503bd1,'file_name':_0x3aad49,'location':_0x3aad49,'result':_0xbf79fe[_0x5ed80d(0x179)],'duration_in_ms':_0x59d9ba&&_0x59d9ba[_0x5ed80d(0x200)]?_0x59d9ba[_0x5ed80d(0x200)]:null,'vc_filepath':this[_0x5ed80d(0x19d)]&&_0x277508[_0x5ed80d(0x1ad)][_0x5ed80d(0x24e)]?path[_0x5ed80d(0x18f)](this['_gitConfigPath'],_0x277508['location']['file']):undefined,'started_at':_0x5f40d7[_0x5ed80d(0x1b6)],'finished_at':_0x5f40d7['finishedAt'],'framework':FRAMEWORKS[_0x5ed80d(0x22d)],'customRerunParam':{'rerun_name':_0x277508[_0x5ed80d(0x185)]()[_0x5ed80d(0x17e)]('\x20')},'tags':_0xbf79fe['gCLSZ'](getTagsFromTitle,_0x277508[_0x5ed80d(0x189)])};_0x59d9ba&&_0xbf79fe[_0x5ed80d(0x1e1)](_0x59d9ba[_0x5ed80d(0x1bc)],0x0)&&(_0x4af3d3[_0x5ed80d(0x212)]=TestDetails[_0x5ed80d(0x248)](this[_0x5ed80d(0x1c6)](_0x277508,_0xbf79fe[_0x5ed80d(0x1ba)](_0x59d9ba[_0x5ed80d(0x1bc)],0x1))));if(_0xbf79fe[_0x5ed80d(0x1d7)](_0x2a865b,_0xbf79fe[_0x5ed80d(0x1e7)])){_0x4af3d3[_0x5ed80d(0x1a0)]=_0x59d9ba[_0x5ed80d(0x192)];if(_0xbf79fe[_0x5ed80d(0x1c0)](_0x59d9ba[_0x5ed80d(0x192)],_0x277508['expectedStatus']))_0x4af3d3[_0x5ed80d(0x1a0)]=_0xbf79fe[_0x5ed80d(0x1c0)](_0x59d9ba[_0x5ed80d(0x192)],_0xbf79fe['JqYpW'])?_0xbf79fe[_0x5ed80d(0x1d2)]:_0xbf79fe[_0x5ed80d(0x19b)];else{(_0xbf79fe[_0x5ed80d(0x1c0)](_0x4af3d3['result'],_0xbf79fe['LliGo'])||_0xbf79fe[_0x5ed80d(0x222)](_0x4af3d3['result'],_0xbf79fe['wjGAI'])||_0xbf79fe['ktcsf'](_0x4af3d3['result'],_0xbf79fe['KdoXD']))&&(_0x4af3d3[_0x5ed80d(0x1a0)]=_0xbf79fe[_0x5ed80d(0x1ef)]);if(_0xbf79fe[_0x5ed80d(0x1c4)](_0x59d9ba[_0x5ed80d(0x192)],_0xbf79fe['LliGo'])&&_0xbf79fe[_0x5ed80d(0x1c4)](_0x277508[_0x5ed80d(0x187)],_0xbf79fe[_0x5ed80d(0x1ef)])){const _0x3fbd7c={};_0x3fbd7c[_0x5ed80d(0x1d9)]=_0xbf79fe[_0x5ed80d(0x24d)],_0x3fbd7c[_0x5ed80d(0x1fa)]=_0xbf79fe[_0x5ed80d(0x24d)],_0x59d9ba[_0x5ed80d(0x236)]=_0x3fbd7c,_0x59d9ba[_0x5ed80d(0x1f2)]=[_0x59d9ba[_0x5ed80d(0x236)]];}}const _0x5545d8=this['getTestRunIdentifier'](_0x277508,_0x59d9ba[_0x5ed80d(0x1bc)]);_0x4af3d3['hooks']=this[_0x5ed80d(0x21d)][_0x5545d8];const {steps:_0x144c3a,logs:_0x4ab8c9}=this[_0x5ed80d(0x231)](_0x59d9ba[_0x5ed80d(0x247)],_0x5f40d7[_0x5ed80d(0x21b)],_0xbf79fe[_0x5ed80d(0x17b)]);await MyReporter[_0x5ed80d(0x244)](_0x4ab8c9);const _0x1e2f70={};_0x1e2f70[_0x5ed80d(0x247)]=_0x144c3a,_0x4af3d3['meta']=_0x1e2f70;if(_0x59d9ba['error']){_0x4af3d3[_0x5ed80d(0x18a)]=_0xbf79fe['gCLSZ'](removeAnsiColors,_0x59d9ba[_0x5ed80d(0x236)][_0x5ed80d(0x1d9)]),_0x4af3d3[_0x5ed80d(0x21c)]=_0xbf79fe[_0x5ed80d(0x1a3)](getFailureType,_0x59d9ba[_0x5ed80d(0x236)][_0x5ed80d(0x1d9)]);const _0x13dfd8={};_0x13dfd8[_0x5ed80d(0x23c)]=_0x5f40d7[_0x5ed80d(0x21b)];const {failureData:_0x5296dc,logs:_0x44fbd6}=_0xbf79fe['wwFmc'](getFailureData,_0x59d9ba[_0x5ed80d(0x1f2)],_0x13dfd8);if(_0x5296dc&&_0xbf79fe[_0x5ed80d(0x1c0)](_0x5296dc[_0x5ed80d(0x1e4)],0x0)){const _0x2d19f8={};_0x2d19f8[_0x5ed80d(0x221)]=[_0x4af3d3[_0x5ed80d(0x18a)]],_0x2d19f8[_0x5ed80d(0x201)]=[],_0x5296dc['push'](_0x2d19f8);}_0x4af3d3[_0x5ed80d(0x226)]=_0x5296dc,_0x44fbd6&&_0xbf79fe[_0x5ed80d(0x1dd)](_0x44fbd6[_0x5ed80d(0x1e4)],0x0)&&await MyReporter[_0x5ed80d(0x244)](_0x44fbd6);}}const _0x4a64f1={};_0x4a64f1[_0x5ed80d(0x1ea)]=_0x2a865b,_0x4a64f1[_0x5ed80d(0x1ed)]=_0x4af3d3;const _0xc5af4a=_0x4a64f1;await SessionHandler[_0x5ed80d(0x208)](_0xc5af4a);}static async['sendSessionDetails'](_0x226165,_0x495f57){const _0x55db58=a36_0x2c3009,_0x46f49f={'yHbdg':function(_0x4d3069,_0x8484e6){return _0x4d3069(_0x8484e6);},'fmdlr':_0x55db58(0x20c)},_0x3ff9c5={'uuid':TestDetails[_0x55db58(0x248)](_0x226165),'integrations':_0x495f57},_0x4dff60={};_0x4dff60[_0x55db58(0x1bf)]=null,_0x46f49f[_0x55db58(0x1a9)](debug,_0x55db58(0x1d8)+_0x226165+',\x20'+util['inspect'](_0x495f57,_0x4dff60));const _0x51e9e6={};_0x51e9e6[_0x55db58(0x1ea)]=_0x46f49f[_0x55db58(0x18d)],_0x51e9e6[_0x55db58(0x1ed)]=_0x3ff9c5,await SessionHandler[_0x55db58(0x208)](_0x51e9e6);}async['configureGit'](){const _0x1dcf26=a36_0x2c3009,_0x6b7e90={'yewvr':function(_0x3ab972){return _0x3ab972();}};if(this['_gitConfigured'])return;const _0x2aa184=await _0x6b7e90[_0x1dcf26(0x1b5)](getGitMetaData);_0x2aa184&&(this[_0x1dcf26(0x19d)]=_0x2aa184['root']),this[_0x1dcf26(0x1b1)]=!![];}[a36_0x2c3009(0x24b)](_0xe9d8fa){const _0x2eb375=a36_0x2c3009,_0x16c6a2={};_0x16c6a2['lQBrw']=function(_0x2ee686,_0x4b2209){return _0x2ee686!==_0x4b2209;};const _0x25a8df=_0x16c6a2,_0x311064=[];if(_0xe9d8fa&&_0xe9d8fa[_0x2eb375(0x240)]){let _0x539a9d=_0xe9d8fa[_0x2eb375(0x240)];while(_0x539a9d&&_0x25a8df[_0x2eb375(0x1bb)](_0x539a9d[_0x2eb375(0x189)],'')){_0x311064['push'](_0x539a9d['title']),_0x539a9d=_0x539a9d['parent'];}}return _0x311064[_0x2eb375(0x1a7)]()[_0x2eb375(0x180)](0x0,0x2),_0x311064;}[a36_0x2c3009(0x1f5)](_0x311dc0){const _0x2fbe43=a36_0x2c3009,_0x3542d1={};_0x3542d1[_0x2fbe43(0x225)]=function(_0x31f81a,_0xd8aaa7){return _0x31f81a!==_0xd8aaa7;},_0x3542d1[_0x2fbe43(0x1ac)]=_0x2fbe43(0x23e),_0x3542d1[_0x2fbe43(0x183)]=function(_0x3210f4,_0x548bed){return _0x3210f4===_0x548bed;},_0x3542d1[_0x2fbe43(0x198)]=_0x2fbe43(0x23b),_0x3542d1['PyUyy']='beforeAll\x20hook',_0x3542d1[_0x2fbe43(0x1b4)]=_0x2fbe43(0x1be),_0x3542d1[_0x2fbe43(0x1eb)]=_0x2fbe43(0x184);const _0x207068=_0x3542d1;if(_0x207068['bCxvg'](_0x311dc0['category'],_0x207068[_0x2fbe43(0x1ac)]))return![];if(_0x207068['dvdSw']([_0x207068[_0x2fbe43(0x198)],_0x207068[_0x2fbe43(0x1d4)],_0x207068[_0x2fbe43(0x1b4)],_0x207068[_0x2fbe43(0x1eb)]][_0x2fbe43(0x246)](_0x311dc0[_0x2fbe43(0x189)]),-0x1))return![];return!![];}[a36_0x2c3009(0x181)](_0x30e6ef,_0xef4d16){const _0x34cd05=a36_0x2c3009,_0x6c7d6a=_0xef4d16[_0x34cd05(0x220)];if(_0x6c7d6a)return _0x6c7d6a;return _0xef4d16['title']+_0x34cd05(0x1f3)+this['getTestIdentifier'](_0x30e6ef);}[a36_0x2c3009(0x196)](_0x117969,_0x17c5f4){const _0x50c063=a36_0x2c3009,_0x3f2636={'FvKmj':function(_0x5d4145){return _0x5d4145();}};let _0x4b2fdc=_0x17c5f4['title']+_0x50c063(0x1f3)+this[_0x50c063(0x21f)](_0x117969);return this[_0x50c063(0x1fc)][_0x4b2fdc]&&(_0x4b2fdc=_0x4b2fdc+_0x50c063(0x1b0)+_0x3f2636['FvKmj'](uuidv4)),_0x17c5f4[_0x50c063(0x220)]=_0x4b2fdc,_0x4b2fdc;}[a36_0x2c3009(0x21f)]=_0x36005a=>{const _0x2b4da5=a36_0x2c3009,_0x1d066f={};_0x1d066f[_0x2b4da5(0x24a)]=function(_0x113168,_0x19deb9){return _0x113168+_0x19deb9;};const _0x52958a=_0x1d066f;return _0x52958a[_0x2b4da5(0x24a)](_0x52958a['NheWd'](_0x36005a[_0x2b4da5(0x1da)],'-'),_0x36005a['id']);};[a36_0x2c3009(0x1c6)]=(_0xe6bc9e,_0x4b52ff)=>{const _0x20f4b4=a36_0x2c3009,_0x25c8fc={};_0x25c8fc['EPSko']=function(_0x46a5a8,_0x4575a6){return _0x46a5a8+_0x4575a6;};const _0x462d3c=_0x25c8fc;return _0x462d3c['EPSko'](_0x462d3c[_0x20f4b4(0x227)](this[_0x20f4b4(0x21f)](_0xe6bc9e),'-'),_0x4b52ff);};['getHookType']=_0x5cfae8=>{const _0x105717=a36_0x2c3009,_0x425241={};_0x425241[_0x105717(0x210)]=_0x105717(0x23b),_0x425241['aAZXX']=_0x105717(0x204),_0x425241[_0x105717(0x209)]=_0x105717(0x215),_0x425241[_0x105717(0x228)]=_0x105717(0x233),_0x425241['RYqda']='afterEach\x20hook',_0x425241['JkngH']=_0x105717(0x193),_0x425241[_0x105717(0x1f4)]=_0x105717(0x1be),_0x425241[_0x105717(0x1c1)]=_0x105717(0x1c2),_0x425241[_0x105717(0x1ec)]=_0x105717(0x17c);const _0x407b5b=_0x425241;if(_0x5cfae8['startsWith'](_0x407b5b[_0x105717(0x210)]))return _0x407b5b[_0x105717(0x1a5)];else{if(_0x5cfae8['startsWith'](_0x407b5b['FOjqX']))return _0x407b5b['Tbolb'];else{if(_0x5cfae8['startsWith'](_0x407b5b[_0x105717(0x1ff)]))return _0x407b5b[_0x105717(0x230)];else{if(_0x5cfae8[_0x105717(0x194)](_0x407b5b[_0x105717(0x1f4)]))return _0x407b5b[_0x105717(0x1c1)];}}}return _0x407b5b[_0x105717(0x1ec)];};['getScope']=_0x1cd6bd=>{const _0x1ca2e3=a36_0x2c3009,_0x577ef3={};_0x577ef3['ShZhw']=function(_0xe3e21c,_0x88b173){return _0xe3e21c===_0x88b173;},_0x577ef3['nhpUh']='object';const _0xef8100=_0x577ef3;let _0x211cb2=_0x1cd6bd[_0x1ca2e3(0x240)];return _0xef8100[_0x1ca2e3(0x1c5)](typeof _0x1cd6bd[_0x1ca2e3(0x240)],_0xef8100[_0x1ca2e3(0x19e)])&&(_0x211cb2=_0x211cb2[_0x1ca2e3(0x189)]),_0x211cb2+_0x1ca2e3(0x1b0)+_0x1cd6bd[_0x1ca2e3(0x189)];};[a36_0x2c3009(0x202)](){return![];}}module[a36_0x2c3009(0x1c8)]=o11yClassErrorHandler(MyReporter,[a36_0x2c3009(0x1c3),a36_0x2c3009(0x22e),a36_0x2c3009(0x1d1),a36_0x2c3009(0x1a2),a36_0x2c3009(0x1ce),'onStepEnd',a36_0x2c3009(0x214)]);
1
+ function a36_0x23fe(){const _0x3f6a7a=['vBiil','sendHookRunEvent','startMonitoring','expanded','BEFORE_ALL','../../../helpers/helper','./test-details','enfFZ','nitam','pending','ZbWKL','onStepBegin','uuid','base64','finishedAt','name','splice','../../../helpers/test-observability/requestQueueHandler','backtrace','ZLiyo','ntVHa','jdTsw','retry','env','getStepIdentifier','ofVlU','jwfiE','5kXKPeb','ZvPzm','expectedStatus','HookRunStarted','ARoGT','3620652tGiQIR','getTestIdentifier','path','startsWith','TEST_STEP','CvRCQ','jaNeh','failed','onStepEnd','INobC','GxJRw','uPGqC','err','stop','xukbp','result','meta','ilxTh','BTRXA','Sending\x20session\x20details\x20for\x20','TRkNw','Baxit','onEnd','Ceayu','setup','2277HUOtII','RNkIE','exports','beforeAll\x20hook','UqeFY','Expected\x20to\x20fail,\x20but\x20passed.','test_run','epyfa','test_run_uuid','status','./pwUtils','21208bLhmPF','attachments','options','TestRunFinished','2890BkkuDx','ObEOU','javascript','UFXGJ','printsToStdio','MmAwq','setStepIdentifier','filter','location','TkNRJ','afterEach\x20hook','gVuCg','existsSync','addTestUIDAndReportLog','HookRunFinished','inspect','Before\x20Hooks','stack','_gitConfigPath','hooks','failure_type','XNguh','35umIqep','BEFORE_EACH','../../../helpers/test-observability/constants','getTestRunIdentifier','fSooY','push','\x20for\x20','statSync','sendTestRunEvent','uploadEventData','MxrHa','onTestEnd','configureGit','AFTER_EACH','saPjF','file','startTime','xxywn','DuhcI','steps','map','split','JFqLr','xTOYb','error','onBegin','title','njaAO','dSksd','75aRwpwi','length','startedAt','toString','ixFhd','IWKQd','ZilMF','eYVGA','getTime','2|5|3|1|0|4','_bs_hookIdentifier','BROWSERSTACK_O11Y_PERF_MEASUREMENT','qtPAI','category','message','TestRunStarted','getHierarchy','readFileSync','tOJmn','passed','reverse','xDuuC','CBTSessionCreated','1000719SwTkVM','shutdown','toISOString','START_TIME','hAkzl','bpSez','performance-report-reporter.json','reportLogs','PLAYWRIGHT','27004020yNiggw','parent','retry_of','failure_reason','JxTNS','TlWyB','oShkL','getInstance','LUHrP','xqVBY','yqiwz','hook','util','152970nHeRnJ','getScope','hvseT','failure','onTestBegin','WyFqQ','iDtYQ','errors','WHnSh','logs','afterAll\x20hook','join','zipOc','MxCex','Drsca','root','../../../helpers/test-observability/sessionHandler','_tests','JTVxr','rXSaR','82ODBBMx','Jraaz','_testHooksMap','timedOut','bleCk','event_type','QoBtn','ZUdBj','needToReportStep','cwd','screenshot','_gitConfigured','hGbzU','DooNF','hook_run','TqtdE','gQOWy','jQDNl','FRHki','LogCreated','\x20-\x20','../../../helpers/performance-tester','object','XfqYh','getHookType','ubLpR','endSession','test','xwYmW','_projectId','cMBdD','17072wWLxVq','AFTER_ALL','duration','RukMK','Error\x20in\x20calculating\x20performance:\x20','After\x20Hooks','../../../helpers/test-observability/utils','relative','sendSessionDetails','HqSqK','skipped','rKvKH','getTestUUID','fAJTF'];a36_0x23fe=function(){return _0x3f6a7a;};return a36_0x23fe();}const a36_0x464daf=a36_0x5eb7;(function(_0x130c10,_0x5c0547){const _0x4dd18d=a36_0x5eb7,_0x97a53e=_0x130c10();while(!![]){try{const _0x27c068=parseInt(_0x4dd18d(0x1dd))/0x1+-parseInt(_0x4dd18d(0x207))/0x2*(parseInt(_0x4dd18d(0x2af))/0x3)+-parseInt(_0x4dd18d(0x254))/0x4*(-parseInt(_0x4dd18d(0x24f))/0x5)+-parseInt(_0x4dd18d(0x1f3))/0x6*(parseInt(_0x4dd18d(0x292))/0x7)+parseInt(_0x4dd18d(0x226))/0x8*(parseInt(_0x4dd18d(0x26d))/0x9)+-parseInt(_0x4dd18d(0x27c))/0xa*(-parseInt(_0x4dd18d(0x278))/0xb)+-parseInt(_0x4dd18d(0x1e6))/0xc;if(_0x27c068===_0x5c0547)break;else _0x97a53e['push'](_0x97a53e['shift']());}catch(_0x270f8b){_0x97a53e['push'](_0x97a53e['shift']());}}}(a36_0x23fe,0x9860d));const RequestQueueHandler=require(a36_0x464daf(0x245)),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a36_0x464daf(0x277)),{v4:uuidv4}=require(a36_0x464daf(0x240)),path=require(a36_0x464daf(0x256)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require(a36_0x464daf(0x22c)),{getGitMetaData}=require(a36_0x464daf(0x239)),TestDetails=require(a36_0x464daf(0x23a)),fs=require('fs'),util=require(a36_0x464daf(0x1f2)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),PerformanceTester=require(a36_0x464daf(0x21c)),{FRAMEWORKS}=require(a36_0x464daf(0x294)),SessionHandler=require(a36_0x464daf(0x203));class MyReporter{constructor(_0x58a604){const _0xeb547e=a36_0x464daf,_0x56bb62={};_0x56bb62[_0xeb547e(0x1cd)]=_0xeb547e(0x1cf),_0x56bb62[_0xeb547e(0x208)]=_0xeb547e(0x1e3);const _0x4de33f=_0x56bb62,_0x5945e1=_0x4de33f[_0xeb547e(0x1cd)][_0xeb547e(0x2a7)]('|');let _0x27640b=0x0;while(!![]){switch(_0x5945e1[_0x27640b++]){case'0':this['_gitConfigured']=![];continue;case'1':this[_0xeb547e(0x27a)]=_0x58a604;continue;case'2':process[_0xeb547e(0x24b)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(PerformanceTester[_0xeb547e(0x236)](_0x4de33f[_0xeb547e(0x208)]),process['env'][_0xeb547e(0x1e0)]=new Date()['toISOString']());continue;case'3':this['_testHooksMap']={};continue;case'4':this[_0xeb547e(0x28e)]=null;continue;case'5':this['_tests']={};continue;}break;}}async[a36_0x464daf(0x2ab)](){const _0x4cb803=a36_0x464daf;TestDetails[_0x4cb803(0x26c)](),await this[_0x4cb803(0x29e)]();}async[a36_0x464daf(0x1f7)](_0x4f3465,_0x94a921){const _0x1c30c8=a36_0x464daf,_0x5ec3cb={};_0x5ec3cb['pkaQd']=_0x1c30c8(0x1d5);const _0x4c8034=_0x5ec3cb,_0x49253e=this[_0x1c30c8(0x255)](_0x4f3465);this[_0x1c30c8(0x204)][_0x49253e]={'uuid':TestDetails[_0x1c30c8(0x232)](this['getTestRunIdentifier'](_0x4f3465,_0x94a921['retry'])),'startedAt':_0x94a921[_0x1c30c8(0x2a2)]},await this[_0x1c30c8(0x29a)](_0x4f3465,_0x4c8034['pkaQd'],_0x94a921);}async[a36_0x464daf(0x23f)](_0x1268ca,_0x25e8c2,_0x966c8e){const _0x13fa98=a36_0x464daf,_0x479332={};_0x479332[_0x13fa98(0x218)]=_0x13fa98(0x252);const _0x19d03f=_0x479332;if(!this[_0x13fa98(0x20f)](_0x966c8e,_0x1268ca))return;const _0x3357ae=this['setStepIdentifier'](_0x1268ca,_0x966c8e);this[_0x13fa98(0x204)][_0x3357ae]={'uuid':TestDetails[_0x13fa98(0x232)](_0x3357ae),'startedAt':_0x966c8e[_0x13fa98(0x2a2)][_0x13fa98(0x1df)]()};const _0x976414=this[_0x13fa98(0x295)](_0x1268ca,_0x25e8c2[_0x13fa98(0x24a)]);!this[_0x13fa98(0x209)][_0x976414]&&(this['_testHooksMap'][_0x976414]=[]),this['_testHooksMap'][_0x976414][_0x13fa98(0x297)](this[_0x13fa98(0x204)][_0x3357ae][_0x13fa98(0x240)]),await this['sendHookRunEvent'](_0x1268ca,_0x966c8e,_0x19d03f[_0x13fa98(0x218)],_0x25e8c2);}async[a36_0x464daf(0x25c)](_0x47a326,_0x463ef9,_0x4eb3a9){const _0x2c9112=a36_0x464daf,_0x337282={};_0x337282[_0x2c9112(0x1d8)]=function(_0x290612,_0x3f3004){return _0x290612+_0x3f3004;},_0x337282['GxJRw']='HookRunFinished';const _0x4b293e=_0x337282;if(!this[_0x2c9112(0x20f)](_0x4eb3a9,_0x47a326))return;const _0x38ea25=this['getStepIdentifier'](_0x47a326,_0x4eb3a9);this[_0x2c9112(0x204)][_0x38ea25]={...this[_0x2c9112(0x204)][_0x38ea25]||{},'finishedAt':new Date(_0x4b293e[_0x2c9112(0x1d8)](_0x4eb3a9['startTime'][_0x2c9112(0x1ce)](),_0x4eb3a9[_0x2c9112(0x228)]))},await this[_0x2c9112(0x235)](_0x47a326,_0x4eb3a9,_0x4b293e[_0x2c9112(0x25e)],_0x463ef9);}async[a36_0x464daf(0x29d)](_0x165341,_0x1fc1d0){const _0x4e5cfb=a36_0x464daf,_0x417b32={};_0x417b32[_0x4e5cfb(0x1e2)]=function(_0x16bbeb,_0x4bc577){return _0x16bbeb===_0x4bc577;},_0x417b32[_0x4e5cfb(0x23b)]=_0x4e5cfb(0x211),_0x417b32[_0x4e5cfb(0x2a8)]='TEST_SCREENSHOT',_0x417b32[_0x4e5cfb(0x249)]=_0x4e5cfb(0x241),_0x417b32['ZilMF']=_0x4e5cfb(0x27b),_0x417b32[_0x4e5cfb(0x1eb)]=function(_0x424ced,_0x4f900b){return _0x424ced>_0x4f900b;};const _0x2688b2=_0x417b32,_0x196294=this['getTestIdentifier'](_0x165341),_0x1dbc22=TestDetails[_0x4e5cfb(0x232)](this[_0x4e5cfb(0x295)](_0x165341,_0x1fc1d0[_0x4e5cfb(0x24a)]));this['_tests'][_0x196294]={...this['_tests'][_0x196294]||{},'finishedAt':new Date()[_0x4e5cfb(0x1df)]()},await this[_0x4e5cfb(0x29a)](_0x165341,_0x2688b2[_0x4e5cfb(0x1cc)],_0x1fc1d0);const _0x5c73b5=[];_0x1fc1d0['attachments']&&_0x1fc1d0[_0x4e5cfb(0x279)][_0x4e5cfb(0x2a6)](_0x3a2961=>{const _0x43a785=_0x4e5cfb;if(_0x2688b2['bpSez'](_0x3a2961[_0x43a785(0x243)],_0x2688b2['enfFZ'])){if(!fs[_0x43a785(0x288)](_0x3a2961[_0x43a785(0x256)]))return;_0x5c73b5[_0x43a785(0x297)]({'test_run_uuid':_0x1dbc22,'timestamp':fs[_0x43a785(0x299)](_0x3a2961[_0x43a785(0x256)])['mtime'],'kind':_0x2688b2[_0x43a785(0x2a8)],'message':fs[_0x43a785(0x1d7)](_0x3a2961['path'],{'encoding':_0x2688b2['jdTsw']})});}}),_0x2688b2['TlWyB'](_0x5c73b5[_0x4e5cfb(0x2b0)],0x0)&&await MyReporter['reportLogs'](_0x5c73b5);}async['endSession'](){const _0x3c4a93=a36_0x464daf;await RequestQueueHandler[_0x3c4a93(0x1ed)]()[_0x3c4a93(0x1de)](),await SessionHandler[_0x3c4a93(0x261)](),TestDetails[_0x3c4a93(0x1de)]();}async[a36_0x464daf(0x26a)](_0x27ffdb){const _0x3d3ae5=a36_0x464daf,_0x2ab5da={'zwLAi':function(_0x1f9691){return _0x1f9691();},'TqtdE':function(_0x3d4ac9){return _0x3d4ac9();},'xukbp':function(_0x29d953,_0x37e028){return _0x29d953(_0x37e028);}};await this['endSession'](),_0x2ab5da['zwLAi'](printBuildLink);try{process[_0x3d3ae5(0x24b)][_0x3d3ae5(0x1d1)]&&await _0x2ab5da[_0x3d3ae5(0x216)](calculatePerformance);}catch(_0x132f50){_0x2ab5da[_0x3d3ae5(0x262)](debug,_0x3d3ae5(0x22a)+_0x132f50[_0x3d3ae5(0x2b2)]());}}static async[a36_0x464daf(0x289)](_0x419dc5,_0x55fea4){const _0x1491ee=a36_0x464daf;_0x55fea4[_0x1491ee(0x275)]=TestDetails[_0x1491ee(0x232)](_0x419dc5),await this[_0x1491ee(0x1e4)]([_0x55fea4]);}static async[a36_0x464daf(0x1e4)](_0xdd478f){const _0x3e7999=a36_0x464daf,_0x17f1e8={};_0x17f1e8[_0x3e7999(0x25d)]=_0x3e7999(0x21a);const _0xcfc0b3=_0x17f1e8,_0x21b40a={};_0x21b40a['event_type']=_0xcfc0b3[_0x3e7999(0x25d)],_0x21b40a[_0x3e7999(0x1fc)]=_0xdd478f,await SessionHandler[_0x3e7999(0x29b)](_0x21b40a);}async[a36_0x464daf(0x235)](_0x1e1420,_0x50d9af,_0x4c3b93,_0x14c88c){const _0x2a4f31=a36_0x464daf,_0x4e1ca5={'ilxTh':_0x2a4f31(0x1f1),'UqeFY':_0x2a4f31(0x27e),'MxCex':_0x2a4f31(0x23d),'dsjPy':function(_0x3172d3,_0x4ea254){return _0x3172d3>=_0x4ea254;},'fSooY':function(_0x297f1e,_0x26a552){return _0x297f1e===_0x26a552;},'gbfsy':_0x2a4f31(0x28a),'WyFqQ':function(_0xd9100d,_0xdba773){return _0xd9100d>_0xdba773;},'jwfiE':_0x2a4f31(0x25b),'gQOWy':function(_0x1be577,_0x1e7aa0){return _0x1be577(_0x1e7aa0);},'hAkzl':function(_0x1b2dd7,_0x490be2,_0x49ffdf){return _0x1b2dd7(_0x490be2,_0x49ffdf);},'WHnSh':_0x2a4f31(0x260),'ixFhd':_0x2a4f31(0x1d9)},_0x121364=this[_0x2a4f31(0x24c)](_0x1e1420,_0x50d9af),_0x57a901=this['_tests'][_0x121364],_0xba9ff6={'uuid':_0x57a901[_0x2a4f31(0x240)],'type':_0x4e1ca5[_0x2a4f31(0x265)],'hook_type':this[_0x2a4f31(0x21f)](_0x50d9af[_0x2a4f31(0x2ac)]),'name':_0x50d9af[_0x2a4f31(0x2ac)],'scope':this['getScope'](_0x50d9af),'scopes':this['getHierarchy'](_0x1e1420),'body':{'lang':_0x4e1ca5[_0x2a4f31(0x271)],'code':null},'identifier':_0x121364,'file_name':path[_0x2a4f31(0x22d)](process[_0x2a4f31(0x210)](),_0x1e1420[_0x2a4f31(0x284)][_0x2a4f31(0x2a1)]),'location':path[_0x2a4f31(0x22d)](process['cwd'](),_0x1e1420[_0x2a4f31(0x284)][_0x2a4f31(0x2a1)]),'result':_0x4e1ca5[_0x2a4f31(0x200)],'duration_in_ms':_0x4e1ca5['dsjPy'](_0x50d9af['duration'],0x0)?_0x50d9af[_0x2a4f31(0x228)]:undefined,'vc_filepath':this[_0x2a4f31(0x28e)]&&_0x1e1420[_0x2a4f31(0x284)][_0x2a4f31(0x2a1)]?path[_0x2a4f31(0x22d)](this['_gitConfigPath'],_0x1e1420[_0x2a4f31(0x284)][_0x2a4f31(0x2a1)]):undefined,'started_at':_0x57a901['startedAt'],'finished_at':_0x57a901[_0x2a4f31(0x242)],'framework':FRAMEWORKS['PLAYWRIGHT']};if(_0x4e1ca5[_0x2a4f31(0x296)](_0x4c3b93,_0x4e1ca5['gbfsy'])){const {steps:_0x2100a3,logs:_0x4fcec6}=this['getStepsAndLogs'](_0x50d9af[_0x2a4f31(0x2a5)],_0x57a901[_0x2a4f31(0x240)],_0x4e1ca5['ilxTh']);_0x4fcec6&&_0x4e1ca5[_0x2a4f31(0x1f8)](_0x4fcec6['length'],0x0)&&await MyReporter[_0x2a4f31(0x1e4)](_0x4fcec6);const _0x648b06={};_0x648b06[_0x2a4f31(0x2a5)]=_0x2100a3,_0xba9ff6[_0x2a4f31(0x264)]=_0x648b06;if(_0x50d9af[_0x2a4f31(0x2aa)]){_0xba9ff6[_0x2a4f31(0x263)]=_0x4e1ca5[_0x2a4f31(0x24e)],_0xba9ff6[_0x2a4f31(0x1e9)]=_0x4e1ca5[_0x2a4f31(0x217)](removeAnsiColors,_0x50d9af[_0x2a4f31(0x2aa)]['message']),_0xba9ff6['failure_type']=_0x4e1ca5[_0x2a4f31(0x217)](getFailureType,_0x50d9af[_0x2a4f31(0x2aa)][_0x2a4f31(0x1d4)]);const _0x3aebf2=_0x4e1ca5[_0x2a4f31(0x1e1)](failureData,_0x50d9af['error'],_0x4e1ca5[_0x2a4f31(0x1fb)]);if(_0x3aebf2&&_0x4e1ca5['fSooY'](_0x3aebf2[_0x2a4f31(0x2b0)],0x0)){const _0x4ff9cc={};_0x4ff9cc[_0x2a4f31(0x246)]=[_0xba9ff6[_0x2a4f31(0x1e9)]],_0x4ff9cc[_0x2a4f31(0x237)]=[],_0x3aebf2[_0x2a4f31(0x297)](_0x4ff9cc);}_0xba9ff6['failure']=_0x3aebf2;}else _0xba9ff6['result']=_0x4e1ca5[_0x2a4f31(0x2b3)];}const _0x4aca61={};_0x4aca61[_0x2a4f31(0x20c)]=_0x4c3b93,_0x4aca61[_0x2a4f31(0x215)]=_0xba9ff6;const _0x44d8a4=_0x4aca61;await SessionHandler['uploadEventData'](_0x44d8a4);}['getStepsAndLogs'](_0x4b0c0e,_0x17c6dc,_0x7b8bc9){const _0x5f1159=a36_0x464daf,_0x58d0d3={'TkNRJ':function(_0x34e6f3,_0x4a0d15){return _0x34e6f3===_0x4a0d15;},'JxTNS':_0x5f1159(0x1f1),'ZUdBj':_0x5f1159(0x22b),'FRHki':function(_0x13fbec,_0x5deeca){return _0x13fbec===_0x5deeca;},'DooNF':_0x5f1159(0x28c),'cMBdD':function(_0xb10295,_0x399b2c){return _0xb10295===_0x399b2c;},'xqVBY':_0x5f1159(0x222),'rKvKH':_0x5f1159(0x275),'ntVHa':'hook_run_uuid','MxrHa':_0x5f1159(0x258),'nitam':_0x5f1159(0x25b),'XfqYh':_0x5f1159(0x1d9),'saPjF':function(_0x5cf0d3,_0x58964f){return _0x5cf0d3(_0x58964f);},'QoBtn':function(_0x44cf3b,_0x5af7af){return _0x44cf3b(_0x5af7af);},'usGYs':function(_0x34adcb){return _0x34adcb();},'oShkL':function(_0x26f1b4,_0x388620){return _0x26f1b4(_0x388620);},'wpjkA':function(_0x57fadf,_0x21ec0b){return _0x57fadf(_0x21ec0b);},'DuhcI':function(_0x33bbd2,_0x181290,_0x32ec07){return _0x33bbd2(_0x181290,_0x32ec07);}},_0x5831a6=[],_0x5fc509=[],_0x4e7cef=_0x4b0c0e[_0x5f1159(0x283)](_0x1614bd=>{const _0x246eea=_0x5f1159;if(_0x58d0d3[_0x246eea(0x285)](_0x1614bd[_0x246eea(0x1d3)],_0x58d0d3[_0x246eea(0x1ea)])&&(_0x58d0d3[_0x246eea(0x285)](_0x1614bd[_0x246eea(0x2ac)],_0x58d0d3[_0x246eea(0x20e)])||_0x58d0d3[_0x246eea(0x219)](_0x1614bd[_0x246eea(0x2ac)],_0x58d0d3[_0x246eea(0x214)])))return![];return!![];}),_0x2e6494=(_0x4c2724,_0x3986dd=![])=>{const _0x21aff8=_0x5f1159;if(_0x58d0d3[_0x21aff8(0x219)](_0x4c2724[_0x21aff8(0x2a5)]['length'],0x0)){const _0x3bebcd=_0x58d0d3[_0x21aff8(0x225)](_0x7b8bc9,_0x58d0d3[_0x21aff8(0x1ef)])?_0x58d0d3[_0x21aff8(0x231)]:_0x58d0d3[_0x21aff8(0x248)];_0x5fc509[_0x21aff8(0x297)]({'kind':_0x58d0d3[_0x21aff8(0x29c)],[_0x3bebcd]:_0x17c6dc,'message':_0x4c2724[_0x21aff8(0x2ac)],'timestamp':_0x4c2724[_0x21aff8(0x2a2)][_0x21aff8(0x1df)](),'level':_0x4c2724['error']?_0x58d0d3[_0x21aff8(0x23c)]:_0x58d0d3[_0x21aff8(0x21e)],'duration':_0x4c2724[_0x21aff8(0x228)],'failure':_0x4c2724[_0x21aff8(0x2aa)]&&_0x4c2724['error'][_0x21aff8(0x1d4)]&&_0x58d0d3[_0x21aff8(0x2a0)](removeAnsiColors,_0x4c2724[_0x21aff8(0x2aa)][_0x21aff8(0x1d4)]),'failure_type':_0x58d0d3[_0x21aff8(0x20d)](getFailureType,_0x4c2724['error']&&_0x4c2724[_0x21aff8(0x2aa)][_0x21aff8(0x1d4)])});}else{!_0x3986dd&&_0x5831a6[_0x21aff8(0x297)]({'id':_0x58d0d3['usGYs'](uuidv4),'text':_0x4c2724['title'],'keyword':undefined,'started_at':_0x4c2724[_0x21aff8(0x2a2)][_0x21aff8(0x1df)](),'duration':_0x4c2724[_0x21aff8(0x228)],'result':_0x4c2724[_0x21aff8(0x2aa)]?_0x58d0d3[_0x21aff8(0x23c)]:_0x58d0d3[_0x21aff8(0x21e)],'failure':_0x4c2724[_0x21aff8(0x2aa)]&&_0x4c2724['error'][_0x21aff8(0x1d4)]&&_0x58d0d3[_0x21aff8(0x1ec)](removeAnsiColors,_0x4c2724[_0x21aff8(0x2aa)][_0x21aff8(0x1d4)]),'failure_type':_0x58d0d3['wpjkA'](getFailureType,_0x4c2724['error']&&_0x4c2724[_0x21aff8(0x2aa)][_0x21aff8(0x1d4)])});for(const _0x3cdb97 of _0x4c2724['steps']){_0x58d0d3[_0x21aff8(0x2a4)](_0x2e6494,_0x3cdb97,!![]);}}};for(const _0x10cfb5 of _0x4e7cef){_0x58d0d3[_0x5f1159(0x2a4)](_0x2e6494,_0x10cfb5,![]);}const _0x442bb1={};return _0x442bb1[_0x5f1159(0x2a5)]=_0x5831a6,_0x442bb1[_0x5f1159(0x1fc)]=_0x5fc509,_0x442bb1;}async[a36_0x464daf(0x29a)](_0x3f2b7a,_0x27daa8,_0x4aa83d){const _0x3d606c=a36_0x464daf,_0x3d2ee6={'CvRCQ':'test','iDtYQ':_0x3d606c(0x27e),'bleCk':_0x3d606c(0x23d),'ObEOU':function(_0x52d35c,_0x42932f){return _0x52d35c(_0x42932f);},'ubLpR':function(_0x5e965c,_0x43d1c0){return _0x5e965c>_0x43d1c0;},'Ceayu':function(_0x15f0aa,_0x45d19f){return _0x15f0aa-_0x45d19f;},'ZvPzm':function(_0x275f4e,_0x559def){return _0x275f4e===_0x559def;},'HqSqK':_0x3d606c(0x27b),'UFXGJ':function(_0x44f0aa,_0x224458){return _0x44f0aa===_0x224458;},'hvseT':_0x3d606c(0x230),'Drsca':_0x3d606c(0x1d9),'jaNeh':function(_0x3c03de,_0x55c09){return _0x3c03de===_0x55c09;},'gVuCg':_0x3d606c(0x25b),'RukMK':function(_0x2ce569,_0x515bb7){return _0x2ce569===_0x515bb7;},'XNguh':_0x3d606c(0x20a),'TRkNw':function(_0x1a062f,_0x5f039b){return _0x1a062f===_0x5f039b;},'zipOc':_0x3d606c(0x272),'ZbWKL':function(_0x40b336,_0x4ab8e5,_0x29a466){return _0x40b336(_0x4ab8e5,_0x29a466);},'njaAO':function(_0x5dd952,_0x275864){return _0x5dd952>_0x275864;}},_0x26ad63=this[_0x3d606c(0x255)](_0x3f2b7a),_0x451272=this[_0x3d606c(0x1f4)](_0x3f2b7a),_0x3eee20=this[_0x3d606c(0x204)][_0x26ad63],_0x57595f=path[_0x3d606c(0x22d)](process[_0x3d606c(0x210)](),_0x3f2b7a['location'][_0x3d606c(0x2a1)]);await this[_0x3d606c(0x29e)]();const _0x2d162c={'uuid':_0x3eee20[_0x3d606c(0x240)],'type':_0x3d2ee6[_0x3d606c(0x259)],'name':_0x3f2b7a['title'],'body':{'lang':_0x3d2ee6[_0x3d606c(0x1f9)],'code':_0x3f2b7a['fn'][_0x3d606c(0x2b2)]()},'scope':_0x451272,'scopes':this[_0x3d606c(0x1d6)](_0x3f2b7a),'identifier':_0x26ad63,'file_name':_0x57595f,'location':_0x57595f,'result':_0x3d2ee6[_0x3d606c(0x20b)],'duration_in_ms':_0x4aa83d&&_0x4aa83d[_0x3d606c(0x228)]?_0x4aa83d[_0x3d606c(0x228)]:null,'vc_filepath':this['_gitConfigPath']&&_0x3f2b7a[_0x3d606c(0x284)][_0x3d606c(0x2a1)]?path[_0x3d606c(0x22d)](this[_0x3d606c(0x28e)],_0x3f2b7a[_0x3d606c(0x284)]['file']):undefined,'started_at':_0x3eee20[_0x3d606c(0x2b1)],'finished_at':_0x3eee20[_0x3d606c(0x242)],'framework':FRAMEWORKS[_0x3d606c(0x1e5)],'customRerunParam':{'rerun_name':_0x3f2b7a['titlePath']()[_0x3d606c(0x1fe)]('\x20')},'tags':_0x3d2ee6[_0x3d606c(0x27d)](getTagsFromTitle,_0x3f2b7a[_0x3d606c(0x2ac)])};_0x4aa83d&&_0x3d2ee6[_0x3d606c(0x220)](_0x4aa83d[_0x3d606c(0x24a)],0x0)&&(_0x2d162c[_0x3d606c(0x1e8)]=TestDetails[_0x3d606c(0x232)](this[_0x3d606c(0x295)](_0x3f2b7a,_0x3d2ee6[_0x3d606c(0x26b)](_0x4aa83d[_0x3d606c(0x24a)],0x1))));if(_0x3d2ee6[_0x3d606c(0x250)](_0x27daa8,_0x3d2ee6[_0x3d606c(0x22f)])){_0x2d162c['result']=_0x4aa83d[_0x3d606c(0x276)];if(_0x3d2ee6[_0x3d606c(0x27f)](_0x4aa83d['status'],_0x3f2b7a[_0x3d606c(0x251)]))_0x2d162c[_0x3d606c(0x263)]=_0x3d2ee6[_0x3d606c(0x250)](_0x4aa83d['status'],_0x3d2ee6['hvseT'])?_0x3d2ee6[_0x3d606c(0x1f5)]:_0x3d2ee6[_0x3d606c(0x201)];else{(_0x3d2ee6[_0x3d606c(0x27f)](_0x2d162c['result'],_0x3d2ee6[_0x3d606c(0x201)])||_0x3d2ee6[_0x3d606c(0x25a)](_0x2d162c['result'],_0x3d2ee6['gVuCg'])||_0x3d2ee6[_0x3d606c(0x229)](_0x2d162c[_0x3d606c(0x263)],_0x3d2ee6[_0x3d606c(0x291)]))&&(_0x2d162c['result']=_0x3d2ee6['gVuCg']);if(_0x3d2ee6[_0x3d606c(0x268)](_0x4aa83d[_0x3d606c(0x276)],_0x3d2ee6[_0x3d606c(0x201)])&&_0x3d2ee6[_0x3d606c(0x25a)](_0x3f2b7a[_0x3d606c(0x251)],_0x3d2ee6[_0x3d606c(0x287)])){const _0x413077={};_0x413077[_0x3d606c(0x1d4)]=_0x3d2ee6[_0x3d606c(0x1ff)],_0x413077[_0x3d606c(0x28d)]=_0x3d2ee6[_0x3d606c(0x1ff)],_0x4aa83d[_0x3d606c(0x2aa)]=_0x413077,_0x4aa83d['errors']=[_0x4aa83d[_0x3d606c(0x2aa)]];}}const _0x22c944=this[_0x3d606c(0x295)](_0x3f2b7a,_0x4aa83d[_0x3d606c(0x24a)]);_0x2d162c[_0x3d606c(0x28f)]=this['_testHooksMap'][_0x22c944];const {steps:_0x133308,logs:_0x25726e}=this['getStepsAndLogs'](_0x4aa83d[_0x3d606c(0x2a5)],_0x3eee20[_0x3d606c(0x240)],_0x3d2ee6['CvRCQ']);await MyReporter[_0x3d606c(0x1e4)](_0x25726e);const _0x426cf5={};_0x426cf5[_0x3d606c(0x2a5)]=_0x133308,_0x2d162c[_0x3d606c(0x264)]=_0x426cf5;if(_0x4aa83d['error']){_0x2d162c[_0x3d606c(0x1e9)]=_0x3d2ee6[_0x3d606c(0x27d)](removeAnsiColors,_0x4aa83d[_0x3d606c(0x2aa)][_0x3d606c(0x1d4)]),_0x2d162c[_0x3d606c(0x290)]=_0x3d2ee6[_0x3d606c(0x27d)](getFailureType,_0x4aa83d[_0x3d606c(0x2aa)][_0x3d606c(0x1d4)]);const _0x50df13={};_0x50df13[_0x3d606c(0x275)]=_0x3eee20[_0x3d606c(0x240)];const {failureData:_0x2be043,logs:_0x143b1a}=_0x3d2ee6[_0x3d606c(0x23e)](getFailureData,_0x4aa83d[_0x3d606c(0x1fa)],_0x50df13);if(_0x2be043&&_0x3d2ee6[_0x3d606c(0x27f)](_0x2be043[_0x3d606c(0x2b0)],0x0)){const _0x4d52fd={};_0x4d52fd[_0x3d606c(0x246)]=[_0x2d162c['failure_reason']],_0x4d52fd[_0x3d606c(0x237)]=[],_0x2be043['push'](_0x4d52fd);}_0x2d162c[_0x3d606c(0x1f6)]=_0x2be043,_0x143b1a&&_0x3d2ee6[_0x3d606c(0x2ad)](_0x143b1a['length'],0x0)&&await MyReporter[_0x3d606c(0x1e4)](_0x143b1a);}}const _0x47ded1={};_0x47ded1[_0x3d606c(0x20c)]=_0x27daa8,_0x47ded1[_0x3d606c(0x273)]=_0x2d162c;const _0x3802c4=_0x47ded1;await SessionHandler['uploadEventData'](_0x3802c4);}static async[a36_0x464daf(0x22e)](_0x55c487,_0x42f4b5){const _0x116270=a36_0x464daf,_0x329e89={'MmAwq':function(_0x105f4c,_0x2a7f6){return _0x105f4c(_0x2a7f6);},'fAJTF':_0x116270(0x1dc)},_0x27b4bf={'uuid':TestDetails[_0x116270(0x232)](_0x55c487),'integrations':_0x42f4b5},_0x10d740={};_0x10d740['depth']=null,_0x329e89[_0x116270(0x281)](debug,_0x116270(0x267)+_0x55c487+',\x20'+util[_0x116270(0x28b)](_0x42f4b5,_0x10d740));const _0x552379={};_0x552379[_0x116270(0x20c)]=_0x329e89[_0x116270(0x233)],_0x552379[_0x116270(0x273)]=_0x27b4bf,await SessionHandler['uploadEventData'](_0x552379);}async[a36_0x464daf(0x29e)](){const _0x45f295=a36_0x464daf,_0x48eb2e={'xTOYb':function(_0x127972){return _0x127972();}};if(this[_0x45f295(0x212)])return;const _0x1bcff0=await _0x48eb2e[_0x45f295(0x2a9)](getGitMetaData);_0x1bcff0&&(this[_0x45f295(0x28e)]=_0x1bcff0[_0x45f295(0x202)]),this[_0x45f295(0x212)]=!![];}[a36_0x464daf(0x1d6)](_0x17982d){const _0xbc4593=a36_0x464daf,_0xb7d0f={};_0xb7d0f['vctaF']=function(_0x504dde,_0x223c79){return _0x504dde!==_0x223c79;};const _0x26c522=_0xb7d0f,_0x597f00=[];if(_0x17982d&&_0x17982d[_0xbc4593(0x1e7)]){let _0xadca4d=_0x17982d[_0xbc4593(0x1e7)];while(_0xadca4d&&_0x26c522['vctaF'](_0xadca4d['title'],'')){_0x597f00[_0xbc4593(0x297)](_0xadca4d['title']),_0xadca4d=_0xadca4d['parent'];}}return _0x597f00[_0xbc4593(0x1da)]()[_0xbc4593(0x244)](0x0,0x2),_0x597f00;}[a36_0x464daf(0x20f)](_0x3a0973){const _0x58debf=a36_0x464daf,_0x9b09c1={};_0x9b09c1[_0x58debf(0x1d2)]=function(_0x256ad4,_0x4b26ef){return _0x256ad4!==_0x4b26ef;},_0x9b09c1[_0x58debf(0x1f0)]='hook',_0x9b09c1['epyfa']=function(_0x296df5,_0x30a611){return _0x296df5===_0x30a611;},_0x9b09c1[_0x58debf(0x2ae)]='beforeEach\x20hook',_0x9b09c1[_0x58debf(0x234)]='beforeAll\x20hook',_0x9b09c1[_0x58debf(0x247)]=_0x58debf(0x1fd),_0x9b09c1[_0x58debf(0x269)]=_0x58debf(0x286);const _0x450793=_0x9b09c1;if(_0x450793[_0x58debf(0x1d2)](_0x3a0973['category'],_0x450793['yqiwz']))return![];if(_0x450793[_0x58debf(0x274)]([_0x450793[_0x58debf(0x2ae)],_0x450793[_0x58debf(0x234)],_0x450793[_0x58debf(0x247)],_0x450793['Baxit']]['indexOf'](_0x3a0973[_0x58debf(0x2ac)]),-0x1))return![];return!![];}[a36_0x464daf(0x24c)](_0x5d602c,_0x57f5e8){const _0x26e9e8=a36_0x464daf,_0x254261=_0x57f5e8[_0x26e9e8(0x1d0)];if(_0x254261)return _0x254261;return _0x57f5e8[_0x26e9e8(0x2ac)]+_0x26e9e8(0x298)+this[_0x26e9e8(0x255)](_0x5d602c);}[a36_0x464daf(0x282)](_0x423c6a,_0x4720c0){const _0x53448a=a36_0x464daf,_0x1ad0a3={'RNkIE':function(_0x5f23bc){return _0x5f23bc();}};let _0x5824cc=_0x4720c0[_0x53448a(0x2ac)]+_0x53448a(0x298)+this[_0x53448a(0x255)](_0x423c6a);return this[_0x53448a(0x204)][_0x5824cc]&&(_0x5824cc=_0x5824cc+_0x53448a(0x21b)+_0x1ad0a3[_0x53448a(0x26e)](uuidv4)),_0x4720c0[_0x53448a(0x1d0)]=_0x5824cc,_0x5824cc;}['getTestIdentifier']=_0x53cc84=>{const _0x47d08f=a36_0x464daf,_0x395e84={};_0x395e84['mJvDw']=function(_0x508803,_0x3873d2){return _0x508803+_0x3873d2;},_0x395e84[_0x47d08f(0x213)]=function(_0x1f0f82,_0x2f5d71){return _0x1f0f82+_0x2f5d71;};const _0x176036=_0x395e84;return _0x176036['mJvDw'](_0x176036[_0x47d08f(0x213)](_0x53cc84[_0x47d08f(0x224)],'-'),_0x53cc84['id']);};[a36_0x464daf(0x295)]=(_0x592afc,_0x10f3db)=>{const _0x57f41d=a36_0x464daf,_0xcdac53={};_0xcdac53[_0x57f41d(0x266)]=function(_0x2ca762,_0x47ec8d){return _0x2ca762+_0x47ec8d;};const _0x38af84=_0xcdac53;return _0x38af84['BTRXA'](_0x38af84[_0x57f41d(0x266)](this[_0x57f41d(0x255)](_0x592afc),'-'),_0x10f3db);};['getHookType']=_0x5ce793=>{const _0x2d6dec=a36_0x464daf,_0xdb9db6={};_0xdb9db6[_0x2d6dec(0x25f)]='beforeEach\x20hook',_0xdb9db6['ofVlU']=_0x2d6dec(0x293),_0xdb9db6[_0x2d6dec(0x253)]=_0x2d6dec(0x270),_0xdb9db6[_0x2d6dec(0x1ee)]=_0x2d6dec(0x238),_0xdb9db6[_0x2d6dec(0x206)]='afterEach\x20hook',_0xdb9db6[_0x2d6dec(0x205)]=_0x2d6dec(0x29f),_0xdb9db6[_0x2d6dec(0x2a3)]=_0x2d6dec(0x1fd),_0xdb9db6['xDuuC']=_0x2d6dec(0x227),_0xdb9db6['JpePH']='unknown';const _0x5488cf=_0xdb9db6;if(_0x5ce793[_0x2d6dec(0x257)](_0x5488cf[_0x2d6dec(0x25f)]))return _0x5488cf[_0x2d6dec(0x24d)];else{if(_0x5ce793[_0x2d6dec(0x257)](_0x5488cf[_0x2d6dec(0x253)]))return _0x5488cf[_0x2d6dec(0x1ee)];else{if(_0x5ce793[_0x2d6dec(0x257)](_0x5488cf[_0x2d6dec(0x206)]))return _0x5488cf[_0x2d6dec(0x205)];else{if(_0x5ce793[_0x2d6dec(0x257)](_0x5488cf[_0x2d6dec(0x2a3)]))return _0x5488cf[_0x2d6dec(0x1db)];}}}return _0x5488cf['JpePH'];};[a36_0x464daf(0x1f4)]=_0x5790d7=>{const _0x405a0a=a36_0x464daf,_0x3b5569={};_0x3b5569['xwYmW']=function(_0x255f4a,_0x4580da){return _0x255f4a===_0x4580da;},_0x3b5569[_0x405a0a(0x2b4)]=_0x405a0a(0x21d);const _0x172099=_0x3b5569;let _0x3aeab9=_0x5790d7[_0x405a0a(0x1e7)];return _0x172099[_0x405a0a(0x223)](typeof _0x5790d7[_0x405a0a(0x1e7)],_0x172099['IWKQd'])&&(_0x3aeab9=_0x3aeab9['title']),_0x3aeab9+_0x405a0a(0x21b)+_0x5790d7[_0x405a0a(0x2ac)];};[a36_0x464daf(0x280)](){return![];}}function a36_0x5eb7(_0x4e2c19,_0x48f0c5){const _0x23feb3=a36_0x23fe();return a36_0x5eb7=function(_0x5eb713,_0x5125f7){_0x5eb713=_0x5eb713-0x1cc;let _0x5b345b=_0x23feb3[_0x5eb713];return _0x5b345b;},a36_0x5eb7(_0x4e2c19,_0x48f0c5);}module[a36_0x464daf(0x26f)]=o11yClassErrorHandler(MyReporter,[a36_0x464daf(0x2ab),a36_0x464daf(0x221),a36_0x464daf(0x1f7),'onTestEnd',a36_0x464daf(0x23f),'onStepEnd',a36_0x464daf(0x22e)]);
@@ -1 +1 @@
1
- const a37_0x27351d=a37_0x3f04;function a37_0x3f04(_0x54b0a1,_0x5e682d){const _0xf75a5=a37_0xf75a();return a37_0x3f04=function(_0x3f0490,_0x1759bf){_0x3f0490=_0x3f0490-0xfb;let _0x172696=_0xf75a5[_0x3f0490];return _0x172696;},a37_0x3f04(_0x54b0a1,_0x5e682d);}function a37_0xf75a(){const _0x271d78=['ffNIr','MUJlg','readFileSync','1978156WTxdpl','setTestDetails','rmSync','exports','12060072aEuThi','277456OQvhAz','42yxfcOX','tests','829784BDXMnL','_test','stringify','OQsKQ','cyQaD','dirPath','getStoreDirName','getTestUUID','5ykoOFd','force','toString','shutdown','getTestDetails','qQMHE','retry','join','RPifJ','env','1352938MqAwlT','ZHfCI','mkdirSync','parse','getTestRunIdFromTestInfo','setup','cwd','ZpZpF','939180hVcteX','BS_TESTOPS_BUILD_HASHED_ID','getFilePath','_projectId','writeFileSync','.json','existsSync','uuid','../../../helpers/test-observability/constants','352428OszzuQ'];a37_0xf75a=function(){return _0x271d78;};return a37_0xf75a();}(function(_0x37fa07,_0x2206de){const _0x26ba7e=a37_0x3f04,_0x12158b=_0x37fa07();while(!![]){try{const _0x2dad0c=-parseInt(_0x26ba7e(0xfb))/0x1+parseInt(_0x26ba7e(0x110))/0x2+parseInt(_0x26ba7e(0x118))/0x3+parseInt(_0x26ba7e(0x125))/0x4+-parseInt(_0x26ba7e(0x106))/0x5*(parseInt(_0x26ba7e(0x121))/0x6)+-parseInt(_0x26ba7e(0xfc))/0x7*(-parseInt(_0x26ba7e(0xfe))/0x8)+-parseInt(_0x26ba7e(0x129))/0x9;if(_0x2dad0c===_0x2206de)break;else _0x12158b['push'](_0x12158b['shift']());}catch(_0x2b4ce8){_0x12158b['push'](_0x12158b['shift']());}}}(a37_0xf75a,0x6907c));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a37_0x27351d(0x11f)),{TEMP_STORE_DIR_NAME}=require(a37_0x27351d(0x120));class TestDetails{static ['tests']={};static [a37_0x27351d(0x103)]=path['join'](process[a37_0x27351d(0x116)](),TestDetails[a37_0x27351d(0x104)]());static[a37_0x27351d(0x115)](){const _0x276ba8=a37_0x27351d;this['shutdown']();const _0x392c46={};_0x392c46['recursive']=!![],fs[_0x276ba8(0x112)](this[_0x276ba8(0x103)],_0x392c46);}static[a37_0x27351d(0x104)](){const _0x320c70=a37_0x27351d,_0x5435d9={};_0x5435d9[_0x320c70(0x123)]=function(_0x4e9627,_0x2de57e){return _0x4e9627+_0x2de57e;};const _0x413f18=_0x5435d9;return _0x413f18[_0x320c70(0x123)](_0x413f18[_0x320c70(0x123)](TEMP_STORE_DIR_NAME,'-'),process[_0x320c70(0x10f)][_0x320c70(0x119)]);}static[a37_0x27351d(0x11a)](_0xa3d323){const _0x19ca98=a37_0x27351d,_0x432cfc={};_0x432cfc[_0x19ca98(0x10b)]=function(_0x40d63f,_0x4f9ee5){return _0x40d63f+_0x4f9ee5;},_0x432cfc[_0x19ca98(0x102)]=_0x19ca98(0x11d);const _0x3ada37=_0x432cfc;return path[_0x19ca98(0x10d)](this['dirPath'],_0x3ada37[_0x19ca98(0x10b)](_0xa3d323,_0x3ada37[_0x19ca98(0x102)]));}static[a37_0x27351d(0x114)](_0x19e056){const _0x4c52d7=a37_0x27351d,_0x250aef={};_0x250aef[_0x4c52d7(0x117)]=function(_0x4640d1,_0x315ea0){return _0x4640d1+_0x315ea0;},_0x250aef[_0x4c52d7(0x111)]=function(_0x5954c7,_0x574124){return _0x5954c7+_0x574124;},_0x250aef[_0x4c52d7(0x122)]=function(_0x4ba7d0,_0x5bad05){return _0x4ba7d0+_0x5bad05;};const _0x33bbf7=_0x250aef;return _0x33bbf7[_0x4c52d7(0x117)](_0x33bbf7[_0x4c52d7(0x117)](_0x33bbf7[_0x4c52d7(0x111)](_0x33bbf7[_0x4c52d7(0x122)](_0x19e056['_test'][_0x4c52d7(0x11b)],'-'),_0x19e056[_0x4c52d7(0xff)]['id']),'-'),_0x19e056[_0x4c52d7(0x10c)]);}static[a37_0x27351d(0x105)](_0x513065){const _0x566de5=a37_0x27351d,_0x40cf0e={'OQsKQ':function(_0x3b5ffb,_0x1a44c6){return _0x3b5ffb===_0x1a44c6;},'RPifJ':'string','BnbCx':function(_0x48c8e1){return _0x48c8e1();}};if(this['tests'][_0x513065]&&_0x40cf0e[_0x566de5(0x101)](typeof this[_0x566de5(0xfd)][_0x513065][_0x566de5(0x11f)],_0x40cf0e[_0x566de5(0x10e)]))return this[_0x566de5(0xfd)][_0x513065]['uuid'];const _0xa8001c=this[_0x566de5(0x11a)](_0x513065);if(fs['existsSync'](_0xa8001c)){const _0x277239=JSON[_0x566de5(0x113)](fs[_0x566de5(0x124)](_0xa8001c)[_0x566de5(0x108)]());return this[_0x566de5(0xfd)][_0x513065]=_0x277239,this['tests'][_0x513065][_0x566de5(0x11f)];}return this[_0x566de5(0xfd)][_0x513065]={'uuid':_0x40cf0e['BnbCx'](uuidv4)},fs[_0x566de5(0x11c)](_0xa8001c,JSON[_0x566de5(0x100)](this[_0x566de5(0xfd)][_0x513065])),this[_0x566de5(0xfd)][_0x513065]['uuid'];}static[a37_0x27351d(0x109)](){const _0x21952e=a37_0x27351d,_0x49f947={};_0x49f947['recursive']=!![],_0x49f947[_0x21952e(0x107)]=!![],fs[_0x21952e(0x127)](this[_0x21952e(0x103)],_0x49f947);}static[a37_0x27351d(0x10a)](_0x54723f){const _0x203cee=a37_0x27351d;if(this[_0x203cee(0xfd)][_0x54723f])return this[_0x203cee(0xfd)][_0x54723f];const _0x5475a8=this[_0x203cee(0x11a)](_0x54723f);if(fs[_0x203cee(0x11e)](_0x5475a8)){const _0x2ebc5e=JSON[_0x203cee(0x113)](fs[_0x203cee(0x124)](_0x5475a8)[_0x203cee(0x108)]());return this[_0x203cee(0xfd)][_0x54723f]=_0x2ebc5e,_0x2ebc5e;}return{};}static[a37_0x27351d(0x126)](_0x1d12ed,_0x850a22){const _0x3fda23=a37_0x27351d,_0xdc0ebb=this[_0x3fda23(0x11a)](_0x1d12ed);if(fs[_0x3fda23(0x11e)](_0xdc0ebb)){const _0x5d1109=JSON[_0x3fda23(0x113)](fs[_0x3fda23(0x124)](_0xdc0ebb)[_0x3fda23(0x108)]()),_0x9eb620={..._0x5d1109,..._0x850a22};this[_0x3fda23(0xfd)][_0x1d12ed]=_0x9eb620;}else this['tests'][_0x1d12ed]=_0x850a22;fs[_0x3fda23(0x11c)](_0xdc0ebb,this['tests'][_0x1d12ed]);}}module[a37_0x27351d(0x128)]=TestDetails;
1
+ const a37_0xd11221=a37_0x27bb;(function(_0x40ef25,_0x916fe5){const _0x4b8193=a37_0x27bb,_0xa55883=_0x40ef25();while(!![]){try{const _0x255f31=parseInt(_0x4b8193(0x1c2))/0x1*(parseInt(_0x4b8193(0x1cd))/0x2)+-parseInt(_0x4b8193(0x1b8))/0x3+parseInt(_0x4b8193(0x1ab))/0x4*(parseInt(_0x4b8193(0x1d5))/0x5)+parseInt(_0x4b8193(0x1b3))/0x6+parseInt(_0x4b8193(0x1bf))/0x7*(parseInt(_0x4b8193(0x1b4))/0x8)+-parseInt(_0x4b8193(0x1c6))/0x9+-parseInt(_0x4b8193(0x1af))/0xa*(parseInt(_0x4b8193(0x1ad))/0xb);if(_0x255f31===_0x916fe5)break;else _0xa55883['push'](_0xa55883['shift']());}catch(_0x62994a){_0xa55883['push'](_0xa55883['shift']());}}}(a37_0x4ecb,0x850af));function a37_0x4ecb(){const _0x532fff=['20XhxeQx','string','shutdown','retry','1512960saAlaG','6716848ofazrS','writeFileSync','path','RBJcs','2294556HAgnAg','force','dirPath','UUsZK','mkdirSync','join','uuid','7DsjxZP','getTestUUID','jEXFF','4711iJVwKT','BS_TESTOPS_BUILD_HASHED_ID','existsSync','setTestDetails','3092922vCFSEA','parse','setup','tClaI','_test','tests','.json','170oteacd','env','getTestDetails','recursive','readFileSync','getTestRunIdFromTestInfo','cwd','stringify','2176765Bzdsvz','YIiXq','getFilePath','qMTTF','toString','rmSync','8CzMvNK','getStoreDirName','3901997rFyIDd','hBleo'];a37_0x4ecb=function(){return _0x532fff;};return a37_0x4ecb();}const fs=require('fs'),path=require(a37_0xd11221(0x1b6)),{v4:uuidv4}=require(a37_0xd11221(0x1be)),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants');function a37_0x27bb(_0x186987,_0x328fa1){const _0x4ecbff=a37_0x4ecb();return a37_0x27bb=function(_0x27bbe7,_0xcf61be){_0x27bbe7=_0x27bbe7-0x1a7;let _0x363e88=_0x4ecbff[_0x27bbe7];return _0x363e88;},a37_0x27bb(_0x186987,_0x328fa1);}class TestDetails{static [a37_0xd11221(0x1cb)]={};static [a37_0xd11221(0x1ba)]=path[a37_0xd11221(0x1bd)](process[a37_0xd11221(0x1d3)](),TestDetails[a37_0xd11221(0x1ac)]());static[a37_0xd11221(0x1c8)](){const _0x579971=a37_0xd11221;this[_0x579971(0x1b1)]();const _0x9f9863={};_0x9f9863[_0x579971(0x1d0)]=!![],fs[_0x579971(0x1bc)](this[_0x579971(0x1ba)],_0x9f9863);}static['getStoreDirName'](){const _0x21c225=a37_0xd11221,_0x30a97c={};_0x30a97c[_0x21c225(0x1b7)]=function(_0x214314,_0x48c196){return _0x214314+_0x48c196;},_0x30a97c['NpkLW']=function(_0x73633e,_0x978f5c){return _0x73633e+_0x978f5c;};const _0x6cf49=_0x30a97c;return _0x6cf49[_0x21c225(0x1b7)](_0x6cf49['NpkLW'](TEMP_STORE_DIR_NAME,'-'),process[_0x21c225(0x1ce)][_0x21c225(0x1c3)]);}static[a37_0xd11221(0x1a7)](_0x12c44f){const _0x7f73c9=a37_0xd11221,_0x2c53da={};_0x2c53da['jEXFF']=function(_0x45f8a4,_0x39b3e8){return _0x45f8a4+_0x39b3e8;},_0x2c53da['VBCdv']=_0x7f73c9(0x1cc);const _0x4b90ff=_0x2c53da;return path[_0x7f73c9(0x1bd)](this[_0x7f73c9(0x1ba)],_0x4b90ff[_0x7f73c9(0x1c1)](_0x12c44f,_0x4b90ff['VBCdv']));}static[a37_0xd11221(0x1d2)](_0x14f4a9){const _0x160a81=a37_0xd11221,_0x2aea10={};_0x2aea10[_0x160a81(0x1bb)]=function(_0x26b09a,_0x23f1b8){return _0x26b09a+_0x23f1b8;},_0x2aea10[_0x160a81(0x1ae)]=function(_0x148732,_0x58fd06){return _0x148732+_0x58fd06;},_0x2aea10[_0x160a81(0x1d6)]=function(_0x1a73ae,_0x29e517){return _0x1a73ae+_0x29e517;};const _0xf3e64d=_0x2aea10;return _0xf3e64d[_0x160a81(0x1bb)](_0xf3e64d[_0x160a81(0x1ae)](_0xf3e64d['YIiXq'](_0xf3e64d[_0x160a81(0x1bb)](_0x14f4a9[_0x160a81(0x1ca)]['_projectId'],'-'),_0x14f4a9[_0x160a81(0x1ca)]['id']),'-'),_0x14f4a9[_0x160a81(0x1b2)]);}static[a37_0xd11221(0x1c0)](_0x2e8024){const _0x3247cb=a37_0xd11221,_0x2d1b58={'tClaI':function(_0x859f50,_0x182986){return _0x859f50===_0x182986;},'qMTTF':_0x3247cb(0x1b0),'LQUcY':function(_0xd31a35){return _0xd31a35();}};if(this[_0x3247cb(0x1cb)][_0x2e8024]&&_0x2d1b58[_0x3247cb(0x1c9)](typeof this[_0x3247cb(0x1cb)][_0x2e8024]['uuid'],_0x2d1b58[_0x3247cb(0x1a8)]))return this[_0x3247cb(0x1cb)][_0x2e8024][_0x3247cb(0x1be)];const _0x4a3412=this[_0x3247cb(0x1a7)](_0x2e8024);if(fs[_0x3247cb(0x1c4)](_0x4a3412)){const _0x338116=JSON[_0x3247cb(0x1c7)](fs[_0x3247cb(0x1d1)](_0x4a3412)[_0x3247cb(0x1a9)]());return this[_0x3247cb(0x1cb)][_0x2e8024]=_0x338116,this['tests'][_0x2e8024][_0x3247cb(0x1be)];}return this[_0x3247cb(0x1cb)][_0x2e8024]={'uuid':_0x2d1b58['LQUcY'](uuidv4)},fs['writeFileSync'](_0x4a3412,JSON[_0x3247cb(0x1d4)](this[_0x3247cb(0x1cb)][_0x2e8024])),this[_0x3247cb(0x1cb)][_0x2e8024][_0x3247cb(0x1be)];}static[a37_0xd11221(0x1b1)](){const _0xe92e2d=a37_0xd11221,_0x1b1fd0={};_0x1b1fd0[_0xe92e2d(0x1d0)]=!![],_0x1b1fd0[_0xe92e2d(0x1b9)]=!![],fs[_0xe92e2d(0x1aa)](this[_0xe92e2d(0x1ba)],_0x1b1fd0);}static[a37_0xd11221(0x1cf)](_0x12a418){const _0x286704=a37_0xd11221;if(this['tests'][_0x12a418])return this[_0x286704(0x1cb)][_0x12a418];const _0x5599ad=this[_0x286704(0x1a7)](_0x12a418);if(fs[_0x286704(0x1c4)](_0x5599ad)){const _0x459796=JSON[_0x286704(0x1c7)](fs[_0x286704(0x1d1)](_0x5599ad)['toString']());return this[_0x286704(0x1cb)][_0x12a418]=_0x459796,_0x459796;}return{};}static[a37_0xd11221(0x1c5)](_0xc30924,_0x311401){const _0x464577=a37_0xd11221,_0x11db82=this['getFilePath'](_0xc30924);if(fs[_0x464577(0x1c4)](_0x11db82)){const _0x4f69b3=JSON[_0x464577(0x1c7)](fs['readFileSync'](_0x11db82)[_0x464577(0x1a9)]()),_0x2cd398={..._0x4f69b3,..._0x311401};this[_0x464577(0x1cb)][_0xc30924]=_0x2cd398;}else this[_0x464577(0x1cb)][_0xc30924]=_0x311401;fs[_0x464577(0x1b5)](_0x11db82,this[_0x464577(0x1cb)][_0xc30924]);}}module['exports']=TestDetails;
@@ -1 +1 @@
1
- const a38_0xab49e0=a38_0x3339;(function(_0x3a4e76,_0x1b3759){const _0xb1057b=a38_0x3339,_0x3639b6=_0x3a4e76();while(!![]){try{const _0x261bb0=parseInt(_0xb1057b(0xda))/0x1+-parseInt(_0xb1057b(0xe9))/0x2+-parseInt(_0xb1057b(0xf2))/0x3+-parseInt(_0xb1057b(0x149))/0x4*(-parseInt(_0xb1057b(0x148))/0x5)+-parseInt(_0xb1057b(0x13a))/0x6+parseInt(_0xb1057b(0x132))/0x7+-parseInt(_0xb1057b(0x105))/0x8*(-parseInt(_0xb1057b(0x138))/0x9);if(_0x261bb0===_0x1b3759)break;else _0x3639b6['push'](_0x3639b6['shift']());}catch(_0xf7e286){_0x3639b6['push'](_0x3639b6['shift']());}}}(a38_0x2053,0x45512));const path=require(a38_0xab49e0(0x13d)),url=require(a38_0xab49e0(0x118)),util=require(a38_0xab49e0(0x134)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a38_0xab49e0(0xbb)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require(a38_0xab49e0(0x106)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),logger=require('../../helpers/logger')[a38_0xab49e0(0xfe)],scripts=require(a38_0xab49e0(0xeb)),{browserStackExecuteDriver}=require('../../bin/playwright/accessibility-helper'),AccessibilityHelper=require(a38_0xab49e0(0xfc)),getBrowserNameFromChannel=_0x44f0c7=>{const _0x560583=a38_0xab49e0,_0xe16b48={};_0xe16b48[_0x560583(0x11a)]=_0x560583(0xb7),_0xe16b48[_0x560583(0x143)]=_0x560583(0x101),_0xe16b48['QqYvt']='firefox',_0xe16b48[_0x560583(0x142)]=_0x560583(0xb2);const _0x1cb33a=_0xe16b48;if(_0x44f0c7[_0x560583(0x115)](_0x1cb33a['nhyqB']))return _0x1cb33a[_0x560583(0x11a)];if(_0x44f0c7[_0x560583(0x115)](_0x1cb33a[_0x560583(0x143)]))return _0x1cb33a['cWUcD'];if(_0x44f0c7['includes'](_0x1cb33a[_0x560583(0x116)]))return _0x1cb33a['QqYvt'];if(_0x44f0c7[_0x560583(0x115)](_0x1cb33a['IKmze']))return _0x1cb33a[_0x560583(0x142)];},getBrowserFromWSEndpoint=_0x47ca6a=>{const _0x2ba289=a38_0xab49e0,_0x34646c={'pubqc':_0x2ba289(0xb7),'OyHSu':function(_0xb9b118,_0x318ecb){return _0xb9b118(_0x318ecb);}};try{const _0x2c49f7=url['parse'](_0x47ca6a),_0x5d534f=new URLSearchParams(_0x2c49f7[_0x2ba289(0xfb)]),_0x3ef8ad=Object['fromEntries'](_0x5d534f[_0x2ba289(0x122)]()),_0x3a2a32=JSON[_0x2ba289(0xb5)](_0x3ef8ad[_0x2ba289(0xe4)]);if(_0x3a2a32&&(_0x3a2a32['browser']||_0x3a2a32[_0x2ba289(0xff)]))return _0x3a2a32[_0x2ba289(0xdc)]||_0x3a2a32['browserName'];return _0x34646c[_0x2ba289(0xd4)];}catch(_0x267e13){_0x34646c[_0x2ba289(0xed)](debug,_0x2ba289(0xd9)+_0x267e13['toString']());}},getCloudProviderFromWsEndpoint=_0x5c5c15=>{const _0x2903ea=a38_0xab49e0,_0x377d78={};_0x377d78[_0x2903ea(0xb4)]='browserstack.com',_0x377d78[_0x2903ea(0xd5)]=_0x2903ea(0xd0),_0x377d78[_0x2903ea(0x119)]=_0x2903ea(0xd8);const _0x55be09=_0x377d78;if(_0x5c5c15[_0x2903ea(0x115)](_0x55be09[_0x2903ea(0xb4)]))return _0x55be09[_0x2903ea(0xd5)];return _0x55be09[_0x2903ea(0x119)];},a38_0x4e5d5e={};a38_0x4e5d5e[a38_0xab49e0(0x129)]=undefined,a38_0x4e5d5e['bsSessionId']=undefined,a38_0x4e5d5e[a38_0xab49e0(0xdc)]=undefined,a38_0x4e5d5e[a38_0xab49e0(0xd7)]=undefined,a38_0x4e5d5e[a38_0xab49e0(0x13e)]=undefined,a38_0x4e5d5e['platform_version']=undefined,a38_0x4e5d5e[a38_0xab49e0(0x100)]=undefined,a38_0x4e5d5e['capabilities']={};class PlaywrightSessionDetails{static [a38_0xab49e0(0x135)]=a38_0x4e5d5e;constructor(){const _0x51affe=a38_0xab49e0,_0xdaf8a1={};_0xdaf8a1[_0x51affe(0x12f)]='Invalid\x20constructor,\x20please\x20use\x20static\x20methods';const _0x332162=_0xdaf8a1;throw new Error(_0x332162['XNKey']);}static [a38_0xab49e0(0xf0)]=null;static[a38_0xab49e0(0xce)](_0x2f0fd6,_0x42e3eb,_0x474718=null){const _0x67e502=a38_0xab49e0,_0x47b5c7={'sCkrm':_0x67e502(0x146),'oZlbr':function(_0x55a463,_0x525123,_0x52f917){return _0x55a463(_0x525123,_0x52f917);},'bZAIf':_0x67e502(0xee),'Chyzm':_0x67e502(0x11e),'ttLtd':_0x67e502(0xb6),'MryMO':function(_0x4f1fcb,_0x35766a){return _0x4f1fcb(_0x35766a);},'tKcPP':function(_0x2aeb26,_0x3cd778){return _0x2aeb26===_0x3cd778;},'eMpss':_0x67e502(0xd0),'KIkms':_0x67e502(0x107),'CGnAG':function(_0xa206a9,_0x52ca20){return _0xa206a9(_0x52ca20);},'vuzSO':function(_0xb92eed,_0x3222d7){return _0xb92eed(_0x3222d7);},'LwTHF':function(_0x237016,_0x14ae02){return _0x237016+_0x14ae02;},'YXmgf':_0x67e502(0x104),'gDVPe':function(_0x1f63df){return _0x1f63df();},'wNeEN':function(_0x2ba7e3,_0x4ff0dc){return _0x2ba7e3(_0x4ff0dc);}},_0x3208e2=this;return _0x47b5c7[_0x67e502(0xc9)](o11yErrorHandler,async function _0x36c905(_0x481553,_0x1cfbfb,_0x1cbf9d=null){const _0xf98436=_0x67e502;let _0x145c3d=_0x481553[_0xf98436(0x13f)];const _0x1df610=_0x481553[_0xf98436(0x144)]();let _0x522753=null,_0x507e4d=null,_0x270c79=null,_0x205d1e=_0x47b5c7[_0xf98436(0xbf)];if(_0x481553[_0xf98436(0xcb)][_0xf98436(0xea)]()||global[_0xf98436(0xe2)]){const _0x3123a5=_0x481553[_0xf98436(0x128)][_0xf98436(0xf5)]||_0x47b5c7[_0xf98436(0x10f)](nestedKeyValue,_0x1cfbfb,[_0x47b5c7[_0xf98436(0xe3)],_0x47b5c7[_0xf98436(0xe5)],_0x47b5c7['ttLtd']]),_0x5414f2=_0x1cbf9d||_0x3123a5&&_0x3123a5[_0xf98436(0x130)];_0x5414f2&&(_0x205d1e=_0x47b5c7[_0xf98436(0x13b)](getCloudProviderFromWsEndpoint,_0x5414f2),_0x47b5c7[_0xf98436(0xb1)](_0x205d1e,_0x47b5c7[_0xf98436(0x123)])&&(_0x270c79=_0x47b5c7[_0xf98436(0xba)],_0x145c3d=_0x47b5c7[_0xf98436(0x11d)](getBrowserFromWSEndpoint,_0x5414f2)||_0x145c3d,_0x522753=_0x3208e2[_0xf98436(0x135)]['platform'],_0x507e4d=_0x3208e2[_0xf98436(0x135)][_0xf98436(0x108)]));}else{_0x1cfbfb&&_0x1cfbfb['project'][_0xf98436(0x11e)]['channel']?_0x145c3d=_0x47b5c7['vuzSO'](getBrowserNameFromChannel,_0x1cfbfb[_0xf98436(0xee)][_0xf98436(0x11e)][_0xf98436(0xcd)]):_0x145c3d=_0x47b5c7['LwTHF'](_0x47b5c7[_0xf98436(0xcc)],_0x145c3d[_0xf98436(0x139)]());const _0xe0d741=await _0x47b5c7[_0xf98436(0xe6)](getPlatformDetails);_0x522753=_0xe0d741[_0xf98436(0x12d)],_0x507e4d=_0xe0d741[_0xf98436(0x12c)];}const _0x4e683c={};_0x4e683c[_0xf98436(0xdc)]=_0x145c3d,_0x4e683c[_0xf98436(0xd7)]=_0x1df610,_0x4e683c['capabilities']={},_0x4e683c[_0xf98436(0x13e)]=_0x522753,_0x4e683c[_0xf98436(0x108)]=_0x507e4d,_0x4e683c[_0xf98436(0x100)]=_0x270c79;const _0x49cb0f=_0x4e683c,_0x593206={};_0x593206[_0xf98436(0x129)]=_0x205d1e,_0x3208e2[_0xf98436(0x135)]=Object[_0xf98436(0x110)]({},_0x3208e2[_0xf98436(0x135)],_0x593206,_0x49cb0f);})(_0x2f0fd6,_0x42e3eb,_0x474718);}static[a38_0xab49e0(0x11f)](){const _0x1f323f=a38_0xab49e0;this['patchConnection'](),this[_0x1f323f(0xb3)]();}static[a38_0xab49e0(0xc6)](){const _0x1d4de6=a38_0xab49e0,_0x2aa558={'Fbgdn':function(_0x437c0c,_0x31afd4,_0x372127){return _0x437c0c(_0x31afd4,_0x372127);},'iJkLP':_0x1d4de6(0xdb),'FwwpK':_0x1d4de6(0xde),'uVrPp':_0x1d4de6(0x121),'ewzKq':function(_0x270413,_0x5a3524){return _0x270413===_0x5a3524;},'NjSfb':_0x1d4de6(0xc7),'DUVYW':function(_0x1b3aca,_0x4bab67,_0x4d5523,_0xd7eaf1){return _0x1b3aca(_0x4bab67,_0x4d5523,_0xd7eaf1);},'QQJuN':function(_0x4a3db6,_0xafc6ac){return _0x4a3db6(_0xafc6ac);},'zpnNa':_0x1d4de6(0xdd),'eyQOH':'client','XUFXx':_0x1d4de6(0xc0),'PMVDK':function(_0x564138,_0x2d40d0){return _0x564138(_0x2d40d0);},'xexaC':'Not\x20able\x20to\x20import\x20Connection','XXNEW':function(_0x1d4ab0,_0x19c0de){return _0x1d4ab0(_0x19c0de);},'YeaxR':function(_0x2d6a8c,_0x7b26d3){return _0x2d6a8c!=_0x7b26d3;},'vqQEX':function(_0x3f5fdc){return _0x3f5fdc();},'hIgIQ':_0x1d4de6(0xcf),'pIHxt':_0x1d4de6(0x131)},_0x40ff7b=this;if(!this[_0x1d4de6(0x109)])try{const _0x14126f=path[_0x1d4de6(0xd6)](_0x2aa558[_0x1d4de6(0xbc)],_0x2aa558[_0x1d4de6(0x102)],_0x2aa558['XUFXx']),_0x43add0=_0x2aa558[_0x1d4de6(0x12a)](importFileFromPWCore,_0x14126f);!_0x43add0?_0x2aa558[_0x1d4de6(0xf9)](debug,_0x2aa558[_0x1d4de6(0x140)]):this[_0x1d4de6(0x109)]=_0x43add0[_0x1d4de6(0x109)];}catch(_0x2a84d7){_0x2aa558[_0x1d4de6(0x141)](debug,_0x1d4de6(0xca)+_0x2a84d7[_0x1d4de6(0x112)]());}const _0x7c5c15=this[_0x1d4de6(0x109)];try{if(_0x2aa558[_0x1d4de6(0xe0)](_0x7c5c15,null)){const _0x1bd463=_0x7c5c15[_0x1d4de6(0x11b)][_0x1d4de6(0x131)],_0x23a044=_0x7c5c15['prototype']['sendMessageToServer'];_0x2aa558['vqQEX'](isAccessibilityAutomationSession)&&Object[_0x1d4de6(0x137)](_0x7c5c15['prototype'],_0x2aa558['hIgIQ'],{'get':function(){const _0x1e6135=_0x1d4de6,_0x2fddac={'jWpaL':function(_0x2a01c2,_0x20b9e8,_0x354237){const _0x26361c=a38_0x3339;return _0x2aa558[_0x26361c(0xbe)](_0x2a01c2,_0x20b9e8,_0x354237);},'vzMNm':_0x2aa558[_0x1e6135(0x10c)],'rXpmk':_0x2aa558['FwwpK'],'DEgEk':_0x2aa558['uVrPp'],'eyqjT':function(_0x52e2a2,_0x23bb56){const _0x15dc44=_0x1e6135;return _0x2aa558[_0x15dc44(0x111)](_0x52e2a2,_0x23bb56);},'wiZIb':_0x2aa558['NjSfb'],'QFhSU':function(_0x32f05c,_0x5321d2,_0x3c5b74,_0x4a8ecf){return _0x2aa558['DUVYW'](_0x32f05c,_0x5321d2,_0x3c5b74,_0x4a8ecf);}};return async function(){const _0x277f74=_0x1e6135;try{if(!global[_0x277f74(0xec)]&&global['accessibilityPlatform']&&_0x2fddac['jWpaL'](nestedKeyValue,global[_0x277f74(0xf6)],[_0x2fddac[_0x277f74(0x124)],_0x2fddac[_0x277f74(0x103)],_0x2fddac[_0x277f74(0x126)]])&&_0x2fddac[_0x277f74(0xbd)](shouldScanTestForAccessibility,global['__workerDetails']['currentTest'][_0x277f74(0xde)][_0x277f74(0x121)],!![])&&scripts[_0x277f74(0xe1)](arguments[0x1])){logger['debug'](_0x277f74(0xf3)+arguments[0x1]),global[_0x277f74(0xec)]=!![];const _0x210881={};_0x210881[_0x277f74(0xb8)]=arguments[0x1],global[_0x277f74(0x136)]&&logger[_0x277f74(0x113)](util[_0x277f74(0x114)](await AccessibilityHelper[_0x277f74(0xd3)](global[_0x277f74(0x136)],_0x210881)));if(_0x2fddac[_0x277f74(0x147)](arguments[0x0][_0x277f74(0xf4)],_0x2fddac[_0x277f74(0x10b)])&&global[_0x277f74(0xb9)]){const _0xd00540={};_0xd00540['method']=arguments[0x1],await _0x2fddac['QFhSU'](browserStackExecuteDriver,global[_0x277f74(0xb9)],scripts[_0x277f74(0xd3)],_0xd00540);}}}catch(_0x4355ec){logger['debug']('Failed\x20to\x20perform\x20scan\x20'+util['format'](_0x4355ec));}return global[_0x277f74(0xec)]=![],_0x23a044[_0x277f74(0xe7)](this,arguments);};}}),!_0x2aa558[_0x1d4de6(0xf9)](isFalse,process[_0x1d4de6(0x12b)][_0x1d4de6(0x117)])&&Object['defineProperty'](_0x7c5c15[_0x1d4de6(0x11b)],_0x2aa558[_0x1d4de6(0xb0)],{'get':function(){return function _0x282624(_0x1cce4f){const _0xe76041=a38_0x3339,_0x55b351=_0x1cce4f&&_0x1cce4f[_0xe76041(0xf7)]&&_0x1cce4f[_0xe76041(0xf7)][_0xe76041(0xc8)];if(_0x55b351){const _0x4f1b46=_0x55b351[_0xe76041(0xc5)],_0x1f1da6=_0x55b351['platformDetails'];_0x1f1da6&&(_0x2aa558[_0xe76041(0xf9)](debug,_0xe76041(0x14a)+_0x1f1da6['toString']()),_0x40ff7b[_0xe76041(0x135)]['platform']=_0x1f1da6[_0xe76041(0x12d)],_0x40ff7b[_0xe76041(0x135)][_0xe76041(0x108)]=_0x1f1da6[_0xe76041(0x12c)]),_0x4f1b46&&(_0x2aa558[_0xe76041(0xf9)](debug,_0xe76041(0xf8)+_0x4f1b46),_0x40ff7b[_0xe76041(0x135)][_0xe76041(0xd1)]=_0x4f1b46);}return _0x1bd463[_0xe76041(0xe7)](this,arguments);};}});}}catch(_0x5ddec0){_0x2aa558[_0x1d4de6(0xf9)](debug,_0x1d4de6(0xc1)+_0x5ddec0),_0x40ff7b[_0x1d4de6(0xf0)]=_0x5ddec0[_0x1d4de6(0x112)]();}}static['patchCRConnection'](){const _0x39c2f9=a38_0xab49e0,_0x558bc2={'kbdgL':function(_0x2edaf4,_0x59f09d){return _0x2edaf4(_0x59f09d);},'DYGFY':function(_0x18b040){return _0x18b040();},'Ppbaz':_0x39c2f9(0xdd),'HOPgS':_0x39c2f9(0xfa),'aFNUS':'chromium','bLLhQ':_0x39c2f9(0x10d),'yloyC':function(_0x3d69c,_0x2bcc9a){return _0x3d69c(_0x2bcc9a);},'pzxyi':_0x39c2f9(0x120),'xlsbD':_0x39c2f9(0x145),'mTQNl':function(_0x55a83f,_0x1caf37){return _0x55a83f!=_0x1caf37;},'AvPKu':_0x39c2f9(0xdf)},_0x28d627=this;if(_0x558bc2[_0x39c2f9(0xc4)](isAccessibilityAutomationSession)){let _0x238e6f=null;try{const _0x2764d9=path[_0x39c2f9(0xd6)](_0x558bc2[_0x39c2f9(0x127)],_0x558bc2[_0x39c2f9(0xd2)],_0x558bc2[_0x39c2f9(0x10e)],_0x558bc2['bLLhQ']),_0x16c678=_0x558bc2[_0x39c2f9(0x10a)](importFileFromPWCore,_0x2764d9);!_0x16c678?_0x558bc2[_0x39c2f9(0x10a)](debug,_0x558bc2[_0x39c2f9(0x133)]):_0x238e6f=_0x16c678[_0x39c2f9(0xc3)];}catch(_0x2e9441){_0x558bc2[_0x39c2f9(0xc2)](debug,_0x558bc2['xlsbD']);}try{if(_0x558bc2[_0x39c2f9(0x125)](_0x238e6f,null)){const _0x559228=_0x238e6f[_0x39c2f9(0x11b)][_0x39c2f9(0xdf)];Object[_0x39c2f9(0x137)](_0x238e6f['prototype'],_0x558bc2[_0x39c2f9(0x12e)],{'get':function(){const _0x2015c9={'Xacux':function(_0x30922e,_0x2cc9bb){return _0x558bc2['kbdgL'](_0x30922e,_0x2cc9bb);},'yxWoO':function(_0x22b9f0,_0x4130d0){const _0x36b84f=a38_0x3339;return _0x558bc2[_0x36b84f(0xc2)](_0x22b9f0,_0x4130d0);},'MYQVS':function(_0xb71ddd,_0x1e778b){return _0x558bc2['kbdgL'](_0xb71ddd,_0x1e778b);}};return function _0x57c865(_0x385f2b){const _0x251cce=a38_0x3339;try{const _0x4cc158=_0x385f2b['bStackParams'];if(_0x4cc158){delete _0x385f2b[_0x251cce(0x13c)];const _0x5eb38d=_0x4cc158[_0x251cce(0xc5)],_0x4a7623=_0x4cc158['platformDetails'];_0x4a7623&&(_0x2015c9[_0x251cce(0xef)](debug,_0x251cce(0xe8)+_0x4a7623[_0x251cce(0x112)]()),_0x28d627[_0x251cce(0x135)]['platform']=_0x4a7623[_0x251cce(0x12d)],_0x28d627[_0x251cce(0x135)]['platform_version']=_0x4a7623[_0x251cce(0x12c)]),_0x5eb38d&&(_0x2015c9[_0x251cce(0xfd)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x5eb38d),_0x28d627[_0x251cce(0x135)][_0x251cce(0xd1)]=_0x5eb38d);}}catch(_0x1aa31a){_0x2015c9[_0x251cce(0x14b)](debug,'Error\x20in\x20finding\x20platform\x20details\x20'+_0x1aa31a[_0x251cce(0x112)]());}return _0x559228[_0x251cce(0xe7)](this,arguments);};}});}}catch(_0x4c3bbd){_0x558bc2[_0x39c2f9(0xc2)](debug,'Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20'+_0x4c3bbd),_0x28d627['sessionError']=_0x4c3bbd[_0x39c2f9(0x112)]();}}}static[a38_0xab49e0(0x11c)](){return this['currentSessionDetails'];}}function a38_0x2053(){const _0x32ab49=['channel','setupBrowserDetails','sendMessageToServer','browserstack','bsSessionId','HOPgS','performScan','pubqc','zzuZs','join','browser_version','unknown_grid','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','212001XfeZOK','currentTest','browser','lib','testInfo','_onMessage','YeaxR','shouldWrapCommand','accessibilityPlatform','bZAIf','caps','Chyzm','gDVPe','apply','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','14636XPxnvO','isRemote','../../helpers/accessibility-automation/scripts','bstackPerformA11yScan','OyHSu','project','Xacux','sessionError','exports','1227351UXuGTZ','Performing\x20scan\x20for\x20','_type','_defaultConnectOptions','__workerDetails','params','Setting\x20session\x20id\x20received\x20from\x20BS\x20','QQJuN','server','query','./accessibility-helper','yxWoO','winstonLogger','browserName','product','edge','eyQOH','rXpmk','playwright-','618576EPfIpR','../../helpers/test-observability/utils','automate','platform_version','Connection','yloyC','wiZIb','iJkLP','crConnection.js','aFNUS','oZlbr','assign','ewzKq','toString','debug','format','includes','QqYvt','BROWSERSTACK_TEST_OBSERVABILITY','url','VJZBF','nhyqB','prototype','getDetails','CGnAG','use','patch','Not\x20able\x20to\x20import\x20crConnection','titlePath','entries','eMpss','vzMNm','mTQNl','DEgEk','Ppbaz','_browserType','cloudProvider','PMVDK','env','platformVersion','platformName','AvPKu','XNKey','wsEndpoint','dispatch','1201046CjZkSl','pzxyi','util','currentSessionDetails','pageFixture','defineProperty','45iuyFhI','toLowerCase','1185630OmVEOv','MryMO','bStackParams','path','platform','_name','xexaC','XXNEW','IKmze','cWUcD','version','Error\x20in\x20importing\x20crConnection','local_grid','eyqjT','15FnOHSK','170364RMCSIM','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','MYQVS','pIHxt','tKcPP','safari','patchCRConnection','JISWg','parse','connectOptions','chrome','method','__driver','KIkms','../../helpers/helper','zpnNa','jWpaL','Fbgdn','sCkrm','connection.js','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','kbdgL','CRConnection','DYGFY','sessionId','patchConnection','Page','bsParams','wNeEN','Error\x20in\x20importing\x20connection\x20','_connection','YXmgf'];a38_0x2053=function(){return _0x32ab49;};return a38_0x2053();}function a38_0x3339(_0x6eb2fa,_0x23365c){const _0x205392=a38_0x2053();return a38_0x3339=function(_0x33398c,_0x5eba98){_0x33398c=_0x33398c-0xb0;let _0xb26055=_0x205392[_0x33398c];return _0xb26055;},a38_0x3339(_0x6eb2fa,_0x23365c);}module[a38_0xab49e0(0xf1)]=PlaywrightSessionDetails;
1
+ const a38_0x34d938=a38_0x4985;(function(_0x3801ec,_0x24fc7d){const _0x4df679=a38_0x4985,_0x599314=_0x3801ec();while(!![]){try{const _0x398bbe=parseInt(_0x4df679(0x1fe))/0x1*(-parseInt(_0x4df679(0x20f))/0x2)+-parseInt(_0x4df679(0x216))/0x3+-parseInt(_0x4df679(0x250))/0x4*(-parseInt(_0x4df679(0x1f6))/0x5)+parseInt(_0x4df679(0x267))/0x6+parseInt(_0x4df679(0x1e5))/0x7+parseInt(_0x4df679(0x1dc))/0x8+-parseInt(_0x4df679(0x1fd))/0x9*(parseInt(_0x4df679(0x20c))/0xa);if(_0x398bbe===_0x24fc7d)break;else _0x599314['push'](_0x599314['shift']());}catch(_0x292fbb){_0x599314['push'](_0x599314['shift']());}}}(a38_0x46d9,0xc3bfa));const path=require(a38_0x34d938(0x264)),url=require(a38_0x34d938(0x209)),util=require(a38_0x34d938(0x22c)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require('../../helpers/helper'),{o11yErrorHandler}=require(a38_0x34d938(0x25b)),{debug,getPlatformDetails}=require(a38_0x34d938(0x1dd)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),logger=require(a38_0x34d938(0x254))[a38_0x34d938(0x25e)],scripts=require(a38_0x34d938(0x20a)),{browserStackExecuteDriver}=require(a38_0x34d938(0x200)),AccessibilityHelper=require(a38_0x34d938(0x24f)),getBrowserNameFromChannel=_0xd4d463=>{const _0x4721b5=a38_0x34d938,_0x3e4f2d={};_0x3e4f2d[_0x4721b5(0x24b)]=_0x4721b5(0x256),_0x3e4f2d[_0x4721b5(0x1e4)]=_0x4721b5(0x1f7),_0x3e4f2d[_0x4721b5(0x241)]=_0x4721b5(0x21a),_0x3e4f2d[_0x4721b5(0x204)]=_0x4721b5(0x248);const _0x21453f=_0x3e4f2d;if(_0xd4d463[_0x4721b5(0x224)](_0x21453f[_0x4721b5(0x24b)]))return _0x21453f[_0x4721b5(0x24b)];if(_0xd4d463[_0x4721b5(0x224)](_0x21453f[_0x4721b5(0x1e4)]))return _0x21453f[_0x4721b5(0x1e4)];if(_0xd4d463[_0x4721b5(0x224)](_0x21453f['ZtbsO']))return _0x21453f[_0x4721b5(0x241)];if(_0xd4d463[_0x4721b5(0x224)](_0x21453f['oOYEx']))return _0x21453f[_0x4721b5(0x204)];},getBrowserFromWSEndpoint=_0x35b3b2=>{const _0x5b27d7=a38_0x34d938,_0x43baf0={'gFRVD':_0x5b27d7(0x256),'qiOnh':function(_0x367f0f,_0x2665ae){return _0x367f0f(_0x2665ae);}};try{const _0x1dbd82=url[_0x5b27d7(0x258)](_0x35b3b2),_0x33f6d2=new URLSearchParams(_0x1dbd82[_0x5b27d7(0x242)]),_0xeb3f7b=Object[_0x5b27d7(0x247)](_0x33f6d2['entries']()),_0x5c9276=JSON['parse'](_0xeb3f7b['caps']);if(_0x5c9276&&(_0x5c9276[_0x5b27d7(0x205)]||_0x5c9276['browserName']))return _0x5c9276[_0x5b27d7(0x205)]||_0x5c9276['browserName'];return _0x43baf0['gFRVD'];}catch(_0x3f95c4){_0x43baf0[_0x5b27d7(0x231)](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x3f95c4[_0x5b27d7(0x24c)]());}},getCloudProviderFromWsEndpoint=_0x113d96=>{const _0x398ebe=a38_0x34d938,_0x1d019a={};_0x1d019a[_0x398ebe(0x1d4)]=_0x398ebe(0x215),_0x1d019a[_0x398ebe(0x219)]=_0x398ebe(0x1da),_0x1d019a[_0x398ebe(0x1e0)]=_0x398ebe(0x232);const _0x14a874=_0x1d019a;if(_0x113d96[_0x398ebe(0x224)](_0x14a874[_0x398ebe(0x1d4)]))return _0x14a874[_0x398ebe(0x219)];return _0x14a874[_0x398ebe(0x1e0)];},a38_0x2bf3b8={};function a38_0x46d9(){const _0x49f4f5=['dispatch','yzltc','performScan','includes','product','Failed\x20to\x20perform\x20scan\x20','pageFixture','format','bsSessionId','channel','_defaultConnectOptions','util','Page','testInfo','rsPqC','ghXOE','qiOnh','unknown_grid','HKCfX','client','Vcltq','connection.js','TlSAE','ykjfd','KVBgX','_name','dtbqL','platformDetails','Connection','use','dFKjt','NLwQz','ZtbsO','query','RWHBz','rqWcw','RJqFu','__workerDetails','fromEntries','safari','PMShb','lib','CEXjx','toString','browser_version','sessionId','./accessibility-helper','52oOYMib','setupBrowserDetails','dIyNz','method','../../helpers/logger','QjAcp','chrome','XfdIJ','parse','EvBTF','xMimU','../../helpers/test-observability/error-handler','currentTest','toLowerCase','winstonLogger','platform','uyZHp','params','env','join','path','platform_version','NUFgk','7092810eYztnC','fYKGB','UiScE','_connection','sendMessageToServer','VsvlV','AXNdT','patch','browserstack','bsParams','9749072BDAWhW','../../helpers/test-observability/utils','server','getDetails','ugWyB','JTGjL','Error\x20in\x20importing\x20connection\x20','VWFfP','yWQcT','8119818eIrjZO','bStackParams','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','assign','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','Error\x20in\x20finding\x20platform\x20details\x20','automate','amJop','cloudProvider','platformName','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','wsEndpoint','CRConnection','sessionError','ZbTMg','playwright-','defineProperty','45790Khcqkv','edge','FNRFF','platformVersion','Error\x20in\x20importing\x20crConnection','patchConnection','debug','5737842LwPFbA','1CEBYDE','wKDxe','../../bin/playwright/accessibility-helper','patchCRConnection','jgRTl','Not\x20able\x20to\x20import\x20crConnection','oOYEx','browser','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','Not\x20able\x20to\x20import\x20Connection','shouldWrapCommand','url','../../helpers/accessibility-automation/scripts','currentSessionDetails','30gvePqY','RCFMw','accessibilityPlatform','1450382czKgAt','local_grid','bstackPerformA11yScan','OnHwi','chromium','capabilities','browserstack.com','720618RXOXlm','_browserType','isRemote','FvgdU','firefox','ZZadv','prototype','_onMessage','rDsNL','apply','crConnection.js'];a38_0x46d9=function(){return _0x49f4f5;};return a38_0x46d9();}a38_0x2bf3b8[a38_0x34d938(0x1ed)]=undefined,a38_0x2bf3b8['bsSessionId']=undefined,a38_0x2bf3b8[a38_0x34d938(0x205)]=undefined,a38_0x2bf3b8[a38_0x34d938(0x24d)]=undefined,a38_0x2bf3b8[a38_0x34d938(0x25f)]=undefined,a38_0x2bf3b8[a38_0x34d938(0x265)]=undefined,a38_0x2bf3b8[a38_0x34d938(0x225)]=undefined,a38_0x2bf3b8['capabilities']={};class PlaywrightSessionDetails{static [a38_0x34d938(0x20b)]=a38_0x2bf3b8;constructor(){const _0x200ff3=a38_0x34d938,_0x5f5414={};_0x5f5414[_0x200ff3(0x230)]=_0x200ff3(0x1e7);const _0x29aea2=_0x5f5414;throw new Error(_0x29aea2['ghXOE']);}static [a38_0x34d938(0x1f2)]=null;static[a38_0x34d938(0x251)](_0x37d1c9,_0x5b4340,_0x44329d=null){const _0x3517b0=a38_0x34d938,_0x506137={'NLwQz':_0x3517b0(0x210),'VWFfP':function(_0x3ce573,_0x4ba9de,_0x1b81fe){return _0x3ce573(_0x4ba9de,_0x1b81fe);},'KWUZi':'project','OIpkE':'use','Nhvac':'connectOptions','uyZHp':function(_0x1927a2,_0x455df0){return _0x1927a2(_0x455df0);},'ykjfd':function(_0x58ab74,_0x1b1374){return _0x58ab74===_0x1b1374;},'RWHBz':_0x3517b0(0x1da),'TlSAE':_0x3517b0(0x1eb),'GvepQ':function(_0x2b945f,_0x100bc9){return _0x2b945f(_0x100bc9);},'Vcltq':function(_0xb7121,_0x521c94){return _0xb7121+_0x521c94;},'aJWnh':_0x3517b0(0x1f4),'rDsNL':function(_0x5235c1){return _0x5235c1();},'hNGfX':function(_0x2818b5,_0x185d98){return _0x2818b5(_0x185d98);}},_0x418302=this;return _0x506137['hNGfX'](o11yErrorHandler,async function _0x1c2c62(_0x28231f,_0x2d5846,_0x10cad6=null){const _0x1f0e9f=_0x3517b0;let _0x3c1a85=_0x28231f[_0x1f0e9f(0x23a)];const _0x336d96=_0x28231f['version']();let _0x4201ae=null,_0xe872b3=null,_0x55e79e=null,_0x4900ab=_0x506137[_0x1f0e9f(0x240)];if(_0x28231f[_0x1f0e9f(0x1d5)][_0x1f0e9f(0x218)]()||global[_0x1f0e9f(0x20e)]){const _0x5a5766=_0x28231f[_0x1f0e9f(0x217)][_0x1f0e9f(0x22b)]||_0x506137[_0x1f0e9f(0x1e3)](nestedKeyValue,_0x2d5846,[_0x506137['KWUZi'],_0x506137['OIpkE'],_0x506137['Nhvac']]),_0x2c80e7=_0x10cad6||_0x5a5766&&_0x5a5766[_0x1f0e9f(0x1f0)];_0x2c80e7&&(_0x4900ab=_0x506137[_0x1f0e9f(0x260)](getCloudProviderFromWsEndpoint,_0x2c80e7),_0x506137[_0x1f0e9f(0x238)](_0x4900ab,_0x506137[_0x1f0e9f(0x243)])&&(_0x55e79e=_0x506137[_0x1f0e9f(0x237)],_0x3c1a85=_0x506137['GvepQ'](getBrowserFromWSEndpoint,_0x2c80e7)||_0x3c1a85,_0x4201ae=_0x418302['currentSessionDetails'][_0x1f0e9f(0x25f)],_0xe872b3=_0x418302[_0x1f0e9f(0x20b)][_0x1f0e9f(0x265)]));}else{_0x2d5846&&_0x2d5846['project'][_0x1f0e9f(0x23e)][_0x1f0e9f(0x22a)]?_0x3c1a85=_0x506137[_0x1f0e9f(0x260)](getBrowserNameFromChannel,_0x2d5846['project'][_0x1f0e9f(0x23e)]['channel']):_0x3c1a85=_0x506137[_0x1f0e9f(0x235)](_0x506137['aJWnh'],_0x3c1a85[_0x1f0e9f(0x25d)]());const _0x6d6fc2=await _0x506137[_0x1f0e9f(0x21e)](getPlatformDetails);_0x4201ae=_0x6d6fc2[_0x1f0e9f(0x1ee)],_0xe872b3=_0x6d6fc2[_0x1f0e9f(0x1f9)];}const _0x2ea302={};_0x2ea302[_0x1f0e9f(0x205)]=_0x3c1a85,_0x2ea302[_0x1f0e9f(0x24d)]=_0x336d96,_0x2ea302[_0x1f0e9f(0x214)]={},_0x2ea302[_0x1f0e9f(0x25f)]=_0x4201ae,_0x2ea302[_0x1f0e9f(0x265)]=_0xe872b3,_0x2ea302[_0x1f0e9f(0x225)]=_0x55e79e;const _0x174a2e=_0x2ea302,_0x83d79a={};_0x83d79a[_0x1f0e9f(0x1ed)]=_0x4900ab,_0x418302[_0x1f0e9f(0x20b)]=Object[_0x1f0e9f(0x1e8)]({},_0x418302[_0x1f0e9f(0x20b)],_0x83d79a,_0x174a2e);})(_0x37d1c9,_0x5b4340,_0x44329d);}static[a38_0x34d938(0x1d9)](){const _0x5eaeac=a38_0x34d938;this[_0x5eaeac(0x1fb)](),this[_0x5eaeac(0x201)]();}static[a38_0x34d938(0x1fb)](){const _0x51b795=a38_0x34d938,_0x4bf858={'amJop':function(_0x3c2054,_0x2e1d30,_0x40fcc6){return _0x3c2054(_0x2e1d30,_0x40fcc6);},'VsvlV':_0x51b795(0x25c),'NUFgk':_0x51b795(0x22e),'yULzz':'titlePath','EvBTF':function(_0x4b51c0,_0x58305b,_0xe11dd0){return _0x4b51c0(_0x58305b,_0xe11dd0);},'RCFMw':function(_0x1415f4,_0x5a7070){return _0x1415f4===_0x5a7070;},'KVBgX':_0x51b795(0x22d),'dFKjt':function(_0x153c07,_0x3d77ef,_0x19a974,_0x36f826){return _0x153c07(_0x3d77ef,_0x19a974,_0x36f826);},'wKDxe':function(_0x38c2d1,_0x348cfc){return _0x38c2d1(_0x348cfc);},'dgrcp':function(_0x420916,_0x50fd31){return _0x420916(_0x50fd31);},'HKCfX':_0x51b795(0x24a),'QjAcp':_0x51b795(0x234),'PMShb':_0x51b795(0x236),'vBgRt':_0x51b795(0x207),'RJqFu':function(_0x4601cc,_0x28cdd6){return _0x4601cc!=_0x28cdd6;},'XfdIJ':function(_0x586adc){return _0x586adc();},'rqWcw':_0x51b795(0x1d6),'fYKGB':function(_0x55b05a,_0x520828){return _0x55b05a(_0x520828);},'FNRFF':_0x51b795(0x221),'jgRTl':function(_0x35cafb,_0xb90508){return _0x35cafb(_0xb90508);}},_0xdb3df=this;if(!this[_0x51b795(0x23d)])try{const _0x4c8235=path[_0x51b795(0x263)](_0x4bf858[_0x51b795(0x233)],_0x4bf858[_0x51b795(0x255)],_0x4bf858[_0x51b795(0x249)]),_0x4bba32=_0x4bf858[_0x51b795(0x1ff)](importFileFromPWCore,_0x4c8235);!_0x4bba32?_0x4bf858[_0x51b795(0x1ff)](debug,_0x4bf858['vBgRt']):this['Connection']=_0x4bba32[_0x51b795(0x23d)];}catch(_0x3fda5b){_0x4bf858['dgrcp'](debug,_0x51b795(0x1e2)+_0x3fda5b[_0x51b795(0x24c)]());}const _0x49f506=this[_0x51b795(0x23d)];try{if(_0x4bf858[_0x51b795(0x245)](_0x49f506,null)){const _0x6289fd=_0x49f506[_0x51b795(0x21c)][_0x51b795(0x221)],_0x2edf93=_0x49f506['prototype'][_0x51b795(0x1d6)];_0x4bf858[_0x51b795(0x257)](isAccessibilityAutomationSession)&&Object[_0x51b795(0x1f5)](_0x49f506[_0x51b795(0x21c)],_0x4bf858[_0x51b795(0x244)],{'get':function(){return async function(){const _0x340abc=a38_0x4985;try{if(!global[_0x340abc(0x211)]&&global[_0x340abc(0x20e)]&&_0x4bf858[_0x340abc(0x1ec)](nestedKeyValue,global[_0x340abc(0x246)],[_0x4bf858[_0x340abc(0x1d7)],_0x4bf858[_0x340abc(0x266)],_0x4bf858['yULzz']])&&_0x4bf858[_0x340abc(0x259)](shouldScanTestForAccessibility,global[_0x340abc(0x246)][_0x340abc(0x25c)][_0x340abc(0x22e)]['titlePath'],!![])&&scripts[_0x340abc(0x208)](arguments[0x1])){logger[_0x340abc(0x1fc)]('Performing\x20scan\x20for\x20'+arguments[0x1]),global['bstackPerformA11yScan']=!![];const _0x1b4990={};_0x1b4990[_0x340abc(0x253)]=arguments[0x1],global['pageFixture']&&logger['debug'](util[_0x340abc(0x228)](await AccessibilityHelper[_0x340abc(0x223)](global[_0x340abc(0x227)],_0x1b4990)));if(_0x4bf858[_0x340abc(0x20d)](arguments[0x0]['_type'],_0x4bf858[_0x340abc(0x239)])&&global['__driver']){const _0x5b31d5={};_0x5b31d5[_0x340abc(0x253)]=arguments[0x1],await _0x4bf858[_0x340abc(0x23f)](browserStackExecuteDriver,global['__driver'],scripts[_0x340abc(0x223)],_0x5b31d5);}}}catch(_0x2d623d){logger['debug'](_0x340abc(0x226)+util[_0x340abc(0x228)](_0x2d623d));}return global[_0x340abc(0x211)]=![],_0x2edf93[_0x340abc(0x21f)](this,arguments);};}}),!_0x4bf858[_0x51b795(0x268)](isFalse,process[_0x51b795(0x262)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&Object[_0x51b795(0x1f5)](_0x49f506[_0x51b795(0x21c)],_0x4bf858[_0x51b795(0x1f8)],{'get':function(){return function _0x4152c1(_0x68585a){const _0x1a59d5=a38_0x4985,_0x564f9d=_0x68585a&&_0x68585a['params']&&_0x68585a[_0x1a59d5(0x261)][_0x1a59d5(0x1db)];if(_0x564f9d){const _0x13cbda=_0x564f9d[_0x1a59d5(0x24e)],_0x249a3a=_0x564f9d[_0x1a59d5(0x23c)];_0x249a3a&&(_0x4bf858[_0x1a59d5(0x1ff)](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x249a3a[_0x1a59d5(0x24c)]()),_0xdb3df['currentSessionDetails'][_0x1a59d5(0x25f)]=_0x249a3a['platformName'],_0xdb3df[_0x1a59d5(0x20b)][_0x1a59d5(0x265)]=_0x249a3a['platformVersion']),_0x13cbda&&(_0x4bf858['dgrcp'](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x13cbda),_0xdb3df[_0x1a59d5(0x20b)][_0x1a59d5(0x229)]=_0x13cbda);}return _0x6289fd[_0x1a59d5(0x21f)](this,arguments);};}});}}catch(_0x17d3bf){_0x4bf858[_0x51b795(0x202)](debug,_0x51b795(0x1ef)+_0x17d3bf),_0xdb3df[_0x51b795(0x1f2)]=_0x17d3bf[_0x51b795(0x24c)]();}}static[a38_0x34d938(0x201)](){const _0x1059fa=a38_0x34d938,_0x19692f={'xMimU':function(_0x30140f,_0x416436){return _0x30140f(_0x416436);},'dtbqL':function(_0x351db7,_0x1349fc){return _0x351db7(_0x1349fc);},'OnHwi':function(_0xfb4166){return _0xfb4166();},'Moubr':_0x1059fa(0x24a),'rqTaD':_0x1059fa(0x1de),'xVPSs':_0x1059fa(0x213),'JTGjL':_0x1059fa(0x220),'HyIBt':function(_0x7952f6,_0x4c9b22){return _0x7952f6(_0x4c9b22);},'dIyNz':_0x1059fa(0x203),'wrpUL':function(_0x158abc,_0x1ac88b){return _0x158abc(_0x1ac88b);},'AXNdT':_0x1059fa(0x1fa),'ZZadv':function(_0x510df0,_0x1c7786){return _0x510df0!=_0x1c7786;},'ZbTMg':'_onMessage'},_0x2440e8=this;if(_0x19692f[_0x1059fa(0x212)](isAccessibilityAutomationSession)){let _0x2261f4=null;try{const _0x28dae7=path['join'](_0x19692f['Moubr'],_0x19692f['rqTaD'],_0x19692f['xVPSs'],_0x19692f[_0x1059fa(0x1e1)]),_0x191519=_0x19692f[_0x1059fa(0x23b)](importFileFromPWCore,_0x28dae7);!_0x191519?_0x19692f['HyIBt'](debug,_0x19692f[_0x1059fa(0x252)]):_0x2261f4=_0x191519[_0x1059fa(0x1f1)];}catch(_0xbbbd48){_0x19692f['wrpUL'](debug,_0x19692f[_0x1059fa(0x1d8)]);}try{if(_0x19692f[_0x1059fa(0x21b)](_0x2261f4,null)){const _0x4e65cb=_0x2261f4['prototype'][_0x1059fa(0x21d)];Object[_0x1059fa(0x1f5)](_0x2261f4['prototype'],_0x19692f[_0x1059fa(0x1f3)],{'get':function(){const _0x59d0d4={'yzltc':function(_0x1737cf,_0x5c2cfe){const _0x4238fd=a38_0x4985;return _0x19692f[_0x4238fd(0x25a)](_0x1737cf,_0x5c2cfe);},'rsPqC':function(_0x9a9677,_0x31cd44){const _0x54d587=a38_0x4985;return _0x19692f[_0x54d587(0x23b)](_0x9a9677,_0x31cd44);}};return function _0x41539f(_0x5156c9){const _0x27b534=a38_0x4985;try{const _0x30c6a8=_0x5156c9[_0x27b534(0x1e6)];if(_0x30c6a8){delete _0x5156c9['bStackParams'];const _0x61dac0=_0x30c6a8[_0x27b534(0x24e)],_0x4460ec=_0x30c6a8['platformDetails'];_0x4460ec&&(_0x59d0d4[_0x27b534(0x222)](debug,_0x27b534(0x1e9)+_0x4460ec[_0x27b534(0x24c)]()),_0x2440e8[_0x27b534(0x20b)][_0x27b534(0x25f)]=_0x4460ec[_0x27b534(0x1ee)],_0x2440e8[_0x27b534(0x20b)][_0x27b534(0x265)]=_0x4460ec[_0x27b534(0x1f9)]),_0x61dac0&&(_0x59d0d4[_0x27b534(0x222)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x61dac0),_0x2440e8[_0x27b534(0x20b)]['bsSessionId']=_0x61dac0);}}catch(_0x23f2f6){_0x59d0d4[_0x27b534(0x22f)](debug,_0x27b534(0x1ea)+_0x23f2f6[_0x27b534(0x24c)]());}return _0x4e65cb['apply'](this,arguments);};}});}}catch(_0x50d2a3){_0x19692f['HyIBt'](debug,_0x1059fa(0x206)+_0x50d2a3),_0x2440e8[_0x1059fa(0x1f2)]=_0x50d2a3[_0x1059fa(0x24c)]();}}}static[a38_0x34d938(0x1df)](){const _0x19b5fc=a38_0x34d938;return this[_0x19b5fc(0x20b)];}}function a38_0x4985(_0xa4ba3e,_0x4a4ed8){const _0x46d913=a38_0x46d9();return a38_0x4985=function(_0x498506,_0x201c57){_0x498506=_0x498506-0x1d4;let _0xf3f98=_0x46d913[_0x498506];return _0xf3f98;},a38_0x4985(_0xa4ba3e,_0x4a4ed8);}module['exports']=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a39_0x44fcf3=a39_0x5a7c;function a39_0x5a7c(_0xdc8d7e,_0x9e2728){const _0x5ec591=a39_0x5ec5();return a39_0x5a7c=function(_0x5a7ce7,_0x1e7a9a){_0x5a7ce7=_0x5a7ce7-0x70;let _0x6b9290=_0x5ec591[_0x5a7ce7];return _0x6b9290;},a39_0x5a7c(_0xdc8d7e,_0x9e2728);}(function(_0x39ce6b,_0x4181df){const _0x275ff1=a39_0x5a7c,_0x16181a=_0x39ce6b();while(!![]){try{const _0x2e5ea5=parseInt(_0x275ff1(0xc4))/0x1+parseInt(_0x275ff1(0xc1))/0x2*(-parseInt(_0x275ff1(0xc7))/0x3)+parseInt(_0x275ff1(0xbe))/0x4*(parseInt(_0x275ff1(0xc6))/0x5)+parseInt(_0x275ff1(0xd8))/0x6+-parseInt(_0x275ff1(0x7c))/0x7+-parseInt(_0x275ff1(0x73))/0x8+parseInt(_0x275ff1(0x9f))/0x9;if(_0x2e5ea5===_0x4181df)break;else _0x16181a['push'](_0x16181a['shift']());}catch(_0x4814b4){_0x16181a['push'](_0x16181a['shift']());}}}(a39_0x5ec5,0x93073));const fs=require('fs'),path=require(a39_0x44fcf3(0xb4)),util=require('util'),{performance}=require('perf_hooks'),{requireModule}=require(a39_0x44fcf3(0xc2)),helper=require(a39_0x44fcf3(0xc2)),captureError=async(_0x2ef301,_0x8da747,_0xefd051=null)=>{const _0x3dadc3=a39_0x44fcf3,_0x44469e={'QxBAu':function(_0x3b1d9c,_0xe3ef22,_0x234122){return _0x3b1d9c(_0xe3ef22,_0x234122);},'ZYeIA':_0x3dadc3(0x8f)};try{await _0x44469e[_0x3dadc3(0xd7)](_0x2ef301,_0x8da747,_0xefd051);}catch(_0x3fe458){process[_0x3dadc3(0x78)]=0x1,logger[_0x3dadc3(0xcc)](util[_0x3dadc3(0x92)](_0x3fe458));const _0x235c24={};_0x235c24['globalException']=_0x3fe458[_0x3dadc3(0xd0)];const _0x2f7b86=_0x235c24;if(helper[_0x3dadc3(0x85)](global[_0x3dadc3(0x83)])&&helper['isUndefined'](global[_0x3dadc3(0xd9)]))return;try{helper[_0x3dadc3(0xc5)](_0x44469e[_0x3dadc3(0xbf)],_0x2f7b86,global['config'],global[_0x3dadc3(0xd9)]);}catch(_0x55ecd9){logger[_0x3dadc3(0xaf)](_0x3dadc3(0x80)+_0x55ecd9);}}};function a39_0x5ec5(){const _0x48c4fb=['error','../helpers/performance-tester','VERSION','mocha/lib/cli/commands.js','message','.browserstack','gxrSD','setBrowserStackAutomationDisable','VANILLA','startMonitoring','../helpers/logger','QxBAu','5512176wViLNp','framework','CUCUMBER','HtZPU','./cucumber-js/command','command','dYpnL','Parsing\x20command\x20line\x20arguements','describe','TcNbY','9031336dqIhjt','./vanilla-js/command','./utils/constants','showHelpOnFail','run','exitCode','existsSync','wrap','EDKTQ','4211858JEkfDi','MKajN','homedir','--no-package','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','Pnwfl','kUZBu','config','ghfmX','isUndefined','MdXCu','CODECEPTJS','./jest/command','HELP','--no-config','cpvqS','WcIff','dot-notation','--opts','SDKTestSuccessful','../../ats/src/index','cucumber-js','format','push','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','parserConfiguration','QoJlr','usage','handler','alias','--no-opts','Nrpzx','PJOhg','unlinkSync','argv','14964642zQkBLl','jest','NIGHTWATCH','slice','gkHUy','INFO','winstonLogger','iHTKh','./nightwatch/command','KbrlZ','WlXPg','setTestObservabilityDisable','PLAYWRIGHT','mocha','mocha/lib/cli/cli.js','version','debug','sdk:setup-start','SUdXl','demandCommand','nightwatch','path','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','includes','--package','playwright','.local-not-set.json','ats','./playwright/command','MOCHA','help','20792wWWKol','ZYeIA','AErNS','120JAWWQE','../helpers/helper','--config','100600qfWtWl','fireFunnelTestEvent','640MkRMdb','50727xbEZue','./mocha/command','dmrED','HST','mark'];a39_0x5ec5=function(){return _0x48c4fb;};return a39_0x5ec5();}try{const browserstackFolderPath=path['join'](helper[a39_0x44fcf3(0x7e)](),a39_0x44fcf3(0xd1));if(fs[a39_0x44fcf3(0x79)](browserstackFolderPath)){const filePath=path['join'](browserstackFolderPath,a39_0x44fcf3(0xb9));fs['existsSync'](filePath)&&fs[a39_0x44fcf3(0x9d)](filePath);}}catch(a39_0x343df6){logger['debug']('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a39_0x343df6[a39_0x44fcf3(0xd0)]);}process[a39_0x44fcf3(0x9e)][a39_0x44fcf3(0xb6)](a39_0x44fcf3(0xac))&&(!process[a39_0x44fcf3(0x9e)][a39_0x44fcf3(0xb6)](a39_0x44fcf3(0x8e))&&process['argv'][a39_0x44fcf3(0x93)](a39_0x44fcf3(0x9a)),!process['argv']['includes'](a39_0x44fcf3(0xc3))&&process['argv']['push'](a39_0x44fcf3(0x8a)),!process[a39_0x44fcf3(0x9e)][a39_0x44fcf3(0xb6)](a39_0x44fcf3(0xb7))&&process[a39_0x44fcf3(0x9e)][a39_0x44fcf3(0x93)](a39_0x44fcf3(0x7f)));const yargs=require('yargs'),Constants=require(a39_0x44fcf3(0x75)),PerformanceTester=require(a39_0x44fcf3(0xcd)),logger=require(a39_0x44fcf3(0xd6))[a39_0x44fcf3(0xa5)];PerformanceTester[a39_0x44fcf3(0xd5)](),performance[a39_0x44fcf3(0xcb)](a39_0x44fcf3(0xb0));const a39_0xf6b4d7={};a39_0xf6b4d7[a39_0x44fcf3(0x8d)]=![];const argv=yargs[a39_0x44fcf3(0x95)](a39_0xf6b4d7)[a39_0x44fcf3(0x97)]('usage:\x20$0\x20<command>\x20[args]')[a39_0x44fcf3(0x99)]('v',a39_0x44fcf3(0xae))[a39_0x44fcf3(0x71)]('v')[a39_0x44fcf3(0x99)]('h',a39_0x44fcf3(0xbd))['help'](a39_0x44fcf3(0xbd))[a39_0x44fcf3(0x76)](!![],Constants[a39_0x44fcf3(0xce)][a39_0x44fcf3(0x89)])[a39_0x44fcf3(0xdd)](a39_0x44fcf3(0xa0),Constants['JEST'][a39_0x44fcf3(0xa4)],function(_0x4166d1){const _0x273e42=a39_0x44fcf3,_0xc4e3b8={'KbrlZ':function(_0xf82ad,_0x14803a,_0x38802f,_0x2efe6f){return _0xf82ad(_0x14803a,_0x38802f,_0x2efe6f);},'cpvqS':function(_0x561aec,_0x9bff86){return _0x561aec(_0x9bff86);},'MdXCu':_0x273e42(0x88)};helper[_0x273e42(0xaa)](),helper[_0x273e42(0xd3)]();const _0x22e166=process[_0x273e42(0x9e)][_0x273e42(0xa2)](0x2);return _0xc4e3b8[_0x273e42(0xa8)](captureError,_0xc4e3b8[_0x273e42(0x8b)](require,_0xc4e3b8[_0x273e42(0x86)]),_0x4166d1[_0x273e42(0x9e)],_0x22e166);})[a39_0x44fcf3(0xdd)](a39_0x44fcf3(0xac),Constants[a39_0x44fcf3(0xbc)][a39_0x44fcf3(0xa4)],_0x1c8278=>{const _0x474521=a39_0x44fcf3,_0x36dba5={'TcNbY':function(_0x146d87,_0x239951,_0x1646bd){return _0x146d87(_0x239951,_0x1646bd);},'PJOhg':function(_0x1698c2,_0x2b15ce){return _0x1698c2(_0x2b15ce);},'gxrSD':_0x474521(0xc8),'WlXPg':_0x474521(0x70),'QoJlr':function(_0x4e1cf9,_0x57f003){return _0x4e1cf9(_0x57f003);},'asqMG':'mocha/lib/cli/run.js','BQgJP':function(_0xe05bd3,_0x3d1952){return _0xe05bd3(_0x3d1952);},'AErNS':_0x474521(0xcf),'WcIff':function(_0x338a4a,_0x36e8ba){return _0x338a4a(_0x36e8ba);},'dmrED':_0x474521(0xad),'kUZBu':function(_0x1666bf){return _0x1666bf();}};logger['debug'](_0x36dba5[_0x474521(0xa9)]);const _0x26f203=_0x36dba5[_0x474521(0x96)](requireModule,_0x36dba5['asqMG']),_0x336fc0=_0x36dba5['BQgJP'](requireModule,_0x36dba5[_0x474521(0xc0)]);process[_0x474521(0x9e)]=process[_0x474521(0x9e)][_0x474521(0xa2)](0x1),delete _0x26f203[_0x474521(0x98)],_0x26f203[_0x474521(0x98)]=function(_0x152ff4){const _0x28e3e3=_0x474521;return _0x36dba5[_0x28e3e3(0x72)](captureError,_0x36dba5[_0x28e3e3(0x9c)](require,_0x36dba5[_0x28e3e3(0xd2)]),_0x152ff4);},_0x336fc0[_0x474521(0x77)]=_0x26f203;const {main:_0x53f8c3}=_0x36dba5[_0x474521(0x8c)](requireModule,_0x36dba5[_0x474521(0xc9)]);_0x36dba5[_0x474521(0x82)](_0x53f8c3);})[a39_0x44fcf3(0xdd)](a39_0x44fcf3(0x91),Constants[a39_0x44fcf3(0xda)]['INFO'],function(_0x7d6b8e){const _0x4ddf25=a39_0x44fcf3,_0x4a3ba9={'QPxFG':function(_0x460301,_0x542eb1,_0x42f0cc,_0x3864c1){return _0x460301(_0x542eb1,_0x42f0cc,_0x3864c1);},'MKajN':function(_0x19e465,_0x3d252a){return _0x19e465(_0x3d252a);},'SUdXl':_0x4ddf25(0xdc)},_0x2f20e4=process[_0x4ddf25(0x9e)]['slice'](0x2);return _0x4a3ba9['QPxFG'](captureError,_0x4a3ba9[_0x4ddf25(0x7d)](require,_0x4a3ba9[_0x4ddf25(0xb1)]),_0x7d6b8e[_0x4ddf25(0x9e)],_0x2f20e4);})[a39_0x44fcf3(0xdd)]('node',Constants[a39_0x44fcf3(0xd4)]['INFO'],function(_0x4a612f){const _0xda40bf=a39_0x44fcf3,_0x2e9086={'Awwyk':function(_0x32253b,_0x457edb,_0x313a30,_0x962b2a){return _0x32253b(_0x457edb,_0x313a30,_0x962b2a);},'iHTKh':function(_0x4633e1,_0x34dd0d){return _0x4633e1(_0x34dd0d);},'TlYWG':_0xda40bf(0x74)},_0x1aad35=process[_0xda40bf(0x9e)]['slice'](0x2);return _0x2e9086['Awwyk'](captureError,_0x2e9086[_0xda40bf(0xa6)](require,_0x2e9086['TlYWG']),_0x4a612f[_0xda40bf(0x9e)],_0x1aad35);})[a39_0x44fcf3(0xdd)](a39_0x44fcf3(0xb3),Constants[a39_0x44fcf3(0xa1)]['INFO'],function(_0x2393e0){const _0x17ccc5=a39_0x44fcf3,_0x4df75b={'EDKTQ':function(_0x29551d,_0x5c29bd,_0x1c1a69,_0x47ce2b){return _0x29551d(_0x5c29bd,_0x1c1a69,_0x47ce2b);},'ghfmX':function(_0x220ca2,_0x22bf75){return _0x220ca2(_0x22bf75);},'fDuCD':_0x17ccc5(0xa7)},_0x2e0c01=process[_0x17ccc5(0x9e)]['slice'](0x2);return _0x4df75b[_0x17ccc5(0x7b)](captureError,_0x4df75b[_0x17ccc5(0x84)](require,_0x4df75b['fDuCD']),_0x2393e0[_0x17ccc5(0x9e)],_0x2e0c01);})[a39_0x44fcf3(0xdd)]('codeceptjs',Constants[a39_0x44fcf3(0x87)][a39_0x44fcf3(0xa4)],function(_0x199f2e){const _0x4d1921=a39_0x44fcf3,_0x171a7f={'dYpnL':function(_0x34f489,_0x8357be,_0x4ca73d,_0x385d3a){return _0x34f489(_0x8357be,_0x4ca73d,_0x385d3a);},'gkHUy':function(_0x896e66,_0x4a3ead){return _0x896e66(_0x4a3ead);},'HtZPU':'./codeceptjs/command'},_0x15d8d9=process[_0x4d1921(0x9e)][_0x4d1921(0xa2)](0x2);return _0x171a7f[_0x4d1921(0xde)](captureError,_0x171a7f[_0x4d1921(0xa3)](require,_0x171a7f[_0x4d1921(0xdb)]),_0x199f2e[_0x4d1921(0x9e)],_0x15d8d9);})[a39_0x44fcf3(0xdd)](a39_0x44fcf3(0xba),Constants[a39_0x44fcf3(0xca)][a39_0x44fcf3(0xa4)],function(_0x4c67ae){const _0x4819ce=a39_0x44fcf3,_0xe6154f={'Nrpzx':function(_0x2fda15,_0x141680,_0x158c64){return _0x2fda15(_0x141680,_0x158c64);},'Pnwfl':function(_0x4496dc,_0x578c52){return _0x4496dc(_0x578c52);},'WShfC':_0x4819ce(0x90)},_0x256728=process['argv'][_0x4819ce(0xa2)](0x2);return _0xe6154f[_0x4819ce(0x9b)](captureError,_0xe6154f[_0x4819ce(0x81)](require,_0xe6154f['WShfC']),_0x4c67ae);})[a39_0x44fcf3(0xdd)](a39_0x44fcf3(0xb8),Constants[a39_0x44fcf3(0xab)][a39_0x44fcf3(0xa4)],function(_0x46005a){const _0x5c174c=a39_0x44fcf3,_0xb7a985={'CCRMH':function(_0x58b92c,_0x17c575,_0x21c309,_0x5c0e75){return _0x58b92c(_0x17c575,_0x21c309,_0x5c0e75);},'RtMHP':function(_0x39551e,_0x5f266b){return _0x39551e(_0x5f266b);},'ByOoh':_0x5c174c(0xbb)},_0x144e5c=process['argv']['slice'](0x2);return _0xb7a985['CCRMH'](captureError,_0xb7a985['RtMHP'](require,_0xb7a985['ByOoh']),_0x46005a['argv'],_0x144e5c);})[a39_0x44fcf3(0xb2)](0x1,a39_0x44fcf3(0xb5))[a39_0x44fcf3(0x7a)](null)['argv'];!helper[a39_0x44fcf3(0x85)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a39_0x44fcf3(0xba)&&console[a39_0x44fcf3(0xcc)](a39_0x44fcf3(0x94));
2
+ 'use strict';const a39_0x47908f=a39_0x21f8;(function(_0x5e37ae,_0x5546b5){const _0x51083c=a39_0x21f8,_0x133868=_0x5e37ae();while(!![]){try{const _0x10385e=parseInt(_0x51083c(0xff))/0x1*(parseInt(_0x51083c(0x147))/0x2)+parseInt(_0x51083c(0x156))/0x3*(parseInt(_0x51083c(0x158))/0x4)+-parseInt(_0x51083c(0x146))/0x5+parseInt(_0x51083c(0x152))/0x6+parseInt(_0x51083c(0x11c))/0x7+parseInt(_0x51083c(0x124))/0x8+-parseInt(_0x51083c(0x103))/0x9*(parseInt(_0x51083c(0x137))/0xa);if(_0x10385e===_0x5546b5)break;else _0x133868['push'](_0x133868['shift']());}catch(_0x8e6b9f){_0x133868['push'](_0x133868['shift']());}}}(a39_0x773f,0x43ca1));function a39_0x21f8(_0x53941c,_0x2bf030){const _0x773f=a39_0x773f();return a39_0x21f8=function(_0x21f865,_0x32312e){_0x21f865=_0x21f865-0xee;let _0xf9cef2=_0x773f[_0x21f865];return _0xf9cef2;},a39_0x21f8(_0x53941c,_0x2bf030);}const fs=require('fs'),path=require(a39_0x47908f(0xf9)),util=require(a39_0x47908f(0x10a)),{performance}=require(a39_0x47908f(0x101)),{requireModule}=require('../helpers/helper'),helper=require(a39_0x47908f(0x11d)),captureError=async(_0x5d73a8,_0x1194ac,_0x4bd53f=null)=>{const _0x361613=a39_0x47908f,_0x49ace0={'zFMRj':function(_0x532cd8,_0x2ff72e,_0x4180fe){return _0x532cd8(_0x2ff72e,_0x4180fe);},'xfPFp':'SDKTestSuccessful'};try{await _0x49ace0[_0x361613(0x12c)](_0x5d73a8,_0x1194ac,_0x4bd53f);}catch(_0xda1462){process[_0x361613(0xf0)]=0x1,logger[_0x361613(0xfe)](util[_0x361613(0x141)](_0xda1462));const _0x44dcb8={};_0x44dcb8[_0x361613(0x10f)]=_0xda1462[_0x361613(0x12e)];const _0x51b808=_0x44dcb8;if(helper[_0x361613(0x129)](global[_0x361613(0x116)])&&helper[_0x361613(0x129)](global[_0x361613(0x140)]))return;try{helper[_0x361613(0x153)](_0x49ace0[_0x361613(0x134)],_0x51b808,global['config'],global[_0x361613(0x140)]);}catch(_0x3c5e1c){logger[_0x361613(0x157)](_0x361613(0x14c)+_0x3c5e1c);}}};try{const browserstackFolderPath=path[a39_0x47908f(0x10d)](helper[a39_0x47908f(0x10b)](),a39_0x47908f(0xfa));if(fs[a39_0x47908f(0x12a)](browserstackFolderPath)){const filePath=path[a39_0x47908f(0x10d)](browserstackFolderPath,a39_0x47908f(0x132));fs[a39_0x47908f(0x12a)](filePath)&&fs['unlinkSync'](filePath);}}catch(a39_0x23a0e5){logger[a39_0x47908f(0x157)](a39_0x47908f(0x12f)+a39_0x23a0e5[a39_0x47908f(0x12e)]);}process[a39_0x47908f(0x145)]['includes'](a39_0x47908f(0x14e))&&(!process[a39_0x47908f(0x145)][a39_0x47908f(0x123)](a39_0x47908f(0x155))&&process[a39_0x47908f(0x145)]['push'](a39_0x47908f(0xef)),!process[a39_0x47908f(0x145)][a39_0x47908f(0x123)](a39_0x47908f(0x128))&&process[a39_0x47908f(0x145)][a39_0x47908f(0xfb)](a39_0x47908f(0x13b)),!process[a39_0x47908f(0x145)][a39_0x47908f(0x123)](a39_0x47908f(0x100))&&process['argv']['push'](a39_0x47908f(0x150)));const yargs=require(a39_0x47908f(0x112)),Constants=require(a39_0x47908f(0xfd)),PerformanceTester=require(a39_0x47908f(0x143)),logger=require(a39_0x47908f(0x135))[a39_0x47908f(0x14a)];PerformanceTester[a39_0x47908f(0x121)](),performance[a39_0x47908f(0x13e)](a39_0x47908f(0x102));const a39_0x104bd6={};a39_0x104bd6['dot-notation']=![];const argv=yargs[a39_0x47908f(0x10c)](a39_0x104bd6)[a39_0x47908f(0x107)]('usage:\x20$0\x20<command>\x20[args]')[a39_0x47908f(0x11e)]('v',a39_0x47908f(0x119))[a39_0x47908f(0x110)]('v')[a39_0x47908f(0x11e)]('h',a39_0x47908f(0x138))[a39_0x47908f(0x138)](a39_0x47908f(0x138))['showHelpOnFail'](!![],Constants[a39_0x47908f(0x131)][a39_0x47908f(0x120)])[a39_0x47908f(0xf2)]('jest',Constants[a39_0x47908f(0x133)][a39_0x47908f(0x11f)],function(_0x5ea8df){const _0x11f0c6=a39_0x47908f,_0x18175a={'oUivl':function(_0x3fb14c,_0x5b610b,_0x27de90,_0x54edb6){return _0x3fb14c(_0x5b610b,_0x27de90,_0x54edb6);},'nZwTE':function(_0x1123a4,_0x436db7){return _0x1123a4(_0x436db7);},'WFyQu':'./jest/command'};helper[_0x11f0c6(0x130)](),helper[_0x11f0c6(0x105)]();const _0x173957=process['argv']['slice'](0x2);return _0x18175a[_0x11f0c6(0x13a)](captureError,_0x18175a[_0x11f0c6(0x151)](require,_0x18175a[_0x11f0c6(0xf7)]),_0x5ea8df[_0x11f0c6(0x145)],_0x173957);})[a39_0x47908f(0xf2)](a39_0x47908f(0x14e),Constants[a39_0x47908f(0x13c)][a39_0x47908f(0x11f)],_0x2842ed=>{const _0x103444=a39_0x47908f,_0x5559fb={'YVYzM':function(_0x2a2475,_0x333c55,_0xd66079){return _0x2a2475(_0x333c55,_0xd66079);},'SxjQc':function(_0x16905a,_0x25d456){return _0x16905a(_0x25d456);},'nZmhn':_0x103444(0xfc),'lvtaP':_0x103444(0x127),'vMBFH':_0x103444(0xf6),'vCCHw':_0x103444(0x149),'QJxzM':'mocha/lib/cli/cli.js','myAAQ':function(_0x543163){return _0x543163();}};logger[_0x103444(0x157)](_0x5559fb['lvtaP']);const _0x5a79e6=_0x5559fb[_0x103444(0x122)](requireModule,_0x5559fb[_0x103444(0x139)]),_0x13dc29=_0x5559fb[_0x103444(0x122)](requireModule,_0x5559fb[_0x103444(0x11b)]);process['argv']=process[_0x103444(0x145)][_0x103444(0x111)](0x1),delete _0x5a79e6[_0x103444(0x11a)],_0x5a79e6['handler']=function(_0x3bd864){const _0x4e2789=_0x103444;return _0x5559fb['YVYzM'](captureError,_0x5559fb[_0x4e2789(0x122)](require,_0x5559fb[_0x4e2789(0x10e)]),_0x3bd864);},_0x13dc29[_0x103444(0x115)]=_0x5a79e6;const {main:_0x517e49}=_0x5559fb['SxjQc'](requireModule,_0x5559fb[_0x103444(0x104)]);_0x5559fb[_0x103444(0xee)](_0x517e49);})['command']('cucumber-js',Constants['CUCUMBER'][a39_0x47908f(0x11f)],function(_0x769eb){const _0x5ae67a=a39_0x47908f,_0x18c60d={'pmWir':function(_0xbde485,_0x293729,_0x114490,_0x3968e4){return _0xbde485(_0x293729,_0x114490,_0x3968e4);},'pidfp':function(_0x549ddc,_0x204269){return _0x549ddc(_0x204269);},'oZhEE':_0x5ae67a(0x144)},_0x2afdda=process['argv'][_0x5ae67a(0x111)](0x2);return _0x18c60d[_0x5ae67a(0x14d)](captureError,_0x18c60d[_0x5ae67a(0x12b)](require,_0x18c60d['oZhEE']),_0x769eb[_0x5ae67a(0x145)],_0x2afdda);})[a39_0x47908f(0xf2)](a39_0x47908f(0x13f),Constants['VANILLA'][a39_0x47908f(0x11f)],function(_0x274318){const _0x9bf48=a39_0x47908f,_0x47a2b0={'aAYvU':function(_0x2ec822,_0x136a9d,_0x581e33,_0xc103cb){return _0x2ec822(_0x136a9d,_0x581e33,_0xc103cb);},'lugqf':function(_0x3072db,_0x511abf){return _0x3072db(_0x511abf);},'NxEVg':_0x9bf48(0x14f)},_0x321fa4=process[_0x9bf48(0x145)][_0x9bf48(0x111)](0x2);return _0x47a2b0[_0x9bf48(0x117)](captureError,_0x47a2b0['lugqf'](require,_0x47a2b0[_0x9bf48(0x109)]),_0x274318[_0x9bf48(0x145)],_0x321fa4);})['command'](a39_0x47908f(0x136),Constants[a39_0x47908f(0x148)]['INFO'],function(_0x515467){const _0x2f4e9b=a39_0x47908f,_0x1fbbae={'lOUSf':function(_0x414a91,_0x56fb03,_0xa24d67,_0xe68a8d){return _0x414a91(_0x56fb03,_0xa24d67,_0xe68a8d);},'zWfGw':function(_0x54b050,_0x4451a8){return _0x54b050(_0x4451a8);},'oIULX':_0x2f4e9b(0x14b)},_0x5eb7c7=process[_0x2f4e9b(0x145)]['slice'](0x2);return _0x1fbbae[_0x2f4e9b(0xf3)](captureError,_0x1fbbae[_0x2f4e9b(0x118)](require,_0x1fbbae['oIULX']),_0x515467['argv'],_0x5eb7c7);})[a39_0x47908f(0xf2)](a39_0x47908f(0xf4),Constants[a39_0x47908f(0x154)][a39_0x47908f(0x11f)],function(_0x5be549){const _0xc3a070=a39_0x47908f,_0xc4814f={'BDYad':function(_0x1f417d,_0x2a16c9,_0x36d45b,_0x22753e){return _0x1f417d(_0x2a16c9,_0x36d45b,_0x22753e);},'lfdiB':function(_0x124818,_0x27ddef){return _0x124818(_0x27ddef);},'RBokv':_0xc3a070(0x13d)},_0x5cd97b=process[_0xc3a070(0x145)]['slice'](0x2);return _0xc4814f['BDYad'](captureError,_0xc4814f[_0xc3a070(0x114)](require,_0xc4814f['RBokv']),_0x5be549[_0xc3a070(0x145)],_0x5cd97b);})[a39_0x47908f(0xf2)]('ats',Constants['HST'][a39_0x47908f(0x11f)],function(_0x1c9de0){const _0x356992=a39_0x47908f,_0x3ea0b3={'CQUuU':function(_0x33046b,_0x3c778d,_0x1f6b71){return _0x33046b(_0x3c778d,_0x1f6b71);},'zopKH':function(_0x56e37e,_0x266116){return _0x56e37e(_0x266116);},'yYsIw':'../../ats/src/index'},_0x3f60bd=process[_0x356992(0x145)][_0x356992(0x111)](0x2);return _0x3ea0b3[_0x356992(0x106)](captureError,_0x3ea0b3[_0x356992(0x142)](require,_0x3ea0b3['yYsIw']),_0x1c9de0);})[a39_0x47908f(0xf2)](a39_0x47908f(0x108),Constants['PLAYWRIGHT']['INFO'],function(_0xcbd03f){const _0x25e99b=a39_0x47908f,_0x547e11={'mgthQ':function(_0x4e3174,_0x209f86,_0xdad59f,_0x40a853){return _0x4e3174(_0x209f86,_0xdad59f,_0x40a853);},'OXaBT':function(_0xd23e48,_0x414606){return _0xd23e48(_0x414606);},'STbHE':_0x25e99b(0xf8)},_0x40ac9d=process[_0x25e99b(0x145)]['slice'](0x2);return _0x547e11['mgthQ'](captureError,_0x547e11['OXaBT'](require,_0x547e11[_0x25e99b(0x12d)]),_0xcbd03f[_0x25e99b(0x145)],_0x40ac9d);})[a39_0x47908f(0xf1)](0x1,a39_0x47908f(0x113))[a39_0x47908f(0x126)](null)[a39_0x47908f(0x145)];!helper[a39_0x47908f(0x129)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a39_0x47908f(0x125)&&console[a39_0x47908f(0xfe)](a39_0x47908f(0xf5));function a39_0x773f(){const _0x43dbdc=['--no-config','MOCHA','./codeceptjs/command','mark','node','framework','format','zopKH','../helpers/performance-tester','./cucumber-js/command','argv','556815BMDpBs','2CxpaSM','NIGHTWATCH','mocha/lib/cli/commands.js','winstonLogger','./nightwatch/command','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','pmWir','mocha','./vanilla-js/command','--no-package','nZwTE','685368qCCRFN','fireFunnelTestEvent','CODECEPTJS','--opts','8595EXunYq','debug','136rWYwZd','myAAQ','--no-opts','exitCode','demandCommand','command','lOUSf','codeceptjs','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','mocha/lib/cli/run.js','WFyQu','./playwright/command','path','.browserstack','push','./mocha/command','./utils/constants','error','194771jspvaJ','--package','perf_hooks','sdk:setup-start','6792597sbHtdO','QJxzM','setBrowserStackAutomationDisable','CQUuU','usage','playwright','NxEVg','util','homedir','parserConfiguration','join','nZmhn','globalException','describe','slice','yargs','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','lfdiB','run','config','aAYvU','zWfGw','version','handler','vCCHw','3321976KxollC','../helpers/helper','alias','INFO','HELP','startMonitoring','SxjQc','includes','2102272tUzgrI','ats','wrap','Parsing\x20command\x20line\x20arguements','--config','isUndefined','existsSync','pidfp','zFMRj','STbHE','message','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','setTestObservabilityDisable','VERSION','.local-not-set.json','JEST','xfPFp','../helpers/logger','nightwatch','10DfsWuB','help','vMBFH','oUivl'];a39_0x773f=function(){return _0x43dbdc;};return a39_0x773f();}
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a40_0x35dcf3=a40_0x125b;(function(_0x5a2b5c,_0x5a940f){const _0x1db792=a40_0x125b,_0x5639f8=_0x5a2b5c();while(!![]){try{const _0x2ad25c=parseInt(_0x1db792(0x210))/0x1+-parseInt(_0x1db792(0x20e))/0x2+-parseInt(_0x1db792(0x226))/0x3+parseInt(_0x1db792(0x1f3))/0x4*(-parseInt(_0x1db792(0x213))/0x5)+-parseInt(_0x1db792(0x229))/0x6*(parseInt(_0x1db792(0x21a))/0x7)+-parseInt(_0x1db792(0x20c))/0x8+parseInt(_0x1db792(0x21f))/0x9;if(_0x2ad25c===_0x5a940f)break;else _0x5639f8['push'](_0x5639f8['shift']());}catch(_0x18dc57){_0x5639f8['push'](_0x5639f8['shift']());}}}(a40_0x2e1f,0xde5ea));const fs=require('fs'),helper=require('../helpers/helper'),yaml=require(a40_0x35dcf3(0x218)),yargs=require(a40_0x35dcf3(0x21e)),logger=require(a40_0x35dcf3(0x222))[a40_0x35dcf3(0x1f2)],configFileTemplate=__dirname+a40_0x35dcf3(0x1f9),configFileTemplatePW=__dirname+a40_0x35dcf3(0x20a),configFile=process['cwd']()+a40_0x35dcf3(0x1ff),packageFile=process[a40_0x35dcf3(0x1f4)]()+'/package.json',frameworks=[a40_0x35dcf3(0x234),a40_0x35dcf3(0x22b),a40_0x35dcf3(0x22a),a40_0x35dcf3(0x205),a40_0x35dcf3(0x22e),'codeceptjs',a40_0x35dcf3(0x206)];let config;function a40_0x125b(_0x16ab36,_0x3fc5f1){const _0x2e1f9b=a40_0x2e1f();return a40_0x125b=function(_0x125b48,_0x188913){_0x125b48=_0x125b48-0x1ee;let _0x1aaadf=_0x2e1f9b[_0x125b48];return _0x1aaadf;},a40_0x125b(_0x16ab36,_0x3fc5f1);}logger[a40_0x35dcf3(0x22d)](a40_0x35dcf3(0x22f)),createConfigurationFile(yargs['argv'][a40_0x35dcf3(0x1f7)],yargs[a40_0x35dcf3(0x21d)][a40_0x35dcf3(0x202)],yargs['argv'][a40_0x35dcf3(0x206)]);try{sdkSetup();}catch(a40_0x27792f){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a40_0x27792f);}addScriptInPackageJson();function createConfigurationFile(_0xb428b3,_0x35e3f4,_0x1292a7=![]){const _0x865ef2=a40_0x35dcf3,_0x244e92={};_0x244e92[_0x865ef2(0x200)]='utf8',_0x244e92['jeJwf']=_0x865ef2(0x219),_0x244e92[_0x865ef2(0x21c)]='YOUR_ACCESS_KEY';const _0x15909f=_0x244e92;try{let _0x10d703=fs[_0x865ef2(0x208)](_0x1292a7?configFileTemplatePW:configFileTemplate,_0x15909f[_0x865ef2(0x200)]);_0xb428b3&&(_0x10d703=_0x10d703[_0x865ef2(0x201)](_0x15909f['jeJwf'],_0xb428b3)),_0x35e3f4&&(_0x10d703=_0x10d703[_0x865ef2(0x201)](_0x15909f['bCSNe'],_0x35e3f4)),config=yaml['load'](_0x10d703),fs['writeFileSync'](configFile,_0x10d703,_0x2388a0=>{const _0x5e5ce2=_0x865ef2;_0x2388a0&&logger[_0x5e5ce2(0x20b)](_0x2388a0);});}catch(_0x4f9bfb){logger['error'](_0x4f9bfb);}}function addPostInstallScript(_0x30cf9d,_0x56688e){const _0x948dc7=a40_0x35dcf3,_0x260100={};_0x260100[_0x948dc7(0x1f5)]='postinstall',_0x260100[_0x948dc7(0x220)]='npm\x20update\x20browserstack-node-sdk',_0x260100[_0x948dc7(0x1fc)]=_0x948dc7(0x1f6);const _0x433dca=_0x260100;let _0x2d54b4=_0x30cf9d[_0x433dca[_0x948dc7(0x1f5)]];if(_0x2d54b4&&_0x2d54b4[_0x948dc7(0x21b)](_0x433dca['SlNlW']))return;!_0x2d54b4?_0x2d54b4=_0x433dca[_0x948dc7(0x220)]:_0x2d54b4+=_0x433dca[_0x948dc7(0x1fc)],_0x56688e[_0x948dc7(0x230)]([_0x433dca[_0x948dc7(0x1f5)],_0x2d54b4]);}function addScriptInPackageJson(){const _0x1f63e1=a40_0x35dcf3,_0x505108={'JKGoN':_0x1f63e1(0x20d),'IpocY':function(_0x31c129,_0x1ed9d4){return _0x31c129<_0x1ed9d4;},'hGxuj':function(_0x211fdd,_0x492cac,_0x3cae28){return _0x211fdd(_0x492cac,_0x3cae28);},'SDhqA':function(_0x40edd1,_0x2ca4da){return _0x40edd1<_0x2ca4da;},'poOur':function(_0x11a99f,_0x30387e,_0x4bee53){return _0x11a99f(_0x30387e,_0x4bee53);},'QESgk':function(_0x5e106c,_0x6a14b6){return _0x5e106c!==_0x6a14b6;},'rhgXZ':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x1699b7=JSON[_0x1f63e1(0x1fd)](fs[_0x1f63e1(0x208)](packageFile,_0x505108['JKGoN'])),_0x2cb9ab=[];for(let _0x2c7126=0x0;_0x505108['IpocY'](_0x2c7126,frameworks[_0x1f63e1(0x211)]);_0x2c7126+=0x1){const _0xbae1c6=_0x505108[_0x1f63e1(0x20f)](findScriptsWithFramework,_0x1699b7[_0x1f63e1(0x212)],frameworks[_0x2c7126]);for(let _0x2941ea=0x0;_0x505108[_0x1f63e1(0x1f0)](_0x2941ea,_0xbae1c6[_0x1f63e1(0x211)]);_0x2941ea+=0x1){_0x2cb9ab['push'](_0x505108['poOur'](getUpdatedCommand,_0x1699b7[_0x1f63e1(0x212)],_0xbae1c6[_0x2941ea]));}_0x505108[_0x1f63e1(0x20f)](addPostInstallScript,_0x1699b7[_0x1f63e1(0x212)],_0x2cb9ab);}const _0x75cdc5={..._0x1699b7['scripts']},_0x2153d7=_0x75cdc5;for(let _0x1b36e7=0x0;_0x505108[_0x1f63e1(0x1f0)](_0x1b36e7,_0x2cb9ab[_0x1f63e1(0x211)]);_0x1b36e7+=0x1){_0x2153d7[_0x2cb9ab[_0x1b36e7][0x0]]=_0x2cb9ab[_0x1b36e7][0x1];}_0x505108[_0x1f63e1(0x217)](JSON[_0x1f63e1(0x231)](_0x1699b7['scripts']),JSON[_0x1f63e1(0x231)](_0x2153d7))&&(logger[_0x1f63e1(0x22d)](_0x505108[_0x1f63e1(0x221)]),_0x1699b7[_0x1f63e1(0x212)]=_0x2153d7,fs[_0x1f63e1(0x1f8)](packageFile,JSON[_0x1f63e1(0x231)](_0x1699b7,null,0x2),_0x4d45cf=>{const _0x505b8d=_0x1f63e1;_0x4d45cf&&logger[_0x505b8d(0x20b)](_0x4d45cf);}));}function a40_0x2e1f(){const _0x44addd=['/../../browserstack.yml.sample','SFsRw','KNpiD','QrAIr','parse','zwOmt','/browserstack.yml','IosCL','replace','key','entries','split','node','playwright','browserstack-node-sdk','readFileSync','source','/../../browserstack.pw.yml.sample','error','11922488TxdtNC','utf8','100580qgRrwC','hGxuj','1600537CLSAkq','length','scripts','1641295obDPOD','SDKSetup','splice','node-setup','QESgk','js-yaml','YOUR_USERNAME','1799wiJvrG','includes','bCSNe','argv','yargs','38712591VErxhy','SlNlW','rhgXZ','../helpers/logger','fireFunnelTestEvent','browserstack-node-sdk\x20','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','3098871jXyvBu','isUndefined','gtNpA','33450Hhdxrf','cucumber-js','jest','dguPN','info','nightwatch','Creating\x20configuration\x20file...','push','stringify','join','Setup\x20completed','mocha','indexOf','debug','SDhqA','bgccJ','winstonLogger','12dJsLTT','cwd','oNYzH','\x20&&\x20npm\x20update\x20browserstack-node-sdk','username','writeFileSync'];a40_0x2e1f=function(){return _0x44addd;};return a40_0x2e1f();};function findScriptsWithFramework(_0x17108d,_0x59d2c7){const _0x381435=a40_0x35dcf3,_0x152427={};_0x152427[_0x381435(0x1fa)]=function(_0x2df3e2,_0x2306b0){return _0x2df3e2<_0x2306b0;},_0x152427['ZNbPa']=_0x381435(0x207);const _0x83c5a6=_0x152427,_0x6c1817=[],_0x35ae68=Object[_0x381435(0x203)](_0x17108d);for(let _0x405bfe=0x0;_0x83c5a6['SFsRw'](_0x405bfe,_0x35ae68['length']);_0x405bfe+=0x1){_0x35ae68[_0x405bfe][0x1]['includes'](_0x59d2c7)&&!_0x35ae68[_0x405bfe][0x1][_0x381435(0x21b)](_0x83c5a6['ZNbPa'])&&_0x6c1817['push'](_0x35ae68[_0x405bfe][0x0]);}return _0x6c1817;}function getUpdatedCommand(_0x10df39,_0x2afbd0){const _0x5e5391=a40_0x35dcf3,_0x9a04cd={};_0x9a04cd[_0x5e5391(0x22c)]=function(_0xa970db,_0x5a6bc8){return _0xa970db!==_0x5a6bc8;},_0x9a04cd[_0x5e5391(0x1fe)]='browserstack-node-sdk',_0x9a04cd[_0x5e5391(0x1fb)]=function(_0x256c9f,_0x109641){return _0x256c9f===_0x109641;};const _0x1b7a83=_0x9a04cd,_0x1374ad=_0x2afbd0+'-browserstack',_0x50430a=_0x10df39[_0x2afbd0],_0x501857=_0x50430a[_0x5e5391(0x204)]('\x20');for(const _0xd1f7ca of frameworks){if(_0x1b7a83[_0x5e5391(0x22c)](_0x501857[_0x5e5391(0x1ee)](_0xd1f7ca),-0x1)){_0x501857[_0x5e5391(0x215)](_0x501857[_0x5e5391(0x1ee)](_0xd1f7ca),0x0,_0x1b7a83[_0x5e5391(0x1fe)]);break;}}let _0x421402=_0x501857[_0x5e5391(0x232)]('\x20');return _0x1b7a83['KNpiD'](_0x421402,_0x50430a)&&(_0x421402=_0x5e5391(0x224)+_0x50430a),[_0x1374ad,_0x421402];}function sdkSetup(){const _0x3b85b1=a40_0x35dcf3,_0x10df25={};_0x10df25[_0x3b85b1(0x1f1)]=_0x3b85b1(0x216),_0x10df25[_0x3b85b1(0x228)]=_0x3b85b1(0x214);const _0x26fcd4=_0x10df25;if(helper[_0x3b85b1(0x227)](config))return;config[_0x3b85b1(0x209)]=_0x26fcd4['bgccJ'];try{helper[_0x3b85b1(0x223)](_0x26fcd4['gtNpA'],{},config,'');}catch(_0x340459){logger[_0x3b85b1(0x1ef)](_0x3b85b1(0x225)+_0x340459);}}logger[a40_0x35dcf3(0x22d)](a40_0x35dcf3(0x233));
3
+ const a40_0x385aa6=a40_0x2d04;function a40_0x5d60(){const _0x4d6b28=['ykaTv','RMWit','639910ERvoRS','codeceptjs','join','postinstall','npm\x20update\x20browserstack-node-sdk','replace','browserstack-node-sdk','/../../browserstack.yml.sample','\x20&&\x20npm\x20update\x20browserstack-node-sdk','push','jest','scripts','NSKJp','js-yaml','cucumber-js','27HgyGsK','browserstack-node-sdk\x20','SDKSetup','YOUR_ACCESS_KEY','../helpers/helper','rwgAO','-browserstack','key','WtOiy','1AQgjZl','4513166YZmqqJ','cwd','fireFunnelTestEvent','cXAFy','Setup\x20completed','splice','/package.json','3126280nwwPCF','564348xRPqpT','WUDXP','1472300GbuPJU','cQwSt','winstonLogger','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','978jldEww','includes','QJPZG','mfbKj','node','../helpers/logger','parse','tVZZl','Creating\x20configuration\x20file...','20705SiDNbG','playwright','debug','node-setup','writeFileSync','YOUR_USERNAME','iUvjI','length','info','error','893808HqBEwA','source','utf8','QOwhU','username','RngLI','XqTsW','argv','nightwatch','KfcQE','/../../browserstack.pw.yml.sample','readFileSync','split','hjSvi','dWJtO','Adding\x20new\x20script(s)\x20in\x20package.json...','ovdkH','entries','yargs','isUndefined','cntYS'];a40_0x5d60=function(){return _0x4d6b28;};return a40_0x5d60();}(function(_0x391978,_0x14b2dc){const _0x2f9fe9=a40_0x2d04,_0x5b9110=_0x391978();while(!![]){try{const _0x36f404=-parseInt(_0x2f9fe9(0xc5))/0x1*(-parseInt(_0x2f9fe9(0xad))/0x2)+parseInt(_0x2f9fe9(0xce))/0x3+-parseInt(_0x2f9fe9(0xd0))/0x4+-parseInt(_0x2f9fe9(0x8c))/0x5*(-parseInt(_0x2f9fe9(0xd4))/0x6)+parseInt(_0x2f9fe9(0xc6))/0x7+-parseInt(_0x2f9fe9(0x96))/0x8+parseInt(_0x2f9fe9(0xbc))/0x9*(-parseInt(_0x2f9fe9(0xcd))/0xa);if(_0x36f404===_0x14b2dc)break;else _0x5b9110['push'](_0x5b9110['shift']());}catch(_0x559c83){_0x5b9110['push'](_0x5b9110['shift']());}}}(a40_0x5d60,0x641fb));const fs=require('fs'),helper=require(a40_0x385aa6(0xc0)),yaml=require(a40_0x385aa6(0xba)),yargs=require(a40_0x385aa6(0xa8)),logger=require(a40_0x385aa6(0xd9))[a40_0x385aa6(0xd2)],configFileTemplate=__dirname+a40_0x385aa6(0xb4),configFileTemplatePW=__dirname+a40_0x385aa6(0xa0),configFile=process[a40_0x385aa6(0xc7)]()+'/browserstack.yml',packageFile=process[a40_0x385aa6(0xc7)]()+a40_0x385aa6(0xcc),frameworks=['mocha',a40_0x385aa6(0xb7),a40_0x385aa6(0xbb),a40_0x385aa6(0xd8),a40_0x385aa6(0x9e),a40_0x385aa6(0xae),a40_0x385aa6(0x8d)];let config;logger[a40_0x385aa6(0x94)](a40_0x385aa6(0x8b)),createConfigurationFile(yargs[a40_0x385aa6(0x9d)][a40_0x385aa6(0x9a)],yargs[a40_0x385aa6(0x9d)][a40_0x385aa6(0xc3)],yargs['argv']['playwright']);try{sdkSetup();}catch(a40_0x4d8f9c){logger[a40_0x385aa6(0x8e)](a40_0x385aa6(0xd3)+a40_0x4d8f9c);}addScriptInPackageJson();function createConfigurationFile(_0x2df85e,_0xbbd7f0,_0x1d67e4=![]){const _0x46cd04=a40_0x385aa6,_0x50028a={};_0x50028a[_0x46cd04(0xa4)]='utf8',_0x50028a['QJPZG']=_0x46cd04(0x91),_0x50028a[_0x46cd04(0xc4)]=_0x46cd04(0xbf);const _0xc7202c=_0x50028a;try{let _0x1fc663=fs['readFileSync'](_0x1d67e4?configFileTemplatePW:configFileTemplate,_0xc7202c[_0x46cd04(0xa4)]);_0x2df85e&&(_0x1fc663=_0x1fc663[_0x46cd04(0xb2)](_0xc7202c[_0x46cd04(0xd6)],_0x2df85e)),_0xbbd7f0&&(_0x1fc663=_0x1fc663['replace'](_0xc7202c[_0x46cd04(0xc4)],_0xbbd7f0)),config=yaml['load'](_0x1fc663),fs['writeFileSync'](configFile,_0x1fc663,_0x43160d=>{_0x43160d&&logger['error'](_0x43160d);});}catch(_0x3ce899){logger[_0x46cd04(0x95)](_0x3ce899);}}function addPostInstallScript(_0x114004,_0x5e38e8){const _0x5264a6=a40_0x385aa6,_0x3b9935={};_0x3b9935[_0x5264a6(0x9f)]=_0x5264a6(0xb0),_0x3b9935[_0x5264a6(0xab)]=_0x5264a6(0xb1),_0x3b9935[_0x5264a6(0xcf)]=_0x5264a6(0xb5);const _0x4f090f=_0x3b9935;let _0x1a2a85=_0x114004[_0x4f090f['KfcQE']];if(_0x1a2a85&&_0x1a2a85[_0x5264a6(0xd5)](_0x4f090f[_0x5264a6(0xab)]))return;!_0x1a2a85?_0x1a2a85=_0x4f090f[_0x5264a6(0xab)]:_0x1a2a85+=_0x4f090f[_0x5264a6(0xcf)],_0x5e38e8[_0x5264a6(0xb6)]([_0x4f090f[_0x5264a6(0x9f)],_0x1a2a85]);}function addScriptInPackageJson(){const _0x200278=a40_0x385aa6,_0x61e7fd={'iUvjI':_0x200278(0x98),'fjGAd':function(_0x3b1c2c,_0x3fc26d){return _0x3b1c2c<_0x3fc26d;},'rwgAO':function(_0x1909db,_0x492d83,_0x23557d){return _0x1909db(_0x492d83,_0x23557d);},'RMWit':function(_0x399118,_0x156e2a,_0x419568){return _0x399118(_0x156e2a,_0x419568);},'hjSvi':function(_0x4613fd,_0x150d0b,_0x103b7a){return _0x4613fd(_0x150d0b,_0x103b7a);},'XqTsW':function(_0x1e7a35,_0x5550cf){return _0x1e7a35<_0x5550cf;},'cXAFy':function(_0x490f2d,_0x24d8b0){return _0x490f2d!==_0x24d8b0;},'cQwSt':_0x200278(0xa5)},_0x4e51ca=JSON[_0x200278(0x89)](fs[_0x200278(0xa1)](packageFile,_0x61e7fd[_0x200278(0x92)])),_0x687307=[];for(let _0x460ee2=0x0;_0x61e7fd['fjGAd'](_0x460ee2,frameworks['length']);_0x460ee2+=0x1){const _0x26d54d=_0x61e7fd[_0x200278(0xc1)](findScriptsWithFramework,_0x4e51ca['scripts'],frameworks[_0x460ee2]);for(let _0x135e64=0x0;_0x61e7fd['fjGAd'](_0x135e64,_0x26d54d[_0x200278(0x93)]);_0x135e64+=0x1){_0x687307[_0x200278(0xb6)](_0x61e7fd[_0x200278(0xac)](getUpdatedCommand,_0x4e51ca[_0x200278(0xb8)],_0x26d54d[_0x135e64]));}_0x61e7fd[_0x200278(0xa3)](addPostInstallScript,_0x4e51ca[_0x200278(0xb8)],_0x687307);}const _0x8e591={..._0x4e51ca['scripts']},_0x29ad35=_0x8e591;for(let _0x32cd89=0x0;_0x61e7fd[_0x200278(0x9c)](_0x32cd89,_0x687307[_0x200278(0x93)]);_0x32cd89+=0x1){_0x29ad35[_0x687307[_0x32cd89][0x0]]=_0x687307[_0x32cd89][0x1];}_0x61e7fd[_0x200278(0xc9)](JSON['stringify'](_0x4e51ca[_0x200278(0xb8)]),JSON['stringify'](_0x29ad35))&&(logger[_0x200278(0x94)](_0x61e7fd[_0x200278(0xd1)]),_0x4e51ca[_0x200278(0xb8)]=_0x29ad35,fs[_0x200278(0x90)](packageFile,JSON['stringify'](_0x4e51ca,null,0x2),_0x4264d8=>{const _0x14a908=_0x200278;_0x4264d8&&logger[_0x14a908(0x95)](_0x4264d8);}));};function findScriptsWithFramework(_0x84876c,_0x3c0a54){const _0x420895=a40_0x385aa6,_0x353203={};_0x353203[_0x420895(0xd7)]=function(_0x35c8ee,_0xd6db00){return _0x35c8ee<_0xd6db00;},_0x353203['QOwhU']=_0x420895(0xb3);const _0x50f3ce=_0x353203,_0x4e9ab2=[],_0x1fd2aa=Object[_0x420895(0xa7)](_0x84876c);for(let _0x1aeb10=0x0;_0x50f3ce['mfbKj'](_0x1aeb10,_0x1fd2aa[_0x420895(0x93)]);_0x1aeb10+=0x1){_0x1fd2aa[_0x1aeb10][0x1][_0x420895(0xd5)](_0x3c0a54)&&!_0x1fd2aa[_0x1aeb10][0x1][_0x420895(0xd5)](_0x50f3ce[_0x420895(0x99)])&&_0x4e9ab2[_0x420895(0xb6)](_0x1fd2aa[_0x1aeb10][0x0]);}return _0x4e9ab2;}function a40_0x2d04(_0x53682e,_0x5de54d){const _0x5d6042=a40_0x5d60();return a40_0x2d04=function(_0x2d0407,_0x49a318){_0x2d0407=_0x2d0407-0x89;let _0x14a8bc=_0x5d6042[_0x2d0407];return _0x14a8bc;},a40_0x2d04(_0x53682e,_0x5de54d);}function getUpdatedCommand(_0x34d0d9,_0x303971){const _0x33401e=a40_0x385aa6,_0x23e85c={};_0x23e85c[_0x33401e(0xaa)]=function(_0x332502,_0xbb9f36){return _0x332502!==_0xbb9f36;},_0x23e85c[_0x33401e(0x9b)]=_0x33401e(0xb3),_0x23e85c[_0x33401e(0xb9)]=function(_0x3ca475,_0x10cc1f){return _0x3ca475===_0x10cc1f;};const _0x32ce33=_0x23e85c,_0x603654=_0x303971+_0x33401e(0xc2),_0x16ff49=_0x34d0d9[_0x303971],_0x12f589=_0x16ff49[_0x33401e(0xa2)]('\x20');for(const _0x2f4ea9 of frameworks){if(_0x32ce33['cntYS'](_0x12f589['indexOf'](_0x2f4ea9),-0x1)){_0x12f589[_0x33401e(0xcb)](_0x12f589['indexOf'](_0x2f4ea9),0x0,_0x32ce33['RngLI']);break;}}let _0x2fae5f=_0x12f589[_0x33401e(0xaf)]('\x20');return _0x32ce33[_0x33401e(0xb9)](_0x2fae5f,_0x16ff49)&&(_0x2fae5f=_0x33401e(0xbd)+_0x16ff49),[_0x603654,_0x2fae5f];}function sdkSetup(){const _0x1ac51b=a40_0x385aa6,_0x5e42d5={};_0x5e42d5[_0x1ac51b(0xa6)]=_0x1ac51b(0x8f),_0x5e42d5[_0x1ac51b(0x8a)]=_0x1ac51b(0xbe);const _0x4ec528=_0x5e42d5;if(helper[_0x1ac51b(0xa9)](config))return;config[_0x1ac51b(0x97)]=_0x4ec528[_0x1ac51b(0xa6)];try{helper[_0x1ac51b(0xc8)](_0x4ec528[_0x1ac51b(0x8a)],{},config,'');}catch(_0x4adc33){logger[_0x1ac51b(0x8e)](_0x1ac51b(0xd3)+_0x4adc33);}}logger[a40_0x385aa6(0x94)](a40_0x385aa6(0xca));
@@ -1 +1 @@
1
- function a41_0x8112(){const _0x1539d5=['BS_A11Y_TEST_RUN_ID','kCiLF','waitForExit','true','test-file-start','jKloA','../../helpers/logger','10215rxDMMB','then','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','json','1251744XmCtXh','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','platform-run-success','973qfYkQb','worker','MywkE','push','jest-worker','env','EpiSE','root_dir_path','uQPlh','auGfI','600465UaIDPm','oVjqx','siOVs','configuration','launch','4156Dmtkci','_workerPool','results','parallelCucumberRun','OvnCK','jXyOR','debug','HkYut','cucumberWorker','3430020CfLjiI','uFyhc','stderr','forEach','length','../../helpers/accessibility-automation/helper','weRHx','parallelTestRun','info','platforms','accessibility','platformCaps','rIWhL','getStdout','platform-run-start','exitCode','p-limit','6872YJpqhB','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SOUYJ','5932205FSxNhp','getStderr','zkrqY','pipe','resolve','_child','getWorkers','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','apQIM','./testWorker.js','test-file-failure','parallelVanillaRun','vSSax','failureCount','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','emit','maIti','Running\x20','map','BdLRv','mPYlK','oFiYX','wSjNi','send','vRomc','BSMJn','catch','PuWPf','test-file-success','wZXcf','platform','hsyRC','LgVdH','IGXKF','ubcqd','all','15894womueY','kbkEw','log','CieAx','Workers\x20failed\x20to\x20exit\x20gracefully','exit','YTDJp','kNCsO','BS_A11Y_JWT','oMjOF','VzXMO','fvoBC','myvPQ','2271NAHeXy','Worker','vanillaWorker','end','platform-run-failure','ytWfN','error','INLKd','stdout','format','emittery'];a41_0x8112=function(){return _0x1539d5;};return a41_0x8112();}const a41_0x3b366a=a41_0x1bc2;(function(_0x9dc885,_0x561907){const _0x1ad293=a41_0x1bc2,_0x3a54da=_0x9dc885();while(!![]){try{const _0x4aa9b1=-parseInt(_0x1ad293(0x1ec))/0x1+parseInt(_0x1ad293(0x1df))/0x2+-parseInt(_0x1ad293(0x1c9))/0x3*(-parseInt(_0x1ad293(0x1f1))/0x4)+-parseInt(_0x1ad293(0x20e))/0x5+-parseInt(_0x1ad293(0x1bc))/0x6*(-parseInt(_0x1ad293(0x1e2))/0x7)+parseInt(_0x1ad293(0x20b))/0x8*(parseInt(_0x1ad293(0x1db))/0x9)+-parseInt(_0x1ad293(0x1fa))/0xa;if(_0x4aa9b1===_0x561907)break;else _0x3a54da['push'](_0x3a54da['shift']());}catch(_0xad199c){_0x3a54da['push'](_0x3a54da['shift']());}}}(a41_0x8112,0x98bff));const Worker=require(a41_0x3b366a(0x1e6))[a41_0x3b366a(0x1ca)],Emittery=require(a41_0x3b366a(0x1d3)),pLimit=require(a41_0x3b366a(0x20a)),util=require('util'),logger=require(a41_0x3b366a(0x1da))['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a41_0x3b366a(0x1ff)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require('../../helpers/test-observability/utils'),checkAccessibility=_0x589ffc=>{const _0x33a557=a41_0x3b366a,_0x350d27={};_0x350d27[_0x33a557(0x200)]=function(_0x2703fe,_0x12a559){return _0x2703fe===_0x12a559;};const _0x5d10a4=_0x350d27;let _0x24f7da=![];try{_0x589ffc[_0x33a557(0x203)][_0x33a557(0x1fd)](_0x23d5f3=>{const _0x38681a=_0x33a557;if(_0x5d10a4[_0x38681a(0x200)](_0x23d5f3[_0x38681a(0x204)],!![]))return _0x24f7da=!![],!![];});}catch(_0x33fb37){logger['debug'](_0x33a557(0x1dd)+_0x33fb37);}return _0x24f7da;};function a41_0x1bc2(_0x59c24,_0x3efc7f){const _0x8112e6=a41_0x8112();return a41_0x1bc2=function(_0x1bc22d,_0x394928){_0x1bc22d=_0x1bc22d-0x199;let _0x7f493f=_0x8112e6[_0x1bc22d];return _0x7f493f;},a41_0x1bc2(_0x59c24,_0x3efc7f);}exports[a41_0x3b366a(0x201)]=(_0x24e9db,_0x87a7d3,_0x2d1585)=>new Promise(async _0x43cbe2=>{const _0x4ec486=a41_0x3b366a,_0x1b59eb={'uQPlh':_0x4ec486(0x1a5),'mtuiN':function(_0x169a82,_0x30819a){return _0x169a82+_0x30819a;},'hsyRC':_0x4ec486(0x1f3),'JTfBK':_0x4ec486(0x1c0),'uFyhc':function(_0x37a091){return _0x37a091();},'oVjqx':function(_0x2fd8b2,_0x4ca59c){return _0x2fd8b2(_0x4ca59c);},'kCiLF':function(_0x45f82f){return _0x45f82f();},'CieAx':function(_0x4c315b,_0x399c7d){return _0x4c315b(_0x399c7d);},'IHzlo':_0x4ec486(0x1d8),'rIWhL':'mocha','BdLRv':function(_0xa1c0aa,_0x41e537){return _0xa1c0aa(_0x41e537);},'GlWvF':function(_0x1a8740,_0x85f8de){return _0x1a8740===_0x85f8de;},'NvATo':_0x4ec486(0x1d7),'INLKd':function(_0xbe61ee,_0x5ddf84){return _0xbe61ee(_0x5ddf84);},'kNCsO':function(_0x1ad772,_0x2082b1){return _0x1ad772===_0x2082b1;},'oMjOF':function(_0x5db3a3,_0x58cf4c,_0x2029cb){return _0x5db3a3(_0x58cf4c,_0x2029cb);},'BSMJn':_0x4ec486(0x1a1),'vSSax':_0x4ec486(0x1e3),'MywkE':_0x4ec486(0x1de),'LgVdH':_0x4ec486(0x19b),'siOVs':function(_0x348e4a,_0x2bff91){return _0x348e4a*_0x2bff91;},'mshxY':_0x4ec486(0x1b4),'vRomc':_0x4ec486(0x1a2)},_0xe93bf1={},_0x1cebfa={..._0x2d1585};_0x1cebfa[_0x4ec486(0x1e9)]='',await SessionHandler[_0x4ec486(0x1f0)](_0x1cebfa,{'frameworkName':_0x1b59eb[_0x4ec486(0x206)],'frameworkVersion':_0x1b59eb[_0x4ec486(0x1ab)](getFrameworkVersion,_0x1b59eb[_0x4ec486(0x206)])});let _0xabfb94=_0x1b59eb['GlWvF'](process['env'][_0x4ec486(0x20c)],_0x1b59eb['NvATo']);process[_0x4ec486(0x1e7)][_0x4ec486(0x19f)]=_0x1b59eb[_0x4ec486(0x1d0)](checkAccessibility,_0x2d1585),_0xabfb94=_0xabfb94||_0x1b59eb[_0x4ec486(0x1c3)](process[_0x4ec486(0x1e7)][_0x4ec486(0x19f)],_0x1b59eb['NvATo']);if(_0xabfb94){const [_0x241fe5,_0x3259e4]=await _0x1b59eb[_0x4ec486(0x1c5)](createAccessibilityTestRun,_0x2d1585,_0x1b59eb[_0x4ec486(0x206)]);logger[_0x4ec486(0x1f7)](_0x4ec486(0x1a6)+_0x3259e4),process[_0x4ec486(0x1e7)][_0x4ec486(0x1c4)]=_0x241fe5,process[_0x4ec486(0x1e7)][_0x4ec486(0x1d4)]=_0x3259e4;}const _0x59593b=new Worker(require['resolve'](_0x1b59eb[_0x4ec486(0x1b1)]),{'exposedMethods':[_0x1b59eb[_0x4ec486(0x1a4)]],'forkOptions':{'serialization':_0x1b59eb[_0x4ec486(0x1e4)],'stdio':_0x1b59eb[_0x4ec486(0x1b8)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x1b59eb[_0x4ec486(0x1ee)](_0x87a7d3,0x1),'enableWorkerThreads':!![]}),_0x4b7878=new Emittery();_0x4b7878['on'](_0x1b59eb['mshxY'],_0x42d824=>{const _0x52f500=_0x4ec486;_0xe93bf1[_0x42d824[0x0]]?(_0xe93bf1[_0x42d824[0x0]][_0x1b59eb[_0x52f500(0x1ea)]]=_0x1b59eb['mtuiN'](_0xe93bf1[_0x42d824[0x0]][_0x1b59eb[_0x52f500(0x1ea)]],_0x42d824[0x1][_0x1b59eb[_0x52f500(0x1ea)]]),_0xe93bf1[_0x42d824[0x0]][_0x1b59eb[_0x52f500(0x1b7)]]=[..._0xe93bf1[_0x42d824[0x0]][_0x1b59eb[_0x52f500(0x1b7)]],..._0x42d824[0x1][_0x1b59eb[_0x52f500(0x1b7)]]]):_0xe93bf1[_0x42d824[0x0]]={'failureCount':_0x42d824[0x1][_0x1b59eb['uQPlh']],'results':[..._0x42d824[0x1][_0x1b59eb['hsyRC']]]};}),_0x4b7878['on'](_0x1b59eb[_0x4ec486(0x1b0)],_0x2cdf80=>console[_0x4ec486(0x1be)](_0x2cdf80[0x1]));_0x59593b[_0x4ec486(0x207)]()&&_0x59593b[_0x4ec486(0x207)]()[_0x4ec486(0x19b)](process[_0x4ec486(0x1d1)]);_0x59593b[_0x4ec486(0x199)]()&&_0x59593b['getStderr']()[_0x4ec486(0x19b)](process[_0x4ec486(0x1fc)]);const _0x59600f=async()=>{const _0x31ac08=_0x4ec486,{forceExited:_0x468664}=await _0x59593b[_0x31ac08(0x1cc)]();_0x468664&&console[_0x31ac08(0x1cf)](_0x1b59eb['JTfBK']);_0x1b59eb[_0x31ac08(0x1fb)](isAccessibilityAutomationSession)&&await _0x1b59eb[_0x31ac08(0x1ed)](stopAccessibilityTestRun,_0x2d1585)[_0x31ac08(0x1b2)](_0x4a1c47=>{const _0x2c9f51=_0x31ac08;logger[_0x2c9f51(0x1cf)](_0x2c9f51(0x1e0)+util[_0x2c9f51(0x1d2)](_0x4a1c47));});if(_0x1b59eb[_0x31ac08(0x1d5)](isTestObservabilitySession))try{await SessionHandler['stop']();}catch(_0xe2b773){_0x1b59eb['oVjqx'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0xe2b773);}_0x1b59eb[_0x31ac08(0x1bf)](_0x43cbe2,_0xe93bf1);},_0x25600f=_0x1b59eb['oVjqx'](pLimit,_0x1b59eb[_0x4ec486(0x1ee)](_0x87a7d3,0x1)),_0x412ff7=_0x2de0e6=>_0x25600f(async()=>{const _0x20797e=_0x4ec486;return await _0x4b7878[_0x20797e(0x1a7)](_0x1b59eb['IHzlo'],_0x2de0e6),_0x59593b[_0x20797e(0x1e3)](_0x2de0e6,_0x2d1585);});Promise['all'](_0x24e9db[_0x4ec486(0x1aa)](_0x4fd2bd=>_0x412ff7(_0x4fd2bd)[_0x4ec486(0x1dc)](_0x373f88=>_0x4b7878[_0x4ec486(0x1a7)](_0x4ec486(0x1b4),[_0x4fd2bd[_0x4ec486(0x1ef)]['platform'],_0x373f88]),_0x35e929=>_0x4b7878[_0x4ec486(0x1a7)]('test-file-failure',[_0x4fd2bd,_0x35e929]))))[_0x4ec486(0x1dc)](_0x59600f,_0x59600f);}),exports[a41_0x3b366a(0x1f4)]=(_0x5251a8,_0x2b4a7b,_0x22dc71,_0x39bba9,_0x4d10eb)=>{const _0x218be7=a41_0x3b366a,_0x12350d={'DOUJG':_0x218be7(0x1c0),'EpiSE':function(_0x3dbb15,_0x28724e){return _0x3dbb15(_0x28724e);},'maIti':_0x218be7(0x208),'IGXKF':_0x218be7(0x1a1),'auGfI':_0x218be7(0x1f9),'PuWPf':_0x218be7(0x1de),'VzXMO':_0x218be7(0x19b),'zkrqY':_0x218be7(0x1e1),'OvnCK':_0x218be7(0x1cd),'FpLKR':function(_0x49186f,_0x4c7d17){return _0x49186f(_0x4c7d17);}};return new Promise(_0x1f7131=>{const _0x40c095=_0x218be7,_0x1779ee=[],_0x15251f=new Worker(require[_0x40c095(0x19c)](_0x12350d[_0x40c095(0x1b9)]),{'exposedMethods':[_0x12350d[_0x40c095(0x1eb)]],'forkOptions':{'serialization':_0x12350d[_0x40c095(0x1b3)],'stdio':_0x12350d[_0x40c095(0x1c6)]},'numWorkers':_0x5251a8[_0x40c095(0x1fe)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x22091d=new Emittery();_0x22091d['on'](_0x12350d[_0x40c095(0x19a)],_0x39ac8b=>{const _0x2f4ccb=_0x40c095;_0x1779ee[_0x2f4ccb(0x1e5)]([_0x39ac8b[0x0],_0x39ac8b[0x1]]);}),_0x22091d['on'](_0x12350d[_0x40c095(0x1f5)],_0x61969e=>console[_0x40c095(0x1be)](_0x61969e[0x1]));_0x15251f[_0x40c095(0x207)]()&&_0x15251f[_0x40c095(0x207)]()[_0x40c095(0x19b)](process[_0x40c095(0x1d1)]);_0x15251f[_0x40c095(0x199)]()&&_0x15251f['getStderr']()[_0x40c095(0x19b)](process[_0x40c095(0x1fc)]);const _0x4410a5=async()=>{const _0x237954=_0x40c095,{forceExited:_0x81d761}=await _0x15251f[_0x237954(0x1cc)]();_0x81d761&&console[_0x237954(0x1cf)](_0x12350d['DOUJG']),_0x12350d[_0x237954(0x1e8)](_0x1f7131,_0x1779ee);},_0x4fb122=_0x12350d['FpLKR'](pLimit,_0x5251a8[_0x40c095(0x1fe)]),_0x50cf2c=(_0x271760,_0x164c2c)=>_0x4fb122(async()=>{const _0x562d35=_0x40c095;return await _0x22091d[_0x562d35(0x1a7)](_0x12350d[_0x562d35(0x1a8)],_0x271760),_0x2b4a7b[_0x562d35(0x205)]=_0x22dc71[_0x562d35(0x203)][_0x164c2c],_0x15251f[_0x562d35(0x1f9)](_0x271760,_0x2b4a7b,_0x22dc71,_0x39bba9,_0x4d10eb);});Promise[_0x40c095(0x1bb)](_0x5251a8[_0x40c095(0x1aa)]((_0x12d660,_0x102e49)=>_0x50cf2c(_0x12d660,_0x102e49)[_0x40c095(0x1dc)](_0x600b60=>_0x22091d['emit']('platform-run-success',[_0x12d660,_0x600b60]),_0x36a865=>_0x22091d[_0x40c095(0x1a7)](_0x40c095(0x1cd),[_0x12d660,_0x36a865]))))[_0x40c095(0x1dc)](_0x4410a5,_0x4410a5);});},exports[a41_0x3b366a(0x1a3)]=(_0x3d65c7,_0x4985e2)=>new Promise(_0x3ddff6=>{const _0x1403df=a41_0x3b366a,_0x12a61e={'wSjNi':function(_0x18446c,_0x3611f7){return _0x18446c===_0x3611f7;},'oFiYX':function(_0x269228,_0x3815ae){return _0x269228!==_0x3815ae;},'fvoBC':_0x1403df(0x1c1),'YTDJp':'Workers\x20failed\x20to\x20exit\x20gracefully','HkYut':function(_0x6c6c38,_0x12e161){return _0x6c6c38(_0x12e161);},'apQIM':_0x1403df(0x1a1),'ytWfN':_0x1403df(0x1cb),'kbkEw':'json','wZXcf':_0x1403df(0x19b),'SOUYJ':_0x1403df(0x1b4),'jXyOR':_0x1403df(0x1a2),'cIEAA':function(_0x50ec3f,_0x337f07){return _0x50ec3f(_0x337f07);}},_0x113cd1={},_0x2fe226=new Worker(require[_0x1403df(0x19c)](_0x12a61e[_0x1403df(0x1a0)]),{'exposedMethods':[_0x12a61e[_0x1403df(0x1ce)]],'forkOptions':{'serialization':_0x12a61e[_0x1403df(0x1bd)],'stdio':_0x12a61e[_0x1403df(0x1b5)]},'numWorkers':_0x4985e2,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x36b6c5=new Emittery();_0x36b6c5['on'](_0x12a61e[_0x1403df(0x20d)],_0x3e0289=>{const _0x1d05b0=_0x1403df;_0x3e0289[0x0]&&logger[_0x1d05b0(0x202)](_0x1d05b0(0x1a9)+_0x3e0289[0x1]+'\x20for',_0x3e0289[0x0]);}),_0x36b6c5['on'](_0x12a61e[_0x1403df(0x1f6)],_0x12d7b4=>{const _0x54a6f8=_0x1403df;process[_0x54a6f8(0x209)]=0x1;});_0x2fe226['getStdout']()&&_0x2fe226[_0x1403df(0x207)]()['pipe'](process[_0x1403df(0x1d1)]);_0x2fe226[_0x1403df(0x199)]()&&_0x2fe226[_0x1403df(0x199)]()[_0x1403df(0x19b)](process[_0x1403df(0x1fc)]);const _0x225567=async()=>{const _0xa38814=_0x1403df,_0x5ad6b9={'mPYlK':function(_0x4ff158,_0x448df1){const _0x5d1645=a41_0x1bc2;return _0x12a61e[_0x5d1645(0x1ae)](_0x4ff158,_0x448df1);},'myvPQ':function(_0x256b91,_0x1a0f71){const _0x1bb5a0=a41_0x1bc2;return _0x12a61e[_0x1bb5a0(0x1ad)](_0x256b91,_0x1a0f71);},'nRAQR':_0x12a61e[_0xa38814(0x1c7)]};let _0x412e6b=0x0;const _0x1bc65f=_0x2fe226[_0xa38814(0x1f2)][_0xa38814(0x19e)](),_0x272442=()=>{},_0x3de0b2=_0x1bc65f[_0xa38814(0x1aa)](async _0x1a3bcc=>{const _0x2e93ce=_0xa38814,_0x2a4c11={'ubcqd':function(_0x322b15,_0x4060aa){const _0x402445=a41_0x1bc2;return _0x5ad6b9[_0x402445(0x1ac)](_0x322b15,_0x4060aa);},'jKloA':function(_0x5f101a,_0x1a3d53){const _0x606a54=a41_0x1bc2;return _0x5ad6b9[_0x606a54(0x1c8)](_0x5f101a,_0x1a3d53);}};_0x1a3bcc[_0x2e93ce(0x1af)]([0x2,![]],_0x272442,_0x272442,_0x272442),_0x1a3bcc[_0x2e93ce(0x19d)]['on'](_0x5ad6b9['nRAQR'],_0x5829ad=>{const _0x4e58af=_0x2e93ce;_0x2a4c11[_0x4e58af(0x1ba)](_0x412e6b,0x0)&&_0x2a4c11[_0x4e58af(0x1d9)](_0x5829ad,0x0)&&(_0x412e6b=_0x5829ad);}),await _0x1a3bcc[_0x2e93ce(0x1d6)]();});await Promise['all'](_0x3de0b2),process['exitCode']=_0x412e6b;const {forceExited:_0x333380}=await _0x2fe226[_0xa38814(0x1cc)]();_0x333380&&console[_0xa38814(0x1cf)](_0x12a61e[_0xa38814(0x1c2)]),_0x12a61e[_0xa38814(0x1f8)](_0x3ddff6,_0x113cd1);},_0x528468=_0x12a61e['cIEAA'](pLimit,_0x4985e2),_0x57522d=_0x2a869d=>_0x528468(async()=>{const _0x2976a0=_0x1403df;return _0x2fe226[_0x2976a0(0x1cb)](_0x2a869d);});Promise[_0x1403df(0x1bb)](_0x3d65c7['map'](_0x788b25=>_0x57522d(_0x788b25)[_0x1403df(0x1dc)](_0x4feb5a=>_0x36b6c5[_0x1403df(0x1a7)](_0x1403df(0x1b4),[_0x788b25[_0x1403df(0x1ef)][_0x1403df(0x1b6)],_0x788b25['configuration']['file']]),_0x4efd25=>_0x36b6c5['emit'](_0x1403df(0x1a2),[_0x788b25,_0x4efd25]))))[_0x1403df(0x1dc)](_0x225567,_0x225567);});
1
+ const a41_0x52748d=a41_0x3dc1;(function(_0x36505a,_0x4e2878){const _0x1eb30e=a41_0x3dc1,_0xe4597f=_0x36505a();while(!![]){try{const _0x2968d4=-parseInt(_0x1eb30e(0x1dc))/0x1*(parseInt(_0x1eb30e(0x18f))/0x2)+-parseInt(_0x1eb30e(0x192))/0x3*(-parseInt(_0x1eb30e(0x1dd))/0x4)+parseInt(_0x1eb30e(0x1d3))/0x5*(-parseInt(_0x1eb30e(0x19e))/0x6)+parseInt(_0x1eb30e(0x1ce))/0x7+-parseInt(_0x1eb30e(0x1e2))/0x8+parseInt(_0x1eb30e(0x1c3))/0x9*(parseInt(_0x1eb30e(0x197))/0xa)+parseInt(_0x1eb30e(0x17a))/0xb;if(_0x2968d4===_0x4e2878)break;else _0xe4597f['push'](_0xe4597f['shift']());}catch(_0x1cebe8){_0xe4597f['push'](_0xe4597f['shift']());}}}(a41_0x225f,0x522a3));const Worker=require('jest-worker')['Worker'],Emittery=require(a41_0x52748d(0x1ac)),pLimit=require('p-limit'),util=require('util'),logger=require(a41_0x52748d(0x1ca))['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a41_0x52748d(0x1ae)),SessionHandler=require(a41_0x52748d(0x1b5)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a41_0x52748d(0x183)),checkAccessibility=_0x205487=>{const _0x30644d=a41_0x52748d,_0x80029c={};_0x80029c['YCePv']=function(_0x19639e,_0x4c3534){return _0x19639e===_0x4c3534;};const _0x2dcf0b=_0x80029c;let _0x3f2e7b=![];try{_0x205487[_0x30644d(0x1c1)]['forEach'](_0x230842=>{const _0x569222=_0x30644d;if(_0x2dcf0b[_0x569222(0x1e7)](_0x230842[_0x569222(0x17c)],!![]))return _0x3f2e7b=!![],!![];});}catch(_0xbf5fa9){logger[_0x30644d(0x18b)](_0x30644d(0x1b9)+_0xbf5fa9);}return _0x3f2e7b;};function a41_0x225f(){const _0x1a79c2=['worker','vanillaWorker','platforms','kSNSA','2418831cIlVKv','launch','waitForExit','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','_child','jxCkp','syVDB','../../helpers/logger','aEgAY','exit','json','2482389ErHROR','zsPlb','getStderr','all','test-file-start','5mkeqFA','platform-run-start','emit','sxQhy','LARvp','LYHrR','rzSDV','pipe','parallelVanillaRun','17011qrNoHB','3924CljXcM','DgUSs','hktCf','map','OBhVI','3426744msJBZI','test-file-failure','send','kMIlb','stdout','YCePv','_workerPool','6319709vcOTTP','then','accessibility','CXIVv','platform-run-failure','JnxZj','uLMck','IHLIr','BS_A11Y_TEST_RUN_ID','../../helpers/test-observability/utils','true','test-file-success','SfSAt','configuration','parallelTestRun','mocha','env','debug','getWorkers','OOgQx','platformCaps','16BoBPgu','log','resolve','516ekiCAa','XOLNE','bkvqR','RjWMx','\x20for','10yejbwN','./testWorker.js','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','bFecF','root_dir_path','platform','exitCode','2793954WrEMNj','xlvIR','BROWSERSTACK_TEST_ACCESSIBILITY_YML','OyZUV','IzFWc','platform-run-success','cucumberWorker','unMKm','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','failureCount','parallelCucumberRun','push','error','results','emittery','stop','../../helpers/accessibility-automation/helper','catch','getStdout','fSWvA','length','aIHHP','FqEoc','../../helpers/test-observability/sessionHandler','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','stderr','end','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','LOWAC','LHtBE','EeILr','Workers\x20failed\x20to\x20exit\x20gracefully','Running\x20'];a41_0x225f=function(){return _0x1a79c2;};return a41_0x225f();}function a41_0x3dc1(_0x30cb86,_0x3aa490){const _0x225f2a=a41_0x225f();return a41_0x3dc1=function(_0x3dc15f,_0x35aa3c){_0x3dc15f=_0x3dc15f-0x17a;let _0x2e9d43=_0x225f2a[_0x3dc15f];return _0x2e9d43;},a41_0x3dc1(_0x30cb86,_0x3aa490);}exports[a41_0x52748d(0x188)]=(_0xdf3d02,_0xea9f52,_0x665000)=>new Promise(async _0x2601dd=>{const _0xd88f48=a41_0x52748d,_0x527c78={'LARvp':_0xd88f48(0x1a7),'hktCf':function(_0x2e57dc,_0x18d1b1){return _0x2e57dc+_0x18d1b1;},'RjWMx':_0xd88f48(0x1ab),'ypmuW':_0xd88f48(0x1bd),'kMIlb':function(_0x4a8fc5){return _0x4a8fc5();},'OBhVI':function(_0xc3c397,_0x2d6295){return _0xc3c397(_0x2d6295);},'DgUSs':function(_0x3860b6,_0x4ba7a9){return _0x3860b6(_0x4ba7a9);},'rzSDV':function(_0x1257dc,_0x4f45c3){return _0x1257dc(_0x4f45c3);},'LYHrR':_0xd88f48(0x1d2),'OOgQx':_0xd88f48(0x189),'htlpN':function(_0x41ab5,_0x36c1bb){return _0x41ab5===_0x36c1bb;},'fSWvA':_0xd88f48(0x184),'guMPk':function(_0x55ca12,_0x1db201){return _0x55ca12(_0x1db201);},'uLMck':function(_0x96add7,_0x15833e){return _0x96add7===_0x15833e;},'wdVwG':function(_0x599e9e,_0x423f5c,_0x51a7cf){return _0x599e9e(_0x423f5c,_0x51a7cf);},'UIEnz':_0xd88f48(0x198),'xlvIR':_0xd88f48(0x1bf),'EeILr':_0xd88f48(0x1cd),'SfSAt':_0xd88f48(0x1da),'unMKm':function(_0x448f4c,_0x2708e7){return _0x448f4c*_0x2708e7;},'WnfaT':_0xd88f48(0x185),'viltU':_0xd88f48(0x1e3)},_0x4ec8e2={},_0x417446={..._0x665000};_0x417446[_0xd88f48(0x19b)]='',await SessionHandler[_0xd88f48(0x1c4)](_0x417446,{'frameworkName':_0x527c78[_0xd88f48(0x18d)],'frameworkVersion':_0x527c78[_0xd88f48(0x1e1)](getFrameworkVersion,_0x527c78[_0xd88f48(0x18d)])});let _0x142322=_0x527c78['htlpN'](process[_0xd88f48(0x18a)][_0xd88f48(0x1a0)],_0x527c78['fSWvA']);process[_0xd88f48(0x18a)][_0xd88f48(0x1c6)]=_0x527c78['guMPk'](checkAccessibility,_0x665000),_0x142322=_0x142322||_0x527c78[_0xd88f48(0x180)](process[_0xd88f48(0x18a)][_0xd88f48(0x1c6)],_0x527c78[_0xd88f48(0x1b1)]);if(_0x142322){const [_0x5e474b,_0x3f0d3f]=await _0x527c78['wdVwG'](createAccessibilityTestRun,_0x665000,_0x527c78[_0xd88f48(0x18d)]);logger[_0xd88f48(0x18b)](_0xd88f48(0x199)+_0x3f0d3f),process[_0xd88f48(0x18a)]['BS_A11Y_JWT']=_0x5e474b,process['env'][_0xd88f48(0x182)]=_0x3f0d3f;}const _0x31d5ff=new Worker(require[_0xd88f48(0x191)](_0x527c78['UIEnz']),{'exposedMethods':[_0x527c78[_0xd88f48(0x19f)]],'forkOptions':{'serialization':_0x527c78[_0xd88f48(0x1bc)],'stdio':_0x527c78[_0xd88f48(0x186)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x527c78[_0xd88f48(0x1a5)](_0xea9f52,0x1),'enableWorkerThreads':!![]}),_0x1cfc5c=new Emittery();_0x1cfc5c['on'](_0x527c78['WnfaT'],_0x95459f=>{const _0xadf02=_0xd88f48;_0x4ec8e2[_0x95459f[0x0]]?(_0x4ec8e2[_0x95459f[0x0]][_0x527c78[_0xadf02(0x1d7)]]=_0x527c78[_0xadf02(0x1df)](_0x4ec8e2[_0x95459f[0x0]][_0x527c78[_0xadf02(0x1d7)]],_0x95459f[0x1][_0x527c78[_0xadf02(0x1d7)]]),_0x4ec8e2[_0x95459f[0x0]][_0x527c78[_0xadf02(0x195)]]=[..._0x4ec8e2[_0x95459f[0x0]][_0x527c78[_0xadf02(0x195)]],..._0x95459f[0x1][_0x527c78['RjWMx']]]):_0x4ec8e2[_0x95459f[0x0]]={'failureCount':_0x95459f[0x1][_0x527c78[_0xadf02(0x1d7)]],'results':[..._0x95459f[0x1][_0x527c78['RjWMx']]]};}),_0x1cfc5c['on'](_0x527c78['viltU'],_0x3f0ea2=>console['log'](_0x3f0ea2[0x1]));_0x31d5ff[_0xd88f48(0x1b0)]()&&_0x31d5ff[_0xd88f48(0x1b0)]()[_0xd88f48(0x1da)](process[_0xd88f48(0x1e6)]);_0x31d5ff['getStderr']()&&_0x31d5ff[_0xd88f48(0x1d0)]()['pipe'](process[_0xd88f48(0x1b7)]);const _0x2a8e27=async()=>{const _0x4ee70e=_0xd88f48,{forceExited:_0x2a18ed}=await _0x31d5ff[_0x4ee70e(0x1b8)]();_0x2a18ed&&console[_0x4ee70e(0x1aa)](_0x527c78['ypmuW']);_0x527c78['kMIlb'](isAccessibilityAutomationSession)&&await _0x527c78['OBhVI'](stopAccessibilityTestRun,_0x665000)[_0x4ee70e(0x1af)](_0x54d888=>{const _0x4d9e94=_0x4ee70e;logger[_0x4d9e94(0x1aa)](_0x4d9e94(0x1a6)+util['format'](_0x54d888));});if(_0x527c78[_0x4ee70e(0x1e5)](isTestObservabilitySession))try{await SessionHandler[_0x4ee70e(0x1ad)]();}catch(_0x2df504){_0x527c78[_0x4ee70e(0x1de)](debug,_0x4ee70e(0x1b6)+_0x2df504);}_0x527c78[_0x4ee70e(0x1d9)](_0x2601dd,_0x4ec8e2);},_0x302d46=_0x527c78[_0xd88f48(0x1de)](pLimit,_0x527c78[_0xd88f48(0x1a5)](_0xea9f52,0x1)),_0x457a8d=_0x2f1d86=>_0x302d46(async()=>{const _0x279f38=_0xd88f48;return await _0x1cfc5c[_0x279f38(0x1d5)](_0x527c78[_0x279f38(0x1d8)],_0x2f1d86),_0x31d5ff[_0x279f38(0x1bf)](_0x2f1d86,_0x665000);});Promise[_0xd88f48(0x1d1)](_0xdf3d02['map'](_0x1881c1=>_0x457a8d(_0x1881c1)['then'](_0x2cf807=>_0x1cfc5c['emit'](_0xd88f48(0x185),[_0x1881c1[_0xd88f48(0x187)][_0xd88f48(0x19c)],_0x2cf807]),_0x434e1a=>_0x1cfc5c[_0xd88f48(0x1d5)]('test-file-failure',[_0x1881c1,_0x434e1a]))))[_0xd88f48(0x17b)](_0x2a8e27,_0x2a8e27);}),exports[a41_0x52748d(0x1a8)]=(_0x5a792,_0x8d7fe7,_0x35ce14,_0x45093a,_0x530c8c)=>{const _0x1a1d5b=a41_0x52748d,_0x272a0b={'kSNSA':_0x1a1d5b(0x1bd),'roZDT':function(_0x725e8d,_0x38eecc){return _0x725e8d(_0x38eecc);},'vmNbT':_0x1a1d5b(0x1d4),'cgMNE':_0x1a1d5b(0x198),'aEgAY':'cucumberWorker','LOWAC':_0x1a1d5b(0x1cd),'jxCkp':_0x1a1d5b(0x1da),'CXIVv':_0x1a1d5b(0x1a3),'XOLNE':'platform-run-failure','QmdVF':function(_0x3cb693,_0x54ccd9){return _0x3cb693(_0x54ccd9);}};return new Promise(_0xa6787e=>{const _0x53e1c9=_0x1a1d5b,_0x2f30cd={};_0x2f30cd['bFecF']=_0x272a0b['vmNbT'];const _0x328e35=_0x2f30cd,_0x1bd64a=[],_0x217097=new Worker(require[_0x53e1c9(0x191)](_0x272a0b['cgMNE']),{'exposedMethods':[_0x272a0b[_0x53e1c9(0x1cb)]],'forkOptions':{'serialization':_0x272a0b[_0x53e1c9(0x1ba)],'stdio':_0x272a0b[_0x53e1c9(0x1c8)]},'numWorkers':_0x5a792[_0x53e1c9(0x1b2)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4a21ef=new Emittery();_0x4a21ef['on'](_0x272a0b[_0x53e1c9(0x17d)],_0x10fd3a=>{const _0x42d27b=_0x53e1c9;_0x1bd64a[_0x42d27b(0x1a9)]([_0x10fd3a[0x0],_0x10fd3a[0x1]]);}),_0x4a21ef['on'](_0x272a0b[_0x53e1c9(0x193)],_0xc33f21=>console[_0x53e1c9(0x190)](_0xc33f21[0x1]));_0x217097[_0x53e1c9(0x1b0)]()&&_0x217097[_0x53e1c9(0x1b0)]()[_0x53e1c9(0x1da)](process['stdout']);_0x217097[_0x53e1c9(0x1d0)]()&&_0x217097[_0x53e1c9(0x1d0)]()['pipe'](process[_0x53e1c9(0x1b7)]);const _0x552c9d=async()=>{const _0x3b4a56=_0x53e1c9,{forceExited:_0x296fbf}=await _0x217097['end']();_0x296fbf&&console[_0x3b4a56(0x1aa)](_0x272a0b[_0x3b4a56(0x1c2)]),_0x272a0b['roZDT'](_0xa6787e,_0x1bd64a);},_0x53da9f=_0x272a0b['QmdVF'](pLimit,_0x5a792[_0x53e1c9(0x1b2)]),_0x533eb9=(_0x328cc0,_0xe0aa67)=>_0x53da9f(async()=>{const _0x49c3c6=_0x53e1c9;return await _0x4a21ef['emit'](_0x328e35[_0x49c3c6(0x19a)],_0x328cc0),_0x8d7fe7[_0x49c3c6(0x18e)]=_0x35ce14[_0x49c3c6(0x1c1)][_0xe0aa67],_0x217097[_0x49c3c6(0x1a4)](_0x328cc0,_0x8d7fe7,_0x35ce14,_0x45093a,_0x530c8c);});Promise[_0x53e1c9(0x1d1)](_0x5a792[_0x53e1c9(0x1e0)]((_0x46b3e6,_0x13ef15)=>_0x533eb9(_0x46b3e6,_0x13ef15)[_0x53e1c9(0x17b)](_0x4b2ddd=>_0x4a21ef['emit']('platform-run-success',[_0x46b3e6,_0x4b2ddd]),_0x1ab8d2=>_0x4a21ef['emit'](_0x53e1c9(0x17e),[_0x46b3e6,_0x1ab8d2]))))[_0x53e1c9(0x17b)](_0x552c9d,_0x552c9d);});},exports[a41_0x52748d(0x1db)]=(_0x172326,_0x9098cf)=>new Promise(_0x5ed2ed=>{const _0x5ec128=a41_0x52748d,_0x542c62={'aIHHP':function(_0x5cf21e,_0x14bb48){return _0x5cf21e===_0x14bb48;},'OyZUV':function(_0x3fac89,_0x3a4b13){return _0x3fac89!==_0x3a4b13;},'JnxZj':_0x5ec128(0x1cc),'syVDB':'Workers\x20failed\x20to\x20exit\x20gracefully','LHtBE':function(_0x26d330,_0x5024b1){return _0x26d330(_0x5024b1);},'tzqEi':_0x5ec128(0x198),'IzFWc':_0x5ec128(0x1c0),'zsPlb':_0x5ec128(0x1cd),'IHLIr':_0x5ec128(0x1da),'sxQhy':_0x5ec128(0x185),'XGUQm':'test-file-failure'},_0x5d8f68={},_0x97b94d=new Worker(require[_0x5ec128(0x191)](_0x542c62['tzqEi']),{'exposedMethods':[_0x542c62[_0x5ec128(0x1a2)]],'forkOptions':{'serialization':_0x542c62[_0x5ec128(0x1cf)],'stdio':_0x542c62[_0x5ec128(0x181)]},'numWorkers':_0x9098cf,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x41453f=new Emittery();_0x41453f['on'](_0x542c62[_0x5ec128(0x1d6)],_0x5df49f=>{const _0x4e59de=_0x5ec128;_0x5df49f[0x0]&&logger['info'](_0x4e59de(0x1be)+_0x5df49f[0x1]+_0x4e59de(0x196),_0x5df49f[0x0]);}),_0x41453f['on'](_0x542c62['XGUQm'],_0xf8820a=>{process['exitCode']=0x1;});_0x97b94d['getStdout']()&&_0x97b94d[_0x5ec128(0x1b0)]()[_0x5ec128(0x1da)](process[_0x5ec128(0x1e6)]);_0x97b94d['getStderr']()&&_0x97b94d['getStderr']()[_0x5ec128(0x1da)](process[_0x5ec128(0x1b7)]);const _0x2d9516=async()=>{const _0x28d057=_0x5ec128,_0x167b20={'bkvqR':function(_0x3d6143,_0xb46109){const _0x558e4a=a41_0x3dc1;return _0x542c62[_0x558e4a(0x1b3)](_0x3d6143,_0xb46109);},'FqEoc':function(_0x10f000,_0x35431b){const _0x1c585d=a41_0x3dc1;return _0x542c62[_0x1c585d(0x1a1)](_0x10f000,_0x35431b);},'yZkUm':_0x542c62[_0x28d057(0x17f)]};let _0x216647=0x0;const _0x1ae28a=_0x97b94d[_0x28d057(0x1e8)][_0x28d057(0x18c)](),_0x2d176a=()=>{},_0x2041e6=_0x1ae28a[_0x28d057(0x1e0)](async _0x5176d3=>{const _0x4a735e=_0x28d057;_0x5176d3[_0x4a735e(0x1e4)]([0x2,![]],_0x2d176a,_0x2d176a,_0x2d176a),_0x5176d3[_0x4a735e(0x1c7)]['on'](_0x167b20['yZkUm'],_0x5806bb=>{const _0xaf2367=_0x4a735e;_0x167b20[_0xaf2367(0x194)](_0x216647,0x0)&&_0x167b20[_0xaf2367(0x1b4)](_0x5806bb,0x0)&&(_0x216647=_0x5806bb);}),await _0x5176d3[_0x4a735e(0x1c5)]();});await Promise[_0x28d057(0x1d1)](_0x2041e6),process[_0x28d057(0x19d)]=_0x216647;const {forceExited:_0x21c8dc}=await _0x97b94d[_0x28d057(0x1b8)]();_0x21c8dc&&console['error'](_0x542c62[_0x28d057(0x1c9)]),_0x542c62[_0x28d057(0x1bb)](_0x5ed2ed,_0x5d8f68);},_0x1cac31=_0x542c62[_0x5ec128(0x1bb)](pLimit,_0x9098cf),_0x232f2c=_0x2df1c5=>_0x1cac31(async()=>{const _0x5703bd=_0x5ec128;return _0x97b94d[_0x5703bd(0x1c0)](_0x2df1c5);});Promise[_0x5ec128(0x1d1)](_0x172326[_0x5ec128(0x1e0)](_0x5361b5=>_0x232f2c(_0x5361b5)['then'](_0x45aecf=>_0x41453f['emit'](_0x5ec128(0x185),[_0x5361b5[_0x5ec128(0x187)]['platform'],_0x5361b5['configuration']['file']]),_0x5a59e2=>_0x41453f[_0x5ec128(0x1d5)](_0x5ec128(0x1e3),[_0x5361b5,_0x5a59e2]))))[_0x5ec128(0x17b)](_0x2d9516,_0x2d9516);});
@@ -1 +1 @@
1
- function a42_0x4975(){const _0x18245f=['712248OxiWBP','runVanillaTest','../launcher/launcher','eNfSa','run','yKzow','pIUqr','2510tkUpYV','153JkcBiU','formatter','1923600WihqyB','mocha','501530IPqXSp','27425CVTWoO','4898446qWGLAi','LAwob','198GsZdiM','749jnfMko','runTest','runCucumberTest','iqgjg','pgOgF','490983TWQSBb'];a42_0x4975=function(){return _0x18245f;};return a42_0x4975();}function a42_0x19c1(_0x40f594,_0x59865){const _0x49750a=a42_0x4975();return a42_0x19c1=function(_0x19c187,_0x244f9a){_0x19c187=_0x19c187-0x1b8;let _0x46d689=_0x49750a[_0x19c187];return _0x46d689;},a42_0x19c1(_0x40f594,_0x59865);}const a42_0x3baeac=a42_0x19c1;(function(_0x123709,_0xbd9189){const _0x1b3e85=a42_0x19c1,_0x5c808b=_0x123709();while(!![]){try{const _0xb60699=-parseInt(_0x1b3e85(0x1b8))/0x1*(parseInt(_0x1b3e85(0x1c5))/0x2)+parseInt(_0x1b3e85(0x1bd))/0x3+-parseInt(_0x1b3e85(0x1c8))/0x4+parseInt(_0x1b3e85(0x1cb))/0x5*(parseInt(_0x1b3e85(0x1ce))/0x6)+parseInt(_0x1b3e85(0x1cc))/0x7+parseInt(_0x1b3e85(0x1be))/0x8+parseInt(_0x1b3e85(0x1c6))/0x9*(parseInt(_0x1b3e85(0x1ca))/0xa);if(_0xb60699===_0xbd9189)break;else _0x5c808b['push'](_0x5c808b['shift']());}catch(_0x42ab98){_0x5c808b['push'](_0x5c808b['shift']());}}}(a42_0x4975,0x89fbd),exports[a42_0x3baeac(0x1b9)]=async(_0x4bf68f,_0x434e81)=>{const _0x41485d=a42_0x3baeac,_0x1da97a={'yKzow':function(_0x4f26b3,_0x372ae2){return _0x4f26b3(_0x372ae2);},'pIUqr':_0x41485d(0x1c0),'quYQw':_0x41485d(0x1c9)},_0x503364=_0x1da97a[_0x41485d(0x1c3)](require,_0x1da97a[_0x41485d(0x1c4)]),_0x20de18=new _0x503364(_0x1da97a['quYQw'],_0x4bf68f,_0x434e81);return await _0x20de18[_0x41485d(0x1c2)]();},exports[a42_0x3baeac(0x1ba)]=async(_0x19e255,_0x48b9bc,_0x423b62,_0x4f06ab,_0x4c39b4)=>{const _0x28bf39=a42_0x3baeac,_0x47d77e={'pgOgF':function(_0x651745,_0x413552){return _0x651745(_0x413552);},'CNWVl':_0x28bf39(0x1c0),'eNfSa':'cucumber-js'},_0x293212={'capability':_0x19e255,..._0x48b9bc},_0x29fd5e={};_0x29fd5e['configuration']=_0x293212,_0x29fd5e[_0x28bf39(0x1c7)]=_0x4c39b4;const _0x115b97=_0x29fd5e,_0x42910c=_0x47d77e[_0x28bf39(0x1bc)](require,_0x47d77e['CNWVl']),_0xce7821=new _0x42910c(_0x47d77e[_0x28bf39(0x1c1)],_0x115b97,_0x423b62,_0x4f06ab);return await _0xce7821[_0x28bf39(0x1c2)]();},exports[a42_0x3baeac(0x1bf)]=async _0x5504f1=>{const _0x104738=a42_0x3baeac,_0x20c363={'LAwob':function(_0x455d0a,_0x22b3ef){return _0x455d0a(_0x22b3ef);},'iqgjg':_0x104738(0x1c0),'earwn':'vanilla'},_0x51b51a=_0x20c363[_0x104738(0x1cd)](require,_0x20c363[_0x104738(0x1bb)]),_0x4df1cb=new _0x51b51a(_0x20c363['earwn'],_0x5504f1);return await _0x4df1cb[_0x104738(0x1c2)]();});
1
+ const a42_0x4c6398=a42_0x4ae2;function a42_0x4ae2(_0x4229f2,_0x2eb807){const _0x24ef2b=a42_0x24ef();return a42_0x4ae2=function(_0x4ae279,_0x2e593f){_0x4ae279=_0x4ae279-0x1a6;let _0x21ad54=_0x24ef2b[_0x4ae279];return _0x21ad54;},a42_0x4ae2(_0x4229f2,_0x2eb807);}(function(_0x5e7845,_0x176512){const _0x380486=a42_0x4ae2,_0x3bba9a=_0x5e7845();while(!![]){try{const _0x32c216=-parseInt(_0x380486(0x1b5))/0x1*(-parseInt(_0x380486(0x1a8))/0x2)+parseInt(_0x380486(0x1a6))/0x3+parseInt(_0x380486(0x1ac))/0x4+parseInt(_0x380486(0x1b2))/0x5*(parseInt(_0x380486(0x1ad))/0x6)+-parseInt(_0x380486(0x1a9))/0x7*(-parseInt(_0x380486(0x1bb))/0x8)+-parseInt(_0x380486(0x1be))/0x9+parseInt(_0x380486(0x1b4))/0xa*(-parseInt(_0x380486(0x1aa))/0xb);if(_0x32c216===_0x176512)break;else _0x3bba9a['push'](_0x3bba9a['shift']());}catch(_0x993df5){_0x3bba9a['push'](_0x3bba9a['shift']());}}}(a42_0x24ef,0xb84ac),exports[a42_0x4c6398(0x1ab)]=async(_0x21456d,_0xbc3033)=>{const _0x5a47b3=a42_0x4c6398,_0x3da9dd={'TMMhm':function(_0x28b044,_0x5b29da){return _0x28b044(_0x5b29da);},'eltjF':_0x5a47b3(0x1b7),'bHEEM':_0x5a47b3(0x1b6)},_0x46c2b7=_0x3da9dd[_0x5a47b3(0x1bc)](require,_0x3da9dd['eltjF']),_0x2c5018=new _0x46c2b7(_0x3da9dd[_0x5a47b3(0x1b0)],_0x21456d,_0xbc3033);return await _0x2c5018[_0x5a47b3(0x1a7)]();},exports['runCucumberTest']=async(_0x21c9cc,_0x3ac308,_0x4b0370,_0x118551,_0x39dec8)=>{const _0x5e4efa=a42_0x4c6398,_0x284b56={'JyLxd':function(_0x31e0ca,_0xde04f8){return _0x31e0ca(_0xde04f8);},'NjSab':_0x5e4efa(0x1b7),'FtRfM':_0x5e4efa(0x1b9)},_0x48d0cc={'capability':_0x21c9cc,..._0x3ac308},_0x11b040={};_0x11b040[_0x5e4efa(0x1ae)]=_0x48d0cc,_0x11b040[_0x5e4efa(0x1ba)]=_0x39dec8;const _0x3efe59=_0x11b040,_0x49ff8c=_0x284b56['JyLxd'](require,_0x284b56[_0x5e4efa(0x1bd)]),_0x15ff40=new _0x49ff8c(_0x284b56[_0x5e4efa(0x1b1)],_0x3efe59,_0x4b0370,_0x118551);return await _0x15ff40[_0x5e4efa(0x1a7)]();},exports['runVanillaTest']=async _0x2a8cbf=>{const _0x4a37e8=a42_0x4c6398,_0x34a76d={'FhHMI':function(_0x3f26a1,_0x4a2f9b){return _0x3f26a1(_0x4a2f9b);},'iMjHD':_0x4a37e8(0x1b7),'ywGpZ':_0x4a37e8(0x1b8)},_0x1b583f=_0x34a76d[_0x4a37e8(0x1b3)](require,_0x34a76d[_0x4a37e8(0x1af)]),_0x40897c=new _0x1b583f(_0x34a76d['ywGpZ'],_0x2a8cbf);return await _0x40897c[_0x4a37e8(0x1a7)]();});function a42_0x24ef(){const _0x30248c=['7411tSZlWD','mocha','../launcher/launcher','vanilla','cucumber-js','formatter','24ImDZqR','TMMhm','NjSab','12987549kAJTmI','2648706BhEFKC','run','102rRtcgH','442449RFXylm','5027BtiMiP','runTest','2105352vJQEgb','7572870kHwoTT','configuration','iMjHD','bHEEM','FtRfM','5DhoWke','FhHMI','22780ScKKfX'];a42_0x24ef=function(){return _0x30248c;};return a42_0x24ef();}
@@ -1 +1 @@
1
- function a43_0x268a(_0x5241e6,_0x1a46a8){const _0x56f4b5=a43_0x56f4();return a43_0x268a=function(_0x268ac3,_0x402b68){_0x268ac3=_0x268ac3-0x12e;let _0xebac6e=_0x56f4b5[_0x268ac3];return _0xebac6e;},a43_0x268a(_0x5241e6,_0x1a46a8);}const a43_0xab1e6e=a43_0x268a;function a43_0x56f4(){const _0x2781fd=['20WGEhIn','141565QwsxSz','vanillaWorker','1339623yfjAEe','33iUtGlm','IVZGH','38SabuPk','./runTest','265410OmEfuJ','8anpymU','pfyJP','6764teRKqE','111171OcmVeo','zyoKV','877541qVVKNu','worker','1706730CIwgte'];a43_0x56f4=function(){return _0x2781fd;};return a43_0x56f4();}(function(_0x246552,_0x17bf0f){const _0x3f3b30=a43_0x268a,_0xf7b46f=_0x246552();while(!![]){try{const _0x542df3=-parseInt(_0x3f3b30(0x139))/0x1*(parseInt(_0x3f3b30(0x13e))/0x2)+parseInt(_0x3f3b30(0x12e))/0x3+parseInt(_0x3f3b30(0x133))/0x4*(-parseInt(_0x3f3b30(0x134))/0x5)+parseInt(_0x3f3b30(0x132))/0x6+parseInt(_0x3f3b30(0x130))/0x7*(-parseInt(_0x3f3b30(0x13c))/0x8)+parseInt(_0x3f3b30(0x136))/0x9+parseInt(_0x3f3b30(0x13b))/0xa*(parseInt(_0x3f3b30(0x137))/0xb);if(_0x542df3===_0x17bf0f)break;else _0xf7b46f['push'](_0xf7b46f['shift']());}catch(_0x5ae62a){_0xf7b46f['push'](_0xf7b46f['shift']());}}}(a43_0x56f4,0x25baa));const {runTest,runCucumberTest,runVanillaTest}=require(a43_0xab1e6e(0x13a));exports[a43_0xab1e6e(0x131)]=async(_0x180a96,_0x3ee6d3)=>{const _0xb3a25e=a43_0xab1e6e,_0x406d36={'IVZGH':function(_0x32bee8,_0x2bcec3,_0x397918){return _0x32bee8(_0x2bcec3,_0x397918);}};return await _0x406d36[_0xb3a25e(0x138)](runTest,_0x180a96,_0x3ee6d3);},exports['cucumberWorker']=async(_0x20eb31,_0xad04ec,_0x11a4ac,_0x2d60c2,_0x5b4611)=>{const _0x4081a9=a43_0xab1e6e,_0x4a8e61={'zyoKV':function(_0x20b01d,_0x34d813,_0x55c728,_0x481f14,_0x351caa,_0x186951){return _0x20b01d(_0x34d813,_0x55c728,_0x481f14,_0x351caa,_0x186951);}};return await _0x4a8e61[_0x4081a9(0x12f)](runCucumberTest,_0x20eb31,_0xad04ec,_0x11a4ac,_0x2d60c2,_0x5b4611);},exports[a43_0xab1e6e(0x135)]=async _0x5f0fba=>{const _0x31d2ac=a43_0xab1e6e,_0x187352={'pfyJP':function(_0x56fb6b,_0x38e1f5){return _0x56fb6b(_0x38e1f5);}};return await _0x187352[_0x31d2ac(0x13d)](runVanillaTest,_0x5f0fba);};
1
+ const a43_0x2f67e0=a43_0x1e4e;function a43_0x4c2d(){const _0x850f60=['9830yTXLUX','cucumberWorker','238780fUuiNq','./runTest','vgrwZ','vanillaWorker','13lQVbSc','393247vmwPAW','6RLksMp','KwFCm','WXaAT','1716516NSdvmN','6941ruzqMQ','2219650UFbnMA','36tTnfEb','24BGsYHe','398832AcoQTN','2lelyOV','1121407gjFGDj'];a43_0x4c2d=function(){return _0x850f60;};return a43_0x4c2d();}(function(_0x590205,_0x35d668){const _0x24768a=a43_0x1e4e,_0x19049e=_0x590205();while(!![]){try{const _0x405060=-parseInt(_0x24768a(0x138))/0x1*(parseInt(_0x24768a(0x12f))/0x2)+parseInt(_0x24768a(0x139))/0x3*(parseInt(_0x24768a(0x133))/0x4)+parseInt(_0x24768a(0x12b))/0x5+parseInt(_0x24768a(0x12d))/0x6*(parseInt(_0x24768a(0x130))/0x7)+-parseInt(_0x24768a(0x12e))/0x8*(-parseInt(_0x24768a(0x12c))/0x9)+-parseInt(_0x24768a(0x131))/0xa*(parseInt(_0x24768a(0x12a))/0xb)+parseInt(_0x24768a(0x129))/0xc*(parseInt(_0x24768a(0x137))/0xd);if(_0x405060===_0x35d668)break;else _0x19049e['push'](_0x19049e['shift']());}catch(_0x186aa2){_0x19049e['push'](_0x19049e['shift']());}}}(a43_0x4c2d,0x82247));const {runTest,runCucumberTest,runVanillaTest}=require(a43_0x2f67e0(0x134));function a43_0x1e4e(_0x3d8c81,_0x8770ca){const _0x4c2d05=a43_0x4c2d();return a43_0x1e4e=function(_0x1e4e91,_0x4dfc08){_0x1e4e91=_0x1e4e91-0x128;let _0x16e642=_0x4c2d05[_0x1e4e91];return _0x16e642;},a43_0x1e4e(_0x3d8c81,_0x8770ca);}exports['worker']=async(_0x456a7f,_0x3eb721)=>{const _0x596515=a43_0x2f67e0,_0x4febc7={'WXaAT':function(_0x108b0e,_0x49b3af,_0x1239a6){return _0x108b0e(_0x49b3af,_0x1239a6);}};return await _0x4febc7[_0x596515(0x128)](runTest,_0x456a7f,_0x3eb721);},exports[a43_0x2f67e0(0x132)]=async(_0xe47596,_0x5dec53,_0x22e2ea,_0x190152,_0x502e94)=>{const _0x5d2ce5=a43_0x2f67e0,_0x2417ba={'KwFCm':function(_0x5b821d,_0x1b605c,_0x51671e,_0x337741,_0xa9dd32,_0x1fa022){return _0x5b821d(_0x1b605c,_0x51671e,_0x337741,_0xa9dd32,_0x1fa022);}};return await _0x2417ba[_0x5d2ce5(0x13a)](runCucumberTest,_0xe47596,_0x5dec53,_0x22e2ea,_0x190152,_0x502e94);},exports[a43_0x2f67e0(0x136)]=async _0x20687e=>{const _0x4f118a=a43_0x2f67e0,_0x2aa237={'vgrwZ':function(_0x42abed,_0x58000d){return _0x42abed(_0x58000d);}};return await _0x2aa237[_0x4f118a(0x135)](runVanillaTest,_0x20687e);};