browserstack-node-sdk 1.31.2 → 1.31.3

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 (105) 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/config/constants.js +1 -1
  18. package/ats/src/config/logger.js +1 -1
  19. package/ats/src/index.js +1 -1
  20. package/ats/src/utils/AWSUtils.js +1 -1
  21. package/ats/src/utils/createAutoscalerStack.js +1 -1
  22. package/ats/src/utils/createClusterStack.js +1 -1
  23. package/ats/src/utils/createk8sClient.js +1 -1
  24. package/ats/src/utils/deleteStack.js +1 -1
  25. package/ats/src/utils/gridComponents.js +1 -1
  26. package/ats/src/utils/hstUtils.js +1 -1
  27. package/ats/src/utils/instrumentationUtils.js +1 -1
  28. package/ats/src/utils/userInput.js +1 -1
  29. package/ats/src/utils/utilityMethods.js +1 -1
  30. package/ats/src/utils/webSocketUtils.js +1 -1
  31. package/package.json +1 -1
  32. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  33. package/src/bin/codeceptjs/command.js +1 -1
  34. package/src/bin/cucumber-js/command.js +1 -1
  35. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  37. package/src/bin/cucumber-js/test.setup.js +1 -1
  38. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  39. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  40. package/src/bin/jest/command.js +1 -1
  41. package/src/bin/jest/customImplements/customCircus.js +1 -1
  42. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  43. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  44. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  45. package/src/bin/jest/jest.setup.js +1 -1
  46. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  47. package/src/bin/jest/test-observability/helper.js +1 -1
  48. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  49. package/src/bin/jest/test-observability/test-details.js +1 -1
  50. package/src/bin/jest/test_before.setup.js +1 -1
  51. package/src/bin/launcher/launcher.js +1 -1
  52. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  53. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  54. package/src/bin/mocha/command.js +1 -1
  55. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  56. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  57. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  58. package/src/bin/mocha/test.setup.js +1 -1
  59. package/src/bin/nightwatch/command.js +1 -1
  60. package/src/bin/playwright/accessibility-helper.js +1 -1
  61. package/src/bin/playwright/command.js +1 -1
  62. package/src/bin/playwright/globalSetup.js +1 -1
  63. package/src/bin/playwright/mock-process.js +1 -1
  64. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  65. package/src/bin/playwright/reporter/reporter.js +1 -1
  66. package/src/bin/playwright/reporter/test-details.js +1 -1
  67. package/src/bin/runner.js +1 -1
  68. package/src/bin/setup.js +1 -1
  69. package/src/bin/test-runner/index.js +1 -1
  70. package/src/bin/test-runner/runTest.js +1 -1
  71. package/src/bin/test-runner/testWorker.js +1 -1
  72. package/src/bin/utils/constants.js +1 -1
  73. package/src/bin/utils/log4jsAppender.js +1 -1
  74. package/src/bin/utils/logPatcher.js +1 -1
  75. package/src/bin/utils/logReportingAPI.js +1 -1
  76. package/src/bin/vanilla-js/command.js +1 -1
  77. package/src/browserstackSDKMethods.js +1 -1
  78. package/src/helpers/BrowserStackSetup.js +1 -1
  79. package/src/helpers/accessibility-automation/constants.js +1 -1
  80. package/src/helpers/accessibility-automation/helper.js +1 -1
  81. package/src/helpers/ats/constants.js +1 -1
  82. package/src/helpers/ats/helper.js +1 -1
  83. package/src/helpers/capsMapping.js +1 -1
  84. package/src/helpers/helper.js +1 -1
  85. package/src/helpers/logger.js +1 -1
  86. package/src/helpers/patchHelpers.js +1 -1
  87. package/src/helpers/percy/Percy.js +1 -1
  88. package/src/helpers/percy/PercyBinary.js +1 -1
  89. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  90. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  91. package/src/helpers/percy/PercySDK.js +1 -1
  92. package/src/helpers/percy/index.js +1 -1
  93. package/src/helpers/percy/utils.js +1 -1
  94. package/src/helpers/request-spy.js +1 -1
  95. package/src/helpers/setKeepAlive.js +1 -1
  96. package/src/helpers/test-observability/constants.js +1 -1
  97. package/src/helpers/test-observability/error-handler.js +1 -1
  98. package/src/helpers/test-observability/performance-tester.js +1 -1
  99. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  100. package/src/helpers/test-observability/sessionHandler.js +1 -1
  101. package/src/helpers/test-observability/utils.js +1 -1
  102. package/src/helpers/w3cMapping.js +1 -1
  103. package/src/hubAllocationMethods.js +1 -1
  104. package/src/index.js +1 -1
  105. package/ats/src/cloudproviders/gcs.js +0 -1
