browserstack-node-sdk 1.34.35 → 1.34.37

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 (147) hide show
  1. package/ats/src/CFTemplates/hub-ha.yaml +81 -0
  2. package/ats/src/cloudproviders/AWS.js +1 -1
  3. package/ats/src/cloudproviders/Azure.js +1 -1
  4. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/commands/start.js +1 -1
  19. package/ats/src/commands/start_commands/grid.js +1 -1
  20. package/ats/src/commands/stop.js +1 -1
  21. package/ats/src/commands/stop_commands/grid.js +1 -1
  22. package/ats/src/config/constants.js +1 -1
  23. package/ats/src/config/logger.js +1 -1
  24. package/ats/src/index.js +1 -1
  25. package/ats/src/templates/browserstack-secret.yaml +10 -0
  26. package/ats/src/templates/hub-deployment.yaml +25 -3
  27. package/ats/src/templates/hubharesources/bitnami-kafka.yaml +711 -0
  28. package/ats/src/templates/hubharesources/bitnami-redis.yaml +1048 -0
  29. package/ats/src/templates/hubharesources/browserstack-secret.yaml +10 -0
  30. package/ats/src/templates/hubharesources/efs-csi-driver-aws.yaml +401 -0
  31. package/ats/src/templates/hubharesources/federatedidentityuploader.json +50 -0
  32. package/ats/src/templates/hubharesources/storage-class.yaml +12 -0
  33. package/ats/src/templates/hubharesources/turboscale-uploader.yaml +53 -0
  34. package/ats/src/templates/nginx/helper.yaml +1 -0
  35. package/ats/src/templates/nginx/private-pods-and-services.yaml +1 -0
  36. package/ats/src/templates/turboscale-agent.yaml +0 -8
  37. package/ats/src/utils/AWSUtils.js +1 -1
  38. package/ats/src/utils/createAutoscalerStack.js +1 -1
  39. package/ats/src/utils/createClusterStack.js +1 -1
  40. package/ats/src/utils/createHubHaStack.js +1 -0
  41. package/ats/src/utils/createk8sClient.js +1 -1
  42. package/ats/src/utils/deleteEFSMountTargets.js +1 -0
  43. package/ats/src/utils/deleteStack.js +1 -1
  44. package/ats/src/utils/describeStack.js +1 -0
  45. package/ats/src/utils/gridComponents.js +1 -1
  46. package/ats/src/utils/hstUtils.js +1 -1
  47. package/ats/src/utils/instrumentationUtils.js +1 -1
  48. package/ats/src/utils/userInput.js +1 -1
  49. package/ats/src/utils/utilityMethods.js +1 -1
  50. package/ats/src/utils/webSocketUtils.js +1 -1
  51. package/package.json +1 -1
  52. package/src/ai-sdk-node/bundle.js +1 -1
  53. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  54. package/src/bin/codeceptjs/command.js +1 -1
  55. package/src/bin/codeceptjs/helper.js +1 -1
  56. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  57. package/src/bin/cucumber-js/command.js +1 -1
  58. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  59. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  60. package/src/bin/cucumber-js/test-observability.js +1 -1
  61. package/src/bin/cucumber-js/test.setup.js +1 -1
  62. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  63. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  64. package/src/bin/integrations/command.js +1 -1
  65. package/src/bin/integrations/constants.js +1 -1
  66. package/src/bin/jest/command.js +1 -1
  67. package/src/bin/jest/customImplements/customCircus.js +1 -1
  68. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  69. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  70. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  71. package/src/bin/jest/jest.setup.js +1 -1
  72. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  73. package/src/bin/jest/test-observability/helper.js +1 -1
  74. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  75. package/src/bin/jest/test-observability/test-details.js +1 -1
  76. package/src/bin/jest/test_before.setup.js +1 -1
  77. package/src/bin/launcher/launcher.js +1 -1
  78. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  79. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  80. package/src/bin/mocha/command.js +1 -1
  81. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/playwright/accessibility-helper.js +1 -1
  87. package/src/bin/playwright/command.js +1 -1
  88. package/src/bin/playwright/globalSetup.js +1 -1
  89. package/src/bin/playwright/mock-process.js +1 -1
  90. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  91. package/src/bin/playwright/patches.js +1 -1
  92. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  93. package/src/bin/playwright/reporter/reporter.js +1 -1
  94. package/src/bin/playwright/reporter/test-details.js +1 -1
  95. package/src/bin/playwright/sessionDetails.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/constants.js +1 -1
  102. package/src/bin/utils/log4jsAppender.js +1 -1
  103. package/src/bin/utils/logPatcher.js +1 -1
  104. package/src/bin/utils/logReportingAPI.js +1 -1
  105. package/src/bin/vanilla-js/command.js +1 -1
  106. package/src/browserStackSdk.js +1 -1
  107. package/src/helpers/BrowserStackSetup.js +1 -1
  108. package/src/helpers/accessibility-automation/constants.js +1 -1
  109. package/src/helpers/accessibility-automation/helper.js +1 -1
  110. package/src/helpers/accessibility-automation/scripts.js +1 -1
  111. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  112. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  113. package/src/helpers/ats/constants.js +1 -1
  114. package/src/helpers/ats/helper.js +1 -1
  115. package/src/helpers/capsMapping.js +1 -1
  116. package/src/helpers/central-scanner/constants.js +1 -1
  117. package/src/helpers/central-scanner/helpers.js +1 -1
  118. package/src/helpers/globals.js +1 -1
  119. package/src/helpers/helper.js +1 -1
  120. package/src/helpers/logger.js +1 -1
  121. package/src/helpers/patchHelper.js +1 -1
  122. package/src/helpers/patchHelpers.js +1 -1
  123. package/src/helpers/percy/Percy.js +1 -1
  124. package/src/helpers/percy/PercyBinary.js +1 -1
  125. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  126. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  127. package/src/helpers/percy/PercySDK.js +1 -1
  128. package/src/helpers/percy/index.js +1 -1
  129. package/src/helpers/percy/utils.js +1 -1
  130. package/src/helpers/performance/constants.js +1 -1
  131. package/src/helpers/performance/performance-tester.js +1 -1
  132. package/src/helpers/processHelper.js +1 -1
  133. package/src/helpers/request-spy.js +1 -1
  134. package/src/helpers/setKeepAlive.js +1 -1
  135. package/src/helpers/test-observability/constants.js +1 -1
  136. package/src/helpers/test-observability/error-handler.js +1 -1
  137. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  138. package/src/helpers/test-observability/sessionHandler.js +1 -1
  139. package/src/helpers/test-observability/utils.js +1 -1
  140. package/src/helpers/testhub/constants.js +1 -1
  141. package/src/helpers/testhub/testhubHandler.js +1 -1
  142. package/src/helpers/testhub/utils.js +1 -1
  143. package/src/helpers/timeoutPromise.js +1 -1
  144. package/src/helpers/utilities.js +1 -1
  145. package/src/helpers/w3cMapping.js +1 -1
  146. package/src/hubAllocationMethods.js +1 -1
  147. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a87_0x1f0c81=a87_0x5c9e;(function(_0x108c99,_0x37a171){const _0x52b524=a87_0x5c9e,_0x352142=_0x108c99();while(!![]){try{const _0x3b1aed=-parseInt(_0x52b524(0xdb))/0x1+-parseInt(_0x52b524(0x17f))/0x2*(parseInt(_0x52b524(0xe3))/0x3)+-parseInt(_0x52b524(0x17e))/0x4+-parseInt(_0x52b524(0x11b))/0x5+-parseInt(_0x52b524(0xff))/0x6+parseInt(_0x52b524(0xcb))/0x7*(parseInt(_0x52b524(0xea))/0x8)+parseInt(_0x52b524(0xcf))/0x9;if(_0x3b1aed===_0x37a171)break;else _0x352142['push'](_0x352142['shift']());}catch(_0x450aad){_0x352142['push'](_0x352142['shift']());}}}(a87_0x165b,0x31881));const fs=require('fs'),path=require(a87_0x1f0c81(0x19a)),gitLastCommit=require('git-last-commit'),getRepoInfo=require('git-repo-info'),{consoleHolder,API_URL,SCREENSHOT_ENDPOINT,FRAMEWORKS}=require('./constants'),http=require(a87_0x1f0c81(0x153)),https=require('https'),child_process=require(a87_0x1f0c81(0x1a9)),getos=require(a87_0x1f0c81(0x15a)),os=require('os'),logger=require(a87_0x1f0c81(0x145))[a87_0x1f0c81(0xfd)],bsSetupHelper=require(a87_0x1f0c81(0x142)),requestSpy=require(a87_0x1f0c81(0x152)),constants=require('../../bin/utils/constants'),logPatcher=require('../../bin/utils/logPatcher'),{fileLogger}=require(a87_0x1f0c81(0x145)),PerformanceTester=require(a87_0x1f0c81(0x10c)),{isFunction}=require(a87_0x1f0c81(0x135)),BSTestOpsPatcher=new logPatcher({}),{O11y_EVENTS:PerformanceO11yEvents}=require('../performance/constants');exports[a87_0x1f0c81(0xe8)]=_0x52b901=>{const _0x6a54ed=a87_0x1f0c81;fileLogger[_0x6a54ed(0xcc)]('['+new Date()[_0x6a54ed(0xee)]()+_0x6a54ed(0xd7)+_0x52b901);},exports[a87_0x1f0c81(0xe0)]=_0x1812b9=>{const _0xf74fad=a87_0x1f0c81,_0x10fad0={};_0x10fad0['ufjQI']=function(_0x404560,_0x224b15){return _0x404560===_0x224b15;},_0x10fad0[_0xf74fad(0x17b)]=_0xf74fad(0x10d);const _0x28328f=_0x10fad0;fileLogger[_0xf74fad(0xe0)]('['+new Date()[_0xf74fad(0xee)]()+_0xf74fad(0xd7)+_0x1812b9),(_0x28328f[_0xf74fad(0x103)](process[_0xf74fad(0xda)][_0xf74fad(0x1aa)],_0x28328f['xgwER'])||_0x28328f['ufjQI'](process[_0xf74fad(0xda)][_0xf74fad(0x1aa)],'1'))&&consoleHolder[_0xf74fad(0xd4)]('\x0a['+new Date()[_0xf74fad(0xee)]()+_0xf74fad(0xd7)+_0x1812b9+'\x0a');};const a87_0x210419={};a87_0x210419['keepAlive']=!![],a87_0x210419['timeout']=0xea60,a87_0x210419[a87_0x1f0c81(0xf0)]=0x2,a87_0x210419[a87_0x1f0c81(0x18e)]=0x2;const httpKeepAliveAgent=new http['Agent'](a87_0x210419),a87_0x446063={};a87_0x446063[a87_0x1f0c81(0x124)]=!![],a87_0x446063[a87_0x1f0c81(0x139)]=0xea60,a87_0x446063[a87_0x1f0c81(0xf0)]=0x2,a87_0x446063[a87_0x1f0c81(0x18e)]=0x2;const httpsKeepAliveAgent=new https[(a87_0x1f0c81(0xe4))](a87_0x446063),a87_0x49cbe8={};a87_0x49cbe8[a87_0x1f0c81(0x124)]=!![],a87_0x49cbe8[a87_0x1f0c81(0x139)]=0xea60,a87_0x49cbe8[a87_0x1f0c81(0xf0)]=0x2,a87_0x49cbe8[a87_0x1f0c81(0x18e)]=0x2;const httpScreenshotsKeepAliveAgent=new http['Agent'](a87_0x49cbe8),a87_0x5e0eeb={};a87_0x5e0eeb[a87_0x1f0c81(0x124)]=!![],a87_0x5e0eeb[a87_0x1f0c81(0x139)]=0xea60,a87_0x5e0eeb[a87_0x1f0c81(0xf0)]=0x2,a87_0x5e0eeb[a87_0x1f0c81(0x18e)]=0x2;const httpsScreenshotsKeepAliveAgent=new https[(a87_0x1f0c81(0xe4))](a87_0x5e0eeb);function a87_0x165b(){const _0x66f6ef=['KOWOt','RQTfZ','sendPlatformDetails','7DKDbYB','silly','stack','win32','6727203VRESKK','VIUbr','getBuildTags','jCHMb','rootDir','log','Linux','vuySH','][\x20OBSERVABILITY\x20]\x20','patchConsoleLogger','Exception\x20in\x20populating\x20test\x20failure\x20data\x20with\x20error\x20:\x20','env','154268pzxEwj','vxwNc','eyDBH','JEhhB','app-automate','debug','bstack:options','config','1851jMwfyv','Agent','toString','Ryqkj','hostname','trace','LfwQg','352136oELOxM','trim','TGVgs','annotate','toISOString','ATS_HUB_URL_REGEX','maxSockets','getPackageVersion','turboscale','removeAnsiColors','toJSON','UPMIg','shouldReRunObservabilityTests','hOsCM','Failed\x20to\x20determine\x20product\x20linked\x20to\x20Observability\x20test\x20instance\x20:\x20','zpHjE','WsiFb','qdzjZ','SoCMz','winstonLogger','execSync','219342BAouPS','bs:addPlatformDetails:','stZwl','HUB_URL_REGEX','ufjQI','local_grid','CODECEPT','TcXLB','join','peFHq','filter','ZvaWj','isInternalHook','../performance/performance-tester','true','QOpLf','fromEntries','dist','TdsRY','Visit\x20https://observability.browserstack.com/builds/','QQpAO','buildTag','klRtb','harrb','automate','prefixTestPath','JEST','qSYMQ','733560ohBetv','UnhandledError','mocha','tKswk','DmrDK','rKrMg','KBjqj','getCustomTags','unknown_grid','keepAlive','\x20:\x20','BAhQR','push','browserstack_executor:\x20','measureWrapper','error','extractValuesWithRegexKeyMatch','getUserCredentials','capabilities','CTGbe','linux','LLHDm','Bearer\x20','HTTP','eNedH','length','lodash','getFailureType','OsSRv','AssertionError','timeout','jest','sLLsi','catch','JLuea','Windows','match','split','BS_TESTOPS_BUILD_HASHED_ID','../helper','umWlA','headers','../logger','SHaRh','Received\x20response\x20from\x20BrowserStack\x20Server\x20with\x20status\x20:\x20','cBpeG','getDefaultHeaders','BROWSERSTACK_RERUN_TESTS','then','err','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','QPylr','yggLV','EiVQb','X-BSTACK-TESTOPS','../../helpers/request-spy','http','getBrowserName','UKyeL','getUserName','test','XehkB','keys','getos','kqIip','WOawH','VepMB','host','bs:addLog:','isUndefined','getPlatform','isTestObservabilitySession','Unknown','TEST_OBSERVABILITY_BUILD_TAG','includes','azORJ','turboScaleGridDetails','nIBdL','JSyuh','customTag','Content-Type','WVgfo','forEach','OS\x20X','pid','prefix','zBJvv','platformName','PLAYWRIGHT','xSVwh','BROWSERSTACK_TEST_OBSERVABILITY_YML','expanded','message','@playwright/test','ZjQBQ','browserstack','xgwER','@cucumber/cucumber','getBrowserStackConfig','680956zWrXqi','262Ecwnmt','BROWSERSTACK_CONFIG_FILE_PATH','EjmRf','getObservabilityLinkedProductName','app','hKjIN','cwd','https','BROWSERSTACK_TESTHUB_JWT','map','nodeRequest','getCapabilities','stringify','OFeiD','PathHelper','maxTotalSockets','VrERC','CIyMO','gDyvh','KSXsh','BROWSERSTACK_TEST_OBSERVABILITY','addRequestSpy','KLsOA','parseFileNames','Not\x20a\x20JSON\x20response\x20from\x20BrowserStack\x20Server','platform','sleep','path','KXluc','^CUSTOM_TAG_\x5cd+$','gddeJ','EOmif','BvHWa','qHZDl','emit','MOCHA','][\x20OBSERVABILITY\x20]\x20Build\x20Not\x20Found','Authorization','getFrameworkVersion','OMhkI','mjXFw','EpsQa','child_process','BROWSERSTACK_OBSERVABILITY_DEBUG','backtrace','replace','application/json','__cloud_provider___','GUehF','TEST_PLATFORM'];a87_0x165b=function(){return _0x66f6ef;};return a87_0x165b();}exports[a87_0x1f0c81(0xf6)]=()=>{const _0x1c8118=a87_0x1f0c81,_0x3f4d27={};_0x3f4d27[_0x1c8118(0xf5)]=function(_0x148d00,_0x55ef16){return _0x148d00!==_0x55ef16;},_0x3f4d27[_0x1c8118(0x143)]='null';const _0x50e1c6=_0x3f4d27;return process[_0x1c8118(0xda)]['BROWSERSTACK_RERUN_TESTS']&&_0x50e1c6[_0x1c8118(0xf5)](process[_0x1c8118(0xda)][_0x1c8118(0x14a)],_0x50e1c6[_0x1c8118(0x143)])?!![]:![];},exports[a87_0x1f0c81(0x162)]=()=>{const _0x11e3df=a87_0x1f0c81,_0x143af7={};_0x143af7[_0x11e3df(0x171)]=function(_0x4facd3,_0x253c44){return _0x4facd3===_0x253c44;},_0x143af7[_0x11e3df(0xec)]=_0x11e3df(0x10d);const _0x81172b=_0x143af7;let _0x5d1d66=!![];return process[_0x11e3df(0xda)][_0x11e3df(0x175)]&&(_0x5d1d66=_0x81172b[_0x11e3df(0x171)](process[_0x11e3df(0xda)][_0x11e3df(0x175)],_0x81172b['TGVgs'])),process[_0x11e3df(0xda)][_0x11e3df(0x193)]&&(_0x5d1d66=_0x81172b[_0x11e3df(0x171)](process[_0x11e3df(0xda)][_0x11e3df(0x193)],_0x81172b[_0x11e3df(0xec)])),_0x5d1d66;},exports[a87_0x1f0c81(0x196)]=_0xea693d=>{const _0x2f9497=a87_0x1f0c81;if(bsSetupHelper[_0x2f9497(0x160)](_0xea693d))return undefined;try{return _0xea693d[_0x2f9497(0xeb)]()[_0x2f9497(0x140)](',');}catch(_0x1094ef){return undefined;}},exports['printBuildLink']=()=>{const _0x4aea01=a87_0x1f0c81,_0x5696b7={};_0x5696b7[_0x4aea01(0x146)]=function(_0x40743f,_0xdeffce){return _0x40743f!==_0xdeffce;},_0x5696b7[_0x4aea01(0x13b)]='null',_0x5696b7['SoCMz']='undefined';const _0x5325a5=_0x5696b7;return PerformanceTester[_0x4aea01(0x129)](PerformanceO11yEvents['PRINT_BUILDLINK'],async()=>{const _0x14070c=_0x4aea01;try{process['env'][_0x14070c(0x141)]&&_0x5325a5['SHaRh'](process['env'][_0x14070c(0x141)],_0x5325a5['sLLsi'])&&_0x5325a5['SHaRh'](process[_0x14070c(0xda)][_0x14070c(0x141)],_0x5325a5[_0x14070c(0xfc)])&&logger['info'](_0x14070c(0x112)+process[_0x14070c(0xda)][_0x14070c(0x141)]+'\x20to\x20view\x20build\x20report,\x20insights,\x20and\x20many\x20more\x20debugging\x20information\x20all\x20at\x20one\x20place!\x0a');}catch(_0x2e810f){logger[_0x14070c(0x12a)]('['+new Date()[_0x14070c(0xee)]()+_0x14070c(0x1a3));}})();},exports[a87_0x1f0c81(0x136)]=_0x5c82e3=>{const _0x5e91f9=a87_0x1f0c81,_0x1cc201={};_0x1cc201[_0x5e91f9(0xdc)]=_0x5e91f9(0x138),_0x1cc201[_0x5e91f9(0x1a0)]=_0x5e91f9(0x11c);const _0x68ec9e=_0x1cc201;if(!_0x5c82e3)return null;return _0x5c82e3[_0x5e91f9(0xe5)]()[_0x5e91f9(0x13f)](/AssertionError/)?_0x68ec9e[_0x5e91f9(0xdc)]:_0x68ec9e[_0x5e91f9(0x1a0)];},exports[a87_0x1f0c81(0x1a5)]=_0x2c4952=>{const _0x35d643=a87_0x1f0c81,_0x22386c={};_0x22386c[_0x35d643(0x19e)]=_0x35d643(0x11d),_0x22386c[_0x35d643(0x106)]=_0x35d643(0x178),_0x22386c[_0x35d643(0x1a7)]='codeceptjs',_0x22386c[_0x35d643(0xe9)]=_0x35d643(0x13a),_0x22386c[_0x35d643(0x1a6)]=_0x35d643(0x17c);const _0xc801e9=_0x22386c;let _0x245a1b=null;switch(_0x2c4952){case FRAMEWORKS[_0x35d643(0x1a2)]:_0x245a1b=bsSetupHelper[_0x35d643(0xf1)](_0xc801e9['EOmif']);break;case FRAMEWORKS['PLAYWRIGHT']:_0x245a1b=bsSetupHelper['getPackageVersion'](_0xc801e9[_0x35d643(0x106)]);break;case FRAMEWORKS[_0x35d643(0x105)]:_0x245a1b=bsSetupHelper[_0x35d643(0xf1)](_0xc801e9['mjXFw']);break;case FRAMEWORKS[_0x35d643(0x119)]:_0x245a1b=bsSetupHelper['getPackageVersion'](_0xc801e9[_0x35d643(0xe9)]);break;case FRAMEWORKS['CUCUMBER']:_0x245a1b=bsSetupHelper['getPackageVersion'](_0xc801e9[_0x35d643(0x1a6)]);break;default:break;}return _0x245a1b;},exports[a87_0x1f0c81(0x17d)]=_0x216f4a=>{const _0x3670d2=a87_0x1f0c81;let _0x52e4a7=null;switch(_0x216f4a){case FRAMEWORKS[_0x3670d2(0x173)]:_0x52e4a7=process['env'][_0x3670d2(0x180)];break;}if(!_0x52e4a7)return;return bsSetupHelper['readConfig'](_0x52e4a7,![]);},exports[a87_0x1f0c81(0x12c)]=_0x50b317=>{const _0x58ceb8=a87_0x1f0c81;return{'username':bsSetupHelper[_0x58ceb8(0x156)](_0x50b317),'accessKey':bsSetupHelper['getAccessKey'](_0x50b317)};},exports[a87_0x1f0c81(0x189)]=(_0x4b789f,_0x28683b,_0x2fe37e,_0x5a7826,_0xb45924=!![])=>{const _0x13b741=a87_0x1f0c81,_0x22f881={'hKjIN':function(_0x1b7eaf,_0x4a3fe6){return _0x1b7eaf!==_0x4a3fe6;},'JEhhB':function(_0x44ceeb,_0x4cee5f){return _0x44ceeb(_0x4cee5f);},'xKDHc':'object','SBeeG':_0x13b741(0x197),'RQTfZ':function(_0x428cb2,_0x2a9eff){return _0x428cb2(_0x2a9eff);},'IfZri':function(_0x539488,_0x4980ee){return _0x539488===_0x4980ee;},'zpHjE':_0x13b741(0x16b),'xSVwh':_0x13b741(0x1ad),'DmrDK':_0x13b741(0x186)};return new Promise((_0x317103,_0x3bbdc5)=>{const _0x59e10=_0x13b741,_0x2902b8={'WsiFb':function(_0x2214de,_0x478b87){const _0x3fcb15=a87_0x5c9e;return _0x22f881[_0x3fcb15(0x184)](_0x2214de,_0x478b87);},'cNJJl':function(_0x355a53,_0xf5c65){const _0x31ce85=a87_0x5c9e;return _0x22f881[_0x31ce85(0xde)](_0x355a53,_0xf5c65);},'KLsOA':function(_0x3a03a4,_0x134aaf){const _0x2d3850=a87_0x5c9e;return _0x22f881[_0x2d3850(0x184)](_0x3a03a4,_0x134aaf);},'OsSRv':_0x22f881['xKDHc'],'XehkB':function(_0x16055a,_0x28d8c0){const _0xd94e36=a87_0x5c9e;return _0x22f881[_0xd94e36(0xde)](_0x16055a,_0x28d8c0);},'JSyuh':_0x22f881['SBeeG'],'CTGbe':function(_0x16da32,_0x3c568d){const _0x117a93=a87_0x5c9e;return _0x22f881[_0x117a93(0xde)](_0x16da32,_0x3c568d);},'Wcfgo':function(_0x40163c,_0x961fb3){const _0xe18bb8=a87_0x5c9e;return _0x22f881[_0xe18bb8(0xc9)](_0x40163c,_0x961fb3);}},_0x53f004={..._0x5a7826,...{'method':_0x4b789f,'url':API_URL+'/'+_0x28683b,'body':_0x2fe37e,'json':_0x22f881['IfZri'](_0x5a7826[_0x59e10(0x144)][_0x22f881[_0x59e10(0xf9)]],_0x22f881[_0x59e10(0x174)]),'agent':API_URL['includes'](_0x22f881['DmrDK'])?httpsKeepAliveAgent:httpKeepAliveAgent}};_0x22f881['IfZri'](_0x28683b,SCREENSHOT_ENDPOINT)&&(_0x53f004['agent']=API_URL[_0x59e10(0x165)](_0x22f881[_0x59e10(0x11f)])?httpsScreenshotsKeepAliveAgent:httpScreenshotsKeepAliveAgent),bsSetupHelper['nodeRequest'](_0x4b789f,_0x28683b,_0x53f004,_0x5a7826,API_URL)[_0x59e10(0x14b)](({statusCode:_0x4978b4,body:_0x14ee70})=>{const _0x404fb1=_0x59e10;if(_0x2902b8[_0x404fb1(0xfa)](_0x4978b4,0xc8))_0x2902b8['cNJJl'](_0x3bbdc5,_0x14ee70?_0x14ee70:_0x404fb1(0x147)+_0x4978b4);else{if(_0xb45924)try{_0x2902b8[_0x404fb1(0x195)](typeof _0x14ee70,_0x2902b8[_0x404fb1(0x137)])&&(_0x14ee70=JSON['parse'](_0x14ee70));}catch(_0x4bf3b3){_0x2902b8[_0x404fb1(0x158)](_0x3bbdc5,_0x2902b8[_0x404fb1(0x169)]);return;}const _0x24f046={};_0x24f046['data']=_0x14ee70,_0x2902b8[_0x404fb1(0x12e)](_0x317103,_0x24f046);}})[_0x59e10(0x13c)](_0x46f71a=>{_0x46f71a&&_0x2902b8['Wcfgo'](_0x3bbdc5,_0x46f71a);});});},exports[a87_0x1f0c81(0xd1)]=_0x4a2853=>{const _0x424497=a87_0x1f0c81;if(process[_0x424497(0xda)][_0x424497(0x164)])return process['env']['TEST_OBSERVABILITY_BUILD_TAG'][_0x424497(0x140)](',');if(_0x4a2853[_0x424497(0x114)])return _0x4a2853[_0x424497(0x114)];return[];},exports[a87_0x1f0c81(0x149)]=(_0x8b7bad=!![])=>{const _0x344656=a87_0x1f0c81,_0x23f6f5={};_0x23f6f5['KOWOt']='application/json',_0x23f6f5[_0x344656(0x19b)]='true',_0x23f6f5[_0x344656(0x14e)]=_0x344656(0x1a4);const _0x212a93=_0x23f6f5,_0x5af8b6={};_0x5af8b6[_0x344656(0x16b)]=_0x212a93[_0x344656(0xc8)],_0x5af8b6[_0x344656(0x151)]=_0x212a93['KXluc'];const _0x56effa=_0x5af8b6;return _0x8b7bad&&process[_0x344656(0xda)][_0x344656(0x187)]&&(_0x56effa[_0x212a93[_0x344656(0x14e)]]=_0x344656(0x131)+process['env'][_0x344656(0x187)]),_0x56effa;},exports[a87_0x1f0c81(0x12b)]=_0xf5fcec=>{const _0x285736=a87_0x1f0c81,_0x5342b8={};_0x5342b8[_0x285736(0xd6)]=_0x285736(0x19c);const _0x11ebdf=_0x5342b8,_0x59aa2d=[],_0x1c596c=new RegExp(_0x11ebdf[_0x285736(0xd6)],'i');return Object[_0x285736(0x159)](_0xf5fcec)[_0x285736(0x109)](_0x2138bc=>_0x1c596c[_0x285736(0x157)](_0x2138bc))[_0x285736(0x16d)](_0x528b53=>_0x59aa2d['push'](_0xf5fcec[_0x528b53])),_0x59aa2d;},exports[a87_0x1f0c81(0x122)]=_0x538c1c=>{const _0x583055=a87_0x1f0c81,_0x25de9e=[],_0x5e1343=_0x538c1c[_0x583055(0x16a)]||process[_0x583055(0xda)]['CUSTOM_TAG'];return _0x5e1343&&_0x25de9e[_0x583055(0x127)](_0x5e1343),_0x25de9e[_0x583055(0x127)](...exports[_0x583055(0x12b)](process[_0x583055(0xda)])),_0x25de9e['push'](...exports[_0x583055(0x12b)](_0x538c1c)),_0x25de9e;},exports['removeAnsiColors']=_0x5b7130=>{const _0x23590d=a87_0x1f0c81;if(!_0x5b7130)return'';return _0x5b7130[_0x23590d(0x1ac)](/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,'');},exports[a87_0x1f0c81(0x199)]=(_0x489b64=0x64)=>new Promise(_0x4e5ebd=>setTimeout(_0x4e5ebd,_0x489b64));const getPlatformName=()=>{const _0x2f4f59=a87_0x1f0c81,_0x31aaf2={};_0x31aaf2[_0x2f4f59(0x148)]=function(_0x4b7164,_0x3dc801){return _0x4b7164===_0x3dc801;},_0x31aaf2[_0x2f4f59(0xf7)]=_0x2f4f59(0xce),_0x31aaf2[_0x2f4f59(0x130)]=_0x2f4f59(0x13e),_0x31aaf2['eNedH']='darwin',_0x31aaf2[_0x2f4f59(0x168)]=_0x2f4f59(0x16e),_0x31aaf2[_0x2f4f59(0x108)]=function(_0x342dca,_0x10f72e){return _0x342dca===_0x10f72e;},_0x31aaf2[_0x2f4f59(0x15b)]=_0x2f4f59(0x12f),_0x31aaf2[_0x2f4f59(0x1a8)]=_0x2f4f59(0xd5),_0x31aaf2[_0x2f4f59(0x191)]=_0x2f4f59(0x163);const _0x567fb9=_0x31aaf2;if(_0x567fb9[_0x2f4f59(0x148)](process[_0x2f4f59(0x198)],_0x567fb9['hOsCM']))return _0x567fb9['LLHDm'];if(_0x567fb9['cBpeG'](process[_0x2f4f59(0x198)],_0x567fb9[_0x2f4f59(0x133)]))return _0x567fb9[_0x2f4f59(0x168)];if(_0x567fb9[_0x2f4f59(0x108)](process['platform'],_0x567fb9[_0x2f4f59(0x15b)]))return _0x567fb9['EpsQa'];return _0x567fb9[_0x2f4f59(0x191)];},getMacOSVersion=()=>{const _0x50f435=a87_0x1f0c81,_0x3f8e81={};_0x3f8e81[_0x50f435(0x179)]='awk\x20\x27/SOFTWARE\x20LICENSE\x20AGREEMENT\x20FOR\x20macOS/\x27\x20\x27/System/Library/CoreServices/Setup\x20Assistant.app/Contents/Resources/en.lproj/OSXSoftwareLicense.rtf\x27\x20|\x20awk\x20-F\x20\x27macOS\x20\x27\x20\x27{print\x20$NF}\x27\x20|\x20awk\x20\x27{print\x20substr($0,\x200,\x20length($0)-1)}\x27';const _0x422613=_0x3f8e81;return child_process[_0x50f435(0xfe)](_0x422613['ZjQBQ'])[_0x50f435(0xe5)]()[_0x50f435(0xeb)]();},getLinuxDetails=()=>{const _0xd29c9a={'UKyeL':function(_0x3aa167,_0x3a9f9a){return _0x3aa167(_0x3a9f9a);},'OFeiD':function(_0x59247a,_0x500ae5){return _0x59247a(_0x500ae5);},'lntAc':function(_0x267925,_0x272b86){return _0x267925(_0x272b86);}};return new Promise((_0x2fb790,_0x524d4e)=>{const _0x108721={'VepMB':function(_0xa7f8b2,_0x257171){const _0xee9d79=a87_0x5c9e;return _0xd29c9a[_0xee9d79(0x155)](_0xa7f8b2,_0x257171);},'TdsRY':function(_0x157773,_0x3e9780){const _0x50bfc3=a87_0x5c9e;return _0xd29c9a[_0x50bfc3(0x18c)](_0x157773,_0x3e9780);}};_0xd29c9a['lntAc'](getos,(_0x570906,_0x481a3d)=>{const _0x31bb49=a87_0x5c9e;if(_0x570906)return _0x108721[_0x31bb49(0x15d)](_0x524d4e,_0x570906);_0x108721[_0x31bb49(0x111)](_0x2fb790,_0x481a3d);});});};function a87_0x5c9e(_0x4fd20b,_0x132ba3){const _0x165b50=a87_0x165b();return a87_0x5c9e=function(_0x5c9ee9,_0x3601fa){_0x5c9ee9=_0x5c9ee9-0xc6;let _0x35fe44=_0x165b50[_0x5c9ee9];return _0x35fe44;},a87_0x5c9e(_0x4fd20b,_0x132ba3);}exports['getPlatformDetails']=async()=>{const _0x324248=a87_0x1f0c81,_0x16cd3c={'KBjqj':function(_0x58dedd){return _0x58dedd();},'jCHMb':'OS\x20X','DabSi':_0x324248(0x13e),'azORJ':'windows-release','qdzjZ':'Linux','klRtb':'Error\x20in\x20getting\x20Linux\x20Details'};let _0x11f2ea=_0x16cd3c[_0x324248(0x121)](getPlatformName),_0x28e5cc=os['release']()[_0x324248(0xe5)]();switch(_0x11f2ea){case _0x16cd3c[_0x324248(0xd2)]:_0x28e5cc=_0x16cd3c['KBjqj'](getMacOSVersion);break;case _0x16cd3c['DabSi']:try{const _0x3ea587=(await import(_0x16cd3c[_0x324248(0x166)]))['default'];_0x28e5cc=_0x16cd3c[_0x324248(0x121)](_0x3ea587);}catch(_0x24288c){exports[_0x324248(0xe0)]('Error\x20in\x20importing\x20windows-release\x20'+_0x24288c['toString']());}break;case _0x16cd3c[_0x324248(0xfb)]:try{const _0x1e61d3=await _0x16cd3c[_0x324248(0x121)](getLinuxDetails);_0x1e61d3[_0x324248(0x110)]&&(_0x11f2ea=_0x1e61d3['dist']),_0x1e61d3['release']&&(_0x28e5cc=_0x1e61d3['release'][_0x324248(0xe5)]());}catch(_0x292917){exports[_0x324248(0xe0)](_0x16cd3c[_0x324248(0x115)]);}break;default:break;}const _0x49eae3={};return _0x49eae3[_0x324248(0x172)]=_0x11f2ea,_0x49eae3['platformVersion']=_0x28e5cc,_0x49eae3;},exports['failureData']=(_0x4c0e8f,_0x195042)=>{const _0x119608=a87_0x1f0c81,_0x37288b={};_0x37288b[_0x119608(0x10e)]=function(_0x23afaa,_0x2c3a2c){return _0x23afaa===_0x2c3a2c;},_0x37288b[_0x119608(0xdd)]=_0x119608(0x157),_0x37288b['yggLV']=_0x119608(0x14c);const _0x2ec756=_0x37288b;if(!_0x4c0e8f)return[];try{if(_0x2ec756[_0x119608(0x10e)](_0x195042,_0x2ec756[_0x119608(0xdd)]))return _0x4c0e8f[_0x119608(0x188)](_0x3381c4=>{const _0x36f197=_0x119608,{stack:_0x8ef28c,..._0x32656d}=_0x3381c4,_0x1d682f=Object[_0x36f197(0x159)](_0x32656d)[_0x36f197(0x188)](_0x166ecf=>{return _0x166ecf+':\x20'+_0x32656d[_0x166ecf];}),_0xee86bf=_0x8ef28c?exports[_0x36f197(0xf3)](_0x8ef28c)[_0x36f197(0x140)](/\r?\n/):[exports[_0x36f197(0xf3)](_0x3381c4[_0x36f197(0x177)])],_0xf830f2={};return _0xf830f2[_0x36f197(0x1ab)]=_0xee86bf,_0xf830f2[_0x36f197(0x176)]=_0x1d682f,_0xf830f2;});else{if(_0x2ec756[_0x119608(0x10e)](_0x195042,_0x2ec756[_0x119608(0x14f)])){const _0x20fbc5=[],_0x1a6a40=[];return Object[_0x119608(0x159)](_0x4c0e8f)['forEach'](_0xe14779=>{const _0x1dc193=_0x119608;try{_0x1a6a40[_0x1dc193(0x127)](_0xe14779+':\x20'+_0x4c0e8f[_0xe14779]);}catch(_0x1d6824){exports['debug'](_0x1dc193(0xd9)+_0x1d6824[_0x1dc193(0x177)]+_0x1dc193(0x125)+_0x1d6824[_0x1dc193(0x1ab)]);}}),_0x20fbc5['push']({'backtrace':exports[_0x119608(0xf3)](_0x4c0e8f[_0x119608(0xcd)])[_0x119608(0x140)](/\r?\n/),'expanded':_0x1a6a40}),_0x20fbc5;}}return[];}catch(_0x1649af){exports[_0x119608(0xe0)]('Exception\x20in\x20populating\x20test\x20failure\x20data\x20with\x20error\x20:\x20'+_0x1649af[_0x119608(0x177)]+_0x119608(0x125)+_0x1649af[_0x119608(0x1ab)]);}return[];};class PathHelper{constructor(_0x6aa63a,_0x577bef){const _0x40ffd8=a87_0x1f0c81;this[_0x40ffd8(0xe2)]=_0x6aa63a,this[_0x40ffd8(0x170)]=_0x577bef;}['relativeTestFilePath'](_0x1c6d5c){const _0x492c30=a87_0x1f0c81,_0x599ba5=this[_0x492c30(0xe2)][_0x492c30(0x185)]||this[_0x492c30(0xe2)][_0x492c30(0xd3)];return path['relative'](_0x599ba5,_0x1c6d5c);}[a87_0x1f0c81(0x118)](_0x74e38){const _0x469a01=a87_0x1f0c81,_0x431b6e=this['relativeTestFilePath'](_0x74e38);return this[_0x469a01(0x170)]?path[_0x469a01(0x107)](this['prefix'],_0x431b6e):_0x431b6e;}}exports[a87_0x1f0c81(0x18d)]=PathHelper,exports[a87_0x1f0c81(0x194)]=(_0x2f607e=!![])=>{const _0x3510d1=a87_0x1f0c81,_0x2e2cb8={};_0x2e2cb8[_0x3510d1(0xe6)]=function(_0x2da139,_0x5bfce0){return _0x2da139===_0x5bfce0;},_0x2e2cb8[_0x3510d1(0x113)]=_0x3510d1(0x151),_0x2e2cb8[_0x3510d1(0x10a)]=_0x3510d1(0x10d),_0x2e2cb8[_0x3510d1(0x190)]=_0x3510d1(0x132),_0x2e2cb8[_0x3510d1(0x15c)]=_0x3510d1(0x17a),_0x2e2cb8['gddeJ']=_0x3510d1(0x104);const _0x3d31c1=_0x2e2cb8;requestSpy['spy']((_0x588021,_0x2beb14)=>{const _0x2c8778=_0x3510d1;_0x2beb14&&!(_0x2beb14[_0x2c8778(0x144)]&&_0x3d31c1[_0x2c8778(0xe6)](_0x2beb14['headers'][_0x3d31c1[_0x2c8778(0x113)]],_0x3d31c1['ZvaWj']))&&(_0x2beb14[_0x2c8778(0x15e)]=_0x2beb14[_0x2c8778(0xe7)],delete _0x2beb14[_0x2c8778(0xe7)],_0x2f607e&&process[_0x2c8778(0x1a1)](_0x2c8778(0x15f)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':null,'message':null,'kind':_0x3d31c1['CIyMO'],'http_response':_0x2beb14})),_0x2beb14&&(constants[_0x2c8778(0x102)][_0x2c8778(0x157)](_0x2beb14[_0x2c8778(0x15e)])||constants[_0x2c8778(0xef)]['test'](_0x2beb14['host']))?global['__cloud_provider___']=_0x3d31c1['WOawH']:global[_0x2c8778(0x1ae)]=_0x3d31c1[_0x2c8778(0x19d)];});},exports[a87_0x1f0c81(0xd8)]=()=>{const _0x5747fa=a87_0x1f0c81,_0x5d8ac6={'KSXsh':function(_0x20c3c5,_0x566519){return _0x20c3c5(_0x566519);}};console={},Object[_0x5747fa(0x159)](consoleHolder)[_0x5747fa(0x16d)](_0x76ea3c=>{const _0x2cb588=_0x5747fa;_0x5d8ac6[_0x2cb588(0x192)](isFunction,consoleHolder[_0x76ea3c])?console[_0x76ea3c]=(..._0x3162ed)=>{const _0xa2f4c9=_0x2cb588;try{!Object[_0xa2f4c9(0x159)](BSTestOpsPatcher)[_0xa2f4c9(0x165)](_0x76ea3c)?consoleHolder[_0x76ea3c](..._0x3162ed):BSTestOpsPatcher[_0x76ea3c](..._0x3162ed);}catch(_0x2e2841){consoleHolder[_0x76ea3c](..._0x3162ed);}}:console[_0x76ea3c]=consoleHolder[_0x76ea3c];});},exports['getSyncScript']=()=>a87_0x1f0c81(0x128)+JSON[a87_0x1f0c81(0x18b)]({'action':a87_0x1f0c81(0xed),'arguments':{'data':'ObservabilitySync:'+Date['now'](),'level':a87_0x1f0c81(0xe0)}}),exports[a87_0x1f0c81(0x182)]=_0xe9e07a=>{const _0x5f4d4c=a87_0x1f0c81,_0x5358bd={};_0x5358bd[_0x5f4d4c(0x150)]=function(_0xb605ba,_0x4abfe4){return _0xb605ba===_0x4abfe4;},_0x5358bd[_0x5f4d4c(0xd0)]=_0x5f4d4c(0x17a),_0x5358bd[_0x5f4d4c(0x120)]='appium:app',_0x5358bd[_0x5f4d4c(0x13d)]=_0x5f4d4c(0x183),_0x5358bd[_0x5f4d4c(0x101)]=function(_0x39e988,_0x104a79){return _0x39e988>_0x104a79;},_0x5358bd[_0x5f4d4c(0x126)]=_0x5f4d4c(0xdf),_0x5358bd['VrERC']=_0x5f4d4c(0xe1),_0x5358bd[_0x5f4d4c(0x116)]=_0x5f4d4c(0x167),_0x5358bd[_0x5f4d4c(0x16c)]=_0x5f4d4c(0xf2),_0x5358bd[_0x5f4d4c(0x19f)]=_0x5f4d4c(0x117);const _0x2c1bba=_0x5358bd;let _0x1a963f=null;try{if(_0x2c1bba['EiVQb'](global['__cloud_provider___'],_0x2c1bba[_0x5f4d4c(0xd0)])){if(_0xe9e07a[_0x2c1bba[_0x5f4d4c(0x120)]]||_0xe9e07a[_0x2c1bba['JLuea']]||!bsSetupHelper[_0x5f4d4c(0x160)](global[_0x5f4d4c(0x12d)])&&_0x2c1bba[_0x5f4d4c(0x101)](global[_0x5f4d4c(0x12d)][_0x5f4d4c(0x134)],0x0)&&(global[_0x5f4d4c(0x12d)][0x0][_0x2c1bba[_0x5f4d4c(0x13d)]]||global['capabilities'][0x0][_0x2c1bba['rKrMg']]))_0x1a963f=_0x2c1bba[_0x5f4d4c(0x126)];else _0xe9e07a[_0x2c1bba['VrERC']]&&_0xe9e07a[_0x2c1bba[_0x5f4d4c(0x18f)]][_0x2c1bba[_0x5f4d4c(0x116)]]?_0x1a963f=_0x2c1bba['WVgfo']:_0x1a963f=_0x2c1bba[_0x5f4d4c(0x19f)];}}catch(_0x393579){exports[_0x5f4d4c(0xe0)](_0x5f4d4c(0xf8)+_0x393579);}return _0x1a963f;},exports[a87_0x1f0c81(0xca)]=async(_0x34bfdb,_0x32f9dd,_0x24eb60=![])=>{const _0x14b79a=a87_0x1f0c81,_0xa60d08={};_0xa60d08['EjmRf']=function(_0x4e1bd7,_0x7941be){return _0x4e1bd7===_0x7941be;},_0xa60d08[_0x14b79a(0xc6)]=_0x14b79a(0x17a),_0xa60d08[_0x14b79a(0x11a)]=_0x14b79a(0x123),_0xa60d08['tKswk']=_0x14b79a(0xc7);const _0x1d65ac=_0xa60d08;try{const _0x220efa=await _0x34bfdb[_0x14b79a(0x18a)](),_0x10bf06=await _0x34bfdb['getSession'](),_0xacc960={},_0x445ebf=Object[_0x14b79a(0x10f)](_0x10bf06['getCapabilities']()['map_']),_0x46837a={'product':exports[_0x14b79a(0x182)](_0x445ebf),'capabilities':_0x445ebf,'platform':_0x220efa[_0x14b79a(0x161)](),'platform_version':bsSetupHelper['getPlatformVersion'](_0x1d65ac[_0x14b79a(0x181)](global[_0x14b79a(0x1ae)],_0x1d65ac['GUehF'])),'browser':_0x220efa[_0x14b79a(0x154)](),'browser_version':_0x220efa['getBrowserVersion'](),'session_id':_0x10bf06[_0x14b79a(0xf4)]()};global[_0x14b79a(0x1ae)]?_0xacc960[global[_0x14b79a(0x1ae)]]=_0x46837a:_0xacc960[_0x1d65ac[_0x14b79a(0x11a)]]=_0x46837a;if(_0x24eb60)return _0xacc960;process[_0x14b79a(0x1a1)](_0x14b79a(0x100)+process[_0x14b79a(0x16f)],{'timestamp':new Date()[_0x14b79a(0xee)](),'level':null,'message':null,'kind':_0x1d65ac[_0x14b79a(0x11e)],'http_response':_0xacc960,'uuid':_0x32f9dd});}catch(_0x4f948d){exports[_0x14b79a(0xe0)](_0x14b79a(0x14d)+_0x4f948d);}},exports[a87_0x1f0c81(0x10b)]=_0x201a32=>{const _0x12cbbe=a87_0x1f0c81;return _0x201a32&&_0x201a32[_0x12cbbe(0xe5)]()[_0x12cbbe(0x13f)](/browserstack internal helper hook/);};
1
+ const a87_0x378858=a87_0x9359;(function(_0x3d6dc9,_0x4a3692){const _0x30f137=a87_0x9359,_0x2c7dbb=_0x3d6dc9();while(!![]){try{const _0x15201f=-parseInt(_0x30f137(0x228))/0x1*(-parseInt(_0x30f137(0x1bc))/0x2)+parseInt(_0x30f137(0x23d))/0x3*(parseInt(_0x30f137(0x215))/0x4)+-parseInt(_0x30f137(0x253))/0x5+parseInt(_0x30f137(0x18f))/0x6*(-parseInt(_0x30f137(0x17d))/0x7)+parseInt(_0x30f137(0x251))/0x8+parseInt(_0x30f137(0x173))/0x9+-parseInt(_0x30f137(0x237))/0xa;if(_0x15201f===_0x4a3692)break;else _0x2c7dbb['push'](_0x2c7dbb['shift']());}catch(_0x4ec297){_0x2c7dbb['push'](_0x2c7dbb['shift']());}}}(a87_0x4611,0x66591));const fs=require('fs'),path=require('path'),gitLastCommit=require(a87_0x378858(0x241)),getRepoInfo=require(a87_0x378858(0x245)),{consoleHolder,API_URL,SCREENSHOT_ENDPOINT,FRAMEWORKS}=require(a87_0x378858(0x23c)),http=require(a87_0x378858(0x1ac)),https=require(a87_0x378858(0x170)),child_process=require(a87_0x378858(0x208)),getos=require(a87_0x378858(0x240)),os=require('os'),logger=require(a87_0x378858(0x222))[a87_0x378858(0x1d8)],bsSetupHelper=require('../helper'),requestSpy=require('../../helpers/request-spy'),constants=require(a87_0x378858(0x17f)),logPatcher=require(a87_0x378858(0x1bf)),{fileLogger}=require(a87_0x378858(0x222)),PerformanceTester=require(a87_0x378858(0x1ea)),{isFunction}=require(a87_0x378858(0x1d6)),BSTestOpsPatcher=new logPatcher({}),{O11y_EVENTS:PerformanceO11yEvents}=require(a87_0x378858(0x1a3));exports[a87_0x378858(0x1a4)]=_0x375901=>{const _0x235389=a87_0x378858;fileLogger[_0x235389(0x18d)]('['+new Date()[_0x235389(0x1e5)]()+_0x235389(0x242)+_0x375901);},exports[a87_0x378858(0x19f)]=_0x4c91eb=>{const _0x8b1d7b=a87_0x378858,_0x4ef905={};_0x4ef905[_0x8b1d7b(0x1db)]=function(_0x19f545,_0x1d5bd4){return _0x19f545===_0x1d5bd4;},_0x4ef905[_0x8b1d7b(0x19c)]=_0x8b1d7b(0x1fe),_0x4ef905[_0x8b1d7b(0x221)]=function(_0x522ed6,_0x403365){return _0x522ed6===_0x403365;};const _0x3a1e8f=_0x4ef905;fileLogger[_0x8b1d7b(0x19f)]('['+new Date()[_0x8b1d7b(0x1e5)]()+_0x8b1d7b(0x242)+_0x4c91eb),(_0x3a1e8f[_0x8b1d7b(0x1db)](process[_0x8b1d7b(0x24e)][_0x8b1d7b(0x1cc)],_0x3a1e8f[_0x8b1d7b(0x19c)])||_0x3a1e8f[_0x8b1d7b(0x221)](process[_0x8b1d7b(0x24e)]['BROWSERSTACK_OBSERVABILITY_DEBUG'],'1'))&&consoleHolder[_0x8b1d7b(0x20e)]('\x0a['+new Date()[_0x8b1d7b(0x1e5)]()+_0x8b1d7b(0x242)+_0x4c91eb+'\x0a');};const a87_0x5f3295={};a87_0x5f3295[a87_0x378858(0x246)]=!![],a87_0x5f3295[a87_0x378858(0x238)]=0xea60,a87_0x5f3295[a87_0x378858(0x23f)]=0x2,a87_0x5f3295['maxTotalSockets']=0x2;function a87_0x9359(_0x42e564,_0x3bd8a7){const _0x4611ed=a87_0x4611();return a87_0x9359=function(_0x9359ac,_0x3caa76){_0x9359ac=_0x9359ac-0x16f;let _0x9c4b60=_0x4611ed[_0x9359ac];return _0x9c4b60;},a87_0x9359(_0x42e564,_0x3bd8a7);}const httpKeepAliveAgent=new http[(a87_0x378858(0x214))](a87_0x5f3295),a87_0x59ec87={};function a87_0x4611(){const _0x5bc8ec=['RLUXO','null','rootDir','patchConsoleLogger','dbWms','tZvDw','CODECEPT','TvCzU','data','JGBOJ','Error\x20in\x20getting\x20Linux\x20Details','join','BROWSERSTACK_TESTHUB_JWT','rjaqm','601440FCAYpJ','timeout','getPlatformVersion','oSSYR','shouldReRunObservabilityTests','./constants','87063VQqrAY','parseFileNames','maxSockets','getos','git-last-commit','][\x20OBSERVABILITY\x20]\x20','trim','object','git-repo-info','keepAlive','iOewx','headers','dist','ofXet','bstack:options','PtwXi','execSync','env','HTTP','sendPlatformDetails','6023072OaWqjr','agent','3464755ZiNGEw','EhraP','info','xjkSX','https','cPUhD','][\x20OBSERVABILITY\x20]\x20Build\x20Not\x20Found','3358305DgQzCW','UnhandledError','Lnibt','readConfig','gcCgs','measureWrapper','getObservabilityLinkedProductName','platformName','extractValuesWithRegexKeyMatch','oiCEe','2491468UyGQVt','local_grid','../../bin/utils/constants','toString','NSwtA','FHyoh','Xxalj','hostname','PRINT_BUILDLINK','prefixTestPath','JUPNU','platformVersion','ixHXN','kSkis','BROWSERSTACK_TEST_OBSERVABILITY','getDefaultHeaders','silly','wDaad','12NULJHP','getBrowserVersion','KGeAh','automate','test','TSfCL','hLuLU','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','Windows','toJSON','getPlatform','MbQXf','Linux','ptvVG','ifVsO','nodeRequest','debug','annotate','ATS_HUB_URL_REGEX','bs:addLog:','../performance/constants','trace','Not\x20a\x20JSON\x20response\x20from\x20BrowserStack\x20Server','__cloud_provider___','push','TGbAe','failureData','undefined','awk\x20\x27/SOFTWARE\x20LICENSE\x20AGREEMENT\x20FOR\x20macOS/\x27\x20\x27/System/Library/CoreServices/Setup\x20Assistant.app/Contents/Resources/en.lproj/OSXSoftwareLicense.rtf\x27\x20|\x20awk\x20-F\x20\x27macOS\x20\x27\x20\x27{print\x20$NF}\x27\x20|\x20awk\x20\x27{print\x20substr($0,\x200,\x20length($0)-1)}\x27','http','CxPgC','WVUkT','forEach','LeglB','maxTotalSockets','vnKMC','pid','PLAYWRIGHT','jOItE','zYVih','getCustomTags','config','AcbFp','relative','Authorization','2JvvbBp','replace','evOke','../../bin/utils/logPatcher','buildTag','^CUSTOM_TAG_\x5cd+$','bMPPT','KlQbc','match','jest','windows-release','\x20:\x20','darwin','platform','keys','LLCme','BROWSERSTACK_OBSERVABILITY_DEBUG','udNOY','getPlatformDetails','Dgaza','MQMdu','HUB_URL_REGEX','message','TEST_OBSERVABILITY_BUILD_TAG','NdUOz','capabilities','lodash','map','winstonLogger','getAccessKey','Exception\x20in\x20populating\x20test\x20failure\x20data\x20with\x20error\x20:\x20','naLfP','BS_TESTOPS_BUILD_HASHED_ID','ObservabilitySync:','OS\x20X','AssertionError','prefix','@playwright/test','host','getFrameworkVersion','BROWSERSTACK_RERUN_TESTS','toISOString','printBuildLink','includes','win32','release','../performance/performance-tester','bs:addPlatformDetails:','dJvyA','addRequestSpy','XiJHv','error','getUserName','mocha','DhppB','backtrace','XZsul','isUndefined','emit','stringify','split','Error\x20in\x20importing\x20windows-release\x20','JpFbj','unknown_grid','SkOJL','stack','true','Received\x20response\x20from\x20BrowserStack\x20Server\x20with\x20status\x20:\x20','X-BSTACK-TESTOPS','btJzY','application/json','JEsyd','turboscale','YaFFw','default','xPtzT','child_process','Bearer\x20','now','browserstack_executor:\x20','ojoZm','getBuildTags','log','getFailureType','pIrxY','ePtjT','expanded','zBNtC','Agent','68RvFJtI','getBrowserStackConfig','Qdanj','qFktQ','removeAnsiColors','BROWSERSTACK_TEST_OBSERVABILITY_YML','NKlbV','oyhzQ','WlSum','PathHelper','browserstack','jpdJY','XPWTf','../logger','BUcPz','relativeTestFilePath','scmxa','getPackageVersion','catch','264774XBunaZ'];a87_0x4611=function(){return _0x5bc8ec;};return a87_0x4611();}a87_0x59ec87[a87_0x378858(0x246)]=!![],a87_0x59ec87[a87_0x378858(0x238)]=0xea60,a87_0x59ec87['maxSockets']=0x2,a87_0x59ec87['maxTotalSockets']=0x2;const httpsKeepAliveAgent=new https[(a87_0x378858(0x214))](a87_0x59ec87),a87_0x1983e8={};a87_0x1983e8['keepAlive']=!![],a87_0x1983e8[a87_0x378858(0x238)]=0xea60,a87_0x1983e8[a87_0x378858(0x23f)]=0x2,a87_0x1983e8[a87_0x378858(0x1b1)]=0x2;const httpScreenshotsKeepAliveAgent=new http[(a87_0x378858(0x214))](a87_0x1983e8),a87_0x3b3057={};a87_0x3b3057['keepAlive']=!![],a87_0x3b3057['timeout']=0xea60,a87_0x3b3057[a87_0x378858(0x23f)]=0x2,a87_0x3b3057[a87_0x378858(0x1b1)]=0x2;const httpsScreenshotsKeepAliveAgent=new https[(a87_0x378858(0x214))](a87_0x3b3057);exports[a87_0x378858(0x23b)]=()=>{const _0x42b17a=a87_0x378858,_0x416db6={};_0x416db6['RLUXO']=function(_0x44b453,_0x14a217){return _0x44b453!==_0x14a217;},_0x416db6[_0x42b17a(0x1d4)]=_0x42b17a(0x22a);const _0x6da653=_0x416db6;return process[_0x42b17a(0x24e)][_0x42b17a(0x1e4)]&&_0x6da653[_0x42b17a(0x229)](process[_0x42b17a(0x24e)]['BROWSERSTACK_RERUN_TESTS'],_0x6da653[_0x42b17a(0x1d4)])?!![]:![];},exports['isTestObservabilitySession']=()=>{const _0x546f35=a87_0x378858,_0x14e088={};_0x14e088[_0x546f35(0x1d0)]=function(_0x13e9cb,_0x5d5f86){return _0x13e9cb===_0x5d5f86;},_0x14e088[_0x546f35(0x1b2)]=_0x546f35(0x1fe);const _0x3a9957=_0x14e088;let _0x5616ca=!![];return process[_0x546f35(0x24e)][_0x546f35(0x21a)]&&(_0x5616ca=_0x3a9957[_0x546f35(0x1d0)](process[_0x546f35(0x24e)][_0x546f35(0x21a)],_0x3a9957['vnKMC'])),process[_0x546f35(0x24e)][_0x546f35(0x18b)]&&(_0x5616ca=_0x3a9957[_0x546f35(0x1d0)](process[_0x546f35(0x24e)][_0x546f35(0x18b)],_0x3a9957[_0x546f35(0x1b2)])),_0x5616ca;},exports[a87_0x378858(0x23e)]=_0x93f344=>{const _0x52cd6b=a87_0x378858;if(bsSetupHelper[_0x52cd6b(0x1f5)](_0x93f344))return undefined;try{return _0x93f344[_0x52cd6b(0x243)]()['split'](',');}catch(_0x1deaeb){return undefined;}},exports[a87_0x378858(0x1e6)]=()=>{const _0x208800=a87_0x378858,_0x30eaf9={};_0x30eaf9[_0x208800(0x1cd)]=function(_0x23e4c4,_0x2a2539){return _0x23e4c4!==_0x2a2539;},_0x30eaf9[_0x208800(0x187)]=_0x208800(0x22a),_0x30eaf9['zBNtC']=_0x208800(0x1aa);const _0x5706b3=_0x30eaf9;return PerformanceTester[_0x208800(0x178)](PerformanceO11yEvents[_0x208800(0x185)],async()=>{const _0x455a0f=_0x208800;try{process[_0x455a0f(0x24e)][_0x455a0f(0x1dc)]&&_0x5706b3['udNOY'](process[_0x455a0f(0x24e)]['BS_TESTOPS_BUILD_HASHED_ID'],_0x5706b3[_0x455a0f(0x187)])&&_0x5706b3[_0x455a0f(0x1cd)](process['env'][_0x455a0f(0x1dc)],_0x5706b3[_0x455a0f(0x213)])&&logger[_0x455a0f(0x255)]('Visit\x20https://observability.browserstack.com/builds/'+process[_0x455a0f(0x24e)]['BS_TESTOPS_BUILD_HASHED_ID']+'\x20to\x20view\x20build\x20report,\x20insights,\x20and\x20many\x20more\x20debugging\x20information\x20all\x20at\x20one\x20place!\x0a');}catch(_0x244fcd){logger[_0x455a0f(0x1ef)]('['+new Date()['toISOString']()+_0x455a0f(0x172));}})();},exports[a87_0x378858(0x20f)]=_0x5ce453=>{const _0x38deb0=a87_0x378858,_0x37052d={};_0x37052d[_0x38deb0(0x17c)]=_0x38deb0(0x1df),_0x37052d['EkEXS']=_0x38deb0(0x174);const _0x3b4be3=_0x37052d;if(!_0x5ce453)return null;return _0x5ce453['toString']()['match'](/AssertionError/)?_0x3b4be3[_0x38deb0(0x17c)]:_0x3b4be3['EkEXS'];},exports[a87_0x378858(0x1e3)]=_0x45d644=>{const _0x90a193=a87_0x378858,_0x315017={};_0x315017[_0x90a193(0x1f4)]=_0x90a193(0x1f1),_0x315017[_0x90a193(0x205)]=_0x90a193(0x1e1),_0x315017[_0x90a193(0x21c)]='codeceptjs',_0x315017[_0x90a193(0x194)]=_0x90a193(0x1c5),_0x315017['rjaqm']='@cucumber/cucumber';const _0x1bb7e6=_0x315017;let _0x57fa82=null;switch(_0x45d644){case FRAMEWORKS['MOCHA']:_0x57fa82=bsSetupHelper[_0x90a193(0x226)](_0x1bb7e6[_0x90a193(0x1f4)]);break;case FRAMEWORKS[_0x90a193(0x1b4)]:_0x57fa82=bsSetupHelper[_0x90a193(0x226)](_0x1bb7e6[_0x90a193(0x205)]);break;case FRAMEWORKS[_0x90a193(0x22f)]:_0x57fa82=bsSetupHelper[_0x90a193(0x226)](_0x1bb7e6[_0x90a193(0x21c)]);break;case FRAMEWORKS['JEST']:_0x57fa82=bsSetupHelper[_0x90a193(0x226)](_0x1bb7e6[_0x90a193(0x194)]);break;case FRAMEWORKS['CUCUMBER']:_0x57fa82=bsSetupHelper[_0x90a193(0x226)](_0x1bb7e6[_0x90a193(0x236)]);break;default:break;}return _0x57fa82;},exports[a87_0x378858(0x216)]=_0x2a5aea=>{const _0xd74fa8=a87_0x378858;let _0x2dcda6=null;switch(_0x2a5aea){case FRAMEWORKS[_0xd74fa8(0x1b4)]:_0x2dcda6=process[_0xd74fa8(0x24e)]['BROWSERSTACK_CONFIG_FILE_PATH'];break;}if(!_0x2dcda6)return;return bsSetupHelper[_0xd74fa8(0x176)](_0x2dcda6,![]);},exports['getUserCredentials']=_0x5065c3=>{const _0x1252c5=a87_0x378858;return{'username':bsSetupHelper[_0x1252c5(0x1f0)](_0x5065c3),'accessKey':bsSetupHelper[_0x1252c5(0x1d9)](_0x5065c3)};},exports[a87_0x378858(0x19e)]=(_0x4deaed,_0x1b1d7f,_0x343b74,_0x1ceca6,_0x4ba94f=!![])=>{const _0x2630a5=a87_0x378858,_0x151cac={'NSwtA':function(_0x1c9a92,_0xfa9d6){return _0x1c9a92!==_0xfa9d6;},'LLCme':function(_0x1b499e,_0x48c6fd){return _0x1b499e(_0x48c6fd);},'zpBmE':function(_0x1bf409,_0x49f4fb){return _0x1bf409!==_0x49f4fb;},'PtwXi':_0x2630a5(0x244),'JEsyd':function(_0xa2f73e,_0x4fbd6a){return _0xa2f73e(_0x4fbd6a);},'LeglB':_0x2630a5(0x1a5),'HlvEK':function(_0x31a511,_0x4a5817){return _0x31a511(_0x4a5817);},'DhppB':function(_0x2a3f2f,_0x2da409){return _0x2a3f2f===_0x2da409;},'ixHXN':'Content-Type','Dgaza':_0x2630a5(0x202),'iOewx':'https'};return new Promise((_0x4c64da,_0x46479f)=>{const _0x3e8079=_0x2630a5,_0x223d08={..._0x1ceca6,...{'method':_0x4deaed,'url':API_URL+'/'+_0x1b1d7f,'body':_0x343b74,'json':_0x151cac[_0x3e8079(0x1f2)](_0x1ceca6[_0x3e8079(0x248)][_0x151cac[_0x3e8079(0x189)]],_0x151cac[_0x3e8079(0x1cf)]),'agent':API_URL[_0x3e8079(0x1e7)](_0x151cac['iOewx'])?httpsKeepAliveAgent:httpKeepAliveAgent}};_0x151cac[_0x3e8079(0x1f2)](_0x1b1d7f,SCREENSHOT_ENDPOINT)&&(_0x223d08[_0x3e8079(0x252)]=API_URL[_0x3e8079(0x1e7)](_0x151cac[_0x3e8079(0x247)])?httpsScreenshotsKeepAliveAgent:httpScreenshotsKeepAliveAgent),bsSetupHelper[_0x3e8079(0x19e)](_0x4deaed,_0x1b1d7f,_0x223d08,_0x1ceca6,API_URL)['then'](({statusCode:_0x2dca2f,body:_0x4c2854})=>{const _0x801d20=_0x3e8079;if(_0x151cac[_0x801d20(0x181)](_0x2dca2f,0xc8))_0x151cac['LLCme'](_0x46479f,_0x4c2854?_0x4c2854:_0x801d20(0x1ff)+_0x2dca2f);else{if(_0x4ba94f)try{_0x151cac['zpBmE'](typeof _0x4c2854,_0x151cac[_0x801d20(0x24c)])&&(_0x4c2854=JSON['parse'](_0x4c2854));}catch(_0x421419){_0x151cac[_0x801d20(0x203)](_0x46479f,_0x151cac[_0x801d20(0x1b0)]);return;}const _0x625ec1={};_0x625ec1[_0x801d20(0x231)]=_0x4c2854,_0x151cac[_0x801d20(0x1cb)](_0x4c64da,_0x625ec1);}})[_0x3e8079(0x227)](_0x10c17a=>{_0x10c17a&&_0x151cac['HlvEK'](_0x46479f,_0x10c17a);});});},exports[a87_0x378858(0x20d)]=_0x4cf91c=>{const _0x58fdf9=a87_0x378858;if(process[_0x58fdf9(0x24e)]['TEST_OBSERVABILITY_BUILD_TAG'])return process[_0x58fdf9(0x24e)][_0x58fdf9(0x1d3)][_0x58fdf9(0x1f8)](',');if(_0x4cf91c[_0x58fdf9(0x1c0)])return _0x4cf91c['buildTag'];return[];},exports[a87_0x378858(0x18c)]=(_0x22729b=!![])=>{const _0x469162=a87_0x378858,_0x53c6f8={};_0x53c6f8['EhraP']=_0x469162(0x202),_0x53c6f8[_0x469162(0x1c2)]=_0x469162(0x1fe),_0x53c6f8['WlSum']=_0x469162(0x1bb);const _0x15e549=_0x53c6f8,_0x33912c={};_0x33912c['Content-Type']=_0x15e549[_0x469162(0x254)],_0x33912c[_0x469162(0x200)]=_0x15e549[_0x469162(0x1c2)];const _0x3743bc=_0x33912c;return _0x22729b&&process[_0x469162(0x24e)][_0x469162(0x235)]&&(_0x3743bc[_0x15e549[_0x469162(0x21d)]]=_0x469162(0x209)+process[_0x469162(0x24e)]['BROWSERSTACK_TESTHUB_JWT']),_0x3743bc;},exports[a87_0x378858(0x17b)]=_0x829b34=>{const _0x13e082=a87_0x378858,_0x386ade={};_0x386ade['dbWms']=_0x13e082(0x1c1);const _0x52276a=_0x386ade,_0x4a6bf6=[],_0x338987=new RegExp(_0x52276a[_0x13e082(0x22d)],'i');return Object[_0x13e082(0x1ca)](_0x829b34)['filter'](_0xf2176c=>_0x338987[_0x13e082(0x193)](_0xf2176c))[_0x13e082(0x1af)](_0x1bd30c=>_0x4a6bf6[_0x13e082(0x1a7)](_0x829b34[_0x1bd30c])),_0x4a6bf6;},exports[a87_0x378858(0x1b7)]=_0x35fece=>{const _0x37adf5=a87_0x378858,_0x173609=[],_0x53f36a=_0x35fece['customTag']||process[_0x37adf5(0x24e)]['CUSTOM_TAG'];return _0x53f36a&&_0x173609[_0x37adf5(0x1a7)](_0x53f36a),_0x173609[_0x37adf5(0x1a7)](...exports[_0x37adf5(0x17b)](process[_0x37adf5(0x24e)])),_0x173609[_0x37adf5(0x1a7)](...exports['extractValuesWithRegexKeyMatch'](_0x35fece)),_0x173609;},exports[a87_0x378858(0x219)]=_0x3c0331=>{const _0x1ff5c5=a87_0x378858;if(!_0x3c0331)return'';return _0x3c0331[_0x1ff5c5(0x1bd)](/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,'');},exports['sleep']=(_0x4415f7=0x64)=>new Promise(_0x3274e5=>setTimeout(_0x3274e5,_0x4415f7));const getPlatformName=()=>{const _0x59ea68=a87_0x378858,_0x55b89f={};_0x55b89f[_0x59ea68(0x201)]=function(_0x17bc7a,_0x30d6c3){return _0x17bc7a===_0x30d6c3;},_0x55b89f[_0x59ea68(0x19a)]=_0x59ea68(0x1e8),_0x55b89f['klYUR']='Windows',_0x55b89f[_0x59ea68(0x220)]=function(_0x44c53b,_0x2234b6){return _0x44c53b===_0x2234b6;},_0x55b89f[_0x59ea68(0x177)]=_0x59ea68(0x1c8),_0x55b89f[_0x59ea68(0x24a)]='OS\x20X',_0x55b89f[_0x59ea68(0x218)]=function(_0xa6f123,_0xf2ce1){return _0xa6f123===_0xf2ce1;},_0x55b89f[_0x59ea68(0x1fa)]='linux',_0x55b89f[_0x59ea68(0x210)]='Linux',_0x55b89f[_0x59ea68(0x18a)]='Unknown';const _0x3b9136=_0x55b89f;if(_0x3b9136['btJzY'](process[_0x59ea68(0x1c9)],_0x3b9136[_0x59ea68(0x19a)]))return _0x3b9136['klYUR'];if(_0x3b9136[_0x59ea68(0x220)](process[_0x59ea68(0x1c9)],_0x3b9136['gcCgs']))return _0x3b9136[_0x59ea68(0x24a)];if(_0x3b9136[_0x59ea68(0x218)](process[_0x59ea68(0x1c9)],_0x3b9136[_0x59ea68(0x1fa)]))return _0x3b9136['pIrxY'];return _0x3b9136[_0x59ea68(0x18a)];},getMacOSVersion=()=>{const _0x412107=a87_0x378858,_0x161212={};_0x161212[_0x412107(0x1ec)]=_0x412107(0x1ab);const _0x48a41a=_0x161212;return child_process[_0x412107(0x24d)](_0x48a41a[_0x412107(0x1ec)])['toString']()[_0x412107(0x243)]();},getLinuxDetails=()=>{const _0x5c12c7={'ePtjT':function(_0x2ebe61,_0x53a13e){return _0x2ebe61(_0x53a13e);},'KlQbc':function(_0x4a5d3d,_0x79a225){return _0x4a5d3d(_0x79a225);},'NKlbV':function(_0x2386fc,_0x516869){return _0x2386fc(_0x516869);}};return new Promise((_0x2b4fe2,_0x197fe5)=>{const _0x929630=a87_0x9359;_0x5c12c7[_0x929630(0x21b)](getos,(_0x29444b,_0x296e98)=>{const _0x57a470=_0x929630;if(_0x29444b)return _0x5c12c7[_0x57a470(0x211)](_0x197fe5,_0x29444b);_0x5c12c7[_0x57a470(0x1c3)](_0x2b4fe2,_0x296e98);});});};exports[a87_0x378858(0x1ce)]=async()=>{const _0x4a31b4=a87_0x378858,_0x3fcb15={'ojoZm':function(_0x204c8a){return _0x204c8a();},'WVUkT':_0x4a31b4(0x1de),'ifVsO':function(_0x8b847e){return _0x8b847e();},'xDpaL':_0x4a31b4(0x197),'scmxa':_0x4a31b4(0x1c6),'LDzdm':_0x4a31b4(0x19b),'XiJHv':function(_0x30a5fc){return _0x30a5fc();},'FZESw':_0x4a31b4(0x233)};let _0x53edaf=_0x3fcb15[_0x4a31b4(0x20c)](getPlatformName),_0x3919aa=os['release']()[_0x4a31b4(0x180)]();switch(_0x53edaf){case _0x3fcb15[_0x4a31b4(0x1ae)]:_0x3919aa=_0x3fcb15[_0x4a31b4(0x19d)](getMacOSVersion);break;case _0x3fcb15['xDpaL']:try{const _0x563c04=(await import(_0x3fcb15[_0x4a31b4(0x225)]))[_0x4a31b4(0x206)];_0x3919aa=_0x3fcb15[_0x4a31b4(0x19d)](_0x563c04);}catch(_0x50850e){exports['debug'](_0x4a31b4(0x1f9)+_0x50850e['toString']());}break;case _0x3fcb15['LDzdm']:try{const _0x4183db=await _0x3fcb15[_0x4a31b4(0x1ee)](getLinuxDetails);_0x4183db[_0x4a31b4(0x249)]&&(_0x53edaf=_0x4183db['dist']),_0x4183db[_0x4a31b4(0x1e9)]&&(_0x3919aa=_0x4183db['release'][_0x4a31b4(0x180)]());}catch(_0xc67a45){exports['debug'](_0x3fcb15['FZESw']);}break;default:break;}const _0x54665b={};return _0x54665b[_0x4a31b4(0x17a)]=_0x53edaf,_0x54665b[_0x4a31b4(0x188)]=_0x3919aa,_0x54665b;},exports[a87_0x378858(0x1a9)]=(_0x44ccf5,_0x397366)=>{const _0x2b8517=a87_0x378858,_0x2fed4d={};_0x2fed4d[_0x2b8517(0x217)]=function(_0x35e766,_0xd16c82){return _0x35e766===_0xd16c82;},_0x2fed4d[_0x2b8517(0x1b5)]='test',_0x2fed4d[_0x2b8517(0x1a8)]=function(_0x2995e7,_0x27f247){return _0x2995e7===_0x27f247;},_0x2fed4d[_0x2b8517(0x207)]='err';const _0x124da5=_0x2fed4d;if(!_0x44ccf5)return[];try{if(_0x124da5[_0x2b8517(0x217)](_0x397366,_0x124da5[_0x2b8517(0x1b5)]))return _0x44ccf5['map'](_0x25eada=>{const _0x13ce2f=_0x2b8517,{stack:_0x1e6e4b,..._0x14f921}=_0x25eada,_0x3fe6da=Object[_0x13ce2f(0x1ca)](_0x14f921)[_0x13ce2f(0x1d7)](_0x29ab08=>{return _0x29ab08+':\x20'+_0x14f921[_0x29ab08];}),_0x55fa17=_0x1e6e4b?exports[_0x13ce2f(0x219)](_0x1e6e4b)[_0x13ce2f(0x1f8)](/\r?\n/):[exports[_0x13ce2f(0x219)](_0x25eada['message'])],_0x3aead1={};return _0x3aead1[_0x13ce2f(0x1f3)]=_0x55fa17,_0x3aead1[_0x13ce2f(0x212)]=_0x3fe6da,_0x3aead1;});else{if(_0x124da5['TGbAe'](_0x397366,_0x124da5[_0x2b8517(0x207)])){const _0x4438e5=[],_0x58135b=[];return Object[_0x2b8517(0x1ca)](_0x44ccf5)[_0x2b8517(0x1af)](_0x3a4e3e=>{const _0x1c1c6c=_0x2b8517;try{_0x58135b['push'](_0x3a4e3e+':\x20'+_0x44ccf5[_0x3a4e3e]);}catch(_0x9d3724){exports[_0x1c1c6c(0x19f)](_0x1c1c6c(0x1da)+_0x9d3724[_0x1c1c6c(0x1d2)]+'\x20:\x20'+_0x9d3724[_0x1c1c6c(0x1f3)]);}}),_0x4438e5[_0x2b8517(0x1a7)]({'backtrace':exports[_0x2b8517(0x219)](_0x44ccf5[_0x2b8517(0x1fd)])[_0x2b8517(0x1f8)](/\r?\n/),'expanded':_0x58135b}),_0x4438e5;}}return[];}catch(_0x11722b){exports['debug'](_0x2b8517(0x1da)+_0x11722b[_0x2b8517(0x1d2)]+_0x2b8517(0x1c7)+_0x11722b[_0x2b8517(0x1f3)]);}return[];};class PathHelper{constructor(_0x45e26d,_0x38de1f){const _0x511a3c=a87_0x378858;this[_0x511a3c(0x1b8)]=_0x45e26d,this[_0x511a3c(0x1e0)]=_0x38de1f;}['relativeTestFilePath'](_0x1921bb){const _0x630157=a87_0x378858,_0x45b11a=this[_0x630157(0x1b8)]['cwd']||this[_0x630157(0x1b8)][_0x630157(0x22b)];return path[_0x630157(0x1ba)](_0x45b11a,_0x1921bb);}[a87_0x378858(0x186)](_0x45f4a6){const _0xd8c5a0=a87_0x378858,_0x4725f4=this[_0xd8c5a0(0x224)](_0x45f4a6);return this['prefix']?path[_0xd8c5a0(0x234)](this[_0xd8c5a0(0x1e0)],_0x4725f4):_0x4725f4;}}exports[a87_0x378858(0x21e)]=PathHelper,exports[a87_0x378858(0x1ed)]=(_0x6e08cb=!![])=>{const _0x5185db=a87_0x378858,_0x3096e5={};_0x3096e5[_0x5185db(0x1b9)]=function(_0x445c95,_0x134a03){return _0x445c95===_0x134a03;},_0x3096e5['qGMaW']='X-BSTACK-TESTOPS',_0x3096e5['xjkSX']=_0x5185db(0x1fe),_0x3096e5['KGeAh']=_0x5185db(0x24f),_0x3096e5[_0x5185db(0x175)]=_0x5185db(0x21f),_0x3096e5['tZvDw']=_0x5185db(0x17e);const _0x1bd594=_0x3096e5;requestSpy['spy']((_0x2f9dba,_0x3ef89a)=>{const _0x5330b5=_0x5185db;_0x3ef89a&&!(_0x3ef89a[_0x5330b5(0x248)]&&_0x1bd594[_0x5330b5(0x1b9)](_0x3ef89a[_0x5330b5(0x248)][_0x1bd594['qGMaW']],_0x1bd594[_0x5330b5(0x16f)]))&&(_0x3ef89a['host']=_0x3ef89a[_0x5330b5(0x184)],delete _0x3ef89a[_0x5330b5(0x184)],_0x6e08cb&&process[_0x5330b5(0x1f6)](_0x5330b5(0x1a2)+process[_0x5330b5(0x1b3)],{'timestamp':new Date()[_0x5330b5(0x1e5)](),'level':null,'message':null,'kind':_0x1bd594[_0x5330b5(0x191)],'http_response':_0x3ef89a})),_0x3ef89a&&(constants[_0x5330b5(0x1d1)][_0x5330b5(0x193)](_0x3ef89a[_0x5330b5(0x1e2)])||constants[_0x5330b5(0x1a1)][_0x5330b5(0x193)](_0x3ef89a['host']))?global[_0x5330b5(0x1a6)]=_0x1bd594[_0x5330b5(0x175)]:global['__cloud_provider___']=_0x1bd594[_0x5330b5(0x22e)];});},exports[a87_0x378858(0x22c)]=()=>{const _0xf8e840=a87_0x378858,_0x2fc1b9={'cPUhD':function(_0x9aae6b,_0x3a95e0){return _0x9aae6b(_0x3a95e0);}};console={},Object[_0xf8e840(0x1ca)](consoleHolder)[_0xf8e840(0x1af)](_0x52b265=>{const _0x508d3e=_0xf8e840;_0x2fc1b9[_0x508d3e(0x171)](isFunction,consoleHolder[_0x52b265])?console[_0x52b265]=(..._0x3ae4d7)=>{const _0x334fc1=_0x508d3e;try{!Object[_0x334fc1(0x1ca)](BSTestOpsPatcher)['includes'](_0x52b265)?consoleHolder[_0x52b265](..._0x3ae4d7):BSTestOpsPatcher[_0x52b265](..._0x3ae4d7);}catch(_0xa42819){consoleHolder[_0x52b265](..._0x3ae4d7);}}:console[_0x52b265]=consoleHolder[_0x52b265];});},exports['getSyncScript']=()=>a87_0x378858(0x20b)+JSON[a87_0x378858(0x1f7)]({'action':a87_0x378858(0x1a0),'arguments':{'data':a87_0x378858(0x1dd)+Date[a87_0x378858(0x20a)](),'level':a87_0x378858(0x19f)}}),exports[a87_0x378858(0x179)]=_0x49b64a=>{const _0x53562c=a87_0x378858,_0x1b67b5={};_0x1b67b5[_0x53562c(0x223)]=function(_0x4bf517,_0x69f40){return _0x4bf517===_0x69f40;},_0x1b67b5[_0x53562c(0x1ad)]=_0x53562c(0x21f),_0x1b67b5[_0x53562c(0x183)]='appium:app',_0x1b67b5[_0x53562c(0x232)]='app',_0x1b67b5[_0x53562c(0x18e)]=function(_0x46f505,_0x4b2151){return _0x46f505>_0x4b2151;},_0x1b67b5[_0x53562c(0x1b6)]='app-automate',_0x1b67b5[_0x53562c(0x195)]=_0x53562c(0x24b),_0x1b67b5['zKeQP']='turboScaleGridDetails',_0x1b67b5[_0x53562c(0x23a)]=_0x53562c(0x204),_0x1b67b5['nCmlq']=_0x53562c(0x192);const _0x2f0784=_0x1b67b5;let _0x114371=null;try{if(_0x2f0784['BUcPz'](global[_0x53562c(0x1a6)],_0x2f0784['CxPgC'])){if(_0x49b64a[_0x2f0784[_0x53562c(0x183)]]||_0x49b64a[_0x2f0784['JGBOJ']]||!bsSetupHelper['isUndefined'](global['capabilities'])&&_0x2f0784['wDaad'](global[_0x53562c(0x1d5)]['length'],0x0)&&(global['capabilities'][0x0][_0x2f0784[_0x53562c(0x232)]]||global[_0x53562c(0x1d5)][0x0][_0x2f0784[_0x53562c(0x183)]]))_0x114371=_0x2f0784[_0x53562c(0x1b6)];else _0x49b64a[_0x2f0784[_0x53562c(0x195)]]&&_0x49b64a[_0x2f0784[_0x53562c(0x195)]][_0x2f0784['zKeQP']]?_0x114371=_0x2f0784[_0x53562c(0x23a)]:_0x114371=_0x2f0784['nCmlq'];}}catch(_0x27e78e){exports[_0x53562c(0x19f)]('Failed\x20to\x20determine\x20product\x20linked\x20to\x20Observability\x20test\x20instance\x20:\x20'+_0x27e78e);}return _0x114371;},exports[a87_0x378858(0x250)]=async(_0x1fc2dd,_0x698029,_0x511b7e=![])=>{const _0x261030=a87_0x378858,_0x29c3f6={};_0x29c3f6[_0x261030(0x230)]=function(_0x84e16,_0x1e1374){return _0x84e16===_0x1e1374;},_0x29c3f6['SkOJL']=_0x261030(0x21f),_0x29c3f6[_0x261030(0x182)]=_0x261030(0x1fb),_0x29c3f6[_0x261030(0x1be)]='TEST_PLATFORM';const _0x278914=_0x29c3f6;try{const _0x5aacb2=await _0x1fc2dd['getCapabilities'](),_0x4afa7f=await _0x1fc2dd['getSession'](),_0x46a571={},_0x3d0ad1=Object['fromEntries'](_0x4afa7f['getCapabilities']()['map_']),_0x12680a={'product':exports['getObservabilityLinkedProductName'](_0x3d0ad1),'capabilities':_0x3d0ad1,'platform':_0x5aacb2[_0x261030(0x199)](),'platform_version':bsSetupHelper[_0x261030(0x239)](_0x278914[_0x261030(0x230)](global[_0x261030(0x1a6)],_0x278914[_0x261030(0x1fc)])),'browser':_0x5aacb2['getBrowserName'](),'browser_version':_0x5aacb2[_0x261030(0x190)](),'session_id':_0x4afa7f[_0x261030(0x198)]()};global[_0x261030(0x1a6)]?_0x46a571[global[_0x261030(0x1a6)]]=_0x12680a:_0x46a571[_0x278914[_0x261030(0x182)]]=_0x12680a;if(_0x511b7e)return _0x46a571;process[_0x261030(0x1f6)](_0x261030(0x1eb)+process['pid'],{'timestamp':new Date()[_0x261030(0x1e5)](),'level':null,'message':null,'kind':_0x278914[_0x261030(0x1be)],'http_response':_0x46a571,'uuid':_0x698029});}catch(_0x2a01a0){exports[_0x261030(0x19f)](_0x261030(0x196)+_0x2a01a0);}},exports['isInternalHook']=_0x557eb3=>{const _0x456f3c=a87_0x378858;return _0x557eb3&&_0x557eb3[_0x456f3c(0x180)]()[_0x456f3c(0x1c4)](/browserstack internal helper hook/);};
@@ -1 +1 @@
1
- function a88_0x3a23(){var _0x29e4b8=['ENV_VAR','121MWoZYV','5818erarXr','accessibility','api/v2/builds','TestRunSkipped','3038ZbmqTB','EVENT','BROWSERSTACK_TESTHUB_UUID','17634vYhsUt','4664OeFufI','624888xqxmjc','HookStarted','2193500SXfFws','ACCESS_DENIED','LogCreated','DEPRECATED','exports','TESTHUB_BUILD_API','107KgqVzp','ERROR','TestStarted','608hhAHti','BROWSERSTACK_TESTHUB_JWT','5823774XViPQt','CBTSessionCreated','HookRunStarted','18PRXuhB','ERROR_SDK_DEPRECATED','1226205yJPwlZ','observability'];a88_0x3a23=function(){return _0x29e4b8;};return a88_0x3a23();}var a88_0x4c6cf6=a88_0x4839;(function(_0x3c650b,_0x45c0f6){var _0x248339=a88_0x4839,_0x1c9a8d=_0x3c650b();while(!![]){try{var _0x2ac4d9=parseInt(_0x248339(0x1d1))/0x1*(parseInt(_0x248339(0x1c0))/0x2)+parseInt(_0x248339(0x1c7))/0x3*(-parseInt(_0x248339(0x1b5))/0x4)+parseInt(_0x248339(0x1bc))/0x5*(parseInt(_0x248339(0x1ba))/0x6)+-parseInt(_0x248339(0x1c4))/0x7*(-parseInt(_0x248339(0x1c8))/0x8)+-parseInt(_0x248339(0x1b7))/0x9+parseInt(_0x248339(0x1cb))/0xa+parseInt(_0x248339(0x1bf))/0xb*(parseInt(_0x248339(0x1c9))/0xc);if(_0x2ac4d9===_0x45c0f6)break;else _0x1c9a8d['push'](_0x1c9a8d['shift']());}catch(_0x1ae88b){_0x1c9a8d['push'](_0x1c9a8d['shift']());}}}(a88_0x3a23,0x86ace));var a88_0x286423={};a88_0x286423['INVALID_CREDENTIALS']='ERROR_INVALID_CREDENTIALS',a88_0x286423[a88_0x4c6cf6(0x1ce)]=a88_0x4c6cf6(0x1bb),a88_0x286423[a88_0x4c6cf6(0x1cc)]='ERROR_ACCESS_DENIED';var a88_0x44e481={};a88_0x44e481[a88_0x4c6cf6(0x1d3)]='TestRunStarted',a88_0x44e481['TestFinished']='TestRunFinished',a88_0x44e481['TestSkipped']=a88_0x4c6cf6(0x1c3),a88_0x44e481[a88_0x4c6cf6(0x1cd)]='LogCreated',a88_0x44e481[a88_0x4c6cf6(0x1ca)]=a88_0x4c6cf6(0x1b9),a88_0x44e481['HookFinished']='HookRunFinished',a88_0x44e481[a88_0x4c6cf6(0x1b8)]=a88_0x4c6cf6(0x1b8);var a88_0x55e139={};a88_0x55e139[a88_0x4c6cf6(0x1c6)]=a88_0x4c6cf6(0x1c6),a88_0x55e139['BROWSERSTACK_TESTHUB_JWT']=a88_0x4c6cf6(0x1b6);function a88_0x4839(_0x50bcc0,_0x488f40){var _0x3a234b=a88_0x3a23();return a88_0x4839=function(_0x48395d,_0x548184){_0x48395d=_0x48395d-0x1b5;var _0x499447=_0x3a234b[_0x48395d];return _0x499447;},a88_0x4839(_0x50bcc0,_0x488f40);}var a88_0x7ee0b7={};a88_0x7ee0b7[a88_0x4c6cf6(0x1d0)]=a88_0x4c6cf6(0x1c2),a88_0x7ee0b7['ACCESSIBILITY']=a88_0x4c6cf6(0x1c1),a88_0x7ee0b7['OBSERVABILITY']=a88_0x4c6cf6(0x1bd),a88_0x7ee0b7[a88_0x4c6cf6(0x1d2)]=a88_0x286423,a88_0x7ee0b7[a88_0x4c6cf6(0x1c5)]=a88_0x44e481,a88_0x7ee0b7[a88_0x4c6cf6(0x1be)]=a88_0x55e139,module[a88_0x4c6cf6(0x1cf)]=a88_0x7ee0b7;
1
+ var a88_0x49ab68=a88_0x490b;function a88_0x4bcf(){var _0x252daa=['CBTSessionCreated','TestRunSkipped','observability','LogCreated','TestRunStarted','4483644EHQGne','HookFinished','ERROR','EVENT','2813176LkuGtj','accessibility','10owKSqD','BROWSERSTACK_TESTHUB_JWT','386EeSJxy','exports','OBSERVABILITY','10zcurva','ERROR_SDK_DEPRECATED','2491263GiMmYZ','TestRunFinished','ENV_VAR','HookRunFinished','27odTgYG','DEPRECATED','84nryRYl','INVALID_CREDENTIALS','BROWSERSTACK_TESTHUB_UUID','18167123HIcRPj','12CwXOMi','ERROR_ACCESS_DENIED','ACCESS_DENIED','ACCESSIBILITY','api/v2/builds','TESTHUB_BUILD_API','274981VsXbpN','TestSkipped','68624MqJdxq','239LjpWWU'];a88_0x4bcf=function(){return _0x252daa;};return a88_0x4bcf();}(function(_0x44b817,_0x507958){var _0x2bce49=a88_0x490b,_0x329b89=_0x44b817();while(!![]){try{var _0x3a45b5=parseInt(_0x2bce49(0x10f))/0x1*(parseInt(_0x2bce49(0x11d))/0x2)+-parseInt(_0x2bce49(0x122))/0x3+parseInt(_0x2bce49(0x10e))/0x4*(parseInt(_0x2bce49(0x120))/0x5)+parseInt(_0x2bce49(0x128))/0x6*(parseInt(_0x2bce49(0x10c))/0x7)+-parseInt(_0x2bce49(0x119))/0x8*(parseInt(_0x2bce49(0x126))/0x9)+-parseInt(_0x2bce49(0x11b))/0xa*(-parseInt(_0x2bce49(0x115))/0xb)+parseInt(_0x2bce49(0x12c))/0xc*(parseInt(_0x2bce49(0x12b))/0xd);if(_0x3a45b5===_0x507958)break;else _0x329b89['push'](_0x329b89['shift']());}catch(_0xb539c7){_0x329b89['push'](_0x329b89['shift']());}}}(a88_0x4bcf,0x864e2));var a88_0x234052={};a88_0x234052[a88_0x49ab68(0x129)]='ERROR_INVALID_CREDENTIALS',a88_0x234052[a88_0x49ab68(0x127)]=a88_0x49ab68(0x121),a88_0x234052[a88_0x49ab68(0x108)]=a88_0x49ab68(0x107);var a88_0x95c314={};function a88_0x490b(_0x46fa31,_0x2351b0){var _0x4bcf3f=a88_0x4bcf();return a88_0x490b=function(_0x490be0,_0x590e9a){_0x490be0=_0x490be0-0x107;var _0x157c78=_0x4bcf3f[_0x490be0];return _0x157c78;},a88_0x490b(_0x46fa31,_0x2351b0);}a88_0x95c314['TestStarted']=a88_0x49ab68(0x114),a88_0x95c314['TestFinished']=a88_0x49ab68(0x123),a88_0x95c314[a88_0x49ab68(0x10d)]=a88_0x49ab68(0x111),a88_0x95c314['LogCreated']=a88_0x49ab68(0x113),a88_0x95c314['HookStarted']='HookRunStarted',a88_0x95c314[a88_0x49ab68(0x116)]=a88_0x49ab68(0x125),a88_0x95c314[a88_0x49ab68(0x110)]='CBTSessionCreated';var a88_0x240bfb={};a88_0x240bfb[a88_0x49ab68(0x12a)]=a88_0x49ab68(0x12a),a88_0x240bfb[a88_0x49ab68(0x11c)]='BROWSERSTACK_TESTHUB_JWT';var a88_0x300f44={};a88_0x300f44[a88_0x49ab68(0x10b)]=a88_0x49ab68(0x10a),a88_0x300f44[a88_0x49ab68(0x109)]=a88_0x49ab68(0x11a),a88_0x300f44[a88_0x49ab68(0x11f)]=a88_0x49ab68(0x112),a88_0x300f44[a88_0x49ab68(0x117)]=a88_0x234052,a88_0x300f44[a88_0x49ab68(0x118)]=a88_0x95c314,a88_0x300f44[a88_0x49ab68(0x124)]=a88_0x240bfb,module[a88_0x49ab68(0x11e)]=a88_0x300f44;
@@ -1 +1 @@
1
- const a89_0x4f67fe=a89_0xc1b8;(function(_0x220c7e,_0x4b063a){const _0x43e260=a89_0xc1b8,_0x1d35b8=_0x220c7e();while(!![]){try{const _0x534fb5=parseInt(_0x43e260(0x1f7))/0x1*(parseInt(_0x43e260(0x227))/0x2)+-parseInt(_0x43e260(0x235))/0x3*(-parseInt(_0x43e260(0x23b))/0x4)+parseInt(_0x43e260(0x247))/0x5+-parseInt(_0x43e260(0x256))/0x6+parseInt(_0x43e260(0x1e8))/0x7*(-parseInt(_0x43e260(0x232))/0x8)+-parseInt(_0x43e260(0x24d))/0x9*(parseInt(_0x43e260(0x1fc))/0xa)+parseInt(_0x43e260(0x20e))/0xb;if(_0x534fb5===_0x4b063a)break;else _0x1d35b8['push'](_0x1d35b8['shift']());}catch(_0x4aa5af){_0x1d35b8['push'](_0x1d35b8['shift']());}}}(a89_0x32b0,0xb513a));const bsSetupHelper=require(a89_0x4f67fe(0x240)),path=require(a89_0x4f67fe(0x228)),{getCustomTags,isTestObservabilitySession,getDefaultHeaders,nodeRequest}=require('../test-observability/utils'),testhubUtils=require(a89_0x4f67fe(0x215)),testHubConstants=require('./constants.js'),constants=require(a89_0x4f67fe(0x1eb)),RequestQueueHandler=require(a89_0x4f67fe(0x259)),logger=require(a89_0x4f67fe(0x1fe))[a89_0x4f67fe(0x201)],SessionHandler=require(a89_0x4f67fe(0x233)),PerformanceTester=require('../performance/performance-tester.js'),{TESTHUB_EVENTS:PerformanceEvents}=require(a89_0x4f67fe(0x1ed));class TestHubHandler{static [a89_0x4f67fe(0x24a)]=![];static async['launchBuild'](_0x19ff92,_0x1bc2b1){const _0x2ef134=a89_0x4f67fe,_0x5889ef={'eHtOE':function(_0x3e2636,_0x4db1a8){return _0x3e2636||_0x4db1a8;},'pSSuc':function(_0x178959,_0x43a95e){return _0x178959===_0x43a95e;},'qOcQf':function(_0x5339c0){return _0x5339c0();},'UyvuL':_0x2ef134(0x243),'jaXMx':_0x2ef134(0x200),'KXoeO':'Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','vtQQb':function(_0x18d290,_0x3968ef,_0x394623,_0x4df11f,_0x2de02e){return _0x18d290(_0x3968ef,_0x394623,_0x4df11f,_0x2de02e);},'Vpyvq':_0x2ef134(0x206),'aLADd':function(_0x67084a,_0x43c011){return _0x67084a===_0x43c011;}};await PerformanceTester[_0x2ef134(0x25e)](PerformanceEvents['START'],async()=>{const _0x2792c5=_0x2ef134,_0x147cad={};_0x147cad['root_dir_path']='';const _0x35cd0e=Object['assign']({},_0x1bc2b1[_0x2792c5(0x250)],_0x147cad),_0x270486=bsSetupHelper[_0x2792c5(0x20f)](_0x35cd0e),_0x165076=bsSetupHelper['getAccessKey'](_0x35cd0e),_0x370824=_0x5889ef[_0x2792c5(0x1fd)](_0x270486,'')+':'+_0x5889ef[_0x2792c5(0x1fd)](_0x165076,''),_0x57bee1=testhubUtils[_0x2792c5(0x22b)](_0x35cd0e);process[_0x2792c5(0x223)][_0x2792c5(0x225)]=JSON[_0x2792c5(0x1f5)](_0x57bee1);if(_0x5889ef['pSSuc'](_0x370824,':'))return _0x5889ef[_0x2792c5(0x1ea)](isTestObservabilitySession)&&(logger['debug'](_0x5889ef[_0x2792c5(0x234)]),process[_0x2792c5(0x223)]['BS_TESTOPS_BUILD_COMPLETED']=_0x5889ef[_0x2792c5(0x20a)]),testhubUtils[_0x2792c5(0x238)](_0x35cd0e)&&logger['debug'](_0x5889ef[_0x2792c5(0x245)]),[null,null];try{const _0xc6df28=await this[_0x2792c5(0x216)](_0x35cd0e,_0x19ff92),_0x5d1e6a=this[_0x2792c5(0x214)](_0x270486,_0x165076),_0x3f81d1=await _0x5889ef[_0x2792c5(0x24b)](nodeRequest,_0x5889ef[_0x2792c5(0x1fa)],testHubConstants[_0x2792c5(0x230)],_0xc6df28,_0x5d1e6a);await this[_0x2792c5(0x22e)](_0x1bc2b1,_0x19ff92);const _0x209652=this[_0x2792c5(0x244)](_0x35cd0e,_0x3f81d1,_0x5d1e6a);return _0x209652;}catch(_0x243db3){if(_0x5889ef[_0x2792c5(0x1e9)](_0x243db3[_0x2792c5(0x1f4)],![])){testhubUtils[_0x2792c5(0x220)](_0x243db3);return;}}})();}static async['checkAndSetupPercy'](_0x2c2186,_0x3227a3){const _0x42ccbf=a89_0x4f67fe;if(constants[_0x42ccbf(0x23a)][_0x42ccbf(0x25f)](_0x3227a3)){await _0x2c2186[_0x42ccbf(0x209)]();return;}_0x2c2186[_0x42ccbf(0x250)][_0x42ccbf(0x1f2)]&&logger[_0x42ccbf(0x237)](_0x42ccbf(0x1f9)+_0x3227a3+_0x42ccbf(0x248));}static['getAccessibilityOptions'](_0x4b9884){const _0x17ff1e=a89_0x4f67fe,_0x21c269={};_0x21c269[_0x17ff1e(0x1ec)]=_0x4b9884[_0x17ff1e(0x23d)];const _0x46859b=_0x21c269;return _0x46859b;}static[a89_0x4f67fe(0x214)](_0x541758,_0x8b10d0){const _0x41513f=a89_0x4f67fe,_0x39aa74={'JXKKe':function(_0x2a99a7,_0xa7f79d){return _0x2a99a7(_0xa7f79d);}},_0x46398e={};return _0x46398e[_0x41513f(0x25b)]=_0x541758,_0x46398e['password']=_0x8b10d0,{'auth':_0x46398e,'headers':_0x39aa74[_0x41513f(0x24f)](getDefaultHeaders,![])};}static async['generateBuildUpstreamData'](_0xda50c,_0x34df6d){const _0x1ae436=a89_0x4f67fe,_0x4ffafb={'GLYbb':function(_0x54e126,_0x37484e){return _0x54e126(_0x37484e);}},_0x1a152b={'project_name':_0xda50c[_0x1ae436(0x203)]||'','name':_0xda50c['buildName']||path[_0x1ae436(0x219)](path[_0x1ae436(0x205)](process[_0x1ae436(0x1f3)]())),'build_identifier':_0xda50c[_0x1ae436(0x221)],'description':_0xda50c['buildDescription']||'','started_at':new Date()[_0x1ae436(0x22a)](),'tags':_0x4ffafb['GLYbb'](getCustomTags,_0xda50c),'host_info':bsSetupHelper[_0x1ae436(0x23f)](),'ci_info':bsSetupHelper[_0x1ae436(0x24e)](),'build_run_identifier':process[_0x1ae436(0x223)][_0x1ae436(0x236)],'failed_tests_rerun':process[_0x1ae436(0x223)][_0x1ae436(0x23e)]||![],'version_control':await bsSetupHelper[_0x1ae436(0x1f6)](),'accessibility':this[_0x1ae436(0x255)](_0xda50c),'framework_details':testhubUtils[_0x1ae436(0x211)](_0xda50c,_0x34df6d),'product_map':testhubUtils[_0x1ae436(0x22b)](_0xda50c),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()};if(process[_0x1ae436(0x223)]['BROWSERSTACK_CENTRAL_USER']){const _0x4bf690={};_0x4bf690[_0x1ae436(0x207)]=process[_0x1ae436(0x223)][_0x1ae436(0x22c)],_0x4bf690['token']=process[_0x1ae436(0x223)][_0x1ae436(0x20d)],_0x1a152b[_0x1ae436(0x1f8)]=_0x4bf690;}return _0x1a152b;}static[a89_0x4f67fe(0x244)](_0x2ee9cd,_0x33c5a3,_0x5d9bd5){const _0xf62612=a89_0x4f67fe,_0x1e599e={'TxMKt':function(_0x38d81c){return _0x38d81c();},'jZJXf':function(_0x33394d,_0x39ef2f){return _0x33394d&&_0x39ef2f;},'didJk':_0xf62612(0x252),'nxDjP':_0xf62612(0x200),'tWvzA':function(_0xadb0cf,_0x5eae95){return _0xadb0cf&&_0x5eae95;}},_0x465fd8={};if(_0x1e599e[_0xf62612(0x242)](isTestObservabilitySession)){const [_0x17dc4d,_0x3e6c31,_0x206a28]=testhubUtils[_0xf62612(0x22f)](_0x33c5a3[_0xf62612(0x204)],_0x5d9bd5['auth']);if(_0x1e599e['jZJXf'](_0x17dc4d,_0x3e6c31)){const _0x1a007d={};_0x1a007d[_0xf62612(0x24c)]=_0x17dc4d,_0x1a007d[_0xf62612(0x21e)]=_0x3e6c31,_0x1a007d[_0xf62612(0x224)]=_0x206a28,_0x465fd8[testHubConstants[_0xf62612(0x1ee)]]=_0x1a007d,process['env'][_0xf62612(0x1ef)]=_0x1e599e[_0xf62612(0x253)];}else _0x465fd8[testHubConstants['OBSERVABILITY']]={},process[_0xf62612(0x223)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0x1e599e[_0xf62612(0x229)];}else process['env']['BROWSERSTACK_TEST_OBSERVABILITY']=_0x1e599e[_0xf62612(0x229)];if(testhubUtils[_0xf62612(0x238)](_0x2ee9cd)){const [_0x5b3473,_0x22f0e9]=testhubUtils[_0xf62612(0x21c)](_0x33c5a3[_0xf62612(0x204)]);if(_0x1e599e[_0xf62612(0x217)](_0x5b3473,_0x22f0e9)){const _0x32c5b7={};_0x32c5b7[_0xf62612(0x218)]=_0x5b3473,_0x32c5b7[_0xf62612(0x21e)]=_0x22f0e9,_0x465fd8[testHubConstants['ACCESSIBILITY']]=_0x32c5b7,process[_0xf62612(0x223)]['BROWSERSTACK_ACCESSIBILITY']=_0x1e599e[_0xf62612(0x253)];}else _0x465fd8[testHubConstants[_0xf62612(0x1fb)]]={},process[_0xf62612(0x223)]['BROWSERSTACK_ACCESSIBILITY']=_0x1e599e[_0xf62612(0x229)];}else process[_0xf62612(0x223)]['BROWSERSTACK_ACCESSIBILITY']=_0x1e599e[_0xf62612(0x229)];return testhubUtils[_0xf62612(0x23c)](_0x33c5a3[_0xf62612(0x204)]),_0x465fd8;}static async[a89_0x4f67fe(0x226)](_0x22a81a){const _0x2329a7=a89_0x4f67fe,_0x44ce2d={'EQeDB':function(_0x5aaf71,_0xa15a26){return _0x5aaf71===_0xa15a26;},'ramMv':_0x2329a7(0x200),'QjkFQ':_0x2329a7(0x20b),'ZqmNt':'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TESTHUB\x20:\x20Missing\x20authentication\x20token','TkDAS':_0x2329a7(0x202),'RMVYI':_0x2329a7(0x21d),'iBuhr':_0x2329a7(0x1ff),'WhqSP':'user_killed','tpnen':function(_0x1949b2){return _0x1949b2();},'AZepj':function(_0x40d792,_0x1440e3,_0x112778,_0x518fd5,_0x1c90bf,_0x34b25a){return _0x40d792(_0x1440e3,_0x112778,_0x518fd5,_0x1c90bf,_0x34b25a);},'ZGMwp':'PUT','ZkDty':_0x2329a7(0x212),'TAUNa':'success'};await PerformanceTester[_0x2329a7(0x25e)](PerformanceEvents[_0x2329a7(0x1f1)],async()=>{const _0xdc698c=_0x2329a7;if(_0x44ce2d[_0xdc698c(0x25c)](process[_0xdc698c(0x223)]['BS_TESTOPS_BUILD_COMPLETED'],_0x44ce2d['ramMv'])||TestHubHandler[_0xdc698c(0x24a)]||bsSetupHelper[_0xdc698c(0x208)](process['env'][testHubConstants['ENV_VAR'][_0xdc698c(0x251)]]))return;TestHubHandler[_0xdc698c(0x24a)]=!![],await RequestQueueHandler[_0xdc698c(0x257)]()[_0xdc698c(0x254)](),await SessionHandler[_0xdc698c(0x231)]();if(_0x44ce2d[_0xdc698c(0x25c)](process[_0xdc698c(0x223)][testHubConstants[_0xdc698c(0x21b)][_0xdc698c(0x251)]],_0x44ce2d['QjkFQ'])||_0x44ce2d[_0xdc698c(0x25c)](process[_0xdc698c(0x223)][testHubConstants['ENV_VAR'][_0xdc698c(0x21f)]],_0x44ce2d['QjkFQ'])){logger[_0xdc698c(0x237)](_0x44ce2d[_0xdc698c(0x241)]);const _0x29629e={};return _0x29629e['status']=_0x44ce2d[_0xdc698c(0x1f0)],_0x29629e[_0xdc698c(0x25d)]=_0x44ce2d[_0xdc698c(0x246)],_0x29629e;}const _0x54ce4e={'finished_at':new Date()[_0xdc698c(0x22a)](),'finished_metadata':[]};!!_0x22a81a&&_0x54ce4e[_0x44ce2d['iBuhr']]['push']({'reason':_0x44ce2d[_0xdc698c(0x258)],'signal':_0x22a81a,'failure_data':''});const _0x4f18c9={'headers':_0x44ce2d['tpnen'](getDefaultHeaders)};try{const _0x5d0a9c=await _0x44ce2d[_0xdc698c(0x20c)](nodeRequest,_0x44ce2d[_0xdc698c(0x210)],_0xdc698c(0x21a)+process[_0xdc698c(0x223)][testHubConstants['ENV_VAR'][_0xdc698c(0x21f)]]+'/stop',_0x54ce4e,_0x4f18c9,![]);if(_0x5d0a9c[_0xdc698c(0x204)]&&_0x5d0a9c['data'][_0xdc698c(0x202)]){const _0x36c3f0={};_0x36c3f0['message']=_0x5d0a9c[_0xdc698c(0x204)][_0xdc698c(0x202)];throw _0x36c3f0;}else{logger[_0xdc698c(0x237)](_0x44ce2d['ZkDty']);const _0x488e1f={};return _0x488e1f['status']=_0x44ce2d[_0xdc698c(0x213)],_0x488e1f[_0xdc698c(0x25d)]='',_0x488e1f;}}catch(_0x11991f){_0x11991f['response']?logger[_0xdc698c(0x237)](_0xdc698c(0x22d)+_0x11991f['response']['status']+'\x20'+_0x11991f['response'][_0xdc698c(0x25a)]+'\x20'+JSON[_0xdc698c(0x1f5)](_0x11991f[_0xdc698c(0x222)][_0xdc698c(0x204)])):logger[_0xdc698c(0x237)]('EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TESTHUB\x20:\x20'+(_0x11991f[_0xdc698c(0x25d)]||_0x11991f));const _0x15c9fc={};return _0x15c9fc['status']=_0x44ce2d[_0xdc698c(0x1f0)],_0x15c9fc['message']=_0x11991f[_0xdc698c(0x25d)]||_0x11991f[_0xdc698c(0x222)]?_0x11991f[_0xdc698c(0x222)][_0xdc698c(0x249)]+':'+_0x11991f[_0xdc698c(0x222)][_0xdc698c(0x25a)]:_0x11991f,_0x15c9fc;}})();}}module[a89_0x4f67fe(0x239)]=TestHubHandler;function a89_0xc1b8(_0x1b7e5a,_0x490222){const _0x32b01b=a89_0x32b0();return a89_0xc1b8=function(_0xc1b84d,_0x504d8b){_0xc1b84d=_0xc1b84d-0x1e8;let _0x1dd09e=_0x32b01b[_0xc1b84d];return _0x1dd09e;},a89_0xc1b8(_0x1b7e5a,_0x490222);}function a89_0x32b0(){const _0x29efdd=['BROWSERSTACK_TESTHUB_JWT','true','didJk','uploadPending','getAccessibilityOptions','8401404vkgblY','getInstance','WhqSP','../test-observability/requestQueueHandler.js','statusText','username','EQeDB','message','measureWrapper','includes','11578xWKQhf','aLADd','qOcQf','../../bin/utils/constants.js','settings','../performance/constants','OBSERVABILITY','BROWSERSTACK_TEST_OBSERVABILITY','TkDAS','STOP','percy','cwd','success','stringify','getGitMetaData','131377ttBbTT','central_scanner','Percy\x20is\x20not\x20supported\x20for\x20','Vpyvq','ACCESSIBILITY','620YFoEHr','eHtOE','../logger','finished_metadata','false','winstonLogger','error','projectName','data','resolve','POST','job_id','isUndefined','setupPercy','jaXMx','null','AZepj','BROWSERSTACK_CENTRAL_SCANNER_JWT','18868245VqtvmT','getUserName','ZGMwp','getFrameworkDetails','stopBuildUpstream\x20event\x20successful!','TAUNa','getConfig','./utils.js','generateBuildUpstreamData','tWvzA','authToken','basename','api/v1/builds/','ENV_VAR','setAccessibilityVariables','Token/buildID\x20is\x20undefined,\x20build\x20creation\x20might\x20have\x20failed','buildHashedId','BROWSERSTACK_TESTHUB_UUID','logBuildError','buildIdentifier','response','env','allowScreenshot','BROWSERSTACK_PRODUCT_MAP','stop','6ORfrCH','path','nxDjP','toISOString','getProductMap','BROWSERSTACK_CENTRAL_SCANNER_JOBID','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TESTHUB\x20:\x20','checkAndSetupPercy','setTestObservabilityVariables','TESTHUB_BUILD_API','waitForBuildStatus','3200BxKGFh','../test-observability/sessionHandler.js','UyvuL','9PzOrJZ','BROWSERSTACK_BUILD_RUN_IDENTIFIER','debug','isAccessibilityEnabled','exports','PERCY_SUPPORTED_FRAMEWORKS','1053772iLEbhK','setTestHubCommonMetaInfo','accessibilityOptions','BROWSERSTACK_RERUN','getHostInfo','../helper','ZqmNt','TxMKt','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20Missing\x20authentication\x20token','extractDataFromResponse','KXoeO','RMVYI','5623985bIIwtE','\x20framework','status','buildStopSent','vtQQb','jwt','177246XpoAiv','getCiInfo','JXKKe','config'];a89_0x32b0=function(){return _0x29efdd;};return a89_0x32b0();}
1
+ const a89_0x49d273=a89_0x571d;function a89_0x571d(_0xb6bcf9,_0x1dc5dd){const _0x2e6dce=a89_0x2e6d();return a89_0x571d=function(_0x571d37,_0x46c7f7){_0x571d37=_0x571d37-0xb8;let _0xeb86e6=_0x2e6dce[_0x571d37];return _0xeb86e6;},a89_0x571d(_0xb6bcf9,_0x1dc5dd);}(function(_0x164e7a,_0x482d7e){const _0x2155e3=a89_0x571d,_0x1fa0b2=_0x164e7a();while(!![]){try{const _0x14db72=parseInt(_0x2155e3(0x130))/0x1*(parseInt(_0x2155e3(0x128))/0x2)+-parseInt(_0x2155e3(0x10a))/0x3+-parseInt(_0x2155e3(0xf4))/0x4+-parseInt(_0x2155e3(0x111))/0x5+-parseInt(_0x2155e3(0x104))/0x6*(-parseInt(_0x2155e3(0x12d))/0x7)+-parseInt(_0x2155e3(0xb9))/0x8+parseInt(_0x2155e3(0xf2))/0x9;if(_0x14db72===_0x482d7e)break;else _0x1fa0b2['push'](_0x1fa0b2['shift']());}catch(_0x11061b){_0x1fa0b2['push'](_0x1fa0b2['shift']());}}}(a89_0x2e6d,0xb9d85));const bsSetupHelper=require(a89_0x49d273(0x102)),path=require('path'),{getCustomTags,isTestObservabilitySession,getDefaultHeaders,nodeRequest}=require(a89_0x49d273(0xd6)),testhubUtils=require(a89_0x49d273(0x120)),testHubConstants=require(a89_0x49d273(0xf6)),constants=require('../../bin/utils/constants.js'),RequestQueueHandler=require(a89_0x49d273(0x101)),logger=require(a89_0x49d273(0xf7))[a89_0x49d273(0xea)],SessionHandler=require(a89_0x49d273(0xbd)),PerformanceTester=require(a89_0x49d273(0xf8)),{TESTHUB_EVENTS:PerformanceEvents}=require('../performance/constants');function a89_0x2e6d(){const _0x55bcb9=['username','false','status','../test-observability/sessionHandler.js','message','getProductMap','BROWSERSTACK_ACCESSIBILITY','OBSERVABILITY','ENV_VAR','debug','pBcwE','Percy\x20is\x20not\x20supported\x20for\x20','LouVo','BS_TESTOPS_BUILD_COMPLETED','config','root_dir_path','Testhub\x20started\x20with\x20id:\x20','includes','BROWSERSTACK_RERUN','getGitMetaData','data','fDGWz','EzSfb','response','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20Missing\x20authentication\x20token','BROWSERSTACK_CENTRAL_USER','getInstance','isBrowserstackInfra','../test-observability/utils','BROWSERSTACK_TESTHUB_JWT','KgRUi','getConfig','stringify','kBVdv','buildDescription','PERCY_SUPPORTED_FRAMEWORKS','Token/buildID\x20is\x20undefined,\x20build\x20creation\x20might\x20have\x20failed','BROWSERSTACK_TESTHUB_UUID','buildStopSent','projectName','auth','VqRTs','basename','sArWz','isUndefined','LMcVD','exports','statusText','winstonLogger','PUT','resolve','setTestObservabilityVariables','finished_metadata','BROWSERSTACK_PRODUCT_MAP','KdFfR','measureWrapper','36140931bjTUyw','ShAJU','5326140uqfvML','percy','./constants.js','../logger','../performance/performance-tester.js','password','launchBuild','true','central_scanner','jwt','generateBuildUpstreamData','getAccessibilityOptions','null','../test-observability/requestQueueHandler.js','../helper','setAccessibilityVariables','60tDzWtH','settings','env','setupPercy','WxDwz','toISOString','3535479ibkNgM','START','uUilH','WsmMT','ZGivq','assign','buildHashedId','3884855SmIzaR','uploadPending','getHostInfo','user_killed','buildIdentifier','error','ACCESSIBILITY','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TESTHUB\x20:\x20','QKxZq','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','job_id','token','hMosR','cwd','KNsiy','./utils.js','getCiInfo','STOP','\x20framework','checkAndSetupPercy','accessibilityOptions','GaQSK','authToken','2fqrWtP','extractDataFromResponse','YFZQU','getAccessKey','BROWSERSTACK_TEST_OBSERVABILITY','179347RswRjq','logBuildError','LWxXZ','600607FBPoUC','isAccessibilityEnabled','YuqHI','getUserName','setTestHubCommonMetaInfo','mvmdu','6594048xzqRDp'];a89_0x2e6d=function(){return _0x55bcb9;};return a89_0x2e6d();}class TestHubHandler{static [a89_0x49d273(0xe0)]=![];static async[a89_0x49d273(0xfa)](_0x18c59d,_0x46e92f){const _0xfc3b6e=a89_0x49d273,_0x1851b7={'YuqHI':function(_0x59699a,_0x52b59d){return _0x59699a||_0x52b59d;},'QKxZq':function(_0x49e086,_0xed23e9){return _0x49e086===_0xed23e9;},'LouVo':function(_0x4f7177){return _0x4f7177();},'YFZQU':_0xfc3b6e(0xd2),'sArWz':_0xfc3b6e(0xbb),'WsmMT':_0xfc3b6e(0x11a),'ZGivq':function(_0x40d81c,_0x192bfb,_0x537a80,_0x53f82d,_0x4c1039){return _0x40d81c(_0x192bfb,_0x537a80,_0x53f82d,_0x4c1039);},'MKxUf':'POST'};await PerformanceTester[_0xfc3b6e(0xf1)](PerformanceEvents[_0xfc3b6e(0x10b)],async()=>{const _0x5049d3=_0xfc3b6e,_0x3eb84b={};_0x3eb84b[_0x5049d3(0xc9)]='';const _0x407ea9=Object[_0x5049d3(0x10f)]({},_0x46e92f[_0x5049d3(0xc8)],_0x3eb84b),_0x46b56d=bsSetupHelper[_0x5049d3(0x133)](_0x407ea9),_0x465d7e=bsSetupHelper[_0x5049d3(0x12b)](_0x407ea9),_0x3b367b=_0x1851b7['YuqHI'](_0x46b56d,'')+':'+_0x1851b7[_0x5049d3(0x132)](_0x465d7e,''),_0x5afc57=testhubUtils[_0x5049d3(0xbf)](_0x407ea9);process[_0x5049d3(0x106)][_0x5049d3(0xef)]=JSON['stringify'](_0x5afc57);if(_0x1851b7[_0x5049d3(0x119)](_0x3b367b,':'))return _0x1851b7[_0x5049d3(0xc6)](isTestObservabilitySession)&&(logger['debug'](_0x1851b7[_0x5049d3(0x12a)]),process[_0x5049d3(0x106)][_0x5049d3(0xc7)]=_0x1851b7[_0x5049d3(0xe5)]),testhubUtils[_0x5049d3(0x131)](_0x407ea9)&&logger[_0x5049d3(0xc3)](_0x1851b7[_0x5049d3(0x10d)]),[null,null];try{const _0xa0d93e=await this['generateBuildUpstreamData'](_0x407ea9,_0x18c59d),_0x5c58b0=this[_0x5049d3(0xd9)](_0x46b56d,_0x465d7e),_0x983447=await _0x1851b7[_0x5049d3(0x10e)](nodeRequest,_0x1851b7['MKxUf'],testHubConstants['TESTHUB_BUILD_API'],_0xa0d93e,_0x5c58b0);await this['checkAndSetupPercy'](_0x46e92f,_0x18c59d);const _0x33ac86=this[_0x5049d3(0x129)](_0x407ea9,_0x983447,_0x5c58b0);return _0x33ac86;}catch(_0x2ca91d){if(_0x1851b7[_0x5049d3(0x119)](_0x2ca91d['success'],![])){testhubUtils[_0x5049d3(0x12e)](_0x2ca91d);return;}}})();}static async[a89_0x49d273(0x124)](_0x36cd8c,_0x22e511){const _0x86cf39=a89_0x49d273;if(constants[_0x86cf39(0xdd)][_0x86cf39(0xcb)](_0x22e511)){await _0x36cd8c[_0x86cf39(0x107)]();return;}_0x36cd8c[_0x86cf39(0xc8)][_0x86cf39(0xf5)]&&logger[_0x86cf39(0xc3)](_0x86cf39(0xc5)+_0x22e511+_0x86cf39(0x123));}static[a89_0x49d273(0xff)](_0x4a9918){const _0x4bab9a=a89_0x49d273,_0x38afae={};_0x38afae[_0x4bab9a(0x105)]=_0x4a9918[_0x4bab9a(0x125)];const _0x47d7ce=_0x38afae;return _0x47d7ce;}static[a89_0x49d273(0xd9)](_0x990604,_0x3e7fac){const _0x572f4f=a89_0x49d273,_0x48a537={'LWxXZ':function(_0x5ca6e0,_0x37efd8){return _0x5ca6e0(_0x37efd8);}},_0x2c289f={};return _0x2c289f[_0x572f4f(0xba)]=_0x990604,_0x2c289f[_0x572f4f(0xf9)]=_0x3e7fac,{'auth':_0x2c289f,'headers':_0x48a537[_0x572f4f(0x12f)](getDefaultHeaders,![])};}static async[a89_0x49d273(0xfe)](_0x5afaa4,_0x60679e){const _0x1005d0=a89_0x49d273,_0x164516={'cSpqC':function(_0x58713c,_0x56f476){return _0x58713c(_0x56f476);}},_0x261da7={'project_name':_0x5afaa4[_0x1005d0(0xe1)]||'','name':_0x5afaa4['buildName']||path[_0x1005d0(0xe4)](path[_0x1005d0(0xec)](process[_0x1005d0(0x11e)]())),'build_identifier':_0x5afaa4[_0x1005d0(0x115)],'description':_0x5afaa4[_0x1005d0(0xdc)]||'','started_at':new Date()[_0x1005d0(0x109)](),'tags':_0x164516['cSpqC'](getCustomTags,_0x5afaa4),'host_info':bsSetupHelper[_0x1005d0(0x113)](),'ci_info':bsSetupHelper[_0x1005d0(0x121)](),'build_run_identifier':process['env']['BROWSERSTACK_BUILD_RUN_IDENTIFIER'],'failed_tests_rerun':process[_0x1005d0(0x106)][_0x1005d0(0xcc)]||![],'version_control':await bsSetupHelper[_0x1005d0(0xcd)](),'accessibility':this[_0x1005d0(0xff)](_0x5afaa4),'framework_details':testhubUtils['getFrameworkDetails'](_0x5afaa4,_0x60679e),'product_map':testhubUtils[_0x1005d0(0xbf)](_0x5afaa4),'browserstackAutomation':bsSetupHelper[_0x1005d0(0xd5)]()};if(process[_0x1005d0(0x106)][_0x1005d0(0xd3)]){const _0x55b112={};_0x55b112[_0x1005d0(0x11b)]=process['env']['BROWSERSTACK_CENTRAL_SCANNER_JOBID'],_0x55b112[_0x1005d0(0x11c)]=process[_0x1005d0(0x106)]['BROWSERSTACK_CENTRAL_SCANNER_JWT'],_0x261da7[_0x1005d0(0xfc)]=_0x55b112;}return _0x261da7;}static['extractDataFromResponse'](_0x4f6f47,_0x25a581,_0x358e7a){const _0x42b459=a89_0x49d273,_0x5c62bb={'cwaXg':function(_0x2db4e8){return _0x2db4e8();},'kBVdv':function(_0xf29cfb,_0x2e31e2){return _0xf29cfb&&_0x2e31e2;},'KgRUi':_0x42b459(0xfb),'LMcVD':_0x42b459(0xbb),'GaQSK':function(_0x122547,_0x5ee512){return _0x122547&&_0x5ee512;}},_0x25537e={};if(_0x5c62bb['cwaXg'](isTestObservabilitySession)){const [_0x20944c,_0x11ce2b,_0xea0553]=testhubUtils[_0x42b459(0xed)](_0x25a581['data'],_0x358e7a[_0x42b459(0xe2)]);if(_0x5c62bb[_0x42b459(0xdb)](_0x20944c,_0x11ce2b)){const _0x452a9e={};_0x452a9e[_0x42b459(0xfd)]=_0x20944c,_0x452a9e[_0x42b459(0x110)]=_0x11ce2b,_0x452a9e['allowScreenshot']=_0xea0553,_0x25537e[testHubConstants[_0x42b459(0xc1)]]=_0x452a9e,process['env'][_0x42b459(0x12c)]=_0x5c62bb[_0x42b459(0xd8)];}else _0x25537e[testHubConstants[_0x42b459(0xc1)]]={},process['env'][_0x42b459(0x12c)]=_0x5c62bb[_0x42b459(0xe7)];}else process[_0x42b459(0x106)][_0x42b459(0x12c)]=_0x5c62bb[_0x42b459(0xe7)];if(testhubUtils[_0x42b459(0x131)](_0x4f6f47)){const [_0xf8092f,_0x550f4d]=testhubUtils[_0x42b459(0x103)](_0x25a581[_0x42b459(0xce)]);if(_0x5c62bb[_0x42b459(0x126)](_0xf8092f,_0x550f4d)){const _0x3a49a8={};_0x3a49a8[_0x42b459(0x127)]=_0xf8092f,_0x3a49a8[_0x42b459(0x110)]=_0x550f4d,_0x25537e[testHubConstants[_0x42b459(0x117)]]=_0x3a49a8,process[_0x42b459(0x106)][_0x42b459(0xc0)]=_0x5c62bb[_0x42b459(0xd8)];}else _0x25537e[testHubConstants[_0x42b459(0x117)]]={},process[_0x42b459(0x106)][_0x42b459(0xc0)]=_0x5c62bb['LMcVD'];}else process[_0x42b459(0x106)][_0x42b459(0xc0)]=_0x5c62bb[_0x42b459(0xe7)];return testhubUtils[_0x42b459(0x134)](_0x25a581[_0x42b459(0xce)]),logger['info'](_0x42b459(0xca)+process['env'][_0x42b459(0xdf)]),_0x25537e;}static async['stop'](_0x5472be){const _0x1c5d42=a89_0x49d273,_0x408382={'VqRTs':function(_0x1fd8ea,_0x1eb410){return _0x1fd8ea===_0x1eb410;},'pWZuV':'false','hMosR':function(_0x4aa123,_0x351678){return _0x4aa123===_0x351678;},'WxDwz':_0x1c5d42(0x100),'pbnKr':function(_0x4fd37c,_0x2081df){return _0x4fd37c===_0x2081df;},'ShAJU':'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TESTHUB\x20:\x20Missing\x20authentication\x20token','EzSfb':_0x1c5d42(0x116),'KNsiy':_0x1c5d42(0xde),'fDGWz':_0x1c5d42(0xee),'gBgCM':_0x1c5d42(0x114),'mvmdu':function(_0x2bb527){return _0x2bb527();},'KdFfR':function(_0x35cf52,_0x4e030a,_0x5497c4,_0x53377b,_0x525036,_0x59e9df){return _0x35cf52(_0x4e030a,_0x5497c4,_0x53377b,_0x525036,_0x59e9df);},'uUilH':_0x1c5d42(0xeb),'pBcwE':'stopBuildUpstream\x20event\x20successful!','ljAxx':'success'};await PerformanceTester[_0x1c5d42(0xf1)](PerformanceEvents[_0x1c5d42(0x122)],async()=>{const _0x4b991d=_0x1c5d42;if(_0x408382[_0x4b991d(0xe3)](process[_0x4b991d(0x106)][_0x4b991d(0xc7)],_0x408382['pWZuV'])||TestHubHandler[_0x4b991d(0xe0)]||bsSetupHelper[_0x4b991d(0xe6)](process[_0x4b991d(0x106)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']]))return;TestHubHandler['buildStopSent']=!![],await RequestQueueHandler[_0x4b991d(0xd4)]()[_0x4b991d(0x112)](),await SessionHandler['waitForBuildStatus']();if(_0x408382[_0x4b991d(0x11d)](process[_0x4b991d(0x106)][testHubConstants['ENV_VAR'][_0x4b991d(0xd7)]],_0x408382['WxDwz'])||_0x408382['pbnKr'](process[_0x4b991d(0x106)][testHubConstants[_0x4b991d(0xc2)][_0x4b991d(0xdf)]],_0x408382[_0x4b991d(0x108)])){logger[_0x4b991d(0xc3)](_0x408382[_0x4b991d(0xf3)]);const _0x44f229={};return _0x44f229['status']=_0x408382[_0x4b991d(0xd0)],_0x44f229[_0x4b991d(0xbe)]=_0x408382[_0x4b991d(0x11f)],_0x44f229;}const _0x440feb={'finished_at':new Date()['toISOString'](),'finished_metadata':[]};!!_0x5472be&&_0x440feb[_0x408382[_0x4b991d(0xcf)]]['push']({'reason':_0x408382['gBgCM'],'signal':_0x5472be,'failure_data':''});const _0x960365={'headers':_0x408382[_0x4b991d(0xb8)](getDefaultHeaders)};try{const _0x7a318a=await _0x408382[_0x4b991d(0xf0)](nodeRequest,_0x408382[_0x4b991d(0x10c)],'api/v1/builds/'+process[_0x4b991d(0x106)][testHubConstants[_0x4b991d(0xc2)]['BROWSERSTACK_TESTHUB_UUID']]+'/stop',_0x440feb,_0x960365,![]);if(_0x7a318a['data']&&_0x7a318a[_0x4b991d(0xce)][_0x4b991d(0x116)]){const _0xec160f={};_0xec160f[_0x4b991d(0xbe)]=_0x7a318a['data'][_0x4b991d(0x116)];throw _0xec160f;}else{logger[_0x4b991d(0xc3)](_0x408382[_0x4b991d(0xc4)]);const _0x3aa8ea={};return _0x3aa8ea[_0x4b991d(0xbc)]=_0x408382['ljAxx'],_0x3aa8ea['message']='',_0x3aa8ea;}}catch(_0x11aee2){_0x11aee2[_0x4b991d(0xd1)]?logger[_0x4b991d(0xc3)](_0x4b991d(0x118)+_0x11aee2['response'][_0x4b991d(0xbc)]+'\x20'+_0x11aee2[_0x4b991d(0xd1)][_0x4b991d(0xe9)]+'\x20'+JSON[_0x4b991d(0xda)](_0x11aee2[_0x4b991d(0xd1)][_0x4b991d(0xce)])):logger['debug'](_0x4b991d(0x118)+(_0x11aee2[_0x4b991d(0xbe)]||_0x11aee2));const _0x2f537f={};return _0x2f537f[_0x4b991d(0xbc)]=_0x408382['EzSfb'],_0x2f537f[_0x4b991d(0xbe)]=_0x11aee2[_0x4b991d(0xbe)]||_0x11aee2['response']?_0x11aee2[_0x4b991d(0xd1)]['status']+':'+_0x11aee2[_0x4b991d(0xd1)][_0x4b991d(0xe9)]:_0x11aee2,_0x2f537f;}})();}}module[a89_0x49d273(0xe8)]=TestHubHandler;
@@ -1 +1 @@
1
- function a90_0x2533(_0x7432c3,_0x5e7721){const _0x2f73d5=a90_0x2f73();return a90_0x2533=function(_0x253350,_0x3456b9){_0x253350=_0x253350-0x1e5;let _0x4df854=_0x2f73d5[_0x253350];return _0x4df854;},a90_0x2533(_0x7432c3,_0x5e7721);}const a90_0x524c32=a90_0x2533;function a90_0x2f73(){const _0x4e3930=['yTLFb','observability','IkgSd','LZMEj','BnmKt','split','../ats/helper','parseFromJson','BROWSERSTACK_ACCESSIBILITY','isRunning','MOCHA','rplZc','faBeq','stringify','kAsQw','getTestData','titlePath','5|0|3|2|4|1','BS_A11Y_JWT','test_run','isUndefined','percy','BS_TESTOPS_ALLOW_SCREENSHOTS','NzjSl','getAccessibilityPlatformValidation','false','password','5129808SUaEkl','IUtdV','env','null','commands','kvvPo','JEST','../helper.js','true','../test-observability/constants.js','error','toUpperCase','accessibilityPlatform','setTestData','YdhlC','HookRunFinished','2222025fqTrIa','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','jwt','BS_TESTOPS_BUILD_HASHED_ID','PYgKO','DEPRECATED','scannerVersion','name','debug','../globals.js','oNgsh','OPTRw','CODECEPT','SGFko','scripts','KBWFj','value','key','dRfku','tags','../logger','KGgCJ','../accessibility-automation/helper','fzebD','javascript','shouldProcessEventForTesthub','fSpZL','2768606OXVFMr','handleErrorForObservability','MeUJP','BROWSERSTACK_CENTRAL_USER','PfJkJ','../../bin/jest/test-observability/test-details.js','options','CREDENTIALS_FOR_CRASH_REPORTING','jWFjs','isAccessibilityEnabled','udopr','zpBwj','app','BROWSERSTACK_TESTHUB_UUID','accessibility','config','5066924nGSwnJ','keys','BROWSERSTACK_TEST_ACCESSIBILITY_YML','dDPzr','Yxoij','capabilities','winstonLogger','ERROR','BGelw','command','YybgZ','BS_TESTOPS_BUILD_COMPLETED','bstackA11yShouldScan','setTestHubCommonMetaInfo','setTestObservabilityVariables','getCurrentTestData','allow_screenshots','FSWBV','JWaVJ','handleErrorForAccessibility','forEach','toString','shouldScanTestForAccessibility','build_hashed_id','ACCESSIBILITY','25425bsKakt','NbUHQ','getAgentVersion','6728KTTtjL','BROWSERSTACK_PERCY','getGlobal','logBuildError','BS_TESTOPS_JWT','setCurrentTestData','isTrue','kxHfC','5|2|4|1|3|0|6','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','setPercyFlag','FgJWY','isPercyBuild','3173196AMAJuj','mAlXS','nQydS','appendTesthubParams','CfooH','zRKVV','HookRunStarted','AyMKZ','\x20Build\x20creation\x20failed','includes','ADdIn','CUCUMBER','sfXjh','success','getProductMap','SdrfH','BROWSERSTACK_TESTHUB_JWT','username','1321390tLYacB','checkAccessibilityPlatformConfig','ZqtlF','GOLLd','PLAYWRIGHT','errors','3|4|0|2|1','1ivlegu','isBrowserstackInfra','info','ifFmB','ePVZd','getFrameworkDetails','uploadEventData','length','CBTSessionCreated','sFTCe'];a90_0x2f73=function(){return _0x4e3930;};return a90_0x2f73();}(function(_0x101915,_0x236360){const _0x144477=a90_0x2533,_0x42f2c6=_0x101915();while(!![]){try{const _0x338219=-parseInt(_0x144477(0x1ef))/0x1*(-parseInt(_0x144477(0x23f))/0x2)+parseInt(_0x144477(0x278))/0x3+parseInt(_0x144477(0x24f))/0x4+parseInt(_0x144477(0x224))/0x5+-parseInt(_0x144477(0x214))/0x6+-parseInt(_0x144477(0x1e8))/0x7+parseInt(_0x144477(0x26b))/0x8*(-parseInt(_0x144477(0x268))/0x9);if(_0x338219===_0x236360)break;else _0x42f2c6['push'](_0x42f2c6['shift']());}catch(_0xe992d2){_0x42f2c6['push'](_0x42f2c6['shift']());}}}(a90_0x2f73,0xb31a8));const bsSetupHelper=require('../helper'),{isTestObservabilitySession,getFrameworkVersion}=require('../test-observability/utils'),accessibilityHelper=require(a90_0x524c32(0x23a)),logger=require(a90_0x524c32(0x238))[a90_0x524c32(0x255)],{nestedKeyValue}=require(a90_0x524c32(0x21b)),scripts=require('../accessibility-automation/scripts.js'),globals=require(a90_0x524c32(0x22d)),testHubConstants=require('./constants.js'),PWTestDetails=require('../../bin/playwright/reporter/test-details.js'),JestTestDetails=require(a90_0x524c32(0x244)),{FRAMEWORKS}=require(a90_0x524c32(0x21d)),{isTurboScaleSession}=require(a90_0x524c32(0x1ff));let testData={};exports[a90_0x524c32(0x286)]=_0xcc79f0=>{const _0xf11087=a90_0x524c32,_0x337130={'yOhWt':function(_0xdc218e){return _0xdc218e();},'kvvPo':function(_0x48bd5b,_0x9ba083){return _0x48bd5b(_0x9ba083);},'fDJPH':function(_0x225209,_0x1fe3c1){return _0x225209===_0x1fe3c1;},'ulLdz':'true'};let _0x409f84=![],_0xa731d2=![];if(bsSetupHelper[_0xf11087(0x1f0)]()&&_0xcc79f0[_0xf11087(0x24b)])_0xa731d2=!![];else bsSetupHelper[_0xf11087(0x1f0)]()&&(_0x409f84=!![]);return{'observability':_0x337130['yOhWt'](isTestObservabilitySession),'accessibility':exports[_0xf11087(0x248)](_0xcc79f0),'percy':_0xcc79f0[_0xf11087(0x20e)]||![],'automate':_0x409f84,'app_automate':_0xa731d2,'turboscale':_0x337130[_0xf11087(0x219)](isTurboScaleSession,_0xcc79f0),'central_scanner':_0x337130['fDJPH'](process[_0xf11087(0x216)][_0xf11087(0x242)],_0x337130['ulLdz'])};},exports[a90_0x524c32(0x1f4)]=(_0x150528,_0x57894a)=>{const _0x4b72b4=a90_0x524c32,_0x176c48={'UuGBl':function(_0x2f501c,_0xa768e2){return _0x2f501c(_0xa768e2);},'fzebD':_0x4b72b4(0x23c)};return{'frameworkName':_0x57894a,'frameworkVersion':_0x176c48['UuGBl'](getFrameworkVersion,_0x57894a),'sdkVersion':bsSetupHelper[_0x4b72b4(0x26a)](),'language':_0x176c48[_0x4b72b4(0x23b)],'testFramework':bsSetupHelper['getTestFrameworkDetails'](_0x150528,_0x57894a)};},exports[a90_0x524c32(0x275)]=_0x28c71b=>{const _0x4163c5=a90_0x524c32,_0x3193e3={};_0x3193e3['zpBwj']=_0x4163c5(0x212),_0x3193e3[_0x4163c5(0x276)]='true';const _0x43d1ac=_0x3193e3;process[_0x4163c5(0x216)][_0x4163c5(0x26c)]=_0x43d1ac[_0x4163c5(0x24a)],bsSetupHelper['isTrue'](_0x28c71b[_0x4163c5(0x24e)][_0x4163c5(0x20e)])&&(!_0x28c71b[_0x4163c5(0x20e)]||!_0x28c71b[_0x4163c5(0x20e)][_0x4163c5(0x202)]())&&(process[_0x4163c5(0x216)]['BROWSERSTACK_PERCY']=_0x43d1ac[_0x4163c5(0x276)]);},exports[a90_0x524c32(0x277)]=()=>{const _0xbbc7cb=a90_0x524c32;return bsSetupHelper[_0xbbc7cb(0x271)](process[_0xbbc7cb(0x216)][_0xbbc7cb(0x26c)]);},exports[a90_0x524c32(0x248)]=(_0x5508f1={})=>{const _0x22a0f2=a90_0x524c32,_0x46c56c={};_0x46c56c[_0x22a0f2(0x236)]=function(_0x1fc5d9,_0x44a998){return _0x1fc5d9!==_0x44a998;},_0x46c56c[_0x22a0f2(0x1f2)]=function(_0x55033b,_0xa7a70){return _0x55033b===_0xa7a70;},_0x46c56c['CfooH']=_0x22a0f2(0x21c),_0x46c56c['FSWBV']=function(_0x18e572,_0x2b7f4e){return _0x18e572>_0x2b7f4e;},_0x46c56c['fSpZL']=function(_0x106301,_0x3f71eb){return _0x106301===_0x3f71eb;};const _0x2d8ec5=_0x46c56c;if(_0x2d8ec5[_0x22a0f2(0x236)](process['env'][_0x22a0f2(0x201)],undefined))return bsSetupHelper['isTrue'](process['env'][_0x22a0f2(0x201)]);let _0xd2137a=_0x2d8ec5[_0x22a0f2(0x1f2)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x2d8ec5[_0x22a0f2(0x27c)]);return _0x2d8ec5[_0x22a0f2(0x260)](Object[_0x22a0f2(0x250)](_0x5508f1)['length'],0x0)&&(process[_0x22a0f2(0x216)][_0x22a0f2(0x225)]=accessibilityHelper[_0x22a0f2(0x1e9)](_0x5508f1)),_0xd2137a=_0xd2137a||_0x2d8ec5[_0x22a0f2(0x23e)](process['env'][_0x22a0f2(0x225)],_0x2d8ec5[_0x22a0f2(0x27c)]),_0xd2137a;},exports[a90_0x524c32(0x25d)]=(_0x201b09,_0x2c6440)=>{const _0x20f843=a90_0x524c32,_0x44ac0a={'YybgZ':function(_0xc2017c){return _0xc2017c();},'hVDGN':_0x20f843(0x20a),'RiNcG':function(_0x6cd36c,_0x2a5fec,_0x38a6c4){return _0x6cd36c(_0x2a5fec,_0x38a6c4);},'ADdIn':_0x20f843(0x1fa),'dDPzr':'options','BnmKt':_0x20f843(0x21c)};if(!_0x201b09||!_0x201b09[_0x20f843(0x1fa)])return exports[_0x20f843(0x240)](),[null,null,null];if(!_0x201b09[_0x20f843(0x1fa)]['success'])return exports[_0x20f843(0x240)](_0x201b09[_0x20f843(0x1fa)]),[null,null,null];if(_0x44ac0a[_0x20f843(0x259)](isTestObservabilitySession)){const _0x499bdf=_0x44ac0a['hVDGN'][_0x20f843(0x1fe)]('|');let _0x482b6d=0x0;while(!![]){switch(_0x499bdf[_0x482b6d++]){case'0':if(_0x201b09[_0x20f843(0x226)]){process[_0x20f843(0x216)][_0x20f843(0x26f)]=_0x201b09[_0x20f843(0x226)];const _0x525a03={};_0x525a03[_0x20f843(0x1e7)]=_0x2c6440[_0x20f843(0x1e7)],_0x525a03[_0x20f843(0x213)]=_0x2c6440['password'],process[_0x20f843(0x216)][_0x20f843(0x246)]=JSON['stringify'](_0x525a03);}continue;case'1':return[_0x201b09['jwt'],_0x201b09[_0x20f843(0x266)],process[_0x20f843(0x216)][_0x20f843(0x20f)]];case'2':_0x44ac0a['RiNcG'](nestedKeyValue,_0x201b09,[_0x44ac0a[_0x20f843(0x282)],_0x44ac0a[_0x20f843(0x252)]])&&(process[_0x20f843(0x216)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x201b09['observability'][_0x20f843(0x245)][_0x20f843(0x25f)][_0x20f843(0x264)]());continue;case'3':_0x201b09['build_hashed_id']&&(process[_0x20f843(0x216)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x201b09[_0x20f843(0x266)]);continue;case'4':logger['debug']('[OBSERVABILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20'+_0x201b09[_0x20f843(0x266)]);continue;case'5':process[_0x20f843(0x216)][_0x20f843(0x25a)]=_0x44ac0a[_0x20f843(0x1fd)];continue;}break;}}return[null,null,null];},exports['setAccessibilityVariables']=_0x1e3ef2=>{const _0x304c13=a90_0x524c32,_0x2ff504={'LZMEj':function(_0x5b0adc,_0x1953d5,_0x15166f){return _0x5b0adc(_0x1953d5,_0x15166f);},'jWFjs':_0x304c13(0x24d),'zRKVV':'options','NbUHQ':function(_0xf4e1de,_0xc62dc8,_0x8d0084,_0x511488){return _0xf4e1de(_0xc62dc8,_0x8d0084,_0x511488);},'yTLFb':'name','ZqtlF':_0x304c13(0x234),'ePVZd':function(_0x480822,_0x1d414b,_0x4629d5,_0x3631f8){return _0x480822(_0x1d414b,_0x4629d5,_0x3631f8);},'BdKSk':_0x304c13(0x258),'AyMKZ':'commands'};if(!_0x1e3ef2[_0x304c13(0x24d)])return exports['handleErrorForAccessibility'](),[null,null];if(!_0x1e3ef2['accessibility'][_0x304c13(0x285)])return exports['handleErrorForAccessibility'](_0x1e3ef2[_0x304c13(0x24d)]),[null,null];if(_0x2ff504[_0x304c13(0x1fc)](nestedKeyValue,_0x1e3ef2,[_0x2ff504[_0x304c13(0x247)],_0x2ff504[_0x304c13(0x27d)]])){const {accessibilityToken:_0x5eb149,scannerVersion:_0xbced3d}=_0x2ff504[_0x304c13(0x269)](jsonifyAccessibilityArray,_0x1e3ef2[_0x304c13(0x24d)][_0x304c13(0x245)][_0x304c13(0x254)],_0x2ff504[_0x304c13(0x1f9)],_0x2ff504[_0x304c13(0x1ea)]),_0x435bbe={'scripts':_0x2ff504[_0x304c13(0x1f3)](jsonifyAccessibilityArray,_0x1e3ef2[_0x304c13(0x24d)][_0x304c13(0x245)][_0x304c13(0x232)],_0x2ff504[_0x304c13(0x1f9)],_0x2ff504['BdKSk'])};_0x435bbe[_0x2ff504[_0x304c13(0x27f)]]=_0x1e3ef2[_0x304c13(0x24d)][_0x304c13(0x245)]['commandsToWrap'][_0x304c13(0x218)],scripts[_0x304c13(0x200)](_0x435bbe),scripts['toJson']();let _0x525220=process['env'][_0x304c13(0x274)];return _0x525220=!!_0x525220?JSON['parse'](_0x525220):{},_0x525220[_0x304c13(0x22a)]=_0xbced3d,process[_0x304c13(0x216)][_0x304c13(0x274)]=JSON[_0x304c13(0x206)](_0x525220),process[_0x304c13(0x216)][_0x304c13(0x20b)]=_0x5eb149,logger['debug']('[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20'+_0x1e3ef2[_0x304c13(0x266)]),[_0x5eb149,_0x1e3ef2[_0x304c13(0x266)]];}return[null,null];},exports['handleErrorForObservability']=_0x410d68=>{const _0x3aac10=a90_0x524c32,_0x4a5836={};_0x4a5836[_0x3aac10(0x253)]=_0x3aac10(0x273),_0x4a5836['kAsQw']=_0x3aac10(0x217),_0x4a5836['SGFko']=_0x3aac10(0x212);const _0x3cbb05=_0x4a5836,_0xa0648c=_0x3cbb05[_0x3aac10(0x253)][_0x3aac10(0x1fe)]('|');let _0x1c343c=0x0;while(!![]){switch(_0xa0648c[_0x1c343c++]){case'0':process[_0x3aac10(0x216)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x3cbb05[_0x3aac10(0x207)];continue;case'1':process[_0x3aac10(0x216)][_0x3aac10(0x26f)]=_0x3cbb05['kAsQw'];continue;case'2':process[_0x3aac10(0x216)][_0x3aac10(0x1e6)]=_0x3cbb05['kAsQw'];continue;case'3':process[_0x3aac10(0x216)][_0x3aac10(0x227)]=_0x3cbb05[_0x3aac10(0x207)];continue;case'4':process['env'][_0x3aac10(0x25a)]=_0x3cbb05[_0x3aac10(0x231)];continue;case'5':process[_0x3aac10(0x216)][_0x3aac10(0x24c)]=_0x3cbb05['kAsQw'];continue;case'6':exports[_0x3aac10(0x26e)](_0x410d68,testHubConstants['OBSERVABILITY']);continue;}break;}},exports[a90_0x524c32(0x262)]=_0x19f4aa=>{const _0x35d899=a90_0x524c32,_0x36731d={};_0x36731d[_0x35d899(0x27a)]=_0x35d899(0x1ee),_0x36731d[_0x35d899(0x228)]='false',_0x36731d['PsXaj']='null';const _0x23f14d=_0x36731d,_0x265245=_0x23f14d[_0x35d899(0x27a)]['split']('|');let _0x75790b=0x0;while(!![]){switch(_0x265245[_0x75790b++]){case'0':process[_0x35d899(0x216)][_0x35d899(0x251)]=_0x23f14d[_0x35d899(0x228)];continue;case'1':exports[_0x35d899(0x26e)](_0x19f4aa,testHubConstants[_0x35d899(0x267)]);continue;case'2':process[_0x35d899(0x216)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x23f14d[_0x35d899(0x228)];continue;case'3':process[_0x35d899(0x216)][_0x35d899(0x24c)]=_0x23f14d['PsXaj'];continue;case'4':process[_0x35d899(0x216)][_0x35d899(0x1e6)]=_0x23f14d['PsXaj'];continue;}break;}},exports[a90_0x524c32(0x26e)]=(_0x2b7c9b,_0x2b8fd9='')=>{const _0x45667f=a90_0x524c32,_0x4ba59f={};_0x4ba59f['MeUJP']=function(_0x5bacf5,_0x5add3d){return _0x5bacf5===_0x5add3d;};const _0x5d44b3=_0x4ba59f;if(_0x5d44b3[_0x45667f(0x241)](_0x2b7c9b,undefined)){logger['error'](_0x2b8fd9[_0x45667f(0x21f)]()+_0x45667f(0x280));return;}for(const _0x655d18 of _0x2b7c9b[_0x45667f(0x1ed)]){const _0x44640d=_0x655d18[_0x45667f(0x235)],_0x3f2345=_0x655d18['message'];if(_0x3f2345)switch(_0x44640d){case testHubConstants[_0x45667f(0x256)]['INVALID_CREDENTIALS']:logger[_0x45667f(0x21e)](_0x3f2345);break;case testHubConstants[_0x45667f(0x256)]['ACCESS_DENIED']:logger[_0x45667f(0x1f1)](_0x3f2345);break;case testHubConstants[_0x45667f(0x256)][_0x45667f(0x229)]:logger['error'](_0x3f2345);break;default:logger['error'](_0x3f2345);}}};const jsonifyAccessibilityArray=(_0x34f64c,_0x356dc4,_0x3ef2e8)=>{const _0x3c532a=a90_0x524c32,_0x15009a={};return _0x34f64c[_0x3c532a(0x263)](_0x10e8a8=>{_0x15009a[_0x10e8a8[_0x356dc4]]=_0x10e8a8[_0x3ef2e8];}),_0x15009a;};exports[a90_0x524c32(0x25c)]=_0x185b81=>{const _0x27a5ae=a90_0x524c32;_0x185b81[_0x27a5ae(0x226)]&&(process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x185b81[_0x27a5ae(0x226)]);_0x185b81[_0x27a5ae(0x266)]&&(process[_0x27a5ae(0x216)][_0x27a5ae(0x24c)]=_0x185b81[_0x27a5ae(0x266)],logger[_0x27a5ae(0x22c)]('BROWSERSTACK_TESTHUB_UUID:\x20'+_0x185b81[_0x27a5ae(0x266)]));;},exports[a90_0x524c32(0x23d)]=(_0x1f2f7f='',_0x210beb='')=>{const _0x2897cd=a90_0x524c32,_0x4b2162={'sfXjh':function(_0x14f222){return _0x14f222();},'AbbQO':function(_0x11e8c6,_0x1d2236){return _0x11e8c6===_0x1d2236;},'mAlXS':_0x2897cd(0x1f5),'sFTCe':'LogCreated','kxHfC':_0x2897cd(0x1f7),'rplZc':'HookRunStarted','YdhlC':_0x2897cd(0x223),'BGelw':function(_0x1a37ea){return _0x1a37ea();}};if(exports[_0x2897cd(0x277)]()&&!exports['isAccessibilityEnabled']()&&!_0x4b2162['sfXjh'](isTestObservabilitySession)){if(_0x4b2162['AbbQO'](_0x210beb,_0x4b2162[_0x2897cd(0x279)]))return![];if([_0x4b2162[_0x2897cd(0x1f8)],_0x4b2162[_0x2897cd(0x272)]][_0x2897cd(0x281)](_0x1f2f7f))return![];return!![];}if(exports[_0x2897cd(0x248)]()&&!_0x4b2162[_0x2897cd(0x284)](isTestObservabilitySession)){if([_0x4b2162[_0x2897cd(0x204)],_0x4b2162[_0x2897cd(0x222)],_0x4b2162[_0x2897cd(0x1f8)]]['includes'](_0x1f2f7f))return![];return!![];}return exports['isAccessibilityEnabled']()||_0x4b2162[_0x2897cd(0x257)](isTestObservabilitySession)||exports[_0x2897cd(0x277)]();},exports[a90_0x524c32(0x27b)]=(_0x3dd784,_0x4b4bdb,_0x425a61='',_0x53dfa1)=>{const _0x41b8be=a90_0x524c32,_0x2f9fac={};_0x2f9fac[_0x41b8be(0x215)]=_0x41b8be(0x27e),_0x2f9fac[_0x41b8be(0x261)]=_0x41b8be(0x223),_0x2f9fac[_0x41b8be(0x249)]=function(_0x42e4c6,_0x412a32){return _0x42e4c6===_0x412a32;},_0x2f9fac[_0x41b8be(0x233)]=_0x41b8be(0x25b),_0x2f9fac[_0x41b8be(0x205)]='isAccessibilityPlatform',_0x2f9fac[_0x41b8be(0x239)]=_0x41b8be(0x24d),_0x2f9fac[_0x41b8be(0x1fb)]=function(_0x3aa357,_0x4c946b){return _0x3aa357&&_0x4c946b;},_0x2f9fac[_0x41b8be(0x210)]=function(_0x6334ee,_0x2f982d){return _0x6334ee+_0x2f982d;},_0x2f9fac['oNgsh']=function(_0x2d2562,_0x261f0b){return _0x2d2562&&_0x261f0b;},_0x2f9fac['QSqIP']='TestRunStarted',_0x2f9fac[_0x41b8be(0x1eb)]=function(_0x435666,_0x56b12e){return _0x435666===_0x56b12e;},_0x2f9fac[_0x41b8be(0x1e5)]='product_map';const _0x363a64=_0x2f9fac;if(![_0x363a64[_0x41b8be(0x215)],_0x363a64[_0x41b8be(0x261)]][_0x41b8be(0x281)](_0x4b4bdb)&&exports[_0x41b8be(0x248)]()){const _0x4de87a={};if(_0x363a64[_0x41b8be(0x249)](_0x53dfa1,FRAMEWORKS[_0x41b8be(0x203)])){const _0x262c34=globals[_0x41b8be(0x26d)](_0x363a64[_0x41b8be(0x233)])||accessibilityHelper[_0x41b8be(0x265)](_0x425a61[_0x41b8be(0x209)](),!![]),_0x3befbc=globals[_0x41b8be(0x26d)](_0x363a64[_0x41b8be(0x205)]);_0x4de87a[_0x363a64[_0x41b8be(0x239)]]=_0x363a64['IkgSd'](_0x3befbc,_0x262c34);}if(_0x363a64[_0x41b8be(0x249)](_0x53dfa1,FRAMEWORKS[_0x41b8be(0x21a)])){const _0x2ae8b1=_0x363a64[_0x41b8be(0x210)](_0x363a64['NzjSl'](_0x3dd784['scopes']['join']('\x20'),'\x20'),_0x425a61[_0x41b8be(0x22b)]),_0x15f8d1=globals[_0x41b8be(0x26d)](_0x363a64['KBWFj'])||accessibilityHelper['shouldScanTestForAccessibility'](_0x2ae8b1,![]),_0x37481a=browserStackGlobals['isAccessibilityPlatform'];_0x4de87a[_0x363a64[_0x41b8be(0x239)]]=_0x363a64[_0x41b8be(0x22e)](_0x37481a,_0x15f8d1);}if(_0x363a64[_0x41b8be(0x249)](_0x53dfa1,FRAMEWORKS[_0x41b8be(0x1ec)])){if(_0x363a64[_0x41b8be(0x249)](_0x4b4bdb,_0x363a64['QSqIP']))return;_0x4de87a[_0x363a64[_0x41b8be(0x239)]]=PWTestDetails[_0x41b8be(0x211)](_0x3dd784['uuid']);}if(_0x363a64[_0x41b8be(0x249)](_0x53dfa1,FRAMEWORKS[_0x41b8be(0x230)])){const _0x16221b=accessibilityHelper[_0x41b8be(0x265)](_0x425a61[_0x41b8be(0x209)](),!![]),_0x5950f9=global[_0x41b8be(0x220)]&&bsSetupHelper[_0x41b8be(0x1f0)]();_0x4de87a[_0x363a64[_0x41b8be(0x239)]]=_0x363a64[_0x41b8be(0x1fb)](_0x5950f9,_0x16221b);}if(_0x363a64[_0x41b8be(0x1eb)](_0x53dfa1,FRAMEWORKS[_0x41b8be(0x283)])){const _0x335a33=accessibilityHelper[_0x41b8be(0x265)](null,![],_0x3dd784[_0x41b8be(0x237)]),_0x1310a4=globals[_0x41b8be(0x26d)](_0x363a64['faBeq']);_0x4de87a[_0x363a64['KGgCJ']]=_0x363a64[_0x41b8be(0x22e)](_0x1310a4,_0x335a33);}_0x3dd784[_0x363a64[_0x41b8be(0x1e5)]]=_0x4de87a;}},exports[a90_0x524c32(0x25e)]=_0x5eb1c5=>{const _0x3a1bf5=a90_0x524c32,_0x17ab3c={};_0x17ab3c[_0x3a1bf5(0x243)]=function(_0x943219,_0x185138){return _0x943219>_0x185138;},_0x17ab3c[_0x3a1bf5(0x22f)]=function(_0x3d9843,_0x435565){return _0x3d9843>_0x435565;};const _0x502f04=_0x17ab3c;let _0x218138={};if(_0x502f04[_0x3a1bf5(0x243)](Object['keys'](testData)[_0x3a1bf5(0x1f6)],0x0))return testData;_0x218138=JestTestDetails[_0x3a1bf5(0x208)]();if(_0x502f04[_0x3a1bf5(0x22f)](Object[_0x3a1bf5(0x250)](_0x218138)[_0x3a1bf5(0x1f6)],0x0))return _0x218138;return _0x218138;},exports[a90_0x524c32(0x270)]=(_0x1a2667,_0x4e4e98={})=>{const _0x4052c9=a90_0x524c32;if(bsSetupHelper[_0x4052c9(0x20d)](_0x4e4e98[_0x4052c9(0x20c)]))return;switch(_0x1a2667){case FRAMEWORKS[_0x4052c9(0x203)]:testData=_0x4e4e98[_0x4052c9(0x20c)];break;case FRAMEWORKS[_0x4052c9(0x21a)]:JestTestDetails[_0x4052c9(0x221)](_0x4e4e98['test_run']);break;default:break;}};
1
+ const a90_0x3a17c6=a90_0xd69c;(function(_0x2cd91a,_0x1af6cf){const _0x1dd5f3=a90_0xd69c,_0x2c004e=_0x2cd91a();while(!![]){try{const _0x1ff036=-parseInt(_0x1dd5f3(0xe7))/0x1+-parseInt(_0x1dd5f3(0x14a))/0x2+parseInt(_0x1dd5f3(0xff))/0x3+parseInt(_0x1dd5f3(0xbf))/0x4+parseInt(_0x1dd5f3(0x107))/0x5*(parseInt(_0x1dd5f3(0xc1))/0x6)+-parseInt(_0x1dd5f3(0xdb))/0x7+-parseInt(_0x1dd5f3(0xd1))/0x8;if(_0x1ff036===_0x1af6cf)break;else _0x2c004e['push'](_0x2c004e['shift']());}catch(_0x3e3ea7){_0x2c004e['push'](_0x2c004e['shift']());}}}(a90_0x34fb,0xeccc5));function a90_0x34fb(){const _0x5d745f=['yYpmj','../logger','BS_TESTOPS_BUILD_COMPLETED','commands','../ats/helper','app','PjHke','../globals.js','CBTSessionCreated','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','kShsi','JTmnl','aleFK','isBrowserstackInfra','CUCUMBER','OAlhh','GqeTq','NFsbd','ySLXZ','checkAccessibilityPlatformConfig','handleErrorForAccessibility','TKPVj','RnLtn','../../bin/jest/test-observability/test-details.js','accessibility','isTrue','INVALID_CREDENTIALS','jmMCa','UCKBS','toUpperCase','isPercyBuild','Uvjvj','LogCreated','capabilities','700292nJiDjq','TestRunStarted','kXVAy','qJbow','ywhfX','sDjjI','isUndefined','JEST','isAccessibilityPlatform','javascript','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','info','gUWHP','cDsUs','options','password','shouldScanTestForAccessibility','scripts','DEPRECATED','join','waARg','CxbiX','getCurrentTestData','false','build_hashed_id','null','env','MOCHA','isAccessibilityEnabled','4621808yxCHoy','amskP','10507764abuuux','BROWSERSTACK_PERCY','../../bin/playwright/reporter/test-details.js','./constants.js','tcDfL','tags','VwXjk','../helper.js','cQCxQ','keys','iXilF','Ydafd','observability','true','allow_screenshots','key','10534104qJGrFo','BROWSERSTACK_ACCESSIBILITY','pGhpc','setCurrentTestData','toString','Lweph','winstonLogger','scannerVersion','test_run','handleErrorForObservability','4742983AWedCQ','forEach','split','dnLzk','OBSERVABILITY','uploadEventData','ThVnv','../accessibility-automation/helper','ERROR','toJson','BS_TESTOPS_ALLOW_SCREENSHOTS','product_map','400897DjDGZU','command','scopes','UPwEj','HookRunFinished','ACCESS_DENIED','getAgentVersion','CREDENTIALS_FOR_CRASH_REPORTING','BS_A11Y_JWT','wFcdz','length','titlePath','[OBSERVABILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','OuKxS','getProductMap','DNcNZ','QhVHj','errors','setTestHubCommonMetaInfo','username','LjjZs','setTestObservabilityVariables','getGlobal','setAccessibilityVariables','2425662RQqJBL','config','error','percy','jwt','BS_TESTOPS_BUILD_HASHED_ID','success','message','5Ewwsxd','bstackA11yShouldScan','kKCnb','IQihu','stringify','BTqic','../test-observability/constants.js','AmwYz','getAccessibilityPlatformValidation','value','includes','BS_TESTOPS_JWT','parse','debug','Yeikv','BROWSERSTACK_TESTHUB_UUID:\x20','AtxSE','fncJZ','ACCESSIBILITY','accessibilityPlatform','xsQhi','isRunning','getFrameworkDetails','getTestFrameworkDetails','3|4|0|1|2','BROWSERSTACK_TESTHUB_UUID','XAoFX','BROWSERSTACK_TESTHUB_JWT','setTestData','HookRunStarted','BROWSERSTACK_TEST_ACCESSIBILITY_YML','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','OGkVi'];a90_0x34fb=function(){return _0x5d745f;};return a90_0x34fb();}const bsSetupHelper=require('../helper'),{isTestObservabilitySession,getFrameworkVersion}=require('../test-observability/utils'),accessibilityHelper=require(a90_0x3a17c6(0xe2)),logger=require(a90_0x3a17c6(0x129))[a90_0x3a17c6(0xd7)],{nestedKeyValue}=require(a90_0x3a17c6(0xc8)),scripts=require('../accessibility-automation/scripts.js'),globals=require(a90_0x3a17c6(0x12f)),testHubConstants=require(a90_0x3a17c6(0xc4)),PWTestDetails=require(a90_0x3a17c6(0xc3)),JestTestDetails=require(a90_0x3a17c6(0x13f)),{FRAMEWORKS}=require(a90_0x3a17c6(0x10d)),{isTurboScaleSession}=require(a90_0x3a17c6(0x12c));let testData={};exports[a90_0x3a17c6(0xf5)]=_0x178a4a=>{const _0x5b0bea=a90_0x3a17c6,_0x4e2d7b={'gUWHP':function(_0x49d753){return _0x49d753();},'XAoFX':function(_0xf1e67f,_0x3c6928){return _0xf1e67f(_0x3c6928);},'LjjZs':function(_0x2717bc,_0x46ba68){return _0x2717bc===_0x46ba68;},'vvnoC':'true'};let _0x45aaad=![],_0x2e1191=![];if(bsSetupHelper[_0x5b0bea(0x135)]()&&_0x178a4a[_0x5b0bea(0x12d)])_0x2e1191=!![];else bsSetupHelper['isBrowserstackInfra']()&&(_0x45aaad=!![]);return{'observability':_0x4e2d7b[_0x5b0bea(0xae)](isTestObservabilitySession),'accessibility':exports['isAccessibilityEnabled'](_0x178a4a),'percy':_0x178a4a['percy']||![],'automate':_0x45aaad,'app_automate':_0x2e1191,'turboscale':_0x4e2d7b[_0x5b0bea(0x121)](isTurboScaleSession,_0x178a4a),'central_scanner':_0x4e2d7b[_0x5b0bea(0xfb)](process[_0x5b0bea(0xbc)]['BROWSERSTACK_CENTRAL_USER'],_0x4e2d7b['vvnoC'])};},exports[a90_0x3a17c6(0x11d)]=(_0x36395b,_0x9df71d)=>{const _0x5abb28=a90_0x3a17c6,_0x532648={'ZtOaH':function(_0x9fef2c,_0x3c4435){return _0x9fef2c(_0x3c4435);},'jmMCa':_0x5abb28(0xab)};return{'frameworkName':_0x9df71d,'frameworkVersion':_0x532648['ZtOaH'](getFrameworkVersion,_0x9df71d),'sdkVersion':bsSetupHelper[_0x5abb28(0xed)](),'language':_0x532648[_0x5abb28(0x143)],'testFramework':bsSetupHelper[_0x5abb28(0x11e)](_0x36395b,_0x9df71d)};},exports['setPercyFlag']=_0x4be8b9=>{const _0x2af89d=a90_0x3a17c6,_0xab4dd6={};_0xab4dd6['ljTLT']=_0x2af89d(0xb9),_0xab4dd6[_0x2af89d(0x12e)]=_0x2af89d(0xce);const _0x16e781=_0xab4dd6;process[_0x2af89d(0xbc)]['BROWSERSTACK_PERCY']=_0x16e781['ljTLT'],bsSetupHelper[_0x2af89d(0x141)](_0x4be8b9[_0x2af89d(0x100)][_0x2af89d(0x102)])&&(!_0x4be8b9[_0x2af89d(0x102)]||!_0x4be8b9['percy'][_0x2af89d(0x11c)]())&&(process[_0x2af89d(0xbc)][_0x2af89d(0xc2)]=_0x16e781['PjHke']);},exports['isPercyBuild']=()=>{const _0x335bf9=a90_0x3a17c6;return bsSetupHelper[_0x335bf9(0x141)](process['env'][_0x335bf9(0xc2)]);},exports[a90_0x3a17c6(0xbe)]=(_0x206ee7={})=>{const _0x40b231=a90_0x3a17c6,_0xaa0439={};_0xaa0439[_0x40b231(0x118)]=function(_0x22aa69,_0x76428){return _0x22aa69!==_0x76428;},_0xaa0439[_0x40b231(0xaf)]=function(_0x359ad1,_0x16bcf8){return _0x359ad1===_0x16bcf8;},_0xaa0439['CxbiX']=_0x40b231(0xce),_0xaa0439['kXVAy']=function(_0x2e3fae,_0x22b193){return _0x2e3fae>_0x22b193;};const _0x304c80=_0xaa0439;if(_0x304c80[_0x40b231(0x118)](process[_0x40b231(0xbc)][_0x40b231(0xd2)],undefined))return bsSetupHelper[_0x40b231(0x141)](process[_0x40b231(0xbc)][_0x40b231(0xd2)]);let _0x2aa6cf=_0x304c80['cDsUs'](process[_0x40b231(0xbc)][_0x40b231(0x125)],_0x304c80[_0x40b231(0xb7)]);return _0x304c80[_0x40b231(0x14c)](Object[_0x40b231(0xca)](_0x206ee7)[_0x40b231(0xf1)],0x0)&&(process[_0x40b231(0xbc)][_0x40b231(0x131)]=accessibilityHelper[_0x40b231(0x13b)](_0x206ee7)),_0x2aa6cf=_0x2aa6cf||_0x304c80[_0x40b231(0xaf)](process[_0x40b231(0xbc)][_0x40b231(0x131)],_0x304c80[_0x40b231(0xb7)]),_0x2aa6cf;},exports[a90_0x3a17c6(0xfc)]=(_0x45f6b7,_0x23cef5)=>{const _0x1d5b80=a90_0x3a17c6,_0x22c3b7={'OuKxS':function(_0x30e6a4){return _0x30e6a4();},'ZLwoV':'3|5|1|4|2|0','xsQhi':'true','tcDfL':function(_0x359e19,_0x285cad,_0x264c4d){return _0x359e19(_0x285cad,_0x264c4d);},'NPWSK':_0x1d5b80(0xcd),'ThVnv':_0x1d5b80(0xb0)};if(!_0x45f6b7||!_0x45f6b7['observability'])return exports[_0x1d5b80(0xda)](),[null,null,null];if(!_0x45f6b7[_0x1d5b80(0xcd)][_0x1d5b80(0x105)])return exports[_0x1d5b80(0xda)](_0x45f6b7[_0x1d5b80(0xcd)]),[null,null,null];if(_0x22c3b7[_0x1d5b80(0xf4)](isTestObservabilitySession)){const _0x538c2a=_0x22c3b7['ZLwoV'][_0x1d5b80(0xdd)]('|');let _0x600b32=0x0;while(!![]){switch(_0x538c2a[_0x600b32++]){case'0':return[_0x45f6b7[_0x1d5b80(0x103)],_0x45f6b7[_0x1d5b80(0xba)],process[_0x1d5b80(0xbc)][_0x1d5b80(0xe5)]];case'1':_0x45f6b7[_0x1d5b80(0xba)]&&(process[_0x1d5b80(0xbc)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x45f6b7[_0x1d5b80(0xba)]);continue;case'2':logger[_0x1d5b80(0x114)](_0x1d5b80(0xf3)+_0x45f6b7[_0x1d5b80(0xba)]);continue;case'3':process[_0x1d5b80(0xbc)][_0x1d5b80(0x12a)]=_0x22c3b7[_0x1d5b80(0x11b)];continue;case'4':_0x22c3b7[_0x1d5b80(0xc5)](nestedKeyValue,_0x45f6b7,[_0x22c3b7['NPWSK'],_0x22c3b7[_0x1d5b80(0xe1)]])&&(process[_0x1d5b80(0xbc)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x45f6b7[_0x1d5b80(0xcd)][_0x1d5b80(0xb0)][_0x1d5b80(0xcf)][_0x1d5b80(0xd5)]());continue;case'5':if(_0x45f6b7['jwt']){process[_0x1d5b80(0xbc)][_0x1d5b80(0x112)]=_0x45f6b7[_0x1d5b80(0x103)];const _0x34b1eb={};_0x34b1eb[_0x1d5b80(0xfa)]=_0x23cef5[_0x1d5b80(0xfa)],_0x34b1eb['password']=_0x23cef5[_0x1d5b80(0xb1)],process[_0x1d5b80(0xbc)][_0x1d5b80(0xee)]=JSON[_0x1d5b80(0x10b)](_0x34b1eb);}continue;}break;}}return[null,null,null];},exports[a90_0x3a17c6(0xfe)]=_0x3b4ec6=>{const _0xc48a01=a90_0x3a17c6,_0x533a86={'yYpmj':function(_0x1f07a5,_0x1b3556,_0x426064){return _0x1f07a5(_0x1b3556,_0x426064);},'wFcdz':_0xc48a01(0x140),'QhVHj':_0xc48a01(0xb0),'jwbUP':function(_0x15b27b,_0x21cb67,_0x4a3693,_0x140dd7){return _0x15b27b(_0x21cb67,_0x4a3693,_0x140dd7);},'kKCnb':'name','IQihu':_0xc48a01(0x110),'amskP':function(_0x4c97b5,_0x2fadbf,_0x11e0c9,_0x20c704){return _0x4c97b5(_0x2fadbf,_0x11e0c9,_0x20c704);},'Ydafd':_0xc48a01(0xe8),'OAlhh':_0xc48a01(0x12b)};if(!_0x3b4ec6['accessibility'])return exports[_0xc48a01(0x13c)](),[null,null];if(!_0x3b4ec6[_0xc48a01(0x140)][_0xc48a01(0x105)])return exports[_0xc48a01(0x13c)](_0x3b4ec6[_0xc48a01(0x140)]),[null,null];if(_0x533a86[_0xc48a01(0x128)](nestedKeyValue,_0x3b4ec6,[_0x533a86[_0xc48a01(0xf0)],_0x533a86[_0xc48a01(0xf7)]])){const {accessibilityToken:_0x4bf122,scannerVersion:_0x5896fa}=_0x533a86['jwbUP'](jsonifyAccessibilityArray,_0x3b4ec6[_0xc48a01(0x140)]['options'][_0xc48a01(0x149)],_0x533a86[_0xc48a01(0x109)],_0x533a86[_0xc48a01(0x10a)]),_0x1ebf3b={'scripts':_0x533a86[_0xc48a01(0xc0)](jsonifyAccessibilityArray,_0x3b4ec6[_0xc48a01(0x140)][_0xc48a01(0xb0)][_0xc48a01(0xb3)],_0x533a86[_0xc48a01(0x109)],_0x533a86[_0xc48a01(0xcc)])};_0x1ebf3b[_0x533a86[_0xc48a01(0x137)]]=_0x3b4ec6['accessibility'][_0xc48a01(0xb0)]['commandsToWrap'][_0xc48a01(0x12b)],scripts['parseFromJson'](_0x1ebf3b),scripts[_0xc48a01(0xe4)]();let _0x36ada2=process[_0xc48a01(0xbc)][_0xc48a01(0xac)];return _0x36ada2=!!_0x36ada2?JSON[_0xc48a01(0x113)](_0x36ada2):{},_0x36ada2[_0xc48a01(0xd8)]=_0x5896fa,process[_0xc48a01(0xbc)][_0xc48a01(0xac)]=JSON['stringify'](_0x36ada2),process[_0xc48a01(0xbc)][_0xc48a01(0xef)]=_0x4bf122,logger[_0xc48a01(0x114)](_0xc48a01(0x126)+_0x3b4ec6['build_hashed_id']),[_0x4bf122,_0x3b4ec6[_0xc48a01(0xba)]];}return[null,null];},exports['handleErrorForObservability']=_0x2081cc=>{const _0x50fc09=a90_0x3a17c6,_0x57d9ac={};_0x57d9ac['ySLXZ']='6|5|1|2|3|0|4',_0x57d9ac[_0x50fc09(0x127)]=_0x50fc09(0xbb),_0x57d9ac['JTmnl']=_0x50fc09(0xb9);const _0xf98282=_0x57d9ac,_0xa29f24=_0xf98282[_0x50fc09(0x13a)][_0x50fc09(0xdd)]('|');let _0x5b58b9=0x0;while(!![]){switch(_0xa29f24[_0x5b58b9++]){case'0':process['env'][_0x50fc09(0xe5)]=_0xf98282[_0x50fc09(0x127)];continue;case'1':process['env'][_0x50fc09(0x12a)]=_0xf98282[_0x50fc09(0x133)];continue;case'2':process[_0x50fc09(0xbc)][_0x50fc09(0x112)]=_0xf98282['OGkVi'];continue;case'3':process[_0x50fc09(0xbc)][_0x50fc09(0x104)]=_0xf98282[_0x50fc09(0x127)];continue;case'4':exports['logBuildError'](_0x2081cc,testHubConstants[_0x50fc09(0xdf)]);continue;case'5':process[_0x50fc09(0xbc)]['BROWSERSTACK_TESTHUB_JWT']=_0xf98282[_0x50fc09(0x127)];continue;case'6':process[_0x50fc09(0xbc)]['BROWSERSTACK_TESTHUB_UUID']=_0xf98282[_0x50fc09(0x127)];continue;}break;}},exports[a90_0x3a17c6(0x13c)]=_0x7a662f=>{const _0x2e4506=a90_0x3a17c6,_0x314fc1={};_0x314fc1['AzEiW']=_0x2e4506(0x11f),_0x314fc1['UPwEj']=_0x2e4506(0xb9),_0x314fc1[_0x2e4506(0xcb)]=_0x2e4506(0xbb);const _0x3b0039=_0x314fc1,_0x7bcdef=_0x3b0039['AzEiW']['split']('|');let _0x385683=0x0;while(!![]){switch(_0x7bcdef[_0x385683++]){case'0':process['env'][_0x2e4506(0x125)]=_0x3b0039[_0x2e4506(0xea)];continue;case'1':process[_0x2e4506(0xbc)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x3b0039[_0x2e4506(0xea)];continue;case'2':exports['logBuildError'](_0x7a662f,testHubConstants[_0x2e4506(0x119)]);continue;case'3':process[_0x2e4506(0xbc)]['BROWSERSTACK_TESTHUB_UUID']=_0x3b0039[_0x2e4506(0xcb)];continue;case'4':process[_0x2e4506(0xbc)][_0x2e4506(0x122)]=_0x3b0039[_0x2e4506(0xcb)];continue;}break;}},exports['logBuildError']=(_0x4a02eb,_0x3746d5='')=>{const _0x1c7062=a90_0x3a17c6,_0x459050={};_0x459050['waARg']=function(_0x5ded55,_0x1d8669){return _0x5ded55===_0x1d8669;};const _0x484853=_0x459050;if(_0x484853[_0x1c7062(0xb6)](_0x4a02eb,undefined)){logger['error'](_0x3746d5[_0x1c7062(0x145)]()+'\x20Build\x20creation\x20failed');return;}for(const _0x27fb07 of _0x4a02eb[_0x1c7062(0xf8)]){const _0x333959=_0x27fb07[_0x1c7062(0xd0)],_0x17b14a=_0x27fb07[_0x1c7062(0x106)];if(_0x17b14a)switch(_0x333959){case testHubConstants[_0x1c7062(0xe3)][_0x1c7062(0x142)]:logger[_0x1c7062(0x101)](_0x17b14a);break;case testHubConstants[_0x1c7062(0xe3)][_0x1c7062(0xec)]:logger[_0x1c7062(0xad)](_0x17b14a);break;case testHubConstants[_0x1c7062(0xe3)][_0x1c7062(0xb4)]:logger['error'](_0x17b14a);break;default:logger[_0x1c7062(0x101)](_0x17b14a);}}};const jsonifyAccessibilityArray=(_0x4994f6,_0x507cff,_0x3fc2bc)=>{const _0x87ef55=a90_0x3a17c6,_0x24e532={};return _0x4994f6[_0x87ef55(0xdc)](_0x5e9334=>{_0x24e532[_0x5e9334[_0x507cff]]=_0x5e9334[_0x3fc2bc];}),_0x24e532;};function a90_0xd69c(_0xef085,_0x3506f4){const _0x34fbd5=a90_0x34fb();return a90_0xd69c=function(_0xd69ca7,_0x8df426){_0xd69ca7=_0xd69ca7-0xa6;let _0x45826a=_0x34fbd5[_0xd69ca7];return _0x45826a;},a90_0xd69c(_0xef085,_0x3506f4);}exports[a90_0x3a17c6(0xf9)]=_0x341fe0=>{const _0x3c4e6b=a90_0x3a17c6;_0x341fe0[_0x3c4e6b(0x103)]&&(process[_0x3c4e6b(0xbc)]['BROWSERSTACK_TESTHUB_JWT']=_0x341fe0[_0x3c4e6b(0x103)]);_0x341fe0[_0x3c4e6b(0xba)]&&(process[_0x3c4e6b(0xbc)][_0x3c4e6b(0x120)]=_0x341fe0[_0x3c4e6b(0xba)],logger[_0x3c4e6b(0x114)](_0x3c4e6b(0x116)+_0x341fe0[_0x3c4e6b(0xba)]));;},exports['shouldProcessEventForTesthub']=(_0x4b3ff8='',_0x1c35e5='')=>{const _0x260c89=a90_0x3a17c6,_0x55da96={'AmwYz':function(_0x387ba4){return _0x387ba4();},'Uvjvj':function(_0x59cc95,_0x4bf94d){return _0x59cc95===_0x4bf94d;},'UCKBS':_0x260c89(0xe0),'Lweph':_0x260c89(0x148),'sDjjI':_0x260c89(0x130),'BTqic':_0x260c89(0x124),'stcyE':_0x260c89(0xeb)};if(exports[_0x260c89(0x146)]()&&!exports[_0x260c89(0xbe)]()&&!_0x55da96[_0x260c89(0x10e)](isTestObservabilitySession)){if(_0x55da96[_0x260c89(0x147)](_0x1c35e5,_0x55da96[_0x260c89(0x144)]))return![];if([_0x55da96[_0x260c89(0xd6)],_0x55da96[_0x260c89(0xa7)]][_0x260c89(0x111)](_0x4b3ff8))return![];return!![];}if(exports[_0x260c89(0xbe)]()&&!_0x55da96[_0x260c89(0x10e)](isTestObservabilitySession)){if([_0x55da96[_0x260c89(0x10c)],_0x55da96['stcyE'],_0x55da96[_0x260c89(0xd6)]][_0x260c89(0x111)](_0x4b3ff8))return![];return!![];}return exports[_0x260c89(0xbe)]()||_0x55da96['AmwYz'](isTestObservabilitySession)||exports[_0x260c89(0x146)]();},exports['appendTesthubParams']=(_0xa0b7c9,_0x3159a9,_0xdd392f='',_0x347515)=>{const _0xaf84c=a90_0x3a17c6,_0x12a124={};_0x12a124['cQCxQ']=_0xaf84c(0x124),_0x12a124[_0xaf84c(0xc7)]=_0xaf84c(0xeb),_0x12a124[_0xaf84c(0x134)]=function(_0x60bb49,_0x2b250d){return _0x60bb49===_0x2b250d;},_0x12a124[_0xaf84c(0x132)]=_0xaf84c(0x108),_0x12a124[_0xaf84c(0x13e)]='isAccessibilityPlatform',_0x12a124[_0xaf84c(0xa6)]='accessibility',_0x12a124[_0xaf84c(0xd3)]=function(_0x160b47,_0x1e873d){return _0x160b47&&_0x1e873d;},_0x12a124['TKPVj']=function(_0x4795da,_0x587a84){return _0x4795da===_0x587a84;},_0x12a124[_0xaf84c(0x117)]=function(_0x49ab7d,_0x274d28){return _0x49ab7d+_0x274d28;},_0x12a124[_0xaf84c(0x14d)]=function(_0x394e93,_0x4bbb5b){return _0x394e93&&_0x4bbb5b;},_0x12a124[_0xaf84c(0xde)]=_0xaf84c(0x14b),_0x12a124[_0xaf84c(0xf6)]=function(_0xcf7314,_0x37eb27){return _0xcf7314&&_0x37eb27;},_0x12a124[_0xaf84c(0x115)]=_0xaf84c(0xe6);const _0x58bc72=_0x12a124;if(![_0x58bc72[_0xaf84c(0xc9)],_0x58bc72['VwXjk']][_0xaf84c(0x111)](_0x3159a9)&&exports[_0xaf84c(0xbe)]()){const _0x4c734a={};if(_0x58bc72[_0xaf84c(0x134)](_0x347515,FRAMEWORKS[_0xaf84c(0xbd)])){const _0x3f8852=globals[_0xaf84c(0xfd)](_0x58bc72[_0xaf84c(0x132)])||accessibilityHelper[_0xaf84c(0xb2)](_0xdd392f[_0xaf84c(0xf2)](),!![]),_0x5c0094=globals[_0xaf84c(0xfd)](_0x58bc72[_0xaf84c(0x13e)]);_0x4c734a[_0x58bc72[_0xaf84c(0xa6)]]=_0x58bc72[_0xaf84c(0xd3)](_0x5c0094,_0x3f8852);}if(_0x58bc72[_0xaf84c(0x13d)](_0x347515,FRAMEWORKS[_0xaf84c(0xa9)])){const _0x93645a=_0x58bc72[_0xaf84c(0x117)](_0x58bc72[_0xaf84c(0x117)](_0xa0b7c9[_0xaf84c(0xe9)][_0xaf84c(0xb5)]('\x20'),'\x20'),_0xdd392f['name']),_0x452135=globals[_0xaf84c(0xfd)](_0x58bc72['kShsi'])||accessibilityHelper[_0xaf84c(0xb2)](_0x93645a,![]),_0x245470=browserStackGlobals[_0xaf84c(0xaa)];_0x4c734a[_0x58bc72[_0xaf84c(0xa6)]]=_0x58bc72['qJbow'](_0x245470,_0x452135);}if(_0x58bc72[_0xaf84c(0x13d)](_0x347515,FRAMEWORKS['PLAYWRIGHT'])){if(_0x58bc72[_0xaf84c(0x134)](_0x3159a9,_0x58bc72['dnLzk']))return;_0x4c734a[_0x58bc72[_0xaf84c(0xa6)]]=PWTestDetails[_0xaf84c(0x10f)](_0xa0b7c9['uuid']);}if(_0x58bc72[_0xaf84c(0x134)](_0x347515,FRAMEWORKS['CODECEPT'])){const _0x45932d=accessibilityHelper[_0xaf84c(0xb2)](_0xdd392f['titlePath'](),!![]),_0xb51c4a=global[_0xaf84c(0x11a)]&&bsSetupHelper['isBrowserstackInfra']();_0x4c734a[_0x58bc72['ywhfX']]=_0x58bc72['pGhpc'](_0xb51c4a,_0x45932d);}if(_0x58bc72[_0xaf84c(0x13d)](_0x347515,FRAMEWORKS[_0xaf84c(0x136)])){const _0x152c0b=accessibilityHelper[_0xaf84c(0xb2)](null,![],_0xa0b7c9[_0xaf84c(0xc6)]),_0x4d93e8=globals[_0xaf84c(0xfd)](_0x58bc72[_0xaf84c(0x13e)]);_0x4c734a[_0x58bc72[_0xaf84c(0xa6)]]=_0x58bc72[_0xaf84c(0xf6)](_0x4d93e8,_0x152c0b);}_0xa0b7c9[_0x58bc72[_0xaf84c(0x115)]]=_0x4c734a;}},exports[a90_0x3a17c6(0xb8)]=_0x45b8e3=>{const _0x516966=a90_0x3a17c6,_0x219572={};_0x219572[_0x516966(0x139)]=function(_0xcf8e8c,_0x408a62){return _0xcf8e8c>_0x408a62;},_0x219572[_0x516966(0x138)]=function(_0x13e66c,_0x506b61){return _0x13e66c>_0x506b61;};const _0x463133=_0x219572;let _0x4d2bbf={};if(_0x463133[_0x516966(0x139)](Object[_0x516966(0xca)](testData)[_0x516966(0xf1)],0x0))return testData;_0x4d2bbf=JestTestDetails['getTestData']();if(_0x463133[_0x516966(0x138)](Object[_0x516966(0xca)](_0x4d2bbf)['length'],0x0))return _0x4d2bbf;return _0x4d2bbf;},exports[a90_0x3a17c6(0xd4)]=(_0x1b59ab,_0x18f38a={})=>{const _0x28203d=a90_0x3a17c6;if(bsSetupHelper[_0x28203d(0xa8)](_0x18f38a[_0x28203d(0xd9)]))return;switch(_0x1b59ab){case FRAMEWORKS['MOCHA']:testData=_0x18f38a[_0x28203d(0xd9)];break;case FRAMEWORKS[_0x28203d(0xa9)]:JestTestDetails[_0x28203d(0x123)](_0x18f38a['test_run']);break;default:break;}};
@@ -1 +1 @@
1
- function a91_0x4cca(_0x2ddc43,_0x36e43e){const _0x2736c9=a91_0x2736();return a91_0x4cca=function(_0x4ccaa2,_0x50b0f5){_0x4ccaa2=_0x4ccaa2-0xac;let _0x45ef34=_0x2736c9[_0x4ccaa2];return _0x45ef34;},a91_0x4cca(_0x2ddc43,_0x36e43e);}const a91_0x1d107f=a91_0x4cca;(function(_0x570521,_0x5b4ca3){const _0x1453bc=a91_0x4cca,_0x528987=_0x570521();while(!![]){try{const _0x4d3d24=-parseInt(_0x1453bc(0xb7))/0x1*(-parseInt(_0x1453bc(0xaf))/0x2)+parseInt(_0x1453bc(0xad))/0x3*(parseInt(_0x1453bc(0xb6))/0x4)+-parseInt(_0x1453bc(0xb5))/0x5*(-parseInt(_0x1453bc(0xbe))/0x6)+-parseInt(_0x1453bc(0xb4))/0x7*(parseInt(_0x1453bc(0xae))/0x8)+parseInt(_0x1453bc(0xbf))/0x9*(parseInt(_0x1453bc(0xba))/0xa)+-parseInt(_0x1453bc(0xb3))/0xb+-parseInt(_0x1453bc(0xb9))/0xc;if(_0x4d3d24===_0x5b4ca3)break;else _0x528987['push'](_0x528987['shift']());}catch(_0x227c02){_0x528987['push'](_0x528987['shift']());}}}(a91_0x2736,0xa2012));const utilities=require(a91_0x1d107f(0xb8));function a91_0x2736(){const _0x4856dd=['56Sxiqkx','1SlZXai','./utilities','6089436qRPoYP','273770TGKTqz','nHSkK','exports','fireFunnelTestEvent','336FvJDPH','63qEzVpI','cancel','26874ynBaIx','1867128DNDJXF','2200756gFBmBJ','Srukh','mKVJb','ziLZo','11711832LktHpG','14HARymT','114740ugIcyp'];a91_0x2736=function(){return _0x4856dd;};return a91_0x2736();}module[a91_0x1d107f(0xbc)]=(_0x404bb2,_0x3eb38e,_0x3e57d1,_0x12eee0,_0x1dd0cb,_0x122048)=>{const _0x394b9b=a91_0x1d107f,_0x2957c4={'mKVJb':function(_0x52ae1a,_0x5e507d){return _0x52ae1a-_0x5e507d;},'Srukh':function(_0xe64329,_0x282dfb){return _0xe64329(_0x282dfb);},'nHSkK':function(_0x417474,_0x3aaee2,_0x10aa07){return _0x417474(_0x3aaee2,_0x10aa07);},'ziLZo':function(_0x1ce55b,_0x1231dc){return _0x1ce55b(_0x1231dc);}};let _0x4c8f06,_0x452b2d=![];const _0x395ad9=new Promise((_0x338a2e,_0x42598a)=>{const _0x253d6b=a91_0x4cca,_0x511883={'eAKNN':function(_0x31e462,_0x33c1de){const _0x267abf=a91_0x4cca;return _0x2957c4[_0x267abf(0xb1)](_0x31e462,_0x33c1de);},'wIIRr':function(_0x1a3735,_0x10c384){const _0xa9412e=a91_0x4cca;return _0x2957c4[_0xa9412e(0xb0)](_0x1a3735,_0x10c384);}};_0x4c8f06=_0x2957c4[_0x253d6b(0xbb)](setTimeout,()=>{const _0x352d01=_0x253d6b;if(!_0x452b2d){const _0x1bd6b3={'status':''+_0x3eb38e,'timeTaken':_0x511883['eAKNN'](new Date(),_0x12eee0)};utilities[_0x352d01(0xbd)](_0x3e57d1,_0x1bd6b3,_0x1dd0cb,_0x122048),_0x511883['wIIRr'](_0x42598a,new Error(_0x3eb38e));}},_0x404bb2);});return _0x395ad9[_0x394b9b(0xac)]=()=>{const _0x3446e2=_0x394b9b;_0x452b2d=!![],_0x2957c4[_0x3446e2(0xb2)](clearTimeout,_0x4c8f06);},_0x395ad9;};
1
+ function a91_0x4030(){const _0x2cb0e1=['fireFunnelTestEvent','oXXoI','148263IsdTpO','203716bwZWbc','exports','2232818AxdRFT','2702448vSkuLC','6590HxljON','4xCHFTG','243684SERRqb','./utilities','lKYri','99018odqiZN','pTyHj'];a91_0x4030=function(){return _0x2cb0e1;};return a91_0x4030();}const a91_0x434a9e=a91_0xd991;(function(_0x44fe09,_0x134ffd){const _0x1016d2=a91_0xd991,_0x10ee89=_0x44fe09();while(!![]){try{const _0xd1b109=parseInt(_0x1016d2(0xa3))/0x1+parseInt(_0x1016d2(0xa9))/0x2+-parseInt(_0x1016d2(0xa2))/0x3+parseInt(_0x1016d2(0xa8))/0x4*(parseInt(_0x1016d2(0xa7))/0x5)+parseInt(_0x1016d2(0xac))/0x6+parseInt(_0x1016d2(0xa5))/0x7+-parseInt(_0x1016d2(0xa6))/0x8;if(_0xd1b109===_0x134ffd)break;else _0x10ee89['push'](_0x10ee89['shift']());}catch(_0x140d2e){_0x10ee89['push'](_0x10ee89['shift']());}}}(a91_0x4030,0x432b6));const utilities=require(a91_0x434a9e(0xaa));function a91_0xd991(_0x1ab33a,_0xcb9495){const _0x40305b=a91_0x4030();return a91_0xd991=function(_0xd991f4,_0x528dcc){_0xd991f4=_0xd991f4-0xa2;let _0x476dc3=_0x40305b[_0xd991f4];return _0x476dc3;},a91_0xd991(_0x1ab33a,_0xcb9495);}module[a91_0x434a9e(0xa4)]=(_0x2a9f30,_0x450f1f,_0xea268d,_0x19eb13,_0x48c487,_0x468ef9)=>{const _0x5b7cd3={'pTyHj':function(_0x26d3df,_0x984ad6){return _0x26d3df-_0x984ad6;},'lKYri':function(_0x5b4dce,_0x4a0896){return _0x5b4dce(_0x4a0896);},'oXXoI':function(_0x3abfae,_0x4106d3,_0x4df827){return _0x3abfae(_0x4106d3,_0x4df827);}};let _0x5e6130,_0x251c7b=![];const _0x8fa1aa=new Promise((_0x1b9713,_0x172d1f)=>{const _0x458081=a91_0xd991;_0x5e6130=_0x5b7cd3[_0x458081(0xaf)](setTimeout,()=>{const _0x8cf5a0=_0x458081;if(!_0x251c7b){const _0x2b864b={'status':''+_0x450f1f,'timeTaken':_0x5b7cd3[_0x8cf5a0(0xad)](new Date(),_0x19eb13)};utilities[_0x8cf5a0(0xae)](_0xea268d,_0x2b864b,_0x48c487,_0x468ef9),_0x5b7cd3[_0x8cf5a0(0xab)](_0x172d1f,new Error(_0x450f1f));}},_0x2a9f30);});return _0x8fa1aa['cancel']=()=>{const _0x4e22bf=a91_0xd991;_0x251c7b=!![],_0x5b7cd3[_0x4e22bf(0xab)](clearTimeout,_0x5e6130);},_0x8fa1aa;};
@@ -1 +1 @@
1
- const a92_0x38a6b6=a92_0x1555;function a92_0x3d6f(){const _0x214d14=['525390pFRXzQ','playwrightVersion','qTdVx','debug','fireFunnelTestEvent','stringify','error','API\x20Event\x20','MALyj','globalException','jOwMF','./performance/performance-tester','notifyUpdate','getSessionsList','killSignal','tests','ENV_VAR','2118aBAWIi','bCBjT','seleniumVersion','body','framework','./testhub/utils','errorMessage','getGlobal','13852Mkcwly','sendLogs','../helpers/testhub/constants','format','ezzQv','sdkRunId','event_properties','length','270sPpDOq','config','osVersion','4151411YZfSVo','FUNNEL_INSTRUMENTATION_API_URL','FNkNY','source','Bmxoc','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','application/json','hostname','zjjuW','GGSgQ','every','./helper','env','fpRgh','SDKTestSuccessful','getFrameworkVersion','Zgcfu','98jRmFjv','browser','POST','ivtLU','CwGBK','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','MniuB','hdBMw','getUserName','vKiGE','8CkfdQf','nodeRequest','join','object','parse','selenium-webdriver','getAccessKey','winstonLogger','browserVersion','values','getOptimalHubUrl','sanitizeBrowserStackConfig','version','woCIG','./ats/helper','APP_AUTOMATE','zYlZw','undefined','./logger','RzBeL','split','1744542tZQkJj','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','isBrowserstackInfra','reduce','codeceptjs','buildName','getBuildLink','97302mrsIcB','55EvBSYQ','AzOiX','JCIzs','user_killed','\x20:\x20','ZpnJg','requirePWModule','../bin/utils/constants','keys','./test-observability/utils','unhandledErrors','jrFBt','content-type','hNRFi','deviceName','unknown','psrij','push','AUTOMATE_PRODUCTS','app','22052ytMsoI','uQDtP','Kdkkd','./globals','forEach','assign','xxsxl','CzyND'];a92_0x3d6f=function(){return _0x214d14;};return a92_0x3d6f();}(function(_0x27354d,_0x1ce42c){const _0x2e3a88=a92_0x1555,_0xc6d86a=_0x27354d();while(!![]){try{const _0x4c2965=-parseInt(_0x2e3a88(0xda))/0x1+parseInt(_0x2e3a88(0xf3))/0x2*(-parseInt(_0x2e3a88(0x89))/0x3)+parseInt(_0x2e3a88(0xfb))/0x4*(parseInt(_0x2e3a88(0xc6))/0x5)+parseInt(_0x2e3a88(0xc5))/0x6*(-parseInt(_0x2e3a88(0x9d))/0x7)+-parseInt(_0x2e3a88(0xa9))/0x8*(-parseInt(_0x2e3a88(0xbe))/0x9)+-parseInt(_0x2e3a88(0xe2))/0xa+parseInt(_0x2e3a88(0x8c))/0xb;if(_0x4c2965===_0x1ce42c)break;else _0xc6d86a['push'](_0xc6d86a['shift']());}catch(_0x56f646){_0xc6d86a['push'](_0xc6d86a['shift']());}}}(a92_0x3d6f,0x33da9));function a92_0x1555(_0x3ccf43,_0x337e8a){const _0x3d6faa=a92_0x3d6f();return a92_0x1555=function(_0x155510,_0x2b2d5d){_0x155510=_0x155510-0x82;let _0x5a423b=_0x3d6faa[_0x155510];return _0x5a423b;},a92_0x1555(_0x3ccf43,_0x337e8a);}const os=require('os'),util=require('util'),{getProductMap}=require(a92_0x38a6b6(0xf8)),logger=require(a92_0x38a6b6(0xbb))[a92_0x38a6b6(0xb0)],constants=require(a92_0x38a6b6(0xcd)),testHubConstants=require(a92_0x38a6b6(0x83)),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require(a92_0x38a6b6(0xcd)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a92_0x38a6b6(0x97)),PerformanceTester=require(a92_0x38a6b6(0xed)),globals=require(a92_0x38a6b6(0xdd)),{isTurboScaleSession}=require(a92_0x38a6b6(0xb7)),helper=require('./helper'),{isTestObservabilitySession}=require(a92_0x38a6b6(0xcf));let unhandledErrors='';exports['fireFunnelTestEvent']=async(_0x248ac2,_0x42e4bd={},_0x2d2968,_0x5a3679)=>{const _0x4e98b6=a92_0x38a6b6,_0x3c19b4={'hdBMw':function(_0x2d8682,_0xdb70c0){return _0x2d8682===_0xdb70c0;},'Zgcfu':_0x4e98b6(0xac),'woCIG':function(_0x326bfb,_0x518cde){return _0x326bfb>_0x518cde;},'jOwMF':function(_0x284d99,_0xf6146){return _0x284d99>_0xf6146;},'uQDtP':'tests','ivtLU':function(_0x13be2a){return _0x13be2a();},'vKiGE':function(_0x1e7294){return _0x1e7294();},'CzyND':function(_0xa7e811,_0x204d7c){return _0xa7e811==_0x204d7c;},'FCELf':'null','FNkNY':_0x4e98b6(0xba),'MALyj':_0x4e98b6(0xc2),'jrFBt':function(_0x85e6eb,_0x1229bb){return _0x85e6eb>_0x1229bb;},'CwGBK':function(_0x541a3e,_0x1f9c83){return _0x541a3e!==_0x1f9c83;},'fpRgh':'Playwright','qTdVx':'error','hNRFi':function(_0x2ae4ed,_0x27fcea){return _0x2ae4ed+_0x27fcea;},'JCIzs':_0x4e98b6(0xa4),'XBKkB':'_buildHashedId','zjjuW':function(_0x5ba4ac,_0x22b70e){return _0x5ba4ac(_0x22b70e);},'ZpnJg':_0x4e98b6(0xd5),'MniuB':'nodejs','Bmxoc':function(_0x529f35,_0x1a553e){return _0x529f35===_0x1a553e;},'ezzQv':_0x4e98b6(0x9a),'xxsxl':function(_0x61edbd,_0x13d6d8){return _0x61edbd===_0x13d6d8;},'mzXYG':_0x4e98b6(0xae),'zYlZw':_0x4e98b6(0x92),'GGSgQ':_0x4e98b6(0x9f)};let _0x525e5c=[];if(helper[_0x4e98b6(0xc0)]()&&_0x3c19b4[_0x4e98b6(0xa0)](isTestObservabilitySession))_0x525e5c=_0x2d2968[_0x4e98b6(0xd9)]?constants['APP_AUTOMATE_PRODUCTS']:constants[_0x4e98b6(0xd8)];else{if(_0x3c19b4['vKiGE'](isTestObservabilitySession))_0x525e5c=constants[_0x4e98b6(0x91)];else helper[_0x4e98b6(0xc0)]()&&(_0x525e5c=_0x2d2968[_0x4e98b6(0xd9)]?constants[_0x4e98b6(0xb8)]:constants['AUTOMATE']);}let _0x4f14e1=_0x2d2968['buildIdentifier'];if(_0x3c19b4[_0x4e98b6(0xe1)](_0x4f14e1,null))_0x4f14e1=_0x3c19b4['FCELf'];else _0x3c19b4[_0x4e98b6(0xa6)](_0x4f14e1,undefined)&&(_0x4f14e1=_0x3c19b4[_0x4e98b6(0x8e)]);unhandledErrors&&_0x3c19b4[_0x4e98b6(0xb6)](unhandledErrors[_0x4e98b6(0x88)],0x0)&&(_0x42e4bd[_0x4e98b6(0xeb)]=unhandledErrors);global[_0x4e98b6(0x86)]&&(_0x42e4bd[_0x4e98b6(0x86)]=global[_0x4e98b6(0x86)]);try{if(_0x42e4bd[_0x4e98b6(0xe8)]){if(_0x3c19b4[_0x4e98b6(0xa6)](_0x5a3679,_0x3c19b4[_0x4e98b6(0xea)])&&_0x3c19b4[_0x4e98b6(0xd1)](_0x42e4bd[_0x4e98b6(0xe8)]['length'],0x0)){const _0x30c3bb={};_0x30c3bb['os']='',_0x30c3bb['osVersion']='',_0x30c3bb[_0x4e98b6(0x9e)]='',_0x30c3bb[_0x4e98b6(0xb1)]='';const _0x6310f=_0x30c3bb;let _0x39e1d2={};const _0x407606=_0x42e4bd[_0x4e98b6(0xe8)];_0x39e1d2=_0x407606[_0x4e98b6(0xc1)]((_0x1ab46c,_0x4c4ddd)=>{for(const _0x447a00 in _0x4c4ddd){_0x1ab46c[_0x447a00]=_0x4c4ddd[_0x447a00];}return _0x1ab46c;},{});const _0x506d80={};_0x506d80[_0x4e98b6(0xf1)]=_0x39e1d2,_0x42e4bd[_0x4e98b6(0xe8)]=[Object[_0x4e98b6(0xdf)]({},_0x6310f,_0x506d80)];}else{let _0x50cbd9=0x0;const _0x2f52b6=_0x3c19b4[_0x4e98b6(0xa1)](_0x5a3679,_0x3c19b4[_0x4e98b6(0x99)])?JSON[_0x4e98b6(0xad)](_0x42e4bd[_0x4e98b6(0xe8)]):_0x42e4bd[_0x4e98b6(0xe8)],_0xf74019=Object[_0x4e98b6(0xb2)](_0x2f52b6);_0xf74019['forEach'](_0x1fe927=>{const _0x3e9e6b=_0x4e98b6;if(_0x3c19b4['hdBMw'](typeof _0x1fe927,_0x3c19b4[_0x3e9e6b(0x9c)])){const _0x2bafc1=Object[_0x3e9e6b(0xb2)](_0x1fe927);!_0x2bafc1[_0x3e9e6b(0x96)](_0x17a03e=>_0x17a03e===null||_0x17a03e===undefined||_0x17a03e==='')&&(_0x50cbd9+=0x1);}});if(_0x3c19b4[_0x4e98b6(0xa6)](_0x50cbd9,0x0))delete _0x42e4bd[_0x3c19b4[_0x4e98b6(0xe4)]];else{const _0x211fc2=[];Object[_0x4e98b6(0xce)](_0x2f52b6)['forEach'](_0x544542=>{const _0x1a35bd=_0x4e98b6,[_0x4ef86d,_0x1a11a8,_0x55a330,_0x2ec1b6]=_0x544542[_0x1a35bd(0xbd)](',\x20');let _0x799d67={};if(!_0x2ec1b6){const _0x5725bf={};_0x5725bf[_0x1a35bd(0xd4)]=_0x4ef86d,_0x5725bf[_0x1a35bd(0x8b)]=_0x1a11a8,_0x5725bf[_0x1a35bd(0x9e)]=_0x55a330,_0x799d67=_0x5725bf;}else{const _0x232437={};_0x232437['os']=_0x4ef86d,_0x232437['osVersion']=_0x1a11a8,_0x232437[_0x1a35bd(0x9e)]=_0x55a330,_0x232437[_0x1a35bd(0xb1)]=_0x2ec1b6,_0x799d67=_0x232437;}const _0x592d9a={},_0x48026d=_0x2f52b6[_0x544542];Object['keys'](_0x48026d)[_0x1a35bd(0xde)](_0x331db0=>{const _0x5b39b6=_0x1a35bd;_0x3c19b4[_0x5b39b6(0xb6)](_0x48026d[_0x331db0]['length'],0x0)&&(_0x592d9a[_0x331db0]=_0x48026d[_0x331db0]);}),_0x3c19b4[_0x1a35bd(0xec)](Object[_0x1a35bd(0xce)](_0x592d9a)[_0x1a35bd(0x88)],0x0)&&(_0x799d67[_0x3c19b4[_0x1a35bd(0xdb)]]=_0x592d9a,_0x211fc2[_0x1a35bd(0xd7)](_0x799d67));}),_0x3c19b4[_0x4e98b6(0xb6)](_0x211fc2['length'],0x0)?_0x42e4bd[_0x4e98b6(0xe8)]=_0x211fc2:delete _0x42e4bd[_0x3c19b4['qTdVx']];}}}}catch(_0x405c82){delete _0x42e4bd[_0x3c19b4[_0x4e98b6(0xe4)]],logger[_0x4e98b6(0xe5)](_0x3c19b4[_0x4e98b6(0xd3)](_0x3c19b4[_0x4e98b6(0xc8)],_0x405c82));}const _0x2a0505={'userName':helper[_0x4e98b6(0xa7)](_0x2d2968),'accessKey':helper[_0x4e98b6(0xaf)](_0x2d2968),'event_type':_0x248ac2,'detectedFramework':_0x5a3679,'buildHashedId':globals[_0x4e98b6(0xfa)](_0x3c19b4['XBKkB']),'optimalHubUrl':helper[_0x4e98b6(0xb3)](),'event_properties':{'testhub_uuid':process[_0x4e98b6(0x98)][testHubConstants[_0x4e98b6(0xf2)]['BROWSERSTACK_TESTHUB_UUID']]||'','product_map':_0x3c19b4[_0x4e98b6(0x94)](getProductMap,_0x2d2968),'productMap':_0x3c19b4[_0x4e98b6(0x94)](getProductMap,_0x2d2968),'language_framework':_0x2d2968[_0x4e98b6(0x8f)]||_0x3c19b4[_0x4e98b6(0xcb)],'referrer':helper['getNodeAgent'](_0x5a3679),'frameworkVersion':helper[_0x4e98b6(0x9b)](_0x5a3679),'language':_0x3c19b4[_0x4e98b6(0xa5)],'product':_0x525e5c,'languageVersion':process[_0x4e98b6(0xb5)],'buildName':_0x2d2968[_0x4e98b6(0xc3)]||_0x3c19b4[_0x4e98b6(0x8e)],'buildIdentifier':_0x4f14e1,'os':os['type']()||_0x3c19b4[_0x4e98b6(0xcb)],'hostname':os[_0x4e98b6(0x93)]()||_0x3c19b4[_0x4e98b6(0xcb)],..._0x42e4bd}};try{_0x3c19b4[_0x4e98b6(0x90)](_0x248ac2,_0x3c19b4[_0x4e98b6(0x85)])&&(_0x2a0505['event_properties']['browserStackConfig']=helper[_0x4e98b6(0xb4)](_0x2d2968)),_0x3c19b4[_0x4e98b6(0xe0)](_0x5a3679,_0x3c19b4[_0x4e98b6(0x99)])?_0x2a0505[_0x4e98b6(0x87)][_0x4e98b6(0xe3)]=helper[_0x4e98b6(0xcc)]['apply'](null,_0x3c19b4[_0x4e98b6(0xa8)](getTransformPath),!![]):_0x2a0505[_0x4e98b6(0x87)][_0x4e98b6(0xf5)]=helper['getPackageVersion'](_0x3c19b4['mzXYG']);}catch(_0x338241){logger[_0x4e98b6(0xe5)](_0x4e98b6(0xa3)+_0x338241);}const _0x52d186={};_0x52d186[_0x4e98b6(0xd2)]=_0x3c19b4[_0x4e98b6(0xb9)];const _0x27ccc3={'headers':_0x52d186,'body':_0x2a0505,'auth':{'user':helper[_0x4e98b6(0xa7)](_0x2d2968),'pass':helper[_0x4e98b6(0xaf)](_0x2d2968)},'json':!![]};logger[_0x4e98b6(0xe5)](_0x4e98b6(0xbf)+JSON[_0x4e98b6(0xe7)](_0x27ccc3[_0x4e98b6(0xf6)]));try{const _0x5449f9=await helper[_0x4e98b6(0xaa)](_0x3c19b4[_0x4e98b6(0x95)],constants[_0x4e98b6(0x8d)],_0x27ccc3,_0x2d2968);logger[_0x4e98b6(0xe5)](_0x4e98b6(0xe9)+_0x248ac2+'\x20response\x20-\x20'+util[_0x4e98b6(0x84)]('%j',_0x5449f9));}catch(_0x4bafe4){logger[_0x4e98b6(0xe5)]('Error\x20in\x20firing\x20request\x20to\x20'+FUNNEL_INSTRUMENTATION_API_URL+_0x4e98b6(0xca)+util[_0x4e98b6(0x84)](_0x4bafe4));}},exports['finalExecution']=async _0x812d25=>{const _0x49347d=a92_0x38a6b6,_0x44cf4c={'psrij':function(_0x5bb92c){return _0x5bb92c();},'Kdkkd':'finishedMetadata','UiPTr':_0x49347d(0xc9),'eligW':function(_0x2a9414,_0x24e1d8){return _0x2a9414(_0x24e1d8);},'RzBeL':_0x49347d(0x9a),'VgTeF':function(_0x543f4a,_0x5516c1,_0x5f017c){return _0x543f4a(_0x5516c1,_0x5f017c);},'bCBjT':function(_0xee55c9,_0x4429dc){return _0xee55c9+_0x4429dc;},'AzOiX':_0x49347d(0xa2)};try{await _0x812d25['stopPercy'](),_0x44cf4c[_0x49347d(0xd6)](printNudgeLocalNotSetError);const _0x231e82={};_0x231e82['error']=_0x812d25[_0x49347d(0xf9)]?_0x812d25[_0x49347d(0xf9)]:'{}';const _0x423822=_0x231e82,_0x315116=Object[_0x49347d(0xdf)]({},_0x423822);!!_0x812d25['killSignal']&&(_0x315116[_0x44cf4c[_0x49347d(0xdc)]]={'reason':_0x44cf4c['UiPTr'],'signal':_0x812d25[_0x49347d(0xf0)]});unhandledErrors=_0x812d25[_0x49347d(0xd0)][_0x49347d(0xab)]('\x0a');let _0x577801,_0x52a47d,_0x1c2b1f;_0x44cf4c['eligW'](isTurboScaleSession,_0x812d25['config'])?([_0x577801,_0x52a47d]=await helper['getTurboScaleBuildLink'](_0x812d25[_0x49347d(0x8a)]),[_0x1c2b1f]=await Promise['all']([helper['getTurboScaleSessionsList'](_0x577801,_0x812d25[_0x49347d(0x8a)]),exports[_0x49347d(0xe6)](_0x44cf4c['RzBeL'],_0x315116,_0x812d25[_0x49347d(0x8a)],_0x812d25[_0x49347d(0xf7)])])):([_0x577801,_0x52a47d]=await helper[_0x49347d(0xc4)](_0x812d25[_0x49347d(0x8a)]),[_0x1c2b1f]=await Promise['all']([helper[_0x49347d(0xef)](_0x577801,_0x812d25[_0x49347d(0x8a)]),exports[_0x49347d(0xe6)](_0x44cf4c[_0x49347d(0xbc)],_0x315116,_0x812d25[_0x49347d(0x8a)],_0x812d25['framework'])])),_0x1c2b1f&&await _0x44cf4c['VgTeF'](generateCIArtifacts,_0x1c2b1f,_0x52a47d),await helper[_0x49347d(0x82)](_0x812d25[_0x49347d(0x8a)]);}catch(_0x368aeb){logger[_0x49347d(0xe5)](_0x44cf4c[_0x49347d(0xf4)](_0x44cf4c[_0x49347d(0xc7)],_0x368aeb));}helper[_0x49347d(0xee)]();};
1
+ const a92_0x4972ab=a92_0x56c6;(function(_0x4ddb27,_0x8f7986){const _0x2f55d9=a92_0x56c6,_0x3d4ad2=_0x4ddb27();while(!![]){try{const _0x20b083=parseInt(_0x2f55d9(0x1a3))/0x1*(parseInt(_0x2f55d9(0x199))/0x2)+parseInt(_0x2f55d9(0x16c))/0x3*(-parseInt(_0x2f55d9(0x17e))/0x4)+parseInt(_0x2f55d9(0x1a7))/0x5+parseInt(_0x2f55d9(0x193))/0x6*(-parseInt(_0x2f55d9(0x195))/0x7)+parseInt(_0x2f55d9(0x1a8))/0x8*(parseInt(_0x2f55d9(0x194))/0x9)+-parseInt(_0x2f55d9(0x1d2))/0xa*(parseInt(_0x2f55d9(0x1d3))/0xb)+-parseInt(_0x2f55d9(0x1b0))/0xc*(-parseInt(_0x2f55d9(0x159))/0xd);if(_0x20b083===_0x8f7986)break;else _0x3d4ad2['push'](_0x3d4ad2['shift']());}catch(_0x2b98c7){_0x3d4ad2['push'](_0x3d4ad2['shift']());}}}(a92_0x4a38,0x29cfd));const os=require('os'),util=require(a92_0x4972ab(0x192)),{getProductMap}=require(a92_0x4972ab(0x1ba)),logger=require(a92_0x4972ab(0x176))['winstonLogger'],constants=require('../bin/utils/constants'),testHubConstants=require('../helpers/testhub/constants'),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require(a92_0x4972ab(0x19d)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a92_0x4972ab(0x1d4)),PerformanceTester=require('./performance/performance-tester'),globals=require(a92_0x4972ab(0x17a)),{isTurboScaleSession}=require(a92_0x4972ab(0x18b)),helper=require(a92_0x4972ab(0x1d4)),{isTestObservabilitySession}=require('./test-observability/utils');function a92_0x4a38(){const _0x1cb555=['app','ENV_VAR','swHAQ','fCdkN','getTestFrameworkDetails','getOptimalHubUrl','format','QMrbz','unhandledErrors','type','3eDlUXj','version','framework','gwszg','errorMessage','osVersion','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','KSLRf','getGlobal','notifyUpdate','./logger','tests','fireFunnelTestEvent','qFmyG','./globals','AUTOMATE','source','unknown','1209732iDXlBz','getAccessKey','push','sdkRunID','assign','config','\x20response\x20-\x20','wnsYM','_buildHashedId','debug','BjVwQ','OpSRr','forEach','./ats/helper','getFrameworkVersion','nodejs','tyNxd','sdkRunId','finishedMetadata','split','util','6dmGItF','56187voiFpg','117803LJnyDg','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','OOdjL','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','2USyNbO','browser','kOpto','keys','../bin/utils/constants','IVncF','POST','NnNXR','isBrowserstackInfra','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','13873GgkSAm','gizNd','TsNPx','eOFjI','570015oalUoT','328cIcemY','getTurboScaleBuildLink','QaPHv','sanitizeBrowserStackConfig','xIWdr','length','hostname','FapEd','12hQnEeJ','deviceName','apply','getSessionsList','iVMaT','lQtJF','application/json','stringify','OUVkA','SDKTestSuccessful','./testhub/utils','values','browserVersion','TjGiM','getTurboScaleSessionsList','every','getBuildLink','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','env','codeceptjs','getNodeAgent','wrjhn','content-type','sppRo','selenium-webdriver','Error\x20in\x20firing\x20request\x20to\x20','object','error','killSignal','seleniumVersion','TsbLw','APP_AUTOMATE_PRODUCTS','FUNNEL_INSTRUMENTATION_API_URL','SDK\x20run\x20ended\x20for\x20id:\x20','1790QhmaVe','3421wFvaob','./helper','APP_AUTOMATE','BROWSERSTACK_TESTHUB_UUID','parse','requirePWModule','event_properties','browserStackConfig','playwrightVersion','getUserName','ywptM','2110589LICZOC','ePBQb','join','stopPercy','undefined','emXwa','all','xunLN','getPackageVersion'];a92_0x4a38=function(){return _0x1cb555;};return a92_0x4a38();}function a92_0x56c6(_0x4d59f9,_0x1bddb4){const _0x4a3814=a92_0x4a38();return a92_0x56c6=function(_0x56c62c,_0x522aff){_0x56c62c=_0x56c62c-0x158;let _0x15a7a4=_0x4a3814[_0x56c62c];return _0x15a7a4;},a92_0x56c6(_0x4d59f9,_0x1bddb4);}let unhandledErrors='';exports['fireFunnelTestEvent']=async(_0xc30458,_0x1abd75={},_0x23c87d,_0x4e6224)=>{const _0x5d3d25=a92_0x4972ab,_0x43371c={'fCdkN':function(_0x46135d,_0x5f0421){return _0x46135d===_0x5f0421;},'QaPHv':_0x5d3d25(0x1ca),'JeTzT':function(_0x5608ea,_0x4dbccd){return _0x5608ea>_0x4dbccd;},'OpSRr':function(_0x372811,_0x177d6d){return _0x372811>_0x177d6d;},'OUVkA':_0x5d3d25(0x177),'IVncF':function(_0x2d03ea){return _0x2d03ea();},'OOdjL':function(_0x505ada){return _0x505ada();},'gizNd':function(_0x43a04b,_0x5701ee){return _0x43a04b==_0x5701ee;},'sppRo':'null','wrjhn':function(_0x28d638,_0x149320){return _0x28d638===_0x149320;},'tyNxd':_0x5d3d25(0x15d),'xunLN':function(_0x3aeb4c,_0x1ae5b6){return _0x3aeb4c>_0x1ae5b6;},'FapEd':function(_0x53f5ad,_0xf14b25){return _0x53f5ad===_0xf14b25;},'QMrbz':_0x5d3d25(0x1c3),'wnsYM':function(_0x3845f2,_0x52b29c){return _0x3845f2>_0x52b29c;},'iVMaT':function(_0xd65f09,_0x1ccd76){return _0xd65f09!==_0x1ccd76;},'qFmyG':'Playwright','TjGiM':_0x5d3d25(0x1cb),'gwszg':function(_0x4c4c7b,_0xb3e230){return _0x4c4c7b>_0xb3e230;},'emXwa':function(_0x49e4ed,_0x3f81ff){return _0x49e4ed+_0x3f81ff;},'NnNXR':_0x5d3d25(0x172),'AntvE':_0x5d3d25(0x186),'KSLRf':function(_0xbde2b2,_0x31432b){return _0xbde2b2(_0x31432b);},'xIWdr':_0x5d3d25(0x17d),'eOFjI':_0x5d3d25(0x18d),'BjVwQ':_0x5d3d25(0x1b9),'TsbLw':function(_0x599c6c,_0x10ec0c){return _0x599c6c===_0x10ec0c;},'ywptM':_0x5d3d25(0x1c8),'swHAQ':_0x5d3d25(0x1b6),'ePBQb':_0x5d3d25(0x19f)};let _0x312ea4=[];if(helper[_0x5d3d25(0x1a1)]()&&_0x43371c[_0x5d3d25(0x19e)](isTestObservabilitySession))_0x312ea4=_0x23c87d[_0x5d3d25(0x162)]?constants[_0x5d3d25(0x1cf)]:constants['AUTOMATE_PRODUCTS'];else{if(_0x43371c[_0x5d3d25(0x197)](isTestObservabilitySession))_0x312ea4=constants[_0x5d3d25(0x1a2)];else helper[_0x5d3d25(0x1a1)]()&&(_0x312ea4=_0x23c87d[_0x5d3d25(0x162)]?constants[_0x5d3d25(0x1d5)]:constants[_0x5d3d25(0x17b)]);}let _0x46da0c=_0x23c87d['buildIdentifier'];if(_0x43371c[_0x5d3d25(0x1a4)](_0x46da0c,null))_0x46da0c=_0x43371c[_0x5d3d25(0x1c7)];else _0x43371c[_0x5d3d25(0x1c5)](_0x46da0c,undefined)&&(_0x46da0c=_0x43371c[_0x5d3d25(0x18e)]);unhandledErrors&&_0x43371c[_0x5d3d25(0x160)](unhandledErrors[_0x5d3d25(0x1ad)],0x0)&&(_0x1abd75['globalException']=unhandledErrors);global[_0x5d3d25(0x181)]&&(_0x1abd75[_0x5d3d25(0x18f)]=global['sdkRunID']);try{if(_0x1abd75['error']){if(_0x43371c[_0x5d3d25(0x1af)](_0x4e6224,_0x43371c[_0x5d3d25(0x169)])&&_0x43371c[_0x5d3d25(0x185)](_0x1abd75[_0x5d3d25(0x1cb)][_0x5d3d25(0x1ad)],0x0)){const _0xbce5d9={};_0xbce5d9['os']='',_0xbce5d9[_0x5d3d25(0x171)]='',_0xbce5d9[_0x5d3d25(0x19a)]='',_0xbce5d9[_0x5d3d25(0x1bc)]='';const _0x5e7281=_0xbce5d9;let _0x4b320d={};const _0x464787=_0x1abd75[_0x5d3d25(0x1cb)];_0x4b320d=_0x464787['reduce']((_0xa2144f,_0x359174)=>{for(const _0xa03f2e in _0x359174){_0xa2144f[_0xa03f2e]=_0x359174[_0xa03f2e];}return _0xa2144f;},{});const _0x145bbc={};_0x145bbc[_0x5d3d25(0x177)]=_0x4b320d,_0x1abd75[_0x5d3d25(0x1cb)]=[Object[_0x5d3d25(0x182)]({},_0x5e7281,_0x145bbc)];}else{let _0x44e07d=0x0;const _0x10b302=_0x43371c[_0x5d3d25(0x1b4)](_0x4e6224,_0x43371c[_0x5d3d25(0x179)])?JSON[_0x5d3d25(0x1d7)](_0x1abd75['error']):_0x1abd75[_0x5d3d25(0x1cb)],_0xca4656=Object[_0x5d3d25(0x1bb)](_0x10b302);_0xca4656[_0x5d3d25(0x18a)](_0x3db011=>{const _0x21bd1e=_0x5d3d25;if(_0x43371c[_0x21bd1e(0x165)](typeof _0x3db011,_0x43371c[_0x21bd1e(0x1aa)])){const _0x4f5dcb=Object[_0x21bd1e(0x1bb)](_0x3db011);!_0x4f5dcb[_0x21bd1e(0x1bf)](_0x31036b=>_0x31036b===null||_0x31036b===undefined||_0x31036b==='')&&(_0x44e07d+=0x1);}});if(_0x43371c[_0x5d3d25(0x1c5)](_0x44e07d,0x0))delete _0x1abd75[_0x43371c['TjGiM']];else{const _0x4625f0=[];Object['keys'](_0x10b302)[_0x5d3d25(0x18a)](_0x4ee555=>{const _0x53c241=_0x5d3d25,[_0xc4aa15,_0x53562a,_0x24ad6e,_0x53a37c]=_0x4ee555[_0x53c241(0x191)](',\x20');let _0x293d18={};if(!_0x53a37c){const _0x5e2962={};_0x5e2962[_0x53c241(0x1b1)]=_0xc4aa15,_0x5e2962[_0x53c241(0x171)]=_0x53562a,_0x5e2962[_0x53c241(0x19a)]=_0x24ad6e,_0x293d18=_0x5e2962;}else{const _0x1efdb7={};_0x1efdb7['os']=_0xc4aa15,_0x1efdb7[_0x53c241(0x171)]=_0x53562a,_0x1efdb7['browser']=_0x24ad6e,_0x1efdb7[_0x53c241(0x1bc)]=_0x53a37c,_0x293d18=_0x1efdb7;}const _0x44e9b8={},_0x367289=_0x10b302[_0x4ee555];Object[_0x53c241(0x19c)](_0x367289)[_0x53c241(0x18a)](_0x5469d5=>{const _0x1f8594=_0x53c241;_0x43371c['JeTzT'](_0x367289[_0x5469d5][_0x1f8594(0x1ad)],0x0)&&(_0x44e9b8[_0x5469d5]=_0x367289[_0x5469d5]);}),_0x43371c[_0x53c241(0x189)](Object[_0x53c241(0x19c)](_0x44e9b8)[_0x53c241(0x1ad)],0x0)&&(_0x293d18[_0x43371c[_0x53c241(0x1b8)]]=_0x44e9b8,_0x4625f0[_0x53c241(0x180)](_0x293d18));}),_0x43371c[_0x5d3d25(0x16f)](_0x4625f0[_0x5d3d25(0x1ad)],0x0)?_0x1abd75[_0x5d3d25(0x1cb)]=_0x4625f0:delete _0x1abd75[_0x43371c[_0x5d3d25(0x1bd)]];}}}}catch(_0xfae0d9){delete _0x1abd75[_0x43371c[_0x5d3d25(0x1bd)]],logger[_0x5d3d25(0x187)](_0x43371c[_0x5d3d25(0x15e)](_0x43371c[_0x5d3d25(0x1a0)],_0xfae0d9));}const _0x4103ef=helper[_0x5d3d25(0x166)](_0x23c87d,_0x23c87d['framework']),_0x1786e6={'userName':helper[_0x5d3d25(0x1dc)](_0x23c87d),'accessKey':helper[_0x5d3d25(0x17f)](_0x23c87d),'event_type':_0xc30458,'detectedFramework':_0x4e6224,'buildHashedId':globals[_0x5d3d25(0x174)](_0x43371c['AntvE']),'optimalHubUrl':helper[_0x5d3d25(0x167)](),'event_properties':{'testhub_uuid':process[_0x5d3d25(0x1c2)][testHubConstants[_0x5d3d25(0x163)][_0x5d3d25(0x1d6)]]||'','sdkRunId':global[_0x5d3d25(0x181)],'product_map':_0x43371c[_0x5d3d25(0x173)](getProductMap,_0x23c87d),'productMap':_0x43371c[_0x5d3d25(0x173)](getProductMap,_0x23c87d),'language_framework':_0x23c87d[_0x5d3d25(0x17c)]||_0x43371c['xIWdr'],'referrer':helper[_0x5d3d25(0x1c4)](_0x4e6224),'framework':_0x23c87d[_0x5d3d25(0x16e)],'frameworkVersion':helper[_0x5d3d25(0x18c)](_0x4e6224),'automationFramework':_0x4103ef['name'],'automationFrameworkVersion':_0x4103ef[_0x5d3d25(0x16d)],'language':_0x43371c[_0x5d3d25(0x1a6)],'languageVersion':process[_0x5d3d25(0x16d)],'product':_0x312ea4,'buildName':_0x23c87d['buildName']||_0x43371c[_0x5d3d25(0x18e)],'buildIdentifier':_0x46da0c,'os':os[_0x5d3d25(0x16b)]()||_0x43371c[_0x5d3d25(0x1ac)],'hostname':os[_0x5d3d25(0x1ae)]()||_0x43371c[_0x5d3d25(0x1ac)],..._0x1abd75}};try{_0x43371c['FapEd'](_0xc30458,_0x43371c[_0x5d3d25(0x188)])&&(_0x1786e6['event_properties'][_0x5d3d25(0x1da)]=helper[_0x5d3d25(0x1ab)](_0x23c87d)),_0x43371c[_0x5d3d25(0x1ce)](_0x4e6224,_0x43371c['qFmyG'])?_0x1786e6[_0x5d3d25(0x1d9)][_0x5d3d25(0x1db)]=helper[_0x5d3d25(0x1d8)][_0x5d3d25(0x1b2)](null,_0x43371c[_0x5d3d25(0x19e)](getTransformPath),!![]):_0x1786e6[_0x5d3d25(0x1d9)][_0x5d3d25(0x1cd)]=helper[_0x5d3d25(0x161)](_0x43371c[_0x5d3d25(0x158)]);}catch(_0x413757){logger[_0x5d3d25(0x187)](_0x5d3d25(0x196)+_0x413757);}const _0xd9d574={};_0xd9d574[_0x5d3d25(0x1c6)]=_0x43371c[_0x5d3d25(0x164)];const _0x3715a4={'headers':_0xd9d574,'body':_0x1786e6,'auth':{'user':helper[_0x5d3d25(0x1dc)](_0x23c87d),'pass':helper['getAccessKey'](_0x23c87d)},'json':!![]};logger[_0x5d3d25(0x187)](_0x5d3d25(0x198)+JSON[_0x5d3d25(0x1b7)](_0x3715a4['body']));try{const _0x3c1d63=await helper['nodeRequest'](_0x43371c[_0x5d3d25(0x15a)],constants[_0x5d3d25(0x1d0)],_0x3715a4,_0x23c87d);logger[_0x5d3d25(0x187)]('API\x20Event\x20'+_0xc30458+_0x5d3d25(0x184)+util['format']('%j',_0x3c1d63));}catch(_0x3ab549){logger['debug'](_0x5d3d25(0x1c9)+FUNNEL_INSTRUMENTATION_API_URL+'\x20:\x20'+util[_0x5d3d25(0x168)](_0x3ab549));}},exports['finalExecution']=async _0x1d3117=>{const _0x19e233=a92_0x4972ab,_0x283c2a={'cVwYD':function(_0x43c8c8){return _0x43c8c8();},'kOpto':_0x19e233(0x190),'rhGAK':'user_killed','TsNPx':function(_0x3e9026,_0x6b4995){return _0x3e9026(_0x6b4995);},'lQtJF':_0x19e233(0x1b9),'zeOct':function(_0x4aa9c1,_0x4f1aa9,_0x16aa78){return _0x4aa9c1(_0x4f1aa9,_0x16aa78);},'iOnzy':function(_0x1308c5,_0x50105b){return _0x1308c5+_0x50105b;},'mhZah':_0x19e233(0x1c1)};try{await _0x1d3117[_0x19e233(0x15c)](),_0x283c2a['cVwYD'](printNudgeLocalNotSetError);const _0x26bd8a={};_0x26bd8a['error']=_0x1d3117['errorMessage']?_0x1d3117[_0x19e233(0x170)]:'{}';const _0x5a6213=_0x26bd8a,_0x5c082f=Object[_0x19e233(0x182)]({},_0x5a6213);!!_0x1d3117[_0x19e233(0x1cc)]&&(_0x5c082f[_0x283c2a[_0x19e233(0x19b)]]={'reason':_0x283c2a['rhGAK'],'signal':_0x1d3117[_0x19e233(0x1cc)]});unhandledErrors=_0x1d3117[_0x19e233(0x16a)][_0x19e233(0x15b)]('\x0a');let _0x166430,_0x483ab6,_0x3c5caf;_0x283c2a[_0x19e233(0x1a5)](isTurboScaleSession,_0x1d3117[_0x19e233(0x183)])?([_0x166430,_0x483ab6]=await helper[_0x19e233(0x1a9)](_0x1d3117[_0x19e233(0x183)]),[_0x3c5caf]=await Promise['all']([helper[_0x19e233(0x1be)](_0x166430,_0x1d3117[_0x19e233(0x183)]),exports['fireFunnelTestEvent'](_0x283c2a[_0x19e233(0x1b5)],_0x5c082f,_0x1d3117[_0x19e233(0x183)],_0x1d3117['framework'])])):([_0x166430,_0x483ab6]=await helper[_0x19e233(0x1c0)](_0x1d3117[_0x19e233(0x183)]),[_0x3c5caf]=await Promise[_0x19e233(0x15f)]([helper[_0x19e233(0x1b3)](_0x166430,_0x1d3117['config']),exports[_0x19e233(0x178)](_0x283c2a[_0x19e233(0x1b5)],_0x5c082f,_0x1d3117[_0x19e233(0x183)],_0x1d3117[_0x19e233(0x16e)])])),_0x3c5caf&&await _0x283c2a['zeOct'](generateCIArtifacts,_0x3c5caf,_0x483ab6),logger['info'](_0x19e233(0x1d1)+_0x1d3117[_0x19e233(0x181)]+',\x20testhub\x20id:\x20'+process[_0x19e233(0x1c2)][_0x19e233(0x1d6)]),await helper['sendLogs'](_0x1d3117[_0x19e233(0x183)]);}catch(_0x1e0b98){logger['debug'](_0x283c2a['iOnzy'](_0x283c2a['mhZah'],_0x1e0b98));}helper[_0x19e233(0x175)]();};
@@ -1 +1 @@
1
- var a93_0x3167c6=a93_0x2cf8;function a93_0x5305(){var _0x5e93c9=['hosts','XBRTj','wsLocalSupport','appiumLogs','networkLogs','browserstack.accessibility','vErxC','browserstack.console','browserstackSDK','local','testhubBuildUuid','debug','rJEjz','gUBoF','UIkLV','browserstack.appiumLogs','bfcache','browserstack.disableCorsRestrictions','buildName','HRRfb','562054PHQagF','browserstack.uploadMedia','customNetwork','seleniumVersion','AhOfH','video','browserstack.maskBasicAuth','14GTyEGz','browser','browserstack.telemetryLogs','okjhx','mZfYf','MIBCG','vWKeS','browserstack.accessibilityOptions.scannerProcessingTimeout','accessKey','BfSgf','jmOsg','W3CMapping','OXNgx','browser_version','networkProfile','Hykhw','spUZy','browserstack.accessibilityOptions.authToken','deviceOrientation','timezone','overridelocalInfo.localIdentifier','browserstack.selenium_version','DnvTq','device','accessibilityOptions.includeIssueType.needsReview','Vpxkb','browserstack.hosts','HdIKN','fJtAw','playwrightVersion','276SOgDVh','3811464WEbdTy','browserstack.localIdentifier','PIGAa','1893960cAZOzi','1553448IqChHY','os_version','browserstack.accessibilityOptions.wcagVersion','browserstack.maskCommands','hyxsP','ijZco','YOZFK','browserstack.customNetwork','resolution','browserstack.simOptions','browserVersion','accessibilityOptions.scannerProcessingTimeout','tFRzf','12BEnvie','rJBFR','3503888nBLsML','browserstack.testhubBuildUuid','project','browserstack.seleniumLogs','name','browserstack.enableSim','1892770RbpLiG','browserstack.networkProfile','browserstack.bfcache','maskBasicAuth','browserstack.overridelocalInfo.userAuthToken','simOptions','CQpPN','qiYQH','9whDjNX','buildProductMap','zpHwk','appiumVersion','FSDmD','SMuEt','accessibilityOptions.includeIssueType.bestPractice','deviceName','browserstack.browserstackSDK','SWQsx','Dlvfo','browserstack.accessibilityOptions.includeIssueType.bestPractice','ZIodA','realMobile','browserstack.autoWait','1279696CkzzFy','rQDvI','Wedbm','browserstack.local','InPNf','iCdZt','voybt','dOGlI','HNWpa','KyXYm','browserstack.timezone','autoWait','seleniumLogs','browserstack.networkLogsOptions','useW3c','accessibilityOptions.wcagVersion','browserstack.accessibilityOptions.includeIssueType.needsReview','disableCorsRestrictions','browserstack.use_w3c','geoLocation','browserstack.key','buildIdentifier','browserstack.overridelocalInfo.localIdentifier','dNdKc','browserstack.buildProductMap','emdgv','kIDXe','sessionName','MHrbw','browserstack.geoLocation','4HTNnTQ','enableSim','browserstack.wsLocalSupport','soODU','overridelocalInfo.userAuthToken','LsGCq','build','JqOho','bGEsv','browserstack.networkLogs'];a93_0x5305=function(){return _0x5e93c9;};return a93_0x5305();}function a93_0x2cf8(_0x983743,_0x2b7e9e){var _0x530539=a93_0x5305();return a93_0x2cf8=function(_0x2cf8e5,_0x32181f){_0x2cf8e5=_0x2cf8e5-0xa0;var _0x26c5be=_0x530539[_0x2cf8e5];return _0x26c5be;},a93_0x2cf8(_0x983743,_0x2b7e9e);}(function(_0x29a0d5,_0xcaf244){var _0x266f96=a93_0x2cf8,_0x6a26c=_0x29a0d5();while(!![]){try{var _0x63cf30=-parseInt(_0x266f96(0xd4))/0x1+parseInt(_0x266f96(0xb6))/0x2*(-parseInt(_0x266f96(0xfe))/0x3)+parseInt(_0x266f96(0xfa))/0x4+parseInt(_0x266f96(0xfd))/0x5*(-parseInt(_0x266f96(0x10b))/0x6)+parseInt(_0x266f96(0xdb))/0x7*(-parseInt(_0x266f96(0x10d))/0x8)+parseInt(_0x266f96(0x11b))/0x9*(parseInt(_0x266f96(0x113))/0xa)+-parseInt(_0x266f96(0x12a))/0xb*(-parseInt(_0x266f96(0xf9))/0xc);if(_0x63cf30===_0xcaf244)break;else _0x6a26c['push'](_0x6a26c['shift']());}catch(_0x583bfc){_0x6a26c['push'](_0x6a26c['shift']());}}}(a93_0x5305,0x8f385),exports[a93_0x3167c6(0xe6)]=()=>{var _0x2678f9=a93_0x3167c6,_0x396424={};_0x396424[_0x2678f9(0xbb)]='userName',_0x396424[_0x2678f9(0x12c)]=_0x2678f9(0xe3),_0x396424[_0x2678f9(0xc1)]='osVersion',_0x396424['voybt']=_0x2678f9(0xdc),_0x396424[_0x2678f9(0x11a)]=_0x2678f9(0x108),_0x396424['Dlvfo']=_0x2678f9(0xa6),_0x396424['CepGe']='projectName',_0x396424['YOZFK']=_0x2678f9(0xd2),_0x396424[_0x2678f9(0xb9)]=_0x2678f9(0xb3),_0x396424['jmOsg']=_0x2678f9(0xc9),_0x396424['AhOfH']='localIdentifier',_0x396424[_0x2678f9(0xe7)]=_0x2678f9(0xcb),_0x396424[_0x2678f9(0x12b)]='consoleLogs',_0x396424[_0x2678f9(0xe4)]=_0x2678f9(0xc4),_0x396424[_0x2678f9(0xa1)]='networkLogsOptions',_0x396424[_0x2678f9(0x10a)]=_0x2678f9(0xc3),_0x396424[_0x2678f9(0x102)]=_0x2678f9(0xd9),_0x396424['Hlzdg']=_0x2678f9(0xa4),_0x396424['ijZco']='telemetryLogs',_0x396424[_0x2678f9(0xcc)]=_0x2678f9(0xab),_0x396424[_0x2678f9(0x12e)]=_0x2678f9(0xee),_0x396424['mYLmO']='resolution',_0x396424[_0x2678f9(0xce)]=_0x2678f9(0xd7),_0x396424['MHrbw']='maskCommands',_0x396424[_0x2678f9(0xe0)]='idleTimeout',_0x396424['rswDy']=_0x2678f9(0x116),_0x396424['Vpxkb']=_0x2678f9(0xa3),_0x396424[_0x2678f9(0xbd)]=_0x2678f9(0xc0),_0x396424[_0x2678f9(0xbe)]=_0x2678f9(0xd0),_0x396424[_0x2678f9(0xeb)]=_0x2678f9(0xc2),_0x396424['SWQsx']=_0x2678f9(0xa9),_0x396424[_0x2678f9(0xf6)]=_0x2678f9(0x122),_0x396424[_0x2678f9(0x120)]=_0x2678f9(0x128),_0x396424[_0x2678f9(0xcd)]=_0x2678f9(0x11e),_0x396424[_0x2678f9(0xea)]=_0x2678f9(0xed),_0x396424[_0x2678f9(0xfc)]=_0x2678f9(0xd6),_0x396424[_0x2678f9(0x11d)]=_0x2678f9(0xe9),_0x396424[_0x2678f9(0xe1)]=_0x2678f9(0xad),_0x396424[_0x2678f9(0xa0)]=_0x2678f9(0xc8),_0x396424[_0x2678f9(0x127)]='accessibility',_0x396424[_0x2678f9(0xf7)]=_0x2678f9(0x11c),_0x396424[_0x2678f9(0xaf)]=_0x2678f9(0xca),_0x396424[_0x2678f9(0xd3)]=_0x2678f9(0xa7),_0x396424[_0x2678f9(0xb1)]='accessibilityOptions.scannerVersion',_0x396424[_0x2678f9(0x10c)]=_0x2678f9(0x109),_0x396424[_0x2678f9(0x119)]=_0x2678f9(0x121),_0x396424[_0x2678f9(0xc6)]=_0x2678f9(0xf3),_0x396424[_0x2678f9(0xb2)]='accessibilityOptions.authToken',_0x396424[_0x2678f9(0x131)]='uploadMedia',_0x396424['okjhx']=_0x2678f9(0xb7),_0x396424[_0x2678f9(0xdf)]=_0x2678f9(0x118),_0x396424[_0x2678f9(0xf1)]=_0x2678f9(0xf8),_0x396424[_0x2678f9(0x12f)]=_0x2678f9(0xba),_0x396424[_0x2678f9(0x11f)]=_0x2678f9(0xef);var _0x3fe90c=_0x396424,_0x1234c0={};return _0x1234c0['browserstack.user']=_0x3fe90c[_0x2678f9(0xbb)],_0x1234c0[_0x2678f9(0xac)]=_0x3fe90c[_0x2678f9(0x12c)],_0x1234c0['os']='os',_0x1234c0[_0x2678f9(0xff)]=_0x3fe90c[_0x2678f9(0xc1)],_0x1234c0[_0x2678f9(0xdc)]=_0x3fe90c[_0x2678f9(0x130)],_0x1234c0[_0x2678f9(0xe8)]=_0x3fe90c['qiYQH'],_0x1234c0[_0x2678f9(0xaa)]=_0x3fe90c[_0x2678f9(0x125)],_0x1234c0[_0x2678f9(0x10f)]=_0x3fe90c['CepGe'],_0x1234c0[_0x2678f9(0xbc)]=_0x3fe90c[_0x2678f9(0x104)],_0x1234c0[_0x2678f9(0x111)]=_0x3fe90c['soODU'],_0x1234c0[_0x2678f9(0x12d)]=_0x3fe90c[_0x2678f9(0xe5)],_0x1234c0[_0x2678f9(0xfb)]=_0x3fe90c[_0x2678f9(0xd8)],_0x1234c0['browserstack.debug']=_0x3fe90c[_0x2678f9(0xe7)],_0x1234c0[_0x2678f9(0xc7)]=_0x3fe90c[_0x2678f9(0x12b)],_0x1234c0[_0x2678f9(0xbf)]=_0x3fe90c[_0x2678f9(0xe4)],_0x1234c0[_0x2678f9(0xa5)]=_0x3fe90c[_0x2678f9(0xa1)],_0x1234c0[_0x2678f9(0xcf)]=_0x3fe90c[_0x2678f9(0x10a)],_0x1234c0['browserstack.video']=_0x3fe90c['hyxsP'],_0x1234c0[_0x2678f9(0x110)]=_0x3fe90c['Hlzdg'],_0x1234c0[_0x2678f9(0xdd)]=_0x3fe90c[_0x2678f9(0x103)],_0x1234c0[_0x2678f9(0xb5)]=_0x3fe90c[_0x2678f9(0xcc)],_0x1234c0[_0x2678f9(0xa2)]=_0x3fe90c[_0x2678f9(0x12e)],_0x1234c0[_0x2678f9(0x106)]=_0x3fe90c['mYLmO'],_0x1234c0[_0x2678f9(0xf0)]=_0x3fe90c[_0x2678f9(0xce)],_0x1234c0[_0x2678f9(0x101)]=_0x3fe90c[_0x2678f9(0xb4)],_0x1234c0['browserstack.idleTimeout']=_0x3fe90c['MIBCG'],_0x1234c0[_0x2678f9(0xda)]=_0x3fe90c['rswDy'],_0x1234c0[_0x2678f9(0x129)]=_0x3fe90c[_0x2678f9(0xf4)],_0x1234c0[_0x2678f9(0xf5)]=_0x3fe90c[_0x2678f9(0xbd)],_0x1234c0[_0x2678f9(0x115)]=_0x3fe90c[_0x2678f9(0xbe)],_0x1234c0[_0x2678f9(0xb8)]=_0x3fe90c[_0x2678f9(0xeb)],_0x1234c0[_0x2678f9(0xd1)]=_0x3fe90c[_0x2678f9(0x124)],_0x1234c0[_0x2678f9(0xf2)]=_0x3fe90c[_0x2678f9(0xf6)],_0x1234c0[_0x2678f9(0x128)]=_0x3fe90c[_0x2678f9(0x120)],_0x1234c0['browserstack.appium_version']=_0x3fe90c[_0x2678f9(0xcd)],_0x1234c0[_0x2678f9(0xed)]=_0x3fe90c[_0x2678f9(0xea)],_0x1234c0[_0x2678f9(0x105)]=_0x3fe90c[_0x2678f9(0xfc)],_0x1234c0[_0x2678f9(0x114)]=_0x3fe90c[_0x2678f9(0x11d)],_0x1234c0['browserstack.buildIdentifier']=_0x3fe90c[_0x2678f9(0xe1)],_0x1234c0[_0x2678f9(0x123)]=_0x3fe90c[_0x2678f9(0xa0)],_0x1234c0[_0x2678f9(0xc5)]=_0x3fe90c[_0x2678f9(0x127)],_0x1234c0[_0x2678f9(0xb0)]=_0x3fe90c[_0x2678f9(0xf7)],_0x1234c0[_0x2678f9(0x10e)]=_0x3fe90c[_0x2678f9(0xaf)],_0x1234c0[_0x2678f9(0x100)]=_0x3fe90c[_0x2678f9(0xd3)],_0x1234c0['browserstack.accessibilityOptions.scannerVersion']=_0x3fe90c[_0x2678f9(0xb1)],_0x1234c0[_0x2678f9(0xe2)]=_0x3fe90c['rJBFR'],_0x1234c0[_0x2678f9(0x126)]=_0x3fe90c['CQpPN'],_0x1234c0[_0x2678f9(0xa8)]=_0x3fe90c['vErxC'],_0x1234c0[_0x2678f9(0xec)]=_0x3fe90c[_0x2678f9(0xb2)],_0x1234c0[_0x2678f9(0xd5)]=_0x3fe90c[_0x2678f9(0x131)],_0x1234c0[_0x2678f9(0x112)]=_0x3fe90c[_0x2678f9(0xde)],_0x1234c0[_0x2678f9(0x107)]=_0x3fe90c[_0x2678f9(0xdf)],_0x1234c0['browserstack.playwrightVersion']=_0x3fe90c[_0x2678f9(0xf1)],_0x1234c0[_0x2678f9(0x117)]=_0x3fe90c[_0x2678f9(0x12f)],_0x1234c0[_0x2678f9(0xae)]=_0x3fe90c['FSDmD'],_0x1234c0;});
1
+ function a93_0x83a9(){var _0x2c8b27=['accessibilityOptions.scannerVersion','accessKey','browserstack.debug','localIdentifier','networkLogsOptions','SiNnS','browserstack.seleniumLogs','NqTad','JKuAo','networkLogs','JLFad','autoWait','browserstack.accessibilityOptions.includeIssueType.bestPractice','maskCommands','KWSyG','browserstack.simOptions','local','browserstack.disableCorsRestrictions','browserstack.use_w3c','build','seleniumLogs','accessibilityOptions.includeIssueType.needsReview','testhubBuildUuid','6OohOtb','LIkHc','pMqwU','timezone','KFAEl','telemetryLogs','playwrightVersion','accessibilityOptions.includeIssueType.bestPractice','tBbKQ','GoBHB','browserstack.networkLogs','consoleLogs','DzKVX','FjFtB','browserstack.autoWait','KzyIE','Kmvls','browserstack.customNetwork','qvvdx','leYDL','browserstack.browserstackSDK','browserstack.timezone','2352934shqFxt','browserstack.overridelocalInfo.userAuthToken','JBkHe','browserstack.accessibilityOptions.includeIssueType.needsReview','1292238NPCykL','browserstack.wsLocalSupport','36cdLntf','browserstack.console','VEHWg','resolution','browserstackSDK','overridelocalInfo.localIdentifier','ARsTC','browserstack.appiumLogs','AcbMn','venUY','deviceOrientation','SYslU','TEMsL','eUJIe','LiJLN','uploadMedia','VzOOP','4121760uiIgpv','EuDzk','YctmS','ZRGPN','osVersion','TJZGd','browserstack.maskBasicAuth','browserstack.accessibilityOptions.scannerVersion','accessibilityOptions.scannerProcessingTimeout','JIjXN','browserstack.overridelocalInfo.localIdentifier','INKPb','rnhQS','buildIdentifier','simOptions','16GqgYFe','browserstack.hosts','377166SLwzBA','appiumLogs','OXmRo','disableCorsRestrictions','6310885zbEBLU','JNJDH','browser_version','browserstack.buildProductMap','browserstack.accessibility','browserstack.uploadMedia','FcuLj','XQqki','browserstack.maskCommands','35012720RVJCEc','appiumVersion','realMobile','LxRVh','buildProductMap','ZZjIw','browserstack.video','seleniumVersion','browserstack.key','iczji','ihbhM','FPiVD','browserstack.networkProfile','maskBasicAuth','debug','hosts','browserstack.accessibilityOptions.scannerProcessingTimeout','browserstack.appium_version','khDmq','OAmXT','W3CMapping','browserstack.playwrightVersion','accessibilityOptions.wcagVersion','buildName','os_version','overridelocalInfo.userAuthToken','6057378jzQhQQ','geoLocation','projectName','AsRRv','browserstack.user','sessionName','wsLocalSupport','device','dUkzg','browser','dezzB','eseUL','XDOLh','userName','OuSgd','cYeaC'];a93_0x83a9=function(){return _0x2c8b27;};return a93_0x83a9();}var a93_0x25414d=a93_0xf885;function a93_0xf885(_0xd1c4da,_0x4e91a1){var _0x83a958=a93_0x83a9();return a93_0xf885=function(_0xf88510,_0x1b8f0d){_0xf88510=_0xf88510-0x172;var _0x15160e=_0x83a958[_0xf88510];return _0x15160e;},a93_0xf885(_0xd1c4da,_0x4e91a1);}(function(_0x2297e6,_0x58d301){var _0x546172=a93_0xf885,_0x585e0f=_0x2297e6();while(!![]){try{var _0x3fd369=parseInt(_0x546172(0x197))/0x1+-parseInt(_0x546172(0x193))/0x2+parseInt(_0x546172(0x1bb))/0x3*(parseInt(_0x546172(0x199))/0x4)+parseInt(_0x546172(0x1aa))/0x5+parseInt(_0x546172(0x17d))/0x6*(parseInt(_0x546172(0x1bf))/0x7)+-parseInt(_0x546172(0x1b9))/0x8*(-parseInt(_0x546172(0x1e2))/0x9)+-parseInt(_0x546172(0x1c8))/0xa;if(_0x3fd369===_0x58d301)break;else _0x585e0f['push'](_0x585e0f['shift']());}catch(_0xca7b80){_0x585e0f['push'](_0x585e0f['shift']());}}}(a93_0x83a9,0xc7b44),exports[a93_0x25414d(0x1dc)]=()=>{var _0xbdd227=a93_0x25414d,_0x219c8a={};_0x219c8a[_0xbdd227(0x195)]=_0xbdd227(0x1ef),_0x219c8a[_0xbdd227(0x18f)]=_0xbdd227(0x1f3),_0x219c8a['KFAEl']=_0xbdd227(0x1ae),_0x219c8a['tBbKQ']=_0xbdd227(0x1eb),_0x219c8a[_0xbdd227(0x1a4)]='browserVersion',_0x219c8a[_0xbdd227(0x1a1)]='useW3c',_0x219c8a[_0xbdd227(0x1f1)]=_0xbdd227(0x1e4),_0x219c8a['KzyIE']=_0xbdd227(0x1df),_0x219c8a[_0xbdd227(0x190)]=_0xbdd227(0x1e7),_0x219c8a['FsfrB']=_0xbdd227(0x176),_0x219c8a[_0xbdd227(0x1af)]=_0xbdd227(0x1f5),_0x219c8a[_0xbdd227(0x1fc)]=_0xbdd227(0x1d6),_0x219c8a[_0xbdd227(0x1b5)]=_0xbdd227(0x188),_0x219c8a['KAHjj']=_0xbdd227(0x1fb),_0x219c8a['bVyPX']=_0xbdd227(0x1f6),_0x219c8a[_0xbdd227(0x1db)]=_0xbdd227(0x1bc),_0x219c8a[_0xbdd227(0x1ac)]='video',_0x219c8a[_0xbdd227(0x1a7)]=_0xbdd227(0x17a),_0x219c8a[_0xbdd227(0x174)]=_0xbdd227(0x182),_0x219c8a[_0xbdd227(0x1da)]=_0xbdd227(0x1e3),_0x219c8a[_0xbdd227(0x1ab)]=_0xbdd227(0x180),_0x219c8a[_0xbdd227(0x1a5)]=_0xbdd227(0x19c),_0x219c8a[_0xbdd227(0x1a2)]=_0xbdd227(0x1cf),_0x219c8a[_0xbdd227(0x1ad)]=_0xbdd227(0x173),_0x219c8a[_0xbdd227(0x18a)]='idleTimeout',_0x219c8a[_0xbdd227(0x1d1)]=_0xbdd227(0x1d5),_0x219c8a[_0xbdd227(0x186)]=_0xbdd227(0x1fd),_0x219c8a[_0xbdd227(0x1cb)]=_0xbdd227(0x1d7),_0x219c8a[_0xbdd227(0x19b)]='bfcache',_0x219c8a[_0xbdd227(0x1d3)]=_0xbdd227(0x1e8),_0x219c8a[_0xbdd227(0x18d)]=_0xbdd227(0x1be),_0x219c8a[_0xbdd227(0x1e5)]='deviceName',_0x219c8a[_0xbdd227(0x1f9)]=_0xbdd227(0x1ca),_0x219c8a[_0xbdd227(0x1bd)]=_0xbdd227(0x1c9),_0x219c8a[_0xbdd227(0x1ea)]=_0xbdd227(0x1a3),_0x219c8a[_0xbdd227(0x1c0)]='customNetwork',_0x219c8a[_0xbdd227(0x1a6)]='networkProfile',_0x219c8a[_0xbdd227(0x1ed)]=_0xbdd227(0x1b7),_0x219c8a[_0xbdd227(0x1cd)]=_0xbdd227(0x19d),_0x219c8a[_0xbdd227(0x1c5)]='accessibility',_0x219c8a[_0xbdd227(0x1f7)]=_0xbdd227(0x1cc),_0x219c8a[_0xbdd227(0x1a9)]=_0xbdd227(0x17c),_0x219c8a[_0xbdd227(0x1ee)]=_0xbdd227(0x1de),_0x219c8a[_0xbdd227(0x1f0)]=_0xbdd227(0x1f2),_0x219c8a[_0xbdd227(0x19f)]=_0xbdd227(0x1b2),_0x219c8a[_0xbdd227(0x1b3)]=_0xbdd227(0x184),_0x219c8a[_0xbdd227(0x1ec)]=_0xbdd227(0x17b),_0x219c8a[_0xbdd227(0x17f)]='accessibilityOptions.authToken',_0x219c8a['LIkHc']=_0xbdd227(0x1a8),_0x219c8a[_0xbdd227(0x1c6)]='enableSim',_0x219c8a[_0xbdd227(0x1fa)]=_0xbdd227(0x1b8),_0x219c8a[_0xbdd227(0x1d2)]=_0xbdd227(0x183),_0x219c8a['DzKVX']=_0xbdd227(0x1e1),_0x219c8a[_0xbdd227(0x1b6)]=_0xbdd227(0x19e);var _0x29cedb=_0x219c8a,_0x55ce83={};return _0x55ce83[_0xbdd227(0x1e6)]=_0x29cedb['JBkHe'],_0x55ce83[_0xbdd227(0x1d0)]=_0x29cedb[_0xbdd227(0x18f)],_0x55ce83['os']='os',_0x55ce83[_0xbdd227(0x1e0)]=_0x29cedb[_0xbdd227(0x181)],_0x55ce83[_0xbdd227(0x1eb)]=_0x29cedb[_0xbdd227(0x185)],_0x55ce83[_0xbdd227(0x1c1)]=_0x29cedb[_0xbdd227(0x1a4)],_0x55ce83[_0xbdd227(0x178)]=_0x29cedb[_0xbdd227(0x1a1)],_0x55ce83['project']=_0x29cedb[_0xbdd227(0x1f1)],_0x55ce83[_0xbdd227(0x179)]=_0x29cedb[_0xbdd227(0x18c)],_0x55ce83['name']=_0x29cedb[_0xbdd227(0x190)],_0x55ce83['browserstack.local']=_0x29cedb['FsfrB'],_0x55ce83['browserstack.localIdentifier']=_0x29cedb[_0xbdd227(0x1af)],_0x55ce83[_0xbdd227(0x1f4)]=_0x29cedb[_0xbdd227(0x1fc)],_0x55ce83[_0xbdd227(0x19a)]=_0x29cedb[_0xbdd227(0x1b5)],_0x55ce83[_0xbdd227(0x187)]=_0x29cedb['KAHjj'],_0x55ce83['browserstack.networkLogsOptions']=_0x29cedb['bVyPX'],_0x55ce83[_0xbdd227(0x1a0)]=_0x29cedb['OAmXT'],_0x55ce83[_0xbdd227(0x1ce)]=_0x29cedb[_0xbdd227(0x1ac)],_0x55ce83[_0xbdd227(0x1f8)]=_0x29cedb[_0xbdd227(0x1a7)],_0x55ce83['browserstack.telemetryLogs']=_0x29cedb['KWSyG'],_0x55ce83['browserstack.geoLocation']=_0x29cedb[_0xbdd227(0x1da)],_0x55ce83[_0xbdd227(0x192)]=_0x29cedb[_0xbdd227(0x1ab)],_0x55ce83['resolution']=_0x29cedb[_0xbdd227(0x1a5)],_0x55ce83['browserstack.selenium_version']=_0x29cedb[_0xbdd227(0x1a2)],_0x55ce83[_0xbdd227(0x1c7)]=_0x29cedb[_0xbdd227(0x1ad)],_0x55ce83['browserstack.idleTimeout']=_0x29cedb['FjFtB'],_0x55ce83[_0xbdd227(0x1b0)]=_0x29cedb[_0xbdd227(0x1d1)],_0x55ce83[_0xbdd227(0x18b)]=_0x29cedb['GoBHB'],_0x55ce83[_0xbdd227(0x1ba)]=_0x29cedb['LxRVh'],_0x55ce83['browserstack.bfcache']=_0x29cedb['VEHWg'],_0x55ce83[_0xbdd227(0x198)]=_0x29cedb[_0xbdd227(0x1d3)],_0x55ce83[_0xbdd227(0x177)]=_0x29cedb[_0xbdd227(0x18d)],_0x55ce83[_0xbdd227(0x1e9)]=_0x29cedb[_0xbdd227(0x1e5)],_0x55ce83[_0xbdd227(0x1ca)]=_0x29cedb[_0xbdd227(0x1f9)],_0x55ce83[_0xbdd227(0x1d9)]=_0x29cedb[_0xbdd227(0x1bd)],_0x55ce83['deviceOrientation']=_0x29cedb['dUkzg'],_0x55ce83[_0xbdd227(0x18e)]=_0x29cedb[_0xbdd227(0x1c0)],_0x55ce83[_0xbdd227(0x1d4)]=_0x29cedb['eUJIe'],_0x55ce83['browserstack.buildIdentifier']=_0x29cedb['eseUL'],_0x55ce83[_0xbdd227(0x191)]=_0x29cedb[_0xbdd227(0x1cd)],_0x55ce83[_0xbdd227(0x1c3)]=_0x29cedb[_0xbdd227(0x1c5)],_0x55ce83[_0xbdd227(0x1c2)]=_0x29cedb['SiNnS'],_0x55ce83['browserstack.testhubBuildUuid']=_0x29cedb[_0xbdd227(0x1a9)],_0x55ce83['browserstack.accessibilityOptions.wcagVersion']=_0x29cedb[_0xbdd227(0x1ee)],_0x55ce83[_0xbdd227(0x1b1)]=_0x29cedb[_0xbdd227(0x1f0)],_0x55ce83[_0xbdd227(0x1d8)]=_0x29cedb['ARsTC'],_0x55ce83[_0xbdd227(0x172)]=_0x29cedb[_0xbdd227(0x1b3)],_0x55ce83[_0xbdd227(0x196)]=_0x29cedb[_0xbdd227(0x1ec)],_0x55ce83['browserstack.accessibilityOptions.authToken']=_0x29cedb[_0xbdd227(0x17f)],_0x55ce83[_0xbdd227(0x1c4)]=_0x29cedb[_0xbdd227(0x17e)],_0x55ce83['browserstack.enableSim']=_0x29cedb[_0xbdd227(0x1c6)],_0x55ce83[_0xbdd227(0x175)]=_0x29cedb[_0xbdd227(0x1fa)],_0x55ce83[_0xbdd227(0x1dd)]=_0x29cedb[_0xbdd227(0x1d2)],_0x55ce83[_0xbdd227(0x194)]=_0x29cedb[_0xbdd227(0x189)],_0x55ce83[_0xbdd227(0x1b4)]=_0x29cedb['rnhQS'],_0x55ce83;});