browserstack-node-sdk 1.61.0 → 1.62.0
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.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/browserstack.pw.yml.sample +10 -0
- package/browserstack.yml.sample +10 -0
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x450353=a10_0x18a5;(function(_0x2806e6,_0xcf3a6d){const _0x3cc730=a10_0x18a5,_0x43ca90=_0x2806e6();while(!![]){try{const _0x44bf5b=-parseInt(_0x3cc730(0xa2))/0x1*(-parseInt(_0x3cc730(0x9a))/0x2)+-parseInt(_0x3cc730(0x7d))/0x3*(-parseInt(_0x3cc730(0x9c))/0x4)+parseInt(_0x3cc730(0x85))/0x5*(parseInt(_0x3cc730(0x7c))/0x6)+parseInt(_0x3cc730(0x7e))/0x7*(parseInt(_0x3cc730(0x88))/0x8)+parseInt(_0x3cc730(0x99))/0x9*(parseInt(_0x3cc730(0x66))/0xa)+parseInt(_0x3cc730(0x6e))/0xb*(-parseInt(_0x3cc730(0x73))/0xc)+parseInt(_0x3cc730(0x8d))/0xd*(-parseInt(_0x3cc730(0x87))/0xe);if(_0x44bf5b===_0xcf3a6d)break;else _0x43ca90['push'](_0x43ca90['shift']());}catch(_0x60702f){_0x43ca90['push'](_0x43ca90['shift']());}}}(a10_0x3731,0x83892));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x450353(0x68)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x450353(0x74),a10_0x450353(0x9d)),logger=require(a10_0x450353(0x6b))[a10_0x450353(0x86)];function a10_0x18a5(_0x43ffc0,_0xf51abb){const _0x3731c8=a10_0x3731();return a10_0x18a5=function(_0x18a549,_0x4c873b){_0x18a549=_0x18a549-0x66;let _0x104d4a=_0x3731c8[_0x18a549];return _0x104d4a;},a10_0x18a5(_0x43ffc0,_0xf51abb);}modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x450353(0x90)],configuration=process[a10_0x450353(0x69)][a10_0x450353(0x7b)];if(configuration!==undefined){const config=JSON[a10_0x450353(0xa3)](configuration);isTrue(config[a10_0x450353(0xa0)])&&(global[a10_0x450353(0x6c)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x450353(0x81)]),require('../../index')[a10_0x450353(0x9f)](config),global[a10_0x450353(0xa5)]=config[a10_0x450353(0x7a)]||{};}function a10_0x3731(){const _0x1d1a93=['4PbqrsN','cucumber','passed','browserstackAgentV2','skipSessionName','__error_messages__','523942VsRTiX','parse','Inside\x20browserstack\x20Before','__platformCaps','9403970OGqtRy','xWPWk','../../helpers/helper','env','failed','../../helpers/logger','__skipSessionName','session_','26884eIgeJf','pickle','name','IdhHH','browserstack_executor:\x20','1596bsWFpE','cucumber/lib/index.js','RiRer','join','gaNJy','bPLKb','arguments','platformCaps','CONFIG','582aIBvHX','1241871UNkUAT','28gZkAaZ','KRRBV','VipBd','skipSessionStatus','debug','__timeout','cUOHM','2905LNDlEw','winstonLogger','14bodiyW','1692328YlxGgn','setSessionName','result','WTkKr','gAlkY','24920935BVHnSF','xtgXd','executeScript','After','\x20|\x20','Error:\x20setting\x20status\x20at\x20After:\x20','timeout','__driver','action','Error:\x20quiting\x20at\x20After:\x20','status','kADgJ','9zRIudV','2eXhpCX','toLowerCase'];a10_0x3731=function(){return _0x1d1a93;};return a10_0x3731();}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x2b4dc3=>{const _0x4a6d95=a10_0x450353,_0x8e9dfc={'kADgJ':function(_0x143829,_0x30c02c){return _0x143829(_0x30c02c);}};global[_0x4a6d95(0x83)]=_0x2b4dc3,_0x8e9dfc[_0x4a6d95(0x98)](__setDefaultTimeout,_0x2b4dc3);};const a10_0x3b86f6={};a10_0x3b86f6[a10_0x450353(0x70)]='bstack',Before(a10_0x3b86f6,function(){const _0x19caab=a10_0x450353,_0x30c6ce={};_0x30c6ce[_0x19caab(0x7f)]=_0x19caab(0xa4);const _0x25bc34=_0x30c6ce;logger['debug'](_0x25bc34[_0x19caab(0x7f)]),global[_0x19caab(0xa1)]=[];});const a10_0x24e27b={};a10_0x24e27b[a10_0x450353(0x70)]='bstack',a10_0x24e27b[a10_0x450353(0x93)]=0x2710,After(a10_0x24e27b,function(_0x1f251f,_0x26f353){const _0x3dae74=a10_0x450353,_0x2fada7={'cUOHM':_0x3dae74(0x89),'WTkKr':function(_0xe425df,_0x22714a){return _0xe425df===_0x22714a;},'VipBd':_0x3dae74(0x6a),'xtgXd':function(_0x21dfd8,_0x14e1d1,_0x328616,_0x278302){return _0x21dfd8(_0x14e1d1,_0x328616,_0x278302);},'RiRer':_0x3dae74(0x91),'Melyv':function(_0x19ca62,_0x2442c8,_0x3d779f){return _0x19ca62(_0x2442c8,_0x3d779f);},'xWPWk':_0x3dae74(0x9e),'gAlkY':function(_0x32ed2a){return _0x32ed2a();},'IdhHH':function(_0x20e1ac,_0x5cf22c){return _0x20e1ac(_0x5cf22c);},'bPLKb':function(_0x528d38){return _0x528d38();},'gaNJy':'Inside\x20browserstack\x20After'};logger[_0x3dae74(0x82)](_0x2fada7[_0x3dae74(0x77)]),new Promise(async(_0x4a92ef,_0x16edbf)=>{const _0x3e4452=_0x3dae74;let _0x10f967=![];try{await global[_0x3e4452(0x94)][_0x3e4452(0x6d)],_0x10f967=!![];if(!global[_0x3e4452(0x6c)]){const _0x479e15={};_0x479e15['name']=_0x1f251f[_0x3e4452(0x6f)][_0x3e4452(0x70)];const _0x846fec={};_0x846fec[_0x3e4452(0x95)]=_0x2fada7[_0x3e4452(0x84)],_0x846fec[_0x3e4452(0x79)]=_0x479e15;const _0x2c6128=_0x846fec;await global['__driver'][_0x3e4452(0x8f)](_0x3e4452(0x72)+JSON['stringify'](_0x2c6128));}_0x2fada7[_0x3e4452(0x8b)](_0x1f251f[_0x3e4452(0x8a)][_0x3e4452(0x97)][_0x3e4452(0x9b)](),_0x2fada7[_0x3e4452(0x80)])?await _0x2fada7[_0x3e4452(0x8e)](markSessionStatus,global[_0x3e4452(0x94)],_0x2fada7['VipBd'],global['__error_messages__'][_0x3e4452(0x76)](_0x2fada7[_0x3e4452(0x75)])):await _0x2fada7['Melyv'](markSessionStatus,global[_0x3e4452(0x94)],_0x2fada7[_0x3e4452(0x67)]);}catch(_0x1b7c5c){logger['debug'](_0x3e4452(0x92)+_0x1b7c5c);}if(_0x10f967)try{await global[_0x3e4452(0x94)]['initQuit'](),_0x2fada7[_0x3e4452(0x8c)](_0x4a92ef);}catch(_0x117abc){logger[_0x3e4452(0x82)](_0x3e4452(0x96)+_0x117abc),_0x2fada7[_0x3e4452(0x71)](_0x16edbf,_0x117abc);}else _0x2fada7[_0x3e4452(0x78)](_0x16edbf);})['then'](()=>_0x26f353());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0x935d0e=a11_0x20af;function a11_0x20af(_0x1c6013,_0x176af3){const _0x5301d2=a11_0x5301();return a11_0x20af=function(_0x20afb5,_0x579774){_0x20afb5=_0x20afb5-0x9e;let _0x19254b=_0x5301d2[_0x20afb5];return _0x19254b;},a11_0x20af(_0x1c6013,_0x176af3);}(function(_0x5e1f9a,_0x520a82){const _0x55fef8=a11_0x20af,_0x2e1fb6=_0x5e1f9a();while(!![]){try{const _0x594fd0=-parseInt(_0x55fef8(0xa2))/0x1*(-parseInt(_0x55fef8(0xa5))/0x2)+-parseInt(_0x55fef8(0xa1))/0x3+parseInt(_0x55fef8(0xa0))/0x4*(parseInt(_0x55fef8(0xb0))/0x5)+parseInt(_0x55fef8(0x9e))/0x6*(parseInt(_0x55fef8(0xa6))/0x7)+-parseInt(_0x55fef8(0xad))/0x8*(-parseInt(_0x55fef8(0xa8))/0x9)+parseInt(_0x55fef8(0xae))/0xa*(parseInt(_0x55fef8(0xa4))/0xb)+parseInt(_0x55fef8(0x9f))/0xc*(-parseInt(_0x55fef8(0xa7))/0xd);if(_0x594fd0===_0x520a82)break;else _0x2e1fb6['push'](_0x2e1fb6['shift']());}catch(_0x4a9593){_0x2e1fb6['push'](_0x2e1fb6['shift']());}}}(a11_0x5301,0xc96fe));function a11_0x5301(){const _0x392442=['cucumber','5147318HvPaHl','53884nNQjlt','385NKAwVC','8177ENSxuZ','3644829oBSRhN','../utils/constants','setDefaultTimeout','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js','8PPiRXC','30kAnRWI','BSTACK_DELTA','2245jgiSKN','../../helpers/helper','159606aiDeek','59772BxyaXm','9924DbFtbx','4111962nLuMMN','35UVuxPB'];a11_0x5301=function(){return _0x392442;};return a11_0x5301();}const {requireModule}=require(a11_0x935d0e(0xb1)),constants=require(a11_0x935d0e(0xa9));let cucumberModule=null;try{cucumberModule=requireModule(a11_0x935d0e(0xac),'@cucumber/cucumber');}catch(a11_0x36ad94){cucumberModule=requireModule(a11_0x935d0e(0xab),a11_0x935d0e(0xa3));}const userValue=global['__timeout']||0x0;(userValue===0x0||userValue<constants['BSTACK_DELTA'])&&cucumberModule[a11_0x935d0e(0xaa)](constants[a11_0x935d0e(0xaf)]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function
|
|
2
|
+
'use strict';const a12_0x3bc84a=a12_0x1200;(function(_0x577a2d,_0x50e133){const _0x180129=a12_0x1200,_0xcdf5ac=_0x577a2d();while(!![]){try{const _0x1148ff=parseInt(_0x180129(0x80))/0x1*(parseInt(_0x180129(0xba))/0x2)+parseInt(_0x180129(0x98))/0x3+-parseInt(_0x180129(0x90))/0x4*(parseInt(_0x180129(0xc1))/0x5)+parseInt(_0x180129(0x8a))/0x6*(parseInt(_0x180129(0x9b))/0x7)+parseInt(_0x180129(0xb3))/0x8*(parseInt(_0x180129(0x82))/0x9)+parseInt(_0x180129(0x91))/0xa*(parseInt(_0x180129(0xc0))/0xb)+parseInt(_0x180129(0x9c))/0xc*(-parseInt(_0x180129(0xac))/0xd);if(_0x1148ff===_0x50e133)break;else _0xcdf5ac['push'](_0xcdf5ac['shift']());}catch(_0x395dd4){_0xcdf5ac['push'](_0xcdf5ac['shift']());}}}(a12_0x2fa6,0x35e7e));function a12_0x1200(_0x52b382,_0x476e09){const _0x2fa6ae=a12_0x2fa6();return a12_0x1200=function(_0x1200e0,_0x50dc4f){_0x1200e0=_0x1200e0-0x79;let _0x2e4e45=_0x2fa6ae[_0x1200e0];return _0x2e4e45;},a12_0x1200(_0x52b382,_0x476e09);}function a12_0x2fa6(){const _0x558b53=['Fehoj','665vePdyr','9163020zxltFh','ZtJVo','DePjL','ZLReR','help','bstackAccessKey','orgkj','winstonLogger','describe','setupBrowserstackLocal','only','uGbqf','type','LZdLz','protocol','info','13FFSCHr','footer','qDHaS','options','browserstackLocal','../../helpers/helper','https','2928FzuxAM','exports','../../helpers/BrowserStackSetup','YMtmc','WtDco','ipRcY','url','2elWLqf','split','error','bstack-accesskey','bstackAccesskey','TzzYm','44FRPZzn','530aWvJAJ','replace','trim','invalid','demandCommand','localIdentifier','usage','browserStackLocalOptions','Hosts\x20not\x20valid','every','map','185954IlnqeP','qVBEl','261LNTLDg','config','Integration\x20hosts\x20missing.','Failed\x20to\x20establish\x20connection.','port','missing','CjRng','https:','25824UQIkZC','integrations-repeater','join','jSYFC','gPnqD','string','3412UxyMsV','101280CBhwuG','command','accessKey','jzQfH','hosts','./constants','connect','1286523ERgRAw','demandOption'];a12_0x2fa6=function(){return _0x558b53;};return a12_0x2fa6();}const {default:BrowserStackSetup}=require(a12_0x3bc84a(0xb5)),logger=require('../../helpers/logger')[a12_0x3bc84a(0xa3)],{URL}=require(a12_0x3bc84a(0xb9)),helper=require(a12_0x3bc84a(0xb1)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x3bc84a(0x96)),validHosts=function(_0x56ec0c){const _0x169a22=a12_0x3bc84a;return _0x56ec0c[_0x169a22(0xbb)](',')[_0x169a22(0x7e)](_0x443862=>{const _0x26fb01=_0x169a22;try{new URL(_0x443862[_0x26fb01(0xc3)]());}catch(_0x3e6fd3){return![];}return!![];});},parseOnPremHosts=function(_0x305b82){const _0x3dacea=a12_0x3bc84a,_0x58331d={};_0x58331d['ocZdv']=function(_0x1e2443,_0x2544a8){return _0x1e2443===_0x2544a8;},_0x58331d['iOmgq']=_0x3dacea(0x89),_0x58331d['orgkj']='443',_0x58331d[_0x3dacea(0xbf)]=function(_0x3c9844,_0x21237e){return _0x3c9844===_0x21237e;},_0x58331d[_0x3dacea(0xa9)]=_0x3dacea(0xb2);const _0x56ddbf=_0x58331d;return _0x305b82['split'](',')[_0x3dacea(0x7f)](_0xb066b5=>{const _0x4f44c7=_0x3dacea,_0x296a12=new URL(_0xb066b5[_0x4f44c7(0xc3)]()),_0x38a068=_0x296a12['hostname'],_0x476c32=_0x296a12[_0x4f44c7(0x86)]||(_0x56ddbf['ocZdv'](_0x296a12[_0x4f44c7(0xaa)],_0x56ddbf['iOmgq'])?_0x56ddbf[_0x4f44c7(0xa2)]:'80'),_0x24c964=_0x296a12[_0x4f44c7(0xaa)][_0x4f44c7(0xc2)](':',''),_0x78db13=_0x56ddbf[_0x4f44c7(0xbf)](_0x24c964,_0x56ddbf[_0x4f44c7(0xa9)])?0x1:0x0;return _0x38a068+','+_0x476c32+','+_0x78db13;});},connectCommandBuilder=function(_0x60b5e8){const _0x12c4e2=a12_0x3bc84a,_0xc48c33={};_0xc48c33[_0x12c4e2(0xb6)]=_0x12c4e2(0x8f);const _0x339e1a=_0xc48c33,_0x167f5a={};_0x167f5a[_0x12c4e2(0xa4)]=HELP_MESSAGES[_0x12c4e2(0xaf)][_0x12c4e2(0xa1)],_0x167f5a[_0x12c4e2(0xa8)]=_0x339e1a[_0x12c4e2(0xb6)];const _0x267e81={};_0x267e81[_0x12c4e2(0xa4)]=HELP_MESSAGES[_0x12c4e2(0xaf)][_0x12c4e2(0x95)],_0x267e81['type']=_0x339e1a[_0x12c4e2(0xb6)],_0x267e81[_0x12c4e2(0x99)]=!![];const _0x44ebee={};return _0x44ebee[_0x12c4e2(0xbd)]=_0x167f5a,_0x44ebee[_0x12c4e2(0x95)]=_0x267e81,_0x60b5e8[_0x12c4e2(0xaf)](_0x44ebee);},connectCommandHandler=async function(_0x5db853){const _0x5d342b=a12_0x3bc84a,_0x16207e={'Fehoj':'integrations','gPnqD':function(_0x343899,_0x48f008){return _0x343899===_0x48f008;},'ZtJVo':'undefined','qVBEl':'BrowserStack\x20access\x20key\x20missing.','ipRcY':function(_0x576e28,_0x2a68ea){return _0x576e28===_0x2a68ea;},'CjRng':_0x5d342b(0x84),'ZLReR':function(_0x77a708,_0x50036c){return _0x77a708(_0x50036c);},'DePjL':_0x5d342b(0x7d),'uGbqf':_0x5d342b(0x8b),'jzQfH':'Connection\x20established\x20successfully.','qDHaS':_0x5d342b(0x85)};try{const _0x5c7ac6=new BrowserStackSetup(_0x5db853,_0x16207e[_0x5d342b(0x9a)]);_0x5db853[_0x5d342b(0xbe)]&&(_0x5c7ac6[_0x5d342b(0x83)][_0x5d342b(0x93)]=_0x5db853['bstackAccesskey']);if(_0x16207e[_0x5d342b(0x8e)](typeof _0x5c7ac6[_0x5d342b(0x83)]['accessKey'],_0x16207e[_0x5d342b(0x9d)])){logger[_0x5d342b(0xbc)](_0x16207e[_0x5d342b(0x81)]);throw new Error(ERROR_MESSAGES[_0x5d342b(0xa1)][_0x5d342b(0x87)]);}const _0x133fc4=_0x5db853['hosts'];if(_0x16207e[_0x5d342b(0xb8)](typeof _0x133fc4,_0x16207e[_0x5d342b(0x9d)])){logger[_0x5d342b(0xbc)](_0x16207e[_0x5d342b(0x88)]);throw new Error(ERROR_MESSAGES[_0x5d342b(0x95)][_0x5d342b(0x87)]);}if(!_0x16207e[_0x5d342b(0x9f)](validHosts,_0x133fc4)){logger[_0x5d342b(0xbc)](_0x16207e[_0x5d342b(0x9e)]);throw new Error(ERROR_MESSAGES[_0x5d342b(0x95)][_0x5d342b(0xc4)]);}const _0x810776=_0x16207e[_0x5d342b(0x9f)](parseOnPremHosts,_0x133fc4);_0x5c7ac6[_0x5d342b(0x83)][_0x5d342b(0xb0)]=!![],_0x5c7ac6[_0x5d342b(0x83)]['browserStackLocalOptions'][_0x5d342b(0x7a)]=_0x16207e[_0x5d342b(0xa7)],_0x5c7ac6[_0x5d342b(0x83)][_0x5d342b(0x7c)][_0x5d342b(0xa6)]=_0x810776[_0x5d342b(0x8c)](','),helper['setProxySettings'](_0x5c7ac6[_0x5d342b(0x83)]),await _0x5c7ac6[_0x5d342b(0xa5)](),logger[_0x5d342b(0xab)](_0x16207e[_0x5d342b(0x94)]);}catch(_0x3349cd){logger[_0x5d342b(0xbc)](_0x16207e[_0x5d342b(0xae)]);throw new Error(_0x3349cd['toString']());}};function run(_0x391099){const _0x42b483=a12_0x3bc84a,_0x1e4fc2={};_0x1e4fc2[_0x42b483(0xb7)]=_0x42b483(0x97),_0x1e4fc2[_0x42b483(0x8d)]=_0x42b483(0xa0);const _0x2fe2be=_0x1e4fc2;_0x391099[_0x42b483(0x7b)](HELP_MESSAGES['command']['root'])[_0x42b483(0x92)](_0x2fe2be[_0x42b483(0xb7)],HELP_MESSAGES['command'][_0x42b483(0x97)],connectCommandBuilder,connectCommandHandler)[_0x42b483(0x79)]()[_0x42b483(0xa0)](_0x2fe2be['jSYFC'])['epilogue'](HELP_MESSAGES[_0x42b483(0x92)][_0x42b483(0xad)]);}module[a12_0x3bc84a(0xb4)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a13_0x25e29e=a13_0x4af7;(function(_0x31317e,_0x38182d){var _0x24f30b=a13_0x4af7,_0x257e40=_0x31317e();while(!![]){try{var _0x43ace8=-parseInt(_0x24f30b(0x119))/0x1+-parseInt(_0x24f30b(0x114))/0x2*(parseInt(_0x24f30b(0x116))/0x3)+parseInt(_0x24f30b(0x112))/0x4+-parseInt(_0x24f30b(0x11f))/0x5+parseInt(_0x24f30b(0x124))/0x6*(parseInt(_0x24f30b(0x110))/0x7)+-parseInt(_0x24f30b(0x123))/0x8*(-parseInt(_0x24f30b(0x111))/0x9)+-parseInt(_0x24f30b(0x122))/0xa*(-parseInt(_0x24f30b(0x10d))/0xb);if(_0x43ace8===_0x38182d)break;else _0x257e40['push'](_0x257e40['shift']());}catch(_0x35d200){_0x257e40['push'](_0x257e40['shift']());}}}(a13_0x102a,0x6e6b4));var a13_0x42c6fc={};a13_0x42c6fc[a13_0x25e29e(0x117)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x42c6fc[a13_0x25e29e(0x11a)]='This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a13_0x423fa2={};function a13_0x102a(){var _0x26e07a=['Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','options','command','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','4303275SKhGjf','missing','root','152380KtdVwc','256rcNVri','160122qWfZWu','ERROR_MESSAGES','627dSDthf','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','footer','217pvjRPc','4770uXeQoP','2831508gDYcMn','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','2UdInHR','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','943650XPRffj','bstackAccessKey','connect','793219xHbuMA','hosts'];a13_0x102a=function(){return _0x26e07a;};return a13_0x102a();}function a13_0x4af7(_0x3230a5,_0xc6b6ad){var _0x102a62=a13_0x102a();return a13_0x4af7=function(_0x4af75b,_0xb97354){_0x4af75b=_0x4af75b-0x10c;var _0x5903f0=_0x102a62[_0x4af75b];return _0x5903f0;},a13_0x4af7(_0x3230a5,_0xc6b6ad);}a13_0x423fa2[a13_0x25e29e(0x121)]=a13_0x25e29e(0x10e),a13_0x423fa2[a13_0x25e29e(0x118)]=a13_0x25e29e(0x11b),a13_0x423fa2[a13_0x25e29e(0x10f)]=a13_0x25e29e(0x113);var a13_0x17a257={};a13_0x17a257[a13_0x25e29e(0x11c)]=a13_0x42c6fc,a13_0x17a257[a13_0x25e29e(0x11d)]=a13_0x423fa2,exports['HELP_MESSAGES']=a13_0x17a257;var a13_0x425d31={};a13_0x425d31[a13_0x25e29e(0x120)]=a13_0x25e29e(0x115);var a13_0x23d13f={};a13_0x23d13f[a13_0x25e29e(0x120)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x23d13f['invalid']=a13_0x25e29e(0x11e);var a13_0x3345ed={};a13_0x3345ed['bstackAccessKey']=a13_0x425d31,a13_0x3345ed['hosts']=a13_0x23d13f,exports[a13_0x25e29e(0x10c)]=a13_0x3345ed;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a14_0x48208c=a14_0x2d32;(function(_0x43552b,_0x18afc7){const _0x1ab39b=a14_0x2d32,_0x130bf=_0x43552b();while(!![]){try{const _0x590946=parseInt(_0x1ab39b(0x16a))/0x1*(parseInt(_0x1ab39b(0x1c9))/0x2)+-parseInt(_0x1ab39b(0x166))/0x3*(parseInt(_0x1ab39b(0x15c))/0x4)+-parseInt(_0x1ab39b(0x145))/0x5+parseInt(_0x1ab39b(0x15b))/0x6+-parseInt(_0x1ab39b(0x184))/0x7+-parseInt(_0x1ab39b(0x17b))/0x8+parseInt(_0x1ab39b(0x172))/0x9;if(_0x590946===_0x18afc7)break;else _0x130bf['push'](_0x130bf['shift']());}catch(_0x3af6ff){_0x130bf['push'](_0x130bf['shift']());}}}(a14_0x3bc2,0xcca0d));const path=require(a14_0x48208c(0x189)),fs=require('fs'),{v4:uuidv4}=require('uuid'),testhubUtils=require('../../../helpers/testhub/utils'),{FRAMEWORKS}=require(a14_0x48208c(0x1cd)),SessionHandler=require(a14_0x48208c(0x1b0)),{isTestObservabilitySession,PathHelper,debug,failureData}=require('../../../helpers/test-observability/utils'),testRunMap=require(a14_0x48208c(0x186)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x48208c(0x1c0),a14_0x7e2bcd={};a14_0x7e2bcd[a14_0x48208c(0x169)]=a14_0x48208c(0x169),a14_0x7e2bcd['failed']=a14_0x48208c(0x176),a14_0x7e2bcd[a14_0x48208c(0x17d)]='pending',a14_0x7e2bcd[a14_0x48208c(0x15f)]=a14_0x48208c(0x15d);const STATUS_MAP=a14_0x7e2bcd;function a14_0x2d32(_0x15e1d8,_0x3b5c24){const _0x3bc2b9=a14_0x3bc2();return a14_0x2d32=function(_0x2d32b0,_0x24d629){_0x2d32b0=_0x2d32b0-0x145;let _0x436a06=_0x3bc2b9[_0x2d32b0];return _0x436a06;},a14_0x2d32(_0x15e1d8,_0x3b5c24);}function a14_0x3bc2(){const _0xca8042=['hVpBE','relative','expanded','jasmineDone','8426369cFMuRh','JQkGw','../testRunMap','set','failure','path','_resolveFilePath','specStarted','statSync','Jxcgg','nBxtA','add','rZspk','\x20:\x20','KieHg','filename','err','status','code','split','BCcSZ','failure_reason_expanded','noStC','_findGitConfig','JASMINE','chHVW','kMyMq','BHEhu','Exception\x20in\x20jasmine\x20specDone\x20for\x20','failedExpectations','description','pvCAo','prefixTestPath','KijkK','Spec\x20failed','JGoqt','Vfoll','_fileNameByFullName','length','fullName','delete','bMsYC','actual','syGbh','../../../helpers/test-observability/sessionHandler','LkOlL','UNqyw','dirname','UnhandledError','yNGwW','PaZab','sAMuV','_scopes','ccrVF','AssertionError','xICgm','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','fileNameByFullName','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','_collapseFailedExpectations','Jasmine','File\x20path\x20could\x20not\x20be\x20found','stack','duration','TestRunFinished','message','FtmEX','OTiLu','backtrace','2dScCxJ','IoeNe','uploadEventData','get','../../../helpers/test-observability/constants','EiUgv','4759365XZzbPX','cwd','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','foDCr','YcvuZ','inOqu','failure_backtrace','matcherName','has','LoAmx','join','expected','NFdET','_suitesById','MTfMN','sep','fwTJa','trim','startsWith','parentSuiteId','shouldProcessEventForTesthub','ixdrd','6990144sgcGxX','2832260AhzbUn','skipped','bxkqr','excluded','pknmi','OZdEK','MGNgU','OnVEF','_sendSpecEvent','toISOString','3qLhEFf','TestRunStarted','started_at','passed','73197TwXGRD','slice','config','xvpCF','TestRunSkipped','qaihA','lang','ksGPw','31842306GfCZos','testObservability','jILEG','specDone','failed','reverse','lfGkz','push','htUwL','8595144RnezJu','number','pending','jasmineStarted','keys'];a14_0x3bc2=function(){return _0xca8042;};return a14_0x3bc2();}class BrowserStackJasmineReporter{constructor(_0x270a33={}){const _0x56e340=a14_0x48208c,_0x563a4e={'lfGkz':function(_0x4f6eba){return _0x4f6eba();}};this[_0x56e340(0x173)]=_0x563a4e[_0x56e340(0x178)](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process[_0x56e340(0x146)]()},undefined),this['_fileNameByFullName']=_0x270a33&&_0x270a33[_0x56e340(0x1bd)]||{},this['_suitesById']=new Map();}[a14_0x48208c(0x17e)](){}['suiteStarted'](_0x21906e){const _0x47db89=a14_0x48208c,_0x50b96c={'ccrVF':function(_0x19d6fc,_0x34a3c7){return _0x19d6fc!==_0x34a3c7;},'noStC':function(_0x23a931,_0x1570e7){return _0x23a931!==_0x1570e7;},'ixdrd':function(_0x99adb3,_0x468b6f){return _0x99adb3(_0x468b6f);}};try{_0x21906e&&_0x50b96c[_0x47db89(0x1b9)](_0x21906e['id'],undefined)&&_0x50b96c[_0x47db89(0x19a)](_0x21906e['id'],null)&&this[_0x47db89(0x152)][_0x47db89(0x187)](_0x21906e['id'],{'description':_0x21906e['description'],'parentSuiteId':_0x21906e['parentSuiteId']});}catch(_0x2e391e){_0x50b96c[_0x47db89(0x15a)](debug,_0x47db89(0x1bc)+(_0x21906e&&_0x21906e[_0x47db89(0x1ab)])+_0x47db89(0x191)+_0x2e391e);}}[a14_0x48208c(0x18b)](_0x8fbbef){const _0x42cc35=a14_0x48208c,_0x3e8140={'rYQfP':function(_0x141df9,_0x2dd711){return _0x141df9!==_0x2dd711;},'hVpBE':function(_0x16d33e){return _0x16d33e();},'LoAmx':_0x42cc35(0x167),'JGoqt':function(_0x2066b8,_0x33d9ac){return _0x2066b8(_0x33d9ac);}};try{if(_0x3e8140['rYQfP'](testhubUtils[_0x42cc35(0x159)](),!![]))return;const _0x3b723b=_0x3e8140[_0x42cc35(0x180)](uuidv4);testRunMap[_0x42cc35(0x187)](_0x8fbbef['id'],_0x3b723b),this['_sendSpecEvent'](_0x8fbbef,_0x3b723b,_0x3e8140[_0x42cc35(0x14e)]);}catch(_0x42bc1c){_0x3e8140[_0x42cc35(0x1a7)](debug,'Exception\x20in\x20jasmine\x20specStarted\x20for\x20'+(_0x8fbbef&&_0x8fbbef['fullName'])+'\x20:\x20'+_0x42bc1c);}}[a14_0x48208c(0x175)](_0x585797){const _0x138ab9=a14_0x48208c,_0x5ddf88={'NFdET':function(_0x3912c2,_0x5b4af1){return _0x3912c2!==_0x5b4af1;},'MGNgU':function(_0x966e8f){return _0x966e8f();},'bMsYC':function(_0xa9fa91,_0x50323e){return _0xa9fa91===_0x50323e;},'rZspk':_0x138ab9(0x15f),'GWxUW':'TestRunSkipped','ZkHBD':_0x138ab9(0x1c4),'nBxtA':function(_0x4673be,_0x289c9b){return _0x4673be(_0x289c9b);}};try{if(_0x5ddf88[_0x138ab9(0x151)](testhubUtils[_0x138ab9(0x159)](),!![]))return;const _0x5259f1=testRunMap['get'](_0x585797['id'])||_0x5ddf88[_0x138ab9(0x162)](uuidv4),_0x493f98=_0x5ddf88[_0x138ab9(0x1ad)](_0x585797[_0x138ab9(0x195)],_0x5ddf88[_0x138ab9(0x190)])?_0x5ddf88['GWxUW']:_0x5ddf88['ZkHBD'];this[_0x138ab9(0x164)](_0x585797,_0x5259f1,_0x493f98);}catch(_0x1570d7){_0x5ddf88[_0x138ab9(0x18e)](debug,_0x138ab9(0x1a0)+(_0x585797&&_0x585797[_0x138ab9(0x1ab)])+_0x138ab9(0x191)+_0x1570d7);}finally{_0x585797&&(testRunMap['remove'](_0x585797['id']),_specStartTimes[_0x138ab9(0x1ac)](_0x585797['id']));}}['suiteDone'](){}[a14_0x48208c(0x183)](){}['_sendSpecEvent'](_0x2c4f48,_0xb5f22c,_0x3aba25){const _0x445360=a14_0x48208c,_0x5045cf={'kInGU':function(_0x4f5d5d,_0x5917c2){return _0x4f5d5d===_0x5917c2;},'KieHg':_0x445360(0x1c4),'foDCr':function(_0x56e86f,_0x2f43d5){return _0x56e86f===_0x2f43d5;},'BHEhu':_0x445360(0x16e),'DBefq':_0x445360(0x1c1),'syGbh':function(_0x109e8,_0x1b7d80,_0x53d412){return _0x109e8(_0x1b7d80,_0x53d412);},'jILEG':_0x445360(0x194),'qaihA':_0x445360(0x167),'inOqu':function(_0x3aeabe,_0x52dca8){return _0x3aeabe!==_0x52dca8;},'IoeNe':function(_0x4d7ebf,_0x554783){return _0x4d7ebf!==_0x554783;},'QmBHB':function(_0x23f71c,_0x36da92){return _0x23f71c===_0x36da92;},'ugSsX':'javascript','yNGwW':function(_0x5b6091,_0x24716c){return _0x5b6091&&_0x24716c;},'UNqyw':function(_0x269b3a,_0x4c2f9b){return _0x269b3a===_0x4c2f9b;},'MTfMN':_0x445360(0x15d),'Vfoll':'passed','sAMuV':function(_0x3e5115,_0x126d40){return _0x3e5115===_0x126d40;},'xvpCF':_0x445360(0x17c),'chHVW':_0x445360(0x1ba),'oFsed':_0x445360(0x1b4),'YVytb':function(_0x549b8f,_0x3ffe42){return _0x549b8f===_0x3ffe42;},'KijkK':_0x445360(0x168),'EiUgv':'finished_at','TMobx':_0x445360(0x188),'YcvuZ':_0x445360(0x14b),'bxkqr':_0x445360(0x1c8),'LkOlL':_0x445360(0x199),'ksGPw':_0x445360(0x182),'pknmi':function(_0xbe4d06,_0x3045ff){return _0xbe4d06===_0x3045ff;},'nNBAK':function(_0x537c79,_0x5677bc){return _0x537c79(_0x5677bc);}};try{const _0x14a5cf=_0x5045cf['kInGU'](_0x3aba25,_0x5045cf[_0x445360(0x192)])||_0x5045cf[_0x445360(0x148)](_0x3aba25,_0x5045cf['BHEhu']),_0x265611=this[_0x445360(0x18a)](_0x2c4f48),_0x5df2e7=_0x265611?this['_paths'][_0x445360(0x1a4)](_0x265611):_0x5045cf['DBefq'],_0x7b1570=_0x265611?this[_0x445360(0x19b)](path[_0x445360(0x1b3)](_0x265611)):null,_0xe5967a=this[_0x445360(0x1bf)](_0x2c4f48[_0x445360(0x1a1)]),_0x85eee7=_0xe5967a?_0xe5967a['message']:undefined,_0x4a6a44=_0xe5967a?_0x5045cf[_0x445360(0x1af)](failureData,_0xe5967a,_0x5045cf[_0x445360(0x174)]):[],_0x5d0bea=new Date()[_0x445360(0x165)](),_0x5d71af=this['_scopes'](_0x2c4f48);_0x5045cf[_0x445360(0x148)](_0x3aba25,_0x5045cf[_0x445360(0x16f)])&&_0x2c4f48&&_0x5045cf[_0x445360(0x14a)](_0x2c4f48['id'],undefined)&&_0x5045cf[_0x445360(0x1ca)](_0x2c4f48['id'],null)&&_specStartTimes['set'](_0x2c4f48['id'],_0x5d0bea);const _0x3df9e1=_0x5045cf['QmBHB'](_0x3aba25,_0x5045cf[_0x445360(0x16f)])?_0x5d0bea:_0x2c4f48&&_specStartTimes[_0x445360(0x1cc)](_0x2c4f48['id'])||null,_0x4e7349={};_0x4e7349[_0x445360(0x170)]=_0x5045cf['ugSsX'],_0x4e7349[_0x445360(0x196)]=null;const _0xeb87e6={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0xb5f22c,'name':_0x2c4f48[_0x445360(0x1a2)],'body':_0x4e7349,'scope':_0x5d71af['join']('\x20'),'scopes':_0x5d71af,'identifier':_0x2c4f48[_0x445360(0x1ab)],'file_name':_0x5df2e7,'vc_filepath':_0x5045cf[_0x445360(0x1b5)](_0x7b1570,_0x265611)?path[_0x445360(0x181)](_0x7b1570,_0x265611):null,'location':_0x5df2e7,'result':_0x5045cf[_0x445360(0x1b2)](_0x3aba25,_0x5045cf['BHEhu'])?_0x5045cf[_0x445360(0x153)]:STATUS_MAP[_0x2c4f48[_0x445360(0x195)]]||_0x5045cf[_0x445360(0x1a8)],'failure_reason':_0x85eee7,'duration_in_ms':_0x5045cf[_0x445360(0x1b7)](typeof _0x2c4f48[_0x445360(0x1c3)],_0x5045cf[_0x445360(0x16d)])?_0x2c4f48[_0x445360(0x1c3)]:null,'started_at':_0x3df9e1,'finished_at':_0x14a5cf?_0x5d0bea:null,'failure':_0x4a6a44,'failure_type':!_0x85eee7?null:_0x85eee7['match'](/AssertionError/)?_0x5045cf[_0x445360(0x19d)]:_0x5045cf['oFsed'],'retry_of':null};_0x5045cf['YVytb'](_0x3aba25,_0x5045cf['BHEhu'])&&!_0xeb87e6[_0x5045cf[_0x445360(0x1a5)]]&&(_0xeb87e6[_0x5045cf['KijkK']]=_0xeb87e6[_0x5045cf[_0x445360(0x1ce)]]);const _0x324e48=_0xeb87e6[_0x5045cf['TMobx']][0x0];_0x324e48&&(_0xeb87e6[_0x5045cf[_0x445360(0x149)]]=_0x324e48[_0x5045cf[_0x445360(0x15e)]],_0xeb87e6[_0x5045cf[_0x445360(0x1b1)]]=_0x324e48[_0x5045cf[_0x445360(0x171)]]);testhubUtils['appendTesthubParams'](_0xeb87e6,_0x3aba25,_0x2c4f48,FRAMEWORKS[_0x445360(0x19c)]);const _0x4c3cbf={'event_type':_0x5045cf[_0x445360(0x160)](_0x3aba25,_0x5045cf[_0x445360(0x19f)])?_0x5045cf[_0x445360(0x192)]:_0x3aba25,'test_run':_0xeb87e6};return testhubUtils['setCurrentTestData'](FRAMEWORKS[_0x445360(0x19c)],_0x4c3cbf),SessionHandler[_0x445360(0x1cb)](_0x4c3cbf);}catch(_0x208a6d){_0x5045cf['nNBAK'](debug,_0x445360(0x1be)+_0x3aba25+_0x445360(0x191)+_0x208a6d);}}[a14_0x48208c(0x1b8)](_0x52408b){const _0x123bc0=a14_0x48208c,_0x36e8fc={'OnVEF':function(_0xf32e4b,_0x26e63d){return _0xf32e4b!==_0x26e63d;},'BCcSZ':function(_0x301d48,_0x56863c){return _0x301d48!==_0x56863c;},'PaZab':function(_0x22c642,_0x49ac3a){return _0x22c642>_0x49ac3a;},'NsLYb':function(_0xaf674b,_0x333737){return _0xaf674b(_0x333737);},'Jxcgg':function(_0x23a462,_0xbde162){return _0x23a462-_0xbde162;}};try{const _0x48410e=[];let _0x51343e=_0x52408b&&_0x52408b[_0x123bc0(0x158)];const _0x1df01f=new Set();while(_0x36e8fc[_0x123bc0(0x163)](_0x51343e,undefined)&&_0x36e8fc[_0x123bc0(0x198)](_0x51343e,null)&&this['_suitesById'][_0x123bc0(0x14d)](_0x51343e)&&!_0x1df01f['has'](_0x51343e)){_0x1df01f[_0x123bc0(0x18f)](_0x51343e);const _0x2d25a8=this[_0x123bc0(0x152)][_0x123bc0(0x1cc)](_0x51343e);_0x2d25a8&&_0x2d25a8['description']&&_0x48410e['push'](_0x2d25a8[_0x123bc0(0x1a2)]),_0x51343e=_0x2d25a8?_0x2d25a8[_0x123bc0(0x158)]:null;}if(_0x36e8fc[_0x123bc0(0x1b6)](_0x48410e[_0x123bc0(0x1aa)],0x0))return _0x48410e[_0x123bc0(0x177)]();}catch(_0x561d3e){_0x36e8fc['NsLYb'](debug,_0x123bc0(0x147)+(_0x52408b&&_0x52408b[_0x123bc0(0x1ab)])+_0x123bc0(0x191)+_0x561d3e);}const _0x511188=_0x52408b&&_0x52408b[_0x123bc0(0x1ab)]||'',_0x3815b3=_0x52408b&&_0x52408b['description']||'';let _0x3cd4df=_0x511188;return _0x3815b3&&_0x511188['endsWith'](_0x3815b3)&&(_0x3cd4df=_0x511188[_0x123bc0(0x16b)](0x0,_0x36e8fc[_0x123bc0(0x18d)](_0x511188[_0x123bc0(0x1aa)],_0x3815b3[_0x123bc0(0x1aa)]))[_0x123bc0(0x156)]()),_0x3cd4df?_0x3cd4df[_0x123bc0(0x197)](/\s+/):[];}[a14_0x48208c(0x18a)](_0x16c23a){const _0x24e607=a14_0x48208c,_0x3b6a2b={};_0x3b6a2b['OTiLu']=function(_0x31758b,_0x5c7e0e){return _0x31758b===_0x5c7e0e;},_0x3b6a2b[_0x24e607(0x1c6)]=function(_0x35b840,_0x8c8916){return _0x35b840+_0x8c8916;},_0x3b6a2b['kMyMq']=function(_0x3f5145,_0x29bdff){return _0x3f5145>_0x29bdff;};const _0x497872=_0x3b6a2b;if(_0x16c23a&&_0x16c23a[_0x24e607(0x193)])return _0x16c23a[_0x24e607(0x193)];if(_0x16c23a&&_0x16c23a['fullName']){if(this['_fileNameByFullName'][_0x16c23a['fullName']])return this[_0x24e607(0x1a9)][_0x16c23a[_0x24e607(0x1ab)]];let _0x35fb02=null,_0x564041=-0x1;for(const _0xe78df9 of Object[_0x24e607(0x17f)](this[_0x24e607(0x1a9)])){(_0x497872[_0x24e607(0x1c7)](_0x16c23a[_0x24e607(0x1ab)],_0xe78df9)||_0x16c23a[_0x24e607(0x1ab)][_0x24e607(0x157)](_0x497872[_0x24e607(0x1c6)](_0xe78df9,'\x20')))&&_0x497872[_0x24e607(0x19e)](_0xe78df9['length'],_0x564041)&&(_0x35fb02=this['_fileNameByFullName'][_0xe78df9],_0x564041=_0xe78df9['length']);}if(_0x35fb02)return _0x35fb02;}return null;}[a14_0x48208c(0x1bf)](_0xf40013){const _0x42a53a=a14_0x48208c,_0x501695={};_0x501695['pvCAo']=function(_0xc58d48,_0x3147e6){return _0xc58d48===_0x3147e6;},_0x501695[_0x42a53a(0x185)]=_0x42a53a(0x1a6);const _0x25d393=_0x501695;if(!Array['isArray'](_0xf40013)||_0x25d393[_0x42a53a(0x1a3)](_0xf40013['length'],0x0))return undefined;const _0x1ff22d=[],_0x12c826=[];for(const _0x557664 of _0xf40013){_0x557664&&_0x557664[_0x42a53a(0x1c5)]&&_0x1ff22d['push'](_0x557664['message']),_0x557664&&_0x557664[_0x42a53a(0x1c2)]&&_0x12c826[_0x42a53a(0x179)](_0x557664[_0x42a53a(0x1c2)]);}const _0x751b7=_0xf40013[0x0]||{},_0x490f2c=_0x1ff22d[_0x42a53a(0x14f)]('\x0a')||_0x751b7['message']||_0x25d393[_0x42a53a(0x185)],_0x20c089=_0x12c826[_0x42a53a(0x14f)]('\x0a\x0a')||_0x751b7[_0x42a53a(0x1c2)]||_0x490f2c,_0x9dccce={};return _0x9dccce[_0x42a53a(0x1c5)]=_0x490f2c,_0x9dccce[_0x42a53a(0x1c2)]=_0x20c089,_0x9dccce[_0x42a53a(0x14c)]=_0x751b7['matcherName'],_0x9dccce[_0x42a53a(0x150)]=_0x751b7[_0x42a53a(0x150)],_0x9dccce[_0x42a53a(0x1ae)]=_0x751b7[_0x42a53a(0x1ae)],_0x9dccce;}[a14_0x48208c(0x19b)](_0x5dc442){const _0x532175=a14_0x48208c,_0x4f72bd={};_0x4f72bd['fwTJa']=function(_0x2943e1,_0x255d10){return _0x2943e1===_0x255d10;},_0x4f72bd[_0x532175(0x1bb)]=function(_0x364baf,_0x5c5ad5){return _0x364baf===_0x5c5ad5;},_0x4f72bd['OZdEK']='.git',_0x4f72bd[_0x532175(0x17a)]=_0x532175(0x16c);const _0xf1ddf0=_0x4f72bd,_0x1b5c33=path[_0x532175(0x154)];if(_0xf1ddf0[_0x532175(0x155)](_0x5dc442,null)||_0xf1ddf0[_0x532175(0x155)](_0x5dc442,'')||_0xf1ddf0['xICgm'](_0x5dc442,_0x1b5c33)||_0xf1ddf0['xICgm'](_0x5dc442,path[_0x532175(0x1b3)](_0x5dc442)))return null;try{return fs[_0x532175(0x18c)](path[_0x532175(0x14f)](_0x5dc442,_0xf1ddf0[_0x532175(0x161)],_0xf1ddf0[_0x532175(0x17a)])),_0x5dc442;}catch(_0x47e5ad){return this['_findGitConfig'](path[_0x532175(0x1b3)](_0x5dc442));}}}module['exports']=BrowserStackJasmineReporter;
|
|
1
|
+
'use strict';function a14_0x2436(_0x2fe4ce,_0x556df4){const _0x5f163b=a14_0x5f16();return a14_0x2436=function(_0x243699,_0xcfecbc){_0x243699=_0x243699-0x14f;let _0x1f6e76=_0x5f163b[_0x243699];return _0x1f6e76;},a14_0x2436(_0x2fe4ce,_0x556df4);}const a14_0x880290=a14_0x2436;(function(_0xe8a6c6,_0x27acdb){const _0x10585e=a14_0x2436,_0x358950=_0xe8a6c6();while(!![]){try{const _0x34826a=parseInt(_0x10585e(0x1bf))/0x1*(-parseInt(_0x10585e(0x190))/0x2)+parseInt(_0x10585e(0x1b8))/0x3*(-parseInt(_0x10585e(0x1bd))/0x4)+parseInt(_0x10585e(0x1a6))/0x5*(-parseInt(_0x10585e(0x1c2))/0x6)+-parseInt(_0x10585e(0x160))/0x7*(parseInt(_0x10585e(0x15f))/0x8)+-parseInt(_0x10585e(0x16b))/0x9*(-parseInt(_0x10585e(0x196))/0xa)+parseInt(_0x10585e(0x1c4))/0xb+parseInt(_0x10585e(0x1b0))/0xc;if(_0x34826a===_0x27acdb)break;else _0x358950['push'](_0x358950['shift']());}catch(_0x339f2e){_0x358950['push'](_0x358950['shift']());}}}(a14_0x5f16,0x5ef58));function a14_0x5f16(){const _0x517b46=['AssertionError','specStarted','passed','ybscN','kuGTC','Spec\x20failed','hWGdc','keys','XnKdV','dstvr','filename','appendTesthubParams','isArray','sep','prefixTestPath','dLVNH','NFwFH','lang','QbbTP','lpWDI','WefOO','join','failure_backtrace','err','setCurrentTestData','cJSra','length','add','_scopes','remove','PfXmZ','../testRunMap','6536dObeou','Jasmine','get','geqNt','TestRunSkipped','FKPfH','3832810gXTiMz','bnhWz','KUeAn','../../../helpers/testhub/utils','../../../helpers/test-observability/sessionHandler','GcGAV','ZFUkc','ZRYLO','failure_reason_expanded','toISOString','relative','chpnb','JASMINE','../../../helpers/test-observability/constants','push','TSOKS','1713785VxWkCm','FnvtI','path','expected','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','excluded','BtCHJ','failed','duration','ZzfJr','9353616Ydlnaj','UnhandledError','TestRunFinished','_collapseFailedExpectations','otsyj','\x20:\x20','XTlCQ','shouldProcessEventForTesthub','24NAZiCR','HwTlU','matcherName','_suitesById','_paths','159996XqTCJU','startsWith','128jRomdL','split','_sendSpecEvent','6RTShvC','message','6844475iciqUv','actual','PzjcE','_findGitConfig','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','AjBpp','gczEP','VmpQI','_fileNameByFullName','failedExpectations','pending','dirname','XKkAw','fullName','zkEhk','status','uLFWX','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','uuid','jasmineStarted','expanded','slice','bmGHn','number','_resolveFilePath','config','fileNameByFullName','set','HMWYO','VxEbc','TwWQf','PiUEZ','uTbnq','voyhP','aUdgU','code','wSECK','TestRunStarted','cwd','232akobDT','76027clQsGP','statSync','Jksiv','match','suiteDone','fRAHo','skipped','VGxLz','cSXBX','uJASJ','description','9ECymJo','parentSuiteId','stack','MRvmX','jasmineDone'];a14_0x5f16=function(){return _0x517b46;};return a14_0x5f16();}const path=require(a14_0x880290(0x1a8)),fs=require('fs'),{v4:uuidv4}=require(a14_0x880290(0x1d6)),testhubUtils=require(a14_0x880290(0x199)),{FRAMEWORKS}=require(a14_0x880290(0x1a3)),SessionHandler=require(a14_0x880290(0x19a)),{isTestObservabilitySession,PathHelper,debug,failureData}=require('../../../helpers/test-observability/utils'),testRunMap=require(a14_0x880290(0x18f)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x880290(0x191),a14_0x215cf3={};a14_0x215cf3[a14_0x880290(0x172)]=a14_0x880290(0x172),a14_0x215cf3[a14_0x880290(0x1ad)]=a14_0x880290(0x1ad),a14_0x215cf3[a14_0x880290(0x1ce)]=a14_0x880290(0x1ce),a14_0x215cf3[a14_0x880290(0x1ab)]=a14_0x880290(0x166);const STATUS_MAP=a14_0x215cf3;class BrowserStackJasmineReporter{constructor(_0x3820cd={}){const _0x4b3432=a14_0x880290,_0x33b2af={'KFXUO':function(_0x2cb6b5){return _0x2cb6b5();}};this['testObservability']=_0x33b2af['KFXUO'](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process[_0x4b3432(0x15e)]()},undefined),this[_0x4b3432(0x1cc)]=_0x3820cd&&_0x3820cd[_0x4b3432(0x152)]||{},this[_0x4b3432(0x1bb)]=new Map();}[a14_0x880290(0x1d7)](){}['suiteStarted'](_0x139f94){const _0x41593b=a14_0x880290,_0xde13d2={'IeAuH':function(_0x48a2c1,_0xc86ef5){return _0x48a2c1!==_0xc86ef5;},'WefOO':function(_0xf8cb27,_0x4bce3a){return _0xf8cb27!==_0x4bce3a;},'NFwFH':function(_0x263566,_0x25bd3b){return _0x263566(_0x25bd3b);}};try{_0x139f94&&_0xde13d2['IeAuH'](_0x139f94['id'],undefined)&&_0xde13d2[_0x41593b(0x184)](_0x139f94['id'],null)&&this[_0x41593b(0x1bb)][_0x41593b(0x153)](_0x139f94['id'],{'description':_0x139f94['description'],'parentSuiteId':_0x139f94[_0x41593b(0x16c)]});}catch(_0x52b37e){_0xde13d2[_0x41593b(0x180)](debug,_0x41593b(0x1d5)+(_0x139f94&&_0x139f94['fullName'])+_0x41593b(0x1b5)+_0x52b37e);}}[a14_0x880290(0x171)](_0x3e73b2){const _0x4e180f=a14_0x880290,_0x53e119={'QbbTP':function(_0x37f51a,_0x1eba99){return _0x37f51a!==_0x1eba99;},'lpWDI':function(_0x237f75){return _0x237f75();},'rsivL':'TestRunStarted','HMWYO':function(_0x40a186,_0x2b70cb){return _0x40a186(_0x2b70cb);}};try{if(_0x53e119[_0x4e180f(0x182)](testhubUtils[_0x4e180f(0x1b7)](),!![]))return;const _0x193dbe=_0x53e119[_0x4e180f(0x183)](uuidv4);testRunMap[_0x4e180f(0x153)](_0x3e73b2['id'],_0x193dbe),this[_0x4e180f(0x1c1)](_0x3e73b2,_0x193dbe,_0x53e119['rsivL']);}catch(_0xf1c272){_0x53e119[_0x4e180f(0x154)](debug,_0x4e180f(0x1c8)+(_0x3e73b2&&_0x3e73b2['fullName'])+_0x4e180f(0x1b5)+_0xf1c272);}}['specDone'](_0x5c2b8c){const _0x82c59f=a14_0x880290,_0x36ea2c={'bmGHn':function(_0x1cbea9,_0x30bb9b){return _0x1cbea9!==_0x30bb9b;},'uJASJ':function(_0x4db9d5){return _0x4db9d5();},'XTlCQ':function(_0x263af7,_0x248bc2){return _0x263af7===_0x248bc2;},'AjBpp':'excluded','XKkAw':_0x82c59f(0x194),'kuGTC':'TestRunFinished','MRvmX':function(_0x5d3ded,_0xe4ebb3){return _0x5d3ded(_0xe4ebb3);}};try{if(_0x36ea2c[_0x82c59f(0x1da)](testhubUtils[_0x82c59f(0x1b7)](),!![]))return;const _0x544ac3=testRunMap[_0x82c59f(0x192)](_0x5c2b8c['id'])||_0x36ea2c[_0x82c59f(0x169)](uuidv4),_0x5555f2=_0x36ea2c[_0x82c59f(0x1b6)](_0x5c2b8c[_0x82c59f(0x1d3)],_0x36ea2c[_0x82c59f(0x1c9)])?_0x36ea2c[_0x82c59f(0x1d0)]:_0x36ea2c[_0x82c59f(0x174)];this[_0x82c59f(0x1c1)](_0x5c2b8c,_0x544ac3,_0x5555f2);}catch(_0x1d30f6){_0x36ea2c[_0x82c59f(0x16e)](debug,'Exception\x20in\x20jasmine\x20specDone\x20for\x20'+(_0x5c2b8c&&_0x5c2b8c[_0x82c59f(0x1d1)])+_0x82c59f(0x1b5)+_0x1d30f6);}finally{_0x5c2b8c&&(testRunMap[_0x82c59f(0x18d)](_0x5c2b8c['id']),_specStartTimes['delete'](_0x5c2b8c['id']));}}[a14_0x880290(0x164)](){}[a14_0x880290(0x16f)](){}['_sendSpecEvent'](_0x2295c9,_0x57e5c0,_0x8a2c5d){const _0x577efb=a14_0x880290,_0x17586b={'PfXmZ':function(_0x4aedfc,_0x3c3edf){return _0x4aedfc===_0x3c3edf;},'otsyj':_0x577efb(0x1b2),'geqNt':_0x577efb(0x194),'fRAHo':'File\x20path\x20could\x20not\x20be\x20found','PzjcE':function(_0x4b4ded,_0x1efe5,_0x427e52){return _0x4b4ded(_0x1efe5,_0x427e52);},'VGxLz':_0x577efb(0x187),'ZzfJr':function(_0x33143e,_0x5d5f61){return _0x33143e===_0x5d5f61;},'cJSra':_0x577efb(0x15d),'chpnb':function(_0x300d58,_0x3eacd3){return _0x300d58!==_0x3eacd3;},'RnCHh':function(_0x5464b0,_0x4c8085){return _0x5464b0!==_0x4c8085;},'FnvtI':function(_0x3f4ec1,_0x17bb28){return _0x3f4ec1===_0x17bb28;},'PiUEZ':'javascript','hWGdc':function(_0x57c086,_0x1fcafa){return _0x57c086&&_0x1fcafa;},'VxEbc':_0x577efb(0x166),'voyhP':_0x577efb(0x172),'NBQCA':function(_0x3ef8d1,_0xdc4b1d){return _0x3ef8d1===_0xdc4b1d;},'wSECK':_0x577efb(0x14f),'cSXBX':_0x577efb(0x170),'XnKdV':_0x577efb(0x1b1),'dstvr':'started_at','VmpQI':'finished_at','ZFUkc':'failure','KUeAn':_0x577efb(0x186),'uLFWX':'backtrace','zkEhk':_0x577efb(0x19e),'aUdgU':_0x577efb(0x1d8),'Jksiv':function(_0x5e5732,_0x161262){return _0x5e5732===_0x161262;},'bnhWz':function(_0x4f8026,_0x14b98a){return _0x4f8026(_0x14b98a);}};try{const _0x5546da=_0x17586b[_0x577efb(0x18e)](_0x8a2c5d,_0x17586b['otsyj'])||_0x17586b[_0x577efb(0x18e)](_0x8a2c5d,_0x17586b[_0x577efb(0x193)]),_0x52f785=this[_0x577efb(0x150)](_0x2295c9),_0x2ebac1=_0x52f785?this[_0x577efb(0x1bc)][_0x577efb(0x17e)](_0x52f785):_0x17586b[_0x577efb(0x165)],_0x41a8ee=_0x52f785?this[_0x577efb(0x1c7)](path['dirname'](_0x52f785)):null,_0x343249=this[_0x577efb(0x1b3)](_0x2295c9[_0x577efb(0x1cd)]),_0x40faea=_0x343249?_0x343249[_0x577efb(0x1c3)]:undefined,_0x1b026e=_0x343249?_0x17586b[_0x577efb(0x1c6)](failureData,_0x343249,_0x17586b[_0x577efb(0x167)]):[],_0x29767d=new Date()[_0x577efb(0x19f)](),_0x274700=this['_scopes'](_0x2295c9);_0x17586b['ZzfJr'](_0x8a2c5d,_0x17586b['cJSra'])&&_0x2295c9&&_0x17586b[_0x577efb(0x1a1)](_0x2295c9['id'],undefined)&&_0x17586b['RnCHh'](_0x2295c9['id'],null)&&_specStartTimes[_0x577efb(0x153)](_0x2295c9['id'],_0x29767d);const _0x3f4383=_0x17586b[_0x577efb(0x1a7)](_0x8a2c5d,_0x17586b[_0x577efb(0x189)])?_0x29767d:_0x2295c9&&_specStartTimes['get'](_0x2295c9['id'])||null,_0x574ce9={};_0x574ce9[_0x577efb(0x181)]=_0x17586b[_0x577efb(0x157)],_0x574ce9[_0x577efb(0x15b)]=null;const _0x420936={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x57e5c0,'name':_0x2295c9[_0x577efb(0x16a)],'body':_0x574ce9,'scope':_0x274700[_0x577efb(0x185)]('\x20'),'scopes':_0x274700,'identifier':_0x2295c9['fullName'],'file_name':_0x2ebac1,'vc_filepath':_0x17586b[_0x577efb(0x176)](_0x41a8ee,_0x52f785)?path[_0x577efb(0x1a0)](_0x41a8ee,_0x52f785):null,'location':_0x2ebac1,'result':_0x17586b[_0x577efb(0x1af)](_0x8a2c5d,_0x17586b['geqNt'])?_0x17586b[_0x577efb(0x155)]:STATUS_MAP[_0x2295c9[_0x577efb(0x1d3)]]||_0x17586b[_0x577efb(0x159)],'failure_reason':_0x40faea,'duration_in_ms':_0x17586b['NBQCA'](typeof _0x2295c9[_0x577efb(0x1ae)],_0x17586b[_0x577efb(0x15c)])?_0x2295c9[_0x577efb(0x1ae)]:null,'started_at':_0x3f4383,'finished_at':_0x5546da?_0x29767d:null,'failure':_0x1b026e,'failure_type':!_0x40faea?null:_0x40faea[_0x577efb(0x163)](/AssertionError/)?_0x17586b[_0x577efb(0x168)]:_0x17586b[_0x577efb(0x178)],'retry_of':null};_0x17586b[_0x577efb(0x1af)](_0x8a2c5d,_0x17586b[_0x577efb(0x193)])&&!_0x420936[_0x17586b[_0x577efb(0x179)]]&&(_0x420936[_0x17586b[_0x577efb(0x179)]]=_0x420936[_0x17586b[_0x577efb(0x1cb)]]);const _0x4cc008=_0x420936[_0x17586b[_0x577efb(0x19c)]][0x0];_0x4cc008&&(_0x420936[_0x17586b[_0x577efb(0x198)]]=_0x4cc008[_0x17586b[_0x577efb(0x1d4)]],_0x420936[_0x17586b[_0x577efb(0x1d2)]]=_0x4cc008[_0x17586b[_0x577efb(0x15a)]]);testhubUtils[_0x577efb(0x17b)](_0x420936,_0x8a2c5d,_0x2295c9,FRAMEWORKS[_0x577efb(0x1a2)]);const _0x1f33a4={'event_type':_0x17586b[_0x577efb(0x162)](_0x8a2c5d,_0x17586b[_0x577efb(0x193)])?_0x17586b[_0x577efb(0x1b4)]:_0x8a2c5d,'test_run':_0x420936};return testhubUtils[_0x577efb(0x188)](FRAMEWORKS[_0x577efb(0x1a2)],_0x1f33a4),SessionHandler['uploadEventData'](_0x1f33a4);}catch(_0x502539){_0x17586b[_0x577efb(0x197)](debug,_0x577efb(0x1aa)+_0x8a2c5d+_0x577efb(0x1b5)+_0x502539);}}[a14_0x880290(0x18c)](_0x412c82){const _0x24534a=a14_0x880290,_0x1abef1={'zxKOE':function(_0x5ba836,_0x301526){return _0x5ba836!==_0x301526;},'zjFhe':function(_0x2ed746,_0x2675c4){return _0x2ed746!==_0x2675c4;},'ryhEC':function(_0x2d346c,_0x4aeea0){return _0x2d346c>_0x4aeea0;},'TwWQf':function(_0x47d782,_0x34bb26){return _0x47d782(_0x34bb26);},'HwTlU':function(_0x106405,_0x30db70){return _0x106405-_0x30db70;}};try{const _0x4dd0e0=[];let _0x22c456=_0x412c82&&_0x412c82[_0x24534a(0x16c)];const _0x3eafc1=new Set();while(_0x1abef1['zxKOE'](_0x22c456,undefined)&&_0x1abef1['zjFhe'](_0x22c456,null)&&this[_0x24534a(0x1bb)]['has'](_0x22c456)&&!_0x3eafc1['has'](_0x22c456)){_0x3eafc1[_0x24534a(0x18b)](_0x22c456);const _0x5264aa=this['_suitesById'][_0x24534a(0x192)](_0x22c456);_0x5264aa&&_0x5264aa[_0x24534a(0x16a)]&&_0x4dd0e0[_0x24534a(0x1a4)](_0x5264aa[_0x24534a(0x16a)]),_0x22c456=_0x5264aa?_0x5264aa['parentSuiteId']:null;}if(_0x1abef1['ryhEC'](_0x4dd0e0['length'],0x0))return _0x4dd0e0['reverse']();}catch(_0x2f5d04){_0x1abef1[_0x24534a(0x156)](debug,'Exception\x20deriving\x20jasmine\x20scopes\x20for\x20'+(_0x412c82&&_0x412c82[_0x24534a(0x1d1)])+'\x20:\x20'+_0x2f5d04);}const _0x63e455=_0x412c82&&_0x412c82['fullName']||'',_0x502c3c=_0x412c82&&_0x412c82['description']||'';let _0x2bd703=_0x63e455;return _0x502c3c&&_0x63e455['endsWith'](_0x502c3c)&&(_0x2bd703=_0x63e455[_0x24534a(0x1d9)](0x0,_0x1abef1[_0x24534a(0x1b9)](_0x63e455[_0x24534a(0x18a)],_0x502c3c[_0x24534a(0x18a)]))['trim']()),_0x2bd703?_0x2bd703[_0x24534a(0x1c0)](/\s+/):[];}[a14_0x880290(0x150)](_0x471d07){const _0x468d5e=a14_0x880290,_0x15ff5f={};_0x15ff5f[_0x468d5e(0x19b)]=function(_0xb5a3f3,_0x23364d){return _0xb5a3f3===_0x23364d;},_0x15ff5f[_0x468d5e(0x173)]=function(_0x46c1e6,_0x249571){return _0x46c1e6+_0x249571;},_0x15ff5f[_0x468d5e(0x17f)]=function(_0x57c83b,_0x4c8d93){return _0x57c83b>_0x4c8d93;};const _0x3912d7=_0x15ff5f;if(_0x471d07&&_0x471d07[_0x468d5e(0x17a)])return _0x471d07[_0x468d5e(0x17a)];if(_0x471d07&&_0x471d07[_0x468d5e(0x1d1)]){if(this[_0x468d5e(0x1cc)][_0x471d07['fullName']])return this[_0x468d5e(0x1cc)][_0x471d07[_0x468d5e(0x1d1)]];let _0x35f8d5=null,_0x5ee401=-0x1;for(const _0x42ab6a of Object[_0x468d5e(0x177)](this[_0x468d5e(0x1cc)])){(_0x3912d7['GcGAV'](_0x471d07[_0x468d5e(0x1d1)],_0x42ab6a)||_0x471d07[_0x468d5e(0x1d1)][_0x468d5e(0x1be)](_0x3912d7[_0x468d5e(0x173)](_0x42ab6a,'\x20')))&&_0x3912d7[_0x468d5e(0x17f)](_0x42ab6a[_0x468d5e(0x18a)],_0x5ee401)&&(_0x35f8d5=this[_0x468d5e(0x1cc)][_0x42ab6a],_0x5ee401=_0x42ab6a[_0x468d5e(0x18a)]);}if(_0x35f8d5)return _0x35f8d5;}return null;}[a14_0x880290(0x1b3)](_0x51d62b){const _0x233bd2=a14_0x880290,_0x47eae8={};_0x47eae8[_0x233bd2(0x1ca)]=function(_0x2a026b,_0x334a89){return _0x2a026b===_0x334a89;},_0x47eae8[_0x233bd2(0x195)]=_0x233bd2(0x175);const _0x172f7c=_0x47eae8;if(!Array[_0x233bd2(0x17c)](_0x51d62b)||_0x172f7c[_0x233bd2(0x1ca)](_0x51d62b['length'],0x0))return undefined;const _0x476732=[],_0x487b52=[];for(const _0x337ac5 of _0x51d62b){_0x337ac5&&_0x337ac5[_0x233bd2(0x1c3)]&&_0x476732[_0x233bd2(0x1a4)](_0x337ac5[_0x233bd2(0x1c3)]),_0x337ac5&&_0x337ac5[_0x233bd2(0x16d)]&&_0x487b52[_0x233bd2(0x1a4)](_0x337ac5[_0x233bd2(0x16d)]);}const _0x541014=_0x51d62b[0x0]||{},_0x443fe8=_0x476732[_0x233bd2(0x185)]('\x0a')||_0x541014['message']||_0x172f7c['FKPfH'],_0x44329a=_0x487b52['join']('\x0a\x0a')||_0x541014[_0x233bd2(0x16d)]||_0x443fe8,_0x502056={};return _0x502056[_0x233bd2(0x1c3)]=_0x443fe8,_0x502056[_0x233bd2(0x16d)]=_0x44329a,_0x502056[_0x233bd2(0x1ba)]=_0x541014[_0x233bd2(0x1ba)],_0x502056[_0x233bd2(0x1a9)]=_0x541014[_0x233bd2(0x1a9)],_0x502056[_0x233bd2(0x1c5)]=_0x541014[_0x233bd2(0x1c5)],_0x502056;}[a14_0x880290(0x1c7)](_0x34913f){const _0x1703ae=a14_0x880290,_0x770bbc={};_0x770bbc[_0x1703ae(0x158)]=function(_0x1970c6,_0x5a439b){return _0x1970c6===_0x5a439b;},_0x770bbc[_0x1703ae(0x1ac)]=function(_0x1b4e2f,_0x59d3d2){return _0x1b4e2f===_0x59d3d2;},_0x770bbc[_0x1703ae(0x19d)]='.git',_0x770bbc[_0x1703ae(0x1a5)]=_0x1703ae(0x151);const _0x4235c6=_0x770bbc,_0xc509d=path[_0x1703ae(0x17d)];if(_0x4235c6[_0x1703ae(0x158)](_0x34913f,null)||_0x4235c6[_0x1703ae(0x158)](_0x34913f,'')||_0x4235c6[_0x1703ae(0x158)](_0x34913f,_0xc509d)||_0x4235c6[_0x1703ae(0x1ac)](_0x34913f,path[_0x1703ae(0x1cf)](_0x34913f)))return null;try{return fs[_0x1703ae(0x161)](path[_0x1703ae(0x185)](_0x34913f,_0x4235c6[_0x1703ae(0x19d)],_0x4235c6[_0x1703ae(0x1a5)])),_0x34913f;}catch(_0x43007e){return this['_findGitConfig'](path[_0x1703ae(0x1cf)](_0x34913f));}}}module['exports']=BrowserStackJasmineReporter;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a15_0x1fbc4d=a15_0x2889;function a15_0x2889(_0xeeb58a,_0x362558){const _0x52cfb0=a15_0x52cf();return a15_0x2889=function(_0x28890b,_0x3883df){_0x28890b=_0x28890b-0x1b6;let _0x5639b2=_0x52cfb0[_0x28890b];return _0x5639b2;},a15_0x2889(_0xeeb58a,_0x362558);}(function(_0x215aa6,_0x3b9651){const _0x4ca99c=a15_0x2889,_0x3ae662=_0x215aa6();while(!![]){try{const _0x583dd7=-parseInt(_0x4ca99c(0x200))/0x1*(parseInt(_0x4ca99c(0x1de))/0x2)+parseInt(_0x4ca99c(0x22f))/0x3*(-parseInt(_0x4ca99c(0x213))/0x4)+parseInt(_0x4ca99c(0x21a))/0x5+parseInt(_0x4ca99c(0x241))/0x6*(parseInt(_0x4ca99c(0x24c))/0x7)+-parseInt(_0x4ca99c(0x1d2))/0x8+parseInt(_0x4ca99c(0x1ca))/0x9*(parseInt(_0x4ca99c(0x1da))/0xa)+-parseInt(_0x4ca99c(0x223))/0xb*(-parseInt(_0x4ca99c(0x1fd))/0xc);if(_0x583dd7===_0x3b9651)break;else _0x3ae662['push'](_0x3ae662['shift']());}catch(_0x4655af){_0x3ae662['push'](_0x3ae662['shift']());}}}(a15_0x52cf,0x3586d));function a15_0x52cf(){const _0x1f6bf0=['isCLIEnabled','proxySettings','useW3C','spec/support/jasmine.json','finalExecution','winstonLogger','unlinkSync','Okfgl','meQhj','binSessionId','platforms','parallelsPerPlatform','AAoAc','../../helpers/helper','specArgs','length','2709wMgtCH','start',')\x20exited\x20with\x20code\x20','spec_dir','zrXFO','eJCHe','spec','maxWorkers','1986456kNcfZi','npx','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','medxA','../../helpers/utilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','1750gpeYMF','all','parse','--helper=','125102PrmLZK','TAlaZ','getInstance',';\x20proceeding\x20without\x20injection','BROWSERSTACK_JASMINE_PARALLELS','\x27\x20:\x20','SfJkM','printBuildLink',',\x20specs=','BROWSERSTACK_TEST_OBSERVABILITY_YML','SUkbO','env','util','../../helpers/test-observability/utils','end','\x20:\x20','accessibilityOptions','../../helpers/performance/constants','error\x20removing\x20tcg\x20config\x20file','globSync','debug','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','exitCode','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','AwUwt','JASMINE','Pqqhs','__isPlaywrightInstalled','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','132tljArR','win32','slice','4tSOfMn','\x20work-item(s),\x20max\x20','spec_files','IJgsV','XBBon','stringify','../../helpers/performance/performance-tester','p-limit','getTCGConfigFilePaths','algBI','jasmine','isUndefined','testObservability','parseFileNames','mZZUk','\x20concurrent)','getPackageVersion','dFKyH','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','142148WoSVIG','../../helpers/playwright-helper','BROWSERSTACK_CLI_BIN_SESSION_ID','rmdirSync','close','isArray','DGiPH','1799430HxAKMc','../../helpers/logger','initialize','posix','cwd','trim','Cfzoy','config','launchBuild','239503laLXEx','logLevel','amnSF','join','Running\x20your\x20Jasmine\x20tests\x20across\x20','push','WQoew','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','setupTCGAuth','KQBUs','find','map','9FZKTbZ','yzGWX','SDK_CLEANUP','format','SYyxK','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','assign','@playwright/test','inTge','kDQqZ','VvWqT','string','platform','eNaMW','error','FRAMEWORKS','xmQkj','../../helpers/test-observability/constants','6bOqHAs','isBrowserstackInfra','exports','existsSync','from','SNUtT','validPlatformsPresent','Ekfpc','KTSGh','igkfD','utf8','1206121PWXqse','JASMINE_CONFIG_PATH','DPJJy','startsWith','info','inherit','FeZjC','readFileSync','../../helpers/testhub/testhubHandler','UFJTp','resolve','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','true',')\x20:\x20','platformIndex','XBMQP','mZBIF','filter'];a15_0x52cf=function(){return _0x1f6bf0;};return a15_0x52cf();}const fs=require('fs'),path=require('path'),util=require(a15_0x1fbc4d(0x1ea)),{spawn}=require('child_process'),glob=require('glob'),pLimit=require(a15_0x1fbc4d(0x207)),logger=require(a15_0x1fbc4d(0x21b))[a15_0x1fbc4d(0x1bf)],helper=require(a15_0x1fbc4d(0x1c7)),utilities=require(a15_0x1fbc4d(0x1d7)),constants=require('../utils/constants'),TestHubHandler=require(a15_0x1fbc4d(0x254)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a15_0x1fbc4d(0x1eb)),{FRAMEWORKS}=require(a15_0x1fbc4d(0x240)),PerformanceTester=require(a15_0x1fbc4d(0x206)),PerformanceEvents=require(a15_0x1fbc4d(0x1ef))['EVENTS'],BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a15_0x1fbc4d(0x214)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require('../../helpers/puppeteer-helper'),getMaxWorkers=(_0x132705,_0x214879)=>{const _0x466746=a15_0x1fbc4d,_0x266bbd={'DGiPH':function(_0x185b82,_0x5830db){return _0x185b82(_0x5830db);}};let _0x1def44=0x1;if(!helper[_0x466746(0x20b)](_0x214879[_0x466746(0x1c5)]))_0x1def44=_0x266bbd[_0x466746(0x219)](parseInt,_0x214879[_0x466746(0x1c5)]);else!helper[_0x466746(0x20b)](_0x132705[_0x466746(0x1d1)])&&(_0x1def44=_0x132705[_0x466746(0x1d1)]);return _0x1def44;},resolveJasmineConfigPath=()=>{const _0x3b77d5=a15_0x1fbc4d,_0x500340={};_0x500340['luFyR']=_0x3b77d5(0x1bd);const _0x88e9f0=_0x500340,_0x30579f=[];process[_0x3b77d5(0x1e9)][_0x3b77d5(0x24d)]&&_0x30579f['push'](path[_0x3b77d5(0x256)](process[_0x3b77d5(0x21e)](),process[_0x3b77d5(0x1e9)]['JASMINE_CONFIG_PATH']));_0x30579f[_0x3b77d5(0x228)](path['resolve'](process[_0x3b77d5(0x21e)](),_0x88e9f0['luFyR']));for(const _0x31ca68 of _0x30579f){try{if(fs['existsSync'](_0x31ca68))return _0x31ca68;}catch(_0x33f205){}}return null;},enumerateSpecFiles=_0x7b8f98=>{const _0x4f39b4=a15_0x1fbc4d,_0x3501c2={'FeZjC':function(_0x39f5e4,_0x21eec6){return _0x39f5e4(_0x21eec6);},'inTge':function(_0x2a44e8,_0x543c7f){return _0x2a44e8>_0x543c7f;},'igkfD':function(_0x4a98e7,_0x302974){return _0x4a98e7<_0x302974;},'mZZUk':function(_0x1f8359,_0x2b6747){return _0x1f8359===_0x2b6747;},'yzGWX':_0x4f39b4(0x23a),'xmQkj':function(_0x250efc,_0x445d9b){return _0x250efc>_0x445d9b;},'AAoAc':function(_0x4b466e,_0x358c50,_0x6b059c){return _0x4b466e(_0x358c50,_0x6b059c);},'eFPXP':function(_0x1d9f00){return _0x1d9f00();},'IJgsV':_0x4f39b4(0x24b),'dFKyH':_0x4f39b4(0x1d0),'Cfzoy':'**/*[sS]pec.?(m)js','amnSF':function(_0xe85ec7,_0x5e6075){return _0xe85ec7>_0x5e6075;}};try{if(testOpsHelper['shouldReRunObservabilityTests']()){const _0x1a552a=testOpsHelper[_0x4f39b4(0x20d)](process[_0x4f39b4(0x1e9)]['BROWSERSTACK_RERUN_TESTS']);if(Array[_0x4f39b4(0x218)](_0x1a552a)&&_0x3501c2[_0x4f39b4(0x237)](_0x1a552a['length'],0x0))return _0x1a552a[_0x4f39b4(0x22e)](_0x1801a5=>path[_0x4f39b4(0x256)](process[_0x4f39b4(0x21e)](),_0x1801a5[_0x4f39b4(0x21f)]()))['filter'](Boolean);}}catch(_0x41d43d){_0x3501c2[_0x4f39b4(0x252)](debug,_0x4f39b4(0x1d9)+util[_0x4f39b4(0x232)](_0x41d43d));}const _0x466548=[];try{for(let _0x3de42c=0x1;_0x3501c2[_0x4f39b4(0x24a)](_0x3de42c,_0x7b8f98[_0x4f39b4(0x1c9)]);_0x3de42c++){const _0x1e6a50=_0x7b8f98[_0x3de42c];_0x3501c2[_0x4f39b4(0x20e)](typeof _0x1e6a50,_0x3501c2[_0x4f39b4(0x230)])&&!_0x1e6a50[_0x4f39b4(0x24f)]('-')&&_0x466548[_0x4f39b4(0x228)](_0x1e6a50);}}catch(_0x22e3dd){}const _0x225012={'cwd':process[_0x4f39b4(0x21e)](),'absolute':!![],'nodir':!![]},_0x471455=(_0x538067,_0x3fc534)=>{const _0x3fcebd=_0x4f39b4,_0x2cfa7b=[];for(const _0x3afd66 of _0x538067){try{const _0x5a0ccf=_0x3fc534?path[_0x3fcebd(0x21d)][_0x3fcebd(0x226)](_0x3fc534,_0x3afd66):_0x3afd66,_0x1c2085=glob[_0x3fcebd(0x1f1)](_0x5a0ccf,_0x225012);Array[_0x3fcebd(0x218)](_0x1c2085)&&_0x2cfa7b[_0x3fcebd(0x228)](..._0x1c2085);}catch(_0x564477){_0x3501c2[_0x3fcebd(0x252)](debug,_0x3fcebd(0x1d5)+_0x3afd66+_0x3fcebd(0x1e3)+util[_0x3fcebd(0x232)](_0x564477));}}return _0x2cfa7b;};if(_0x3501c2[_0x4f39b4(0x23f)](_0x466548[_0x4f39b4(0x1c9)],0x0)){const _0x2dd31e=_0x3501c2[_0x4f39b4(0x1c6)](_0x471455,_0x466548,null);if(_0x3501c2[_0x4f39b4(0x237)](_0x2dd31e[_0x4f39b4(0x1c9)],0x0))return Array['from'](new Set(_0x2dd31e));return _0x466548['map'](_0x3aa177=>path[_0x4f39b4(0x256)](process[_0x4f39b4(0x21e)](),_0x3aa177));}try{const _0x7ddccf=_0x3501c2['eFPXP'](resolveJasmineConfigPath);if(_0x7ddccf){const _0x1218ea=JSON[_0x4f39b4(0x1dc)](fs[_0x4f39b4(0x253)](_0x7ddccf,_0x3501c2[_0x4f39b4(0x203)])),_0x1bc24c=_0x1218ea[_0x4f39b4(0x1cd)]||_0x3501c2[_0x4f39b4(0x211)],_0x13635c=Array[_0x4f39b4(0x218)](_0x1218ea[_0x4f39b4(0x202)])&&_0x3501c2[_0x4f39b4(0x23f)](_0x1218ea[_0x4f39b4(0x202)]['length'],0x0)?_0x1218ea[_0x4f39b4(0x202)]:[_0x3501c2[_0x4f39b4(0x220)]],_0x10e6ae=_0x3501c2['AAoAc'](_0x471455,_0x13635c,_0x1bc24c);if(_0x3501c2[_0x4f39b4(0x225)](_0x10e6ae['length'],0x0))return Array[_0x4f39b4(0x245)](new Set(_0x10e6ae));}}catch(_0x248ec0){_0x3501c2['FeZjC'](debug,'Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20'+util[_0x4f39b4(0x232)](_0x248ec0));}return null;};async function run(_0x410743,_0x4d479a,_0x4e85b6){const _0x4a2237=a15_0x1fbc4d,_0x528dfe={'KQBUs':function(_0x94322f,_0x487e1b){return _0x94322f>_0x487e1b;},'zrXFO':_0x4a2237(0x1db),'XBBon':function(_0x58b1a9,_0x4d58b5){return _0x58b1a9(_0x4d58b5);},'medxA':function(_0x1c8135,_0x15cbf0){return _0x1c8135||_0x15cbf0;},'WQoew':function(_0x37649e,_0x45787e){return _0x37649e(_0x45787e);},'Kvmxn':function(_0x2e0bfc,_0x3e670e){return _0x2e0bfc>_0x3e670e;},'SUkbO':function(_0x4c3eea,_0x36600e,_0x50aba7,_0x33a73d){return _0x4c3eea(_0x36600e,_0x50aba7,_0x33a73d);},'DPJJy':_0x4a2237(0x1d3),'oGEnP':_0x4a2237(0x20a),'algBI':function(_0x12a6b1,_0x4a3d3b){return _0x12a6b1===_0x4a3d3b;},'eNaMW':_0x4a2237(0x1fe),'SYyxK':_0x4a2237(0x251),'SNUtT':_0x4a2237(0x217),'ccFVY':_0x4a2237(0x23d),'AwUwt':function(_0x505534,_0x14b3d7){return _0x505534(_0x14b3d7);},'gkqcm':_0x4a2237(0x236),'TAlaZ':function(_0x5a0428){return _0x5a0428();},'VvWqT':function(_0x314763,_0x14e7d4){return _0x314763!=_0x14e7d4;},'ypRXN':_0x4a2237(0x258),'ncZDX':function(_0x252833,_0x5a7348){return _0x252833(_0x5a7348);},'Okfgl':function(_0x281564,_0x498fe4,_0x15af55){return _0x281564(_0x498fe4,_0x15af55);},'eJCHe':function(_0x21b398,_0xb9ea19){return _0x21b398*_0xb9ea19;},'XBMQP':function(_0x315ae6,_0x9a3853){return _0x315ae6(_0x9a3853);},'kDQqZ':function(_0x20df79,_0x8e070){return _0x20df79(_0x8e070);},'KTSGh':function(_0x56652c,_0x364f2d){return _0x56652c(_0x364f2d);},'mZBIF':'test.setup.js','QQjTQ':function(_0x3c6ec9,_0x314e7b){return _0x3c6ec9(_0x314e7b);},'Pqqhs':function(_0x50a058,_0x1ac3e2){return _0x50a058(_0x1ac3e2);},'Ekfpc':function(_0x2ff629,_0x209226){return _0x2ff629<_0x209226;},'UFJTp':function(_0x6be191,_0x508109){return _0x6be191>_0x508109;},'uNYsm':_0x4a2237(0x1f0)},_0x150f5d=helper[_0x4a2237(0x210)](_0x528dfe['gkqcm']);global[_0x4a2237(0x1fa)]=!!_0x150f5d;const _0x3eb9cb=_0x528dfe[_0x4a2237(0x1df)](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x3eb9cb;helper[_0x4a2237(0x242)]()?(await _0x4e85b6[_0x4a2237(0x21c)](_0x410743),await helper['handleApp'](_0x4e85b6['config'])):await _0x4e85b6[_0x4a2237(0x22b)]();if(_0x150f5d)await _0x528dfe[_0x4a2237(0x1e8)](checkPwandBootstrapCli,_0x150f5d,constants[_0x4a2237(0x23e)][_0x4a2237(0x1f8)],_0x4e85b6);else _0x3eb9cb&&await _0x528dfe['SUkbO'](checkPuppeteerAndBootstrapCli,_0x3eb9cb,constants[_0x4a2237(0x23e)]['JASMINE'],_0x4e85b6);if(!_0x4e85b6['config'])return;_0x528dfe[_0x4a2237(0x239)](_0x4e85b6[_0x4a2237(0x221)][_0x4a2237(0x20c)],null)?process[_0x4a2237(0x1e9)][_0x4a2237(0x1e7)]=_0x4e85b6[_0x4a2237(0x221)][_0x4a2237(0x20c)]:process[_0x4a2237(0x1e9)][_0x4a2237(0x1e7)]=_0x528dfe['ypRXN'];!helper[_0x4a2237(0x20b)](_0x4e85b6[_0x4a2237(0x221)][_0x4a2237(0x1ee)])&&(process[_0x4a2237(0x1e9)][_0x4a2237(0x1d8)]=JSON[_0x4a2237(0x205)](_0x4e85b6[_0x4a2237(0x221)]['accessibilityOptions']));try{await TestHubHandler[_0x4a2237(0x222)](FRAMEWORKS['JASMINE'],_0x4e85b6);}catch(_0x5eb81b){logger['error']('[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20'+util[_0x4a2237(0x232)](_0x5eb81b)),_0x528dfe['ncZDX'](debug,'Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20'+util[_0x4a2237(0x232)](_0x5eb81b));}let _0xbd7ff2=![],_0x9a1761=[];try{_0xbd7ff2=helper[_0x4a2237(0x1bc)](_0x4e85b6[_0x4a2237(0x221)]),_0x9a1761=helper['prepareCapabilities'](_0x4e85b6['config'],_0xbd7ff2,constants[_0x4a2237(0x23e)][_0x4a2237(0x1f8)]),process[_0x4a2237(0x1e9)]['BROWSERSTACK_CAPABILITIES']=JSON[_0x4a2237(0x205)](_0x9a1761);}catch(_0x4a018b){_0x528dfe[_0x4a2237(0x229)](debug,_0x4a2237(0x1f3)+util[_0x4a2237(0x232)](_0x4a018b));}let _0x56abfb=null,_0x203b41=![];try{_0x56abfb=helper['getHubUrl'](_0x4e85b6[_0x4a2237(0x221)]),_0x203b41=helper[_0x4a2237(0x247)](_0x4e85b6['config']);}catch(_0x4d27ac){_0x528dfe['XBBon'](debug,_0x4a2237(0x257)+util[_0x4a2237(0x232)](_0x4d27ac));}const _0x1aefb0=_0x49278f=>{const _0x5d231c=_0x4a2237,_0xf825c7=Array['isArray'](_0x9a1761)&&_0x528dfe[_0x5d231c(0x22c)](_0x9a1761['length'],_0x49278f)?_0x9a1761[_0x49278f]:Array[_0x5d231c(0x218)](_0x9a1761)&&_0x528dfe['KQBUs'](_0x9a1761[_0x5d231c(0x1c9)],0x0)?_0x9a1761[0x0]:{};return{'server':_0x56abfb,'capability':_0xf825c7,'proxySettings':_0x4e85b6['config'][_0x5d231c(0x1bb)],'platform':helper['getPlatformName'](_0xf825c7),'browserStackLogLevel':_0x4e85b6[_0x5d231c(0x221)][_0x5d231c(0x224)],'platformIndex':_0x49278f,'framework':constants[_0x5d231c(0x23e)][_0x5d231c(0x1f8)],'platformCaps':_0x203b41?Object[_0x5d231c(0x235)]({'index':_0x49278f},_0x4e85b6['config'][_0x5d231c(0x1c4)][_0x49278f]):{'index':_0x49278f}};};let _0x14ca97=0x1,_0xae825e=0x1,_0x57c7d0=0x1;try{_0x14ca97=_0x528dfe[_0x4a2237(0x1c1)](getMaxWorkers,_0x410743,_0x4e85b6[_0x4a2237(0x221)]),_0xae825e=_0x203b41?_0x4e85b6[_0x4a2237(0x221)][_0x4a2237(0x1c4)][_0x4a2237(0x1c9)]:0x1,_0x57c7d0=_0x528dfe[_0x4a2237(0x1cf)](_0xae825e,_0x14ca97),process[_0x4a2237(0x1e9)][_0x4a2237(0x1e2)]=_0x528dfe[_0x4a2237(0x1b7)](String,_0x57c7d0);}catch(_0x5b7518){_0x528dfe[_0x4a2237(0x238)](debug,_0x4a2237(0x212)+util[_0x4a2237(0x232)](_0x5b7518));}try{BrowserstackCLI[_0x4a2237(0x1e0)]()[_0x4a2237(0x1c3)]&&(process[_0x4a2237(0x1e9)][_0x4a2237(0x215)]=BrowserstackCLI[_0x4a2237(0x1e0)]()[_0x4a2237(0x1c3)]);}catch(_0x1945cb){_0x528dfe[_0x4a2237(0x249)](debug,_0x4a2237(0x234)+util[_0x4a2237(0x232)](_0x1945cb));}const _0x26ee74=[];try{const _0x2eb41f=path['resolve'](__dirname,_0x528dfe[_0x4a2237(0x1b8)]);fs[_0x4a2237(0x244)](_0x2eb41f)?_0x26ee74[_0x4a2237(0x228)](_0x4a2237(0x1dd)+_0x2eb41f):_0x528dfe[_0x4a2237(0x1f7)](debug,_0x4a2237(0x1fb)+_0x2eb41f+_0x4a2237(0x1e1));}catch(_0x5280a9){_0x528dfe['QQjTQ'](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x4a2237(0x232)](_0x5280a9));}const _0x4ba065=_0x4d479a[_0x4a2237(0x1ff)](0x1),_0x2ef389=_0x528dfe['Pqqhs'](enumerateSpecFiles,_0x4d479a),_0x76d184=[];for(let _0x109042=0x0;_0x528dfe[_0x4a2237(0x248)](_0x109042,_0xae825e);_0x109042++){if(_0x528dfe[_0x4a2237(0x22c)](_0x14ca97,0x1)&&Array[_0x4a2237(0x218)](_0x2ef389)&&_0x528dfe[_0x4a2237(0x22c)](_0x2ef389[_0x4a2237(0x1c9)],0x0))for(const _0x1f60c0 of _0x2ef389){const _0x382e1e={};_0x382e1e[_0x4a2237(0x1b6)]=_0x109042,_0x382e1e['specArgs']=[_0x1f60c0],_0x76d184[_0x4a2237(0x228)](_0x382e1e);}else{const _0x570df1={};_0x570df1[_0x4a2237(0x1b6)]=_0x109042,_0x570df1[_0x4a2237(0x1c8)]=_0x2ef389,_0x76d184[_0x4a2237(0x228)](_0x570df1);}}logger[_0x4a2237(0x250)](_0x4a2237(0x227)+_0xae825e+'\x20platform(s),\x20parallelsPerPlatform='+_0x14ca97+'\x20('+_0x76d184[_0x4a2237(0x1c9)]+_0x4a2237(0x201)+_0x57c7d0+_0x4a2237(0x20f)),PerformanceTester[_0x4a2237(0x1ec)](PerformanceEvents['SDK_SETUP']);const _0x4e5fbd=_0x35c511=>new Promise(_0x8c66f0=>{const _0x24d249=_0x4a2237,_0x16f379={'Repui':_0x528dfe[_0x24d249(0x1ce)],'SfJkM':function(_0xdb9eaa,_0x51fb05){const _0x4bb033=_0x24d249;return _0x528dfe[_0x4bb033(0x204)](_0xdb9eaa,_0x51fb05);},'meQhj':function(_0xa0ec76,_0x4e63da){const _0x55fc76=_0x24d249;return _0x528dfe[_0x55fc76(0x1d6)](_0xa0ec76,_0x4e63da);},'AhvSD':function(_0x2df580,_0x5f99f1){const _0x77c0d3=_0x24d249;return _0x528dfe[_0x77c0d3(0x229)](_0x2df580,_0x5f99f1);}};let _0x503a11;try{const _0x1aaaa8=_0x528dfe[_0x24d249(0x204)](_0x1aefb0,_0x35c511[_0x24d249(0x1b6)]);_0x503a11=Object[_0x24d249(0x235)]({},process[_0x24d249(0x1e9)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x24d249(0x205)](_0x1aaaa8),'BROWSERSTACK_CAPABILITIES':JSON[_0x24d249(0x205)]([_0x1aaaa8['capability']]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x4035c4){_0x528dfe[_0x24d249(0x204)](debug,_0x24d249(0x1d4)+_0x35c511[_0x24d249(0x1b6)]+_0x24d249(0x1ed)+util['format'](_0x4035c4)),_0x503a11=Object[_0x24d249(0x235)]({},process['env']);}const _0x178aad=Array['isArray'](_0x35c511[_0x24d249(0x1c8)])?_0x35c511['specArgs']:[],_0x2e5c6b=_0x528dfe['Kvmxn'](_0x178aad[_0x24d249(0x1c9)],0x0)?_0x4ba065[_0x24d249(0x1b9)](_0x291103=>typeof _0x291103==='string'&&_0x291103['startsWith']('-')):_0x4ba065,_0x127d04=[..._0x26ee74,..._0x2e5c6b,..._0x178aad];try{const _0x53493d=_0x528dfe[_0x24d249(0x1e8)](spawn,_0x528dfe[_0x24d249(0x24e)],[_0x528dfe['oGEnP'],..._0x127d04],{'shell':_0x528dfe[_0x24d249(0x209)](process[_0x24d249(0x23b)],_0x528dfe[_0x24d249(0x23c)]),'stdio':_0x528dfe[_0x24d249(0x233)],'env':_0x503a11});_0x53493d['on'](_0x528dfe[_0x24d249(0x246)],_0xe6f931=>{const _0x3f9fc7=_0x24d249;logger['debug']('jasmine\x20child\x20(platformIndex='+_0x35c511[_0x3f9fc7(0x1b6)]+_0x3f9fc7(0x1e6)+(_0x178aad[_0x3f9fc7(0x1c9)]?_0x178aad[_0x3f9fc7(0x226)](','):_0x16f379['Repui'])+_0x3f9fc7(0x1cc)+_0xe6f931),_0x16f379[_0x3f9fc7(0x1e4)](_0x8c66f0,_0x16f379[_0x3f9fc7(0x1c2)](_0xe6f931,0x0));}),_0x53493d['on'](_0x528dfe['ccFVY'],_0x7cf1a9=>{const _0x192366=_0x24d249;_0x16f379[_0x192366(0x1e4)](debug,_0x192366(0x1f4)+_0x35c511[_0x192366(0x1b6)]+_0x192366(0x259)+util[_0x192366(0x232)](_0x7cf1a9)),_0x16f379['AhvSD'](_0x8c66f0,0x1);});}catch(_0x2dc510){_0x528dfe[_0x24d249(0x1f7)](debug,_0x24d249(0x22a)+_0x35c511[_0x24d249(0x1b6)]+')\x20:\x20'+util[_0x24d249(0x232)](_0x2dc510)),_0x528dfe[_0x24d249(0x204)](_0x8c66f0,0x1);}}),_0x5ec714=_0x528dfe[_0x4a2237(0x1f9)](pLimit,_0x528dfe[_0x4a2237(0x255)](_0x57c7d0,0x0)?_0x57c7d0:0x1),_0x260a72=await Promise[_0x4a2237(0x1db)](_0x76d184[_0x4a2237(0x22e)](_0x48e278=>_0x5ec714(()=>_0x4e5fbd(_0x48e278))));PerformanceTester[_0x4a2237(0x1cb)](PerformanceEvents[_0x4a2237(0x231)]);const _0x18eb5b=_0x260a72[_0x4a2237(0x22d)](_0x17811e=>_0x17811e!==0x0)||0x0;process[_0x4a2237(0x1f5)]=_0x18eb5b,logger[_0x4a2237(0x1f2)](_0x4a2237(0x1fc)+_0x18eb5b);const _0x4429ef=BrowserstackCLI[_0x4a2237(0x1ba)]();try{await TestHubHandler['stop'](),await BrowserstackCLI['getInstance']()['stop']();}catch(_0xb6e66f){_0x528dfe[_0x4a2237(0x1b7)](debug,_0x4a2237(0x1f6)+util['format'](_0xb6e66f));}try{const {browserstackFolderPath:_0x5bc502,tcgConfigPath:_0x570ca3}=helper[_0x4a2237(0x208)]();fs[_0x4a2237(0x1c0)](_0x570ca3),fs[_0x4a2237(0x216)](_0x5bc502);}catch(_0x4ec147){logger[_0x4a2237(0x1f2)](_0x528dfe['uNYsm'],_0x4ec147);}testOpsHelper[_0x4a2237(0x1e5)](),await utilities[_0x4a2237(0x1be)](_0x4e85b6,_0x4429ef);}module[a15_0x1fbc4d(0x243)]=run;
|
|
2
|
+
'use strict';const a15_0x196bf0=a15_0x5b38;(function(_0x4b1e1e,_0x34f03a){const _0x1b1815=a15_0x5b38,_0x17c0bc=_0x4b1e1e();while(!![]){try{const _0x460660=-parseInt(_0x1b1815(0x18a))/0x1*(-parseInt(_0x1b1815(0x1c0))/0x2)+-parseInt(_0x1b1815(0x1dd))/0x3+-parseInt(_0x1b1815(0x1c1))/0x4+parseInt(_0x1b1815(0x184))/0x5*(parseInt(_0x1b1815(0x190))/0x6)+-parseInt(_0x1b1815(0x1c8))/0x7+-parseInt(_0x1b1815(0x1ad))/0x8*(-parseInt(_0x1b1815(0x1b1))/0x9)+-parseInt(_0x1b1815(0x187))/0xa;if(_0x460660===_0x34f03a)break;else _0x17c0bc['push'](_0x17c0bc['shift']());}catch(_0x315c7a){_0x17c0bc['push'](_0x17c0bc['shift']());}}}(a15_0x4a91,0xae851));const fs=require('fs'),path=require(a15_0x196bf0(0x131)),util=require(a15_0x196bf0(0x194)),{spawn}=require('child_process'),glob=require(a15_0x196bf0(0x15c)),pLimit=require(a15_0x196bf0(0x14f)),logger=require('../../helpers/logger')[a15_0x196bf0(0x160)],helper=require(a15_0x196bf0(0x1a4)),utilities=require(a15_0x196bf0(0x13a)),constants=require('../utils/constants'),TestHubHandler=require(a15_0x196bf0(0x1a1)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a15_0x196bf0(0x19d)),{FRAMEWORKS}=require(a15_0x196bf0(0x1aa)),PerformanceTester=require(a15_0x196bf0(0x1a2)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],BrowserstackCLI=require(a15_0x196bf0(0x142)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require('../../helpers/puppeteer-helper'),getMaxWorkers=(_0x442e73,_0x31485e)=>{const _0x183be7=a15_0x196bf0,_0x4b5330={'fPWEn':function(_0x30e687,_0x234578){return _0x30e687(_0x234578);}};let _0x361f16=0x1;if(!helper[_0x183be7(0x1c5)](_0x31485e[_0x183be7(0x185)]))_0x361f16=_0x4b5330[_0x183be7(0x132)](parseInt,_0x31485e[_0x183be7(0x185)]);else!helper[_0x183be7(0x1c5)](_0x442e73[_0x183be7(0x156)])&&(_0x361f16=_0x442e73[_0x183be7(0x156)]);return _0x361f16;},resolveJasmineConfigPath=()=>{const _0x50524e=a15_0x196bf0,_0x277850={};_0x277850[_0x50524e(0x17c)]='spec/support/jasmine.json';const _0x4eb2f7=_0x277850,_0x2922b0=[];process[_0x50524e(0x165)][_0x50524e(0x154)]&&_0x2922b0[_0x50524e(0x167)](path[_0x50524e(0x138)](process['cwd'](),process[_0x50524e(0x165)][_0x50524e(0x154)]));_0x2922b0[_0x50524e(0x167)](path[_0x50524e(0x138)](process[_0x50524e(0x164)](),_0x4eb2f7['GdgKS']));for(const _0x56ebc5 of _0x2922b0){try{if(fs[_0x50524e(0x192)](_0x56ebc5))return _0x56ebc5;}catch(_0x324505){}}return null;},enumerateSpecFiles=_0x342709=>{const _0x26b782=a15_0x196bf0,_0x294814={'WSMvd':function(_0x302a0a,_0x5564c7){return _0x302a0a(_0x5564c7);},'EKDcE':function(_0x609fd8,_0x155d2c){return _0x609fd8>_0x155d2c;},'mnpDf':function(_0x4d9ca3,_0x33132a){return _0x4d9ca3(_0x33132a);},'TpLQx':function(_0x193851,_0x225508){return _0x193851<_0x225508;},'KLovt':function(_0x4cf6f8,_0x2f79a7){return _0x4cf6f8===_0x2f79a7;},'FidGW':_0x26b782(0x176),'NwsYo':function(_0x36ee15,_0x3662e9){return _0x36ee15>_0x3662e9;},'QlglK':function(_0x11f4f3,_0x124ee8,_0x3300c7){return _0x11f4f3(_0x124ee8,_0x3300c7);},'EKCsS':function(_0x4d2f11){return _0x4d2f11();},'UnfWi':_0x26b782(0x1d3),'xecdk':_0x26b782(0x16a),'jQSTX':function(_0x226c8d,_0x546ef2){return _0x226c8d>_0x546ef2;},'DjHFk':_0x26b782(0x14d),'hUfOk':function(_0x1d9813,_0x1cb864,_0xf78707){return _0x1d9813(_0x1cb864,_0xf78707);},'etQdl':function(_0x2ed9d2,_0x4e114a){return _0x2ed9d2>_0x4e114a;}};try{if(testOpsHelper[_0x26b782(0x149)]()){const _0x1e4bd9=testOpsHelper['parseFileNames'](process[_0x26b782(0x165)][_0x26b782(0x18f)]);if(Array[_0x26b782(0x1b3)](_0x1e4bd9)&&_0x294814[_0x26b782(0x158)](_0x1e4bd9[_0x26b782(0x14c)],0x0))return _0x1e4bd9[_0x26b782(0x150)](_0x4c8f51=>path[_0x26b782(0x138)](process[_0x26b782(0x164)](),_0x4c8f51[_0x26b782(0x175)]()))['filter'](Boolean);}}catch(_0x28d83b){_0x294814[_0x26b782(0x1d2)](debug,'Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20'+util['format'](_0x28d83b));}const _0xecc2ed=[];try{for(let _0x156ed7=0x1;_0x294814['TpLQx'](_0x156ed7,_0x342709[_0x26b782(0x14c)]);_0x156ed7++){const _0x51116d=_0x342709[_0x156ed7];_0x294814['KLovt'](typeof _0x51116d,_0x294814['FidGW'])&&!_0x51116d[_0x26b782(0x133)]('-')&&_0xecc2ed[_0x26b782(0x167)](_0x51116d);}}catch(_0x1dd0d8){}const _0x588ace={'cwd':process[_0x26b782(0x164)](),'absolute':!![],'nodir':!![]},_0x5e70f4=(_0x502593,_0x24a045)=>{const _0x5a649d=_0x26b782,_0x4faaec=[];for(const _0x551d97 of _0x502593){try{const _0x30b115=_0x24a045?path[_0x5a649d(0x171)][_0x5a649d(0x13f)](_0x24a045,_0x551d97):_0x551d97,_0x1c14ce=glob['globSync'](_0x30b115,_0x588ace);Array[_0x5a649d(0x1b3)](_0x1c14ce)&&_0x4faaec[_0x5a649d(0x167)](..._0x1c14ce);}catch(_0x331f0f){_0x294814[_0x5a649d(0x135)](debug,'Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27'+_0x551d97+_0x5a649d(0x1c6)+util[_0x5a649d(0x1b2)](_0x331f0f));}}return _0x4faaec;};if(_0x294814[_0x26b782(0x183)](_0xecc2ed['length'],0x0)){const _0x1ebf44=_0x294814[_0x26b782(0x1a0)](_0x5e70f4,_0xecc2ed,null);if(_0x294814['EKDcE'](_0x1ebf44[_0x26b782(0x14c)],0x0))return Array['from'](new Set(_0x1ebf44));return _0xecc2ed['map'](_0x543419=>path[_0x26b782(0x138)](process[_0x26b782(0x164)](),_0x543419));}try{const _0x1f2343=_0x294814[_0x26b782(0x148)](resolveJasmineConfigPath);if(_0x1f2343){const _0x5b0c1e=JSON[_0x26b782(0x169)](fs[_0x26b782(0x1a7)](_0x1f2343,_0x294814[_0x26b782(0x1b0)])),_0x271891=_0x5b0c1e[_0x26b782(0x1af)]||_0x294814[_0x26b782(0x157)],_0x453702=Array[_0x26b782(0x1b3)](_0x5b0c1e['spec_files'])&&_0x294814[_0x26b782(0x191)](_0x5b0c1e[_0x26b782(0x15e)][_0x26b782(0x14c)],0x0)?_0x5b0c1e[_0x26b782(0x15e)]:[_0x294814[_0x26b782(0x16c)]],_0x160db7=_0x294814[_0x26b782(0x144)](_0x5e70f4,_0x453702,_0x271891);if(_0x294814[_0x26b782(0x195)](_0x160db7[_0x26b782(0x14c)],0x0))return Array[_0x26b782(0x1c7)](new Set(_0x160db7));}}catch(_0x55c2b1){_0x294814[_0x26b782(0x1d2)](debug,_0x26b782(0x146)+util[_0x26b782(0x1b2)](_0x55c2b1));}return null;};function a15_0x4a91(){const _0x126d00=['trim','string','GCDxm','PogdE','specArgs','slice','end','GdgKS','xWCYU','poxhc','ookYM','getHubUrl','IcXIk','error\x20removing\x20tcg\x20config\x20file','NwsYo','155mXWPuK','parallelsPerPlatform','jasmine\x20child\x20(platformIndex=','1803020bGHUxv','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','JwZRP','206289jsqcef','isCLIEnabled','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','stringify','BROWSERSTACK_RERUN_TESTS','133404VlZSzK','jQSTX','existsSync','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','util','etQdl','exports','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','qtnQp','wqcoX','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','config','test.setup.js','../../helpers/test-observability/utils','close','\x20platform(s),\x20parallelsPerPlatform=','QlglK','../../helpers/testhub/testhubHandler','../../helpers/performance/performance-tester','error','../../helpers/helper','validPlatformsPresent','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','readFileSync','assign','yQMag','../../helpers/test-observability/constants','platform','find','8luGrko','Running\x20your\x20Jasmine\x20tests\x20across\x20','spec_dir','UnfWi','4133214XzwzjA','format','isArray','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','getPackageVersion','exitCode','finalExecution','\x20:\x20','KrEPm','vUVSV','AjSZd','npx','start','ognED','aYSyn','10QqpvTh','3503924zQtjcV','\x20work-item(s),\x20max\x20','useW3C','printBuildLink','isUndefined','\x27\x20:\x20','from','374024eewSkb','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','true','handleApp','SSrPd','UuOHq','SDK_SETUP','testObservability','wjZer','initialize','mnpDf','utf8','yyHTS','QeeJO','platformIndex','rPrfr','JbKYp','ZprDt',',\x20specs=','info','jWfLA','1066191ksGQMf','debug','all','path','fPWEn','startsWith','stop','WSMvd','eTJcI','BROWSERSTACK_JASMINE_PARALLELS','resolve','--helper=','../../helpers/utilities',';\x20proceeding\x20without\x20injection','getInstance','BROWSERSTACK_CLI_BIN_SESSION_ID','nOYfV','join','launchBuild','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','../v2/browserstackCLI','xBOWR','hUfOk','binSessionId','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','setupTCGAuth','EKCsS','shouldReRunObservabilityTests','jasmine','\x20concurrent)','length','**/*[sS]pec.?(m)js','LOpRr','p-limit','map','xpcUu','JBftK',')\x20:\x20','JASMINE_CONFIG_PATH','@playwright/test','maxWorkers','xecdk','EKDcE','HuDCy','BROWSERSTACK_TEST_OBSERVABILITY_YML','getTCGConfigFilePaths','glob','jGaZJ','spec_files','platforms','winstonLogger','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','GUAeo','capability','cwd','env','proxySettings','push','win32','parse','spec','BROWSERSTACK_CAPABILITIES','DjHFk','inherit','Dxagk','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','FRAMEWORKS','posix',')\x20exited\x20with\x20code\x20','JASMINE','filter'];a15_0x4a91=function(){return _0x126d00;};return a15_0x4a91();}function a15_0x5b38(_0x42fb58,_0x340563){const _0x4a91cb=a15_0x4a91();return a15_0x5b38=function(_0x5b38f8,_0x1e9f82){_0x5b38f8=_0x5b38f8-0x12f;let _0x564e62=_0x4a91cb[_0x5b38f8];return _0x564e62;},a15_0x5b38(_0x42fb58,_0x340563);}async function run(_0x159b38,_0x510627,_0x4d1943){const _0x2bbfc3=a15_0x196bf0,_0x2cfabe={'xpcUu':function(_0x501541,_0xe0ded3){return _0x501541>_0xe0ded3;},'QeeJO':function(_0x52fc2b,_0x50f320){return _0x52fc2b>_0x50f320;},'gNmvF':_0x2bbfc3(0x130),'wjZer':function(_0x536d01,_0x3d8de7){return _0x536d01(_0x3d8de7);},'wqcoX':function(_0x437985,_0x3eebf4){return _0x437985||_0x3eebf4;},'KrEPm':function(_0x5504ee,_0x256a47,_0x3159a5,_0x4a45ba){return _0x5504ee(_0x256a47,_0x3159a5,_0x4a45ba);},'eTJcI':_0x2bbfc3(0x1bc),'xWCYU':_0x2bbfc3(0x14a),'yyHTS':function(_0x3e335c,_0x2b77cf){return _0x3e335c===_0x2b77cf;},'IcXIk':_0x2bbfc3(0x168),'yQMag':_0x2bbfc3(0x16d),'aYSyn':_0x2bbfc3(0x19e),'mEoaf':_0x2bbfc3(0x1a3),'Dxagk':function(_0x30f466,_0x43f3af){return _0x30f466(_0x43f3af);},'kpkCW':_0x2bbfc3(0x155),'tUiSA':function(_0x266e97){return _0x266e97();},'qtnQp':function(_0x46d16f,_0x4bccc8,_0x3c0745,_0x34ae62){return _0x46d16f(_0x4bccc8,_0x3c0745,_0x34ae62);},'ognED':function(_0xbbb3d9,_0x35e0b7,_0x34b697,_0x51e56d){return _0xbbb3d9(_0x35e0b7,_0x34b697,_0x51e56d);},'poxhc':function(_0x20414f,_0x20c212){return _0x20414f!=_0x20c212;},'ZprDt':_0x2bbfc3(0x1ca),'UuOHq':function(_0xd2009,_0x444d24){return _0xd2009(_0x444d24);},'vUVSV':function(_0x32d454,_0x17d387){return _0x32d454(_0x17d387);},'xBOWR':function(_0x234fba,_0x35a629,_0x1d7181){return _0x234fba(_0x35a629,_0x1d7181);},'rPrfr':function(_0x3970a5,_0x2a6c58){return _0x3970a5*_0x2a6c58;},'OCcqY':function(_0x51b438,_0x191d57){return _0x51b438(_0x191d57);},'NFuoD':function(_0x20b21f,_0x23d7f3){return _0x20b21f(_0x23d7f3);},'ookYM':_0x2bbfc3(0x19c),'HuDCy':function(_0x49d2f8,_0x5bf43b){return _0x49d2f8(_0x5bf43b);},'GUAeo':function(_0x2e4252,_0xe882f6){return _0x2e4252(_0xe882f6);},'nOYfV':function(_0x5ed854,_0x1190fd){return _0x5ed854(_0x1190fd);},'SSrPd':function(_0x3e0dbe,_0x17b352){return _0x3e0dbe<_0x17b352;},'jGaZJ':function(_0x324b1c,_0x59c02c){return _0x324b1c>_0x59c02c;},'JbKYp':function(_0x472eab,_0x1dba17){return _0x472eab(_0x1dba17);},'yXkmD':function(_0xe21770,_0x4d7402){return _0xe21770>_0x4d7402;},'JwZRP':function(_0x5d9399,_0x483e6a){return _0x5d9399(_0x483e6a);},'JBftK':_0x2bbfc3(0x182)},_0x553bcc=helper[_0x2bbfc3(0x1b5)](_0x2cfabe['kpkCW']);global['__isPlaywrightInstalled']=!!_0x553bcc;const _0xac6bd4=_0x2cfabe['tUiSA'](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0xac6bd4;helper['isBrowserstackInfra']()?(await _0x4d1943[_0x2bbfc3(0x1d1)](_0x159b38),await helper[_0x2bbfc3(0x1cb)](_0x4d1943[_0x2bbfc3(0x19b)])):await _0x4d1943[_0x2bbfc3(0x147)]();if(_0x553bcc)await _0x2cfabe[_0x2bbfc3(0x198)](checkPwandBootstrapCli,_0x553bcc,constants['FRAMEWORKS'][_0x2bbfc3(0x173)],_0x4d1943);else _0xac6bd4&&await _0x2cfabe[_0x2bbfc3(0x1be)](checkPuppeteerAndBootstrapCli,_0xac6bd4,constants[_0x2bbfc3(0x170)][_0x2bbfc3(0x173)],_0x4d1943);if(!_0x4d1943[_0x2bbfc3(0x19b)])return;_0x2cfabe[_0x2bbfc3(0x17e)](_0x4d1943['config']['testObservability'],null)?process['env'][_0x2bbfc3(0x15a)]=_0x4d1943[_0x2bbfc3(0x19b)][_0x2bbfc3(0x1cf)]:process[_0x2bbfc3(0x165)][_0x2bbfc3(0x15a)]=_0x2cfabe[_0x2bbfc3(0x1d9)];!helper[_0x2bbfc3(0x1c5)](_0x4d1943[_0x2bbfc3(0x19b)]['accessibilityOptions'])&&(process['env'][_0x2bbfc3(0x1a6)]=JSON['stringify'](_0x4d1943['config']['accessibilityOptions']));try{await TestHubHandler[_0x2bbfc3(0x140)](FRAMEWORKS[_0x2bbfc3(0x173)],_0x4d1943);}catch(_0xc4e54f){logger[_0x2bbfc3(0x1a3)](_0x2bbfc3(0x18c)+util[_0x2bbfc3(0x1b2)](_0xc4e54f)),_0x2cfabe[_0x2bbfc3(0x1cd)](debug,_0x2bbfc3(0x16f)+util[_0x2bbfc3(0x1b2)](_0xc4e54f));}let _0x4b719d=![],_0x2612b5=[];try{_0x4b719d=helper[_0x2bbfc3(0x1c3)](_0x4d1943['config']),_0x2612b5=helper['prepareCapabilities'](_0x4d1943['config'],_0x4b719d,constants[_0x2bbfc3(0x170)][_0x2bbfc3(0x173)]),process[_0x2bbfc3(0x165)][_0x2bbfc3(0x16b)]=JSON[_0x2bbfc3(0x18e)](_0x2612b5);}catch(_0x86c08d){_0x2cfabe[_0x2bbfc3(0x1ba)](debug,'Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20'+util['format'](_0x86c08d));}let _0x2f983c=null,_0x595f29=![];try{_0x2f983c=helper[_0x2bbfc3(0x180)](_0x4d1943[_0x2bbfc3(0x19b)]),_0x595f29=helper[_0x2bbfc3(0x1a5)](_0x4d1943[_0x2bbfc3(0x19b)]);}catch(_0x1379c4){_0x2cfabe[_0x2bbfc3(0x16e)](debug,_0x2bbfc3(0x161)+util[_0x2bbfc3(0x1b2)](_0x1379c4));}const _0x7b4c57=_0x5eb030=>{const _0x4604ee=_0x2bbfc3,_0x19efd5=Array[_0x4604ee(0x1b3)](_0x2612b5)&&_0x2cfabe[_0x4604ee(0x151)](_0x2612b5[_0x4604ee(0x14c)],_0x5eb030)?_0x2612b5[_0x5eb030]:Array[_0x4604ee(0x1b3)](_0x2612b5)&&_0x2cfabe[_0x4604ee(0x1d5)](_0x2612b5['length'],0x0)?_0x2612b5[0x0]:{};return{'server':_0x2f983c,'capability':_0x19efd5,'proxySettings':_0x4d1943['config'][_0x4604ee(0x166)],'platform':helper['getPlatformName'](_0x19efd5),'browserStackLogLevel':_0x4d1943[_0x4604ee(0x19b)]['logLevel'],'platformIndex':_0x5eb030,'framework':constants[_0x4604ee(0x170)][_0x4604ee(0x173)],'platformCaps':_0x595f29?Object[_0x4604ee(0x1a8)]({'index':_0x5eb030},_0x4d1943['config'][_0x4604ee(0x15f)][_0x5eb030]):{'index':_0x5eb030}};};let _0x25a6ce=0x1,_0x4ecc4b=0x1,_0x4ddc53=0x1;try{_0x25a6ce=_0x2cfabe[_0x2bbfc3(0x143)](getMaxWorkers,_0x159b38,_0x4d1943[_0x2bbfc3(0x19b)]),_0x4ecc4b=_0x595f29?_0x4d1943[_0x2bbfc3(0x19b)][_0x2bbfc3(0x15f)]['length']:0x1,_0x4ddc53=_0x2cfabe[_0x2bbfc3(0x1d7)](_0x4ecc4b,_0x25a6ce),process[_0x2bbfc3(0x165)][_0x2bbfc3(0x137)]=_0x2cfabe[_0x2bbfc3(0x1ba)](String,_0x4ddc53);}catch(_0x10c92c){_0x2cfabe['OCcqY'](debug,_0x2bbfc3(0x193)+util['format'](_0x10c92c));}try{BrowserstackCLI['getInstance']()[_0x2bbfc3(0x145)]&&(process[_0x2bbfc3(0x165)][_0x2bbfc3(0x13d)]=BrowserstackCLI[_0x2bbfc3(0x13c)]()[_0x2bbfc3(0x145)]);}catch(_0xfff9b1){_0x2cfabe['NFuoD'](debug,_0x2bbfc3(0x1c9)+util[_0x2bbfc3(0x1b2)](_0xfff9b1));}const _0xdb304d=[];try{const _0x57cb17=path[_0x2bbfc3(0x138)](__dirname,_0x2cfabe[_0x2bbfc3(0x17f)]);fs[_0x2bbfc3(0x192)](_0x57cb17)?_0xdb304d[_0x2bbfc3(0x167)](_0x2bbfc3(0x139)+_0x57cb17):_0x2cfabe[_0x2bbfc3(0x159)](debug,_0x2bbfc3(0x188)+_0x57cb17+_0x2bbfc3(0x13b));}catch(_0x4ef760){_0x2cfabe[_0x2bbfc3(0x162)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util['format'](_0x4ef760));}const _0x41b6b9=_0x510627[_0x2bbfc3(0x17a)](0x1),_0x33fac7=_0x2cfabe[_0x2bbfc3(0x13e)](enumerateSpecFiles,_0x510627),_0x17e95e=[];for(let _0x152902=0x0;_0x2cfabe[_0x2bbfc3(0x1cc)](_0x152902,_0x4ecc4b);_0x152902++){if(_0x2cfabe[_0x2bbfc3(0x15d)](_0x25a6ce,0x1)&&Array['isArray'](_0x33fac7)&&_0x2cfabe[_0x2bbfc3(0x1d5)](_0x33fac7[_0x2bbfc3(0x14c)],0x0))for(const _0x160bbd of _0x33fac7){const _0x47a880={};_0x47a880[_0x2bbfc3(0x1d6)]=_0x152902,_0x47a880[_0x2bbfc3(0x179)]=[_0x160bbd],_0x17e95e[_0x2bbfc3(0x167)](_0x47a880);}else{const _0x12123f={};_0x12123f[_0x2bbfc3(0x1d6)]=_0x152902,_0x12123f[_0x2bbfc3(0x179)]=_0x33fac7,_0x17e95e['push'](_0x12123f);}}logger[_0x2bbfc3(0x1db)](_0x2bbfc3(0x1ae)+_0x4ecc4b+_0x2bbfc3(0x19f)+_0x25a6ce+'\x20('+_0x17e95e[_0x2bbfc3(0x14c)]+_0x2bbfc3(0x1c2)+_0x4ddc53+_0x2bbfc3(0x14b)),PerformanceTester[_0x2bbfc3(0x17b)](PerformanceEvents[_0x2bbfc3(0x1ce)]);const _0x379a1e=_0x167f0e=>new Promise(_0x48d0f3=>{const _0x14ed53=_0x2bbfc3,_0x26f52c={'PogdE':_0x2cfabe['gNmvF'],'GCDxm':function(_0x20eb88,_0x1469c1){const _0x1b19c2=a15_0x5b38;return _0x2cfabe[_0x1b19c2(0x1d0)](_0x20eb88,_0x1469c1);},'LOpRr':function(_0x5dbe65,_0x5e997f){const _0x505050=a15_0x5b38;return _0x2cfabe[_0x505050(0x199)](_0x5dbe65,_0x5e997f);},'AjSZd':function(_0x1c45d0,_0x3c5363){const _0x5f0c66=a15_0x5b38;return _0x2cfabe[_0x5f0c66(0x1d0)](_0x1c45d0,_0x3c5363);},'jWfLA':function(_0x360ed1,_0x1eb374){return _0x2cfabe['wjZer'](_0x360ed1,_0x1eb374);}};let _0x2cec78;try{const _0x54182b=_0x2cfabe[_0x14ed53(0x1d0)](_0x7b4c57,_0x167f0e['platformIndex']);_0x2cec78=Object[_0x14ed53(0x1a8)]({},process['env'],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x54182b),'BROWSERSTACK_CAPABILITIES':JSON[_0x14ed53(0x18e)]([_0x54182b[_0x14ed53(0x163)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x1fb128){_0x2cfabe[_0x14ed53(0x1d0)](debug,_0x14ed53(0x1b4)+_0x167f0e[_0x14ed53(0x1d6)]+_0x14ed53(0x1b8)+util[_0x14ed53(0x1b2)](_0x1fb128)),_0x2cec78=Object['assign']({},process[_0x14ed53(0x165)]);}const _0x286145=Array['isArray'](_0x167f0e[_0x14ed53(0x179)])?_0x167f0e[_0x14ed53(0x179)]:[],_0xae4c70=_0x2cfabe[_0x14ed53(0x151)](_0x286145['length'],0x0)?_0x41b6b9[_0x14ed53(0x174)](_0x1affae=>typeof _0x1affae===_0x14ed53(0x176)&&_0x1affae['startsWith']('-')):_0x41b6b9,_0x2d53cc=[..._0xdb304d,..._0xae4c70,..._0x286145];try{const _0xe37bd=_0x2cfabe[_0x14ed53(0x1b9)](spawn,_0x2cfabe[_0x14ed53(0x136)],[_0x2cfabe[_0x14ed53(0x17d)],..._0x2d53cc],{'shell':_0x2cfabe[_0x14ed53(0x1d4)](process[_0x14ed53(0x1ab)],_0x2cfabe[_0x14ed53(0x181)]),'stdio':_0x2cfabe[_0x14ed53(0x1a9)],'env':_0x2cec78});_0xe37bd['on'](_0x2cfabe[_0x14ed53(0x1bf)],_0x242423=>{const _0x21d44b=_0x14ed53;logger[_0x21d44b(0x12f)](_0x21d44b(0x186)+_0x167f0e[_0x21d44b(0x1d6)]+_0x21d44b(0x1da)+(_0x286145['length']?_0x286145[_0x21d44b(0x13f)](','):_0x26f52c[_0x21d44b(0x178)])+_0x21d44b(0x172)+_0x242423),_0x26f52c[_0x21d44b(0x177)](_0x48d0f3,_0x26f52c[_0x21d44b(0x14e)](_0x242423,0x0));}),_0xe37bd['on'](_0x2cfabe['mEoaf'],_0x3b3682=>{const _0x2811dd=_0x14ed53;_0x26f52c[_0x2811dd(0x1bb)](debug,_0x2811dd(0x19a)+_0x167f0e[_0x2811dd(0x1d6)]+_0x2811dd(0x153)+util[_0x2811dd(0x1b2)](_0x3b3682)),_0x26f52c[_0x2811dd(0x1dc)](_0x48d0f3,0x1);});}catch(_0x1cb5bd){_0x2cfabe[_0x14ed53(0x1d0)](debug,_0x14ed53(0x18d)+_0x167f0e[_0x14ed53(0x1d6)]+_0x14ed53(0x153)+util[_0x14ed53(0x1b2)](_0x1cb5bd)),_0x2cfabe[_0x14ed53(0x16e)](_0x48d0f3,0x1);}}),_0x39c8da=_0x2cfabe[_0x2bbfc3(0x1d8)](pLimit,_0x2cfabe['yXkmD'](_0x4ddc53,0x0)?_0x4ddc53:0x1),_0x4cbca5=await Promise[_0x2bbfc3(0x130)](_0x17e95e[_0x2bbfc3(0x150)](_0x50b137=>_0x39c8da(()=>_0x379a1e(_0x50b137))));PerformanceTester[_0x2bbfc3(0x1bd)](PerformanceEvents['SDK_CLEANUP']);const _0x245a27=_0x4cbca5[_0x2bbfc3(0x1ac)](_0x5f481e=>_0x5f481e!==0x0)||0x0;process[_0x2bbfc3(0x1b6)]=_0x245a27,logger[_0x2bbfc3(0x12f)](_0x2bbfc3(0x141)+_0x245a27);const _0xcdf06f=BrowserstackCLI[_0x2bbfc3(0x18b)]();try{await TestHubHandler[_0x2bbfc3(0x134)](),await BrowserstackCLI['getInstance']()[_0x2bbfc3(0x134)]();}catch(_0x4cd3c8){_0x2cfabe[_0x2bbfc3(0x189)](debug,_0x2bbfc3(0x197)+util[_0x2bbfc3(0x1b2)](_0x4cd3c8));}try{const {browserstackFolderPath:_0x15dc78,tcgConfigPath:_0x5652da}=helper[_0x2bbfc3(0x15b)]();fs['unlinkSync'](_0x5652da),fs['rmdirSync'](_0x15dc78);}catch(_0x26b56c){logger[_0x2bbfc3(0x12f)](_0x2cfabe[_0x2bbfc3(0x152)],_0x26b56c);}testOpsHelper[_0x2bbfc3(0x1c4)](),await utilities[_0x2bbfc3(0x1b7)](_0x4d1943,_0xcdf06f);}module[a15_0x196bf0(0x196)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a16_0x2ed463=a16_0x4157;(function(_0x3f8f56,_0x5f4033){const _0x4d3f37=a16_0x4157,_0x438330=_0x3f8f56();while(!![]){try{const _0xba0e60=-parseInt(_0x4d3f37(0x171))/0x1*(-parseInt(_0x4d3f37(0x1ae))/0x2)+parseInt(_0x4d3f37(0x198))/0x3+parseInt(_0x4d3f37(0x180))/0x4*(-parseInt(_0x4d3f37(0x1a7))/0x5)+parseInt(_0x4d3f37(0x1c3))/0x6+-parseInt(_0x4d3f37(0x1bf))/0x7+-parseInt(_0x4d3f37(0x19a))/0x8*(parseInt(_0x4d3f37(0x1bd))/0x9)+parseInt(_0x4d3f37(0x1c1))/0xa;if(_0xba0e60===_0x5f4033)break;else _0x438330['push'](_0x438330['shift']());}catch(_0x2d1c17){_0x438330['push'](_0x438330['shift']());}}}(a16_0x51e8,0xe78e3));function a16_0x51e8(){const _0xc07791=['getFileName','is_mobile_session','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/globals','platformCaps','lDnQf','sessionNameSet__','PHjDd','util','getPackageVersion','split','__sessionFailed','bstackA11yShouldScan','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','mUVEd','tRavy','debug','BROWSERSTACK_JASMINE_CONFIG','Rieso','FjTzQ','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','Passed','sSSAs','HSZzl','uNAWX','describe','MWDdo','performScanWithRetry','env','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','1kkmYCI','failed','undefined','jasmine','CONFIG','BROWSERSTACK_TESTHUB_JWT','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','thTestRunUuid','__skipSessionStatus','BROWSERSTACK_TESTHUB_UUID','executeScript','jasmine-core','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','./testRunMap','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','4gLKhZq','format','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','sessionName','thBuildUuid','gEAiD','fullName','ENV_VAR','error','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','includes','OfsCT','setGlobal','saveAccessibilityResultsWithRetry','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','Daxfd','sep','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','warn','../../helpers/helper','@playwright/test','thJwtToken','__skipSessionName','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','2799375JBQcOo','../../helpers/accessibility-automation/accessibilityRetryHelper','464gBVJzE','get','FdFxF','passed','browserstackSessionName','isMobilePlatform','mjJfr','__platformCaps','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','browserstackAgentV2','Slkfj','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','getGlobal','5335790ERRwgW','NfIzj','BrwZF','isAccessibilityPlatform','isTrue','push','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','1306606lFbgAI','failedExpectations','skipSessionStatus','../../helpers/testhub/constants','addReporter','lOuaf','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','MxbuA','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','1|4|2|0|3','MMkSM','parse','../../index','AWfcH','84555fpIZKP','length','2871337ZdzaGT','join','3293310ajlxpj','path','6329706AcEwYN','browserstackPlatformIndex','fileNameByFullName','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','skipSessionName','__drivers','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','./bstack-reporter/customReporter','VlJth','stack','info','function','getEnv','YzZsu','message','prepareStackTrace','stringify','bin','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','../../helpers/testhub/utils','../../helpers/logger','NpUrw','isArray'];a16_0x51e8=function(){return _0xc07791;};return a16_0x51e8();}function a16_0x4157(_0x459bff,_0x54ccb7){const _0x51e8d5=a16_0x51e8();return a16_0x4157=function(_0x41575c,_0x5ed4b3){_0x41575c=_0x41575c-0x164;let _0x5953e7=_0x51e8d5[_0x41575c];return _0x5953e7;},a16_0x4157(_0x459bff,_0x54ccb7);}const util=require(a16_0x2ed463(0x1e2)),logger=require(a16_0x2ed463(0x1d7))['winstonLogger'],helper=require(a16_0x2ed463(0x193)),globals=require(a16_0x2ed463(0x1dd)),{shouldProcessEventForTesthub}=require(a16_0x2ed463(0x1d6)),testHubConstants=require(a16_0x2ed463(0x1b1)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require(a16_0x2ed463(0x199)),testRunMap=require(a16_0x2ed463(0x17e));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x2ed463(0x16f)][a16_0x2ed463(0x164)]||process[a16_0x2ed463(0x16f)][a16_0x2ed463(0x175)];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x2ed463(0x1ba)](rawConfig));}catch(a16_0x3e220f){logger['debug'](a16_0x2ed463(0x189)+util[a16_0x2ed463(0x181)](a16_0x3e220f));}try{if(_bstackConfig&&!helper[a16_0x2ed463(0x1e3)](a16_0x2ed463(0x194))){const KmIMXs=a16_0x2ed463(0x1b8)[a16_0x2ed463(0x1e4)]('|');let jWkDlx=0x0;while(!![]){switch(KmIMXs[jWkDlx++]){case'0':global[a16_0x2ed463(0x1c4)]=_bstackConfig['platformIndex'];continue;case'1':logger[a16_0x2ed463(0x1ea)](a16_0x2ed463(0x18e));continue;case'2':global[a16_0x2ed463(0x1a1)]=_bstackConfig[a16_0x2ed463(0x1de)]||{};continue;case'3':helper['isBrowserstackInfra']()?(global['__skipSessionName']=helper[a16_0x2ed463(0x1ab)](_bstackConfig[a16_0x2ed463(0x1c7)]),global['__skipSessionStatus']=helper[a16_0x2ed463(0x1ab)](_bstackConfig[a16_0x2ed463(0x1b0)])):(global[a16_0x2ed463(0x196)]=!![],global[a16_0x2ed463(0x179)]=!![]);continue;case'4':shouldProcessEventForTesthub()?require(a16_0x2ed463(0x1bb))[a16_0x2ed463(0x1a3)](_bstackConfig,null,!![]):require(a16_0x2ed463(0x1bb))[a16_0x2ed463(0x1a3)](_bstackConfig);continue;}break;}}}catch(a16_0x38b305){logger[a16_0x2ed463(0x1ea)](a16_0x2ed463(0x1ad)+util[a16_0x2ed463(0x181)](a16_0x38b305));}const _fileNameByFullName={};try{if(typeof describe===a16_0x2ed463(0x1ce)&&typeof global!==a16_0x2ed463(0x173)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x118bbd=a16_0x2ed463,_0x53a36d={'NpUrw':function(_0x471838,_0x309fe3){return _0x471838(_0x309fe3);},'BrwZF':_0x118bbd(0x1c2),'ZoSUt':function(_0x1a3a22,_0x1bf57b){return _0x1a3a22(_0x1bf57b);},'lDnQf':'node:','Hkdha':_0x118bbd(0x17c)},_0x55db17=Error['prepareStackTrace'];try{const _0x5baa7e=new Error();Error['prepareStackTrace']=(_0x3bee2f,_0x2782b6)=>_0x2782b6;const _0x41989b=_0x5baa7e[_0x118bbd(0x1cc)];Error['prepareStackTrace']=_0x55db17;if(Array[_0x118bbd(0x1d9)](_0x41989b))for(const _0x5da359 of _0x41989b){const _0x1371a3=_0x5da359[_0x118bbd(0x1da)]&&_0x5da359['getFileName']();if(_0x1371a3&&!_0x1371a3[_0x118bbd(0x18a)](_0x118bbd(0x1d4)+_0x53a36d[_0x118bbd(0x1d8)](require,_0x53a36d[_0x118bbd(0x1a9)])[_0x118bbd(0x190)]+_0x118bbd(0x174)+_0x53a36d['ZoSUt'](require,_0x53a36d['BrwZF'])['sep'])&&!_0x1371a3['startsWith'](_0x53a36d[_0x118bbd(0x1df)])&&!_0x1371a3[_0x118bbd(0x18a)](_0x53a36d['Hkdha']))return _0x1371a3;}}catch(_0x39f579){Error[_0x118bbd(0x1d2)]=_0x55db17;}return null;},_wrappedDescribe=function(_0x298d4d,_0x259765){const _0x4088e3=a16_0x2ed463,_0x45ba52={'lOuaf':function(_0x42de73){return _0x42de73();},'AWfcH':function(_0x1a1006,_0x52492c){return _0x1a1006&&_0x52492c;},'uBPdJ':function(_0x51e000,_0x3f9a45,_0x3e6c32){return _0x51e000(_0x3f9a45,_0x3e6c32);}};let _0x57bde2=null;try{_0x57bde2=_0x45ba52[_0x4088e3(0x1b3)](_resolveCallerFile);}catch(_0x465d89){}_describeTitleStack[_0x4088e3(0x1ac)](_0x298d4d);const _0x5d346a=_describeTitleStack[_0x4088e3(0x1c0)]('\x20');_0x45ba52[_0x4088e3(0x1bc)](_0x57bde2,_0x5d346a)&&(_fileNameByFullName[_0x5d346a]=_0x57bde2);try{return _0x45ba52['uBPdJ'](_origDescribe,_0x298d4d,_0x259765);}finally{_describeTitleStack['pop']();}};Object['keys'](_origDescribe)['forEach'](_0x1b243c=>{_wrappedDescribe[_0x1b243c]=_origDescribe[_0x1b243c];}),global[a16_0x2ed463(0x16c)]=_wrappedDescribe;}}catch(a16_0x141ad7){logger[a16_0x2ed463(0x1ea)](a16_0x2ed463(0x1b4)+util[a16_0x2ed463(0x181)](a16_0x141ad7));}try{if(typeof jasmine!==a16_0x2ed463(0x173)&&jasmine[a16_0x2ed463(0x1cf)]){const BrowserStackJasmineReporter=require(a16_0x2ed463(0x1ca)),a16_0x413f2c={};a16_0x413f2c[a16_0x2ed463(0x1c5)]=_fileNameByFullName,jasmine[a16_0x2ed463(0x1cf)]()[a16_0x2ed463(0x1b2)](new BrowserStackJasmineReporter(a16_0x413f2c)),logger[a16_0x2ed463(0x1ea)](a16_0x2ed463(0x170));}else logger[a16_0x2ed463(0x1ea)](a16_0x2ed463(0x167));}catch(a16_0x24d74b){logger[a16_0x2ed463(0x1ea)](a16_0x2ed463(0x182)+util[a16_0x2ed463(0x181)](a16_0x24d74b));}try{typeof jasmine!==a16_0x2ed463(0x173)&&jasmine[a16_0x2ed463(0x1cf)]&&jasmine[a16_0x2ed463(0x1cf)]()[a16_0x2ed463(0x1b2)]({'specStarted'(_0x21f86e){const _0x2f1291=a16_0x2ed463,_0x567588={};_0x567588[_0x2f1291(0x1a8)]=function(_0x316076,_0xe806ba){return _0x316076||_0xe806ba;};const _0x4aa5d5=_0x567588;_activeResultId=_0x21f86e&&_0x21f86e['id'],_activeFullName=_0x21f86e&&_0x21f86e[_0x2f1291(0x186)],_activeResultRef=_0x4aa5d5['NfIzj'](_0x21f86e,null);},'specDone'(){}});}catch(a16_0x162774){logger['debug'](a16_0x2ed463(0x197)+util[a16_0x2ed463(0x181)](a16_0x162774));}const _resolveAutoScanning=()=>{const _0x4c0f7c=a16_0x2ed463,_0x1b67c3={};_0x1b67c3[_0x4c0f7c(0x1e8)]=function(_0x3c00f1,_0x34b050){return _0x3c00f1===_0x34b050;};const _0x195489=_0x1b67c3;let _0x22262f=!![];try{const _0x1aeea7=JSON['parse'](process[_0x4c0f7c(0x16f)][_0x4c0f7c(0x1dc)]||'{}');_0x195489['mUVEd'](_0x1aeea7['autoScanning'],![])&&(_0x22262f=![]);}catch(_0x156fbd){logger[_0x4c0f7c(0x1ea)]('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x156fbd['message']);}return _0x22262f;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x1c0822=a16_0x2ed463,_0xec0c7b={'Rieso':function(_0x44c474){return _0x44c474();},'tRavy':function(_0x3e7d2c,_0x222026,_0x263e2a){return _0x3e7d2c(_0x222026,_0x263e2a);},'MMkSM':function(_0xc2e94a,_0xcd0497){return _0xc2e94a&&_0xcd0497;},'PHjDd':_0x1c0822(0x1e6),'shHBy':'bstackA11yScanOptions'};try{const _0x2229e4=_0xec0c7b[_0x1c0822(0x165)](_resolveAutoScanning),_0xdeaaba=_0xec0c7b[_0x1c0822(0x1e9)](shouldScanTestForAccessibility,null,![]),_0x1ba5f0=_0xec0c7b[_0x1c0822(0x1b9)](_0x2229e4,_0xdeaaba);globals['setGlobal'](_0xec0c7b[_0x1c0822(0x1e1)],_0x1ba5f0),globals[_0x1c0822(0x18c)](_0xec0c7b['shHBy'],null);}catch(_0x45335d){logger['debug'](_0x1c0822(0x1c6)+util[_0x1c0822(0x181)](_0x45335d));}}),typeof afterEach==='function'&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x296caa=a16_0x2ed463,_0x54d14d={'OfzEI':function(_0x388686,_0x259faf){return _0x388686>_0x259faf;},'uNAWX':function(_0x5ab041,_0x2a5e1b){return _0x5ab041>_0x2a5e1b;},'vjylE':'Spec\x20failed','mjJfr':function(_0x3179c3,_0x2e7ac9){return _0x3179c3+_0x2e7ac9;},'Daxfd':'Failed:\x20','OfsCT':_0x296caa(0x168),'hXfii':_0x296caa(0x188),'VlJth':_0x296caa(0x1cd),'YzZsu':_0x296caa(0x172),'sSSAs':_0x296caa(0x19d),'HSZzl':function(_0x353eba){return _0x353eba();},'FGOpN':_0x296caa(0x1aa),'hTSSu':function(_0x3db63b,_0x219de9){return _0x3db63b>_0x219de9;},'TPjFA':_0x296caa(0x1e6),'FdFxF':_0x296caa(0x1b6),'Slkfj':_0x296caa(0x177),'FjTzQ':'[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','gEAiD':_0x296caa(0x1e7),'ePuiy':_0x296caa(0x19f),'MxbuA':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','MWDdo':_0x296caa(0x1b7)};try{if(Array[_0x296caa(0x1d9)](global[_0x296caa(0x1c8)])&&_0x54d14d['OfzEI'](global[_0x296caa(0x1c8)]['length'],0x0)&&global[_0x296caa(0x1c8)][0x0]){const _0x2b832b=_activeFullName||global[_0x296caa(0x183)];if(!global['__skipSessionName']&&_0x2b832b){global[_0x296caa(0x183)]=_0x2b832b;try{await global[_0x296caa(0x1c8)][0x0][_0x296caa(0x17b)](_0x296caa(0x191)+JSON[_0x296caa(0x1d3)](_0x2b832b)+'}}'),global['__drivers'][0x0][_0x296caa(0x1e0)]=!![];}catch(_0x120ab8){logger['debug'](_0x296caa(0x1a5)+util[_0x296caa(0x181)](_0x120ab8));}}if(!global[_0x296caa(0x179)])try{const _0x33484c=_activeResultRef&&Array[_0x296caa(0x1d9)](_activeResultRef['failedExpectations'])?_activeResultRef[_0x296caa(0x1af)]:[],_0x6de235=_0x54d14d[_0x296caa(0x16b)](_0x33484c['length'],0x0),_0x5d4a94=_0x6de235?_0x33484c[0x0]&&_0x33484c[0x0][_0x296caa(0x1d1)]||_0x54d14d['vjylE']:null;try{await global[_0x296caa(0x1c8)][0x0][_0x296caa(0x17b)](_0x296caa(0x17d)+JSON[_0x296caa(0x1d3)](_0x6de235?_0x54d14d[_0x296caa(0x1a0)](_0x54d14d[_0x296caa(0x18f)],_0x5d4a94):_0x54d14d[_0x296caa(0x18b)])+',\x22level\x22:\x20\x22'+(_0x6de235?_0x54d14d['hXfii']:_0x54d14d[_0x296caa(0x1cb)])+'\x22}}');}catch(_0x4e79de){logger[_0x296caa(0x1ea)](_0x296caa(0x1d5)+util[_0x296caa(0x181)](_0x4e79de));}_0x6de235&&(global[_0x296caa(0x1e5)]=!![]),await helper['markSessionStatus'](global[_0x296caa(0x1c8)][0x0],_0x6de235?_0x54d14d[_0x296caa(0x1d0)]:_0x54d14d[_0x296caa(0x169)],_0x5d4a94);}catch(_0x1bad07){logger[_0x296caa(0x1ea)](_0x296caa(0x1c9)+util[_0x296caa(0x181)](_0x1bad07));}}}catch(_0x5c0d0b){logger['debug']('[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20'+util['format'](_0x5c0d0b));}try{if(_0x54d14d[_0x296caa(0x16a)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x54d14d['FGOpN'])&&Array['isArray'](global[_0x296caa(0x1c8)])&&_0x54d14d['hTSSu'](global['__drivers'][_0x296caa(0x1be)],0x0)&&global['__drivers'][0x0]){const _0x2aa877=testRunMap[_0x296caa(0x19b)](_activeResultId),_0x32b401={};_0x32b401[_0x296caa(0x178)]=_0x2aa877,_0x32b401[_0x296caa(0x184)]=process[_0x296caa(0x16f)][testHubConstants[_0x296caa(0x187)][_0x296caa(0x17a)]],_0x32b401[_0x296caa(0x195)]=process[_0x296caa(0x16f)][testHubConstants['ENV_VAR'][_0x296caa(0x176)]];const _0x5566d6=_0x32b401;logger['debug'](_0x296caa(0x17f)+JSON[_0x296caa(0x1d3)](_0x5566d6));if(globals[_0x296caa(0x1a6)](_0x54d14d['TPjFA'])){logger['debug'](_0x54d14d[_0x296caa(0x19c)]);const _0x18484c=await accessibilityRetryHelper[_0x296caa(0x16e)](global['__drivers'][0x0],global[_0x296caa(0x19e)]);_0x18484c?logger['debug'](_0x54d14d[_0x296caa(0x1a4)]):logger[_0x296caa(0x192)](_0x54d14d[_0x296caa(0x166)]);}else logger[_0x296caa(0x1ea)](_0x54d14d[_0x296caa(0x185)]);globals[_0x296caa(0x1a6)](_0x54d14d['ePuiy'])&&(_0x5566d6[_0x296caa(0x1db)]=!![]);const _0x55f33f=await accessibilityRetryHelper[_0x296caa(0x18d)](global['__drivers'][0x0],_0x5566d6);_0x55f33f?logger[_0x296caa(0x1ea)](_0x54d14d[_0x296caa(0x1b5)]):logger[_0x296caa(0x192)](_0x54d14d[_0x296caa(0x16d)]);}}catch(_0x3d4638){logger[_0x296caa(0x188)]('[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20'+util[_0x296caa(0x181)](_0x3d4638));}});}catch(a16_0x628105){logger['debug'](a16_0x2ed463(0x1a2)+util['format'](a16_0x628105));}module['exports']={};
|
|
1
|
+
'use strict';const a16_0x15f098=a16_0x386e;function a16_0x386e(_0x3f811a,_0x5f0d34){const _0x382055=a16_0x3820();return a16_0x386e=function(_0x386e51,_0x1830cc){_0x386e51=_0x386e51-0x1c4;let _0x2317bd=_0x382055[_0x386e51];return _0x2317bd;},a16_0x386e(_0x3f811a,_0x5f0d34);}(function(_0xfd332a,_0x5f48e7){const _0x5f012c=a16_0x386e,_0x392bbf=_0xfd332a();while(!![]){try{const _0x2043e2=-parseInt(_0x5f012c(0x23c))/0x1*(-parseInt(_0x5f012c(0x221))/0x2)+parseInt(_0x5f012c(0x1c4))/0x3+-parseInt(_0x5f012c(0x226))/0x4*(parseInt(_0x5f012c(0x204))/0x5)+parseInt(_0x5f012c(0x235))/0x6+-parseInt(_0x5f012c(0x1fe))/0x7*(parseInt(_0x5f012c(0x202))/0x8)+-parseInt(_0x5f012c(0x1c7))/0x9+parseInt(_0x5f012c(0x1ca))/0xa;if(_0x2043e2===_0x5f48e7)break;else _0x392bbf['push'](_0x392bbf['shift']());}catch(_0x4d4b1c){_0x392bbf['push'](_0x392bbf['shift']());}}}(a16_0x3820,0x33d4f));const util=require(a16_0x15f098(0x216)),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a16_0x15f098(0x215)),globals=require(a16_0x15f098(0x1e9)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a16_0x15f098(0x20d)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x15f098(0x234)),accessibilityRetryHelper=require(a16_0x15f098(0x214)),testRunMap=require(a16_0x15f098(0x219));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x15f098(0x217)][a16_0x15f098(0x1c9)]||process[a16_0x15f098(0x217)][a16_0x15f098(0x1d2)];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x15f098(0x1dc)](rawConfig));}catch(a16_0x50ab72){logger[a16_0x15f098(0x1f5)](a16_0x15f098(0x1e0)+util[a16_0x15f098(0x1e4)](a16_0x50ab72));}function a16_0x3820(){const _0x595dd6=['OZvql','node:','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','CONFIG','getPackageVersion','is_mobile_session','\x22}}','push','Failed:\x20','fileNameByFullName','euGMd','@playwright/test','keys','parse','Gffmz','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','exports','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','includes','__skipSessionName','executeScript','format','CfWip','mIPzQ','undefined','isArray','../../helpers/globals','jasmine-core','prepareStackTrace','sessionNameSet__','../../index','SPsME','performScanWithRetry','thJwtToken','EulAD','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','bstackA11yScanOptions','debug','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','AeerR','jasmine','describe','split','join','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','4|3|1|0|2','3423xhgxpo','BROWSERSTACK_TESTHUB_UUID','dYYht','LbtXL','2480VNCuGY','browserstackSessionName','5DAsgwe','getGlobal','setGlobal','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','getEnv','__skipSessionStatus','wGqNE','CRykP','../../helpers/testhub/constants','Spec\x20failed','isAccessibilityPlatform','uiFPf','./bstack-reporter/customReporter','thTestRunUuid','ENV_VAR','../../helpers/accessibility-automation/accessibilityRetryHelper','../../helpers/helper','util','env','eorrD','./testRunMap','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','Passed','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','browserstackAgentV2','warn','function','19034JGEUZM','TqjLb','sep','fvNyi','error','1209508aJQaRK','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','ARzmb','length','thBuildUuid','info','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','addReporter','skipSessionName','fxIkl','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','stringify','passed','message','../../helpers/accessibility-automation/helper','719082Ieoxsu','bin','xfRLy','Prpga','RSkde','autoScanning','__drivers','43PPhKta','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20',',\x22level\x22:\x20\x22','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','oMoeI','UTxEU','failedExpectations','576342aRETbd','bstackA11yShouldScan','yMWxo','3451554oMeliM','stack','BROWSERSTACK_JASMINE_CONFIG','3285840AkyRNV','forEach','__sessionFailed','startsWith','getFileName'];a16_0x3820=function(){return _0x595dd6;};return a16_0x3820();}try{if(_bstackConfig&&!helper[a16_0x15f098(0x1d3)](a16_0x15f098(0x1da))){const MgWRsz=a16_0x15f098(0x1fd)[a16_0x15f098(0x1fa)]('|');let HpvbtT=0x0;while(!![]){switch(MgWRsz[HpvbtT++]){case'0':global['browserstackPlatformIndex']=_bstackConfig['platformIndex'];continue;case'1':global['__platformCaps']=_bstackConfig['platformCaps']||{};continue;case'2':helper['isBrowserstackInfra']()?(global[a16_0x15f098(0x1e2)]=helper['isTrue'](_bstackConfig[a16_0x15f098(0x22e)]),global['__skipSessionStatus']=helper['isTrue'](_bstackConfig['skipSessionStatus'])):(global[a16_0x15f098(0x1e2)]=!![],global[a16_0x15f098(0x20a)]=!![]);continue;case'3':shouldProcessEventForTesthub()?require(a16_0x15f098(0x1ed))[a16_0x15f098(0x21e)](_bstackConfig,null,!![]):require(a16_0x15f098(0x1ed))[a16_0x15f098(0x21e)](_bstackConfig);continue;case'4':logger['debug'](a16_0x15f098(0x1f2));continue;}break;}}}catch(a16_0x11e861){logger[a16_0x15f098(0x1f5)](a16_0x15f098(0x23f)+util['format'](a16_0x11e861));}const _fileNameByFullName={};try{if(typeof describe==='function'&&typeof global!=='undefined'){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x48977a=a16_0x15f098,_0x1dcbb9={'euGMd':function(_0x113fea,_0x4b16c4){return _0x113fea(_0x4b16c4);},'EulAD':'path','OhkDM':_0x48977a(0x1d0),'LbtXL':_0x48977a(0x1ea)},_0x4006df=Error[_0x48977a(0x1eb)];try{const _0x503111=new Error();Error[_0x48977a(0x1eb)]=(_0x5a1107,_0x42f62b)=>_0x42f62b;const _0x2c1d2c=_0x503111[_0x48977a(0x1c8)];Error[_0x48977a(0x1eb)]=_0x4006df;if(Array[_0x48977a(0x1e8)](_0x2c1d2c))for(const _0x32c187 of _0x2c1d2c){const _0x3ace27=_0x32c187[_0x48977a(0x1ce)]&&_0x32c187['getFileName']();if(_0x3ace27&&!_0x3ace27['includes'](_0x48977a(0x236)+_0x1dcbb9['euGMd'](require,_0x1dcbb9[_0x48977a(0x1f1)])[_0x48977a(0x223)]+_0x48977a(0x1f8)+_0x1dcbb9[_0x48977a(0x1d9)](require,_0x1dcbb9[_0x48977a(0x1f1)])[_0x48977a(0x223)])&&!_0x3ace27[_0x48977a(0x1cd)](_0x1dcbb9['OhkDM'])&&!_0x3ace27[_0x48977a(0x1e1)](_0x1dcbb9[_0x48977a(0x201)]))return _0x3ace27;}}catch(_0x17d50c){Error[_0x48977a(0x1eb)]=_0x4006df;}return null;},_wrappedDescribe=function(_0xba01d1,_0x3472dc){const _0x3bb6e2=a16_0x15f098,_0x4648df={'fvNyi':function(_0x4630e5){return _0x4630e5();},'Gffmz':function(_0xbeeadc,_0x27db42){return _0xbeeadc&&_0x27db42;},'nLMhO':function(_0x2c14e5,_0xd8bc09,_0x5b07b6){return _0x2c14e5(_0xd8bc09,_0x5b07b6);}};let _0x347bd8=null;try{_0x347bd8=_0x4648df[_0x3bb6e2(0x224)](_resolveCallerFile);}catch(_0x55e5a9){}_describeTitleStack[_0x3bb6e2(0x1d6)](_0xba01d1);const _0x5646f7=_describeTitleStack[_0x3bb6e2(0x1fb)]('\x20');_0x4648df[_0x3bb6e2(0x1dd)](_0x347bd8,_0x5646f7)&&(_fileNameByFullName[_0x5646f7]=_0x347bd8);try{return _0x4648df['nLMhO'](_origDescribe,_0xba01d1,_0x3472dc);}finally{_describeTitleStack['pop']();}};Object[a16_0x15f098(0x1db)](_origDescribe)[a16_0x15f098(0x1cb)](_0x83eda=>{_wrappedDescribe[_0x83eda]=_origDescribe[_0x83eda];}),global[a16_0x15f098(0x1f9)]=_wrappedDescribe;}}catch(a16_0x3e394f){logger[a16_0x15f098(0x1f5)](a16_0x15f098(0x22c)+util[a16_0x15f098(0x1e4)](a16_0x3e394f));}try{if(typeof jasmine!=='undefined'&&jasmine[a16_0x15f098(0x209)]){const BrowserStackJasmineReporter=require(a16_0x15f098(0x211)),a16_0x4cc534={};a16_0x4cc534[a16_0x15f098(0x1d8)]=_fileNameByFullName,jasmine[a16_0x15f098(0x209)]()[a16_0x15f098(0x22d)](new BrowserStackJasmineReporter(a16_0x4cc534)),logger['debug'](a16_0x15f098(0x207));}else logger[a16_0x15f098(0x1f5)](a16_0x15f098(0x1fc));}catch(a16_0x1d42c0){logger[a16_0x15f098(0x1f5)]('[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20'+util[a16_0x15f098(0x1e4)](a16_0x1d42c0));}try{typeof jasmine!==a16_0x15f098(0x1e7)&&jasmine['getEnv']&&jasmine[a16_0x15f098(0x209)]()[a16_0x15f098(0x22d)]({'specStarted'(_0x12e2df){const _0x499bd3=a16_0x15f098,_0x3c6333={};_0x3c6333[_0x499bd3(0x239)]=function(_0x58adfe,_0x68c145){return _0x58adfe||_0x68c145;};const _0x3b9bd3=_0x3c6333;_activeResultId=_0x12e2df&&_0x12e2df['id'],_activeFullName=_0x12e2df&&_0x12e2df['fullName'],_activeResultRef=_0x3b9bd3['RSkde'](_0x12e2df,null);},'specDone'(){}});}catch(a16_0x3f01da){logger[a16_0x15f098(0x1f5)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20'+util[a16_0x15f098(0x1e4)](a16_0x3f01da));}const _resolveAutoScanning=()=>{const _0x28e097=a16_0x15f098,_0x5dd02c={};_0x5dd02c[_0x28e097(0x241)]=function(_0x3d02d4,_0x572d1f){return _0x3d02d4===_0x572d1f;};const _0x45a17b=_0x5dd02c;let _0x13c73c=!![];try{const _0x30944f=JSON[_0x28e097(0x1dc)](process[_0x28e097(0x217)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x45a17b[_0x28e097(0x241)](_0x30944f[_0x28e097(0x23a)],![])&&(_0x13c73c=![]);}catch(_0x1dde4e){logger[_0x28e097(0x1f5)](_0x28e097(0x21d)+_0x1dde4e[_0x28e097(0x233)]);}return _0x13c73c;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x282287=a16_0x15f098,_0x2f885c={'WDeem':function(_0x4bfe4c){return _0x4bfe4c();},'OZvql':function(_0x1d20b1,_0x23ed3b,_0x4db296){return _0x1d20b1(_0x23ed3b,_0x4db296);},'yWxgF':function(_0x3b6032,_0x2a010b){return _0x3b6032&&_0x2a010b;},'GffCz':_0x282287(0x1c5),'uDHRS':_0x282287(0x1f4)};try{const _0x187d00=_0x2f885c['WDeem'](_resolveAutoScanning),_0xc4e415=_0x2f885c[_0x282287(0x1cf)](shouldScanTestForAccessibility,null,![]),_0x29167f=_0x2f885c['yWxgF'](_0x187d00,_0xc4e415);globals[_0x282287(0x206)](_0x2f885c['GffCz'],_0x29167f),globals[_0x282287(0x206)](_0x2f885c['uDHRS'],null);}catch(_0x2ba73e){logger[_0x282287(0x1f5)](_0x282287(0x1d1)+util[_0x282287(0x1e4)](_0x2ba73e));}}),typeof afterEach===a16_0x15f098(0x220)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x4a0e4b=a16_0x15f098,_0x4e4ae1={'CRykP':function(_0x3f0150,_0x5958db){return _0x3f0150>_0x5958db;},'CfWip':function(_0x23c8a7,_0x333ab0){return _0x23c8a7>_0x333ab0;},'ARzmb':_0x4a0e4b(0x20e),'yMWxo':function(_0x2438a2,_0x13f011){return _0x2438a2+_0x13f011;},'eorrD':_0x4a0e4b(0x1d7),'TqjLb':_0x4a0e4b(0x21b),'Prpga':_0x4a0e4b(0x225),'OQrHb':_0x4a0e4b(0x22b),'MMqMy':'failed','dYYht':_0x4a0e4b(0x232),'AeerR':function(_0xe17713){return _0xe17713();},'KEujt':_0x4a0e4b(0x20f),'fxIkl':function(_0x53d956,_0x11e2a5){return _0x53d956>_0x11e2a5;},'uiFPf':_0x4a0e4b(0x1c5),'BBGkx':'[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','mIPzQ':'[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','wGqNE':_0x4a0e4b(0x1de),'DAQiN':_0x4a0e4b(0x21a),'SPsME':'isMobilePlatform','oMoeI':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','xfRLy':_0x4a0e4b(0x21c)};try{if(Array[_0x4a0e4b(0x1e8)](global[_0x4a0e4b(0x23b)])&&_0x4e4ae1[_0x4a0e4b(0x20c)](global[_0x4a0e4b(0x23b)]['length'],0x0)&&global[_0x4a0e4b(0x23b)][0x0]){const _0x27ccf4=_activeFullName||global['sessionName'];if(!global[_0x4a0e4b(0x1e2)]&&_0x27ccf4){global['sessionName']=_0x27ccf4;try{await global[_0x4a0e4b(0x23b)][0x0]['executeScript'](_0x4a0e4b(0x208)+JSON[_0x4a0e4b(0x231)](_0x27ccf4)+'}}'),global[_0x4a0e4b(0x23b)][0x0][_0x4a0e4b(0x1ec)]=!![];}catch(_0x4c2434){logger[_0x4a0e4b(0x1f5)](_0x4a0e4b(0x1f3)+util['format'](_0x4c2434));}}if(!global[_0x4a0e4b(0x20a)])try{const _0x5111f4=_activeResultRef&&Array[_0x4a0e4b(0x1e8)](_activeResultRef[_0x4a0e4b(0x242)])?_activeResultRef['failedExpectations']:[],_0x4693fe=_0x4e4ae1[_0x4a0e4b(0x1e5)](_0x5111f4[_0x4a0e4b(0x229)],0x0),_0x12cede=_0x4693fe?_0x5111f4[0x0]&&_0x5111f4[0x0]['message']||_0x4e4ae1[_0x4a0e4b(0x228)]:null;try{await global[_0x4a0e4b(0x23b)][0x0][_0x4a0e4b(0x1e3)](_0x4a0e4b(0x227)+JSON['stringify'](_0x4693fe?_0x4e4ae1[_0x4a0e4b(0x1c6)](_0x4e4ae1[_0x4a0e4b(0x218)],_0x12cede):_0x4e4ae1[_0x4a0e4b(0x222)])+_0x4a0e4b(0x23e)+(_0x4693fe?_0x4e4ae1[_0x4a0e4b(0x238)]:_0x4e4ae1['OQrHb'])+_0x4a0e4b(0x1d5));}catch(_0x5ea7a8){logger['debug'](_0x4a0e4b(0x1f6)+util[_0x4a0e4b(0x1e4)](_0x5ea7a8));}_0x4693fe&&(global[_0x4a0e4b(0x1cc)]=!![]),await helper['markSessionStatus'](global[_0x4a0e4b(0x23b)][0x0],_0x4693fe?_0x4e4ae1['MMqMy']:_0x4e4ae1[_0x4a0e4b(0x200)],_0x12cede);}catch(_0x2b21cf){logger[_0x4a0e4b(0x1f5)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util[_0x4a0e4b(0x1e4)](_0x2b21cf));}}}catch(_0x3385d0){logger[_0x4a0e4b(0x1f5)](_0x4a0e4b(0x23d)+util[_0x4a0e4b(0x1e4)](_0x3385d0));}try{if(_0x4e4ae1[_0x4a0e4b(0x1f7)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x4e4ae1['KEujt'])&&Array[_0x4a0e4b(0x1e8)](global[_0x4a0e4b(0x23b)])&&_0x4e4ae1[_0x4a0e4b(0x22f)](global[_0x4a0e4b(0x23b)][_0x4a0e4b(0x229)],0x0)&&global['__drivers'][0x0]){const _0x581d4a=testRunMap['get'](_activeResultId),_0x31f6b5={};_0x31f6b5[_0x4a0e4b(0x212)]=_0x581d4a,_0x31f6b5[_0x4a0e4b(0x22a)]=process[_0x4a0e4b(0x217)][testHubConstants[_0x4a0e4b(0x213)][_0x4a0e4b(0x1ff)]],_0x31f6b5[_0x4a0e4b(0x1f0)]=process[_0x4a0e4b(0x217)][testHubConstants[_0x4a0e4b(0x213)]['BROWSERSTACK_TESTHUB_JWT']];const _0x2779dd=_0x31f6b5;logger[_0x4a0e4b(0x1f5)]('[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20'+JSON[_0x4a0e4b(0x231)](_0x2779dd));if(globals[_0x4a0e4b(0x205)](_0x4e4ae1[_0x4a0e4b(0x210)])){logger[_0x4a0e4b(0x1f5)](_0x4e4ae1['BBGkx']);const _0x18e43a=await accessibilityRetryHelper[_0x4a0e4b(0x1ef)](global['__drivers'][0x0],global[_0x4a0e4b(0x203)]);_0x18e43a?logger[_0x4a0e4b(0x1f5)](_0x4e4ae1[_0x4a0e4b(0x1e6)]):logger['warn'](_0x4e4ae1[_0x4a0e4b(0x20b)]);}else logger[_0x4a0e4b(0x1f5)](_0x4e4ae1['DAQiN']);globals['getGlobal'](_0x4e4ae1[_0x4a0e4b(0x1ee)])&&(_0x2779dd[_0x4a0e4b(0x1d4)]=!![]);const _0x2797e7=await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x4a0e4b(0x23b)][0x0],_0x2779dd);_0x2797e7?logger[_0x4a0e4b(0x1f5)](_0x4e4ae1[_0x4a0e4b(0x240)]):logger[_0x4a0e4b(0x21f)](_0x4e4ae1[_0x4a0e4b(0x237)]);}}catch(_0x10aacb){logger['error'](_0x4a0e4b(0x230)+util[_0x4a0e4b(0x1e4)](_0x10aacb));}});}catch(a16_0x6db120){logger['debug']('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util['format'](a16_0x6db120));}module[a16_0x15f098(0x1df)]={};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a17_0x40f6d6=a17_0x5247;(function(_0x4c9456,_0x253465){const _0x5c2c61=a17_0x5247,_0xf63a60=_0x4c9456();while(!![]){try{const _0x1c95fa=-parseInt(_0x5c2c61(0xa6))/0x1+-parseInt(_0x5c2c61(0x99))/0x2+-parseInt(_0x5c2c61(0xab))/0x3+parseInt(_0x5c2c61(0x9a))/0x4*(parseInt(_0x5c2c61(0xaa))/0x5)+-parseInt(_0x5c2c61(0x9c))/0x6+parseInt(_0x5c2c61(0x9e))/0x7*(-parseInt(_0x5c2c61(0x9f))/0x8)+parseInt(_0x5c2c61(0xa3))/0x9;if(_0x1c95fa===_0x253465)break;else _0xf63a60['push'](_0xf63a60['shift']());}catch(_0x4d8931){_0xf63a60['push'](_0xf63a60['shift']());}}}(a17_0xe5bd,0xe262d));const _specUuidById=new Map();exports['set']=(_0x59e963,_0x5a18c2)=>{const _0x595a87=a17_0x5247,_0x569fbe={};_0x569fbe['hmnkh']=function(_0x15a06b,_0x137e7e){return _0x15a06b===_0x137e7e;},_0x569fbe[_0x595a87(0xa1)]=function(_0x4ba3a0,_0x3025b4){return _0x4ba3a0===_0x3025b4;};const _0x463122=_0x569fbe;if(_0x463122[_0x595a87(0xa7)](_0x59e963,undefined)||_0x463122[_0x595a87(0xa1)](_0x59e963,null))return;_specUuidById[_0x595a87(0x9b)](_0x59e963,_0x5a18c2);},exports[a17_0x40f6d6(0xa2)]=_0x209e31=>{const _0x47e4cc=a17_0x40f6d6,_0x446ea7={};_0x446ea7[_0x47e4cc(0xa4)]=function(_0x231799,_0x37bb7f){return _0x231799===_0x37bb7f;};const _0x574f64=_0x446ea7;if(_0x574f64[_0x47e4cc(0xa4)](_0x209e31,undefined)||_0x574f64[_0x47e4cc(0xa4)](_0x209e31,null))return undefined;return _specUuidById['get'](_0x209e31);},exports[a17_0x40f6d6(0xa0)]=_0x24b875=>{const _0x392ce6=a17_0x40f6d6,_0x2f2cd7={};_0x2f2cd7[_0x392ce6(0xa5)]=function(_0x3c6974,_0x320b9b){return _0x3c6974===_0x320b9b;},_0x2f2cd7['GMtLb']=function(_0x31aaa4,_0x48089a){return _0x31aaa4===_0x48089a;};const _0x2e9963=_0x2f2cd7;if(_0x2e9963['kgLuE'](_0x24b875,undefined)||_0x2e9963[_0x392ce6(0xa9)](_0x24b875,null))return;_specUuidById[_0x392ce6(0xa8)](_0x24b875);},exports['_size']=()=>_specUuidById[a17_0x40f6d6(0x9d)];function a17_0x5247(_0x5b6aea,_0x4afb15){const _0xe5bd93=a17_0xe5bd();return a17_0x5247=function(_0x5247bd,_0xf4533){_0x5247bd=_0x5247bd-0x99;let _0x2d3404=_0xe5bd93[_0x5247bd];return _0x2d3404;},a17_0x5247(_0x5b6aea,_0x4afb15);}function a17_0xe5bd(){const _0x3413a5=['912464rfWnEg','hmnkh','delete','GMtLb','268655YXevyx','1072002ADoIhn','1235602NirHwH','24FwnlJQ','set','6050154Gupodd','size','100996zDyVom','552aSxtcz','remove','lrelW','get','40467429gHhKUY','bDKXl','kgLuE'];a17_0xe5bd=function(){return _0x3413a5;};return a17_0xe5bd();}
|