browserstack-node-sdk 1.59.0 → 1.60.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/package.json +3 -3
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/assets/report.html +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_0x2cf1b8=a10_0xbd21;(function(_0x1fc20c,_0x2ae605){const _0x1979c0=a10_0xbd21,_0x64538d=_0x1fc20c();while(!![]){try{const _0x99404a=parseInt(_0x1979c0(0x151))/0x1+parseInt(_0x1979c0(0x154))/0x2*(-parseInt(_0x1979c0(0x172))/0x3)+-parseInt(_0x1979c0(0x15b))/0x4*(parseInt(_0x1979c0(0x183))/0x5)+parseInt(_0x1979c0(0x177))/0x6+-parseInt(_0x1979c0(0x170))/0x7*(-parseInt(_0x1979c0(0x182))/0x8)+parseInt(_0x1979c0(0x15c))/0x9+-parseInt(_0x1979c0(0x173))/0xa;if(_0x99404a===_0x2ae605)break;else _0x64538d['push'](_0x64538d['shift']());}catch(_0xb7ae84){_0x64538d['push'](_0x64538d['shift']());}}}(a10_0x572b,0xf4210));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x2cf1b8(0x150)),setKeepAlive=require(a10_0x2cf1b8(0x17f)),cucumberModule=requireModule(a10_0x2cf1b8(0x15d),a10_0x2cf1b8(0x184)),logger=require(a10_0x2cf1b8(0x169))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x2cf1b8(0x159)],After=cucumberModule[a10_0x2cf1b8(0x14e)],configuration=process['env'][a10_0x2cf1b8(0x17e)];if(configuration!==undefined){const config=JSON[a10_0x2cf1b8(0x17a)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x2cf1b8(0x15a)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x2cf1b8(0x14d)]),require(a10_0x2cf1b8(0x17c))[a10_0x2cf1b8(0x158)](config),global[a10_0x2cf1b8(0x17d)]=config[a10_0x2cf1b8(0x15e)]||{};}global[a10_0x2cf1b8(0x16b)]=0x0;function a10_0xbd21(_0x4b7ad1,_0x1e4e82){const _0x572bbb=a10_0x572b();return a10_0xbd21=function(_0xbd210d,_0x2e7baf){_0xbd210d=_0xbd210d-0x14c;let _0x52aa44=_0x572bbb[_0xbd210d];return _0x52aa44;},a10_0xbd21(_0x4b7ad1,_0x1e4e82);}const __setDefaultTimeout=cucumberModule[a10_0x2cf1b8(0x14f)];cucumberModule[a10_0x2cf1b8(0x14f)]=_0x363477=>{const _0x5b9b6d=a10_0x2cf1b8,_0x4fe626={'zRHWG':function(_0x14233a,_0x429c93){return _0x14233a(_0x429c93);}};global[_0x5b9b6d(0x16b)]=_0x363477,_0x4fe626[_0x5b9b6d(0x163)](__setDefaultTimeout,_0x363477);};function a10_0x572b(){const _0x5a3bb5=['setSessionName','skipSessionStatus','After','setDefaultTimeout','../../helpers/helper','831107wZiJih','OPheA','LJRDP','2446jRArWM','ZBAeg','action','then','browserstackAgentV2','Before','__skipSessionName','824CPskal','12225528CySSPf','cucumber/lib/index.js','platformCaps','EXFxW','browserstack_executor:\x20','YvFqT','__driver','zRHWG','passed','status','session_','join','Inside\x20browserstack\x20After','../../helpers/logger','debug','__timeout','toLowerCase','Thygm','\x20|\x20','Xfkrg','9757741hgTYkr','bVQef','417NbxySo','25116090PseByA','executeScript','Error:\x20quiting\x20at\x20After:\x20','result','2755284ONHDzu','initQuit','name','parse','stringify','../../index','__platformCaps','CONFIG','../../helpers/setKeepAlive','LgndY','bstack','8SoOgMV','8765tHKVVs','cucumber'];a10_0x572b=function(){return _0x5a3bb5;};return a10_0x572b();}const a10_0x4bda5f={};a10_0x4bda5f[a10_0x2cf1b8(0x179)]='bstack',Before(a10_0x4bda5f,function(){const _0x3cb55e=a10_0x2cf1b8,_0x2710d5={};_0x2710d5[_0x3cb55e(0x152)]='Inside\x20browserstack\x20Before';const _0x56ff6d=_0x2710d5;logger['debug'](_0x56ff6d[_0x3cb55e(0x152)]),global['__error_messages__']=[];});const a10_0x35e515={};a10_0x35e515['name']=a10_0x2cf1b8(0x181),a10_0x35e515['timeout']=0x2710,After(a10_0x35e515,function(_0x1c6f52,_0x2d8816){const _0xd8c74b=a10_0x2cf1b8,_0x5f1aa2={'LgndY':_0xd8c74b(0x14c),'TWuJk':function(_0xedf5b1,_0x3533b9){return _0xedf5b1===_0x3533b9;},'EXFxW':'failed','xMWKR':function(_0x283eba,_0xea13d2,_0x21fc93,_0x342420){return _0x283eba(_0xea13d2,_0x21fc93,_0x342420);},'Xfkrg':_0xd8c74b(0x16e),'Thygm':function(_0x2229e7,_0xc6bb6d,_0x48cd92){return _0x2229e7(_0xc6bb6d,_0x48cd92);},'LJRDP':_0xd8c74b(0x164),'YvFqT':function(_0x1b84ed){return _0x1b84ed();},'ZBAeg':function(_0x59aa84,_0x1b9762){return _0x59aa84(_0x1b9762);},'bVQef':_0xd8c74b(0x168)};logger['debug'](_0x5f1aa2[_0xd8c74b(0x171)]),new Promise(async(_0x5ce994,_0x2f4f79)=>{const _0x422443=_0xd8c74b;let _0x48904c=![];try{await global[_0x422443(0x162)][_0x422443(0x166)],_0x48904c=!![];if(!global[_0x422443(0x15a)]){const _0x882010={};_0x882010[_0x422443(0x179)]=_0x1c6f52['pickle'][_0x422443(0x179)];const _0x535207={};_0x535207[_0x422443(0x156)]=_0x5f1aa2[_0x422443(0x180)],_0x535207['arguments']=_0x882010;const _0x1de1a8=_0x535207;await global['__driver'][_0x422443(0x174)](_0x422443(0x160)+JSON[_0x422443(0x17b)](_0x1de1a8));}_0x5f1aa2['TWuJk'](_0x1c6f52[_0x422443(0x176)][_0x422443(0x165)][_0x422443(0x16c)](),_0x5f1aa2[_0x422443(0x15f)])?await _0x5f1aa2['xMWKR'](markSessionStatus,global['__driver'],_0x5f1aa2[_0x422443(0x15f)],global['__error_messages__'][_0x422443(0x167)](_0x5f1aa2[_0x422443(0x16f)])):await _0x5f1aa2[_0x422443(0x16d)](markSessionStatus,global[_0x422443(0x162)],_0x5f1aa2[_0x422443(0x153)]);}catch(_0xf71916){logger['debug']('Error:\x20setting\x20status\x20at\x20After:\x20'+_0xf71916);}if(_0x48904c)try{await global['__driver'][_0x422443(0x178)](),_0x5f1aa2[_0x422443(0x161)](_0x5ce994);}catch(_0x445f1c){logger[_0x422443(0x16a)](_0x422443(0x175)+_0x445f1c),_0x5f1aa2[_0x422443(0x155)](_0x2f4f79,_0x445f1c);}else _0x5f1aa2[_0x422443(0x161)](_0x2f4f79);})[_0xd8c74b(0x157)](()=>_0x2d8816());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a11_0x47fba3=a11_0x5e96;(function(_0x23e13d,_0x2f6a02){const _0x3372f0=a11_0x5e96,_0x26e34d=_0x23e13d();while(!![]){try{const _0x2877e8=parseInt(_0x3372f0(0x1c0))/0x1*(-parseInt(_0x3372f0(0x1b8))/0x2)+-parseInt(_0x3372f0(0x1b9))/0x3*(-parseInt(_0x3372f0(0x1c4))/0x4)+parseInt(_0x3372f0(0x1c3))/0x5+parseInt(_0x3372f0(0x1bb))/0x6+-parseInt(_0x3372f0(0x1c1))/0x7*(-parseInt(_0x3372f0(0x1b6))/0x8)+-parseInt(_0x3372f0(0x1b7))/0x9*(parseInt(_0x3372f0(0x1bc))/0xa)+-parseInt(_0x3372f0(0x1be))/0xb;if(_0x2877e8===_0x2f6a02)break;else _0x26e34d['push'](_0x26e34d['shift']());}catch(_0x5d842d){_0x26e34d['push'](_0x26e34d['shift']());}}}(a11_0x31bc,0x8a7ae));function a11_0x5e96(_0x924d03,_0x3b5d2f){const _0x31bc45=a11_0x31bc();return a11_0x5e96=function(_0x5e962b,_0x4f940a){_0x5e962b=_0x5e962b-0x1b4;let _0x1bb024=_0x31bc45[_0x5e962b];return _0x1bb024;},a11_0x5e96(_0x924d03,_0x3b5d2f);}function a11_0x31bc(){const _0x385782=['1528646TYmtVw','cucumber/lib/index.js','3265415nnQtlK','16JFiFWO','@cucumber/cucumber/lib/index.js','../../helpers/helper','BSTACK_DELTA','40gBkAwl','100512AjUrwq','63538vNRxZH','292833CZXuBj','cucumber','4230144Rhmylg','370jxxvXp','../utils/constants','13820400hoBvRL','@cucumber/cucumber','19PKZlgC'];a11_0x31bc=function(){return _0x385782;};return a11_0x31bc();}const {requireModule}=require(a11_0x47fba3(0x1b4)),constants=require(a11_0x47fba3(0x1bd));let cucumberModule=null;try{cucumberModule=requireModule(a11_0x47fba3(0x1c5),a11_0x47fba3(0x1bf));}catch(a11_0x1ed1c0){cucumberModule=requireModule(a11_0x47fba3(0x1c2),a11_0x47fba3(0x1ba));}const userValue=global['__timeout']||0x0;(userValue===0x0||userValue<constants['BSTACK_DELTA'])&&cucumberModule['setDefaultTimeout'](constants[a11_0x47fba3(0x1b5)]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a12_0x2ccaf5=a12_0x25fe;(function(_0x14e505,_0x2c3e3e){const _0x16878b=a12_0x25fe,_0x59a8ae=_0x14e505();while(!![]){try{const _0x4a93f9=-parseInt(_0x16878b(0x190))/0x1*(parseInt(_0x16878b(0x1ab))/0x2)+-parseInt(_0x16878b(0x1b0))/0x3+parseInt(_0x16878b(0x1ba))/0x4+parseInt(_0x16878b(0x199))/0x5*(-parseInt(_0x16878b(0x1a8))/0x6)+-parseInt(_0x16878b(0x186))/0x7+-parseInt(_0x16878b(0x1a3))/0x8*(parseInt(_0x16878b(0x197))/0x9)+-parseInt(_0x16878b(0x17b))/0xa*(-parseInt(_0x16878b(0x1b9))/0xb);if(_0x4a93f9===_0x2c3e3e)break;else _0x59a8ae['push'](_0x59a8ae['shift']());}catch(_0x53bece){_0x59a8ae['push'](_0x59a8ae['shift']());}}}(a12_0x5ef3,0xeb46a));function a12_0x25fe(_0xbd3897,_0x592295){const _0x5ef361=a12_0x5ef3();return a12_0x25fe=function(_0x25fe9c,_0x11a7bf){_0x25fe9c=_0x25fe9c-0x178;let _0x546f04=_0x5ef361[_0x25fe9c];return _0x546f04;},a12_0x25fe(_0xbd3897,_0x592295);}const {default:BrowserStackSetup}=require(a12_0x2ccaf5(0x178)),logger=require(a12_0x2ccaf5(0x1b6))['winstonLogger'],{URL}=require(a12_0x2ccaf5(0x193)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x2ccaf5(0x1a6)),validHosts=function(_0xd8d46b){const _0xc10cc=a12_0x2ccaf5;return _0xd8d46b[_0xc10cc(0x1af)](',')[_0xc10cc(0x184)](_0x3ef0da=>{const _0xc7fe3a=_0xc10cc;try{new URL(_0x3ef0da[_0xc7fe3a(0x1b8)]());}catch(_0x158702){return![];}return!![];});},parseOnPremHosts=function(_0x4c60c4){const _0x5575a6=a12_0x2ccaf5,_0x3b8d58={};_0x3b8d58[_0x5575a6(0x17a)]=function(_0x10fcf5,_0x3a952c){return _0x10fcf5===_0x3a952c;},_0x3b8d58[_0x5575a6(0x18e)]='https:',_0x3b8d58[_0x5575a6(0x19d)]=_0x5575a6(0x181),_0x3b8d58[_0x5575a6(0x1a4)]='https';const _0x1066db=_0x3b8d58;return _0x4c60c4[_0x5575a6(0x1af)](',')['map'](_0x336093=>{const _0x249baa=_0x5575a6,_0x1e90eb=new URL(_0x336093[_0x249baa(0x1b8)]()),_0x31dba8=_0x1e90eb['hostname'],_0x361eb0=_0x1e90eb['port']||(_0x1066db['YYerc'](_0x1e90eb[_0x249baa(0x17d)],_0x1066db['mZEUA'])?_0x1066db[_0x249baa(0x19d)]:'80'),_0x5916c4=_0x1e90eb[_0x249baa(0x17d)]['replace'](':',''),_0x1a7c77=_0x1066db[_0x249baa(0x17a)](_0x5916c4,_0x1066db[_0x249baa(0x1a4)])?0x1:0x0;return _0x31dba8+','+_0x361eb0+','+_0x1a7c77;});},connectCommandBuilder=function(_0x5a19d5){const _0x2abaf8=a12_0x2ccaf5,_0x397f45={};_0x397f45[_0x2abaf8(0x180)]=_0x2abaf8(0x19e);const _0xb654db=_0x397f45,_0x2241c6={};_0x2241c6[_0x2abaf8(0x183)]=HELP_MESSAGES[_0x2abaf8(0x187)]['bstackAccessKey'],_0x2241c6[_0x2abaf8(0x1b5)]=_0xb654db['sjQvx'];const _0x246c06={};_0x246c06[_0x2abaf8(0x183)]=HELP_MESSAGES[_0x2abaf8(0x187)][_0x2abaf8(0x19c)],_0x246c06[_0x2abaf8(0x1b5)]=_0xb654db[_0x2abaf8(0x180)],_0x246c06[_0x2abaf8(0x1aa)]=!![];const _0x5c3b17={};return _0x5c3b17[_0x2abaf8(0x18b)]=_0x2241c6,_0x5c3b17[_0x2abaf8(0x19c)]=_0x246c06,_0x5a19d5[_0x2abaf8(0x187)](_0x5c3b17);},connectCommandHandler=async function(_0xed7aab){const _0x158031=a12_0x2ccaf5,_0x8dd7a8={'cvkLb':_0x158031(0x1a0),'otRXZ':function(_0x4d34dd,_0x1b07eb){return _0x4d34dd===_0x1b07eb;},'GMbeA':'undefined','uaBbx':_0x158031(0x19f),'AMFai':_0x158031(0x18f),'PSQkg':function(_0x529e58,_0x2760a9){return _0x529e58(_0x2760a9);},'zgTUh':_0x158031(0x17f),'ZZKiL':_0x158031(0x1a5),'BbTGE':_0x158031(0x1b3),'fxqQQ':_0x158031(0x189)};try{const _0x447846=new BrowserStackSetup(_0xed7aab,_0x8dd7a8[_0x158031(0x1b1)]);_0xed7aab[_0x158031(0x1a9)]&&(_0x447846[_0x158031(0x191)][_0x158031(0x1ad)]=_0xed7aab[_0x158031(0x1a9)]);if(_0x8dd7a8['otRXZ'](typeof _0x447846[_0x158031(0x191)][_0x158031(0x1ad)],_0x8dd7a8[_0x158031(0x1a2)])){logger[_0x158031(0x17c)](_0x8dd7a8['uaBbx']);throw new Error(ERROR_MESSAGES[_0x158031(0x179)][_0x158031(0x1b4)]);}const _0x594f26=_0xed7aab[_0x158031(0x19c)];if(_0x8dd7a8[_0x158031(0x18d)](typeof _0x594f26,_0x8dd7a8['GMbeA'])){logger[_0x158031(0x17c)](_0x8dd7a8[_0x158031(0x18a)]);throw new Error(ERROR_MESSAGES[_0x158031(0x19c)]['missing']);}if(!_0x8dd7a8[_0x158031(0x1b7)](validHosts,_0x594f26)){logger[_0x158031(0x17c)](_0x8dd7a8[_0x158031(0x17e)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x81ad72=_0x8dd7a8[_0x158031(0x1b7)](parseOnPremHosts,_0x594f26);_0x447846[_0x158031(0x191)][_0x158031(0x1bb)]=!![],_0x447846['config']['browserStackLocalOptions'][_0x158031(0x182)]=_0x8dd7a8[_0x158031(0x1ae)],_0x447846[_0x158031(0x191)]['browserStackLocalOptions'][_0x158031(0x198)]=_0x81ad72['join'](','),helper[_0x158031(0x192)](_0x447846[_0x158031(0x191)]),await _0x447846[_0x158031(0x18c)](),logger[_0x158031(0x1ac)](_0x8dd7a8['BbTGE']);}catch(_0x5d8fce){logger['error'](_0x8dd7a8['fxqQQ']);throw new Error(_0x5d8fce[_0x158031(0x19a)]());}};function run(_0x4201b4){const _0x131174=a12_0x2ccaf5,_0x13aff6={};_0x13aff6[_0x131174(0x188)]='connect',_0x13aff6[_0x131174(0x196)]=_0x131174(0x194);const _0x27df95=_0x13aff6;_0x4201b4['usage'](HELP_MESSAGES[_0x131174(0x1a7)][_0x131174(0x185)])[_0x131174(0x1a7)](_0x27df95[_0x131174(0x188)],HELP_MESSAGES[_0x131174(0x1a7)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x131174(0x19b)]()[_0x131174(0x194)](_0x27df95[_0x131174(0x196)])[_0x131174(0x1a1)](HELP_MESSAGES[_0x131174(0x1a7)][_0x131174(0x1b2)]);}function a12_0x5ef3(){const _0x1e9c91=['root','6951056ddDFdz','options','uHPAR','Failed\x20to\x20establish\x20connection.','AMFai','bstack-accesskey','setupBrowserstackLocal','otRXZ','mZEUA','Integration\x20hosts\x20missing.','1ZaRdSP','config','setProxySettings','url','help','exports','nXJAF','6948LqDNQQ','only','17070mTmnah','toString','demandCommand','hosts','Mlngj','string','BrowserStack\x20access\x20key\x20missing.','integrations','epilogue','GMbeA','19968jdeJqk','SshMZ','integrations-repeater','./constants','command','1524nFrfRl','bstackAccesskey','demandOption','3730774Cqsnct','info','accessKey','ZZKiL','split','1747791PyyNVo','cvkLb','footer','Connection\x20established\x20successfully.','missing','type','../../helpers/logger','PSQkg','trim','351703yfvFDn','3472384MQTcvv','browserstackLocal','../../helpers/BrowserStackSetup','bstackAccessKey','YYerc','1980OseaCT','error','protocol','zgTUh','Hosts\x20not\x20valid','sjQvx','443','localIdentifier','describe','every'];a12_0x5ef3=function(){return _0x1e9c91;};return a12_0x5ef3();}module[a12_0x2ccaf5(0x195)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a13_0x191f(){var _0x5941fb=['options','24015088Vjnatf','bstackAccessKey','invalid','ERROR_MESSAGES','command','546kAvlSd','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','missing','2317845sbwmeF','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','1617524EjhUZG','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','822003snudzd','16366sMfVxL','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.','HELP_MESSAGES','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','connect','hosts','root','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','3855070Qggtyr','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','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.','1748200TjSfqW'];a13_0x191f=function(){return _0x5941fb;};return a13_0x191f();}var a13_0x1bfddb=a13_0x1170;(function(_0x4c0e68,_0x59623d){var _0x4a70c9=a13_0x1170,_0x9c14d3=_0x4c0e68();while(!![]){try{var _0x313881=-parseInt(_0x4a70c9(0x19a))/0x1+-parseInt(_0x4a70c9(0x198))/0x2+-parseInt(_0x4a70c9(0x196))/0x3+parseInt(_0x4a70c9(0x18c))/0x4+-parseInt(_0x4a70c9(0x189))/0x5+-parseInt(_0x4a70c9(0x193))/0x6*(-parseInt(_0x4a70c9(0x19b))/0x7)+parseInt(_0x4a70c9(0x18e))/0x8;if(_0x313881===_0x59623d)break;else _0x9c14d3['push'](_0x9c14d3['shift']());}catch(_0x400d0f){_0x9c14d3['push'](_0x9c14d3['shift']());}}}(a13_0x191f,0x74874));var a13_0x1bffcf={};a13_0x1bffcf[a13_0x1bfddb(0x18f)]=a13_0x1bfddb(0x1a2),a13_0x1bffcf[a13_0x1bfddb(0x1a0)]=a13_0x1bfddb(0x19c);var a13_0xb301e0={};a13_0xb301e0[a13_0x1bfddb(0x1a1)]=a13_0x1bfddb(0x194),a13_0xb301e0[a13_0x1bfddb(0x19f)]=a13_0x1bfddb(0x197),a13_0xb301e0['footer']=a13_0x1bfddb(0x18a);var a13_0x355cef={};a13_0x355cef[a13_0x1bfddb(0x18d)]=a13_0x1bffcf,a13_0x355cef[a13_0x1bfddb(0x192)]=a13_0xb301e0,exports[a13_0x1bfddb(0x19d)]=a13_0x355cef;var a13_0x1092c1={};a13_0x1092c1[a13_0x1bfddb(0x195)]=a13_0x1bfddb(0x199);var a13_0x2d8dd5={};a13_0x2d8dd5[a13_0x1bfddb(0x195)]=a13_0x1bfddb(0x19e),a13_0x2d8dd5[a13_0x1bfddb(0x190)]=a13_0x1bfddb(0x18b);function a13_0x1170(_0x4c2944,_0x195115){var _0x191f05=a13_0x191f();return a13_0x1170=function(_0x1170f4,_0x4587bd){_0x1170f4=_0x1170f4-0x189;var _0x3886d4=_0x191f05[_0x1170f4];return _0x3886d4;},a13_0x1170(_0x4c2944,_0x195115);}var a13_0x41937d={};a13_0x41937d[a13_0x1bfddb(0x18f)]=a13_0x1092c1,a13_0x41937d[a13_0x1bfddb(0x1a0)]=a13_0x2d8dd5,exports[a13_0x1bfddb(0x191)]=a13_0x41937d;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a14_0x515fa0=a14_0x17cb;function a14_0x21e3(){const _0x21287a=['NySAp','testObservability','javascript','lFBcC','delete','suiteStarted','WKnfg','wzYTJ','reverse','TestRunSkipped','failure_backtrace','VEMVU','FPeeJ','TNHTR','pending','TestRunStarted','UnhandledError','Spec\x20failed','failedExpectations','status','shouldProcessEventForTesthub','split','exports','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','config','1383310dJclRo','setCurrentTestData','28rnlisa','QlMLI','3AgLSeF','description','ylFdl','AssertionError','specDone','excluded','path','_findGitConfig','vRCif','42124308JtBwWX','dBloe','20TKYnxT','GFtsN','../../../helpers/test-observability/constants','startsWith','fullName','failure_reason_expanded','iRGxS','mfTQb','WanUz','naphb','trim','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','get','DqFvm','sStTx','match','zKemM','fNtkj','bgakW','join','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','qThYU','ZfvUY','set','finished_at','NNmtz','AcOok','push','jQLJg','103420INcPCs','IDdZS','backtrace','QFdaI','stnXk','_sendSpecEvent','.git','uuid','EbdPh','_suitesById','toISOString','jasmineStarted','actual','keys','_resolveFilePath','nbwFA','87004FgBZiM','appendTesthubParams','duration','1421272YdQePl','AOArL','expanded','zTDVP','_scopes','expected','DNqoY','cNMCd','fvMxV','nkDLW','statSync','EQmnN','lLTkL','\x20:\x20','../../../helpers/testhub/utils','fileNameByFullName','8064280FCGbww','WzBhg','passed','745992wGakZg','ViZnz','../testRunMap','matcherName','_fileNameByFullName','jpsDE','isArray','stack','failed','jeXRm','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','../../../helpers/test-observability/utils','suiteDone','add','wecZE','tBIAz','TestRunFinished','failure','endsWith','MOaTb','_collapseFailedExpectations','message','has','dirname','filename','skipped','UISoR','bAAdE','parentSuiteId','prefixTestPath','efGQm','GAtQl','11TLHIOr','../../../helpers/test-observability/sessionHandler','27ZkcaEr','Exception\x20in\x20jasmine\x20specDone\x20for\x20','specStarted','JASMINE','xXArE','cwd','jasmineDone','length'];a14_0x21e3=function(){return _0x21287a;};return a14_0x21e3();}(function(_0x3a4154,_0x9cd982){const _0x206c0f=a14_0x17cb,_0x19b86f=_0x3a4154();while(!![]){try{const _0x33178b=parseInt(_0x206c0f(0x1a2))/0x1*(-parseInt(_0x206c0f(0x137))/0x2)+parseInt(_0x206c0f(0x1a4))/0x3*(parseInt(_0x206c0f(0x147))/0x4)+-parseInt(_0x206c0f(0x1af))/0x5*(-parseInt(_0x206c0f(0x15d))/0x6)+-parseInt(_0x206c0f(0x15a))/0x7+parseInt(_0x206c0f(0x14a))/0x8*(-parseInt(_0x206c0f(0x17f))/0x9)+-parseInt(_0x206c0f(0x1a0))/0xa+-parseInt(_0x206c0f(0x17d))/0xb*(-parseInt(_0x206c0f(0x1ad))/0xc);if(_0x33178b===_0x9cd982)break;else _0x19b86f['push'](_0x19b86f['shift']());}catch(_0x192bd4){_0x19b86f['push'](_0x19b86f['shift']());}}}(a14_0x21e3,0xb91c2));const path=require(a14_0x515fa0(0x1aa)),fs=require('fs'),{v4:uuidv4}=require(a14_0x515fa0(0x13e)),testhubUtils=require(a14_0x515fa0(0x158)),{FRAMEWORKS}=require(a14_0x515fa0(0x1b1)),SessionHandler=require(a14_0x515fa0(0x17e)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a14_0x515fa0(0x168)),testRunMap=require(a14_0x515fa0(0x15f)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL='Jasmine',a14_0x3cc1d0={};a14_0x3cc1d0[a14_0x515fa0(0x15c)]='passed',a14_0x3cc1d0[a14_0x515fa0(0x165)]='failed',a14_0x3cc1d0[a14_0x515fa0(0x195)]=a14_0x515fa0(0x195),a14_0x3cc1d0[a14_0x515fa0(0x1a9)]=a14_0x515fa0(0x176);function a14_0x17cb(_0x45c355,_0x5a3610){const _0x21e390=a14_0x21e3();return a14_0x17cb=function(_0x17cba1,_0x5d356c){_0x17cba1=_0x17cba1-0x12f;let _0x3cd04c=_0x21e390[_0x17cba1];return _0x3cd04c;},a14_0x17cb(_0x45c355,_0x5a3610);}const STATUS_MAP=a14_0x3cc1d0;class BrowserStackJasmineReporter{constructor(_0x358572={}){const _0x44bc54=a14_0x515fa0,_0x379dcf={'VEMVU':function(_0x2eb3ba){return _0x2eb3ba();}};this[_0x44bc54(0x188)]=_0x379dcf[_0x44bc54(0x192)](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process[_0x44bc54(0x184)]()},undefined),this[_0x44bc54(0x161)]=_0x358572&&_0x358572[_0x44bc54(0x159)]||{},this['_suitesById']=new Map();}[a14_0x515fa0(0x142)](){}[a14_0x515fa0(0x18c)](_0x485af0){const _0x1a2965=a14_0x515fa0,_0x4ec608={'mfTQb':function(_0x329907,_0x2c9cf4){return _0x329907!==_0x2c9cf4;},'bgakW':function(_0x1f687a,_0x3e7c03){return _0x1f687a!==_0x3e7c03;},'fvMxV':function(_0x342b4f,_0x47f49a){return _0x342b4f(_0x47f49a);}};try{_0x485af0&&_0x4ec608[_0x1a2965(0x1b6)](_0x485af0['id'],undefined)&&_0x4ec608[_0x1a2965(0x1c1)](_0x485af0['id'],null)&&this['_suitesById'][_0x1a2965(0x131)](_0x485af0['id'],{'description':_0x485af0[_0x1a2965(0x1a5)],'parentSuiteId':_0x485af0[_0x1a2965(0x179)]});}catch(_0x238580){_0x4ec608[_0x1a2965(0x152)](debug,_0x1a2965(0x167)+(_0x485af0&&_0x485af0[_0x1a2965(0x1b3)])+_0x1a2965(0x157)+_0x238580);}}[a14_0x515fa0(0x181)](_0x2d3db7){const _0x482565=a14_0x515fa0,_0x84779b={'nbwFA':function(_0x5861ca,_0x250fe9){return _0x5861ca!==_0x250fe9;},'FPeeJ':function(_0x43812a){return _0x43812a();},'TNHTR':_0x482565(0x196),'LIFQQ':function(_0x71c229,_0x397646){return _0x71c229(_0x397646);}};try{if(_0x84779b[_0x482565(0x146)](testhubUtils[_0x482565(0x19b)](),!![]))return;const _0x28c611=_0x84779b[_0x482565(0x193)](uuidv4);testRunMap['set'](_0x2d3db7['id'],_0x28c611),this[_0x482565(0x13c)](_0x2d3db7,_0x28c611,_0x84779b[_0x482565(0x194)]);}catch(_0x2af2ac){_0x84779b['LIFQQ'](debug,_0x482565(0x19e)+(_0x2d3db7&&_0x2d3db7[_0x482565(0x1b3)])+_0x482565(0x157)+_0x2af2ac);}}[a14_0x515fa0(0x1a8)](_0xec7c9b){const _0x1eadbe=a14_0x515fa0,_0x40f460={'vRCif':function(_0x56add2,_0xad1e85){return _0x56add2!==_0xad1e85;},'naphb':function(_0x5bffc9){return _0x5bffc9();},'sStTx':function(_0x51aeae,_0x96e6b8){return _0x51aeae===_0x96e6b8;},'MOaTb':_0x1eadbe(0x1a9),'xXArE':_0x1eadbe(0x190),'nkDLW':_0x1eadbe(0x16d),'iRGxS':function(_0x2227a2,_0x184d3c){return _0x2227a2(_0x184d3c);}};try{if(_0x40f460[_0x1eadbe(0x1ac)](testhubUtils[_0x1eadbe(0x19b)](),!![]))return;const _0x5baba3=testRunMap[_0x1eadbe(0x1bb)](_0xec7c9b['id'])||_0x40f460[_0x1eadbe(0x1b8)](uuidv4),_0x348780=_0x40f460[_0x1eadbe(0x1bd)](_0xec7c9b[_0x1eadbe(0x19a)],_0x40f460[_0x1eadbe(0x170)])?_0x40f460[_0x1eadbe(0x183)]:_0x40f460[_0x1eadbe(0x153)];this['_sendSpecEvent'](_0xec7c9b,_0x5baba3,_0x348780);}catch(_0x48cd7f){_0x40f460[_0x1eadbe(0x1b5)](debug,_0x1eadbe(0x180)+(_0xec7c9b&&_0xec7c9b[_0x1eadbe(0x1b3)])+_0x1eadbe(0x157)+_0x48cd7f);}finally{_0xec7c9b&&(testRunMap['remove'](_0xec7c9b['id']),_specStartTimes[_0x1eadbe(0x18b)](_0xec7c9b['id']));}}[a14_0x515fa0(0x169)](){}[a14_0x515fa0(0x185)](){}[a14_0x515fa0(0x13c)](_0x85c99c,_0x236e85,_0xe76922){const _0x5c88a8=a14_0x515fa0,_0x2b4ab7={'GFtsN':function(_0x316aad,_0x458d8f){return _0x316aad===_0x458d8f;},'EQmnN':_0x5c88a8(0x16d),'IDdZS':_0x5c88a8(0x190),'qknAs':'File\x20path\x20could\x20not\x20be\x20found','DqFvm':function(_0x543f68,_0x100665,_0x15f49e){return _0x543f68(_0x100665,_0x15f49e);},'fNtkj':'err','DNqoY':function(_0x11372c,_0x868c6a){return _0x11372c===_0x868c6a;},'ZfvUY':_0x5c88a8(0x196),'pBDLU':function(_0x17093,_0x4eb148){return _0x17093!==_0x4eb148;},'bAAdE':function(_0x3c2488,_0x2ecb71){return _0x3c2488!==_0x2ecb71;},'NNmtz':function(_0x174d5c,_0x1f6a16){return _0x174d5c===_0x1f6a16;},'jeXRm':_0x5c88a8(0x189),'ylFdl':function(_0x87f971,_0x43eb09){return _0x87f971&&_0x43eb09;},'GAtQl':function(_0x2058ab,_0x39133f){return _0x2058ab===_0x39133f;},'dBloe':_0x5c88a8(0x176),'ViZnz':_0x5c88a8(0x15c),'lFBcC':'number','efGQm':_0x5c88a8(0x1a7),'wzYTJ':_0x5c88a8(0x197),'EbdPh':'started_at','wecZE':_0x5c88a8(0x132),'QFdaI':_0x5c88a8(0x16e),'KmTyk':_0x5c88a8(0x191),'jQLJg':_0x5c88a8(0x139),'zKemM':_0x5c88a8(0x1b4),'zTDVP':_0x5c88a8(0x14c),'NySAp':function(_0x974a19,_0x23d12a){return _0x974a19(_0x23d12a);}};try{const _0x23d84a=_0x2b4ab7[_0x5c88a8(0x1b0)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x155)])||_0x2b4ab7[_0x5c88a8(0x1b0)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x138)]),_0x109061=this[_0x5c88a8(0x145)](_0x85c99c),_0x546f34=_0x109061?this['_paths'][_0x5c88a8(0x17a)](_0x109061):_0x2b4ab7['qknAs'],_0x3c9cd1=_0x109061?this['_findGitConfig'](path[_0x5c88a8(0x174)](_0x109061)):null,_0x2fb4f2=this[_0x5c88a8(0x171)](_0x85c99c[_0x5c88a8(0x199)]),_0x311189=_0x2fb4f2?_0x2fb4f2[_0x5c88a8(0x172)]:undefined,_0x1c4931=_0x2fb4f2?_0x2b4ab7[_0x5c88a8(0x1bc)](failureData,_0x2fb4f2,_0x2b4ab7[_0x5c88a8(0x1c0)]):[],_0x372b07=new Date()[_0x5c88a8(0x141)](),_0x13d84b=this[_0x5c88a8(0x14e)](_0x85c99c);_0x2b4ab7[_0x5c88a8(0x150)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x130)])&&_0x85c99c&&_0x2b4ab7['pBDLU'](_0x85c99c['id'],undefined)&&_0x2b4ab7[_0x5c88a8(0x178)](_0x85c99c['id'],null)&&_specStartTimes[_0x5c88a8(0x131)](_0x85c99c['id'],_0x372b07);const _0x2c63c9=_0x2b4ab7[_0x5c88a8(0x133)](_0xe76922,_0x2b4ab7['ZfvUY'])?_0x372b07:_0x85c99c&&_specStartTimes[_0x5c88a8(0x1bb)](_0x85c99c['id'])||null,_0x2c3ec4={};_0x2c3ec4['lang']=_0x2b4ab7[_0x5c88a8(0x166)],_0x2c3ec4['code']=null;const _0x3990e2={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x236e85,'name':_0x85c99c[_0x5c88a8(0x1a5)],'body':_0x2c3ec4,'scope':_0x13d84b[_0x5c88a8(0x1c2)]('\x20'),'scopes':_0x13d84b,'identifier':_0x85c99c[_0x5c88a8(0x1b3)],'file_name':_0x546f34,'vc_filepath':_0x2b4ab7[_0x5c88a8(0x1a6)](_0x3c9cd1,_0x109061)?path['relative'](_0x3c9cd1,_0x109061):null,'location':_0x546f34,'result':_0x2b4ab7[_0x5c88a8(0x17c)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x138)])?_0x2b4ab7[_0x5c88a8(0x1ae)]:STATUS_MAP[_0x85c99c[_0x5c88a8(0x19a)]]||_0x2b4ab7[_0x5c88a8(0x15e)],'failure_reason':_0x311189,'duration_in_ms':_0x2b4ab7[_0x5c88a8(0x1b0)](typeof _0x85c99c[_0x5c88a8(0x149)],_0x2b4ab7[_0x5c88a8(0x18a)])?_0x85c99c['duration']:null,'started_at':_0x2c63c9,'finished_at':_0x23d84a?_0x372b07:null,'failure':_0x1c4931,'failure_type':!_0x311189?null:_0x311189[_0x5c88a8(0x1be)](/AssertionError/)?_0x2b4ab7[_0x5c88a8(0x17b)]:_0x2b4ab7[_0x5c88a8(0x18e)],'retry_of':null};_0x2b4ab7[_0x5c88a8(0x1b0)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x138)])&&!_0x3990e2[_0x2b4ab7[_0x5c88a8(0x13f)]]&&(_0x3990e2[_0x2b4ab7[_0x5c88a8(0x13f)]]=_0x3990e2[_0x2b4ab7[_0x5c88a8(0x16b)]]);const _0xdd7494=_0x3990e2[_0x2b4ab7[_0x5c88a8(0x13a)]][0x0];_0xdd7494&&(_0x3990e2[_0x2b4ab7['KmTyk']]=_0xdd7494[_0x2b4ab7[_0x5c88a8(0x136)]],_0x3990e2[_0x2b4ab7[_0x5c88a8(0x1bf)]]=_0xdd7494[_0x2b4ab7[_0x5c88a8(0x14d)]]);testhubUtils[_0x5c88a8(0x148)](_0x3990e2,_0xe76922,_0x85c99c,FRAMEWORKS[_0x5c88a8(0x182)]);const _0x21f009={'event_type':_0x2b4ab7[_0x5c88a8(0x150)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x138)])?_0x2b4ab7[_0x5c88a8(0x155)]:_0xe76922,'test_run':_0x3990e2};return testhubUtils[_0x5c88a8(0x1a1)](FRAMEWORKS['JASMINE'],_0x21f009),SessionHandler['uploadEventData'](_0x21f009);}catch(_0x52a184){_0x2b4ab7[_0x5c88a8(0x187)](debug,_0x5c88a8(0x1ba)+_0xe76922+_0x5c88a8(0x157)+_0x52a184);}}[a14_0x515fa0(0x14e)](_0x46d9db){const _0x454277=a14_0x515fa0,_0x5cc2e8={'cNMCd':function(_0x12438b,_0x169735){return _0x12438b!==_0x169735;},'tBIAz':function(_0x4ccda7,_0x346392){return _0x4ccda7!==_0x346392;},'UISoR':function(_0x33b941,_0x4f3a8e){return _0x33b941>_0x4f3a8e;},'AOArL':function(_0xdea3cb,_0x5d67a2){return _0xdea3cb(_0x5d67a2);},'WKnfg':function(_0x582add,_0x1834db){return _0x582add-_0x1834db;}};try{const _0x9df0b7=[];let _0x6e6646=_0x46d9db&&_0x46d9db[_0x454277(0x179)];const _0x52f110=new Set();while(_0x5cc2e8[_0x454277(0x151)](_0x6e6646,undefined)&&_0x5cc2e8[_0x454277(0x16c)](_0x6e6646,null)&&this['_suitesById']['has'](_0x6e6646)&&!_0x52f110[_0x454277(0x173)](_0x6e6646)){_0x52f110[_0x454277(0x16a)](_0x6e6646);const _0x4f2c3f=this[_0x454277(0x140)][_0x454277(0x1bb)](_0x6e6646);_0x4f2c3f&&_0x4f2c3f['description']&&_0x9df0b7[_0x454277(0x135)](_0x4f2c3f[_0x454277(0x1a5)]),_0x6e6646=_0x4f2c3f?_0x4f2c3f[_0x454277(0x179)]:null;}if(_0x5cc2e8[_0x454277(0x177)](_0x9df0b7[_0x454277(0x186)],0x0))return _0x9df0b7[_0x454277(0x18f)]();}catch(_0x449acb){_0x5cc2e8[_0x454277(0x14b)](debug,_0x454277(0x1c3)+(_0x46d9db&&_0x46d9db[_0x454277(0x1b3)])+_0x454277(0x157)+_0x449acb);}const _0x14821a=_0x46d9db&&_0x46d9db[_0x454277(0x1b3)]||'',_0x45ac55=_0x46d9db&&_0x46d9db['description']||'';let _0x1c01a7=_0x14821a;return _0x45ac55&&_0x14821a[_0x454277(0x16f)](_0x45ac55)&&(_0x1c01a7=_0x14821a['slice'](0x0,_0x5cc2e8[_0x454277(0x18d)](_0x14821a[_0x454277(0x186)],_0x45ac55['length']))[_0x454277(0x1b9)]()),_0x1c01a7?_0x1c01a7[_0x454277(0x19c)](/\s+/):[];}['_resolveFilePath'](_0xee8471){const _0x3812a7=a14_0x515fa0,_0x109b64={};_0x109b64[_0x3812a7(0x1a3)]=function(_0x3f8a8e,_0x5d3807){return _0x3f8a8e===_0x5d3807;},_0x109b64[_0x3812a7(0x1b7)]=function(_0x4f881b,_0x39dff7){return _0x4f881b+_0x39dff7;},_0x109b64[_0x3812a7(0x13b)]=function(_0x3494d0,_0x44feef){return _0x3494d0>_0x44feef;};const _0x310c42=_0x109b64;if(_0xee8471&&_0xee8471['filename'])return _0xee8471[_0x3812a7(0x175)];if(_0xee8471&&_0xee8471[_0x3812a7(0x1b3)]){if(this['_fileNameByFullName'][_0xee8471['fullName']])return this[_0x3812a7(0x161)][_0xee8471['fullName']];let _0x16b87c=null,_0x26373b=-0x1;for(const _0x25fadc of Object[_0x3812a7(0x144)](this[_0x3812a7(0x161)])){(_0x310c42[_0x3812a7(0x1a3)](_0xee8471['fullName'],_0x25fadc)||_0xee8471['fullName'][_0x3812a7(0x1b2)](_0x310c42[_0x3812a7(0x1b7)](_0x25fadc,'\x20')))&&_0x310c42['stnXk'](_0x25fadc['length'],_0x26373b)&&(_0x16b87c=this['_fileNameByFullName'][_0x25fadc],_0x26373b=_0x25fadc[_0x3812a7(0x186)]);}if(_0x16b87c)return _0x16b87c;}return null;}[a14_0x515fa0(0x171)](_0x53cb9c){const _0x5cf2f9=a14_0x515fa0,_0x2c1e8c={};_0x2c1e8c['NCKLg']=function(_0x55a96d,_0x59f5d1){return _0x55a96d===_0x59f5d1;},_0x2c1e8c[_0x5cf2f9(0x156)]=_0x5cf2f9(0x198);const _0x3ad39a=_0x2c1e8c;if(!Array[_0x5cf2f9(0x163)](_0x53cb9c)||_0x3ad39a['NCKLg'](_0x53cb9c[_0x5cf2f9(0x186)],0x0))return undefined;const _0x266452=[],_0x559d35=[];for(const _0x4466fc of _0x53cb9c){_0x4466fc&&_0x4466fc['message']&&_0x266452[_0x5cf2f9(0x135)](_0x4466fc[_0x5cf2f9(0x172)]),_0x4466fc&&_0x4466fc['stack']&&_0x559d35[_0x5cf2f9(0x135)](_0x4466fc[_0x5cf2f9(0x164)]);}const _0x21d607=_0x53cb9c[0x0]||{},_0x161384=_0x266452[_0x5cf2f9(0x1c2)]('\x0a')||_0x21d607[_0x5cf2f9(0x172)]||_0x3ad39a[_0x5cf2f9(0x156)],_0x1024b2=_0x559d35[_0x5cf2f9(0x1c2)]('\x0a\x0a')||_0x21d607[_0x5cf2f9(0x164)]||_0x161384,_0x2c71ab={};return _0x2c71ab[_0x5cf2f9(0x172)]=_0x161384,_0x2c71ab['stack']=_0x1024b2,_0x2c71ab[_0x5cf2f9(0x160)]=_0x21d607[_0x5cf2f9(0x160)],_0x2c71ab[_0x5cf2f9(0x14f)]=_0x21d607[_0x5cf2f9(0x14f)],_0x2c71ab['actual']=_0x21d607[_0x5cf2f9(0x143)],_0x2c71ab;}[a14_0x515fa0(0x1ab)](_0x876ca2){const _0x35d238=a14_0x515fa0,_0x302c3d={};_0x302c3d[_0x35d238(0x12f)]=function(_0x36d19b,_0x328627){return _0x36d19b===_0x328627;},_0x302c3d['AcOok']=function(_0x116f39,_0x4b0ad6){return _0x116f39===_0x4b0ad6;},_0x302c3d['WzBhg']=_0x35d238(0x13d),_0x302c3d[_0x35d238(0x162)]=_0x35d238(0x19f);const _0x414036=_0x302c3d,_0x198b98=path['sep'];if(_0x414036[_0x35d238(0x12f)](_0x876ca2,null)||_0x414036[_0x35d238(0x12f)](_0x876ca2,'')||_0x414036[_0x35d238(0x134)](_0x876ca2,_0x198b98)||_0x414036[_0x35d238(0x12f)](_0x876ca2,path[_0x35d238(0x174)](_0x876ca2)))return null;try{return fs[_0x35d238(0x154)](path[_0x35d238(0x1c2)](_0x876ca2,_0x414036[_0x35d238(0x15b)],_0x414036[_0x35d238(0x162)])),_0x876ca2;}catch(_0x396308){return this[_0x35d238(0x1ab)](path['dirname'](_0x876ca2));}}}module[a14_0x515fa0(0x19d)]=BrowserStackJasmineReporter;
|
|
1
|
+
'use strict';function a14_0x6a02(_0x42d596,_0x53a2e0){const _0x3353be=a14_0x3353();return a14_0x6a02=function(_0x6a0206,_0x879de3){_0x6a0206=_0x6a0206-0xe5;let _0x44418f=_0x3353be[_0x6a0206];return _0x44418f;},a14_0x6a02(_0x42d596,_0x53a2e0);}const a14_0x2528df=a14_0x6a02;(function(_0x7d3eb1,_0x343d55){const _0x142086=a14_0x6a02,_0x714602=_0x7d3eb1();while(!![]){try{const _0x1e31bc=parseInt(_0x142086(0x120))/0x1*(-parseInt(_0x142086(0xfe))/0x2)+parseInt(_0x142086(0x123))/0x3+-parseInt(_0x142086(0x104))/0x4+parseInt(_0x142086(0xf0))/0x5*(parseInt(_0x142086(0xf5))/0x6)+-parseInt(_0x142086(0x133))/0x7*(-parseInt(_0x142086(0xf7))/0x8)+-parseInt(_0x142086(0x164))/0x9*(parseInt(_0x142086(0x105))/0xa)+parseInt(_0x142086(0xe6))/0xb;if(_0x1e31bc===_0x343d55)break;else _0x714602['push'](_0x714602['shift']());}catch(_0x5a96e0){_0x714602['push'](_0x714602['shift']());}}}(a14_0x3353,0xc3e9c));const path=require(a14_0x2528df(0x121)),fs=require('fs'),{v4:uuidv4}=require(a14_0x2528df(0xea)),testhubUtils=require(a14_0x2528df(0x124)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a14_0x2528df(0x12d)),testRunMap=require(a14_0x2528df(0x161)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x2528df(0x128),a14_0xff6b03={};function a14_0x3353(){const _0x22dd3d=['failure','pSfvN','get','shouldProcessEventForTesthub','AnHPp','7VPGEIR','WRoGn','specStarted','backtrace','match','duration','UnhandledError','remove','QSLWJ','\x20:\x20','ywEee','vvEwa','JXjmw','specDone','AssertionError','yqDeO','statSync','failed','err','atHWM','JASMINE','Vmbks','message','winVU','config','pending','dirname','delete','towIW','isArray','has','Exception\x20in\x20jasmine\x20specDone\x20for\x20','code','MTUoT','prefixTestPath','set','endsWith','.git','UCyOP','suiteStarted','TLCJN','File\x20path\x20could\x20not\x20be\x20found','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','_findGitConfig','stack','zjbcN','../testRunMap','failure_reason_expanded','skipped','93087xUMjJQ','uploadEventData','testObservability','_fileNameByFullName','matcherName','XjzGV','PnHEA','failure_backtrace','chaJz','14184412Mpvcfh','sep','startsWith','XkROj','uuid','fullName','_suitesById','vRLfu','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','_resolveFilePath','505HYzdgc','aVqxm','EImyP','appendTesthubParams','TestRunFinished','79068ZAWdVq','_scopes','5373416AGAFPi','_sendSpecEvent','expected','JvKhh','GiDXn','TdWLC','NgYFt','2aEPvzZ','jasmineStarted','description','fSvTk','join','exports','4262544zQcXjr','1080QqAsTj','weXAR','LtmrD','lang','pEPLB','xgSxj','ftrcu','ZOZrv','TestRunStarted','actual','finished_at','length','push','zzkmi','enBFD','fileNameByFullName','toISOString','trim','pMQIc','_paths','NyXUE','IxqsN','number','keys','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','wVaUi','parentSuiteId','1168537SDwFmA','path','qPyCZ','2584590uIUvXc','../../../helpers/testhub/utils','jasmineDone','XmvYG','split','Jasmine','suiteDone','status','passed','filename','../../../helpers/test-observability/utils'];a14_0x3353=function(){return _0x22dd3d;};return a14_0x3353();}a14_0xff6b03[a14_0x2528df(0x12b)]=a14_0x2528df(0x12b),a14_0xff6b03['failed']=a14_0x2528df(0x144),a14_0xff6b03['pending']=a14_0x2528df(0x14c),a14_0xff6b03['excluded']='skipped';const STATUS_MAP=a14_0xff6b03;class BrowserStackJasmineReporter{constructor(_0x5cd2f5={}){const _0x2c4540=a14_0x2528df,_0x224c25={'qPyCZ':function(_0x2a300b){return _0x2a300b();}};this[_0x2c4540(0x166)]=_0x224c25[_0x2c4540(0x122)](isTestObservabilitySession),this[_0x2c4540(0x118)]=new PathHelper({'cwd':process['cwd']()},undefined),this[_0x2c4540(0x167)]=_0x5cd2f5&&_0x5cd2f5[_0x2c4540(0x114)]||{},this['_suitesById']=new Map();}[a14_0x2528df(0xff)](){}[a14_0x2528df(0x15a)](_0x52a3e0){const _0x532b60=a14_0x2528df,_0x38d0cb={'mBBZU':function(_0x320346,_0x538703){return _0x320346!==_0x538703;},'ftrcu':function(_0x45fabe,_0x5e716b){return _0x45fabe!==_0x5e716b;},'ykLSP':function(_0x4a1883,_0x5c627f){return _0x4a1883(_0x5c627f);}};try{_0x52a3e0&&_0x38d0cb['mBBZU'](_0x52a3e0['id'],undefined)&&_0x38d0cb[_0x532b60(0x10b)](_0x52a3e0['id'],null)&&this[_0x532b60(0xec)][_0x532b60(0x156)](_0x52a3e0['id'],{'description':_0x52a3e0['description'],'parentSuiteId':_0x52a3e0[_0x532b60(0x11f)]});}catch(_0x47caa6){_0x38d0cb['ykLSP'](debug,_0x532b60(0x15d)+(_0x52a3e0&&_0x52a3e0['fullName'])+_0x532b60(0x13c)+_0x47caa6);}}[a14_0x2528df(0x135)](_0x21b5a4){const _0x327711=a14_0x2528df,_0xf62119={'TdWLC':function(_0x2b236a,_0x5d4bd8){return _0x2b236a!==_0x5d4bd8;},'MTUoT':function(_0x270864){return _0x270864();},'IIgOY':'TestRunStarted','cWTyf':function(_0x46d4f5,_0x4bd7a7){return _0x46d4f5(_0x4bd7a7);}};try{if(_0xf62119[_0x327711(0xfc)](testhubUtils['shouldProcessEventForTesthub'](),!![]))return;const _0x2e8f17=_0xf62119[_0x327711(0x154)](uuidv4);testRunMap[_0x327711(0x156)](_0x21b5a4['id'],_0x2e8f17),this[_0x327711(0xf8)](_0x21b5a4,_0x2e8f17,_0xf62119['IIgOY']);}catch(_0x46ac23){_0xf62119['cWTyf'](debug,'Exception\x20in\x20jasmine\x20specStarted\x20for\x20'+(_0x21b5a4&&_0x21b5a4[_0x327711(0xeb)])+_0x327711(0x13c)+_0x46ac23);}}[a14_0x2528df(0x140)](_0x20521f){const _0x4c7ae0=a14_0x2528df,_0x2dc451={'WRoGn':function(_0x332f81,_0x3517be){return _0x332f81!==_0x3517be;},'AyZsx':function(_0x1215e9){return _0x1215e9();},'fSvTk':function(_0x269703,_0x289bd6){return _0x269703===_0x289bd6;},'ZOZrv':'excluded','xgSxj':'TestRunSkipped','IxqsN':_0x4c7ae0(0xf4),'YPMsE':function(_0x4efa6a,_0x249c48){return _0x4efa6a(_0x249c48);}};try{if(_0x2dc451[_0x4c7ae0(0x134)](testhubUtils[_0x4c7ae0(0x131)](),!![]))return;const _0x5e815f=testRunMap[_0x4c7ae0(0x130)](_0x20521f['id'])||_0x2dc451['AyZsx'](uuidv4),_0x339f99=_0x2dc451[_0x4c7ae0(0x101)](_0x20521f[_0x4c7ae0(0x12a)],_0x2dc451[_0x4c7ae0(0x10c)])?_0x2dc451[_0x4c7ae0(0x10a)]:_0x2dc451[_0x4c7ae0(0x11a)];this[_0x4c7ae0(0xf8)](_0x20521f,_0x5e815f,_0x339f99);}catch(_0x301189){_0x2dc451['YPMsE'](debug,_0x4c7ae0(0x152)+(_0x20521f&&_0x20521f['fullName'])+'\x20:\x20'+_0x301189);}finally{_0x20521f&&(testRunMap[_0x4c7ae0(0x13a)](_0x20521f['id']),_specStartTimes[_0x4c7ae0(0x14e)](_0x20521f['id']));}}[a14_0x2528df(0x129)](){}[a14_0x2528df(0x125)](){}[a14_0x2528df(0xf8)](_0x248cb6,_0x28be3a,_0x40039e){const _0x1ccf2c=a14_0x2528df,_0x39f046={'winVU':function(_0x1ff48e,_0x36a99d){return _0x1ff48e===_0x36a99d;},'towIW':'TestRunFinished','Vmbks':'TestRunSkipped','pSfvN':_0x1ccf2c(0x15c),'lbhzj':function(_0x1222bf,_0x10f3c9,_0x10b77a){return _0x1222bf(_0x10f3c9,_0x10b77a);},'ywEee':_0x1ccf2c(0x145),'wVaUi':function(_0x11edf9,_0x3b662b){return _0x11edf9===_0x3b662b;},'TLCJN':_0x1ccf2c(0x10d),'QSLWJ':function(_0x326512,_0x4a30f4){return _0x326512!==_0x4a30f4;},'zzkmi':function(_0x461c26,_0x4552e0){return _0x461c26!==_0x4552e0;},'NgYFt':'javascript','FbwAG':function(_0x3b819e,_0x2cf4eb){return _0x3b819e&&_0x2cf4eb;},'FlYCa':function(_0x43cb8a,_0x3c58c6){return _0x43cb8a===_0x3c58c6;},'yqDeO':_0x1ccf2c(0x163),'AnHPp':'passed','rnnRi':_0x1ccf2c(0x11b),'XkROj':_0x1ccf2c(0x141),'chaJz':_0x1ccf2c(0x139),'JvKhh':'started_at','IFyCe':_0x1ccf2c(0x10f),'PnHEA':_0x1ccf2c(0x12e),'JXjmw':_0x1ccf2c(0x16b),'GrFCT':_0x1ccf2c(0x136),'NyXUE':_0x1ccf2c(0x162),'rGhAb':'expanded','weXAR':function(_0x5b1745,_0x5d6d6b){return _0x5b1745(_0x5d6d6b);}};try{const _0x3351b2=_0x39f046[_0x1ccf2c(0x14a)](_0x40039e,_0x39f046[_0x1ccf2c(0x14f)])||_0x39f046[_0x1ccf2c(0x14a)](_0x40039e,_0x39f046[_0x1ccf2c(0x148)]),_0x597551=this[_0x1ccf2c(0xef)](_0x248cb6),_0x2f179f=_0x597551?this[_0x1ccf2c(0x118)][_0x1ccf2c(0x155)](_0x597551):_0x39f046[_0x1ccf2c(0x12f)],_0x42d637=_0x597551?this[_0x1ccf2c(0x15e)](path[_0x1ccf2c(0x14d)](_0x597551)):null,_0x29da18=this['_collapseFailedExpectations'](_0x248cb6['failedExpectations']),_0xe965c9=_0x29da18?_0x29da18[_0x1ccf2c(0x149)]:undefined,_0x2243b5=_0x29da18?_0x39f046['lbhzj'](failureData,_0x29da18,_0x39f046[_0x1ccf2c(0x13d)]):[],_0x47f94e=new Date()[_0x1ccf2c(0x115)](),_0x3001a0=this[_0x1ccf2c(0xf6)](_0x248cb6);_0x39f046[_0x1ccf2c(0x11e)](_0x40039e,_0x39f046[_0x1ccf2c(0x15b)])&&_0x248cb6&&_0x39f046[_0x1ccf2c(0x13b)](_0x248cb6['id'],undefined)&&_0x39f046[_0x1ccf2c(0x112)](_0x248cb6['id'],null)&&_specStartTimes['set'](_0x248cb6['id'],_0x47f94e);const _0x277052=_0x39f046['winVU'](_0x40039e,_0x39f046[_0x1ccf2c(0x15b)])?_0x47f94e:_0x248cb6&&_specStartTimes[_0x1ccf2c(0x130)](_0x248cb6['id'])||null,_0xf74000={};_0xf74000[_0x1ccf2c(0x108)]=_0x39f046[_0x1ccf2c(0xfd)],_0xf74000[_0x1ccf2c(0x153)]=null;const _0x1f1c9e={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x28be3a,'name':_0x248cb6[_0x1ccf2c(0x100)],'body':_0xf74000,'scope':_0x3001a0[_0x1ccf2c(0x102)]('\x20'),'scopes':_0x3001a0,'identifier':_0x248cb6[_0x1ccf2c(0xeb)],'file_name':_0x2f179f,'vc_filepath':_0x39f046['FbwAG'](_0x42d637,_0x597551)?path['relative'](_0x42d637,_0x597551):null,'location':_0x2f179f,'result':_0x39f046['FlYCa'](_0x40039e,_0x39f046[_0x1ccf2c(0x148)])?_0x39f046[_0x1ccf2c(0x142)]:STATUS_MAP[_0x248cb6[_0x1ccf2c(0x12a)]]||_0x39f046[_0x1ccf2c(0x132)],'failure_reason':_0xe965c9,'duration_in_ms':_0x39f046[_0x1ccf2c(0x14a)](typeof _0x248cb6[_0x1ccf2c(0x138)],_0x39f046['rnnRi'])?_0x248cb6['duration']:null,'started_at':_0x277052,'finished_at':_0x3351b2?_0x47f94e:null,'failure':_0x2243b5,'failure_type':!_0xe965c9?null:_0xe965c9[_0x1ccf2c(0x137)](/AssertionError/)?_0x39f046[_0x1ccf2c(0xe9)]:_0x39f046[_0x1ccf2c(0xe5)],'retry_of':null};_0x39f046[_0x1ccf2c(0x14a)](_0x40039e,_0x39f046[_0x1ccf2c(0x148)])&&!_0x1f1c9e[_0x39f046[_0x1ccf2c(0xfa)]]&&(_0x1f1c9e[_0x39f046['JvKhh']]=_0x1f1c9e[_0x39f046['IFyCe']]);const _0x5b82fd=_0x1f1c9e[_0x39f046[_0x1ccf2c(0x16a)]][0x0];_0x5b82fd&&(_0x1f1c9e[_0x39f046[_0x1ccf2c(0x13f)]]=_0x5b82fd[_0x39f046['GrFCT']],_0x1f1c9e[_0x39f046[_0x1ccf2c(0x119)]]=_0x5b82fd[_0x39f046['rGhAb']]);testhubUtils[_0x1ccf2c(0xf3)](_0x1f1c9e,_0x40039e,_0x248cb6,FRAMEWORKS[_0x1ccf2c(0x147)]);const _0x40034b={'event_type':_0x39f046[_0x1ccf2c(0x11e)](_0x40039e,_0x39f046[_0x1ccf2c(0x148)])?_0x39f046[_0x1ccf2c(0x14f)]:_0x40039e,'test_run':_0x1f1c9e};return testhubUtils['setCurrentTestData'](FRAMEWORKS['JASMINE'],_0x40034b),SessionHandler[_0x1ccf2c(0x165)](_0x40034b);}catch(_0xd47b32){_0x39f046[_0x1ccf2c(0x106)](debug,_0x1ccf2c(0x11d)+_0x40039e+'\x20:\x20'+_0xd47b32);}}[a14_0x2528df(0xf6)](_0x257c82){const _0x34dbae=a14_0x2528df,_0x58bc77={'atHWM':function(_0x34a5b0,_0x13c504){return _0x34a5b0!==_0x13c504;},'zjbcN':function(_0x282f75,_0x348278){return _0x282f75!==_0x348278;},'XmvYG':function(_0x4340c0,_0xc2ba5a){return _0x4340c0>_0xc2ba5a;},'pMQIc':function(_0x4189f9,_0x12b360){return _0x4189f9(_0x12b360);},'pEPLB':function(_0x2178a9,_0x1ee623){return _0x2178a9-_0x1ee623;}};try{const _0x40d8df=[];let _0x9e103=_0x257c82&&_0x257c82[_0x34dbae(0x11f)];const _0x4aced4=new Set();while(_0x58bc77[_0x34dbae(0x146)](_0x9e103,undefined)&&_0x58bc77[_0x34dbae(0x160)](_0x9e103,null)&&this[_0x34dbae(0xec)][_0x34dbae(0x151)](_0x9e103)&&!_0x4aced4[_0x34dbae(0x151)](_0x9e103)){_0x4aced4['add'](_0x9e103);const _0x32cf0f=this[_0x34dbae(0xec)][_0x34dbae(0x130)](_0x9e103);_0x32cf0f&&_0x32cf0f[_0x34dbae(0x100)]&&_0x40d8df['push'](_0x32cf0f['description']),_0x9e103=_0x32cf0f?_0x32cf0f['parentSuiteId']:null;}if(_0x58bc77[_0x34dbae(0x126)](_0x40d8df[_0x34dbae(0x110)],0x0))return _0x40d8df['reverse']();}catch(_0x4bcc06){_0x58bc77[_0x34dbae(0x117)](debug,_0x34dbae(0xee)+(_0x257c82&&_0x257c82[_0x34dbae(0xeb)])+_0x34dbae(0x13c)+_0x4bcc06);}const _0x5d1b86=_0x257c82&&_0x257c82[_0x34dbae(0xeb)]||'',_0x39832f=_0x257c82&&_0x257c82[_0x34dbae(0x100)]||'';let _0x43caba=_0x5d1b86;return _0x39832f&&_0x5d1b86[_0x34dbae(0x157)](_0x39832f)&&(_0x43caba=_0x5d1b86['slice'](0x0,_0x58bc77[_0x34dbae(0x109)](_0x5d1b86[_0x34dbae(0x110)],_0x39832f[_0x34dbae(0x110)]))[_0x34dbae(0x116)]()),_0x43caba?_0x43caba[_0x34dbae(0x127)](/\s+/):[];}['_resolveFilePath'](_0x572188){const _0xe3ed6e=a14_0x2528df,_0xdc3067={};_0xdc3067[_0xe3ed6e(0xfb)]=function(_0x3af453,_0x4a3673){return _0x3af453===_0x4a3673;},_0xdc3067[_0xe3ed6e(0x169)]=function(_0x5a07c1,_0x322f4e){return _0x5a07c1+_0x322f4e;},_0xdc3067['EImyP']=function(_0x42a93d,_0x281f40){return _0x42a93d>_0x281f40;};const _0x32143c=_0xdc3067;if(_0x572188&&_0x572188[_0xe3ed6e(0x12c)])return _0x572188[_0xe3ed6e(0x12c)];if(_0x572188&&_0x572188[_0xe3ed6e(0xeb)]){if(this[_0xe3ed6e(0x167)][_0x572188[_0xe3ed6e(0xeb)]])return this[_0xe3ed6e(0x167)][_0x572188[_0xe3ed6e(0xeb)]];let _0x13c7b0=null,_0x1cd1f7=-0x1;for(const _0x3cf997 of Object[_0xe3ed6e(0x11c)](this[_0xe3ed6e(0x167)])){(_0x32143c['GiDXn'](_0x572188[_0xe3ed6e(0xeb)],_0x3cf997)||_0x572188[_0xe3ed6e(0xeb)][_0xe3ed6e(0xe8)](_0x32143c[_0xe3ed6e(0x169)](_0x3cf997,'\x20')))&&_0x32143c[_0xe3ed6e(0xf2)](_0x3cf997[_0xe3ed6e(0x110)],_0x1cd1f7)&&(_0x13c7b0=this['_fileNameByFullName'][_0x3cf997],_0x1cd1f7=_0x3cf997[_0xe3ed6e(0x110)]);}if(_0x13c7b0)return _0x13c7b0;}return null;}['_collapseFailedExpectations'](_0x556101){const _0x4dd9f6=a14_0x2528df,_0x2d6fd5={};_0x2d6fd5[_0x4dd9f6(0xed)]=function(_0x2792fc,_0x2e5866){return _0x2792fc===_0x2e5866;},_0x2d6fd5[_0x4dd9f6(0x107)]='Spec\x20failed';const _0x45da67=_0x2d6fd5;if(!Array[_0x4dd9f6(0x150)](_0x556101)||_0x45da67[_0x4dd9f6(0xed)](_0x556101['length'],0x0))return undefined;const _0x498df8=[],_0x1b51da=[];for(const _0x43bf5f of _0x556101){_0x43bf5f&&_0x43bf5f['message']&&_0x498df8[_0x4dd9f6(0x111)](_0x43bf5f[_0x4dd9f6(0x149)]),_0x43bf5f&&_0x43bf5f[_0x4dd9f6(0x15f)]&&_0x1b51da['push'](_0x43bf5f[_0x4dd9f6(0x15f)]);}const _0x4cdd23=_0x556101[0x0]||{},_0x3e45fe=_0x498df8[_0x4dd9f6(0x102)]('\x0a')||_0x4cdd23[_0x4dd9f6(0x149)]||_0x45da67[_0x4dd9f6(0x107)],_0x50a309=_0x1b51da['join']('\x0a\x0a')||_0x4cdd23[_0x4dd9f6(0x15f)]||_0x3e45fe,_0x7bb5af={};return _0x7bb5af['message']=_0x3e45fe,_0x7bb5af[_0x4dd9f6(0x15f)]=_0x50a309,_0x7bb5af[_0x4dd9f6(0x168)]=_0x4cdd23[_0x4dd9f6(0x168)],_0x7bb5af[_0x4dd9f6(0xf9)]=_0x4cdd23[_0x4dd9f6(0xf9)],_0x7bb5af['actual']=_0x4cdd23[_0x4dd9f6(0x10e)],_0x7bb5af;}['_findGitConfig'](_0x382e3b){const _0x3f8b3c=a14_0x2528df,_0x2515e6={};_0x2515e6[_0x3f8b3c(0x159)]=function(_0x5eb34a,_0x2ebefa){return _0x5eb34a===_0x2ebefa;},_0x2515e6['srMcb']=function(_0x864b7c,_0x770b7b){return _0x864b7c===_0x770b7b;},_0x2515e6[_0x3f8b3c(0x113)]=function(_0x264721,_0x3f4775){return _0x264721===_0x3f4775;},_0x2515e6[_0x3f8b3c(0x13e)]=_0x3f8b3c(0x158),_0x2515e6['aVqxm']=_0x3f8b3c(0x14b);const _0x2c6b4d=_0x2515e6,_0x24deb4=path[_0x3f8b3c(0xe7)];if(_0x2c6b4d['UCyOP'](_0x382e3b,null)||_0x2c6b4d[_0x3f8b3c(0x159)](_0x382e3b,'')||_0x2c6b4d['srMcb'](_0x382e3b,_0x24deb4)||_0x2c6b4d[_0x3f8b3c(0x113)](_0x382e3b,path['dirname'](_0x382e3b)))return null;try{return fs[_0x3f8b3c(0x143)](path[_0x3f8b3c(0x102)](_0x382e3b,_0x2c6b4d[_0x3f8b3c(0x13e)],_0x2c6b4d[_0x3f8b3c(0xf1)])),_0x382e3b;}catch(_0x4d9355){return this[_0x3f8b3c(0x15e)](path[_0x3f8b3c(0x14d)](_0x382e3b));}}}module[a14_0x2528df(0x103)]=BrowserStackJasmineReporter;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a15_0x36a91c=a15_0xf024;(function(_0x36b5b1,_0x2b103f){const _0x32de88=a15_0xf024,_0x257781=_0x36b5b1();while(!![]){try{const _0x50f101=-parseInt(_0x32de88(0x15f))/0x1+-parseInt(_0x32de88(0x13c))/0x2+parseInt(_0x32de88(0xd3))/0x3*(parseInt(_0x32de88(0x159))/0x4)+parseInt(_0x32de88(0xde))/0x5*(-parseInt(_0x32de88(0x106))/0x6)+parseInt(_0x32de88(0xf6))/0x7*(parseInt(_0x32de88(0x134))/0x8)+-parseInt(_0x32de88(0x154))/0x9*(parseInt(_0x32de88(0x102))/0xa)+parseInt(_0x32de88(0x119))/0xb;if(_0x50f101===_0x2b103f)break;else _0x257781['push'](_0x257781['shift']());}catch(_0x4d1f67){_0x257781['push'](_0x257781['shift']());}}}(a15_0x172e,0xd54f8));function a15_0x172e(){const _0x46abc2=['jnBWl','globSync','VmFEM','../../helpers/test-observability/utils','spec_dir','**/*[sS]pec.?(m)js','jasmine\x20child\x20(platformIndex=','getInstance','RCVHx','spec_files','Running\x20your\x20Jasmine\x20tests\x20across\x20','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','12796146PjVSiw','npx','jasmine','platforms','../../helpers/test-observability/constants','wWuYO','maxWorkers','@playwright/test','win32','close','binSessionId','test.setup.js','exitCode','platform','startsWith','fxYWp','../../helpers/testhub/testhubHandler','from','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','JASMINE_CONFIG_PATH','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','\x20:\x20','jtyAx','platformIndex','format','FRAMEWORKS','isBrowserstackInfra','8RCuEIt','AJTOr','ThWjL','JuptW','finalExecution','stop','all','cwd','82282AZDzBE','isUndefined','AwuOg','shouldReRunObservabilityTests','util','trHws','error','../../helpers/performance/constants','resolve','proxySettings','end','path','JASMINE','info','BROWSERSTACK_CLI_BIN_SESSION_ID','stringify','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','rRHRT','parseFileNames','__isPuppeteerInstalled','CbXVY','BROWSERSTACK_JASMINE_PARALLELS','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','utf8','252lurLDx',',\x20specs=','QxlfV','SDK_SETUP','TXled','136788ZDnHxf','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','wFWMC','config','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','join','226845jkqFJr','posix','setupTCGAuth','length','winstonLogger','cfgFT','SDK_CLEANUP','testObservability','ydQbt','error\x20removing\x20tcg\x20config\x20file','LMYfd','exports','VhuOt','debug','18lCNWjh','PayIZ','wmWvQ','logLevel','initialize','handleApp','env','inherit','spec','BROWSERSTACK_TEST_OBSERVABILITY_YML','KCzhM','31480pknKZW','slice','BROWSERSTACK_RERUN_TESTS','isArray','--helper=','EVENTS','getPlatformName','QekZX','UATXt','map','../utils/constants','../../helpers/puppeteer-helper','../v2/browserstackCLI','CNspZ',')\x20:\x20','IPxCl','push',')\x20exited\x20with\x20code\x20','oGkbi','assign','BDxnq','specArgs','QDMWu','getPackageVersion','11404582VngIFW','\x20platform(s),\x20parallelsPerPlatform=','../../helpers/playwright-helper','parallelsPerPlatform','existsSync','\x20work-item(s),\x20max\x20','\x27\x20:\x20','xPnRe','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','filter','accessibilityOptions','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','53490cWjsoH','string','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','../../helpers/logger','1626gFvvfg','PkIQC','axmPi','XENis','kjkBa','UAYpw','spec/support/jasmine.json'];a15_0x172e=function(){return _0x46abc2;};return a15_0x172e();}function a15_0xf024(_0x190701,_0xf0c685){const _0x172eed=a15_0x172e();return a15_0xf024=function(_0xf0241e,_0x599a9e){_0xf0241e=_0xf0241e-0xd3;let _0x4ea77b=_0x172eed[_0xf0241e];return _0x4ea77b;},a15_0xf024(_0x190701,_0xf0c685);}const fs=require('fs'),path=require(a15_0x36a91c(0x147)),util=require(a15_0x36a91c(0x140)),{spawn}=require('child_process'),glob=require('glob'),pLimit=require('p-limit'),logger=require(a15_0x36a91c(0x105))[a15_0x36a91c(0x163)],helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),constants=require(a15_0x36a91c(0xe8)),TestHubHandler=require(a15_0x36a91c(0x129)),testOpsHelper=require(a15_0x36a91c(0x110)),{debug}=require(a15_0x36a91c(0x110)),{FRAMEWORKS}=require(a15_0x36a91c(0x11d)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a15_0x36a91c(0x143))[a15_0x36a91c(0xe3)],BrowserstackCLI=require(a15_0x36a91c(0xea)),{checkPwandBootstrapCli}=require(a15_0x36a91c(0xf8)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a15_0x36a91c(0xe9)),getMaxWorkers=(_0x3c4b41,_0x9debd2)=>{const _0x151bef=a15_0x36a91c,_0x5d9161={'XENis':function(_0x47b816,_0x3a5549){return _0x47b816(_0x3a5549);}};let _0x4b09bf=0x1;if(!helper[_0x151bef(0x13d)](_0x9debd2[_0x151bef(0xf9)]))_0x4b09bf=_0x5d9161[_0x151bef(0x109)](parseInt,_0x9debd2[_0x151bef(0xf9)]);else!helper[_0x151bef(0x13d)](_0x3c4b41[_0x151bef(0x11f)])&&(_0x4b09bf=_0x3c4b41['maxWorkers']);return _0x4b09bf;},resolveJasmineConfigPath=()=>{const _0x350f8e=a15_0x36a91c,_0x466501={};_0x466501[_0x350f8e(0xd5)]=_0x350f8e(0x10c);const _0xdf54a=_0x466501,_0x2b6520=[];process[_0x350f8e(0xd9)][_0x350f8e(0x12c)]&&_0x2b6520[_0x350f8e(0xee)](path[_0x350f8e(0x144)](process[_0x350f8e(0x13b)](),process[_0x350f8e(0xd9)]['JASMINE_CONFIG_PATH']));_0x2b6520[_0x350f8e(0xee)](path[_0x350f8e(0x144)](process['cwd'](),_0xdf54a['wmWvQ']));for(const _0x2bd6d9 of _0x2b6520){try{if(fs[_0x350f8e(0xfa)](_0x2bd6d9))return _0x2bd6d9;}catch(_0x169b63){}}return null;},enumerateSpecFiles=_0x4861e4=>{const _0x40e96b=a15_0x36a91c,_0x49d8f1={'cfgFT':function(_0x26e3d6,_0x2798ab){return _0x26e3d6(_0x2798ab);},'VmFEM':function(_0x169cee,_0x2cb911){return _0x169cee>_0x2cb911;},'xPnRe':function(_0x5c6332,_0x4e8fe8){return _0x5c6332<_0x4e8fe8;},'uHVjR':function(_0x33e3bd,_0x2c0b06){return _0x33e3bd===_0x2c0b06;},'QkYYv':_0x40e96b(0x103),'zVxHY':function(_0x3cd1dc,_0x5669ab){return _0x3cd1dc>_0x5669ab;},'AwuOg':function(_0x597dce,_0x1fb1a0,_0x20f6d7){return _0x597dce(_0x1fb1a0,_0x20f6d7);},'nTrjR':function(_0x350764){return _0x350764();},'trHws':_0x40e96b(0x153),'VhuOt':_0x40e96b(0xdb),'kjkBa':function(_0x246122,_0x19263a){return _0x246122>_0x19263a;},'wNgdW':_0x40e96b(0x112),'PkIQC':function(_0x57c752,_0x3a0f38){return _0x57c752>_0x3a0f38;},'DTakq':function(_0x1d9885,_0x25f371){return _0x1d9885(_0x25f371);}};try{if(testOpsHelper[_0x40e96b(0x13f)]()){const _0x46c0e7=testOpsHelper[_0x40e96b(0x14e)](process[_0x40e96b(0xd9)][_0x40e96b(0xe0)]);if(Array[_0x40e96b(0xe1)](_0x46c0e7)&&_0x49d8f1[_0x40e96b(0x10f)](_0x46c0e7[_0x40e96b(0x162)],0x0))return _0x46c0e7['map'](_0x5e506e=>path[_0x40e96b(0x144)](process[_0x40e96b(0x13b)](),_0x5e506e['trim']()))[_0x40e96b(0xff)](Boolean);}}catch(_0x431475){_0x49d8f1[_0x40e96b(0x164)](debug,'Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20'+util[_0x40e96b(0x131)](_0x431475));}const _0x5cd3ba=[];try{for(let _0x50265c=0x1;_0x49d8f1[_0x40e96b(0xfd)](_0x50265c,_0x4861e4[_0x40e96b(0x162)]);_0x50265c++){const _0x360f86=_0x4861e4[_0x50265c];_0x49d8f1['uHVjR'](typeof _0x360f86,_0x49d8f1['QkYYv'])&&!_0x360f86[_0x40e96b(0x127)]('-')&&_0x5cd3ba[_0x40e96b(0xee)](_0x360f86);}}catch(_0x5bf03a){}const _0x71ae5b={'cwd':process[_0x40e96b(0x13b)](),'absolute':!![],'nodir':!![]},_0x110ebf=(_0x4ef8e7,_0x3ff072)=>{const _0x367a60=_0x40e96b,_0x3cb304=[];for(const _0x3d47bd of _0x4ef8e7){try{const _0x365e8=_0x3ff072?path[_0x367a60(0x160)][_0x367a60(0x15e)](_0x3ff072,_0x3d47bd):_0x3d47bd,_0x405990=glob[_0x367a60(0x10e)](_0x365e8,_0x71ae5b);Array[_0x367a60(0xe1)](_0x405990)&&_0x3cb304[_0x367a60(0xee)](..._0x405990);}catch(_0x19828f){_0x49d8f1[_0x367a60(0x164)](debug,_0x367a60(0x118)+_0x3d47bd+_0x367a60(0xfc)+util[_0x367a60(0x131)](_0x19828f));}}return _0x3cb304;};if(_0x49d8f1['zVxHY'](_0x5cd3ba['length'],0x0)){const _0x3da567=_0x49d8f1['AwuOg'](_0x110ebf,_0x5cd3ba,null);if(_0x49d8f1['zVxHY'](_0x3da567[_0x40e96b(0x162)],0x0))return Array[_0x40e96b(0x12a)](new Set(_0x3da567));return _0x5cd3ba[_0x40e96b(0xe7)](_0x235138=>path['resolve'](process[_0x40e96b(0x13b)](),_0x235138));}try{const _0x37b061=_0x49d8f1['nTrjR'](resolveJasmineConfigPath);if(_0x37b061){const _0x402a97=JSON['parse'](fs['readFileSync'](_0x37b061,_0x49d8f1[_0x40e96b(0x141)])),_0x11fdc2=_0x402a97[_0x40e96b(0x111)]||_0x49d8f1[_0x40e96b(0x16b)],_0x2d16e6=Array[_0x40e96b(0xe1)](_0x402a97['spec_files'])&&_0x49d8f1[_0x40e96b(0x10a)](_0x402a97[_0x40e96b(0x116)][_0x40e96b(0x162)],0x0)?_0x402a97[_0x40e96b(0x116)]:[_0x49d8f1['wNgdW']],_0x535cdd=_0x49d8f1[_0x40e96b(0x13e)](_0x110ebf,_0x2d16e6,_0x11fdc2);if(_0x49d8f1[_0x40e96b(0x107)](_0x535cdd[_0x40e96b(0x162)],0x0))return Array['from'](new Set(_0x535cdd));}}catch(_0x4b6e63){_0x49d8f1['DTakq'](debug,_0x40e96b(0x15d)+util[_0x40e96b(0x131)](_0x4b6e63));}return null;};async function run(_0x334ab1,_0x497e42,_0x32a2fb){const _0x3b7f8c=a15_0x36a91c,_0x402f60={'jnBWl':function(_0x510e53,_0x54bd15){return _0x510e53>_0x54bd15;},'QxlfV':function(_0x3052f0,_0x41977f){return _0x3052f0(_0x41977f);},'UAYpw':function(_0x56a562,_0x3b3740){return _0x56a562(_0x3b3740);},'TXled':_0x3b7f8c(0x13a),'GMjfA':function(_0x579536,_0x21b4d5){return _0x579536||_0x21b4d5;},'fxYWp':function(_0x1e2bbd,_0x2b2ff4){return _0x1e2bbd>_0x2b2ff4;},'CNspZ':function(_0x5c21fe,_0x5e3aac,_0x27684e,_0x2f47ea){return _0x5c21fe(_0x5e3aac,_0x27684e,_0x2f47ea);},'PayIZ':_0x3b7f8c(0x11a),'GPRhX':_0x3b7f8c(0x11b),'AJTOr':function(_0x29ab63,_0x445a78){return _0x29ab63===_0x445a78;},'RCVHx':_0x3b7f8c(0x121),'LMYfd':_0x3b7f8c(0xda),'KCzhM':_0x3b7f8c(0x122),'JSvoZ':'error','UATXt':function(_0x4fd9ce,_0x462462){return _0x4fd9ce(_0x462462);},'kgmbe':function(_0x30b7b8,_0x418e62){return _0x30b7b8(_0x418e62);},'QDMWu':_0x3b7f8c(0x120),'ZzIeV':function(_0x3dc47e){return _0x3dc47e();},'QekZX':function(_0x110271,_0x49e501){return _0x110271!=_0x49e501;},'FuEZf':'true','qCEjn':function(_0x2b5d69,_0x504881){return _0x2b5d69(_0x504881);},'yNaQq':function(_0x9f0942,_0x396d71){return _0x9f0942(_0x396d71);},'rRHRT':function(_0x387aba,_0x295bc2){return _0x387aba(_0x295bc2);},'IPxCl':function(_0x707a0a,_0x2dbbf4,_0x580d56){return _0x707a0a(_0x2dbbf4,_0x580d56);},'CbXVY':function(_0x2aa8bc,_0x4f056b){return _0x2aa8bc*_0x4f056b;},'ThWjL':function(_0x3aea4f,_0x3efd98){return _0x3aea4f(_0x3efd98);},'oRZkF':function(_0xf139a2,_0xc3545e){return _0xf139a2(_0xc3545e);},'BDxnq':_0x3b7f8c(0x124),'jtyAx':function(_0x1979ec,_0x42d7ce){return _0x1979ec(_0x42d7ce);},'JuptW':function(_0x10bd42,_0x27decb){return _0x10bd42(_0x27decb);},'oGkbi':function(_0x2c419b,_0x2d0e12){return _0x2c419b<_0x2d0e12;},'wWuYO':function(_0x3cc4de,_0x598563){return _0x3cc4de>_0x598563;},'YMQnr':_0x3b7f8c(0x168)},_0x1e01e8=helper[_0x3b7f8c(0xf5)](_0x402f60[_0x3b7f8c(0xf4)]);global['__isPlaywrightInstalled']=!!_0x1e01e8;const _0x3b44c0=_0x402f60['ZzIeV'](getPuppeteerVersion);global[_0x3b7f8c(0x14f)]=!!_0x3b44c0;helper[_0x3b7f8c(0x133)]()?(await _0x32a2fb[_0x3b7f8c(0xd7)](_0x334ab1),await helper[_0x3b7f8c(0xd8)](_0x32a2fb['config'])):await _0x32a2fb[_0x3b7f8c(0x161)]();if(_0x1e01e8)await _0x402f60[_0x3b7f8c(0xeb)](checkPwandBootstrapCli,_0x1e01e8,constants[_0x3b7f8c(0x132)][_0x3b7f8c(0x148)],_0x32a2fb);else _0x3b44c0&&await _0x402f60[_0x3b7f8c(0xeb)](checkPuppeteerAndBootstrapCli,_0x3b44c0,constants[_0x3b7f8c(0x132)]['JASMINE'],_0x32a2fb);if(!_0x32a2fb[_0x3b7f8c(0x15c)])return;_0x402f60[_0x3b7f8c(0xe5)](_0x32a2fb[_0x3b7f8c(0x15c)][_0x3b7f8c(0x166)],null)?process[_0x3b7f8c(0xd9)][_0x3b7f8c(0xdc)]=_0x32a2fb[_0x3b7f8c(0x15c)][_0x3b7f8c(0x166)]:process[_0x3b7f8c(0xd9)][_0x3b7f8c(0xdc)]=_0x402f60['FuEZf'];!helper[_0x3b7f8c(0x13d)](_0x32a2fb[_0x3b7f8c(0x15c)][_0x3b7f8c(0x100)])&&(process[_0x3b7f8c(0xd9)][_0x3b7f8c(0xfe)]=JSON[_0x3b7f8c(0x14b)](_0x32a2fb['config'][_0x3b7f8c(0x100)]));try{await TestHubHandler['launchBuild'](FRAMEWORKS['JASMINE'],_0x32a2fb);}catch(_0x40e14d){logger[_0x3b7f8c(0x142)](_0x3b7f8c(0x152)+util[_0x3b7f8c(0x131)](_0x40e14d)),_0x402f60['qCEjn'](debug,'Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20'+util[_0x3b7f8c(0x131)](_0x40e14d));}let _0x49942c=![],_0x565638=[];try{_0x49942c=helper['useW3C'](_0x32a2fb[_0x3b7f8c(0x15c)]),_0x565638=helper['prepareCapabilities'](_0x32a2fb['config'],_0x49942c,constants[_0x3b7f8c(0x132)][_0x3b7f8c(0x148)]),process['env']['BROWSERSTACK_CAPABILITIES']=JSON['stringify'](_0x565638);}catch(_0x2313c5){_0x402f60['yNaQq'](debug,'Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20'+util[_0x3b7f8c(0x131)](_0x2313c5));}let _0x1d758f=null,_0x5d723b=![];try{_0x1d758f=helper['getHubUrl'](_0x32a2fb[_0x3b7f8c(0x15c)]),_0x5d723b=helper['validPlatformsPresent'](_0x32a2fb[_0x3b7f8c(0x15c)]);}catch(_0x188922){_0x402f60[_0x3b7f8c(0x14d)](debug,_0x3b7f8c(0x14c)+util[_0x3b7f8c(0x131)](_0x188922));}const _0xa67d9f=_0x3342a3=>{const _0x1c099a=_0x3b7f8c,_0x27c2d0=Array[_0x1c099a(0xe1)](_0x565638)&&_0x402f60[_0x1c099a(0x10d)](_0x565638['length'],_0x3342a3)?_0x565638[_0x3342a3]:Array[_0x1c099a(0xe1)](_0x565638)&&_0x402f60['jnBWl'](_0x565638[_0x1c099a(0x162)],0x0)?_0x565638[0x0]:{};return{'server':_0x1d758f,'capability':_0x27c2d0,'proxySettings':_0x32a2fb[_0x1c099a(0x15c)][_0x1c099a(0x145)],'platform':helper[_0x1c099a(0xe4)](_0x27c2d0),'browserStackLogLevel':_0x32a2fb[_0x1c099a(0x15c)][_0x1c099a(0xd6)],'platformIndex':_0x3342a3,'framework':constants[_0x1c099a(0x132)][_0x1c099a(0x148)],'platformCaps':_0x5d723b?Object[_0x1c099a(0xf1)]({'index':_0x3342a3},_0x32a2fb[_0x1c099a(0x15c)][_0x1c099a(0x11c)][_0x3342a3]):{'index':_0x3342a3}};};let _0x5c1986=0x1,_0x3b9816=0x1,_0x55f8ca=0x1;try{_0x5c1986=_0x402f60[_0x3b7f8c(0xed)](getMaxWorkers,_0x334ab1,_0x32a2fb[_0x3b7f8c(0x15c)]),_0x3b9816=_0x5d723b?_0x32a2fb[_0x3b7f8c(0x15c)]['platforms']['length']:0x1,_0x55f8ca=_0x402f60[_0x3b7f8c(0x150)](_0x3b9816,_0x5c1986),process['env'][_0x3b7f8c(0x151)]=_0x402f60['ThWjL'](String,_0x55f8ca);}catch(_0x222dc1){_0x402f60[_0x3b7f8c(0x136)](debug,_0x3b7f8c(0x12d)+util['format'](_0x222dc1));}try{BrowserstackCLI['getInstance']()[_0x3b7f8c(0x123)]&&(process[_0x3b7f8c(0xd9)][_0x3b7f8c(0x14a)]=BrowserstackCLI[_0x3b7f8c(0x114)]()[_0x3b7f8c(0x123)]);}catch(_0x23cb73){_0x402f60['oRZkF'](debug,'Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20'+util[_0x3b7f8c(0x131)](_0x23cb73));}const _0x1746d2=[];try{const _0x43a5b2=path['resolve'](__dirname,_0x402f60[_0x3b7f8c(0xf2)]);fs[_0x3b7f8c(0xfa)](_0x43a5b2)?_0x1746d2[_0x3b7f8c(0xee)](_0x3b7f8c(0xe2)+_0x43a5b2):_0x402f60['oRZkF'](debug,_0x3b7f8c(0x104)+_0x43a5b2+';\x20proceeding\x20without\x20injection');}catch(_0x51edfc){_0x402f60[_0x3b7f8c(0x12f)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x3b7f8c(0x131)](_0x51edfc));}const _0x47328e=_0x497e42[_0x3b7f8c(0xdf)](0x1),_0xdf7708=_0x402f60[_0x3b7f8c(0x137)](enumerateSpecFiles,_0x497e42),_0x2dd101=[];for(let _0x348d40=0x0;_0x402f60[_0x3b7f8c(0xf0)](_0x348d40,_0x3b9816);_0x348d40++){if(_0x402f60[_0x3b7f8c(0x128)](_0x5c1986,0x1)&&Array[_0x3b7f8c(0xe1)](_0xdf7708)&&_0x402f60[_0x3b7f8c(0x11e)](_0xdf7708['length'],0x0))for(const _0x5a5cbc of _0xdf7708){const _0xbfbb5b={};_0xbfbb5b[_0x3b7f8c(0x130)]=_0x348d40,_0xbfbb5b['specArgs']=[_0x5a5cbc],_0x2dd101[_0x3b7f8c(0xee)](_0xbfbb5b);}else{const _0x3bbec5={};_0x3bbec5['platformIndex']=_0x348d40,_0x3bbec5[_0x3b7f8c(0xf3)]=_0xdf7708,_0x2dd101[_0x3b7f8c(0xee)](_0x3bbec5);}}logger[_0x3b7f8c(0x149)](_0x3b7f8c(0x117)+_0x3b9816+_0x3b7f8c(0xf7)+_0x5c1986+'\x20('+_0x2dd101[_0x3b7f8c(0x162)]+_0x3b7f8c(0xfb)+_0x55f8ca+'\x20concurrent)'),PerformanceTester[_0x3b7f8c(0x146)](PerformanceEvents[_0x3b7f8c(0x157)]);const _0x48a842=_0x3b5b32=>new Promise(_0x407c71=>{const _0x441d08=_0x3b7f8c,_0x593226={'wFWMC':_0x402f60[_0x441d08(0x158)],'axmPi':function(_0x1e5c3a,_0x25f8d1){const _0x36b614=_0x441d08;return _0x402f60[_0x36b614(0x156)](_0x1e5c3a,_0x25f8d1);},'ydQbt':function(_0x3ab623,_0x31134f){return _0x402f60['GMjfA'](_0x3ab623,_0x31134f);}};let _0x1224ca;try{const _0x1fe336=_0x402f60[_0x441d08(0x156)](_0xa67d9f,_0x3b5b32[_0x441d08(0x130)]);_0x1224ca=Object[_0x441d08(0xf1)]({},process[_0x441d08(0xd9)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x441d08(0x14b)](_0x1fe336),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x1fe336['capability']]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0xc60757){_0x402f60[_0x441d08(0x10b)](debug,'Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20'+_0x3b5b32[_0x441d08(0x130)]+_0x441d08(0x12e)+util[_0x441d08(0x131)](_0xc60757)),_0x1224ca=Object[_0x441d08(0xf1)]({},process['env']);}const _0x2aa5c1=Array[_0x441d08(0xe1)](_0x3b5b32[_0x441d08(0xf3)])?_0x3b5b32[_0x441d08(0xf3)]:[],_0x129432=_0x402f60['fxYWp'](_0x2aa5c1[_0x441d08(0x162)],0x0)?_0x47328e['filter'](_0x62a593=>typeof _0x62a593==='string'&&_0x62a593[_0x441d08(0x127)]('-')):_0x47328e,_0x12079a=[..._0x1746d2,..._0x129432,..._0x2aa5c1];try{const _0x52348c=_0x402f60['CNspZ'](spawn,_0x402f60[_0x441d08(0xd4)],[_0x402f60['GPRhX'],..._0x12079a],{'shell':_0x402f60[_0x441d08(0x135)](process[_0x441d08(0x126)],_0x402f60[_0x441d08(0x115)]),'stdio':_0x402f60[_0x441d08(0x169)],'env':_0x1224ca});_0x52348c['on'](_0x402f60[_0x441d08(0xdd)],_0x30f989=>{const _0x220879=_0x441d08;logger['debug'](_0x220879(0x113)+_0x3b5b32[_0x220879(0x130)]+_0x220879(0x155)+(_0x2aa5c1['length']?_0x2aa5c1[_0x220879(0x15e)](','):_0x593226[_0x220879(0x15b)])+_0x220879(0xef)+_0x30f989),_0x593226[_0x220879(0x108)](_0x407c71,_0x593226[_0x220879(0x167)](_0x30f989,0x0));}),_0x52348c['on'](_0x402f60['JSvoZ'],_0x3bb331=>{const _0x55746b=_0x441d08;_0x402f60['QxlfV'](debug,'Jasmine\x20child\x20spawn\x20error\x20(platformIndex='+_0x3b5b32['platformIndex']+')\x20:\x20'+util[_0x55746b(0x131)](_0x3bb331)),_0x402f60[_0x55746b(0x10b)](_0x407c71,0x1);});}catch(_0x14c18c){_0x402f60[_0x441d08(0xe6)](debug,_0x441d08(0x101)+_0x3b5b32[_0x441d08(0x130)]+_0x441d08(0xec)+util[_0x441d08(0x131)](_0x14c18c)),_0x402f60['kgmbe'](_0x407c71,0x1);}}),_0x16e85f=_0x402f60[_0x3b7f8c(0x136)](pLimit,_0x402f60[_0x3b7f8c(0x11e)](_0x55f8ca,0x0)?_0x55f8ca:0x1),_0x2576a4=await Promise[_0x3b7f8c(0x13a)](_0x2dd101['map'](_0x3bc147=>_0x16e85f(()=>_0x48a842(_0x3bc147))));PerformanceTester['start'](PerformanceEvents[_0x3b7f8c(0x165)]);const _0x21e623=_0x2576a4['find'](_0x7bfd6b=>_0x7bfd6b!==0x0)||0x0;process[_0x3b7f8c(0x125)]=_0x21e623,logger[_0x3b7f8c(0x16c)](_0x3b7f8c(0x15a)+_0x21e623);const _0x149bba=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x3b7f8c(0x139)](),await BrowserstackCLI[_0x3b7f8c(0x114)]()['stop']();}catch(_0x4e7ccf){_0x402f60['UAYpw'](debug,_0x3b7f8c(0x12b)+util[_0x3b7f8c(0x131)](_0x4e7ccf));}try{const {browserstackFolderPath:_0x5f4abe,tcgConfigPath:_0x24c9cf}=helper['getTCGConfigFilePaths']();fs['unlinkSync'](_0x24c9cf),fs['rmdirSync'](_0x5f4abe);}catch(_0x3826b0){logger[_0x3b7f8c(0x16c)](_0x402f60['YMQnr'],_0x3826b0);}testOpsHelper['printBuildLink'](),await utilities[_0x3b7f8c(0x138)](_0x32a2fb,_0x149bba);}module[a15_0x36a91c(0x16a)]=run;
|
|
2
|
+
'use strict';const a15_0x185a5b=a15_0x265c;(function(_0xfe3d48,_0x117807){const _0x6d26c1=a15_0x265c,_0x21ce3e=_0xfe3d48();while(!![]){try{const _0x425dd8=parseInt(_0x6d26c1(0x1bc))/0x1*(parseInt(_0x6d26c1(0x166))/0x2)+-parseInt(_0x6d26c1(0x19a))/0x3+-parseInt(_0x6d26c1(0x1a0))/0x4*(-parseInt(_0x6d26c1(0x1c2))/0x5)+parseInt(_0x6d26c1(0x1a4))/0x6+-parseInt(_0x6d26c1(0x18c))/0x7*(-parseInt(_0x6d26c1(0x1ee))/0x8)+-parseInt(_0x6d26c1(0x1b3))/0x9*(-parseInt(_0x6d26c1(0x199))/0xa)+-parseInt(_0x6d26c1(0x161))/0xb;if(_0x425dd8===_0x117807)break;else _0x21ce3e['push'](_0x21ce3e['shift']());}catch(_0x31b105){_0x21ce3e['push'](_0x21ce3e['shift']());}}}(a15_0x1738,0x685c8));const fs=require('fs'),path=require('path'),util=require(a15_0x185a5b(0x1b7)),{spawn}=require(a15_0x185a5b(0x1dc)),glob=require(a15_0x185a5b(0x1cd)),pLimit=require(a15_0x185a5b(0x1f1)),logger=require(a15_0x185a5b(0x1bb))[a15_0x185a5b(0x1e6)],helper=require(a15_0x185a5b(0x16f)),utilities=require(a15_0x185a5b(0x1b9)),constants=require(a15_0x185a5b(0x17e)),TestHubHandler=require(a15_0x185a5b(0x1a7)),testOpsHelper=require(a15_0x185a5b(0x187)),{debug}=require('../../helpers/test-observability/utils'),{FRAMEWORKS}=require(a15_0x185a5b(0x1d8)),PerformanceTester=require(a15_0x185a5b(0x1fc)),PerformanceEvents=require(a15_0x185a5b(0x1b2))[a15_0x185a5b(0x1e2)],BrowserstackCLI=require(a15_0x185a5b(0x19d)),{checkPwandBootstrapCli}=require(a15_0x185a5b(0x1c9)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a15_0x185a5b(0x1c3)),getMaxWorkers=(_0x5d5097,_0x10e3a4)=>{const _0x257591=a15_0x185a5b,_0x19e2c5={'ACDTZ':function(_0x5cc008,_0x526116){return _0x5cc008(_0x526116);}};let _0x387dfb=0x1;if(!helper['isUndefined'](_0x10e3a4[_0x257591(0x1d0)]))_0x387dfb=_0x19e2c5[_0x257591(0x1d5)](parseInt,_0x10e3a4[_0x257591(0x1d0)]);else!helper[_0x257591(0x1be)](_0x5d5097[_0x257591(0x1cc)])&&(_0x387dfb=_0x5d5097[_0x257591(0x1cc)]);return _0x387dfb;},resolveJasmineConfigPath=()=>{const _0x439115=a15_0x185a5b,_0x1b21b9={};_0x1b21b9[_0x439115(0x156)]=_0x439115(0x197);const _0x1d9ad7=_0x1b21b9,_0x1c3257=[];process['env'][_0x439115(0x1a1)]&&_0x1c3257[_0x439115(0x1d7)](path['resolve'](process[_0x439115(0x165)](),process[_0x439115(0x155)]['JASMINE_CONFIG_PATH']));_0x1c3257[_0x439115(0x1d7)](path[_0x439115(0x171)](process['cwd'](),_0x1d9ad7['qwuKz']));for(const _0x2978f0 of _0x1c3257){try{if(fs['existsSync'](_0x2978f0))return _0x2978f0;}catch(_0x168066){}}return null;},enumerateSpecFiles=_0x40b11a=>{const _0xe5cca4=a15_0x185a5b,_0x2c0ebf={'ufRES':function(_0x34a224,_0x423735){return _0x34a224(_0x423735);},'LoGxS':function(_0x2c2132,_0x193188){return _0x2c2132>_0x193188;},'SShUm':function(_0x3cc79b,_0xd50fc8){return _0x3cc79b(_0xd50fc8);},'zCOGj':function(_0x157b70,_0x103214){return _0x157b70<_0x103214;},'tBIug':function(_0x41765,_0x13b653){return _0x41765===_0x13b653;},'azVlD':_0xe5cca4(0x18b),'sqyKa':function(_0x91b48f,_0x444110){return _0x91b48f>_0x444110;},'NDgJI':function(_0x4c4c5d,_0x3abb6f,_0x3a9671){return _0x4c4c5d(_0x3abb6f,_0x3a9671);},'QZwSU':function(_0x2bbcd7,_0x2d2a96){return _0x2bbcd7>_0x2d2a96;},'uHFuj':function(_0x1dffc6){return _0x1dffc6();},'udgQb':'utf8','aQziE':_0xe5cca4(0x1dd),'vBFpX':function(_0x5ef734,_0x4df487){return _0x5ef734>_0x4df487;},'XQByE':_0xe5cca4(0x1c1),'beKQX':function(_0x510533,_0x1c2948){return _0x510533(_0x1c2948);}};try{if(testOpsHelper['shouldReRunObservabilityTests']()){const _0x1ba1f3=testOpsHelper['parseFileNames'](process['env'][_0xe5cca4(0x1ce)]);if(Array[_0xe5cca4(0x181)](_0x1ba1f3)&&_0x2c0ebf[_0xe5cca4(0x1c4)](_0x1ba1f3['length'],0x0))return _0x1ba1f3[_0xe5cca4(0x1cf)](_0x30d93c=>path[_0xe5cca4(0x171)](process[_0xe5cca4(0x165)](),_0x30d93c[_0xe5cca4(0x178)]()))['filter'](Boolean);}}catch(_0x28122d){_0x2c0ebf[_0xe5cca4(0x18d)](debug,_0xe5cca4(0x177)+util[_0xe5cca4(0x198)](_0x28122d));}const _0x5e5105=[];try{for(let _0x3ae1a4=0x1;_0x2c0ebf[_0xe5cca4(0x194)](_0x3ae1a4,_0x40b11a[_0xe5cca4(0x1bf)]);_0x3ae1a4++){const _0xe3ad8f=_0x40b11a[_0x3ae1a4];_0x2c0ebf[_0xe5cca4(0x1c6)](typeof _0xe3ad8f,_0x2c0ebf['azVlD'])&&!_0xe3ad8f[_0xe5cca4(0x17c)]('-')&&_0x5e5105[_0xe5cca4(0x1d7)](_0xe3ad8f);}}catch(_0x448b02){}const _0x10d1e1={'cwd':process[_0xe5cca4(0x165)](),'absolute':!![],'nodir':!![]},_0x5dbcd3=(_0x43189b,_0x1a63c2)=>{const _0x14b73a=_0xe5cca4,_0x235f5a=[];for(const _0x22aeb5 of _0x43189b){try{const _0x37a9b0=_0x1a63c2?path[_0x14b73a(0x1e0)][_0x14b73a(0x1b5)](_0x1a63c2,_0x22aeb5):_0x22aeb5,_0x1120d5=glob[_0x14b73a(0x164)](_0x37a9b0,_0x10d1e1);Array['isArray'](_0x1120d5)&&_0x235f5a['push'](..._0x1120d5);}catch(_0x1bcb3b){_0x2c0ebf['ufRES'](debug,_0x14b73a(0x18a)+_0x22aeb5+_0x14b73a(0x15c)+util[_0x14b73a(0x198)](_0x1bcb3b));}}return _0x235f5a;};if(_0x2c0ebf['sqyKa'](_0x5e5105['length'],0x0)){const _0x152cb0=_0x2c0ebf[_0xe5cca4(0x172)](_0x5dbcd3,_0x5e5105,null);if(_0x2c0ebf[_0xe5cca4(0x16c)](_0x152cb0[_0xe5cca4(0x1bf)],0x0))return Array[_0xe5cca4(0x190)](new Set(_0x152cb0));return _0x5e5105[_0xe5cca4(0x1cf)](_0x5a9d7b=>path['resolve'](process[_0xe5cca4(0x165)](),_0x5a9d7b));}try{const _0x5a9eaf=_0x2c0ebf[_0xe5cca4(0x189)](resolveJasmineConfigPath);if(_0x5a9eaf){const _0x1ca694=JSON[_0xe5cca4(0x1f3)](fs[_0xe5cca4(0x16e)](_0x5a9eaf,_0x2c0ebf[_0xe5cca4(0x19c)])),_0x419e4f=_0x1ca694[_0xe5cca4(0x1ab)]||_0x2c0ebf[_0xe5cca4(0x1de)],_0x4e07d7=Array[_0xe5cca4(0x181)](_0x1ca694[_0xe5cca4(0x163)])&&_0x2c0ebf[_0xe5cca4(0x158)](_0x1ca694['spec_files']['length'],0x0)?_0x1ca694['spec_files']:[_0x2c0ebf['XQByE']],_0x141788=_0x2c0ebf[_0xe5cca4(0x172)](_0x5dbcd3,_0x4e07d7,_0x419e4f);if(_0x2c0ebf[_0xe5cca4(0x1c4)](_0x141788[_0xe5cca4(0x1bf)],0x0))return Array[_0xe5cca4(0x190)](new Set(_0x141788));}}catch(_0x57c487){_0x2c0ebf[_0xe5cca4(0x1ec)](debug,_0xe5cca4(0x1ca)+util[_0xe5cca4(0x198)](_0x57c487));}return null;};function a15_0x265c(_0x5cc503,_0x46bf6d){const _0x17385e=a15_0x1738();return a15_0x265c=function(_0x265c26,_0x458d66){_0x265c26=_0x265c26-0x154;let _0x46adfe=_0x17385e[_0x265c26];return _0x46adfe;},a15_0x265c(_0x5cc503,_0x46bf6d);}function a15_0x1738(){const _0x4d94d3=['finalExecution','spec_dir','info','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','debug','error','Etlpx','SDK_CLEANUP','../../helpers/performance/constants','2803149FFiCqZ','JASMINE','join','close','util',',\x20specs=','../../helpers/utilities','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','../../helpers/logger','10878GnQEgA','aJuvX','isUndefined','length','NyARr','**/*[sS]pec.?(m)js','135SPQcCU','../../helpers/puppeteer-helper','LoGxS','cpzzq','tBIug','isCLIEnabled','ueDXC','../../helpers/playwright-helper','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','__isPuppeteerInstalled','maxWorkers','glob','BROWSERSTACK_RERUN_TESTS','map','parallelsPerPlatform','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','ylVvx','HJACI','GANrr','ACDTZ','sHqol','push','../../helpers/test-observability/constants','getTCGConfigFilePaths','\x20work-item(s),\x20max\x20','stop','child_process','spec','aQziE','jasmine\x20child\x20(platformIndex=','posix','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','EVENTS','@playwright/test','zjGqV','jasmine','winstonLogger','BROWSERSTACK_CAPABILITIES','uHOMm','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','gfApC','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','beKQX','testObservability','8fMhexo','exitCode',')\x20exited\x20with\x20code\x20','p-limit','tGhtx','parse','stringify','evGty','platformIndex','binSessionId','BROWSERSTACK_CLI_BIN_SESSION_ID','accessibilityOptions','initialize','existsSync','../../helpers/performance/performance-tester','wpOZc','getPackageVersion','PlHtf','all','wsPXo','env','qwuKz','vAQCX','vBFpX','TFKIq','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','\x20platform(s),\x20parallelsPerPlatform=','\x27\x20:\x20',')\x20:\x20','XFjTG','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','\x20concurrent)','20518597ZEqbkM','proxySettings','spec_files','globSync','cwd','118rPksIj','test.setup.js','QQRaZ','config','Yuhgs','ufqHa','QZwSU','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','readFileSync','../../helpers/helper','trJrW','resolve','NDgJI','filter','aGrPq','ubUBz','SgXAs','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','trim','error\x20removing\x20tcg\x20config\x20file','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20',';\x20proceeding\x20without\x20injection','startsWith','__isPlaywrightInstalled','../utils/constants','getInstance','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','isArray','BROWSERSTACK_TEST_OBSERVABILITY_YML','exports','specArgs','slice','BROWSERSTACK_JASMINE_PARALLELS','../../helpers/test-observability/utils','Running\x20your\x20Jasmine\x20tests\x20across\x20','uHFuj','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','string','1579123BFGtbC','SShUm','find','GKJMH','from','logLevel','zNssQ','qUmhT','zCOGj','prepareCapabilities','platforms','spec/support/jasmine.json','format','20tSzdpc','1252050SEqTPH','SDK_SETUP','udgQb','../v2/browserstackCLI','inherit','FRAMEWORKS','61324RwlZxP','JASMINE_CONFIG_PATH','assign','setupTCGAuth','4835346SmmBCh','unlinkSync','ovjrc','../../helpers/testhub/testhubHandler','vBkPC','isBrowserstackInfra'];a15_0x1738=function(){return _0x4d94d3;};return a15_0x1738();}async function run(_0x6f9100,_0x210f4f,_0x2e5e2c){const _0x24111f=a15_0x185a5b,_0x43e558={'aJuvX':function(_0x53be85,_0x5d0b7e){return _0x53be85>_0x5d0b7e;},'cpzzq':function(_0x5d36ba,_0x141f67){return _0x5d36ba>_0x141f67;},'trJrW':_0x24111f(0x200),'wsPXo':function(_0x237804,_0x2c84f6){return _0x237804(_0x2c84f6);},'PlHtf':function(_0x24390a,_0x36aa08){return _0x24390a||_0x36aa08;},'wpOZc':function(_0x66ad18,_0x51b18a){return _0x66ad18(_0x51b18a);},'ufqHa':function(_0xc3c505,_0x5a8dd0){return _0xc3c505(_0x5a8dd0);},'zjGqV':function(_0x1d94fc,_0xd4e2ec){return _0x1d94fc>_0xd4e2ec;},'Etlpx':function(_0x5318c8,_0x192a40,_0x1ad0ab,_0x2d1f03){return _0x5318c8(_0x192a40,_0x1ad0ab,_0x2d1f03);},'GANrr':'npx','KnRez':_0x24111f(0x1e5),'aGrPq':function(_0x29ee45,_0x109c19){return _0x29ee45===_0x109c19;},'TFKIq':'win32','zNssQ':_0x24111f(0x19e),'ylVvx':_0x24111f(0x1b6),'ueDXC':_0x24111f(0x1af),'qUmhT':function(_0x37303b,_0x59dbd3){return _0x37303b(_0x59dbd3);},'tjFIS':_0x24111f(0x1e3),'VuQIs':function(_0xde1063){return _0xde1063();},'rbktP':function(_0x38f43a,_0x18b77,_0x15799d,_0x3139fe){return _0x38f43a(_0x18b77,_0x15799d,_0x3139fe);},'HJACI':function(_0x40d744,_0x13314e){return _0x40d744!=_0x13314e;},'gfApC':'true','ubUBz':function(_0x5a4172,_0x2cffe1){return _0x5a4172(_0x2cffe1);},'NyARr':function(_0x50c214,_0x5b57ba,_0x34faa3){return _0x50c214(_0x5b57ba,_0x34faa3);},'nFKDa':function(_0x2e5ddb,_0x422ab6){return _0x2e5ddb*_0x422ab6;},'uHOMm':function(_0x48be55,_0x2ea737){return _0x48be55(_0x2ea737);},'LSqxa':function(_0x559c40,_0x2c44f2){return _0x559c40(_0x2c44f2);},'QQRaZ':_0x24111f(0x167),'tGhtx':function(_0x530894,_0x28d00a){return _0x530894<_0x28d00a;},'evGty':function(_0x1858ce,_0x29ebe1){return _0x1858ce>_0x29ebe1;},'SgXAs':function(_0x2c64c5,_0x59ca77){return _0x2c64c5(_0x59ca77);},'vBkPC':function(_0x305562,_0x30584f){return _0x305562>_0x30584f;},'XFjTG':_0x24111f(0x179)},_0x2bdeeb=helper[_0x24111f(0x1fe)](_0x43e558['tjFIS']);global[_0x24111f(0x17d)]=!!_0x2bdeeb;const _0x1617fa=_0x43e558['VuQIs'](getPuppeteerVersion);global[_0x24111f(0x1cb)]=!!_0x1617fa;helper[_0x24111f(0x1a9)]()?(await _0x2e5e2c[_0x24111f(0x1fa)](_0x6f9100),await helper['handleApp'](_0x2e5e2c[_0x24111f(0x169)])):await _0x2e5e2c[_0x24111f(0x1a3)]();if(_0x2bdeeb)await _0x43e558['rbktP'](checkPwandBootstrapCli,_0x2bdeeb,constants[_0x24111f(0x19f)][_0x24111f(0x1b4)],_0x2e5e2c);else _0x1617fa&&await _0x43e558['Etlpx'](checkPuppeteerAndBootstrapCli,_0x1617fa,constants[_0x24111f(0x19f)][_0x24111f(0x1b4)],_0x2e5e2c);if(!_0x2e5e2c[_0x24111f(0x169)])return;_0x43e558[_0x24111f(0x1d3)](_0x2e5e2c[_0x24111f(0x169)][_0x24111f(0x1ed)],null)?process['env'][_0x24111f(0x182)]=_0x2e5e2c[_0x24111f(0x169)]['testObservability']:process[_0x24111f(0x155)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x43e558[_0x24111f(0x1ea)];!helper['isUndefined'](_0x2e5e2c[_0x24111f(0x169)][_0x24111f(0x1f9)])&&(process[_0x24111f(0x155)][_0x24111f(0x1d1)]=JSON['stringify'](_0x2e5e2c[_0x24111f(0x169)][_0x24111f(0x1f9)]));try{await TestHubHandler['launchBuild'](FRAMEWORKS['JASMINE'],_0x2e5e2c);}catch(_0x8bb839){logger[_0x24111f(0x1af)](_0x24111f(0x15a)+util[_0x24111f(0x198)](_0x8bb839)),_0x43e558[_0x24111f(0x193)](debug,_0x24111f(0x16d)+util['format'](_0x8bb839));}let _0x55ae62=![],_0x440f6e=[];try{_0x55ae62=helper['useW3C'](_0x2e5e2c[_0x24111f(0x169)]),_0x440f6e=helper[_0x24111f(0x195)](_0x2e5e2c['config'],_0x55ae62,constants[_0x24111f(0x19f)]['JASMINE']),process[_0x24111f(0x155)][_0x24111f(0x1e7)]=JSON['stringify'](_0x440f6e);}catch(_0x3d00ef){_0x43e558['wpOZc'](debug,_0x24111f(0x1ad)+util[_0x24111f(0x198)](_0x3d00ef));}let _0x462ace=null,_0x45f128=![];try{_0x462ace=helper['getHubUrl'](_0x2e5e2c[_0x24111f(0x169)]),_0x45f128=helper['validPlatformsPresent'](_0x2e5e2c[_0x24111f(0x169)]);}catch(_0x52a69a){_0x43e558[_0x24111f(0x175)](debug,_0x24111f(0x17a)+util[_0x24111f(0x198)](_0x52a69a));}const _0x5308d5=_0x111337=>{const _0x4102ca=_0x24111f,_0x55ae65=Array[_0x4102ca(0x181)](_0x440f6e)&&_0x43e558[_0x4102ca(0x1bd)](_0x440f6e['length'],_0x111337)?_0x440f6e[_0x111337]:Array[_0x4102ca(0x181)](_0x440f6e)&&_0x43e558[_0x4102ca(0x1c5)](_0x440f6e[_0x4102ca(0x1bf)],0x0)?_0x440f6e[0x0]:{};return{'server':_0x462ace,'capability':_0x55ae65,'proxySettings':_0x2e5e2c[_0x4102ca(0x169)][_0x4102ca(0x162)],'platform':helper['getPlatformName'](_0x55ae65),'browserStackLogLevel':_0x2e5e2c[_0x4102ca(0x169)][_0x4102ca(0x191)],'platformIndex':_0x111337,'framework':constants[_0x4102ca(0x19f)][_0x4102ca(0x1b4)],'platformCaps':_0x45f128?Object[_0x4102ca(0x1a2)]({'index':_0x111337},_0x2e5e2c[_0x4102ca(0x169)]['platforms'][_0x111337]):{'index':_0x111337}};};let _0x262fd5=0x1,_0x14e6ab=0x1,_0xd30858=0x1;try{_0x262fd5=_0x43e558[_0x24111f(0x1c0)](getMaxWorkers,_0x6f9100,_0x2e5e2c[_0x24111f(0x169)]),_0x14e6ab=_0x45f128?_0x2e5e2c[_0x24111f(0x169)][_0x24111f(0x196)]['length']:0x1,_0xd30858=_0x43e558['nFKDa'](_0x14e6ab,_0x262fd5),process['env'][_0x24111f(0x186)]=_0x43e558['uHOMm'](String,_0xd30858);}catch(_0x433a92){_0x43e558['LSqxa'](debug,_0x24111f(0x1ba)+util[_0x24111f(0x198)](_0x433a92));}try{BrowserstackCLI[_0x24111f(0x17f)]()[_0x24111f(0x1f7)]&&(process[_0x24111f(0x155)][_0x24111f(0x1f8)]=BrowserstackCLI['getInstance']()['binSessionId']);}catch(_0x267a06){_0x43e558['wsPXo'](debug,_0x24111f(0x15f)+util['format'](_0x267a06));}const _0x157ecb=[];try{const _0x59064d=path[_0x24111f(0x171)](__dirname,_0x43e558[_0x24111f(0x168)]);fs[_0x24111f(0x1fb)](_0x59064d)?_0x157ecb[_0x24111f(0x1d7)]('--helper='+_0x59064d):_0x43e558[_0x24111f(0x1e8)](debug,_0x24111f(0x1e9)+_0x59064d+_0x24111f(0x17b));}catch(_0x3f8f17){_0x43e558[_0x24111f(0x175)](debug,_0x24111f(0x1e1)+util[_0x24111f(0x198)](_0x3f8f17));}const _0x32c846=_0x210f4f[_0x24111f(0x185)](0x1),_0x2f4b04=_0x43e558['LSqxa'](enumerateSpecFiles,_0x210f4f),_0x1f09ec=[];for(let _0x47536b=0x0;_0x43e558[_0x24111f(0x1f2)](_0x47536b,_0x14e6ab);_0x47536b++){if(_0x43e558[_0x24111f(0x1f5)](_0x262fd5,0x1)&&Array[_0x24111f(0x181)](_0x2f4b04)&&_0x43e558[_0x24111f(0x1bd)](_0x2f4b04[_0x24111f(0x1bf)],0x0))for(const _0x237075 of _0x2f4b04){const _0x3c0d6f={};_0x3c0d6f[_0x24111f(0x1f6)]=_0x47536b,_0x3c0d6f['specArgs']=[_0x237075],_0x1f09ec[_0x24111f(0x1d7)](_0x3c0d6f);}else{const _0x506700={};_0x506700[_0x24111f(0x1f6)]=_0x47536b,_0x506700['specArgs']=_0x2f4b04,_0x1f09ec['push'](_0x506700);}}logger[_0x24111f(0x1ac)](_0x24111f(0x188)+_0x14e6ab+_0x24111f(0x15b)+_0x262fd5+'\x20('+_0x1f09ec[_0x24111f(0x1bf)]+_0x24111f(0x1da)+_0xd30858+_0x24111f(0x160)),PerformanceTester['end'](PerformanceEvents[_0x24111f(0x19b)]);const _0x29e179=_0x3d37ee=>new Promise(_0x3b6dcd=>{const _0xe936f1=_0x24111f,_0x5e4331={'Yuhgs':_0x43e558[_0xe936f1(0x170)],'GKJMH':function(_0x4b0107,_0xa3314f){return _0x43e558['wsPXo'](_0x4b0107,_0xa3314f);},'vAQCX':function(_0x19ec75,_0x2eb9a8){const _0xd4ac6f=_0xe936f1;return _0x43e558[_0xd4ac6f(0x1ff)](_0x19ec75,_0x2eb9a8);},'sHqol':function(_0xc5de01,_0x822c71){const _0x524375=_0xe936f1;return _0x43e558[_0x524375(0x1fd)](_0xc5de01,_0x822c71);},'ovjrc':function(_0x261191,_0x4981cc){return _0x43e558['wsPXo'](_0x261191,_0x4981cc);}};let _0x3e8f87;try{const _0x186b1f=_0x43e558[_0xe936f1(0x154)](_0x5308d5,_0x3d37ee['platformIndex']);_0x3e8f87=Object[_0xe936f1(0x1a2)]({},process['env'],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0xe936f1(0x1f4)](_0x186b1f),'BROWSERSTACK_CAPABILITIES':JSON[_0xe936f1(0x1f4)]([_0x186b1f['capability']]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x46ab9b){_0x43e558[_0xe936f1(0x16b)](debug,'Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20'+_0x3d37ee[_0xe936f1(0x1f6)]+'\x20:\x20'+util[_0xe936f1(0x198)](_0x46ab9b)),_0x3e8f87=Object['assign']({},process[_0xe936f1(0x155)]);}const _0x5c4012=Array[_0xe936f1(0x181)](_0x3d37ee[_0xe936f1(0x184)])?_0x3d37ee[_0xe936f1(0x184)]:[],_0x27abb2=_0x43e558[_0xe936f1(0x1e4)](_0x5c4012['length'],0x0)?_0x32c846[_0xe936f1(0x173)](_0x55213f=>typeof _0x55213f===_0xe936f1(0x18b)&&_0x55213f[_0xe936f1(0x17c)]('-')):_0x32c846,_0x1fde48=[..._0x157ecb,..._0x27abb2,..._0x5c4012];try{const _0xccddc6=_0x43e558[_0xe936f1(0x1b0)](spawn,_0x43e558[_0xe936f1(0x1d4)],[_0x43e558['KnRez'],..._0x1fde48],{'shell':_0x43e558[_0xe936f1(0x174)](process['platform'],_0x43e558[_0xe936f1(0x159)]),'stdio':_0x43e558[_0xe936f1(0x192)],'env':_0x3e8f87});_0xccddc6['on'](_0x43e558[_0xe936f1(0x1d2)],_0x3539ac=>{const _0x5071ad=_0xe936f1;logger[_0x5071ad(0x1ae)](_0x5071ad(0x1df)+_0x3d37ee['platformIndex']+_0x5071ad(0x1b8)+(_0x5c4012[_0x5071ad(0x1bf)]?_0x5c4012['join'](','):_0x5e4331[_0x5071ad(0x16a)])+_0x5071ad(0x1f0)+_0x3539ac),_0x5e4331[_0x5071ad(0x18f)](_0x3b6dcd,_0x5e4331[_0x5071ad(0x157)](_0x3539ac,0x0));}),_0xccddc6['on'](_0x43e558[_0xe936f1(0x1c8)],_0xce53e9=>{const _0xb53c9f=_0xe936f1;_0x5e4331[_0xb53c9f(0x1d6)](debug,_0xb53c9f(0x1eb)+_0x3d37ee[_0xb53c9f(0x1f6)]+_0xb53c9f(0x15d)+util[_0xb53c9f(0x198)](_0xce53e9)),_0x5e4331[_0xb53c9f(0x1a6)](_0x3b6dcd,0x1);});}catch(_0x401133){_0x43e558[_0xe936f1(0x193)](debug,'Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex='+_0x3d37ee['platformIndex']+')\x20:\x20'+util[_0xe936f1(0x198)](_0x401133)),_0x43e558[_0xe936f1(0x193)](_0x3b6dcd,0x1);}}),_0x46b3a9=_0x43e558[_0x24111f(0x176)](pLimit,_0x43e558[_0x24111f(0x1a8)](_0xd30858,0x0)?_0xd30858:0x1),_0x4eac07=await Promise[_0x24111f(0x200)](_0x1f09ec['map'](_0x9b592d=>_0x46b3a9(()=>_0x29e179(_0x9b592d))));PerformanceTester['start'](PerformanceEvents[_0x24111f(0x1b1)]);const _0x3d8356=_0x4eac07[_0x24111f(0x18e)](_0x67b77c=>_0x67b77c!==0x0)||0x0;process[_0x24111f(0x1ef)]=_0x3d8356,logger['debug']('All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20'+_0x3d8356);const _0x1c1d8f=BrowserstackCLI[_0x24111f(0x1c7)]();try{await TestHubHandler[_0x24111f(0x1db)](),await BrowserstackCLI[_0x24111f(0x17f)]()[_0x24111f(0x1db)]();}catch(_0x36f885){_0x43e558[_0x24111f(0x16b)](debug,_0x24111f(0x180)+util[_0x24111f(0x198)](_0x36f885));}try{const {browserstackFolderPath:_0x3d8312,tcgConfigPath:_0x42c23f}=helper[_0x24111f(0x1d9)]();fs[_0x24111f(0x1a5)](_0x42c23f),fs['rmdirSync'](_0x3d8312);}catch(_0x2dbd84){logger[_0x24111f(0x1ae)](_0x43e558[_0x24111f(0x15e)],_0x2dbd84);}testOpsHelper['printBuildLink'](),await utilities[_0x24111f(0x1aa)](_0x2e5e2c,_0x1c1d8f);}module[a15_0x185a5b(0x183)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a16_0x20d3e2=a16_0x42bf;(function(_0x49b2a4,_0x1aa777){const _0x4abc2f=a16_0x42bf,_0x5105b4=_0x49b2a4();while(!![]){try{const _0x1586e4=parseInt(_0x4abc2f(0x185))/0x1+parseInt(_0x4abc2f(0x1d6))/0x2+parseInt(_0x4abc2f(0x17d))/0x3*(parseInt(_0x4abc2f(0x160))/0x4)+-parseInt(_0x4abc2f(0x19b))/0x5*(-parseInt(_0x4abc2f(0x188))/0x6)+parseInt(_0x4abc2f(0x154))/0x7+parseInt(_0x4abc2f(0x181))/0x8+parseInt(_0x4abc2f(0x16d))/0x9*(-parseInt(_0x4abc2f(0x199))/0xa);if(_0x1586e4===_0x1aa777)break;else _0x5105b4['push'](_0x5105b4['shift']());}catch(_0x263123){_0x5105b4['push'](_0x5105b4['shift']());}}}(a16_0x8b5f,0x3d8e4));const util=require(a16_0x20d3e2(0x1c3)),logger=require('../../helpers/logger')['winstonLogger'],helper=require('../../helpers/helper'),globals=require(a16_0x20d3e2(0x182)),{shouldProcessEventForTesthub}=require(a16_0x20d3e2(0x186)),testHubConstants=require(a16_0x20d3e2(0x19d)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x20d3e2(0x178)),accessibilityRetryHelper=require(a16_0x20d3e2(0x1a7)),testRunMap=require('./testRunMap');let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x20d3e2(0x162)]['BROWSERSTACK_JASMINE_CONFIG']||process['env'][a16_0x20d3e2(0x16c)];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x20d3e2(0x1b4)](rawConfig));}catch(a16_0x24f631){logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x17b)+util[a16_0x20d3e2(0x1d5)](a16_0x24f631));}try{if(_bstackConfig&&!helper[a16_0x20d3e2(0x1cf)](a16_0x20d3e2(0x1b2))){const wSVEmS=a16_0x20d3e2(0x1c8)[a16_0x20d3e2(0x158)]('|');let NZKUsi=0x0;while(!![]){switch(wSVEmS[NZKUsi++]){case'0':global[a16_0x20d3e2(0x1b9)]=_bstackConfig[a16_0x20d3e2(0x173)];continue;case'1':shouldProcessEventForTesthub()?require(a16_0x20d3e2(0x1a1))[a16_0x20d3e2(0x1b0)](_bstackConfig,null,!![]):require(a16_0x20d3e2(0x1a1))[a16_0x20d3e2(0x1b0)](_bstackConfig);continue;case'2':global[a16_0x20d3e2(0x1ad)]=_bstackConfig[a16_0x20d3e2(0x1b7)]||{};continue;case'3':logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x179));continue;case'4':helper[a16_0x20d3e2(0x19c)]()?(global[a16_0x20d3e2(0x1af)]=helper[a16_0x20d3e2(0x1be)](_bstackConfig[a16_0x20d3e2(0x17e)]),global['__skipSessionStatus']=helper[a16_0x20d3e2(0x1be)](_bstackConfig[a16_0x20d3e2(0x163)])):(global['__skipSessionName']=!![],global['__skipSessionStatus']=!![]);continue;}break;}}}catch(a16_0x9f6793){logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x1cd)+util[a16_0x20d3e2(0x1d5)](a16_0x9f6793));}const _fileNameByFullName={};function a16_0x42bf(_0xcb3d6c,_0x12aa61){const _0x8b5fc3=a16_0x8b5f();return a16_0x42bf=function(_0x42bff9,_0x976029){_0x42bff9=_0x42bff9-0x150;let _0x1c5516=_0x8b5fc3[_0x42bff9];return _0x1c5516;},a16_0x42bf(_0xcb3d6c,_0x12aa61);}try{if(typeof describe===a16_0x20d3e2(0x166)&&typeof global!==a16_0x20d3e2(0x150)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x213339=a16_0x20d3e2,_0x417a5c={'nXmNd':function(_0x4baf04,_0x4db171){return _0x4baf04(_0x4db171);},'anNNF':_0x213339(0x18d),'bhJzy':function(_0x267937,_0xd667e5){return _0x267937(_0xd667e5);},'ZTpbW':_0x213339(0x1a0),'mYuCE':_0x213339(0x1c2)},_0x43b5fd=Error['prepareStackTrace'];try{const _0x11f895=new Error();Error['prepareStackTrace']=(_0x589caa,_0x4a8cd2)=>_0x4a8cd2;const _0x5c3a81=_0x11f895['stack'];Error['prepareStackTrace']=_0x43b5fd;if(Array[_0x213339(0x1c9)](_0x5c3a81))for(const _0x39c041 of _0x5c3a81){const _0x445eda=_0x39c041[_0x213339(0x1c6)]&&_0x39c041[_0x213339(0x1c6)]();if(_0x445eda&&!_0x445eda[_0x213339(0x16a)]('bin'+_0x417a5c[_0x213339(0x1c0)](require,_0x417a5c['anNNF'])[_0x213339(0x1bb)]+'jasmine'+_0x417a5c[_0x213339(0x161)](require,_0x417a5c['anNNF'])[_0x213339(0x1bb)])&&!_0x445eda['startsWith'](_0x417a5c[_0x213339(0x1a8)])&&!_0x445eda[_0x213339(0x16a)](_0x417a5c[_0x213339(0x1d7)]))return _0x445eda;}}catch(_0x14073f){Error[_0x213339(0x1d3)]=_0x43b5fd;}return null;},_wrappedDescribe=function(_0x536d59,_0xfa6397){const _0x448c62=a16_0x20d3e2,_0x594f97={'RFrDb':function(_0x444a0b){return _0x444a0b();},'TQSWM':function(_0x22ba36,_0x3a59f2){return _0x22ba36&&_0x3a59f2;},'TUrDM':function(_0x1b197c,_0x574226,_0x2c7ef5){return _0x1b197c(_0x574226,_0x2c7ef5);}};let _0xdb9a60=null;try{_0xdb9a60=_0x594f97[_0x448c62(0x1b8)](_resolveCallerFile);}catch(_0x42eee0){}_describeTitleStack[_0x448c62(0x15f)](_0x536d59);const _0x29d115=_describeTitleStack[_0x448c62(0x1d2)]('\x20');_0x594f97[_0x448c62(0x183)](_0xdb9a60,_0x29d115)&&(_fileNameByFullName[_0x29d115]=_0xdb9a60);try{return _0x594f97['TUrDM'](_origDescribe,_0x536d59,_0xfa6397);}finally{_describeTitleStack[_0x448c62(0x15e)]();}};Object[a16_0x20d3e2(0x15c)](_origDescribe)[a16_0x20d3e2(0x18e)](_0x527919=>{_wrappedDescribe[_0x527919]=_origDescribe[_0x527919];}),global[a16_0x20d3e2(0x1a2)]=_wrappedDescribe;}}catch(a16_0x1d556b){logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x1d9)+util['format'](a16_0x1d556b));}try{if(typeof jasmine!==a16_0x20d3e2(0x150)&&jasmine[a16_0x20d3e2(0x1c7)]){const BrowserStackJasmineReporter=require('./bstack-reporter/customReporter'),a16_0x32d1ff={};a16_0x32d1ff[a16_0x20d3e2(0x1da)]=_fileNameByFullName,jasmine[a16_0x20d3e2(0x1c7)]()['addReporter'](new BrowserStackJasmineReporter(a16_0x32d1ff)),logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x198));}else logger['debug'](a16_0x20d3e2(0x1a3));}catch(a16_0x24e22a){logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x191)+util[a16_0x20d3e2(0x1d5)](a16_0x24e22a));}try{typeof jasmine!==a16_0x20d3e2(0x150)&&jasmine[a16_0x20d3e2(0x1c7)]&&jasmine['getEnv']()['addReporter']({'specStarted'(_0x4d4f88){const _0x3c308c=a16_0x20d3e2,_0x2e6660={};_0x2e6660[_0x3c308c(0x159)]=function(_0x290028,_0x3d4541){return _0x290028||_0x3d4541;};const _0x34e56e=_0x2e6660;_activeResultId=_0x4d4f88&&_0x4d4f88['id'],_activeFullName=_0x4d4f88&&_0x4d4f88[_0x3c308c(0x1aa)],_activeResultRef=_0x34e56e['dvLqG'](_0x4d4f88,null);},'specDone'(){}});}catch(a16_0x73fc95){logger['debug'](a16_0x20d3e2(0x189)+util['format'](a16_0x73fc95));}const _resolveAutoScanning=()=>{const _0x543b09=a16_0x20d3e2,_0x44b165={};_0x44b165['nZQtz']=function(_0x108a32,_0x3223fc){return _0x108a32===_0x3223fc;};const _0x363f89=_0x44b165;let _0x88d877=!![];try{const _0x329c81=JSON[_0x543b09(0x1b4)](process[_0x543b09(0x162)][_0x543b09(0x184)]||'{}');_0x363f89[_0x543b09(0x165)](_0x329c81['autoScanning'],![])&&(_0x88d877=![]);}catch(_0x2239de){logger['debug']('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x2239de[_0x543b09(0x169)]);}return _0x88d877;};try{typeof beforeEach===a16_0x20d3e2(0x166)&&beforeEach(function bstackA11yBeforeEach(){const _0x2e3dd2=a16_0x20d3e2,_0x27b337={'DZwOZ':function(_0x59b27b){return _0x59b27b();},'ZPJXe':function(_0x4fcc12,_0x42e339,_0x2f7b8a){return _0x4fcc12(_0x42e339,_0x2f7b8a);},'HwRxc':function(_0x5b088d,_0x243771){return _0x5b088d&&_0x243771;},'acdAH':_0x2e3dd2(0x152),'XSIUS':_0x2e3dd2(0x1ae)};try{const _0x276ddb=_0x27b337['DZwOZ'](_resolveAutoScanning),_0x1ef175=_0x27b337[_0x2e3dd2(0x1bc)](shouldScanTestForAccessibility,null,![]),_0x2cdfda=_0x27b337[_0x2e3dd2(0x15a)](_0x276ddb,_0x1ef175);globals[_0x2e3dd2(0x167)](_0x27b337[_0x2e3dd2(0x1a5)],_0x2cdfda),globals[_0x2e3dd2(0x167)](_0x27b337[_0x2e3dd2(0x1b5)],null);}catch(_0x547356){logger['debug'](_0x2e3dd2(0x18a)+util[_0x2e3dd2(0x1d5)](_0x547356));}}),typeof afterEach===a16_0x20d3e2(0x166)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x1699e4=a16_0x20d3e2,_0x52d4b4={'DUYDg':function(_0x4b51c1,_0x3143d4){return _0x4b51c1>_0x3143d4;},'qHYEA':_0x1699e4(0x190),'eBfLy':function(_0x32b883,_0x42c259){return _0x32b883+_0x42c259;},'QSyfv':_0x1699e4(0x194),'gBhzh':_0x1699e4(0x1a9),'ZhCEd':_0x1699e4(0x174),'gUndR':_0x1699e4(0x156),'PXyQk':_0x1699e4(0x176),'uFixW':_0x1699e4(0x197),'EsKOU':function(_0x366d08){return _0x366d08();},'MUeQU':_0x1699e4(0x17f),'VsCbt':function(_0x3bfef2,_0x45d99f){return _0x3bfef2>_0x45d99f;},'Fytge':'bstackA11yShouldScan','ubgIx':'[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','CMeKm':_0x1699e4(0x18f),'ptvwC':'[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','NMGCa':_0x1699e4(0x193),'RAoTT':'isMobilePlatform','IRyCN':_0x1699e4(0x1d8),'JhOMf':'[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts'};try{if(Array[_0x1699e4(0x1c9)](global[_0x1699e4(0x1ab)])&&_0x52d4b4[_0x1699e4(0x15d)](global[_0x1699e4(0x1ab)][_0x1699e4(0x157)],0x0)&&global[_0x1699e4(0x1ab)][0x0]){const _0x1ec89a=_activeFullName||global[_0x1699e4(0x18b)];if(!global['__skipSessionName']&&_0x1ec89a){global['sessionName']=_0x1ec89a;try{await global[_0x1699e4(0x1ab)][0x0][_0x1699e4(0x168)](_0x1699e4(0x17c)+JSON[_0x1699e4(0x1d4)](_0x1ec89a)+'}}'),global[_0x1699e4(0x1ab)][0x0][_0x1699e4(0x1d0)]=!![];}catch(_0x1b3789){logger['debug'](_0x1699e4(0x1c4)+util[_0x1699e4(0x1d5)](_0x1b3789));}}if(!global['__skipSessionStatus'])try{const _0x438cb5=_activeResultRef&&Array[_0x1699e4(0x1c9)](_activeResultRef[_0x1699e4(0x15b)])?_activeResultRef[_0x1699e4(0x15b)]:[],_0x2a9db3=_0x52d4b4[_0x1699e4(0x15d)](_0x438cb5[_0x1699e4(0x157)],0x0),_0x247b14=_0x2a9db3?_0x438cb5[0x0]&&_0x438cb5[0x0][_0x1699e4(0x169)]||_0x52d4b4[_0x1699e4(0x153)]:null;try{await global['__drivers'][0x0][_0x1699e4(0x168)](_0x1699e4(0x18c)+JSON['stringify'](_0x2a9db3?_0x52d4b4[_0x1699e4(0x17a)](_0x52d4b4[_0x1699e4(0x155)],_0x247b14):_0x52d4b4[_0x1699e4(0x1ca)])+',\x22level\x22:\x20\x22'+(_0x2a9db3?_0x52d4b4[_0x1699e4(0x1a4)]:_0x52d4b4['gUndR'])+_0x1699e4(0x1ac));}catch(_0x5e3734){logger[_0x1699e4(0x1ce)](_0x1699e4(0x177)+util[_0x1699e4(0x1d5)](_0x5e3734));}_0x2a9db3&&(global[_0x1699e4(0x151)]=!![]),await helper['markSessionStatus'](global[_0x1699e4(0x1ab)][0x0],_0x2a9db3?_0x52d4b4[_0x1699e4(0x195)]:_0x52d4b4[_0x1699e4(0x170)],_0x247b14);}catch(_0x464a0c){logger[_0x1699e4(0x1ce)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util['format'](_0x464a0c));}}}catch(_0xd8ca33){logger[_0x1699e4(0x1ce)](_0x1699e4(0x1b6)+util[_0x1699e4(0x1d5)](_0xd8ca33));}try{if(_0x52d4b4[_0x1699e4(0x1c1)](isAccessibilityAutomationSession)&&globals[_0x1699e4(0x16f)](_0x52d4b4['MUeQU'])&&Array[_0x1699e4(0x1c9)](global['__drivers'])&&_0x52d4b4[_0x1699e4(0x19e)](global[_0x1699e4(0x1ab)]['length'],0x0)&&global['__drivers'][0x0]){const _0x43011a=testRunMap['get'](_activeResultId),_0x445121={};_0x445121[_0x1699e4(0x192)]=_0x43011a,_0x445121[_0x1699e4(0x1bf)]=process[_0x1699e4(0x162)][testHubConstants['ENV_VAR'][_0x1699e4(0x172)]],_0x445121[_0x1699e4(0x1b1)]=process[_0x1699e4(0x162)][testHubConstants[_0x1699e4(0x175)][_0x1699e4(0x1c5)]];const _0xc042a4=_0x445121;logger[_0x1699e4(0x1ce)](_0x1699e4(0x1bd)+JSON['stringify'](_0xc042a4));if(globals[_0x1699e4(0x16f)](_0x52d4b4[_0x1699e4(0x187)])){logger[_0x1699e4(0x1ce)](_0x52d4b4[_0x1699e4(0x1cb)]);const _0x2e01d4=await accessibilityRetryHelper[_0x1699e4(0x1cc)](global['__drivers'][0x0],global[_0x1699e4(0x196)]);_0x2e01d4?logger['debug'](_0x52d4b4[_0x1699e4(0x1d1)]):logger[_0x1699e4(0x180)](_0x52d4b4[_0x1699e4(0x19a)]);}else logger[_0x1699e4(0x1ce)](_0x52d4b4[_0x1699e4(0x164)]);globals[_0x1699e4(0x16f)](_0x52d4b4[_0x1699e4(0x16b)])&&(_0xc042a4[_0x1699e4(0x1b3)]=!![]);const _0x3a394d=await accessibilityRetryHelper[_0x1699e4(0x1a6)](global[_0x1699e4(0x1ab)][0x0],_0xc042a4);_0x3a394d?logger[_0x1699e4(0x1ce)](_0x52d4b4[_0x1699e4(0x1ba)]):logger[_0x1699e4(0x180)](_0x52d4b4[_0x1699e4(0x16e)]);}}catch(_0x126296){logger[_0x1699e4(0x174)]('[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20'+util[_0x1699e4(0x1d5)](_0x126296));}});}catch(a16_0x56d24e){logger['debug'](a16_0x20d3e2(0x171)+util[a16_0x20d3e2(0x1d5)](a16_0x56d24e));}module[a16_0x20d3e2(0x19f)]={};function a16_0x8b5f(){const _0x4b181c=['sep','ZPJXe','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','isTrue','thBuildUuid','nXmNd','EsKOU','jasmine-core','util','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','BROWSERSTACK_TESTHUB_JWT','getFileName','getEnv','3|1|2|0|4','isArray','gBhzh','ubgIx','performScanWithRetry','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','debug','getPackageVersion','sessionNameSet__','CMeKm','join','prepareStackTrace','stringify','format','996740DYdBhr','mYuCE','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','fileNameByFullName','undefined','__sessionFailed','bstackA11yShouldScan','qHYEA','3458287EoKnbB','QSyfv','info','length','split','dvLqG','HwRxc','failedExpectations','keys','DUYDg','pop','push','149776XMtLfB','bhJzy','env','skipSessionStatus','NMGCa','nZQtz','function','setGlobal','executeScript','message','includes','RAoTT','CONFIG','18dEKTsX','JhOMf','getGlobal','uFixW','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','BROWSERSTACK_TESTHUB_UUID','platformIndex','error','ENV_VAR','failed','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','../../helpers/accessibility-automation/helper','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','eBfLy','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','15iFCcEu','skipSessionName','isAccessibilityPlatform','warn','3580800dJTzeG','../../helpers/globals','TQSWM','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','191152dAUSvp','../../helpers/testhub/utils','Fytge','198wfNbrk','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','sessionName','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','path','forEach','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','Spec\x20failed','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','thTestRunUuid','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','Failed:\x20','PXyQk','browserstackSessionName','passed','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','8344240XvJuhd','ptvwC','15545BxEejo','isBrowserstackInfra','../../helpers/testhub/constants','VsCbt','exports','node:','../../index','describe','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','ZhCEd','acdAH','saveAccessibilityResultsWithRetry','../../helpers/accessibility-automation/accessibilityRetryHelper','ZTpbW','Passed','fullName','__drivers','\x22}}','__platformCaps','bstackA11yScanOptions','__skipSessionName','browserstackAgentV2','thJwtToken','@playwright/test','is_mobile_session','parse','XSIUS','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','platformCaps','RFrDb','browserstackPlatformIndex','IRyCN'];a16_0x8b5f=function(){return _0x4b181c;};return a16_0x8b5f();}
|
|
1
|
+
'use strict';const a16_0x42dd95=a16_0x1fa7;(function(_0x5f4eaf,_0x551aab){const _0x1577c7=a16_0x1fa7,_0x24bfa0=_0x5f4eaf();while(!![]){try{const _0x2b5b3d=parseInt(_0x1577c7(0x1ff))/0x1*(-parseInt(_0x1577c7(0x24b))/0x2)+-parseInt(_0x1577c7(0x205))/0x3*(-parseInt(_0x1577c7(0x1e2))/0x4)+-parseInt(_0x1577c7(0x1e8))/0x5+-parseInt(_0x1577c7(0x203))/0x6*(-parseInt(_0x1577c7(0x1f9))/0x7)+parseInt(_0x1577c7(0x220))/0x8+parseInt(_0x1577c7(0x22f))/0x9*(-parseInt(_0x1577c7(0x1f1))/0xa)+parseInt(_0x1577c7(0x247))/0xb;if(_0x2b5b3d===_0x551aab)break;else _0x24bfa0['push'](_0x24bfa0['shift']());}catch(_0x14e927){_0x24bfa0['push'](_0x24bfa0['shift']());}}}(a16_0xe377,0x5e07e));function a16_0xe377(){const _0x41dc06=['parse','warn','jasmine','__platformCaps','./bstack-reporter/customReporter','isMobilePlatform','is_mobile_session','1696328gKRafv','getFileName','autoScanning','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','vEzVW','util','forEach','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','../../index','getGlobal','NgBXQ','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','fileNameByFullName','getEnv','oEKAO','9BssvRV','@playwright/test','lsjvQ','zpJCR','info','function','wlEfp','passed','split','isAccessibilityPlatform','YWMvz','browserstackSessionName','pop','bstackA11yShouldScan','IAvfe','sep','__skipSessionStatus','sessionName','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','mcfMg','stringify','addReporter','message','platformCaps','5802632eklvzN','__sessionFailed','CONFIG','../../helpers/logger','258554URfwtJ','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','jkaNL','setGlobal','zYGeY','thJwtToken','../../helpers/accessibility-automation/accessibilityRetryHelper','env','Passed','exports','debug','__drivers','browserstackAgentV2','undefined','length','zYZXH','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','12cMvuNG','../../helpers/helper','FLOzc','prepareStackTrace','oKKZF','../../helpers/accessibility-automation/helper','69430uHIgdl','get','bstackA11yScanOptions','failedExpectations','isArray','bin','format','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','fullName','3456490FHluNI','isTrue','nGbjI','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','ZdJsy','thBuildUuid','winstonLogger','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','26509gZeHVK','__skipSessionName','MMerW','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','kYTlE','IOrDL','5NXYOlA','describe','../../helpers/testhub/utils','keys','492LzyOQR','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','340983BqmANW','executeScript','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','failed','cMBRt','stack','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','Failed:\x20','isBrowserstackInfra','getPackageVersion','performScanWithRetry','REZth','saveAccessibilityResultsWithRetry','wGZsz','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','ENV_VAR','../../helpers/testhub/constants','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','error','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'];a16_0xe377=function(){return _0x41dc06;};return a16_0xe377();}const util=require(a16_0x42dd95(0x225)),logger=require(a16_0x42dd95(0x24a))[a16_0x42dd95(0x1f7)],helper=require(a16_0x42dd95(0x1e3)),globals=require('../../helpers/globals'),{shouldProcessEventForTesthub}=require(a16_0x42dd95(0x201)),testHubConstants=require(a16_0x42dd95(0x215)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x42dd95(0x1e7)),accessibilityRetryHelper=require(a16_0x42dd95(0x252)),testRunMap=require('./testRunMap');let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x42dd95(0x253)]['BROWSERSTACK_JASMINE_CONFIG']||process[a16_0x42dd95(0x253)][a16_0x42dd95(0x249)];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x42dd95(0x219)](rawConfig));}catch(a16_0x3ef315){logger[a16_0x42dd95(0x256)]('[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20'+util['format'](a16_0x3ef315));}function a16_0x1fa7(_0x58abc5,_0xc0b5d9){const _0xe3779b=a16_0xe377();return a16_0x1fa7=function(_0x1fa700,_0x3725e9){_0x1fa700=_0x1fa700-0x1df;let _0x369a2e=_0xe3779b[_0x1fa700];return _0x369a2e;},a16_0x1fa7(_0x58abc5,_0xc0b5d9);}try{if(_bstackConfig&&!helper[a16_0x42dd95(0x20e)](a16_0x42dd95(0x230))){const eqUjQq='0|3|4|2|1'[a16_0x42dd95(0x237)]('|');let nGBgpP=0x0;while(!![]){switch(eqUjQq[nGBgpP++]){case'0':logger[a16_0x42dd95(0x256)](a16_0x42dd95(0x1fc));continue;case'1':helper[a16_0x42dd95(0x20d)]()?(global[a16_0x42dd95(0x1fa)]=helper[a16_0x42dd95(0x1f2)](_bstackConfig['skipSessionName']),global[a16_0x42dd95(0x23f)]=helper[a16_0x42dd95(0x1f2)](_bstackConfig['skipSessionStatus'])):(global[a16_0x42dd95(0x1fa)]=!![],global[a16_0x42dd95(0x23f)]=!![]);continue;case'2':global['browserstackPlatformIndex']=_bstackConfig['platformIndex'];continue;case'3':shouldProcessEventForTesthub()?require(a16_0x42dd95(0x228))[a16_0x42dd95(0x258)](_bstackConfig,null,!![]):require(a16_0x42dd95(0x228))[a16_0x42dd95(0x258)](_bstackConfig);continue;case'4':global[a16_0x42dd95(0x21c)]=_bstackConfig[a16_0x42dd95(0x246)]||{};continue;}break;}}}catch(a16_0x16629a){logger[a16_0x42dd95(0x256)](a16_0x42dd95(0x216)+util[a16_0x42dd95(0x1ee)](a16_0x16629a));}const _fileNameByFullName={};try{if(typeof describe===a16_0x42dd95(0x234)&&typeof global!==a16_0x42dd95(0x259)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x58c1a5=a16_0x42dd95,_0x5a71fc={'IAvfe':function(_0x57d6b4,_0x27c58b){return _0x57d6b4(_0x27c58b);},'oKKZF':'path','HkYFI':'node:','DFlaI':'jasmine-core'},_0x350ec5=Error[_0x58c1a5(0x1e5)];try{const _0x1f56a6=new Error();Error['prepareStackTrace']=(_0x1e38f2,_0x155323)=>_0x155323;const _0xf2a469=_0x1f56a6[_0x58c1a5(0x20a)];Error['prepareStackTrace']=_0x350ec5;if(Array[_0x58c1a5(0x1ec)](_0xf2a469))for(const _0x35143b of _0xf2a469){const _0x2d92b7=_0x35143b[_0x58c1a5(0x221)]&&_0x35143b[_0x58c1a5(0x221)]();if(_0x2d92b7&&!_0x2d92b7['includes'](_0x58c1a5(0x1ed)+_0x5a71fc['IAvfe'](require,_0x5a71fc['oKKZF'])[_0x58c1a5(0x23e)]+_0x58c1a5(0x21b)+_0x5a71fc[_0x58c1a5(0x23d)](require,_0x5a71fc[_0x58c1a5(0x1e6)])['sep'])&&!_0x2d92b7['startsWith'](_0x5a71fc['HkYFI'])&&!_0x2d92b7['includes'](_0x5a71fc['DFlaI']))return _0x2d92b7;}}catch(_0x8b5162){Error['prepareStackTrace']=_0x350ec5;}return null;},_wrappedDescribe=function(_0x50801d,_0x17bc29){const _0xb94f56=a16_0x42dd95,_0x26b61b={'FYNfv':function(_0x5e2644){return _0x5e2644();},'lsjvQ':function(_0x4e92e9,_0x18550e){return _0x4e92e9&&_0x18550e;},'mcfMg':function(_0x32da46,_0x4139b7,_0x1249e7){return _0x32da46(_0x4139b7,_0x1249e7);}};let _0xe86c80=null;try{_0xe86c80=_0x26b61b['FYNfv'](_resolveCallerFile);}catch(_0x58052f){}_describeTitleStack['push'](_0x50801d);const _0x36d862=_describeTitleStack['join']('\x20');_0x26b61b[_0xb94f56(0x231)](_0xe86c80,_0x36d862)&&(_fileNameByFullName[_0x36d862]=_0xe86c80);try{return _0x26b61b[_0xb94f56(0x242)](_origDescribe,_0x50801d,_0x17bc29);}finally{_describeTitleStack[_0xb94f56(0x23b)]();}};Object[a16_0x42dd95(0x202)](_origDescribe)[a16_0x42dd95(0x226)](_0x58e86d=>{_wrappedDescribe[_0x58e86d]=_origDescribe[_0x58e86d];}),global[a16_0x42dd95(0x200)]=_wrappedDescribe;}}catch(a16_0x3221c2){logger[a16_0x42dd95(0x256)]('[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20'+util['format'](a16_0x3221c2));}try{if(typeof jasmine!==a16_0x42dd95(0x259)&&jasmine['getEnv']){const BrowserStackJasmineReporter=require(a16_0x42dd95(0x21d)),a16_0x27c8a9={};a16_0x27c8a9[a16_0x42dd95(0x22c)]=_fileNameByFullName,jasmine[a16_0x42dd95(0x22d)]()[a16_0x42dd95(0x244)](new BrowserStackJasmineReporter(a16_0x27c8a9)),logger[a16_0x42dd95(0x256)]('[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter');}else logger[a16_0x42dd95(0x256)]('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a16_0x5e57b1){logger[a16_0x42dd95(0x256)](a16_0x42dd95(0x213)+util[a16_0x42dd95(0x1ee)](a16_0x5e57b1));}try{typeof jasmine!==a16_0x42dd95(0x259)&&jasmine[a16_0x42dd95(0x22d)]&&jasmine[a16_0x42dd95(0x22d)]()[a16_0x42dd95(0x244)]({'specStarted'(_0x25f8bd){const _0x4f7f6b=a16_0x42dd95,_0x4a91d9={};_0x4a91d9[_0x4f7f6b(0x250)]=function(_0x36f5b2,_0x3a892f){return _0x36f5b2||_0x3a892f;};const _0x1cfe0b=_0x4a91d9;_activeResultId=_0x25f8bd&&_0x25f8bd['id'],_activeFullName=_0x25f8bd&&_0x25f8bd[_0x4f7f6b(0x1f0)],_activeResultRef=_0x1cfe0b[_0x4f7f6b(0x250)](_0x25f8bd,null);},'specDone'(){}});}catch(a16_0x536807){logger[a16_0x42dd95(0x256)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20'+util[a16_0x42dd95(0x1ee)](a16_0x536807));}const _resolveAutoScanning=()=>{const _0x536bb0=a16_0x42dd95,_0x3e44be={};_0x3e44be[_0x536bb0(0x232)]=function(_0x542d37,_0x3c24a7){return _0x542d37===_0x3c24a7;};const _0x29c533=_0x3e44be;let _0x108ae0=!![];try{const _0x25861a=JSON[_0x536bb0(0x219)](process[_0x536bb0(0x253)][_0x536bb0(0x1f8)]||'{}');_0x29c533[_0x536bb0(0x232)](_0x25861a[_0x536bb0(0x222)],![])&&(_0x108ae0=![]);}catch(_0x4a4e9c){logger['debug'](_0x536bb0(0x241)+_0x4a4e9c[_0x536bb0(0x245)]);}return _0x108ae0;};try{typeof beforeEach===a16_0x42dd95(0x234)&&beforeEach(function bstackA11yBeforeEach(){const _0x130c8d=a16_0x42dd95,_0x4999ba={'kYTlE':function(_0x4ebba4){return _0x4ebba4();},'ZdJsy':function(_0x9b9e86,_0xaafc78,_0x572d2a){return _0x9b9e86(_0xaafc78,_0x572d2a);},'HaUOe':function(_0x53d956,_0x1d86f0){return _0x53d956&&_0x1d86f0;},'MMerW':_0x130c8d(0x23c),'yvJyr':_0x130c8d(0x1ea)};try{const _0x2291ce=_0x4999ba[_0x130c8d(0x1fd)](_resolveAutoScanning),_0x5d007c=_0x4999ba[_0x130c8d(0x1f5)](shouldScanTestForAccessibility,null,![]),_0x136dd2=_0x4999ba['HaUOe'](_0x2291ce,_0x5d007c);globals[_0x130c8d(0x24f)](_0x4999ba[_0x130c8d(0x1fb)],_0x136dd2),globals['setGlobal'](_0x4999ba['yvJyr'],null);}catch(_0x2bc85a){logger[_0x130c8d(0x256)](_0x130c8d(0x218)+util['format'](_0x2bc85a));}}),typeof afterEach===a16_0x42dd95(0x234)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x456320=a16_0x42dd95,_0x38b546={'zYZXH':function(_0xba95d,_0x174ad4){return _0xba95d>_0x174ad4;},'csgJy':function(_0xbd875d,_0x56d018){return _0xbd875d>_0x56d018;},'Josfo':'Spec\x20failed','jkaNL':function(_0x3e4d88,_0x1ac262){return _0x3e4d88+_0x1ac262;},'wlEfp':_0x456320(0x20c),'ekzAs':_0x456320(0x254),'ynhjy':_0x456320(0x217),'YWMvz':_0x456320(0x233),'oEKAO':_0x456320(0x208),'IOrDL':_0x456320(0x236),'GxccE':function(_0x164961){return _0x164961();},'wGZsz':_0x456320(0x238),'dbElT':function(_0x18407a,_0x2968b0){return _0x18407a>_0x2968b0;},'UbeEk':_0x456320(0x23c),'pAxDx':_0x456320(0x22b),'cMBRt':_0x456320(0x227),'FLOzc':_0x456320(0x24c),'NgBXQ':_0x456320(0x207),'vEzVW':_0x456320(0x21e),'nGbjI':_0x456320(0x223),'REZth':_0x456320(0x1e1)};try{if(Array[_0x456320(0x1ec)](global[_0x456320(0x257)])&&_0x38b546[_0x456320(0x1e0)](global[_0x456320(0x257)]['length'],0x0)&&global[_0x456320(0x257)][0x0]){const _0x44746e=_activeFullName||global[_0x456320(0x240)];if(!global[_0x456320(0x1fa)]&&_0x44746e){global[_0x456320(0x240)]=_0x44746e;try{await global[_0x456320(0x257)][0x0][_0x456320(0x206)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x456320(0x243)](_0x44746e)+'}}'),global[_0x456320(0x257)][0x0]['sessionNameSet__']=!![];}catch(_0x4bc79c){logger[_0x456320(0x256)](_0x456320(0x204)+util[_0x456320(0x1ee)](_0x4bc79c));}}if(!global[_0x456320(0x23f)])try{const _0xa5aaae=_activeResultRef&&Array[_0x456320(0x1ec)](_activeResultRef[_0x456320(0x1eb)])?_activeResultRef[_0x456320(0x1eb)]:[],_0x21ece6=_0x38b546['csgJy'](_0xa5aaae[_0x456320(0x1df)],0x0),_0x51a9c2=_0x21ece6?_0xa5aaae[0x0]&&_0xa5aaae[0x0][_0x456320(0x245)]||_0x38b546['Josfo']:null;try{await global[_0x456320(0x257)][0x0][_0x456320(0x206)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON['stringify'](_0x21ece6?_0x38b546[_0x456320(0x24e)](_0x38b546[_0x456320(0x235)],_0x51a9c2):_0x38b546['ekzAs'])+',\x22level\x22:\x20\x22'+(_0x21ece6?_0x38b546['ynhjy']:_0x38b546[_0x456320(0x239)])+'\x22}}');}catch(_0x1d770c){logger[_0x456320(0x256)]('[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20'+util[_0x456320(0x1ee)](_0x1d770c));}_0x21ece6&&(global[_0x456320(0x248)]=!![]),await helper['markSessionStatus'](global[_0x456320(0x257)][0x0],_0x21ece6?_0x38b546[_0x456320(0x22e)]:_0x38b546[_0x456320(0x1fe)],_0x51a9c2);}catch(_0x2ac115){logger[_0x456320(0x256)](_0x456320(0x20b)+util[_0x456320(0x1ee)](_0x2ac115));}}}catch(_0x35a739){logger[_0x456320(0x256)](_0x456320(0x1f4)+util[_0x456320(0x1ee)](_0x35a739));}try{if(_0x38b546['GxccE'](isAccessibilityAutomationSession)&&globals[_0x456320(0x229)](_0x38b546[_0x456320(0x212)])&&Array['isArray'](global[_0x456320(0x257)])&&_0x38b546['dbElT'](global[_0x456320(0x257)][_0x456320(0x1df)],0x0)&&global[_0x456320(0x257)][0x0]){const _0x2f067a=testRunMap[_0x456320(0x1e9)](_activeResultId),_0x55dda7={};_0x55dda7['thTestRunUuid']=_0x2f067a,_0x55dda7[_0x456320(0x1f6)]=process[_0x456320(0x253)][testHubConstants[_0x456320(0x214)]['BROWSERSTACK_TESTHUB_UUID']],_0x55dda7[_0x456320(0x251)]=process[_0x456320(0x253)][testHubConstants[_0x456320(0x214)]['BROWSERSTACK_TESTHUB_JWT']];const _0x237fa4=_0x55dda7;logger[_0x456320(0x256)]('[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20'+JSON[_0x456320(0x243)](_0x237fa4));if(globals[_0x456320(0x229)](_0x38b546['UbeEk'])){logger[_0x456320(0x256)](_0x38b546['pAxDx']);const _0x45d62e=await accessibilityRetryHelper[_0x456320(0x20f)](global[_0x456320(0x257)][0x0],global[_0x456320(0x23a)]);_0x45d62e?logger[_0x456320(0x256)](_0x38b546[_0x456320(0x209)]):logger[_0x456320(0x21a)](_0x38b546[_0x456320(0x1e4)]);}else logger[_0x456320(0x256)](_0x38b546[_0x456320(0x22a)]);globals[_0x456320(0x229)](_0x38b546[_0x456320(0x224)])&&(_0x237fa4[_0x456320(0x21f)]=!![]);const _0x23f1b3=await accessibilityRetryHelper[_0x456320(0x211)](global[_0x456320(0x257)][0x0],_0x237fa4);_0x23f1b3?logger[_0x456320(0x256)](_0x38b546[_0x456320(0x1f3)]):logger[_0x456320(0x21a)](_0x38b546[_0x456320(0x210)]);}}catch(_0x415c62){logger[_0x456320(0x217)](_0x456320(0x24d)+util[_0x456320(0x1ee)](_0x415c62));}});}catch(a16_0x5e2df8){logger['debug'](a16_0x42dd95(0x1ef)+util['format'](a16_0x5e2df8));}module[a16_0x42dd95(0x255)]={};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';function
|
|
1
|
+
'use strict';const a17_0x1e282e=a17_0x1cad;function a17_0x18b5(){const _0x4fa12f=['167343FcBkYD','63GmDJXf','set','123308PLKMqI','147864PwoSAu','UsrSY','delete','7678503wKFbVx','size','20SJDpUm','928EHaCoN','117095NjJxyM','get','3457904NxrxYd','jhqEn','CSplc','YtXoD'];a17_0x18b5=function(){return _0x4fa12f;};return a17_0x18b5();}(function(_0xe75ae5,_0x1f1dcd){const _0x335c2b=a17_0x1cad,_0x24f527=_0xe75ae5();while(!![]){try{const _0x4c17b2=-parseInt(_0x335c2b(0x7e))/0x1+parseInt(_0x335c2b(0x7d))/0x2+-parseInt(_0x335c2b(0x84))/0x3+-parseInt(_0x335c2b(0x87))/0x4*(parseInt(_0x335c2b(0x7c))/0x5)+-parseInt(_0x335c2b(0x88))/0x6*(-parseInt(_0x335c2b(0x85))/0x7)+-parseInt(_0x335c2b(0x80))/0x8+parseInt(_0x335c2b(0x7a))/0x9;if(_0x4c17b2===_0x1f1dcd)break;else _0x24f527['push'](_0x24f527['shift']());}catch(_0x195b91){_0x24f527['push'](_0x24f527['shift']());}}}(a17_0x18b5,0x54b7d));function a17_0x1cad(_0x3dd336,_0x59af55){const _0x18b545=a17_0x18b5();return a17_0x1cad=function(_0x1cad5d,_0x44049f){_0x1cad5d=_0x1cad5d-0x79;let _0x56d139=_0x18b545[_0x1cad5d];return _0x56d139;},a17_0x1cad(_0x3dd336,_0x59af55);}const _specUuidById=new Map();exports[a17_0x1e282e(0x86)]=(_0x27ebc8,_0x5f507e)=>{const _0x4d491e=a17_0x1e282e,_0x531257={};_0x531257[_0x4d491e(0x81)]=function(_0x23bf34,_0x41a4a3){return _0x23bf34===_0x41a4a3;},_0x531257[_0x4d491e(0x83)]=function(_0x501dc8,_0x1cfdc8){return _0x501dc8===_0x1cfdc8;};const _0x346ee9=_0x531257;if(_0x346ee9['jhqEn'](_0x27ebc8,undefined)||_0x346ee9[_0x4d491e(0x83)](_0x27ebc8,null))return;_specUuidById[_0x4d491e(0x86)](_0x27ebc8,_0x5f507e);},exports[a17_0x1e282e(0x7f)]=_0x46416d=>{const _0x124da3=a17_0x1e282e,_0x31c41b={};_0x31c41b[_0x124da3(0x89)]=function(_0x1b4b04,_0x4ddc6c){return _0x1b4b04===_0x4ddc6c;};const _0xc50cfc=_0x31c41b;if(_0xc50cfc[_0x124da3(0x89)](_0x46416d,undefined)||_0xc50cfc[_0x124da3(0x89)](_0x46416d,null))return undefined;return _specUuidById[_0x124da3(0x7f)](_0x46416d);},exports['remove']=_0x8373a6=>{const _0x27ee87=a17_0x1e282e,_0xc94219={};_0xc94219['CSplc']=function(_0xb9b5d8,_0x4d1a5d){return _0xb9b5d8===_0x4d1a5d;};const _0x27ef94=_0xc94219;if(_0x27ef94['CSplc'](_0x8373a6,undefined)||_0x27ef94[_0x27ee87(0x82)](_0x8373a6,null))return;_specUuidById[_0x27ee87(0x79)](_0x8373a6);},exports['_size']=()=>_specUuidById[a17_0x1e282e(0x7b)];
|