browserstack-node-sdk 1.55.3 → 1.55.4
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/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/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 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x536290=a10_0x301b;(function(_0x476f2f,_0x322b87){const _0x16b5ea=a10_0x301b,_0x174ce6=_0x476f2f();while(!![]){try{const _0x5a717a=-parseInt(_0x16b5ea(0xeb))/0x1*(parseInt(_0x16b5ea(0xf7))/0x2)+parseInt(_0x16b5ea(0xe6))/0x3*(parseInt(_0x16b5ea(0xfc))/0x4)+parseInt(_0x16b5ea(0xf9))/0x5*(parseInt(_0x16b5ea(0xd4))/0x6)+-parseInt(_0x16b5ea(0xe5))/0x7+parseInt(_0x16b5ea(0xc9))/0x8*(parseInt(_0x16b5ea(0xd8))/0x9)+parseInt(_0x16b5ea(0xd3))/0xa*(parseInt(_0x16b5ea(0xd7))/0xb)+-parseInt(_0x16b5ea(0xd6))/0xc;if(_0x5a717a===_0x322b87)break;else _0x174ce6['push'](_0x174ce6['shift']());}catch(_0x1de102){_0x174ce6['push'](_0x174ce6['shift']());}}}(a10_0x3b9e,0x4d6ba));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a10_0x536290(0xc8)),cucumberModule=requireModule(a10_0x536290(0xc6),a10_0x536290(0xdd)),logger=require('../../helpers/logger')['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x536290(0xdc)],After=cucumberModule[a10_0x536290(0xfb)],configuration=process[a10_0x536290(0xdf)][a10_0x536290(0xe9)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x536290(0xdb)]=!![]),global[a10_0x536290(0xea)]=isTrue(config[a10_0x536290(0xed)]),require('../../index')[a10_0x536290(0xcd)](config),global[a10_0x536290(0xfd)]=config['platformCaps']||{};}function a10_0x301b(_0xf4ce4e,_0x2453f4){const _0x3b9ebf=a10_0x3b9e();return a10_0x301b=function(_0x301bb9,_0x480a01){_0x301bb9=_0x301bb9-0xc6;let _0x478473=_0x3b9ebf[_0x301bb9];return _0x478473;},a10_0x301b(_0xf4ce4e,_0x2453f4);}global[a10_0x536290(0xd0)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x536290(0xc7)];cucumberModule['setDefaultTimeout']=_0x1c9694=>{const _0x33b863=a10_0x536290,_0x271232={'CeBXZ':function(_0x317208,_0x519e53){return _0x317208(_0x519e53);}};global[_0x33b863(0xd0)]=_0x1c9694,_0x271232[_0x33b863(0xe4)](__setDefaultTimeout,_0x1c9694);};const a10_0x87aa77={};function a10_0x3b9e(){const _0x2df56b=['23238YdVUyY','Inside\x20browserstack\x20Before','WtMjU','CONFIG','__skipSessionStatus','3qDbixs','DBpkS','skipSessionStatus','name','Ljgib','YudQh','__error_messages__','passed','Error:\x20setting\x20status\x20at\x20After:\x20','timeout','\x22}}','join','168210hcLBuq','executeScript','168565OVBakm','vbAYw','After','164xGTnzB','__platformCaps','cucumber/lib/index.js','setDefaultTimeout','../../helpers/setKeepAlive','672744IwQuOQ','result','HCCqn','toLowerCase','browserstackAgentV2','initQuit','debug','__timeout','__driver','session_','13810zOGyoz','102LDHZEH','Error:\x20quiting\x20at\x20After:\x20','3423984EjkZPn','407YVTwdR','45exERkQ','dJOWS','bstack','__skipSessionName','Before','cucumber','mxpAo','env','Inside\x20browserstack\x20After','WLcNu','XBEOX','\x20|\x20','CeBXZ','3552556ZZAKQz'];a10_0x3b9e=function(){return _0x2df56b;};return a10_0x3b9e();}a10_0x87aa77[a10_0x536290(0xee)]=a10_0x536290(0xda),Before(a10_0x87aa77,function(){const _0x217bde=a10_0x536290,_0x49b7ad={};_0x49b7ad[_0x217bde(0xec)]=_0x217bde(0xe7);const _0x43c513=_0x49b7ad;logger['debug'](_0x43c513['DBpkS']),global[_0x217bde(0xf1)]=[];});const a10_0x56192e={};a10_0x56192e[a10_0x536290(0xee)]=a10_0x536290(0xda),a10_0x56192e[a10_0x536290(0xf4)]=0x2710,After(a10_0x56192e,function(_0x3ad71c,_0x1765fb){const _0x419c10=a10_0x536290,_0x533032={'Ljgib':function(_0x2dcc08,_0x421c01){return _0x2dcc08===_0x421c01;},'dJOWS':'failed','WtMjU':function(_0x4ada36,_0x5d9dc9,_0x5cb7fd,_0x3e08f8){return _0x4ada36(_0x5d9dc9,_0x5cb7fd,_0x3e08f8);},'WLcNu':_0x419c10(0xe3),'YudQh':function(_0x30ba6c,_0x34614f,_0x5098a1){return _0x30ba6c(_0x34614f,_0x5098a1);},'HCCqn':_0x419c10(0xf2),'vbAYw':function(_0x1b5bbe){return _0x1b5bbe();},'kVMpO':function(_0x109f65,_0x5b5ab2){return _0x109f65(_0x5b5ab2);},'XBEOX':function(_0x54e769){return _0x54e769();},'mxpAo':_0x419c10(0xe0)};logger['debug'](_0x533032[_0x419c10(0xde)]),new Promise(async(_0x52cf22,_0x2e8ae3)=>{const _0x27b842=_0x419c10;let _0x1afe98=![];try{await global[_0x27b842(0xd1)][_0x27b842(0xd2)],_0x1afe98=!![],!global[_0x27b842(0xdb)]&&await global[_0x27b842(0xd1)][_0x27b842(0xf8)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x3ad71c['pickle'][_0x27b842(0xee)]+_0x27b842(0xf5)),_0x533032[_0x27b842(0xef)](_0x3ad71c[_0x27b842(0xca)]['status'][_0x27b842(0xcc)](),_0x533032[_0x27b842(0xd9)])?await _0x533032[_0x27b842(0xe8)](markSessionStatus,global['__driver'],_0x533032[_0x27b842(0xd9)],global[_0x27b842(0xf1)][_0x27b842(0xf6)](_0x533032[_0x27b842(0xe1)])):await _0x533032[_0x27b842(0xf0)](markSessionStatus,global[_0x27b842(0xd1)],_0x533032[_0x27b842(0xcb)]);}catch(_0x4a75eb){logger[_0x27b842(0xcf)](_0x27b842(0xf3)+_0x4a75eb);}if(_0x1afe98)try{await global['__driver'][_0x27b842(0xce)](),_0x533032[_0x27b842(0xfa)](_0x52cf22);}catch(_0x273771){logger['debug'](_0x27b842(0xd5)+_0x273771),_0x533032['kVMpO'](_0x2e8ae3,_0x273771);}else _0x533032[_0x27b842(0xe2)](_0x2e8ae3);})['then'](()=>_0x1765fb());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0x3f1b80=a11_0x3e39;(function(_0x12ef2c,_0x188668){const _0x3639e3=a11_0x3e39,_0x224320=_0x12ef2c();while(!![]){try{const _0x5cb675=parseInt(_0x3639e3(0xd5))/0x1*(parseInt(_0x3639e3(0xd8))/0x2)+-parseInt(_0x3639e3(0xd9))/0x3*(parseInt(_0x3639e3(0xd3))/0x4)+parseInt(_0x3639e3(0xe3))/0x5*(parseInt(_0x3639e3(0xe2))/0x6)+-parseInt(_0x3639e3(0xda))/0x7*(parseInt(_0x3639e3(0xdd))/0x8)+parseInt(_0x3639e3(0xd6))/0x9*(-parseInt(_0x3639e3(0xd4))/0xa)+-parseInt(_0x3639e3(0xdb))/0xb*(parseInt(_0x3639e3(0xd2))/0xc)+parseInt(_0x3639e3(0xe0))/0xd*(parseInt(_0x3639e3(0xde))/0xe);if(_0x5cb675===_0x188668)break;else _0x224320['push'](_0x224320['shift']());}catch(_0x5dae45){_0x224320['push'](_0x224320['shift']());}}}(a11_0x237e,0xe65ca));const {requireModule}=require(a11_0x3f1b80(0xd7)),constants=require(a11_0x3f1b80(0xdf));let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0x3f1b80(0xd0));}catch(a11_0x46088f){cucumberModule=requireModule('cucumber/lib/index.js',a11_0x3f1b80(0xd1));}const userValue=global['__timeout']||0x0;(userValue===0x0||userValue<constants[a11_0x3f1b80(0xe1)])&&cucumberModule[a11_0x3f1b80(0xdc)](constants[a11_0x3f1b80(0xe1)]);function a11_0x3e39(_0x3a6206,_0x3d51f5){const _0x237e57=a11_0x237e();return a11_0x3e39=function(_0x3e3980,_0x432439){_0x3e3980=_0x3e3980-0xd0;let _0x4d4c8d=_0x237e57[_0x3e3980];return _0x4d4c8d;},a11_0x3e39(_0x3a6206,_0x3d51f5);}function a11_0x237e(){const _0x127ba3=['1fHWfct','267291ZggDxh','../../helpers/helper','3711522lyAAmY','3vdBHEu','370594YBVjBl','196262jpgNpg','setDefaultTimeout','160ldRjbY','532iyeZbI','../utils/constants','919113PPZFpm','BSTACK_DELTA','6VzmePi','2445895lbEnna','@cucumber/cucumber','cucumber','756dBGrYX','2512292XOlfxG','430SojDjc'];a11_0x237e=function(){return _0x127ba3;};return a11_0x237e();}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';
|
|
2
|
+
'use strict';const a12_0x1a09c2=a12_0x36a1;(function(_0x270e6a,_0x736e1e){const _0x1f9707=a12_0x36a1,_0x2a345d=_0x270e6a();while(!![]){try{const _0x2a2042=-parseInt(_0x1f9707(0x181))/0x1*(parseInt(_0x1f9707(0x177))/0x2)+parseInt(_0x1f9707(0x172))/0x3+-parseInt(_0x1f9707(0x13c))/0x4+parseInt(_0x1f9707(0x139))/0x5*(parseInt(_0x1f9707(0x14f))/0x6)+parseInt(_0x1f9707(0x15f))/0x7*(-parseInt(_0x1f9707(0x14d))/0x8)+-parseInt(_0x1f9707(0x140))/0x9+parseInt(_0x1f9707(0x168))/0xa;if(_0x2a2042===_0x736e1e)break;else _0x2a345d['push'](_0x2a345d['shift']());}catch(_0x36bccd){_0x2a345d['push'](_0x2a345d['shift']());}}}(a12_0x412f,0x522c9));const {default:BrowserStackSetup}=require(a12_0x1a09c2(0x153)),logger=require('../../helpers/logger')[a12_0x1a09c2(0x162)],{URL}=require('url'),helper=require(a12_0x1a09c2(0x158)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x1a09c2(0x16f)),validHosts=function(_0x49a9ab){const _0x3a45da=a12_0x1a09c2;return _0x49a9ab[_0x3a45da(0x17a)](',')['every'](_0x151824=>{const _0x11ece0=_0x3a45da;try{new URL(_0x151824[_0x11ece0(0x13a)]());}catch(_0x1f1814){return![];}return!![];});},parseOnPremHosts=function(_0x1e73ec){const _0x105af5=a12_0x1a09c2,_0x8b27e7={};_0x8b27e7[_0x105af5(0x17f)]=function(_0x3fb244,_0x5565b1){return _0x3fb244===_0x5565b1;},_0x8b27e7['QaTfQ']=_0x105af5(0x166),_0x8b27e7[_0x105af5(0x16c)]='443',_0x8b27e7[_0x105af5(0x154)]=_0x105af5(0x148);const _0x29d3b7=_0x8b27e7;return _0x1e73ec[_0x105af5(0x17a)](',')[_0x105af5(0x13b)](_0x38b3cd=>{const _0x193cc1=_0x105af5,_0x4fcfa2=new URL(_0x38b3cd[_0x193cc1(0x13a)]()),_0x5395a0=_0x4fcfa2[_0x193cc1(0x173)],_0x2f1385=_0x4fcfa2[_0x193cc1(0x13f)]||(_0x29d3b7[_0x193cc1(0x17f)](_0x4fcfa2[_0x193cc1(0x160)],_0x29d3b7[_0x193cc1(0x13d)])?_0x29d3b7[_0x193cc1(0x16c)]:'80'),_0x705503=_0x4fcfa2[_0x193cc1(0x160)][_0x193cc1(0x15e)](':',''),_0x258d5c=_0x29d3b7['uPxdO'](_0x705503,_0x29d3b7[_0x193cc1(0x154)])?0x1:0x0;return _0x5395a0+','+_0x2f1385+','+_0x258d5c;});},connectCommandBuilder=function(_0x396acf){const _0x4bc59c=a12_0x1a09c2,_0x5d2f6c={};_0x5d2f6c['SZwZz']=_0x4bc59c(0x14e);const _0x4d1265=_0x5d2f6c,_0x868c54={};_0x868c54['describe']=HELP_MESSAGES[_0x4bc59c(0x145)][_0x4bc59c(0x16b)],_0x868c54[_0x4bc59c(0x175)]=_0x4d1265[_0x4bc59c(0x150)];const _0x45e1bf={};_0x45e1bf[_0x4bc59c(0x16e)]=HELP_MESSAGES[_0x4bc59c(0x145)][_0x4bc59c(0x14b)],_0x45e1bf[_0x4bc59c(0x175)]=_0x4d1265[_0x4bc59c(0x150)],_0x45e1bf['demandOption']=!![];const _0x386faf={};return _0x386faf[_0x4bc59c(0x161)]=_0x868c54,_0x386faf[_0x4bc59c(0x14b)]=_0x45e1bf,_0x396acf[_0x4bc59c(0x145)](_0x386faf);},connectCommandHandler=async function(_0x242ee7){const _0x345c3c=a12_0x1a09c2,_0x4c7c34={'OLMlk':'integrations','VoUig':function(_0x51f14d,_0x5c4d11){return _0x51f14d===_0x5c4d11;},'ttuDm':_0x345c3c(0x152),'mGhNh':'BrowserStack\x20access\x20key\x20missing.','pqpic':_0x345c3c(0x17e),'zfPrO':function(_0x154c57,_0x1b057b){return _0x154c57(_0x1b057b);},'JZUrJ':_0x345c3c(0x157),'bOvBV':function(_0x115e83,_0x41c3b7){return _0x115e83(_0x41c3b7);},'OKxkq':_0x345c3c(0x176),'PqWTx':_0x345c3c(0x159),'MwWCR':_0x345c3c(0x143)};try{const _0x58067b=new BrowserStackSetup(_0x242ee7,_0x4c7c34[_0x345c3c(0x17d)]);_0x242ee7[_0x345c3c(0x144)]&&(_0x58067b[_0x345c3c(0x155)]['accessKey']=_0x242ee7[_0x345c3c(0x144)]);if(_0x4c7c34[_0x345c3c(0x149)](typeof _0x58067b[_0x345c3c(0x155)][_0x345c3c(0x174)],_0x4c7c34['ttuDm'])){logger[_0x345c3c(0x151)](_0x4c7c34[_0x345c3c(0x15d)]);throw new Error(ERROR_MESSAGES['bstackAccessKey'][_0x345c3c(0x14a)]);}const _0x56a5d8=_0x242ee7[_0x345c3c(0x14b)];if(_0x4c7c34[_0x345c3c(0x149)](typeof _0x56a5d8,_0x4c7c34[_0x345c3c(0x142)])){logger[_0x345c3c(0x151)](_0x4c7c34[_0x345c3c(0x141)]);throw new Error(ERROR_MESSAGES[_0x345c3c(0x14b)]['missing']);}if(!_0x4c7c34[_0x345c3c(0x171)](validHosts,_0x56a5d8)){logger[_0x345c3c(0x151)](_0x4c7c34[_0x345c3c(0x156)]);throw new Error(ERROR_MESSAGES['hosts'][_0x345c3c(0x163)]);}const _0x3a257c=_0x4c7c34[_0x345c3c(0x15b)](parseOnPremHosts,_0x56a5d8);_0x58067b[_0x345c3c(0x155)][_0x345c3c(0x147)]=!![],_0x58067b[_0x345c3c(0x155)][_0x345c3c(0x169)]['localIdentifier']=_0x4c7c34[_0x345c3c(0x170)],_0x58067b[_0x345c3c(0x155)][_0x345c3c(0x169)][_0x345c3c(0x180)]=_0x3a257c[_0x345c3c(0x17b)](','),helper[_0x345c3c(0x146)](_0x58067b[_0x345c3c(0x155)]),await _0x58067b[_0x345c3c(0x16a)](),logger[_0x345c3c(0x164)](_0x4c7c34[_0x345c3c(0x16d)]);}catch(_0x13a58b){logger['error'](_0x4c7c34[_0x345c3c(0x179)]);throw new Error(_0x13a58b['toString']());}};function a12_0x412f(){const _0x2471fc=['setProxySettings','browserstackLocal','https','VoUig','missing','hosts','root','784tkLpPR','string','36GMZung','SZwZz','error','undefined','../../helpers/BrowserStackSetup','LcQvT','config','JZUrJ','Hosts\x20not\x20valid','../../helpers/helper','Connection\x20established\x20successfully.','connect','bOvBV','footer','mGhNh','replace','27895nftvmn','protocol','bstack-accesskey','winstonLogger','invalid','info','exports','https:','usage','8167300rdpmKY','browserStackLocalOptions','setupBrowserstackLocal','bstackAccessKey','IhnrK','PqWTx','describe','./constants','OKxkq','zfPrO','1550553NwOLlb','hostname','accessKey','type','integrations-repeater','244974tbSPNW','command','MwWCR','split','join','pKfss','OLMlk','Integration\x20hosts\x20missing.','uPxdO','only','4XFNWJi','lthjr','122495yWBomK','trim','map','251300xGUuRS','QaTfQ','demandCommand','port','1806183xnitif','pqpic','ttuDm','Failed\x20to\x20establish\x20connection.','bstackAccesskey','options'];a12_0x412f=function(){return _0x2471fc;};return a12_0x412f();}function a12_0x36a1(_0x23fa93,_0x283882){const _0x412f1e=a12_0x412f();return a12_0x36a1=function(_0x36a1b2,_0x40b7b7){_0x36a1b2=_0x36a1b2-0x139;let _0x3d7e33=_0x412f1e[_0x36a1b2];return _0x3d7e33;},a12_0x36a1(_0x23fa93,_0x283882);}function run(_0x591b24){const _0x12463d=a12_0x1a09c2,_0x59c159={};_0x59c159[_0x12463d(0x17c)]=_0x12463d(0x15a),_0x59c159['lthjr']='help';const _0x158105=_0x59c159;_0x591b24[_0x12463d(0x167)](HELP_MESSAGES['command'][_0x12463d(0x14c)])[_0x12463d(0x178)](_0x158105[_0x12463d(0x17c)],HELP_MESSAGES[_0x12463d(0x178)][_0x12463d(0x15a)],connectCommandBuilder,connectCommandHandler)[_0x12463d(0x13e)]()['help'](_0x158105[_0x12463d(0x182)])['epilogue'](HELP_MESSAGES[_0x12463d(0x178)][_0x12463d(0x15c)]);}module[a12_0x1a09c2(0x165)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a13_0x2b2f0d=a13_0x4900;(function(_0x5e3d74,_0x4ab9b6){var _0x2bceef=a13_0x4900,_0x56f4f6=_0x5e3d74();while(!![]){try{var _0x672d45=-parseInt(_0x2bceef(0x17e))/0x1+parseInt(_0x2bceef(0x194))/0x2+-parseInt(_0x2bceef(0x17d))/0x3+-parseInt(_0x2bceef(0x18b))/0x4+parseInt(_0x2bceef(0x17f))/0x5*(parseInt(_0x2bceef(0x183))/0x6)+parseInt(_0x2bceef(0x18c))/0x7*(parseInt(_0x2bceef(0x18f))/0x8)+parseInt(_0x2bceef(0x18e))/0x9;if(_0x672d45===_0x4ab9b6)break;else _0x56f4f6['push'](_0x56f4f6['shift']());}catch(_0x29ce68){_0x56f4f6['push'](_0x56f4f6['shift']());}}}(a13_0x571d,0xb9ec2));var a13_0x567f6e={};a13_0x567f6e[a13_0x2b2f0d(0x189)]=a13_0x2b2f0d(0x191),a13_0x567f6e[a13_0x2b2f0d(0x180)]=a13_0x2b2f0d(0x18a);var a13_0x5ec1b1={};function a13_0x4900(_0x4f0ccc,_0x5db242){var _0x571dd1=a13_0x571d();return a13_0x4900=function(_0x490061,_0x118899){_0x490061=_0x490061-0x17c;var _0x3b2892=_0x571dd1[_0x490061];return _0x3b2892;},a13_0x4900(_0x4f0ccc,_0x5db242);}a13_0x5ec1b1[a13_0x2b2f0d(0x188)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x5ec1b1[a13_0x2b2f0d(0x184)]=a13_0x2b2f0d(0x186),a13_0x5ec1b1[a13_0x2b2f0d(0x17c)]=a13_0x2b2f0d(0x185);var a13_0x3347c8={};a13_0x3347c8['options']=a13_0x567f6e,a13_0x3347c8[a13_0x2b2f0d(0x195)]=a13_0x5ec1b1,exports[a13_0x2b2f0d(0x190)]=a13_0x3347c8;var a13_0x54ea26={};a13_0x54ea26['missing']=a13_0x2b2f0d(0x187);var a13_0x41f114={};a13_0x41f114[a13_0x2b2f0d(0x193)]=a13_0x2b2f0d(0x182),a13_0x41f114[a13_0x2b2f0d(0x18d)]=a13_0x2b2f0d(0x181);function a13_0x571d(){var _0xfcb2b5=['connect','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','root','bstackAccessKey','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.','2376552HQYugT','14nNhJxv','invalid','17303553MeMPVC','857176WXDHAb','HELP_MESSAGES','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','ERROR_MESSAGES','missing','2730740NpCLbj','command','footer','2465061PzjWHM','1366578HrpGqc','50zaUKAK','hosts','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.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','24996eGNrUY'];a13_0x571d=function(){return _0xfcb2b5;};return a13_0x571d();}var a13_0x1ba8a0={};a13_0x1ba8a0[a13_0x2b2f0d(0x189)]=a13_0x54ea26,a13_0x1ba8a0[a13_0x2b2f0d(0x180)]=a13_0x41f114,exports[a13_0x2b2f0d(0x192)]=a13_0x1ba8a0;
|
package/src/bin/jest/command.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a14_0x5e39(_0x1ae30f,_0x41f061){const _0x3d2acc=a14_0x3d2a();return a14_0x5e39=function(_0x5e391a,_0x3ba846){_0x5e391a=_0x5e391a-0x1c1;let _0x4564ab=_0x3d2acc[_0x5e391a];return _0x4564ab;},a14_0x5e39(_0x1ae30f,_0x41f061);}function a14_0x3d2a(){const _0x372acb=['Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','EBQoH','EVENTS','125495NbuqtP','startsWith','kgBgG','Qxuik','reporters','isTestOrchestrationEnabled','winstonLogger','KBKRs','/internal/$1','qhXfV','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','rmSync','cwd','platformCaps','jest-circus','ExTuK','6yDXLIA','resolve','format','sIoAq','\x20:\x20','jest-circus/build/runner.js','requirePWModule','requireSeleniumWebdriver','qkoHq','EVDeh','recursive','stop','cEImq','../../helpers/utilities','__isPlaywrightInstalled','../../helpers/test-observability/constants','RQLUr','parallelsPerPlatform','failFast','unlinkSync','child\x20process\x20exited\x20with\x20code\x20','parallels__','resolveModule','getTCGConfigFilePaths','Akfne','test_before.setup.js','testRunner','KSWJg','Getting\x20your\x20jest\x20configs\x20from\x20','customTestRunner.js','isNotUndefined','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','Deleted\x20fail-fast\x20state\x20folder:\x20','JEST','njLkv','4539108QBEcPC','lziCG','QIntJ','testEnvironmentOptions','BSTACK_USER_JEST_RUNNER','turboScaleUrl','BROWSERSTACK_TEST_OBSERVABILITY_YML','moduleNameMapper','errorMessage','true','TwJgS','../../helpers/test-orchestration/testOrchestrationHandler','../../helpers/playwright-helper','platforms','jest-runner-','info','handleApp','timeout__','--config','testObservability','length','replace','jest.setup.js','end','debug','JEST_TEST_ORDER','ELZpy','getInstance','24kimABB','iVmrd','../../helpers/performance/constants','206pPrXbA','sbfhE','env','proxySettings','FRAMEWORKS','hZGQT','SYcgB','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','../../helpers/test-observability/utils','json','apply','jest_browserstack.config.js','qRxGH','665863NOxLou','path','./test-observability/helper','push','customTestRunnerTemplate.js','setupFilesAfterEnv','shutdown','playwright',';\x0a\x20\x20\x20\x20\x20\x20\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\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20','\x20test\x20files\x20to\x20run.','Found:\x20','../../helpers/testhub/utils','jest_browserstack.config.cjs','5520jLtBmV',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','default','finalExecution','splice','testTimeout','Creating\x20','dqvqM','PsODa','maxWorkers','1280466kjkXbm','requireModule','stringify','dHXCb','parseTestOrchestrationOptions','isCliEnabled','PACKAGE_TYPE','USER_CONFIG_DETAILS_PATH','log','IfqXx','skipSessionStatus','vBldc','nSvCH','browserStackLogLevel','../../helpers/logger','force','../../helpers/puppeteer-helper','../../helpers/accessibility-automation/helper','isUndefined','sZDUG','writeFileSync','BSTACK_JEST_TEST_ENV','slice','initialize','../utils/clientTroubleshootingService','ElJZZ',';\x0a\x20\x20\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\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','setupTCGAuth','jest.config.','getPackageType','failureThresholdCount','package.json','checkAccessibilityPlatformConfig','start','prepareCapabilities','737917WmetiZ','launchBuild','serial__','qEmUi','jest-config','Error\x20while\x20parsing\x20','SDK_SETUP','../../helpers/performance/performance-tester','customEnvironment.js','filterBrowserstackArgs','assign','MODULE','jest-config/build/readConfigFileAndSetRootDir.js','yDcfB','yUwHA','npx','skipSessionName','../utils/constants','../../helpers/helper','close','__isPuppeteerInstalled','vSFDz','IJZko','cNrlk','Getting\x20your\x20jest\x20configs\x20from\x20package.json','exports','mjs','logLevel','maxRetries','ihIbt','testEnvironment','useW3C','sZQXZ','EQmtB','exitCode','hpUUF','isRunning','customSequencer.js','76uneakv','^puppeteer-core/internal/(.*)','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20',',\x20CLI\x20running:\x20','jest_browserstack_results.json','join','jest','accessibilityOptions','@jest/core','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','80xzFWWJ','parse','browserStackPercyOptions','platform','test-observability','BROWSERSTACK_CAPABILITIES','runner','@jest/core/build/ReporterDispatcher.js','GxoiP','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','ENXCL','VSlmP','gsHBY','test.setup.js','util','@playwright/test','shouldProcessEventForTesthub','retryTestsOnFailure','hEGSX','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Deleting\x20','ZAQlA','workingDir','false','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','reorderTestFiles','capabilities','abortBuildOnFailure','Puppeteer\x20setup\x20error:\x20','../../helpers/BrowserStackSetup','existsSync','baebX','config','1551708sLXjXs','readFileSync','nSQNc','\x0a\x20\x20\x20\x20\x20\x20','setupFiles','BROWSERSTACK_TEST_ACCESSIBILITY_YML','GBYBy'];a14_0x3d2a=function(){return _0x372acb;};return a14_0x3d2a();}const a14_0x4a623=a14_0x5e39;(function(_0x351987,_0x479bf6){const _0x9cb26=a14_0x5e39,_0x10d3fa=_0x351987();while(!![]){try{const _0x19e5b7=-parseInt(_0x9cb26(0x29b))/0x1+parseInt(_0x9cb26(0x254))/0x2*(parseInt(_0x9cb26(0x26e))/0x3)+-parseInt(_0x9cb26(0x1cd))/0x4*(-parseInt(_0x9cb26(0x202))/0x5)+parseInt(_0x9cb26(0x212))/0x6*(parseInt(_0x9cb26(0x235))/0x7)+-parseInt(_0x9cb26(0x251))/0x8*(-parseInt(_0x9cb26(0x278))/0x9)+parseInt(_0x9cb26(0x1d7))/0xa*(-parseInt(_0x9cb26(0x261))/0xb)+-parseInt(_0x9cb26(0x1f8))/0xc;if(_0x19e5b7===_0x479bf6)break;else _0x10d3fa['push'](_0x10d3fa['shift']());}catch(_0x12c008){_0x10d3fa['push'](_0x10d3fa['shift']());}}}(a14_0x3d2a,0x5f421));const fs=require('fs'),path=require(a14_0x4a623(0x262)),util=require(a14_0x4a623(0x1e5)),{spawn}=require('child_process'),logger=require(a14_0x4a623(0x286))[a14_0x4a623(0x208)],{default:BrowserStackSetup}=require(a14_0x4a623(0x1f4)),helper=require(a14_0x4a623(0x2ad)),utilities=require(a14_0x4a623(0x21f)),constants=require(a14_0x4a623(0x2ac)),accessibilityHelper=require(a14_0x4a623(0x289)),{updateTestRerunConfig}=require(a14_0x4a623(0x263)),testOpsHelper=require(a14_0x4a623(0x25c)),{debug}=require(a14_0x4a623(0x25c)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require('../../helpers/percy/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testhubUtils=require(a14_0x4a623(0x26c)),{FRAMEWORKS}=require(a14_0x4a623(0x221)),PerformanceTester=require(a14_0x4a623(0x2a2)),PerformanceEvents=require(a14_0x4a623(0x253))[a14_0x4a623(0x201)],TestOrchestrationHandler=require(a14_0x4a623(0x240)),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a14_0x4a623(0x241)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x4a623(0x288)),ClientTroubleShootingService=require(a14_0x4a623(0x290)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),getUserJestConfigs=async(_0x4d08a7,_0x5ca574)=>{const _0x315dda=a14_0x4a623,_0x54f5aa={'ENXCL':_0x315dda(0x2a7),'WCQAr':_0x315dda(0x29f),'cYBub':function(_0x3136f5,_0x561d6c){return _0x3136f5||_0x561d6c;},'PEpQJ':function(_0x39c1d3,_0x279d4c){return _0x39c1d3(_0x279d4c);},'OzTvb':_0x315dda(0x297),'zbYdq':_0x315dda(0x2b3),'qhXfV':_0x315dda(0x1c1),'KSWJg':'cjs','kgBgG':_0x315dda(0x25d)};let _0x876cf8;try{_0x876cf8=helper[_0x315dda(0x279)](_0x54f5aa[_0x315dda(0x1e1)],_0x54f5aa['WCQAr']);}catch{const _0x16f974=helper[_0x315dda(0x279)](_0x54f5aa['WCQAr']);_0x876cf8={'default':async _0x2cf07c=>{const _0x36bfc6=_0x315dda,_0x3bcf1b=await _0x16f974['readInitialOptions'](_0x2cf07c,{});return _0x3bcf1b[_0x36bfc6(0x1f7)];}};}const _0x3a2fbd=_0x5ca574['findIndex'](_0x39f9fd=>_0x39f9fd===_0x315dda(0x247));if(!helper[_0x315dda(0x28a)](_0x4d08a7[_0x315dda(0x1f7)])){logger[_0x315dda(0x244)](_0x315dda(0x22e)+_0x4d08a7[_0x315dda(0x1f7)]),process[_0x315dda(0x256)]['USER_CONFIG_DETAILS_PATH']=_0x4d08a7[_0x315dda(0x1f7)];const _0x42d18b=await(0x0,_0x876cf8[_0x315dda(0x270)])(path[_0x315dda(0x213)](_0x4d08a7[_0x315dda(0x1f7)]));return _0x5ca574[_0x315dda(0x272)](_0x3a2fbd,0x2),_0x54f5aa['cYBub'](_0x42d18b,{});}const _0x6f6ce5=_0x54f5aa['PEpQJ'](require,path[_0x315dda(0x1d2)](process[_0x315dda(0x20e)](),_0x54f5aa['OzTvb']));if(_0x6f6ce5[_0x315dda(0x1d3)])return logger[_0x315dda(0x244)](_0x54f5aa['zbYdq']),_0x6f6ce5['jest'];const _0xe80ddd=['js',_0x54f5aa[_0x315dda(0x20b)],_0x54f5aa[_0x315dda(0x22d)],_0x54f5aa[_0x315dda(0x204)],'ts'];for(const _0x553652 of _0xe80ddd){const _0x54f6b8=path[_0x315dda(0x1d2)](process[_0x315dda(0x20e)](),_0x315dda(0x294)+_0x553652);if(fs['existsSync'](_0x54f6b8)){process[_0x315dda(0x256)][_0x315dda(0x27f)]=_0x54f6b8;const _0x2b0f99=await(0x0,_0x876cf8[_0x315dda(0x270)])(_0x54f6b8);return _0x2b0f99;}}return{};},getSerial=(_0x5c4aa8,_0x1fe73f)=>{const _0x13002d=a14_0x4a623,_0x522beb={};_0x522beb[_0x13002d(0x276)]=_0x13002d(0x23e),_0x522beb['Qxuik']=function(_0x2662a1,_0x4b386f){return _0x2662a1>_0x4b386f;},_0x522beb[_0x13002d(0x200)]=function(_0x4f008a,_0x3b85b6){return _0x4f008a>_0x3b85b6;},_0x522beb[_0x13002d(0x1df)]=_0x13002d(0x1ee);const _0x53a5c6=_0x522beb;let _0x34ef73=_0x53a5c6['PsODa'];return _0x53a5c6[_0x13002d(0x205)](_0x5c4aa8[_0x13002d(0x249)],0x1)&&(!_0x1fe73f['runInBand']&&(helper[_0x13002d(0x28a)](_0x1fe73f[_0x13002d(0x277)])||_0x53a5c6[_0x13002d(0x200)](_0x1fe73f[_0x13002d(0x277)],0x1)))&&(_0x34ef73=_0x53a5c6[_0x13002d(0x1df)]),_0x34ef73;},getMaxWorkers=(_0x250c6f,_0x30469a,_0xb2c870)=>{const _0x257503=a14_0x4a623,_0x1e3821={'yDcfB':function(_0x409058,_0x34a139){return _0x409058(_0x34a139);}};let _0x15c9b2=0x1;if(!helper[_0x257503(0x28a)](_0x30469a[_0x257503(0x223)]))_0x15c9b2=_0x1e3821[_0x257503(0x2a8)](parseInt,_0x30469a[_0x257503(0x223)]);else{if(!helper[_0x257503(0x28a)](_0x250c6f[_0x257503(0x277)]))_0x15c9b2=_0x250c6f[_0x257503(0x277)];else!helper[_0x257503(0x28a)](_0xb2c870[_0x257503(0x277)])&&(_0x15c9b2=_0xb2c870[_0x257503(0x277)]);}return _0x15c9b2;};async function run(_0x3ffbb8,_0x1b0f51,_0x1a6519){const _0x306e61=a14_0x4a623,_0x54a20a={'dqvqM':'error\x20removing\x20tcg\x20config\x20file','gsHBY':'jest','qjpco':function(_0x1ed623,_0x154760){return _0x1ed623(_0x154760);},'VSlmP':_0x306e61(0x1e6),'iVmrd':function(_0x49216a){return _0x49216a();},'ZAQlA':function(_0x369b44,_0x37eb93,_0xc599c0,_0x85626e){return _0x369b44(_0x37eb93,_0xc599c0,_0x85626e);},'vBldc':function(_0xf07250,_0x1dcafe){return _0xf07250!=_0x1dcafe;},'lziCG':'true','TwJgS':function(_0x11c8b6,_0x1a74d4,_0x502e2c){return _0x11c8b6(_0x1a74d4,_0x502e2c);},'sZQXZ':_0x306e61(0x1ff),'njLkv':function(_0x1851ba,_0xa2aa61){return _0x1851ba(_0xa2aa61);},'ElJZZ':_0x306e61(0x1ee),'FyNoV':function(_0x5a7137,_0x22977e,_0x700bbe){return _0x5a7137(_0x22977e,_0x700bbe);},'hpUUF':function(_0x463c2d,_0x4e476c,_0x535462,_0x6338a2){return _0x463c2d(_0x4e476c,_0x535462,_0x6338a2);},'hEGSX':function(_0x113604,_0x1246c2){return _0x113604*_0x1246c2;},'sZDUG':function(_0x60b740,_0x45780f){return _0x60b740===_0x45780f;},'ctGpt':_0x306e61(0x26d),'EVDeh':_0x306e61(0x25f),'nSQNc':'customImplements','CLTXx':_0x306e61(0x1d1),'VcddA':_0x306e61(0x22f),'Hbyrp':_0x306e61(0x265),'RQLUr':_0x306e61(0x2a3),'dKjAw':function(_0x2b876e,_0x357183){return _0x2b876e!==_0x357183;},'ciZyA':'jest-runner','SbXOf':_0x306e61(0x243),'HAJuD':_0x306e61(0x24b),'ErgnF':_0x306e61(0x1cc),'KBKRs':_0x306e61(0x231),'Akfne':_0x306e61(0x210),'rcPRQ':_0x306e61(0x217),'ihIbt':_0x306e61(0x1db),'vSFDz':'data-hooks.js','baebX':'customCircus.js','dHXCb':_0x306e61(0x22b),'sIoAq':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','QIntJ':_0x306e61(0x268),'hZGQT':_0x306e61(0x25b),'yUwHA':_0x306e61(0x1e4),'sbfhE':'Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','EQmtB':function(_0x70e3e4,_0x4dbed3){return _0x70e3e4&&_0x4dbed3;},'GBYBy':'Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','ELZpy':'puppeteer','cEImq':'puppeteer-core/package.json','qkoHq':_0x306e61(0x270),'ExTuK':function(_0x3faae6,_0x49060b,_0x207ccd){return _0x3faae6(_0x49060b,_0x207ccd);},'IJZko':_0x306e61(0x1de),'cNrlk':_0x306e61(0x1d5),'eqhQI':'Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','qEmUi':function(_0x3bfcdc,_0x1788b4){return _0x3bfcdc>_0x1788b4;},'IfqXx':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','qRxGH':_0x306e61(0x247),'eHpcL':_0x306e61(0x2aa),'SYcgB':'win32','XMnYj':'inherit','nSvCH':_0x306e61(0x2ae)},_0x33f095=helper['getPackageVersion'](_0x54a20a[_0x306e61(0x1e2)]);global[_0x306e61(0x220)]=!!_0x33f095;const _0x44a133=_0x54a20a[_0x306e61(0x252)](getPuppeteerVersion);global[_0x306e61(0x2af)]=!!_0x44a133;helper['isBrowserstackInfra']()?(await _0x1a6519[_0x306e61(0x28f)](_0x3ffbb8),await helper[_0x306e61(0x245)](_0x1a6519[_0x306e61(0x1f7)])):await _0x1a6519[_0x306e61(0x293)]();if(_0x33f095)await _0x54a20a['ZAQlA'](checkPwandBootstrapCli,_0x33f095,constants[_0x306e61(0x258)][_0x306e61(0x233)],_0x1a6519);else _0x44a133&&await _0x54a20a[_0x306e61(0x1ec)](checkPuppeteerAndBootstrapCli,_0x44a133,constants[_0x306e61(0x258)][_0x306e61(0x233)],_0x1a6519);if(!_0x1a6519['config'])return;_0x54a20a[_0x306e61(0x283)](_0x1a6519[_0x306e61(0x1f7)][_0x306e61(0x248)],null)?process[_0x306e61(0x256)][_0x306e61(0x23b)]=_0x1a6519[_0x306e61(0x1f7)][_0x306e61(0x248)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x54a20a[_0x306e61(0x236)];const _0x3834f1=new TestOrchestrationHandler(_0x1a6519[_0x306e61(0x1f7)]),_0x5a29f9=await _0x54a20a[_0x306e61(0x23f)](getUserJestConfigs,_0x3ffbb8,_0x1b0f51);logger[_0x306e61(0x244)](_0x54a20a[_0x306e61(0x1c7)]);const _0x37624b=Object[_0x306e61(0x2a5)]({},_0x5a29f9);_0x37624b[_0x306e61(0x238)]=Object['assign']({},_0x37624b[_0x306e61(0x238)],{'server':helper['getHubUrl'](_0x1a6519[_0x306e61(0x1f7)]),'environment':_0x5a29f9[_0x306e61(0x1c5)]}),_0x37624b['testEnvironmentOptions'][_0x306e61(0x1d9)]=_0x54a20a[_0x306e61(0x234)](getPercyOptions,_0x1a6519[_0x306e61(0x1f7)]);const _0x258f5f=helper[_0x306e61(0x1c6)](_0x1a6519[_0x306e61(0x1f7)]);!helper[_0x306e61(0x28a)](_0x1a6519[_0x306e61(0x1f7)][_0x306e61(0x1d4)])&&(process[_0x306e61(0x256)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x1a6519[_0x306e61(0x1f7)][_0x306e61(0x1d4)]));if(!BrowserstackCLI['getInstance']()['isRunning']()){const _0x442fe3=await TestHubHandler[_0x306e61(0x29c)](FRAMEWORKS[_0x306e61(0x233)],_0x1a6519);}const _0xfcd6c3=helper[_0x306e61(0x29a)](_0x1a6519['config'],_0x258f5f,constants[_0x306e61(0x258)][_0x306e61(0x233)]);process['env'][_0x306e61(0x1dc)]=JSON['stringify'](_0xfcd6c3);let _0xb1a71e=_0x1a6519[_0x306e61(0x1f7)]['accessibility'];_0xb1a71e=_0xb1a71e||accessibilityHelper[_0x306e61(0x298)](_0x1a6519[_0x306e61(0x1f7)]),process[_0x306e61(0x256)][_0x306e61(0x1fd)]=_0xb1a71e,logger[_0x306e61(0x24d)]('[Jest\x20Command]\x20Accessibility\x20enabled:\x20'+_0xb1a71e+_0x306e61(0x1d0)+BrowserstackCLI[_0x306e61(0x250)]()[_0x306e61(0x1cb)]());if(_0x33f095)try{const _0x2f12b5=_0x54a20a['qjpco'](checkAccessibilityPlatformConfig,_0x1a6519[_0x306e61(0x1f7)]);process[_0x306e61(0x256)][_0x306e61(0x1ea)]=_0x2f12b5?_0x54a20a['lziCG']:_0x54a20a[_0x306e61(0x291)],logger[_0x306e61(0x24d)](_0x306e61(0x1cf)+_0x2f12b5+_0x306e61(0x26f)+process[_0x306e61(0x256)][_0x306e61(0x1ea)]);}catch(_0x3580d2){logger[_0x306e61(0x24d)](_0x306e61(0x20c)+util[_0x306e61(0x214)](_0x3580d2));}_0x37624b[_0x306e61(0x238)][_0x306e61(0x1f1)]=_0xfcd6c3,_0x37624b[_0x306e61(0x238)][_0x306e61(0x29d)]=_0x54a20a['FyNoV'](getSerial,_0xfcd6c3,_0x3ffbb8),_0x37624b[_0x306e61(0x238)][_0x306e61(0x227)]=_0x54a20a[_0x306e61(0x1ca)](getMaxWorkers,_0x3ffbb8,_0x1a6519['config'],_0x5a29f9),_0x37624b[_0x306e61(0x238)][_0x306e61(0x257)]=_0x1a6519[_0x306e61(0x1f7)][_0x306e61(0x257)],_0x37624b[_0x306e61(0x238)][_0x306e61(0x246)]=_0x54a20a[_0x306e61(0x1e9)](_0x3ffbb8[_0x306e61(0x273)],0x1)||0x1388,_0x37624b['testEnvironmentOptions'][_0x306e61(0x2ab)]=_0x1a6519[_0x306e61(0x1f7)]['testContextOptions'][_0x306e61(0x2ab)],_0x37624b[_0x306e61(0x238)][_0x306e61(0x282)]=_0x1a6519[_0x306e61(0x1f7)]['testContextOptions'][_0x306e61(0x282)],_0x37624b['testEnvironmentOptions'][_0x306e61(0x285)]=_0x1a6519[_0x306e61(0x1f7)][_0x306e61(0x1c2)],_0x37624b[_0x306e61(0x238)][_0x306e61(0x23a)]=_0x1a6519[_0x306e61(0x1f7)][_0x306e61(0x23a)],_0x37624b[_0x306e61(0x238)][_0x306e61(0x20f)]=_0x1a6519['config'][_0x306e61(0x242)];const _0x1d69c3=helper[_0x306e61(0x27c)](_0x1a6519[_0x306e61(0x1f7)]);if(!helper['isEmpty'](_0x1d69c3)){helper['isNotUndefined'](_0x1d69c3[_0x306e61(0x1e8)])&&(_0x37624b[_0x306e61(0x238)]['retries__']=_0x1d69c3[_0x306e61(0x1e8)][_0x306e61(0x1c3)]);if(helper['isNotUndefined'](_0x1d69c3[_0x306e61(0x1f2)])&&helper[_0x306e61(0x230)](_0x1d69c3[_0x306e61(0x1f2)]['workingDir'])){const _0x37673b={};_0x37673b[_0x306e61(0x296)]=_0x1d69c3[_0x306e61(0x1f2)]['maxFailures'],_0x37673b[_0x306e61(0x1ed)]=_0x1d69c3['abortBuildOnFailure']['workingDir'],_0x37624b[_0x306e61(0x238)][_0x306e61(0x224)]=_0x37673b;}}let _0x2e41a8='';_0x54a20a[_0x306e61(0x28b)](helper[_0x306e61(0x295)](),constants[_0x306e61(0x27e)][_0x306e61(0x2a6)])?_0x2e41a8=_0x54a20a['ctGpt']:_0x2e41a8=_0x54a20a[_0x306e61(0x21b)];const _0x2e0411=_0x2e41a8,_0x403b7d=path[_0x306e61(0x1d2)](__dirname,_0x54a20a[_0x306e61(0x1fa)],_0x54a20a['CLTXx']),_0x33ea70=path[_0x306e61(0x1d2)](__dirname,_0x54a20a[_0x306e61(0x1fa)],_0x54a20a['VcddA']),_0x34c425=path[_0x306e61(0x1d2)](__dirname,_0x54a20a[_0x306e61(0x1fa)],_0x54a20a['Hbyrp']);_0x37624b['testEnvironment']&&(process[_0x306e61(0x256)][_0x306e61(0x28d)]=_0x37624b[_0x306e61(0x1c5)]);_0x37624b[_0x306e61(0x1c5)]=path[_0x306e61(0x1d2)](__dirname,_0x54a20a['nSQNc'],_0x54a20a[_0x306e61(0x222)]);const _0x4b91ef=_0x5a29f9[_0x306e61(0x1dd)];if(_0x4b91ef&&_0x54a20a['dKjAw'](_0x4b91ef,_0x54a20a['ciZyA'])){const _0x1e4d31=_0x4b91ef[_0x306e61(0x203)](_0x54a20a['SbXOf'])?_0x4b91ef:_0x306e61(0x243)+_0x4b91ef;process[_0x306e61(0x256)][_0x306e61(0x239)]=_0x1e4d31,logger['info']('Preserving\x20user\x27s\x20Jest\x20runner:\x20'+_0x1e4d31);}_0x37624b[_0x306e61(0x1dd)]=_0x33ea70,_0x37624b[_0x306e61(0x266)]=_0x37624b['setupFilesAfterEnv']||[],_0x37624b[_0x306e61(0x266)][_0x306e61(0x264)](path['join'](__dirname,_0x54a20a['HAJuD']));_0x3834f1[_0x306e61(0x207)]()&&(_0x37624b['testSequencer']=path[_0x306e61(0x1d2)](__dirname,_0x54a20a[_0x306e61(0x1fa)],_0x54a20a['ErgnF']));if(testhubUtils[_0x306e61(0x1e7)]()||BrowserstackCLI[_0x306e61(0x250)]()[_0x306e61(0x27d)]()){let _0xff2ed9=null;try{_0xff2ed9=helper[_0x306e61(0x279)](_0x54a20a[_0x306e61(0x209)],_0x54a20a[_0x306e61(0x22a)]);}catch(_0x3ab5e0){try{_0xff2ed9=helper[_0x306e61(0x279)](_0x54a20a['rcPRQ'],_0x54a20a['Akfne']);}catch(_0xba8577){_0x54a20a[_0x306e61(0x234)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0xba8577);}}_0xff2ed9&&(testhubUtils[_0x306e61(0x1e7)]()&&_0x37624b[_0x306e61(0x266)][_0x306e61(0x264)](path[_0x306e61(0x1d2)](__dirname,_0x54a20a[_0x306e61(0x1c4)],_0x54a20a[_0x306e61(0x2b0)])),_0x37624b[_0x306e61(0x22c)]=path[_0x306e61(0x1d2)](__dirname,_0x54a20a[_0x306e61(0x1fa)],_0x54a20a[_0x306e61(0x1f6)]));}_0x37624b[_0x306e61(0x1fc)]=_0x37624b['setupFiles']||[];try{helper[_0x306e61(0x219)](),_0x37624b[_0x306e61(0x1fc)]['push'](path[_0x306e61(0x1d2)](__dirname,_0x54a20a[_0x306e61(0x27b)]));}catch{logger['debug'](_0x54a20a[_0x306e61(0x215)]);}try{helper[_0x306e61(0x218)][_0x306e61(0x25e)](null,[_0x54a20a['VSlmP'],_0x54a20a[_0x306e61(0x237)]]),logger[_0x306e61(0x24d)](_0x54a20a[_0x306e61(0x259)]),_0x37624b['setupFiles']['push'](path['join'](__dirname,_0x54a20a[_0x306e61(0x2a9)]));}catch(_0x493319){logger[_0x306e61(0x24d)](_0x54a20a[_0x306e61(0x255)],_0x493319);}if(_0x54a20a[_0x306e61(0x1c8)](!_0x33f095,_0x44a133)){try{logger[_0x306e61(0x24d)](_0x54a20a[_0x306e61(0x1fe)]),_0x37624b[_0x306e61(0x1fc)][_0x306e61(0x264)](path['join'](__dirname,'..',_0x54a20a[_0x306e61(0x24f)],_0x54a20a['yUwHA']));}catch(_0x2cac36){logger[_0x306e61(0x24d)](_0x306e61(0x1f3)+_0x2cac36['message']);}try{const _0xee0652=require[_0x306e61(0x213)](_0x54a20a[_0x306e61(0x21e)]),_0x188ff8=path['dirname'](_0xee0652)[_0x306e61(0x24a)](/\\/g,'/'),_0x2da926={};_0x2da926[_0x306e61(0x1ce)]=_0x188ff8+_0x306e61(0x20a),_0x37624b[_0x306e61(0x23c)]=Object[_0x306e61(0x2a5)]({},_0x37624b[_0x306e61(0x23c)]||{},_0x2da926),logger[_0x306e61(0x24d)](_0x306e61(0x1e0)+_0x188ff8);}catch(_0x61f315){logger['debug'](_0x306e61(0x1d6)+_0x61f315['message']);}}_0x37624b[_0x306e61(0x206)]=_0x37624b[_0x306e61(0x206)]||[_0x54a20a[_0x306e61(0x21a)]],_0x54a20a[_0x306e61(0x211)](updateTestRerunConfig,_0x37624b,_0x1a6519);const _0x2eb761=fs['readFileSync'](_0x34c425),_0x1805b9=helper[_0x306e61(0x228)](_0x54a20a[_0x306e61(0x2b1)],_0x54a20a[_0x306e61(0x2b2)]);!_0x1805b9['error']?fs['writeFileSync'](_0x37624b[_0x306e61(0x1dd)],_0x306e61(0x1fb)+_0x2eb761+'\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x1a6519[_0x306e61(0x1f7)]['platforms'][_0x306e61(0x249)]+_0x306e61(0x292)):fs[_0x306e61(0x28c)](_0x37624b[_0x306e61(0x1dd)],_0x306e61(0x1fb)+_0x2eb761+'\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x1a6519[_0x306e61(0x1f7)]['platforms'][_0x306e61(0x249)]+_0x306e61(0x269));logger[_0x306e61(0x244)](_0x306e61(0x274)+_0x2e0411+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0x306e61(0x28c)](_0x2e0411,'const\x20config='+JSON[_0x306e61(0x27a)](_0x37624b)+'\x0amodule.exports\x20=\x20config;');if(_0x3834f1[_0x306e61(0x207)]()){logger[_0x306e61(0x24d)](_0x54a20a['eqhQI']);const _0x25de8c=await _0x3834f1['findTestFiles'](_0x37624b,_0x1b0f51[_0x306e61(0x28e)](0x1),_0x2e0411);logger[_0x306e61(0x24d)](_0x306e61(0x26b)+JSON[_0x306e61(0x27a)](_0x25de8c)+_0x306e61(0x26a));const _0x27d268=await _0x3834f1[_0x306e61(0x1f0)](_0x25de8c);logger['debug']('Reodered\x20Test\x20Files:\x20'+JSON[_0x306e61(0x27a)](_0x27d268)),_0x27d268&&_0x54a20a[_0x306e61(0x29e)](_0x27d268['length'],0x0)&&(process[_0x306e61(0x256)][_0x306e61(0x24e)]=_0x27d268?.[_0x306e61(0x1d2)](','));}logger[_0x306e61(0x244)](_0x54a20a[_0x306e61(0x281)]);testhubUtils[_0x306e61(0x1e7)]()&&TestDetails['setup']();helper[_0x306e61(0x2a4)]({},_0x1b0f51),PerformanceTester[_0x306e61(0x24c)](PerformanceEvents[_0x306e61(0x2a1)]);const _0x4f11d2=[_0x54a20a[_0x306e61(0x1e3)],_0x54a20a[_0x306e61(0x260)],_0x2e0411,..._0x1b0f51['slice'](0x1)],_0x4e6c6d=_0x54a20a[_0x306e61(0x1ec)](spawn,_0x54a20a['eHpcL'],_0x4f11d2,{'shell':_0x54a20a[_0x306e61(0x28b)](process[_0x306e61(0x1da)],_0x54a20a[_0x306e61(0x25a)]),'stdio':_0x54a20a['XMnYj'],'env':Object['assign']({},process[_0x306e61(0x256)])});_0x4e6c6d['on'](_0x54a20a[_0x306e61(0x284)],async _0x102403=>{const _0x46d602=_0x306e61;PerformanceTester[_0x46d602(0x299)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x2aebdc,tcgConfigPath:_0xa0c562}=helper[_0x46d602(0x229)]();fs['unlinkSync'](_0xa0c562),fs['rmdirSync'](_0x2aebdc);}catch(_0x12eacb){logger['debug'](_0x54a20a[_0x46d602(0x275)],_0x12eacb);}process[_0x46d602(0x1c9)]=_0x102403,logger[_0x46d602(0x24d)](_0x46d602(0x226)+_0x102403),logger['info'](_0x46d602(0x1eb)+_0x2e0411);if(helper[_0x46d602(0x230)](_0x1d69c3)&&helper[_0x46d602(0x230)](_0x1d69c3[_0x46d602(0x1f2)])&&fs[_0x46d602(0x1f5)](_0x1d69c3['abortBuildOnFailure'][_0x46d602(0x1ed)]))try{const _0x1d5b1a={};_0x1d5b1a[_0x46d602(0x21c)]=!![],_0x1d5b1a[_0x46d602(0x287)]=!![],fs[_0x46d602(0x20d)](_0x1d69c3['abortBuildOnFailure'][_0x46d602(0x1ed)],_0x1d5b1a),logger['debug'](_0x46d602(0x232)+_0x1d69c3[_0x46d602(0x1f2)]['workingDir']);}catch(_0x1a8412){logger['error']('Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20'+_0x1a8412);}let _0x274e68=null;if(fs[_0x46d602(0x1f5)](_0x403b7d)){_0x274e68=fs[_0x46d602(0x1f9)](_0x403b7d);try{_0x274e68=JSON[_0x46d602(0x1d8)](_0x274e68);}catch(_0x3db9ed){logger[_0x46d602(0x24d)](_0x46d602(0x2a0)+_0x403b7d+',\x20'+_0x274e68+_0x46d602(0x216)+_0x3db9ed);}fs[_0x46d602(0x225)](_0x403b7d);}fs[_0x46d602(0x225)](_0x2e0411),fs[_0x46d602(0x225)](_0x33ea70),_0x274e68&&(_0x1a6519[_0x46d602(0x23d)]=helper['getErrorMessageFromResults'](_0x274e68,_0x54a20a['gsHBY'],_0x1a6519));const _0x4776cd=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler['stop'](),await BrowserstackCLI['getInstance']()[_0x46d602(0x21d)]();}catch(_0x67f33a){console[_0x46d602(0x280)](_0x67f33a),_0x54a20a['qjpco'](debug,_0x46d602(0x1ef)+util[_0x46d602(0x214)](_0x67f33a));}testOpsHelper['printBuildLink'](),TestDetails[_0x46d602(0x267)](),await utilities[_0x46d602(0x271)](_0x1a6519,_0x4776cd);});}module[a14_0x4a623(0x2b4)]=run;
|
|
2
|
+
'use strict';function a14_0x5ae8(_0x2d441c,_0x1bc818){const _0x269020=a14_0x2690();return a14_0x5ae8=function(_0x5ae8c8,_0x5b7a6f){_0x5ae8c8=_0x5ae8c8-0x167;let _0x2e3fef=_0x269020[_0x5ae8c8];return _0x2e3fef;},a14_0x5ae8(_0x2d441c,_0x1bc818);}const a14_0x481fb3=a14_0x5ae8;(function(_0x5eba5a,_0x1dc58d){const _0x5c4b0a=a14_0x5ae8,_0x47ed6e=_0x5eba5a();while(!![]){try{const _0x359cca=-parseInt(_0x5c4b0a(0x1b8))/0x1+parseInt(_0x5c4b0a(0x1e7))/0x2*(parseInt(_0x5c4b0a(0x267))/0x3)+parseInt(_0x5c4b0a(0x203))/0x4*(-parseInt(_0x5c4b0a(0x200))/0x5)+-parseInt(_0x5c4b0a(0x1d0))/0x6+-parseInt(_0x5c4b0a(0x22b))/0x7+parseInt(_0x5c4b0a(0x167))/0x8*(-parseInt(_0x5c4b0a(0x24c))/0x9)+parseInt(_0x5c4b0a(0x18e))/0xa*(parseInt(_0x5c4b0a(0x249))/0xb);if(_0x359cca===_0x1dc58d)break;else _0x47ed6e['push'](_0x47ed6e['shift']());}catch(_0x3ebed9){_0x47ed6e['push'](_0x47ed6e['shift']());}}}(a14_0x2690,0xefc9f));const fs=require('fs'),path=require(a14_0x481fb3(0x1cf)),util=require(a14_0x481fb3(0x204)),{spawn}=require(a14_0x481fb3(0x1f4)),logger=require('../../helpers/logger')[a14_0x481fb3(0x21f)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a14_0x481fb3(0x22d)),utilities=require(a14_0x481fb3(0x184)),constants=require('../utils/constants'),accessibilityHelper=require(a14_0x481fb3(0x216)),{updateTestRerunConfig}=require(a14_0x481fb3(0x1a0)),testOpsHelper=require(a14_0x481fb3(0x1c4)),{debug}=require(a14_0x481fb3(0x1c4)),TestDetails=require(a14_0x481fb3(0x18a)),{getPercyOptions}=require('../../helpers/percy/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testhubUtils=require(a14_0x481fb3(0x205)),{FRAMEWORKS}=require(a14_0x481fb3(0x260)),PerformanceTester=require(a14_0x481fb3(0x19d)),PerformanceEvents=require(a14_0x481fb3(0x1fa))[a14_0x481fb3(0x1f1)],TestOrchestrationHandler=require(a14_0x481fb3(0x199)),BrowserstackCLI=require(a14_0x481fb3(0x256)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x481fb3(0x169)),ClientTroubleShootingService=require(a14_0x481fb3(0x176)),{checkAccessibilityPlatformConfig}=require(a14_0x481fb3(0x216)),getUserJestConfigs=async(_0x48eefb,_0xa75ee7)=>{const _0x47a36c=a14_0x481fb3,_0x283369={'spTMk':_0x47a36c(0x172),'SHWnV':_0x47a36c(0x212),'ceRik':function(_0xf989ec,_0x7c8a42){return _0xf989ec||_0x7c8a42;},'vpLNF':function(_0x506f95,_0x5627df){return _0x506f95(_0x5627df);},'ruDPY':_0x47a36c(0x246),'yTxrD':_0x47a36c(0x22a),'GmKNM':_0x47a36c(0x1be),'ulCzA':_0x47a36c(0x202),'XZQEx':_0x47a36c(0x1b1)};let _0x3224bc;try{_0x3224bc=helper[_0x47a36c(0x229)](_0x283369['spTMk'],_0x283369[_0x47a36c(0x253)]);}catch{const _0x5a95f1=helper['requireModule'](_0x283369[_0x47a36c(0x253)]);_0x3224bc={'default':async _0x18846e=>{const _0x53fbdc=_0x47a36c,_0x3cffc7=await _0x5a95f1[_0x53fbdc(0x17f)](_0x18846e,{});return _0x3cffc7['config'];}};}const _0x413430=_0xa75ee7[_0x47a36c(0x1e8)](_0x15e3bf=>_0x15e3bf===_0x47a36c(0x191));if(!helper[_0x47a36c(0x23a)](_0x48eefb[_0x47a36c(0x1f5)])){logger[_0x47a36c(0x210)](_0x47a36c(0x24e)+_0x48eefb[_0x47a36c(0x1f5)]),process[_0x47a36c(0x265)][_0x47a36c(0x1a9)]=_0x48eefb['config'];const _0x2fcdc6=await(0x0,_0x3224bc[_0x47a36c(0x252)])(path[_0x47a36c(0x201)](_0x48eefb[_0x47a36c(0x1f5)]));return _0xa75ee7['splice'](_0x413430,0x2),_0x283369[_0x47a36c(0x217)](_0x2fcdc6,{});}const _0x4e5f7f=_0x283369['vpLNF'](require,path[_0x47a36c(0x1cc)](process[_0x47a36c(0x230)](),_0x283369[_0x47a36c(0x269)]));if(_0x4e5f7f[_0x47a36c(0x21e)])return logger[_0x47a36c(0x210)](_0x283369[_0x47a36c(0x1ec)]),_0x4e5f7f[_0x47a36c(0x21e)];const _0x17d4c5=['js',_0x283369[_0x47a36c(0x223)],_0x283369[_0x47a36c(0x1b3)],_0x283369[_0x47a36c(0x1f2)],'ts'];for(const _0x4eb257 of _0x17d4c5){const _0x260752=path[_0x47a36c(0x1cc)](process['cwd'](),_0x47a36c(0x1fc)+_0x4eb257);if(fs[_0x47a36c(0x188)](_0x260752)){process[_0x47a36c(0x265)][_0x47a36c(0x1a9)]=_0x260752;const _0x316489=await(0x0,_0x3224bc[_0x47a36c(0x252)])(_0x260752);return _0x316489;}}return{};},getSerial=(_0x291629,_0x48f63d)=>{const _0x4fce56=a14_0x481fb3,_0x2d53d3={};_0x2d53d3['NIhNJ']='true',_0x2d53d3[_0x4fce56(0x1d4)]=function(_0x34721b,_0x51301c){return _0x34721b>_0x51301c;},_0x2d53d3[_0x4fce56(0x21b)]=function(_0x18d1e0,_0x4e0ead){return _0x18d1e0>_0x4e0ead;},_0x2d53d3[_0x4fce56(0x25d)]=_0x4fce56(0x240);const _0x1f5736=_0x2d53d3;let _0x34c012=_0x1f5736['NIhNJ'];return _0x1f5736['eXvkv'](_0x291629[_0x4fce56(0x224)],0x1)&&(!_0x48f63d[_0x4fce56(0x22e)]&&(helper[_0x4fce56(0x23a)](_0x48f63d[_0x4fce56(0x183)])||_0x1f5736[_0x4fce56(0x21b)](_0x48f63d['maxWorkers'],0x1)))&&(_0x34c012=_0x1f5736[_0x4fce56(0x25d)]),_0x34c012;},getMaxWorkers=(_0x3791b6,_0x629b31,_0x174f5f)=>{const _0x19d387=a14_0x481fb3,_0x269ca5={'wRpCC':function(_0x1d62fd,_0x5183fa){return _0x1d62fd(_0x5183fa);}};let _0x26c1bd=0x1;if(!helper[_0x19d387(0x23a)](_0x629b31[_0x19d387(0x1e9)]))_0x26c1bd=_0x269ca5[_0x19d387(0x1c3)](parseInt,_0x629b31['parallelsPerPlatform']);else{if(!helper[_0x19d387(0x23a)](_0x3791b6[_0x19d387(0x183)]))_0x26c1bd=_0x3791b6[_0x19d387(0x183)];else!helper[_0x19d387(0x23a)](_0x174f5f[_0x19d387(0x183)])&&(_0x26c1bd=_0x174f5f[_0x19d387(0x183)]);}return _0x26c1bd;};async function run(_0x584ad0,_0x2fe192,_0x1175d4){const _0x4539fc=a14_0x481fb3,_0x37b8a8={'CKEPe':_0x4539fc(0x220),'FYSln':'jest','TxJYI':function(_0x410342,_0x41935f){return _0x410342(_0x41935f);},'TpbTS':_0x4539fc(0x214),'RjlEi':function(_0x2fe5a5){return _0x2fe5a5();},'kKWFp':function(_0x388eec,_0x325504,_0xd8596d,_0x360547){return _0x388eec(_0x325504,_0xd8596d,_0x360547);},'mtZhP':function(_0x4e0e41,_0x547b77,_0x5adb09,_0x3f1170){return _0x4e0e41(_0x547b77,_0x5adb09,_0x3f1170);},'neuav':function(_0x334232,_0xbed46f){return _0x334232!=_0xbed46f;},'FMpQZ':_0x4539fc(0x259),'kyWWE':function(_0x45a21c,_0x1efed8,_0x11a8fc){return _0x45a21c(_0x1efed8,_0x11a8fc);},'jopSz':_0x4539fc(0x16e),'ymRHL':_0x4539fc(0x240),'BmHUq':function(_0x151e5f,_0x567e75,_0x10d270){return _0x151e5f(_0x567e75,_0x10d270);},'tLNnQ':function(_0x2602ee,_0x35f3b7,_0xbc8a7b,_0x3825bb){return _0x2602ee(_0x35f3b7,_0xbc8a7b,_0x3825bb);},'ijKgA':function(_0x10815b,_0x5edc97){return _0x10815b*_0x5edc97;},'ySath':function(_0x5d643d,_0x51675d){return _0x5d643d===_0x51675d;},'PUclY':_0x4539fc(0x242),'TVgzt':_0x4539fc(0x180),'kZoYD':_0x4539fc(0x190),'HrUfV':'jest_browserstack_results.json','SnoKc':_0x4539fc(0x233),'KFIWR':'customTestRunnerTemplate.js','YLjRM':_0x4539fc(0x1c1),'pMniI':function(_0x19fddf,_0x365f92){return _0x19fddf!==_0x365f92;},'niXfL':'jest-runner','GgjJY':_0x4539fc(0x187),'qUVaK':_0x4539fc(0x227),'dvnJC':'customSequencer.js','lJhSJ':_0x4539fc(0x1cd),'IHWpR':_0x4539fc(0x1d2),'cOAQT':_0x4539fc(0x219),'qpARs':_0x4539fc(0x1a4),'QmZQY':_0x4539fc(0x250),'CVNSA':'customCircus.js','JqNMs':_0x4539fc(0x181),'dkfcb':_0x4539fc(0x1de),'EsGxU':_0x4539fc(0x1b4),'vsgOg':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','bhWSa':'test.setup.js','RIDGr':_0x4539fc(0x1cb),'WvBkH':function(_0x5e8df3,_0x26ac72){return _0x5e8df3&&_0x26ac72;},'weNMt':_0x4539fc(0x1b5),'vfjKz':_0x4539fc(0x1c9),'RNdTq':_0x4539fc(0x226),'VneNF':_0x4539fc(0x252),'ButSN':'@jest/core/build/ReporterDispatcher.js','mSHiW':_0x4539fc(0x1c0),'aszqR':'Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','ZOhJb':function(_0x48a499,_0x1bc4bc){return _0x48a499>_0x1bc4bc;},'dycLn':_0x4539fc(0x18b),'jcLWt':'--config','djizQ':_0x4539fc(0x25e),'RawKv':function(_0x30886f,_0xa2ba34){return _0x30886f===_0xa2ba34;},'wFyJE':_0x4539fc(0x1e4),'KqncU':_0x4539fc(0x248),'pdHSW':'close'},_0x32a7a8=helper[_0x4539fc(0x208)](_0x37b8a8['TpbTS']);global[_0x4539fc(0x1ed)]=!!_0x32a7a8;const _0x40d435=_0x37b8a8[_0x4539fc(0x18c)](getPuppeteerVersion);global[_0x4539fc(0x195)]=!!_0x40d435;helper[_0x4539fc(0x1bb)]()?(await _0x1175d4[_0x4539fc(0x247)](_0x584ad0),await helper[_0x4539fc(0x215)](_0x1175d4['config'])):await _0x1175d4['setupTCGAuth']();if(_0x32a7a8)await _0x37b8a8[_0x4539fc(0x16f)](checkPwandBootstrapCli,_0x32a7a8,constants[_0x4539fc(0x225)][_0x4539fc(0x1e0)],_0x1175d4);else _0x40d435&&await _0x37b8a8[_0x4539fc(0x192)](checkPuppeteerAndBootstrapCli,_0x40d435,constants[_0x4539fc(0x225)]['JEST'],_0x1175d4);if(!_0x1175d4[_0x4539fc(0x1f5)])return;_0x37b8a8[_0x4539fc(0x1a6)](_0x1175d4[_0x4539fc(0x1f5)][_0x4539fc(0x24f)],null)?process[_0x4539fc(0x265)][_0x4539fc(0x258)]=_0x1175d4[_0x4539fc(0x1f5)][_0x4539fc(0x24f)]:process[_0x4539fc(0x265)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x37b8a8[_0x4539fc(0x1d8)];const _0x1e4d57=new TestOrchestrationHandler(_0x1175d4[_0x4539fc(0x1f5)]),_0x5eac92=await _0x37b8a8[_0x4539fc(0x251)](getUserJestConfigs,_0x584ad0,_0x2fe192);logger[_0x4539fc(0x210)](_0x37b8a8[_0x4539fc(0x1db)]);const _0x27ae9f=Object[_0x4539fc(0x1fb)]({},_0x5eac92);_0x27ae9f[_0x4539fc(0x234)]=Object[_0x4539fc(0x1fb)]({},_0x27ae9f['testEnvironmentOptions'],{'server':helper['getHubUrl'](_0x1175d4[_0x4539fc(0x1f5)]),'environment':_0x5eac92[_0x4539fc(0x179)]}),_0x27ae9f[_0x4539fc(0x234)]['browserStackPercyOptions']=_0x37b8a8[_0x4539fc(0x209)](getPercyOptions,_0x1175d4[_0x4539fc(0x1f5)]);const _0x297f23=helper[_0x4539fc(0x1b2)](_0x1175d4[_0x4539fc(0x1f5)]);!helper[_0x4539fc(0x23a)](_0x1175d4[_0x4539fc(0x1f5)][_0x4539fc(0x189)])&&(process[_0x4539fc(0x265)][_0x4539fc(0x24a)]=JSON[_0x4539fc(0x239)](_0x1175d4[_0x4539fc(0x1f5)][_0x4539fc(0x189)]));if(!BrowserstackCLI[_0x4539fc(0x218)]()[_0x4539fc(0x1e1)]()){const _0x37d3c8=await TestHubHandler[_0x4539fc(0x1e3)](FRAMEWORKS[_0x4539fc(0x1e0)],_0x1175d4);}const _0x1ad56b=helper[_0x4539fc(0x20e)](_0x1175d4[_0x4539fc(0x1f5)],_0x297f23,constants['FRAMEWORKS']['JEST']);process['env'][_0x4539fc(0x1c5)]=JSON['stringify'](_0x1ad56b);let _0x533a7b=_0x1175d4[_0x4539fc(0x1f5)][_0x4539fc(0x198)];_0x533a7b=_0x533a7b||accessibilityHelper[_0x4539fc(0x1e2)](_0x1175d4[_0x4539fc(0x1f5)]),process[_0x4539fc(0x265)][_0x4539fc(0x1eb)]=_0x533a7b,logger[_0x4539fc(0x20f)](_0x4539fc(0x24b)+_0x533a7b+_0x4539fc(0x178)+BrowserstackCLI[_0x4539fc(0x218)]()[_0x4539fc(0x1e1)]());if(_0x32a7a8)try{const _0x845427=_0x37b8a8[_0x4539fc(0x209)](checkAccessibilityPlatformConfig,_0x1175d4['config']);process[_0x4539fc(0x265)][_0x4539fc(0x235)]=_0x845427?_0x37b8a8[_0x4539fc(0x1d8)]:_0x37b8a8[_0x4539fc(0x1df)],logger[_0x4539fc(0x20f)](_0x4539fc(0x243)+_0x845427+',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM='+process[_0x4539fc(0x265)][_0x4539fc(0x235)]);}catch(_0x5d1872){logger[_0x4539fc(0x20f)](_0x4539fc(0x23d)+util[_0x4539fc(0x173)](_0x5d1872));}_0x27ae9f['testEnvironmentOptions'][_0x4539fc(0x1e5)]=_0x1ad56b,_0x27ae9f[_0x4539fc(0x234)][_0x4539fc(0x263)]=_0x37b8a8[_0x4539fc(0x1dc)](getSerial,_0x1ad56b,_0x584ad0),_0x27ae9f[_0x4539fc(0x234)][_0x4539fc(0x168)]=_0x37b8a8[_0x4539fc(0x241)](getMaxWorkers,_0x584ad0,_0x1175d4[_0x4539fc(0x1f5)],_0x5eac92),_0x27ae9f['testEnvironmentOptions'][_0x4539fc(0x1c8)]=_0x1175d4[_0x4539fc(0x1f5)][_0x4539fc(0x1c8)],_0x27ae9f[_0x4539fc(0x234)][_0x4539fc(0x18d)]=_0x37b8a8['ijKgA'](_0x584ad0[_0x4539fc(0x19b)],0x1)||0x1388,_0x27ae9f[_0x4539fc(0x234)][_0x4539fc(0x1b0)]=_0x1175d4['config'][_0x4539fc(0x186)][_0x4539fc(0x1b0)],_0x27ae9f['testEnvironmentOptions'][_0x4539fc(0x257)]=_0x1175d4[_0x4539fc(0x1f5)][_0x4539fc(0x186)][_0x4539fc(0x257)],_0x27ae9f['testEnvironmentOptions'][_0x4539fc(0x19e)]=_0x1175d4['config']['logLevel'],_0x27ae9f[_0x4539fc(0x234)][_0x4539fc(0x19a)]=_0x1175d4[_0x4539fc(0x1f5)][_0x4539fc(0x19a)],_0x27ae9f[_0x4539fc(0x234)][_0x4539fc(0x19f)]=_0x1175d4['config'][_0x4539fc(0x23c)];const _0x39dba9=helper[_0x4539fc(0x236)](_0x1175d4['config']);if(!helper[_0x4539fc(0x1ba)](_0x39dba9)){helper['isNotUndefined'](_0x39dba9[_0x4539fc(0x17c)])&&(_0x27ae9f[_0x4539fc(0x234)][_0x4539fc(0x1f8)]=_0x39dba9[_0x4539fc(0x17c)][_0x4539fc(0x23f)]);if(helper[_0x4539fc(0x1bf)](_0x39dba9[_0x4539fc(0x25a)])&&helper['isNotUndefined'](_0x39dba9['abortBuildOnFailure']['workingDir'])){const _0x128449={};_0x128449[_0x4539fc(0x1fd)]=_0x39dba9['abortBuildOnFailure'][_0x4539fc(0x26d)],_0x128449[_0x4539fc(0x193)]=_0x39dba9[_0x4539fc(0x25a)][_0x4539fc(0x193)],_0x27ae9f[_0x4539fc(0x234)][_0x4539fc(0x245)]=_0x128449;}}let _0x83f56f='';_0x37b8a8[_0x4539fc(0x1aa)](helper['getPackageType'](),constants[_0x4539fc(0x1f7)]['MODULE'])?_0x83f56f=_0x37b8a8[_0x4539fc(0x1b7)]:_0x83f56f=_0x37b8a8[_0x4539fc(0x206)];const _0x57786b=_0x83f56f,_0x5ef091=path[_0x4539fc(0x1cc)](__dirname,_0x37b8a8[_0x4539fc(0x213)],_0x37b8a8['HrUfV']),_0x2a22d0=path[_0x4539fc(0x1cc)](__dirname,_0x37b8a8[_0x4539fc(0x213)],_0x37b8a8[_0x4539fc(0x1ff)]),_0x3ce0d7=path[_0x4539fc(0x1cc)](__dirname,_0x37b8a8[_0x4539fc(0x213)],_0x37b8a8[_0x4539fc(0x16b)]);_0x27ae9f[_0x4539fc(0x179)]&&(process[_0x4539fc(0x265)][_0x4539fc(0x20a)]=_0x27ae9f[_0x4539fc(0x179)]);_0x27ae9f['testEnvironment']=path[_0x4539fc(0x1cc)](__dirname,_0x37b8a8[_0x4539fc(0x213)],_0x37b8a8[_0x4539fc(0x1ca)]);const _0x2efcea=_0x5eac92['runner'];if(_0x2efcea&&_0x37b8a8['pMniI'](_0x2efcea,_0x37b8a8['niXfL'])){const _0x3dbe01=_0x2efcea[_0x4539fc(0x244)](_0x37b8a8[_0x4539fc(0x177)])?_0x2efcea:'jest-runner-'+_0x2efcea;process[_0x4539fc(0x265)]['BSTACK_USER_JEST_RUNNER']=_0x3dbe01,logger['info'](_0x4539fc(0x1f6)+_0x3dbe01);}_0x27ae9f[_0x4539fc(0x1c7)]=_0x2a22d0,_0x27ae9f['setupFilesAfterEnv']=_0x27ae9f[_0x4539fc(0x1d1)]||[],_0x27ae9f[_0x4539fc(0x1d1)][_0x4539fc(0x182)](path[_0x4539fc(0x1cc)](__dirname,_0x37b8a8[_0x4539fc(0x16c)]));_0x1e4d57[_0x4539fc(0x25f)]()&&(_0x27ae9f[_0x4539fc(0x20d)]=path[_0x4539fc(0x1cc)](__dirname,_0x37b8a8[_0x4539fc(0x213)],_0x37b8a8[_0x4539fc(0x1e6)]));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI['getInstance']()['isCliEnabled']()){let _0x54207e=null;try{_0x54207e=helper[_0x4539fc(0x229)](_0x37b8a8['lJhSJ'],_0x37b8a8['IHWpR']);}catch(_0x46be31){try{_0x54207e=helper[_0x4539fc(0x229)](_0x37b8a8[_0x4539fc(0x1d5)],_0x37b8a8['IHWpR']);}catch(_0x27667d){_0x37b8a8['TxJYI'](debug,_0x4539fc(0x22c)+_0x27667d);}}_0x54207e&&(testhubUtils[_0x4539fc(0x1ee)]()&&_0x27ae9f[_0x4539fc(0x1d1)][_0x4539fc(0x182)](path[_0x4539fc(0x1cc)](__dirname,_0x37b8a8['qpARs'],_0x37b8a8['QmZQY'])),_0x27ae9f[_0x4539fc(0x1dd)]=path['join'](__dirname,_0x37b8a8[_0x4539fc(0x213)],_0x37b8a8[_0x4539fc(0x1d3)]));}_0x27ae9f['setupFiles']=_0x27ae9f['setupFiles']||[];try{helper['requireSeleniumWebdriver'](),_0x27ae9f[_0x4539fc(0x261)][_0x4539fc(0x182)](path[_0x4539fc(0x1cc)](__dirname,_0x37b8a8[_0x4539fc(0x25b)]));}catch{logger[_0x4539fc(0x20f)](_0x37b8a8['dkfcb']);}try{helper['requirePWModule'][_0x4539fc(0x1ef)](null,[_0x37b8a8[_0x4539fc(0x23e)],_0x37b8a8[_0x4539fc(0x1f9)]]),logger['debug'](_0x37b8a8[_0x4539fc(0x1a2)]),_0x27ae9f[_0x4539fc(0x261)][_0x4539fc(0x182)](path[_0x4539fc(0x1cc)](__dirname,_0x37b8a8[_0x4539fc(0x1af)]));}catch(_0x5c25d1){logger[_0x4539fc(0x20f)](_0x37b8a8[_0x4539fc(0x238)],_0x5c25d1);}if(_0x37b8a8[_0x4539fc(0x17d)](!_0x32a7a8,_0x40d435)){try{logger[_0x4539fc(0x20f)](_0x37b8a8['weNMt']),_0x27ae9f[_0x4539fc(0x261)]['push'](path['join'](__dirname,'..',_0x37b8a8[_0x4539fc(0x171)],_0x37b8a8['bhWSa']));}catch(_0x1a521f){logger['debug']('Puppeteer\x20setup\x20error:\x20'+_0x1a521f[_0x4539fc(0x25c)]);}try{const _0x2c197f=require[_0x4539fc(0x201)](_0x37b8a8[_0x4539fc(0x21c)]),_0x20ee2e=path[_0x4539fc(0x185)](_0x2c197f)[_0x4539fc(0x26b)](/\\/g,'/'),_0x126bf4={};_0x126bf4[_0x4539fc(0x1ac)]=_0x20ee2e+'/internal/$1',_0x27ae9f[_0x4539fc(0x1a5)]=Object['assign']({},_0x27ae9f[_0x4539fc(0x1a5)]||{},_0x126bf4),logger[_0x4539fc(0x20f)](_0x4539fc(0x194)+_0x20ee2e);}catch(_0x3715ab){logger[_0x4539fc(0x20f)](_0x4539fc(0x1a8)+_0x3715ab[_0x4539fc(0x25c)]);}}_0x27ae9f[_0x4539fc(0x264)]=_0x27ae9f[_0x4539fc(0x264)]||[_0x37b8a8[_0x4539fc(0x1a3)]],_0x37b8a8[_0x4539fc(0x1dc)](updateTestRerunConfig,_0x27ae9f,_0x1175d4);const _0x269de6=fs[_0x4539fc(0x1a7)](_0x3ce0d7),_0x1407b2=helper['resolveModule'](_0x37b8a8[_0x4539fc(0x1c6)],_0x37b8a8['mSHiW']);!_0x1407b2['error']?fs[_0x4539fc(0x170)](_0x27ae9f[_0x4539fc(0x1c7)],_0x4539fc(0x1ce)+_0x269de6+_0x4539fc(0x21d)+_0x1175d4['config'][_0x4539fc(0x23c)][_0x4539fc(0x224)]+_0x4539fc(0x1bd)):fs['writeFileSync'](_0x27ae9f[_0x4539fc(0x1c7)],_0x4539fc(0x1ce)+_0x269de6+_0x4539fc(0x174)+_0x1175d4[_0x4539fc(0x1f5)][_0x4539fc(0x23c)][_0x4539fc(0x224)]+';\x0a\x20\x20\x20\x20\x20\x20\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\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20');logger['info'](_0x4539fc(0x26c)+_0x57786b+_0x4539fc(0x1ae)),fs[_0x4539fc(0x170)](_0x57786b,_0x4539fc(0x22f)+JSON[_0x4539fc(0x239)](_0x27ae9f)+_0x4539fc(0x1c2));if(_0x1e4d57[_0x4539fc(0x25f)]()){logger['debug'](_0x37b8a8[_0x4539fc(0x17a)]);const _0x4efb52=await _0x1e4d57[_0x4539fc(0x175)](_0x27ae9f,_0x2fe192[_0x4539fc(0x24d)](0x1),_0x57786b);logger[_0x4539fc(0x20f)](_0x4539fc(0x16a)+JSON[_0x4539fc(0x239)](_0x4efb52)+_0x4539fc(0x266));const _0x4e1684=await _0x1e4d57[_0x4539fc(0x1a1)](_0x4efb52);logger[_0x4539fc(0x20f)](_0x4539fc(0x211)+JSON[_0x4539fc(0x239)](_0x4e1684)),_0x4e1684&&_0x37b8a8[_0x4539fc(0x254)](_0x4e1684[_0x4539fc(0x224)],0x0)&&(process[_0x4539fc(0x265)][_0x4539fc(0x197)]=_0x4e1684?.[_0x4539fc(0x1cc)](','));}logger[_0x4539fc(0x210)](_0x37b8a8[_0x4539fc(0x1d7)]);testhubUtils[_0x4539fc(0x1ee)]()&&TestDetails[_0x4539fc(0x20b)]();helper[_0x4539fc(0x19c)]({},_0x2fe192),PerformanceTester[_0x4539fc(0x1bc)](PerformanceEvents['SDK_SETUP']);const _0x183ab7=[_0x37b8a8[_0x4539fc(0x222)],_0x37b8a8[_0x4539fc(0x196)],_0x57786b,..._0x2fe192['slice'](0x1)],_0x550abf=_0x37b8a8['tLNnQ'](spawn,_0x37b8a8[_0x4539fc(0x23b)],_0x183ab7,{'shell':_0x37b8a8['RawKv'](process[_0x4539fc(0x1d9)],_0x37b8a8[_0x4539fc(0x17b)]),'stdio':_0x37b8a8[_0x4539fc(0x255)],'env':Object[_0x4539fc(0x1fb)]({},process[_0x4539fc(0x265)])});_0x550abf['on'](_0x37b8a8[_0x4539fc(0x231)],async _0x3437c8=>{const _0x543f98=_0x4539fc;PerformanceTester[_0x543f98(0x1ad)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x897fcb,tcgConfigPath:_0x5d4383}=helper[_0x543f98(0x20c)]();fs[_0x543f98(0x17e)](_0x5d4383),fs[_0x543f98(0x262)](_0x897fcb);}catch(_0x5f41a0){logger[_0x543f98(0x20f)](_0x37b8a8[_0x543f98(0x221)],_0x5f41a0);}process[_0x543f98(0x1da)]=_0x3437c8,logger[_0x543f98(0x20f)]('child\x20process\x20exited\x20with\x20code\x20'+_0x3437c8),logger['info'](_0x543f98(0x1f3)+_0x57786b);if(helper[_0x543f98(0x1bf)](_0x39dba9)&&helper[_0x543f98(0x1bf)](_0x39dba9[_0x543f98(0x25a)])&&fs[_0x543f98(0x188)](_0x39dba9[_0x543f98(0x25a)][_0x543f98(0x193)]))try{const _0x4dd558={};_0x4dd558[_0x543f98(0x18f)]=!![],_0x4dd558[_0x543f98(0x1ea)]=!![],fs[_0x543f98(0x21a)](_0x39dba9['abortBuildOnFailure'][_0x543f98(0x193)],_0x4dd558),logger[_0x543f98(0x20f)](_0x543f98(0x1ab)+_0x39dba9[_0x543f98(0x25a)][_0x543f98(0x193)]);}catch(_0x501ac9){logger[_0x543f98(0x1f0)](_0x543f98(0x26a)+_0x501ac9);}let _0x3a6659=null;if(fs[_0x543f98(0x188)](_0x5ef091)){_0x3a6659=fs[_0x543f98(0x1a7)](_0x5ef091);try{_0x3a6659=JSON[_0x543f98(0x268)](_0x3a6659);}catch(_0x5cccb2){logger[_0x543f98(0x20f)]('Error\x20while\x20parsing\x20'+_0x5ef091+',\x20'+_0x3a6659+_0x543f98(0x1b6)+_0x5cccb2);}fs['unlinkSync'](_0x5ef091);}fs[_0x543f98(0x17e)](_0x57786b),fs['unlinkSync'](_0x2a22d0),_0x3a6659&&(_0x1175d4[_0x543f98(0x207)]=helper[_0x543f98(0x1b9)](_0x3a6659,_0x37b8a8[_0x543f98(0x222)],_0x1175d4));const _0x4806ca=BrowserstackCLI[_0x543f98(0x232)]();try{await TestHubHandler[_0x543f98(0x228)](),await BrowserstackCLI['getInstance']()[_0x543f98(0x228)]();}catch(_0x194d7d){console['log'](_0x194d7d),_0x37b8a8[_0x543f98(0x209)](debug,_0x543f98(0x1fe)+util[_0x543f98(0x173)](_0x194d7d));}testOpsHelper[_0x543f98(0x16d)](),TestDetails[_0x543f98(0x1d6)](),await utilities['finalExecution'](_0x1175d4,_0x4806ca);});}module[a14_0x481fb3(0x237)]=run;function a14_0x2690(){const _0x3b848d=['accessibility','../../helpers/test-orchestration/testOrchestrationHandler','turboScaleUrl','testTimeout','filterBrowserstackArgs','../../helpers/performance/performance-tester','browserStackLogLevel','platformCaps','./test-observability/helper','reorderTestFiles','vsgOg','VneNF','test-observability','moduleNameMapper','neuav','readFileSync','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','USER_CONFIG_DETAILS_PATH','ySath','Deleted\x20fail-fast\x20state\x20folder:\x20','^puppeteer-core/internal/(.*)','start','\x20with\x20browserstack\x20jest\x20configs','bhWSa','skipSessionName','json','useW3C','ulCzA','playwright','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','\x20:\x20','PUclY','297816ZogoOR','getErrorMessageFromResults','isEmpty','isBrowserstackInfra','end',';\x0a\x20\x20\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\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','mjs','isNotUndefined','@jest/core','customEnvironment.js','\x0amodule.exports\x20=\x20config;','wRpCC','../../helpers/test-observability/utils','BROWSERSTACK_CAPABILITIES','ButSN','runner','proxySettings','puppeteer','YLjRM','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','join','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','\x0a\x20\x20\x20\x20\x20\x20','path','844176dXNncG','setupFilesAfterEnv','jest-circus','CVNSA','eXvkv','cOAQT','shutdown','dycLn','FMpQZ','platform','exitCode','jopSz','BmHUq','testRunner','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','ymRHL','JEST','isRunning','checkAccessibilityPlatformConfig','launchBuild','win32','capabilities','dvnJC','7034OwUxPj','findIndex','parallelsPerPlatform','force','BROWSERSTACK_TEST_ACCESSIBILITY_YML','yTxrD','__isPlaywrightInstalled','shouldProcessEventForTesthub','apply','error','EVENTS','XZQEx','Deleting\x20','child_process','config','Preserving\x20user\x27s\x20Jest\x20runner:\x20','PACKAGE_TYPE','retries__','EsGxU','../../helpers/performance/constants','assign','jest.config.','failureThresholdCount','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','SnoKc','5iJbZWg','resolve','cjs','493936DqOwlS','util','../../helpers/testhub/utils','TVgzt','errorMessage','getPackageVersion','TxJYI','BSTACK_JEST_TEST_ENV','setup','getTCGConfigFilePaths','testSequencer','prepareCapabilities','debug','info','Reodered\x20Test\x20Files:\x20','jest-config','kZoYD','@playwright/test','handleApp','../../helpers/accessibility-automation/helper','ceRik','getInstance','jest-circus/build/runner.js','rmSync','UYUZj','RNdTq','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','jest','winstonLogger','error\x20removing\x20tcg\x20config\x20file','CKEPe','FYSln','GmKNM','length','FRAMEWORKS','puppeteer-core/package.json','jest.setup.js','stop','requireModule','Getting\x20your\x20jest\x20configs\x20from\x20package.json','6730409BUoISK','Unable\x20to\x20find\x20jest-circus,\x20','../../helpers/helper','runInBand','const\x20config=','cwd','pdHSW','isCLIEnabled','customTestRunner.js','testEnvironmentOptions','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','parseTestOrchestrationOptions','exports','RIDGr','stringify','isUndefined','djizQ','platforms','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','TpbTS','maxRetries','false','tLNnQ','jest_browserstack.config.cjs','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','startsWith','failFast','package.json','initialize','inherit','11yAUtcA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','36KkSQoC','slice','Getting\x20your\x20jest\x20configs\x20from\x20','testObservability','data-hooks.js','kyWWE','default','SHWnV','ZOhJb','KqncU','../v2/browserstackCLI','skipSessionStatus','BROWSERSTACK_TEST_OBSERVABILITY_YML','true','abortBuildOnFailure','JqNMs','message','oTYJs','npx','isTestOrchestrationEnabled','../../helpers/test-observability/constants','setupFiles','rmdirSync','serial__','reporters','env','\x20test\x20files\x20to\x20run.','1521DOKpjX','parse','ruDPY','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','replace','Creating\x20','maxFailures','3252568Hadpfm','parallels__','../../helpers/puppeteer-helper','Found:\x20','KFIWR','qUVaK','printBuildLink','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','kKWFp','writeFileSync','vfjKz','jest-config/build/readConfigFileAndSetRootDir.js','format','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','findTestFiles','../utils/clientTroubleshootingService','GgjJY',',\x20CLI\x20running:\x20','testEnvironment','aszqR','wFyJE','retryTestsOnFailure','WvBkH','unlinkSync','readInitialOptions','jest_browserstack.config.js','test_before.setup.js','push','maxWorkers','../../helpers/utilities','dirname','testContextOptions','jest-runner-','existsSync','accessibilityOptions','./test-observability/test-details','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','RjlEi','timeout__','23488230smtVdQ','recursive','customImplements','--config','mtZhP','workingDir','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','__isPuppeteerInstalled','jcLWt','JEST_TEST_ORDER'];a14_0x2690=function(){return _0x3b848d;};return a14_0x2690();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a15_0xf02d1=a15_0x5483;(function(_0x24d902,_0x5d8152){const _0x3344ac=a15_0x5483,_0x3622cf=_0x24d902();while(!![]){try{const _0x27c005=parseInt(_0x3344ac(0x13f))/0x1+parseInt(_0x3344ac(0x138))/0x2+parseInt(_0x3344ac(0x141))/0x3*(parseInt(_0x3344ac(0x14a))/0x4)+-parseInt(_0x3344ac(0x14b))/0x5*(-parseInt(_0x3344ac(0x149))/0x6)+parseInt(_0x3344ac(0x13b))/0x7+-parseInt(_0x3344ac(0x13a))/0x8*(parseInt(_0x3344ac(0x13e))/0x9)+-parseInt(_0x3344ac(0x139))/0xa;if(_0x27c005===_0x5d8152)break;else _0x3622cf['push'](_0x3622cf['shift']());}catch(_0x14439d){_0x3622cf['push'](_0x3622cf['shift']());}}}(a15_0x3b7a,0x43896));const path=require(a15_0xf02d1(0x144)),{requireModule}=require(a15_0xf02d1(0x14c));function a15_0x3b7a(){const _0x4188be=['PsRvK','initRequireModule','jest-circus/build/runner.js','570YGDlFo','1769864KruqxC','4295rvnXSr','../../../helpers/helper','jest-circus','QcRig','exports','205392ZQGXSl','1742760lClbRM','1455208iCORzF','1758099fLGPBV','join','requireInternalModule','27hMjotJ','118685DUOsiT','customJestAdapterInit.js','3sHKSqH','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','function','path','includes'];a15_0x3b7a=function(){return _0x4188be;};return a15_0x3b7a();}function a15_0x5483(_0x456c50,_0x5dd0a4){const _0x3b7a17=a15_0x3b7a();return a15_0x5483=function(_0x54830c,_0x16c4e5){_0x54830c=_0x54830c-0x137;let _0x234411=_0x3b7a17[_0x54830c];return _0x234411;},a15_0x5483(_0x456c50,_0x5dd0a4);}let initJestAdapter;try{initJestAdapter=requireModule(a15_0xf02d1(0x142),a15_0xf02d1(0x14d));}catch{initJestAdapter=requireModule(a15_0xf02d1(0x148),a15_0xf02d1(0x14d));}initJestAdapter=typeof initJestAdapter===a15_0xf02d1(0x143)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path[a15_0xf02d1(0x13c)](__dirname,a15_0xf02d1(0x140));module[a15_0xf02d1(0x137)]=(..._0x3a62a4)=>{const _0x72dc68=a15_0xf02d1,_0x35aea1={'Kincn':'jestAdapterInit','PsRvK':function(_0x54ee05,_0x33ac7b){return _0x54ee05===_0x33ac7b;},'QcRig':function(_0x1ca2e0,..._0x4a2ace){return _0x1ca2e0(..._0x4a2ace);}};return _0x3a62a4[0x3]['initRequireModule']=_0x3a62a4[0x3][_0x72dc68(0x13d)],_0x3a62a4[0x3][_0x72dc68(0x13d)]=(..._0x10f735)=>{const _0x31734f=_0x72dc68;if(_0x10f735[0x0]&&_0x10f735[0x0][_0x31734f(0x145)](_0x35aea1['Kincn'])&&_0x35aea1[_0x31734f(0x146)](_0x10f735[0x1],undefined))return _0x3a62a4[0x3][_0x31734f(0x147)](FRAMEWORK_INITIALIZER);return _0x3a62a4[0x3]['initRequireModule'](..._0x10f735);},_0x35aea1[_0x72dc68(0x14e)](initJestAdapter,..._0x3a62a4);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a16_0x3bddbe=a16_0x584a;(function(_0x5a7ac1,_0x10f7dd){const _0x2f4150=a16_0x584a,_0x56f71d=_0x5a7ac1();while(!![]){try{const _0x45422e=parseInt(_0x2f4150(0xe0))/0x1*(parseInt(_0x2f4150(0xa1))/0x2)+parseInt(_0x2f4150(0xcd))/0x3*(parseInt(_0x2f4150(0xa3))/0x4)+parseInt(_0x2f4150(0xd4))/0x5*(parseInt(_0x2f4150(0xf8))/0x6)+-parseInt(_0x2f4150(0xa7))/0x7+-parseInt(_0x2f4150(0xc0))/0x8*(parseInt(_0x2f4150(0xb6))/0x9)+-parseInt(_0x2f4150(0xff))/0xa+parseInt(_0x2f4150(0x103))/0xb;if(_0x45422e===_0x10f7dd)break;else _0x56f71d['push'](_0x56f71d['shift']());}catch(_0xfa5bc1){_0x56f71d['push'](_0x56f71d['shift']());}}}(a16_0x55db,0x4b7a9));function a16_0x55db(){const _0x4c1f1e=['OizlR','DhCBf','cleanupDrivers','debug','browserstackPlatformIndex','wJfLZ','driver','PNFez','skipSessionName','../../../helpers/testhub/utils','EFgZj','bstack:options','GRCbs','timeout__','Gdoqi','30HxqRPL','info','jest-environment-node','testPath','wppgO','shouldFailFast','skip','2645700BlQgsE','__esModule','failFast','requireSeleniumWebdriver','2699224RRmvUO','__jestRetries','testEnvironmentOptions','../../../helpers/test-observability/requestQueueHandler','fKGyj','RBcbD','TNGjt','failFastActive','SZyYE','requireModule','failFastOptions','capabilities','join','__webdriver','platformCaps','isArray','global','gtVvi','../../utils/constants','MZEcP','jjYkc','4WFLQHS','QMoxQ','4seuzPw','retries__','split','Builder','3903256HenLDR','resolveTestEnvironment','../../../helpers/logger','dkOMz','sessionNameProvided','mode','percyCaptureMode','skipSessionStatus','__drivers','configuration','jestConfig','message','getTestEnvironment','handleTestEvent','../../../index','9izElLb','browserStackGlobals','isNotUndefined','percy','isBrowserstackInfra','teardown','projectName','framework','yMfvO','\x20>\x20','639024jsrQbS','BSTACK_DELTA','JEST','__skipSessionStatus','default','capability','browserstackPercyBestPlatform','__driversArray','Error\x20in\x20fail-fast\x20test_done\x20handler:','browserStackPercyOptions','test','../../../helpers/test-orchestration/failfastManager','isTrue','1615659IeUuSR','qMSoo','buildName','setup','jest-resolve','projectConfig','shutdown','383150OpgKXF','Piadp','rKQHW','__platformCaps','XuReY','xLRsw','cleanup','QkEbg','RfhBi','gMhrJ','BSTACK_JEST_TEST_ENV','onTestDone','22065gNicni','__timeout','nestedKeyValue','AefKS','cwd','registerListeners','quit','getInstance','../../../helpers/test-observability/utils'];a16_0x55db=function(){return _0x4c1f1e;};return a16_0x55db();}const helper=require('../../../helpers/helper'),constants=require(a16_0x3bddbe(0x9e)),{isTestObservabilitySession}=require(a16_0x3bddbe(0xe8)),RequestQueueHandler=require(a16_0x3bddbe(0x106)),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require(a16_0x3bddbe(0xf2)),logger=require(a16_0x3bddbe(0xa9))['winstonLogger'],getTestEnvironment=((()=>{const _0x172230=a16_0x3bddbe,_0x1083d1={};_0x1083d1[_0x172230(0xf3)]=_0x172230(0xd1),_0x1083d1[_0x172230(0x109)]='jest-config';const _0x25e8bd=_0x1083d1;try{const _0x44c02b=helper[_0x172230(0x10c)](_0x25e8bd[_0x172230(0xf3)]);if(_0x44c02b[_0x172230(0xa8)])return _0x44c02b[_0x172230(0xa8)];const _0x4d7809=helper[_0x172230(0x10c)](_0x25e8bd[_0x172230(0x109)]);if(_0x4d7809['getTestEnvironment'])return _0x4d7809[_0x172230(0xb3)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x4938ac=a16_0x3bddbe,_0xa4bd03={'MZEcP':function(_0x22b00f,_0x28c5b2){return _0x22b00f(_0x28c5b2);},'rKQHW':'node','Piadp':_0x4938ac(0xfa),'gMhrJ':function(_0x121d1a,_0x5a27cc){return _0x121d1a(_0x5a27cc);}},_0xe46fe0=_0xa4bd03[_0x4938ac(0x9f)](getTestEnvironment,{'rootDir':process[_0x4938ac(0xe4)](),'testEnvironment':process['env'][_0x4938ac(0xde)]||_0xa4bd03[_0x4938ac(0xd6)]});if(!_0xe46fe0)return _0xa4bd03[_0x4938ac(0x9f)](_interopRequireDefault,helper[_0x4938ac(0x10c)](_0xa4bd03[_0x4938ac(0xd5)]));return _0xa4bd03[_0x4938ac(0xdd)](_interopRequireDefault,helper[_0x4938ac(0x10c)](_0xe46fe0));})()),_seleniumWebdriver2=((()=>{const _0x5895b5=a16_0x3bddbe,_0x5882da={'gtVvi':function(_0x434b7,_0x485c5a){return _0x434b7(_0x485c5a);}};try{const _0x15639a=helper[_0x5895b5(0x102)]();return helper['modifyCommand'](),_0x5882da[_0x5895b5(0x9d)](_interopRequireDefault,_0x15639a);}catch{return null;}})());function _interopRequireDefault(_0x4ca9d0){const _0x29d9ad=a16_0x3bddbe;return _0x4ca9d0&&_0x4ca9d0[_0x29d9ad(0x100)]?_0x4ca9d0:{'default':_0x4ca9d0};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x3bddbe(0xc4)][a16_0x3bddbe(0xa6)]:null;function a16_0x584a(_0x26b1c8,_0x1504fe){const _0x55dbcf=a16_0x55db();return a16_0x584a=function(_0x584a0a,_0x129077){_0x584a0a=_0x584a0a-0x9a;let _0xc9a1ed=_0x55dbcf[_0x584a0a];return _0xc9a1ed;},a16_0x584a(_0x26b1c8,_0x1504fe);}class CustomEnvironment extends _jestUserEnvironment[a16_0x3bddbe(0xc4)]{constructor(_0x32ff91){const _0x279359=a16_0x3bddbe,_0x5c04fd={'QkEbg':_0x279359(0xe6),'GRCbs':function(_0x42741e,_0x16fe1a){return _0x42741e+_0x16fe1a;},'yMfvO':_0x279359(0xf4),'RBcbD':function(_0x2021cf,_0x182402){return _0x2021cf(_0x182402);},'OizlR':_0x279359(0xcb),'fKGyj':'0|1|7|5|4|3|6|2','dkOMz':_0x279359(0xb5),'jjYkc':_0x279359(0x105),'QYzpA':_0x279359(0xc9),'xLRsw':_0x279359(0xad),'XuReY':'percy','wppgO':_0x279359(0xc6)};super(_0x32ff91),this['global']['__timeout']=0x0,this[_0x279359(0xb0)]={};!_0x32ff91[_0x279359(0x105)]&&(_0x32ff91[_0x279359(0x105)]={});if(helper[_0x279359(0xba)]()){_0x32ff91[_0x279359(0x105)]=_0x32ff91[_0x279359(0xd2)]?_0x32ff91[_0x279359(0xd2)]['testEnvironmentOptions']:_0x32ff91[_0x279359(0x105)];_seleniumWebdriver2&&(this['builder']=new _seleniumWebdriver2['default'][(_0x279359(0xa6))]());this[_0x279359(0xc5)]=_0x32ff91[_0x279359(0xd2)]?_0x32ff91[_0x279359(0xd2)][_0x279359(0xc5)]:_0x32ff91[_0x279359(0xc5)],this['global'][_0x279359(0xe1)]=_0x5c04fd[_0x279359(0xf5)](_0x32ff91[_0x279359(0x105)][_0x279359(0xf6)]||0x1388,constants[_0x279359(0xc1)]),this[_0x279359(0x10d)]=_0x32ff91[_0x279359(0x105)][_0x279359(0x101)];if(this['failFastOptions']){const _0xf63be5=this[_0x279359(0xc5)][_0x5c04fd[_0x279359(0xbe)]]?.[_0x279359(0xcf)]||'',_0x435cda=this[_0x279359(0xc5)][_0x5c04fd[_0x279359(0xbe)]]?.[_0x279359(0xbc)]||'';this[_0x279359(0x101)]=new(_0x5c04fd[_0x279359(0x108)](require,_0x5c04fd[_0x279359(0xe9)]))(this['failFastOptions'],_0xf63be5,_0x435cda),this[_0x279359(0x9c)]['failFastActive']=![];}helper[_0x279359(0xb8)](_0x32ff91[_0x279359(0x105)][_0x279359(0xa4)])&&(this[_0x279359(0x9c)][_0x279359(0x104)]=_0x32ff91[_0x279359(0x105)][_0x279359(0xa4)]);}if(testhubUtils['shouldProcessEventForTesthub']()){const _0x539014=new ObservabilityReporter();_0x539014[_0x279359(0xe5)]();}this[_0x279359(0x9c)][_0x279359(0xb7)]={},this[_0x279359(0xb0)]=_0x32ff91['testEnvironmentOptions'],this['configuration'][_0x279359(0xbd)]=constants['FRAMEWORKS'][_0x279359(0xc2)],this['global'][_0x279359(0xed)]=(_0x32ff91[_0x279359(0xd2)]?_0x32ff91['projectConfig'][_0x279359(0xed)]:_0x32ff91[_0x279359(0xed)])||0x0,this[_0x279359(0x9c)][_0x279359(0xd7)]=this['configuration']&&this[_0x279359(0xb0)][_0x279359(0x9a)]&&Array[_0x279359(0x9b)](this[_0x279359(0xb0)][_0x279359(0x9a)])&&this[_0x279359(0xb0)][_0x279359(0x9a)][this['global'][_0x279359(0xed)]]||{};const _0x2d4d41=this[_0x279359(0x9c)][_0x279359(0xed)],_0x3f72cb={...this['configuration'],'capability':this[_0x279359(0xb0)][_0x279359(0x10e)]&&Array['isArray'](this[_0x279359(0xb0)][_0x279359(0x10e)])&&this[_0x279359(0xb0)][_0x279359(0x10e)][_0x2d4d41]||{},'platformCaps':this['configuration']['platformCaps']&&Array['isArray'](this['configuration'][_0x279359(0x9a)])&&this[_0x279359(0xb0)]['platformCaps'][_0x2d4d41]||{}};delete _0x3f72cb[_0x279359(0x10e)],this[_0x279359(0x9c)][_0x279359(0xb1)]=_0x3f72cb;if(_seleniumWebdriver2){const _0x40155d=_0x5c04fd[_0x279359(0x107)][_0x279359(0xa5)]('|');let _0x3eccda=0x0;while(!![]){switch(_0x40155d[_0x3eccda++]){case'0':this[_0x279359(0x9c)][_0x279359(0xaf)]=[];continue;case'1':this['global'][_0x279359(0x110)]=_0x5c04fd[_0x279359(0x108)](require,_0x5c04fd[_0x279359(0xaa)])['browserstackAgentV2']({...this[_0x279359(0xb0)],'capability':this[_0x279359(0xc5)]||{}},this,testhubUtils['shouldProcessEventForTesthub']());continue;case'2':this['global'][_0x279359(0xda)]=async()=>{const _0x53172b=_0x279359;await this[_0x53172b(0x9c)][_0x53172b(0xef)][_0x53172b(0xe6)](_0x5c04fd[_0x53172b(0xdb)]);};continue;case'3':helper[_0x279359(0xcc)](this[_0x279359(0xb0)][_0x279359(0xf1)])?this['global'][_0x279359(0xab)]=!![]:this['global']['sessionNameProvided']=![];continue;case'4':this[_0x279359(0x9c)][_0x279359(0xad)]=helper[_0x279359(0xe2)](_0x32ff91,[_0x5c04fd[_0x279359(0xa0)],_0x5c04fd['QYzpA'],_0x5c04fd[_0x279359(0xd9)]]);continue;case'5':this[_0x279359(0x9c)][_0x279359(0xb9)]=helper[_0x279359(0xe2)](_0x32ff91,[_0x5c04fd[_0x279359(0xa0)],_0x5c04fd['QYzpA'],_0x5c04fd[_0x279359(0xd8)]]);continue;case'6':this[_0x279359(0x9c)][_0x279359(0xc3)]=helper[_0x279359(0xcc)](this[_0x279359(0xb0)][_0x279359(0xae)]);continue;case'7':this[_0x279359(0x9c)][_0x279359(0xc6)]=helper[_0x279359(0xe2)](_0x32ff91,[_0x5c04fd['jjYkc'],_0x5c04fd['QYzpA'],_0x5c04fd[_0x279359(0xfc)]]);continue;}break;}}}async[a16_0x3bddbe(0xbb)](){const _0x3c19e3=a16_0x3bddbe;_seleniumWebdriver2&&(await helper[_0x3c19e3(0xeb)](this[_0x3c19e3(0x9c)][_0x3c19e3(0xc7)]),this[_0x3c19e3(0x9c)][_0x3c19e3(0x110)]['Builder']=originalBuilder),await RequestQueueHandler[_0x3c19e3(0xe7)]()[_0x3c19e3(0xd3)]();}async[a16_0x3bddbe(0xd0)](){}async[a16_0x3bddbe(0xb4)](_0x5ef77d,_0x5cc914){const _0x2a8aa4=a16_0x3bddbe,_0x1a0ae3={};_0x1a0ae3[_0x2a8aa4(0xe3)]=function(_0x16dc18,_0x57a60a){return _0x16dc18===_0x57a60a;},_0x1a0ae3['qMSoo']='test_start',_0x1a0ae3[_0x2a8aa4(0xf0)]=function(_0x571df9,_0x35e32c){return _0x571df9===_0x35e32c;},_0x1a0ae3[_0x2a8aa4(0xf7)]=_0x2a8aa4(0xfe),_0x1a0ae3['RfhBi']=function(_0x4736b2,_0x26da9e){return _0x4736b2===_0x26da9e;},_0x1a0ae3['PEDdV']='test_done',_0x1a0ae3['wJfLZ']=_0x2a8aa4(0xbf),_0x1a0ae3[_0x2a8aa4(0xea)]=_0x2a8aa4(0xc8),_0x1a0ae3[_0x2a8aa4(0x10b)]=function(_0x503e66,_0x36d3e8){return _0x503e66===_0x36d3e8;},_0x1a0ae3['QMoxQ']=_0x2a8aa4(0xbb);const _0x422742=_0x1a0ae3,{name:_0x3a81ea}=_0x5ef77d;if(_0x422742['AefKS'](_0x3a81ea,_0x422742[_0x2a8aa4(0xce)])){this[_0x2a8aa4(0x9c)]['testContext']=_0x5ef77d[_0x2a8aa4(0xca)];if(_0x422742[_0x2a8aa4(0xf0)](this[_0x2a8aa4(0x9c)][_0x2a8aa4(0x10a)],!![])){const _0xa22378=_0x5ef77d[_0x2a8aa4(0xca)]['name'];logger[_0x2a8aa4(0xf9)]('Fail-fast\x20is\x20active,\x20skipping\x20test::\x20'+_0xa22378),_0x5ef77d[_0x2a8aa4(0xca)][_0x2a8aa4(0xac)]=_0x422742[_0x2a8aa4(0xf7)];}}if(this['failFast']&&_0x422742[_0x2a8aa4(0xdc)](_0x3a81ea,_0x422742['PEDdV']))try{const _0x3ad0b8=_0x5ef77d[_0x2a8aa4(0xca)][_0x2a8aa4(0xfb)][_0x2a8aa4(0x10f)](_0x422742[_0x2a8aa4(0xee)]),_0x6114ac=_0x5ef77d[_0x2a8aa4(0xca)]['errors'];await this[_0x2a8aa4(0x101)][_0x2a8aa4(0xdf)](_0x3ad0b8,_0x6114ac);const _0x7f3e34=await this[_0x2a8aa4(0x101)][_0x2a8aa4(0xfd)]();_0x422742[_0x2a8aa4(0xe3)](this[_0x2a8aa4(0x9c)][_0x2a8aa4(0x10a)],![])&&_0x422742[_0x2a8aa4(0xe3)](_0x7f3e34,!![])&&(this['global'][_0x2a8aa4(0x10a)]=!![]);}catch(_0x3124b8){logger[_0x2a8aa4(0xec)](_0x422742[_0x2a8aa4(0xea)],_0x3124b8[_0x2a8aa4(0xb2)]);}_0x422742[_0x2a8aa4(0x10b)](_0x3a81ea,_0x422742[_0x2a8aa4(0xa2)])&&(this[_0x2a8aa4(0x101)]&&this[_0x2a8aa4(0x101)][_0x2a8aa4(0xda)]());}}module['exports']=CustomEnvironment;
|
|
1
|
+
const a16_0xa235bb=a16_0x16e2;(function(_0x142e8e,_0x2d7ed2){const _0x321c82=a16_0x16e2,_0x8e4ce2=_0x142e8e();while(!![]){try{const _0x55c20f=parseInt(_0x321c82(0xe7))/0x1*(-parseInt(_0x321c82(0xe2))/0x2)+-parseInt(_0x321c82(0xfe))/0x3*(-parseInt(_0x321c82(0x12d))/0x4)+-parseInt(_0x321c82(0xf7))/0x5+-parseInt(_0x321c82(0x13c))/0x6*(parseInt(_0x321c82(0x142))/0x7)+parseInt(_0x321c82(0x10b))/0x8+-parseInt(_0x321c82(0x100))/0x9*(-parseInt(_0x321c82(0xf1))/0xa)+parseInt(_0x321c82(0xe9))/0xb;if(_0x55c20f===_0x2d7ed2)break;else _0x8e4ce2['push'](_0x8e4ce2['shift']());}catch(_0x1b92c2){_0x8e4ce2['push'](_0x8e4ce2['shift']());}}}(a16_0x76fd,0x488db));const helper=require('../../../helpers/helper'),constants=require(a16_0xa235bb(0xeb)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a16_0xa235bb(0x115)),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require('../../../helpers/testhub/utils'),logger=require('../../../helpers/logger')['winstonLogger'],getTestEnvironment=((()=>{const _0xdcf0fc=a16_0xa235bb,_0x3f73a7={};_0x3f73a7[_0xdcf0fc(0xea)]=_0xdcf0fc(0xfc),_0x3f73a7[_0xdcf0fc(0x122)]=_0xdcf0fc(0x10e);const _0x10992f=_0x3f73a7;try{const _0x190316=helper[_0xdcf0fc(0x101)](_0x10992f['YDUJz']);if(_0x190316[_0xdcf0fc(0x108)])return _0x190316['resolveTestEnvironment'];const _0x5a71ca=helper[_0xdcf0fc(0x101)](_0x10992f[_0xdcf0fc(0x122)]);if(_0x5a71ca[_0xdcf0fc(0x10c)])return _0x5a71ca[_0xdcf0fc(0x10c)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x3fb655=a16_0xa235bb,_0x28d043={'mrrYN':function(_0x31858f,_0x297fd5){return _0x31858f(_0x297fd5);},'czNTq':'node','GjVFR':function(_0x39450d,_0x414ec4){return _0x39450d(_0x414ec4);},'OHKlE':_0x3fb655(0x12a),'wGasK':function(_0x2738b5,_0xd4e5a5){return _0x2738b5(_0xd4e5a5);}},_0x1a7ee0=_0x28d043[_0x3fb655(0xfd)](getTestEnvironment,{'rootDir':process[_0x3fb655(0x130)](),'testEnvironment':process[_0x3fb655(0xef)][_0x3fb655(0x106)]||_0x28d043['czNTq']});if(!_0x1a7ee0)return _0x28d043[_0x3fb655(0x131)](_interopRequireDefault,helper[_0x3fb655(0x101)](_0x28d043['OHKlE']));return _0x28d043[_0x3fb655(0x124)](_interopRequireDefault,helper[_0x3fb655(0x101)](_0x1a7ee0));})()),_seleniumWebdriver2=((()=>{const _0x49aa47=a16_0xa235bb,_0x2fe0c1={'fvTRz':function(_0x5dfe87,_0x2a3392){return _0x5dfe87(_0x2a3392);}};try{const _0x2c0d90=helper[_0x49aa47(0xf4)]();return helper[_0x49aa47(0x145)](),_0x2fe0c1[_0x49aa47(0x123)](_interopRequireDefault,_0x2c0d90);}catch{return null;}})());function _interopRequireDefault(_0x800cb4){return _0x800cb4&&_0x800cb4['__esModule']?_0x800cb4:{'default':_0x800cb4};}function a16_0x76fd(){const _0x3f9dd9=['jest-resolve','mrrYN','41961ewDDNT','timeout__','9IUVkPY','requireModule','shutdown','browserstackAgentV2','configuration','BCmDu','BSTACK_JEST_TEST_ENV','failFast','resolveTestEnvironment','platformCaps','default','261128OAhbWB','getTestEnvironment','nestedKeyValue','jest-config','KtJHC','test','__webdriver','vdRzc','VDfaG','name','../../../helpers/test-observability/requestQueueHandler','__timeout','setup','__driversArray','skipSessionName','hFaXO','GEfbM','../../../index','split','projectName','Builder','hRATv','handleTestEvent','SCdcV','fvTRz','wGasK','WlJIB','testContext','getInstance','retries__','buildName','jest-environment-node','browserstackPercyBestPlatform','nudJm','104OqwPax','testEnvironmentOptions','percyCaptureMode','cwd','GjVFR','wuMLu','isNotUndefined','skip','capability','AoGuk','oIhKI','projectConfig','isArray','FRAMEWORKS','BSTACK_DELTA','756EzUyrb','onTestDone','fgvfw','cleanupDrivers','skipSessionStatus','Error\x20in\x20fail-fast\x20test_done\x20handler:','7553rfAQbE','browserStackGlobals','message','modifyCommand','\x20>\x20','browserStackPercyOptions','mqEMm','failFastActive','isTrue','48HiaVOl','browserstackPlatformIndex','errors','framework','builder','9221SrmgAe','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','823141yKTMtZ','YDUJz','../../utils/constants','shouldProcessEventForTesthub','capabilities','registerListeners','env','../../../helpers/test-orchestration/failfastManager','2584950lblTlP','cleanup','debug','requireSeleniumWebdriver','global','percy','375960cakamy','7|0|1|3|6|2|4|5','sessionNameProvided','JEST','failFastOptions'];a16_0x76fd=function(){return _0x3f9dd9;};return a16_0x76fd();}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0xa235bb(0x10a)]['Builder']:null;function a16_0x16e2(_0x250005,_0x363c19){const _0x76fd9f=a16_0x76fd();return a16_0x16e2=function(_0x16e240,_0x3518c1){_0x16e240=_0x16e240-0xdd;let _0x3122b0=_0x76fd9f[_0x16e240];return _0x3122b0;},a16_0x16e2(_0x250005,_0x363c19);}class CustomEnvironment extends _jestUserEnvironment[a16_0xa235bb(0x10a)]{constructor(_0x28002c){const _0x54a5d2=a16_0xa235bb,_0x35dae5={'wuMLu':'quit','hRATv':function(_0x5a8c43,_0x23d349){return _0x5a8c43+_0x23d349;},'XRrXa':'bstack:options','AoGuk':function(_0x2556f2,_0x399ff5){return _0x2556f2(_0x399ff5);},'xFVwx':_0x54a5d2(0xf0),'GEfbM':_0x54a5d2(0xf8),'HgnpF':_0x54a5d2(0x11c),'nudJm':_0x54a5d2(0x12e),'fgvfw':_0x54a5d2(0xde),'IBjAv':'browserstackPercyBestPlatform','vdRzc':'percy','VRGJj':_0x54a5d2(0x12f)};super(_0x28002c),this[_0x54a5d2(0xf5)]['__timeout']=0x0,this[_0x54a5d2(0x104)]={};!_0x28002c['testEnvironmentOptions']&&(_0x28002c[_0x54a5d2(0x12e)]={});if(helper['isBrowserstackInfra']()){_0x28002c[_0x54a5d2(0x12e)]=_0x28002c['projectConfig']?_0x28002c[_0x54a5d2(0x138)]['testEnvironmentOptions']:_0x28002c[_0x54a5d2(0x12e)];_seleniumWebdriver2&&(this[_0x54a5d2(0xe6)]=new _seleniumWebdriver2[(_0x54a5d2(0x10a))][(_0x54a5d2(0x11f))]());this[_0x54a5d2(0x135)]=_0x28002c['projectConfig']?_0x28002c[_0x54a5d2(0x138)][_0x54a5d2(0x135)]:_0x28002c[_0x54a5d2(0x135)],this['global'][_0x54a5d2(0x116)]=_0x35dae5[_0x54a5d2(0x120)](_0x28002c[_0x54a5d2(0x12e)][_0x54a5d2(0xff)]||0x1388,constants[_0x54a5d2(0x13b)]),this[_0x54a5d2(0xfb)]=_0x28002c[_0x54a5d2(0x12e)]['failFast'];if(this['failFastOptions']){const _0x272450=this['capability'][_0x35dae5['XRrXa']]?.[_0x54a5d2(0x129)]||'',_0x16a1a9=this['capability'][_0x35dae5['XRrXa']]?.[_0x54a5d2(0x11e)]||'';this['failFast']=new(_0x35dae5[_0x54a5d2(0x136)](require,_0x35dae5['xFVwx']))(this[_0x54a5d2(0xfb)],_0x272450,_0x16a1a9),this[_0x54a5d2(0xf5)]['failFastActive']=![];}helper[_0x54a5d2(0x133)](_0x28002c[_0x54a5d2(0x12e)][_0x54a5d2(0x128)])&&(this['global']['__jestRetries']=_0x28002c[_0x54a5d2(0x12e)][_0x54a5d2(0x128)]);}if(testhubUtils[_0x54a5d2(0xec)]()){const _0x2deece=new ObservabilityReporter();_0x2deece[_0x54a5d2(0xee)]();}this[_0x54a5d2(0xf5)][_0x54a5d2(0x143)]={},this['configuration']=_0x28002c['testEnvironmentOptions'],this[_0x54a5d2(0x104)][_0x54a5d2(0xe5)]=constants[_0x54a5d2(0x13a)][_0x54a5d2(0xfa)],this['global'][_0x54a5d2(0xe3)]=(_0x28002c[_0x54a5d2(0x138)]?_0x28002c[_0x54a5d2(0x138)][_0x54a5d2(0xe3)]:_0x28002c[_0x54a5d2(0xe3)])||0x0,this[_0x54a5d2(0xf5)]['__platformCaps']=this[_0x54a5d2(0x104)]&&this[_0x54a5d2(0x104)][_0x54a5d2(0x109)]&&Array[_0x54a5d2(0x139)](this[_0x54a5d2(0x104)][_0x54a5d2(0x109)])&&this[_0x54a5d2(0x104)][_0x54a5d2(0x109)][this[_0x54a5d2(0xf5)][_0x54a5d2(0xe3)]]||{};const _0x4cf53b=this[_0x54a5d2(0xf5)][_0x54a5d2(0xe3)],_0x248ec4={...this['configuration'],'capability':this[_0x54a5d2(0x104)][_0x54a5d2(0xed)]&&Array['isArray'](this[_0x54a5d2(0x104)][_0x54a5d2(0xed)])&&this[_0x54a5d2(0x104)][_0x54a5d2(0xed)][_0x4cf53b]||{},'platformCaps':this[_0x54a5d2(0x104)][_0x54a5d2(0x109)]&&Array['isArray'](this[_0x54a5d2(0x104)][_0x54a5d2(0x109)])&&this[_0x54a5d2(0x104)]['platformCaps'][_0x4cf53b]||{}};delete _0x248ec4[_0x54a5d2(0xed)],this[_0x54a5d2(0xf5)]['jestConfig']=_0x248ec4;if(_seleniumWebdriver2){const _0x4b9980=_0x35dae5[_0x54a5d2(0x11b)][_0x54a5d2(0x11d)]('|');let _0x5ccac2=0x0;while(!![]){switch(_0x4b9980[_0x5ccac2++]){case'0':this[_0x54a5d2(0xf5)]['__webdriver']=_0x35dae5[_0x54a5d2(0x136)](require,_0x35dae5['HgnpF'])[_0x54a5d2(0x103)]({...this[_0x54a5d2(0x104)],'capability':this[_0x54a5d2(0x135)]||{}},this,testhubUtils[_0x54a5d2(0xec)]());continue;case'1':this[_0x54a5d2(0xf5)][_0x54a5d2(0x12b)]=helper[_0x54a5d2(0x10d)](_0x28002c,[_0x35dae5[_0x54a5d2(0x12c)],_0x35dae5[_0x54a5d2(0x13e)],_0x35dae5['IBjAv']]);continue;case'2':helper['isTrue'](this[_0x54a5d2(0x104)][_0x54a5d2(0x119)])?this[_0x54a5d2(0xf5)][_0x54a5d2(0xf9)]=!![]:this[_0x54a5d2(0xf5)][_0x54a5d2(0xf9)]=![];continue;case'3':this['global'][_0x54a5d2(0xf6)]=helper['nestedKeyValue'](_0x28002c,[_0x35dae5[_0x54a5d2(0x12c)],_0x35dae5[_0x54a5d2(0x13e)],_0x35dae5[_0x54a5d2(0x112)]]);continue;case'4':this[_0x54a5d2(0xf5)]['__skipSessionStatus']=helper[_0x54a5d2(0xe1)](this['configuration'][_0x54a5d2(0x140)]);continue;case'5':this[_0x54a5d2(0xf5)][_0x54a5d2(0xf2)]=async()=>{const _0xf2bd20=_0x54a5d2;await this[_0xf2bd20(0xf5)]['driver']['quit'](_0x35dae5[_0xf2bd20(0x132)]);};continue;case'6':this[_0x54a5d2(0xf5)][_0x54a5d2(0x12f)]=helper[_0x54a5d2(0x10d)](_0x28002c,[_0x35dae5[_0x54a5d2(0x12c)],_0x35dae5[_0x54a5d2(0x13e)],_0x35dae5['VRGJj']]);continue;case'7':this[_0x54a5d2(0xf5)]['__drivers']=[];continue;}break;}}}async['teardown'](){const _0x4c0f28=a16_0xa235bb;_seleniumWebdriver2&&(await helper[_0x4c0f28(0x13f)](this[_0x4c0f28(0xf5)][_0x4c0f28(0x118)]),this['global'][_0x4c0f28(0x111)][_0x4c0f28(0x11f)]=originalBuilder),await RequestQueueHandler[_0x4c0f28(0x127)]()[_0x4c0f28(0x102)]();}async[a16_0xa235bb(0x117)](){}async[a16_0xa235bb(0x121)](_0x4ff61a,_0x203997){const _0x57e831=a16_0xa235bb,_0x1282c5={};_0x1282c5['oIhKI']=function(_0x53b168,_0x377cbe){return _0x53b168===_0x377cbe;},_0x1282c5[_0x57e831(0xdf)]='test_start',_0x1282c5[_0x57e831(0x10f)]=_0x57e831(0x134),_0x1282c5[_0x57e831(0x113)]=function(_0x3c30e5,_0x2cd42c){return _0x3c30e5===_0x2cd42c;},_0x1282c5[_0x57e831(0x125)]='test_done',_0x1282c5[_0x57e831(0x105)]=_0x57e831(0xdd),_0x1282c5['aExje']=function(_0x534726,_0x1f7852){return _0x534726===_0x1f7852;},_0x1282c5['LWLcF']=_0x57e831(0x141),_0x1282c5[_0x57e831(0x11a)]='teardown';const _0x5d1af1=_0x1282c5,{name:_0x30c4b1}=_0x4ff61a;if(_0x5d1af1[_0x57e831(0x137)](_0x30c4b1,_0x5d1af1[_0x57e831(0xdf)])){this[_0x57e831(0xf5)][_0x57e831(0x126)]=_0x4ff61a[_0x57e831(0x110)];if(_0x5d1af1[_0x57e831(0x137)](this['global'][_0x57e831(0xe0)],!![])){const _0x291b97=_0x4ff61a['test'][_0x57e831(0x114)];logger['info'](_0x57e831(0xe8)+_0x291b97),_0x4ff61a['test']['mode']=_0x5d1af1[_0x57e831(0x10f)];}}if(this[_0x57e831(0x107)]&&_0x5d1af1['VDfaG'](_0x30c4b1,_0x5d1af1[_0x57e831(0x125)]))try{const _0x50fc9a=_0x4ff61a[_0x57e831(0x110)]['testPath']['join'](_0x5d1af1[_0x57e831(0x105)]),_0x2f3950=_0x4ff61a[_0x57e831(0x110)][_0x57e831(0xe4)];await this[_0x57e831(0x107)][_0x57e831(0x13d)](_0x50fc9a,_0x2f3950);const _0x311ef9=await this[_0x57e831(0x107)]['shouldFailFast']();_0x5d1af1[_0x57e831(0x137)](this[_0x57e831(0xf5)]['failFastActive'],![])&&_0x5d1af1['aExje'](_0x311ef9,!![])&&(this[_0x57e831(0xf5)][_0x57e831(0xe0)]=!![]);}catch(_0x16f156){logger[_0x57e831(0xf3)](_0x5d1af1['LWLcF'],_0x16f156[_0x57e831(0x144)]);}_0x5d1af1['aExje'](_0x30c4b1,_0x5d1af1[_0x57e831(0x11a)])&&(this[_0x57e831(0x107)]&&this['failFast'][_0x57e831(0xf2)]());}}module['exports']=CustomEnvironment;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a17_0x57ca47=a17_0x1fac;(function(_0x430578,_0x56233a){const _0x195c93=a17_0x1fac,_0xc3f756=_0x430578();while(!![]){try{const _0x26a48a=parseInt(_0x195c93(0x198))/0x1+-parseInt(_0x195c93(0x12a))/0x2*(-parseInt(_0x195c93(0xe0))/0x3)+parseInt(_0x195c93(0xec))/0x4*(parseInt(_0x195c93(0xfd))/0x5)+parseInt(_0x195c93(0x183))/0x6*(parseInt(_0x195c93(0x101))/0x7)+-parseInt(_0x195c93(0xd9))/0x8+parseInt(_0x195c93(0x1af))/0x9*(-parseInt(_0x195c93(0x185))/0xa)+-parseInt(_0x195c93(0x181))/0xb;if(_0x26a48a===_0x56233a)break;else _0xc3f756['push'](_0xc3f756['shift']());}catch(_0x3b4f74){_0xc3f756['push'](_0xc3f756['shift']());}}}(a17_0x18b5,0x2ff78));const {requireModule,isTrue}=require(a17_0x57ca47(0xba)),ObservabilityReporter=require(a17_0x57ca47(0x13e)),RequestQueueHandler=require(a17_0x57ca47(0x192)),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require(a17_0x57ca47(0xbd)),{o11yErrorHandler}=require(a17_0x57ca47(0x11a)),{shouldProcessEventForTesthub}=require(a17_0x57ca47(0x17d)),testHubConstants=require(a17_0x57ca47(0x1ba)),BrowserstackCLI=require(a17_0x57ca47(0x18f)),TestFrameworkState=require(a17_0x57ca47(0x113)),HookState=require(a17_0x57ca47(0x168)),JestUtils=require(a17_0x57ca47(0x19d)),{v4:uuidv4}=require(a17_0x57ca47(0x150)),util=require(a17_0x57ca47(0x19a)),logger=require(a17_0x57ca47(0xe3))[a17_0x57ca47(0xbe)],{FRAMEWORKS}=require(a17_0x57ca47(0xf0));let exportsI;try{exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js',a17_0x57ca47(0xeb));}catch{exportsI=requireModule(a17_0x57ca47(0x170),a17_0x57ca47(0xeb));}const initInitialize=exportsI['initialize'],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();function getFullJestTestName(_0x16aa1c){const _0x51f5bc=a17_0x57ca47,_0x54e667={};_0x54e667['myjjp']=function(_0x3f6d3f,_0x33ccfc){return _0x3f6d3f!==_0x33ccfc;},_0x54e667[_0x51f5bc(0x186)]='ROOT_DESCRIBE_BLOCK';const _0x300354=_0x54e667;try{const _0x4b1565=[];let _0x36c94e=_0x16aa1c;while(_0x36c94e){_0x36c94e[_0x51f5bc(0xea)]&&_0x300354[_0x51f5bc(0xda)](_0x36c94e[_0x51f5bc(0xea)],_0x300354['UhXlg'])&&_0x4b1565[_0x51f5bc(0x158)](_0x36c94e[_0x51f5bc(0xea)]),_0x36c94e=_0x36c94e[_0x51f5bc(0x15b)];}return _0x4b1565['join']('\x20');}catch(_0x1dce3a){return _0x16aa1c&&_0x16aa1c['name']||'';}}function a17_0x18b5(){const _0x1c7609=['[Rerun]\x20Suppressed\x20phantom\x20TestRunSkipped\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','222455VlAgYc','DtUsG','state','ubNaM','1835239XkgmJH','gPOKa','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','FkLPP','lCKMm','NQbOd','testStarted','txzmU','PUPPETEER','pMViZ','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','yvMCt','unhandledErrors','LOG_REPORT','xMGWO','parse','stack-trace','IIwYp','../../v2/state/testFrameworkState','UbiUT','TestRunFinished','getState','fail','file','currentHook','../../../helpers/test-observability/error-handler','PMKoN','split','__workerDetails','VekgL','errors','jest-circus/build/state.js','HPuMS','fpjBn','removeTestUUID','KFEGp','sHQDw','fTjGv','ngRvr','isRunning','slice','2IKvEMB','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','markedStatus','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','add','beforeEach','Error\x20reading\x20platformIndex\x20from\x20args:\x20','HookFinished','InzWc','FkOQi','initialize','addEventHandler','pOXbB','pid','BROWSERSTACK_CLI_BIN_SESSION_ID','Error\x20checking\x20CLI\x20readiness:\x20','format','Error\x20routing\x20to\x20JestTestFramework:\x20','ROOT_DESCRIBE_BLOCK','YQkuS','../test-observability/obsReporter','argv','sJcRK','qznmZ','call','passed','removeAllListeners','browserstackTestName','AIteU','ARMdd','xvAOE','__bstackPlatformIndex','setActiveHook','type','MdHkN','gtdNU','obzad','TEST','uuid','smuwz','tMxvJ','\x20>\x20','makeSingleTestResult','\x20for\x20hook\x20type:\x20','[Rerun]\x20Suppressed\x20phantom\x20TestRunFinished\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','testIdentifier','unshift','BROWSERSTACK_RERUN','PyRrW','parent','ZQutx','YEYEl','EflRS','riTFG','pAjHx','createHookData','hwADj',',\x20re-registering\x20event\x20handler','getFileName','EVENT','test','KCLou','../../v2/state/hookState','current_test','vzqXA','createTestFrameworkData','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','browserstackPlatformIndex','_bstackTestStatus','nmmMQ','jest-circus/build/jestAdapterInit.js','BEFORE_ALL','vGqRf','PRE','__jestCurrentTestIdentifier','BROWSERSTACK_PLATFORM_INDEX','currentTest','qOfpw','iGfhZ','kUMRv','tNgJk','HookStarted','DptNt','../../../helpers/testhub/utils','isPhantomSkipFromNameFilter','mtMjb','jestConfig','1828838bFhZND','TBGBI','6GaCNFi','hook_failure','169770zdVEBi','UhXlg','BtrXf','hookAnalyticsId','hSWqX','RCMEf','run_describe_finish','POST','teardown','join','../../v2/browserstackCLI','testUUID','XJPNb','../../../helpers/test-observability/requestQueueHandler','config','--testNamePattern=','CRKhK','aKcNS','__rerunFilterHelpers','36438ctaIRm','NUDMd','util','failed','getAutomationFrameworkDetail','../../v2/utils/jest-utils','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','debug','TestRunSkipped','hook','getFullJestTestName','HookRunStarted','oCshb','hookUUID','NRAFu','../../v2/cliUtils','title','trYbe','registerListeners','wFNEi','sendTestRunEvent','HookRunFinished','Handling\x20hook\x20event\x20for\x20CLI:\x20','45WdkufQ','mHRNq','BEFORE_EACH','JumfO','QozuI','POckd','trackEvent','[Rerun]\x20Suppressed\x20phantom\x20TestRunStarted\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','GJrpx','getTestFramework','BLAeZ','../../../helpers/testhub/constants','test_start','shutdown','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','length','CyocM','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20','testInfo','isArray','dMQdc','../../../helpers/helper','testAnalyticsId','bYQrG','../../../helpers/test-observability/utils','winstonLogger','has','status','beforeAll','true','configuration','test_done','xVANy','testNamePattern','createIdentifierFromJestTest','uHSTs','nTgKH','BROWSERSTACK_PUPPETEER','kZeKk','MagOD','started_at','removeActiveHook','includes','sOumR','MQKXa','afterEach','bootstrap','map',':hookAnalyticsId','SlqBH','toISOString','isCliEnabled','137248KXWUWC','myjjp','qEXws','VUCyJ','TestRunStarted','AFTER_EACH','message','364995GzapZP','Handling\x20test\x20event\x20for\x20CLI:\x20','dTdSl','../../../helpers/logger','getInstance','asyncError','asalj','DBucE',',\x20BROWSERSTACK_PUPPETEER=','[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub=','name','jest-circus','4hCAyGG','setFrameworkDetail','WreAf','PPqwb','../../utils/constants','pJHuT','keys','forEach','rFmDV','env','KNPhW','--testNamePattern','SbWih','PLAYWRIGHT','toString','startsWith'];a17_0x18b5=function(){return _0x1c7609;};return a17_0x18b5();}function getActiveTestNamePattern(){const _0x12cba4=a17_0x57ca47,_0x32c39d={'hwADj':function(_0x1d35f7,_0x55ef23,_0x5bbec9){return _0x1d35f7(_0x55ef23,_0x5bbec9);},'mHRNq':_0x12cba4(0x120),'QAzZC':'jest-circus','obRrl':function(_0x506560,_0x1e907d){return _0x506560(_0x1e907d);},'POckd':function(_0x2dad1b,_0x27ea5e){return _0x2dad1b===_0x27ea5e;},'rJuSA':'function','NQbOd':function(_0x258b53,_0xa95a85){return _0x258b53 instanceof _0xa95a85;},'QahPK':function(_0x4aceb5,_0x2ecce3){return _0x4aceb5===_0x2ecce3;},'fTjGv':'string','smuwz':function(_0x1fc364,_0x51c341){return _0x1fc364>_0x51c341;},'MagOD':function(_0x45285e,_0x5bc348){return _0x45285e<_0x5bc348;},'KNPhW':function(_0x5e905c,_0x97f9ce){return _0x5e905c===_0x97f9ce;},'RCMEf':_0x12cba4(0xf7),'iGfhZ':function(_0x53ecfd,_0x51fac0){return _0x53ecfd+_0x51fac0;},'gtdNU':_0x12cba4(0x194),'SbWih':'-t='};try{let _0x525c2f;try{_0x525c2f=_0x32c39d[_0x12cba4(0x162)](requireModule,_0x32c39d[_0x12cba4(0x1b0)],_0x32c39d['QAzZC']);}catch{_0x525c2f=_0x32c39d['obRrl'](requireModule,_0x32c39d['QAzZC']);}if(_0x525c2f&&_0x32c39d[_0x12cba4(0x1b4)](typeof _0x525c2f['getState'],_0x32c39d['rJuSA'])){const _0x331342=_0x525c2f[_0x12cba4(0x116)]();if(_0x331342&&_0x331342[_0x12cba4(0xc6)]){if(_0x32c39d[_0x12cba4(0x106)](_0x331342['testNamePattern'],RegExp))return _0x331342['testNamePattern'];if(_0x32c39d['QahPK'](typeof _0x331342[_0x12cba4(0xc6)],_0x32c39d[_0x12cba4(0x126)])&&_0x32c39d[_0x12cba4(0x151)](_0x331342[_0x12cba4(0xc6)][_0x12cba4(0x1bf)],0x0))return new RegExp(_0x331342['testNamePattern'],'i');}}}catch(_0x44d942){}try{const _0x5bae72=process[_0x12cba4(0x13f)]||[];for(let _0x46dca2=0x0;_0x32c39d[_0x12cba4(0xcc)](_0x46dca2,_0x5bae72[_0x12cba4(0x1bf)]);_0x46dca2++){const _0x33d551=_0x5bae72[_0x46dca2];if(_0x32c39d[_0x12cba4(0xf6)](_0x33d551,'-t')||_0x32c39d[_0x12cba4(0x1b4)](_0x33d551,_0x32c39d[_0x12cba4(0x18a)])){const _0x15d7c7=_0x5bae72[_0x32c39d[_0x12cba4(0x178)](_0x46dca2,0x1)];if(_0x15d7c7&&!_0x15d7c7['startsWith']('-'))return new RegExp(_0x15d7c7,'i');}else{if(_0x33d551&&(_0x33d551[_0x12cba4(0xfb)](_0x32c39d[_0x12cba4(0x14d)])||_0x33d551['startsWith'](_0x32c39d[_0x12cba4(0xf8)]))){const _0x480b11=_0x33d551[_0x12cba4(0x11c)]('=')[_0x12cba4(0x129)](0x1)[_0x12cba4(0x18e)]('=');if(_0x480b11)return new RegExp(_0x480b11,'i');}}}}catch(_0x1d2b79){}return null;}function isPhantomSkipFromNameFilter(_0x1814b3){const _0xe7887=a17_0x57ca47,_0x9d8d9c={'UbiUT':function(_0x4c1e64){return _0x4c1e64();},'ubNaM':function(_0x106170,_0x3aa33c){return _0x106170(_0x3aa33c);}},_0x5c9cd9=_0x9d8d9c[_0xe7887(0x114)](getActiveTestNamePattern);if(!_0x5c9cd9)return![];const _0x106f68=_0x9d8d9c[_0xe7887(0x100)](getFullJestTestName,_0x1814b3);if(!_0x106f68)return![];return!_0x5c9cd9[_0xe7887(0x166)](_0x106f68);}async function isCLIReady(){const _0x1c9974=a17_0x57ca47,_0x1c7ec9={'AIteU':'CLI\x20is\x20enabled\x20and\x20running.','bYQrG':function(_0x3c75a9,_0x274c3f){return _0x3c75a9(_0x274c3f);},'KFEGp':_0x1c9974(0x1a7),'CyocM':function(_0x7b1be3,_0x102cf9){return _0x7b1be3===_0x102cf9;},'NXQgX':_0x1c9974(0xc2),'InzWc':function(_0xd7da96,_0x47bb79){return _0xd7da96(_0x47bb79);}};try{const _0x115703=BrowserstackCLI['getInstance']();if(_0x115703[_0x1c9974(0xd8)]()&&_0x115703[_0x1c9974(0x128)]())return logger[_0x1c9974(0x19f)](_0x1c7ec9[_0x1c9974(0x146)]),!![];const _0x133905=process[_0x1c9974(0xf5)][_0x1c9974(0x138)];if(_0x133905&&_0x115703[_0x1c9974(0xd8)]()){if(!_0x115703[_0x1c9974(0x128)]())try{const _0x1435d7=_0x1c7ec9[_0x1c9974(0xbc)](require,_0x1c7ec9[_0x1c9974(0x124)]),_0xfa7cbc=_0x1435d7[_0x1c9974(0x19c)]();(!_0xfa7cbc||!_0xfa7cbc[_0x1c9974(0xea)])&&(_0x1c7ec9[_0x1c9974(0x1c0)](process[_0x1c9974(0xf5)][_0x1c9974(0xca)],_0x1c7ec9['NXQgX'])?_0x1435d7['setFrameworkDetail'](FRAMEWORKS['JEST'],FRAMEWORKS[_0x1c9974(0x109)]):_0x1435d7[_0x1c9974(0xed)](FRAMEWORKS['JEST'],FRAMEWORKS[_0x1c9974(0xf9)])),await _0x115703[_0x1c9974(0xd3)]();}catch(_0x4e90e0){return _0x1c7ec9[_0x1c9974(0x132)](debug,'Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20'+util['format'](_0x4e90e0)),![];}return _0x115703[_0x1c9974(0x128)]();}return![];}catch(_0x16fa69){return _0x1c7ec9[_0x1c9974(0xbc)](debug,_0x1c9974(0x139)+util[_0x1c9974(0x13a)](_0x16fa69)),![];}}function getTestIdentifierForHook(_0x5e3359){const _0x46758e=a17_0x57ca47,_0xe2ce79={};_0xe2ce79[_0x46758e(0x196)]=function(_0x52d595,_0x505423){return _0x52d595===_0x505423;},_0xe2ce79['YEYEl']=_0x46758e(0x12f),_0xe2ce79[_0x46758e(0x14c)]=_0x46758e(0xc1);const _0x2b7ae9=_0xe2ce79;if(_0x2b7ae9[_0x46758e(0x196)](_0x5e3359['type'],_0x2b7ae9[_0x46758e(0x15d)])||_0x2b7ae9[_0x46758e(0x196)](_0x5e3359[_0x46758e(0x14b)],_0x2b7ae9[_0x46758e(0x14c)])){let _0x55c884=global[_0x46758e(0x174)];if(!_0x55c884&&_0x2b7ae9[_0x46758e(0x196)](_0x5e3359['type'],_0x2b7ae9['MdHkN'])&&_0x5e3359['parent']){const _0x1b8720={};_0x1b8720[_0x46758e(0xea)]=_0x5e3359[_0x46758e(0x15b)]['name'],_0x1b8720[_0x46758e(0x15b)]=_0x5e3359[_0x46758e(0x15b)][_0x46758e(0x15b)],_0x1b8720[_0x46758e(0xe5)]=_0x5e3359['asyncError'],_0x1b8720['file']=_0x5e3359['file'];const _0x12e7a5=_0x1b8720;_0x55c884=jestUtils[_0x46758e(0xc7)](_0x12e7a5);}return _0x55c884;}return global['__jestCurrentTestIdentifier'];}function mapHookTypeToState(_0x14494e){const _0x57e605=a17_0x57ca47,_0x3a9714={};_0x3a9714[_0x57e605(0xc1)]=TestFrameworkState[_0x57e605(0x171)],_0x3a9714['afterAll']=TestFrameworkState['AFTER_ALL'],_0x3a9714[_0x57e605(0x12f)]=TestFrameworkState[_0x57e605(0x1b1)],_0x3a9714[_0x57e605(0xd2)]=TestFrameworkState[_0x57e605(0xde)];const _0x5a8936=_0x3a9714;return _0x5a8936[_0x14494e]||TestFrameworkState['BEFORE_EACH'];}async function handleHookEventCLI(_0x5ad0e9,_0x206e8f,_0x1451d2){const _0x39aa41=a17_0x57ca47,_0x2d9c8d={'dMQdc':function(_0x3608df,_0x463674){return _0x3608df(_0x463674);},'tNgJk':_0x39aa41(0x111),'NUDMd':function(_0xa20235,_0x190ad9){return _0xa20235===_0x190ad9;},'DBucE':_0x39aa41(0x13c),'JumfO':function(_0x3dea34){return _0x3dea34();},'uHSTs':function(_0xdf056b){return _0xdf056b();},'hSWqX':function(_0x1fd6fd,_0x323dea){return _0x1fd6fd===_0x323dea;},'nmmMQ':_0x39aa41(0x1a3),'pJHuT':function(_0x2f3806,_0x24194d){return _0x2f3806===_0x24194d;},'wDTPX':function(_0x3c1337,_0x5a98ce){return _0x3c1337(_0x5a98ce);},'xMGWO':_0x39aa41(0x1ad),'FkOQi':_0x39aa41(0x1a1)};logger[_0x39aa41(0x19f)](_0x39aa41(0x1ae)+_0x206e8f+_0x39aa41(0x155)+_0x5ad0e9[_0x39aa41(0x14b)]);try{if(_0x5ad0e9['fn']&&_0x5ad0e9['fn'][_0x39aa41(0xfa)]()['match'](/browserstack internal helper hook/))return;if(_0x5ad0e9[_0x39aa41(0x15b)]&&_0x2d9c8d[_0x39aa41(0x199)](_0x5ad0e9[_0x39aa41(0x15b)]['name'],_0x2d9c8d[_0x39aa41(0xe7)])){const _0x66a5ce=_0x5ad0e9[_0x39aa41(0xe5)]&&((()=>{const _0x4446e4=_0x39aa41;try{const _0x4b0f60=_0x2d9c8d[_0x4446e4(0xb9)](require,_0x2d9c8d[_0x4446e4(0x17a)]),_0x200b87=_0x4b0f60[_0x4446e4(0x110)][_0x4446e4(0x142)](_0x4b0f60,_0x5ad0e9[_0x4446e4(0xe5)]);return _0x200b87[0x0]&&_0x200b87[0x0][_0x4446e4(0x164)]?_0x200b87[0x0][_0x4446e4(0x164)]():null;}catch(_0x5e6bea){return logger['debug']('Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20'+_0x5e6bea[_0x4446e4(0xdf)]),null;}})())||_0x5ad0e9[_0x39aa41(0x118)]||null;if(!_0x66a5ce)return;}let _0xf34450=_0x5ad0e9[_0x39aa41(0x188)];if(!_0xf34450)_0xf34450=_0x2d9c8d[_0x39aa41(0x1b2)](uuidv4),_0x5ad0e9['hookAnalyticsId']=_0xf34450;else _0x5ad0e9[_0x39aa41(0x12c)]&&(_0xf34450=_0x2d9c8d[_0x39aa41(0xc8)](uuidv4),_0x5ad0e9['hookAnalyticsId']=_0xf34450,delete _0x5ad0e9[_0x39aa41(0x12c)]);_0x2d9c8d[_0x39aa41(0x189)](_0x206e8f,_0x2d9c8d[_0x39aa41(0x16f)])&&(_0x5ad0e9[_0x39aa41(0xcd)]=new Date()['toISOString']());const _0xdaa7ea=_0x2d9c8d[_0x39aa41(0xb9)](getTestIdentifierForHook,_0x5ad0e9);!global[_0x39aa41(0x11d)]&&(global[_0x39aa41(0x11d)]={});if(_0x2d9c8d[_0x39aa41(0xf1)](_0x206e8f,_0x2d9c8d[_0x39aa41(0x16f)])){global['__workerDetails'][_0x39aa41(0x119)]={'hookUUID':_0xf34450,'testIdentifier':_0xdaa7ea,'hookType':_0x5ad0e9[_0x39aa41(0x14b)],'startedAt':new Date()[_0x39aa41(0xd7)]()};const _0x3756d2=BrowserstackCLI['getInstance']()[_0x39aa41(0x1b8)]();_0x3756d2&&_0x3756d2[_0x39aa41(0x14a)]&&_0x3756d2[_0x39aa41(0x14a)](_0xdaa7ea,_0xf34450,_0x5ad0e9[_0x39aa41(0x14b)]);}const _0x248dad=await jestUtils[_0x39aa41(0x161)](_0x5ad0e9,_0xf34450,_0x206e8f,_0xdaa7ea);if(!_0x248dad)return;const _0x2c3efc=_0x2d9c8d['wDTPX'](mapHookTypeToState,_0x5ad0e9[_0x39aa41(0x14b)]),_0x9d8176=_0x2d9c8d[_0x39aa41(0x199)](_0x206e8f,_0x2d9c8d[_0x39aa41(0x16f)])?HookState['PRE']:HookState[_0x39aa41(0x18c)],_0x1e8ee8=BrowserstackCLI[_0x39aa41(0xe4)]()[_0x39aa41(0x1b8)]();if(_0x1e8ee8){const _0x1e0f68={};_0x1e0f68['hookData']=_0x248dad,await _0x1e8ee8[_0x39aa41(0x1b5)](_0x2c3efc,_0x9d8176,_0x1e0f68);if(_0x2d9c8d[_0x39aa41(0x189)](_0x206e8f,_0x2d9c8d[_0x39aa41(0x10f)])){const _0x1eb2da={};_0x1eb2da[_0x39aa41(0x190)]=_0xdaa7ea,_0x1eb2da['type']=_0x2d9c8d[_0x39aa41(0x133)],await _0x1e8ee8['trackEvent'](TestFrameworkState[_0x39aa41(0x10e)],HookState['POST'],_0x1eb2da),global[_0x39aa41(0x11d)]&&global[_0x39aa41(0x11d)][_0x39aa41(0x119)]&&_0x2d9c8d[_0x39aa41(0x199)](global[_0x39aa41(0x11d)][_0x39aa41(0x119)][_0x39aa41(0x1a5)],_0xf34450)&&delete global[_0x39aa41(0x11d)]['currentHook'],_0x1e8ee8['removeActiveHook']&&_0x1e8ee8[_0x39aa41(0xce)](_0xdaa7ea,_0xf34450);}}}catch(_0x3a0a95){logger['error'](_0x39aa41(0x12d)+util[_0x39aa41(0x13a)](_0x3a0a95));throw _0x3a0a95;}}function a17_0x1fac(_0x5d76c5,_0x59bbf2){const _0x18b59c=a17_0x18b5();return a17_0x1fac=function(_0x1facfa,_0x558b1d){_0x1facfa=_0x1facfa-0xb8;let _0x391517=_0x18b59c[_0x1facfa];return _0x391517;},a17_0x1fac(_0x5d76c5,_0x59bbf2);}async function handleTestEventCLI(_0x3c3eea,_0x475c26,_0x4a64c0){const _0x386353=a17_0x57ca47,_0x35f1a8={};_0x35f1a8[_0x386353(0x127)]=function(_0x3e2215,_0x16407c){return _0x3e2215===_0x16407c;},_0x35f1a8[_0x386353(0xe2)]=_0x386353(0xdd),_0x35f1a8[_0x386353(0x191)]=function(_0x11e50c,_0x28a26c){return _0x11e50c>_0x28a26c;},_0x35f1a8[_0x386353(0x1b9)]=function(_0x17d669,_0xe34e91){return _0x17d669&&_0xe34e91;},_0x35f1a8['riTFG']=_0x386353(0x19b),_0x35f1a8[_0x386353(0x195)]=_0x386353(0x115),_0x35f1a8[_0x386353(0x10a)]=_0x386353(0x166);const _0x3874ff=_0x35f1a8;logger[_0x386353(0x19f)](_0x386353(0xe1)+_0x475c26);try{let _0x55372e;if(_0x3874ff[_0x386353(0x127)](_0x475c26,_0x3874ff[_0x386353(0xe2)])){_0x55372e=jestUtils[_0x386353(0xc7)](_0x3c3eea),global['__jestCurrentTestIdentifier']=_0x55372e,_0x3c3eea['testAnalyticsId']=_0x55372e,_0x3c3eea['id']=_0x55372e,_0x3c3eea[_0x386353(0xcd)]=new Date()['toISOString']();const _0x292e04=_0x4a64c0[_0x386353(0x169)];_0x4a64c0[_0x386353(0x169)]=_0x3c3eea,_0x3c3eea['retryOf']=null;if(_0x3874ff['XJPNb'](_0x3c3eea['_currentRetry'],0x0)&&_0x292e04&&_0x3874ff['ngRvr'](_0x292e04[_0x386353(0x1a8)],_0x3c3eea[_0x386353(0x1a8)])){_0x3c3eea['retryOf']=_0x292e04['testAnalyticsId'];const _0x10bbbd=await jestUtils['createTestFrameworkData'](_0x3c3eea,_0x55372e,_0x3874ff[_0x386353(0xe2)]),_0x3cbbca=BrowserstackCLI['getInstance']()[_0x386353(0x1b8)]();if(_0x3874ff[_0x386353(0x1b9)](_0x10bbbd,_0x3cbbca)){const _0x42f2f9={};_0x42f2f9['test']=_0x10bbbd,await _0x3cbbca['trackEvent'](TestFrameworkState[_0x386353(0x14f)],HookState[_0x386353(0x173)],_0x42f2f9);}_0x292e04[_0x386353(0xff)]=_0x3874ff[_0x386353(0x15f)];const _0x490521=await jestUtils['createTestFrameworkData'](_0x292e04,_0x292e04['testAnalyticsId'],_0x3874ff[_0x386353(0x195)]);if(_0x3874ff[_0x386353(0x1b9)](_0x490521,_0x3cbbca)){const _0x1ba1cb={};_0x1ba1cb[_0x386353(0x166)]=_0x490521,await _0x3cbbca[_0x386353(0x1b5)](TestFrameworkState[_0x386353(0x14f)],HookState[_0x386353(0x18c)],_0x1ba1cb);}}else{const _0x517397=await jestUtils['createTestFrameworkData'](_0x3c3eea,_0x55372e,_0x3874ff[_0x386353(0xe2)]),_0x4937b6=BrowserstackCLI['getInstance']()[_0x386353(0x1b8)]();if(_0x3874ff[_0x386353(0x1b9)](_0x517397,_0x4937b6)){const _0xc958e4={};_0xc958e4['test']=_0x517397,await _0x4937b6['trackEvent'](TestFrameworkState[_0x386353(0x14f)],HookState['PRE'],_0xc958e4);}}}else{_0x55372e=_0x3c3eea[_0x386353(0xbb)]||_0x3c3eea['id']||global[_0x386353(0x174)];const _0x6a39f5=await jestUtils[_0x386353(0x16b)](_0x3c3eea,_0x55372e,_0x475c26),_0x5d0a47=BrowserstackCLI[_0x386353(0xe4)]()['getTestFramework']();if(_0x3874ff[_0x386353(0x1b9)](_0x6a39f5,_0x5d0a47)){const _0x4db24a={};_0x4db24a[_0x386353(0x166)]=_0x6a39f5,_0x4db24a['originalTest']=_0x3c3eea,_0x4db24a[_0x386353(0x157)]=_0x55372e,await _0x5d0a47[_0x386353(0x1b5)](TestFrameworkState[_0x386353(0x14f)],HookState[_0x386353(0x18c)],_0x4db24a);const _0x3fe241={};_0x3fe241[_0x386353(0x190)]=_0x55372e,_0x3fe241[_0x386353(0x14b)]=_0x3874ff[_0x386353(0x10a)],await _0x5d0a47[_0x386353(0x1b5)](TestFrameworkState['LOG_REPORT'],HookState[_0x386353(0x18c)],_0x3fe241);}}}catch(_0x530e87){logger['error'](_0x386353(0x1bd)+util['format'](_0x530e87));throw _0x530e87;}}exportsI[a17_0x57ca47(0x134)]=(..._0x4fadfc)=>{const _0x5c1eb9=a17_0x57ca47,_0x4e2d6d={'kZeKk':function(_0x549f64,_0x59c8b3){return _0x549f64(_0x59c8b3);},'mVJSm':'stack-trace','VekgL':function(_0x3eb62d,_0x445446){return _0x3eb62d(_0x445446);},'TBGBI':'hook_start','trYbe':function(_0x1d3513,_0x489189){return _0x1d3513===_0x489189;},'QozuI':_0x5c1eb9(0x13c),'gPOKa':function(_0x58b0df){return _0x58b0df();},'aVijS':function(_0x339fd3,_0x2a4feb){return _0x339fd3(_0x2a4feb);},'WreAf':function(_0xbbed00,_0x1fc18b,_0x32c9f2,_0x2b601f){return _0xbbed00(_0x1fc18b,_0x32c9f2,_0x2b601f);},'MQKXa':'HookRunStarted','PyRrW':function(_0x4010a1,_0x3d4563){return _0x4010a1(_0x3d4563);},'txzmU':function(_0x4c3b4c,_0x1c9cf2){return _0x4c3b4c(_0x1c9cf2);},'DptNt':'hook_success','PPqwb':function(_0xdf15cc){return _0xdf15cc();},'rYyBT':function(_0x162be2,_0x2103c7,_0x185832,_0x419440){return _0x162be2(_0x2103c7,_0x185832,_0x419440);},'oCshb':_0x5c1eb9(0x1ad),'kUMRv':function(_0x5aabb6,_0x13ed4c){return _0x5aabb6(_0x13ed4c);},'mtMjb':_0x5c1eb9(0x184),'kLrSH':'beforeAll','HWCAz':'beforeEach','npoOG':'afterEach','qEXws':function(_0x535918,_0x20a9a0){return _0x535918>_0x20a9a0;},'wFNEi':function(_0x500a66,_0x505bb8){return _0x500a66(_0x505bb8);},'tMxvJ':function(_0x4ffb6a,_0x17c6f6,_0x2d5a47,_0x531930){return _0x4ffb6a(_0x17c6f6,_0x2d5a47,_0x531930);},'eaFya':function(_0x36804b,_0x1432c3){return _0x36804b(_0x1432c3);},'NRAFu':_0x5c1eb9(0x1bb),'lCKMm':function(_0x1c9d64,_0x26e4fb){return _0x1c9d64(_0x26e4fb);},'blnGe':function(_0x22d236,_0x54fe3b){return _0x22d236(_0x54fe3b);},'ZQutx':function(_0x16ed88,_0x24fd9d){return _0x16ed88!==_0x24fd9d;},'LiPXn':_0x5c1eb9(0x153),'cfeIA':function(_0x1dec85){return _0x1dec85();},'mFeri':function(_0x4bd25f,_0x1a170e,_0x547bae,_0x4b38d8){return _0x4bd25f(_0x1a170e,_0x547bae,_0x4b38d8);},'nxjOO':_0x5c1eb9(0xdd),'rFmDV':function(_0x27ec1b){return _0x27ec1b();},'PMKoN':_0x5c1eb9(0xc4),'vGqRf':function(_0x532d95,_0x282895){return _0x532d95(_0x282895);},'DtUsG':function(_0x39885b,_0xaabfae){return _0x39885b(_0xaabfae);},'yvMCt':function(_0x117ff8,_0x272442){return _0x117ff8(_0x272442);},'KCLou':function(_0xd783da,_0x1abc77){return _0xd783da>_0x1abc77;},'xvAOE':function(_0x5eeea1,_0x4c6f0e){return _0x5eeea1===_0x4c6f0e;},'jkCNN':_0x5c1eb9(0x117),'qOfpw':_0x5c1eb9(0x19b),'HPuMS':_0x5c1eb9(0x143),'cgmmv':function(_0x29ed16,_0x125c93){return _0x29ed16||_0x125c93;},'kJpya':function(_0x86f866,_0x3c2ec8,_0x2e580d,_0x25b152){return _0x86f866(_0x3c2ec8,_0x2e580d,_0x25b152);},'FkLPP':_0x5c1eb9(0x115),'ARMdd':function(_0x2ac29d){return _0x2ac29d();},'EflRS':'test_skip','obzad':function(_0x211505,_0xe47acf){return _0x211505(_0xe47acf);},'IIwYp':function(_0x3c8ac8,_0x235c7a){return _0x3c8ac8(_0x235c7a);},'xVANy':function(_0x431a2a){return _0x431a2a();},'qznmZ':_0x5c1eb9(0x1a0),'sJcRK':function(_0x43f5be,_0x2f13bf){return _0x43f5be(_0x2f13bf);},'fkKlW':_0x5c1eb9(0x18b),'fpjBn':_0x5c1eb9(0x18d),'BtrXf':function(_0x244f8d){return _0x244f8d();},'pAjHx':'number','nTgKH':function(_0x4ad29f,_0x1fdbbc){return _0x4ad29f===_0x1fdbbc;},'asalj':function(_0xfab3e9){return _0xfab3e9();},'BMkYs':function(_0x37533d,_0x2e778c,_0x1bdb88){return _0x37533d(_0x2e778c,_0x1bdb88);},'SlqBH':_0x5c1eb9(0x120),'vzqXA':_0x5c1eb9(0xeb),'pOXbB':function(_0x4d3cb0,_0x70d068){return _0x4d3cb0(_0x70d068);},'sHQDw':function(_0x56e36b,_0x5cee33,_0x2e343d){return _0x56e36b(_0x5cee33,_0x2e343d);},'GJrpx':'jest-circus/build/utils.js','zMOsK':function(_0x4417e1,_0x3e37fd){return _0x4417e1(_0x3e37fd);},'YQkuS':function(_0x16ceb0,_0x2b061b,_0x502c56){return _0x16ceb0(_0x2b061b,_0x502c56);},'sOumR':'EventHandler','VUCyJ':function(_0x377896,..._0x3b5fac){return _0x377896(..._0x3b5fac);}};try{logger[_0x5c1eb9(0x19f)](_0x5c1eb9(0xe9)+_0x4e2d6d[_0x5c1eb9(0x187)](shouldProcessEventForTesthub)+_0x5c1eb9(0xe8)+process[_0x5c1eb9(0xf5)]['BROWSERSTACK_PUPPETEER']);const _0x138c5c=_0x4fadfc&&_0x4fadfc[0x0]?_0x4fadfc[0x0]:{};let _0x2dc055=0x0;try{if(_0x138c5c['config']&&_0x4e2d6d[_0x5c1eb9(0x1a9)](typeof _0x138c5c[_0x5c1eb9(0x193)][_0x5c1eb9(0x16d)],_0x4e2d6d[_0x5c1eb9(0x160)]))_0x2dc055=_0x138c5c[_0x5c1eb9(0x193)][_0x5c1eb9(0x16d)];else{if(_0x138c5c[_0x5c1eb9(0xc3)]&&_0x4e2d6d[_0x5c1eb9(0x1a9)](typeof _0x138c5c[_0x5c1eb9(0xc3)]['browserstackPlatformIndex'],_0x4e2d6d[_0x5c1eb9(0x160)]))_0x2dc055=_0x138c5c[_0x5c1eb9(0xc3)]['browserstackPlatformIndex'];else global[_0x5c1eb9(0x180)]&&_0x4e2d6d[_0x5c1eb9(0xc9)](typeof global[_0x5c1eb9(0x180)][_0x5c1eb9(0x16d)],_0x4e2d6d[_0x5c1eb9(0x160)])&&(_0x2dc055=global[_0x5c1eb9(0x180)]['browserstackPlatformIndex']);}}catch(_0x4652bb){logger[_0x5c1eb9(0x19f)](_0x5c1eb9(0x130)+util[_0x5c1eb9(0x13a)](_0x4652bb));}global[_0x5c1eb9(0x149)]=_0x2dc055,process[_0x5c1eb9(0xf5)][_0x5c1eb9(0x175)]=_0x4e2d6d[_0x5c1eb9(0x108)](String,_0x2dc055);const _0x45e852=new ObservabilityReporter();!_initializedPlatformIndices[_0x5c1eb9(0xbf)](_0x2dc055)?(logger[_0x5c1eb9(0x19f)](_0x5c1eb9(0x1be)+_0x2dc055),_initializedPlatformIndices[_0x5c1eb9(0x12e)](_0x2dc055),_0x4e2d6d[_0x5c1eb9(0xe6)](shouldProcessEventForTesthub)&&(_0x4e2d6d[_0x5c1eb9(0xef)](patchConsoleLogger),_0x45e852[_0x5c1eb9(0x1aa)]())):logger['debug'](_0x5c1eb9(0x12b)+_0x2dc055+_0x5c1eb9(0x163));let _0x18f0d7;try{_0x18f0d7=_0x4e2d6d['BMkYs'](requireModule,_0x4e2d6d[_0x5c1eb9(0xd6)],_0x4e2d6d[_0x5c1eb9(0x16a)]);}catch{_0x18f0d7=_0x4e2d6d[_0x5c1eb9(0x136)](requireModule,_0x4e2d6d[_0x5c1eb9(0x16a)]);}let _0x3e5b61;try{_0x3e5b61=_0x4e2d6d[_0x5c1eb9(0x125)](requireModule,_0x4e2d6d[_0x5c1eb9(0x1b7)],_0x4e2d6d[_0x5c1eb9(0x16a)])[_0x5c1eb9(0x154)];}catch{_0x3e5b61=_0x4e2d6d['zMOsK'](requireModule,_0x4e2d6d[_0x5c1eb9(0x16a)])[_0x5c1eb9(0x154)]||(()=>({}));}const _0x1f363e=BrowserstackCLI[_0x5c1eb9(0xe4)]()[_0x5c1eb9(0xd8)]();(_0x4e2d6d['rFmDV'](shouldProcessEventForTesthub)||_0x1f363e)&&_0x18f0d7[_0x5c1eb9(0x135)](_0x4e2d6d[_0x5c1eb9(0x13d)](o11yErrorHandler,async(_0xbe260c,_0x3b9654)=>{const _0x505f47=_0x5c1eb9,_0x3dd849={'hRKeU':function(_0xb4b291,_0x1d62e1){const _0x25652e=a17_0x1fac;return _0x4e2d6d[_0x25652e(0x11e)](_0xb4b291,_0x1d62e1);}};switch(_0xbe260c[_0x505f47(0xea)]){case _0x4e2d6d[_0x505f47(0x182)]:if(_0xbe260c[_0x505f47(0x1a1)]['fn']&&_0xbe260c[_0x505f47(0x1a1)]['fn'][_0x505f47(0xfa)]()['match'](/browserstack internal helper hook/))break;if(_0xbe260c[_0x505f47(0x1a1)][_0x505f47(0x15b)]&&_0x4e2d6d['trYbe'](_0xbe260c[_0x505f47(0x1a1)][_0x505f47(0x15b)][_0x505f47(0xea)],_0x4e2d6d[_0x505f47(0x1b3)])){const _0x346515=_0xbe260c[_0x505f47(0x1a1)][_0x505f47(0xe5)]&&((()=>{const _0x2a3522=_0x505f47;try{const _0x1ba18e=_0x4e2d6d['kZeKk'](require,_0x4e2d6d['mVJSm']),_0x382dd5=_0x1ba18e['parse'][_0x2a3522(0x142)](_0x1ba18e,_0xbe260c['hook'][_0x2a3522(0xe5)]);return _0x382dd5[0x0]&&_0x382dd5[0x0][_0x2a3522(0x164)]?_0x382dd5[0x0]['getFileName']():null;}catch(_0x1faeaa){return logger[_0x2a3522(0x19f)](_0x2a3522(0x10b)+_0x1faeaa['message']),null;}})())||_0xbe260c['hook'][_0x505f47(0x118)]||null;if(!_0x346515)break;}if(BrowserstackCLI['getInstance']()[_0x505f47(0xd8)]()&&await _0x4e2d6d[_0x505f47(0x102)](isCLIReady)){if(_0x4e2d6d['aVijS'](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookStarted']))try{await _0x4e2d6d[_0x505f47(0xee)](handleHookEventCLI,_0xbe260c[_0x505f47(0x1a1)],_0x4e2d6d[_0x505f47(0xd1)],_0x3b9654);break;}catch(_0xc53e29){_0x4e2d6d['PyRrW'](debug,_0x505f47(0x13b)+util[_0x505f47(0x13a)](_0xc53e29));}}if(_0x4e2d6d[_0x505f47(0x108)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x505f47(0x17b)])){if(!_0xbe260c['hook'][_0x505f47(0x188)]){const _0x3e9608=TestDetails['setTestUUID'](process['pid']+_0x505f47(0xd5));_0xbe260c[_0x505f47(0x1a1)][_0x505f47(0x188)]=_0x3e9608;}else _0xbe260c[_0x505f47(0x1a1)][_0x505f47(0x12c)]&&(_0xbe260c[_0x505f47(0x1a1)][_0x505f47(0x188)]=TestDetails['setTestUUID'](process[_0x505f47(0x137)]+':hookAnalyticsId'),delete _0xbe260c[_0x505f47(0x1a1)][_0x505f47(0x12c)]);_0xbe260c[_0x505f47(0x1a1)][_0x505f47(0xcd)]=new Date()['toISOString'](),await _0x45e852[_0x505f47(0x1ac)](_0xbe260c[_0x505f47(0x1a1)],undefined,![],_0x4e2d6d[_0x505f47(0xd1)]);}break;case _0x4e2d6d[_0x505f47(0x17c)]:if(BrowserstackCLI['getInstance']()[_0x505f47(0xd8)]()&&await _0x4e2d6d[_0x505f47(0xef)](isCLIReady)){if(_0x4e2d6d[_0x505f47(0x108)](shouldProcessEventForTesthub,testHubConstants[_0x505f47(0x165)][_0x505f47(0x131)]))try{await _0x4e2d6d['rYyBT'](handleHookEventCLI,_0xbe260c['hook'],_0x4e2d6d[_0x505f47(0x1a4)],_0x3b9654);break;}catch(_0x43eda9){_0x4e2d6d[_0x505f47(0x15a)](debug,_0x505f47(0x13b)+util[_0x505f47(0x13a)](_0x43eda9));}}_0x4e2d6d[_0x505f47(0x179)](shouldProcessEventForTesthub,testHubConstants[_0x505f47(0x165)][_0x505f47(0x131)])&&(await _0x45e852[_0x505f47(0x1ac)](_0xbe260c[_0x505f47(0x1a1)],undefined,![],_0x4e2d6d[_0x505f47(0x1a4)]),TestDetails[_0x505f47(0x123)](process['pid']+_0x505f47(0xd5)));break;case _0x4e2d6d[_0x505f47(0x17f)]:[_0x4e2d6d['kLrSH'],_0x4e2d6d['HWCAz'],_0x4e2d6d['npoOG']][_0x505f47(0xcf)](_0xbe260c[_0x505f47(0x1a1)][_0x505f47(0x14b)])&&(_0x45e852[_0x505f47(0x184)]=_0xbe260c[_0x505f47(0x1a1)][_0x505f47(0x14b)]),_0x3b9654[_0x505f47(0x10d)]&&_0x4e2d6d[_0x505f47(0xdb)](_0x3b9654[_0x505f47(0x10d)]['length'],0x0)&&(_0xbe260c[_0x505f47(0x1a1)]['errorsDetailed']=[_0x3b9654[_0x505f47(0x10d)][0x0][0x0]]);if(BrowserstackCLI[_0x505f47(0xe4)]()['isCliEnabled']()&&await _0x4e2d6d['gPOKa'](isCLIReady)){if(_0x4e2d6d['wFNEi'](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x505f47(0x131)]))try{await _0x4e2d6d[_0x505f47(0x152)](handleHookEventCLI,_0xbe260c[_0x505f47(0x1a1)],_0x4e2d6d[_0x505f47(0x1a4)],_0x3b9654);break;}catch(_0x18e470){_0x4e2d6d['eaFya'](debug,_0x505f47(0x13b)+util[_0x505f47(0x13a)](_0x18e470));}}_0x4e2d6d['PyRrW'](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x505f47(0x131)])&&(await _0x45e852[_0x505f47(0x1ac)](_0xbe260c[_0x505f47(0x1a1)],undefined,![],_0x4e2d6d[_0x505f47(0x1a4)]),TestDetails[_0x505f47(0x123)](process[_0x505f47(0x137)]+_0x505f47(0xd5)));break;case _0x4e2d6d[_0x505f47(0x1a6)]:if(_0x4e2d6d['lCKMm'](isTrue,process['env'][_0x505f47(0x159)])&&_0x4e2d6d['blnGe'](isPhantomSkipFromNameFilter,_0xbe260c[_0x505f47(0x166)])){const _0x37d98c=_0x4e2d6d[_0x505f47(0x1ab)](getFullJestTestName,_0xbe260c[_0x505f47(0x166)]);logger[_0x505f47(0x19f)](_0x505f47(0x1b6)+_0x37d98c+'\x22');break;}try{let _0x6d7124=_0xbe260c['test']['name']||'';try{let _0x593809=_0xbe260c[_0x505f47(0x166)][_0x505f47(0x15b)];const _0x196a1e=[_0x6d7124];while(_0x593809&&_0x593809['name']&&_0x4e2d6d[_0x505f47(0x15c)](_0x593809[_0x505f47(0xea)],_0x4e2d6d[_0x505f47(0x1b3)])){_0x196a1e[_0x505f47(0x158)](_0x593809['name']),_0x593809=_0x593809['parent'];}_0x6d7124=_0x196a1e[_0x505f47(0x18e)](_0x4e2d6d['LiPXn']);}catch(_0x37d0b1){logger[_0x505f47(0x19f)](_0x505f47(0x103)+_0x37d0b1['message']);}process['_bstackTestName']=_0x6d7124,process[_0x505f47(0x16e)]=null,process['_bstackTestFailureReason']=null,logger[_0x505f47(0x19f)]('[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22'+_0x6d7124+'\x22');if(!global[_0x505f47(0x11d)]){const _0x31327f={};_0x31327f[_0x505f47(0x176)]={},global[_0x505f47(0x11d)]=_0x31327f;}!global[_0x505f47(0x11d)][_0x505f47(0x176)]&&(global[_0x505f47(0x11d)][_0x505f47(0x176)]={});const _0x2e26f3={};_0x2e26f3[_0x505f47(0x1a8)]=_0x6d7124,_0x2e26f3[_0x505f47(0xea)]=_0x6d7124,global['__workerDetails'][_0x505f47(0x176)]['testInfo']=_0x2e26f3,global[_0x505f47(0x145)]=_0x6d7124;}catch(_0x4da30a){logger[_0x505f47(0x19f)]('[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20'+_0x4da30a[_0x505f47(0xdf)]);}if(BrowserstackCLI[_0x505f47(0xe4)]()[_0x505f47(0xd8)]()&&await _0x4e2d6d['cfeIA'](isCLIReady))try{await _0x4e2d6d['mFeri'](handleTestEventCLI,_0xbe260c[_0x505f47(0x166)],_0x4e2d6d['nxjOO'],_0x45e852);break;}catch(_0x213600){_0x4e2d6d[_0x505f47(0xcb)](debug,_0x505f47(0x13b)+util[_0x505f47(0x13a)](_0x213600));}_0x4e2d6d[_0x505f47(0xf4)](shouldProcessEventForTesthub)&&await _0x45e852[_0x505f47(0x107)](_0xbe260c[_0x505f47(0x166)]);break;case _0x4e2d6d[_0x505f47(0x11b)]:{const _0x32e99b=_0xbe260c[_0x505f47(0x166)];if(_0x4e2d6d[_0x505f47(0x172)](isTrue,process['env']['BROWSERSTACK_RERUN'])&&_0x4e2d6d[_0x505f47(0x108)](isPhantomSkipFromNameFilter,_0x32e99b)){const _0x680f0a=_0x4e2d6d[_0x505f47(0xfe)](getFullJestTestName,_0x32e99b);logger['debug'](_0x505f47(0x156)+_0x680f0a+'\x22'),_0x32e99b['markedStatus']=!![];break;}_0xbe260c['test']={..._0x4e2d6d[_0x505f47(0x10c)](_0x3e5b61,_0xbe260c[_0x505f47(0x166)]),..._0xbe260c[_0x505f47(0x166)]};try{const _0x1f220a=_0xbe260c[_0x505f47(0x166)][_0x505f47(0x11f)]||[],_0x17d494=_0x4e2d6d[_0x505f47(0x167)](_0x1f220a[_0x505f47(0x1bf)],0x0)||_0x4e2d6d[_0x505f47(0x148)](_0xbe260c[_0x505f47(0x166)][_0x505f47(0xc0)],_0x4e2d6d['jkCNN']),_0x38a5e5=_0x17d494?_0x4e2d6d[_0x505f47(0x177)]:_0x4e2d6d[_0x505f47(0x121)];let _0x12c1e6='';_0x17d494&&(_0x12c1e6=_0x1f220a['map'](_0x14666c=>{const _0x71c66=_0x505f47;if(Array[_0x71c66(0xb8)](_0x14666c))return _0x14666c[_0x71c66(0xd4)](_0x4f1bbc=>_0x4f1bbc&&_0x4f1bbc[_0x71c66(0xdf)]||String(_0x4f1bbc))[_0x71c66(0x18e)](';\x20');return _0x14666c&&_0x14666c[_0x71c66(0xdf)]||_0x3dd849['hRKeU'](String,_0x14666c);})['join'](';\x20')),process[_0x505f47(0x16e)]=_0x38a5e5,process['_bstackTestFailureReason']=_0x4e2d6d['cgmmv'](_0x12c1e6,''),logger[_0x505f47(0x19f)]('[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22'+_0x38a5e5+'\x22'),global[_0x505f47(0x11d)]&&global['__workerDetails'][_0x505f47(0x176)]&&(!global[_0x505f47(0x11d)][_0x505f47(0x176)]['testInfo']&&(global['__workerDetails'][_0x505f47(0x176)][_0x505f47(0x1c2)]={}),global[_0x505f47(0x11d)][_0x505f47(0x176)]['testInfo'][_0x505f47(0xc0)]=_0x38a5e5,_0x17d494&&(global[_0x505f47(0x11d)][_0x505f47(0x176)][_0x505f47(0x1c2)]['failureMessage']=_0x12c1e6));}catch(_0x1835a7){logger[_0x505f47(0x19f)](_0x505f47(0x1c1)+_0x1835a7[_0x505f47(0xdf)]);}if(!_0xbe260c[_0x505f47(0x166)][_0x505f47(0x12c)]){_0xbe260c[_0x505f47(0x166)][_0x505f47(0x12c)]=!![];if(BrowserstackCLI[_0x505f47(0xe4)]()['isCliEnabled']()&&await _0x4e2d6d['cfeIA'](isCLIReady))try{await _0x4e2d6d['kJpya'](handleTestEventCLI,_0xbe260c[_0x505f47(0x166)],_0x4e2d6d[_0x505f47(0x104)],_0x45e852);break;}catch(_0x5a4711){_0x4e2d6d[_0x505f47(0x1ab)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x505f47(0x13a)](_0x5a4711));}_0x4e2d6d[_0x505f47(0x147)](shouldProcessEventForTesthub)&&await _0x45e852[_0x505f47(0x1ac)](_0xbe260c[_0x505f47(0x166)]);}break;}case _0x4e2d6d[_0x505f47(0x15e)]:{const _0x5256e7=_0xbe260c[_0x505f47(0x166)];if(_0x4e2d6d[_0x505f47(0x14e)](isTrue,process[_0x505f47(0xf5)][_0x505f47(0x159)])&&_0x4e2d6d[_0x505f47(0x105)](isPhantomSkipFromNameFilter,_0x5256e7)){const _0x24430e=_0x4e2d6d[_0x505f47(0x112)](getFullJestTestName,_0x5256e7);logger[_0x505f47(0x19f)](_0x505f47(0xfc)+_0x24430e+'\x22'),_0x5256e7[_0x505f47(0x12c)]=!![];break;}_0xbe260c[_0x505f47(0x166)]={..._0x4e2d6d[_0x505f47(0x112)](_0x3e5b61,_0xbe260c[_0x505f47(0x166)]),..._0xbe260c['test']};if(!_0xbe260c[_0x505f47(0x166)][_0x505f47(0x12c)]){_0xbe260c[_0x505f47(0x166)][_0x505f47(0x12c)]=!![];if(BrowserstackCLI[_0x505f47(0xe4)]()['isCliEnabled']()&&await _0x4e2d6d[_0x505f47(0xc5)](isCLIReady))try{await _0x4e2d6d[_0x505f47(0xee)](handleTestEventCLI,_0xbe260c['test'],_0x4e2d6d[_0x505f47(0x141)],_0x45e852);break;}catch(_0x2088c0){_0x4e2d6d[_0x505f47(0x140)](debug,_0x505f47(0x13b)+util['format'](_0x2088c0));}_0x4e2d6d[_0x505f47(0x147)](shouldProcessEventForTesthub)&&await _0x45e852[_0x505f47(0x1ac)](_0xbe260c['test'],undefined,![],_0x4e2d6d['qznmZ']);}break;}case _0x4e2d6d['fkKlW']:_0x45e852[_0x505f47(0x184)]=null;break;case _0x4e2d6d[_0x505f47(0x122)]:await RequestQueueHandler[_0x505f47(0xe4)]()[_0x505f47(0x1bc)](),process[_0x505f47(0x144)]();break;default:}},_0x4e2d6d[_0x5c1eb9(0xd0)]));}catch(_0x4a2e3d){_0x4e2d6d['IIwYp'](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x4a2e3d);}return _0x4e2d6d[_0x5c1eb9(0xdc)](initInitialize,..._0x4fadfc);};try{Object[a17_0x57ca47(0xf2)](exportsI)[a17_0x57ca47(0xf3)](_0x260e98=>{const _0x40375a=a17_0x57ca47,_0x251349={'aMFsp':function(_0x122de6,_0x5008f4){return _0x122de6(_0x5008f4);}};try{exports&&(exports[_0x260e98]=exportsI[_0x260e98]);}catch(_0x2631be){_0x251349['aMFsp'](debug,_0x40375a(0x19e)+_0x2631be);}});}catch(a17_0x4fe260){debug(a17_0x57ca47(0x16c)+a17_0x4fe260);}const a17_0x880e69={};a17_0x880e69[a17_0x57ca47(0x1a2)]=getFullJestTestName,a17_0x880e69['getActiveTestNamePattern']=getActiveTestNamePattern,a17_0x880e69[a17_0x57ca47(0x17e)]=isPhantomSkipFromNameFilter,exports[a17_0x57ca47(0x197)]=a17_0x880e69;
|
|
1
|
+
const a17_0x29da43=a17_0x2f98;(function(_0x579ede,_0xd6e9c8){const _0x806c2c=a17_0x2f98,_0x9b679c=_0x579ede();while(!![]){try{const _0x3a0a34=parseInt(_0x806c2c(0xe9))/0x1*(parseInt(_0x806c2c(0x18c))/0x2)+-parseInt(_0x806c2c(0x123))/0x3+-parseInt(_0x806c2c(0x10b))/0x4+parseInt(_0x806c2c(0x146))/0x5+-parseInt(_0x806c2c(0xee))/0x6+-parseInt(_0x806c2c(0x178))/0x7*(-parseInt(_0x806c2c(0xd7))/0x8)+-parseInt(_0x806c2c(0x1c1))/0x9*(parseInt(_0x806c2c(0x133))/0xa);if(_0x3a0a34===_0xd6e9c8)break;else _0x9b679c['push'](_0x9b679c['shift']());}catch(_0x5a85c9){_0x9b679c['push'](_0x9b679c['shift']());}}}(a17_0x2be5,0xd4c95));const {requireModule,isTrue}=require(a17_0x29da43(0xd9)),ObservabilityReporter=require(a17_0x29da43(0x19d)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require(a17_0x29da43(0xe0)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils'),testHubConstants=require(a17_0x29da43(0x132)),BrowserstackCLI=require(a17_0x29da43(0x1b8)),TestFrameworkState=require(a17_0x29da43(0x10a)),HookState=require(a17_0x29da43(0x11a)),JestUtils=require(a17_0x29da43(0x175)),{v4:uuidv4}=require('uuid'),util=require(a17_0x29da43(0x177)),logger=require('../../../helpers/logger')[a17_0x29da43(0xf7)],{FRAMEWORKS}=require(a17_0x29da43(0x1cc));let exportsI;try{exportsI=requireModule(a17_0x29da43(0x110),a17_0x29da43(0x14d));}catch{exportsI=requireModule(a17_0x29da43(0x154),'jest-circus');}const initInitialize=exportsI[a17_0x29da43(0xe1)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();function getFullJestTestName(_0xbae8a3){const _0x293450=a17_0x29da43,_0x4c4af5={};_0x4c4af5[_0x293450(0x147)]=function(_0x344136,_0x1f2797){return _0x344136!==_0x1f2797;},_0x4c4af5['WOOdN']=_0x293450(0x1aa);const _0x468f0c=_0x4c4af5;try{const _0xd02dd7=[];let _0x1230dc=_0xbae8a3;while(_0x1230dc){_0x1230dc['name']&&_0x468f0c[_0x293450(0x147)](_0x1230dc['name'],_0x468f0c[_0x293450(0x10d)])&&_0xd02dd7[_0x293450(0x11f)](_0x1230dc[_0x293450(0x1a0)]),_0x1230dc=_0x1230dc[_0x293450(0x152)];}return _0xd02dd7[_0x293450(0x18e)]('\x20');}catch(_0x3da213){return _0xbae8a3&&_0xbae8a3[_0x293450(0x1a0)]||'';}}function getActiveTestNamePattern(){const _0x781dbf=a17_0x29da43,_0x528c55={'kIOrF':function(_0x53e66a,_0x157875,_0x2c6498){return _0x53e66a(_0x157875,_0x2c6498);},'fmxzU':_0x781dbf(0x148),'uTmaN':_0x781dbf(0x14d),'yuCAJ':function(_0x1053f8,_0x3dcc4c){return _0x1053f8(_0x3dcc4c);},'mIlys':function(_0x333e2b,_0x2631c3){return _0x333e2b===_0x2631c3;},'JpDIL':_0x781dbf(0x14f),'UAQfe':function(_0x285c34,_0xdbf470){return _0x285c34 instanceof _0xdbf470;},'BfMYq':function(_0x3a45da,_0x5a12e0){return _0x3a45da===_0x5a12e0;},'StuCw':'string','LvzQO':function(_0x1d1f02,_0x36b4df){return _0x1d1f02>_0x36b4df;},'tvVnE':function(_0x533191,_0x34be9d){return _0x533191<_0x34be9d;},'GnWYO':function(_0x3a78de,_0x34f403){return _0x3a78de===_0x34f403;},'LrgyG':_0x781dbf(0x1b1),'PawJz':function(_0x7c920d,_0x41b891){return _0x7c920d+_0x41b891;},'laOCL':_0x781dbf(0xe4),'kXTpU':_0x781dbf(0x11c)};try{let _0x46457a;try{_0x46457a=_0x528c55[_0x781dbf(0x13e)](requireModule,_0x528c55[_0x781dbf(0x1b5)],_0x528c55[_0x781dbf(0xe5)]);}catch{_0x46457a=_0x528c55[_0x781dbf(0x117)](requireModule,_0x528c55[_0x781dbf(0xe5)]);}if(_0x46457a&&_0x528c55[_0x781dbf(0x12c)](typeof _0x46457a['getState'],_0x528c55[_0x781dbf(0x104)])){const _0x4c3cbf=_0x46457a[_0x781dbf(0x150)]();if(_0x4c3cbf&&_0x4c3cbf[_0x781dbf(0x1a1)]){if(_0x528c55[_0x781dbf(0x144)](_0x4c3cbf[_0x781dbf(0x1a1)],RegExp))return _0x4c3cbf['testNamePattern'];if(_0x528c55[_0x781dbf(0xdf)](typeof _0x4c3cbf[_0x781dbf(0x1a1)],_0x528c55[_0x781dbf(0x1b6)])&&_0x528c55['LvzQO'](_0x4c3cbf[_0x781dbf(0x1a1)][_0x781dbf(0x19f)],0x0))return new RegExp(_0x4c3cbf['testNamePattern'],'i');}}}catch(_0x2b5f92){}try{const _0x54e22e=process[_0x781dbf(0x129)]||[];for(let _0x1ab804=0x0;_0x528c55['tvVnE'](_0x1ab804,_0x54e22e[_0x781dbf(0x19f)]);_0x1ab804++){const _0x1c4879=_0x54e22e[_0x1ab804];if(_0x528c55[_0x781dbf(0x19c)](_0x1c4879,'-t')||_0x528c55[_0x781dbf(0xdf)](_0x1c4879,_0x528c55[_0x781dbf(0x198)])){const _0x2ee724=_0x54e22e[_0x528c55[_0x781dbf(0x1ab)](_0x1ab804,0x1)];if(_0x2ee724&&!_0x2ee724[_0x781dbf(0xf2)]('-'))return new RegExp(_0x2ee724,'i');}else{if(_0x1c4879&&(_0x1c4879['startsWith'](_0x528c55[_0x781dbf(0x159)])||_0x1c4879['startsWith'](_0x528c55[_0x781dbf(0x107)]))){const _0x191f63=_0x1c4879[_0x781dbf(0xf9)]('=')[_0x781dbf(0x145)](0x1)[_0x781dbf(0x18e)]('=');if(_0x191f63)return new RegExp(_0x191f63,'i');}}}}catch(_0x2ea37c){}return null;}function isPhantomSkipFromNameFilter(_0x2eec31){const _0x25377e=a17_0x29da43,_0x227b93={'LmCNI':function(_0x22ad25){return _0x22ad25();},'RjDSW':function(_0x932eb2,_0x5e8d4a){return _0x932eb2(_0x5e8d4a);}},_0x3a96e6=_0x227b93[_0x25377e(0x17f)](getActiveTestNamePattern);if(!_0x3a96e6)return![];const _0x54b1d0=_0x227b93[_0x25377e(0x140)](getFullJestTestName,_0x2eec31);if(!_0x54b1d0)return![];return!_0x3a96e6['test'](_0x54b1d0);}function a17_0x2be5(){const _0x1bc003=['current_test','HookRunFinished','9LBUuJW','hrUHt','removeActiveHook','hookUUID','test','createTestFrameworkData','test_skip','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','PUPPETEER','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','passed','../../utils/constants','parse','registerListeners','_currentRetry','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','BROWSERSTACK_RERUN','isCliEnabled','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','match','cEnHj','format','BEFORE_ALL','asyncError','jestConfig','unhandledErrors','toISOString','40ebyWyU','setActiveHook','../../../helpers/helper','sOUQQ','nXeOs','debug','JPQgV','_bstackTestFailureReason','BfMYq','../../../helpers/test-observability/error-handler','initialize','keys','_bstackTestStatus','--testNamePattern=','uTmaN','ckXAY','FxQBg','zFEGJ','7894VYXvQY','getAutomationFrameworkDetail','LaRyK','Iioqd','pMXjT','6766254goSwLQ','isPhantomSkipFromNameFilter','hook_failure','sODKT','startsWith','TMMjg','Error\x20routing\x20to\x20JestTestFramework:\x20','nJzcv','xgeeV','winstonLogger',',\x20BROWSERSTACK_PUPPETEER=','split','dhqSd','HookFinished','BWmTP','qtNHZ','HMRCh','call','setFrameworkDetail','LkuTU','xvKiA','configuration','JpDIL','true','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','kXTpU','YanWo','\x20>\x20','../../v2/state/testFrameworkState','2076524pqLeZa','tgCNs','WOOdN','HookRunStarted','getFileName','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','started_at','mREBz','CDOnQ','mTPgc','state','forEach','yuCAJ','OypqS','getTestFramework','../../v2/state/hookState','[Rerun]\x20Suppressed\x20phantom\x20TestRunStarted\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','-t=','env','isRunning','unshift','JEST','BROWSERSTACK_PUPPETEER','QncOl','702768cZOxPG','toString','setTestUUID','FZzVP','file','Error\x20checking\x20CLI\x20readiness:\x20','argv','toFkc','test_done','mIlys','error','IMCFP','__jestCurrentTestIdentifier','LOG_REPORT','GYPIz','../../../helpers/testhub/constants','8171140SSVGUv','iNPHm','testStarted','mDmOf','qufWF','AFTER_EACH','yneuY','[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20','TestRunFinished','HookStarted','BEFORE_EACH','kIOrF','AFTER_ALL','RjDSW','config','TestRunStarted','title','UAQfe','slice','7484820uzVOrx','XoTEj','jest-circus/build/state.js','test_start','testUUID','KEjRT','sendTestRunEvent','jest-circus','trackEvent','function','getState','hcGcV','parent','[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22','jest-circus/build/jestAdapterInit.js','currentTest','xZCIi','testIdentifier','removeTestUUID','laOCL','yDiVQ','type','cMBaD','failed','testAnalyticsId','BROWSERSTACK_CLI_BIN_SESSION_ID','PRE','xYlkY','beforeEach','qmHre','../../v2/cliUtils','status','XwFrC','zriRe','CdXRj','KIwmv','rFwnY','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','TEST','Handling\x20hook\x20event\x20for\x20CLI:\x20','TestRunSkipped','map','hookAnalyticsId','lYSsF','browserstackPlatformIndex','__workerDetails','jAraO','../../v2/utils/jest-utils','stack-trace','util','1454187DYMhmo','includes','fail',',\x20re-registering\x20event\x20handler','Aasnn','shutdown','TGDst','LmCNI','createHookData','ObCPl','yrbYi','markedStatus','message','beforeAll','sojwu','[Rerun]\x20Suppressed\x20phantom\x20TestRunFinished\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','add','getInstance','hlBcw','SprTY','262XHlHOz',':hookAnalyticsId','join','hook_start','retryOf','hook','WTntl','aexNw','jbyHp','number','Handling\x20test\x20event\x20for\x20CLI:\x20','JGTJJ','LrgyG','dnsLL','gXmVF','currentHook','GnWYO','../test-observability/obsReporter','hook_success','length','name','testNamePattern','QSMUP','POST','afterAll','qYXzy','VDcMF','dcntz','bootstrap','run_describe_finish','ROOT_DESCRIBE_BLOCK','PawJz','RUmrq','browserstackTestName','errorsDetailed','nLuQj','has','--testNamePattern','pid','iicGI','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','fmxzU','StuCw','createIdentifierFromJestTest','../../v2/browserstackCLI','dHqNz','testInfo','bNnCF','afterEach','EVENT','_bstackTestName'];a17_0x2be5=function(){return _0x1bc003;};return a17_0x2be5();}async function isCLIReady(){const _0x5289bc=a17_0x29da43,_0xae55b3={'qufWF':'CLI\x20is\x20enabled\x20and\x20running.','rFwnY':function(_0x4e87f8,_0x4d89d4){return _0x4e87f8(_0x4d89d4);},'xZCIi':_0x5289bc(0x164),'Iioqd':function(_0x59f73d,_0x293bf1){return _0x59f73d===_0x293bf1;},'KEjRT':_0x5289bc(0x105),'sOUQQ':function(_0x2ba273,_0x1f289a){return _0x2ba273(_0x1f289a);},'mTPgc':function(_0x55c5cb,_0x1070e5){return _0x55c5cb(_0x1070e5);}};try{const _0x345716=BrowserstackCLI[_0x5289bc(0x189)]();if(_0x345716[_0x5289bc(0xcd)]()&&_0x345716['isRunning']())return logger[_0x5289bc(0xdc)](_0xae55b3[_0x5289bc(0x137)]),!![];const _0x2dd3ac=process['env'][_0x5289bc(0x15f)];if(_0x2dd3ac&&_0x345716['isCliEnabled']()){if(!_0x345716[_0x5289bc(0x11e)]())try{const _0x5dcc64=_0xae55b3[_0x5289bc(0x16a)](require,_0xae55b3[_0x5289bc(0x156)]),_0x245570=_0x5dcc64[_0x5289bc(0xea)]();(!_0x245570||!_0x245570[_0x5289bc(0x1a0)])&&(_0xae55b3[_0x5289bc(0xec)](process[_0x5289bc(0x11d)][_0x5289bc(0x121)],_0xae55b3[_0x5289bc(0x14b)])?_0x5dcc64[_0x5289bc(0x100)](FRAMEWORKS[_0x5289bc(0x120)],FRAMEWORKS[_0x5289bc(0x1c9)]):_0x5dcc64[_0x5289bc(0x100)](FRAMEWORKS[_0x5289bc(0x120)],FRAMEWORKS['PLAYWRIGHT'])),await _0x345716[_0x5289bc(0x1a8)]();}catch(_0x8031e){return _0xae55b3[_0x5289bc(0xda)](debug,'Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20'+util[_0x5289bc(0xd1)](_0x8031e)),![];}return _0x345716[_0x5289bc(0x11e)]();}return![];}catch(_0x64d1b5){return _0xae55b3[_0x5289bc(0x114)](debug,_0x5289bc(0x128)+util[_0x5289bc(0xd1)](_0x64d1b5)),![];}}function getTestIdentifierForHook(_0xbb5d77){const _0xe14744=a17_0x29da43,_0x56282e={};_0x56282e['etHpt']=function(_0x493161,_0x551aec){return _0x493161===_0x551aec;},_0x56282e['cEnHj']=_0xe14744(0x162),_0x56282e[_0xe14744(0x112)]=function(_0x1a9a48,_0x23cb8f){return _0x1a9a48===_0x23cb8f;},_0x56282e[_0xe14744(0xe8)]=_0xe14744(0x185);const _0x481b99=_0x56282e;if(_0x481b99['etHpt'](_0xbb5d77['type'],_0x481b99[_0xe14744(0xd0)])||_0x481b99['mREBz'](_0xbb5d77[_0xe14744(0x15b)],_0x481b99['zFEGJ'])){let _0x2d3370=global[_0xe14744(0x12f)];if(!_0x2d3370&&_0x481b99['mREBz'](_0xbb5d77[_0xe14744(0x15b)],_0x481b99[_0xe14744(0xe8)])&&_0xbb5d77['parent']){const _0x22012c={};_0x22012c[_0xe14744(0x1a0)]=_0xbb5d77[_0xe14744(0x152)]['name'],_0x22012c[_0xe14744(0x152)]=_0xbb5d77[_0xe14744(0x152)][_0xe14744(0x152)],_0x22012c[_0xe14744(0xd3)]=_0xbb5d77['asyncError'],_0x22012c[_0xe14744(0x127)]=_0xbb5d77['file'];const _0x5d7dae=_0x22012c;_0x2d3370=jestUtils[_0xe14744(0x1b7)](_0x5d7dae);}return _0x2d3370;}return global[_0xe14744(0x12f)];}function mapHookTypeToState(_0x24b40e){const _0x5f48c3=a17_0x29da43,_0x4d488f={};_0x4d488f[_0x5f48c3(0x185)]=TestFrameworkState[_0x5f48c3(0xd2)],_0x4d488f[_0x5f48c3(0x1a4)]=TestFrameworkState[_0x5f48c3(0x13f)],_0x4d488f['beforeEach']=TestFrameworkState[_0x5f48c3(0x13d)],_0x4d488f[_0x5f48c3(0x1bc)]=TestFrameworkState[_0x5f48c3(0x138)];const _0x3b3bf1=_0x4d488f;return _0x3b3bf1[_0x24b40e]||TestFrameworkState[_0x5f48c3(0x13d)];}async function handleHookEventCLI(_0x5314c8,_0x23f7a6,_0xcb69e8){const _0x5b0316=a17_0x29da43,_0x4ed6e6={'xgeeV':function(_0x4ff6f7,_0xbadeb1){return _0x4ff6f7(_0xbadeb1);},'HMRCh':_0x5b0316(0x176),'VDcMF':function(_0xb9acbb,_0x596c09){return _0xb9acbb===_0x596c09;},'rZtON':_0x5b0316(0x1aa),'JPQgV':function(_0x3840b2){return _0x3840b2();},'jAraO':function(_0x195d5a,_0x115448){return _0x195d5a===_0x115448;},'CdXRj':_0x5b0316(0x10e),'sojwu':function(_0x324b6c,_0x52dc58){return _0x324b6c===_0x52dc58;},'XswyI':_0x5b0316(0x1c0),'Aasnn':_0x5b0316(0x191),'yrbYi':function(_0xf1d04c,_0x4f5d32){return _0xf1d04c===_0x4f5d32;}};logger[_0x5b0316(0xdc)](_0x5b0316(0x16d)+_0x23f7a6+'\x20for\x20hook\x20type:\x20'+_0x5314c8[_0x5b0316(0x15b)]);try{if(_0x5314c8['fn']&&_0x5314c8['fn'][_0x5b0316(0x124)]()[_0x5b0316(0xcf)](/browserstack internal helper hook/))return;if(_0x5314c8[_0x5b0316(0x152)]&&_0x4ed6e6[_0x5b0316(0x1a6)](_0x5314c8['parent'][_0x5b0316(0x1a0)],_0x4ed6e6['rZtON'])){const _0x3db6d0=_0x5314c8[_0x5b0316(0xd3)]&&((()=>{const _0xef3ca4=_0x5b0316;try{const _0x110f42=_0x4ed6e6[_0xef3ca4(0xf6)](require,_0x4ed6e6[_0xef3ca4(0xfe)]),_0x5c44fa=_0x110f42[_0xef3ca4(0x1cd)]['call'](_0x110f42,_0x5314c8['asyncError']);return _0x5c44fa[0x0]&&_0x5c44fa[0x0][_0xef3ca4(0x10f)]?_0x5c44fa[0x0]['getFileName']():null;}catch(_0x5868aa){return logger[_0xef3ca4(0xdc)](_0xef3ca4(0x1c8)+_0x5868aa[_0xef3ca4(0x184)]),null;}})())||_0x5314c8[_0x5b0316(0x127)]||null;if(!_0x3db6d0)return;}let _0x12695e=_0x5314c8[_0x5b0316(0x170)];if(!_0x12695e)_0x12695e=_0x4ed6e6[_0x5b0316(0xdd)](uuidv4),_0x5314c8[_0x5b0316(0x170)]=_0x12695e;else _0x5314c8[_0x5b0316(0x183)]&&(_0x12695e=_0x4ed6e6[_0x5b0316(0xdd)](uuidv4),_0x5314c8['hookAnalyticsId']=_0x12695e,delete _0x5314c8['markedStatus']);_0x4ed6e6[_0x5b0316(0x174)](_0x23f7a6,_0x4ed6e6[_0x5b0316(0x168)])&&(_0x5314c8[_0x5b0316(0x111)]=new Date()[_0x5b0316(0xd6)]());const _0x58904e=_0x4ed6e6['xgeeV'](getTestIdentifierForHook,_0x5314c8);!global[_0x5b0316(0x173)]&&(global[_0x5b0316(0x173)]={});if(_0x4ed6e6[_0x5b0316(0x186)](_0x23f7a6,_0x4ed6e6[_0x5b0316(0x168)])){global[_0x5b0316(0x173)]['currentHook']={'hookUUID':_0x12695e,'testIdentifier':_0x58904e,'hookType':_0x5314c8[_0x5b0316(0x15b)],'startedAt':new Date()[_0x5b0316(0xd6)]()};const _0x2864cd=BrowserstackCLI[_0x5b0316(0x189)]()[_0x5b0316(0x119)]();_0x2864cd&&_0x2864cd[_0x5b0316(0xd8)]&&_0x2864cd['setActiveHook'](_0x58904e,_0x12695e,_0x5314c8[_0x5b0316(0x15b)]);}const _0x3fc0d4=await jestUtils[_0x5b0316(0x180)](_0x5314c8,_0x12695e,_0x23f7a6,_0x58904e);if(!_0x3fc0d4)return;const _0x422019=_0x4ed6e6[_0x5b0316(0xf6)](mapHookTypeToState,_0x5314c8[_0x5b0316(0x15b)]),_0x4f81ff=_0x4ed6e6[_0x5b0316(0x1a6)](_0x23f7a6,_0x4ed6e6[_0x5b0316(0x168)])?HookState['PRE']:HookState['POST'],_0x2f24dd=BrowserstackCLI['getInstance']()[_0x5b0316(0x119)]();if(_0x2f24dd){const _0x222026={};_0x222026['hookData']=_0x3fc0d4,await _0x2f24dd[_0x5b0316(0x14e)](_0x422019,_0x4f81ff,_0x222026);if(_0x4ed6e6['sojwu'](_0x23f7a6,_0x4ed6e6['XswyI'])){const _0x5cc770={};_0x5cc770[_0x5b0316(0x14a)]=_0x58904e,_0x5cc770[_0x5b0316(0x15b)]=_0x4ed6e6[_0x5b0316(0x17c)],await _0x2f24dd[_0x5b0316(0x14e)](TestFrameworkState[_0x5b0316(0x130)],HookState[_0x5b0316(0x1a3)],_0x5cc770),global[_0x5b0316(0x173)]&&global[_0x5b0316(0x173)][_0x5b0316(0x19b)]&&_0x4ed6e6[_0x5b0316(0x182)](global[_0x5b0316(0x173)][_0x5b0316(0x19b)][_0x5b0316(0x1c4)],_0x12695e)&&delete global[_0x5b0316(0x173)][_0x5b0316(0x19b)],_0x2f24dd[_0x5b0316(0x1c3)]&&_0x2f24dd[_0x5b0316(0x1c3)](_0x58904e,_0x12695e);}}}catch(_0x2abe5a){logger[_0x5b0316(0x12d)](_0x5b0316(0x1b4)+util[_0x5b0316(0xd1)](_0x2abe5a));throw _0x2abe5a;}}async function handleTestEventCLI(_0x2e76f9,_0x2a5d48,_0x496233){const _0x4f9602=a17_0x29da43,_0x343007={};_0x343007[_0x4f9602(0x161)]=function(_0x7a4e93,_0xc4b207){return _0x7a4e93===_0xc4b207;},_0x343007[_0x4f9602(0x12a)]=_0x4f9602(0x142),_0x343007[_0x4f9602(0x136)]=function(_0x2f255c,_0x4b49f1){return _0x2f255c>_0x4b49f1;},_0x343007['hrUHt']=function(_0x1844e9,_0x110fa5){return _0x1844e9&&_0x110fa5;},_0x343007[_0x4f9602(0x118)]=_0x4f9602(0x15d),_0x343007[_0x4f9602(0x108)]=_0x4f9602(0x13b),_0x343007[_0x4f9602(0xe6)]=_0x4f9602(0x1c5);const _0x3260b8=_0x343007;logger[_0x4f9602(0xdc)](_0x4f9602(0x196)+_0x2a5d48);try{let _0x5857c5;if(_0x3260b8[_0x4f9602(0x161)](_0x2a5d48,_0x3260b8[_0x4f9602(0x12a)])){_0x5857c5=jestUtils[_0x4f9602(0x1b7)](_0x2e76f9),global[_0x4f9602(0x12f)]=_0x5857c5,_0x2e76f9[_0x4f9602(0x15e)]=_0x5857c5,_0x2e76f9['id']=_0x5857c5,_0x2e76f9[_0x4f9602(0x111)]=new Date()[_0x4f9602(0xd6)]();const _0x3326c3=_0x496233['current_test'];_0x496233[_0x4f9602(0x1bf)]=_0x2e76f9,_0x2e76f9[_0x4f9602(0x190)]=null;if(_0x3260b8['mDmOf'](_0x2e76f9[_0x4f9602(0x1cf)],0x0)&&_0x3326c3&&_0x3260b8[_0x4f9602(0x161)](_0x3326c3[_0x4f9602(0x143)],_0x2e76f9[_0x4f9602(0x143)])){_0x2e76f9[_0x4f9602(0x190)]=_0x3326c3[_0x4f9602(0x15e)];const _0x2e4e63=await jestUtils[_0x4f9602(0x1c6)](_0x2e76f9,_0x5857c5,_0x3260b8[_0x4f9602(0x12a)]),_0x45da11=BrowserstackCLI[_0x4f9602(0x189)]()[_0x4f9602(0x119)]();if(_0x3260b8[_0x4f9602(0x1c2)](_0x2e4e63,_0x45da11)){const _0x5a7ee9={};_0x5a7ee9['test']=_0x2e4e63,await _0x45da11[_0x4f9602(0x14e)](TestFrameworkState[_0x4f9602(0x16c)],HookState[_0x4f9602(0x160)],_0x5a7ee9);}_0x3326c3[_0x4f9602(0x115)]=_0x3260b8[_0x4f9602(0x118)];const _0x464bd6=await jestUtils[_0x4f9602(0x1c6)](_0x3326c3,_0x3326c3[_0x4f9602(0x15e)],_0x3260b8[_0x4f9602(0x108)]);if(_0x3260b8['hrUHt'](_0x464bd6,_0x45da11)){const _0x1c6d67={};_0x1c6d67[_0x4f9602(0x1c5)]=_0x464bd6,await _0x45da11['trackEvent'](TestFrameworkState[_0x4f9602(0x16c)],HookState[_0x4f9602(0x1a3)],_0x1c6d67);}}else{const _0x1576ca=await jestUtils['createTestFrameworkData'](_0x2e76f9,_0x5857c5,_0x3260b8[_0x4f9602(0x12a)]),_0x343c55=BrowserstackCLI['getInstance']()[_0x4f9602(0x119)]();if(_0x3260b8[_0x4f9602(0x1c2)](_0x1576ca,_0x343c55)){const _0x16e636={};_0x16e636['test']=_0x1576ca,await _0x343c55[_0x4f9602(0x14e)](TestFrameworkState[_0x4f9602(0x16c)],HookState['PRE'],_0x16e636);}}}else{_0x5857c5=_0x2e76f9[_0x4f9602(0x15e)]||_0x2e76f9['id']||global[_0x4f9602(0x12f)];const _0x5b81bd=await jestUtils['createTestFrameworkData'](_0x2e76f9,_0x5857c5,_0x2a5d48),_0x537e63=BrowserstackCLI['getInstance']()[_0x4f9602(0x119)]();if(_0x3260b8[_0x4f9602(0x1c2)](_0x5b81bd,_0x537e63)){const _0x266f69={};_0x266f69['test']=_0x5b81bd,_0x266f69['originalTest']=_0x2e76f9,_0x266f69[_0x4f9602(0x157)]=_0x5857c5,await _0x537e63['trackEvent'](TestFrameworkState['TEST'],HookState['POST'],_0x266f69);const _0x55aa96={};_0x55aa96[_0x4f9602(0x14a)]=_0x5857c5,_0x55aa96[_0x4f9602(0x15b)]=_0x3260b8['ckXAY'],await _0x537e63[_0x4f9602(0x14e)](TestFrameworkState[_0x4f9602(0x130)],HookState[_0x4f9602(0x1a3)],_0x55aa96);}}}catch(_0x5466e9){logger[_0x4f9602(0x12d)](_0x4f9602(0x1ca)+util['format'](_0x5466e9));throw _0x5466e9;}}exportsI[a17_0x29da43(0xe1)]=(..._0x1b25d7)=>{const _0x7faf68=a17_0x29da43,_0x2d53c3={'qtNHZ':function(_0x5c7494,_0xde31a5){return _0x5c7494(_0xde31a5);},'GYPIz':function(_0x5dc654,_0x4cbf92){return _0x5dc654(_0x4cbf92);},'FZzVP':_0x7faf68(0x176),'lYSsF':_0x7faf68(0x18f),'iicGI':function(_0x2cd8e2,_0x4fa957){return _0x2cd8e2===_0x4fa957;},'gXmVF':_0x7faf68(0x1aa),'yGJJW':function(_0x460d90){return _0x460d90();},'pMXjT':function(_0x480d7a,_0xf2d2c9,_0x50c233,_0x4b2b0d){return _0x480d7a(_0xf2d2c9,_0x50c233,_0x4b2b0d);},'CDOnQ':_0x7faf68(0x10e),'SprTY':_0x7faf68(0x19e),'hcGcV':function(_0x26817d){return _0x26817d();},'MRaeO':function(_0x4079b2,_0x27ab44,_0x58e65b,_0x4e6e55){return _0x4079b2(_0x27ab44,_0x58e65b,_0x4e6e55);},'cMBaD':'HookRunFinished','sODKT':function(_0x13e871,_0x3aa048){return _0x13e871(_0x3aa048);},'yneuY':_0x7faf68(0xf0),'bmCkv':_0x7faf68(0x185),'zriRe':_0x7faf68(0x162),'KIDCY':_0x7faf68(0x1bc),'BWmTP':function(_0x418d59,_0x63e5e9){return _0x418d59>_0x63e5e9;},'KIwmv':function(_0x4fad4e,_0x316ede,_0x4ddc64,_0xcd528f){return _0x4fad4e(_0x316ede,_0x4ddc64,_0xcd528f);},'bNnCF':_0x7faf68(0x149),'QncOl':function(_0x13afba,_0x1d8928){return _0x13afba(_0x1d8928);},'jaKFF':function(_0x2c9e6b,_0x492277){return _0x2c9e6b!==_0x492277;},'lGhsr':_0x7faf68(0x109),'qmHre':function(_0x27655e){return _0x27655e();},'xvKiA':function(_0x2b8ab6,_0x25fd0b,_0x1214f7,_0x1f4d06){return _0x2b8ab6(_0x25fd0b,_0x1214f7,_0x1f4d06);},'aexNw':_0x7faf68(0x142),'QSMUP':_0x7faf68(0x12b),'jbyHp':function(_0x4ecee1,_0x4aeb7a){return _0x4ecee1(_0x4aeb7a);},'TGDst':function(_0x331365,_0x2bf1e9){return _0x331365===_0x2bf1e9;},'ObCPl':_0x7faf68(0x17a),'TMMjg':_0x7faf68(0x15d),'nJzcv':_0x7faf68(0x1cb),'dnsLL':function(_0x504b90,_0x3a760f){return _0x504b90||_0x3a760f;},'LkuTU':function(_0xd3745c,_0x2fe21c,_0x2be7ef,_0x1fb551){return _0xd3745c(_0x2fe21c,_0x2be7ef,_0x1fb551);},'iNPHm':'TestRunFinished','XwFrC':_0x7faf68(0x1c7),'LaRyK':_0x7faf68(0x16e),'JGTJJ':function(_0xb0fec5){return _0xb0fec5();},'dhqSd':_0x7faf68(0x1a9),'qYXzy':'teardown','nLuQj':function(_0x12d14a,_0x378c46){return _0x12d14a===_0x378c46;},'YjeLC':_0x7faf68(0x195),'WTntl':function(_0x2d6822,_0x29809a,_0x483e23){return _0x2d6822(_0x29809a,_0x483e23);},'dcntz':_0x7faf68(0x148),'nXeOs':'jest-circus','FxQBg':function(_0x4ee119,_0x117122){return _0x4ee119(_0x117122);},'IMCFP':function(_0x374d55,_0x4426ab,_0x193f09){return _0x374d55(_0x4426ab,_0x193f09);},'tgCNs':'jest-circus/build/utils.js','UHIBu':function(_0x1169b9,_0x3279dd){return _0x1169b9(_0x3279dd);},'JnIpg':function(_0x20c4a2,_0x27d604,_0x48155c){return _0x20c4a2(_0x27d604,_0x48155c);},'hlBcw':'EventHandler','mksxG':function(_0x6a0cf7,..._0x1aa100){return _0x6a0cf7(..._0x1aa100);}};try{logger[_0x7faf68(0xdc)]('[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub='+_0x2d53c3['JGTJJ'](shouldProcessEventForTesthub)+_0x7faf68(0xf8)+process['env'][_0x7faf68(0x121)]);const _0x197c00=_0x1b25d7&&_0x1b25d7[0x0]?_0x1b25d7[0x0]:{};let _0x59ba90=0x0;try{if(_0x197c00[_0x7faf68(0x141)]&&_0x2d53c3[_0x7faf68(0x1af)](typeof _0x197c00[_0x7faf68(0x141)][_0x7faf68(0x172)],_0x2d53c3['YjeLC']))_0x59ba90=_0x197c00[_0x7faf68(0x141)]['browserstackPlatformIndex'];else{if(_0x197c00[_0x7faf68(0x103)]&&_0x2d53c3[_0x7faf68(0x1b3)](typeof _0x197c00['configuration'][_0x7faf68(0x172)],_0x2d53c3['YjeLC']))_0x59ba90=_0x197c00[_0x7faf68(0x103)][_0x7faf68(0x172)];else global[_0x7faf68(0xd4)]&&_0x2d53c3[_0x7faf68(0x1af)](typeof global[_0x7faf68(0xd4)][_0x7faf68(0x172)],_0x2d53c3['YjeLC'])&&(_0x59ba90=global[_0x7faf68(0xd4)]['browserstackPlatformIndex']);}}catch(_0x320cc8){logger['debug']('Error\x20reading\x20platformIndex\x20from\x20args:\x20'+util['format'](_0x320cc8));}global['__bstackPlatformIndex']=_0x59ba90,process['env']['BROWSERSTACK_PLATFORM_INDEX']=_0x2d53c3[_0x7faf68(0xf1)](String,_0x59ba90);const _0x150102=new ObservabilityReporter();!_initializedPlatformIndices[_0x7faf68(0x1b0)](_0x59ba90)?(logger[_0x7faf68(0xdc)](_0x7faf68(0x16b)+_0x59ba90),_initializedPlatformIndices[_0x7faf68(0x188)](_0x59ba90),_0x2d53c3[_0x7faf68(0x197)](shouldProcessEventForTesthub)&&(_0x2d53c3[_0x7faf68(0x151)](patchConsoleLogger),_0x150102[_0x7faf68(0x1ce)]())):logger[_0x7faf68(0xdc)](_0x7faf68(0xcb)+_0x59ba90+_0x7faf68(0x17b));let _0x967b57;try{_0x967b57=_0x2d53c3[_0x7faf68(0x192)](requireModule,_0x2d53c3[_0x7faf68(0x1a7)],_0x2d53c3['nXeOs']);}catch{_0x967b57=_0x2d53c3[_0x7faf68(0xe7)](requireModule,_0x2d53c3['nXeOs']);}let _0x4f789e;try{_0x4f789e=_0x2d53c3[_0x7faf68(0x12e)](requireModule,_0x2d53c3[_0x7faf68(0x10c)],_0x2d53c3[_0x7faf68(0xdb)])['makeSingleTestResult'];}catch{_0x4f789e=_0x2d53c3['UHIBu'](requireModule,_0x2d53c3[_0x7faf68(0xdb)])['makeSingleTestResult']||(()=>({}));}const _0x163538=BrowserstackCLI['getInstance']()['isCliEnabled']();(_0x2d53c3[_0x7faf68(0x163)](shouldProcessEventForTesthub)||_0x163538)&&_0x967b57['addEventHandler'](_0x2d53c3['JnIpg'](o11yErrorHandler,async(_0x16215d,_0x5dc4a3)=>{const _0x15d714=_0x7faf68,_0x366e09={'dHqNz':function(_0x540e48,_0x433c69){return _0x2d53c3['GYPIz'](_0x540e48,_0x433c69);},'yDiVQ':_0x2d53c3[_0x15d714(0x126)]};switch(_0x16215d[_0x15d714(0x1a0)]){case _0x2d53c3[_0x15d714(0x171)]:if(_0x16215d[_0x15d714(0x191)]['fn']&&_0x16215d['hook']['fn'][_0x15d714(0x124)]()[_0x15d714(0xcf)](/browserstack internal helper hook/))break;if(_0x16215d[_0x15d714(0x191)][_0x15d714(0x152)]&&_0x2d53c3[_0x15d714(0x1b3)](_0x16215d[_0x15d714(0x191)][_0x15d714(0x152)][_0x15d714(0x1a0)],_0x2d53c3[_0x15d714(0x19a)])){const _0x3595a0=_0x16215d[_0x15d714(0x191)]['asyncError']&&((()=>{const _0x2009ef=_0x15d714;try{const _0x4fb33a=_0x366e09[_0x2009ef(0x1b9)](require,_0x366e09[_0x2009ef(0x15a)]),_0x99ebc5=_0x4fb33a[_0x2009ef(0x1cd)][_0x2009ef(0xff)](_0x4fb33a,_0x16215d['hook'][_0x2009ef(0xd3)]);return _0x99ebc5[0x0]&&_0x99ebc5[0x0][_0x2009ef(0x10f)]?_0x99ebc5[0x0][_0x2009ef(0x10f)]():null;}catch(_0x36efbc){return logger[_0x2009ef(0xdc)](_0x2009ef(0x1c8)+_0x36efbc[_0x2009ef(0x184)]),null;}})())||_0x16215d[_0x15d714(0x191)]['file']||null;if(!_0x3595a0)break;}if(BrowserstackCLI[_0x15d714(0x189)]()[_0x15d714(0xcd)]()&&await _0x2d53c3['yGJJW'](isCLIReady)){if(_0x2d53c3[_0x15d714(0x131)](shouldProcessEventForTesthub,testHubConstants[_0x15d714(0x1bd)][_0x15d714(0x13c)]))try{await _0x2d53c3[_0x15d714(0xed)](handleHookEventCLI,_0x16215d[_0x15d714(0x191)],_0x2d53c3[_0x15d714(0x113)],_0x5dc4a3);break;}catch(_0x55e814){_0x2d53c3['GYPIz'](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x15d714(0xd1)](_0x55e814));}}if(_0x2d53c3[_0x15d714(0x131)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x15d714(0x13c)])){if(!_0x16215d['hook']['hookAnalyticsId']){const _0x59a089=TestDetails['setTestUUID'](process[_0x15d714(0x1b2)]+_0x15d714(0x18d));_0x16215d[_0x15d714(0x191)]['hookAnalyticsId']=_0x59a089;}else _0x16215d[_0x15d714(0x191)][_0x15d714(0x183)]&&(_0x16215d['hook']['hookAnalyticsId']=TestDetails[_0x15d714(0x125)](process[_0x15d714(0x1b2)]+_0x15d714(0x18d)),delete _0x16215d['hook'][_0x15d714(0x183)]);_0x16215d[_0x15d714(0x191)][_0x15d714(0x111)]=new Date()['toISOString'](),await _0x150102[_0x15d714(0x14c)](_0x16215d['hook'],undefined,![],_0x2d53c3[_0x15d714(0x113)]);}break;case _0x2d53c3[_0x15d714(0x18b)]:if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await _0x2d53c3['hcGcV'](isCLIReady)){if(_0x2d53c3[_0x15d714(0xfd)](shouldProcessEventForTesthub,testHubConstants[_0x15d714(0x1bd)]['HookFinished']))try{await _0x2d53c3['MRaeO'](handleHookEventCLI,_0x16215d[_0x15d714(0x191)],_0x2d53c3[_0x15d714(0x15c)],_0x5dc4a3);break;}catch(_0x458adb){_0x2d53c3[_0x15d714(0x131)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x15d714(0xd1)](_0x458adb));}}_0x2d53c3[_0x15d714(0xf1)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x15d714(0xfb)])&&(await _0x150102[_0x15d714(0x14c)](_0x16215d[_0x15d714(0x191)],undefined,![],_0x2d53c3[_0x15d714(0x15c)]),TestDetails[_0x15d714(0x158)](process[_0x15d714(0x1b2)]+_0x15d714(0x18d)));break;case _0x2d53c3[_0x15d714(0x139)]:[_0x2d53c3['bmCkv'],_0x2d53c3[_0x15d714(0x167)],_0x2d53c3['KIDCY']][_0x15d714(0x179)](_0x16215d[_0x15d714(0x191)][_0x15d714(0x15b)])&&(_0x150102[_0x15d714(0xf0)]=_0x16215d[_0x15d714(0x191)][_0x15d714(0x15b)]),_0x5dc4a3['unhandledErrors']&&_0x2d53c3[_0x15d714(0xfc)](_0x5dc4a3[_0x15d714(0xd5)][_0x15d714(0x19f)],0x0)&&(_0x16215d[_0x15d714(0x191)][_0x15d714(0x1ae)]=[_0x5dc4a3[_0x15d714(0xd5)][0x0][0x0]]);if(BrowserstackCLI[_0x15d714(0x189)]()[_0x15d714(0xcd)]()&&await _0x2d53c3['yGJJW'](isCLIReady)){if(_0x2d53c3[_0x15d714(0x131)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x15d714(0xfb)]))try{await _0x2d53c3[_0x15d714(0x169)](handleHookEventCLI,_0x16215d['hook'],_0x2d53c3[_0x15d714(0x15c)],_0x5dc4a3);break;}catch(_0x14043b){_0x2d53c3[_0x15d714(0x131)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x15d714(0xd1)](_0x14043b));}}_0x2d53c3[_0x15d714(0xf1)](shouldProcessEventForTesthub,testHubConstants[_0x15d714(0x1bd)][_0x15d714(0xfb)])&&(await _0x150102['sendTestRunEvent'](_0x16215d[_0x15d714(0x191)],undefined,![],_0x2d53c3[_0x15d714(0x15c)]),TestDetails[_0x15d714(0x158)](process[_0x15d714(0x1b2)]+_0x15d714(0x18d)));break;case _0x2d53c3[_0x15d714(0x1bb)]:if(_0x2d53c3[_0x15d714(0xf1)](isTrue,process[_0x15d714(0x11d)][_0x15d714(0xcc)])&&_0x2d53c3[_0x15d714(0xfd)](isPhantomSkipFromNameFilter,_0x16215d[_0x15d714(0x1c5)])){const _0x5652e8=_0x2d53c3[_0x15d714(0x122)](getFullJestTestName,_0x16215d[_0x15d714(0x1c5)]);logger[_0x15d714(0xdc)](_0x15d714(0x11b)+_0x5652e8+'\x22');break;}try{let _0x125dd3=_0x16215d[_0x15d714(0x1c5)][_0x15d714(0x1a0)]||'';try{let _0x59454b=_0x16215d[_0x15d714(0x1c5)][_0x15d714(0x152)];const _0x530696=[_0x125dd3];while(_0x59454b&&_0x59454b[_0x15d714(0x1a0)]&&_0x2d53c3['jaKFF'](_0x59454b['name'],_0x2d53c3[_0x15d714(0x19a)])){_0x530696[_0x15d714(0x11f)](_0x59454b[_0x15d714(0x1a0)]),_0x59454b=_0x59454b[_0x15d714(0x152)];}_0x125dd3=_0x530696[_0x15d714(0x18e)](_0x2d53c3['lGhsr']);}catch(_0x1142f7){logger[_0x15d714(0xdc)]('[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20'+_0x1142f7[_0x15d714(0x184)]);}process[_0x15d714(0x1be)]=_0x125dd3,process[_0x15d714(0xe3)]=null,process[_0x15d714(0xde)]=null,logger[_0x15d714(0xdc)](_0x15d714(0x106)+_0x125dd3+'\x22');if(!global['__workerDetails']){const _0x24e46d={};_0x24e46d[_0x15d714(0x155)]={},global[_0x15d714(0x173)]=_0x24e46d;}!global['__workerDetails']['currentTest']&&(global[_0x15d714(0x173)][_0x15d714(0x155)]={});const _0x150dbb={};_0x150dbb[_0x15d714(0x143)]=_0x125dd3,_0x150dbb[_0x15d714(0x1a0)]=_0x125dd3,global[_0x15d714(0x173)][_0x15d714(0x155)][_0x15d714(0x1ba)]=_0x150dbb,global[_0x15d714(0x1ad)]=_0x125dd3;}catch(_0xa41bd4){logger[_0x15d714(0xdc)](_0x15d714(0x13a)+_0xa41bd4[_0x15d714(0x184)]);}if(BrowserstackCLI[_0x15d714(0x189)]()[_0x15d714(0xcd)]()&&await _0x2d53c3[_0x15d714(0x163)](isCLIReady))try{await _0x2d53c3[_0x15d714(0x102)](handleTestEventCLI,_0x16215d[_0x15d714(0x1c5)],_0x2d53c3[_0x15d714(0x193)],_0x150102);break;}catch(_0x1a1979){_0x2d53c3[_0x15d714(0xfd)](debug,_0x15d714(0xf4)+util['format'](_0x1a1979));}_0x2d53c3['yGJJW'](shouldProcessEventForTesthub)&&await _0x150102[_0x15d714(0x135)](_0x16215d[_0x15d714(0x1c5)]);break;case _0x2d53c3[_0x15d714(0x1a2)]:{const _0x307788=_0x16215d[_0x15d714(0x1c5)];if(_0x2d53c3[_0x15d714(0xf1)](isTrue,process[_0x15d714(0x11d)][_0x15d714(0xcc)])&&_0x2d53c3[_0x15d714(0x194)](isPhantomSkipFromNameFilter,_0x307788)){const _0x5bf78e=_0x2d53c3[_0x15d714(0xf1)](getFullJestTestName,_0x307788);logger[_0x15d714(0xdc)](_0x15d714(0x187)+_0x5bf78e+'\x22'),_0x307788[_0x15d714(0x183)]=!![];break;}_0x16215d[_0x15d714(0x1c5)]={..._0x2d53c3[_0x15d714(0x194)](_0x4f789e,_0x16215d[_0x15d714(0x1c5)]),..._0x16215d[_0x15d714(0x1c5)]};try{const _0x25480e=_0x16215d['test']['errors']||[],_0x46d5cc=_0x2d53c3[_0x15d714(0xfc)](_0x25480e[_0x15d714(0x19f)],0x0)||_0x2d53c3[_0x15d714(0x17e)](_0x16215d[_0x15d714(0x1c5)][_0x15d714(0x165)],_0x2d53c3[_0x15d714(0x181)]),_0x36c9f3=_0x46d5cc?_0x2d53c3[_0x15d714(0xf3)]:_0x2d53c3[_0x15d714(0xf5)];let _0x2c56d2='';_0x46d5cc&&(_0x2c56d2=_0x25480e[_0x15d714(0x16f)](_0x35c083=>{const _0xe6b408=_0x15d714;if(Array['isArray'](_0x35c083))return _0x35c083[_0xe6b408(0x16f)](_0x3e302f=>_0x3e302f&&_0x3e302f[_0xe6b408(0x184)]||String(_0x3e302f))['join'](';\x20');return _0x35c083&&_0x35c083[_0xe6b408(0x184)]||_0x2d53c3[_0xe6b408(0xfd)](String,_0x35c083);})[_0x15d714(0x18e)](';\x20')),process['_bstackTestStatus']=_0x36c9f3,process['_bstackTestFailureReason']=_0x2d53c3[_0x15d714(0x199)](_0x2c56d2,''),logger[_0x15d714(0xdc)](_0x15d714(0x153)+_0x36c9f3+'\x22'),global[_0x15d714(0x173)]&&global[_0x15d714(0x173)][_0x15d714(0x155)]&&(!global['__workerDetails'][_0x15d714(0x155)][_0x15d714(0x1ba)]&&(global[_0x15d714(0x173)][_0x15d714(0x155)][_0x15d714(0x1ba)]={}),global['__workerDetails'][_0x15d714(0x155)][_0x15d714(0x1ba)]['status']=_0x36c9f3,_0x46d5cc&&(global[_0x15d714(0x173)][_0x15d714(0x155)][_0x15d714(0x1ba)]['failureMessage']=_0x2c56d2));}catch(_0x52329b){logger[_0x15d714(0xdc)]('[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20'+_0x52329b[_0x15d714(0x184)]);}if(!_0x16215d[_0x15d714(0x1c5)][_0x15d714(0x183)]){_0x16215d[_0x15d714(0x1c5)][_0x15d714(0x183)]=!![];if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await _0x2d53c3['hcGcV'](isCLIReady))try{await _0x2d53c3[_0x15d714(0x101)](handleTestEventCLI,_0x16215d[_0x15d714(0x1c5)],_0x2d53c3[_0x15d714(0x134)],_0x150102);break;}catch(_0x3d3978){_0x2d53c3[_0x15d714(0xfd)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x15d714(0xd1)](_0x3d3978));}_0x2d53c3[_0x15d714(0x151)](shouldProcessEventForTesthub)&&await _0x150102[_0x15d714(0x14c)](_0x16215d[_0x15d714(0x1c5)]);}break;}case _0x2d53c3[_0x15d714(0x166)]:{const _0xc369a4=_0x16215d[_0x15d714(0x1c5)];if(_0x2d53c3['sODKT'](isTrue,process[_0x15d714(0x11d)][_0x15d714(0xcc)])&&_0x2d53c3['QncOl'](isPhantomSkipFromNameFilter,_0xc369a4)){const _0x4203c7=_0x2d53c3[_0x15d714(0x194)](getFullJestTestName,_0xc369a4);logger[_0x15d714(0xdc)]('[Rerun]\x20Suppressed\x20phantom\x20TestRunSkipped\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22'+_0x4203c7+'\x22'),_0xc369a4[_0x15d714(0x183)]=!![];break;}_0x16215d[_0x15d714(0x1c5)]={..._0x2d53c3['GYPIz'](_0x4f789e,_0x16215d[_0x15d714(0x1c5)]),..._0x16215d[_0x15d714(0x1c5)]};if(!_0x16215d['test'][_0x15d714(0x183)]){_0x16215d[_0x15d714(0x1c5)]['markedStatus']=!![];if(BrowserstackCLI[_0x15d714(0x189)]()['isCliEnabled']()&&await _0x2d53c3[_0x15d714(0x163)](isCLIReady))try{await _0x2d53c3['KIwmv'](handleTestEventCLI,_0x16215d[_0x15d714(0x1c5)],_0x2d53c3[_0x15d714(0xeb)],_0x150102);break;}catch(_0x4dd7e5){_0x2d53c3[_0x15d714(0x194)](debug,_0x15d714(0xf4)+util[_0x15d714(0xd1)](_0x4dd7e5));}_0x2d53c3['JGTJJ'](shouldProcessEventForTesthub)&&await _0x150102['sendTestRunEvent'](_0x16215d['test'],undefined,![],_0x2d53c3[_0x15d714(0xeb)]);}break;}case _0x2d53c3[_0x15d714(0xfa)]:_0x150102['hook_failure']=null;break;case _0x2d53c3[_0x15d714(0x1a5)]:await RequestQueueHandler[_0x15d714(0x189)]()[_0x15d714(0x17d)](),process['removeAllListeners']();break;default:}},_0x2d53c3[_0x7faf68(0x18a)]));}catch(_0x10b3ae){_0x2d53c3[_0x7faf68(0xfd)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x10b3ae);}return _0x2d53c3['mksxG'](initInitialize,..._0x1b25d7);};function a17_0x2f98(_0x1e2c0c,_0x1e62c5){const _0x2be5d8=a17_0x2be5();return a17_0x2f98=function(_0x2f986d,_0x3d50f6){_0x2f986d=_0x2f986d-0xcb;let _0x7a8129=_0x2be5d8[_0x2f986d];return _0x7a8129;},a17_0x2f98(_0x1e2c0c,_0x1e62c5);}try{Object[a17_0x29da43(0xe2)](exportsI)[a17_0x29da43(0x116)](_0x2546cd=>{const _0x43a5c4=a17_0x29da43,_0x290626={'RUmrq':function(_0x265d57,_0x3e2614){return _0x265d57(_0x3e2614);}};try{exports&&(exports[_0x2546cd]=exportsI[_0x2546cd]);}catch(_0x5cb8f4){_0x290626[_0x43a5c4(0x1ac)](debug,'Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20'+_0x5cb8f4);}});}catch(a17_0x247485){debug(a17_0x29da43(0xce)+a17_0x247485);}const a17_0x2a8d5b={};a17_0x2a8d5b['getFullJestTestName']=getFullJestTestName,a17_0x2a8d5b['getActiveTestNamePattern']=getActiveTestNamePattern,a17_0x2a8d5b[a17_0x29da43(0xef)]=isPhantomSkipFromNameFilter,exports['__rerunFilterHelpers']=a17_0x2a8d5b;
|