@@ -1 +1 @@
1
- const a33_0x227167=a33_0x2b2e;function a33_0x2b2e(_0x466e96,_0x2f597f){const _0x2e430a=a33_0x2e43();return a33_0x2b2e=function(_0x2b2e90,_0x234e68){_0x2b2e90=_0x2b2e90-0x9c;let _0x5b7423=_0x2e430a[_0x2b2e90];return _0x5b7423;},a33_0x2b2e(_0x466e96,_0x2f597f);}(function(_0x1e70b6,_0x23eee8){const _0x4f012a=a33_0x2b2e,_0x5b0e16=_0x1e70b6();while(!![]){try{const _0x870784=parseInt(_0x4f012a(0x9f))/0x1+parseInt(_0x4f012a(0x1f6))/0x2+-parseInt(_0x4f012a(0xf4))/0x3+-parseInt(_0x4f012a(0x13a))/0x4+parseInt(_0x4f012a(0x1c9))/0x5*(parseInt(_0x4f012a(0xeb))/0x6)+parseInt(_0x4f012a(0x15a))/0x7*(parseInt(_0x4f012a(0x132))/0x8)+parseInt(_0x4f012a(0xdd))/0x9*(-parseInt(_0x4f012a(0x131))/0xa);if(_0x870784===_0x23eee8)break;else _0x5b0e16['push'](_0x5b0e16['shift']());}catch(_0x2701dc){_0x5b0e16['push'](_0x5b0e16['shift']());}}}(a33_0x2e43,0xe6f03));const RequestQueueHandler=require(a33_0x227167(0xa8)),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a33_0x227167(0x19b)),{v4:uuidv4}=require('uuid'),path=require(a33_0x227167(0xd2)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require(a33_0x227167(0x20f)),{getGitMetaData}=require(a33_0x227167(0x202)),TestDetails=require('./test-details'),fs=require('fs'),util=require(a33_0x227167(0xe6)),{o11yClassErrorHandler}=require(a33_0x227167(0x1fe)),PerformanceTester=require('../../../helpers/test-observability/performance-tester'),{FRAMEWORKS}=require(a33_0x227167(0x114)),SessionHandler=require(a33_0x227167(0x10f));class MyReporter{constructor(_0x3130c9){const _0x2d26fe=a33_0x227167,_0x55ef3a={};_0x55ef3a[_0x2d26fe(0x1b3)]=function(_0x4791d2,_0x114386){return _0x4791d2===_0x114386;},_0x55ef3a[_0x2d26fe(0x123)]='object',_0x55ef3a[_0x2d26fe(0x1ee)]=function(_0x4a6956,_0x5b6c06){return _0x4a6956===_0x5b6c06;},_0x55ef3a['fVrft']='dupsV',_0x55ef3a[_0x2d26fe(0x1ed)]='performance-report-reporter.json';const _0x31e681=_0x55ef3a;if(process['env'][_0x2d26fe(0x1aa)]){if(_0x31e681['ZQfpV'](_0x31e681['fVrft'],_0x31e681[_0x2d26fe(0x1d6)]))PerformanceTester['startMonitoring'](_0x31e681[_0x2d26fe(0x1ed)]),process[_0x2d26fe(0x21f)][_0x2d26fe(0x15f)]=new Date()[_0x2d26fe(0x1df)]();else{let _0x608536=_0x334632[_0x2d26fe(0x101)];return _0x31e681[_0x2d26fe(0x1b3)](typeof _0x388f8d[_0x2d26fe(0x101)],_0x31e681[_0x2d26fe(0x123)])&&(_0x608536=_0x608536[_0x2d26fe(0x142)]),_0x608536+'\x20-\x20'+_0x1cbe1c[_0x2d26fe(0x142)];}}this[_0x2d26fe(0x134)]={},this[_0x2d26fe(0x1a8)]={},this[_0x2d26fe(0xf2)]=_0x3130c9,this[_0x2d26fe(0xd7)]=![],this[_0x2d26fe(0x200)]=null;}async[a33_0x227167(0x210)](){const _0x4568ab=a33_0x227167;TestDetails['setup'](),await this[_0x4568ab(0x1d8)]();}async[a33_0x227167(0x1b0)](_0x51a273,_0x9f5a8e){const _0x1cabbc=a33_0x227167,_0x1043b8={};_0x1043b8['ykOLq']='TestRunStarted';const _0x425436=_0x1043b8,_0x51641a=this['getTestIdentifier'](_0x51a273);this[_0x1cabbc(0x134)][_0x51641a]={'uuid':TestDetails[_0x1cabbc(0xbc)](this[_0x1cabbc(0x107)](_0x51a273,_0x9f5a8e['retry'])),'startedAt':_0x9f5a8e['startTime']},await this['sendTestRunEvent'](_0x51a273,_0x425436[_0x1cabbc(0x1b1)],_0x9f5a8e);}async[a33_0x227167(0x167)](_0x1ebcc4,_0x59f69a,_0x4934e8){const _0x36a576=a33_0x227167,_0x1d54dd={'Irqoe':function(_0x569172,_0x168d3f){return _0x569172(_0x168d3f);},'loggH':'failed','gYeQO':function(_0x1dca81,_0x1648cb){return _0x1dca81(_0x1648cb);},'jrYyb':function(_0x1ec609,_0x3540be,_0x5b1f70){return _0x1ec609(_0x3540be,_0x5b1f70);},'oIKJp':_0x36a576(0x174),'PuaVg':function(_0x189a0f,_0x4f36cf){return _0x189a0f===_0x4f36cf;},'rDkri':_0x36a576(0x22a),'VYntR':function(_0x212f60,_0x24185c){return _0x212f60!==_0x24185c;},'fTQxn':_0x36a576(0x211),'ACmee':_0x36a576(0x172)};if(!this[_0x36a576(0x1e9)](_0x4934e8,_0x1ebcc4)){if(_0x1d54dd[_0x36a576(0x1f9)](_0x1d54dd[_0x36a576(0xb9)],_0x1d54dd[_0x36a576(0xb9)]))return;else _0x1d54dd[_0x36a576(0xd0)](_0x56a58d,_0x36a576(0x176)+_0x4f2ba1[_0x36a576(0x1ab)]());}const _0x2f0ba1=this[_0x36a576(0x1a7)](_0x1ebcc4,_0x4934e8);this['_tests'][_0x2f0ba1]={'uuid':TestDetails['getTestUUID'](_0x2f0ba1),'startedAt':_0x4934e8[_0x36a576(0x20a)][_0x36a576(0x1df)]()};const _0x509c81=this['getTestRunIdentifier'](_0x1ebcc4,_0x59f69a[_0x36a576(0x12c)]);if(!this[_0x36a576(0x1a8)][_0x509c81]){if(_0x1d54dd[_0x36a576(0x127)](_0x1d54dd['fTQxn'],_0x1d54dd[_0x36a576(0xab)])){_0x6a3ee[_0x36a576(0x14e)]=_0x1d54dd[_0x36a576(0x17e)],_0x20a56d[_0x36a576(0x1f7)]=_0x1d54dd['Irqoe'](_0x5d7ce9,_0x416029['error'][_0x36a576(0x1f0)]),_0x1e472a[_0x36a576(0xd6)]=_0x1d54dd['gYeQO'](_0xb00959,_0x486f1f[_0x36a576(0x1ad)][_0x36a576(0x1f0)]);const _0x1d847d=_0x1d54dd['jrYyb'](_0x23ba47,_0x3e212b[_0x36a576(0x1ad)],_0x1d54dd[_0x36a576(0xcd)]);if(_0x1d847d&&_0x1d54dd[_0x36a576(0x1f9)](_0x1d847d[_0x36a576(0x1fb)],0x0)){const _0x18cb38={};_0x18cb38[_0x36a576(0xac)]=[_0x195299[_0x36a576(0x1f7)]],_0x18cb38[_0x36a576(0xa2)]=[],_0x1d847d['push'](_0x18cb38);}_0x50583c['failure']=_0x1d847d;}else this[_0x36a576(0x1a8)][_0x509c81]=[];}this['_testHooksMap'][_0x509c81][_0x36a576(0xbe)](this['_tests'][_0x2f0ba1]['uuid']),await this['sendHookRunEvent'](_0x1ebcc4,_0x4934e8,_0x1d54dd[_0x36a576(0x100)],_0x59f69a);}async[a33_0x227167(0x9e)](_0x4fee4d,_0xa78bb8,_0x21ccdb){const _0x3ad0b9=a33_0x227167,_0x1f30b9={};_0x1f30b9[_0x3ad0b9(0x155)]=function(_0x4766dc,_0x45060e){return _0x4766dc===_0x45060e;},_0x1f30b9[_0x3ad0b9(0x13b)]=_0x3ad0b9(0x1dc),_0x1f30b9[_0x3ad0b9(0xaa)]=_0x3ad0b9(0x16e),_0x1f30b9['ypBQz']='base64',_0x1f30b9['irAqS']=function(_0x3acb3e,_0x26bbb0){return _0x3acb3e===_0x26bbb0;},_0x1f30b9[_0x3ad0b9(0xf9)]=_0x3ad0b9(0x1b8),_0x1f30b9[_0x3ad0b9(0xc3)]=function(_0x2d143e,_0x58550f){return _0x2d143e+_0x58550f;},_0x1f30b9['fNrLD']=_0x3ad0b9(0x201);const _0x1ce740=_0x1f30b9;if(!this[_0x3ad0b9(0x1e9)](_0x21ccdb,_0x4fee4d)){if(_0x1ce740[_0x3ad0b9(0x1ec)](_0x1ce740[_0x3ad0b9(0xf9)],_0x1ce740[_0x3ad0b9(0xf9)]))return;else{const _0x22fc2c={'SYUSe':function(_0x596085,_0x54b670){return _0x1ce740['owKKR'](_0x596085,_0x54b670);},'TajZv':_0x1ce740[_0x3ad0b9(0x13b)],'SnjZN':_0x1ce740[_0x3ad0b9(0xaa)],'VEmST':_0x1ce740['ypBQz']};_0x8b14a8['attachments'][_0x3ad0b9(0x140)](_0x2da1fd=>{const _0x1ed28f=_0x3ad0b9;if(_0x22fc2c[_0x1ed28f(0x156)](_0x2da1fd[_0x1ed28f(0x1f1)],_0x22fc2c[_0x1ed28f(0x197)])){if(!_0x53b405[_0x1ed28f(0x136)](_0x2da1fd['path']))return;_0x2460f3['push']({'test_run_uuid':_0x128881,'timestamp':_0x4bfeb4[_0x1ed28f(0x1ce)](_0x2da1fd[_0x1ed28f(0xd2)])[_0x1ed28f(0xe2)],'kind':_0x22fc2c[_0x1ed28f(0xa9)],'message':_0x3f8a7c[_0x1ed28f(0xb5)](_0x2da1fd[_0x1ed28f(0xd2)],{'encoding':_0x22fc2c['VEmST']})});}});}}const _0x266edd=this['getStepIdentifier'](_0x4fee4d,_0x21ccdb);this[_0x3ad0b9(0x134)][_0x266edd]={...this[_0x3ad0b9(0x134)][_0x266edd]||{},'finishedAt':new Date(_0x1ce740[_0x3ad0b9(0xc3)](_0x21ccdb[_0x3ad0b9(0x20a)][_0x3ad0b9(0x1a0)](),_0x21ccdb[_0x3ad0b9(0x189)]))},await this[_0x3ad0b9(0x168)](_0x4fee4d,_0x21ccdb,_0x1ce740[_0x3ad0b9(0x121)],_0xa78bb8);}async['onTestEnd'](_0x49811f,_0xf4d6b){const _0x33fd82=a33_0x227167,_0x11ea37={'FQisB':function(_0x223a9b,_0x5f542f){return _0x223a9b===_0x5f542f;},'MFxgU':_0x33fd82(0xec),'XdDAO':_0x33fd82(0x14f),'HGLPn':function(_0x56965a,_0x387aef){return _0x56965a===_0x387aef;},'mzvtq':function(_0xdc99e4,_0x5654a6){return _0xdc99e4===_0x5654a6;},'CDMaN':_0x33fd82(0xa4),'mRbXr':_0x33fd82(0x11a),'DWZkN':function(_0x137d5,_0xfc0159){return _0x137d5===_0xfc0159;},'NrSoN':'Expected\x20to\x20fail,\x20but\x20passed.','ksilF':function(_0x522a6b,_0x29a12b,_0x4a0b86){return _0x522a6b(_0x29a12b,_0x4a0b86);},'AyJSj':function(_0x353636,_0x8f98a5){return _0x353636===_0x8f98a5;},'bgQIm':_0x33fd82(0x16c),'jxvGw':_0x33fd82(0xf7),'FfqTv':_0x33fd82(0x1dc),'BCNNv':function(_0x53cf4f,_0x339c34){return _0x53cf4f===_0x339c34;},'RTvdt':_0x33fd82(0x215),'yOphn':_0x33fd82(0x149),'akUnS':function(_0x5ff8a6,_0x3a4507){return _0x5ff8a6===_0x3a4507;},'AlEky':_0x33fd82(0x15d),'tceuV':_0x33fd82(0x16e),'ZYIkn':_0x33fd82(0x1bf),'wnERZ':'TestRunFinished','tZxyz':function(_0x130871,_0x2f870c){return _0x130871===_0x2f870c;},'TdGSo':_0x33fd82(0x19c),'aFmVY':'DSfum','XzvYD':function(_0x47653e,_0x295136){return _0x47653e>_0x295136;},'WjcOO':_0x33fd82(0x144)},_0x54d459=this['getTestIdentifier'](_0x49811f),_0x38feed=TestDetails[_0x33fd82(0xbc)](this[_0x33fd82(0x107)](_0x49811f,_0xf4d6b['retry']));this[_0x33fd82(0x134)][_0x54d459]={...this[_0x33fd82(0x134)][_0x54d459]||{},'finishedAt':new Date()[_0x33fd82(0x1df)]()},await this[_0x33fd82(0xa1)](_0x49811f,_0x11ea37[_0x33fd82(0xe5)],_0xf4d6b);const _0x21ccfa=[];_0xf4d6b['attachments']&&(_0x11ea37[_0x33fd82(0x13e)](_0x11ea37['TdGSo'],_0x11ea37[_0x33fd82(0xe7)])?_0x5438b3[_0x33fd82(0x14e)]=_0x11ea37[_0x33fd82(0xbf)](_0x272656[_0x33fd82(0xa5)],_0x11ea37[_0x33fd82(0x185)])?_0x11ea37[_0x33fd82(0x185)]:_0x11ea37['XdDAO']:_0xf4d6b[_0x33fd82(0x17c)][_0x33fd82(0x140)](_0x57c796=>{const _0x4cbc80=_0x33fd82,_0x4d0cbd={'XzPhd':function(_0x45224f,_0x52b3cd){return _0x11ea37['HGLPn'](_0x45224f,_0x52b3cd);},'gLwkh':_0x11ea37['XdDAO'],'fXzNe':function(_0x1f625e,_0x27b88e){const _0x112e6c=a33_0x2b2e;return _0x11ea37[_0x112e6c(0x105)](_0x1f625e,_0x27b88e);},'WmpIm':_0x11ea37[_0x4cbc80(0xc5)],'wUGek':_0x11ea37['mRbXr'],'DDnhF':function(_0x3097a9,_0x5181cd){return _0x11ea37['DWZkN'](_0x3097a9,_0x5181cd);},'xLwZm':_0x11ea37[_0x4cbc80(0x1e7)],'WbMKA':function(_0x24ce2f,_0x106bdf,_0x1e6e60){const _0x5f0e1=_0x4cbc80;return _0x11ea37[_0x5f0e1(0x147)](_0x24ce2f,_0x106bdf,_0x1e6e60);}};if(_0x11ea37[_0x4cbc80(0x1af)](_0x11ea37['bgQIm'],_0x11ea37[_0x4cbc80(0x220)])){(_0x4d0cbd['XzPhd'](_0x3d0db8['result'],_0x4d0cbd[_0x4cbc80(0x212)])||_0x4d0cbd['fXzNe'](_0x39583c[_0x4cbc80(0x14e)],_0x4d0cbd[_0x4cbc80(0xcb)])||_0x4d0cbd[_0x4cbc80(0x152)](_0x19ea39['result'],_0x4d0cbd['wUGek']))&&(_0x546873[_0x4cbc80(0x14e)]=_0x4d0cbd[_0x4cbc80(0xcb)]);if(_0x4d0cbd[_0x4cbc80(0x152)](_0x490cf0['status'],_0x4d0cbd[_0x4cbc80(0x212)])&&_0x4d0cbd[_0x4cbc80(0xa6)](_0x1d7f39['expectedStatus'],_0x4d0cbd[_0x4cbc80(0xcb)])){const _0x1460cb={};_0x1460cb['message']=_0x4d0cbd[_0x4cbc80(0x148)],_0x1460cb['stack']=_0x4d0cbd[_0x4cbc80(0x148)],_0x43539b[_0x4cbc80(0x1ad)]=_0x1460cb,_0x3096d7['errors']=[_0x4bf76e[_0x4cbc80(0x1ad)]];}}else{if(_0x11ea37[_0x4cbc80(0x105)](_0x57c796['name'],_0x11ea37[_0x4cbc80(0x205)])){if(_0x11ea37[_0x4cbc80(0xb6)](_0x11ea37[_0x4cbc80(0x1fc)],_0x11ea37[_0x4cbc80(0x1ff)])){const _0x265e96={};_0x265e96[_0x4cbc80(0xac)]=[_0x44b5b3[_0x4cbc80(0x1f7)]],_0x265e96[_0x4cbc80(0xa2)]=[],_0x445033[_0x4cbc80(0xbe)](_0x265e96);}else{if(!fs[_0x4cbc80(0x136)](_0x57c796[_0x4cbc80(0xd2)])){if(_0x11ea37['akUnS'](_0x11ea37[_0x4cbc80(0x112)],_0x11ea37[_0x4cbc80(0x112)]))return;else _0x4d0cbd[_0x4cbc80(0x106)](_0x306e36,_0xa7dbf6,!![]);}_0x21ccfa[_0x4cbc80(0xbe)]({'test_run_uuid':_0x38feed,'timestamp':fs[_0x4cbc80(0x1ce)](_0x57c796[_0x4cbc80(0xd2)])[_0x4cbc80(0xe2)],'kind':_0x11ea37[_0x4cbc80(0xfc)],'message':fs[_0x4cbc80(0xb5)](_0x57c796[_0x4cbc80(0xd2)],{'encoding':_0x11ea37['ZYIkn']})});}}}}));if(_0x11ea37[_0x33fd82(0x19d)](_0x21ccfa[_0x33fd82(0x1fb)],0x0)){if(_0x11ea37[_0x33fd82(0x1af)](_0x11ea37[_0x33fd82(0x178)],_0x11ea37[_0x33fd82(0x178)]))await MyReporter[_0x33fd82(0x1bd)](_0x21ccfa);else return![];}}async[a33_0x227167(0xde)](){const _0x4064ba=a33_0x227167;await RequestQueueHandler[_0x4064ba(0xb8)]()[_0x4064ba(0x122)](),await SessionHandler['stop'](),TestDetails['shutdown']();}async[a33_0x227167(0x216)](_0x404df7){const _0x4b3382=a33_0x227167,_0x515a8b={'tEkZV':'3|4|1|5|2|0','cLeBW':_0x4b3382(0x1d5),'zIrZt':function(_0x291c59){return _0x291c59();},'TfWBV':function(_0x3ab834,_0x4f3972){return _0x3ab834===_0x4f3972;},'vYCuV':_0x4b3382(0x193),'FQcPy':_0x4b3382(0x13d),'bZjKa':function(_0x3502d3,_0x136f18){return _0x3502d3!==_0x136f18;},'pTHJk':_0x4b3382(0x113),'IgJzU':function(_0x137a29){return _0x137a29();},'aKBwc':'XKOvz','KRxBq':_0x4b3382(0xcc),'HVzVo':function(_0x5dfa7c,_0x4637dd){return _0x5dfa7c(_0x4637dd);}};await this['endSession'](),_0x515a8b[_0x4b3382(0x198)](printBuildLink);try{if(_0x515a8b[_0x4b3382(0xad)](_0x515a8b['vYCuV'],_0x515a8b[_0x4b3382(0xc0)]))this[_0x4b3382(0x200)]=_0x50be85[_0x4b3382(0x1c4)];else{if(process[_0x4b3382(0x21f)][_0x4b3382(0x1aa)]){if(_0x515a8b['bZjKa'](_0x515a8b['pTHJk'],_0x515a8b[_0x4b3382(0x1d2)])){const _0x1a0c4f=_0x515a8b['tEkZV'][_0x4b3382(0x141)]('|');let _0x5b7c17=0x0;while(!![]){switch(_0x1a0c4f[_0x5b7c17++]){case'0':this[_0x4b3382(0x200)]=null;continue;case'1':this['_testHooksMap']={};continue;case'2':this[_0x4b3382(0xd7)]=![];continue;case'3':_0x16e22e[_0x4b3382(0x21f)][_0x4b3382(0x1aa)]&&(_0x3d4af0[_0x4b3382(0x1ca)](_0x515a8b[_0x4b3382(0x143)]),_0xac43a7[_0x4b3382(0x21f)][_0x4b3382(0x15f)]=new _0x4b309e()['toISOString']());continue;case'4':this[_0x4b3382(0x134)]={};continue;case'5':this[_0x4b3382(0xf2)]=_0x4f5e6e;continue;}break;}}else await _0x515a8b[_0x4b3382(0x16d)](calculatePerformance);}}}catch(_0x44da7c){if(_0x515a8b['TfWBV'](_0x515a8b[_0x4b3382(0x1b5)],_0x515a8b['KRxBq']))return;else _0x515a8b[_0x4b3382(0xc8)](debug,_0x4b3382(0x176)+_0x44da7c[_0x4b3382(0x1ab)]());}}static async[a33_0x227167(0x186)](_0x2b3483,_0x4816a2){const _0x5cc056=a33_0x227167;_0x4816a2[_0x5cc056(0xfd)]=TestDetails[_0x5cc056(0xbc)](_0x2b3483),await this[_0x5cc056(0x1bd)]([_0x4816a2]);}static async[a33_0x227167(0x1bd)](_0x40731a){const _0x384e94=a33_0x227167,_0x4f0453={};_0x4f0453[_0x384e94(0x228)]='LogCreated';const _0x462873=_0x4f0453,_0x2670c0={};_0x2670c0['event_type']=_0x462873['DYVai'],_0x2670c0['logs']=_0x40731a,await SessionHandler['uploadEventData'](_0x2670c0);}async['sendHookRunEvent'](_0x1bf08e,_0x3ebe0d,_0x38fda0,_0x2369c7){const _0x57fcbc=a33_0x227167,_0x59e315={'uCSwb':function(_0x3ef2df,_0x13d05e){return _0x3ef2df+_0x13d05e;},'kKJOe':function(_0x1ecd04,_0x303ee1){return _0x1ecd04-_0x303ee1;},'GNeSM':_0x57fcbc(0x1da),'Qedzu':_0x57fcbc(0x16f),'FvBaa':_0x57fcbc(0x151),'OzQwc':_0x57fcbc(0x12f),'LyVHe':_0x57fcbc(0x1d1),'RtNPd':function(_0x104edb,_0x20811c){return _0x104edb>=_0x20811c;},'pcPcj':function(_0x51de5e,_0x335f75){return _0x51de5e===_0x335f75;},'lTxAG':'HookRunFinished','MUcWl':_0x57fcbc(0x17f),'HCEGo':_0x57fcbc(0x191),'ONtul':function(_0x58e3d9,_0x51bea0){return _0x58e3d9>_0x51bea0;},'SKwfx':function(_0x29452c,_0x53f1e2){return _0x29452c!==_0x53f1e2;},'CFUjb':'hflbS','NMsVw':'CoQrP','lbIOb':'ZVotU','NYfKO':_0x57fcbc(0xa4),'wuiTu':function(_0x44edd1,_0x24d6be){return _0x44edd1(_0x24d6be);},'CzFxt':function(_0x3b95f4,_0x1cb408,_0x2f8b23){return _0x3b95f4(_0x1cb408,_0x2f8b23);},'GxZlg':_0x57fcbc(0x174),'afBmT':_0x57fcbc(0x1c8),'eEXZu':_0x57fcbc(0xc6),'vlRZh':function(_0x4911c9,_0x2e7ae4){return _0x4911c9===_0x2e7ae4;},'kWFZa':'NRZEr','fuAuf':_0x57fcbc(0x227),'xCWVb':_0x57fcbc(0x14f)},_0x255dcc=this['getStepIdentifier'](_0x1bf08e,_0x3ebe0d),_0x21d85b=this[_0x57fcbc(0x134)][_0x255dcc],_0xb3c9e4={'uuid':_0x21d85b['uuid'],'type':_0x59e315['FvBaa'],'hook_type':this[_0x57fcbc(0x1f8)](_0x3ebe0d['title']),'name':_0x3ebe0d[_0x57fcbc(0x142)],'scope':this[_0x57fcbc(0x1f4)](_0x3ebe0d),'scopes':this['getHierarchy'](_0x1bf08e),'body':{'lang':_0x59e315[_0x57fcbc(0x20c)],'code':null},'identifier':_0x255dcc,'file_name':path['relative'](process[_0x57fcbc(0xb4)](),_0x1bf08e[_0x57fcbc(0xc2)]['file']),'location':path['relative'](process['cwd'](),_0x1bf08e[_0x57fcbc(0xc2)][_0x57fcbc(0x161)]),'result':_0x59e315[_0x57fcbc(0x18b)],'duration_in_ms':_0x59e315[_0x57fcbc(0xb3)](_0x3ebe0d[_0x57fcbc(0x189)],0x0)?_0x3ebe0d[_0x57fcbc(0x189)]:undefined,'vc_filepath':this[_0x57fcbc(0x200)]&&_0x1bf08e['location'][_0x57fcbc(0x161)]?path[_0x57fcbc(0x1a1)](this[_0x57fcbc(0x200)],_0x1bf08e[_0x57fcbc(0xc2)]['file']):undefined,'started_at':_0x21d85b[_0x57fcbc(0xdf)],'finished_at':_0x21d85b['finishedAt'],'framework':FRAMEWORKS[_0x57fcbc(0x217)]};if(_0x59e315['pcPcj'](_0x38fda0,_0x59e315[_0x57fcbc(0x1bb)])){if(_0x59e315[_0x57fcbc(0x179)](_0x59e315['MUcWl'],_0x59e315[_0x57fcbc(0x11c)]))return _0x59e315[_0x57fcbc(0x1ea)](_0x59e315[_0x57fcbc(0x1ea)](_0x4d1d66[_0x57fcbc(0xf5)],'-'),_0x195e83['id']);else{const {steps:_0x120409,logs:_0x464433}=this[_0x57fcbc(0x223)](_0x3ebe0d['steps'],_0x21d85b['uuid'],_0x59e315['FvBaa']);if(_0x464433&&_0x59e315[_0x57fcbc(0x137)](_0x464433[_0x57fcbc(0x1fb)],0x0)){if(_0x59e315[_0x57fcbc(0x170)](_0x59e315['CFUjb'],_0x59e315[_0x57fcbc(0x1c0)])){const _0x5d339d=_0x401481[_0x57fcbc(0x14a)];if(_0x5d339d)return _0x5d339d;return _0x340fe3[_0x57fcbc(0x142)]+_0x57fcbc(0x19e)+this[_0x57fcbc(0x17a)](_0x2ebd30);}else await MyReporter[_0x57fcbc(0x1bd)](_0x464433);}const _0x4298b0={};_0x4298b0[_0x57fcbc(0x1e0)]=_0x120409,_0xb3c9e4['meta']=_0x4298b0;if(_0x3ebe0d[_0x57fcbc(0x1ad)]){if(_0x59e315[_0x57fcbc(0x170)](_0x59e315['NMsVw'],_0x59e315[_0x57fcbc(0x139)])){_0xb3c9e4[_0x57fcbc(0x14e)]=_0x59e315[_0x57fcbc(0xd3)],_0xb3c9e4['failure_reason']=_0x59e315[_0x57fcbc(0x1e2)](removeAnsiColors,_0x3ebe0d[_0x57fcbc(0x1ad)][_0x57fcbc(0x1f0)]),_0xb3c9e4[_0x57fcbc(0xd6)]=_0x59e315[_0x57fcbc(0x1e2)](getFailureType,_0x3ebe0d['error'][_0x57fcbc(0x1f0)]);const _0x3263f6=_0x59e315[_0x57fcbc(0xe4)](failureData,_0x3ebe0d['error'],_0x59e315[_0x57fcbc(0xbd)]);if(_0x3263f6&&_0x59e315[_0x57fcbc(0x179)](_0x3263f6[_0x57fcbc(0x1fb)],0x0)){if(_0x59e315[_0x57fcbc(0x170)](_0x59e315[_0x57fcbc(0x206)],_0x59e315['eEXZu'])){const _0xfecfa0={};_0xfecfa0[_0x57fcbc(0xac)]=[_0xb3c9e4['failure_reason']],_0xfecfa0[_0x57fcbc(0xa2)]=[],_0x3263f6[_0x57fcbc(0xbe)](_0xfecfa0);}else _0x53a289[_0x57fcbc(0x10e)]=_0x19b21a[_0x57fcbc(0xbc)](this[_0x57fcbc(0x107)](_0xc63a94,_0x59e315['kKJOe'](_0x5d1397['retry'],0x1)));}_0xb3c9e4[_0x57fcbc(0x12d)]=_0x3263f6;}else return _0x59e315[_0x57fcbc(0x1d4)];}else{if(_0x59e315[_0x57fcbc(0xe3)](_0x59e315[_0x57fcbc(0x1d3)],_0x59e315['fuAuf']))return _0x59e315[_0x57fcbc(0xd5)];else _0xb3c9e4[_0x57fcbc(0x14e)]=_0x59e315[_0x57fcbc(0x1a4)];}}}const _0x190d6b={};_0x190d6b['event_type']=_0x38fda0,_0x190d6b[_0x57fcbc(0x124)]=_0xb3c9e4;const _0x971674=_0x190d6b;await SessionHandler[_0x57fcbc(0xa7)](_0x971674);}[a33_0x227167(0x223)](_0x448a1e,_0x43b926,_0x2ec4e1){const _0x4d14c2=a33_0x227167,_0x2a9e6b={'GIeLl':_0x4d14c2(0x14f),'rNnVB':function(_0x2a5194,_0x46c3f8){return _0x2a5194!==_0x46c3f8;},'WXQzj':_0x4d14c2(0x22b),'pbzqF':'afdLL','XfvSl':function(_0x4b634d,_0x8a4783){return _0x4b634d===_0x8a4783;},'kDQBI':_0x4d14c2(0x151),'qqwYr':_0x4d14c2(0xdc),'HptxW':_0x4d14c2(0x16b),'cujsG':'uQxPl','xauBO':_0x4d14c2(0x1d5),'UgBGM':function(_0x547c36){return _0x547c36();},'FlYFz':function(_0x228c20,_0x48fdc0){return _0x228c20+_0x48fdc0;},'rPJTo':function(_0x29934a,_0x1acf12){return _0x29934a+_0x1acf12;},'pPzIk':_0x4d14c2(0xe1),'LOUcn':function(_0x47ecc6,_0x73c7c2){return _0x47ecc6!==_0x73c7c2;},'iKSCm':_0x4d14c2(0x20b),'AFGMr':'test','CGVYS':_0x4d14c2(0xfd),'GAosZ':_0x4d14c2(0x18a),'CmNqB':'TEST_STEP','PxNVy':_0x4d14c2(0xa4),'OQXbj':function(_0x486c2d,_0x52f97a){return _0x486c2d(_0x52f97a);},'WmydG':function(_0x1bd379,_0x11c281){return _0x1bd379!==_0x11c281;},'fBgQc':_0x4d14c2(0x173),'DxYQT':_0x4d14c2(0x1f2),'TmzsC':function(_0x505944,_0x24ac7d){return _0x505944===_0x24ac7d;},'NWcSg':'hYrun','WxHkW':_0x4d14c2(0xed),'TVhpi':function(_0xa2145c){return _0xa2145c();},'IudCj':function(_0x3bae94,_0x2dc3d6){return _0x3bae94===_0x2dc3d6;},'aKMhO':'Dorgr','YBGGO':function(_0x16f289,_0x35dae9,_0x4685c1){return _0x16f289(_0x35dae9,_0x4685c1);},'CyJWR':function(_0x3fa17b,_0x1d9a54){return _0x3fa17b===_0x1d9a54;},'GWnXe':'screenshot','PqxlO':_0x4d14c2(0x16e),'wcYhe':_0x4d14c2(0x1bf),'ZHzPQ':function(_0x290b59,_0x52b7a3){return _0x290b59===_0x52b7a3;},'nALYS':_0x4d14c2(0x126),'mCWDO':_0x4d14c2(0x1be),'IAKvj':function(_0x3eef89,_0x3eadfc,_0x296a04){return _0x3eef89(_0x3eadfc,_0x296a04);}},_0x31d794=[],_0x4fa7b1=[],_0x287592=_0x448a1e[_0x4d14c2(0x153)](_0xb07a8a=>{const _0x4e7a32=_0x4d14c2,_0x2bbb53={};_0x2bbb53[_0x4e7a32(0x1cd)]=_0x2a9e6b[_0x4e7a32(0xaf)];const _0x2bb46d=_0x2bbb53;if(_0x2a9e6b['rNnVB'](_0x2a9e6b[_0x4e7a32(0x1e8)],_0x2a9e6b[_0x4e7a32(0x1e4)])){if(_0x2a9e6b[_0x4e7a32(0xcf)](_0xb07a8a['category'],_0x2a9e6b[_0x4e7a32(0x175)])&&(_0x2a9e6b[_0x4e7a32(0xcf)](_0xb07a8a[_0x4e7a32(0x142)],_0x2a9e6b[_0x4e7a32(0x1dd)])||_0x2a9e6b[_0x4e7a32(0xcf)](_0xb07a8a[_0x4e7a32(0x142)],_0x2a9e6b[_0x4e7a32(0x1fd)]))){if(_0x2a9e6b[_0x4e7a32(0xd4)](_0x2a9e6b[_0x4e7a32(0x1cf)],_0x2a9e6b['cujsG']))_0x3c61e6[_0x4e7a32(0x14e)]=_0x2bb46d[_0x4e7a32(0x1cd)];else return![];}return!![];}else _0x460d9d=_0xd7d185[_0x4e7a32(0x142)];}),_0x452ecc=(_0xdf5745,_0xd7c28a=![])=>{const _0x55aa04=_0x4d14c2,_0x17de13={'UjsrI':function(_0x3a51ef,_0x839e12){const _0x25d879=a33_0x2b2e;return _0x2a9e6b[_0x25d879(0xd4)](_0x3a51ef,_0x839e12);},'ncvlG':function(_0x6720f8,_0x57ac87){const _0x2cc961=a33_0x2b2e;return _0x2a9e6b[_0x2cc961(0x15e)](_0x6720f8,_0x57ac87);},'SNgGx':function(_0x3d1311,_0x1d12c0){const _0x1160f6=a33_0x2b2e;return _0x2a9e6b[_0x1160f6(0xbb)](_0x3d1311,_0x1d12c0);}};if(_0x2a9e6b[_0x55aa04(0xd4)](_0x2a9e6b['pPzIk'],_0x2a9e6b[_0x55aa04(0x145)])){const _0x3238b3=[];if(_0x405b84&&_0x5bd827[_0x55aa04(0x101)]){let _0x145b60=_0x55d3b1[_0x55aa04(0x101)];while(_0x145b60&&_0x17de13[_0x55aa04(0x133)](_0x145b60[_0x55aa04(0x142)],'')){_0x3238b3[_0x55aa04(0xbe)](_0x145b60['title']),_0x145b60=_0x145b60[_0x55aa04(0x101)];}}return _0x3238b3['reverse']()[_0x55aa04(0x1e1)](0x0,0x2),_0x3238b3;}else{if(_0x2a9e6b[_0x55aa04(0xcf)](_0xdf5745['steps'][_0x55aa04(0x1fb)],0x0)){if(_0x2a9e6b[_0x55aa04(0x1de)](_0x2a9e6b[_0x55aa04(0x171)],_0x2a9e6b[_0x55aa04(0x171)]))_0x129e7b[_0x55aa04(0x1ca)](_0x2a9e6b[_0x55aa04(0x21d)]),_0x1c1e1b[_0x55aa04(0x21f)][_0x55aa04(0x15f)]=new _0x250ec6()['toISOString']();else{const _0x7f6f70=_0x2a9e6b[_0x55aa04(0xcf)](_0x2ec4e1,_0x2a9e6b['AFGMr'])?_0x2a9e6b[_0x55aa04(0x214)]:_0x2a9e6b[_0x55aa04(0x1c6)];_0x4fa7b1[_0x55aa04(0xbe)]({'kind':_0x2a9e6b[_0x55aa04(0x14b)],[_0x7f6f70]:_0x43b926,'message':_0xdf5745[_0x55aa04(0x142)],'timestamp':_0xdf5745[_0x55aa04(0x20a)][_0x55aa04(0x1df)](),'level':_0xdf5745['error']?_0x2a9e6b['PxNVy']:_0x2a9e6b['GIeLl'],'duration':_0xdf5745[_0x55aa04(0x189)],'failure':_0xdf5745['error']&&_0xdf5745['error'][_0x55aa04(0x1f0)]&&_0x2a9e6b['OQXbj'](removeAnsiColors,_0xdf5745[_0x55aa04(0x1ad)][_0x55aa04(0x1f0)]),'failure_type':_0x2a9e6b[_0x55aa04(0x194)](getFailureType,_0xdf5745[_0x55aa04(0x1ad)]&&_0xdf5745[_0x55aa04(0x1ad)][_0x55aa04(0x1f0)])});}}else{if(_0x2a9e6b['WmydG'](_0x2a9e6b['fBgQc'],_0x2a9e6b[_0x55aa04(0x10a)])){if(!_0xd7c28a){if(_0x2a9e6b[_0x55aa04(0xfb)](_0x2a9e6b[_0x55aa04(0x11d)],_0x2a9e6b[_0x55aa04(0x15b)]))return![];else _0x31d794[_0x55aa04(0xbe)]({'id':_0x2a9e6b['TVhpi'](uuidv4),'text':_0xdf5745[_0x55aa04(0x142)],'keyword':undefined,'started_at':_0xdf5745['startTime'][_0x55aa04(0x1df)](),'duration':_0xdf5745[_0x55aa04(0x189)],'result':_0xdf5745[_0x55aa04(0x1ad)]?_0x2a9e6b['PxNVy']:_0x2a9e6b['GIeLl'],'failure':_0xdf5745[_0x55aa04(0x1ad)]&&_0xdf5745[_0x55aa04(0x1ad)]['message']&&_0x2a9e6b[_0x55aa04(0x194)](removeAnsiColors,_0xdf5745['error'][_0x55aa04(0x1f0)]),'failure_type':_0x2a9e6b[_0x55aa04(0x194)](getFailureType,_0xdf5745[_0x55aa04(0x1ad)]&&_0xdf5745[_0x55aa04(0x1ad)][_0x55aa04(0x1f0)])});}for(const _0x4a291d of _0xdf5745[_0x55aa04(0x1e0)]){if(_0x2a9e6b[_0x55aa04(0xe9)](_0x2a9e6b[_0x55aa04(0xe0)],_0x2a9e6b['aKMhO']))_0x2a9e6b[_0x55aa04(0x1a5)](_0x452ecc,_0x4a291d,!![]);else{let _0x165137=_0x390a74[_0x55aa04(0x142)]+_0x55aa04(0x19e)+this[_0x55aa04(0x17a)](_0x3ce3d5);return this['_tests'][_0x165137]&&(_0x165137=_0x165137+_0x55aa04(0x138)+_0x2a9e6b['UgBGM'](_0x18d0ad)),_0x4efb1c[_0x55aa04(0x14a)]=_0x165137,_0x165137;}}}else return _0x17de13[_0x55aa04(0x209)](_0x17de13['SNgGx'](this[_0x55aa04(0x17a)](_0x4d6426),'-'),_0x5e6b83);}}};for(const _0x17efa6 of _0x287592){if(_0x2a9e6b[_0x4d14c2(0x129)](_0x2a9e6b['nALYS'],_0x2a9e6b[_0x4d14c2(0x199)])){if(_0x2a9e6b[_0x4d14c2(0x1f5)](_0x154204[_0x4d14c2(0x1f1)],_0x2a9e6b['GWnXe'])){if(!_0x32f330[_0x4d14c2(0x136)](_0x93e6f0[_0x4d14c2(0xd2)]))return;_0x2ab80d[_0x4d14c2(0xbe)]({'test_run_uuid':_0x119b5c,'timestamp':_0x25faef[_0x4d14c2(0x1ce)](_0x318378['path'])[_0x4d14c2(0xe2)],'kind':_0x2a9e6b['PqxlO'],'message':_0x335725[_0x4d14c2(0xb5)](_0x14a327['path'],{'encoding':_0x2a9e6b[_0x4d14c2(0x177)]})});}}else _0x2a9e6b['IAKvj'](_0x452ecc,_0x17efa6,![]);}const _0xbd7643={};return _0xbd7643[_0x4d14c2(0x1e0)]=_0x31d794,_0xbd7643['logs']=_0x4fa7b1,_0xbd7643;}async['sendTestRunEvent'](_0x17e404,_0x1224aa,_0x1fc20c){const _0x435ab0=a33_0x227167,_0x1cabea={'KXFox':function(_0x528c4c){return _0x528c4c();},'oDyoT':function(_0x245b76,_0x48479f){return _0x245b76===_0x48479f;},'ORAJy':_0x435ab0(0x203),'tTCTA':'test_run_uuid','hXNFC':_0x435ab0(0x18a),'LrrJm':'TEST_STEP','FXHAG':_0x435ab0(0xa4),'CrbSU':'passed','JpGPv':function(_0xd6ced,_0x3e1fe4){return _0xd6ced(_0x3e1fe4);},'jBBnE':_0x435ab0(0xe8),'BucOq':function(_0x4efa98,_0x19bbb2){return _0x4efa98(_0x19bbb2);},'Leebr':function(_0x2b542b){return _0x2b542b();},'yjpEx':function(_0x374bfa,_0x7bb57c){return _0x374bfa(_0x7bb57c);},'MRbyJ':function(_0x412a38,_0x2430a3,_0x2fcafb){return _0x412a38(_0x2430a3,_0x2fcafb);},'vxDMr':function(_0x3a1fc0,_0x2cd96d){return _0x3a1fc0!==_0x2cd96d;},'BIJpx':'javascript','flaZR':_0x435ab0(0x1d1),'iVwal':function(_0x599e04,_0x3ea8dd){return _0x599e04(_0x3ea8dd);},'gEVWg':function(_0x4871ce,_0xe657ff){return _0x4871ce>_0xe657ff;},'ILXxY':'BjlmO','DiBRm':function(_0x568bfe,_0x1a4e66){return _0x568bfe-_0x1a4e66;},'fLnfZ':function(_0x2db121,_0x4338c2){return _0x2db121===_0x4338c2;},'ZJyZM':_0x435ab0(0x20e),'lfBzQ':_0x435ab0(0x13f),'wqcfA':_0x435ab0(0x128),'jufLJ':function(_0x426763,_0x51ef03){return _0x426763===_0x51ef03;},'IPFsu':_0x435ab0(0x1cc),'OgbBh':_0x435ab0(0x102),'TeGFO':function(_0x31431c,_0x5aa320){return _0x31431c===_0x5aa320;},'qmxfX':_0x435ab0(0xec),'aBBRq':_0x435ab0(0x225),'Ggsrk':'Oxbzt','kWHQr':function(_0x4ff9cd,_0x277554){return _0x4ff9cd===_0x277554;},'hOyrD':_0x435ab0(0x11a),'RBavK':function(_0x2aeeda,_0x3c4b54){return _0x2aeeda!==_0x3c4b54;},'lauDz':_0x435ab0(0x120),'khPGh':function(_0x499ce8,_0x51d084){return _0x499ce8===_0x51d084;},'HTjIb':_0x435ab0(0x169),'nGUEM':function(_0x2fa890,_0x3dcc3c){return _0x2fa890!==_0x3dcc3c;},'qVKnq':_0x435ab0(0x187),'zGqzJ':function(_0x55e818,_0x5b0f9f){return _0x55e818(_0x5b0f9f);},'lZZSE':function(_0x24b4b6,_0x247f65){return _0x24b4b6(_0x247f65);},'yWyhy':function(_0x20c43d,_0x8ec5ce,_0x1a4f59){return _0x20c43d(_0x8ec5ce,_0x1a4f59);},'ERswv':_0x435ab0(0xd8),'peAUP':'VeaBw','ZKcEh':function(_0xf3526b,_0x1e0d25){return _0xf3526b>_0x1e0d25;},'oGCaI':_0x435ab0(0x146)},_0x53cf52=this[_0x435ab0(0x17a)](_0x17e404),_0x4a4a22=this['getScope'](_0x17e404),_0x523c79=this['_tests'][_0x53cf52],_0x5d544d=path[_0x435ab0(0x1a1)](process[_0x435ab0(0xb4)](),_0x17e404[_0x435ab0(0xc2)][_0x435ab0(0x161)]);await this['configureGit']();const _0x76b1de={'uuid':_0x523c79[_0x435ab0(0x1d7)],'type':_0x1cabea[_0x435ab0(0x17b)],'name':_0x17e404['title'],'body':{'lang':_0x1cabea[_0x435ab0(0xee)],'code':_0x17e404['fn'][_0x435ab0(0x1ab)]()},'scope':_0x4a4a22,'scopes':this[_0x435ab0(0x218)](_0x17e404),'identifier':_0x53cf52,'file_name':_0x5d544d,'location':_0x5d544d,'result':_0x1cabea['flaZR'],'duration_in_ms':_0x1fc20c&&_0x1fc20c['duration']?_0x1fc20c[_0x435ab0(0x189)]:null,'vc_filepath':this[_0x435ab0(0x200)]&&_0x17e404[_0x435ab0(0xc2)][_0x435ab0(0x161)]?path[_0x435ab0(0x1a1)](this['_gitConfigPath'],_0x17e404['location'][_0x435ab0(0x161)]):undefined,'started_at':_0x523c79[_0x435ab0(0xdf)],'finished_at':_0x523c79[_0x435ab0(0x18f)],'framework':FRAMEWORKS[_0x435ab0(0x217)],'customRerunParam':{'rerun_name':_0x17e404[_0x435ab0(0x1d0)]()[_0x435ab0(0x22e)]('\x20')},'tags':_0x1cabea[_0x435ab0(0xef)](getTagsFromTitle,_0x17e404[_0x435ab0(0x142)])};_0x1fc20c&&_0x1cabea[_0x435ab0(0x10b)](_0x1fc20c[_0x435ab0(0x12c)],0x0)&&(_0x1cabea[_0x435ab0(0x163)](_0x1cabea[_0x435ab0(0x181)],_0x1cabea[_0x435ab0(0x181)])?_0x76b1de['retry_of']=TestDetails[_0x435ab0(0xbc)](this[_0x435ab0(0x107)](_0x17e404,_0x1cabea[_0x435ab0(0x1ef)](_0x1fc20c[_0x435ab0(0x12c)],0x1))):_0x5d6ca4=_0x2a4150+_0x435ab0(0x138)+_0x1cabea['KXFox'](_0x232dee));if(_0x1cabea[_0x435ab0(0xfa)](_0x1224aa,_0x1cabea[_0x435ab0(0x1a2)])){if(_0x1cabea[_0x435ab0(0x1c5)](_0x1cabea[_0x435ab0(0x130)],_0x1cabea['wqcfA'])){_0x76b1de[_0x435ab0(0x14e)]=_0x1fc20c[_0x435ab0(0xa5)];if(_0x1cabea['oDyoT'](_0x1fc20c[_0x435ab0(0xa5)],_0x17e404[_0x435ab0(0xc9)])){if(_0x1cabea['jufLJ'](_0x1cabea[_0x435ab0(0x15c)],_0x1cabea[_0x435ab0(0x109)]))return;else _0x76b1de[_0x435ab0(0x14e)]=_0x1cabea['TeGFO'](_0x1fc20c['status'],_0x1cabea[_0x435ab0(0xdb)])?_0x1cabea[_0x435ab0(0xdb)]:_0x1cabea['CrbSU'];}else{if(_0x1cabea['vxDMr'](_0x1cabea[_0x435ab0(0x1ba)],_0x1cabea[_0x435ab0(0x188)])){if(_0x1cabea['fLnfZ'](_0x76b1de[_0x435ab0(0x14e)],_0x1cabea[_0x435ab0(0x16a)])||_0x1cabea[_0x435ab0(0x159)](_0x76b1de[_0x435ab0(0x14e)],_0x1cabea[_0x435ab0(0x204)])||_0x1cabea[_0x435ab0(0xf6)](_0x76b1de[_0x435ab0(0x14e)],_0x1cabea[_0x435ab0(0x1b9)])){if(_0x1cabea[_0x435ab0(0x1b2)](_0x1cabea[_0x435ab0(0x207)],_0x1cabea['lauDz']))return;else _0x76b1de[_0x435ab0(0x14e)]=_0x1cabea[_0x435ab0(0x204)];}if(_0x1cabea['fLnfZ'](_0x1fc20c['status'],_0x1cabea[_0x435ab0(0x16a)])&&_0x1cabea[_0x435ab0(0x229)](_0x17e404['expectedStatus'],_0x1cabea[_0x435ab0(0x204)])){if(_0x1cabea['RBavK'](_0x1cabea[_0x435ab0(0x1bc)],_0x1cabea[_0x435ab0(0x1bc)])){const _0x557270=_0x1cabea['oDyoT'](_0x5e2d30,_0x1cabea[_0x435ab0(0x17b)])?_0x1cabea[_0x435ab0(0xb7)]:_0x1cabea[_0x435ab0(0x12b)];_0x59768e[_0x435ab0(0xbe)]({'kind':_0x1cabea[_0x435ab0(0x1b4)],[_0x557270]:_0x3ddd38,'message':_0x443c67[_0x435ab0(0x142)],'timestamp':_0x1bff20[_0x435ab0(0x20a)][_0x435ab0(0x1df)](),'level':_0x1bf63d[_0x435ab0(0x1ad)]?_0x1cabea[_0x435ab0(0x204)]:_0x1cabea[_0x435ab0(0x16a)],'duration':_0x105969[_0x435ab0(0x189)],'failure':_0x1f7341[_0x435ab0(0x1ad)]&&_0x18aa08[_0x435ab0(0x1ad)]['message']&&_0x1cabea['JpGPv'](_0x3e592c,_0xcce244[_0x435ab0(0x1ad)][_0x435ab0(0x1f0)]),'failure_type':_0x1cabea[_0x435ab0(0x1a3)](_0x5e8ddd,_0x345c41[_0x435ab0(0x1ad)]&&_0x39a779[_0x435ab0(0x1ad)]['message'])});}else{const _0x4c3fd3={};_0x4c3fd3[_0x435ab0(0x1f0)]=_0x1cabea[_0x435ab0(0x21e)],_0x4c3fd3[_0x435ab0(0x104)]=_0x1cabea[_0x435ab0(0x21e)],_0x1fc20c[_0x435ab0(0x1ad)]=_0x4c3fd3,_0x1fc20c['errors']=[_0x1fc20c['error']];}}}else{const _0xddd7d3={};_0xddd7d3[_0x435ab0(0x1f0)]=_0x1cabea[_0x435ab0(0x21e)],_0xddd7d3['stack']=_0x1cabea['jBBnE'],_0x59e16d['error']=_0xddd7d3,_0x397ea5[_0x435ab0(0x1a9)]=[_0x1561d5[_0x435ab0(0x1ad)]];}}const _0x38092f=this[_0x435ab0(0x107)](_0x17e404,_0x1fc20c[_0x435ab0(0x12c)]);_0x76b1de['hooks']=this[_0x435ab0(0x1a8)][_0x38092f];const {steps:_0x56b517,logs:_0x440622}=this[_0x435ab0(0x223)](_0x1fc20c[_0x435ab0(0x1e0)],_0x523c79['uuid'],_0x1cabea['ORAJy']);await MyReporter[_0x435ab0(0x1bd)](_0x440622);const _0x5c2fe3={};_0x5c2fe3[_0x435ab0(0x1e0)]=_0x56b517,_0x76b1de[_0x435ab0(0xf1)]=_0x5c2fe3;if(_0x1fc20c[_0x435ab0(0x1ad)]){if(_0x1cabea['nGUEM'](_0x1cabea['qVKnq'],_0x1cabea[_0x435ab0(0x17d)]))_0x2b1f57['push']({'id':_0x1cabea['KXFox'](_0x2339c3),'text':_0x326062[_0x435ab0(0x142)],'keyword':_0x486dee,'started_at':_0x47eba9[_0x435ab0(0x20a)]['toISOString'](),'duration':_0x256240[_0x435ab0(0x189)],'result':_0x5219ec[_0x435ab0(0x1ad)]?_0x1cabea['FXHAG']:_0x1cabea[_0x435ab0(0x16a)],'failure':_0x266355[_0x435ab0(0x1ad)]&&_0x481464[_0x435ab0(0x1ad)]['message']&&_0x1cabea['JpGPv'](_0x889802,_0x18bc0a[_0x435ab0(0x1ad)][_0x435ab0(0x1f0)]),'failure_type':_0x1cabea[_0x435ab0(0x1db)](_0x55215b,_0x48b37b['error']&&_0x1eb7ef[_0x435ab0(0x1ad)]['message'])});else{_0x76b1de[_0x435ab0(0x1f7)]=_0x1cabea[_0x435ab0(0xca)](removeAnsiColors,_0x1fc20c['error']['message']),_0x76b1de[_0x435ab0(0xd6)]=_0x1cabea['lZZSE'](getFailureType,_0x1fc20c['error'][_0x435ab0(0x1f0)]);const _0x155984={};_0x155984['test_run_uuid']=_0x523c79[_0x435ab0(0x1d7)];const {failureData:_0x492152,logs:_0x536102}=_0x1cabea[_0x435ab0(0x14c)](getFailureData,_0x1fc20c['errors'],_0x155984);if(_0x492152&&_0x1cabea[_0x435ab0(0x1e3)](_0x492152[_0x435ab0(0x1fb)],0x0)){if(_0x1cabea[_0x435ab0(0x1c5)](_0x1cabea[_0x435ab0(0x19f)],_0x1cabea['peAUP'])){const _0x424d0c={};_0x424d0c['backtrace']=[_0x76b1de[_0x435ab0(0x1f7)]],_0x424d0c[_0x435ab0(0xa2)]=[],_0x492152[_0x435ab0(0xbe)](_0x424d0c);}else return;}_0x76b1de['failure']=_0x492152;if(_0x536102&&_0x1cabea['ZKcEh'](_0x536102[_0x435ab0(0x1fb)],0x0)){if(_0x1cabea[_0x435ab0(0x1c5)](_0x1cabea[_0x435ab0(0x18e)],_0x1cabea['oGCaI'])){!_0x50b3cc&&_0x1f6256[_0x435ab0(0xbe)]({'id':_0x1cabea[_0x435ab0(0x12e)](_0x1cfedf),'text':_0x2be315[_0x435ab0(0x142)],'keyword':_0x57d081,'started_at':_0x4acee1['startTime']['toISOString'](),'duration':_0x2fc3d1[_0x435ab0(0x189)],'result':_0xd91a80[_0x435ab0(0x1ad)]?_0x1cabea[_0x435ab0(0x204)]:_0x1cabea['CrbSU'],'failure':_0x4661d7['error']&&_0x32c32d['error'][_0x435ab0(0x1f0)]&&_0x1cabea[_0x435ab0(0x14d)](_0x396e2f,_0x3bdd47[_0x435ab0(0x1ad)]['message']),'failure_type':_0x1cabea[_0x435ab0(0x1db)](_0xb30560,_0x4da0f3[_0x435ab0(0x1ad)]&&_0x5e48be[_0x435ab0(0x1ad)][_0x435ab0(0x1f0)])});for(const _0x2dfe74 of _0xc375a7[_0x435ab0(0x1e0)]){_0x1cabea[_0x435ab0(0x1ac)](_0x12e067,_0x2dfe74,!![]);}}else await MyReporter[_0x435ab0(0x1bd)](_0x536102);}}}}else{let _0xe5bfe2=_0x5acf4d['parent'];while(_0xe5bfe2&&_0x1cabea['vxDMr'](_0xe5bfe2[_0x435ab0(0x142)],'')){_0x9334c8[_0x435ab0(0xbe)](_0xe5bfe2[_0x435ab0(0x142)]),_0xe5bfe2=_0xe5bfe2[_0x435ab0(0x101)];}}}const _0x315e82={};_0x315e82[_0x435ab0(0xb2)]=_0x1224aa,_0x315e82['test_run']=_0x76b1de;const _0x854add=_0x315e82;await SessionHandler[_0x435ab0(0xa7)](_0x854add);}static async['sendSessionDetails'](_0x45b5dd,_0x16c925){const _0x428ebf=a33_0x227167,_0x2dfdba={'mRISV':function(_0x56346a,_0x2e6304){return _0x56346a(_0x2e6304);},'YKYOd':'CBTSessionCreated'},_0x376de9={'uuid':TestDetails[_0x428ebf(0xbc)](_0x45b5dd),'integrations':_0x16c925},_0x32277d={};_0x32277d[_0x428ebf(0x118)]=null,_0x2dfdba[_0x428ebf(0x196)](debug,'Sending\x20session\x20details\x20for\x20'+_0x45b5dd+',\x20'+util[_0x428ebf(0xf3)](_0x16c925,_0x32277d));const _0x55ebdb={};_0x55ebdb[_0x428ebf(0xb2)]=_0x2dfdba['YKYOd'],_0x55ebdb['test_run']=_0x376de9,await SessionHandler[_0x428ebf(0xa7)](_0x55ebdb);}async[a33_0x227167(0x1d8)](){const _0x4c84b9=a33_0x227167,_0x1f003f={'OKXpx':function(_0x7104b6,_0x3ee8c3,_0x1fe0ae){return _0x7104b6(_0x3ee8c3,_0x1fe0ae);},'xLnIU':function(_0x384990,_0x58e54e){return _0x384990!==_0x58e54e;},'ToiCR':'CrkNF','boYSG':'YyXVU','NtAYw':function(_0x564df6){return _0x564df6();},'ElMqG':function(_0x504e47,_0x3e95b4){return _0x504e47===_0x3e95b4;},'ePdvp':_0x4c84b9(0xc7)};if(this[_0x4c84b9(0xd7)]){if(_0x1f003f[_0x4c84b9(0x20d)](_0x1f003f[_0x4c84b9(0x154)],_0x1f003f[_0x4c84b9(0x21c)]))return;else _0x1f003f[_0x4c84b9(0x192)](_0x4eaf25,_0x36c871,![]);}const _0xfbfd5b=await _0x1f003f['NtAYw'](getGitMetaData);if(_0xfbfd5b){if(_0x1f003f['ElMqG'](_0x1f003f[_0x4c84b9(0x166)],_0x1f003f['ePdvp']))this[_0x4c84b9(0x200)]=_0xfbfd5b[_0x4c84b9(0x1c4)];else return![];}this['_gitConfigured']=!![];}['getHierarchy'](_0xbd5ea4){const _0x664e15=a33_0x227167,_0x463cdd={};_0x463cdd[_0x664e15(0x1c2)]=_0x664e15(0x1d9),_0x463cdd[_0x664e15(0x1f3)]=function(_0x4c849c,_0x42c841){return _0x4c849c===_0x42c841;},_0x463cdd[_0x664e15(0x190)]=_0x664e15(0xba),_0x463cdd['oBipy']=function(_0x1b699a,_0x57989b){return _0x1b699a!==_0x57989b;},_0x463cdd[_0x664e15(0x158)]=_0x664e15(0x11b);const _0x13ca84=_0x463cdd,_0x3c7a18=[];if(_0xbd5ea4&&_0xbd5ea4[_0x664e15(0x101)]){if(_0x13ca84[_0x664e15(0x1f3)](_0x13ca84[_0x664e15(0x190)],_0x13ca84[_0x664e15(0x190)])){let _0x14585e=_0xbd5ea4[_0x664e15(0x101)];while(_0x14585e&&_0x13ca84[_0x664e15(0xff)](_0x14585e['title'],'')){if(_0x13ca84[_0x664e15(0x1f3)](_0x13ca84['EiTEd'],_0x13ca84[_0x664e15(0x158)]))_0x3c7a18[_0x664e15(0xbe)](_0x14585e[_0x664e15(0x142)]),_0x14585e=_0x14585e[_0x664e15(0x101)];else{const _0x5cc397={};_0x5cc397[_0x664e15(0xac)]=[_0xbf481e['failure_reason']],_0x5cc397['expanded']=[],_0x2f04fa[_0x664e15(0xbe)](_0x5cc397);}}}else return _0x13ca84[_0x664e15(0x1c2)];}return _0x3c7a18[_0x664e15(0x11e)]()[_0x664e15(0x1e1)](0x0,0x2),_0x3c7a18;}[a33_0x227167(0x1e9)](_0x3db53d){const _0x43222c=a33_0x227167,_0x174d0d={};_0x174d0d['nlaTI']=function(_0x424368,_0x30a1c9){return _0x424368!==_0x30a1c9;},_0x174d0d[_0x43222c(0x1b7)]='hook',_0x174d0d['BNupC']=function(_0xf85391,_0x2292ec){return _0xf85391===_0x2292ec;},_0x174d0d[_0x43222c(0x125)]=_0x43222c(0x135),_0x174d0d[_0x43222c(0x1b6)]=_0x43222c(0x19a),_0x174d0d[_0x43222c(0xf8)]='afterAll\x20hook',_0x174d0d[_0x43222c(0x1ae)]=_0x43222c(0x21b),_0x174d0d[_0x43222c(0xea)]='BEFORE_ALL',_0x174d0d[_0x43222c(0xda)]=function(_0xdc5b05,_0x20fc16){return _0xdc5b05!==_0x20fc16;},_0x174d0d['xvlNR']='zJmiN',_0x174d0d[_0x43222c(0x12a)]=_0x43222c(0x1c3),_0x174d0d[_0x43222c(0x183)]='clJuP',_0x174d0d[_0x43222c(0x182)]='gjGia';const _0x5bbc85=_0x174d0d;if(_0x5bbc85[_0x43222c(0xda)](_0x3db53d[_0x43222c(0x1a6)],_0x5bbc85['yorPk'])){if(_0x5bbc85['dANOC'](_0x5bbc85[_0x43222c(0x103)],_0x5bbc85[_0x43222c(0x12a)]))return![];else{if(_0x5bbc85['nlaTI'](_0x1fa807[_0x43222c(0x1a6)],_0x5bbc85[_0x43222c(0x1b7)]))return![];if(_0x5bbc85[_0x43222c(0x10c)]([_0x5bbc85['GSQqf'],_0x5bbc85[_0x43222c(0x1b6)],_0x5bbc85[_0x43222c(0xf8)],_0x5bbc85[_0x43222c(0x1ae)]]['indexOf'](_0x570a54[_0x43222c(0x142)]),-0x1))return![];return!![];}}if(_0x5bbc85['BNupC']([_0x5bbc85['GSQqf'],_0x5bbc85[_0x43222c(0x1b6)],_0x5bbc85['OvcuV'],_0x5bbc85[_0x43222c(0x1ae)]]['indexOf'](_0x3db53d[_0x43222c(0x142)]),-0x1))return _0x5bbc85[_0x43222c(0xda)](_0x5bbc85[_0x43222c(0x183)],_0x5bbc85[_0x43222c(0x182)])?![]:_0x5bbc85[_0x43222c(0xea)];return!![];}['getStepIdentifier'](_0x36d6df,_0x8487ab){const _0x18ef80=a33_0x227167,_0x47a19b={};_0x47a19b['iBxFg']=function(_0x34c282,_0x410efc){return _0x34c282===_0x410efc;},_0x47a19b['hZVmE']=_0x18ef80(0x1e6),_0x47a19b[_0x18ef80(0x222)]='kDqNW';const _0x190fae=_0x47a19b,_0x54b3d0=_0x8487ab[_0x18ef80(0x14a)];if(_0x54b3d0)return _0x190fae[_0x18ef80(0x226)](_0x190fae[_0x18ef80(0xc1)],_0x190fae[_0x18ef80(0x222)])?_0x3fb6f6:_0x54b3d0;return _0x8487ab['title']+_0x18ef80(0x19e)+this['getTestIdentifier'](_0x36d6df);}['setStepIdentifier'](_0x31b9a5,_0x22972a){const _0x136008=a33_0x227167,_0x39380c={'wUSsY':'TEST_SCREENSHOT','iQiEF':_0x136008(0x1bf),'megMe':function(_0x354322,_0x156e0c){return _0x354322===_0x156e0c;},'Axran':_0x136008(0x224),'jmAMO':_0x136008(0x1c1),'ecSCW':function(_0x216fa1){return _0x216fa1();}};let _0x4c9de5=_0x22972a[_0x136008(0x142)]+_0x136008(0x19e)+this[_0x136008(0x17a)](_0x31b9a5);if(this['_tests'][_0x4c9de5]){if(_0x39380c['megMe'](_0x39380c['Axran'],_0x39380c[_0x136008(0x165)])){if(!_0x1543ee[_0x136008(0x136)](_0x12ae09[_0x136008(0xd2)]))return;_0x12b8db[_0x136008(0xbe)]({'test_run_uuid':_0x472827,'timestamp':_0x5e4813[_0x136008(0x1ce)](_0xf7fdf3['path'])[_0x136008(0xe2)],'kind':_0x39380c[_0x136008(0x184)],'message':_0x3d158b[_0x136008(0xb5)](_0x22b5f4[_0x136008(0xd2)],{'encoding':_0x39380c['iQiEF']})});}else _0x4c9de5=_0x4c9de5+_0x136008(0x138)+_0x39380c[_0x136008(0x111)](uuidv4);}return _0x22972a[_0x136008(0x14a)]=_0x4c9de5,_0x4c9de5;}['getTestIdentifier']=_0xe5f80f=>{const _0x36c19e=a33_0x227167,_0x16f3a4={};_0x16f3a4[_0x36c19e(0x160)]=function(_0x217524,_0x1a8b9e){return _0x217524+_0x1a8b9e;},_0x16f3a4[_0x36c19e(0x10d)]=function(_0x15f144,_0x1647f3){return _0x15f144+_0x1647f3;};const _0x52323c=_0x16f3a4;return _0x52323c[_0x36c19e(0x160)](_0x52323c[_0x36c19e(0x10d)](_0xe5f80f[_0x36c19e(0xf5)],'-'),_0xe5f80f['id']);};[a33_0x227167(0x107)]=(_0x38a747,_0x1ea13c)=>{const _0x44f924=a33_0x227167,_0x46eafe={};_0x46eafe[_0x44f924(0x1c7)]=function(_0x141ee6,_0x5697b9){return _0x141ee6+_0x5697b9;};const _0x541fa0=_0x46eafe;return _0x541fa0[_0x44f924(0x1c7)](_0x541fa0[_0x44f924(0x1c7)](this[_0x44f924(0x17a)](_0x38a747),'-'),_0x1ea13c);};['getHookType']=_0x314e44=>{const _0x56edc9=a33_0x227167,_0x116784={};_0x116784[_0x56edc9(0x150)]=_0x56edc9(0xa4),_0x116784[_0x56edc9(0xb1)]=function(_0x3cec56,_0x2a356c){return _0x3cec56===_0x2a356c;},_0x116784[_0x56edc9(0x1e5)]=_0x56edc9(0x151),_0x116784[_0x56edc9(0x219)]=function(_0x24887d,_0xcff1){return _0x24887d===_0xcff1;},_0x116784[_0x56edc9(0xf0)]=_0x56edc9(0xdc),_0x116784[_0x56edc9(0x180)]='Before\x20Hooks',_0x116784[_0x56edc9(0x119)]=_0x56edc9(0x135),_0x116784[_0x56edc9(0x22c)]=function(_0x3fa68a,_0x378439){return _0x3fa68a===_0x378439;},_0x116784[_0x56edc9(0x108)]=_0x56edc9(0x110),_0x116784[_0x56edc9(0xc4)]='OLLky',_0x116784[_0x56edc9(0xb0)]=_0x56edc9(0x1da),_0x116784[_0x56edc9(0x11f)]=_0x56edc9(0x19a),_0x116784[_0x56edc9(0x1cb)]=function(_0x3fbea7,_0x442ab5){return _0x3fbea7!==_0x442ab5;},_0x116784['wLHyj']=_0x56edc9(0x208),_0x116784[_0x56edc9(0x115)]=_0x56edc9(0x117),_0x116784[_0x56edc9(0x13c)]=_0x56edc9(0x21b),_0x116784[_0x56edc9(0x162)]=function(_0x4f1f8c,_0x3a40b2){return _0x4f1f8c===_0x3a40b2;},_0x116784[_0x56edc9(0x1eb)]=_0x56edc9(0x22d),_0x116784['DoEXM']=_0x56edc9(0x16f),_0x116784['oMyBz']=_0x56edc9(0x195),_0x116784[_0x56edc9(0xa0)]=function(_0x3892cc,_0x3aec73){return _0x3892cc!==_0x3aec73;},_0x116784[_0x56edc9(0x116)]=_0x56edc9(0xa3),_0x116784['ZUsQt']=_0x56edc9(0x1d9),_0x116784[_0x56edc9(0x221)]=_0x56edc9(0x9c);const _0x309f0b=_0x116784;if(_0x314e44[_0x56edc9(0x21a)](_0x309f0b['RjMLx'])){if(_0x309f0b[_0x56edc9(0x22c)](_0x309f0b[_0x56edc9(0x108)],_0x309f0b['xoLGp']))_0x59540b[_0x56edc9(0x14e)]=_0x309f0b[_0x56edc9(0x150)];else return _0x309f0b[_0x56edc9(0xb0)];}else{if(_0x314e44['startsWith'](_0x309f0b[_0x56edc9(0x11f)])){if(_0x309f0b[_0x56edc9(0x1cb)](_0x309f0b[_0x56edc9(0xd1)],_0x309f0b[_0x56edc9(0xd1)])){if(_0x309f0b['EAMNd'](_0x44c8f1[_0x56edc9(0x1a6)],_0x309f0b[_0x56edc9(0x1e5)])&&(_0x309f0b['xZhGz'](_0x254781[_0x56edc9(0x142)],_0x309f0b['uDByW'])||_0x309f0b['EAMNd'](_0x1fbc23[_0x56edc9(0x142)],_0x309f0b['GkizX'])))return![];return!![];}else return _0x309f0b[_0x56edc9(0x115)];}else{if(_0x314e44[_0x56edc9(0x21a)](_0x309f0b[_0x56edc9(0x13c)])){if(_0x309f0b['iWrMk'](_0x309f0b[_0x56edc9(0x1eb)],_0x309f0b[_0x56edc9(0x1eb)]))return _0x309f0b['DoEXM'];else this[_0x56edc9(0x1a8)][_0x4fa910]=[];}else{if(_0x314e44[_0x56edc9(0x21a)](_0x309f0b[_0x56edc9(0x9d)]))return _0x309f0b['AgcGn'](_0x309f0b[_0x56edc9(0x116)],_0x309f0b['AEOOr'])?![]:_0x309f0b[_0x56edc9(0x1fa)];}}}return _0x309f0b['yQmAh'];};['getScope']=_0x47bdb0=>{const _0x2304a2=a33_0x227167,_0x463c53={};_0x463c53['LsFpT']=function(_0x5752c3,_0x4ce8ed){return _0x5752c3===_0x4ce8ed;},_0x463c53[_0x2304a2(0x164)]=_0x2304a2(0x18d),_0x463c53[_0x2304a2(0xce)]=function(_0x19edb7,_0x2c6e7c){return _0x19edb7!==_0x2c6e7c;},_0x463c53['msnBr']=_0x2304a2(0xd9);const _0x5ceb78=_0x463c53;let _0x551002=_0x47bdb0[_0x2304a2(0x101)];return _0x5ceb78[_0x2304a2(0xae)](typeof _0x47bdb0[_0x2304a2(0x101)],_0x5ceb78['NhWlD'])&&(_0x5ceb78[_0x2304a2(0xce)](_0x5ceb78['msnBr'],_0x5ceb78[_0x2304a2(0x213)])?(_0x4b6c84[_0x2304a2(0xbe)](_0x59a61c[_0x2304a2(0x142)]),_0x212d3d=_0x298354[_0x2304a2(0x101)]):_0x551002=_0x551002[_0x2304a2(0x142)]),_0x551002+_0x2304a2(0x138)+_0x47bdb0[_0x2304a2(0x142)];};['printsToStdio'](){return![];}}module[a33_0x227167(0x18c)]=o11yClassErrorHandler(MyReporter,['onBegin',a33_0x227167(0xde),'onTestBegin',a33_0x227167(0x157),a33_0x227167(0x167),a33_0x227167(0x9e),a33_0x227167(0xfe)]);function a33_0x2e43(){const _0x34b25a=['hook_run','GSQqf','qrHiN','VYntR','AUevW','ZHzPQ','Zansz','hXNFC','retry','failure','Leebr','javascript','lfBzQ','640uHvlPt','16bZZpss','UjsrI','_tests','beforeEach\x20hook','existsSync','ONtul','\x20-\x20','lbIOb','4430436atwdKM','gIDpv','EDEUl','JoNIT','tZxyz','OkOhg','map','split','title','cLeBW','fHYot','pPzIk','hetlK','ksilF','xLwZm','dqCNi','_bs_hookIdentifier','CmNqB','yWyhy','yjpEx','result','passed','MIKnW','hook','fXzNe','filter','ToiCR','owKKR','SYUSe','onTestEnd','EiTEd','kWHQr','2017967UiYZBj','WxHkW','IPFsu','ubJRQ','FlYFz','START_TIME','ltKGj','file','iWrMk','oDyoT','NhWlD','jmAMO','ePdvp','onStepBegin','sendHookRunEvent','IsXMT','CrbSU','Before\x20Hooks','ucrUH','IgJzU','TEST_SCREENSHOT','AFTER_EACH','SKwfx','iKSCm','HookRunStarted','HmAvu','err','kDQBI','Error\x20in\x20calculating\x20performance:\x20','wcYhe','WjcOO','pcPcj','getTestIdentifier','ORAJy','attachments','qVKnq','loggH','lgFNK','GkizX','ILXxY','NHRxb','vGxrA','wUSsY','MFxgU','addTestUIDAndReportLog','ymuym','Ggsrk','duration','hook_run_uuid','LyVHe','exports','object','oGCaI','finishedAt','vaURg','AwKfW','OKXpx','PPJKN','OQXbj','afterAll\x20hook','mRISV','TajZv','zIrZt','mCWDO','beforeAll\x20hook','./pwUtils','Fzfvy','XzvYD','\x20for\x20','ERswv','getTime','relative','ZJyZM','JpGPv','xCWVb','YBGGO','category','setStepIdentifier','_testHooksMap','errors','BROWSERSTACK_O11Y_PERF_MEASUREMENT','toString','MRbyJ','error','wpsLO','AyJSj','onTestBegin','ykOLq','RBavK','amxKS','LrrJm','aKBwc','bLkUz','yorPk','TJkgU','hOyrD','aBBRq','lTxAG','HTjIb','reportLogs','TuYOo','base64','CFUjb','sLIsz','jWVkQ','uIVCj','root','vxDMr','GAosZ','MVjwR','pWTIo','5TEysKY','startMonitoring','wWtNG','bjhHn','whAAm','statSync','cujsG','titlePath','pending','pTHJk','kWFZa','GNeSM','performance-report-reporter.json','fVrft','uuid','configureGit','AFTER_ALL','BEFORE_EACH','BucOq','screenshot','qqwYr','LOUcn','toISOString','steps','splice','wuiTu','jufLJ','pbzqF','OVKWt','qhTsS','NrSoN','WXQzj','needToReportStep','uCSwb','zcKBY','irAqS','IQQRI','ZQfpV','DiBRm','message','name','rSgXU','hTArx','getScope','CyJWR','3561830WQtkFM','failure_reason','getHookType','PuaVg','ZUsQt','length','RTvdt','HptxW','../../../helpers/test-observability/error-handler','yOphn','_gitConfigPath','HookRunFinished','../../../helpers/helper','test','FXHAG','FfqTv','afBmT','lauDz','qnUkB','ncvlG','startTime','tMrzw','OzQwc','xLnIU','TestRunFinished','../../../helpers/test-observability/utils','onBegin','siklX','gLwkh','msnBr','CGVYS','kuSvL','onEnd','PLAYWRIGHT','getHierarchy','xZhGz','startsWith','afterEach\x20hook','boYSG','xauBO','jBBnE','env','jxvGw','yQmAh','ModgN','getStepsAndLogs','eikkS','hZMrt','iBxFg','cuXVh','DYVai','khPGh','vDqhI','ySKpc','ymePI','QMKmD','join','unknown','oMyBz','onStepEnd','309993mRNlia','AgcGn','sendTestRunEvent','expanded','slAWk','failed','status','DDnhF','uploadEventData','../../../helpers/test-observability/requestQueueHandler','SnjZN','zspeS','fTQxn','backtrace','TfWBV','LsFpT','GIeLl','Whmgr','EAMNd','event_type','RtNPd','cwd','readFileSync','BCNNv','tTCTA','getInstance','rDkri','WRxvf','rPJTo','getTestUUID','GxZlg','push','FQisB','FQcPy','hZVmE','location','GEFWX','xoLGp','CDMaN','IAsjI','UHrOA','HVzVo','expectedStatus','zGqzJ','WmpIm','NRWBn','oIKJp','AUKWL','XfvSl','Irqoe','wLHyj','path','NYfKO','rNnVB','Qedzu','failure_type','_gitConfigured','dHslW','KHMrS','dANOC','qmxfX','After\x20Hooks','110151AXOXcU','endSession','startedAt','aKMhO','fSaZg','mtime','vlRZh','CzFxt','wnERZ','util','aFmVY','Expected\x20to\x20fail,\x20but\x20passed.','IudCj','YFEnK','11067066mkuiwW','skipped','YwEGz','BIJpx','iVwal','uDByW','meta','options','inspect','5025459ddJcjd','_projectId','TeGFO','mwJjE','OvcuV','HcfoG','fLnfZ','TmzsC','tceuV','test_run_uuid','sendSessionDetails','oBipy','ACmee','parent','mLuvD','xvlNR','stack','mzvtq','WbMKA','getTestRunIdentifier','rGuaf','OgbBh','DxYQT','gEVWg','BNupC','kmYyO','retry_of','../../../helpers/test-observability/sessionHandler','AsOUd','ecSCW','AlEky','GvVNu','../../../helpers/test-observability/constants','lLZUS','AEOOr','BEFORE_ALL','depth','RjMLx','timedOut','djkCh','HCEGo','NWcSg','reverse','mopol','GWSvQ','fNrLD','shutdown','ZNjzP'];a33_0x2e43=function(){return _0x34b25a;};return a33_0x2e43();}
1
+ const a33_0xae56d5=a33_0x2afa;function a33_0x2afa(_0x21f6ef,_0x2cf16c){const _0x3913c8=a33_0x3913();return a33_0x2afa=function(_0x2afa61,_0x564a42){_0x2afa61=_0x2afa61-0x146;let _0x8b713e=_0x3913c8[_0x2afa61];return _0x8b713e;},a33_0x2afa(_0x21f6ef,_0x2cf16c);}(function(_0x3b6aad,_0x335e04){const _0x31285a=a33_0x2afa,_0x1a6754=_0x3b6aad();while(!![]){try{const _0x320b25=-parseInt(_0x31285a(0x24a))/0x1+parseInt(_0x31285a(0x224))/0x2+-parseInt(_0x31285a(0x1b4))/0x3*(-parseInt(_0x31285a(0x1d0))/0x4)+-parseInt(_0x31285a(0x172))/0x5+parseInt(_0x31285a(0x2b8))/0x6+-parseInt(_0x31285a(0x210))/0x7+parseInt(_0x31285a(0x2b3))/0x8;if(_0x320b25===_0x335e04)break;else _0x1a6754['push'](_0x1a6754['shift']());}catch(_0x2aead5){_0x1a6754['push'](_0x1a6754['shift']());}}}(a33_0x3913,0xa515e));const RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a33_0xae56d5(0x16f)),{v4:uuidv4}=require('uuid'),path=require(a33_0xae56d5(0x237)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require(a33_0xae56d5(0x194)),{getGitMetaData}=require(a33_0xae56d5(0x1be)),TestDetails=require(a33_0xae56d5(0x1dc)),fs=require('fs'),util=require(a33_0xae56d5(0x2a6)),{o11yClassErrorHandler}=require(a33_0xae56d5(0x1bf)),PerformanceTester=require('../../../helpers/test-observability/performance-tester'),{FRAMEWORKS}=require(a33_0xae56d5(0x276)),SessionHandler=require(a33_0xae56d5(0x253));class MyReporter{constructor(_0x1452bd){const _0x26267e=a33_0xae56d5,_0x176034={'wkNIG':function(_0x1a0982){return _0x1a0982();},'KaGsK':function(_0x239a48,_0x15a280){return _0x239a48!==_0x15a280;},'IAzYi':_0x26267e(0x1e1),'spefX':_0x26267e(0x2cf)};process[_0x26267e(0x250)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(_0x176034['KaGsK'](_0x176034[_0x26267e(0x294)],_0x176034[_0x26267e(0x294)])?_0x30e61b=_0x5b83a8+_0x26267e(0x191)+_0x176034[_0x26267e(0x1aa)](_0x48e246):(PerformanceTester[_0x26267e(0x273)](_0x176034[_0x26267e(0x25c)]),process[_0x26267e(0x250)][_0x26267e(0x21d)]=new Date()['toISOString']())),this['_tests']={},this[_0x26267e(0x29e)]={},this[_0x26267e(0x1a3)]=_0x1452bd,this[_0x26267e(0x1f7)]=![],this[_0x26267e(0x254)]=null;}async['onBegin'](){const _0x3f739d=a33_0xae56d5;TestDetails[_0x3f739d(0x19d)](),await this[_0x3f739d(0x189)]();}async[a33_0xae56d5(0x19b)](_0xf05bb6,_0x523856){const _0x1f1e25=a33_0xae56d5,_0x137ce5={};_0x137ce5[_0x1f1e25(0x26e)]=_0x1f1e25(0x244);const _0x2f209a=_0x137ce5,_0xa0a5d5=this[_0x1f1e25(0x2d0)](_0xf05bb6);this['_tests'][_0xa0a5d5]={'uuid':TestDetails[_0x1f1e25(0x18b)](this[_0x1f1e25(0x20d)](_0xf05bb6,_0x523856[_0x1f1e25(0x2c0)])),'startedAt':_0x523856[_0x1f1e25(0x168)]},await this[_0x1f1e25(0x2b9)](_0xf05bb6,_0x2f209a['hYCEq'],_0x523856);}async[a33_0xae56d5(0x2c4)](_0x31687d,_0x49be6c,_0x4aa51c){const _0x29d2c2=a33_0xae56d5,_0x59109c={'uQyOI':function(_0x49cd80,_0x167047,_0x62d558){return _0x49cd80(_0x167047,_0x62d558);},'IXCzD':function(_0x5d7b49,_0x451a25){return _0x5d7b49===_0x451a25;},'MXfIQ':_0x29d2c2(0x15e),'fjTuI':function(_0x45da5c,_0x36b415){return _0x45da5c===_0x36b415;},'sgOAV':_0x29d2c2(0x1df),'JtiCA':_0x29d2c2(0x28b),'KEmCL':'HookRunStarted'};if(!this[_0x29d2c2(0x151)](_0x4aa51c,_0x31687d)){if(_0x59109c[_0x29d2c2(0x2be)](_0x59109c[_0x29d2c2(0x17a)],_0x59109c[_0x29d2c2(0x17a)]))return;else _0x59109c['uQyOI'](_0xf53644,_0x539a33,![]);}const _0x284bb6=this[_0x29d2c2(0x24d)](_0x31687d,_0x4aa51c);this['_tests'][_0x284bb6]={'uuid':TestDetails[_0x29d2c2(0x18b)](_0x284bb6),'startedAt':_0x4aa51c[_0x29d2c2(0x168)][_0x29d2c2(0x14d)]()};const _0x6d0ad8=this[_0x29d2c2(0x20d)](_0x31687d,_0x49be6c[_0x29d2c2(0x2c0)]);!this[_0x29d2c2(0x29e)][_0x6d0ad8]&&(_0x59109c[_0x29d2c2(0x270)](_0x59109c[_0x29d2c2(0x221)],_0x59109c[_0x29d2c2(0x248)])?_0x151f3f=_0x22ffeb[_0x29d2c2(0x1ac)]:this[_0x29d2c2(0x29e)][_0x6d0ad8]=[]),this[_0x29d2c2(0x29e)][_0x6d0ad8][_0x29d2c2(0x16b)](this['_tests'][_0x284bb6][_0x29d2c2(0x17f)]),await this[_0x29d2c2(0x1a5)](_0x31687d,_0x4aa51c,_0x59109c['KEmCL'],_0x49be6c);}async[a33_0xae56d5(0x17c)](_0xb10891,_0x3d63be,_0x3e7214){const _0x2316a7=a33_0xae56d5,_0x2d0c71={};_0x2d0c71[_0x2316a7(0x146)]=function(_0xfc5c45,_0x3be4ba){return _0xfc5c45!==_0x3be4ba;},_0x2d0c71['JwDAc']='hEDKB',_0x2d0c71[_0x2316a7(0x235)]=function(_0x273fda,_0x40b7be){return _0x273fda+_0x40b7be;},_0x2d0c71[_0x2316a7(0x204)]=_0x2316a7(0x2af);const _0x2ce0c3=_0x2d0c71;if(!this['needToReportStep'](_0x3e7214,_0xb10891)){if(_0x2ce0c3[_0x2316a7(0x146)](_0x2ce0c3['JwDAc'],_0x2ce0c3[_0x2316a7(0x2c6)]))_0x422440[_0x2316a7(0x16b)](_0x46a234[_0x2316a7(0x1ac)]),_0x5eaa1b=_0x47d245[_0x2316a7(0x2a4)];else return;}const _0x2107ea=this[_0x2316a7(0x1c1)](_0xb10891,_0x3e7214);this[_0x2316a7(0x295)][_0x2107ea]={...this[_0x2316a7(0x295)][_0x2107ea]||{},'finishedAt':new Date(_0x2ce0c3[_0x2316a7(0x235)](_0x3e7214['startTime'][_0x2316a7(0x227)](),_0x3e7214[_0x2316a7(0x167)]))},await this[_0x2316a7(0x1a5)](_0xb10891,_0x3e7214,_0x2ce0c3['bmmHg'],_0x3d63be);}async[a33_0xae56d5(0x16d)](_0x47d023,_0xaf9256){const _0x4d373f=a33_0xae56d5,_0x3f38a0={'cBDNP':_0x4d373f(0x2ce),'XKfrI':function(_0xcf1685,_0x1462b2){return _0xcf1685!==_0x1462b2;},'BKUnT':_0x4d373f(0x2ba),'Cjzgx':function(_0x1a7ee2,_0x25a37e){return _0x1a7ee2===_0x25a37e;},'omKfr':_0x4d373f(0x186),'NlXZQ':function(_0x5f3d18,_0x410279){return _0x5f3d18===_0x410279;},'qbmTL':_0x4d373f(0x214),'ymfMD':'smtiD','zdols':_0x4d373f(0x28d),'XxKWL':_0x4d373f(0x1bc),'cshUD':_0x4d373f(0x216),'CkgpB':_0x4d373f(0x2ca),'shvRR':function(_0x20c3b3,_0x138df3){return _0x20c3b3(_0x138df3);},'ylmit':function(_0x4b91f7,_0x2a7a2c){return _0x4b91f7(_0x2a7a2c);},'HuqnZ':function(_0x13145d,_0xe17e4b,_0x429192){return _0x13145d(_0xe17e4b,_0x429192);},'RzfQs':_0x4d373f(0x2bd),'YTrAf':_0x4d373f(0x277),'zpNKx':function(_0xc17ac4,_0x7ae7ec){return _0xc17ac4===_0x7ae7ec;},'fKXYb':function(_0x4ddb35,_0x480e90){return _0x4ddb35===_0x480e90;},'TfCbC':_0x4d373f(0x1c6),'kyNpd':function(_0x81c20c,_0x3fc65d){return _0x81c20c===_0x3fc65d;},'jyYSV':function(_0x2594b5,_0x3933db){return _0x2594b5===_0x3933db;},'hqPLE':_0x4d373f(0x1d2),'qfxhG':_0x4d373f(0x2a5),'HORZN':'sWTVL','lPabA':'zyeVF','byfJl':function(_0x31da6a,_0x1532ac){return _0x31da6a>_0x1532ac;},'VPhES':_0x4d373f(0x243)},_0x6d527b=this[_0x4d373f(0x2d0)](_0x47d023),_0x113ddc=TestDetails[_0x4d373f(0x18b)](this[_0x4d373f(0x20d)](_0x47d023,_0xaf9256[_0x4d373f(0x2c0)]));this['_tests'][_0x6d527b]={...this[_0x4d373f(0x295)][_0x6d527b]||{},'finishedAt':new Date()[_0x4d373f(0x14d)]()},await this[_0x4d373f(0x2b9)](_0x47d023,_0x3f38a0[_0x4d373f(0x1ca)],_0xaf9256);const _0x305236=[];if(_0xaf9256[_0x4d373f(0x1a4)]){if(_0x3f38a0[_0x4d373f(0x1bd)](_0x3f38a0[_0x4d373f(0x29b)],_0x3f38a0[_0x4d373f(0x195)]))_0xaf9256['attachments'][_0x4d373f(0x219)](_0x2d42e1=>{const _0x404229=_0x4d373f;if(_0x3f38a0[_0x404229(0x1bd)](_0x3f38a0[_0x404229(0x1e0)],_0x3f38a0['BKUnT']))return![];else{if(_0x3f38a0['Cjzgx'](_0x2d42e1[_0x404229(0x1f9)],_0x3f38a0['omKfr'])){if(_0x3f38a0[_0x404229(0x228)](_0x3f38a0[_0x404229(0x285)],_0x3f38a0['ymfMD']))return _0x3f38a0[_0x404229(0x28a)];else{if(!fs[_0x404229(0x16e)](_0x2d42e1[_0x404229(0x237)])){if(_0x3f38a0[_0x404229(0x228)](_0x3f38a0['zdols'],_0x3f38a0[_0x404229(0x1c9)]))return;else return;}_0x305236[_0x404229(0x16b)]({'test_run_uuid':_0x113ddc,'timestamp':fs[_0x404229(0x177)](_0x2d42e1[_0x404229(0x237)])[_0x404229(0x14b)],'kind':_0x3f38a0['XxKWL'],'message':fs[_0x404229(0x291)](_0x2d42e1['path'],{'encoding':_0x3f38a0[_0x404229(0x1e8)]})});}}}});else{_0x6c1eba[_0x4d373f(0x14f)]=_0x3f38a0[_0x4d373f(0x299)],_0x57cddf['failure_reason']=_0x3f38a0[_0x4d373f(0x25f)](_0x50a8b0,_0x523f63[_0x4d373f(0x2c3)][_0x4d373f(0x1b9)]),_0x4eb7da[_0x4d373f(0x173)]=_0x3f38a0['ylmit'](_0x2a26c0,_0x25919d[_0x4d373f(0x2c3)][_0x4d373f(0x1b9)]);const _0x425830=_0x3f38a0[_0x4d373f(0x2a2)](_0x4e53da,_0x587ed1[_0x4d373f(0x2c3)],_0x3f38a0[_0x4d373f(0x2a0)]);if(_0x425830&&_0x3f38a0[_0x4d373f(0x1b8)](_0x425830[_0x4d373f(0x1f1)],0x0)){const _0x567db1={};_0x567db1['backtrace']=[_0x3fda73['failure_reason']],_0x567db1[_0x4d373f(0x260)]=[],_0x425830['push'](_0x567db1);}_0x40271a[_0x4d373f(0x1c2)]=_0x425830;}}if(_0x3f38a0[_0x4d373f(0x258)](_0x305236['length'],0x0)){if(_0x3f38a0[_0x4d373f(0x1b8)](_0x3f38a0[_0x4d373f(0x2c2)],_0x3f38a0['VPhES']))await MyReporter['reportLogs'](_0x305236);else{(_0x3f38a0[_0x4d373f(0x228)](_0x77de92['result'],_0x3f38a0[_0x4d373f(0x236)])||_0x3f38a0[_0x4d373f(0x22a)](_0x43d2c5[_0x4d373f(0x14f)],_0x3f38a0['CkgpB'])||_0x3f38a0[_0x4d373f(0x209)](_0x128fb6['result'],_0x3f38a0[_0x4d373f(0x28f)]))&&(_0x26e8e1[_0x4d373f(0x14f)]=_0x3f38a0['CkgpB']);if(_0x3f38a0[_0x4d373f(0x1da)](_0x3265db[_0x4d373f(0x149)],_0x3f38a0[_0x4d373f(0x236)])&&_0x3f38a0['jyYSV'](_0x11c968[_0x4d373f(0x20f)],_0x3f38a0[_0x4d373f(0x299)])){const _0x2a8f23={};_0x2a8f23['message']=_0x3f38a0[_0x4d373f(0x19f)],_0x2a8f23[_0x4d373f(0x29c)]=_0x3f38a0[_0x4d373f(0x19f)],_0x520dc7[_0x4d373f(0x2c3)]=_0x2a8f23,_0x50a509['errors']=[_0x56ce20['error']];}}}}async[a33_0xae56d5(0x266)](){const _0xe48829=a33_0xae56d5;await RequestQueueHandler[_0xe48829(0x28e)]()[_0xe48829(0x232)](),await SessionHandler['stop'](),TestDetails['shutdown']();}async[a33_0xae56d5(0x251)](_0x38c6d5){const _0xbe6e9f=a33_0xae56d5,_0x4262b8={'AQnPb':_0xbe6e9f(0x281),'EJtqV':function(_0x3a00c0,_0x4b6c51,_0x47c9ba){return _0x3a00c0(_0x4b6c51,_0x47c9ba);},'HPihS':function(_0x16ab9b){return _0x16ab9b();},'jLZTy':function(_0x28eb28,_0x1299b3){return _0x28eb28===_0x1299b3;},'JxrXV':_0xbe6e9f(0x1e9),'LUwZx':function(_0x592f79,_0x1b74e2){return _0x592f79!==_0x1b74e2;},'OhpTF':_0xbe6e9f(0x1ef),'jTlZe':function(_0x355622){return _0x355622();},'rrtYy':function(_0x5ab83e,_0x421b46){return _0x5ab83e!==_0x421b46;},'WIyqN':_0xbe6e9f(0x22f),'KgBUs':_0xbe6e9f(0x1e5),'HQBsI':function(_0x2cbf3a,_0x2ea665){return _0x2cbf3a(_0x2ea665);}};await this['endSession'](),_0x4262b8[_0xbe6e9f(0x2d2)](printBuildLink);try{if(_0x4262b8[_0xbe6e9f(0x1d3)](_0x4262b8['JxrXV'],_0x4262b8[_0xbe6e9f(0x1ba)])){if(process['env'][_0xbe6e9f(0x1ee)]){if(_0x4262b8[_0xbe6e9f(0x2a3)](_0x4262b8[_0xbe6e9f(0x147)],_0x4262b8['OhpTF'])){const _0x4cc240={};_0x4cc240[_0xbe6e9f(0x298)]=[_0x5dd5af['failure_reason']],_0x4cc240[_0xbe6e9f(0x260)]=[],_0x5bd6fe[_0xbe6e9f(0x16b)](_0x4cc240);}else await _0x4262b8[_0xbe6e9f(0x2bb)](calculatePerformance);}}else return _0x4262b8[_0xbe6e9f(0x233)];}catch(_0x48ce9c){_0x4262b8[_0xbe6e9f(0x218)](_0x4262b8[_0xbe6e9f(0x2bc)],_0x4262b8['KgBUs'])?_0x4262b8[_0xbe6e9f(0x165)](debug,'Error\x20in\x20calculating\x20performance:\x20'+_0x48ce9c[_0xbe6e9f(0x261)]()):_0x4262b8[_0xbe6e9f(0x247)](_0x3e53f7,_0x3b2198,!![]);}}static async['addTestUIDAndReportLog'](_0x48403b,_0x259b42){const _0x57a1b5=a33_0xae56d5;_0x259b42[_0x57a1b5(0x2c5)]=TestDetails['getTestUUID'](_0x48403b),await this[_0x57a1b5(0x2b7)]([_0x259b42]);}static async[a33_0xae56d5(0x2b7)](_0x49c06f){const _0x544f67=a33_0xae56d5,_0x1f9103={};_0x1f9103['mAvSq']=_0x544f67(0x164);const _0x320885=_0x1f9103,_0x540d2d={};_0x540d2d[_0x544f67(0x1d4)]=_0x320885[_0x544f67(0x24f)],_0x540d2d['logs']=_0x49c06f,await SessionHandler[_0x544f67(0x2b4)](_0x540d2d);}async[a33_0xae56d5(0x1a5)](_0x5593b9,_0x5b5b22,_0x38bf0,_0x6b0699){const _0xd7ea65=a33_0xae56d5,_0x43cf85={'zJaRw':_0xd7ea65(0x1c4),'ZcJBl':_0xd7ea65(0x2cf),'hrXZl':_0xd7ea65(0x1de),'kFMOv':_0xd7ea65(0x25e),'nxEsc':_0xd7ea65(0x18e),'UtjQc':function(_0x55ca6b,_0x2150a4){return _0x55ca6b>=_0x2150a4;},'mrmrl':function(_0x5d4b1e,_0x5c7f3d){return _0x5d4b1e===_0x5c7f3d;},'XVPFl':'HookRunFinished','PyIJJ':function(_0x456922,_0x5eaf63){return _0x456922!==_0x5eaf63;},'FMgyR':_0xd7ea65(0x245),'VJTqe':_0xd7ea65(0x200),'BsKNj':function(_0x559c7d,_0x3c6eba){return _0x559c7d>_0x3c6eba;},'kWmJn':'ucDQX','zVTPE':_0xd7ea65(0x14a),'pzXtX':_0xd7ea65(0x181),'SgXlC':_0xd7ea65(0x2ca),'UKDXr':function(_0xddd67,_0x500f29){return _0xddd67(_0x500f29);},'UPmHX':function(_0x35e872,_0x5cba47,_0x5f3bfe){return _0x35e872(_0x5cba47,_0x5f3bfe);},'raVeo':_0xd7ea65(0x2bd),'NtzQt':function(_0xf8cd41,_0x1ab633){return _0xf8cd41===_0x1ab633;},'uimIn':function(_0x548bea,_0x10041c){return _0x548bea===_0x10041c;},'Xqagw':_0xd7ea65(0x15d),'LNDrv':function(_0x474ac9,_0x9e4cbd){return _0x474ac9!==_0x9e4cbd;},'TvdQT':_0xd7ea65(0x1cf),'fKOto':'passed'},_0x48199c=this[_0xd7ea65(0x1c1)](_0x5593b9,_0x5b5b22),_0x249856=this['_tests'][_0x48199c],_0x7624a3={'uuid':_0x249856[_0xd7ea65(0x17f)],'type':_0x43cf85[_0xd7ea65(0x19c)],'hook_type':this['getHookType'](_0x5b5b22[_0xd7ea65(0x1ac)]),'name':_0x5b5b22[_0xd7ea65(0x1ac)],'scope':this['getScope'](_0x5b5b22),'scopes':this[_0xd7ea65(0x2bf)](_0x5593b9),'body':{'lang':_0x43cf85[_0xd7ea65(0x2ab)],'code':null},'identifier':_0x48199c,'file_name':path[_0xd7ea65(0x188)](process[_0xd7ea65(0x2da)](),_0x5593b9[_0xd7ea65(0x267)][_0xd7ea65(0x15a)]),'location':path[_0xd7ea65(0x188)](process['cwd'](),_0x5593b9[_0xd7ea65(0x267)]['file']),'result':_0x43cf85['nxEsc'],'duration_in_ms':_0x43cf85[_0xd7ea65(0x225)](_0x5b5b22[_0xd7ea65(0x167)],0x0)?_0x5b5b22['duration']:undefined,'vc_filepath':this[_0xd7ea65(0x254)]&&_0x5593b9[_0xd7ea65(0x267)][_0xd7ea65(0x15a)]?path[_0xd7ea65(0x188)](this[_0xd7ea65(0x254)],_0x5593b9[_0xd7ea65(0x267)][_0xd7ea65(0x15a)]):undefined,'started_at':_0x249856[_0xd7ea65(0x23f)],'finished_at':_0x249856['finishedAt'],'framework':FRAMEWORKS['PLAYWRIGHT']};if(_0x43cf85['mrmrl'](_0x38bf0,_0x43cf85[_0xd7ea65(0x24c)])){if(_0x43cf85[_0xd7ea65(0x24e)](_0x43cf85['FMgyR'],_0x43cf85['VJTqe'])){const {steps:_0x4dd4f0,logs:_0x125a0f}=this['getStepsAndLogs'](_0x5b5b22['steps'],_0x249856['uuid'],_0x43cf85['hrXZl']);if(_0x125a0f&&_0x43cf85[_0xd7ea65(0x1cd)](_0x125a0f[_0xd7ea65(0x1f1)],0x0)){if(_0x43cf85['PyIJJ'](_0x43cf85[_0xd7ea65(0x1e2)],_0x43cf85[_0xd7ea65(0x1e2)]))return![];else await MyReporter[_0xd7ea65(0x2b7)](_0x125a0f);}const _0x41d02b={};_0x41d02b[_0xd7ea65(0x2d3)]=_0x4dd4f0,_0x7624a3[_0xd7ea65(0x166)]=_0x41d02b;if(_0x5b5b22['error']){if(_0x43cf85[_0xd7ea65(0x24e)](_0x43cf85['zVTPE'],_0x43cf85[_0xd7ea65(0x19a)])){_0x7624a3[_0xd7ea65(0x14f)]=_0x43cf85[_0xd7ea65(0x1e4)],_0x7624a3[_0xd7ea65(0x286)]=_0x43cf85['UKDXr'](removeAnsiColors,_0x5b5b22[_0xd7ea65(0x2c3)][_0xd7ea65(0x1b9)]),_0x7624a3[_0xd7ea65(0x173)]=_0x43cf85[_0xd7ea65(0x1c8)](getFailureType,_0x5b5b22[_0xd7ea65(0x2c3)][_0xd7ea65(0x1b9)]);const _0xd29b9b=_0x43cf85[_0xd7ea65(0x262)](failureData,_0x5b5b22[_0xd7ea65(0x2c3)],_0x43cf85[_0xd7ea65(0x2d8)]);if(_0xd29b9b&&_0x43cf85[_0xd7ea65(0x1a1)](_0xd29b9b[_0xd7ea65(0x1f1)],0x0)){if(_0x43cf85[_0xd7ea65(0x169)](_0x43cf85[_0xd7ea65(0x27a)],_0x43cf85['Xqagw'])){const _0x119a8c={};_0x119a8c[_0xd7ea65(0x298)]=[_0x7624a3['failure_reason']],_0x119a8c[_0xd7ea65(0x260)]=[],_0xd29b9b[_0xd7ea65(0x16b)](_0x119a8c);}else{const _0x39d4b2=_0x43cf85[_0xd7ea65(0x1ce)]['split']('|');let _0x459bdf=0x0;while(!![]){switch(_0x39d4b2[_0x459bdf++]){case'0':this[_0xd7ea65(0x1a3)]=_0x53d30f;continue;case'1':this[_0xd7ea65(0x295)]={};continue;case'2':this[_0xd7ea65(0x1f7)]=![];continue;case'3':this[_0xd7ea65(0x254)]=null;continue;case'4':_0x43eba9['env'][_0xd7ea65(0x1ee)]&&(_0x5d435c[_0xd7ea65(0x273)](_0x43cf85[_0xd7ea65(0x21f)]),_0x26c4ba[_0xd7ea65(0x250)]['START_TIME']=new _0x12730b()[_0xd7ea65(0x14d)]());continue;case'5':this[_0xd7ea65(0x29e)]={};continue;}break;}}}_0x7624a3[_0xd7ea65(0x1c2)]=_0xd29b9b;}else return;}else{if(_0x43cf85[_0xd7ea65(0x1d1)](_0x43cf85[_0xd7ea65(0x175)],_0x43cf85[_0xd7ea65(0x175)]))return;else _0x7624a3['result']=_0x43cf85[_0xd7ea65(0x278)];}}else return;}const _0xc03300={};_0xc03300[_0xd7ea65(0x1d4)]=_0x38bf0,_0xc03300[_0xd7ea65(0x2a8)]=_0x7624a3;const _0x27f975=_0xc03300;await SessionHandler[_0xd7ea65(0x2b4)](_0x27f975);}[a33_0xae56d5(0x156)](_0xd98061,_0x3f3a5b,_0x710ab3){const _0x27ff5b=a33_0xae56d5,_0x37baf2={'HVYov':function(_0x413855,_0x3c1db9){return _0x413855!==_0x3c1db9;},'atijL':'CaCHJ','jcKNA':'TNytH','dyTlJ':function(_0x26c1bf,_0x27926f){return _0x26c1bf===_0x27926f;},'Bsgmf':_0x27ff5b(0x1de),'VUenK':function(_0x142eb6,_0x1732f5){return _0x142eb6===_0x1732f5;},'isyxo':_0x27ff5b(0x2c1),'dtLjV':function(_0x18898b,_0xb641b7){return _0x18898b===_0xb641b7;},'bKytO':_0x27ff5b(0x275),'VeShq':function(_0x34a676,_0x17d583){return _0x34a676!==_0x17d583;},'cGXYM':'HxJsN','ywwBd':_0x27ff5b(0x21c),'EphpM':function(_0x3e2d2f,_0x2fc8fd){return _0x3e2d2f+_0x2fc8fd;},'bSmBj':function(_0x97d6f9,_0x366b6b){return _0x97d6f9+_0x366b6b;},'ZuxUP':_0x27ff5b(0x293),'qyiwY':function(_0x50fcd3,_0x1362f2){return _0x50fcd3!==_0x1362f2;},'ecanz':_0x27ff5b(0x1f6),'QVBPN':function(_0x2cb1f1,_0x413c34){return _0x2cb1f1===_0x413c34;},'PGHve':_0x27ff5b(0x283),'UOZvY':function(_0x524da4,_0x256ef8){return _0x524da4===_0x256ef8;},'luFAZ':_0x27ff5b(0x252),'Ylkde':_0x27ff5b(0x2c5),'AMoqN':_0x27ff5b(0x234),'FPZgU':_0x27ff5b(0x2b1),'ftUay':_0x27ff5b(0x2ca),'aXByo':_0x27ff5b(0x277),'CKyWG':function(_0x38dc33,_0x3c5c56){return _0x38dc33(_0x3c5c56);},'FPCfS':function(_0x48b64a,_0x4fa679){return _0x48b64a===_0x4fa679;},'OdQSO':_0x27ff5b(0x271),'nKLMw':function(_0x2f41f6,_0x4e4ae3){return _0x2f41f6===_0x4e4ae3;},'PaEhO':'KaQTM','FtIPW':_0x27ff5b(0x1c7),'dnxOx':function(_0x40daa4){return _0x40daa4();},'lCdcg':function(_0x17935f,_0x58f616){return _0x17935f(_0x58f616);},'gzUFq':'IefVR','sGuNi':_0x27ff5b(0x1b6),'BaUFF':function(_0x11f38a,_0x5aaec2,_0x93bf20){return _0x11f38a(_0x5aaec2,_0x93bf20);},'MKzbE':_0x27ff5b(0x27c),'qfpqM':_0x27ff5b(0x211),'KoAKo':function(_0x3e202a,_0x1d3b23,_0x3bb93d){return _0x3e202a(_0x1d3b23,_0x3bb93d);}},_0x4b494d=[],_0x24f0a5=[],_0x146318=_0xd98061[_0x27ff5b(0x29a)](_0x5bc166=>{const _0x4913d2=_0x27ff5b;if(_0x37baf2[_0x4913d2(0x2b2)](_0x37baf2[_0x4913d2(0x1bb)],_0x37baf2['jcKNA'])){if(_0x37baf2[_0x4913d2(0x274)](_0x5bc166[_0x4913d2(0x176)],_0x37baf2['Bsgmf'])&&(_0x37baf2[_0x4913d2(0x157)](_0x5bc166[_0x4913d2(0x1ac)],_0x37baf2['isyxo'])||_0x37baf2[_0x4913d2(0x27f)](_0x5bc166[_0x4913d2(0x1ac)],_0x37baf2[_0x4913d2(0x284)]))){if(_0x37baf2[_0x4913d2(0x2ac)](_0x37baf2[_0x4913d2(0x1f5)],_0x37baf2['cGXYM'])){const _0x419cf5=_0x3740a1[_0x4913d2(0x1fd)];if(_0x419cf5)return _0x419cf5;return _0x3431ac[_0x4913d2(0x1ac)]+'\x20for\x20'+this['getTestIdentifier'](_0x376fa0);}else return![];}return!![];}else this[_0x4913d2(0x254)]=_0x3c360e[_0x4913d2(0x23c)];}),_0x2f670a=(_0x35b739,_0x2264fb=![])=>{const _0x414004=_0x27ff5b,_0x3ce8a8={'thURm':_0x37baf2[_0x414004(0x213)],'fqmNR':function(_0x1c0349,_0x56b3af){const _0x248f16=_0x414004;return _0x37baf2[_0x248f16(0x190)](_0x1c0349,_0x56b3af);}};if(_0x37baf2[_0x414004(0x2b2)](_0x37baf2[_0x414004(0x29d)],_0x37baf2[_0x414004(0x29d)])){const _0x1c3ee6={};_0x1c3ee6['backtrace']=[_0x154f51[_0x414004(0x286)]],_0x1c3ee6[_0x414004(0x260)]=[],_0x190eee[_0x414004(0x16b)](_0x1c3ee6);}else{if(_0x37baf2[_0x414004(0x162)](_0x35b739['steps']['length'],0x0)){if(_0x37baf2[_0x414004(0x2b2)](_0x37baf2[_0x414004(0x1d5)],_0x37baf2['PGHve']))return _0x3ce8a8['thURm'];else{const _0x1e75ff=_0x37baf2['UOZvY'](_0x710ab3,_0x37baf2['luFAZ'])?_0x37baf2[_0x414004(0x180)]:_0x37baf2[_0x414004(0x25b)];_0x24f0a5[_0x414004(0x16b)]({'kind':_0x37baf2['FPZgU'],[_0x1e75ff]:_0x3f3a5b,'message':_0x35b739[_0x414004(0x1ac)],'timestamp':_0x35b739[_0x414004(0x168)][_0x414004(0x14d)](),'level':_0x35b739[_0x414004(0x2c3)]?_0x37baf2[_0x414004(0x1fb)]:_0x37baf2[_0x414004(0x192)],'duration':_0x35b739['duration'],'failure':_0x35b739['error']&&_0x35b739[_0x414004(0x2c3)]['message']&&_0x37baf2[_0x414004(0x198)](removeAnsiColors,_0x35b739['error']['message']),'failure_type':_0x37baf2['CKyWG'](getFailureType,_0x35b739[_0x414004(0x2c3)]&&_0x35b739[_0x414004(0x2c3)][_0x414004(0x1b9)])});}}else{if(_0x37baf2['FPCfS'](_0x37baf2[_0x414004(0x1d8)],_0x37baf2[_0x414004(0x1d8)])){if(!_0x2264fb){if(_0x37baf2[_0x414004(0x160)](_0x37baf2[_0x414004(0x241)],_0x37baf2[_0x414004(0x152)])){let _0x3c0a53=_0x52c44e[_0x414004(0x2a4)];return _0x37baf2[_0x414004(0x27f)](typeof _0x4ffd81[_0x414004(0x2a4)],_0x37baf2[_0x414004(0x15c)])&&(_0x3c0a53=_0x3c0a53[_0x414004(0x1ac)]),_0x3c0a53+'\x20-\x20'+_0x5eea08['title'];}else _0x4b494d[_0x414004(0x16b)]({'id':_0x37baf2[_0x414004(0x22b)](uuidv4),'text':_0x35b739[_0x414004(0x1ac)],'keyword':undefined,'started_at':_0x35b739[_0x414004(0x168)]['toISOString'](),'duration':_0x35b739[_0x414004(0x167)],'result':_0x35b739[_0x414004(0x2c3)]?_0x37baf2[_0x414004(0x1fb)]:_0x37baf2['aXByo'],'failure':_0x35b739['error']&&_0x35b739[_0x414004(0x2c3)][_0x414004(0x1b9)]&&_0x37baf2[_0x414004(0x198)](removeAnsiColors,_0x35b739[_0x414004(0x2c3)]['message']),'failure_type':_0x37baf2[_0x414004(0x24b)](getFailureType,_0x35b739['error']&&_0x35b739[_0x414004(0x2c3)][_0x414004(0x1b9)])});}for(const _0x5c7759 of _0x35b739['steps']){if(_0x37baf2[_0x414004(0x160)](_0x37baf2['gzUFq'],_0x37baf2[_0x414004(0x21b)]))return _0x37baf2['EphpM'](_0x37baf2['bSmBj'](this[_0x414004(0x2d0)](_0xf103e8),'-'),_0xd51f2b);else _0x37baf2[_0x414004(0x1b1)](_0x2f670a,_0x5c7759,!![]);}}else{let _0x5787b8=_0x1080ff[_0x414004(0x2a4)];while(_0x5787b8&&_0x3ce8a8[_0x414004(0x229)](_0x5787b8['title'],'')){_0x1cbc5f[_0x414004(0x16b)](_0x5787b8[_0x414004(0x1ac)]),_0x5787b8=_0x5787b8[_0x414004(0x2a4)];}}}}};for(const _0x52bae6 of _0x146318){if(_0x37baf2[_0x27ff5b(0x2d1)](_0x37baf2[_0x27ff5b(0x1d7)],_0x37baf2['qfpqM'])){if(_0x37baf2[_0x27ff5b(0x2d1)](_0x3932b0[_0x27ff5b(0x176)],_0x37baf2[_0x27ff5b(0x16a)])&&(_0x37baf2['dtLjV'](_0x1f49c0[_0x27ff5b(0x1ac)],_0x37baf2[_0x27ff5b(0x208)])||_0x37baf2[_0x27ff5b(0x2d1)](_0x35d5d3[_0x27ff5b(0x1ac)],_0x37baf2[_0x27ff5b(0x284)])))return![];return!![];}else _0x37baf2[_0x27ff5b(0x2b5)](_0x2f670a,_0x52bae6,![]);}const _0x2dd6d0={};return _0x2dd6d0[_0x27ff5b(0x2d3)]=_0x4b494d,_0x2dd6d0[_0x27ff5b(0x215)]=_0x24f0a5,_0x2dd6d0;}async[a33_0xae56d5(0x2b9)](_0x2a60fb,_0x503053,_0x52095c){const _0x49239f=a33_0xae56d5,_0x499ba6={'iUKCP':_0x49239f(0x2cf),'kIPHj':_0x49239f(0x1bc),'fBkzh':_0x49239f(0x216),'XAPzl':function(_0x5267d5,_0x1e84be){return _0x5267d5===_0x1e84be;},'ugBaP':_0x49239f(0x186),'PkMJc':function(_0x5043a2){return _0x5043a2();},'nkmZV':_0x49239f(0x2ca),'ccLoC':_0x49239f(0x277),'rooaC':function(_0x2f62a0,_0x2e57aa){return _0x2f62a0(_0x2e57aa);},'lVbHy':function(_0x2e09cf,_0x32fb23){return _0x2e09cf(_0x32fb23);},'hKOUP':function(_0x5e9ae2,_0x405264,_0x496340){return _0x5e9ae2(_0x405264,_0x496340);},'Vbvat':function(_0x1d771a,_0x2a63a3){return _0x1d771a===_0x2a63a3;},'IRgDV':'test','eRQHW':'javascript','lXpwz':_0x49239f(0x18e),'axefw':function(_0x5cb99c,_0x3831bd){return _0x5cb99c>_0x3831bd;},'XGoTm':function(_0x517698,_0xd0432c){return _0x517698===_0xd0432c;},'TGhqk':'OegRi','YZnNI':function(_0x8b022d,_0x4ca65f){return _0x8b022d-_0x4ca65f;},'uAVDx':function(_0x41b2d9,_0x419de0){return _0x41b2d9===_0x419de0;},'EpwGj':_0x49239f(0x2a5),'LxMBE':function(_0x57203f,_0x192087){return _0x57203f===_0x192087;},'PTFwg':_0x49239f(0x20a),'AdmyR':function(_0x427f15,_0x32da50){return _0x427f15===_0x32da50;},'aEAgy':function(_0x4a489f,_0x2b79b4){return _0x4a489f!==_0x2b79b4;},'BUWTq':_0x49239f(0x21a),'XwDzm':_0x49239f(0x183),'wdcRA':'pLVxh','BMaKI':function(_0x55b384,_0x480c32){return _0x55b384===_0x480c32;},'nItIL':_0x49239f(0x1c6),'emPVi':_0x49239f(0x158),'hrVsN':_0x49239f(0x15b),'aTuMn':function(_0x2f180b,_0x4e9deb){return _0x2f180b===_0x4e9deb;},'CbdlF':function(_0x2c5dec,_0x40eb66){return _0x2c5dec!==_0x40eb66;},'PUxlU':_0x49239f(0x287),'AYvbc':_0x49239f(0x2a9),'zdDtE':_0x49239f(0x1d2),'DGmLX':_0x49239f(0x27e),'JyvXB':_0x49239f(0x18d),'WDfuT':function(_0x1320bc,_0x3ccbc9){return _0x1320bc(_0x3ccbc9);},'caGkr':function(_0x30bace,_0x418ccb,_0x11863a){return _0x30bace(_0x418ccb,_0x11863a);},'JgkvU':function(_0x34b0e6,_0x4521cc){return _0x34b0e6===_0x4521cc;},'CUJxW':function(_0x19cb4d,_0x21c9d1){return _0x19cb4d!==_0x21c9d1;},'QIAOq':_0x49239f(0x2d4),'bOniP':_0x49239f(0x2d5),'mTAZG':_0x49239f(0x1af),'xwgaz':_0x49239f(0x25d)},_0x2e8a9d=this[_0x49239f(0x2d0)](_0x2a60fb),_0x48b32c=this[_0x49239f(0x1f4)](_0x2a60fb),_0x3f31dc=this['_tests'][_0x2e8a9d],_0x3522d7=path['relative'](process[_0x49239f(0x2da)](),_0x2a60fb[_0x49239f(0x267)]['file']);await this[_0x49239f(0x189)]();const _0x46bf09={'uuid':_0x3f31dc['uuid'],'type':_0x499ba6['IRgDV'],'name':_0x2a60fb[_0x49239f(0x1ac)],'body':{'lang':_0x499ba6[_0x49239f(0x26b)],'code':_0x2a60fb['fn'][_0x49239f(0x261)]()},'scope':_0x48b32c,'scopes':this[_0x49239f(0x2bf)](_0x2a60fb),'identifier':_0x2e8a9d,'file_name':_0x3522d7,'location':_0x3522d7,'result':_0x499ba6[_0x49239f(0x27b)],'duration_in_ms':_0x52095c&&_0x52095c[_0x49239f(0x167)]?_0x52095c[_0x49239f(0x167)]:null,'vc_filepath':this['_gitConfigPath']&&_0x2a60fb[_0x49239f(0x267)][_0x49239f(0x15a)]?path[_0x49239f(0x188)](this[_0x49239f(0x254)],_0x2a60fb[_0x49239f(0x267)]['file']):undefined,'started_at':_0x3f31dc[_0x49239f(0x23f)],'finished_at':_0x3f31dc[_0x49239f(0x27d)],'framework':FRAMEWORKS[_0x49239f(0x161)],'customRerunParam':{'rerun_name':_0x2a60fb[_0x49239f(0x206)]()[_0x49239f(0x288)]('\x20')},'tags':_0x499ba6[_0x49239f(0x217)](getTagsFromTitle,_0x2a60fb[_0x49239f(0x1ac)])};if(_0x52095c&&_0x499ba6[_0x49239f(0x202)](_0x52095c[_0x49239f(0x2c0)],0x0)){if(_0x499ba6[_0x49239f(0x1ed)](_0x499ba6[_0x49239f(0x264)],_0x499ba6['TGhqk']))_0x46bf09[_0x49239f(0x196)]=TestDetails[_0x49239f(0x18b)](this['getTestRunIdentifier'](_0x2a60fb,_0x499ba6[_0x49239f(0x249)](_0x52095c[_0x49239f(0x2c0)],0x1)));else return![];}if(_0x499ba6['uAVDx'](_0x503053,_0x499ba6['EpwGj'])){if(_0x499ba6['LxMBE'](_0x499ba6[_0x49239f(0x256)],_0x499ba6[_0x49239f(0x256)])){_0x46bf09[_0x49239f(0x14f)]=_0x52095c[_0x49239f(0x149)];if(_0x499ba6[_0x49239f(0x255)](_0x52095c[_0x49239f(0x149)],_0x2a60fb[_0x49239f(0x20f)]))_0x499ba6[_0x49239f(0x20b)](_0x499ba6[_0x49239f(0x1f8)],_0x499ba6['BUWTq'])?(_0x14fb0e[_0x49239f(0x273)](_0x499ba6[_0x49239f(0x199)]),_0xfe6a3c[_0x49239f(0x250)][_0x49239f(0x21d)]=new _0x1aa2fd()[_0x49239f(0x14d)]()):_0x46bf09[_0x49239f(0x14f)]=_0x499ba6[_0x49239f(0x1c5)](_0x52095c[_0x49239f(0x149)],_0x499ba6['XwDzm'])?_0x499ba6[_0x49239f(0x292)]:_0x499ba6[_0x49239f(0x23b)];else{if(_0x499ba6[_0x49239f(0x20b)](_0x499ba6[_0x49239f(0x246)],_0x499ba6[_0x49239f(0x246)])){if(!_0x3601c2[_0x49239f(0x16e)](_0xe3ca25[_0x49239f(0x237)]))return;_0x18dffd[_0x49239f(0x16b)]({'test_run_uuid':_0x9bbbe9,'timestamp':_0x15d909[_0x49239f(0x177)](_0x49a26a[_0x49239f(0x237)])[_0x49239f(0x14b)],'kind':_0x499ba6[_0x49239f(0x22d)],'message':_0x2caa74['readFileSync'](_0x437802[_0x49239f(0x237)],{'encoding':_0x499ba6[_0x49239f(0x1b0)]})});}else{if(_0x499ba6[_0x49239f(0x282)](_0x46bf09[_0x49239f(0x14f)],_0x499ba6[_0x49239f(0x23b)])||_0x499ba6[_0x49239f(0x1c5)](_0x46bf09[_0x49239f(0x14f)],_0x499ba6[_0x49239f(0x1a6)])||_0x499ba6['BMaKI'](_0x46bf09[_0x49239f(0x14f)],_0x499ba6[_0x49239f(0x1c0)])){if(_0x499ba6['XGoTm'](_0x499ba6[_0x49239f(0x1eb)],_0x499ba6['hrVsN']))return _0x416593;else _0x46bf09[_0x49239f(0x14f)]=_0x499ba6['nkmZV'];}if(_0x499ba6[_0x49239f(0x1ea)](_0x52095c[_0x49239f(0x149)],_0x499ba6[_0x49239f(0x23b)])&&_0x499ba6[_0x49239f(0x1ed)](_0x2a60fb[_0x49239f(0x20f)],_0x499ba6[_0x49239f(0x1a6)])){if(_0x499ba6[_0x49239f(0x22c)](_0x499ba6['PUxlU'],_0x499ba6[_0x49239f(0x223)])){const _0x163b31={};_0x163b31[_0x49239f(0x1b9)]=_0x499ba6[_0x49239f(0x2b6)],_0x163b31['stack']=_0x499ba6[_0x49239f(0x2b6)],_0x52095c[_0x49239f(0x2c3)]=_0x163b31,_0x52095c['errors']=[_0x52095c[_0x49239f(0x2c3)]];}else return![];}}}const _0x583355=this[_0x49239f(0x20d)](_0x2a60fb,_0x52095c['retry']);_0x46bf09['hooks']=this['_testHooksMap'][_0x583355];const {steps:_0x4632f4,logs:_0x157b4c}=this['getStepsAndLogs'](_0x52095c[_0x49239f(0x2d3)],_0x3f31dc[_0x49239f(0x17f)],_0x499ba6[_0x49239f(0x159)]);await MyReporter[_0x49239f(0x2b7)](_0x157b4c);const _0x59faf2={};_0x59faf2[_0x49239f(0x2d3)]=_0x4632f4,_0x46bf09[_0x49239f(0x166)]=_0x59faf2;if(_0x52095c[_0x49239f(0x2c3)]){if(_0x499ba6[_0x49239f(0x1d9)](_0x499ba6[_0x49239f(0x25a)],_0x499ba6[_0x49239f(0x203)])){const _0x34b83b={'EVKbs':function(_0x214922,_0x50edf9){const _0x24ece0=_0x49239f;return _0x499ba6[_0x24ece0(0x2d7)](_0x214922,_0x50edf9);},'XUTAx':_0x499ba6[_0x49239f(0x272)],'UNmEe':_0x499ba6[_0x49239f(0x22d)],'vZZpD':_0x499ba6['fBkzh']};_0x3763f2['attachments'][_0x49239f(0x219)](_0x15f644=>{const _0x371760=_0x49239f;if(_0x34b83b[_0x371760(0x1c3)](_0x15f644[_0x371760(0x1f9)],_0x34b83b['XUTAx'])){if(!_0x182d7c[_0x371760(0x16e)](_0x15f644[_0x371760(0x237)]))return;_0xd46bbc[_0x371760(0x16b)]({'test_run_uuid':_0xa9c128,'timestamp':_0x26a137[_0x371760(0x177)](_0x15f644[_0x371760(0x237)])['mtime'],'kind':_0x34b83b[_0x371760(0x2cd)],'message':_0x13d854[_0x371760(0x291)](_0x15f644['path'],{'encoding':_0x34b83b[_0x371760(0x1e3)]})});}});}else{_0x46bf09[_0x49239f(0x286)]=_0x499ba6['WDfuT'](removeAnsiColors,_0x52095c[_0x49239f(0x2c3)][_0x49239f(0x1b9)]),_0x46bf09[_0x49239f(0x173)]=_0x499ba6[_0x49239f(0x148)](getFailureType,_0x52095c[_0x49239f(0x2c3)][_0x49239f(0x1b9)]);const _0x2afde1={};_0x2afde1[_0x49239f(0x2c5)]=_0x3f31dc[_0x49239f(0x17f)];const {failureData:_0x6afcca,logs:_0x4db817}=_0x499ba6['caGkr'](getFailureData,_0x52095c[_0x49239f(0x187)],_0x2afde1);if(_0x6afcca&&_0x499ba6['JgkvU'](_0x6afcca[_0x49239f(0x1f1)],0x0)){if(_0x499ba6[_0x49239f(0x184)](_0x499ba6['QIAOq'],_0x499ba6[_0x49239f(0x1d6)])){const _0x79732d={};_0x79732d[_0x49239f(0x298)]=[_0x46bf09['failure_reason']],_0x79732d['expanded']=[],_0x6afcca['push'](_0x79732d);}else{!_0xc91e04&&_0x1daf3c[_0x49239f(0x16b)]({'id':_0x499ba6[_0x49239f(0x1cc)](_0x162bc9),'text':_0x5253ac[_0x49239f(0x1ac)],'keyword':_0xa2cccf,'started_at':_0x4baa0b['startTime']['toISOString'](),'duration':_0x320770[_0x49239f(0x167)],'result':_0x368639[_0x49239f(0x2c3)]?_0x499ba6[_0x49239f(0x1a6)]:_0x499ba6['ccLoC'],'failure':_0x14887a[_0x49239f(0x2c3)]&&_0x3ceb8c['error']['message']&&_0x499ba6[_0x49239f(0x217)](_0x1543ce,_0x143df7[_0x49239f(0x2c3)][_0x49239f(0x1b9)]),'failure_type':_0x499ba6[_0x49239f(0x148)](_0x178a4e,_0x56818e[_0x49239f(0x2c3)]&&_0x2569d0[_0x49239f(0x2c3)]['message'])});for(const _0x3413ce of _0x507003[_0x49239f(0x2d3)]){_0x499ba6[_0x49239f(0x174)](_0xead152,_0x3413ce,!![]);}}}_0x46bf09[_0x49239f(0x1c2)]=_0x6afcca;if(_0x4db817&&_0x499ba6[_0x49239f(0x202)](_0x4db817['length'],0x0)){if(_0x499ba6['Vbvat'](_0x499ba6[_0x49239f(0x1b3)],_0x499ba6[_0x49239f(0x17b)])){if(_0x499ba6[_0x49239f(0x1c5)](_0x5617c6[_0x49239f(0x1f9)],_0x499ba6['ugBaP'])){if(!_0x893f7c[_0x49239f(0x16e)](_0x39f07e[_0x49239f(0x237)]))return;_0x443157[_0x49239f(0x16b)]({'test_run_uuid':_0x55b5bb,'timestamp':_0x18a90d[_0x49239f(0x177)](_0x310037['path'])['mtime'],'kind':_0x499ba6[_0x49239f(0x22d)],'message':_0x55bffd[_0x49239f(0x291)](_0x52caed[_0x49239f(0x237)],{'encoding':_0x499ba6['fBkzh']})});}}else await MyReporter['reportLogs'](_0x4db817);}}}}else _0x499ba6[_0x49239f(0x217)](_0x569edf,_0x49239f(0x201)+_0x361d57[_0x49239f(0x261)]());}const _0x2b992d={};_0x2b992d[_0x49239f(0x1d4)]=_0x503053,_0x2b992d[_0x49239f(0x238)]=_0x46bf09;const _0x5a2baa=_0x2b992d;await SessionHandler[_0x49239f(0x2b4)](_0x5a2baa);}static async[a33_0xae56d5(0x14e)](_0x339229,_0x4636fa){const _0x2166a2=a33_0xae56d5,_0x27b2ea={'IzkhR':function(_0x44c4b5,_0x373495){return _0x44c4b5(_0x373495);},'WPqgC':'CBTSessionCreated'},_0x171f56={'uuid':TestDetails[_0x2166a2(0x18b)](_0x339229),'integrations':_0x4636fa},_0x51f30f={};_0x51f30f['depth']=null,_0x27b2ea[_0x2166a2(0x21e)](debug,'Sending\x20session\x20details\x20for\x20'+_0x339229+',\x20'+util['inspect'](_0x4636fa,_0x51f30f));const _0x467dea={};_0x467dea[_0x2166a2(0x1d4)]=_0x27b2ea[_0x2166a2(0x170)],_0x467dea[_0x2166a2(0x238)]=_0x171f56,await SessionHandler[_0x2166a2(0x2b4)](_0x467dea);}async[a33_0xae56d5(0x189)](){const _0xedd562=a33_0xae56d5,_0x195fe9={'Xjlth':function(_0xc8f673,_0x40992c){return _0xc8f673!==_0x40992c;},'Exehe':_0xedd562(0x1de),'UKzTU':function(_0x5464a7,_0x1fff4f){return _0x5464a7===_0x1fff4f;},'PSHHj':_0xedd562(0x1f3),'XWobH':_0xedd562(0x14c),'zFDab':'afterAll\x20hook','Iijml':'afterEach\x20hook','QMeVK':_0xedd562(0x296),'ercbH':_0xedd562(0x1b2),'CkSkC':_0xedd562(0x18c),'QAOhC':function(_0x35b04c){return _0x35b04c();},'MhVCp':function(_0x54254e,_0x342112){return _0x54254e!==_0x342112;},'iJxVg':_0xedd562(0x222),'mybbq':_0xedd562(0x231)};if(this['_gitConfigured']){if(_0x195fe9[_0xedd562(0x268)](_0x195fe9['ercbH'],_0x195fe9[_0xedd562(0x1db)]))return;else{if(_0x195fe9[_0xedd562(0x268)](_0x4c0721[_0xedd562(0x176)],_0x195fe9['Exehe']))return![];if(_0x195fe9['UKzTU']([_0x195fe9[_0xedd562(0x1fe)],_0x195fe9['XWobH'],_0x195fe9[_0xedd562(0x297)],_0x195fe9[_0xedd562(0x179)]][_0xedd562(0x2a1)](_0x220d84[_0xedd562(0x1ac)]),-0x1))return![];return!![];}}const _0x5dada6=await _0x195fe9[_0xedd562(0x1fc)](getGitMetaData);if(_0x5dada6){if(_0x195fe9[_0xedd562(0x23e)](_0x195fe9[_0xedd562(0x1b7)],_0x195fe9[_0xedd562(0x2aa)]))this[_0xedd562(0x254)]=_0x5dada6[_0xedd562(0x23c)];else return _0x195fe9['QMeVK'];}this['_gitConfigured']=!![];}[a33_0xae56d5(0x2bf)](_0x32f4fb){const _0x3959e4=a33_0xae56d5,_0x3ad1ee={};_0x3ad1ee[_0x3959e4(0x2ad)]=function(_0x31781f,_0x1cc639){return _0x31781f!==_0x1cc639;},_0x3ad1ee[_0x3959e4(0x1cb)]=_0x3959e4(0x2ca),_0x3ad1ee[_0x3959e4(0x18f)]=_0x3959e4(0x1e7),_0x3ad1ee['LdzIF']='YCjUy',_0x3ad1ee['LOMzb']=function(_0x5b4a91,_0x2191f5){return _0x5b4a91!==_0x2191f5;},_0x3ad1ee[_0x3959e4(0x1a9)]=_0x3959e4(0x20e),_0x3ad1ee[_0x3959e4(0x26d)]=_0x3959e4(0x1dd);const _0x60487a=_0x3ad1ee,_0x278bd0=[];if(_0x32f4fb&&_0x32f4fb[_0x3959e4(0x2a4)]){if(_0x60487a[_0x3959e4(0x2ad)](_0x60487a[_0x3959e4(0x18f)],_0x60487a[_0x3959e4(0x290)])){let _0x59d61a=_0x32f4fb[_0x3959e4(0x2a4)];while(_0x59d61a&&_0x60487a[_0x3959e4(0x2ad)](_0x59d61a[_0x3959e4(0x1ac)],'')){if(_0x60487a[_0x3959e4(0x269)](_0x60487a['QCzwQ'],_0x60487a[_0x3959e4(0x26d)]))_0x278bd0['push'](_0x59d61a[_0x3959e4(0x1ac)]),_0x59d61a=_0x59d61a[_0x3959e4(0x2a4)];else{const _0x57cbb9=[];if(_0x16b295&&_0x35466c[_0x3959e4(0x2a4)]){let _0x235b3f=_0x254ef6[_0x3959e4(0x2a4)];while(_0x235b3f&&_0x60487a['sVqyz'](_0x235b3f['title'],'')){_0x57cbb9[_0x3959e4(0x16b)](_0x235b3f[_0x3959e4(0x1ac)]),_0x235b3f=_0x235b3f['parent'];}}return _0x57cbb9[_0x3959e4(0x289)]()[_0x3959e4(0x153)](0x0,0x2),_0x57cbb9;}}}else _0xa7c05e[_0x3959e4(0x14f)]=_0x60487a['NPCUc'];}return _0x278bd0['reverse']()[_0x3959e4(0x153)](0x0,0x2),_0x278bd0;}[a33_0xae56d5(0x151)](_0x5a2435){const _0x238f7c=a33_0xae56d5,_0x3bd412={'vAMzu':_0x238f7c(0x1d2),'bNNbq':function(_0x45e900,_0x544d74){return _0x45e900===_0x544d74;},'DjLPW':_0x238f7c(0x252),'tQeLS':_0x238f7c(0x2c5),'yHOuZ':_0x238f7c(0x234),'UmWmS':_0x238f7c(0x2b1),'SYLgy':_0x238f7c(0x2ca),'KoOWh':'passed','OVIjP':function(_0x529655,_0x2d14d9){return _0x529655(_0x2d14d9);},'yfyJP':function(_0x114cee,_0x4b8b72){return _0x114cee(_0x4b8b72);},'KvwHt':function(_0x50ef34,_0x34537c){return _0x50ef34!==_0x34537c;},'tomVT':_0x238f7c(0x1de),'aSEvL':'yVfsf','kgJly':_0x238f7c(0x2a7),'drclM':'beforeEach\x20hook','fLcUl':_0x238f7c(0x14c),'amrsh':_0x238f7c(0x2c7),'sDbNI':_0x238f7c(0x1e6),'ZTWhE':_0x238f7c(0x26f)};if(_0x3bd412[_0x238f7c(0x280)](_0x5a2435[_0x238f7c(0x176)],_0x3bd412['tomVT'])){if(_0x3bd412[_0x238f7c(0x17d)](_0x3bd412[_0x238f7c(0x2cb)],_0x3bd412['kgJly'])){const _0x114368={};_0x114368[_0x238f7c(0x1b9)]=_0x3bd412[_0x238f7c(0x1ad)],_0x114368[_0x238f7c(0x29c)]=_0x3bd412[_0x238f7c(0x1ad)],_0x268f64[_0x238f7c(0x2c3)]=_0x114368,_0x35184f[_0x238f7c(0x187)]=[_0x14d4fd[_0x238f7c(0x2c3)]];}else return![];}if(_0x3bd412[_0x238f7c(0x17d)]([_0x3bd412[_0x238f7c(0x1ff)],_0x3bd412['fLcUl'],_0x3bd412[_0x238f7c(0x20c)],_0x3bd412['sDbNI']][_0x238f7c(0x2a1)](_0x5a2435[_0x238f7c(0x1ac)]),-0x1)){if(_0x3bd412[_0x238f7c(0x280)](_0x3bd412[_0x238f7c(0x17e)],_0x3bd412[_0x238f7c(0x17e)])){const _0x2ce669=_0x3bd412[_0x238f7c(0x17d)](_0x44976c,_0x3bd412['DjLPW'])?_0x3bd412['tQeLS']:_0x3bd412[_0x238f7c(0x185)];_0x46ec55[_0x238f7c(0x16b)]({'kind':_0x3bd412[_0x238f7c(0x220)],[_0x2ce669]:_0x1a0079,'message':_0x24ae7e[_0x238f7c(0x1ac)],'timestamp':_0x1b4680[_0x238f7c(0x168)][_0x238f7c(0x14d)](),'level':_0xb99e7b[_0x238f7c(0x2c3)]?_0x3bd412[_0x238f7c(0x1a7)]:_0x3bd412['KoOWh'],'duration':_0x3b485e['duration'],'failure':_0x1bd84f[_0x238f7c(0x2c3)]&&_0x3da9e3[_0x238f7c(0x2c3)][_0x238f7c(0x1b9)]&&_0x3bd412['OVIjP'](_0x3bc744,_0x4f0486[_0x238f7c(0x2c3)]['message']),'failure_type':_0x3bd412[_0x238f7c(0x240)](_0x15485e,_0x4233db[_0x238f7c(0x2c3)]&&_0x2af65e[_0x238f7c(0x2c3)][_0x238f7c(0x1b9)])});}else return![];}return!![];}[a33_0xae56d5(0x1c1)](_0x3f0fbc,_0xd49066){const _0x25b873=a33_0xae56d5,_0x5651f6={};_0x5651f6[_0x25b873(0x155)]=function(_0x4d74cd,_0xbd1538){return _0x4d74cd!==_0xbd1538;},_0x5651f6[_0x25b873(0x2d9)]=_0x25b873(0x197),_0x5651f6[_0x25b873(0x15f)]=_0x25b873(0x1fa);const _0x23023b=_0x5651f6,_0x5f2639=_0xd49066[_0x25b873(0x1fd)];if(_0x5f2639){if(_0x23023b[_0x25b873(0x155)](_0x23023b[_0x25b873(0x2d9)],_0x23023b[_0x25b873(0x15f)]))return _0x5f2639;else this[_0x25b873(0x29e)][_0xb9611c]=[];}return _0xd49066[_0x25b873(0x1ac)]+_0x25b873(0x1a0)+this[_0x25b873(0x2d0)](_0x3f0fbc);}[a33_0xae56d5(0x24d)](_0x3fd14,_0x46f445){const _0x13ee58=a33_0xae56d5,_0x314dcb={'CkddV':'passed','TRGWi':function(_0x5c9ff2,_0xff07d6){return _0x5c9ff2!==_0xff07d6;},'EOLgy':'AKkcP','DRdCr':function(_0x582202){return _0x582202();}};let _0x5c5f2d=_0x46f445[_0x13ee58(0x1ac)]+_0x13ee58(0x1a0)+this['getTestIdentifier'](_0x3fd14);return this[_0x13ee58(0x295)][_0x5c5f2d]&&(_0x314dcb['TRGWi'](_0x314dcb[_0x13ee58(0x22e)],_0x314dcb[_0x13ee58(0x22e)])?_0x2b6d8f[_0x13ee58(0x14f)]=_0x314dcb[_0x13ee58(0x2d6)]:_0x5c5f2d=_0x5c5f2d+_0x13ee58(0x191)+_0x314dcb[_0x13ee58(0x263)](uuidv4)),_0x46f445[_0x13ee58(0x1fd)]=_0x5c5f2d,_0x5c5f2d;}[a33_0xae56d5(0x2d0)]=_0x346aad=>{const _0x574fed=a33_0xae56d5,_0x3466d3={};_0x3466d3[_0x574fed(0x23d)]=function(_0x369925,_0x31da80){return _0x369925+_0x31da80;},_0x3466d3['SluyE']=function(_0x330364,_0x35b94a){return _0x330364+_0x35b94a;};const _0x52f219=_0x3466d3;return _0x52f219[_0x574fed(0x23d)](_0x52f219[_0x574fed(0x230)](_0x346aad[_0x574fed(0x1f0)],'-'),_0x346aad['id']);};['getTestRunIdentifier']=(_0x3ca7aa,_0xcd6518)=>{const _0x36f5f7=a33_0xae56d5,_0x4bdde8={};_0x4bdde8[_0x36f5f7(0x193)]=function(_0x10e8e0,_0x20d54f){return _0x10e8e0+_0x20d54f;};const _0x236816=_0x4bdde8;return _0x236816['JfisZ'](_0x236816[_0x36f5f7(0x193)](this[_0x36f5f7(0x2d0)](_0x3ca7aa),'-'),_0xcd6518);};[a33_0xae56d5(0x2c8)]=_0x31f19b=>{const _0x4ea0da=a33_0xae56d5,_0x4e1fdb={'NJENl':function(_0x2d269d,_0xd92071){return _0x2d269d+_0xd92071;},'pUysC':function(_0xd77c98,_0x2a768b){return _0xd77c98-_0x2a768b;},'GaKJW':function(_0x9fbb8b){return _0x9fbb8b();},'xBVMj':function(_0x1240fd){return _0x1240fd();},'yShvq':_0x4ea0da(0x2ca),'EVOOS':'passed','jAuBr':function(_0x3e702b,_0x21de03){return _0x3e702b(_0x21de03);},'vviWK':_0x4ea0da(0x1f3),'CmbNS':function(_0x5eb42c,_0x5310e7){return _0x5eb42c===_0x5310e7;},'DYjsU':_0x4ea0da(0x182),'uNoKt':_0x4ea0da(0x296),'QFquU':_0x4ea0da(0x14c),'isVQH':function(_0x41f97d,_0xe766ad){return _0x41f97d===_0xe766ad;},'BkLIb':_0x4ea0da(0x212),'uVhuD':'zbQCc','XJgni':_0x4ea0da(0x293),'gdcHA':'afterEach\x20hook','UdznH':function(_0x50e2b4,_0x4e83ae){return _0x50e2b4!==_0x4e83ae;},'UJJvk':_0x4ea0da(0x279),'cYqwI':_0x4ea0da(0x19e),'kLAFu':_0x4ea0da(0x281),'RSANm':_0x4ea0da(0x2c7),'kchjM':_0x4ea0da(0x16c),'zwQDn':_0x4ea0da(0x2ce),'IJxZr':'unknown'};if(_0x31f19b[_0x4ea0da(0x1a8)](_0x4e1fdb['vviWK']))return _0x4e1fdb[_0x4ea0da(0x226)](_0x4e1fdb['DYjsU'],_0x4e1fdb['DYjsU'])?_0x4e1fdb['uNoKt']:_0x4e1fdb[_0x4ea0da(0x259)](_0x4e1fdb[_0x4ea0da(0x259)](_0x58639c[_0x4ea0da(0x1f0)],'-'),_0x79725f['id']);else{if(_0x31f19b[_0x4ea0da(0x1a8)](_0x4e1fdb[_0x4ea0da(0x1b5)])){if(_0x4e1fdb['isVQH'](_0x4e1fdb[_0x4ea0da(0x171)],_0x4e1fdb[_0x4ea0da(0x205)]))_0x5a7e25[_0x4ea0da(0x196)]=_0x1abf75[_0x4ea0da(0x18b)](this[_0x4ea0da(0x20d)](_0x40c67e,_0x4e1fdb[_0x4ea0da(0x1ab)](_0x5eba63[_0x4ea0da(0x2c0)],0x1)));else return _0x4e1fdb[_0x4ea0da(0x257)];}else{if(_0x31f19b[_0x4ea0da(0x1a8)](_0x4e1fdb[_0x4ea0da(0x154)])){if(_0x4e1fdb[_0x4ea0da(0x239)](_0x4e1fdb['UJJvk'],_0x4e1fdb[_0x4ea0da(0x207)]))return _0x4e1fdb[_0x4ea0da(0x23a)];else{let _0x458fca=_0x3ac15e[_0x4ea0da(0x1ac)]+_0x4ea0da(0x1a0)+this[_0x4ea0da(0x2d0)](_0x1e8f31);return this[_0x4ea0da(0x295)][_0x458fca]&&(_0x458fca=_0x458fca+_0x4ea0da(0x191)+_0x4e1fdb[_0x4ea0da(0x150)](_0x19b2d2)),_0x5b104f[_0x4ea0da(0x1fd)]=_0x458fca,_0x458fca;}}else{if(_0x31f19b[_0x4ea0da(0x1a8)](_0x4e1fdb[_0x4ea0da(0x28c)])){if(_0x4e1fdb[_0x4ea0da(0x239)](_0x4e1fdb[_0x4ea0da(0x163)],_0x4e1fdb['kchjM']))_0x1686a2[_0x4ea0da(0x16b)]({'id':_0x4e1fdb['xBVMj'](_0x5de119),'text':_0x299371[_0x4ea0da(0x1ac)],'keyword':_0x1079ca,'started_at':_0x2f09c0[_0x4ea0da(0x168)][_0x4ea0da(0x14d)](),'duration':_0xf73a80[_0x4ea0da(0x167)],'result':_0x1ee6d6['error']?_0x4e1fdb[_0x4ea0da(0x2c9)]:_0x4e1fdb[_0x4ea0da(0x18a)],'failure':_0x108f60[_0x4ea0da(0x2c3)]&&_0x25379e['error'][_0x4ea0da(0x1b9)]&&_0x4e1fdb[_0x4ea0da(0x242)](_0x46a82a,_0x4667e6['error']['message']),'failure_type':_0x4e1fdb[_0x4ea0da(0x242)](_0x45d98c,_0x4956e7['error']&&_0x20db31[_0x4ea0da(0x2c3)][_0x4ea0da(0x1b9)])});else return _0x4e1fdb[_0x4ea0da(0x2ae)];}}}}return _0x4e1fdb[_0x4ea0da(0x1ec)];};['getScope']=_0x4e8b21=>{const _0x34c40d=a33_0xae56d5,_0x223532={};_0x223532[_0x34c40d(0x26a)]=function(_0x8d02be,_0x50feac){return _0x8d02be===_0x50feac;},_0x223532[_0x34c40d(0x1a2)]=_0x34c40d(0x183),_0x223532[_0x34c40d(0x178)]=_0x34c40d(0x277),_0x223532['egwQS']=function(_0x156a30,_0x56f7da){return _0x156a30===_0x56f7da;},_0x223532['KOewn']='object',_0x223532['eTArr']=function(_0x1320c6,_0x104f87){return _0x1320c6===_0x104f87;},_0x223532[_0x34c40d(0x2b0)]=_0x34c40d(0x1f2);const _0x1353d5=_0x223532;let _0xe3c4b7=_0x4e8b21[_0x34c40d(0x2a4)];return _0x1353d5[_0x34c40d(0x1ae)](typeof _0x4e8b21['parent'],_0x1353d5[_0x34c40d(0x29f)])&&(_0x1353d5[_0x34c40d(0x26c)](_0x1353d5[_0x34c40d(0x2b0)],_0x1353d5[_0x34c40d(0x2b0)])?_0xe3c4b7=_0xe3c4b7['title']:_0x4ab3ea[_0x34c40d(0x14f)]=_0x1353d5[_0x34c40d(0x26a)](_0x34aad4['status'],_0x1353d5[_0x34c40d(0x1a2)])?_0x1353d5[_0x34c40d(0x1a2)]:_0x1353d5[_0x34c40d(0x178)]),_0xe3c4b7+_0x34c40d(0x191)+_0x4e8b21[_0x34c40d(0x1ac)];};['printsToStdio'](){return![];}}module[a33_0xae56d5(0x2cc)]=o11yClassErrorHandler(MyReporter,[a33_0xae56d5(0x265),a33_0xae56d5(0x266),a33_0xae56d5(0x19b),'onTestEnd','onStepBegin',a33_0xae56d5(0x17c),a33_0xae56d5(0x14e)]);function a33_0x3913(){const _0x2670f7=['pzXtX','onTestBegin','hrXZl','setup','jumxT','hqPLE','\x20for\x20','NtzQt','itobJ','options','attachments','sendHookRunEvent','nkmZV','SYLgy','startsWith','QCzwQ','wkNIG','pUysC','title','vAMzu','egwQS','Anxqf','fBkzh','BaUFF','BwHvJ','mTAZG','318819OYuoVZ','QFquU','nZQhE','iJxVg','Cjzgx','message','JxrXV','atijL','TEST_SCREENSHOT','XKfrI','../../../helpers/helper','../../../helpers/test-observability/error-handler','nItIL','getStepIdentifier','failure','EVKbs','4|1|5|0|2|3','Vbvat','timedOut','wPsTD','UKDXr','zdols','qfxhG','NPCUc','PkMJc','BsKNj','zJaRw','HWErI','4tLIYPe','LNDrv','Expected\x20to\x20fail,\x20but\x20passed.','jLZTy','event_type','PGHve','bOniP','MKzbE','OdQSO','LxMBE','kyNpd','CkSkC','./test-details','trJXr','hook','qsrGh','BKUnT','zbysh','kWmJn','vZZpD','SgXlC','KvEgY','afterEach\x20hook','HWcpc','cshUD','nPvuH','aTuMn','emPVi','IJxZr','XGoTm','BROWSERSTACK_O11Y_PERF_MEASUREMENT','yHWgd','_projectId','length','pgKwM','beforeEach\x20hook','getScope','cGXYM','DirCm','_gitConfigured','BUWTq','name','Bosgy','ftUay','QAOhC','_bs_hookIdentifier','PSHHj','drclM','gXTsp','Error\x20in\x20calculating\x20performance:\x20','axefw','JyvXB','bmmHg','uVhuD','titlePath','cYqwI','isyxo','fKXYb','ZBROR','aEAgy','amrsh','getTestRunIdentifier','cqbvy','expectedStatus','5094166EhnFAp','QARTB','xNnmh','ZuxUP','tGZQQ','logs','base64','rooaC','rrtYy','map','UfRpJ','sGuNi','object','START_TIME','IzkhR','ZcJBl','UmWmS','sgOAV','xAxxF','AYvbc','1770232aEYkHB','UtjQc','CmbNS','getTime','NlXZQ','fqmNR','zpNKx','dnxOx','CbdlF','kIPHj','EOLgy','NcPqu','SluyE','XEZNW','shutdown','AQnPb','hook_run_uuid','UfGYd','YTrAf','path','test_run','UdznH','kLAFu','ccLoC','root','ekCwB','MhVCp','startedAt','yfyJP','PaEhO','jAuBr','SQtEg','TestRunStarted','HEeWd','wdcRA','EJtqV','JtiCA','YZnNI','462056TgWvFK','lCdcg','XVPFl','setStepIdentifier','PyIJJ','mAvSq','env','onEnd','test','../../../helpers/test-observability/sessionHandler','_gitConfigPath','AdmyR','PTFwg','XJgni','byfJl','NJENl','DGmLX','AMoqN','spefX','hjOHw','javascript','shvRR','expanded','toString','UPmHX','DRdCr','TGhqk','onBegin','endSession','location','Xjlth','LOMzb','cyTgK','eRQHW','eTArr','bUmCV','hYCEq','YprGs','fjTuI','qbJLg','ugBaP','startMonitoring','dyTlJ','Before\x20Hooks','../../../helpers/test-observability/constants','passed','fKOto','OvnPG','Xqagw','lXpwz','HMlSK','finishedAt','QlPnk','dtLjV','KvwHt','AFTER_EACH','BMaKI','hvjqW','bKytO','qbmTL','failure_reason','EpaeR','join','reverse','cBDNP','VKxlV','RSANm','czKKG','getInstance','TfCbC','LdzIF','readFileSync','XwDzm','BEFORE_ALL','IAzYi','_tests','BEFORE_EACH','zFDab','backtrace','CkgpB','filter','HORZN','stack','ecanz','_testHooksMap','KOewn','RzfQs','indexOf','HuqnZ','LUwZx','parent','TestRunFinished','util','lDvpE','hook_run','JWMVf','mybbq','kFMOv','VeShq','sVqyz','zwQDn','HookRunFinished','Jjruz','TEST_STEP','HVYov','12440144MNyvud','uploadEventData','KoAKo','zdDtE','reportLogs','3335706RwSEqO','sendTestRunEvent','PQaVb','jTlZe','WIyqN','err','IXCzD','getHierarchy','retry','After\x20Hooks','VPhES','error','onStepBegin','test_run_uuid','JwDAc','afterAll\x20hook','getHookType','yShvq','failed','aSEvL','exports','UNmEe','AFTER_ALL','performance-report-reporter.json','getTestIdentifier','FPCfS','HPihS','steps','SVgFR','nATXg','CkddV','XAPzl','raVeo','UwNpp','cwd','LPxZk','OhpTF','lVbHy','status','Nspyv','mtime','beforeAll\x20hook','toISOString','sendSessionDetails','result','GaKJW','needToReportStep','FtIPW','splice','gdcHA','xnBag','getStepsAndLogs','VUenK','DDSni','IRgDV','file','aNInD','ywwBd','ipwzt','YwiCi','bZBcY','nKLMw','PLAYWRIGHT','QVBPN','kchjM','LogCreated','HQBsI','meta','duration','startTime','uimIn','Bsgmf','push','QcRJO','onTestEnd','existsSync','./pwUtils','WPqgC','BkLIb','6181870QHkZdp','failure_type','hKOUP','TvdQT','category','statSync','OCLqg','Iijml','MXfIQ','xwgaz','onStepEnd','bNNbq','ZTWhE','uuid','Ylkde','OBvmn','ibLAB','skipped','CUJxW','yHOuZ','screenshot','errors','relative','configureGit','EVOOS','getTestUUID','ekGQH','Mqlyr','pending','Yfwzr','qyiwY','\x20-\x20','aXByo','JfisZ','../../../helpers/test-observability/utils','lPabA','retry_of','WSSGI','CKyWG','iUKCP'];a33_0x3913=function(){return _0x2670f7;};return a33_0x3913();}
@@ -1 +1 @@
1
- function a34_0x2543(_0x2fa91e,_0x98b87a){const _0x487108=a34_0x4871();return a34_0x2543=function(_0x25439e,_0x3768be){_0x25439e=_0x25439e-0x167;let _0x45eaba=_0x487108[_0x25439e];return _0x45eaba;},a34_0x2543(_0x2fa91e,_0x98b87a);}const a34_0x56973d=a34_0x2543;(function(_0x51c4d2,_0x51f378){const _0x438026=a34_0x2543,_0x5d7472=_0x51c4d2();while(!![]){try{const _0x4845db=parseInt(_0x438026(0x18a))/0x1*(-parseInt(_0x438026(0x174))/0x2)+-parseInt(_0x438026(0x18c))/0x3+parseInt(_0x438026(0x17d))/0x4*(parseInt(_0x438026(0x172))/0x5)+parseInt(_0x438026(0x17f))/0x6+-parseInt(_0x438026(0x17a))/0x7*(parseInt(_0x438026(0x180))/0x8)+-parseInt(_0x438026(0x18f))/0x9+-parseInt(_0x438026(0x19b))/0xa*(-parseInt(_0x438026(0x16e))/0xb);if(_0x4845db===_0x51f378)break;else _0x5d7472['push'](_0x5d7472['shift']());}catch(_0x3d10ce){_0x5d7472['push'](_0x5d7472['shift']());}}}(a34_0x4871,0x67a25));const fs=require('fs'),path=require(a34_0x56973d(0x16c)),{v4:uuidv4}=require(a34_0x56973d(0x184)),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants');function a34_0x4871(){const _0x30cb6f=['NKZjl','JnnTL','ORmRA','AZRpX','406230BJpssp','toString','nKmio','PtLRe','JGfuK','_projectId','readFileSync','force','getFilePath','shutdown','CmlIv','oitub','exports','cQvpb','recursive','tests','join','htBNF','TvBZE','xiDvR','path','GUwGu','352UCtwTs','_test','parse','GIhZW','98920rSPOPq','wyKRO','57770UjWcyW','BS_TESTOPS_BUILD_HASHED_ID','jRRVy','fTNKe','VWmfe','gvYhq','114065HGxZyI','.json','stringify','40rozhGX','existsSync','3116028QFWMVG','120ufpGJn','setTestDetails','IDcGu','pDDZQ','uuid','YNFTG','cVLan','getTestRunIdFromTestInfo','mkdirSync','env','11kmbaDk','lqMhX','1598688dCUAFo','rmSync','writeFileSync','4478157kZovDM','dirPath','lZNVb','string','YGTiE','lsfmr','mgiUj','setup'];a34_0x4871=function(){return _0x30cb6f;};return a34_0x4871();}class TestDetails{static [a34_0x56973d(0x167)]={};static [a34_0x56973d(0x190)]=path['join'](process['cwd'](),TestDetails['getStoreDirName']());static[a34_0x56973d(0x196)](){const _0x34ce46=a34_0x56973d;this['shutdown']();const _0x55fff1={};_0x55fff1[_0x34ce46(0x1a9)]=!![],fs[_0x34ce46(0x188)](this[_0x34ce46(0x190)],_0x55fff1);}static['getStoreDirName'](){const _0x4879dc=a34_0x56973d,_0x120152={};_0x120152[_0x4879dc(0x199)]=function(_0x459d77,_0x37c052){return _0x459d77+_0x37c052;},_0x120152[_0x4879dc(0x193)]=function(_0x447978,_0x42cf68){return _0x447978+_0x42cf68;};const _0x5473fa=_0x120152;return _0x5473fa[_0x4879dc(0x199)](_0x5473fa[_0x4879dc(0x193)](TEMP_STORE_DIR_NAME,'-'),process[_0x4879dc(0x189)]['BS_TESTOPS_BUILD_HASHED_ID']);}static[a34_0x56973d(0x1a3)](_0x3aa779){const _0xdb8b=a34_0x56973d,_0xd83067={};_0xd83067['cVLan']=function(_0x3d7f5b,_0x1ebc92){return _0x3d7f5b+_0x1ebc92;},_0xd83067[_0xdb8b(0x194)]='.json';const _0x3a065e=_0xd83067;return path[_0xdb8b(0x168)](this[_0xdb8b(0x190)],_0x3a065e[_0xdb8b(0x186)](_0x3aa779,_0x3a065e[_0xdb8b(0x194)]));}static[a34_0x56973d(0x187)](_0x2d7cd9){const _0x3ffbb4=a34_0x56973d,_0x9f83b6={};_0x9f83b6[_0x3ffbb4(0x19a)]=function(_0x446f2e,_0x4a1e27){return _0x446f2e+_0x4a1e27;},_0x9f83b6[_0x3ffbb4(0x173)]=function(_0x243319,_0x1c361a){return _0x243319+_0x1c361a;},_0x9f83b6[_0x3ffbb4(0x16a)]=function(_0x57349d,_0x1c045c){return _0x57349d+_0x1c045c;};const _0x5f344b=_0x9f83b6;return _0x5f344b[_0x3ffbb4(0x19a)](_0x5f344b[_0x3ffbb4(0x19a)](_0x5f344b[_0x3ffbb4(0x173)](_0x5f344b[_0x3ffbb4(0x16a)](_0x2d7cd9[_0x3ffbb4(0x16f)][_0x3ffbb4(0x1a0)],'-'),_0x2d7cd9[_0x3ffbb4(0x16f)]['id']),'-'),_0x2d7cd9['retry']);}static['getTestUUID'](_0x176462){const _0x587ea0=a34_0x56973d,_0x336465={'CmlIv':function(_0x22390,_0x204bd6){return _0x22390===_0x204bd6;},'GUwGu':_0x587ea0(0x192),'cQvpb':function(_0x33dbd3){return _0x33dbd3();},'mgiUj':function(_0x15aa9c,_0x1b366c){return _0x15aa9c!==_0x1b366c;},'PtLRe':_0x587ea0(0x169),'GIhZW':function(_0x4fe19b,_0xcd8a4b){return _0x4fe19b===_0xcd8a4b;},'NKZjl':_0x587ea0(0x176),'JnnTL':function(_0xf72cc8){return _0xf72cc8();}};if(this[_0x587ea0(0x167)][_0x176462]&&_0x336465[_0x587ea0(0x1a5)](typeof this[_0x587ea0(0x167)][_0x176462][_0x587ea0(0x184)],_0x336465[_0x587ea0(0x16d)])){if(_0x336465[_0x587ea0(0x195)](_0x336465['PtLRe'],_0x336465[_0x587ea0(0x19e)])){if(this[_0x587ea0(0x167)][_0x445010]&&_0x336465[_0x587ea0(0x1a5)](typeof this[_0x587ea0(0x167)][_0x530d04][_0x587ea0(0x184)],_0x336465['GUwGu']))return this[_0x587ea0(0x167)][_0x3e7b49]['uuid'];const _0x9c6d75=this[_0x587ea0(0x1a3)](_0x3d1823);if(_0x5e17cc[_0x587ea0(0x17e)](_0x9c6d75)){const _0x59187d=_0x29dd1c[_0x587ea0(0x170)](_0x153d9a['readFileSync'](_0x9c6d75)['toString']());return this[_0x587ea0(0x167)][_0x556a3f]=_0x59187d,this[_0x587ea0(0x167)][_0x18c109][_0x587ea0(0x184)];}return this[_0x587ea0(0x167)][_0x472a5e]={'uuid':_0x336465[_0x587ea0(0x1a8)](_0x11792c)},_0x321ced[_0x587ea0(0x18e)](_0x9c6d75,_0x1f0119['stringify'](this[_0x587ea0(0x167)][_0x2d6ec3])),this[_0x587ea0(0x167)][_0x22d2ed][_0x587ea0(0x184)];}else return this[_0x587ea0(0x167)][_0x176462]['uuid'];}const _0x2bb8d2=this['getFilePath'](_0x176462);if(fs['existsSync'](_0x2bb8d2)){if(_0x336465[_0x587ea0(0x171)](_0x336465['NKZjl'],_0x336465[_0x587ea0(0x197)])){const _0x4f3e54=JSON[_0x587ea0(0x170)](fs[_0x587ea0(0x1a1)](_0x2bb8d2)[_0x587ea0(0x19c)]());return this[_0x587ea0(0x167)][_0x176462]=_0x4f3e54,this[_0x587ea0(0x167)][_0x176462][_0x587ea0(0x184)];}else{const _0x484c65={};_0x484c65[_0x587ea0(0x1a9)]=!![],_0x484c65['force']=!![],_0x2eda05[_0x587ea0(0x18d)](this[_0x587ea0(0x190)],_0x484c65);}}return this[_0x587ea0(0x167)][_0x176462]={'uuid':_0x336465[_0x587ea0(0x198)](uuidv4)},fs[_0x587ea0(0x18e)](_0x2bb8d2,JSON[_0x587ea0(0x17c)](this[_0x587ea0(0x167)][_0x176462])),this[_0x587ea0(0x167)][_0x176462][_0x587ea0(0x184)];}static[a34_0x56973d(0x1a4)](){const _0x4c4a9a=a34_0x56973d,_0x21e9f5={};_0x21e9f5[_0x4c4a9a(0x1a9)]=!![],_0x21e9f5[_0x4c4a9a(0x1a2)]=!![],fs[_0x4c4a9a(0x18d)](this[_0x4c4a9a(0x190)],_0x21e9f5);}static['getTestDetails'](_0x530077){const _0xd8a418=a34_0x56973d,_0x191a35={};_0x191a35[_0xd8a418(0x185)]=function(_0x1b4081,_0x51a9fc){return _0x1b4081+_0x51a9fc;},_0x191a35[_0xd8a418(0x179)]=function(_0x2ed99c,_0x11bbca){return _0x2ed99c===_0x11bbca;},_0x191a35[_0xd8a418(0x16b)]='QqPTe',_0x191a35[_0xd8a418(0x19d)]=_0xd8a418(0x183);const _0x83ed23=_0x191a35;if(this[_0xd8a418(0x167)][_0x530077])return _0x83ed23[_0xd8a418(0x179)](_0x83ed23[_0xd8a418(0x16b)],_0x83ed23[_0xd8a418(0x16b)])?this[_0xd8a418(0x167)][_0x530077]:_0x83ed23[_0xd8a418(0x185)](_0x83ed23[_0xd8a418(0x185)](_0x394a1a,'-'),_0x1685e1[_0xd8a418(0x189)][_0xd8a418(0x175)]);const _0x828c31=this[_0xd8a418(0x1a3)](_0x530077);if(fs['existsSync'](_0x828c31)){if(_0x83ed23[_0xd8a418(0x179)](_0x83ed23[_0xd8a418(0x19d)],_0x83ed23[_0xd8a418(0x19d)])){const _0x5616ab=JSON[_0xd8a418(0x170)](fs[_0xd8a418(0x1a1)](_0x828c31)['toString']());return this[_0xd8a418(0x167)][_0x530077]=_0x5616ab,_0x5616ab;}else{this[_0xd8a418(0x1a4)]();const _0x1882ed={};_0x1882ed[_0xd8a418(0x1a9)]=!![],_0x47d465[_0xd8a418(0x188)](this[_0xd8a418(0x190)],_0x1882ed);}}return{};}static[a34_0x56973d(0x181)](_0x4ef37b,_0x4bf98f){const _0x302d8f=a34_0x56973d,_0x52e86c={};_0x52e86c[_0x302d8f(0x178)]=function(_0x52ca5c,_0x1f576d){return _0x52ca5c+_0x1f576d;},_0x52e86c[_0x302d8f(0x18b)]=_0x302d8f(0x17b),_0x52e86c[_0x302d8f(0x191)]=function(_0x54b6f7,_0x4c7af2){return _0x54b6f7!==_0x4c7af2;},_0x52e86c[_0x302d8f(0x177)]=_0x302d8f(0x182),_0x52e86c['oitub']=function(_0x32b2ce,_0x525596){return _0x32b2ce===_0x525596;},_0x52e86c[_0x302d8f(0x19f)]='kItlH';const _0x5b9fb9=_0x52e86c,_0x2cf013=this[_0x302d8f(0x1a3)](_0x4ef37b);if(fs[_0x302d8f(0x17e)](_0x2cf013)){if(_0x5b9fb9['lZNVb'](_0x5b9fb9[_0x302d8f(0x177)],_0x5b9fb9['fTNKe']))return _0x406068['join'](this['dirPath'],_0x5b9fb9['VWmfe'](_0x594755,_0x5b9fb9[_0x302d8f(0x18b)]));else{const _0xf3e1bf=JSON['parse'](fs['readFileSync'](_0x2cf013)['toString']()),_0x22e005={..._0xf3e1bf,..._0x4bf98f};this[_0x302d8f(0x167)][_0x4ef37b]=_0x22e005;}}else{if(_0x5b9fb9[_0x302d8f(0x1a6)](_0x5b9fb9['JGfuK'],_0x5b9fb9[_0x302d8f(0x19f)]))this['tests'][_0x4ef37b]=_0x4bf98f;else return this[_0x302d8f(0x167)][_0x421427][_0x302d8f(0x184)];}fs[_0x302d8f(0x18e)](_0x2cf013,this[_0x302d8f(0x167)][_0x4ef37b]);}}module[a34_0x56973d(0x1a7)]=TestDetails;
1
+ const a34_0x57f9ac=a34_0x3daa;function a34_0x3daa(_0x3e5984,_0x4d740d){const _0x203b62=a34_0x203b();return a34_0x3daa=function(_0x3daac,_0x4de751){_0x3daac=_0x3daac-0x88;let _0x486be4=_0x203b62[_0x3daac];return _0x486be4;},a34_0x3daa(_0x3e5984,_0x4d740d);}(function(_0x137620,_0x494db0){const _0x7f3917=a34_0x3daa,_0x35d683=_0x137620();while(!![]){try{const _0x3b9173=-parseInt(_0x7f3917(0xb5))/0x1*(parseInt(_0x7f3917(0xb4))/0x2)+parseInt(_0x7f3917(0xa1))/0x3+parseInt(_0x7f3917(0xaa))/0x4*(parseInt(_0x7f3917(0xac))/0x5)+parseInt(_0x7f3917(0x88))/0x6+parseInt(_0x7f3917(0xc7))/0x7*(parseInt(_0x7f3917(0x9d))/0x8)+-parseInt(_0x7f3917(0xb9))/0x9*(-parseInt(_0x7f3917(0xa9))/0xa)+parseInt(_0x7f3917(0xa7))/0xb*(-parseInt(_0x7f3917(0x8b))/0xc);if(_0x3b9173===_0x494db0)break;else _0x35d683['push'](_0x35d683['shift']());}catch(_0x121c43){_0x35d683['push'](_0x35d683['shift']());}}}(a34_0x203b,0xa7e87));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a34_0x57f9ac(0xbe)),{TEMP_STORE_DIR_NAME}=require(a34_0x57f9ac(0x9b));class TestDetails{static [a34_0x57f9ac(0xc1)]={};static ['dirPath']=path[a34_0x57f9ac(0xb3)](process[a34_0x57f9ac(0xcd)](),TestDetails[a34_0x57f9ac(0xa6)]());static['setup'](){const _0x1b9a5c=a34_0x57f9ac;this[_0x1b9a5c(0xa5)]();const _0x13c2aa={};_0x13c2aa['recursive']=!![],fs['mkdirSync'](this[_0x1b9a5c(0x96)],_0x13c2aa);}static['getStoreDirName'](){const _0x1e5815=a34_0x57f9ac,_0x3a9078={};_0x3a9078[_0x1e5815(0x97)]=function(_0x551878,_0x2302a2){return _0x551878+_0x2302a2;},_0x3a9078[_0x1e5815(0xc2)]=function(_0x836cc2,_0x4ca2b6){return _0x836cc2+_0x4ca2b6;};const _0x3b4b39=_0x3a9078;return _0x3b4b39[_0x1e5815(0x97)](_0x3b4b39[_0x1e5815(0xc2)](TEMP_STORE_DIR_NAME,'-'),process['env'][_0x1e5815(0xa8)]);}static['getFilePath'](_0xf33756){const _0x4e6dc7=a34_0x57f9ac,_0x5e5761={};_0x5e5761['dsArx']=function(_0xf796c3,_0x25e2e9){return _0xf796c3+_0x25e2e9;},_0x5e5761['BESgE']='.json';const _0x496877=_0x5e5761;return path[_0x4e6dc7(0xb3)](this['dirPath'],_0x496877[_0x4e6dc7(0xb6)](_0xf33756,_0x496877[_0x4e6dc7(0x8a)]));}static[a34_0x57f9ac(0x92)](_0x116412){const _0x3fd59d=a34_0x57f9ac,_0x350cf4={};_0x350cf4[_0x3fd59d(0xc3)]=function(_0x2045d5,_0xe2f88){return _0x2045d5+_0xe2f88;};const _0x34a26a=_0x350cf4;return _0x34a26a[_0x3fd59d(0xc3)](_0x34a26a[_0x3fd59d(0xc3)](_0x34a26a[_0x3fd59d(0xc3)](_0x34a26a[_0x3fd59d(0xc3)](_0x116412['_test'][_0x3fd59d(0xb8)],'-'),_0x116412['_test']['id']),'-'),_0x116412['retry']);}static[a34_0x57f9ac(0x9a)](_0x2dcf2c){const _0xd21a35=a34_0x57f9ac,_0x172586={'EjAmz':function(_0x137c60,_0x1850df){return _0x137c60+_0x1850df;},'yWKgV':function(_0x3f9948,_0x2a29a9){return _0x3f9948===_0x2a29a9;},'smejE':'string','FmoTm':function(_0x36135a,_0xd22cb2){return _0x36135a!==_0xd22cb2;},'TAxUF':_0xd21a35(0x91),'gozov':'sWEJg','uDZOu':function(_0xdbc067,_0x27b1c9){return _0xdbc067===_0x27b1c9;},'bQmOz':_0xd21a35(0xbc),'ZJJhE':function(_0x20ed5e){return _0x20ed5e();}};if(this['tests'][_0x2dcf2c]&&_0x172586[_0xd21a35(0xa2)](typeof this['tests'][_0x2dcf2c][_0xd21a35(0xbe)],_0x172586[_0xd21a35(0xb2)]))return _0x172586[_0xd21a35(0xaf)](_0x172586['TAxUF'],_0x172586[_0xd21a35(0xc9)])?this[_0xd21a35(0xc1)][_0x2dcf2c][_0xd21a35(0xbe)]:this[_0xd21a35(0xc1)][_0x1c217c];const _0x2105b4=this[_0xd21a35(0x94)](_0x2dcf2c);if(fs[_0xd21a35(0x9f)](_0x2105b4)){if(_0x172586[_0xd21a35(0xc5)](_0x172586['bQmOz'],_0x172586[_0xd21a35(0xa3)])){const _0x36ce40=JSON['parse'](fs[_0xd21a35(0x8e)](_0x2105b4)[_0xd21a35(0xad)]());return this[_0xd21a35(0xc1)][_0x2dcf2c]=_0x36ce40,this[_0xd21a35(0xc1)][_0x2dcf2c][_0xd21a35(0xbe)];}else return _0x172586[_0xd21a35(0x8d)](_0x172586[_0xd21a35(0x8d)](_0x2b78d5,'-'),_0xfea6ca[_0xd21a35(0x89)]['BS_TESTOPS_BUILD_HASHED_ID']);}return this[_0xd21a35(0xc1)][_0x2dcf2c]={'uuid':_0x172586[_0xd21a35(0xbb)](uuidv4)},fs[_0xd21a35(0xa0)](_0x2105b4,JSON['stringify'](this[_0xd21a35(0xc1)][_0x2dcf2c])),this['tests'][_0x2dcf2c][_0xd21a35(0xbe)];}static[a34_0x57f9ac(0xa5)](){const _0x11b2c6=a34_0x57f9ac,_0x53be65={};_0x53be65[_0x11b2c6(0x8c)]=!![],_0x53be65[_0x11b2c6(0xc8)]=!![],fs[_0x11b2c6(0xc4)](this['dirPath'],_0x53be65);}static[a34_0x57f9ac(0x99)](_0xfcaa9d){const _0x1a81f4=a34_0x57f9ac,_0x284cc7={};_0x284cc7[_0x1a81f4(0xab)]=function(_0x13b8c1,_0x3dbd00){return _0x13b8c1===_0x3dbd00;},_0x284cc7['yCVXw']=_0x1a81f4(0x90),_0x284cc7[_0x1a81f4(0x8f)]=function(_0x1af170,_0x41558f){return _0x1af170!==_0x41558f;},_0x284cc7[_0x1a81f4(0xca)]=_0x1a81f4(0xae);const _0x4574e4=_0x284cc7;if(this[_0x1a81f4(0xc1)][_0xfcaa9d]){if(_0x4574e4[_0x1a81f4(0xab)](_0x4574e4[_0x1a81f4(0xbf)],_0x4574e4['yCVXw']))return this[_0x1a81f4(0xc1)][_0xfcaa9d];else{const _0x400f53=_0xbd7df9[_0x1a81f4(0x9c)](_0xf682c1[_0x1a81f4(0x8e)](_0x39ec44)[_0x1a81f4(0xad)]());return this[_0x1a81f4(0xc1)][_0x30ff4b]=_0x400f53,_0x400f53;}}const _0x274466=this[_0x1a81f4(0x94)](_0xfcaa9d);if(fs[_0x1a81f4(0x9f)](_0x274466)){if(_0x4574e4['Shirj'](_0x4574e4[_0x1a81f4(0xca)],_0x4574e4['CUHzT']))this[_0x1a81f4(0xc1)][_0x827ec3]=_0x39d315;else{const _0x2b7df0=JSON[_0x1a81f4(0x9c)](fs[_0x1a81f4(0x8e)](_0x274466)[_0x1a81f4(0xad)]());return this['tests'][_0xfcaa9d]=_0x2b7df0,_0x2b7df0;}}return{};}static[a34_0x57f9ac(0xb7)](_0x4a4338,_0x41b5d7){const _0x37827b=a34_0x57f9ac,_0x4cc40b={};_0x4cc40b[_0x37827b(0xba)]=function(_0x1635d3,_0x1b9918){return _0x1635d3+_0x1b9918;},_0x4cc40b[_0x37827b(0xc6)]=_0x37827b(0xcb),_0x4cc40b[_0x37827b(0xb0)]=function(_0x123d4b,_0x4bb7b0){return _0x123d4b!==_0x4bb7b0;},_0x4cc40b['IyjpL']=_0x37827b(0xc0),_0x4cc40b[_0x37827b(0xb1)]=_0x37827b(0x98),_0x4cc40b[_0x37827b(0x93)]=function(_0x58b98e,_0x297c48){return _0x58b98e===_0x297c48;},_0x4cc40b[_0x37827b(0xa4)]=_0x37827b(0xbd),_0x4cc40b[_0x37827b(0x9e)]=_0x37827b(0x95);const _0x266d37=_0x4cc40b,_0x32fd96=this[_0x37827b(0x94)](_0x4a4338);if(fs['existsSync'](_0x32fd96)){if(_0x266d37['gteBN'](_0x266d37[_0x37827b(0xcc)],_0x266d37[_0x37827b(0xb1)])){const _0x5a590c=JSON[_0x37827b(0x9c)](fs['readFileSync'](_0x32fd96)[_0x37827b(0xad)]()),_0x5d75c8={..._0x5a590c,..._0x41b5d7};this['tests'][_0x4a4338]=_0x5d75c8;}else{if(this[_0x37827b(0xc1)][_0x5f55ba])return this[_0x37827b(0xc1)][_0x54c473];const _0x4d4776=this[_0x37827b(0x94)](_0x1efaa2);if(_0x2c07c9[_0x37827b(0x9f)](_0x4d4776)){const _0x70f64b=_0x136808[_0x37827b(0x9c)](_0x18a22f[_0x37827b(0x8e)](_0x4d4776)[_0x37827b(0xad)]());return this['tests'][_0x5692a7]=_0x70f64b,_0x70f64b;}return{};}}else{if(_0x266d37[_0x37827b(0x93)](_0x266d37['CBGnS'],_0x266d37[_0x37827b(0x9e)]))return _0x491161['join'](this[_0x37827b(0x96)],_0x266d37[_0x37827b(0xba)](_0x5a72fc,_0x266d37['rtMeT']));else this[_0x37827b(0xc1)][_0x4a4338]=_0x41b5d7;}fs['writeFileSync'](_0x32fd96,this[_0x37827b(0xc1)][_0x4a4338]);}}module['exports']=TestDetails;function a34_0x203b(){const _0x3ca9b1=['WnUsx','4010RkBfQr','toString','RKJMy','FmoTm','gteBN','dsHeC','smejE','join','220pEzNzL','78qlxCNl','dsArx','setTestDetails','_projectId','569034ieXfiO','Hglyd','ZJJhE','hcSBH','BQyYF','uuid','yCVXw','JxlDR','tests','zdxhw','NhAtv','rmSync','uDZOu','rtMeT','63VJPLVC','force','gozov','CUHzT','.json','IyjpL','cwd','5473566UXtDPX','env','BESgE','1350588PsySrw','recursive','EjAmz','readFileSync','Shirj','BFpDE','fWRBK','getTestRunIdFromTestInfo','ZSasJ','getFilePath','BpjTh','dirPath','cvHaY','YyhRQ','getTestDetails','getTestUUID','../../../helpers/test-observability/constants','parse','1021616ggBLHy','Awipc','existsSync','writeFileSync','478578mgGPiH','yWKgV','bQmOz','CBGnS','shutdown','getStoreDirName','286mHWFQo','BS_TESTOPS_BUILD_HASHED_ID','30OWHRlA','6044WtUHwD'];a34_0x203b=function(){return _0x3ca9b1;};return a34_0x203b();}
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a35_0x49ac99=a35_0x2b4c;(function(_0x37a129,_0x3b68fd){const _0x213f88=a35_0x2b4c,_0x1377ff=_0x37a129();while(!![]){try{const _0x19c107=parseInt(_0x213f88(0x16f))/0x1+-parseInt(_0x213f88(0x120))/0x2*(-parseInt(_0x213f88(0x123))/0x3)+parseInt(_0x213f88(0x124))/0x4*(-parseInt(_0x213f88(0x149))/0x5)+parseInt(_0x213f88(0x17b))/0x6*(-parseInt(_0x213f88(0x129))/0x7)+parseInt(_0x213f88(0x12e))/0x8*(-parseInt(_0x213f88(0x154))/0x9)+-parseInt(_0x213f88(0x11f))/0xa*(parseInt(_0x213f88(0x192))/0xb)+parseInt(_0x213f88(0x183))/0xc;if(_0x19c107===_0x3b68fd)break;else _0x1377ff['push'](_0x1377ff['shift']());}catch(_0x2aa5ad){_0x1377ff['push'](_0x1377ff['shift']());}}}(a35_0x58dd,0x9a9be));const fs=require('fs'),path=require('path'),util=require(a35_0x49ac99(0x194)),{requireModule}=require(a35_0x49ac99(0x197)),helper=require(a35_0x49ac99(0x197)),captureError=async(_0x39d8d1,_0x1820a3,_0x5160ba=null)=>{const _0x1e3ef9=a35_0x49ac99,_0xc9ee85={'tJoUJ':function(_0xb081db,_0x17db3c,_0x444fb8){return _0xb081db(_0x17db3c,_0x444fb8);},'WKDfP':function(_0x12dc8c,_0x3c16c6){return _0x12dc8c(_0x3c16c6);},'mecOl':_0x1e3ef9(0x162),'KObnF':function(_0x128c45,_0x274856,_0x445016,_0x3fa184){return _0x128c45(_0x274856,_0x445016,_0x3fa184);},'YQMsO':function(_0x395dda,_0xfc9105){return _0x395dda(_0xfc9105);},'khKtS':'./playwright/command','gQZiW':function(_0x4c13ee,_0x25c477,_0x310795,_0x581345){return _0x4c13ee(_0x25c477,_0x310795,_0x581345);},'nbJgf':function(_0x26ad0b,_0x43deac){return _0x26ad0b(_0x43deac);},'teHyW':_0x1e3ef9(0x16e),'CoJNo':_0x1e3ef9(0x1a8),'WEkIK':function(_0x58d9ce,_0x299619,_0x287c11){return _0x58d9ce(_0x299619,_0x287c11);},'XFhil':_0x1e3ef9(0x184),'fUjQR':_0x1e3ef9(0x186),'hNGlg':_0x1e3ef9(0x19e),'QlLfw':function(_0x38c42c,_0x27c695){return _0x38c42c(_0x27c695);},'SwiHz':_0x1e3ef9(0x1ab),'PVsSE':function(_0x4af7eb,_0x231143){return _0x4af7eb(_0x231143);},'ELirZ':_0x1e3ef9(0x169),'nRvdh':function(_0x1056cd){return _0x1056cd();},'ucFSi':function(_0x53da91,_0x2679ae){return _0x53da91===_0x2679ae;},'QxSdz':_0x1e3ef9(0x155),'qjFnd':_0x1e3ef9(0x195),'xwAsq':function(_0x35442e,_0x3c0274,_0x1da518){return _0x35442e(_0x3c0274,_0x1da518);},'Eanan':function(_0x3aedcc,_0x3d1138){return _0x3aedcc!==_0x3d1138;},'ZxdVv':'SeNIg','bHRdF':function(_0x3f33a0,_0x25de66){return _0x3f33a0!==_0x25de66;},'HPfoS':_0x1e3ef9(0x16d),'NhfZU':function(_0x3f0650,_0x938e24){return _0x3f0650===_0x938e24;},'mgYXq':_0x1e3ef9(0x136),'UGTkJ':_0x1e3ef9(0x1a9),'fTSJg':_0x1e3ef9(0x176),'RiZps':_0x1e3ef9(0x15e)};try{if(_0xc9ee85[_0x1e3ef9(0x11d)](_0xc9ee85['QxSdz'],_0xc9ee85[_0x1e3ef9(0x15d)])){const _0x46b493=_0x20318d[_0x1e3ef9(0x135)][_0x1e3ef9(0x13c)](0x2);return _0xc9ee85['tJoUJ'](_0x46e565,_0xc9ee85[_0x1e3ef9(0x12c)](_0x2ee2f3,_0xc9ee85['mecOl']),_0x2d3065);}else await _0xc9ee85[_0x1e3ef9(0x161)](_0x39d8d1,_0x1820a3,_0x5160ba);}catch(_0x3ee7c4){if(_0xc9ee85[_0x1e3ef9(0x1a0)](_0xc9ee85[_0x1e3ef9(0x14f)],_0xc9ee85[_0x1e3ef9(0x14f)])){const _0x50ef70=_0x4d48b6[_0x1e3ef9(0x135)][_0x1e3ef9(0x13c)](0x2);return _0xc9ee85[_0x1e3ef9(0x14d)](_0x13c198,_0xc9ee85[_0x1e3ef9(0x19b)](_0x2bc93a,_0xc9ee85[_0x1e3ef9(0x14c)]),_0x145cc0[_0x1e3ef9(0x135)],_0x50ef70);}else{process[_0x1e3ef9(0x188)]=0x1,logger[_0x1e3ef9(0x137)](util[_0x1e3ef9(0x11e)](_0x3ee7c4));const _0xbf45a={};_0xbf45a[_0x1e3ef9(0x137)]=_0x3ee7c4[_0x1e3ef9(0x12b)];const _0x5aa4c4=_0xbf45a;if(helper[_0x1e3ef9(0x19f)](global['config'])&&helper[_0x1e3ef9(0x19f)](global[_0x1e3ef9(0x16c)])){if(_0xc9ee85[_0x1e3ef9(0x152)](_0xc9ee85[_0x1e3ef9(0x1a6)],_0xc9ee85[_0x1e3ef9(0x1a6)])){const _0x26fb2d=_0x4478ec[_0x1e3ef9(0x135)][_0x1e3ef9(0x13c)](0x2);return _0xc9ee85[_0x1e3ef9(0x170)](_0x37c361,_0xc9ee85['nbJgf'](_0x453ebd,_0xc9ee85[_0x1e3ef9(0x163)]),_0x2fa93c[_0x1e3ef9(0x135)],_0x26fb2d);}else return;}try{_0xc9ee85[_0x1e3ef9(0x153)](_0xc9ee85['mgYXq'],_0xc9ee85[_0x1e3ef9(0x189)])?helper[_0x1e3ef9(0x179)](_0xc9ee85[_0x1e3ef9(0x12f)],_0x5aa4c4,global['config'],global[_0x1e3ef9(0x16c)]):_0x4b2bf5[_0x1e3ef9(0x135)][_0x1e3ef9(0x175)](_0xc9ee85[_0x1e3ef9(0x1a3)]);}catch(_0x410e6a){if(_0xc9ee85[_0x1e3ef9(0x152)](_0xc9ee85[_0x1e3ef9(0x12a)],_0xc9ee85['RiZps']))logger[_0x1e3ef9(0x148)](_0x1e3ef9(0x145)+_0x410e6a);else{const _0x5425c7={'NiWxZ':function(_0x4efdb4,_0x3441b9,_0x10018c){const _0x21250e=_0x1e3ef9;return _0xc9ee85[_0x21250e(0x157)](_0x4efdb4,_0x3441b9,_0x10018c);},'ECDQN':function(_0x59f27e,_0x3d6337){const _0x4b2097=_0x1e3ef9;return _0xc9ee85[_0x4b2097(0x19b)](_0x59f27e,_0x3d6337);},'GtNwt':_0xc9ee85['XFhil']};_0x5b6a76[_0x1e3ef9(0x148)](_0xc9ee85[_0x1e3ef9(0x140)]);const _0x1d56f1=_0xc9ee85[_0x1e3ef9(0x187)](_0x3f255f,_0xc9ee85[_0x1e3ef9(0x150)]),_0x584c80=_0xc9ee85[_0x1e3ef9(0x180)](_0x4cd269,_0xc9ee85[_0x1e3ef9(0x19a)]);_0x111dbd[_0x1e3ef9(0x135)]=_0x19ebdb['argv']['slice'](0x1),delete _0x1d56f1[_0x1e3ef9(0x121)],_0x1d56f1[_0x1e3ef9(0x121)]=function(_0x32c2f9){const _0x2876b1=_0x1e3ef9;return _0x5425c7[_0x2876b1(0x159)](_0x3e1492,_0x5425c7[_0x2876b1(0x13b)](_0x288a24,_0x5425c7[_0x2876b1(0x127)]),_0x32c2f9);},_0x584c80[_0x1e3ef9(0x13e)]=_0x1d56f1;const {main:_0x5c7956}=_0xc9ee85['PVsSE'](_0x18d19a,_0xc9ee85[_0x1e3ef9(0x139)]);_0xc9ee85[_0x1e3ef9(0x15a)](_0x5c7956);}}}}};function a35_0x58dd(){const _0xa9b914=['format','1375210efFpsC','42122EAfGUB','handler','version','159TAfbzR','8hYpMiM','nightwatch','WvzVC','GtNwt','dot-notation','2703827OSiiza','fTSJg','message','WKDfP','./cucumber-js/command','501944FmWsri','UGTkJ','VERSION','zChNz','--package','command','PLAYWRIGHT','argv','uQIfx','error','hdcId','ELirZ','mocha','ECDQN','slice','cfBlo','run','ZTCEc','fUjQR','HST','SSnuD','qviZe','demandCommand','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','yargs','BTmCg','debug','1986190BkeUtU','OArtF','config','khKtS','KObnF','JEST','ZxdVv','hNGlg','parserConfiguration','bHRdF','NhfZU','72rmGDBe','DqXFH','--no-config','WEkIK','--opts','NiWxZ','nRvdh','FnnnI','VANILLA','qjFnd','VJzxZ','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','MOCHA','xwAsq','../../ats/src/index','teHyW','UWBtG','Wpcra','./nightwatch/command','help','xJGUZ','mocha/lib/cli/cli.js','../helpers/logger','gtoop','framework','MVuqw','./codeceptjs/command','416518qBHAoZ','gQZiW','showHelpOnFail','alias','./playwright/command','HELP','push','cZXJZ','usage','./utils/constants','fireFunnelTestEvent','aIIyx','6EeRfmM','ats','includes','./jest/command','CODECEPTJS','QlLfw','OzhOk','JJtVc','20950260chwdbK','./mocha/command','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','Parsing\x20command\x20line\x20arguements','nbJgf','exitCode','mgYXq','.local-not-set.json','usage:\x20$0\x20<command>\x20[args]','INFO','join','FvxXN','.browserstack','JFFSn','WdSqJ','77KwsewC','SPWnb','util','AmCKz','playwright','../helpers/helper','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','wrap','SwiHz','YQMsO','winstonLogger','unlinkSync','mocha/lib/cli/run.js','isUndefined','Eanan','sMmqP','juIRF','CoJNo','NIGHTWATCH','existsSync','HPfoS','ZZMVV','--no-opts','SDKTestSuccessful','PbYZe','mocha/lib/cli/commands.js','hzeUM','homedir','ucFSi'];a35_0x58dd=function(){return _0xa9b914;};return a35_0x58dd();}try{const browserstackFolderPath=path['join'](helper[a35_0x49ac99(0x1ad)](),a35_0x49ac99(0x18f));if(fs[a35_0x49ac99(0x1a5)](browserstackFolderPath)){const filePath=path[a35_0x49ac99(0x18d)](browserstackFolderPath,a35_0x49ac99(0x18a));fs[a35_0x49ac99(0x1a5)](filePath)&&fs[a35_0x49ac99(0x19d)](filePath);}}catch(a35_0x4f73bc){logger['debug'](a35_0x49ac99(0x15f)+a35_0x4f73bc[a35_0x49ac99(0x12b)]);}process[a35_0x49ac99(0x135)]['includes'](a35_0x49ac99(0x13a))&&(!process['argv'][a35_0x49ac99(0x17d)](a35_0x49ac99(0x158))&&process[a35_0x49ac99(0x135)][a35_0x49ac99(0x175)](a35_0x49ac99(0x1a8)),!process[a35_0x49ac99(0x135)][a35_0x49ac99(0x17d)]('--config')&&process[a35_0x49ac99(0x135)][a35_0x49ac99(0x175)](a35_0x49ac99(0x156)),!process[a35_0x49ac99(0x135)][a35_0x49ac99(0x17d)](a35_0x49ac99(0x132))&&process[a35_0x49ac99(0x135)]['push']('--no-package'));function a35_0x2b4c(_0x3a454b,_0x4b8831){const _0x58dda6=a35_0x58dd();return a35_0x2b4c=function(_0x2b4c63,_0xeb1c4){_0x2b4c63=_0x2b4c63-0x11d;let _0x1ccd92=_0x58dda6[_0x2b4c63];return _0x1ccd92;},a35_0x2b4c(_0x3a454b,_0x4b8831);}const yargs=require(a35_0x49ac99(0x146)),Constants=require(a35_0x49ac99(0x178)),logger=require(a35_0x49ac99(0x16a))[a35_0x49ac99(0x19c)],a35_0x59fd3d={};a35_0x59fd3d[a35_0x49ac99(0x128)]=![];const argv=yargs[a35_0x49ac99(0x151)](a35_0x59fd3d)[a35_0x49ac99(0x177)](a35_0x49ac99(0x18b))['alias']('v',a35_0x49ac99(0x122))['describe']('v')[a35_0x49ac99(0x172)]('h',a35_0x49ac99(0x167))[a35_0x49ac99(0x167)](a35_0x49ac99(0x167))[a35_0x49ac99(0x171)](!![],Constants[a35_0x49ac99(0x130)][a35_0x49ac99(0x174)])['command']('jest',Constants[a35_0x49ac99(0x14e)]['INFO'],function(_0x236727){const _0xe52b07=a35_0x49ac99,_0x467ae0={'aIIyx':function(_0x317b45,_0x3a8a0a,_0x32bd99,_0xcaba03){return _0x317b45(_0x3a8a0a,_0x32bd99,_0xcaba03);},'hdcId':function(_0x554a31,_0x33d39c){return _0x554a31(_0x33d39c);},'ZTCEc':_0xe52b07(0x17e)};helper['setTestObservabilityDisable'](),helper['setBrowserStackAutomationDisable']();const _0x27d33c=process[_0xe52b07(0x135)]['slice'](0x2);return _0x467ae0[_0xe52b07(0x17a)](captureError,_0x467ae0[_0xe52b07(0x138)](require,_0x467ae0[_0xe52b07(0x13f)]),_0x236727[_0xe52b07(0x135)],_0x27d33c);})[a35_0x49ac99(0x133)](a35_0x49ac99(0x13a),Constants[a35_0x49ac99(0x160)]['INFO'],_0x1248b5=>{const _0x51cdf2=a35_0x49ac99,_0xa90d61={'cIzoO':'SDKTestSuccessful','jZEeA':function(_0x354c54,_0x35d099){return _0x354c54!==_0x35d099;},'OzhOk':'dafND','FnnnI':function(_0x61a16d,_0x210d32,_0x166493){return _0x61a16d(_0x210d32,_0x166493);},'sMmqP':function(_0x55bd2d,_0x1f3a21){return _0x55bd2d(_0x1f3a21);},'BTmCg':_0x51cdf2(0x184),'ctCye':_0x51cdf2(0x186),'sObuF':function(_0x34538a,_0x443257){return _0x34538a(_0x443257);},'juIRF':_0x51cdf2(0x19e),'gtoop':function(_0x5629f0,_0x7fe954){return _0x5629f0(_0x7fe954);},'UWBtG':_0x51cdf2(0x1ab),'ZZMVV':function(_0x183841,_0x1a092e){return _0x183841(_0x1a092e);},'JJtVc':_0x51cdf2(0x169),'WvzVC':function(_0x668304){return _0x668304();}};logger[_0x51cdf2(0x148)](_0xa90d61['ctCye']);const _0x604204=_0xa90d61['sObuF'](requireModule,_0xa90d61[_0x51cdf2(0x1a2)]),_0x10d9a1=_0xa90d61[_0x51cdf2(0x16b)](requireModule,_0xa90d61[_0x51cdf2(0x164)]);process[_0x51cdf2(0x135)]=process['argv'][_0x51cdf2(0x13c)](0x1),delete _0x604204[_0x51cdf2(0x121)],_0x604204[_0x51cdf2(0x121)]=function(_0x5371ac){const _0x3d16b2=_0x51cdf2;if(_0xa90d61['jZEeA'](_0xa90d61[_0x3d16b2(0x181)],_0xa90d61[_0x3d16b2(0x181)]))_0x2a5acd[_0x3d16b2(0x179)](_0xa90d61['cIzoO'],_0x2f96f8,_0x3c28fe[_0x3d16b2(0x14b)],_0x46030e['framework']);else return _0xa90d61[_0x3d16b2(0x15b)](captureError,_0xa90d61[_0x3d16b2(0x1a1)](require,_0xa90d61[_0x3d16b2(0x147)]),_0x5371ac);},_0x10d9a1[_0x51cdf2(0x13e)]=_0x604204;const {main:_0x313f8c}=_0xa90d61[_0x51cdf2(0x1a7)](requireModule,_0xa90d61[_0x51cdf2(0x182)]);_0xa90d61[_0x51cdf2(0x126)](_0x313f8c);})[a35_0x49ac99(0x133)]('cucumber-js',Constants['CUCUMBER'][a35_0x49ac99(0x18c)],function(_0x35f84d){const _0x249178=a35_0x49ac99,_0x2930c1={'PbYZe':function(_0x30a568,_0x3a3162,_0x525fc5,_0x1ad6ea){return _0x30a568(_0x3a3162,_0x525fc5,_0x1ad6ea);},'WdSqJ':function(_0x432135,_0x1f9fe8){return _0x432135(_0x1f9fe8);},'Flkcv':_0x249178(0x12d)},_0x106034=process[_0x249178(0x135)][_0x249178(0x13c)](0x2);return _0x2930c1[_0x249178(0x1aa)](captureError,_0x2930c1[_0x249178(0x191)](require,_0x2930c1['Flkcv']),_0x35f84d[_0x249178(0x135)],_0x106034);})['command']('node',Constants[a35_0x49ac99(0x15c)][a35_0x49ac99(0x18c)],function(_0x162227){const _0x44e91e=a35_0x49ac99,_0x23d768={'SSnuD':function(_0x140ab2,_0xa09453,_0x28ee26,_0x50e3ac){return _0x140ab2(_0xa09453,_0x28ee26,_0x50e3ac);},'qviZe':function(_0x19cd94,_0x46521c){return _0x19cd94(_0x46521c);},'SPWnb':'./vanilla-js/command'},_0x52b3e9=process[_0x44e91e(0x135)][_0x44e91e(0x13c)](0x2);return _0x23d768[_0x44e91e(0x142)](captureError,_0x23d768[_0x44e91e(0x143)](require,_0x23d768[_0x44e91e(0x193)]),_0x162227[_0x44e91e(0x135)],_0x52b3e9);})[a35_0x49ac99(0x133)](a35_0x49ac99(0x125),Constants[a35_0x49ac99(0x1a4)][a35_0x49ac99(0x18c)],function(_0x522915){const _0x25482f=a35_0x49ac99,_0x30da11={'xJGUZ':function(_0x1f72b4,_0x49092b,_0x1c5338,_0x243005){return _0x1f72b4(_0x49092b,_0x1c5338,_0x243005);},'JFFSn':function(_0x12b87e,_0x31c832){return _0x12b87e(_0x31c832);},'BRekn':_0x25482f(0x166)},_0x49d7e1=process['argv']['slice'](0x2);return _0x30da11[_0x25482f(0x168)](captureError,_0x30da11[_0x25482f(0x190)](require,_0x30da11['BRekn']),_0x522915[_0x25482f(0x135)],_0x49d7e1);})[a35_0x49ac99(0x133)]('codeceptjs',Constants[a35_0x49ac99(0x17f)][a35_0x49ac99(0x18c)],function(_0x3c2db6){const _0x3c1d4e=a35_0x49ac99,_0x263e1f={'OArtF':function(_0x3cd9d0,_0x1576b7,_0x2be296,_0x9fafb9){return _0x3cd9d0(_0x1576b7,_0x2be296,_0x9fafb9);},'hQzHg':function(_0x4b502c,_0x1a16da){return _0x4b502c(_0x1a16da);},'otMQN':_0x3c1d4e(0x16e)},_0x5a78e9=process[_0x3c1d4e(0x135)][_0x3c1d4e(0x13c)](0x2);return _0x263e1f[_0x3c1d4e(0x14a)](captureError,_0x263e1f['hQzHg'](require,_0x263e1f['otMQN']),_0x3c2db6[_0x3c1d4e(0x135)],_0x5a78e9);})[a35_0x49ac99(0x133)](a35_0x49ac99(0x17c),Constants[a35_0x49ac99(0x141)]['INFO'],function(_0xc8da0){const _0x28df87=a35_0x49ac99,_0x47b819={'zChNz':function(_0x4f930f,_0x293ed8,_0x424d76){return _0x4f930f(_0x293ed8,_0x424d76);},'Wpcra':function(_0x3b8e80,_0x378410){return _0x3b8e80(_0x378410);},'cfBlo':_0x28df87(0x162)},_0x411907=process[_0x28df87(0x135)]['slice'](0x2);return _0x47b819[_0x28df87(0x131)](captureError,_0x47b819[_0x28df87(0x165)](require,_0x47b819[_0x28df87(0x13d)]),_0xc8da0);})['command'](a35_0x49ac99(0x196),Constants[a35_0x49ac99(0x134)][a35_0x49ac99(0x18c)],function(_0x1710d7){const _0x5b1222=a35_0x49ac99,_0x4f85a7={'FvxXN':function(_0xc53460,_0x175fe6,_0x527bd3,_0x4a138e){return _0xc53460(_0x175fe6,_0x527bd3,_0x4a138e);},'irThe':function(_0x186955,_0x36845d){return _0x186955(_0x36845d);},'hzeUM':_0x5b1222(0x173)},_0x3167fb=process[_0x5b1222(0x135)][_0x5b1222(0x13c)](0x2);return _0x4f85a7[_0x5b1222(0x18e)](captureError,_0x4f85a7['irThe'](require,_0x4f85a7[_0x5b1222(0x1ac)]),_0x1710d7['argv'],_0x3167fb);})[a35_0x49ac99(0x144)](0x1,a35_0x49ac99(0x185))[a35_0x49ac99(0x199)](null)[a35_0x49ac99(0x135)];!helper[a35_0x49ac99(0x19f)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a35_0x49ac99(0x17c)&&console[a35_0x49ac99(0x137)](a35_0x49ac99(0x198));
2
+ 'use strict';const a35_0x545e47=a35_0x272d;(function(_0x261190,_0x5a4328){const _0x5cbc54=a35_0x272d,_0x2bbb40=_0x261190();while(!![]){try{const _0x44c664=-parseInt(_0x5cbc54(0xbd))/0x1*(-parseInt(_0x5cbc54(0xc0))/0x2)+-parseInt(_0x5cbc54(0x99))/0x3*(parseInt(_0x5cbc54(0xc5))/0x4)+parseInt(_0x5cbc54(0xde))/0x5*(-parseInt(_0x5cbc54(0xaa))/0x6)+parseInt(_0x5cbc54(0xdf))/0x7*(parseInt(_0x5cbc54(0xbc))/0x8)+parseInt(_0x5cbc54(0xda))/0x9*(-parseInt(_0x5cbc54(0xe6))/0xa)+parseInt(_0x5cbc54(0xcc))/0xb+parseInt(_0x5cbc54(0xb5))/0xc*(parseInt(_0x5cbc54(0xd0))/0xd);if(_0x44c664===_0x5a4328)break;else _0x2bbb40['push'](_0x2bbb40['shift']());}catch(_0x4f4d7f){_0x2bbb40['push'](_0x2bbb40['shift']());}}}(a35_0x6376,0xea282));const fs=require('fs'),path=require('path'),util=require('util'),{requireModule}=require(a35_0x545e47(0xae)),helper=require(a35_0x545e47(0xae)),captureError=async(_0x266b92,_0x2f7282,_0x4a2b8a=null)=>{const _0x181a18=a35_0x545e47,_0x5aa813={'hwqJd':_0x181a18(0x9f),'hmiZR':_0x181a18(0xee),'ObLqO':function(_0x2a98b2,_0x5b6c12,_0x37123d,_0x349ed6){return _0x2a98b2(_0x5b6c12,_0x37123d,_0x349ed6);},'vHvCR':function(_0xeb98c2,_0x2c9404){return _0xeb98c2(_0x2c9404);},'CjzaH':_0x181a18(0xd4),'xCIRy':function(_0x3d52c6,_0x57fccd,_0x5f53dc,_0x44f093){return _0x3d52c6(_0x57fccd,_0x5f53dc,_0x44f093);},'OCVuc':'./cucumber-js/command','jDnGx':function(_0x2b6f1b,_0x42d703){return _0x2b6f1b===_0x42d703;},'TeWkI':_0x181a18(0x93),'lShHE':_0x181a18(0xb7),'hWTXS':function(_0xb82891,_0x2bef44,_0x63cded){return _0xb82891(_0x2bef44,_0x63cded);},'RDeAv':_0x181a18(0x7a),'uwYre':'UwhSw','rrMKU':_0x181a18(0xb2),'wMxoR':_0x181a18(0xd6),'sBtgY':_0x181a18(0x72),'lMMfM':function(_0x168a1d,_0x385605){return _0x168a1d===_0x385605;},'vFQab':_0x181a18(0xc2)};try{if(_0x5aa813[_0x181a18(0x9a)](_0x5aa813[_0x181a18(0xa0)],_0x5aa813[_0x181a18(0xd1)])){const _0x13684c=_0x388049[_0x181a18(0xd2)](_0x544db7[_0x181a18(0x76)](),_0x5aa813[_0x181a18(0x70)]);if(_0x39517a['existsSync'](_0x13684c)){const _0x4c7824=_0xac9920[_0x181a18(0xd2)](_0x13684c,_0x5aa813['hmiZR']);_0x44a7af['existsSync'](_0x4c7824)&&_0x4ed09a[_0x181a18(0x95)](_0x4c7824);}}else await _0x5aa813[_0x181a18(0x79)](_0x266b92,_0x2f7282,_0x4a2b8a);}catch(_0x34818a){if(_0x5aa813[_0x181a18(0x9a)](_0x5aa813[_0x181a18(0xd9)],_0x5aa813[_0x181a18(0xd9)])){process[_0x181a18(0xaf)]=0x1,logger[_0x181a18(0xc3)](util[_0x181a18(0xe9)](_0x34818a));const _0x17602d={};_0x17602d[_0x181a18(0xc3)]=_0x34818a['message'];const _0x4ef71a=_0x17602d;if(helper[_0x181a18(0x74)](global[_0x181a18(0xba)])&&helper[_0x181a18(0x74)](global[_0x181a18(0x77)])){if(_0x5aa813[_0x181a18(0x9a)](_0x5aa813[_0x181a18(0xec)],_0x5aa813[_0x181a18(0xec)]))return;else{const _0x185204=_0x442043[_0x181a18(0x9d)]['slice'](0x2);return _0x5aa813['ObLqO'](_0x5a92a1,_0x5aa813[_0x181a18(0x81)](_0x21a695,_0x5aa813['CjzaH']),_0x18d65b['argv'],_0x185204);}}try{_0x5aa813[_0x181a18(0x9a)](_0x5aa813['rrMKU'],_0x5aa813[_0x181a18(0x80)])?_0x1f8a00['debug'](_0x181a18(0x89)+_0xb5dc38[_0x181a18(0xa3)]):helper[_0x181a18(0x78)](_0x5aa813[_0x181a18(0x7e)],_0x4ef71a,global[_0x181a18(0xba)],global[_0x181a18(0x77)]);}catch(_0xf299b6){if(_0x5aa813[_0x181a18(0xe1)](_0x5aa813[_0x181a18(0xbb)],_0x5aa813[_0x181a18(0xbb)]))logger[_0x181a18(0xb6)](_0x181a18(0xd7)+_0xf299b6);else{const _0x55bfdb=_0x305a3a[_0x181a18(0xd2)](_0x2f2330,_0x5aa813['hmiZR']);_0x46ebc4['existsSync'](_0x55bfdb)&&_0x4d752c[_0x181a18(0x95)](_0x55bfdb);}}}else{const _0x51b2d1=_0x26835e[_0x181a18(0x9d)][_0x181a18(0xc6)](0x2);return _0x5aa813[_0x181a18(0xc7)](_0x5c82a4,_0x5aa813['vHvCR'](_0x2c035f,_0x5aa813[_0x181a18(0xa9)]),_0x15d46b[_0x181a18(0x9d)],_0x51b2d1);}}};try{const browserstackFolderPath=path[a35_0x545e47(0xd2)](helper[a35_0x545e47(0x76)](),a35_0x545e47(0x9f));if(fs[a35_0x545e47(0x7b)](browserstackFolderPath)){const filePath=path['join'](browserstackFolderPath,'.local-not-set.json');fs[a35_0x545e47(0x7b)](filePath)&&fs[a35_0x545e47(0x95)](filePath);}}catch(a35_0x236d59){logger[a35_0x545e47(0xb6)](a35_0x545e47(0x89)+a35_0x236d59[a35_0x545e47(0xa3)]);}function a35_0x272d(_0x20ad7e,_0x2a5978){const _0x6376f8=a35_0x6376();return a35_0x272d=function(_0x272d44,_0x25c067){_0x272d44=_0x272d44-0x6d;let _0x19c723=_0x6376f8[_0x272d44];return _0x19c723;},a35_0x272d(_0x20ad7e,_0x2a5978);}process['argv']['includes'](a35_0x545e47(0xb1))&&(!process[a35_0x545e47(0x9d)]['includes'](a35_0x545e47(0xc9))&&process[a35_0x545e47(0x9d)][a35_0x545e47(0xa2)](a35_0x545e47(0x82)),!process[a35_0x545e47(0x9d)][a35_0x545e47(0x73)](a35_0x545e47(0x90))&&process[a35_0x545e47(0x9d)][a35_0x545e47(0xa2)]('--no-config'),!process[a35_0x545e47(0x9d)][a35_0x545e47(0x73)]('--package')&&process[a35_0x545e47(0x9d)]['push']('--no-package'));const yargs=require(a35_0x545e47(0x8c)),Constants=require('./utils/constants'),logger=require('../helpers/logger')[a35_0x545e47(0xea)],a35_0x5f8a44={};a35_0x5f8a44[a35_0x545e47(0xb3)]=![];const argv=yargs[a35_0x545e47(0xab)](a35_0x5f8a44)[a35_0x545e47(0x8e)]('usage:\x20$0\x20<command>\x20[args]')[a35_0x545e47(0xed)]('v',a35_0x545e47(0x7f))[a35_0x545e47(0x98)]('v')['alias']('h',a35_0x545e47(0x7d))[a35_0x545e47(0x7d)](a35_0x545e47(0x7d))[a35_0x545e47(0xce)](!![],Constants[a35_0x545e47(0xcb)]['HELP'])[a35_0x545e47(0xb0)](a35_0x545e47(0xdc),Constants[a35_0x545e47(0xdb)]['INFO'],function(_0x5dd2ed){const _0x36c780=a35_0x545e47,_0x82d62f={'Ylsye':function(_0x5c7f5f,_0x67f7e7,_0x3d6fb4,_0x15fe1c){return _0x5c7f5f(_0x67f7e7,_0x3d6fb4,_0x15fe1c);},'BlZTN':function(_0x45f981,_0x42fd88){return _0x45f981(_0x42fd88);},'FVgtl':_0x36c780(0xbe)};helper[_0x36c780(0xe3)](),helper[_0x36c780(0x86)]();const _0x46a3c2=process[_0x36c780(0x9d)]['slice'](0x2);return _0x82d62f[_0x36c780(0x88)](captureError,_0x82d62f[_0x36c780(0xcd)](require,_0x82d62f[_0x36c780(0xc4)]),_0x5dd2ed['argv'],_0x46a3c2);})[a35_0x545e47(0xb0)](a35_0x545e47(0xb1),Constants[a35_0x545e47(0x6e)]['INFO'],_0x528d33=>{const _0x1f2b30=a35_0x545e47,_0x1490cc={'ZqJHr':_0x1f2b30(0xe2),'jfoLh':function(_0xf0eeff,_0x2698a8){return _0xf0eeff===_0x2698a8;},'gXrUZ':_0x1f2b30(0xa7),'OoTHo':function(_0x5bc899,_0x43d0be,_0x21d0e0){return _0x5bc899(_0x43d0be,_0x21d0e0);},'PspGH':function(_0x46fede,_0x2ff747){return _0x46fede(_0x2ff747);},'xcSqg':_0x1f2b30(0x7c),'kEWqI':_0x1f2b30(0xd8),'Zkmwc':'mocha/lib/cli/run.js','jEvdR':_0x1f2b30(0x8b),'VNxfz':_0x1f2b30(0xe4),'XVPPR':function(_0x560cc7){return _0x560cc7();}};logger['debug'](_0x1490cc[_0x1f2b30(0xb4)]);const _0x572f02=_0x1490cc[_0x1f2b30(0x94)](requireModule,_0x1490cc[_0x1f2b30(0xb9)]),_0x49f72f=_0x1490cc['PspGH'](requireModule,_0x1490cc[_0x1f2b30(0xa5)]);process[_0x1f2b30(0x9d)]=process[_0x1f2b30(0x9d)][_0x1f2b30(0xc6)](0x1),delete _0x572f02[_0x1f2b30(0x9c)],_0x572f02[_0x1f2b30(0x9c)]=function(_0x1d3676){const _0x9aa5af=_0x1f2b30;if(_0x1490cc[_0x9aa5af(0xd3)](_0x1490cc[_0x9aa5af(0xcf)],_0x1490cc[_0x9aa5af(0xcf)]))return _0x1490cc[_0x9aa5af(0x8a)](captureError,_0x1490cc[_0x9aa5af(0x94)](require,_0x1490cc[_0x9aa5af(0x8d)]),_0x1d3676);else _0x1e3005[_0x9aa5af(0x9d)][_0x9aa5af(0xa2)](_0x1490cc['ZqJHr']);},_0x49f72f['run']=_0x572f02;const {main:_0x25f65f}=_0x1490cc['PspGH'](requireModule,_0x1490cc['VNxfz']);_0x1490cc[_0x1f2b30(0xc1)](_0x25f65f);})[a35_0x545e47(0xb0)](a35_0x545e47(0x8f),Constants[a35_0x545e47(0xca)][a35_0x545e47(0x6f)],function(_0x14ea97){const _0x5e4d2a=a35_0x545e47,_0x542a32={'Tajly':function(_0x46ca52,_0x31f878,_0x4b3fc9,_0x752c61){return _0x46ca52(_0x31f878,_0x4b3fc9,_0x752c61);},'PqShK':function(_0x1f6681,_0x2831cb){return _0x1f6681(_0x2831cb);},'rNZiA':_0x5e4d2a(0x84)},_0x2aefec=process[_0x5e4d2a(0x9d)][_0x5e4d2a(0xc6)](0x2);return _0x542a32['Tajly'](captureError,_0x542a32['PqShK'](require,_0x542a32[_0x5e4d2a(0x85)]),_0x14ea97[_0x5e4d2a(0x9d)],_0x2aefec);})[a35_0x545e47(0xb0)](a35_0x545e47(0xa8),Constants[a35_0x545e47(0x9b)]['INFO'],function(_0x128d09){const _0x2d6dc2=a35_0x545e47,_0x3edd3d={'yfAvo':function(_0x2726b7,_0x2f2631,_0x13a511,_0x3e1468){return _0x2726b7(_0x2f2631,_0x13a511,_0x3e1468);},'XQNZM':function(_0x2fef5c,_0x5099d3){return _0x2fef5c(_0x5099d3);},'echZN':_0x2d6dc2(0xa1)},_0x42631d=process[_0x2d6dc2(0x9d)]['slice'](0x2);return _0x3edd3d['yfAvo'](captureError,_0x3edd3d['XQNZM'](require,_0x3edd3d[_0x2d6dc2(0x87)]),_0x128d09['argv'],_0x42631d);})[a35_0x545e47(0xb0)](a35_0x545e47(0xad),Constants[a35_0x545e47(0xd5)]['INFO'],function(_0x53476b){const _0x97902a=a35_0x545e47,_0x118e05={'oqvsR':function(_0x3fbad7,_0x392bad,_0x1ea438,_0x499470){return _0x3fbad7(_0x392bad,_0x1ea438,_0x499470);},'DREdp':function(_0x131d9e,_0xf0acac){return _0x131d9e(_0xf0acac);},'nTzAA':_0x97902a(0xbf)},_0x59b355=process['argv'][_0x97902a(0xc6)](0x2);return _0x118e05['oqvsR'](captureError,_0x118e05['DREdp'](require,_0x118e05[_0x97902a(0x71)]),_0x53476b['argv'],_0x59b355);})[a35_0x545e47(0xb0)](a35_0x545e47(0xe8),Constants[a35_0x545e47(0xe0)]['INFO'],function(_0x58aae8){const _0x59a0e9=a35_0x545e47,_0x8287d2={'OSjVa':function(_0x5759c2,_0x192e99,_0x24c6ef,_0xf5f1cc){return _0x5759c2(_0x192e99,_0x24c6ef,_0xf5f1cc);},'oXISv':function(_0x1212fe,_0xec688c){return _0x1212fe(_0xec688c);},'cXbVb':_0x59a0e9(0xd4)},_0x4ffd78=process['argv'][_0x59a0e9(0xc6)](0x2);return _0x8287d2[_0x59a0e9(0x91)](captureError,_0x8287d2[_0x59a0e9(0xdd)](require,_0x8287d2[_0x59a0e9(0x92)]),_0x58aae8[_0x59a0e9(0x9d)],_0x4ffd78);})[a35_0x545e47(0xb0)](a35_0x545e47(0x97),Constants[a35_0x545e47(0x96)]['INFO'],function(_0x1efb4a){const _0x1970fb=a35_0x545e47,_0x6090e3={'gcNuZ':function(_0x1d3c78,_0x26c616,_0x2bceb1){return _0x1d3c78(_0x26c616,_0x2bceb1);},'QioIB':function(_0x526cee,_0x3f94cf){return _0x526cee(_0x3f94cf);},'cgtgw':'../../ats/src/index'},_0xb2782b=process['argv']['slice'](0x2);return _0x6090e3[_0x1970fb(0xeb)](captureError,_0x6090e3[_0x1970fb(0xa6)](require,_0x6090e3[_0x1970fb(0x9e)]),_0x1efb4a);})[a35_0x545e47(0xb0)](a35_0x545e47(0x6d),Constants[a35_0x545e47(0xc8)][a35_0x545e47(0x6f)],function(_0x5ad9d9){const _0xd7f195=a35_0x545e47,_0x3b77b7={'LoWyG':function(_0x447db7,_0x13a401,_0x174bfe,_0x4e4b81){return _0x447db7(_0x13a401,_0x174bfe,_0x4e4b81);},'gjYfV':function(_0x5aa462,_0x497ab5){return _0x5aa462(_0x497ab5);},'kkyVE':_0xd7f195(0x83)},_0x4e557b=process['argv'][_0xd7f195(0xc6)](0x2);return _0x3b77b7[_0xd7f195(0xa4)](captureError,_0x3b77b7[_0xd7f195(0xe5)](require,_0x3b77b7[_0xd7f195(0xb8)]),_0x5ad9d9[_0xd7f195(0x9d)],_0x4e557b);})[a35_0x545e47(0xe7)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a35_0x545e47(0x75)](null)[a35_0x545e47(0x9d)];function a35_0x6376(){const _0x4bff07=['VANILLA','handler','argv','cgtgw','.browserstack','TeWkI','./vanilla-js/command','push','message','LoWyG','jEvdR','QioIB','tmsLp','node','OCVuc','48yKfwKd','parserConfiguration','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','nightwatch','../helpers/helper','exitCode','command','mocha','uGMtb','dot-notation','kEWqI','23016SNNSqs','debug','Fkvlx','kkyVE','Zkmwc','config','vFQab','8AxQgUJ','112679cxxfFp','./jest/command','./nightwatch/command','12cZmaVl','XVPPR','BjZNJ','error','FVgtl','5812uOeYnv','slice','xCIRy','PLAYWRIGHT','--opts','CUCUMBER','VERSION','14769436xLAKWg','BlZTN','showHelpOnFail','gXrUZ','12987TxISvI','lShHE','join','jfoLh','./codeceptjs/command','NIGHTWATCH','gaWFv','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','Parsing\x20command\x20line\x20arguements','RDeAv','9vhJdRB','JEST','jest','oXISv','680035pAXtuN','3257933jpclQq','CODECEPTJS','lMMfM','--no-package','setTestObservabilityDisable','mocha/lib/cli/cli.js','gjYfV','16527430EmgdII','demandCommand','codeceptjs','format','winstonLogger','gcNuZ','uwYre','alias','.local-not-set.json','playwright','MOCHA','INFO','hwqJd','nTzAA','SDKTestSuccessful','includes','isUndefined','wrap','homedir','framework','fireFunnelTestEvent','hWTXS','exbyq','existsSync','./mocha/command','help','sBtgY','version','wMxoR','vHvCR','--no-opts','./playwright/command','./cucumber-js/command','rNZiA','setBrowserStackAutomationDisable','echZN','Ylsye','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','OoTHo','mocha/lib/cli/commands.js','yargs','xcSqg','usage','cucumber-js','--config','OSjVa','cXbVb','byTlv','PspGH','unlinkSync','HST','ats','describe','1446vtfnzQ','jDnGx'];a35_0x6376=function(){return _0x4bff07;};return a35_0x6376();}!helper[a35_0x545e47(0x74)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a35_0x545e47(0x97)&&console[a35_0x545e47(0xc3)](a35_0x545e47(0xac));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a36_0x4b3f4d=a36_0x42ba;(function(_0x43f572,_0x977172){const _0x4b1ac4=a36_0x42ba,_0x36bc3a=_0x43f572();while(!![]){try{const _0x231cde=-parseInt(_0x4b1ac4(0x1ec))/0x1*(-parseInt(_0x4b1ac4(0x229))/0x2)+-parseInt(_0x4b1ac4(0x23a))/0x3+-parseInt(_0x4b1ac4(0x1ba))/0x4+parseInt(_0x4b1ac4(0x1fe))/0x5+parseInt(_0x4b1ac4(0x1d8))/0x6+parseInt(_0x4b1ac4(0x1eb))/0x7+-parseInt(_0x4b1ac4(0x223))/0x8;if(_0x231cde===_0x977172)break;else _0x36bc3a['push'](_0x36bc3a['shift']());}catch(_0x3cf958){_0x36bc3a['push'](_0x36bc3a['shift']());}}}(a36_0x1244,0x7cd14));const fs=require('fs'),helper=require(a36_0x4b3f4d(0x20b)),yaml=require(a36_0x4b3f4d(0x1f0)),yargs=require(a36_0x4b3f4d(0x22b)),logger=require(a36_0x4b3f4d(0x1b8))[a36_0x4b3f4d(0x231)],configFileTemplate=__dirname+a36_0x4b3f4d(0x1f4),configFileTemplatePW=__dirname+a36_0x4b3f4d(0x21d),configFile=process[a36_0x4b3f4d(0x1de)]()+'/browserstack.yml',packageFile=process[a36_0x4b3f4d(0x1de)]()+'/package.json',frameworks=[a36_0x4b3f4d(0x220),a36_0x4b3f4d(0x200),a36_0x4b3f4d(0x1ee),a36_0x4b3f4d(0x233),a36_0x4b3f4d(0x1d9),a36_0x4b3f4d(0x20a),a36_0x4b3f4d(0x204)];function a36_0x42ba(_0x51f22d,_0x4a142d){const _0x124423=a36_0x1244();return a36_0x42ba=function(_0x42ba60,_0x27af98){_0x42ba60=_0x42ba60-0x1a9;let _0x3a48b8=_0x124423[_0x42ba60];return _0x3a48b8;},a36_0x42ba(_0x51f22d,_0x4a142d);}let config;logger['info'](a36_0x4b3f4d(0x230)),createConfigurationFile(yargs['argv'][a36_0x4b3f4d(0x1db)],yargs['argv'][a36_0x4b3f4d(0x1ef)],yargs[a36_0x4b3f4d(0x1b9)][a36_0x4b3f4d(0x204)]);try{sdkSetup();}catch(a36_0x29468b){logger[a36_0x4b3f4d(0x21a)](a36_0x4b3f4d(0x221)+a36_0x29468b);}addScriptInPackageJson();function createConfigurationFile(_0x3c760c,_0x1f970a,_0x4d1201=![]){const _0x13bd0c=a36_0x4b3f4d,_0x48d9d6={'lTxab':function(_0x1fae0f,_0x34f925,_0x195c73){return _0x1fae0f(_0x34f925,_0x195c73);},'diokz':_0x13bd0c(0x1e5),'aFMTa':_0x13bd0c(0x1c5),'NzEgk':_0x13bd0c(0x1ae),'bpWrq':function(_0x251462,_0x294b22){return _0x251462<_0x294b22;},'Djupc':_0x13bd0c(0x1c6),'AdiCE':function(_0x475ca9,_0x455636){return _0x475ca9!==_0x455636;},'LmopK':'QDeNI','LtMqK':function(_0x18b31a,_0x5e806d){return _0x18b31a===_0x5e806d;},'BbZIv':_0x13bd0c(0x1fc),'lByNe':_0x13bd0c(0x1f1),'Gwtmm':_0x13bd0c(0x1dc),'AwJbU':_0x13bd0c(0x232),'BovRk':_0x13bd0c(0x1c3),'ExJQN':_0x13bd0c(0x20c),'CXCCE':'gcpXM','FFQFY':'uSKtQ','cgUCL':_0x13bd0c(0x213),'daHrT':function(_0x5dde48,_0x4de7e0){return _0x5dde48!==_0x4de7e0;},'iJXUs':_0x13bd0c(0x1be)};try{if(_0x48d9d6['AdiCE'](_0x48d9d6[_0x13bd0c(0x1bc)],_0x48d9d6['Gwtmm']))_0x43f41b[_0x13bd0c(0x1e6)](_0x1f4682);else{let _0x472e3e=fs[_0x13bd0c(0x228)](_0x4d1201?configFileTemplatePW:configFileTemplate,_0x48d9d6['AwJbU']);_0x3c760c&&(_0x48d9d6[_0x13bd0c(0x1ea)](_0x48d9d6[_0x13bd0c(0x1c2)],_0x48d9d6[_0x13bd0c(0x1c2)])?_0x472e3e=_0x472e3e[_0x13bd0c(0x1b2)](_0x48d9d6[_0x13bd0c(0x1e3)],_0x3c760c):_0x56e26f['push'](_0x48d9d6[_0x13bd0c(0x215)](_0x49fea9,_0x3b67e2[_0x13bd0c(0x1ff)],_0x2dc3de[_0x5e8a03])));if(_0x1f970a){if(_0x48d9d6['AdiCE'](_0x48d9d6['CXCCE'],_0x48d9d6[_0x13bd0c(0x1e8)]))_0x472e3e=_0x472e3e['replace'](_0x48d9d6[_0x13bd0c(0x1bd)],_0x1f970a);else{let _0x13ff30=_0x587071[_0x48d9d6['diokz']];if(_0x13ff30&&_0x13ff30[_0x13bd0c(0x1c1)](_0x48d9d6[_0x13bd0c(0x1c8)]))return;!_0x13ff30?_0x13ff30=_0x48d9d6[_0x13bd0c(0x1c8)]:_0x13ff30+=_0x48d9d6['NzEgk'],_0x5d5548[_0x13bd0c(0x210)]([_0x48d9d6['diokz'],_0x13ff30]);}}config=yaml[_0x13bd0c(0x1b4)](_0x472e3e),fs[_0x13bd0c(0x1b1)](configFile,_0x472e3e,_0x8ea595=>{const _0x252251=_0x13bd0c,_0x3bb3bc={'jZHLu':function(_0x3f593f,_0x245466){const _0x3cd53f=a36_0x42ba;return _0x48d9d6[_0x3cd53f(0x1d1)](_0x3f593f,_0x245466);},'drHXQ':_0x48d9d6[_0x252251(0x22f)]};if(_0x48d9d6['AdiCE'](_0x48d9d6[_0x252251(0x1f5)],_0x48d9d6[_0x252251(0x1f5)]))_0x531c6c['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x14d32c);else{if(_0x8ea595){if(_0x48d9d6[_0x252251(0x1ea)](_0x48d9d6[_0x252251(0x227)],_0x48d9d6[_0x252251(0x1c7)])){const _0x2d462c=[],_0x309fdb=_0x52bbdc[_0x252251(0x203)](_0x20809a);for(let _0x29bd22=0x0;_0x3bb3bc[_0x252251(0x1f2)](_0x29bd22,_0x309fdb[_0x252251(0x1f3)]);_0x29bd22+=0x1){_0x309fdb[_0x29bd22][0x1][_0x252251(0x1c1)](_0x396d37)&&!_0x309fdb[_0x29bd22][0x1]['includes'](_0x3bb3bc[_0x252251(0x1e0)])&&_0x2d462c['push'](_0x309fdb[_0x29bd22][0x0]);}return _0x2d462c;}else logger[_0x252251(0x1e6)](_0x8ea595);}}});}}catch(_0x31b7b8){_0x48d9d6['daHrT'](_0x48d9d6['iJXUs'],_0x48d9d6[_0x13bd0c(0x1c0)])?_0x4b5a6c['error'](_0x2c20ce):logger[_0x13bd0c(0x1e6)](_0x31b7b8);}}function addPostInstallScript(_0x2acbd1,_0x54fd46){const _0x1938b2=a36_0x4b3f4d,_0x12bf6f={};_0x12bf6f['BiyLE']=_0x1938b2(0x1c5),_0x12bf6f[_0x1938b2(0x208)]=_0x1938b2(0x1e5),_0x12bf6f[_0x1938b2(0x1df)]=function(_0x469676,_0x1b105b){return _0x469676===_0x1b105b;},_0x12bf6f[_0x1938b2(0x1d2)]='vwqVj',_0x12bf6f[_0x1938b2(0x1bf)]=function(_0x2dcb29,_0x34ad4e){return _0x2dcb29===_0x34ad4e;},_0x12bf6f[_0x1938b2(0x1c9)]='IKhul',_0x12bf6f['ipLdV']=_0x1938b2(0x20f),_0x12bf6f[_0x1938b2(0x1d3)]=_0x1938b2(0x1b6),_0x12bf6f[_0x1938b2(0x1fd)]=_0x1938b2(0x1ae);const _0x172224=_0x12bf6f;let _0x53a72b=_0x2acbd1[_0x172224[_0x1938b2(0x208)]];if(_0x53a72b&&_0x53a72b['includes'](_0x172224[_0x1938b2(0x1ad)])){if(_0x172224[_0x1938b2(0x1df)](_0x172224['IpFyN'],_0x172224[_0x1938b2(0x1d2)]))return;else return;}!_0x53a72b?_0x172224[_0x1938b2(0x1bf)](_0x172224[_0x1938b2(0x1c9)],_0x172224[_0x1938b2(0x1c9)])?_0x53a72b=_0x172224[_0x1938b2(0x1ad)]:_0x423a70&&_0x480de8[_0x1938b2(0x1e6)](_0x2fd6b1):_0x172224[_0x1938b2(0x1bf)](_0x172224[_0x1938b2(0x23b)],_0x172224[_0x1938b2(0x1d3)])?_0x7a365f=_0x172224[_0x1938b2(0x1ad)]:_0x53a72b+=_0x172224[_0x1938b2(0x1fd)],_0x54fd46[_0x1938b2(0x210)]([_0x172224[_0x1938b2(0x208)],_0x53a72b]);}function addScriptInPackageJson(){const _0x433826=a36_0x4b3f4d,_0x31e4fe={'Veaba':_0x433826(0x1f6),'VdCLg':_0x433826(0x1dd),'SoLfm':_0x433826(0x1b7),'LjbCT':function(_0x4101f0,_0xa3dd8c){return _0x4101f0===_0xa3dd8c;},'YajZl':'tYtSe','WEmua':'uHKte','ldrob':'dwhXu','oESrq':_0x433826(0x1ce),'ThgLW':_0x433826(0x232),'iKoME':function(_0x28a36c,_0xd28602){return _0x28a36c<_0xd28602;},'weXfz':function(_0x1ff4af,_0x17940e){return _0x1ff4af===_0x17940e;},'ePoHE':_0x433826(0x1ed),'SxuVE':function(_0x4a3225,_0x30c934,_0x36dcab){return _0x4a3225(_0x30c934,_0x36dcab);},'RJrIm':_0x433826(0x218),'ylpGl':function(_0x43da4b,_0x15f157,_0x3e5132){return _0x43da4b(_0x15f157,_0x3e5132);},'NEwme':function(_0x39b240,_0x2586b6){return _0x39b240!==_0x2586b6;},'fsvMR':_0x433826(0x22c),'TlpbP':function(_0x577195,_0x348cc8){return _0x577195!==_0x348cc8;},'nVHRR':function(_0x2db011,_0x123f47){return _0x2db011===_0x123f47;},'ctzhq':_0x433826(0x1fa),'zLloo':_0x433826(0x1aa)},_0x377cab=JSON[_0x433826(0x21c)](fs['readFileSync'](packageFile,_0x31e4fe['ThgLW'])),_0x12098c=[];for(let _0x329775=0x0;_0x31e4fe['iKoME'](_0x329775,frameworks['length']);_0x329775+=0x1){if(_0x31e4fe[_0x433826(0x1d0)](_0x31e4fe[_0x433826(0x201)],_0x31e4fe[_0x433826(0x201)])){const _0x324f59=_0x31e4fe[_0x433826(0x1e4)](findScriptsWithFramework,_0x377cab[_0x433826(0x1ff)],frameworks[_0x329775]);for(let _0x105490=0x0;_0x31e4fe[_0x433826(0x1d4)](_0x105490,_0x324f59[_0x433826(0x1f3)]);_0x105490+=0x1){_0x31e4fe[_0x433826(0x1d0)](_0x31e4fe[_0x433826(0x22a)],_0x31e4fe['RJrIm'])?_0x12098c[_0x433826(0x210)](_0x31e4fe[_0x433826(0x224)](getUpdatedCommand,_0x377cab[_0x433826(0x1ff)],_0x324f59[_0x105490])):_0x2937b7['fireFunnelTestEvent'](_0x31e4fe[_0x433826(0x212)],{},_0x4b9821,'');}_0x31e4fe[_0x433826(0x1e4)](addPostInstallScript,_0x377cab[_0x433826(0x1ff)],_0x12098c);}else{if(_0x3f5c01[_0x433826(0x1fb)](_0x1c42df))return;_0x3fabd5[_0x433826(0x226)]=_0x31e4fe['VdCLg'];try{_0x8b58d7[_0x433826(0x1b5)](_0x31e4fe[_0x433826(0x212)],{},_0x368538,'');}catch(_0x168f6c){_0x21a39f[_0x433826(0x21a)](_0x433826(0x221)+_0x168f6c);}}}const _0x1129e1={..._0x377cab[_0x433826(0x1ff)]},_0x44abb1=_0x1129e1;for(let _0x48d37f=0x0;_0x31e4fe[_0x433826(0x1d4)](_0x48d37f,_0x12098c[_0x433826(0x1f3)]);_0x48d37f+=0x1){_0x31e4fe['NEwme'](_0x31e4fe[_0x433826(0x23c)],_0x31e4fe[_0x433826(0x23c)])?_0x16ddae=_0x433826(0x21e)+_0x30261b:_0x44abb1[_0x12098c[_0x48d37f][0x0]]=_0x12098c[_0x48d37f][0x1];}_0x31e4fe[_0x433826(0x206)](JSON['stringify'](_0x377cab[_0x433826(0x1ff)]),JSON[_0x433826(0x219)](_0x44abb1))&&(_0x31e4fe[_0x433826(0x1b3)](_0x31e4fe[_0x433826(0x1da)],_0x31e4fe[_0x433826(0x1cf)])?_0x52f441[_0x433826(0x21a)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x50000c):(logger[_0x433826(0x1a9)](_0x31e4fe[_0x433826(0x211)]),_0x377cab[_0x433826(0x1ff)]=_0x44abb1,fs['writeFileSync'](packageFile,JSON[_0x433826(0x219)](_0x377cab,null,0x2),_0x8d5c3c=>{const _0x37d6e6=_0x433826;_0x31e4fe['LjbCT'](_0x31e4fe[_0x37d6e6(0x237)],_0x31e4fe[_0x37d6e6(0x1af)])?_0x74f09c[_0x37d6e6(0x210)](_0x2d642b[_0x5be667][0x0]):_0x8d5c3c&&(_0x31e4fe[_0x37d6e6(0x1e2)](_0x31e4fe[_0x37d6e6(0x20d)],_0x31e4fe[_0x37d6e6(0x1bb)])?(_0x35ad38[_0x37d6e6(0x1a9)](_0x31e4fe[_0x37d6e6(0x211)]),_0x312b98['scripts']=_0x57a9b2,_0x26820f[_0x37d6e6(0x1b1)](_0x1d27fb,_0x499f68[_0x37d6e6(0x219)](_0x28babc,null,0x2),_0x1699d2=>{_0x1699d2&&_0x14272b['error'](_0x1699d2);})):logger[_0x37d6e6(0x1e6)](_0x8d5c3c));})));};function a36_0x1244(){const _0x70a14f=['guEJH','node-setup','cwd','iLVCx','drHXQ','zkvdY','LjbCT','ExJQN','SxuVE','postinstall','error','RQPWF','FFQFY','rVQRm','LtMqK','370188eNLJjT','3580gDhjny','WiAgw','cucumber-js','key','js-yaml','hRxta','jZHLu','length','/../../browserstack.yml.sample','LmopK','SDKSetup','join','GHsjx','MiUqi','pKwgB','isUndefined','UlFOZ','Fhbtd','3193980PXeBio','scripts','jest','ePoHE','IIsGC','entries','playwright','swqTW','TlpbP','HRhrs','NXdSO','APqIr','codeceptjs','../helpers/helper','YOUR_USERNAME','ldrob','ZPTbI','FoCsz','push','SoLfm','Veaba','YOUR_ACCESS_KEY','-browserstack','lTxab','iNSGi','Setup\x20completed','GcYPV','stringify','debug','VWIXO','parse','/../../browserstack.pw.yml.sample','browserstack-node-sdk\x20','hAFhW','mocha','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','NkosT','1661640vBqfEf','ylpGl','ykrEU','source','BbZIv','readFileSync','546ZlXaRt','RJrIm','yargs','OyJRu','YzoZu','FekZb','Djupc','Creating\x20configuration\x20file...','winstonLogger','utf8','node','LoVDO','UdjZq','split','YajZl','qRKei','omYvw','2202729AKpaNe','ipLdV','fsvMR','info','xGzHP','dxiDx','OEOpG','BiyLE','\x20&&\x20npm\x20update\x20browserstack-node-sdk','WEmua','GgnRq','writeFileSync','replace','nVHRR','load','fireFunnelTestEvent','vJUVQ','Adding\x20new\x20script(s)\x20in\x20package.json...','../helpers/logger','argv','2061492lKebTD','oESrq','Gwtmm','cgUCL','ihmNC','dFhvI','iJXUs','includes','BovRk','dkaUw','NrlUY','npm\x20update\x20browserstack-node-sdk','browserstack-node-sdk','lByNe','aFMTa','kpPYU','HMNId','lqkUy','pOhwa','indexOf','WlZMi','zLloo','weXfz','bpWrq','IpFyN','FuNvR','iKoME','HXSFo','Mhgsp','BuYRl','1797318mdxQUA','nightwatch','ctzhq','username'];a36_0x1244=function(){return _0x70a14f;};return a36_0x1244();}function findScriptsWithFramework(_0x38c771,_0x3d30bb){const _0xf069fe=a36_0x4b3f4d,_0x279661={'Mhgsp':function(_0x5082c5){return _0x5082c5();},'pOhwa':_0xf069fe(0x1c6),'omYvw':function(_0x4c7f01,_0x5c7876){return _0x4c7f01<_0x5c7876;},'ZPTbI':function(_0x46b63f,_0x14c006){return _0x46b63f!==_0x14c006;},'KKdXm':_0xf069fe(0x21b),'APqIr':'seuVW','BuYRl':'AUqdS'},_0x45d695=[],_0x17b20f=Object['entries'](_0x38c771);for(let _0x6021f7=0x0;_0x279661[_0xf069fe(0x239)](_0x6021f7,_0x17b20f[_0xf069fe(0x1f3)]);_0x6021f7+=0x1){_0x279661[_0xf069fe(0x20e)](_0x279661['KKdXm'],_0x279661[_0xf069fe(0x209)])?_0x17b20f[_0x6021f7][0x1][_0xf069fe(0x1c1)](_0x3d30bb)&&!_0x17b20f[_0x6021f7][0x1][_0xf069fe(0x1c1)](_0x279661[_0xf069fe(0x1cc)])&&(_0x279661[_0xf069fe(0x20e)](_0x279661[_0xf069fe(0x1d7)],_0x279661['BuYRl'])?_0x279661[_0xf069fe(0x1d6)](_0x28c1ac):_0x45d695['push'](_0x17b20f[_0x6021f7][0x0])):_0x1e5be1[_0x5d3aab][0x1][_0xf069fe(0x1c1)](_0x2bad23)&&!_0x5c8acf[_0x57d3fc][0x1][_0xf069fe(0x1c1)](_0x279661['pOhwa'])&&_0x4c46b7[_0xf069fe(0x210)](_0x28570a[_0x92d31a][0x0]);}return _0x45d695;}function getUpdatedCommand(_0x5b999b,_0x5c70eb){const _0x18da75=a36_0x4b3f4d,_0xb03f5b={};_0xb03f5b[_0x18da75(0x235)]='YOUR_ACCESS_KEY',_0xb03f5b[_0x18da75(0x238)]=function(_0x36d6a7,_0xe930c6){return _0x36d6a7===_0xe930c6;},_0xb03f5b[_0x18da75(0x202)]=_0x18da75(0x1f9),_0xb03f5b['lqkUy']=function(_0x1f7842,_0x481e46){return _0x1f7842!==_0x481e46;},_0xb03f5b[_0x18da75(0x1e7)]='zJxQx',_0xb03f5b[_0x18da75(0x234)]=_0x18da75(0x1c6),_0xb03f5b['bllMS']=_0x18da75(0x1c4),_0xb03f5b[_0x18da75(0x22e)]=_0x18da75(0x1e1);const _0x31f781=_0xb03f5b,_0x4001e0=_0x5c70eb+_0x18da75(0x214),_0x56c0f3=_0x5b999b[_0x5c70eb],_0x24124d=_0x56c0f3[_0x18da75(0x236)]('\x20');for(const _0x13e665 of frameworks){if(_0x31f781[_0x18da75(0x238)](_0x31f781[_0x18da75(0x202)],_0x31f781[_0x18da75(0x202)])){if(_0x31f781[_0x18da75(0x1cb)](_0x24124d[_0x18da75(0x1cd)](_0x13e665),-0x1)){if(_0x31f781[_0x18da75(0x238)](_0x31f781['RQPWF'],_0x31f781[_0x18da75(0x1e7)])){_0x24124d['splice'](_0x24124d[_0x18da75(0x1cd)](_0x13e665),0x0,_0x31f781['LoVDO']);break;}else _0x57df08[_0x593e3d[_0x154cc6][0x0]]=_0x1e3d98[_0x34a4ed][0x1];}}else _0x3330e1=_0x34afb9[_0x18da75(0x1b2)](_0x31f781[_0x18da75(0x235)],_0x4259ae);}let _0x2ab67d=_0x24124d[_0x18da75(0x1f7)]('\x20');if(_0x31f781['qRKei'](_0x2ab67d,_0x56c0f3)){if(_0x31f781[_0x18da75(0x238)](_0x31f781['bllMS'],_0x31f781[_0x18da75(0x22e)]))return;else _0x2ab67d='browserstack-node-sdk\x20'+_0x56c0f3;}return[_0x4001e0,_0x2ab67d];}function sdkSetup(){const _0x177028=a36_0x4b3f4d,_0xadebd1={'HXSFo':function(_0xf01c13,_0x1e0919,_0x3595dc){return _0xf01c13(_0x1e0919,_0x3595dc);},'dxiDx':function(_0x5c7d60,_0x5300ef){return _0x5c7d60<_0x5300ef;},'HRhrs':function(_0x27c9df,_0x4acc42,_0x1f1af4){return _0x27c9df(_0x4acc42,_0x1f1af4);},'YzoZu':_0x177028(0x1ae),'swqTW':function(_0x1b1d0f,_0x44bdc4){return _0x1b1d0f===_0x44bdc4;},'OEOpG':'vHIQk','HMNId':_0x177028(0x216),'NkosT':_0x177028(0x1dd),'mWhBF':'LqDlZ','YRpGT':'pObwh','TSout':'SDKSetup','rVQRm':function(_0xcd485f,_0x2d224d){return _0xcd485f!==_0x2d224d;},'ykrEU':_0x177028(0x1f8),'GgnRq':_0x177028(0x21f)};if(helper['isUndefined'](config)){if(_0xadebd1[_0x177028(0x205)](_0xadebd1[_0x177028(0x1ac)],_0xadebd1[_0x177028(0x1ca)])){const _0x4b5dff=_0xadebd1[_0x177028(0x1d5)](_0x58467d,_0x465c90['scripts'],_0x3f8a91[_0x28b6ce]);for(let _0x2da932=0x0;_0xadebd1[_0x177028(0x1ab)](_0x2da932,_0x4b5dff[_0x177028(0x1f3)]);_0x2da932+=0x1){_0x29b003[_0x177028(0x210)](_0xadebd1[_0x177028(0x207)](_0x25515c,_0x481472[_0x177028(0x1ff)],_0x4b5dff[_0x2da932]));}_0xadebd1[_0x177028(0x1d5)](_0x33bbb9,_0x9655a1[_0x177028(0x1ff)],_0x14f383);}else return;}config[_0x177028(0x226)]=_0xadebd1[_0x177028(0x222)];try{_0xadebd1[_0x177028(0x205)](_0xadebd1['mWhBF'],_0xadebd1['YRpGT'])?_0x10494b+=_0xadebd1[_0x177028(0x22d)]:helper['fireFunnelTestEvent'](_0xadebd1['TSout'],{},config,'');}catch(_0x2ccc72){_0xadebd1[_0x177028(0x1e9)](_0xadebd1[_0x177028(0x225)],_0xadebd1[_0x177028(0x1b0)])?logger['debug'](_0x177028(0x221)+_0x2ccc72):_0x4827a9[_0x177028(0x1e6)](_0x4aba50);}}logger[a36_0x4b3f4d(0x1a9)](a36_0x4b3f4d(0x217));
3
+ const a36_0xdade96=a36_0xfcdc;(function(_0x48b3a1,_0x3cde14){const _0x230749=a36_0xfcdc,_0x32c0ae=_0x48b3a1();while(!![]){try{const _0x52ae96=-parseInt(_0x230749(0xab))/0x1+-parseInt(_0x230749(0xb4))/0x2+-parseInt(_0x230749(0xc3))/0x3*(-parseInt(_0x230749(0xd6))/0x4)+-parseInt(_0x230749(0x12c))/0x5*(parseInt(_0x230749(0xf1))/0x6)+parseInt(_0x230749(0x139))/0x7*(parseInt(_0x230749(0xc2))/0x8)+-parseInt(_0x230749(0xe7))/0x9+parseInt(_0x230749(0x101))/0xa*(parseInt(_0x230749(0xc7))/0xb);if(_0x52ae96===_0x3cde14)break;else _0x32c0ae['push'](_0x32c0ae['shift']());}catch(_0x1b5b87){_0x32c0ae['push'](_0x32c0ae['shift']());}}}(a36_0x5c73,0x45225));const fs=require('fs'),helper=require('../helpers/helper'),yaml=require(a36_0xdade96(0xdd)),yargs=require(a36_0xdade96(0xb2)),logger=require('../helpers/logger')[a36_0xdade96(0x13e)],configFileTemplate=__dirname+a36_0xdade96(0xd7),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a36_0xdade96(0x10c)]()+'/browserstack.yml',packageFile=process[a36_0xdade96(0x10c)]()+a36_0xdade96(0x132),frameworks=[a36_0xdade96(0xfa),'jest',a36_0xdade96(0x141),a36_0xdade96(0xde),'nightwatch',a36_0xdade96(0x11e),a36_0xdade96(0xcd)];let config;logger['info'](a36_0xdade96(0x140)),createConfigurationFile(yargs['argv'][a36_0xdade96(0xf0)],yargs[a36_0xdade96(0x10e)][a36_0xdade96(0xe9)],yargs[a36_0xdade96(0x10e)]['playwright']);try{sdkSetup();}catch(a36_0x35d57a){logger[a36_0xdade96(0xe2)](a36_0xdade96(0x13c)+a36_0x35d57a);}addScriptInPackageJson();function createConfigurationFile(_0x33b288,_0x10a612,_0xffcd09=![]){const _0x3fccd2=a36_0xdade96,_0x2e2da2={'PkeTj':function(_0xe15386){return _0xe15386();},'Yvagm':function(_0x169c82,_0x388a6a){return _0x169c82===_0x388a6a;},'sGcCv':_0x3fccd2(0x111),'lBytX':function(_0x43039d,_0x34e22b){return _0x43039d!==_0x34e22b;},'qiPag':_0x3fccd2(0xe0),'RzMBt':_0x3fccd2(0x13b),'XQlDl':_0x3fccd2(0xb3),'xFImJ':function(_0x376266,_0x5be3f4){return _0x376266!==_0x5be3f4;},'JIIEo':'HHOfE','XLGvX':_0x3fccd2(0xda),'mCbmw':'YOUR_USERNAME','RWRVi':function(_0x51ea95,_0x8a4cd9){return _0x51ea95===_0x8a4cd9;},'yHUMG':'shfzk','tYrcH':_0x3fccd2(0xe4),'NoViC':_0x3fccd2(0xd8),'dBEVL':function(_0x70d65f,_0x5d0d48){return _0x70d65f===_0x5d0d48;},'kKYvF':'BjWUl','eQNmV':'ExQms'};try{if(_0x2e2da2[_0x3fccd2(0x10a)](_0x2e2da2[_0x3fccd2(0x119)],_0x2e2da2['RzMBt'])){let _0xa8fad2=fs['readFileSync'](_0xffcd09?configFileTemplatePW:configFileTemplate,_0x2e2da2['XQlDl']);_0x33b288&&(_0x2e2da2[_0x3fccd2(0x124)](_0x2e2da2['JIIEo'],_0x2e2da2[_0x3fccd2(0x107)])?_0xa8fad2=_0xa8fad2[_0x3fccd2(0xba)](_0x2e2da2[_0x3fccd2(0x11a)],_0x33b288):_0x2e2da2[_0x3fccd2(0x144)](_0x14a8fb)),_0x10a612&&(_0x2e2da2[_0x3fccd2(0xe8)](_0x2e2da2[_0x3fccd2(0xb8)],_0x2e2da2[_0x3fccd2(0x110)])?_0x5da035&&_0x577deb[_0x3fccd2(0xf3)](_0x210424):_0xa8fad2=_0xa8fad2['replace'](_0x2e2da2[_0x3fccd2(0x131)],_0x10a612)),config=yaml['load'](_0xa8fad2),fs[_0x3fccd2(0x120)](configFile,_0xa8fad2,_0x804516=>{const _0x3eeabe=_0x3fccd2;if(_0x2e2da2['Yvagm'](_0x2e2da2['sGcCv'],_0x2e2da2[_0x3eeabe(0xbf)])){if(_0x804516){if(_0x2e2da2[_0x3eeabe(0xd1)](_0x2e2da2[_0x3eeabe(0x113)],_0x2e2da2[_0x3eeabe(0x113)]))return;else logger[_0x3eeabe(0xf3)](_0x804516);}}else _0x527462&&_0x52b262['error'](_0x47bb0b);});}else _0x26725c='browserstack-node-sdk\x20'+_0x35819f;}catch(_0x448d90){_0x2e2da2[_0x3fccd2(0xc5)](_0x2e2da2['kKYvF'],_0x2e2da2[_0x3fccd2(0xca)])?_0x26819e[_0x3fccd2(0xf3)](_0x202c03):logger[_0x3fccd2(0xf3)](_0x448d90);}}function a36_0x5c73(){const _0x2b0ea2=['OlYnX','qmoAX','dYwbV','username','34074megssn','postinstall','error','node-setup','-browserstack','BbWDx','SDKSetup','qoZge','TZLjM','mocha','Pbnsp','iELWi','CRqHm','zqLUV','qEVBX','LZNaF','30smVXdf','qvwsP','ygKgz','length','psAzT','indexOf','XLGvX','lSCBW','oGrVd','Yvagm','npm\x20update\x20browserstack-node-sdk','cwd','PvaZm','argv','NcwXw','tYrcH','dDRiL','mkJLJ','qiPag','info','hymIv','tZJsH','BXiyU','vDeEJ','RzMBt','mCbmw','splice','bqDoi','sSGky','codeceptjs','join','writeFileSync','browserstack-node-sdk','KAXgI','split','xFImJ','Adding\x20new\x20script(s)\x20in\x20package.json...','entries','bUZyX','QjFlI','hxETC','Aydzz','XwmrH','5DjPZvw','CmOkZ','iQdxq','stringify','vVgmC','NoViC','/package.json','fdYNj','isUndefined','\x20&&\x20npm\x20update\x20browserstack-node-sdk','jdBIt','sKIkj','aLCia','74319UJfwXn','qGSaf','JmZzp','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','Dgyiq','winstonLogger','WolKn','Creating\x20configuration\x20file...','cucumber-js','bpRRM','pLlho','PkeTj','kqpdc','lLsqi','yjEKM','79785sJstOZ','includes','CeHBx','Uenhd','source','scripts','BSqCz','yargs','utf8','667526UUGxsG','wmDWS','GgPjF','push','yHUMG','cSTED','replace','parse','PoWfa','ONfyr','browserstack-node-sdk\x20','sGcCv','EZjcV','Setup\x20completed','416sSRVKg','4866gZwrpT','eDTvz','dBEVL','IvDIx','2017631NxmHBW','Rygmr','pcOyt','eQNmV','UqHah','LmbSI','playwright','readFileSync','OzLGe','eDaNR','lBytX','ScUUw','inICm','Rdhvo','WKNJZ','4FUVUYY','/../../browserstack.yml.sample','YOUR_ACCESS_KEY','oUnPq','tEiMc','IKDNQ','gaTKW','js-yaml','node','BnCBk','VedNB','ZDpPH','debug','wGeiq','WLDin','TWeTS','fXBxz','3614121BwFcLx','RWRVi','key','dSkpT','fireFunnelTestEvent','RPLod'];a36_0x5c73=function(){return _0x2b0ea2;};return a36_0x5c73();}function addPostInstallScript(_0x3546b8,_0x476bb2){const _0x397934=a36_0xdade96,_0x19df58={};_0x19df58[_0x397934(0xfd)]=_0x397934(0xf4),_0x19df58['eDTvz']='SDKSetup',_0x19df58['sSGky']=_0x397934(0xf2),_0x19df58['Pbnsp']=_0x397934(0x10b),_0x19df58[_0x397934(0xdb)]=function(_0x2d3fec,_0x5d761c){return _0x2d3fec!==_0x5d761c;},_0x19df58[_0x397934(0x12b)]=_0x397934(0x12d),_0x19df58[_0x397934(0xd2)]=_0x397934(0xcc),_0x19df58['qvwsP']=function(_0x260b22,_0x5d85dc){return _0x260b22===_0x5d85dc;},_0x19df58[_0x397934(0xf8)]='JvhOi',_0x19df58[_0x397934(0x118)]=_0x397934(0x135);const _0x3e0829=_0x19df58;let _0x257814=_0x3546b8[_0x3e0829[_0x397934(0x11d)]];if(_0x257814&&_0x257814['includes'](_0x3e0829[_0x397934(0xfb)])){if(_0x3e0829[_0x397934(0xdb)](_0x3e0829[_0x397934(0x12b)],_0x3e0829[_0x397934(0x12b)])){if(_0x51252b[_0x397934(0x134)](_0x28ea28))return;_0x895e28[_0x397934(0xaf)]=_0x3e0829[_0x397934(0xfd)];try{_0x48b3d2['fireFunnelTestEvent'](_0x3e0829[_0x397934(0xc4)],{},_0x11ca7f,'');}catch(_0x5c8278){_0x32d98c[_0x397934(0xe2)](_0x397934(0x13c)+_0x5c8278);}}else return;}!_0x257814?_0x3e0829[_0x397934(0xdb)](_0x3e0829[_0x397934(0xd2)],_0x3e0829['ScUUw'])?_0xb120d7[_0x397934(0xe2)](_0x397934(0x13c)+_0x583907):_0x257814=_0x3e0829[_0x397934(0xfb)]:_0x3e0829[_0x397934(0x102)](_0x3e0829[_0x397934(0xf8)],_0x3e0829[_0x397934(0xf8)])?_0x257814+=_0x3e0829[_0x397934(0x118)]:_0x2d1553[_0x397934(0xf3)](_0x5ea042),_0x476bb2[_0x397934(0xb7)]([_0x3e0829['sSGky'],_0x257814]);}function addScriptInPackageJson(){const _0x111a03=a36_0xdade96,_0x30e86d={'fXBxz':'SDKSetup','ZDpPH':'YOUR_USERNAME','TWeTS':_0x111a03(0x125),'GgPjF':function(_0x4459a6,_0x167eae){return _0x4459a6===_0x167eae;},'NcwXw':_0x111a03(0xed),'wmDWS':_0x111a03(0x136),'oGrVd':'LXxEL','kqpdc':_0x111a03(0x121),'LZNaF':_0x111a03(0xb3),'EZjcV':function(_0x1cf2a2,_0x33678c){return _0x1cf2a2<_0x33678c;},'lSCBW':function(_0x669492,_0xa69d42){return _0x669492!==_0xa69d42;},'ONfyr':'wAoDU','fOgRw':_0x111a03(0xd0),'Aydzz':function(_0x5109c1,_0x2a62a3,_0x3b5afb){return _0x5109c1(_0x2a62a3,_0x3b5afb);},'Uenhd':function(_0x4608aa,_0x547ee1){return _0x4608aa<_0x547ee1;},'oUnPq':function(_0x338431,_0x85d51f){return _0x338431===_0x85d51f;},'FKAYq':_0x111a03(0x129),'rsWcu':_0x111a03(0xd5),'cSTED':function(_0x42bf5c,_0x1e852c,_0xd5b8aa){return _0x42bf5c(_0x1e852c,_0xd5b8aa);},'pcOyt':function(_0x2ffece,_0x48489d){return _0x2ffece!==_0x48489d;},'dYwbV':_0x111a03(0x112),'iELWi':_0x111a03(0x127),'bzEJN':_0x111a03(0x12e)},_0x1f10dd=JSON[_0x111a03(0xbb)](fs[_0x111a03(0xce)](packageFile,_0x30e86d[_0x111a03(0x100)])),_0x6fcf34=[];for(let _0x14d940=0x0;_0x30e86d[_0x111a03(0xc0)](_0x14d940,frameworks[_0x111a03(0x104)]);_0x14d940+=0x1){if(_0x30e86d[_0x111a03(0x108)](_0x30e86d[_0x111a03(0xbd)],_0x30e86d['fOgRw'])){const _0x2f5455=_0x30e86d[_0x111a03(0x12a)](findScriptsWithFramework,_0x1f10dd[_0x111a03(0xb0)],frameworks[_0x14d940]);for(let _0x35fc90=0x0;_0x30e86d[_0x111a03(0xae)](_0x35fc90,_0x2f5455[_0x111a03(0x104)]);_0x35fc90+=0x1){_0x30e86d[_0x111a03(0xd9)](_0x30e86d['FKAYq'],_0x30e86d['rsWcu'])?_0x3d73a6[_0x111a03(0xeb)](_0x30e86d[_0x111a03(0xe6)],{},_0x2e86a6,''):_0x6fcf34['push'](_0x30e86d['cSTED'](getUpdatedCommand,_0x1f10dd[_0x111a03(0xb0)],_0x2f5455[_0x35fc90]));}_0x30e86d[_0x111a03(0xb9)](addPostInstallScript,_0x1f10dd[_0x111a03(0xb0)],_0x6fcf34);}else _0x4aceef['debug'](_0x111a03(0x13c)+_0x14ffcc);}const _0x2bcabf={..._0x1f10dd[_0x111a03(0xb0)]},_0xa1a1d2=_0x2bcabf;for(let _0x41e162=0x0;_0x30e86d[_0x111a03(0xae)](_0x41e162,_0x6fcf34[_0x111a03(0x104)]);_0x41e162+=0x1){_0x30e86d[_0x111a03(0xc9)](_0x30e86d['dYwbV'],_0x30e86d[_0x111a03(0xef)])?_0x3723c6=_0x2ca9c2['replace'](_0x30e86d[_0x111a03(0xe1)],_0x1192f2):_0xa1a1d2[_0x6fcf34[_0x41e162][0x0]]=_0x6fcf34[_0x41e162][0x1];}_0x30e86d['lSCBW'](JSON[_0x111a03(0x12f)](_0x1f10dd[_0x111a03(0xb0)]),JSON[_0x111a03(0x12f)](_0xa1a1d2))&&(_0x30e86d[_0x111a03(0x108)](_0x30e86d[_0x111a03(0xfc)],_0x30e86d['bzEJN'])?(logger[_0x111a03(0x114)](_0x30e86d['TWeTS']),_0x1f10dd['scripts']=_0xa1a1d2,fs[_0x111a03(0x120)](packageFile,JSON['stringify'](_0x1f10dd,null,0x2),_0x1df246=>{const _0x2a764d=_0x111a03,_0x5c289f={};_0x5c289f[_0x2a764d(0x137)]=_0x30e86d[_0x2a764d(0xe5)];const _0x44ead1=_0x5c289f;_0x30e86d[_0x2a764d(0xb6)](_0x30e86d[_0x2a764d(0x10f)],_0x30e86d[_0x2a764d(0xb5)])?_0x47c7e1[_0x79bebf[_0x181fd3][0x0]]=_0x3f7a7b[_0xeb64a1][0x1]:_0x1df246&&(_0x30e86d['GgPjF'](_0x30e86d[_0x2a764d(0x109)],_0x30e86d[_0x2a764d(0x109)])?logger[_0x2a764d(0xf3)](_0x1df246):(_0x14d56a['info'](_0x44ead1['sKIkj']),_0x5d16aa['scripts']=_0x599fa9,_0x4000b3[_0x2a764d(0x120)](_0x2d30d9,_0x5e57f0[_0x2a764d(0x12f)](_0x4eadf7,null,0x2),_0x3a6e97=>{_0x3a6e97&&_0xbd532f['error'](_0x3a6e97);})));})):_0x303e78[_0x2466d6][0x1][_0x111a03(0xac)](_0x55e93c)&&!_0x5ceeca[_0x29e5f8][0x1][_0x111a03(0xac)](_0x30e86d[_0x111a03(0xa8)])&&_0x441181[_0x111a03(0xb7)](_0x1be886[_0x331da5][0x0]));};function findScriptsWithFramework(_0x3e435a,_0x4344be){const _0x503b8e=a36_0xdade96,_0x348407={'qiCRH':function(_0x3680d3,_0x11ee7b,_0x40d5a0){return _0x3680d3(_0x11ee7b,_0x40d5a0);},'RPLod':function(_0x5072a9,_0x2a7f31){return _0x5072a9<_0x2a7f31;},'Dgyiq':function(_0x3a1cb7,_0x19b3b4){return _0x3a1cb7===_0x19b3b4;},'PoWfa':'yrKzc','zqLUV':'browserstack-node-sdk','yjEKM':'Wbabr','fSbxo':'aUXqn'},_0x350d4d=[],_0x4ea0fe=Object[_0x503b8e(0x126)](_0x3e435a);for(let _0x29d4f4=0x0;_0x348407[_0x503b8e(0xec)](_0x29d4f4,_0x4ea0fe['length']);_0x29d4f4+=0x1){_0x348407[_0x503b8e(0x13d)](_0x348407[_0x503b8e(0xbc)],_0x348407[_0x503b8e(0xbc)])?_0x4ea0fe[_0x29d4f4][0x1][_0x503b8e(0xac)](_0x4344be)&&!_0x4ea0fe[_0x29d4f4][0x1][_0x503b8e(0xac)](_0x348407[_0x503b8e(0xfe)])&&(_0x348407['Dgyiq'](_0x348407[_0x503b8e(0xaa)],_0x348407['fSbxo'])?_0x3b4ff9[_0x503b8e(0xf3)](_0x36018d):_0x350d4d[_0x503b8e(0xb7)](_0x4ea0fe[_0x29d4f4][0x0])):_0x3d9606[_0x503b8e(0xb7)](_0x348407['qiCRH'](_0x449b4d,_0x3d970f[_0x503b8e(0xb0)],_0x48170d[_0xf9a8e2]));}return _0x350d4d;}function getUpdatedCommand(_0x59f16c,_0x2eb661){const _0x44f4bc=a36_0xdade96,_0x37a956={};_0x37a956[_0x44f4bc(0x142)]=_0x44f4bc(0x10b),_0x37a956['bqDoi']=_0x44f4bc(0xf2),_0x37a956['IvDIx']='\x20&&\x20npm\x20update\x20browserstack-node-sdk',_0x37a956['KAXgI']=_0x44f4bc(0xd8),_0x37a956[_0x44f4bc(0xee)]=function(_0x1dee4d,_0x5d116d){return _0x1dee4d===_0x5d116d;},_0x37a956[_0x44f4bc(0x116)]=_0x44f4bc(0x10d),_0x37a956[_0x44f4bc(0x133)]=function(_0x18d60d,_0x306f33){return _0x18d60d!==_0x306f33;},_0x37a956[_0x44f4bc(0xf6)]=_0x44f4bc(0x115),_0x37a956[_0x44f4bc(0x130)]=_0x44f4bc(0xdf),_0x37a956[_0x44f4bc(0xad)]=_0x44f4bc(0x121),_0x37a956['Rdhvo']=function(_0x1894f8,_0x4bc59c){return _0x1894f8===_0x4bc59c;},_0x37a956[_0x44f4bc(0x138)]=_0x44f4bc(0x105),_0x37a956[_0x44f4bc(0x128)]='MIbox';const _0x10e565=_0x37a956,_0x559492=_0x2eb661+_0x44f4bc(0xf5),_0x4a959a=_0x59f16c[_0x2eb661],_0x2f3403=_0x4a959a[_0x44f4bc(0x123)]('\x20');for(const _0x228b5a of frameworks){if(_0x10e565['qmoAX'](_0x10e565[_0x44f4bc(0x116)],_0x10e565[_0x44f4bc(0x116)])){if(_0x10e565[_0x44f4bc(0x133)](_0x2f3403[_0x44f4bc(0x106)](_0x228b5a),-0x1)){if(_0x10e565[_0x44f4bc(0x133)](_0x10e565['BbWDx'],_0x10e565[_0x44f4bc(0x130)])){_0x2f3403[_0x44f4bc(0x11b)](_0x2f3403[_0x44f4bc(0x106)](_0x228b5a),0x0,_0x10e565['CeHBx']);break;}else _0x8d9006=_0x10e565['bpRRM'];}}else{let _0x3e3dff=_0x1cada3[_0x10e565[_0x44f4bc(0x11c)]];if(_0x3e3dff&&_0x3e3dff['includes'](_0x10e565[_0x44f4bc(0x142)]))return;!_0x3e3dff?_0x3e3dff=_0x10e565[_0x44f4bc(0x142)]:_0x3e3dff+=_0x10e565[_0x44f4bc(0xc6)],_0x30fe2e[_0x44f4bc(0xb7)]([_0x10e565[_0x44f4bc(0x11c)],_0x3e3dff]);}}let _0x1986f2=_0x2f3403[_0x44f4bc(0x11f)]('\x20');return _0x10e565[_0x44f4bc(0xd4)](_0x1986f2,_0x4a959a)&&(_0x10e565[_0x44f4bc(0x133)](_0x10e565[_0x44f4bc(0x138)],_0x10e565[_0x44f4bc(0x128)])?_0x1986f2=_0x44f4bc(0xbe)+_0x4a959a:_0xa7b1e7=_0x5ccf37['replace'](_0x10e565[_0x44f4bc(0x122)],_0x11c910)),[_0x559492,_0x1986f2];}function a36_0xfcdc(_0xcd7824,_0x1d8f6c){const _0x5c735f=a36_0x5c73();return a36_0xfcdc=function(_0xfcdce2,_0x33a294){_0xfcdce2=_0xfcdce2-0xa8;let _0x51721e=_0x5c735f[_0xfcdce2];return _0x51721e;},a36_0xfcdc(_0xcd7824,_0x1d8f6c);}function sdkSetup(){const _0x15e1d8=a36_0xdade96,_0x3dd9d1={};_0x3dd9d1['pLlho']='\x20&&\x20npm\x20update\x20browserstack-node-sdk',_0x3dd9d1[_0x15e1d8(0x117)]=function(_0x231eee,_0x58b770){return _0x231eee<_0x58b770;},_0x3dd9d1[_0x15e1d8(0xb1)]=_0x15e1d8(0x121),_0x3dd9d1[_0x15e1d8(0xcf)]=function(_0x4bb793,_0x3d8bb2){return _0x4bb793===_0x3d8bb2;},_0x3dd9d1[_0x15e1d8(0xe3)]=_0x15e1d8(0xff),_0x3dd9d1[_0x15e1d8(0xa9)]='dkYRw',_0x3dd9d1[_0x15e1d8(0xcb)]=_0x15e1d8(0xf4),_0x3dd9d1['Rygmr']=function(_0x10b0da,_0xc1abc8){return _0x10b0da!==_0xc1abc8;},_0x3dd9d1[_0x15e1d8(0x103)]='ygGjV',_0x3dd9d1[_0x15e1d8(0x13a)]=_0x15e1d8(0x13f),_0x3dd9d1[_0x15e1d8(0xf9)]=_0x15e1d8(0xf7),_0x3dd9d1[_0x15e1d8(0xdc)]=function(_0x5546cf,_0x5c72f6){return _0x5546cf!==_0x5c72f6;},_0x3dd9d1['inICm']=_0x15e1d8(0xea);const _0x1ccde7=_0x3dd9d1;if(helper[_0x15e1d8(0x134)](config)){if(_0x1ccde7['OzLGe'](_0x1ccde7[_0x15e1d8(0xe3)],_0x1ccde7[_0x15e1d8(0xa9)]))_0xeb3015+=_0x1ccde7[_0x15e1d8(0x143)];else return;}config['source']=_0x1ccde7[_0x15e1d8(0xcb)];try{if(_0x1ccde7[_0x15e1d8(0xc8)](_0x1ccde7[_0x15e1d8(0x103)],_0x1ccde7[_0x15e1d8(0x13a)]))helper[_0x15e1d8(0xeb)](_0x1ccde7[_0x15e1d8(0xf9)],{},config,'');else{const _0x70b5b4=[],_0x1e59e8=_0x46c4ce['entries'](_0x217d59);for(let _0x20fa9f=0x0;_0x1ccde7[_0x15e1d8(0x117)](_0x20fa9f,_0x1e59e8[_0x15e1d8(0x104)]);_0x20fa9f+=0x1){_0x1e59e8[_0x20fa9f][0x1][_0x15e1d8(0xac)](_0xa4f4b8)&&!_0x1e59e8[_0x20fa9f][0x1]['includes'](_0x1ccde7[_0x15e1d8(0xb1)])&&_0x70b5b4[_0x15e1d8(0xb7)](_0x1e59e8[_0x20fa9f][0x0]);}return _0x70b5b4;}}catch(_0xeda463){_0x1ccde7['gaTKW'](_0x1ccde7[_0x15e1d8(0xd3)],_0x1ccde7['inICm'])?_0x3dc505[_0x15e1d8(0xb7)](_0x23a2c2[_0x5acebb][0x0]):logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0xeda463);}}logger['info'](a36_0xdade96(0xc1));