browserstack-node-sdk 1.32.1 → 1.32.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
@@ -1 +1 @@
1
- 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
+ const a18_0x214460=a18_0x28dc;(function(_0x3a23ee,_0x7c3404){const _0x58b6a4=a18_0x28dc,_0x2e8dd=_0x3a23ee();while(!![]){try{const _0xfdfca2=-parseInt(_0x58b6a4(0x248))/0x1*(parseInt(_0x58b6a4(0x1b7))/0x2)+-parseInt(_0x58b6a4(0x29a))/0x3+parseInt(_0x58b6a4(0x1c5))/0x4+-parseInt(_0x58b6a4(0x1e4))/0x5+-parseInt(_0x58b6a4(0x215))/0x6+parseInt(_0x58b6a4(0x178))/0x7+parseInt(_0x58b6a4(0x287))/0x8;if(_0xfdfca2===_0x7c3404)break;else _0x2e8dd['push'](_0x2e8dd['shift']());}catch(_0x1f0658){_0x2e8dd['push'](_0x2e8dd['shift']());}}}(a18_0x156e,0xac6e6));function a18_0x28dc(_0x3d07ec,_0x417105){const _0x156ea5=a18_0x156e();return a18_0x28dc=function(_0x28dc37,_0x4615b2){_0x28dc37=_0x28dc37-0x11c;let _0xcd1e17=_0x156ea5[_0x28dc37];return _0xcd1e17;},a18_0x28dc(_0x3d07ec,_0x417105);}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a18_0x214460(0x19d)),SessionHandler=require(a18_0x214460(0x15c)),{v4:uuidv4}=require(a18_0x214460(0x166)),{name,version}=require(a18_0x214460(0x141)),stackTrace=require(a18_0x214460(0x192)),path=require('path'),fs=require('fs'),TestDetails=require(a18_0x214460(0x244)),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require(a18_0x214460(0x18e)),{getGitMetaData}=require(a18_0x214460(0x1e3)),a18_0x23419c={};a18_0x23419c['STATE_PASSED']=a18_0x214460(0x27c),a18_0x23419c[a18_0x214460(0x176)]='failed',a18_0x23419c['STATE_PENDING']='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x23419c,a18_0x4d264f={};a18_0x4d264f[a18_0x214460(0x183)]=a18_0x214460(0x1f3),a18_0x4d264f[a18_0x214460(0x14f)]=a18_0x214460(0x19f),a18_0x4d264f[a18_0x214460(0x121)]=a18_0x214460(0x20e),a18_0x4d264f[a18_0x214460(0x1d9)]=a18_0x214460(0x273);const HOOK_TYPES_MAP=a18_0x4d264f;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x1a754b=a18_0x214460,_0x31fafc={'SVldl':_0x1a754b(0x160),'RuSvG':function(_0x45a104){return _0x45a104();}},_0x1d5c68=_0x31fafc[_0x1a754b(0x16f)]['split']('|');let _0x17a7a8=0x0;while(!![]){switch(_0x1d5c68[_0x17a7a8++]){case'0':this[_0x1a754b(0x254)]=![];continue;case'1':this[_0x1a754b(0x1c8)]=null;continue;case'2':this[_0x1a754b(0x1ce)]=new PathHelper({'cwd':process['cwd']()},this[_0x1a754b(0x274)]['location_prefix']);continue;case'3':this[_0x1a754b(0x214)]=[];continue;case'4':this[_0x1a754b(0x274)]=this[_0x1a754b(0x23e)]();continue;case'5':this[_0x1a754b(0x16c)]=[];continue;case'6':this['testObservability']=_0x31fafc['RuSvG'](isTestObservabilitySession);continue;}break;}}[a18_0x214460(0x23e)]=()=>{const _0x55f6f8=a18_0x214460,_0x4effff={'THHrc':_0x55f6f8(0x22c),'SNrLb':function(_0x59c439){return _0x59c439();}};return{'ci':_0x4effff[_0x55f6f8(0x277)],'key':_0x4effff[_0x55f6f8(0x1da)](uuidv4),'version':version,'collector':_0x55f6f8(0x28c)+name};};[a18_0x214460(0x27a)](){const _0x5d1ed6=a18_0x214460;process[_0x5d1ed6(0x130)](_0x5d1ed6(0x122)+process[_0x5d1ed6(0x125)]),process['on'](_0x5d1ed6(0x122)+process[_0x5d1ed6(0x125)],this[_0x5d1ed6(0x240)]['bind'](this)),process[_0x5d1ed6(0x130)]('bs:addPlatformDetails:'+process[_0x5d1ed6(0x125)]),process['on'](_0x5d1ed6(0x21d)+process[_0x5d1ed6(0x125)],this[_0x5d1ed6(0x22a)][_0x5d1ed6(0x1a4)](this));}[a18_0x214460(0x175)]=async _0x524864=>{const _0x38934f=a18_0x214460,_0x125ba6={'ypQlK':_0x38934f(0x27c),'VvVeY':function(_0xde1fd0,_0x1806c7){return _0xde1fd0!==_0x1806c7;},'BvOMH':_0x38934f(0x145),'YocLO':_0x38934f(0x1b4),'sTFkd':_0x38934f(0x292),'GqPud':function(_0x323f09,_0x664f9e){return _0x323f09!==_0x664f9e;},'ojrgH':_0x38934f(0x1ca),'uyKbf':'QFwFQ','PYgFH':function(_0x5017ee,_0x5d2df4){return _0x5017ee>_0x5d2df4;},'CcQrW':function(_0x313f77,_0x18912d){return _0x313f77===_0x18912d;},'LNyQn':function(_0x14bd1d,_0x153f9f){return _0x14bd1d===_0x153f9f;},'mrYqk':_0x38934f(0x140),'nqOwu':_0x38934f(0x262),'srQKU':_0x38934f(0x1b1),'yHaKi':function(_0x5645aa,_0x3af0fd){return _0x5645aa===_0x3af0fd;},'Ikliu':'huNZr','PIsIq':_0x38934f(0x276),'RgESC':function(_0x241614,_0x226cca){return _0x241614(_0x226cca);}};try{if(_0x125ba6[_0x38934f(0x123)](_0x125ba6['ojrgH'],_0x125ba6[_0x38934f(0x1f5)])){const _0x24cc77=this['current_test'];this[_0x38934f(0x29c)]=_0x524864,_0x524864['retryOf']=null,_0x524864['testAnalyticsId']=TestDetails[_0x38934f(0x202)](process['pid']+_0x38934f(0x15d)),_0x524864[_0x38934f(0x1b4)]=new Date()[_0x38934f(0x18b)](),_0x125ba6[_0x38934f(0x1c7)](_0x524864[_0x38934f(0x189)],0x0)&&_0x24cc77&&_0x125ba6[_0x38934f(0x13e)](_0x24cc77['title'],_0x524864[_0x38934f(0x20f)])?_0x125ba6[_0x38934f(0x25e)](_0x125ba6[_0x38934f(0x1bb)],_0x125ba6[_0x38934f(0x231)])?(_0x3f1b4b[_0x38934f(0x28b)](_0x45d7dc[_0x38934f(0x16d)]),_0xb4427e=_0x406e13[_0x38934f(0x1d1)]):(_0x524864[_0x38934f(0x1a0)]=_0x24cc77[_0x38934f(0x1f1)],await this[_0x38934f(0x1fe)](_0x524864,undefined,![],_0x125ba6[_0x38934f(0x206)]),_0x24cc77[_0x38934f(0x237)]=STATE_FAILED,await this['sendTestRunEvent'](_0x24cc77,undefined,!![])):_0x125ba6['yHaKi'](_0x125ba6[_0x38934f(0x1bd)],_0x125ba6[_0x38934f(0x1bd)])?await this[_0x38934f(0x1fe)](_0x524864,undefined,![],_0x125ba6[_0x38934f(0x206)]):_0x2916a9['result']=_0x125ba6[_0x38934f(0x171)];}else _0x125ba6[_0x38934f(0x246)](_0x2b8302[_0x38934f(0x22e)],_0x125ba6[_0x38934f(0x158)])&&(_0x3e7bc1[_0x38934f(0x22e)]=_0x125ba6['ypQlK']);}catch(_0x539f22){_0x125ba6[_0x38934f(0x123)](_0x125ba6[_0x38934f(0x259)],_0x125ba6[_0x38934f(0x259)])?_0x1fa121[_0x125ba6[_0x38934f(0x154)]]=_0x353c3d[_0x125ba6[_0x38934f(0x193)]]:_0x125ba6[_0x38934f(0x298)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x539f22);}};[a18_0x214460(0x1d6)](_0xb7e4b2){const _0x421cb5=a18_0x214460,_0x4a87ad={};_0x4a87ad[_0x421cb5(0x19c)]=function(_0x281fa0,_0x42c098){return _0x281fa0!==_0x42c098;},_0x4a87ad[_0x421cb5(0x1a9)]=_0x421cb5(0x12a),_0x4a87ad[_0x421cb5(0x258)]=function(_0x1e19ca,_0x97c0ff){return _0x1e19ca===_0x97c0ff;},_0x4a87ad[_0x421cb5(0x234)]=_0x421cb5(0x296);const _0x1d363a=_0x4a87ad;if(_0x1d363a[_0x421cb5(0x19c)](_0xb7e4b2[_0x421cb5(0x211)],_0x1d363a[_0x421cb5(0x1a9)])){if(_0x1d363a[_0x421cb5(0x258)](_0x1d363a[_0x421cb5(0x234)],_0x1d363a['AHJcM']))return'\x22'+_0xb7e4b2['type']+'\x22\x20hook\x20for\x20\x22'+(_0xb7e4b2[_0x421cb5(0x1d1)]&&_0xb7e4b2['parent']['name'])+'\x22';else _0x1b568c[_0x421cb5(0x1a3)]=null;}return _0xb7e4b2[_0x421cb5(0x16d)];}['sendTestRunEvent']=async(_0xa619b3,_0x1560ce=undefined,_0x165fb7=![],_0xa23c24=a18_0x214460(0x238))=>{const _0x51df92=a18_0x214460,_0x535e87={'VYSKR':_0x51df92(0x24b),'KumQM':function(_0x4f60cf,_0x1cb00d){return _0x4f60cf(_0x1cb00d);},'wGbiA':_0x51df92(0x12d),'hYbRD':function(_0x15640b,_0x407e34){return _0x15640b(_0x407e34);},'tzOAY':function(_0x173803,_0x1f53b7){return _0x173803+_0x1f53b7;},'Tjjto':'Exception\x20in\x20getting\x20file\x20for\x20hook\x20','DZvor':_0x51df92(0x19b),'gmIEB':_0x51df92(0x26e),'soJYH':_0x51df92(0x221),'AqiWS':function(_0x801a55){return _0x801a55();},'nqTnq':function(_0x5f4c42,_0x49971e){return _0x5f4c42===_0x49971e;},'qQocH':_0x51df92(0x29b),'pvdwY':function(_0x5af730,_0x850397){return _0x5af730!==_0x850397;},'GYrge':'failed','jYmmz':_0x51df92(0x27c),'lwHCf':_0x51df92(0x121),'puSgC':_0x51df92(0x1d9),'dGoYj':'pending','mrLtB':_0x51df92(0x218),'WfnzG':_0x51df92(0x26c),'UuDPi':_0x51df92(0x28d),'CyEyK':_0x51df92(0x235),'achkv':_0x51df92(0x1a5),'HFqnp':'result','keLCu':_0x51df92(0x1e0),'zAvaq':_0x51df92(0x271),'qqhwU':_0x51df92(0x170),'nAFxE':_0x51df92(0x17c),'sKDUT':function(_0x26ab07,_0x151abe){return _0x26ab07===_0x151abe;},'eIQsh':_0x51df92(0x25c),'GmcPq':_0x51df92(0x168),'QEJuR':_0x51df92(0x1ec),'bGIei':_0x51df92(0x21a),'VXKRf':function(_0xc45310,_0xab4e98){return _0xc45310!==_0xab4e98;},'HJYmS':_0x51df92(0x1d3),'ePgsj':function(_0x4de21a,_0x3ee510){return _0x4de21a(_0x3ee510);},'irQru':_0x51df92(0x180),'Vzedi':_0x51df92(0x1a7),'khmkN':_0x51df92(0x12a),'xchZZ':function(_0x5ca53f,_0x22f920){return _0x5ca53f!==_0x22f920;},'VlsqG':function(_0x58dffb,_0x142058){return _0x58dffb!==_0x142058;},'gQXbL':_0x51df92(0x11c),'yVLmw':_0x51df92(0x161),'tqSKR':_0x51df92(0x174),'ptwLt':'File\x20path\x20could\x20not\x20be\x20found','xFFVX':_0x51df92(0x212),'Agjcq':_0x51df92(0x209),'KgooP':'skipped','OFudR':function(_0x321298,_0x55ad16){return _0x321298>_0x55ad16;},'rJVpt':function(_0x47fbda,_0x4602f0){return _0x47fbda-_0x4602f0;},'FLxuZ':function(_0x5b2b0d,_0x457788){return _0x5b2b0d(_0x457788);},'AUgpg':function(_0x19c9df,_0x2c2fc3){return _0x19c9df===_0x2c2fc3;},'INwpn':'started_at','NgAWb':function(_0x4b568d,_0x4e8e5f){return _0x4b568d!==_0x4e8e5f;},'HyrXk':_0x51df92(0x181),'aVziK':_0x51df92(0x1dc),'KkgjR':_0x51df92(0x292),'kbiEt':_0x51df92(0x143),'teaGc':function(_0x1d23c8,_0x756f5b){return _0x1d23c8===_0x756f5b;},'jxBOb':_0x51df92(0x12c),'OdvDv':'pkPbA','zyiQx':_0x51df92(0x1ae),'KtHzd':_0x51df92(0x1b9),'pctEo':_0x51df92(0x1d5),'mwtDJ':function(_0x5b365b,_0x5bea23){return _0x5b365b===_0x5bea23;},'fOgtq':'gppRQ','amhjM':_0x51df92(0x27e),'TjlTT':_0x51df92(0x185),'ESDdh':'failure_reason_expanded','seiEe':_0x51df92(0x16e),'ALthM':'TestRunFinished','DWeOO':'uLQWx','ulGnm':function(_0x551ec8,_0x570ea8){return _0x551ec8===_0x570ea8;},'kNJyF':_0x51df92(0x136),'wzDQa':_0x51df92(0x233),'ANhkM':_0x51df92(0x164),'lZGqk':_0x51df92(0x1de),'OyDqI':'gqiDj','Aydvy':function(_0x51ef71,_0x4dc2f0){return _0x51ef71===_0x4dc2f0;},'ANbEQ':'qFlBr','fEwQM':_0x51df92(0x183),'HQbnT':'redXq','hyCcL':function(_0x12df6e,_0x1a5bb9){return _0x12df6e!==_0x1a5bb9;},'SSvaq':_0x51df92(0x227),'rMOAQ':function(_0x19c5d2,_0x734139){return _0x19c5d2(_0x734139);}};try{if(_0x535e87['nqTnq'](_0x535e87[_0x51df92(0x1ea)],_0x535e87[_0x51df92(0x13a)]))_0x28224c[_0x51df92(0x208)]=_0x1b2104;else{if(_0xa619b3['fn']&&_0xa619b3['fn'][_0x51df92(0x1db)]()[_0x51df92(0x13d)](/browserstack internal helper hook/)){if(_0x535e87[_0x51df92(0x256)](_0x535e87['eIQsh'],_0x535e87[_0x51df92(0x1af)])){if(_0x3ba9c7[_0x51df92(0x1f9)]){const _0xbc5957=_0x224e2b[_0x51df92(0x18a)][_0x51df92(0x205)](_0x471981,_0x404230[_0x51df92(0x1f9)]);return _0xbc5957[0x0][_0x51df92(0x225)]();}if(_0x1954ad[_0x51df92(0x13f)])return _0x5325aa[_0x51df92(0x13f)];return null;}else return;}await this['configureGit']();let _0x4b7b2a;try{_0x535e87[_0x51df92(0x23d)](_0x535e87[_0x51df92(0x21b)],_0x535e87[_0x51df92(0x21b)])?_0x4b7b2a=this[_0x51df92(0x265)](_0xa619b3):_0x235ac1=[_0x5b9908,_0x535e87[_0x51df92(0x229)]];}catch(_0xe1143){_0x535e87[_0x51df92(0x23b)](_0x535e87[_0x51df92(0x283)],_0x535e87[_0x51df92(0x283)])?(_0x7fed37[_0x51df92(0x130)]('bs:addLog:'+_0x71589b[_0x51df92(0x125)]),_0x51b924['on'](_0x51df92(0x122)+_0x533658[_0x51df92(0x125)],this[_0x51df92(0x240)][_0x51df92(0x1a4)](this)),_0x2e3c65[_0x51df92(0x130)](_0x51df92(0x21d)+_0x16f79d[_0x51df92(0x125)]),_0x252ba['on']('bs:addPlatformDetails:'+_0x4ee2ae[_0x51df92(0x125)],this[_0x51df92(0x22a)][_0x51df92(0x1a4)](this))):(_0x535e87['KumQM'](debug,'failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0xe1143),_0x4b7b2a=null);}if(_0x4b7b2a[_0x51df92(0x1aa)](_0x535e87[_0x51df92(0x15b)])){if(_0x535e87[_0x51df92(0x1be)](_0x535e87['HJYmS'],_0x535e87[_0x51df92(0x194)]))_0x535e87['KumQM'](_0x179ad7,_0x51df92(0x245)+_0xa7050f);else return;}const _0x49c696=_0x535e87[_0x51df92(0x1c1)](require,_0x535e87[_0x51df92(0x167)]);let _0x42ac0a=[];if(_0x535e87[_0x51df92(0x23b)](_0xa619b3[_0x51df92(0x25b)],undefined)){if(_0x535e87[_0x51df92(0x256)](_0x535e87[_0x51df92(0x222)],_0x535e87[_0x51df92(0x222)]))_0x42ac0a=[_0xa619b3[_0x51df92(0x25b)],_0x535e87[_0x51df92(0x24a)]];else{const _0x37d31b=_0x106cca[_0x51df92(0x18a)][_0x51df92(0x205)](_0x1c0ad8,_0xb3f693['asyncError']);return _0x37d31b[0x0][_0x51df92(0x225)]();}}else{if(_0x535e87['xchZZ'](_0x1560ce,undefined)){if(_0x535e87[_0x51df92(0x1cc)](_0x535e87[_0x51df92(0x247)],_0x535e87[_0x51df92(0x24e)]))_0x42ac0a=[_0x1560ce,_0x535e87['VYSKR']];else{try{const _0x2d177b=this[_0x51df92(0x265)](_0x1e3275);return _0x2d177b[_0x51df92(0x1aa)](_0x535e87[_0x51df92(0x15b)]);}catch(_0x50dc0e){_0x535e87['hYbRD'](_0x4bab8f,_0x535e87['tzOAY'](_0x535e87['Tjjto'],_0x50dc0e));}return![];}}else{if(_0x535e87['sKDUT'](_0x535e87['tqSKR'],_0x535e87[_0x51df92(0x257)]))_0x42ac0a=[];else return _0x30dcc9[_0x51df92(0x137)](_0x14202a[_0x51df92(0x25d)](_0xfb71b9,_0x535e87[_0x51df92(0x196)],_0x535e87['gmIEB'])),_0x578860;}}const _0x5854dc=_0x535e87[_0x51df92(0x1cc)](_0xa619b3[_0x51df92(0x25b)],undefined)?_0x49c696[_0x51df92(0x22f)](_0xa619b3[_0x51df92(0x25b)][0x0]):_0x535e87['pvdwY'](_0x1560ce,undefined)?_0x1560ce[_0x51df92(0x1db)]():undefined,_0x32437b=_0x4b7b2a?this['_paths'][_0x51df92(0x1a2)](this['getRootParentFile'](_0xa619b3)):_0x535e87[_0x51df92(0x163)],_0x2785f1={'framework':FRAMEWORKS[_0x51df92(0x27d)],'uuid':_0xa619b3[_0x51df92(0x1f1)]||_0xa619b3['hookAnalyticsId'],'name':this['getName'](_0xa619b3),'body':{'lang':_0x535e87[_0x51df92(0x15f)],'code':_0xa619b3['fn'][_0x51df92(0x1db)]()},'scopes':this[_0x51df92(0x24f)](_0xa619b3),'file_name':_0x32437b,'vc_filepath':this[_0x51df92(0x1c8)]&&_0x4b7b2a?path['relative'](this[_0x51df92(0x1c8)],_0x4b7b2a):null,'location':_0x32437b,'result':_0x535e87[_0x51df92(0x256)](_0xa23c24,_0x535e87['Agjcq'])?_0x535e87['KgooP']:this[_0x51df92(0x241)](_0xa619b3[_0x51df92(0x25b)]&&_0x535e87['OFudR'](_0xa619b3['errorsDetailed'][_0x51df92(0x282)],0x0)?_0x535e87[_0x51df92(0x16b)]:_0x535e87[_0x51df92(0x263)]),'failure_reason':_0x5854dc,'duration_in_ms':_0xa619b3[_0x51df92(0x1cf)]||(_0xa23c24[_0x51df92(0x13d)](/Finished/)||_0xa23c24[_0x51df92(0x13d)](/Skipped/)?_0x535e87[_0x51df92(0x14e)](Date[_0x51df92(0x124)](),new Date(_0xa619b3[_0x51df92(0x1b4)])[_0x51df92(0x213)]()):null),'started_at':_0xa619b3[_0x51df92(0x1b4)],'finished_at':_0xa23c24[_0x51df92(0x13d)](/Finished/)||_0xa23c24[_0x51df92(0x13d)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x51df92(0x191)](null,_0x42ac0a),'failure_type':!_0x5854dc?null:_0x535e87['FLxuZ'](getFailureType,_0x5854dc),'retry_of':_0xa619b3[_0x51df92(0x1a0)]};if(_0x535e87[_0x51df92(0x18c)](_0xa23c24,_0x535e87[_0x51df92(0x138)])&&!_0x2785f1[_0x535e87[_0x51df92(0x1bf)]]){if(_0x535e87[_0x51df92(0x236)](_0x535e87[_0x51df92(0x177)],_0x535e87[_0x51df92(0x239)]))_0x2785f1[_0x535e87[_0x51df92(0x1bf)]]=_0x2785f1[_0x535e87[_0x51df92(0x173)]];else return null;}if(_0xa23c24['match'](/HookRun/)){if(_0x535e87[_0x51df92(0x256)](_0x535e87[_0x51df92(0x152)],_0x535e87['kbiEt'])){[_0x2785f1[_0x51df92(0x164)],_0x2785f1[_0x51df92(0x16d)]]=[_0xa619b3[_0x51df92(0x211)],this['getName'](_0xa619b3)];if(_0x535e87['teaGc'](_0xa23c24,_0x535e87[_0x51df92(0x264)])){if(_0x535e87['VlsqG'](_0x535e87[_0x51df92(0x260)],_0x535e87[_0x51df92(0x260)])){const _0x10baf9=_0x535e87[_0x51df92(0x284)]['split']('|');let _0x1dd172=0x0;while(!![]){switch(_0x10baf9[_0x1dd172++]){case'0':this[_0x51df92(0x254)]=![];continue;case'1':this[_0x51df92(0x274)]=this[_0x51df92(0x23e)]();continue;case'2':this['_gitConfigPath']=null;continue;case'3':this[_0x51df92(0x1ce)]=new _0x881a71({'cwd':_0x4776c0['cwd']()},this[_0x51df92(0x274)][_0x51df92(0x150)]);continue;case'4':this[_0x51df92(0x214)]=[];continue;case'5':this[_0x51df92(0x200)]=_0x535e87[_0x51df92(0x278)](_0x3a1fe2);continue;case'6':this[_0x51df92(0x16c)]=[];continue;}break;}}else{if(_0x535e87[_0x51df92(0x1cc)](_0x2785f1[_0x51df92(0x22e)],_0x535e87['GYrge'])){if(_0x535e87[_0x51df92(0x18c)](_0x535e87[_0x51df92(0x12b)],_0x535e87[_0x51df92(0x291)])){const _0x5f0f5d={'gwwiN':function(_0x2949eb,_0x25a9e7){return _0x535e87['hYbRD'](_0x2949eb,_0x25a9e7);}};if(!_0x2cb8a6||!_0x41d448[_0x51df92(0x1d1)])return[];const _0x3813fe=[];return _0x1872e4[_0x51df92(0x1d1)][_0x51df92(0x1c9)][_0x51df92(0x1fb)](_0x4759ad=>{const _0x1f06b6=_0x51df92;_0x4759ad[_0x1f06b6(0x1a3)]&&!_0x5f0f5d[_0x1f06b6(0x13b)](_0x2cef2f,_0x4759ad['fn'])&&!this[_0x1f06b6(0x156)](_0x4759ad)&&_0x3813fe[_0x1f06b6(0x28b)](_0x4759ad[_0x1f06b6(0x1a3)]);}),[..._0x3813fe,...this['getHooksForTest'](_0x19b0c5[_0x51df92(0x1d1)])];}else _0x2785f1[_0x51df92(0x22e)]=_0x535e87[_0x51df92(0x263)];}}}}else return;}else _0xa23c24[_0x51df92(0x13d)](/TestRun/)&&(_0x535e87[_0x51df92(0x23b)](_0x535e87[_0x51df92(0x1dd)],_0x535e87[_0x51df92(0x261)])?this[_0x51df92(0x1f7)](_0xa619b3):!_0x30a49e[_0x51df92(0x1a3)]&&(_0xa71d15[_0x51df92(0x1a3)]=_0x799a5d[_0x51df92(0x202)](_0x45cd1c[_0x51df92(0x125)]+_0x51df92(0x223))));const _0x5885fd=_0x2785f1[_0x535e87[_0x51df92(0x252)]][0x0];_0x5885fd&&(_0x535e87['mwtDJ'](_0x535e87[_0x51df92(0x25f)],_0x535e87[_0x51df92(0x25f)])?(_0x2785f1[_0x535e87[_0x51df92(0x19e)]]=_0x5885fd[_0x535e87[_0x51df92(0x1eb)]],_0x2785f1[_0x535e87['ESDdh']]=_0x5885fd[_0x535e87[_0x51df92(0x195)]]):([_0x44c498['hook_type'],_0x422cc6[_0x51df92(0x16d)]]=[_0x91a77e[_0x51df92(0x211)],this[_0x51df92(0x1d6)](_0x3f0149)],_0x535e87[_0x51df92(0x23d)](_0x24eaf1,_0x535e87[_0x51df92(0x264)])&&(_0x535e87[_0x51df92(0x23b)](_0x16663e[_0x51df92(0x22e)],_0x535e87[_0x51df92(0x16b)])&&(_0x28ffa5[_0x51df92(0x22e)]=_0x535e87[_0x51df92(0x263)]))));[_0x535e87[_0x51df92(0x1ad)],_0x535e87['Agjcq']][_0x51df92(0x1aa)](_0xa23c24)&&(_0x535e87[_0x51df92(0x23d)](_0x535e87['DWeOO'],_0x535e87[_0x51df92(0x1e8)])?(this[_0x51df92(0x16c)][_0x51df92(0x28b)](_0x2785f1),_0x2785f1[_0x51df92(0x1c9)]=this[_0x51df92(0x1ef)](_0xa619b3),this[_0x51df92(0x24c)](_0xa619b3)):_0x4ecb90=[]);const _0x5ed8c0={'event_type':_0x535e87[_0x51df92(0x126)](_0xa23c24,_0x535e87[_0x51df92(0x138)])?_0x535e87[_0x51df92(0x1ad)]:_0xa23c24};if(_0xa23c24[_0x51df92(0x13d)](/HookRun/)){if(_0x535e87[_0x51df92(0x126)](_0x535e87[_0x51df92(0x18d)],_0x535e87['wzDQa'])){const _0x44d14c=_0x1f0705['dirname'](_0x19e22a);return this['findGitConfig'](_0x44d14c);}else _0x2785f1[_0x535e87[_0x51df92(0x1b2)]]=HOOK_TYPES_MAP[_0x2785f1[_0x535e87[_0x51df92(0x1b2)]]],_0x5ed8c0[_0x535e87[_0x51df92(0x1bc)]]=_0x2785f1;}else{if(_0x535e87[_0x51df92(0x20d)](_0x535e87['lZGqk'],_0x535e87[_0x51df92(0x226)])){const _0x20b97a=this[_0x51df92(0x265)](_0x2b8977);return _0x20b97a['includes'](_0x535e87[_0x51df92(0x15b)]);}else _0x5ed8c0[_0x535e87[_0x51df92(0x1a1)]]=_0x2785f1;}if(_0x535e87[_0x51df92(0x14a)](this[_0x51df92(0x214)][_0x51df92(0x282)],0x0)&&[_0x535e87[_0x51df92(0x1ad)],_0x535e87['Agjcq']][_0x51df92(0x1aa)](_0xa23c24)){if(_0x535e87[_0x51df92(0x1be)](_0x535e87[_0x51df92(0x269)],_0x535e87['OyDqI'])){if(!_0x37d8a9||!_0x20bcd1[_0x51df92(0x1d1)])return;_0x47d5e1['parent'][_0x51df92(0x1c9)][_0x51df92(0x1fb)](_0x47031e=>{const _0x5b4b53=_0x51df92;[_0x535e87[_0x5b4b53(0x1b6)],_0x535e87[_0x5b4b53(0x139)]][_0x5b4b53(0x1aa)](_0x47031e[_0x5b4b53(0x211)])&&_0x47031e[_0x5b4b53(0x1a3)]&&(_0x47031e['hookAnalyticsId']=null);}),this['mapTestHooks'](_0x10cbdb[_0x51df92(0x1d1)]);}else this[_0x51df92(0x214)][_0x51df92(0x1fb)](async _0x360145=>{const _0x240829=_0x51df92;if(_0x535e87['pvdwY'](_0x535e87[_0x240829(0x204)],_0x535e87[_0x240829(0x204)])){const _0x87c914={};return _0x87c914[_0x438ed4]=_0x535e87[_0x240829(0x263)],_0x87c914[_0x459656]=_0x535e87[_0x240829(0x1d0)],_0x87c914[_0x4eb8b3]=_0x535e87[_0x240829(0x16b)],_0x87c914[_0xab19e3];}else{const _0x28fb50=_0x535e87[_0x240829(0x26a)][_0x240829(0x17b)]('|');let _0x238597=0x0;while(!![]){switch(_0x28fb50[_0x238597++]){case'0':_0x360145[_0x535e87[_0x240829(0x1bc)]][_0x535e87[_0x240829(0x252)]]=_0x5ed8c0[_0x535e87[_0x240829(0x1a1)]][_0x535e87[_0x240829(0x252)]];continue;case'1':_0x360145[_0x535e87[_0x240829(0x1bc)]][_0x535e87[_0x240829(0x26f)]]=_0x5ed8c0[_0x535e87[_0x240829(0x1a1)]][_0x535e87[_0x240829(0x26f)]];continue;case'2':_0x360145[_0x535e87[_0x240829(0x1bc)]][_0x535e87['keLCu']]=_0x5ed8c0[_0x535e87[_0x240829(0x1a1)]][_0x535e87['keLCu']];continue;case'3':_0x360145[_0x535e87[_0x240829(0x1bc)]][_0x535e87[_0x240829(0x186)]]=_0x5ed8c0[_0x535e87[_0x240829(0x1a1)]][_0x535e87[_0x240829(0x186)]];continue;case'4':await SessionHandler[_0x240829(0x288)](_0x360145);continue;}break;}}}),this[_0x51df92(0x214)]=[];}if(_0x535e87[_0x51df92(0x23d)](this[_0x51df92(0x120)],_0xa619b3[_0x51df92(0x211)])){if(_0x535e87[_0x51df92(0x1cd)](_0x535e87[_0x51df92(0x1c2)],_0x535e87[_0x51df92(0x1c2)])){this[_0x51df92(0x214)][_0x51df92(0x28b)](_0x5ed8c0);return;}else return'\x22'+_0x5af985[_0x51df92(0x211)]+_0x51df92(0x179)+(_0x49bc08[_0x51df92(0x1d1)]&&_0x1e82c6[_0x51df92(0x1d1)]['name'])+'\x22';}if(_0x535e87[_0x51df92(0x228)](this[_0x51df92(0x120)],_0x535e87[_0x51df92(0x12e)])&&_0x5ed8c0[_0x535e87[_0x51df92(0x1a1)]]){if(_0x535e87[_0x51df92(0x23d)](_0x535e87[_0x51df92(0x1ac)],_0x535e87['HQbnT']))_0x5ed8c0[_0x535e87[_0x51df92(0x1a1)]][_0x535e87[_0x51df92(0x26f)]]=_0x535e87[_0x51df92(0x142)],_0x5ed8c0[_0x535e87['achkv']][_0x535e87[_0x51df92(0x252)]]=null,_0x5ed8c0[_0x535e87['achkv']][_0x535e87[_0x51df92(0x272)]]=null;else return[];}await SessionHandler[_0x51df92(0x288)](_0x5ed8c0);}}catch(_0x56b264){_0x535e87[_0x51df92(0x207)](_0x535e87[_0x51df92(0x1b0)],_0x535e87[_0x51df92(0x1b0)])?_0x382586[_0x535e87[_0x51df92(0x1a1)]]=_0x4af1b6:_0x535e87[_0x51df92(0x1a6)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0xa23c24+_0x51df92(0x12f)+_0x56b264);}};[a18_0x214460(0x20a)](_0x22d76f){const _0x42a711=a18_0x214460,_0x5dcf2e={'qGAGZ':function(_0x5ea7a2,_0x1c36ae){return _0x5ea7a2==_0x1c36ae;},'aUxQp':function(_0x525348,_0x286016){return _0x525348===_0x286016;},'AzusA':_0x42a711(0x19b),'tueKE':_0x42a711(0x26e),'spHoN':function(_0x3653c9,_0x1d889d){return _0x3653c9(_0x1d889d);},'yaLRR':function(_0x3bb981,_0x129956){return _0x3bb981==_0x129956;},'KrAWj':function(_0x54067b,_0x100edf){return _0x54067b===_0x100edf;},'RlzsU':function(_0x34a936,_0x138168){return _0x34a936===_0x138168;},'CHpGC':function(_0x570849,_0x4b544d){return _0x570849!==_0x4b544d;},'ZpsPb':'rlfOo','ZWACn':_0x42a711(0x131),'WOsQV':function(_0x5ee308,_0x3d3af3){return _0x5ee308===_0x3d3af3;},'zourG':'hBuhb','URKLV':'SpnMN'},_0x5f09b1=path['sep'];if(_0x5dcf2e[_0x42a711(0x155)](_0x22d76f,null)||_0x5dcf2e[_0x42a711(0x275)](_0x22d76f,'')||_0x5dcf2e[_0x42a711(0x27f)](_0x22d76f,_0x5f09b1)){if(_0x5dcf2e[_0x42a711(0x29e)](_0x5dcf2e[_0x42a711(0x230)],_0x5dcf2e['ZpsPb'])){const _0x272d59=_0x1ed4e2[_0x42a711(0x1f6)];if(_0x5dcf2e[_0x42a711(0x242)](_0x17d7b7,null)||_0x5dcf2e[_0x42a711(0x299)](_0x5d7636,'')||_0x5dcf2e[_0x42a711(0x299)](_0x1ae872,_0x272d59))return null;try{return _0x6b79cf[_0x42a711(0x137)](_0x592356[_0x42a711(0x25d)](_0x1a501d,_0x5dcf2e[_0x42a711(0x187)],_0x5dcf2e[_0x42a711(0x22b)])),_0x3693f7;}catch(_0xfe5d7){const _0x556ab2=_0x16c9c0[_0x42a711(0x290)](_0x882ccf);return this['findGitConfig'](_0x556ab2);}}else return null;}try{if(_0x5dcf2e[_0x42a711(0x299)](_0x5dcf2e[_0x42a711(0x21f)],_0x5dcf2e[_0x42a711(0x21f)]))return fs[_0x42a711(0x137)](path[_0x42a711(0x25d)](_0x22d76f,_0x5dcf2e[_0x42a711(0x187)],_0x5dcf2e['tueKE'])),_0x22d76f;else _0x5dcf2e['spHoN'](_0x1367ac,_0x42a711(0x251)+_0x5cc557),_0x40c93d=null;}catch(_0x197879){if(_0x5dcf2e['WOsQV'](_0x5dcf2e['zourG'],_0x5dcf2e['URKLV']))return;else{const _0x36be5d=path[_0x42a711(0x290)](_0x22d76f);return this[_0x42a711(0x20a)](_0x36be5d);}}}[a18_0x214460(0x240)]=async _0x438984=>{const _0x2fbaf0=a18_0x214460,_0x51ab90={'tzftx':function(_0x39ef3d,_0x48a73b){return _0x39ef3d(_0x48a73b);},'aVcxj':function(_0x187ed1,_0x2b7416){return _0x187ed1+_0x2b7416;},'Zxvwc':_0x2fbaf0(0x1c0),'rbeZA':function(_0x3e525d,_0x349400){return _0x3e525d(_0x349400);},'snBOn':_0x2fbaf0(0x1a5),'mbWOW':_0x2fbaf0(0x22e),'UIogW':_0x2fbaf0(0x14c),'jbbCc':_0x2fbaf0(0x235),'dBHBe':_0x2fbaf0(0x1e0),'chJEj':_0x2fbaf0(0x27e),'CjAGI':_0x2fbaf0(0x185),'EZauT':_0x2fbaf0(0x11d),'uRaWp':_0x2fbaf0(0x16e),'gWEjr':function(_0x203b9e,_0xfc0c63){return _0x203b9e===_0xfc0c63;},'ecFHz':'PrOrp','XLjJi':function(_0x3cb96a,_0x2a623b){return _0x3cb96a!==_0x2a623b;},'curXP':_0x2fbaf0(0x1cb),'vxvRV':_0x2fbaf0(0x149),'PaHdK':_0x2fbaf0(0x1f8),'RewYO':function(_0x5aa499,_0x4969b3){return _0x5aa499===_0x4969b3;},'OUPsS':_0x2fbaf0(0x19a),'WfVdw':'LogCreated','CJZRM':'mxJKT'},_0x2989fb=TestDetails[_0x2fbaf0(0x184)](process[_0x2fbaf0(0x125)]+_0x2fbaf0(0x223)),_0xd125b6=TestDetails[_0x2fbaf0(0x184)](process[_0x2fbaf0(0x125)]+':testAnalyticsId');try{if(_0x51ab90['gWEjr'](_0x51ab90['ecFHz'],_0x51ab90[_0x2fbaf0(0x297)])){(_0x2989fb||this[_0x2fbaf0(0x25a)]&&!this[_0x2fbaf0(0x25a)][_0x2fbaf0(0x201)])&&(_0x51ab90[_0x2fbaf0(0x28e)](_0x51ab90['curXP'],_0x51ab90['curXP'])?_0x51ab90[_0x2fbaf0(0x20c)](_0x414273,_0x51ab90[_0x2fbaf0(0x172)](_0x51ab90[_0x2fbaf0(0x1fc)],_0x24682e)):_0x438984[_0x2fbaf0(0x268)]=_0x2989fb);!_0x438984[_0x2fbaf0(0x268)]&&_0xd125b6&&(_0x51ab90[_0x2fbaf0(0x28e)](_0x51ab90['vxvRV'],_0x51ab90[_0x2fbaf0(0x1ab)])?_0x438984[_0x2fbaf0(0x208)]=_0xd125b6:_0x1cddf8[_0x2fbaf0(0x1a3)]&&!_0x51ab90[_0x2fbaf0(0x279)](_0x267b43,_0x114437['fn'])&&!this[_0x2fbaf0(0x156)](_0x221d87)&&_0x25b3f1[_0x2fbaf0(0x28b)](_0x2d084f[_0x2fbaf0(0x1a3)]));if(_0x438984[_0x2fbaf0(0x268)]||_0x438984['test_run_uuid']){if(_0x51ab90[_0x2fbaf0(0x169)](_0x51ab90[_0x2fbaf0(0x13c)],_0x51ab90[_0x2fbaf0(0x13c)])){const _0xefc57b={};_0xefc57b[_0x2fbaf0(0x293)]=_0x51ab90[_0x2fbaf0(0x21e)],_0xefc57b[_0x2fbaf0(0x219)]=[_0x438984],await SessionHandler[_0x2fbaf0(0x288)](_0xefc57b);}else _0x5e4034[_0x51ab90['snBOn']][_0x51ab90[_0x2fbaf0(0x295)]]=_0x51ab90[_0x2fbaf0(0x159)],_0x439342[_0x51ab90[_0x2fbaf0(0x23a)]][_0x51ab90[_0x2fbaf0(0x151)]]=null,_0x4bc0e2[_0x51ab90[_0x2fbaf0(0x23a)]][_0x51ab90[_0x2fbaf0(0x127)]]=null;}}else _0x4bb75d[_0x51ab90[_0x2fbaf0(0x1d8)]]=_0x1c2f18[_0x51ab90[_0x2fbaf0(0x243)]],_0x1ae5fc[_0x51ab90['EZauT']]=_0x19d06c[_0x51ab90[_0x2fbaf0(0x14d)]];}catch(_0x47e03d){_0x51ab90[_0x2fbaf0(0x28e)](_0x51ab90[_0x2fbaf0(0x11f)],_0x51ab90[_0x2fbaf0(0x11f)])?_0x3241d4[_0x2fbaf0(0x28b)](_0x534348[_0x2fbaf0(0x1a3)]):_0x51ab90[_0x2fbaf0(0x20c)](debug,_0x2fbaf0(0x245)+_0x47e03d);}};[a18_0x214460(0x22a)]=async _0x174886=>{const _0x23f197=a18_0x214460,_0x416226={'RqfHN':_0x23f197(0x12a),'PfkmW':function(_0x54c553,_0x44bdd7){return _0x54c553(_0x44bdd7);},'NuGOw':function(_0x2a9e18,_0xd71643){return _0x2a9e18===_0xd71643;},'bgLZh':_0x23f197(0x289),'DLIgo':'http_response','EFEQO':'CBTSessionCreated','SKbER':_0x23f197(0x144),'qXdbh':function(_0x5c7c6c,_0xb0f8ed){return _0x5c7c6c(_0xb0f8ed);}};try{if(_0x416226[_0x23f197(0x188)](_0x416226['bgLZh'],_0x416226['bgLZh'])){const _0x20391d={'uuid':_0x174886['uuid']||TestDetails[_0x23f197(0x184)](process[_0x23f197(0x125)]+_0x23f197(0x15d)),'integrations':_0x174886[_0x416226[_0x23f197(0x203)]]},_0xc2aaeb={};_0xc2aaeb['event_type']=_0x416226['EFEQO'],_0xc2aaeb[_0x23f197(0x1a5)]=_0x20391d,await SessionHandler['uploadEventData'](_0xc2aaeb);}else _0x588fc7=[_0xfb0467['errorsDetailed'],_0x416226[_0x23f197(0x266)]];}catch(_0x1a3996){_0x416226[_0x23f197(0x188)](_0x416226[_0x23f197(0x1d7)],_0x416226[_0x23f197(0x1d7)])?_0x416226['qXdbh'](debug,_0x23f197(0x1f2)+_0x1a3996):_0x416226['PfkmW'](_0x1ac5b9,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x5ae2c1+'\x20with\x20error\x20:\x20'+_0x44434d);}};async[a18_0x214460(0x1e6)](){const _0x13970e=a18_0x214460,_0xe77c8c={'MDtLI':function(_0x86c5cf,_0x48960e){return _0x86c5cf===_0x48960e;},'mLVTi':_0x13970e(0x132),'kMfws':_0x13970e(0x24d),'EPrhs':function(_0x3be233){return _0x3be233();},'fmXKi':_0x13970e(0x1fd)};if(this['_gitConfigured']){if(_0xe77c8c[_0x13970e(0x232)](_0xe77c8c[_0x13970e(0x199)],_0xe77c8c['kMfws']))_0x1ed401['hook_run_uuid']=_0x4a0215;else return this[_0x13970e(0x1c8)];}const _0x1fa5bd=await _0xe77c8c[_0x13970e(0x23c)](getGitMetaData);if(_0x1fa5bd){if(_0xe77c8c['MDtLI'](_0xe77c8c[_0x13970e(0x135)],_0xe77c8c[_0x13970e(0x135)]))this['_gitConfigPath']=_0x1fa5bd['root'];else{if(!_0x564507||!_0x349c27[_0x13970e(0x1d1)])return;_0x378bd2[_0x13970e(0x1d1)]['hooks'][_0x13970e(0x1fb)](_0x554763=>{const _0xb4330b=_0x13970e;!_0x554763[_0xb4330b(0x1a3)]&&(_0x554763[_0xb4330b(0x1a3)]=_0x182db4[_0xb4330b(0x202)](_0x132317['pid']+':hookAnalyticsId'));}),this[_0x13970e(0x1f7)](_0x268595[_0x13970e(0x1d1)]);}}this['_gitConfigured']=!![];}[a18_0x214460(0x241)](_0x3173be){const _0x4a385e=a18_0x214460,_0x316880={};_0x316880['gDsfY']='passed',_0x316880[_0x4a385e(0x294)]=_0x4a385e(0x1e7),_0x316880[_0x4a385e(0x1f0)]=_0x4a385e(0x145);const _0x29025c=_0x316880,_0x28f1d9={};return _0x28f1d9[STATE_PASSED]=_0x29025c[_0x4a385e(0x1e2)],_0x28f1d9[STATE_PENDING]=_0x29025c[_0x4a385e(0x294)],_0x28f1d9[STATE_FAILED]=_0x29025c[_0x4a385e(0x1f0)],_0x28f1d9[_0x3173be];}[a18_0x214460(0x24f)](_0x3059a8){const _0x24dafe=a18_0x214460,_0xd372a9={'eJOvS':function(_0x22321f,_0x22f036){return _0x22321f!==_0x22f036;},'piwIo':function(_0x4b5c61,_0x19dd65){return _0x4b5c61!==_0x19dd65;},'NpMDv':'ROOT_DESCRIBE_BLOCK','Djoxv':function(_0xfb21e7,_0x409cde){return _0xfb21e7(_0x409cde);},'Llsbl':function(_0x4d8e2e,_0x50d539){return _0x4d8e2e!==_0x50d539;},'XQYCo':_0x24dafe(0x22d),'Buiic':function(_0x468f0c,_0x354543){return _0x468f0c!==_0x354543;},'nJnPx':_0x24dafe(0x1a8)},_0x237824=[];if(_0x3059a8&&_0x3059a8[_0x24dafe(0x1d1)]){if(_0xd372a9['Llsbl'](_0xd372a9[_0x24dafe(0x146)],_0xd372a9[_0x24dafe(0x146)])){let _0x45293b=_0xc96765[_0x24dafe(0x1d1)];while(_0x45293b&&_0xd372a9[_0x24dafe(0x1b3)](_0x45293b[_0x24dafe(0x16d)],'')&&_0xd372a9['piwIo'](_0x45293b['name'],_0xd372a9['NpMDv'])){_0x4fcb9e[_0x24dafe(0x28b)](_0x45293b['name']),_0x45293b=_0x45293b['parent'];}}else{let _0x23bb2d=_0x3059a8['parent'];while(_0x23bb2d&&_0xd372a9[_0x24dafe(0x210)](_0x23bb2d[_0x24dafe(0x16d)],'')&&_0xd372a9['Buiic'](_0x23bb2d['name'],_0xd372a9[_0x24dafe(0x18f)])){_0xd372a9[_0x24dafe(0x210)](_0xd372a9[_0x24dafe(0x1b5)],_0xd372a9[_0x24dafe(0x1b5)])?_0xd372a9[_0x24dafe(0x1d2)](_0x5e7280,_0x24dafe(0x17d)+_0x53d3aa):(_0x237824[_0x24dafe(0x28b)](_0x23bb2d[_0x24dafe(0x16d)]),_0x23bb2d=_0x23bb2d[_0x24dafe(0x1d1)]);}}}return _0x237824['reverse'](),_0x237824;}['getRootParentFile']=_0x25682d=>{const _0x18ea17=a18_0x214460,_0x4015f9={'LemSr':_0x18ea17(0x22c),'LATlW':function(_0x34c080){return _0x34c080();},'SLiXP':function(_0x11b0c1,_0x56f205){return _0x11b0c1===_0x56f205;},'bXqPq':_0x18ea17(0x27b),'WJOgL':_0x18ea17(0x249),'vsLgn':function(_0x8cf988,_0x2682c8){return _0x8cf988!==_0x2682c8;},'WrYuw':_0x18ea17(0x148),'bPBym':'yltOi'};if(_0x25682d[_0x18ea17(0x1f9)]){if(_0x4015f9['SLiXP'](_0x4015f9[_0x18ea17(0x16a)],_0x4015f9[_0x18ea17(0x28a)]))return{'ci':_0x4015f9[_0x18ea17(0x17a)],'key':_0x4015f9[_0x18ea17(0x267)](_0x540d9a),'version':_0x337742,'collector':_0x18ea17(0x28c)+_0x105007};else{const _0x53f65a=stackTrace[_0x18ea17(0x18a)][_0x18ea17(0x205)](stackTrace,_0x25682d[_0x18ea17(0x1f9)]);return _0x53f65a[0x0]['getFileName']();}}if(_0x25682d[_0x18ea17(0x13f)]){if(_0x4015f9['vsLgn'](_0x4015f9['WrYuw'],_0x4015f9[_0x18ea17(0x28f)]))return _0x25682d[_0x18ea17(0x13f)];else{this['hook_data']['push'](_0x441ad4);return;}}return null;};[a18_0x214460(0x1f7)]=_0x439560=>{const _0x4ffc12=a18_0x214460,_0x56166d={};_0x56166d[_0x4ffc12(0x26d)]=function(_0x2c2e08,_0x5dfc31){return _0x2c2e08!==_0x5dfc31;},_0x56166d[_0x4ffc12(0x153)]=function(_0xc49c8,_0x3ad3e4){return _0xc49c8!==_0x3ad3e4;},_0x56166d[_0x4ffc12(0x20b)]=_0x4ffc12(0x129),_0x56166d[_0x4ffc12(0x1e1)]=function(_0x5a0ed3,_0x67898){return _0x5a0ed3===_0x67898;},_0x56166d[_0x4ffc12(0x281)]=_0x4ffc12(0x1ff),_0x56166d[_0x4ffc12(0x23f)]=_0x4ffc12(0x1ed),_0x56166d['JRDch']=function(_0x1e7d24,_0x113e60){return _0x1e7d24!==_0x113e60;},_0x56166d[_0x4ffc12(0x17e)]=_0x4ffc12(0x1e5),_0x56166d['LzEsV']=_0x4ffc12(0x1c4),_0x56166d[_0x4ffc12(0x14b)]=function(_0x97d73f,_0x3e849f){return _0x97d73f===_0x3e849f;},_0x56166d[_0x4ffc12(0x165)]='KsDYd';const _0x66cf7a=_0x56166d;if(!_0x439560||!_0x439560['parent']){if(_0x66cf7a['lvLyb'](_0x66cf7a[_0x4ffc12(0x165)],_0x66cf7a[_0x4ffc12(0x165)]))return;else{const _0x2b9594=[];if(_0x3af66b&&_0x5014c3[_0x4ffc12(0x1d1)]){let _0x2a4842=_0x1f7673[_0x4ffc12(0x1d1)];while(_0x2a4842&&_0x66cf7a[_0x4ffc12(0x26d)](_0x2a4842[_0x4ffc12(0x16d)],'')&&_0x66cf7a[_0x4ffc12(0x153)](_0x2a4842[_0x4ffc12(0x16d)],_0x66cf7a[_0x4ffc12(0x20b)])){_0x2b9594['push'](_0x2a4842['name']),_0x2a4842=_0x2a4842[_0x4ffc12(0x1d1)];}}return _0x2b9594[_0x4ffc12(0x15e)](),_0x2b9594;}}_0x439560['parent'][_0x4ffc12(0x1c9)]['forEach'](_0x5d5370=>{const _0x75f5d7=_0x4ffc12;if(_0x66cf7a[_0x75f5d7(0x1e1)](_0x66cf7a[_0x75f5d7(0x281)],_0x66cf7a[_0x75f5d7(0x23f)]))this[_0x75f5d7(0x1f7)](_0x27f806);else{if(!_0x5d5370[_0x75f5d7(0x1a3)]){if(_0x66cf7a[_0x75f5d7(0x15a)](_0x66cf7a[_0x75f5d7(0x17e)],_0x66cf7a[_0x75f5d7(0x1ee)]))_0x5d5370[_0x75f5d7(0x1a3)]=TestDetails[_0x75f5d7(0x202)](process[_0x75f5d7(0x125)]+_0x75f5d7(0x223));else return;}}}),this[_0x4ffc12(0x1f7)](_0x439560[_0x4ffc12(0x1d1)]);};['resetTestHooks']=_0x5eedb0=>{const _0x1ab892=a18_0x214460,_0x7a0a2a={};_0x7a0a2a['rZjHb']='beforeEach',_0x7a0a2a[_0x1ab892(0x1d4)]='afterEach',_0x7a0a2a[_0x1ab892(0x250)]=function(_0x362d6a,_0x59b69f){return _0x362d6a!==_0x59b69f;},_0x7a0a2a['PnprG']=_0x1ab892(0x1b8),_0x7a0a2a[_0x1ab892(0x1e9)]=_0x1ab892(0x133),_0x7a0a2a[_0x1ab892(0x270)]=function(_0x1626a5,_0x679c5a){return _0x1626a5!==_0x679c5a;},_0x7a0a2a[_0x1ab892(0x216)]='ojicX',_0x7a0a2a['IQuxo']=_0x1ab892(0x182),_0x7a0a2a['uZVEG']=function(_0x3c1b00,_0x2369d0){return _0x3c1b00===_0x2369d0;},_0x7a0a2a[_0x1ab892(0x280)]=_0x1ab892(0x134);const _0x2d8423=_0x7a0a2a;if(!_0x5eedb0||!_0x5eedb0[_0x1ab892(0x1d1)]){if(_0x2d8423[_0x1ab892(0x21c)](_0x2d8423[_0x1ab892(0x280)],_0x2d8423['OkeQM']))return;else _0x314276=this[_0x1ab892(0x265)](_0x47dd56);}_0x5eedb0[_0x1ab892(0x1d1)][_0x1ab892(0x1c9)][_0x1ab892(0x1fb)](_0xa85319=>{const _0x470349=_0x1ab892;_0x2d8423[_0x470349(0x250)](_0x2d8423[_0x470349(0x224)],_0x2d8423['ihUvd'])?[_0x2d8423[_0x470349(0x29d)],_0x2d8423['jhAjU']][_0x470349(0x1aa)](_0xa85319['type'])&&_0xa85319[_0x470349(0x1a3)]&&(_0x2d8423[_0x470349(0x270)](_0x2d8423[_0x470349(0x216)],_0x2d8423['IQuxo'])?_0xa85319[_0x470349(0x1a3)]=null:[_0x2d8423[_0x470349(0x29d)],_0x2d8423[_0x470349(0x1d4)]]['includes'](_0x508092[_0x470349(0x211)])&&_0x5a1169[_0x470349(0x1a3)]&&(_0x3e0b5c[_0x470349(0x1a3)]=null)):_0x2b8e1d['hookAnalyticsId']=_0x5637cb[_0x470349(0x202)](_0x22deb1[_0x470349(0x125)]+_0x470349(0x223));}),this[_0x1ab892(0x1f7)](_0x5eedb0['parent']);};[a18_0x214460(0x156)](_0x495241){const _0x5c4ed6=a18_0x214460,_0x217866={'mzixC':'hook_type','wUINF':_0x5c4ed6(0x28d),'urvhw':function(_0x2d4a42,_0x375016){return _0x2d4a42!==_0x375016;},'UAWau':'PVwXY','ORJBe':'jest-circus','AoWPu':function(_0x15e96a,_0x3b936b){return _0x15e96a===_0x3b936b;},'AEYzW':_0x5c4ed6(0x197),'CzRcA':_0x5c4ed6(0x220),'fKTeY':function(_0x6b04b4,_0x48ca14){return _0x6b04b4(_0x48ca14);},'VfByj':function(_0x5f9f72,_0x3d0d0c){return _0x5f9f72+_0x3d0d0c;},'tKsYh':_0x5c4ed6(0x1c0)};try{if(_0x217866[_0x5c4ed6(0x17f)](_0x217866[_0x5c4ed6(0x1df)],_0x217866['UAWau']))_0x39ef04[_0x217866[_0x5c4ed6(0x1ba)]]=_0x2f2f5d[_0x23ec92[_0x217866[_0x5c4ed6(0x1ba)]]],_0x24af3c[_0x217866[_0x5c4ed6(0x198)]]=_0x2e09fe;else{const _0x4af591=this[_0x5c4ed6(0x265)](_0x495241);return _0x4af591['includes'](_0x217866[_0x5c4ed6(0x285)]);}}catch(_0x23d107){if(_0x217866[_0x5c4ed6(0x217)](_0x217866['AEYzW'],_0x217866[_0x5c4ed6(0x255)]))return;else _0x217866['fKTeY'](debug,_0x217866[_0x5c4ed6(0x128)](_0x217866['tKsYh'],_0x23d107));}return![];}['getHooksForTest']=_0x2490b1=>{const _0x156bf7=a18_0x214460,_0x235307={'BgeOa':function(_0x1060fb,_0x5300dc){return _0x1060fb!==_0x5300dc;},'JtgSn':'test','YzpUD':function(_0x476c9b,_0x5c3d9c){return _0x476c9b(_0x5c3d9c);},'RAGwt':function(_0x336855,_0x14bc4d){return _0x336855===_0x14bc4d;},'BIJjv':_0x156bf7(0x1c3),'MYdRA':_0x156bf7(0x253),'laZGD':'cdruJ','iwdYv':'rWKVP','yuXTZ':_0x156bf7(0x286),'jDqRx':'cZWiz'};if(!_0x2490b1||!_0x2490b1['parent']){if(_0x235307['RAGwt'](_0x235307[_0x156bf7(0x26b)],_0x235307['jDqRx'])){if(_0x235307[_0x156bf7(0x1f4)](_0xc03d48['type'],_0x235307[_0x156bf7(0x11e)]))return'\x22'+_0x21e1a5[_0x156bf7(0x211)]+_0x156bf7(0x179)+(_0x2f92d1[_0x156bf7(0x1d1)]&&_0x58e2c0[_0x156bf7(0x1d1)][_0x156bf7(0x16d)])+'\x22';return _0xb674ac[_0x156bf7(0x16d)];}else return[];}const _0x5ce879=[];return _0x2490b1['parent'][_0x156bf7(0x1c9)][_0x156bf7(0x1fb)](_0x1c088f=>{const _0x3288ba=_0x156bf7,_0x19a4c2={'fjfAF':function(_0x501a75,_0x1fdb1c){const _0x1d6a54=a18_0x28dc;return _0x235307[_0x1d6a54(0x1c6)](_0x501a75,_0x1fdb1c);}};if(_0x235307[_0x3288ba(0x190)](_0x235307[_0x3288ba(0x162)],_0x235307[_0x3288ba(0x157)]))return this[_0x3288ba(0x1c8)];else _0x1c088f[_0x3288ba(0x1a3)]&&!_0x235307[_0x3288ba(0x1c6)](isInternalHook,_0x1c088f['fn'])&&!this[_0x3288ba(0x156)](_0x1c088f)&&(_0x235307['RAGwt'](_0x235307[_0x3288ba(0x1fa)],_0x235307[_0x3288ba(0x147)])?_0x19a4c2['fjfAF'](_0x536e90,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0xc06d0d):_0x5ce879['push'](_0x1c088f[_0x3288ba(0x1a3)]));}),[..._0x5ce879,...this[_0x156bf7(0x1ef)](_0x2490b1[_0x156bf7(0x1d1)])];};},[a18_0x214460(0x23e),a18_0x214460(0x27a),a18_0x214460(0x175),a18_0x214460(0x1d6),a18_0x214460(0x1fe),a18_0x214460(0x20a),a18_0x214460(0x240),a18_0x214460(0x22a),a18_0x214460(0x241),a18_0x214460(0x24f),a18_0x214460(0x265),a18_0x214460(0x1f7),'resetTestHooks',a18_0x214460(0x1ef),a18_0x214460(0x1e6)]);function a18_0x156e(){const _0x5b987d=['FHitT','QEJuR','uZVEG','bs:addPlatformDetails:','WfVdw','ZWACn','IqNFj','5|6|1|3|4|0|2','Vzedi',':hookAnalyticsId','PnprG','getFileName','lZGqk','hGJXg','mwtDJ','VYSKR','appendTestPlatform','tueKE','generic','XHiSB','result','inspect','ZpsPb','nqOwu','MDtLI','NHrwo','AHJcM','failure','NgAWb','state','TestRunFinished','aVziK','snBOn','pvdwY','EPrhs','nqTnq','getTestEnv','EekSo','appendTestItemLog','analyticsResult','qGAGZ','CjAGI','./test-details','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','VvVeY','gQXbL','43GYztoj','RQOxB','khmkN','err','resetTestHooks','oQeRn','yVLmw','getHierarchy','GZpCS','failed\x20to\x20get\x20root\x20parent\x20file\x20','CyEyK','XWRQp','_gitConfigured','CzRcA','sKDUT','tqSKR','OOWsA','PIsIq','current_hook','errorsDetailed','CPhjl','join','LNyQn','fOgtq','jxBOb','pctEo','mfMKN','jYmmz','qQocH','getRootParentFile','RqfHN','LATlW','hook_run_uuid','OyDqI','WfnzG','yuXTZ','0|2|1|3|4','GuBDh','config','HFqnp','ImdwV','failure_reason','keLCu','AFTER_EACH','_testEnv','KrAWj','QXwas','THHrc','AqiWS','rbeZA','registerListeners','YIjpZ','passed','JEST','failure_backtrace','RlzsU','OkeQM','TIeYz','length','bGIei','soJYH','ORJBe','GHQJU','32877112hBivzu','uploadEventData','RNSKQ','WJOgL','push','js-','hook_run','XLjJi','bPBym','dirname','zyiQx','finished_at','event_type','VhmFf','mbWOW','qdvuE','ecFHz','RgESC','aUxQp','3898818UDwPUI','HookRunFinished','current_test','rZjHb','CHpGC','Icjel','failure_reason_expanded','JtgSn','CJZRM','hook_failure','beforeEach','bs:addLog:','GqPud','now','pid','ulGnm','dBHBe','VfByj','ROOT_DESCRIBE_BLOCK','test','OdvDv','BzcIu','jest-circus','fEwQM','\x20with\x20error\x20:\x20','removeAllListeners','aKPCP','tNTeT','UnWLk','nzkuL','fmXKi','zDzjW','statSync','Agjcq','puSgC','nAFxE','gwwiN','OUPsS','match','CcQrW','file','ujEUa','../../../../package.json','KgooP','HJWbo','PzKXc','failed','XQYCo','iwdYv','uVZuH','meVDS','OFudR','lvLyb','skipped','uRaWp','rJVpt','afterAll','location_prefix','jbbCc','kbiEt','ZcxEt','YocLO','yaLRR','isJestInternalHook','MYdRA','BvOMH','UIogW','JRDch','wGbiA','../../../helpers/test-observability/sessionHandler',':testAnalyticsId','reverse','xFFVX','6|5|4|2|3|0|1','kclcV','BIJjv','ptwLt','hook_type','yAbZn','uuid','irQru','QNprZ','RewYO','bXqPq','GYrge','_testResults','name','expanded','SVldl','EIWbc','ypQlK','aVcxj','KkgjR','KLnIl','testStarted','STATE_FAILED','HyrXk','1483713UChKLE','\x22\x20hook\x20for\x20\x22','LemSr','split','ACWZy','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','jkbns','urvhw','util','OReaL','RXlIO','beforeAll','getTestUUID','backtrace','zAvaq','AzusA','NuGOw','_currentRetry','parse','toISOString','AUgpg','kNJyF','../../../helpers/test-observability/error-handler','NpMDv','RAGwt','apply','stack-trace','sTFkd','HJYmS','seiEe','DZvor','ejXlD','wUINF','mLVTi','mhHhk','.git','dIZvw','../../../helpers/test-observability/utils','amhjM','AFTER_ALL','retryOf','achkv','prefixTestPath','hookAnalyticsId','bind','test_run','rMOAQ','NcGBZ','JsJgP','atTWn','includes','PaHdK','HQbnT','ALthM','baWqu','GmcPq','SSvaq','TestRunStarted','ANhkM','eJOvS','started_at','nJnPx','lwHCf','32294ZmsZtR','rZTkI','XoFIm','mzixC','mrYqk','UuDPi','Ikliu','VXKRf','INwpn','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','ePgsj','ANbEQ','FHphG','vPBOf','984100PFtyFR','YzpUD','PYgFH','_gitConfigPath','hooks','YioHr','xypYB','VlsqG','Aydvy','_paths','duration','dGoYj','parent','Djoxv','ZMOfj','jhAjU','ZUfId','getName','SKbER','chJEj','afterEach','SNrLb','toString','kNKBF','KtHzd','qbMnW','UAWau','failure_type','bWkUw','gDsfY','../../../helpers/helper','2712095xEgpXr','enKqu','configureGit','pending','DWeOO','ihUvd','qqhwU','TjlTT','ZInnn','qoYzc','LzEsV','getHooksForTest','ehIIh','testAnalyticsId','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','BEFORE_ALL','BgeOa','uyKbf','sep','mapTestHooks','KRzYq','asyncError','laZGD','forEach','Zxvwc','QWBbS','sendTestRunEvent','YKPlZ','testObservability','markedStatus','setTestUUID','DLIgo','mrLtB','call','srQKU','hyCcL','test_run_uuid','TestRunSkipped','findGitConfig','OXRzO','tzftx','xchZZ','BEFORE_EACH','title','Llsbl','type','javascript','getTime','hook_data','7949994YOxVSP','RhGtn','AoWPu','epDJK','logs'];a18_0x156e=function(){return _0x5b987d;};return a18_0x156e();}
@@ -1 +1 @@
1
- const a19_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
+ function a19_0xd1ac(_0x2965cf,_0x203e4b){const _0x5624b6=a19_0x5624();return a19_0xd1ac=function(_0xd1ac88,_0xb86ccf){_0xd1ac88=_0xd1ac88-0x69;let _0x219873=_0x5624b6[_0xd1ac88];return _0x219873;},a19_0xd1ac(_0x2965cf,_0x203e4b);}function a19_0x5624(){const _0x18e767=['qxQKe','join','existsSync','getTestUUID','exports','ADuwn','cBges','.browserstack','setTestUUID','2060208oFkrvW','bSaOr','homedir','parse','rmSync','force','path','744964RXmxlB','tsjIw','gtJDx','getTestRunIdFromTestInfo','133IZWwBc','shutdown','2145ojyWgV','BS_TESTOPS_BUILD_HASHED_ID','2936kPYFNV','readFileSync','../../../helpers/helper','env','724857meLIzV','jest-o11y-','_projectId','unlinkSync','getFilePath','rtPpV','yEkhr','toString','setup','12718220KxZqSw','mkdirSync','recursive','dirPath','tests','FrOgI','227593LDIsBm','retry','NyMnw','3108sFOhnr','2dxCdaF','_test','removeTestUUID','uuid'];a19_0x5624=function(){return _0x18e767;};return a19_0x5624();}const a19_0x569fde=a19_0xd1ac;(function(_0x464be2,_0x881789){const _0x529b72=a19_0xd1ac,_0x2b769c=_0x464be2();while(!![]){try{const _0x3cc6f3=-parseInt(_0x529b72(0x9b))/0x1+parseInt(_0x529b72(0x6c))/0x2*(-parseInt(_0x529b72(0x8c))/0x3)+-parseInt(_0x529b72(0x80))/0x4+-parseInt(_0x529b72(0x86))/0x5*(parseInt(_0x529b72(0x6b))/0x6)+-parseInt(_0x529b72(0x84))/0x7*(-parseInt(_0x529b72(0x88))/0x8)+-parseInt(_0x529b72(0x79))/0x9+parseInt(_0x529b72(0x95))/0xa;if(_0x3cc6f3===_0x881789)break;else _0x2b769c['push'](_0x2b769c['shift']());}catch(_0x2f1ac9){_0x2b769c['push'](_0x2b769c['shift']());}}}(a19_0x5624,0x2a0b0));const fs=require('fs'),path=require(a19_0x569fde(0x7f)),{v4:uuidv4}=require(a19_0x569fde(0x6f)),helper=require(a19_0x569fde(0x8a));class TestDetails{static ['tests']={};static [a19_0x569fde(0x98)]=path[a19_0x569fde(0x71)](helper[a19_0x569fde(0x7b)](),a19_0x569fde(0x77),'jest-o11y-'+process[a19_0x569fde(0x8b)]['BS_TESTOPS_BUILD_HASHED_ID']);static[a19_0x569fde(0x94)](){const _0x3ebb74=a19_0x569fde,_0x3ae1a5={};_0x3ae1a5[_0x3ebb74(0x82)]=_0x3ebb74(0x77);const _0x5a82f7=_0x3ae1a5;this['dirPath']=path['join'](helper[_0x3ebb74(0x7b)](),_0x5a82f7['gtJDx'],_0x3ebb74(0x8d)+process[_0x3ebb74(0x8b)][_0x3ebb74(0x87)]),this[_0x3ebb74(0x85)]();const _0x3cf465={};_0x3cf465['recursive']=!![],fs[_0x3ebb74(0x96)](this[_0x3ebb74(0x98)],_0x3cf465);}static[a19_0x569fde(0x90)](_0x123ebf){const _0x19a667=a19_0x569fde,_0x85bcd4={};_0x85bcd4[_0x19a667(0x81)]=function(_0x5ad4bb,_0x32d455){return _0x5ad4bb+_0x32d455;},_0x85bcd4[_0x19a667(0x91)]='.json';const _0x2066cd=_0x85bcd4;return path[_0x19a667(0x71)](this[_0x19a667(0x98)],_0x2066cd[_0x19a667(0x81)](_0x123ebf,_0x2066cd['rtPpV']));}static[a19_0x569fde(0x83)](_0x3674db){const _0x385fde=a19_0x569fde,_0x4b2cbf={};_0x4b2cbf['ZIAYB']=function(_0x3f65a5,_0x1d41c6){return _0x3f65a5+_0x1d41c6;},_0x4b2cbf[_0x385fde(0x92)]=function(_0x19bcb2,_0x156ca0){return _0x19bcb2+_0x156ca0;},_0x4b2cbf['cBges']=function(_0x553ea8,_0x355fde){return _0x553ea8+_0x355fde;};const _0x2c9c02=_0x4b2cbf;return _0x2c9c02['ZIAYB'](_0x2c9c02[_0x385fde(0x92)](_0x2c9c02[_0x385fde(0x76)](_0x2c9c02[_0x385fde(0x76)](_0x3674db[_0x385fde(0x6d)][_0x385fde(0x8e)],'-'),_0x3674db[_0x385fde(0x6d)]['id']),'-'),_0x3674db[_0x385fde(0x69)]);}static[a19_0x569fde(0x73)](_0x575797){const _0x4c8913=a19_0x569fde,_0x519f10={};_0x519f10[_0x4c8913(0x7a)]=function(_0x376608,_0x3fd33d){return _0x376608!==_0x3fd33d;},_0x519f10[_0x4c8913(0x70)]='tRzgg',_0x519f10[_0x4c8913(0x6a)]=_0x4c8913(0x75);const _0x3d26c7=_0x519f10,_0x36b6c2=this['getFilePath'](_0x575797);if(fs[_0x4c8913(0x72)](_0x36b6c2)){if(_0x3d26c7[_0x4c8913(0x7a)](_0x3d26c7[_0x4c8913(0x70)],_0x3d26c7[_0x4c8913(0x6a)])){const _0x22913c=JSON['parse'](fs[_0x4c8913(0x89)](_0x36b6c2)[_0x4c8913(0x93)]());return this[_0x4c8913(0x99)][_0x575797]=_0x22913c,this[_0x4c8913(0x99)][_0x575797]['uuid'];}else{const _0x32e955=this[_0x4c8913(0x90)](_0x1005bf);if(_0x161cf2[_0x4c8913(0x72)](_0x32e955)){const _0x4ec88b=_0xebc1bc[_0x4c8913(0x7c)](_0x440e53[_0x4c8913(0x89)](_0x32e955)['toString']());return this[_0x4c8913(0x99)][_0x66e716]=_0x4ec88b,this[_0x4c8913(0x99)][_0x59b086][_0x4c8913(0x6f)];}}}}static[a19_0x569fde(0x78)](_0x884c7a){const _0x19a797=a19_0x569fde,_0x5b5e7b={'FrOgI':function(_0x55cea5){return _0x55cea5();}},_0x2e7be0=this['getFilePath'](_0x884c7a);return this[_0x19a797(0x99)][_0x884c7a]={'uuid':_0x5b5e7b[_0x19a797(0x9a)](uuidv4)},fs['writeFileSync'](_0x2e7be0,JSON['stringify'](this['tests'][_0x884c7a])),this[_0x19a797(0x99)][_0x884c7a][_0x19a797(0x6f)];}static[a19_0x569fde(0x6e)](_0x2c0e1f){const _0x5dddc7=a19_0x569fde,_0x35945b=this['getFilePath'](_0x2c0e1f);fs[_0x5dddc7(0x72)](_0x35945b)&&fs[_0x5dddc7(0x8f)](_0x35945b);}static[a19_0x569fde(0x85)](){const _0x40fced=a19_0x569fde,_0x4f6500={};_0x4f6500[_0x40fced(0x97)]=!![],_0x4f6500[_0x40fced(0x7e)]=!![],fs[_0x40fced(0x7d)](this[_0x40fced(0x98)],_0x4f6500);}}module[a19_0x569fde(0x74)]=TestDetails;
@@ -1 +1 @@
1
- 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
+ const a20_0x3e13b4=a20_0x17dd;function a20_0x8ec8(){const _0x17831c=['1099476waYAEk','58822SKHATW','../../helpers/helper','keys','676926UupABk','../../helpers/setKeepAlive','6OkkgZz','5aRBOTE','324OpwUoK','2824712rXDRMH','__webdriver','selenium-webdriver','1678985JVshAr','871140XZMcKn','11580PphAcV'];a20_0x8ec8=function(){return _0x17831c;};return a20_0x8ec8();}(function(_0x4716d0,_0x488b84){const _0x30bc6c=a20_0x17dd,_0x4fd1fb=_0x4716d0();while(!![]){try{const _0x5b1d7f=parseInt(_0x30bc6c(0x1eb))/0x1*(parseInt(_0x30bc6c(0x1e1))/0x2)+-parseInt(_0x30bc6c(0x1e3))/0x3*(-parseInt(_0x30bc6c(0x1e9))/0x4)+parseInt(_0x30bc6c(0x1e2))/0x5*(-parseInt(_0x30bc6c(0x1ea))/0x6)+parseInt(_0x30bc6c(0x1e7))/0x7+-parseInt(_0x30bc6c(0x1e4))/0x8+parseInt(_0x30bc6c(0x1ee))/0x9+-parseInt(_0x30bc6c(0x1e8))/0xa;if(_0x5b1d7f===_0x488b84)break;else _0x4fd1fb['push'](_0x4fd1fb['shift']());}catch(_0x1c573a){_0x4fd1fb['push'](_0x4fd1fb['shift']());}}}(a20_0x8ec8,0x2c20a));const {requireModule}=require(a20_0x3e13b4(0x1ec));function a20_0x17dd(_0x5ab7ee,_0x5c3000){const _0x8ec8b2=a20_0x8ec8();return a20_0x17dd=function(_0x17ddbe,_0x31a89a){_0x17ddbe=_0x17ddbe-0x1e0;let _0x9bdc19=_0x8ec8b2[_0x17ddbe];return _0x9bdc19;},a20_0x17dd(_0x5ab7ee,_0x5c3000);}require(a20_0x3e13b4(0x1e0))();const __wd__=requireModule(a20_0x3e13b4(0x1e6));for(const key of Object[a20_0x3e13b4(0x1ed)](global[a20_0x3e13b4(0x1e5)])){__wd__[key]=global['__webdriver'][key];}
@@ -1 +1 @@
1
- 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
+ function a21_0x4629(_0x494ce6,_0x5bfd9a){const _0x57b4cd=a21_0x57b4();return a21_0x4629=function(_0x46297d,_0x57ea46){_0x46297d=_0x46297d-0x12d;let _0x2cae5c=_0x57b4cd[_0x46297d];return _0x2cae5c;},a21_0x4629(_0x494ce6,_0x5bfd9a);}const a21_0x4a4bce=a21_0x4629;(function(_0x4a1df6,_0x5a6069){const _0x5cc026=a21_0x4629,_0x57d6a7=_0x4a1df6();while(!![]){try{const _0x375588=parseInt(_0x5cc026(0x23b))/0x1*(-parseInt(_0x5cc026(0x19e))/0x2)+parseInt(_0x5cc026(0x167))/0x3+-parseInt(_0x5cc026(0x15e))/0x4+parseInt(_0x5cc026(0x1c0))/0x5*(parseInt(_0x5cc026(0x1e6))/0x6)+parseInt(_0x5cc026(0x14a))/0x7*(-parseInt(_0x5cc026(0x144))/0x8)+parseInt(_0x5cc026(0x246))/0x9+-parseInt(_0x5cc026(0x220))/0xa;if(_0x375588===_0x5a6069)break;else _0x57d6a7['push'](_0x57d6a7['shift']());}catch(_0x81e44){_0x57d6a7['push'](_0x57d6a7['shift']());}}}(a21_0x57b4,0x3efe5));const path=require(a21_0x4a4bce(0x192)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a21_0x4a4bce(0x14b)),constants=require(a21_0x4a4bce(0x184)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),RequestQueueHandler=require(a21_0x4a4bce(0x216)),{isTestObservabilitySession}=require('../../helpers/test-observability/utils'),helper=require('../../helpers/helper');function a21_0x57b4(){const _0x11a0e9=['ZYkST','FMGpm','AVSEU','browserStackPercyOptions','percy','RcxdQ','TMDLk','stdout','supportCodePaths','ACPVP','JhAqR','file','MqdUJ','nestedKeyValue','VTQqX','_accessibilityAutomation','fjppI','HkRjl','1152XVhTlj','loxRN','env','xerWY','platformCaps','iKqSj','CKVWg','ssdpc','lwHSe','testsPending','ezZhr','LCVDP','pFFRt','_argv','stderr','mochaHooks','XjIag','prototype','JRlVf','erbfO','xSubq','indexOf','mocha','browserstackAgent','stepsPending','zfVbl','cphWE','prevRun','OCZfY','LYIIu','IZRSX','awCTi','Bdoak','cYOVw','cucumber/lib/cli/configuration_builder.js','PqzIP','CMECV','dfSFo','afterEach','mochaOpts','platform','pdERn','spec','exports','unlOq','yoAtK','uVpxA','Dhtfk','../../helpers/test-observability/requestQueueHandler','beforeEach','gcGjr','../mocha/test.setup','_testObservability','WKEoD',':tmp/','JYCBS','TJxzr','JpPWv','6399360Lwlooh','WSJzx','__platform__','_mochaOpts','CAptk','WGzPn','FYhVy','jFLeC','zymeI','stepsFailed','call','--format','stepsUndefined','hrMsg','DdNuW','testsAmbiguous','czdez','wMJZA','mydym','eoIPF','length','TmZOG','UxVHg','lpwdp','../../index','pwadk','../cucumber-js/formatter/custom_formatter.js','26aGncnu','rUOyX','Rjqrd','QWVPa','MMByA','INcPg','xaMZd','LagpH','cucumber-js','mSwVz','turboScaleUrl','3895947npDcUl','IoXlU','Ngwua','SabGT','YqqnT','jsTFI','CbSXq','formatter','percyCaptureMode','then','testsPassed','testsErrorMessage','XBIJH','browserstackPercyBestPlatform','VmxVH','default','qbhNb','tmp/','vycVR','../mocha/bstack-reporter/customReporter.js','@cucumber/cucumber/lib/cli/configuration_builder.js','push','IJycC','Fjqwq','Aikqt','EweSj','UXYmW','ujbma','fGGro','vdIQQ','EZXLO','replace','error','185656aXKvJE','testsUnknown','hnoyV','--parallel','pTsqu','getInstance','7NDkENE','../../helpers/helper','platformIndex','OURub','__skipSessionName','stepsSkipped','vanilla','testsFailed','KSJQG','mpINk','run','ZNlzj','QpGsV','hMYZT','runMocha','InDrq','__driversArray','NhaUf','duqfy','handleRequires','11368ynoNGg','../cucumber-js/test.setup.js','zsuXK','rootHooks','unshift','exitCode','rNkhi','MMUzY','sDmxU','508221MJeiYo','testsSkipped','UXEEn','JTOiC','bsHSw','gFpqN','VjYRU','argv','xJVFV','spHuW','stepsUnknown','OcfBc','Zkzmn','beforeAll','uHqmZ','VdQnq','browserstackAgentV2','emGBe','_formatter','eAKXm','qAjyF','args','4|21|5|7|19|0|1|14|15|10|20|8|11|2|6|18|9|16|13|3|17|12','KVCVj','timeout','testContextOptions','IjIzN','processSuccess','require','../utils/constants','../mocha/test-observability/data-hooks','_framework','GffEN','build','scenarios','scenariosFailed','splice','Zycwq','urIHH','eVDBP','maxWorkers','BSTACK_DELTA','HRYhM','path','reporterOptions','BseEJ','pLavL','VdVnL','../cucumber-js/formatter/custom_formatter_old_versions.js','QLYEY','pyIIA','reporter','skipSessionName','isBrowserstackInfra','QmWwq','4732hayXsx','afterAll','yozZW','BqWqK','wWbdi','ZAzYe','Shpaj','sXgkb','ksCmL','YDNSy','LKnhD','catch','yXCUk','totalTests','_capability','success','QzUup','zzJdw','LSKsy','../cucumber-js/timeout.setup.js','qwvqA','UUvmr','CGGnL','configuration','steps','extname','join','stepsPassed','pThnL','IxZaD','EtLUW','testSuitesFailed','oiWIo','lVglI','9980lkmMFe','JHSGM','naxPU','HtoQj','odmHA','uykbb','mocha/lib/cli/run-helpers.js','oxHeB','_bsConfig','xliCz','testsUndefined','wWhxj','browserstackPlatformIndex','__skipSessionStatus','xeAos','AIUQt','_configuration','testSuites','ncaFZ','aNBXf'];a21_0x57b4=function(){return _0x11a0e9;};return a21_0x57b4();}class Launcher{constructor(_0x4ec6f3,_0x3989e1,_0x354cfb,_0x1de2f0=[]){const _0x4e3e6a=a21_0x4a4bce,_0x5484e9={'KVCVj':_0x4e3e6a(0x17d),'ssdpc':function(_0x534b99){return _0x534b99();}},_0x5debf6=_0x5484e9[_0x4e3e6a(0x17e)]['split']('|');let _0x7351ea=0x0;while(!![]){switch(_0x5debf6[_0x7351ea++]){case'0':global[_0x4e3e6a(0x222)]=this['_configuration'][_0x4e3e6a(0x20e)];continue;case'1':this[_0x4e3e6a(0x1f3)]=_0x1de2f0;continue;case'2':global['testsPassed']=0x0;continue;case'3':global['testsUnknown']=0x0;continue;case'4':this[_0x4e3e6a(0x186)]=_0x4ec6f3;continue;case'5':this['_mochaOpts']=_0x3989e1[_0x4e3e6a(0x20d)];continue;case'6':global['testsFailed']=0x0;continue;case'7':this[_0x4e3e6a(0x179)]=_0x3989e1[_0x4e3e6a(0x24d)];continue;case'8':global[_0x4e3e6a(0x1d1)]=0x0;continue;case'9':global[_0x4e3e6a(0x168)]=0x0;continue;case'10':this[_0x4e3e6a(0x1e3)]=_0x5484e9[_0x4e3e6a(0x1ed)](isAccessibilityAutomationSession);continue;case'11':global['totalTests']=0x0;continue;case'12':global[_0x4e3e6a(0x12e)]={};continue;case'13':global[_0x4e3e6a(0x1ca)]=0x0;continue;case'14':this[_0x4e3e6a(0x1c8)]=_0x354cfb;continue;case'15':this[_0x4e3e6a(0x21a)]=_0x5484e9['ssdpc'](isTestObservabilitySession);continue;case'16':global[_0x4e3e6a(0x1bd)]=0x0;continue;case'17':global['testsAmbiguous']=0x0;continue;case'18':global[_0x4e3e6a(0x1ef)]=0x0;continue;case'19':this[_0x4e3e6a(0x1ac)]=this['_configuration']['capability'];continue;case'20':global['__platformCaps']=this[_0x4e3e6a(0x1d0)][_0x4e3e6a(0x1ea)]||{};continue;case'21':this[_0x4e3e6a(0x1d0)]=_0x3989e1[_0x4e3e6a(0x1b5)]||{};continue;}break;}}['run'](){const _0x2aebd9=a21_0x4a4bce,_0x1cf89d={'XMQNo':function(_0x385944,_0x3e2897){return _0x385944(_0x3e2897);},'EZXLO':function(_0x3b1ef3,_0x5d6d3b){return _0x3b1ef3!==_0x5d6d3b;},'uHqmZ':function(_0x5c3d3e,_0x25c127){return _0x5c3d3e>_0x25c127;},'sXgkb':_0x2aebd9(0x22b),'CGGnL':function(_0x4f71e9,_0x328dfa){return _0x4f71e9(_0x328dfa);},'ZYkST':function(_0x566ce7,_0x59b84f){return _0x566ce7(_0x59b84f);},'MMUzY':function(_0x3179dd,_0x3ca71f){return _0x3179dd(_0x3ca71f);},'HRYhM':_0x2aebd9(0x208),'QmWwq':_0x2aebd9(0x197),'JTOiC':'../cucumber-js/test_old.setup.js','urIHH':_0x2aebd9(0x238),'Rjqrd':_0x2aebd9(0x137),'KSJQG':_0x2aebd9(0x23a),'VbrzP':function(_0x300fb8,_0x5549ea){return _0x300fb8(_0x5549ea);},'BKspg':'cucumber/lib/cli/index.js','mpINk':function(_0x48675c,_0x5254e4){return _0x48675c===_0x5254e4;},'erNvp':'DcZNe','odmHA':_0x2aebd9(0x172),'TMDLk':function(_0x3e7441,_0x2962ef){return _0x3e7441(_0x2962ef);},'wMJZA':'VJDKH','AVSEU':_0x2aebd9(0x205),'yoAtK':_0x2aebd9(0x195),'sytGU':function(_0x332fe7,_0x5c3aef){return _0x332fe7(_0x5c3aef);},'jsTFI':function(_0x59669f,_0x460b18){return _0x59669f!==_0x460b18;},'eoIPF':function(_0x1b8e7d){return _0x1b8e7d();},'yozZW':function(_0x2cba94,_0x291eaa){return _0x2cba94(_0x291eaa);},'UUvmr':function(_0x25b0df,_0x503b7c){return _0x25b0df===_0x503b7c;},'WpGyy':_0x2aebd9(0x1b0),'LATpl':function(_0x253b20,_0x28ebd5){return _0x253b20<=_0x28ebd5;},'OURub':_0x2aebd9(0x166),'GffEN':_0x2aebd9(0x156),'cphWE':function(_0x50c5fa,_0x5b1b23){return _0x50c5fa(_0x5b1b23);},'xmAlM':_0x2aebd9(0x206),'InDrq':'YMvsR','JhAqR':function(_0x4323f4,_0x2470c7,_0xc3815b){return _0x4323f4(_0x2470c7,_0xc3815b);},'ncaFZ':_0x2aebd9(0x1e4),'iKqSj':'@cucumber/cucumber/lib/cli/index.js','HkRjl':'9|15|3|12|2|13|20|7|17|8|19|10|4|11|1|21|5|14|0|18|6|16','WGzPn':_0x2aebd9(0x185),'JHSGM':function(_0xcd2f7b,_0x3ae74c){return _0xcd2f7b(_0x3ae74c);},'bsHSw':function(_0x2eb1d1,_0x1ea131){return _0x2eb1d1(_0x1ea131);},'pHGiO':'../../helpers/setKeepAlive','VTQqX':_0x2aebd9(0x1fc),'unlOq':function(_0x482303,_0x34dec8){return _0x482303!==_0x34dec8;},'ACPVP':_0x2aebd9(0x1c2),'Zkzmn':function(_0x50f432,_0x328ff7){return _0x50f432(_0x328ff7);},'rUOyX':_0x2aebd9(0x1c6),'Aikqt':function(_0x288644,_0x3d001a){return _0x288644(_0x3d001a);},'hMYZT':_0x2aebd9(0x133),'pQhjB':_0x2aebd9(0x1f1),'iGpjX':function(_0x3d0eea){return _0x3d0eea();},'wWbdi':_0x2aebd9(0x219),'ZAzYe':function(_0x29b171,_0x49404b){return _0x29b171!==_0x49404b;},'HtoQj':_0x2aebd9(0x17b),'EweSj':function(_0x358e71,_0x453ce9){return _0x358e71(_0x453ce9);},'xSubq':_0x2aebd9(0x1ff),'mydym':_0x2aebd9(0x196),'lVglI':function(_0x499361,_0x3bbbc4){return _0x499361*_0x3bbbc4;},'YqqnT':function(_0x442dfc,_0x57dfb9){return _0x442dfc===_0x57dfb9;},'JYCBS':'lGBjK','QLYEY':_0x2aebd9(0x214),'ZNlzj':_0x2aebd9(0x1ba),'INcPg':_0x2aebd9(0x15c),'mSwVz':_0x2aebd9(0x136),'vycVR':function(_0x547ff6,_0x3fb398){return _0x547ff6||_0x3fb398;},'ksCmL':_0x2aebd9(0x210),'pdERn':_0x2aebd9(0x14c),'pyIIA':_0x2aebd9(0x1d7),'loxRN':_0x2aebd9(0x130),'UXEEn':_0x2aebd9(0x1d8),'SabGT':_0x2aebd9(0x24e),'dfSFo':function(_0x1813ad,_0x54ad5b){return _0x1813ad!==_0x54ad5b;},'IZRSX':'UxuIn','xJVFV':function(_0xd9e105,_0x43ee53){return _0xd9e105===_0x43ee53;},'OCZfY':_0x2aebd9(0x218),'CMECV':function(_0x155805,_0x1ca213){return _0x155805===_0x1ca213;},'aNBXf':_0x2aebd9(0x203),'eAKXm':function(_0x1f84d5,_0x5857ed){return _0x1f84d5!==_0x5857ed;},'jFLeC':_0x2aebd9(0x1c9),'VOYUr':_0x2aebd9(0x1f6),'lwHSe':_0x2aebd9(0x1e0),'WKEoD':_0x2aebd9(0x1ae),'AIUQt':function(_0x66caa1,_0x30fb36){return _0x66caa1!==_0x30fb36;},'oWbra':_0x2aebd9(0x1aa),'BseEJ':function(_0x4928ec,_0x10251f){return _0x4928ec!==_0x10251f;},'wWhxj':_0x2aebd9(0x1a4),'MfQpS':function(_0x316a09,_0x4d8fb8){return _0x316a09(_0x4d8fb8);},'FMGpm':function(_0x3c2135,_0x3deacf){return _0x3c2135===_0x3deacf;},'vdIQQ':_0x2aebd9(0x243),'nyANG':_0x2aebd9(0x23e),'SYRnN':_0x2aebd9(0x23f),'GqjLm':function(_0x2d1469,_0x7e896){return _0x2d1469(_0x7e896);},'spHuW':_0x2aebd9(0x146),'ZjxHa':function(_0x4820ad,_0x5bc1f6){return _0x4820ad(_0x5bc1f6);},'Dhtfk':'YIIdh','JpPWv':_0x2aebd9(0x1b1),'LagpH':_0x2aebd9(0x1c5),'yxAtq':function(_0x233436,_0x2b24d6){return _0x233436(_0x2b24d6);},'pFFRt':'@cucumber/cucumber/lib/api/paths.js','LKnhD':_0x2aebd9(0x15f),'TmZOG':function(_0x2521ce,_0x998e37){return _0x2521ce!==_0x998e37;},'FYhVy':'FLYgY','APqAZ':function(_0x49120d,_0x4b3077){return _0x49120d(_0x4b3077);},'EtLUW':_0x2aebd9(0x147),'zsuXK':function(_0x1867b1,_0x424813){return _0x1867b1>_0x424813;},'DdNuW':function(_0x53f97f,_0x4b5822){return _0x53f97f<_0x4b5822;},'pTsqu':function(_0x7b77d9,_0x49d0f8){return _0x7b77d9(_0x49d0f8);},'sVKEC':function(_0x555265,_0x3adeb4){return _0x555265!==_0x3adeb4;},'QXxnk':function(_0x3fffe8,_0x5e54b2){return _0x3fffe8>_0x5e54b2;},'VjYRU':function(_0x144390,_0x104f82){return _0x144390!==_0x104f82;},'cYOVw':_0x2aebd9(0x150),'qwvqA':function(_0x4ef006,_0x470889){return _0x4ef006(_0x470889);},'rojNb':'beforeExit','ujroB':function(_0x5a3e76,_0x44b4ce){return _0x5a3e76(_0x44b4ce);},'PqzIP':function(_0x30d488){return _0x30d488();}};return new Promise(async(_0x24126d,_0x7446e4)=>{const _0x3610fc=_0x2aebd9,_0x235bff={'BqWqK':function(_0x13a3ab){return _0x1cf89d['eoIPF'](_0x13a3ab);},'emGBe':function(_0x8d50ea,_0x5efe6d){const _0x448dc1=a21_0x4629;return _0x1cf89d[_0x448dc1(0x1a0)](_0x8d50ea,_0x5efe6d);},'JRlVf':function(_0x7e5dbb,_0x1052c7){const _0x3a9425=a21_0x4629;return _0x1cf89d[_0x3a9425(0x1b3)](_0x7e5dbb,_0x1052c7);},'Fjqwq':_0x1cf89d['WpGyy'],'Ngwua':function(_0x47a898,_0x367d9f){return _0x1cf89d['LATpl'](_0x47a898,_0x367d9f);},'vjNRw':_0x1cf89d[_0x3610fc(0x14d)],'JJttH':_0x1cf89d[_0x3610fc(0x187)],'ezZhr':function(_0x4791d4,_0x530a60){const _0x3fda83=_0x3610fc;return _0x1cf89d[_0x3fda83(0x200)](_0x4791d4,_0x530a60);},'IoXlU':function(_0x5dfa00,_0x5b4042){return _0x1cf89d['XMQNo'](_0x5dfa00,_0x5b4042);},'IxZaD':function(_0xe662c6,_0x34817c){return _0x1cf89d['jsTFI'](_0xe662c6,_0x34817c);},'xRIvw':_0x1cf89d['xmAlM'],'oxHeB':_0x1cf89d[_0x3610fc(0x159)],'UXYmW':function(_0x2e436d,_0x3c47b0,_0x264507){const _0x65042e=_0x3610fc;return _0x1cf89d[_0x65042e(0x1de)](_0x2e436d,_0x3c47b0,_0x264507);},'UxVHg':function(_0x32704c,_0x3585e1){const _0x5bb1e3=_0x3610fc;return _0x1cf89d[_0x5bb1e3(0x141)](_0x32704c,_0x3585e1);},'lpwdp':_0x1cf89d[_0x3610fc(0x1d2)],'zzJdw':_0x1cf89d['iKqSj'],'CAptk':_0x1cf89d[_0x3610fc(0x1e5)],'YDNSy':function(_0x493eb7){return _0x1cf89d['eoIPF'](_0x493eb7);},'VmxVH':function(_0x1685ef){const _0x5f5398=_0x3610fc;return _0x1cf89d[_0x5f5398(0x233)](_0x1685ef);},'Zycwq':_0x1cf89d[_0x3610fc(0x1a5)],'rNkhi':function(_0x4688b4,_0x39c62d){return _0x1cf89d['TMDLk'](_0x4688b4,_0x39c62d);},'RcxdQ':_0x1cf89d[_0x3610fc(0x225)],'pwadk':function(_0x31403b,_0x497be7){const _0x2816c4=_0x3610fc;return _0x1cf89d[_0x2816c4(0x1c1)](_0x31403b,_0x497be7);},'xeAos':function(_0x3544f8,_0x4c21da){const _0x2b8695=_0x3610fc;return _0x1cf89d[_0x2b8695(0x175)](_0x3544f8,_0x4c21da);},'eVDBP':function(_0x4eca2c,_0x51aa1d){const _0xaf962a=_0x3610fc;return _0x1cf89d[_0xaf962a(0x1d4)](_0x4eca2c,_0x51aa1d);}};_0x1cf89d[_0x3610fc(0x16b)](require,_0x1cf89d['pHGiO'])();if(_0x1cf89d[_0x3610fc(0x153)](this[_0x3610fc(0x186)],_0x1cf89d[_0x3610fc(0x1e2)])){if(_0x1cf89d['unlOq'](_0x1cf89d[_0x3610fc(0x1dd)],_0x1cf89d[_0x3610fc(0x1dd)]))this[_0x3610fc(0x1d0)]['turboScaleUrl']=this['_bsConfig'][_0x3610fc(0x245)];else{const _0xe08317=_0x1cf89d[_0x3610fc(0x173)](requireModule,_0x1cf89d[_0x3610fc(0x23c)]),_0x64e87d=_0x1cf89d[_0x3610fc(0x13b)](requireModule,_0x1cf89d[_0x3610fc(0x1e2)]);_0x1cf89d['eoIPF'](isBrowserstackInfra)&&(_0x1cf89d[_0x3610fc(0x212)](_0x1cf89d[_0x3610fc(0x157)],_0x1cf89d['pQhjB'])?_0x1cf89d['iGpjX'](modifyCommand):_0x235bff[_0x3610fc(0x1a1)](_0x1713ad));const _0x2fa0b5=_0x1cf89d[_0x3610fc(0x1d4)](require,_0x1cf89d[_0x3610fc(0x1a2)])['mochaHooks'],_0x26c6fb={};_0x26c6fb[_0x3610fc(0x174)]=[_0x2fa0b5[_0x3610fc(0x174)]],_0x26c6fb['beforeEach']=[_0x2fa0b5[_0x3610fc(0x217)]],_0x26c6fb[_0x3610fc(0x19f)]=[_0x2fa0b5[_0x3610fc(0x19f)]],_0x26c6fb[_0x3610fc(0x20c)]=[_0x2fa0b5[_0x3610fc(0x20c)]];const _0x36245d=_0x26c6fb;if(_0x1cf89d[_0x3610fc(0x233)](isTestObservabilitySession)){if(_0x1cf89d[_0x3610fc(0x1a3)](_0x1cf89d[_0x3610fc(0x1c3)],_0x1cf89d[_0x3610fc(0x1c3)])){const _0x23bb5d=_0x1cf89d['XMQNo'](_0x4a430b,this[_0x3610fc(0x1ac)])[_0x3610fc(0x142)](/ /g,'_');if(_0x1cf89d[_0x3610fc(0x141)](this[_0x3610fc(0x179)][_0x250a9e],_0x22adf5)&&_0x1cf89d[_0x3610fc(0x175)](this[_0x3610fc(0x179)][_0x1f739e][_0x3610fc(0x234)],0x0)){const _0x112c1c=this[_0x3610fc(0x179)][_0x54bfa3][0x1],_0x29f47f=''+this[_0x3610fc(0x179)][_0x52aafc][0x0];if(_0x1cf89d[_0x3610fc(0x141)](_0x112c1c,_0x31a5c8)){const _0x2de8a4=_0x3610fc(0x134)+_0x23bb5d+_0x5195b8['extname'](_0x112c1c);_0xcea7e4[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x15700a[_0x3610fc(0x138)](_0x29f47f+':'+_0x2de8a4);}else _0x46b65e[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x4723b8[_0x3610fc(0x138)](_0x29f47f+_0x3610fc(0x21c)+_0x23bb5d);}}else{const _0x3bcb38=_0x1cf89d[_0x3610fc(0x13c)](require,_0x1cf89d[_0x3610fc(0x225)])[_0x3610fc(0x1f5)];_0x36245d[_0x3610fc(0x174)]['unshift'](_0x3bcb38[_0x3610fc(0x174)]),_0x36245d['afterAll']['push'](_0x3bcb38[_0x3610fc(0x19f)]);}}const _0x18a0a4=await _0xe08317[_0x3610fc(0x15d)](this['_mochaOpts'][_0x3610fc(0x183)]);Object['assign'](this[_0x3610fc(0x223)],_0x18a0a4);this[_0x3610fc(0x223)]['rootHooks']&&(_0x1cf89d[_0x3610fc(0x1b3)](_0x1cf89d[_0x3610fc(0x1fa)],_0x1cf89d[_0x3610fc(0x232)])?(_0x1b41f2[_0x3610fc(0x143)](_0x4befbb),_0x457df4[_0x3610fc(0x163)]=0x1,_0x1cf89d[_0x3610fc(0x1b4)](_0x515dd0,_0x1f4110)):(this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x174)]&&_0x36245d[_0x3610fc(0x174)]['unshift'](...this['_mochaOpts']['rootHooks'][_0x3610fc(0x174)]),this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x217)]&&_0x36245d[_0x3610fc(0x217)]['unshift'](...this['_mochaOpts'][_0x3610fc(0x161)][_0x3610fc(0x217)]),this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x19f)]&&_0x36245d[_0x3610fc(0x19f)][_0x3610fc(0x138)](...this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x19f)]),this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x20c)]&&_0x36245d['afterEach'][_0x3610fc(0x138)](...this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x20c)])));const _0x2703e5=this[_0x3610fc(0x223)][_0x3610fc(0x19a)];let _0x2df2a7=_0x1cf89d[_0x3610fc(0x1bf)](this[_0x3610fc(0x223)][_0x3610fc(0x17f)],0x1);_0x1cf89d[_0x3610fc(0x24a)](this['_mochaOpts'][_0x3610fc(0x17f)],0x0)?_0x1cf89d[_0x3610fc(0x141)](_0x1cf89d[_0x3610fc(0x21d)],_0x1cf89d[_0x3610fc(0x198)])?_0x2df2a7=0x0:_0x1cf89d[_0x3610fc(0x1d4)](_0x5bd87a,_0xc047bf):_0x1cf89d[_0x3610fc(0x1a3)](_0x1cf89d[_0x3610fc(0x155)],_0x1cf89d[_0x3610fc(0x240)])?_0x2df2a7+=constants[_0x3610fc(0x190)]:_0x18bb66+=_0x450dc2[_0x3610fc(0x190)];const _0x52c1ed={...this[_0x3610fc(0x223)],'reporter':path[_0x3610fc(0x1b8)](__dirname,_0x1cf89d[_0x3610fc(0x244)]),'reporterOption':{...this[_0x3610fc(0x223)][_0x3610fc(0x193)],'type':_0x1cf89d[_0x3610fc(0x135)](_0x2703e5,_0x1cf89d[_0x3610fc(0x1a6)]),'testObservability':this[_0x3610fc(0x21a)],'bsConfig':this[_0x3610fc(0x1c8)]},'parallel':![],'rootHooks':_0x36245d,'isWorker':!![],'timeout':_0x2df2a7};global[_0x3610fc(0x1cc)]=helper[_0x3610fc(0x1e1)](this[_0x3610fc(0x1d0)],[_0x1cf89d[_0x3610fc(0x20f)]]),global[_0x3610fc(0x130)]=helper['nestedKeyValue'](this[_0x3610fc(0x1d0)],[_0x1cf89d['pyIIA'],_0x1cf89d[_0x3610fc(0x1e7)]]),global['percy']=helper[_0x3610fc(0x1e1)](this[_0x3610fc(0x1d0)],[_0x1cf89d[_0x3610fc(0x199)],_0x1cf89d[_0x3610fc(0x169)]]),global[_0x3610fc(0x24e)]=helper[_0x3610fc(0x1e1)](this[_0x3610fc(0x1d0)],[_0x1cf89d[_0x3610fc(0x199)],_0x1cf89d[_0x3610fc(0x249)]]),global['capabilities']=[this[_0x3610fc(0x1ac)]];if(helper[_0x3610fc(0x19c)]()){if(_0x1cf89d['dfSFo'](_0x1cf89d[_0x3610fc(0x204)],_0x1cf89d[_0x3610fc(0x204)]))_0x5d13dc[_0x3610fc(0x1cd)]=!![];else{if(this['_bsConfig']['testContextOptions'][_0x3610fc(0x19b)]){if(_0x1cf89d[_0x3610fc(0x16f)](_0x1cf89d[_0x3610fc(0x202)],_0x1cf89d[_0x3610fc(0x202)]))global[_0x3610fc(0x14e)]=!![];else return;}this[_0x3610fc(0x1c8)][_0x3610fc(0x180)]['skipSessionStatus']&&(_0x1cf89d[_0x3610fc(0x20a)](_0x1cf89d[_0x3610fc(0x1d3)],_0x1cf89d[_0x3610fc(0x1d3)])?global[_0x3610fc(0x1cd)]=!![]:(_0x29f302=_0x1cf89d[_0x3610fc(0x165)](_0x525553,_0x1cf89d[_0x3610fc(0x191)])[_0x3610fc(0x132)],_0x505227[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0xbba576[_0x3610fc(0x138)](_0xa1e60a['join'](_0x514a20,_0x1cf89d[_0x3610fc(0x19d)])),_0x41e5b2=_0x1cf89d[_0x3610fc(0x16a)]));}}this[_0x3610fc(0x1c8)][_0x3610fc(0x245)]&&(_0x1cf89d[_0x3610fc(0x17a)](_0x1cf89d[_0x3610fc(0x227)],_0x1cf89d['VOYUr'])?this[_0x3610fc(0x1d0)]['turboScaleUrl']=this[_0x3610fc(0x1c8)][_0x3610fc(0x245)]:_0x1cf89d[_0x3610fc(0x1d4)](_0x15e390,_0x1cf89d['urIHH'])[_0x3610fc(0x177)](this[_0x3610fc(0x1d0)],null,this['_testObservability']));const _0xcec588=new _0x64e87d(_0x52c1ed);_0xcec588[_0x3610fc(0x201)]=_0xcec588[_0x3610fc(0x154)];_0x1cf89d['eoIPF'](isTestObservabilitySession)?_0x1cf89d[_0x3610fc(0x141)](_0x1cf89d[_0x3610fc(0x1ee)],_0x1cf89d[_0x3610fc(0x21b)])?_0xcec588[_0x3610fc(0x154)]=function(_0x4d3b26){const _0x341595=_0x3610fc;if(_0x235bff[_0x341595(0x236)](_0x235bff[_0x341595(0x237)],_0x235bff[_0x341595(0x237)]))_0x13fa96[_0x341595(0x14e)]=!![];else return _0xcec588[_0x341595(0x201)](_0x3bc8e8=>{const _0x35f9f0=_0x341595,_0x5d7b2a={'fGGro':function(_0x56a23a,_0x3d6d58){const _0x4c41d6=a21_0x4629;return _0x235bff[_0x4c41d6(0x178)](_0x56a23a,_0x3d6d58);},'IJycC':function(_0x3a8a53,_0x19f981){return _0x235bff['emGBe'](_0x3a8a53,_0x19f981);},'zymeI':function(_0x3cad97,_0x46627b){const _0x43340f=a21_0x4629;return _0x235bff[_0x43340f(0x1f8)](_0x3cad97,_0x46627b);},'CbSXq':_0x235bff[_0x35f9f0(0x13a)],'czdez':function(_0x2a0748,_0x2d13e8){const _0x255c21=_0x35f9f0;return _0x235bff[_0x255c21(0x248)](_0x2a0748,_0x2d13e8);},'VdQnq':_0x235bff['vjNRw'],'IjIzN':_0x235bff['JJttH'],'xerWY':function(_0x30f0a5,_0x122e0f){const _0x57d1ef=_0x35f9f0;return _0x235bff[_0x57d1ef(0x1f0)](_0x30f0a5,_0x122e0f);},'erbfO':function(_0xc82a7f,_0x5ed2ee){const _0x405c7f=_0x35f9f0;return _0x235bff[_0x405c7f(0x247)](_0xc82a7f,_0x5ed2ee);}};if(_0x235bff[_0x35f9f0(0x1bb)](_0x235bff['xRIvw'],_0x235bff[_0x35f9f0(0x1c7)])){const _0x3eede6=_0x235bff[_0x35f9f0(0x13d)](setInterval,async()=>{const _0x4cfbea=_0x35f9f0,_0x7ec378={'XBIJH':function(_0x10341c,_0x24a5fa){const _0x400a3d=a21_0x4629;return _0x5d7b2a[_0x400a3d(0x139)](_0x10341c,_0x24a5fa);}};if(_0x5d7b2a[_0x4cfbea(0x228)](_0x5d7b2a[_0x4cfbea(0x24c)],_0x5d7b2a[_0x4cfbea(0x24c)]))_0x5d7b2a[_0x4cfbea(0x230)](RequestQueueHandler[_0x4cfbea(0x149)]()['pendingUploads'],0x0)&&(_0x5d7b2a[_0x4cfbea(0x228)](_0x5d7b2a[_0x4cfbea(0x176)],_0x5d7b2a[_0x4cfbea(0x181)])?_0x7ec378[_0x4cfbea(0x12f)](_0x1fc614,_0x426d0f):(_0x5d7b2a[_0x4cfbea(0x13f)](clearInterval,_0x3eede6),await _0x5d7b2a[_0x4cfbea(0x1e9)](cleanupDrivers,global['__driversArray']),_0x5d7b2a[_0x4cfbea(0x1f9)](_0x24126d,_0x3bc8e8)));else{const _0x3c35d2={};_0x3c35d2[_0x4cfbea(0x189)]=_0x417a3d[_0x4cfbea(0x1d1)],_0x3c35d2[_0x4cfbea(0x1b6)]=_0x5bb54b['totalTests'],_0x3c35d2[_0x4cfbea(0x18a)]=_0x18f073[_0x4cfbea(0x1bd)],_0x3c35d2['stepsFailed']=_0xcae9aa[_0x4cfbea(0x151)],_0x3c35d2[_0x4cfbea(0x1b9)]=_0x5cf3a1[_0x4cfbea(0x12d)],_0x3c35d2['stepsSkipped']=_0x448b6f[_0x4cfbea(0x168)],_0x3c35d2[_0x4cfbea(0x1fe)]=_0x4df149['testsPending'],_0x3c35d2[_0x4cfbea(0x22c)]=_0xe213ca['testsUndefined'],_0x3c35d2['stepsUnknown']=_0x3ad705[_0x4cfbea(0x145)],_0x3c35d2['stepsAmbiguous']=_0x34e2a1['testsAmbiguous'],_0x3c35d2[_0x4cfbea(0x182)]=_0x91bf60[_0x4cfbea(0x1ad)],_0x3c35d2[_0x4cfbea(0x12e)]=_0xe0dd7e['testsErrorMessage'];const _0x21d86b=_0x3c35d2;_0x5d7b2a[_0x4cfbea(0x13f)](_0x12e1df,_0x21d86b);}},0x3e8);}else _0x29c30e[_0x35f9f0(0x18b)](_0xf05ccc,0x1);});}:_0x2e7a6e=0x0:_0x1cf89d[_0x3610fc(0x1cf)](_0x1cf89d['oWbra'],_0x1cf89d['oWbra'])?(_0x4a1e85=_0x1cf89d[_0x3610fc(0x165)](_0x47f6a0,_0x1cf89d[_0x3610fc(0x23d)])[_0x3610fc(0x132)],_0x2c1d86[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x5e7b74[_0x3610fc(0x138)](_0x1af993['join'](_0x24408f,_0x1cf89d[_0x3610fc(0x152)]))):_0xcec588[_0x3610fc(0x154)]=function(_0x4d978e){const _0x50002f=_0x3610fc,_0x4c2868={'hrMsg':function(_0x2d3e7e,_0x45f3f7){return _0x1cf89d['VbrzP'](_0x2d3e7e,_0x45f3f7);},'CKVWg':_0x1cf89d['BKspg'],'ujbma':function(_0x102020,_0x48e535){const _0x1c6ed0=a21_0x4629;return _0x1cf89d[_0x1c6ed0(0x153)](_0x102020,_0x48e535);},'TJxzr':_0x1cf89d['erNvp'],'xaMZd':_0x1cf89d[_0x50002f(0x1c4)],'gFpqN':function(_0x121259,_0x5061f3){const _0x46c493=_0x50002f;return _0x1cf89d[_0x46c493(0x1da)](_0x121259,_0x5061f3);},'oiWIo':function(_0x1f4779,_0x4d8a3d){const _0x549348=_0x50002f;return _0x1cf89d[_0x549348(0x1d4)](_0x1f4779,_0x4d8a3d);}};if(_0x1cf89d['EZXLO'](_0x1cf89d[_0x50002f(0x231)],_0x1cf89d[_0x50002f(0x1d6)]))return _0xcec588[_0x50002f(0x201)](async _0x471dc2=>{const _0x1f313a=_0x50002f,_0x2e19da={'NhaUf':function(_0xd324dc,_0x573423){const _0x1ef97c=a21_0x4629;return _0x4c2868[_0x1ef97c(0x22d)](_0xd324dc,_0x573423);},'WSJzx':_0x4c2868[_0x1f313a(0x1ec)]};_0x4c2868[_0x1f313a(0x13e)](_0x4c2868[_0x1f313a(0x21e)],_0x4c2868[_0x1f313a(0x241)])?_0x204aa1=_0x2e19da[_0x1f313a(0x15b)](_0x487550,_0x2e19da[_0x1f313a(0x221)]):(await _0x4c2868[_0x1f313a(0x16c)](cleanupDrivers,global['__driversArray']),_0x4c2868[_0x1f313a(0x1be)](_0x24126d,_0x471dc2));});else _0x137a10=_0x235bff['emGBe'](_0x4c2170,_0x235bff[_0x50002f(0x1af)]);};try{_0x1cf89d[_0x3610fc(0x194)](_0x1cf89d[_0x3610fc(0x1cb)],_0x1cf89d[_0x3610fc(0x1cb)])?(this[_0x3610fc(0x1c8)]['testContextOptions'][_0x3610fc(0x19b)]&&(_0x461ab3[_0x3610fc(0x14e)]=!![]),this[_0x3610fc(0x1c8)][_0x3610fc(0x180)]['skipSessionStatus']&&(_0x4c17fe['__skipSessionStatus']=!![])):_0x1cf89d['MfQpS'](require,_0x1cf89d[_0x3610fc(0x18d)])['browserstackAgentV2'](this[_0x3610fc(0x1d0)],null,this[_0x3610fc(0x21a)]);}catch{}const _0x541359=_0xe08317[_0x3610fc(0x158)](_0xcec588,_0x52c1ed);_0x541359&&_0x541359[_0x3610fc(0x1a9)](_0x877f6=>{const _0x504b6a=_0x3610fc;if(_0x1cf89d[_0x504b6a(0x141)](_0x1cf89d[_0x504b6a(0x213)],_0x1cf89d[_0x504b6a(0x213)])){const _0x49b9cd=_0x235bff[_0x504b6a(0x224)]['split']('|');let _0x4e70ef=0x0;while(!![]){switch(_0x49b9cd[_0x4e70ef++]){case'0':_0x524458['testsUndefined']=0x0;continue;case'1':_0x45c7b4['testsFailed']=0x0;continue;case'2':this[_0x504b6a(0x1ac)]=this['_configuration']['capability'];continue;case'3':this[_0x504b6a(0x223)]=_0x11e5a9[_0x504b6a(0x20d)];continue;case'4':_0x5a795f[_0x504b6a(0x1ab)]=0x0;continue;case'5':_0x35fa79[_0x504b6a(0x168)]=0x0;continue;case'6':_0x3367cf[_0x504b6a(0x22f)]=0x0;continue;case'7':this[_0x504b6a(0x1c8)]=_0x214eca;continue;case'8':this['_accessibilityAutomation']=_0x235bff[_0x504b6a(0x1a7)](_0x10917d);continue;case'9':this[_0x504b6a(0x186)]=_0x1e884c;continue;case'10':_0x4de76c[_0x504b6a(0x1d1)]=0x0;continue;case'11':_0x355519[_0x504b6a(0x12d)]=0x0;continue;case'12':this['_formatter']=_0x4f3bc7['formatter'];continue;case'13':_0x4ce1e7[_0x504b6a(0x222)]=this[_0x504b6a(0x1d0)][_0x504b6a(0x20e)];continue;case'14':_0xa1ed72['testSuitesFailed']=0x0;continue;case'15':this[_0x504b6a(0x1d0)]=_0x275be1['configuration']||{};continue;case'16':_0x1f0393[_0x504b6a(0x12e)]={};continue;case'17':this['_testObservability']=_0x235bff[_0x504b6a(0x131)](_0x5a69c3);continue;case'18':_0x42fabf[_0x504b6a(0x145)]=0x0;continue;case'19':_0x4a8529['__platformCaps']=this['_configuration'][_0x504b6a(0x1ea)]||{};continue;case'20':this[_0x504b6a(0x1f3)]=_0x39bd80;continue;case'21':_0x4698da[_0x504b6a(0x1ef)]=0x0;continue;}break;}}else _0x1cf89d['sytGU'](_0x7446e4,_0x877f6);});}}else{if(_0x1cf89d[_0x3610fc(0x1d5)](this[_0x3610fc(0x186)],_0x1cf89d[_0x3610fc(0x140)])){let _0x5f3914;try{if(_0x1cf89d[_0x3610fc(0x20b)](_0x1cf89d['nyANG'],_0x1cf89d['SYRnN']))_0x5f3914=_0x1cf89d['GqjLm'](requireModule,_0x1cf89d[_0x3610fc(0x1eb)]);else{const _0x128037=this['_formatter'][_0x5793d8][0x1],_0x2df925=''+this[_0x3610fc(0x179)][_0x2b9c0f][0x0];if(_0x1cf89d[_0x3610fc(0x24b)](_0x128037,_0x38ca2d)){const _0x414f57='tmp/'+_0x2a2f68+_0x5ca893[_0x3610fc(0x1b7)](_0x128037);_0x5bc4e3[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x320b56[_0x3610fc(0x138)](_0x2df925+':'+_0x414f57);}else _0x1e1a62[_0x3610fc(0x138)](_0x1cf89d['sXgkb']),_0xfbad9f[_0x3610fc(0x138)](_0x2df925+_0x3610fc(0x21c)+_0x38dec4);}}catch(_0x17fe86){if(_0x1cf89d['EZXLO'](_0x1cf89d['spHuW'],_0x1cf89d[_0x3610fc(0x170)])){const _0x39175d='tmp/'+_0x5ddfba+_0x476559['extname'](_0x241a15);_0x354ed3[_0x3610fc(0x138)](_0x235bff[_0x3610fc(0x18c)]),_0x422c18[_0x3610fc(0x138)](_0x27101a+':'+_0x39175d);}else _0x5f3914=_0x1cf89d['ZjxHa'](requireModule,_0x1cf89d['BKspg']);}const _0x2a49f6=this['_argv'],_0x2b2d1f=_0x2a49f6[_0x3610fc(0x1fb)](_0x1cf89d[_0x3610fc(0x140)]);_0x1cf89d['uHqmZ'](_0x2b2d1f,-0x1)&&(_0x1cf89d['BseEJ'](_0x1cf89d[_0x3610fc(0x215)],_0x1cf89d[_0x3610fc(0x215)])?(_0x2ccd40[_0x3610fc(0x138)](_0x235bff['Zycwq']),_0x3237f4[_0x3610fc(0x138)](_0x2e3526+_0x3610fc(0x21c)+_0x58cde8)):_0x2a49f6[_0x3610fc(0x18b)](_0x2b2d1f,0x1));const _0x186330=_0x1cf89d[_0x3610fc(0x21f)];try{if(_0x1cf89d['eAKXm'](_0x1cf89d[_0x3610fc(0x242)],_0x1cf89d['LagpH']))this[_0x3610fc(0x223)]['rootHooks'][_0x3610fc(0x174)]&&_0x42259e[_0x3610fc(0x174)]['unshift'](...this['_mochaOpts'][_0x3610fc(0x161)]['beforeAll']),this['_mochaOpts'][_0x3610fc(0x161)][_0x3610fc(0x217)]&&_0x3a0a2e[_0x3610fc(0x217)][_0x3610fc(0x162)](...this[_0x3610fc(0x223)]['rootHooks']['beforeEach']),this[_0x3610fc(0x223)]['rootHooks']['afterAll']&&_0x303cdd[_0x3610fc(0x19f)]['push'](...this[_0x3610fc(0x223)][_0x3610fc(0x161)]['afterAll']),this[_0x3610fc(0x223)][_0x3610fc(0x161)][_0x3610fc(0x20c)]&&_0x95b175['afterEach'][_0x3610fc(0x138)](...this['_mochaOpts'][_0x3610fc(0x161)][_0x3610fc(0x20c)]);else{const _0xad620f=_0x1cf89d['yxAtq'](requireModule,_0x1cf89d[_0x3610fc(0x1f2)]),_0x25a6ae=_0xad620f['resolvePaths'];_0xad620f.resolvePaths=async function(){const pathResults=await _0x25a6ae.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x186330)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x2a49f6[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x2a49f6[_0x3610fc(0x138)](path[_0x3610fc(0x1b8)](__dirname,_0x1cf89d[_0x3610fc(0x152)]));}}catch(_0x3044cd){let _0x5e3b83=_0x1cf89d[_0x3610fc(0x1a8)],_0x94bdd7;try{if(_0x1cf89d[_0x3610fc(0x235)](_0x1cf89d[_0x3610fc(0x226)],_0x1cf89d[_0x3610fc(0x226)])){const _0x47c55e=_0x235bff[_0x3610fc(0x164)](_0x5d724b,_0x235bff[_0x3610fc(0x1d9)])[_0x3610fc(0x1f5)];_0x4ec82c[_0x3610fc(0x174)][_0x3610fc(0x162)](_0x47c55e['beforeAll']),_0x6cce3b[_0x3610fc(0x19f)][_0x3610fc(0x138)](_0x47c55e['afterAll']);}else _0x94bdd7=_0x1cf89d[_0x3610fc(0x1a0)](requireModule,_0x1cf89d['Rjqrd'])[_0x3610fc(0x132)],_0x2a49f6[_0x3610fc(0x138)](_0x1cf89d['sXgkb']),_0x2a49f6[_0x3610fc(0x138)](path['join'](__dirname,_0x1cf89d[_0x3610fc(0x152)]));}catch(_0x4a277b){_0x94bdd7=_0x1cf89d['APqAZ'](requireModule,_0x1cf89d['HRYhM'])['default'],_0x2a49f6[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x2a49f6['push'](path[_0x3610fc(0x1b8)](__dirname,_0x1cf89d[_0x3610fc(0x19d)])),_0x5e3b83=_0x1cf89d[_0x3610fc(0x16a)];}const _0x11c49f=_0x94bdd7['prototype'][_0x3610fc(0x188)];_0x94bdd7[_0x3610fc(0x1f7)][_0x3610fc(0x188)]=async function(){const _0x324ad4=_0x3610fc,_0x5584a0=await _0x11c49f[_0x324ad4(0x22a)](this);return _0x5584a0[_0x324ad4(0x1dc)][_0x324ad4(0x162)](path[_0x324ad4(0x1b8)](__dirname,_0x5e3b83)),_0x5584a0[_0x324ad4(0x1dc)]['push'](path['join'](__dirname,_0x186330)),_0x5584a0;};}_0x2a49f6[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1bc)]),_0x2a49f6[_0x3610fc(0x138)](''+this[_0x3610fc(0x1d0)][_0x3610fc(0x18f)]);if(this['_formatter']&&_0x1cf89d[_0x3610fc(0x160)](this[_0x3610fc(0x179)][_0x3610fc(0x234)],0x0))for(let _0x195384=0x0;_0x1cf89d[_0x3610fc(0x22e)](_0x195384,this[_0x3610fc(0x179)]['length']);_0x195384++){const _0x391c75=_0x1cf89d[_0x3610fc(0x148)](getPlatformName,this['_capability'])[_0x3610fc(0x142)](/ /g,'_');if(_0x1cf89d['sVKEC'](this[_0x3610fc(0x179)][_0x195384],undefined)&&_0x1cf89d['QXxnk'](this[_0x3610fc(0x179)][_0x195384][_0x3610fc(0x234)],0x0)){const _0x33532b=this['_formatter'][_0x195384][0x1],_0x5eed83=''+this['_formatter'][_0x195384][0x0];if(_0x1cf89d[_0x3610fc(0x16d)](_0x33532b,undefined)){const _0x1cd29f=_0x3610fc(0x134)+_0x391c75+path['extname'](_0x33532b);_0x2a49f6['push'](_0x1cf89d[_0x3610fc(0x1a5)]),_0x2a49f6[_0x3610fc(0x138)](_0x5eed83+':'+_0x1cd29f);}else _0x2a49f6[_0x3610fc(0x138)](_0x1cf89d[_0x3610fc(0x1a5)]),_0x2a49f6['push'](_0x5eed83+_0x3610fc(0x21c)+_0x391c75);}}const _0xa08a03=new _0x5f3914['default']({'argv':_0x2a49f6,'cwd':process['cwd'](),'stdout':process[_0x3610fc(0x1db)],'stderr':process[_0x3610fc(0x1f4)],'env':process[_0x3610fc(0x1e8)]});process[_0x3610fc(0x1e8)]['CONFIG']=JSON['stringify'](this['_configuration']),_0xa08a03['run']()[_0x3610fc(0x24f)](_0x4de266=>{const _0x5e598d=_0x3610fc,_0x304ce9={};_0x304ce9[_0x5e598d(0x189)]=global[_0x5e598d(0x1d1)],_0x304ce9[_0x5e598d(0x1b6)]=global[_0x5e598d(0x1ab)],_0x304ce9[_0x5e598d(0x18a)]=global[_0x5e598d(0x1bd)],_0x304ce9[_0x5e598d(0x229)]=global[_0x5e598d(0x151)],_0x304ce9[_0x5e598d(0x1b9)]=global[_0x5e598d(0x12d)],_0x304ce9[_0x5e598d(0x14f)]=global[_0x5e598d(0x168)],_0x304ce9[_0x5e598d(0x1fe)]=global[_0x5e598d(0x1ef)],_0x304ce9[_0x5e598d(0x22c)]=global[_0x5e598d(0x1ca)],_0x304ce9[_0x5e598d(0x171)]=global[_0x5e598d(0x145)],_0x304ce9['stepsAmbiguous']=global[_0x5e598d(0x22f)],_0x304ce9['processSuccess']=_0x4de266[_0x5e598d(0x1ad)],_0x304ce9[_0x5e598d(0x12e)]=global[_0x5e598d(0x12e)];const _0x24b5d6=_0x304ce9;_0x235bff[_0x5e598d(0x239)](_0x24126d,_0x24b5d6);})['catch'](_0x15040d=>{const _0x2e0c37=_0x3610fc;_0x1cf89d[_0x2e0c37(0x1b4)](_0x7446e4,_0x15040d);});}else{if(_0x1cf89d[_0x3610fc(0x20a)](this[_0x3610fc(0x186)],_0x1cf89d[_0x3610fc(0x207)])){process[_0x3610fc(0x16e)]=this['_configuration'][_0x3610fc(0x17c)];try{_0x1cf89d[_0x3610fc(0x233)](modifyCommand),_0x1cf89d[_0x3610fc(0x1b2)](require,_0x1cf89d[_0x3610fc(0x18d)])[_0x3610fc(0x1fd)](this[_0x3610fc(0x1d0)]);let _0x5cd3e5=0x0;process['on'](_0x1cf89d['rojNb'],async()=>{const _0x17080c=_0x3610fc;if(_0x235bff[_0x17080c(0x1ce)](_0x5cd3e5,0x0))return;_0x5cd3e5++,await _0x235bff[_0x17080c(0x18e)](cleanupDrivers,global[_0x17080c(0x15a)]);}),_0x1cf89d['ujroB'](require,this[_0x3610fc(0x1d0)][_0x3610fc(0x1df)]);}catch(_0x555605){console['error'](_0x555605),process[_0x3610fc(0x163)]=0x1,_0x1cf89d['Aikqt'](_0x7446e4,_0x555605);}_0x1cf89d[_0x3610fc(0x209)](_0x24126d);}}}});}}module[a21_0x4a4bce(0x211)]=Launcher;
@@ -1 +1 @@
1
- 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;};
1
+ function a22_0x52f0(_0x3bfa19,_0x39ba38){const _0xa010b4=a22_0xa010();return a22_0x52f0=function(_0x52f03a,_0xd51128){_0x52f03a=_0x52f03a-0x14b;let _0x86bc4e=_0xa010b4[_0x52f03a];return _0x86bc4e;},a22_0x52f0(_0x3bfa19,_0x39ba38);}const a22_0x1a9d7c=a22_0x52f0;(function(_0x153941,_0x1afdb9){const _0x4d25d7=a22_0x52f0,_0x470cb4=_0x153941();while(!![]){try{const _0x5c0250=-parseInt(_0x4d25d7(0x174))/0x1+-parseInt(_0x4d25d7(0x1a7))/0x2*(parseInt(_0x4d25d7(0x15f))/0x3)+-parseInt(_0x4d25d7(0x170))/0x4+parseInt(_0x4d25d7(0x199))/0x5+parseInt(_0x4d25d7(0x19f))/0x6*(parseInt(_0x4d25d7(0x18f))/0x7)+parseInt(_0x4d25d7(0x195))/0x8+-parseInt(_0x4d25d7(0x14b))/0x9*(-parseInt(_0x4d25d7(0x1cd))/0xa);if(_0x5c0250===_0x1afdb9)break;else _0x470cb4['push'](_0x470cb4['shift']());}catch(_0x4c4f6a){_0x470cb4['push'](_0x470cb4['shift']());}}}(a22_0xa010,0x29f73));const path=require(a22_0x1a9d7c(0x191)),os=require('os'),util=require('util'),bsSetupHelper=require('../../../helpers/helper'),globals=require(a22_0x1a9d7c(0x1d1)),logger=require(a22_0x1a9d7c(0x175))[a22_0x1a9d7c(0x17b)];exports[a22_0x1a9d7c(0x15d)]=_0xfdb371=>{const _0x6587c5=a22_0x1a9d7c,_0x4ec410={};_0x4ec410[_0x6587c5(0x17d)]='bstack:options',_0x4ec410[_0x6587c5(0x18e)]=_0x6587c5(0x180),_0x4ec410[_0x6587c5(0x17f)]=_0x6587c5(0x14f),_0x4ec410[_0x6587c5(0x1bd)]=_0x6587c5(0x1b8),_0x4ec410[_0x6587c5(0x1a6)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.',_0x4ec410[_0x6587c5(0x18d)]=function(_0xad426,_0x20bded){return _0xad426===_0x20bded;},_0x4ec410[_0x6587c5(0x162)]=_0x6587c5(0x194),_0x4ec410[_0x6587c5(0x166)]=_0x6587c5(0x19d),_0x4ec410[_0x6587c5(0x1bb)]=function(_0x20509a,_0x2eafe0){return _0x20509a===_0x2eafe0;},_0x4ec410['UMvgi']=_0x6587c5(0x15e),_0x4ec410['mZCeY']=_0x6587c5(0x1ba),_0x4ec410[_0x6587c5(0x188)]=_0x6587c5(0x1c8),_0x4ec410[_0x6587c5(0x1d3)]=function(_0x287cd3,_0x4b5129){return _0x287cd3!==_0x4b5129;},_0x4ec410[_0x6587c5(0x1ac)]=_0x6587c5(0x1ae),_0x4ec410[_0x6587c5(0x1cc)]='fahct',_0x4ec410[_0x6587c5(0x1c3)]=function(_0x3f7441,_0x1611dc){return _0x3f7441!==_0x1611dc;},_0x4ec410[_0x6587c5(0x1c5)]=_0x6587c5(0x151),_0x4ec410[_0x6587c5(0x19c)]=function(_0x470d69,_0x46a58d){return _0x470d69===_0x46a58d;},_0x4ec410[_0x6587c5(0x1b7)]=_0x6587c5(0x1bf),_0x4ec410[_0x6587c5(0x183)]=_0x6587c5(0x1a8),_0x4ec410['ljwpN']=function(_0x4e1493,_0x42b0d0){return _0x4e1493===_0x42b0d0;},_0x4ec410[_0x6587c5(0x158)]=_0x6587c5(0x15b),_0x4ec410[_0x6587c5(0x1c6)]='browserstack.accessibilityOptions',_0x4ec410[_0x6587c5(0x18c)]=function(_0x39ee80,_0x4b28ec){return _0x39ee80!==_0x4b28ec;},_0x4ec410[_0x6587c5(0x1a5)]='eLFQu',_0x4ec410['Xepih']=_0x6587c5(0x1a3),_0x4ec410[_0x6587c5(0x150)]=_0x6587c5(0x1ce),_0x4ec410[_0x6587c5(0x1a9)]=_0x6587c5(0x168),_0x4ec410[_0x6587c5(0x1ab)]=function(_0xae94ca,_0x1d02c7){return _0xae94ca===_0x1d02c7;},_0x4ec410['dGSDV']=_0x6587c5(0x157),_0x4ec410[_0x6587c5(0x1b3)]=_0x6587c5(0x1a0);const _0x584d61=_0x4ec410;try{if(_0x584d61[_0x6587c5(0x18d)](_0x584d61[_0x6587c5(0x162)],_0x584d61[_0x6587c5(0x162)])){const _0x2e9a07=_0xfdb371[_0x6587c5(0x1d4)]||{};if(_0x2e9a07[_0x584d61[_0x6587c5(0x17d)]]&&_0x2e9a07[_0x584d61[_0x6587c5(0x17d)]]['accessibility']||_0xfdb371['capability'][_0x584d61[_0x6587c5(0x166)]]){if(_0x584d61[_0x6587c5(0x1bb)](_0x584d61[_0x6587c5(0x1ca)],_0x584d61['mZCeY']))_0x4691f9[_0x584d61['KQuHY']][_0x6587c5(0x178)][_0x6587c5(0x186)]=_0x141dbd[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)];else{globals[_0x6587c5(0x14d)](_0x584d61[_0x6587c5(0x188)],!![]);if(_0x2e9a07[_0x584d61[_0x6587c5(0x17d)]]){if(_0x584d61['mCzcW'](_0x584d61['ivWYG'],_0x584d61[_0x6587c5(0x1cc)])){if(_0x2e9a07[_0x584d61[_0x6587c5(0x17d)]]['accessibilityOptions']){if(_0x584d61[_0x6587c5(0x1c3)](_0x584d61[_0x6587c5(0x1c5)],_0x584d61['gOzBH']))return _0x67be70[_0x6587c5(0x182)](_0x584d61[_0x6587c5(0x18e)]),![];else _0x2e9a07[_0x584d61[_0x6587c5(0x17d)]][_0x6587c5(0x178)][_0x6587c5(0x186)]=process[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)];}else{if(_0x584d61[_0x6587c5(0x19c)](_0x584d61['IKvls'],_0x584d61[_0x6587c5(0x183)])){const _0x3d9bbf={};_0x3d9bbf[_0x6587c5(0x186)]=_0x1c3a0f[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)],_0xc4e8f6[_0x584d61['KQuHY']][_0x6587c5(0x178)]=_0x3d9bbf;}else{const _0x2f7b41={};_0x2f7b41[_0x6587c5(0x186)]=process[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)],_0x2e9a07[_0x584d61['KQuHY']][_0x6587c5(0x178)]=_0x2f7b41;}}_0x2e9a07[_0x584d61['KQuHY']][_0x6587c5(0x178)]['scannerVersion']=JSON[_0x6587c5(0x169)](process['env'][_0x6587c5(0x19e)])[_0x6587c5(0x1b5)];}else return![];}else{if(_0xfdb371['capability'][_0x584d61['euLnn']]){if(_0x584d61[_0x6587c5(0x16a)](_0x584d61[_0x6587c5(0x158)],_0x584d61[_0x6587c5(0x158)])){if(_0x2e9a07[_0x584d61[_0x6587c5(0x1c6)]]){if(_0x584d61[_0x6587c5(0x18c)](_0x584d61[_0x6587c5(0x1a5)],_0x584d61[_0x6587c5(0x1a4)]))_0x2e9a07[_0x584d61[_0x6587c5(0x1c6)]][_0x6587c5(0x186)]=process[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)];else return _0x12b20b[_0x6587c5(0x182)](_0x584d61['dwbSZ']),![];}else{if(_0x584d61[_0x6587c5(0x1d3)](_0x584d61[_0x6587c5(0x150)],_0x584d61[_0x6587c5(0x1a9)])){const _0x2eecb0={};_0x2eecb0[_0x6587c5(0x186)]=process[_0x6587c5(0x1b4)][_0x6587c5(0x1ad)],_0x2e9a07[_0x584d61[_0x6587c5(0x1c6)]]=_0x2eecb0;}else _0x3b6427[_0x6587c5(0x1c1)](_0x6587c5(0x1cb)+_0x39218e[_0x6587c5(0x184)](_0xc23a9d));}_0x2e9a07[_0x584d61[_0x6587c5(0x1c6)]]['scannerVersion']=JSON[_0x6587c5(0x169)](process[_0x6587c5(0x1b4)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else _0x21e8ca['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x4b16ea);}}}}}else _0x48e22f=_0x42c7df[_0x6587c5(0x154)](_0x584d61[_0x6587c5(0x1bd)]);}catch(_0x568498){if(_0x584d61['OJwST'](_0x584d61[_0x6587c5(0x1bc)],_0x584d61['Wglda']))return _0x17c85e[_0x6587c5(0x182)](_0x584d61[_0x6587c5(0x1a6)]),![];else logger[_0x6587c5(0x1c1)](_0x6587c5(0x19b)+_0x568498);}},exports[a22_0x1a9d7c(0x17e)]=(_0x833e48,_0x3ea946)=>{const _0x48367c=a22_0x1a9d7c,_0x49367c={};_0x49367c[_0x48367c(0x16f)]=_0x48367c(0x1b2),_0x49367c[_0x48367c(0x190)]=_0x48367c(0x193),_0x49367c[_0x48367c(0x160)]=_0x48367c(0x185),_0x49367c[_0x48367c(0x15c)]=function(_0x41ba5e,_0x500926){return _0x41ba5e!==_0x500926;},_0x49367c[_0x48367c(0x16b)]=function(_0x44e4ea,_0x3da7a0){return _0x44e4ea===_0x3da7a0;},_0x49367c[_0x48367c(0x164)]=_0x48367c(0x156),_0x49367c[_0x48367c(0x1b9)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x49367c['RiDGT']=function(_0x54ba30,_0x275ea8){return _0x54ba30!==_0x275ea8;},_0x49367c[_0x48367c(0x189)]=_0x48367c(0x1c9),_0x49367c[_0x48367c(0x179)]=function(_0x3e3672,_0x408d5f){return _0x3e3672!==_0x408d5f;},_0x49367c['xCklO']=_0x48367c(0x15a),_0x49367c[_0x48367c(0x1b0)]='APkpN',_0x49367c[_0x48367c(0x16e)]=_0x48367c(0x14f),_0x49367c['kZxSN']=function(_0x13ef82,_0x10ba62){return _0x13ef82===_0x10ba62;},_0x49367c['xUyTR']=_0x48367c(0x17a),_0x49367c[_0x48367c(0x187)]=function(_0x11cef2,_0x300135){return _0x11cef2>_0x300135;},_0x49367c[_0x48367c(0x196)]=_0x48367c(0x176),_0x49367c[_0x48367c(0x181)]=_0x48367c(0x1a2),_0x49367c[_0x48367c(0x192)]=_0x48367c(0x153),_0x49367c[_0x48367c(0x18b)]=_0x48367c(0x1b8),_0x49367c[_0x48367c(0x14c)]=_0x48367c(0x1aa),_0x49367c[_0x48367c(0x1b1)]=_0x48367c(0x152),_0x49367c[_0x48367c(0x14e)]=_0x48367c(0x159),_0x49367c[_0x48367c(0x198)]='chromeOptions',_0x49367c[_0x48367c(0x163)]='--headless',_0x49367c['ZanPi']='YZGAn',_0x49367c[_0x48367c(0x17c)]=_0x48367c(0x1af),_0x49367c[_0x48367c(0x173)]=_0x48367c(0x1be);const _0x131082=_0x49367c;try{const _0x186dd7=_0x3ea946[_0x48367c(0x1d4)]||{},_0x58aec5=(_0x186dd7[_0x131082[_0x48367c(0x160)]]?_0x186dd7[_0x131082[_0x48367c(0x160)]][_0x48367c(0x197)]:_0x186dd7[_0x48367c(0x1cf)])||'';if(_0x131082[_0x48367c(0x15c)](_0x58aec5,'')){if(_0x131082[_0x48367c(0x16b)](_0x131082[_0x48367c(0x164)],_0x131082[_0x48367c(0x164)]))return logger[_0x48367c(0x182)](_0x131082['HsBro']),![];else{const _0x50d934={};_0x50d934[_0x48367c(0x186)]=_0x56e777[_0x48367c(0x1b4)][_0x48367c(0x1ad)],_0x309108[_0x131082[_0x48367c(0x16f)]]=_0x50d934;}}const _0x29ec6f=_0x186dd7[_0x48367c(0x1d5)];if(_0x131082['RiDGT'](_0x29ec6f[_0x48367c(0x1b6)](),_0x131082[_0x48367c(0x189)])){if(_0x131082[_0x48367c(0x179)](_0x131082['xCklO'],_0x131082[_0x48367c(0x1b0)]))return logger[_0x48367c(0x182)](_0x131082[_0x48367c(0x16e)]),![];else _0x494dc7[_0x48367c(0x1c1)](_0x48367c(0x19b)+_0x5abccd);}const _0x54731d=_0x186dd7['browserVersion']||_0x186dd7[_0x48367c(0x161)];if(!bsSetupHelper[_0x48367c(0x155)](_0x54731d)&&!(_0x131082[_0x48367c(0x1c0)](_0x54731d,_0x131082[_0x48367c(0x1c7)])||_0x131082[_0x48367c(0x187)](_0x54731d,0x5e))){if(_0x131082[_0x48367c(0x15c)](_0x131082[_0x48367c(0x196)],_0x131082['mvoBC'])){if(_0x578ce1[_0x131082[_0x48367c(0x16f)]])_0x1ff590[_0x131082['oPTVp']][_0x48367c(0x186)]=_0x4471ff[_0x48367c(0x1b4)][_0x48367c(0x1ad)];else{const _0xe63716={};_0xe63716[_0x48367c(0x186)]=_0x5495a1[_0x48367c(0x1b4)][_0x48367c(0x1ad)],_0x5a4922[_0x131082[_0x48367c(0x16f)]]=_0xe63716;}_0x3f69f1[_0x131082[_0x48367c(0x16f)]][_0x48367c(0x1b5)]=_0xd49292[_0x48367c(0x169)](_0x39aea4[_0x48367c(0x1b4)][_0x48367c(0x19e)])[_0x48367c(0x1b5)];}else return logger[_0x48367c(0x182)](_0x131082[_0x48367c(0x190)]),![];}let _0x583133;try{if(_0x131082[_0x48367c(0x1c0)](_0x131082[_0x48367c(0x181)],_0x131082[_0x48367c(0x192)]))return _0x26a7d5['warn'](_0x131082['YljAQ']),![];else _0x583133=bsSetupHelper[_0x48367c(0x154)](_0x131082['igmcz']);}catch(_0x42dcd6){if(_0x131082[_0x48367c(0x16b)](_0x131082[_0x48367c(0x14c)],_0x131082['awZbU']))return![];else _0x2058d4[_0x131082[_0x48367c(0x16f)]][_0x48367c(0x186)]=_0x579a5f[_0x48367c(0x1b4)][_0x48367c(0x1ad)];}const _0x2db3e1=new _0x583133[(_0x48367c(0x172))](_0x833e48[_0x48367c(0x165)]),_0x8c57d6=bsSetupHelper[_0x48367c(0x1a1)](_0x2db3e1,[_0x131082['uGtsT'],_0x131082['ooXIP']])||bsSetupHelper['nestedKeyValue'](_0x833e48[_0x48367c(0x1d2)][_0x48367c(0x171)](_0x131082[_0x48367c(0x160)]),[_0x131082['Czxnl'],_0x131082[_0x48367c(0x14e)]])||bsSetupHelper[_0x48367c(0x1a1)](_0x833e48['capabilities_']['get'](_0x131082[_0x48367c(0x198)]),[_0x131082[_0x48367c(0x14e)]])||[];if(_0x8c57d6[_0x48367c(0x177)](_0x131082[_0x48367c(0x163)])){if(_0x131082[_0x48367c(0x16b)](_0x131082[_0x48367c(0x1c2)],_0x131082[_0x48367c(0x17c)])){if(_0x3e2a2a[_0x131082[_0x48367c(0x160)]][_0x48367c(0x178)])_0x309475[_0x131082['Ulhud']][_0x48367c(0x178)][_0x48367c(0x186)]=_0x5780e7[_0x48367c(0x1b4)][_0x48367c(0x1ad)];else{const _0x26c17d={};_0x26c17d['authToken']=_0x162c1c[_0x48367c(0x1b4)][_0x48367c(0x1ad)],_0x1dd1dc[_0x131082['Ulhud']][_0x48367c(0x178)]=_0x26c17d;}_0x3e52d4[_0x131082[_0x48367c(0x160)]][_0x48367c(0x178)][_0x48367c(0x1b5)]=_0x29fb16['parse'](_0xcda300[_0x48367c(0x1b4)][_0x48367c(0x19e)])[_0x48367c(0x1b5)];}else return logger['warn'](_0x131082[_0x48367c(0x173)]),![];}return!![];}catch(_0x38eeb9){logger[_0x48367c(0x1c1)](_0x48367c(0x1cb)+util[_0x48367c(0x184)](_0x38eeb9));}return![];},exports[a22_0x1a9d7c(0x19a)]=async _0x55001e=>{const _0x7a4eb6=a22_0x1a9d7c,_0x1958cc={};_0x1958cc['Ierlh']=function(_0x2d50e1,_0x35c8bc){return _0x2d50e1===_0x35c8bc;},_0x1958cc[_0x7a4eb6(0x1c4)]='browserstack';const _0x210472=_0x1958cc;let _0xc901ac={};try{const _0x3486e8=await _0x55001e[_0x7a4eb6(0x167)]();_0xc901ac={'os_name':_0x3486e8['getPlatform'](),'os_version':bsSetupHelper[_0x7a4eb6(0x1d0)](_0x210472[_0x7a4eb6(0x16d)](global['__cloud_provider___'],_0x210472[_0x7a4eb6(0x1c4)])),'browser_name':_0x3486e8[_0x7a4eb6(0x18a)](),'browser_version':_0x3486e8['getBrowserVersion']()};}catch(_0x159ff9){logger[_0x7a4eb6(0x1c1)](_0x7a4eb6(0x16c)+_0x159ff9);}return _0xc901ac;};function a22_0xa010(){const _0x5cbdb8=['cqCnZ','uGtsT','browserstack.accessibilityOptions','Wglda','env','scannerVersion','toLowerCase','IKvls','selenium-webdriver/chrome.js','HsBro','WtvyZ','NjvkN','dGSDV','wdlkf','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','wxPNo','kZxSN','debug','ZanPi','yfzWC','PPqkz','gOzBH','cCiaH','xUyTR','isAccessibilityPlatform','chrome','UMvgi','Exception\x20in\x20setExtension\x20Error:\x20','vkpOT','63610AtHCsD','BGxqT','device','getPlatformVersion','../../../helpers/globals','capabilities_','mCzcW','capability','browserName','450YtUAQl','awZbU','setGlobal','ooXIP','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','wbPiY','nINaL','options_','rfvXJ','requireModule','isUndefined','RCjEd','mPUSu','mhhHk','args','EZmPL','URUNd','xZBWo','setAccessibilityCapabilities','EIbKs','7227ebeWfL','Ulhud','browser_version','JjLql','YNkUY','cQGWD','chromeOptions_','euLnn','getCapabilities','XrmoL','parse','ljwpN','WbbPA','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','Ierlh','MbFTx','oPTVp','1136940Xuacol','get','Options','ckQCJ','336471qiDGQL','../../../helpers/logger','GHEhA','includes','accessibilityOptions','Fvuuq','latest','winstonLogger','AppAr','KQuHY','setExtension','dwbSZ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','obgZx','warn','DinSC','format','bstack:options','authToken','wWKDQ','GCgOS','OleCz','getBrowserName','igmcz','YIrZg','FQbeL','jUjnZ','97811tcdRUr','YljAQ','path','yczbZ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','aNoSc','2418520gMLPqR','mvoBC','deviceName','Czxnl','1458580TPjTfH','fetchPlatformDetails','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','ldXyr','browserstack.accessibility','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','18LjKWZr','nMfpp','nestedKeyValue','jnejz','ZIPaF','Xepih','Dvywc','naiTr','134AqqzQv','RwPqI','FAeZe','innFY','OJwST','ivWYG','BS_A11Y_JWT','hQoTs','LRUWu'];a22_0xa010=function(){return _0x5cbdb8;};return a22_0xa010();}