browserstack-node-sdk 1.34.15 → 1.34.17

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 (127) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelper.js +1 -1
  104. package/src/helpers/patchHelpers.js +1 -1
  105. package/src/helpers/percy/Percy.js +1 -1
  106. package/src/helpers/percy/PercyBinary.js +1 -1
  107. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  108. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  109. package/src/helpers/percy/PercySDK.js +1 -1
  110. package/src/helpers/percy/index.js +1 -1
  111. package/src/helpers/percy/utils.js +1 -1
  112. package/src/helpers/performance-tester.js +1 -1
  113. package/src/helpers/request-spy.js +1 -1
  114. package/src/helpers/setKeepAlive.js +1 -1
  115. package/src/helpers/test-observability/constants.js +1 -1
  116. package/src/helpers/test-observability/error-handler.js +1 -1
  117. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  118. package/src/helpers/test-observability/sessionHandler.js +1 -1
  119. package/src/helpers/test-observability/utils.js +1 -1
  120. package/src/helpers/testhub/constants.js +1 -1
  121. package/src/helpers/testhub/testhubHandler.js +1 -1
  122. package/src/helpers/testhub/utils.js +1 -1
  123. package/src/helpers/timeoutPromise.js +1 -1
  124. package/src/helpers/utilities.js +1 -1
  125. package/src/helpers/w3cMapping.js +1 -1
  126. package/src/hubAllocationMethods.js +1 -1
  127. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a41_0x3497a1=a41_0x1ca5;(function(_0x424add,_0x4a816d){const _0x3492da=a41_0x1ca5,_0x197a58=_0x424add();while(!![]){try{const _0x448888=parseInt(_0x3492da(0x19d))/0x1+-parseInt(_0x3492da(0x1c9))/0x2*(-parseInt(_0x3492da(0x129))/0x3)+-parseInt(_0x3492da(0x1bc))/0x4*(parseInt(_0x3492da(0x131))/0x5)+parseInt(_0x3492da(0x1ab))/0x6+-parseInt(_0x3492da(0x1d9))/0x7+parseInt(_0x3492da(0x12e))/0x8+parseInt(_0x3492da(0x139))/0x9;if(_0x448888===_0x4a816d)break;else _0x197a58['push'](_0x197a58['shift']());}catch(_0x4639fb){_0x197a58['push'](_0x197a58['shift']());}}}(a41_0x3297,0x8d003));const RequestQueueHandler=require(a41_0x3497a1(0x156)),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a41_0x3497a1(0x1d7)),{v4:uuidv4}=require(a41_0x3497a1(0x103)),path=require(a41_0x3497a1(0x186)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a41_0x3497a1(0x109)),{getGitMetaData,setLogLevel}=require(a41_0x3497a1(0x161)),TestDetails=require(a41_0x3497a1(0x10b)),fs=require('fs'),util=require(a41_0x3497a1(0x153)),{o11yClassErrorHandler}=require(a41_0x3497a1(0x1b8)),PerformanceTester=require(a41_0x3497a1(0x144)),{FRAMEWORKS}=require(a41_0x3497a1(0x143)),SessionHandler=require(a41_0x3497a1(0x17d)),{appendTesthubParams}=require('../../../helpers/testhub/utils'),TestHubHandler=require(a41_0x3497a1(0x125));class MyReporter{constructor(_0x38f2c0){const _0x3b89d0=a41_0x3497a1,_0x3da27d={'LGIOm':_0x3b89d0(0x101),'cjLpx':function(_0x22adb5,_0x1b24be,_0x35710a,_0x11581){return _0x22adb5(_0x1b24be,_0x35710a,_0x11581);},'bllux':'performance-report-reporter.json'},_0xfc66b1=_0x3da27d['LGIOm'][_0x3b89d0(0x195)]('|');let _0x58ba78=0x0;while(!![]){switch(_0xfc66b1[_0x58ba78++]){case'0':this[_0x3b89d0(0x14d)]={};continue;case'1':this[_0x3b89d0(0x132)]=_0x38f2c0;continue;case'2':this[_0x3b89d0(0x14c)]={};continue;case'3':const _0x5caa40={};_0x5caa40[_0x3b89d0(0x115)]=process[_0x3b89d0(0x138)][_0x3b89d0(0x1b9)],_0x3da27d['cjLpx'](setLogLevel,_0x5caa40,new Map(),new Map());continue;case'4':process[_0x3b89d0(0x138)][_0x3b89d0(0x152)]&&(PerformanceTester[_0x3b89d0(0x1ba)](_0x3da27d['bllux']),process[_0x3b89d0(0x138)][_0x3b89d0(0x1b7)]=new Date()[_0x3b89d0(0x107)]());continue;case'5':this[_0x3b89d0(0x117)]=null;continue;case'6':this[_0x3b89d0(0x122)]=![];continue;}break;}}async[a41_0x3497a1(0x155)](){const _0x2dd91a=a41_0x3497a1;TestDetails[_0x2dd91a(0x1a3)](),await this[_0x2dd91a(0x1e3)]();}async[a41_0x3497a1(0x10a)](_0x122567,_0x4adcaa){const _0x2192a2=a41_0x3497a1,_0x46f860={'XMnvs':function(_0x6d84ed,_0x378c32){return _0x6d84ed(_0x378c32);},'nKHYZ':_0x2192a2(0x113)},_0x311b2c=this['getTestIdentifier'](_0x122567);this[_0x2192a2(0x14d)][_0x311b2c]={'uuid':TestDetails[_0x2192a2(0x13b)](this[_0x2192a2(0x140)](_0x122567,_0x4adcaa[_0x2192a2(0x17c)])),'startedAt':_0x4adcaa[_0x2192a2(0x116)]},_0x46f860[_0x2192a2(0x1bf)](trace,'Test\x20Started\x20with\x20unique\x20id\x20'+_0x311b2c),await this[_0x2192a2(0x1c8)](_0x122567,_0x46f860[_0x2192a2(0xff)],_0x4adcaa);}async[a41_0x3497a1(0x112)](_0x13bde1,_0x4097f1,_0xc442b4){const _0x35563f=a41_0x3497a1,_0x5d2f92={'XCfEL':function(_0x288bf9,_0x1b6c37){return _0x288bf9(_0x1b6c37);},'YdNKn':_0x35563f(0x182)};if(!this[_0x35563f(0x106)](_0xc442b4,_0x13bde1))return;const _0x5a8234=this[_0x35563f(0x11e)](_0x13bde1,_0xc442b4);this[_0x35563f(0x14d)][_0x5a8234]={'uuid':TestDetails[_0x35563f(0x13b)](_0x5a8234),'startedAt':_0xc442b4['startTime']['toISOString']()};const _0x5ac38a=this[_0x35563f(0x140)](_0x13bde1,_0x4097f1[_0x35563f(0x17c)]);!this[_0x35563f(0x14c)][_0x5ac38a]&&(this[_0x35563f(0x14c)][_0x5ac38a]=[]),this[_0x35563f(0x14c)][_0x5ac38a][_0x35563f(0x1c1)](this[_0x35563f(0x14d)][_0x5a8234][_0x35563f(0x103)]),_0x5d2f92[_0x35563f(0x133)](trace,'Hook\x20Started\x20with\x20unique\x20id\x20'+_0x5a8234+_0x35563f(0x168)+_0x5ac38a),await this[_0x35563f(0x14e)](_0x13bde1,_0xc442b4,_0x5d2f92[_0x35563f(0x141)],_0x4097f1);}async[a41_0x3497a1(0x176)](_0x23997d,_0x50c826,_0x4ea8da){const _0x480991=a41_0x3497a1,_0x439476={'ZlgtI':function(_0x3fcde5,_0x328416){return _0x3fcde5+_0x328416;},'tZPNe':function(_0x5bb90d,_0x463c7a){return _0x5bb90d(_0x463c7a);},'NlMJX':_0x480991(0x174)};if(!this['needToReportStep'](_0x4ea8da,_0x23997d))return;const _0x4e4b22=this[_0x480991(0x1dd)](_0x23997d,_0x4ea8da);this['_tests'][_0x4e4b22]={...this[_0x480991(0x14d)][_0x4e4b22]||{},'finishedAt':new Date(_0x439476['ZlgtI'](_0x4ea8da[_0x480991(0x116)][_0x480991(0x15a)](),_0x4ea8da[_0x480991(0x18b)]))},_0x439476[_0x480991(0x12b)](trace,_0x480991(0x1a4)+_0x4e4b22+'\x20is\x20triggered'),await this[_0x480991(0x14e)](_0x23997d,_0x4ea8da,_0x439476[_0x480991(0x19e)],_0x50c826);}async[a41_0x3497a1(0x1bb)](_0x4207d6,_0x8ab38f){const _0x519944=a41_0x3497a1,_0x1fd47a={'kUgbY':function(_0x453009,_0x156e41){return _0x453009===_0x156e41;},'YLAQf':_0x519944(0x100),'RXqLJ':'TEST_SCREENSHOT','oewsm':_0x519944(0x119),'ZxEst':function(_0x17f45c,_0x322fd5){return _0x17f45c(_0x322fd5);},'liOZx':_0x519944(0x16c),'BpgbK':function(_0x9dd3a,_0x57c5ea){return _0x9dd3a>_0x57c5ea;}},_0x33e661=this['getTestIdentifier'](_0x4207d6),_0x1a2c1e=TestDetails['getTestUUID'](this['getTestRunIdentifier'](_0x4207d6,_0x8ab38f[_0x519944(0x17c)]));this[_0x519944(0x14d)][_0x33e661]={...this[_0x519944(0x14d)][_0x33e661]||{},'finishedAt':new Date()[_0x519944(0x107)]()},_0x1fd47a['ZxEst'](trace,_0x519944(0x1db)+_0x33e661),await this['sendTestRunEvent'](_0x4207d6,_0x1fd47a[_0x519944(0x17a)],_0x8ab38f);const _0x48c6a3=[];_0x8ab38f['attachments']&&_0x8ab38f['attachments'][_0x519944(0x13d)](_0x480207=>{const _0x23bbef=_0x519944;if(_0x1fd47a['kUgbY'](_0x480207[_0x23bbef(0x17b)],_0x1fd47a[_0x23bbef(0x146)])){if(!fs[_0x23bbef(0x169)](_0x480207[_0x23bbef(0x186)]))return;_0x48c6a3['push']({'test_run_uuid':_0x1a2c1e,'timestamp':fs['statSync'](_0x480207[_0x23bbef(0x186)])[_0x23bbef(0x142)],'kind':_0x1fd47a[_0x23bbef(0x18e)],'message':fs[_0x23bbef(0x1aa)](_0x480207[_0x23bbef(0x186)],{'encoding':_0x1fd47a['oewsm']})});}}),_0x1fd47a['BpgbK'](_0x48c6a3[_0x519944(0x1e1)],0x0)&&await MyReporter[_0x519944(0x194)](_0x48c6a3);}async['endSession'](){const _0x5da657=a41_0x3497a1;await RequestQueueHandler[_0x5da657(0x163)]()[_0x5da657(0x1b1)](),TestDetails[_0x5da657(0x1b1)]();}async[a41_0x3497a1(0x148)](_0x10e5a9){const _0x9b3011=a41_0x3497a1,_0x4d65e9={'BDtIO':function(_0x3def49){return _0x3def49();},'eydyw':function(_0x5b1b8a){return _0x5b1b8a();},'oWJrf':function(_0xeecce,_0x313609){return _0xeecce(_0x313609);}};await this[_0x9b3011(0x10f)](),_0x4d65e9['BDtIO'](printBuildLink);try{process[_0x9b3011(0x138)][_0x9b3011(0x152)]&&await _0x4d65e9[_0x9b3011(0x1b6)](calculatePerformance);}catch(_0x56d6ef){_0x4d65e9[_0x9b3011(0x14a)](debug,_0x9b3011(0x180)+_0x56d6ef[_0x9b3011(0x1ae)]());}}static async[a41_0x3497a1(0x16f)](_0x22bf07,_0x41567c){_0x41567c['test_run_uuid']=TestDetails['getTestUUID'](_0x22bf07),await this['reportLogs']([_0x41567c]);}static async[a41_0x3497a1(0x194)](_0x607dc3){const _0x2e5b0f=a41_0x3497a1,_0x483e5e={};_0x483e5e[_0x2e5b0f(0x159)]='LogCreated';const _0x13958b=_0x483e5e,_0x57985a={};_0x57985a[_0x2e5b0f(0x18a)]=_0x13958b[_0x2e5b0f(0x159)],_0x57985a[_0x2e5b0f(0x123)]=_0x607dc3,await SessionHandler['uploadEventData'](_0x57985a);}async[a41_0x3497a1(0x14e)](_0x1be57f,_0x47e09d,_0x523afb,_0x46da28){const _0x28db88=a41_0x3497a1,_0x4ec989={'WykXf':_0x28db88(0x13a),'fnYrO':_0x28db88(0x16b),'sEBwT':_0x28db88(0x191),'ULrHt':function(_0x319e05,_0x5313cf){return _0x319e05>=_0x5313cf;},'DyBsw':function(_0x24141f,_0x106812){return _0x24141f===_0x106812;},'wGOHG':_0x28db88(0x174),'SXmxx':function(_0x25e465,_0x497181){return _0x25e465>_0x497181;},'wGPar':_0x28db88(0x1a6),'pZciC':function(_0x499019,_0x15870e){return _0x499019(_0x15870e);},'eLaAW':function(_0x3d429b,_0x20a1ae,_0x1ae3c0){return _0x3d429b(_0x20a1ae,_0x1ae3c0);},'SeZlm':'err','ukqHp':function(_0x355b00,_0x25d538){return _0x355b00===_0x25d538;},'qpwAz':_0x28db88(0x179)},_0x4bfc7f=this[_0x28db88(0x1dd)](_0x1be57f,_0x47e09d),_0x132d56=this[_0x28db88(0x14d)][_0x4bfc7f],_0x4baca3={'uuid':_0x132d56[_0x28db88(0x103)],'type':_0x4ec989[_0x28db88(0xfe)],'hook_type':this[_0x28db88(0x19c)](_0x47e09d[_0x28db88(0x10c)]),'name':_0x47e09d['title'],'scope':this['getScope'](_0x47e09d),'scopes':this[_0x28db88(0x1c7)](_0x1be57f),'body':{'lang':_0x4ec989[_0x28db88(0x183)],'code':null},'identifier':_0x4bfc7f,'file_name':path[_0x28db88(0x150)](process[_0x28db88(0x162)](),_0x1be57f[_0x28db88(0x187)][_0x28db88(0x175)]),'location':path[_0x28db88(0x150)](process[_0x28db88(0x162)](),_0x1be57f[_0x28db88(0x187)][_0x28db88(0x175)]),'result':_0x4ec989[_0x28db88(0x16e)],'duration_in_ms':_0x4ec989[_0x28db88(0x1d1)](_0x47e09d[_0x28db88(0x18b)],0x0)?_0x47e09d[_0x28db88(0x18b)]:undefined,'vc_filepath':this[_0x28db88(0x117)]&&_0x1be57f[_0x28db88(0x187)][_0x28db88(0x175)]?path[_0x28db88(0x150)](this['_gitConfigPath'],_0x1be57f[_0x28db88(0x187)]['file']):undefined,'started_at':_0x132d56[_0x28db88(0x192)],'finished_at':_0x132d56[_0x28db88(0x1d6)],'framework':FRAMEWORKS[_0x28db88(0x15e)]};if(_0x4ec989[_0x28db88(0x19a)](_0x523afb,_0x4ec989[_0x28db88(0x17f)])){const {steps:_0x3efc05,logs:_0x4ba8fc}=this[_0x28db88(0x154)](_0x47e09d[_0x28db88(0x1b0)],_0x132d56[_0x28db88(0x103)],_0x4ec989[_0x28db88(0xfe)]);_0x4ba8fc&&_0x4ec989[_0x28db88(0x16a)](_0x4ba8fc[_0x28db88(0x1e1)],0x0)&&await MyReporter[_0x28db88(0x194)](_0x4ba8fc);const _0x34117b={};_0x34117b[_0x28db88(0x1b0)]=_0x3efc05,_0x4baca3[_0x28db88(0x18f)]=_0x34117b;if(_0x47e09d[_0x28db88(0x1c5)]){_0x4baca3[_0x28db88(0x173)]=_0x4ec989['wGPar'],_0x4baca3[_0x28db88(0x136)]=_0x4ec989[_0x28db88(0x1dc)](removeAnsiColors,_0x47e09d['error'][_0x28db88(0x108)]),_0x4baca3[_0x28db88(0xfd)]=_0x4ec989[_0x28db88(0x1dc)](getFailureType,_0x47e09d[_0x28db88(0x1c5)][_0x28db88(0x108)]);const _0x3dc12f=_0x4ec989[_0x28db88(0x110)](failureData,_0x47e09d[_0x28db88(0x1c5)],_0x4ec989[_0x28db88(0x1a2)]);if(_0x3dc12f&&_0x4ec989[_0x28db88(0x11f)](_0x3dc12f['length'],0x0)){const _0x1f570e={};_0x1f570e[_0x28db88(0x1d5)]=[_0x4baca3[_0x28db88(0x136)]],_0x1f570e[_0x28db88(0x177)]=[],_0x3dc12f[_0x28db88(0x1c1)](_0x1f570e);}_0x4baca3[_0x28db88(0x1ad)]=_0x3dc12f;}else _0x4baca3[_0x28db88(0x173)]=_0x4ec989[_0x28db88(0x14b)];}const _0x569598={};_0x569598[_0x28db88(0x18a)]=_0x523afb,_0x569598[_0x28db88(0x149)]=_0x4baca3;const _0x45c9e6=_0x569598;await SessionHandler[_0x28db88(0x13e)](_0x45c9e6);}[a41_0x3497a1(0x154)](_0x3189dd,_0x4fd454,_0x31a37a){const _0x30a04b=a41_0x3497a1,_0x13a367={'BaBeH':function(_0x4116a2,_0x1f59f2){return _0x4116a2===_0x1f59f2;},'fYWBv':_0x30a04b(0x13a),'Wyyjd':_0x30a04b(0x164),'gRTse':_0x30a04b(0x134),'pmIhY':function(_0x236264,_0x20296f){return _0x236264===_0x20296f;},'HRLdr':function(_0x23ca48,_0x1c337a){return _0x23ca48===_0x1c337a;},'BjEPM':'test','PFgJv':'test_run_uuid','wNIac':_0x30a04b(0x15f),'tVihN':_0x30a04b(0x1c4),'kZVXP':_0x30a04b(0x1a6),'FtPAr':'passed','AZeIs':function(_0x7da6f3,_0x4ecb66){return _0x7da6f3(_0x4ecb66);},'uVivI':function(_0x5ee986){return _0x5ee986();},'EwVjO':function(_0x173d47,_0xd6cae4){return _0x173d47(_0xd6cae4);},'mJhSk':function(_0x427c9e,_0x21612c,_0x29376c){return _0x427c9e(_0x21612c,_0x29376c);},'jbIrW':function(_0x308cf4,_0x4e9720,_0x8153a){return _0x308cf4(_0x4e9720,_0x8153a);}},_0xef0f1a=[],_0xc36e88=[],_0x34fc69=_0x3189dd[_0x30a04b(0x170)](_0x24b96e=>{const _0x10e974=_0x30a04b;if(_0x13a367[_0x10e974(0x13f)](_0x24b96e[_0x10e974(0x16d)],_0x13a367['fYWBv'])&&(_0x13a367[_0x10e974(0x13f)](_0x24b96e['title'],_0x13a367[_0x10e974(0x1b3)])||_0x13a367[_0x10e974(0x13f)](_0x24b96e[_0x10e974(0x10c)],_0x13a367[_0x10e974(0x128)])))return![];return!![];}),_0x34030f=(_0x32a4de,_0x594a76=![])=>{const _0x3e568f=_0x30a04b;if(_0x13a367[_0x3e568f(0x157)](_0x32a4de[_0x3e568f(0x1b0)][_0x3e568f(0x1e1)],0x0)){const _0x11e309=_0x13a367[_0x3e568f(0x11b)](_0x31a37a,_0x13a367[_0x3e568f(0x13c)])?_0x13a367[_0x3e568f(0x190)]:_0x13a367[_0x3e568f(0x1e2)];_0xc36e88['push']({'kind':_0x13a367[_0x3e568f(0x193)],[_0x11e309]:_0x4fd454,'message':_0x32a4de['title'],'timestamp':_0x32a4de['startTime'][_0x3e568f(0x107)](),'level':_0x32a4de['error']?_0x13a367[_0x3e568f(0x145)]:_0x13a367[_0x3e568f(0x120)],'duration':_0x32a4de[_0x3e568f(0x18b)],'failure':_0x32a4de[_0x3e568f(0x1c5)]&&_0x32a4de[_0x3e568f(0x1c5)][_0x3e568f(0x108)]&&_0x13a367['AZeIs'](removeAnsiColors,_0x32a4de[_0x3e568f(0x1c5)][_0x3e568f(0x108)]),'failure_type':_0x13a367[_0x3e568f(0x1de)](getFailureType,_0x32a4de['error']&&_0x32a4de['error'][_0x3e568f(0x108)])});}else{!_0x594a76&&_0xef0f1a['push']({'id':_0x13a367[_0x3e568f(0x18d)](uuidv4),'text':_0x32a4de['title'],'keyword':undefined,'started_at':_0x32a4de[_0x3e568f(0x116)][_0x3e568f(0x107)](),'duration':_0x32a4de[_0x3e568f(0x18b)],'result':_0x32a4de[_0x3e568f(0x1c5)]?_0x13a367[_0x3e568f(0x145)]:_0x13a367['FtPAr'],'failure':_0x32a4de[_0x3e568f(0x1c5)]&&_0x32a4de[_0x3e568f(0x1c5)][_0x3e568f(0x108)]&&_0x13a367[_0x3e568f(0x1de)](removeAnsiColors,_0x32a4de['error'][_0x3e568f(0x108)]),'failure_type':_0x13a367[_0x3e568f(0x151)](getFailureType,_0x32a4de[_0x3e568f(0x1c5)]&&_0x32a4de[_0x3e568f(0x1c5)][_0x3e568f(0x108)])});for(const _0x792f0 of _0x32a4de[_0x3e568f(0x1b0)]){_0x13a367[_0x3e568f(0x1ca)](_0x34030f,_0x792f0,!![]);}}};for(const _0x2b13a6 of _0x34fc69){_0x13a367[_0x30a04b(0x1b5)](_0x34030f,_0x2b13a6,![]);}const _0x94412c={};return _0x94412c[_0x30a04b(0x1b0)]=_0xef0f1a,_0x94412c[_0x30a04b(0x123)]=_0xc36e88,_0x94412c;}async[a41_0x3497a1(0x1c8)](_0x36788b,_0x43023f,_0x237097){const _0x443721=a41_0x3497a1,_0x4b77ac={'qAkei':_0x443721(0x199),'DcKOg':'javascript','QRYIX':_0x443721(0x191),'wVPla':function(_0x346c78,_0x2eecd2){return _0x346c78(_0x2eecd2);},'qYgWV':function(_0x5b2aaf,_0x1a294,_0x320629,_0x45b4fb,_0x2c39af){return _0x5b2aaf(_0x1a294,_0x320629,_0x45b4fb,_0x2c39af);},'oiwtI':function(_0x4f58cf,_0x44fe74){return _0x4f58cf>_0x44fe74;},'krSSa':function(_0x221928,_0x355ed9){return _0x221928-_0x355ed9;},'fatax':function(_0x98d38e,_0x47580d){return _0x98d38e===_0x47580d;},'aLAue':_0x443721(0x16c),'HNpKq':function(_0x2ffe86,_0x10544e){return _0x2ffe86===_0x10544e;},'aTYMU':_0x443721(0xfa),'RlsHT':_0x443721(0x179),'LpQDa':function(_0x583937,_0x37ddad){return _0x583937===_0x37ddad;},'ZgUxW':_0x443721(0x1a6),'XDwXG':_0x443721(0x197),'MHVbQ':_0x443721(0x158),'iyeyu':function(_0x59cc4c,_0x257b36){return _0x59cc4c(_0x257b36);},'VlbKa':function(_0x475806,_0x35ca1e,_0x5cd178){return _0x475806(_0x35ca1e,_0x5cd178);},'eOpMU':function(_0x694811,_0x198a89){return _0x694811===_0x198a89;},'qfNsm':function(_0x58e7f3,_0xf255e6){return _0x58e7f3>_0xf255e6;}},_0xe7f156=this['getTestIdentifier'](_0x36788b),_0x5eeea5=this[_0x443721(0x130)](_0x36788b),_0x2cef0b=this[_0x443721(0x14d)][_0xe7f156],_0x3c3920=path[_0x443721(0x150)](process[_0x443721(0x162)](),_0x36788b[_0x443721(0x187)][_0x443721(0x175)]);await this[_0x443721(0x1e3)]();const _0x6801b2={'uuid':_0x2cef0b[_0x443721(0x103)],'type':_0x4b77ac['qAkei'],'name':_0x36788b[_0x443721(0x10c)],'body':{'lang':_0x4b77ac[_0x443721(0x1a0)],'code':_0x36788b['fn']['toString']()},'scope':_0x5eeea5,'scopes':this[_0x443721(0x1c7)](_0x36788b),'identifier':_0xe7f156,'file_name':_0x3c3920,'location':_0x3c3920,'result':_0x4b77ac['QRYIX'],'duration_in_ms':_0x237097&&_0x237097[_0x443721(0x18b)]?_0x237097['duration']:null,'vc_filepath':this[_0x443721(0x117)]&&_0x36788b[_0x443721(0x187)][_0x443721(0x175)]?path[_0x443721(0x150)](this['_gitConfigPath'],_0x36788b[_0x443721(0x187)][_0x443721(0x175)]):undefined,'started_at':_0x2cef0b[_0x443721(0x192)],'finished_at':_0x2cef0b[_0x443721(0x1d6)],'framework':FRAMEWORKS['PLAYWRIGHT'],'customRerunParam':{'rerun_name':_0x36788b[_0x443721(0x188)]()[_0x443721(0x1da)]('\x20')},'tags':_0x4b77ac[_0x443721(0x18c)](getTagsFromTitle,_0x36788b[_0x443721(0x10c)])};_0x4b77ac[_0x443721(0x127)](appendTesthubParams,_0x6801b2,_0x43023f,_0x36788b,FRAMEWORKS['PLAYWRIGHT']);_0x237097&&_0x4b77ac[_0x443721(0x1df)](_0x237097[_0x443721(0x17c)],0x0)&&(_0x6801b2[_0x443721(0x1a8)]=TestDetails['getTestUUID'](this['getTestRunIdentifier'](_0x36788b,_0x4b77ac[_0x443721(0x1d8)](_0x237097[_0x443721(0x17c)],0x1))));if(_0x4b77ac['fatax'](_0x43023f,_0x4b77ac[_0x443721(0x1e0)])){_0x6801b2[_0x443721(0x173)]=_0x237097[_0x443721(0x1cb)];if(_0x4b77ac['fatax'](_0x237097[_0x443721(0x1cb)],_0x36788b[_0x443721(0x17e)]))_0x6801b2[_0x443721(0x173)]=_0x4b77ac[_0x443721(0x126)](_0x237097[_0x443721(0x1cb)],_0x4b77ac['aTYMU'])?_0x4b77ac[_0x443721(0x12c)]:_0x4b77ac[_0x443721(0x135)];else{(_0x4b77ac[_0x443721(0x1a7)](_0x6801b2['result'],_0x4b77ac[_0x443721(0x135)])||_0x4b77ac[_0x443721(0x11a)](_0x6801b2[_0x443721(0x173)],_0x4b77ac['ZgUxW'])||_0x4b77ac[_0x443721(0x126)](_0x6801b2['result'],_0x4b77ac[_0x443721(0x1d2)]))&&(_0x6801b2['result']=_0x4b77ac[_0x443721(0xfb)]);if(_0x4b77ac[_0x443721(0x1a7)](_0x237097['status'],_0x4b77ac[_0x443721(0x135)])&&_0x4b77ac[_0x443721(0x126)](_0x36788b[_0x443721(0x17e)],_0x4b77ac[_0x443721(0xfb)])){const _0x405fff={};_0x405fff[_0x443721(0x108)]=_0x4b77ac[_0x443721(0x171)],_0x405fff['stack']=_0x4b77ac[_0x443721(0x171)],_0x237097[_0x443721(0x1c5)]=_0x405fff,_0x237097[_0x443721(0x12d)]=[_0x237097[_0x443721(0x1c5)]];}}const _0x1dc111=this[_0x443721(0x140)](_0x36788b,_0x237097['retry']);_0x6801b2[_0x443721(0x178)]=this[_0x443721(0x14c)][_0x1dc111];const {steps:_0x40750d,logs:_0x42f4d7}=this[_0x443721(0x154)](_0x237097[_0x443721(0x1b0)],_0x2cef0b['uuid'],_0x4b77ac[_0x443721(0x105)]);await MyReporter[_0x443721(0x194)](_0x42f4d7);const _0x2304c9={};_0x2304c9[_0x443721(0x1b0)]=_0x40750d,_0x6801b2['meta']=_0x2304c9;if(_0x237097[_0x443721(0x1c5)]){_0x6801b2[_0x443721(0x136)]=_0x4b77ac[_0x443721(0x18c)](removeAnsiColors,_0x237097[_0x443721(0x1c5)][_0x443721(0x108)]),_0x6801b2[_0x443721(0xfd)]=_0x4b77ac[_0x443721(0x1c3)](getFailureType,_0x237097[_0x443721(0x1c5)][_0x443721(0x108)]);const _0x120376={};_0x120376[_0x443721(0x184)]=_0x2cef0b[_0x443721(0x103)];const {failureData:_0x22af19,logs:_0x3df123}=_0x4b77ac['VlbKa'](getFailureData,_0x237097[_0x443721(0x12d)],_0x120376);if(_0x22af19&&_0x4b77ac[_0x443721(0x14f)](_0x22af19[_0x443721(0x1e1)],0x0)){const _0x46e675={};_0x46e675['backtrace']=[_0x6801b2[_0x443721(0x136)]],_0x46e675[_0x443721(0x177)]=[],_0x22af19[_0x443721(0x1c1)](_0x46e675);}_0x6801b2[_0x443721(0x1ad)]=_0x22af19,_0x3df123&&_0x4b77ac['qfNsm'](_0x3df123[_0x443721(0x1e1)],0x0)&&await MyReporter[_0x443721(0x194)](_0x3df123);}}const _0x5b3d01={};_0x5b3d01[_0x443721(0x18a)]=_0x43023f,_0x5b3d01[_0x443721(0x165)]=_0x6801b2;const _0x2e1eb9=_0x5b3d01;await SessionHandler[_0x443721(0x13e)](_0x2e1eb9);}static async[a41_0x3497a1(0x124)](_0x1f58a4,_0xb1fced){const _0x37d14b=a41_0x3497a1,_0x3de9e1={'Pwbgf':function(_0x2fe359,_0x5f371d){return _0x2fe359(_0x5f371d);},'hZcAv':_0x37d14b(0x185)},_0x4df7ed={'uuid':TestDetails['getTestUUID'](_0x1f58a4),'integrations':_0xb1fced},_0x38c337={};_0x38c337[_0x37d14b(0x1cd)]=null,_0x3de9e1[_0x37d14b(0x181)](debug,'Sending\x20session\x20details\x20for\x20'+_0x1f58a4+',\x20'+util[_0x37d14b(0x12a)](_0xb1fced,_0x38c337));const _0x15c30e={};_0x15c30e[_0x37d14b(0x18a)]=_0x3de9e1[_0x37d14b(0x198)],_0x15c30e[_0x37d14b(0x165)]=_0x4df7ed,await SessionHandler[_0x37d14b(0x13e)](_0x15c30e);}async[a41_0x3497a1(0x1e3)](){const _0x4fcca7=a41_0x3497a1,_0x2b59b9={'MEQPN':function(_0x23d711){return _0x23d711();}};if(this[_0x4fcca7(0x122)])return;const _0x58f6e5=await _0x2b59b9[_0x4fcca7(0x10e)](getGitMetaData);_0x58f6e5&&(this[_0x4fcca7(0x117)]=_0x58f6e5[_0x4fcca7(0x147)]),this['_gitConfigured']=!![];}[a41_0x3497a1(0x1c7)](_0x3fa43a){const _0x4947e7=a41_0x3497a1,_0x235f7d={};_0x235f7d[_0x4947e7(0x172)]=function(_0x3433db,_0x5ce78a){return _0x3433db!==_0x5ce78a;};const _0xe175eb=_0x235f7d,_0x5e72fb=[];if(_0x3fa43a&&_0x3fa43a[_0x4947e7(0x1a9)]){let _0x5bd41b=_0x3fa43a[_0x4947e7(0x1a9)];while(_0x5bd41b&&_0xe175eb[_0x4947e7(0x172)](_0x5bd41b['title'],'')){_0x5e72fb[_0x4947e7(0x1c1)](_0x5bd41b['title']),_0x5bd41b=_0x5bd41b[_0x4947e7(0x1a9)];}}return _0x5e72fb['reverse']()[_0x4947e7(0x1c6)](0x0,0x2),_0x5e72fb;}[a41_0x3497a1(0x106)](_0x248aa4){const _0x4fc478=a41_0x3497a1,_0x20c6b5={};_0x20c6b5['IHsZl']=function(_0x23c13a,_0x241718){return _0x23c13a!==_0x241718;},_0x20c6b5['xoJtp']=_0x4fc478(0x13a),_0x20c6b5['EGOFM']=function(_0x4342f1,_0x2a00bc){return _0x4342f1===_0x2a00bc;},_0x20c6b5[_0x4fc478(0x1cc)]=_0x4fc478(0x1be),_0x20c6b5['jeLlv']=_0x4fc478(0x15d),_0x20c6b5[_0x4fc478(0x10d)]=_0x4fc478(0x121),_0x20c6b5[_0x4fc478(0x1c2)]='afterEach\x20hook';const _0x5bb686=_0x20c6b5;if(_0x5bb686[_0x4fc478(0x137)](_0x248aa4[_0x4fc478(0x16d)],_0x5bb686['xoJtp']))return![];if(_0x5bb686[_0x4fc478(0x1a5)]([_0x5bb686[_0x4fc478(0x1cc)],_0x5bb686[_0x4fc478(0x1b2)],_0x5bb686[_0x4fc478(0x10d)],_0x5bb686['YTLsm']][_0x4fc478(0x1d3)](_0x248aa4[_0x4fc478(0x10c)]),-0x1))return![];return!![];}['getStepIdentifier'](_0x9e417c,_0x505783){const _0x1ff721=a41_0x3497a1,_0x2ab82a=_0x505783['_bs_hookIdentifier'];if(_0x2ab82a)return _0x2ab82a;return _0x505783[_0x1ff721(0x10c)]+'\x20for\x20'+this[_0x1ff721(0xfc)](_0x9e417c);}[a41_0x3497a1(0x11e)](_0x1e1b99,_0x54da93){const _0x3d2586=a41_0x3497a1,_0x5f010b={'HALQe':function(_0x4c817a){return _0x4c817a();}};let _0x547240=_0x54da93['title']+_0x3d2586(0x1ac)+this['getTestIdentifier'](_0x1e1b99);return this[_0x3d2586(0x14d)][_0x547240]&&(_0x547240=_0x547240+_0x3d2586(0x19b)+_0x5f010b['HALQe'](uuidv4)),_0x54da93[_0x3d2586(0x160)]=_0x547240,_0x547240;}[a41_0x3497a1(0xfc)]=_0x54ca50=>{const _0x63d88d=a41_0x3497a1,_0x84c629={};_0x84c629[_0x63d88d(0x19f)]=function(_0x31f15a,_0x2566bf){return _0x31f15a+_0x2566bf;},_0x84c629[_0x63d88d(0x111)]=function(_0x16e71c,_0x50c3c2){return _0x16e71c+_0x50c3c2;};const _0x53223b=_0x84c629;return _0x53223b['AnfJF'](_0x53223b[_0x63d88d(0x111)](_0x54ca50['_projectId'],'-'),_0x54ca50['id']);};[a41_0x3497a1(0x140)]=(_0x5c8e21,_0x44ecb1)=>{const _0x12d3d5=a41_0x3497a1,_0x5e818e={};_0x5e818e[_0x12d3d5(0x167)]=function(_0x19ccbe,_0x89772b){return _0x19ccbe+_0x89772b;},_0x5e818e[_0x12d3d5(0x1ce)]=function(_0x334595,_0x10538c){return _0x334595+_0x10538c;};const _0xf0cbb4=_0x5e818e;return _0xf0cbb4[_0x12d3d5(0x167)](_0xf0cbb4[_0x12d3d5(0x1ce)](this[_0x12d3d5(0xfc)](_0x5c8e21),'-'),_0x44ecb1);};[a41_0x3497a1(0x19c)]=_0x2527a9=>{const _0x45540a=a41_0x3497a1,_0x6d4f27={};_0x6d4f27[_0x45540a(0x114)]=_0x45540a(0x1be),_0x6d4f27[_0x45540a(0x15c)]=_0x45540a(0x15b),_0x6d4f27[_0x45540a(0x1af)]=_0x45540a(0x15d),_0x6d4f27[_0x45540a(0x1c0)]=_0x45540a(0x189),_0x6d4f27[_0x45540a(0x166)]='afterEach\x20hook',_0x6d4f27[_0x45540a(0x12f)]=_0x45540a(0x1bd),_0x6d4f27[_0x45540a(0x1d0)]=_0x45540a(0x121),_0x6d4f27[_0x45540a(0x104)]=_0x45540a(0x1b4),_0x6d4f27[_0x45540a(0x1d4)]=_0x45540a(0x102);const _0xcf4d7d=_0x6d4f27;if(_0x2527a9[_0x45540a(0x1a1)](_0xcf4d7d[_0x45540a(0x114)]))return _0xcf4d7d[_0x45540a(0x15c)];else{if(_0x2527a9[_0x45540a(0x1a1)](_0xcf4d7d[_0x45540a(0x1af)]))return _0xcf4d7d[_0x45540a(0x1c0)];else{if(_0x2527a9[_0x45540a(0x1a1)](_0xcf4d7d[_0x45540a(0x166)]))return _0xcf4d7d[_0x45540a(0x12f)];else{if(_0x2527a9['startsWith'](_0xcf4d7d['oslkt']))return _0xcf4d7d['dHjxq'];}}}return _0xcf4d7d[_0x45540a(0x1d4)];};[a41_0x3497a1(0x130)]=_0x3ddf33=>{const _0x5490bd=a41_0x3497a1,_0x1a2509={};_0x1a2509[_0x5490bd(0x196)]=function(_0x2e0967,_0x3d11c7){return _0x2e0967===_0x3d11c7;},_0x1a2509[_0x5490bd(0x118)]=_0x5490bd(0x11d);const _0x131a92=_0x1a2509;let _0x4f3dba=_0x3ddf33['parent'];return _0x131a92[_0x5490bd(0x196)](typeof _0x3ddf33[_0x5490bd(0x1a9)],_0x131a92['OdbbX'])&&(_0x4f3dba=_0x4f3dba[_0x5490bd(0x10c)]),_0x4f3dba+'\x20-\x20'+_0x3ddf33[_0x5490bd(0x10c)];};[a41_0x3497a1(0x11c)](){return![];}}function a41_0x1ca5(_0x31f38d,_0x1a58d7){const _0x329761=a41_0x3297();return a41_0x1ca5=function(_0x1ca5e0,_0x57d333){_0x1ca5e0=_0x1ca5e0-0xfa;let _0x49631c=_0x329761[_0x1ca5e0];return _0x49631c;},a41_0x1ca5(_0x31f38d,_0x1a58d7);}function a41_0x3297(){const _0xa205df=['XOxyj','logLevel','startTime','_gitConfigPath','OdbbX','base64','LpQDa','HRLdr','printsToStdio','object','setStepIdentifier','ukqHp','FtPAr','afterAll\x20hook','_gitConfigured','logs','sendSessionDetails','../../../helpers/testhub/testhubHandler','HNpKq','qYgWV','gRTse','3030MBbiif','inspect','tZPNe','aTYMU','errors','751832aBLXIS','HYHtr','getScope','15xLcuQN','options','XCfEL','Before\x20Hooks','RlsHT','failure_reason','IHsZl','env','48780HlmCpp','hook','getTestUUID','BjEPM','map','uploadEventData','BaBeH','getTestRunIdentifier','YdNKn','mtime','../../../helpers/test-observability/constants','../../../helpers/performance-tester','kZVXP','YLAQf','root','onEnd','hook_run','oWJrf','qpwAz','_testHooksMap','_tests','sendHookRunEvent','eOpMU','relative','EwVjO','BROWSERSTACK_O11Y_PERF_MEASUREMENT','util','getStepsAndLogs','onBegin','../../../helpers/test-observability/requestQueueHandler','pmIhY','Expected\x20to\x20fail,\x20but\x20passed.','KiiTx','getTime','BEFORE_EACH','ZLqML','beforeAll\x20hook','PLAYWRIGHT','hook_run_uuid','_bs_hookIdentifier','../../../helpers/helper','cwd','getInstance','After\x20Hooks','test_run','CRaYV','sqSHz','\x20is\x20triggered\x20for\x20test\x20','existsSync','SXmxx','javascript','TestRunFinished','category','sEBwT','addTestUIDAndReportLog','filter','MHVbQ','zLROZ','result','HookRunFinished','file','onStepEnd','expanded','hooks','passed','liOZx','name','retry','../../../helpers/test-observability/sessionHandler','expectedStatus','wGOHG','Error\x20in\x20calculating\x20performance:\x20','Pwbgf','HookRunStarted','fnYrO','test_run_uuid','CBTSessionCreated','path','location','titlePath','BEFORE_ALL','event_type','duration','wVPla','uVivI','RXqLJ','meta','PFgJv','pending','startedAt','tVihN','reportLogs','split','hvHgm','timedOut','hZcAv','test','DyBsw','\x20-\x20','getHookType','478571MyvcYQ','NlMJX','AnfJF','DcKOg','startsWith','SeZlm','setup','Hook\x20Finished\x20with\x20unique\x20id\x20','EGOFM','failed','fatax','retry_of','parent','readFileSync','5763870PShqqa','\x20for\x20','failure','toString','KezCb','steps','shutdown','jeLlv','Wyyjd','AFTER_ALL','jbIrW','eydyw','START_TIME','../../../helpers/test-observability/error-handler','BROWSERSTACK_LOG_LEVEL','startMonitoring','onTestEnd','854020qsuVaV','AFTER_EACH','beforeEach\x20hook','XMnvs','grkMv','push','YTLsm','iyeyu','TEST_STEP','error','splice','getHierarchy','sendTestRunEvent','212AqWynY','mJhSk','status','clxEC','depth','XzVzm','exports','oslkt','ULrHt','XDwXG','indexOf','byxlg','backtrace','finishedAt','./pwUtils','krSSa','2993347KjDeAj','join','Test\x20Finished\x20with\x20unique\x20id\x20','pZciC','getStepIdentifier','AZeIs','oiwtI','aLAue','length','wNIac','configureGit','skipped','ZgUxW','getTestIdentifier','failure_type','WykXf','nKHYZ','screenshot','3|4|0|2|1|6|5','unknown','uuid','dHjxq','qAkei','needToReportStep','toISOString','message','../../../helpers/test-observability/utils','onTestBegin','./test-details','title','ThRyk','MEQPN','endSession','eLaAW','nGsNw','onStepBegin','TestRunStarted'];a41_0x3297=function(){return _0xa205df;};return a41_0x3297();}module[a41_0x3497a1(0x1cf)]=o11yClassErrorHandler(MyReporter,['onBegin',a41_0x3497a1(0x10f),a41_0x3497a1(0x10a),'onTestEnd',a41_0x3497a1(0x112),a41_0x3497a1(0x176),a41_0x3497a1(0x124)],'MyReporter');
