browserstack-node-sdk 1.32.0 → 1.32.2

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 (114) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a18_0x1301(){const _0x3939a9=['lAITA','mLcPk','file','dDhhL','ahLde','Ajkon','RCskY','jULIS','mckgd','TbwZE','fkqYU','uHttG','uploadEventData','KOBZl','LTcGQ','xVkuS','_testEnv','ajbWN','VgpiC','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','dchti','cpFAJ','XGTVW','TwVRA','ZZmgq','GCExZ','current_test','failed\x20to\x20get\x20root\x20parent\x20file\x20','zAqAl','reverse','relative','pdGnb','rGBZD','KWCSe','dYMuk','gnKER','KOfqM','AbLxG','BoGox','bs:addPlatformDetails:','MYdkc','UWEIy','../../../../package.json','1fPSbIk','xdxjW','bind','path','uBjkt','js-','BmkSb','JwLKB','findGitConfig','SpTjr','failure_reason','GuNpF','WnEQG','join','RypYt','getHierarchy','beforeAll','testStarted','hryPY','yTcYi','split','wimGL','sqtcE','cjrXJ','hookAnalyticsId','6503358XMpUeq','Dyocy','kUdQy','WLVqM','MfBzv','aVVQC','parent','bBGNZ','getName','tFmVv','HcVBf','LogCreated','KXTeq','omIZB','location_prefix','test_run','sutUk','sDuZM','LGQQL','ODGkH','DfVaN','err','forEach','GnNsV','lHxHZ','hHXJd','passed','beforeEach','AGQec','sguLd','pjUFV','PGwyH','ZDMUR','uxxFO','hLKLS','okWSa','3|2|6|4|0|1|5','NoTaz','javascript','acYWe','aeptb','toString','xcLSu','hook_data','acUvk','wyCSe','RhuXe','qJDrM','.git','NKdqq','testAnalyticsId','JjClb','jKRAs','TTAGt','Ecbpy','EBYEh','generic','CDrsZ','BEFORE_ALL','rpGAM','vTeYI','dhSvR','ykuEs','result','tVqvM','mLoLO',':hookAnalyticsId','tJBoM','YKqQL','ctpBj','finished_at','rYuAj','teHvv','THMSl','match','failure_type','qSghs','getFileName','includes','getTestUUID','zzkTC','5612383wkYGmq','_gitConfigured','push','length','hook_run_uuid','hook_failure','apply','yQaae','UAGxm','TNmiO','xxUpg','appendTestItemLog','FerAm','appendTestPlatform','NcYhz','NnmFx','config','EBTCo','upazT','auznp','XsCte','soeVH','nyvMO','mapTestHooks','tACDo','OIDbO','ZcTmw','LZrME','aavMR','LtWsn','scapc','wjPdb','analyticsResult','XyZKu','nGZUA','LmkRM','YjArJ','markedStatus','sep','./test-details','toISOString','FYPUO','GMRwA','WOKur','dOGck','IMFvY','vFbpa','vHEBQ','DwIIV','event_type','KvUlq','PXMXX','util','OHTPw','sAkoH','lULXV','ZFhbL','PCpXR','getTime','BooEG','bODWY','GbkXk','FEkNQ','skipped','../../../helpers/test-observability/sessionHandler','CBTSessionCreated','zODxp','registerListeners','_gitConfigPath','jUNSh','hooks','aVlHO','njwcu','LKkVD','BXoom','HUzjN','SNNsn','TestRunSkipped','RHYdL','_paths','GtuPk','root','ApgQw','AdMIv','jest-circus','rRgPR','EycHJ','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','ZkiXg','_currentRetry','afterEach','mHnuP','XgvZD','started_at','idCLb','qcxyx','current_hook','nNUQH','4032460ByLTNW','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','GBiat','vdBJD','3sRVOiw','MQrRC','KUzGs','setTestUUID','aIknm','aNbEq','PVxYO','UTAYe','type','_testResults','getHooksForTest','TRuhW','dirname','xItuK','WwHyG','ROlOU','KWICT','configureGit','prefixTestPath','MJojv','pid','4484185YOzEOu','removeAllListeners','emZmn','lgxck','File\x20path\x20could\x20not\x20be\x20found','VphjY','6472608sQzKCq','getTestEnv','DoaHf','OgWIe','sHubw','title','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','failure_reason_expanded','pghTP','pending','OUqux','OcGud','backtrace','UJTlw','EmPsd','jiAXc','wfNmM','WjbYa','btFue','ZmaLj','DLnnk','eqUwz','EZRLE','gcrKh','sendTestRunEvent','AFTER_ALL','PbcMc','KCFcf','qEEgR','OzYOY','\x20with\x20error\x20:\x20','Pyvfh','LBvoB','retryOf','parse','OMBvz',':testAnalyticsId','mdpJg','call','hook_type','BbdWX','afterAll','ajuwa','YagjW','name','yrClz','GdZgm','cRdyN','QaoVD','1523912pDaoDV','QViJg','getRootParentFile','lWEob','RDKQq','RbnoO','mHJNr','IaWjW','errorsDetailed','state','GqSsE','woraY','uuid','http_response','rWGYm','NyHKM','pqpvw','DlKBL','gdCqd','hZXYW','test_run_uuid','CSNxl','MCtbZ','rvOkk','yejvw','VhUyk','STATE_PASSED','asyncError','\x22\x20hook\x20for\x20\x22','EaChw','609574utDxFU','iqOgU','IWCEF','afNBK','resetTestHooks','JDgcl','../../../helpers/test-observability/utils','mwuNk','HANSO','ROOT_DESCRIBE_BLOCK','bOKkB','now','ursaY','Qszrx','tAIxn','1|0|2|3|4','MzKYx','VrzGe','statSync','TestRunStarted','cwd','UUhIV','wVpjA','failure','HkGOs','failed','TestRunFinished','ISVUm','IAzwr','lWdpu','dOOMp','18PpXmVh','test','bs:addLog:','pWqzn'];a18_0x1301=function(){return _0x3939a9;};return a18_0x1301();}const a18_0x1ec803=a18_0x3ba3;(function(_0x522637,_0x2c8cd6){const _0xea2570=a18_0x3ba3,_0x30bc16=_0x522637();while(!![]){try{const _0x4a72c5=-parseInt(_0xea2570(0x11a))/0x1*(parseInt(_0xea2570(0x254))/0x2)+parseInt(_0xea2570(0x1ea))/0x3*(parseInt(_0xea2570(0x236))/0x4)+parseInt(_0xea2570(0x1ff))/0x5+-parseInt(_0xea2570(0x133))/0x6+parseInt(_0xea2570(0x184))/0x7+parseInt(_0xea2570(0x205))/0x8+-parseInt(_0xea2570(0x273))/0x9*(parseInt(_0xea2570(0x1e6))/0xa);if(_0x4a72c5===_0x2c8cd6)break;else _0x30bc16['push'](_0x30bc16['shift']());}catch(_0x41cb43){_0x30bc16['push'](_0x30bc16['shift']());}}}(a18_0x1301,0xa94f0));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a18_0x1ec803(0x25a)),SessionHandler=require(a18_0x1ec803(0x1c4)),{v4:uuidv4}=require(a18_0x1ec803(0x242)),{name,version}=require(a18_0x1ec803(0x2a1)),stackTrace=require('stack-trace'),path=require(a18_0x1ec803(0x11d)),fs=require('fs'),TestDetails=require(a18_0x1ec803(0x1ab)),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require('../../../helpers/helper'),a18_0x32d722={};a18_0x32d722[a18_0x1ec803(0x250)]=a18_0x1ec803(0x14d),a18_0x32d722['STATE_FAILED']=a18_0x1ec803(0x26d),a18_0x32d722['STATE_PENDING']=a18_0x1ec803(0x20e);function a18_0x3ba3(_0x2611ba,_0x4ac93e){const _0x130160=a18_0x1301();return a18_0x3ba3=function(_0x3ba304,_0x5dd7d0){_0x3ba304=_0x3ba304-0x11a;let _0x395e0f=_0x130160[_0x3ba304];return _0x395e0f;},a18_0x3ba3(_0x2611ba,_0x4ac93e);}const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x32d722,a18_0x41ca43={};a18_0x41ca43[a18_0x1ec803(0x12a)]=a18_0x1ec803(0x16d),a18_0x41ca43[a18_0x1ec803(0x22e)]=a18_0x1ec803(0x21e),a18_0x41ca43[a18_0x1ec803(0x14e)]='BEFORE_EACH',a18_0x41ca43[a18_0x1ec803(0x1de)]='AFTER_EACH';const HOOK_TYPES_MAP=a18_0x41ca43;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x38c645=a18_0x1ec803,_0x40729e={'IWCEF':_0x38c645(0x157),'NoTaz':function(_0xe36036){return _0xe36036();}},_0x2e5b6b=_0x40729e[_0x38c645(0x256)][_0x38c645(0x12e)]('|');let _0x27dfdb=0x0;while(!![]){switch(_0x2e5b6b[_0x27dfdb++]){case'0':this['hook_data']=[];continue;case'1':this[_0x38c645(0x185)]=![];continue;case'2':this[_0x38c645(0x1f3)]=[];continue;case'3':this['testObservability']=_0x40729e[_0x38c645(0x158)](isTestObservabilitySession);continue;case'4':this[_0x38c645(0x1d3)]=new PathHelper({'cwd':process['cwd']()},this['_testEnv']['location_prefix']);continue;case'5':this[_0x38c645(0x1c8)]=null;continue;case'6':this['_testEnv']=this[_0x38c645(0x206)]();continue;}break;}}[a18_0x1ec803(0x206)]=()=>{const _0x56adec=a18_0x1ec803,_0x4cf680={'ApgQw':_0x56adec(0x16b),'RypYt':function(_0x5a8f4a){return _0x5a8f4a();}};return{'ci':_0x4cf680[_0x56adec(0x1d6)],'key':_0x4cf680[_0x56adec(0x128)](uuidv4),'version':version,'collector':_0x56adec(0x11f)+name};};[a18_0x1ec803(0x1c7)](){const _0x2e669a=a18_0x1ec803;process[_0x2e669a(0x200)]('bs:addLog:'+process[_0x2e669a(0x1fe)]),process['on'](_0x2e669a(0x275)+process[_0x2e669a(0x1fe)],this[_0x2e669a(0x18f)][_0x2e669a(0x11c)](this)),process[_0x2e669a(0x200)](_0x2e669a(0x29e)+process[_0x2e669a(0x1fe)]),process['on'](_0x2e669a(0x29e)+process[_0x2e669a(0x1fe)],this[_0x2e669a(0x191)]['bind'](this));}[a18_0x1ec803(0x12b)]=async _0x1dfe58=>{const _0x53c8ff=a18_0x1ec803,_0x456a7f={'cTGkb':_0x53c8ff(0x148),'FYPUO':function(_0x18fc21,_0x46a6b6){return _0x18fc21(_0x46a6b6);},'pghTP':function(_0x98eb72,_0x2a9914){return _0x98eb72===_0x2a9914;},'dDhhL':'KrcKL','vdBJD':_0x53c8ff(0x23b),'tFmVv':function(_0x1da60e,_0x61c442){return _0x1da60e>_0x61c442;},'yejvw':function(_0x3ecdaa,_0xcbf839){return _0x3ecdaa===_0xcbf839;},'RHYdL':function(_0x54f804,_0x364499){return _0x54f804!==_0x364499;},'kUdQy':_0x53c8ff(0x1a5),'hryPY':_0x53c8ff(0x267),'zODxp':_0x53c8ff(0x296),'DoaHf':'Zpyid','EaChw':function(_0x15a3fe,_0xca5e8c){return _0x15a3fe===_0xca5e8c;},'mHJNr':_0x53c8ff(0x1f7)};try{if(_0x456a7f[_0x53c8ff(0x20d)](_0x456a7f[_0x53c8ff(0x27a)],_0x456a7f[_0x53c8ff(0x1e9)]))_0xeb7327=[_0x175595,_0x456a7f['cTGkb']];else{const _0x4e4c8a=this[_0x53c8ff(0x291)];this['current_test']=_0x1dfe58,_0x1dfe58[_0x53c8ff(0x226)]=null,_0x1dfe58[_0x53c8ff(0x165)]=TestDetails['setTestUUID'](process[_0x53c8ff(0x1fe)]+_0x53c8ff(0x229)),_0x1dfe58[_0x53c8ff(0x1e1)]=new Date()[_0x53c8ff(0x1ac)]();if(_0x456a7f[_0x53c8ff(0x13c)](_0x1dfe58[_0x53c8ff(0x1dd)],0x0)&&_0x4e4c8a&&_0x456a7f[_0x53c8ff(0x24e)](_0x4e4c8a[_0x53c8ff(0x20a)],_0x1dfe58['title']))_0x456a7f[_0x53c8ff(0x1d2)](_0x456a7f[_0x53c8ff(0x135)],_0x456a7f[_0x53c8ff(0x135)])?_0x456a7f['FYPUO'](_0x1c5314,_0x53c8ff(0x1db)+_0x2cb333):(_0x1dfe58[_0x53c8ff(0x226)]=_0x4e4c8a[_0x53c8ff(0x165)],await this[_0x53c8ff(0x21d)](_0x1dfe58,undefined,![],_0x456a7f[_0x53c8ff(0x12c)]),_0x4e4c8a[_0x53c8ff(0x23f)]=STATE_FAILED,await this['sendTestRunEvent'](_0x4e4c8a,undefined,!![]));else{if(_0x456a7f['pghTP'](_0x456a7f[_0x53c8ff(0x1c6)],_0x456a7f[_0x53c8ff(0x207)])){const _0x369ed5=_0x4816e5[_0x53c8ff(0x1f6)](_0x226957);return this[_0x53c8ff(0x122)](_0x369ed5);}else await this[_0x53c8ff(0x21d)](_0x1dfe58,undefined,![],_0x456a7f[_0x53c8ff(0x12c)]);}}}catch(_0x41dfed){if(_0x456a7f[_0x53c8ff(0x253)](_0x456a7f[_0x53c8ff(0x23c)],_0x456a7f['mHJNr']))_0x456a7f[_0x53c8ff(0x1ad)](debug,_0x53c8ff(0x1e7)+_0x41dfed);else return;}};[a18_0x1ec803(0x13b)](_0x5e380d){const _0x4d9d2a=a18_0x1ec803,_0x2ead66={};_0x2ead66['umbGg']=function(_0xa2f0ab,_0x57e078){return _0xa2f0ab!==_0x57e078;},_0x2ead66[_0x4d9d2a(0x216)]=_0x4d9d2a(0x274),_0x2ead66['aVVQC']=function(_0x2cd6e8,_0x251788){return _0x2cd6e8===_0x251788;},_0x2ead66[_0x4d9d2a(0x277)]=_0x4d9d2a(0x1a6),_0x2ead66[_0x4d9d2a(0x1bd)]=_0x4d9d2a(0x120);const _0x2b0487=_0x2ead66;if(_0x2b0487['umbGg'](_0x5e380d['type'],_0x2b0487[_0x4d9d2a(0x216)])){if(_0x2b0487[_0x4d9d2a(0x138)](_0x2b0487[_0x4d9d2a(0x277)],_0x2b0487[_0x4d9d2a(0x1bd)]))return;else return'\x22'+_0x5e380d[_0x4d9d2a(0x1f2)]+_0x4d9d2a(0x252)+(_0x5e380d[_0x4d9d2a(0x139)]&&_0x5e380d[_0x4d9d2a(0x139)][_0x4d9d2a(0x231)])+'\x22';}return _0x5e380d['name'];}['sendTestRunEvent']=async(_0x4806a6,_0x3bb183=undefined,_0x5dfa94=![],_0xf5423e=a18_0x1ec803(0x26e))=>{const _0x1b921a=a18_0x1ec803,_0x14be27={'lgxck':_0x1b921a(0x1e1),'HcVBf':_0x1b921a(0x179),'CSNxl':_0x1b921a(0x274),'rpGAM':function(_0x5007ce,_0x4de26f){return _0x5007ce==_0x4de26f;},'TTAGt':function(_0x48cba2,_0xd2acd7){return _0x48cba2===_0xd2acd7;},'ZZmgq':'.git','nyvMO':_0x1b921a(0x194),'BXoom':function(_0x393608,_0x16bc75){return _0x393608===_0x16bc75;},'uPkth':'HookRunFinished','LKkVD':function(_0x3d8686,_0x47287f){return _0x3d8686!==_0x47287f;},'XsCte':_0x1b921a(0x26d),'rWGYm':_0x1b921a(0x14d),'hHXJd':_0x1b921a(0x22c),'KUzGs':'hook_run','XGTVW':'failure_backtrace','pjUFV':_0x1b921a(0x211),'IaWjW':_0x1b921a(0x20c),'YjArJ':'expanded','qJDrM':function(_0x5a66d6,_0x56c011){return _0x5a66d6!==_0x56c011;},'MCtbZ':'fSJTl','yqWgF':_0x1b921a(0x263),'xVkuS':_0x1b921a(0x17e),'cjrXJ':_0x1b921a(0x142),'TwVRA':_0x1b921a(0x26b),'Qszrx':'result','ahLde':_0x1b921a(0x124),'dYMuk':_0x1b921a(0x14e),'oXSTI':_0x1b921a(0x1de),'sAkoH':'vYvTT','GdZgm':_0x1b921a(0x257),'AGQec':_0x1b921a(0x19f),'DlKBL':function(_0x59dbf8,_0x254926){return _0x59dbf8!==_0x254926;},'omIZB':'oesSa','OIDbO':_0x1b921a(0x219),'uPpdg':function(_0x218ddd,_0x20e476){return _0x218ddd(_0x20e476);},'hLKLS':_0x1b921a(0x1d8),'mckgd':'yMLJz','gdCqd':_0x1b921a(0x290),'KOBZl':function(_0x43615a,_0x232368){return _0x43615a(_0x232368);},'GbkXk':_0x1b921a(0x1b8),'GMRwA':function(_0x1ebc35,_0xc6105b){return _0x1ebc35!==_0xc6105b;},'HUzjN':'zBqQK','iqOgU':_0x1b921a(0x1af),'PXMXX':function(_0xd2308d,_0x114dd3){return _0xd2308d===_0x114dd3;},'ykuEs':_0x1b921a(0x234),'pqpvw':'err','HyAcD':function(_0x5199d2,_0x389141){return _0x5199d2===_0x389141;},'ZFhbL':_0x1b921a(0x144),'NnmFx':_0x1b921a(0x173),'okWSa':function(_0x12b39a,_0xead3cf){return _0x12b39a!==_0xead3cf;},'NKdqq':function(_0x525aff,_0x34b837){return _0x525aff!==_0x34b837;},'idCLb':_0x1b921a(0x203),'pWqzn':_0x1b921a(0x159),'zAqAl':_0x1b921a(0x1d1),'LTcGQ':_0x1b921a(0x1c3),'OcGud':function(_0x1b749d,_0x6953b){return _0x1b749d>_0x6953b;},'RlARC':function(_0x1cc91e,_0x3828dc){return _0x1cc91e-_0x3828dc;},'JwLKB':function(_0x517c80,_0x1cf48e){return _0x517c80(_0x1cf48e);},'bfskq':_0x1b921a(0x177),'wimGL':function(_0x4e5080,_0x4eb97c){return _0x4e5080===_0x4eb97c;},'ISVUm':'easQG','VrzGe':function(_0x4ee316,_0x56a844){return _0x4ee316===_0x56a844;},'tACDo':_0x1b921a(0x167),'bOKkB':function(_0x2efb90,_0x2749b3){return _0x2efb90===_0x2749b3;},'UJTlw':_0x1b921a(0x12d),'nNUQH':_0x1b921a(0x170),'yPGIF':_0x1b921a(0x2a0),'btFue':'DzJCE','sVqnA':function(_0x50ca47,_0x5873e9){return _0x50ca47!==_0x5873e9;},'ursaY':_0x1b921a(0x137),'njwcu':_0x1b921a(0x214),'uxxFO':_0x1b921a(0x26e),'uUFzn':function(_0x2abb95,_0x18999f){return _0x2abb95===_0x18999f;},'cVtgx':_0x1b921a(0x1f0),'ODGkH':_0x1b921a(0x14b),'IAzwr':function(_0x1c8bfb,_0x2d48b1){return _0x1c8bfb===_0x2d48b1;},'LmkRM':'HpuAg','RhuXe':function(_0x518e1d,_0x599fe9){return _0x518e1d!==_0x599fe9;},'rvOkk':_0x1b921a(0x126),'nVXXN':_0x1b921a(0x21b),'rYuAj':function(_0x2324eb,_0x551cf8){return _0x2324eb>_0x551cf8;},'NyHKM':function(_0x4b74a3,_0x57d355){return _0x4b74a3!==_0x57d355;},'sutUk':_0x1b921a(0x18c),'dTdGF':_0x1b921a(0x281),'AdMIv':function(_0x2cd58c,_0x472d2f){return _0x2cd58c===_0x472d2f;},'mLoLO':_0x1b921a(0x1dc),'GnNsV':function(_0x4e4903,_0x24d3bc){return _0x4e4903===_0x24d3bc;},'qSghs':_0x1b921a(0x12a),'uHttG':function(_0x26a521,_0x35b6a5){return _0x26a521===_0x35b6a5;},'Lyuuf':_0x1b921a(0x240),'NcYhz':_0x1b921a(0x27c),'OzYOY':_0x1b921a(0x27e)};try{if(_0x14be27[_0x1b921a(0x162)](_0x14be27['sAkoH'],_0x14be27[_0x1b921a(0x1ba)]))!_0x421fcf['hookAnalyticsId']&&(_0x1fc544[_0x1b921a(0x132)]=_0x2d0064[_0x1b921a(0x1ed)](_0x4cd576[_0x1b921a(0x1fe)]+_0x1b921a(0x175)));else{if(_0x4806a6['fn']&&_0x4806a6['fn']['toString']()[_0x1b921a(0x17d)](/browserstack internal helper hook/)){if(_0x14be27['qJDrM'](_0x14be27[_0x1b921a(0x233)],_0x14be27[_0x1b921a(0x233)]))_0x13c549[_0x1b921a(0x186)](_0xc8f2bf[_0x1b921a(0x132)]);else return;}await this['configureGit']();let _0x41c834;try{if(_0x14be27[_0x1b921a(0x1cd)](_0x14be27['AGQec'],_0x14be27[_0x1b921a(0x14f)])){const _0x5d9e01=_0x241b8e['parse'][_0x1b921a(0x22b)](_0x2a2417,_0x3b0236[_0x1b921a(0x251)]);return _0x5d9e01[0x0][_0x1b921a(0x180)]();}else _0x41c834=this[_0x1b921a(0x238)](_0x4806a6);}catch(_0x38bc46){_0x14be27['DlKBL'](_0x14be27[_0x1b921a(0x140)],_0x14be27[_0x1b921a(0x19d)])?(_0x14be27['uPpdg'](debug,_0x1b921a(0x292)+_0x38bc46),_0x41c834=null):_0x386e7b[_0x14be27[_0x1b921a(0x202)]]=_0x71f925[_0x14be27[_0x1b921a(0x13d)]];}if(_0x41c834[_0x1b921a(0x181)](_0x14be27[_0x1b921a(0x155)])){if(_0x14be27['LKkVD'](_0x14be27[_0x1b921a(0x27f)],_0x14be27[_0x1b921a(0x248)]))return;else _0x1e1211[_0x1b921a(0x24a)]=_0x174e94;}const _0x1123d2=_0x14be27['KOBZl'](require,_0x14be27[_0x1b921a(0x1c1)]);let _0x4a9ccb=[];if(_0x14be27[_0x1b921a(0x1ae)](_0x4806a6['errorsDetailed'],undefined))_0x14be27[_0x1b921a(0x168)](_0x14be27[_0x1b921a(0x1cf)],_0x14be27[_0x1b921a(0x255)])?_0x521093=[_0x3ed3e0['errorsDetailed'],_0x14be27[_0x1b921a(0x24b)]]:_0x4a9ccb=[_0x4806a6[_0x1b921a(0x23e)],_0x14be27[_0x1b921a(0x24b)]];else{if(_0x14be27[_0x1b921a(0x247)](_0x3bb183,undefined)){if(_0x14be27['PXMXX'](_0x14be27[_0x1b921a(0x171)],_0x14be27[_0x1b921a(0x171)]))_0x4a9ccb=[_0x3bb183,_0x14be27[_0x1b921a(0x246)]];else{const _0x43d6be=_0x292314[_0x1b921a(0x1aa)];if(_0x14be27[_0x1b921a(0x16e)](_0xabed4a,null)||_0x14be27[_0x1b921a(0x168)](_0x3c9030,'')||_0x14be27['TTAGt'](_0x4b2ddc,_0x43d6be))return null;try{return _0x111a0a[_0x1b921a(0x266)](_0x5a7d60['join'](_0x227922,_0x14be27[_0x1b921a(0x28f)],_0x14be27[_0x1b921a(0x19a)])),_0x5a85ef;}catch(_0x343d07){const _0x1cd385=_0x551236[_0x1b921a(0x1f6)](_0x264dfc);return this[_0x1b921a(0x122)](_0x1cd385);}}}else{if(_0x14be27['HyAcD'](_0x14be27[_0x1b921a(0x1bc)],_0x14be27[_0x1b921a(0x193)]))return _0xac7036['statSync'](_0x576a90['join'](_0x54a4b6,_0x14be27[_0x1b921a(0x28f)],_0x14be27[_0x1b921a(0x19a)])),_0x3f740a;else _0x4a9ccb=[];}}const _0x2de6f8=_0x14be27[_0x1b921a(0x156)](_0x4806a6[_0x1b921a(0x23e)],undefined)?_0x1123d2['inspect'](_0x4806a6[_0x1b921a(0x23e)][0x0]):_0x14be27[_0x1b921a(0x164)](_0x3bb183,undefined)?_0x3bb183[_0x1b921a(0x15c)]():undefined,_0x5e93db=_0x41c834?this[_0x1b921a(0x1d3)][_0x1b921a(0x1fc)](this[_0x1b921a(0x238)](_0x4806a6)):_0x14be27[_0x1b921a(0x1e2)],_0x59f85a={'framework':FRAMEWORKS['JEST'],'uuid':_0x4806a6[_0x1b921a(0x165)]||_0x4806a6[_0x1b921a(0x132)],'name':this[_0x1b921a(0x13b)](_0x4806a6),'body':{'lang':_0x14be27[_0x1b921a(0x276)],'code':_0x4806a6['fn'][_0x1b921a(0x15c)]()},'scopes':this[_0x1b921a(0x129)](_0x4806a6),'file_name':_0x5e93db,'vc_filepath':this['_gitConfigPath']&&_0x41c834?path[_0x1b921a(0x295)](this[_0x1b921a(0x1c8)],_0x41c834):null,'location':_0x5e93db,'result':_0x14be27[_0x1b921a(0x1ce)](_0xf5423e,_0x14be27[_0x1b921a(0x293)])?_0x14be27[_0x1b921a(0x285)]:this['analyticsResult'](_0x4806a6[_0x1b921a(0x23e)]&&_0x14be27[_0x1b921a(0x210)](_0x4806a6[_0x1b921a(0x23e)][_0x1b921a(0x187)],0x0)?_0x14be27[_0x1b921a(0x198)]:_0x14be27[_0x1b921a(0x244)]),'failure_reason':_0x2de6f8,'duration_in_ms':_0x4806a6['duration']||(_0xf5423e[_0x1b921a(0x17d)](/Finished/)||_0xf5423e[_0x1b921a(0x17d)](/Skipped/)?_0x14be27['RlARC'](Date[_0x1b921a(0x25f)](),new Date(_0x4806a6[_0x1b921a(0x1e1)])[_0x1b921a(0x1be)]()):null),'started_at':_0x4806a6[_0x1b921a(0x1e1)],'finished_at':_0xf5423e[_0x1b921a(0x17d)](/Finished/)||_0xf5423e['match'](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x1b921a(0x18a)](null,_0x4a9ccb),'failure_type':!_0x2de6f8?null:_0x14be27[_0x1b921a(0x121)](getFailureType,_0x2de6f8),'retry_of':_0x4806a6[_0x1b921a(0x226)]};_0x14be27[_0x1b921a(0x1b7)](_0xf5423e,_0x14be27[_0x1b921a(0x293)])&&!_0x59f85a[_0x14be27[_0x1b921a(0x202)]]&&(_0x14be27[_0x1b921a(0x156)](_0x14be27['bfskq'],_0x14be27['bfskq'])?_0x2d976c[_0x1b921a(0x132)]=_0x576e74[_0x1b921a(0x1ed)](_0x3ce7a9[_0x1b921a(0x1fe)]+_0x1b921a(0x175)):_0x59f85a[_0x14be27[_0x1b921a(0x202)]]=_0x59f85a[_0x14be27['HcVBf']]);if(_0xf5423e[_0x1b921a(0x17d)](/HookRun/)){if(_0x14be27[_0x1b921a(0x12f)](_0x14be27[_0x1b921a(0x26f)],_0x14be27['ISVUm'])){[_0x59f85a[_0x1b921a(0x22c)],_0x59f85a[_0x1b921a(0x231)]]=[_0x4806a6[_0x1b921a(0x1f2)],this[_0x1b921a(0x13b)](_0x4806a6)];if(_0x14be27[_0x1b921a(0x265)](_0xf5423e,_0x14be27['uPkth'])){if(_0x14be27[_0x1b921a(0x156)](_0x14be27['tACDo'],_0x14be27[_0x1b921a(0x19c)])){if(!_0x3b8114||!_0x3d10a2[_0x1b921a(0x139)])return[];const _0x9a8088=[];return _0x1f49b2[_0x1b921a(0x139)]['hooks']['forEach'](_0x3aa29c=>{const _0x3fbaea=_0x1b921a;_0x3aa29c[_0x3fbaea(0x132)]&&_0x9a8088[_0x3fbaea(0x186)](_0x3aa29c['hookAnalyticsId']);}),[..._0x9a8088,...this[_0x1b921a(0x1f4)](_0x460fb0[_0x1b921a(0x139)])];}else _0x14be27[_0x1b921a(0x1cd)](_0x59f85a[_0x1b921a(0x172)],_0x14be27['XsCte'])&&(_0x14be27[_0x1b921a(0x25e)](_0x14be27[_0x1b921a(0x212)],_0x14be27[_0x1b921a(0x1e5)])?([_0x1709a9[_0x1b921a(0x22c)],_0x433a51[_0x1b921a(0x231)]]=[_0x237007[_0x1b921a(0x1f2)],this['getName'](_0x4533fd)],_0x14be27[_0x1b921a(0x1ce)](_0x114818,_0x14be27['uPkth'])&&(_0x14be27[_0x1b921a(0x1cd)](_0x40456b[_0x1b921a(0x172)],_0x14be27['XsCte'])&&(_0x358b8f[_0x1b921a(0x172)]=_0x14be27[_0x1b921a(0x244)]))):_0x59f85a[_0x1b921a(0x172)]=_0x14be27[_0x1b921a(0x244)]);}}else this['_testResults'][_0x1b921a(0x186)](_0x552281),_0x200b4a[_0x1b921a(0x1ca)]=this[_0x1b921a(0x1f4)](_0x55ebba),this['resetTestHooks'](_0x5e167c);}else _0xf5423e['match'](/TestRun/)&&(_0x14be27[_0x1b921a(0x1cd)](_0x14be27['yPGIF'],_0x14be27[_0x1b921a(0x217)])?this['mapTestHooks'](_0x4806a6):(_0x5dbb19[_0x14be27[_0x1b921a(0x14c)]]=_0x46c70f[_0x673f22[_0x14be27[_0x1b921a(0x14c)]]],_0x1ec3ce[_0x14be27['KUzGs']]=_0x58a199));const _0x2deb9d=_0x59f85a[_0x14be27['TwVRA']][0x0];if(_0x2deb9d){if(_0x14be27['sVqnA'](_0x14be27[_0x1b921a(0x260)],_0x14be27[_0x1b921a(0x1cc)]))_0x59f85a[_0x14be27[_0x1b921a(0x28d)]]=_0x2deb9d[_0x14be27[_0x1b921a(0x151)]],_0x59f85a[_0x14be27['IaWjW']]=_0x2deb9d[_0x14be27['YjArJ']];else{this[_0x1b921a(0x15e)]['push'](_0x295419);return;}}[_0x14be27[_0x1b921a(0x154)],_0x14be27[_0x1b921a(0x293)]][_0x1b921a(0x181)](_0xf5423e)&&(_0x14be27['uUFzn'](_0x14be27['cVtgx'],_0x14be27[_0x1b921a(0x146)])?_0x52ec99=this[_0x1b921a(0x238)](_0x9c4934):(this[_0x1b921a(0x1f3)][_0x1b921a(0x186)](_0x59f85a),_0x59f85a[_0x1b921a(0x1ca)]=this['getHooksForTest'](_0x4806a6),this[_0x1b921a(0x258)](_0x4806a6)));const _0x39c454={'event_type':_0x14be27['IAzwr'](_0xf5423e,_0x14be27[_0x1b921a(0x293)])?_0x14be27[_0x1b921a(0x154)]:_0xf5423e};_0xf5423e['match'](/HookRun/)?_0x14be27[_0x1b921a(0x168)](_0x14be27['LmkRM'],_0x14be27[_0x1b921a(0x1a7)])?(_0x59f85a[_0x14be27[_0x1b921a(0x14c)]]=HOOK_TYPES_MAP[_0x59f85a[_0x14be27[_0x1b921a(0x14c)]]],_0x39c454[_0x14be27[_0x1b921a(0x1ec)]]=_0x59f85a):(_0x1ed5d5[_0x14be27[_0x1b921a(0x28d)]]=_0x4429f5[_0x14be27[_0x1b921a(0x151)]],_0x26b233[_0x14be27[_0x1b921a(0x23d)]]=_0x350645[_0x14be27[_0x1b921a(0x1a8)]]):_0x14be27[_0x1b921a(0x161)](_0x14be27[_0x1b921a(0x24d)],_0x14be27['nVXXN'])?_0x39c454[_0x14be27['cjrXJ']]=_0x59f85a:_0x52ba6c['hook_run_uuid']=_0x579234;_0x14be27[_0x1b921a(0x17a)](this[_0x1b921a(0x15e)][_0x1b921a(0x187)],0x0)&&[_0x14be27[_0x1b921a(0x154)],_0x14be27[_0x1b921a(0x293)]][_0x1b921a(0x181)](_0xf5423e)&&(_0x14be27[_0x1b921a(0x245)](_0x14be27[_0x1b921a(0x143)],_0x14be27['dTdGF'])?(this[_0x1b921a(0x15e)][_0x1b921a(0x149)](async _0x1f96f8=>{const _0x3ead62=_0x1b921a;if(_0x14be27[_0x3ead62(0x162)](_0x14be27[_0x3ead62(0x24c)],_0x14be27[_0x3ead62(0x24c)]))return this[_0x3ead62(0x1c8)];else{const _0x1c08f5=_0x14be27['yqWgF'][_0x3ead62(0x12e)]('|');let _0x3ef3d8=0x0;while(!![]){switch(_0x1c08f5[_0x3ef3d8++]){case'0':_0x1f96f8[_0x14be27[_0x3ead62(0x1ec)]][_0x14be27[_0x3ead62(0x286)]]=_0x39c454[_0x14be27['cjrXJ']][_0x14be27[_0x3ead62(0x286)]];continue;case'1':_0x1f96f8[_0x14be27['KUzGs']][_0x14be27[_0x3ead62(0x28e)]]=_0x39c454[_0x14be27[_0x3ead62(0x131)]][_0x14be27[_0x3ead62(0x28e)]];continue;case'2':_0x1f96f8[_0x14be27[_0x3ead62(0x1ec)]][_0x14be27[_0x3ead62(0x261)]]=_0x39c454[_0x14be27[_0x3ead62(0x131)]][_0x14be27[_0x3ead62(0x261)]];continue;case'3':_0x1f96f8[_0x14be27[_0x3ead62(0x1ec)]][_0x14be27[_0x3ead62(0x27b)]]=_0x39c454[_0x14be27['cjrXJ']][_0x14be27[_0x3ead62(0x27b)]];continue;case'4':await SessionHandler[_0x3ead62(0x283)](_0x1f96f8);continue;}break;}}}),this[_0x1b921a(0x15e)]=[]):(_0x39f11a[_0x1b921a(0x200)]('bs:addLog:'+_0x2ba3db[_0x1b921a(0x1fe)]),_0x120c44['on'](_0x1b921a(0x275)+_0x1b79fd[_0x1b921a(0x1fe)],this[_0x1b921a(0x18f)][_0x1b921a(0x11c)](this)),_0x525dd2[_0x1b921a(0x200)]('bs:addPlatformDetails:'+_0x24c63e[_0x1b921a(0x1fe)]),_0x4c0804['on']('bs:addPlatformDetails:'+_0x5d8d3e[_0x1b921a(0x1fe)],this[_0x1b921a(0x191)][_0x1b921a(0x11c)](this))));if(_0x14be27[_0x1b921a(0x1d7)](this['hook_failure'],_0x4806a6[_0x1b921a(0x1f2)])){if(_0x14be27[_0x1b921a(0x270)](_0x14be27[_0x1b921a(0x174)],_0x14be27[_0x1b921a(0x174)])){this[_0x1b921a(0x15e)][_0x1b921a(0x186)](_0x39c454);return;}else _0x2bd3e1['push'](_0x25fdb4[_0x1b921a(0x231)]),_0xb77c83=_0x2c0234[_0x1b921a(0x139)];}if(_0x14be27[_0x1b921a(0x14a)](this[_0x1b921a(0x189)],_0x14be27[_0x1b921a(0x17f)])&&_0x39c454[_0x14be27[_0x1b921a(0x131)]]){if(_0x14be27[_0x1b921a(0x282)](_0x14be27['Lyuuf'],_0x14be27[_0x1b921a(0x192)])){if(!_0x31f6e5||!_0x280f41[_0x1b921a(0x139)])return;_0x1a7401[_0x1b921a(0x139)][_0x1b921a(0x1ca)][_0x1b921a(0x149)](_0x16f0a0=>{const _0x226bb9=_0x1b921a;!_0x16f0a0[_0x226bb9(0x132)]&&(_0x16f0a0[_0x226bb9(0x132)]=_0x8e17f3[_0x226bb9(0x1ed)](_0x13f5c8[_0x226bb9(0x1fe)]+':hookAnalyticsId'));}),this[_0x1b921a(0x19b)](_0x4168d2[_0x1b921a(0x139)]);}else _0x39c454[_0x14be27[_0x1b921a(0x131)]][_0x14be27[_0x1b921a(0x261)]]=_0x14be27['LTcGQ'],_0x39c454[_0x14be27['cjrXJ']][_0x14be27[_0x1b921a(0x28e)]]=null,_0x39c454[_0x14be27[_0x1b921a(0x131)]][_0x14be27[_0x1b921a(0x286)]]=null;}await SessionHandler[_0x1b921a(0x283)](_0x39c454);}}catch(_0x3659f1){if(_0x14be27[_0x1b921a(0x270)](_0x14be27[_0x1b921a(0x222)],_0x14be27[_0x1b921a(0x222)]))_0x14be27[_0x1b921a(0x284)](debug,_0x1b921a(0x28a)+_0xf5423e+_0x1b921a(0x223)+_0x3659f1);else{if(!_0x4d2a1a||!_0x583dbe[_0x1b921a(0x139)])return;_0x3495ea[_0x1b921a(0x139)][_0x1b921a(0x1ca)][_0x1b921a(0x149)](_0x2fcbcf=>{const _0x370685=_0x1b921a;[_0x14be27[_0x370685(0x299)],_0x14be27['oXSTI']][_0x370685(0x181)](_0x2fcbcf[_0x370685(0x1f2)])&&_0x2fcbcf['hookAnalyticsId']&&(_0x2fcbcf['hookAnalyticsId']=null);}),this[_0x1b921a(0x19b)](_0x4e1999['parent']);}}};[a18_0x1ec803(0x122)](_0x310d49){const _0x335ed3=a18_0x1ec803,_0x470bb9={'TbwZE':'5|4|1|2|6|3|0','GBiat':function(_0x50b855){return _0x50b855();},'hZXYW':function(_0x12fbf8,_0x122f5a){return _0x12fbf8!==_0x122f5a;},'wjPdb':_0x335ed3(0x274),'KWCSe':function(_0x582da6,_0x4786d6){return _0x582da6==_0x4786d6;},'vFbpa':function(_0x26a52c,_0x31bdd3){return _0x26a52c===_0x31bdd3;},'rGBZD':function(_0xf32a61,_0x4092a9){return _0xf32a61===_0x4092a9;},'tJBoM':function(_0xa5e7b1,_0x10e41b){return _0xa5e7b1===_0x10e41b;},'rRgPR':_0x335ed3(0x29b),'bDlwb':_0x335ed3(0x1bf),'dOGck':_0x335ed3(0x22f),'EmPsd':_0x335ed3(0x225),'GQQVY':_0x335ed3(0x163),'gnKER':_0x335ed3(0x194),'RCskY':_0x335ed3(0x29f),'KCFcf':_0x335ed3(0x1a1)},_0x16963f=path[_0x335ed3(0x1aa)];if(_0x470bb9[_0x335ed3(0x298)](_0x310d49,null)||_0x470bb9[_0x335ed3(0x1b2)](_0x310d49,'')||_0x470bb9[_0x335ed3(0x297)](_0x310d49,_0x16963f)){if(_0x470bb9[_0x335ed3(0x176)](_0x470bb9[_0x335ed3(0x1d9)],_0x470bb9['bDlwb'])){const _0x39458d=_0x470bb9[_0x335ed3(0x280)][_0x335ed3(0x12e)]('|');let _0x14b864=0x0;while(!![]){switch(_0x39458d[_0x14b864++]){case'0':this[_0x335ed3(0x1c8)]=null;continue;case'1':this['_testEnv']=this['getTestEnv']();continue;case'2':this[_0x335ed3(0x1d3)]=new _0xb69f0f({'cwd':_0x458ccb[_0x335ed3(0x268)]()},this[_0x335ed3(0x287)][_0x335ed3(0x141)]);continue;case'3':this['_gitConfigured']=![];continue;case'4':this[_0x335ed3(0x1f3)]=[];continue;case'5':this['testObservability']=_0x470bb9[_0x335ed3(0x1e8)](_0x43a72d);continue;case'6':this['hook_data']=[];continue;}break;}}else return null;}try{return _0x470bb9[_0x335ed3(0x297)](_0x470bb9[_0x335ed3(0x1b0)],_0x470bb9[_0x335ed3(0x213)])?'\x22'+_0x5b231e[_0x335ed3(0x1f2)]+_0x335ed3(0x252)+(_0x18a88e[_0x335ed3(0x139)]&&_0x52f8aa[_0x335ed3(0x139)][_0x335ed3(0x231)])+'\x22':(fs['statSync'](path[_0x335ed3(0x127)](_0x310d49,_0x470bb9['GQQVY'],_0x470bb9[_0x335ed3(0x29a)])),_0x310d49);}catch(_0x2f13b4){if(_0x470bb9[_0x335ed3(0x249)](_0x470bb9[_0x335ed3(0x27d)],_0x470bb9[_0x335ed3(0x220)])){const _0x439a0f=path[_0x335ed3(0x1f6)](_0x310d49);return this[_0x335ed3(0x122)](_0x439a0f);}else{if(_0x470bb9['hZXYW'](_0x1297ed[_0x335ed3(0x1f2)],_0x470bb9[_0x335ed3(0x1a3)]))return'\x22'+_0xf32b7e['type']+'\x22\x20hook\x20for\x20\x22'+(_0x114eb4[_0x335ed3(0x139)]&&_0x240144[_0x335ed3(0x139)][_0x335ed3(0x231)])+'\x22';return _0x3480a9[_0x335ed3(0x231)];}}}[a18_0x1ec803(0x18f)]=async _0x352daa=>{const _0x319bc3=a18_0x1ec803,_0x238b76={'ijXeW':_0x319bc3(0x142),'jUNSh':function(_0x25c12a,_0x523d4e){return _0x25c12a(_0x523d4e);},'EBYEh':function(_0x67fbf9,_0x203d7a){return _0x67fbf9!==_0x203d7a;},'NOblH':'TdrLf','OgWIe':'ycIou','EBTCo':function(_0x8391f1,_0x28e7bc){return _0x8391f1===_0x28e7bc;},'AbLxG':_0x319bc3(0x218),'OMBvz':_0x319bc3(0x15f),'mwuNk':'cnRaI','vTeYI':function(_0x433d99,_0x496328){return _0x433d99===_0x496328;},'ROlOU':_0x319bc3(0x166),'ZcTmw':_0x319bc3(0x13e),'acYWe':_0x319bc3(0x1fd)},_0x283d4e=TestDetails[_0x319bc3(0x182)](process[_0x319bc3(0x1fe)]+_0x319bc3(0x175)),_0x2c453e=TestDetails[_0x319bc3(0x182)](process[_0x319bc3(0x1fe)]+_0x319bc3(0x229));try{if(_0x238b76[_0x319bc3(0x16a)](_0x238b76['NOblH'],_0x238b76[_0x319bc3(0x208)])){(_0x283d4e||this[_0x319bc3(0x1e4)]&&!this[_0x319bc3(0x1e4)][_0x319bc3(0x1a9)])&&(_0x238b76[_0x319bc3(0x195)](_0x238b76[_0x319bc3(0x29c)],_0x238b76[_0x319bc3(0x228)])?_0x4e92ac[_0x319bc3(0x132)]&&_0x65a970[_0x319bc3(0x186)](_0x22b98e[_0x319bc3(0x132)]):_0x352daa[_0x319bc3(0x188)]=_0x283d4e);!_0x352daa[_0x319bc3(0x188)]&&_0x2c453e&&(_0x238b76[_0x319bc3(0x195)](_0x238b76[_0x319bc3(0x25b)],_0x238b76[_0x319bc3(0x25b)])?_0x352daa[_0x319bc3(0x24a)]=_0x2c453e:_0x495723[_0x238b76['ijXeW']]=_0xf5984c);if(_0x352daa[_0x319bc3(0x188)]||_0x352daa[_0x319bc3(0x24a)]){if(_0x238b76[_0x319bc3(0x16f)](_0x238b76[_0x319bc3(0x1f9)],_0x238b76[_0x319bc3(0x1f9)])){const _0x5d3bd1={};_0x5d3bd1['event_type']=_0x238b76[_0x319bc3(0x19e)],_0x5d3bd1['logs']=[_0x352daa],await SessionHandler[_0x319bc3(0x283)](_0x5d3bd1);}else _0x238b76[_0x319bc3(0x1c9)](_0x4d8425,_0x319bc3(0x20b)+_0x36f90e);}}else return _0x2ccd9f[_0x319bc3(0x279)];}catch(_0x55df53){if(_0x238b76['EBYEh'](_0x238b76['acYWe'],_0x238b76[_0x319bc3(0x15a)]))return[];else _0x238b76[_0x319bc3(0x1c9)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x55df53);}};['appendTestPlatform']=async _0x42ea78=>{const _0x4414fe=a18_0x1ec803,_0x225a5c={'hJPgr':function(_0x1d3657,_0x35e77b){return _0x1d3657(_0x35e77b);},'lWdpu':function(_0x59af26,_0x4a7e84){return _0x59af26===_0x4a7e84;},'sHubw':_0x4414fe(0x13a),'Pyvfh':_0x4414fe(0x243),'XgvZD':_0x4414fe(0x1c5),'Yxqfo':'TXTuK','xynBU':_0x4414fe(0x21c),'lULXV':function(_0x45bd42,_0x4a5caf){return _0x45bd42(_0x4a5caf);}};try{if(_0x225a5c[_0x4414fe(0x271)](_0x225a5c[_0x4414fe(0x209)],_0x225a5c['sHubw'])){const _0x2b5726={'uuid':_0x42ea78[_0x4414fe(0x242)]||TestDetails[_0x4414fe(0x182)](process['pid']+_0x4414fe(0x229)),'integrations':_0x42ea78[_0x225a5c[_0x4414fe(0x224)]]},_0x36a990={};_0x36a990[_0x4414fe(0x1b5)]=_0x225a5c[_0x4414fe(0x1e0)],_0x36a990['test_run']=_0x2b5726,await SessionHandler['uploadEventData'](_0x36a990);}else _0x225a5c['hJPgr'](_0x615204,_0x4414fe(0x1e7)+_0x76c239);}catch(_0x3e7e15){_0x225a5c['lWdpu'](_0x225a5c['Yxqfo'],_0x225a5c['xynBU'])?_0x1b8703[_0x4414fe(0x132)]=null:_0x225a5c[_0x4414fe(0x1bb)](debug,_0x4414fe(0x1db)+_0x3e7e15);}};async[a18_0x1ec803(0x1fb)](){const _0x16f0e5=a18_0x1ec803,_0x2679dc={'xxUpg':function(_0x3a1d0e,_0x42fa06){return _0x3a1d0e!==_0x42fa06;},'TNmiO':function(_0x569146,_0x1f9803){return _0x569146!==_0x1f9803;},'HANSO':_0x16f0e5(0x25d),'THMSl':'dokRr','TRuhW':function(_0x46402b){return _0x46402b();},'SNNsn':function(_0x47b451,_0x2bedac){return _0x47b451!==_0x2bedac;},'eqUwz':'OXmTj'};if(this[_0x16f0e5(0x185)]){if(_0x2679dc[_0x16f0e5(0x18d)](_0x2679dc['THMSl'],_0x2679dc[_0x16f0e5(0x17c)]))_0x1cddeb=[];else return this['_gitConfigPath'];}const _0x41460e=await _0x2679dc[_0x16f0e5(0x1f5)](getGitMetaData);if(_0x41460e){if(_0x2679dc[_0x16f0e5(0x1d0)](_0x2679dc[_0x16f0e5(0x21a)],_0x2679dc[_0x16f0e5(0x21a)])){const _0x3138c1=[];if(_0x26becf&&_0x1d19f9['parent']){let _0x498411=_0x52aa2a['parent'];while(_0x498411&&_0x2679dc[_0x16f0e5(0x18e)](_0x498411[_0x16f0e5(0x231)],'')&&_0x2679dc['TNmiO'](_0x498411[_0x16f0e5(0x231)],_0x2679dc[_0x16f0e5(0x25c)])){_0x3138c1[_0x16f0e5(0x186)](_0x498411['name']),_0x498411=_0x498411[_0x16f0e5(0x139)];}}return _0x3138c1[_0x16f0e5(0x294)](),_0x3138c1;}else this['_gitConfigPath']=_0x41460e[_0x16f0e5(0x1d5)];}this[_0x16f0e5(0x185)]=!![];}[a18_0x1ec803(0x1a4)](_0x10b388){const _0x1b1746=a18_0x1ec803,_0x498a26={};_0x498a26[_0x1b1746(0x26a)]=_0x1b1746(0x14d),_0x498a26[_0x1b1746(0x1eb)]=_0x1b1746(0x20e),_0x498a26[_0x1b1746(0x1b4)]=_0x1b1746(0x26d);const _0x5a76f8=_0x498a26,_0x30daf7={};return _0x30daf7[STATE_PASSED]=_0x5a76f8[_0x1b1746(0x26a)],_0x30daf7[STATE_PENDING]=_0x5a76f8[_0x1b1746(0x1eb)],_0x30daf7[STATE_FAILED]=_0x5a76f8[_0x1b1746(0x1b4)],_0x30daf7[_0x10b388];}[a18_0x1ec803(0x129)](_0x4a9117){const _0x3d7821=a18_0x1ec803,_0x4a05d9={'upazT':'test_run','VgpiC':'result','KWICT':_0x3d7821(0x1c3),'soeVH':_0x3d7821(0x26b),'SpTjr':_0x3d7821(0x17e),'FerAm':function(_0x554015,_0x57f058){return _0x554015(_0x57f058);},'uiVZT':function(_0x1c2f7a,_0x1425eb){return _0x1c2f7a===_0x1425eb;},'HkGOs':'RYasa','BoGox':'cOKcK','qEEgR':function(_0x95b6f6,_0x24b027){return _0x95b6f6!==_0x24b027;},'piFKC':_0x3d7821(0x25d),'wfNmM':function(_0x501eed,_0xc28acb){return _0x501eed===_0xc28acb;},'OUqux':_0x3d7821(0x125),'zWVRY':_0x3d7821(0x145)},_0x11aac9=[];if(_0x4a9117&&_0x4a9117['parent']){if(_0x4a05d9['uiVZT'](_0x4a05d9[_0x3d7821(0x26c)],_0x4a05d9[_0x3d7821(0x29d)]))_0x4b578b[_0x4a05d9[_0x3d7821(0x196)]][_0x4a05d9[_0x3d7821(0x289)]]=_0x4a05d9[_0x3d7821(0x1fa)],_0x92e83c[_0x4a05d9[_0x3d7821(0x196)]][_0x4a05d9[_0x3d7821(0x199)]]=null,_0x1fc96e[_0x4a05d9[_0x3d7821(0x196)]][_0x4a05d9[_0x3d7821(0x123)]]=null;else{let _0x191559=_0x4a9117['parent'];while(_0x191559&&_0x4a05d9[_0x3d7821(0x221)](_0x191559[_0x3d7821(0x231)],'')&&_0x4a05d9['qEEgR'](_0x191559[_0x3d7821(0x231)],_0x4a05d9['piFKC'])){_0x4a05d9[_0x3d7821(0x215)](_0x4a05d9[_0x3d7821(0x20f)],_0x4a05d9['zWVRY'])?_0x4a05d9[_0x3d7821(0x190)](_0x182ae6,_0x3d7821(0x28a)+_0x4dc523+_0x3d7821(0x223)+_0x915180):(_0x11aac9[_0x3d7821(0x186)](_0x191559['name']),_0x191559=_0x191559[_0x3d7821(0x139)]);}}}return _0x11aac9[_0x3d7821(0x294)](),_0x11aac9;}[a18_0x1ec803(0x238)]=_0x10e626=>{const _0x54a0a3=a18_0x1ec803,_0x3556ff={};_0x3556ff[_0x54a0a3(0x16c)]=_0x54a0a3(0x14d),_0x3556ff[_0x54a0a3(0x1c2)]=function(_0x1a8b78,_0x62be0d){return _0x1a8b78!==_0x62be0d;},_0x3556ff[_0x54a0a3(0x269)]=function(_0x2c69b2,_0xcad169){return _0x2c69b2!==_0xcad169;},_0x3556ff[_0x54a0a3(0x22a)]=_0x54a0a3(0x25d),_0x3556ff[_0x54a0a3(0x23a)]=function(_0x83c5af,_0x497e5d){return _0x83c5af===_0x497e5d;},_0x3556ff[_0x54a0a3(0x13f)]=_0x54a0a3(0x1c0),_0x3556ff[_0x54a0a3(0x1b6)]=_0x54a0a3(0x15b),_0x3556ff[_0x54a0a3(0x235)]=_0x54a0a3(0x201);const _0x2ac6c7=_0x3556ff;if(_0x10e626[_0x54a0a3(0x251)]){if(_0x2ac6c7[_0x54a0a3(0x23a)](_0x2ac6c7[_0x54a0a3(0x13f)],_0x2ac6c7[_0x54a0a3(0x1b6)]))_0x52ae57[_0x54a0a3(0x172)]=_0x2ac6c7[_0x54a0a3(0x16c)];else{const _0x34ce33=stackTrace[_0x54a0a3(0x227)][_0x54a0a3(0x22b)](stackTrace,_0x10e626['asyncError']);return _0x34ce33[0x0][_0x54a0a3(0x180)]();}}if(_0x10e626[_0x54a0a3(0x279)]){if(_0x2ac6c7[_0x54a0a3(0x23a)](_0x2ac6c7[_0x54a0a3(0x235)],_0x2ac6c7['QaoVD']))return _0x10e626[_0x54a0a3(0x279)];else{let _0x57517c=_0xe6f789['parent'];while(_0x57517c&&_0x2ac6c7[_0x54a0a3(0x1c2)](_0x57517c[_0x54a0a3(0x231)],'')&&_0x2ac6c7[_0x54a0a3(0x269)](_0x57517c[_0x54a0a3(0x231)],_0x2ac6c7[_0x54a0a3(0x22a)])){_0xd42ee9[_0x54a0a3(0x186)](_0x57517c[_0x54a0a3(0x231)]),_0x57517c=_0x57517c[_0x54a0a3(0x139)];}}}return null;};['mapTestHooks']=_0x475099=>{const _0x17e55d=a18_0x1ec803,_0x3bdbb1={};_0x3bdbb1[_0x17e55d(0x17b)]=_0x17e55d(0x14d),_0x3bdbb1[_0x17e55d(0x288)]=_0x17e55d(0x20e),_0x3bdbb1[_0x17e55d(0x1b1)]=_0x17e55d(0x26d),_0x3bdbb1[_0x17e55d(0x22d)]=function(_0x4d6f1e,_0x1bdcc9){return _0x4d6f1e===_0x1bdcc9;},_0x3bdbb1[_0x17e55d(0x241)]='xqpvI',_0x3bdbb1[_0x17e55d(0x160)]=_0x17e55d(0x1d4),_0x3bdbb1[_0x17e55d(0x232)]=_0x17e55d(0x183),_0x3bdbb1[_0x17e55d(0x11b)]=_0x17e55d(0x264),_0x3bdbb1[_0x17e55d(0x230)]=function(_0x3e6ed7,_0x14d886){return _0x3e6ed7!==_0x14d886;},_0x3bdbb1[_0x17e55d(0x239)]=_0x17e55d(0x204),_0x3bdbb1[_0x17e55d(0x1ef)]='ddCyw';const _0x48ebbc=_0x3bdbb1;if(!_0x475099||!_0x475099[_0x17e55d(0x139)]){if(_0x48ebbc[_0x17e55d(0x230)](_0x48ebbc[_0x17e55d(0x239)],_0x48ebbc['aNbEq']))return;else{if(_0x53b7a9[_0x17e55d(0x251)]){const _0x3a59bf=_0x4b6aa7['parse'][_0x17e55d(0x22b)](_0x2ebcb9,_0x34652d[_0x17e55d(0x251)]);return _0x3a59bf[0x0]['getFileName']();}if(_0x2b31a4[_0x17e55d(0x279)])return _0x4c3fee['file'];return null;}}_0x475099[_0x17e55d(0x139)][_0x17e55d(0x1ca)][_0x17e55d(0x149)](_0x1f9424=>{const _0x255b7c=_0x17e55d;if(_0x48ebbc['BbdWX'](_0x48ebbc['woraY'],_0x48ebbc[_0x255b7c(0x160)])){const _0x2af710={};return _0x2af710[_0x114615]=_0x48ebbc['teHvv'],_0x2af710[_0xef3a70]=_0x48ebbc[_0x255b7c(0x288)],_0x2af710[_0x45ac58]=_0x48ebbc['IMFvY'],_0x2af710[_0x158953];}else!_0x1f9424[_0x255b7c(0x132)]&&(_0x48ebbc[_0x255b7c(0x22d)](_0x48ebbc['yrClz'],_0x48ebbc[_0x255b7c(0x11b)])?this[_0x255b7c(0x1c8)]=_0x514853[_0x255b7c(0x1d5)]:_0x1f9424[_0x255b7c(0x132)]=TestDetails[_0x255b7c(0x1ed)](process[_0x255b7c(0x1fe)]+_0x255b7c(0x175)));}),this[_0x17e55d(0x19b)](_0x475099[_0x17e55d(0x139)]);};[a18_0x1ec803(0x258)]=_0x13fa6e=>{const _0x218cd8=a18_0x1ec803,_0x546bd1={};_0x546bd1[_0x218cd8(0x1b3)]=function(_0x4c8dcb,_0x44c827){return _0x4c8dcb!==_0x44c827;},_0x546bd1[_0x218cd8(0x178)]=_0x218cd8(0x26d),_0x546bd1[_0x218cd8(0x169)]=_0x218cd8(0x14d),_0x546bd1[_0x218cd8(0x1f1)]=function(_0xf77f27,_0x199445){return _0xf77f27!==_0x199445;},_0x546bd1['ZDMUR']='nSuvL',_0x546bd1['QViJg']=_0x218cd8(0x1e3),_0x546bd1[_0x218cd8(0x262)]=_0x218cd8(0x14e),_0x546bd1[_0x218cd8(0x15d)]='afterEach',_0x546bd1[_0x218cd8(0x1b9)]=function(_0x5d7fa2,_0x3baeb4){return _0x5d7fa2!==_0x3baeb4;},_0x546bd1['bZGEA']=_0x218cd8(0x272),_0x546bd1[_0x218cd8(0x1ee)]=_0x218cd8(0x1a2),_0x546bd1[_0x218cd8(0x130)]=_0x218cd8(0x152),_0x546bd1[_0x218cd8(0x18b)]=_0x218cd8(0x1df);const _0x5f20d3=_0x546bd1;if(!_0x13fa6e||!_0x13fa6e[_0x218cd8(0x139)]){if(_0x5f20d3[_0x218cd8(0x1b9)](_0x5f20d3[_0x218cd8(0x130)],_0x5f20d3['yQaae']))return;else return null;}_0x13fa6e[_0x218cd8(0x139)]['hooks'][_0x218cd8(0x149)](_0x2d9a55=>{const _0x4cf67f=_0x218cd8,_0x5c05a9={'sguLd':function(_0x23bee4,_0x57d287){const _0x4e4919=a18_0x3ba3;return _0x5f20d3[_0x4e4919(0x1b3)](_0x23bee4,_0x57d287);},'poPGz':_0x5f20d3['ctpBj'],'EycHJ':_0x5f20d3[_0x4cf67f(0x169)]};_0x5f20d3[_0x4cf67f(0x1f1)](_0x5f20d3[_0x4cf67f(0x153)],_0x5f20d3[_0x4cf67f(0x237)])?[_0x5f20d3[_0x4cf67f(0x262)],_0x5f20d3['xcLSu']][_0x4cf67f(0x181)](_0x2d9a55[_0x4cf67f(0x1f2)])&&_0x2d9a55[_0x4cf67f(0x132)]&&(_0x5f20d3[_0x4cf67f(0x1b9)](_0x5f20d3['bZGEA'],_0x5f20d3['aIknm'])?_0x2d9a55[_0x4cf67f(0x132)]=null:_0x5c05a9[_0x4cf67f(0x150)](_0x1a54be[_0x4cf67f(0x172)],_0x5c05a9['poPGz'])&&(_0x38e380[_0x4cf67f(0x172)]=_0x5c05a9[_0x4cf67f(0x1da)])):this[_0x4cf67f(0x19b)](_0x104203);}),this[_0x218cd8(0x19b)](_0x13fa6e[_0x218cd8(0x139)]);};[a18_0x1ec803(0x1f4)]=_0x4f9c60=>{const _0x36374d=a18_0x1ec803,_0xec1903={'aKogm':_0x36374d(0x14e),'PbcMc':'afterEach','WLVqM':_0x36374d(0x16b),'PWUnu':function(_0x286800){return _0x286800();},'JDgcl':function(_0x9c33c,_0x174aed){return _0x9c33c!==_0x174aed;},'aavMR':_0x36374d(0x24f),'uBjkt':_0x36374d(0x134),'mLcPk':function(_0x463648,_0x3e7c98){return _0x463648===_0x3e7c98;},'cpFAJ':_0x36374d(0x28b),'auznp':_0x36374d(0x1f8),'aVlHO':_0x36374d(0x147)};if(!_0x4f9c60||!_0x4f9c60[_0x36374d(0x139)]){if(_0xec1903[_0x36374d(0x259)](_0xec1903[_0x36374d(0x1cb)],_0xec1903['aVlHO']))[_0xec1903['aKogm'],_0xec1903[_0x36374d(0x21f)]][_0x36374d(0x181)](_0x518cb9['type'])&&_0x31f8fc['hookAnalyticsId']&&(_0x1a321c[_0x36374d(0x132)]=null);else return[];}const _0x39debd=[];return _0x4f9c60['parent'][_0x36374d(0x1ca)]['forEach'](_0x173a89=>{const _0x26ded6=_0x36374d;if(_0xec1903[_0x26ded6(0x259)](_0xec1903[_0x26ded6(0x1a0)],_0xec1903[_0x26ded6(0x11e)])){if(_0x173a89[_0x26ded6(0x132)]){if(_0xec1903[_0x26ded6(0x278)](_0xec1903[_0x26ded6(0x28c)],_0xec1903[_0x26ded6(0x197)]))return{'ci':_0xec1903[_0x26ded6(0x136)],'key':_0xec1903['PWUnu'](_0xdbfade),'version':_0x28ffea,'collector':_0x26ded6(0x11f)+_0x3f41d0};else _0x39debd[_0x26ded6(0x186)](_0x173a89[_0x26ded6(0x132)]);}}else return;}),[..._0x39debd,...this[_0x36374d(0x1f4)](_0x4f9c60['parent'])];};},[a18_0x1ec803(0x206),a18_0x1ec803(0x1c7),'testStarted',a18_0x1ec803(0x13b),a18_0x1ec803(0x21d),a18_0x1ec803(0x122),a18_0x1ec803(0x18f),'appendTestPlatform',a18_0x1ec803(0x1a4),'getHierarchy',a18_0x1ec803(0x238),a18_0x1ec803(0x19b),a18_0x1ec803(0x258),a18_0x1ec803(0x1f4),a18_0x1ec803(0x1fb)]);
1
+ const a18_0x214460=a18_0x28dc;(function(_0x3a23ee,_0x7c3404){const _0x58b6a4=a18_0x28dc,_0x2e8dd=_0x3a23ee();while(!![]){try{const _0xfdfca2=-parseInt(_0x58b6a4(0x248))/0x1*(parseInt(_0x58b6a4(0x1b7))/0x2)+-parseInt(_0x58b6a4(0x29a))/0x3+parseInt(_0x58b6a4(0x1c5))/0x4+-parseInt(_0x58b6a4(0x1e4))/0x5+-parseInt(_0x58b6a4(0x215))/0x6+parseInt(_0x58b6a4(0x178))/0x7+parseInt(_0x58b6a4(0x287))/0x8;if(_0xfdfca2===_0x7c3404)break;else _0x2e8dd['push'](_0x2e8dd['shift']());}catch(_0x1f0658){_0x2e8dd['push'](_0x2e8dd['shift']());}}}(a18_0x156e,0xac6e6));function a18_0x28dc(_0x3d07ec,_0x417105){const _0x156ea5=a18_0x156e();return a18_0x28dc=function(_0x28dc37,_0x4615b2){_0x28dc37=_0x28dc37-0x11c;let _0xcd1e17=_0x156ea5[_0x28dc37];return _0xcd1e17;},a18_0x28dc(_0x3d07ec,_0x417105);}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a18_0x214460(0x19d)),SessionHandler=require(a18_0x214460(0x15c)),{v4:uuidv4}=require(a18_0x214460(0x166)),{name,version}=require(a18_0x214460(0x141)),stackTrace=require(a18_0x214460(0x192)),path=require('path'),fs=require('fs'),TestDetails=require(a18_0x214460(0x244)),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require(a18_0x214460(0x18e)),{getGitMetaData}=require(a18_0x214460(0x1e3)),a18_0x23419c={};a18_0x23419c['STATE_PASSED']=a18_0x214460(0x27c),a18_0x23419c[a18_0x214460(0x176)]='failed',a18_0x23419c['STATE_PENDING']='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x23419c,a18_0x4d264f={};a18_0x4d264f[a18_0x214460(0x183)]=a18_0x214460(0x1f3),a18_0x4d264f[a18_0x214460(0x14f)]=a18_0x214460(0x19f),a18_0x4d264f[a18_0x214460(0x121)]=a18_0x214460(0x20e),a18_0x4d264f[a18_0x214460(0x1d9)]=a18_0x214460(0x273);const HOOK_TYPES_MAP=a18_0x4d264f;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x1a754b=a18_0x214460,_0x31fafc={'SVldl':_0x1a754b(0x160),'RuSvG':function(_0x45a104){return _0x45a104();}},_0x1d5c68=_0x31fafc[_0x1a754b(0x16f)]['split']('|');let _0x17a7a8=0x0;while(!![]){switch(_0x1d5c68[_0x17a7a8++]){case'0':this[_0x1a754b(0x254)]=![];continue;case'1':this[_0x1a754b(0x1c8)]=null;continue;case'2':this[_0x1a754b(0x1ce)]=new PathHelper({'cwd':process['cwd']()},this[_0x1a754b(0x274)]['location_prefix']);continue;case'3':this[_0x1a754b(0x214)]=[];continue;case'4':this[_0x1a754b(0x274)]=this[_0x1a754b(0x23e)]();continue;case'5':this[_0x1a754b(0x16c)]=[];continue;case'6':this['testObservability']=_0x31fafc['RuSvG'](isTestObservabilitySession);continue;}break;}}[a18_0x214460(0x23e)]=()=>{const _0x55f6f8=a18_0x214460,_0x4effff={'THHrc':_0x55f6f8(0x22c),'SNrLb':function(_0x59c439){return _0x59c439();}};return{'ci':_0x4effff[_0x55f6f8(0x277)],'key':_0x4effff[_0x55f6f8(0x1da)](uuidv4),'version':version,'collector':_0x55f6f8(0x28c)+name};};[a18_0x214460(0x27a)](){const _0x5d1ed6=a18_0x214460;process[_0x5d1ed6(0x130)](_0x5d1ed6(0x122)+process[_0x5d1ed6(0x125)]),process['on'](_0x5d1ed6(0x122)+process[_0x5d1ed6(0x125)],this[_0x5d1ed6(0x240)]['bind'](this)),process[_0x5d1ed6(0x130)]('bs:addPlatformDetails:'+process[_0x5d1ed6(0x125)]),process['on'](_0x5d1ed6(0x21d)+process[_0x5d1ed6(0x125)],this[_0x5d1ed6(0x22a)][_0x5d1ed6(0x1a4)](this));}[a18_0x214460(0x175)]=async _0x524864=>{const _0x38934f=a18_0x214460,_0x125ba6={'ypQlK':_0x38934f(0x27c),'VvVeY':function(_0xde1fd0,_0x1806c7){return _0xde1fd0!==_0x1806c7;},'BvOMH':_0x38934f(0x145),'YocLO':_0x38934f(0x1b4),'sTFkd':_0x38934f(0x292),'GqPud':function(_0x323f09,_0x664f9e){return _0x323f09!==_0x664f9e;},'ojrgH':_0x38934f(0x1ca),'uyKbf':'QFwFQ','PYgFH':function(_0x5017ee,_0x5d2df4){return _0x5017ee>_0x5d2df4;},'CcQrW':function(_0x313f77,_0x18912d){return _0x313f77===_0x18912d;},'LNyQn':function(_0x14bd1d,_0x153f9f){return _0x14bd1d===_0x153f9f;},'mrYqk':_0x38934f(0x140),'nqOwu':_0x38934f(0x262),'srQKU':_0x38934f(0x1b1),'yHaKi':function(_0x5645aa,_0x3af0fd){return _0x5645aa===_0x3af0fd;},'Ikliu':'huNZr','PIsIq':_0x38934f(0x276),'RgESC':function(_0x241614,_0x226cca){return _0x241614(_0x226cca);}};try{if(_0x125ba6[_0x38934f(0x123)](_0x125ba6['ojrgH'],_0x125ba6[_0x38934f(0x1f5)])){const _0x24cc77=this['current_test'];this[_0x38934f(0x29c)]=_0x524864,_0x524864['retryOf']=null,_0x524864['testAnalyticsId']=TestDetails[_0x38934f(0x202)](process['pid']+_0x38934f(0x15d)),_0x524864[_0x38934f(0x1b4)]=new Date()[_0x38934f(0x18b)](),_0x125ba6[_0x38934f(0x1c7)](_0x524864[_0x38934f(0x189)],0x0)&&_0x24cc77&&_0x125ba6[_0x38934f(0x13e)](_0x24cc77['title'],_0x524864[_0x38934f(0x20f)])?_0x125ba6[_0x38934f(0x25e)](_0x125ba6[_0x38934f(0x1bb)],_0x125ba6[_0x38934f(0x231)])?(_0x3f1b4b[_0x38934f(0x28b)](_0x45d7dc[_0x38934f(0x16d)]),_0xb4427e=_0x406e13[_0x38934f(0x1d1)]):(_0x524864[_0x38934f(0x1a0)]=_0x24cc77[_0x38934f(0x1f1)],await this[_0x38934f(0x1fe)](_0x524864,undefined,![],_0x125ba6[_0x38934f(0x206)]),_0x24cc77[_0x38934f(0x237)]=STATE_FAILED,await this['sendTestRunEvent'](_0x24cc77,undefined,!![])):_0x125ba6['yHaKi'](_0x125ba6[_0x38934f(0x1bd)],_0x125ba6[_0x38934f(0x1bd)])?await this[_0x38934f(0x1fe)](_0x524864,undefined,![],_0x125ba6[_0x38934f(0x206)]):_0x2916a9['result']=_0x125ba6[_0x38934f(0x171)];}else _0x125ba6[_0x38934f(0x246)](_0x2b8302[_0x38934f(0x22e)],_0x125ba6[_0x38934f(0x158)])&&(_0x3e7bc1[_0x38934f(0x22e)]=_0x125ba6['ypQlK']);}catch(_0x539f22){_0x125ba6[_0x38934f(0x123)](_0x125ba6[_0x38934f(0x259)],_0x125ba6[_0x38934f(0x259)])?_0x1fa121[_0x125ba6[_0x38934f(0x154)]]=_0x353c3d[_0x125ba6[_0x38934f(0x193)]]:_0x125ba6[_0x38934f(0x298)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x539f22);}};[a18_0x214460(0x1d6)](_0xb7e4b2){const _0x421cb5=a18_0x214460,_0x4a87ad={};_0x4a87ad[_0x421cb5(0x19c)]=function(_0x281fa0,_0x42c098){return _0x281fa0!==_0x42c098;},_0x4a87ad[_0x421cb5(0x1a9)]=_0x421cb5(0x12a),_0x4a87ad[_0x421cb5(0x258)]=function(_0x1e19ca,_0x97c0ff){return _0x1e19ca===_0x97c0ff;},_0x4a87ad[_0x421cb5(0x234)]=_0x421cb5(0x296);const _0x1d363a=_0x4a87ad;if(_0x1d363a[_0x421cb5(0x19c)](_0xb7e4b2[_0x421cb5(0x211)],_0x1d363a[_0x421cb5(0x1a9)])){if(_0x1d363a[_0x421cb5(0x258)](_0x1d363a[_0x421cb5(0x234)],_0x1d363a['AHJcM']))return'\x22'+_0xb7e4b2['type']+'\x22\x20hook\x20for\x20\x22'+(_0xb7e4b2[_0x421cb5(0x1d1)]&&_0xb7e4b2['parent']['name'])+'\x22';else _0x1b568c[_0x421cb5(0x1a3)]=null;}return _0xb7e4b2[_0x421cb5(0x16d)];}['sendTestRunEvent']=async(_0xa619b3,_0x1560ce=undefined,_0x165fb7=![],_0xa23c24=a18_0x214460(0x238))=>{const _0x51df92=a18_0x214460,_0x535e87={'VYSKR':_0x51df92(0x24b),'KumQM':function(_0x4f60cf,_0x1cb00d){return _0x4f60cf(_0x1cb00d);},'wGbiA':_0x51df92(0x12d),'hYbRD':function(_0x15640b,_0x407e34){return _0x15640b(_0x407e34);},'tzOAY':function(_0x173803,_0x1f53b7){return _0x173803+_0x1f53b7;},'Tjjto':'Exception\x20in\x20getting\x20file\x20for\x20hook\x20','DZvor':_0x51df92(0x19b),'gmIEB':_0x51df92(0x26e),'soJYH':_0x51df92(0x221),'AqiWS':function(_0x801a55){return _0x801a55();},'nqTnq':function(_0x5f4c42,_0x49971e){return _0x5f4c42===_0x49971e;},'qQocH':_0x51df92(0x29b),'pvdwY':function(_0x5af730,_0x850397){return _0x5af730!==_0x850397;},'GYrge':'failed','jYmmz':_0x51df92(0x27c),'lwHCf':_0x51df92(0x121),'puSgC':_0x51df92(0x1d9),'dGoYj':'pending','mrLtB':_0x51df92(0x218),'WfnzG':_0x51df92(0x26c),'UuDPi':_0x51df92(0x28d),'CyEyK':_0x51df92(0x235),'achkv':_0x51df92(0x1a5),'HFqnp':'result','keLCu':_0x51df92(0x1e0),'zAvaq':_0x51df92(0x271),'qqhwU':_0x51df92(0x170),'nAFxE':_0x51df92(0x17c),'sKDUT':function(_0x26ab07,_0x151abe){return _0x26ab07===_0x151abe;},'eIQsh':_0x51df92(0x25c),'GmcPq':_0x51df92(0x168),'QEJuR':_0x51df92(0x1ec),'bGIei':_0x51df92(0x21a),'VXKRf':function(_0xc45310,_0xab4e98){return _0xc45310!==_0xab4e98;},'HJYmS':_0x51df92(0x1d3),'ePgsj':function(_0x4de21a,_0x3ee510){return _0x4de21a(_0x3ee510);},'irQru':_0x51df92(0x180),'Vzedi':_0x51df92(0x1a7),'khmkN':_0x51df92(0x12a),'xchZZ':function(_0x5ca53f,_0x22f920){return _0x5ca53f!==_0x22f920;},'VlsqG':function(_0x58dffb,_0x142058){return _0x58dffb!==_0x142058;},'gQXbL':_0x51df92(0x11c),'yVLmw':_0x51df92(0x161),'tqSKR':_0x51df92(0x174),'ptwLt':'File\x20path\x20could\x20not\x20be\x20found','xFFVX':_0x51df92(0x212),'Agjcq':_0x51df92(0x209),'KgooP':'skipped','OFudR':function(_0x321298,_0x55ad16){return _0x321298>_0x55ad16;},'rJVpt':function(_0x47fbda,_0x4602f0){return _0x47fbda-_0x4602f0;},'FLxuZ':function(_0x5b2b0d,_0x457788){return _0x5b2b0d(_0x457788);},'AUgpg':function(_0x19c9df,_0x2c2fc3){return _0x19c9df===_0x2c2fc3;},'INwpn':'started_at','NgAWb':function(_0x4b568d,_0x4e8e5f){return _0x4b568d!==_0x4e8e5f;},'HyrXk':_0x51df92(0x181),'aVziK':_0x51df92(0x1dc),'KkgjR':_0x51df92(0x292),'kbiEt':_0x51df92(0x143),'teaGc':function(_0x1d23c8,_0x756f5b){return _0x1d23c8===_0x756f5b;},'jxBOb':_0x51df92(0x12c),'OdvDv':'pkPbA','zyiQx':_0x51df92(0x1ae),'KtHzd':_0x51df92(0x1b9),'pctEo':_0x51df92(0x1d5),'mwtDJ':function(_0x5b365b,_0x5bea23){return _0x5b365b===_0x5bea23;},'fOgtq':'gppRQ','amhjM':_0x51df92(0x27e),'TjlTT':_0x51df92(0x185),'ESDdh':'failure_reason_expanded','seiEe':_0x51df92(0x16e),'ALthM':'TestRunFinished','DWeOO':'uLQWx','ulGnm':function(_0x551ec8,_0x570ea8){return _0x551ec8===_0x570ea8;},'kNJyF':_0x51df92(0x136),'wzDQa':_0x51df92(0x233),'ANhkM':_0x51df92(0x164),'lZGqk':_0x51df92(0x1de),'OyDqI':'gqiDj','Aydvy':function(_0x51ef71,_0x4dc2f0){return _0x51ef71===_0x4dc2f0;},'ANbEQ':'qFlBr','fEwQM':_0x51df92(0x183),'HQbnT':'redXq','hyCcL':function(_0x12df6e,_0x1a5bb9){return _0x12df6e!==_0x1a5bb9;},'SSvaq':_0x51df92(0x227),'rMOAQ':function(_0x19c5d2,_0x734139){return _0x19c5d2(_0x734139);}};try{if(_0x535e87['nqTnq'](_0x535e87[_0x51df92(0x1ea)],_0x535e87[_0x51df92(0x13a)]))_0x28224c[_0x51df92(0x208)]=_0x1b2104;else{if(_0xa619b3['fn']&&_0xa619b3['fn'][_0x51df92(0x1db)]()[_0x51df92(0x13d)](/browserstack internal helper hook/)){if(_0x535e87[_0x51df92(0x256)](_0x535e87['eIQsh'],_0x535e87[_0x51df92(0x1af)])){if(_0x3ba9c7[_0x51df92(0x1f9)]){const _0xbc5957=_0x224e2b[_0x51df92(0x18a)][_0x51df92(0x205)](_0x471981,_0x404230[_0x51df92(0x1f9)]);return _0xbc5957[0x0][_0x51df92(0x225)]();}if(_0x1954ad[_0x51df92(0x13f)])return _0x5325aa[_0x51df92(0x13f)];return null;}else return;}await this['configureGit']();let _0x4b7b2a;try{_0x535e87[_0x51df92(0x23d)](_0x535e87[_0x51df92(0x21b)],_0x535e87[_0x51df92(0x21b)])?_0x4b7b2a=this[_0x51df92(0x265)](_0xa619b3):_0x235ac1=[_0x5b9908,_0x535e87[_0x51df92(0x229)]];}catch(_0xe1143){_0x535e87[_0x51df92(0x23b)](_0x535e87[_0x51df92(0x283)],_0x535e87[_0x51df92(0x283)])?(_0x7fed37[_0x51df92(0x130)]('bs:addLog:'+_0x71589b[_0x51df92(0x125)]),_0x51b924['on'](_0x51df92(0x122)+_0x533658[_0x51df92(0x125)],this[_0x51df92(0x240)][_0x51df92(0x1a4)](this)),_0x2e3c65[_0x51df92(0x130)](_0x51df92(0x21d)+_0x16f79d[_0x51df92(0x125)]),_0x252ba['on']('bs:addPlatformDetails:'+_0x4ee2ae[_0x51df92(0x125)],this[_0x51df92(0x22a)][_0x51df92(0x1a4)](this))):(_0x535e87['KumQM'](debug,'failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0xe1143),_0x4b7b2a=null);}if(_0x4b7b2a[_0x51df92(0x1aa)](_0x535e87[_0x51df92(0x15b)])){if(_0x535e87[_0x51df92(0x1be)](_0x535e87['HJYmS'],_0x535e87[_0x51df92(0x194)]))_0x535e87['KumQM'](_0x179ad7,_0x51df92(0x245)+_0xa7050f);else return;}const _0x49c696=_0x535e87[_0x51df92(0x1c1)](require,_0x535e87[_0x51df92(0x167)]);let _0x42ac0a=[];if(_0x535e87[_0x51df92(0x23b)](_0xa619b3[_0x51df92(0x25b)],undefined)){if(_0x535e87[_0x51df92(0x256)](_0x535e87[_0x51df92(0x222)],_0x535e87[_0x51df92(0x222)]))_0x42ac0a=[_0xa619b3[_0x51df92(0x25b)],_0x535e87[_0x51df92(0x24a)]];else{const _0x37d31b=_0x106cca[_0x51df92(0x18a)][_0x51df92(0x205)](_0x1c0ad8,_0xb3f693['asyncError']);return _0x37d31b[0x0][_0x51df92(0x225)]();}}else{if(_0x535e87['xchZZ'](_0x1560ce,undefined)){if(_0x535e87[_0x51df92(0x1cc)](_0x535e87[_0x51df92(0x247)],_0x535e87[_0x51df92(0x24e)]))_0x42ac0a=[_0x1560ce,_0x535e87['VYSKR']];else{try{const _0x2d177b=this[_0x51df92(0x265)](_0x1e3275);return _0x2d177b[_0x51df92(0x1aa)](_0x535e87[_0x51df92(0x15b)]);}catch(_0x50dc0e){_0x535e87['hYbRD'](_0x4bab8f,_0x535e87['tzOAY'](_0x535e87['Tjjto'],_0x50dc0e));}return![];}}else{if(_0x535e87['sKDUT'](_0x535e87['tqSKR'],_0x535e87[_0x51df92(0x257)]))_0x42ac0a=[];else return _0x30dcc9[_0x51df92(0x137)](_0x14202a[_0x51df92(0x25d)](_0xfb71b9,_0x535e87[_0x51df92(0x196)],_0x535e87['gmIEB'])),_0x578860;}}const _0x5854dc=_0x535e87[_0x51df92(0x1cc)](_0xa619b3[_0x51df92(0x25b)],undefined)?_0x49c696[_0x51df92(0x22f)](_0xa619b3[_0x51df92(0x25b)][0x0]):_0x535e87['pvdwY'](_0x1560ce,undefined)?_0x1560ce[_0x51df92(0x1db)]():undefined,_0x32437b=_0x4b7b2a?this['_paths'][_0x51df92(0x1a2)](this['getRootParentFile'](_0xa619b3)):_0x535e87[_0x51df92(0x163)],_0x2785f1={'framework':FRAMEWORKS[_0x51df92(0x27d)],'uuid':_0xa619b3[_0x51df92(0x1f1)]||_0xa619b3['hookAnalyticsId'],'name':this['getName'](_0xa619b3),'body':{'lang':_0x535e87[_0x51df92(0x15f)],'code':_0xa619b3['fn'][_0x51df92(0x1db)]()},'scopes':this[_0x51df92(0x24f)](_0xa619b3),'file_name':_0x32437b,'vc_filepath':this[_0x51df92(0x1c8)]&&_0x4b7b2a?path['relative'](this[_0x51df92(0x1c8)],_0x4b7b2a):null,'location':_0x32437b,'result':_0x535e87[_0x51df92(0x256)](_0xa23c24,_0x535e87['Agjcq'])?_0x535e87['KgooP']:this[_0x51df92(0x241)](_0xa619b3[_0x51df92(0x25b)]&&_0x535e87['OFudR'](_0xa619b3['errorsDetailed'][_0x51df92(0x282)],0x0)?_0x535e87[_0x51df92(0x16b)]:_0x535e87[_0x51df92(0x263)]),'failure_reason':_0x5854dc,'duration_in_ms':_0xa619b3[_0x51df92(0x1cf)]||(_0xa23c24[_0x51df92(0x13d)](/Finished/)||_0xa23c24[_0x51df92(0x13d)](/Skipped/)?_0x535e87[_0x51df92(0x14e)](Date[_0x51df92(0x124)](),new Date(_0xa619b3[_0x51df92(0x1b4)])[_0x51df92(0x213)]()):null),'started_at':_0xa619b3[_0x51df92(0x1b4)],'finished_at':_0xa23c24[_0x51df92(0x13d)](/Finished/)||_0xa23c24[_0x51df92(0x13d)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x51df92(0x191)](null,_0x42ac0a),'failure_type':!_0x5854dc?null:_0x535e87['FLxuZ'](getFailureType,_0x5854dc),'retry_of':_0xa619b3[_0x51df92(0x1a0)]};if(_0x535e87[_0x51df92(0x18c)](_0xa23c24,_0x535e87[_0x51df92(0x138)])&&!_0x2785f1[_0x535e87[_0x51df92(0x1bf)]]){if(_0x535e87[_0x51df92(0x236)](_0x535e87[_0x51df92(0x177)],_0x535e87[_0x51df92(0x239)]))_0x2785f1[_0x535e87[_0x51df92(0x1bf)]]=_0x2785f1[_0x535e87[_0x51df92(0x173)]];else return null;}if(_0xa23c24['match'](/HookRun/)){if(_0x535e87[_0x51df92(0x256)](_0x535e87[_0x51df92(0x152)],_0x535e87['kbiEt'])){[_0x2785f1[_0x51df92(0x164)],_0x2785f1[_0x51df92(0x16d)]]=[_0xa619b3[_0x51df92(0x211)],this['getName'](_0xa619b3)];if(_0x535e87['teaGc'](_0xa23c24,_0x535e87[_0x51df92(0x264)])){if(_0x535e87['VlsqG'](_0x535e87[_0x51df92(0x260)],_0x535e87[_0x51df92(0x260)])){const _0x10baf9=_0x535e87[_0x51df92(0x284)]['split']('|');let _0x1dd172=0x0;while(!![]){switch(_0x10baf9[_0x1dd172++]){case'0':this[_0x51df92(0x254)]=![];continue;case'1':this[_0x51df92(0x274)]=this[_0x51df92(0x23e)]();continue;case'2':this['_gitConfigPath']=null;continue;case'3':this[_0x51df92(0x1ce)]=new _0x881a71({'cwd':_0x4776c0['cwd']()},this[_0x51df92(0x274)][_0x51df92(0x150)]);continue;case'4':this[_0x51df92(0x214)]=[];continue;case'5':this[_0x51df92(0x200)]=_0x535e87[_0x51df92(0x278)](_0x3a1fe2);continue;case'6':this[_0x51df92(0x16c)]=[];continue;}break;}}else{if(_0x535e87[_0x51df92(0x1cc)](_0x2785f1[_0x51df92(0x22e)],_0x535e87['GYrge'])){if(_0x535e87[_0x51df92(0x18c)](_0x535e87[_0x51df92(0x12b)],_0x535e87[_0x51df92(0x291)])){const _0x5f0f5d={'gwwiN':function(_0x2949eb,_0x25a9e7){return _0x535e87['hYbRD'](_0x2949eb,_0x25a9e7);}};if(!_0x2cb8a6||!_0x41d448[_0x51df92(0x1d1)])return[];const _0x3813fe=[];return _0x1872e4[_0x51df92(0x1d1)][_0x51df92(0x1c9)][_0x51df92(0x1fb)](_0x4759ad=>{const _0x1f06b6=_0x51df92;_0x4759ad[_0x1f06b6(0x1a3)]&&!_0x5f0f5d[_0x1f06b6(0x13b)](_0x2cef2f,_0x4759ad['fn'])&&!this[_0x1f06b6(0x156)](_0x4759ad)&&_0x3813fe[_0x1f06b6(0x28b)](_0x4759ad[_0x1f06b6(0x1a3)]);}),[..._0x3813fe,...this['getHooksForTest'](_0x19b0c5[_0x51df92(0x1d1)])];}else _0x2785f1[_0x51df92(0x22e)]=_0x535e87[_0x51df92(0x263)];}}}}else return;}else _0xa23c24[_0x51df92(0x13d)](/TestRun/)&&(_0x535e87[_0x51df92(0x23b)](_0x535e87[_0x51df92(0x1dd)],_0x535e87[_0x51df92(0x261)])?this[_0x51df92(0x1f7)](_0xa619b3):!_0x30a49e[_0x51df92(0x1a3)]&&(_0xa71d15[_0x51df92(0x1a3)]=_0x799a5d[_0x51df92(0x202)](_0x45cd1c[_0x51df92(0x125)]+_0x51df92(0x223))));const _0x5885fd=_0x2785f1[_0x535e87[_0x51df92(0x252)]][0x0];_0x5885fd&&(_0x535e87['mwtDJ'](_0x535e87[_0x51df92(0x25f)],_0x535e87[_0x51df92(0x25f)])?(_0x2785f1[_0x535e87[_0x51df92(0x19e)]]=_0x5885fd[_0x535e87[_0x51df92(0x1eb)]],_0x2785f1[_0x535e87['ESDdh']]=_0x5885fd[_0x535e87[_0x51df92(0x195)]]):([_0x44c498['hook_type'],_0x422cc6[_0x51df92(0x16d)]]=[_0x91a77e[_0x51df92(0x211)],this[_0x51df92(0x1d6)](_0x3f0149)],_0x535e87[_0x51df92(0x23d)](_0x24eaf1,_0x535e87[_0x51df92(0x264)])&&(_0x535e87[_0x51df92(0x23b)](_0x16663e[_0x51df92(0x22e)],_0x535e87[_0x51df92(0x16b)])&&(_0x28ffa5[_0x51df92(0x22e)]=_0x535e87[_0x51df92(0x263)]))));[_0x535e87[_0x51df92(0x1ad)],_0x535e87['Agjcq']][_0x51df92(0x1aa)](_0xa23c24)&&(_0x535e87[_0x51df92(0x23d)](_0x535e87['DWeOO'],_0x535e87[_0x51df92(0x1e8)])?(this[_0x51df92(0x16c)][_0x51df92(0x28b)](_0x2785f1),_0x2785f1[_0x51df92(0x1c9)]=this[_0x51df92(0x1ef)](_0xa619b3),this[_0x51df92(0x24c)](_0xa619b3)):_0x4ecb90=[]);const _0x5ed8c0={'event_type':_0x535e87[_0x51df92(0x126)](_0xa23c24,_0x535e87[_0x51df92(0x138)])?_0x535e87[_0x51df92(0x1ad)]:_0xa23c24};if(_0xa23c24[_0x51df92(0x13d)](/HookRun/)){if(_0x535e87[_0x51df92(0x126)](_0x535e87[_0x51df92(0x18d)],_0x535e87['wzDQa'])){const _0x44d14c=_0x1f0705['dirname'](_0x19e22a);return this['findGitConfig'](_0x44d14c);}else _0x2785f1[_0x535e87[_0x51df92(0x1b2)]]=HOOK_TYPES_MAP[_0x2785f1[_0x535e87[_0x51df92(0x1b2)]]],_0x5ed8c0[_0x535e87[_0x51df92(0x1bc)]]=_0x2785f1;}else{if(_0x535e87[_0x51df92(0x20d)](_0x535e87['lZGqk'],_0x535e87[_0x51df92(0x226)])){const _0x20b97a=this[_0x51df92(0x265)](_0x2b8977);return _0x20b97a['includes'](_0x535e87[_0x51df92(0x15b)]);}else _0x5ed8c0[_0x535e87[_0x51df92(0x1a1)]]=_0x2785f1;}if(_0x535e87[_0x51df92(0x14a)](this[_0x51df92(0x214)][_0x51df92(0x282)],0x0)&&[_0x535e87[_0x51df92(0x1ad)],_0x535e87['Agjcq']][_0x51df92(0x1aa)](_0xa23c24)){if(_0x535e87[_0x51df92(0x1be)](_0x535e87[_0x51df92(0x269)],_0x535e87['OyDqI'])){if(!_0x37d8a9||!_0x20bcd1[_0x51df92(0x1d1)])return;_0x47d5e1['parent'][_0x51df92(0x1c9)][_0x51df92(0x1fb)](_0x47031e=>{const _0x5b4b53=_0x51df92;[_0x535e87[_0x5b4b53(0x1b6)],_0x535e87[_0x5b4b53(0x139)]][_0x5b4b53(0x1aa)](_0x47031e[_0x5b4b53(0x211)])&&_0x47031e[_0x5b4b53(0x1a3)]&&(_0x47031e['hookAnalyticsId']=null);}),this['mapTestHooks'](_0x10cbdb[_0x51df92(0x1d1)]);}else this[_0x51df92(0x214)][_0x51df92(0x1fb)](async _0x360145=>{const _0x240829=_0x51df92;if(_0x535e87['pvdwY'](_0x535e87[_0x240829(0x204)],_0x535e87[_0x240829(0x204)])){const _0x87c914={};return _0x87c914[_0x438ed4]=_0x535e87[_0x240829(0x263)],_0x87c914[_0x459656]=_0x535e87[_0x240829(0x1d0)],_0x87c914[_0x4eb8b3]=_0x535e87[_0x240829(0x16b)],_0x87c914[_0xab19e3];}else{const _0x28fb50=_0x535e87[_0x240829(0x26a)][_0x240829(0x17b)]('|');let _0x238597=0x0;while(!![]){switch(_0x28fb50[_0x238597++]){case'0':_0x360145[_0x535e87[_0x240829(0x1bc)]][_0x535e87[_0x240829(0x252)]]=_0x5ed8c0[_0x535e87[_0x240829(0x1a1)]][_0x535e87[_0x240829(0x252)]];continue;case'1':_0x360145[_0x535e87[_0x240829(0x1bc)]][_0x535e87[_0x240829(0x26f)]]=_0x5ed8c0[_0x535e87[_0x240829(0x1a1)]][_0x535e87[_0x240829(0x26f)]];continue;case'2':_0x360145[_0x535e87[_0x240829(0x1bc)]][_0x535e87['keLCu']]=_0x5ed8c0[_0x535e87[_0x240829(0x1a1)]][_0x535e87['keLCu']];continue;case'3':_0x360145[_0x535e87[_0x240829(0x1bc)]][_0x535e87[_0x240829(0x186)]]=_0x5ed8c0[_0x535e87[_0x240829(0x1a1)]][_0x535e87[_0x240829(0x186)]];continue;case'4':await SessionHandler[_0x240829(0x288)](_0x360145);continue;}break;}}}),this[_0x51df92(0x214)]=[];}if(_0x535e87[_0x51df92(0x23d)](this[_0x51df92(0x120)],_0xa619b3[_0x51df92(0x211)])){if(_0x535e87[_0x51df92(0x1cd)](_0x535e87[_0x51df92(0x1c2)],_0x535e87[_0x51df92(0x1c2)])){this[_0x51df92(0x214)][_0x51df92(0x28b)](_0x5ed8c0);return;}else return'\x22'+_0x5af985[_0x51df92(0x211)]+_0x51df92(0x179)+(_0x49bc08[_0x51df92(0x1d1)]&&_0x1e82c6[_0x51df92(0x1d1)]['name'])+'\x22';}if(_0x535e87[_0x51df92(0x228)](this[_0x51df92(0x120)],_0x535e87[_0x51df92(0x12e)])&&_0x5ed8c0[_0x535e87[_0x51df92(0x1a1)]]){if(_0x535e87[_0x51df92(0x23d)](_0x535e87[_0x51df92(0x1ac)],_0x535e87['HQbnT']))_0x5ed8c0[_0x535e87[_0x51df92(0x1a1)]][_0x535e87[_0x51df92(0x26f)]]=_0x535e87[_0x51df92(0x142)],_0x5ed8c0[_0x535e87['achkv']][_0x535e87[_0x51df92(0x252)]]=null,_0x5ed8c0[_0x535e87['achkv']][_0x535e87[_0x51df92(0x272)]]=null;else return[];}await SessionHandler[_0x51df92(0x288)](_0x5ed8c0);}}catch(_0x56b264){_0x535e87[_0x51df92(0x207)](_0x535e87[_0x51df92(0x1b0)],_0x535e87[_0x51df92(0x1b0)])?_0x382586[_0x535e87[_0x51df92(0x1a1)]]=_0x4af1b6:_0x535e87[_0x51df92(0x1a6)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0xa23c24+_0x51df92(0x12f)+_0x56b264);}};[a18_0x214460(0x20a)](_0x22d76f){const _0x42a711=a18_0x214460,_0x5dcf2e={'qGAGZ':function(_0x5ea7a2,_0x1c36ae){return _0x5ea7a2==_0x1c36ae;},'aUxQp':function(_0x525348,_0x286016){return _0x525348===_0x286016;},'AzusA':_0x42a711(0x19b),'tueKE':_0x42a711(0x26e),'spHoN':function(_0x3653c9,_0x1d889d){return _0x3653c9(_0x1d889d);},'yaLRR':function(_0x3bb981,_0x129956){return _0x3bb981==_0x129956;},'KrAWj':function(_0x54067b,_0x100edf){return _0x54067b===_0x100edf;},'RlzsU':function(_0x34a936,_0x138168){return _0x34a936===_0x138168;},'CHpGC':function(_0x570849,_0x4b544d){return _0x570849!==_0x4b544d;},'ZpsPb':'rlfOo','ZWACn':_0x42a711(0x131),'WOsQV':function(_0x5ee308,_0x3d3af3){return _0x5ee308===_0x3d3af3;},'zourG':'hBuhb','URKLV':'SpnMN'},_0x5f09b1=path['sep'];if(_0x5dcf2e[_0x42a711(0x155)](_0x22d76f,null)||_0x5dcf2e[_0x42a711(0x275)](_0x22d76f,'')||_0x5dcf2e[_0x42a711(0x27f)](_0x22d76f,_0x5f09b1)){if(_0x5dcf2e[_0x42a711(0x29e)](_0x5dcf2e[_0x42a711(0x230)],_0x5dcf2e['ZpsPb'])){const _0x272d59=_0x1ed4e2[_0x42a711(0x1f6)];if(_0x5dcf2e[_0x42a711(0x242)](_0x17d7b7,null)||_0x5dcf2e[_0x42a711(0x299)](_0x5d7636,'')||_0x5dcf2e[_0x42a711(0x299)](_0x1ae872,_0x272d59))return null;try{return _0x6b79cf[_0x42a711(0x137)](_0x592356[_0x42a711(0x25d)](_0x1a501d,_0x5dcf2e[_0x42a711(0x187)],_0x5dcf2e[_0x42a711(0x22b)])),_0x3693f7;}catch(_0xfe5d7){const _0x556ab2=_0x16c9c0[_0x42a711(0x290)](_0x882ccf);return this['findGitConfig'](_0x556ab2);}}else return null;}try{if(_0x5dcf2e[_0x42a711(0x299)](_0x5dcf2e[_0x42a711(0x21f)],_0x5dcf2e[_0x42a711(0x21f)]))return fs[_0x42a711(0x137)](path[_0x42a711(0x25d)](_0x22d76f,_0x5dcf2e[_0x42a711(0x187)],_0x5dcf2e['tueKE'])),_0x22d76f;else _0x5dcf2e['spHoN'](_0x1367ac,_0x42a711(0x251)+_0x5cc557),_0x40c93d=null;}catch(_0x197879){if(_0x5dcf2e['WOsQV'](_0x5dcf2e['zourG'],_0x5dcf2e['URKLV']))return;else{const _0x36be5d=path[_0x42a711(0x290)](_0x22d76f);return this[_0x42a711(0x20a)](_0x36be5d);}}}[a18_0x214460(0x240)]=async _0x438984=>{const _0x2fbaf0=a18_0x214460,_0x51ab90={'tzftx':function(_0x39ef3d,_0x48a73b){return _0x39ef3d(_0x48a73b);},'aVcxj':function(_0x187ed1,_0x2b7416){return _0x187ed1+_0x2b7416;},'Zxvwc':_0x2fbaf0(0x1c0),'rbeZA':function(_0x3e525d,_0x349400){return _0x3e525d(_0x349400);},'snBOn':_0x2fbaf0(0x1a5),'mbWOW':_0x2fbaf0(0x22e),'UIogW':_0x2fbaf0(0x14c),'jbbCc':_0x2fbaf0(0x235),'dBHBe':_0x2fbaf0(0x1e0),'chJEj':_0x2fbaf0(0x27e),'CjAGI':_0x2fbaf0(0x185),'EZauT':_0x2fbaf0(0x11d),'uRaWp':_0x2fbaf0(0x16e),'gWEjr':function(_0x203b9e,_0xfc0c63){return _0x203b9e===_0xfc0c63;},'ecFHz':'PrOrp','XLjJi':function(_0x3cb96a,_0x2a623b){return _0x3cb96a!==_0x2a623b;},'curXP':_0x2fbaf0(0x1cb),'vxvRV':_0x2fbaf0(0x149),'PaHdK':_0x2fbaf0(0x1f8),'RewYO':function(_0x5aa499,_0x4969b3){return _0x5aa499===_0x4969b3;},'OUPsS':_0x2fbaf0(0x19a),'WfVdw':'LogCreated','CJZRM':'mxJKT'},_0x2989fb=TestDetails[_0x2fbaf0(0x184)](process[_0x2fbaf0(0x125)]+_0x2fbaf0(0x223)),_0xd125b6=TestDetails[_0x2fbaf0(0x184)](process[_0x2fbaf0(0x125)]+':testAnalyticsId');try{if(_0x51ab90['gWEjr'](_0x51ab90['ecFHz'],_0x51ab90[_0x2fbaf0(0x297)])){(_0x2989fb||this[_0x2fbaf0(0x25a)]&&!this[_0x2fbaf0(0x25a)][_0x2fbaf0(0x201)])&&(_0x51ab90[_0x2fbaf0(0x28e)](_0x51ab90['curXP'],_0x51ab90['curXP'])?_0x51ab90[_0x2fbaf0(0x20c)](_0x414273,_0x51ab90[_0x2fbaf0(0x172)](_0x51ab90[_0x2fbaf0(0x1fc)],_0x24682e)):_0x438984[_0x2fbaf0(0x268)]=_0x2989fb);!_0x438984[_0x2fbaf0(0x268)]&&_0xd125b6&&(_0x51ab90[_0x2fbaf0(0x28e)](_0x51ab90['vxvRV'],_0x51ab90[_0x2fbaf0(0x1ab)])?_0x438984[_0x2fbaf0(0x208)]=_0xd125b6:_0x1cddf8[_0x2fbaf0(0x1a3)]&&!_0x51ab90[_0x2fbaf0(0x279)](_0x267b43,_0x114437['fn'])&&!this[_0x2fbaf0(0x156)](_0x221d87)&&_0x25b3f1[_0x2fbaf0(0x28b)](_0x2d084f[_0x2fbaf0(0x1a3)]));if(_0x438984[_0x2fbaf0(0x268)]||_0x438984['test_run_uuid']){if(_0x51ab90[_0x2fbaf0(0x169)](_0x51ab90[_0x2fbaf0(0x13c)],_0x51ab90[_0x2fbaf0(0x13c)])){const _0xefc57b={};_0xefc57b[_0x2fbaf0(0x293)]=_0x51ab90[_0x2fbaf0(0x21e)],_0xefc57b[_0x2fbaf0(0x219)]=[_0x438984],await SessionHandler[_0x2fbaf0(0x288)](_0xefc57b);}else _0x5e4034[_0x51ab90['snBOn']][_0x51ab90[_0x2fbaf0(0x295)]]=_0x51ab90[_0x2fbaf0(0x159)],_0x439342[_0x51ab90[_0x2fbaf0(0x23a)]][_0x51ab90[_0x2fbaf0(0x151)]]=null,_0x4bc0e2[_0x51ab90[_0x2fbaf0(0x23a)]][_0x51ab90[_0x2fbaf0(0x127)]]=null;}}else _0x4bb75d[_0x51ab90[_0x2fbaf0(0x1d8)]]=_0x1c2f18[_0x51ab90[_0x2fbaf0(0x243)]],_0x1ae5fc[_0x51ab90['EZauT']]=_0x19d06c[_0x51ab90[_0x2fbaf0(0x14d)]];}catch(_0x47e03d){_0x51ab90[_0x2fbaf0(0x28e)](_0x51ab90[_0x2fbaf0(0x11f)],_0x51ab90[_0x2fbaf0(0x11f)])?_0x3241d4[_0x2fbaf0(0x28b)](_0x534348[_0x2fbaf0(0x1a3)]):_0x51ab90[_0x2fbaf0(0x20c)](debug,_0x2fbaf0(0x245)+_0x47e03d);}};[a18_0x214460(0x22a)]=async _0x174886=>{const _0x23f197=a18_0x214460,_0x416226={'RqfHN':_0x23f197(0x12a),'PfkmW':function(_0x54c553,_0x44bdd7){return _0x54c553(_0x44bdd7);},'NuGOw':function(_0x2a9e18,_0xd71643){return _0x2a9e18===_0xd71643;},'bgLZh':_0x23f197(0x289),'DLIgo':'http_response','EFEQO':'CBTSessionCreated','SKbER':_0x23f197(0x144),'qXdbh':function(_0x5c7c6c,_0xb0f8ed){return _0x5c7c6c(_0xb0f8ed);}};try{if(_0x416226[_0x23f197(0x188)](_0x416226['bgLZh'],_0x416226['bgLZh'])){const _0x20391d={'uuid':_0x174886['uuid']||TestDetails[_0x23f197(0x184)](process[_0x23f197(0x125)]+_0x23f197(0x15d)),'integrations':_0x174886[_0x416226[_0x23f197(0x203)]]},_0xc2aaeb={};_0xc2aaeb['event_type']=_0x416226['EFEQO'],_0xc2aaeb[_0x23f197(0x1a5)]=_0x20391d,await SessionHandler['uploadEventData'](_0xc2aaeb);}else _0x588fc7=[_0xfb0467['errorsDetailed'],_0x416226[_0x23f197(0x266)]];}catch(_0x1a3996){_0x416226[_0x23f197(0x188)](_0x416226[_0x23f197(0x1d7)],_0x416226[_0x23f197(0x1d7)])?_0x416226['qXdbh'](debug,_0x23f197(0x1f2)+_0x1a3996):_0x416226['PfkmW'](_0x1ac5b9,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x5ae2c1+'\x20with\x20error\x20:\x20'+_0x44434d);}};async[a18_0x214460(0x1e6)](){const _0x13970e=a18_0x214460,_0xe77c8c={'MDtLI':function(_0x86c5cf,_0x48960e){return _0x86c5cf===_0x48960e;},'mLVTi':_0x13970e(0x132),'kMfws':_0x13970e(0x24d),'EPrhs':function(_0x3be233){return _0x3be233();},'fmXKi':_0x13970e(0x1fd)};if(this['_gitConfigured']){if(_0xe77c8c[_0x13970e(0x232)](_0xe77c8c[_0x13970e(0x199)],_0xe77c8c['kMfws']))_0x1ed401['hook_run_uuid']=_0x4a0215;else return this[_0x13970e(0x1c8)];}const _0x1fa5bd=await _0xe77c8c[_0x13970e(0x23c)](getGitMetaData);if(_0x1fa5bd){if(_0xe77c8c['MDtLI'](_0xe77c8c[_0x13970e(0x135)],_0xe77c8c[_0x13970e(0x135)]))this['_gitConfigPath']=_0x1fa5bd['root'];else{if(!_0x564507||!_0x349c27[_0x13970e(0x1d1)])return;_0x378bd2[_0x13970e(0x1d1)]['hooks'][_0x13970e(0x1fb)](_0x554763=>{const _0xb4330b=_0x13970e;!_0x554763[_0xb4330b(0x1a3)]&&(_0x554763[_0xb4330b(0x1a3)]=_0x182db4[_0xb4330b(0x202)](_0x132317['pid']+':hookAnalyticsId'));}),this[_0x13970e(0x1f7)](_0x268595[_0x13970e(0x1d1)]);}}this['_gitConfigured']=!![];}[a18_0x214460(0x241)](_0x3173be){const _0x4a385e=a18_0x214460,_0x316880={};_0x316880['gDsfY']='passed',_0x316880[_0x4a385e(0x294)]=_0x4a385e(0x1e7),_0x316880[_0x4a385e(0x1f0)]=_0x4a385e(0x145);const _0x29025c=_0x316880,_0x28f1d9={};return _0x28f1d9[STATE_PASSED]=_0x29025c[_0x4a385e(0x1e2)],_0x28f1d9[STATE_PENDING]=_0x29025c[_0x4a385e(0x294)],_0x28f1d9[STATE_FAILED]=_0x29025c[_0x4a385e(0x1f0)],_0x28f1d9[_0x3173be];}[a18_0x214460(0x24f)](_0x3059a8){const _0x24dafe=a18_0x214460,_0xd372a9={'eJOvS':function(_0x22321f,_0x22f036){return _0x22321f!==_0x22f036;},'piwIo':function(_0x4b5c61,_0x19dd65){return _0x4b5c61!==_0x19dd65;},'NpMDv':'ROOT_DESCRIBE_BLOCK','Djoxv':function(_0xfb21e7,_0x409cde){return _0xfb21e7(_0x409cde);},'Llsbl':function(_0x4d8e2e,_0x50d539){return _0x4d8e2e!==_0x50d539;},'XQYCo':_0x24dafe(0x22d),'Buiic':function(_0x468f0c,_0x354543){return _0x468f0c!==_0x354543;},'nJnPx':_0x24dafe(0x1a8)},_0x237824=[];if(_0x3059a8&&_0x3059a8[_0x24dafe(0x1d1)]){if(_0xd372a9['Llsbl'](_0xd372a9[_0x24dafe(0x146)],_0xd372a9[_0x24dafe(0x146)])){let _0x45293b=_0xc96765[_0x24dafe(0x1d1)];while(_0x45293b&&_0xd372a9[_0x24dafe(0x1b3)](_0x45293b[_0x24dafe(0x16d)],'')&&_0xd372a9['piwIo'](_0x45293b['name'],_0xd372a9['NpMDv'])){_0x4fcb9e[_0x24dafe(0x28b)](_0x45293b['name']),_0x45293b=_0x45293b['parent'];}}else{let _0x23bb2d=_0x3059a8['parent'];while(_0x23bb2d&&_0xd372a9[_0x24dafe(0x210)](_0x23bb2d[_0x24dafe(0x16d)],'')&&_0xd372a9['Buiic'](_0x23bb2d['name'],_0xd372a9[_0x24dafe(0x18f)])){_0xd372a9[_0x24dafe(0x210)](_0xd372a9[_0x24dafe(0x1b5)],_0xd372a9[_0x24dafe(0x1b5)])?_0xd372a9[_0x24dafe(0x1d2)](_0x5e7280,_0x24dafe(0x17d)+_0x53d3aa):(_0x237824[_0x24dafe(0x28b)](_0x23bb2d[_0x24dafe(0x16d)]),_0x23bb2d=_0x23bb2d[_0x24dafe(0x1d1)]);}}}return _0x237824['reverse'](),_0x237824;}['getRootParentFile']=_0x25682d=>{const _0x18ea17=a18_0x214460,_0x4015f9={'LemSr':_0x18ea17(0x22c),'LATlW':function(_0x34c080){return _0x34c080();},'SLiXP':function(_0x11b0c1,_0x56f205){return _0x11b0c1===_0x56f205;},'bXqPq':_0x18ea17(0x27b),'WJOgL':_0x18ea17(0x249),'vsLgn':function(_0x8cf988,_0x2682c8){return _0x8cf988!==_0x2682c8;},'WrYuw':_0x18ea17(0x148),'bPBym':'yltOi'};if(_0x25682d[_0x18ea17(0x1f9)]){if(_0x4015f9['SLiXP'](_0x4015f9[_0x18ea17(0x16a)],_0x4015f9[_0x18ea17(0x28a)]))return{'ci':_0x4015f9[_0x18ea17(0x17a)],'key':_0x4015f9[_0x18ea17(0x267)](_0x540d9a),'version':_0x337742,'collector':_0x18ea17(0x28c)+_0x105007};else{const _0x53f65a=stackTrace[_0x18ea17(0x18a)][_0x18ea17(0x205)](stackTrace,_0x25682d[_0x18ea17(0x1f9)]);return _0x53f65a[0x0]['getFileName']();}}if(_0x25682d[_0x18ea17(0x13f)]){if(_0x4015f9['vsLgn'](_0x4015f9['WrYuw'],_0x4015f9[_0x18ea17(0x28f)]))return _0x25682d[_0x18ea17(0x13f)];else{this['hook_data']['push'](_0x441ad4);return;}}return null;};[a18_0x214460(0x1f7)]=_0x439560=>{const _0x4ffc12=a18_0x214460,_0x56166d={};_0x56166d[_0x4ffc12(0x26d)]=function(_0x2c2e08,_0x5dfc31){return _0x2c2e08!==_0x5dfc31;},_0x56166d[_0x4ffc12(0x153)]=function(_0xc49c8,_0x3ad3e4){return _0xc49c8!==_0x3ad3e4;},_0x56166d[_0x4ffc12(0x20b)]=_0x4ffc12(0x129),_0x56166d[_0x4ffc12(0x1e1)]=function(_0x5a0ed3,_0x67898){return _0x5a0ed3===_0x67898;},_0x56166d[_0x4ffc12(0x281)]=_0x4ffc12(0x1ff),_0x56166d[_0x4ffc12(0x23f)]=_0x4ffc12(0x1ed),_0x56166d['JRDch']=function(_0x1e7d24,_0x113e60){return _0x1e7d24!==_0x113e60;},_0x56166d[_0x4ffc12(0x17e)]=_0x4ffc12(0x1e5),_0x56166d['LzEsV']=_0x4ffc12(0x1c4),_0x56166d[_0x4ffc12(0x14b)]=function(_0x97d73f,_0x3e849f){return _0x97d73f===_0x3e849f;},_0x56166d[_0x4ffc12(0x165)]='KsDYd';const _0x66cf7a=_0x56166d;if(!_0x439560||!_0x439560['parent']){if(_0x66cf7a['lvLyb'](_0x66cf7a[_0x4ffc12(0x165)],_0x66cf7a[_0x4ffc12(0x165)]))return;else{const _0x2b9594=[];if(_0x3af66b&&_0x5014c3[_0x4ffc12(0x1d1)]){let _0x2a4842=_0x1f7673[_0x4ffc12(0x1d1)];while(_0x2a4842&&_0x66cf7a[_0x4ffc12(0x26d)](_0x2a4842[_0x4ffc12(0x16d)],'')&&_0x66cf7a[_0x4ffc12(0x153)](_0x2a4842[_0x4ffc12(0x16d)],_0x66cf7a[_0x4ffc12(0x20b)])){_0x2b9594['push'](_0x2a4842['name']),_0x2a4842=_0x2a4842[_0x4ffc12(0x1d1)];}}return _0x2b9594[_0x4ffc12(0x15e)](),_0x2b9594;}}_0x439560['parent'][_0x4ffc12(0x1c9)]['forEach'](_0x5d5370=>{const _0x75f5d7=_0x4ffc12;if(_0x66cf7a[_0x75f5d7(0x1e1)](_0x66cf7a[_0x75f5d7(0x281)],_0x66cf7a[_0x75f5d7(0x23f)]))this[_0x75f5d7(0x1f7)](_0x27f806);else{if(!_0x5d5370[_0x75f5d7(0x1a3)]){if(_0x66cf7a[_0x75f5d7(0x15a)](_0x66cf7a[_0x75f5d7(0x17e)],_0x66cf7a[_0x75f5d7(0x1ee)]))_0x5d5370[_0x75f5d7(0x1a3)]=TestDetails[_0x75f5d7(0x202)](process[_0x75f5d7(0x125)]+_0x75f5d7(0x223));else return;}}}),this[_0x4ffc12(0x1f7)](_0x439560[_0x4ffc12(0x1d1)]);};['resetTestHooks']=_0x5eedb0=>{const _0x1ab892=a18_0x214460,_0x7a0a2a={};_0x7a0a2a['rZjHb']='beforeEach',_0x7a0a2a[_0x1ab892(0x1d4)]='afterEach',_0x7a0a2a[_0x1ab892(0x250)]=function(_0x362d6a,_0x59b69f){return _0x362d6a!==_0x59b69f;},_0x7a0a2a['PnprG']=_0x1ab892(0x1b8),_0x7a0a2a[_0x1ab892(0x1e9)]=_0x1ab892(0x133),_0x7a0a2a[_0x1ab892(0x270)]=function(_0x1626a5,_0x679c5a){return _0x1626a5!==_0x679c5a;},_0x7a0a2a[_0x1ab892(0x216)]='ojicX',_0x7a0a2a['IQuxo']=_0x1ab892(0x182),_0x7a0a2a['uZVEG']=function(_0x3c1b00,_0x2369d0){return _0x3c1b00===_0x2369d0;},_0x7a0a2a[_0x1ab892(0x280)]=_0x1ab892(0x134);const _0x2d8423=_0x7a0a2a;if(!_0x5eedb0||!_0x5eedb0[_0x1ab892(0x1d1)]){if(_0x2d8423[_0x1ab892(0x21c)](_0x2d8423[_0x1ab892(0x280)],_0x2d8423['OkeQM']))return;else _0x314276=this[_0x1ab892(0x265)](_0x47dd56);}_0x5eedb0[_0x1ab892(0x1d1)][_0x1ab892(0x1c9)][_0x1ab892(0x1fb)](_0xa85319=>{const _0x470349=_0x1ab892;_0x2d8423[_0x470349(0x250)](_0x2d8423[_0x470349(0x224)],_0x2d8423['ihUvd'])?[_0x2d8423[_0x470349(0x29d)],_0x2d8423['jhAjU']][_0x470349(0x1aa)](_0xa85319['type'])&&_0xa85319[_0x470349(0x1a3)]&&(_0x2d8423[_0x470349(0x270)](_0x2d8423[_0x470349(0x216)],_0x2d8423['IQuxo'])?_0xa85319[_0x470349(0x1a3)]=null:[_0x2d8423[_0x470349(0x29d)],_0x2d8423[_0x470349(0x1d4)]]['includes'](_0x508092[_0x470349(0x211)])&&_0x5a1169[_0x470349(0x1a3)]&&(_0x3e0b5c[_0x470349(0x1a3)]=null)):_0x2b8e1d['hookAnalyticsId']=_0x5637cb[_0x470349(0x202)](_0x22deb1[_0x470349(0x125)]+_0x470349(0x223));}),this[_0x1ab892(0x1f7)](_0x5eedb0['parent']);};[a18_0x214460(0x156)](_0x495241){const _0x5c4ed6=a18_0x214460,_0x217866={'mzixC':'hook_type','wUINF':_0x5c4ed6(0x28d),'urvhw':function(_0x2d4a42,_0x375016){return _0x2d4a42!==_0x375016;},'UAWau':'PVwXY','ORJBe':'jest-circus','AoWPu':function(_0x15e96a,_0x3b936b){return _0x15e96a===_0x3b936b;},'AEYzW':_0x5c4ed6(0x197),'CzRcA':_0x5c4ed6(0x220),'fKTeY':function(_0x6b04b4,_0x48ca14){return _0x6b04b4(_0x48ca14);},'VfByj':function(_0x5f9f72,_0x3d0d0c){return _0x5f9f72+_0x3d0d0c;},'tKsYh':_0x5c4ed6(0x1c0)};try{if(_0x217866[_0x5c4ed6(0x17f)](_0x217866[_0x5c4ed6(0x1df)],_0x217866['UAWau']))_0x39ef04[_0x217866[_0x5c4ed6(0x1ba)]]=_0x2f2f5d[_0x23ec92[_0x217866[_0x5c4ed6(0x1ba)]]],_0x24af3c[_0x217866[_0x5c4ed6(0x198)]]=_0x2e09fe;else{const _0x4af591=this[_0x5c4ed6(0x265)](_0x495241);return _0x4af591['includes'](_0x217866[_0x5c4ed6(0x285)]);}}catch(_0x23d107){if(_0x217866[_0x5c4ed6(0x217)](_0x217866['AEYzW'],_0x217866[_0x5c4ed6(0x255)]))return;else _0x217866['fKTeY'](debug,_0x217866[_0x5c4ed6(0x128)](_0x217866['tKsYh'],_0x23d107));}return![];}['getHooksForTest']=_0x2490b1=>{const _0x156bf7=a18_0x214460,_0x235307={'BgeOa':function(_0x1060fb,_0x5300dc){return _0x1060fb!==_0x5300dc;},'JtgSn':'test','YzpUD':function(_0x476c9b,_0x5c3d9c){return _0x476c9b(_0x5c3d9c);},'RAGwt':function(_0x336855,_0x14bc4d){return _0x336855===_0x14bc4d;},'BIJjv':_0x156bf7(0x1c3),'MYdRA':_0x156bf7(0x253),'laZGD':'cdruJ','iwdYv':'rWKVP','yuXTZ':_0x156bf7(0x286),'jDqRx':'cZWiz'};if(!_0x2490b1||!_0x2490b1['parent']){if(_0x235307['RAGwt'](_0x235307[_0x156bf7(0x26b)],_0x235307['jDqRx'])){if(_0x235307[_0x156bf7(0x1f4)](_0xc03d48['type'],_0x235307[_0x156bf7(0x11e)]))return'\x22'+_0x21e1a5[_0x156bf7(0x211)]+_0x156bf7(0x179)+(_0x2f92d1[_0x156bf7(0x1d1)]&&_0x58e2c0[_0x156bf7(0x1d1)][_0x156bf7(0x16d)])+'\x22';return _0xb674ac[_0x156bf7(0x16d)];}else return[];}const _0x5ce879=[];return _0x2490b1['parent'][_0x156bf7(0x1c9)][_0x156bf7(0x1fb)](_0x1c088f=>{const _0x3288ba=_0x156bf7,_0x19a4c2={'fjfAF':function(_0x501a75,_0x1fdb1c){const _0x1d6a54=a18_0x28dc;return _0x235307[_0x1d6a54(0x1c6)](_0x501a75,_0x1fdb1c);}};if(_0x235307[_0x3288ba(0x190)](_0x235307[_0x3288ba(0x162)],_0x235307[_0x3288ba(0x157)]))return this[_0x3288ba(0x1c8)];else _0x1c088f[_0x3288ba(0x1a3)]&&!_0x235307[_0x3288ba(0x1c6)](isInternalHook,_0x1c088f['fn'])&&!this[_0x3288ba(0x156)](_0x1c088f)&&(_0x235307['RAGwt'](_0x235307[_0x3288ba(0x1fa)],_0x235307[_0x3288ba(0x147)])?_0x19a4c2['fjfAF'](_0x536e90,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0xc06d0d):_0x5ce879['push'](_0x1c088f[_0x3288ba(0x1a3)]));}),[..._0x5ce879,...this[_0x156bf7(0x1ef)](_0x2490b1[_0x156bf7(0x1d1)])];};},[a18_0x214460(0x23e),a18_0x214460(0x27a),a18_0x214460(0x175),a18_0x214460(0x1d6),a18_0x214460(0x1fe),a18_0x214460(0x20a),a18_0x214460(0x240),a18_0x214460(0x22a),a18_0x214460(0x241),a18_0x214460(0x24f),a18_0x214460(0x265),a18_0x214460(0x1f7),'resetTestHooks',a18_0x214460(0x1ef),a18_0x214460(0x1e6)]);function a18_0x156e(){const _0x5b987d=['FHitT','QEJuR','uZVEG','bs:addPlatformDetails:','WfVdw','ZWACn','IqNFj','5|6|1|3|4|0|2','Vzedi',':hookAnalyticsId','PnprG','getFileName','lZGqk','hGJXg','mwtDJ','VYSKR','appendTestPlatform','tueKE','generic','XHiSB','result','inspect','ZpsPb','nqOwu','MDtLI','NHrwo','AHJcM','failure','NgAWb','state','TestRunFinished','aVziK','snBOn','pvdwY','EPrhs','nqTnq','getTestEnv','EekSo','appendTestItemLog','analyticsResult','qGAGZ','CjAGI','./test-details','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','VvVeY','gQXbL','43GYztoj','RQOxB','khmkN','err','resetTestHooks','oQeRn','yVLmw','getHierarchy','GZpCS','failed\x20to\x20get\x20root\x20parent\x20file\x20','CyEyK','XWRQp','_gitConfigured','CzRcA','sKDUT','tqSKR','OOWsA','PIsIq','current_hook','errorsDetailed','CPhjl','join','LNyQn','fOgtq','jxBOb','pctEo','mfMKN','jYmmz','qQocH','getRootParentFile','RqfHN','LATlW','hook_run_uuid','OyDqI','WfnzG','yuXTZ','0|2|1|3|4','GuBDh','config','HFqnp','ImdwV','failure_reason','keLCu','AFTER_EACH','_testEnv','KrAWj','QXwas','THHrc','AqiWS','rbeZA','registerListeners','YIjpZ','passed','JEST','failure_backtrace','RlzsU','OkeQM','TIeYz','length','bGIei','soJYH','ORJBe','GHQJU','32877112hBivzu','uploadEventData','RNSKQ','WJOgL','push','js-','hook_run','XLjJi','bPBym','dirname','zyiQx','finished_at','event_type','VhmFf','mbWOW','qdvuE','ecFHz','RgESC','aUxQp','3898818UDwPUI','HookRunFinished','current_test','rZjHb','CHpGC','Icjel','failure_reason_expanded','JtgSn','CJZRM','hook_failure','beforeEach','bs:addLog:','GqPud','now','pid','ulGnm','dBHBe','VfByj','ROOT_DESCRIBE_BLOCK','test','OdvDv','BzcIu','jest-circus','fEwQM','\x20with\x20error\x20:\x20','removeAllListeners','aKPCP','tNTeT','UnWLk','nzkuL','fmXKi','zDzjW','statSync','Agjcq','puSgC','nAFxE','gwwiN','OUPsS','match','CcQrW','file','ujEUa','../../../../package.json','KgooP','HJWbo','PzKXc','failed','XQYCo','iwdYv','uVZuH','meVDS','OFudR','lvLyb','skipped','uRaWp','rJVpt','afterAll','location_prefix','jbbCc','kbiEt','ZcxEt','YocLO','yaLRR','isJestInternalHook','MYdRA','BvOMH','UIogW','JRDch','wGbiA','../../../helpers/test-observability/sessionHandler',':testAnalyticsId','reverse','xFFVX','6|5|4|2|3|0|1','kclcV','BIJjv','ptwLt','hook_type','yAbZn','uuid','irQru','QNprZ','RewYO','bXqPq','GYrge','_testResults','name','expanded','SVldl','EIWbc','ypQlK','aVcxj','KkgjR','KLnIl','testStarted','STATE_FAILED','HyrXk','1483713UChKLE','\x22\x20hook\x20for\x20\x22','LemSr','split','ACWZy','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','jkbns','urvhw','util','OReaL','RXlIO','beforeAll','getTestUUID','backtrace','zAvaq','AzusA','NuGOw','_currentRetry','parse','toISOString','AUgpg','kNJyF','../../../helpers/test-observability/error-handler','NpMDv','RAGwt','apply','stack-trace','sTFkd','HJYmS','seiEe','DZvor','ejXlD','wUINF','mLVTi','mhHhk','.git','dIZvw','../../../helpers/test-observability/utils','amhjM','AFTER_ALL','retryOf','achkv','prefixTestPath','hookAnalyticsId','bind','test_run','rMOAQ','NcGBZ','JsJgP','atTWn','includes','PaHdK','HQbnT','ALthM','baWqu','GmcPq','SSvaq','TestRunStarted','ANhkM','eJOvS','started_at','nJnPx','lwHCf','32294ZmsZtR','rZTkI','XoFIm','mzixC','mrYqk','UuDPi','Ikliu','VXKRf','INwpn','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','ePgsj','ANbEQ','FHphG','vPBOf','984100PFtyFR','YzpUD','PYgFH','_gitConfigPath','hooks','YioHr','xypYB','VlsqG','Aydvy','_paths','duration','dGoYj','parent','Djoxv','ZMOfj','jhAjU','ZUfId','getName','SKbER','chJEj','afterEach','SNrLb','toString','kNKBF','KtHzd','qbMnW','UAWau','failure_type','bWkUw','gDsfY','../../../helpers/helper','2712095xEgpXr','enKqu','configureGit','pending','DWeOO','ihUvd','qqhwU','TjlTT','ZInnn','qoYzc','LzEsV','getHooksForTest','ehIIh','testAnalyticsId','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','BEFORE_ALL','BgeOa','uyKbf','sep','mapTestHooks','KRzYq','asyncError','laZGD','forEach','Zxvwc','QWBbS','sendTestRunEvent','YKPlZ','testObservability','markedStatus','setTestUUID','DLIgo','mrLtB','call','srQKU','hyCcL','test_run_uuid','TestRunSkipped','findGitConfig','OXRzO','tzftx','xchZZ','BEFORE_EACH','title','Llsbl','type','javascript','getTime','hook_data','7949994YOxVSP','RhGtn','AoWPu','epDJK','logs'];a18_0x156e=function(){return _0x5b987d;};return a18_0x156e();}
@@ -1 +1 @@
1
- const a19_0xa88bf0=a19_0x2453;(function(_0x30f16d,_0x428259){const _0x5805c3=a19_0x2453,_0x59f099=_0x30f16d();while(!![]){try{const _0x44437b=-parseInt(_0x5805c3(0x1fe))/0x1*(-parseInt(_0x5805c3(0x1f1))/0x2)+parseInt(_0x5805c3(0x219))/0x3+-parseInt(_0x5805c3(0x208))/0x4+parseInt(_0x5805c3(0x211))/0x5+-parseInt(_0x5805c3(0x20e))/0x6*(parseInt(_0x5805c3(0x1ec))/0x7)+parseInt(_0x5805c3(0x1f9))/0x8*(parseInt(_0x5805c3(0x1f5))/0x9)+-parseInt(_0x5805c3(0x20f))/0xa*(parseInt(_0x5805c3(0x1ed))/0xb);if(_0x44437b===_0x428259)break;else _0x59f099['push'](_0x59f099['shift']());}catch(_0x42699d){_0x59f099['push'](_0x59f099['shift']());}}}(a19_0x3c83,0xbd62f));function a19_0x2453(_0x2f5422,_0x5415b0){const _0x3c8314=a19_0x3c83();return a19_0x2453=function(_0x245388,_0x5e8cc3){_0x245388=_0x245388-0x1e8;let _0x48d35f=_0x3c8314[_0x245388];return _0x48d35f;},a19_0x2453(_0x2f5422,_0x5415b0);}const fs=require('fs'),path=require(a19_0xa88bf0(0x200)),{v4:uuidv4}=require(a19_0xa88bf0(0x1eb)),helper=require(a19_0xa88bf0(0x1f8));class TestDetails{static [a19_0xa88bf0(0x207)]={};static [a19_0xa88bf0(0x20a)]=path['join'](helper[a19_0xa88bf0(0x1ff)](),'.browserstack',a19_0xa88bf0(0x1f6)+process[a19_0xa88bf0(0x214)]['BS_TESTOPS_BUILD_HASHED_ID']);static[a19_0xa88bf0(0x213)](){const _0x1f34c3=a19_0xa88bf0,_0x506542={};_0x506542[_0x1f34c3(0x1fb)]=_0x1f34c3(0x205);const _0x462cb3=_0x506542;this['dirPath']=path['join'](helper[_0x1f34c3(0x1ff)](),_0x462cb3[_0x1f34c3(0x1fb)],_0x1f34c3(0x1f6)+process[_0x1f34c3(0x214)]['BS_TESTOPS_BUILD_HASHED_ID']),this['shutdown']();const _0x21bded={};_0x21bded[_0x1f34c3(0x217)]=!![],fs[_0x1f34c3(0x1fc)](this[_0x1f34c3(0x20a)],_0x21bded);}static[a19_0xa88bf0(0x1f3)](_0x450e54){const _0x2b0a75=a19_0xa88bf0,_0x5ad4b7={};_0x5ad4b7['oDspe']=function(_0x939eb3,_0x30940f){return _0x939eb3+_0x30940f;},_0x5ad4b7[_0x2b0a75(0x21a)]=_0x2b0a75(0x1f2);const _0x461836=_0x5ad4b7;return path[_0x2b0a75(0x218)](this[_0x2b0a75(0x20a)],_0x461836[_0x2b0a75(0x1ef)](_0x450e54,_0x461836[_0x2b0a75(0x21a)]));}static[a19_0xa88bf0(0x1ee)](_0x45039d){const _0x3676cd=a19_0xa88bf0,_0x34d846={};_0x34d846['DCRCQ']=function(_0x4d2e02,_0x1f9731){return _0x4d2e02+_0x1f9731;},_0x34d846[_0x3676cd(0x216)]=function(_0x880bd7,_0x3f5112){return _0x880bd7+_0x3f5112;},_0x34d846['qoQeD']=function(_0x3cbbe7,_0x2df70e){return _0x3cbbe7+_0x2df70e;};const _0x481243=_0x34d846;return _0x481243[_0x3676cd(0x1fd)](_0x481243[_0x3676cd(0x216)](_0x481243[_0x3676cd(0x203)](_0x481243[_0x3676cd(0x1fd)](_0x45039d[_0x3676cd(0x1f7)][_0x3676cd(0x20d)],'-'),_0x45039d[_0x3676cd(0x1f7)]['id']),'-'),_0x45039d[_0x3676cd(0x21b)]);}static[a19_0xa88bf0(0x20b)](_0x151c26){const _0x2e7ead=a19_0xa88bf0,_0x346e84={};_0x346e84[_0x2e7ead(0x204)]=_0x2e7ead(0x205),_0x346e84[_0x2e7ead(0x215)]=function(_0x96cd69,_0x3a5f78){return _0x96cd69!==_0x3a5f78;},_0x346e84[_0x2e7ead(0x212)]=_0x2e7ead(0x209),_0x346e84[_0x2e7ead(0x1e8)]='tXzkA';const _0x2e76e8=_0x346e84,_0x25d526=this[_0x2e7ead(0x1f3)](_0x151c26);if(fs[_0x2e7ead(0x1e9)](_0x25d526)){if(_0x2e76e8[_0x2e7ead(0x215)](_0x2e76e8[_0x2e7ead(0x212)],_0x2e76e8['QtkrW'])){const _0x4f85d6=JSON[_0x2e7ead(0x202)](fs[_0x2e7ead(0x1ea)](_0x25d526)['toString']());return this[_0x2e7ead(0x207)][_0x151c26]=_0x4f85d6,this[_0x2e7ead(0x207)][_0x151c26][_0x2e7ead(0x1eb)];}else{this['dirPath']=_0x2c5f74[_0x2e7ead(0x218)](_0x22f893['homedir'](),_0x2e76e8[_0x2e7ead(0x204)],_0x2e7ead(0x1f6)+_0x4be81e['env']['BS_TESTOPS_BUILD_HASHED_ID']),this[_0x2e7ead(0x1fa)]();const _0x37f19f={};_0x37f19f[_0x2e7ead(0x217)]=!![],_0x2ec834['mkdirSync'](this[_0x2e7ead(0x20a)],_0x37f19f);}}}static['setTestUUID'](_0x5eec4a){const _0x4bd088=a19_0xa88bf0,_0x302e36={'EHSFu':function(_0x237831){return _0x237831();}},_0x51dcdb=this['getFilePath'](_0x5eec4a);return this[_0x4bd088(0x207)][_0x5eec4a]={'uuid':_0x302e36[_0x4bd088(0x1f4)](uuidv4)},fs[_0x4bd088(0x210)](_0x51dcdb,JSON[_0x4bd088(0x201)](this[_0x4bd088(0x207)][_0x5eec4a])),this[_0x4bd088(0x207)][_0x5eec4a][_0x4bd088(0x1eb)];}static[a19_0xa88bf0(0x1f0)](_0x4309ad){const _0x481bdb=a19_0xa88bf0,_0x5baeeb=this[_0x481bdb(0x1f3)](_0x4309ad);fs[_0x481bdb(0x1e9)](_0x5baeeb)&&fs[_0x481bdb(0x20c)](_0x5baeeb);}static['shutdown'](){const _0x3a664f=a19_0xa88bf0,_0x872936={};_0x872936[_0x3a664f(0x217)]=!![],_0x872936[_0x3a664f(0x206)]=!![],fs['rmSync'](this[_0x3a664f(0x20a)],_0x872936);}}module['exports']=TestDetails;function a19_0x3c83(){const _0x242104=['retry','QtkrW','existsSync','readFileSync','uuid','98gbEiuB','3113cArDtA','getTestRunIdFromTestInfo','oDspe','removeTestUUID','106AhnrnL','.json','getFilePath','EHSFu','18lwbwfO','jest-o11y-','_test','../../../helpers/helper','4649384oPuGUm','shutdown','OQtPY','mkdirSync','DCRCQ','20347FKHxaM','homedir','path','stringify','parse','qoQeD','OuRfE','.browserstack','force','tests','487264IrjGAB','awjpe','dirPath','getTestUUID','unlinkSync','_projectId','156342cnJHFw','112920wiEueW','writeFileSync','7037350CYmXrr','UTFTH','setup','env','aaZDb','koOgK','recursive','join','2429310IbrCTw','VYNbX'];a19_0x3c83=function(){return _0x242104;};return a19_0x3c83();}
1
+ function a19_0xd1ac(_0x2965cf,_0x203e4b){const _0x5624b6=a19_0x5624();return a19_0xd1ac=function(_0xd1ac88,_0xb86ccf){_0xd1ac88=_0xd1ac88-0x69;let _0x219873=_0x5624b6[_0xd1ac88];return _0x219873;},a19_0xd1ac(_0x2965cf,_0x203e4b);}function a19_0x5624(){const _0x18e767=['qxQKe','join','existsSync','getTestUUID','exports','ADuwn','cBges','.browserstack','setTestUUID','2060208oFkrvW','bSaOr','homedir','parse','rmSync','force','path','744964RXmxlB','tsjIw','gtJDx','getTestRunIdFromTestInfo','133IZWwBc','shutdown','2145ojyWgV','BS_TESTOPS_BUILD_HASHED_ID','2936kPYFNV','readFileSync','../../../helpers/helper','env','724857meLIzV','jest-o11y-','_projectId','unlinkSync','getFilePath','rtPpV','yEkhr','toString','setup','12718220KxZqSw','mkdirSync','recursive','dirPath','tests','FrOgI','227593LDIsBm','retry','NyMnw','3108sFOhnr','2dxCdaF','_test','removeTestUUID','uuid'];a19_0x5624=function(){return _0x18e767;};return a19_0x5624();}const a19_0x569fde=a19_0xd1ac;(function(_0x464be2,_0x881789){const _0x529b72=a19_0xd1ac,_0x2b769c=_0x464be2();while(!![]){try{const _0x3cc6f3=-parseInt(_0x529b72(0x9b))/0x1+parseInt(_0x529b72(0x6c))/0x2*(-parseInt(_0x529b72(0x8c))/0x3)+-parseInt(_0x529b72(0x80))/0x4+-parseInt(_0x529b72(0x86))/0x5*(parseInt(_0x529b72(0x6b))/0x6)+-parseInt(_0x529b72(0x84))/0x7*(-parseInt(_0x529b72(0x88))/0x8)+-parseInt(_0x529b72(0x79))/0x9+parseInt(_0x529b72(0x95))/0xa;if(_0x3cc6f3===_0x881789)break;else _0x2b769c['push'](_0x2b769c['shift']());}catch(_0x2f1ac9){_0x2b769c['push'](_0x2b769c['shift']());}}}(a19_0x5624,0x2a0b0));const fs=require('fs'),path=require(a19_0x569fde(0x7f)),{v4:uuidv4}=require(a19_0x569fde(0x6f)),helper=require(a19_0x569fde(0x8a));class TestDetails{static ['tests']={};static [a19_0x569fde(0x98)]=path[a19_0x569fde(0x71)](helper[a19_0x569fde(0x7b)](),a19_0x569fde(0x77),'jest-o11y-'+process[a19_0x569fde(0x8b)]['BS_TESTOPS_BUILD_HASHED_ID']);static[a19_0x569fde(0x94)](){const _0x3ebb74=a19_0x569fde,_0x3ae1a5={};_0x3ae1a5[_0x3ebb74(0x82)]=_0x3ebb74(0x77);const _0x5a82f7=_0x3ae1a5;this['dirPath']=path['join'](helper[_0x3ebb74(0x7b)](),_0x5a82f7['gtJDx'],_0x3ebb74(0x8d)+process[_0x3ebb74(0x8b)][_0x3ebb74(0x87)]),this[_0x3ebb74(0x85)]();const _0x3cf465={};_0x3cf465['recursive']=!![],fs[_0x3ebb74(0x96)](this[_0x3ebb74(0x98)],_0x3cf465);}static[a19_0x569fde(0x90)](_0x123ebf){const _0x19a667=a19_0x569fde,_0x85bcd4={};_0x85bcd4[_0x19a667(0x81)]=function(_0x5ad4bb,_0x32d455){return _0x5ad4bb+_0x32d455;},_0x85bcd4[_0x19a667(0x91)]='.json';const _0x2066cd=_0x85bcd4;return path[_0x19a667(0x71)](this[_0x19a667(0x98)],_0x2066cd[_0x19a667(0x81)](_0x123ebf,_0x2066cd['rtPpV']));}static[a19_0x569fde(0x83)](_0x3674db){const _0x385fde=a19_0x569fde,_0x4b2cbf={};_0x4b2cbf['ZIAYB']=function(_0x3f65a5,_0x1d41c6){return _0x3f65a5+_0x1d41c6;},_0x4b2cbf[_0x385fde(0x92)]=function(_0x19bcb2,_0x156ca0){return _0x19bcb2+_0x156ca0;},_0x4b2cbf['cBges']=function(_0x553ea8,_0x355fde){return _0x553ea8+_0x355fde;};const _0x2c9c02=_0x4b2cbf;return _0x2c9c02['ZIAYB'](_0x2c9c02[_0x385fde(0x92)](_0x2c9c02[_0x385fde(0x76)](_0x2c9c02[_0x385fde(0x76)](_0x3674db[_0x385fde(0x6d)][_0x385fde(0x8e)],'-'),_0x3674db[_0x385fde(0x6d)]['id']),'-'),_0x3674db[_0x385fde(0x69)]);}static[a19_0x569fde(0x73)](_0x575797){const _0x4c8913=a19_0x569fde,_0x519f10={};_0x519f10[_0x4c8913(0x7a)]=function(_0x376608,_0x3fd33d){return _0x376608!==_0x3fd33d;},_0x519f10[_0x4c8913(0x70)]='tRzgg',_0x519f10[_0x4c8913(0x6a)]=_0x4c8913(0x75);const _0x3d26c7=_0x519f10,_0x36b6c2=this['getFilePath'](_0x575797);if(fs[_0x4c8913(0x72)](_0x36b6c2)){if(_0x3d26c7[_0x4c8913(0x7a)](_0x3d26c7[_0x4c8913(0x70)],_0x3d26c7[_0x4c8913(0x6a)])){const _0x22913c=JSON['parse'](fs[_0x4c8913(0x89)](_0x36b6c2)[_0x4c8913(0x93)]());return this[_0x4c8913(0x99)][_0x575797]=_0x22913c,this[_0x4c8913(0x99)][_0x575797]['uuid'];}else{const _0x32e955=this[_0x4c8913(0x90)](_0x1005bf);if(_0x161cf2[_0x4c8913(0x72)](_0x32e955)){const _0x4ec88b=_0xebc1bc[_0x4c8913(0x7c)](_0x440e53[_0x4c8913(0x89)](_0x32e955)['toString']());return this[_0x4c8913(0x99)][_0x66e716]=_0x4ec88b,this[_0x4c8913(0x99)][_0x59b086][_0x4c8913(0x6f)];}}}}static[a19_0x569fde(0x78)](_0x884c7a){const _0x19a797=a19_0x569fde,_0x5b5e7b={'FrOgI':function(_0x55cea5){return _0x55cea5();}},_0x2e7be0=this['getFilePath'](_0x884c7a);return this[_0x19a797(0x99)][_0x884c7a]={'uuid':_0x5b5e7b[_0x19a797(0x9a)](uuidv4)},fs['writeFileSync'](_0x2e7be0,JSON['stringify'](this['tests'][_0x884c7a])),this[_0x19a797(0x99)][_0x884c7a][_0x19a797(0x6f)];}static[a19_0x569fde(0x6e)](_0x2c0e1f){const _0x5dddc7=a19_0x569fde,_0x35945b=this['getFilePath'](_0x2c0e1f);fs[_0x5dddc7(0x72)](_0x35945b)&&fs[_0x5dddc7(0x8f)](_0x35945b);}static[a19_0x569fde(0x85)](){const _0x40fced=a19_0x569fde,_0x4f6500={};_0x4f6500[_0x40fced(0x97)]=!![],_0x4f6500[_0x40fced(0x7e)]=!![],fs[_0x40fced(0x7d)](this[_0x40fced(0x98)],_0x4f6500);}}module[a19_0x569fde(0x74)]=TestDetails;
@@ -1 +1 @@
1
- function a20_0x1a6a(_0x1d58df,_0x27e491){const _0x5805ff=a20_0x5805();return a20_0x1a6a=function(_0x1a6ab3,_0x46b327){_0x1a6ab3=_0x1a6ab3-0x85;let _0x5a9cd2=_0x5805ff[_0x1a6ab3];return _0x5a9cd2;},a20_0x1a6a(_0x1d58df,_0x27e491);}const a20_0xb9d693=a20_0x1a6a;(function(_0x45bd8b,_0x1979c3){const _0x4bfd2a=a20_0x1a6a,_0x456d4a=_0x45bd8b();while(!![]){try{const _0x1776ee=-parseInt(_0x4bfd2a(0x89))/0x1*(-parseInt(_0x4bfd2a(0x8d))/0x2)+parseInt(_0x4bfd2a(0x85))/0x3*(parseInt(_0x4bfd2a(0x95))/0x4)+-parseInt(_0x4bfd2a(0x93))/0x5+-parseInt(_0x4bfd2a(0x94))/0x6*(-parseInt(_0x4bfd2a(0x87))/0x7)+parseInt(_0x4bfd2a(0x91))/0x8*(-parseInt(_0x4bfd2a(0x8c))/0x9)+parseInt(_0x4bfd2a(0x8e))/0xa+parseInt(_0x4bfd2a(0x8a))/0xb*(-parseInt(_0x4bfd2a(0x90))/0xc);if(_0x1776ee===_0x1979c3)break;else _0x456d4a['push'](_0x456d4a['shift']());}catch(_0x16f5b5){_0x456d4a['push'](_0x456d4a['shift']());}}}(a20_0x5805,0xea792));const {requireModule}=require(a20_0xb9d693(0x88));require(a20_0xb9d693(0x8f))();const __wd__=requireModule(a20_0xb9d693(0x8b));for(const key of Object[a20_0xb9d693(0x92)](global[a20_0xb9d693(0x86)])){__wd__[key]=global[a20_0xb9d693(0x86)][key];}function a20_0x5805(){const _0x3b5504=['3073fFkcyN','../../helpers/helper','453rGdcSn','121JeaOFC','selenium-webdriver','7281PsZuWN','1774NyNxxL','9225640vSSRnD','../../helpers/setKeepAlive','281964gKXNCx','8824AefpgH','keys','9378410dLvOyi','19572VxtCsU','984388MqGPxP','15kFuBST','__webdriver'];a20_0x5805=function(){return _0x3b5504;};return a20_0x5805();}
1
+ const a20_0x3e13b4=a20_0x17dd;function a20_0x8ec8(){const _0x17831c=['1099476waYAEk','58822SKHATW','../../helpers/helper','keys','676926UupABk','../../helpers/setKeepAlive','6OkkgZz','5aRBOTE','324OpwUoK','2824712rXDRMH','__webdriver','selenium-webdriver','1678985JVshAr','871140XZMcKn','11580PphAcV'];a20_0x8ec8=function(){return _0x17831c;};return a20_0x8ec8();}(function(_0x4716d0,_0x488b84){const _0x30bc6c=a20_0x17dd,_0x4fd1fb=_0x4716d0();while(!![]){try{const _0x5b1d7f=parseInt(_0x30bc6c(0x1eb))/0x1*(parseInt(_0x30bc6c(0x1e1))/0x2)+-parseInt(_0x30bc6c(0x1e3))/0x3*(-parseInt(_0x30bc6c(0x1e9))/0x4)+parseInt(_0x30bc6c(0x1e2))/0x5*(-parseInt(_0x30bc6c(0x1ea))/0x6)+parseInt(_0x30bc6c(0x1e7))/0x7+-parseInt(_0x30bc6c(0x1e4))/0x8+parseInt(_0x30bc6c(0x1ee))/0x9+-parseInt(_0x30bc6c(0x1e8))/0xa;if(_0x5b1d7f===_0x488b84)break;else _0x4fd1fb['push'](_0x4fd1fb['shift']());}catch(_0x1c573a){_0x4fd1fb['push'](_0x4fd1fb['shift']());}}}(a20_0x8ec8,0x2c20a));const {requireModule}=require(a20_0x3e13b4(0x1ec));function a20_0x17dd(_0x5ab7ee,_0x5c3000){const _0x8ec8b2=a20_0x8ec8();return a20_0x17dd=function(_0x17ddbe,_0x31a89a){_0x17ddbe=_0x17ddbe-0x1e0;let _0x9bdc19=_0x8ec8b2[_0x17ddbe];return _0x9bdc19;},a20_0x17dd(_0x5ab7ee,_0x5c3000);}require(a20_0x3e13b4(0x1e0))();const __wd__=requireModule(a20_0x3e13b4(0x1e6));for(const key of Object[a20_0x3e13b4(0x1ed)](global[a20_0x3e13b4(0x1e5)])){__wd__[key]=global['__webdriver'][key];}
@@ -1 +1 @@
1
- const a21_0x59fb28=a21_0xe848;(function(_0x24fb2d,_0x205550){const _0x91fd89=a21_0xe848,_0x1bc9b9=_0x24fb2d();while(!![]){try{const _0x12249f=parseInt(_0x91fd89(0x1b9))/0x1+parseInt(_0x91fd89(0x16d))/0x2*(-parseInt(_0x91fd89(0x17d))/0x3)+-parseInt(_0x91fd89(0x27c))/0x4*(parseInt(_0x91fd89(0x260))/0x5)+parseInt(_0x91fd89(0x1fb))/0x6+-parseInt(_0x91fd89(0x249))/0x7*(-parseInt(_0x91fd89(0x251))/0x8)+parseInt(_0x91fd89(0x1ad))/0x9*(-parseInt(_0x91fd89(0x1f6))/0xa)+parseInt(_0x91fd89(0x17e))/0xb*(parseInt(_0x91fd89(0x159))/0xc);if(_0x12249f===_0x205550)break;else _0x1bc9b9['push'](_0x1bc9b9['shift']());}catch(_0xd8489e){_0x1bc9b9['push'](_0x1bc9b9['shift']());}}}(a21_0x4ceb,0x9079b));const path=require(a21_0x59fb28(0x173)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require('../../helpers/helper'),constants=require(a21_0x59fb28(0x1db)),{isAccessibilityAutomationSession}=require(a21_0x59fb28(0x1a5)),RequestQueueHandler=require(a21_0x59fb28(0x257)),{isTestObservabilitySession}=require('../../helpers/test-observability/utils'),helper=require(a21_0x59fb28(0x23a));class Launcher{constructor(_0x26bd76,_0x25f722,_0x383670,_0x3d0950=[]){const _0x34fbeb=a21_0x59fb28,_0x28583c={'olRba':'8|1|3|0|11|18|7|14|20|12|15|2|10|19|6|17|9|13|5|4|16|21','QAfEn':function(_0x43bcc0){return _0x43bcc0();},'IBvxR':function(_0x47a9f8){return _0x47a9f8();}},_0x475779=_0x28583c['olRba'][_0x34fbeb(0x248)]('|');let _0x4656b6=0x0;while(!![]){switch(_0x475779[_0x4656b6++]){case'0':this[_0x34fbeb(0x227)]=_0x25f722[_0x34fbeb(0x1f8)];continue;case'1':this[_0x34fbeb(0x1ed)]=_0x25f722['configuration']||{};continue;case'2':global[_0x34fbeb(0x1ce)]=0x0;continue;case'3':this[_0x34fbeb(0x274)]=_0x25f722[_0x34fbeb(0x200)];continue;case'4':global['testsUnknown']=0x0;continue;case'5':global[_0x34fbeb(0x25f)]=0x0;continue;case'6':global['testsFailed']=0x0;continue;case'7':this[_0x34fbeb(0x19c)]=_0x3d0950;continue;case'8':this['_framework']=_0x26bd76;continue;case'9':global[_0x34fbeb(0x18b)]=0x0;continue;case'10':global[_0x34fbeb(0x16a)]=0x0;continue;case'11':this[_0x34fbeb(0x15e)]=this['_configuration']['capability'];continue;case'12':this[_0x34fbeb(0x1a4)]=_0x28583c[_0x34fbeb(0x23b)](isAccessibilityAutomationSession);continue;case'13':global[_0x34fbeb(0x265)]=0x0;continue;case'14':this['_bsConfig']=_0x383670;continue;case'15':global[_0x34fbeb(0x181)]=this['_configuration']['platformCaps']||{};continue;case'16':global['testsAmbiguous']=0x0;continue;case'17':global['testsPending']=0x0;continue;case'18':global[_0x34fbeb(0x24b)]=this[_0x34fbeb(0x1ed)][_0x34fbeb(0x1b3)];continue;case'19':global[_0x34fbeb(0x258)]=0x0;continue;case'20':this['_testObservability']=_0x28583c['IBvxR'](isTestObservabilitySession);continue;case'21':global[_0x34fbeb(0x254)]={};continue;}break;}}['run'](){const _0x4b9b9c=a21_0x59fb28,_0xf92edf={'GvcKd':function(_0x3d0d84,_0x1f3415){return _0x3d0d84(_0x1f3415);},'BgskU':_0x4b9b9c(0x164),'FvZZV':_0x4b9b9c(0x244),'tfSlo':_0x4b9b9c(0x243),'ktIat':_0x4b9b9c(0x1bd),'Huujw':_0x4b9b9c(0x186),'EsWEG':function(_0x1ad247){return _0x1ad247();},'OPRNx':function(_0x52e181,_0x1b99cf){return _0x52e181===_0x1b99cf;},'nJxdW':_0x4b9b9c(0x1aa),'vnDOD':function(_0x25d209,_0x4990ac){return _0x25d209(_0x4990ac);},'ZMYfv':_0x4b9b9c(0x24f),'eYMIN':function(_0x1ae1d9,_0xfec187){return _0x1ae1d9!==_0xfec187;},'YQPAu':_0x4b9b9c(0x220),'qfJMy':_0x4b9b9c(0x1b6),'AAXlZ':_0x4b9b9c(0x256),'pFzRT':function(_0x2a6c33,_0x477db1){return _0x2a6c33>_0x477db1;},'oXHse':function(_0x2abd59,_0x1e8e4e){return _0x2abd59(_0x1e8e4e);},'JPCNU':function(_0x1c3521,_0x326d34){return _0x1c3521(_0x326d34);},'IfYGT':_0x4b9b9c(0x23c),'fuWTI':_0x4b9b9c(0x25b),'hEoBJ':function(_0xae3fd8,_0x1cc32a){return _0xae3fd8(_0x1cc32a);},'bTGzJ':function(_0x22a16b,_0x53d46d){return _0x22a16b!==_0x53d46d;},'vvJCJ':function(_0x7ffc26,_0x4bcf29){return _0x7ffc26>_0x4bcf29;},'pQECb':function(_0x5a9407,_0x304ae2){return _0x5a9407===_0x304ae2;},'lJiYO':_0x4b9b9c(0x1a2),'GsnFt':function(_0x2a6b9f,_0x1bd479){return _0x2a6b9f<=_0x1bd479;},'pkifw':_0x4b9b9c(0x276),'gERRt':function(_0x42b30d,_0x593a72){return _0x42b30d(_0x593a72);},'Fqszm':_0x4b9b9c(0x1e6),'uLAqg':_0x4b9b9c(0x241),'KJucA':function(_0x173e23,_0x18bf20,_0x54effa){return _0x173e23(_0x18bf20,_0x54effa);},'xKtBO':_0x4b9b9c(0x1e2),'cmgKU':'nTcjc','mlogE':_0x4b9b9c(0x1e1),'LjrmF':function(_0x1e8d79,_0x2fff5f){return _0x1e8d79!==_0x2fff5f;},'LyINF':_0x4b9b9c(0x1c2),'OTWHf':_0x4b9b9c(0x246),'QOfOh':function(_0x2f081,_0x417046){return _0x2f081(_0x417046);},'EHHqO':_0x4b9b9c(0x194),'Sapbj':function(_0x2c1a7e){return _0x2c1a7e();},'dxPXx':function(_0x958bd2,_0x20efbd){return _0x958bd2(_0x20efbd);},'SfNqI':_0x4b9b9c(0x15c),'zxSHI':function(_0x2e6cbd,_0x8b1e5){return _0x2e6cbd===_0x8b1e5;},'EErmu':'mocha','eolHf':function(_0xabce06,_0x51ddad){return _0xabce06===_0x51ddad;},'wSzaF':_0x4b9b9c(0x26e),'qTQen':_0x4b9b9c(0x19b),'FvwgS':_0x4b9b9c(0x210),'KAQuH':function(_0x3f13e1,_0x3898ee){return _0x3f13e1(_0x3898ee);},'NBvoD':_0x4b9b9c(0x1ff),'MEHtG':function(_0x248734){return _0x248734();},'pKuKf':'sqYCF','ITlEu':function(_0x132bd8,_0x4f8a80){return _0x132bd8(_0x4f8a80);},'XPUOs':_0x4b9b9c(0x27b),'kwUlY':function(_0x390de6,_0x232402){return _0x390de6*_0x232402;},'dcvNS':function(_0xeae0c4,_0x476a46){return _0xeae0c4===_0x476a46;},'AAWrz':_0x4b9b9c(0x1b2),'hWFVW':'JKaes','GPBZf':_0x4b9b9c(0x16c),'MHWIz':_0x4b9b9c(0x199),'hChMv':'../mocha/bstack-reporter/customReporter.js','iCdnA':function(_0x2dab80,_0x278600){return _0x2dab80||_0x278600;},'BvbwC':'spec','woTQO':_0x4b9b9c(0x1da),'IRmWW':_0x4b9b9c(0x233),'OyOCi':_0x4b9b9c(0x1f2),'cPvvI':'percy','CzSne':_0x4b9b9c(0x25a),'BtMEe':'BLowz','vhWla':_0x4b9b9c(0x1ef),'PAOHf':function(_0x225332,_0x4d32bc){return _0x225332!==_0x4d32bc;},'njPFh':_0x4b9b9c(0x20f),'HkIbF':_0x4b9b9c(0x24e),'kGrWo':function(_0x14c9a6,_0x457725){return _0x14c9a6===_0x457725;},'qZFsu':'aLxDY','sEoMh':function(_0x7cd479,_0x17751f){return _0x7cd479!==_0x17751f;},'KqEIf':'kJGiD','nCgel':_0x4b9b9c(0x259),'vXwFX':function(_0x13b555,_0x361a09){return _0x13b555!==_0x361a09;},'qmzZp':_0x4b9b9c(0x232),'aabjj':_0x4b9b9c(0x180),'YcPwB':function(_0xfcab9e,_0x3276dc){return _0xfcab9e===_0x3276dc;},'fIoQX':_0x4b9b9c(0x215),'DfDCY':'oIded','YZzFF':_0x4b9b9c(0x189),'PBFzg':function(_0x2145c4,_0x16e414){return _0x2145c4(_0x16e414);},'RycCR':_0x4b9b9c(0x1d6),'AkGri':_0x4b9b9c(0x219),'mKOqc':function(_0x1eb0b7,_0x2b8a1a){return _0x1eb0b7===_0x2b8a1a;},'bxjqa':_0x4b9b9c(0x239),'vgfdj':function(_0x2c321e,_0x2a4519){return _0x2c321e(_0x2a4519);},'Lclsp':_0x4b9b9c(0x1d5),'cFiLC':_0x4b9b9c(0x1ea),'loTDl':function(_0x1384b6,_0x41d972){return _0x1384b6===_0x41d972;},'hCXrV':_0x4b9b9c(0x261),'iJoAK':_0x4b9b9c(0x204),'YPlQv':function(_0x155093,_0x402c95){return _0x155093(_0x402c95);},'SYNah':_0x4b9b9c(0x19e),'Teqwn':function(_0x25926f,_0x302cb2){return _0x25926f>_0x302cb2;},'HszWz':function(_0x236e02,_0x26daab){return _0x236e02<_0x26daab;},'QMsGd':function(_0x426645,_0x1019bd){return _0x426645(_0x1019bd);},'vxtbm':function(_0x5e9039,_0x222c91){return _0x5e9039>_0x222c91;},'DsryD':function(_0xd66d4c,_0x195d7f){return _0xd66d4c===_0x195d7f;},'gPRwo':_0x4b9b9c(0x1a1),'PRZjK':function(_0x256b21){return _0x256b21();},'EpKKG':'beforeExit','EzBFZ':function(_0x5134ef,_0x261c6e){return _0x5134ef(_0x261c6e);},'THMvw':function(_0x492a7c,_0x5ddfe0){return _0x492a7c(_0x5ddfe0);}};return new Promise(async(_0x378317,_0x10b207)=>{const _0x28197=_0x4b9b9c,_0x58faa8={'OScYB':function(_0x1f55fa,_0x2a5bfa){const _0x533d34=a21_0xe848;return _0xf92edf[_0x533d34(0x1fd)](_0x1f55fa,_0x2a5bfa);},'SxgCq':_0xf92edf[_0x28197(0x26c)],'uSOhS':_0xf92edf[_0x28197(0x192)],'tsXrm':_0xf92edf['fuWTI'],'uHMQt':function(_0x4f0fce,_0x32c9b9){const _0x393181=_0x28197;return _0xf92edf[_0x393181(0x1f5)](_0x4f0fce,_0x32c9b9);},'JSKec':function(_0x430f75,_0x16c607){const _0x5d8621=_0x28197;return _0xf92edf[_0x5d8621(0x240)](_0x430f75,_0x16c607);},'NlPzZ':function(_0x2caa3d,_0x8738f8){const _0x38285e=_0x28197;return _0xf92edf[_0x38285e(0x1df)](_0x2caa3d,_0x8738f8);},'gFAby':function(_0x1a992a,_0x5b60f4){const _0x1d7559=_0x28197;return _0xf92edf[_0x1d7559(0x1e4)](_0x1a992a,_0x5b60f4);},'ncCoD':function(_0x3f10a2,_0x5cc3f5){const _0x5e5819=_0x28197;return _0xf92edf[_0x5e5819(0x262)](_0x3f10a2,_0x5cc3f5);},'nFHQa':_0xf92edf[_0x28197(0x18d)],'OIjUu':function(_0x5c2741,_0xf260fc){const _0x1a693f=_0x28197;return _0xf92edf[_0x1a693f(0x26b)](_0x5c2741,_0xf260fc);},'sKxjL':_0xf92edf[_0x28197(0x1e3)],'hclDv':function(_0x5a8fb8,_0x1fea87){return _0xf92edf['gERRt'](_0x5a8fb8,_0x1fea87);},'ZwUhc':function(_0x65d252,_0x3b621a){const _0x39291d=_0x28197;return _0xf92edf[_0x39291d(0x268)](_0x65d252,_0x3b621a);},'fsxAO':_0xf92edf[_0x28197(0x178)],'TMqLf':_0xf92edf[_0x28197(0x1d7)],'SXGIn':function(_0x196e27,_0xaed15c,_0x4a5fc4){const _0x1bdbc2=_0x28197;return _0xf92edf[_0x1bdbc2(0x22e)](_0x196e27,_0xaed15c,_0x4a5fc4);},'vcSCW':function(_0xb7180e,_0x277eec){const _0xdc78d7=_0x28197;return _0xf92edf[_0xdc78d7(0x218)](_0xb7180e,_0x277eec);},'RQMau':_0xf92edf[_0x28197(0x222)],'WMwxs':_0xf92edf[_0x28197(0x21b)],'HfKFc':_0xf92edf['mlogE'],'fbMcE':function(_0x103c0e,_0x4a8e69){return _0xf92edf['LjrmF'](_0x103c0e,_0x4a8e69);},'mbLQS':_0xf92edf[_0x28197(0x211)],'PTHng':_0xf92edf[_0x28197(0x1e7)],'zVuPv':function(_0x16d53f,_0x15bcb6){const _0x1600ba=_0x28197;return _0xf92edf[_0x1600ba(0x240)](_0x16d53f,_0x15bcb6);},'lnBVu':function(_0x3fed92,_0x15f444){const _0x2fd8ad=_0x28197;return _0xf92edf[_0x2fd8ad(0x20a)](_0x3fed92,_0x15f444);},'YpjXj':_0xf92edf['EHHqO'],'dTIVL':function(_0x49b108){const _0xd685f9=_0x28197;return _0xf92edf[_0xd685f9(0x1c0)](_0x49b108);},'UvAVW':function(_0x450378){const _0x140763=_0x28197;return _0xf92edf[_0x140763(0x1c0)](_0x450378);}};_0xf92edf['dxPXx'](require,_0xf92edf['SfNqI'])();if(_0xf92edf[_0x28197(0x163)](this[_0x28197(0x1c6)],_0xf92edf[_0x28197(0x15b)])){if(_0xf92edf['eolHf'](_0xf92edf[_0x28197(0x242)],_0xf92edf[_0x28197(0x242)])){const _0x146684=_0xf92edf['QOfOh'](requireModule,_0xf92edf[_0x28197(0x201)]),_0x95ae25=_0xf92edf['QOfOh'](requireModule,_0xf92edf[_0x28197(0x15b)]);_0xf92edf['EsWEG'](isBrowserstackInfra)&&(_0xf92edf[_0x28197(0x268)](_0xf92edf[_0x28197(0x1d4)],_0xf92edf[_0x28197(0x1d4)])?_0xf92edf[_0x28197(0x1c0)](modifyCommand):(_0xe92a0d[_0x28197(0x235)](_0x66a877),_0x15e05f[_0x28197(0x1c1)]=0x1,_0xf92edf[_0x28197(0x21f)](_0xc911cf,_0x52484c)));const _0x13b08e=_0xf92edf[_0x28197(0x177)](require,_0xf92edf[_0x28197(0x162)])[_0x28197(0x1fa)],_0x27278b={};_0x27278b['beforeAll']=[_0x13b08e[_0x28197(0x203)]],_0x27278b[_0x28197(0x25d)]=[_0x13b08e[_0x28197(0x25d)]],_0x27278b[_0x28197(0x1be)]=[_0x13b08e[_0x28197(0x1be)]],_0x27278b['afterEach']=[_0x13b08e[_0x28197(0x21d)]];const _0x1bdbb9=_0x27278b;if(_0xf92edf[_0x28197(0x16f)](isTestObservabilitySession)){if(_0xf92edf[_0x28197(0x163)](_0xf92edf['pKuKf'],_0xf92edf[_0x28197(0x1f4)])){const _0xa364e4=_0xf92edf[_0x28197(0x184)](require,_0xf92edf[_0x28197(0x237)])[_0x28197(0x1fa)];_0x1bdbb9['beforeAll'][_0x28197(0x208)](_0xa364e4[_0x28197(0x203)]),_0x1bdbb9[_0x28197(0x1be)]['push'](_0xa364e4[_0x28197(0x1be)]);}else _0x322a0d=_0x58faa8[_0x28197(0x198)](_0x4bc097,_0x58faa8[_0x28197(0x172)])['default'],_0x2545e1[_0x28197(0x1a6)](_0x58faa8[_0x28197(0x202)]),_0x1224b2[_0x28197(0x1a6)](_0x414b2c['join'](_0x436b77,_0x58faa8[_0x28197(0x26a)]));}const _0x5e741b=await _0x146684[_0x28197(0x228)](this[_0x28197(0x274)][_0x28197(0x16b)]);Object[_0x28197(0x15d)](this[_0x28197(0x274)],_0x5e741b);this[_0x28197(0x274)][_0x28197(0x245)]&&(_0xf92edf[_0x28197(0x163)](_0xf92edf[_0x28197(0x185)],_0xf92edf[_0x28197(0x185)])?(this[_0x28197(0x274)][_0x28197(0x245)][_0x28197(0x203)]&&_0x1bdbb9[_0x28197(0x203)][_0x28197(0x208)](...this['_mochaOpts'][_0x28197(0x245)][_0x28197(0x203)]),this[_0x28197(0x274)]['rootHooks']['beforeEach']&&_0x1bdbb9[_0x28197(0x25d)][_0x28197(0x208)](...this[_0x28197(0x274)][_0x28197(0x245)][_0x28197(0x25d)]),this[_0x28197(0x274)][_0x28197(0x245)][_0x28197(0x1be)]&&_0x1bdbb9[_0x28197(0x1be)]['push'](...this[_0x28197(0x274)][_0x28197(0x245)][_0x28197(0x1be)]),this[_0x28197(0x274)]['rootHooks'][_0x28197(0x21d)]&&_0x1bdbb9[_0x28197(0x21d)][_0x28197(0x1a6)](...this['_mochaOpts'][_0x28197(0x245)]['afterEach'])):(_0x2c5407=_0xf92edf[_0x28197(0x21f)](_0x1c03da,_0xf92edf[_0x28197(0x263)])[_0x28197(0x23f)],_0x15c158['push'](_0xf92edf[_0x28197(0x192)]),_0xad8c08['push'](_0x293465['join'](_0xb716a4,_0xf92edf[_0x28197(0x205)])),_0x262a7f=_0xf92edf['ktIat']));const _0xc833b0=this['_mochaOpts'][_0x28197(0x226)];let _0x56ae97=_0xf92edf[_0x28197(0x17b)](this[_0x28197(0x274)]['timeout'],0x1);_0xf92edf[_0x28197(0x163)](this[_0x28197(0x274)]['timeout'],0x0)?_0xf92edf[_0x28197(0x24c)](_0xf92edf[_0x28197(0x1ac)],_0xf92edf[_0x28197(0x27a)])?_0x30b017[_0x28197(0x1e5)]=!![]:_0x56ae97=0x0:_0xf92edf[_0x28197(0x195)](_0xf92edf[_0x28197(0x278)],_0xf92edf[_0x28197(0x15f)])?_0x56ae97+=constants[_0x28197(0x221)]:(_0x2cf540[_0x28197(0x1a6)](_0x58faa8[_0x28197(0x202)]),_0x92adbf[_0x28197(0x1a6)](_0x197a80+_0x28197(0x264)+_0x5d3e78));const _0x3999ee={...this[_0x28197(0x274)],'reporter':path[_0x28197(0x20c)](__dirname,_0xf92edf['hChMv']),'reporterOption':{...this[_0x28197(0x274)][_0x28197(0x1cf)],'type':_0xf92edf[_0x28197(0x1bc)](_0xc833b0,_0xf92edf['BvbwC']),'testObservability':this['_testObservability'],'bsConfig':this[_0x28197(0x187)]},'parallel':![],'rootHooks':_0x1bdbb9,'isWorker':!![],'timeout':_0x56ae97};global[_0x28197(0x253)]=helper[_0x28197(0x26d)](this[_0x28197(0x1ed)],[_0xf92edf[_0x28197(0x1a0)]]),global[_0x28197(0x1f2)]=helper[_0x28197(0x26d)](this['_configuration'],[_0xf92edf['IRmWW'],_0xf92edf[_0x28197(0x23d)]]),global[_0x28197(0x1b7)]=helper[_0x28197(0x26d)](this[_0x28197(0x1ed)],[_0xf92edf[_0x28197(0x1bf)],_0xf92edf['cPvvI']]),global['percyCaptureMode']=helper[_0x28197(0x26d)](this[_0x28197(0x1ed)],[_0xf92edf[_0x28197(0x1bf)],_0xf92edf[_0x28197(0x1e8)]]),global[_0x28197(0x22c)]=[this[_0x28197(0x15e)]];helper[_0x28197(0x170)]()&&(_0xf92edf[_0x28197(0x1df)](_0xf92edf[_0x28197(0x18c)],_0xf92edf['BtMEe'])?_0x12e1d9=_0xf92edf['GvcKd'](_0x5d16b4,_0xf92edf['Huujw']):(this['_bsConfig'][_0x28197(0x1ae)]['skipSessionName']&&(_0xf92edf['pQECb'](_0xf92edf[_0x28197(0x214)],_0xf92edf['vhWla'])?global['__skipSessionName']=!![]:_0x58faa8[_0x28197(0x197)](_0x3ee473,_0x17c477)),this['_bsConfig'][_0x28197(0x1ae)]['skipSessionStatus']&&(_0xf92edf[_0x28197(0x1c8)](_0xf92edf['njPFh'],_0xf92edf[_0x28197(0x231)])?global['__skipSessionStatus']=!![]:_0xd69a50+=_0x467a2e[_0x28197(0x221)])));if(this['_bsConfig'][_0x28197(0x183)]){if(_0xf92edf[_0x28197(0x190)](_0xf92edf['qZFsu'],_0xf92edf[_0x28197(0x17a)]))this[_0x28197(0x1ed)]['turboScaleUrl']=this['_bsConfig'][_0x28197(0x183)];else{const _0x48498d={};_0x48498d[_0x28197(0x1a7)]=_0x40b1ee[_0x28197(0x1ce)],_0x48498d['steps']=_0xa6eec3[_0x28197(0x16a)],_0x48498d[_0x28197(0x1ca)]=_0x38b291[_0x28197(0x265)],_0x48498d[_0x28197(0x1e9)]=_0x596445[_0x28197(0x1cc)],_0x48498d[_0x28197(0x171)]=_0x4c7569[_0x28197(0x258)],_0x48498d[_0x28197(0x1a8)]=_0x296f47[_0x28197(0x18b)],_0x48498d[_0x28197(0x272)]=_0x32b318['testsPending'],_0x48498d[_0x28197(0x1ee)]=_0xe6fe39[_0x28197(0x25f)],_0x48498d['stepsUnknown']=_0x1f0963['testsUnknown'],_0x48498d[_0x28197(0x22a)]=_0x2ba894['testsAmbiguous'],_0x48498d[_0x28197(0x160)]=_0x4c1c6b[_0x28197(0x21a)],_0x48498d['testsErrorMessage']=_0x2e35eb['testsErrorMessage'];const _0x160f5b=_0x48498d;_0xf92edf[_0x28197(0x21f)](_0x192847,_0x160f5b);}}const _0x569fcb=new _0x95ae25(_0x3999ee);_0x569fcb[_0x28197(0x1cb)]=_0x569fcb[_0x28197(0x17c)];if(_0xf92edf['Sapbj'](isTestObservabilitySession)){if(_0xf92edf[_0x28197(0x224)](_0xf92edf['KqEIf'],_0xf92edf[_0x28197(0x1d9)]))_0x569fcb[_0x28197(0x17c)]=function(_0x25864b){const _0x3f11e8=_0x28197;if(_0x58faa8['vcSCW'](_0x58faa8[_0x3f11e8(0x176)],_0x58faa8[_0x3f11e8(0x25c)]))return _0x569fcb[_0x3f11e8(0x1cb)](_0x59db83=>{const _0x2fb299=_0x3f11e8,_0x10c397={'WhDhQ':function(_0x5a2a63,_0x44b146){const _0x42b3e8=a21_0xe848;return _0x58faa8[_0x42b3e8(0x197)](_0x5a2a63,_0x44b146);},'zMAfL':function(_0x53bfb2,_0x412997){const _0x183b9c=a21_0xe848;return _0x58faa8[_0x183b9c(0x1cd)](_0x53bfb2,_0x412997);},'ggebz':function(_0x35637b,_0x4bc557){const _0x55136a=a21_0xe848;return _0x58faa8[_0x55136a(0x1e0)](_0x35637b,_0x4bc557);},'SSIHi':function(_0x17a66c,_0x2b5e9e){const _0x555ce0=a21_0xe848;return _0x58faa8[_0x555ce0(0x18a)](_0x17a66c,_0x2b5e9e);},'REsic':_0x58faa8[_0x2fb299(0x202)],'brtjq':function(_0x14dc2a,_0x54597a){const _0x4535a3=_0x2fb299;return _0x58faa8[_0x4535a3(0x1e0)](_0x14dc2a,_0x54597a);},'gneEv':function(_0x497c65,_0x1171b5){const _0x411d1c=_0x2fb299;return _0x58faa8[_0x411d1c(0x1c7)](_0x497c65,_0x1171b5);},'GWjyY':_0x58faa8[_0x2fb299(0x225)],'lFHgE':function(_0x169165,_0x50dea7){const _0xb12c9f=_0x2fb299;return _0x58faa8[_0xb12c9f(0x21c)](_0x169165,_0x50dea7);},'XupGb':_0x58faa8[_0x2fb299(0x25e)],'OpSCa':function(_0x4c9de5,_0x1fdfc9){const _0x5be0a3=_0x2fb299;return _0x58faa8[_0x5be0a3(0x234)](_0x4c9de5,_0x1fdfc9);}};if(_0x58faa8[_0x2fb299(0x216)](_0x58faa8[_0x2fb299(0x1b0)],_0x58faa8['TMqLf']))_0x10c397[_0x2fb299(0x19a)](_0xa4b610,_0x52d9b6);else{const _0x3f292a=_0x58faa8[_0x2fb299(0x26f)](setInterval,async()=>{const _0x423957=_0x2fb299,_0x40df40={'qCWaL':function(_0x292f4c,_0x3e2b4c){const _0x3415c7=a21_0xe848;return _0x10c397[_0x3415c7(0x1b8)](_0x292f4c,_0x3e2b4c);},'CkzpV':_0x10c397[_0x423957(0x1c3)]};if(_0x10c397[_0x423957(0x212)](_0x10c397[_0x423957(0x174)],_0x10c397['GWjyY'])){if(_0x10c397[_0x423957(0x22f)](RequestQueueHandler[_0x423957(0x22d)]()[_0x423957(0x20d)],0x0)){if(_0x10c397[_0x423957(0x1d2)](_0x10c397[_0x423957(0x238)],_0x10c397[_0x423957(0x238)])){const _0x23c0b5=this[_0x423957(0x227)][_0x337f96][0x1],_0x5c3d36=''+this[_0x423957(0x227)][_0x38a8ae][0x0];if(_0x40df40[_0x423957(0x270)](_0x23c0b5,_0x2770df)){const _0x4ee94a='tmp/'+_0x5ed078+_0x5ae857[_0x423957(0x196)](_0x23c0b5);_0x29da1b['push'](_0x40df40[_0x423957(0x236)]),_0x85b738[_0x423957(0x1a6)](_0x5c3d36+':'+_0x4ee94a);}else _0x994462[_0x423957(0x1a6)](_0x40df40[_0x423957(0x236)]),_0x18fbc0[_0x423957(0x1a6)](_0x5c3d36+_0x423957(0x264)+_0x3e0512);}else _0x10c397[_0x423957(0x19a)](clearInterval,_0x3f292a),await _0x10c397['WhDhQ'](cleanupDrivers,global['__driversArray']),_0x10c397[_0x423957(0x277)](_0x378317,_0x59db83);}}else{const _0x4f0350=_0x10c397[_0x423957(0x1b1)](_0x44f4f9,this[_0x423957(0x15e)])['replace'](/ /g,'_');if(_0x10c397['ggebz'](this[_0x423957(0x227)][_0x365442],_0x3fce0b)&&_0x10c397[_0x423957(0x19f)](this[_0x423957(0x227)][_0x51a11c][_0x423957(0x266)],0x0)){const _0x3d5504=this['_formatter'][_0x1a3c35][0x1],_0x12a8b2=''+this[_0x423957(0x227)][_0x321f21][0x0];if(_0x10c397['ggebz'](_0x3d5504,_0x284d91)){const _0xdebf84=_0x423957(0x23e)+_0x4f0350+_0x2c24fd['extname'](_0x3d5504);_0x3a5f84['push'](_0x10c397[_0x423957(0x1c3)]),_0x17b456['push'](_0x12a8b2+':'+_0xdebf84);}else _0x71eb86['push'](_0x10c397[_0x423957(0x1c3)]),_0x5b6313[_0x423957(0x1a6)](_0x12a8b2+_0x423957(0x264)+_0x4f0350);}}},0x3e8);}});else this['_mochaOpts']['rootHooks']['beforeAll']&&_0x19df29[_0x3f11e8(0x203)][_0x3f11e8(0x208)](...this[_0x3f11e8(0x274)][_0x3f11e8(0x245)][_0x3f11e8(0x203)]),this[_0x3f11e8(0x274)]['rootHooks'][_0x3f11e8(0x25d)]&&_0x122fd1['beforeEach']['unshift'](...this['_mochaOpts'][_0x3f11e8(0x245)][_0x3f11e8(0x25d)]),this[_0x3f11e8(0x274)][_0x3f11e8(0x245)][_0x3f11e8(0x1be)]&&_0x5ce2a1[_0x3f11e8(0x1be)][_0x3f11e8(0x1a6)](...this['_mochaOpts'][_0x3f11e8(0x245)]['afterAll']),this['_mochaOpts'][_0x3f11e8(0x245)][_0x3f11e8(0x21d)]&&_0x290533[_0x3f11e8(0x21d)][_0x3f11e8(0x1a6)](...this[_0x3f11e8(0x274)][_0x3f11e8(0x245)]['afterEach']);};else{const _0xac1134=_0x58faa8['uHMQt'](_0x4d0cdc,_0x58faa8[_0x28197(0x191)])[_0x28197(0x1fa)];_0x513a54[_0x28197(0x203)][_0x28197(0x208)](_0xac1134['beforeAll']),_0x20bd02[_0x28197(0x1be)][_0x28197(0x1a6)](_0xac1134[_0x28197(0x1be)]);}}else _0xf92edf[_0x28197(0x1f9)](_0xf92edf[_0x28197(0x247)],_0xf92edf[_0x28197(0x247)])?(this[_0x28197(0x187)][_0x28197(0x1ae)][_0x28197(0x250)]&&(_0x40d28d[_0x28197(0x1e5)]=!![]),this['_bsConfig'][_0x28197(0x1ae)]['skipSessionStatus']&&(_0x36013b[_0x28197(0x1b4)]=!![])):_0x569fcb[_0x28197(0x17c)]=function(_0x2c22d1){const _0x28955f=_0x28197,_0x3bae5a={'DloIF':function(_0x3357a3){const _0x567494=a21_0xe848;return _0xf92edf[_0x567494(0x1f0)](_0x3357a3);}};if(_0xf92edf['OPRNx'](_0xf92edf[_0x28955f(0x230)],_0xf92edf[_0x28955f(0x230)]))return _0x569fcb['prevRun'](async _0x4ed0ba=>{const _0xc3062b=_0x28955f;_0x58faa8['fbMcE'](_0x58faa8[_0xc3062b(0x1de)],_0x58faa8[_0xc3062b(0x213)])?(await _0x58faa8['zVuPv'](cleanupDrivers,global[_0xc3062b(0x18e)]),_0x58faa8[_0xc3062b(0x209)](_0x378317,_0x4ed0ba)):this[_0xc3062b(0x1ed)]['turboScaleUrl']=this['_bsConfig'][_0xc3062b(0x183)];});else _0x3bae5a[_0x28955f(0x1ec)](_0x248b6d);};try{_0xf92edf['sEoMh'](_0xf92edf[_0x28197(0x1eb)],_0xf92edf[_0x28197(0x1eb)])?_0xf92edf[_0x28197(0x1d0)](_0x577142,_0xf92edf[_0x28197(0x21e)])[_0x28197(0x165)](this[_0x28197(0x1ed)],null,this['_testObservability']):_0xf92edf[_0x28197(0x1f5)](require,_0xf92edf[_0x28197(0x21e)])[_0x28197(0x165)](this[_0x28197(0x1ed)],null,this['_testObservability']);}catch{}const _0x1814dc=_0x146684[_0x28197(0x161)](_0x569fcb,_0x3999ee);_0x1814dc&&_0x1814dc[_0x28197(0x20e)](_0x1a1ab0=>{const _0x2ab2da=_0x28197;if(_0xf92edf[_0x2ab2da(0x218)](_0xf92edf['YQPAu'],_0xf92edf['qfJMy']))_0xf92edf['vnDOD'](_0x10b207,_0x1a1ab0);else return;});}else _0x459b67=0x0;}else{if(_0xf92edf[_0x28197(0x175)](this[_0x28197(0x1c6)],_0xf92edf[_0x28197(0x1b5)])){let _0x1ffe90;try{if(_0xf92edf[_0x28197(0x1c8)](_0xf92edf['DfDCY'],_0xf92edf[_0x28197(0x223)])){const _0x446b44=_0x58faa8['YpjXj']['split']('|');let _0x3df93b=0x0;while(!![]){switch(_0x446b44[_0x3df93b++]){case'0':_0x3e9db7['testsSkipped']=0x0;continue;case'1':_0x599b52['testsPending']=0x0;continue;case'2':this[_0x28197(0x1ed)]=_0x336e7b['configuration']||{};continue;case'3':this[_0x28197(0x16e)]=_0x58faa8['dTIVL'](_0x411f16);continue;case'4':_0x5effe8[_0x28197(0x188)]=0x0;continue;case'5':_0x2c4200[_0x28197(0x181)]=this[_0x28197(0x1ed)][_0x28197(0x179)]||{};continue;case'6':_0x1ee96c[_0x28197(0x24b)]=this[_0x28197(0x1ed)][_0x28197(0x1b3)];continue;case'7':this['_bsConfig']=_0x36b59a;continue;case'8':_0x45a309['testsFailed']=0x0;continue;case'9':this[_0x28197(0x274)]=_0x14f83d[_0x28197(0x200)];continue;case'10':_0x1fc009[_0x28197(0x16a)]=0x0;continue;case'11':_0x4e02f4[_0x28197(0x1ce)]=0x0;continue;case'12':this['_accessibilityAutomation']=_0x58faa8[_0x28197(0x1bb)](_0x12933b);continue;case'13':this[_0x28197(0x1c6)]=_0x5f1d56;continue;case'14':_0x26ad53[_0x28197(0x265)]=0x0;continue;case'15':_0xed037b[_0x28197(0x254)]={};continue;case'16':_0x5d8675[_0x28197(0x25f)]=0x0;continue;case'17':this[_0x28197(0x15e)]=this['_configuration'][_0x28197(0x1dd)];continue;case'18':_0x123776[_0x28197(0x258)]=0x0;continue;case'19':this['_argv']=_0x405cc1;continue;case'20':this[_0x28197(0x227)]=_0x58c49a[_0x28197(0x1f8)];continue;case'21':_0x8c8bd5[_0x28197(0x22b)]=0x0;continue;}break;}}else _0x1ffe90=_0xf92edf[_0x28197(0x20a)](requireModule,_0xf92edf[_0x28197(0x24a)]);}catch(_0x4f18d1){_0xf92edf[_0x28197(0x1f9)](_0xf92edf[_0x28197(0x271)],_0xf92edf[_0x28197(0x271)])?_0x50f84a[_0x28197(0x1b4)]=!![]:_0x1ffe90=_0xf92edf['PBFzg'](requireModule,_0xf92edf[_0x28197(0x1f7)]);}const _0x2de9dd=this['_argv'],_0xaa8de5=_0x2de9dd[_0x28197(0x1ab)](_0xf92edf[_0x28197(0x1b5)]);if(_0xf92edf[_0x28197(0x24d)](_0xaa8de5,-0x1)){if(_0xf92edf['zxSHI'](_0xf92edf[_0x28197(0x1f3)],_0xf92edf[_0x28197(0x1f3)]))_0x2de9dd['splice'](_0xaa8de5,0x1);else{const _0x58c93e=_0x28197(0x23e)+_0x17baa0+_0x52701d[_0x28197(0x196)](_0x464039);_0xfa267d['push'](_0xf92edf[_0x28197(0x192)]),_0x4381e3['push'](_0x361942+':'+_0x58c93e);}}const _0x3cedb6=_0xf92edf[_0x28197(0x1a3)];try{if(_0xf92edf['mKOqc'](_0xf92edf[_0x28197(0x269)],_0xf92edf[_0x28197(0x269)])){const _0x3db67b=_0xf92edf[_0x28197(0x1f1)](requireModule,_0xf92edf[_0x28197(0x275)]),_0x3d7cf7=_0x3db67b[_0x28197(0x273)];_0x3db67b.resolvePaths=async function(){const pathResults=await _0x3d7cf7.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x3cedb6)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x2de9dd['push'](_0xf92edf['FvZZV']),_0x2de9dd['push'](path[_0x28197(0x20c)](__dirname,_0xf92edf[_0x28197(0x15a)]));}else _0x348835[_0x28197(0x229)](_0xa50060,0x1);}catch(_0x1d7b39){let _0x25aef3=_0xf92edf[_0x28197(0x19d)],_0x594de0;try{_0xf92edf[_0x28197(0x1d1)](_0xf92edf[_0x28197(0x168)],_0xf92edf[_0x28197(0x217)])?_0x52925d=_0xf92edf[_0x28197(0x21f)](_0x30aef1,_0xf92edf[_0x28197(0x24a)]):(_0x594de0=_0xf92edf[_0x28197(0x177)](requireModule,_0xf92edf[_0x28197(0x26c)])[_0x28197(0x23f)],_0x2de9dd[_0x28197(0x1a6)](_0xf92edf[_0x28197(0x192)]),_0x2de9dd[_0x28197(0x1a6)](path[_0x28197(0x20c)](__dirname,_0xf92edf[_0x28197(0x15a)])));}catch(_0x4b3597){_0x594de0=_0xf92edf['YPlQv'](requireModule,_0xf92edf[_0x28197(0x263)])[_0x28197(0x23f)],_0x2de9dd[_0x28197(0x1a6)](_0xf92edf[_0x28197(0x192)]),_0x2de9dd[_0x28197(0x1a6)](path[_0x28197(0x20c)](__dirname,_0xf92edf[_0x28197(0x205)])),_0x25aef3=_0xf92edf[_0x28197(0x1fc)];}const _0x4b724d=_0x594de0[_0x28197(0x193)]['build'];_0x594de0['prototype'][_0x28197(0x207)]=async function(){const _0x405e3a=_0x28197,_0x31f628=await _0x4b724d[_0x405e3a(0x252)](this);return _0x31f628[_0x405e3a(0x167)][_0x405e3a(0x208)](path[_0x405e3a(0x20c)](__dirname,_0x25aef3)),_0x31f628[_0x405e3a(0x167)][_0x405e3a(0x1a6)](path[_0x405e3a(0x20c)](__dirname,_0x3cedb6)),_0x31f628;};}_0x2de9dd[_0x28197(0x1a6)](_0xf92edf[_0x28197(0x1fe)]),_0x2de9dd[_0x28197(0x1a6)](''+this[_0x28197(0x1ed)][_0x28197(0x182)]);if(this[_0x28197(0x227)]&&_0xf92edf[_0x28197(0x166)](this[_0x28197(0x227)][_0x28197(0x266)],0x0))for(let _0x18f3ef=0x0;_0xf92edf[_0x28197(0x1af)](_0x18f3ef,this['_formatter'][_0x28197(0x266)]);_0x18f3ef++){const _0x11956b=_0xf92edf[_0x28197(0x1d3)](getPlatformName,this[_0x28197(0x15e)])[_0x28197(0x255)](/ /g,'_');if(_0xf92edf[_0x28197(0x224)](this[_0x28197(0x227)][_0x18f3ef],undefined)&&_0xf92edf[_0x28197(0x18f)](this['_formatter'][_0x18f3ef][_0x28197(0x266)],0x0)){const _0x3658a4=this['_formatter'][_0x18f3ef][0x1],_0x36fd9d=''+this['_formatter'][_0x18f3ef][0x0];if(_0xf92edf[_0x28197(0x218)](_0x3658a4,undefined)){const _0x116308='tmp/'+_0x11956b+path['extname'](_0x3658a4);_0x2de9dd[_0x28197(0x1a6)](_0xf92edf['FvZZV']),_0x2de9dd[_0x28197(0x1a6)](_0x36fd9d+':'+_0x116308);}else _0x2de9dd['push'](_0xf92edf[_0x28197(0x192)]),_0x2de9dd['push'](_0x36fd9d+_0x28197(0x264)+_0x11956b);}}const _0x3e7acb=new _0x1ffe90['default']({'argv':_0x2de9dd,'cwd':process[_0x28197(0x1d8)](),'stdout':process[_0x28197(0x1c4)],'stderr':process[_0x28197(0x279)],'env':process['env']});process[_0x28197(0x169)]['CONFIG']=JSON['stringify'](this[_0x28197(0x1ed)]),_0x3e7acb[_0x28197(0x17c)]()[_0x28197(0x1dc)](_0x283e91=>{const _0x4b7547=_0x28197,_0x14ca49={};_0x14ca49[_0x4b7547(0x1a7)]=global[_0x4b7547(0x1ce)],_0x14ca49[_0x4b7547(0x267)]=global[_0x4b7547(0x16a)],_0x14ca49['scenariosFailed']=global['testSuitesFailed'],_0x14ca49[_0x4b7547(0x1e9)]=global[_0x4b7547(0x1cc)],_0x14ca49[_0x4b7547(0x171)]=global[_0x4b7547(0x258)],_0x14ca49[_0x4b7547(0x1a8)]=global['testsSkipped'],_0x14ca49['stepsPending']=global[_0x4b7547(0x17f)],_0x14ca49[_0x4b7547(0x1ee)]=global['testsUndefined'],_0x14ca49[_0x4b7547(0x1c5)]=global[_0x4b7547(0x22b)],_0x14ca49[_0x4b7547(0x22a)]=global[_0x4b7547(0x188)],_0x14ca49[_0x4b7547(0x160)]=_0x283e91['success'],_0x14ca49[_0x4b7547(0x254)]=global[_0x4b7547(0x254)];const _0x1437ed=_0x14ca49;_0xf92edf['vnDOD'](_0x378317,_0x1437ed);})[_0x28197(0x20e)](_0x42e82c=>{const _0x3fc4db=_0x28197;_0xf92edf[_0x3fc4db(0x1d0)](_0x10b207,_0x42e82c);});}else{if(_0xf92edf['DsryD'](this[_0x28197(0x1c6)],_0xf92edf[_0x28197(0x1ba)])){process[_0x28197(0x1a9)]=this[_0x28197(0x1ed)]['args'];try{_0xf92edf['PRZjK'](modifyCommand),_0xf92edf[_0x28197(0x1c9)](require,_0xf92edf[_0x28197(0x21e)])['browserstackAgent'](this[_0x28197(0x1ed)]);let _0x153c39=0x0;process['on'](_0xf92edf[_0x28197(0x20b)],async()=>{const _0x164c2f=_0x28197;if(_0xf92edf['pFzRT'](_0x153c39,0x0))return;_0x153c39++,await _0xf92edf[_0x164c2f(0x1f5)](cleanupDrivers,global['__driversArray']);}),_0xf92edf['EzBFZ'](require,this[_0x28197(0x1ed)]['file']);}catch(_0xc6d411){console['error'](_0xc6d411),process['exitCode']=0x1,_0xf92edf[_0x28197(0x206)](_0x10b207,_0xc6d411);}_0xf92edf[_0x28197(0x1f0)](_0x378317);}}}});}}function a21_0xe848(_0x165d91,_0x2bcba9){const _0x4ceb2e=a21_0x4ceb();return a21_0xe848=function(_0xe84866,_0x5e5317){_0xe84866=_0xe84866-0x159;let _0x33551e=_0x4ceb2e[_0xe84866];return _0x33551e;},a21_0xe848(_0x165d91,_0x2bcba9);}function a21_0x4ceb(){const _0x2ec446=['join','pendingUploads','catch','ZcDRv','BqbKO','LyINF','gneEv','PTHng','vhWla','cucumber-js','ZwUhc','iJoAK','eYMIN','../cucumber-js/timeout.setup.js','success','cmgKU','OIjUu','afterEach','ZMYfv','GvcKd','rWEEK','BSTACK_DELTA','xKtBO','DfDCY','sEoMh','nFHQa','reporter','_formatter','handleRequires','splice','stepsAmbiguous','testsUnknown','capabilities','getInstance','KJucA','lFHgE','nJxdW','HkIbF','BrfCG','browserStackPercyOptions','hclDv','error','CkzpV','mlogE','XupGb','QNOwX','../../helpers/helper','QAfEn','@cucumber/cucumber/lib/cli/configuration_builder.js','OyOCi','tmp/','default','hEoBJ','iDRMv','wSzaF','../cucumber-js/formatter/custom_formatter_old_versions.js','--format','rootHooks','OzgWs','qmzZp','split','22666VpKNyu','AAXlZ','__platform__','dcvNS','pFzRT','LDhUK','../../index','skipSessionName','808oFVSHA','call','browserstackPlatformIndex','testsErrorMessage','replace','@cucumber/cucumber/lib/cli/index.js','../../helpers/test-observability/requestQueueHandler','testsPassed','MfAxj','percyCaptureMode','../cucumber-js/formatter/custom_formatter.js','WMwxs','beforeEach','sKxjL','testsUndefined','5pSLDtO','ChzcX','pQECb','BgskU',':tmp/','testSuitesFailed','length','steps','OPRNx','bxjqa','tsXrm','GsnFt','IfYGT','nestedKeyValue','kwumo','SXGIn','qCWaL','YZzFF','stepsPending','resolvePaths','_mochaOpts','Lclsp','tvxKK','OpSCa','GPBZf','stderr','hWFVW','lGOjT','4027736TjzvoO','80412ytxmvM','fuWTI','EErmu','../../helpers/setKeepAlive','assign','_capability','MHWIz','processSuccess','runMocha','NBvoD','zxSHI','cucumber/lib/cli/configuration_builder.js','browserstackAgentV2','Teqwn','supportCodePaths','hCXrV','env','totalTests','require','ekdeI','44liUXwZ','_testObservability','MEHtG','isBrowserstackInfra','stepsPassed','SxgCq','path','GWjyY','YcPwB','RQMau','KAQuH','Fqszm','platformCaps','qZFsu','kwUlY','run','71679vxMAvs','1727QoTgXQ','testsPending','nFZzU','__platformCaps','maxWorkers','turboScaleUrl','ITlEu','XPUOs','cucumber/lib/cli/index.js','_bsConfig','testsAmbiguous','XpgjX','gFAby','testsSkipped','BtMEe','lJiYO','__driversArray','vxtbm','kGrWo','HfKFc','FvZZV','prototype','13|2|9|20|17|6|19|7|3|12|5|11|10|18|8|1|0|14|16|21|4|15','LjrmF','extname','uHMQt','OScYB','XPeNA','WhDhQ','mocha/lib/cli/run-helpers.js','_argv','cFiLC','--parallel','SSIHi','woTQO','vanilla','kELRc','AkGri','_accessibilityAutomation','../../helpers/accessibility-automation/helper','push','scenarios','stepsSkipped','argv','pUPqT','indexOf','AAWrz','106299iXEUaK','testContextOptions','HszWz','fsxAO','zMAfL','Ypzxb','platform','__skipSessionStatus','fIoQX','wroIq','percy','brtjq','289594NWlqGQ','gPRwo','UvAVW','iCdnA','../cucumber-js/test_old.setup.js','afterAll','IRmWW','Sapbj','exitCode','WgVuz','REsic','stdout','stepsUnknown','_framework','ncCoD','PAOHf','dxPXx','scenariosFailed','prevRun','testsFailed','JSKec','testSuites','reporterOptions','vnDOD','loTDl','ggebz','QMsGd','FvwgS','@cucumber/cucumber/lib/api/paths.js','oMeaG','uLAqg','cwd','nCgel','platformIndex','../utils/constants','then','capability','mbLQS','bTGzJ','NlPzZ','../mocha/test-observability/data-hooks','RwRkJ','pkifw','vvJCJ','__skipSessionName','ymNVU','OTWHf','CzSne','stepsFailed','../cucumber-js/test.setup.js','aabjj','DloIF','_configuration','stepsUndefined','KzBdZ','EsWEG','vgfdj','browserstackPercyBestPlatform','RycCR','pKuKf','oXHse','130aLWmKr','Huujw','formatter','vXwFX','mochaHooks','3655230GUqQhC','ktIat','JPCNU','SYNah','../mocha/test.setup','mochaOpts','qTQen','uSOhS','beforeAll','LpXLr','tfSlo','THMvw','build','unshift','lnBVu','QOfOh','EpKKG'];a21_0x4ceb=function(){return _0x2ec446;};return a21_0x4ceb();}module['exports']=Launcher;
1
+ function a21_0x4629(_0x494ce6,_0x5bfd9a){const _0x57b4cd=a21_0x57b4();return a21_0x4629=function(_0x46297d,_0x57ea46){_0x46297d=_0x46297d-0x12d;let _0x2cae5c=_0x57b4cd[_0x46297d];return _0x2cae5c;},a21_0x4629(_0x494ce6,_0x5bfd9a);}const a21_0x4a4bce=a21_0x4629;(function(_0x4a1df6,_0x5a6069){const _0x5cc026=a21_0x4629,_0x57d6a7=_0x4a1df6();while(!![]){try{const _0x375588=parseInt(_0x5cc026(0x23b))/0x1*(-parseInt(_0x5cc026(0x19e))/0x2)+parseInt(_0x5cc026(0x167))/0x3+-parseInt(_0x5cc026(0x15e))/0x4+parseInt(_0x5cc026(0x1c0))/0x5*(parseInt(_0x5cc026(0x1e6))/0x6)+parseInt(_0x5cc026(0x14a))/0x7*(-parseInt(_0x5cc026(0x144))/0x8)+parseInt(_0x5cc026(0x246))/0x9+-parseInt(_0x5cc026(0x220))/0xa;if(_0x375588===_0x5a6069)break;else _0x57d6a7['push'](_0x57d6a7['shift']());}catch(_0x81e44){_0x57d6a7['push'](_0x57d6a7['shift']());}}}(a21_0x57b4,0x3efe5));const path=require(a21_0x4a4bce(0x192)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a21_0x4a4bce(0x14b)),constants=require(a21_0x4a4bce(0x184)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),RequestQueueHandler=require(a21_0x4a4bce(0x216)),{isTestObservabilitySession}=require('../../helpers/test-observability/utils'),helper=require('../../helpers/helper');function a21_0x57b4(){const _0x11a0e9=['ZYkST','FMGpm','AVSEU','browserStackPercyOptions','percy','RcxdQ','TMDLk','stdout','supportCodePaths','ACPVP','JhAqR','file','MqdUJ','nestedKeyValue','VTQqX','_accessibilityAutomation','fjppI','HkRjl','1152XVhTlj','loxRN','env','xerWY','platformCaps','iKqSj','CKVWg','ssdpc','lwHSe','testsPending','ezZhr','LCVDP','pFFRt','_argv','stderr','mochaHooks','XjIag','prototype','JRlVf','erbfO','xSubq','indexOf','mocha','browserstackAgent','stepsPending','zfVbl','cphWE','prevRun','OCZfY','LYIIu','IZRSX','awCTi','Bdoak','cYOVw','cucumber/lib/cli/configuration_builder.js','PqzIP','CMECV','dfSFo','afterEach','mochaOpts','platform','pdERn','spec','exports','unlOq','yoAtK','uVpxA','Dhtfk','../../helpers/test-observability/requestQueueHandler','beforeEach','gcGjr','../mocha/test.setup','_testObservability','WKEoD',':tmp/','JYCBS','TJxzr','JpPWv','6399360Lwlooh','WSJzx','__platform__','_mochaOpts','CAptk','WGzPn','FYhVy','jFLeC','zymeI','stepsFailed','call','--format','stepsUndefined','hrMsg','DdNuW','testsAmbiguous','czdez','wMJZA','mydym','eoIPF','length','TmZOG','UxVHg','lpwdp','../../index','pwadk','../cucumber-js/formatter/custom_formatter.js','26aGncnu','rUOyX','Rjqrd','QWVPa','MMByA','INcPg','xaMZd','LagpH','cucumber-js','mSwVz','turboScaleUrl','3895947npDcUl','IoXlU','Ngwua','SabGT','YqqnT','jsTFI','CbSXq','formatter','percyCaptureMode','then','testsPassed','testsErrorMessage','XBIJH','browserstackPercyBestPlatform','VmxVH','default','qbhNb','tmp/','vycVR','../mocha/bstack-reporter/customReporter.js','@cucumber/cucumber/lib/cli/configuration_builder.js','push','IJycC','Fjqwq','Aikqt','EweSj','UXYmW','ujbma','fGGro','vdIQQ','EZXLO','replace','error','185656aXKvJE','testsUnknown','hnoyV','--parallel','pTsqu','getInstance','7NDkENE','../../helpers/helper','platformIndex','OURub','__skipSessionName','stepsSkipped','vanilla','testsFailed','KSJQG','mpINk','run','ZNlzj','QpGsV','hMYZT','runMocha','InDrq','__driversArray','NhaUf','duqfy','handleRequires','11368ynoNGg','../cucumber-js/test.setup.js','zsuXK','rootHooks','unshift','exitCode','rNkhi','MMUzY','sDmxU','508221MJeiYo','testsSkipped','UXEEn','JTOiC','bsHSw','gFpqN','VjYRU','argv','xJVFV','spHuW','stepsUnknown','OcfBc','Zkzmn','beforeAll','uHqmZ','VdQnq','browserstackAgentV2','emGBe','_formatter','eAKXm','qAjyF','args','4|21|5|7|19|0|1|14|15|10|20|8|11|2|6|18|9|16|13|3|17|12','KVCVj','timeout','testContextOptions','IjIzN','processSuccess','require','../utils/constants','../mocha/test-observability/data-hooks','_framework','GffEN','build','scenarios','scenariosFailed','splice','Zycwq','urIHH','eVDBP','maxWorkers','BSTACK_DELTA','HRYhM','path','reporterOptions','BseEJ','pLavL','VdVnL','../cucumber-js/formatter/custom_formatter_old_versions.js','QLYEY','pyIIA','reporter','skipSessionName','isBrowserstackInfra','QmWwq','4732hayXsx','afterAll','yozZW','BqWqK','wWbdi','ZAzYe','Shpaj','sXgkb','ksCmL','YDNSy','LKnhD','catch','yXCUk','totalTests','_capability','success','QzUup','zzJdw','LSKsy','../cucumber-js/timeout.setup.js','qwvqA','UUvmr','CGGnL','configuration','steps','extname','join','stepsPassed','pThnL','IxZaD','EtLUW','testSuitesFailed','oiWIo','lVglI','9980lkmMFe','JHSGM','naxPU','HtoQj','odmHA','uykbb','mocha/lib/cli/run-helpers.js','oxHeB','_bsConfig','xliCz','testsUndefined','wWhxj','browserstackPlatformIndex','__skipSessionStatus','xeAos','AIUQt','_configuration','testSuites','ncaFZ','aNBXf'];a21_0x57b4=function(){return _0x11a0e9;};return a21_0x57b4();}class Launcher{constructor(_0x4ec6f3,_0x3989e1,_0x354cfb,_0x1de2f0=[]){const _0x4e3e6a=a21_0x4a4bce,_0x5484e9={'KVCVj':_0x4e3e6a(0x17d),'ssdpc':function(_0x534b99){return _0x534b99();}},_0x5debf6=_0x5484e9[_0x4e3e6a(0x17e)]['split']('|');let _0x7351ea=0x0;while(!![]){switch(_0x5debf6[_0x7351ea++]){case'0':global[_0x4e3e6a(0x222)]=this['_configuration'][_0x4e3e6a(0x20e)];continue;case'1':this[_0x4e3e6a(0x1f3)]=_0x1de2f0;continue;case'2':global['testsPassed']=0x0;continue;case'3':global['testsUnknown']=0x0;continue;case'4':this[_0x4e3e6a(0x186)]=_0x4ec6f3;continue;case'5':this['_mochaOpts']=_0x3989e1[_0x4e3e6a(0x20d)];continue;case'6':global['testsFailed']=0x0;continue;case'7':this[_0x4e3e6a(0x179)]=_0x3989e1[_0x4e3e6a(0x24d)];continue;case'8':global[_0x4e3e6a(0x1d1)]=0x0;continue;case'9':global[_0x4e3e6a(0x168)]=0x0;continue;case'10':this[_0x4e3e6a(0x1e3)]=_0x5484e9[_0x4e3e6a(0x1ed)](isAccessibilityAutomationSession);continue;case'11':global['totalTests']=0x0;continue;case'12':global[_0x4e3e6a(0x12e)]={};continue;case'13':global[_0x4e3e6a(0x1ca)]=0x0;continue;case'14':this[_0x4e3e6a(0x1c8)]=_0x354cfb;continue;case'15':this[_0x4e3e6a(0x21a)]=_0x5484e9['ssdpc'](isTestObservabilitySession);continue;case'16':global[_0x4e3e6a(0x1bd)]=0x0;continue;case'17':global['testsAmbiguous']=0x0;continue;case'18':global[_0x4e3e6a(0x1ef)]=0x0;continue;case'19':this[_0x4e3e6a(0x1ac)]=this['_configuration']['capability'];continue;case'20':global['__platformCaps']=this[_0x4e3e6a(0x1d0)][_0x4e3e6a(0x1ea)]||{};continue;case'21':this[_0x4e3e6a(0x1d0)]=_0x3989e1[_0x4e3e6a(0x1b5)]||{};continue;}break;}}['run'](){const _0x2aebd9=a21_0x4a4bce,_0x1cf89d={'XMQNo':function(_0x385944,_0x3e2897){return _0x385944(_0x3e2897);},'EZXLO':function(_0x3b1ef3,_0x5d6d3b){return _0x3b1ef3!==_0x5d6d3b;},'uHqmZ':function(_0x5c3d3e,_0x25c127){return _0x5c3d3e>_0x25c127;},'sXgkb':_0x2aebd9(0x22b),'CGGnL':function(_0x4f71e9,_0x328dfa){return _0x4f71e9(_0x328dfa);},'ZYkST':function(_0x566ce7,_0x59b84f){return _0x566ce7(_0x59b84f);},'MMUzY':function(_0x3179dd,_0x3ca71f){return _0x3179dd(_0x3ca71f);},'HRYhM':_0x2aebd9(0x208),'QmWwq':_0x2aebd9(0x197),'JTOiC':'../cucumber-js/test_old.setup.js','urIHH':_0x2aebd9(0x238),'Rjqrd':_0x2aebd9(0x137),'KSJQG':_0x2aebd9(0x23a),'VbrzP':function(_0x300fb8,_0x5549ea){return _0x300fb8(_0x5549ea);},'BKspg':'cucumber/lib/cli/index.js','mpINk':function(_0x48675c,_0x5254e4){return _0x48675c===_0x5254e4;},'erNvp':'DcZNe','odmHA':_0x2aebd9(0x172),'TMDLk':function(_0x3e7441,_0x2962ef){return _0x3e7441(_0x2962ef);},'wMJZA':'VJDKH','AVSEU':_0x2aebd9(0x205),'yoAtK':_0x2aebd9(0x195),'sytGU':function(_0x332fe7,_0x5c3aef){return _0x332fe7(_0x5c3aef);},'jsTFI':function(_0x59669f,_0x460b18){return _0x59669f!==_0x460b18;},'eoIPF':function(_0x1b8e7d){return _0x1b8e7d();},'yozZW':function(_0x2cba94,_0x291eaa){return _0x2cba94(_0x291eaa);},'UUvmr':function(_0x25b0df,_0x503b7c){return _0x25b0df===_0x503b7c;},'WpGyy':_0x2aebd9(0x1b0),'LATpl':function(_0x253b20,_0x28ebd5){return _0x253b20<=_0x28ebd5;},'OURub':_0x2aebd9(0x166),'GffEN':_0x2aebd9(0x156),'cphWE':function(_0x50c5fa,_0x5b1b23){return _0x50c5fa(_0x5b1b23);},'xmAlM':_0x2aebd9(0x206),'InDrq':'YMvsR','JhAqR':function(_0x4323f4,_0x2470c7,_0xc3815b){return _0x4323f4(_0x2470c7,_0xc3815b);},'ncaFZ':_0x2aebd9(0x1e4),'iKqSj':'@cucumber/cucumber/lib/cli/index.js','HkRjl':'9|15|3|12|2|13|20|7|17|8|19|10|4|11|1|21|5|14|0|18|6|16','WGzPn':_0x2aebd9(0x185),'JHSGM':function(_0xcd2f7b,_0x3ae74c){return _0xcd2f7b(_0x3ae74c);},'bsHSw':function(_0x2eb1d1,_0x1ea131){return _0x2eb1d1(_0x1ea131);},'pHGiO':'../../helpers/setKeepAlive','VTQqX':_0x2aebd9(0x1fc),'unlOq':function(_0x482303,_0x34dec8){return _0x482303!==_0x34dec8;},'ACPVP':_0x2aebd9(0x1c2),'Zkzmn':function(_0x50f432,_0x328ff7){return _0x50f432(_0x328ff7);},'rUOyX':_0x2aebd9(0x1c6),'Aikqt':function(_0x288644,_0x3d001a){return _0x288644(_0x3d001a);},'hMYZT':_0x2aebd9(0x133),'pQhjB':_0x2aebd9(0x1f1),'iGpjX':function(_0x3d0eea){return _0x3d0eea();},'wWbdi':_0x2aebd9(0x219),'ZAzYe':function(_0x29b171,_0x49404b){return _0x29b171!==_0x49404b;},'HtoQj':_0x2aebd9(0x17b),'EweSj':function(_0x358e71,_0x453ce9){return _0x358e71(_0x453ce9);},'xSubq':_0x2aebd9(0x1ff),'mydym':_0x2aebd9(0x196),'lVglI':function(_0x499361,_0x3bbbc4){return _0x499361*_0x3bbbc4;},'YqqnT':function(_0x442dfc,_0x57dfb9){return _0x442dfc===_0x57dfb9;},'JYCBS':'lGBjK','QLYEY':_0x2aebd9(0x214),'ZNlzj':_0x2aebd9(0x1ba),'INcPg':_0x2aebd9(0x15c),'mSwVz':_0x2aebd9(0x136),'vycVR':function(_0x547ff6,_0x3fb398){return _0x547ff6||_0x3fb398;},'ksCmL':_0x2aebd9(0x210),'pdERn':_0x2aebd9(0x14c),'pyIIA':_0x2aebd9(0x1d7),'loxRN':_0x2aebd9(0x130),'UXEEn':_0x2aebd9(0x1d8),'SabGT':_0x2aebd9(0x24e),'dfSFo':function(_0x1813ad,_0x54ad5b){return _0x1813ad!==_0x54ad5b;},'IZRSX':'UxuIn','xJVFV':function(_0xd9e105,_0x43ee53){return _0xd9e105===_0x43ee53;},'OCZfY':_0x2aebd9(0x218),'CMECV':function(_0x155805,_0x1ca213){return _0x155805===_0x1ca213;},'aNBXf':_0x2aebd9(0x203),'eAKXm':function(_0x1f84d5,_0x5857ed){return _0x1f84d5!==_0x5857ed;},'jFLeC':_0x2aebd9(0x1c9),'VOYUr':_0x2aebd9(0x1f6),'lwHSe':_0x2aebd9(0x1e0),'WKEoD':_0x2aebd9(0x1ae),'AIUQt':function(_0x66caa1,_0x30fb36){return _0x66caa1!==_0x30fb36;},'oWbra':_0x2aebd9(0x1aa),'BseEJ':function(_0x4928ec,_0x10251f){return _0x4928ec!==_0x10251f;},'wWhxj':_0x2aebd9(0x1a4),'MfQpS':function(_0x316a09,_0x4d8fb8){return _0x316a09(_0x4d8fb8);},'FMGpm':function(_0x3c2135,_0x3deacf){return _0x3c2135===_0x3deacf;},'vdIQQ':_0x2aebd9(0x243),'nyANG':_0x2aebd9(0x23e),'SYRnN':_0x2aebd9(0x23f),'GqjLm':function(_0x2d1469,_0x7e896){return _0x2d1469(_0x7e896);},'spHuW':_0x2aebd9(0x146),'ZjxHa':function(_0x4820ad,_0x5bc1f6){return _0x4820ad(_0x5bc1f6);},'Dhtfk':'YIIdh','JpPWv':_0x2aebd9(0x1b1),'LagpH':_0x2aebd9(0x1c5),'yxAtq':function(_0x233436,_0x2b24d6){return _0x233436(_0x2b24d6);},'pFFRt':'@cucumber/cucumber/lib/api/paths.js','LKnhD':_0x2aebd9(0x15f),'TmZOG':function(_0x2521ce,_0x998e37){return _0x2521ce!==_0x998e37;},'FYhVy':'FLYgY','APqAZ':function(_0x49120d,_0x4b3077){return _0x49120d(_0x4b3077);},'EtLUW':_0x2aebd9(0x147),'zsuXK':function(_0x1867b1,_0x424813){return _0x1867b1>_0x424813;},'DdNuW':function(_0x53f97f,_0x4b5822){return _0x53f97f<_0x4b5822;},'pTsqu':function(_0x7b77d9,_0x49d0f8){return _0x7b77d9(_0x49d0f8);},'sVKEC':function(_0x555265,_0x3adeb4){return _0x555265!==_0x3adeb4;},'QXxnk':function(_0x3fffe8,_0x5e54b2){return _0x3fffe8>_0x5e54b2;},'VjYRU':function(_0x144390,_0x104f82){return _0x144390!==_0x104f82;},'cYOVw':_0x2aebd9(0x150),'qwvqA':function(_0x4ef006,_0x470889){return _0x4ef006(_0x470889);},'rojNb':'beforeExit','ujroB':function(_0x5a3e76,_0x44b4ce){return _0x5a3e76(_0x44b4ce);},'PqzIP':function(_0x30d488){return _0x30d488();}};return new Promise(async(_0x24126d,_0x7446e4)=>{const _0x3610fc=_0x2aebd9,_0x235bff={'BqWqK':function(_0x13a3ab){return _0x1cf89d['eoIPF'](_0x13a3ab);},'emGBe':function(_0x8d50ea,_0x5efe6d){const _0x448dc1=a21_0x4629;return _0x1cf89d[_0x448dc1(0x1a0)](_0x8d50ea,_0x5efe6d);},'JRlVf':function(_0x7e5dbb,_0x1052c7){const _0x3a9425=a21_0x4629;return _0x1cf89d[_0x3a9425(0x1b3)](_0x7e5dbb,_0x1052c7);},'Fjqwq':_0x1cf89d['WpGyy'],'Ngwua':function(_0x47a898,_0x367d9f){return _0x1cf89d['LATpl'](_0x47a898,_0x367d9f);},'vjNRw':_0x1cf89d[_0x3610fc(0x14d)],'JJttH':_0x1cf89d[_0x3610fc(0x187)],'ezZhr':function(_0x4791d4,_0x530a60){const _0x3fda83=_0x3610fc;return _0x1cf89d[_0x3fda83(0x200)](_0x4791d4,_0x530a60);},'IoXlU':function(_0x5dfa00,_0x5b4042){return _0x1cf89d['XMQNo'](_0x5dfa00,_0x5b4042);},'IxZaD':function(_0xe662c6,_0x34817c){return _0x1cf89d['jsTFI'](_0xe662c6,_0x34817c);},'xRIvw':_0x1cf89d['xmAlM'],'oxHeB':_0x1cf89d[_0x3610fc(0x159)],'UXYmW':function(_0x2e436d,_0x3c47b0,_0x264507){const _0x65042e=_0x3610fc;return _0x1cf89d[_0x65042e(0x1de)](_0x2e436d,_0x3c47b0,_0x264507);},'UxVHg':function(_0x32704c,_0x3585e1){const _0x5bb1e3=_0x3610fc;return _0x1cf89d[_0x5bb1e3(0x141)](_0x32704c,_0x3585e1);},'lpwdp':_0x1cf89d[_0x3610fc(0x1d2)],'zzJdw':_0x1cf89d['iKqSj'],'CAptk':_0x1cf89d[_0x3610fc(0x1e5)],'YDNSy':function(_0x493eb7){return _0x1cf89d['eoIPF'](_0x493eb7);},'VmxVH':function(_0x1685ef){const _0x5f5398=_0x3610fc;return _0x1cf89d[_0x5f5398(0x233)](_0x1685ef);},'Zycwq':_0x1cf89d[_0x3610fc(0x1a5)],'rNkhi':function(_0x4688b4,_0x39c62d){return _0x1cf89d['TMDLk'](_0x4688b4,_0x39c62d);},'RcxdQ':_0x1cf89d[_0x3610fc(0x225)],'pwadk':function(_0x31403b,_0x497be7){const _0x2816c4=_0x3610fc;return _0x1cf89d[_0x2816c4(0x1c1)](_0x31403b,_0x497be7);},'xeAos':function(_0x3544f8,_0x4c21da){const _0x2b8695=_0x3610fc;return _0x1cf89d[_0x2b8695(0x175)](_0x3544f8,_0x4c21da);},'eVDBP':function(_0x4eca2c,_0x51aa1d){const _0xaf962a=_0x3610fc;return _0x1cf89d[_0xaf962a(0x1d4)](_0x4eca2c,_0x51aa1d);}};_0x1cf89d[_0x3610fc(0x16b)](require,_0x1cf89d['pHGiO'])();if(_0x1cf89d[_0x3610fc(0x153)](this[_0x3610fc(0x186)],_0x1cf89d[_0x3610fc(0x1e2)])){if(_0x1cf89d['unlOq'](_0x1cf89d[_0x3610fc(0x1dd)],_0x1cf89d[_0x3610fc(0x1dd)]))this[_0x3610fc(0x1d0)]['turboScaleUrl']=this['_bsConfig'][_0x3610fc(0x245)];else{const _0xe08317=_0x1cf89d[_0x3610fc(0x173)](requireModule,_0x1cf89d[_0x3610fc(0x23c)]),_0x64e87d=_0x1cf89d[_0x3610fc(0x13b)](requireModule,_0x1cf89d[_0x3610fc(0x1e2)]);_0x1cf89d['eoIPF'](isBrowserstackInfra)&&(_0x1cf89d[_0x3610fc(0x212)](_0x1cf89d[_0x3610fc(0x157)],_0x1cf89d['pQhjB'])?_0x1cf89d['iGpjX'](modifyCommand):_0x235bff[_0x3610fc(0x1a1)](_0x1713ad));const _0x2fa0b5=_0x1cf89d[_0x3610fc(0x1d4)](require,_0x1cf89d[_0x3610fc(0x1a2)])['mochaHooks'],_0x26c6fb={};_0x26c6fb[_0x3610fc(0x174)]=[_0x2fa0b5[_0x3610fc(0x174)]],_0x26c6fb['beforeEach']=[_0x2fa0b5[_0x3610fc(0x217)]],_0x26c6fb[_0x3610fc(0x19f)]=[_0x2fa0b5[_0x3610fc(0x19f)]],_0x26c6fb[_0x3610fc(0x20c)]=[_0x2fa0b5[_0x3610fc(0x20c)]];const _0x36245d=_0x26c6fb;if(_0x1cf89d[_0x3610fc(0x233)](isTestObservabilitySession)){if(_0x1cf89d[_0x3610fc(0x1a3)](_0x1cf89d[_0x3610fc(0x1c3)],_0x1cf89d[_0x3610fc(0x1c3)])){const _0x23bb5d=_0x1cf89d['XMQNo'](_0x4a430b,this[_0x3610fc(0x1ac)])[_0x3610fc(0x142)](/ /g,'_');if(_0x1cf89d[_0x3610fc(0x141)](this[_0x3610fc(0x179)][_0x250a9e],_0x22adf5)&&_0x1cf89d[_0x3610fc(0x175)](this[_0x3610fc(0x179)][_0x1f739e][_0x3610fc(0x234)],0x0)){const _0x112c1c=this[_0x3610fc(0x179)][_0x54bfa3][0x1],_0x29f47f=''+this[_0x3610fc(0x179)][_0x52aafc][0x0];if(_0x1cf89d[_0x3610fc(0x141)](_0x112c1c,_0x31a5c8)){const _0x2de8a4=_0x3610fc(0x134)+_0x23bb5d+_0x5195b8['extname'](_0x112c1c);_0xcea7e4[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x15700a[_0x3610fc(0x138)](_0x29f47f+':'+_0x2de8a4);}else _0x46b65e[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x4723b8[_0x3610fc(0x138)](_0x29f47f+_0x3610fc(0x21c)+_0x23bb5d);}}else{const _0x3bcb38=_0x1cf89d[_0x3610fc(0x13c)](require,_0x1cf89d[_0x3610fc(0x225)])[_0x3610fc(0x1f5)];_0x36245d[_0x3610fc(0x174)]['unshift'](_0x3bcb38[_0x3610fc(0x174)]),_0x36245d['afterAll']['push'](_0x3bcb38[_0x3610fc(0x19f)]);}}const _0x18a0a4=await _0xe08317[_0x3610fc(0x15d)](this['_mochaOpts'][_0x3610fc(0x183)]);Object['assign'](this[_0x3610fc(0x223)],_0x18a0a4);this[_0x3610fc(0x223)]['rootHooks']&&(_0x1cf89d[_0x3610fc(0x1b3)](_0x1cf89d[_0x3610fc(0x1fa)],_0x1cf89d[_0x3610fc(0x232)])?(_0x1b41f2[_0x3610fc(0x143)](_0x4befbb),_0x457df4[_0x3610fc(0x163)]=0x1,_0x1cf89d[_0x3610fc(0x1b4)](_0x515dd0,_0x1f4110)):(this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x174)]&&_0x36245d[_0x3610fc(0x174)]['unshift'](...this['_mochaOpts']['rootHooks'][_0x3610fc(0x174)]),this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x217)]&&_0x36245d[_0x3610fc(0x217)]['unshift'](...this['_mochaOpts'][_0x3610fc(0x161)][_0x3610fc(0x217)]),this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x19f)]&&_0x36245d[_0x3610fc(0x19f)][_0x3610fc(0x138)](...this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x19f)]),this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x20c)]&&_0x36245d['afterEach'][_0x3610fc(0x138)](...this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x20c)])));const _0x2703e5=this[_0x3610fc(0x223)][_0x3610fc(0x19a)];let _0x2df2a7=_0x1cf89d[_0x3610fc(0x1bf)](this[_0x3610fc(0x223)][_0x3610fc(0x17f)],0x1);_0x1cf89d[_0x3610fc(0x24a)](this['_mochaOpts'][_0x3610fc(0x17f)],0x0)?_0x1cf89d[_0x3610fc(0x141)](_0x1cf89d[_0x3610fc(0x21d)],_0x1cf89d[_0x3610fc(0x198)])?_0x2df2a7=0x0:_0x1cf89d[_0x3610fc(0x1d4)](_0x5bd87a,_0xc047bf):_0x1cf89d[_0x3610fc(0x1a3)](_0x1cf89d[_0x3610fc(0x155)],_0x1cf89d[_0x3610fc(0x240)])?_0x2df2a7+=constants[_0x3610fc(0x190)]:_0x18bb66+=_0x450dc2[_0x3610fc(0x190)];const _0x52c1ed={...this[_0x3610fc(0x223)],'reporter':path[_0x3610fc(0x1b8)](__dirname,_0x1cf89d[_0x3610fc(0x244)]),'reporterOption':{...this[_0x3610fc(0x223)][_0x3610fc(0x193)],'type':_0x1cf89d[_0x3610fc(0x135)](_0x2703e5,_0x1cf89d[_0x3610fc(0x1a6)]),'testObservability':this[_0x3610fc(0x21a)],'bsConfig':this[_0x3610fc(0x1c8)]},'parallel':![],'rootHooks':_0x36245d,'isWorker':!![],'timeout':_0x2df2a7};global[_0x3610fc(0x1cc)]=helper[_0x3610fc(0x1e1)](this[_0x3610fc(0x1d0)],[_0x1cf89d[_0x3610fc(0x20f)]]),global[_0x3610fc(0x130)]=helper['nestedKeyValue'](this[_0x3610fc(0x1d0)],[_0x1cf89d['pyIIA'],_0x1cf89d[_0x3610fc(0x1e7)]]),global['percy']=helper[_0x3610fc(0x1e1)](this[_0x3610fc(0x1d0)],[_0x1cf89d[_0x3610fc(0x199)],_0x1cf89d[_0x3610fc(0x169)]]),global[_0x3610fc(0x24e)]=helper[_0x3610fc(0x1e1)](this[_0x3610fc(0x1d0)],[_0x1cf89d[_0x3610fc(0x199)],_0x1cf89d[_0x3610fc(0x249)]]),global['capabilities']=[this[_0x3610fc(0x1ac)]];if(helper[_0x3610fc(0x19c)]()){if(_0x1cf89d['dfSFo'](_0x1cf89d[_0x3610fc(0x204)],_0x1cf89d[_0x3610fc(0x204)]))_0x5d13dc[_0x3610fc(0x1cd)]=!![];else{if(this['_bsConfig']['testContextOptions'][_0x3610fc(0x19b)]){if(_0x1cf89d[_0x3610fc(0x16f)](_0x1cf89d[_0x3610fc(0x202)],_0x1cf89d[_0x3610fc(0x202)]))global[_0x3610fc(0x14e)]=!![];else return;}this[_0x3610fc(0x1c8)][_0x3610fc(0x180)]['skipSessionStatus']&&(_0x1cf89d[_0x3610fc(0x20a)](_0x1cf89d[_0x3610fc(0x1d3)],_0x1cf89d[_0x3610fc(0x1d3)])?global[_0x3610fc(0x1cd)]=!![]:(_0x29f302=_0x1cf89d[_0x3610fc(0x165)](_0x525553,_0x1cf89d[_0x3610fc(0x191)])[_0x3610fc(0x132)],_0x505227[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0xbba576[_0x3610fc(0x138)](_0xa1e60a['join'](_0x514a20,_0x1cf89d[_0x3610fc(0x19d)])),_0x41e5b2=_0x1cf89d[_0x3610fc(0x16a)]));}}this[_0x3610fc(0x1c8)][_0x3610fc(0x245)]&&(_0x1cf89d[_0x3610fc(0x17a)](_0x1cf89d[_0x3610fc(0x227)],_0x1cf89d['VOYUr'])?this[_0x3610fc(0x1d0)]['turboScaleUrl']=this[_0x3610fc(0x1c8)][_0x3610fc(0x245)]:_0x1cf89d[_0x3610fc(0x1d4)](_0x15e390,_0x1cf89d['urIHH'])[_0x3610fc(0x177)](this[_0x3610fc(0x1d0)],null,this['_testObservability']));const _0xcec588=new _0x64e87d(_0x52c1ed);_0xcec588[_0x3610fc(0x201)]=_0xcec588[_0x3610fc(0x154)];_0x1cf89d['eoIPF'](isTestObservabilitySession)?_0x1cf89d[_0x3610fc(0x141)](_0x1cf89d[_0x3610fc(0x1ee)],_0x1cf89d[_0x3610fc(0x21b)])?_0xcec588[_0x3610fc(0x154)]=function(_0x4d3b26){const _0x341595=_0x3610fc;if(_0x235bff[_0x341595(0x236)](_0x235bff[_0x341595(0x237)],_0x235bff[_0x341595(0x237)]))_0x13fa96[_0x341595(0x14e)]=!![];else return _0xcec588[_0x341595(0x201)](_0x3bc8e8=>{const _0x35f9f0=_0x341595,_0x5d7b2a={'fGGro':function(_0x56a23a,_0x3d6d58){const _0x4c41d6=a21_0x4629;return _0x235bff[_0x4c41d6(0x178)](_0x56a23a,_0x3d6d58);},'IJycC':function(_0x3a8a53,_0x19f981){return _0x235bff['emGBe'](_0x3a8a53,_0x19f981);},'zymeI':function(_0x3cad97,_0x46627b){const _0x43340f=a21_0x4629;return _0x235bff[_0x43340f(0x1f8)](_0x3cad97,_0x46627b);},'CbSXq':_0x235bff[_0x35f9f0(0x13a)],'czdez':function(_0x2a0748,_0x2d13e8){const _0x255c21=_0x35f9f0;return _0x235bff[_0x255c21(0x248)](_0x2a0748,_0x2d13e8);},'VdQnq':_0x235bff['vjNRw'],'IjIzN':_0x235bff['JJttH'],'xerWY':function(_0x30f0a5,_0x122e0f){const _0x57d1ef=_0x35f9f0;return _0x235bff[_0x57d1ef(0x1f0)](_0x30f0a5,_0x122e0f);},'erbfO':function(_0xc82a7f,_0x5ed2ee){const _0x405c7f=_0x35f9f0;return _0x235bff[_0x405c7f(0x247)](_0xc82a7f,_0x5ed2ee);}};if(_0x235bff[_0x35f9f0(0x1bb)](_0x235bff['xRIvw'],_0x235bff[_0x35f9f0(0x1c7)])){const _0x3eede6=_0x235bff[_0x35f9f0(0x13d)](setInterval,async()=>{const _0x4cfbea=_0x35f9f0,_0x7ec378={'XBIJH':function(_0x10341c,_0x24a5fa){const _0x400a3d=a21_0x4629;return _0x5d7b2a[_0x400a3d(0x139)](_0x10341c,_0x24a5fa);}};if(_0x5d7b2a[_0x4cfbea(0x228)](_0x5d7b2a[_0x4cfbea(0x24c)],_0x5d7b2a[_0x4cfbea(0x24c)]))_0x5d7b2a[_0x4cfbea(0x230)](RequestQueueHandler[_0x4cfbea(0x149)]()['pendingUploads'],0x0)&&(_0x5d7b2a[_0x4cfbea(0x228)](_0x5d7b2a[_0x4cfbea(0x176)],_0x5d7b2a[_0x4cfbea(0x181)])?_0x7ec378[_0x4cfbea(0x12f)](_0x1fc614,_0x426d0f):(_0x5d7b2a[_0x4cfbea(0x13f)](clearInterval,_0x3eede6),await _0x5d7b2a[_0x4cfbea(0x1e9)](cleanupDrivers,global['__driversArray']),_0x5d7b2a[_0x4cfbea(0x1f9)](_0x24126d,_0x3bc8e8)));else{const _0x3c35d2={};_0x3c35d2[_0x4cfbea(0x189)]=_0x417a3d[_0x4cfbea(0x1d1)],_0x3c35d2[_0x4cfbea(0x1b6)]=_0x5bb54b['totalTests'],_0x3c35d2[_0x4cfbea(0x18a)]=_0x18f073[_0x4cfbea(0x1bd)],_0x3c35d2['stepsFailed']=_0xcae9aa[_0x4cfbea(0x151)],_0x3c35d2[_0x4cfbea(0x1b9)]=_0x5cf3a1[_0x4cfbea(0x12d)],_0x3c35d2['stepsSkipped']=_0x448b6f[_0x4cfbea(0x168)],_0x3c35d2[_0x4cfbea(0x1fe)]=_0x4df149['testsPending'],_0x3c35d2[_0x4cfbea(0x22c)]=_0xe213ca['testsUndefined'],_0x3c35d2['stepsUnknown']=_0x3ad705[_0x4cfbea(0x145)],_0x3c35d2['stepsAmbiguous']=_0x34e2a1['testsAmbiguous'],_0x3c35d2[_0x4cfbea(0x182)]=_0x91bf60[_0x4cfbea(0x1ad)],_0x3c35d2[_0x4cfbea(0x12e)]=_0xe0dd7e['testsErrorMessage'];const _0x21d86b=_0x3c35d2;_0x5d7b2a[_0x4cfbea(0x13f)](_0x12e1df,_0x21d86b);}},0x3e8);}else _0x29c30e[_0x35f9f0(0x18b)](_0xf05ccc,0x1);});}:_0x2e7a6e=0x0:_0x1cf89d[_0x3610fc(0x1cf)](_0x1cf89d['oWbra'],_0x1cf89d['oWbra'])?(_0x4a1e85=_0x1cf89d[_0x3610fc(0x165)](_0x47f6a0,_0x1cf89d[_0x3610fc(0x23d)])[_0x3610fc(0x132)],_0x2c1d86[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x5e7b74[_0x3610fc(0x138)](_0x1af993['join'](_0x24408f,_0x1cf89d[_0x3610fc(0x152)]))):_0xcec588[_0x3610fc(0x154)]=function(_0x4d978e){const _0x50002f=_0x3610fc,_0x4c2868={'hrMsg':function(_0x2d3e7e,_0x45f3f7){return _0x1cf89d['VbrzP'](_0x2d3e7e,_0x45f3f7);},'CKVWg':_0x1cf89d['BKspg'],'ujbma':function(_0x102020,_0x48e535){const _0x1c6ed0=a21_0x4629;return _0x1cf89d[_0x1c6ed0(0x153)](_0x102020,_0x48e535);},'TJxzr':_0x1cf89d['erNvp'],'xaMZd':_0x1cf89d[_0x50002f(0x1c4)],'gFpqN':function(_0x121259,_0x5061f3){const _0x46c493=_0x50002f;return _0x1cf89d[_0x46c493(0x1da)](_0x121259,_0x5061f3);},'oiWIo':function(_0x1f4779,_0x4d8a3d){const _0x549348=_0x50002f;return _0x1cf89d[_0x549348(0x1d4)](_0x1f4779,_0x4d8a3d);}};if(_0x1cf89d['EZXLO'](_0x1cf89d[_0x50002f(0x231)],_0x1cf89d[_0x50002f(0x1d6)]))return _0xcec588[_0x50002f(0x201)](async _0x471dc2=>{const _0x1f313a=_0x50002f,_0x2e19da={'NhaUf':function(_0xd324dc,_0x573423){const _0x1ef97c=a21_0x4629;return _0x4c2868[_0x1ef97c(0x22d)](_0xd324dc,_0x573423);},'WSJzx':_0x4c2868[_0x1f313a(0x1ec)]};_0x4c2868[_0x1f313a(0x13e)](_0x4c2868[_0x1f313a(0x21e)],_0x4c2868[_0x1f313a(0x241)])?_0x204aa1=_0x2e19da[_0x1f313a(0x15b)](_0x487550,_0x2e19da[_0x1f313a(0x221)]):(await _0x4c2868[_0x1f313a(0x16c)](cleanupDrivers,global['__driversArray']),_0x4c2868[_0x1f313a(0x1be)](_0x24126d,_0x471dc2));});else _0x137a10=_0x235bff['emGBe'](_0x4c2170,_0x235bff[_0x50002f(0x1af)]);};try{_0x1cf89d[_0x3610fc(0x194)](_0x1cf89d[_0x3610fc(0x1cb)],_0x1cf89d[_0x3610fc(0x1cb)])?(this[_0x3610fc(0x1c8)]['testContextOptions'][_0x3610fc(0x19b)]&&(_0x461ab3[_0x3610fc(0x14e)]=!![]),this[_0x3610fc(0x1c8)][_0x3610fc(0x180)]['skipSessionStatus']&&(_0x4c17fe['__skipSessionStatus']=!![])):_0x1cf89d['MfQpS'](require,_0x1cf89d[_0x3610fc(0x18d)])['browserstackAgentV2'](this[_0x3610fc(0x1d0)],null,this[_0x3610fc(0x21a)]);}catch{}const _0x541359=_0xe08317[_0x3610fc(0x158)](_0xcec588,_0x52c1ed);_0x541359&&_0x541359[_0x3610fc(0x1a9)](_0x877f6=>{const _0x504b6a=_0x3610fc;if(_0x1cf89d[_0x504b6a(0x141)](_0x1cf89d[_0x504b6a(0x213)],_0x1cf89d[_0x504b6a(0x213)])){const _0x49b9cd=_0x235bff[_0x504b6a(0x224)]['split']('|');let _0x4e70ef=0x0;while(!![]){switch(_0x49b9cd[_0x4e70ef++]){case'0':_0x524458['testsUndefined']=0x0;continue;case'1':_0x45c7b4['testsFailed']=0x0;continue;case'2':this[_0x504b6a(0x1ac)]=this['_configuration']['capability'];continue;case'3':this[_0x504b6a(0x223)]=_0x11e5a9[_0x504b6a(0x20d)];continue;case'4':_0x5a795f[_0x504b6a(0x1ab)]=0x0;continue;case'5':_0x35fa79[_0x504b6a(0x168)]=0x0;continue;case'6':_0x3367cf[_0x504b6a(0x22f)]=0x0;continue;case'7':this[_0x504b6a(0x1c8)]=_0x214eca;continue;case'8':this['_accessibilityAutomation']=_0x235bff[_0x504b6a(0x1a7)](_0x10917d);continue;case'9':this[_0x504b6a(0x186)]=_0x1e884c;continue;case'10':_0x4de76c[_0x504b6a(0x1d1)]=0x0;continue;case'11':_0x355519[_0x504b6a(0x12d)]=0x0;continue;case'12':this['_formatter']=_0x4f3bc7['formatter'];continue;case'13':_0x4ce1e7[_0x504b6a(0x222)]=this[_0x504b6a(0x1d0)][_0x504b6a(0x20e)];continue;case'14':_0xa1ed72['testSuitesFailed']=0x0;continue;case'15':this[_0x504b6a(0x1d0)]=_0x275be1['configuration']||{};continue;case'16':_0x1f0393[_0x504b6a(0x12e)]={};continue;case'17':this['_testObservability']=_0x235bff[_0x504b6a(0x131)](_0x5a69c3);continue;case'18':_0x42fabf[_0x504b6a(0x145)]=0x0;continue;case'19':_0x4a8529['__platformCaps']=this['_configuration'][_0x504b6a(0x1ea)]||{};continue;case'20':this[_0x504b6a(0x1f3)]=_0x39bd80;continue;case'21':_0x4698da[_0x504b6a(0x1ef)]=0x0;continue;}break;}}else _0x1cf89d['sytGU'](_0x7446e4,_0x877f6);});}}else{if(_0x1cf89d[_0x3610fc(0x1d5)](this[_0x3610fc(0x186)],_0x1cf89d[_0x3610fc(0x140)])){let _0x5f3914;try{if(_0x1cf89d[_0x3610fc(0x20b)](_0x1cf89d['nyANG'],_0x1cf89d['SYRnN']))_0x5f3914=_0x1cf89d['GqjLm'](requireModule,_0x1cf89d[_0x3610fc(0x1eb)]);else{const _0x128037=this['_formatter'][_0x5793d8][0x1],_0x2df925=''+this[_0x3610fc(0x179)][_0x2b9c0f][0x0];if(_0x1cf89d[_0x3610fc(0x24b)](_0x128037,_0x38ca2d)){const _0x414f57='tmp/'+_0x2a2f68+_0x5ca893[_0x3610fc(0x1b7)](_0x128037);_0x5bc4e3[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x320b56[_0x3610fc(0x138)](_0x2df925+':'+_0x414f57);}else _0x1e1a62[_0x3610fc(0x138)](_0x1cf89d['sXgkb']),_0xfbad9f[_0x3610fc(0x138)](_0x2df925+_0x3610fc(0x21c)+_0x38dec4);}}catch(_0x17fe86){if(_0x1cf89d['EZXLO'](_0x1cf89d['spHuW'],_0x1cf89d[_0x3610fc(0x170)])){const _0x39175d='tmp/'+_0x5ddfba+_0x476559['extname'](_0x241a15);_0x354ed3[_0x3610fc(0x138)](_0x235bff[_0x3610fc(0x18c)]),_0x422c18[_0x3610fc(0x138)](_0x27101a+':'+_0x39175d);}else _0x5f3914=_0x1cf89d['ZjxHa'](requireModule,_0x1cf89d['BKspg']);}const _0x2a49f6=this['_argv'],_0x2b2d1f=_0x2a49f6[_0x3610fc(0x1fb)](_0x1cf89d[_0x3610fc(0x140)]);_0x1cf89d['uHqmZ'](_0x2b2d1f,-0x1)&&(_0x1cf89d['BseEJ'](_0x1cf89d[_0x3610fc(0x215)],_0x1cf89d[_0x3610fc(0x215)])?(_0x2ccd40[_0x3610fc(0x138)](_0x235bff['Zycwq']),_0x3237f4[_0x3610fc(0x138)](_0x2e3526+_0x3610fc(0x21c)+_0x58cde8)):_0x2a49f6[_0x3610fc(0x18b)](_0x2b2d1f,0x1));const _0x186330=_0x1cf89d[_0x3610fc(0x21f)];try{if(_0x1cf89d['eAKXm'](_0x1cf89d[_0x3610fc(0x242)],_0x1cf89d['LagpH']))this[_0x3610fc(0x223)]['rootHooks'][_0x3610fc(0x174)]&&_0x42259e[_0x3610fc(0x174)]['unshift'](...this['_mochaOpts'][_0x3610fc(0x161)]['beforeAll']),this['_mochaOpts'][_0x3610fc(0x161)][_0x3610fc(0x217)]&&_0x3a0a2e[_0x3610fc(0x217)][_0x3610fc(0x162)](...this[_0x3610fc(0x223)]['rootHooks']['beforeEach']),this[_0x3610fc(0x223)]['rootHooks']['afterAll']&&_0x303cdd[_0x3610fc(0x19f)]['push'](...this[_0x3610fc(0x223)][_0x3610fc(0x161)]['afterAll']),this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x20c)]&&_0x95b175['afterEach'][_0x3610fc(0x138)](...this['_mochaOpts'][_0x3610fc(0x161)][_0x3610fc(0x20c)]);else{const _0xad620f=_0x1cf89d['yxAtq'](requireModule,_0x1cf89d[_0x3610fc(0x1f2)]),_0x25a6ae=_0xad620f['resolvePaths'];_0xad620f.resolvePaths=async function(){const pathResults=await _0x25a6ae.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x186330)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x2a49f6[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x2a49f6[_0x3610fc(0x138)](path[_0x3610fc(0x1b8)](__dirname,_0x1cf89d[_0x3610fc(0x152)]));}}catch(_0x3044cd){let _0x5e3b83=_0x1cf89d[_0x3610fc(0x1a8)],_0x94bdd7;try{if(_0x1cf89d[_0x3610fc(0x235)](_0x1cf89d[_0x3610fc(0x226)],_0x1cf89d[_0x3610fc(0x226)])){const _0x47c55e=_0x235bff[_0x3610fc(0x164)](_0x5d724b,_0x235bff[_0x3610fc(0x1d9)])[_0x3610fc(0x1f5)];_0x4ec82c[_0x3610fc(0x174)][_0x3610fc(0x162)](_0x47c55e['beforeAll']),_0x6cce3b[_0x3610fc(0x19f)][_0x3610fc(0x138)](_0x47c55e['afterAll']);}else _0x94bdd7=_0x1cf89d[_0x3610fc(0x1a0)](requireModule,_0x1cf89d['Rjqrd'])[_0x3610fc(0x132)],_0x2a49f6[_0x3610fc(0x138)](_0x1cf89d['sXgkb']),_0x2a49f6[_0x3610fc(0x138)](path['join'](__dirname,_0x1cf89d[_0x3610fc(0x152)]));}catch(_0x4a277b){_0x94bdd7=_0x1cf89d['APqAZ'](requireModule,_0x1cf89d['HRYhM'])['default'],_0x2a49f6[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x2a49f6['push'](path[_0x3610fc(0x1b8)](__dirname,_0x1cf89d[_0x3610fc(0x19d)])),_0x5e3b83=_0x1cf89d[_0x3610fc(0x16a)];}const _0x11c49f=_0x94bdd7['prototype'][_0x3610fc(0x188)];_0x94bdd7[_0x3610fc(0x1f7)][_0x3610fc(0x188)]=async function(){const _0x324ad4=_0x3610fc,_0x5584a0=await _0x11c49f[_0x324ad4(0x22a)](this);return _0x5584a0[_0x324ad4(0x1dc)][_0x324ad4(0x162)](path[_0x324ad4(0x1b8)](__dirname,_0x5e3b83)),_0x5584a0[_0x324ad4(0x1dc)]['push'](path['join'](__dirname,_0x186330)),_0x5584a0;};}_0x2a49f6[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1bc)]),_0x2a49f6[_0x3610fc(0x138)](''+this[_0x3610fc(0x1d0)][_0x3610fc(0x18f)]);if(this['_formatter']&&_0x1cf89d[_0x3610fc(0x160)](this[_0x3610fc(0x179)][_0x3610fc(0x234)],0x0))for(let _0x195384=0x0;_0x1cf89d[_0x3610fc(0x22e)](_0x195384,this[_0x3610fc(0x179)]['length']);_0x195384++){const _0x391c75=_0x1cf89d[_0x3610fc(0x148)](getPlatformName,this['_capability'])[_0x3610fc(0x142)](/ /g,'_');if(_0x1cf89d['sVKEC'](this[_0x3610fc(0x179)][_0x195384],undefined)&&_0x1cf89d['QXxnk'](this[_0x3610fc(0x179)][_0x195384][_0x3610fc(0x234)],0x0)){const _0x33532b=this['_formatter'][_0x195384][0x1],_0x5eed83=''+this['_formatter'][_0x195384][0x0];if(_0x1cf89d[_0x3610fc(0x16d)](_0x33532b,undefined)){const _0x1cd29f=_0x3610fc(0x134)+_0x391c75+path['extname'](_0x33532b);_0x2a49f6['push'](_0x1cf89d[_0x3610fc(0x1a5)]),_0x2a49f6[_0x3610fc(0x138)](_0x5eed83+':'+_0x1cd29f);}else _0x2a49f6[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x2a49f6['push'](_0x5eed83+_0x3610fc(0x21c)+_0x391c75);}}const _0xa08a03=new _0x5f3914['default']({'argv':_0x2a49f6,'cwd':process['cwd'](),'stdout':process[_0x3610fc(0x1db)],'stderr':process[_0x3610fc(0x1f4)],'env':process[_0x3610fc(0x1e8)]});process[_0x3610fc(0x1e8)]['CONFIG']=JSON['stringify'](this['_configuration']),_0xa08a03['run']()[_0x3610fc(0x24f)](_0x4de266=>{const _0x5e598d=_0x3610fc,_0x304ce9={};_0x304ce9[_0x5e598d(0x189)]=global[_0x5e598d(0x1d1)],_0x304ce9[_0x5e598d(0x1b6)]=global[_0x5e598d(0x1ab)],_0x304ce9[_0x5e598d(0x18a)]=global[_0x5e598d(0x1bd)],_0x304ce9[_0x5e598d(0x229)]=global[_0x5e598d(0x151)],_0x304ce9[_0x5e598d(0x1b9)]=global[_0x5e598d(0x12d)],_0x304ce9[_0x5e598d(0x14f)]=global[_0x5e598d(0x168)],_0x304ce9[_0x5e598d(0x1fe)]=global[_0x5e598d(0x1ef)],_0x304ce9[_0x5e598d(0x22c)]=global[_0x5e598d(0x1ca)],_0x304ce9[_0x5e598d(0x171)]=global[_0x5e598d(0x145)],_0x304ce9['stepsAmbiguous']=global[_0x5e598d(0x22f)],_0x304ce9['processSuccess']=_0x4de266[_0x5e598d(0x1ad)],_0x304ce9[_0x5e598d(0x12e)]=global[_0x5e598d(0x12e)];const _0x24b5d6=_0x304ce9;_0x235bff[_0x5e598d(0x239)](_0x24126d,_0x24b5d6);})['catch'](_0x15040d=>{const _0x2e0c37=_0x3610fc;_0x1cf89d[_0x2e0c37(0x1b4)](_0x7446e4,_0x15040d);});}else{if(_0x1cf89d[_0x3610fc(0x20a)](this[_0x3610fc(0x186)],_0x1cf89d[_0x3610fc(0x207)])){process[_0x3610fc(0x16e)]=this['_configuration'][_0x3610fc(0x17c)];try{_0x1cf89d[_0x3610fc(0x233)](modifyCommand),_0x1cf89d[_0x3610fc(0x1b2)](require,_0x1cf89d[_0x3610fc(0x18d)])[_0x3610fc(0x1fd)](this[_0x3610fc(0x1d0)]);let _0x5cd3e5=0x0;process['on'](_0x1cf89d['rojNb'],async()=>{const _0x17080c=_0x3610fc;if(_0x235bff[_0x17080c(0x1ce)](_0x5cd3e5,0x0))return;_0x5cd3e5++,await _0x235bff[_0x17080c(0x18e)](cleanupDrivers,global[_0x17080c(0x15a)]);}),_0x1cf89d['ujroB'](require,this[_0x3610fc(0x1d0)][_0x3610fc(0x1df)]);}catch(_0x555605){console['error'](_0x555605),process[_0x3610fc(0x163)]=0x1,_0x1cf89d['Aikqt'](_0x7446e4,_0x555605);}_0x1cf89d[_0x3610fc(0x209)](_0x24126d);}}}});}}module[a21_0x4a4bce(0x211)]=Launcher;
@@ -1 +1 @@
1
- function a22_0x502f(){const _0xb6681a=['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','wTXZs','BS_A11Y_JWT','ipkfk','36lyeRbh','XmiYF','browserstack.accessibility','hmUIX','vwpMH','pwjIK','bFnPc','xXHiG','capability','aktLV','Options','33770PFbQiR','vzHsO','ZdtTe','PraYw','capabilities_','qrrfG','Exception\x20in\x20setExtension\x20Error:\x20','aVHOO','WVQsy','warn','selenium-webdriver/chrome.js','dsttV','OvhzI','getCapabilities','tEOov','450892njNIPA','OirhK','ugIht','GtDey','1861664jVfZAy','ivEdu','gWkvo','SrYxB','get','accessibility','BtNcw','SeLxp','../../../helpers/helper','vyMux','zLtba','lKhak','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','qIviM','msCao','iSBjG','QWlCp','debug','XvgUM','winstonLogger','hqosj','YgjFg','XjlTx','env','format','ybjZm','parse','dEQbq','gXyFq','browserVersion','scannerVersion','uPGTm','bstack:options','2810YmgdKv','uAzvI','EycCO','requireModule','EODXO','browserstack.accessibilityOptions','OPkrO','latest','__cloud_provider___','FNAYJ','5412858RsJYTx','nestedKeyValue','HcdKm','isUndefined','YLQgX','fetchPlatformDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','XXDgh','DxWkU','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','2649565TgcUWe','iPtXm','browser_version','hmjnk','device','QAsma','nojFO','GwxCD','--headless','KeCpo','vRRAl','taFHw','vMVpM','412909NcYpCD','LbkQk','path','EmScW','zqPaf','573516pTQOMY','tUkQa','chrome','SfvhX','QKskr','ZwAmG','BMsJj','setAccessibilityCapabilities','JPKfT','YsPVD','../../../helpers/globals','DCEjv','accessibilityOptions','Rdxez','includes','gzPUc','sdLrL','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','setGlobal','authToken','9SDmUDo','AhpQk','../../../helpers/logger','zJWXS','setExtension','options_','getPlatformVersion','7oUWBJX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','util','Jafpq'];a22_0x502f=function(){return _0xb6681a;};return a22_0x502f();}const a22_0x353c11=a22_0x4c77;function a22_0x4c77(_0x15b2c2,_0x2223b6){const _0x502f94=a22_0x502f();return a22_0x4c77=function(_0x4c7787,_0x164796){_0x4c7787=_0x4c7787-0x135;let _0xade4f5=_0x502f94[_0x4c7787];return _0xade4f5;},a22_0x4c77(_0x15b2c2,_0x2223b6);}(function(_0x5d88f0,_0xee8998){const _0x54a048=a22_0x4c77,_0x5c9bb0=_0x5d88f0();while(!![]){try{const _0x21a979=parseInt(_0x54a048(0x155))/0x1+parseInt(_0x54a048(0x197))/0x2+parseInt(_0x54a048(0x16e))/0x3*(parseInt(_0x54a048(0x15a))/0x4)+parseInt(_0x54a048(0x148))/0x5+-parseInt(_0x54a048(0x13d))/0x6*(parseInt(_0x54a048(0x175))/0x7)+parseInt(_0x54a048(0x19b))/0x8*(-parseInt(_0x54a048(0x17d))/0x9)+-parseInt(_0x54a048(0x1bc))/0xa*(-parseInt(_0x54a048(0x188))/0xb);if(_0x21a979===_0xee8998)break;else _0x5c9bb0['push'](_0x5c9bb0['shift']());}catch(_0x415c20){_0x5c9bb0['push'](_0x5c9bb0['shift']());}}}(a22_0x502f,0x99584));const path=require(a22_0x353c11(0x157)),os=require('os'),util=require(a22_0x353c11(0x177)),bsSetupHelper=require(a22_0x353c11(0x1a3)),globals=require(a22_0x353c11(0x164)),logger=require(a22_0x353c11(0x170))[a22_0x353c11(0x1ae)];exports[a22_0x353c11(0x161)]=_0x405dce=>{const _0x576b05=a22_0x353c11,_0xdb49d={};_0xdb49d[_0x576b05(0x196)]=_0x576b05(0x176),_0xdb49d[_0x576b05(0x1ab)]=_0x576b05(0x147),_0xdb49d[_0x576b05(0x190)]=_0x576b05(0x1bb),_0xdb49d['uAzvI']='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0xdb49d[_0x576b05(0x15b)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.',_0xdb49d['YgjFg']='browserstack.accessibilityOptions',_0xdb49d[_0x576b05(0x181)]=_0x576b05(0x192),_0xdb49d[_0x576b05(0x1a2)]=function(_0x26a6a1,_0x526119){return _0x26a6a1!==_0x526119;},_0xdb49d[_0x576b05(0x186)]=_0x576b05(0x199),_0xdb49d[_0x576b05(0x19c)]=_0x576b05(0x17f),_0xdb49d[_0x576b05(0x189)]=_0x576b05(0x151),_0xdb49d[_0x576b05(0x156)]='isAccessibilityPlatform',_0xdb49d[_0x576b05(0x19a)]=function(_0x174b88,_0x3d5134){return _0x174b88===_0x3d5134;},_0xdb49d[_0x576b05(0x1ad)]=_0x576b05(0x1a5),_0xdb49d[_0x576b05(0x139)]=_0x576b05(0x18f),_0xdb49d[_0x576b05(0x17c)]=_0x576b05(0x15d),_0xdb49d[_0x576b05(0x13c)]=_0x576b05(0x1b1),_0xdb49d['BtNcw']=function(_0x1850a1,_0x3beb22){return _0x1850a1===_0x3beb22;},_0xdb49d[_0x576b05(0x14f)]=_0x576b05(0x1b4),_0xdb49d['SrYxB']=_0x576b05(0x153),_0xdb49d[_0x576b05(0x162)]=function(_0x5597c9,_0xb6b5f6){return _0x5597c9!==_0xb6b5f6;},_0xdb49d[_0x576b05(0x146)]=_0x576b05(0x145),_0xdb49d['KjfDq']=function(_0x42e5a,_0x1cb31e){return _0x42e5a!==_0x1cb31e;},_0xdb49d[_0x576b05(0x1b7)]='dOZAO',_0xdb49d[_0x576b05(0x15e)]=_0x576b05(0x167),_0xdb49d[_0x576b05(0x152)]='BvjYs',_0xdb49d['xXHiG']=function(_0x536d67,_0x424a45){return _0x536d67!==_0x424a45;},_0xdb49d[_0x576b05(0x17e)]='lbxoc',_0xdb49d[_0x576b05(0x1a4)]=_0x576b05(0x15f);const _0x3f8a0e=_0xdb49d;try{if(_0x3f8a0e[_0x576b05(0x1a2)](_0x3f8a0e[_0x576b05(0x186)],_0x3f8a0e[_0x576b05(0x186)]))return![];else{const _0x54ad07=_0x405dce[_0x576b05(0x185)]||{};if(_0x54ad07[_0x3f8a0e[_0x576b05(0x190)]]&&_0x54ad07[_0x3f8a0e[_0x576b05(0x190)]][_0x576b05(0x1a0)]||_0x405dce['capability'][_0x3f8a0e[_0x576b05(0x19c)]]){if(_0x3f8a0e['SeLxp'](_0x3f8a0e[_0x576b05(0x189)],_0x3f8a0e[_0x576b05(0x189)]))return _0x99fb2['warn'](_0x3f8a0e['tEOov']),![];else{globals[_0x576b05(0x16c)](_0x3f8a0e[_0x576b05(0x156)],!![]);if(_0x54ad07[_0x3f8a0e[_0x576b05(0x190)]]){if(_0x3f8a0e[_0x576b05(0x19a)](_0x3f8a0e[_0x576b05(0x1ad)],_0x3f8a0e['OPkrO']))return _0x26a40a['warn'](_0x3f8a0e[_0x576b05(0x1ab)]),![];else{if(_0x54ad07[_0x3f8a0e[_0x576b05(0x190)]][_0x576b05(0x166)]){if(_0x3f8a0e[_0x576b05(0x1a2)](_0x3f8a0e[_0x576b05(0x17c)],_0x3f8a0e[_0x576b05(0x13c)]))_0x54ad07[_0x3f8a0e['WVQsy']]['accessibilityOptions'][_0x576b05(0x16d)]=process['env'][_0x576b05(0x17b)];else{const _0x205a75={};_0x205a75[_0x576b05(0x16d)]=_0x33597d[_0x576b05(0x1b2)][_0x576b05(0x17b)],_0x147133[_0x3f8a0e[_0x576b05(0x190)]][_0x576b05(0x166)]=_0x205a75;}}else{if(_0x3f8a0e[_0x576b05(0x1a1)](_0x3f8a0e[_0x576b05(0x14f)],_0x3f8a0e[_0x576b05(0x19e)]))return _0x109f4c[_0x576b05(0x191)](_0x3f8a0e[_0x576b05(0x1bd)]),![];else{const _0x16ada9={};_0x16ada9[_0x576b05(0x16d)]=process[_0x576b05(0x1b2)][_0x576b05(0x17b)],_0x54ad07[_0x3f8a0e[_0x576b05(0x190)]][_0x576b05(0x166)]=_0x16ada9;}}_0x54ad07[_0x3f8a0e[_0x576b05(0x190)]][_0x576b05(0x166)][_0x576b05(0x1b9)]=JSON[_0x576b05(0x1b5)](process[_0x576b05(0x1b2)][_0x576b05(0x179)])['scannerVersion'];}}else{if(_0x405dce['capability'][_0x3f8a0e['ivEdu']]){if(_0x3f8a0e[_0x576b05(0x162)](_0x3f8a0e['DxWkU'],_0x3f8a0e[_0x576b05(0x146)]))_0x308c9b[_0x576b05(0x1ac)](_0x576b05(0x16b)+_0x180e7f);else{if(_0x54ad07[_0x3f8a0e[_0x576b05(0x1b0)]]){if(_0x3f8a0e['KjfDq'](_0x3f8a0e[_0x576b05(0x1b7)],_0x3f8a0e['QKskr']))_0x54ad07[_0x3f8a0e[_0x576b05(0x1b0)]][_0x576b05(0x16d)]=process[_0x576b05(0x1b2)][_0x576b05(0x17b)];else return _0x562618[_0x576b05(0x191)](_0x3f8a0e['tUkQa']),![];}else{if(_0x3f8a0e[_0x576b05(0x1a1)](_0x3f8a0e['vRRAl'],_0x3f8a0e[_0x576b05(0x152)])){const _0x5d03b2={};_0x5d03b2[_0x576b05(0x16d)]=process['env'][_0x576b05(0x17b)],_0x54ad07[_0x3f8a0e['YgjFg']]=_0x5d03b2;}else{if(_0x3f3c88[_0x3f8a0e[_0x576b05(0x1b0)]])_0x3ed730[_0x3f8a0e[_0x576b05(0x1b0)]][_0x576b05(0x16d)]=_0x288fef[_0x576b05(0x1b2)]['BS_A11Y_JWT'];else{const _0x15c67={};_0x15c67['authToken']=_0x2c370d[_0x576b05(0x1b2)]['BS_A11Y_JWT'],_0x181768[_0x3f8a0e['YgjFg']]=_0x15c67;}_0x5c4f8d[_0x3f8a0e[_0x576b05(0x1b0)]][_0x576b05(0x1b9)]=_0x3ffa03[_0x576b05(0x1b5)](_0x2a6329[_0x576b05(0x1b2)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x576b05(0x1b9)];}}_0x54ad07[_0x3f8a0e[_0x576b05(0x1b0)]][_0x576b05(0x1b9)]=JSON[_0x576b05(0x1b5)](process[_0x576b05(0x1b2)][_0x576b05(0x179)])[_0x576b05(0x1b9)];}}}}}}}catch(_0xe77be5){_0x3f8a0e[_0x576b05(0x184)](_0x3f8a0e[_0x576b05(0x17e)],_0x3f8a0e[_0x576b05(0x1a4)])?logger[_0x576b05(0x1ac)](_0x576b05(0x1a7)+_0xe77be5):_0x1cfb0e=_0x19b88b[_0x576b05(0x136)](_0x3f8a0e[_0x576b05(0x181)]);}},exports[a22_0x353c11(0x172)]=(_0x284acf,_0x274294)=>{const _0x54efc6=a22_0x353c11,_0x3d541f={};_0x3d541f[_0x54efc6(0x1a8)]=_0x54efc6(0x138),_0x3d541f[_0x54efc6(0x165)]=_0x54efc6(0x1bb),_0x3d541f[_0x54efc6(0x182)]=function(_0x287308,_0x3285bd){return _0x287308!==_0x3285bd;},_0x3d541f[_0x54efc6(0x171)]=function(_0x2f34e7,_0xe61ff){return _0x2f34e7!==_0xe61ff;},_0x3d541f[_0x54efc6(0x163)]=_0x54efc6(0x135),_0x3d541f[_0x54efc6(0x18d)]=_0x54efc6(0x143),_0x3d541f[_0x54efc6(0x1af)]=_0x54efc6(0x15c),_0x3d541f[_0x54efc6(0x158)]=function(_0x37ca02,_0x38f23f){return _0x37ca02===_0x38f23f;},_0x3d541f[_0x54efc6(0x16a)]='hJjDP',_0x3d541f[_0x54efc6(0x1a9)]=_0x54efc6(0x147),_0x3d541f['iSBjG']=_0x54efc6(0x13a),_0x3d541f[_0x54efc6(0x1a6)]=function(_0x13b38c,_0x4a180e){return _0x13b38c>_0x4a180e;},_0x3d541f['iPtXm']=function(_0x1206c1,_0x1a7e59){return _0x1206c1!==_0x1a7e59;},_0x3d541f[_0x54efc6(0x14b)]=_0x54efc6(0x178),_0x3d541f[_0x54efc6(0x193)]=_0x54efc6(0x18b),_0x3d541f[_0x54efc6(0x183)]=_0x54efc6(0x176),_0x3d541f[_0x54efc6(0x194)]=function(_0x525ddf,_0x2a2331){return _0x525ddf!==_0x2a2331;},_0x3d541f[_0x54efc6(0x17a)]=_0x54efc6(0x198),_0x3d541f['URvin']=_0x54efc6(0x192),_0x3d541f['gzPUc']=function(_0x959446,_0x20a4d1){return _0x959446===_0x20a4d1;},_0x3d541f[_0x54efc6(0x137)]='bsLWD',_0x3d541f['ZdtTe']=_0x54efc6(0x14d),_0x3d541f['hmUIX']=_0x54efc6(0x173),_0x3d541f[_0x54efc6(0x1b6)]='args',_0x3d541f[_0x54efc6(0x13f)]='chromeOptions',_0x3d541f[_0x54efc6(0x19d)]=_0x54efc6(0x150),_0x3d541f['BMsJj']=_0x54efc6(0x16f),_0x3d541f[_0x54efc6(0x141)]=_0x54efc6(0x159),_0x3d541f[_0x54efc6(0x1ba)]=_0x54efc6(0x144);const _0x554938=_0x3d541f;try{const _0x329fd1=_0x274294[_0x54efc6(0x185)]||{},_0x5b7c49=(_0x329fd1[_0x554938[_0x54efc6(0x165)]]?_0x329fd1[_0x554938[_0x54efc6(0x165)]]['deviceName']:_0x329fd1[_0x54efc6(0x14c)])||'';if(_0x554938['pwjIK'](_0x5b7c49,'')){if(_0x554938['zJWXS'](_0x554938[_0x54efc6(0x163)],_0x554938[_0x54efc6(0x163)]))_0xce25b5[_0x54efc6(0x1ac)](_0x54efc6(0x1a7)+_0x48db5a);else return logger[_0x54efc6(0x191)](_0x554938[_0x54efc6(0x18d)]),![];}const _0xea697a=_0x329fd1['browserName'];if(_0x554938[_0x54efc6(0x182)](_0xea697a['toLowerCase'](),_0x554938[_0x54efc6(0x1af)])){if(_0x554938[_0x54efc6(0x158)](_0x554938['sdLrL'],_0x554938[_0x54efc6(0x16a)]))return logger['warn'](_0x554938[_0x54efc6(0x1a9)]),![];else _0x49e553[_0x54efc6(0x1ac)](_0x54efc6(0x18e)+_0x17103f[_0x54efc6(0x1b3)](_0x19ff46));}const _0x128218=_0x329fd1[_0x54efc6(0x1b8)]||_0x329fd1[_0x54efc6(0x14a)];if(!bsSetupHelper[_0x54efc6(0x140)](_0x128218)&&!(_0x554938[_0x54efc6(0x158)](_0x128218,_0x554938[_0x54efc6(0x1aa)])||_0x554938['lKhak'](_0x128218,0x5e))){if(_0x554938[_0x54efc6(0x149)](_0x554938[_0x54efc6(0x14b)],_0x554938[_0x54efc6(0x193)]))return logger[_0x54efc6(0x191)](_0x554938[_0x54efc6(0x183)]),![];else{const _0x58689b={};_0x58689b[_0x54efc6(0x16d)]=_0x35acca[_0x54efc6(0x1b2)][_0x54efc6(0x17b)],_0x17647d[_0x554938[_0x54efc6(0x1a8)]]=_0x58689b;}}let _0x21d61d;try{_0x554938[_0x54efc6(0x194)](_0x554938[_0x54efc6(0x17a)],_0x554938[_0x54efc6(0x17a)])?_0x4fe644[_0x554938[_0x54efc6(0x165)]][_0x54efc6(0x166)]['authToken']=_0x27e601['env']['BS_A11Y_JWT']:_0x21d61d=bsSetupHelper[_0x54efc6(0x136)](_0x554938['URvin']);}catch(_0x3c5170){if(_0x554938[_0x54efc6(0x169)](_0x554938['EODXO'],_0x554938[_0x54efc6(0x18a)])){if(_0x2ba009[_0x554938[_0x54efc6(0x165)]][_0x54efc6(0x166)])_0x4cf490[_0x554938[_0x54efc6(0x165)]][_0x54efc6(0x166)][_0x54efc6(0x16d)]=_0x1849b3[_0x54efc6(0x1b2)]['BS_A11Y_JWT'];else{const _0x5247de={};_0x5247de[_0x54efc6(0x16d)]=_0x4bb57f['env'][_0x54efc6(0x17b)],_0x3f2432[_0x554938[_0x54efc6(0x165)]][_0x54efc6(0x166)]=_0x5247de;}_0x47e9c9[_0x554938[_0x54efc6(0x165)]]['accessibilityOptions'][_0x54efc6(0x1b9)]=_0x1a3928[_0x54efc6(0x1b5)](_0xd5deb4[_0x54efc6(0x1b2)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x54efc6(0x1b9)];}else return![];}const _0x1bc368=new _0x21d61d[(_0x54efc6(0x187))](_0x284acf['chromeOptions_']),_0x38c16c=bsSetupHelper[_0x54efc6(0x13e)](_0x1bc368,[_0x554938[_0x54efc6(0x180)],_0x554938['dEQbq']])||bsSetupHelper[_0x54efc6(0x13e)](_0x284acf[_0x54efc6(0x18c)][_0x54efc6(0x19f)](_0x554938[_0x54efc6(0x165)]),[_0x554938[_0x54efc6(0x13f)],_0x554938[_0x54efc6(0x1b6)]])||bsSetupHelper[_0x54efc6(0x13e)](_0x284acf[_0x54efc6(0x18c)][_0x54efc6(0x19f)](_0x554938['HcdKm']),[_0x554938[_0x54efc6(0x1b6)]])||[];if(_0x38c16c[_0x54efc6(0x168)](_0x554938[_0x54efc6(0x19d)])){if(_0x554938['OvhzI'](_0x554938[_0x54efc6(0x160)],_0x554938[_0x54efc6(0x141)]))return logger[_0x54efc6(0x191)](_0x554938[_0x54efc6(0x1ba)]),![];else _0x301acf[_0x554938[_0x54efc6(0x1a8)]][_0x54efc6(0x16d)]=_0x54c60f[_0x54efc6(0x1b2)]['BS_A11Y_JWT'];}return!![];}catch(_0x24ee4c){logger['debug'](_0x54efc6(0x18e)+util[_0x54efc6(0x1b3)](_0x24ee4c));}return![];},exports[a22_0x353c11(0x142)]=async _0x56fbf9=>{const _0x11c041=a22_0x353c11,_0x1087c5={};_0x1087c5[_0x11c041(0x14e)]=function(_0x4bfaa2,_0x11b20b){return _0x4bfaa2===_0x11b20b;},_0x1087c5[_0x11c041(0x154)]='browserstack';const _0x54e71d=_0x1087c5;let _0x167573={};try{const _0x26b9db=await _0x56fbf9[_0x11c041(0x195)]();_0x167573={'os_name':_0x26b9db['getPlatform'](),'os_version':bsSetupHelper[_0x11c041(0x174)](_0x54e71d[_0x11c041(0x14e)](global[_0x11c041(0x13b)],_0x54e71d['vMVpM'])),'browser_name':_0x26b9db['getBrowserName'](),'browser_version':_0x26b9db['getBrowserVersion']()};}catch(_0x3141f6){logger['debug'](_0x11c041(0x16b)+_0x3141f6);}return _0x167573;};
1
+ function a22_0x52f0(_0x3bfa19,_0x39ba38){const _0xa010b4=a22_0xa010();return a22_0x52f0=function(_0x52f03a,_0xd51128){_0x52f03a=_0x52f03a-0x14b;let _0x86bc4e=_0xa010b4[_0x52f03a];return _0x86bc4e;},a22_0x52f0(_0x3bfa19,_0x39ba38);}const a22_0x1a9d7c=a22_0x52f0;(function(_0x153941,_0x1afdb9){const _0x4d25d7=a22_0x52f0,_0x470cb4=_0x153941();while(!![]){try{const _0x5c0250=-parseInt(_0x4d25d7(0x174))/0x1+-parseInt(_0x4d25d7(0x1a7))/0x2*(parseInt(_0x4d25d7(0x15f))/0x3)+-parseInt(_0x4d25d7(0x170))/0x4+parseInt(_0x4d25d7(0x199))/0x5+parseInt(_0x4d25d7(0x19f))/0x6*(parseInt(_0x4d25d7(0x18f))/0x7)+parseInt(_0x4d25d7(0x195))/0x8+-parseInt(_0x4d25d7(0x14b))/0x9*(-parseInt(_0x4d25d7(0x1cd))/0xa);if(_0x5c0250===_0x1afdb9)break;else _0x470cb4['push'](_0x470cb4['shift']());}catch(_0x4c4f6a){_0x470cb4['push'](_0x470cb4['shift']());}}}(a22_0xa010,0x29f73));const path=require(a22_0x1a9d7c(0x191)),os=require('os'),util=require('util'),bsSetupHelper=require('../../../helpers/helper'),globals=require(a22_0x1a9d7c(0x1d1)),logger=require(a22_0x1a9d7c(0x175))[a22_0x1a9d7c(0x17b)];exports[a22_0x1a9d7c(0x15d)]=_0xfdb371=>{const _0x6587c5=a22_0x1a9d7c,_0x4ec410={};_0x4ec410[_0x6587c5(0x17d)]='bstack:options',_0x4ec410[_0x6587c5(0x18e)]=_0x6587c5(0x180),_0x4ec410[_0x6587c5(0x17f)]=_0x6587c5(0x14f),_0x4ec410[_0x6587c5(0x1bd)]=_0x6587c5(0x1b8),_0x4ec410[_0x6587c5(0x1a6)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.',_0x4ec410[_0x6587c5(0x18d)]=function(_0xad426,_0x20bded){return _0xad426===_0x20bded;},_0x4ec410[_0x6587c5(0x162)]=_0x6587c5(0x194),_0x4ec410[_0x6587c5(0x166)]=_0x6587c5(0x19d),_0x4ec410[_0x6587c5(0x1bb)]=function(_0x20509a,_0x2eafe0){return _0x20509a===_0x2eafe0;},_0x4ec410['UMvgi']=_0x6587c5(0x15e),_0x4ec410['mZCeY']=_0x6587c5(0x1ba),_0x4ec410[_0x6587c5(0x188)]=_0x6587c5(0x1c8),_0x4ec410[_0x6587c5(0x1d3)]=function(_0x287cd3,_0x4b5129){return _0x287cd3!==_0x4b5129;},_0x4ec410[_0x6587c5(0x1ac)]=_0x6587c5(0x1ae),_0x4ec410[_0x6587c5(0x1cc)]='fahct',_0x4ec410[_0x6587c5(0x1c3)]=function(_0x3f7441,_0x1611dc){return _0x3f7441!==_0x1611dc;},_0x4ec410[_0x6587c5(0x1c5)]=_0x6587c5(0x151),_0x4ec410[_0x6587c5(0x19c)]=function(_0x470d69,_0x46a58d){return _0x470d69===_0x46a58d;},_0x4ec410[_0x6587c5(0x1b7)]=_0x6587c5(0x1bf),_0x4ec410[_0x6587c5(0x183)]=_0x6587c5(0x1a8),_0x4ec410['ljwpN']=function(_0x4e1493,_0x42b0d0){return _0x4e1493===_0x42b0d0;},_0x4ec410[_0x6587c5(0x158)]=_0x6587c5(0x15b),_0x4ec410[_0x6587c5(0x1c6)]='browserstack.accessibilityOptions',_0x4ec410[_0x6587c5(0x18c)]=function(_0x39ee80,_0x4b28ec){return _0x39ee80!==_0x4b28ec;},_0x4ec410[_0x6587c5(0x1a5)]='eLFQu',_0x4ec410['Xepih']=_0x6587c5(0x1a3),_0x4ec410[_0x6587c5(0x150)]=_0x6587c5(0x1ce),_0x4ec410[_0x6587c5(0x1a9)]=_0x6587c5(0x168),_0x4ec410[_0x6587c5(0x1ab)]=function(_0xae94ca,_0x1d02c7){return _0xae94ca===_0x1d02c7;},_0x4ec410['dGSDV']=_0x6587c5(0x157),_0x4ec410[_0x6587c5(0x1b3)]=_0x6587c5(0x1a0);const _0x584d61=_0x4ec410;try{if(_0x584d61[_0x6587c5(0x18d)](_0x584d61[_0x6587c5(0x162)],_0x584d61[_0x6587c5(0x162)])){const _0x2e9a07=_0xfdb371[_0x6587c5(0x1d4)]||{};if(_0x2e9a07[_0x584d61[_0x6587c5(0x17d)]]&&_0x2e9a07[_0x584d61[_0x6587c5(0x17d)]]['accessibility']||_0xfdb371['capability'][_0x584d61[_0x6587c5(0x166)]]){if(_0x584d61[_0x6587c5(0x1bb)](_0x584d61[_0x6587c5(0x1ca)],_0x584d61['mZCeY']))_0x4691f9[_0x584d61['KQuHY']][_0x6587c5(0x178)][_0x6587c5(0x186)]=_0x141dbd[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)];else{globals[_0x6587c5(0x14d)](_0x584d61[_0x6587c5(0x188)],!![]);if(_0x2e9a07[_0x584d61[_0x6587c5(0x17d)]]){if(_0x584d61['mCzcW'](_0x584d61['ivWYG'],_0x584d61[_0x6587c5(0x1cc)])){if(_0x2e9a07[_0x584d61[_0x6587c5(0x17d)]]['accessibilityOptions']){if(_0x584d61[_0x6587c5(0x1c3)](_0x584d61[_0x6587c5(0x1c5)],_0x584d61['gOzBH']))return _0x67be70[_0x6587c5(0x182)](_0x584d61[_0x6587c5(0x18e)]),![];else _0x2e9a07[_0x584d61[_0x6587c5(0x17d)]][_0x6587c5(0x178)][_0x6587c5(0x186)]=process[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)];}else{if(_0x584d61[_0x6587c5(0x19c)](_0x584d61['IKvls'],_0x584d61[_0x6587c5(0x183)])){const _0x3d9bbf={};_0x3d9bbf[_0x6587c5(0x186)]=_0x1c3a0f[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)],_0xc4e8f6[_0x584d61['KQuHY']][_0x6587c5(0x178)]=_0x3d9bbf;}else{const _0x2f7b41={};_0x2f7b41[_0x6587c5(0x186)]=process[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)],_0x2e9a07[_0x584d61['KQuHY']][_0x6587c5(0x178)]=_0x2f7b41;}}_0x2e9a07[_0x584d61['KQuHY']][_0x6587c5(0x178)]['scannerVersion']=JSON[_0x6587c5(0x169)](process['env'][_0x6587c5(0x19e)])[_0x6587c5(0x1b5)];}else return![];}else{if(_0xfdb371['capability'][_0x584d61['euLnn']]){if(_0x584d61[_0x6587c5(0x16a)](_0x584d61[_0x6587c5(0x158)],_0x584d61[_0x6587c5(0x158)])){if(_0x2e9a07[_0x584d61[_0x6587c5(0x1c6)]]){if(_0x584d61[_0x6587c5(0x18c)](_0x584d61[_0x6587c5(0x1a5)],_0x584d61[_0x6587c5(0x1a4)]))_0x2e9a07[_0x584d61[_0x6587c5(0x1c6)]][_0x6587c5(0x186)]=process[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)];else return _0x12b20b[_0x6587c5(0x182)](_0x584d61['dwbSZ']),![];}else{if(_0x584d61[_0x6587c5(0x1d3)](_0x584d61[_0x6587c5(0x150)],_0x584d61[_0x6587c5(0x1a9)])){const _0x2eecb0={};_0x2eecb0[_0x6587c5(0x186)]=process[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)],_0x2e9a07[_0x584d61[_0x6587c5(0x1c6)]]=_0x2eecb0;}else _0x3b6427[_0x6587c5(0x1c1)](_0x6587c5(0x1cb)+_0x39218e[_0x6587c5(0x184)](_0xc23a9d));}_0x2e9a07[_0x584d61[_0x6587c5(0x1c6)]]['scannerVersion']=JSON[_0x6587c5(0x169)](process[_0x6587c5(0x1b4)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else _0x21e8ca['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x4b16ea);}}}}}else _0x48e22f=_0x42c7df[_0x6587c5(0x154)](_0x584d61[_0x6587c5(0x1bd)]);}catch(_0x568498){if(_0x584d61['OJwST'](_0x584d61[_0x6587c5(0x1bc)],_0x584d61['Wglda']))return _0x17c85e[_0x6587c5(0x182)](_0x584d61[_0x6587c5(0x1a6)]),![];else logger[_0x6587c5(0x1c1)](_0x6587c5(0x19b)+_0x568498);}},exports[a22_0x1a9d7c(0x17e)]=(_0x833e48,_0x3ea946)=>{const _0x48367c=a22_0x1a9d7c,_0x49367c={};_0x49367c[_0x48367c(0x16f)]=_0x48367c(0x1b2),_0x49367c[_0x48367c(0x190)]=_0x48367c(0x193),_0x49367c[_0x48367c(0x160)]=_0x48367c(0x185),_0x49367c[_0x48367c(0x15c)]=function(_0x41ba5e,_0x500926){return _0x41ba5e!==_0x500926;},_0x49367c[_0x48367c(0x16b)]=function(_0x44e4ea,_0x3da7a0){return _0x44e4ea===_0x3da7a0;},_0x49367c[_0x48367c(0x164)]=_0x48367c(0x156),_0x49367c[_0x48367c(0x1b9)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x49367c['RiDGT']=function(_0x54ba30,_0x275ea8){return _0x54ba30!==_0x275ea8;},_0x49367c[_0x48367c(0x189)]=_0x48367c(0x1c9),_0x49367c[_0x48367c(0x179)]=function(_0x3e3672,_0x408d5f){return _0x3e3672!==_0x408d5f;},_0x49367c['xCklO']=_0x48367c(0x15a),_0x49367c[_0x48367c(0x1b0)]='APkpN',_0x49367c[_0x48367c(0x16e)]=_0x48367c(0x14f),_0x49367c['kZxSN']=function(_0x13ef82,_0x10ba62){return _0x13ef82===_0x10ba62;},_0x49367c['xUyTR']=_0x48367c(0x17a),_0x49367c[_0x48367c(0x187)]=function(_0x11cef2,_0x300135){return _0x11cef2>_0x300135;},_0x49367c[_0x48367c(0x196)]=_0x48367c(0x176),_0x49367c[_0x48367c(0x181)]=_0x48367c(0x1a2),_0x49367c[_0x48367c(0x192)]=_0x48367c(0x153),_0x49367c[_0x48367c(0x18b)]=_0x48367c(0x1b8),_0x49367c[_0x48367c(0x14c)]=_0x48367c(0x1aa),_0x49367c[_0x48367c(0x1b1)]=_0x48367c(0x152),_0x49367c[_0x48367c(0x14e)]=_0x48367c(0x159),_0x49367c[_0x48367c(0x198)]='chromeOptions',_0x49367c[_0x48367c(0x163)]='--headless',_0x49367c['ZanPi']='YZGAn',_0x49367c[_0x48367c(0x17c)]=_0x48367c(0x1af),_0x49367c[_0x48367c(0x173)]=_0x48367c(0x1be);const _0x131082=_0x49367c;try{const _0x186dd7=_0x3ea946[_0x48367c(0x1d4)]||{},_0x58aec5=(_0x186dd7[_0x131082[_0x48367c(0x160)]]?_0x186dd7[_0x131082[_0x48367c(0x160)]][_0x48367c(0x197)]:_0x186dd7[_0x48367c(0x1cf)])||'';if(_0x131082[_0x48367c(0x15c)](_0x58aec5,'')){if(_0x131082[_0x48367c(0x16b)](_0x131082[_0x48367c(0x164)],_0x131082[_0x48367c(0x164)]))return logger[_0x48367c(0x182)](_0x131082['HsBro']),![];else{const _0x50d934={};_0x50d934[_0x48367c(0x186)]=_0x56e777[_0x48367c(0x1b4)][_0x48367c(0x1ad)],_0x309108[_0x131082[_0x48367c(0x16f)]]=_0x50d934;}}const _0x29ec6f=_0x186dd7[_0x48367c(0x1d5)];if(_0x131082['RiDGT'](_0x29ec6f[_0x48367c(0x1b6)](),_0x131082[_0x48367c(0x189)])){if(_0x131082[_0x48367c(0x179)](_0x131082['xCklO'],_0x131082[_0x48367c(0x1b0)]))return logger[_0x48367c(0x182)](_0x131082[_0x48367c(0x16e)]),![];else _0x494dc7[_0x48367c(0x1c1)](_0x48367c(0x19b)+_0x5abccd);}const _0x54731d=_0x186dd7['browserVersion']||_0x186dd7[_0x48367c(0x161)];if(!bsSetupHelper[_0x48367c(0x155)](_0x54731d)&&!(_0x131082[_0x48367c(0x1c0)](_0x54731d,_0x131082[_0x48367c(0x1c7)])||_0x131082[_0x48367c(0x187)](_0x54731d,0x5e))){if(_0x131082[_0x48367c(0x15c)](_0x131082[_0x48367c(0x196)],_0x131082['mvoBC'])){if(_0x578ce1[_0x131082[_0x48367c(0x16f)]])_0x1ff590[_0x131082['oPTVp']][_0x48367c(0x186)]=_0x4471ff[_0x48367c(0x1b4)][_0x48367c(0x1ad)];else{const _0xe63716={};_0xe63716[_0x48367c(0x186)]=_0x5495a1[_0x48367c(0x1b4)][_0x48367c(0x1ad)],_0x5a4922[_0x131082[_0x48367c(0x16f)]]=_0xe63716;}_0x3f69f1[_0x131082[_0x48367c(0x16f)]][_0x48367c(0x1b5)]=_0xd49292[_0x48367c(0x169)](_0x39aea4[_0x48367c(0x1b4)][_0x48367c(0x19e)])[_0x48367c(0x1b5)];}else return logger[_0x48367c(0x182)](_0x131082[_0x48367c(0x190)]),![];}let _0x583133;try{if(_0x131082[_0x48367c(0x1c0)](_0x131082[_0x48367c(0x181)],_0x131082[_0x48367c(0x192)]))return _0x26a7d5['warn'](_0x131082['YljAQ']),![];else _0x583133=bsSetupHelper[_0x48367c(0x154)](_0x131082['igmcz']);}catch(_0x42dcd6){if(_0x131082[_0x48367c(0x16b)](_0x131082[_0x48367c(0x14c)],_0x131082['awZbU']))return![];else _0x2058d4[_0x131082[_0x48367c(0x16f)]][_0x48367c(0x186)]=_0x579a5f[_0x48367c(0x1b4)][_0x48367c(0x1ad)];}const _0x2db3e1=new _0x583133[(_0x48367c(0x172))](_0x833e48[_0x48367c(0x165)]),_0x8c57d6=bsSetupHelper[_0x48367c(0x1a1)](_0x2db3e1,[_0x131082['uGtsT'],_0x131082['ooXIP']])||bsSetupHelper['nestedKeyValue'](_0x833e48[_0x48367c(0x1d2)][_0x48367c(0x171)](_0x131082[_0x48367c(0x160)]),[_0x131082['Czxnl'],_0x131082[_0x48367c(0x14e)]])||bsSetupHelper[_0x48367c(0x1a1)](_0x833e48['capabilities_']['get'](_0x131082[_0x48367c(0x198)]),[_0x131082[_0x48367c(0x14e)]])||[];if(_0x8c57d6[_0x48367c(0x177)](_0x131082[_0x48367c(0x163)])){if(_0x131082[_0x48367c(0x16b)](_0x131082[_0x48367c(0x1c2)],_0x131082[_0x48367c(0x17c)])){if(_0x3e2a2a[_0x131082[_0x48367c(0x160)]][_0x48367c(0x178)])_0x309475[_0x131082['Ulhud']][_0x48367c(0x178)][_0x48367c(0x186)]=_0x5780e7[_0x48367c(0x1b4)][_0x48367c(0x1ad)];else{const _0x26c17d={};_0x26c17d['authToken']=_0x162c1c[_0x48367c(0x1b4)][_0x48367c(0x1ad)],_0x1dd1dc[_0x131082['Ulhud']][_0x48367c(0x178)]=_0x26c17d;}_0x3e52d4[_0x131082[_0x48367c(0x160)]][_0x48367c(0x178)][_0x48367c(0x1b5)]=_0x29fb16['parse'](_0xcda300[_0x48367c(0x1b4)][_0x48367c(0x19e)])[_0x48367c(0x1b5)];}else return logger['warn'](_0x131082[_0x48367c(0x173)]),![];}return!![];}catch(_0x38eeb9){logger[_0x48367c(0x1c1)](_0x48367c(0x1cb)+util[_0x48367c(0x184)](_0x38eeb9));}return![];},exports[a22_0x1a9d7c(0x19a)]=async _0x55001e=>{const _0x7a4eb6=a22_0x1a9d7c,_0x1958cc={};_0x1958cc['Ierlh']=function(_0x2d50e1,_0x35c8bc){return _0x2d50e1===_0x35c8bc;},_0x1958cc[_0x7a4eb6(0x1c4)]='browserstack';const _0x210472=_0x1958cc;let _0xc901ac={};try{const _0x3486e8=await _0x55001e[_0x7a4eb6(0x167)]();_0xc901ac={'os_name':_0x3486e8['getPlatform'](),'os_version':bsSetupHelper[_0x7a4eb6(0x1d0)](_0x210472[_0x7a4eb6(0x16d)](global['__cloud_provider___'],_0x210472[_0x7a4eb6(0x1c4)])),'browser_name':_0x3486e8[_0x7a4eb6(0x18a)](),'browser_version':_0x3486e8['getBrowserVersion']()};}catch(_0x159ff9){logger[_0x7a4eb6(0x1c1)](_0x7a4eb6(0x16c)+_0x159ff9);}return _0xc901ac;};function a22_0xa010(){const _0x5cbdb8=['cqCnZ','uGtsT','browserstack.accessibilityOptions','Wglda','env','scannerVersion','toLowerCase','IKvls','selenium-webdriver/chrome.js','HsBro','WtvyZ','NjvkN','dGSDV','wdlkf','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','wxPNo','kZxSN','debug','ZanPi','yfzWC','PPqkz','gOzBH','cCiaH','xUyTR','isAccessibilityPlatform','chrome','UMvgi','Exception\x20in\x20setExtension\x20Error:\x20','vkpOT','63610AtHCsD','BGxqT','device','getPlatformVersion','../../../helpers/globals','capabilities_','mCzcW','capability','browserName','450YtUAQl','awZbU','setGlobal','ooXIP','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','wbPiY','nINaL','options_','rfvXJ','requireModule','isUndefined','RCjEd','mPUSu','mhhHk','args','EZmPL','URUNd','xZBWo','setAccessibilityCapabilities','EIbKs','7227ebeWfL','Ulhud','browser_version','JjLql','YNkUY','cQGWD','chromeOptions_','euLnn','getCapabilities','XrmoL','parse','ljwpN','WbbPA','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','Ierlh','MbFTx','oPTVp','1136940Xuacol','get','Options','ckQCJ','336471qiDGQL','../../../helpers/logger','GHEhA','includes','accessibilityOptions','Fvuuq','latest','winstonLogger','AppAr','KQuHY','setExtension','dwbSZ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','obgZx','warn','DinSC','format','bstack:options','authToken','wWKDQ','GCgOS','OleCz','getBrowserName','igmcz','YIrZg','FQbeL','jUjnZ','97811tcdRUr','YljAQ','path','yczbZ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','aNoSc','2418520gMLPqR','mvoBC','deviceName','Czxnl','1458580TPjTfH','fetchPlatformDetails','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','ldXyr','browserstack.accessibility','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','18LjKWZr','nMfpp','nestedKeyValue','jnejz','ZIPaF','Xepih','Dvywc','naiTr','134AqqzQv','RwPqI','FAeZe','innFY','OJwST','ivWYG','BS_A11Y_JWT','hQoTs','LRUWu'];a22_0xa010=function(){return _0x5cbdb8;};return a22_0xa010();}