browserstack-node-sdk 1.32.0 → 1.32.1

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_0x805c96=a18_0x80bc;(function(_0x962534,_0x21a22d){const _0x10c308=a18_0x80bc,_0x4a5310=_0x962534();while(!![]){try{const _0x497bda=-parseInt(_0x10c308(0x131))/0x1+parseInt(_0x10c308(0x182))/0x2+-parseInt(_0x10c308(0x134))/0x3*(parseInt(_0x10c308(0x20d))/0x4)+-parseInt(_0x10c308(0x1d8))/0x5*(parseInt(_0x10c308(0x16c))/0x6)+parseInt(_0x10c308(0x1fc))/0x7*(parseInt(_0x10c308(0x147))/0x8)+parseInt(_0x10c308(0x160))/0x9*(-parseInt(_0x10c308(0x1cc))/0xa)+parseInt(_0x10c308(0x195))/0xb;if(_0x497bda===_0x21a22d)break;else _0x4a5310['push'](_0x4a5310['shift']());}catch(_0x5c1eb4){_0x4a5310['push'](_0x4a5310['shift']());}}}(a18_0x3d3f,0x52c9a));function a18_0x3d3f(){const _0x2e8a6e=['type','expanded','toISOString','result','twnor','_currentRetry','state','ceKmw','dlcKD','TestRunSkipped','ISrZh','ztXIi','ymTbW','removeAllListeners','YFKVs','14603435fzHNsX','analyticsResult','inspect','PwCUM','SgNmf','resetTestHooks','AelZg','HXotq','RXqcX','BEFORE_ALL','ksHXf','hZUuP','gSROQ','ZvLMr','generic','backtrace','eeclQ','jbahV','defOe','event_type','afterEach','zJKZV','ApqSp','VAkid','hook_type','forEach','hkUUN','JDtGe','STATE_PASSED','zNLXi','passed','BtKUb','../../../helpers/test-observability/sessionHandler','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','PuYyy','agwhT','RmnaX','gjYVz','rfxLM','aopwZ','nUVPd','oDqPg','JqNKT','eAZaQ','includes','../../../helpers/test-observability/error-handler','dWrMj','_testEnv','_paths','TestRunFinished','TestRunStarted','../../../helpers/helper','hNISL','call','nerVk','116600HYGDkO','XkALM','IDznC','test_run_uuid','sTTmV','gINgi','kNlgJ','relative','fAkUX','JmXyi','zypSe','oNwPj','1355KLVbUp','HookRunFinished','parse','getName','ffGQr','uprwJ','lRfeb','failure_type','configureGit','javascript','FNDPd','MexZy','lutAP','jCkYA','ThYOj','NWPev','tOurD','finished_at','YPUIG','YPAPr','HrIby','XufcP','0|2|3|1|4','split','errorsDetailed','.git','failure_backtrace','IkDPd','sendTestRunEvent','beforeAll','xuFte','ntIXg','4|2|0|6|1|5|3','appendTestPlatform','DWrre','dMnef','497gAEoTg','nJsJJ','nFWgE','beforeEach','BXVbn','exports','logs','aeARV','Zwmem','match','js-','heXvI','config','kJauz','JxRRO','XrQnT','QaITF','45856lweAVr','../../utils/constants','UAkLA','testStarted','findGitConfig','../../../../package.json','failure_reason_expanded','testObservability','XQstm','luCos','PMUtY','ciUld','rGoJm','DSiva','JEST','ROOT_DESCRIBE_BLOCK','http_response','failed\x20to\x20get\x20root\x20parent\x20file\x20','AFTER_EACH','kImLq','KSVDW','CkmfD','current_test','kLXlg','CBTSessionCreated','bKMVr','HQXdu','retryOf','CoCNV','DdgRj','gmUdm','file','parent','afterAll','hookAnalyticsId','CkuNF','qyCHL','HyCKC','hooks',':hookAnalyticsId','_testResults','eLUis','vrifd','zagFr','sYnak','lHWlU','ovTMe','RpgLt','iQdnw','join','dGxLk','rNkkv','failure','err','OZNdE','iGsoS','qrmxg','iTKCh','DAeju','mOOsZ','aarLb','VFpYq','AFTER_ALL','QyqtI','qUcYJ','HmDKp','yEnmZ','fpyFC','uMyaN','AfMvI','kZhWj','SVMTJ','test_run','sgAzt','ijyIT','Hccpc','failed','PujGt','NQHmy','aAsBg','RKqik','_gitConfigured','LvVnK','VuyVG','dMIyr','gSGHl','Zxtrs','aZxeH','fZdfu','wFPoU','toString','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','wwQQh','sep','GIhil','_gitConfigPath','wvlUe','getHierarchy','SPxDI','\x22\x20hook\x20for\x20\x22','IoVGu','./test-details','sLuUK','started_at','pid','CtAjj','getTestUUID','hook_run','bWvDc','util','IjwvS','duration','gWTpz','gAWJO','pending','root','dTUAi','setTestUUID','odmBy','uploadEventData','skipped','ToJVS','current_hook','FxOob','ITRNu','IkObF','ceBfA','gJTWr','hDqxw','pAKWZ','HVRzV','NTfqf','eCJbK','dirname','sbCSj','iLzoU','oerAA','statSync','STATE_PENDING','joMth','WuGzt','cqzeW','AVgKK','XJhAD','cYeGB','PcEps','bMQCW','LogCreated','bCFbS','\x20with\x20error\x20:\x20','title','GqhOf','getRootParentFile','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','getHooksForTest','aIHLB',':testAnalyticsId','181741YDQClm','jsstB','oPWTU','177doiYuY','MaKpn','uOIUj','location_prefix','TSfzT','FzUdC','jest-circus','fqqLg','jbteq','jsVHh','hvSmx','lUaUW','hook_failure','bs:addLog:','appendTestItemLog','registerListeners','sIkKJ','qOLoJ','yCaNr','53896epMTPO','bind','uuid','OalzF','wLqME','GqLXr','htMzb','XFvVc','KqBxU','test','getTestEnv','hook_run_uuid','reverse','QNmzn','quczr','hGPHZ','nLaiN','gyjKa','JiPiV','File\x20path\x20could\x20not\x20be\x20found','aKeXn','eJnTp','asyncError','markedStatus','STATE_FAILED','144CzsHhY','HPCel','hmNpU','hook_data','spdPL','apply','CdVWT','LlPFn','mapTestHooks','JTMXL','JYYyW','LOAsE','12990Jycjfx','wISZa','RQoIT','uOqUQ','zRYGO','cwd','testAnalyticsId','XMyRU','hnuue','prefixTestPath','name','nMNQc','zAZAn','push','DGRhD','length','VvvSt','uSBnQ','path','Jdgxs','LPPvR','getFileName','329156Mgjzbu','AZRhu','bs:addPlatformDetails:','JrmZX'];a18_0x3d3f=function(){return _0x2e8a6e;};return a18_0x3d3f();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require('../../../helpers/test-observability/utils'),SessionHandler=require(a18_0x805c96(0x1b5)),{v4:uuidv4}=require(a18_0x805c96(0x149)),{name,version}=require(a18_0x805c96(0x212)),stackTrace=require('stack-trace'),path=require(a18_0x805c96(0x17e)),fs=require('fs'),TestDetails=require(a18_0x805c96(0xf9)),{FRAMEWORKS}=require(a18_0x805c96(0x20e)),{o11yClassErrorHandler}=require(a18_0x805c96(0x1c2)),{getGitMetaData}=require(a18_0x805c96(0x1c8)),a18_0x53b5be={};a18_0x53b5be[a18_0x805c96(0x1b1)]=a18_0x805c96(0x1b3),a18_0x53b5be[a18_0x805c96(0x15f)]=a18_0x805c96(0xe0),a18_0x53b5be[a18_0x805c96(0x11e)]=a18_0x805c96(0x106);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x53b5be,a18_0x5b4bb5={};a18_0x5b4bb5[a18_0x805c96(0x1f5)]=a18_0x805c96(0x19e),a18_0x5b4bb5[a18_0x805c96(0xb5)]=a18_0x805c96(0xd2),a18_0x5b4bb5[a18_0x805c96(0x1ff)]='BEFORE_EACH',a18_0x5b4bb5[a18_0x805c96(0x1a9)]=a18_0x805c96(0xa6);const HOOK_TYPES_MAP=a18_0x5b4bb5;function a18_0x80bc(_0x1802d3,_0x1edea2){const _0x3d3f58=a18_0x3d3f();return a18_0x80bc=function(_0x80bc49,_0x3fc2b5){_0x80bc49=_0x80bc49-0xa1;let _0x43dd50=_0x3d3f58[_0x80bc49];return _0x43dd50;},a18_0x80bc(_0x1802d3,_0x1edea2);}module[a18_0x805c96(0x201)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x2c2e2c=a18_0x805c96,_0x201f27={'GqhOf':'0|5|2|3|4|1|6','nlLXb':function(_0x3d4497){return _0x3d4497();}},_0x2d938f=_0x201f27[_0x2c2e2c(0x12b)][_0x2c2e2c(0x1ef)]('|');let _0x38d2ea=0x0;while(!![]){switch(_0x2d938f[_0x38d2ea++]){case'0':this['testObservability']=_0x201f27['nlLXb'](isTestObservabilitySession);continue;case'1':this[_0x2c2e2c(0xe5)]=![];continue;case'2':this[_0x2c2e2c(0x1c4)]=this[_0x2c2e2c(0x151)]();continue;case'3':this[_0x2c2e2c(0x1c5)]=new PathHelper({'cwd':process[_0x2c2e2c(0x171)]()},this[_0x2c2e2c(0x1c4)][_0x2c2e2c(0x137)]);continue;case'4':this[_0x2c2e2c(0x163)]=[];continue;case'5':this['_testResults']=[];continue;case'6':this[_0x2c2e2c(0xf3)]=null;continue;}break;}}['getTestEnv']=()=>{const _0x1108ca=a18_0x805c96,_0x1c7837={'fpyFC':_0x1108ca(0x1a3),'oXWqA':function(_0x41a1a6){return _0x41a1a6();}};return{'ci':_0x1c7837[_0x1108ca(0xd7)],'key':_0x1c7837['oXWqA'](uuidv4),'version':version,'collector':_0x1108ca(0x206)+name};};[a18_0x805c96(0x143)](){const _0x1ea836=a18_0x805c96;process[_0x1ea836(0x193)](_0x1ea836(0x141)+process[_0x1ea836(0xfc)]),process['on'](_0x1ea836(0x141)+process[_0x1ea836(0xfc)],this[_0x1ea836(0x142)][_0x1ea836(0x148)](this)),process[_0x1ea836(0x193)](_0x1ea836(0x184)+process[_0x1ea836(0xfc)]),process['on'](_0x1ea836(0x184)+process['pid'],this[_0x1ea836(0x1f9)][_0x1ea836(0x148)](this));}[a18_0x805c96(0x210)]=async _0x165541=>{const _0x4bb83b=a18_0x805c96,_0x2ac8bc={'aarLb':'generic','ATcDK':function(_0x426038){return _0x426038();},'eAZaQ':function(_0x4e8169,_0x517c54){return _0x4e8169(_0x517c54);},'QNmzn':function(_0x4bd797,_0x1f2ea5){return _0x4bd797!==_0x1f2ea5;},'aKeXn':_0x4bb83b(0x1b2),'ceBfA':_0x4bb83b(0xed),'PkoTF':function(_0x2c0542,_0x23d514){return _0x2c0542>_0x23d514;},'RQoIT':function(_0x44f379,_0x4341f2){return _0x44f379===_0x4341f2;},'xuFte':_0x4bb83b(0x1cd),'wLqME':'GOWlE','sIkKJ':_0x4bb83b(0x1c7),'wxneZ':_0x4bb83b(0xa1),'sLuUK':_0x4bb83b(0xec),'cqzeW':'fcHRn','zJKZV':function(_0x4c4c84,_0x3851d4){return _0x4c4c84(_0x3851d4);}};try{if(_0x2ac8bc['QNmzn'](_0x2ac8bc[_0x4bb83b(0x15b)],_0x2ac8bc[_0x4bb83b(0x112)])){const _0x30c352=this[_0x4bb83b(0xaa)];this[_0x4bb83b(0xaa)]=_0x165541,_0x165541['retryOf']=null,_0x165541[_0x4bb83b(0x172)]=TestDetails['setTestUUID'](process[_0x4bb83b(0xfc)]+_0x4bb83b(0x130)),_0x165541[_0x4bb83b(0xfb)]=new Date()[_0x4bb83b(0x188)]();if(_0x2ac8bc['PkoTF'](_0x165541[_0x4bb83b(0x18b)],0x0)&&_0x30c352&&_0x2ac8bc[_0x4bb83b(0x16e)](_0x30c352[_0x4bb83b(0x12a)],_0x165541['title'])){if(_0x2ac8bc[_0x4bb83b(0x154)](_0x2ac8bc[_0x4bb83b(0x1f6)],_0x2ac8bc[_0x4bb83b(0x14b)]))_0x165541[_0x4bb83b(0xaf)]=_0x30c352[_0x4bb83b(0x172)],await this[_0x4bb83b(0x1f4)](_0x165541,undefined,![],_0x2ac8bc[_0x4bb83b(0x144)]),_0x30c352[_0x4bb83b(0x18c)]=STATE_FAILED,await this[_0x4bb83b(0x1f4)](_0x30c352,undefined,!![]);else{this['hook_data']['push'](_0x500cec);return;}}else{if(_0x2ac8bc[_0x4bb83b(0x16e)](_0x2ac8bc['wxneZ'],_0x2ac8bc['wxneZ']))await this[_0x4bb83b(0x1f4)](_0x165541,undefined,![],_0x2ac8bc[_0x4bb83b(0x144)]);else return{'ci':_0x2ac8bc[_0x4bb83b(0xd0)],'key':_0x2ac8bc['ATcDK'](_0x275c5e),'version':_0x411c43,'collector':_0x4bb83b(0x206)+_0x4f626f};}}else{if(!_0x20ef4f||!_0x49440f[_0x4bb83b(0xb4)])return;_0x563cb3[_0x4bb83b(0xb4)][_0x4bb83b(0xba)]['forEach'](_0x5071c0=>{const _0x4c2297=_0x4bb83b;!_0x5071c0[_0x4c2297(0xb6)]&&(_0x5071c0[_0x4c2297(0xb6)]=_0x5dcc5d['setTestUUID'](_0x4279e7['pid']+_0x4c2297(0xbb)));}),this[_0x4bb83b(0x168)](_0x266013[_0x4bb83b(0xb4)]);}}catch(_0x21d303){_0x2ac8bc[_0x4bb83b(0x154)](_0x2ac8bc[_0x4bb83b(0xfa)],_0x2ac8bc[_0x4bb83b(0x121)])?_0x2ac8bc[_0x4bb83b(0x1aa)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x21d303):_0x2ac8bc[_0x4bb83b(0x1c0)](_0x3aac70,_0x4bb83b(0x1b6)+_0x2ec81b);}};[a18_0x805c96(0x1db)](_0x249522){const _0x2a482a=a18_0x805c96,_0x3e6973={};_0x3e6973[_0x2a482a(0x19b)]=function(_0x20f88a,_0x57b002){return _0x20f88a!==_0x57b002;},_0x3e6973[_0x2a482a(0xab)]=_0x2a482a(0x150),_0x3e6973['SrgPR']=function(_0x449807,_0xda313){return _0x449807===_0xda313;},_0x3e6973[_0x2a482a(0x180)]='fAnrr';const _0x4fc8f7=_0x3e6973;if(_0x4fc8f7[_0x2a482a(0x19b)](_0x249522[_0x2a482a(0x186)],_0x4fc8f7[_0x2a482a(0xab)])){if(_0x4fc8f7['SrgPR'](_0x4fc8f7[_0x2a482a(0x180)],_0x4fc8f7[_0x2a482a(0x180)]))return'\x22'+_0x249522[_0x2a482a(0x186)]+_0x2a482a(0xf7)+(_0x249522[_0x2a482a(0xb4)]&&_0x249522[_0x2a482a(0xb4)][_0x2a482a(0x176)])+'\x22';else _0x2e8451=[];}return _0x249522[_0x2a482a(0x176)];}[a18_0x805c96(0x1f4)]=async(_0x4417e6,_0x59ae94=undefined,_0x345f6f=![],_0x509e1c=a18_0x805c96(0x1c6))=>{const _0x2479f4=a18_0x805c96,_0x2386e9={'IoVGu':function(_0x184856,_0x75d920){return _0x184856!==_0x75d920;},'oerAA':_0x2479f4(0xe0),'sgAzt':_0x2479f4(0x1b3),'WuGzt':function(_0x52571e,_0x5210f3){return _0x52571e(_0x5210f3);},'ijyIT':_0x2479f4(0x150),'MaKpn':function(_0x583b17,_0x527e08){return _0x583b17(_0x527e08);},'HyCKC':_0x2479f4(0xdc),'ciUld':_0x2479f4(0x189),'ApqSp':_0x2479f4(0x10c),'VFpYq':_0x2479f4(0xc8),'hnuue':_0x2479f4(0x1df),'bMQCW':_0x2479f4(0xfb),'oDqPg':_0x2479f4(0x1e9),'DGRhD':function(_0x14f5f9,_0x153ae2){return _0x14f5f9!==_0x153ae2;},'aZxeH':_0x2479f4(0x113),'bCFbS':_0x2479f4(0x1ee),'SgNmf':'hook_run','SPxDI':'failure_reason','nMNQc':function(_0x10629c,_0x41e7fe){return _0x10629c===_0x41e7fe;},'yBLru':_0x2479f4(0x1d9),'nJsJJ':_0x2479f4(0xc9),'qrmxg':_0x2479f4(0x106),'hDqxw':function(_0x17ba61,_0x3461bb){return _0x17ba61===_0x3461bb;},'cPoKE':_0x2479f4(0x1a0),'bWvDc':_0x2479f4(0xda),'inngM':'AtGrj','uOqUQ':_0x2479f4(0x198),'dWrMj':_0x2479f4(0x155),'FfiFw':_0x2479f4(0x138),'wvlUe':'WtzdB','YPUIG':_0x2479f4(0x13a),'wISZa':_0x2479f4(0x145),'tOurD':_0x2479f4(0x178),'FzUdC':_0x2479f4(0x101),'sYnak':function(_0x4e7a66,_0x509444){return _0x4e7a66!==_0x509444;},'CkuNF':'yWAlY','bKMVr':function(_0x408a8a,_0xb94905){return _0x408a8a!==_0xb94905;},'ZvLMr':_0x2479f4(0x19c),'ZgHlY':'UGXRw','FPCna':_0x2479f4(0x10a),'JmXyi':function(_0x452881,_0x26a511){return _0x452881!==_0x26a511;},'HQXdu':_0x2479f4(0x15a),'ISrZh':_0x2479f4(0x1e1),'dGxLk':function(_0x2d6d33,_0x26c34a){return _0x2d6d33===_0x26c34a;},'dlcKD':_0x2479f4(0x18f),'jZyuj':function(_0x3f900c,_0x5302f3){return _0x3f900c>_0x5302f3;},'qTFZv':function(_0x52867b,_0x5b08a9){return _0x52867b-_0x5b08a9;},'zRYGO':function(_0x201a7a,_0x19b3d4){return _0x201a7a===_0x19b3d4;},'VDBhf':_0x2479f4(0x1dd),'TgqGz':_0x2479f4(0x136),'CtAjj':function(_0x147be2,_0x2ec0b4){return _0x147be2!==_0x2ec0b4;},'qUcYJ':_0x2479f4(0x1d4),'AVgKK':function(_0x5d90f0,_0x3bd9a4){return _0x5d90f0===_0x3bd9a4;},'gINgi':_0x2479f4(0x105),'RhnRi':'Wafpe','PxjRF':function(_0x55b5a1,_0x4d2e75){return _0x55b5a1!==_0x4d2e75;},'eeclQ':'BkYcE','fqqLg':function(_0x3586fb,_0x304956){return _0x3586fb===_0x304956;},'dWHnx':_0x2479f4(0x16b),'BtKUb':'WhvOt','XJhAD':'cPlBP','rGoJm':_0x2479f4(0x1f2),'RpgLt':_0x2479f4(0x1a4),'fXxPi':_0x2479f4(0x213),'HrIby':_0x2479f4(0x187),'eJnTp':_0x2479f4(0x1c6),'vrifd':_0x2479f4(0x1fe),'nerVk':function(_0xf5ca37,_0x46715c){return _0xf5ca37===_0x46715c;},'fmSbv':_0x2479f4(0x17d),'wvJCR':_0x2479f4(0xce),'ThYOj':'hook_type','ksHXf':_0x2479f4(0x1d7),'WFUDg':_0x2479f4(0xcd),'IjwvS':_0x2479f4(0xb0),'XbsaF':function(_0x42fed2,_0x182f80){return _0x42fed2===_0x182f80;},'gSGHl':_0x2479f4(0xbf),'pAKWZ':'HJkAk','VCnbN':function(_0x5ccb91,_0xa4be89){return _0x5ccb91===_0xa4be89;},'lutAP':_0x2479f4(0x1f5),'iLzoU':_0x2479f4(0x110),'MyLSt':_0x2479f4(0x1c9),'ovTMe':_0x2479f4(0x1b0),'FxOob':_0x2479f4(0x200)};try{if(_0x2386e9['hDqxw'](_0x2386e9['cPoKE'],_0x2386e9[_0x2479f4(0x100)]))this[_0x2479f4(0xf3)]=_0x14bce9[_0x2479f4(0x107)];else{if(_0x4417e6['fn']&&_0x4417e6['fn'][_0x2479f4(0xee)]()['match'](/browserstack internal helper hook/)){if(_0x2386e9[_0x2479f4(0x17a)](_0x2386e9['inngM'],_0x2386e9[_0x2479f4(0x16f)]))return;else _0x2386e9[_0x2479f4(0xf8)](_0x6d656d['result'],_0x2386e9[_0x2479f4(0x11c)])&&(_0x30d735[_0x2479f4(0x189)]=_0x2386e9[_0x2479f4(0xdd)]);}await this[_0x2479f4(0x1e0)]();let _0x296bb3;try{_0x2386e9[_0x2479f4(0x114)](_0x2386e9[_0x2479f4(0x1c3)],_0x2386e9['FfiFw'])?_0x2386e9[_0x2479f4(0x120)](_0x57eef6,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x3f382c):_0x296bb3=this['getRootParentFile'](_0x4417e6);}catch(_0x1ea823){if(_0x2386e9[_0x2479f4(0x177)](_0x2386e9[_0x2479f4(0xf4)],_0x2386e9['wvlUe']))_0x2386e9[_0x2479f4(0x135)](debug,_0x2479f4(0xa5)+_0x1ea823),_0x296bb3=null;else return;}if(_0x296bb3[_0x2479f4(0x1c1)](_0x2386e9[_0x2479f4(0x1ea)])){if(_0x2386e9[_0x2479f4(0x177)](_0x2386e9[_0x2479f4(0x16d)],_0x2386e9[_0x2479f4(0x1e8)]))_0x1d16f4[_0x2479f4(0xb6)]&&_0x385dfa[_0x2479f4(0x179)](_0x1088a6[_0x2479f4(0xb6)]);else return;}const _0x2e4442=_0x2386e9[_0x2479f4(0x120)](require,_0x2386e9[_0x2479f4(0x139)]);let _0x221405=[];if(_0x2386e9[_0x2479f4(0xc0)](_0x4417e6['errorsDetailed'],undefined))_0x2386e9[_0x2479f4(0xf8)](_0x2386e9[_0x2479f4(0xb7)],_0x2386e9[_0x2479f4(0xb7)])?(_0x5c92e1['removeAllListeners'](_0x2479f4(0x141)+_0xd22e98[_0x2479f4(0xfc)]),_0x79d8c4['on'](_0x2479f4(0x141)+_0x5b2c08[_0x2479f4(0xfc)],this['appendTestItemLog'][_0x2479f4(0x148)](this)),_0x229898['removeAllListeners'](_0x2479f4(0x184)+_0x3b12fa['pid']),_0x11f9a9['on']('bs:addPlatformDetails:'+_0x22eaa3[_0x2479f4(0xfc)],this[_0x2479f4(0x1f9)]['bind'](this))):_0x221405=[_0x4417e6[_0x2479f4(0x1f0)],_0x2386e9[_0x2479f4(0xde)]];else _0x2386e9[_0x2479f4(0xad)](_0x59ae94,undefined)?_0x2386e9['hDqxw'](_0x2386e9['ZvLMr'],_0x2386e9[_0x2479f4(0x1a2)])?_0x221405=[_0x59ae94,_0x2386e9['nJsJJ']]:_0x5bf8ac=[_0x264785[_0x2479f4(0x1f0)],_0x2386e9[_0x2479f4(0xde)]]:_0x2386e9['hDqxw'](_0x2386e9['ZgHlY'],_0x2386e9['FPCna'])?_0x2386e9[_0x2479f4(0x135)](_0x1d05b2,_0x2479f4(0x12d)+_0x5abca3):_0x221405=[];const _0x50fb0d=_0x2386e9[_0x2479f4(0x17a)](_0x4417e6[_0x2479f4(0x1f0)],undefined)?_0x2e4442[_0x2479f4(0x197)](_0x4417e6['errorsDetailed'][0x0]):_0x2386e9[_0x2479f4(0x1d5)](_0x59ae94,undefined)?_0x59ae94[_0x2479f4(0xee)]():undefined,_0x3bc797=_0x296bb3?this[_0x2479f4(0x1c5)][_0x2479f4(0x175)](this[_0x2479f4(0x12c)](_0x4417e6)):_0x2386e9[_0x2479f4(0xae)],_0x55f6bf={'framework':FRAMEWORKS[_0x2479f4(0xa2)],'uuid':_0x4417e6[_0x2479f4(0x172)]||_0x4417e6[_0x2479f4(0xb6)],'name':this[_0x2479f4(0x1db)](_0x4417e6),'body':{'lang':_0x2386e9[_0x2479f4(0x190)],'code':_0x4417e6['fn'][_0x2479f4(0xee)]()},'scopes':this[_0x2479f4(0xf5)](_0x4417e6),'file_name':_0x3bc797,'vc_filepath':this[_0x2479f4(0xf3)]&&_0x296bb3?path[_0x2479f4(0x1d3)](this[_0x2479f4(0xf3)],_0x296bb3):null,'location':_0x3bc797,'result':_0x2386e9[_0x2479f4(0xc6)](_0x509e1c,_0x2386e9[_0x2479f4(0x18e)])?_0x2386e9[_0x2479f4(0x1ab)]:this[_0x2479f4(0x196)](_0x4417e6[_0x2479f4(0x1f0)]&&_0x2386e9['jZyuj'](_0x4417e6['errorsDetailed']['length'],0x0)?_0x2386e9['oerAA']:_0x2386e9[_0x2479f4(0xdd)]),'failure_reason':_0x50fb0d,'duration_in_ms':_0x4417e6[_0x2479f4(0x103)]||(_0x509e1c[_0x2479f4(0x205)](/Finished/)||_0x509e1c[_0x2479f4(0x205)](/Skipped/)?_0x2386e9['qTFZv'](Date['now'](),new Date(_0x4417e6[_0x2479f4(0xfb)])['getTime']()):null),'started_at':_0x4417e6[_0x2479f4(0xfb)],'finished_at':_0x509e1c[_0x2479f4(0x205)](/Finished/)||_0x509e1c[_0x2479f4(0x205)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x2479f4(0x165)](null,_0x221405),'failure_type':!_0x50fb0d?null:_0x2386e9['MaKpn'](getFailureType,_0x50fb0d),'retry_of':_0x4417e6[_0x2479f4(0xaf)]};_0x2386e9[_0x2479f4(0x170)](_0x509e1c,_0x2386e9[_0x2479f4(0x18e)])&&!_0x55f6bf[_0x2386e9['bMQCW']]&&(_0x2386e9['sYnak'](_0x2386e9['VDBhf'],_0x2386e9['TgqGz'])?_0x55f6bf[_0x2386e9[_0x2479f4(0x126)]]=_0x55f6bf[_0x2386e9[_0x2479f4(0x1be)]]:(_0x33cc50[_0x2386e9[_0x2479f4(0xb9)]][_0x2386e9[_0x2479f4(0x218)]]=_0x2386e9[_0x2479f4(0x1ab)],_0x244985[_0x2386e9[_0x2479f4(0xb9)]][_0x2386e9[_0x2479f4(0xd1)]]=null,_0x8e3f9c[_0x2386e9[_0x2479f4(0xb9)]][_0x2386e9[_0x2479f4(0x174)]]=null));if(_0x509e1c[_0x2479f4(0x205)](/HookRun/)){if(_0x2386e9[_0x2479f4(0xfd)](_0x2386e9[_0x2479f4(0xd4)],_0x2386e9['qUcYJ']))_0x6a1948[_0x2479f4(0x179)](_0x29d9ef[_0x2479f4(0x176)]),_0x38db73=_0x2eee63['parent'];else{[_0x55f6bf[_0x2479f4(0x1ad)],_0x55f6bf[_0x2479f4(0x176)]]=[_0x4417e6['type'],this['getName'](_0x4417e6)];if(_0x2386e9[_0x2479f4(0x122)](_0x509e1c,_0x2386e9['yBLru'])){if(_0x2386e9[_0x2479f4(0xc6)](_0x2386e9[_0x2479f4(0x1d1)],_0x2386e9['RhnRi']))_0x18af82[_0x2386e9[_0x2479f4(0x126)]]=_0x4bc50c[_0x2386e9[_0x2479f4(0x1be)]];else{if(_0x2386e9[_0x2479f4(0xfd)](_0x55f6bf[_0x2479f4(0x189)],_0x2386e9[_0x2479f4(0x11c)])){if(_0x2386e9['PxjRF'](_0x2386e9[_0x2479f4(0x1a5)],_0x2386e9[_0x2479f4(0x1a5)]))return;else _0x55f6bf[_0x2479f4(0x189)]=_0x2386e9[_0x2479f4(0xdd)];}}}}}else{if(_0x509e1c['match'](/TestRun/)){if(_0x2386e9[_0x2479f4(0x13b)](_0x2386e9['dWHnx'],_0x2386e9['dWHnx']))this['mapTestHooks'](_0x4417e6);else return null;}}const _0x41963b=_0x55f6bf[_0x2386e9[_0x2479f4(0xd1)]][0x0];if(_0x41963b){if(_0x2386e9['zRYGO'](_0x2386e9[_0x2479f4(0x1b4)],_0x2386e9[_0x2479f4(0x123)]))return;else _0x55f6bf[_0x2386e9[_0x2479f4(0x219)]]=_0x41963b[_0x2386e9[_0x2479f4(0xc3)]],_0x55f6bf[_0x2386e9['fXxPi']]=_0x41963b[_0x2386e9[_0x2479f4(0x1ec)]];}if([_0x2386e9['eJnTp'],_0x2386e9['dlcKD']][_0x2479f4(0x1c1)](_0x509e1c)){if(_0x2386e9[_0x2479f4(0x1d5)](_0x2386e9[_0x2479f4(0xbe)],_0x2386e9[_0x2479f4(0xbe)]))return'\x22'+_0x30b95d[_0x2479f4(0x186)]+_0x2479f4(0xf7)+(_0x38aa3a[_0x2479f4(0xb4)]&&_0x2d2709[_0x2479f4(0xb4)][_0x2479f4(0x176)])+'\x22';else this[_0x2479f4(0xbc)][_0x2479f4(0x179)](_0x55f6bf),_0x55f6bf[_0x2479f4(0xba)]=this['getHooksForTest'](_0x4417e6),this['resetTestHooks'](_0x4417e6);}const _0x5c3f1e={'event_type':_0x2386e9[_0x2479f4(0x114)](_0x509e1c,_0x2386e9[_0x2479f4(0x18e)])?_0x2386e9[_0x2479f4(0x15c)]:_0x509e1c};if(_0x509e1c['match'](/HookRun/)){if(_0x2386e9[_0x2479f4(0x1cb)](_0x2386e9['fmSbv'],_0x2386e9['wvJCR'])){const _0x74161d=_0x19b8d6[_0x2479f4(0x119)](_0x58b2ce);return this['findGitConfig'](_0x74161d);}else _0x55f6bf[_0x2386e9[_0x2479f4(0x1e6)]]=HOOK_TYPES_MAP[_0x55f6bf[_0x2386e9[_0x2479f4(0x1e6)]]],_0x5c3f1e[_0x2386e9[_0x2479f4(0x199)]]=_0x55f6bf;}else _0x2386e9['AVgKK'](_0x2386e9[_0x2479f4(0x19f)],_0x2386e9['ksHXf'])?_0x5c3f1e[_0x2386e9['HyCKC']]=_0x55f6bf:_0x20fcf8[_0x2479f4(0x152)]=_0x47b4bc;if(_0x2386e9['jZyuj'](this['hook_data'][_0x2479f4(0x17b)],0x0)&&[_0x2386e9[_0x2479f4(0x15c)],_0x2386e9['dlcKD']][_0x2479f4(0x1c1)](_0x509e1c)){if(_0x2386e9[_0x2479f4(0xc6)](_0x2386e9['WFUDg'],_0x2386e9[_0x2479f4(0x102)]))return;else this[_0x2479f4(0x163)][_0x2479f4(0x1ae)](async _0x532441=>{const _0x3f769d=_0x2479f4;if(_0x2386e9['DGRhD'](_0x2386e9[_0x3f769d(0xeb)],_0x2386e9[_0x3f769d(0xeb)])){if(_0xdabda6[_0x3f769d(0x15d)]){const _0xff4748=_0x2e6345[_0x3f769d(0x1da)][_0x3f769d(0x1ca)](_0x314e74,_0x2175da[_0x3f769d(0x15d)]);return _0xff4748[0x0][_0x3f769d(0x181)]();}if(_0x52245e[_0x3f769d(0xb3)])return _0x158d57['file'];return null;}else{const _0x32aca2=_0x2386e9[_0x3f769d(0x128)][_0x3f769d(0x1ef)]('|');let _0x62791c=0x0;while(!![]){switch(_0x32aca2[_0x62791c++]){case'0':_0x532441[_0x2386e9[_0x3f769d(0x199)]][_0x2386e9[_0x3f769d(0xd1)]]=_0x5c3f1e[_0x2386e9[_0x3f769d(0xb9)]][_0x2386e9[_0x3f769d(0xd1)]];continue;case'1':_0x532441[_0x2386e9[_0x3f769d(0x199)]][_0x2386e9[_0x3f769d(0xf6)]]=_0x5c3f1e[_0x2386e9[_0x3f769d(0xb9)]][_0x2386e9[_0x3f769d(0xf6)]];continue;case'2':_0x532441[_0x2386e9[_0x3f769d(0x199)]][_0x2386e9['hnuue']]=_0x5c3f1e[_0x2386e9['HyCKC']][_0x2386e9[_0x3f769d(0x174)]];continue;case'3':_0x532441[_0x2386e9[_0x3f769d(0x199)]][_0x2386e9[_0x3f769d(0x218)]]=_0x5c3f1e[_0x2386e9[_0x3f769d(0xb9)]][_0x2386e9[_0x3f769d(0x218)]];continue;case'4':await SessionHandler['uploadEventData'](_0x532441);continue;}break;}}}),this[_0x2479f4(0x163)]=[];}if(_0x2386e9['XbsaF'](this[_0x2479f4(0x140)],_0x4417e6[_0x2479f4(0x186)])){if(_0x2386e9[_0x2479f4(0x114)](_0x2386e9[_0x2479f4(0xe9)],_0x2386e9[_0x2479f4(0x115)]))[_0x391ab9[_0x2479f4(0x1ad)],_0x349ecc[_0x2479f4(0x176)]]=[_0x340eb2[_0x2479f4(0x186)],this[_0x2479f4(0x1db)](_0x93b484)],_0x2386e9[_0x2479f4(0x177)](_0x4ba616,_0x2386e9['yBLru'])&&(_0x2386e9['IoVGu'](_0x535d5d[_0x2479f4(0x189)],_0x2386e9['oerAA'])&&(_0x49d4bf['result']=_0x2386e9[_0x2479f4(0xdd)]));else{this[_0x2479f4(0x163)][_0x2479f4(0x179)](_0x5c3f1e);return;}}_0x2386e9['VCnbN'](this[_0x2479f4(0x140)],_0x2386e9[_0x2479f4(0x1e4)])&&_0x5c3f1e[_0x2386e9['HyCKC']]&&(_0x2386e9[_0x2479f4(0x1cb)](_0x2386e9[_0x2479f4(0x11b)],_0x2386e9['MyLSt'])?_0x4f2924=[_0x80e654,_0x2386e9[_0x2479f4(0x1fd)]]:(_0x5c3f1e[_0x2386e9[_0x2479f4(0xb9)]][_0x2386e9[_0x2479f4(0x218)]]=_0x2386e9['ApqSp'],_0x5c3f1e[_0x2386e9['HyCKC']][_0x2386e9['VFpYq']]=null,_0x5c3f1e[_0x2386e9['HyCKC']][_0x2386e9['hnuue']]=null)),await SessionHandler[_0x2479f4(0x10b)](_0x5c3f1e);}}catch(_0x315d9d){if(_0x2386e9[_0x2479f4(0x1cb)](_0x2386e9[_0x2479f4(0xc2)],_0x2386e9[_0x2479f4(0x10f)])){const _0x5a72c0={};return _0x5a72c0[_0x588c8c]=_0x2386e9[_0x2479f4(0xdd)],_0x5a72c0[_0x15d11b]=_0x2386e9[_0x2479f4(0xcc)],_0x5a72c0[_0xa27f33]=_0x2386e9['oerAA'],_0x5a72c0[_0x28f69e];}else _0x2386e9[_0x2479f4(0x135)](debug,_0x2479f4(0xef)+_0x509e1c+_0x2479f4(0x129)+_0x315d9d);}};[a18_0x805c96(0x211)](_0x2e302c){const _0x46c487=a18_0x805c96,_0x31f637={};_0x31f637[_0x46c487(0x192)]=_0x46c487(0x1ff),_0x31f637['RmnaX']=_0x46c487(0x1a9),_0x31f637[_0x46c487(0x217)]=function(_0x2dc6a7,_0x42924a){return _0x2dc6a7==_0x42924a;},_0x31f637['IBwlR']=function(_0xa016e7,_0x6207b3){return _0xa016e7===_0x6207b3;},_0x31f637[_0x46c487(0x183)]=function(_0x2c79eb,_0x253e39){return _0x2c79eb!==_0x253e39;},_0x31f637[_0x46c487(0xe1)]='pAwtd',_0x31f637[_0x46c487(0xc7)]=_0x46c487(0x1bf),_0x31f637[_0x46c487(0xb1)]=function(_0x2effc8,_0x224b51){return _0x2effc8!==_0x224b51;},_0x31f637[_0x46c487(0x124)]=_0x46c487(0xdf),_0x31f637[_0x46c487(0x132)]=_0x46c487(0x159),_0x31f637[_0x46c487(0xd6)]=_0x46c487(0x1f1),_0x31f637[_0x46c487(0x204)]=_0x46c487(0x208),_0x31f637['UAkLA']=_0x46c487(0x1d6),_0x31f637[_0x46c487(0xe8)]=_0x46c487(0xc4);const _0x1e6b5b=_0x31f637,_0x22808a=path[_0x46c487(0xf1)];if(_0x1e6b5b[_0x46c487(0x217)](_0x2e302c,null)||_0x1e6b5b['IBwlR'](_0x2e302c,'')||_0x1e6b5b['IBwlR'](_0x2e302c,_0x22808a)){if(_0x1e6b5b[_0x46c487(0x183)](_0x1e6b5b[_0x46c487(0xe1)],_0x1e6b5b[_0x46c487(0xc7)]))return null;else[_0x1e6b5b[_0x46c487(0x192)],_0x1e6b5b[_0x46c487(0x1b9)]][_0x46c487(0x1c1)](_0x4eefd4[_0x46c487(0x186)])&&_0x404d8f['hookAnalyticsId']&&(_0x5b24ca[_0x46c487(0xb6)]=null);}try{return _0x1e6b5b['DdgRj'](_0x1e6b5b[_0x46c487(0x124)],_0x1e6b5b[_0x46c487(0x132)])?(fs['statSync'](path[_0x46c487(0xc5)](_0x2e302c,_0x1e6b5b[_0x46c487(0xd6)],_0x1e6b5b[_0x46c487(0x204)])),_0x2e302c):[];}catch(_0x102196){if(_0x1e6b5b[_0x46c487(0xb1)](_0x1e6b5b[_0x46c487(0x20f)],_0x1e6b5b[_0x46c487(0xe8)])){const _0x18ee32=path[_0x46c487(0x119)](_0x2e302c);return this[_0x46c487(0x211)](_0x18ee32);}else{if(!_0x1e8111||!_0x523025[_0x46c487(0xb4)])return;_0x4094ae[_0x46c487(0xb4)][_0x46c487(0xba)][_0x46c487(0x1ae)](_0x16ede2=>{const _0x8d0606=_0x46c487;[_0x1e6b5b[_0x8d0606(0x192)],_0x1e6b5b[_0x8d0606(0x1b9)]][_0x8d0606(0x1c1)](_0x16ede2['type'])&&_0x16ede2[_0x8d0606(0xb6)]&&(_0x16ede2[_0x8d0606(0xb6)]=null);}),this[_0x46c487(0x168)](_0x540cc6[_0x46c487(0xb4)]);}}}['appendTestItemLog']=async _0x2f101f=>{const _0x2c073f=a18_0x805c96,_0x2f813a={'XMyRU':_0x2c073f(0x1ad),'NWPev':_0x2c073f(0xff),'mWjWT':function(_0x322ce7,_0x3480d9){return _0x322ce7(_0x3480d9);},'jbteq':function(_0x1f3350,_0x1c9dd0){return _0x1f3350!==_0x1c9dd0;},'sTTmV':_0x2c073f(0x13d),'agwhT':function(_0x478159,_0x599c6c){return _0x478159===_0x599c6c;},'aAsBg':_0x2c073f(0x14a),'hmNpU':'kpUbl','CkmfD':_0x2c073f(0x207),'HPCel':function(_0x284850,_0x2381ca){return _0x284850!==_0x2381ca;},'ffGQr':'oNGeO','htNLv':_0x2c073f(0x127),'lUaUW':_0x2c073f(0x146),'ZDOvu':function(_0x4d76a0,_0x2ad580){return _0x4d76a0(_0x2ad580);}},_0xaeb6b2=TestDetails[_0x2c073f(0xfe)](process['pid']+_0x2c073f(0xbb)),_0xcc8b38=TestDetails[_0x2c073f(0xfe)](process[_0x2c073f(0xfc)]+_0x2c073f(0x130));try{if(_0x2f813a[_0x2c073f(0x13c)](_0x2f813a['sTTmV'],_0x2f813a[_0x2c073f(0x1d0)]))this['_testResults']['push'](_0x1f0902),_0x50dee7[_0x2c073f(0xba)]=this['getHooksForTest'](_0x57daf0),this['resetTestHooks'](_0x1ac838);else{(_0xaeb6b2||this[_0x2c073f(0x10e)]&&!this['current_hook'][_0x2c073f(0x15e)])&&(_0x2f813a[_0x2c073f(0x1b8)](_0x2f813a[_0x2c073f(0xe3)],_0x2f813a[_0x2c073f(0xe3)])?_0x2f101f['hook_run_uuid']=_0xaeb6b2:(_0x42f3a2[_0x2f813a['XMyRU']]=_0x19e1a3[_0x596f88[_0x2f813a[_0x2c073f(0x173)]]],_0x2dcf4e[_0x2f813a[_0x2c073f(0x1e7)]]=_0x38d3bf));!_0x2f101f[_0x2c073f(0x152)]&&_0xcc8b38&&(_0x2f813a['jbteq'](_0x2f813a[_0x2c073f(0x162)],_0x2f813a[_0x2c073f(0xa9)])?_0x2f101f[_0x2c073f(0x1cf)]=_0xcc8b38:_0x35f3a4[_0x2c073f(0xb6)]=null);if(_0x2f101f[_0x2c073f(0x152)]||_0x2f101f[_0x2c073f(0x1cf)]){if(_0x2f813a[_0x2c073f(0x161)](_0x2f813a[_0x2c073f(0x1dc)],_0x2f813a[_0x2c073f(0x1dc)]))_0x140e49[_0x2c073f(0x179)](_0x235419[_0x2c073f(0xb6)]);else{const _0x51086b={};_0x51086b['event_type']=_0x2f813a['htNLv'],_0x51086b[_0x2c073f(0x202)]=[_0x2f101f],await SessionHandler[_0x2c073f(0x10b)](_0x51086b);}}}}catch(_0x4a1f7b){_0x2f813a['HPCel'](_0x2f813a['lUaUW'],_0x2f813a[_0x2c073f(0x13f)])?_0x2f813a['mWjWT'](_0x5abe54,_0x2c073f(0xef)+_0x4c9a63+_0x2c073f(0x129)+_0x456166):_0x2f813a['ZDOvu'](debug,_0x2c073f(0x12d)+_0x4a1f7b);}};['appendTestPlatform']=async _0x11ccd4=>{const _0x1489e7=a18_0x805c96,_0x4d681f={'PcEps':function(_0x77eeda,_0x23d5b4){return _0x77eeda==_0x23d5b4;},'oPWTU':function(_0x4523ad,_0x562ac1){return _0x4523ad===_0x562ac1;},'EfdnK':_0x1489e7(0x1f1),'PuYyy':_0x1489e7(0x208),'IDznC':function(_0xe4f967,_0x4f8ca0){return _0xe4f967!==_0x4f8ca0;},'CdVWT':'mzPLP','ntIXg':_0x1489e7(0x216),'GIhil':_0x1489e7(0xa4),'iGsoS':_0x1489e7(0xac),'hvSmx':_0x1489e7(0x14f),'RKqik':_0x1489e7(0xa7),'aeARV':function(_0x1fd641,_0x3be900){return _0x1fd641(_0x3be900);}};try{if(_0x4d681f[_0x1489e7(0x1ce)](_0x4d681f[_0x1489e7(0x166)],_0x4d681f[_0x1489e7(0x1f7)])){const _0x511445={'uuid':_0x11ccd4['uuid']||TestDetails[_0x1489e7(0xfe)](process['pid']+':testAnalyticsId'),'integrations':_0x11ccd4[_0x4d681f[_0x1489e7(0xf2)]]},_0x3fe452={};_0x3fe452[_0x1489e7(0x1a8)]=_0x4d681f[_0x1489e7(0xcb)],_0x3fe452[_0x1489e7(0xdc)]=_0x511445,await SessionHandler[_0x1489e7(0x10b)](_0x3fe452);}else{const _0x199dff=_0x16978f[_0x1489e7(0xf1)];if(_0x4d681f[_0x1489e7(0x125)](_0x3ba5ea,null)||_0x4d681f[_0x1489e7(0x133)](_0x40d3c1,'')||_0x4d681f['oPWTU'](_0x56220e,_0x199dff))return null;try{return _0x2f938d[_0x1489e7(0x11d)](_0x5e241e['join'](_0x53b170,_0x4d681f['EfdnK'],_0x4d681f[_0x1489e7(0x1b7)])),_0x4d70d6;}catch(_0x27302c){const _0x8d24be=_0x50bfc4[_0x1489e7(0x119)](_0x4f079c);return this['findGitConfig'](_0x8d24be);}}}catch(_0xcddf4d){_0x4d681f[_0x1489e7(0x133)](_0x4d681f[_0x1489e7(0x13e)],_0x4d681f[_0x1489e7(0xe4)])?_0x11082d=this[_0x1489e7(0x12c)](_0x35d04c):_0x4d681f[_0x1489e7(0x203)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0xcddf4d);}};async[a18_0x805c96(0x1e0)](){const _0x2bd19c=a18_0x805c96,_0x3b6b75={'qyCHL':_0x2bd19c(0x1b3),'kBoMZ':function(_0x5d42fb,_0x31d795){return _0x5d42fb===_0x31d795;},'XFvVc':_0x2bd19c(0x157),'ztXIi':function(_0x25a671){return _0x25a671();},'mOOsZ':function(_0x119cea,_0x319ee8){return _0x119cea!==_0x319ee8;},'ZxwjZ':_0x2bd19c(0xc1),'XrQnT':_0x2bd19c(0x16a)};if(this[_0x2bd19c(0xe5)]){if(_0x3b6b75['kBoMZ'](_0x3b6b75[_0x2bd19c(0x14e)],_0x3b6b75[_0x2bd19c(0x14e)]))return this['_gitConfigPath'];else _0x5eaf6a[_0x2bd19c(0x189)]=_0x3b6b75[_0x2bd19c(0xb8)];}const _0x4ab497=await _0x3b6b75[_0x2bd19c(0x191)](getGitMetaData);_0x4ab497&&(_0x3b6b75[_0x2bd19c(0xcf)](_0x3b6b75['ZxwjZ'],_0x3b6b75[_0x2bd19c(0x20b)])?this[_0x2bd19c(0xf3)]=_0x4ab497['root']:!_0x1792a6[_0x2bd19c(0xb6)]&&(_0x558e43[_0x2bd19c(0xb6)]=_0x3ca60e[_0x2bd19c(0x109)](_0x403994[_0x2bd19c(0xfc)]+_0x2bd19c(0xbb)))),this['_gitConfigured']=!![];}[a18_0x805c96(0x196)](_0x257b44){const _0x4acf60=a18_0x805c96,_0xf42459={};_0xf42459[_0x4acf60(0xd8)]='passed',_0xf42459[_0x4acf60(0x11a)]=_0x4acf60(0x106),_0xf42459[_0x4acf60(0x1ba)]=_0x4acf60(0xe0);const _0x513f9b=_0xf42459,_0x28cb09={};return _0x28cb09[STATE_PASSED]=_0x513f9b[_0x4acf60(0xd8)],_0x28cb09[STATE_PENDING]=_0x513f9b['sbCSj'],_0x28cb09[STATE_FAILED]=_0x513f9b['gjYVz'],_0x28cb09[_0x257b44];}[a18_0x805c96(0xf5)](_0x5067bc){const _0x4f58ac=a18_0x805c96,_0x5aeb74={};_0x5aeb74['zKljV']=function(_0x5b65c2,_0x1d8063){return _0x5b65c2===_0x1d8063;},_0x5aeb74[_0x4f58ac(0x116)]='hytYf',_0x5aeb74[_0x4f58ac(0x19d)]=function(_0x51eefa,_0x9d9de9){return _0x51eefa!==_0x9d9de9;},_0x5aeb74[_0x4f58ac(0x104)]=function(_0x244be5,_0x2ef36e){return _0x244be5!==_0x2ef36e;},_0x5aeb74['GqLXr']=_0x4f58ac(0xa3),_0x5aeb74[_0x4f58ac(0x18d)]=function(_0x175ff8,_0x387ceb){return _0x175ff8===_0x387ceb;},_0x5aeb74[_0x4f58ac(0x14d)]=_0x4f58ac(0xe2),_0x5aeb74['HEWhE']='ZxQSU';const _0x11bf43=_0x5aeb74,_0x16f207=[];if(_0x5067bc&&_0x5067bc[_0x4f58ac(0xb4)]){if(_0x11bf43['zKljV'](_0x11bf43[_0x4f58ac(0x116)],_0x11bf43['HVRzV'])){let _0x1fc34a=_0x5067bc[_0x4f58ac(0xb4)];while(_0x1fc34a&&_0x11bf43[_0x4f58ac(0x19d)](_0x1fc34a[_0x4f58ac(0x176)],'')&&_0x11bf43['gWTpz'](_0x1fc34a[_0x4f58ac(0x176)],_0x11bf43[_0x4f58ac(0x14c)])){if(_0x11bf43[_0x4f58ac(0x18d)](_0x11bf43['htMzb'],_0x11bf43['HEWhE'])){const _0x493406=_0x1c50c8[_0x4f58ac(0x1da)][_0x4f58ac(0x1ca)](_0x1ce0aa,_0x24ea57[_0x4f58ac(0x15d)]);return _0x493406[0x0]['getFileName']();}else _0x16f207['push'](_0x1fc34a[_0x4f58ac(0x176)]),_0x1fc34a=_0x1fc34a[_0x4f58ac(0xb4)];}}else this[_0x4f58ac(0x168)](_0x1e36e6);}return _0x16f207[_0x4f58ac(0x153)](),_0x16f207;}[a18_0x805c96(0x12c)]=_0x37136a=>{const _0x69610f=a18_0x805c96,_0x3a8362={};_0x3a8362[_0x69610f(0xea)]='.git',_0x3a8362['EQjDl']=_0x69610f(0x208),_0x3a8362[_0x69610f(0x156)]=function(_0x2750fa,_0x1f0d27){return _0x2750fa!==_0x1f0d27;},_0x3a8362[_0x69610f(0xd9)]=_0x69610f(0xb2),_0x3a8362[_0x69610f(0x164)]=function(_0x531575,_0x1595f0){return _0x531575===_0x1595f0;},_0x3a8362[_0x69610f(0x20c)]=_0x69610f(0x1de),_0x3a8362[_0x69610f(0x108)]='PBOCa';const _0xe934ff=_0x3a8362;if(_0x37136a[_0x69610f(0x15d)]){if(_0xe934ff[_0x69610f(0x156)](_0xe934ff[_0x69610f(0xd9)],_0xe934ff['AfMvI']))return _0x1fc79f[_0x69610f(0x11d)](_0x3b16d1[_0x69610f(0xc5)](_0x2f5ede,_0xe934ff[_0x69610f(0xea)],_0xe934ff['EQjDl'])),_0x58168a;else{const _0x1f7026=stackTrace[_0x69610f(0x1da)][_0x69610f(0x1ca)](stackTrace,_0x37136a[_0x69610f(0x15d)]);return _0x1f7026[0x0][_0x69610f(0x181)]();}}if(_0x37136a[_0x69610f(0xb3)]){if(_0xe934ff['spdPL'](_0xe934ff['QaITF'],_0xe934ff[_0x69610f(0x108)]))_0x5849d4[_0x69610f(0xb6)]=_0x5edebd[_0x69610f(0x109)](_0x3bc7a9['pid']+_0x69610f(0xbb));else return _0x37136a[_0x69610f(0xb3)];}return null;};[a18_0x805c96(0x168)]=_0x2ae3c5=>{const _0x1a21ce=a18_0x805c96,_0x21c269={};_0x21c269['nUVPd']=function(_0x5767f6,_0x51b4f6){return _0x5767f6!==_0x51b4f6;},_0x21c269['YFKVs']=_0x1a21ce(0x150),_0x21c269[_0x1a21ce(0x1ac)]=_0x1a21ce(0xa3),_0x21c269[_0x1a21ce(0x18a)]='cgeEY',_0x21c269['GSIrm']=_0x1a21ce(0xdb),_0x21c269[_0x1a21ce(0xe7)]=function(_0x1ba121,_0x33b377){return _0x1ba121!==_0x33b377;},_0x21c269[_0x1a21ce(0x1e2)]=_0x1a21ce(0x158),_0x21c269[_0x1a21ce(0x11f)]=function(_0x1be144,_0x211962){return _0x1be144!==_0x211962;},_0x21c269[_0x1a21ce(0x209)]=_0x1a21ce(0x1bb),_0x21c269['RZbYa']=_0x1a21ce(0x1a7);const _0x1c9e16=_0x21c269;if(!_0x2ae3c5||!_0x2ae3c5[_0x1a21ce(0xb4)]){if(_0x1c9e16[_0x1a21ce(0x11f)](_0x1c9e16[_0x1a21ce(0x209)],_0x1c9e16['RZbYa']))return;else{if(_0x1c9e16['nUVPd'](_0x5ee822[_0x1a21ce(0x186)],_0x1c9e16[_0x1a21ce(0x194)]))return'\x22'+_0x419dc7[_0x1a21ce(0x186)]+_0x1a21ce(0xf7)+(_0x5d713b['parent']&&_0x340e40['parent'][_0x1a21ce(0x176)])+'\x22';return _0x46c50f[_0x1a21ce(0x176)];}}_0x2ae3c5['parent'][_0x1a21ce(0xba)][_0x1a21ce(0x1ae)](_0x273d51=>{const _0x81ef39=_0x1a21ce,_0x31622c={'hkUUN':function(_0x244176,_0x51191f){return _0x1c9e16['nUVPd'](_0x244176,_0x51191f);},'FThQz':_0x1c9e16[_0x81ef39(0x1ac)]};if(_0x1c9e16[_0x81ef39(0x1bd)](_0x1c9e16[_0x81ef39(0x18a)],_0x1c9e16['GSIrm'])){if(!_0x273d51[_0x81ef39(0xb6)]){if(_0x1c9e16['VuyVG'](_0x1c9e16[_0x81ef39(0x1e2)],_0x1c9e16['FNDPd'])){const _0x34ad90=[];if(_0x24615c&&_0x25bf0e['parent']){let _0x1df820=_0x3bb4e6['parent'];while(_0x1df820&&_0x31622c[_0x81ef39(0x1af)](_0x1df820[_0x81ef39(0x176)],'')&&_0x31622c[_0x81ef39(0x1af)](_0x1df820[_0x81ef39(0x176)],_0x31622c['FThQz'])){_0x34ad90[_0x81ef39(0x179)](_0x1df820[_0x81ef39(0x176)]),_0x1df820=_0x1df820['parent'];}}return _0x34ad90[_0x81ef39(0x153)](),_0x34ad90;}else _0x273d51[_0x81ef39(0xb6)]=TestDetails['setTestUUID'](process[_0x81ef39(0xfc)]+_0x81ef39(0xbb));}}else _0x40ed18[_0x81ef39(0x1cf)]=_0x2c50bf;}),this[_0x1a21ce(0x168)](_0x2ae3c5[_0x1a21ce(0xb4)]);};[a18_0x805c96(0x19a)]=_0x98a87d=>{const _0x2e9d40=a18_0x805c96,_0x23d106={'RwyHE':_0x2e9d40(0xdc),'MexZy':_0x2e9d40(0x1f8),'JTMXL':function(_0x376f03){return _0x376f03();},'DWrre':function(_0x5e9cea,_0x50c9a6){return _0x5e9cea!==_0x50c9a6;},'eLUis':_0x2e9d40(0x1e5),'aopwZ':_0x2e9d40(0xa8),'Jdgxs':_0x2e9d40(0x1ff),'IkObF':_0x2e9d40(0x1a9),'LlPFn':_0x2e9d40(0x17c),'QhdsU':function(_0x1222cb,_0x5e0429){return _0x1222cb===_0x5e0429;},'IkDPd':_0x2e9d40(0x12f),'gSROQ':'FZELs'};if(!_0x98a87d||!_0x98a87d[_0x2e9d40(0xb4)]){if(_0x23d106['QhdsU'](_0x23d106[_0x2e9d40(0x1f3)],_0x23d106[_0x2e9d40(0x1a1)])){if(!_0x5478c3||!_0x24ebb0['parent'])return[];const _0x4fe9ad=[];return _0xf190ba[_0x2e9d40(0xb4)][_0x2e9d40(0xba)]['forEach'](_0x5ab12d=>{const _0x111971=_0x2e9d40;_0x5ab12d[_0x111971(0xb6)]&&_0x4fe9ad[_0x111971(0x179)](_0x5ab12d[_0x111971(0xb6)]);}),[..._0x4fe9ad,...this['getHooksForTest'](_0x485001[_0x2e9d40(0xb4)])];}else return;}_0x98a87d[_0x2e9d40(0xb4)]['hooks'][_0x2e9d40(0x1ae)](_0x97356e=>{const _0x185092=_0x2e9d40,_0x3526b7={'hHAEc':_0x23d106['RwyHE'],'jbahV':_0x23d106[_0x185092(0x1e3)],'HmDKp':function(_0x34a1cb){const _0x4b1d2e=_0x185092;return _0x23d106[_0x4b1d2e(0x169)](_0x34a1cb);}};if(_0x23d106[_0x185092(0x1fa)](_0x23d106[_0x185092(0xbd)],_0x23d106[_0x185092(0x1bc)]))[_0x23d106[_0x185092(0x17f)],_0x23d106[_0x185092(0x111)]][_0x185092(0x1c1)](_0x97356e['type'])&&_0x97356e[_0x185092(0xb6)]&&(_0x23d106[_0x185092(0x1fa)](_0x23d106[_0x185092(0x167)],_0x23d106['LlPFn'])?_0x52679a[_0x3526b7['hHAEc']]=_0x48b021:_0x97356e[_0x185092(0xb6)]=null);else{const _0x3cfa17=_0x3526b7[_0x185092(0x1a6)][_0x185092(0x1ef)]('|');let _0x3b5332=0x0;while(!![]){switch(_0x3cfa17[_0x3b5332++]){case'0':this[_0x185092(0x1c4)]=this[_0x185092(0x151)]();continue;case'1':this['hook_data']=[];continue;case'2':this[_0x185092(0xbc)]=[];continue;case'3':this[_0x185092(0xf3)]=null;continue;case'4':this[_0x185092(0x214)]=_0x3526b7[_0x185092(0xd5)](_0x3b197c);continue;case'5':this[_0x185092(0xe5)]=![];continue;case'6':this['_paths']=new _0xb9bf85({'cwd':_0x354303[_0x185092(0x171)]()},this[_0x185092(0x1c4)][_0x185092(0x137)]);continue;}break;}}}),this[_0x2e9d40(0x168)](_0x98a87d[_0x2e9d40(0xb4)]);};[a18_0x805c96(0x12e)]=_0x38947e=>{const _0x461f97=a18_0x805c96,_0x5f140c={};_0x5f140c['YPAPr']='failure_backtrace',_0x5f140c[_0x461f97(0x118)]='backtrace',_0x5f140c[_0x461f97(0x1d2)]=_0x461f97(0x213),_0x5f140c[_0x461f97(0xd3)]=_0x461f97(0x187),_0x5f140c[_0x461f97(0x185)]=function(_0x7faf34,_0x360d69){return _0x7faf34!==_0x360d69;},_0x5f140c['MDhOF']=_0x461f97(0xa3),_0x5f140c['XQstm']=function(_0x122e7f,_0x1d15b3){return _0x122e7f!==_0x1d15b3;},_0x5f140c[_0x461f97(0xe6)]='BDhzS',_0x5f140c[_0x461f97(0xca)]=function(_0x5d1bb9,_0xdb5557){return _0x5d1bb9===_0xdb5557;},_0x5f140c[_0x461f97(0x10d)]=_0x461f97(0x20a),_0x5f140c['wwQQh']=_0x461f97(0x1ed);const _0x20acbe=_0x5f140c;if(!_0x38947e||!_0x38947e[_0x461f97(0xb4)]){if(_0x20acbe[_0x461f97(0xca)](_0x20acbe[_0x461f97(0xf0)],_0x20acbe[_0x461f97(0xf0)]))return[];else _0xacd9a4[_0x20acbe[_0x461f97(0x1eb)]]=_0x63452f[_0x20acbe[_0x461f97(0x118)]],_0x46b67e[_0x20acbe[_0x461f97(0x1d2)]]=_0x415e7f[_0x20acbe['QyqtI']];}const _0x274544=[];return _0x38947e[_0x461f97(0xb4)][_0x461f97(0xba)][_0x461f97(0x1ae)](_0x393d48=>{const _0x540132=_0x461f97,_0xbbd73b={'NTfqf':function(_0x187bbb,_0xa4da35){const _0x31d2f5=a18_0x80bc;return _0x20acbe[_0x31d2f5(0x185)](_0x187bbb,_0xa4da35);},'dMnef':_0x20acbe['MDhOF']};if(_0x20acbe[_0x540132(0x215)](_0x20acbe[_0x540132(0xe6)],_0x20acbe[_0x540132(0xe6)]))return _0xb31308[_0x540132(0xb3)];else{if(_0x393d48[_0x540132(0xb6)]){if(_0x20acbe[_0x540132(0xca)](_0x20acbe[_0x540132(0x10d)],_0x20acbe['ToJVS']))_0x274544['push'](_0x393d48[_0x540132(0xb6)]);else{let _0x1396e1=_0x5d57b4['parent'];while(_0x1396e1&&_0xbbd73b[_0x540132(0x117)](_0x1396e1[_0x540132(0x176)],'')&&_0xbbd73b[_0x540132(0x117)](_0x1396e1[_0x540132(0x176)],_0xbbd73b[_0x540132(0x1fb)])){_0x4a9dff[_0x540132(0x179)](_0x1396e1['name']),_0x1396e1=_0x1396e1[_0x540132(0xb4)];}}}}}),[..._0x274544,...this[_0x461f97(0x12e)](_0x38947e['parent'])];};},[a18_0x805c96(0x151),a18_0x805c96(0x143),a18_0x805c96(0x210),a18_0x805c96(0x1db),'sendTestRunEvent',a18_0x805c96(0x211),'appendTestItemLog',a18_0x805c96(0x1f9),a18_0x805c96(0x196),a18_0x805c96(0xf5),'getRootParentFile',a18_0x805c96(0x168),'resetTestHooks','getHooksForTest',a18_0x805c96(0x1e0)]);
@@ -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
+ const a19_0x443879=a19_0x19c9;function a19_0x256e(){const _0x1f6d26=['_test','shutdown','exports','poIEf','1570460kPExCY','20344iHnHhU','OITwY','homedir','6hQarvI','env','815615rpWOCL','twQsy','UFyER','getTestRunIdFromTestInfo','removeTestUUID','toString','recursive','onCup','readFileSync','rmSync','unlinkSync','2552905tcrbrZ','join','XjhpB','parse','force','4023344pgLLbZ','getTestUUID','2430084qeKiji','rEWDM','mkdirSync','retry','existsSync','.browserstack','tests','dirPath','stringify','.json','BS_TESTOPS_BUILD_HASHED_ID','getFilePath','CWhRW','ttSRj','721vFvZOl','EqSgx','24050322fCbKjB','YEQQf','uuid','jest-o11y-'];a19_0x256e=function(){return _0x1f6d26;};return a19_0x256e();}function a19_0x19c9(_0x40070a,_0x5d3bca){const _0x256e6a=a19_0x256e();return a19_0x19c9=function(_0x19c935,_0x584157){_0x19c935=_0x19c935-0x1c8;let _0x24b0e2=_0x256e6a[_0x19c935];return _0x24b0e2;},a19_0x19c9(_0x40070a,_0x5d3bca);}(function(_0x3c7886,_0x803041){const _0x49425c=a19_0x19c9,_0x376570=_0x3c7886();while(!![]){try{const _0x4c5d0a=-parseInt(_0x49425c(0x1ef))/0x1+parseInt(_0x49425c(0x1e9))/0x2+-parseInt(_0x49425c(0x1d1))/0x3+-parseInt(_0x49425c(0x1cf))/0x4+-parseInt(_0x49425c(0x1ca))/0x5*(parseInt(_0x49425c(0x1ed))/0x6)+parseInt(_0x49425c(0x1df))/0x7*(parseInt(_0x49425c(0x1ea))/0x8)+parseInt(_0x49425c(0x1e1))/0x9;if(_0x4c5d0a===_0x803041)break;else _0x376570['push'](_0x376570['shift']());}catch(_0x208eee){_0x376570['push'](_0x376570['shift']());}}}(a19_0x256e,0x8cf4d));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a19_0x443879(0x1e3)),helper=require('../../../helpers/helper');class TestDetails{static [a19_0x443879(0x1d7)]={};static [a19_0x443879(0x1d8)]=path[a19_0x443879(0x1cb)](helper['homedir'](),'.browserstack','jest-o11y-'+process[a19_0x443879(0x1ee)][a19_0x443879(0x1db)]);static['setup'](){const _0x170448=a19_0x443879,_0x554944={};_0x554944[_0x170448(0x1f6)]=_0x170448(0x1d6);const _0x39f569=_0x554944;this[_0x170448(0x1d8)]=path['join'](helper[_0x170448(0x1ec)](),_0x39f569[_0x170448(0x1f6)],_0x170448(0x1e4)+process[_0x170448(0x1ee)][_0x170448(0x1db)]),this[_0x170448(0x1e6)]();const _0x16f8d5={};_0x16f8d5[_0x170448(0x1f5)]=!![],fs[_0x170448(0x1d3)](this['dirPath'],_0x16f8d5);}static['getFilePath'](_0x57ab6d){const _0x4e028f=a19_0x443879,_0x5459fc={};_0x5459fc[_0x4e028f(0x1dd)]=function(_0x283577,_0x2b94c9){return _0x283577+_0x2b94c9;},_0x5459fc[_0x4e028f(0x1f0)]=_0x4e028f(0x1da);const _0x3ba139=_0x5459fc;return path[_0x4e028f(0x1cb)](this[_0x4e028f(0x1d8)],_0x3ba139[_0x4e028f(0x1dd)](_0x57ab6d,_0x3ba139[_0x4e028f(0x1f0)]));}static[a19_0x443879(0x1f2)](_0x20e2bc){const _0x15b390=a19_0x443879,_0x146e86={};_0x146e86['YEQQf']=function(_0x503e33,_0x487160){return _0x503e33+_0x487160;},_0x146e86[_0x15b390(0x1d2)]=function(_0x4a9687,_0x33619d){return _0x4a9687+_0x33619d;},_0x146e86['ttSRj']=function(_0x3d2fc3,_0x1a8919){return _0x3d2fc3+_0x1a8919;};const _0x3bd60e=_0x146e86;return _0x3bd60e[_0x15b390(0x1e2)](_0x3bd60e['YEQQf'](_0x3bd60e[_0x15b390(0x1d2)](_0x3bd60e[_0x15b390(0x1de)](_0x20e2bc[_0x15b390(0x1e5)]['_projectId'],'-'),_0x20e2bc[_0x15b390(0x1e5)]['id']),'-'),_0x20e2bc[_0x15b390(0x1d4)]);}static[a19_0x443879(0x1d0)](_0xc904ee){const _0x314a73=a19_0x443879,_0x25b759={};_0x25b759[_0x314a73(0x1e0)]=function(_0x42e60c,_0x2441f1){return _0x42e60c!==_0x2441f1;},_0x25b759['ODfoW']=_0x314a73(0x1e8),_0x25b759[_0x314a73(0x1cc)]=_0x314a73(0x1f1);const _0x33b8a7=_0x25b759,_0x353cac=this[_0x314a73(0x1dc)](_0xc904ee);if(fs[_0x314a73(0x1d5)](_0x353cac)){if(_0x33b8a7['EqSgx'](_0x33b8a7['ODfoW'],_0x33b8a7['XjhpB'])){const _0x47c392=JSON[_0x314a73(0x1cd)](fs[_0x314a73(0x1f7)](_0x353cac)[_0x314a73(0x1f4)]());return this[_0x314a73(0x1d7)][_0xc904ee]=_0x47c392,this[_0x314a73(0x1d7)][_0xc904ee][_0x314a73(0x1e3)];}else{const _0x4679a3=_0x1c98d3[_0x314a73(0x1cd)](_0x241d02[_0x314a73(0x1f7)](_0x5d65f7)[_0x314a73(0x1f4)]());return this[_0x314a73(0x1d7)][_0x59cec6]=_0x4679a3,this[_0x314a73(0x1d7)][_0x347124][_0x314a73(0x1e3)];}}}static['setTestUUID'](_0xe87282){const _0x33031a=a19_0x443879,_0xba0dcc={'OITwY':function(_0x42ba71){return _0x42ba71();}},_0x3fe53f=this[_0x33031a(0x1dc)](_0xe87282);return this['tests'][_0xe87282]={'uuid':_0xba0dcc[_0x33031a(0x1eb)](uuidv4)},fs['writeFileSync'](_0x3fe53f,JSON[_0x33031a(0x1d9)](this[_0x33031a(0x1d7)][_0xe87282])),this['tests'][_0xe87282]['uuid'];}static[a19_0x443879(0x1f3)](_0x55cfe2){const _0x22d544=a19_0x443879,_0x405f61=this[_0x22d544(0x1dc)](_0x55cfe2);fs['existsSync'](_0x405f61)&&fs[_0x22d544(0x1c9)](_0x405f61);}static[a19_0x443879(0x1e6)](){const _0x281ba0=a19_0x443879,_0x134b28={};_0x134b28[_0x281ba0(0x1f5)]=!![],_0x134b28[_0x281ba0(0x1ce)]=!![],fs[_0x281ba0(0x1c8)](this['dirPath'],_0x134b28);}}module[a19_0x443879(0x1e7)]=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_0x46e472=a20_0x1b7d;(function(_0x517120,_0x16969f){const _0x3ed37d=a20_0x1b7d,_0x352727=_0x517120();while(!![]){try{const _0x3a57d4=-parseInt(_0x3ed37d(0x1b1))/0x1+-parseInt(_0x3ed37d(0x1b2))/0x2*(parseInt(_0x3ed37d(0x1b7))/0x3)+parseInt(_0x3ed37d(0x1ae))/0x4+parseInt(_0x3ed37d(0x1b3))/0x5*(parseInt(_0x3ed37d(0x1b4))/0x6)+-parseInt(_0x3ed37d(0x1b6))/0x7+parseInt(_0x3ed37d(0x1ba))/0x8*(parseInt(_0x3ed37d(0x1b0))/0x9)+parseInt(_0x3ed37d(0x1b5))/0xa;if(_0x3a57d4===_0x16969f)break;else _0x352727['push'](_0x352727['shift']());}catch(_0x5158f9){_0x352727['push'](_0x352727['shift']());}}}(a20_0x3bb6,0x831ff));const {requireModule}=require(a20_0x46e472(0x1af));function a20_0x1b7d(_0x3dee6e,_0x10d60d){const _0x3bb62d=a20_0x3bb6();return a20_0x1b7d=function(_0x1b7d97,_0x555434){_0x1b7d97=_0x1b7d97-0x1ac;let _0x3b7d46=_0x3bb62d[_0x1b7d97];return _0x3b7d46;},a20_0x1b7d(_0x3dee6e,_0x10d60d);}require(a20_0x46e472(0x1b8))();function a20_0x3bb6(){const _0x341668=['2088455AxRYGb','6ntzgHi','10519040QJfawj','6875274ZUeute','3AWONzx','../../helpers/setKeepAlive','selenium-webdriver','281816ZJKZXk','keys','__webdriver','2543808WasLhe','../../helpers/helper','72OpQpBZ','824691yUsfCB','86806EGvaCL'];a20_0x3bb6=function(){return _0x341668;};return a20_0x3bb6();}const __wd__=requireModule(a20_0x46e472(0x1b9));for(const key of Object[a20_0x46e472(0x1ac)](global[a20_0x46e472(0x1ad)])){__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_0x2163(){const _0x3601ab=['qDnEO','wDsMj','CCArR','exitCode','mnuHB','Rhpxw','afterEach','prototype','__driversArray','EOaBc','mochaHooks','--parallel','4680198xtXlTo','eqvHV','beforeExit','pYVJi','zjSHH','XhxER','../cucumber-js/formatter/custom_formatter.js','error','WMXoQ','DNZTR','unshift','DKJVn','_testObservability','stepsPending','scenarios','stepsSkipped','ZeARi','BMtGm','hFNsc','_bsConfig','fqTvO','IFZqu','FIgNd','GlXxr','JJdZK','../cucumber-js/formatter/custom_formatter_old_versions.js','sQZzM','NbMMD','argv','XhdBt','@cucumber/cucumber/lib/cli/index.js','stringify','../mocha/bstack-reporter/customReporter.js','UlZVx','then','lxIHo','qsWXY','__skipSessionStatus','testsErrorMessage','sgibT','stepsUnknown','_configuration','VvkZM','YnWNO','IAAYk','XBNHY','aQGLz','qRIZV','PanGM','run','../cucumber-js/test_old.setup.js','formatter','HBvWO','rPYkp','../cucumber-js/timeout.setup.js','HVHnG','rVSXN','kbnnP','dYVta','1779075mMdfEd','IGvXB','ibTFm','NoTCB','QClJQ','args','mOOpl','jaMCF','EqTAT','GPyNR','mochaOpts','length','../../helpers/setKeepAlive','bwDbF','dQtoc','mNZpt','Rgcka','ZUmLD','replace','join','TwApv','neXVO','htITg','qPBAj','beforeAll','ChZsv','env','ierPp','processSuccess','hPuJc','HasTX','success','pKLzc','stepsAmbiguous','nXzoG','zKHdn','assCk','ynPMZ','CONFIG','phpjQ','jXmgG','IHgmk','dxKJP','tmp/','dQaST','testsPassed','default','DlGhP','push','jBJmY','@cucumber/cucumber/lib/api/paths.js','_framework','catch','KinXQ','browserstackPercyBestPlatform','_argv','FOdFM','getInstance','pYEGB','qgrXO','PnFon','call','splice','indexOf','DAZgj','prevRun','platformCaps','scenariosFailed','uNPRn','qHKGB','lFKSu','JTYKC','testsAmbiguous','FAHfS','MlCwB','testSuites','../../index','runMocha','totalTests','file','--format','PyOQH','cucumber/lib/cli/configuration_builder.js','__skipSessionName','ljMmb','../mocha/test.setup','jaCwZ','myFNO','HkGZi','fbYsP','spec','1346919txBfyH','abOmL','VhjlW','IBmdF','SwPHm','browserstackAgentV2','YEIcB','oLdUv','../../helpers/accessibility-automation/helper','taqXb','../utils/constants','mocha','percyCaptureMode','../../helpers/helper','PaGLc','testsUnknown','horxF','FYlBj','ANlbC','assign','xjgoF','path','testsUndefined','ZJcUO','TCrgn','build','2|18|1|10|9|4|16|21|20|17|13|12|3|11|6|5|15|19|0|8|7|14','vanilla',':tmp/','_mochaOpts','tUUHR','testsSkipped','lBMgE','maxWorkers','beforeEach','eXteD','Nbsie','../../helpers/test-observability/requestQueueHandler','jGvem','steps','DhYVg','VJtCn','lSgWT','BAGei','38007Ccetbl','SACqQ','RGKqk','skipSessionStatus','OkfFK','hpIiN','tXieC','percy','fsajR','AbuFj','AljLs','NScBw','gSYVL','VgriH','RVyLK','iFQIN','skipSessionName','../cucumber-js/test.setup.js','jHUzL','DqaqU','__platform__','avWYL','akELd','IdDlw','KEwAK','nestedKeyValue','testsPending','CarEa','tFzSU','zIEUH','XKoyd','stepsFailed','yIIyo','platform','turboScaleUrl','64ZwjoAv','oICic','extname','supportCodePaths','1024421ztZgZl','_capability','kkNkP','nvAgG','split','@cucumber/cucumber/lib/cli/configuration_builder.js','NPTgb','516988zoEZWE','require','dJxaT','reporter','../mocha/test-observability/data-hooks','YWonw','8132800fTciiQ','MzBjq','stderr','ZoHli','timeout','browserStackPercyOptions','stepsUndefined','eNqkP','configuration','_formatter','kSTAQ','afterAll','oNcvi','BfiLX','jmYJX','rootHooks','DjRxU','xfPTG','DtGWo','FnSIN','testContextOptions','ZYEUl','eiEvj','ELxkn','CrIMs','testSuitesFailed','testsFailed','pubyl','BSTACK_DELTA','FPBlG','stepsPassed','capability','PUMxe'];a21_0x2163=function(){return _0x3601ab;};return a21_0x2163();}const a21_0x418d45=a21_0x262d;(function(_0x447def,_0x2d8275){const _0x564f0b=a21_0x262d,_0x5deb04=_0x447def();while(!![]){try{const _0x117a7f=parseInt(_0x564f0b(0x1f2))/0x1+-parseInt(_0x564f0b(0x1ee))/0x2*(parseInt(_0x564f0b(0x1cb))/0x3)+parseInt(_0x564f0b(0x1f9))/0x4+parseInt(_0x564f0b(0x267))/0x5+parseInt(_0x564f0b(0x22c))/0x6+-parseInt(_0x564f0b(0x19f))/0x7+-parseInt(_0x564f0b(0x1ff))/0x8;if(_0x117a7f===_0x2d8275)break;else _0x5deb04['push'](_0x5deb04['shift']());}catch(_0x59c452){_0x5deb04['push'](_0x5deb04['shift']());}}}(a21_0x2163,0xa4d13));function a21_0x262d(_0x58984e,_0x1fed2f){const _0x2163e6=a21_0x2163();return a21_0x262d=function(_0x262d95,_0x3b4005){_0x262d95=_0x262d95-0x169;let _0x5ca03f=_0x2163e6[_0x262d95];return _0x5ca03f;},a21_0x262d(_0x58984e,_0x1fed2f);}const path=require(a21_0x418d45(0x1b4)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a21_0x418d45(0x1ac)),constants=require(a21_0x418d45(0x1a9)),{isAccessibilityAutomationSession}=require(a21_0x418d45(0x1a7)),RequestQueueHandler=require(a21_0x418d45(0x1c4)),{isTestObservabilitySession}=require('../../helpers/test-observability/utils'),helper=require(a21_0x418d45(0x1ac));class Launcher{constructor(_0x377491,_0x427983,_0x5ecf1b,_0x3baf72=[]){const _0x51aac7=a21_0x418d45,_0x4d53e8={'gUrwT':_0x51aac7(0x1b9),'kqNkZ':function(_0x5d9bd7){return _0x5d9bd7();},'sgibT':function(_0x23d205){return _0x23d205();}},_0x27e49a=_0x4d53e8['gUrwT'][_0x51aac7(0x1f6)]('|');let _0x1ba4cb=0x0;while(!![]){switch(_0x27e49a[_0x1ba4cb++]){case'0':global[_0x51aac7(0x1b5)]=0x0;continue;case'1':this[_0x51aac7(0x1bc)]=_0x427983['mochaOpts'];continue;case'2':this[_0x51aac7(0x177)]=_0x377491;continue;case'3':global[_0x51aac7(0x192)]=0x0;continue;case'4':global[_0x51aac7(0x1df)]=this[_0x51aac7(0x255)][_0x51aac7(0x1ec)];continue;case'5':global[_0x51aac7(0x1e5)]=0x0;continue;case'6':global['testsFailed']=0x0;continue;case'7':global[_0x51aac7(0x18c)]=0x0;continue;case'8':global[_0x51aac7(0x1ae)]=0x0;continue;case'9':this['_capability']=this[_0x51aac7(0x255)][_0x51aac7(0x21e)];continue;case'10':this['_formatter']=_0x427983['formatter'];continue;case'11':global[_0x51aac7(0x171)]=0x0;continue;case'12':global[_0x51aac7(0x18f)]=0x0;continue;case'13':global['__platformCaps']=this['_configuration']['platformCaps']||{};continue;case'14':global[_0x51aac7(0x252)]={};continue;case'15':global['testsSkipped']=0x0;continue;case'16':this[_0x51aac7(0x17b)]=_0x3baf72;continue;case'17':this['_accessibilityAutomation']=_0x4d53e8['kqNkZ'](isAccessibilityAutomationSession);continue;case'18':this[_0x51aac7(0x255)]=_0x427983[_0x51aac7(0x207)]||{};continue;case'19':global[_0x51aac7(0x218)]=0x0;continue;case'20':this['_testObservability']=_0x4d53e8[_0x51aac7(0x253)](isTestObservabilitySession);continue;case'21':this['_bsConfig']=_0x5ecf1b;continue;}break;}}[a21_0x418d45(0x25d)](){const _0x5404e0=a21_0x418d45,_0x5d4b96={'lSgWT':function(_0x3df4f6,_0x393f90){return _0x3df4f6!==_0x393f90;},'RGKqk':_0x5404e0(0x194),'qPBAj':function(_0x381716,_0x539b1f){return _0x381716(_0x539b1f);},'neXVO':'6|11|16|0|9|2|12|5|8|13|20|10|7|15|19|4|21|1|3|14|17|18','aQGLz':function(_0x50897c){return _0x50897c();},'FPBlG':function(_0x35407b,_0x471dc1){return _0x35407b(_0x471dc1);},'rPYkp':function(_0x4103f8,_0x5ae1c6){return _0x4103f8!==_0x5ae1c6;},'DhYVg':function(_0x2b699d,_0x41efed){return _0x2b699d>_0x41efed;},'XBNHY':function(_0x5cb427,_0x1cfe23){return _0x5cb427(_0x1cfe23);},'JJdZK':function(_0xe78a9c,_0x36709d){return _0xe78a9c>_0x36709d;},'goigL':function(_0x2ffd63,_0x51bd9b){return _0x2ffd63(_0x51bd9b);},'Nbsie':_0x5404e0(0x1fd),'horxF':function(_0x234600,_0x4c3ebc){return _0x234600(_0x4c3ebc);},'MzBjq':_0x5404e0(0x1f7),'xfPTG':_0x5404e0(0x232),'hFNsc':function(_0x423e4f,_0x593d64){return _0x423e4f(_0x593d64);},'GXsGZ':function(_0x468e6e){return _0x468e6e();},'tXieC':function(_0x41b92c,_0x2accb5){return _0x41b92c===_0x2accb5;},'eiEvj':_0x5404e0(0x20c),'KinXQ':function(_0x1ee645,_0x51315c){return _0x1ee645<=_0x51315c;},'ELxkn':_0x5404e0(0x1d4),'hpIiN':function(_0x19e9ce,_0x49352c){return _0x19e9ce(_0x49352c);},'VJtCn':_0x5404e0(0x211),'CPguc':_0x5404e0(0x285),'iqNbr':function(_0x3b6526,_0x34e7ca,_0x52bc2a){return _0x3b6526(_0x34e7ca,_0x52bc2a);},'ynPMZ':_0x5404e0(0x196),'PUMxe':_0x5404e0(0x245),'taqXb':_0x5404e0(0x25e),'FOdFM':function(_0xfb7d10,_0x5053bc){return _0xfb7d10(_0x5053bc);},'IAAYk':'cucumber/lib/cli/index.js','mNZpt':_0x5404e0(0x1fb),'MlCwB':'spGTc','htITg':_0x5404e0(0x24a),'xOTWT':_0x5404e0(0x268),'rSvgv':_0x5404e0(0x18d),'VgriH':_0x5404e0(0x190),'rVSXN':_0x5404e0(0x241),'jXmgG':function(_0xb48ee2,_0xf7ac4f){return _0xb48ee2(_0xf7ac4f);},'EqTAT':_0x5404e0(0x273),'zKHdn':function(_0x45e7e8,_0x33df02){return _0x45e7e8===_0x33df02;},'ZUmLD':_0x5404e0(0x1aa),'qgrXO':function(_0x3f7c22,_0x5558a6){return _0x3f7c22===_0x5558a6;},'XhdBt':_0x5404e0(0x240),'jmYJX':_0x5404e0(0x222),'JcmNj':function(_0x27ce9d,_0x159b8c){return _0x27ce9d(_0x159b8c);},'tFzSU':'mocha/lib/cli/run-helpers.js','DNZTR':function(_0x5b315d,_0x7a673d){return _0x5b315d(_0x7a673d);},'FIgNd':_0x5404e0(0x230),'pKLzc':_0x5404e0(0x175),'tLPiT':function(_0x44745d){return _0x44745d();},'hPuJc':function(_0x153324,_0x2cc8d6){return _0x153324(_0x2cc8d6);},'oNcvi':_0x5404e0(0x199),'CrIMs':function(_0x31b2ac){return _0x31b2ac();},'FYlBj':function(_0x109e48,_0x938cf4){return _0x109e48!==_0x938cf4;},'UlZVx':_0x5404e0(0x237),'HBvWO':_0x5404e0(0x266),'MLmhk':function(_0x69bbba,_0x37ed3c){return _0x69bbba*_0x37ed3c;},'KEwAK':function(_0x9836eb,_0x5a5921){return _0x9836eb===_0x5a5921;},'eNqkP':function(_0xe9ea5c,_0x27b874){return _0xe9ea5c!==_0x27b874;},'SwPHm':'MgwqG','jHUzL':_0x5404e0(0x1e6),'PyOQH':_0x5404e0(0x24c),'fbYsP':function(_0x95f0d2,_0x2ffab5){return _0x95f0d2||_0x2ffab5;},'DAZgj':_0x5404e0(0x19e),'oigDF':'platformIndex','gSYVL':_0x5404e0(0x204),'YnWNO':_0x5404e0(0x17a),'BMtGm':_0x5404e0(0x1d2),'nXzoG':_0x5404e0(0x1ab),'IHgmk':function(_0x7775aa,_0x598ec6){return _0x7775aa===_0x598ec6;},'lxIHo':_0x5404e0(0x1ad),'BAGei':_0x5404e0(0x1da),'VhjlW':function(_0x1d8cb4,_0x48440a){return _0x1d8cb4!==_0x48440a;},'TFNDY':_0x5404e0(0x1cf),'XhxER':_0x5404e0(0x1b6),'fsajR':function(_0x587cc4,_0x3f1814){return _0x587cc4===_0x3f1814;},'SACqQ':_0x5404e0(0x243),'mnuHB':_0x5404e0(0x1e1),'QClJQ':'ZYxgG','DlGhP':function(_0x3a999d){return _0x3a999d();},'jaMCF':function(_0x1cec3c,_0x252c29){return _0x1cec3c===_0x252c29;},'EDvdI':_0x5404e0(0x1e8),'Rgcka':_0x5404e0(0x25c),'oICic':'zYpzc','VvkZM':'COYhr','uNPRn':function(_0x4ba49e,_0xb9beda){return _0x4ba49e(_0xb9beda);},'kbnnP':'cucumber-js','ierPp':function(_0x4867e0,_0x5c3e08){return _0x4867e0===_0x5c3e08;},'dQtoc':'MPNTS','kmBMJ':_0x5404e0(0x214),'dxKJP':function(_0xd96baa,_0x218295){return _0xd96baa!==_0x218295;},'oLdUv':'kGzjH','phpjQ':function(_0x39a934,_0x15f5e8){return _0x39a934(_0x15f5e8);},'LgUUl':_0x5404e0(0x250),'TwApv':_0x5404e0(0x262),'IgcJI':'Ifein','sQZzM':_0x5404e0(0x176),'ArUlK':_0x5404e0(0x1dc),'FnSIN':function(_0x114b67,_0x2a69b4){return _0x114b67!==_0x2a69b4;},'qHKGB':_0x5404e0(0x1eb),'myFNO':_0x5404e0(0x1a0),'DbNXi':function(_0x58f587,_0x33085a){return _0x58f587(_0x33085a);},'KPvhb':_0x5404e0(0x22b),'nvAgG':function(_0x572c24,_0x3da0a1){return _0x572c24>_0x3da0a1;},'ZhbgH':function(_0x58743e,_0x35cde5){return _0x58743e<_0x35cde5;},'eqvHV':function(_0x4d3810,_0x4ae68c){return _0x4d3810(_0x4ae68c);},'pYEGB':function(_0x32e3a1,_0x4e9905){return _0x32e3a1>_0x4e9905;},'NPTgb':_0x5404e0(0x1ba),'acpQz':_0x5404e0(0x22e),'Zxkdw':function(_0xa3a1bb,_0x60c9ab){return _0xa3a1bb(_0x60c9ab);},'DqaqU':function(_0x528a55,_0x28bb93){return _0x528a55(_0x28bb93);},'HVHnG':function(_0x453673){return _0x453673();}};return new Promise(async(_0x50ca8f,_0xadd02d)=>{const _0x52bb5a=_0x5404e0,_0xc945ad={'lBMgE':function(_0x52da87,_0x4490bc){return _0x5d4b96['goigL'](_0x52da87,_0x4490bc);},'WMXoQ':_0x5d4b96[_0x52bb5a(0x1c3)],'dQaST':function(_0x5545f2,_0x12756d){const _0x778a77=_0x52bb5a;return _0x5d4b96[_0x778a77(0x1af)](_0x5545f2,_0x12756d);},'PnFon':_0x5d4b96[_0x52bb5a(0x200)],'XKoyd':_0x5d4b96[_0x52bb5a(0x1cd)],'qRIZV':_0x5d4b96[_0x52bb5a(0x210)],'ljMmb':function(_0x5e7c17,_0x4f8a4a){const _0x2e365a=_0x52bb5a;return _0x5d4b96[_0x2e365a(0x23e)](_0x5e7c17,_0x4f8a4a);},'NbMMD':function(_0x57dd1d){return _0x5d4b96['GXsGZ'](_0x57dd1d);},'IdDlw':function(_0x4da7a3,_0x41dd00){const _0xbd0882=_0x52bb5a;return _0x5d4b96[_0xbd0882(0x1d1)](_0x4da7a3,_0x41dd00);},'YEIcB':_0x5d4b96[_0x52bb5a(0x215)],'ibTFm':function(_0x1938c1,_0x538933){const _0xc23f20=_0x52bb5a;return _0x5d4b96[_0xc23f20(0x179)](_0x1938c1,_0x538933);},'creqE':_0x5d4b96[_0x52bb5a(0x216)],'kSTAQ':function(_0xf37054,_0x2cacb2){const _0x2da078=_0x52bb5a;return _0x5d4b96[_0x2da078(0x1d0)](_0xf37054,_0x2cacb2);},'jLIIi':function(_0x54284b,_0x29c6d1){const _0x53a0f3=_0x52bb5a;return _0x5d4b96[_0x53a0f3(0x1c9)](_0x54284b,_0x29c6d1);},'Rhpxw':_0x5d4b96[_0x52bb5a(0x1c8)],'bRkoa':_0x5d4b96['CPguc'],'jaCwZ':function(_0x1c7de0,_0x360133,_0x38a257){return _0x5d4b96['iqNbr'](_0x1c7de0,_0x360133,_0x38a257);},'hwwTx':_0x5d4b96[_0x52bb5a(0x169)],'TCrgn':_0x5d4b96[_0x52bb5a(0x21f)],'pYVJi':_0x5d4b96[_0x52bb5a(0x1a8)],'ChZsv':function(_0x17cf5d,_0x16665e){return _0x5d4b96['FOdFM'](_0x17cf5d,_0x16665e);},'avWYL':_0x5d4b96[_0x52bb5a(0x258)],'IBmdF':_0x5d4b96[_0x52bb5a(0x276)],'assCk':_0x5d4b96[_0x52bb5a(0x18e)],'lFKSu':function(_0x196615,_0x1b3104){return _0x5d4b96['FPBlG'](_0x196615,_0x1b3104);},'ZeARi':_0x5d4b96[_0x52bb5a(0x27d)],'JTYKC':function(_0x47b289,_0x42746f){const _0x575ea1=_0x52bb5a;return _0x5d4b96[_0x575ea1(0x261)](_0x47b289,_0x42746f);},'YWonw':_0x5d4b96['xOTWT'],'agSQJ':_0x5d4b96['rSvgv'],'HkGZi':_0x5d4b96[_0x52bb5a(0x1d8)],'NScBw':_0x5d4b96[_0x52bb5a(0x264)],'tUUHR':function(_0x1ba32d,_0x1500ff){const _0x5e14e3=_0x52bb5a;return _0x5d4b96[_0x5e14e3(0x21c)](_0x1ba32d,_0x1500ff);}};_0x5d4b96[_0x52bb5a(0x16c)](require,_0x5d4b96[_0x52bb5a(0x26f)])();if(_0x5d4b96[_0x52bb5a(0x28a)](this[_0x52bb5a(0x177)],_0x5d4b96[_0x52bb5a(0x278)])){if(_0x5d4b96[_0x52bb5a(0x17f)](_0x5d4b96[_0x52bb5a(0x249)],_0x5d4b96[_0x52bb5a(0x20d)]))_0x591fec=0x0;else{const _0x5014c5=_0x5d4b96['JcmNj'](requireModule,_0x5d4b96[_0x52bb5a(0x1e7)]),_0x3bcb7c=_0x5d4b96[_0x52bb5a(0x235)](requireModule,_0x5d4b96[_0x52bb5a(0x278)]);_0x5d4b96[_0x52bb5a(0x25a)](isBrowserstackInfra)&&(_0x5d4b96[_0x52bb5a(0x1d1)](_0x5d4b96[_0x52bb5a(0x242)],_0x5d4b96[_0x52bb5a(0x287)])?(this[_0x52bb5a(0x23f)][_0x52bb5a(0x213)][_0x52bb5a(0x1db)]&&(_0x397754[_0x52bb5a(0x197)]=!![]),this[_0x52bb5a(0x23f)][_0x52bb5a(0x213)][_0x52bb5a(0x1ce)]&&(_0x427c4c[_0x52bb5a(0x251)]=!![])):_0x5d4b96['tLPiT'](modifyCommand));const _0x33e803=_0x5d4b96[_0x52bb5a(0x284)](require,_0x5d4b96[_0x52bb5a(0x20b)])[_0x52bb5a(0x22a)],_0x37ed86={};_0x37ed86['beforeAll']=[_0x33e803[_0x52bb5a(0x27f)]],_0x37ed86[_0x52bb5a(0x1c1)]=[_0x33e803['beforeEach']],_0x37ed86[_0x52bb5a(0x20a)]=[_0x33e803[_0x52bb5a(0x20a)]],_0x37ed86[_0x52bb5a(0x226)]=[_0x33e803[_0x52bb5a(0x226)]];const _0x3bea81=_0x37ed86;if(_0x5d4b96[_0x52bb5a(0x217)](isTestObservabilitySession)){if(_0x5d4b96[_0x52bb5a(0x1b0)](_0x5d4b96[_0x52bb5a(0x24d)],_0x5d4b96[_0x52bb5a(0x24d)])){const _0x5f136d=this['_formatter'][_0x25cadd][0x1],_0x3a24af=''+this['_formatter'][_0x439b85][0x0];if(_0x5d4b96[_0x52bb5a(0x1c9)](_0x5f136d,_0x5e549b)){const _0x9b93f5=_0x52bb5a(0x16f)+_0x5ceab3+_0x5b1b6c['extname'](_0x5f136d);_0x236bbc['push'](_0x5d4b96[_0x52bb5a(0x1cd)]),_0x2ba1cb[_0x52bb5a(0x174)](_0x3a24af+':'+_0x9b93f5);}else _0x24c587[_0x52bb5a(0x174)](_0x5d4b96[_0x52bb5a(0x1cd)]),_0x2670b3[_0x52bb5a(0x174)](_0x3a24af+_0x52bb5a(0x1bb)+_0x15b254);}else{const _0x5ce15c=_0x5d4b96[_0x52bb5a(0x259)](require,_0x5d4b96[_0x52bb5a(0x1c3)])[_0x52bb5a(0x22a)];_0x3bea81[_0x52bb5a(0x27f)][_0x52bb5a(0x236)](_0x5ce15c[_0x52bb5a(0x27f)]),_0x3bea81[_0x52bb5a(0x20a)]['push'](_0x5ce15c[_0x52bb5a(0x20a)]);}}const _0x23cfc4=await _0x5014c5['handleRequires'](this[_0x52bb5a(0x1bc)][_0x52bb5a(0x1fa)]);Object[_0x52bb5a(0x1b2)](this[_0x52bb5a(0x1bc)],_0x23cfc4);if(this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)]){if(_0x5d4b96[_0x52bb5a(0x1b0)](_0x5d4b96[_0x52bb5a(0x260)],_0x5d4b96[_0x52bb5a(0x260)])){const _0x23527e=_0xc945ad[_0x52bb5a(0x1bf)](_0x597fec,_0xc945ad[_0x52bb5a(0x234)])[_0x52bb5a(0x22a)];_0x4e5f80[_0x52bb5a(0x27f)][_0x52bb5a(0x236)](_0x23527e['beforeAll']),_0xb2ff8a['afterAll']['push'](_0x23527e[_0x52bb5a(0x20a)]);}else this[_0x52bb5a(0x1bc)]['rootHooks'][_0x52bb5a(0x27f)]&&_0x3bea81[_0x52bb5a(0x27f)][_0x52bb5a(0x236)](...this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)][_0x52bb5a(0x27f)]),this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)][_0x52bb5a(0x1c1)]&&_0x3bea81[_0x52bb5a(0x1c1)][_0x52bb5a(0x236)](...this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)][_0x52bb5a(0x1c1)]),this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)]['afterAll']&&_0x3bea81['afterAll'][_0x52bb5a(0x174)](...this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)][_0x52bb5a(0x20a)]),this['_mochaOpts'][_0x52bb5a(0x20e)][_0x52bb5a(0x226)]&&_0x3bea81[_0x52bb5a(0x226)]['push'](...this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)][_0x52bb5a(0x226)]);}const _0x33abbe=this[_0x52bb5a(0x1bc)][_0x52bb5a(0x1fc)];let _0x25079e=_0x5d4b96['MLmhk'](this[_0x52bb5a(0x1bc)][_0x52bb5a(0x203)],0x1);_0x5d4b96[_0x52bb5a(0x1e3)](this[_0x52bb5a(0x1bc)][_0x52bb5a(0x203)],0x0)?_0x5d4b96[_0x52bb5a(0x206)](_0x5d4b96[_0x52bb5a(0x1a3)],_0x5d4b96[_0x52bb5a(0x1a3)])?(_0x53bdd8=_0xc945ad[_0x52bb5a(0x170)](_0x4731e4,_0xc945ad[_0x52bb5a(0x180)])['default'],_0x5edd2d[_0x52bb5a(0x174)](_0xc945ad[_0x52bb5a(0x1e9)]),_0x30d125[_0x52bb5a(0x174)](_0x1c8620[_0x52bb5a(0x27a)](_0x1806fd,_0xc945ad[_0x52bb5a(0x25b)]))):_0x25079e=0x0:_0x5d4b96[_0x52bb5a(0x1c9)](_0x5d4b96['jHUzL'],_0x5d4b96[_0x52bb5a(0x1dd)])?_0x37d468+=_0x36a0d1[_0x52bb5a(0x21b)]:_0x25079e+=constants[_0x52bb5a(0x21b)];const _0x542727={...this[_0x52bb5a(0x1bc)],'reporter':path[_0x52bb5a(0x27a)](__dirname,_0x5d4b96[_0x52bb5a(0x195)]),'reporterOption':{...this['_mochaOpts']['reporterOptions'],'type':_0x5d4b96[_0x52bb5a(0x19d)](_0x33abbe,_0x5d4b96[_0x52bb5a(0x184)]),'testObservability':this[_0x52bb5a(0x238)],'bsConfig':this[_0x52bb5a(0x23f)]},'parallel':![],'rootHooks':_0x3bea81,'isWorker':!![],'timeout':_0x25079e};global['browserstackPlatformIndex']=helper[_0x52bb5a(0x1e4)](this[_0x52bb5a(0x255)],[_0x5d4b96['oigDF']]),global[_0x52bb5a(0x17a)]=helper[_0x52bb5a(0x1e4)](this[_0x52bb5a(0x255)],[_0x5d4b96['gSYVL'],_0x5d4b96[_0x52bb5a(0x257)]]),global[_0x52bb5a(0x1d2)]=helper[_0x52bb5a(0x1e4)](this[_0x52bb5a(0x255)],[_0x5d4b96[_0x52bb5a(0x1d7)],_0x5d4b96[_0x52bb5a(0x23d)]]),global[_0x52bb5a(0x1ab)]=helper['nestedKeyValue'](this[_0x52bb5a(0x255)],[_0x5d4b96['gSYVL'],_0x5d4b96[_0x52bb5a(0x289)]]),global['capabilities']=[this[_0x52bb5a(0x1f3)]];helper['isBrowserstackInfra']()&&(_0x5d4b96[_0x52bb5a(0x16d)](_0x5d4b96[_0x52bb5a(0x24f)],_0x5d4b96[_0x52bb5a(0x1ca)])?_0x5d4b96[_0x52bb5a(0x27e)](_0x244f09,_0x2aabee):(this[_0x52bb5a(0x23f)][_0x52bb5a(0x213)]['skipSessionName']&&(_0x5d4b96[_0x52bb5a(0x1a1)](_0x5d4b96['TFNDY'],_0x5d4b96[_0x52bb5a(0x231)])?global[_0x52bb5a(0x197)]=!![]:this[_0x52bb5a(0x255)]['turboScaleUrl']=this[_0x52bb5a(0x23f)]['turboScaleUrl']),this[_0x52bb5a(0x23f)][_0x52bb5a(0x213)]['skipSessionStatus']&&(_0x5d4b96[_0x52bb5a(0x1d3)](_0x5d4b96[_0x52bb5a(0x1cc)],_0x5d4b96[_0x52bb5a(0x224)])?_0xc945ad[_0x52bb5a(0x198)](_0x702bc,_0x3451fe):global[_0x52bb5a(0x251)]=!![])));this['_bsConfig'][_0x52bb5a(0x1ed)]&&(_0x5d4b96['zKHdn'](_0x5d4b96[_0x52bb5a(0x26b)],_0x5d4b96['QClJQ'])?this['_configuration'][_0x52bb5a(0x1ed)]=this[_0x52bb5a(0x23f)][_0x52bb5a(0x1ed)]:_0x2ecaca[_0x52bb5a(0x182)](_0x23539a,0x1));const _0x2816c8=new _0x3bcb7c(_0x542727);_0x2816c8[_0x52bb5a(0x185)]=_0x2816c8[_0x52bb5a(0x25d)];if(_0x5d4b96[_0x52bb5a(0x173)](isTestObservabilitySession)){if(_0x5d4b96[_0x52bb5a(0x26e)](_0x5d4b96['EDvdI'],_0x5d4b96['EDvdI']))_0x2816c8[_0x52bb5a(0x25d)]=function(_0x45ce2f){const _0x2026d5=_0x52bb5a,_0x1da0d6={'ZQfOP':function(_0x1db4dd,_0x211586){const _0x36f96b=a21_0x262d;return _0xc945ad[_0x36f96b(0x1bf)](_0x1db4dd,_0x211586);},'ZoHli':_0xc945ad['hwwTx'],'eXteD':_0xc945ad['XKoyd'],'GPyNR':_0xc945ad[_0x2026d5(0x1b7)],'NoTCB':_0xc945ad[_0x2026d5(0x22f)],'qDnEO':function(_0x210612,_0x5dccc2){const _0x10a682=_0x2026d5;return _0xc945ad[_0x10a682(0x280)](_0x210612,_0x5dccc2);},'jGvem':_0xc945ad[_0x2026d5(0x1e0)]};if(_0xc945ad['IdDlw'](_0xc945ad[_0x2026d5(0x1a2)],_0xc945ad[_0x2026d5(0x1a2)]))return _0x2816c8[_0x2026d5(0x185)](_0x5619b3=>{const _0x27946e=_0x2026d5,_0x7f48c8={'kkNkP':function(_0x5880de,_0x21b552){const _0x105bbc=a21_0x262d;return _0xc945ad[_0x105bbc(0x198)](_0x5880de,_0x21b552);},'mOOpl':function(_0x24d452){const _0x5d69e7=a21_0x262d;return _0xc945ad[_0x5d69e7(0x247)](_0x24d452);},'xjgoF':function(_0x31c078,_0x11b4d3){return _0xc945ad['IdDlw'](_0x31c078,_0x11b4d3);},'AljLs':_0xc945ad[_0x27946e(0x1a5)],'EOaBc':function(_0x33fbeb,_0x4e5cbf){const _0x3edf48=_0x27946e;return _0xc945ad[_0x3edf48(0x269)](_0x33fbeb,_0x4e5cbf);},'DjRxU':_0xc945ad['creqE'],'bwDbF':function(_0x5e9d7f,_0x2fea49){const _0x5b261d=_0x27946e;return _0xc945ad[_0x5b261d(0x209)](_0x5e9d7f,_0x2fea49);}};if(_0xc945ad['jLIIi'](_0xc945ad[_0x27946e(0x225)],_0xc945ad['bRkoa'])){const _0x2ee100=_0xc945ad[_0x27946e(0x19a)](setInterval,async()=>{const _0x10a40e=_0x27946e,_0x8b73c3={'pubyl':function(_0x1cec57,_0x34c657){const _0x13befb=a21_0x262d;return _0x7f48c8[_0x13befb(0x1f4)](_0x1cec57,_0x34c657);},'wDsMj':function(_0x247c55){const _0x304269=a21_0x262d;return _0x7f48c8[_0x304269(0x26d)](_0x247c55);}};if(_0x7f48c8[_0x10a40e(0x1b3)](_0x7f48c8[_0x10a40e(0x1d5)],_0x7f48c8[_0x10a40e(0x1d5)])){if(_0x7f48c8[_0x10a40e(0x229)](RequestQueueHandler[_0x10a40e(0x17d)]()['pendingUploads'],0x0)){if(_0x7f48c8[_0x10a40e(0x1b3)](_0x7f48c8['DjRxU'],_0x7f48c8[_0x10a40e(0x20f)]))_0x7f48c8[_0x10a40e(0x274)](clearInterval,_0x2ee100),await _0x7f48c8[_0x10a40e(0x274)](cleanupDrivers,global[_0x10a40e(0x228)]),_0x7f48c8[_0x10a40e(0x274)](_0x50ca8f,_0x5619b3);else{const _0x1e4a8f={};_0x1e4a8f[_0x10a40e(0x23a)]=_0x88c62d[_0x10a40e(0x18f)],_0x1e4a8f['steps']=_0x4ebdae[_0x10a40e(0x192)],_0x1e4a8f[_0x10a40e(0x187)]=_0x40836e[_0x10a40e(0x218)],_0x1e4a8f[_0x10a40e(0x1ea)]=_0x5470dd[_0x10a40e(0x219)],_0x1e4a8f[_0x10a40e(0x21d)]=_0x2ddec0[_0x10a40e(0x171)],_0x1e4a8f[_0x10a40e(0x23b)]=_0x330ab2[_0x10a40e(0x1be)],_0x1e4a8f[_0x10a40e(0x239)]=_0x334401[_0x10a40e(0x1e5)],_0x1e4a8f[_0x10a40e(0x205)]=_0x9f2857[_0x10a40e(0x1b5)],_0x1e4a8f['stepsUnknown']=_0x4bc1b1['testsUnknown'],_0x1e4a8f[_0x10a40e(0x288)]=_0x153344[_0x10a40e(0x18c)],_0x1e4a8f[_0x10a40e(0x283)]=_0x49683f[_0x10a40e(0x286)],_0x1e4a8f['testsErrorMessage']=_0xe3052b['testsErrorMessage'];const _0x1be47c=_0x1e4a8f;_0x8b73c3[_0x10a40e(0x21a)](_0x4a617d,_0x1be47c);}}}else _0x8b73c3[_0x10a40e(0x221)](_0x311ab3);},0x3e8);}else _0x58f3ba=_0x1da0d6['ZQfOP'](_0xab4e6e,_0x1da0d6[_0x27946e(0x202)])[_0x27946e(0x172)],_0x2f5666['push'](_0x1da0d6[_0x27946e(0x1c2)]),_0x52a5cf[_0x27946e(0x174)](_0x275fd9[_0x27946e(0x27a)](_0x782d25,_0x1da0d6[_0x27946e(0x270)])),_0x49ffc4=_0x1da0d6[_0x27946e(0x26a)];});else _0x524de0=_0x1da0d6[_0x2026d5(0x220)](_0x5dabe8,_0x1da0d6[_0x2026d5(0x1c5)]);};else return;}else _0x5d4b96['IHgmk'](_0x5d4b96['Rgcka'],_0x5d4b96[_0x52bb5a(0x277)])?_0x2816c8[_0x52bb5a(0x25d)]=function(_0x54dde2){const _0x2b041b=_0x52bb5a,_0x411693={'RVyLK':function(_0x5064fa,_0x41132d){const _0x11b0f1=a21_0x262d;return _0xc945ad[_0x11b0f1(0x18a)](_0x5064fa,_0x41132d);},'ANlbC':_0xc945ad[_0x2b041b(0x23c)]};if(_0xc945ad[_0x2b041b(0x18b)](_0xc945ad[_0x2b041b(0x1fe)],_0xc945ad['agSQJ']))return _0x2816c8['prevRun'](async _0x1a28fc=>{const _0x366b99=_0x2b041b;_0xc945ad[_0x366b99(0x1e2)](_0xc945ad[_0x366b99(0x28b)],_0xc945ad['assCk'])?(await _0xc945ad['kSTAQ'](cleanupDrivers,global['__driversArray']),_0xc945ad[_0x366b99(0x18a)](_0x50ca8f,_0x1a28fc)):_0x1d9a6a=_0x411693[_0x366b99(0x1d9)](_0x551c0b,_0x411693[_0x366b99(0x1b1)]);});else{const _0x2d2cb2=_0x2b041b(0x16f)+_0x206cad+_0x4255f6[_0x2b041b(0x1f0)](_0x96b341);_0x39bc6b[_0x2b041b(0x174)](_0xc945ad[_0x2b041b(0x1e9)]),_0x447775['push'](_0x324c75+':'+_0x2d2cb2);}}:(_0x694fbb[_0x52bb5a(0x233)](_0x44b652),_0x3c6d28[_0x52bb5a(0x223)]=0x1,_0x5d4b96[_0x52bb5a(0x27e)](_0x447202,_0xca2e60));try{_0x5d4b96[_0x52bb5a(0x28a)](_0x5d4b96[_0x52bb5a(0x1ef)],_0x5d4b96[_0x52bb5a(0x256)])?_0xc945ad['kSTAQ'](_0x1253d5,_0xc945ad[_0x52bb5a(0x19c)])[_0x52bb5a(0x1a4)](this['_configuration'],null,this['_testObservability']):_0x5d4b96[_0x52bb5a(0x188)](require,_0x5d4b96['VgriH'])[_0x52bb5a(0x1a4)](this[_0x52bb5a(0x255)],null,this[_0x52bb5a(0x238)]);}catch{}const _0x462a2b=_0x5014c5[_0x52bb5a(0x191)](_0x2816c8,_0x542727);_0x462a2b&&_0x462a2b['catch'](_0x209b21=>{const _0x24a084=_0x52bb5a;_0xc945ad['jLIIi'](_0xc945ad[_0x24a084(0x1d6)],_0xc945ad[_0x24a084(0x1d6)])?_0x3c10b1['__skipSessionName']=!![]:_0xc945ad[_0x24a084(0x1bd)](_0xadd02d,_0x209b21);});}}else{if(_0x5d4b96[_0x52bb5a(0x26e)](this[_0x52bb5a(0x177)],_0x5d4b96[_0x52bb5a(0x265)])){let _0x5e56b1;try{_0x5d4b96[_0x52bb5a(0x282)](_0x5d4b96[_0x52bb5a(0x275)],_0x5d4b96['kmBMJ'])?_0x36b879[_0x52bb5a(0x251)]=!![]:_0x5e56b1=_0x5d4b96[_0x52bb5a(0x17c)](requireModule,_0x5d4b96[_0x52bb5a(0x27d)]);}catch(_0x11a9e0){if(_0x5d4b96['dxKJP'](_0x5d4b96[_0x52bb5a(0x1a6)],_0x5d4b96[_0x52bb5a(0x1a6)])){const _0x2cb05d=_0x5d4b96[_0x52bb5a(0x27c)][_0x52bb5a(0x1f6)]('|');let _0x4b7f7d=0x0;while(!![]){switch(_0x2cb05d[_0x4b7f7d++]){case'0':this[_0x52bb5a(0x208)]=_0x644843[_0x52bb5a(0x25f)];continue;case'1':_0x2a8dbc[_0x52bb5a(0x218)]=0x0;continue;case'2':_0x1ff6dd[_0x52bb5a(0x1df)]=this[_0x52bb5a(0x255)]['platform'];continue;case'3':_0x54a641[_0x52bb5a(0x1b5)]=0x0;continue;case'4':_0x3b97cb['testsPending']=0x0;continue;case'5':this['_bsConfig']=_0x42770e;continue;case'6':this[_0x52bb5a(0x177)]=_0x595463;continue;case'7':_0x5c18c9['totalTests']=0x0;continue;case'8':this[_0x52bb5a(0x238)]=_0x5d4b96['aQGLz'](_0x55ccf3);continue;case'9':this[_0x52bb5a(0x1f3)]=this[_0x52bb5a(0x255)]['capability'];continue;case'10':_0x416ef9[_0x52bb5a(0x18f)]=0x0;continue;case'11':this[_0x52bb5a(0x255)]=_0x43a7ec[_0x52bb5a(0x207)]||{};continue;case'12':this[_0x52bb5a(0x17b)]=_0xd1fc19;continue;case'13':this['_accessibilityAutomation']=_0x5d4b96['aQGLz'](_0x1ac88f);continue;case'14':_0x5161cb[_0x52bb5a(0x1ae)]=0x0;continue;case'15':_0x496a24['testsPassed']=0x0;continue;case'16':this[_0x52bb5a(0x1bc)]=_0x21132c[_0x52bb5a(0x271)];continue;case'17':_0x240692[_0x52bb5a(0x18c)]=0x0;continue;case'18':_0x4089c9[_0x52bb5a(0x252)]={};continue;case'19':_0x5d4a3d['testsFailed']=0x0;continue;case'20':_0x203126['__platformCaps']=this['_configuration'][_0x52bb5a(0x186)]||{};continue;case'21':_0x113d6c[_0x52bb5a(0x1be)]=0x0;continue;}break;}}else _0x5e56b1=_0x5d4b96[_0x52bb5a(0x16b)](requireModule,_0x5d4b96[_0x52bb5a(0x258)]);}const _0x379841=this[_0x52bb5a(0x17b)],_0x201e59=_0x379841[_0x52bb5a(0x183)](_0x5d4b96[_0x52bb5a(0x265)]);_0x5d4b96[_0x52bb5a(0x1c7)](_0x201e59,-0x1)&&(_0x5d4b96[_0x52bb5a(0x16e)](_0x5d4b96['LgUUl'],_0x5d4b96['LgUUl'])?(this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)][_0x52bb5a(0x27f)]&&_0x4cb55d[_0x52bb5a(0x27f)][_0x52bb5a(0x236)](...this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)][_0x52bb5a(0x27f)]),this['_mochaOpts'][_0x52bb5a(0x20e)][_0x52bb5a(0x1c1)]&&_0x4cea2a[_0x52bb5a(0x1c1)][_0x52bb5a(0x236)](...this[_0x52bb5a(0x1bc)]['rootHooks']['beforeEach']),this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)][_0x52bb5a(0x20a)]&&_0x37d88c[_0x52bb5a(0x20a)]['push'](...this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)]['afterAll']),this['_mochaOpts'][_0x52bb5a(0x20e)][_0x52bb5a(0x226)]&&_0x4f1c47['afterEach'][_0x52bb5a(0x174)](...this[_0x52bb5a(0x1bc)][_0x52bb5a(0x20e)][_0x52bb5a(0x226)])):_0x379841['splice'](_0x201e59,0x1));const _0x318e57=_0x5d4b96[_0x52bb5a(0x27b)];try{if(_0x5d4b96[_0x52bb5a(0x16e)](_0x5d4b96['IgcJI'],_0x5d4b96['IgcJI'])){const _0x117530=_0x5d4b96[_0x52bb5a(0x21c)](_0x4f305e,this[_0x52bb5a(0x1f3)])['replace'](/ /g,'_');if(_0x5d4b96[_0x52bb5a(0x261)](this[_0x52bb5a(0x208)][_0x38b6a0],_0x43a629)&&_0x5d4b96[_0x52bb5a(0x1c7)](this[_0x52bb5a(0x208)][_0x1af645]['length'],0x0)){const _0x2d4abf=this[_0x52bb5a(0x208)][_0x246309][0x1],_0x116577=''+this[_0x52bb5a(0x208)][_0x51dfe5][0x0];if(_0x5d4b96[_0x52bb5a(0x1c9)](_0x2d4abf,_0x55ceb0)){const _0x15ee90=_0x52bb5a(0x16f)+_0x117530+_0x165243[_0x52bb5a(0x1f0)](_0x2d4abf);_0x1d1a2d[_0x52bb5a(0x174)](_0x5d4b96[_0x52bb5a(0x1cd)]),_0x30f487[_0x52bb5a(0x174)](_0x116577+':'+_0x15ee90);}else _0x1ff9a0[_0x52bb5a(0x174)](_0x5d4b96['RGKqk']),_0x12e1e7['push'](_0x116577+_0x52bb5a(0x1bb)+_0x117530);}}else{const _0x548571=_0x5d4b96[_0x52bb5a(0x259)](requireModule,_0x5d4b96[_0x52bb5a(0x246)]),_0x145d14=_0x548571['resolvePaths'];_0x548571.resolvePaths=async function(){const pathResults=await _0x145d14.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x318e57)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x379841['push'](_0x5d4b96[_0x52bb5a(0x1cd)]),_0x379841[_0x52bb5a(0x174)](path['join'](__dirname,_0x5d4b96[_0x52bb5a(0x210)]));}}catch(_0x36b198){let _0x386efa=_0x5d4b96['ArUlK'],_0x18e200;try{_0x5d4b96[_0x52bb5a(0x212)](_0x5d4b96[_0x52bb5a(0x189)],_0x5d4b96[_0x52bb5a(0x19b)])?(_0x18e200=_0x5d4b96['DbNXi'](requireModule,_0x5d4b96[_0x52bb5a(0x200)])[_0x52bb5a(0x172)],_0x379841[_0x52bb5a(0x174)](_0x5d4b96[_0x52bb5a(0x1cd)]),_0x379841[_0x52bb5a(0x174)](path[_0x52bb5a(0x27a)](__dirname,_0x5d4b96['xfPTG']))):(_0x4880ff[_0x52bb5a(0x174)](_0xc945ad[_0x52bb5a(0x1e9)]),_0x1e8f94['push'](_0x15fc74+_0x52bb5a(0x1bb)+_0x1cf55a));}catch(_0x406984){_0x18e200=_0x5d4b96[_0x52bb5a(0x235)](requireModule,_0x5d4b96[_0x52bb5a(0x169)])[_0x52bb5a(0x172)],_0x379841[_0x52bb5a(0x174)](_0x5d4b96[_0x52bb5a(0x1cd)]),_0x379841[_0x52bb5a(0x174)](path[_0x52bb5a(0x27a)](__dirname,_0x5d4b96[_0x52bb5a(0x21f)])),_0x386efa=_0x5d4b96[_0x52bb5a(0x1a8)];}const _0x3f7105=_0x18e200[_0x52bb5a(0x227)]['build'];_0x18e200[_0x52bb5a(0x227)][_0x52bb5a(0x1b8)]=async function(){const _0x5560f3=_0x52bb5a,_0x4a0b26=await _0x3f7105[_0x5560f3(0x181)](this);return _0x4a0b26[_0x5560f3(0x1f1)]['unshift'](path[_0x5560f3(0x27a)](__dirname,_0x386efa)),_0x4a0b26[_0x5560f3(0x1f1)][_0x5560f3(0x174)](path[_0x5560f3(0x27a)](__dirname,_0x318e57)),_0x4a0b26;};}_0x379841[_0x52bb5a(0x174)](_0x5d4b96['KPvhb']),_0x379841[_0x52bb5a(0x174)](''+this[_0x52bb5a(0x255)][_0x52bb5a(0x1c0)]);if(this[_0x52bb5a(0x208)]&&_0x5d4b96[_0x52bb5a(0x1f5)](this['_formatter']['length'],0x0))for(let _0x17049e=0x0;_0x5d4b96['ZhbgH'](_0x17049e,this[_0x52bb5a(0x208)][_0x52bb5a(0x272)]);_0x17049e++){const _0x48ec3f=_0x5d4b96[_0x52bb5a(0x22d)](getPlatformName,this['_capability'])[_0x52bb5a(0x279)](/ /g,'_');if(_0x5d4b96[_0x52bb5a(0x212)](this['_formatter'][_0x17049e],undefined)&&_0x5d4b96[_0x52bb5a(0x17e)](this[_0x52bb5a(0x208)][_0x17049e][_0x52bb5a(0x272)],0x0)){const _0x3d82f3=this['_formatter'][_0x17049e][0x1],_0x154f6f=''+this['_formatter'][_0x17049e][0x0];if(_0x5d4b96[_0x52bb5a(0x1a1)](_0x3d82f3,undefined)){const _0x5d902b='tmp/'+_0x48ec3f+path['extname'](_0x3d82f3);_0x379841[_0x52bb5a(0x174)](_0x5d4b96['RGKqk']),_0x379841[_0x52bb5a(0x174)](_0x154f6f+':'+_0x5d902b);}else _0x379841[_0x52bb5a(0x174)](_0x5d4b96[_0x52bb5a(0x1cd)]),_0x379841[_0x52bb5a(0x174)](_0x154f6f+_0x52bb5a(0x1bb)+_0x48ec3f);}}const _0x12c39b=new _0x5e56b1[(_0x52bb5a(0x172))]({'argv':_0x379841,'cwd':process['cwd'](),'stdout':process['stdout'],'stderr':process[_0x52bb5a(0x201)],'env':process[_0x52bb5a(0x281)]});process['env'][_0x52bb5a(0x16a)]=JSON[_0x52bb5a(0x24b)](this['_configuration']),_0x12c39b['run']()[_0x52bb5a(0x24e)](_0x3b627a=>{const _0x42cd98=_0x52bb5a,_0x1e53c7={};_0x1e53c7[_0x42cd98(0x23a)]=global[_0x42cd98(0x18f)],_0x1e53c7[_0x42cd98(0x1c6)]=global[_0x42cd98(0x192)],_0x1e53c7[_0x42cd98(0x187)]=global['testSuitesFailed'],_0x1e53c7[_0x42cd98(0x1ea)]=global[_0x42cd98(0x219)],_0x1e53c7['stepsPassed']=global[_0x42cd98(0x171)],_0x1e53c7[_0x42cd98(0x23b)]=global[_0x42cd98(0x1be)],_0x1e53c7[_0x42cd98(0x239)]=global[_0x42cd98(0x1e5)],_0x1e53c7['stepsUndefined']=global[_0x42cd98(0x1b5)],_0x1e53c7[_0x42cd98(0x254)]=global[_0x42cd98(0x1ae)],_0x1e53c7[_0x42cd98(0x288)]=global['testsAmbiguous'],_0x1e53c7[_0x42cd98(0x283)]=_0x3b627a[_0x42cd98(0x286)],_0x1e53c7[_0x42cd98(0x252)]=global[_0x42cd98(0x252)];const _0x3eddd7=_0x1e53c7;_0x5d4b96['XBNHY'](_0x50ca8f,_0x3eddd7);})[_0x52bb5a(0x178)](_0xefe285=>{_0xc945ad['ChZsv'](_0xadd02d,_0xefe285);});}else{if(_0x5d4b96['qgrXO'](this[_0x52bb5a(0x177)],_0x5d4b96[_0x52bb5a(0x1f8)])){process[_0x52bb5a(0x248)]=this[_0x52bb5a(0x255)][_0x52bb5a(0x26c)];try{_0x5d4b96[_0x52bb5a(0x25a)](modifyCommand),_0x5d4b96['qPBAj'](require,_0x5d4b96[_0x52bb5a(0x1d8)])['browserstackAgent'](this[_0x52bb5a(0x255)]);let _0x19918f=0x0;process['on'](_0x5d4b96['acpQz'],async()=>{const _0x2b5852=_0x52bb5a;if(_0x5d4b96[_0x2b5852(0x244)](_0x19918f,0x0))return;_0x19918f++,await _0x5d4b96[_0x2b5852(0x259)](cleanupDrivers,global[_0x2b5852(0x228)]);}),_0x5d4b96['Zxkdw'](require,this[_0x52bb5a(0x255)][_0x52bb5a(0x193)]);}catch(_0xe789bb){console[_0x52bb5a(0x233)](_0xe789bb),process['exitCode']=0x1,_0x5d4b96[_0x52bb5a(0x1de)](_0xadd02d,_0xe789bb);}_0x5d4b96[_0x52bb5a(0x263)](_0x50ca8f);}}}});}}module['exports']=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
+ const a22_0x51a2a=a22_0xe9cd;(function(_0x42e012,_0x2cef01){const _0x403a29=a22_0xe9cd,_0x20af45=_0x42e012();while(!![]){try{const _0x5a56b9=parseInt(_0x403a29(0xeb))/0x1*(-parseInt(_0x403a29(0x112))/0x2)+-parseInt(_0x403a29(0xfb))/0x3+parseInt(_0x403a29(0x107))/0x4*(parseInt(_0x403a29(0x14c))/0x5)+parseInt(_0x403a29(0xda))/0x6+-parseInt(_0x403a29(0x104))/0x7+-parseInt(_0x403a29(0xf1))/0x8*(-parseInt(_0x403a29(0x149))/0x9)+-parseInt(_0x403a29(0xf2))/0xa;if(_0x5a56b9===_0x2cef01)break;else _0x20af45['push'](_0x20af45['shift']());}catch(_0x378bd5){_0x20af45['push'](_0x20af45['shift']());}}}(a22_0x4c7d,0xb4971));const path=require(a22_0x51a2a(0xf4)),os=require('os'),util=require(a22_0x51a2a(0xd0)),bsSetupHelper=require(a22_0x51a2a(0xe0)),globals=require(a22_0x51a2a(0x14a)),logger=require(a22_0x51a2a(0xd1))[a22_0x51a2a(0xcf)];function a22_0x4c7d(){const _0x4d5905=['jWMZb','zASUt','XnmoD','IoFpM','accessibilityOptions','DZmlV','browserName','OYdUj','MEYEz','HdFnt','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','debug','format','RvrzY','nestedKeyValue','BsJjB','bKdct','bsubX','chromeOptions_','TIMUJ','browserVersion','TnGiC','9hICCfP','../../../helpers/globals','Exception\x20in\x20setExtension\x20Error:\x20','7415sVBwdR','nPhRN','fetchPlatformDetails','toLowerCase','selenium-webdriver/chrome.js','eyACd','ruvDh','browserstack.accessibilityOptions','browser_version','SIWxW','winstonLogger','util','../../../helpers/logger','FohMQ','WSyAm','tCXVT','igwbT','warn','sKBEZ','fOQNG','hBXWT','4733670nacent','chrome','kwMBL','kovEO','oQbxN','fOqbC','../../../helpers/helper','obZOf','lMXOM','chromeOptions','args','OpUFF','ZzyNM','getPlatformVersion','tiNtm','NwEsm','BluJb','1HFoBVd','iemNi','browserstack','XzlVc','okrrl','uVahB','5852008qQAhjD','11790460PGBjkZ','env','path','LvDcm','jHRtS','requireModule','capability','DZWmj','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','245604roCUFc','HZcGd','authToken','EkIRG','NujpQ','TtnNK','NaqpJ','parse','fJLiI','761971krnWpc','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','OmpUn','2856usNXjc','sbxGE','deviceName','DaNrT','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','PweKM','scannerVersion','TMnLR','TWVYo','includes','caOyi','939688hACoid','--headless','JJkcU','lXirH','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','get','fXfAM','LMVXi','setAccessibilityCapabilities','LSfjv','setGlobal','capabilities_','BS_A11Y_JWT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','__cloud_provider___','SvbPD','deoKa','getBrowserVersion','gwgnS','jxqLW','viivv','isAccessibilityPlatform','getBrowserName','accessibility','bstack:options','VZmLT','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','getCapabilities','ijDAQ','oKBCY','FXptx','zVVzm','Options'];a22_0x4c7d=function(){return _0x4d5905;};return a22_0x4c7d();}function a22_0xe9cd(_0x26effa,_0x298da9){const _0x4c7d79=a22_0x4c7d();return a22_0xe9cd=function(_0xe9cd39,_0x3a805b){_0xe9cd39=_0xe9cd39-0xc8;let _0x41e46c=_0x4c7d79[_0xe9cd39];return _0x41e46c;},a22_0xe9cd(_0x26effa,_0x298da9);}exports[a22_0x51a2a(0x11a)]=_0xd5a3e6=>{const _0xea29f4=a22_0x51a2a,_0x5bcf26={};_0x5bcf26[_0xea29f4(0xe8)]=_0xea29f4(0x12a),_0x5bcf26[_0xea29f4(0xe2)]=_0xea29f4(0x105),_0x5bcf26[_0xea29f4(0x114)]=_0xea29f4(0xcc),_0x5bcf26['fJLiI']=_0xea29f4(0xc9),_0x5bcf26[_0xea29f4(0xdc)]=_0xea29f4(0x11f),_0x5bcf26['viivv']=function(_0x64c2d6,_0x3e74d8){return _0x64c2d6!==_0x3e74d8;},_0x5bcf26['okrrl']=_0xea29f4(0xee),_0x5bcf26[_0xea29f4(0xce)]=_0xea29f4(0x148),_0x5bcf26[_0xea29f4(0x11b)]='browserstack.accessibility',_0x5bcf26['NwEsm']=function(_0x2389d8,_0x46749e){return _0x2389d8!==_0x46749e;},_0x5bcf26['uUPLj']=_0xea29f4(0x111),_0x5bcf26[_0xea29f4(0x134)]=_0xea29f4(0x127),_0x5bcf26[_0xea29f4(0x143)]=function(_0xb0f6b8,_0x2ef5dc){return _0xb0f6b8===_0x2ef5dc;},_0x5bcf26['HdFnt']='lxQsG',_0x5bcf26[_0xea29f4(0x122)]=_0xea29f4(0x135),_0x5bcf26[_0xea29f4(0x138)]=function(_0x12ed59,_0x56667a){return _0x12ed59!==_0x56667a;},_0x5bcf26['fOqbC']=_0xea29f4(0x10f),_0x5bcf26[_0xea29f4(0xca)]=_0xea29f4(0xe5),_0x5bcf26[_0xea29f4(0x133)]=_0xea29f4(0x10e),_0x5bcf26[_0xea29f4(0xd4)]=function(_0x582e01,_0x153bf0){return _0x582e01!==_0x153bf0;},_0x5bcf26[_0xea29f4(0xd7)]=_0xea29f4(0xdd),_0x5bcf26[_0xea29f4(0x10c)]=function(_0x10f2a8,_0x27d8f6){return _0x10f2a8===_0x27d8f6;},_0x5bcf26[_0xea29f4(0xd3)]=_0xea29f4(0xf9),_0x5bcf26[_0xea29f4(0xd9)]=_0xea29f4(0x100),_0x5bcf26['LMVXi']='ZQAYQ',_0x5bcf26[_0xea29f4(0x144)]=_0xea29f4(0xea),_0x5bcf26[_0xea29f4(0xd5)]=function(_0x326582,_0x48cd71){return _0x326582!==_0x48cd71;},_0x5bcf26[_0xea29f4(0x101)]='ZVOud',_0x5bcf26[_0xea29f4(0xff)]=_0xea29f4(0x12e);const _0x53324b=_0x5bcf26;try{if(_0x53324b[_0xea29f4(0x126)](_0x53324b[_0xea29f4(0xef)],_0x53324b[_0xea29f4(0xce)])){const _0x32c3f2=_0xd5a3e6[_0xea29f4(0xf8)]||{};if(_0x32c3f2[_0x53324b[_0xea29f4(0xe8)]]&&_0x32c3f2[_0x53324b[_0xea29f4(0xe8)]][_0xea29f4(0x129)]||_0xd5a3e6[_0xea29f4(0xf8)][_0x53324b[_0xea29f4(0x11b)]]){if(_0x53324b[_0xea29f4(0xe9)](_0x53324b['uUPLj'],_0x53324b['uUPLj']))_0x26aa8c[_0x53324b[_0xea29f4(0xe8)]][_0xea29f4(0x137)]['authToken']=_0x203e45[_0xea29f4(0xf3)][_0xea29f4(0x11e)];else{globals[_0xea29f4(0x11c)](_0x53324b[_0xea29f4(0x134)],!![]);if(_0x32c3f2[_0x53324b['tiNtm']]){if(_0x53324b['bKdct'](_0x53324b[_0xea29f4(0x13c)],_0x53324b[_0xea29f4(0x122)]))return _0x4ca604[_0xea29f4(0xd6)](_0x53324b[_0xea29f4(0xe2)]),![];else{if(_0x32c3f2[_0x53324b[_0xea29f4(0xe8)]][_0xea29f4(0x137)]){if(_0x53324b[_0xea29f4(0x138)](_0x53324b['fOqbC'],_0x53324b[_0xea29f4(0xdf)])){const _0xea400b={};_0xea400b[_0xea29f4(0xfd)]=_0x27bb3b[_0xea29f4(0xf3)]['BS_A11Y_JWT'],_0x2e2cf2[_0x53324b['JJkcU']]=_0xea400b;}else _0x32c3f2[_0x53324b[_0xea29f4(0xe8)]][_0xea29f4(0x137)][_0xea29f4(0xfd)]=process['env'][_0xea29f4(0x11e)];}else{if(_0x53324b[_0xea29f4(0x126)](_0x53324b['eyACd'],_0x53324b[_0xea29f4(0x133)])){const _0x16d821={};_0x16d821[_0xea29f4(0xfd)]=process[_0xea29f4(0xf3)][_0xea29f4(0x11e)],_0x32c3f2[_0x53324b[_0xea29f4(0xe8)]][_0xea29f4(0x137)]=_0x16d821;}else{if(_0x4ff4d9[_0x53324b[_0xea29f4(0x114)]])_0x3ea9b0[_0x53324b[_0xea29f4(0x114)]][_0xea29f4(0xfd)]=_0x30eedf[_0xea29f4(0xf3)][_0xea29f4(0x11e)];else{const _0x55799f={};_0x55799f[_0xea29f4(0xfd)]=_0x12c931['env'][_0xea29f4(0x11e)],_0x395ce7[_0x53324b[_0xea29f4(0x114)]]=_0x55799f;}_0x2b6a34[_0x53324b[_0xea29f4(0x114)]][_0xea29f4(0x10d)]=_0x531d3e[_0xea29f4(0x102)](_0xcd4d88['env'][_0xea29f4(0x10b)])[_0xea29f4(0x10d)];}}_0x32c3f2[_0x53324b['tiNtm']][_0xea29f4(0x137)][_0xea29f4(0x10d)]=JSON['parse'](process[_0xea29f4(0xf3)][_0xea29f4(0x10b)])[_0xea29f4(0x10d)];}}else{if(_0xd5a3e6[_0xea29f4(0xf8)][_0x53324b[_0xea29f4(0x11b)]]){if(_0x53324b[_0xea29f4(0xd4)](_0x53324b[_0xea29f4(0xd7)],_0x53324b[_0xea29f4(0xd7)]))_0x204faa=_0x3d7df4[_0xea29f4(0xf7)](_0x53324b[_0xea29f4(0x103)]);else{if(_0x32c3f2[_0x53324b[_0xea29f4(0x114)]])_0x53324b['PweKM'](_0x53324b[_0xea29f4(0xd3)],_0x53324b[_0xea29f4(0xd9)])?_0x2b39a3[_0xea29f4(0x13e)](_0xea29f4(0x14b)+_0x1418d8[_0xea29f4(0x13f)](_0x3bf877)):_0x32c3f2[_0x53324b[_0xea29f4(0x114)]]['authToken']=process[_0xea29f4(0xf3)][_0xea29f4(0x11e)];else{if(_0x53324b[_0xea29f4(0x143)](_0x53324b[_0xea29f4(0x119)],_0x53324b[_0xea29f4(0x144)]))return _0x275c87[_0xea29f4(0xd6)](_0x53324b[_0xea29f4(0xdc)]),![];else{const _0x385203={};_0x385203[_0xea29f4(0xfd)]=process['env'][_0xea29f4(0x11e)],_0x32c3f2[_0x53324b[_0xea29f4(0x114)]]=_0x385203;}}_0x32c3f2[_0x53324b['JJkcU']][_0xea29f4(0x10d)]=JSON[_0xea29f4(0x102)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0xea29f4(0x10d)];}}}}}}else{const _0x40f918={};_0x40f918[_0xea29f4(0xfd)]=_0x221980[_0xea29f4(0xf3)][_0xea29f4(0x11e)],_0x25c04c[_0x53324b['tiNtm']]['accessibilityOptions']=_0x40f918;}}catch(_0x5a8bb0){_0x53324b['igwbT'](_0x53324b[_0xea29f4(0x101)],_0x53324b[_0xea29f4(0xff)])?logger[_0xea29f4(0x13e)](_0xea29f4(0x12c)+_0x5a8bb0):_0x203c49[_0xea29f4(0x13e)](_0xea29f4(0x12c)+_0x472dd1);}},exports['setExtension']=(_0x1763f9,_0x4bda48)=>{const _0x451ba3=a22_0x51a2a,_0x597fb9={};_0x597fb9[_0x451ba3(0x131)]=_0x451ba3(0xfa),_0x597fb9[_0x451ba3(0xfe)]=_0x451ba3(0x12a),_0x597fb9[_0x451ba3(0x136)]=_0x451ba3(0x13d),_0x597fb9[_0x451ba3(0x121)]=_0x451ba3(0xcc),_0x597fb9[_0x451ba3(0x13b)]=function(_0x1ad3cd,_0x15bfb7){return _0x1ad3cd!==_0x15bfb7;},_0x597fb9[_0x451ba3(0xcb)]=function(_0x364780,_0x496ccf){return _0x364780===_0x496ccf;},_0x597fb9[_0x451ba3(0xf0)]='nAEEY',_0x597fb9[_0x451ba3(0x13a)]=_0x451ba3(0xdb),_0x597fb9[_0x451ba3(0xe1)]=function(_0x8e823b,_0x361708){return _0x8e823b!==_0x361708;},_0x597fb9[_0x451ba3(0x14d)]=_0x451ba3(0x140),_0x597fb9[_0x451ba3(0xf6)]=_0x451ba3(0x115),_0x597fb9[_0x451ba3(0xfc)]=_0x451ba3(0x11f),_0x597fb9[_0x451ba3(0x118)]=function(_0x1c515a,_0x5c8c89){return _0x1c515a===_0x5c8c89;},_0x597fb9[_0x451ba3(0x124)]='latest',_0x597fb9['NAzpK']=function(_0x3c7908,_0x43ba14){return _0x3c7908>_0x43ba14;},_0x597fb9['FohMQ']='KSNqj',_0x597fb9[_0x451ba3(0xd8)]=_0x451ba3(0x105),_0x597fb9[_0x451ba3(0x146)]='vFJPS',_0x597fb9[_0x451ba3(0xde)]=_0x451ba3(0xc9),_0x597fb9['oKBCY']=_0x451ba3(0x130),_0x597fb9[_0x451ba3(0xec)]='options_',_0x597fb9[_0x451ba3(0xe6)]=_0x451ba3(0xe4),_0x597fb9[_0x451ba3(0x10a)]=_0x451ba3(0xe3),_0x597fb9[_0x451ba3(0x12b)]=_0x451ba3(0x113),_0x597fb9['BTjgP']=function(_0x58f9a6,_0x130379){return _0x58f9a6===_0x130379;},_0x597fb9[_0x451ba3(0x108)]=_0x451ba3(0x106),_0x597fb9[_0x451ba3(0x125)]='tSmAW';const _0x2c0e5b=_0x597fb9;try{const _0x3f99fc=_0x4bda48[_0x451ba3(0xf8)]||{},_0x42a3b2=(_0x3f99fc[_0x2c0e5b['EkIRG']]?_0x3f99fc[_0x2c0e5b[_0x451ba3(0xfe)]][_0x451ba3(0x109)]:_0x3f99fc['device'])||'';if(_0x2c0e5b[_0x451ba3(0x13b)](_0x42a3b2,''))return _0x2c0e5b[_0x451ba3(0xcb)](_0x2c0e5b[_0x451ba3(0xf0)],_0x2c0e5b[_0x451ba3(0xf0)])?(logger[_0x451ba3(0xd6)](_0x2c0e5b['zVVzm']),![]):![];const _0x214537=_0x3f99fc[_0x451ba3(0x139)];if(_0x2c0e5b[_0x451ba3(0x13b)](_0x214537[_0x451ba3(0xc8)](),_0x2c0e5b[_0x451ba3(0x13a)]))return _0x2c0e5b[_0x451ba3(0xe1)](_0x2c0e5b[_0x451ba3(0x14d)],_0x2c0e5b[_0x451ba3(0xf6)])?(logger[_0x451ba3(0xd6)](_0x2c0e5b[_0x451ba3(0xfc)]),![]):(_0x17ca1a[_0x451ba3(0xd6)](_0x2c0e5b[_0x451ba3(0x131)]),![]);const _0x70c3f1=_0x3f99fc[_0x451ba3(0x147)]||_0x3f99fc[_0x451ba3(0xcd)];if(!bsSetupHelper['isUndefined'](_0x70c3f1)&&!(_0x2c0e5b[_0x451ba3(0x118)](_0x70c3f1,_0x2c0e5b[_0x451ba3(0x124)])||_0x2c0e5b['NAzpK'](_0x70c3f1,0x5e))){if(_0x2c0e5b['obZOf'](_0x2c0e5b[_0x451ba3(0xd2)],_0x2c0e5b[_0x451ba3(0xd2)])){if(_0x4175a9[_0x2c0e5b[_0x451ba3(0xfe)]][_0x451ba3(0x137)])_0x435152[_0x2c0e5b[_0x451ba3(0xfe)]][_0x451ba3(0x137)][_0x451ba3(0xfd)]=_0x3b9e3c[_0x451ba3(0xf3)][_0x451ba3(0x11e)];else{const _0x545089={};_0x545089['authToken']=_0x144eb8['env']['BS_A11Y_JWT'],_0xc6a893[_0x2c0e5b[_0x451ba3(0xfe)]][_0x451ba3(0x137)]=_0x545089;}_0xb7fb5a[_0x2c0e5b[_0x451ba3(0xfe)]][_0x451ba3(0x137)][_0x451ba3(0x10d)]=_0xafaa7d[_0x451ba3(0x102)](_0x399b09[_0x451ba3(0xf3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x451ba3(0x10d)];}else return logger[_0x451ba3(0xd6)](_0x2c0e5b[_0x451ba3(0xd8)]),![];}let _0x25bc0d;try{_0x2c0e5b[_0x451ba3(0x13b)](_0x2c0e5b[_0x451ba3(0x146)],_0x2c0e5b[_0x451ba3(0x146)])?_0x6a8404['debug'](_0x451ba3(0x116)+_0xe164a5):_0x25bc0d=bsSetupHelper['requireModule'](_0x2c0e5b[_0x451ba3(0xde)]);}catch(_0x5d9327){return _0x2c0e5b[_0x451ba3(0xcb)](_0x2c0e5b[_0x451ba3(0x12f)],_0x2c0e5b['oKBCY'])?![]:(_0x12635d[_0x451ba3(0xd6)](_0x2c0e5b[_0x451ba3(0x136)]),![]);}const _0x3f8df5=new _0x25bc0d[(_0x451ba3(0x132))](_0x1763f9[_0x451ba3(0x145)]),_0x2cbe2b=bsSetupHelper[_0x451ba3(0x141)](_0x3f8df5,[_0x2c0e5b[_0x451ba3(0xec)],_0x2c0e5b[_0x451ba3(0xe6)]])||bsSetupHelper[_0x451ba3(0x141)](_0x1763f9[_0x451ba3(0x11d)][_0x451ba3(0x117)](_0x2c0e5b[_0x451ba3(0xfe)]),[_0x2c0e5b[_0x451ba3(0x10a)],_0x2c0e5b[_0x451ba3(0xe6)]])||bsSetupHelper[_0x451ba3(0x141)](_0x1763f9['capabilities_'][_0x451ba3(0x117)](_0x2c0e5b[_0x451ba3(0x10a)]),[_0x2c0e5b[_0x451ba3(0xe6)]])||[];if(_0x2cbe2b[_0x451ba3(0x110)](_0x2c0e5b[_0x451ba3(0x12b)])){if(_0x2c0e5b['BTjgP'](_0x2c0e5b[_0x451ba3(0x108)],_0x2c0e5b['jxqLW']))_0x4da616[_0x2c0e5b[_0x451ba3(0x121)]][_0x451ba3(0xfd)]=_0x523173[_0x451ba3(0xf3)][_0x451ba3(0x11e)];else return logger[_0x451ba3(0xd6)](_0x2c0e5b[_0x451ba3(0x136)]),![];}return!![];}catch(_0x24a9ae){logger[_0x451ba3(0x13e)](_0x451ba3(0x14b)+util['format'](_0x24a9ae));}return![];},exports[a22_0x51a2a(0x14e)]=async _0xa6a07d=>{const _0x2f1f74=a22_0x51a2a,_0x444f66={};_0x444f66['BsJjB']=function(_0x28191a,_0x348b87){return _0x28191a===_0x348b87;},_0x444f66['LvDcm']=_0x2f1f74(0xed);const _0x377d29=_0x444f66;let _0x2a2f26={};try{const _0x35902a=await _0xa6a07d[_0x2f1f74(0x12d)]();_0x2a2f26={'os_name':_0x35902a['getPlatform'](),'os_version':bsSetupHelper[_0x2f1f74(0xe7)](_0x377d29[_0x2f1f74(0x142)](global[_0x2f1f74(0x120)],_0x377d29[_0x2f1f74(0xf5)])),'browser_name':_0x35902a[_0x2f1f74(0x128)](),'browser_version':_0x35902a[_0x2f1f74(0x123)]()};}catch(_0x114f94){logger[_0x2f1f74(0x13e)](_0x2f1f74(0x116)+_0x114f94);}return _0x2a2f26;};