1
+ const a41_0x11c14e=a41_0x2291;(function(_0x12b53f,_0x2db615){const _0x4973be=a41_0x2291,_0x1ae22c=_0x12b53f();while(!![]){try{const _0x1cdc98=-parseInt(_0x4973be(0x16c))/0x1*(parseInt(_0x4973be(0x245))/0x2)+parseInt(_0x4973be(0x17f))/0x3*(parseInt(_0x4973be(0x22d))/0x4)+parseInt(_0x4973be(0x231))/0x5+-parseInt(_0x4973be(0x1b1))/0x6*(-parseInt(_0x4973be(0x1a9))/0x7)+-parseInt(_0x4973be(0x193))/0x8*(parseInt(_0x4973be(0x214))/0x9)+-parseInt(_0x4973be(0x176))/0xa*(-parseInt(_0x4973be(0x240))/0xb)+parseInt(_0x4973be(0x225))/0xc;if(_0x1cdc98===_0x2db615)break;else _0x1ae22c['push'](_0x1ae22c['shift']());}catch(_0x597963){_0x1ae22c['push'](_0x1ae22c['shift']());}}}(a41_0x4caf,0xcf524));const RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),{calculatePerformance,getTestTags,getFailureData}=require('./pwUtils'),{v4:uuidv4}=require(a41_0x11c14e(0x1ee)),path=require(a41_0x11c14e(0x213)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a41_0x11c14e(0x229)),{getGitMetaData,setLogLevel}=require('../../../helpers/helper'),TestDetails=require(a41_0x11c14e(0x23a)),fs=require('fs'),util=require('util'),{o11yClassErrorHandler}=require(a41_0x11c14e(0x185)),PerformanceTester=require('../../../helpers/performance-tester'),{FRAMEWORKS}=require(a41_0x11c14e(0x19a)),SessionHandler=require(a41_0x11c14e(0x194)),{appendTesthubParams}=require('../../../helpers/testhub/utils'),TestHubHandler=require(a41_0x11c14e(0x1f2));class MyReporter{constructor(_0x12307f){const _0xd61e9d=a41_0x11c14e,_0x599efa={'mPXrc':_0xd61e9d(0x192),'xncSi':function(_0x4600cb,_0x9644f4,_0x35133b,_0x104529){return _0x4600cb(_0x9644f4,_0x35133b,_0x104529);},'qmRNW':'performance-report-reporter.json'},_0x794344=_0x599efa[_0xd61e9d(0x16f)]['split']('|');let _0x675285=0x0;while(!![]){switch(_0x794344[_0x675285++]){case'0':const _0x3a5cf1={};_0x3a5cf1[_0xd61e9d(0x19f)]=process['env'][_0xd61e9d(0x183)],_0x599efa[_0xd61e9d(0x170)](setLogLevel,_0x3a5cf1,new Map(),new Map());continue;case'1':this[_0xd61e9d(0x1f9)]=null;continue;case'2':process[_0xd61e9d(0x23b)][_0xd61e9d(0x1d3)]&&(PerformanceTester[_0xd61e9d(0x203)](_0x599efa[_0xd61e9d(0x20f)]),process[_0xd61e9d(0x23b)][_0xd61e9d(0x1cc)]=new Date()[_0xd61e9d(0x1ff)]());continue;case'3':this['_gitConfigured']=![];continue;case'4':this[_0xd61e9d(0x180)]=_0x12307f;continue;case'5':this[_0xd61e9d(0x236)]={};continue;case'6':this['_tests']={};continue;}break;}}async['onBegin'](){const _0x3fdbcb=a41_0x11c14e;TestDetails['setup'](),await this[_0x3fdbcb(0x1d2)]();}async['onTestBegin'](_0x17089e,_0x2f81b3){const _0x46a012=a41_0x11c14e,_0x3ae21b={'oXFZD':function(_0x476383,_0x16d5b3){return _0x476383(_0x16d5b3);},'mBlQW':_0x46a012(0x18d)},_0x1be1ba=this[_0x46a012(0x167)](_0x17089e);this[_0x46a012(0x21c)][_0x1be1ba]={'uuid':TestDetails[_0x46a012(0x20c)](this[_0x46a012(0x1ac)](_0x17089e,_0x2f81b3[_0x46a012(0x1fe)])),'startedAt':_0x2f81b3['startTime']},_0x3ae21b[_0x46a012(0x1c2)](trace,_0x46a012(0x1e1)+_0x1be1ba),await this['sendTestRunEvent'](_0x17089e,_0x3ae21b[_0x46a012(0x234)],_0x2f81b3);}async[a41_0x11c14e(0x249)](_0x1ed713,_0x251c92,_0x478a6a){const _0x45160e=a41_0x11c14e,_0x1d5d3a={'EokAy':function(_0x393e0b,_0x5eb3a4){return _0x393e0b(_0x5eb3a4);},'QpbpQ':_0x45160e(0x1a8)};if(!this[_0x45160e(0x211)](_0x478a6a,_0x1ed713))return;const _0x1bd7c3=this['setStepIdentifier'](_0x1ed713,_0x478a6a);this[_0x45160e(0x21c)][_0x1bd7c3]={'uuid':TestDetails['getTestUUID'](_0x1bd7c3),'startedAt':_0x478a6a[_0x45160e(0x17e)][_0x45160e(0x1ff)]()};const _0x1a10d9=this[_0x45160e(0x1ac)](_0x1ed713,_0x251c92[_0x45160e(0x1fe)]);!this['_testHooksMap'][_0x1a10d9]&&(this['_testHooksMap'][_0x1a10d9]=[]),this[_0x45160e(0x236)][_0x1a10d9][_0x45160e(0x184)](this[_0x45160e(0x21c)][_0x1bd7c3][_0x45160e(0x1ee)]),_0x1d5d3a[_0x45160e(0x1d7)](trace,_0x45160e(0x1ce)+_0x1bd7c3+_0x45160e(0x219)+_0x1a10d9),await this[_0x45160e(0x18c)](_0x1ed713,_0x478a6a,_0x1d5d3a[_0x45160e(0x1f8)],_0x251c92);}async['onStepEnd'](_0x5ba384,_0x1b7f4a,_0x45ac9d){const _0x2a5d9c=a41_0x11c14e,_0x598af4={'MPaxk':function(_0x37eb6f,_0x223678){return _0x37eb6f+_0x223678;},'xzDcg':function(_0x26d6ff,_0x291fbc){return _0x26d6ff(_0x291fbc);},'YFqRg':'HookRunFinished'};if(!this['needToReportStep'](_0x45ac9d,_0x5ba384))return;const _0x2a5789=this[_0x2a5d9c(0x1c5)](_0x5ba384,_0x45ac9d);this[_0x2a5d9c(0x21c)][_0x2a5789]={...this[_0x2a5d9c(0x21c)][_0x2a5789]||{},'finishedAt':new Date(_0x598af4[_0x2a5d9c(0x21b)](_0x45ac9d[_0x2a5d9c(0x17e)][_0x2a5d9c(0x1b3)](),_0x45ac9d[_0x2a5d9c(0x1a4)]))},_0x598af4['xzDcg'](trace,_0x2a5d9c(0x226)+_0x2a5789+_0x2a5d9c(0x1c3)),await this['sendHookRunEvent'](_0x5ba384,_0x45ac9d,_0x598af4[_0x2a5d9c(0x1e9)],_0x1b7f4a);}async['onTestEnd'](_0x438c4d,_0x3d1387){const _0x414dfe=a41_0x11c14e,_0x5da440={'mmLmI':function(_0xa74d62,_0x40d936){return _0xa74d62===_0x40d936;},'LbbVU':_0x414dfe(0x1d1),'zfOId':_0x414dfe(0x177),'UBaON':_0x414dfe(0x221),'hUkHL':function(_0xc58575,_0x595c13){return _0xc58575(_0x595c13);},'qeJmQ':_0x414dfe(0x162),'aFGKr':function(_0x4ead46,_0x34d1ed){return _0x4ead46>_0x34d1ed;}},_0xe8e95f=this['getTestIdentifier'](_0x438c4d),_0x2e963c=TestDetails[_0x414dfe(0x20c)](this['getTestRunIdentifier'](_0x438c4d,_0x3d1387[_0x414dfe(0x1fe)]));this[_0x414dfe(0x21c)][_0xe8e95f]={...this[_0x414dfe(0x21c)][_0xe8e95f]||{},'finishedAt':new Date()[_0x414dfe(0x1ff)]()},_0x5da440['hUkHL'](trace,_0x414dfe(0x1ec)+_0xe8e95f),await this['sendTestRunEvent'](_0x438c4d,_0x5da440[_0x414dfe(0x23c)],_0x3d1387);const _0x11b42b=[];_0x3d1387[_0x414dfe(0x212)]&&_0x3d1387[_0x414dfe(0x212)][_0x414dfe(0x1f1)](_0x5ab829=>{const _0x6f8be6=_0x414dfe;if(_0x5da440[_0x6f8be6(0x196)](_0x5ab829[_0x6f8be6(0x218)],_0x5da440[_0x6f8be6(0x164)])){if(!fs[_0x6f8be6(0x1b4)](_0x5ab829['path']))return;_0x11b42b[_0x6f8be6(0x184)]({'test_run_uuid':_0x2e963c,'timestamp':fs['statSync'](_0x5ab829[_0x6f8be6(0x213)])[_0x6f8be6(0x1c9)],'kind':_0x5da440[_0x6f8be6(0x24b)],'message':fs[_0x6f8be6(0x1d8)](_0x5ab829[_0x6f8be6(0x213)],{'encoding':_0x5da440['UBaON']})});}}),_0x5da440[_0x414dfe(0x20e)](_0x11b42b[_0x414dfe(0x247)],0x0)&&await MyReporter[_0x414dfe(0x1d0)](_0x11b42b);}async[a41_0x11c14e(0x238)](){const _0x486028=a41_0x11c14e;await RequestQueueHandler[_0x486028(0x22b)]()[_0x486028(0x1ae)](),TestDetails[_0x486028(0x1ae)]();}async[a41_0x11c14e(0x187)](_0x301fa0){const _0x5be875=a41_0x11c14e,_0x34d18b={'otWCM':function(_0x28234f){return _0x28234f();},'jOTjW':function(_0x554c60){return _0x554c60();},'FCdcD':function(_0x31f138,_0x2301cf){return _0x31f138(_0x2301cf);}};await this[_0x5be875(0x238)](),_0x34d18b['otWCM'](printBuildLink);try{process[_0x5be875(0x23b)][_0x5be875(0x1d3)]&&await _0x34d18b[_0x5be875(0x246)](calculatePerformance);}catch(_0x12e16f){_0x34d18b[_0x5be875(0x227)](debug,_0x5be875(0x20b)+_0x12e16f['toString']());}}static async[a41_0x11c14e(0x1da)](_0x7599c1,_0x58dc42){const _0x66d97c=a41_0x11c14e;_0x58dc42['test_run_uuid']=TestDetails[_0x66d97c(0x20c)](_0x7599c1),await this[_0x66d97c(0x1d0)]([_0x58dc42]);}static async['reportLogs'](_0x397b1a){const _0x20770a=a41_0x11c14e,_0x1b618d={};_0x1b618d[_0x20770a(0x201)]=_0x20770a(0x16d);const _0x3ebda3=_0x1b618d,_0x5809e4={};_0x5809e4[_0x20770a(0x191)]=_0x3ebda3[_0x20770a(0x201)],_0x5809e4[_0x20770a(0x17a)]=_0x397b1a,await SessionHandler[_0x20770a(0x1fd)](_0x5809e4);}async[a41_0x11c14e(0x18c)](_0x47b9fc,_0x393705,_0x1a0f27,_0x58fc4f){const _0x1ea9f0=a41_0x11c14e,_0x3471d1={'EyyVq':_0x1ea9f0(0x1bd),'TcNcv':_0x1ea9f0(0x233),'FvRKn':_0x1ea9f0(0x1e0),'tXlQp':function(_0x7a2b3,_0x3e398a){return _0x7a2b3>=_0x3e398a;},'PdUid':function(_0x409ae9,_0xaec083){return _0x409ae9===_0xaec083;},'EsBqC':_0x1ea9f0(0x21a),'kDmUW':function(_0x3a1724,_0x1cac3f){return _0x3a1724>_0x1cac3f;},'adyDR':_0x1ea9f0(0x241),'PSPFL':function(_0x2c565e,_0x2b7a33){return _0x2c565e(_0x2b7a33);},'DfGTP':function(_0x35fc07,_0x1c7e82){return _0x35fc07(_0x1c7e82);},'mLHMm':function(_0xe60519,_0x2582a2,_0x2e14ef){return _0xe60519(_0x2582a2,_0x2e14ef);},'rvXPh':_0x1ea9f0(0x19b),'ueaKi':_0x1ea9f0(0x202)},_0xece95b=this['getStepIdentifier'](_0x47b9fc,_0x393705),_0x6318c1=this[_0x1ea9f0(0x21c)][_0xece95b],_0x3249e6={'uuid':_0x6318c1[_0x1ea9f0(0x1ee)],'type':_0x3471d1[_0x1ea9f0(0x17c)],'hook_type':this[_0x1ea9f0(0x1f0)](_0x393705[_0x1ea9f0(0x20a)]),'name':_0x393705[_0x1ea9f0(0x20a)],'scope':this[_0x1ea9f0(0x1bb)](_0x393705),'scopes':this['getHierarchy'](_0x47b9fc),'body':{'lang':_0x3471d1[_0x1ea9f0(0x188)],'code':null},'identifier':_0xece95b,'file_name':path[_0x1ea9f0(0x169)](process['cwd'](),_0x47b9fc[_0x1ea9f0(0x24d)]['file']),'location':path[_0x1ea9f0(0x169)](process[_0x1ea9f0(0x174)](),_0x47b9fc[_0x1ea9f0(0x24d)][_0x1ea9f0(0x173)]),'result':_0x3471d1[_0x1ea9f0(0x1bc)],'duration_in_ms':_0x3471d1[_0x1ea9f0(0x1b2)](_0x393705['duration'],0x0)?_0x393705[_0x1ea9f0(0x1a4)]:undefined,'vc_filepath':this[_0x1ea9f0(0x1f9)]&&_0x47b9fc[_0x1ea9f0(0x24d)][_0x1ea9f0(0x173)]?path['relative'](this[_0x1ea9f0(0x1f9)],_0x47b9fc['location']['file']):undefined,'started_at':_0x6318c1['startedAt'],'finished_at':_0x6318c1[_0x1ea9f0(0x206)],'framework':FRAMEWORKS[_0x1ea9f0(0x195)]};if(_0x3471d1[_0x1ea9f0(0x22a)](_0x1a0f27,_0x3471d1[_0x1ea9f0(0x1b6)])){const {steps:_0x3090a6,logs:_0x24f7fe}=this[_0x1ea9f0(0x220)](_0x393705['steps'],_0x6318c1[_0x1ea9f0(0x1ee)],_0x3471d1['EyyVq']);_0x24f7fe&&_0x3471d1['kDmUW'](_0x24f7fe['length'],0x0)&&await MyReporter[_0x1ea9f0(0x1d0)](_0x24f7fe);const _0x2ee724={};_0x2ee724['steps']=_0x3090a6,_0x3249e6[_0x1ea9f0(0x223)]=_0x2ee724;if(_0x393705[_0x1ea9f0(0x1cd)]){_0x3249e6[_0x1ea9f0(0x19c)]=_0x3471d1[_0x1ea9f0(0x163)],_0x3249e6[_0x1ea9f0(0x215)]=_0x3471d1[_0x1ea9f0(0x1db)](removeAnsiColors,_0x393705[_0x1ea9f0(0x1cd)][_0x1ea9f0(0x243)]),_0x3249e6[_0x1ea9f0(0x209)]=_0x3471d1['DfGTP'](getFailureType,_0x393705[_0x1ea9f0(0x1cd)]['message']);const _0x365472=_0x3471d1[_0x1ea9f0(0x1fb)](failureData,_0x393705[_0x1ea9f0(0x1cd)],_0x3471d1['rvXPh']);if(_0x365472&&_0x3471d1[_0x1ea9f0(0x22a)](_0x365472[_0x1ea9f0(0x247)],0x0)){const _0x1576be={};_0x1576be['backtrace']=[_0x3249e6[_0x1ea9f0(0x215)]],_0x1576be[_0x1ea9f0(0x166)]=[],_0x365472['push'](_0x1576be);}_0x3249e6['failure']=_0x365472;}else _0x3249e6['result']=_0x3471d1[_0x1ea9f0(0x175)];}const _0x7ce525={};_0x7ce525[_0x1ea9f0(0x191)]=_0x1a0f27,_0x7ce525[_0x1ea9f0(0x248)]=_0x3249e6;const _0x8262e=_0x7ce525;await SessionHandler[_0x1ea9f0(0x1fd)](_0x8262e);}[a41_0x11c14e(0x220)](_0x633f7b,_0x37d501,_0x5c340b){const _0x53c64d=a41_0x11c14e,_0x10397c={'CEAZD':function(_0x40a74f,_0x91b085){return _0x40a74f===_0x91b085;},'NGXGx':'hook','GvMid':_0x53c64d(0x232),'LnOxI':function(_0x12d160,_0x2850cb){return _0x12d160===_0x2850cb;},'jbsdd':_0x53c64d(0x20d),'UaeCl':function(_0x304ea1,_0x588332){return _0x304ea1===_0x588332;},'IZdks':_0x53c64d(0x1f3),'sTJSG':_0x53c64d(0x1e3),'QaGFP':_0x53c64d(0x19e),'POCfr':_0x53c64d(0x22e),'Eyrwh':_0x53c64d(0x241),'PbnQS':'passed','Xmlxx':function(_0x582582,_0x5a6e46){return _0x582582(_0x5a6e46);},'iqrwM':function(_0x5b988e,_0x5b47a2){return _0x5b988e(_0x5b47a2);},'suNXG':function(_0x160372){return _0x160372();},'HAvSm':function(_0xd489f5,_0x5378e0,_0x338661){return _0xd489f5(_0x5378e0,_0x338661);},'AzxsD':function(_0x2c5f1f,_0x2f90b9,_0x1c264e){return _0x2c5f1f(_0x2f90b9,_0x1c264e);}},_0x1c3f50=[],_0x4a9c03=[],_0x1039b3=_0x633f7b['filter'](_0x4d7f6f=>{const _0x11c5c2=_0x53c64d;if(_0x10397c[_0x11c5c2(0x21f)](_0x4d7f6f[_0x11c5c2(0x18a)],_0x10397c['NGXGx'])&&(_0x10397c['CEAZD'](_0x4d7f6f[_0x11c5c2(0x20a)],_0x10397c[_0x11c5c2(0x197)])||_0x10397c[_0x11c5c2(0x1ed)](_0x4d7f6f[_0x11c5c2(0x20a)],_0x10397c[_0x11c5c2(0x1c6)])))return![];return!![];}),_0x9d9fd9=(_0x323219,_0x21e3e3=![])=>{const _0x58efaa=_0x53c64d;if(_0x10397c['CEAZD'](_0x323219['steps'][_0x58efaa(0x247)],0x0)){const _0x12134d=_0x10397c[_0x58efaa(0x1eb)](_0x5c340b,_0x10397c[_0x58efaa(0x1c1)])?_0x10397c[_0x58efaa(0x1aa)]:_0x10397c[_0x58efaa(0x171)];_0x4a9c03[_0x58efaa(0x184)]({'kind':_0x10397c['POCfr'],[_0x12134d]:_0x37d501,'message':_0x323219[_0x58efaa(0x20a)],'timestamp':_0x323219[_0x58efaa(0x17e)]['toISOString'](),'level':_0x323219['error']?_0x10397c[_0x58efaa(0x1f4)]:_0x10397c[_0x58efaa(0x1cb)],'duration':_0x323219[_0x58efaa(0x1a4)],'failure':_0x323219[_0x58efaa(0x1cd)]&&_0x323219[_0x58efaa(0x1cd)]['message']&&_0x10397c['Xmlxx'](removeAnsiColors,_0x323219['error'][_0x58efaa(0x243)]),'failure_type':_0x10397c[_0x58efaa(0x1fc)](getFailureType,_0x323219[_0x58efaa(0x1cd)]&&_0x323219[_0x58efaa(0x1cd)][_0x58efaa(0x243)])});}else{!_0x21e3e3&&_0x1c3f50[_0x58efaa(0x184)]({'id':_0x10397c[_0x58efaa(0x1ea)](uuidv4),'text':_0x323219['title'],'keyword':undefined,'started_at':_0x323219[_0x58efaa(0x17e)]['toISOString'](),'duration':_0x323219[_0x58efaa(0x1a4)],'result':_0x323219['error']?_0x10397c[_0x58efaa(0x1f4)]:_0x10397c[_0x58efaa(0x1cb)],'failure':_0x323219[_0x58efaa(0x1cd)]&&_0x323219[_0x58efaa(0x1cd)]['message']&&_0x10397c['iqrwM'](removeAnsiColors,_0x323219[_0x58efaa(0x1cd)][_0x58efaa(0x243)]),'failure_type':_0x10397c[_0x58efaa(0x1fc)](getFailureType,_0x323219['error']&&_0x323219['error'][_0x58efaa(0x243)])});for(const _0x519b50 of _0x323219[_0x58efaa(0x23d)]){_0x10397c[_0x58efaa(0x1c0)](_0x9d9fd9,_0x519b50,!![]);}}};for(const _0x47dee7 of _0x1039b3){_0x10397c[_0x53c64d(0x1f5)](_0x9d9fd9,_0x47dee7,![]);}const _0x2a1bf0={};return _0x2a1bf0[_0x53c64d(0x23d)]=_0x1c3f50,_0x2a1bf0[_0x53c64d(0x17a)]=_0x4a9c03,_0x2a1bf0;}async[a41_0x11c14e(0x1a1)](_0x36317f,_0x29d20c,_0x47a6ca){const _0x3422e4=a41_0x11c14e,_0x41927c={'BZIkC':_0x3422e4(0x1f3),'SSmtw':'javascript','eVMaO':_0x3422e4(0x1e0),'pTUBH':function(_0xf44b55,_0x5943c4){return _0xf44b55(_0x5943c4);},'TTcwt':function(_0x36f431,_0x188c53,_0x508bb6,_0x4769e3,_0x5602a0){return _0x36f431(_0x188c53,_0x508bb6,_0x4769e3,_0x5602a0);},'yORcV':function(_0x10a993,_0x26ca9e){return _0x10a993>_0x26ca9e;},'ZFfZq':function(_0x5c1295,_0x3638b7){return _0x5c1295-_0x3638b7;},'QlhwP':function(_0x202351,_0x379920){return _0x202351===_0x379920;},'qvrgB':_0x3422e4(0x162),'KgHzn':function(_0x10d2a9,_0x1d9e2e){return _0x10d2a9===_0x1d9e2e;},'ZwpkS':'skipped','QwKka':_0x3422e4(0x202),'hZkjF':function(_0x50ff5c,_0x7e37ea){return _0x50ff5c===_0x7e37ea;},'clJeC':'failed','YKblg':function(_0x2fb8cc,_0x135e79){return _0x2fb8cc===_0x135e79;},'rDgYy':_0x3422e4(0x22f),'TdocR':function(_0x589042,_0x46b98e){return _0x589042===_0x46b98e;},'PBHfc':_0x3422e4(0x1f6),'sXgyj':function(_0x2e8c1e,_0x17ef5,_0x20b54e){return _0x2e8c1e(_0x17ef5,_0x20b54e);},'oteUC':function(_0x2b0fc1,_0x1b5f77){return _0x2b0fc1===_0x1b5f77;},'mKAaj':function(_0x5b71ae,_0x404188){return _0x5b71ae>_0x404188;}},_0x4c175b=this['getTestIdentifier'](_0x36317f),_0x50ca7f=this[_0x3422e4(0x1bb)](_0x36317f),_0x232840=this[_0x3422e4(0x21c)][_0x4c175b],_0x34cb65=path[_0x3422e4(0x169)](process[_0x3422e4(0x174)](),_0x36317f[_0x3422e4(0x24d)]['file']);await this[_0x3422e4(0x1d2)]();const _0x1f5fab={'uuid':_0x232840[_0x3422e4(0x1ee)],'type':_0x41927c[_0x3422e4(0x222)],'name':_0x36317f[_0x3422e4(0x20a)],'body':{'lang':_0x41927c[_0x3422e4(0x165)],'code':_0x36317f['fn'][_0x3422e4(0x21e)]()},'scope':_0x50ca7f,'scopes':this[_0x3422e4(0x1a0)](_0x36317f),'identifier':_0x4c175b,'file_name':_0x34cb65,'location':_0x34cb65,'result':_0x41927c[_0x3422e4(0x1fa)],'duration_in_ms':_0x47a6ca&&_0x47a6ca[_0x3422e4(0x1a4)]?_0x47a6ca[_0x3422e4(0x1a4)]:null,'vc_filepath':this[_0x3422e4(0x1f9)]&&_0x36317f[_0x3422e4(0x24d)][_0x3422e4(0x173)]?path['relative'](this['_gitConfigPath'],_0x36317f[_0x3422e4(0x24d)]['file']):undefined,'started_at':_0x232840[_0x3422e4(0x189)],'finished_at':_0x232840['finishedAt'],'framework':FRAMEWORKS[_0x3422e4(0x195)],'customRerunParam':{'rerun_name':_0x36317f['titlePath']()[_0x3422e4(0x1c7)]('\x20')},'tags':_0x41927c[_0x3422e4(0x186)](getTestTags,_0x36317f)};_0x41927c[_0x3422e4(0x205)](appendTesthubParams,_0x1f5fab,_0x29d20c,_0x36317f,FRAMEWORKS[_0x3422e4(0x195)]);_0x47a6ca&&_0x41927c['yORcV'](_0x47a6ca[_0x3422e4(0x1fe)],0x0)&&(_0x1f5fab[_0x3422e4(0x1dd)]=TestDetails[_0x3422e4(0x20c)](this[_0x3422e4(0x1ac)](_0x36317f,_0x41927c[_0x3422e4(0x1e7)](_0x47a6ca[_0x3422e4(0x1fe)],0x1))));if(_0x41927c['QlhwP'](_0x29d20c,_0x41927c[_0x3422e4(0x208)])){_0x1f5fab[_0x3422e4(0x19c)]=_0x47a6ca[_0x3422e4(0x18f)];if(_0x41927c[_0x3422e4(0x1cf)](_0x47a6ca[_0x3422e4(0x18f)],_0x36317f['expectedStatus']))_0x1f5fab[_0x3422e4(0x19c)]=_0x41927c[_0x3422e4(0x23f)](_0x47a6ca[_0x3422e4(0x18f)],_0x41927c['ZwpkS'])?_0x41927c[_0x3422e4(0x1e4)]:_0x41927c[_0x3422e4(0x21d)];else{(_0x41927c[_0x3422e4(0x18e)](_0x1f5fab[_0x3422e4(0x19c)],_0x41927c[_0x3422e4(0x21d)])||_0x41927c[_0x3422e4(0x18e)](_0x1f5fab[_0x3422e4(0x19c)],_0x41927c[_0x3422e4(0x1a3)])||_0x41927c['YKblg'](_0x1f5fab[_0x3422e4(0x19c)],_0x41927c[_0x3422e4(0x228)]))&&(_0x1f5fab[_0x3422e4(0x19c)]=_0x41927c['clJeC']);if(_0x41927c['TdocR'](_0x47a6ca[_0x3422e4(0x18f)],_0x41927c[_0x3422e4(0x21d)])&&_0x41927c['YKblg'](_0x36317f[_0x3422e4(0x1d4)],_0x41927c['clJeC'])){const _0x51ed5f={};_0x51ed5f[_0x3422e4(0x243)]=_0x41927c[_0x3422e4(0x244)],_0x51ed5f[_0x3422e4(0x1bf)]=_0x41927c['PBHfc'],_0x47a6ca[_0x3422e4(0x1cd)]=_0x51ed5f,_0x47a6ca[_0x3422e4(0x181)]=[_0x47a6ca[_0x3422e4(0x1cd)]];}}const _0x2ea507=this[_0x3422e4(0x1ac)](_0x36317f,_0x47a6ca['retry']);_0x1f5fab[_0x3422e4(0x235)]=this[_0x3422e4(0x236)][_0x2ea507];const {steps:_0x122698,logs:_0x1a224a}=this[_0x3422e4(0x220)](_0x47a6ca[_0x3422e4(0x23d)],_0x232840[_0x3422e4(0x1ee)],_0x41927c[_0x3422e4(0x222)]);await MyReporter[_0x3422e4(0x1d0)](_0x1a224a);const _0x578648={};_0x578648[_0x3422e4(0x23d)]=_0x122698,_0x1f5fab[_0x3422e4(0x223)]=_0x578648;if(_0x47a6ca[_0x3422e4(0x1cd)]){_0x1f5fab[_0x3422e4(0x215)]=_0x41927c[_0x3422e4(0x186)](removeAnsiColors,_0x47a6ca[_0x3422e4(0x1cd)][_0x3422e4(0x243)]),_0x1f5fab['failure_type']=_0x41927c['pTUBH'](getFailureType,_0x47a6ca[_0x3422e4(0x1cd)][_0x3422e4(0x243)]);const _0x26f7e9={};_0x26f7e9[_0x3422e4(0x1e3)]=_0x232840[_0x3422e4(0x1ee)];const {failureData:_0x1796ea,logs:_0x1ab63f}=_0x41927c['sXgyj'](getFailureData,_0x47a6ca[_0x3422e4(0x181)],_0x26f7e9);if(_0x1796ea&&_0x41927c['oteUC'](_0x1796ea[_0x3422e4(0x247)],0x0)){const _0x3bd0eb={};_0x3bd0eb[_0x3422e4(0x198)]=[_0x1f5fab[_0x3422e4(0x215)]],_0x3bd0eb[_0x3422e4(0x166)]=[],_0x1796ea['push'](_0x3bd0eb);}_0x1f5fab['failure']=_0x1796ea,_0x1ab63f&&_0x41927c[_0x3422e4(0x190)](_0x1ab63f[_0x3422e4(0x247)],0x0)&&await MyReporter[_0x3422e4(0x1d0)](_0x1ab63f);}}const _0x2bf91c={};_0x2bf91c[_0x3422e4(0x191)]=_0x29d20c,_0x2bf91c[_0x3422e4(0x1a6)]=_0x1f5fab;const _0x18145c=_0x2bf91c;await SessionHandler[_0x3422e4(0x1fd)](_0x18145c);}static async[a41_0x11c14e(0x178)](_0xa6ce47,_0x1df387){const _0x1db9f9=a41_0x11c14e,_0x2eda85={'oVfKW':function(_0x55c9e3,_0x167dc0){return _0x55c9e3(_0x167dc0);},'LHrNu':_0x1db9f9(0x1e5)},_0x4a908f={'uuid':TestDetails[_0x1db9f9(0x20c)](_0xa6ce47),'integrations':_0x1df387},_0x1118ac={};_0x1118ac[_0x1db9f9(0x1b7)]=null,_0x2eda85[_0x1db9f9(0x1c4)](debug,_0x1db9f9(0x224)+_0xa6ce47+',\x20'+util[_0x1db9f9(0x217)](_0x1df387,_0x1118ac));const _0x2c9139={};_0x2c9139[_0x1db9f9(0x191)]=_0x2eda85[_0x1db9f9(0x17b)],_0x2c9139['test_run']=_0x4a908f,await SessionHandler[_0x1db9f9(0x1fd)](_0x2c9139);}async[a41_0x11c14e(0x1d2)](){const _0x2a5d50=a41_0x11c14e,_0x58e8db={'nYPVX':function(_0x44bdcd){return _0x44bdcd();}};if(this[_0x2a5d50(0x1be)])return;const _0x59e5ba=await _0x58e8db[_0x2a5d50(0x242)](getGitMetaData);_0x59e5ba&&(this[_0x2a5d50(0x1f9)]=_0x59e5ba[_0x2a5d50(0x1e8)]),this['_gitConfigured']=!![];}['getHierarchy'](_0x32d9be){const _0xde2386=a41_0x11c14e,_0x3c4367={};_0x3c4367['zMcpT']=function(_0x5e87f0,_0x2d483c){return _0x5e87f0!==_0x2d483c;};const _0x32be30=_0x3c4367,_0x248116=[];if(_0x32d9be&&_0x32d9be['parent']){let _0x46db12=_0x32d9be[_0xde2386(0x1b9)];while(_0x46db12&&_0x32be30[_0xde2386(0x19d)](_0x46db12['title'],'')){_0x248116[_0xde2386(0x184)](_0x46db12['title']),_0x46db12=_0x46db12[_0xde2386(0x1b9)];}}return _0x248116[_0xde2386(0x1ef)]()[_0xde2386(0x1b0)](0x0,0x2),_0x248116;}['needToReportStep'](_0x300c01){const _0x36115a=a41_0x11c14e,_0x884a92={};_0x884a92[_0x36115a(0x1ab)]=function(_0x29fe75,_0x4ceeea){return _0x29fe75!==_0x4ceeea;},_0x884a92['oFjEl']='hook',_0x884a92[_0x36115a(0x168)]=function(_0x38b26d,_0x35ccde){return _0x38b26d===_0x35ccde;},_0x884a92[_0x36115a(0x1e6)]=_0x36115a(0x1ad),_0x884a92[_0x36115a(0x16a)]=_0x36115a(0x1d9),_0x884a92[_0x36115a(0x207)]=_0x36115a(0x172),_0x884a92[_0x36115a(0x1df)]='afterEach\x20hook';const _0x194e8d=_0x884a92;if(_0x194e8d[_0x36115a(0x1ab)](_0x300c01[_0x36115a(0x18a)],_0x194e8d[_0x36115a(0x200)]))return![];if(_0x194e8d[_0x36115a(0x168)]([_0x194e8d[_0x36115a(0x1e6)],_0x194e8d[_0x36115a(0x16a)],_0x194e8d['ReSyP'],_0x194e8d[_0x36115a(0x1df)]][_0x36115a(0x179)](_0x300c01[_0x36115a(0x20a)]),-0x1))return![];return!![];}[a41_0x11c14e(0x1c5)](_0x49642e,_0x18dbb5){const _0x7faf40=a41_0x11c14e,_0x3b7d67=_0x18dbb5[_0x7faf40(0x1d6)];if(_0x3b7d67)return _0x3b7d67;return _0x18dbb5[_0x7faf40(0x20a)]+_0x7faf40(0x1a7)+this['getTestIdentifier'](_0x49642e);}[a41_0x11c14e(0x216)](_0x370186,_0x4e9319){const _0x4a25c9=a41_0x11c14e,_0x4e3442={'oCYwt':function(_0x2cc491){return _0x2cc491();}};let _0x1a647e=_0x4e9319['title']+'\x20for\x20'+this[_0x4a25c9(0x167)](_0x370186);return this[_0x4a25c9(0x21c)][_0x1a647e]&&(_0x1a647e=_0x1a647e+_0x4a25c9(0x1a5)+_0x4e3442[_0x4a25c9(0x1dc)](uuidv4)),_0x4e9319[_0x4a25c9(0x1d6)]=_0x1a647e,_0x1a647e;}[a41_0x11c14e(0x167)]=_0x540e86=>{const _0x4da9bd=a41_0x11c14e,_0x443092={};_0x443092[_0x4da9bd(0x1a2)]=function(_0x249834,_0x71dd1b){return _0x249834+_0x71dd1b;},_0x443092['aYZvT']=function(_0xff3b1b,_0x56e1d5){return _0xff3b1b+_0x56e1d5;};const _0x5e3442=_0x443092;return _0x5e3442['ZAwVO'](_0x5e3442['aYZvT'](_0x540e86[_0x4da9bd(0x18b)],'-'),_0x540e86['id']);};[a41_0x11c14e(0x1ac)]=(_0x1feb9b,_0x255f20)=>{const _0x2f049b=a41_0x11c14e,_0x572e42={};_0x572e42[_0x2f049b(0x1ca)]=function(_0x47cf32,_0xb4920a){return _0x47cf32+_0xb4920a;},_0x572e42[_0x2f049b(0x1b8)]=function(_0x25d2c0,_0x23e105){return _0x25d2c0+_0x23e105;};const _0x4654ac=_0x572e42;return _0x4654ac[_0x2f049b(0x1ca)](_0x4654ac[_0x2f049b(0x1b8)](this['getTestIdentifier'](_0x1feb9b),'-'),_0x255f20);};['getHookType']=_0x40d356=>{const _0x3900dc=a41_0x11c14e,_0x218ef5={};_0x218ef5[_0x3900dc(0x17d)]=_0x3900dc(0x1ad),_0x218ef5[_0x3900dc(0x1f7)]=_0x3900dc(0x24a),_0x218ef5[_0x3900dc(0x1e2)]=_0x3900dc(0x1d9),_0x218ef5[_0x3900dc(0x23e)]=_0x3900dc(0x230),_0x218ef5[_0x3900dc(0x1af)]='afterEach\x20hook',_0x218ef5['xJPqn']=_0x3900dc(0x210),_0x218ef5[_0x3900dc(0x1d5)]=_0x3900dc(0x172),_0x218ef5['NDSKU']=_0x3900dc(0x199),_0x218ef5[_0x3900dc(0x24c)]=_0x3900dc(0x1b5);const _0x140411=_0x218ef5;if(_0x40d356[_0x3900dc(0x1ba)](_0x140411[_0x3900dc(0x17d)]))return _0x140411[_0x3900dc(0x1f7)];else{if(_0x40d356[_0x3900dc(0x1ba)](_0x140411[_0x3900dc(0x1e2)]))return _0x140411[_0x3900dc(0x23e)];else{if(_0x40d356[_0x3900dc(0x1ba)](_0x140411[_0x3900dc(0x1af)]))return _0x140411['xJPqn'];else{if(_0x40d356[_0x3900dc(0x1ba)](_0x140411[_0x3900dc(0x1d5)]))return _0x140411['NDSKU'];}}}return _0x140411[_0x3900dc(0x24c)];};[a41_0x11c14e(0x1bb)]=_0x5edd75=>{const _0x4152e7=a41_0x11c14e,_0xeebe05={};_0xeebe05[_0x4152e7(0x16e)]=function(_0x57492d,_0xd72358){return _0x57492d===_0xd72358;},_0xeebe05['ldkfj']=_0x4152e7(0x22c);const _0x306bda=_0xeebe05;let _0x121894=_0x5edd75['parent'];return _0x306bda[_0x4152e7(0x16e)](typeof _0x5edd75[_0x4152e7(0x1b9)],_0x306bda[_0x4152e7(0x237)])&&(_0x121894=_0x121894['title']),_0x121894+_0x4152e7(0x1a5)+_0x5edd75[_0x4152e7(0x20a)];};[a41_0x11c14e(0x1de)](){return![];}}function a41_0x4caf(){const _0x37ead6=['ZAwVO','clJeC','duration','\x20-\x20','test_run','\x20for\x20','HookRunStarted','110586DtouYQ','sTJSG','ERnDn','getTestRunIdentifier','beforeEach\x20hook','shutdown','eVhvE','splice','30ljpUBF','tXlQp','getTime','existsSync','unknown','EsBqC','depth','UpHNw','parent','startsWith','getScope','FvRKn','hook','_gitConfigured','stack','HAvSm','IZdks','oXFZD','\x20is\x20triggered','oVfKW','getStepIdentifier','jbsdd','join','onTestBegin','mtime','rryhA','PbnQS','START_TIME','error','Hook\x20Started\x20with\x20unique\x20id\x20','QlhwP','reportLogs','screenshot','configureGit','BROWSERSTACK_O11Y_PERF_MEASUREMENT','expectedStatus','VdYuE','_bs_hookIdentifier','EokAy','readFileSync','beforeAll\x20hook','addTestUIDAndReportLog','PSPFL','oCYwt','retry_of','printsToStdio','ZUuPE','pending','Test\x20Started\x20with\x20unique\x20id\x20','jGoRC','test_run_uuid','ZwpkS','CBTSessionCreated','qERMu','ZFfZq','root','YFqRg','suNXG','UaeCl','Test\x20Finished\x20with\x20unique\x20id\x20','LnOxI','uuid','reverse','getHookType','map','../../../helpers/testhub/testhubHandler','test','Eyrwh','AzxsD','Expected\x20to\x20fail,\x20but\x20passed.','OdBBJ','QpbpQ','_gitConfigPath','eVMaO','mLHMm','iqrwM','uploadEventData','retry','toISOString','oFjEl','byjEj','passed','startMonitoring','MyReporter','TTcwt','finishedAt','ReSyP','qvrgB','failure_type','title','Error\x20in\x20calculating\x20performance:\x20','getTestUUID','Before\x20Hooks','aFGKr','qmRNW','AFTER_EACH','needToReportStep','attachments','path','9EGlrkQ','failure_reason','setStepIdentifier','inspect','name','\x20is\x20triggered\x20for\x20test\x20','HookRunFinished','MPaxk','_tests','QwKka','toString','CEAZD','getStepsAndLogs','base64','BZIkC','meta','Sending\x20session\x20details\x20for\x20','1722996kvHbax','Hook\x20Finished\x20with\x20unique\x20id\x20','FCdcD','rDgYy','../../../helpers/test-observability/utils','PdUid','getInstance','object','15864JKivqa','TEST_STEP','timedOut','BEFORE_ALL','1831320YoJYcd','After\x20Hooks','javascript','mBlQW','hooks','_testHooksMap','ldkfj','endSession','onTestEnd','./test-details','env','qeJmQ','steps','MdAEf','KgHzn','11nTBBWd','failed','nYPVX','message','PBHfc','46AfxQOC','jOTjW','length','hook_run','onStepBegin','BEFORE_EACH','zfOId','DFGAD','location','TestRunFinished','adyDR','LbbVU','SSmtw','expanded','getTestIdentifier','tEHjv','relative','cIwMf','onBegin','52837xodWnX','LogCreated','xNTCP','mPXrc','xncSi','QaGFP','afterAll\x20hook','file','cwd','ueaKi','13123790nBQgqK','TEST_SCREENSHOT','sendSessionDetails','indexOf','logs','LHrNu','EyyVq','HDaAT','startTime','1026fYVTLA','options','errors','exports','BROWSERSTACK_LOG_LEVEL','push','../../../helpers/test-observability/error-handler','pTUBH','onEnd','TcNcv','startedAt','category','_projectId','sendHookRunEvent','TestRunStarted','hZkjF','status','mKAaj','event_type','0|2|6|5|4|3|1','9545192TxXIqU','../../../helpers/test-observability/sessionHandler','PLAYWRIGHT','mmLmI','GvMid','backtrace','AFTER_ALL','../../../helpers/test-observability/constants','err','result','zMcpT','hook_run_uuid','logLevel','getHierarchy','sendTestRunEvent'];a41_0x4caf=function(){return _0x37ead6;};return a41_0x4caf();}function a41_0x2291(_0x3c8de7,_0x2ecf9c){const _0x4caf2f=a41_0x4caf();return a41_0x2291=function(_0x229136,_0xe919f6){_0x229136=_0x229136-0x162;let _0x2b8470=_0x4caf2f[_0x229136];return _0x2b8470;},a41_0x2291(_0x3c8de7,_0x2ecf9c);}module[a41_0x11c14e(0x182)]=o11yClassErrorHandler(MyReporter,[a41_0x11c14e(0x16b),'endSession',a41_0x11c14e(0x1c8),a41_0x11c14e(0x239),a41_0x11c14e(0x249),'onStepEnd',a41_0x11c14e(0x178)],a41_0x11c14e(0x204));
@@ -1 +1 @@
1
- const a42_0x2dbec4=a42_0x4d50;function a42_0x1671(){const _0x58e6c5=['UVgWv','shutdown','6258833nnFfqs','FZcdE','tucIq','env','exports','3449314cQhTIS','293cckQrN','cwd','3919266GWefnB','19127748lOqNll','7138ZWpGaJ','.json','dirPath','path','testId','312ZaHqSZ','parse','mkdirSync','uuid','setTestDetails','getTestRunIdFromTestInfo','retry','readFileSync','JKqtR','_platformDetails.json','getStoreDirName','ysLGc','toString','dcgci','PpWRd','kGsVj','stringify','BS_TESTOPS_BUILD_HASHED_ID','join','Crskg','pJplz','__projectId','816MDFThA','_test','existsSync','rmSync','10840QSVTWj','NzQHI','force','project','42290hHHHHB','writeFileSync','tests','eGBXF','getTestUUID','getProjectIdFromTestInfo','8AJqiDk','getFilePath','TdUrB','10aCQERX','getTestDetails','TbvCj','_projectId'];a42_0x1671=function(){return _0x58e6c5;};return a42_0x1671();}(function(_0x173c78,_0x48014e){const _0x5e84da=a42_0x4d50,_0x5bfe1b=_0x173c78();while(!![]){try{const _0x406702=parseInt(_0x5e84da(0x12b))/0x1*(parseInt(_0x5e84da(0x12f))/0x2)+-parseInt(_0x5e84da(0x10e))/0x3*(parseInt(_0x5e84da(0x112))/0x4)+-parseInt(_0x5e84da(0x116))/0x5*(-parseInt(_0x5e84da(0xf8))/0x6)+parseInt(_0x5e84da(0x125))/0x7*(-parseInt(_0x5e84da(0x11c))/0x8)+-parseInt(_0x5e84da(0x12d))/0x9+parseInt(_0x5e84da(0x11f))/0xa*(-parseInt(_0x5e84da(0x12a))/0xb)+parseInt(_0x5e84da(0x12e))/0xc;if(_0x406702===_0x48014e)break;else _0x5bfe1b['push'](_0x5bfe1b['shift']());}catch(_0x2d5614){_0x5bfe1b['push'](_0x5bfe1b['shift']());}}}(a42_0x1671,0xaab59));function a42_0x4d50(_0x407ac1,_0x54f8ec){const _0x167165=a42_0x1671();return a42_0x4d50=function(_0x4d507f,_0x3bc13f){_0x4d507f=_0x4d507f-0xf7;let _0xc884d8=_0x167165[_0x4d507f];return _0xc884d8;},a42_0x4d50(_0x407ac1,_0x54f8ec);}const fs=require('fs'),path=require(a42_0x2dbec4(0x132)),{v4:uuidv4}=require(a42_0x2dbec4(0xfb)),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants'),{nestedKeyValue}=require('../../../helpers/helper');class TestDetails{static [a42_0x2dbec4(0x118)]={};static [a42_0x2dbec4(0x131)]=path[a42_0x2dbec4(0x10a)](process[a42_0x2dbec4(0x12c)](),TestDetails[a42_0x2dbec4(0x102)]());static['setup'](){const _0x4faa11=a42_0x2dbec4;this[_0x4faa11(0x131)]=path[_0x4faa11(0x10a)](process[_0x4faa11(0x12c)](),TestDetails[_0x4faa11(0x102)]()),this['shutdown']();const _0x3b9140={};_0x3b9140['recursive']=!![],fs[_0x4faa11(0xfa)](this[_0x4faa11(0x131)],_0x3b9140);}static[a42_0x2dbec4(0x102)](){const _0x2fe996=a42_0x2dbec4,_0x52cb1a={};_0x52cb1a[_0x2fe996(0x113)]=function(_0x2a3a37,_0x145155){return _0x2a3a37+_0x145155;},_0x52cb1a['kGsVj']=function(_0x4c66ab,_0x217512){return _0x4c66ab+_0x217512;};const _0x35ac9a=_0x52cb1a;return _0x35ac9a[_0x2fe996(0x113)](_0x35ac9a[_0x2fe996(0x107)](TEMP_STORE_DIR_NAME,'-'),process[_0x2fe996(0x128)][_0x2fe996(0x109)]);}static[a42_0x2dbec4(0x11d)](_0x2ddc62){const _0x1df034=a42_0x2dbec4,_0x258873={};_0x258873['eGBXF']=function(_0x393a4c,_0x113511){return _0x393a4c+_0x113511;},_0x258873[_0x1df034(0x126)]=_0x1df034(0x130);const _0x39a2f0=_0x258873;return path[_0x1df034(0x10a)](this[_0x1df034(0x131)],_0x39a2f0[_0x1df034(0x119)](_0x2ddc62,_0x39a2f0[_0x1df034(0x126)]));}static[a42_0x2dbec4(0xfd)](_0x192a23){const _0x23c85a=a42_0x2dbec4,_0x5f3a44={};_0x5f3a44[_0x23c85a(0x100)]=function(_0x2924ef,_0x3914d1){return _0x2924ef+_0x3914d1;},_0x5f3a44[_0x23c85a(0x103)]=function(_0x140a00,_0x3e9cba){return _0x140a00+_0x3e9cba;},_0x5f3a44['TbvCj']=function(_0x472283,_0x36051c){return _0x472283+_0x36051c;},_0x5f3a44['pJplz']=function(_0x40f7e9,_0x367a32){return _0x40f7e9+_0x367a32;};const _0x5280a8=_0x5f3a44;return _0x5280a8['JKqtR'](_0x5280a8[_0x23c85a(0x103)](_0x5280a8[_0x23c85a(0x121)](_0x5280a8[_0x23c85a(0x10c)](this[_0x23c85a(0x11b)](_0x192a23),'-'),this['getTestIdFromTestInfo'](_0x192a23)),'-'),_0x192a23[_0x23c85a(0xfe)]);}static[a42_0x2dbec4(0x11b)](_0x492832){const _0x2cc00f=a42_0x2dbec4,_0x24e34c={'tucIq':function(_0x4e58b4,_0x525db4,_0x279a96){return _0x4e58b4(_0x525db4,_0x279a96);},'dcgci':_0x2cc00f(0x10f),'srVfs':_0x2cc00f(0x122),'UVgWv':_0x2cc00f(0x115),'Crskg':_0x2cc00f(0x10d)};return _0x24e34c[_0x2cc00f(0x127)](nestedKeyValue,_0x492832,[_0x24e34c[_0x2cc00f(0x105)],_0x24e34c['srVfs']])||_0x24e34c[_0x2cc00f(0x127)](nestedKeyValue,_0x492832,[_0x24e34c[_0x2cc00f(0x123)],_0x24e34c[_0x2cc00f(0x10b)]]);}static['getTestIdFromTestInfo'](_0xcc4230){const _0x3f6259=a42_0x2dbec4,_0x22c2b1={'VSZVD':function(_0x3ce4c1,_0x557def,_0xc2a6e6){return _0x3ce4c1(_0x557def,_0xc2a6e6);},'VaTze':_0x3f6259(0x10f)};return _0x22c2b1['VSZVD'](nestedKeyValue,_0xcc4230,[_0x22c2b1['VaTze'],'id'])||_0xcc4230[_0x3f6259(0xf7)];}static[a42_0x2dbec4(0x11a)](_0x10d5a6){const _0x2a4d6c=a42_0x2dbec4,_0x46f374={'TdUrB':function(_0x2c37c9,_0x144c45){return _0x2c37c9===_0x144c45;},'tMXmi':'string','PpWRd':function(_0xeccdcf){return _0xeccdcf();}};if(this[_0x2a4d6c(0x118)][_0x10d5a6]&&_0x46f374[_0x2a4d6c(0x11e)](typeof this[_0x2a4d6c(0x118)][_0x10d5a6][_0x2a4d6c(0xfb)],_0x46f374['tMXmi']))return this[_0x2a4d6c(0x118)][_0x10d5a6]['uuid'];const _0x65dfbc=this[_0x2a4d6c(0x11d)](_0x10d5a6);if(fs[_0x2a4d6c(0x110)](_0x65dfbc)){const _0x1d2411=JSON[_0x2a4d6c(0xf9)](fs['readFileSync'](_0x65dfbc)['toString']());return this['tests'][_0x10d5a6]=_0x1d2411,this[_0x2a4d6c(0x118)][_0x10d5a6][_0x2a4d6c(0xfb)];}return this[_0x2a4d6c(0x118)][_0x10d5a6]={'uuid':_0x46f374[_0x2a4d6c(0x106)](uuidv4)},fs[_0x2a4d6c(0x117)](_0x65dfbc,JSON[_0x2a4d6c(0x108)](this['tests'][_0x10d5a6])),this['tests'][_0x10d5a6][_0x2a4d6c(0xfb)];}static['getAccessibilityPlatformValidation'](_0x3b322c){const _0x43e2d4=a42_0x2dbec4,_0x5c46d0=path[_0x43e2d4(0x10a)](this[_0x43e2d4(0x131)],_0x3b322c+'_platformDetails.json');if(fs[_0x43e2d4(0x110)](_0x5c46d0))return fs[_0x43e2d4(0xff)](_0x5c46d0)[_0x43e2d4(0x104)]();}static['setAccessibilityPlatformValidation'](_0x4862fb,_0xa6e908){const _0x4d9961=a42_0x2dbec4,_0xc01e1b=path['join'](this[_0x4d9961(0x131)],_0xa6e908+_0x4d9961(0x101));fs['writeFileSync'](_0xc01e1b,_0x4862fb['toString']());}static[a42_0x2dbec4(0x124)](){const _0x3d6dcf=a42_0x2dbec4,_0xfd073={};_0xfd073['recursive']=!![],_0xfd073[_0x3d6dcf(0x114)]=!![],fs[_0x3d6dcf(0x111)](this[_0x3d6dcf(0x131)],_0xfd073);}static[a42_0x2dbec4(0x120)](_0x327bdd){const _0x5c0c48=a42_0x2dbec4;if(this[_0x5c0c48(0x118)][_0x327bdd])return this['tests'][_0x327bdd];const _0x971ae8=this[_0x5c0c48(0x11d)](_0x327bdd);if(fs[_0x5c0c48(0x110)](_0x971ae8)){const _0x45d69c=JSON['parse'](fs[_0x5c0c48(0xff)](_0x971ae8)[_0x5c0c48(0x104)]());return this[_0x5c0c48(0x118)][_0x327bdd]=_0x45d69c,_0x45d69c;}return{};}static[a42_0x2dbec4(0xfc)](_0x508c38,_0x3acadf){const _0x2e7de1=a42_0x2dbec4,_0x25ed52=this[_0x2e7de1(0x11d)](_0x508c38);if(fs[_0x2e7de1(0x110)](_0x25ed52)){const _0x207b3c=JSON['parse'](fs['readFileSync'](_0x25ed52)['toString']()),_0x3e6883={..._0x207b3c,..._0x3acadf};this['tests'][_0x508c38]=_0x3e6883;}else this[_0x2e7de1(0x118)][_0x508c38]=_0x3acadf;fs['writeFileSync'](_0x25ed52,this[_0x2e7de1(0x118)][_0x508c38]);}}module[a42_0x2dbec4(0x129)]=TestDetails;
1
+ const a42_0xe0088e=a42_0x3d13;(function(_0x5761e4,_0x1cd2cf){const _0x10ddbc=a42_0x3d13,_0x38bce9=_0x5761e4();while(!![]){try{const _0x5401ed=-parseInt(_0x10ddbc(0x162))/0x1+parseInt(_0x10ddbc(0x154))/0x2*(parseInt(_0x10ddbc(0x12e))/0x3)+-parseInt(_0x10ddbc(0x13d))/0x4*(parseInt(_0x10ddbc(0x134))/0x5)+parseInt(_0x10ddbc(0x13b))/0x6*(-parseInt(_0x10ddbc(0x138))/0x7)+parseInt(_0x10ddbc(0x140))/0x8*(-parseInt(_0x10ddbc(0x14e))/0x9)+-parseInt(_0x10ddbc(0x146))/0xa+-parseInt(_0x10ddbc(0x160))/0xb*(-parseInt(_0x10ddbc(0x159))/0xc);if(_0x5401ed===_0x1cd2cf)break;else _0x38bce9['push'](_0x38bce9['shift']());}catch(_0x49d42c){_0x38bce9['push'](_0x38bce9['shift']());}}}(a42_0x5161,0x60d12));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a42_0xe0088e(0x158)),{TEMP_STORE_DIR_NAME}=require(a42_0xe0088e(0x14b)),{nestedKeyValue}=require(a42_0xe0088e(0x14a));class TestDetails{static [a42_0xe0088e(0x150)]={};static [a42_0xe0088e(0x15b)]=path[a42_0xe0088e(0x148)](process['cwd'](),TestDetails[a42_0xe0088e(0x152)]());static['setup'](){const _0x3a1539=a42_0xe0088e;this['dirPath']=path['join'](process[_0x3a1539(0x139)](),TestDetails[_0x3a1539(0x152)]()),this['shutdown']();const _0x494140={};_0x494140[_0x3a1539(0x157)]=!![],fs['mkdirSync'](this[_0x3a1539(0x15b)],_0x494140);}static['getStoreDirName'](){const _0x4babe9=a42_0xe0088e,_0x1ba7d4={};_0x1ba7d4[_0x4babe9(0x135)]=function(_0x23b601,_0x104847){return _0x23b601+_0x104847;},_0x1ba7d4['MXSjR']=function(_0x214860,_0x1f2b29){return _0x214860+_0x1f2b29;};const _0x535b1a=_0x1ba7d4;return _0x535b1a[_0x4babe9(0x135)](_0x535b1a[_0x4babe9(0x143)](TEMP_STORE_DIR_NAME,'-'),process['env'][_0x4babe9(0x15e)]);}static[a42_0xe0088e(0x137)](_0x3c7abd){const _0x5a8ef2=a42_0xe0088e,_0x40bb02={};_0x40bb02['GwsWc']=function(_0x2c3984,_0x1acefb){return _0x2c3984+_0x1acefb;},_0x40bb02['FnANV']=_0x5a8ef2(0x156);const _0x561edf=_0x40bb02;return path[_0x5a8ef2(0x148)](this['dirPath'],_0x561edf[_0x5a8ef2(0x153)](_0x3c7abd,_0x561edf[_0x5a8ef2(0x13c)]));}static['getTestRunIdFromTestInfo'](_0x2ec3d6){const _0x36cb0b=a42_0xe0088e,_0x75706b={};_0x75706b[_0x36cb0b(0x166)]=function(_0x2118a0,_0x61bbf6){return _0x2118a0+_0x61bbf6;},_0x75706b['TdWlk']=function(_0x5deaa3,_0x168ffa){return _0x5deaa3+_0x168ffa;},_0x75706b[_0x36cb0b(0x14d)]=function(_0x2c4498,_0x8056f2){return _0x2c4498+_0x8056f2;};const _0xe84c00=_0x75706b;return _0xe84c00[_0x36cb0b(0x166)](_0xe84c00[_0x36cb0b(0x14f)](_0xe84c00[_0x36cb0b(0x14d)](_0xe84c00[_0x36cb0b(0x166)](this['getProjectIdFromTestInfo'](_0x2ec3d6),'-'),this[_0x36cb0b(0x15a)](_0x2ec3d6)),'-'),_0x2ec3d6[_0x36cb0b(0x161)]);}static['getProjectIdFromTestInfo'](_0x2c667c){const _0x1bc3c1=a42_0xe0088e,_0x43bd26={'NartA':function(_0x285ab3,_0x14b3f1,_0x286aea){return _0x285ab3(_0x14b3f1,_0x286aea);},'lpjOX':_0x1bc3c1(0x147),'PwJBq':_0x1bc3c1(0x15c),'RRIvF':function(_0x110a1e,_0x1ab6a9,_0x8297af){return _0x110a1e(_0x1ab6a9,_0x8297af);},'RFXfv':'project','buhkC':_0x1bc3c1(0x163)};return _0x43bd26[_0x1bc3c1(0x142)](nestedKeyValue,_0x2c667c,[_0x43bd26[_0x1bc3c1(0x12d)],_0x43bd26['PwJBq']])||_0x43bd26[_0x1bc3c1(0x144)](nestedKeyValue,_0x2c667c,[_0x43bd26[_0x1bc3c1(0x164)],_0x43bd26[_0x1bc3c1(0x131)]]);}static[a42_0xe0088e(0x15a)](_0x229d1c){const _0xada5ce=a42_0xe0088e,_0xa6315f={'WHzlO':function(_0x48ccac,_0x5e8ab1,_0x573177){return _0x48ccac(_0x5e8ab1,_0x573177);},'xBgIC':_0xada5ce(0x147)};return _0xa6315f['WHzlO'](nestedKeyValue,_0x229d1c,[_0xa6315f['xBgIC'],'id'])||_0x229d1c[_0xada5ce(0x145)];}static[a42_0xe0088e(0x13f)](_0x570643){const _0x265e03=a42_0xe0088e,_0x38043d={'imTwT':function(_0x5285b4,_0xef4053){return _0x5285b4===_0xef4053;},'rrQoG':_0x265e03(0x130),'AeLmd':function(_0x303b5c){return _0x303b5c();}};if(this['tests'][_0x570643]&&_0x38043d['imTwT'](typeof this[_0x265e03(0x150)][_0x570643][_0x265e03(0x158)],_0x38043d[_0x265e03(0x149)]))return this[_0x265e03(0x150)][_0x570643][_0x265e03(0x158)];const _0x3c2f52=this['getFilePath'](_0x570643);if(fs['existsSync'](_0x3c2f52)){const _0x2a8e9c=JSON[_0x265e03(0x13a)](fs[_0x265e03(0x15d)](_0x3c2f52)[_0x265e03(0x13e)]());return this[_0x265e03(0x150)][_0x570643]=_0x2a8e9c,this[_0x265e03(0x150)][_0x570643][_0x265e03(0x158)];}return this['tests'][_0x570643]={'uuid':_0x38043d[_0x265e03(0x141)](uuidv4)},fs['writeFileSync'](_0x3c2f52,JSON[_0x265e03(0x155)](this[_0x265e03(0x150)][_0x570643])),this[_0x265e03(0x150)][_0x570643][_0x265e03(0x158)];}static['getAccessibilityPlatformValidation'](_0x2b784a){const _0x401dbb=a42_0xe0088e,_0x235a9f=path['join'](this['dirPath'],_0x2b784a+_0x401dbb(0x12f));if(fs[_0x401dbb(0x14c)](_0x235a9f))return fs['readFileSync'](_0x235a9f)[_0x401dbb(0x13e)]();}static['setAccessibilityPlatformValidation'](_0x1d3c12,_0x279416){const _0x33c4d8=a42_0xe0088e,_0x1bbc24=path['join'](this[_0x33c4d8(0x15b)],_0x279416+_0x33c4d8(0x12f));fs[_0x33c4d8(0x15f)](_0x1bbc24,_0x1d3c12[_0x33c4d8(0x13e)]());}static[a42_0xe0088e(0x165)](){const _0x38309e=a42_0xe0088e,_0x45e684={};_0x45e684[_0x38309e(0x157)]=!![],_0x45e684[_0x38309e(0x151)]=!![],fs[_0x38309e(0x133)](this[_0x38309e(0x15b)],_0x45e684);}static['getTestDetails'](_0x2f3315){const _0x785f89=a42_0xe0088e;if(this[_0x785f89(0x150)][_0x2f3315])return this[_0x785f89(0x150)][_0x2f3315];const _0x4bab60=this[_0x785f89(0x137)](_0x2f3315);if(fs[_0x785f89(0x14c)](_0x4bab60)){const _0x3e0d2d=JSON[_0x785f89(0x13a)](fs[_0x785f89(0x15d)](_0x4bab60)[_0x785f89(0x13e)]());return this[_0x785f89(0x150)][_0x2f3315]=_0x3e0d2d,_0x3e0d2d;}return{};}static[a42_0xe0088e(0x136)](_0x1064ba,_0x5aa463){const _0x1c7961=a42_0xe0088e,_0x3893de=this[_0x1c7961(0x137)](_0x1064ba);if(fs[_0x1c7961(0x14c)](_0x3893de)){const _0x5beb53=JSON[_0x1c7961(0x13a)](fs[_0x1c7961(0x15d)](_0x3893de)[_0x1c7961(0x13e)]()),_0x5086db={..._0x5beb53,..._0x5aa463};this[_0x1c7961(0x150)][_0x1064ba]=_0x5086db;}else this['tests'][_0x1064ba]=_0x5aa463;fs[_0x1c7961(0x15f)](_0x3893de,this['tests'][_0x1064ba]);}}module[a42_0xe0088e(0x132)]=TestDetails;function a42_0x3d13(_0x25b129,_0x2caf1d){const _0x516102=a42_0x5161();return a42_0x3d13=function(_0x3d1323,_0x87a826){_0x3d1323=_0x3d1323-0x12d;let _0x4052ca=_0x516102[_0x3d1323];return _0x4052ca;},a42_0x3d13(_0x25b129,_0x2caf1d);}function a42_0x5161(){const _0x1c82e7=['606665QIdsAy','UQbnM','setTestDetails','getFilePath','7SegGwp','cwd','parse','1962966gBJITH','FnANV','24vYeKgM','toString','getTestUUID','2169048UEsmRB','AeLmd','NartA','MXSjR','RRIvF','testId','1946720MYgxDS','_test','join','rrQoG','../../../helpers/helper','../../../helpers/test-observability/constants','existsSync','wlarH','9mzkfoV','TdWlk','tests','force','getStoreDirName','GwsWc','8aOkOcA','stringify','.json','recursive','uuid','72pvglJL','getTestIdFromTestInfo','dirPath','_projectId','readFileSync','BS_TESTOPS_BUILD_HASHED_ID','writeFileSync','2807167xLrsdU','retry','292210DAIhLk','__projectId','RFXfv','shutdown','QLDSm','lpjOX','508914HcnmvL','_platformDetails.json','string','buhkC','exports','rmSync'];a42_0x5161=function(){return _0x1c82e7;};return a42_0x5161();}
@@ -1 +1 @@
1
- function a43_0x162f(){const _0x1ecf26=['platform_version','cuEPO','cjXVN','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','jLAst','_browserType','PwGoM','sendMessageToServer','performScan','tYIbI','gcmWl','zAoUr','913396IDFxDH','UIdFD','unknown_grid','platformDetails','Not\x20able\x20to\x20import\x20crConnection','lhvIu','dispatch','platformName','patch','prototype','bujET','ePpll','FrnUa','_connection','fromEntries','_name','Error\x20in\x20importing\x20connection\x20','UyVIZ','WtKRS','sRGCP','__workerDetails','../../helpers/test-observability/utils','6VvahRX','connection.js','JcJis','browser','getDetails','udSTm','util','eWGmh','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','browser_version','params','__driver','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','TiFoM','capabilities','wsEndpoint','NQpUw','gCAyY','edge','env','_onMessage','version','accessibilityPlatform','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','../utils/constants','lib','3920938NffrpC','cloudProvider','platform','reXev','oxMkZ','jJRdw','TLadE','QjUKT','7027770ZaTGmt','WaPLr','toString','1016850gvzRBL','chromium','UFRNP','rgCPw','ICdgi','Not\x20able\x20to\x20import\x20Connection','test','86KQQieW','format','UZfzV','debug','SBXNN','JkHIx','eupUi','assign','dTBaQ','query','method','Connection','ZRJRY','RGUca','currentTest','titlePath','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','Page','Setting\x20session\x20id\x20received\x20from\x20BS\x20','sessionId','pwPage','entries','../../helpers/helper','xRlYT','lthaA','9GILCKI','yVWkK','firefox','Performing\x20scan\x20for\x20','project','server','WerYt','248512jTQpDW','JpRKs','function','bsParams','isRemote','_defaultConnectOptions','xseXP','16758QxVjhY','setupBrowserDetails','nCtsc','bsSessionId','IZoGu','browserName','sessionError','eyCry','safari','CRConnection','Failed\x20to\x20perform\x20scan\x20','RxjNL','defineProperty','../../helpers/test-observability/error-handler','../../helpers/logger','channel','ddVLB','playwright-','patchCRConnection','use','exports','ATS_WSS_URL_REGEX','caps','parse','chrome','../../bin/playwright/accessibility-helper','UfsqW','pLedk','browserstack','QhoAt','VlmIL','nuGrw','browserstack.com','model','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','connectOptions','ipRYQ','toLowerCase','../../helpers/accessibility-automation/scripts','platformVersion','ilfZl','Llnzm','WZRqc','RVhWP','apply','jJHtq','local_grid','product','client','../../helpers/accessibility-automation/helper','203586ZsmWlr','EkqKj','wdVla','bStackParams','includes','turboscale','currentSessionDetails','testInfo','deviceModel','bstackPerformA11yScan','hqvHA'];a43_0x162f=function(){return _0x1ecf26;};return a43_0x162f();}const a43_0x2a1599=a43_0x1d2f;function a43_0x1d2f(_0x3438db,_0x5ce6d6){const _0x162f57=a43_0x162f();return a43_0x1d2f=function(_0x1d2f54,_0x56f450){_0x1d2f54=_0x1d2f54-0x1db;let _0x44f2ec=_0x162f57[_0x1d2f54];return _0x44f2ec;},a43_0x1d2f(_0x3438db,_0x5ce6d6);}(function(_0x53547c,_0x5917d4){const _0x2e7bb8=a43_0x1d2f,_0x4648d4=_0x53547c();while(!![]){try{const _0x41b204=-parseInt(_0x2e7bb8(0x1f3))/0x1+parseInt(_0x2e7bb8(0x24c))/0x2*(-parseInt(_0x2e7bb8(0x273))/0x3)+parseInt(_0x2e7bb8(0x20a))/0x4+-parseInt(_0x2e7bb8(0x245))/0x5*(parseInt(_0x2e7bb8(0x220))/0x6)+parseInt(_0x2e7bb8(0x23a))/0x7+-parseInt(_0x2e7bb8(0x26c))/0x8+-parseInt(_0x2e7bb8(0x265))/0x9*(-parseInt(_0x2e7bb8(0x242))/0xa);if(_0x41b204===_0x5917d4)break;else _0x4648d4['push'](_0x4648d4['shift']());}catch(_0x453cac){_0x4648d4['push'](_0x4648d4['shift']());}}}(a43_0x162f,0xc67f2));const path=require('path'),url=require('url'),util=require(a43_0x2a1599(0x226)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a43_0x2a1599(0x262)),{o11yErrorHandler}=require(a43_0x2a1599(0x280)),{debug,getPlatformDetails}=require(a43_0x2a1599(0x21f)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a43_0x2a1599(0x1f2)),logger=require(a43_0x2a1599(0x281))['winstonLogger'],scripts=require(a43_0x2a1599(0x1e7)),{browserStackExecuteDriver}=require(a43_0x2a1599(0x28c)),AccessibilityHelper=require('./accessibility-helper'),constants=require(a43_0x2a1599(0x238)),getBrowserNameFromChannel=_0x4c98ce=>{const _0x1f2813=a43_0x2a1599,_0x2b363c={};_0x2b363c[_0x1f2813(0x20f)]=_0x1f2813(0x28b),_0x2b363c[_0x1f2813(0x21d)]=_0x1f2813(0x232),_0x2b363c[_0x1f2813(0x1db)]=_0x1f2813(0x267),_0x2b363c['NQpUw']=_0x1f2813(0x27b);const _0x5d001d=_0x2b363c;if(_0x4c98ce[_0x1f2813(0x1f7)](_0x5d001d[_0x1f2813(0x20f)]))return _0x5d001d[_0x1f2813(0x20f)];if(_0x4c98ce[_0x1f2813(0x1f7)](_0x5d001d[_0x1f2813(0x21d)]))return _0x5d001d['sRGCP'];if(_0x4c98ce[_0x1f2813(0x1f7)](_0x5d001d[_0x1f2813(0x1db)]))return _0x5d001d[_0x1f2813(0x1db)];if(_0x4c98ce['includes'](_0x5d001d[_0x1f2813(0x230)]))return _0x5d001d[_0x1f2813(0x230)];},getBrowserFromWSEndpoint=_0x989995=>{const _0xb130fd=a43_0x2a1599,_0x2742b7={'WerYt':_0xb130fd(0x28b),'bujET':function(_0x10c00c,_0x2b37df){return _0x10c00c(_0x2b37df);}};try{const _0x14ea35=url[_0xb130fd(0x28a)](_0x989995),_0x31e077=new URLSearchParams(_0x14ea35[_0xb130fd(0x255)]),_0x1420e9=Object[_0xb130fd(0x218)](_0x31e077[_0xb130fd(0x261)]()),_0x4376a7=JSON[_0xb130fd(0x28a)](_0x1420e9[_0xb130fd(0x289)]);if(_0x4376a7&&(_0x4376a7[_0xb130fd(0x223)]||_0x4376a7[_0xb130fd(0x278)]))return _0x4376a7[_0xb130fd(0x223)]||_0x4376a7[_0xb130fd(0x278)];return _0x2742b7[_0xb130fd(0x26b)];}catch(_0x40b75e){_0x2742b7[_0xb130fd(0x214)](debug,_0xb130fd(0x22c)+_0x40b75e[_0xb130fd(0x244)]());}},getCloudProviderFromWsEndpoint=_0x2dd683=>{const _0x5e697d=a43_0x2a1599,_0x41361b={};_0x41361b['dLAvP']=_0x5e697d(0x1e1),_0x41361b[_0x5e697d(0x254)]='browserstack',_0x41361b[_0x5e697d(0x249)]=_0x5e697d(0x20c);const _0x22f1c9=_0x41361b;if(_0x2dd683[_0x5e697d(0x1f7)](_0x22f1c9['dLAvP']))return _0x22f1c9[_0x5e697d(0x254)];return _0x22f1c9[_0x5e697d(0x249)];},a43_0x37d530={};a43_0x37d530[a43_0x2a1599(0x23b)]=undefined,a43_0x37d530[a43_0x2a1599(0x276)]=undefined,a43_0x37d530[a43_0x2a1599(0x223)]=undefined,a43_0x37d530[a43_0x2a1599(0x229)]=undefined,a43_0x37d530[a43_0x2a1599(0x23c)]=undefined,a43_0x37d530[a43_0x2a1599(0x1fe)]=undefined,a43_0x37d530[a43_0x2a1599(0x1f0)]=undefined,a43_0x37d530[a43_0x2a1599(0x22e)]={};class PlaywrightSessionDetails{static [a43_0x2a1599(0x1f9)]=a43_0x37d530;constructor(){const _0x10b3bc=a43_0x2a1599,_0x52e20c={};_0x52e20c['wdVla']=_0x10b3bc(0x237);const _0x20bbce=_0x52e20c;throw new Error(_0x20bbce[_0x10b3bc(0x1f5)]);}static ['sessionError']=null;static['setupBrowserDetails'](_0x57271b,_0x37b1cb,_0x31ec3a=null){const _0x5e9a60=a43_0x2a1599,_0x33933d={'jJRdw':function(_0x7210a1,_0x5ca4f6){return _0x7210a1===_0x5ca4f6;},'ddVLB':_0x5e9a60(0x26e),'xseXP':_0x5e9a60(0x1e3),'TiFoM':'Device\x20Model\x20is\x20not\x20available','FrnUa':_0x5e9a60(0x1ef),'EkqKj':function(_0x22cfb1,_0x138ff3,_0x1b47f9){return _0x22cfb1(_0x138ff3,_0x1b47f9);},'cuEPO':_0x5e9a60(0x203),'YrQQH':'_defaultConnectOptions','kzHSW':_0x5e9a60(0x269),'pLedk':_0x5e9a60(0x286),'eupUi':_0x5e9a60(0x1e4),'UyVIZ':function(_0x2c3f3f,_0x58d1cd){return _0x2c3f3f(_0x58d1cd);},'WZRqc':function(_0x7882ac,_0x3b2070){return _0x7882ac===_0x3b2070;},'pWqOt':_0x5e9a60(0x1dd),'WtKRS':_0x5e9a60(0x1f8),'VlmIL':'automate','ZRJRY':function(_0x507d2c,_0x5b42a6){return _0x507d2c(_0x5b42a6);},'lthaA':function(_0x261da1,_0xe31bea){return _0x261da1+_0xe31bea;},'reXev':_0x5e9a60(0x284),'eWGmh':function(_0xb424cb){return _0xb424cb();},'RxjNL':_0x5e9a60(0x274)},_0x5c7036=this;return _0x33933d[_0x5e9a60(0x1f4)](o11yErrorHandler,async function _0x5f141a(_0x366e44,_0x304db4,_0x4d1255=null){const _0x27cef6=_0x5e9a60;let _0x5109a4=_0x366e44[_0x27cef6(0x219)],_0x278164=null;_0x366e44&&_0x33933d[_0x27cef6(0x23f)](typeof _0x366e44[_0x27cef6(0x235)],_0x33933d[_0x27cef6(0x283)])?_0x278164=_0x366e44[_0x27cef6(0x235)]():logger['debug'](_0x33933d[_0x27cef6(0x272)]);let _0x276dff=null;_0x366e44&&_0x33933d[_0x27cef6(0x23f)](typeof _0x366e44[_0x27cef6(0x1e2)],_0x33933d[_0x27cef6(0x283)])?_0x276dff=_0x366e44[_0x27cef6(0x1e2)]():logger['debug'](_0x33933d[_0x27cef6(0x22d)]);let _0x32ad54=null,_0x105905=null,_0x8e038e=null,_0x58683a=_0x33933d[_0x27cef6(0x216)];if(_0x366e44[_0x27cef6(0x217)][_0x27cef6(0x270)]()||global[_0x27cef6(0x236)]){let _0x143548=null;_0x33933d['EkqKj'](nestedKeyValue,_0x366e44,[_0x33933d[_0x27cef6(0x1ff)],_0x33933d['YrQQH']])?_0x143548=_0x366e44[_0x27cef6(0x203)][_0x27cef6(0x271)]:_0x143548=_0x33933d[_0x27cef6(0x1f4)](nestedKeyValue,_0x304db4,[_0x33933d['kzHSW'],_0x33933d[_0x27cef6(0x1dc)],_0x33933d[_0x27cef6(0x252)]]);const _0x34263c=_0x4d1255||_0x143548&&_0x143548[_0x27cef6(0x22f)];_0x34263c&&(_0x58683a=_0x33933d[_0x27cef6(0x21b)](getCloudProviderFromWsEndpoint,_0x34263c),_0x33933d[_0x27cef6(0x1eb)](_0x58683a,_0x33933d['pWqOt'])&&(_0x8e038e=constants[_0x27cef6(0x288)][_0x27cef6(0x24b)](_0x34263c)?_0x33933d[_0x27cef6(0x21c)]:_0x33933d[_0x27cef6(0x1df)],_0x5109a4=_0x33933d[_0x27cef6(0x258)](getBrowserFromWSEndpoint,_0x34263c)||_0x5109a4,_0x32ad54=_0x5c7036[_0x27cef6(0x1f9)][_0x27cef6(0x23c)],_0x105905=_0x5c7036[_0x27cef6(0x1f9)][_0x27cef6(0x1fe)]));}else{_0x304db4&&_0x304db4[_0x27cef6(0x269)][_0x27cef6(0x286)][_0x27cef6(0x282)]?_0x5109a4=_0x33933d[_0x27cef6(0x258)](getBrowserNameFromChannel,_0x304db4[_0x27cef6(0x269)][_0x27cef6(0x286)]['channel']):_0x5109a4=_0x33933d[_0x27cef6(0x264)](_0x33933d[_0x27cef6(0x23d)],_0x5109a4[_0x27cef6(0x1e6)]());const _0x8abe6a=await _0x33933d[_0x27cef6(0x227)](getPlatformDetails);_0x32ad54=_0x8abe6a['platformName'],_0x105905=_0x8abe6a[_0x27cef6(0x1e8)];}const _0x5a4fe7={};_0x5a4fe7['browser']=_0x5109a4,_0x5a4fe7[_0x27cef6(0x229)]=_0x278164,_0x5a4fe7['capabilities']={},_0x5a4fe7[_0x27cef6(0x23c)]=_0x32ad54,_0x5a4fe7[_0x27cef6(0x1fe)]=_0x105905,_0x5a4fe7['product']=_0x8e038e;const _0x264b84=_0x5a4fe7;_0x276dff&&(_0x264b84[_0x27cef6(0x22e)][_0x27cef6(0x1fb)]=_0x276dff);const _0x5d16df={};_0x5d16df[_0x27cef6(0x23b)]=_0x58683a,_0x5c7036['currentSessionDetails']=Object[_0x27cef6(0x253)]({},_0x5c7036[_0x27cef6(0x1f9)],_0x5d16df,_0x264b84);},_0x33933d[_0x5e9a60(0x27e)])(_0x57271b,_0x37b1cb,_0x31ec3a);}static[a43_0x2a1599(0x212)](){const _0x1045d3=a43_0x2a1599;this['patchConnection'](),this[_0x1045d3(0x285)]();}static['patchConnection'](){const _0x4a6d91=a43_0x2a1599,_0x1dce5e={'gcmWl':function(_0x4def01,_0x242a88,_0x6c4747){return _0x4def01(_0x242a88,_0x6c4747);},'QVoOs':'currentTest','rlXFL':'testInfo','jJHtq':'titlePath','JcJis':function(_0x7ec046,_0x31b734,_0x8ec34a){return _0x7ec046(_0x31b734,_0x8ec34a);},'nCtsc':_0x4a6d91(0x21e),'SBXNN':_0x4a6d91(0x260),'vMIWU':function(_0x420c1a,_0x21b4b0){return _0x420c1a===_0x21b4b0;},'ilfZl':_0x4a6d91(0x25d),'WaPLr':function(_0x328af7,_0x13d0e9,_0x46b582,_0x5098f4){return _0x328af7(_0x13d0e9,_0x46b582,_0x5098f4);},'rgCPw':function(_0x2d63cc,_0x5f3114){return _0x2d63cc(_0x5f3114);},'hqvHA':function(_0x3c87ee,_0x499c90){return _0x3c87ee(_0x499c90);},'RVhWP':_0x4a6d91(0x239),'RGUca':_0x4a6d91(0x1f1),'jLAst':_0x4a6d91(0x221),'JkHIx':function(_0x70c92c,_0x28f979){return _0x70c92c(_0x28f979);},'nuGrw':_0x4a6d91(0x24a),'PhlHW':function(_0x4d98ac,_0x174488){return _0x4d98ac(_0x174488);},'eyCry':function(_0xe433c1,_0x4094c9){return _0xe433c1!=_0x4094c9;},'QjUKT':function(_0x1c2a2e){return _0x1c2a2e();},'TLadE':'sendMessageToServer','UIdFD':_0x4a6d91(0x210),'UZfzV':function(_0x4a9004,_0x1f6efd){return _0x4a9004(_0x1f6efd);}},_0x5d716f=this;if(!this['Connection'])try{const _0x38d7b1=path['join'](_0x1dce5e[_0x4a6d91(0x1ec)],_0x1dce5e[_0x4a6d91(0x259)],_0x1dce5e[_0x4a6d91(0x202)]),_0x562912=_0x1dce5e['JkHIx'](importFileFromPWCore,_0x38d7b1);!_0x562912?_0x1dce5e[_0x4a6d91(0x251)](debug,_0x1dce5e[_0x4a6d91(0x1e0)]):this[_0x4a6d91(0x257)]=_0x562912[_0x4a6d91(0x257)];}catch(_0x3bd6c6){_0x1dce5e['PhlHW'](debug,_0x4a6d91(0x21a)+_0x3bd6c6['toString']());}const _0x103e14=this['Connection'];try{if(_0x1dce5e[_0x4a6d91(0x27a)](_0x103e14,null)){const _0x563cdc=_0x103e14['prototype'][_0x4a6d91(0x210)],_0x5c555e=_0x103e14['prototype'][_0x4a6d91(0x205)];_0x1dce5e[_0x4a6d91(0x241)](isAccessibilityAutomationSession)&&Object[_0x4a6d91(0x27f)](_0x103e14[_0x4a6d91(0x213)],_0x1dce5e[_0x4a6d91(0x240)],{'get':function(){const _0x3dcd92=_0x4a6d91,_0x2367a8={'qAigl':function(_0x5201d5,_0x4a074a,_0x3424e7){const _0x462642=a43_0x1d2f;return _0x1dce5e[_0x462642(0x208)](_0x5201d5,_0x4a074a,_0x3424e7);},'nalHg':_0x1dce5e['QVoOs'],'JpRKs':_0x1dce5e['rlXFL'],'UFRNP':_0x1dce5e[_0x3dcd92(0x1ee)],'yVWkK':function(_0x12f287,_0x278913,_0x88f91a){const _0xbaee53=_0x3dcd92;return _0x1dce5e[_0xbaee53(0x222)](_0x12f287,_0x278913,_0x88f91a);},'tYIbI':function(_0x4e826c,_0x24ad6a,_0x28bdc4){return _0x1dce5e['JcJis'](_0x4e826c,_0x24ad6a,_0x28bdc4);},'zAoUr':_0x1dce5e[_0x3dcd92(0x275)],'LLRAc':_0x1dce5e[_0x3dcd92(0x250)],'uIFQf':function(_0x59e5fb,_0x989285){return _0x1dce5e['vMIWU'](_0x59e5fb,_0x989285);},'xRlYT':_0x1dce5e[_0x3dcd92(0x1e9)],'oxMkZ':function(_0x3ee10b,_0x157efe,_0x4fdd75,_0x12133a){const _0x452945=_0x3dcd92;return _0x1dce5e[_0x452945(0x243)](_0x3ee10b,_0x157efe,_0x4fdd75,_0x12133a);}};return async function(){const _0xeb628e=_0x3dcd92;try{if(!global[_0xeb628e(0x1fc)]&&global[_0xeb628e(0x236)]&&_0x2367a8['qAigl'](nestedKeyValue,global[_0xeb628e(0x21e)],[_0x2367a8['nalHg'],_0x2367a8[_0xeb628e(0x26d)],_0x2367a8[_0xeb628e(0x247)]])&&_0x2367a8[_0xeb628e(0x266)](shouldScanTestForAccessibility,global[_0xeb628e(0x21e)][_0xeb628e(0x25a)][_0xeb628e(0x1fa)][_0xeb628e(0x25b)],!![])&&scripts['shouldWrapCommand'](arguments[0x1])){logger[_0xeb628e(0x24f)](_0xeb628e(0x268)+arguments[0x1]),global[_0xeb628e(0x1fc)]=!![];const _0x11b0f0=_0x2367a8[_0xeb628e(0x207)](nestedKeyValue,global,[_0x2367a8[_0xeb628e(0x209)],_0x2367a8['LLRAc']]),_0x3ec60a={};_0x3ec60a[_0xeb628e(0x256)]=arguments[0x1],_0x11b0f0&&logger[_0xeb628e(0x24f)](util[_0xeb628e(0x24d)](await AccessibilityHelper[_0xeb628e(0x206)](_0x11b0f0,_0x3ec60a)));if(_0x2367a8['uIFQf'](arguments[0x0]['_type'],_0x2367a8[_0xeb628e(0x263)])&&global[_0xeb628e(0x22b)]){const _0x374844={};_0x374844['method']=arguments[0x1],await _0x2367a8[_0xeb628e(0x23e)](browserStackExecuteDriver,global[_0xeb628e(0x22b)],scripts[_0xeb628e(0x206)],_0x374844);}}}catch(_0x2a1c2f){logger['debug'](_0xeb628e(0x27d)+util['format'](_0x2a1c2f));}return global[_0xeb628e(0x1fc)]=![],_0x5c555e[_0xeb628e(0x1ed)](this,arguments);};}}),!_0x1dce5e['hqvHA'](isFalse,process[_0x4a6d91(0x233)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&Object['defineProperty'](_0x103e14[_0x4a6d91(0x213)],_0x1dce5e[_0x4a6d91(0x20b)],{'get':function(){return function _0x11e5a1(_0x4c9706){const _0x45fded=a43_0x1d2f,_0x3fe072=_0x4c9706&&_0x4c9706[_0x45fded(0x22a)]&&_0x4c9706['params'][_0x45fded(0x26f)];if(_0x3fe072){const _0x36008b=_0x3fe072[_0x45fded(0x25f)],_0xc54147=_0x3fe072[_0x45fded(0x20d)];_0xc54147&&(_0x1dce5e[_0x45fded(0x248)](debug,_0x45fded(0x25c)+_0xc54147[_0x45fded(0x244)]()),_0x5d716f['currentSessionDetails'][_0x45fded(0x23c)]=_0xc54147[_0x45fded(0x211)],_0x5d716f[_0x45fded(0x1f9)][_0x45fded(0x1fe)]=_0xc54147[_0x45fded(0x1e8)]),_0x36008b&&(_0x1dce5e[_0x45fded(0x1fd)](debug,_0x45fded(0x25e)+_0x36008b),_0x5d716f['currentSessionDetails'][_0x45fded(0x276)]=_0x36008b);}return _0x563cdc[_0x45fded(0x1ed)](this,arguments);};}});}}catch(_0x1b3c82){_0x1dce5e[_0x4a6d91(0x24e)](debug,_0x4a6d91(0x228)+_0x1b3c82),_0x5d716f['sessionError']=_0x1b3c82[_0x4a6d91(0x244)]();}}static['patchCRConnection'](){const _0x24e648=a43_0x2a1599,_0x4d6cb9={'gCAyY':function(_0x3dcea3,_0x2a5ef9){return _0x3dcea3(_0x2a5ef9);},'IZoGu':function(_0x4a968d){return _0x4a968d();},'Llnzm':_0x24e648(0x239),'rTcrR':_0x24e648(0x26a),'sDQXz':_0x24e648(0x246),'cjXVN':'crConnection.js','QhoAt':function(_0x40e761,_0x265497){return _0x40e761(_0x265497);},'udSTm':function(_0x31125f,_0x58cde8){return _0x31125f(_0x58cde8);},'GcwFr':_0x24e648(0x20e),'WdwNI':'Error\x20in\x20importing\x20crConnection','ePpll':function(_0x2e905a,_0x30da08){return _0x2e905a!=_0x30da08;},'PwGoM':_0x24e648(0x234)},_0x2277e9=this;if(_0x4d6cb9[_0x24e648(0x277)](isAccessibilityAutomationSession)){let _0x51bbb9=null;try{const _0x581d28=path['join'](_0x4d6cb9[_0x24e648(0x1ea)],_0x4d6cb9['rTcrR'],_0x4d6cb9['sDQXz'],_0x4d6cb9[_0x24e648(0x200)]),_0x43f004=_0x4d6cb9[_0x24e648(0x1de)](importFileFromPWCore,_0x581d28);!_0x43f004?_0x4d6cb9[_0x24e648(0x225)](debug,_0x4d6cb9['GcwFr']):_0x51bbb9=_0x43f004[_0x24e648(0x27c)];}catch(_0x12ef77){_0x4d6cb9[_0x24e648(0x225)](debug,_0x4d6cb9['WdwNI']);}try{if(_0x4d6cb9[_0x24e648(0x215)](_0x51bbb9,null)){const _0x378415=_0x51bbb9[_0x24e648(0x213)]['_onMessage'];Object[_0x24e648(0x27f)](_0x51bbb9[_0x24e648(0x213)],_0x4d6cb9[_0x24e648(0x204)],{'get':function(){const _0xb07791={'ipRYQ':function(_0xe38a6f,_0x863cc5){const _0x393628=a43_0x1d2f;return _0x4d6cb9[_0x393628(0x231)](_0xe38a6f,_0x863cc5);},'bEKpS':function(_0x3fac40,_0x457317){const _0x32036b=a43_0x1d2f;return _0x4d6cb9[_0x32036b(0x231)](_0x3fac40,_0x457317);}};return function _0x593a1c(_0x4f0cd3){const _0x1ce46c=a43_0x1d2f;try{const _0x5d1be3=_0x4f0cd3['bStackParams'];if(_0x5d1be3){delete _0x4f0cd3[_0x1ce46c(0x1f6)];const _0xf98e10=_0x5d1be3[_0x1ce46c(0x25f)],_0x46896b=_0x5d1be3['platformDetails'];_0x46896b&&(_0xb07791[_0x1ce46c(0x1e5)](debug,'Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20'+_0x46896b[_0x1ce46c(0x244)]()),_0x2277e9['currentSessionDetails']['platform']=_0x46896b[_0x1ce46c(0x211)],_0x2277e9[_0x1ce46c(0x1f9)][_0x1ce46c(0x1fe)]=_0x46896b[_0x1ce46c(0x1e8)]),_0xf98e10&&(_0xb07791[_0x1ce46c(0x1e5)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0xf98e10),_0x2277e9[_0x1ce46c(0x1f9)][_0x1ce46c(0x276)]=_0xf98e10);}}catch(_0x405972){_0xb07791['bEKpS'](debug,'Error\x20in\x20finding\x20platform\x20details\x20'+_0x405972[_0x1ce46c(0x244)]());}return _0x378415['apply'](this,arguments);};}});}}catch(_0x547913){_0x4d6cb9['udSTm'](debug,_0x24e648(0x201)+_0x547913),_0x2277e9[_0x24e648(0x279)]=_0x547913[_0x24e648(0x244)]();}}}static[a43_0x2a1599(0x224)](){const _0x3eaf26=a43_0x2a1599;return this[_0x3eaf26(0x1f9)];}}module[a43_0x2a1599(0x287)]=PlaywrightSessionDetails;
1
+ const a43_0x3ff459=a43_0x1e31;function a43_0x1e31(_0x294643,_0x637689){const _0x3fb042=a43_0x3fb0();return a43_0x1e31=function(_0x1e31c1,_0xfdc6b7){_0x1e31c1=_0x1e31c1-0x149;let _0x58f95f=_0x3fb042[_0x1e31c1];return _0x58f95f;},a43_0x1e31(_0x294643,_0x637689);}(function(_0x3b1e8b,_0x3ae094){const _0x53ec86=a43_0x1e31,_0x13e63c=_0x3b1e8b();while(!![]){try{const _0x145261=-parseInt(_0x53ec86(0x149))/0x1*(parseInt(_0x53ec86(0x1d8))/0x2)+parseInt(_0x53ec86(0x14a))/0x3*(-parseInt(_0x53ec86(0x16d))/0x4)+-parseInt(_0x53ec86(0x19c))/0x5*(-parseInt(_0x53ec86(0x179))/0x6)+parseInt(_0x53ec86(0x1de))/0x7+-parseInt(_0x53ec86(0x15b))/0x8*(-parseInt(_0x53ec86(0x16b))/0x9)+parseInt(_0x53ec86(0x1e7))/0xa+parseInt(_0x53ec86(0x14e))/0xb;if(_0x145261===_0x3ae094)break;else _0x13e63c['push'](_0x13e63c['shift']());}catch(_0x29f13b){_0x13e63c['push'](_0x13e63c['shift']());}}}(a43_0x3fb0,0x71fc5));const path=require(a43_0x3ff459(0x1d9)),url=require(a43_0x3ff459(0x1d3)),util=require(a43_0x3ff459(0x15c)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a43_0x3ff459(0x1a4)),{o11yErrorHandler}=require(a43_0x3ff459(0x162)),{debug,getPlatformDetails}=require(a43_0x3ff459(0x1be)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),logger=require('../../helpers/logger')[a43_0x3ff459(0x1ae)],scripts=require(a43_0x3ff459(0x16c)),{browserStackExecuteDriver}=require('../../bin/playwright/accessibility-helper'),AccessibilityHelper=require(a43_0x3ff459(0x1e0)),constants=require(a43_0x3ff459(0x163)),getBrowserNameFromChannel=_0x238e25=>{const _0x8ade66=a43_0x3ff459,_0x58512b={};_0x58512b[_0x8ade66(0x18c)]=_0x8ade66(0x190),_0x58512b[_0x8ade66(0x1c9)]='edge',_0x58512b['LitcU']='firefox',_0x58512b[_0x8ade66(0x1c0)]='safari';const _0x4adb79=_0x58512b;if(_0x238e25[_0x8ade66(0x188)](_0x4adb79[_0x8ade66(0x18c)]))return _0x4adb79[_0x8ade66(0x18c)];if(_0x238e25['includes'](_0x4adb79['kZncF']))return _0x4adb79[_0x8ade66(0x1c9)];if(_0x238e25[_0x8ade66(0x188)](_0x4adb79[_0x8ade66(0x186)]))return _0x4adb79[_0x8ade66(0x186)];if(_0x238e25[_0x8ade66(0x188)](_0x4adb79[_0x8ade66(0x1c0)]))return _0x4adb79['JMiMh'];},getBrowserFromWSEndpoint=_0x3172f2=>{const _0x354cc3=a43_0x3ff459,_0x407789={'zAyBD':_0x354cc3(0x190),'EIQDC':function(_0x18c4a8,_0x4f7214){return _0x18c4a8(_0x4f7214);}};try{const _0x2c769d=url[_0x354cc3(0x1bf)](_0x3172f2),_0x55df6c=new URLSearchParams(_0x2c769d[_0x354cc3(0x1e5)]),_0x134107=Object[_0x354cc3(0x1b6)](_0x55df6c[_0x354cc3(0x14f)]()),_0x6cf551=JSON[_0x354cc3(0x1bf)](_0x134107['caps']);if(_0x6cf551&&(_0x6cf551[_0x354cc3(0x1e8)]||_0x6cf551[_0x354cc3(0x18b)]))return _0x6cf551[_0x354cc3(0x1e8)]||_0x6cf551[_0x354cc3(0x18b)];return _0x407789[_0x354cc3(0x153)];}catch(_0x499df6){_0x407789[_0x354cc3(0x16f)](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x499df6[_0x354cc3(0x158)]());}},getCloudProviderFromWsEndpoint=_0xec80e0=>{const _0x5ad3ee=a43_0x3ff459,_0x184266={};_0x184266[_0x5ad3ee(0x1c3)]=_0x5ad3ee(0x1ea),_0x184266[_0x5ad3ee(0x151)]='browserstack',_0x184266[_0x5ad3ee(0x1cc)]='unknown_grid';const _0x9050b3=_0x184266;if(_0xec80e0[_0x5ad3ee(0x188)](_0x9050b3[_0x5ad3ee(0x1c3)]))return _0x9050b3[_0x5ad3ee(0x151)];return _0x9050b3[_0x5ad3ee(0x1cc)];},a43_0x40871f={};a43_0x40871f['cloudProvider']=undefined,a43_0x40871f[a43_0x3ff459(0x1e2)]=undefined,a43_0x40871f[a43_0x3ff459(0x1e8)]=undefined,a43_0x40871f[a43_0x3ff459(0x1aa)]=undefined,a43_0x40871f[a43_0x3ff459(0x165)]=undefined,a43_0x40871f[a43_0x3ff459(0x1e1)]=undefined,a43_0x40871f[a43_0x3ff459(0x154)]=undefined,a43_0x40871f[a43_0x3ff459(0x16e)]={};function a43_0x3fb0(){const _0x274645=['sessionError','YvHHz','platformVersion','prototype','automate','ATS_WSS_URL_REGEX','shouldWrapCommand','local_grid','vpduP','ERbDW','Error\x20in\x20importing\x20connection\x20','chromium','LitcU','lQiLG','includes','ZeDmE','_onMessage','browserName','AtUId','turboscale','QWfqm','Page','chrome','aDaoE','browserstack','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','platformDetails','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','Not\x20able\x20to\x20import\x20crConnection','performScan','dBXYl','LhqxS','wiCBX','bStackParams','295xbOjFn','gbyyB','sendMessageToServer','dXbhp','PRZmw','testInfo','method','dMNuu','../../helpers/helper','uZxia','pWSAE','format','_type','_defaultConnectOptions','browser_version','currentTest','connectOptions','bsParams','winstonLogger','ELqyx','currentSessionDetails','ufFwQ','assign','isRemote','Not\x20able\x20to\x20import\x20Connection','dispatch','fromEntries','apply','server','ceUfR','__driver','gXHxF','join','fAYmf','../../helpers/test-observability/utils','parse','JMiMh','HiyuD','test','vecWt','debug','miLRp','vttPI','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','UsTqv','kZncF','project','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','RgDGu','OLXzn','xabaK','jZQWP','bstackPerformA11yScan','hNLDh','model','url','platformName','accessibilityPlatform','Error\x20in\x20importing\x20crConnection','lib','10174RqHgtl','path','Connection','XJWEt','client','uXnjU','1539111cmlqHl','RtiBJ','./accessibility-helper','platform_version','bsSessionId','__workerDetails','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','query','_connection','7129190ZbdmGY','browser','NjwEd','browserstack.com','xyfmg','155QWyXDP','67092IIAijB','patchCRConnection','wZMoY','Performing\x20scan\x20for\x20','176957iWbHNg','entries','UIRXQ','lGJbv','playwright-','zAyBD','product','ilSwR','getDetails','Failed\x20to\x20perform\x20scan\x20','toString','_browserType','sessionId','1114560syqpyM','util','setupBrowserDetails','yhQUL','NYNlK','WuoFt','Xlles','../../helpers/test-observability/error-handler','../utils/constants','RJdVI','platform','use','aZhej','_name','EsRZw','version','36pQssql','../../helpers/accessibility-automation/scripts','52fBCosZ','capabilities','EIQDC','pwPage','hDRBP','params','crConnection.js','BROWSERSTACK_TEST_OBSERVABILITY','defineProperty','env','toLowerCase','BhEQl','4062SCZTwE'];a43_0x3fb0=function(){return _0x274645;};return a43_0x3fb0();}class PlaywrightSessionDetails{static [a43_0x3ff459(0x1b0)]=a43_0x40871f;constructor(){const _0x5b5d69=a43_0x3ff459,_0x4caf4f={};_0x4caf4f['oGlxS']=_0x5b5d69(0x195);const _0x25b237=_0x4caf4f;throw new Error(_0x25b237['oGlxS']);}static [a43_0x3ff459(0x17a)]=null;static[a43_0x3ff459(0x15d)](_0xf166f5,_0x44271d,_0x1ebe7c=null){const _0x4a5f97=a43_0x3ff459,_0x40662a={'jZQWP':function(_0x42c870,_0x30be08){return _0x42c870===_0x30be08;},'aZhej':'function','PhhIf':_0x4a5f97(0x1e4),'ZfKCa':'Device\x20Model\x20is\x20not\x20available','WuoFt':_0x4a5f97(0x181),'ilSwR':function(_0x162c31,_0x48591f,_0x5718ee){return _0x162c31(_0x48591f,_0x5718ee);},'Qakhn':_0x4a5f97(0x159),'GxKCg':_0x4a5f97(0x1a9),'ELqyx':_0x4a5f97(0x1ca),'PRZmw':_0x4a5f97(0x166),'uXnjU':_0x4a5f97(0x1ac),'RJdVI':function(_0x397194,_0x4f76bd){return _0x397194(_0x4f76bd);},'WOYUJ':function(_0x455d12,_0x19d510){return _0x455d12===_0x19d510;},'Xlles':_0x4a5f97(0x192),'IlrnY':_0x4a5f97(0x18d),'xyfmg':_0x4a5f97(0x17e),'ufFwQ':function(_0x52cbc6,_0x451384){return _0x52cbc6(_0x451384);},'wiCBX':function(_0x1e79ab,_0xc60e29){return _0x1e79ab+_0xc60e29;},'BhEQl':_0x4a5f97(0x152),'EsRZw':function(_0x7a69fd){return _0x7a69fd();},'xabaK':function(_0x413061,_0x4759fe,_0x368786){return _0x413061(_0x4759fe,_0x368786);},'vttPI':'setupBrowserDetails'},_0x477606=this;return _0x40662a[_0x4a5f97(0x1ce)](o11yErrorHandler,async function _0x507440(_0x442761,_0x14f22f,_0x4e7807=null){const _0x392924=_0x4a5f97;let _0x4c42f9=_0x442761[_0x392924(0x168)],_0x3a9e8b=null;_0x442761&&_0x40662a[_0x392924(0x1cf)](typeof _0x442761[_0x392924(0x16a)],_0x40662a['aZhej'])?_0x3a9e8b=_0x442761[_0x392924(0x16a)]():logger[_0x392924(0x1c4)](_0x40662a['PhhIf']);let _0x92d2e0=null;_0x442761&&_0x40662a['jZQWP'](typeof _0x442761[_0x392924(0x1d2)],_0x40662a[_0x392924(0x167)])?_0x92d2e0=_0x442761[_0x392924(0x1d2)]():logger[_0x392924(0x1c4)](_0x40662a['ZfKCa']);let _0x53a3e7=null,_0xb7a39=null,_0x57bd97=null,_0x1163e6=_0x40662a[_0x392924(0x160)];if(_0x442761[_0x392924(0x1e6)][_0x392924(0x1b3)]()||global[_0x392924(0x1d5)]){let _0x49d693=null;_0x40662a[_0x392924(0x155)](nestedKeyValue,_0x442761,[_0x40662a['Qakhn'],_0x40662a['GxKCg']])?_0x49d693=_0x442761[_0x392924(0x159)][_0x392924(0x1a9)]:_0x49d693=_0x40662a[_0x392924(0x155)](nestedKeyValue,_0x14f22f,[_0x40662a[_0x392924(0x1af)],_0x40662a[_0x392924(0x1a0)],_0x40662a[_0x392924(0x1dd)]]);const _0x4b5ad5=_0x4e7807||_0x49d693&&_0x49d693['wsEndpoint'];_0x4b5ad5&&(_0x1163e6=_0x40662a[_0x392924(0x164)](getCloudProviderFromWsEndpoint,_0x4b5ad5),_0x40662a['WOYUJ'](_0x1163e6,_0x40662a[_0x392924(0x161)])&&(_0x57bd97=constants[_0x392924(0x17f)][_0x392924(0x1c2)](_0x4b5ad5)?_0x40662a['IlrnY']:_0x40662a[_0x392924(0x1eb)],_0x4c42f9=_0x40662a[_0x392924(0x1b1)](getBrowserFromWSEndpoint,_0x4b5ad5)||_0x4c42f9,_0x53a3e7=_0x477606['currentSessionDetails']['platform'],_0xb7a39=_0x477606['currentSessionDetails'][_0x392924(0x1e1)]));}else{_0x14f22f&&_0x14f22f[_0x392924(0x1ca)]['use']['channel']?_0x4c42f9=_0x40662a['ufFwQ'](getBrowserNameFromChannel,_0x14f22f[_0x392924(0x1ca)][_0x392924(0x166)]['channel']):_0x4c42f9=_0x40662a[_0x392924(0x19a)](_0x40662a[_0x392924(0x178)],_0x4c42f9[_0x392924(0x177)]());const _0x5883ed=await _0x40662a[_0x392924(0x169)](getPlatformDetails);_0x53a3e7=_0x5883ed[_0x392924(0x1d4)],_0xb7a39=_0x5883ed[_0x392924(0x17c)];}const _0xfca06={};_0xfca06['browser']=_0x4c42f9,_0xfca06[_0x392924(0x1aa)]=_0x3a9e8b,_0xfca06['capabilities']={},_0xfca06['platform']=_0x53a3e7,_0xfca06[_0x392924(0x1e1)]=_0xb7a39,_0xfca06[_0x392924(0x154)]=_0x57bd97;const _0x5e92e1=_0xfca06;_0x92d2e0&&(_0x5e92e1['capabilities']['deviceModel']=_0x92d2e0);const _0x5cbde0={};_0x5cbde0['cloudProvider']=_0x1163e6,_0x477606[_0x392924(0x1b0)]=Object[_0x392924(0x1b2)]({},_0x477606[_0x392924(0x1b0)],_0x5cbde0,_0x5e92e1);},_0x40662a[_0x4a5f97(0x1c6)])(_0xf166f5,_0x44271d,_0x1ebe7c);}static['patch'](){const _0x5d283c=a43_0x3ff459;this['patchConnection'](),this[_0x5d283c(0x14b)]();}static['patchConnection'](){const _0x4caa11=a43_0x3ff459,_0x13ecaf={'dXbhp':function(_0x1f5279,_0x2963ad,_0x123675){return _0x1f5279(_0x2963ad,_0x123675);},'pWSAE':_0x4caa11(0x1ab),'OLXzn':_0x4caa11(0x1a1),'hNLDh':'titlePath','gbyyB':'__workerDetails','aDaoE':_0x4caa11(0x170),'EkDJw':function(_0x56c82a,_0x5db90e){return _0x56c82a===_0x5db90e;},'TNDEW':_0x4caa11(0x18f),'hkBMf':function(_0x33edfe,_0x36bb25,_0x534aac,_0x41fe5c){return _0x33edfe(_0x36bb25,_0x534aac,_0x41fe5c);},'NjwEd':function(_0x8d1156,_0x33c672){return _0x8d1156(_0x33c672);},'fAYmf':_0x4caa11(0x1d7),'vpduP':_0x4caa11(0x1dc),'yhQUL':'connection.js','UsTqv':function(_0x5a3cbe,_0x383204){return _0x5a3cbe(_0x383204);},'ceUfR':function(_0x472fef,_0x35dc43){return _0x472fef(_0x35dc43);},'uZxia':_0x4caa11(0x1b4),'mCgEp':function(_0x434572,_0x2d678c){return _0x434572(_0x2d678c);},'ERbDW':function(_0xd34c18,_0x3bb908){return _0xd34c18!=_0x3bb908;},'UIRXQ':function(_0x299b89){return _0x299b89();},'miLRp':'sendMessageToServer','gXHxF':function(_0x48446d,_0x2e0cfa){return _0x48446d(_0x2e0cfa);},'tEQSl':_0x4caa11(0x1b5),'HiyuD':function(_0x1eea43,_0x290a2a){return _0x1eea43(_0x290a2a);}},_0x5b0199=this;if(!this[_0x4caa11(0x1da)])try{const _0x29e43c=path[_0x4caa11(0x1bc)](_0x13ecaf[_0x4caa11(0x1bd)],_0x13ecaf[_0x4caa11(0x182)],_0x13ecaf[_0x4caa11(0x15e)]),_0x92c582=_0x13ecaf[_0x4caa11(0x1c8)](importFileFromPWCore,_0x29e43c);!_0x92c582?_0x13ecaf[_0x4caa11(0x1b9)](debug,_0x13ecaf[_0x4caa11(0x1a5)]):this[_0x4caa11(0x1da)]=_0x92c582[_0x4caa11(0x1da)];}catch(_0x1ba37c){_0x13ecaf['mCgEp'](debug,_0x4caa11(0x184)+_0x1ba37c[_0x4caa11(0x158)]());}const _0x25f5d5=this[_0x4caa11(0x1da)];try{if(_0x13ecaf[_0x4caa11(0x183)](_0x25f5d5,null)){const _0x436701=_0x25f5d5[_0x4caa11(0x17d)][_0x4caa11(0x1b5)],_0x18b346=_0x25f5d5['prototype'][_0x4caa11(0x19e)];_0x13ecaf[_0x4caa11(0x150)](isAccessibilityAutomationSession)&&Object[_0x4caa11(0x175)](_0x25f5d5['prototype'],_0x13ecaf[_0x4caa11(0x1c5)],{'get':function(){return async function(){const _0x222309=a43_0x1e31;try{if(!global[_0x222309(0x1d0)]&&global[_0x222309(0x1d5)]&&_0x13ecaf[_0x222309(0x19f)](nestedKeyValue,global[_0x222309(0x1e3)],[_0x13ecaf[_0x222309(0x1a6)],_0x13ecaf[_0x222309(0x1cd)],_0x13ecaf[_0x222309(0x1d1)]])&&_0x13ecaf[_0x222309(0x19f)](shouldScanTestForAccessibility,global[_0x222309(0x1e3)][_0x222309(0x1ab)][_0x222309(0x1a1)]['titlePath'],!![])&&scripts[_0x222309(0x180)](arguments[0x1])){logger['debug'](_0x222309(0x14d)+arguments[0x1]),global[_0x222309(0x1d0)]=!![];const _0x40bde2=_0x13ecaf['dXbhp'](nestedKeyValue,global,[_0x13ecaf[_0x222309(0x19d)],_0x13ecaf[_0x222309(0x191)]]),_0x4188e8={};_0x4188e8[_0x222309(0x1a2)]=arguments[0x1],_0x40bde2&&logger[_0x222309(0x1c4)](util[_0x222309(0x1a7)](await AccessibilityHelper[_0x222309(0x197)](_0x40bde2,_0x4188e8)));if(_0x13ecaf['EkDJw'](arguments[0x0][_0x222309(0x1a8)],_0x13ecaf['TNDEW'])&&global[_0x222309(0x1ba)]){const _0x505f7a={};_0x505f7a[_0x222309(0x1a2)]=arguments[0x1],await _0x13ecaf['hkBMf'](browserStackExecuteDriver,global[_0x222309(0x1ba)],scripts[_0x222309(0x197)],_0x505f7a);}}}catch(_0x33acaf){logger[_0x222309(0x1c4)](_0x222309(0x157)+util['format'](_0x33acaf));}return global['bstackPerformA11yScan']=![],_0x18b346[_0x222309(0x1b7)](this,arguments);};}}),!_0x13ecaf[_0x4caa11(0x1bb)](isFalse,process[_0x4caa11(0x176)][_0x4caa11(0x174)])&&Object[_0x4caa11(0x175)](_0x25f5d5[_0x4caa11(0x17d)],_0x13ecaf['tEQSl'],{'get':function(){return function _0x1db2bd(_0x49abf2){const _0x22b8ea=a43_0x1e31,_0x59f3a9=_0x49abf2&&_0x49abf2[_0x22b8ea(0x172)]&&_0x49abf2[_0x22b8ea(0x172)][_0x22b8ea(0x1ad)];if(_0x59f3a9){const _0x3f8756=_0x59f3a9['sessionId'],_0x2e67e5=_0x59f3a9[_0x22b8ea(0x194)];_0x2e67e5&&(_0x13ecaf['NjwEd'](debug,_0x22b8ea(0x1c7)+_0x2e67e5[_0x22b8ea(0x158)]()),_0x5b0199['currentSessionDetails']['platform']=_0x2e67e5[_0x22b8ea(0x1d4)],_0x5b0199[_0x22b8ea(0x1b0)][_0x22b8ea(0x1e1)]=_0x2e67e5['platformVersion']),_0x3f8756&&(_0x13ecaf[_0x22b8ea(0x1e9)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x3f8756),_0x5b0199['currentSessionDetails'][_0x22b8ea(0x1e2)]=_0x3f8756);}return _0x436701['apply'](this,arguments);};}});}}catch(_0x26e6dc){_0x13ecaf[_0x4caa11(0x1c1)](debug,'Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20'+_0x26e6dc),_0x5b0199['sessionError']=_0x26e6dc[_0x4caa11(0x158)]();}}static[a43_0x3ff459(0x14b)](){const _0xaa090d=a43_0x3ff459,_0x33b7bd={'wZMoY':function(_0x4a2322,_0x35dbd0){return _0x4a2322(_0x35dbd0);},'LhqxS':function(_0x14acef,_0x5fc228){return _0x14acef(_0x5fc228);},'RtiBJ':function(_0x5783e6){return _0x5783e6();},'QWfqm':_0xaa090d(0x1d7),'dMNuu':_0xaa090d(0x1b8),'qNGiB':_0xaa090d(0x185),'lQiLG':_0xaa090d(0x173),'XJWEt':function(_0x5c2286,_0x18bbf2){return _0x5c2286(_0x18bbf2);},'dBXYl':function(_0x574499,_0x841f3a){return _0x574499(_0x841f3a);},'hDRBP':_0xaa090d(0x196),'mIJeC':_0xaa090d(0x1d6),'YvHHz':function(_0x4f3147,_0x55c0c3){return _0x4f3147!=_0x55c0c3;},'VGvxP':_0xaa090d(0x18a)},_0x21541c=this;if(_0x33b7bd[_0xaa090d(0x1df)](isAccessibilityAutomationSession)){let _0x1f77bd=null;try{const _0x52d835=path[_0xaa090d(0x1bc)](_0x33b7bd[_0xaa090d(0x18e)],_0x33b7bd[_0xaa090d(0x1a3)],_0x33b7bd['qNGiB'],_0x33b7bd[_0xaa090d(0x187)]),_0xc02b0a=_0x33b7bd[_0xaa090d(0x1db)](importFileFromPWCore,_0x52d835);!_0xc02b0a?_0x33b7bd[_0xaa090d(0x198)](debug,_0x33b7bd[_0xaa090d(0x171)]):_0x1f77bd=_0xc02b0a['CRConnection'];}catch(_0x1d44cb){_0x33b7bd[_0xaa090d(0x14c)](debug,_0x33b7bd['mIJeC']);}try{if(_0x33b7bd[_0xaa090d(0x17b)](_0x1f77bd,null)){const _0x574b07=_0x1f77bd[_0xaa090d(0x17d)]['_onMessage'];Object[_0xaa090d(0x175)](_0x1f77bd[_0xaa090d(0x17d)],_0x33b7bd['VGvxP'],{'get':function(){const _0x2a10cd={'NYNlK':function(_0x545f76,_0x16b069){return _0x33b7bd['wZMoY'](_0x545f76,_0x16b069);},'ZeDmE':function(_0x67eae2,_0x44c289){const _0x354157=a43_0x1e31;return _0x33b7bd[_0x354157(0x199)](_0x67eae2,_0x44c289);}};return function _0x1ca88b(_0x14edc0){const _0xabe9a=a43_0x1e31;try{const _0x1e70c2=_0x14edc0['bStackParams'];if(_0x1e70c2){delete _0x14edc0[_0xabe9a(0x19b)];const _0x4253eb=_0x1e70c2[_0xabe9a(0x15a)],_0x35fc88=_0x1e70c2[_0xabe9a(0x194)];_0x35fc88&&(_0x2a10cd['NYNlK'](debug,'Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20'+_0x35fc88[_0xabe9a(0x158)]()),_0x21541c[_0xabe9a(0x1b0)]['platform']=_0x35fc88[_0xabe9a(0x1d4)],_0x21541c[_0xabe9a(0x1b0)][_0xabe9a(0x1e1)]=_0x35fc88[_0xabe9a(0x17c)]),_0x4253eb&&(_0x2a10cd[_0xabe9a(0x15f)](debug,_0xabe9a(0x1cb)+_0x4253eb),_0x21541c['currentSessionDetails'][_0xabe9a(0x1e2)]=_0x4253eb);}}catch(_0x578cb0){_0x2a10cd[_0xabe9a(0x189)](debug,'Error\x20in\x20finding\x20platform\x20details\x20'+_0x578cb0['toString']());}return _0x574b07['apply'](this,arguments);};}});}}catch(_0x3bd46f){_0x33b7bd[_0xaa090d(0x198)](debug,_0xaa090d(0x193)+_0x3bd46f),_0x21541c[_0xaa090d(0x17a)]=_0x3bd46f[_0xaa090d(0x158)]();}}}static[a43_0x3ff459(0x156)](){const _0x23e297=a43_0x3ff459;return this[_0x23e297(0x1b0)];}}module['exports']=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a44_0x138b62=a44_0x1349;function a44_0x1349(_0x2debff,_0x1a4b81){const _0x1b3276=a44_0x1b32();return a44_0x1349=function(_0x134918,_0x216b7d){_0x134918=_0x134918-0x162;let _0x200011=_0x1b3276[_0x134918];return _0x200011;},a44_0x1349(_0x2debff,_0x1a4b81);}(function(_0x5e7767,_0x93e7b){const _0x3ff2f3=a44_0x1349,_0x4c40e2=_0x5e7767();while(!![]){try{const _0x89a79b=-parseInt(_0x3ff2f3(0x184))/0x1*(-parseInt(_0x3ff2f3(0x1cc))/0x2)+-parseInt(_0x3ff2f3(0x1a9))/0x3*(parseInt(_0x3ff2f3(0x1ce))/0x4)+parseInt(_0x3ff2f3(0x199))/0x5+-parseInt(_0x3ff2f3(0x1a1))/0x6*(parseInt(_0x3ff2f3(0x16f))/0x7)+parseInt(_0x3ff2f3(0x17c))/0x8*(parseInt(_0x3ff2f3(0x178))/0x9)+parseInt(_0x3ff2f3(0x1b5))/0xa*(-parseInt(_0x3ff2f3(0x169))/0xb)+parseInt(_0x3ff2f3(0x1bf))/0xc*(parseInt(_0x3ff2f3(0x1a0))/0xd);if(_0x89a79b===_0x93e7b)break;else _0x4c40e2['push'](_0x4c40e2['shift']());}catch(_0x161a31){_0x4c40e2['push'](_0x4c40e2['shift']());}}}(a44_0x1b32,0x6ffb1));const fs=require('fs'),path=require('path'),util=require(a44_0x138b62(0x1be)),{performance}=require(a44_0x138b62(0x1ae)),{requireModule}=require(a44_0x138b62(0x16d)),helper=require(a44_0x138b62(0x16d)),utilities=require(a44_0x138b62(0x162)),runIntegrations=require(a44_0x138b62(0x16b)),captureError=async(_0x2552a5,_0x5282f3,_0x5b23e6=null)=>{const _0x440a0d=a44_0x138b62,_0x2da52b={'pJKay':function(_0x2e826e,_0x5293d8,_0x47c6de){return _0x2e826e(_0x5293d8,_0x47c6de);},'CGxeg':_0x440a0d(0x194)};try{await _0x2da52b[_0x440a0d(0x172)](_0x2552a5,_0x5282f3,_0x5b23e6);}catch(_0x4ddbb5){process['exitCode']=0x1,logger[_0x440a0d(0x1b8)](util['format'](_0x4ddbb5));const _0xa6401f={};_0xa6401f[_0x440a0d(0x18d)]=_0x4ddbb5['message'];const _0x4839f3=_0xa6401f;if(helper[_0x440a0d(0x17b)](global['config'])&&helper[_0x440a0d(0x17b)](global['framework']))return;try{utilities['fireFunnelTestEvent'](_0x2da52b[_0x440a0d(0x19f)],_0x4839f3,global[_0x440a0d(0x1ca)],global['framework']);}catch(_0x17134d){logger[_0x440a0d(0x181)](_0x440a0d(0x173)+_0x17134d);}}};try{const browserstackFolderPath=path['join'](helper[a44_0x138b62(0x175)](),a44_0x138b62(0x193));if(fs[a44_0x138b62(0x18c)](browserstackFolderPath)){const filePath=path[a44_0x138b62(0x1c9)](browserstackFolderPath,a44_0x138b62(0x192));fs['existsSync'](filePath)&&fs[a44_0x138b62(0x188)](filePath);}}catch(a44_0x1af71c){logger[a44_0x138b62(0x181)]('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a44_0x1af71c['message']);}process[a44_0x138b62(0x166)][a44_0x138b62(0x1ab)]('mocha')&&(!process[a44_0x138b62(0x166)][a44_0x138b62(0x1ab)](a44_0x138b62(0x1b3))&&process[a44_0x138b62(0x166)][a44_0x138b62(0x1b9)](a44_0x138b62(0x163)),!process[a44_0x138b62(0x166)]['includes'](a44_0x138b62(0x165))&&process['argv'][a44_0x138b62(0x1b9)](a44_0x138b62(0x1c8)),!process['argv'][a44_0x138b62(0x1ab)](a44_0x138b62(0x1b6))&&process[a44_0x138b62(0x166)][a44_0x138b62(0x1b9)](a44_0x138b62(0x19e)));const yargs=require(a44_0x138b62(0x1c4)),Constants=require(a44_0x138b62(0x16a)),PerformanceTester=require('../helpers/performance-tester'),logger=require(a44_0x138b62(0x19c))[a44_0x138b62(0x176)];PerformanceTester['startMonitoring'](),performance['mark']('sdk:setup-start');const a44_0x587637={};a44_0x587637[a44_0x138b62(0x1bd)]=![];function a44_0x1b32(){const _0x2b4df1=['dot-notation','util','84ybrgjQ','HST','./codeceptjs/command','PLAYWRIGHT','version','yargs','QybSX','MUYTX','./vanilla-js/command','--no-config','join','config','Feoje','12fWwEtd','Yekhb','360nXNqJM','../helpers/utilities','--no-opts','jest','--config','argv','DckwL','ats','5538324rNZSmT','./utils/constants','./integrations/command','nightwatch','../helpers/helper','handler','615727zLXewF','usage','mocha/lib/cli/run.js','pJKay','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','PTIfK','homedir','winstonLogger','setTestObservabilityDisable','40329AohKns','parserConfiguration','YirHK','isUndefined','656Zorgiz','svwlt','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','CODECEPTJS','setBrowserStackAutomationDisable','debug','describe','ngOgC','51328yQchwo','./cucumber-js/command','Parsing\x20command\x20line\x20arguements','integrations','unlinkSync','command','ZcUBK','node','existsSync','globalException','xdstA','slyWo','lxwNA','demandCommand','.local-not-set.json','.browserstack','SDKTestSuccessful','wrap','mocha/lib/cli/cli.js','HELP','mocha/lib/cli/commands.js','2772665Raumqe','INTEGRATIONS','INFO','../helpers/logger','CJlfz','--no-package','CGxeg','1081808FOfArB','48BfyVgS','gTZhi','help','usage:\x20$0\x20<command>\x20[args]','MHsjr','MLmOM','GEHfv','alias','4887aUfAYZ','LLSEn','includes','rTmji','wKJqv','perf_hooks','MRUdZ','./nightwatch/command','slice','VERSION','--opts','tuKDJ','10JcsJDD','--package','./playwright/command','error','push','wybVa','JEST','HGmGV'];a44_0x1b32=function(){return _0x2b4df1;};return a44_0x1b32();}const argv=yargs[a44_0x138b62(0x179)](a44_0x587637)[a44_0x138b62(0x170)](a44_0x138b62(0x1a4))[a44_0x138b62(0x1a8)]('v',a44_0x138b62(0x1c3))[a44_0x138b62(0x182)]('v')['alias']('h',a44_0x138b62(0x1a3))['help']('help')['showHelpOnFail'](!![],Constants[a44_0x138b62(0x1b2)][a44_0x138b62(0x197)])[a44_0x138b62(0x189)](a44_0x138b62(0x164),Constants[a44_0x138b62(0x1bb)][a44_0x138b62(0x19b)],function(_0x32bc1b){const _0xf3e4e3=a44_0x138b62,_0x242969={'sjEfp':function(_0x328559,_0xcf32ed,_0x3308bc,_0x4f301c){return _0x328559(_0xcf32ed,_0x3308bc,_0x4f301c);},'slyWo':function(_0x425f9e,_0xb3e702){return _0x425f9e(_0xb3e702);},'Feoje':'./jest/command'};helper[_0xf3e4e3(0x177)](),helper[_0xf3e4e3(0x180)]();const _0x140dc3=process[_0xf3e4e3(0x166)][_0xf3e4e3(0x1b1)](0x2);return _0x242969['sjEfp'](captureError,_0x242969[_0xf3e4e3(0x18f)](require,_0x242969[_0xf3e4e3(0x1cb)]),_0x32bc1b[_0xf3e4e3(0x166)],_0x140dc3);})[a44_0x138b62(0x189)]('mocha',Constants['MOCHA'][a44_0x138b62(0x19b)],_0x32ec0b=>{const _0x251895=a44_0x138b62,_0x38abb8={'svwlt':function(_0x595829,_0x211fa9,_0x295582){return _0x595829(_0x211fa9,_0x295582);},'PTIfK':function(_0xc05cee,_0x2993aa){return _0xc05cee(_0x2993aa);},'DckwL':'./mocha/command','HGmGV':_0x251895(0x186),'Yekhb':function(_0x3d4492,_0x11b706){return _0x3d4492(_0x11b706);},'rTmji':_0x251895(0x171),'tuKDJ':_0x251895(0x198),'wybVa':_0x251895(0x196),'LLSEn':function(_0x5d1a3f){return _0x5d1a3f();}};logger[_0x251895(0x181)](_0x38abb8[_0x251895(0x1bc)]);const _0x35ea0d=_0x38abb8[_0x251895(0x1cd)](requireModule,_0x38abb8[_0x251895(0x1ac)]),_0x539cf1=_0x38abb8['PTIfK'](requireModule,_0x38abb8[_0x251895(0x1b4)]);process[_0x251895(0x166)]=process[_0x251895(0x166)][_0x251895(0x1b1)](0x1),delete _0x35ea0d[_0x251895(0x16e)],_0x35ea0d[_0x251895(0x16e)]=function(_0x2a5df5){const _0x16188d=_0x251895;return _0x38abb8[_0x16188d(0x17d)](captureError,_0x38abb8[_0x16188d(0x174)](require,_0x38abb8[_0x16188d(0x167)]),_0x2a5df5);},_0x539cf1['run']=_0x35ea0d;const {main:_0x11f77b}=_0x38abb8['PTIfK'](requireModule,_0x38abb8[_0x251895(0x1ba)]);_0x38abb8[_0x251895(0x1aa)](_0x11f77b);})[a44_0x138b62(0x189)]('cucumber-js',Constants['CUCUMBER'][a44_0x138b62(0x19b)],function(_0x18ec1e){const _0x5db61f=a44_0x138b62,_0x104d52={'CJlfz':function(_0x302912,_0x5ac9ef,_0x2905e9,_0x5c0afe){return _0x302912(_0x5ac9ef,_0x2905e9,_0x5c0afe);},'ngOgC':function(_0x3a8108,_0x2fadc3){return _0x3a8108(_0x2fadc3);},'gTZhi':_0x5db61f(0x185)},_0x48b9ab=process['argv'][_0x5db61f(0x1b1)](0x2);return _0x104d52[_0x5db61f(0x19d)](captureError,_0x104d52[_0x5db61f(0x183)](require,_0x104d52[_0x5db61f(0x1a2)]),_0x18ec1e['argv'],_0x48b9ab);})['command'](a44_0x138b62(0x18b),Constants['VANILLA'][a44_0x138b62(0x19b)],function(_0x429dde){const _0x123085=a44_0x138b62,_0x1a7234={'MHsjr':function(_0x29365c,_0x41b613,_0x4116b4,_0x474dac){return _0x29365c(_0x41b613,_0x4116b4,_0x474dac);},'bNfcJ':function(_0x452efc,_0x531df5){return _0x452efc(_0x531df5);},'wKJqv':_0x123085(0x1c7)},_0x329052=process[_0x123085(0x166)][_0x123085(0x1b1)](0x2);return _0x1a7234[_0x123085(0x1a5)](captureError,_0x1a7234['bNfcJ'](require,_0x1a7234[_0x123085(0x1ad)]),_0x429dde[_0x123085(0x166)],_0x329052);})[a44_0x138b62(0x189)](a44_0x138b62(0x16c),Constants['NIGHTWATCH'][a44_0x138b62(0x19b)],function(_0x5cc9b3){const _0x26c50e=a44_0x138b62,_0x3da286={'MUYTX':function(_0x5b4d2f,_0x3ea895,_0x22d9e0,_0x138e80){return _0x5b4d2f(_0x3ea895,_0x22d9e0,_0x138e80);},'QybSX':function(_0x535a44,_0x433a17){return _0x535a44(_0x433a17);},'YirHK':_0x26c50e(0x1b0)},_0x342d63=process[_0x26c50e(0x166)]['slice'](0x2);return _0x3da286[_0x26c50e(0x1c6)](captureError,_0x3da286[_0x26c50e(0x1c5)](require,_0x3da286[_0x26c50e(0x17a)]),_0x5cc9b3['argv'],_0x342d63);})[a44_0x138b62(0x189)]('codeceptjs',Constants[a44_0x138b62(0x17f)][a44_0x138b62(0x19b)],function(_0x4f5f22){const _0xab25c2=a44_0x138b62,_0x5e5402={'MRUdZ':function(_0x377f4c,_0xe5690d,_0x7bca28,_0x3c2136){return _0x377f4c(_0xe5690d,_0x7bca28,_0x3c2136);},'MLmOM':function(_0x108248,_0x5ea6fa){return _0x108248(_0x5ea6fa);},'GEHfv':_0xab25c2(0x1c1)},_0x270d18=process[_0xab25c2(0x166)][_0xab25c2(0x1b1)](0x2);return _0x5e5402[_0xab25c2(0x1af)](captureError,_0x5e5402[_0xab25c2(0x1a6)](require,_0x5e5402[_0xab25c2(0x1a7)]),_0x4f5f22['argv'],_0x270d18);})['command'](a44_0x138b62(0x168),Constants[a44_0x138b62(0x1c0)][a44_0x138b62(0x19b)],function(_0x1d7bfe){const _0x4bb4f3=a44_0x138b62,_0x5a4030={'umbMh':function(_0x569634,_0x16cd6d,_0x3cf346){return _0x569634(_0x16cd6d,_0x3cf346);},'YwIjL':function(_0x521714,_0x173ae4){return _0x521714(_0x173ae4);},'xdstA':'../../ats/src/index'},_0x3942ef=process[_0x4bb4f3(0x166)][_0x4bb4f3(0x1b1)](0x2);return _0x5a4030['umbMh'](captureError,_0x5a4030['YwIjL'](require,_0x5a4030[_0x4bb4f3(0x18e)]),_0x1d7bfe);})[a44_0x138b62(0x189)](a44_0x138b62(0x187),Constants[a44_0x138b62(0x19a)][a44_0x138b62(0x19b)],function(_0x317cac){const _0xdf4419=a44_0x138b62,_0x188ec0={'ZcUBK':function(_0x4ada91,_0x456b8f){return _0x4ada91(_0x456b8f);}};return _0x188ec0[_0xdf4419(0x18a)](runIntegrations,_0x317cac);})['command']('playwright',Constants[a44_0x138b62(0x1c2)][a44_0x138b62(0x19b)],function(_0x370367){const _0x36ef21=a44_0x138b62,_0xafd0a3={'bcVGg':function(_0x4c32d1,_0x1c84b6,_0x152fa0,_0x21fe5c){return _0x4c32d1(_0x1c84b6,_0x152fa0,_0x21fe5c);},'lxwNA':function(_0x19b0ff,_0x4d1069){return _0x19b0ff(_0x4d1069);},'VWmrm':_0x36ef21(0x1b7)},_0x1a123b=process[_0x36ef21(0x166)][_0x36ef21(0x1b1)](0x2);return _0xafd0a3['bcVGg'](captureError,_0xafd0a3[_0x36ef21(0x190)](require,_0xafd0a3['VWmrm']),_0x370367[_0x36ef21(0x166)],_0x1a123b);})[a44_0x138b62(0x191)](0x1,a44_0x138b62(0x17e))[a44_0x138b62(0x195)](null)[a44_0x138b62(0x166)];!helper[a44_0x138b62(0x17b)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a44_0x138b62(0x168)&&console[a44_0x138b62(0x1b8)]('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');
2
+ 'use strict';const a44_0x58ec76=a44_0x133e;(function(_0x9758d3,_0x494e3c){const _0x1a6152=a44_0x133e,_0x5e8696=_0x9758d3();while(!![]){try{const _0x37ee75=-parseInt(_0x1a6152(0xec))/0x1*(-parseInt(_0x1a6152(0xf6))/0x2)+-parseInt(_0x1a6152(0xdd))/0x3*(-parseInt(_0x1a6152(0xd7))/0x4)+-parseInt(_0x1a6152(0x129))/0x5*(parseInt(_0x1a6152(0xd1))/0x6)+-parseInt(_0x1a6152(0xea))/0x7*(parseInt(_0x1a6152(0xef))/0x8)+-parseInt(_0x1a6152(0xe9))/0x9*(-parseInt(_0x1a6152(0x12c))/0xa)+parseInt(_0x1a6152(0xf4))/0xb+parseInt(_0x1a6152(0xe5))/0xc*(-parseInt(_0x1a6152(0x101))/0xd);if(_0x37ee75===_0x494e3c)break;else _0x5e8696['push'](_0x5e8696['shift']());}catch(_0x48d71b){_0x5e8696['push'](_0x5e8696['shift']());}}}(a44_0x5083,0x2b31c));const fs=require('fs'),path=require(a44_0x58ec76(0xc2)),util=require(a44_0x58ec76(0xca)),{performance}=require(a44_0x58ec76(0x102)),{requireModule}=require(a44_0x58ec76(0xfa)),helper=require(a44_0x58ec76(0xfa)),utilities=require(a44_0x58ec76(0xe4)),runIntegrations=require('./integrations/command'),captureError=async(_0x121af4,_0xc4ebe4,_0x24a531=null)=>{const _0x40dfa2=a44_0x58ec76,_0xedf3fa={'fjPEk':function(_0x22a54f,_0x279193,_0x1f3db6){return _0x22a54f(_0x279193,_0x1f3db6);},'gydxL':_0x40dfa2(0x120)};try{await _0xedf3fa[_0x40dfa2(0xbc)](_0x121af4,_0xc4ebe4,_0x24a531);}catch(_0x50c914){process[_0x40dfa2(0xf7)]=0x1,logger['error'](util[_0x40dfa2(0x119)](_0x50c914));const _0x179915={};_0x179915[_0x40dfa2(0x100)]=_0x50c914['message'];const _0x4cedcb=_0x179915;if(helper['isUndefined'](global[_0x40dfa2(0xd6)])&&helper['isUndefined'](global[_0x40dfa2(0xc3)]))return;try{utilities['fireFunnelTestEvent'](_0xedf3fa[_0x40dfa2(0xdc)],_0x4cedcb,global['config'],global[_0x40dfa2(0xc3)]);}catch(_0xd450a5){logger[_0x40dfa2(0xc5)](_0x40dfa2(0x11d)+_0xd450a5);}}};function a44_0x133e(_0x5348f3,_0x459c22){const _0x50838c=a44_0x5083();return a44_0x133e=function(_0x133eca,_0x18a3c6){_0x133eca=_0x133eca-0xba;let _0x297f14=_0x50838c[_0x133eca];return _0x297f14;},a44_0x133e(_0x5348f3,_0x459c22);}try{const browserstackFolderPath=path[a44_0x58ec76(0xd3)](helper[a44_0x58ec76(0xc6)](),'.browserstack');if(fs[a44_0x58ec76(0xbf)](browserstackFolderPath)){const filePath=path['join'](browserstackFolderPath,a44_0x58ec76(0x125));fs[a44_0x58ec76(0xbf)](filePath)&&fs['unlinkSync'](filePath);}}catch(a44_0x37e839){logger[a44_0x58ec76(0xc5)](a44_0x58ec76(0xed)+a44_0x37e839[a44_0x58ec76(0xe0)]);}process['argv'][a44_0x58ec76(0x10c)](a44_0x58ec76(0x113))&&(!process[a44_0x58ec76(0x110)][a44_0x58ec76(0x10c)](a44_0x58ec76(0x127))&&process[a44_0x58ec76(0x110)][a44_0x58ec76(0xf2)](a44_0x58ec76(0x111)),!process[a44_0x58ec76(0x110)][a44_0x58ec76(0x10c)]('--config')&&process[a44_0x58ec76(0x110)][a44_0x58ec76(0xf2)](a44_0x58ec76(0x103)),!process[a44_0x58ec76(0x110)][a44_0x58ec76(0x10c)](a44_0x58ec76(0x10f))&&process[a44_0x58ec76(0x110)]['push'](a44_0x58ec76(0x106)));const yargs=require(a44_0x58ec76(0x12d)),Constants=require('./utils/constants'),PerformanceTester=require(a44_0x58ec76(0x124)),logger=require(a44_0x58ec76(0x11a))[a44_0x58ec76(0x108)];PerformanceTester[a44_0x58ec76(0xcd)](),performance[a44_0x58ec76(0x10b)](a44_0x58ec76(0x117));const a44_0x519589={};a44_0x519589[a44_0x58ec76(0xc1)]=![];const argv=yargs[a44_0x58ec76(0x11b)](a44_0x519589)[a44_0x58ec76(0xd0)]('usage:\x20$0\x20<command>\x20[args]')[a44_0x58ec76(0xbb)]('v',a44_0x58ec76(0xcb))[a44_0x58ec76(0xba)]('v')[a44_0x58ec76(0xbb)]('h',a44_0x58ec76(0x105))[a44_0x58ec76(0x105)](a44_0x58ec76(0x105))[a44_0x58ec76(0xcc)](!![],Constants[a44_0x58ec76(0x109)][a44_0x58ec76(0x107)])[a44_0x58ec76(0x10e)](a44_0x58ec76(0x11f),Constants['JEST'][a44_0x58ec76(0x128)],function(_0x524e51){const _0x184a1f=a44_0x58ec76,_0x26b520={'TOLsP':function(_0x15de79,_0x545087,_0x51122c,_0x1a1dc7){return _0x15de79(_0x545087,_0x51122c,_0x1a1dc7);},'syjgi':function(_0xe17b7f,_0x3ae49f){return _0xe17b7f(_0x3ae49f);},'GpzMF':_0x184a1f(0x12b)};helper['setTestObservabilityDisable'](),helper[_0x184a1f(0xe3)]();const _0x19c709=process[_0x184a1f(0x110)][_0x184a1f(0xe7)](0x2);return _0x26b520[_0x184a1f(0x116)](captureError,_0x26b520[_0x184a1f(0xdf)](require,_0x26b520['GpzMF']),_0x524e51[_0x184a1f(0x110)],_0x19c709);})[a44_0x58ec76(0x10e)](a44_0x58ec76(0x113),Constants[a44_0x58ec76(0xde)][a44_0x58ec76(0x128)],_0x3218d4=>{const _0x2438cb=a44_0x58ec76,_0x15a1a4={'RqeUd':function(_0x2271c0,_0x3f3163,_0x50da69){return _0x2271c0(_0x3f3163,_0x50da69);},'ZPNqd':function(_0x186cf7,_0x3e4fba){return _0x186cf7(_0x3e4fba);},'zmUnI':'./mocha/command','EViDm':_0x2438cb(0xee),'jAdZq':function(_0xeb6f66,_0x516bbf){return _0xeb6f66(_0x516bbf);},'ubYHZ':_0x2438cb(0xcf),'WNpzt':function(_0x482cbf,_0x26eaf1){return _0x482cbf(_0x26eaf1);},'NqFIO':'mocha/lib/cli/commands.js','IAAPG':_0x2438cb(0x11c),'GcTRd':function(_0x379c01){return _0x379c01();}};logger[_0x2438cb(0xc5)](_0x15a1a4['EViDm']);const _0x867e46=_0x15a1a4[_0x2438cb(0xfe)](requireModule,_0x15a1a4[_0x2438cb(0x121)]),_0x421dd4=_0x15a1a4['WNpzt'](requireModule,_0x15a1a4[_0x2438cb(0xf3)]);process['argv']=process[_0x2438cb(0x110)][_0x2438cb(0xe7)](0x1),delete _0x867e46[_0x2438cb(0xd2)],_0x867e46[_0x2438cb(0xd2)]=function(_0x5bcb8c){const _0x452ffd=_0x2438cb;return _0x15a1a4[_0x452ffd(0x112)](captureError,_0x15a1a4[_0x452ffd(0xdb)](require,_0x15a1a4[_0x452ffd(0xfb)]),_0x5bcb8c);},_0x421dd4[_0x2438cb(0x115)]=_0x867e46;const {main:_0x5a04ed}=_0x15a1a4[_0x2438cb(0xfe)](requireModule,_0x15a1a4[_0x2438cb(0xc0)]);_0x15a1a4['GcTRd'](_0x5a04ed);})[a44_0x58ec76(0x10e)](a44_0x58ec76(0xfd),Constants[a44_0x58ec76(0xda)][a44_0x58ec76(0x128)],function(_0x35b24f){const _0x332960=a44_0x58ec76,_0x2ad49c={'PHVvf':function(_0x1e363f,_0x13b9e5,_0x3e9883,_0x1db677){return _0x1e363f(_0x13b9e5,_0x3e9883,_0x1db677);},'eDggi':function(_0x3dfd84,_0x3ccdee){return _0x3dfd84(_0x3ccdee);},'PCmok':'./cucumber-js/command'},_0x47587d=process[_0x332960(0x110)][_0x332960(0xe7)](0x2);return _0x2ad49c['PHVvf'](captureError,_0x2ad49c[_0x332960(0xd5)](require,_0x2ad49c[_0x332960(0x122)]),_0x35b24f[_0x332960(0x110)],_0x47587d);})[a44_0x58ec76(0x10e)](a44_0x58ec76(0xf5),Constants[a44_0x58ec76(0xce)]['INFO'],function(_0xebf08b){const _0x60ad4=a44_0x58ec76,_0x15b33f={'oZTOP':function(_0x497569,_0x25f561,_0x441dac,_0x21c322){return _0x497569(_0x25f561,_0x441dac,_0x21c322);},'QhJLE':function(_0x50e42e,_0x222b41){return _0x50e42e(_0x222b41);},'YhoRy':_0x60ad4(0xf0)},_0x3d5ddd=process[_0x60ad4(0x110)][_0x60ad4(0xe7)](0x2);return _0x15b33f[_0x60ad4(0x10d)](captureError,_0x15b33f[_0x60ad4(0x10a)](require,_0x15b33f[_0x60ad4(0xd8)]),_0xebf08b[_0x60ad4(0x110)],_0x3d5ddd);})['command'](a44_0x58ec76(0xbd),Constants[a44_0x58ec76(0xeb)]['INFO'],function(_0x19e484){const _0x4ec0d8=a44_0x58ec76,_0x231d5a={'nYukv':function(_0x1ca9a8,_0x1a6f17,_0x1191a0,_0x36d1a1){return _0x1ca9a8(_0x1a6f17,_0x1191a0,_0x36d1a1);},'QexDd':function(_0xa8dcc2,_0x3d5cdc){return _0xa8dcc2(_0x3d5cdc);},'rXDOc':_0x4ec0d8(0xe8)},_0xcc49ed=process[_0x4ec0d8(0x110)]['slice'](0x2);return _0x231d5a[_0x4ec0d8(0xf1)](captureError,_0x231d5a[_0x4ec0d8(0xc4)](require,_0x231d5a[_0x4ec0d8(0x11e)]),_0x19e484[_0x4ec0d8(0x110)],_0xcc49ed);})[a44_0x58ec76(0x10e)](a44_0x58ec76(0xc8),Constants['CODECEPTJS'][a44_0x58ec76(0x128)],function(_0x565f0e){const _0x58736a=a44_0x58ec76,_0x3207fb={'BGCsc':function(_0x363961,_0x16316f,_0x5d191e,_0x4a50ac){return _0x363961(_0x16316f,_0x5d191e,_0x4a50ac);},'Lsceh':function(_0x584dd6,_0x2f8503){return _0x584dd6(_0x2f8503);},'VIhrR':_0x58736a(0xe2)},_0x84d974=process[_0x58736a(0x110)][_0x58736a(0xe7)](0x2);return _0x3207fb[_0x58736a(0xe6)](captureError,_0x3207fb[_0x58736a(0xfc)](require,_0x3207fb[_0x58736a(0xf9)]),_0x565f0e[_0x58736a(0x110)],_0x84d974);})['command'](a44_0x58ec76(0x118),Constants['HST']['INFO'],function(_0x257da0){const _0x2e8729=a44_0x58ec76,_0x353a97={'DWVrn':function(_0x1b9a17,_0x334ff8,_0x8b6f70){return _0x1b9a17(_0x334ff8,_0x8b6f70);},'RZpvl':function(_0x4b5389,_0x93f315){return _0x4b5389(_0x93f315);},'yMEeN':'../../ats/src/index'},_0x30e71e=process[_0x2e8729(0x110)][_0x2e8729(0xe7)](0x2);return _0x353a97[_0x2e8729(0xbe)](captureError,_0x353a97[_0x2e8729(0x123)](require,_0x353a97['yMEeN']),_0x257da0);})[a44_0x58ec76(0x10e)](a44_0x58ec76(0xc7),Constants[a44_0x58ec76(0xd9)]['INFO'],function(_0x2a56eb){const _0x2fae5f=a44_0x58ec76,_0x2a0c15={'NwjcN':function(_0x149787,_0x3bdd5c){return _0x149787(_0x3bdd5c);}};return _0x2a0c15[_0x2fae5f(0xf8)](runIntegrations,_0x2a56eb);})[a44_0x58ec76(0x10e)]('playwright',Constants[a44_0x58ec76(0xc9)]['INFO'],function(_0x2569b0){const _0x39d967=a44_0x58ec76,_0x5a233e={'Rhktk':function(_0x52b1f0,_0x5b4101,_0x394118,_0xc38a96){return _0x52b1f0(_0x5b4101,_0x394118,_0xc38a96);},'FuSTW':function(_0x29d3b6,_0x22afbb){return _0x29d3b6(_0x22afbb);},'pVUVc':'./playwright/command'},_0x53b1d0=process[_0x39d967(0x110)]['slice'](0x2);return _0x5a233e[_0x39d967(0xd4)](captureError,_0x5a233e['FuSTW'](require,_0x5a233e[_0x39d967(0xe1)]),_0x2569b0[_0x39d967(0x110)],_0x53b1d0);})[a44_0x58ec76(0x126)](0x1,a44_0x58ec76(0x104))[a44_0x58ec76(0xff)](null)['argv'];function a44_0x5083(){const _0x23f86e=['slice','./nightwatch/command','105606YJTwrl','146097SFPFxm','NIGHTWATCH','332652RdDLkE','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','Parsing\x20command\x20line\x20arguements','112EhKNFB','./vanilla-js/command','nYukv','push','NqFIO','3584273WmAKLE','node','2EtXRko','exitCode','NwjcN','VIhrR','../helpers/helper','zmUnI','Lsceh','cucumber-js','jAdZq','wrap','globalException','26LSUbwJ','perf_hooks','--no-config','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','help','--no-package','HELP','winstonLogger','VERSION','QhJLE','mark','includes','oZTOP','command','--package','argv','--no-opts','RqeUd','mocha','error','run','TOLsP','sdk:setup-start','ats','format','../helpers/logger','parserConfiguration','mocha/lib/cli/cli.js','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','rXDOc','jest','SDKTestSuccessful','ubYHZ','PCmok','RZpvl','../helpers/performance-tester','.local-not-set.json','demandCommand','--opts','INFO','2090AlXaDI','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','./jest/command','270qBnDSO','yargs','describe','alias','fjPEk','nightwatch','DWVrn','existsSync','IAAPG','dot-notation','path','framework','QexDd','debug','homedir','integrations','codeceptjs','PLAYWRIGHT','util','version','showHelpOnFail','startMonitoring','VANILLA','mocha/lib/cli/run.js','usage','150iRaSRs','handler','join','Rhktk','eDggi','config','1604iWNofB','YhoRy','INTEGRATIONS','CUCUMBER','ZPNqd','gydxL','2283FcYNFY','MOCHA','syjgi','message','pVUVc','./codeceptjs/command','setBrowserStackAutomationDisable','../helpers/utilities','4805436mkIrWS','BGCsc'];a44_0x5083=function(){return _0x23f86e;};return a44_0x5083();}!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a44_0x58ec76(0x118)&&console[a44_0x58ec76(0x114)](a44_0x58ec76(0x12a));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a45_0xa95b12=a45_0x5e90;(function(_0x1b8c7f,_0x35069b){const _0xfb6d0a=a45_0x5e90,_0x3e9e4c=_0x1b8c7f();while(!![]){try{const _0x393368=parseInt(_0xfb6d0a(0x151))/0x1+parseInt(_0xfb6d0a(0x16a))/0x2*(parseInt(_0xfb6d0a(0x16e))/0x3)+parseInt(_0xfb6d0a(0x15e))/0x4+parseInt(_0xfb6d0a(0x15c))/0x5+-parseInt(_0xfb6d0a(0x160))/0x6+parseInt(_0xfb6d0a(0x185))/0x7*(parseInt(_0xfb6d0a(0x183))/0x8)+-parseInt(_0xfb6d0a(0x17b))/0x9;if(_0x393368===_0x35069b)break;else _0x3e9e4c['push'](_0x3e9e4c['shift']());}catch(_0x11812c){_0x3e9e4c['push'](_0x3e9e4c['shift']());}}}(a45_0xb22e,0x61d25));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require(a45_0xa95b12(0x14e)),yaml=require('js-yaml'),yargs=require(a45_0xa95b12(0x152)),logger=require(a45_0xa95b12(0x173))[a45_0xa95b12(0x176)],configFileTemplate=__dirname+a45_0xa95b12(0x17f),configFileTemplatePW=__dirname+a45_0xa95b12(0x150),configFile=process[a45_0xa95b12(0x181)]()+a45_0xa95b12(0x15a),packageFile=process[a45_0xa95b12(0x181)]()+a45_0xa95b12(0x16f),frameworks=[a45_0xa95b12(0x178),'jest',a45_0xa95b12(0x155),a45_0xa95b12(0x14c),a45_0xa95b12(0x18d),a45_0xa95b12(0x14a),a45_0xa95b12(0x159)];let config;logger['info'](a45_0xa95b12(0x170)),createConfigurationFile(yargs[a45_0xa95b12(0x17e)][a45_0xa95b12(0x18f)],yargs[a45_0xa95b12(0x17e)][a45_0xa95b12(0x16d)],yargs[a45_0xa95b12(0x17e)][a45_0xa95b12(0x159)]);try{sdkSetup();}catch(a45_0x4c704d){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a45_0x4c704d);}addScriptInPackageJson();function createConfigurationFile(_0x43673b,_0x4d44cb,_0x4a1038=![]){const _0x49f9b4=a45_0xa95b12,_0x19babe={};_0x19babe[_0x49f9b4(0x174)]=_0x49f9b4(0x166),_0x19babe['RiBZo']=_0x49f9b4(0x16c),_0x19babe[_0x49f9b4(0x162)]=_0x49f9b4(0x16b);const _0x10f4d8=_0x19babe;try{let _0x3c7b2b=fs[_0x49f9b4(0x163)](_0x4a1038?configFileTemplatePW:configFileTemplate,_0x10f4d8[_0x49f9b4(0x174)]);_0x43673b&&(_0x3c7b2b=_0x3c7b2b[_0x49f9b4(0x172)](_0x10f4d8[_0x49f9b4(0x14f)],_0x43673b)),_0x4d44cb&&(_0x3c7b2b=_0x3c7b2b[_0x49f9b4(0x172)](_0x10f4d8[_0x49f9b4(0x162)],_0x4d44cb)),config=yaml['load'](_0x3c7b2b),fs[_0x49f9b4(0x171)](configFile,_0x3c7b2b,_0x16145d=>{const _0x2a6e36=_0x49f9b4;_0x16145d&&logger[_0x2a6e36(0x15d)](_0x16145d);});}catch(_0x5bebaf){logger[_0x49f9b4(0x15d)](_0x5bebaf);}}function addPostInstallScript(_0x1b36f7,_0x4484a6){const _0x13fa94=a45_0xa95b12,_0x2acf49={};_0x2acf49[_0x13fa94(0x177)]=_0x13fa94(0x168),_0x2acf49[_0x13fa94(0x18c)]='npm\x20update\x20browserstack-node-sdk',_0x2acf49[_0x13fa94(0x17d)]=_0x13fa94(0x191);const _0x53876a=_0x2acf49;let _0x1e7a81=_0x1b36f7[_0x53876a['zLPVL']];if(_0x1e7a81&&_0x1e7a81[_0x13fa94(0x18e)](_0x53876a[_0x13fa94(0x18c)]))return;!_0x1e7a81?_0x1e7a81=_0x53876a[_0x13fa94(0x18c)]:_0x1e7a81+=_0x53876a[_0x13fa94(0x17d)],_0x4484a6['push']([_0x53876a[_0x13fa94(0x177)],_0x1e7a81]);}function addScriptInPackageJson(){const _0x2f392d=a45_0xa95b12,_0x575ac9={'JKFMF':_0x2f392d(0x166),'pezJX':function(_0x4af4be,_0x5d75b4){return _0x4af4be<_0x5d75b4;},'mePGP':function(_0x222896,_0x43a2e9,_0x217752){return _0x222896(_0x43a2e9,_0x217752);},'zCwBL':function(_0x41a0c2,_0x403350){return _0x41a0c2<_0x403350;},'etihf':function(_0x24c324,_0x3daa3c,_0x459a4){return _0x24c324(_0x3daa3c,_0x459a4);},'uKuTS':function(_0x3e5a42,_0x16f260){return _0x3e5a42<_0x16f260;},'mrTPf':function(_0x298797,_0x206d20){return _0x298797!==_0x206d20;},'ntfih':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x56bbb9=JSON[_0x2f392d(0x157)](fs[_0x2f392d(0x163)](packageFile,_0x575ac9['JKFMF'])),_0x4e24b5=[];for(let _0x3bcc5e=0x0;_0x575ac9['pezJX'](_0x3bcc5e,frameworks[_0x2f392d(0x188)]);_0x3bcc5e+=0x1){const _0x1c7d01=_0x575ac9[_0x2f392d(0x164)](findScriptsWithFramework,_0x56bbb9[_0x2f392d(0x149)],frameworks[_0x3bcc5e]);for(let _0x3f7c42=0x0;_0x575ac9[_0x2f392d(0x14d)](_0x3f7c42,_0x1c7d01[_0x2f392d(0x188)]);_0x3f7c42+=0x1){_0x4e24b5['push'](_0x575ac9['etihf'](getUpdatedCommand,_0x56bbb9['scripts'],_0x1c7d01[_0x3f7c42]));}_0x575ac9[_0x2f392d(0x164)](addPostInstallScript,_0x56bbb9['scripts'],_0x4e24b5);}const _0x513f33={..._0x56bbb9[_0x2f392d(0x149)]},_0x62bc40=_0x513f33;for(let _0x5a7fb5=0x0;_0x575ac9[_0x2f392d(0x186)](_0x5a7fb5,_0x4e24b5[_0x2f392d(0x188)]);_0x5a7fb5+=0x1){_0x62bc40[_0x4e24b5[_0x5a7fb5][0x0]]=_0x4e24b5[_0x5a7fb5][0x1];}_0x575ac9[_0x2f392d(0x190)](JSON[_0x2f392d(0x182)](_0x56bbb9[_0x2f392d(0x149)]),JSON['stringify'](_0x62bc40))&&(logger['info'](_0x575ac9['ntfih']),_0x56bbb9[_0x2f392d(0x149)]=_0x62bc40,fs['writeFileSync'](packageFile,JSON[_0x2f392d(0x182)](_0x56bbb9,null,0x2),_0x3ecd49=>{const _0x219394=_0x2f392d;_0x3ecd49&&logger[_0x219394(0x15d)](_0x3ecd49);}));};function findScriptsWithFramework(_0x376d60,_0x447ec6){const _0x170871=a45_0xa95b12,_0x595490={};_0x595490[_0x170871(0x154)]=function(_0x5a662f,_0x93e11c){return _0x5a662f<_0x93e11c;},_0x595490[_0x170871(0x189)]='browserstack-node-sdk';const _0x2255f6=_0x595490,_0x4f5218=[],_0x36f355=Object[_0x170871(0x175)](_0x376d60);for(let _0x1791ba=0x0;_0x2255f6[_0x170871(0x154)](_0x1791ba,_0x36f355[_0x170871(0x188)]);_0x1791ba+=0x1){_0x36f355[_0x1791ba][0x1][_0x170871(0x18e)](_0x447ec6)&&!_0x36f355[_0x1791ba][0x1][_0x170871(0x18e)](_0x2255f6[_0x170871(0x189)])&&_0x4f5218['push'](_0x36f355[_0x1791ba][0x0]);}return _0x4f5218;}function a45_0xb22e(){const _0x5bbb76=['mocha','join','info','12968244rQQRfs','NxQMh','VpurY','argv','/../../browserstack.yml.sample','split','cwd','stringify','8IJHXpJ','node-setup','3873772XEmMZJ','uKuTS','wRhVN','length','iKvXd','splice','fvydb','mAEto','nightwatch','includes','username','mrTPf','\x20&&\x20npm\x20update\x20browserstack-node-sdk','scripts','codeceptjs','debug','node','zCwBL','../helpers/utilities','RiBZo','/../../browserstack.pw.yml.sample','707020jgrANa','yargs','browserstack-node-sdk\x20','qqxEo','cucumber-js','Setup\x20completed','parse','source','playwright','/browserstack.yml','isUndefined','2194470kDLIbb','error','927120qyqkTG','SDKSetup','2161608TzhPGe','indexOf','WEohv','readFileSync','mePGP','fireFunnelTestEvent','utf8','-browserstack','postinstall','iuYop','541542Pwyops','YOUR_ACCESS_KEY','YOUR_USERNAME','key','3RLaxSH','/package.json','Creating\x20configuration\x20file...','writeFileSync','replace','../helpers/logger','QEBhT','entries','winstonLogger','zLPVL'];a45_0xb22e=function(){return _0x5bbb76;};return a45_0xb22e();}function getUpdatedCommand(_0x5d84f0,_0x2b4246){const _0x4ac02a=a45_0xa95b12,_0x5ccd0d={};_0x5ccd0d[_0x4ac02a(0x169)]=function(_0x5332c9,_0x58b150){return _0x5332c9!==_0x58b150;},_0x5ccd0d[_0x4ac02a(0x187)]='browserstack-node-sdk',_0x5ccd0d[_0x4ac02a(0x18b)]=function(_0x5a5128,_0x971a33){return _0x5a5128===_0x971a33;};const _0x196f52=_0x5ccd0d,_0x496953=_0x2b4246+_0x4ac02a(0x167),_0x4aa474=_0x5d84f0[_0x2b4246],_0x50c96c=_0x4aa474[_0x4ac02a(0x180)]('\x20');for(const _0x516eec of frameworks){if(_0x196f52['iuYop'](_0x50c96c['indexOf'](_0x516eec),-0x1)){_0x50c96c[_0x4ac02a(0x18a)](_0x50c96c[_0x4ac02a(0x161)](_0x516eec),0x0,_0x196f52[_0x4ac02a(0x187)]);break;}}let _0x59c91d=_0x50c96c[_0x4ac02a(0x179)]('\x20');return _0x196f52['fvydb'](_0x59c91d,_0x4aa474)&&(_0x59c91d=_0x4ac02a(0x153)+_0x4aa474),[_0x496953,_0x59c91d];}function sdkSetup(){const _0x110dc8=a45_0xa95b12,_0x2f69b4={};_0x2f69b4['jlpOO']=_0x110dc8(0x184),_0x2f69b4[_0x110dc8(0x17c)]=_0x110dc8(0x15f);const _0x8a4c76=_0x2f69b4;if(helper[_0x110dc8(0x15b)](config))return;config[_0x110dc8(0x158)]=_0x8a4c76['jlpOO'];try{utilities[_0x110dc8(0x165)](_0x8a4c76[_0x110dc8(0x17c)],{},config,'');}catch(_0x41ad67){logger[_0x110dc8(0x14b)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x41ad67);}}function a45_0x5e90(_0x20c4ba,_0x339f51){const _0xb22ef9=a45_0xb22e();return a45_0x5e90=function(_0x5e9050,_0xbfea85){_0x5e9050=_0x5e9050-0x149;let _0x3d6139=_0xb22ef9[_0x5e9050];return _0x3d6139;},a45_0x5e90(_0x20c4ba,_0x339f51);}logger[a45_0xa95b12(0x17a)](a45_0xa95b12(0x156));
3
+ const a45_0x41a002=a45_0x20b4;(function(_0xe9e862,_0x581cb1){const _0x352c8f=a45_0x20b4,_0x1b5c9b=_0xe9e862();while(!![]){try{const _0x3234e8=-parseInt(_0x352c8f(0xfa))/0x1+parseInt(_0x352c8f(0xf9))/0x2+-parseInt(_0x352c8f(0x129))/0x3+-parseInt(_0x352c8f(0xf4))/0x4+parseInt(_0x352c8f(0x12a))/0x5*(parseInt(_0x352c8f(0x114))/0x6)+parseInt(_0x352c8f(0x10b))/0x7+parseInt(_0x352c8f(0xf6))/0x8*(parseInt(_0x352c8f(0xff))/0x9);if(_0x3234e8===_0x581cb1)break;else _0x1b5c9b['push'](_0x1b5c9b['shift']());}catch(_0x4a7a03){_0x1b5c9b['push'](_0x1b5c9b['shift']());}}}(a45_0x166e,0x95301));const fs=require('fs'),helper=require(a45_0x41a002(0x127)),utilities=require(a45_0x41a002(0xf3)),yaml=require(a45_0x41a002(0x10d)),yargs=require('yargs'),logger=require('../helpers/logger')[a45_0x41a002(0xec)],configFileTemplate=__dirname+a45_0x41a002(0xf2),configFileTemplatePW=__dirname+a45_0x41a002(0x110),configFile=process['cwd']()+a45_0x41a002(0x10e),packageFile=process[a45_0x41a002(0x118)]()+'/package.json',frameworks=[a45_0x41a002(0x117),'jest',a45_0x41a002(0x111),'node',a45_0x41a002(0xf8),a45_0x41a002(0x11a),a45_0x41a002(0xfd)];let config;logger[a45_0x41a002(0x10c)](a45_0x41a002(0x10a)),createConfigurationFile(yargs[a45_0x41a002(0x100)][a45_0x41a002(0x12d)],yargs[a45_0x41a002(0x100)][a45_0x41a002(0x123)],yargs['argv'][a45_0x41a002(0xfd)]);try{sdkSetup();}catch(a45_0x14a1fe){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a45_0x14a1fe);}addScriptInPackageJson();function createConfigurationFile(_0x7fdb04,_0x2ecb61,_0x2d9290=![]){const _0x25e1cc=a45_0x41a002,_0x5bbfd8={};_0x5bbfd8[_0x25e1cc(0x11c)]='utf8',_0x5bbfd8[_0x25e1cc(0xf1)]=_0x25e1cc(0x10f),_0x5bbfd8[_0x25e1cc(0x109)]=_0x25e1cc(0x108);const _0x3ecfb3=_0x5bbfd8;try{let _0x2543a2=fs[_0x25e1cc(0xed)](_0x2d9290?configFileTemplatePW:configFileTemplate,_0x3ecfb3[_0x25e1cc(0x11c)]);_0x7fdb04&&(_0x2543a2=_0x2543a2['replace'](_0x3ecfb3[_0x25e1cc(0xf1)],_0x7fdb04)),_0x2ecb61&&(_0x2543a2=_0x2543a2[_0x25e1cc(0x12b)](_0x3ecfb3['qwbHk'],_0x2ecb61)),config=yaml['load'](_0x2543a2),fs[_0x25e1cc(0x120)](configFile,_0x2543a2,_0xa9294c=>{const _0x19b45c=_0x25e1cc;_0xa9294c&&logger[_0x19b45c(0xeb)](_0xa9294c);});}catch(_0x5554b4){logger['error'](_0x5554b4);}}function addPostInstallScript(_0x133d40,_0x5c01a0){const _0x68b143=a45_0x41a002,_0x3b152a={};_0x3b152a[_0x68b143(0xfc)]='postinstall',_0x3b152a[_0x68b143(0xfe)]='npm\x20update\x20browserstack-node-sdk',_0x3b152a[_0x68b143(0xfb)]=_0x68b143(0xee);const _0x2e6755=_0x3b152a;let _0x339ebc=_0x133d40[_0x2e6755['Scyky']];if(_0x339ebc&&_0x339ebc[_0x68b143(0x101)](_0x2e6755[_0x68b143(0xfe)]))return;!_0x339ebc?_0x339ebc=_0x2e6755[_0x68b143(0xfe)]:_0x339ebc+=_0x2e6755[_0x68b143(0xfb)],_0x5c01a0[_0x68b143(0x12e)]([_0x2e6755['Scyky'],_0x339ebc]);}function addScriptInPackageJson(){const _0x7da3c5=a45_0x41a002,_0x1eedab={'wmGMj':_0x7da3c5(0x11e),'HGcET':function(_0x1c7b96,_0x390457){return _0x1c7b96<_0x390457;},'WkdIH':function(_0x126f93,_0x220bfd,_0x292db3){return _0x126f93(_0x220bfd,_0x292db3);},'vfSrP':function(_0x1d00ce,_0x260420,_0x52784a){return _0x1d00ce(_0x260420,_0x52784a);},'nJzYx':function(_0x4edf3d,_0x13e25c,_0x3aadaf){return _0x4edf3d(_0x13e25c,_0x3aadaf);},'TaKRr':function(_0x1142d6,_0xe45d04){return _0x1142d6!==_0xe45d04;},'wMfJt':_0x7da3c5(0x105)},_0x35b422=JSON[_0x7da3c5(0x122)](fs[_0x7da3c5(0xed)](packageFile,_0x1eedab['wmGMj'])),_0x9f816b=[];for(let _0x5871c8=0x0;_0x1eedab[_0x7da3c5(0x125)](_0x5871c8,frameworks[_0x7da3c5(0x104)]);_0x5871c8+=0x1){const _0x44c03e=_0x1eedab['WkdIH'](findScriptsWithFramework,_0x35b422[_0x7da3c5(0xe9)],frameworks[_0x5871c8]);for(let _0x2ce486=0x0;_0x1eedab[_0x7da3c5(0x125)](_0x2ce486,_0x44c03e[_0x7da3c5(0x104)]);_0x2ce486+=0x1){_0x9f816b[_0x7da3c5(0x12e)](_0x1eedab[_0x7da3c5(0xf5)](getUpdatedCommand,_0x35b422['scripts'],_0x44c03e[_0x2ce486]));}_0x1eedab[_0x7da3c5(0xef)](addPostInstallScript,_0x35b422['scripts'],_0x9f816b);}const _0x3cbecf={..._0x35b422[_0x7da3c5(0xe9)]},_0x1df384=_0x3cbecf;for(let _0x4c2fbe=0x0;_0x1eedab[_0x7da3c5(0x125)](_0x4c2fbe,_0x9f816b['length']);_0x4c2fbe+=0x1){_0x1df384[_0x9f816b[_0x4c2fbe][0x0]]=_0x9f816b[_0x4c2fbe][0x1];}_0x1eedab[_0x7da3c5(0x116)](JSON[_0x7da3c5(0x11d)](_0x35b422[_0x7da3c5(0xe9)]),JSON['stringify'](_0x1df384))&&(logger['info'](_0x1eedab[_0x7da3c5(0x102)]),_0x35b422[_0x7da3c5(0xe9)]=_0x1df384,fs[_0x7da3c5(0x120)](packageFile,JSON[_0x7da3c5(0x11d)](_0x35b422,null,0x2),_0x4f8608=>{const _0x5570cf=_0x7da3c5;_0x4f8608&&logger[_0x5570cf(0xeb)](_0x4f8608);}));}function a45_0x166e(){const _0x29fee0=['wMfJt','eaSkT','length','Adding\x20new\x20script(s)\x20in\x20package.json...','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','lrzWa','YOUR_ACCESS_KEY','qwbHk','Creating\x20configuration\x20file...','5015262MdYpkU','info','js-yaml','/browserstack.yml','YOUR_USERNAME','/../../browserstack.pw.yml.sample','cucumber-js','sUUmt','source','119514QgdHoj','fireFunnelTestEvent','TaKRr','mocha','cwd','SDKSetup','codeceptjs','debug','CUAFG','stringify','utf8','Setup\x20completed','writeFileSync','split','parse','key','indexOf','HGcET','browserstack-node-sdk\x20','../helpers/helper','join','3355428dtlsxX','280EUcRIl','replace','Vanov','username','push','VehUo','qSuVJ','scripts','splice','error','winstonLogger','readFileSync','\x20&&\x20npm\x20update\x20browserstack-node-sdk','nJzYx','iRzhN','cRqrE','/../../browserstack.yml.sample','../helpers/utilities','1555660VYwDWR','vfSrP','399032rQEFtx','entries','nightwatch','731292hRWeTn','178870huTuHG','xwQhQ','Scyky','playwright','TprZJ','18QzpfeO','argv','includes'];a45_0x166e=function(){return _0x29fee0;};return a45_0x166e();};function findScriptsWithFramework(_0x29040e,_0x1ad716){const _0x45fd03=a45_0x41a002,_0x22b993={};_0x22b993[_0x45fd03(0xf0)]=function(_0x506bf9,_0xb77b4e){return _0x506bf9<_0xb77b4e;},_0x22b993[_0x45fd03(0x130)]='browserstack-node-sdk';const _0xa3f375=_0x22b993,_0x40e89f=[],_0xf1dd89=Object[_0x45fd03(0xf7)](_0x29040e);for(let _0x2966cd=0x0;_0xa3f375[_0x45fd03(0xf0)](_0x2966cd,_0xf1dd89[_0x45fd03(0x104)]);_0x2966cd+=0x1){_0xf1dd89[_0x2966cd][0x1]['includes'](_0x1ad716)&&!_0xf1dd89[_0x2966cd][0x1][_0x45fd03(0x101)](_0xa3f375[_0x45fd03(0x130)])&&_0x40e89f[_0x45fd03(0x12e)](_0xf1dd89[_0x2966cd][0x0]);}return _0x40e89f;}function a45_0x20b4(_0xd8a4f7,_0x5c7c1c){const _0x166e75=a45_0x166e();return a45_0x20b4=function(_0x20b43a,_0x5ce20a){_0x20b43a=_0x20b43a-0xe9;let _0xacf9e=_0x166e75[_0x20b43a];return _0xacf9e;},a45_0x20b4(_0xd8a4f7,_0x5c7c1c);}function getUpdatedCommand(_0x46416a,_0x8c3609){const _0x413cec=a45_0x41a002,_0x5c861d={};_0x5c861d[_0x413cec(0x12f)]=function(_0x440319,_0x59512d){return _0x440319!==_0x59512d;},_0x5c861d['lrzWa']='browserstack-node-sdk',_0x5c861d['sUUmt']=function(_0x30bb80,_0x979e4e){return _0x30bb80===_0x979e4e;};const _0x522fed=_0x5c861d,_0x12add0=_0x8c3609+'-browserstack',_0x806d97=_0x46416a[_0x8c3609],_0x38a2c9=_0x806d97[_0x413cec(0x121)]('\x20');for(const _0x3e0ca0 of frameworks){if(_0x522fed[_0x413cec(0x12f)](_0x38a2c9[_0x413cec(0x124)](_0x3e0ca0),-0x1)){_0x38a2c9[_0x413cec(0xea)](_0x38a2c9[_0x413cec(0x124)](_0x3e0ca0),0x0,_0x522fed[_0x413cec(0x107)]);break;}}let _0x388831=_0x38a2c9[_0x413cec(0x128)]('\x20');return _0x522fed[_0x413cec(0x112)](_0x388831,_0x806d97)&&(_0x388831=_0x413cec(0x126)+_0x806d97),[_0x12add0,_0x388831];}function sdkSetup(){const _0x395b28=a45_0x41a002,_0x44f395={};_0x44f395['eaSkT']='node-setup',_0x44f395[_0x395b28(0x12c)]=_0x395b28(0x119);const _0x29d04b=_0x44f395;if(helper['isUndefined'](config))return;config[_0x395b28(0x113)]=_0x29d04b[_0x395b28(0x103)];try{utilities[_0x395b28(0x115)](_0x29d04b[_0x395b28(0x12c)],{},config,'');}catch(_0x3dc680){logger[_0x395b28(0x11b)](_0x395b28(0x106)+_0x3dc680);}}logger['info'](a45_0x41a002(0x11f));
@@ -1 +1 @@
1
- const a46_0x226685=a46_0x4c31;function a46_0x4c31(_0x2a76e7,_0x5e488f){const _0x4adf89=a46_0x4adf();return a46_0x4c31=function(_0x4c319d,_0x2f0c8e){_0x4c319d=_0x4c319d-0x17a;let _0x4edda4=_0x4adf89[_0x4c319d];return _0x4edda4;},a46_0x4c31(_0x2a76e7,_0x5e488f);}(function(_0x43f396,_0x220e51){const _0x5f490a=a46_0x4c31,_0x202041=_0x43f396();while(!![]){try{const _0x3cf41b=-parseInt(_0x5f490a(0x181))/0x1*(parseInt(_0x5f490a(0x1c8))/0x2)+-parseInt(_0x5f490a(0x1c5))/0x3+-parseInt(_0x5f490a(0x186))/0x4*(-parseInt(_0x5f490a(0x1c7))/0x5)+parseInt(_0x5f490a(0x1a9))/0x6+-parseInt(_0x5f490a(0x1cc))/0x7+parseInt(_0x5f490a(0x1ab))/0x8+parseInt(_0x5f490a(0x1c3))/0x9;if(_0x3cf41b===_0x220e51)break;else _0x202041['push'](_0x202041['shift']());}catch(_0x358bb5){_0x202041['push'](_0x202041['shift']());}}}(a46_0x4adf,0xcbdd3));function a46_0x4adf(){const _0x86f0ee=['iftLF','parallelCucumberRun','cucumberWorker','log','zqXRh','map','end','GWWSc','parallelVanillaRun','aaAkl','Workers\x20failed\x20to\x20exit\x20gracefully','test-file-start','test-file-failure','jest-worker','KNCAJ','info','rOOnY','dNWBy','AcAZu','exitCode','11226501ZmLPHv','../../helpers/test-observability/constants','4915656kHFUGo','cuilZ','465AuCcFy','2IzJwNj','getStdout','emittery','JDpGf','3004701gHRsqp','emit','ZdWsx','tZxUL','launchBuild','stderr','file','pipe','then','platform-run-success','json','LmWrE','Worker','resolve','CqTKQ','Running\x20','WCSMj','636331nvuSiB','KYCGw','platform-run-failure','all','worker','48652DZyTLe','send','results','test-file-success','xZEIU','IHNmS','exit','../../helpers/logger','platformCaps','Gmjur','_workerPool','vanillaWorker','HxJso','PnFTt','MOCHA','error','push','getWorkers','xwyjN','configuration','./testWorker.js','YsDdy','IisEU','length','util','LYvAi','stdout','Sdztn','mFkpq','waitForExit','winstonLogger','failureCount','getStderr','hKnMk','psvfj','2627802uRfasX','CPNay','5781104VQxwjt','ehwMa','Vtxls','IPjWB'];a46_0x4adf=function(){return _0x86f0ee;};return a46_0x4adf();}const Worker=require(a46_0x226685(0x1bc))[a46_0x226685(0x17c)],Emittery=require(a46_0x226685(0x1ca)),pLimit=require('p-limit'),util=require(a46_0x226685(0x19e)),logger=require(a46_0x226685(0x18d))[a46_0x226685(0x1a4)],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),{FRAMEWORKS}=require(a46_0x226685(0x1c4));exports['parallelTestRun']=(_0x283f3f,_0x4b52c6,_0x3203c9)=>new Promise(async _0xc81129=>{const _0x1adac7=a46_0x226685,_0x1cdc68={'tZxUL':_0x1adac7(0x1a5),'Gmjur':function(_0x3e1114,_0x3257a4){return _0x3e1114+_0x3257a4;},'HxJso':_0x1adac7(0x188),'ngXab':_0x1adac7(0x1b9),'IHNmS':function(_0x2322d1,_0x1b3fd5){return _0x2322d1(_0x1b3fd5);},'ZdWsx':_0x1adac7(0x1ba),'GWWSc':_0x1adac7(0x19a),'YsDdy':'worker','Sdztn':'json','hKnMk':_0x1adac7(0x1d3),'KNCAJ':function(_0x2b45b0,_0x133890){return _0x2b45b0*_0x133890;},'rOOnY':_0x1adac7(0x189),'LmWrE':'test-file-failure','zqXRh':function(_0x3b7be2,_0x439216){return _0x3b7be2(_0x439216);},'GvjDD':function(_0x565829,_0x4444cc){return _0x565829*_0x4444cc;}},_0x7b9d5c=_0x3203c9['config'],_0x650358={},_0x9cf253=await TestHubHandler[_0x1adac7(0x1d0)](FRAMEWORKS[_0x1adac7(0x194)],_0x3203c9),_0x5707c0=new Worker(require[_0x1adac7(0x17d)](_0x1cdc68[_0x1adac7(0x1b6)]),{'exposedMethods':[_0x1cdc68[_0x1adac7(0x19b)]],'forkOptions':{'serialization':_0x1cdc68[_0x1adac7(0x1a1)],'stdio':_0x1cdc68[_0x1adac7(0x1a7)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x1cdc68[_0x1adac7(0x1bd)](_0x4b52c6,0x1),'enableWorkerThreads':!![]}),_0x2dce0b=new Emittery();_0x2dce0b['on'](_0x1cdc68[_0x1adac7(0x1bf)],_0x475135=>{const _0x37b8b8=_0x1adac7;_0x650358[_0x475135[0x0]]?(_0x650358[_0x475135[0x0]][_0x1cdc68[_0x37b8b8(0x1cf)]]=_0x1cdc68[_0x37b8b8(0x18f)](_0x650358[_0x475135[0x0]][_0x1cdc68[_0x37b8b8(0x1cf)]],_0x475135[0x1][_0x1cdc68[_0x37b8b8(0x1cf)]]),_0x650358[_0x475135[0x0]][_0x1cdc68[_0x37b8b8(0x192)]]=[..._0x650358[_0x475135[0x0]][_0x1cdc68[_0x37b8b8(0x192)]],..._0x475135[0x1][_0x1cdc68[_0x37b8b8(0x192)]]]):_0x650358[_0x475135[0x0]]={'failureCount':_0x475135[0x1][_0x1cdc68['tZxUL']],'results':[..._0x475135[0x1][_0x1cdc68[_0x37b8b8(0x192)]]]};}),_0x2dce0b['on'](_0x1cdc68[_0x1adac7(0x17b)],_0x35c89e=>console[_0x1adac7(0x1b2)](_0x35c89e[0x1]));_0x5707c0[_0x1adac7(0x1c9)]()&&_0x5707c0[_0x1adac7(0x1c9)]()['pipe'](process[_0x1adac7(0x1a0)]);_0x5707c0[_0x1adac7(0x1a6)]()&&_0x5707c0['getStderr']()[_0x1adac7(0x1d3)](process['stderr']);const _0x582563=async()=>{const _0x4ed84e=_0x1adac7,{forceExited:_0x2fca81}=await _0x5707c0['end']();_0x2fca81&&console[_0x4ed84e(0x195)](_0x1cdc68['ngXab']);try{await TestHubHandler['stop']();}catch(_0x2b70d9){_0x1cdc68['IHNmS'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x2b70d9);}_0x1cdc68[_0x4ed84e(0x18b)](_0xc81129,_0x650358);},_0x56129c=_0x1cdc68[_0x1adac7(0x1b3)](pLimit,_0x1cdc68['GvjDD'](_0x4b52c6,0x1)),_0x2b203d=_0x1268c9=>_0x56129c(async()=>{const _0x21ee23=_0x1adac7;return await _0x2dce0b[_0x21ee23(0x1cd)](_0x1cdc68[_0x21ee23(0x1ce)],_0x1268c9),_0x5707c0[_0x21ee23(0x185)](_0x1268c9,_0x7b9d5c);});Promise[_0x1adac7(0x184)](_0x283f3f[_0x1adac7(0x1b4)](_0x590438=>_0x2b203d(_0x590438)[_0x1adac7(0x1d4)](_0x30e86b=>_0x2dce0b[_0x1adac7(0x1cd)](_0x1adac7(0x189),[_0x590438[_0x1adac7(0x199)]['platform'],_0x30e86b]),_0x2a72b2=>_0x2dce0b[_0x1adac7(0x1cd)](_0x1adac7(0x1bb),[_0x590438,_0x2a72b2]))))[_0x1adac7(0x1d4)](_0x582563,_0x582563);}),exports[a46_0x226685(0x1b0)]=(_0x2df716,_0x525aed,_0x4217e5,_0x22b421,_0x117451)=>{const _0x58ca9c=a46_0x226685,_0x25cee5={'TLVoO':_0x58ca9c(0x1b9),'cuilZ':function(_0x133766,_0x5264da){return _0x133766(_0x5264da);},'psvfj':'platform-run-start','aaAkl':_0x58ca9c(0x19a),'OLraY':_0x58ca9c(0x1b1),'JDpGf':_0x58ca9c(0x17a),'WCSMj':_0x58ca9c(0x1d3),'LYvAi':_0x58ca9c(0x1d5),'QBXuc':_0x58ca9c(0x183)};return new Promise(_0x29a65f=>{const _0x243d7c=_0x58ca9c,_0x445b65={'HvoNw':_0x25cee5['TLVoO'],'oQOko':function(_0x8b6722,_0x479a82){return _0x25cee5['cuilZ'](_0x8b6722,_0x479a82);},'IPjWB':_0x25cee5[_0x243d7c(0x1a8)]},_0x406173=[],_0x2f3b12=new Worker(require[_0x243d7c(0x17d)](_0x25cee5[_0x243d7c(0x1b8)]),{'exposedMethods':[_0x25cee5['OLraY']],'forkOptions':{'serialization':_0x25cee5[_0x243d7c(0x1cb)],'stdio':_0x25cee5[_0x243d7c(0x180)]},'numWorkers':_0x2df716[_0x243d7c(0x19d)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x450d13=new Emittery();_0x450d13['on'](_0x25cee5[_0x243d7c(0x19f)],_0x1ddde4=>{const _0x480af9=_0x243d7c;_0x406173[_0x480af9(0x196)]([_0x1ddde4[0x0],_0x1ddde4[0x1]]);}),_0x450d13['on'](_0x25cee5['QBXuc'],_0x2f4f9f=>console[_0x243d7c(0x1b2)](_0x2f4f9f[0x1]));_0x2f3b12[_0x243d7c(0x1c9)]()&&_0x2f3b12[_0x243d7c(0x1c9)]()[_0x243d7c(0x1d3)](process['stdout']);_0x2f3b12[_0x243d7c(0x1a6)]()&&_0x2f3b12[_0x243d7c(0x1a6)]()[_0x243d7c(0x1d3)](process[_0x243d7c(0x1d1)]);const _0x4a3aca=async()=>{const _0x5f5960=_0x243d7c,{forceExited:_0x82c47f}=await _0x2f3b12[_0x5f5960(0x1b5)]();_0x82c47f&&console[_0x5f5960(0x195)](_0x445b65['HvoNw']),_0x445b65['oQOko'](_0x29a65f,_0x406173);},_0x3d7ffd=_0x25cee5[_0x243d7c(0x1c6)](pLimit,_0x2df716[_0x243d7c(0x19d)]||0x1),_0x215d1f=(_0x29b8a9,_0x57b493)=>_0x3d7ffd(async()=>{const _0x2c3d75=_0x243d7c;return await _0x450d13[_0x2c3d75(0x1cd)](_0x445b65[_0x2c3d75(0x1ae)],_0x29b8a9),_0x525aed[_0x2c3d75(0x18e)]=_0x4217e5['platforms'][_0x57b493],_0x2f3b12[_0x2c3d75(0x1b1)](_0x29b8a9,_0x525aed,_0x4217e5,_0x22b421,_0x117451);});Promise[_0x243d7c(0x184)](_0x2df716['map']((_0x3f436c,_0x3c7749)=>_0x215d1f(_0x3f436c,_0x3c7749)[_0x243d7c(0x1d4)](_0x5c381a=>_0x450d13[_0x243d7c(0x1cd)](_0x243d7c(0x1d5),[_0x3f436c,_0x5c381a]),_0x588118=>_0x450d13[_0x243d7c(0x1cd)](_0x243d7c(0x183),[_0x3f436c,_0x588118]))))[_0x243d7c(0x1d4)](_0x4a3aca,_0x4a3aca);});},exports[a46_0x226685(0x1b7)]=(_0x39b7d5,_0x4af5e1)=>new Promise(_0xe42752=>{const _0x494a73=a46_0x226685,_0x475828={'PnFTt':function(_0x3041db,_0x301d4a){return _0x3041db===_0x301d4a;},'CqTKQ':function(_0x401563,_0x274b94){return _0x401563!==_0x274b94;},'mFkpq':_0x494a73(0x18c),'Vtxls':'Workers\x20failed\x20to\x20exit\x20gracefully','IisEU':function(_0x40e958,_0x1afd91){return _0x40e958(_0x1afd91);},'ytuIj':_0x494a73(0x19a),'ehwMa':_0x494a73(0x191),'dNWBy':_0x494a73(0x17a),'iftLF':_0x494a73(0x1d3),'CPNay':_0x494a73(0x189),'FTMLg':'test-file-failure'},_0xad3e5a={},_0x3232b2=new Worker(require[_0x494a73(0x17d)](_0x475828['ytuIj']),{'exposedMethods':[_0x475828[_0x494a73(0x1ac)]],'forkOptions':{'serialization':_0x475828[_0x494a73(0x1c0)],'stdio':_0x475828[_0x494a73(0x1af)]},'numWorkers':_0x4af5e1,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x37e510=new Emittery();_0x37e510['on'](_0x475828[_0x494a73(0x1aa)],_0x5ec54f=>{const _0x28702a=_0x494a73;_0x5ec54f[0x0]&&logger[_0x28702a(0x1be)](_0x28702a(0x17f)+_0x5ec54f[0x1]+'\x20for',_0x5ec54f[0x0]);}),_0x37e510['on'](_0x475828['FTMLg'],_0x50ad9a=>{const _0x491aca=_0x494a73;process[_0x491aca(0x1c2)]=0x1;});_0x3232b2[_0x494a73(0x1c9)]()&&_0x3232b2[_0x494a73(0x1c9)]()[_0x494a73(0x1d3)](process[_0x494a73(0x1a0)]);_0x3232b2['getStderr']()&&_0x3232b2[_0x494a73(0x1a6)]()[_0x494a73(0x1d3)](process[_0x494a73(0x1d1)]);const _0x10a083=async()=>{const _0x3ba70a=_0x494a73,_0x54ee36={'GlEOz':function(_0x112693,_0x49289d){const _0xc58f21=a46_0x4c31;return _0x475828[_0xc58f21(0x193)](_0x112693,_0x49289d);},'AcAZu':function(_0x4fee2f,_0x33fd48){const _0x1f624=a46_0x4c31;return _0x475828[_0x1f624(0x17e)](_0x4fee2f,_0x33fd48);},'KYCGw':_0x475828[_0x3ba70a(0x1a2)]};let _0xca1d0b=0x0;const _0x2de73c=_0x3232b2[_0x3ba70a(0x190)][_0x3ba70a(0x197)](),_0x128fcf=()=>{},_0x1158de=_0x2de73c[_0x3ba70a(0x1b4)](async _0x5198f2=>{const _0x2eb973=_0x3ba70a,_0x48143b={'xwyjN':function(_0x4c39bf,_0x424e60){return _0x54ee36['GlEOz'](_0x4c39bf,_0x424e60);},'xZEIU':function(_0x3c42e9,_0xba94a2){const _0x55c6e1=a46_0x4c31;return _0x54ee36[_0x55c6e1(0x1c1)](_0x3c42e9,_0xba94a2);}};_0x5198f2[_0x2eb973(0x187)]([0x2,![]],_0x128fcf,_0x128fcf,_0x128fcf),_0x5198f2['_child']['on'](_0x54ee36[_0x2eb973(0x182)],_0x40236a=>{const _0xaa99d7=_0x2eb973;_0x48143b[_0xaa99d7(0x198)](_0xca1d0b,0x0)&&_0x48143b[_0xaa99d7(0x18a)](_0x40236a,0x0)&&(_0xca1d0b=_0x40236a);}),await _0x5198f2[_0x2eb973(0x1a3)]();});await Promise[_0x3ba70a(0x184)](_0x1158de),process[_0x3ba70a(0x1c2)]=_0xca1d0b;const {forceExited:_0x36d850}=await _0x3232b2[_0x3ba70a(0x1b5)]();_0x36d850&&console['error'](_0x475828[_0x3ba70a(0x1ad)]),_0x475828[_0x3ba70a(0x19c)](_0xe42752,_0xad3e5a);},_0x187389=_0x475828[_0x494a73(0x19c)](pLimit,_0x4af5e1),_0x2e94e8=_0x11abb9=>_0x187389(async()=>{const _0x18b8a3=_0x494a73;return _0x3232b2[_0x18b8a3(0x191)](_0x11abb9);});Promise['all'](_0x39b7d5[_0x494a73(0x1b4)](_0x56c451=>_0x2e94e8(_0x56c451)[_0x494a73(0x1d4)](_0xe669bc=>_0x37e510[_0x494a73(0x1cd)](_0x494a73(0x189),[_0x56c451[_0x494a73(0x199)]['platform'],_0x56c451['configuration'][_0x494a73(0x1d2)]]),_0x374974=>_0x37e510[_0x494a73(0x1cd)](_0x494a73(0x1bb),[_0x56c451,_0x374974]))))[_0x494a73(0x1d4)](_0x10a083,_0x10a083);});
1
+ const a46_0x343c13=a46_0x23de;(function(_0x162d02,_0x2f7ad4){const _0x52f7c6=a46_0x23de,_0x4cd360=_0x162d02();while(!![]){try{const _0x2a1b49=-parseInt(_0x52f7c6(0x1bc))/0x1+-parseInt(_0x52f7c6(0x190))/0x2*(-parseInt(_0x52f7c6(0x18f))/0x3)+parseInt(_0x52f7c6(0x18c))/0x4+-parseInt(_0x52f7c6(0x178))/0x5+parseInt(_0x52f7c6(0x1af))/0x6+-parseInt(_0x52f7c6(0x19c))/0x7+-parseInt(_0x52f7c6(0x1bf))/0x8*(-parseInt(_0x52f7c6(0x188))/0x9);if(_0x2a1b49===_0x2f7ad4)break;else _0x4cd360['push'](_0x4cd360['shift']());}catch(_0x5455b4){_0x4cd360['push'](_0x4cd360['shift']());}}}(a46_0x48b9,0x4f362));function a46_0x48b9(){const _0x2a51e1=['xRUQX','error','wrYer','VOiTp','all','rloyH','parallelCucumberRun','Workers\x20failed\x20to\x20exit\x20gracefully','AWXIS','GnoGo','parallelTestRun','XafmX','worker','resolve','../../helpers/test-observability/constants','config','test-file-failure','2597058QxKYld','platformCaps','p-limit','stderr','hdOBw','qMnbv','test-file-success','platform-run-failure','test-file-start','gHBXB','emittery','failureCount','cucumberWorker','478556zaCLJd','vanillaWorker','launchBuild','16xGtOXL','NxDDT','Running\x20','snvSQ','push','mOJFu','wjoFK','json','_workerPool','stdout','MOCHA','NJIAO','fAEZd','platform-run-start','lvBbT','file','end','map','getStdout','../../helpers/logger','platform','tVlRa','parallelVanillaRun','jest-worker','../../helpers/testhub/testhubHandler','1112860wRUYkL','exitCode','../../helpers/test-observability/utils','xZyPq','iBoOU','oBRFa','EGZcv','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','XSQRM','UYNLc','./testWorker.js','UuDXw','gCjcE','pipe','log','uXolm','818289IzdVia','configuration','send','vgWZx','1743820ZHpqhW','waitForExit','azBLh','377490HoleqE','8fbuRIy','gTGAk','then','getWorkers','mBteq','FpVuy','Worker','getStderr','length','MLwAV','results','platforms','3698674KVLNiF','emit'];a46_0x48b9=function(){return _0x2a51e1;};return a46_0x48b9();}function a46_0x23de(_0x212873,_0xd12a5c){const _0x48b98e=a46_0x48b9();return a46_0x23de=function(_0x23de0f,_0x1e5735){_0x23de0f=_0x23de0f-0x161;let _0x4037f3=_0x48b98e[_0x23de0f];return _0x4037f3;},a46_0x23de(_0x212873,_0xd12a5c);}const Worker=require(a46_0x343c13(0x176))[a46_0x343c13(0x196)],Emittery=require(a46_0x343c13(0x1b9)),pLimit=require(a46_0x343c13(0x1b1)),util=require('util'),logger=require(a46_0x343c13(0x172))['winstonLogger'],{debug}=require(a46_0x343c13(0x17a)),TestHubHandler=require(a46_0x343c13(0x177)),{FRAMEWORKS}=require(a46_0x343c13(0x1ac));exports[a46_0x343c13(0x1a8)]=(_0xedbad8,_0x4131dc,_0x2b05c9)=>new Promise(async _0x44b200=>{const _0x55bf30=a46_0x343c13,_0x578fec={'XSQRM':_0x55bf30(0x1ba),'gCjcE':function(_0x24b5be,_0x4b0a23){return _0x24b5be+_0x4b0a23;},'mOJFu':_0x55bf30(0x19a),'xZyPq':_0x55bf30(0x1a5),'VOiTp':function(_0x3ac981,_0x49609e){return _0x3ac981(_0x49609e);},'hjlaA':_0x55bf30(0x1b7),'xRUQX':_0x55bf30(0x182),'xldXR':_0x55bf30(0x1aa),'uXolm':_0x55bf30(0x166),'lvBbT':_0x55bf30(0x185),'XafmX':function(_0x5b779b,_0x8a95d){return _0x5b779b*_0x8a95d;},'mBteq':_0x55bf30(0x1b5),'WhPuI':'test-file-failure','iBoOU':function(_0x4db247,_0x561100){return _0x4db247(_0x561100);},'qMnbv':function(_0x35062d,_0x54e5bf){return _0x35062d*_0x54e5bf;}},_0x40ea44=_0x2b05c9[_0x55bf30(0x1ad)],_0x3f37e5={},_0x5bbdfd=await TestHubHandler[_0x55bf30(0x1be)](FRAMEWORKS[_0x55bf30(0x169)],_0x2b05c9),_0x354469=new Worker(require[_0x55bf30(0x1ab)](_0x578fec[_0x55bf30(0x19e)]),{'exposedMethods':[_0x578fec['xldXR']],'forkOptions':{'serialization':_0x578fec[_0x55bf30(0x187)],'stdio':_0x578fec[_0x55bf30(0x16d)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x578fec[_0x55bf30(0x1a9)](_0x4131dc,0x1),'enableWorkerThreads':!![]}),_0x5a0640=new Emittery();_0x5a0640['on'](_0x578fec[_0x55bf30(0x194)],_0x1a6232=>{const _0x25ce4d=_0x55bf30;_0x3f37e5[_0x1a6232[0x0]]?(_0x3f37e5[_0x1a6232[0x0]][_0x578fec[_0x25ce4d(0x180)]]=_0x578fec[_0x25ce4d(0x184)](_0x3f37e5[_0x1a6232[0x0]][_0x578fec[_0x25ce4d(0x180)]],_0x1a6232[0x1][_0x578fec[_0x25ce4d(0x180)]]),_0x3f37e5[_0x1a6232[0x0]][_0x578fec[_0x25ce4d(0x164)]]=[..._0x3f37e5[_0x1a6232[0x0]][_0x578fec[_0x25ce4d(0x164)]],..._0x1a6232[0x1][_0x578fec[_0x25ce4d(0x164)]]]):_0x3f37e5[_0x1a6232[0x0]]={'failureCount':_0x1a6232[0x1][_0x578fec['XSQRM']],'results':[..._0x1a6232[0x1][_0x578fec['mOJFu']]]};}),_0x5a0640['on'](_0x578fec['WhPuI'],_0x2dd3f6=>console[_0x55bf30(0x186)](_0x2dd3f6[0x1]));_0x354469[_0x55bf30(0x171)]()&&_0x354469[_0x55bf30(0x171)]()[_0x55bf30(0x185)](process[_0x55bf30(0x168)]);_0x354469[_0x55bf30(0x197)]()&&_0x354469[_0x55bf30(0x197)]()[_0x55bf30(0x185)](process[_0x55bf30(0x1b2)]);const _0x2de376=async()=>{const _0x597414=_0x55bf30,{forceExited:_0x254a85}=await _0x354469[_0x597414(0x16f)]();_0x254a85&&console[_0x597414(0x19f)](_0x578fec[_0x597414(0x17b)]);try{await TestHubHandler['stop']();}catch(_0x295122){_0x578fec[_0x597414(0x1a1)](debug,_0x597414(0x17f)+_0x295122);}_0x578fec[_0x597414(0x1a1)](_0x44b200,_0x3f37e5);},_0x1635b3=_0x578fec[_0x55bf30(0x17c)](pLimit,_0x578fec[_0x55bf30(0x1b4)](_0x4131dc,0x1)),_0x506416=_0x263f8c=>_0x1635b3(async()=>{const _0x298226=_0x55bf30;return await _0x5a0640[_0x298226(0x19d)](_0x578fec['hjlaA'],_0x263f8c),_0x354469[_0x298226(0x1aa)](_0x263f8c,_0x40ea44);});Promise[_0x55bf30(0x1a2)](_0xedbad8[_0x55bf30(0x170)](_0x1d19ac=>_0x506416(_0x1d19ac)['then'](_0x39295f=>_0x5a0640[_0x55bf30(0x19d)](_0x55bf30(0x1b5),[_0x1d19ac[_0x55bf30(0x189)][_0x55bf30(0x173)],_0x39295f]),_0x582c76=>_0x5a0640['emit'](_0x55bf30(0x1ae),[_0x1d19ac,_0x582c76]))))[_0x55bf30(0x192)](_0x2de376,_0x2de376);}),exports[a46_0x343c13(0x1a4)]=(_0x3f5c21,_0x41e5bb,_0x11860d,_0xc77d4d,_0x1700ed)=>{const _0x5af1f1=a46_0x343c13,_0x4c3281={'azBLh':_0x5af1f1(0x16c),'fAEZd':'Workers\x20failed\x20to\x20exit\x20gracefully','NxDDT':function(_0x2e64d2,_0x40e7b4){return _0x2e64d2(_0x40e7b4);},'wrYer':_0x5af1f1(0x182),'snvSQ':_0x5af1f1(0x1bb),'GnoGo':'json','xImdu':_0x5af1f1(0x185),'vgWZx':'platform-run-success','MKeDN':_0x5af1f1(0x1b6),'fDzSU':function(_0x2d155b,_0x468ffd){return _0x2d155b(_0x468ffd);}};return new Promise(_0x395cfe=>{const _0x1e59f3=_0x5af1f1,_0x4d4a76={'oBRFa':_0x4c3281[_0x1e59f3(0x16b)],'gTGAk':function(_0x34b211,_0x44df9e){const _0x20093e=_0x1e59f3;return _0x4c3281[_0x20093e(0x1c0)](_0x34b211,_0x44df9e);}},_0x1187a5=[],_0x3fbea4=new Worker(require[_0x1e59f3(0x1ab)](_0x4c3281[_0x1e59f3(0x1a0)]),{'exposedMethods':[_0x4c3281[_0x1e59f3(0x162)]],'forkOptions':{'serialization':_0x4c3281[_0x1e59f3(0x1a7)],'stdio':_0x4c3281['xImdu']},'numWorkers':_0x3f5c21[_0x1e59f3(0x198)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x220201=new Emittery();_0x220201['on'](_0x4c3281[_0x1e59f3(0x18b)],_0x523b6c=>{const _0xe7d8ec=_0x1e59f3;_0x1187a5[_0xe7d8ec(0x163)]([_0x523b6c[0x0],_0x523b6c[0x1]]);}),_0x220201['on'](_0x4c3281['MKeDN'],_0x17e233=>console['log'](_0x17e233[0x1]));_0x3fbea4[_0x1e59f3(0x171)]()&&_0x3fbea4['getStdout']()[_0x1e59f3(0x185)](process['stdout']);_0x3fbea4[_0x1e59f3(0x197)]()&&_0x3fbea4[_0x1e59f3(0x197)]()['pipe'](process[_0x1e59f3(0x1b2)]);const _0x4d375c=async()=>{const _0x4dc1df=_0x1e59f3,{forceExited:_0xf37f6a}=await _0x3fbea4[_0x4dc1df(0x16f)]();_0xf37f6a&&console[_0x4dc1df(0x19f)](_0x4d4a76[_0x4dc1df(0x17d)]),_0x4d4a76[_0x4dc1df(0x191)](_0x395cfe,_0x1187a5);},_0x1a556e=_0x4c3281['fDzSU'](pLimit,_0x3f5c21[_0x1e59f3(0x198)]||0x1),_0x275208=(_0xf095df,_0x4535f6)=>_0x1a556e(async()=>{const _0x40c56f=_0x1e59f3;return await _0x220201['emit'](_0x4c3281[_0x40c56f(0x18e)],_0xf095df),_0x41e5bb[_0x40c56f(0x1b0)]=_0x11860d[_0x40c56f(0x19b)][_0x4535f6],_0x3fbea4[_0x40c56f(0x1bb)](_0xf095df,_0x41e5bb,_0x11860d,_0xc77d4d,_0x1700ed);});Promise[_0x1e59f3(0x1a2)](_0x3f5c21['map']((_0x46880a,_0x201613)=>_0x275208(_0x46880a,_0x201613)[_0x1e59f3(0x192)](_0x13ef81=>_0x220201['emit']('platform-run-success',[_0x46880a,_0x13ef81]),_0x25a4bc=>_0x220201[_0x1e59f3(0x19d)]('platform-run-failure',[_0x46880a,_0x25a4bc]))))['then'](_0x4d375c,_0x4d375c);});},exports[a46_0x343c13(0x175)]=(_0x410038,_0x4b0f30)=>new Promise(_0x50d3c6=>{const _0x10c3a6=a46_0x343c13,_0x56589e={'wjoFK':function(_0x3e2356,_0x2142cb){return _0x3e2356===_0x2142cb;},'EdZno':function(_0x485f40,_0x148fc7){return _0x485f40!==_0x148fc7;},'AWXIS':'exit','tVlRa':_0x10c3a6(0x1a5),'NJIAO':function(_0x402a06,_0x293b82){return _0x402a06(_0x293b82);},'MLwAV':_0x10c3a6(0x182),'CZHuI':'vanillaWorker','FpVuy':_0x10c3a6(0x166),'gHBXB':'pipe','cdGRQ':_0x10c3a6(0x1b5),'UYNLc':_0x10c3a6(0x1ae)},_0x86de5d={},_0x477a41=new Worker(require[_0x10c3a6(0x1ab)](_0x56589e[_0x10c3a6(0x199)]),{'exposedMethods':[_0x56589e['CZHuI']],'forkOptions':{'serialization':_0x56589e[_0x10c3a6(0x195)],'stdio':_0x56589e[_0x10c3a6(0x1b8)]},'numWorkers':_0x4b0f30,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x792fa8=new Emittery();_0x792fa8['on'](_0x56589e['cdGRQ'],_0x352ad7=>{const _0x3bedc5=_0x10c3a6;_0x352ad7[0x0]&&logger['info'](_0x3bedc5(0x161)+_0x352ad7[0x1]+'\x20for',_0x352ad7[0x0]);}),_0x792fa8['on'](_0x56589e[_0x10c3a6(0x181)],_0x1c0a62=>{process['exitCode']=0x1;});_0x477a41[_0x10c3a6(0x171)]()&&_0x477a41['getStdout']()[_0x10c3a6(0x185)](process[_0x10c3a6(0x168)]);_0x477a41[_0x10c3a6(0x197)]()&&_0x477a41[_0x10c3a6(0x197)]()[_0x10c3a6(0x185)](process[_0x10c3a6(0x1b2)]);const _0x5df154=async()=>{const _0xf0e2e1=_0x10c3a6,_0x38b812={'EGZcv':function(_0x179e02,_0x42e9ca){const _0x3e2008=a46_0x23de;return _0x56589e[_0x3e2008(0x165)](_0x179e02,_0x42e9ca);},'RghZt':function(_0x529645,_0x638326){return _0x56589e['EdZno'](_0x529645,_0x638326);},'hdOBw':_0x56589e[_0xf0e2e1(0x1a6)]};let _0x29577b=0x0;const _0xcf9adb=_0x477a41[_0xf0e2e1(0x167)][_0xf0e2e1(0x193)](),_0x452b8f=()=>{},_0x515088=_0xcf9adb[_0xf0e2e1(0x170)](async _0x5ccb21=>{const _0x508625=_0xf0e2e1,_0x25a134={'rloyH':function(_0x5829a9,_0x3acac7){const _0x2d379a=a46_0x23de;return _0x38b812[_0x2d379a(0x17e)](_0x5829a9,_0x3acac7);},'UuDXw':function(_0xd80ba3,_0x562fa1){return _0x38b812['RghZt'](_0xd80ba3,_0x562fa1);}};_0x5ccb21[_0x508625(0x18a)]([0x2,![]],_0x452b8f,_0x452b8f,_0x452b8f),_0x5ccb21['_child']['on'](_0x38b812[_0x508625(0x1b3)],_0x3cd474=>{const _0x3e80b6=_0x508625;_0x25a134[_0x3e80b6(0x1a3)](_0x29577b,0x0)&&_0x25a134[_0x3e80b6(0x183)](_0x3cd474,0x0)&&(_0x29577b=_0x3cd474);}),await _0x5ccb21[_0x508625(0x18d)]();});await Promise[_0xf0e2e1(0x1a2)](_0x515088),process[_0xf0e2e1(0x179)]=_0x29577b;const {forceExited:_0x3132bf}=await _0x477a41[_0xf0e2e1(0x16f)]();_0x3132bf&&console[_0xf0e2e1(0x19f)](_0x56589e[_0xf0e2e1(0x174)]),_0x56589e[_0xf0e2e1(0x16a)](_0x50d3c6,_0x86de5d);},_0x3b57b2=_0x56589e[_0x10c3a6(0x16a)](pLimit,_0x4b0f30),_0x5145ac=_0x55b6c4=>_0x3b57b2(async()=>{const _0x3a4fe3=_0x10c3a6;return _0x477a41[_0x3a4fe3(0x1bd)](_0x55b6c4);});Promise[_0x10c3a6(0x1a2)](_0x410038[_0x10c3a6(0x170)](_0x480d53=>_0x5145ac(_0x480d53)['then'](_0x2840bc=>_0x792fa8[_0x10c3a6(0x19d)](_0x10c3a6(0x1b5),[_0x480d53[_0x10c3a6(0x189)][_0x10c3a6(0x173)],_0x480d53['configuration'][_0x10c3a6(0x16e)]]),_0x141f95=>_0x792fa8[_0x10c3a6(0x19d)](_0x10c3a6(0x1ae),[_0x480d53,_0x141f95]))))[_0x10c3a6(0x192)](_0x5df154,_0x5df154);});
@@ -1 +1 @@
1
- function a47_0x36da(){const _0x5559d5=['3303290eDhglN','zlgni','formatter','mocha','428757ZfkYGK','cucumber-js','hPbAt','runVanillaTest','22648wFgaNe','qBoZP','runCucumberTest','1499814lwRTOh','1456708yzCPDr','5SCAteT','18vvKseE','312978keddPZ','wBnQP','1068578ZXgvyy','GuVxi','runTest','run','665XlKCsj','vanilla','../launcher/launcher'];a47_0x36da=function(){return _0x5559d5;};return a47_0x36da();}const a47_0x2caaa4=a47_0x1c44;function a47_0x1c44(_0x328f50,_0x2fd530){const _0x36da60=a47_0x36da();return a47_0x1c44=function(_0x1c440b,_0x587b3e){_0x1c440b=_0x1c440b-0x15e;let _0x2b25d0=_0x36da60[_0x1c440b];return _0x2b25d0;},a47_0x1c44(_0x328f50,_0x2fd530);}(function(_0x73b48a,_0x1b610a){const _0xac9a4e=a47_0x1c44,_0x4b3dca=_0x73b48a();while(!![]){try{const _0x151a60=parseInt(_0xac9a4e(0x169))/0x1+-parseInt(_0xac9a4e(0x15e))/0x2+parseInt(_0xac9a4e(0x170))/0x3+parseInt(_0xac9a4e(0x171))/0x4*(parseInt(_0xac9a4e(0x172))/0x5)+-parseInt(_0xac9a4e(0x174))/0x6+parseInt(_0xac9a4e(0x162))/0x7*(parseInt(_0xac9a4e(0x16d))/0x8)+parseInt(_0xac9a4e(0x173))/0x9*(-parseInt(_0xac9a4e(0x165))/0xa);if(_0x151a60===_0x1b610a)break;else _0x4b3dca['push'](_0x4b3dca['shift']());}catch(_0x30f0af){_0x4b3dca['push'](_0x4b3dca['shift']());}}}(a47_0x36da,0x4cd53),exports[a47_0x2caaa4(0x160)]=async(_0x224659,_0x3dff4e)=>{const _0x53371c=a47_0x2caaa4,_0x333df4={'zlgni':function(_0x3c2c36,_0xa1ff18){return _0x3c2c36(_0xa1ff18);},'hoBaX':_0x53371c(0x164),'wYFLv':_0x53371c(0x168)},_0x234c6f=_0x333df4[_0x53371c(0x166)](require,_0x333df4['hoBaX']),_0x4306c4=new _0x234c6f(_0x333df4['wYFLv'],_0x224659,_0x3dff4e);return await _0x4306c4[_0x53371c(0x161)]();},exports[a47_0x2caaa4(0x16f)]=async(_0x13e9d0,_0x3fef96,_0xe182d0,_0x591741,_0x16461c)=>{const _0x323b26=a47_0x2caaa4,_0x4e66ab={'GuVxi':function(_0x1bb446,_0xbf92a8){return _0x1bb446(_0xbf92a8);},'hPbAt':'../launcher/launcher','wBnQP':_0x323b26(0x16a)},_0x757fc9={'capability':_0x13e9d0,..._0x3fef96},_0x504809={};_0x504809['configuration']=_0x757fc9,_0x504809[_0x323b26(0x167)]=_0x16461c;const _0x26a6d2=_0x504809,_0x4d2aad=_0x4e66ab[_0x323b26(0x15f)](require,_0x4e66ab[_0x323b26(0x16b)]),_0x50e7f6=new _0x4d2aad(_0x4e66ab[_0x323b26(0x175)],_0x26a6d2,_0xe182d0,_0x591741);return await _0x50e7f6[_0x323b26(0x161)]();},exports[a47_0x2caaa4(0x16c)]=async _0x15d54f=>{const _0x19b783=a47_0x2caaa4,_0xfaeedc={'okgyw':function(_0x247e3c,_0x5a5f28){return _0x247e3c(_0x5a5f28);},'wgPIB':'../launcher/launcher','qBoZP':_0x19b783(0x163)},_0xd886d4=_0xfaeedc['okgyw'](require,_0xfaeedc['wgPIB']),_0x107938=new _0xd886d4(_0xfaeedc[_0x19b783(0x16e)],_0x15d54f);return await _0x107938[_0x19b783(0x161)]();});
1
+ function a47_0x2a15(_0x49629c,_0x5ed087){const _0x1e4923=a47_0x1e49();return a47_0x2a15=function(_0x2a1592,_0x314bc5){_0x2a1592=_0x2a1592-0xf2;let _0x32aa13=_0x1e4923[_0x2a1592];return _0x32aa13;},a47_0x2a15(_0x49629c,_0x5ed087);}function a47_0x1e49(){const _0x66085=['vanilla','1966070VwTMYh','jGRFb','tuolZ','Anuao','../launcher/launcher','BMmYB','tgiCa','cucumber-js','mocha','AMkkn','runTest','run','483078cTmvgJ','113088xLshEI','135920QdbyAz','formatter','1089261PMwgEB','ADygw','13137tyegbs','21490GkQnUV','28AzReOM','74datUdy','496qgCNIF'];a47_0x1e49=function(){return _0x66085;};return a47_0x1e49();}const a47_0x16e96e=a47_0x2a15;(function(_0x42a994,_0x21dbef){const _0x160982=a47_0x2a15,_0x3f6d3f=_0x42a994();while(!![]){try{const _0x41d2bf=-parseInt(_0x160982(0xf4))/0x1+-parseInt(_0x160982(0xfc))/0x2*(parseInt(_0x160982(0xf9))/0x3)+parseInt(_0x160982(0xfb))/0x4*(parseInt(_0x160982(0xf5))/0x5)+parseInt(_0x160982(0xf3))/0x6+-parseInt(_0x160982(0xfa))/0x7*(-parseInt(_0x160982(0xfd))/0x8)+parseInt(_0x160982(0xf7))/0x9+-parseInt(_0x160982(0xff))/0xa;if(_0x41d2bf===_0x21dbef)break;else _0x3f6d3f['push'](_0x3f6d3f['shift']());}catch(_0x214362){_0x3f6d3f['push'](_0x3f6d3f['shift']());}}}(a47_0x1e49,0x1af74),exports[a47_0x16e96e(0x109)]=async(_0x2c3a3c,_0x4c3296)=>{const _0x4132ed=a47_0x16e96e,_0x3e11eb={'rKVbE':function(_0x31dec8,_0xc105e8){return _0x31dec8(_0xc105e8);},'ADygw':_0x4132ed(0x103),'Anuao':_0x4132ed(0x107)},_0xe0f7f8=_0x3e11eb['rKVbE'](require,_0x3e11eb[_0x4132ed(0xf8)]),_0x5b9609=new _0xe0f7f8(_0x3e11eb[_0x4132ed(0x102)],_0x2c3a3c,_0x4c3296);return await _0x5b9609[_0x4132ed(0xf2)]();},exports['runCucumberTest']=async(_0xee098b,_0x52a2f1,_0x4ce005,_0x335645,_0xc36716)=>{const _0x2222b8=a47_0x16e96e,_0x8e2574={'tgiCa':function(_0x28a8dc,_0x107007){return _0x28a8dc(_0x107007);},'NyQfy':'../launcher/launcher','jGRFb':_0x2222b8(0x106)},_0xf3368f={'capability':_0xee098b,..._0x52a2f1},_0x42f14e={};_0x42f14e['configuration']=_0xf3368f,_0x42f14e[_0x2222b8(0xf6)]=_0xc36716;const _0x31f517=_0x42f14e,_0x462b6f=_0x8e2574[_0x2222b8(0x105)](require,_0x8e2574['NyQfy']),_0x1cde5b=new _0x462b6f(_0x8e2574[_0x2222b8(0x100)],_0x31f517,_0x4ce005,_0x335645);return await _0x1cde5b[_0x2222b8(0xf2)]();},exports['runVanillaTest']=async _0x54748b=>{const _0x8156cf=a47_0x16e96e,_0x4e88ad={'BMmYB':function(_0x5996c3,_0x55cd63){return _0x5996c3(_0x55cd63);},'tuolZ':_0x8156cf(0x103),'AMkkn':_0x8156cf(0xfe)},_0xcccf14=_0x4e88ad[_0x8156cf(0x104)](require,_0x4e88ad[_0x8156cf(0x101)]),_0x2f2897=new _0xcccf14(_0x4e88ad[_0x8156cf(0x108)],_0x54748b);return await _0x2f2897[_0x8156cf(0xf2)]();});
@@ -1 +1 @@
1
- const a48_0x1c5e73=a48_0xb021;(function(_0x3e797c,_0x3c1c47){const _0x89c41b=a48_0xb021,_0x16964d=_0x3e797c();while(!![]){try{const _0x2da842=parseInt(_0x89c41b(0x150))/0x1*(parseInt(_0x89c41b(0x159))/0x2)+parseInt(_0x89c41b(0x15b))/0x3+parseInt(_0x89c41b(0x154))/0x4*(parseInt(_0x89c41b(0x157))/0x5)+-parseInt(_0x89c41b(0x151))/0x6+parseInt(_0x89c41b(0x14f))/0x7+parseInt(_0x89c41b(0x15d))/0x8*(parseInt(_0x89c41b(0x158))/0x9)+-parseInt(_0x89c41b(0x15c))/0xa*(parseInt(_0x89c41b(0x15e))/0xb);if(_0x2da842===_0x3c1c47)break;else _0x16964d['push'](_0x16964d['shift']());}catch(_0x385f42){_0x16964d['push'](_0x16964d['shift']());}}}(a48_0x37e0,0xc4c0c));function a48_0xb021(_0x18b6a5,_0x2cf40d){const _0x37e03e=a48_0x37e0();return a48_0xb021=function(_0xb021c0,_0x54e1a6){_0xb021c0=_0xb021c0-0x14e;let _0x5d4bc8=_0x37e03e[_0xb021c0];return _0x5d4bc8;},a48_0xb021(_0x18b6a5,_0x2cf40d);}const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x1c5e73(0x15a));function a48_0x37e0(){const _0x36185d=['6520122fIWuLF','1032463tbsdxp','1437684EORnrH','worker','PfHJw','24NTBmWN','ReGkC','yAJFl','103320nIYJxa','99CtVRMu','2RsWqZx','./runTest','420906LWDAnF','10UuEjzG','379904VSaqfq','18755539HgDCyE','cucumberWorker'];a48_0x37e0=function(){return _0x36185d;};return a48_0x37e0();}exports[a48_0x1c5e73(0x152)]=async(_0x51d857,_0x96396b)=>{const _0x3cddf8=a48_0x1c5e73,_0x37d69f={'PfHJw':function(_0x222f66,_0x51263e,_0x47ac35){return _0x222f66(_0x51263e,_0x47ac35);}};return await _0x37d69f[_0x3cddf8(0x153)](runTest,_0x51d857,_0x96396b);},exports[a48_0x1c5e73(0x14e)]=async(_0x80019c,_0xda33fc,_0x2f8bc9,_0x4e468d,_0xa01149)=>{const _0x52da4a=a48_0x1c5e73,_0x36f4d5={'ReGkC':function(_0x3cc337,_0x23c5fd,_0x4aff81,_0xc8ad7b,_0x5c4fe1,_0x3d8808){return _0x3cc337(_0x23c5fd,_0x4aff81,_0xc8ad7b,_0x5c4fe1,_0x3d8808);}};return await _0x36f4d5[_0x52da4a(0x155)](runCucumberTest,_0x80019c,_0xda33fc,_0x2f8bc9,_0x4e468d,_0xa01149);},exports['vanillaWorker']=async _0x462f53=>{const _0x2ee7ab=a48_0x1c5e73,_0x11ff5a={'yAJFl':function(_0x3eac5d,_0x34e799){return _0x3eac5d(_0x34e799);}};return await _0x11ff5a[_0x2ee7ab(0x156)](runVanillaTest,_0x462f53);};
1
+ const a48_0x308c64=a48_0x1ec1;(function(_0x172b6f,_0x5ec2a9){const _0x2b548a=a48_0x1ec1,_0x428e26=_0x172b6f();while(!![]){try{const _0x1d2efa=parseInt(_0x2b548a(0x1e9))/0x1*(parseInt(_0x2b548a(0x1ec))/0x2)+-parseInt(_0x2b548a(0x1ee))/0x3*(-parseInt(_0x2b548a(0x1e6))/0x4)+-parseInt(_0x2b548a(0x1e1))/0x5*(parseInt(_0x2b548a(0x1e5))/0x6)+-parseInt(_0x2b548a(0x1ea))/0x7+-parseInt(_0x2b548a(0x1ef))/0x8+-parseInt(_0x2b548a(0x1e7))/0x9+parseInt(_0x2b548a(0x1e2))/0xa*(parseInt(_0x2b548a(0x1eb))/0xb);if(_0x1d2efa===_0x5ec2a9)break;else _0x428e26['push'](_0x428e26['shift']());}catch(_0x9e59e1){_0x428e26['push'](_0x428e26['shift']());}}}(a48_0x595b,0x6d6cb));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports[a48_0x308c64(0x1f0)]=async(_0x51647b,_0x1d5a24)=>{const _0x2a95e6=a48_0x308c64,_0x1c892f={'fAyQy':function(_0x33ec0e,_0x22e8b7,_0x45ebf0){return _0x33ec0e(_0x22e8b7,_0x45ebf0);}};return await _0x1c892f[_0x2a95e6(0x1e8)](runTest,_0x51647b,_0x1d5a24);},exports[a48_0x308c64(0x1e3)]=async(_0x1f14bd,_0x433385,_0x15d840,_0x3ddf5e,_0x2fb5ad)=>{const _0x53acb7={'baOnI':function(_0x560bef,_0xe76b23,_0x22d47d,_0x22f241,_0x48f891,_0x34f09c){return _0x560bef(_0xe76b23,_0x22d47d,_0x22f241,_0x48f891,_0x34f09c);}};return await _0x53acb7['baOnI'](runCucumberTest,_0x1f14bd,_0x433385,_0x15d840,_0x3ddf5e,_0x2fb5ad);},exports[a48_0x308c64(0x1ed)]=async _0x1fcda9=>{const _0x3f3d11=a48_0x308c64,_0x3abc41={'tqiYd':function(_0x5d11fd,_0x48afc9){return _0x5d11fd(_0x48afc9);}};return await _0x3abc41[_0x3f3d11(0x1e4)](runVanillaTest,_0x1fcda9);};function a48_0x1ec1(_0x3ccb63,_0x6af29f){const _0x595b09=a48_0x595b();return a48_0x1ec1=function(_0x1ec15f,_0x2d0682){_0x1ec15f=_0x1ec15f-0x1e1;let _0x15780a=_0x595b09[_0x1ec15f];return _0x15780a;},a48_0x1ec1(_0x3ccb63,_0x6af29f);}function a48_0x595b(){const _0x5a5e95=['11QZsWNA','640610JmLsEc','vanillaWorker','44541LbsurA','1440144mmSRgw','worker','1040rKlkBm','21498010yrKOts','cucumberWorker','tqiYd','12228FdavVS','40SQdXJY','7186176BIhMnX','fAyQy','1GpuCks','5375909Gtdjca'];a48_0x595b=function(){return _0x5a5e95;};return a48_0x595b();}