browserstack-node-sdk 1.32.6 → 1.32.7

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 (116) 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/templates/azureresources/akscluster.json +57 -3
  25. package/ats/src/templates/azureresources/storageaccount.json +8 -8
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createk8sClient.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/gridComponents.js +1 -1
  32. package/ats/src/utils/hstUtils.js +1 -1
  33. package/ats/src/utils/instrumentationUtils.js +1 -1
  34. package/ats/src/utils/userInput.js +1 -1
  35. package/ats/src/utils/utilityMethods.js +1 -1
  36. package/ats/src/utils/webSocketUtils.js +1 -1
  37. package/package.json +1 -1
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/codeceptjs/helper.js +1 -1
  41. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  42. package/src/bin/cucumber-js/command.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  44. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  74. package/src/bin/playwright/reporter/reporter.js +1 -1
  75. package/src/bin/playwright/reporter/test-details.js +1 -1
  76. package/src/bin/playwright/sessionDetails.js +1 -1
  77. package/src/bin/runner.js +1 -1
  78. package/src/bin/setup.js +1 -1
  79. package/src/bin/test-runner/index.js +1 -1
  80. package/src/bin/test-runner/runTest.js +1 -1
  81. package/src/bin/test-runner/testWorker.js +1 -1
  82. package/src/bin/utils/constants.js +1 -1
  83. package/src/bin/utils/log4jsAppender.js +1 -1
  84. package/src/bin/utils/logPatcher.js +1 -1
  85. package/src/bin/utils/logReportingAPI.js +1 -1
  86. package/src/bin/vanilla-js/command.js +1 -1
  87. package/src/browserStackSdk.js +1 -1
  88. package/src/helpers/BrowserStackSetup.js +1 -1
  89. package/src/helpers/accessibility-automation/constants.js +1 -1
  90. package/src/helpers/accessibility-automation/helper.js +1 -1
  91. package/src/helpers/accessibility-automation/scripts.js +1 -1
  92. package/src/helpers/ats/constants.js +1 -1
  93. package/src/helpers/ats/helper.js +1 -1
  94. package/src/helpers/capsMapping.js +1 -1
  95. package/src/helpers/globals.js +1 -1
  96. package/src/helpers/helper.js +1 -1
  97. package/src/helpers/logger.js +1 -1
  98. package/src/helpers/patchHelpers.js +1 -1
  99. package/src/helpers/percy/Percy.js +1 -1
  100. package/src/helpers/percy/PercyBinary.js +1 -1
  101. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  102. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  103. package/src/helpers/percy/PercySDK.js +1 -1
  104. package/src/helpers/percy/index.js +1 -1
  105. package/src/helpers/percy/utils.js +1 -1
  106. package/src/helpers/performance-tester.js +1 -1
  107. package/src/helpers/request-spy.js +1 -1
  108. package/src/helpers/setKeepAlive.js +1 -1
  109. package/src/helpers/test-observability/constants.js +1 -1
  110. package/src/helpers/test-observability/error-handler.js +1 -1
  111. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  112. package/src/helpers/test-observability/sessionHandler.js +1 -1
  113. package/src/helpers/test-observability/utils.js +1 -1
  114. package/src/helpers/w3cMapping.js +1 -1
  115. package/src/hubAllocationMethods.js +1 -1
  116. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a18_0x515137=a18_0x55e9;(function(_0x4fdaf7,_0x40863f){const _0x29bdde=a18_0x55e9,_0x415023=_0x4fdaf7();while(!![]){try{const _0x515a9a=-parseInt(_0x29bdde(0x28b))/0x1*(parseInt(_0x29bdde(0x22b))/0x2)+parseInt(_0x29bdde(0x27a))/0x3+parseInt(_0x29bdde(0x209))/0x4+parseInt(_0x29bdde(0x237))/0x5+parseInt(_0x29bdde(0x1ff))/0x6*(parseInt(_0x29bdde(0x242))/0x7)+parseInt(_0x29bdde(0x291))/0x8+parseInt(_0x29bdde(0x20a))/0x9*(-parseInt(_0x29bdde(0x287))/0xa);if(_0x515a9a===_0x40863f)break;else _0x415023['push'](_0x415023['shift']());}catch(_0x2b88){_0x415023['push'](_0x415023['shift']());}}}(a18_0x40ca,0x4317d));function a18_0x55e9(_0xd25b1a,_0x5d594b){const _0x40ca3f=a18_0x40ca();return a18_0x55e9=function(_0x55e9a8,_0xa7df29){_0x55e9a8=_0x55e9a8-0x1f0;let _0x58e5f1=_0x40ca3f[_0x55e9a8];return _0x58e5f1;},a18_0x55e9(_0xd25b1a,_0x5d594b);}function a18_0x40ca(){const _0x26a85a=['configureGit','statSync','JEST','18xWEBPJ','BXVMU','JvqZr','afterAll','File\x20path\x20could\x20not\x20be\x20found','failed\x20to\x20get\x20root\x20parent\x20file\x20','LogCreated','sendTestRunEvent','now','appendTestItemLog','77948nOyVdC','10989306KAjMKK','apply','LIrwZ','testStarted','uvHab','expanded','util','backtrace','Keckt','getTestEnv','err','YBwxz','ejphH','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','WDboG','hook_data','path','uploadEventData','3|1|4|0|2','STATE_FAILED','vNhfo','iFMkb','_gitConfigPath','failure_backtrace','hook_failure','ufAgz','WeSzQ','Evpyu','split','pid','includes','YzCak','failed','124wkSVUq','skipped','hookAnalyticsId','vAhNL',':testAnalyticsId','test','uuid','GxHQX','cwd','.git','getTime','hook_type','2555340QJRVrw','forEach','bKjtT','event_type','retryOf','cUhyh','isJestInternalHook','scQxQ','AFTER_ALL','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','result','1265565esEpNY','upnKB','WCkPS','TestRunFinished','registerListeners','relative','test_run','setTestUUID','match','analyticsResult','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','parent','duration','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','../../utils/constants','BEFORE_EACH','Wpyjb','AFTER_EACH','js-','type','push','afterEach','exports','asyncError','hook_run','NocZW','appendTestPlatform','QmZWv','gWxjr','failure_type','markedStatus','testAnalyticsId','../../../../package.json','HyLWe','LBZcu','name','kAJGR','current_hook','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','beforeEach','MjjrS','KkIUY','current_test','XKbeu','http_response','\x22\x20hook\x20for\x20\x22','getTestUUID','toISOString','_testResults','pending','wsubS','length','hNjKw','bind','toString','dLYha','200499jKmouS','../../../helpers/test-observability/sessionHandler','dvVlF','../../../helpers/test-observability/utils','getRootParentFile','dirname','ZuXux','prefixTestPath','mJBxN','NVYLn','reverse','jest-circus','PVEVr','10dplyfQ','aDWvg','\x20with\x20error\x20:\x20','root','2459lAoTXf','hooks','sjEnw','../../../helpers/helper','location_prefix','parse','4068256wJRVBw','resetTestHooks','join','finished_at','test_run_uuid','_paths','passed','YWtiL','TestRunStarted','mFebg','getHierarchy','UKBhu','title','Rikvt','CBTSessionCreated','qathM','javascript','ROOT_DESCRIBE_BLOCK','sOxvF','failure_reason','tmrmX','sep','beforeAll','wmggG','started_at','mapTestHooks','call','wzWmZ','getName','file','generic','hook_run_uuid','errorsDetailed','xiXlA','findGitConfig','oJgyl','config','PtrjX','_gitConfigured','getHooksForTest','faHOe','Iegxs','_testEnv','OGaCM','_currentRetry',':hookAnalyticsId','eHVgy','TestRunSkipped'];a18_0x40ca=function(){return _0x26a85a;};return a18_0x40ca();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a18_0x515137(0x27d)),SessionHandler=require(a18_0x515137(0x27b)),{v4:uuidv4}=require(a18_0x515137(0x231)),{name,version}=require(a18_0x515137(0x262)),stackTrace=require('stack-trace'),path=require(a18_0x515137(0x21a)),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require(a18_0x515137(0x250)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require(a18_0x515137(0x28e)),a18_0x258ea1={};a18_0x258ea1['STATE_PASSED']='passed',a18_0x258ea1[a18_0x515137(0x21d)]=a18_0x515137(0x22a),a18_0x258ea1['STATE_PENDING']='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x258ea1,a18_0x102fd5={};a18_0x102fd5[a18_0x515137(0x2a7)]='BEFORE_ALL',a18_0x102fd5[a18_0x515137(0x202)]=a18_0x515137(0x23f),a18_0x102fd5[a18_0x515137(0x269)]=a18_0x515137(0x251),a18_0x102fd5[a18_0x515137(0x257)]=a18_0x515137(0x253);const HOOK_TYPES_MAP=a18_0x102fd5;module[a18_0x515137(0x258)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x495069=a18_0x515137,_0x3b0831={'tmrmX':'2|5|0|6|3|1|4','DDwFG':function(_0x5ccf77){return _0x5ccf77();}},_0x2d4e3b=_0x3b0831[_0x495069(0x2a5)]['split']('|');let _0x4c3fef=0x0;while(!![]){switch(_0x2d4e3b[_0x4c3fef++]){case'0':this['_testEnv']=this['getTestEnv']();continue;case'1':this[_0x495069(0x1f2)]=![];continue;case'2':this['testObservability']=_0x3b0831['DDwFG'](isTestObservabilitySession);continue;case'3':this['hook_data']=[];continue;case'4':this['_gitConfigPath']=null;continue;case'5':this[_0x495069(0x272)]=[];continue;case'6':this[_0x495069(0x296)]=new PathHelper({'cwd':process[_0x495069(0x233)]()},this[_0x495069(0x1f6)][_0x495069(0x28f)]);continue;}break;}}[a18_0x515137(0x213)]=()=>{const _0x44fb3f=a18_0x515137,_0x3f9cb9={'xiXlA':_0x44fb3f(0x2af),'FVEnM':function(_0x35de44){return _0x35de44();}};return{'ci':_0x3f9cb9[_0x44fb3f(0x2b2)],'key':_0x3f9cb9['FVEnM'](uuidv4),'version':version,'collector':_0x44fb3f(0x254)+name};};[a18_0x515137(0x246)](){const _0x212d08=a18_0x515137;process['removeAllListeners']('bs:addLog:'+process[_0x212d08(0x227)]),process['on']('bs:addLog:'+process[_0x212d08(0x227)],this[_0x212d08(0x208)][_0x212d08(0x277)](this)),process['removeAllListeners']('bs:addPlatformDetails:'+process['pid']),process['on']('bs:addPlatformDetails:'+process[_0x212d08(0x227)],this['appendTestPlatform']['bind'](this));}[a18_0x515137(0x20d)]=async _0x4da552=>{const _0x3217a9=a18_0x515137,_0x1a4565={'YWtiL':function(_0x56b1dc,_0x49cf7e){return _0x56b1dc>_0x49cf7e;},'KkIUY':function(_0x57cfce,_0x4b7a26){return _0x57cfce===_0x4b7a26;},'qathM':_0x3217a9(0x299),'Wpyjb':function(_0x497b79,_0x4d8fc6){return _0x497b79(_0x4d8fc6);}};try{const _0x355db5=this[_0x3217a9(0x26c)];this[_0x3217a9(0x26c)]=_0x4da552,_0x4da552[_0x3217a9(0x23b)]=null,_0x4da552['testAnalyticsId']=TestDetails[_0x3217a9(0x249)](process[_0x3217a9(0x227)]+_0x3217a9(0x22f)),_0x4da552['started_at']=new Date()[_0x3217a9(0x271)](),_0x1a4565[_0x3217a9(0x298)](_0x4da552[_0x3217a9(0x1f8)],0x0)&&_0x355db5&&_0x1a4565[_0x3217a9(0x26b)](_0x355db5[_0x3217a9(0x29d)],_0x4da552[_0x3217a9(0x29d)])?(_0x4da552[_0x3217a9(0x23b)]=_0x355db5['testAnalyticsId'],await this[_0x3217a9(0x206)](_0x4da552,undefined,![],_0x1a4565[_0x3217a9(0x2a0)]),_0x355db5['state']=STATE_FAILED,await this[_0x3217a9(0x206)](_0x355db5,undefined,!![])):await this[_0x3217a9(0x206)](_0x4da552,undefined,![],_0x1a4565[_0x3217a9(0x2a0)]);}catch(_0x4e2de2){_0x1a4565[_0x3217a9(0x252)](debug,_0x3217a9(0x217)+_0x4e2de2);}};[a18_0x515137(0x2ad)](_0x145cb2){const _0x558a07=a18_0x515137,_0x4e0663={};_0x4e0663[_0x558a07(0x243)]=function(_0x33ce50,_0x401545){return _0x33ce50!==_0x401545;},_0x4e0663['WCkPS']=_0x558a07(0x230);const _0x1ac184=_0x4e0663;if(_0x1ac184[_0x558a07(0x243)](_0x145cb2[_0x558a07(0x255)],_0x1ac184[_0x558a07(0x244)]))return'\x22'+_0x145cb2['type']+_0x558a07(0x26f)+(_0x145cb2[_0x558a07(0x24d)]&&_0x145cb2[_0x558a07(0x24d)][_0x558a07(0x265)])+'\x22';return _0x145cb2['name'];}[a18_0x515137(0x206)]=async(_0xaa7658,_0x1567d7=undefined,_0x2b7682=![],_0x313d64=a18_0x515137(0x245))=>{const _0x1a6d26=a18_0x515137,_0xea3335={'ejphH':_0x1a6d26(0x21c),'Rikvt':_0x1a6d26(0x25a),'Keckt':_0x1a6d26(0x2a4),'dLYha':_0x1a6d26(0x248),'gWxjr':_0x1a6d26(0x25f),'PtrjX':'failure','OGaCM':'result','Evpyu':function(_0x2d4af0,_0x1d1161){return _0x2d4af0(_0x1d1161);},'HItuc':_0x1a6d26(0x285),'kAJGR':function(_0x52cfb7,_0x3b13ed){return _0x52cfb7(_0x3b13ed);},'vmaHU':_0x1a6d26(0x210),'HyLWe':function(_0x271db5,_0x3db7eb){return _0x271db5!==_0x3db7eb;},'cgAhq':'test','NCEbv':_0x1a6d26(0x214),'YzCak':function(_0x2a4ab3,_0x40a9ae){return _0x2a4ab3!==_0x40a9ae;},'LIrwZ':_0x1a6d26(0x203),'vNhfo':_0x1a6d26(0x2a1),'NVYLn':function(_0x20ab9a,_0x4e3937){return _0x20ab9a===_0x4e3937;},'iFMkb':_0x1a6d26(0x1fb),'Iegxs':_0x1a6d26(0x22c),'wmggG':function(_0x20efe6,_0x408878){return _0x20efe6>_0x408878;},'JvqZr':_0x1a6d26(0x22a),'NocZW':_0x1a6d26(0x297),'WDboG':function(_0x591514,_0x395a33){return _0x591514-_0x395a33;},'YivRT':function(_0x40d957,_0x11cb09){return _0x40d957(_0x11cb09);},'PVEVr':_0x1a6d26(0x2a9),'LBZcu':_0x1a6d26(0x294),'UKBhu':function(_0x55741f,_0x38b77f){return _0x55741f===_0x38b77f;},'FeZig':'HookRunFinished','mJBxN':_0x1a6d26(0x221),'scQxQ':_0x1a6d26(0x211),'hNjKw':'failure_reason_expanded','GxHQX':_0x1a6d26(0x20f),'YBwxz':_0x1a6d26(0x245),'bKjtT':_0x1a6d26(0x236),'iVjBK':function(_0x236c17,_0x3a0877){return _0x236c17>_0x3a0877;},'BXVMU':function(_0x39dc69,_0x36f8ca){return _0x39dc69===_0x36f8ca;},'faclx':'beforeAll'};try{if(_0xaa7658['fn']&&_0xaa7658['fn'][_0x1a6d26(0x278)]()[_0x1a6d26(0x24a)](/browserstack internal helper hook/))return;await this[_0x1a6d26(0x1fc)]();let _0x5f2850;try{_0x5f2850=this['getRootParentFile'](_0xaa7658);}catch(_0xe5305c){_0xea3335[_0x1a6d26(0x225)](debug,_0x1a6d26(0x204)+_0xe5305c),_0x5f2850=null;}if(_0x5f2850[_0x1a6d26(0x228)](_0xea3335['HItuc']))return;const _0x19c316=_0xea3335[_0x1a6d26(0x266)](require,_0xea3335['vmaHU']);let _0x1a76cf=[];if(_0xea3335[_0x1a6d26(0x263)](_0xaa7658[_0x1a6d26(0x2b1)],undefined))_0x1a76cf=[_0xaa7658[_0x1a6d26(0x2b1)],_0xea3335['cgAhq']];else _0xea3335[_0x1a6d26(0x263)](_0x1567d7,undefined)?_0x1a76cf=[_0x1567d7,_0xea3335['NCEbv']]:_0x1a76cf=[];const _0x29bd1b=_0xea3335[_0x1a6d26(0x263)](_0xaa7658[_0x1a6d26(0x2b1)],undefined)?_0x19c316['inspect'](_0xaa7658[_0x1a6d26(0x2b1)][0x0]):_0xea3335[_0x1a6d26(0x229)](_0x1567d7,undefined)?_0x1567d7[_0x1a6d26(0x278)]():undefined,_0x19a973=_0x5f2850?this[_0x1a6d26(0x296)][_0x1a6d26(0x281)](this[_0x1a6d26(0x27e)](_0xaa7658)):_0xea3335[_0x1a6d26(0x20c)],_0x1a4d6e={'framework':FRAMEWORKS[_0x1a6d26(0x1fe)],'uuid':_0xaa7658[_0x1a6d26(0x261)]||_0xaa7658['hookAnalyticsId'],'name':this['getName'](_0xaa7658),'body':{'lang':_0xea3335[_0x1a6d26(0x21e)],'code':_0xaa7658['fn'][_0x1a6d26(0x278)]()},'scopes':this['getHierarchy'](_0xaa7658),'file_name':_0x19a973,'vc_filepath':this[_0x1a6d26(0x220)]&&_0x5f2850?path[_0x1a6d26(0x247)](this[_0x1a6d26(0x220)],_0x5f2850):null,'location':_0x19a973,'result':_0xea3335[_0x1a6d26(0x283)](_0x313d64,_0xea3335[_0x1a6d26(0x21f)])?_0xea3335[_0x1a6d26(0x1f5)]:this[_0x1a6d26(0x24b)](_0xaa7658['errorsDetailed']&&_0xea3335[_0x1a6d26(0x2a8)](_0xaa7658[_0x1a6d26(0x2b1)]['length'],0x0)?_0xea3335[_0x1a6d26(0x201)]:_0xea3335[_0x1a6d26(0x25b)]),'failure_reason':_0x29bd1b,'duration_in_ms':_0xaa7658[_0x1a6d26(0x24e)]||(_0x313d64[_0x1a6d26(0x24a)](/Finished/)||_0x313d64[_0x1a6d26(0x24a)](/Skipped/)?_0xea3335[_0x1a6d26(0x218)](Date[_0x1a6d26(0x207)](),new Date(_0xaa7658[_0x1a6d26(0x2a9)])[_0x1a6d26(0x235)]()):null),'started_at':_0xaa7658[_0x1a6d26(0x2a9)],'finished_at':_0x313d64[_0x1a6d26(0x24a)](/Finished/)||_0x313d64['match'](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x1a6d26(0x20b)](null,_0x1a76cf),'failure_type':!_0x29bd1b?null:_0xea3335['YivRT'](getFailureType,_0x29bd1b),'retry_of':_0xaa7658[_0x1a6d26(0x23b)]};_0xea3335[_0x1a6d26(0x283)](_0x313d64,_0xea3335[_0x1a6d26(0x21f)])&&!_0x1a4d6e[_0xea3335[_0x1a6d26(0x286)]]&&(_0x1a4d6e[_0xea3335[_0x1a6d26(0x286)]]=_0x1a4d6e[_0xea3335[_0x1a6d26(0x264)]]);if(_0x313d64[_0x1a6d26(0x24a)](/HookRun/))[_0x1a4d6e['hook_type'],_0x1a4d6e['name']]=[_0xaa7658['type'],this[_0x1a6d26(0x2ad)](_0xaa7658)],_0xea3335[_0x1a6d26(0x29c)](_0x313d64,_0xea3335['FeZig'])&&(_0xea3335[_0x1a6d26(0x229)](_0x1a4d6e[_0x1a6d26(0x241)],_0xea3335[_0x1a6d26(0x201)])&&(_0x1a4d6e[_0x1a6d26(0x241)]=_0xea3335[_0x1a6d26(0x25b)]));else _0x313d64[_0x1a6d26(0x24a)](/TestRun/)&&this['mapTestHooks'](_0xaa7658);const _0x19617c=_0x1a4d6e[_0xea3335[_0x1a6d26(0x1f1)]][0x0];_0x19617c&&(_0x1a4d6e[_0xea3335[_0x1a6d26(0x282)]]=_0x19617c[_0xea3335[_0x1a6d26(0x23e)]],_0x1a4d6e[_0xea3335[_0x1a6d26(0x276)]]=_0x19617c[_0xea3335[_0x1a6d26(0x232)]]);[_0xea3335[_0x1a6d26(0x215)],_0xea3335[_0x1a6d26(0x21f)]][_0x1a6d26(0x228)](_0x313d64)&&(this['_testResults'][_0x1a6d26(0x256)](_0x1a4d6e),_0x1a4d6e[_0x1a6d26(0x28c)]=this[_0x1a6d26(0x1f3)](_0xaa7658),this[_0x1a6d26(0x292)](_0xaa7658));const _0x5a84b4={'event_type':_0xea3335[_0x1a6d26(0x283)](_0x313d64,_0xea3335[_0x1a6d26(0x21f)])?_0xea3335[_0x1a6d26(0x215)]:_0x313d64};_0x313d64[_0x1a6d26(0x24a)](/HookRun/)?(_0x1a4d6e[_0xea3335[_0x1a6d26(0x239)]]=HOOK_TYPES_MAP[_0x1a4d6e[_0xea3335[_0x1a6d26(0x239)]]],_0x5a84b4[_0xea3335[_0x1a6d26(0x29e)]]=_0x1a4d6e):_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]]=_0x1a4d6e;_0xea3335['iVjBK'](this[_0x1a6d26(0x219)][_0x1a6d26(0x275)],0x0)&&[_0xea3335[_0x1a6d26(0x215)],_0xea3335['iFMkb']][_0x1a6d26(0x228)](_0x313d64)&&(this[_0x1a6d26(0x219)][_0x1a6d26(0x238)](async _0x2c4d78=>{const _0xf204cf=_0x1a6d26,_0x2640c4=_0xea3335[_0xf204cf(0x216)][_0xf204cf(0x226)]('|');let _0x3509ab=0x0;while(!![]){switch(_0x2640c4[_0x3509ab++]){case'0':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335[_0xf204cf(0x212)]]=_0x5a84b4[_0xea3335[_0xf204cf(0x279)]][_0xea3335[_0xf204cf(0x212)]];continue;case'1':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335[_0xf204cf(0x25e)]]=_0x5a84b4[_0xea3335[_0xf204cf(0x279)]][_0xea3335[_0xf204cf(0x25e)]];continue;case'2':await SessionHandler[_0xf204cf(0x21b)](_0x2c4d78);continue;case'3':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335['PtrjX']]=_0x5a84b4[_0xea3335[_0xf204cf(0x279)]][_0xea3335['PtrjX']];continue;case'4':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335[_0xf204cf(0x1f7)]]=_0x5a84b4[_0xea3335['dLYha']][_0xea3335[_0xf204cf(0x1f7)]];continue;}break;}}),this[_0x1a6d26(0x219)]=[]);if(_0xea3335[_0x1a6d26(0x29c)](this[_0x1a6d26(0x222)],_0xaa7658[_0x1a6d26(0x255)])){this[_0x1a6d26(0x219)][_0x1a6d26(0x256)](_0x5a84b4);return;}_0xea3335[_0x1a6d26(0x200)](this[_0x1a6d26(0x222)],_0xea3335['faclx'])&&_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]]&&(_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]][_0xea3335['OGaCM']]=_0xea3335['Iegxs'],_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]][_0xea3335[_0x1a6d26(0x1f1)]]=null,_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]][_0xea3335[_0x1a6d26(0x25e)]]=null),await SessionHandler[_0x1a6d26(0x21b)](_0x5a84b4);}catch(_0x4b2aea){_0xea3335[_0x1a6d26(0x266)](debug,_0x1a6d26(0x240)+_0x313d64+_0x1a6d26(0x289)+_0x4b2aea);}};[a18_0x515137(0x2b3)](_0x2202d9){const _0x4e6cbe=a18_0x515137,_0x2f1763={};_0x2f1763[_0x4e6cbe(0x29a)]=function(_0x4cdd6f,_0x42f01e){return _0x4cdd6f==_0x42f01e;},_0x2f1763[_0x4e6cbe(0x1f4)]=function(_0x4bcc0e,_0x2e5085){return _0x4bcc0e===_0x2e5085;},_0x2f1763[_0x4e6cbe(0x288)]=_0x4e6cbe(0x234),_0x2f1763[_0x4e6cbe(0x22e)]=_0x4e6cbe(0x1f0);const _0x32e4f9=_0x2f1763,_0x51ce8c=path[_0x4e6cbe(0x2a6)];if(_0x32e4f9['mFebg'](_0x2202d9,null)||_0x32e4f9[_0x4e6cbe(0x1f4)](_0x2202d9,'')||_0x32e4f9[_0x4e6cbe(0x1f4)](_0x2202d9,_0x51ce8c))return null;try{return fs[_0x4e6cbe(0x1fd)](path[_0x4e6cbe(0x293)](_0x2202d9,_0x32e4f9['aDWvg'],_0x32e4f9[_0x4e6cbe(0x22e)])),_0x2202d9;}catch(_0x1fb70a){const _0x502127=path[_0x4e6cbe(0x27f)](_0x2202d9);return this['findGitConfig'](_0x502127);}}[a18_0x515137(0x208)]=async _0x30c11d=>{const _0x60184f=a18_0x515137,_0x2eb1c7={'MjjrS':_0x60184f(0x205),'WeSzQ':function(_0x30994a,_0x5c00fb){return _0x30994a(_0x5c00fb);}},_0x6b9778=TestDetails[_0x60184f(0x270)](process['pid']+_0x60184f(0x1f9)),_0x4c76b1=TestDetails[_0x60184f(0x270)](process['pid']+_0x60184f(0x22f));try{(_0x6b9778||this[_0x60184f(0x267)]&&!this[_0x60184f(0x267)][_0x60184f(0x260)])&&(_0x30c11d[_0x60184f(0x2b0)]=_0x6b9778);!_0x30c11d['hook_run_uuid']&&_0x4c76b1&&(_0x30c11d['test_run_uuid']=_0x4c76b1);if(_0x30c11d[_0x60184f(0x2b0)]||_0x30c11d[_0x60184f(0x295)]){const _0x13282d={};_0x13282d['event_type']=_0x2eb1c7[_0x60184f(0x26a)],_0x13282d['logs']=[_0x30c11d],await SessionHandler[_0x60184f(0x21b)](_0x13282d);}}catch(_0x590ba4){_0x2eb1c7[_0x60184f(0x224)](debug,_0x60184f(0x24f)+_0x590ba4);}};[a18_0x515137(0x25c)]=async _0x1b987b=>{const _0x2e3c63=a18_0x515137,_0x7b63ae={'oJgyl':_0x2e3c63(0x26e),'XKbeu':_0x2e3c63(0x29f),'sjEnw':function(_0x1f108b,_0x1e31fe){return _0x1f108b(_0x1e31fe);}};try{const _0x2df885={'uuid':_0x1b987b['uuid']||TestDetails[_0x2e3c63(0x270)](process['pid']+_0x2e3c63(0x22f)),'integrations':_0x1b987b[_0x7b63ae[_0x2e3c63(0x2b4)]]},_0x4141ec={};_0x4141ec[_0x2e3c63(0x23a)]=_0x7b63ae[_0x2e3c63(0x26d)],_0x4141ec[_0x2e3c63(0x248)]=_0x2df885,await SessionHandler[_0x2e3c63(0x21b)](_0x4141ec);}catch(_0x430481){_0x7b63ae[_0x2e3c63(0x28d)](debug,_0x2e3c63(0x268)+_0x430481);}};async[a18_0x515137(0x1fc)](){const _0x817186=a18_0x515137,_0xb03188={'IXCcb':function(_0x2523d4){return _0x2523d4();}};if(this[_0x817186(0x1f2)])return this[_0x817186(0x220)];const _0x41c5cd=await _0xb03188['IXCcb'](getGitMetaData);_0x41c5cd&&(this[_0x817186(0x220)]=_0x41c5cd[_0x817186(0x28a)]),this[_0x817186(0x1f2)]=!![];}[a18_0x515137(0x24b)](_0x44ce30){const _0x3a0754=a18_0x515137,_0x21b10e={};_0x21b10e[_0x3a0754(0x1fa)]=_0x3a0754(0x297),_0x21b10e[_0x3a0754(0x280)]=_0x3a0754(0x273),_0x21b10e[_0x3a0754(0x2ac)]=_0x3a0754(0x22a);const _0x24c743=_0x21b10e,_0x3dab44={};return _0x3dab44[STATE_PASSED]=_0x24c743[_0x3a0754(0x1fa)],_0x3dab44[STATE_PENDING]=_0x24c743[_0x3a0754(0x280)],_0x3dab44[STATE_FAILED]=_0x24c743[_0x3a0754(0x2ac)],_0x3dab44[_0x44ce30];}[a18_0x515137(0x29b)](_0x8e5024){const _0x2420cf=a18_0x515137,_0x38e71f={};_0x38e71f[_0x2420cf(0x25d)]=function(_0x5c8231,_0x12d5ef){return _0x5c8231!==_0x12d5ef;},_0x38e71f['Honvf']=function(_0x4959e9,_0x19aa0e){return _0x4959e9!==_0x19aa0e;},_0x38e71f[_0x2420cf(0x23c)]=_0x2420cf(0x2a2);const _0x381555=_0x38e71f,_0x2b7767=[];if(_0x8e5024&&_0x8e5024[_0x2420cf(0x24d)]){let _0x17cc76=_0x8e5024[_0x2420cf(0x24d)];while(_0x17cc76&&_0x381555[_0x2420cf(0x25d)](_0x17cc76[_0x2420cf(0x265)],'')&&_0x381555['Honvf'](_0x17cc76[_0x2420cf(0x265)],_0x381555[_0x2420cf(0x23c)])){_0x2b7767['push'](_0x17cc76['name']),_0x17cc76=_0x17cc76[_0x2420cf(0x24d)];}}return _0x2b7767[_0x2420cf(0x284)](),_0x2b7767;}['getRootParentFile']=_0x5339e4=>{const _0x4a2deb=a18_0x515137;if(_0x5339e4[_0x4a2deb(0x259)]){const _0xae6a9=stackTrace[_0x4a2deb(0x290)][_0x4a2deb(0x2ab)](stackTrace,_0x5339e4[_0x4a2deb(0x259)]);return _0xae6a9[0x0]['getFileName']();}if(_0x5339e4['file'])return _0x5339e4[_0x4a2deb(0x2ae)];return null;};[a18_0x515137(0x2aa)]=_0x1fae43=>{const _0x1fe36f=a18_0x515137;if(!_0x1fae43||!_0x1fae43['parent'])return;_0x1fae43['parent'][_0x1fe36f(0x28c)][_0x1fe36f(0x238)](_0x305cbc=>{const _0x20f06a=_0x1fe36f;!_0x305cbc[_0x20f06a(0x22d)]&&(_0x305cbc[_0x20f06a(0x22d)]=TestDetails[_0x20f06a(0x249)](process[_0x20f06a(0x227)]+':hookAnalyticsId'));}),this[_0x1fe36f(0x2aa)](_0x1fae43['parent']);};[a18_0x515137(0x292)]=_0xef68d7=>{const _0x4718fd=a18_0x515137,_0x3628e9={};_0x3628e9[_0x4718fd(0x223)]=_0x4718fd(0x269),_0x3628e9[_0x4718fd(0x274)]=_0x4718fd(0x257);const _0x58095e=_0x3628e9;if(!_0xef68d7||!_0xef68d7[_0x4718fd(0x24d)])return;_0xef68d7[_0x4718fd(0x24d)][_0x4718fd(0x28c)][_0x4718fd(0x238)](_0x3bdcdc=>{const _0x11b157=_0x4718fd;[_0x58095e['ufAgz'],_0x58095e[_0x11b157(0x274)]][_0x11b157(0x228)](_0x3bdcdc[_0x11b157(0x255)])&&_0x3bdcdc[_0x11b157(0x22d)]&&(_0x3bdcdc['hookAnalyticsId']=null);}),this['mapTestHooks'](_0xef68d7[_0x4718fd(0x24d)]);};[a18_0x515137(0x23d)](_0x3f736a){const _0x563cd5=a18_0x515137,_0x1a1e43={'dvVlF':_0x563cd5(0x285),'WvAzO':function(_0x5ded33,_0x1cab88){return _0x5ded33(_0x1cab88);},'uvHab':function(_0x4fe6c0,_0x2d6cd6){return _0x4fe6c0+_0x2d6cd6;},'TIles':_0x563cd5(0x24c)};try{const _0x477bd6=this['getRootParentFile'](_0x3f736a);return _0x477bd6[_0x563cd5(0x228)](_0x1a1e43[_0x563cd5(0x27c)]);}catch(_0x562baa){_0x1a1e43['WvAzO'](debug,_0x1a1e43[_0x563cd5(0x20e)](_0x1a1e43['TIles'],_0x562baa));}return![];}[a18_0x515137(0x1f3)]=_0x101cf6=>{const _0x4a20de=a18_0x515137,_0x35ad64={'sOxvF':function(_0x32370f,_0x759cc9){return _0x32370f(_0x759cc9);}};if(!_0x101cf6||!_0x101cf6[_0x4a20de(0x24d)])return[];const _0x5e22ca=[];return _0x101cf6[_0x4a20de(0x24d)][_0x4a20de(0x28c)]['forEach'](_0xf557b0=>{const _0x25f666=_0x4a20de;_0xf557b0[_0x25f666(0x22d)]&&!_0x35ad64[_0x25f666(0x2a3)](isInternalHook,_0xf557b0['fn'])&&!this['isJestInternalHook'](_0xf557b0)&&_0x5e22ca[_0x25f666(0x256)](_0xf557b0['hookAnalyticsId']);}),[..._0x5e22ca,...this[_0x4a20de(0x1f3)](_0x101cf6['parent'])];};},[a18_0x515137(0x213),'registerListeners',a18_0x515137(0x20d),'getName',a18_0x515137(0x206),a18_0x515137(0x2b3),'appendTestItemLog','appendTestPlatform','analyticsResult','getHierarchy','getRootParentFile',a18_0x515137(0x2aa),a18_0x515137(0x292),a18_0x515137(0x1f3),a18_0x515137(0x1fc)]);
1
+ const a18_0xbeca69=a18_0x333c;(function(_0x5ab19e,_0x15edac){const _0x1f69d7=a18_0x333c,_0x3d43b9=_0x5ab19e();while(!![]){try{const _0x4bf359=-parseInt(_0x1f69d7(0x10f))/0x1+parseInt(_0x1f69d7(0x15f))/0x2+-parseInt(_0x1f69d7(0x166))/0x3+-parseInt(_0x1f69d7(0x156))/0x4*(parseInt(_0x1f69d7(0x141))/0x5)+-parseInt(_0x1f69d7(0xf9))/0x6+-parseInt(_0x1f69d7(0xc1))/0x7+parseInt(_0x1f69d7(0x139))/0x8;if(_0x4bf359===_0x15edac)break;else _0x3d43b9['push'](_0x3d43b9['shift']());}catch(_0x3e92de){_0x3d43b9['push'](_0x3d43b9['shift']());}}}(a18_0x5dc0,0x2c2b3));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a18_0xbeca69(0xbe)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{v4:uuidv4}=require('uuid'),{name,version}=require('../../../../package.json'),stackTrace=require(a18_0xbeca69(0xec)),path=require(a18_0xbeca69(0xf3)),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require(a18_0xbeca69(0xdc)),{getGitMetaData}=require('../../../helpers/helper'),a18_0x57b204={};a18_0x57b204[a18_0xbeca69(0xe1)]=a18_0xbeca69(0xfa),a18_0x57b204[a18_0xbeca69(0x130)]='failed',a18_0x57b204[a18_0xbeca69(0x110)]=a18_0xbeca69(0x11d);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x57b204,a18_0x39d84d={};function a18_0x5dc0(){const _0x44d66b=['split','BDJuv','failure_backtrace','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','38196yiGaQh','STATE_PENDING','inspect','yaBcv','testStarted','BEFORE_EACH','UkLQu','hxFqt','KYcbC','findGitConfig','location_prefix','_currentRetry','current_test','getHierarchy','pending','getTestUUID','name','test_run_uuid','lIFog','forEach','.git','http_response','uploadEventData','ROOT_DESCRIBE_BLOCK','failure','TestRunFinished','iduUc','getFileName','getTestEnv','_gitConfigured','apply','beforeAll','removeAllListeners','STATE_FAILED','push','uvRqp','YruzC','_testEnv','failure_type','SCNol','uuid','failed\x20to\x20get\x20root\x20parent\x20file\x20','5600056MmWPzj','BEFORE_ALL','rkzvb','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','retryOf','ZJCKw','QCRTN','yKiLh','1648960UzjXVb','_gitConfigPath','hARHF','logs','sendTestRunEvent','finished_at','toISOString','testAnalyticsId','type','parent','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','DBayE','LnDfI','LogCreated','includes','bind','HHfQt','getHooksForTest','zSMFM','errorsDetailed','tWLWq','4KDORzC','hook_failure','PDMMz','relative','ypatO','mXKKf','registerListeners','hook_run','KJwja','544948GuvZYN','util','hZYIW','BYCsS','4|2|0|1|3','1|3|5|6|4|0|2','_paths','874404pFvvQn','JEST','tyWDx','getRootParentFile','TestRunSkipped','mapTestHooks','statSync','beforeEach','FofkY','getName','YLLrl','qgYpm','oDhfd','file','afterAll','result','parse','expanded','afterEach','HFYSN','File\x20path\x20could\x20not\x20be\x20found','root','started_at','../../../helpers/test-observability/utils','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','toString','691824SjHLXC','hook_run_uuid','config','Snmre','skipped','hook_type','TestRunStarted','match','AFTER_EACH','asyncError','prefixTestPath',':testAnalyticsId','bs:addPlatformDetails:','jVZew','appendTestPlatform','exports','title','XiLJP','_testResults','failure_reason','sep','\x22\x20hook\x20for\x20\x22','call','configureGit','failed','appendTestItemLog','oequv','../../../helpers/test-observability/error-handler','LtyKG','muQCK','test_run','analyticsResult','STATE_PASSED','cwd','testObservability','ecBNg','EaqPW','test','AFTER_ALL','hookAnalyticsId','NorsX','javascript','jest-circus','stack-trace','hlIql','PrtGq','bs:addLog:','QEYXQ','current_hook',':hookAnalyticsId','path','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','Skchp','state','nmKKW','LHyUr','199668nkquqa','passed','isJestInternalHook','hGbLG','resetTestHooks','xDpGq','pid','failure_reason_expanded','hooks','event_type','length','duration','hUSVc','setTestUUID','mmHGC','backtrace','hook_data','cwFHh'];a18_0x5dc0=function(){return _0x44d66b;};return a18_0x5dc0();}a18_0x39d84d[a18_0xbeca69(0x12e)]=a18_0xbeca69(0x13a),a18_0x39d84d[a18_0xbeca69(0xb5)]=a18_0xbeca69(0xe7),a18_0x39d84d[a18_0xbeca69(0xae)]=a18_0xbeca69(0x114),a18_0x39d84d[a18_0xbeca69(0xb9)]=a18_0xbeca69(0xc9);const HOOK_TYPES_MAP=a18_0x39d84d;function a18_0x333c(_0x57eece,_0x701157){const _0x5dc096=a18_0x5dc0();return a18_0x333c=function(_0x333cd4,_0x2f907d){_0x333cd4=_0x333cd4-0xaa;let _0x416dfd=_0x5dc096[_0x333cd4];return _0x416dfd;},a18_0x333c(_0x57eece,_0x701157);}module[a18_0xbeca69(0xd0)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x3c08e6=a18_0xbeca69,_0x4d7107={'tMEzh':_0x3c08e6(0x164),'Snmre':function(_0x5de492){return _0x5de492();}},_0x23f8b5=_0x4d7107['tMEzh'][_0x3c08e6(0x10b)]('|');let _0x5a6ad7=0x0;while(!![]){switch(_0x23f8b5[_0x5a6ad7++]){case'0':this[_0x3c08e6(0x12c)]=![];continue;case'1':this[_0x3c08e6(0xe3)]=_0x4d7107[_0x3c08e6(0xc4)](isTestObservabilitySession);continue;case'2':this[_0x3c08e6(0x142)]=null;continue;case'3':this[_0x3c08e6(0xd3)]=[];continue;case'4':this[_0x3c08e6(0x109)]=[];continue;case'5':this[_0x3c08e6(0x134)]=this['getTestEnv']();continue;case'6':this[_0x3c08e6(0x165)]=new PathHelper({'cwd':process[_0x3c08e6(0xe2)]()},this['_testEnv'][_0x3c08e6(0x119)]);continue;}break;}}[a18_0xbeca69(0x12b)]=()=>{const _0x40611f=a18_0xbeca69,_0x5c02c5={'yozwn':'generic','QEYXQ':function(_0x29442c){return _0x29442c();}};return{'ci':_0x5c02c5['yozwn'],'key':_0x5c02c5[_0x40611f(0xf0)](uuidv4),'version':version,'collector':'js-'+name};};[a18_0xbeca69(0x15c)](){const _0x39deef=a18_0xbeca69;process[_0x39deef(0x12f)]('bs:addLog:'+process[_0x39deef(0xff)]),process['on'](_0x39deef(0xef)+process[_0x39deef(0xff)],this['appendTestItemLog'][_0x39deef(0x150)](this)),process[_0x39deef(0x12f)](_0x39deef(0xcd)+process[_0x39deef(0xff)]),process['on']('bs:addPlatformDetails:'+process[_0x39deef(0xff)],this[_0x39deef(0xcf)][_0x39deef(0x150)](this));}[a18_0xbeca69(0x113)]=async _0x5c3dd7=>{const _0x41d317=a18_0xbeca69,_0x23a0ac={'ELGcX':function(_0x504521,_0x2d0f3a){return _0x504521>_0x2d0f3a;},'QAkWR':function(_0x379f11,_0x9ace63){return _0x379f11===_0x9ace63;},'UkLQu':_0x41d317(0xc7),'avWDp':function(_0x1fe690,_0x16ca2d){return _0x1fe690(_0x16ca2d);}};try{const _0x368a68=this['current_test'];this[_0x41d317(0x11b)]=_0x5c3dd7,_0x5c3dd7[_0x41d317(0x13d)]=null,_0x5c3dd7[_0x41d317(0x148)]=TestDetails[_0x41d317(0x106)](process[_0x41d317(0xff)]+_0x41d317(0xcc)),_0x5c3dd7['started_at']=new Date()['toISOString'](),_0x23a0ac['ELGcX'](_0x5c3dd7[_0x41d317(0x11a)],0x0)&&_0x368a68&&_0x23a0ac['QAkWR'](_0x368a68[_0x41d317(0xd1)],_0x5c3dd7['title'])?(_0x5c3dd7[_0x41d317(0x13d)]=_0x368a68[_0x41d317(0x148)],await this[_0x41d317(0x145)](_0x5c3dd7,undefined,![],_0x23a0ac['UkLQu']),_0x368a68[_0x41d317(0xf6)]=STATE_FAILED,await this[_0x41d317(0x145)](_0x368a68,undefined,!![])):await this[_0x41d317(0x145)](_0x5c3dd7,undefined,![],_0x23a0ac[_0x41d317(0x115)]);}catch(_0x14d7bb){_0x23a0ac['avWDp'](debug,_0x41d317(0x14b)+_0x14d7bb);}};[a18_0xbeca69(0xb0)](_0xbb8880){const _0x2a9dcc=a18_0xbeca69,_0x105396={};_0x105396[_0x2a9dcc(0x14c)]=function(_0x2d108c,_0x5aac4e){return _0x2d108c!==_0x5aac4e;},_0x105396[_0x2a9dcc(0xe4)]=_0x2a9dcc(0xe6);const _0x1f5d0e=_0x105396;if(_0x1f5d0e[_0x2a9dcc(0x14c)](_0xbb8880[_0x2a9dcc(0x149)],_0x1f5d0e[_0x2a9dcc(0xe4)]))return'\x22'+_0xbb8880['type']+_0x2a9dcc(0xd6)+(_0xbb8880['parent']&&_0xbb8880['parent'][_0x2a9dcc(0x11f)])+'\x22';return _0xbb8880[_0x2a9dcc(0x11f)];}[a18_0xbeca69(0x145)]=async(_0x4e2b3c,_0x1924f9=undefined,_0x1b3cd1=![],_0x5a9615=a18_0xbeca69(0x128))=>{const _0x17bcdc=a18_0xbeca69,_0x3b7252={'qgYpm':_0x17bcdc(0x163),'PrtGq':_0x17bcdc(0x15d),'rkzvb':_0x17bcdc(0xb6),'LtyKG':_0x17bcdc(0xdf),'BDJuv':_0x17bcdc(0xd4),'XiLJP':_0x17bcdc(0x135),'tWLWq':_0x17bcdc(0x127),'xDpGq':function(_0x4af11c,_0x322ce3){return _0x4af11c(_0x322ce3);},'NorsX':_0x17bcdc(0xeb),'HHfQt':_0x17bcdc(0x160),'SCNol':function(_0x3be5a0,_0x1019d3){return _0x3be5a0!==_0x1019d3;},'BYCsS':_0x17bcdc(0xe6),'muQCK':function(_0x1ff569,_0x47a5ad){return _0x1ff569!==_0x47a5ad;},'zrEGJ':'err','YruzC':_0x17bcdc(0xbb),'hxFqt':_0x17bcdc(0xea),'lIFog':function(_0x473f11,_0xb1d74b){return _0x473f11===_0xb1d74b;},'KJwja':_0x17bcdc(0xab),'yKiLh':_0x17bcdc(0xc5),'hUSVc':function(_0x1dc932,_0x3f0ac9){return _0x1dc932>_0x3f0ac9;},'mXKKf':_0x17bcdc(0xd9),'mmHGC':_0x17bcdc(0xfa),'XRDMq':function(_0x1580d1,_0x34ec34){return _0x1580d1-_0x34ec34;},'nmKKW':function(_0x26dd44,_0x34e934){return _0x26dd44(_0x34e934);},'hARHF':'started_at','ciqHn':_0x17bcdc(0x146),'jVZew':'HookRunFinished','KabuY':_0x17bcdc(0x10d),'qEPth':_0x17bcdc(0x108),'MQGVl':_0x17bcdc(0x100),'ZJCKw':_0x17bcdc(0xb8),'FofkY':_0x17bcdc(0x128),'LnDfI':_0x17bcdc(0xc6),'hZYIW':function(_0x110de5,_0x5e4e9e){return _0x110de5>_0x5e4e9e;},'ANhcG':function(_0x4cbbec,_0x32ac77){return _0x4cbbec===_0x32ac77;},'YLLrl':_0x17bcdc(0x12e),'QCRTN':function(_0x3cb615,_0x17e92e){return _0x3cb615(_0x17e92e);}};try{if(_0x4e2b3c['fn']&&_0x4e2b3c['fn'][_0x17bcdc(0xc0)]()[_0x17bcdc(0xc8)](/browserstack internal helper hook/))return;await this['configureGit']();let _0x2f75cc;try{_0x2f75cc=this[_0x17bcdc(0xaa)](_0x4e2b3c);}catch(_0x3c7d9b){_0x3b7252[_0x17bcdc(0xfe)](debug,_0x17bcdc(0x138)+_0x3c7d9b),_0x2f75cc=null;}if(_0x2f75cc[_0x17bcdc(0x14f)](_0x3b7252[_0x17bcdc(0xe9)]))return;const _0x12ff15=_0x3b7252[_0x17bcdc(0xfe)](require,_0x3b7252[_0x17bcdc(0x151)]);let _0x4d80eb=[];if(_0x3b7252['SCNol'](_0x4e2b3c[_0x17bcdc(0x154)],undefined))_0x4d80eb=[_0x4e2b3c['errorsDetailed'],_0x3b7252[_0x17bcdc(0x162)]];else _0x3b7252[_0x17bcdc(0xde)](_0x1924f9,undefined)?_0x4d80eb=[_0x1924f9,_0x3b7252['zrEGJ']]:_0x4d80eb=[];const _0x2f370f=_0x3b7252[_0x17bcdc(0xde)](_0x4e2b3c[_0x17bcdc(0x154)],undefined)?_0x12ff15[_0x17bcdc(0x111)](_0x4e2b3c[_0x17bcdc(0x154)][0x0]):_0x3b7252[_0x17bcdc(0x136)](_0x1924f9,undefined)?_0x1924f9[_0x17bcdc(0xc0)]():undefined,_0x1c6062=_0x2f75cc?this[_0x17bcdc(0x165)][_0x17bcdc(0xcb)](this[_0x17bcdc(0xaa)](_0x4e2b3c)):_0x3b7252[_0x17bcdc(0x133)],_0x30f2a8={'framework':FRAMEWORKS[_0x17bcdc(0x167)],'uuid':_0x4e2b3c[_0x17bcdc(0x148)]||_0x4e2b3c['hookAnalyticsId'],'name':this[_0x17bcdc(0xb0)](_0x4e2b3c),'body':{'lang':_0x3b7252[_0x17bcdc(0x116)],'code':_0x4e2b3c['fn'][_0x17bcdc(0xc0)]()},'scopes':this['getHierarchy'](_0x4e2b3c),'file_name':_0x1c6062,'vc_filepath':this[_0x17bcdc(0x142)]&&_0x2f75cc?path[_0x17bcdc(0x159)](this[_0x17bcdc(0x142)],_0x2f75cc):null,'location':_0x1c6062,'result':_0x3b7252[_0x17bcdc(0x121)](_0x5a9615,_0x3b7252[_0x17bcdc(0x15e)])?_0x3b7252[_0x17bcdc(0x140)]:this['analyticsResult'](_0x4e2b3c[_0x17bcdc(0x154)]&&_0x3b7252[_0x17bcdc(0x105)](_0x4e2b3c[_0x17bcdc(0x154)][_0x17bcdc(0x103)],0x0)?_0x3b7252[_0x17bcdc(0x15b)]:_0x3b7252[_0x17bcdc(0x107)]),'failure_reason':_0x2f370f,'duration_in_ms':_0x4e2b3c[_0x17bcdc(0x104)]||(_0x5a9615[_0x17bcdc(0xc8)](/Finished/)||_0x5a9615[_0x17bcdc(0xc8)](/Skipped/)?_0x3b7252['XRDMq'](Date['now'](),new Date(_0x4e2b3c['started_at'])['getTime']()):null),'started_at':_0x4e2b3c[_0x17bcdc(0xbd)],'finished_at':_0x5a9615['match'](/Finished/)||_0x5a9615['match'](/Skipped/)?new Date()[_0x17bcdc(0x147)]():null,'failure':failureData[_0x17bcdc(0x12d)](null,_0x4d80eb),'failure_type':!_0x2f370f?null:_0x3b7252[_0x17bcdc(0xf7)](getFailureType,_0x2f370f),'retry_of':_0x4e2b3c['retryOf']};_0x3b7252[_0x17bcdc(0x121)](_0x5a9615,_0x3b7252[_0x17bcdc(0x15e)])&&!_0x30f2a8[_0x3b7252[_0x17bcdc(0x143)]]&&(_0x30f2a8[_0x3b7252['hARHF']]=_0x30f2a8[_0x3b7252['ciqHn']]);if(_0x5a9615[_0x17bcdc(0xc8)](/HookRun/))[_0x30f2a8[_0x17bcdc(0xc6)],_0x30f2a8['name']]=[_0x4e2b3c[_0x17bcdc(0x149)],this[_0x17bcdc(0xb0)](_0x4e2b3c)],_0x3b7252[_0x17bcdc(0x121)](_0x5a9615,_0x3b7252[_0x17bcdc(0xce)])&&(_0x3b7252[_0x17bcdc(0xde)](_0x30f2a8[_0x17bcdc(0xb6)],_0x3b7252[_0x17bcdc(0x15b)])&&(_0x30f2a8[_0x17bcdc(0xb6)]=_0x3b7252[_0x17bcdc(0x107)]));else _0x5a9615[_0x17bcdc(0xc8)](/TestRun/)&&this[_0x17bcdc(0xac)](_0x4e2b3c);const _0x4e3ff7=_0x30f2a8[_0x3b7252['tWLWq']][0x0];_0x4e3ff7&&(_0x30f2a8[_0x3b7252['KabuY']]=_0x4e3ff7[_0x3b7252['qEPth']],_0x30f2a8[_0x3b7252['MQGVl']]=_0x4e3ff7[_0x3b7252[_0x17bcdc(0x13e)]]);[_0x3b7252[_0x17bcdc(0xaf)],_0x3b7252[_0x17bcdc(0x15e)]]['includes'](_0x5a9615)&&(this[_0x17bcdc(0xd3)][_0x17bcdc(0x131)](_0x30f2a8),_0x30f2a8[_0x17bcdc(0x101)]=this[_0x17bcdc(0x152)](_0x4e2b3c),this[_0x17bcdc(0xfd)](_0x4e2b3c));const _0x43d042={'event_type':_0x3b7252[_0x17bcdc(0x121)](_0x5a9615,_0x3b7252[_0x17bcdc(0x15e)])?_0x3b7252[_0x17bcdc(0xaf)]:_0x5a9615};_0x5a9615['match'](/HookRun/)?(_0x30f2a8[_0x3b7252['LnDfI']]=HOOK_TYPES_MAP[_0x30f2a8[_0x3b7252[_0x17bcdc(0x14d)]]],_0x43d042[_0x3b7252['PrtGq']]=_0x30f2a8):_0x43d042[_0x3b7252[_0x17bcdc(0xdd)]]=_0x30f2a8;_0x3b7252[_0x17bcdc(0x161)](this[_0x17bcdc(0x109)][_0x17bcdc(0x103)],0x0)&&[_0x3b7252[_0x17bcdc(0xaf)],_0x3b7252[_0x17bcdc(0x15e)]][_0x17bcdc(0x14f)](_0x5a9615)&&(this['hook_data']['forEach'](async _0x920a98=>{const _0x3170b4=_0x17bcdc,_0x7bdf06=_0x3b7252[_0x3170b4(0xb2)][_0x3170b4(0x10b)]('|');let _0x2c35c7=0x0;while(!![]){switch(_0x7bdf06[_0x2c35c7++]){case'0':_0x920a98[_0x3b7252[_0x3170b4(0xee)]][_0x3b7252[_0x3170b4(0x13b)]]=_0x43d042[_0x3b7252[_0x3170b4(0xdd)]][_0x3b7252[_0x3170b4(0x13b)]];continue;case'1':_0x920a98[_0x3b7252[_0x3170b4(0xee)]][_0x3b7252[_0x3170b4(0x10c)]]=_0x43d042[_0x3b7252['LtyKG']][_0x3b7252['BDJuv']];continue;case'2':_0x920a98[_0x3b7252[_0x3170b4(0xee)]][_0x3b7252[_0x3170b4(0xd2)]]=_0x43d042[_0x3b7252[_0x3170b4(0xdd)]][_0x3b7252[_0x3170b4(0xd2)]];continue;case'3':await SessionHandler['uploadEventData'](_0x920a98);continue;case'4':_0x920a98[_0x3b7252[_0x3170b4(0xee)]][_0x3b7252[_0x3170b4(0x155)]]=_0x43d042[_0x3b7252[_0x3170b4(0xdd)]][_0x3b7252[_0x3170b4(0x155)]];continue;}break;}}),this[_0x17bcdc(0x109)]=[]);if(_0x3b7252[_0x17bcdc(0x121)](this[_0x17bcdc(0x157)],_0x4e2b3c[_0x17bcdc(0x149)])){this[_0x17bcdc(0x109)][_0x17bcdc(0x131)](_0x43d042);return;}_0x3b7252['ANhcG'](this[_0x17bcdc(0x157)],_0x3b7252[_0x17bcdc(0xb1)])&&_0x43d042[_0x3b7252[_0x17bcdc(0xdd)]]&&(_0x43d042[_0x3b7252[_0x17bcdc(0xdd)]][_0x3b7252[_0x17bcdc(0x13b)]]=_0x3b7252['yKiLh'],_0x43d042[_0x3b7252['LtyKG']][_0x3b7252[_0x17bcdc(0x155)]]=null,_0x43d042[_0x3b7252[_0x17bcdc(0xdd)]][_0x3b7252[_0x17bcdc(0xd2)]]=null),await SessionHandler[_0x17bcdc(0x125)](_0x43d042);}catch(_0x40c1d9){_0x3b7252[_0x17bcdc(0x13f)](debug,_0x17bcdc(0xf4)+_0x5a9615+'\x20with\x20error\x20:\x20'+_0x40c1d9);}};[a18_0xbeca69(0x118)](_0x3bcdbb){const _0x1f3ab4=a18_0xbeca69,_0x1f787b={};_0x1f787b[_0x1f3ab4(0x168)]=function(_0x307a16,_0x34d96e){return _0x307a16==_0x34d96e;},_0x1f787b[_0x1f3ab4(0x112)]=function(_0x4c9142,_0x586b90){return _0x4c9142===_0x586b90;},_0x1f787b[_0x1f3ab4(0xba)]=_0x1f3ab4(0x123),_0x1f787b['cwFHh']=_0x1f3ab4(0xc3);const _0x42fdc1=_0x1f787b,_0x249aed=path[_0x1f3ab4(0xd5)];if(_0x42fdc1[_0x1f3ab4(0x168)](_0x3bcdbb,null)||_0x42fdc1['yaBcv'](_0x3bcdbb,'')||_0x42fdc1[_0x1f3ab4(0x112)](_0x3bcdbb,_0x249aed))return null;try{return fs[_0x1f3ab4(0xad)](path['join'](_0x3bcdbb,_0x42fdc1[_0x1f3ab4(0xba)],_0x42fdc1[_0x1f3ab4(0x10a)])),_0x3bcdbb;}catch(_0x2b4df2){const _0x56a878=path['dirname'](_0x3bcdbb);return this[_0x1f3ab4(0x118)](_0x56a878);}}[a18_0xbeca69(0xda)]=async _0x13c2d6=>{const _0x195109=a18_0xbeca69,_0x34a857={'GYqjy':_0x195109(0x14e),'EaqPW':function(_0x3cd6e3,_0x32c550){return _0x3cd6e3(_0x32c550);}},_0x3aac65=TestDetails[_0x195109(0x11e)](process[_0x195109(0xff)]+':hookAnalyticsId'),_0x148992=TestDetails['getTestUUID'](process[_0x195109(0xff)]+_0x195109(0xcc));try{(_0x3aac65||this[_0x195109(0xf1)]&&!this[_0x195109(0xf1)]['markedStatus'])&&(_0x13c2d6[_0x195109(0xc2)]=_0x3aac65);!_0x13c2d6[_0x195109(0xc2)]&&_0x148992&&(_0x13c2d6[_0x195109(0x120)]=_0x148992);if(_0x13c2d6[_0x195109(0xc2)]||_0x13c2d6[_0x195109(0x120)]){const _0x4bbe4d={};_0x4bbe4d[_0x195109(0x102)]=_0x34a857['GYqjy'],_0x4bbe4d[_0x195109(0x144)]=[_0x13c2d6],await SessionHandler['uploadEventData'](_0x4bbe4d);}}catch(_0x1a5cd6){_0x34a857[_0x195109(0xe5)](debug,_0x195109(0x13c)+_0x1a5cd6);}};['appendTestPlatform']=async _0x7ca1f9=>{const _0x555e04=a18_0xbeca69,_0x3e5fb9={'LHyUr':_0x555e04(0x124),'PDMMz':'CBTSessionCreated','rnvDK':function(_0x1e53c6,_0x58310b){return _0x1e53c6(_0x58310b);}};try{const _0x13b198={'uuid':_0x7ca1f9[_0x555e04(0x137)]||TestDetails[_0x555e04(0x11e)](process[_0x555e04(0xff)]+_0x555e04(0xcc)),'integrations':_0x7ca1f9[_0x3e5fb9[_0x555e04(0xf8)]]},_0x44daa9={};_0x44daa9[_0x555e04(0x102)]=_0x3e5fb9[_0x555e04(0x158)],_0x44daa9[_0x555e04(0xdf)]=_0x13b198,await SessionHandler[_0x555e04(0x125)](_0x44daa9);}catch(_0xa544e9){_0x3e5fb9['rnvDK'](debug,_0x555e04(0x10e)+_0xa544e9);}};async[a18_0xbeca69(0xd8)](){const _0x3227b3=a18_0xbeca69,_0x43fb49={'hlIql':function(_0x4169af){return _0x4169af();}};if(this[_0x3227b3(0x12c)])return this[_0x3227b3(0x142)];const _0x66942c=await _0x43fb49[_0x3227b3(0xed)](getGitMetaData);_0x66942c&&(this['_gitConfigPath']=_0x66942c[_0x3227b3(0xbc)]),this[_0x3227b3(0x12c)]=!![];}['analyticsResult'](_0x38d7e9){const _0x5f4186=a18_0xbeca69,_0x1276a8={};_0x1276a8[_0x5f4186(0x153)]=_0x5f4186(0xfa),_0x1276a8['ypatO']=_0x5f4186(0x11d),_0x1276a8['hGbLG']='failed';const _0xdf9fd2=_0x1276a8,_0x23db1e={};return _0x23db1e[STATE_PASSED]=_0xdf9fd2[_0x5f4186(0x153)],_0x23db1e[STATE_PENDING]=_0xdf9fd2[_0x5f4186(0x15a)],_0x23db1e[STATE_FAILED]=_0xdf9fd2[_0x5f4186(0xfc)],_0x23db1e[_0x38d7e9];}[a18_0xbeca69(0x11c)](_0x3cd05e){const _0x164028=a18_0xbeca69,_0x1915ed={};_0x1915ed['TTkbe']=function(_0x42e3d7,_0x5e5d3c){return _0x42e3d7!==_0x5e5d3c;},_0x1915ed[_0x164028(0xb3)]=function(_0x3ea516,_0x539a59){return _0x3ea516!==_0x539a59;},_0x1915ed[_0x164028(0x132)]=_0x164028(0x126);const _0x5a41e4=_0x1915ed,_0xfb246d=[];if(_0x3cd05e&&_0x3cd05e[_0x164028(0x14a)]){let _0x4fd0ec=_0x3cd05e[_0x164028(0x14a)];while(_0x4fd0ec&&_0x5a41e4['TTkbe'](_0x4fd0ec[_0x164028(0x11f)],'')&&_0x5a41e4['oDhfd'](_0x4fd0ec[_0x164028(0x11f)],_0x5a41e4[_0x164028(0x132)])){_0xfb246d[_0x164028(0x131)](_0x4fd0ec['name']),_0x4fd0ec=_0x4fd0ec[_0x164028(0x14a)];}}return _0xfb246d['reverse'](),_0xfb246d;}[a18_0xbeca69(0xaa)]=_0x5cffc6=>{const _0x4f47fc=a18_0xbeca69;if(_0x5cffc6[_0x4f47fc(0xca)]){const _0x587225=stackTrace[_0x4f47fc(0xb7)][_0x4f47fc(0xd7)](stackTrace,_0x5cffc6['asyncError']);return _0x587225[0x0][_0x4f47fc(0x12a)]();}if(_0x5cffc6[_0x4f47fc(0xb4)])return _0x5cffc6[_0x4f47fc(0xb4)];return null;};[a18_0xbeca69(0xac)]=_0x13d0be=>{const _0x523be=a18_0xbeca69;if(!_0x13d0be||!_0x13d0be[_0x523be(0x14a)])return;_0x13d0be['parent'][_0x523be(0x101)][_0x523be(0x122)](_0x116c38=>{const _0x3d9abe=_0x523be;!_0x116c38[_0x3d9abe(0xe8)]&&(_0x116c38['hookAnalyticsId']=TestDetails[_0x3d9abe(0x106)](process[_0x3d9abe(0xff)]+_0x3d9abe(0xf2)));}),this[_0x523be(0xac)](_0x13d0be[_0x523be(0x14a)]);};[a18_0xbeca69(0xfd)]=_0x31fc79=>{const _0xaef254=a18_0xbeca69,_0x1e1093={};_0x1e1093[_0xaef254(0xf5)]='beforeEach',_0x1e1093[_0xaef254(0x129)]=_0xaef254(0xb9);const _0x4450e3=_0x1e1093;if(!_0x31fc79||!_0x31fc79['parent'])return;_0x31fc79['parent'][_0xaef254(0x101)][_0xaef254(0x122)](_0x4dc3ca=>{const _0xc18215=_0xaef254;[_0x4450e3[_0xc18215(0xf5)],_0x4450e3['iduUc']][_0xc18215(0x14f)](_0x4dc3ca['type'])&&_0x4dc3ca[_0xc18215(0xe8)]&&(_0x4dc3ca[_0xc18215(0xe8)]=null);}),this[_0xaef254(0xac)](_0x31fc79[_0xaef254(0x14a)]);};[a18_0xbeca69(0xfb)](_0x9fce99){const _0x4a064a=a18_0xbeca69,_0x40fa21={'KYcbC':'jest-circus','wRRlJ':function(_0x1e5647,_0x15e577){return _0x1e5647(_0x15e577);},'oequv':function(_0x164bf5,_0x4bd502){return _0x164bf5+_0x4bd502;},'zNZed':_0x4a064a(0xbf)};try{const _0x1ad2f6=this['getRootParentFile'](_0x9fce99);return _0x1ad2f6[_0x4a064a(0x14f)](_0x40fa21[_0x4a064a(0x117)]);}catch(_0x56f0e0){_0x40fa21['wRRlJ'](debug,_0x40fa21[_0x4a064a(0xdb)](_0x40fa21['zNZed'],_0x56f0e0));}return![];}[a18_0xbeca69(0x152)]=_0x506238=>{const _0xc520ae=a18_0xbeca69,_0x4e48b6={'divSH':function(_0x1e46b5,_0x166993){return _0x1e46b5(_0x166993);}};if(!_0x506238||!_0x506238[_0xc520ae(0x14a)])return[];const _0x300afd=[];return _0x506238[_0xc520ae(0x14a)][_0xc520ae(0x101)][_0xc520ae(0x122)](_0x369005=>{const _0x5b1895=_0xc520ae;_0x369005[_0x5b1895(0xe8)]&&!_0x4e48b6['divSH'](isInternalHook,_0x369005['fn'])&&!this['isJestInternalHook'](_0x369005)&&_0x300afd['push'](_0x369005[_0x5b1895(0xe8)]);}),[..._0x300afd,...this[_0xc520ae(0x152)](_0x506238[_0xc520ae(0x14a)])];};},['getTestEnv',a18_0xbeca69(0x15c),a18_0xbeca69(0x113),a18_0xbeca69(0xb0),a18_0xbeca69(0x145),a18_0xbeca69(0x118),a18_0xbeca69(0xda),a18_0xbeca69(0xcf),a18_0xbeca69(0xe0),a18_0xbeca69(0x11c),'getRootParentFile',a18_0xbeca69(0xac),a18_0xbeca69(0xfd),'getHooksForTest',a18_0xbeca69(0xd8)]);
@@ -1 +1 @@
1
- function a19_0x1433(){const _0x4be359=['homedir','toString','stringify','jciod','196412LVSiZN','removeTestUUID','join','setup','uuid','.json','../../../helpers/helper','_test','1013772TrBqLU','retry','env','11486277QUQEIY','rmSync','.browserstack','getTestUUID','dirPath','unlinkSync','mkdirSync','1690JcgMFz','13113089kStOca','TVhmL','20oPxsTS','14giUEtv','10mVlSaD','getFilePath','getTestRunIdFromTestInfo','recursive','BS_TESTOPS_BUILD_HASHED_ID','10tPzKfX','setTestUUID','exports','BSSCr','JYMfp','force','14MkFdLS','33942fcQspW','readFileSync','shutdown','writeFileSync','219084jtntwX','tests','1795208aVqhvU'];a19_0x1433=function(){return _0x4be359;};return a19_0x1433();}const a19_0x2244c8=a19_0x2f51;function a19_0x2f51(_0x1fbd81,_0x369410){const _0x143314=a19_0x1433();return a19_0x2f51=function(_0x2f510d,_0x55fc6f){_0x2f510d=_0x2f510d-0x1e8;let _0xae01b5=_0x143314[_0x2f510d];return _0xae01b5;},a19_0x2f51(_0x1fbd81,_0x369410);}(function(_0x1efaef,_0x1d330b){const _0x395630=a19_0x2f51,_0xeaaf7d=_0x1efaef();while(!![]){try{const _0x3564ce=parseInt(_0x395630(0x211))/0x1*(-parseInt(_0x395630(0x1f9))/0x2)+-parseInt(_0x395630(0x206))/0x3*(parseInt(_0x395630(0x1f8))/0x4)+-parseInt(_0x395630(0x1ff))/0x5*(-parseInt(_0x395630(0x1eb))/0x6)+parseInt(_0x395630(0x205))/0x7*(-parseInt(_0x395630(0x20c))/0x8)+parseInt(_0x395630(0x1ee))/0x9*(-parseInt(_0x395630(0x1fa))/0xa)+parseInt(_0x395630(0x1f6))/0xb+parseInt(_0x395630(0x20a))/0xc*(parseInt(_0x395630(0x1f5))/0xd);if(_0x3564ce===_0x1d330b)break;else _0xeaaf7d['push'](_0xeaaf7d['shift']());}catch(_0xcc66a7){_0xeaaf7d['push'](_0xeaaf7d['shift']());}}}(a19_0x1433,0xb65ac));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require('uuid'),helper=require(a19_0x2244c8(0x1e9));class TestDetails{static [a19_0x2244c8(0x20b)]={};static [a19_0x2244c8(0x1f2)]=path[a19_0x2244c8(0x213)](helper['homedir'](),a19_0x2244c8(0x1f0),'jest-o11y-'+process[a19_0x2244c8(0x1ed)][a19_0x2244c8(0x1fe)]);static[a19_0x2244c8(0x214)](){const _0x5ba5c8=a19_0x2244c8,_0x13e1ad={};_0x13e1ad[_0x5ba5c8(0x210)]=_0x5ba5c8(0x1f0);const _0x5b0a99=_0x13e1ad;this[_0x5ba5c8(0x1f2)]=path[_0x5ba5c8(0x213)](helper[_0x5ba5c8(0x20d)](),_0x5b0a99['jciod'],'jest-o11y-'+process[_0x5ba5c8(0x1ed)][_0x5ba5c8(0x1fe)]),this[_0x5ba5c8(0x208)]();const _0x26ca88={};_0x26ca88[_0x5ba5c8(0x1fd)]=!![],fs[_0x5ba5c8(0x1f4)](this['dirPath'],_0x26ca88);}static[a19_0x2244c8(0x1fb)](_0x3e6134){const _0x2f3456=a19_0x2244c8,_0x25c5de={};_0x25c5de[_0x2f3456(0x202)]=function(_0x20937a,_0x24b260){return _0x20937a+_0x24b260;},_0x25c5de[_0x2f3456(0x1f7)]=_0x2f3456(0x1e8);const _0x5285f2=_0x25c5de;return path[_0x2f3456(0x213)](this[_0x2f3456(0x1f2)],_0x5285f2['BSSCr'](_0x3e6134,_0x5285f2[_0x2f3456(0x1f7)]));}static[a19_0x2244c8(0x1fc)](_0x2cb188){const _0x116b13=a19_0x2244c8,_0x3759ae={};_0x3759ae[_0x116b13(0x203)]=function(_0x501a55,_0x6759e8){return _0x501a55+_0x6759e8;};const _0x379afa=_0x3759ae;return _0x379afa[_0x116b13(0x203)](_0x379afa['JYMfp'](_0x379afa[_0x116b13(0x203)](_0x379afa['JYMfp'](_0x2cb188[_0x116b13(0x1ea)]['_projectId'],'-'),_0x2cb188['_test']['id']),'-'),_0x2cb188[_0x116b13(0x1ec)]);}static[a19_0x2244c8(0x1f1)](_0x5daf63){const _0x1cda1d=a19_0x2244c8,_0x1b0d55=this['getFilePath'](_0x5daf63);if(fs['existsSync'](_0x1b0d55)){const _0x227e06=JSON['parse'](fs[_0x1cda1d(0x207)](_0x1b0d55)[_0x1cda1d(0x20e)]());return this[_0x1cda1d(0x20b)][_0x5daf63]=_0x227e06,this['tests'][_0x5daf63]['uuid'];}}static[a19_0x2244c8(0x200)](_0x2a63ae){const _0x272465=a19_0x2244c8,_0x377a31={'RXfnQ':function(_0x2c2297){return _0x2c2297();}},_0x2bc5c4=this[_0x272465(0x1fb)](_0x2a63ae);return this[_0x272465(0x20b)][_0x2a63ae]={'uuid':_0x377a31['RXfnQ'](uuidv4)},fs[_0x272465(0x209)](_0x2bc5c4,JSON[_0x272465(0x20f)](this[_0x272465(0x20b)][_0x2a63ae])),this[_0x272465(0x20b)][_0x2a63ae][_0x272465(0x215)];}static[a19_0x2244c8(0x212)](_0x52ded2){const _0x24c06e=a19_0x2244c8,_0x2c59d7=this['getFilePath'](_0x52ded2);fs['existsSync'](_0x2c59d7)&&fs[_0x24c06e(0x1f3)](_0x2c59d7);}static['shutdown'](){const _0x503ad1=a19_0x2244c8,_0x38f85e={};_0x38f85e[_0x503ad1(0x1fd)]=!![],_0x38f85e[_0x503ad1(0x204)]=!![],fs[_0x503ad1(0x1ef)](this[_0x503ad1(0x1f2)],_0x38f85e);}}module[a19_0x2244c8(0x201)]=TestDetails;
1
+ const a19_0x4614d2=a19_0x2133;(function(_0x3a47e4,_0x6ae805){const _0x10848f=a19_0x2133,_0x50fdd5=_0x3a47e4();while(!![]){try{const _0x610832=parseInt(_0x10848f(0x16f))/0x1*(parseInt(_0x10848f(0x172))/0x2)+-parseInt(_0x10848f(0x164))/0x3+-parseInt(_0x10848f(0x165))/0x4*(parseInt(_0x10848f(0x17b))/0x5)+-parseInt(_0x10848f(0x170))/0x6*(-parseInt(_0x10848f(0x181))/0x7)+parseInt(_0x10848f(0x187))/0x8*(-parseInt(_0x10848f(0x180))/0x9)+parseInt(_0x10848f(0x17a))/0xa*(parseInt(_0x10848f(0x18f))/0xb)+parseInt(_0x10848f(0x188))/0xc;if(_0x610832===_0x6ae805)break;else _0x50fdd5['push'](_0x50fdd5['shift']());}catch(_0x4c04f4){_0x50fdd5['push'](_0x50fdd5['shift']());}}}(a19_0x5607,0x4afc6));const fs=require('fs'),path=require(a19_0x4614d2(0x183)),{v4:uuidv4}=require(a19_0x4614d2(0x178)),helper=require(a19_0x4614d2(0x192));function a19_0x5607(){const _0x3f4090=['3594RzZhDB','parse','16iNcZvz','setup','dirPath','getTestRunIdFromTestInfo','_test','setTestUUID','uuid','removeTestUUID','10qnSrnd','2215920WKPdPi','unlinkSync','stringify','.json','getFilePath','9CnRgWY','2051PBtTWp','toString','path','RTQDx','join','force','335528iPqzRk','8158260fItydP','tsQIO','_projectId','BS_TESTOPS_BUILD_HASHED_ID','existsSync','rmSync','dxnku','2641265CjRRPv','CnLYq','env','../../../helpers/helper','tests','writeFileSync','readFileSync','jest-o11y-','912774oYPpEt','4hTdYki','YqTGH','shutdown','RFrhS','ALOnh','getTestUUID','homedir','mkdirSync','retry','recursive','131CtwSZR'];a19_0x5607=function(){return _0x3f4090;};return a19_0x5607();}class TestDetails{static ['tests']={};static [a19_0x4614d2(0x174)]=path[a19_0x4614d2(0x185)](helper[a19_0x4614d2(0x16b)](),'.browserstack',a19_0x4614d2(0x163)+process[a19_0x4614d2(0x191)][a19_0x4614d2(0x18b)]);static[a19_0x4614d2(0x173)](){const _0x2ede7f=a19_0x4614d2,_0x2b38e0={};_0x2b38e0[_0x2ede7f(0x189)]='.browserstack';const _0x486d00=_0x2b38e0;this[_0x2ede7f(0x174)]=path['join'](helper[_0x2ede7f(0x16b)](),_0x486d00[_0x2ede7f(0x189)],'jest-o11y-'+process['env'][_0x2ede7f(0x18b)]),this[_0x2ede7f(0x167)]();const _0x36fa26={};_0x36fa26[_0x2ede7f(0x16e)]=!![],fs[_0x2ede7f(0x16c)](this[_0x2ede7f(0x174)],_0x36fa26);}static[a19_0x4614d2(0x17f)](_0x5794ea){const _0x4e35e5=a19_0x4614d2,_0x52319b={};_0x52319b[_0x4e35e5(0x166)]=function(_0x5a1baf,_0x25f8af){return _0x5a1baf+_0x25f8af;},_0x52319b['dxnku']=_0x4e35e5(0x17e);const _0x1fdd2b=_0x52319b;return path['join'](this[_0x4e35e5(0x174)],_0x1fdd2b[_0x4e35e5(0x166)](_0x5794ea,_0x1fdd2b[_0x4e35e5(0x18e)]));}static[a19_0x4614d2(0x175)](_0x1e3a6c){const _0x32a5f9=a19_0x4614d2,_0x1d3cea={};_0x1d3cea[_0x32a5f9(0x184)]=function(_0x336e0c,_0x4ae691){return _0x336e0c+_0x4ae691;},_0x1d3cea[_0x32a5f9(0x169)]=function(_0x5ed12a,_0x398aea){return _0x5ed12a+_0x398aea;},_0x1d3cea[_0x32a5f9(0x190)]=function(_0x3b0650,_0x3be41e){return _0x3b0650+_0x3be41e;};const _0x259e67=_0x1d3cea;return _0x259e67[_0x32a5f9(0x184)](_0x259e67[_0x32a5f9(0x169)](_0x259e67[_0x32a5f9(0x190)](_0x259e67[_0x32a5f9(0x169)](_0x1e3a6c[_0x32a5f9(0x176)][_0x32a5f9(0x18a)],'-'),_0x1e3a6c[_0x32a5f9(0x176)]['id']),'-'),_0x1e3a6c[_0x32a5f9(0x16d)]);}static[a19_0x4614d2(0x16a)](_0x37e8ed){const _0x2c8a3e=a19_0x4614d2,_0x4830fe=this['getFilePath'](_0x37e8ed);if(fs[_0x2c8a3e(0x18c)](_0x4830fe)){const _0x2ba41f=JSON[_0x2c8a3e(0x171)](fs[_0x2c8a3e(0x195)](_0x4830fe)[_0x2c8a3e(0x182)]());return this[_0x2c8a3e(0x193)][_0x37e8ed]=_0x2ba41f,this[_0x2c8a3e(0x193)][_0x37e8ed]['uuid'];}}static[a19_0x4614d2(0x177)](_0x257a6f){const _0x10af03=a19_0x4614d2,_0x1729da={'RFrhS':function(_0x3add89){return _0x3add89();}},_0x4105bb=this[_0x10af03(0x17f)](_0x257a6f);return this[_0x10af03(0x193)][_0x257a6f]={'uuid':_0x1729da[_0x10af03(0x168)](uuidv4)},fs[_0x10af03(0x194)](_0x4105bb,JSON[_0x10af03(0x17d)](this[_0x10af03(0x193)][_0x257a6f])),this['tests'][_0x257a6f][_0x10af03(0x178)];}static[a19_0x4614d2(0x179)](_0x4ae464){const _0x331c89=a19_0x4614d2,_0x5674af=this[_0x331c89(0x17f)](_0x4ae464);fs[_0x331c89(0x18c)](_0x5674af)&&fs[_0x331c89(0x17c)](_0x5674af);}static['shutdown'](){const _0x571ef7=a19_0x4614d2,_0x4628a6={};_0x4628a6[_0x571ef7(0x16e)]=!![],_0x4628a6[_0x571ef7(0x186)]=!![],fs[_0x571ef7(0x18d)](this['dirPath'],_0x4628a6);}}function a19_0x2133(_0x2b57e9,_0x4403c3){const _0x5607cd=a19_0x5607();return a19_0x2133=function(_0x2133b4,_0x407398){_0x2133b4=_0x2133b4-0x163;let _0x46c2af=_0x5607cd[_0x2133b4];return _0x46c2af;},a19_0x2133(_0x2b57e9,_0x4403c3);}module['exports']=TestDetails;
@@ -1 +1 @@
1
- const a20_0x4c5f0b=a20_0x17be;(function(_0x512542,_0x1d0cfa){const _0x34d0d1=a20_0x17be,_0x609efc=_0x512542();while(!![]){try{const _0x4826c6=parseInt(_0x34d0d1(0xde))/0x1+-parseInt(_0x34d0d1(0xe2))/0x2+-parseInt(_0x34d0d1(0xe1))/0x3+-parseInt(_0x34d0d1(0xe4))/0x4+-parseInt(_0x34d0d1(0xdd))/0x5*(-parseInt(_0x34d0d1(0xe6))/0x6)+-parseInt(_0x34d0d1(0xe5))/0x7+-parseInt(_0x34d0d1(0xdf))/0x8*(-parseInt(_0x34d0d1(0xe0))/0x9);if(_0x4826c6===_0x1d0cfa)break;else _0x609efc['push'](_0x609efc['shift']());}catch(_0x14f0fc){_0x609efc['push'](_0x609efc['shift']());}}}(a20_0x2b25,0x81720));const {requireModule}=require('../../helpers/helper');function a20_0x17be(_0x22aa4c,_0x1e3b1f){const _0x2b25d8=a20_0x2b25();return a20_0x17be=function(_0x17be74,_0x433a29){_0x17be74=_0x17be74-0xdc;let _0x562433=_0x2b25d8[_0x17be74];return _0x562433;},a20_0x17be(_0x22aa4c,_0x1e3b1f);}function a20_0x2b25(){const _0x204f7b=['5rGkJxW','508415uklxwg','816wzdqcH','140589vbFmpZ','559800cxQVXU','1434964sjrWPu','../../helpers/setKeepAlive','3193956oyPbma','6403348ABHwab','6274716veODiV','keys'];a20_0x2b25=function(){return _0x204f7b;};return a20_0x2b25();}require(a20_0x4c5f0b(0xe3))();const __wd__=requireModule('selenium-webdriver');for(const key of Object[a20_0x4c5f0b(0xdc)](global['__webdriver'])){__wd__[key]=global['__webdriver'][key];}
1
+ const a20_0x2bb124=a20_0x3f62;(function(_0x578072,_0x201dd7){const _0x1a462a=a20_0x3f62,_0x4f4d00=_0x578072();while(!![]){try{const _0x237eb4=parseInt(_0x1a462a(0xc3))/0x1+-parseInt(_0x1a462a(0xce))/0x2+-parseInt(_0x1a462a(0xcd))/0x3+-parseInt(_0x1a462a(0xcc))/0x4+parseInt(_0x1a462a(0xc4))/0x5*(-parseInt(_0x1a462a(0xcb))/0x6)+parseInt(_0x1a462a(0xd0))/0x7+-parseInt(_0x1a462a(0xc5))/0x8*(-parseInt(_0x1a462a(0xc8))/0x9);if(_0x237eb4===_0x201dd7)break;else _0x4f4d00['push'](_0x4f4d00['shift']());}catch(_0xf9fefd){_0x4f4d00['push'](_0x4f4d00['shift']());}}}(a20_0xc6b1,0xf0985));function a20_0x3f62(_0x49b226,_0x280205){const _0xc6b14e=a20_0xc6b1();return a20_0x3f62=function(_0x3f6269,_0x564436){_0x3f6269=_0x3f6269-0xc3;let _0x29f2c9=_0xc6b14e[_0x3f6269];return _0x29f2c9;},a20_0x3f62(_0x49b226,_0x280205);}const {requireModule}=require(a20_0x2bb124(0xc9));require(a20_0x2bb124(0xc7))();function a20_0xc6b1(){const _0x463b5e=['9126GfyvID','../../helpers/helper','keys','18TwRtgb','2874576JBBeMN','2996694sPIuKx','3000496HoWuyV','selenium-webdriver','4451391ygvvdQ','12192enFLuI','1825070rnbMXW','36688eBRvwm','__webdriver','../../helpers/setKeepAlive'];a20_0xc6b1=function(){return _0x463b5e;};return a20_0xc6b1();}const __wd__=requireModule(a20_0x2bb124(0xcf));for(const key of Object[a20_0x2bb124(0xca)](global['__webdriver'])){__wd__[key]=global[a20_0x2bb124(0xc6)][key];}
@@ -1 +1 @@
1
- const a21_0x2037f5=a21_0xa64b;(function(_0x27c3d9,_0x193767){const _0x42c7b9=a21_0xa64b,_0x49bd66=_0x27c3d9();while(!![]){try{const _0x499704=parseInt(_0x42c7b9(0x104))/0x1*(-parseInt(_0x42c7b9(0x183))/0x2)+-parseInt(_0x42c7b9(0xee))/0x3*(parseInt(_0x42c7b9(0xfe))/0x4)+-parseInt(_0x42c7b9(0x154))/0x5*(parseInt(_0x42c7b9(0x12d))/0x6)+-parseInt(_0x42c7b9(0xe1))/0x7*(parseInt(_0x42c7b9(0xe9))/0x8)+parseInt(_0x42c7b9(0x157))/0x9*(parseInt(_0x42c7b9(0x12b))/0xa)+-parseInt(_0x42c7b9(0x10b))/0xb*(parseInt(_0x42c7b9(0x17e))/0xc)+parseInt(_0x42c7b9(0x142))/0xd*(parseInt(_0x42c7b9(0xf8))/0xe);if(_0x499704===_0x193767)break;else _0x49bd66['push'](_0x49bd66['shift']());}catch(_0x4f246b){_0x49bd66['push'](_0x49bd66['shift']());}}}(a21_0x4606,0x482b6));const path=require(a21_0x2037f5(0x164)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a21_0x2037f5(0x15c)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a21_0x2037f5(0x14d)),RequestQueueHandler=require(a21_0x2037f5(0x136)),{isTestObservabilitySession}=require(a21_0x2037f5(0x171)),helper=require(a21_0x2037f5(0x15c));class Launcher{constructor(_0x376580,_0x2ec1a5,_0xa21b5c,_0x3b6989=[]){const _0x507fc5=a21_0x2037f5,_0x265da6={'EkZMu':_0x507fc5(0x118),'nSbSD':function(_0x11d13e){return _0x11d13e();},'SwSPY':function(_0x124374){return _0x124374();}},_0xbe50e2=_0x265da6['EkZMu'][_0x507fc5(0x115)]('|');let _0x5788b6=0x0;while(!![]){switch(_0xbe50e2[_0x5788b6++]){case'0':global[_0x507fc5(0x129)]=0x0;continue;case'1':this[_0x507fc5(0x11b)]=_0x3b6989;continue;case'2':global[_0x507fc5(0xf9)]=0x0;continue;case'3':this[_0x507fc5(0x160)]=this[_0x507fc5(0x121)][_0x507fc5(0x153)];continue;case'4':global[_0x507fc5(0x163)]=0x0;continue;case'5':global[_0x507fc5(0x182)]=0x0;continue;case'6':global[_0x507fc5(0x162)]=0x0;continue;case'7':global[_0x507fc5(0x150)]=0x0;continue;case'8':global[_0x507fc5(0x116)]=0x0;continue;case'9':global[_0x507fc5(0x10f)]=0x0;continue;case'10':this['_framework']=_0x376580;continue;case'11':global[_0x507fc5(0xfb)]=this[_0x507fc5(0x121)]['platformCaps']||{};continue;case'12':this[_0x507fc5(0x103)]=_0x265da6['nSbSD'](isTestObservabilitySession);continue;case'13':global[_0x507fc5(0xf5)]=0x0;continue;case'14':this[_0x507fc5(0x11e)]=_0x2ec1a5[_0x507fc5(0x108)];continue;case'15':this[_0x507fc5(0x121)]=_0x2ec1a5[_0x507fc5(0x159)]||{};continue;case'16':global[_0x507fc5(0x184)]=this['_configuration'][_0x507fc5(0x18a)];continue;case'17':this[_0x507fc5(0xec)]=_0x265da6[_0x507fc5(0x188)](isAccessibilityAutomationSession);continue;case'18':global['testsErrorMessage']={};continue;case'19':this[_0x507fc5(0x13f)]=_0xa21b5c;continue;case'20':global['testsSkipped']=0x0;continue;case'21':this[_0x507fc5(0x11c)]=_0x2ec1a5[_0x507fc5(0x123)];continue;}break;}}[a21_0x2037f5(0xe4)](){const _0x2c7ec6=a21_0x2037f5,_0x3777c3={'AlfVq':function(_0x46d318,_0x22b863){return _0x46d318(_0x22b863);},'mKmsn':function(_0x4c7211,_0x24cad5){return _0x4c7211<=_0x24cad5;},'CzJWi':function(_0x184dec,_0x22e3a8){return _0x184dec(_0x22e3a8);},'noaqd':function(_0x26d6d3,_0x541539,_0x25a70d){return _0x26d6d3(_0x541539,_0x25a70d);},'bcjCJ':function(_0x344a63,_0x3e3363){return _0x344a63(_0x3e3363);},'WkGFo':function(_0x1cb28a,_0x4331ca){return _0x1cb28a>_0x4331ca;},'LGpGG':_0x2c7ec6(0x16f),'tPagF':function(_0x214c42,_0x12c822){return _0x214c42===_0x12c822;},'QGXsy':_0x2c7ec6(0x13d),'lobDQ':function(_0x256c86,_0xb00133){return _0x256c86(_0xb00133);},'otxGz':_0x2c7ec6(0x119),'CJhDf':function(_0x4b6413,_0x48a6dc){return _0x4b6413(_0x48a6dc);},'UnYbZ':function(_0x29c044){return _0x29c044();},'HhVio':function(_0x322a49){return _0x322a49();},'FYOEq':function(_0x5edf7e,_0x486dd6){return _0x5edf7e(_0x486dd6);},'TDEgP':_0x2c7ec6(0x197),'ZdnIu':function(_0x2e48b7){return _0x2e48b7();},'sgOii':function(_0xd1d45c,_0x43b0e0){return _0xd1d45c(_0x43b0e0);},'WoWif':_0x2c7ec6(0x10c),'tMPYY':function(_0x5578f4,_0x27bd45){return _0x5578f4*_0x27bd45;},'WtoTT':_0x2c7ec6(0x151),'XKRIq':function(_0x4aa278,_0x391f0c){return _0x4aa278||_0x391f0c;},'tyPnW':_0x2c7ec6(0x135),'AlfSi':_0x2c7ec6(0x15d),'lcvAT':_0x2c7ec6(0x192),'dzRbL':_0x2c7ec6(0x193),'vxtyX':_0x2c7ec6(0x18e),'dwtjY':_0x2c7ec6(0x199),'KNKHW':function(_0x1e3ec0){return _0x1e3ec0();},'ZXjec':function(_0x330408,_0x449f7c){return _0x330408(_0x449f7c);},'enwdi':'../../index','DwyDy':_0x2c7ec6(0xf7),'kuSWR':_0x2c7ec6(0x165),'vXGSq':function(_0x2dc6f8,_0x4d81c4){return _0x2dc6f8(_0x4d81c4);},'hevIU':_0x2c7ec6(0x147),'EbIke':_0x2c7ec6(0x190),'nPLuh':function(_0x4e011d,_0x271a7a){return _0x4e011d(_0x271a7a);},'hbRxJ':_0x2c7ec6(0x13b),'xZmGX':_0x2c7ec6(0x16d),'QJXqm':_0x2c7ec6(0x176),'jPptY':_0x2c7ec6(0x167),'cWLTD':'@cucumber/cucumber/lib/cli/configuration_builder.js','RtIcn':_0x2c7ec6(0x145),'WYIlD':'../cucumber-js/formatter/custom_formatter_old_versions.js','KvJny':_0x2c7ec6(0x174),'aTcsM':'--parallel','IXclw':function(_0x55ecc3,_0x19c877){return _0x55ecc3>_0x19c877;},'sWSrm':function(_0x253cbd,_0x5b796f){return _0x253cbd<_0x5b796f;},'WVuKz':function(_0x1f57ee,_0x52f842){return _0x1f57ee!==_0x52f842;},'bMZbU':function(_0xb19c73,_0x3d053a){return _0xb19c73>_0x3d053a;},'kPMSt':function(_0x5454ac,_0x5aa8b8){return _0x5454ac===_0x5aa8b8;},'zcorM':'vanilla','gTmyl':function(_0x3b57c4){return _0x3b57c4();},'ujBGB':'beforeExit','Evtfm':function(_0x54d5ba,_0x365a34){return _0x54d5ba(_0x365a34);},'hevEH':function(_0x2b8c23,_0x1ad024){return _0x2b8c23(_0x1ad024);}};return new Promise(async(_0x599307,_0x103ded)=>{const _0x635a83=_0x2c7ec6,_0x358b75={'pdAVy':function(_0x1f37b3,_0x2d23f5){return _0x3777c3['mKmsn'](_0x1f37b3,_0x2d23f5);},'gPUGV':function(_0x5b949c,_0x350d5b){const _0x3ded83=a21_0xa64b;return _0x3777c3[_0x3ded83(0x128)](_0x5b949c,_0x350d5b);},'eHlkh':function(_0x50f755,_0xd341e0,_0x366122){const _0x48b667=a21_0xa64b;return _0x3777c3[_0x48b667(0x13c)](_0x50f755,_0xd341e0,_0x366122);},'UmfFx':function(_0x454245,_0x58b491){const _0x3fa370=a21_0xa64b;return _0x3777c3[_0x3fa370(0xed)](_0x454245,_0x58b491);},'MRynE':function(_0x3a79f5,_0x198497){const _0x2cf71d=a21_0xa64b;return _0x3777c3[_0x2cf71d(0x170)](_0x3a79f5,_0x198497);},'BEeCR':function(_0x184287,_0xbbf3dc){const _0x5a339d=a21_0xa64b;return _0x3777c3[_0x5a339d(0x14a)](_0x184287,_0xbbf3dc);}};_0x3777c3[_0x635a83(0xed)](require,_0x3777c3[_0x635a83(0x17f)])();if(_0x3777c3[_0x635a83(0xe6)](this[_0x635a83(0x110)],_0x3777c3['QGXsy'])){const _0x223667=_0x3777c3[_0x635a83(0x191)](requireModule,_0x3777c3[_0x635a83(0x181)]),_0x3456ef=_0x3777c3[_0x635a83(0x10a)](requireModule,_0x3777c3['QGXsy']);_0x3777c3[_0x635a83(0x18c)](isBrowserstackInfra)&&_0x3777c3[_0x635a83(0x186)](modifyCommand);const _0x3128ef=_0x3777c3['FYOEq'](require,_0x3777c3['TDEgP'])[_0x635a83(0x172)],_0x15fc95={};_0x15fc95[_0x635a83(0xe3)]=[_0x3128ef['beforeAll']],_0x15fc95['beforeEach']=[_0x3128ef['beforeEach']],_0x15fc95[_0x635a83(0xe7)]=[_0x3128ef[_0x635a83(0xe7)]],_0x15fc95[_0x635a83(0x143)]=[_0x3128ef['afterEach']];const _0x11408a=_0x15fc95;if(_0x3777c3[_0x635a83(0xeb)](isTestObservabilitySession)){const _0x2d5eb1=_0x3777c3[_0x635a83(0x11a)](require,_0x3777c3[_0x635a83(0xf2)])[_0x635a83(0x172)];_0x11408a[_0x635a83(0xe3)][_0x635a83(0x17a)](_0x2d5eb1[_0x635a83(0xe3)]),_0x11408a['afterAll'][_0x635a83(0x15f)](_0x2d5eb1[_0x635a83(0xe7)]);}const _0x134f66=await _0x223667['handleRequires'](this[_0x635a83(0x11e)][_0x635a83(0x109)]);Object[_0x635a83(0x12e)](this['_mochaOpts'],_0x134f66);this[_0x635a83(0x11e)][_0x635a83(0x148)]&&(this[_0x635a83(0x11e)][_0x635a83(0x148)]['beforeAll']&&_0x11408a[_0x635a83(0xe3)][_0x635a83(0x17a)](...this[_0x635a83(0x11e)][_0x635a83(0x148)][_0x635a83(0xe3)]),this[_0x635a83(0x11e)][_0x635a83(0x148)][_0x635a83(0xe5)]&&_0x11408a[_0x635a83(0xe5)][_0x635a83(0x17a)](...this['_mochaOpts'][_0x635a83(0x148)][_0x635a83(0xe5)]),this['_mochaOpts'][_0x635a83(0x148)][_0x635a83(0xe7)]&&_0x11408a['afterAll']['push'](...this[_0x635a83(0x11e)][_0x635a83(0x148)][_0x635a83(0xe7)]),this['_mochaOpts'][_0x635a83(0x148)]['afterEach']&&_0x11408a['afterEach'][_0x635a83(0x15f)](...this[_0x635a83(0x11e)]['rootHooks']['afterEach']));const _0x35ea68=this[_0x635a83(0x11e)]['reporter'];let _0x4030d7=_0x3777c3['tMPYY'](this['_mochaOpts'][_0x635a83(0x134)],0x1);_0x3777c3[_0x635a83(0xe6)](this[_0x635a83(0x11e)]['timeout'],0x0)?_0x4030d7=0x0:_0x4030d7+=constants['BSTACK_DELTA'];const _0xbb00cb={...this['_mochaOpts'],'reporter':path[_0x635a83(0x140)](__dirname,_0x3777c3['WtoTT']),'reporterOption':{...this[_0x635a83(0x11e)][_0x635a83(0x138)],'type':_0x3777c3[_0x635a83(0x195)](_0x35ea68,_0x3777c3[_0x635a83(0x187)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x635a83(0x13f)]},'parallel':![],'rootHooks':_0x11408a,'isWorker':!![],'timeout':_0x4030d7};global[_0x635a83(0x16a)]=helper[_0x635a83(0x117)](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0x146)]]),global[_0x635a83(0x193)]=helper[_0x635a83(0x117)](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0xf0)],_0x3777c3[_0x635a83(0x13a)]]),global[_0x635a83(0x18e)]=helper['nestedKeyValue'](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0xf0)],_0x3777c3[_0x635a83(0x106)]]),global[_0x635a83(0x199)]=helper[_0x635a83(0x117)](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0xf0)],_0x3777c3[_0x635a83(0x137)]]),global[_0x635a83(0x11f)]=[this[_0x635a83(0x160)]];helper[_0x635a83(0x189)]()&&(this[_0x635a83(0x13f)][_0x635a83(0x12f)]['skipSessionName']&&(global[_0x635a83(0x14e)]=!![]),this['_bsConfig'][_0x635a83(0x12f)]['skipSessionStatus']&&(global[_0x635a83(0x132)]=!![]));this['_bsConfig']['turboScaleUrl']&&(this['_configuration'][_0x635a83(0x14c)]=this[_0x635a83(0x13f)][_0x635a83(0x14c)]);const _0x207c51=new _0x3456ef(_0xbb00cb);_0x207c51[_0x635a83(0x15a)]=_0x207c51[_0x635a83(0xe4)];_0x3777c3[_0x635a83(0x179)](isTestObservabilitySession)?_0x207c51[_0x635a83(0xe4)]=function(_0x10d917){const _0x302b2d=_0x635a83;return _0x207c51[_0x302b2d(0x15a)](_0x233a2a=>{const _0x199dbb=_0x302b2d,_0x4ae5a6={'gWwMo':function(_0x233484,_0x27209d){const _0x371f3c=a21_0xa64b;return _0x358b75[_0x371f3c(0x155)](_0x233484,_0x27209d);},'wpugn':function(_0x21f1a9,_0x252638){const _0x65385b=a21_0xa64b;return _0x358b75[_0x65385b(0x107)](_0x21f1a9,_0x252638);}},_0x94486f=_0x358b75[_0x199dbb(0x149)](setInterval,async()=>{const _0x3ec08f=_0x199dbb;_0x4ae5a6[_0x3ec08f(0x102)](RequestQueueHandler[_0x3ec08f(0xf3)]()[_0x3ec08f(0x18f)],0x0)&&(_0x4ae5a6[_0x3ec08f(0x16c)](clearInterval,_0x94486f),await _0x4ae5a6[_0x3ec08f(0x16c)](cleanupDrivers,global[_0x3ec08f(0x194)]),_0x4ae5a6[_0x3ec08f(0x16c)](_0x599307,_0x233a2a));},0x3e8);});}:_0x207c51[_0x635a83(0xe4)]=function(_0x5e6e15){const _0x507781=_0x635a83;return _0x207c51[_0x507781(0x15a)](async _0x47cfad=>{const _0x44fbe5=_0x507781;await _0x358b75[_0x44fbe5(0x175)](cleanupDrivers,global[_0x44fbe5(0x194)]),_0x358b75['UmfFx'](_0x599307,_0x47cfad);});};try{_0x3777c3[_0x635a83(0x158)](require,_0x3777c3['enwdi'])['browserstackAgentV2'](this[_0x635a83(0x121)],null,this[_0x635a83(0x103)]);}catch{}const _0x42c551=_0x223667['runMocha'](_0x207c51,_0xbb00cb);_0x42c551&&_0x42c551[_0x635a83(0x19a)](_0x3b864f=>{const _0x11bc6f=_0x635a83;_0x3777c3[_0x11bc6f(0x14a)](_0x103ded,_0x3b864f);});}else{if(_0x3777c3[_0x635a83(0xe6)](this['_framework'],_0x3777c3[_0x635a83(0x161)])){let _0x4dccdd;try{_0x4dccdd=_0x3777c3[_0x635a83(0xed)](requireModule,_0x3777c3[_0x635a83(0x101)]);}catch(_0xc3d786){_0x4dccdd=_0x3777c3['vXGSq'](requireModule,_0x3777c3['hevIU']);}const _0x10b9ac=this[_0x635a83(0x11b)],_0x5e4166=_0x10b9ac[_0x635a83(0xea)](_0x3777c3[_0x635a83(0x161)]);_0x3777c3[_0x635a83(0x170)](_0x5e4166,-0x1)&&_0x10b9ac[_0x635a83(0xef)](_0x5e4166,0x1);const _0x5132bf=_0x3777c3[_0x635a83(0x156)];try{const _0x17ec2f=_0x3777c3[_0x635a83(0x178)](requireModule,_0x3777c3[_0x635a83(0x10e)]),_0x5b31d8=_0x17ec2f['resolvePaths'];_0x17ec2f.resolvePaths=async function(){const pathResults=await _0x5b31d8.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x5132bf)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](path[_0x635a83(0x140)](__dirname,_0x3777c3[_0x635a83(0x14f)]));}catch(_0x1ceacd){let _0x14da59=_0x3777c3[_0x635a83(0x122)],_0x535d90;try{_0x535d90=_0x3777c3[_0x635a83(0x178)](requireModule,_0x3777c3['cWLTD'])[_0x635a83(0x127)],_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](path['join'](__dirname,_0x3777c3[_0x635a83(0x14f)]));}catch(_0x136d33){_0x535d90=_0x3777c3[_0x635a83(0x158)](requireModule,_0x3777c3[_0x635a83(0x133)])['default'],_0x10b9ac['push'](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](path[_0x635a83(0x140)](__dirname,_0x3777c3['WYIlD'])),_0x14da59=_0x3777c3[_0x635a83(0x131)];}const _0x2a6dcf=_0x535d90['prototype'][_0x635a83(0x126)];_0x535d90[_0x635a83(0x12a)][_0x635a83(0x126)]=async function(){const _0x12d5d3=_0x635a83,_0x3e7783=await _0x2a6dcf[_0x12d5d3(0x11d)](this);return _0x3e7783[_0x12d5d3(0x16b)][_0x12d5d3(0x17a)](path[_0x12d5d3(0x140)](__dirname,_0x14da59)),_0x3e7783[_0x12d5d3(0x16b)]['push'](path[_0x12d5d3(0x140)](__dirname,_0x5132bf)),_0x3e7783;};}_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0x114)]),_0x10b9ac['push'](''+this[_0x635a83(0x121)][_0x635a83(0xe8)]);if(this[_0x635a83(0x11c)]&&_0x3777c3[_0x635a83(0x144)](this[_0x635a83(0x11c)][_0x635a83(0x177)],0x0))for(let _0x4927fc=0x0;_0x3777c3[_0x635a83(0x16e)](_0x4927fc,this[_0x635a83(0x11c)][_0x635a83(0x177)]);_0x4927fc++){const _0x32389f=_0x3777c3[_0x635a83(0x11a)](getPlatformName,this[_0x635a83(0x160)])[_0x635a83(0x125)](/ /g,'_');if(_0x3777c3['WVuKz'](this[_0x635a83(0x11c)][_0x4927fc],undefined)&&_0x3777c3[_0x635a83(0x113)](this[_0x635a83(0x11c)][_0x4927fc][_0x635a83(0x177)],0x0)){const _0x4230aa=this['_formatter'][_0x4927fc][0x1],_0x3a3dbf=''+this[_0x635a83(0x11c)][_0x4927fc][0x0];if(_0x3777c3[_0x635a83(0x18b)](_0x4230aa,undefined)){const _0x2363b0=_0x635a83(0x111)+_0x32389f+path[_0x635a83(0x166)](_0x4230aa);_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](_0x3a3dbf+':'+_0x2363b0);}else _0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac['push'](_0x3a3dbf+_0x635a83(0x180)+_0x32389f);}}const _0x481f3a=new _0x4dccdd[(_0x635a83(0x127))]({'argv':_0x10b9ac,'cwd':process[_0x635a83(0xf1)](),'stdout':process[_0x635a83(0xf6)],'stderr':process[_0x635a83(0x141)],'env':process[_0x635a83(0x12c)]});process[_0x635a83(0x12c)][_0x635a83(0x130)]=JSON[_0x635a83(0xfd)](this[_0x635a83(0x121)]),_0x481f3a[_0x635a83(0xe4)]()[_0x635a83(0x13e)](_0x93fe87=>{const _0x51e4f0=_0x635a83,_0x2e8399={};_0x2e8399[_0x51e4f0(0x112)]=global[_0x51e4f0(0xf5)],_0x2e8399[_0x51e4f0(0x185)]=global['totalTests'],_0x2e8399['scenariosFailed']=global[_0x51e4f0(0x162)],_0x2e8399[_0x51e4f0(0x17d)]=global[_0x51e4f0(0x129)],_0x2e8399['stepsPassed']=global['testsPassed'],_0x2e8399[_0x51e4f0(0x120)]=global[_0x51e4f0(0x15b)],_0x2e8399['stepsPending']=global[_0x51e4f0(0x182)],_0x2e8399[_0x51e4f0(0x196)]=global[_0x51e4f0(0x150)],_0x2e8399[_0x51e4f0(0x168)]=global['testsUnknown'],_0x2e8399[_0x51e4f0(0x18d)]=global[_0x51e4f0(0x163)],_0x2e8399['processSuccess']=_0x93fe87[_0x51e4f0(0x124)],_0x2e8399[_0x51e4f0(0xfa)]=global[_0x51e4f0(0xfa)];const _0xf260f1=_0x2e8399;_0x3777c3[_0x51e4f0(0x14a)](_0x599307,_0xf260f1);})[_0x635a83(0x19a)](_0x450feb=>{const _0x49b213=_0x635a83;_0x358b75[_0x49b213(0x107)](_0x103ded,_0x450feb);});}else{if(_0x3777c3[_0x635a83(0x173)](this[_0x635a83(0x110)],_0x3777c3[_0x635a83(0x139)])){process['argv']=this['_configuration'][_0x635a83(0x169)];try{_0x3777c3[_0x635a83(0x100)](modifyCommand),_0x3777c3[_0x635a83(0x11a)](require,_0x3777c3[_0x635a83(0x17b)])[_0x635a83(0x14b)](this[_0x635a83(0x121)]);let _0x292604=0x0;process['on'](_0x3777c3[_0x635a83(0xe2)],async()=>{const _0x306a8f=_0x635a83;if(_0x358b75[_0x306a8f(0x198)](_0x292604,0x0))return;_0x292604++,await _0x358b75[_0x306a8f(0x152)](cleanupDrivers,global[_0x306a8f(0x194)]);}),_0x3777c3[_0x635a83(0x105)](require,this[_0x635a83(0x121)][_0x635a83(0xff)]);}catch(_0x110980){console[_0x635a83(0x17c)](_0x110980),process[_0x635a83(0x15e)]=0x1,_0x3777c3[_0x635a83(0x10d)](_0x103ded,_0x110980);}_0x3777c3[_0x635a83(0x186)](_0x599307);}}}});}}function a21_0xa64b(_0x156dc2,_0x38e04c){const _0x460612=a21_0x4606();return a21_0xa64b=function(_0xa64b0c,_0x526f9c){_0xa64b0c=_0xa64b0c-0xe1;let _0x4259c3=_0x460612[_0xa64b0c];return _0x4259c3;},a21_0xa64b(_0x156dc2,_0x38e04c);}function a21_0x4606(){const _0x143c01=['enwdi','error','stepsFailed','2025132CYQPXs','LGpGG',':tmp/','otxGz','testsPending','89246VRkkkI','__platform__','steps','HhVio','tyPnW','SwSPY','isBrowserstackInfra','platform','WVuKz','UnYbZ','stepsAmbiguous','percy','pendingUploads','../cucumber-js/timeout.setup.js','lobDQ','browserStackPercyOptions','browserstackPercyBestPlatform','__driversArray','XKRIq','stepsUndefined','../mocha/test.setup','MRynE','percyCaptureMode','catch','7YRMTKX','ujBGB','beforeAll','run','beforeEach','tPagF','afterAll','maxWorkers','3701488xmLQJW','indexOf','ZdnIu','_accessibilityAutomation','bcjCJ','591psTZBb','splice','lcvAT','cwd','WoWif','getInstance','exports','testSuites','stdout','cucumber-js','8488004bhcRPc','testsUnknown','testsErrorMessage','__platformCaps','xZmGX','stringify','3484RvOMMw','file','gTmyl','kuSWR','gWwMo','_testObservability','1BIEmCH','Evtfm','vxtyX','gPUGV','mochaOpts','require','CJhDf','22xtnigY','../mocha/test-observability/data-hooks','hevEH','hbRxJ','testsPassed','_framework','tmp/','scenarios','bMZbU','aTcsM','split','totalTests','nestedKeyValue','10|15|14|21|3|16|1|19|12|17|11|13|8|9|0|5|20|6|7|2|4|18','mocha/lib/cli/run-helpers.js','sgOii','_argv','_formatter','call','_mochaOpts','capabilities','stepsSkipped','_configuration','jPptY','formatter','success','replace','build','default','CzJWi','testsFailed','prototype','3678470Nwnavu','env','522VGEnyV','assign','testContextOptions','CONFIG','KvJny','__skipSessionStatus','RtIcn','timeout','spec','../../helpers/test-observability/requestQueueHandler','dwtjY','reporterOptions','zcorM','dzRbL','@cucumber/cucumber/lib/api/paths.js','noaqd','mocha','then','_bsConfig','join','stderr','26UPNCmd','afterEach','IXclw','cucumber/lib/cli/configuration_builder.js','AlfSi','cucumber/lib/cli/index.js','rootHooks','eHlkh','AlfVq','browserstackAgent','turboScaleUrl','../../helpers/accessibility-automation/helper','__skipSessionName','QJXqm','testsUndefined','../mocha/bstack-reporter/customReporter.js','BEeCR','capability','15425QZFzXg','pdAVy','EbIke','9JOKqsA','ZXjec','configuration','prevRun','testsSkipped','../../helpers/helper','platformIndex','exitCode','push','_capability','DwyDy','testSuitesFailed','testsAmbiguous','path','@cucumber/cucumber/lib/cli/index.js','extname','../cucumber-js/test.setup.js','stepsUnknown','args','browserstackPlatformIndex','supportCodePaths','wpugn','--format','sWSrm','../../helpers/setKeepAlive','WkGFo','../../helpers/test-observability/utils','mochaHooks','kPMSt','../cucumber-js/test_old.setup.js','UmfFx','../cucumber-js/formatter/custom_formatter.js','length','nPLuh','KNKHW','unshift'];a21_0x4606=function(){return _0x143c01;};return a21_0x4606();}module[a21_0x2037f5(0xf4)]=Launcher;
1
+ function a21_0x27ea(_0x56e88a,_0x6e4aec){const _0x5576da=a21_0x5576();return a21_0x27ea=function(_0x27ea38,_0x80bcda){_0x27ea38=_0x27ea38-0x1f0;let _0x1c8e55=_0x5576da[_0x27ea38];return _0x1c8e55;},a21_0x27ea(_0x56e88a,_0x6e4aec);}const a21_0x2ecbeb=a21_0x27ea;(function(_0x51844b,_0x5ac42d){const _0x1a9733=a21_0x27ea,_0x39bbdf=_0x51844b();while(!![]){try{const _0xef1199=parseInt(_0x1a9733(0x269))/0x1*(parseInt(_0x1a9733(0x26c))/0x2)+parseInt(_0x1a9733(0x264))/0x3+-parseInt(_0x1a9733(0x212))/0x4+-parseInt(_0x1a9733(0x1f2))/0x5*(-parseInt(_0x1a9733(0x296))/0x6)+parseInt(_0x1a9733(0x203))/0x7*(-parseInt(_0x1a9733(0x27d))/0x8)+parseInt(_0x1a9733(0x263))/0x9+-parseInt(_0x1a9733(0x231))/0xa;if(_0xef1199===_0x5ac42d)break;else _0x39bbdf['push'](_0x39bbdf['shift']());}catch(_0xa85252){_0x39bbdf['push'](_0x39bbdf['shift']());}}}(a21_0x5576,0x1dd51));function a21_0x5576(){const _0x44b1b4=['tBKuA','vuXQH','getInstance','stepsUndefined','capability','testsPending','AuJXt','__platformCaps','18|4|13|1|20|12|3|0|6|16|21|19|9|11|2|7|14|17|5|15|10|8','ceNXU','call','ihlcC','tmp/','then','isBrowserstackInfra','696420ZxffUn','424656mJyHdc','scenariosFailed','steps','_capability','reporterOptions','172vjTgAx','BSTACK_DELTA','testsErrorMessage','1384ybSAsX','stepsUnknown','_configuration','success','stderr','../mocha/test.setup','env','_argv','@cucumber/cucumber/lib/cli/index.js','_mochaOpts','exitCode','JGBrK','percy','KYDOV','vanilla','SutNq','mpveI','8dJKgnt','__skipSessionName','cwd','stepsAmbiguous','run','../cucumber-js/formatter/custom_formatter_old_versions.js','testsUndefined','OzXFX','stringify','wdEPL','testSuites','resolvePaths','stdout','rTVef','browserStackPercyOptions','cucumber-js','../cucumber-js/formatter/custom_formatter.js','OoUOT','Sprdm','muRoq','VkVIW','IahFV','require','../../helpers/test-observability/utils','../cucumber-js/timeout.setup.js','23250EjHrpt','platformIndex','assign','--format','qlMMM','280KRAWKb','beforeEach','join','../mocha/test-observability/data-hooks','reporter','oQANe','nestedKeyValue','../utils/constants','GWgsQ','afterEach','SAIVF','prevRun','percyCaptureMode','exports','testsAmbiguous','testsPassed','_bsConfig','359156tlIbTk','beforeAll','ebxOl','_framework','LCKEJ','../../helpers/helper','UtbNB','jucMa','_testObservability','testSuitesFailed','gJyuE','testsUnknown','length','file','stepsFailed','368832HQePoa','_formatter','stepsPassed','capabilities','path','WgCtZ','error','nZpln','supportCodePaths','@cucumber/cucumber/lib/cli/configuration_builder.js','split','mochaHooks','turboScaleUrl','push','qpSUQ','default','ONrTM','qevNg','NMvFK','totalTests','__driversArray','../../index','ulvio','rzuaZ','YKPXj','platformCaps','unshift','gTwPv','testsSkipped','stepsPending','SDmvS','2892470KcdAMj','stepsSkipped','mochaOpts','../cucumber-js/test.setup.js','Oixgx','afterAll','splice','formatter','testsFailed','cucumber/lib/cli/index.js','XlQHF','EEmpF','timeout','HprCV','replace','build','spec','catch','rSmmG','pendingUploads','testContextOptions','scenarios','YLHKy','UMqFD','browserstackAgent','CONFIG','ANmWY','cijqw','rootHooks','HeJVe','mocha/lib/cli/run-helpers.js','cucumber/lib/cli/configuration_builder.js','maxWorkers','../mocha/bstack-reporter/customReporter.js','Irsvq'];a21_0x5576=function(){return _0x44b1b4;};return a21_0x5576();}const path=require(a21_0x2ecbeb(0x216)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require('../../helpers/helper'),constants=require(a21_0x2ecbeb(0x1f9)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{isTestObservabilitySession}=require(a21_0x2ecbeb(0x294)),helper=require(a21_0x2ecbeb(0x208));class Launcher{constructor(_0xa69a41,_0x170dff,_0x94a596,_0x5ec955=[]){const _0x24ad13=a21_0x2ecbeb,_0x232ea9={'nZpln':_0x24ad13(0x25c),'JGBrK':function(_0x242cf9){return _0x242cf9();}},_0x22faa9=_0x232ea9[_0x24ad13(0x219)][_0x24ad13(0x21c)]('|');let _0x382cda=0x0;while(!![]){switch(_0x22faa9[_0x382cda++]){case'0':this[_0x24ad13(0x202)]=_0x94a596;continue;case'1':this[_0x24ad13(0x213)]=_0x170dff[_0x24ad13(0x238)];continue;case'2':global[_0x24ad13(0x239)]=0x0;continue;case'3':this[_0x24ad13(0x273)]=_0x5ec955;continue;case'4':this[_0x24ad13(0x26e)]=_0x170dff['configuration']||{};continue;case'5':global['testsUndefined']=0x0;continue;case'6':this[_0x24ad13(0x20b)]=_0x232ea9[_0x24ad13(0x277)](isTestObservabilitySession);continue;case'7':global['testsPending']=0x0;continue;case'8':global[_0x24ad13(0x26b)]={};continue;case'9':global[_0x24ad13(0x225)]=0x0;continue;case'10':global[_0x24ad13(0x200)]=0x0;continue;case'11':global['testsPassed']=0x0;continue;case'12':global['__platform__']=this[_0x24ad13(0x26e)]['platform'];continue;case'13':this[_0x24ad13(0x275)]=_0x170dff[_0x24ad13(0x233)];continue;case'14':global['testsSkipped']=0x0;continue;case'15':global[_0x24ad13(0x20e)]=0x0;continue;case'16':this['_accessibilityAutomation']=_0x232ea9['JGBrK'](isAccessibilityAutomationSession);continue;case'17':global[_0x24ad13(0x20c)]=0x0;continue;case'18':this[_0x24ad13(0x206)]=_0xa69a41;continue;case'19':global[_0x24ad13(0x287)]=0x0;continue;case'20':this[_0x24ad13(0x267)]=this[_0x24ad13(0x26e)][_0x24ad13(0x258)];continue;case'21':global[_0x24ad13(0x25b)]=this[_0x24ad13(0x26e)][_0x24ad13(0x22b)]||{};continue;}break;}}['run'](){const _0x199a35=a21_0x2ecbeb,_0x5ecd8e={'OzXFX':function(_0x2bfeba,_0x5a2699){return _0x2bfeba(_0x5a2699);},'EFVVF':function(_0x3fda73,_0x41d9e8){return _0x3fda73<=_0x41d9e8;},'muRoq':function(_0x4a0e9a,_0x344508,_0x4a247b){return _0x4a0e9a(_0x344508,_0x4a247b);},'rpTOQ':function(_0x1ae416,_0x517fc7){return _0x1ae416>_0x517fc7;},'jucMa':function(_0x1ba2cd,_0x5c99fc){return _0x1ba2cd(_0x5c99fc);},'EEmpF':'../../helpers/setKeepAlive','AuJXt':function(_0x40399,_0x4a1d56){return _0x40399===_0x4a1d56;},'NMvFK':'mocha','ihlcC':_0x199a35(0x24f),'VkVIW':function(_0x5db3f1,_0x32fbf3){return _0x5db3f1(_0x32fbf3);},'HeJVe':function(_0x455399){return _0x455399();},'Oixgx':_0x199a35(0x271),'ulvio':_0x199a35(0x1f5),'lbbHC':function(_0x37ec29,_0x211f2f){return _0x37ec29*_0x211f2f;},'LCKEJ':_0x199a35(0x252),'uyoBx':function(_0x2b6b40,_0x3e20e4){return _0x2b6b40||_0x3e20e4;},'KYDOV':_0x199a35(0x241),'SAIVF':_0x199a35(0x297),'HprCV':_0x199a35(0x28b),'rWXYZ':'browserstackPercyBestPlatform','qevNg':_0x199a35(0x278),'vuXQH':'percyCaptureMode','qlMMM':function(_0x26bc23){return _0x26bc23();},'NRPcr':function(_0x18be4a,_0x3c0606){return _0x18be4a(_0x3c0606);},'YKPXj':_0x199a35(0x227),'wdEPL':function(_0x5f1075,_0x963a47){return _0x5f1075===_0x963a47;},'gJyuE':_0x199a35(0x28c),'Sprdm':_0x199a35(0x274),'tBKuA':function(_0x1cb78e,_0x426bab){return _0x1cb78e(_0x426bab);},'WqITB':_0x199a35(0x23a),'cijqw':function(_0x227448,_0x125092){return _0x227448>_0x125092;},'RstyF':_0x199a35(0x295),'XlQHF':function(_0x252b90,_0xf29f5f){return _0x252b90(_0xf29f5f);},'UMqFD':'@cucumber/cucumber/lib/api/paths.js','oQANe':_0x199a35(0x1f0),'rTVef':_0x199a35(0x28d),'qpSUQ':_0x199a35(0x234),'HbjPy':_0x199a35(0x21b),'IUJzJ':_0x199a35(0x250),'UtbNB':_0x199a35(0x282),'SDmvS':'../cucumber-js/test_old.setup.js','OoUOT':'--parallel','ONrTM':function(_0x338045,_0x9fde2){return _0x338045<_0x9fde2;},'ARplB':function(_0x5b17a1,_0x583fa0){return _0x5b17a1(_0x583fa0);},'GkOmI':function(_0x265490,_0x10c301){return _0x265490!==_0x10c301;},'Irsvq':_0x199a35(0x27a),'IahFV':function(_0x39dc4e){return _0x39dc4e();},'GWgsQ':function(_0xe42ecc,_0xd94486){return _0xe42ecc(_0xd94486);},'WgCtZ':'beforeExit','lFhtG':function(_0x4d8916,_0x2dfd99){return _0x4d8916(_0x2dfd99);},'YLHKy':function(_0x735e7e){return _0x735e7e();}};return new Promise(async(_0x44ca9f,_0x453a72)=>{const _0x2e3c28=_0x199a35,_0x4e39a0={'gTwPv':function(_0x245c11,_0x1c3196){return _0x5ecd8e['EFVVF'](_0x245c11,_0x1c3196);},'rSmmG':function(_0x2206ab,_0x11d876){const _0x5808db=a21_0x27ea;return _0x5ecd8e[_0x5808db(0x284)](_0x2206ab,_0x11d876);},'sOSmM':function(_0x1750a7,_0x3baf63,_0x916f1d){const _0x310e8d=a21_0x27ea;return _0x5ecd8e[_0x310e8d(0x290)](_0x1750a7,_0x3baf63,_0x916f1d);},'mpveI':function(_0x12b798,_0xa018c){const _0x29cf61=a21_0x27ea;return _0x5ecd8e[_0x29cf61(0x284)](_0x12b798,_0xa018c);},'ebxOl':function(_0x109e05,_0x41ae08){return _0x5ecd8e['rpTOQ'](_0x109e05,_0x41ae08);}};_0x5ecd8e['jucMa'](require,_0x5ecd8e[_0x2e3c28(0x23c)])();if(_0x5ecd8e[_0x2e3c28(0x25a)](this[_0x2e3c28(0x206)],_0x5ecd8e['NMvFK'])){const _0x5b1950=_0x5ecd8e[_0x2e3c28(0x20a)](requireModule,_0x5ecd8e[_0x2e3c28(0x25f)]),_0x58f661=_0x5ecd8e['VkVIW'](requireModule,_0x5ecd8e[_0x2e3c28(0x224)]);_0x5ecd8e[_0x2e3c28(0x24e)](isBrowserstackInfra)&&_0x5ecd8e[_0x2e3c28(0x24e)](modifyCommand);const _0x561566=_0x5ecd8e[_0x2e3c28(0x291)](require,_0x5ecd8e[_0x2e3c28(0x235)])[_0x2e3c28(0x21d)],_0x2730bf={};_0x2730bf[_0x2e3c28(0x204)]=[_0x561566['beforeAll']],_0x2730bf['beforeEach']=[_0x561566[_0x2e3c28(0x1f3)]],_0x2730bf[_0x2e3c28(0x236)]=[_0x561566[_0x2e3c28(0x236)]],_0x2730bf['afterEach']=[_0x561566[_0x2e3c28(0x1fb)]];const _0x51c93c=_0x2730bf;if(_0x5ecd8e[_0x2e3c28(0x24e)](isTestObservabilitySession)){const _0x22bf8f=_0x5ecd8e['jucMa'](require,_0x5ecd8e[_0x2e3c28(0x228)])[_0x2e3c28(0x21d)];_0x51c93c[_0x2e3c28(0x204)][_0x2e3c28(0x22c)](_0x22bf8f['beforeAll']),_0x51c93c['afterAll'][_0x2e3c28(0x21f)](_0x22bf8f[_0x2e3c28(0x236)]);}const _0x4dfd2d=await _0x5b1950['handleRequires'](this[_0x2e3c28(0x275)][_0x2e3c28(0x293)]);Object[_0x2e3c28(0x298)](this[_0x2e3c28(0x275)],_0x4dfd2d);this[_0x2e3c28(0x275)][_0x2e3c28(0x24d)]&&(this[_0x2e3c28(0x275)][_0x2e3c28(0x24d)][_0x2e3c28(0x204)]&&_0x51c93c[_0x2e3c28(0x204)]['unshift'](...this[_0x2e3c28(0x275)]['rootHooks'][_0x2e3c28(0x204)]),this[_0x2e3c28(0x275)][_0x2e3c28(0x24d)]['beforeEach']&&_0x51c93c['beforeEach'][_0x2e3c28(0x22c)](...this[_0x2e3c28(0x275)][_0x2e3c28(0x24d)][_0x2e3c28(0x1f3)]),this[_0x2e3c28(0x275)][_0x2e3c28(0x24d)][_0x2e3c28(0x236)]&&_0x51c93c[_0x2e3c28(0x236)][_0x2e3c28(0x21f)](...this[_0x2e3c28(0x275)][_0x2e3c28(0x24d)]['afterAll']),this['_mochaOpts'][_0x2e3c28(0x24d)]['afterEach']&&_0x51c93c[_0x2e3c28(0x1fb)][_0x2e3c28(0x21f)](...this[_0x2e3c28(0x275)]['rootHooks'][_0x2e3c28(0x1fb)]));const _0x55271e=this[_0x2e3c28(0x275)][_0x2e3c28(0x1f6)];let _0x7b1878=_0x5ecd8e['lbbHC'](this[_0x2e3c28(0x275)][_0x2e3c28(0x23d)],0x1);_0x5ecd8e[_0x2e3c28(0x25a)](this[_0x2e3c28(0x275)]['timeout'],0x0)?_0x7b1878=0x0:_0x7b1878+=constants[_0x2e3c28(0x26a)];const _0x390478={...this[_0x2e3c28(0x275)],'reporter':path['join'](__dirname,_0x5ecd8e[_0x2e3c28(0x207)]),'reporterOption':{...this[_0x2e3c28(0x275)][_0x2e3c28(0x268)],'type':_0x5ecd8e['uyoBx'](_0x55271e,_0x5ecd8e[_0x2e3c28(0x279)]),'testObservability':this[_0x2e3c28(0x20b)],'bsConfig':this[_0x2e3c28(0x202)]},'parallel':![],'rootHooks':_0x51c93c,'isWorker':!![],'timeout':_0x7b1878};global['browserstackPlatformIndex']=helper[_0x2e3c28(0x1f8)](this[_0x2e3c28(0x26e)],[_0x5ecd8e[_0x2e3c28(0x1fc)]]),global['browserstackPercyBestPlatform']=helper[_0x2e3c28(0x1f8)](this[_0x2e3c28(0x26e)],[_0x5ecd8e[_0x2e3c28(0x23e)],_0x5ecd8e['rWXYZ']]),global[_0x2e3c28(0x278)]=helper[_0x2e3c28(0x1f8)](this[_0x2e3c28(0x26e)],[_0x5ecd8e[_0x2e3c28(0x23e)],_0x5ecd8e[_0x2e3c28(0x223)]]),global[_0x2e3c28(0x1fe)]=helper[_0x2e3c28(0x1f8)](this[_0x2e3c28(0x26e)],[_0x5ecd8e[_0x2e3c28(0x23e)],_0x5ecd8e[_0x2e3c28(0x255)]]),global[_0x2e3c28(0x215)]=[this[_0x2e3c28(0x267)]];helper[_0x2e3c28(0x262)]()&&(this['_bsConfig'][_0x2e3c28(0x245)]['skipSessionName']&&(global[_0x2e3c28(0x27e)]=!![]),this[_0x2e3c28(0x202)]['testContextOptions']['skipSessionStatus']&&(global['__skipSessionStatus']=!![]));this['_bsConfig'][_0x2e3c28(0x21e)]&&(this[_0x2e3c28(0x26e)]['turboScaleUrl']=this[_0x2e3c28(0x202)][_0x2e3c28(0x21e)]);const _0x2d8c60=new _0x58f661(_0x390478);_0x2d8c60[_0x2e3c28(0x1fd)]=_0x2d8c60['run'];_0x5ecd8e[_0x2e3c28(0x1f1)](isTestObservabilitySession)?_0x2d8c60['run']=function(_0x1cd98a){const _0x4fd267=_0x2e3c28,_0x148d6a={'ANmWY':function(_0x195a8f,_0x42dfe8){const _0x401c96=a21_0x27ea;return _0x4e39a0[_0x401c96(0x22d)](_0x195a8f,_0x42dfe8);},'SutNq':function(_0x1e6f71,_0x421b9b){const _0x5a478c=a21_0x27ea;return _0x4e39a0[_0x5a478c(0x243)](_0x1e6f71,_0x421b9b);},'rzuaZ':function(_0x3dd8b9,_0x1f3fff,_0x2cc566){return _0x4e39a0['sOSmM'](_0x3dd8b9,_0x1f3fff,_0x2cc566);}};return _0x2d8c60[_0x4fd267(0x1fd)](_0x27e55c=>{const _0x41ee45=_0x4fd267,_0x3ac1dc=_0x148d6a[_0x41ee45(0x229)](setInterval,async()=>{const _0x5d1bac=_0x41ee45;_0x148d6a[_0x5d1bac(0x24b)](RequestQueueHandler[_0x5d1bac(0x256)]()[_0x5d1bac(0x244)],0x0)&&(_0x148d6a[_0x5d1bac(0x27b)](clearInterval,_0x3ac1dc),await _0x148d6a[_0x5d1bac(0x27b)](cleanupDrivers,global[_0x5d1bac(0x226)]),_0x148d6a[_0x5d1bac(0x27b)](_0x44ca9f,_0x27e55c));},0x3e8);});}:_0x2d8c60[_0x2e3c28(0x281)]=function(_0x57f39d){const _0x3bfafa=_0x2e3c28,_0x514944={'ceNXU':function(_0x528537,_0x4a86b9){const _0x331fc4=a21_0x27ea;return _0x5ecd8e[_0x331fc4(0x284)](_0x528537,_0x4a86b9);}};return _0x2d8c60[_0x3bfafa(0x1fd)](async _0x52621c=>{const _0x3ba6ce=_0x3bfafa;await _0x514944[_0x3ba6ce(0x25d)](cleanupDrivers,global[_0x3ba6ce(0x226)]),_0x514944[_0x3ba6ce(0x25d)](_0x44ca9f,_0x52621c);});};try{_0x5ecd8e['NRPcr'](require,_0x5ecd8e['YKPXj'])['browserstackAgentV2'](this['_configuration'],null,this[_0x2e3c28(0x20b)]);}catch{}const _0x48a96b=_0x5b1950['runMocha'](_0x2d8c60,_0x390478);_0x48a96b&&_0x48a96b[_0x2e3c28(0x242)](_0x1973a7=>{const _0x364616=_0x2e3c28;_0x4e39a0[_0x364616(0x27c)](_0x453a72,_0x1973a7);});}else{if(_0x5ecd8e['wdEPL'](this[_0x2e3c28(0x206)],_0x5ecd8e['gJyuE'])){let _0x1a853a;try{_0x1a853a=_0x5ecd8e['NRPcr'](requireModule,_0x5ecd8e[_0x2e3c28(0x28f)]);}catch(_0x5b15cf){_0x1a853a=_0x5ecd8e[_0x2e3c28(0x254)](requireModule,_0x5ecd8e['WqITB']);}const _0x2fc73a=this[_0x2e3c28(0x273)],_0x6a461e=_0x2fc73a['indexOf'](_0x5ecd8e[_0x2e3c28(0x20d)]);_0x5ecd8e[_0x2e3c28(0x24c)](_0x6a461e,-0x1)&&_0x2fc73a[_0x2e3c28(0x237)](_0x6a461e,0x1);const _0x59988a=_0x5ecd8e['RstyF'];try{const _0x243dcf=_0x5ecd8e[_0x2e3c28(0x23b)](requireModule,_0x5ecd8e[_0x2e3c28(0x248)]),_0x443531=_0x243dcf[_0x2e3c28(0x288)];_0x243dcf.resolvePaths=async function(){const pathResults=await _0x443531.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x59988a)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x2fc73a[_0x2e3c28(0x21f)](_0x5ecd8e[_0x2e3c28(0x1f7)]),_0x2fc73a[_0x2e3c28(0x21f)](path[_0x2e3c28(0x1f4)](__dirname,_0x5ecd8e[_0x2e3c28(0x28a)]));}catch(_0x5158e5){let _0x9e67f1=_0x5ecd8e[_0x2e3c28(0x220)],_0x277bc5;try{_0x277bc5=_0x5ecd8e['NRPcr'](requireModule,_0x5ecd8e['HbjPy'])[_0x2e3c28(0x221)],_0x2fc73a[_0x2e3c28(0x21f)](_0x5ecd8e[_0x2e3c28(0x1f7)]),_0x2fc73a[_0x2e3c28(0x21f)](path['join'](__dirname,_0x5ecd8e['rTVef']));}catch(_0x10ad1b){_0x277bc5=_0x5ecd8e['jucMa'](requireModule,_0x5ecd8e['IUJzJ'])[_0x2e3c28(0x221)],_0x2fc73a['push'](_0x5ecd8e['oQANe']),_0x2fc73a[_0x2e3c28(0x21f)](path['join'](__dirname,_0x5ecd8e[_0x2e3c28(0x209)])),_0x9e67f1=_0x5ecd8e[_0x2e3c28(0x230)];}const _0x390914=_0x277bc5['prototype'][_0x2e3c28(0x240)];_0x277bc5['prototype'][_0x2e3c28(0x240)]=async function(){const _0x18836b=_0x2e3c28,_0xaa2300=await _0x390914[_0x18836b(0x25e)](this);return _0xaa2300['supportCodePaths']['unshift'](path['join'](__dirname,_0x9e67f1)),_0xaa2300[_0x18836b(0x21a)][_0x18836b(0x21f)](path[_0x18836b(0x1f4)](__dirname,_0x59988a)),_0xaa2300;};}_0x2fc73a['push'](_0x5ecd8e[_0x2e3c28(0x28e)]),_0x2fc73a['push'](''+this[_0x2e3c28(0x26e)][_0x2e3c28(0x251)]);if(this['_formatter']&&_0x5ecd8e[_0x2e3c28(0x24c)](this[_0x2e3c28(0x213)][_0x2e3c28(0x20f)],0x0))for(let _0x5920bc=0x0;_0x5ecd8e[_0x2e3c28(0x222)](_0x5920bc,this[_0x2e3c28(0x213)]['length']);_0x5920bc++){const _0xe8cb95=_0x5ecd8e['ARplB'](getPlatformName,this[_0x2e3c28(0x267)])[_0x2e3c28(0x23f)](/ /g,'_');if(_0x5ecd8e['GkOmI'](this[_0x2e3c28(0x213)][_0x5920bc],undefined)&&_0x5ecd8e[_0x2e3c28(0x24c)](this[_0x2e3c28(0x213)][_0x5920bc]['length'],0x0)){const _0x27baf2=this[_0x2e3c28(0x213)][_0x5920bc][0x1],_0x3373c3=''+this[_0x2e3c28(0x213)][_0x5920bc][0x0];if(_0x5ecd8e['GkOmI'](_0x27baf2,undefined)){const _0x16d1ee=_0x2e3c28(0x260)+_0xe8cb95+path['extname'](_0x27baf2);_0x2fc73a[_0x2e3c28(0x21f)](_0x5ecd8e[_0x2e3c28(0x1f7)]),_0x2fc73a[_0x2e3c28(0x21f)](_0x3373c3+':'+_0x16d1ee);}else _0x2fc73a['push'](_0x5ecd8e[_0x2e3c28(0x1f7)]),_0x2fc73a[_0x2e3c28(0x21f)](_0x3373c3+':tmp/'+_0xe8cb95);}}const _0x4c94c8=new _0x1a853a[(_0x2e3c28(0x221))]({'argv':_0x2fc73a,'cwd':process[_0x2e3c28(0x27f)](),'stdout':process[_0x2e3c28(0x289)],'stderr':process[_0x2e3c28(0x270)],'env':process[_0x2e3c28(0x272)]});process['env'][_0x2e3c28(0x24a)]=JSON[_0x2e3c28(0x285)](this[_0x2e3c28(0x26e)]),_0x4c94c8[_0x2e3c28(0x281)]()[_0x2e3c28(0x261)](_0x25187f=>{const _0x51a476=_0x2e3c28,_0xe561bc={};_0xe561bc[_0x51a476(0x246)]=global[_0x51a476(0x287)],_0xe561bc[_0x51a476(0x266)]=global[_0x51a476(0x225)],_0xe561bc[_0x51a476(0x265)]=global['testSuitesFailed'],_0xe561bc[_0x51a476(0x211)]=global[_0x51a476(0x239)],_0xe561bc[_0x51a476(0x214)]=global[_0x51a476(0x201)],_0xe561bc[_0x51a476(0x232)]=global[_0x51a476(0x22e)],_0xe561bc[_0x51a476(0x22f)]=global[_0x51a476(0x259)],_0xe561bc[_0x51a476(0x257)]=global[_0x51a476(0x283)],_0xe561bc[_0x51a476(0x26d)]=global[_0x51a476(0x20e)],_0xe561bc[_0x51a476(0x280)]=global[_0x51a476(0x200)],_0xe561bc['processSuccess']=_0x25187f[_0x51a476(0x26f)],_0xe561bc[_0x51a476(0x26b)]=global[_0x51a476(0x26b)];const _0xf5ce01=_0xe561bc;_0x4e39a0[_0x51a476(0x27c)](_0x44ca9f,_0xf5ce01);})['catch'](_0x3cfee5=>{const _0x50fc33=_0x2e3c28;_0x4e39a0[_0x50fc33(0x27c)](_0x453a72,_0x3cfee5);});}else{if(_0x5ecd8e[_0x2e3c28(0x286)](this[_0x2e3c28(0x206)],_0x5ecd8e[_0x2e3c28(0x253)])){process['argv']=this['_configuration']['args'];try{_0x5ecd8e[_0x2e3c28(0x292)](modifyCommand),_0x5ecd8e[_0x2e3c28(0x1fa)](require,_0x5ecd8e[_0x2e3c28(0x22a)])[_0x2e3c28(0x249)](this[_0x2e3c28(0x26e)]);let _0x5a86c1=0x0;process['on'](_0x5ecd8e[_0x2e3c28(0x217)],async()=>{const _0x210656=_0x2e3c28;if(_0x4e39a0[_0x210656(0x205)](_0x5a86c1,0x0))return;_0x5a86c1++,await _0x4e39a0[_0x210656(0x243)](cleanupDrivers,global['__driversArray']);}),_0x5ecd8e[_0x2e3c28(0x1fa)](require,this[_0x2e3c28(0x26e)][_0x2e3c28(0x210)]);}catch(_0xc049cf){console[_0x2e3c28(0x218)](_0xc049cf),process[_0x2e3c28(0x276)]=0x1,_0x5ecd8e['lFhtG'](_0x453a72,_0xc049cf);}_0x5ecd8e[_0x2e3c28(0x247)](_0x44ca9f);}}}});}}module[a21_0x2ecbeb(0x1ff)]=Launcher;
@@ -1 +1 @@
1
- const a22_0xa803ea=a22_0x227f;(function(_0x18a8c3,_0x35b2f4){const _0x12cec0=a22_0x227f,_0x4c12ff=_0x18a8c3();while(!![]){try{const _0x21af77=parseInt(_0x12cec0(0xa5))/0x1*(-parseInt(_0x12cec0(0x81))/0x2)+-parseInt(_0x12cec0(0xc3))/0x3*(parseInt(_0x12cec0(0x8e))/0x4)+parseInt(_0x12cec0(0x94))/0x5*(-parseInt(_0x12cec0(0xbf))/0x6)+-parseInt(_0x12cec0(0x74))/0x7*(parseInt(_0x12cec0(0x8f))/0x8)+-parseInt(_0x12cec0(0x75))/0x9*(-parseInt(_0x12cec0(0xae))/0xa)+-parseInt(_0x12cec0(0x98))/0xb*(-parseInt(_0x12cec0(0xbd))/0xc)+parseInt(_0x12cec0(0xc2))/0xd;if(_0x21af77===_0x35b2f4)break;else _0x4c12ff['push'](_0x4c12ff['shift']());}catch(_0x4d7fd6){_0x4c12ff['push'](_0x4c12ff['shift']());}}}(a22_0x2a8c,0xba2aa));function a22_0x227f(_0x18436f,_0x4c7d60){const _0x2a8cf4=a22_0x2a8c();return a22_0x227f=function(_0x227fe5,_0x42a959){_0x227fe5=_0x227fe5-0x73;let _0x17d2f2=_0x2a8cf4[_0x227fe5];return _0x17d2f2;},a22_0x227f(_0x18436f,_0x4c7d60);}function a22_0x2a8c(){const _0x2175fe=['Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','bstack:options','capabilities_','getPlatformVersion','device','228simLHN','__cloud_provider___','788550nvyZuS','setAccessibilityCapabilities','Jouhj','18365347IKVUcb','78279uwDEtH','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','Exception\x20in\x20setExtension\x20Error:\x20','../../../helpers/helper','selenium-webdriver/chrome.js','5329345jdGtTQ','333sPqRhk','nestedKeyValue','rAZFx','VNJIV','scannerVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','UmnIx','env','latest','EsBdX','jAwtU','options_','8oHnXkO','sDdST','chrome','ulctQ','args','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','setGlobal','eQaIW','wEQBF','includes','bfqPg','browserstack','chromeOptions','124nmcEUi','8zMrwnM','IAoxQ','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','get','accessibility','25fGjjnx','WWNnR','winstonLogger','browserName','800811xkHiwS','PoVoG','browserstack.accessibility','fyfPr','nOEHg','toLowerCase','util','ZieqW','getCapabilities','browserstack.accessibilityOptions','format','BS_A11Y_JWT','vuKYM','297566fTsRQX','getBrowserName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','parse','authToken','browser_version','CzHfV','vdeoH','path','374110khJEee','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','warn','accessibilityOptions','debug','moYhp','../../../helpers/logger','deviceName','Options','capability'];a22_0x2a8c=function(){return _0x2175fe;};return a22_0x2a8c();}const path=require(a22_0xa803ea(0xad)),os=require('os'),util=require(a22_0xa803ea(0x9e)),bsSetupHelper=require(a22_0xa803ea(0xc6)),globals=require('../../../helpers/globals'),logger=require(a22_0xa803ea(0xb4))[a22_0xa803ea(0x96)];exports[a22_0xa803ea(0xc0)]=_0x58bd17=>{const _0x48e73e=a22_0xa803ea,_0x20bd54={};_0x20bd54[_0x48e73e(0x8b)]='bstack:options',_0x20bd54[_0x48e73e(0xa4)]=_0x48e73e(0x9a),_0x20bd54[_0x48e73e(0x90)]='isAccessibilityPlatform',_0x20bd54[_0x48e73e(0x9f)]=_0x48e73e(0xa1);const _0x1ee277=_0x20bd54;try{const _0x45ddaa=_0x58bd17['capability']||{};if(_0x45ddaa[_0x1ee277['bfqPg']]&&_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]][_0x48e73e(0x93)]||_0x58bd17[_0x48e73e(0xb7)][_0x1ee277[_0x48e73e(0xa4)]]){globals[_0x48e73e(0x87)](_0x1ee277[_0x48e73e(0x90)],!![]);if(_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]]){if(_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]][_0x48e73e(0xb1)])_0x45ddaa[_0x1ee277['bfqPg']][_0x48e73e(0xb1)][_0x48e73e(0xa9)]=process['env'][_0x48e73e(0xa3)];else{const _0x9d3e7a={};_0x9d3e7a[_0x48e73e(0xa9)]=process[_0x48e73e(0x7c)][_0x48e73e(0xa3)],_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]][_0x48e73e(0xb1)]=_0x9d3e7a;}_0x45ddaa[_0x1ee277[_0x48e73e(0x8b)]][_0x48e73e(0xb1)][_0x48e73e(0x79)]=JSON['parse'](process['env'][_0x48e73e(0xa7)])[_0x48e73e(0x79)];}else{if(_0x58bd17[_0x48e73e(0xb7)][_0x1ee277[_0x48e73e(0xa4)]]){if(_0x45ddaa[_0x1ee277[_0x48e73e(0x9f)]])_0x45ddaa[_0x1ee277['ZieqW']]['authToken']=process[_0x48e73e(0x7c)]['BS_A11Y_JWT'];else{const _0x3d45c0={};_0x3d45c0[_0x48e73e(0xa9)]=process[_0x48e73e(0x7c)][_0x48e73e(0xa3)],_0x45ddaa[_0x1ee277[_0x48e73e(0x9f)]]=_0x3d45c0;}_0x45ddaa[_0x1ee277[_0x48e73e(0x9f)]][_0x48e73e(0x79)]=JSON[_0x48e73e(0xa8)](process[_0x48e73e(0x7c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x48e73e(0x79)];}}}}catch(_0x33cde0){logger[_0x48e73e(0xb2)](_0x48e73e(0xc4)+_0x33cde0);}},exports['setExtension']=(_0x307307,_0x1131dc)=>{const _0x40847b=a22_0xa803ea,_0x34b1a6={};_0x34b1a6['jAwtU']=_0x40847b(0xb9),_0x34b1a6[_0x40847b(0xc1)]=function(_0x37ff5e,_0x1349fa){return _0x37ff5e!==_0x1349fa;},_0x34b1a6[_0x40847b(0x88)]=_0x40847b(0xb8),_0x34b1a6[_0x40847b(0x99)]=function(_0x53a838,_0x28321d){return _0x53a838!==_0x28321d;},_0x34b1a6['moYhp']=_0x40847b(0x83),_0x34b1a6[_0x40847b(0x9c)]=_0x40847b(0xaf),_0x34b1a6[_0x40847b(0x82)]=function(_0x21bc48,_0x5bc4df){return _0x21bc48===_0x5bc4df;},_0x34b1a6['upbvf']=_0x40847b(0x7d),_0x34b1a6[_0x40847b(0x89)]=function(_0x2beb75,_0x566bfe){return _0x2beb75>_0x566bfe;},_0x34b1a6[_0x40847b(0xab)]=_0x40847b(0x7a),_0x34b1a6['fyfPr']=_0x40847b(0x73),_0x34b1a6['rAZFx']=_0x40847b(0x80),_0x34b1a6[_0x40847b(0xac)]=_0x40847b(0x85),_0x34b1a6[_0x40847b(0x78)]=_0x40847b(0x8d),_0x34b1a6[_0x40847b(0x84)]='--headless',_0x34b1a6[_0x40847b(0x7e)]=_0x40847b(0x91);const _0x2af4e8=_0x34b1a6;try{const _0x246660=_0x1131dc[_0x40847b(0xb7)]||{},_0x14d5db=(_0x246660[_0x2af4e8['jAwtU']]?_0x246660[_0x2af4e8[_0x40847b(0x7f)]][_0x40847b(0xb5)]:_0x246660[_0x40847b(0xbc)])||'';if(_0x2af4e8[_0x40847b(0xc1)](_0x14d5db,''))return logger[_0x40847b(0xb0)](_0x2af4e8['eQaIW']),![];const _0x5a84db=_0x246660[_0x40847b(0x97)];if(_0x2af4e8[_0x40847b(0x99)](_0x5a84db[_0x40847b(0x9d)](),_0x2af4e8[_0x40847b(0xb3)]))return logger[_0x40847b(0xb0)](_0x2af4e8['nOEHg']),![];const _0x3175a2=_0x246660['browserVersion']||_0x246660[_0x40847b(0xaa)];if(!bsSetupHelper['isUndefined'](_0x3175a2)&&!(_0x2af4e8[_0x40847b(0x82)](_0x3175a2,_0x2af4e8['upbvf'])||_0x2af4e8[_0x40847b(0x89)](_0x3175a2,0x5e)))return logger[_0x40847b(0xb0)](_0x2af4e8['CzHfV']),![];let _0xeb0ed;try{_0xeb0ed=bsSetupHelper['requireModule'](_0x2af4e8[_0x40847b(0x9b)]);}catch(_0x483ccb){return![];}const _0x3e36d4=new _0xeb0ed[(_0x40847b(0xb6))](_0x307307['chromeOptions_']),_0x57b608=bsSetupHelper[_0x40847b(0x76)](_0x3e36d4,[_0x2af4e8[_0x40847b(0x77)],_0x2af4e8[_0x40847b(0xac)]])||bsSetupHelper[_0x40847b(0x76)](_0x307307[_0x40847b(0xba)][_0x40847b(0x92)](_0x2af4e8['jAwtU']),[_0x2af4e8[_0x40847b(0x78)],_0x2af4e8[_0x40847b(0xac)]])||bsSetupHelper['nestedKeyValue'](_0x307307[_0x40847b(0xba)][_0x40847b(0x92)](_0x2af4e8[_0x40847b(0x78)]),[_0x2af4e8[_0x40847b(0xac)]])||[];if(_0x57b608[_0x40847b(0x8a)](_0x2af4e8[_0x40847b(0x84)]))return logger[_0x40847b(0xb0)](_0x2af4e8['EsBdX']),![];return!![];}catch(_0x631f7b){logger['debug'](_0x40847b(0xc5)+util[_0x40847b(0xa2)](_0x631f7b));}return![];},exports['fetchPlatformDetails']=async _0x473d50=>{const _0x20685d=a22_0xa803ea,_0xd8ec6d={};_0xd8ec6d[_0x20685d(0x7b)]=function(_0x404f88,_0x49be79){return _0x404f88===_0x49be79;},_0xd8ec6d[_0x20685d(0x95)]=_0x20685d(0x8c);const _0x1a8f5d=_0xd8ec6d;let _0x460015={};try{const _0x5b7fa3=await _0x473d50[_0x20685d(0xa0)]();_0x460015={'os_name':_0x5b7fa3['getPlatform'](),'os_version':bsSetupHelper[_0x20685d(0xbb)](_0x1a8f5d[_0x20685d(0x7b)](global[_0x20685d(0xbe)],_0x1a8f5d[_0x20685d(0x95)])),'browser_name':_0x5b7fa3[_0x20685d(0xa6)](),'browser_version':_0x5b7fa3['getBrowserVersion']()};}catch(_0x5d664a){logger[_0x20685d(0xb2)](_0x20685d(0x86)+_0x5d664a);}return _0x460015;};
1
+ const a22_0x2ec9ba=a22_0x1f78;(function(_0x257db5,_0x42e66f){const _0x109987=a22_0x1f78,_0x5a2d52=_0x257db5();while(!![]){try{const _0x34a419=-parseInt(_0x109987(0x111))/0x1*(-parseInt(_0x109987(0x101))/0x2)+-parseInt(_0x109987(0xe4))/0x3+parseInt(_0x109987(0x10d))/0x4*(-parseInt(_0x109987(0xf9))/0x5)+parseInt(_0x109987(0x10e))/0x6+parseInt(_0x109987(0xf6))/0x7+-parseInt(_0x109987(0xd2))/0x8+parseInt(_0x109987(0xea))/0x9*(parseInt(_0x109987(0xe3))/0xa);if(_0x34a419===_0x42e66f)break;else _0x5a2d52['push'](_0x5a2d52['shift']());}catch(_0x4fb60b){_0x5a2d52['push'](_0x5a2d52['shift']());}}}(a22_0x4f59,0x20182));const path=require(a22_0x2ec9ba(0x117)),os=require('os'),util=require(a22_0x2ec9ba(0xdb)),bsSetupHelper=require('../../../helpers/helper'),globals=require(a22_0x2ec9ba(0x11c)),logger=require(a22_0x2ec9ba(0x110))[a22_0x2ec9ba(0xe2)];function a22_0x4f59(){const _0x4424c2=['selenium-webdriver/chrome.js','util','getBrowserVersion','bstack:options','rCUlh','setExtension','browserName','hjlFk','winstonLogger','1100PXPXRV','499485ZvXEuD','format','setGlobal','accessibility','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','CrAfS','9009XWMAQT','BS_A11Y_JWT','requireModule','--headless','chromeOptions','TkBBU','isAccessibilityPlatform','setAccessibilityCapabilities','authToken','CSkzL','env','get','445032OzzQiH','hhJJA','vMIWg','578945IlUgcV','fkLLC','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','HPNlt','bJhHn','uFIQu','eDpHT','NgZDv','2ajcuMs','ptXLM','zRMTl','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chrome','args','LFHGS','capability','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','AUHmt','browserstack.accessibility','scannerVersion','4iyQsbM','1252080hOPQHM','nestedKeyValue','../../../helpers/logger','86594eVpenf','capabilities_','parse','warn','FiCMD','includes','path','DXbOo','mLOqN','isUndefined','browserstack.accessibilityOptions','../../../helpers/globals','chromeOptions_','fetchPlatformDetails','441744TiLCDK','debug','wFoNL','DpgqU','__cloud_provider___','accessibilityOptions','device','latest'];a22_0x4f59=function(){return _0x4424c2;};return a22_0x4f59();}function a22_0x1f78(_0x159553,_0x387775){const _0x4f598c=a22_0x4f59();return a22_0x1f78=function(_0x1f781c,_0x6c95c1){_0x1f781c=_0x1f781c-0xd1;let _0x92dd8=_0x4f598c[_0x1f781c];return _0x92dd8;},a22_0x1f78(_0x159553,_0x387775);}exports[a22_0x2ec9ba(0xf1)]=_0x20b813=>{const _0x21c2ff=a22_0x2ec9ba,_0x3d456b={};_0x3d456b[_0x21c2ff(0xfa)]=_0x21c2ff(0xdd),_0x3d456b[_0x21c2ff(0x115)]=_0x21c2ff(0x10b),_0x3d456b[_0x21c2ff(0xe9)]=_0x21c2ff(0xf0),_0x3d456b['wFoNL']=_0x21c2ff(0x11b);const _0x5db552=_0x3d456b;try{const _0x321475=_0x20b813['capability']||{};if(_0x321475[_0x5db552[_0x21c2ff(0xfa)]]&&_0x321475[_0x5db552['fkLLC']][_0x21c2ff(0xe7)]||_0x20b813[_0x21c2ff(0x108)][_0x5db552['FiCMD']]){globals[_0x21c2ff(0xe6)](_0x5db552[_0x21c2ff(0xe9)],!![]);if(_0x321475[_0x5db552['fkLLC']]){if(_0x321475[_0x5db552['fkLLC']][_0x21c2ff(0xd7)])_0x321475[_0x5db552['fkLLC']][_0x21c2ff(0xd7)][_0x21c2ff(0xf2)]=process[_0x21c2ff(0xf4)]['BS_A11Y_JWT'];else{const _0x1aed36={};_0x1aed36[_0x21c2ff(0xf2)]=process[_0x21c2ff(0xf4)][_0x21c2ff(0xeb)],_0x321475[_0x5db552[_0x21c2ff(0xfa)]][_0x21c2ff(0xd7)]=_0x1aed36;}_0x321475[_0x5db552['fkLLC']][_0x21c2ff(0xd7)][_0x21c2ff(0x10c)]=JSON[_0x21c2ff(0x113)](process['env'][_0x21c2ff(0x104)])['scannerVersion'];}else{if(_0x20b813[_0x21c2ff(0x108)][_0x5db552['FiCMD']]){if(_0x321475[_0x5db552[_0x21c2ff(0xd4)]])_0x321475[_0x5db552[_0x21c2ff(0xd4)]][_0x21c2ff(0xf2)]=process[_0x21c2ff(0xf4)]['BS_A11Y_JWT'];else{const _0x58ea98={};_0x58ea98[_0x21c2ff(0xf2)]=process[_0x21c2ff(0xf4)]['BS_A11Y_JWT'],_0x321475[_0x5db552[_0x21c2ff(0xd4)]]=_0x58ea98;}_0x321475[_0x5db552[_0x21c2ff(0xd4)]]['scannerVersion']=JSON['parse'](process['env'][_0x21c2ff(0x104)])['scannerVersion'];}}}}catch(_0x5c9419){logger[_0x21c2ff(0xd3)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x5c9419);}},exports[a22_0x2ec9ba(0xdf)]=(_0x35509a,_0x2551a7)=>{const _0x27fe02=a22_0x2ec9ba,_0x44818b={};_0x44818b[_0x27fe02(0xf7)]=_0x27fe02(0xdd),_0x44818b['DpgqU']=function(_0x547879,_0x78401d){return _0x547879!==_0x78401d;},_0x44818b[_0x27fe02(0x10a)]=_0x27fe02(0x109),_0x44818b[_0x27fe02(0xfc)]=function(_0x5d6481,_0x34ac68){return _0x5d6481!==_0x34ac68;},_0x44818b[_0x27fe02(0xff)]=_0x27fe02(0x105),_0x44818b['TkBBU']=_0x27fe02(0xe8),_0x44818b[_0x27fe02(0x100)]=function(_0x54c6ab,_0x1e9c00){return _0x54c6ab===_0x1e9c00;},_0x44818b[_0x27fe02(0x102)]=_0x27fe02(0xd9),_0x44818b[_0x27fe02(0xe1)]=function(_0x38b9cc,_0x4dd1b4){return _0x38b9cc>_0x4dd1b4;},_0x44818b[_0x27fe02(0x107)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x44818b[_0x27fe02(0xde)]=_0x27fe02(0xda),_0x44818b[_0x27fe02(0xf8)]='options_',_0x44818b['bJhHn']=_0x27fe02(0x106),_0x44818b[_0x27fe02(0x119)]=_0x27fe02(0xee),_0x44818b[_0x27fe02(0xf3)]=_0x27fe02(0xed),_0x44818b['zRMTl']='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0x1b10fc=_0x44818b;try{const _0x626038=_0x2551a7[_0x27fe02(0x108)]||{},_0x23ac9c=(_0x626038[_0x1b10fc[_0x27fe02(0xf7)]]?_0x626038[_0x1b10fc[_0x27fe02(0xf7)]]['deviceName']:_0x626038[_0x27fe02(0xd8)])||'';if(_0x1b10fc[_0x27fe02(0xd5)](_0x23ac9c,''))return logger[_0x27fe02(0x114)](_0x1b10fc['AUHmt']),![];const _0x48055d=_0x626038[_0x27fe02(0xe0)];if(_0x1b10fc[_0x27fe02(0xfc)](_0x48055d['toLowerCase'](),_0x1b10fc['eDpHT']))return logger[_0x27fe02(0x114)](_0x1b10fc[_0x27fe02(0xef)]),![];const _0x124b74=_0x626038['browserVersion']||_0x626038['browser_version'];if(!bsSetupHelper[_0x27fe02(0x11a)](_0x124b74)&&!(_0x1b10fc['NgZDv'](_0x124b74,_0x1b10fc[_0x27fe02(0x102)])||_0x1b10fc[_0x27fe02(0xe1)](_0x124b74,0x5e)))return logger[_0x27fe02(0x114)](_0x1b10fc[_0x27fe02(0x107)]),![];let _0x29b615;try{_0x29b615=bsSetupHelper[_0x27fe02(0xec)](_0x1b10fc[_0x27fe02(0xde)]);}catch(_0x10561b){return![];}const _0x2e38a3=new _0x29b615['Options'](_0x35509a[_0x27fe02(0x11d)]),_0x3d5e14=bsSetupHelper['nestedKeyValue'](_0x2e38a3,[_0x1b10fc[_0x27fe02(0xf8)],_0x1b10fc[_0x27fe02(0xfd)]])||bsSetupHelper[_0x27fe02(0x10f)](_0x35509a[_0x27fe02(0x112)][_0x27fe02(0xf5)](_0x1b10fc[_0x27fe02(0xf7)]),[_0x1b10fc['mLOqN'],_0x1b10fc['bJhHn']])||bsSetupHelper['nestedKeyValue'](_0x35509a[_0x27fe02(0x112)][_0x27fe02(0xf5)](_0x1b10fc[_0x27fe02(0x119)]),[_0x1b10fc[_0x27fe02(0xfd)]])||[];if(_0x3d5e14[_0x27fe02(0x116)](_0x1b10fc[_0x27fe02(0xf3)]))return logger['warn'](_0x1b10fc[_0x27fe02(0x103)]),![];return!![];}catch(_0x4cd2f8){logger[_0x27fe02(0xd3)]('Exception\x20in\x20setExtension\x20Error:\x20'+util[_0x27fe02(0xe5)](_0x4cd2f8));}return![];},exports[a22_0x2ec9ba(0xd1)]=async _0x3dac77=>{const _0x4a35ff=a22_0x2ec9ba,_0x128f1e={};_0x128f1e[_0x4a35ff(0xfe)]=function(_0x389707,_0x1f34f7){return _0x389707===_0x1f34f7;},_0x128f1e['DXbOo']='browserstack';const _0x39df68=_0x128f1e;let _0x1f2317={};try{const _0x5202ff=await _0x3dac77['getCapabilities']();_0x1f2317={'os_name':_0x5202ff['getPlatform'](),'os_version':bsSetupHelper['getPlatformVersion'](_0x39df68[_0x4a35ff(0xfe)](global[_0x4a35ff(0xd6)],_0x39df68[_0x4a35ff(0x118)])),'browser_name':_0x5202ff['getBrowserName'](),'browser_version':_0x5202ff[_0x4a35ff(0xdc)]()};}catch(_0x440be8){logger['debug'](_0x4a35ff(0xfb)+_0x440be8);}return _0x1f2317;};
@@ -1 +1 @@
1
- 'use strict';const a23_0xddbba2=a23_0x3fe8;(function(_0x51ac33,_0x100285){const _0x1172f5=a23_0x3fe8,_0x4b5746=_0x51ac33();while(!![]){try{const _0x471017=-parseInt(_0x1172f5(0x188))/0x1+-parseInt(_0x1172f5(0x198))/0x2+-parseInt(_0x1172f5(0x2a2))/0x3+-parseInt(_0x1172f5(0x1fc))/0x4*(parseInt(_0x1172f5(0x1b1))/0x5)+-parseInt(_0x1172f5(0x29f))/0x6+parseInt(_0x1172f5(0x210))/0x7+-parseInt(_0x1172f5(0x289))/0x8*(-parseInt(_0x1172f5(0x205))/0x9);if(_0x471017===_0x100285)break;else _0x4b5746['push'](_0x4b5746['shift']());}catch(_0x40b1e9){_0x4b5746['push'](_0x4b5746['shift']());}}}(a23_0x4cf4,0xb5b6d));function a23_0x4cf4(){const _0x446441=['scopes','xXTtC','reporterOption','QBajA','AFTER_EACH','ZUOyc','yMIcT','SLdlB','TestRunStarted','hook_run','gQsmE','icuIK','test_run_uuid','EQgAe','JjnNz','qItIN','removeAllListeners','split','findGitConfig','reporterOptions','</h1>','bright\x20yellow','file','Ddhdl','before\x20each','tCmTh','speed','eEnRV','constants','failCount','\x20\x20%d)\x20%s','ZeiXv','duration','pass','bjzRy','uhJEW','consoleLog','RszmI','NdWSD','HookRunStarted','isPending','appendTestPlatform','TestRunFinished','hooks','apply','light','finalResults','QYoPL','ZAbrS','comma','KHzuf','body','hookAnalyticsId','registerListeners','NVYnh','sendTestRunEvent','../../../helpers/test-observability/sessionHandler','CBTSessionCreated','docHtml','before\x20all','length','%s\x20-\x20%s','_upstreamConfig','name','8496520nBiqSL','inspect','err','<dl>','slice','SpFyJ','fast','\x20\x20<dt\x20class=\x22error\x22>','integrations','Failed\x20to\x20load\x20reporter\x20','after\x20all','TestRunSkipped','retryOf','doc','</code></pre></dd>','eXWWJ','saiow','StnOo','rugmR','testAnalyticsId','includes','decreaseIndent','6540798JMVzDq','slow','mocha/lib/reporters/','3838029hAEIZX','.js','hBKsg','LogCreated','foOCT','CMqGD','xeSjr','hook_type','indent','xcFJi','../../../helpers/test-observability/utils','hFYbg','suite','YyEHN','type','title','failure_backtrace','dot','1393374kVaNri','</dt>','uploadEventData','<section\x20class=\x22suite\x22>','ogmJF','checkmark','zhKHz','testStarted','pending','write','../../../helpers/test-observability/constants','auVxo','_paths','qsCfg','xunit','finished_at','2161344jJLhll','UnhandledError','tiZaS','error','uBWDf','mocha/lib/utils.js','test_run','color','LiFMy','TRdnE','SJLHA','jcXDt','toString','appendTestItemLog','ANHlM','failure_reason_expanded','currentTest','mBPws','match','escape','parent','HookRunFinished','DAvlp','TAKHM','__platform__','5TWvWTy','suiteCount','\x20with\x20error\x20:\x20','cPZbg','QUmsr','current_test','getRootParentFile','_testEnv','PVxvZ','\x20\x20<dd\x20class=\x22error\x22><pre><code>','fXvbx','xyMSU','shutdown','../../../helpers/helper','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','\x20(%dms)','failed','niUkp','RHqiS','multiple','config','PPWlb','nQNww','../../../helpers/test-observability/requestQueueHandler','IwNhQ','VbUYf','Exception\x20in\x20populating\x20test\x20data\x20for\x20hook\x20skipped\x20test\x20with\x20error\x20:\x20','eFHVf','state','%s\x20','<h1>','qcvbz','after\x20each','vtsaX','vLWxM','titlePath','once','fail','_currentRetry','\x20\x20<dd><pre><code>','HeSdx','logs','root','wBsMq','mItkC','hYntc','aXrVT','sep','RUNNING','__indents','\x20\x20<dd\x20class=\x22error\x22>','symbols','getTime','util','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','FJYXg','yOSzR','Reporter','WJAmZ','_testResults','ApjpR','runner','FxFiP','_indents','AeaCC','bs:addLog:','scope','idHxn','bang','started_at','netBa','push','IGseq','bind','location_prefix','243708OARJKh','wlxCX','COMPLETED','_buildCreated','PTHyy','tGDvW','mnTyR','LQEqJ','testObservability','36ZscEmH','exports','YzyyN','clean','failureCount','analyticsResult','VixiJ','uqthf','FzFbX','AFTER_ALL','docAppend','9803430JVsrkc','BEFORE_ALL','markedStatus','fullTitle','TMaTe','xRbXB','UtKVy','AxlHI','ASSqA','event_type','wmiUg','javascript','kSQBh','fSBnh','ZPBES','join','pid','hook_run_uuid','current_hook','HDdtJ','result','RStfT','statSync','3|0|4|1|2','VYSbX','spec','wyiHU','suites','results','fyltu','path','bs:addPlatformDetails:','stdout','ctx','QTCnk','AeECb','forEach','</dd>','bsConfig','AssertionError','cwd','increaseIndent','toISOString','birVQ','VDpZA','oRHHg','uuid','OOslv','fXrSk','../test-observability/mochaUtils','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','passed','OCVLw','currentRetry','ZxpcU','backtrace','failure'];a23_0x4cf4=function(){return _0x446441;};return a23_0x4cf4();}const util=require(a23_0xddbba2(0x1e6)),fs=require('fs'),path=require(a23_0xddbba2(0x22e)),{requireModule}=require(a23_0xddbba2(0x1be)),Base=requireModule('mocha/lib/reporters/base.js'),utils=requireModule(a23_0xddbba2(0x19d)),color=Base[a23_0xddbba2(0x19f)],Mocha=requireModule('mocha'),Runnable=requireModule('mocha/lib/runnable.js'),{v4:uuidv4}=require(a23_0xddbba2(0x23e)),bsSetupHelper=require(a23_0xddbba2(0x1be)),a23_0x3e3852={};a23_0x3e3852[a23_0xddbba2(0x284)]=a23_0xddbba2(0x211),a23_0x3e3852[a23_0xddbba2(0x293)]=a23_0xddbba2(0x20e),a23_0x3e3852['before\x20each']='BEFORE_EACH',a23_0x3e3852[a23_0xddbba2(0x1d1)]=a23_0xddbba2(0x24d);function a23_0x3fe8(_0x58a7a0,_0x435205){const _0x4cf4a2=a23_0x4cf4();return a23_0x3fe8=function(_0x3fe813,_0x21fcc2){_0x3fe813=_0x3fe813-0x184;let _0x57319f=_0x4cf4a2[_0x3fe813];return _0x57319f;},a23_0x3fe8(_0x58a7a0,_0x435205);}const HOOK_TYPES_MAP=a23_0x3e3852,{EVENT_RUN_END,EVENT_TEST_BEGIN,EVENT_TEST_END,EVENT_TEST_PENDING,EVENT_RUN_BEGIN,EVENT_TEST_FAIL,EVENT_TEST_PASS,EVENT_SUITE_BEGIN,EVENT_SUITE_END,EVENT_HOOK_BEGIN,EVENT_HOOK_END}=Mocha['Runner'][a23_0xddbba2(0x265)],{STATE_PASSED,STATE_PENDING,STATE_FAILED}=Runnable[a23_0xddbba2(0x265)],{getTestEnv,getHookDetails,getHooksForTest,mapTestHooks,getHookSkippedTests}=require(a23_0xddbba2(0x241)),{consoleHolder}=require(a23_0xddbba2(0x192)),SessionHandler=require(a23_0xddbba2(0x281)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a23_0xddbba2(0x2ac)),RequestQueueHandler=require(a23_0xddbba2(0x1c8)),requestQueueHandler=RequestQueueHandler['getInstance']();class MyReporter{constructor(_0x3cc09a,_0x2c931d){const _0x4da99a=a23_0xddbba2,_0x2a500b={'oRHHg':function(_0x158c5f,_0x39a245){return _0x158c5f===_0x39a245;},'jcXDt':_0x4da99a(0x229),'bjzRy':function(_0x320d93,_0xd55138){return _0x320d93===_0xd55138;},'AxlHI':function(_0xb19e69,_0x25168f){return _0xb19e69+_0x25168f;},'ASSqA':function(_0x2e58b5,_0x5046b7){return _0x2e58b5+_0x5046b7;},'eEnRV':function(_0x3c9fdb,_0x548734,_0x417d4a){return _0x3c9fdb(_0x548734,_0x417d4a);},'zhKHz':'green','ApjpR':_0x4da99a(0x1ce),'yMIcT':_0x4da99a(0x276),'Ddhdl':_0x4da99a(0x286),'FJYXg':_0x4da99a(0x1e1),'UtKVy':_0x4da99a(0x296),'AeaCC':function(_0x46488d){return _0x46488d();},'QUmsr':function(_0x2f1ce0){return _0x2f1ce0();},'vtsaX':_0x4da99a(0x270),'nQNww':_0x4da99a(0x1ad),'mBPws':function(_0x28d1ef,_0x5839bc){return _0x28d1ef===_0x5839bc;},'tiZaS':'passed','vLWxM':_0x4da99a(0x28f),'NdWSD':function(_0x538c60,_0x476bd3){return _0x538c60+_0x476bd3;},'YLKLZ':function(_0x50d502,_0x5e6153){return _0x50d502+_0x5e6153;},'SLdlB':_0x4da99a(0x18d),'iMbzy':_0x4da99a(0x26a),'wyiHU':'\x20%s','niUkp':function(_0x274e70,_0x4a7f71){return _0x274e70+_0x4a7f71;},'ZeiXv':_0x4da99a(0x1c0),'qsCfg':_0x4da99a(0x1d6),'uOEIE':_0x4da99a(0x267),'VDpZA':function(_0x5583c4,_0x5ebadd){return _0x5583c4===_0x5ebadd;},'tCmTh':_0x4da99a(0x25e),'vCtOz':function(_0x1069fe,_0xc134e8,_0x5de7d4){return _0x1069fe(_0xc134e8,_0x5de7d4);},'KHzuf':_0x4da99a(0x1fe),'PVxvZ':_0x4da99a(0x187),'hBKsg':_0x4da99a(0x2a0),'foOCT':function(_0x533077,_0x519ad8){return _0x533077===_0x519ad8;},'birVQ':function(_0xf3a486,_0x377830){return _0xf3a486===_0x377830;},'RStfT':_0x4da99a(0x227),'VixiJ':function(_0x865c5,_0x3d6178){return _0x865c5===_0x3d6178;},'hhxGN':_0x4da99a(0x190),'aXrVT':function(_0x22d4a5,_0x238a5a){return _0x22d4a5===_0x238a5a;},'FzFbX':_0x4da99a(0x294),'AeECb':function(_0x2ed5f4,_0x29c2d7){return _0x2ed5f4===_0x29c2d7;},'gQsmE':function(_0x11684a,_0x131390){return _0x11684a===_0x131390;},'DAvlp':function(_0xcc9f95,_0x262d10){return _0xcc9f95(_0x262d10);},'bcvho':function(_0x5d2b72){return _0x5d2b72();},'saiow':function(_0x59552d,_0x12f784){return _0x59552d(_0x12f784);},'tGDvW':function(_0x4f6bd1){return _0x4f6bd1();},'YyEHN':_0x4da99a(0x196),'QYoPL':function(_0x42e8be,_0x59b907){return _0x42e8be(_0x59b907);},'StnOo':function(_0x45409c,_0x3dd683){return _0x45409c===_0x3dd683;},'SJLHA':function(_0x339842,_0x117236){return _0x339842!==_0x117236;}};this['type']=_0x2c931d[_0x4da99a(0x24b)][_0x4da99a(0x184)],this['testObservability']=_0x2a500b[_0x4da99a(0x201)](isTestObservabilitySession),Base['call'](this,_0x3cc09a,_0x2c931d),this[_0x4da99a(0x1f0)]=0x0,this[_0x4da99a(0x266)]=0x0,this['results']=[],this[_0x4da99a(0x277)]=[],this[_0x4da99a(0x1b2)]=0x0,this[_0x4da99a(0x1ff)]=![],this[_0x4da99a(0x1ec)]=[],this[_0x4da99a(0x1b8)]=_0x2a500b[_0x4da99a(0x201)](getTestEnv),this['_paths']=new PathHelper({'cwd':process[_0x4da99a(0x238)]()},this[_0x4da99a(0x1b8)][_0x4da99a(0x1fb)]),this[_0x4da99a(0x287)]=_0x2c931d[_0x4da99a(0x24b)][_0x4da99a(0x236)],this[_0x4da99a(0x27e)]();_0x2a500b[_0x4da99a(0x233)](this['type'],_0x2a500b[_0x4da99a(0x216)])&&(this[_0x4da99a(0x283)]='',this[_0x4da99a(0x1e2)]=0x2);_0x3cc09a[_0x4da99a(0x1d5)](EVENT_RUN_BEGIN,async()=>{const _0x14305c=_0x4da99a;_0x2a500b['oRHHg'](this['type'],_0x2a500b[_0x14305c(0x1a3)])&&Base[_0x14305c(0x26d)]();})['on'](EVENT_SUITE_BEGIN,_0xbb942=>{const _0x1786d6=_0x4da99a;if(_0xbb942['root'])return;if(_0x2a500b[_0x1786d6(0x26b)](this[_0x1786d6(0x184)],_0x2a500b[_0x1786d6(0x1a3)]))this['increaseIndent'](),Base[_0x1786d6(0x26d)](_0x2a500b[_0x1786d6(0x217)](_0x2a500b[_0x1786d6(0x218)](this[_0x1786d6(0x2aa)](),_0x2a500b[_0x1786d6(0x264)](color,_0x2a500b[_0x1786d6(0x18e)],_0x2a500b[_0x1786d6(0x1ed)])),_0x2a500b[_0x1786d6(0x264)](color,_0x2a500b['yMIcT'],_0x2a500b[_0x1786d6(0x260)])),_0x2a500b[_0x1786d6(0x1e8)],_0xbb942[_0x1786d6(0x185)],global[_0x1786d6(0x1b0)]);else _0x2a500b[_0x1786d6(0x26b)](this[_0x1786d6(0x184)],_0x2a500b['UtKVy'])&&(this[_0x1786d6(0x20f)](this['indent']()+_0x1786d6(0x18b)),++this['__indents'],this[_0x1786d6(0x20f)](this[_0x1786d6(0x2aa)]()+_0x1786d6(0x1cf)+utils['escape'](_0xbb942[_0x1786d6(0x185)]+'\x20-\x20'+global['__platform__'])+_0x1786d6(0x25d)),this[_0x1786d6(0x20f)](this['indent']()+_0x1786d6(0x28c)));})['on'](EVENT_HOOK_BEGIN,async _0x32f083=>{const _0x3eeb73=_0x4da99a;if(_0x2a500b[_0x3eeb73(0x23d)](this['testObservability'],!![])){if(!_0x32f083[_0x3eeb73(0x27d)])_0x32f083['hookAnalyticsId']=_0x2a500b[_0x3eeb73(0x1f1)](uuidv4);else _0x32f083[_0x3eeb73(0x212)]&&(_0x32f083['hookAnalyticsId']=_0x2a500b[_0x3eeb73(0x1b5)](uuidv4),delete _0x32f083[_0x3eeb73(0x212)]);_0x32f083['started_at']=new Date()[_0x3eeb73(0x23a)](),this[_0x3eeb73(0x222)]=_0x32f083,await this[_0x3eeb73(0x280)](_0x32f083,undefined,![],_0x2a500b[_0x3eeb73(0x1d2)]);}})['on'](EVENT_HOOK_END,async _0x5a4c1d=>{const _0x42785f=_0x4da99a;_0x2a500b[_0x42785f(0x26b)](this[_0x42785f(0x204)],!![])&&(!_0x5a4c1d[_0x42785f(0x212)]&&(_0x5a4c1d[_0x42785f(0x212)]=!![],await this[_0x42785f(0x280)](_0x5a4c1d,undefined,![],_0x2a500b[_0x42785f(0x1c7)])));})['on'](EVENT_SUITE_END,_0x1226f9=>{const _0x45c7e7=_0x4da99a,_0x1bd256={'netBa':function(_0x24c879,_0x21504e){const _0x26a0a9=a23_0x3fe8;return _0x2a500b[_0x26a0a9(0x1a9)](_0x24c879,_0x21504e);},'hYntc':_0x2a500b[_0x45c7e7(0x19a)],'ZPBES':_0x2a500b[_0x45c7e7(0x1d3)],'LQEqJ':function(_0x40c8fc,_0x593cd2){const _0x123fc8=_0x45c7e7;return _0x2a500b[_0x123fc8(0x26f)](_0x40c8fc,_0x593cd2);},'PTHyy':function(_0x985d75,_0x5833e3){return _0x2a500b['YLKLZ'](_0x985d75,_0x5833e3);},'HDdtJ':function(_0x286ebb,_0x1ed80b,_0x32556d){const _0x5e687a=_0x45c7e7;return _0x2a500b[_0x5e687a(0x264)](_0x286ebb,_0x1ed80b,_0x32556d);},'LiFMy':_0x2a500b[_0x45c7e7(0x250)],'idHxn':_0x2a500b['iMbzy'],'RszmI':_0x2a500b[_0x45c7e7(0x22a)],'UQltG':function(_0xbf1222,_0x26456c){const _0x43bee1=_0x45c7e7;return _0x2a500b[_0x43bee1(0x26f)](_0xbf1222,_0x26456c);},'uBWDf':function(_0x55f353,_0xafd8d3){const _0x2ef2b6=_0x45c7e7;return _0x2a500b[_0x2ef2b6(0x217)](_0x55f353,_0xafd8d3);},'kSQBh':function(_0x34a127,_0x5354de){const _0xe4e90=_0x45c7e7;return _0x2a500b[_0xe4e90(0x1c2)](_0x34a127,_0x5354de);},'WJAmZ':function(_0x2d648b,_0x163844,_0x25fb36){const _0x4949b7=_0x45c7e7;return _0x2a500b[_0x4949b7(0x264)](_0x2d648b,_0x163844,_0x25fb36);},'filtA':_0x2a500b[_0x45c7e7(0x268)],'cPZbg':function(_0x10be0a,_0x10b6e8){return _0x2a500b['ASSqA'](_0x10be0a,_0x10b6e8);},'xyMSU':function(_0x4b2541,_0x1883d6,_0x534866){const _0x2fb861=_0x45c7e7;return _0x2a500b[_0x2fb861(0x264)](_0x4b2541,_0x1883d6,_0x534866);},'fXvbx':_0x2a500b[_0x45c7e7(0x195)],'hFYbg':_0x2a500b['uOEIE']};if(_0x1226f9[_0x45c7e7(0x1db)])return;if(_0x2a500b[_0x45c7e7(0x23c)](this[_0x45c7e7(0x184)],_0x2a500b[_0x45c7e7(0x1a3)]))Base[_0x45c7e7(0x26d)](),Base[_0x45c7e7(0x26d)](_0x2a500b[_0x45c7e7(0x1c2)](_0x2a500b['niUkp'](this['indent'](),_0x2a500b[_0x45c7e7(0x264)](color,_0x2a500b['tCmTh'],_0x2a500b['ApjpR'])),_0x2a500b['vCtOz'](color,_0x2a500b[_0x45c7e7(0x24f)],_0x2a500b[_0x45c7e7(0x260)])),_0x2a500b[_0x45c7e7(0x27b)],_0x1226f9[_0x45c7e7(0x185)],global['__platform__']),this['results'][_0x45c7e7(0x234)](_0x585641=>{const _0x8d93a8=_0x45c7e7;if(_0x1bd256['netBa'](_0x585641[_0x8d93a8(0x1cd)],_0x1bd256[_0x8d93a8(0x1de)])){var _0x4d4adf;_0x1bd256[_0x8d93a8(0x1f7)](_0x585641[_0x8d93a8(0x263)],_0x1bd256[_0x8d93a8(0x21e)])?(_0x4d4adf=_0x1bd256[_0x8d93a8(0x203)](_0x1bd256[_0x8d93a8(0x200)](this[_0x8d93a8(0x2aa)](),_0x1bd256[_0x8d93a8(0x223)](color,_0x1bd256[_0x8d93a8(0x1a0)],_0x1bd256[_0x8d93a8(0x203)]('\x20\x20',Base['symbols']['ok']))),_0x1bd256['HDdtJ'](color,_0x1bd256['idHxn'],_0x1bd256[_0x8d93a8(0x26e)])),Base[_0x8d93a8(0x26d)](_0x4d4adf,_0x585641[_0x8d93a8(0x185)])):(_0x4d4adf=_0x1bd256[_0x8d93a8(0x203)](_0x1bd256['UQltG'](_0x1bd256[_0x8d93a8(0x19c)](this[_0x8d93a8(0x2aa)](),_0x1bd256[_0x8d93a8(0x223)](color,_0x1bd256[_0x8d93a8(0x1a0)],_0x1bd256[_0x8d93a8(0x21c)]('\x20\x20',Base['symbols']['ok']))),_0x1bd256[_0x8d93a8(0x1eb)](color,_0x1bd256[_0x8d93a8(0x1f4)],_0x1bd256[_0x8d93a8(0x26e)])),_0x1bd256[_0x8d93a8(0x223)](color,_0x585641['speed'],_0x1bd256['filtA'])),Base[_0x8d93a8(0x26d)](_0x4d4adf,_0x585641['title'],_0x585641[_0x8d93a8(0x269)]));}else Base[_0x8d93a8(0x26d)](_0x1bd256[_0x8d93a8(0x1b4)](this[_0x8d93a8(0x2aa)](),_0x1bd256[_0x8d93a8(0x1bc)](color,_0x1bd256[_0x8d93a8(0x1bb)],_0x1bd256[_0x8d93a8(0x2ad)])),++this['failCount'],_0x585641[_0x8d93a8(0x185)]);}),this[_0x45c7e7(0x29e)]();else _0x2a500b['VDpZA'](this[_0x45c7e7(0x184)],_0x2a500b[_0x45c7e7(0x216)])&&(this[_0x45c7e7(0x20f)](this[_0x45c7e7(0x2aa)]()+'</dl>'),--this[_0x45c7e7(0x1e2)],this[_0x45c7e7(0x20f)](this[_0x45c7e7(0x2aa)]()+'</section>'),--this[_0x45c7e7(0x1e2)]);Array['prototype'][_0x45c7e7(0x1f8)][_0x45c7e7(0x275)](this[_0x45c7e7(0x277)],this[_0x45c7e7(0x22c)]),this[_0x45c7e7(0x22c)]=[];})['on'](EVENT_TEST_PASS,async _0x561e69=>{const _0x2fee44=_0x4da99a;this[_0x2fee44(0x22c)]['push']({'speed':_0x561e69[_0x2fee44(0x263)],'suite':_0x561e69['parent'][_0x2fee44(0x185)],'title':_0x561e69[_0x2fee44(0x185)],'fullTitle':_0x561e69['fullTitle'](),'duration':_0x561e69[_0x2fee44(0x269)],'state':_0x561e69[_0x2fee44(0x1cd)],'err':{},'currentRetry':_0x561e69[_0x2fee44(0x245)](),'titlePathV':_0x561e69[_0x2fee44(0x1d4)](),'isPending':_0x561e69[_0x2fee44(0x271)]()});if(_0x2a500b['VDpZA'](this[_0x2fee44(0x184)],_0x2a500b[_0x2fee44(0x1b9)]))_0x2a500b[_0x2fee44(0x1a9)](_0x561e69[_0x2fee44(0x263)],_0x2a500b[_0x2fee44(0x2a4)])?process['stdout']['write'](Base[_0x2fee44(0x19f)](_0x2a500b[_0x2fee44(0x262)],Base[_0x2fee44(0x1e4)][_0x2fee44(0x187)])):process[_0x2fee44(0x230)]['write'](Base[_0x2fee44(0x19f)](_0x561e69[_0x2fee44(0x263)],Base[_0x2fee44(0x1e4)]['dot']));else{if(_0x2a500b[_0x2fee44(0x2a6)](this[_0x2fee44(0x184)],_0x2a500b[_0x2fee44(0x216)])){this[_0x2fee44(0x20f)](this[_0x2fee44(0x2aa)]()+'\x20\x20<dt>'+utils[_0x2fee44(0x1ab)](_0x561e69[_0x2fee44(0x185)])+_0x2fee44(0x189)),this[_0x2fee44(0x20f)](this[_0x2fee44(0x2aa)]()+'\x20\x20<dt>'+utils[_0x2fee44(0x1ab)](_0x561e69[_0x2fee44(0x25f)])+_0x2fee44(0x189));var _0x371f7a=utils['escape'](utils[_0x2fee44(0x208)](_0x561e69[_0x2fee44(0x27c)]));this[_0x2fee44(0x20f)](this[_0x2fee44(0x2aa)]()+_0x2fee44(0x1d8)+_0x371f7a+_0x2fee44(0x297));}}_0x2a500b['birVQ'](this['testObservability'],!![])&&(!_0x561e69[_0x2fee44(0x212)]&&(_0x561e69[_0x2fee44(0x212)]=!![],await this['sendTestRunEvent'](_0x561e69)));})['on'](EVENT_TEST_FAIL,async(_0xc34ae0,_0x53fd56)=>{const _0x10df9c=_0x4da99a;this[_0x10df9c(0x22c)]['push']({'title':_0xc34ae0[_0x10df9c(0x185)],'suite':_0xc34ae0[_0x10df9c(0x1ac)][_0x10df9c(0x185)],'state':_0xc34ae0['state'],'err':{'message':util[_0x10df9c(0x28a)](_0x53fd56)},'fullTitle':_0xc34ae0['fullTitle'](),'speed':_0xc34ae0[_0x10df9c(0x263)],'currentRetry':_0xc34ae0[_0x10df9c(0x245)](),'titlePathV':_0xc34ae0[_0x10df9c(0x1d4)]()});if(_0x2a500b[_0x10df9c(0x23d)](this[_0x10df9c(0x184)],_0x2a500b['PVxvZ']))process[_0x10df9c(0x230)]['write'](Base[_0x10df9c(0x19f)](_0x2a500b[_0x10df9c(0x195)],Base[_0x10df9c(0x1e4)][_0x10df9c(0x1f5)]));else{if(_0x2a500b[_0x10df9c(0x2a6)](this[_0x10df9c(0x184)],_0x2a500b['UtKVy'])){const _0x25326e=_0x2a500b[_0x10df9c(0x225)][_0x10df9c(0x25a)]('|');let _0xf28f24=0x0;while(!![]){switch(_0x25326e[_0xf28f24++]){case'0':this['docAppend'](this[_0x10df9c(0x2aa)]()+_0x10df9c(0x290)+utils['escape'](_0xc34ae0[_0x10df9c(0x25f)])+_0x10df9c(0x189));continue;case'1':this['docAppend'](this[_0x10df9c(0x2aa)]()+_0x10df9c(0x1ba)+_0x1efdfa+_0x10df9c(0x297));continue;case'2':this[_0x10df9c(0x20f)](this[_0x10df9c(0x2aa)]()+_0x10df9c(0x1e3)+utils['escape'](_0xc34ae0[_0x10df9c(0x28b)])+_0x10df9c(0x235));continue;case'3':this[_0x10df9c(0x20f)](this[_0x10df9c(0x2aa)]()+_0x10df9c(0x290)+utils['escape'](_0xc34ae0[_0x10df9c(0x185)])+_0x10df9c(0x189));continue;case'4':var _0x1efdfa=utils[_0x10df9c(0x1ab)](utils[_0x10df9c(0x208)](_0xc34ae0[_0x10df9c(0x27c)]));continue;}break;}}}if(_0x2a500b['VDpZA'](this[_0x10df9c(0x204)],!![])){if(!_0xc34ae0[_0x10df9c(0x212)]){_0xc34ae0[_0x10df9c(0x212)]=!![];if(_0xc34ae0[_0x10df9c(0x29c)])await this[_0x10df9c(0x280)](_0xc34ae0,_0x53fd56);else _0xc34ae0[_0x10df9c(0x27d)]&&await this[_0x10df9c(0x280)](_0xc34ae0,_0x53fd56,![],_0x2a500b[_0x10df9c(0x1c7)]);}}})['on'](EVENT_TEST_PENDING,async _0x10c097=>{const _0x14d964=_0x4da99a;this[_0x14d964(0x22c)]['push']({'title':_0x10c097[_0x14d964(0x185)],'suite':_0x10c097['parent'][_0x14d964(0x185)],'state':_0x10c097[_0x14d964(0x1cd)],'err':{},'fullTitle':_0x10c097[_0x14d964(0x213)](),'speed':_0x10c097[_0x14d964(0x263)],'currentRetry':_0x10c097[_0x14d964(0x245)](),'titlePathV':_0x10c097[_0x14d964(0x1d4)]()}),_0x2a500b[_0x14d964(0x20b)](this[_0x14d964(0x184)],_0x2a500b[_0x14d964(0x1b9)])&&process[_0x14d964(0x230)][_0x14d964(0x191)](Base[_0x14d964(0x19f)](_0x2a500b['hhxGN'],Base[_0x14d964(0x1e4)][_0x14d964(0x27a)])),_0x2a500b[_0x14d964(0x1df)](this['testObservability'],!![])&&(!_0x10c097[_0x14d964(0x29c)]&&(_0x10c097['testAnalyticsId']=_0x2a500b[_0x14d964(0x1f1)](uuidv4)),!_0x10c097[_0x14d964(0x212)]&&(_0x10c097[_0x14d964(0x212)]=!![],await this[_0x14d964(0x280)](_0x10c097,undefined,![],_0x2a500b['FzFbX'])));})['on'](EVENT_TEST_BEGIN,async _0x44d149=>{const _0x37d6f4=_0x4da99a;_0x2a500b[_0x37d6f4(0x233)](this[_0x37d6f4(0x204)],!![])&&await this[_0x37d6f4(0x18f)](_0x44d149);})['on'](EVENT_TEST_END,async _0x5601f7=>{const _0x13f981=_0x4da99a;_0x2a500b[_0x13f981(0x233)](this[_0x13f981(0x204)],!![])&&(!_0x5601f7[_0x13f981(0x212)]&&(_0x5601f7[_0x13f981(0x212)]=!![],await this[_0x13f981(0x280)](_0x5601f7)));})[_0x4da99a(0x1d5)](EVENT_RUN_END,async()=>{const _0x42e249=_0x4da99a;try{if(_0x2a500b[_0x42e249(0x253)](this['testObservability'],!![])){const _0x41e1ec=_0x2a500b[_0x42e249(0x1ae)](getHookSkippedTests,this[_0x42e249(0x1ee)][_0x42e249(0x2ae)]);for(const _0x259a87 of _0x41e1ec){!_0x259a87[_0x42e249(0x29c)]&&(_0x259a87['testAnalyticsId']=_0x2a500b['bcvho'](uuidv4)),await this[_0x42e249(0x280)](_0x259a87,undefined,![],_0x2a500b[_0x42e249(0x20d)]);}}}catch(_0x4fb220){_0x2a500b[_0x42e249(0x299)](debug,_0x42e249(0x1cb)+_0x4fb220);}await requestQueueHandler[_0x42e249(0x1bd)](),_0x2a500b[_0x42e249(0x23b)](this[_0x42e249(0x184)],_0x2a500b[_0x42e249(0x216)])&&Base[_0x42e249(0x26d)](this[_0x42e249(0x283)]);});if(this[_0x4da99a(0x184)]&&![_0x2a500b[_0x4da99a(0x216)],_0x2a500b[_0x4da99a(0x2af)],_0x2a500b[_0x4da99a(0x1a3)],_0x2a500b[_0x4da99a(0x1b9)]][_0x4da99a(0x29d)](this[_0x4da99a(0x184)])){const _0xc771c7=this[_0x4da99a(0x184)]['trim']();this[_0x4da99a(0x1ea)]=null;try{this[_0x4da99a(0x1ea)]=_0x2a500b[_0x4da99a(0x278)](requireModule,_0x4da99a(0x2a1)+_0xc771c7+_0x4da99a(0x2a3));}catch{}if(_0x2a500b[_0x4da99a(0x29a)](this[_0x4da99a(0x1ea)],null))try{this[_0x4da99a(0x1ea)]=_0x2a500b[_0x4da99a(0x299)](require,_0xc771c7);}catch(_0xe41312){console[_0x4da99a(0x19b)](_0x4da99a(0x292)+_0xc771c7);}if(_0x2a500b[_0x4da99a(0x1a2)](this[_0x4da99a(0x1ea)],null)){const _0x4ae007={};_0x4ae007[_0x4da99a(0x25c)]=_0x2c931d[_0x4da99a(0x24b)],this[_0x4da99a(0x1ea)]=new this['Reporter'](_0x3cc09a,_0x4ae007);}}}[a23_0xddbba2(0x2aa)](){const _0x14593f=a23_0xddbba2,_0x218019={'wBsMq':function(_0x30043e,_0x5767a0){return _0x30043e(_0x5767a0);}};return _0x218019[_0x14593f(0x1dc)](Array,this['_indents'])[_0x14593f(0x21f)]('\x20\x20');}[a23_0xddbba2(0x239)](){this['_indents']++;}['decreaseIndent'](){const _0x17744a=a23_0xddbba2;this[_0x17744a(0x1f0)]--;}[a23_0xddbba2(0x20f)](_0x28812f){const _0x2a918b=a23_0xddbba2;this[_0x2a918b(0x283)]+=_0x28812f;}['done'](_0x4dd92c,_0x4bf93b){const _0x4b257d=a23_0xddbba2,_0x5a8e51={'OOslv':function(_0x752ee7,_0xa89cc0){return _0x752ee7(_0xa89cc0);}},_0xd9f146={};_0xd9f146[_0x4b257d(0x209)]=_0x4dd92c,_0xd9f146['results']=this[_0x4b257d(0x277)],_0x5a8e51[_0x4b257d(0x23f)](_0x4bf93b,_0xd9f146);}[a23_0xddbba2(0x27e)](){const _0x395d75=a23_0xddbba2;process[_0x395d75(0x259)](_0x395d75(0x1f2)+process['pid']),process['on'](_0x395d75(0x1f2)+process[_0x395d75(0x220)],this[_0x395d75(0x1a5)][_0x395d75(0x1fa)](this)),process[_0x395d75(0x259)](_0x395d75(0x22f)+process[_0x395d75(0x220)]),process['on'](_0x395d75(0x22f)+process[_0x395d75(0x220)],this[_0x395d75(0x272)][_0x395d75(0x1fa)](this));}['testStarted']=async _0xccb4c3=>{const _0x150fa2=a23_0xddbba2,_0x1b0d9c={'mnTyR':function(_0x409225){return _0x409225();},'HeSdx':function(_0x1bcbca,_0x157830){return _0x1bcbca>_0x157830;},'fFkLg':function(_0x19df50,_0x20d0f3){return _0x19df50===_0x20d0f3;},'QTCnk':_0x150fa2(0x251),'fyltu':function(_0x40c4d3,_0x266e1f){return _0x40c4d3(_0x266e1f);}};try{const _0x556e14=this[_0x150fa2(0x1b6)];this['current_test']=_0xccb4c3,_0xccb4c3[_0x150fa2(0x295)]=null,_0xccb4c3[_0x150fa2(0x29c)]=_0x1b0d9c[_0x150fa2(0x202)](uuidv4),_0xccb4c3[_0x150fa2(0x1f6)]=new Date()[_0x150fa2(0x23a)](),_0x1b0d9c[_0x150fa2(0x1d9)](_0xccb4c3[_0x150fa2(0x1d7)],0x0)&&_0x556e14&&_0x1b0d9c['fFkLg'](_0x556e14[_0x150fa2(0x185)],_0xccb4c3[_0x150fa2(0x185)])?(_0xccb4c3[_0x150fa2(0x295)]=_0x556e14[_0x150fa2(0x29c)],await this[_0x150fa2(0x280)](_0xccb4c3,undefined,![],_0x1b0d9c[_0x150fa2(0x232)]),_0x556e14[_0x150fa2(0x1cd)]=STATE_FAILED,await this[_0x150fa2(0x280)](_0x556e14,undefined,!![])):await this[_0x150fa2(0x280)](_0xccb4c3,undefined,![],_0x1b0d9c[_0x150fa2(0x232)]);}catch(_0x3164de){_0x1b0d9c[_0x150fa2(0x22d)](debug,_0x150fa2(0x1e7)+_0x3164de);}};[a23_0xddbba2(0x280)]=async(_0x4d300e,_0x36a77a=undefined,_0x3b0269=![],_0xaeef5b='TestRunFinished')=>{const _0x789dce=a23_0xddbba2,_0xd0962c={'auVxo':function(_0x43c013,_0xc1d060){return _0x43c013===_0xc1d060;},'ogmJF':function(_0xb254f3,_0x3a7d50){return _0xb254f3!==_0x3a7d50;},'TMaTe':'test','fSBnh':'err','uqthf':function(_0x547030,_0xbcc45e){return _0x547030!==_0xbcc45e;},'OCVLw':'File\x20path\x20could\x20not\x20be\x20found','rugmR':'Mocha','xcFJi':_0x789dce(0x21b),'ZAbrS':'TestRunSkipped','xXTtC':'skipped','qItIN':function(_0x3dcaaf,_0x39232f){return _0x3dcaaf-_0x39232f;},'ftces':_0x789dce(0x237),'mItkC':_0x789dce(0x199),'eFHVf':function(_0x4f2fb3,_0x23e3d7){return _0x4f2fb3===_0x23e3d7;},'NVYnh':'started_at','yOSzR':_0x789dce(0x197),'atCjy':function(_0x55c068,_0x4f71c5){return _0x55c068(_0x4f71c5);},'CMqGD':_0x789dce(0x1ad),'EQgAe':_0x789dce(0x1c1),'VbUYf':_0x789dce(0x243),'wmiUg':function(_0x4fdc09,_0x14292d){return _0x4fdc09===_0x14292d;},'FxFiP':_0x789dce(0x261),'IGseq':function(_0xfd3821,_0x444bc1){return _0xfd3821===_0x444bc1;},'eXWWJ':function(_0x121827,_0x277e68){return _0x121827(_0x277e68);},'ZxpcU':_0x789dce(0x248),'IwNhQ':_0x789dce(0x186),'QBajA':_0x789dce(0x247),'xRbXB':_0x789dce(0x1a7),'SpFyJ':'expanded','TRdnE':_0x789dce(0x273),'jeAGb':function(_0x1d716e,_0x2df0a6){return _0x1d716e(_0x2df0a6);},'JjnNz':_0x789dce(0x2a9),'ANHlM':_0x789dce(0x252),'uhJEW':'test_run'};try{if(_0x4d300e[_0x789dce(0x27c)]&&_0x4d300e['body']['match'](/browserstack internal helper hook/))return;let _0x3b6f98=[];if(_0xd0962c[_0x789dce(0x193)](_0x4d300e[_0x789dce(0x1cd)],STATE_FAILED)){if(_0xd0962c[_0x789dce(0x18c)](_0x4d300e[_0x789dce(0x28b)],undefined))_0x3b6f98=_0x4d300e[_0x789dce(0x28b)][_0x789dce(0x1c4)]?[_0x4d300e[_0x789dce(0x28b)][_0x789dce(0x1c4)],_0xd0962c[_0x789dce(0x214)]]:[_0x4d300e['err'],_0xd0962c['fSBnh']];else _0xd0962c[_0x789dce(0x20c)](_0x36a77a,undefined)?_0x3b6f98=[_0x36a77a,_0xd0962c[_0x789dce(0x21d)]]:_0x3b6f98=[];}const _0x3d35ce=_0xd0962c[_0x789dce(0x20c)](_0x4d300e[_0x789dce(0x28b)],undefined)?_0x4d300e[_0x789dce(0x28b)][_0x789dce(0x1a4)]():_0xd0962c['ogmJF'](_0x36a77a,undefined)?_0x36a77a[_0x789dce(0x1a4)]():undefined;let _0x4df124;try{_0x4df124=this[_0x789dce(0x1b7)](_0x4d300e);}catch(_0x5890f6){_0x4df124=null;}const _0x1b054c=_0x4df124?this[_0x789dce(0x25b)](_0x4df124):null,_0x141531=_0x4df124?this[_0x789dce(0x194)]['prefixTestPath'](this['getRootParentFile'](_0x4d300e)):_0xd0962c[_0x789dce(0x244)],_0x25db0c={'framework':_0xd0962c[_0x789dce(0x29b)],'uuid':_0x4d300e[_0x789dce(0x29c)]||_0x4d300e[_0x789dce(0x27d)],'name':_0x4d300e[_0x789dce(0x185)],'body':{'lang':_0xd0962c[_0x789dce(0x2ab)],'code':_0x4d300e[_0x789dce(0x27c)]},'scope':this[_0x789dce(0x1f3)](_0x4d300e),'scopes':this[_0x789dce(0x249)](_0x4d300e),'identifier':_0x4d300e[_0x789dce(0x213)](),'file_name':_0x141531,'vc_filepath':_0x1b054c?path['relative'](_0x1b054c,_0x4df124):null,'location':_0x141531,'result':_0xd0962c[_0x789dce(0x193)](_0xaeef5b,_0xd0962c[_0x789dce(0x279)])?_0xd0962c[_0x789dce(0x24a)]:this[_0x789dce(0x20a)](_0x4d300e['state']),'failure_reason':_0x3d35ce,'duration_in_ms':_0x4d300e[_0x789dce(0x269)]||(_0xaeef5b[_0x789dce(0x1aa)](/Finished/)||_0xaeef5b['match'](/Skipped/)?_0xd0962c[_0x789dce(0x258)](Date['now'](),new Date(_0x4d300e['started_at'])[_0x789dce(0x1e5)]()):null),'started_at':_0x4d300e[_0x789dce(0x1f6)],'finished_at':_0xaeef5b['match'](/Finished/)||_0xaeef5b[_0x789dce(0x1aa)](/Skipped/)?new Date()[_0x789dce(0x23a)]():null,'failure':failureData['apply'](null,_0x3b6f98),'failure_type':!_0x3d35ce?null:_0x3d35ce['match'](/AssertionError/)?_0xd0962c['ftces']:_0xd0962c[_0x789dce(0x1dd)],'retry_of':_0x4d300e[_0x789dce(0x295)]};_0xd0962c[_0x789dce(0x1cc)](_0xaeef5b,_0xd0962c[_0x789dce(0x279)])&&!_0x25db0c[_0xd0962c[_0x789dce(0x27f)]]&&(_0x25db0c[_0xd0962c[_0x789dce(0x27f)]]=_0x25db0c[_0xd0962c[_0x789dce(0x1e9)]]);if(_0xaeef5b[_0x789dce(0x1aa)](/HookRun/))[_0x25db0c['hook_type'],_0x25db0c[_0x789dce(0x288)]]=_0xd0962c['atCjy'](getHookDetails,_0x4d300e['fullTitle']()||_0x4d300e['originalTitle']||_0x4d300e[_0x789dce(0x185)]),_0xd0962c[_0x789dce(0x1cc)](_0xaeef5b,_0xd0962c[_0x789dce(0x2a7)])&&(_0xd0962c[_0x789dce(0x18c)](_0x25db0c[_0x789dce(0x224)],_0xd0962c[_0x789dce(0x256)])&&(_0x25db0c[_0x789dce(0x224)]=_0xd0962c[_0x789dce(0x1ca)]),_0xd0962c[_0x789dce(0x21a)](_0x25db0c[_0x789dce(0x2a9)],_0xd0962c[_0x789dce(0x1ef)])&&_0xd0962c[_0x789dce(0x1f9)](_0x25db0c[_0x789dce(0x224)],_0xd0962c[_0x789dce(0x256)])&&!_0x4d300e[_0x789dce(0x231)][_0x789dce(0x1a8)]['markedStatus']&&(_0x4d300e[_0x789dce(0x231)][_0x789dce(0x1a8)][_0x789dce(0x212)]=!![],_0x4d300e[_0x789dce(0x231)]['currentTest']['state']=STATE_FAILED,await this[_0x789dce(0x280)](_0x4d300e[_0x789dce(0x231)][_0x789dce(0x1a8)],undefined,!![])));else _0xaeef5b['match'](/TestRun/)&&_0xd0962c['eXWWJ'](mapTestHooks,_0x4d300e);const _0x35ccec=_0x25db0c[_0xd0962c[_0x789dce(0x246)]][0x0];_0x35ccec&&(_0x25db0c[_0xd0962c[_0x789dce(0x1c9)]]=_0x35ccec[_0xd0962c[_0x789dce(0x24c)]],_0x25db0c[_0xd0962c[_0x789dce(0x215)]]=_0x35ccec[_0xd0962c[_0x789dce(0x28e)]]);[_0xd0962c['TRdnE'],_0xd0962c[_0x789dce(0x279)]]['includes'](_0xaeef5b)&&(this[_0x789dce(0x1ec)][_0x789dce(0x1f8)](_0x25db0c),_0x25db0c[_0x789dce(0x274)]=_0xd0962c['jeAGb'](getHooksForTest,_0x4d300e));const _0x39dcaf={'event_type':_0xd0962c[_0x789dce(0x21a)](_0xaeef5b,_0xd0962c[_0x789dce(0x279)])?_0xd0962c[_0x789dce(0x1a1)]:_0xaeef5b};_0xaeef5b[_0x789dce(0x1aa)](/HookRun/)?(_0x25db0c[_0xd0962c[_0x789dce(0x257)]]=HOOK_TYPES_MAP[_0x25db0c[_0xd0962c[_0x789dce(0x257)]]],_0x39dcaf[_0xd0962c[_0x789dce(0x1a6)]]=_0x25db0c):_0x39dcaf[_0xd0962c[_0x789dce(0x26c)]]=_0x25db0c,await SessionHandler[_0x789dce(0x18a)](_0x39dcaf);}catch(_0x2e9a0d){_0xd0962c[_0x789dce(0x298)](debug,_0x789dce(0x242)+_0xaeef5b+_0x789dce(0x1b3)+_0x2e9a0d);}};[a23_0xddbba2(0x25b)](_0x495d78){const _0x1ad5a0=a23_0xddbba2,_0x2dbad0={};_0x2dbad0[_0x1ad5a0(0x1d0)]=function(_0x4275ae,_0x3f0968){return _0x4275ae===_0x3f0968;},_0x2dbad0['YuPiO']=function(_0x608ed8,_0x4f0a14){return _0x608ed8===_0x4f0a14;},_0x2dbad0['wlxCX']='.git',_0x2dbad0['uzoNa']=_0x1ad5a0(0x1c5);const _0x449c2d=_0x2dbad0,_0x4e093a=path[_0x1ad5a0(0x1e0)];if(_0x449c2d[_0x1ad5a0(0x1d0)](_0x495d78,null)||_0x449c2d[_0x1ad5a0(0x1d0)](_0x495d78,'')||_0x449c2d['YuPiO'](_0x495d78,_0x4e093a))return null;try{return fs[_0x1ad5a0(0x226)](path[_0x1ad5a0(0x21f)](_0x495d78,_0x449c2d[_0x1ad5a0(0x1fd)],_0x449c2d['uzoNa'])),_0x495d78;}catch(_0xb2e1f8){const _0x1d8566=path['dirname'](_0x495d78);return this[_0x1ad5a0(0x25b)](_0x1d8566);}}[a23_0xddbba2(0x1a5)]=async _0x10f198=>{const _0x5fc8ab=a23_0xddbba2,_0x460c4c={'icuIK':_0x5fc8ab(0x2a5),'fEomQ':function(_0x4cce4b,_0x18b4cf){return _0x4cce4b(_0x18b4cf);}};try{this['current_hook']&&!this['current_hook'][_0x5fc8ab(0x212)]&&(_0x10f198[_0x5fc8ab(0x221)]=this[_0x5fc8ab(0x222)]['hookAnalyticsId']);!_0x10f198[_0x5fc8ab(0x221)]&&this[_0x5fc8ab(0x1b6)]&&!this[_0x5fc8ab(0x1b6)][_0x5fc8ab(0x212)]&&(_0x10f198[_0x5fc8ab(0x255)]=this['current_test'][_0x5fc8ab(0x29c)]);if(_0x10f198[_0x5fc8ab(0x221)]||_0x10f198[_0x5fc8ab(0x255)]){const _0x1a4ba5={};_0x1a4ba5[_0x5fc8ab(0x219)]=_0x460c4c[_0x5fc8ab(0x254)],_0x1a4ba5[_0x5fc8ab(0x1da)]=[_0x10f198],await SessionHandler[_0x5fc8ab(0x18a)](_0x1a4ba5);}}catch(_0x37ef07){_0x460c4c['fEomQ'](debug,_0x5fc8ab(0x1bf)+_0x37ef07);}};[a23_0xddbba2(0x272)]=async _0x11a4c5=>{const _0x30dca6=a23_0xddbba2,_0xf6c037={'ZUOyc':'http_response','TAKHM':_0x30dca6(0x282),'fXrSk':function(_0x20e6b5,_0x2c4bb3){return _0x20e6b5(_0x2c4bb3);}};try{const _0x338d15={};_0x338d15[_0x30dca6(0x23e)]=_0x11a4c5[_0x30dca6(0x23e)]||this['current_test'][_0x30dca6(0x29c)],_0x338d15[_0x30dca6(0x291)]=_0x11a4c5[_0xf6c037[_0x30dca6(0x24e)]];const _0x50c684=_0x338d15,_0x245168={};_0x245168[_0x30dca6(0x219)]=_0xf6c037[_0x30dca6(0x1af)],_0x245168[_0x30dca6(0x19e)]=_0x50c684,await SessionHandler[_0x30dca6(0x18a)](_0x245168);}catch(_0x2a0036){_0xf6c037[_0x30dca6(0x240)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x2a0036);}};[a23_0xddbba2(0x20a)](_0x29a5db){const _0x1870f7=a23_0xddbba2,_0x2afbe9={};_0x2afbe9['PPWlb']=_0x1870f7(0x243),_0x2afbe9[_0x1870f7(0x1c3)]=_0x1870f7(0x190),_0x2afbe9[_0x1870f7(0x228)]=_0x1870f7(0x1c1);const _0x3d33c4=_0x2afbe9,_0xc93355={};return _0xc93355[STATE_PASSED]=_0x3d33c4[_0x1870f7(0x1c6)],_0xc93355[STATE_PENDING]=_0x3d33c4[_0x1870f7(0x1c3)],_0xc93355[STATE_FAILED]=_0x3d33c4[_0x1870f7(0x228)],_0xc93355[_0x29a5db];}[a23_0xddbba2(0x1f3)](_0x412720){const _0x175fef=a23_0xddbba2,_0x38aea2={};_0x38aea2['zxJXw']=function(_0x25c39c,_0x31607e){return _0x25c39c-_0x31607e;};const _0xe5d454=_0x38aea2,_0x4fac0d=_0x412720['titlePath']();return _0x4fac0d[_0x175fef(0x28d)](0x0,_0xe5d454['zxJXw'](_0x4fac0d[_0x175fef(0x285)],0x1))[_0x175fef(0x21f)]('\x20');}['scopes'](_0x307d98){const _0x492706=a23_0xddbba2,_0x4fd974={};_0x4fd974[_0x492706(0x207)]=function(_0x4346b5,_0x46a845){return _0x4346b5-_0x46a845;};const _0x35e9a4=_0x4fd974,_0x1c7ce8=_0x307d98[_0x492706(0x1d4)]();return _0x1c7ce8[_0x492706(0x28d)](0x0,_0x35e9a4[_0x492706(0x207)](_0x1c7ce8[_0x492706(0x285)],0x1));}[a23_0xddbba2(0x1b7)](_0x534319){const _0x9680bb=a23_0xddbba2,_0x4ecec5={};_0x4ecec5[_0x9680bb(0x2a8)]=function(_0x145ddf,_0x505368){return _0x145ddf>_0x505368;};const _0x2cccf7=_0x4ecec5;if(_0x534319[_0x9680bb(0x25f)])return _0x534319[_0x9680bb(0x25f)];if(_0x534319['ctx']){const _0x398bd1=_0x534319['ctx'][_0x9680bb(0x1a8)]?this['getRootParentFile'](_0x534319[_0x9680bb(0x231)]['currentTest']):null;if(_0x398bd1)return _0x398bd1;}if(_0x534319['parent']){const _0x52283e=this[_0x9680bb(0x1b7)](_0x534319['parent'])||(_0x534319[_0x9680bb(0x1ac)][_0x9680bb(0x231)]&&_0x534319[_0x9680bb(0x1ac)][_0x9680bb(0x231)][_0x9680bb(0x1a8)]?this[_0x9680bb(0x1b7)](_0x534319['parent']['ctx'][_0x9680bb(0x1a8)]):null);if(_0x52283e)return _0x52283e;_0x534319[_0x9680bb(0x1ac)][_0x9680bb(0x22b)]&&_0x2cccf7[_0x9680bb(0x2a8)](_0x534319[_0x9680bb(0x1ac)][_0x9680bb(0x22b)]['length'],0x0)&&_0x534319[_0x9680bb(0x1ac)]['suites'][_0x9680bb(0x234)](_0x547170=>{const _0x44c87a=_0x9680bb,_0x4af19d=_0x547170[_0x44c87a(0x231)]?this[_0x44c87a(0x1b7)](_0x547170[_0x44c87a(0x231)]):null;if(_0x4af19d)return _0x4af19d;});}return null;}}module[a23_0xddbba2(0x206)]=MyReporter;
1
+ 'use strict';const a23_0x29d825=a23_0xc363;(function(_0x5dd5f3,_0x24fc79){const _0x1984fc=a23_0xc363,_0x5bca5a=_0x5dd5f3();while(!![]){try{const _0xe1fe69=-parseInt(_0x1984fc(0x265))/0x1*(parseInt(_0x1984fc(0x1cf))/0x2)+parseInt(_0x1984fc(0x1c3))/0x3+parseInt(_0x1984fc(0x19e))/0x4+parseInt(_0x1984fc(0x206))/0x5+parseInt(_0x1984fc(0x1b2))/0x6*(parseInt(_0x1984fc(0x227))/0x7)+-parseInt(_0x1984fc(0x22b))/0x8*(parseInt(_0x1984fc(0x1f0))/0x9)+-parseInt(_0x1984fc(0x1bd))/0xa;if(_0xe1fe69===_0x24fc79)break;else _0x5bca5a['push'](_0x5bca5a['shift']());}catch(_0x54c202){_0x5bca5a['push'](_0x5bca5a['shift']());}}}(a23_0x3217,0xf372d));const util=require(a23_0x29d825(0x220)),fs=require('fs'),path=require(a23_0x29d825(0x214)),{requireModule}=require(a23_0x29d825(0x242)),Base=requireModule(a23_0x29d825(0x188)),utils=requireModule('mocha/lib/utils.js'),color=Base['color'],Mocha=requireModule('mocha'),Runnable=requireModule(a23_0x29d825(0x1f4)),{v4:uuidv4}=require(a23_0x29d825(0x269)),bsSetupHelper=require('../../../helpers/helper'),a23_0x507bfe={};a23_0x507bfe[a23_0x29d825(0x239)]=a23_0x29d825(0x1a2),a23_0x507bfe['after\x20all']=a23_0x29d825(0x1e5),a23_0x507bfe[a23_0x29d825(0x1bb)]=a23_0x29d825(0x210),a23_0x507bfe[a23_0x29d825(0x19a)]=a23_0x29d825(0x25f);const HOOK_TYPES_MAP=a23_0x507bfe,{EVENT_RUN_END,EVENT_TEST_BEGIN,EVENT_TEST_END,EVENT_TEST_PENDING,EVENT_RUN_BEGIN,EVENT_TEST_FAIL,EVENT_TEST_PASS,EVENT_SUITE_BEGIN,EVENT_SUITE_END,EVENT_HOOK_BEGIN,EVENT_HOOK_END}=Mocha[a23_0x29d825(0x225)][a23_0x29d825(0x213)],{STATE_PASSED,STATE_PENDING,STATE_FAILED}=Runnable['constants'],{getTestEnv,getHookDetails,getHooksForTest,mapTestHooks,getHookSkippedTests}=require(a23_0x29d825(0x1a3)),{consoleHolder}=require(a23_0x29d825(0x221)),SessionHandler=require(a23_0x29d825(0x24b)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a23_0x29d825(0x234)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),requestQueueHandler=RequestQueueHandler[a23_0x29d825(0x277)]();class MyReporter{constructor(_0x277621,_0xef723f){const _0x1b6095=a23_0x29d825,_0x21346e={'XRRvF':function(_0x21bd93,_0x3a40eb){return _0x21bd93===_0x3a40eb;},'zQcuk':_0x1b6095(0x252),'SKLkR':function(_0x33095b,_0x2cfd29){return _0x33095b+_0x2cfd29;},'dfapU':function(_0x5a1c1b,_0x5d6126){return _0x5a1c1b+_0x5d6126;},'sjpVs':function(_0x14ba2e,_0x339c00,_0x4fbd6f){return _0x14ba2e(_0x339c00,_0x4fbd6f);},'zgHLX':_0x1b6095(0x1e2),'JJQTH':_0x1b6095(0x1c8),'LjZRP':function(_0xcef4ac,_0x38d4cf,_0x578221){return _0xcef4ac(_0x38d4cf,_0x578221);},'uZskV':_0x1b6095(0x1ad),'jRMxc':_0x1b6095(0x17f),'BsWGE':_0x1b6095(0x28e),'FQqHq':function(_0x4aecbc,_0x38f47f){return _0x4aecbc===_0x38f47f;},'btWSr':'doc','hDEps':function(_0x2f5957){return _0x2f5957();},'puBsl':function(_0x607f19){return _0x607f19();},'vDpjk':_0x1b6095(0x24f),'pCRzr':function(_0x4f9c73,_0x2651a8){return _0x4f9c73===_0x2651a8;},'goJwX':_0x1b6095(0x27e),'btTsD':function(_0x2b7ca2,_0x421aca){return _0x2b7ca2===_0x421aca;},'aAIAn':_0x1b6095(0x1c1),'CzOZr':_0x1b6095(0x184),'rraYB':function(_0xc37407,_0x2d3dbb){return _0xc37407+_0x2d3dbb;},'FcHUy':_0x1b6095(0x1ee),'kKNSe':function(_0x1f53b3,_0x3f921a){return _0x1f53b3+_0x3f921a;},'LxLEL':_0x1b6095(0x251),'aCezt':_0x1b6095(0x20c),'AtnPk':function(_0x19dc1c,_0x3b974c){return _0x19dc1c+_0x3b974c;},'QhGtF':function(_0xb962ca,_0x50201d,_0x499851){return _0xb962ca(_0x50201d,_0x499851);},'pwYRl':'\x20(%dms)','dYtiR':function(_0x259241,_0x4f6c2c){return _0x259241+_0x4f6c2c;},'jxtCF':function(_0x5bb886,_0x2ce5d9,_0xcbc104){return _0x5bb886(_0x2ce5d9,_0xcbc104);},'xXFWU':_0x1b6095(0x23b),'lGHPN':_0x1b6095(0x1a9),'QEupX':function(_0x5405b9,_0x25c9cd,_0x245b2b){return _0x5405b9(_0x25c9cd,_0x245b2b);},'HRFzh':_0x1b6095(0x21a),'lhsan':'COMPLETED','afKBs':function(_0x2cf96e,_0x115b6f){return _0x2cf96e===_0x115b6f;},'biyXs':_0x1b6095(0x185),'caUfC':function(_0x4fb76c,_0x502ee7){return _0x4fb76c===_0x502ee7;},'kpkld':'slow','AlqEz':function(_0x22e515,_0x3a6901){return _0x22e515===_0x3a6901;},'JXDxH':function(_0x62c179,_0x275037){return _0x62c179===_0x275037;},'NckpS':_0x1b6095(0x1cd),'GkBao':function(_0x34f804,_0x5c4e2a){return _0x34f804===_0x5c4e2a;},'sHEaj':function(_0x47f0fa,_0x236005){return _0x47f0fa===_0x236005;},'XVqkY':_0x1b6095(0x26c),'XSqZF':function(_0x115e59,_0x145912){return _0x115e59===_0x145912;},'YHPwV':'TestRunSkipped','euGen':function(_0x307529,_0x5a8962){return _0x307529===_0x5a8962;},'bTeFk':function(_0x1baad6,_0x2c0c41){return _0x1baad6(_0x2c0c41);},'cKAtP':function(_0x24c3cf){return _0x24c3cf();},'rpfVb':function(_0x57d656,_0x261e01){return _0x57d656(_0x261e01);},'TZCVJ':function(_0x3df97a){return _0x3df97a();},'EGIyF':function(_0x324aa4){return _0x324aa4();},'DVlbt':function(_0x2d15b2,_0x443f67){return _0x2d15b2===_0x443f67;},'hHMZD':_0x1b6095(0x253),'PyDrp':function(_0x9d9091,_0x1f5eba){return _0x9d9091===_0x1f5eba;},'OibNp':function(_0xff9ffa,_0x5837e9){return _0xff9ffa!==_0x5837e9;}};this['type']=_0xef723f[_0x1b6095(0x1e7)][_0x1b6095(0x197)],this[_0x1b6095(0x17e)]=_0x21346e[_0x1b6095(0x1ea)](isTestObservabilitySession),Base[_0x1b6095(0x17c)](this,_0x277621,_0xef723f),this[_0x1b6095(0x170)]=0x0,this[_0x1b6095(0x229)]=0x0,this['results']=[],this['finalResults']=[],this[_0x1b6095(0x1a4)]=0x0,this[_0x1b6095(0x179)]=![],this[_0x1b6095(0x1dc)]=[],this[_0x1b6095(0x222)]=_0x21346e[_0x1b6095(0x255)](getTestEnv),this['_paths']=new PathHelper({'cwd':process[_0x1b6095(0x250)]()},this['_testEnv']['location_prefix']),this[_0x1b6095(0x283)]=_0xef723f[_0x1b6095(0x1e7)]['bsConfig'],this['registerListeners']();_0x21346e['DVlbt'](this[_0x1b6095(0x197)],_0x21346e[_0x1b6095(0x256)])&&(this[_0x1b6095(0x183)]='',this[_0x1b6095(0x1ab)]=0x2);_0x277621[_0x1b6095(0x275)](EVENT_RUN_BEGIN,async()=>{const _0x42ea9f=_0x1b6095;_0x21346e['XRRvF'](this[_0x42ea9f(0x197)],_0x21346e['zQcuk'])&&Base[_0x42ea9f(0x18f)]();})['on'](EVENT_SUITE_BEGIN,_0x5b468d=>{const _0x42b08c=_0x1b6095;if(_0x5b468d['root'])return;if(_0x21346e[_0x42b08c(0x287)](this[_0x42b08c(0x197)],_0x21346e[_0x42b08c(0x186)]))this[_0x42b08c(0x202)](),Base[_0x42b08c(0x18f)](_0x21346e[_0x42b08c(0x270)](_0x21346e[_0x42b08c(0x217)](this['indent'](),_0x21346e[_0x42b08c(0x238)](color,_0x21346e[_0x42b08c(0x16d)],_0x21346e[_0x42b08c(0x25e)])),_0x21346e['LjZRP'](color,_0x21346e[_0x42b08c(0x23f)],_0x21346e[_0x42b08c(0x172)])),_0x21346e[_0x42b08c(0x20a)],_0x5b468d[_0x42b08c(0x1b6)],global['__platform__']);else _0x21346e['FQqHq'](this[_0x42b08c(0x197)],_0x21346e[_0x42b08c(0x256)])&&(this['docAppend'](this['indent']()+_0x42b08c(0x1d1)),++this['__indents'],this[_0x42b08c(0x1f2)](this[_0x42b08c(0x215)]()+_0x42b08c(0x243)+utils['escape'](_0x5b468d[_0x42b08c(0x1b6)]+_0x42b08c(0x1e4)+global['__platform__'])+_0x42b08c(0x1ae)),this[_0x42b08c(0x1f2)](this[_0x42b08c(0x215)]()+_0x42b08c(0x27c)));})['on'](EVENT_HOOK_BEGIN,async _0x43abd4=>{const _0x195cdf=_0x1b6095;if(_0x21346e[_0x195cdf(0x287)](this[_0x195cdf(0x17e)],!![])){if(!_0x43abd4[_0x195cdf(0x1fd)])_0x43abd4[_0x195cdf(0x1fd)]=_0x21346e['hDEps'](uuidv4);else _0x43abd4[_0x195cdf(0x1ef)]&&(_0x43abd4['hookAnalyticsId']=_0x21346e['puBsl'](uuidv4),delete _0x43abd4[_0x195cdf(0x1ef)]);_0x43abd4[_0x195cdf(0x1a1)]=new Date()[_0x195cdf(0x205)](),this['current_hook']=_0x43abd4,await this[_0x195cdf(0x18d)](_0x43abd4,undefined,![],_0x21346e[_0x195cdf(0x16e)]);}})['on'](EVENT_HOOK_END,async _0x585c8a=>{const _0x5d2812=_0x1b6095;_0x21346e[_0x5d2812(0x1fb)](this[_0x5d2812(0x17e)],!![])&&(!_0x585c8a[_0x5d2812(0x1ef)]&&(_0x585c8a[_0x5d2812(0x1ef)]=!![],await this[_0x5d2812(0x18d)](_0x585c8a,undefined,![],_0x21346e[_0x5d2812(0x236)])));})['on'](EVENT_SUITE_END,_0x20a136=>{const _0x29482b=_0x1b6095;if(_0x20a136[_0x29482b(0x20e)])return;if(_0x21346e[_0x29482b(0x279)](this['type'],_0x21346e[_0x29482b(0x186)]))Base[_0x29482b(0x18f)](),Base['consoleLog'](_0x21346e[_0x29482b(0x1de)](_0x21346e[_0x29482b(0x267)](this[_0x29482b(0x215)](),_0x21346e[_0x29482b(0x26f)](color,_0x21346e[_0x29482b(0x1f9)],_0x21346e[_0x29482b(0x25e)])),_0x21346e['LjZRP'](color,_0x21346e[_0x29482b(0x23f)],_0x21346e['jRMxc'])),_0x21346e['lhsan'],_0x20a136['title'],global[_0x29482b(0x27b)]),this[_0x29482b(0x1f5)][_0x29482b(0x20f)](_0x31e756=>{const _0x210719=_0x29482b;if(_0x21346e['btTsD'](_0x31e756[_0x210719(0x1eb)],_0x21346e[_0x210719(0x191)])){var _0x4a6fb2;_0x21346e[_0x210719(0x279)](_0x31e756[_0x210719(0x173)],_0x21346e['CzOZr'])?(_0x4a6fb2=_0x21346e['dfapU'](_0x21346e[_0x210719(0x233)](this['indent'](),_0x21346e[_0x210719(0x230)](color,_0x21346e[_0x210719(0x171)],_0x21346e['kKNSe']('\x20\x20',Base['symbols']['ok']))),_0x21346e[_0x210719(0x238)](color,_0x21346e[_0x210719(0x1f3)],_0x21346e[_0x210719(0x1d4)])),Base[_0x210719(0x18f)](_0x4a6fb2,_0x31e756['title'])):(_0x4a6fb2=_0x21346e[_0x210719(0x258)](_0x21346e['dfapU'](_0x21346e[_0x210719(0x258)](this[_0x210719(0x215)](),_0x21346e[_0x210719(0x230)](color,_0x21346e[_0x210719(0x171)],_0x21346e[_0x210719(0x1de)]('\x20\x20',Base[_0x210719(0x18c)]['ok']))),_0x21346e['QhGtF'](color,_0x21346e[_0x210719(0x1f3)],_0x21346e['aCezt'])),_0x21346e[_0x210719(0x230)](color,_0x31e756['speed'],_0x21346e[_0x210719(0x17a)])),Base['consoleLog'](_0x4a6fb2,_0x31e756[_0x210719(0x1b6)],_0x31e756['duration']));}else Base[_0x210719(0x18f)](_0x21346e['dYtiR'](this[_0x210719(0x215)](),_0x21346e[_0x210719(0x28b)](color,_0x21346e['xXFWU'],_0x21346e[_0x210719(0x211)])),++this['failCount'],_0x31e756[_0x210719(0x1b6)]);}),this['decreaseIndent']();else _0x21346e[_0x29482b(0x1ed)](this[_0x29482b(0x197)],_0x21346e[_0x29482b(0x256)])&&(this[_0x29482b(0x1f2)](this[_0x29482b(0x215)]()+_0x29482b(0x259)),--this[_0x29482b(0x1ab)],this[_0x29482b(0x1f2)](this['indent']()+'</section>'),--this['__indents']);Array[_0x29482b(0x201)][_0x29482b(0x1b1)][_0x29482b(0x289)](this[_0x29482b(0x235)],this['results']),this['results']=[];})['on'](EVENT_TEST_PASS,async _0x28c8ef=>{const _0x5039cd=_0x1b6095;this[_0x5039cd(0x1f5)][_0x5039cd(0x1b1)]({'speed':_0x28c8ef['speed'],'suite':_0x28c8ef[_0x5039cd(0x219)][_0x5039cd(0x1b6)],'title':_0x28c8ef[_0x5039cd(0x1b6)],'fullTitle':_0x28c8ef[_0x5039cd(0x1d6)](),'duration':_0x28c8ef[_0x5039cd(0x1c0)],'state':_0x28c8ef['state'],'err':{},'currentRetry':_0x28c8ef[_0x5039cd(0x204)](),'titlePathV':_0x28c8ef[_0x5039cd(0x1af)](),'isPending':_0x28c8ef['isPending']()});if(_0x21346e['afKBs'](this[_0x5039cd(0x197)],_0x21346e['biyXs']))_0x21346e[_0x5039cd(0x23d)](_0x28c8ef[_0x5039cd(0x173)],_0x21346e[_0x5039cd(0x25c)])?process['stdout']['write'](Base[_0x5039cd(0x1fa)](_0x21346e[_0x5039cd(0x1f9)],Base['symbols'][_0x5039cd(0x185)])):process['stdout']['write'](Base[_0x5039cd(0x1fa)](_0x28c8ef[_0x5039cd(0x173)],Base['symbols'][_0x5039cd(0x185)]));else{if(_0x21346e[_0x5039cd(0x1ed)](this[_0x5039cd(0x197)],_0x21346e[_0x5039cd(0x256)])){this[_0x5039cd(0x1f2)](this[_0x5039cd(0x215)]()+_0x5039cd(0x26d)+utils[_0x5039cd(0x182)](_0x28c8ef['title'])+_0x5039cd(0x1e1)),this['docAppend'](this[_0x5039cd(0x215)]()+_0x5039cd(0x26d)+utils['escape'](_0x28c8ef[_0x5039cd(0x237)])+_0x5039cd(0x1e1));var _0x556bc7=utils[_0x5039cd(0x182)](utils[_0x5039cd(0x216)](_0x28c8ef['body']));this[_0x5039cd(0x1f2)](this[_0x5039cd(0x215)]()+_0x5039cd(0x174)+_0x556bc7+_0x5039cd(0x17d));}}_0x21346e[_0x5039cd(0x1fb)](this['testObservability'],!![])&&(!_0x28c8ef[_0x5039cd(0x1ef)]&&(_0x28c8ef['markedStatus']=!![],await this[_0x5039cd(0x18d)](_0x28c8ef)));})['on'](EVENT_TEST_FAIL,async(_0x24d1e9,_0x305825)=>{const _0x573dbd=_0x1b6095;this['results'][_0x573dbd(0x1b1)]({'title':_0x24d1e9[_0x573dbd(0x1b6)],'suite':_0x24d1e9[_0x573dbd(0x219)][_0x573dbd(0x1b6)],'state':_0x24d1e9[_0x573dbd(0x1eb)],'err':{'message':util[_0x573dbd(0x180)](_0x305825)},'fullTitle':_0x24d1e9[_0x573dbd(0x1d6)](),'speed':_0x24d1e9[_0x573dbd(0x173)],'currentRetry':_0x24d1e9[_0x573dbd(0x204)](),'titlePathV':_0x24d1e9[_0x573dbd(0x1af)]()});if(_0x21346e[_0x573dbd(0x27d)](this['type'],_0x21346e[_0x573dbd(0x1b7)]))process[_0x573dbd(0x1df)]['write'](Base[_0x573dbd(0x1fa)](_0x21346e[_0x573dbd(0x19f)],Base[_0x573dbd(0x18c)]['bang']));else{if(_0x21346e[_0x573dbd(0x266)](this[_0x573dbd(0x197)],_0x21346e['btWSr'])){const _0x35e7a5=_0x21346e[_0x573dbd(0x286)][_0x573dbd(0x240)]('|');let _0x1ce945=0x0;while(!![]){switch(_0x35e7a5[_0x1ce945++]){case'0':this['docAppend'](this[_0x573dbd(0x215)]()+_0x573dbd(0x272)+_0x29c125+_0x573dbd(0x17d));continue;case'1':this[_0x573dbd(0x1f2)](this[_0x573dbd(0x215)]()+_0x573dbd(0x1a7)+utils[_0x573dbd(0x182)](_0x24d1e9[_0x573dbd(0x237)])+_0x573dbd(0x1e1));continue;case'2':this[_0x573dbd(0x1f2)](this['indent']()+_0x573dbd(0x23a)+utils['escape'](_0x24d1e9['err'])+'</dd>');continue;case'3':var _0x29c125=utils[_0x573dbd(0x182)](utils[_0x573dbd(0x216)](_0x24d1e9[_0x573dbd(0x245)]));continue;case'4':this[_0x573dbd(0x1f2)](this[_0x573dbd(0x215)]()+'\x20\x20<dt\x20class=\x22error\x22>'+utils['escape'](_0x24d1e9[_0x573dbd(0x1b6)])+_0x573dbd(0x1e1));continue;}break;}}}if(_0x21346e['GkBao'](this[_0x573dbd(0x17e)],!![])){if(!_0x24d1e9[_0x573dbd(0x1ef)]){_0x24d1e9['markedStatus']=!![];if(_0x24d1e9[_0x573dbd(0x1ca)])await this[_0x573dbd(0x18d)](_0x24d1e9,_0x305825);else _0x24d1e9[_0x573dbd(0x1fd)]&&await this[_0x573dbd(0x18d)](_0x24d1e9,_0x305825,![],_0x21346e[_0x573dbd(0x236)]);}}})['on'](EVENT_TEST_PENDING,async _0x1ff3bd=>{const _0x11f40a=_0x1b6095;this[_0x11f40a(0x1f5)][_0x11f40a(0x1b1)]({'title':_0x1ff3bd[_0x11f40a(0x1b6)],'suite':_0x1ff3bd[_0x11f40a(0x219)][_0x11f40a(0x1b6)],'state':_0x1ff3bd[_0x11f40a(0x1eb)],'err':{},'fullTitle':_0x1ff3bd[_0x11f40a(0x1d6)](),'speed':_0x1ff3bd[_0x11f40a(0x173)],'currentRetry':_0x1ff3bd[_0x11f40a(0x204)](),'titlePathV':_0x1ff3bd['titlePath']()}),_0x21346e['sHEaj'](this[_0x11f40a(0x197)],_0x21346e[_0x11f40a(0x1b7)])&&process[_0x11f40a(0x1df)][_0x11f40a(0x1c7)](Base[_0x11f40a(0x1fa)](_0x21346e[_0x11f40a(0x24e)],Base[_0x11f40a(0x18c)]['comma'])),_0x21346e[_0x11f40a(0x1c9)](this[_0x11f40a(0x17e)],!![])&&(!_0x1ff3bd[_0x11f40a(0x1ca)]&&(_0x1ff3bd[_0x11f40a(0x1ca)]=_0x21346e[_0x11f40a(0x22a)](uuidv4)),!_0x1ff3bd[_0x11f40a(0x1ef)]&&(_0x1ff3bd[_0x11f40a(0x1ef)]=!![],await this['sendTestRunEvent'](_0x1ff3bd,undefined,![],_0x21346e[_0x11f40a(0x178)])));})['on'](EVENT_TEST_BEGIN,async _0x37a747=>{const _0x297a1a=_0x1b6095;_0x21346e[_0x297a1a(0x287)](this[_0x297a1a(0x17e)],!![])&&await this[_0x297a1a(0x288)](_0x37a747);})['on'](EVENT_TEST_END,async _0x3cd1ad=>{const _0x17dd23=_0x1b6095;_0x21346e[_0x17dd23(0x279)](this[_0x17dd23(0x17e)],!![])&&(!_0x3cd1ad[_0x17dd23(0x1ef)]&&(_0x3cd1ad['markedStatus']=!![],await this[_0x17dd23(0x18d)](_0x3cd1ad)));})['once'](EVENT_RUN_END,async()=>{const _0x1ab21c=_0x1b6095;try{if(_0x21346e['euGen'](this[_0x1ab21c(0x17e)],!![])){const _0x4aeac5=_0x21346e[_0x1ab21c(0x177)](getHookSkippedTests,this[_0x1ab21c(0x200)][_0x1ab21c(0x18b)]);for(const _0x45065e of _0x4aeac5){!_0x45065e[_0x1ab21c(0x1ca)]&&(_0x45065e[_0x1ab21c(0x1ca)]=_0x21346e[_0x1ab21c(0x22d)](uuidv4)),await this[_0x1ab21c(0x18d)](_0x45065e,undefined,![],_0x21346e[_0x1ab21c(0x178)]);}}}catch(_0x198cb7){_0x21346e[_0x1ab21c(0x247)](debug,_0x1ab21c(0x1e9)+_0x198cb7);}await requestQueueHandler[_0x1ab21c(0x1d2)](),_0x21346e[_0x1ab21c(0x266)](this[_0x1ab21c(0x197)],_0x21346e['btWSr'])&&Base[_0x1ab21c(0x18f)](this[_0x1ab21c(0x183)]);});if(this[_0x1b6095(0x197)]&&![_0x21346e[_0x1b6095(0x256)],_0x21346e[_0x1b6095(0x1a5)],_0x21346e['zQcuk'],_0x21346e[_0x1b6095(0x1b7)]][_0x1b6095(0x199)](this[_0x1b6095(0x197)])){const _0x14bb79=this['type'][_0x1b6095(0x1d3)]();this[_0x1b6095(0x19d)]=null;try{this[_0x1b6095(0x19d)]=_0x21346e[_0x1b6095(0x247)](requireModule,'mocha/lib/reporters/'+_0x14bb79+_0x1b6095(0x1fc));}catch{}if(_0x21346e['PyDrp'](this[_0x1b6095(0x19d)],null))try{this[_0x1b6095(0x19d)]=_0x21346e['bTeFk'](require,_0x14bb79);}catch(_0x2a3909){console[_0x1b6095(0x25b)](_0x1b6095(0x232)+_0x14bb79);}if(_0x21346e[_0x1b6095(0x22c)](this[_0x1b6095(0x19d)],null)){const _0x42fafe={};_0x42fafe[_0x1b6095(0x254)]=_0xef723f[_0x1b6095(0x1e7)],this[_0x1b6095(0x19d)]=new this[(_0x1b6095(0x19d))](_0x277621,_0x42fafe);}}}[a23_0x29d825(0x215)](){const _0x56c2f9=a23_0x29d825,_0x2c6d1f={'cRuDk':function(_0x1796a0,_0x17a7be){return _0x1796a0(_0x17a7be);}};return _0x2c6d1f['cRuDk'](Array,this[_0x56c2f9(0x170)])[_0x56c2f9(0x1c5)]('\x20\x20');}[a23_0x29d825(0x202)](){const _0x28546a=a23_0x29d825;this[_0x28546a(0x170)]++;}['decreaseIndent'](){this['_indents']--;}['docAppend'](_0x53f62a){const _0x30fc1e=a23_0x29d825;this[_0x30fc1e(0x183)]+=_0x53f62a;}[a23_0x29d825(0x20d)](_0x41b8d8,_0x3cf837){const _0x2600c1=a23_0x29d825,_0x2ade3b={'nANHF':function(_0x44cc0d,_0x1b82a3){return _0x44cc0d(_0x1b82a3);}},_0x3724b4={};_0x3724b4[_0x2600c1(0x18a)]=_0x41b8d8,_0x3724b4[_0x2600c1(0x1f5)]=this[_0x2600c1(0x235)],_0x2ade3b[_0x2600c1(0x1da)](_0x3cf837,_0x3724b4);}[a23_0x29d825(0x176)](){const _0xac205=a23_0x29d825;process['removeAllListeners']('bs:addLog:'+process[_0xac205(0x22e)]),process['on']('bs:addLog:'+process[_0xac205(0x22e)],this[_0xac205(0x1d0)][_0xac205(0x218)](this)),process[_0xac205(0x22f)](_0xac205(0x231)+process[_0xac205(0x22e)]),process['on'](_0xac205(0x231)+process[_0xac205(0x22e)],this[_0xac205(0x195)][_0xac205(0x218)](this));}['testStarted']=async _0x3fad7f=>{const _0xa479c3=a23_0x29d825,_0x4664da={'pWAaA':function(_0x502c9a){return _0x502c9a();},'mdtZd':function(_0x43a315,_0x2568f5){return _0x43a315>_0x2568f5;},'HXkJu':function(_0x21fa91,_0xbfc0bc){return _0x21fa91===_0xbfc0bc;},'AJloL':'TestRunStarted','ciHCR':function(_0x36e864,_0x2f1a5e){return _0x36e864(_0x2f1a5e);}};try{const _0x11ae82=this[_0xa479c3(0x264)];this[_0xa479c3(0x264)]=_0x3fad7f,_0x3fad7f['retryOf']=null,_0x3fad7f[_0xa479c3(0x1ca)]=_0x4664da[_0xa479c3(0x28d)](uuidv4),_0x3fad7f[_0xa479c3(0x1a1)]=new Date()['toISOString'](),_0x4664da[_0xa479c3(0x1b5)](_0x3fad7f['_currentRetry'],0x0)&&_0x11ae82&&_0x4664da[_0xa479c3(0x1c4)](_0x11ae82[_0xa479c3(0x1b6)],_0x3fad7f[_0xa479c3(0x1b6)])?(_0x3fad7f[_0xa479c3(0x248)]=_0x11ae82[_0xa479c3(0x1ca)],await this[_0xa479c3(0x18d)](_0x3fad7f,undefined,![],_0x4664da[_0xa479c3(0x19b)]),_0x11ae82[_0xa479c3(0x1eb)]=STATE_FAILED,await this[_0xa479c3(0x18d)](_0x11ae82,undefined,!![])):await this[_0xa479c3(0x18d)](_0x3fad7f,undefined,![],_0x4664da['AJloL']);}catch(_0x121a7c){_0x4664da[_0xa479c3(0x28a)](debug,_0xa479c3(0x196)+_0x121a7c);}};[a23_0x29d825(0x18d)]=async(_0x2b4c2b,_0x146972=undefined,_0x107c1d=![],_0x21d07d='TestRunFinished')=>{const _0x315ccb=a23_0x29d825,_0x153557={'lUFwx':function(_0x3c4377,_0x94ab8c){return _0x3c4377===_0x94ab8c;},'dKawg':function(_0x18db1a,_0x129a0e){return _0x18db1a!==_0x129a0e;},'WhDTN':_0x315ccb(0x1f7),'jWmdE':_0x315ccb(0x1bf),'ullXO':function(_0x37daea,_0x5a4eec){return _0x37daea!==_0x5a4eec;},'vkaaa':function(_0x5f18ee,_0x37abcd){return _0x5f18ee!==_0x37abcd;},'noyvm':function(_0x128568,_0x1e1bad){return _0x128568!==_0x1e1bad;},'IzmGm':_0x315ccb(0x181),'GVeHH':_0x315ccb(0x1e0),'rjWmc':_0x315ccb(0x223),'zsTbO':function(_0x3e6433,_0x51b72f){return _0x3e6433===_0x51b72f;},'hEbIv':_0x315ccb(0x208),'YMUZz':_0x315ccb(0x244),'HdpMd':function(_0x245e98,_0x1835f8){return _0x245e98-_0x1835f8;},'kdNpr':_0x315ccb(0x24c),'PHShB':'UnhandledError','SKfHK':function(_0x30e39c,_0x142384){return _0x30e39c===_0x142384;},'LuaKt':_0x315ccb(0x1a1),'OXqTJ':_0x315ccb(0x1b4),'ZhfEK':function(_0x485d24,_0x17172a){return _0x485d24(_0x17172a);},'EjBoA':function(_0x10e2cb,_0x8b9775){return _0x10e2cb===_0x8b9775;},'gYwSt':'HookRunFinished','zeQyj':_0x315ccb(0x285),'VRIrV':_0x315ccb(0x1c1),'dqFFj':_0x315ccb(0x1bb),'Ovdru':function(_0x2d67e2,_0x5829f5){return _0x2d67e2===_0x5829f5;},'eHnRp':function(_0x26c647,_0x2c95c1){return _0x26c647(_0x2c95c1);},'MdlNC':_0x315ccb(0x1d7),'MZYfu':_0x315ccb(0x1cb),'gcNPf':_0x315ccb(0x1d5),'VZJeb':_0x315ccb(0x228),'szOyx':'expanded','OEivk':'TestRunFinished','LBZeE':function(_0x23fadc,_0x28be0c){return _0x23fadc===_0x28be0c;},'TnnFB':_0x315ccb(0x21e),'xIIly':_0x315ccb(0x175),'YbxxQ':_0x315ccb(0x1ce),'StBgB':function(_0x2818a7,_0x37f668){return _0x2818a7(_0x37f668);}};try{if(_0x2b4c2b[_0x315ccb(0x245)]&&_0x2b4c2b[_0x315ccb(0x245)][_0x315ccb(0x189)](/browserstack internal helper hook/))return;let _0x5bac14=[];if(_0x153557[_0x315ccb(0x282)](_0x2b4c2b[_0x315ccb(0x1eb)],STATE_FAILED)){if(_0x153557[_0x315ccb(0x1ba)](_0x2b4c2b[_0x315ccb(0x1bf)],undefined))_0x5bac14=_0x2b4c2b['err']['multiple']?[_0x2b4c2b['err']['multiple'],_0x153557[_0x315ccb(0x23e)]]:[_0x2b4c2b[_0x315ccb(0x1bf)],_0x153557[_0x315ccb(0x257)]];else _0x153557['ullXO'](_0x146972,undefined)?_0x5bac14=[_0x146972,_0x153557['jWmdE']]:_0x5bac14=[];}const _0x4ab1c9=_0x153557[_0x315ccb(0x1b8)](_0x2b4c2b[_0x315ccb(0x1bf)],undefined)?_0x2b4c2b[_0x315ccb(0x1bf)][_0x315ccb(0x276)]():_0x153557[_0x315ccb(0x1f1)](_0x146972,undefined)?_0x146972['toString']():undefined;let _0x25eb80;try{_0x25eb80=this[_0x315ccb(0x26b)](_0x2b4c2b);}catch(_0x13004b){_0x25eb80=null;}const _0x564f49=_0x25eb80?this['findGitConfig'](_0x25eb80):null,_0x3f3389=_0x25eb80?this[_0x315ccb(0x19c)][_0x315ccb(0x21f)](this[_0x315ccb(0x26b)](_0x2b4c2b)):_0x153557[_0x315ccb(0x1ec)],_0x561bbc={'framework':_0x153557[_0x315ccb(0x241)],'uuid':_0x2b4c2b[_0x315ccb(0x1ca)]||_0x2b4c2b[_0x315ccb(0x1fd)],'name':_0x2b4c2b['title'],'body':{'lang':_0x153557[_0x315ccb(0x1e3)],'code':_0x2b4c2b[_0x315ccb(0x245)]},'scope':this['scope'](_0x2b4c2b),'scopes':this[_0x315ccb(0x1cc)](_0x2b4c2b),'identifier':_0x2b4c2b['fullTitle'](),'file_name':_0x3f3389,'vc_filepath':_0x564f49?path[_0x315ccb(0x280)](_0x564f49,_0x25eb80):null,'location':_0x3f3389,'result':_0x153557[_0x315ccb(0x1d9)](_0x21d07d,_0x153557[_0x315ccb(0x1f6)])?_0x153557[_0x315ccb(0x24a)]:this['analyticsResult'](_0x2b4c2b['state']),'failure_reason':_0x4ab1c9,'duration_in_ms':_0x2b4c2b['duration']||(_0x21d07d[_0x315ccb(0x189)](/Finished/)||_0x21d07d['match'](/Skipped/)?_0x153557[_0x315ccb(0x18e)](Date['now'](),new Date(_0x2b4c2b['started_at'])[_0x315ccb(0x190)]()):null),'started_at':_0x2b4c2b[_0x315ccb(0x1a1)],'finished_at':_0x21d07d['match'](/Finished/)||_0x21d07d['match'](/Skipped/)?new Date()[_0x315ccb(0x205)]():null,'failure':failureData[_0x315ccb(0x289)](null,_0x5bac14),'failure_type':!_0x4ab1c9?null:_0x4ab1c9[_0x315ccb(0x189)](/AssertionError/)?_0x153557['kdNpr']:_0x153557[_0x315ccb(0x1b0)],'retry_of':_0x2b4c2b['retryOf']};_0x153557['SKfHK'](_0x21d07d,_0x153557[_0x315ccb(0x1f6)])&&!_0x561bbc[_0x153557[_0x315ccb(0x1a6)]]&&(_0x561bbc[_0x153557['LuaKt']]=_0x561bbc[_0x153557[_0x315ccb(0x25a)]]);if(_0x21d07d[_0x315ccb(0x189)](/HookRun/))[_0x561bbc[_0x315ccb(0x21e)],_0x561bbc[_0x315ccb(0x194)]]=_0x153557[_0x315ccb(0x1b3)](getHookDetails,_0x2b4c2b[_0x315ccb(0x1d6)]()||_0x2b4c2b[_0x315ccb(0x281)]||_0x2b4c2b[_0x315ccb(0x1b6)]),_0x153557[_0x315ccb(0x26e)](_0x21d07d,_0x153557['gYwSt'])&&(_0x153557['noyvm'](_0x561bbc[_0x315ccb(0x249)],_0x153557[_0x315ccb(0x192)])&&(_0x561bbc['result']=_0x153557[_0x315ccb(0x1c6)]),_0x153557[_0x315ccb(0x27a)](_0x561bbc[_0x315ccb(0x21e)],_0x153557[_0x315ccb(0x1db)])&&_0x153557['Ovdru'](_0x561bbc[_0x315ccb(0x249)],_0x153557[_0x315ccb(0x192)])&&!_0x2b4c2b[_0x315ccb(0x1dd)]['currentTest'][_0x315ccb(0x1ef)]&&(_0x2b4c2b[_0x315ccb(0x1dd)][_0x315ccb(0x1ac)][_0x315ccb(0x1ef)]=!![],_0x2b4c2b[_0x315ccb(0x1dd)][_0x315ccb(0x1ac)][_0x315ccb(0x1eb)]=STATE_FAILED,await this[_0x315ccb(0x18d)](_0x2b4c2b[_0x315ccb(0x1dd)][_0x315ccb(0x1ac)],undefined,!![])));else _0x21d07d[_0x315ccb(0x189)](/TestRun/)&&_0x153557[_0x315ccb(0x209)](mapTestHooks,_0x2b4c2b);const _0x2ad092=_0x561bbc[_0x153557['MdlNC']][0x0];_0x2ad092&&(_0x561bbc[_0x153557['MZYfu']]=_0x2ad092[_0x153557[_0x315ccb(0x203)]],_0x561bbc[_0x153557[_0x315ccb(0x1e8)]]=_0x2ad092[_0x153557[_0x315ccb(0x226)]]);[_0x153557[_0x315ccb(0x274)],_0x153557[_0x315ccb(0x1f6)]]['includes'](_0x21d07d)&&(this[_0x315ccb(0x1dc)][_0x315ccb(0x1b1)](_0x561bbc),_0x561bbc['hooks']=_0x153557[_0x315ccb(0x1b3)](getHooksForTest,_0x2b4c2b));const _0x4492ab={'event_type':_0x153557[_0x315ccb(0x1c2)](_0x21d07d,_0x153557[_0x315ccb(0x1f6)])?_0x153557['OEivk']:_0x21d07d};_0x21d07d[_0x315ccb(0x189)](/HookRun/)?(_0x561bbc[_0x153557[_0x315ccb(0x262)]]=HOOK_TYPES_MAP[_0x561bbc[_0x153557[_0x315ccb(0x262)]]],_0x4492ab[_0x153557[_0x315ccb(0x24d)]]=_0x561bbc):_0x4492ab[_0x153557[_0x315ccb(0x25d)]]=_0x561bbc,await SessionHandler[_0x315ccb(0x284)](_0x4492ab);}catch(_0x5e6e24){_0x153557[_0x315ccb(0x21b)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x21d07d+'\x20with\x20error\x20:\x20'+_0x5e6e24);}};[a23_0x29d825(0x187)](_0x3fd715){const _0x2432a8=a23_0x29d825,_0x27e7ae={};_0x27e7ae[_0x2432a8(0x271)]=function(_0x167cff,_0x2d7ba1){return _0x167cff===_0x2d7ba1;},_0x27e7ae[_0x2432a8(0x224)]=function(_0x4eea1b,_0x24e46e){return _0x4eea1b===_0x24e46e;},_0x27e7ae[_0x2432a8(0x28c)]='.git',_0x27e7ae[_0x2432a8(0x1b9)]=_0x2432a8(0x261);const _0x5425c2=_0x27e7ae,_0x3a637f=path[_0x2432a8(0x1a0)];if(_0x5425c2[_0x2432a8(0x271)](_0x3fd715,null)||_0x5425c2[_0x2432a8(0x224)](_0x3fd715,'')||_0x5425c2['AnAWQ'](_0x3fd715,_0x3a637f))return null;try{return fs[_0x2432a8(0x16f)](path['join'](_0x3fd715,_0x5425c2[_0x2432a8(0x28c)],_0x5425c2[_0x2432a8(0x1b9)])),_0x3fd715;}catch(_0x101c5d){const _0x13aae6=path['dirname'](_0x3fd715);return this[_0x2432a8(0x187)](_0x13aae6);}}[a23_0x29d825(0x1d0)]=async _0x3eb9a4=>{const _0xc1a589=a23_0x29d825,_0x4f99d6={'OQzhz':_0xc1a589(0x207),'GQEzr':function(_0x15e4ff,_0x166b02){return _0x15e4ff(_0x166b02);}};try{this['current_hook']&&!this[_0xc1a589(0x278)]['markedStatus']&&(_0x3eb9a4[_0xc1a589(0x260)]=this[_0xc1a589(0x278)][_0xc1a589(0x1fd)]);!_0x3eb9a4['hook_run_uuid']&&this[_0xc1a589(0x264)]&&!this['current_test']['markedStatus']&&(_0x3eb9a4['test_run_uuid']=this[_0xc1a589(0x264)][_0xc1a589(0x1ca)]);if(_0x3eb9a4[_0xc1a589(0x260)]||_0x3eb9a4[_0xc1a589(0x1e6)]){const _0x2628e0={};_0x2628e0[_0xc1a589(0x212)]=_0x4f99d6[_0xc1a589(0x246)],_0x2628e0[_0xc1a589(0x1f8)]=[_0x3eb9a4],await SessionHandler['uploadEventData'](_0x2628e0);}}catch(_0x461324){_0x4f99d6[_0xc1a589(0x1d8)](debug,_0xc1a589(0x198)+_0x461324);}};[a23_0x29d825(0x195)]=async _0x2f5453=>{const _0x322732=a23_0x29d825,_0x123707={'PySoZ':_0x322732(0x1a8),'bLXTQ':'CBTSessionCreated','Qssfj':function(_0x101037,_0x2ba3dc){return _0x101037(_0x2ba3dc);}};try{const _0x201199={};_0x201199[_0x322732(0x269)]=_0x2f5453['uuid']||this[_0x322732(0x264)][_0x322732(0x1ca)],_0x201199[_0x322732(0x20b)]=_0x2f5453[_0x123707[_0x322732(0x21d)]];const _0x9540ad=_0x201199,_0x33313e={};_0x33313e[_0x322732(0x212)]=_0x123707[_0x322732(0x263)],_0x33313e['test_run']=_0x9540ad,await SessionHandler[_0x322732(0x284)](_0x33313e);}catch(_0xcf7db9){_0x123707[_0x322732(0x21c)](debug,_0x322732(0x268)+_0xcf7db9);}};[a23_0x29d825(0x1aa)](_0xe4f9fe){const _0x54917b=a23_0x29d825,_0x189a76={};_0x189a76[_0x54917b(0x273)]=_0x54917b(0x1c1),_0x189a76[_0x54917b(0x27f)]='pending',_0x189a76['DqDYH']=_0x54917b(0x285);const _0x53e831=_0x189a76,_0x439cd6={};return _0x439cd6[STATE_PASSED]=_0x53e831[_0x54917b(0x273)],_0x439cd6[STATE_PENDING]=_0x53e831[_0x54917b(0x27f)],_0x439cd6[STATE_FAILED]=_0x53e831[_0x54917b(0x23c)],_0x439cd6[_0xe4f9fe];}['scope'](_0xc57aca){const _0x3ac980=a23_0x29d825,_0x4a241f={};_0x4a241f[_0x3ac980(0x1be)]=function(_0x22c4b2,_0x549cdb){return _0x22c4b2-_0x549cdb;};const _0x4221fe=_0x4a241f,_0x2176c3=_0xc57aca[_0x3ac980(0x1af)]();return _0x2176c3[_0x3ac980(0x26a)](0x0,_0x4221fe[_0x3ac980(0x1be)](_0x2176c3[_0x3ac980(0x193)],0x1))['join']('\x20');}[a23_0x29d825(0x1cc)](_0xe23c51){const _0x30077c=a23_0x29d825,_0x1803a7={};_0x1803a7[_0x30077c(0x1bc)]=function(_0x1667af,_0x4544de){return _0x1667af-_0x4544de;};const _0x4ea7da=_0x1803a7,_0x4f4b9a=_0xe23c51[_0x30077c(0x1af)]();return _0x4f4b9a['slice'](0x0,_0x4ea7da['NLjTq'](_0x4f4b9a[_0x30077c(0x193)],0x1));}[a23_0x29d825(0x26b)](_0x37c801){const _0x43fbb7=a23_0x29d825,_0x55a484={};_0x55a484['UuWuy']=function(_0x1e7479,_0x122f16){return _0x1e7479>_0x122f16;};const _0x1a2fb4=_0x55a484;if(_0x37c801['file'])return _0x37c801[_0x43fbb7(0x237)];if(_0x37c801[_0x43fbb7(0x1dd)]){const _0x1cc552=_0x37c801[_0x43fbb7(0x1dd)][_0x43fbb7(0x1ac)]?this[_0x43fbb7(0x26b)](_0x37c801[_0x43fbb7(0x1dd)]['currentTest']):null;if(_0x1cc552)return _0x1cc552;}if(_0x37c801[_0x43fbb7(0x219)]){const _0xe47587=this[_0x43fbb7(0x26b)](_0x37c801['parent'])||(_0x37c801[_0x43fbb7(0x219)][_0x43fbb7(0x1dd)]&&_0x37c801[_0x43fbb7(0x219)][_0x43fbb7(0x1dd)][_0x43fbb7(0x1ac)]?this['getRootParentFile'](_0x37c801[_0x43fbb7(0x219)][_0x43fbb7(0x1dd)][_0x43fbb7(0x1ac)]):null);if(_0xe47587)return _0xe47587;_0x37c801[_0x43fbb7(0x219)][_0x43fbb7(0x17b)]&&_0x1a2fb4[_0x43fbb7(0x1ff)](_0x37c801[_0x43fbb7(0x219)][_0x43fbb7(0x17b)][_0x43fbb7(0x193)],0x0)&&_0x37c801[_0x43fbb7(0x219)][_0x43fbb7(0x17b)][_0x43fbb7(0x20f)](_0x555d44=>{const _0x5a7d7a=_0x43fbb7,_0x5ed686=_0x555d44[_0x5a7d7a(0x1dd)]?this[_0x5a7d7a(0x26b)](_0x555d44[_0x5a7d7a(0x1dd)]):null;if(_0x5ed686)return _0x5ed686;});}return null;}}function a23_0x3217(){const _0x30ff5b=['push','11839872cAQkdi','ZhfEK','finished_at','mdtZd','title','biyXs','vkaaa','CvCkV','dKawg','before\x20each','NLjTq','9081090UtVwkj','GOEhR','err','duration','passed','LBZeE','1224546qPYmHS','HXkJu','join','VRIrV','write','%s\x20','XSqZF','testAnalyticsId','failure_backtrace','scopes','4|1|3|0|2','test_run','36IPIQoC','appendTestItemLog','<section\x20class=\x22suite\x22>','shutdown','trim','aCezt','backtrace','fullTitle','failure','GQEzr','zsTbO','nANHF','dqFFj','_testResults','ctx','kKNSe','stdout','Mocha','</dt>','green','rjWmc','\x20-\x20','AFTER_ALL','test_run_uuid','reporterOption','VZJeb','Exception\x20in\x20populating\x20test\x20data\x20for\x20hook\x20skipped\x20test\x20with\x20error\x20:\x20','TZCVJ','state','IzmGm','afKBs','checkmark','markedStatus','2997mjyUOI','noyvm','docAppend','LxLEL','mocha/lib/runnable.js','results','hEbIv','test','logs','HRFzh','color','pCRzr','.js','hookAnalyticsId','exports','UuWuy','runner','prototype','increaseIndent','gcNPf','currentRetry','toISOString','4209285ENoWdd','LogCreated','TestRunSkipped','eHnRp','BsWGE','integrations','\x20%s','done','root','forEach','BEFORE_EACH','lGHPN','event_type','constants','path','indent','clean','dfapU','bind','parent','bright\x20yellow','StBgB','Qssfj','PySoZ','hook_type','prefixTestPath','util','../../../helpers/test-observability/constants','_testEnv','javascript','AnAWQ','Runner','szOyx','7qwZqJe','failure_reason_expanded','failCount','hDEps','37560EqlPkE','OibNp','cKAtP','pid','removeAllListeners','LjZRP','bs:addPlatformDetails:','Failed\x20to\x20load\x20reporter\x20','rraYB','../../../helpers/test-observability/utils','finalResults','goJwX','file','sjpVs','before\x20all','\x20\x20<dd\x20class=\x22error\x22>','fail','DqDYH','caUfC','WhDTN','uZskV','split','GVeHH','../../../helpers/helper','<h1>','skipped','body','OQzhz','rpfVb','retryOf','result','YMUZz','../../../helpers/test-observability/sessionHandler','AssertionError','xIIly','XVqkY','HookRunStarted','cwd','pass','spec','xunit','reporterOptions','EGIyF','btWSr','jWmdE','AtnPk','</dl>','OXqTJ','error','kpkld','YbxxQ','JJQTH','AFTER_EACH','hook_run_uuid','config','TnnFB','bLXTQ','current_test','35595pOfLHd','JXDxH','dYtiR','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','uuid','slice','getRootParentFile','pending','\x20\x20<dt>','EjBoA','QEupX','SKLkR','VSMGS','\x20\x20<dd\x20class=\x22error\x22><pre><code>','zmuFo','OEivk','once','toString','getInstance','current_hook','btTsD','SKfHK','__platform__','<dl>','AlqEz','HookRunFinished','BHAJe','relative','originalTitle','lUFwx','_upstreamConfig','uploadEventData','failed','NckpS','XRRvF','testStarted','apply','ciHCR','jxtCF','HmpKM','pWAaA','RUNNING','zgHLX','vDpjk','statSync','_indents','FcHUy','jRMxc','speed','\x20\x20<dd><pre><code>','hook_run','registerListeners','bTeFk','YHPwV','_buildCreated','pwYRl','suites','call','</code></pre></dd>','testObservability','%s\x20-\x20%s','inspect','File\x20path\x20could\x20not\x20be\x20found','escape','docHtml','fast','dot','zQcuk','findGitConfig','mocha/lib/reporters/base.js','match','failureCount','suite','symbols','sendTestRunEvent','HdpMd','consoleLog','getTime','aAIAn','zeQyj','length','name','appendTestPlatform','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','type','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','includes','after\x20each','AJloL','_paths','Reporter','3544272MYNfXb','xXFWU','sep','started_at','BEFORE_ALL','../test-observability/mochaUtils','suiteCount','hHMZD','LuaKt','\x20\x20<dt\x20class=\x22error\x22>','http_response','\x20\x20%d)\x20%s','analyticsResult','__indents','currentTest','light','</h1>','titlePath','PHShB'];a23_0x3217=function(){return _0x30ff5b;};return a23_0x3217();}function a23_0xc363(_0x52f67d,_0xefaf0){const _0x32172f=a23_0x3217();return a23_0xc363=function(_0xc363b5,_0xd0bd){_0xc363b5=_0xc363b5-0x16d;let _0x25a587=_0x32172f[_0xc363b5];return _0x25a587;},a23_0xc363(_0x52f67d,_0xefaf0);}module[a23_0x29d825(0x1fe)]=MyReporter;