browserstack-node-sdk 1.41.1 → 1.42.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/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/cucumber-sessionDetails.js +1 -0
- 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/playwright-patcher.js +1 -0
- 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/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_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/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/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/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/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.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/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/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/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 -0
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9_0x4cc8d8=a9_0x3d51;(function(_0x20925d,_0x55e7f7){const _0x55cd81=a9_0x3d51,_0x475343=_0x20925d();while(!![]){try{const _0x324447=parseInt(_0x55cd81(0x1ba))/0x1*(parseInt(_0x55cd81(0x1b0))/0x2)+parseInt(_0x55cd81(0x22a))/0x3+parseInt(_0x55cd81(0x1f2))/0x4+parseInt(_0x55cd81(0x1fb))/0x5*(-parseInt(_0x55cd81(0x1fe))/0x6)+parseInt(_0x55cd81(0x226))/0x7*(-parseInt(_0x55cd81(0x207))/0x8)+parseInt(_0x55cd81(0x23c))/0x9*(-parseInt(_0x55cd81(0x243))/0xa)+parseInt(_0x55cd81(0x200))/0xb*(parseInt(_0x55cd81(0x1ea))/0xc);if(_0x324447===_0x55e7f7)break;else _0x475343['push'](_0x475343['shift']());}catch(_0x13526e){_0x475343['push'](_0x475343['shift']());}}}(a9_0x5574,0xaa14f));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a9_0x4cc8d8(0x247)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x4cc8d8(0x24b)),PerformanceTester=require(a9_0x4cc8d8(0x23e)),{commandRepository}=require(a9_0x4cc8d8(0x1c3)),cucumberModule=requireModule(a9_0x4cc8d8(0x255),a9_0x4cc8d8(0x1db)),logger=require('../../helpers/logger')[a9_0x4cc8d8(0x20d)],{shouldProcessEventForTesthub}=require(a9_0x4cc8d8(0x1dc)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x4cc8d8(0x232)),TestDetails=require(a9_0x4cc8d8(0x220)),RequestQueueHandler=require(a9_0x4cc8d8(0x223)),{o11yErrorHandler}=require(a9_0x4cc8d8(0x253)),MyReporter=require(a9_0x4cc8d8(0x1e2)),SessionHandler=require(a9_0x4cc8d8(0x245)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x4cc8d8(0x216)),testHubConstants=require(a9_0x4cc8d8(0x1f6)),{shouldScanTestForAccessibility}=require(a9_0x4cc8d8(0x250)),{isUndefined}=require(a9_0x4cc8d8(0x222)),a9_0x59f061={};a9_0x59f061[a9_0x4cc8d8(0x1d5)]=undefined,a9_0x59f061[a9_0x4cc8d8(0x20c)]={},a9_0x59f061[a9_0x4cc8d8(0x1df)]=![],a9_0x59f061[a9_0x4cc8d8(0x20c)]['id']=undefined,a9_0x59f061[a9_0x4cc8d8(0x20c)][a9_0x4cc8d8(0x1e6)]=undefined;const workerDetails=a9_0x59f061;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x5c81a9){const _0x29fd92=a9_0x4cc8d8,_0x56ba1b=workerDetails[_0x29fd92(0x20c)][_0x29fd92(0x1e6)];if(!_0x56ba1b)return;await MyReporter[_0x29fd92(0x21b)](_0x56ba1b,_0x5c81a9);}),registerListeners=()=>{const _0x2b52e0=a9_0x4cc8d8,_0x52e2d5={};_0x52e2d5[_0x2b52e0(0x1fa)]=_0x2b52e0(0x1e9);const _0x1cb5b3=_0x52e2d5;logger[_0x2b52e0(0x21c)](_0x1cb5b3[_0x2b52e0(0x1fa)]),process['removeAllListeners']('bs:addLog:'+process[_0x2b52e0(0x1a7)]),process['on'](_0x2b52e0(0x214)+process[_0x2b52e0(0x1a7)],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x4cc8d8(0x1e3)],After=cucumberModule['After'],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a9_0x4cc8d8(0x233)],AfterStep=cucumberModule[a9_0x4cc8d8(0x1b4)],configuration=process[a9_0x4cc8d8(0x1cb)][a9_0x4cc8d8(0x1f0)],bstackConfig=process[a9_0x4cc8d8(0x1cb)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x4cc8d8(0x229)](configuration);isBrowserstackInfra()?(global[a9_0x4cc8d8(0x1b3)]=isTrue(config[a9_0x4cc8d8(0x256)]),global[a9_0x4cc8d8(0x237)]=isTrue(config[a9_0x4cc8d8(0x1de)])):(global[a9_0x4cc8d8(0x1b3)]=!![],global[a9_0x4cc8d8(0x237)]=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x4cc8d8(0x210)](config,null,!![]):require(a9_0x4cc8d8(0x1d0))[a9_0x4cc8d8(0x210)](config),global[a9_0x4cc8d8(0x219)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x4cc8d8(0x1ae)](browserStackConfig),commandRepository[a9_0x4cc8d8(0x230)](a9_0x4cc8d8(0x1f3)));}global[a9_0x4cc8d8(0x1c5)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x4cc8d8(0x228)];cucumberModule[a9_0x4cc8d8(0x228)]=_0x3ce758=>{const _0x4f5960=a9_0x4cc8d8,_0x5d1c8a={'ScaLT':function(_0x517cbb,_0x24c542){return _0x517cbb(_0x24c542);}};global[_0x4f5960(0x1c5)]=_0x3ce758,_0x5d1c8a[_0x4f5960(0x1bc)](__setDefaultTimeout,_0x3ce758);};const a9_0xa4af79={};a9_0xa4af79[a9_0x4cc8d8(0x1ed)]='bstack',BeforeAll(a9_0xa4af79,function(){const _0x8bc643=a9_0x4cc8d8,_0x4a09e3={'iBJMl':function(_0x13e160,_0x286508,_0x37a9d9,_0x4e1567){return _0x13e160(_0x286508,_0x37a9d9,_0x4e1567);},'fLQNG':_0x8bc643(0x1ee),'hmEoT':_0x8bc643(0x1f1),'paVRo':function(_0x45cf10,_0x461391,_0x1a3003){return _0x45cf10(_0x461391,_0x1a3003);},'AuHgO':_0x8bc643(0x1fd),'mCzrM':_0x8bc643(0x244),'PQGiz':function(_0x472a49){return _0x472a49();},'yrCZa':function(_0x323b4b){return _0x323b4b();},'iIVQT':function(_0x55d12f,_0x34ffbb){return _0x55d12f(_0x34ffbb);}};PerformanceTester[_0x8bc643(0x236)](),logger[_0x8bc643(0x21c)](_0x4a09e3[_0x8bc643(0x22b)]),global[_0x8bc643(0x1ef)]=[],global[_0x8bc643(0x1bd)]=![],_0x4a09e3[_0x8bc643(0x23a)](shouldProcessEventForTesthub)&&(_0x4a09e3[_0x8bc643(0x224)](registerListeners),_0x4a09e3['iIVQT'](addRequestSpy,![])),global[_0x8bc643(0x1e0)]=async()=>{const _0x1cc7d2=_0x8bc643;let _0x4a134d=![];try{await global[_0x1cc7d2(0x21d)][0x0][_0x1cc7d2(0x221)],_0x4a134d=!![],global[_0x1cc7d2(0x1bd)]?await _0x4a09e3[_0x1cc7d2(0x1ec)](markSessionStatus,global[_0x1cc7d2(0x21d)][0x0],_0x4a09e3[_0x1cc7d2(0x1d6)],global[_0x1cc7d2(0x1ef)]['join'](_0x4a09e3[_0x1cc7d2(0x1da)])):await _0x4a09e3['paVRo'](markSessionStatus,global[_0x1cc7d2(0x21d)][0x0],_0x4a09e3[_0x1cc7d2(0x1b9)]);}catch(_0x35a1b6){logger[_0x1cc7d2(0x21c)](_0x1cc7d2(0x1e5)+_0x35a1b6);}global[_0x1cc7d2(0x1ef)]=[],global[_0x1cc7d2(0x1bd)]=![];if(_0x4a134d)try{await global['__drivers'][0x0]['initQuit'](),global[_0x1cc7d2(0x21d)][0x0][_0x1cc7d2(0x221)][_0x1cc7d2(0x1c9)](_0x129c6b=>{const _0x401cd2=_0x1cc7d2;logger['debug'](_0x401cd2(0x1ab)+_0x129c6b[_0x401cd2(0x21f)]());})[_0x1cc7d2(0x225)](_0x1f3c76=>{});}catch(_0x2b9e25){logger[_0x1cc7d2(0x21c)](_0x1cc7d2(0x20b)+_0x2b9e25);}};});const a9_0x373e83={};a9_0x373e83[a9_0x4cc8d8(0x1ed)]=a9_0x4cc8d8(0x235),a9_0x373e83[a9_0x4cc8d8(0x1a8)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x4cc8d8(0x1e8)],Before(a9_0x373e83,function(_0x79a214,_0x17b8cf){const _0x298e0d=a9_0x4cc8d8,_0x370ca0={'bohsW':function(_0x4f169e,_0x5efa8b){return _0x4f169e>_0x5efa8b;},'OprFW':function(_0xed9590,_0x3c26a7){return _0xed9590(_0x3c26a7);},'QtkGc':function(_0x2def6f,_0x450d8c,_0x43daa1,_0xd174c0){return _0x2def6f(_0x450d8c,_0x43daa1,_0xd174c0);},'QHgMF':_0x298e0d(0x1a9),'cmFBC':function(_0x1ab023){return _0x1ab023();},'WAdKR':_0x298e0d(0x227)};commandRepository['setTestNameForHealingContext'](_0x79a214[_0x298e0d(0x1ad)][_0x298e0d(0x1ed)]),logger['debug'](_0x370ca0[_0x298e0d(0x22c)]),new Promise(async _0x19535c=>{const _0x1cac51=_0x298e0d;try{_0x370ca0[_0x1cac51(0x1f5)](global[_0x1cac51(0x21d)][_0x1cac51(0x1a6)],0x1)&&(await global[_0x1cac51(0x1e0)](),global[_0x1cac51(0x21d)]['shift']()),global['__drivers'][0x0]['quitCount_']&&_0x370ca0[_0x1cac51(0x1f5)](global['__drivers'][0x0][_0x1cac51(0x254)],0x0)&&await global[_0x1cac51(0x1e0)]();}catch(_0x41acb6){logger[_0x1cac51(0x21c)](_0x1cac51(0x23f)+_0x41acb6);}workerDetails[_0x1cac51(0x20c)][_0x1cac51(0x1e6)]=_0x79a214[_0x1cac51(0x1ce)];try{if(!_0x370ca0[_0x1cac51(0x234)](isUndefined,_0x79a214[_0x1cac51(0x1ad)][_0x1cac51(0x1c0)])){const _0x1e3a85=_0x370ca0[_0x1cac51(0x22d)](shouldScanTestForAccessibility,null,![],_0x79a214[_0x1cac51(0x1ad)][_0x1cac51(0x1c0)][_0x1cac51(0x24e)](({name:_0x501b71})=>_0x501b71));globals[_0x1cac51(0x241)](_0x370ca0[_0x1cac51(0x218)],_0x1e3a85);}}catch(_0x3ebdde){logger['debug'](_0x1cac51(0x1f4)+util['format'](_0x3ebdde));}_0x370ca0[_0x1cac51(0x1eb)](_0x19535c);})[_0x298e0d(0x1b5)](_0x17b8cf);});const a9_0x23f7a={};a9_0x23f7a[a9_0x4cc8d8(0x1ed)]='bstack',a9_0x23f7a['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x4cc8d8(0x1e8)],After(a9_0x23f7a,function(_0x18abd9,_0x11cc7c){const _0x3ed222=a9_0x4cc8d8,_0x540022={'qBFou':'1|0|2|3|4','yQMMp':function(_0x2941ce,_0xa21be8){return _0x2941ce>_0xa21be8;},'kuLlk':function(_0x12bb5c,_0x54edee){return _0x12bb5c===_0x54edee;},'yQnmj':_0x3ed222(0x1ee),'ySHtd':function(_0x866c81,_0x164004){return _0x866c81===_0x164004;},'CqbwY':function(_0x459991,_0x19f032,_0x38db84,_0x3b1e13){return _0x459991(_0x19f032,_0x38db84,_0x3b1e13);},'lBEUg':_0x3ed222(0x1f1),'Ucllg':function(_0x104524,_0x3631a0,_0x420bc9){return _0x104524(_0x3631a0,_0x420bc9);},'OHGME':_0x3ed222(0x1fd),'HAuWw':function(_0x375b71){return _0x375b71();},'LlqxV':function(_0x4f8d97,_0x2655d2,_0x6d6198,_0x3f3532){return _0x4f8d97(_0x2655d2,_0x6d6198,_0x3f3532);},'DTgcv':_0x3ed222(0x1b7),'CZvMc':_0x3ed222(0x246),'YcJBr':_0x3ed222(0x1a9),'uqmTr':_0x3ed222(0x20e),'tCrqO':_0x3ed222(0x1f9),'BObod':_0x3ed222(0x1a5),'NFEnK':_0x3ed222(0x1f8)};logger[_0x3ed222(0x21c)](_0x540022['NFEnK']),workerDetails[_0x3ed222(0x20c)][_0x3ed222(0x1e6)]=_0x18abd9[_0x3ed222(0x1ce)],new Promise(async _0x3baa05=>{const _0x1151c6=_0x3ed222;let _0x2c836=![];try{const _0x22510e=_0x540022['qBFou'][_0x1151c6(0x1ff)]('|');let _0x134840=0x0;while(!![]){switch(_0x22510e[_0x134840++]){case'0':await global[_0x1151c6(0x21d)][0x0]['session_'];continue;case'1':_0x540022['yQMMp'](global['__drivers']['length'],0x1)&&(await global['driverCleanup'](),global[_0x1151c6(0x21d)][_0x1151c6(0x205)](),global['__error_messages__']=[],global['__sessionFailed']=![]);continue;case'2':_0x2c836=!![];continue;case'3':!global[_0x1151c6(0x1b3)]&&await global['__drivers'][0x0][_0x1151c6(0x1c6)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x18abd9[_0x1151c6(0x1ad)][_0x1151c6(0x1ed)]+_0x1151c6(0x240));continue;case'4':if(_0x540022[_0x1151c6(0x213)](_0x18abd9[_0x1151c6(0x1c4)]['status'][_0x1151c6(0x1cc)]()['toLowerCase'](),_0x540022[_0x1151c6(0x204)])||_0x540022[_0x1151c6(0x202)](_0x18abd9[_0x1151c6(0x1c4)][_0x1151c6(0x1fc)]['toString']()['toLowerCase'](),'6')){try{global[_0x1151c6(0x1ef)][_0x1151c6(0x23b)](_0x18abd9[_0x1151c6(0x1c4)][_0x1151c6(0x1cd)]);}catch(_0x2eda86){logger[_0x1151c6(0x21c)](_0x1151c6(0x24c)+_0x2eda86);}await _0x540022[_0x1151c6(0x1aa)](markSessionStatus,global[_0x1151c6(0x21d)][0x0],_0x540022[_0x1151c6(0x204)],global[_0x1151c6(0x1ef)]['join'](_0x540022['lBEUg']));}else await _0x540022[_0x1151c6(0x1c2)](markSessionStatus,global[_0x1151c6(0x21d)][0x0],_0x540022[_0x1151c6(0x249)]);continue;}break;}}catch(_0x3daf8d){logger['debug'](_0x1151c6(0x1a4)+util['format'](_0x3daf8d));}try{if(_0x540022['HAuWw'](shouldProcessEventForTesthub)){const _0x5b1aa8=TestDetails[_0x1151c6(0x1b1)](_0x18abd9[_0x1151c6(0x1ce)]),_0x40aeac=await _0x540022[_0x1151c6(0x1b8)](sendPlatformDetails,global['__drivers'][0x0],_0x5b1aa8,!![]),_0x576380={};_0x576380[_0x1151c6(0x21e)]=_0x5b1aa8,_0x576380['integrations']=_0x40aeac;const _0x45e7da=_0x576380,_0x42dce3={};_0x42dce3['event_type']=_0x540022[_0x1151c6(0x1d4)],_0x42dce3[_0x1151c6(0x1e4)]=_0x45e7da,await SessionHandler['uploadEventData'](_0x42dce3);}}catch(_0x201fa7){logger['debug'](_0x1151c6(0x251)+util['format'](_0x201fa7));}try{if(globals[_0x1151c6(0x248)](_0x540022[_0x1151c6(0x1d2)])&&globals[_0x1151c6(0x248)](_0x540022[_0x1151c6(0x24f)])){logger['info'](_0x540022[_0x1151c6(0x24d)]);const _0x5c9e41=TestDetails[_0x1151c6(0x1b1)](_0x18abd9[_0x1151c6(0x1ce)]),_0x35080e={};_0x35080e[_0x1151c6(0x1a2)]=_0x5c9e41,_0x35080e[_0x1151c6(0x1c8)]=process[_0x1151c6(0x1cb)][testHubConstants['ENV_VAR'][_0x1151c6(0x1c1)]],_0x35080e[_0x1151c6(0x1a3)]=process[_0x1151c6(0x1cb)][testHubConstants['ENV_VAR'][_0x1151c6(0x1d8)]];const _0x5a2fb4=_0x35080e;logger[_0x1151c6(0x21c)](_0x1151c6(0x1ac)+JSON[_0x1151c6(0x239)](_0x5a2fb4)),logger['debug'](_0x540022[_0x1151c6(0x1e7)]),logger[_0x1151c6(0x21c)](util[_0x1151c6(0x238)](await global[_0x1151c6(0x21d)][0x0][_0x1151c6(0x1cf)](scripts['performScan'],{'method':global[_0x1151c6(0x21a)]}))),await global[_0x1151c6(0x21d)][0x0][_0x1151c6(0x1cf)](scripts[_0x1151c6(0x1d3)],_0x5a2fb4),logger[_0x1151c6(0x1f7)](_0x540022[_0x1151c6(0x1d9)]);}}catch(_0x11964d){logger['error'](_0x1151c6(0x217)+util[_0x1151c6(0x238)]);}if(_0x2c836)try{global[_0x1151c6(0x21d)][0x0]&&_0x540022['yQMMp'](global[_0x1151c6(0x21d)][0x0][_0x1151c6(0x254)],0x0)&&await global[_0x1151c6(0x21d)][0x0]['initQuit']();}catch(_0x1d3f2a){logger[_0x1151c6(0x21c)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x1d3f2a);}_0x540022[_0x1151c6(0x1e1)](_0x3baa05);})['finally'](()=>_0x11cc7c());});function a9_0x5574(){const _0x57bf82=['Inside\x20browserstack\x20registerListeners','1013808eEDdrc','cmFBC','iBJMl','name','failed','__error_messages__','CONFIG','\x20|\x20','3133196jAisyJ','cucumber-js','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','bohsW','../../helpers/testhub/constants.js','info','Inside\x20browserstack\x20After','Performing\x20scan\x20before\x20saving\x20results','Wkpkp','25kFvvkC','status','passed','1354236SqnnQF','split','44hsKAqA','getInstance','ySHtd','GHfWx','yQnmj','shift','shutdown','1607328cFRuLm','Inside\x20browserstack\x20AfterStep','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','DTbCL','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','currentTest','winstonLogger','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','xVNrj','browserstackAgentV2','IBPXJ','NgeTm','kuLlk','bs:addLog:','toLowerCase','../../helpers/globals','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','QHgMF','__platformCaps','browserstackSessionName','addTestUIDAndReportLog','debug','__drivers','uuid','getId','../playwright/reporter/test-details.js','session_','lodash','../../helpers/test-observability/requestQueueHandler','yrCZa','catch','7MYznKs','Inside\x20browserstack\x20Before','setDefaultTimeout','parse','3351282XyBHjA','mCzrM','WAdKR','QtkGc','mwrBV','xkArx','setFramework','YWxWc','../../helpers/test-observability/utils','BeforeAll','OprFW','bstack','startMonitoring','__skipSessionStatus','format','stringify','PQGiz','push','306MeUJMY','FdxCH','../../helpers/performance/performance-tester','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','\x22}}','setGlobal','qKCGu','110990QOfDXw','Inside\x20browserstack\x20BeforeAll','../../helpers/test-observability/sessionHandler','isAccessibilityPlatform','../utils/constants','getGlobal','OHGME','tMmMw','util','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','uqmTr','map','YcJBr','../../helpers/accessibility-automation/helper','Error:\x20sendPlatformDetails\x20at\x20After:\x20','Passed','../../helpers/test-observability/error-handler','quitCount_','@cucumber/cucumber/lib/index.js','skipSessionName','thTestRunUuid','thJwtToken','Error:\x20at\x20After:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','length','pid','timeout','bstackA11yShouldScan','CqbwY','Error:\x20in\x20quitting\x20driver\x20','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','pickle','setConfig','Passed:\x20','6saKZSA','getTestUUID','jtyng','__skipSessionName','AfterStep','finally','text','CBTSessionCreated','LlqxV','AuHgO','55046usvrNI',',\x22level\x22:\x20\x22','ScaLT','__sessionFailed','\x0aError:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','tags','BROWSERSTACK_TESTHUB_UUID','Ucllg','../../helpers/ai-sdk/autoHealHelper','result','__timeout','executeScript','Failed:\x20','thBuildUuid','then','pickleStep','env','toString','message','testCaseStartedId','executeAsyncScript','../../index','LmKMQ','CZvMc','saveTestResults','DTgcv','workerInfo','fLQNG','QBStJ','BROWSERSTACK_TESTHUB_JWT','BObod','hmEoT','@cucumber/cucumber','../../helpers/testhub/utils','BVBqL','skipSessionStatus','o11ySyncDone','driverCleanup','HAuWw','../playwright/reporter/reporter.js','Before','test_run','Error:\x20cleaning\x20up\x20driver:\x20','testInfo','tCrqO','Cucumber-JS'];a9_0x5574=function(){return _0x57bf82;};return a9_0x5574();}const a9_0x500bb7={};a9_0x500bb7[a9_0x4cc8d8(0x1ed)]=a9_0x4cc8d8(0x235),a9_0x500bb7['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x4cc8d8(0x1e8)],AfterStep(a9_0x500bb7,function(_0x3165e2,_0x187dd5){const _0x390414=a9_0x4cc8d8,_0xd85229={'DTbCL':function(_0x2a1ce7,_0x19c714){return _0x2a1ce7===_0x19c714;},'mwrBV':'failed','xVNrj':function(_0x4fc410,_0x21c7b4){return _0x4fc410===_0x21c7b4;},'jtyng':function(_0x953cdf,_0x568eee){return _0x953cdf!==_0x568eee;},'NgnMX':function(_0x37a74d,_0x128181,_0x3c9664){return _0x37a74d(_0x128181,_0x3c9664);},'LmKMQ':function(_0x109fbf,_0x36b7dc){return _0x109fbf+_0x36b7dc;},'BVBqL':_0x390414(0x1c7),'YWxWc':_0x390414(0x1be),'qKCGu':'error','QBStJ':function(_0x4be199,_0x64255,_0x22d70b){return _0x4be199(_0x64255,_0x22d70b);},'JzxVu':_0x390414(0x1af),'NgeTm':_0x390414(0x1f7),'IBPXJ':_0x390414(0x252),'FdxCH':function(_0x5df0ec){return _0x5df0ec();},'xkArx':_0x390414(0x208)};logger['debug'](_0xd85229[_0x390414(0x22f)]);const _0x4c7a98=async(_0x13d9ed,_0x1363b8)=>{const _0x5d25ba=_0x390414;await global['__drivers'][0x0][_0x5d25ba(0x1c6)](_0x5d25ba(0x1bf)+_0x13d9ed+_0x5d25ba(0x1bb)+_0x1363b8+'\x22}}');};new Promise(async _0x151066=>{const _0x13c83b=_0x390414;try{_0xd85229[_0x13c83b(0x20a)](_0x3165e2[_0x13c83b(0x1c4)][_0x13c83b(0x1fc)][_0x13c83b(0x1cc)]()[_0x13c83b(0x215)](),_0xd85229[_0x13c83b(0x22e)])||_0xd85229[_0x13c83b(0x20f)](_0x3165e2[_0x13c83b(0x1c4)]['status'][_0x13c83b(0x1cc)]()[_0x13c83b(0x215)](),'6')?(global[_0x13c83b(0x1bd)]=!![],global[_0x13c83b(0x1ef)][_0x13c83b(0x23b)](_0x3165e2[_0x13c83b(0x1c4)][_0x13c83b(0x1cd)]),_0xd85229['jtyng'](_0x3165e2[_0x13c83b(0x1ca)],undefined)?await _0xd85229['NgnMX'](_0x4c7a98,JSON[_0x13c83b(0x239)](_0xd85229[_0x13c83b(0x1d1)](_0xd85229['LmKMQ'](_0xd85229[_0x13c83b(0x1d1)](_0xd85229[_0x13c83b(0x1dd)],'\x22'+_0x3165e2[_0x13c83b(0x1ca)][_0x13c83b(0x1b6)]+'\x22\x20'),_0xd85229[_0x13c83b(0x231)]),_0x3165e2['result'][_0x13c83b(0x1cd)])),_0xd85229['qKCGu']):await _0xd85229[_0x13c83b(0x1d7)](_0x4c7a98,JSON[_0x13c83b(0x239)](_0xd85229[_0x13c83b(0x1d1)](_0xd85229[_0x13c83b(0x1dd)],_0x3165e2[_0x13c83b(0x1c4)][_0x13c83b(0x1cd)])),_0xd85229[_0x13c83b(0x242)])):_0xd85229[_0x13c83b(0x1b2)](_0x3165e2[_0x13c83b(0x1ca)],undefined)?await _0xd85229[_0x13c83b(0x1d7)](_0x4c7a98,JSON['stringify'](_0xd85229[_0x13c83b(0x1d1)](_0xd85229['JzxVu'],'\x22'+_0x3165e2['pickleStep'][_0x13c83b(0x1b6)]+'\x22')),_0xd85229[_0x13c83b(0x212)]):await _0xd85229[_0x13c83b(0x1d7)](_0x4c7a98,JSON[_0x13c83b(0x239)](_0xd85229[_0x13c83b(0x211)]),_0xd85229[_0x13c83b(0x212)]),global[_0x13c83b(0x21d)][0x0][_0x13c83b(0x221)]['then'](_0x381aaa=>{})[_0x13c83b(0x225)](_0x1700f9=>{const _0x10bdaa=_0x13c83b;logger[_0x10bdaa(0x21c)](_0x10bdaa(0x209)+util['format'](_0x1700f9));});}catch(_0x8e3dde){logger[_0x13c83b(0x21c)]('Error:\x20at\x20After\x20Step:\x20'+_0x8e3dde);}_0xd85229[_0x13c83b(0x23d)](_0x151066);})[_0x390414(0x1b5)](()=>_0x187dd5());});const a9_0x52c2ea={};function a9_0x3d51(_0x3fbbc0,_0xbf9c5d){const _0x55740b=a9_0x5574();return a9_0x3d51=function(_0x3d5182,_0x3c3e2a){_0x3d5182=_0x3d5182-0x1a2;let _0x57505b=_0x55740b[_0x3d5182];return _0x57505b;},a9_0x3d51(_0x3fbbc0,_0xbf9c5d);}a9_0x52c2ea[a9_0x4cc8d8(0x1ed)]=a9_0x4cc8d8(0x235),a9_0x52c2ea['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x4cc8d8(0x1e8)],AfterAll(a9_0x52c2ea,async function(_0x1971ef,_0x2160cd){const _0x8eae96=a9_0x4cc8d8,_0x1947e4={'tMmMw':function(_0x2b2081){return _0x2b2081();},'GHfWx':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x1947e4[_0x8eae96(0x203)]),await new Promise(async _0x8c4ae0=>{const _0x375603=_0x8eae96;await RequestQueueHandler[_0x375603(0x201)]()[_0x375603(0x206)](),PerformanceTester['stopMonitoring'](),await global[_0x375603(0x1e0)](),_0x1947e4[_0x375603(0x24a)](_0x8c4ae0);});});
|
|
1
|
+
const a11_0xc5bc81=a11_0x33b4;(function(_0x188c57,_0x44c20b){const _0x2e654b=a11_0x33b4,_0x2ecb4a=_0x188c57();while(!![]){try{const _0x52189a=parseInt(_0x2e654b(0x14f))/0x1+parseInt(_0x2e654b(0x1a2))/0x2*(parseInt(_0x2e654b(0x108))/0x3)+-parseInt(_0x2e654b(0x154))/0x4*(-parseInt(_0x2e654b(0x10a))/0x5)+-parseInt(_0x2e654b(0x106))/0x6+-parseInt(_0x2e654b(0x10c))/0x7+-parseInt(_0x2e654b(0x178))/0x8+parseInt(_0x2e654b(0x136))/0x9*(parseInt(_0x2e654b(0x15b))/0xa);if(_0x52189a===_0x44c20b)break;else _0x2ecb4a['push'](_0x2ecb4a['shift']());}catch(_0x4004de){_0x2ecb4a['push'](_0x2ecb4a['shift']());}}}(a11_0xad1e,0xbd2fb));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra,playwrightSetSessionName,playwrightMarkSessionStatus,nestedKeyValue}=require(a11_0xc5bc81(0x19a)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require('../utils/constants'),setKeepAlive=require('../../helpers/setKeepAlive'),util=require('util'),PerformanceTester=require(a11_0xc5bc81(0x130)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a11_0xc5bc81(0x187),'@cucumber/cucumber'),logger=require(a11_0xc5bc81(0x1b8))[a11_0xc5bc81(0x14c)],{shouldProcessEventForTesthub}=require(a11_0xc5bc81(0x11a)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a11_0xc5bc81(0x133)),TestDetails=require(a11_0xc5bc81(0x1bb)),RequestQueueHandler=require(a11_0xc5bc81(0x19d)),{o11yErrorHandler}=require(a11_0xc5bc81(0x115)),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a11_0xc5bc81(0x18c)),scripts=require(a11_0xc5bc81(0x135)),globals=require(a11_0xc5bc81(0x195)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a11_0xc5bc81(0x197)),{isUndefined}=require(a11_0xc5bc81(0x162)),helper=require(a11_0xc5bc81(0x19a)),a11_0x113a4b={};a11_0x113a4b[a11_0xc5bc81(0x129)]=undefined,a11_0x113a4b[a11_0xc5bc81(0xfc)]={},a11_0x113a4b[a11_0xc5bc81(0x18a)]=![],a11_0x113a4b[a11_0xc5bc81(0x17d)]=null,a11_0x113a4b['isPageFixture']=![],a11_0x113a4b[a11_0xc5bc81(0xfc)]['id']=undefined,a11_0x113a4b[a11_0xc5bc81(0xfc)][a11_0xc5bc81(0x153)]=undefined;const workerDetails=a11_0x113a4b;global['__workerDetails']=workerDetails;let playwrightPatcher=null;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x38e9e0){const _0xa4b835=a11_0xc5bc81,_0x252de6=workerDetails[_0xa4b835(0xfc)][_0xa4b835(0x153)];if(!_0x252de6)return;await MyReporter[_0xa4b835(0x18f)](_0x252de6,_0x38e9e0);}),registerListeners=()=>{const _0x2c2394=a11_0xc5bc81,_0x51592f={};_0x51592f[_0x2c2394(0x179)]='Inside\x20browserstack\x20registerListeners';const _0xcc74db=_0x51592f;logger[_0x2c2394(0x1ad)](_0xcc74db[_0x2c2394(0x179)]),process['removeAllListeners']('bs:addLog:'+process['pid']),process['on']('bs:addLog:'+process[_0x2c2394(0x114)],sendTestLog),PerformanceTester[_0x2c2394(0x142)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a11_0xc5bc81(0x112)],After=cucumberModule[a11_0xc5bc81(0x182)],AfterAll=cucumberModule[a11_0xc5bc81(0x1b5)],BeforeAll=cucumberModule[a11_0xc5bc81(0x144)],AfterStep=cucumberModule[a11_0xc5bc81(0x164)],configuration=process[a11_0xc5bc81(0x11d)][a11_0xc5bc81(0x149)],bstackConfig=process[a11_0xc5bc81(0x11d)][a11_0xc5bc81(0x184)];function a11_0x33b4(_0x3e03b2,_0x4016dc){const _0xad1e6d=a11_0xad1e();return a11_0x33b4=function(_0x33b4a9,_0x3a3dfe){_0x33b4a9=_0x33b4a9-0xfa;let _0x3ea978=_0xad1e6d[_0x33b4a9];return _0x3ea978;},a11_0x33b4(_0x3e03b2,_0x4016dc);}if(configuration!==undefined){const config=JSON[a11_0xc5bc81(0x190)](configuration);isBrowserstackInfra()?(global[a11_0xc5bc81(0x1a6)]=isTrue(config[a11_0xc5bc81(0x185)]),global[a11_0xc5bc81(0x13a)]=isTrue(config[a11_0xc5bc81(0x124)])):(global['__skipSessionName']=!![],global[a11_0xc5bc81(0x13a)]=!![]);!helper[a11_0xc5bc81(0x126)](a11_0xc5bc81(0x16c))&&(logger[a11_0xc5bc81(0x1ad)](a11_0xc5bc81(0x127)),shouldProcessEventForTesthub()?require(a11_0xc5bc81(0x1cc))[a11_0xc5bc81(0x1a0)](config,null,!![]):require('../../index')[a11_0xc5bc81(0x1a0)](config));global[a11_0xc5bc81(0x1c6)]=config['platformCaps']||{};if(helper[a11_0xc5bc81(0x126)](a11_0xc5bc81(0x16c)))try{logger['debug'](a11_0xc5bc81(0x11c)),playwrightPatcher=require(a11_0xc5bc81(0x166)),playwrightPatcher[a11_0xc5bc81(0x1c0)](config),logger[a11_0xc5bc81(0x1ad)](a11_0xc5bc81(0x1af));}catch(a11_0x563092){logger['debug'](a11_0xc5bc81(0x15a)+util[a11_0xc5bc81(0x1bc)](a11_0x563092));}}if(bstackConfig!==undefined){const browserStackConfig=JSON[a11_0xc5bc81(0x190)](bstackConfig);browserStackConfig&&(commandRepository[a11_0xc5bc81(0x157)](browserStackConfig),commandRepository[a11_0xc5bc81(0x1ca)](a11_0xc5bc81(0x152)));}global[a11_0xc5bc81(0x132)]=0x0;const __setDefaultTimeout=cucumberModule[a11_0xc5bc81(0x146)];cucumberModule[a11_0xc5bc81(0x146)]=_0x5cc8c3=>{const _0x17b674=a11_0xc5bc81,_0x59e37e={'XfBLx':function(_0x37a28b,_0x9c7d28){return _0x37a28b(_0x9c7d28);}};global[_0x17b674(0x132)]=_0x5cc8c3,_0x59e37e[_0x17b674(0x1b9)](__setDefaultTimeout,_0x5cc8c3);};const a11_0x1efbc3={};a11_0x1efbc3[a11_0xc5bc81(0x17c)]='bstack',BeforeAll(a11_0x1efbc3,async function(){const _0x5f1e09=a11_0xc5bc81,_0x30f886={'kbdqP':function(_0x1039ae,_0x12e4b5,_0x2faa7b,_0x12df49){return _0x1039ae(_0x12e4b5,_0x2faa7b,_0x12df49);},'RGeVk':'failed','kMlIV':_0x5f1e09(0x120),'NrBlt':function(_0x3b1621,_0x2eed43,_0x463f1e){return _0x3b1621(_0x2eed43,_0x463f1e);},'bnewr':_0x5f1e09(0x101),'vzupo':'Inside\x20browserstack\x20BeforeAll','slDBi':function(_0x3aa120,_0x3517d8){return _0x3aa120(_0x3517d8);},'ggIGx':'../v2/browserstackCLI','WicZH':_0x5f1e09(0x1aa),'AQkiI':function(_0xd852a5,_0x18ca3b){return _0xd852a5(_0x18ca3b);},'XMozh':_0x5f1e09(0x196),'spIrj':_0x5f1e09(0x138),'KRQTi':function(_0x3323d6){return _0x3323d6();},'UPmYl':function(_0x290255){return _0x290255();}};PerformanceTester[_0x5f1e09(0x142)](),logger[_0x5f1e09(0x1ad)](_0x30f886[_0x5f1e09(0x176)]),global['__error_messages__']=[],global[_0x5f1e09(0x13c)]=![];if(playwrightPatcher)try{const _0x1f5610=_0x30f886['slDBi'](require,_0x30f886[_0x5f1e09(0x155)]),_0x504218=_0x30f886[_0x5f1e09(0x140)](require,_0x30f886[_0x5f1e09(0x16f)]),{FRAMEWORKS:_0x5b353e}=_0x30f886[_0x5f1e09(0x16b)](require,_0x30f886[_0x5f1e09(0x14b)]);_0x1f5610['getInstance']()[_0x5f1e09(0xff)]()&&(logger[_0x5f1e09(0x1ad)](_0x30f886[_0x5f1e09(0x151)]),_0x504218[_0x5f1e09(0x1bd)](_0x5b353e[_0x5f1e09(0x198)],_0x5b353e[_0x5f1e09(0x19f)]),await _0x1f5610[_0x5f1e09(0x113)]()['bootstrap']());}catch(_0x38cf9a){logger['debug'](_0x5f1e09(0x172)+util[_0x5f1e09(0x1bc)](_0x38cf9a));}_0x30f886[_0x5f1e09(0x17b)](shouldProcessEventForTesthub)&&(_0x30f886['UPmYl'](registerListeners),_0x30f886['AQkiI'](addRequestSpy,![])),global[_0x5f1e09(0x122)]=async()=>{const _0x574440=_0x5f1e09;let _0x8370cc=![];try{global[_0x574440(0x159)]&&global[_0x574440(0x159)][0x0]&&(await global[_0x574440(0x159)][0x0][_0x574440(0x1a4)],_0x8370cc=!![],global[_0x574440(0x13c)]?await _0x30f886[_0x574440(0x160)](markSessionStatus,global['__drivers'][0x0],_0x30f886[_0x574440(0x1b1)],global[_0x574440(0x10b)][_0x574440(0x175)](_0x30f886[_0x574440(0x1c5)])):await _0x30f886[_0x574440(0x1a7)](markSessionStatus,global[_0x574440(0x159)][0x0],_0x30f886[_0x574440(0x15d)]));}catch(_0x84961c){logger[_0x574440(0x1ad)](_0x574440(0xfe)+_0x84961c);}global['__error_messages__']=[],global[_0x574440(0x13c)]=![];if(_0x8370cc)try{await global[_0x574440(0x159)][0x0][_0x574440(0x10f)](),global[_0x574440(0x159)][0x0]['session_'][_0x574440(0x169)](_0x5a6850=>{const _0x5cc3c4=_0x574440;logger[_0x5cc3c4(0x1ad)]('Error:\x20in\x20quitting\x20driver\x20'+_0x5a6850[_0x5cc3c4(0x1a5)]());})[_0x574440(0x13e)](_0x91bc25=>{});}catch(_0x41def0){logger[_0x574440(0x1ad)](_0x574440(0x19c)+_0x41def0);}};});const a11_0x465d29={};a11_0x465d29['name']=a11_0xc5bc81(0x125),a11_0x465d29[a11_0xc5bc81(0x110)]=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],Before(a11_0x465d29,function(_0x8279bf,_0x2b61d7){const _0x6d8cc0=a11_0xc5bc81,_0x14fdb8={'ALkNF':function(_0x414a95,_0x33f49b){return _0x414a95>_0x33f49b;},'yIFyw':function(_0x22052e,_0x1f230f){return _0x22052e>_0x1f230f;},'SJCcg':function(_0x522625,_0x1f7b7a){return _0x522625(_0x1f7b7a);},'UlvZB':function(_0x2d6f1c,_0x432cfc,_0x5929a4,_0x490b40){return _0x2d6f1c(_0x432cfc,_0x5929a4,_0x490b40);},'RGLOh':'bstackA11yShouldScan','BOAbG':function(_0x3bd1cc){return _0x3bd1cc();},'gIXqM':_0x6d8cc0(0x105)};commandRepository[_0x6d8cc0(0x1cb)](_0x8279bf[_0x6d8cc0(0x1bf)]['name']),logger[_0x6d8cc0(0x1ad)](_0x14fdb8[_0x6d8cc0(0x188)]),new Promise(async _0x1bf697=>{const _0x16554d=_0x6d8cc0;try{global['__drivers']&&_0x14fdb8[_0x16554d(0x161)](global[_0x16554d(0x159)][_0x16554d(0x104)],0x1)&&(await global[_0x16554d(0x122)](),global['__drivers'][_0x16554d(0x174)]()),global[_0x16554d(0x159)]&&global['__drivers'][0x0]&&global[_0x16554d(0x159)][0x0][_0x16554d(0x165)]&&_0x14fdb8[_0x16554d(0x1be)](global[_0x16554d(0x159)][0x0][_0x16554d(0x165)],0x0)&&await global[_0x16554d(0x122)]();}catch(_0x2459ec){logger[_0x16554d(0x1ad)](_0x16554d(0x180)+_0x2459ec);}workerDetails['currentTest'][_0x16554d(0x153)]=_0x8279bf;if(playwrightPatcher)try{await playwrightPatcher[_0x16554d(0x1c1)](_0x8279bf);}catch(_0x2fddd4){logger[_0x16554d(0x1ad)](_0x16554d(0x193)+util['format'](_0x2fddd4));}try{if(!_0x14fdb8[_0x16554d(0x13d)](isUndefined,_0x8279bf[_0x16554d(0x1bf)][_0x16554d(0xfd)])){const _0x8dd81c=_0x14fdb8[_0x16554d(0x150)](shouldScanTestForAccessibility,null,![],_0x8279bf['pickle'][_0x16554d(0xfd)]['map'](({name:_0x5d68ca})=>_0x5d68ca));globals[_0x16554d(0x100)](_0x14fdb8[_0x16554d(0x128)],_0x8dd81c);}}catch(_0x2cc7f2){logger[_0x16554d(0x1ad)](_0x16554d(0x1c9)+util[_0x16554d(0x1bc)](_0x2cc7f2));}_0x14fdb8[_0x16554d(0x192)](_0x1bf697);})['finally'](_0x2b61d7);});const a11_0x191205={};a11_0x191205[a11_0xc5bc81(0x17c)]=a11_0xc5bc81(0x125),a11_0x191205[a11_0xc5bc81(0x110)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a11_0xc5bc81(0x12e)],After(a11_0x191205,function(_0x564308,_0x100a29){const _0x2d903f=a11_0xc5bc81,_0x4bb0b0={'beUoa':function(_0x16f54c,_0x510bad){return _0x16f54c>_0x510bad;},'SZFqt':function(_0x31e70b,_0x5d11bf){return _0x31e70b===_0x5d11bf;},'GoMZK':'failed','FZUKB':function(_0x5cb07c,_0x2f0589){return _0x5cb07c===_0x2f0589;},'dZpsY':function(_0x5b17b0,_0x1cb545){return _0x5b17b0>_0x1cb545;},'SBnaS':function(_0x1d6c18,_0x5c3ccc,_0x31d335,_0x25850f){return _0x1d6c18(_0x5c3ccc,_0x31d335,_0x25850f);},'IFvfc':_0x2d903f(0x120),'wjrSR':function(_0x1d8bde,_0x578645,_0x587a3f){return _0x1d8bde(_0x578645,_0x587a3f);},'vmujt':_0x2d903f(0x101),'YrZQz':_0x2d903f(0x1ba),'IGITK':_0x2d903f(0x15f),'BJZOm':function(_0x3e5ab5){return _0x3e5ab5();},'wKVEd':function(_0x52a71a,_0x11539b,_0x9df04,_0x2b9273){return _0x52a71a(_0x11539b,_0x9df04,_0x2b9273);},'cMmwX':_0x2d903f(0x181),'KXhkp':'isAccessibilityPlatform','NBcLf':_0x2d903f(0x1b3),'pxLoB':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','Qusis':_0x2d903f(0x173),'VyqVp':_0x2d903f(0x15e),'daDqR':function(_0x6636f,_0x5ecaef){return _0x6636f>_0x5ecaef;},'wNoLq':'Inside\x20browserstack\x20After'};logger[_0x2d903f(0x1ad)](_0x4bb0b0[_0x2d903f(0x158)]),workerDetails[_0x2d903f(0xfc)][_0x2d903f(0x153)]=_0x564308,new Promise(async _0x6bbe6c=>{const _0x4debc6=_0x2d903f;let _0x451762=![],_0x215596=![],_0x37daf5=![];try{global[_0x4debc6(0x159)]&&_0x4bb0b0['beUoa'](global['__drivers'][_0x4debc6(0x104)],0x0)&&(_0x215596=!![]),playwrightPatcher&&global['__workerDetails']&&global[_0x4debc6(0x1a9)][_0x4debc6(0x17d)]&&(_0x37daf5=!![],logger['debug'](_0x4debc6(0x141)+!!global[_0x4debc6(0x1a9)][_0x4debc6(0x17d)]));}catch(_0x5dc537){logger['debug'](_0x4debc6(0x12a)+_0x5dc537);}logger[_0x4debc6(0x1ad)](_0x4debc6(0x109)+_0x215596+_0x4debc6(0x148)+_0x37daf5);const _0x17811d=_0x564308[_0x4debc6(0x107)]['status'][_0x4debc6(0x194)]()[_0x4debc6(0x103)](),_0x48e0c6=_0x4bb0b0[_0x4debc6(0x19b)](_0x17811d,_0x4bb0b0[_0x4debc6(0x1c2)])||_0x4bb0b0[_0x4debc6(0x13b)](_0x17811d,'6'),_0x31524a=_0x48e0c6?_0x564308[_0x4debc6(0x107)][_0x4debc6(0x145)]:null;if(_0x48e0c6)try{global['__error_messages__']['push'](_0x564308[_0x4debc6(0x107)][_0x4debc6(0x145)]),global[_0x4debc6(0x13c)]=!![];}catch(_0x2f16f6){logger[_0x4debc6(0x1ad)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x2f16f6);}if(_0x215596)try{global[_0x4debc6(0x159)]&&_0x4bb0b0['dZpsY'](global[_0x4debc6(0x159)][_0x4debc6(0x104)],0x1)&&(await global[_0x4debc6(0x122)](),global[_0x4debc6(0x159)][_0x4debc6(0x174)](),global[_0x4debc6(0x10b)]=[],global['__sessionFailed']=![]),global['__drivers']&&global['__drivers'][0x0]&&(await global['__drivers'][0x0]['session_'],_0x451762=!![],!global['__skipSessionName']&&await global[_0x4debc6(0x159)][0x0]['executeScript'](_0x4debc6(0x18b)+_0x564308[_0x4debc6(0x1bf)][_0x4debc6(0x17c)]+'\x22}}'),_0x48e0c6?await _0x4bb0b0[_0x4debc6(0x1b0)](markSessionStatus,global[_0x4debc6(0x159)][0x0],_0x4bb0b0['GoMZK'],global[_0x4debc6(0x10b)][_0x4debc6(0x175)](_0x4bb0b0['IFvfc'])):await _0x4bb0b0[_0x4debc6(0x18d)](markSessionStatus,global[_0x4debc6(0x159)][0x0],_0x4bb0b0[_0x4debc6(0x16d)]));}catch(_0xf83f37){logger[_0x4debc6(0x1ad)]('Error:\x20at\x20After\x20(Selenium):\x20'+util[_0x4debc6(0x1bc)](_0xf83f37));}if(_0x37daf5)try{const _0xccd047=_0x48e0c6?_0x4bb0b0[_0x4debc6(0x1c2)]:_0x4bb0b0[_0x4debc6(0x16d)];await playwrightPatcher[_0x4debc6(0x1a1)](_0x564308,_0xccd047,_0x31524a),logger[_0x4debc6(0x1ad)](_0x4bb0b0[_0x4debc6(0x11e)]);}catch(_0x52b3b9){logger[_0x4debc6(0x1ad)](_0x4debc6(0x10e)+util['format'](_0x52b3b9));try{playwrightPatcher[_0x4debc6(0x11b)]&&(await playwrightPatcher[_0x4debc6(0x11b)](),logger[_0x4debc6(0x1ad)](_0x4bb0b0[_0x4debc6(0x14d)]));}catch(_0x475125){logger[_0x4debc6(0x1ad)]('Error\x20executing\x20fallback\x20deferred\x20closes:\x20'+util[_0x4debc6(0x1bc)](_0x475125));}}try{if(_0x4bb0b0[_0x4debc6(0x131)](shouldProcessEventForTesthub)){const _0x1c432e=TestDetails[_0x4debc6(0x191)](_0x564308[_0x4debc6(0x11f)]);let _0x5a143a=null;global[_0x4debc6(0x159)]&&global[_0x4debc6(0x159)][0x0]&&(_0x5a143a=await _0x4bb0b0[_0x4debc6(0x168)](sendPlatformDetails,global['__drivers'][0x0],_0x1c432e,!![]));const _0x239881={};_0x239881['uuid']=_0x1c432e,_0x239881[_0x4debc6(0x189)]=_0x5a143a;const _0x271c27=_0x239881,_0x39d05b={};_0x39d05b[_0x4debc6(0x1b7)]=_0x4bb0b0[_0x4debc6(0x118)],_0x39d05b['test_run']=_0x271c27,await SessionHandler[_0x4debc6(0x16a)](_0x39d05b);}}catch(_0x1431bb){logger[_0x4debc6(0x1ad)]('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util['format'](_0x1431bb));}try{if(globals['getGlobal'](_0x4bb0b0['KXhkp'])&&globals[_0x4debc6(0x139)](_0x4bb0b0[_0x4debc6(0x177)])){logger[_0x4debc6(0x121)](_0x4bb0b0[_0x4debc6(0x12b)]);const _0x37d4cd=TestDetails[_0x4debc6(0x191)](_0x564308['testCaseStartedId']),_0x282fde={};_0x282fde['thTestRunUuid']=_0x37d4cd,_0x282fde['thBuildUuid']=process[_0x4debc6(0x11d)][testHubConstants[_0x4debc6(0x14e)][_0x4debc6(0x14a)]],_0x282fde['thJwtToken']=process[_0x4debc6(0x11d)][testHubConstants[_0x4debc6(0x14e)][_0x4debc6(0x10d)]];const _0x17b87f=_0x282fde;logger[_0x4debc6(0x1ad)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x4debc6(0x19e)](_0x17b87f)),logger['debug'](_0x4bb0b0[_0x4debc6(0x143)]),global[_0x4debc6(0x159)]&&global[_0x4debc6(0x159)][0x0]&&(logger[_0x4debc6(0x1ad)](util[_0x4debc6(0x1bc)](await global[_0x4debc6(0x159)][0x0][_0x4debc6(0x17f)](scripts['performScan'],{'method':global['browserstackSessionName']}))),await global[_0x4debc6(0x159)][0x0][_0x4debc6(0x17f)](scripts['saveTestResults'],_0x17b87f)),logger['info'](_0x4bb0b0[_0x4debc6(0x171)]);}}catch(_0x49b543){logger[_0x4debc6(0x1ae)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x4debc6(0x1bc)]);}if(_0x451762)try{global[_0x4debc6(0x159)][0x0]&&_0x4bb0b0[_0x4debc6(0x1ab)](global['__drivers'][0x0][_0x4debc6(0x165)],0x0)&&await global['__drivers'][0x0][_0x4debc6(0x10f)]();}catch(_0x282954){logger['debug'](_0x4debc6(0x1a3)+_0x282954);}_0x4bb0b0[_0x4debc6(0x131)](_0x6bbe6c);})[_0x2d903f(0x111)](()=>_0x100a29());});const a11_0x2fc176={};a11_0x2fc176[a11_0xc5bc81(0x17c)]=a11_0xc5bc81(0x125),a11_0x2fc176[a11_0xc5bc81(0x110)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a11_0xc5bc81(0x12e)],AfterStep(a11_0x2fc176,function(_0x3bf25f,_0x229837){const _0x17fd65=a11_0xc5bc81,_0x2475c8={'AQBrA':function(_0x1064c9,_0x51deb6){return _0x1064c9===_0x51deb6;},'cOGsa':_0x17fd65(0x119),'AkrUu':function(_0x5d998e,_0x2aac54){return _0x5d998e===_0x2aac54;},'LEzcH':function(_0x556b84,_0x168611){return _0x556b84!==_0x168611;},'iOpxi':function(_0x1eeae3,_0x1a1629,_0x577d7f){return _0x1eeae3(_0x1a1629,_0x577d7f);},'vhwDG':function(_0x25d62d,_0x37da20){return _0x25d62d+_0x37da20;},'oqLnU':function(_0x47261a,_0x513779){return _0x47261a+_0x513779;},'ppkoo':_0x17fd65(0x1c7),'eoFrq':'\x0aError:\x20','hYapp':_0x17fd65(0x1ae),'GxRZr':function(_0x58a6d8,_0x14e967,_0x30a05a){return _0x58a6d8(_0x14e967,_0x30a05a);},'dcrpf':function(_0x4193e8,_0xc015e4){return _0x4193e8!==_0xc015e4;},'OTsfz':function(_0x4d3891,_0x2c989f){return _0x4d3891+_0x2c989f;},'GDeKW':'Passed:\x20','PLZWU':_0x17fd65(0x121),'xLOPZ':'Passed','EYidK':function(_0x3ec5e3){return _0x3ec5e3();},'ImJsw':_0x17fd65(0x12d)};logger[_0x17fd65(0x1ad)](_0x2475c8[_0x17fd65(0x1ac)]);const _0x1c54c0=async(_0x2cadc6,_0x90a462)=>{const _0x3508ea=_0x17fd65;global[_0x3508ea(0x159)]&&global[_0x3508ea(0x159)][0x0]&&await global[_0x3508ea(0x159)][0x0]['executeScript'](_0x3508ea(0x156)+_0x2cadc6+_0x3508ea(0x147)+_0x90a462+'\x22}}');};new Promise(async _0xfa3c05=>{const _0x42adb0=_0x17fd65;try{_0x2475c8['AQBrA'](_0x3bf25f[_0x42adb0(0x107)][_0x42adb0(0xfa)][_0x42adb0(0x194)]()[_0x42adb0(0x103)](),_0x2475c8[_0x42adb0(0x15c)])||_0x2475c8[_0x42adb0(0x1a8)](_0x3bf25f[_0x42adb0(0x107)][_0x42adb0(0xfa)][_0x42adb0(0x194)]()['toLowerCase'](),'6')?(global[_0x42adb0(0x13c)]=!![],global[_0x42adb0(0x10b)][_0x42adb0(0x1b4)](_0x3bf25f[_0x42adb0(0x107)][_0x42adb0(0x145)]),_0x2475c8['LEzcH'](_0x3bf25f[_0x42adb0(0x1c8)],undefined)?await _0x2475c8[_0x42adb0(0x18e)](_0x1c54c0,JSON[_0x42adb0(0x19e)](_0x2475c8['vhwDG'](_0x2475c8[_0x42adb0(0x12f)](_0x2475c8[_0x42adb0(0x12f)](_0x2475c8[_0x42adb0(0x116)],'\x22'+_0x3bf25f['pickleStep']['text']+'\x22\x20'),_0x2475c8[_0x42adb0(0x16e)]),_0x3bf25f[_0x42adb0(0x107)][_0x42adb0(0x145)])),_0x2475c8[_0x42adb0(0x17a)]):await _0x2475c8[_0x42adb0(0x1c3)](_0x1c54c0,JSON[_0x42adb0(0x19e)](_0x2475c8[_0x42adb0(0x12f)](_0x2475c8[_0x42adb0(0x116)],_0x3bf25f[_0x42adb0(0x107)][_0x42adb0(0x145)])),_0x2475c8['hYapp'])):_0x2475c8['dcrpf'](_0x3bf25f['pickleStep'],undefined)?await _0x2475c8[_0x42adb0(0x18e)](_0x1c54c0,JSON[_0x42adb0(0x19e)](_0x2475c8[_0x42adb0(0x102)](_0x2475c8[_0x42adb0(0x13f)],'\x22'+_0x3bf25f[_0x42adb0(0x1c8)][_0x42adb0(0x1b6)]+'\x22')),_0x2475c8[_0x42adb0(0x1b2)]):await _0x2475c8[_0x42adb0(0x18e)](_0x1c54c0,JSON[_0x42adb0(0x19e)](_0x2475c8[_0x42adb0(0x117)]),_0x2475c8[_0x42adb0(0x1b2)]),global[_0x42adb0(0x159)]&&global[_0x42adb0(0x159)][0x0]&&global[_0x42adb0(0x159)][0x0]['session_'][_0x42adb0(0x169)](_0x3e23e8=>{})[_0x42adb0(0x13e)](_0x2e164d=>{const _0x2e3a7c=_0x42adb0;logger['debug'](_0x2e3a7c(0x12c)+util[_0x2e3a7c(0x1bc)](_0x2e164d));});}catch(_0x5b8445){logger[_0x42adb0(0x1ad)](_0x42adb0(0x167)+_0x5b8445);}_0x2475c8[_0x42adb0(0x123)](_0xfa3c05);})[_0x17fd65(0x111)](()=>_0x229837());});const a11_0xfe47ae={};function a11_0xad1e(){const _0x13cd11=['Error\x20determining\x20test\x20flow:\x20','pxLoB','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','Inside\x20browserstack\x20AfterStep','Cucumber-JS','oqLnU','../../helpers/performance/performance-tester','BJZOm','__timeout','../../helpers/test-observability/utils','cleanup','../../helpers/accessibility-automation/scripts','9592992bsfOvj','closeTracker','Bootstrapping\x20BrowserstackCLI\x20for\x20cucumber-js\x20worker\x20process','getGlobal','__skipSessionStatus','FZUKB','__sessionFailed','SJCcg','catch','GDeKW','slDBi','Playwright\x20flow\x20detected\x20-\x20page\x20exists:\x20','startMonitoring','Qusis','BeforeAll','message','setDefaultTimeout',',\x22level\x22:\x20\x22',',\x20isPlaywrightFlow=','CONFIG','BROWSERSTACK_TESTHUB_UUID','XMozh','winstonLogger','IGITK','ENV_VAR','1381199yOpKdH','UlvZB','spIrj','cucumber-js','testInfo','56948qzvCvh','ggIGx','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','setConfig','wNoLq','__drivers','Error\x20initializing\x20Playwright\x20patching:\x20','10BWsIRU','cOGsa','bnewr','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','kbdqP','ALkNF','lodash','split','AfterStep','quitCount_','./playwright-patcher','Error:\x20at\x20After\x20Step:\x20','wKVEd','then','uploadEventData','AQkiI','@playwright/test','vmujt','eoFrq','WicZH','4|3|0|2|1','VyqVp','Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20','Performing\x20scan\x20before\x20saving\x20results','shift','join','vzupo','NBcLf','3108896bfYSSe','UDOBG','hYapp','KRQTi','name','pwPage','zsagO','executeAsyncScript','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','CBTSessionCreated','After','Cleaned\x20up\x20Playwright\x20close\x20tracker','BSTACK_CONFIG','skipSessionName','stopMonitoring','@cucumber/cucumber/lib/index.js','gIXqM','integrations','o11ySyncDone','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','../../helpers/test-observability/sessionHandler','wjrSR','iOpxi','addTestUIDAndReportLog','parse','getTestUUID','BOAbG','Error\x20in\x20playwright\x20beforeTestHook:\x20','toString','../../helpers/globals','../utils/constants','../../helpers/accessibility-automation/helper','CUCUMBER','shutdown','../../helpers/helper','SZFqt','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','../../helpers/test-observability/requestQueueHandler','stringify','PLAYWRIGHT','browserstackAgentV2','afterTestHook','2rpbxtz','Error:\x20quiting\x20driver\x20at\x20After:\x20','session_','getId','__skipSessionName','NrBlt','AkrUu','__workerDetails','../v2/cliUtils','daDqR','ImJsw','debug','error','Playwright\x20patching\x20initialized\x20for\x20Cucumber-JS','SBnaS','RGeVk','PLZWU','bstackA11yShouldScan','push','AfterAll','text','event_type','../../helpers/logger','XfBLx','Completed\x20Playwright\x20afterTestHook\x20execution','../playwright/reporter/test-details.js','format','setFrameworkDetail','yIFyw','pickle','initializePlaywrightPatching','beforeTestHook','GoMZK','GxRZr','qneIS','kMlIV','__platformCaps','Failed:\x20','pickleStep','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','setFramework','setTestNameForHealingContext','../../index','status','jLOcL','currentTest','tags','Error:\x20cleaning\x20up\x20driver:\x20','isCliEnabled','setGlobal','passed','OTsfz','toLowerCase','length','Inside\x20browserstack\x20Before','5539842RHGfEM','result','921216DmvYQF','Flow\x20detection:\x20isSeleniumFlow=','225qoZMKc','__error_messages__','9155986Cwmnhs','BROWSERSTACK_TESTHUB_JWT','Error:\x20at\x20After\x20(Playwright):\x20','initQuit','timeout','finally','Before','getInstance','pid','../../helpers/test-observability/error-handler','ppkoo','xLOPZ','cMmwX','failed','../../helpers/testhub/utils','executeDeferredCloses','Performing\x20Playwright\x20Patching','env','YrZQz','testCaseStartedId','\x20|\x20','info','driverCleanup','EYidK','skipSessionStatus','bstack','getPackageVersion','Performing\x20Selenium\x20Patching','RGLOh','workerInfo'];a11_0xad1e=function(){return _0x13cd11;};return a11_0xad1e();}a11_0xfe47ae[a11_0xc5bc81(0x17c)]=a11_0xc5bc81(0x125),a11_0xfe47ae[a11_0xc5bc81(0x110)]=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],AfterAll(a11_0xfe47ae,async function(_0x18de79,_0x3904f9){const _0x4cbfd0=a11_0xc5bc81,_0x2d8b7e={'RHTMp':_0x4cbfd0(0x170),'zsagO':_0x4cbfd0(0x183),'jLOcL':function(_0xfb527a){return _0xfb527a();},'qneIS':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x2d8b7e[_0x4cbfd0(0x1c4)]),await new Promise(async _0x5aaf49=>{const _0xa521cb=_0x4cbfd0,_0x5d5d76=_0x2d8b7e['RHTMp'][_0xa521cb(0x163)]('|');let _0x5738bc=0x0;while(!![]){switch(_0x5d5d76[_0x5738bc++]){case'0':try{playwrightPatcher&&playwrightPatcher[_0xa521cb(0x11b)]&&(await playwrightPatcher[_0xa521cb(0x11b)](),playwrightPatcher[_0xa521cb(0x137)]&&playwrightPatcher[_0xa521cb(0x137)][_0xa521cb(0x134)](),logger[_0xa521cb(0x1ad)](_0x2d8b7e[_0xa521cb(0x17e)]));}catch(_0x3e92b5){logger[_0xa521cb(0x1ad)]('Error\x20cleaning\x20up\x20Playwright\x20close\x20tracker:\x20'+util[_0xa521cb(0x1bc)](_0x3e92b5));}continue;case'1':_0x2d8b7e[_0xa521cb(0xfb)](_0x5aaf49);continue;case'2':await global[_0xa521cb(0x122)]();continue;case'3':PerformanceTester[_0xa521cb(0x186)]();continue;case'4':await RequestQueueHandler[_0xa521cb(0x113)]()[_0xa521cb(0x199)]();continue;}break;}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a12_0x42a719=a12_0x12ae;(function(_0x12c288,_0x5b5ade){const _0x5ee794=a12_0x12ae,_0x2d21d8=_0x12c288();while(!![]){try{const _0x301a2c=parseInt(_0x5ee794(0xe1))/0x1+-parseInt(_0x5ee794(0xb6))/0x2*(-parseInt(_0x5ee794(0xd3))/0x3)+-parseInt(_0x5ee794(0xd5))/0x4*(-parseInt(_0x5ee794(0xdf))/0x5)+-parseInt(_0x5ee794(0xc7))/0x6+-parseInt(_0x5ee794(0xcd))/0x7+parseInt(_0x5ee794(0xe5))/0x8*(parseInt(_0x5ee794(0xc1))/0x9)+parseInt(_0x5ee794(0xc5))/0xa;if(_0x301a2c===_0x5b5ade)break;else _0x2d21d8['push'](_0x2d21d8['shift']());}catch(_0xced5ef){_0x2d21d8['push'](_0x2d21d8['shift']());}}}(a12_0x203e,0xb5221));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a12_0x42a719(0xe9)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a12_0x42a719(0xdd),a12_0x42a719(0xd2)),logger=require(a12_0x42a719(0xb8))[a12_0x42a719(0xdc)];function a12_0x12ae(_0x2e4999,_0x393c3c){const _0x203ea6=a12_0x203e();return a12_0x12ae=function(_0x12aeae,_0x3e5d96){_0x12aeae=_0x12aeae-0xb3;let _0x421dc8=_0x203ea6[_0x12aeae];return _0x421dc8;},a12_0x12ae(_0x2e4999,_0x393c3c);}modifyCommand(),setKeepAlive();const Before=cucumberModule[a12_0x42a719(0xe4)],After=cucumberModule[a12_0x42a719(0xc0)],configuration=process[a12_0x42a719(0xea)][a12_0x42a719(0xce)];if(configuration!==undefined){const config=JSON[a12_0x42a719(0xb9)](configuration);isTrue(config[a12_0x42a719(0xb5)])&&(global[a12_0x42a719(0xbf)]=!![]),global[a12_0x42a719(0xec)]=isTrue(config['skipSessionStatus']),require('../../index')[a12_0x42a719(0xbb)](config),global[a12_0x42a719(0xd6)]=config[a12_0x42a719(0xd1)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a12_0x42a719(0xb4)];cucumberModule['setDefaultTimeout']=_0x5bcafb=>{const _0x219605=a12_0x42a719,_0x4703fc={'MBDkG':function(_0x32e537,_0x5526b4){return _0x32e537(_0x5526b4);}};global[_0x219605(0xcb)]=_0x5bcafb,_0x4703fc[_0x219605(0xc3)](__setDefaultTimeout,_0x5bcafb);};const a12_0x4fe4b0={};a12_0x4fe4b0[a12_0x42a719(0xc6)]=a12_0x42a719(0xc9),Before(a12_0x4fe4b0,function(){const _0x5e40bc=a12_0x42a719,_0x4a45a7={};_0x4a45a7[_0x5e40bc(0xbc)]=_0x5e40bc(0xed);const _0x241bb5=_0x4a45a7;logger['debug'](_0x241bb5[_0x5e40bc(0xbc)]),global[_0x5e40bc(0xde)]=[];});function a12_0x203e(){const _0x2ede29=['winstonLogger','cucumber/lib/index.js','__error_messages__','1884490QaLNWf','\x20|\x20','606135rqmeEp','executeScript','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Before','3376IsTAPA','session_','status','TXRrm','../../helpers/helper','env','emxDz','__skipSessionStatus','Inside\x20browserstack\x20Before','join','setDefaultTimeout','skipSessionName','10846vKapKB','Error:\x20quiting\x20at\x20After:\x20','../../helpers/logger','parse','passed','browserstackAgentV2','JxhBk','result','failed','__skipSessionName','After','8370FcYwwV','NNYtC','MBDkG','\x22}}','11359520rjyWSF','name','8217336lGhGAh','debug','bstack','Inside\x20browserstack\x20After','__timeout','initQuit','10069304OCavgU','CONFIG','tBgYC','timeout','platformCaps','cucumber','366VlVPqL','ekCAL','8RjInVT','__platformCaps','Error:\x20setting\x20status\x20at\x20After:\x20','shbVU','__driver','XPTti','FUMGo'];a12_0x203e=function(){return _0x2ede29;};return a12_0x203e();}const a12_0x3dabf6={};a12_0x3dabf6['name']='bstack',a12_0x3dabf6[a12_0x42a719(0xd0)]=0x2710,After(a12_0x3dabf6,function(_0x393edf,_0x2058a9){const _0x18ef59=a12_0x42a719,_0x4705be={'FUMGo':function(_0x425664,_0x2b3506){return _0x425664===_0x2b3506;},'TXRrm':_0x18ef59(0xbe),'XPTti':function(_0x40ec87,_0x1abcfb,_0x33e31e,_0x835c17){return _0x40ec87(_0x1abcfb,_0x33e31e,_0x835c17);},'ekCAL':_0x18ef59(0xe0),'emxDz':function(_0x1c8f5e,_0x2e2d0c,_0x2219ed){return _0x1c8f5e(_0x2e2d0c,_0x2219ed);},'shbVU':_0x18ef59(0xba),'NNYtC':function(_0xd3e461){return _0xd3e461();},'tBgYC':function(_0x419c61,_0x2f4f56){return _0x419c61(_0x2f4f56);},'oxvMR':_0x18ef59(0xca)};logger[_0x18ef59(0xc8)](_0x4705be['oxvMR']),new Promise(async(_0x562bd2,_0x59b9cf)=>{const _0x463fd3=_0x18ef59;let _0x54c336=![];try{await global['__driver'][_0x463fd3(0xe6)],_0x54c336=!![],!global[_0x463fd3(0xbf)]&&await global[_0x463fd3(0xd9)][_0x463fd3(0xe2)](_0x463fd3(0xe3)+_0x393edf['pickle'][_0x463fd3(0xc6)]+_0x463fd3(0xc4)),_0x4705be[_0x463fd3(0xdb)](_0x393edf[_0x463fd3(0xbd)][_0x463fd3(0xe7)]['toLowerCase'](),_0x4705be[_0x463fd3(0xe8)])?await _0x4705be[_0x463fd3(0xda)](markSessionStatus,global[_0x463fd3(0xd9)],_0x4705be['TXRrm'],global[_0x463fd3(0xde)][_0x463fd3(0xb3)](_0x4705be[_0x463fd3(0xd4)])):await _0x4705be[_0x463fd3(0xeb)](markSessionStatus,global[_0x463fd3(0xd9)],_0x4705be[_0x463fd3(0xd8)]);}catch(_0x41cdce){logger[_0x463fd3(0xc8)](_0x463fd3(0xd7)+_0x41cdce);}if(_0x54c336)try{await global[_0x463fd3(0xd9)][_0x463fd3(0xcc)](),_0x4705be[_0x463fd3(0xc2)](_0x562bd2);}catch(_0x2568f3){logger[_0x463fd3(0xc8)](_0x463fd3(0xb7)+_0x2568f3),_0x4705be[_0x463fd3(0xcf)](_0x59b9cf,_0x2568f3);}else _0x4705be[_0x463fd3(0xc2)](_0x59b9cf);})['then'](()=>_0x2058a9());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a13_0x239b55=a13_0x35b6;function a13_0x5ebe(){const _0x32b6cb=['setDefaultTimeout','4945324MlCoFi','35670nTnDcW','cucumber/lib/index.js','20318340wbXnTI','9fAgFsZ','9148504baWkIQ','941147tydsYb','@cucumber/cucumber/lib/index.js','2EvlrAw','../../helpers/helper','145HKSzDR','3864375OGgcAA','__timeout','BSTACK_DELTA','4194120HZPnLK'];a13_0x5ebe=function(){return _0x32b6cb;};return a13_0x5ebe();}(function(_0xce9678,_0xf6467d){const _0x443c11=a13_0x35b6,_0x606d1c=_0xce9678();while(!![]){try{const _0x485fff=parseInt(_0x443c11(0x103))/0x1*(-parseInt(_0x443c11(0x105))/0x2)+parseInt(_0x443c11(0x108))/0x3+-parseInt(_0x443c11(0xfd))/0x4+-parseInt(_0x443c11(0x107))/0x5*(-parseInt(_0x443c11(0xfe))/0x6)+parseInt(_0x443c11(0x10b))/0x7+-parseInt(_0x443c11(0x102))/0x8*(parseInt(_0x443c11(0x101))/0x9)+parseInt(_0x443c11(0x100))/0xa;if(_0x485fff===_0xf6467d)break;else _0x606d1c['push'](_0x606d1c['shift']());}catch(_0x42565d){_0x606d1c['push'](_0x606d1c['shift']());}}}(a13_0x5ebe,0xbc1b3));const {requireModule}=require(a13_0x239b55(0x106)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a13_0x239b55(0x104),'@cucumber/cucumber');}catch(a13_0x5c7c14){cucumberModule=requireModule(a13_0x239b55(0xff),'cucumber');}function a13_0x35b6(_0x358712,_0x4ecd60){const _0x5ebeec=a13_0x5ebe();return a13_0x35b6=function(_0x35b6ea,_0x2fd2fd){_0x35b6ea=_0x35b6ea-0xfd;let _0x2566ce=_0x5ebeec[_0x35b6ea];return _0x2566ce;},a13_0x35b6(_0x358712,_0x4ecd60);}cucumberModule[a13_0x239b55(0x10c)](constants[a13_0x239b55(0x10a)]+global[a13_0x239b55(0x109)]*0x1);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a14_0x2e92ca=a14_0xb63f;(function(_0x45e634,_0x2b61bb){const _0x18f448=a14_0xb63f,_0x43a8f9=_0x45e634();while(!![]){try{const _0x4710f1=parseInt(_0x18f448(0x1c2))/0x1+-parseInt(_0x18f448(0x17f))/0x2+-parseInt(_0x18f448(0x1c4))/0x3*(parseInt(_0x18f448(0x1c6))/0x4)+parseInt(_0x18f448(0x18e))/0x5+parseInt(_0x18f448(0x18b))/0x6*(parseInt(_0x18f448(0x1a0))/0x7)+parseInt(_0x18f448(0x1b4))/0x8*(-parseInt(_0x18f448(0x1b3))/0x9)+parseInt(_0x18f448(0x1b1))/0xa*(parseInt(_0x18f448(0x1bd))/0xb);if(_0x4710f1===_0x2b61bb)break;else _0x43a8f9['push'](_0x43a8f9['shift']());}catch(_0x31674f){_0x43a8f9['push'](_0x43a8f9['shift']());}}}(a14_0x4a98,0xbe2a6));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a14_0x2e92ca(0x1c3))[a14_0x2e92ca(0x19f)],{URL}=require(a14_0x2e92ca(0x1bc)),helper=require(a14_0x2e92ca(0x190)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a14_0x2e92ca(0x199)),validHosts=function(_0x27601f){const _0x2aa7ec=a14_0x2e92ca;return _0x27601f[_0x2aa7ec(0x1c5)](',')[_0x2aa7ec(0x1b6)](_0x3695a3=>{const _0x80a87b=_0x2aa7ec;try{new URL(_0x3695a3[_0x80a87b(0x1be)]());}catch(_0x20ee95){return![];}return!![];});},parseOnPremHosts=function(_0x2986fb){const _0x4c56d4=a14_0x2e92ca,_0x719b73={};_0x719b73[_0x4c56d4(0x193)]=function(_0x7972f9,_0x9d3dd4){return _0x7972f9===_0x9d3dd4;},_0x719b73[_0x4c56d4(0x182)]='https:',_0x719b73[_0x4c56d4(0x1af)]='443',_0x719b73[_0x4c56d4(0x1bb)]=function(_0x4d6d1f,_0x2daeed){return _0x4d6d1f===_0x2daeed;},_0x719b73[_0x4c56d4(0x185)]=_0x4c56d4(0x1b5);const _0x1395ad=_0x719b73;return _0x2986fb[_0x4c56d4(0x1c5)](',')[_0x4c56d4(0x19b)](_0x4e79a6=>{const _0x25f8db=_0x4c56d4,_0x49e393=new URL(_0x4e79a6[_0x25f8db(0x1be)]()),_0x310415=_0x49e393[_0x25f8db(0x1a6)],_0x1c5958=_0x49e393[_0x25f8db(0x1aa)]||(_0x1395ad[_0x25f8db(0x193)](_0x49e393['protocol'],_0x1395ad[_0x25f8db(0x182)])?_0x1395ad[_0x25f8db(0x1af)]:'80'),_0x1e10b3=_0x49e393[_0x25f8db(0x1ad)]['replace'](':',''),_0xe68ce8=_0x1395ad['UEyXX'](_0x1e10b3,_0x1395ad[_0x25f8db(0x185)])?0x1:0x0;return _0x310415+','+_0x1c5958+','+_0xe68ce8;});},connectCommandBuilder=function(_0x8dea06){const _0x58ba84=a14_0x2e92ca,_0x272954={};_0x272954[_0x58ba84(0x18d)]='string';const _0x591f27=_0x272954,_0x2c5a66={};_0x2c5a66[_0x58ba84(0x1a3)]=HELP_MESSAGES['options'][_0x58ba84(0x1a2)],_0x2c5a66[_0x58ba84(0x1a9)]=_0x591f27['QTsJI'];const _0x548928={};_0x548928[_0x58ba84(0x1a3)]=HELP_MESSAGES[_0x58ba84(0x17d)]['hosts'],_0x548928[_0x58ba84(0x1a9)]=_0x591f27[_0x58ba84(0x18d)],_0x548928[_0x58ba84(0x181)]=!![];const _0x24a301={};return _0x24a301[_0x58ba84(0x1ba)]=_0x2c5a66,_0x24a301[_0x58ba84(0x186)]=_0x548928,_0x8dea06[_0x58ba84(0x17d)](_0x24a301);},connectCommandHandler=async function(_0x4b191d){const _0x40c22c=a14_0x2e92ca,_0x34df70={'WBPcr':_0x40c22c(0x1c1),'PYSpu':function(_0x9dfcb3,_0x1a910f){return _0x9dfcb3===_0x1a910f;},'OeLUN':_0x40c22c(0x1a5),'lUsXu':_0x40c22c(0x1c0),'YGAew':'Integration\x20hosts\x20missing.','EGdze':function(_0x23980d,_0xb0263f){return _0x23980d(_0xb0263f);},'flkuq':'Hosts\x20not\x20valid','vWOxx':_0x40c22c(0x1b7),'HQWMd':_0x40c22c(0x19e),'rNrOZ':'Failed\x20to\x20establish\x20connection.'};try{const _0x52d97f=new BrowserStackSetup(_0x4b191d,_0x34df70[_0x40c22c(0x1ac)]);_0x4b191d[_0x40c22c(0x1a1)]&&(_0x52d97f['config']['accessKey']=_0x4b191d['bstackAccesskey']);if(_0x34df70[_0x40c22c(0x1b9)](typeof _0x52d97f['config'][_0x40c22c(0x1ab)],_0x34df70['OeLUN'])){logger['error'](_0x34df70[_0x40c22c(0x18c)]);throw new Error(ERROR_MESSAGES[_0x40c22c(0x1a2)][_0x40c22c(0x184)]);}const _0x49dc60=_0x4b191d['hosts'];if(_0x34df70[_0x40c22c(0x1b9)](typeof _0x49dc60,_0x34df70['OeLUN'])){logger[_0x40c22c(0x196)](_0x34df70['YGAew']);throw new Error(ERROR_MESSAGES['hosts'][_0x40c22c(0x184)]);}if(!_0x34df70[_0x40c22c(0x194)](validHosts,_0x49dc60)){logger['error'](_0x34df70[_0x40c22c(0x195)]);throw new Error(ERROR_MESSAGES[_0x40c22c(0x186)][_0x40c22c(0x192)]);}const _0x13cb54=_0x34df70[_0x40c22c(0x194)](parseOnPremHosts,_0x49dc60);_0x52d97f['config'][_0x40c22c(0x189)]=!![],_0x52d97f[_0x40c22c(0x1b0)][_0x40c22c(0x187)][_0x40c22c(0x1b2)]=_0x34df70[_0x40c22c(0x183)],_0x52d97f[_0x40c22c(0x1b0)][_0x40c22c(0x187)][_0x40c22c(0x197)]=_0x13cb54[_0x40c22c(0x188)](','),helper[_0x40c22c(0x17c)](_0x52d97f[_0x40c22c(0x1b0)]),await _0x52d97f[_0x40c22c(0x19c)](),logger[_0x40c22c(0x18f)](_0x34df70[_0x40c22c(0x180)]);}catch(_0x1db69a){logger[_0x40c22c(0x196)](_0x34df70[_0x40c22c(0x1a7)]);throw new Error(_0x1db69a[_0x40c22c(0x19a)]());}};function run(_0x353ac1){const _0x293869=a14_0x2e92ca,_0xfaa172={};_0xfaa172[_0x293869(0x198)]=_0x293869(0x1a4),_0xfaa172['fscAu']=_0x293869(0x1bf);const _0x2d3905=_0xfaa172;_0x353ac1[_0x293869(0x19d)](HELP_MESSAGES[_0x293869(0x1a8)]['root'])['command'](_0x2d3905[_0x293869(0x198)],HELP_MESSAGES[_0x293869(0x1a8)][_0x293869(0x1a4)],connectCommandBuilder,connectCommandHandler)[_0x293869(0x1ae)]()[_0x293869(0x1bf)](_0x2d3905[_0x293869(0x191)])[_0x293869(0x17e)](HELP_MESSAGES[_0x293869(0x1a8)][_0x293869(0x18a)]);}module[a14_0x2e92ca(0x1b8)]=run;function a14_0xb63f(_0x1200be,_0x3266e0){const _0x4a989f=a14_0x4a98();return a14_0xb63f=function(_0xb63f11,_0x462c45){_0xb63f11=_0xb63f11-0x17c;let _0x50c246=_0x4a989f[_0xb63f11];return _0x50c246;},a14_0xb63f(_0x1200be,_0x3266e0);}function a14_0x4a98(){const _0x312c95=['describe','connect','undefined','hostname','rNrOZ','command','type','port','accessKey','WBPcr','protocol','demandCommand','QwfDo','config','94430bmSbVd','localIdentifier','212301qlfQwG','168gtrshT','https','every','integrations-repeater','exports','PYSpu','bstack-accesskey','UEyXX','url','880bVeyrN','trim','help','BrowserStack\x20access\x20key\x20missing.','integrations','1004374sDcQhc','../../helpers/logger','10917YwnDod','split','1364eQavjx','setProxySettings','options','epilogue','2345846ceRfNn','HQWMd','demandOption','cRIus','vWOxx','missing','TLgGA','hosts','browserStackLocalOptions','join','browserstackLocal','footer','186vYoUlm','lUsXu','QTsJI','6322150pJCBKW','info','../../helpers/helper','fscAu','invalid','Akqrh','EGdze','flkuq','error','only','ZGvxh','./constants','toString','map','setupBrowserstackLocal','usage','Connection\x20established\x20successfully.','winstonLogger','149905NNMVQx','bstackAccesskey','bstackAccessKey'];a14_0x4a98=function(){return _0x312c95;};return a14_0x4a98();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a15_0x445186=a15_0x29d0;(function(_0x186620,_0x5dfbbd){var _0xf25cb0=a15_0x29d0,_0x2ceb48=_0x186620();while(!![]){try{var _0x57340e=-parseInt(_0xf25cb0(0xf5))/0x1*(-parseInt(_0xf25cb0(0xf8))/0x2)+-parseInt(_0xf25cb0(0x10d))/0x3*(-parseInt(_0xf25cb0(0x104))/0x4)+-parseInt(_0xf25cb0(0x10c))/0x5*(-parseInt(_0xf25cb0(0x109))/0x6)+-parseInt(_0xf25cb0(0xfb))/0x7+parseInt(_0xf25cb0(0xf9))/0x8+parseInt(_0xf25cb0(0xfe))/0x9+parseInt(_0xf25cb0(0xff))/0xa*(-parseInt(_0xf25cb0(0x10a))/0xb);if(_0x57340e===_0x5dfbbd)break;else _0x2ceb48['push'](_0x2ceb48['shift']());}catch(_0x36c7a5){_0x2ceb48['push'](_0x2ceb48['shift']());}}}(a15_0x26a5,0x59586));var a15_0x539e14={};a15_0x539e14['bstackAccessKey']=a15_0x445186(0x103),a15_0x539e14[a15_0x445186(0x10b)]='This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a15_0x2feb03={};a15_0x2feb03[a15_0x445186(0x106)]=a15_0x445186(0x108),a15_0x2feb03[a15_0x445186(0x102)]=a15_0x445186(0x107),a15_0x2feb03[a15_0x445186(0xfc)]=a15_0x445186(0xf6);var a15_0x39af4e={};a15_0x39af4e[a15_0x445186(0xf7)]=a15_0x539e14,a15_0x39af4e[a15_0x445186(0x100)]=a15_0x2feb03,exports[a15_0x445186(0xf4)]=a15_0x39af4e;var a15_0x431769={};a15_0x431769['missing']='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a15_0x17a62a={};a15_0x17a62a['missing']=a15_0x445186(0xfd),a15_0x17a62a[a15_0x445186(0x105)]=a15_0x445186(0x101);function a15_0x26a5(){var _0x147a46=['invalid','root','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','216ahsuqI','11yEVfTZ','hosts','57335PJUhJK','12tLzJLl','HELP_MESSAGES','1rysLxN','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','options','1219942TtHMAP','2457432TcjNAB','bstackAccessKey','972244nLcOdm','footer','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','3995640ZBQgrQ','15582640LdcHPI','command','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','connect','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','289192zVQJJy'];a15_0x26a5=function(){return _0x147a46;};return a15_0x26a5();}function a15_0x29d0(_0x3eb137,_0x1c0c45){var _0x26a55d=a15_0x26a5();return a15_0x29d0=function(_0x29d0ab,_0x458c44){_0x29d0ab=_0x29d0ab-0xf4;var _0xa4b0b2=_0x26a55d[_0x29d0ab];return _0xa4b0b2;},a15_0x29d0(_0x3eb137,_0x1c0c45);}var a15_0x4dac6e={};a15_0x4dac6e[a15_0x445186(0xfa)]=a15_0x431769,a15_0x4dac6e[a15_0x445186(0x10b)]=a15_0x17a62a,exports['ERROR_MESSAGES']=a15_0x4dac6e;
|
package/src/bin/jest/command.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a14_0x4d046b=a14_0x59e2;(function(_0x504a0d,_0x5b0504){const _0x2bb6cb=a14_0x59e2,_0x2b6533=_0x504a0d();while(!![]){try{const _0x38f659=parseInt(_0x2bb6cb(0x17a))/0x1+parseInt(_0x2bb6cb(0x1fe))/0x2*(parseInt(_0x2bb6cb(0x19d))/0x3)+parseInt(_0x2bb6cb(0x1a0))/0x4*(parseInt(_0x2bb6cb(0x1a3))/0x5)+-parseInt(_0x2bb6cb(0x198))/0x6*(-parseInt(_0x2bb6cb(0x14c))/0x7)+-parseInt(_0x2bb6cb(0x13a))/0x8*(parseInt(_0x2bb6cb(0x16a))/0x9)+-parseInt(_0x2bb6cb(0x13e))/0xa*(parseInt(_0x2bb6cb(0x180))/0xb)+parseInt(_0x2bb6cb(0x1f5))/0xc;if(_0x38f659===_0x5b0504)break;else _0x2b6533['push'](_0x2b6533['shift']());}catch(_0x456be9){_0x2b6533['push'](_0x2b6533['shift']());}}}(a14_0x468c,0xb1995));function a14_0x59e2(_0x2f0a4f,_0x5de5bb){const _0x468c1f=a14_0x468c();return a14_0x59e2=function(_0x59e2fc,_0x6581de){_0x59e2fc=_0x59e2fc-0x135;let _0x4063b4=_0x468c1f[_0x59e2fc];return _0x4063b4;},a14_0x59e2(_0x2f0a4f,_0x5de5bb);}const fs=require('fs'),path=require(a14_0x4d046b(0x194)),util=require(a14_0x4d046b(0x162)),{spawn}=require(a14_0x4d046b(0x1fc)),logger=require(a14_0x4d046b(0x1db))[a14_0x4d046b(0x1cb)],{default:BrowserStackSetup}=require(a14_0x4d046b(0x1ea)),helper=require(a14_0x4d046b(0x191)),utilities=require('../../helpers/utilities'),constants=require('../utils/constants'),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a14_0x4d046b(0x1d0)),{getPercyOptions}=require(a14_0x4d046b(0x176)),TestHubHandler=require(a14_0x4d046b(0x183)),testhubUtils=require(a14_0x4d046b(0x1ac)),{FRAMEWORKS}=require(a14_0x4d046b(0x172)),PerformanceTester=require(a14_0x4d046b(0x1f8)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],TestOrchestrationHandler=require('../../helpers/test-orchestration/testOrchestrationHandler'),getUserJestConfigs=async(_0x20209d,_0x4679cc)=>{const _0x569f39=a14_0x4d046b,_0x5507ed={'wSEbA':'jest-config/build/readConfigFileAndSetRootDir.js','CenBA':_0x569f39(0x174),'ZqpJZ':function(_0x28f044,_0x17179e){return _0x28f044||_0x17179e;},'dDCNv':function(_0x39f0dc,_0x400b4d){return _0x39f0dc(_0x400b4d);},'eDyaU':_0x569f39(0x159),'GsUxD':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','kCgFo':'mjs','wOTkb':_0x569f39(0x196),'CqLgB':_0x569f39(0x1ff)},_0x4bc4a3=helper[_0x569f39(0x1a1)](_0x5507ed['wSEbA'],_0x5507ed['CenBA']),_0x3c8a54=_0x4679cc['findIndex'](_0x281fc5=>_0x281fc5==='--config');if(!helper[_0x569f39(0x1f1)](_0x20209d[_0x569f39(0x1e9)])){logger[_0x569f39(0x17f)](_0x569f39(0x1cd)+_0x20209d['config']),process[_0x569f39(0x16c)][_0x569f39(0x1b2)]=_0x20209d['config'];const _0x25a1e6=await(0x0,_0x4bc4a3[_0x569f39(0x142)])(path[_0x569f39(0x1a7)](_0x20209d[_0x569f39(0x1e9)]));return _0x4679cc[_0x569f39(0x156)](_0x3c8a54,0x2),_0x5507ed[_0x569f39(0x15d)](_0x25a1e6,{});}const _0xd95159=_0x5507ed[_0x569f39(0x1d4)](require,path['join'](process[_0x569f39(0x197)](),_0x5507ed[_0x569f39(0x179)]));if(_0xd95159['jest'])return logger[_0x569f39(0x17f)](_0x5507ed[_0x569f39(0x1ca)]),_0xd95159[_0x569f39(0x18d)];const _0x24f96f=['js',_0x5507ed[_0x569f39(0x150)],_0x5507ed[_0x569f39(0x165)],_0x5507ed[_0x569f39(0x1f7)],'ts'];for(const _0x3509fd of _0x24f96f){const _0x72d7e8=path[_0x569f39(0x1df)](process[_0x569f39(0x197)](),_0x569f39(0x1bc)+_0x3509fd);if(fs[_0x569f39(0x154)](_0x72d7e8)){process[_0x569f39(0x16c)][_0x569f39(0x1b2)]=_0x72d7e8;const _0x3300a3=await(0x0,_0x4bc4a3[_0x569f39(0x142)])(_0x72d7e8);return _0x3300a3;}}return{};},getSerial=(_0x487854,_0x12fb9f)=>{const _0x386aaa=a14_0x4d046b,_0x16b4df={};_0x16b4df[_0x386aaa(0x177)]=_0x386aaa(0x18a),_0x16b4df[_0x386aaa(0x1cc)]=function(_0x2f12d7,_0x2064f5){return _0x2f12d7>_0x2064f5;},_0x16b4df[_0x386aaa(0x1e1)]=function(_0x1e92be,_0x214187){return _0x1e92be>_0x214187;},_0x16b4df['lGOXF']='false';const _0x10e7dd=_0x16b4df;let _0x37841d=_0x10e7dd[_0x386aaa(0x177)];return _0x10e7dd['ZIisH'](_0x487854['length'],0x1)&&(!_0x12fb9f[_0x386aaa(0x168)]&&(helper[_0x386aaa(0x1f1)](_0x12fb9f['maxWorkers'])||_0x10e7dd[_0x386aaa(0x1e1)](_0x12fb9f['maxWorkers'],0x1)))&&(_0x37841d=_0x10e7dd[_0x386aaa(0x15b)]),_0x37841d;},getMaxWorkers=(_0x48141e,_0x13929c,_0x6e53d)=>{const _0x2dd01d=a14_0x4d046b,_0x4036e0={'SjMjD':function(_0x3be798,_0x58b921){return _0x3be798(_0x58b921);}};let _0x3c0245=0x1;if(!helper[_0x2dd01d(0x1f1)](_0x13929c['parallelsPerPlatform']))_0x3c0245=_0x4036e0['SjMjD'](parseInt,_0x13929c[_0x2dd01d(0x1b5)]);else{if(!helper['isUndefined'](_0x48141e[_0x2dd01d(0x1e2)]))_0x3c0245=_0x48141e[_0x2dd01d(0x1e2)];else!helper[_0x2dd01d(0x1f1)](_0x6e53d[_0x2dd01d(0x1e2)])&&(_0x3c0245=_0x6e53d[_0x2dd01d(0x1e2)]);}return _0x3c0245;};async function run(_0x3280e8,_0x5951c7,_0xc01494){const _0xa5ba4c=a14_0x4d046b,_0x122183={'alXjI':_0xa5ba4c(0x190),'MKWsp':_0xa5ba4c(0x18d),'CWxwd':function(_0x16e5dd,_0x5705f7){return _0x16e5dd(_0x5705f7);},'gDZGB':function(_0x3477ec,_0x15fc2f){return _0x3477ec!=_0x15fc2f;},'ySgjK':_0xa5ba4c(0x18a),'OgRtS':function(_0x6cccc4,_0x5f838d,_0x39cd40){return _0x6cccc4(_0x5f838d,_0x39cd40);},'ynKdj':_0xa5ba4c(0x1d8),'Ocggf':function(_0x6447d5,_0x817c8a){return _0x6447d5(_0x817c8a);},'yXaAo':function(_0x510aa9,_0x5df23d,_0x5af64c,_0x4f9c52){return _0x510aa9(_0x5df23d,_0x5af64c,_0x4f9c52);},'GqGXI':function(_0x3c619e,_0x1ffd63){return _0x3c619e*_0x1ffd63;},'SMCHq':function(_0x5a6847,_0x179754){return _0x5a6847===_0x179754;},'RyaEq':_0xa5ba4c(0x1a2),'VjQtc':_0xa5ba4c(0x1d1),'uTcUB':_0xa5ba4c(0x18f),'ZgykB':_0xa5ba4c(0x186),'TjcLu':_0xa5ba4c(0x1d9),'qpfdw':_0xa5ba4c(0x1b0),'zrQiW':_0xa5ba4c(0x147),'EwAQO':'jest.setup.js','staKw':'customSequencer.js','DtODC':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','kEgZu':_0xa5ba4c(0x158),'FzAol':_0xa5ba4c(0x15f),'WEkfK':'data-hooks.js','qVRmX':'customCircus.js','vmxJI':_0xa5ba4c(0x160),'doWgQ':_0xa5ba4c(0x166),'bNZvB':_0xa5ba4c(0x142),'sgUiP':function(_0x7d6b8a,_0x5644c9,_0x5d08e4){return _0x7d6b8a(_0x5644c9,_0x5d08e4);},'xUZgs':_0xa5ba4c(0x1e4),'XyHEW':function(_0x17fc2f,_0x38bcdf){return _0x17fc2f>_0x38bcdf;},'iyKNM':_0xa5ba4c(0x1a9),'wVlWl':function(_0x36eefb,_0x523286,_0x31364c,_0x11ea1e){return _0x36eefb(_0x523286,_0x31364c,_0x11ea1e);},'aHTxQ':_0xa5ba4c(0x185),'MnLgS':_0xa5ba4c(0x1ec),'TpeBM':_0xa5ba4c(0x1eb),'BFLZl':_0xa5ba4c(0x19f),'BYjPD':'close'};helper[_0xa5ba4c(0x157)]()?(await _0xc01494['initialize'](_0x3280e8),await helper[_0xa5ba4c(0x1b9)](_0xc01494[_0xa5ba4c(0x1e9)])):await _0xc01494[_0xa5ba4c(0x189)]();if(!_0xc01494[_0xa5ba4c(0x1e9)])return;_0x122183[_0xa5ba4c(0x164)](_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1b3)],null)?process['env'][_0xa5ba4c(0x1f3)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1b3)]:process[_0xa5ba4c(0x16c)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x122183[_0xa5ba4c(0x138)];const _0x5f393b=new TestOrchestrationHandler(_0xc01494[_0xa5ba4c(0x1e9)]),_0x78b689=await _0x122183['OgRtS'](getUserJestConfigs,_0x3280e8,_0x5951c7);logger['info'](_0x122183['ynKdj']);const _0x440c75=Object[_0xa5ba4c(0x1dd)]({},_0x78b689);_0x440c75[_0xa5ba4c(0x18e)]=Object[_0xa5ba4c(0x1dd)]({},_0x440c75[_0xa5ba4c(0x18e)],{'server':helper[_0xa5ba4c(0x152)](_0xc01494[_0xa5ba4c(0x1e9)]),'environment':_0x78b689[_0xa5ba4c(0x16d)]}),_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1c9)]=_0x122183['Ocggf'](getPercyOptions,_0xc01494[_0xa5ba4c(0x1e9)]);const _0x3136ac=helper[_0xa5ba4c(0x1c0)](_0xc01494['config']);!helper[_0xa5ba4c(0x1f1)](_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x199)])&&(process[_0xa5ba4c(0x16c)][_0xa5ba4c(0x16b)]=JSON[_0xa5ba4c(0x184)](_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x199)]));const _0x3445c2=await TestHubHandler[_0xa5ba4c(0x15e)](FRAMEWORKS[_0xa5ba4c(0x1d7)],_0xc01494),_0x386d21=helper[_0xa5ba4c(0x193)](_0xc01494[_0xa5ba4c(0x1e9)],_0x3136ac,constants[_0xa5ba4c(0x192)][_0xa5ba4c(0x1d7)]);let _0x6de4f3=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1f2)];_0x6de4f3=_0x6de4f3||accessibilityHelper[_0xa5ba4c(0x1c2)](_0xc01494[_0xa5ba4c(0x1e9)]),process[_0xa5ba4c(0x16c)][_0xa5ba4c(0x19b)]=_0x6de4f3,_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x149)]=_0x386d21,_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1b8)]=_0x122183[_0xa5ba4c(0x151)](getSerial,_0x386d21,_0x3280e8),_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x169)]=_0x122183[_0xa5ba4c(0x1d5)](getMaxWorkers,_0x3280e8,_0xc01494['config'],_0x78b689),_0x440c75['testEnvironmentOptions'][_0xa5ba4c(0x1ef)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1ef)],_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x181)]=_0x122183['GqGXI'](_0x3280e8[_0xa5ba4c(0x1a5)],0x1)||0x1388,_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1c7)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1f0)]['skipSessionName'],_0x440c75['testEnvironmentOptions'][_0xa5ba4c(0x136)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1f0)][_0xa5ba4c(0x136)],_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x146)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1ae)],_0x440c75[_0xa5ba4c(0x18e)]['turboScaleUrl']=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1f9)],_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1c1)]=_0xc01494['config'][_0xa5ba4c(0x13f)];const _0x53fe49=helper[_0xa5ba4c(0x167)](_0xc01494[_0xa5ba4c(0x1e9)]);if(!helper[_0xa5ba4c(0x13b)](_0x53fe49)){helper[_0xa5ba4c(0x16f)](_0x53fe49[_0xa5ba4c(0x14b)])&&(_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1c3)]=_0x53fe49[_0xa5ba4c(0x14b)][_0xa5ba4c(0x1b7)]);if(helper[_0xa5ba4c(0x16f)](_0x53fe49['abortBuildOnFailure'])&&helper[_0xa5ba4c(0x16f)](_0x53fe49[_0xa5ba4c(0x1be)][_0xa5ba4c(0x19e)])){const _0x454d31={};_0x454d31[_0xa5ba4c(0x171)]=_0x53fe49[_0xa5ba4c(0x1be)][_0xa5ba4c(0x13d)],_0x454d31['workingDir']=_0x53fe49[_0xa5ba4c(0x1be)][_0xa5ba4c(0x19e)],_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1e0)]=_0x454d31;}}let _0x34e205='';_0x122183[_0xa5ba4c(0x1ab)](helper['getPackageType'](),constants[_0xa5ba4c(0x15c)][_0xa5ba4c(0x1c5)])?_0x34e205=_0x122183[_0xa5ba4c(0x18c)]:_0x34e205=_0x122183[_0xa5ba4c(0x1af)];const _0x4de32b=_0x34e205,_0x9f3b65=path[_0xa5ba4c(0x1df)](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183[_0xa5ba4c(0x175)]),_0x49cbee=path[_0xa5ba4c(0x1df)](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183['TjcLu']),_0x5cf321=path[_0xa5ba4c(0x1df)](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183['qpfdw']);_0x440c75[_0xa5ba4c(0x16d)]&&(process[_0xa5ba4c(0x16c)][_0xa5ba4c(0x170)]=_0x440c75[_0xa5ba4c(0x16d)]);_0x440c75[_0xa5ba4c(0x16d)]=path['join'](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183[_0xa5ba4c(0x1d3)]),_0x440c75[_0xa5ba4c(0x135)]=_0x49cbee,_0x440c75[_0xa5ba4c(0x15a)]=_0x440c75['setupFilesAfterEnv']||[],_0x440c75[_0xa5ba4c(0x15a)][_0xa5ba4c(0x163)](path[_0xa5ba4c(0x1df)](__dirname,_0x122183['EwAQO']));_0x5f393b[_0xa5ba4c(0x1fd)]()&&(_0x440c75[_0xa5ba4c(0x1aa)]=path[_0xa5ba4c(0x1df)](__dirname,_0x122183['uTcUB'],_0x122183['staKw']));if(testhubUtils[_0xa5ba4c(0x17b)]()){let _0x4a64ac=null;try{_0x4a64ac=helper[_0xa5ba4c(0x1a1)](_0x122183[_0xa5ba4c(0x1b1)],_0x122183['kEgZu']);}catch(_0x56b9f7){_0x122183[_0xa5ba4c(0x143)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x56b9f7);}_0x4a64ac&&(_0x440c75['setupFilesAfterEnv'][_0xa5ba4c(0x163)](path['join'](__dirname,_0x122183[_0xa5ba4c(0x140)],_0x122183[_0xa5ba4c(0x1dc)])),_0x440c75[_0xa5ba4c(0x1a8)]=path['join'](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183[_0xa5ba4c(0x14d)]));}_0x440c75[_0xa5ba4c(0x188)]=_0x440c75[_0xa5ba4c(0x188)]||[];try{helper[_0xa5ba4c(0x19a)](),_0x440c75[_0xa5ba4c(0x188)]['push'](path[_0xa5ba4c(0x1df)](__dirname,_0x122183[_0xa5ba4c(0x182)]));}catch{logger[_0xa5ba4c(0x187)](_0x122183['doWgQ']);}_0x440c75[_0xa5ba4c(0x1bb)]=_0x440c75[_0xa5ba4c(0x1bb)]||[_0x122183[_0xa5ba4c(0x1ce)]],_0x122183[_0xa5ba4c(0x195)](updateTestRerunConfig,_0x440c75,_0xc01494);const _0x4296f2=fs[_0xa5ba4c(0x148)](_0x5cf321);fs[_0xa5ba4c(0x1bd)](_0x440c75[_0xa5ba4c(0x135)],_0xa5ba4c(0x161)+_0x4296f2+'\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x13f)]['length']+_0xa5ba4c(0x1bf)),logger[_0xa5ba4c(0x17f)](_0xa5ba4c(0x1c6)+_0x4de32b+_0xa5ba4c(0x17e)),fs[_0xa5ba4c(0x1bd)](_0x4de32b,'const\x20config='+JSON[_0xa5ba4c(0x184)](_0x440c75)+'\x0amodule.exports\x20=\x20config;');if(_0x5f393b['isTestOrchestrationEnabled']()){logger['debug'](_0x122183[_0xa5ba4c(0x1a4)]);const _0x1a3409=await _0x5f393b[_0xa5ba4c(0x1cf)](_0x440c75,_0x5951c7[_0xa5ba4c(0x178)](0x1),_0x4de32b);logger['debug'](_0xa5ba4c(0x1ee)+JSON['stringify'](_0x1a3409)+_0xa5ba4c(0x1de));const _0x5b84d9=await _0x5f393b[_0xa5ba4c(0x19c)](_0x1a3409);logger[_0xa5ba4c(0x187)](_0xa5ba4c(0x1fa)+JSON[_0xa5ba4c(0x184)](_0x5b84d9)),_0x5b84d9&&_0x122183[_0xa5ba4c(0x1a6)](_0x5b84d9[_0xa5ba4c(0x1c8)],0x0)&&(process[_0xa5ba4c(0x16c)]['JEST_TEST_ORDER']=_0x5b84d9?.[_0xa5ba4c(0x1df)](','));}logger[_0xa5ba4c(0x17f)](_0x122183[_0xa5ba4c(0x16e)]);testhubUtils['shouldProcessEventForTesthub']()&&TestDetails[_0xa5ba4c(0x1c4)]();helper[_0xa5ba4c(0x1e6)]({},_0x5951c7),PerformanceTester[_0xa5ba4c(0x1ad)](PerformanceEvents['SDK_SETUP']);const _0x46543c=_0x122183[_0xa5ba4c(0x173)](spawn,_0x122183[_0xa5ba4c(0x1e5)],[_0x122183[_0xa5ba4c(0x18b)],_0x122183[_0xa5ba4c(0x1d2)],_0x4de32b,..._0x5951c7[_0xa5ba4c(0x178)](0x1)],{'shell':_0x122183['SMCHq'](process[_0xa5ba4c(0x13c)],_0x122183[_0xa5ba4c(0x139)]),'stdio':_0x122183[_0xa5ba4c(0x1fb)],'env':Object[_0xa5ba4c(0x1dd)]({},process[_0xa5ba4c(0x16c)])});_0x46543c['on'](_0x122183[_0xa5ba4c(0x1ed)],async _0x440aeb=>{const _0x5d1ce7=_0xa5ba4c;PerformanceTester[_0x5d1ce7(0x1d6)](PerformanceEvents[_0x5d1ce7(0x14f)]);try{const {browserstackFolderPath:_0x503dfd,tcgConfigPath:_0x963093}=helper[_0x5d1ce7(0x14a)]();fs[_0x5d1ce7(0x144)](_0x963093),fs['rmdirSync'](_0x503dfd);}catch(_0xe0e245){logger[_0x5d1ce7(0x187)](_0x122183[_0x5d1ce7(0x1e8)],_0xe0e245);}process[_0x5d1ce7(0x1e7)]=_0x440aeb,logger[_0x5d1ce7(0x187)](_0x5d1ce7(0x1f6)+_0x440aeb),logger[_0x5d1ce7(0x17f)](_0x5d1ce7(0x17c)+_0x4de32b);if(helper[_0x5d1ce7(0x16f)](_0x53fe49)&&helper['isNotUndefined'](_0x53fe49[_0x5d1ce7(0x1be)])&&fs['existsSync'](_0x53fe49[_0x5d1ce7(0x1be)][_0x5d1ce7(0x19e)]))try{const _0x2d244c={};_0x2d244c[_0x5d1ce7(0x1da)]=!![],_0x2d244c['force']=!![],fs['rmSync'](_0x53fe49[_0x5d1ce7(0x1be)]['workingDir'],_0x2d244c),logger[_0x5d1ce7(0x187)](_0x5d1ce7(0x1b4)+_0x53fe49[_0x5d1ce7(0x1be)]['workingDir']);}catch(_0x3f5947){logger[_0x5d1ce7(0x141)](_0x5d1ce7(0x14e)+_0x3f5947);}let _0x2a892a=null;if(fs[_0x5d1ce7(0x154)](_0x9f3b65)){_0x2a892a=fs[_0x5d1ce7(0x148)](_0x9f3b65);try{_0x2a892a=JSON['parse'](_0x2a892a);}catch(_0x2a09d3){logger[_0x5d1ce7(0x187)]('Error\x20while\x20parsing\x20'+_0x9f3b65+',\x20'+_0x2a892a+_0x5d1ce7(0x1e3)+_0x2a09d3);}fs['unlinkSync'](_0x9f3b65);}fs[_0x5d1ce7(0x144)](_0x4de32b),fs[_0x5d1ce7(0x144)](_0x49cbee),_0x2a892a&&(_0xc01494[_0x5d1ce7(0x155)]=helper[_0x5d1ce7(0x17d)](_0x2a892a,_0x122183[_0x5d1ce7(0x18b)],_0xc01494));try{await TestHubHandler['stop']();}catch(_0x3182cc){console[_0x5d1ce7(0x137)](_0x3182cc),_0x122183['CWxwd'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20'+util['format'](_0x3182cc));}testOpsHelper[_0x5d1ce7(0x1f4)](),TestDetails[_0x5d1ce7(0x1ba)](),await utilities[_0x5d1ce7(0x153)](_0xc01494);});}module[a14_0x4d046b(0x1b6)]=run;function a14_0x468c(){const _0x177399=['handleApp','shutdown','reporters','jest.config.','writeFileSync','abortBuildOnFailure',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','useW3C','platformCaps','checkAccessibilityPlatformConfig','retries__','setup','MODULE','Creating\x20','skipSessionName','length','browserStackPercyOptions','GsUxD','winstonLogger','ZIisH','Getting\x20your\x20jest\x20configs\x20from\x20','bNZvB','findTestFiles','./test-observability/test-details','jest_browserstack.config.js','MnLgS','zrQiW','dDCNv','yXaAo','start','JEST','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','customTestRunner.js','recursive','../../helpers/logger','WEkfK','assign','\x20test\x20files\x20to\x20run.','join','failFast','dCEGU','maxWorkers','\x20:\x20','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','aHTxQ','filterBrowserstackArgs','exitCode','alXjI','config','../../helpers/BrowserStackSetup','win32','--config','BYjPD','Found:\x20','proxySettings','testContextOptions','isUndefined','accessibility','BROWSERSTACK_TEST_OBSERVABILITY_YML','printBuildLink','15660864DXKChS','child\x20process\x20exited\x20with\x20code\x20','CqLgB','../../helpers/performance/performance-tester','turboScaleUrl','Reodered\x20Test\x20Files:\x20','BFLZl','child_process','isTestOrchestrationEnabled','378866LRPpvE','json','runner','skipSessionStatus','log','ySgjK','TpeBM','8gsmDPL','isEmpty','platform','maxFailures','31910fHUarW','platforms','FzAol','error','default','Ocggf','unlinkSync','uTcUB','browserStackLogLevel','customEnvironment.js','readFileSync','capabilities','getTCGConfigFilePaths','retryTestsOnFailure','172795jcDjth','qVRmX','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','SDK_CLEANUP','kCgFo','OgRtS','getHubUrl','finalExecution','existsSync','errorMessage','splice','isBrowserstackInfra','jest-circus','package.json','setupFilesAfterEnv','lGOXF','PACKAGE_TYPE','ZqpJZ','launchBuild','test-observability','test_before.setup.js','\x0a\x20\x20\x20\x20','util','push','gDZGB','wOTkb','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','parseTestOrchestrationOptions','runInBand','parallels__','9290286telsrR','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','env','testEnvironment','iyKNM','isNotUndefined','BSTACK_JEST_TEST_ENV','failureThresholdCount','../../helpers/test-observability/constants','wVlWl','jest-config','ZgykB','../../helpers/percy/utils','qxskg','slice','eDyaU','1136287vRUMBb','shouldProcessEventForTesthub','Deleting\x20','getErrorMessageFromResults','\x20with\x20browserstack\x20jest\x20configs','info','4587UezNGd','timeout__','vmxJI','../../helpers/testhub/testhubHandler','stringify','npx','jest_browserstack_results.json','debug','setupFiles','setupTCGAuth','true','MKWsp','RyaEq','jest','testEnvironmentOptions','customImplements','error\x20removing\x20tcg\x20config\x20file','../../helpers/helper','FRAMEWORKS','prepareCapabilities','path','sgUiP','cjs','cwd','54rNDaMs','accessibilityOptions','requireSeleniumWebdriver','BROWSERSTACK_TEST_ACCESSIBILITY_YML','reorderTestFiles','3vudQqj','workingDir','inherit','4PFfism','requireModule','jest_browserstack.config.cjs','1186945KeuIfz','xUZgs','testTimeout','XyHEW','resolve','testRunner','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','testSequencer','SMCHq','../../helpers/testhub/utils','end','logLevel','VjQtc','customTestRunnerTemplate.js','DtODC','USER_CONFIG_DETAILS_PATH','testObservability','Deleted\x20fail-fast\x20state\x20folder:\x20','parallelsPerPlatform','exports','maxRetries','serial__'];a14_0x468c=function(){return _0x177399;};return a14_0x468c();}
|
|
2
|
+
'use strict';const a16_0x470db4=a16_0x4dfe;(function(_0x3b5435,_0x50c1a6){const _0x111562=a16_0x4dfe,_0x5c5317=_0x3b5435();while(!![]){try{const _0x27e657=-parseInt(_0x111562(0x19b))/0x1*(-parseInt(_0x111562(0x212))/0x2)+-parseInt(_0x111562(0x1f6))/0x3*(parseInt(_0x111562(0x1e7))/0x4)+-parseInt(_0x111562(0x1e3))/0x5+-parseInt(_0x111562(0x168))/0x6*(-parseInt(_0x111562(0x187))/0x7)+parseInt(_0x111562(0x17f))/0x8*(-parseInt(_0x111562(0x15d))/0x9)+parseInt(_0x111562(0x1d2))/0xa*(-parseInt(_0x111562(0x1f0))/0xb)+parseInt(_0x111562(0x171))/0xc*(parseInt(_0x111562(0x1b3))/0xd);if(_0x27e657===_0x50c1a6)break;else _0x5c5317['push'](_0x5c5317['shift']());}catch(_0x22b94a){_0x5c5317['push'](_0x5c5317['shift']());}}}(a16_0xf0b7,0x312b7));function a16_0xf0b7(){const _0x451fba=['SDK_SETUP','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','launchBuild','16848hlxTVs','shouldProcessEventForTesthub','jest-config','close','BROWSERSTACK_TEST_ACCESSIBILITY_YML','jPbMt','vjakG','\x0a\x20\x20\x20\x20','1799ULrdHA','../../helpers/testhub/utils','workingDir','testRunner','checkAccessibilityPlatformConfig','error\x20removing\x20tcg\x20config\x20file','filterBrowserstackArgs','ndgsz','Error\x20while\x20parsing\x20','\x20test\x20files\x20to\x20run.','../../helpers/test-observability/utils','force','isTestOrchestrationEnabled','setupFilesAfterEnv','Creating\x20','default','debug','initialize','shutdown','BROWSERSTACK_TEST_OBSERVABILITY_YML','2CWYVga','failureThresholdCount','testEnvironmentOptions','CXkew','ifwaE','proxySettings','wLSlR','XUeFl','package.json','VRdzt','\x20with\x20browserstack\x20jest\x20configs','ialAc','../../helpers/logger','XKQjG','PlBBC','BSTACK_JEST_TEST_ENV','dtQTn','iPDCX','../../helpers/test-orchestration/testOrchestrationHandler','OgcBJ','accessibility','jest-config/build/readConfigFileAndSetRootDir.js','--config','wisag','13439985VJpIYc','skipSessionStatus','finalExecution','customCircus.js','browserStackPercyOptions','SDK_CLEANUP','parseTestOrchestrationOptions','FRAMEWORKS','../../helpers/performance/constants','push','jest','Getting\x20your\x20jest\x20configs\x20from\x20','FaVDx','jest-circus','customImplements','ITpNE','prepareCapabilities','testContextOptions','customSequencer.js','parse','abortBuildOnFailure','yFJwq','retryTestsOnFailure','env','useW3C','customTestRunnerTemplate.js','parallelsPerPlatform','requireModule','jest_browserstack_results.json','const\x20config=','getErrorMessageFromResults','130TWfbpN','platforms','error','writeFileSync','\x0amodule.exports\x20=\x20config;','slice','pxhqu','../../helpers/BrowserStackSetup','maxWorkers','WTvGH','fRkon','errorMessage','AYJZC','cwd','unlinkSync','Deleting\x20','recursive','974520ZLEYES','getHubUrl','QtiyW','retries__','12kTgRqq','iPmmM','setup','stringify','setupTCGAuth','util','printBuildLink','format','info','243804gLIYAH','JEST_TEST_ORDER','KpebP','logLevel','PQKuy','testSequencer','298749fjtofz','serial__','setupFiles','husZt','parallels__','getPackageType','isUndefined','capabilities','test_before.setup.js','true','json','gcEKE','Found:\x20','rmSync','path','hNgOI','../../helpers/accessibility-automation/helper','cPNdJ','runner','fEljw','../../helpers/percy/utils','iIFfn','Reodered\x20Test\x20Files:\x20','JEST','length','config','cjs','./test-observability/helper','175624iAbwQZ','handleApp','assign','../../helpers/helper','test-observability','findIndex','PPVwy','data-hooks.js','lWucQ','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','testEnvironment','mjs','join','turboScaleUrl','IyOnD','child\x20process\x20exited\x20with\x20code\x20','splice','timeout__','hgBMw','../../helpers/testhub/testhubHandler','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','isEmpty','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','reporters','Getting\x20your\x20jest\x20configs\x20from\x20package.json','isBrowserstackInfra','child_process','../../helpers/test-observability/constants','getTCGConfigFilePaths','1179IsdRcp','maxFailures','jest.config.','PACKAGE_TYPE','readFileSync','customEnvironment.js','SVAry','WmZsL','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','../../helpers/utilities','reorderTestFiles','1158POZcsB','inherit','existsSync','BiOwu','npx','\x20:\x20','xUjqb','EVENTS','USER_CONFIG_DETAILS_PATH','12JaUBsw','WHPEM','jest_browserstack.config.cjs','runInBand','isNotUndefined','ZQLmW','vhyKR','../../helpers/performance/performance-tester','accessibilityOptions','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','maRfx'];a16_0xf0b7=function(){return _0x451fba;};return a16_0xf0b7();}const fs=require('fs'),path=require(a16_0x470db4(0x204)),util=require(a16_0x470db4(0x1ec)),{spawn}=require(a16_0x470db4(0x15a)),logger=require(a16_0x470db4(0x1a7))['winstonLogger'],{default:BrowserStackSetup}=require(a16_0x470db4(0x1d9)),helper=require(a16_0x470db4(0x215)),utilities=require(a16_0x470db4(0x166)),constants=require('../utils/constants'),accessibilityHelper=require(a16_0x470db4(0x206)),{updateTestRerunConfig}=require(a16_0x470db4(0x211)),testOpsHelper=require(a16_0x470db4(0x191)),{debug}=require(a16_0x470db4(0x191)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a16_0x470db4(0x20a)),TestHubHandler=require(a16_0x470db4(0x153)),testhubUtils=require(a16_0x470db4(0x188)),{FRAMEWORKS}=require(a16_0x470db4(0x15b)),PerformanceTester=require(a16_0x470db4(0x178)),PerformanceEvents=require(a16_0x470db4(0x1bb))[a16_0x470db4(0x16f)],TestOrchestrationHandler=require(a16_0x470db4(0x1ad)),getUserJestConfigs=async(_0x3fe91d,_0x52aaf1)=>{const _0xddfa72=a16_0x470db4,_0x34093a={'fRkon':_0xddfa72(0x1b0),'vhyKR':_0xddfa72(0x181),'WTvGH':function(_0x57c83f,_0x29d83b){return _0x57c83f||_0x29d83b;},'XOzgV':function(_0x308801,_0x27ec9e){return _0x308801(_0x27ec9e);},'EbBSx':_0xddfa72(0x1a3),'iPDCX':_0xddfa72(0x158),'PlBBC':_0xddfa72(0x21d),'ITpNE':_0xddfa72(0x210),'ifwaE':_0xddfa72(0x200)},_0x4621b8=helper[_0xddfa72(0x1ce)](_0x34093a[_0xddfa72(0x1dc)],_0x34093a[_0xddfa72(0x177)]),_0x161266=_0x52aaf1[_0xddfa72(0x217)](_0x566741=>_0x566741===_0xddfa72(0x1b1));if(!helper[_0xddfa72(0x1fc)](_0x3fe91d[_0xddfa72(0x20f)])){logger[_0xddfa72(0x1ef)](_0xddfa72(0x1be)+_0x3fe91d[_0xddfa72(0x20f)]),process[_0xddfa72(0x1ca)][_0xddfa72(0x170)]=_0x3fe91d[_0xddfa72(0x20f)];const _0x25bbdf=await(0x0,_0x4621b8['default'])(path['resolve'](_0x3fe91d[_0xddfa72(0x20f)]));return _0x52aaf1[_0xddfa72(0x222)](_0x161266,0x2),_0x34093a[_0xddfa72(0x1db)](_0x25bbdf,{});}const _0x1a12de=_0x34093a['XOzgV'](require,path[_0xddfa72(0x21e)](process[_0xddfa72(0x1df)](),_0x34093a['EbBSx']));if(_0x1a12de[_0xddfa72(0x1bd)])return logger['info'](_0x34093a[_0xddfa72(0x1ac)]),_0x1a12de[_0xddfa72(0x1bd)];const _0x178034=['js',_0x34093a[_0xddfa72(0x1a9)],_0x34093a[_0xddfa72(0x1c2)],_0x34093a[_0xddfa72(0x19f)],'ts'];for(const _0x32c5cc of _0x178034){const _0x40d580=path['join'](process[_0xddfa72(0x1df)](),_0xddfa72(0x15f)+_0x32c5cc);if(fs['existsSync'](_0x40d580)){process[_0xddfa72(0x1ca)][_0xddfa72(0x170)]=_0x40d580;const _0xee67ea=await(0x0,_0x4621b8[_0xddfa72(0x196)])(_0x40d580);return _0xee67ea;}}return{};},getSerial=(_0x15c8fb,_0x280ff3)=>{const _0x46eebf=a16_0x470db4,_0x2e168a={};_0x2e168a['gcEKE']=_0x46eebf(0x1ff),_0x2e168a['ASuJq']=function(_0x5ef2e7,_0x2065e3){return _0x5ef2e7>_0x2065e3;},_0x2e168a[_0x46eebf(0x209)]=function(_0x1a220d,_0x52bfe6){return _0x1a220d>_0x52bfe6;},_0x2e168a[_0x46eebf(0x164)]='false';const _0x172f54=_0x2e168a;let _0x27a391=_0x172f54[_0x46eebf(0x201)];return _0x172f54['ASuJq'](_0x15c8fb[_0x46eebf(0x20e)],0x1)&&(!_0x280ff3[_0x46eebf(0x174)]&&(helper['isUndefined'](_0x280ff3[_0x46eebf(0x1da)])||_0x172f54[_0x46eebf(0x209)](_0x280ff3[_0x46eebf(0x1da)],0x1)))&&(_0x27a391=_0x172f54[_0x46eebf(0x164)]),_0x27a391;},getMaxWorkers=(_0x3e81e3,_0x334393,_0x5d7b7b)=>{const _0x50bc4a=a16_0x470db4,_0x3eee10={'rxunu':function(_0x52b126,_0x4c3dfe){return _0x52b126(_0x4c3dfe);}};let _0x1f1a5e=0x1;if(!helper[_0x50bc4a(0x1fc)](_0x334393[_0x50bc4a(0x1cd)]))_0x1f1a5e=_0x3eee10['rxunu'](parseInt,_0x334393[_0x50bc4a(0x1cd)]);else{if(!helper[_0x50bc4a(0x1fc)](_0x3e81e3[_0x50bc4a(0x1da)]))_0x1f1a5e=_0x3e81e3[_0x50bc4a(0x1da)];else!helper[_0x50bc4a(0x1fc)](_0x5d7b7b[_0x50bc4a(0x1da)])&&(_0x1f1a5e=_0x5d7b7b['maxWorkers']);}return _0x1f1a5e;};function a16_0x4dfe(_0x1b54ff,_0x5e571d){const _0xf0b7ed=a16_0xf0b7();return a16_0x4dfe=function(_0x4dfe54,_0x46087d){_0x4dfe54=_0x4dfe54-0x152;let _0x49a37d=_0xf0b7ed[_0x4dfe54];return _0x49a37d;},a16_0x4dfe(_0x1b54ff,_0x5e571d);}async function run(_0x560405,_0x33f205,_0xc73841){const _0xb1b6bf=a16_0x470db4,_0x623f0a={'PQKuy':_0xb1b6bf(0x18c),'hgBMw':_0xb1b6bf(0x1bd),'hNgOI':function(_0x412d74,_0x447f4d){return _0x412d74(_0x447f4d);},'CXkew':function(_0xfc09a5,_0x2d842a){return _0xfc09a5!=_0x2d842a;},'lWucQ':_0xb1b6bf(0x1ff),'ialAc':function(_0x2ecd01,_0x59ff76,_0x37994b){return _0x2ecd01(_0x59ff76,_0x37994b);},'vjakG':_0xb1b6bf(0x21b),'maRfx':function(_0x84344f,_0x588c03){return _0x84344f(_0x588c03);},'OgcBJ':function(_0x31fc2f,_0x203b38,_0x4fb290){return _0x31fc2f(_0x203b38,_0x4fb290);},'yFJwq':function(_0x4cef5a,_0x5ba2ee,_0x217377,_0x242bd7){return _0x4cef5a(_0x5ba2ee,_0x217377,_0x242bd7);},'bYJlP':function(_0x3f30f5,_0x42fc1f){return _0x3f30f5*_0x42fc1f;},'PPVwy':function(_0x2b4eff,_0x384045){return _0x2b4eff===_0x384045;},'flCSD':_0xb1b6bf(0x173),'dtQTn':'jest_browserstack.config.js','iPmmM':_0xb1b6bf(0x1c1),'AYJZC':_0xb1b6bf(0x1cf),'iIFfn':'customTestRunner.js','WHPEM':_0xb1b6bf(0x1cc),'wLSlR':_0xb1b6bf(0x162),'QtiyW':'jest.setup.js','IyOnD':_0xb1b6bf(0x1c5),'FaVDx':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','XKQjG':_0xb1b6bf(0x1c0),'VRdzt':function(_0x3de0d6,_0x18481d){return _0x3de0d6(_0x18481d);},'jPbMt':_0xb1b6bf(0x216),'kZubA':_0xb1b6bf(0x219),'BiOwu':_0xb1b6bf(0x1b6),'SVAry':_0xb1b6bf(0x1fe),'baeEA':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','ZQLmW':'default','cPNdJ':function(_0x2719ea,_0xcffe0e,_0x164f9b){return _0x2719ea(_0xcffe0e,_0x164f9b);},'xUjqb':_0xb1b6bf(0x17a),'husZt':function(_0x32358d,_0x4b371a){return _0x32358d>_0x4b371a;},'XUeFl':_0xb1b6bf(0x165),'LdUJk':_0xb1b6bf(0x16c),'wisag':_0xb1b6bf(0x1b1),'pxhqu':function(_0x367292,_0x5ed9bb){return _0x367292===_0x5ed9bb;},'QWunH':'win32','KpebP':_0xb1b6bf(0x169),'ndgsz':_0xb1b6bf(0x182)};helper[_0xb1b6bf(0x159)]()?(await _0xc73841[_0xb1b6bf(0x198)](_0x560405),await helper[_0xb1b6bf(0x213)](_0xc73841[_0xb1b6bf(0x20f)])):await _0xc73841[_0xb1b6bf(0x1eb)]();if(!_0xc73841[_0xb1b6bf(0x20f)])return;_0x623f0a[_0xb1b6bf(0x19e)](_0xc73841[_0xb1b6bf(0x20f)]['testObservability'],null)?process[_0xb1b6bf(0x1ca)][_0xb1b6bf(0x19a)]=_0xc73841[_0xb1b6bf(0x20f)]['testObservability']:process['env'][_0xb1b6bf(0x19a)]=_0x623f0a[_0xb1b6bf(0x21a)];const _0x2a01bd=new TestOrchestrationHandler(_0xc73841[_0xb1b6bf(0x20f)]),_0x17bf4b=await _0x623f0a[_0xb1b6bf(0x1a6)](getUserJestConfigs,_0x560405,_0x33f205);logger[_0xb1b6bf(0x1ef)](_0x623f0a[_0xb1b6bf(0x185)]);const _0x509e85=Object[_0xb1b6bf(0x214)]({},_0x17bf4b);_0x509e85['testEnvironmentOptions']=Object[_0xb1b6bf(0x214)]({},_0x509e85[_0xb1b6bf(0x19d)],{'server':helper[_0xb1b6bf(0x1e4)](_0xc73841[_0xb1b6bf(0x20f)]),'environment':_0x17bf4b[_0xb1b6bf(0x21c)]}),_0x509e85['testEnvironmentOptions'][_0xb1b6bf(0x1b7)]=_0x623f0a[_0xb1b6bf(0x17b)](getPercyOptions,_0xc73841[_0xb1b6bf(0x20f)]);const _0x49992c=helper[_0xb1b6bf(0x1cb)](_0xc73841['config']);!helper[_0xb1b6bf(0x1fc)](_0xc73841['config'][_0xb1b6bf(0x179)])&&(process[_0xb1b6bf(0x1ca)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0xb1b6bf(0x1ea)](_0xc73841[_0xb1b6bf(0x20f)][_0xb1b6bf(0x179)]));const _0x39a88b=await TestHubHandler[_0xb1b6bf(0x17e)](FRAMEWORKS[_0xb1b6bf(0x20d)],_0xc73841),_0x34aaaf=helper[_0xb1b6bf(0x1c3)](_0xc73841[_0xb1b6bf(0x20f)],_0x49992c,constants[_0xb1b6bf(0x1ba)][_0xb1b6bf(0x20d)]);let _0x31dc67=_0xc73841[_0xb1b6bf(0x20f)][_0xb1b6bf(0x1af)];_0x31dc67=_0x31dc67||accessibilityHelper[_0xb1b6bf(0x18b)](_0xc73841['config']),process[_0xb1b6bf(0x1ca)][_0xb1b6bf(0x183)]=_0x31dc67,_0x509e85[_0xb1b6bf(0x19d)][_0xb1b6bf(0x1fd)]=_0x34aaaf,_0x509e85[_0xb1b6bf(0x19d)][_0xb1b6bf(0x1f7)]=_0x623f0a[_0xb1b6bf(0x1ae)](getSerial,_0x34aaaf,_0x560405),_0x509e85[_0xb1b6bf(0x19d)][_0xb1b6bf(0x1fa)]=_0x623f0a[_0xb1b6bf(0x1c8)](getMaxWorkers,_0x560405,_0xc73841[_0xb1b6bf(0x20f)],_0x17bf4b),_0x509e85[_0xb1b6bf(0x19d)][_0xb1b6bf(0x1a0)]=_0xc73841[_0xb1b6bf(0x20f)][_0xb1b6bf(0x1a0)],_0x509e85[_0xb1b6bf(0x19d)][_0xb1b6bf(0x223)]=_0x623f0a['bYJlP'](_0x560405['testTimeout'],0x1)||0x1388,_0x509e85[_0xb1b6bf(0x19d)]['skipSessionName']=_0xc73841['config'][_0xb1b6bf(0x1c4)]['skipSessionName'],_0x509e85[_0xb1b6bf(0x19d)][_0xb1b6bf(0x1b4)]=_0xc73841[_0xb1b6bf(0x20f)][_0xb1b6bf(0x1c4)]['skipSessionStatus'],_0x509e85['testEnvironmentOptions']['browserStackLogLevel']=_0xc73841['config'][_0xb1b6bf(0x1f3)],_0x509e85[_0xb1b6bf(0x19d)]['turboScaleUrl']=_0xc73841['config'][_0xb1b6bf(0x21f)],_0x509e85[_0xb1b6bf(0x19d)]['platformCaps']=_0xc73841[_0xb1b6bf(0x20f)][_0xb1b6bf(0x1d3)];const _0x57322b=helper[_0xb1b6bf(0x1b9)](_0xc73841[_0xb1b6bf(0x20f)]);if(!helper[_0xb1b6bf(0x155)](_0x57322b)){helper[_0xb1b6bf(0x175)](_0x57322b[_0xb1b6bf(0x1c9)])&&(_0x509e85[_0xb1b6bf(0x19d)][_0xb1b6bf(0x1e6)]=_0x57322b[_0xb1b6bf(0x1c9)]['maxRetries']);if(helper[_0xb1b6bf(0x175)](_0x57322b[_0xb1b6bf(0x1c7)])&&helper[_0xb1b6bf(0x175)](_0x57322b[_0xb1b6bf(0x1c7)][_0xb1b6bf(0x189)])){const _0x3e16d5={};_0x3e16d5[_0xb1b6bf(0x19c)]=_0x57322b[_0xb1b6bf(0x1c7)][_0xb1b6bf(0x15e)],_0x3e16d5[_0xb1b6bf(0x189)]=_0x57322b[_0xb1b6bf(0x1c7)][_0xb1b6bf(0x189)],_0x509e85['testEnvironmentOptions']['failFast']=_0x3e16d5;}}let _0x207ce0='';_0x623f0a[_0xb1b6bf(0x218)](helper[_0xb1b6bf(0x1fb)](),constants[_0xb1b6bf(0x160)]['MODULE'])?_0x207ce0=_0x623f0a['flCSD']:_0x207ce0=_0x623f0a[_0xb1b6bf(0x1ab)];const _0x4951ee=_0x207ce0,_0x1d4e51=path[_0xb1b6bf(0x21e)](__dirname,_0x623f0a['iPmmM'],_0x623f0a[_0xb1b6bf(0x1de)]),_0x493469=path[_0xb1b6bf(0x21e)](__dirname,_0x623f0a[_0xb1b6bf(0x1e8)],_0x623f0a[_0xb1b6bf(0x20b)]),_0xd3a7d0=path[_0xb1b6bf(0x21e)](__dirname,_0x623f0a[_0xb1b6bf(0x1e8)],_0x623f0a[_0xb1b6bf(0x172)]);_0x509e85[_0xb1b6bf(0x21c)]&&(process['env'][_0xb1b6bf(0x1aa)]=_0x509e85[_0xb1b6bf(0x21c)]);_0x509e85[_0xb1b6bf(0x21c)]=path['join'](__dirname,_0x623f0a[_0xb1b6bf(0x1e8)],_0x623f0a[_0xb1b6bf(0x1a1)]),_0x509e85[_0xb1b6bf(0x208)]=_0x493469,_0x509e85[_0xb1b6bf(0x194)]=_0x509e85[_0xb1b6bf(0x194)]||[],_0x509e85[_0xb1b6bf(0x194)][_0xb1b6bf(0x1bc)](path[_0xb1b6bf(0x21e)](__dirname,_0x623f0a[_0xb1b6bf(0x1e5)]));_0x2a01bd[_0xb1b6bf(0x193)]()&&(_0x509e85[_0xb1b6bf(0x1f5)]=path[_0xb1b6bf(0x21e)](__dirname,_0x623f0a['iPmmM'],_0x623f0a[_0xb1b6bf(0x220)]));if(testhubUtils[_0xb1b6bf(0x180)]()){let _0x159d5e=null;try{_0x159d5e=helper['requireModule'](_0x623f0a[_0xb1b6bf(0x1bf)],_0x623f0a[_0xb1b6bf(0x1a8)]);}catch(_0x4777b1){_0x623f0a[_0xb1b6bf(0x1a4)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x4777b1);}_0x159d5e&&(_0x509e85['setupFilesAfterEnv'][_0xb1b6bf(0x1bc)](path[_0xb1b6bf(0x21e)](__dirname,_0x623f0a[_0xb1b6bf(0x184)],_0x623f0a['kZubA'])),_0x509e85[_0xb1b6bf(0x18a)]=path['join'](__dirname,_0x623f0a[_0xb1b6bf(0x1e8)],_0x623f0a[_0xb1b6bf(0x16b)]));}_0x509e85[_0xb1b6bf(0x1f8)]=_0x509e85[_0xb1b6bf(0x1f8)]||[];try{helper['requireSeleniumWebdriver'](),_0x509e85[_0xb1b6bf(0x1f8)][_0xb1b6bf(0x1bc)](path[_0xb1b6bf(0x21e)](__dirname,_0x623f0a[_0xb1b6bf(0x163)]));}catch{logger[_0xb1b6bf(0x197)](_0x623f0a['baeEA']);}_0x509e85[_0xb1b6bf(0x157)]=_0x509e85['reporters']||[_0x623f0a[_0xb1b6bf(0x176)]],_0x623f0a[_0xb1b6bf(0x207)](updateTestRerunConfig,_0x509e85,_0xc73841);const _0x198bc9=fs[_0xb1b6bf(0x161)](_0xd3a7d0);fs['writeFileSync'](_0x509e85[_0xb1b6bf(0x208)],_0xb1b6bf(0x186)+_0x198bc9+_0xb1b6bf(0x154)+_0xc73841[_0xb1b6bf(0x20f)][_0xb1b6bf(0x1d3)][_0xb1b6bf(0x20e)]+';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20'),logger[_0xb1b6bf(0x1ef)](_0xb1b6bf(0x195)+_0x4951ee+_0xb1b6bf(0x1a5)),fs[_0xb1b6bf(0x1d5)](_0x4951ee,_0xb1b6bf(0x1d0)+JSON[_0xb1b6bf(0x1ea)](_0x509e85)+_0xb1b6bf(0x1d6));if(_0x2a01bd[_0xb1b6bf(0x193)]()){logger[_0xb1b6bf(0x197)](_0x623f0a[_0xb1b6bf(0x16e)]);const _0x24abd1=await _0x2a01bd['findTestFiles'](_0x509e85,_0x33f205[_0xb1b6bf(0x1d7)](0x1),_0x4951ee);logger['debug'](_0xb1b6bf(0x202)+JSON[_0xb1b6bf(0x1ea)](_0x24abd1)+_0xb1b6bf(0x190));const _0x24be7e=await _0x2a01bd[_0xb1b6bf(0x167)](_0x24abd1);logger[_0xb1b6bf(0x197)](_0xb1b6bf(0x20c)+JSON['stringify'](_0x24be7e)),_0x24be7e&&_0x623f0a[_0xb1b6bf(0x1f9)](_0x24be7e[_0xb1b6bf(0x20e)],0x0)&&(process[_0xb1b6bf(0x1ca)][_0xb1b6bf(0x1f1)]=_0x24be7e?.[_0xb1b6bf(0x21e)](','));}logger[_0xb1b6bf(0x1ef)](_0x623f0a[_0xb1b6bf(0x1a2)]);testhubUtils[_0xb1b6bf(0x180)]()&&TestDetails[_0xb1b6bf(0x1e9)]();helper[_0xb1b6bf(0x18d)]({},_0x33f205),PerformanceTester['end'](PerformanceEvents[_0xb1b6bf(0x17c)]);const _0x55b30b=_0x623f0a[_0xb1b6bf(0x1c8)](spawn,_0x623f0a['LdUJk'],[_0x623f0a['hgBMw'],_0x623f0a[_0xb1b6bf(0x1b2)],_0x4951ee,..._0x33f205[_0xb1b6bf(0x1d7)](0x1)],{'shell':_0x623f0a[_0xb1b6bf(0x1d8)](process['platform'],_0x623f0a['QWunH']),'stdio':_0x623f0a[_0xb1b6bf(0x1f2)],'env':Object[_0xb1b6bf(0x214)]({},process[_0xb1b6bf(0x1ca)])});_0x55b30b['on'](_0x623f0a[_0xb1b6bf(0x18e)],async _0x34b0ea=>{const _0x3da54c=_0xb1b6bf;PerformanceTester['start'](PerformanceEvents[_0x3da54c(0x1b8)]);try{const {browserstackFolderPath:_0x8e02a8,tcgConfigPath:_0x25a9cd}=helper[_0x3da54c(0x15c)]();fs[_0x3da54c(0x1e0)](_0x25a9cd),fs['rmdirSync'](_0x8e02a8);}catch(_0x18eccb){logger[_0x3da54c(0x197)](_0x623f0a[_0x3da54c(0x1f4)],_0x18eccb);}process['exitCode']=_0x34b0ea,logger[_0x3da54c(0x197)](_0x3da54c(0x221)+_0x34b0ea),logger[_0x3da54c(0x1ef)](_0x3da54c(0x1e1)+_0x4951ee);if(helper[_0x3da54c(0x175)](_0x57322b)&&helper[_0x3da54c(0x175)](_0x57322b[_0x3da54c(0x1c7)])&&fs[_0x3da54c(0x16a)](_0x57322b[_0x3da54c(0x1c7)]['workingDir']))try{const _0xefe723={};_0xefe723[_0x3da54c(0x1e2)]=!![],_0xefe723[_0x3da54c(0x192)]=!![],fs[_0x3da54c(0x203)](_0x57322b['abortBuildOnFailure'][_0x3da54c(0x189)],_0xefe723),logger[_0x3da54c(0x197)]('Deleted\x20fail-fast\x20state\x20folder:\x20'+_0x57322b[_0x3da54c(0x1c7)]['workingDir']);}catch(_0x56ffbf){logger[_0x3da54c(0x1d4)](_0x3da54c(0x17d)+_0x56ffbf);}let _0x38d9d5=null;if(fs['existsSync'](_0x1d4e51)){_0x38d9d5=fs['readFileSync'](_0x1d4e51);try{_0x38d9d5=JSON[_0x3da54c(0x1c6)](_0x38d9d5);}catch(_0x953586){logger[_0x3da54c(0x197)](_0x3da54c(0x18f)+_0x1d4e51+',\x20'+_0x38d9d5+_0x3da54c(0x16d)+_0x953586);}fs[_0x3da54c(0x1e0)](_0x1d4e51);}fs[_0x3da54c(0x1e0)](_0x4951ee),fs[_0x3da54c(0x1e0)](_0x493469),_0x38d9d5&&(_0xc73841[_0x3da54c(0x1dd)]=helper[_0x3da54c(0x1d1)](_0x38d9d5,_0x623f0a[_0x3da54c(0x152)],_0xc73841));try{await TestHubHandler['stop']();}catch(_0x530d0b){console['log'](_0x530d0b),_0x623f0a[_0x3da54c(0x205)](debug,_0x3da54c(0x156)+util[_0x3da54c(0x1ee)](_0x530d0b));}testOpsHelper[_0x3da54c(0x1ed)](),TestDetails[_0x3da54c(0x199)](),await utilities[_0x3da54c(0x1b5)](_0xc73841);});}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a17_0x387a65=a17_0x3ae7;(function(_0x558454,_0x280d06){const _0x5730eb=a17_0x3ae7,_0x416e2a=_0x558454();while(!![]){try{const _0x53f999=parseInt(_0x5730eb(0x162))/0x1+-parseInt(_0x5730eb(0x161))/0x2+parseInt(_0x5730eb(0x16e))/0x3*(parseInt(_0x5730eb(0x177))/0x4)+-parseInt(_0x5730eb(0x176))/0x5+parseInt(_0x5730eb(0x16b))/0x6+parseInt(_0x5730eb(0x172))/0x7*(-parseInt(_0x5730eb(0x163))/0x8)+parseInt(_0x5730eb(0x169))/0x9;if(_0x53f999===_0x280d06)break;else _0x416e2a['push'](_0x416e2a['shift']());}catch(_0x24206e){_0x416e2a['push'](_0x416e2a['shift']());}}}(a17_0x508c,0xeb3ff));const path=require(a17_0x387a65(0x168)),{requireModule}=require(a17_0x387a65(0x16d));function a17_0x508c(){const _0x14f191=['1119876aPOHfe','function','exports','includes','8753003YZATAk','zXsvo','requireInternalModule','jest-circus','2406625NAYZjU','4hSTPNp','1351286SSfGGm','959699QkBAxA','8uRKPrq','initRequireModule','customJestAdapterInit.js','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','jestAdapterInit','path','4556979fTpxph','NLnzn','9189948jMBFhg','default','../../../helpers/helper'];a17_0x508c=function(){return _0x14f191;};return a17_0x508c();}let initJestAdapter=requireModule(a17_0x387a65(0x166),a17_0x387a65(0x175));initJestAdapter=typeof initJestAdapter===a17_0x387a65(0x16f)?initJestAdapter:initJestAdapter[a17_0x387a65(0x16c)];function a17_0x3ae7(_0x3bfae5,_0x218e5e){const _0x508c54=a17_0x508c();return a17_0x3ae7=function(_0x3ae785,_0x5ae3af){_0x3ae785=_0x3ae785-0x161;let _0x3e4fa5=_0x508c54[_0x3ae785];return _0x3e4fa5;},a17_0x3ae7(_0x3bfae5,_0x218e5e);}const FRAMEWORK_INITIALIZER=path['join'](__dirname,a17_0x387a65(0x165));module[a17_0x387a65(0x170)]=(..._0x336579)=>{const _0x103d1c=a17_0x387a65,_0x281c47={'NLnzn':_0x103d1c(0x167),'JHkvG':function(_0xc9db2,_0x401536){return _0xc9db2===_0x401536;},'zXsvo':function(_0x5ba050,..._0x50d28a){return _0x5ba050(..._0x50d28a);}};return _0x336579[0x3][_0x103d1c(0x164)]=_0x336579[0x3][_0x103d1c(0x174)],_0x336579[0x3]['requireInternalModule']=(..._0x4f6dd3)=>{const _0x584ba2=_0x103d1c;if(_0x4f6dd3[0x0]&&_0x4f6dd3[0x0][_0x584ba2(0x171)](_0x281c47[_0x584ba2(0x16a)])&&_0x281c47['JHkvG'](_0x4f6dd3[0x1],undefined))return _0x336579[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0x336579[0x3][_0x584ba2(0x164)](..._0x4f6dd3);},_0x281c47[_0x103d1c(0x173)](initJestAdapter,..._0x336579);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a16_0x1ed8f8=a16_0x25d2;(function(_0x2c0e4,_0x1105c9){const _0x22333a=a16_0x25d2,_0x2eeddf=_0x2c0e4();while(!![]){try{const _0x2a393e=-parseInt(_0x22333a(0x1ee))/0x1*(parseInt(_0x22333a(0x212))/0x2)+parseInt(_0x22333a(0x1e1))/0x3+-parseInt(_0x22333a(0x1ba))/0x4*(parseInt(_0x22333a(0x1bd))/0x5)+parseInt(_0x22333a(0x1b6))/0x6+-parseInt(_0x22333a(0x1be))/0x7+-parseInt(_0x22333a(0x1ec))/0x8+parseInt(_0x22333a(0x200))/0x9*(parseInt(_0x22333a(0x1ea))/0xa);if(_0x2a393e===_0x1105c9)break;else _0x2eeddf['push'](_0x2eeddf['shift']());}catch(_0x786699){_0x2eeddf['push'](_0x2eeddf['shift']());}}}(a16_0x3c9e,0x5fd00));const helper=require(a16_0x1ed8f8(0x1e3)),constants=require(a16_0x1ed8f8(0x1d6)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a16_0x1ed8f8(0x1c8)),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require(a16_0x1ed8f8(0x1e6)),logger=require(a16_0x1ed8f8(0x1bb))[a16_0x1ed8f8(0x21c)],getTestEnvironment=((()=>{const _0x1a5969=a16_0x1ed8f8,_0x259e70={};_0x259e70[_0x1a5969(0x206)]=_0x1a5969(0x1fb),_0x259e70[_0x1a5969(0x1c7)]=_0x1a5969(0x1f5);const _0x2528ee=_0x259e70;try{const _0x47a114=helper['requireModule'](_0x2528ee[_0x1a5969(0x206)]);if(_0x47a114[_0x1a5969(0x202)])return _0x47a114[_0x1a5969(0x202)];const _0x1e57f6=helper['requireModule'](_0x2528ee[_0x1a5969(0x1c7)]);if(_0x1e57f6[_0x1a5969(0x219)])return _0x1e57f6[_0x1a5969(0x219)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x31d985=a16_0x1ed8f8,_0x375acd={'RksCl':function(_0x342d04,_0x2afc13){return _0x342d04(_0x2afc13);},'zpBiR':_0x31d985(0x21d),'EbsyW':function(_0x36b7c0,_0xcf1fd8){return _0x36b7c0(_0xcf1fd8);},'mVlWK':_0x31d985(0x1d5)},_0x2a2357=_0x375acd[_0x31d985(0x1ad)](getTestEnvironment,{'rootDir':process[_0x31d985(0x1f7)](),'testEnvironment':process[_0x31d985(0x20f)][_0x31d985(0x1eb)]||_0x375acd[_0x31d985(0x218)]});if(!_0x2a2357)return _0x375acd[_0x31d985(0x1e5)](_interopRequireDefault,helper['requireModule'](_0x375acd[_0x31d985(0x1ef)]));return _0x375acd[_0x31d985(0x1e5)](_interopRequireDefault,helper[_0x31d985(0x21e)](_0x2a2357));})()),_seleniumWebdriver2=((()=>{const _0x1ef733=a16_0x1ed8f8,_0x4e461b={'HKoLK':function(_0x416e60,_0x4ca19c){return _0x416e60(_0x4ca19c);}};try{const _0x4949c5=helper['requireSeleniumWebdriver']();return helper[_0x1ef733(0x213)](),_0x4e461b['HKoLK'](_interopRequireDefault,_0x4949c5);}catch{return null;}})());function _interopRequireDefault(_0x14f2cc){const _0x2f005e=a16_0x1ed8f8;return _0x14f2cc&&_0x14f2cc[_0x2f005e(0x21f)]?_0x14f2cc:{'default':_0x14f2cc};}function a16_0x3c9e(){const _0x2328b2=['1|6|3|2|9|0|8|7|5|4','../../../index','jest-environment-node','../../utils/constants','Yrnbq','configuration','BSTACK_DELTA','testContext','testPath','registerListeners','errors','default','MVrql','uajWP','876027AduAyv','__webdriver','../../../helpers/helper','testEnvironmentOptions','EbsyW','../../../helpers/testhub/utils','Error\x20in\x20fail-fast\x20test_done\x20handler:','skipSessionStatus','test','10vXCcAJ','BSTACK_JEST_TEST_ENV','1489400iUWJqK','mode','249ELRLGB','mVlWK','failFastOptions','gkGNb','sessionNameProvided','teardown','piTBB','jest-config','skip','cwd','test_done','browserstackPercyBestPlatform','debug','jest-resolve','timeout__','PTgKT','skipSessionName','quit','9760221OtNMYj','percyCaptureMode','resolveTestEnvironment','framework','duIgy','FlnAZ','LqwCE','../../../helpers/test-orchestration/failfastManager','JUvWC','JJuGA','YCowM','nestedKeyValue','isTrue','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','cleanupDrivers','env','UttFb','Builder','4846nQcqQU','modifyCommand','browserStackGlobals','info','__jestRetries','FRAMEWORKS','zpBiR','getTestEnvironment','browserStackPercyOptions','buildName','winstonLogger','node','requireModule','__esModule','ZnSxl','isBrowserstackInfra','SuNnQ','rMyjA','split','jmhlY','RksCl','name','iRYAS','__driversArray','epTes','__skipSessionStatus','global','yRewQ','onTestDone','3667878iexHnX','failFast','projectConfig','exports','47356XzvjSW','../../../helpers/logger','browserstackPlatformIndex','185sGqlNR','2574586dtZMLN','hzcTd','platformCaps','__timeout','capability','isNotUndefined','getInstance','bstack:options','retries__','wYbrv','../../../helpers/test-observability/requestQueueHandler','join','SkEud','shutdown','test_start','__platformCaps','XnaaH','driver','shouldProcessEventForTesthub','\x20>\x20','projectName'];a16_0x3c9e=function(){return _0x2328b2;};return a16_0x3c9e();}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x1ed8f8(0x1de)][a16_0x1ed8f8(0x211)]:null;function a16_0x25d2(_0x414201,_0x3a1237){const _0x3c9ee9=a16_0x3c9e();return a16_0x25d2=function(_0x25d23f,_0x50bce5){_0x25d23f=_0x25d23f-0x1aa;let _0x1fc093=_0x3c9ee9[_0x25d23f];return _0x1fc093;},a16_0x25d2(_0x414201,_0x3a1237);}class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0xb5c00){const _0x321183=a16_0x1ed8f8,_0x43d5e6={'UaBue':_0x321183(0x1ff),'SuNnQ':function(_0x3da6d5,_0x42290e){return _0x3da6d5+_0x42290e;},'hzcTd':_0x321183(0x1c5),'jmhlY':function(_0x252119,_0x584c8f){return _0x252119(_0x584c8f);},'YCowM':_0x321183(0x207),'FlnAZ':_0x321183(0x1d3),'Yrnbq':_0x321183(0x1e4),'SkEud':_0x321183(0x21a),'duIgy':'percyCaptureMode','PTgKT':_0x321183(0x1f9),'yRewQ':_0x321183(0x1d4),'NgFvl':_0x321183(0x1c0),'ZnSxl':'percy'};super(_0xb5c00),this[_0x321183(0x1b3)][_0x321183(0x1c1)]=0x0,this['configuration']={};!_0xb5c00[_0x321183(0x1e4)]&&(_0xb5c00[_0x321183(0x1e4)]={});if(helper[_0x321183(0x221)]()){_0xb5c00[_0x321183(0x1e4)]=_0xb5c00[_0x321183(0x1b8)]?_0xb5c00[_0x321183(0x1b8)][_0x321183(0x1e4)]:_0xb5c00[_0x321183(0x1e4)],this['builder']=new _seleniumWebdriver2[(_0x321183(0x1de))][(_0x321183(0x211))](),this[_0x321183(0x1c2)]=_0xb5c00[_0x321183(0x1b8)]?_0xb5c00[_0x321183(0x1b8)][_0x321183(0x1c2)]:_0xb5c00['capability'],this[_0x321183(0x1b3)][_0x321183(0x1c1)]=_0x43d5e6[_0x321183(0x222)](this[_0x321183(0x1d8)][_0x321183(0x1fc)],constants[_0x321183(0x1d9)]),this[_0x321183(0x1f0)]=_0xb5c00[_0x321183(0x1e4)]['failFast'];if(this[_0x321183(0x1f0)]){const _0x11e0ea=this['capability'][_0x43d5e6[_0x321183(0x1bf)]]?.[_0x321183(0x21b)]||'',_0x25825e=this[_0x321183(0x1c2)][_0x43d5e6[_0x321183(0x1bf)]]?.[_0x321183(0x1d2)]||'';this[_0x321183(0x1b7)]=new(_0x43d5e6[_0x321183(0x1ac)](require,_0x43d5e6[_0x321183(0x20a)]))(this[_0x321183(0x1f0)],_0x11e0ea,_0x25825e),this[_0x321183(0x1b3)]['failFastActive']=![];}helper[_0x321183(0x1c3)](this[_0x321183(0x1d8)][_0x321183(0x1c6)])&&(this[_0x321183(0x1b3)][_0x321183(0x216)]=this[_0x321183(0x1d8)][_0x321183(0x1c6)]);}if(testhubUtils[_0x321183(0x1d0)]()){const _0x1333f1=new ObservabilityReporter();_0x1333f1[_0x321183(0x1dc)]();}this[_0x321183(0x1b3)][_0x321183(0x214)]={},this[_0x321183(0x1d8)]=_0xb5c00[_0x321183(0x1e4)],this[_0x321183(0x1d8)][_0x321183(0x203)]=constants[_0x321183(0x217)]['JEST'];if(_seleniumWebdriver2){const _0x3a8cf0=_0x43d5e6[_0x321183(0x205)][_0x321183(0x1ab)]('|');let _0x306c97=0x0;while(!![]){switch(_0x3a8cf0[_0x306c97++]){case'0':this[_0x321183(0x1b3)][_0x321183(0x201)]=helper['nestedKeyValue'](_0xb5c00,[_0x43d5e6[_0x321183(0x1d7)],_0x43d5e6[_0x321183(0x1ca)],_0x43d5e6[_0x321183(0x204)]]);continue;case'1':this['global']['__drivers']=[];continue;case'2':this[_0x321183(0x1b3)][_0x321183(0x1f9)]=helper[_0x321183(0x20b)](_0xb5c00,[_0x43d5e6[_0x321183(0x1d7)],_0x43d5e6[_0x321183(0x1ca)],_0x43d5e6[_0x321183(0x1fd)]]);continue;case'3':this[_0x321183(0x1b3)][_0x321183(0x1bc)]=(_0xb5c00[_0x321183(0x1b8)]?_0xb5c00[_0x321183(0x1b8)][_0x321183(0x1bc)]:_0xb5c00[_0x321183(0x1bc)])||0x0;continue;case'4':this['global']['cleanup']=async()=>{const _0x220047=_0x321183;await this[_0x220047(0x1b3)][_0x220047(0x1cf)][_0x220047(0x1ff)](_0x43d5e6['UaBue']);};continue;case'5':this[_0x321183(0x1b3)][_0x321183(0x1b2)]=helper[_0x321183(0x20c)](this['configuration'][_0x321183(0x1e8)]);continue;case'6':this[_0x321183(0x1b3)][_0x321183(0x1e2)]=_0x43d5e6['jmhlY'](require,_0x43d5e6[_0x321183(0x1b4)])['browserstackAgentV2']({...this['configuration'],'capability':this[_0x321183(0x1c2)]||{}},this,testhubUtils[_0x321183(0x1d0)]());continue;case'7':helper[_0x321183(0x20c)](this['configuration'][_0x321183(0x1fe)])?this[_0x321183(0x1b3)][_0x321183(0x1f2)]=!![]:this['global']['sessionNameProvided']=![];continue;case'8':this['global'][_0x321183(0x1cd)]=helper[_0x321183(0x20b)](this['configuration'],[_0x43d5e6['NgFvl'],this['global'][_0x321183(0x1bc)]])||{};continue;case'9':this[_0x321183(0x1b3)]['percy']=helper['nestedKeyValue'](_0xb5c00,[_0x43d5e6[_0x321183(0x1d7)],_0x43d5e6[_0x321183(0x1ca)],_0x43d5e6[_0x321183(0x220)]]);continue;}break;}}}async[a16_0x1ed8f8(0x1f3)](){const _0x41fdc0=a16_0x1ed8f8;_seleniumWebdriver2&&(await helper[_0x41fdc0(0x20e)](this['global'][_0x41fdc0(0x1b0)]),this[_0x41fdc0(0x1b3)]['__webdriver']['Builder']=originalBuilder),await RequestQueueHandler[_0x41fdc0(0x1c4)]()[_0x41fdc0(0x1cb)]();}async['setup'](){}async['handleTestEvent'](_0xe6c95f,_0x108038){const _0x59b276=a16_0x1ed8f8,_0x375c2f={};_0x375c2f['JJuGA']=function(_0x299fa1,_0x478a9c){return _0x299fa1===_0x478a9c;},_0x375c2f[_0x59b276(0x1aa)]=_0x59b276(0x1cc),_0x375c2f['piTBB']=function(_0x48307c,_0x5ee322){return _0x48307c===_0x5ee322;},_0x375c2f[_0x59b276(0x210)]=_0x59b276(0x1f6),_0x375c2f[_0x59b276(0x1e0)]=function(_0x3d4c4e,_0x497a85){return _0x3d4c4e===_0x497a85;},_0x375c2f[_0x59b276(0x1df)]=_0x59b276(0x1f8),_0x375c2f[_0x59b276(0x1f1)]=_0x59b276(0x1d1),_0x375c2f['JUvWC']=function(_0x74f782,_0x4157c2){return _0x74f782===_0x4157c2;},_0x375c2f[_0x59b276(0x1b1)]=_0x59b276(0x1e7),_0x375c2f[_0x59b276(0x1ce)]=function(_0x5cad52,_0x296d5e){return _0x5cad52===_0x296d5e;},_0x375c2f[_0x59b276(0x1af)]=_0x59b276(0x1f3);const _0x4f2d14=_0x375c2f,{name:_0x56eef5}=_0xe6c95f;if(_0x4f2d14[_0x59b276(0x209)](_0x56eef5,_0x4f2d14[_0x59b276(0x1aa)])){this['global'][_0x59b276(0x1da)]=_0xe6c95f['test'];if(_0x4f2d14[_0x59b276(0x1f4)](this[_0x59b276(0x1b3)]['failFastActive'],!![])){const _0x258618=_0xe6c95f[_0x59b276(0x1e9)][_0x59b276(0x1ae)];logger[_0x59b276(0x215)](_0x59b276(0x20d)+_0x258618),_0xe6c95f[_0x59b276(0x1e9)][_0x59b276(0x1ed)]=_0x4f2d14[_0x59b276(0x210)];}}if(this['failFast']&&_0x4f2d14[_0x59b276(0x1e0)](_0x56eef5,_0x4f2d14[_0x59b276(0x1df)]))try{const _0x4697d2=_0xe6c95f[_0x59b276(0x1e9)][_0x59b276(0x1db)][_0x59b276(0x1c9)](_0x4f2d14[_0x59b276(0x1f1)]),_0x4bb9ca=_0xe6c95f[_0x59b276(0x1e9)][_0x59b276(0x1dd)];await this[_0x59b276(0x1b7)][_0x59b276(0x1b5)](_0x4697d2,_0x4bb9ca);const _0x5f2021=await this[_0x59b276(0x1b7)]['shouldFailFast']();_0x4f2d14['JJuGA'](this['global']['failFastActive'],![])&&_0x4f2d14[_0x59b276(0x208)](_0x5f2021,!![])&&(this[_0x59b276(0x1b3)]['failFastActive']=!![]);}catch(_0x7e9ebd){logger[_0x59b276(0x1fa)](_0x4f2d14[_0x59b276(0x1b1)],_0x7e9ebd['message']);}_0x4f2d14[_0x59b276(0x1ce)](_0x56eef5,_0x4f2d14[_0x59b276(0x1af)])&&(this[_0x59b276(0x1b7)]&&this['failFast']['cleanup']());}}module[a16_0x1ed8f8(0x1b9)]=CustomEnvironment;
|
|
1
|
+
const a18_0xb53638=a18_0x530d;(function(_0x263cb6,_0x229382){const _0x2f996b=a18_0x530d,_0x183913=_0x263cb6();while(!![]){try{const _0x3383a7=parseInt(_0x2f996b(0x196))/0x1*(-parseInt(_0x2f996b(0x1a2))/0x2)+-parseInt(_0x2f996b(0x1c9))/0x3*(-parseInt(_0x2f996b(0x1a5))/0x4)+-parseInt(_0x2f996b(0x1b7))/0x5*(parseInt(_0x2f996b(0x178))/0x6)+-parseInt(_0x2f996b(0x1b0))/0x7+parseInt(_0x2f996b(0x1e6))/0x8+parseInt(_0x2f996b(0x187))/0x9+parseInt(_0x2f996b(0x184))/0xa;if(_0x3383a7===_0x229382)break;else _0x183913['push'](_0x183913['shift']());}catch(_0x26966f){_0x183913['push'](_0x183913['shift']());}}}(a18_0x3537,0x65a95));function a18_0x530d(_0x144b9b,_0x3413e8){const _0x35379d=a18_0x3537();return a18_0x530d=function(_0x530d80,_0x64ca4e){_0x530d80=_0x530d80-0x172;let _0x368739=_0x35379d[_0x530d80];return _0x368739;},a18_0x530d(_0x144b9b,_0x3413e8);}const helper=require('../../../helpers/helper'),constants=require(a18_0xb53638(0x1c6)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a18_0xb53638(0x191)),ObservabilityReporter=require(a18_0xb53638(0x1a9)),testhubUtils=require(a18_0xb53638(0x1b6)),logger=require(a18_0xb53638(0x176))[a18_0xb53638(0x172)],getTestEnvironment=((()=>{const _0x114a1f=a18_0xb53638,_0x4722a7={};_0x4722a7[_0x114a1f(0x1d5)]=_0x114a1f(0x180),_0x4722a7[_0x114a1f(0x194)]='jest-config';const _0x2ad13c=_0x4722a7;try{const _0x3ad2c2=helper[_0x114a1f(0x1a4)](_0x2ad13c['ZRpeb']);if(_0x3ad2c2[_0x114a1f(0x182)])return _0x3ad2c2[_0x114a1f(0x182)];const _0x3685df=helper['requireModule'](_0x2ad13c[_0x114a1f(0x194)]);if(_0x3685df[_0x114a1f(0x1d6)])return _0x3685df[_0x114a1f(0x1d6)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x505bd3=a18_0xb53638,_0x559d48={'exAVu':function(_0x54b337,_0x4eb0fa){return _0x54b337(_0x4eb0fa);},'RQBTO':_0x505bd3(0x1b1),'yvWKW':_0x505bd3(0x1b3),'RTful':function(_0x2c81e2,_0x447d25){return _0x2c81e2(_0x447d25);}},_0x3a2211=_0x559d48[_0x505bd3(0x185)](getTestEnvironment,{'rootDir':process[_0x505bd3(0x19d)](),'testEnvironment':process[_0x505bd3(0x186)][_0x505bd3(0x1ce)]||_0x559d48[_0x505bd3(0x1a3)]});if(!_0x3a2211)return _0x559d48[_0x505bd3(0x185)](_interopRequireDefault,helper[_0x505bd3(0x1a4)](_0x559d48[_0x505bd3(0x1c1)]));return _0x559d48[_0x505bd3(0x19f)](_interopRequireDefault,helper[_0x505bd3(0x1a4)](_0x3a2211));})()),_seleniumWebdriver2=((()=>{const _0x4ba7ca=a18_0xb53638,_0x194d42={'Lqgzo':function(_0x4eb96a,_0x231017){return _0x4eb96a(_0x231017);}};try{const _0x5d3c29=helper[_0x4ba7ca(0x1b2)]();return helper[_0x4ba7ca(0x189)](),_0x194d42['Lqgzo'](_interopRequireDefault,_0x5d3c29);}catch{return null;}})());function a18_0x3537(){const _0x4e6885=['5421787ZgHfgp','node','requireSeleniumWebdriver','jest-environment-node','testEnvironmentOptions','caxcq','../../../helpers/testhub/utils','1332130jagqZE','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','__drivers','capability','mrGdk','shouldProcessEventForTesthub','../../../index','__skipSessionStatus','UpkbX','browserstackPlatformIndex','yvWKW','../../../helpers/test-orchestration/failfastManager','platformCaps','__driversArray','cleanupDrivers','../../utils/constants','global','registerListeners','513UbziLl','builder','kWiav','join','isTrue','BSTACK_JEST_TEST_ENV','JuRJh','testPath','GOOlB','browserStackGlobals','handleTestEvent','retries__','ZRpeb','getTestEnvironment','skip','message','isNotUndefined','BOOqN','hEjKp','projectName','OJmQj','hhpli','isBrowserstackInfra','qTFpr','__jestRetries','kjgNX','failFast','percyCaptureMode','failFastOptions','1948048JanMvn','errors','shouldFailFast','nestedKeyValue','OsqMx','winstonLogger','skipSessionName','debug','sessionNameProvided','../../../helpers/logger','opQEE','18vGDDJp','setup','shutdown','rGarX','quit','JEST','browserStackPercyOptions','FRAMEWORKS','jest-resolve','jwVin','resolveTestEnvironment','failFastActive','14053010tRlcMy','exAVu','env','2214684GUwIBr','cleanup','modifyCommand','__esModule','driver','\x20>\x20','projectConfig','__webdriver','browserstackPercyBestPlatform','test','../../../helpers/test-observability/requestQueueHandler','teardown','percy','mHpSs','pEsTU','1nDaKTK','OEkEY','browserstackAgentV2','name','timeout__','zbkUb','hOGbZ','cwd','split','RTful','__platformCaps','bstack:options','260758DHwbYH','RQBTO','requireModule','5280EpPMrG','default','getInstance','1|2|7|0|9|6|8|4|3|5','../test-observability/obsReporter','__timeout','test_done','tMrqg','Builder','testContext','configuration'];a18_0x3537=function(){return _0x4e6885;};return a18_0x3537();}function _interopRequireDefault(_0x3ca873){const _0x35e1e3=a18_0xb53638;return _0x3ca873&&_0x3ca873[_0x35e1e3(0x18a)]?_0x3ca873:{'default':_0x3ca873};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a18_0xb53638(0x1a6)][a18_0xb53638(0x1ad)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x54d6fb){const _0x1ab882=a18_0xb53638,_0x5912e5={'iCCKZ':_0x1ab882(0x17c),'pEsTU':function(_0x23f1ad,_0x4116df){return _0x23f1ad+_0x4116df;},'rGarX':_0x1ab882(0x1a1),'oTwrU':function(_0xb5f1cf,_0x50ac07){return _0xb5f1cf(_0x50ac07);},'OsqMx':_0x1ab882(0x1c2),'hhpli':_0x1ab882(0x1a8),'jwVin':_0x1ab882(0x1b4),'JuRJh':_0x1ab882(0x17e),'BOOqN':_0x1ab882(0x18f),'hOGbZ':function(_0xe9e67d,_0x29c9d2){return _0xe9e67d(_0x29c9d2);},'DqfmJ':_0x1ab882(0x1bd),'opQEE':_0x1ab882(0x1e4),'kjgNX':_0x1ab882(0x1c3),'zbkUb':'percy'};super(_0x54d6fb),this[_0x1ab882(0x1c7)]['__timeout']=0x0,this[_0x1ab882(0x1af)]={};!_0x54d6fb['testEnvironmentOptions']&&(_0x54d6fb[_0x1ab882(0x1b4)]={});if(helper[_0x1ab882(0x1df)]()){_0x54d6fb[_0x1ab882(0x1b4)]=_0x54d6fb[_0x1ab882(0x18d)]?_0x54d6fb[_0x1ab882(0x18d)]['testEnvironmentOptions']:_0x54d6fb['testEnvironmentOptions'],this[_0x1ab882(0x1ca)]=new _seleniumWebdriver2[(_0x1ab882(0x1a6))][(_0x1ab882(0x1ad))](),this[_0x1ab882(0x1ba)]=_0x54d6fb['projectConfig']?_0x54d6fb['projectConfig'][_0x1ab882(0x1ba)]:_0x54d6fb['capability'],this[_0x1ab882(0x1c7)][_0x1ab882(0x1aa)]=_0x5912e5[_0x1ab882(0x195)](this[_0x1ab882(0x1af)][_0x1ab882(0x19a)],constants['BSTACK_DELTA']),this[_0x1ab882(0x1e5)]=_0x54d6fb[_0x1ab882(0x1b4)][_0x1ab882(0x1e3)];if(this[_0x1ab882(0x1e5)]){const _0x1af436=this[_0x1ab882(0x1ba)][_0x5912e5['rGarX']]?.['buildName']||'',_0x2d7256=this[_0x1ab882(0x1ba)][_0x5912e5[_0x1ab882(0x17b)]]?.[_0x1ab882(0x1dc)]||'';this[_0x1ab882(0x1e3)]=new(_0x5912e5['oTwrU'](require,_0x5912e5[_0x1ab882(0x1ea)]))(this['failFastOptions'],_0x1af436,_0x2d7256),this[_0x1ab882(0x1c7)]['failFastActive']=![];}helper[_0x1ab882(0x1d9)](this[_0x1ab882(0x1af)][_0x1ab882(0x1d4)])&&(this[_0x1ab882(0x1c7)][_0x1ab882(0x1e1)]=this[_0x1ab882(0x1af)][_0x1ab882(0x1d4)]);}if(testhubUtils[_0x1ab882(0x1bc)]()){const _0x5ebf25=new ObservabilityReporter();_0x5ebf25[_0x1ab882(0x1c8)]();}this['global'][_0x1ab882(0x1d2)]={},this[_0x1ab882(0x1af)]=_0x54d6fb[_0x1ab882(0x1b4)],this['configuration']['framework']=constants[_0x1ab882(0x17f)][_0x1ab882(0x17d)];if(_seleniumWebdriver2){const _0x32472b=_0x5912e5[_0x1ab882(0x1de)][_0x1ab882(0x19e)]('|');let _0x5c3e8f=0x0;while(!![]){switch(_0x32472b[_0x5c3e8f++]){case'0':this[_0x1ab882(0x1c7)][_0x1ab882(0x18f)]=helper[_0x1ab882(0x1e9)](_0x54d6fb,[_0x5912e5[_0x1ab882(0x181)],_0x5912e5[_0x1ab882(0x1cf)],_0x5912e5[_0x1ab882(0x1da)]]);continue;case'1':this[_0x1ab882(0x1c7)][_0x1ab882(0x1b9)]=[];continue;case'2':this[_0x1ab882(0x1c7)][_0x1ab882(0x18e)]=_0x5912e5[_0x1ab882(0x19c)](require,_0x5912e5['DqfmJ'])[_0x1ab882(0x198)]({...this['configuration'],'capability':this[_0x1ab882(0x1ba)]||{}},this,testhubUtils[_0x1ab882(0x1bc)]());continue;case'3':this[_0x1ab882(0x1c7)][_0x1ab882(0x1be)]=helper[_0x1ab882(0x1cd)](this['configuration']['skipSessionStatus']);continue;case'4':helper[_0x1ab882(0x1cd)](this['configuration'][_0x1ab882(0x173)])?this[_0x1ab882(0x1c7)][_0x1ab882(0x175)]=!![]:this[_0x1ab882(0x1c7)][_0x1ab882(0x175)]=![];continue;case'5':this[_0x1ab882(0x1c7)][_0x1ab882(0x188)]=async()=>{const _0x24b4ae=_0x1ab882;await this['global'][_0x24b4ae(0x18b)][_0x24b4ae(0x17c)](_0x5912e5['iCCKZ']);};continue;case'6':this[_0x1ab882(0x1c7)][_0x1ab882(0x1e4)]=helper['nestedKeyValue'](_0x54d6fb,[_0x5912e5[_0x1ab882(0x181)],_0x5912e5[_0x1ab882(0x1cf)],_0x5912e5[_0x1ab882(0x177)]]);continue;case'7':this[_0x1ab882(0x1c7)][_0x1ab882(0x1c0)]=(_0x54d6fb['projectConfig']?_0x54d6fb['projectConfig'][_0x1ab882(0x1c0)]:_0x54d6fb[_0x1ab882(0x1c0)])||0x0;continue;case'8':this[_0x1ab882(0x1c7)][_0x1ab882(0x1a0)]=helper[_0x1ab882(0x1e9)](this[_0x1ab882(0x1af)],[_0x5912e5[_0x1ab882(0x1e2)],this[_0x1ab882(0x1c7)][_0x1ab882(0x1c0)]])||{};continue;case'9':this[_0x1ab882(0x1c7)][_0x1ab882(0x193)]=helper[_0x1ab882(0x1e9)](_0x54d6fb,[_0x5912e5[_0x1ab882(0x181)],_0x5912e5[_0x1ab882(0x1cf)],_0x5912e5[_0x1ab882(0x19b)]]);continue;}break;}}}async['teardown'](){const _0x502f1e=a18_0xb53638;_seleniumWebdriver2&&(await helper[_0x502f1e(0x1c5)](this[_0x502f1e(0x1c7)][_0x502f1e(0x1c4)]),this[_0x502f1e(0x1c7)][_0x502f1e(0x18e)][_0x502f1e(0x1ad)]=originalBuilder),await RequestQueueHandler[_0x502f1e(0x1a7)]()[_0x502f1e(0x17a)]();}async[a18_0xb53638(0x179)](){}async[a18_0xb53638(0x1d3)](_0x53b972,_0xe0b5b3){const _0x1e16d9=a18_0xb53638,_0x46ae71={};_0x46ae71[_0x1e16d9(0x1e0)]=function(_0x5308fc,_0x232096){return _0x5308fc===_0x232096;},_0x46ae71[_0x1e16d9(0x1d1)]='test_start',_0x46ae71[_0x1e16d9(0x197)]=function(_0x2f866c,_0x4b233f){return _0x2f866c===_0x4b233f;},_0x46ae71[_0x1e16d9(0x1cb)]=_0x1e16d9(0x1d7),_0x46ae71['Zdvdi']=_0x1e16d9(0x1ab),_0x46ae71['mrGdk']=_0x1e16d9(0x18c),_0x46ae71[_0x1e16d9(0x1ac)]=function(_0x55f367,_0xd847c5){return _0x55f367===_0xd847c5;},_0x46ae71['caxcq']=function(_0x5bbdcb,_0x33347d){return _0x5bbdcb===_0x33347d;},_0x46ae71[_0x1e16d9(0x1bf)]='Error\x20in\x20fail-fast\x20test_done\x20handler:',_0x46ae71[_0x1e16d9(0x1dd)]=function(_0x54f768,_0x301afb){return _0x54f768===_0x301afb;},_0x46ae71[_0x1e16d9(0x1db)]=_0x1e16d9(0x192);const _0x225048=_0x46ae71,{name:_0x27de2c}=_0x53b972;if(_0x225048[_0x1e16d9(0x1e0)](_0x27de2c,_0x225048[_0x1e16d9(0x1d1)])){this[_0x1e16d9(0x1c7)][_0x1e16d9(0x1ae)]=_0x53b972[_0x1e16d9(0x190)];if(_0x225048[_0x1e16d9(0x197)](this['global'][_0x1e16d9(0x183)],!![])){const _0x5ee10c=_0x53b972[_0x1e16d9(0x190)][_0x1e16d9(0x199)];logger['info'](_0x1e16d9(0x1b8)+_0x5ee10c),_0x53b972[_0x1e16d9(0x190)]['mode']=_0x225048[_0x1e16d9(0x1cb)];}}if(this[_0x1e16d9(0x1e3)]&&_0x225048[_0x1e16d9(0x1e0)](_0x27de2c,_0x225048['Zdvdi']))try{const _0xa4c794=_0x53b972['test'][_0x1e16d9(0x1d0)][_0x1e16d9(0x1cc)](_0x225048[_0x1e16d9(0x1bb)]),_0xadf3e0=_0x53b972[_0x1e16d9(0x190)][_0x1e16d9(0x1e7)];await this[_0x1e16d9(0x1e3)]['onTestDone'](_0xa4c794,_0xadf3e0);const _0x2713c0=await this['failFast'][_0x1e16d9(0x1e8)]();_0x225048[_0x1e16d9(0x1ac)](this[_0x1e16d9(0x1c7)][_0x1e16d9(0x183)],![])&&_0x225048[_0x1e16d9(0x1b5)](_0x2713c0,!![])&&(this[_0x1e16d9(0x1c7)][_0x1e16d9(0x183)]=!![]);}catch(_0x4fde36){logger[_0x1e16d9(0x174)](_0x225048[_0x1e16d9(0x1bf)],_0x4fde36[_0x1e16d9(0x1d8)]);}_0x225048[_0x1e16d9(0x1dd)](_0x27de2c,_0x225048[_0x1e16d9(0x1db)])&&(this[_0x1e16d9(0x1e3)]&&this[_0x1e16d9(0x1e3)][_0x1e16d9(0x188)]());}}module['exports']=CustomEnvironment;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a19_0x5a1709=a19_0x1a58;function a19_0x1a58(_0x5b831b,_0x357f37){const _0x2b5204=a19_0x2b52();return a19_0x1a58=function(_0x1a5806,_0x4412ea){_0x1a5806=_0x1a5806-0x1b9;let _0x1e3390=_0x2b5204[_0x1a5806];return _0x1e3390;},a19_0x1a58(_0x5b831b,_0x357f37);}(function(_0x2bab80,_0x4c59d1){const _0xaafd84=a19_0x1a58,_0x3f496b=_0x2bab80();while(!![]){try{const _0x3bc5c2=parseInt(_0xaafd84(0x1fd))/0x1*(parseInt(_0xaafd84(0x1f8))/0x2)+-parseInt(_0xaafd84(0x1fb))/0x3+parseInt(_0xaafd84(0x1f5))/0x4+parseInt(_0xaafd84(0x1ba))/0x5*(-parseInt(_0xaafd84(0x1d5))/0x6)+parseInt(_0xaafd84(0x1ec))/0x7*(parseInt(_0xaafd84(0x1f6))/0x8)+-parseInt(_0xaafd84(0x1fa))/0x9+parseInt(_0xaafd84(0x1f2))/0xa;if(_0x3bc5c2===_0x4c59d1)break;else _0x3f496b['push'](_0x3f496b['shift']());}catch(_0x2e2b00){_0x3f496b['push'](_0x3f496b['shift']());}}}(a19_0x2b52,0x4435e));const {requireModule}=require(a19_0x5a1709(0x1c8)),ObservabilityReporter=require(a19_0x5a1709(0x1e4)),RequestQueueHandler=require(a19_0x5a1709(0x1e3)),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require(a19_0x5a1709(0x1d8)),{shouldProcessEventForTesthub}=require(a19_0x5a1709(0x1d1)),testHubConstants=require(a19_0x5a1709(0x1ed)),exportsI=requireModule(a19_0x5a1709(0x1d9),a19_0x5a1709(0x1e1)),initInitialize=exportsI['initialize'];function a19_0x2b52(){const _0x273130=['keys','bSeNa','hook_success','removeAllListeners','EkTZG','jest-circus/build/utils.js','test_done','EVENT','getInstance','addEventHandler','HookFinished','test','bOhbM','JqEbi','unhandledErrors','makeSingleTestResult','run_describe_finish','5VinrxE','vKmoH','removeTestUUID','Dvsbd','OJjvG','errorsDetailed','HookRunFinished','NmWzc','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','shutdown','hook_start','toISOString','setTestUUID','forEach','../../../helpers/helper','jPexZ','registerListeners','teardown','PSPHN','pXRlB','type','hook','PgNas','../../../helpers/testhub/utils','hookAnalyticsId','sendTestRunEvent','hook_failure','422034KpwwpF','RJJHY','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','../../../helpers/test-observability/error-handler','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','oLqos','JBfVV','XwpcT','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20',':hookAnalyticsId','pid','EventHandler','jest-circus','HookRunStarted','../../../helpers/test-observability/requestQueueHandler','../test-observability/obsReporter','TestRunSkipped','vZJRc','YWNjk','name','HookStarted','OmTvo','PCxJf','175140aADXva','../../../helpers/testhub/constants','nirvE','yXPNW','length','started_at','6666430UdTZCe','markedStatus','test_skip','681296fiovQF','56cKOofy','testStarted','80358wSuADe','hjeII','2542554rADPoL','1501227fpbFEG','eZUWi','3NSOPNn'];a19_0x2b52=function(){return _0x273130;};return a19_0x2b52();}exportsI['initialize']=(..._0x402480)=>{const _0x470d24=a19_0x5a1709,_0x2bcc1e={'YWNjk':function(_0x50a692,_0x3773e4,_0x58f509){return _0x50a692(_0x3773e4,_0x58f509);},'hLmPN':_0x470d24(0x203),'yXPNW':_0x470d24(0x1e1),'JBfVV':_0x470d24(0x1c4),'jPexZ':function(_0x90e79e,_0x562918){return _0x90e79e(_0x562918);},'Dvsbd':_0x470d24(0x1e2),'vZJRc':_0x470d24(0x200),'JqEbi':_0x470d24(0x1c0),'RJJHY':_0x470d24(0x1d4),'nirvE':'beforeAll','pXRlB':'beforeEach','bOhbM':'afterEach','OmTvo':function(_0x2fdff8,_0x1d1454){return _0x2fdff8>_0x1d1454;},'hjeII':'test_start','PSPHN':function(_0x8167b8){return _0x8167b8();},'VPAmb':_0x470d24(0x204),'PCxJf':function(_0x44858b){return _0x44858b();},'VGVHF':_0x470d24(0x1f4),'oLqos':function(_0x35ff28,_0x2d9788){return _0x35ff28(_0x2d9788);},'eZUWi':function(_0x11bba2){return _0x11bba2();},'YnkGO':_0x470d24(0x1e5),'EkTZG':_0x470d24(0x1b9),'NmWzc':_0x470d24(0x1cb),'OJjvG':function(_0x28e651){return _0x28e651();},'RJJxi':function(_0x4d47f7){return _0x4d47f7();},'bSeNa':function(_0x2169dd){return _0x2169dd();},'PgNas':function(_0x3cd63a,_0x35fd8d,_0x5081f4){return _0x3cd63a(_0x35fd8d,_0x5081f4);},'XWsXM':'jest-circus/build/state.js','XwpcT':_0x470d24(0x1e0),'vKmoH':function(_0x25b19e,_0x5e334d){return _0x25b19e(_0x5e334d);}};try{const _0x34fcac=new ObservabilityReporter();_0x2bcc1e[_0x470d24(0x1be)](shouldProcessEventForTesthub)&&(_0x2bcc1e['RJJxi'](patchConsoleLogger),_0x34fcac[_0x470d24(0x1ca)]()),_0x2bcc1e[_0x470d24(0x1ff)](shouldProcessEventForTesthub)&&_0x2bcc1e['PgNas'](requireModule,_0x2bcc1e['XWsXM'],_0x2bcc1e['yXPNW'])[_0x470d24(0x207)](_0x2bcc1e[_0x470d24(0x1d0)](o11yErrorHandler,async(_0x46f0a7,_0x4521c5)=>{const _0x30a909=_0x470d24,_0x40d63e=_0x2bcc1e[_0x30a909(0x1e7)](requireModule,_0x2bcc1e['hLmPN'],_0x2bcc1e[_0x30a909(0x1ef)])[_0x30a909(0x20d)];switch(_0x46f0a7[_0x30a909(0x1e8)]){case _0x2bcc1e[_0x30a909(0x1db)]:if(_0x2bcc1e[_0x30a909(0x1c9)](shouldProcessEventForTesthub,testHubConstants[_0x30a909(0x205)][_0x30a909(0x1e9)])){if(!_0x46f0a7[_0x30a909(0x1cf)][_0x30a909(0x1d2)]){const _0x124fd7=TestDetails[_0x30a909(0x1c6)](process[_0x30a909(0x1df)]+_0x30a909(0x1de));_0x46f0a7['hook'][_0x30a909(0x1d2)]=_0x124fd7;}else _0x46f0a7[_0x30a909(0x1cf)][_0x30a909(0x1f3)]&&(_0x46f0a7['hook'][_0x30a909(0x1d2)]=TestDetails[_0x30a909(0x1c6)](process[_0x30a909(0x1df)]+':hookAnalyticsId'),delete _0x46f0a7[_0x30a909(0x1cf)][_0x30a909(0x1f3)]);_0x46f0a7['hook'][_0x30a909(0x1f1)]=new Date()[_0x30a909(0x1c5)](),await _0x34fcac[_0x30a909(0x1d3)](_0x46f0a7[_0x30a909(0x1cf)],undefined,![],_0x2bcc1e[_0x30a909(0x1bd)]);}break;case _0x2bcc1e[_0x30a909(0x1e6)]:_0x2bcc1e['jPexZ'](shouldProcessEventForTesthub,testHubConstants[_0x30a909(0x205)][_0x30a909(0x208)])&&(await _0x34fcac[_0x30a909(0x1d3)](_0x46f0a7['hook'],undefined,![],_0x2bcc1e[_0x30a909(0x20b)]),TestDetails[_0x30a909(0x1bc)](process[_0x30a909(0x1df)]+_0x30a909(0x1de)));break;case _0x2bcc1e[_0x30a909(0x1d6)]:[_0x2bcc1e[_0x30a909(0x1ee)],_0x2bcc1e[_0x30a909(0x1cd)],_0x2bcc1e[_0x30a909(0x20a)]]['includes'](_0x46f0a7[_0x30a909(0x1cf)][_0x30a909(0x1ce)])&&(_0x34fcac[_0x30a909(0x1d4)]=_0x46f0a7[_0x30a909(0x1cf)][_0x30a909(0x1ce)]),_0x4521c5[_0x30a909(0x20c)]&&_0x2bcc1e[_0x30a909(0x1ea)](_0x4521c5[_0x30a909(0x20c)][_0x30a909(0x1f0)],0x0)&&(_0x46f0a7['hook'][_0x30a909(0x1bf)]=[_0x4521c5['unhandledErrors'][0x0][0x0]]);_0x2bcc1e['jPexZ'](shouldProcessEventForTesthub,testHubConstants[_0x30a909(0x205)][_0x30a909(0x208)])&&(await _0x34fcac[_0x30a909(0x1d3)](_0x46f0a7[_0x30a909(0x1cf)],undefined,![],_0x2bcc1e[_0x30a909(0x20b)]),TestDetails[_0x30a909(0x1bc)](process[_0x30a909(0x1df)]+':hookAnalyticsId'));break;case _0x2bcc1e[_0x30a909(0x1f9)]:_0x2bcc1e[_0x30a909(0x1cc)](shouldProcessEventForTesthub)&&await _0x34fcac[_0x30a909(0x1f7)](_0x46f0a7['test']);break;case _0x2bcc1e['VPAmb']:_0x46f0a7[_0x30a909(0x209)]={..._0x2bcc1e['jPexZ'](_0x40d63e,_0x46f0a7[_0x30a909(0x209)]),..._0x46f0a7[_0x30a909(0x209)]};_0x2bcc1e[_0x30a909(0x1eb)](shouldProcessEventForTesthub)&&(!_0x46f0a7[_0x30a909(0x209)][_0x30a909(0x1f3)]&&(_0x46f0a7[_0x30a909(0x209)][_0x30a909(0x1f3)]=!![],await _0x34fcac[_0x30a909(0x1d3)](_0x46f0a7[_0x30a909(0x209)])));break;case _0x2bcc1e['VGVHF']:_0x46f0a7[_0x30a909(0x209)]={..._0x2bcc1e[_0x30a909(0x1da)](_0x40d63e,_0x46f0a7['test']),..._0x46f0a7['test']};_0x2bcc1e[_0x30a909(0x1fc)](shouldProcessEventForTesthub)&&(!_0x46f0a7[_0x30a909(0x209)][_0x30a909(0x1f3)]&&(_0x46f0a7['test'][_0x30a909(0x1f3)]=!![],await _0x34fcac[_0x30a909(0x1d3)](_0x46f0a7[_0x30a909(0x209)],undefined,![],_0x2bcc1e['YnkGO'])));break;case _0x2bcc1e[_0x30a909(0x202)]:_0x34fcac[_0x30a909(0x1d4)]=null;break;case _0x2bcc1e[_0x30a909(0x1c1)]:await RequestQueueHandler[_0x30a909(0x206)]()[_0x30a909(0x1c3)](),process[_0x30a909(0x201)]();break;default:}},_0x2bcc1e[_0x470d24(0x1dc)]));}catch(_0xae2205){_0x2bcc1e[_0x470d24(0x1bb)](debug,_0x470d24(0x1c2)+_0xae2205);}return _0x2bcc1e['jPexZ'](initInitialize,..._0x402480);};try{Object[a19_0x5a1709(0x1fe)](exportsI)[a19_0x5a1709(0x1c7)](_0x2b1458=>{const _0x4169ac=a19_0x5a1709,_0x2c7734={'Barxq':function(_0x113393,_0x26b2b3){return _0x113393(_0x26b2b3);}};try{exports&&(exports[_0x2b1458]=exportsI[_0x2b1458]);}catch(_0x1d22ce){_0x2c7734['Barxq'](debug,_0x4169ac(0x1dd)+_0x1d22ce);}});}catch(a19_0x512949){debug(a19_0x5a1709(0x1d7)+a19_0x512949);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a20_0x375227=a20_0x1fac;(function(_0x3a0e99,_0x54b5df){const _0x56fbe0=a20_0x1fac,_0x4f0b1a=_0x3a0e99();while(!![]){try{const _0x578236=parseInt(_0x56fbe0(0x114))/0x1+parseInt(_0x56fbe0(0x115))/0x2*(-parseInt(_0x56fbe0(0x10c))/0x3)+-parseInt(_0x56fbe0(0x10e))/0x4*(-parseInt(_0x56fbe0(0x119))/0x5)+-parseInt(_0x56fbe0(0x111))/0x6+parseInt(_0x56fbe0(0x11c))/0x7*(parseInt(_0x56fbe0(0x11a))/0x8)+-parseInt(_0x56fbe0(0x118))/0x9*(parseInt(_0x56fbe0(0x113))/0xa)+parseInt(_0x56fbe0(0x112))/0xb;if(_0x578236===_0x54b5df)break;else _0x4f0b1a['push'](_0x4f0b1a['shift']());}catch(_0x543794){_0x4f0b1a['push'](_0x4f0b1a['shift']());}}}(a20_0x3cb1,0x1cae8));function a20_0x1fac(_0x3118f0,_0x4a596a){const _0x3cb178=a20_0x3cb1();return a20_0x1fac=function(_0x1fac31,_0x566ea1){_0x1fac31=_0x1fac31-0x10c;let _0x20cfdd=_0x3cb178[_0x1fac31];return _0x20cfdd;},a20_0x1fac(_0x3118f0,_0x4a596a);}const Sequencer=require('@jest/test-sequencer')[a20_0x375227(0x11e)];class CustomSequencer extends Sequencer{[a20_0x375227(0x116)](_0x3b0074){const _0x3ecf2e=a20_0x375227,_0x56bca1=process[_0x3ecf2e(0x10d)][_0x3ecf2e(0x10f)];if(!_0x56bca1)return _0x3b0074;const _0x540b1e=_0x56bca1['split'](','),_0x278875=new Map(_0x3b0074['filter'](_0x11700a=>_0x540b1e[_0x3ecf2e(0x11d)](_0x11700a[_0x3ecf2e(0x117)]))[_0x3ecf2e(0x110)](_0x63621f=>[_0x63621f[_0x3ecf2e(0x117)],_0x63621f]));return _0x540b1e[_0x3ecf2e(0x110)](_0x21970e=>_0x278875['get'](_0x21970e))['filter'](Boolean);}}function a20_0x3cb1(){const _0x4473e0=['1805GstBtc','842536gQQrvK','exports','7kWGBNt','includes','default','537dRJWiR','env','152KMEkVW','JEST_TEST_ORDER','map','263370JPGzdS','1731169RhyMOh','590DAeFtJ','114791Wlhwqr','2326ikyeYm','sort','path','3303EpwDUK'];a20_0x3cb1=function(){return _0x4473e0;};return a20_0x3cb1();}module[a20_0x375227(0x11b)]=CustomSequencer;
|