browserstack-node-sdk 1.64.3 → 1.65.1
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/generated/sdk-messages-accessibility_pb.d.ts +70 -0
- package/generated/sdk-messages-accessibility_pb.js +545 -1
- package/generated/sdk_grpc_pb.d.ts +5 -0
- package/generated/sdk_grpc_pb.js +33 -0
- package/package.json +3 -3
- 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/loadErrors.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/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/node-generic/client.js +1 -0
- 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/reporterArgs.js +1 -0
- 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/nodeGenericTestFramework.js +1 -0
- 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/sdkErrorHandler.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/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/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 a9_0xf44843=a9_0x36d0;function a9_0x36d0(_0x5a18f4,_0x204a5a){const _0x5d8686=a9_0x5d86();return a9_0x36d0=function(_0x36d043,_0x1715b8){_0x36d043=_0x36d043-0xe3;let _0x329236=_0x5d8686[_0x36d043];return _0x329236;},a9_0x36d0(_0x5a18f4,_0x204a5a);}(function(_0x357fcb,_0x596fa0){const _0xc99502=a9_0x36d0,_0x556fdf=_0x357fcb();while(!![]){try{const _0x6b0078=parseInt(_0xc99502(0x118))/0x1+parseInt(_0xc99502(0x114))/0x2+-parseInt(_0xc99502(0xfc))/0x3*(parseInt(_0xc99502(0x116))/0x4)+parseInt(_0xc99502(0xf6))/0x5*(parseInt(_0xc99502(0x100))/0x6)+-parseInt(_0xc99502(0x10e))/0x7*(-parseInt(_0xc99502(0x11a))/0x8)+parseInt(_0xc99502(0x111))/0x9*(parseInt(_0xc99502(0xfb))/0xa)+parseInt(_0xc99502(0x113))/0xb*(-parseInt(_0xc99502(0xe7))/0xc);if(_0x6b0078===_0x596fa0)break;else _0x556fdf['push'](_0x556fdf['shift']());}catch(_0x57b9d4){_0x556fdf['push'](_0x556fdf['shift']());}}}(a9_0x5d86,0x2f25b));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a9_0xf44843(0xfe)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a9_0xf44843(0x108),a9_0xf44843(0xff)),logger=require(a9_0xf44843(0x10d))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0xf44843(0x119)],After=cucumberModule['After'],configuration=process[a9_0xf44843(0xeb)]['CONFIG'];if(configuration!==undefined){const config=JSON[a9_0xf44843(0xe9)](configuration);isTrue(config[a9_0xf44843(0xf9)])&&(global['__skipSessionName']=!![]),global[a9_0xf44843(0xfa)]=isTrue(config[a9_0xf44843(0x104)]),require(a9_0xf44843(0xe4))[a9_0xf44843(0x115)](config),global[a9_0xf44843(0xe5)]=config[a9_0xf44843(0xf4)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a9_0xf44843(0x11b)];cucumberModule[a9_0xf44843(0x11b)]=_0x43d39c=>{const _0x43d7b6=a9_0xf44843,_0x5d2241={'TXDlP':function(_0x4fa5a6,_0x3d6256){return _0x4fa5a6(_0x3d6256);}};global[_0x43d7b6(0x112)]=_0x43d39c,_0x5d2241[_0x43d7b6(0x105)](__setDefaultTimeout,_0x43d39c);};function a9_0x5d86(){const _0x13160d=['25570NggQlp','3HWzfjP','PQIDv','../../helpers/helper','cucumber','12eczqKt','Inside\x20browserstack\x20After','result','pickle','skipSessionStatus','TXDlP','yOAEQ','name','cucumber/lib/index.js','initQuit','stringify','SCraW','bstack','../../helpers/logger','7HkAUbG','session_','setSessionName','783UCrxZk','__timeout','775071nloPmh','274796MKsABV','browserstackAgentV2','1073496hOmuwM','QfEat','34570hRffhd','Before','1813816mzzKxp','setDefaultTimeout','\x20|\x20','join','tvLbS','timeout','passed','../../index','__platformCaps','failed','84mCgzVX','Error:\x20quiting\x20at\x20After:\x20','parse','__skipSessionName','env','hvtYU','action','Error:\x20setting\x20status\x20at\x20After:\x20','vvveX','__driver','ZPtLU','__error_messages__','MJpAw','platformCaps','Inside\x20browserstack\x20Before','833905OSNtxT','executeScript','debug','skipSessionName','__skipSessionStatus'];a9_0x5d86=function(){return _0x13160d;};return a9_0x5d86();}const a9_0x317d79={};a9_0x317d79[a9_0xf44843(0x107)]=a9_0xf44843(0x10c),Before(a9_0x317d79,function(){const _0x37813f=a9_0xf44843,_0x479149={};_0x479149[_0x37813f(0xec)]=_0x37813f(0xf5);const _0x25a719=_0x479149;logger[_0x37813f(0xf8)](_0x25a719[_0x37813f(0xec)]),global[_0x37813f(0xf2)]=[];});const a9_0x4c859a={};a9_0x4c859a[a9_0xf44843(0x107)]=a9_0xf44843(0x10c),a9_0x4c859a[a9_0xf44843(0x11f)]=0x2710,After(a9_0x4c859a,function(_0xb40a91,_0x2e88aa){const _0x4f8826=a9_0xf44843,_0x4e7425={'SCraW':_0x4f8826(0x110),'tvLbS':function(_0x1346e3,_0x33dca9){return _0x1346e3===_0x33dca9;},'ZPtLU':_0x4f8826(0xe6),'yOAEQ':function(_0x35fd98,_0x29b66a,_0x4d6ef9,_0x50e0e1){return _0x35fd98(_0x29b66a,_0x4d6ef9,_0x50e0e1);},'QfEat':_0x4f8826(0x11c),'zemkG':function(_0x116073,_0x871b11,_0x437dd7){return _0x116073(_0x871b11,_0x437dd7);},'vvveX':_0x4f8826(0xe3),'MJpAw':function(_0x511cf7){return _0x511cf7();},'PQIDv':function(_0x39ff29,_0x4301ec){return _0x39ff29(_0x4301ec);},'HkUXt':_0x4f8826(0x101)};logger[_0x4f8826(0xf8)](_0x4e7425['HkUXt']),new Promise(async(_0xa52f52,_0xe824e6)=>{const _0xf4d02=_0x4f8826;let _0x221a39=![];try{await global['__driver'][_0xf4d02(0x10f)],_0x221a39=!![];if(!global[_0xf4d02(0xea)]){const _0x69d4f7={};_0x69d4f7[_0xf4d02(0x107)]=_0xb40a91[_0xf4d02(0x103)][_0xf4d02(0x107)];const _0x1c2172={};_0x1c2172[_0xf4d02(0xed)]=_0x4e7425[_0xf4d02(0x10b)],_0x1c2172['arguments']=_0x69d4f7;const _0x114211=_0x1c2172;await global[_0xf4d02(0xf0)][_0xf4d02(0xf7)]('browserstack_executor:\x20'+JSON[_0xf4d02(0x10a)](_0x114211));}_0x4e7425[_0xf4d02(0x11e)](_0xb40a91[_0xf4d02(0x102)]['status']['toLowerCase'](),_0x4e7425[_0xf4d02(0xf1)])?await _0x4e7425[_0xf4d02(0x106)](markSessionStatus,global[_0xf4d02(0xf0)],_0x4e7425[_0xf4d02(0xf1)],global['__error_messages__'][_0xf4d02(0x11d)](_0x4e7425[_0xf4d02(0x117)])):await _0x4e7425['zemkG'](markSessionStatus,global[_0xf4d02(0xf0)],_0x4e7425[_0xf4d02(0xef)]);}catch(_0x19f183){logger[_0xf4d02(0xf8)](_0xf4d02(0xee)+_0x19f183);}if(_0x221a39)try{await global[_0xf4d02(0xf0)][_0xf4d02(0x109)](),_0x4e7425[_0xf4d02(0xf3)](_0xa52f52);}catch(_0x24d2b8){logger[_0xf4d02(0xf8)](_0xf4d02(0xe8)+_0x24d2b8),_0x4e7425[_0xf4d02(0xfd)](_0xe824e6,_0x24d2b8);}else _0x4e7425['MJpAw'](_0xe824e6);})['then'](()=>_0x2e88aa());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x420940=a10_0x1584;(function(_0x8c2bbc,_0x2b0e0b){const _0x4dd21b=a10_0x1584,_0x5653c7=_0x8c2bbc();while(!![]){try{const _0xef065d=-parseInt(_0x4dd21b(0xe6))/0x1+-parseInt(_0x4dd21b(0xd8))/0x2*(-parseInt(_0x4dd21b(0xe3))/0x3)+parseInt(_0x4dd21b(0xe1))/0x4+parseInt(_0x4dd21b(0xdf))/0x5*(parseInt(_0x4dd21b(0xd6))/0x6)+parseInt(_0x4dd21b(0xde))/0x7+parseInt(_0x4dd21b(0xe5))/0x8+-parseInt(_0x4dd21b(0xe2))/0x9;if(_0xef065d===_0x2b0e0b)break;else _0x5653c7['push'](_0x5653c7['shift']());}catch(_0x146256){_0x5653c7['push'](_0x5653c7['shift']());}}}(a10_0x3da7,0x8e78f));const {requireModule}=require(a10_0x420940(0xdc)),constants=require(a10_0x420940(0xd9));let cucumberModule=null;function a10_0x1584(_0x3d3006,_0x3cb49b){const _0x3da786=a10_0x3da7();return a10_0x1584=function(_0x1584cd,_0x17df10){_0x1584cd=_0x1584cd-0xd6;let _0x501807=_0x3da786[_0x1584cd];return _0x501807;},a10_0x1584(_0x3d3006,_0x3cb49b);}try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a10_0x420940(0xd7));}catch(a10_0x23a092){cucumberModule=requireModule(a10_0x420940(0xe4),a10_0x420940(0xdd));}const userValue=global[a10_0x420940(0xda)]||0x0;function a10_0x3da7(){const _0x4757c3=['5RcwYHf','setDefaultTimeout','1055260EkfWzr','11596923QzHsjV','2934393dwcESc','cucumber/lib/index.js','1233408NZPjcp','1095659Rupvsz','3735948qkwnVa','@cucumber/cucumber','2dehKPm','../utils/constants','__timeout','BSTACK_DELTA','../../helpers/helper','cucumber','6642951AfwGNH'];a10_0x3da7=function(){return _0x4757c3;};return a10_0x3da7();}(userValue===0x0||userValue<constants[a10_0x420940(0xdb)])&&cucumberModule[a10_0x420940(0xe0)](constants[a10_0x420940(0xdb)]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a11_0x42af60=a11_0x559a;(function(_0x2b7fcb,_0xeb1712){const _0x3156a7=a11_0x559a,_0x19a4fb=_0x2b7fcb();while(!![]){try{const _0x22db70=parseInt(_0x3156a7(0xcc))/0x1+parseInt(_0x3156a7(0xd5))/0x2+-parseInt(_0x3156a7(0xb8))/0x3*(-parseInt(_0x3156a7(0xe4))/0x4)+parseInt(_0x3156a7(0xf5))/0x5*(parseInt(_0x3156a7(0xe9))/0x6)+parseInt(_0x3156a7(0xce))/0x7*(-parseInt(_0x3156a7(0xee))/0x8)+-parseInt(_0x3156a7(0xc9))/0x9*(parseInt(_0x3156a7(0xc8))/0xa)+parseInt(_0x3156a7(0xde))/0xb*(parseInt(_0x3156a7(0xb4))/0xc);if(_0x22db70===_0xeb1712)break;else _0x19a4fb['push'](_0x19a4fb['shift']());}catch(_0x23cb2d){_0x19a4fb['push'](_0x19a4fb['shift']());}}}(a11_0x1c38,0xedfed));function a11_0x559a(_0x17d431,_0x34ac42){const _0x1c38a0=a11_0x1c38();return a11_0x559a=function(_0x559a13,_0xeb9245){_0x559a13=_0x559a13-0xb3;let _0x4c04d5=_0x1c38a0[_0x559a13];return _0x4c04d5;},a11_0x559a(_0x17d431,_0x34ac42);}const {default:BrowserStackSetup}=require(a11_0x42af60(0xfc)),logger=require(a11_0x42af60(0xc6))[a11_0x42af60(0xdc)],{URL}=require(a11_0x42af60(0xf4)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a11_0x42af60(0xb9)),validHosts=function(_0x5c0b78){const _0xc3e126=a11_0x42af60;return _0x5c0b78['split'](',')[_0xc3e126(0xb3)](_0x4c7716=>{const _0x40e7b4=_0xc3e126;try{new URL(_0x4c7716[_0x40e7b4(0xcf)]());}catch(_0x1d9b9e){return![];}return!![];});},parseOnPremHosts=function(_0x1ab50a){const _0x41704e=a11_0x42af60,_0x1b279f={};_0x1b279f['yFJBG']=function(_0x1a0aa2,_0x18e1fd){return _0x1a0aa2===_0x18e1fd;},_0x1b279f[_0x41704e(0xd4)]=_0x41704e(0xda),_0x1b279f[_0x41704e(0xdd)]=_0x41704e(0xe0),_0x1b279f[_0x41704e(0xbc)]=_0x41704e(0xbf);const _0x4eccc8=_0x1b279f;return _0x1ab50a[_0x41704e(0xca)](',')['map'](_0x1a9049=>{const _0xd50f8c=_0x41704e,_0x250d2e=new URL(_0x1a9049[_0xd50f8c(0xcf)]()),_0x3e7bcb=_0x250d2e[_0xd50f8c(0xcb)],_0x105484=_0x250d2e['port']||(_0x4eccc8[_0xd50f8c(0xdb)](_0x250d2e[_0xd50f8c(0xd7)],_0x4eccc8[_0xd50f8c(0xd4)])?_0x4eccc8[_0xd50f8c(0xdd)]:'80'),_0x2b940f=_0x250d2e[_0xd50f8c(0xd7)][_0xd50f8c(0xf2)](':',''),_0x1c60e0=_0x4eccc8[_0xd50f8c(0xdb)](_0x2b940f,_0x4eccc8[_0xd50f8c(0xbc)])?0x1:0x0;return _0x3e7bcb+','+_0x105484+','+_0x1c60e0;});},connectCommandBuilder=function(_0x531958){const _0x304a7c=a11_0x42af60,_0x5babaa={};_0x5babaa[_0x304a7c(0xd2)]=_0x304a7c(0xc2);const _0x400abf=_0x5babaa,_0x57f7a2={};_0x57f7a2['describe']=HELP_MESSAGES[_0x304a7c(0xed)][_0x304a7c(0xcd)],_0x57f7a2[_0x304a7c(0xe3)]=_0x400abf[_0x304a7c(0xd2)];const _0x5c22d9={};_0x5c22d9[_0x304a7c(0xd3)]=HELP_MESSAGES[_0x304a7c(0xed)][_0x304a7c(0xc3)],_0x5c22d9[_0x304a7c(0xe3)]=_0x400abf[_0x304a7c(0xd2)],_0x5c22d9[_0x304a7c(0xf6)]=!![];const _0x1f8a36={};return _0x1f8a36[_0x304a7c(0xbe)]=_0x57f7a2,_0x1f8a36[_0x304a7c(0xc3)]=_0x5c22d9,_0x531958[_0x304a7c(0xed)](_0x1f8a36);},connectCommandHandler=async function(_0x4e655d){const _0x4e3acb=a11_0x42af60,_0x4d9b1b={'QtSiR':_0x4e3acb(0xeb),'lqdQE':function(_0x260ff3,_0xf5510){return _0x260ff3===_0xf5510;},'OtOnT':_0x4e3acb(0xf0),'tXhqf':_0x4e3acb(0xe6),'PvDip':'Integration\x20hosts\x20missing.','ZATwI':function(_0x3b8b30,_0x2c40a9){return _0x3b8b30(_0x2c40a9);},'ZeCxO':_0x4e3acb(0xe7),'MFcku':'integrations-repeater','pPGOv':'Connection\x20established\x20successfully.','pXToe':_0x4e3acb(0xbd)};try{const _0x42d6f5=new BrowserStackSetup(_0x4e655d,_0x4d9b1b[_0x4e3acb(0xe5)]);_0x4e655d['bstackAccesskey']&&(_0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xf8)]=_0x4e655d['bstackAccesskey']);if(_0x4d9b1b[_0x4e3acb(0xd8)](typeof _0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xf8)],_0x4d9b1b[_0x4e3acb(0xc0)])){logger[_0x4e3acb(0xb7)](_0x4d9b1b[_0x4e3acb(0xef)]);throw new Error(ERROR_MESSAGES[_0x4e3acb(0xcd)][_0x4e3acb(0xe8)]);}const _0x486278=_0x4e655d[_0x4e3acb(0xc3)];if(_0x4d9b1b[_0x4e3acb(0xd8)](typeof _0x486278,_0x4d9b1b[_0x4e3acb(0xc0)])){logger[_0x4e3acb(0xb7)](_0x4d9b1b[_0x4e3acb(0xf7)]);throw new Error(ERROR_MESSAGES[_0x4e3acb(0xc3)]['missing']);}if(!_0x4d9b1b[_0x4e3acb(0xea)](validHosts,_0x486278)){logger[_0x4e3acb(0xb7)](_0x4d9b1b[_0x4e3acb(0xc4)]);throw new Error(ERROR_MESSAGES['hosts'][_0x4e3acb(0xd6)]);}const _0x22c04c=_0x4d9b1b[_0x4e3acb(0xea)](parseOnPremHosts,_0x486278);_0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xfb)]=!![],_0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xf3)][_0x4e3acb(0xf1)]=_0x4d9b1b[_0x4e3acb(0xe2)],_0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xf3)][_0x4e3acb(0xc5)]=_0x22c04c[_0x4e3acb(0xd0)](','),helper[_0x4e3acb(0xc1)](_0x42d6f5[_0x4e3acb(0xbb)]),await _0x42d6f5[_0x4e3acb(0xec)](),logger['info'](_0x4d9b1b['pPGOv']);}catch(_0x2023db){logger[_0x4e3acb(0xb7)](_0x4d9b1b[_0x4e3acb(0xdf)]);throw new Error(_0x2023db[_0x4e3acb(0xb5)]());}};function run(_0x4c6f57){const _0x2127b5=a11_0x42af60,_0x3c7f89={};_0x3c7f89[_0x2127b5(0xba)]='connect',_0x3c7f89[_0x2127b5(0xb6)]='help';const _0x5b3442=_0x3c7f89;_0x4c6f57[_0x2127b5(0xd1)](HELP_MESSAGES[_0x2127b5(0xf9)]['root'])[_0x2127b5(0xf9)](_0x5b3442[_0x2127b5(0xba)],HELP_MESSAGES[_0x2127b5(0xf9)][_0x2127b5(0xd9)],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x2127b5(0xe1)](_0x5b3442[_0x2127b5(0xb6)])[_0x2127b5(0xfa)](HELP_MESSAGES[_0x2127b5(0xf9)][_0x2127b5(0xc7)]);}module['exports']=run;function a11_0x1c38(){const _0xa9af96=['browserstackLocal','../../helpers/BrowserStackSetup','every','67476stJhln','toString','nWsos','error','2576325mHXNyE','./constants','jsmJu','config','eAmrD','Failed\x20to\x20establish\x20connection.','bstack-accesskey','https','OtOnT','setProxySettings','string','hosts','ZeCxO','only','../../helpers/logger','footer','10IvKxIu','15324462TFhYAv','split','hostname','1131118xZZIfd','bstackAccessKey','28wOAzrh','trim','join','usage','swomz','describe','ASNSu','725662iTNYic','invalid','protocol','lqdQE','connect','https:','yFJBG','winstonLogger','EWVQZ','803jJYQgl','pXToe','443','help','MFcku','type','4oSnfig','QtSiR','BrowserStack\x20access\x20key\x20missing.','Hosts\x20not\x20valid','missing','4997676bLXjOu','ZATwI','integrations','setupBrowserstackLocal','options','3503096pTUHYp','tXhqf','undefined','localIdentifier','replace','browserStackLocalOptions','url','10joypIP','demandOption','PvDip','accessKey','command','epilogue'];a11_0x1c38=function(){return _0xa9af96;};return a11_0x1c38();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a12_0x52ceb9=a12_0x2469;(function(_0x14af45,_0x16803f){var _0xec3b1b=a12_0x2469,_0x366c2f=_0x14af45();while(!![]){try{var _0x1bd561=parseInt(_0xec3b1b(0x107))/0x1+parseInt(_0xec3b1b(0x10d))/0x2*(parseInt(_0xec3b1b(0x101))/0x3)+parseInt(_0xec3b1b(0xfa))/0x4+parseInt(_0xec3b1b(0x10c))/0x5+-parseInt(_0xec3b1b(0x102))/0x6+parseInt(_0xec3b1b(0xf7))/0x7*(parseInt(_0xec3b1b(0x100))/0x8)+-parseInt(_0xec3b1b(0x10e))/0x9;if(_0x1bd561===_0x16803f)break;else _0x366c2f['push'](_0x366c2f['shift']());}catch(_0xe2a597){_0x366c2f['push'](_0x366c2f['shift']());}}}(a12_0x51f8,0xd1103));var a12_0x590346={};a12_0x590346[a12_0x52ceb9(0xfe)]=a12_0x52ceb9(0xf5),a12_0x590346[a12_0x52ceb9(0xf8)]='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.';function a12_0x51f8(){var _0x2523f2=['1461177kAuKLo','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','missing','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.','connect','4784885VSBvyc','1082906NQstSH','27597537EtDVYn','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','root','7JsvYLe','hosts','command','3974884KikTqo','HELP_MESSAGES','ERROR_MESSAGES','footer','bstackAccessKey','invalid','511448KMdgNO','3ARwMcf','567258csxwBS','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','options'];a12_0x51f8=function(){return _0x2523f2;};return a12_0x51f8();}var a12_0x1263aa={};a12_0x1263aa[a12_0x52ceb9(0xf6)]=a12_0x52ceb9(0x103),a12_0x1263aa[a12_0x52ceb9(0x10b)]=a12_0x52ceb9(0x105),a12_0x1263aa[a12_0x52ceb9(0xfd)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';function a12_0x2469(_0x14f294,_0x428e34){var _0x51f8da=a12_0x51f8();return a12_0x2469=function(_0x2469e9,_0x435508){_0x2469e9=_0x2469e9-0xf5;var _0x49253b=_0x51f8da[_0x2469e9];return _0x49253b;},a12_0x2469(_0x14f294,_0x428e34);}var a12_0x19ec7b={};a12_0x19ec7b[a12_0x52ceb9(0x106)]=a12_0x590346,a12_0x19ec7b[a12_0x52ceb9(0xf9)]=a12_0x1263aa,exports[a12_0x52ceb9(0xfb)]=a12_0x19ec7b;var a12_0x549f99={};a12_0x549f99['missing']=a12_0x52ceb9(0x108);var a12_0x4455c1={};a12_0x4455c1[a12_0x52ceb9(0x109)]=a12_0x52ceb9(0x104),a12_0x4455c1[a12_0x52ceb9(0xff)]=a12_0x52ceb9(0x10a);var a12_0x1c8798={};a12_0x1c8798['bstackAccessKey']=a12_0x549f99,a12_0x1c8798[a12_0x52ceb9(0xf8)]=a12_0x4455c1,exports[a12_0x52ceb9(0xfc)]=a12_0x1c8798;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';function a13_0x1033(){const _0x3f5dd2=['matcherName','backtrace','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','LeBcq','8542170gufDTF','push','vNuzg','failure_reason_expanded','_collapseFailedExpectations','number','4071987AKukTg','QzbUe','_paths','filename','AssertionError','skipped','fullName','boyBY','prefixTestPath','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','endsWith','AIxbw','set','789EWMHOx','keys','excluded','uuid','LDCDk','ftMjy','specStarted','eVxKC','qPVeS','tkoRY','message','dMZpp','XTfvJ','QLBJK','Kbbhh','toISOString','_fileNameByFullName','shouldProcessEventForTesthub','passed','Exception\x20in\x20jasmine\x20specDone\x20for\x20','failed','jXokJ','status','startsWith','parentSuiteId','exports','BPAzb','mNcrX','_findGitConfig','_sendSpecEvent','ArkAA','GPylV','14410FKsmZi','azCCO','TestRunFinished','trim','testObservability','YFKAo','File\x20path\x20could\x20not\x20be\x20found','cwd','has','12278XvrhXL','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','kHvhn','1213785tbfkmN','Wqnec','slice','duration','bfWfy','_resolveFilePath','relative','WdOYj','TestRunSkipped','32FZBHnx','finished_at','pending','BPCdT','enUtZ','uMOeH','delete','avThc','reverse','length','270FjXDbM','config','zHZlX','ajNkA','sep','expanded','../../../helpers/testhub/utils','statSync','stack','GFqAA','expected','fileNameByFullName','BaSyw','1254hTfaBJ','yTKnk','started_at','uploadEventData','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','path','OidHp','_scopes','.git','specDone','../../../helpers/test-observability/utils','setCurrentTestData','XmVor','code','xGiZj','failure','get','tNuHz','\x20:\x20','description','add','dirname','javascript','JASMINE','RYJeP','TXPsK','suiteStarted','TJQXW','aTBaX','failedExpectations','azSPI','lang','5503824NTjmzH','2707606LqTZzn','aFaMI','suiteDone','Zkqqn','jasmineStarted','actual','appendTesthubParams','../testRunMap','match','WmeAw','../../../helpers/test-observability/sessionHandler','JhFZO','uVPlq','remove','_suitesById','split','join','tOTfC'];a13_0x1033=function(){return _0x3f5dd2;};return a13_0x1033();}const a13_0x938cba=a13_0x5ace;(function(_0x2d3e0a,_0x5105ca){const _0x51cd13=a13_0x5ace,_0x4e025f=_0x2d3e0a();while(!![]){try{const _0x2ef0aa=parseInt(_0x51cd13(0x14e))/0x1+-parseInt(_0x51cd13(0x142))/0x2*(-parseInt(_0x51cd13(0x122))/0x3)+parseInt(_0x51cd13(0xf8))/0x4+parseInt(_0x51cd13(0x10f))/0x5+-parseInt(_0x51cd13(0x16e))/0x6*(parseInt(_0x51cd13(0x14b))/0x7)+-parseInt(_0x51cd13(0x157))/0x8*(-parseInt(_0x51cd13(0x115))/0x9)+-parseInt(_0x51cd13(0x161))/0xa*(parseInt(_0x51cd13(0xf9))/0xb);if(_0x2ef0aa===_0x5105ca)break;else _0x4e025f['push'](_0x4e025f['shift']());}catch(_0x4aae95){_0x4e025f['push'](_0x4e025f['shift']());}}}(a13_0x1033,0xf1c7e));const path=require(a13_0x938cba(0x173)),fs=require('fs'),{v4:uuidv4}=require(a13_0x938cba(0x125)),testhubUtils=require(a13_0x938cba(0x167)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require(a13_0x938cba(0x103)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a13_0x938cba(0xe2)),testRunMap=require(a13_0x938cba(0x100)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL='Jasmine',a13_0x20944c={};function a13_0x5ace(_0x4364de,_0x42ef7b){const _0x10337b=a13_0x1033();return a13_0x5ace=function(_0x5ace80,_0x1d4867){_0x5ace80=_0x5ace80-0xde;let _0x57246e=_0x10337b[_0x5ace80];return _0x57246e;},a13_0x5ace(_0x4364de,_0x42ef7b);}a13_0x20944c['passed']=a13_0x938cba(0x134),a13_0x20944c[a13_0x938cba(0x136)]=a13_0x938cba(0x136),a13_0x20944c['pending']=a13_0x938cba(0x159),a13_0x20944c[a13_0x938cba(0x124)]='skipped';const STATUS_MAP=a13_0x20944c;class BrowserStackJasmineReporter{constructor(_0x26acd9={}){const _0x4cfafb=a13_0x938cba,_0x4c4951={'eVxKC':function(_0x3a14b5){return _0x3a14b5();}};this[_0x4cfafb(0x146)]=_0x4c4951[_0x4cfafb(0x129)](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process[_0x4cfafb(0x149)]()},undefined),this[_0x4cfafb(0x132)]=_0x26acd9&&_0x26acd9[_0x4cfafb(0x16c)]||{},this['_suitesById']=new Map();}[a13_0x938cba(0xfd)](){}[a13_0x938cba(0xf2)](_0x559d6a){const _0x2ab365=a13_0x938cba,_0x5b9263={'ajNkA':function(_0x1383d4,_0x520667){return _0x1383d4!==_0x520667;},'XTfvJ':function(_0x3f9c83,_0x14b24c){return _0x3f9c83(_0x14b24c);}};try{_0x559d6a&&_0x5b9263[_0x2ab365(0x164)](_0x559d6a['id'],undefined)&&_0x5b9263[_0x2ab365(0x164)](_0x559d6a['id'],null)&&this[_0x2ab365(0x107)]['set'](_0x559d6a['id'],{'description':_0x559d6a[_0x2ab365(0xeb)],'parentSuiteId':_0x559d6a[_0x2ab365(0x13a)]});}catch(_0x599947){_0x5b9263[_0x2ab365(0x12e)](debug,_0x2ab365(0x10d)+(_0x559d6a&&_0x559d6a[_0x2ab365(0x11b)])+'\x20:\x20'+_0x599947);}}[a13_0x938cba(0x128)](_0x4e9915){const _0x4ca40e=a13_0x938cba,_0x589801={'FShzc':function(_0x5e38c6,_0x2ba613){return _0x5e38c6!==_0x2ba613;},'zHZlX':function(_0x6977dd){return _0x6977dd();},'QLBJK':'TestRunStarted','boyBY':function(_0x29977c,_0xfff690){return _0x29977c(_0xfff690);}};try{if(_0x589801['FShzc'](testhubUtils[_0x4ca40e(0x133)](),!![]))return;const _0x582444=_0x589801[_0x4ca40e(0x163)](uuidv4);testRunMap[_0x4ca40e(0x121)](_0x4e9915['id'],_0x582444),this[_0x4ca40e(0x13f)](_0x4e9915,_0x582444,_0x589801[_0x4ca40e(0x12f)]);}catch(_0x338db6){_0x589801[_0x4ca40e(0x11c)](debug,_0x4ca40e(0x172)+(_0x4e9915&&_0x4e9915[_0x4ca40e(0x11b)])+_0x4ca40e(0xea)+_0x338db6);}}[a13_0x938cba(0xe1)](_0x5acf12){const _0xe66073=a13_0x938cba,_0x22d578={'yTKnk':function(_0x2bfef0,_0x19a5ee){return _0x2bfef0!==_0x19a5ee;},'qPVeS':function(_0x131931){return _0x131931();},'mNcrX':function(_0x5ae731,_0x1f457a){return _0x5ae731===_0x1f457a;},'WnQnL':_0xe66073(0x124),'BaSyw':_0xe66073(0x156),'avThc':_0xe66073(0x144),'tNuHz':function(_0x24b477,_0x47c4f5){return _0x24b477(_0x47c4f5);}};try{if(_0x22d578[_0xe66073(0x16f)](testhubUtils[_0xe66073(0x133)](),!![]))return;const _0x435aa2=testRunMap[_0xe66073(0xe8)](_0x5acf12['id'])||_0x22d578[_0xe66073(0x12a)](uuidv4),_0x21430f=_0x22d578[_0xe66073(0x13d)](_0x5acf12['status'],_0x22d578['WnQnL'])?_0x22d578[_0xe66073(0x16d)]:_0x22d578[_0xe66073(0x15e)];this[_0xe66073(0x13f)](_0x5acf12,_0x435aa2,_0x21430f);}catch(_0x4a038f){_0x22d578[_0xe66073(0xe9)](debug,_0xe66073(0x135)+(_0x5acf12&&_0x5acf12[_0xe66073(0x11b)])+'\x20:\x20'+_0x4a038f);}finally{_0x5acf12&&(testRunMap[_0xe66073(0x106)](_0x5acf12['id']),_specStartTimes[_0xe66073(0x15d)](_0x5acf12['id']));}}[a13_0x938cba(0xfb)](){}['jasmineDone'](){}[a13_0x938cba(0x13f)](_0x45aa1b,_0x2b442d,_0x52be3a){const _0x4f7bd5=a13_0x938cba,_0x2b4254={'uMOeH':function(_0x37de11,_0x6a4c03){return _0x37de11===_0x6a4c03;},'ftMjy':'TestRunFinished','kHvhn':_0x4f7bd5(0x156),'BPAzb':_0x4f7bd5(0x148),'tkoRY':function(_0x3c4f65,_0x13bebc,_0x13c552){return _0x3c4f65(_0x13bebc,_0x13c552);},'azCCO':'err','Kbbhh':function(_0x3e0553,_0x21ab4f){return _0x3e0553===_0x21ab4f;},'wexin':'TestRunStarted','BPCdT':function(_0x5b318b,_0x184450){return _0x5b318b!==_0x184450;},'aFaMI':function(_0x4a2e07,_0x4df0ea){return _0x4a2e07!==_0x4df0ea;},'vNuzg':_0x4f7bd5(0xee),'PsmhY':function(_0x367cfb,_0x53e5d3){return _0x367cfb&&_0x53e5d3;},'MDfeE':function(_0x413c07,_0x4f38e9){return _0x413c07===_0x4f38e9;},'tOTfC':_0x4f7bd5(0x11a),'TJQXW':_0x4f7bd5(0x134),'SDset':function(_0x4302e1,_0x2fb21d){return _0x4302e1===_0x2fb21d;},'AIxbw':_0x4f7bd5(0x114),'OidHp':_0x4f7bd5(0x119),'YFKAo':'UnhandledError','kZAYf':function(_0x5b4ba0,_0x359e4a){return _0x5b4ba0===_0x359e4a;},'uVPlq':_0x4f7bd5(0x170),'azSPI':_0x4f7bd5(0x158),'jXokJ':_0x4f7bd5(0xe7),'dMZpp':'failure_backtrace','GPylV':_0x4f7bd5(0x10c),'KbRQC':_0x4f7bd5(0x112),'bfWfy':_0x4f7bd5(0x166),'LeBcq':function(_0x41a498,_0x4b60a1){return _0x41a498(_0x4b60a1);}};try{const _0x1d8bb6=_0x2b4254[_0x4f7bd5(0x15c)](_0x52be3a,_0x2b4254['ftMjy'])||_0x2b4254[_0x4f7bd5(0x15c)](_0x52be3a,_0x2b4254[_0x4f7bd5(0x14d)]),_0x4f3bf3=this[_0x4f7bd5(0x153)](_0x45aa1b),_0x2763ff=_0x4f3bf3?this[_0x4f7bd5(0x117)][_0x4f7bd5(0x11d)](_0x4f3bf3):_0x2b4254[_0x4f7bd5(0x13c)],_0x404106=_0x4f3bf3?this['_findGitConfig'](path[_0x4f7bd5(0xed)](_0x4f3bf3)):null,_0x3be413=this[_0x4f7bd5(0x113)](_0x45aa1b[_0x4f7bd5(0xf5)]),_0x308f7d=_0x3be413?_0x3be413[_0x4f7bd5(0x12c)]:undefined,_0x59e960=_0x3be413?_0x2b4254[_0x4f7bd5(0x12b)](failureData,_0x3be413,_0x2b4254[_0x4f7bd5(0x143)]):[],_0x37183f=new Date()[_0x4f7bd5(0x131)](),_0x505161=this[_0x4f7bd5(0xdf)](_0x45aa1b);_0x2b4254[_0x4f7bd5(0x130)](_0x52be3a,_0x2b4254['wexin'])&&_0x45aa1b&&_0x2b4254[_0x4f7bd5(0x15a)](_0x45aa1b['id'],undefined)&&_0x2b4254[_0x4f7bd5(0xfa)](_0x45aa1b['id'],null)&&_specStartTimes[_0x4f7bd5(0x121)](_0x45aa1b['id'],_0x37183f);const _0x1993fa=_0x2b4254[_0x4f7bd5(0x130)](_0x52be3a,_0x2b4254['wexin'])?_0x37183f:_0x45aa1b&&_specStartTimes[_0x4f7bd5(0xe8)](_0x45aa1b['id'])||null,_0x49ce6d={};_0x49ce6d[_0x4f7bd5(0xf7)]=_0x2b4254[_0x4f7bd5(0x111)],_0x49ce6d[_0x4f7bd5(0xe5)]=null;const _0x10a1c8={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x2b442d,'name':_0x45aa1b[_0x4f7bd5(0xeb)],'body':_0x49ce6d,'scope':_0x505161[_0x4f7bd5(0x109)]('\x20'),'scopes':_0x505161,'identifier':_0x45aa1b[_0x4f7bd5(0x11b)],'file_name':_0x2763ff,'vc_filepath':_0x2b4254['PsmhY'](_0x404106,_0x4f3bf3)?path[_0x4f7bd5(0x154)](_0x404106,_0x4f3bf3):null,'location':_0x2763ff,'result':_0x2b4254['MDfeE'](_0x52be3a,_0x2b4254[_0x4f7bd5(0x14d)])?_0x2b4254[_0x4f7bd5(0x10a)]:STATUS_MAP[_0x45aa1b[_0x4f7bd5(0x138)]]||_0x2b4254[_0x4f7bd5(0xf3)],'failure_reason':_0x308f7d,'duration_in_ms':_0x2b4254['SDset'](typeof _0x45aa1b[_0x4f7bd5(0x151)],_0x2b4254[_0x4f7bd5(0x120)])?_0x45aa1b[_0x4f7bd5(0x151)]:null,'started_at':_0x1993fa,'finished_at':_0x1d8bb6?_0x37183f:null,'failure':_0x59e960,'failure_type':!_0x308f7d?null:_0x308f7d[_0x4f7bd5(0x101)](/AssertionError/)?_0x2b4254[_0x4f7bd5(0xde)]:_0x2b4254[_0x4f7bd5(0x147)],'retry_of':null};_0x2b4254['kZAYf'](_0x52be3a,_0x2b4254[_0x4f7bd5(0x14d)])&&!_0x10a1c8[_0x2b4254[_0x4f7bd5(0x105)]]&&(_0x10a1c8[_0x2b4254[_0x4f7bd5(0x105)]]=_0x10a1c8[_0x2b4254[_0x4f7bd5(0xf6)]]);const _0x177252=_0x10a1c8[_0x2b4254[_0x4f7bd5(0x137)]][0x0];_0x177252&&(_0x10a1c8[_0x2b4254[_0x4f7bd5(0x12d)]]=_0x177252[_0x2b4254[_0x4f7bd5(0x141)]],_0x10a1c8[_0x2b4254['KbRQC']]=_0x177252[_0x2b4254[_0x4f7bd5(0x152)]]);testhubUtils[_0x4f7bd5(0xff)](_0x10a1c8,_0x52be3a,_0x45aa1b,FRAMEWORKS['JASMINE']);const _0x2966b9={'event_type':_0x2b4254['uMOeH'](_0x52be3a,_0x2b4254[_0x4f7bd5(0x14d)])?_0x2b4254[_0x4f7bd5(0x127)]:_0x52be3a,'test_run':_0x10a1c8};return testhubUtils[_0x4f7bd5(0xe3)](FRAMEWORKS[_0x4f7bd5(0xef)],_0x2966b9),SessionHandler[_0x4f7bd5(0x171)](_0x2966b9);}catch(_0x3840db){_0x2b4254[_0x4f7bd5(0x10e)](debug,_0x4f7bd5(0x11e)+_0x52be3a+_0x4f7bd5(0xea)+_0x3840db);}}[a13_0x938cba(0xdf)](_0x6a9b0d){const _0x61d454=a13_0x938cba,_0x3f671d={'aTBaX':function(_0x379639,_0x40fce7){return _0x379639!==_0x40fce7;},'QzbUe':function(_0x591b7d,_0x43909d){return _0x591b7d!==_0x43909d;},'xGiZj':function(_0x159ea2,_0x13b134){return _0x159ea2>_0x13b134;},'Wqnec':function(_0x294de4,_0x31eaee){return _0x294de4(_0x31eaee);},'GFqAA':function(_0x147327,_0x58cdfd){return _0x147327-_0x58cdfd;}};try{const _0x361c03=[];let _0x3e69d5=_0x6a9b0d&&_0x6a9b0d['parentSuiteId'];const _0x26dd94=new Set();while(_0x3f671d[_0x61d454(0xf4)](_0x3e69d5,undefined)&&_0x3f671d[_0x61d454(0x116)](_0x3e69d5,null)&&this[_0x61d454(0x107)][_0x61d454(0x14a)](_0x3e69d5)&&!_0x26dd94[_0x61d454(0x14a)](_0x3e69d5)){_0x26dd94[_0x61d454(0xec)](_0x3e69d5);const _0x5c7fc4=this[_0x61d454(0x107)][_0x61d454(0xe8)](_0x3e69d5);_0x5c7fc4&&_0x5c7fc4[_0x61d454(0xeb)]&&_0x361c03[_0x61d454(0x110)](_0x5c7fc4['description']),_0x3e69d5=_0x5c7fc4?_0x5c7fc4[_0x61d454(0x13a)]:null;}if(_0x3f671d[_0x61d454(0xe6)](_0x361c03[_0x61d454(0x160)],0x0))return _0x361c03[_0x61d454(0x15f)]();}catch(_0x47c6be){_0x3f671d[_0x61d454(0x14f)](debug,_0x61d454(0x14c)+(_0x6a9b0d&&_0x6a9b0d[_0x61d454(0x11b)])+_0x61d454(0xea)+_0x47c6be);}const _0x4aa201=_0x6a9b0d&&_0x6a9b0d[_0x61d454(0x11b)]||'',_0x93a36=_0x6a9b0d&&_0x6a9b0d[_0x61d454(0xeb)]||'';let _0x28124d=_0x4aa201;return _0x93a36&&_0x4aa201[_0x61d454(0x11f)](_0x93a36)&&(_0x28124d=_0x4aa201[_0x61d454(0x150)](0x0,_0x3f671d[_0x61d454(0x16a)](_0x4aa201[_0x61d454(0x160)],_0x93a36[_0x61d454(0x160)]))[_0x61d454(0x145)]()),_0x28124d?_0x28124d[_0x61d454(0x108)](/\s+/):[];}[a13_0x938cba(0x153)](_0x5ecbc7){const _0x20be30=a13_0x938cba,_0x2418a5={};_0x2418a5[_0x20be30(0x104)]=function(_0x1f0110,_0x3dcc74){return _0x1f0110===_0x3dcc74;},_0x2418a5[_0x20be30(0x102)]=function(_0x93d5de,_0x9583ef){return _0x93d5de+_0x9583ef;},_0x2418a5[_0x20be30(0x15b)]=function(_0x2b27b4,_0x3ae711){return _0x2b27b4>_0x3ae711;};const _0x138523=_0x2418a5;if(_0x5ecbc7&&_0x5ecbc7[_0x20be30(0x118)])return _0x5ecbc7[_0x20be30(0x118)];if(_0x5ecbc7&&_0x5ecbc7[_0x20be30(0x11b)]){if(this[_0x20be30(0x132)][_0x5ecbc7['fullName']])return this[_0x20be30(0x132)][_0x5ecbc7[_0x20be30(0x11b)]];let _0xe64d03=null,_0x45f477=-0x1;for(const _0x5bfe08 of Object[_0x20be30(0x123)](this[_0x20be30(0x132)])){(_0x138523[_0x20be30(0x104)](_0x5ecbc7['fullName'],_0x5bfe08)||_0x5ecbc7[_0x20be30(0x11b)][_0x20be30(0x139)](_0x138523[_0x20be30(0x102)](_0x5bfe08,'\x20')))&&_0x138523[_0x20be30(0x15b)](_0x5bfe08[_0x20be30(0x160)],_0x45f477)&&(_0xe64d03=this[_0x20be30(0x132)][_0x5bfe08],_0x45f477=_0x5bfe08[_0x20be30(0x160)]);}if(_0xe64d03)return _0xe64d03;}return null;}['_collapseFailedExpectations'](_0x3d7d88){const _0x2ded3e=a13_0x938cba,_0x5b6e60={};_0x5b6e60[_0x2ded3e(0xf1)]=function(_0x3dd326,_0x1c0290){return _0x3dd326===_0x1c0290;},_0x5b6e60['XmVor']='Spec\x20failed';const _0x19d365=_0x5b6e60;if(!Array['isArray'](_0x3d7d88)||_0x19d365[_0x2ded3e(0xf1)](_0x3d7d88[_0x2ded3e(0x160)],0x0))return undefined;const _0x698917=[],_0x1703bc=[];for(const _0x5b20eb of _0x3d7d88){_0x5b20eb&&_0x5b20eb['message']&&_0x698917[_0x2ded3e(0x110)](_0x5b20eb[_0x2ded3e(0x12c)]),_0x5b20eb&&_0x5b20eb[_0x2ded3e(0x169)]&&_0x1703bc['push'](_0x5b20eb[_0x2ded3e(0x169)]);}const _0x48d68f=_0x3d7d88[0x0]||{},_0x21dab2=_0x698917[_0x2ded3e(0x109)]('\x0a')||_0x48d68f[_0x2ded3e(0x12c)]||_0x19d365[_0x2ded3e(0xe4)],_0x1dac33=_0x1703bc[_0x2ded3e(0x109)]('\x0a\x0a')||_0x48d68f[_0x2ded3e(0x169)]||_0x21dab2,_0x521986={};return _0x521986[_0x2ded3e(0x12c)]=_0x21dab2,_0x521986['stack']=_0x1dac33,_0x521986[_0x2ded3e(0x10b)]=_0x48d68f[_0x2ded3e(0x10b)],_0x521986[_0x2ded3e(0x16b)]=_0x48d68f['expected'],_0x521986[_0x2ded3e(0xfe)]=_0x48d68f[_0x2ded3e(0xfe)],_0x521986;}['_findGitConfig'](_0x4e7a50){const _0x3eb672=a13_0x938cba,_0x59bb54={};_0x59bb54[_0x3eb672(0xfc)]=function(_0x4414d6,_0x1aed14){return _0x4414d6===_0x1aed14;},_0x59bb54[_0x3eb672(0x126)]=function(_0x156d39,_0x34cef0){return _0x156d39===_0x34cef0;},_0x59bb54[_0x3eb672(0xf0)]=function(_0x466a59,_0x3e4200){return _0x466a59===_0x3e4200;},_0x59bb54[_0x3eb672(0x140)]=_0x3eb672(0xe0),_0x59bb54[_0x3eb672(0x155)]=_0x3eb672(0x162);const _0x28c0a7=_0x59bb54,_0x48a0d5=path[_0x3eb672(0x165)];if(_0x28c0a7['Zkqqn'](_0x4e7a50,null)||_0x28c0a7[_0x3eb672(0x126)](_0x4e7a50,'')||_0x28c0a7[_0x3eb672(0x126)](_0x4e7a50,_0x48a0d5)||_0x28c0a7[_0x3eb672(0xf0)](_0x4e7a50,path['dirname'](_0x4e7a50)))return null;try{return fs[_0x3eb672(0x168)](path['join'](_0x4e7a50,_0x28c0a7[_0x3eb672(0x140)],_0x28c0a7[_0x3eb672(0x155)])),_0x4e7a50;}catch(_0x3a63b9){return this[_0x3eb672(0x13e)](path[_0x3eb672(0xed)](_0x4e7a50));}}}module[a13_0x938cba(0x13b)]=BrowserStackJasmineReporter;
|
|
1
|
+
'use strict';const a13_0x131871=a13_0x558c;(function(_0x310691,_0x2d2c8f){const _0x5e18e8=a13_0x558c,_0x33209f=_0x310691();while(!![]){try{const _0x2b04d4=-parseInt(_0x5e18e8(0x128))/0x1+-parseInt(_0x5e18e8(0x118))/0x2*(parseInt(_0x5e18e8(0x119))/0x3)+-parseInt(_0x5e18e8(0x150))/0x4+-parseInt(_0x5e18e8(0xfb))/0x5*(-parseInt(_0x5e18e8(0x137))/0x6)+parseInt(_0x5e18e8(0x156))/0x7+-parseInt(_0x5e18e8(0x12a))/0x8+-parseInt(_0x5e18e8(0xf5))/0x9*(-parseInt(_0x5e18e8(0xf4))/0xa);if(_0x2b04d4===_0x2d2c8f)break;else _0x33209f['push'](_0x33209f['shift']());}catch(_0x59876f){_0x33209f['push'](_0x33209f['shift']());}}}(a13_0x28b5,0x8f3cf));const path=require(a13_0x131871(0x108)),fs=require('fs'),{v4:uuidv4}=require('uuid'),testhubUtils=require(a13_0x131871(0xe2)),{FRAMEWORKS}=require(a13_0x131871(0x154)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a13_0x131871(0xfe)),testRunMap=require('../testRunMap'),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a13_0x131871(0xec),a13_0x5697cd={};function a13_0x558c(_0x360e19,_0x109001){const _0x28b5e0=a13_0x28b5();return a13_0x558c=function(_0x558c74,_0x25ae61){_0x558c74=_0x558c74-0xd6;let _0x409246=_0x28b5e0[_0x558c74];return _0x409246;},a13_0x558c(_0x360e19,_0x109001);}a13_0x5697cd[a13_0x131871(0x12f)]=a13_0x131871(0x12f),a13_0x5697cd[a13_0x131871(0x136)]='failed',a13_0x5697cd[a13_0x131871(0x14a)]='pending',a13_0x5697cd[a13_0x131871(0xf3)]=a13_0x131871(0x14b);const STATUS_MAP=a13_0x5697cd;class BrowserStackJasmineReporter{constructor(_0xf4cfa5={}){const _0x5e6790=a13_0x131871,_0x194274={'SKoSf':function(_0x387c1a){return _0x387c1a();}};this[_0x5e6790(0xe4)]=_0x194274[_0x5e6790(0x10c)](isTestObservabilitySession),this[_0x5e6790(0xf9)]=new PathHelper({'cwd':process[_0x5e6790(0x157)]()},undefined),this[_0x5e6790(0x111)]=_0xf4cfa5&&_0xf4cfa5[_0x5e6790(0xff)]||{},this[_0x5e6790(0x13f)]=new Map();}['jasmineStarted'](){}['suiteStarted'](_0x818a69){const _0x12a4ce=a13_0x131871,_0x3c6e74={'Sesbb':function(_0xb7e3b3,_0x2cfdf9){return _0xb7e3b3!==_0x2cfdf9;},'gAGdE':function(_0x444fb5,_0x59dcce){return _0x444fb5(_0x59dcce);}};try{_0x818a69&&_0x3c6e74[_0x12a4ce(0xf7)](_0x818a69['id'],undefined)&&_0x3c6e74['Sesbb'](_0x818a69['id'],null)&&this[_0x12a4ce(0x13f)][_0x12a4ce(0x125)](_0x818a69['id'],{'description':_0x818a69[_0x12a4ce(0xd7)],'parentSuiteId':_0x818a69['parentSuiteId']});}catch(_0x17da57){_0x3c6e74[_0x12a4ce(0x146)](debug,'Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20'+(_0x818a69&&_0x818a69[_0x12a4ce(0xe7)])+_0x12a4ce(0xef)+_0x17da57);}}[a13_0x131871(0x14e)](_0xfb0209){const _0x50370b=a13_0x131871,_0x59a100={'fXYyU':function(_0x2f4160,_0x16f60e){return _0x2f4160!==_0x16f60e;},'uivEP':function(_0x554732){return _0x554732();},'djyxE':'TestRunStarted','AIwNA':function(_0x218e4c,_0x45894){return _0x218e4c(_0x45894);}};try{if(_0x59a100[_0x50370b(0xde)](testhubUtils[_0x50370b(0x133)](),!![]))return;const _0x36004b=_0x59a100[_0x50370b(0xe0)](uuidv4);testRunMap[_0x50370b(0x125)](_0xfb0209['id'],_0x36004b),this[_0x50370b(0x155)](_0xfb0209,_0x36004b,_0x59a100[_0x50370b(0x153)]);}catch(_0xfdb938){_0x59a100['AIwNA'](debug,_0x50370b(0x149)+(_0xfb0209&&_0xfb0209['fullName'])+'\x20:\x20'+_0xfdb938);}}['specDone'](_0x1bc421){const _0x59a1e1=a13_0x131871,_0x3734a6={'nmwXl':function(_0x170290,_0x5202bf){return _0x170290!==_0x5202bf;},'vvQVH':function(_0x204664){return _0x204664();},'UqLzA':function(_0x30de74,_0x100db9){return _0x30de74===_0x100db9;},'TVXrS':_0x59a1e1(0xf3),'UaGvQ':_0x59a1e1(0x10e),'yCeIV':_0x59a1e1(0xdc),'CCsFm':function(_0x1d815e,_0x5832d8){return _0x1d815e(_0x5832d8);}};try{if(_0x3734a6[_0x59a1e1(0x15c)](testhubUtils[_0x59a1e1(0x133)](),!![]))return;const _0x455e2a=testRunMap['get'](_0x1bc421['id'])||_0x3734a6[_0x59a1e1(0x139)](uuidv4),_0x2d9a85=_0x3734a6[_0x59a1e1(0x100)](_0x1bc421[_0x59a1e1(0x152)],_0x3734a6[_0x59a1e1(0x141)])?_0x3734a6[_0x59a1e1(0xdd)]:_0x3734a6['yCeIV'];this['_sendSpecEvent'](_0x1bc421,_0x455e2a,_0x2d9a85);}catch(_0xd4faff){_0x3734a6[_0x59a1e1(0x113)](debug,_0x59a1e1(0x12d)+(_0x1bc421&&_0x1bc421[_0x59a1e1(0xe7)])+_0x59a1e1(0xef)+_0xd4faff);}finally{_0x1bc421&&(testRunMap[_0x59a1e1(0x15a)](_0x1bc421['id']),_specStartTimes['delete'](_0x1bc421['id']));}}[a13_0x131871(0x11f)](){}['jasmineDone'](){}[a13_0x131871(0x155)](_0x10c2c4,_0x509d9a,_0xb71abf){const _0x270180=a13_0x131871,_0xd10bd1={'supmG':function(_0x201f76,_0x1f4dab){return _0x201f76===_0x1f4dab;},'CNJMB':_0x270180(0xdc),'bMyOO':_0x270180(0x10e),'hZkcH':_0x270180(0xdf),'bSuBp':function(_0x3baeb5,_0x1ce10a,_0x12fbbd){return _0x3baeb5(_0x1ce10a,_0x12fbbd);},'mVpwS':'err','xacMq':function(_0x2fe083,_0xe1be45){return _0x2fe083===_0xe1be45;},'bWtBI':_0x270180(0x103),'jZYGV':function(_0x13a517,_0x1c3a76){return _0x13a517!==_0x1c3a76;},'EgVcw':function(_0x542eef,_0x1c8b14){return _0x542eef!==_0x1c8b14;},'MqqRK':_0x270180(0x107),'zktns':function(_0x3cd6b8,_0x3ec170){return _0x3cd6b8&&_0x3ec170;},'KiHoV':_0x270180(0x14b),'xwvSB':_0x270180(0x12f),'UPLAw':function(_0xa3e08f,_0xcb451f){return _0xa3e08f===_0xcb451f;},'gnINF':'number','BKMmI':'AssertionError','sHDGE':_0x270180(0xe5),'FfMtG':'started_at','GJkrj':_0x270180(0xee),'nkqFV':_0x270180(0xd9),'aJjHn':_0x270180(0x106),'NZzHv':_0x270180(0x159),'LajAs':_0x270180(0x11c),'cPFhP':'expanded','RzpeL':function(_0x1da408,_0x3f6513){return _0x1da408===_0x3f6513;},'eVmud':function(_0x44e97c,_0xff22fd){return _0x44e97c(_0xff22fd);}};try{const _0x34d7e8=_0xd10bd1[_0x270180(0xf8)](_0xb71abf,_0xd10bd1[_0x270180(0x10f)])||_0xd10bd1[_0x270180(0xf8)](_0xb71abf,_0xd10bd1['bMyOO']),_0x19f4a3=this[_0x270180(0x126)](_0x10c2c4),_0x19665e=_0x19f4a3?this[_0x270180(0xf9)][_0x270180(0xf2)](_0x19f4a3):_0xd10bd1[_0x270180(0x115)],_0x1cb42f=_0x19f4a3?this[_0x270180(0x15b)](path[_0x270180(0x145)](_0x19f4a3)):null,_0x133c24=this[_0x270180(0xed)](_0x10c2c4[_0x270180(0xd8)]),_0x9ae82b=_0x133c24?_0x133c24[_0x270180(0xe8)]:undefined,_0x56ed3a=_0x133c24?_0xd10bd1[_0x270180(0xdb)](failureData,_0x133c24,_0xd10bd1[_0x270180(0x104)]):[],_0x25286d=new Date()[_0x270180(0x105)](),_0x2b58e1=this['_scopes'](_0x10c2c4);_0xd10bd1[_0x270180(0x148)](_0xb71abf,_0xd10bd1[_0x270180(0x127)])&&_0x10c2c4&&_0xd10bd1[_0x270180(0x11a)](_0x10c2c4['id'],undefined)&&_0xd10bd1['EgVcw'](_0x10c2c4['id'],null)&&_specStartTimes['set'](_0x10c2c4['id'],_0x25286d);const _0x7b959d=_0xd10bd1['xacMq'](_0xb71abf,_0xd10bd1[_0x270180(0x127)])?_0x25286d:_0x10c2c4&&_specStartTimes[_0x270180(0x109)](_0x10c2c4['id'])||null,_0x50ce25={};_0x50ce25[_0x270180(0x13e)]=_0xd10bd1[_0x270180(0x120)],_0x50ce25['code']=null;const _0x37efda={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x509d9a,'name':_0x10c2c4[_0x270180(0xd7)],'body':_0x50ce25,'scope':_0x2b58e1['join']('\x20'),'scopes':_0x2b58e1,'identifier':_0x10c2c4['fullName'],'file_name':_0x19665e,'vc_filepath':_0xd10bd1[_0x270180(0x101)](_0x1cb42f,_0x19f4a3)?path[_0x270180(0x130)](_0x1cb42f,_0x19f4a3):null,'location':_0x19665e,'result':_0xd10bd1[_0x270180(0xf8)](_0xb71abf,_0xd10bd1[_0x270180(0x15d)])?_0xd10bd1[_0x270180(0x110)]:STATUS_MAP[_0x10c2c4[_0x270180(0x152)]]||_0xd10bd1[_0x270180(0x143)],'failure_reason':_0x9ae82b,'duration_in_ms':_0xd10bd1['UPLAw'](typeof _0x10c2c4[_0x270180(0x10a)],_0xd10bd1[_0x270180(0x124)])?_0x10c2c4[_0x270180(0x10a)]:null,'started_at':_0x7b959d,'finished_at':_0x34d7e8?_0x25286d:null,'failure':_0x56ed3a,'failure_type':!_0x9ae82b?null:_0x9ae82b[_0x270180(0x135)](/AssertionError/)?_0xd10bd1[_0x270180(0x144)]:_0xd10bd1['sHDGE'],'retry_of':null};_0xd10bd1[_0x270180(0xd6)](_0xb71abf,_0xd10bd1[_0x270180(0x15d)])&&!_0x37efda[_0xd10bd1['FfMtG']]&&(_0x37efda[_0xd10bd1['FfMtG']]=_0x37efda[_0xd10bd1[_0x270180(0x151)]]);const _0x49727a=_0x37efda[_0xd10bd1[_0x270180(0xeb)]][0x0];_0x49727a&&(_0x37efda[_0xd10bd1[_0x270180(0xe1)]]=_0x49727a[_0xd10bd1[_0x270180(0x14c)]],_0x37efda[_0xd10bd1[_0x270180(0x117)]]=_0x49727a[_0xd10bd1[_0x270180(0x14f)]]);testhubUtils[_0x270180(0x142)](_0x37efda,_0xb71abf,_0x10c2c4,FRAMEWORKS[_0x270180(0x10b)]);const _0x57ba99={'event_type':_0xd10bd1[_0x270180(0x138)](_0xb71abf,_0xd10bd1[_0x270180(0x15d)])?_0xd10bd1[_0x270180(0x10f)]:_0xb71abf,'test_run':_0x37efda};return testhubUtils[_0x270180(0xea)](FRAMEWORKS[_0x270180(0x10b)],_0x57ba99),SessionHandler[_0x270180(0x12e)](_0x57ba99);}catch(_0x38414f){_0xd10bd1[_0x270180(0x122)](debug,_0x270180(0x13b)+_0xb71abf+'\x20:\x20'+_0x38414f);}}[a13_0x131871(0x140)](_0xb4c823){const _0x4515df=a13_0x131871,_0xc4fc04={'epBGU':function(_0x48c32d,_0x3bbada){return _0x48c32d!==_0x3bbada;},'fePtc':function(_0x4be5b5,_0x365b27){return _0x4be5b5>_0x365b27;},'Hvrye':function(_0xda188a,_0x51e8ab){return _0xda188a(_0x51e8ab);},'tHGdO':function(_0x27d5ce,_0x19ee8d){return _0x27d5ce-_0x19ee8d;}};try{const _0x381d6a=[];let _0x2196d7=_0xb4c823&&_0xb4c823[_0x4515df(0xfa)];const _0x28ec2c=new Set();while(_0xc4fc04['epBGU'](_0x2196d7,undefined)&&_0xc4fc04[_0x4515df(0x129)](_0x2196d7,null)&&this[_0x4515df(0x13f)][_0x4515df(0x11d)](_0x2196d7)&&!_0x28ec2c[_0x4515df(0x11d)](_0x2196d7)){_0x28ec2c[_0x4515df(0x12b)](_0x2196d7);const _0x3a5a74=this[_0x4515df(0x13f)][_0x4515df(0x109)](_0x2196d7);_0x3a5a74&&_0x3a5a74['description']&&_0x381d6a[_0x4515df(0x147)](_0x3a5a74[_0x4515df(0xd7)]),_0x2196d7=_0x3a5a74?_0x3a5a74[_0x4515df(0xfa)]:null;}if(_0xc4fc04['fePtc'](_0x381d6a[_0x4515df(0x13d)],0x0))return _0x381d6a['reverse']();}catch(_0x1e6718){_0xc4fc04['Hvrye'](debug,_0x4515df(0xf1)+(_0xb4c823&&_0xb4c823[_0x4515df(0xe7)])+'\x20:\x20'+_0x1e6718);}const _0x244102=_0xb4c823&&_0xb4c823[_0x4515df(0xe7)]||'',_0x293992=_0xb4c823&&_0xb4c823['description']||'';let _0x277760=_0x244102;return _0x293992&&_0x244102[_0x4515df(0xda)](_0x293992)&&(_0x277760=_0x244102[_0x4515df(0x134)](0x0,_0xc4fc04[_0x4515df(0x121)](_0x244102[_0x4515df(0x13d)],_0x293992['length']))[_0x4515df(0x114)]()),_0x277760?_0x277760[_0x4515df(0x14d)](/\s+/):[];}[a13_0x131871(0x126)](_0x3d64d3){const _0x3207e5=a13_0x131871,_0x34b190={};_0x34b190[_0x3207e5(0xe3)]=function(_0x21cd9e,_0x50b9de){return _0x21cd9e===_0x50b9de;},_0x34b190[_0x3207e5(0x12c)]=function(_0x34cef8,_0x2be9a8){return _0x34cef8+_0x2be9a8;},_0x34b190[_0x3207e5(0x123)]=function(_0x2ea47e,_0x506682){return _0x2ea47e>_0x506682;};const _0x21bcfb=_0x34b190;if(_0x3d64d3&&_0x3d64d3['filename'])return _0x3d64d3['filename'];if(_0x3d64d3&&_0x3d64d3['fullName']){if(this[_0x3207e5(0x111)][_0x3d64d3[_0x3207e5(0xe7)]])return this['_fileNameByFullName'][_0x3d64d3[_0x3207e5(0xe7)]];let _0x20259b=null,_0x462df4=-0x1;for(const _0x4f9b4c of Object['keys'](this[_0x3207e5(0x111)])){(_0x21bcfb[_0x3207e5(0xe3)](_0x3d64d3[_0x3207e5(0xe7)],_0x4f9b4c)||_0x3d64d3[_0x3207e5(0xe7)][_0x3207e5(0x112)](_0x21bcfb[_0x3207e5(0x12c)](_0x4f9b4c,'\x20')))&&_0x21bcfb[_0x3207e5(0x123)](_0x4f9b4c[_0x3207e5(0x13d)],_0x462df4)&&(_0x20259b=this[_0x3207e5(0x111)][_0x4f9b4c],_0x462df4=_0x4f9b4c['length']);}if(_0x20259b)return _0x20259b;}return null;}[a13_0x131871(0xed)](_0x227f4f){const _0x538452=a13_0x131871,_0x3c2acb={};_0x3c2acb[_0x538452(0x10d)]=function(_0x30ebed,_0x4fcbea){return _0x30ebed===_0x4fcbea;},_0x3c2acb['RpRLN']=_0x538452(0xfc);const _0x8c7d43=_0x3c2acb;if(!Array[_0x538452(0x116)](_0x227f4f)||_0x8c7d43['JtCKz'](_0x227f4f[_0x538452(0x13d)],0x0))return undefined;const _0x2d1c2c=[],_0x145d02=[];for(const _0x5d2d7d of _0x227f4f){_0x5d2d7d&&_0x5d2d7d[_0x538452(0xe8)]&&_0x2d1c2c[_0x538452(0x147)](_0x5d2d7d[_0x538452(0xe8)]),_0x5d2d7d&&_0x5d2d7d[_0x538452(0x11b)]&&_0x145d02[_0x538452(0x147)](_0x5d2d7d[_0x538452(0x11b)]);}const _0x478af9=_0x227f4f[0x0]||{},_0x1e1884=_0x2d1c2c['join']('\x0a')||_0x478af9[_0x538452(0xe8)]||_0x8c7d43[_0x538452(0x13a)],_0x469cc6=_0x145d02[_0x538452(0x102)]('\x0a\x0a')||_0x478af9['stack']||_0x1e1884,_0x594c45={};return _0x594c45[_0x538452(0xe8)]=_0x1e1884,_0x594c45['stack']=_0x469cc6,_0x594c45[_0x538452(0xfd)]=_0x478af9['matcherName'],_0x594c45[_0x538452(0xe9)]=_0x478af9[_0x538452(0xe9)],_0x594c45[_0x538452(0x13c)]=_0x478af9[_0x538452(0x13c)],_0x594c45;}[a13_0x131871(0x15b)](_0x2fb31f){const _0x3e96c7=a13_0x131871,_0x2d6a37={};_0x2d6a37[_0x3e96c7(0xf6)]=function(_0x3d446c,_0x595616){return _0x3d446c===_0x595616;},_0x2d6a37['AjpxM']=_0x3e96c7(0x132),_0x2d6a37['hgTaB']='config';const _0x29af26=_0x2d6a37,_0x2c9db3=path[_0x3e96c7(0xe6)];if(_0x29af26[_0x3e96c7(0xf6)](_0x2fb31f,null)||_0x29af26[_0x3e96c7(0xf6)](_0x2fb31f,'')||_0x29af26[_0x3e96c7(0xf6)](_0x2fb31f,_0x2c9db3)||_0x29af26[_0x3e96c7(0xf6)](_0x2fb31f,path[_0x3e96c7(0x145)](_0x2fb31f)))return null;try{return fs[_0x3e96c7(0x11e)](path[_0x3e96c7(0x102)](_0x2fb31f,_0x29af26[_0x3e96c7(0x131)],_0x29af26[_0x3e96c7(0x158)])),_0x2fb31f;}catch(_0x2aedba){return this['_findGitConfig'](path[_0x3e96c7(0x145)](_0x2fb31f));}}}function a13_0x28b5(){const _0x3bd2bc=['djyxE','../../../helpers/test-observability/constants','_sendSpecEvent','4552548kshqDb','cwd','hgTaB','backtrace','remove','_findGitConfig','nmwXl','bMyOO','UPLAw','description','failedExpectations','failure','endsWith','bSuBp','TestRunFinished','UaGvQ','fXYyU','File\x20path\x20could\x20not\x20be\x20found','uivEP','aJjHn','../../../helpers/testhub/utils','jnsSy','testObservability','UnhandledError','sep','fullName','message','expected','setCurrentTestData','nkqFV','Jasmine','_collapseFailedExpectations','finished_at','\x20:\x20','exports','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','prefixTestPath','excluded','290170FDopYz','477DLaxUs','rQgJE','Sesbb','supmG','_paths','parentSuiteId','18965ufPlxm','Spec\x20failed','matcherName','../../../helpers/test-observability/utils','fileNameByFullName','UqLzA','zktns','join','TestRunStarted','mVpwS','toISOString','failure_backtrace','javascript','path','get','duration','JASMINE','SKoSf','JtCKz','TestRunSkipped','CNJMB','KiHoV','_fileNameByFullName','startsWith','CCsFm','trim','hZkcH','isArray','LajAs','22mWiZly','88959soUIUm','jZYGV','stack','failure_reason_expanded','has','statSync','suiteDone','MqqRK','tHGdO','eVmud','gzIEx','gnINF','set','_resolveFilePath','bWtBI','771539UeHFzA','epBGU','6635088iuUnwP','add','XbvpW','Exception\x20in\x20jasmine\x20specDone\x20for\x20','uploadEventData','passed','relative','AjpxM','.git','shouldProcessEventForTesthub','slice','match','failed','1296PlDzuQ','RzpeL','vvQVH','RpRLN','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','actual','length','lang','_suitesById','_scopes','TVXrS','appendTesthubParams','xwvSB','BKMmI','dirname','gAGdE','push','xacMq','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','pending','skipped','NZzHv','split','specStarted','cPFhP','1974968NyjvkQ','GJkrj','status'];a13_0x28b5=function(){return _0x3bd2bc;};return a13_0x28b5();}module[a13_0x131871(0xf0)]=BrowserStackJasmineReporter;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a14_0x4e0b4d=a14_0x16b0;(function(_0x80c234,_0x305bbc){const _0xa1b04b=a14_0x16b0,_0x3d8d08=_0x80c234();while(!![]){try{const _0x21fe08=parseInt(_0xa1b04b(0x208))/0x1+-parseInt(_0xa1b04b(0x243))/0x2*(parseInt(_0xa1b04b(0x1f8))/0x3)+-parseInt(_0xa1b04b(0x247))/0x4+-parseInt(_0xa1b04b(0x1c9))/0x5+parseInt(_0xa1b04b(0x21e))/0x6+-parseInt(_0xa1b04b(0x1ba))/0x7*(-parseInt(_0xa1b04b(0x1bd))/0x8)+parseInt(_0xa1b04b(0x21a))/0x9;if(_0x21fe08===_0x305bbc)break;else _0x3d8d08['push'](_0x3d8d08['shift']());}catch(_0x3345d1){_0x3d8d08['push'](_0x3d8d08['shift']());}}}(a14_0x2316,0x56daa));const fs=require('fs'),path=require(a14_0x4e0b4d(0x1c5)),util=require('util'),{spawn}=require(a14_0x4e0b4d(0x1bf)),glob=require(a14_0x4e0b4d(0x24f)),pLimit=require(a14_0x4e0b4d(0x245)),logger=require(a14_0x4e0b4d(0x238))[a14_0x4e0b4d(0x20c)],helper=require(a14_0x4e0b4d(0x224)),utilities=require(a14_0x4e0b4d(0x1f9)),constants=require(a14_0x4e0b4d(0x222)),TestHubHandler=require(a14_0x4e0b4d(0x1cf)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x4e0b4d(0x23c)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require(a14_0x4e0b4d(0x1f2)),PerformanceEvents=require(a14_0x4e0b4d(0x1bc))[a14_0x4e0b4d(0x1c3)],BrowserstackCLI=require(a14_0x4e0b4d(0x1c0)),{checkPwandBootstrapCli}=require(a14_0x4e0b4d(0x1b4)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x4e0b4d(0x1f0)),getMaxWorkers=(_0x48ced3,_0x280017)=>{const _0x283f97=a14_0x4e0b4d,_0x444ea0={'OYczd':function(_0x4c38cf,_0x23d269){return _0x4c38cf(_0x23d269);}};let _0x47cbc4=0x1;if(!helper[_0x283f97(0x1c1)](_0x280017[_0x283f97(0x250)]))_0x47cbc4=_0x444ea0['OYczd'](parseInt,_0x280017[_0x283f97(0x250)]);else!helper['isUndefined'](_0x48ced3[_0x283f97(0x1fe)])&&(_0x47cbc4=_0x48ced3[_0x283f97(0x1fe)]);return _0x47cbc4;},resolveJasmineConfigPath=()=>{const _0x74c1cb=a14_0x4e0b4d,_0x3b2ff0={};_0x3b2ff0[_0x74c1cb(0x20a)]=_0x74c1cb(0x1c2);const _0x3bb01c=_0x3b2ff0,_0x278512=[];process['env'][_0x74c1cb(0x24d)]&&_0x278512[_0x74c1cb(0x231)](path[_0x74c1cb(0x21c)](process[_0x74c1cb(0x244)](),process[_0x74c1cb(0x221)][_0x74c1cb(0x24d)]));_0x278512[_0x74c1cb(0x231)](path[_0x74c1cb(0x21c)](process[_0x74c1cb(0x244)](),_0x3bb01c[_0x74c1cb(0x20a)]));for(const _0x557eee of _0x278512){try{if(fs[_0x74c1cb(0x200)](_0x557eee))return _0x557eee;}catch(_0x5deb30){}}return null;},enumerateSpecFiles=_0x1dca3f=>{const _0x49e606=a14_0x4e0b4d,_0x538230={'JCtjQ':function(_0x1c3292,_0xb24d1e){return _0x1c3292(_0xb24d1e);},'QECBh':function(_0x55ed84,_0x4167ec){return _0x55ed84>_0x4167ec;},'ZPAsb':function(_0x5130dc,_0x5306ad){return _0x5130dc<_0x5306ad;},'SzggA':function(_0x1e089d,_0x5c40f){return _0x1e089d===_0x5c40f;},'HrGXk':_0x49e606(0x1b7),'OnCdJ':function(_0x21a9b0,_0x4f60a8,_0x2f749b){return _0x21a9b0(_0x4f60a8,_0x2f749b);},'jpUII':function(_0x480338,_0x15fa3a){return _0x480338>_0x15fa3a;},'ESEmO':function(_0x5c027b){return _0x5c027b();},'wNOBk':_0x49e606(0x21b),'GxSmM':_0x49e606(0x1af),'BZWfL':_0x49e606(0x232),'afTga':function(_0x3690c5,_0x53cb2d){return _0x3690c5>_0x53cb2d;}};try{if(testOpsHelper['shouldReRunObservabilityTests']()){const _0x479574=testOpsHelper[_0x49e606(0x204)](process[_0x49e606(0x221)][_0x49e606(0x1ef)]);if(Array[_0x49e606(0x1ed)](_0x479574)&&_0x538230[_0x49e606(0x23f)](_0x479574[_0x49e606(0x218)],0x0))return _0x479574[_0x49e606(0x227)](_0x11b16b=>path[_0x49e606(0x21c)](process[_0x49e606(0x244)](),_0x11b16b['trim']()))['filter'](Boolean);}}catch(_0x398d1c){_0x538230[_0x49e606(0x1fb)](debug,_0x49e606(0x1d7)+util['format'](_0x398d1c));}const _0x318214=[];try{for(let _0x5cc891=0x1;_0x538230[_0x49e606(0x235)](_0x5cc891,_0x1dca3f[_0x49e606(0x218)]);_0x5cc891++){const _0x2a4596=_0x1dca3f[_0x5cc891];_0x538230[_0x49e606(0x1d9)](typeof _0x2a4596,_0x538230[_0x49e606(0x217)])&&!_0x2a4596[_0x49e606(0x1b3)]('-')&&_0x318214[_0x49e606(0x231)](_0x2a4596);}}catch(_0xbe662f){}const _0x536cc1={'cwd':process['cwd'](),'absolute':!![],'nodir':!![]},_0x20d816=(_0xad53e8,_0x4d712d)=>{const _0x442f26=_0x49e606,_0x4cbb6f=[];for(const _0x14505b of _0xad53e8){try{const _0x3c5c4f=_0x4d712d?path['posix'][_0x442f26(0x1e1)](_0x4d712d,_0x14505b):_0x14505b,_0x39811f=glob[_0x442f26(0x1d1)](_0x3c5c4f,_0x536cc1);Array[_0x442f26(0x1ed)](_0x39811f)&&_0x4cbb6f[_0x442f26(0x231)](..._0x39811f);}catch(_0x38ccc1){_0x538230[_0x442f26(0x1fb)](debug,'Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27'+_0x14505b+_0x442f26(0x21f)+util[_0x442f26(0x22f)](_0x38ccc1));}}return _0x4cbb6f;};if(_0x538230[_0x49e606(0x23f)](_0x318214['length'],0x0)){const _0x354951=_0x538230[_0x49e606(0x1f6)](_0x20d816,_0x318214,null);if(_0x538230[_0x49e606(0x1b0)](_0x354951[_0x49e606(0x218)],0x0))return Array[_0x49e606(0x1c4)](new Set(_0x354951));return _0x318214['map'](_0x4843ad=>path[_0x49e606(0x21c)](process[_0x49e606(0x244)](),_0x4843ad));}try{const _0x2f645d=_0x538230[_0x49e606(0x225)](resolveJasmineConfigPath);if(_0x2f645d){const _0x54b841=JSON['parse'](fs[_0x49e606(0x1b6)](_0x2f645d,_0x538230[_0x49e606(0x207)])),_0x2cccdc=_0x54b841[_0x49e606(0x211)]||_0x538230[_0x49e606(0x24e)],_0x3cfb65=Array[_0x49e606(0x1ed)](_0x54b841['spec_files'])&&_0x538230[_0x49e606(0x23f)](_0x54b841[_0x49e606(0x22c)]['length'],0x0)?_0x54b841[_0x49e606(0x22c)]:[_0x538230[_0x49e606(0x1f4)]],_0x33092f=_0x538230[_0x49e606(0x1f6)](_0x20d816,_0x3cfb65,_0x2cccdc);if(_0x538230[_0x49e606(0x20b)](_0x33092f[_0x49e606(0x218)],0x0))return Array[_0x49e606(0x1c4)](new Set(_0x33092f));}}catch(_0x4fa546){_0x538230[_0x49e606(0x1fb)](debug,_0x49e606(0x246)+util[_0x49e606(0x22f)](_0x4fa546));}return null;};function a14_0x2316(){const _0xf237fb=['isArray','all','BROWSERSTACK_RERUN_TESTS','../../helpers/puppeteer-helper','@playwright/test','../../helpers/performance/performance-tester','jasmine','BZWfL','--helper=','OnCdJ','KBAVj','33QuVNQF','../../helpers/utilities','PsyAg','JCtjQ','printBuildLink','PgJqm','maxWorkers','Hwjoy','existsSync','finalExecution','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','parseFileNames','stop','Lpepk','wNOBk','200096noCEWX','__isPlaywrightInstalled','fdPzV','afTga','winstonLogger','QtFEq','uiFEO','duBAs','MHDAq','spec_dir','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','accessibilityOptions','proxySettings','start','\x20work-item(s),\x20max\x20','HrGXk','length','mpLOz','2954106NaDZaV','utf8','resolve','validPlatformsPresent','2070240ovnnVZ','\x27\x20:\x20','HTboV','env','../utils/constants','initialize','../../helpers/helper','ESEmO','OTRqr','map','__isPuppeteerInstalled','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','filter','qHwSZ','spec_files','SdaRl','zvjNx','format','JASMINE','push','**/*[sS]pec.?(m)js','ojymy','SDK_SETUP','ZPAsb','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','config','../../helpers/logger','close','BROWSERSTACK_CLI_BIN_SESSION_ID',',\x20specs=','../../helpers/test-observability/utils','binSessionId','fYQuS','QECBh','dlHnM','info','exitCode','61366LgVbyD','cwd','p-limit','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','1047864HLzsUE','Running\x20your\x20Jasmine\x20tests\x20across\x20','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','logLevel','platformIndex','getPackageVersion','JASMINE_CONFIG_PATH','GxSmM','glob','parallelsPerPlatform','spec','jpUII','getPlatformName','capability','startsWith','../../helpers/playwright-helper','xfnpl','readFileSync','string','jasmine\x20child\x20(platformIndex=','debug','245BmSHXf','platforms','../../helpers/performance/constants','92240efsnsR','MwHbo','child_process','../v2/browserstackCLI','isUndefined','spec/support/jasmine.json','EVENTS','from','path','specArgs','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','testObservability','1608435hiVLzC','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','kUFxx','Wvcyn','HwOiN',')\x20:\x20','../../helpers/testhub/testhubHandler','true','globSync','DbDln','aVtLL','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','HhgEc','assign','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','SzggA','end','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','getInstance','useW3C','launchBuild','FRAMEWORKS','TSccU','join','find','exports','TPTjU','TIhHq','\x20concurrent)','gUMwT','\x20platform(s),\x20parallelsPerPlatform=','isCLIEnabled','error','stringify','PSwRT'];a14_0x2316=function(){return _0xf237fb;};return a14_0x2316();}async function run(_0x47601b,_0x99034a,_0xb16df){const _0x3e2609=a14_0x4e0b4d,_0x30d754={'uiFEO':function(_0x235165,_0x46c634){return _0x235165>_0x46c634;},'OTRqr':_0x3e2609(0x1ee),'PDnFR':function(_0x2ecc92,_0x3bae90){return _0x2ecc92(_0x3bae90);},'Hwjoy':function(_0x2f4554,_0x5468b0){return _0x2f4554||_0x5468b0;},'fboLe':function(_0x11f433,_0x3ac4b0){return _0x11f433(_0x3ac4b0);},'kUFxx':function(_0xb02f46,_0x4d347e){return _0xb02f46(_0x4d347e);},'fYQuS':function(_0x548811,_0x431213){return _0x548811(_0x431213);},'Lpepk':function(_0x1c627f,_0x406119){return _0x1c627f(_0x406119);},'MHDAq':function(_0x203b9e,_0x51733a,_0xf8a00b,_0x222712){return _0x203b9e(_0x51733a,_0xf8a00b,_0x222712);},'HwOiN':'npx','duBAs':_0x3e2609(0x1f3),'dlHnM':function(_0x951d00,_0x26aae2){return _0x951d00===_0x26aae2;},'aVtLL':'win32','HAbAx':'inherit','PgJqm':_0x3e2609(0x239),'TSccU':_0x3e2609(0x1ea),'TPTjU':function(_0x54e77b,_0x4faf27){return _0x54e77b(_0x4faf27);},'HTboV':_0x3e2609(0x1f1),'ojymy':function(_0x109e21){return _0x109e21();},'gUMwT':function(_0x1dcec4,_0x764738,_0x175488,_0x2f2383){return _0x1dcec4(_0x764738,_0x175488,_0x2f2383);},'PSwRT':function(_0x20b1f5,_0x1dd54d,_0x561df5,_0x33254f){return _0x20b1f5(_0x1dd54d,_0x561df5,_0x33254f);},'KBAVj':function(_0x5ea526,_0x467eac){return _0x5ea526!=_0x467eac;},'Wvcyn':_0x3e2609(0x1d0),'WYePb':function(_0x285bfe,_0x224c5a){return _0x285bfe(_0x224c5a);},'qHwSZ':function(_0x5dcb20,_0x465c16,_0x7caba0){return _0x5dcb20(_0x465c16,_0x7caba0);},'DbDln':function(_0x48a649,_0x2835c3){return _0x48a649*_0x2835c3;},'mpLOz':function(_0x12862b,_0x1fe1f0){return _0x12862b(_0x1fe1f0);},'SdaRl':'test.setup.js','FWLRw':function(_0x14d8bb,_0x23e072){return _0x14d8bb(_0x23e072);},'zvjNx':function(_0x572c0d,_0xce13f2){return _0x572c0d(_0xce13f2);},'TIhHq':function(_0x4417b1,_0x249cf2){return _0x4417b1<_0x249cf2;},'HhgEc':function(_0x30c371,_0x264522){return _0x30c371>_0x264522;},'xfnpl':function(_0x333ff4,_0x1b763a){return _0x333ff4>_0x1b763a;},'MwHbo':function(_0x10ed06,_0x1a13d8){return _0x10ed06>_0x1a13d8;},'QtFEq':function(_0x10d0e0,_0x18c596){return _0x10d0e0(_0x18c596);}},_0x12800c=helper[_0x3e2609(0x24c)](_0x30d754[_0x3e2609(0x220)]);global[_0x3e2609(0x209)]=!!_0x12800c;const _0x183fe0=_0x30d754[_0x3e2609(0x233)](getPuppeteerVersion);global[_0x3e2609(0x228)]=!!_0x183fe0;helper['isBrowserstackInfra']()&&(await _0xb16df[_0x3e2609(0x223)](_0x47601b),await helper['handleApp'](_0xb16df[_0x3e2609(0x237)]));if(_0x12800c)await _0x30d754[_0x3e2609(0x1e7)](checkPwandBootstrapCli,_0x12800c,constants[_0x3e2609(0x1df)]['JASMINE'],_0xb16df);else _0x183fe0&&await _0x30d754[_0x3e2609(0x1ec)](checkPuppeteerAndBootstrapCli,_0x183fe0,constants['FRAMEWORKS']['JASMINE'],_0xb16df);if(!_0xb16df[_0x3e2609(0x237)])return;_0x30d754[_0x3e2609(0x1f7)](_0xb16df['config'][_0x3e2609(0x1c8)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0xb16df[_0x3e2609(0x237)]['testObservability']:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x30d754[_0x3e2609(0x1cc)];!helper[_0x3e2609(0x1c1)](_0xb16df[_0x3e2609(0x237)][_0x3e2609(0x213)])&&(process[_0x3e2609(0x221)][_0x3e2609(0x1ca)]=JSON['stringify'](_0xb16df['config'][_0x3e2609(0x213)]));try{await TestHubHandler[_0x3e2609(0x1de)](FRAMEWORKS[_0x3e2609(0x230)],_0xb16df);}catch(_0x7cb5a9){logger[_0x3e2609(0x1ea)]('[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20'+util[_0x3e2609(0x22f)](_0x7cb5a9)),_0x30d754['WYePb'](debug,'Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20'+util[_0x3e2609(0x22f)](_0x7cb5a9));}let _0x22061f=![],_0x24273d=[];try{_0x22061f=helper[_0x3e2609(0x1dd)](_0xb16df[_0x3e2609(0x237)]),_0x24273d=helper['prepareCapabilities'](_0xb16df[_0x3e2609(0x237)],_0x22061f,constants[_0x3e2609(0x1df)][_0x3e2609(0x230)]),process[_0x3e2609(0x221)]['BROWSERSTACK_CAPABILITIES']=JSON[_0x3e2609(0x1eb)](_0x24273d);}catch(_0x2ae97c){_0x30d754[_0x3e2609(0x1e4)](debug,_0x3e2609(0x1d4)+util[_0x3e2609(0x22f)](_0x2ae97c));}let _0x1ec555=null,_0x595dde=![];try{_0x1ec555=helper['getHubUrl'](_0xb16df[_0x3e2609(0x237)]),_0x595dde=helper[_0x3e2609(0x21d)](_0xb16df['config']);}catch(_0x5268ef){_0x30d754[_0x3e2609(0x1cb)](debug,_0x3e2609(0x249)+util['format'](_0x5268ef));}const _0x2d7433=_0x4e03d8=>{const _0x24014b=_0x3e2609,_0x226e2e=Array[_0x24014b(0x1ed)](_0x24273d)&&_0x30d754[_0x24014b(0x20e)](_0x24273d[_0x24014b(0x218)],_0x4e03d8)?_0x24273d[_0x4e03d8]:Array['isArray'](_0x24273d)&&_0x30d754[_0x24014b(0x20e)](_0x24273d[_0x24014b(0x218)],0x0)?_0x24273d[0x0]:{};return{'server':_0x1ec555,'capability':_0x226e2e,'proxySettings':_0xb16df[_0x24014b(0x237)][_0x24014b(0x214)],'platform':helper[_0x24014b(0x1b1)](_0x226e2e),'browserStackLogLevel':_0xb16df[_0x24014b(0x237)][_0x24014b(0x24a)],'platformIndex':_0x4e03d8,'framework':constants[_0x24014b(0x1df)][_0x24014b(0x230)],'platformCaps':_0x595dde?Object[_0x24014b(0x1d6)]({'index':_0x4e03d8},_0xb16df[_0x24014b(0x237)][_0x24014b(0x1bb)][_0x4e03d8]):{'index':_0x4e03d8}};};let _0x2d304d=0x1,_0x5bd906=0x1,_0x2742a1=0x1;try{_0x2d304d=_0x30d754[_0x3e2609(0x22b)](getMaxWorkers,_0x47601b,_0xb16df[_0x3e2609(0x237)]),_0x5bd906=_0x595dde?_0xb16df['config'][_0x3e2609(0x1bb)][_0x3e2609(0x218)]:0x1,_0x2742a1=_0x30d754[_0x3e2609(0x1d2)](_0x5bd906,_0x2d304d),process[_0x3e2609(0x221)]['BROWSERSTACK_JASMINE_PARALLELS']=_0x30d754[_0x3e2609(0x219)](String,_0x2742a1);}catch(_0x5573f4){_0x30d754[_0x3e2609(0x1cb)](debug,_0x3e2609(0x236)+util[_0x3e2609(0x22f)](_0x5573f4));}try{BrowserstackCLI[_0x3e2609(0x1dc)]()[_0x3e2609(0x23d)]&&(process[_0x3e2609(0x221)][_0x3e2609(0x23a)]=BrowserstackCLI[_0x3e2609(0x1dc)]()[_0x3e2609(0x23d)]);}catch(_0x18fc3a){_0x30d754[_0x3e2609(0x23e)](debug,_0x3e2609(0x1c7)+util[_0x3e2609(0x22f)](_0x18fc3a));}const _0x41e75d=[];try{const _0x47f380=path[_0x3e2609(0x21c)](__dirname,_0x30d754[_0x3e2609(0x22d)]);fs[_0x3e2609(0x200)](_0x47f380)?_0x41e75d[_0x3e2609(0x231)](_0x3e2609(0x1f5)+_0x47f380):_0x30d754[_0x3e2609(0x1e4)](debug,_0x3e2609(0x1d8)+_0x47f380+';\x20proceeding\x20without\x20injection');}catch(_0x750419){_0x30d754['FWLRw'](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x3e2609(0x22f)](_0x750419));}const _0x109084=_0x99034a['slice'](0x1),_0x2a99f1=_0x30d754[_0x3e2609(0x22e)](enumerateSpecFiles,_0x99034a),_0x36c551=[];for(let _0x427ad9=0x0;_0x30d754[_0x3e2609(0x1e5)](_0x427ad9,_0x5bd906);_0x427ad9++){if(_0x30d754[_0x3e2609(0x1d5)](_0x2d304d,0x1)&&Array[_0x3e2609(0x1ed)](_0x2a99f1)&&_0x30d754[_0x3e2609(0x1b5)](_0x2a99f1[_0x3e2609(0x218)],0x0))for(const _0x2acf96 of _0x2a99f1){const _0x55eaef={};_0x55eaef['platformIndex']=_0x427ad9,_0x55eaef['specArgs']=[_0x2acf96],_0x36c551[_0x3e2609(0x231)](_0x55eaef);}else{const _0x4a6ead={};_0x4a6ead['platformIndex']=_0x427ad9,_0x4a6ead['specArgs']=_0x2a99f1,_0x36c551['push'](_0x4a6ead);}}logger[_0x3e2609(0x241)](_0x3e2609(0x248)+_0x5bd906+_0x3e2609(0x1e8)+_0x2d304d+'\x20('+_0x36c551['length']+_0x3e2609(0x216)+_0x2742a1+_0x3e2609(0x1e6)),PerformanceTester[_0x3e2609(0x1da)](PerformanceEvents[_0x3e2609(0x234)]);const _0x4b2be4=_0xef45f=>new Promise(_0x2cb6f2=>{const _0x5e0905=_0x3e2609,_0x3670b9={'PsyAg':function(_0x4a9784,_0x248343){return _0x30d754['fboLe'](_0x4a9784,_0x248343);},'yJNAX':function(_0x2bc0a9,_0x5f1cbc){const _0x2c81fb=a14_0x16b0;return _0x30d754[_0x2c81fb(0x1cb)](_0x2bc0a9,_0x5f1cbc);}};let _0x3df4d9;try{const _0x3aa8b0=_0x30d754['fYQuS'](_0x2d7433,_0xef45f['platformIndex']);_0x3df4d9=Object[_0x5e0905(0x1d6)]({},process[_0x5e0905(0x221)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x5e0905(0x1eb)](_0x3aa8b0),'BROWSERSTACK_CAPABILITIES':JSON[_0x5e0905(0x1eb)]([_0x3aa8b0[_0x5e0905(0x1b2)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x194dda){_0x30d754[_0x5e0905(0x206)](debug,_0x5e0905(0x229)+_0xef45f[_0x5e0905(0x24b)]+'\x20:\x20'+util['format'](_0x194dda)),_0x3df4d9=Object[_0x5e0905(0x1d6)]({},process[_0x5e0905(0x221)]);}const _0x461080=Array[_0x5e0905(0x1ed)](_0xef45f[_0x5e0905(0x1c6)])?_0xef45f[_0x5e0905(0x1c6)]:[],_0x49f402=_0x30d754[_0x5e0905(0x20e)](_0x461080[_0x5e0905(0x218)],0x0)?_0x109084[_0x5e0905(0x22a)](_0x5acf48=>typeof _0x5acf48===_0x5e0905(0x1b7)&&_0x5acf48[_0x5e0905(0x1b3)]('-')):_0x109084,_0x2489f1=[..._0x41e75d,..._0x49f402,..._0x461080];try{const _0xef3d15=_0x30d754[_0x5e0905(0x210)](spawn,_0x30d754[_0x5e0905(0x1cd)],[_0x30d754[_0x5e0905(0x20f)],..._0x2489f1],{'shell':_0x30d754[_0x5e0905(0x240)](process['platform'],_0x30d754[_0x5e0905(0x1d3)]),'stdio':_0x30d754['HAbAx'],'env':_0x3df4d9});_0xef3d15['on'](_0x30d754[_0x5e0905(0x1fd)],_0x2bce8d=>{const _0x31d0bb=_0x5e0905;logger[_0x31d0bb(0x1b9)](_0x31d0bb(0x1b8)+_0xef45f[_0x31d0bb(0x24b)]+_0x31d0bb(0x23b)+(_0x461080[_0x31d0bb(0x218)]?_0x461080[_0x31d0bb(0x1e1)](','):_0x30d754[_0x31d0bb(0x226)])+')\x20exited\x20with\x20code\x20'+_0x2bce8d),_0x30d754['PDnFR'](_0x2cb6f2,_0x30d754[_0x31d0bb(0x1ff)](_0x2bce8d,0x0));}),_0xef3d15['on'](_0x30d754[_0x5e0905(0x1e0)],_0x67fbba=>{const _0x5b9098=_0x5e0905;_0x3670b9[_0x5b9098(0x1fa)](debug,_0x5b9098(0x212)+_0xef45f['platformIndex']+_0x5b9098(0x1ce)+util[_0x5b9098(0x22f)](_0x67fbba)),_0x3670b9['yJNAX'](_0x2cb6f2,0x1);});}catch(_0x4a0c97){_0x30d754[_0x5e0905(0x23e)](debug,_0x5e0905(0x203)+_0xef45f[_0x5e0905(0x24b)]+_0x5e0905(0x1ce)+util[_0x5e0905(0x22f)](_0x4a0c97)),_0x30d754['TPTjU'](_0x2cb6f2,0x1);}}),_0x39a2d8=_0x30d754[_0x3e2609(0x219)](pLimit,_0x30d754[_0x3e2609(0x1be)](_0x2742a1,0x0)?_0x2742a1:0x1),_0x4349d6=await Promise[_0x3e2609(0x1ee)](_0x36c551['map'](_0x45af53=>_0x39a2d8(()=>_0x4b2be4(_0x45af53))));PerformanceTester[_0x3e2609(0x215)](PerformanceEvents['SDK_CLEANUP']);const _0x198833=_0x4349d6[_0x3e2609(0x1e2)](_0x1e891c=>_0x1e891c!==0x0)||0x0;process[_0x3e2609(0x242)]=_0x198833,logger[_0x3e2609(0x1b9)](_0x3e2609(0x1db)+_0x198833);const _0x1e5cb1=BrowserstackCLI[_0x3e2609(0x1e9)]();try{await TestHubHandler[_0x3e2609(0x205)](),await BrowserstackCLI[_0x3e2609(0x1dc)]()[_0x3e2609(0x205)]();}catch(_0x57c3ec){_0x30d754[_0x3e2609(0x20d)](debug,_0x3e2609(0x202)+util['format'](_0x57c3ec));}testOpsHelper[_0x3e2609(0x1fc)](),await utilities[_0x3e2609(0x201)](_0xb16df,_0x1e5cb1);}function a14_0x16b0(_0x3d7fba,_0x1fee54){const _0x231681=a14_0x2316();return a14_0x16b0=function(_0x16b001,_0x4313e7){_0x16b001=_0x16b001-0x1af;let _0x9e6a99=_0x231681[_0x16b001];return _0x9e6a99;},a14_0x16b0(_0x3d7fba,_0x1fee54);}module[a14_0x4e0b4d(0x1e3)]=run;
|
|
2
|
+
'use strict';const a14_0x368dcf=a14_0x4f44;(function(_0x2c6cbf,_0x3c4ef4){const _0x3dfb45=a14_0x4f44,_0x478446=_0x2c6cbf();while(!![]){try{const _0x2e1201=-parseInt(_0x3dfb45(0x1ad))/0x1+parseInt(_0x3dfb45(0x17d))/0x2+-parseInt(_0x3dfb45(0x1c0))/0x3+parseInt(_0x3dfb45(0x18d))/0x4*(-parseInt(_0x3dfb45(0x1f8))/0x5)+parseInt(_0x3dfb45(0x1a6))/0x6*(parseInt(_0x3dfb45(0x186))/0x7)+parseInt(_0x3dfb45(0x1b6))/0x8*(parseInt(_0x3dfb45(0x1ba))/0x9)+-parseInt(_0x3dfb45(0x196))/0xa*(parseInt(_0x3dfb45(0x1df))/0xb);if(_0x2e1201===_0x3c4ef4)break;else _0x478446['push'](_0x478446['shift']());}catch(_0x16f9f1){_0x478446['push'](_0x478446['shift']());}}}(a14_0x44ed,0x4c6da));function a14_0x44ed(){const _0x111488=['../v2/browserstackCLI','push','format','resolve','\x20platform(s),\x20parallelsPerPlatform=','isBrowserstackInfra','wcqfl','jasmine\x20child\x20(platformIndex=','../../helpers/test-observability/utils','glob','WCXHy','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20',',\x20specs=','string','GMTPv','gpUtR','521178fPzxbU','ctrPX','true','trim','BROWSERSTACK_TEST_OBSERVABILITY_YML','iwJGj','slice','maxWorkers','BROWSERSTACK_RERUN_TESTS','7OTBWiz','initialize','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','spec_dir','globSync','gUEuw','../../helpers/playwright-helper','699764KKLzay','specArgs',')\x20:\x20','YDbWr','\x20work-item(s),\x20max\x20','find','map','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','info','310rHAvcC','tSeDD','assign','error','spec/support/jasmine.json','end','XJLOF','JASMINE_CONFIG_PATH','start','tGSZB','oTtlz','testObservability','stringify','accessibilityOptions','../../helpers/logger','../../helpers/testhub/testhubHandler','3227586UJwQBY','getPackageVersion','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','__isPlaywrightInstalled','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','pCnGx','BROWSERSTACK_JASMINE_PARALLELS','547972XqTGGe','cwd','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','rXcrz','platform','posix','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','Running\x20your\x20Jasmine\x20tests\x20across\x20','24gXqRRP','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','BmLeq','BROWSERSTACK_CLI_BIN_SESSION_ID','1678149tOHYet','jdaQA','FgEeE','exports','JASMINE','xUvHz','729507cTkjGO','parallelsPerPlatform','isUndefined','join','AWnDA','PzgyF','MiztD','length','dkSNM','obNQb','kjmAm','p-limit','utf8','handleApp','startsWith','platformIndex','../../helpers/puppeteer-helper','launchBuild','platforms','capability','AcKuQ','stop','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','../../helpers/utilities','jasmine','JxxwO','from','all','AyzqE','OiQjS','FRAMEWORKS','27951dBLKvC','proxySettings','prepareCapabilities','\x20concurrent)','win32','printBuildLink','\x20:\x20','TFnVl','junZz','wcLiW','logLevel','eAMlJ','../../helpers/performance/performance-tester','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','agmTt','getHubUrl','../../helpers/helper','rEtKW','child_process','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','binSessionId','kieMP',';\x20proceeding\x20without\x20injection','npx',')\x20exited\x20with\x20code\x20','5xPdcaW','useW3C','parse','Viyiy','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','itABu','env','isArray','**/*[sS]pec.?(m)js','config','SDK_CLEANUP','exitCode','util','Kpwls','lnQPY','\x27\x20:\x20','jwqOr','znWhE','finalExecution','kKFqb','filter'];a14_0x44ed=function(){return _0x111488;};return a14_0x44ed();}const fs=require('fs'),path=require('path'),util=require(a14_0x368dcf(0x204)),{spawn}=require(a14_0x368dcf(0x1f1)),glob=require(a14_0x368dcf(0x176)),pLimit=require(a14_0x368dcf(0x1cb)),logger=require(a14_0x368dcf(0x1a4))['winstonLogger'],helper=require(a14_0x368dcf(0x1ef)),utilities=require(a14_0x368dcf(0x1d7)),constants=require('../utils/constants'),TestHubHandler=require(a14_0x368dcf(0x1a5)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x368dcf(0x175)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require(a14_0x368dcf(0x1eb)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],BrowserstackCLI=require(a14_0x368dcf(0x16d)),{checkPwandBootstrapCli}=require(a14_0x368dcf(0x18c)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x368dcf(0x1d0)),getMaxWorkers=(_0x1aa9bb,_0x4d3ef6)=>{const _0x1f0cf2=a14_0x368dcf,_0x2d39a9={'iwJGj':function(_0x84bfa2,_0x10d83c){return _0x84bfa2(_0x10d83c);}};let _0x4501fe=0x1;if(!helper[_0x1f0cf2(0x1c2)](_0x4d3ef6['parallelsPerPlatform']))_0x4501fe=_0x2d39a9[_0x1f0cf2(0x182)](parseInt,_0x4d3ef6[_0x1f0cf2(0x1c1)]);else!helper[_0x1f0cf2(0x1c2)](_0x1aa9bb[_0x1f0cf2(0x184)])&&(_0x4501fe=_0x1aa9bb['maxWorkers']);return _0x4501fe;},resolveJasmineConfigPath=()=>{const _0x173ac7=a14_0x368dcf,_0xcbe102={};_0xcbe102[_0x173ac7(0x1dd)]=_0x173ac7(0x19a);const _0x1fd8b0=_0xcbe102,_0x5dff13=[];process[_0x173ac7(0x1fe)]['JASMINE_CONFIG_PATH']&&_0x5dff13[_0x173ac7(0x16e)](path[_0x173ac7(0x170)](process[_0x173ac7(0x1ae)](),process[_0x173ac7(0x1fe)][_0x173ac7(0x19d)]));_0x5dff13['push'](path[_0x173ac7(0x170)](process[_0x173ac7(0x1ae)](),_0x1fd8b0[_0x173ac7(0x1dd)]));for(const _0x3bacf2 of _0x5dff13){try{if(fs['existsSync'](_0x3bacf2))return _0x3bacf2;}catch(_0x473dd2){}}return null;},enumerateSpecFiles=_0x358a2f=>{const _0x3fee3c=a14_0x368dcf,_0x83ca9c={'ctrPX':function(_0x111756,_0x9828f7){return _0x111756(_0x9828f7);},'BmLeq':function(_0x43a799,_0x1be418){return _0x43a799>_0x1be418;},'lnQPY':function(_0x1f0d85,_0x45be70){return _0x1f0d85(_0x45be70);},'junZz':function(_0x4846e9,_0x30c1ec){return _0x4846e9<_0x30c1ec;},'PzgyF':function(_0x1ac628,_0x5dc560){return _0x1ac628===_0x5dc560;},'AcKuQ':_0x3fee3c(0x17a),'Kpwls':function(_0x329ffb,_0x536cec,_0x2e6a0c){return _0x329ffb(_0x536cec,_0x2e6a0c);},'Nsplf':function(_0xffc7a5){return _0xffc7a5();},'Viyiy':_0x3fee3c(0x1cc),'agmTt':'spec','WgGmm':_0x3fee3c(0x200),'wcqfl':function(_0x35c1af,_0x52c7db){return _0x35c1af>_0x52c7db;}};try{if(testOpsHelper['shouldReRunObservabilityTests']()){const _0x5aff70=testOpsHelper['parseFileNames'](process[_0x3fee3c(0x1fe)][_0x3fee3c(0x185)]);if(Array[_0x3fee3c(0x1ff)](_0x5aff70)&&_0x83ca9c['BmLeq'](_0x5aff70[_0x3fee3c(0x1c7)],0x0))return _0x5aff70[_0x3fee3c(0x193)](_0x17501c=>path[_0x3fee3c(0x170)](process[_0x3fee3c(0x1ae)](),_0x17501c[_0x3fee3c(0x180)]()))[_0x3fee3c(0x16c)](Boolean);}}catch(_0x5c7a14){_0x83ca9c[_0x3fee3c(0x206)](debug,_0x3fee3c(0x188)+util['format'](_0x5c7a14));}const _0x625582=[];try{for(let _0x3bb549=0x1;_0x83ca9c[_0x3fee3c(0x1e7)](_0x3bb549,_0x358a2f['length']);_0x3bb549++){const _0x47dc1d=_0x358a2f[_0x3bb549];_0x83ca9c[_0x3fee3c(0x1c5)](typeof _0x47dc1d,_0x83ca9c[_0x3fee3c(0x1d4)])&&!_0x47dc1d[_0x3fee3c(0x1ce)]('-')&&_0x625582[_0x3fee3c(0x16e)](_0x47dc1d);}}catch(_0x3f32a4){}const _0x42f3d0={'cwd':process[_0x3fee3c(0x1ae)](),'absolute':!![],'nodir':!![]},_0x4150b9=(_0x2514bc,_0x513d5b)=>{const _0x2c09ff=_0x3fee3c,_0x185a36=[];for(const _0x588cb0 of _0x2514bc){try{const _0x5b2dc7=_0x513d5b?path[_0x2c09ff(0x1b3)][_0x2c09ff(0x1c3)](_0x513d5b,_0x588cb0):_0x588cb0,_0x47ae66=glob[_0x2c09ff(0x18a)](_0x5b2dc7,_0x42f3d0);Array[_0x2c09ff(0x1ff)](_0x47ae66)&&_0x185a36[_0x2c09ff(0x16e)](..._0x47ae66);}catch(_0x2ad651){_0x83ca9c[_0x2c09ff(0x17e)](debug,_0x2c09ff(0x194)+_0x588cb0+_0x2c09ff(0x207)+util[_0x2c09ff(0x16f)](_0x2ad651));}}return _0x185a36;};if(_0x83ca9c[_0x3fee3c(0x1b8)](_0x625582[_0x3fee3c(0x1c7)],0x0)){const _0x3e9c7e=_0x83ca9c[_0x3fee3c(0x205)](_0x4150b9,_0x625582,null);if(_0x83ca9c[_0x3fee3c(0x1b8)](_0x3e9c7e['length'],0x0))return Array[_0x3fee3c(0x1da)](new Set(_0x3e9c7e));return _0x625582[_0x3fee3c(0x193)](_0x2cbe2a=>path[_0x3fee3c(0x170)](process[_0x3fee3c(0x1ae)](),_0x2cbe2a));}try{const _0x1812fe=_0x83ca9c['Nsplf'](resolveJasmineConfigPath);if(_0x1812fe){const _0x100ec9=JSON[_0x3fee3c(0x1fa)](fs['readFileSync'](_0x1812fe,_0x83ca9c[_0x3fee3c(0x1fb)])),_0xd64d3b=_0x100ec9[_0x3fee3c(0x189)]||_0x83ca9c[_0x3fee3c(0x1ed)],_0x3c6e67=Array[_0x3fee3c(0x1ff)](_0x100ec9['spec_files'])&&_0x83ca9c['BmLeq'](_0x100ec9['spec_files'][_0x3fee3c(0x1c7)],0x0)?_0x100ec9['spec_files']:[_0x83ca9c['WgGmm']],_0x391abf=_0x83ca9c['Kpwls'](_0x4150b9,_0x3c6e67,_0xd64d3b);if(_0x83ca9c[_0x3fee3c(0x173)](_0x391abf[_0x3fee3c(0x1c7)],0x0))return Array[_0x3fee3c(0x1da)](new Set(_0x391abf));}}catch(_0x45d561){_0x83ca9c[_0x3fee3c(0x17e)](debug,'Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20'+util['format'](_0x45d561));}return null;};async function run(_0x1c9c56,_0x3c853a,_0x3b4d29){const _0x3004a9=a14_0x368dcf,_0x1657f8={'kKFqb':function(_0x8935a0,_0x18679f){return _0x8935a0>_0x18679f;},'kjmAm':function(_0x27dec2,_0x4bdcf2){return _0x27dec2(_0x4bdcf2);},'xUvHz':function(_0x451fee,_0x3c9418){return _0x451fee(_0x3c9418);},'JxxwO':'all','VoLGx':function(_0x1f2778,_0x3df374){return _0x1f2778(_0x3df374);},'AWnDA':function(_0x98291,_0x5b9388){return _0x98291||_0x5b9388;},'rEtKW':function(_0x1e0351,_0x4606d5){return _0x1e0351(_0x4606d5);},'jdaQA':function(_0x3b17f8,_0x59039a){return _0x3b17f8(_0x59039a);},'tGSZB':function(_0x45fa0d,_0x8a2239,_0x52e306,_0x3b3c22){return _0x45fa0d(_0x8a2239,_0x52e306,_0x3b3c22);},'znWhE':_0x3004a9(0x1f6),'AyzqE':_0x3004a9(0x1d8),'rXcrz':function(_0x4010e0,_0x1bf7ee){return _0x4010e0===_0x1bf7ee;},'tSeDD':_0x3004a9(0x1e3),'gpUtR':'inherit','obNQb':'close','wcLiW':'error','gUEuw':function(_0x385fed,_0x2d1606){return _0x385fed(_0x2d1606);},'dkSNM':function(_0x552bc,_0x4a2f6){return _0x552bc(_0x4a2f6);},'kieMP':'@playwright/test','ayCRj':function(_0x1e16fa){return _0x1e16fa();},'pCnGx':function(_0x4ad0f9,_0x5ac1f5,_0x9fdfe1,_0x50a442){return _0x4ad0f9(_0x5ac1f5,_0x9fdfe1,_0x50a442);},'ABQLT':function(_0x232d95,_0x3f8740){return _0x232d95!=_0x3f8740;},'SHaCb':_0x3004a9(0x17f),'MGpwG':function(_0x3e25a8,_0x228919){return _0x3e25a8(_0x228919);},'MiztD':function(_0x5c5be7,_0x4c71a6,_0x52ec6d){return _0x5c5be7(_0x4c71a6,_0x52ec6d);},'FgEeE':function(_0x2a66ad,_0xabcdfe){return _0x2a66ad*_0xabcdfe;},'jwqOr':function(_0x366da5,_0x473c3e){return _0x366da5(_0x473c3e);},'itABu':function(_0xa611a6,_0x18e063){return _0xa611a6(_0x18e063);},'TFnVl':function(_0x3f45fe,_0x58a0c8){return _0x3f45fe(_0x58a0c8);},'eAMlJ':'test.setup.js','YDbWr':function(_0x1523cb,_0x3ff36e){return _0x1523cb<_0x3ff36e;},'XJLOF':function(_0x46b3bc,_0xf45189){return _0x46b3bc>_0xf45189;},'WCXHy':function(_0x112d1f,_0x2498c5){return _0x112d1f(_0x2498c5);},'oTtlz':function(_0x1326be,_0x1c3a4d){return _0x1326be(_0x1c3a4d);}},_0x2bfc4e=helper[_0x3004a9(0x1a7)](_0x1657f8[_0x3004a9(0x1f4)]);global[_0x3004a9(0x1a9)]=!!_0x2bfc4e;const _0x4015d6=_0x1657f8['ayCRj'](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x4015d6;helper[_0x3004a9(0x172)]()&&(await _0x3b4d29[_0x3004a9(0x187)](_0x1c9c56),await helper[_0x3004a9(0x1cd)](_0x3b4d29[_0x3004a9(0x201)]));if(_0x2bfc4e)await _0x1657f8[_0x3004a9(0x19f)](checkPwandBootstrapCli,_0x2bfc4e,constants[_0x3004a9(0x1de)][_0x3004a9(0x1be)],_0x3b4d29);else _0x4015d6&&await _0x1657f8[_0x3004a9(0x1ab)](checkPuppeteerAndBootstrapCli,_0x4015d6,constants[_0x3004a9(0x1de)]['JASMINE'],_0x3b4d29);if(!_0x3b4d29[_0x3004a9(0x201)])return;_0x1657f8['ABQLT'](_0x3b4d29[_0x3004a9(0x201)][_0x3004a9(0x1a1)],null)?process[_0x3004a9(0x1fe)][_0x3004a9(0x181)]=_0x3b4d29['config'][_0x3004a9(0x1a1)]:process[_0x3004a9(0x1fe)][_0x3004a9(0x181)]=_0x1657f8['SHaCb'];!helper[_0x3004a9(0x1c2)](_0x3b4d29[_0x3004a9(0x201)][_0x3004a9(0x1a3)])&&(process[_0x3004a9(0x1fe)][_0x3004a9(0x1ec)]=JSON[_0x3004a9(0x1a2)](_0x3b4d29[_0x3004a9(0x201)]['accessibilityOptions']));try{await TestHubHandler[_0x3004a9(0x1d1)](FRAMEWORKS[_0x3004a9(0x1be)],_0x3b4d29);}catch(_0x2591e){logger[_0x3004a9(0x199)]('[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20'+util[_0x3004a9(0x16f)](_0x2591e)),_0x1657f8[_0x3004a9(0x1f0)](debug,_0x3004a9(0x178)+util[_0x3004a9(0x16f)](_0x2591e));}let _0x503180=![],_0x1e7b2b=[];try{_0x503180=helper[_0x3004a9(0x1f9)](_0x3b4d29['config']),_0x1e7b2b=helper[_0x3004a9(0x1e1)](_0x3b4d29['config'],_0x503180,constants[_0x3004a9(0x1de)][_0x3004a9(0x1be)]),process[_0x3004a9(0x1fe)]['BROWSERSTACK_CAPABILITIES']=JSON[_0x3004a9(0x1a2)](_0x1e7b2b);}catch(_0x36c7f0){_0x1657f8[_0x3004a9(0x1bf)](debug,_0x3004a9(0x1fc)+util[_0x3004a9(0x16f)](_0x36c7f0));}let _0x109a1c=null,_0x1cd7e4=![];try{_0x109a1c=helper[_0x3004a9(0x1ee)](_0x3b4d29[_0x3004a9(0x201)]),_0x1cd7e4=helper['validPlatformsPresent'](_0x3b4d29[_0x3004a9(0x201)]);}catch(_0x30715b){_0x1657f8['MGpwG'](debug,_0x3004a9(0x1f2)+util['format'](_0x30715b));}const _0x1638cb=_0x29992f=>{const _0x43c9a5=_0x3004a9,_0x2d1344=Array[_0x43c9a5(0x1ff)](_0x1e7b2b)&&_0x1657f8[_0x43c9a5(0x20b)](_0x1e7b2b[_0x43c9a5(0x1c7)],_0x29992f)?_0x1e7b2b[_0x29992f]:Array[_0x43c9a5(0x1ff)](_0x1e7b2b)&&_0x1657f8[_0x43c9a5(0x20b)](_0x1e7b2b['length'],0x0)?_0x1e7b2b[0x0]:{};return{'server':_0x109a1c,'capability':_0x2d1344,'proxySettings':_0x3b4d29['config'][_0x43c9a5(0x1e0)],'platform':helper['getPlatformName'](_0x2d1344),'browserStackLogLevel':_0x3b4d29[_0x43c9a5(0x201)][_0x43c9a5(0x1e9)],'platformIndex':_0x29992f,'framework':constants['FRAMEWORKS'][_0x43c9a5(0x1be)],'platformCaps':_0x1cd7e4?Object['assign']({'index':_0x29992f},_0x3b4d29[_0x43c9a5(0x201)][_0x43c9a5(0x1d2)][_0x29992f]):{'index':_0x29992f}};};let _0x475289=0x1,_0x6981a0=0x1,_0x4d69ac=0x1;try{_0x475289=_0x1657f8[_0x3004a9(0x1c6)](getMaxWorkers,_0x1c9c56,_0x3b4d29[_0x3004a9(0x201)]),_0x6981a0=_0x1cd7e4?_0x3b4d29[_0x3004a9(0x201)][_0x3004a9(0x1d2)]['length']:0x1,_0x4d69ac=_0x1657f8[_0x3004a9(0x1bc)](_0x6981a0,_0x475289),process['env'][_0x3004a9(0x1ac)]=_0x1657f8[_0x3004a9(0x208)](String,_0x4d69ac);}catch(_0x2dbdaa){_0x1657f8[_0x3004a9(0x1fd)](debug,_0x3004a9(0x1aa)+util[_0x3004a9(0x16f)](_0x2dbdaa));}try{BrowserstackCLI['getInstance']()[_0x3004a9(0x1f3)]&&(process['env'][_0x3004a9(0x1b9)]=BrowserstackCLI['getInstance']()[_0x3004a9(0x1f3)]);}catch(_0x5170e0){_0x1657f8[_0x3004a9(0x1e6)](debug,_0x3004a9(0x1af)+util['format'](_0x5170e0));}const _0x1dde25=[];try{const _0x149e95=path[_0x3004a9(0x170)](__dirname,_0x1657f8[_0x3004a9(0x1ea)]);fs['existsSync'](_0x149e95)?_0x1dde25[_0x3004a9(0x16e)]('--helper='+_0x149e95):_0x1657f8[_0x3004a9(0x1f0)](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x149e95+_0x3004a9(0x1f5));}catch(_0x28e808){_0x1657f8[_0x3004a9(0x1c8)](debug,_0x3004a9(0x1b0)+util['format'](_0x28e808));}const _0x378bf8=_0x3c853a[_0x3004a9(0x183)](0x1),_0x2f2a46=_0x1657f8['jwqOr'](enumerateSpecFiles,_0x3c853a),_0x4c8a8d=[];for(let _0x5bd604=0x0;_0x1657f8[_0x3004a9(0x190)](_0x5bd604,_0x6981a0);_0x5bd604++){if(_0x1657f8[_0x3004a9(0x19c)](_0x475289,0x1)&&Array[_0x3004a9(0x1ff)](_0x2f2a46)&&_0x1657f8['kKFqb'](_0x2f2a46[_0x3004a9(0x1c7)],0x0))for(const _0x5e6085 of _0x2f2a46){const _0x530ed3={};_0x530ed3['platformIndex']=_0x5bd604,_0x530ed3[_0x3004a9(0x18e)]=[_0x5e6085],_0x4c8a8d['push'](_0x530ed3);}else{const _0x457458={};_0x457458[_0x3004a9(0x1cf)]=_0x5bd604,_0x457458[_0x3004a9(0x18e)]=_0x2f2a46,_0x4c8a8d[_0x3004a9(0x16e)](_0x457458);}}logger[_0x3004a9(0x195)](_0x3004a9(0x1b5)+_0x6981a0+_0x3004a9(0x171)+_0x475289+'\x20('+_0x4c8a8d[_0x3004a9(0x1c7)]+_0x3004a9(0x191)+_0x4d69ac+_0x3004a9(0x1e2)),PerformanceTester[_0x3004a9(0x19b)](PerformanceEvents['SDK_SETUP']);const _0x411137=_0x4fb930=>new Promise(_0x1641a0=>{const _0x5f5a8e=_0x3004a9,_0x5c5f66={'GMTPv':_0x1657f8[_0x5f5a8e(0x1d9)],'DrBXs':function(_0x493233,_0x38ef08){return _0x1657f8['VoLGx'](_0x493233,_0x38ef08);},'IEESO':function(_0x100d23,_0x5e017f){const _0x296cae=_0x5f5a8e;return _0x1657f8[_0x296cae(0x1c4)](_0x100d23,_0x5e017f);}};let _0x110dc7;try{const _0x2b366b=_0x1657f8[_0x5f5a8e(0x1f0)](_0x1638cb,_0x4fb930[_0x5f5a8e(0x1cf)]);_0x110dc7=Object[_0x5f5a8e(0x198)]({},process[_0x5f5a8e(0x1fe)],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x2b366b),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x2b366b[_0x5f5a8e(0x1d3)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x1a83e3){_0x1657f8[_0x5f5a8e(0x1bb)](debug,_0x5f5a8e(0x1b7)+_0x4fb930[_0x5f5a8e(0x1cf)]+_0x5f5a8e(0x1e5)+util[_0x5f5a8e(0x16f)](_0x1a83e3)),_0x110dc7=Object['assign']({},process[_0x5f5a8e(0x1fe)]);}const _0x5ca007=Array[_0x5f5a8e(0x1ff)](_0x4fb930[_0x5f5a8e(0x18e)])?_0x4fb930[_0x5f5a8e(0x18e)]:[],_0xc1b97d=_0x1657f8[_0x5f5a8e(0x20b)](_0x5ca007[_0x5f5a8e(0x1c7)],0x0)?_0x378bf8['filter'](_0x489877=>typeof _0x489877===_0x5f5a8e(0x17a)&&_0x489877[_0x5f5a8e(0x1ce)]('-')):_0x378bf8,_0x1b68db=[..._0x1dde25,..._0xc1b97d,..._0x5ca007];try{const _0x7c9ad8=_0x1657f8[_0x5f5a8e(0x19f)](spawn,_0x1657f8[_0x5f5a8e(0x209)],[_0x1657f8[_0x5f5a8e(0x1dc)],..._0x1b68db],{'shell':_0x1657f8[_0x5f5a8e(0x1b1)](process[_0x5f5a8e(0x1b2)],_0x1657f8[_0x5f5a8e(0x197)]),'stdio':_0x1657f8[_0x5f5a8e(0x17c)],'env':_0x110dc7});_0x7c9ad8['on'](_0x1657f8[_0x5f5a8e(0x1c9)],_0x26ab20=>{const _0x4959f0=_0x5f5a8e;logger['debug'](_0x4959f0(0x174)+_0x4fb930[_0x4959f0(0x1cf)]+_0x4959f0(0x179)+(_0x5ca007[_0x4959f0(0x1c7)]?_0x5ca007[_0x4959f0(0x1c3)](','):_0x5c5f66[_0x4959f0(0x17b)])+_0x4959f0(0x1f7)+_0x26ab20),_0x5c5f66['DrBXs'](_0x1641a0,_0x5c5f66['IEESO'](_0x26ab20,0x0));}),_0x7c9ad8['on'](_0x1657f8[_0x5f5a8e(0x1e8)],_0x169ac0=>{const _0x29b931=_0x5f5a8e;_0x1657f8[_0x29b931(0x1ca)](debug,_0x29b931(0x1d6)+_0x4fb930[_0x29b931(0x1cf)]+_0x29b931(0x18f)+util[_0x29b931(0x16f)](_0x169ac0)),_0x1657f8[_0x29b931(0x1bf)](_0x1641a0,0x1);});}catch(_0x4f8c13){_0x1657f8[_0x5f5a8e(0x18b)](debug,_0x5f5a8e(0x1b4)+_0x4fb930[_0x5f5a8e(0x1cf)]+_0x5f5a8e(0x18f)+util[_0x5f5a8e(0x16f)](_0x4f8c13)),_0x1657f8[_0x5f5a8e(0x1c8)](_0x1641a0,0x1);}}),_0x473695=_0x1657f8[_0x3004a9(0x177)](pLimit,_0x1657f8[_0x3004a9(0x20b)](_0x4d69ac,0x0)?_0x4d69ac:0x1),_0x409b50=await Promise[_0x3004a9(0x1db)](_0x4c8a8d[_0x3004a9(0x193)](_0x161d4a=>_0x473695(()=>_0x411137(_0x161d4a))));PerformanceTester[_0x3004a9(0x19e)](PerformanceEvents[_0x3004a9(0x202)]);const _0x4f1860=_0x409b50[_0x3004a9(0x192)](_0x1420f4=>_0x1420f4!==0x0)||0x0;process[_0x3004a9(0x203)]=_0x4f1860,logger['debug']('All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20'+_0x4f1860);const _0x30f96d=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x3004a9(0x1d5)](),await BrowserstackCLI['getInstance']()[_0x3004a9(0x1d5)]();}catch(_0x184626){_0x1657f8[_0x3004a9(0x1a0)](debug,_0x3004a9(0x1a8)+util[_0x3004a9(0x16f)](_0x184626));}testOpsHelper[_0x3004a9(0x1e4)](),await utilities[_0x3004a9(0x20a)](_0x3b4d29,_0x30f96d);}function a14_0x4f44(_0x9ca0d,_0x1f01a7){const _0x44ed5b=a14_0x44ed();return a14_0x4f44=function(_0x4f445e,_0x5e65d0){_0x4f445e=_0x4f445e-0x16c;let _0x7bf979=_0x44ed5b[_0x4f445e];return _0x7bf979;},a14_0x4f44(_0x9ca0d,_0x1f01a7);}module[a14_0x368dcf(0x1bd)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a15_0x3279ff=a15_0x504d;function a15_0x4020(){const _0x1959da=['1|2|4|3|0','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','isAccessibilityPlatform','vMtFU','undefined','mVICW','executeScript','debug','env','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','yjxRU','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','length','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','2294514eLLLLo','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','./testRunMap','browserstackSessionName','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','ygvOi','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','browserstackAgentV2','frSdl','460265ZSeSmE','info','failedExpectations','wWKcE','isMobilePlatform','Failed:\x20','get','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','__skipSessionName','QkCSQ','eSWPB','autoScanning','startsWith','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../index','ZLrJz','nBLYt','error','getFileName','../../helpers/accessibility-automation/helper','isBrowserstackInfra','\x22}}','sessionNameSet__','stringify','passed','warn','DQTXs','3qORAOd','describe','keys','browserstackPlatformIndex','__skipSessionStatus','../../helpers/testhub/utils','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','IINWY','pop','6416Yqpnsi','fullName','2961468XjbVcj','forEach','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','format','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','Spec\x20failed','addReporter','isArray','failed','saveAccessibilityResultsWithRetry','join','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','message','prepareStackTrace','../../helpers/globals','ENV_VAR','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','is_mobile_session','../../helpers/helper','xzwNY','BROWSERSTACK_TESTHUB_JWT','EUBWW','bstackA11yScanOptions','cCoxX','util','sep','Passed','qBKRv','skipSessionName','tzMdp','jasmine-core','./bstack-reporter/customReporter','setGlobal','pGRdv','mLpLH','skipSessionStatus','includes','159057BePyRB','7865890fQdasI','thJwtToken','../../helpers/testhub/constants','rDrjw','exports','fileNameByFullName','path','getEnv','121678InxyyD','isTrue','2779uSbwIR','bin','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','qxRCf','dIFQC','__drivers','4HnVHVm','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','parse','getPackageVersion','sessionName','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','OqAwL','uREdz','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','bstackA11yShouldScan','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getGlobal','YQGXm','split'];a15_0x4020=function(){return _0x1959da;};return a15_0x4020();}(function(_0x359401,_0xc1fd07){const _0x27eff7=a15_0x504d,_0x276069=_0x359401();while(!![]){try{const _0x420645=parseInt(_0x27eff7(0xf9))/0x1+parseInt(_0x27eff7(0x7f))/0x2*(-parseInt(_0x27eff7(0xc8))/0x3)+parseInt(_0x27eff7(0x87))/0x4*(-parseInt(_0x27eff7(0xad))/0x5)+parseInt(_0x27eff7(0xd4))/0x6+parseInt(_0x27eff7(0x81))/0x7*(parseInt(_0x27eff7(0xd2))/0x8)+parseInt(_0x27eff7(0xa4))/0x9+-parseInt(_0x27eff7(0xfa))/0xa;if(_0x420645===_0xc1fd07)break;else _0x276069['push'](_0x276069['shift']());}catch(_0x53e9ba){_0x276069['push'](_0x276069['shift']());}}}(a15_0x4020,0x45f1e));const util=require(a15_0x3279ff(0xec)),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a15_0x3279ff(0xe6)),globals=require(a15_0x3279ff(0xe2)),{shouldProcessEventForTesthub}=require(a15_0x3279ff(0xcd)),testHubConstants=require(a15_0x3279ff(0xfc)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a15_0x3279ff(0xc0)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),testRunMap=require(a15_0x3279ff(0xa6));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a15_0x3279ff(0x9e)]['BROWSERSTACK_JASMINE_CONFIG']||process[a15_0x3279ff(0x9e)]['CONFIG'];rawConfig!==undefined&&(_bstackConfig=JSON[a15_0x3279ff(0x89)](rawConfig));}catch(a15_0x5dff9a){logger[a15_0x3279ff(0x9d)](a15_0x3279ff(0x83)+util[a15_0x3279ff(0xd7)](a15_0x5dff9a));}try{if(_bstackConfig&&!helper[a15_0x3279ff(0x8a)]('@playwright/test')){const uJYnWa=a15_0x3279ff(0x95)[a15_0x3279ff(0x94)]('|');let lglqzr=0x0;while(!![]){switch(uJYnWa[lglqzr++]){case'0':helper[a15_0x3279ff(0xc1)]()?(global[a15_0x3279ff(0xb5)]=helper[a15_0x3279ff(0x80)](_bstackConfig[a15_0x3279ff(0xf0)]),global[a15_0x3279ff(0xcc)]=helper['isTrue'](_bstackConfig[a15_0x3279ff(0xf7)])):(global[a15_0x3279ff(0xb5)]=!![],global[a15_0x3279ff(0xcc)]=!![]);continue;case'1':logger[a15_0x3279ff(0x9d)]('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'2':shouldProcessEventForTesthub()?require(a15_0x3279ff(0xbb))['browserstackAgentV2'](_bstackConfig,null,!![]):require(a15_0x3279ff(0xbb))[a15_0x3279ff(0xab)](_bstackConfig);continue;case'3':global[a15_0x3279ff(0xcb)]=_bstackConfig['platformIndex'];continue;case'4':global['__platformCaps']=_bstackConfig['platformCaps']||{};continue;}break;}}}catch(a15_0x36adea){logger[a15_0x3279ff(0x9d)](a15_0x3279ff(0xce)+util[a15_0x3279ff(0xd7)](a15_0x36adea));}const _fileNameByFullName={};try{if(typeof describe==='function'&&typeof global!==a15_0x3279ff(0x9a)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x56e842=a15_0x3279ff,_0x43b721={'PRELG':function(_0x5e63ea,_0x3195e6){return _0x5e63ea(_0x3195e6);},'uREdz':_0x56e842(0x7d),'yjxRU':function(_0x40c62d,_0x38beca){return _0x40c62d(_0x38beca);},'uitYz':'node:','frSdl':_0x56e842(0xf2)},_0x84ae4b=Error[_0x56e842(0xe1)];try{const _0x331605=new Error();Error[_0x56e842(0xe1)]=(_0x5e1849,_0x50f7e0)=>_0x50f7e0;const _0x13a265=_0x331605['stack'];Error[_0x56e842(0xe1)]=_0x84ae4b;if(Array['isArray'](_0x13a265))for(const _0xece438 of _0x13a265){const _0x4e355c=_0xece438[_0x56e842(0xbf)]&&_0xece438['getFileName']();if(_0x4e355c&&!_0x4e355c[_0x56e842(0xf8)](_0x56e842(0x82)+_0x43b721['PRELG'](require,_0x43b721[_0x56e842(0x8e)])[_0x56e842(0xed)]+'jasmine'+_0x43b721[_0x56e842(0xa0)](require,_0x43b721[_0x56e842(0x8e)])['sep'])&&!_0x4e355c[_0x56e842(0xb9)](_0x43b721['uitYz'])&&!_0x4e355c[_0x56e842(0xf8)](_0x43b721[_0x56e842(0xac)]))return _0x4e355c;}}catch(_0x4c08d6){Error[_0x56e842(0xe1)]=_0x84ae4b;}return null;},_wrappedDescribe=function(_0x216c78,_0x596dae){const _0x8743a4=a15_0x3279ff,_0x2bb4c4={'rDrjw':function(_0x3fcb0c){return _0x3fcb0c();},'UZZOH':function(_0x39401a,_0x5562a3){return _0x39401a&&_0x5562a3;},'qBKRv':function(_0x435217,_0x38b96d,_0x13158d){return _0x435217(_0x38b96d,_0x13158d);}};let _0x319f67=null;try{_0x319f67=_0x2bb4c4[_0x8743a4(0xfd)](_resolveCallerFile);}catch(_0x1ecdc6){}_describeTitleStack['push'](_0x216c78);const _0x36242b=_describeTitleStack[_0x8743a4(0xde)]('\x20');_0x2bb4c4['UZZOH'](_0x319f67,_0x36242b)&&(_fileNameByFullName[_0x36242b]=_0x319f67);try{return _0x2bb4c4[_0x8743a4(0xef)](_origDescribe,_0x216c78,_0x596dae);}finally{_describeTitleStack[_0x8743a4(0xd1)]();}};Object[a15_0x3279ff(0xca)](_origDescribe)[a15_0x3279ff(0xd5)](_0x441a52=>{_wrappedDescribe[_0x441a52]=_origDescribe[_0x441a52];}),global[a15_0x3279ff(0xc9)]=_wrappedDescribe;}}catch(a15_0x247560){logger['debug'](a15_0x3279ff(0xd8)+util[a15_0x3279ff(0xd7)](a15_0x247560));}try{if(typeof jasmine!==a15_0x3279ff(0x9a)&&jasmine[a15_0x3279ff(0x7e)]){const BrowserStackJasmineReporter=require(a15_0x3279ff(0xf3)),a15_0x11cb88={};a15_0x11cb88[a15_0x3279ff(0x7c)]=_fileNameByFullName,jasmine[a15_0x3279ff(0x7e)]()[a15_0x3279ff(0xda)](new BrowserStackJasmineReporter(a15_0x11cb88)),logger[a15_0x3279ff(0x9d)](a15_0x3279ff(0xa5));}else logger[a15_0x3279ff(0x9d)](a15_0x3279ff(0x9f));}catch(a15_0x479601){logger[a15_0x3279ff(0x9d)]('[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20'+util[a15_0x3279ff(0xd7)](a15_0x479601));}function a15_0x504d(_0x25c60c,_0x4f4c4a){const _0x4020c8=a15_0x4020();return a15_0x504d=function(_0x504d2f,_0x946f5a){_0x504d2f=_0x504d2f-0x7c;let _0x5b4daf=_0x4020c8[_0x504d2f];return _0x5b4daf;},a15_0x504d(_0x25c60c,_0x4f4c4a);}try{typeof jasmine!==a15_0x3279ff(0x9a)&&jasmine[a15_0x3279ff(0x7e)]&&jasmine['getEnv']()[a15_0x3279ff(0xda)]({'specStarted'(_0x46a685){const _0x342747=a15_0x3279ff,_0x26def0={};_0x26def0['ygvOi']=function(_0x499e1d,_0x1fc2a8){return _0x499e1d||_0x1fc2a8;};const _0x206ca4=_0x26def0;_activeResultId=_0x46a685&&_0x46a685['id'],_activeFullName=_0x46a685&&_0x46a685[_0x342747(0xd3)],_activeResultRef=_0x206ca4[_0x342747(0xa9)](_0x46a685,null);},'specDone'(){}});}catch(a15_0x43faa5){logger[a15_0x3279ff(0x9d)](a15_0x3279ff(0x96)+util[a15_0x3279ff(0xd7)](a15_0x43faa5));}const _resolveAutoScanning=()=>{const _0x15d916=a15_0x3279ff,_0x1e42cb={};_0x1e42cb['vMtFU']=function(_0x1e76c7,_0xc468b3){return _0x1e76c7===_0xc468b3;};const _0x3dc0b8=_0x1e42cb;let _0x1029c5=!![];try{const _0x5ae005=JSON[_0x15d916(0x89)](process[_0x15d916(0x9e)][_0x15d916(0x91)]||'{}');_0x3dc0b8[_0x15d916(0x99)](_0x5ae005[_0x15d916(0xb8)],![])&&(_0x1029c5=![]);}catch(_0x2e27b2){logger['debug'](_0x15d916(0x97)+_0x2e27b2['message']);}return _0x1029c5;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x49ea4b=a15_0x3279ff,_0x516e09={'SdOVj':function(_0x40273e){return _0x40273e();},'ysyIS':function(_0x9f149e,_0x15db77,_0x2a8e8e){return _0x9f149e(_0x15db77,_0x2a8e8e);},'pGRdv':function(_0x584ade,_0xd8717b){return _0x584ade&&_0xd8717b;},'wWKcE':_0x49ea4b(0x90),'YQGXm':_0x49ea4b(0xea)};try{const _0x4709f1=_0x516e09['SdOVj'](_resolveAutoScanning),_0x302948=_0x516e09['ysyIS'](shouldScanTestForAccessibility,null,![]),_0x3e0cae=_0x516e09[_0x49ea4b(0xf5)](_0x4709f1,_0x302948);globals['setGlobal'](_0x516e09[_0x49ea4b(0xb0)],_0x3e0cae),globals[_0x49ea4b(0xf4)](_0x516e09[_0x49ea4b(0x93)],null);}catch(_0x611d86){logger['debug'](_0x49ea4b(0x88)+util[_0x49ea4b(0xd7)](_0x611d86));}}),typeof afterEach==='function'&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x4d78ea=a15_0x3279ff,_0x25513d={'DQTXs':function(_0x4adfa9,_0xf903b1){return _0x4adfa9>_0xf903b1;},'aKpHy':function(_0x132087,_0x235fad){return _0x132087>_0x235fad;},'cCoxX':_0x4d78ea(0xd9),'OqAwL':function(_0x1fabe7,_0x12177d){return _0x1fabe7+_0x12177d;},'mVICW':_0x4d78ea(0xb2),'dIFQC':_0x4d78ea(0xee),'eSWPB':_0x4d78ea(0xbe),'nBLYt':_0x4d78ea(0xae),'tzMdp':_0x4d78ea(0xdc),'xzwNY':_0x4d78ea(0xc5),'qxRCf':function(_0x4550c7){return _0x4550c7();},'FZDXz':_0x4d78ea(0x98),'BCash':function(_0x9f40ab,_0xa3bb50){return _0x9f40ab>_0xa3bb50;},'EUBWW':_0x4d78ea(0x90),'mLpLH':_0x4d78ea(0xa3),'QkCSQ':_0x4d78ea(0xe4),'RgxNA':_0x4d78ea(0xa8),'ZLrJz':_0x4d78ea(0x8f),'XCdJT':_0x4d78ea(0xb1),'IoxFh':_0x4d78ea(0xa1),'IINWY':_0x4d78ea(0xcf)};try{if(Array[_0x4d78ea(0xdb)](global[_0x4d78ea(0x86)])&&_0x25513d[_0x4d78ea(0xc7)](global['__drivers'][_0x4d78ea(0xa2)],0x0)&&global[_0x4d78ea(0x86)][0x0]){const _0x4762f5=_activeFullName||global[_0x4d78ea(0x8b)];if(!global['__skipSessionName']&&_0x4762f5){global[_0x4d78ea(0x8b)]=_0x4762f5;try{await global[_0x4d78ea(0x86)][0x0][_0x4d78ea(0x9c)](_0x4d78ea(0xaa)+JSON[_0x4d78ea(0xc4)](_0x4762f5)+'}}'),global[_0x4d78ea(0x86)][0x0][_0x4d78ea(0xc3)]=!![];}catch(_0x5d701d){logger[_0x4d78ea(0x9d)]('[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20'+util[_0x4d78ea(0xd7)](_0x5d701d));}}if(!global[_0x4d78ea(0xcc)])try{const _0x247c48=_activeResultRef&&Array[_0x4d78ea(0xdb)](_activeResultRef[_0x4d78ea(0xaf)])?_activeResultRef[_0x4d78ea(0xaf)]:[],_0x3f8ec0=_0x25513d['aKpHy'](_0x247c48['length'],0x0),_0x358d31=_0x3f8ec0?_0x247c48[0x0]&&_0x247c48[0x0][_0x4d78ea(0xe0)]||_0x25513d[_0x4d78ea(0xeb)]:null;try{await global['__drivers'][0x0][_0x4d78ea(0x9c)](_0x4d78ea(0xba)+JSON['stringify'](_0x3f8ec0?_0x25513d[_0x4d78ea(0x8d)](_0x25513d[_0x4d78ea(0x9b)],_0x358d31):_0x25513d[_0x4d78ea(0x85)])+',\x22level\x22:\x20\x22'+(_0x3f8ec0?_0x25513d[_0x4d78ea(0xb7)]:_0x25513d[_0x4d78ea(0xbd)])+_0x4d78ea(0xc2));}catch(_0x46b6ca){logger[_0x4d78ea(0x9d)](_0x4d78ea(0xd6)+util['format'](_0x46b6ca));}_0x3f8ec0&&(global['__sessionFailed']=!![]),await helper['markSessionStatus'](global['__drivers'][0x0],_0x3f8ec0?_0x25513d[_0x4d78ea(0xf1)]:_0x25513d[_0x4d78ea(0xe7)],_0x358d31);}catch(_0x431b20){logger[_0x4d78ea(0x9d)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util[_0x4d78ea(0xd7)](_0x431b20));}}}catch(_0xea8be3){logger[_0x4d78ea(0x9d)](_0x4d78ea(0xdf)+util[_0x4d78ea(0xd7)](_0xea8be3));}try{if(_0x25513d[_0x4d78ea(0x84)](isAccessibilityAutomationSession)&&globals[_0x4d78ea(0x92)](_0x25513d['FZDXz'])&&Array[_0x4d78ea(0xdb)](global[_0x4d78ea(0x86)])&&_0x25513d['BCash'](global['__drivers'][_0x4d78ea(0xa2)],0x0)&&global[_0x4d78ea(0x86)][0x0]){const _0x1c8f97=testRunMap[_0x4d78ea(0xb3)](_activeResultId),_0x1a7ad0={};_0x1a7ad0['thTestRunUuid']=_0x1c8f97,_0x1a7ad0['thBuildUuid']=process[_0x4d78ea(0x9e)][testHubConstants[_0x4d78ea(0xe3)]['BROWSERSTACK_TESTHUB_UUID']],_0x1a7ad0[_0x4d78ea(0xfb)]=process[_0x4d78ea(0x9e)][testHubConstants['ENV_VAR'][_0x4d78ea(0xe8)]];const _0x5a4a35=_0x1a7ad0;logger['debug']('[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20'+JSON[_0x4d78ea(0xc4)](_0x5a4a35));if(globals['getGlobal'](_0x25513d[_0x4d78ea(0xe9)])){logger[_0x4d78ea(0x9d)](_0x25513d[_0x4d78ea(0xf6)]);const _0x20038f=await accessibilityRetryHelper['performScanWithRetry'](global['__drivers'][0x0],global[_0x4d78ea(0xa7)]);_0x20038f?logger[_0x4d78ea(0x9d)](_0x25513d[_0x4d78ea(0xb6)]):logger[_0x4d78ea(0xc6)](_0x25513d['RgxNA']);}else logger[_0x4d78ea(0x9d)](_0x25513d[_0x4d78ea(0xbc)]);globals[_0x4d78ea(0x92)](_0x25513d['XCdJT'])&&(_0x5a4a35[_0x4d78ea(0xe5)]=!![]);const _0xc8a3db=await accessibilityRetryHelper[_0x4d78ea(0xdd)](global[_0x4d78ea(0x86)][0x0],_0x5a4a35);_0xc8a3db?logger[_0x4d78ea(0x9d)](_0x25513d['IoxFh']):logger[_0x4d78ea(0xc6)](_0x25513d[_0x4d78ea(0xd0)]);}}catch(_0x58fafa){logger['error'](_0x4d78ea(0x8c)+util['format'](_0x58fafa));}});}catch(a15_0x10a62a){logger[a15_0x3279ff(0x9d)](a15_0x3279ff(0xb4)+util[a15_0x3279ff(0xd7)](a15_0x10a62a));}module[a15_0x3279ff(0xfe)]={};
|
|
1
|
+
'use strict';function a15_0x28ba(){const _0x5a35bd=['ENV_VAR','fDYDI','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','getEnv','YcRQf','saveAccessibilityResultsWithRetry','is_mobile_session','failedExpectations','message','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','CONFIG','bstackA11yShouldScan','pop','getGlobal','bin','getPackageVersion','__skipSessionStatus','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','427595KvBbGL','../../helpers/accessibility-automation/accessibilityRetryHelper','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Failed:\x20','36tyfPZe','YqGsh','EadBW','winstonLogger','ImyhH','dIWlZ','../../helpers/logger','startsWith','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','stack','warn','isTrue','thTestRunUuid','isMobilePlatform','executeScript','BROWSERSTACK_TESTHUB_UUID','format','../../helpers/helper','FLVrp','getFileName','WLjDs','util','push','Passed','sessionNameSet__','63wrjFud','uDivl','./bstack-reporter/customReporter','browserstackPlatformIndex','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','VDShL','function','plSBf','SWsqW','EDIqi','600Jgpjqx','env','node:','browserstackAgentV2','jasmine','FjlBt','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','dYtiQ','99286HbWTlT','__drivers','__skipSessionName','fileNameByFullName','undefined','jXExO','performScanWithRetry','../../helpers/testhub/utils','skipSessionStatus','9854EwwKmY','1605390dSfNEi','qYKZn','167aMITBv','get','../../helpers/accessibility-automation/helper','includes','split','3950792URKvuV','sessionName','SprBC','wEynl','info','passed','bstackA11yScanOptions','VnkBZ','OJsgB','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','rTxOA','addReporter','MremX','isAccessibilityPlatform',',\x22level\x22:\x20\x22','__platformCaps','platformIndex','184206MnUfeR','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','@playwright/test','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','uQzht','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','36jpbwbP','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','forEach','exports','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','__sessionFailed','keys','skipSessionName','setGlobal','prepareStackTrace','isArray','vQgco','875913YrdXEx','../../helpers/globals','browserstackSessionName','stringify','length','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','Spec\x20failed','error','markSessionStatus','\x22}}','itGHm','cwkGc','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','XLsGA','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','../../index','platformCaps','debug'];a15_0x28ba=function(){return _0x5a35bd;};return a15_0x28ba();}const a15_0x2913bd=a15_0x1da2;(function(_0x62da49,_0xac4fbc){const _0x4375d5=a15_0x1da2,_0x42bd4d=_0x62da49();while(!![]){try{const _0xf7cc95=-parseInt(_0x4375d5(0x187))/0x1*(-parseInt(_0x4375d5(0x184))/0x2)+-parseInt(_0x4375d5(0x1b0))/0x3+parseInt(_0x4375d5(0x1a4))/0x4*(parseInt(_0x4375d5(0x1d4))/0x5)+-parseInt(_0x4375d5(0x19d))/0x6*(parseInt(_0x4375d5(0x168))/0x7)+parseInt(_0x4375d5(0x18c))/0x8+-parseInt(_0x4375d5(0x1d8))/0x9*(parseInt(_0x4375d5(0x185))/0xa)+-parseInt(_0x4375d5(0x17b))/0xb*(parseInt(_0x4375d5(0x173))/0xc);if(_0xf7cc95===_0xac4fbc)break;else _0x42bd4d['push'](_0x42bd4d['shift']());}catch(_0x34c87d){_0x42bd4d['push'](_0x42bd4d['shift']());}}}(a15_0x28ba,0x67a91));const util=require(a15_0x2913bd(0x164)),logger=require(a15_0x2913bd(0x1de))[a15_0x2913bd(0x1db)],helper=require(a15_0x2913bd(0x1e9)),globals=require(a15_0x2913bd(0x1b1)),{shouldProcessEventForTesthub}=require(a15_0x2913bd(0x182)),testHubConstants=require('../../helpers/testhub/constants'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a15_0x2913bd(0x189)),accessibilityRetryHelper=require(a15_0x2913bd(0x1d5)),testRunMap=require('./testRunMap');let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a15_0x2913bd(0x174)]['BROWSERSTACK_JASMINE_CONFIG']||process[a15_0x2913bd(0x174)][a15_0x2913bd(0x1cc)];rawConfig!==undefined&&(_bstackConfig=JSON['parse'](rawConfig));}catch(a15_0x1473fb){logger[a15_0x2913bd(0x1c1)](a15_0x2913bd(0x1a8)+util['format'](a15_0x1473fb));}function a15_0x1da2(_0x4da13f,_0x556baf){const _0x28ba86=a15_0x28ba();return a15_0x1da2=function(_0x1da2d8,_0x57f02b){_0x1da2d8=_0x1da2d8-0x162;let _0x32d0b8=_0x28ba86[_0x1da2d8];return _0x32d0b8;},a15_0x1da2(_0x4da13f,_0x556baf);}try{if(_bstackConfig&&!helper[a15_0x2913bd(0x1d1)](a15_0x2913bd(0x19f))){const gjGRPt='0|1|4|3|2'[a15_0x2913bd(0x18b)]('|');let RnkqJB=0x0;while(!![]){switch(gjGRPt[RnkqJB++]){case'0':logger[a15_0x2913bd(0x1c1)]('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'1':shouldProcessEventForTesthub()?require(a15_0x2913bd(0x1bf))[a15_0x2913bd(0x176)](_bstackConfig,null,!![]):require(a15_0x2913bd(0x1bf))['browserstackAgentV2'](_bstackConfig);continue;case'2':helper['isBrowserstackInfra']()?(global[a15_0x2913bd(0x17d)]=helper[a15_0x2913bd(0x1e3)](_bstackConfig[a15_0x2913bd(0x1ab)]),global[a15_0x2913bd(0x1d2)]=helper[a15_0x2913bd(0x1e3)](_bstackConfig[a15_0x2913bd(0x183)])):(global[a15_0x2913bd(0x17d)]=!![],global[a15_0x2913bd(0x1d2)]=!![]);continue;case'3':global[a15_0x2913bd(0x16b)]=_bstackConfig[a15_0x2913bd(0x19c)];continue;case'4':global[a15_0x2913bd(0x19b)]=_bstackConfig[a15_0x2913bd(0x1c0)]||{};continue;}break;}}}catch(a15_0x469b5e){logger[a15_0x2913bd(0x1c1)](a15_0x2913bd(0x16d)+util[a15_0x2913bd(0x1e8)](a15_0x469b5e));}const _fileNameByFullName={};try{if(typeof describe===a15_0x2913bd(0x16f)&&typeof global!==a15_0x2913bd(0x17f)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x491c3f=a15_0x2913bd,_0xb3c9ee={'jXExO':function(_0x2ac38e,_0x57e35f){return _0x2ac38e(_0x57e35f);},'EadBW':'path','NMLvO':function(_0x2c31bc,_0x16e5ea){return _0x2c31bc(_0x16e5ea);},'uDivl':_0x491c3f(0x175),'FLVrp':'jasmine-core'},_0x320499=Error[_0x491c3f(0x1ad)];try{const _0x406fa3=new Error();Error[_0x491c3f(0x1ad)]=(_0xf87422,_0x2b5c1b)=>_0x2b5c1b;const _0xef627a=_0x406fa3[_0x491c3f(0x1e1)];Error[_0x491c3f(0x1ad)]=_0x320499;if(Array[_0x491c3f(0x1ae)](_0xef627a))for(const _0x5b5856 of _0xef627a){const _0x588f23=_0x5b5856[_0x491c3f(0x162)]&&_0x5b5856[_0x491c3f(0x162)]();if(_0x588f23&&!_0x588f23[_0x491c3f(0x18a)](_0x491c3f(0x1d0)+_0xb3c9ee[_0x491c3f(0x180)](require,_0xb3c9ee[_0x491c3f(0x1da)])['sep']+_0x491c3f(0x177)+_0xb3c9ee['NMLvO'](require,_0xb3c9ee['EadBW'])['sep'])&&!_0x588f23[_0x491c3f(0x1df)](_0xb3c9ee[_0x491c3f(0x169)])&&!_0x588f23['includes'](_0xb3c9ee[_0x491c3f(0x1ea)]))return _0x588f23;}}catch(_0x18a51e){Error[_0x491c3f(0x1ad)]=_0x320499;}return null;},_wrappedDescribe=function(_0x138569,_0x4f1daa){const _0xfeab34=a15_0x2913bd,_0x4f1a79={'OJsgB':function(_0x5b71b7){return _0x5b71b7();},'ImyhH':function(_0x39d044,_0x10677c){return _0x39d044&&_0x10677c;},'zjLeh':function(_0x44b9df,_0x2822ab,_0x490647){return _0x44b9df(_0x2822ab,_0x490647);}};let _0x49c33a=null;try{_0x49c33a=_0x4f1a79[_0xfeab34(0x194)](_resolveCallerFile);}catch(_0x1d7bc9){}_describeTitleStack[_0xfeab34(0x165)](_0x138569);const _0x32b907=_describeTitleStack['join']('\x20');_0x4f1a79[_0xfeab34(0x1dc)](_0x49c33a,_0x32b907)&&(_fileNameByFullName[_0x32b907]=_0x49c33a);try{return _0x4f1a79['zjLeh'](_origDescribe,_0x138569,_0x4f1daa);}finally{_describeTitleStack[_0xfeab34(0x1ce)]();}};Object[a15_0x2913bd(0x1aa)](_origDescribe)[a15_0x2913bd(0x1a6)](_0x1487b2=>{_wrappedDescribe[_0x1487b2]=_origDescribe[_0x1487b2];}),global['describe']=_wrappedDescribe;}}catch(a15_0x12d128){logger['debug']('[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20'+util[a15_0x2913bd(0x1e8)](a15_0x12d128));}try{if(typeof jasmine!==a15_0x2913bd(0x17f)&&jasmine[a15_0x2913bd(0x1c5)]){const BrowserStackJasmineReporter=require(a15_0x2913bd(0x16a)),a15_0x16fbf1={};a15_0x16fbf1[a15_0x2913bd(0x17e)]=_fileNameByFullName,jasmine['getEnv']()[a15_0x2913bd(0x197)](new BrowserStackJasmineReporter(a15_0x16fbf1)),logger[a15_0x2913bd(0x1c1)](a15_0x2913bd(0x1e0));}else logger['debug'](a15_0x2913bd(0x1be));}catch(a15_0x702b3b){logger['debug'](a15_0x2913bd(0x1c4)+util[a15_0x2913bd(0x1e8)](a15_0x702b3b));}try{typeof jasmine!==a15_0x2913bd(0x17f)&&jasmine[a15_0x2913bd(0x1c5)]&&jasmine[a15_0x2913bd(0x1c5)]()[a15_0x2913bd(0x197)]({'specStarted'(_0x1f3e1f){const _0x34df9a={};_0x34df9a['wBWoY']=function(_0x3cde46,_0x14f0aa){return _0x3cde46||_0x14f0aa;};const _0x556014=_0x34df9a;_activeResultId=_0x1f3e1f&&_0x1f3e1f['id'],_activeFullName=_0x1f3e1f&&_0x1f3e1f['fullName'],_activeResultRef=_0x556014['wBWoY'](_0x1f3e1f,null);},'specDone'(){}});}catch(a15_0x2494ab){logger[a15_0x2913bd(0x1c1)](a15_0x2913bd(0x1bc)+util[a15_0x2913bd(0x1e8)](a15_0x2494ab));}const _resolveAutoScanning=()=>{const _0x231a6d=a15_0x2913bd,_0x28234b={};_0x28234b['uQzht']=function(_0x416716,_0x7e4e97){return _0x416716===_0x7e4e97;};const _0x2a05fe=_0x28234b;let _0x50b039=!![];try{const _0x4f01a8=JSON['parse'](process[_0x231a6d(0x174)][_0x231a6d(0x1d6)]||'{}');_0x2a05fe[_0x231a6d(0x1a1)](_0x4f01a8['autoScanning'],![])&&(_0x50b039=![]);}catch(_0x262a53){logger['debug']('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x262a53[_0x231a6d(0x1ca)]);}return _0x50b039;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x3ee49b=a15_0x2913bd,_0x5f0ca6={'VnkBZ':function(_0x4443db){return _0x4443db();},'dYtiQ':function(_0x1b1f70,_0x42778e,_0x42f067){return _0x1b1f70(_0x42778e,_0x42f067);},'MrWgY':function(_0x40c93c,_0x14475f){return _0x40c93c&&_0x14475f;},'WLjDs':_0x3ee49b(0x1cd),'hnrBP':_0x3ee49b(0x192)};try{const _0x20651e=_0x5f0ca6[_0x3ee49b(0x193)](_resolveAutoScanning),_0x10aebd=_0x5f0ca6[_0x3ee49b(0x17a)](shouldScanTestForAccessibility,null,![]),_0x41ed52=_0x5f0ca6['MrWgY'](_0x20651e,_0x10aebd);globals['setGlobal'](_0x5f0ca6[_0x3ee49b(0x163)],_0x41ed52),globals[_0x3ee49b(0x1ac)](_0x5f0ca6['hnrBP'],null);}catch(_0x270849){logger['debug']('[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'+util[_0x3ee49b(0x1e8)](_0x270849));}}),typeof afterEach===a15_0x2913bd(0x16f)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x2272ae=a15_0x2913bd,_0x28e3d5={'YcRQf':function(_0x3ef392,_0x1eb10d){return _0x3ef392>_0x1eb10d;},'qYKZn':function(_0x3a5be5,_0x1a955e){return _0x3a5be5>_0x1a955e;},'VDShL':_0x2272ae(0x1b6),'aslIS':function(_0x3ae794,_0x2b2fe6){return _0x3ae794+_0x2b2fe6;},'SprBC':_0x2272ae(0x1d7),'cwkGc':_0x2272ae(0x166),'dIWlZ':_0x2272ae(0x1b7),'MremX':_0x2272ae(0x190),'ohsIr':'failed','plSBf':_0x2272ae(0x191),'FjlBt':function(_0x26335f){return _0x26335f();},'vQgco':_0x2272ae(0x199),'YqGsh':function(_0x525845,_0x1b7fef){return _0x525845>_0x1b7fef;},'EDIqi':_0x2272ae(0x1cd),'rTxOA':_0x2272ae(0x1b5),'fDYDI':'[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','wEynl':_0x2272ae(0x195),'itGHm':_0x2272ae(0x1d3),'SWsqW':_0x2272ae(0x1e5),'QIUIk':_0x2272ae(0x16c),'XLsGA':'[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts'};try{if(Array[_0x2272ae(0x1ae)](global[_0x2272ae(0x17c)])&&_0x28e3d5[_0x2272ae(0x1c6)](global[_0x2272ae(0x17c)][_0x2272ae(0x1b4)],0x0)&&global[_0x2272ae(0x17c)][0x0]){const _0x468f4b=_activeFullName||global['sessionName'];if(!global[_0x2272ae(0x17d)]&&_0x468f4b){global[_0x2272ae(0x18d)]=_0x468f4b;try{await global['__drivers'][0x0][_0x2272ae(0x1e6)](_0x2272ae(0x1a0)+JSON[_0x2272ae(0x1b3)](_0x468f4b)+'}}'),global[_0x2272ae(0x17c)][0x0][_0x2272ae(0x167)]=!![];}catch(_0x3326ee){logger[_0x2272ae(0x1c1)](_0x2272ae(0x1a2)+util[_0x2272ae(0x1e8)](_0x3326ee));}}if(!global[_0x2272ae(0x1d2)])try{const _0x259242=_activeResultRef&&Array[_0x2272ae(0x1ae)](_activeResultRef['failedExpectations'])?_activeResultRef[_0x2272ae(0x1c9)]:[],_0x1734cd=_0x28e3d5[_0x2272ae(0x186)](_0x259242[_0x2272ae(0x1b4)],0x0),_0x1b523e=_0x1734cd?_0x259242[0x0]&&_0x259242[0x0][_0x2272ae(0x1ca)]||_0x28e3d5[_0x2272ae(0x16e)]:null;try{await global['__drivers'][0x0][_0x2272ae(0x1e6)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON[_0x2272ae(0x1b3)](_0x1734cd?_0x28e3d5['aslIS'](_0x28e3d5[_0x2272ae(0x18e)],_0x1b523e):_0x28e3d5[_0x2272ae(0x1bb)])+_0x2272ae(0x19a)+(_0x1734cd?_0x28e3d5[_0x2272ae(0x1dd)]:_0x28e3d5[_0x2272ae(0x198)])+_0x2272ae(0x1b9));}catch(_0x3f026f){logger[_0x2272ae(0x1c1)](_0x2272ae(0x1a5)+util[_0x2272ae(0x1e8)](_0x3f026f));}_0x1734cd&&(global[_0x2272ae(0x1a9)]=!![]),await helper[_0x2272ae(0x1b8)](global[_0x2272ae(0x17c)][0x0],_0x1734cd?_0x28e3d5['ohsIr']:_0x28e3d5[_0x2272ae(0x170)],_0x1b523e);}catch(_0x38921d){logger[_0x2272ae(0x1c1)](_0x2272ae(0x179)+util['format'](_0x38921d));}}}catch(_0x5a87c1){logger[_0x2272ae(0x1c1)](_0x2272ae(0x19e)+util['format'](_0x5a87c1));}try{if(_0x28e3d5[_0x2272ae(0x178)](isAccessibilityAutomationSession)&&globals[_0x2272ae(0x1cf)](_0x28e3d5[_0x2272ae(0x1af)])&&Array[_0x2272ae(0x1ae)](global[_0x2272ae(0x17c)])&&_0x28e3d5[_0x2272ae(0x1d9)](global[_0x2272ae(0x17c)]['length'],0x0)&&global[_0x2272ae(0x17c)][0x0]){const _0x44d596=testRunMap[_0x2272ae(0x188)](_activeResultId),_0x36bcdc={};_0x36bcdc[_0x2272ae(0x1e4)]=_0x44d596,_0x36bcdc['thBuildUuid']=process[_0x2272ae(0x174)][testHubConstants['ENV_VAR'][_0x2272ae(0x1e7)]],_0x36bcdc['thJwtToken']=process[_0x2272ae(0x174)][testHubConstants[_0x2272ae(0x1c2)]['BROWSERSTACK_TESTHUB_JWT']];const _0xc74f16=_0x36bcdc;logger[_0x2272ae(0x1c1)](_0x2272ae(0x1cb)+JSON['stringify'](_0xc74f16));if(globals[_0x2272ae(0x1cf)](_0x28e3d5[_0x2272ae(0x172)])){logger[_0x2272ae(0x1c1)](_0x28e3d5[_0x2272ae(0x196)]);const _0x3a978b=await accessibilityRetryHelper[_0x2272ae(0x181)](global[_0x2272ae(0x17c)][0x0],global[_0x2272ae(0x1b2)]);_0x3a978b?logger['debug'](_0x28e3d5[_0x2272ae(0x1c3)]):logger[_0x2272ae(0x1e2)](_0x28e3d5[_0x2272ae(0x18f)]);}else logger[_0x2272ae(0x1c1)](_0x28e3d5[_0x2272ae(0x1ba)]);globals['getGlobal'](_0x28e3d5[_0x2272ae(0x171)])&&(_0xc74f16[_0x2272ae(0x1c8)]=!![]);const _0x5d7ee2=await accessibilityRetryHelper[_0x2272ae(0x1c7)](global[_0x2272ae(0x17c)][0x0],_0xc74f16);_0x5d7ee2?logger[_0x2272ae(0x1c1)](_0x28e3d5['QIUIk']):logger[_0x2272ae(0x1e2)](_0x28e3d5[_0x2272ae(0x1bd)]);}}catch(_0x3ca6e4){logger[_0x2272ae(0x1b7)](_0x2272ae(0x1a3)+util[_0x2272ae(0x1e8)](_0x3ca6e4));}});}catch(a15_0x34b039){logger[a15_0x2913bd(0x1c1)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util[a15_0x2913bd(0x1e8)](a15_0x34b039));}module[a15_0x2913bd(0x1a7)]={};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';
|
|
1
|
+
'use strict';const a16_0x186c7f=a16_0x7a88;(function(_0x74936f,_0x237014){const _0x1c7201=a16_0x7a88,_0x1c66d3=_0x74936f();while(!![]){try{const _0x2c0957=-parseInt(_0x1c7201(0x1e6))/0x1+-parseInt(_0x1c7201(0x1e9))/0x2+-parseInt(_0x1c7201(0x1f0))/0x3*(parseInt(_0x1c7201(0x1ea))/0x4)+-parseInt(_0x1c7201(0x1ef))/0x5+-parseInt(_0x1c7201(0x1f5))/0x6+parseInt(_0x1c7201(0x1f3))/0x7*(parseInt(_0x1c7201(0x1e5))/0x8)+parseInt(_0x1c7201(0x1eb))/0x9;if(_0x2c0957===_0x237014)break;else _0x1c66d3['push'](_0x1c66d3['shift']());}catch(_0x8b40df){_0x1c66d3['push'](_0x1c66d3['shift']());}}}(a16_0x2bea,0x2efcf));function a16_0x7a88(_0x476603,_0x57d695){const _0x2beaf7=a16_0x2bea();return a16_0x7a88=function(_0x7a888f,_0xa50968){_0x7a888f=_0x7a888f-0x1e5;let _0xe61d98=_0x2beaf7[_0x7a888f];return _0xe61d98;},a16_0x7a88(_0x476603,_0x57d695);}function a16_0x2bea(){const _0x5b00b6=['1091538bYfxSy','yKZyF','1866174yBiuRY','size','8rNbTCA','71972UNqvqI','remove','get','633314wlCKrz','4necXts','9282834IeYTku','cjfVB','RESbx','set','44280ehwnjT','859149jdyfDV','delete','agNHa'];a16_0x2bea=function(){return _0x5b00b6;};return a16_0x2bea();}const _specUuidById=new Map();exports[a16_0x186c7f(0x1ee)]=(_0x2a4a96,_0x5b6ceb)=>{const _0x3e2898=a16_0x186c7f,_0x3e6a2e={};_0x3e6a2e['yKZyF']=function(_0x38a70f,_0x451816){return _0x38a70f===_0x451816;};const _0x485397=_0x3e6a2e;if(_0x485397['yKZyF'](_0x2a4a96,undefined)||_0x485397[_0x3e2898(0x1f4)](_0x2a4a96,null))return;_specUuidById['set'](_0x2a4a96,_0x5b6ceb);},exports[a16_0x186c7f(0x1e8)]=_0x524e1e=>{const _0x1edfba=a16_0x186c7f,_0x3ea42e={};_0x3ea42e['agNHa']=function(_0xb4734e,_0x4e1077){return _0xb4734e===_0x4e1077;};const _0x301f09=_0x3ea42e;if(_0x301f09[_0x1edfba(0x1f2)](_0x524e1e,undefined)||_0x301f09['agNHa'](_0x524e1e,null))return undefined;return _specUuidById['get'](_0x524e1e);},exports[a16_0x186c7f(0x1e7)]=_0x489796=>{const _0x5cd5d3=a16_0x186c7f,_0x353acc={};_0x353acc[_0x5cd5d3(0x1ed)]=function(_0x2bf22c,_0x3220ab){return _0x2bf22c===_0x3220ab;},_0x353acc[_0x5cd5d3(0x1ec)]=function(_0x73ff71,_0x198d58){return _0x73ff71===_0x198d58;};const _0x37111b=_0x353acc;if(_0x37111b[_0x5cd5d3(0x1ed)](_0x489796,undefined)||_0x37111b[_0x5cd5d3(0x1ec)](_0x489796,null))return;_specUuidById[_0x5cd5d3(0x1f1)](_0x489796);},exports['_size']=()=>_specUuidById[a16_0x186c7f(0x1f6)];
|