browserstack-node-sdk 1.53.0 → 1.53.2
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/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/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 a1_0x416832=a1_0xe1f4;function a1_0xe1f4(_0x5ce5eb,_0x53bf20){const _0x5c5eed=a1_0x5c5e();return a1_0xe1f4=function(_0xe1f4e,_0x5b3c92){_0xe1f4e=_0xe1f4e-0x18c;let _0x5e6ece=_0x5c5eed[_0xe1f4e];return _0x5e6ece;},a1_0xe1f4(_0x5ce5eb,_0x53bf20);}(function(_0x4f49e6,_0x1dc95d){const _0x3b050f=a1_0xe1f4,_0x4c3b2a=_0x4f49e6();while(!![]){try{const _0x1f0a4b=parseInt(_0x3b050f(0x288))/0x1+parseInt(_0x3b050f(0x236))/0x2*(parseInt(_0x3b050f(0x23b))/0x3)+-parseInt(_0x3b050f(0x21f))/0x4*(-parseInt(_0x3b050f(0x19a))/0x5)+parseInt(_0x3b050f(0x1cf))/0x6+parseInt(_0x3b050f(0x251))/0x7*(-parseInt(_0x3b050f(0x197))/0x8)+-parseInt(_0x3b050f(0x1ca))/0x9*(parseInt(_0x3b050f(0x20c))/0xa)+parseInt(_0x3b050f(0x1ff))/0xb;if(_0x1f0a4b===_0x1dc95d)break;else _0x4c3b2a['push'](_0x4c3b2a['shift']());}catch(_0x2d327e){_0x4c3b2a['push'](_0x4c3b2a['shift']());}}}(a1_0x5c5e,0x6e8cc));const fs=require('fs'),util=require(a1_0x416832(0x1ec)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x416832(0x202)),logger=require(a1_0x416832(0x247))[a1_0x416832(0x1d2)],testOpsHelper=require(a1_0x416832(0x1b4)),requestSpy=require(a1_0x416832(0x27e)),PlaywrightSessionDetails=require(a1_0x416832(0x271)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x416832(0x1a5)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x416832(0x1d4)),scripts=require(a1_0x416832(0x21c)),PerformanceTester=require(a1_0x416832(0x1a6)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x416832(0x203)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x416832(0x224)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x416832(0x1e2)),CodeceptJS=requireModule(a1_0x416832(0x1a7),'codeceptjs'),CodeceptUtils=requireModule(a1_0x416832(0x205),a1_0x416832(0x29d)),CodeceptWebDriver=requireModule(a1_0x416832(0x1fd),a1_0x416832(0x29d)),CodeceptRecorder=requireModule(a1_0x416832(0x256),a1_0x416832(0x29d)),CodeceptPlaywright=requireModule(a1_0x416832(0x1a2),a1_0x416832(0x29d)),playwrightMarkSessionStatus=(_0x6b05a8,_0x117765,_0x1daf15)=>{const _0x3ff493=a1_0x416832,_0x4936e4={'PauPb':'setSessionStatus','uUVei':function(_0x46d972,_0x2f30f8){return _0x46d972(_0x2f30f8);}},_0xb559dd={};_0xb559dd[_0x3ff493(0x19e)]=_0x117765;const _0x142745={};_0x142745['action']=_0x4936e4['PauPb'],_0x142745[_0x3ff493(0x23f)]=_0xb559dd;const _0x51b4a3=_0x142745;return!_0x4936e4[_0x3ff493(0x29e)](isUndefined,_0x1daf15)&&(_0x51b4a3[_0x3ff493(0x23f)][_0x3ff493(0x261)]=JSON['stringify'](_0x1daf15)),_0x6b05a8['executeScript'](()=>{},_0x3ff493(0x218)+JSON[_0x3ff493(0x220)](_0x51b4a3));},o11ySync=PerformanceTester[a1_0x416832(0x29f)](PerformanceO11yEvents[a1_0x416832(0x18d)],async _0x153bbd=>{const _0x56fb8b=a1_0x416832,_0xcb334f={};_0xcb334f[_0x56fb8b(0x21a)]=function(_0x1651de,_0x4436c2){return _0x1651de===_0x4436c2;},_0xcb334f[_0x56fb8b(0x1af)]=_0x56fb8b(0x18f);const _0x195e92=_0xcb334f;_0x195e92[_0x56fb8b(0x21a)](_0x153bbd[_0x56fb8b(0x28b)]['name'],_0x195e92[_0x56fb8b(0x1af)])?await _0x153bbd[_0x56fb8b(0x1cd)](_0x41c646=>{},testOpsHelper[_0x56fb8b(0x284)]()):await _0x153bbd[_0x56fb8b(0x1cd)](testOpsHelper[_0x56fb8b(0x284)]());}),markSessionName=PerformanceTester[a1_0x416832(0x29f)](PerformanceAutEvents[a1_0x416832(0x235)],async(_0x308b3b,_0x413de8)=>{const _0x52a29a=a1_0x416832,_0x52056f={};_0x52056f[_0x52a29a(0x28f)]=_0x52a29a(0x299),_0x52056f['ZxbqF']=function(_0x105d85,_0x16f5a8){return _0x105d85===_0x16f5a8;},_0x52056f[_0x52a29a(0x20d)]=_0x52a29a(0x18f);const _0x43cb=_0x52056f,_0x6f1821={};_0x6f1821[_0x52a29a(0x269)]=_0x413de8;const _0x4e01f3={};_0x4e01f3[_0x52a29a(0x1e5)]=_0x43cb[_0x52a29a(0x28f)],_0x4e01f3[_0x52a29a(0x23f)]=_0x6f1821;const _0x127a36=_0x4e01f3;_0x43cb[_0x52a29a(0x26f)](_0x308b3b[_0x52a29a(0x28b)][_0x52a29a(0x269)],_0x43cb[_0x52a29a(0x20d)])?await _0x308b3b[_0x52a29a(0x1cd)](()=>{},_0x52a29a(0x218)+JSON[_0x52a29a(0x220)](_0x127a36)):await _0x308b3b[_0x52a29a(0x1cd)](_0x52a29a(0x218)+JSON[_0x52a29a(0x220)](_0x127a36));}),patchSaveScreenshot=_0xf80e3=>{const _0x18304c=a1_0x416832,_0x141a8e={'KbzrV':'base64','BYjQU':_0x18304c(0x1cc),'eLYKz':function(_0x27f75f){return _0x27f75f();},'pbofM':function(_0x5a4891,_0x1b411e){return _0x5a4891(_0x1b411e);},'ZsnqF':_0x18304c(0x1ea)};_0x141a8e[_0x18304c(0x20b)](isTrue,process[_0x18304c(0x1ed)][_0x18304c(0x1f3)])&&!_0xf80e3[_0x18304c(0x1c7)]&&(_0xf80e3[_0x18304c(0x1c7)]=!![],_0xf80e3[_0x18304c(0x22f)]=_0xf80e3[_0x18304c(0x275)],_0xf80e3['saveScreenshot']=(_0xbda885,_0x257e6f=![])=>{const _0x20906d=_0x18304c,_0x51cbd3={'SDUkY':_0x141a8e[_0x20906d(0x26b)],'eSZVh':_0x141a8e[_0x20906d(0x1bd)],'ThXbW':function(_0x16a1b5){const _0x2bcbea=_0x20906d;return _0x141a8e[_0x2bcbea(0x274)](_0x16a1b5);},'HfxOY':function(_0x1afeaa,_0x2625a3){return _0x141a8e['pbofM'](_0x1afeaa,_0x2625a3);},'iTEoJ':_0x141a8e[_0x20906d(0x1c9)]};return new Promise(function(_0x113984,_0x4fac5d){const _0x3b4fde=_0x20906d;_0xf80e3[_0x3b4fde(0x22f)](_0xbda885,_0x257e6f)[_0x3b4fde(0x208)](()=>{const _0x25f32d=_0x3b4fde,_0x3ffd2c=CodeceptUtils[_0x25f32d(0x194)](_0xbda885);if(_0x3ffd2c){const _0x8a4207=fs[_0x25f32d(0x199)](_0x3ffd2c);process[_0x25f32d(0x1be)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x25f32d(0x233)](),'message':_0x8a4207[_0x25f32d(0x27f)](_0x51cbd3[_0x25f32d(0x1cb)]),'kind':_0x51cbd3['eSZVh']}),_0x51cbd3[_0x25f32d(0x24e)](_0x113984);}_0x51cbd3[_0x25f32d(0x196)](_0x4fac5d,new Error(_0x51cbd3[_0x25f32d(0x212)]));})[_0x3b4fde(0x1a8)](()=>null);});});},patchWebDriverBefore=_0x111ac4=>{const _0x363746=a1_0x416832,_0x4024cc={'hlUMf':function(_0xcdcb4d){return _0xcdcb4d();},'WUqQp':function(_0x15edb4,_0x49ae0b){return _0x15edb4(_0x49ae0b);},'xjyhb':function(_0x15f6a3,_0x4c8463){return _0x15f6a3===_0x4c8463;},'wlXOJ':_0x363746(0x19c),'TqtvB':function(_0x5a4a25,_0xe62e72){return _0x5a4a25===_0xe62e72;},'UIAIi':_0x363746(0x26d),'DncdG':function(_0x4dbb96,_0x1a7d67){return _0x4dbb96===_0x1a7d67;},'tudGP':_0x363746(0x1c6)},_0x25eb00=async function(_0xf4b3a4,_0x218e8b){const _0x58313e=_0x363746;_0x4024cc[_0x58313e(0x1ab)](isAccessibilityAutomationSession)&&!global[_0x58313e(0x223)]&&global[_0x58313e(0x1aa)]&&scripts[_0x58313e(0x1db)](_0xf4b3a4['name'])&&_0x4024cc[_0x58313e(0x254)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x58313e(0x223)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x58313e(0x1e9)],async()=>{const _0x307319=_0x58313e;logger[_0x307319(0x20f)](_0x307319(0x222)+_0xf4b3a4[_0x307319(0x215)]+'\x20'+_0xf4b3a4[_0x307319(0x269)]),await AccessibilityHelper[_0x307319(0x1a3)](_0x111ac4,scripts['performScan']);},{'command':_0xf4b3a4[_0x58313e(0x269)]})());global[_0x58313e(0x223)]=![];const _0x46e6dd=JSON[_0x58313e(0x1b8)](process['env'][_0x58313e(0x293)]||'{}');if(_0x4024cc[_0x58313e(0x25b)](_0x46e6dd?.[_0x58313e(0x1b1)]?.[_0x58313e(0x269)],_0x4024cc[_0x58313e(0x217)])&&_0x4024cc[_0x58313e(0x1c4)](typeof _0x46e6dd?.[_0x58313e(0x1b1)]?.[_0x58313e(0x24c)],_0x4024cc['UIAIi'])&&_0x46e6dd?.[_0x58313e(0x1b1)]?.[_0x58313e(0x24c)][_0x58313e(0x1d3)]('7'))return _0x218e8b['apply'](null,Array[_0x58313e(0x1da)][_0x58313e(0x279)][_0x58313e(0x27b)](arguments,0x2));return _0x218e8b[_0x58313e(0x229)](this,Array[_0x58313e(0x1da)][_0x58313e(0x279)][_0x58313e(0x27b)](arguments,0x2));},_0x58bcf4=CodeceptWebDriver[_0x363746(0x1da)][_0x363746(0x1ba)];CodeceptWebDriver['prototype'][_0x363746(0x1ba)]=async function(){const _0x56595b=_0x363746,_0xf8ab1c={'DorUo':function(_0x4a6f50,_0x564672){const _0x4ce2d1=a1_0xe1f4;return _0x4024cc[_0x4ce2d1(0x18e)](_0x4a6f50,_0x564672);},'yWwIo':_0x4024cc[_0x56595b(0x1e4)]};try{await _0x58bcf4[_0x56595b(0x229)](this,arguments);}catch(_0x533569){logger[_0x56595b(0x20f)](_0x56595b(0x295)+util[_0x56595b(0x1b7)](_0x533569));}scripts[_0x56595b(0x283)][_0x56595b(0x1d0)](_0x57a16b=>_0x57a16b[_0x56595b(0x269)]&&_0x57a16b[_0x56595b(0x215)])['forEach'](_0x16a0b5=>{const _0x3aff1b=_0x56595b;this[_0x3aff1b(0x23a)][_0x3aff1b(0x1c2)](_0x16a0b5[_0x3aff1b(0x269)],_0x25eb00[_0x3aff1b(0x1dc)](this,_0x16a0b5),_0xf8ab1c[_0x3aff1b(0x258)](_0x16a0b5['class'],_0xf8ab1c[_0x3aff1b(0x237)]));}),_0x4024cc[_0x56595b(0x254)](processWebDriverConfig,_0x111ac4);};};function a1_0x5c5e(){const _0x5ea7f7=['bddStep-before','startMonitoring','yVHVX','setSessionName','message','XrDEv','a11y_core_config','codeceptjs','uUVei','measureWrapper','started','url','hook-passed','SYNC','DncdG','Playwright','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','zxWxG','event','__skipSessionStatus','screenshotOutputFolder','CWXKR','HfxOY','376aYkoiL','includes','readFileSync','215fEHtnZ','--auto-open-devtools-for-tabs','webdriverio','bs:addLog:','status','kfzIm','hookType','TCNsg','codeceptjs/lib/helper/Playwright.js','browserStackExecuteDriver','MMcJF','./o11yHelper','../../helpers/performance/performance-tester','codeceptjs/lib/index.js','catch','PUsZq','accessibilityPlatform','hlUMf','bddStepFinish','iCtcJ','currentTest','hYbKS','ZBAjn','testFramework','oTGJV','failed','../../helpers/test-observability/utils','hook-started','ySqcq','format','parse','fubKq','_before','step-comment','SESSION_STATUS','BYjQU','emit','from','kEnfB','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','overwriteCommand','before','TqtvB','ENV_VAR','Element','patchSaveScreenshot','pid','ZsnqF','837UWqmrC','SDUkY','TEST_SCREENSHOT','executeScript','contexts','2219940PBxpRq','filter','bddStep','winstonLogger','startsWith','../../bin/playwright/accessibility-helper','push','__driver','BROWSERSTACK_TESTHUB_UUID','JdXEB','TEST_RUN_FINISHED','prototype','shouldWrapCommand','bind','TestCafe','hoUTF','find','test','ZubRo','../../helpers/globals.js','split','tudGP','action','start','devtools://','bddStepStart','PERFORM_SCAN','Screenshot\x20path\x20not\x20found','SDK_POST_TEST','util','env','afterTest','browserstackTestName','ebUew','restore','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','BS_TESTOPS_ALLOW_SCREENSHOTS','comment','zXBOc','EmuEo','__workerDetails','thBuildUuid','command','EnmZk','UGIOY','performScan','codeceptjs/lib/helper/WebDriver.js','JctWk','1520145ubvaNv','test-after','skipSessionStatus','../../helpers/helper','../../helpers/performance/constants','FAZlQ','codeceptjs/lib/utils.js','test-passed','TEST_LOG','then','test-before','EXbrq','pbofM','82620zHTKyN','HOkRG','test-started','debug','MylyT','warn','iTEoJ','helpers','test-skipped','class','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','wlXOJ','browserstack_executor:\x20','GET_RESULTS','AOzlk','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','../../helpers/accessibility-automation/scripts','zZPYV','TUBED','63892GWSORF','stringify','LIujj','Performing\x20scan\x20for\x20','bstackAllyScanning','./helper.js','pages','skipSessionName','fILml','hook-failed','apply','info','pgzLk','container','end','PlKEn','initSaveScreenshot','exports','isMobilePlatform','SAVE_RESULTS','toISOString','fxxcS','SESSION_NAME','178MkHDUe','yWwIo','LdzSM','dkEDW','browser','8571yqjLkM','all','_setPage','ctx','arguments','BS_A11Y_JWT','captureError','fireEvent','ZLrsp','HOOK_RUN_STARTED','hook','lWzoX','../../helpers/logger','aggnm','\x0aStack:\x20','title','SDK_PRE_TEST','version','zRBmP','ThXbW','vLiFe','args','129003SncEhO','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','domForge','WUqQp','addRequestSpy','codeceptjs/lib/recorder.js','base64','DorUo','captureEvent','TEST_RUN_SKIPPED','xjyhb','Bdkrr','SDK_POST_INITIALIZE','SDK_HOOK','INFO','PCtxo','reason','gXxXY','HnEWP','HOOK_RUN_FINISHED','getResultsSummary','config','IMyNP','SDK_TEST','name','bddStep-after','KbzrV','NzPvW','string','stack','ZxbqF','add','../../bin/playwright/sessionDetails','dispatcher','stopMonitoring','eLYKz','saveScreenshot','rVcyH','HthBM','chromium','slice','QSMhO','call','browserContext','gETON','../../helpers/request-spy','toString','patch','HHkAq','getAccessibilityResultsSummary','commandsToWrap','getSyncScript','SDK_PRE_INITIALIZE','wgBtE','isArray','638044bDRqRp','IzQcZ','ahlOZ','constructor','passed','after','getAccessibilityResults','SBlei','AFQyW','kXoSH','tlXNN','FRAMEWORK_DETAILS','TEST_RUN_STARTED','Failed\x20to\x20execute\x20_before:\x20'];a1_0x5c5e=function(){return _0x5ea7f7;};return a1_0x5c5e();}function parseJwt(_0x3170c4){const _0x574509=a1_0x416832,_0x4a520a={};_0x4a520a['LIujj']=_0x574509(0x257);const _0x11e6f5=_0x4a520a;if(!_0x3170c4)return null;return JSON[_0x574509(0x1b8)](Buffer[_0x574509(0x1bf)](_0x3170c4[_0x574509(0x1e3)]('.')[0x1],_0x11e6f5[_0x574509(0x221)])[_0x574509(0x27f)]());}const patchPlaywrightBefore=()=>{const _0x2a6276=a1_0x416832,_0x373eb5={'EnmZk':function(_0x1359d1){return _0x1359d1();},'tlXNN':_0x2a6276(0x1e7),'zxWxG':_0x2a6276(0x19b),'rVcyH':function(_0x14771e,_0x3ea37d){return _0x14771e(_0x3ea37d);},'kfzIm':function(_0x3063ff,_0x244bab){return _0x3063ff+_0x244bab;},'ebUew':_0x2a6276(0x249),'QSMhO':function(_0x2b0d39){return _0x2b0d39();},'oTGJV':function(_0x31b62d){return _0x31b62d();}};PlaywrightSessionDetails[_0x2a6276(0x280)]();const _0x40337a=CodeceptPlaywright[_0x2a6276(0x1da)][_0x2a6276(0x1ba)];CodeceptPlaywright[_0x2a6276(0x1da)][_0x2a6276(0x1ba)]=async function(){const _0x5a40a1=_0x2a6276;this[_0x5a40a1(0x27c)]=await this[_0x5a40a1(0x23a)][_0x5a40a1(0x1ce)]()[0x0];const _0x3d4076=async()=>{const _0x145817=_0x5a40a1,_0x139fb5={'NSsrH':function(_0x1367f1){const _0x564c0a=a1_0xe1f4;return _0x373eb5[_0x564c0a(0x1fa)](_0x1367f1);},'PlKEn':_0x373eb5[_0x145817(0x292)]},_0x5eb1b7=this[_0x145817(0x266)]&&this[_0x145817(0x266)]['chromium']&&this[_0x145817(0x266)][_0x145817(0x278)][_0x145817(0x250)]&&Array[_0x145817(0x287)](this[_0x145817(0x266)][_0x145817(0x278)][_0x145817(0x250)])&&this['config']['chromium']['args'][_0x145817(0x198)](_0x373eb5[_0x145817(0x191)]);if(_0x373eb5['EnmZk'](isAccessibilityAutomationSession)&&!_0x5eb1b7)try{const _0x2370df=_0x373eb5[_0x145817(0x276)](parseJwt,process[_0x145817(0x1ed)][_0x145817(0x240)]);if(_0x2370df&&_0x2370df[_0x145817(0x29c)]&&_0x2370df['a11y_core_config'][_0x145817(0x253)]){const _0x291864=this[_0x145817(0x27c)][_0x145817(0x225)][_0x145817(0x1dc)](this[_0x145817(0x27c)]);this['browserContext'][_0x145817(0x225)]=async function(){const _0x24fe83=_0x145817,_0x1e3297=await _0x139fb5['NSsrH'](_0x291864),_0x55ed2e=[];for(const _0x5021cc of _0x1e3297){try{const _0x2a660e=await _0x5021cc[_0x24fe83(0x2a1)]();!_0x2a660e[_0x24fe83(0x1d3)](_0x139fb5[_0x24fe83(0x22e)])&&_0x55ed2e[_0x24fe83(0x1d5)](_0x5021cc);}catch(_0x199434){_0x55ed2e['push'](_0x5021cc);}}return _0x55ed2e;};}if(!_0x373eb5[_0x145817(0x1fa)](isBrowserstackInfra)){const _0x306134=await this['page'][_0x145817(0x2a1)]();if(_0x306134[_0x145817(0x1d3)](_0x373eb5[_0x145817(0x292)])){const _0xdda680=await this['browserContext'][_0x145817(0x225)]();this[_0x145817(0x23d)](_0xdda680[0x0]);}}}catch(_0x35f68b){logger[_0x145817(0x20f)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x35f68b[_0x145817(0x29a)]+(_0x35f68b['stack']?_0x373eb5[_0x145817(0x19f)](_0x373eb5[_0x145817(0x1f0)],_0x35f68b[_0x145817(0x26e)]):''));}};_0x373eb5[_0x5a40a1(0x27a)](isBrowserstackInfra)&&await _0x373eb5['EnmZk'](_0x3d4076),await _0x40337a[_0x5a40a1(0x229)](this,arguments),!_0x373eb5[_0x5a40a1(0x1b2)](isBrowserstackInfra)&&await _0x373eb5['QSMhO'](_0x3d4076);};},getCodeceptDriver=()=>{const _0x5f14c6=a1_0x416832,_0x106106={};_0x106106[_0x5f14c6(0x1c0)]='WebDriver',_0x106106['LdzSM']='Playwright',_0x106106[_0x5f14c6(0x289)]='Puppeteer',_0x106106[_0x5f14c6(0x29b)]=_0x5f14c6(0x1dd);const _0x27757e=_0x106106,_0xad4f9=[_0x27757e[_0x5f14c6(0x1c0)],_0x27757e[_0x5f14c6(0x238)],_0x27757e[_0x5f14c6(0x289)],_0x27757e['XrDEv']],_0x428fe9=_0xad4f9[_0x5f14c6(0x1df)](_0x5836b5=>!!CodeceptJS[_0x5f14c6(0x22c)][_0x5f14c6(0x213)](_0x5836b5));if(!_0x428fe9)return null;return CodeceptJS['container'][_0x5f14c6(0x213)](_0x428fe9);};module[a1_0x416832(0x230)]=function(_0x3a31cc){const _0x3c1414=a1_0x416832,_0x3f4e1a={'vLiFe':function(_0x2590aa){return _0x2590aa();},'AWOMu':function(_0x4ad61f,_0x486499){return _0x4ad61f(_0x486499);},'UGIOY':_0x3c1414(0x282),'fxxcS':_0x3c1414(0x216),'CSwPp':'getAccessibilityResults','ahlOZ':_0x3c1414(0x1f2),'TUBED':function(_0x2c8584,_0x215983){return _0x2c8584(_0x215983);},'pgzLk':_0x3c1414(0x1b5),'ySqcq':_0x3c1414(0x18c),'gXxXY':_0x3c1414(0x228),'EmuEo':_0x3c1414(0x1ef),'dkEDW':_0x3c1414(0x209),'PCtxo':function(_0x29f72c,_0x42b5aa,_0x1d9b79){return _0x29f72c(_0x42b5aa,_0x1d9b79);},'gETON':_0x3c1414(0x20e),'wgBtE':function(_0xf3ef4d){return _0xf3ef4d();},'fubKq':_0x3c1414(0x206),'Lhoii':function(_0x51a661){return _0x51a661();},'EXbrq':function(_0x361a89,_0x191332,_0x467dbf,_0x520d3f){return _0x361a89(_0x191332,_0x467dbf,_0x520d3f);},'wvODN':function(_0x5509e9,_0x41dafb){return _0x5509e9===_0x41dafb;},'ZubRo':'Suite','FAZlQ':'test-failed','ZBAjn':_0x3c1414(0x214),'MMcJF':_0x3c1414(0x1ee),'CWXKR':_0x3c1414(0x231),'dpNwI':function(_0x5ebe13,_0xedfab1,_0x1024dd){return _0x5ebe13(_0xedfab1,_0x1024dd);},'yVHVX':function(_0x195ca7){return _0x195ca7();},'NzPvW':_0x3c1414(0x252),'PUsZq':_0x3c1414(0x200),'JctWk':_0x3c1414(0x25f),'fILml':_0x3c1414(0x207),'Bdkrr':_0x3c1414(0x1bb),'zXBOc':_0x3c1414(0x296),'iCtcJ':_0x3c1414(0x26a),'TCNsg':_0x3c1414(0x18f)};_0x3a31cc['skipSessionStatus']&&(global[_0x3c1414(0x193)]=_0x3a31cc[_0x3c1414(0x201)]);PerformanceTester[_0x3c1414(0x297)]();const _0x5508b2=_0x3f4e1a[_0x3c1414(0x286)](getCodeceptDriver),_0x3d4439=new O11yHelper(_0x5508b2,_0x3a31cc),_0x4ad388=!!CodeceptJS[_0x3c1414(0x22c)][_0x3c1414(0x213)](_0x3f4e1a[_0x3c1414(0x1a1)]);global[_0x3c1414(0x1d6)]=_0x5508b2,_0x5508b2&&(PerformanceTester[_0x3c1414(0x29f)](PerformanceEvents[_0x3c1414(0x285)],()=>{const _0x521912=_0x3c1414;_0x4ad388?_0x3f4e1a[_0x521912(0x24f)](patchPlaywrightBefore):_0x3f4e1a['AWOMu'](patchWebDriverBefore,_0x5508b2);})(),PerformanceTester[_0x3c1414(0x29f)](PerformanceEvents[_0x3c1414(0x25d)],()=>{const _0x13ba28=_0x3c1414,_0x253f9b={};_0x253f9b['zZPYV']=_0x3f4e1a[_0x13ba28(0x1fb)],_0x253f9b[_0x13ba28(0x281)]=_0x3f4e1a[_0x13ba28(0x234)],_0x253f9b['kXoSH']=_0x3f4e1a['CSwPp'],_0x253f9b['AFQyW']=_0x3f4e1a[_0x13ba28(0x28a)];const _0x470d77=_0x253f9b;_0x5508b2[_0x13ba28(0x282)]=async()=>{const _0x144d74=_0x13ba28;if(global['accessibilityPlatform']){const _0x383692={};return _0x383692[_0x144d74(0x1f9)]=_0x470d77[_0x144d74(0x21d)],await PerformanceTester[_0x144d74(0x29f)](PerformanceA11yEvents[_0x144d74(0x1e9)],async()=>{const _0x2ff657=_0x144d74;return await AccessibilityHelper[_0x2ff657(0x1a3)](_0x5508b2,scripts[_0x2ff657(0x1fc)]);},_0x383692)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x524be1=_0x144d74;return await AccessibilityHelper[_0x524be1(0x1a3)](_0x5508b2,scripts[_0x524be1(0x265)]);})();}return logger[_0x144d74(0x211)](_0x470d77[_0x144d74(0x281)]),{};},_0x5508b2[_0x13ba28(0x28e)]=async()=>{const _0x5dddb5=_0x13ba28;if(global[_0x5dddb5(0x1aa)]){const _0x2c93aa={};return _0x2c93aa[_0x5dddb5(0x1f9)]=_0x470d77[_0x5dddb5(0x291)],await PerformanceTester[_0x5dddb5(0x29f)](PerformanceA11yEvents[_0x5dddb5(0x1e9)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x5508b2,scripts['performScan']);},_0x2c93aa)(),await PerformanceTester[_0x5dddb5(0x29f)](PerformanceA11yEvents[_0x5dddb5(0x219)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x5508b2,scripts['getResults']);})();}return logger[_0x5dddb5(0x211)](_0x470d77[_0x5dddb5(0x290)]),{};},_0x3f4e1a[_0x13ba28(0x21e)](patchSaveScreenshot,_0x5508b2);})()),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x23c)][_0x3c1414(0x1c3)],()=>{const _0x4218f9=_0x3c1414;PerformanceTester['start'](PerformanceEvents[_0x4218f9(0x24b)]);try{_0x3d4439[_0x4218f9(0x1e6)](),testOpsHelper[_0x4218f9(0x255)](),PerformanceTester[_0x4218f9(0x22d)](PerformanceEvents[_0x4218f9(0x24b)]);}catch(_0x2db644){PerformanceTester[_0x4218f9(0x241)](_0x2db644),PerformanceTester[_0x4218f9(0x22d)](PerformanceEvents['SDK_PRE_TEST'],![],_0x2db644);}}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS['event']['all'][_0x3c1414(0x28d)],async()=>{const _0x1848d7=_0x3c1414;PerformanceTester[_0x1848d7(0x1e6)](PerformanceEvents[_0x1848d7(0x1eb)]);try{requestSpy[_0x1848d7(0x1f1)](),await _0x3d4439['stop'](),PerformanceTester[_0x1848d7(0x22d)](PerformanceEvents[_0x1848d7(0x1eb)]);}catch(_0xb8e2a2){PerformanceTester[_0x1848d7(0x241)](_0xb8e2a2),PerformanceTester[_0x1848d7(0x22d)](PerformanceEvents[_0x1848d7(0x1eb)],![],_0xb8e2a2);}finally{PerformanceTester[_0x1848d7(0x273)]();}}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x245)][_0x3c1414(0x2a0)],_0x2868f8=>{const _0x3505ae=_0x3c1414;PerformanceTester['start'](PerformanceEvents[_0x3505ae(0x25e)]);try{const _0x4a7c4b=_0x2868f8[_0x3505ae(0x23e)][_0x3505ae(0x1e0)],_0xaab789=_0x3d4439[_0x3505ae(0x259)](TEST_EVENTS[_0x3505ae(0x244)],_0x4a7c4b);CodeceptRecorder[_0x3505ae(0x270)](()=>_0x3d4439[_0x3505ae(0x242)](TEST_EVENTS[_0x3505ae(0x244)],_0xaab789));const _0x1e8c02={};_0x1e8c02['hookType']=_0x3f4e1a[_0x3505ae(0x22b)],PerformanceTester[_0x3505ae(0x22d)](PerformanceEvents['SDK_HOOK'],!![],null,_0x1e8c02);}catch(_0x48df8){const _0x265eb0={};_0x265eb0['hookType']=_0x3f4e1a['pgzLk'],PerformanceTester['end'](PerformanceEvents[_0x3505ae(0x25e)],![],_0x48df8,_0x265eb0),PerformanceTester[_0x3505ae(0x241)](_0x48df8);}}),CodeceptJS[_0x3c1414(0x192)]['dispatcher']['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x245)][_0x3c1414(0x28c)],_0x142998=>{const _0x2191da=_0x3c1414,_0x664854={};_0x664854[_0x2191da(0x1a0)]=_0x3f4e1a[_0x2191da(0x1b6)],PerformanceTester[_0x2191da(0x1e6)](PerformanceHookEvents[_0x2191da(0x25e)],!![],null,_0x664854);try{const _0x2ef08d=_0x142998[_0x2191da(0x23e)][_0x2191da(0x1e0)],_0x200d2b=_0x3d4439[_0x2191da(0x259)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2ef08d);CodeceptRecorder[_0x2191da(0x270)](()=>_0x3d4439[_0x2191da(0x242)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x200d2b));const _0x2a70cd={};_0x2a70cd[_0x2191da(0x1a0)]=_0x3f4e1a[_0x2191da(0x1b6)],PerformanceTester['end'](PerformanceHookEvents[_0x2191da(0x25e)],!![],null,_0x2a70cd);}catch(_0x5ed1f7){PerformanceTester[_0x2191da(0x241)](_0x5ed1f7);const _0x5aa916={};_0x5aa916[_0x2191da(0x1a0)]=_0x3f4e1a[_0x2191da(0x1b6)],PerformanceTester[_0x2191da(0x22d)](PerformanceHookEvents[_0x2191da(0x25e)],![],_0x5ed1f7,_0x5aa916);}}),CodeceptJS['event'][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x245)][_0x3c1414(0x1b3)],async(_0xf203aa,_0x24c670)=>{const _0x294c90=_0x3c1414;PerformanceTester[_0x294c90(0x1e6)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2aad81=_0xf203aa[_0x294c90(0x23e)]['test'],_0x3ee4c5=_0x3d4439[_0x294c90(0x259)](TEST_EVENTS[_0x294c90(0x264)],_0x2aad81,_0x24c670);CodeceptRecorder[_0x294c90(0x270)](()=>_0x3d4439[_0x294c90(0x242)](TEST_EVENTS[_0x294c90(0x264)],_0x3ee4c5));const _0x29f433={};_0x29f433['hookType']=_0x3f4e1a[_0x294c90(0x262)],PerformanceTester[_0x294c90(0x1e6)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x29f433);}catch(_0x18a0f2){PerformanceTester[_0x294c90(0x241)](_0x18a0f2);const _0x58c29d={};_0x58c29d[_0x294c90(0x1a0)]=_0x3f4e1a['gXxXY'],PerformanceTester[_0x294c90(0x22d)](PerformanceHookEvents[_0x294c90(0x25e)],![],_0x18a0f2,_0x58c29d);}const _0x14fad8={};_0x14fad8[_0x294c90(0x1a0)]=_0x3f4e1a[_0x294c90(0x262)],PerformanceTester[_0x294c90(0x22d)](PerformanceHookEvents[_0x294c90(0x25e)],!![],null,_0x14fad8);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)][_0x3c1414(0x1c3)],_0x1c49f6=>{const _0x4add85=_0x3c1414;PerformanceTester[_0x4add85(0x1e6)](PerformanceHookEvents[_0x4add85(0x25e)]);try{globals['setGlobal'](_0x3f4e1a[_0x4add85(0x1f6)],_0x1c49f6[_0x4add85(0x24a)]);_0x3f4e1a['vLiFe'](isBrowserstackInfra)&&(_0x4ad388&&(global[_0x4add85(0x1f7)]={'currentTest':{'name':_0x1c49f6[_0x4add85(0x24a)],'testInfo':{'titlePath':_0x1c49f6['titlePath']()}}}));const _0x4c6da9={};_0x4c6da9['hookType']=_0x3f4e1a[_0x4add85(0x239)],PerformanceTester[_0x4add85(0x22d)](PerformanceHookEvents[_0x4add85(0x25e)],!![],null,_0x4c6da9);}catch(_0x37362f){PerformanceTester['captureError'](_0x37362f);const _0x234437={};_0x234437[_0x4add85(0x1a0)]=_0x3f4e1a[_0x4add85(0x239)],PerformanceTester[_0x4add85(0x22d)](PerformanceHookEvents[_0x4add85(0x25e)],![],_0x37362f,_0x234437);}}),CodeceptJS[_0x3c1414(0x192)]['dispatcher']['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)][_0x3c1414(0x2a0)],_0x3a3f88=>{const _0x3fd425=_0x3c1414,_0x4b0f0d={'HnEWP':function(_0x54cb9e){const _0x5b058e=a1_0xe1f4;return _0x3f4e1a[_0x5b058e(0x24f)](_0x54cb9e);},'ZZSiO':function(_0xc1e239,_0x400d79){return _0x3f4e1a['TUBED'](_0xc1e239,_0x400d79);},'zRBmP':function(_0x3a9b52,_0x1d4f1c,_0x4a26b0){const _0x5d34ad=a1_0xe1f4;return _0x3f4e1a[_0x5d34ad(0x260)](_0x3a9b52,_0x1d4f1c,_0x4a26b0);},'ZLrsp':function(_0x5e2acc,_0x592102){return _0x3f4e1a['AWOMu'](_0x5e2acc,_0x592102);}};PerformanceTester[_0x3fd425(0x1e6)](PerformanceHookEvents[_0x3fd425(0x25e)]);try{globals['setGlobal'](_0x3f4e1a[_0x3fd425(0x1f6)],_0x3a3f88['title']);const _0x537520=_0x3d4439[_0x3fd425(0x259)](TEST_EVENTS[_0x3fd425(0x294)],_0x3a3f88);CodeceptRecorder['add'](()=>_0x3d4439[_0x3fd425(0x242)](TEST_EVENTS[_0x3fd425(0x294)],_0x537520)),CodeceptRecorder[_0x3fd425(0x270)](async()=>{const _0x4eca69=_0x3fd425;_0x4b0f0d[_0x4eca69(0x263)](isBrowserstackInfra)&&(!_0x4b0f0d['ZZSiO'](isTrue,_0x3a31cc[_0x4eca69(0x226)])&&await _0x4b0f0d[_0x4eca69(0x24d)](markSessionName,_0x5508b2,_0x3a3f88[_0x4eca69(0x24a)]),_0x3d4439['enabled']&&await _0x4b0f0d[_0x4eca69(0x243)](o11ySync,_0x5508b2));});}catch(_0x584da8){const _0x402aed={};_0x402aed[_0x3fd425(0x1a0)]=_0x3f4e1a[_0x3fd425(0x27d)],PerformanceTester[_0x3fd425(0x22d)](PerformanceHookEvents[_0x3fd425(0x25e)],![],_0x584da8,_0x402aed),PerformanceTester[_0x3fd425(0x241)](_0x584da8);}const _0x16a3ac={};_0x16a3ac[_0x3fd425(0x1a0)]=_0x3f4e1a[_0x3fd425(0x27d)],PerformanceTester[_0x3fd425(0x22d)](PerformanceHookEvents[_0x3fd425(0x25e)],!![],null,_0x16a3ac);}),CodeceptJS['event'][_0x3c1414(0x272)]['on'](CodeceptJS['event'][_0x3c1414(0x1e0)]['passed'],_0x4c7a14=>{const _0x33c7b5=_0x3c1414,_0x29e34d={'aggnm':function(_0x318933,_0x40daae,_0x327387){return _0x3f4e1a['PCtxo'](_0x318933,_0x40daae,_0x327387);},'hoUTF':function(_0x474526,_0x4fc73a,_0x1446a8){const _0x15a08e=a1_0xe1f4;return _0x3f4e1a[_0x15a08e(0x260)](_0x474526,_0x4fc73a,_0x1446a8);},'IMyNP':function(_0x1b44d8){return _0x3f4e1a['wgBtE'](_0x1b44d8);}};PerformanceTester[_0x33c7b5(0x1e6)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2164ca=_0x3d4439['captureEvent'](TEST_EVENTS[_0x33c7b5(0x1d9)],_0x4c7a14);CodeceptRecorder[_0x33c7b5(0x270)](()=>_0x3d4439['fireEvent'](TEST_EVENTS[_0x33c7b5(0x1d9)],_0x2164ca)),CodeceptRecorder[_0x33c7b5(0x270)](async()=>{const _0x531715=_0x33c7b5;_0x29e34d[_0x531715(0x267)](isBrowserstackInfra)&&await PerformanceTester[_0x531715(0x29f)](PerformanceAutEvents[_0x531715(0x1bc)],async()=>{const _0x429bcf=_0x531715;_0x4ad388?await _0x29e34d[_0x429bcf(0x248)](playwrightMarkSessionStatus,_0x5508b2,STATE_PASSED):await _0x29e34d[_0x429bcf(0x1de)](markSessionStatus,_0x5508b2,STATE_PASSED);})();}),PerformanceTester[_0x33c7b5(0x22d)](PerformanceEvents[_0x33c7b5(0x268)]);}catch(_0x5a5f47){PerformanceTester[_0x33c7b5(0x241)](_0x5a5f47);const _0x172e25={};_0x172e25[_0x33c7b5(0x1a0)]=_0x3f4e1a['fubKq'],PerformanceTester['end'](PerformanceHookEvents[_0x33c7b5(0x25e)],![],_0x5a5f47,_0x172e25),PerformanceTester[_0x33c7b5(0x22d)](PerformanceEvents['SDK_TEST'],![],_0x5a5f47);}const _0x141761={};_0x141761[_0x33c7b5(0x1a0)]=_0x3f4e1a[_0x33c7b5(0x1b9)],PerformanceTester['end'](PerformanceHookEvents[_0x33c7b5(0x25e)],!![],null,_0x141761);}),CodeceptJS['event'][_0x3c1414(0x272)]['on'](CodeceptJS['event'][_0x3c1414(0x1e0)][_0x3c1414(0x1b3)],(_0xfbbcad,_0x1f82a4)=>{const _0xd28138=_0x3c1414,_0x4f680e={'MylyT':function(_0xa9a62){return _0x3f4e1a['Lhoii'](_0xa9a62);},'HthBM':function(_0x493b36,_0x6d1e13,_0xa2f65b,_0x6c5ec9){const _0x4bdc34=a1_0xe1f4;return _0x3f4e1a[_0x4bdc34(0x20a)](_0x493b36,_0x6d1e13,_0xa2f65b,_0x6c5ec9);}};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{if(_0x3f4e1a['wvODN'](_0xfbbcad[_0xd28138(0x28b)][_0xd28138(0x269)],_0x3f4e1a[_0xd28138(0x1e1)])){const _0x1fb2f1=_0x3d4439[_0xd28138(0x259)](TEST_EVENTS[_0xd28138(0x25a)],_0xfbbcad[_0xd28138(0x23e)][_0xd28138(0x1ae)]);CodeceptRecorder[_0xd28138(0x270)](()=>_0x3d4439[_0xd28138(0x242)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x1fb2f1));}else{const _0x29b3dd=_0x3d4439[_0xd28138(0x259)](TEST_EVENTS[_0xd28138(0x1d9)],_0xfbbcad,_0x1f82a4);CodeceptRecorder[_0xd28138(0x270)](()=>{const _0x2861a7=_0xd28138;try{_0x3d4439[_0x2861a7(0x242)](TEST_EVENTS[_0x2861a7(0x1d9)],_0x29b3dd);}catch(_0x485a22){logger[_0x2861a7(0x20f)](_0x2861a7(0x190)+util[_0x2861a7(0x1b7)](_0x485a22)),PerformanceTester[_0x2861a7(0x22d)](PerformanceEvents[_0x2861a7(0x268)],![],_0x485a22);}}),CodeceptRecorder[_0xd28138(0x270)](async()=>{const _0xcc5cf=_0xd28138;try{_0x4f680e[_0xcc5cf(0x210)](isBrowserstackInfra)&&(_0x4ad388?await _0x4f680e[_0xcc5cf(0x277)](playwrightMarkSessionStatus,_0x5508b2,STATE_FAILED,_0x1f82a4):await _0x4f680e[_0xcc5cf(0x277)](markSessionStatus,_0x5508b2,STATE_FAILED,_0x1f82a4));}catch(_0x1aea83){logger[_0xcc5cf(0x20f)](_0xcc5cf(0x21b)+util['format'](_0x1aea83)),PerformanceTester['end'](PerformanceEvents[_0xcc5cf(0x268)],![],_0x1aea83);}});}PerformanceTester['end'](PerformanceEvents[_0xd28138(0x268)]);}catch(_0x2d9e37){PerformanceTester[_0xd28138(0x241)](_0x2d9e37);const _0x408769={};_0x408769[_0xd28138(0x1a0)]=_0x3f4e1a['FAZlQ'],PerformanceTester['end'](PerformanceHookEvents[_0xd28138(0x25e)],![],_0x2d9e37,_0x408769),PerformanceTester[_0xd28138(0x22d)](PerformanceEvents['SDK_TEST'],![],_0x2d9e37);}const _0x422b04={};_0x422b04[_0xd28138(0x1a0)]=_0x3f4e1a[_0xd28138(0x204)],PerformanceTester[_0xd28138(0x22d)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x422b04);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)]['skipped'],_0x38c6ac=>{const _0x53ee10=_0x3c1414;PerformanceTester[_0x53ee10(0x1e6)](PerformanceHookEvents[_0x53ee10(0x25e)]);try{const _0x275739=_0x3d4439[_0x53ee10(0x259)](TEST_EVENTS[_0x53ee10(0x25a)],_0x38c6ac);CodeceptRecorder[_0x53ee10(0x270)](()=>_0x3d4439[_0x53ee10(0x242)](TEST_EVENTS[_0x53ee10(0x25a)],_0x275739)),PerformanceTester[_0x53ee10(0x22d)](PerformanceEvents[_0x53ee10(0x268)]);}catch(_0x42db17){PerformanceTester[_0x53ee10(0x241)](_0x42db17),PerformanceTester[_0x53ee10(0x22d)](PerformanceEvents[_0x53ee10(0x268)],![],_0x42db17);const _0x31d7b6={};_0x31d7b6[_0x53ee10(0x1a0)]=_0x3f4e1a[_0x53ee10(0x1b0)],PerformanceTester['end'](PerformanceHookEvents[_0x53ee10(0x25e)],![],_0x42db17,_0x31d7b6);}const _0x50d291={};_0x50d291['hookType']=_0x3f4e1a['ZBAjn'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x50d291);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x1e0)]['after'],async(_0x3d515b,_0x34122e)=>{const _0x146e30=_0x3c1414,_0x2dbb5f={};_0x2dbb5f[_0x146e30(0x1d8)]=_0x3f4e1a[_0x146e30(0x1a4)],_0x2dbb5f[_0x146e30(0x246)]=_0x3f4e1a[_0x146e30(0x195)];const _0x115cd3=_0x2dbb5f;try{PerformanceTester['start'](PerformanceHookEvents[_0x146e30(0x25e)]);const _0x13ae6e=_0x3f4e1a['dpNwI'](shouldScanTestForAccessibility,_0x3d515b['titlePath'](),!![]);if(_0x3f4e1a[_0x146e30(0x298)](isAccessibilityAutomationSession)&&global[_0x146e30(0x1aa)]&&_0x13ae6e){const _0x2f4f61={};_0x2f4f61['thTestRunUuid']=_0x3d515b['testAnalyticsId'],_0x2f4f61[_0x146e30(0x1f8)]=process[_0x146e30(0x1ed)][testHubConstants['ENV_VAR'][_0x146e30(0x1d7)]],_0x2f4f61['thJwtToken']=process[_0x146e30(0x1ed)][testHubConstants[_0x146e30(0x1c5)]['BROWSERSTACK_TESTHUB_JWT']];const _0x4e4daf=_0x2f4f61;logger[_0x146e30(0x20f)](_0x146e30(0x1c1)+JSON[_0x146e30(0x220)](_0x4e4daf)),CodeceptRecorder[_0x146e30(0x270)](async()=>{const _0x540457=_0x146e30,_0x110697={};_0x110697[_0x540457(0x1f9)]=_0x115cd3['JdXEB'],await PerformanceTester[_0x540457(0x29f)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{await AccessibilityHelper['browserStackExecuteDriver'](_0x5508b2,scripts['performScan']);},_0x110697)(),globals['getGlobal'](_0x115cd3[_0x540457(0x246)])&&(_0x4e4daf['is_mobile_session']=!![]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x540457(0x232)],async()=>{const _0x1e412d=_0x540457;await AccessibilityHelper[_0x1e412d(0x1a3)](_0x5508b2,scripts['saveTestResults'],_0x4e4daf);})();}),logger[_0x146e30(0x22a)](_0x3f4e1a[_0x146e30(0x26c)]);}const _0x2151cb={};_0x2151cb['hookType']=_0x3f4e1a[_0x146e30(0x1a9)],PerformanceTester['end'](PerformanceHookEvents[_0x146e30(0x25e)],!![],null,_0x2151cb);}catch(_0x2cecb3){PerformanceTester[_0x146e30(0x241)](_0x2cecb3);const _0x143782={};_0x143782[_0x146e30(0x1a0)]=_0x3f4e1a[_0x146e30(0x1a9)],PerformanceTester[_0x146e30(0x22d)](PerformanceHookEvents[_0x146e30(0x25e)],![],_0x2cecb3,_0x143782);}}),CodeceptJS[_0x3c1414(0x192)]['dispatcher']['on'](CodeceptJS[_0x3c1414(0x192)]['step'][_0x3c1414(0x1f4)],_0x168f8c=>{const _0x237e6d=_0x3c1414;PerformanceTester[_0x237e6d(0x1e6)](PerformanceHookEvents['SDK_HOOK']);try{process['emit'](_0x237e6d(0x19d)+process[_0x237e6d(0x1c8)],{'timestamp':new Date()['toISOString'](),'level':_0x3f4e1a[_0x237e6d(0x1fe)],'message':_0x168f8c,'kind':_0x3f4e1a[_0x237e6d(0x227)],'http_response':{}});}catch(_0x17ddf1){PerformanceTester['captureError'](_0x17ddf1);const _0x1f86e2={};_0x1f86e2['hookType']=_0x3f4e1a[_0x237e6d(0x25c)],PerformanceTester[_0x237e6d(0x22d)](PerformanceHookEvents[_0x237e6d(0x25e)],![],_0x17ddf1,_0x1f86e2);}const _0x3c8950={};_0x3c8950[_0x237e6d(0x1a0)]=_0x3f4e1a[_0x237e6d(0x25c)],PerformanceTester[_0x237e6d(0x22d)](PerformanceHookEvents[_0x237e6d(0x25e)],!![],null,_0x3c8950);}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS['event'][_0x3c1414(0x1d1)]['before'],_0x119b84=>{const _0x5b7306=_0x3c1414,_0x1d7c11={};_0x1d7c11[_0x5b7306(0x1a0)]=_0x3f4e1a[_0x5b7306(0x1f5)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x522a58=_0x5b7306;_0x3d4439[_0x522a58(0x1e8)](_0x119b84);},_0x1d7c11)();}),CodeceptJS[_0x3c1414(0x192)][_0x3c1414(0x272)]['on'](CodeceptJS[_0x3c1414(0x192)]['bddStep']['after'],_0x522f10=>{const _0x45ebc8=_0x3c1414,_0x2ee7d8={};_0x2ee7d8[_0x45ebc8(0x1a0)]=_0x3f4e1a[_0x45ebc8(0x1ad)],PerformanceTester[_0x45ebc8(0x29f)](PerformanceHookEvents[_0x45ebc8(0x25e)],()=>{const _0x524afa=_0x45ebc8;_0x3d4439[_0x524afa(0x1ac)](_0x522f10);},_0x2ee7d8)();});};
|
|
1
|
+
const a1_0xdbfd30=a1_0xed48;(function(_0xe1712a,_0x592a05){const _0x46da0c=a1_0xed48,_0x166910=_0xe1712a();while(!![]){try{const _0x8b4578=parseInt(_0x46da0c(0x182))/0x1+parseInt(_0x46da0c(0x17e))/0x2+-parseInt(_0x46da0c(0x20f))/0x3*(-parseInt(_0x46da0c(0x1e2))/0x4)+-parseInt(_0x46da0c(0x16f))/0x5*(parseInt(_0x46da0c(0x19d))/0x6)+-parseInt(_0x46da0c(0x1e3))/0x7+parseInt(_0x46da0c(0x178))/0x8*(parseInt(_0x46da0c(0x1c8))/0x9)+-parseInt(_0x46da0c(0x181))/0xa;if(_0x8b4578===_0x592a05)break;else _0x166910['push'](_0x166910['shift']());}catch(_0x675029){_0x166910['push'](_0x166910['shift']());}}}(a1_0x1f98,0x81719));const fs=require('fs'),util=require(a1_0xdbfd30(0x24b)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0xdbfd30(0x17b)),logger=require(a1_0xdbfd30(0x1d0))[a1_0xdbfd30(0x1fc)],testOpsHelper=require(a1_0xdbfd30(0x18c)),requestSpy=require(a1_0xdbfd30(0x1bf)),PlaywrightSessionDetails=require(a1_0xdbfd30(0x241)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0xdbfd30(0x205)),PerformanceTester=require(a1_0xdbfd30(0x232)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0xdbfd30(0x21e)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require('../../helpers/globals.js'),CodeceptJS=requireModule(a1_0xdbfd30(0x255),'codeceptjs'),CodeceptUtils=requireModule(a1_0xdbfd30(0x16a),a1_0xdbfd30(0x183)),CodeceptWebDriver=requireModule(a1_0xdbfd30(0x17a),a1_0xdbfd30(0x183)),CodeceptRecorder=requireModule(a1_0xdbfd30(0x1c9),a1_0xdbfd30(0x183)),CodeceptPlaywright=requireModule(a1_0xdbfd30(0x1a9),a1_0xdbfd30(0x183)),playwrightMarkSessionStatus=(_0x164401,_0x521b6e,_0xc04f3d)=>{const _0x163d66=a1_0xdbfd30,_0xf1298={'QOBoO':'setSessionStatus','QOHNi':function(_0x4afcae,_0xeed5b4){return _0x4afcae(_0xeed5b4);}},_0x3bb366={};_0x3bb366['status']=_0x521b6e;const _0x8ef262={};_0x8ef262[_0x163d66(0x1f5)]=_0xf1298[_0x163d66(0x1c4)],_0x8ef262[_0x163d66(0x243)]=_0x3bb366;const _0x5858ac=_0x8ef262;return!_0xf1298[_0x163d66(0x19a)](isUndefined,_0xc04f3d)&&(_0x5858ac[_0x163d66(0x243)][_0x163d66(0x204)]=JSON[_0x163d66(0x1c2)](_0xc04f3d)),_0x164401['executeScript'](()=>{},_0x163d66(0x256)+JSON[_0x163d66(0x1c2)](_0x5858ac));},o11ySync=PerformanceTester[a1_0xdbfd30(0x1e8)](PerformanceO11yEvents[a1_0xdbfd30(0x220)],async _0x11f9f7=>{const _0x2de0ee=a1_0xdbfd30,_0x267fe5={};_0x267fe5['bGivu']=function(_0x10749a,_0x56e1fc){return _0x10749a===_0x56e1fc;},_0x267fe5[_0x2de0ee(0x1af)]='Playwright';const _0x59742f=_0x267fe5;_0x59742f[_0x2de0ee(0x1dd)](_0x11f9f7[_0x2de0ee(0x25b)]['name'],_0x59742f[_0x2de0ee(0x1af)])?await _0x11f9f7['executeScript'](_0xca3316=>{},testOpsHelper[_0x2de0ee(0x221)]()):await _0x11f9f7[_0x2de0ee(0x1ea)](testOpsHelper[_0x2de0ee(0x221)]());}),markSessionName=PerformanceTester[a1_0xdbfd30(0x1e8)](PerformanceAutEvents[a1_0xdbfd30(0x22f)],async(_0x375ae1,_0x5a4b3f)=>{const _0x2fc8d1=a1_0xdbfd30,_0xe41af9={};_0xe41af9[_0x2fc8d1(0x196)]='setSessionName',_0xe41af9[_0x2fc8d1(0x1eb)]=function(_0x131548,_0x2e97d7){return _0x131548===_0x2e97d7;},_0xe41af9['LuHfq']='Playwright';const _0xe13363=_0xe41af9,_0x12d48b={};_0x12d48b[_0x2fc8d1(0x171)]=_0x5a4b3f;const _0x1c2b73={};_0x1c2b73[_0x2fc8d1(0x1f5)]=_0xe13363[_0x2fc8d1(0x196)],_0x1c2b73[_0x2fc8d1(0x243)]=_0x12d48b;const _0x5e6499=_0x1c2b73;_0xe13363[_0x2fc8d1(0x1eb)](_0x375ae1[_0x2fc8d1(0x25b)]['name'],_0xe13363[_0x2fc8d1(0x219)])?await _0x375ae1['executeScript'](()=>{},_0x2fc8d1(0x256)+JSON['stringify'](_0x5e6499)):await _0x375ae1['executeScript'](_0x2fc8d1(0x256)+JSON['stringify'](_0x5e6499));}),patchSaveScreenshot=_0x86a773=>{const _0x36ab6=a1_0xdbfd30,_0x3033c5={'ZanTU':_0x36ab6(0x1b1),'jBFLc':_0x36ab6(0x21c),'kXXmQ':function(_0x5a340c){return _0x5a340c();},'YZjOg':function(_0xb03f62,_0x3587b6){return _0xb03f62(_0x3587b6);},'RdcvO':_0x36ab6(0x1e9)};_0x3033c5[_0x36ab6(0x1cc)](isTrue,process['env'][_0x36ab6(0x1b7)])&&!_0x86a773[_0x36ab6(0x245)]&&(_0x86a773[_0x36ab6(0x245)]=!![],_0x86a773['initSaveScreenshot']=_0x86a773[_0x36ab6(0x246)],_0x86a773['saveScreenshot']=(_0xe1a664,_0x1dc9e3=![])=>{return new Promise(function(_0x7711cd,_0x1e3d80){const _0x36d8d7=a1_0xed48,_0x43e36e={'NpbsO':_0x3033c5[_0x36d8d7(0x250)],'sPSpk':_0x3033c5[_0x36d8d7(0x210)],'qXSua':function(_0x326b5e){const _0x41fd92=_0x36d8d7;return _0x3033c5[_0x41fd92(0x1dc)](_0x326b5e);},'wRQgK':function(_0x2d5f24,_0x540c95){const _0x3eca83=_0x36d8d7;return _0x3033c5[_0x3eca83(0x1cc)](_0x2d5f24,_0x540c95);},'cgLcF':_0x3033c5['RdcvO']};_0x86a773['initSaveScreenshot'](_0xe1a664,_0x1dc9e3)[_0x36d8d7(0x1ed)](()=>{const _0x1515b5=_0x36d8d7,_0x26794a=CodeceptUtils[_0x1515b5(0x186)](_0xe1a664);if(_0x26794a){const _0x5efccd=fs[_0x1515b5(0x19b)](_0x26794a);process['emit'](_0x1515b5(0x18b)+process[_0x1515b5(0x257)],{'timestamp':new Date()['toISOString'](),'message':_0x5efccd[_0x1515b5(0x1a1)](_0x43e36e[_0x1515b5(0x207)]),'kind':_0x43e36e[_0x1515b5(0x1e4)]}),_0x43e36e[_0x1515b5(0x16d)](_0x7711cd);}_0x43e36e['wRQgK'](_0x1e3d80,new Error(_0x43e36e[_0x1515b5(0x236)]));})[_0x36d8d7(0x24a)](()=>null);});});},patchWebDriverBefore=_0x351a92=>{const _0x469e6d=a1_0xdbfd30,_0x4dfb55={'uLUod':function(_0x10b38b){return _0x10b38b();},'AhOCx':function(_0x2a3fe1,_0x1560ab){return _0x2a3fe1(_0x1560ab);},'XRivY':function(_0x5610ff,_0x511904){return _0x5610ff===_0x511904;},'FBTAe':_0x469e6d(0x226),'HWjRE':'string','FyGer':_0x469e6d(0x231)},_0x3397c1=async function(_0x468bcf,_0x358b58){const _0x1ded9f=_0x469e6d;_0x4dfb55[_0x1ded9f(0x1ba)](isAccessibilityAutomationSession)&&!global[_0x1ded9f(0x23e)]&&global[_0x1ded9f(0x188)]&&scripts[_0x1ded9f(0x238)](_0x468bcf['name'])&&_0x4dfb55['AhOCx'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1ded9f(0x23e)]=!![],await PerformanceTester[_0x1ded9f(0x1e8)](PerformanceA11yEvents[_0x1ded9f(0x1c1)],async()=>{const _0x445fae=_0x1ded9f;logger[_0x445fae(0x20c)](_0x445fae(0x1d5)+_0x468bcf[_0x445fae(0x225)]+'\x20'+_0x468bcf[_0x445fae(0x171)]),await AccessibilityHelper[_0x445fae(0x199)](_0x351a92,scripts[_0x445fae(0x1b5)]);},{'command':_0x468bcf[_0x1ded9f(0x171)]})());global[_0x1ded9f(0x23e)]=![];const _0x314631=JSON[_0x1ded9f(0x1ac)](process[_0x1ded9f(0x1bb)]['FRAMEWORK_DETAILS']||'{}');if(_0x4dfb55[_0x1ded9f(0x17f)](_0x314631?.['testFramework']?.[_0x1ded9f(0x171)],_0x4dfb55[_0x1ded9f(0x16b)])&&_0x4dfb55[_0x1ded9f(0x17f)](typeof _0x314631?.['testFramework']?.[_0x1ded9f(0x203)],_0x4dfb55['HWjRE'])&&_0x314631?.[_0x1ded9f(0x202)]?.[_0x1ded9f(0x203)][_0x1ded9f(0x18d)]('7'))return _0x358b58['apply'](null,Array[_0x1ded9f(0x222)]['slice'][_0x1ded9f(0x18a)](arguments,0x2));return _0x358b58[_0x1ded9f(0x20b)](this,Array[_0x1ded9f(0x222)][_0x1ded9f(0x1e6)][_0x1ded9f(0x18a)](arguments,0x2));},_0x48399f=CodeceptWebDriver[_0x469e6d(0x222)][_0x469e6d(0x227)];CodeceptWebDriver[_0x469e6d(0x222)][_0x469e6d(0x227)]=async function(){const _0xf816d0=_0x469e6d;try{await _0x48399f[_0xf816d0(0x20b)](this,arguments);}catch(_0x164588){logger[_0xf816d0(0x20c)](_0xf816d0(0x18e)+util[_0xf816d0(0x1f9)](_0x164588));}scripts['commandsToWrap']['filter'](_0x494fc8=>_0x494fc8[_0xf816d0(0x171)]&&_0x494fc8[_0xf816d0(0x225)])[_0xf816d0(0x239)](_0x500825=>{const _0x35c723=_0xf816d0;this['browser'][_0x35c723(0x1d9)](_0x500825[_0x35c723(0x171)],_0x3397c1[_0x35c723(0x251)](this,_0x500825),_0x4dfb55[_0x35c723(0x17f)](_0x500825['class'],_0x4dfb55[_0x35c723(0x25f)]));}),_0x4dfb55[_0xf816d0(0x1cf)](processWebDriverConfig,_0x351a92);};};function a1_0xed48(_0xbc9d06,_0x1595fa){const _0x1f988a=a1_0x1f98();return a1_0xed48=function(_0xed48aa,_0x2380c0){_0xed48aa=_0xed48aa-0x16a;let _0x11654b=_0x1f988a[_0xed48aa];return _0x11654b;},a1_0xed48(_0xbc9d06,_0x1595fa);}function parseJwt(_0x3238e1){const _0x421f2a=a1_0xdbfd30,_0x4c3d96={};_0x4c3d96[_0x421f2a(0x1d8)]=_0x421f2a(0x1b1);const _0x4eae9e=_0x4c3d96;if(!_0x3238e1)return null;return JSON[_0x421f2a(0x1ac)](Buffer[_0x421f2a(0x1d4)](_0x3238e1[_0x421f2a(0x24f)]('.')[0x1],_0x4eae9e[_0x421f2a(0x1d8)])[_0x421f2a(0x1a1)]());}function a1_0x1f98(){const _0x36af6d=['testFramework','version','reason','../../helpers/accessibility-automation/scripts','captureEvent','NpbsO','end','UBMTS','LRsAp','apply','debug','getResultsSummary','TEST_LOG','9lHpfNl','jBFLc','ZNqVe','xJPWq','FFtUa','ctx','INFO','saveTestResults','isArray','thJwtToken','LuHfq','GkpUK','stack','TEST_SCREENSHOT','getAccessibilityResults','../../helpers/performance/constants','elmFv','SYNC','getSyncScript','prototype','warn','captureError','class','webdriverio','_before','--auto-open-devtools-for-tabs','hookType','kZfFv','kreqR','tGOwO','test','restore','SESSION_NAME','TEST_RUN_FINISHED','Element','../../helpers/performance/performance-tester','test-after','passed','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','cgLcF','Vrfxp','shouldWrapCommand','forEach','event','before','fJbhH','startMonitoring','bstackAllyScanning','is_mobile_session','hook-started','../../bin/playwright/sessionDetails','WebDriver','arguments','browserContext','patchSaveScreenshot','saveScreenshot','Playwright','BROWSERSTACK_TESTHUB_JWT','info','catch','util','GET_RESULTS','getAccessibilityResultsSummary','ALsjx','split','ZanTU','bind','HOOK_RUN_STARTED','title','bddStepStart','codeceptjs/lib/index.js','browserstack_executor:\x20','pid','vFuEp','domForge','ZkpsZ','constructor','MJXdz','SDK_TEST','VUFYP','FyGer','codeceptjs/lib/utils.js','FBTAe','bddStepFinish','qXSua','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','4353300gXBCws','_setPage','name','JlPkO','LgWuj','YbbvS','RlciY','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','136YkPzBg','hook-failed','codeceptjs/lib/helper/WebDriver.js','../../helpers/helper','step','getGlobal','639122QbXBTG','XRivY','vKZho','3901220bbRgWU','353113XJMsSa','codeceptjs','afterTest','skipSessionStatus','screenshotOutputFolder','command','accessibilityPlatform','vFWdX','call','bs:addLog:','../../helpers/test-observability/utils','startsWith','Failed\x20to\x20execute\x20_before:\x20','container','toISOString','bddStep-before','fireEvent','TestCafe','dwThh','bgVHc','utkHC','SDK_HOOK','thBuildUuid','browserStackExecuteDriver','QOHNi','readFileSync','titlePath','6aABkJu','SlXMK','push','Puppeteer','toString','args','__driver','failed','after','a11y_core_config','URpqr','stop','codeceptjs/lib/helper/Playwright.js','devtools://','start','parse','bHRZr','url','IwRgN','page','base64','SDK_POST_INITIALIZE','helpers','getResults','performScan','pages','BS_TESTOPS_ALLOW_SCREENSHOTS','test-before','config','uLUod','env','bddStep','bddStep-after','uiNGG','../../helpers/request-spy','add','PERFORM_SCAN','stringify','aJgav','QOBoO','HOOK_RUN_FINISHED','BROWSERSTACK_TESTHUB_UUID','BOyBI','478908lXDkdF','codeceptjs/lib/recorder.js','ENV_VAR','qJbKt','YZjOg','isMobilePlatform','TEST_RUN_STARTED','AhOCx','../../helpers/logger','setGlobal','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','BS_A11Y_JWT','from','Performing\x20scan\x20for\x20','qqASd','emit','FUEWh','overwriteCommand','DBern','ddrMY','kXXmQ','bGivu','HVFjB','ibyvl','rEEAX','SESSION_STATUS','851212BZhdbN','2972928AfcBvk','sPSpk','SAVE_RESULTS','slice','SDK_PRE_TEST','measureWrapper','Screenshot\x20path\x20not\x20found','executeScript','yiCNC','KzglC','then','INijE','includes','chromium','__skipSessionStatus','step-comment','ketLZ','TEST_RUN_SKIPPED','action','hook','dispatcher','gphik','format','WinKE','contexts','winstonLogger','UXZwY','thTestRunUuid','all','HUPxM','started'];a1_0x1f98=function(){return _0x36af6d;};return a1_0x1f98();}const patchPlaywrightBefore=()=>{const _0x47177f=a1_0xdbfd30,_0x41b60f={'RlciY':_0x47177f(0x228),'LgWuj':function(_0x3d8952){return _0x3d8952();},'lZhYw':function(_0x36c43f,_0x2b07e4){return _0x36c43f(_0x2b07e4);},'EoaQX':function(_0x9626d){return _0x9626d();},'kZfFv':_0x47177f(0x1aa),'MJXdz':function(_0x25b9b9,_0x64278f){return _0x25b9b9+_0x64278f;},'ZNqVe':'\x0aStack:\x20','INijE':function(_0x7c4032){return _0x7c4032();},'bgVHc':function(_0x50d167){return _0x50d167();},'qJbKt':function(_0x1d09f3){return _0x1d09f3();}};PlaywrightSessionDetails['patch']();const _0x4f3e9a=CodeceptPlaywright[_0x47177f(0x222)][_0x47177f(0x227)];CodeceptPlaywright['prototype'][_0x47177f(0x227)]=async function(){const _0x3bcea8=_0x47177f,_0x34d329={'URpqr':function(_0x595272){const _0x380414=a1_0xed48;return _0x41b60f[_0x380414(0x1ee)](_0x595272);},'JlPkO':_0x41b60f[_0x3bcea8(0x22a)]};this[_0x3bcea8(0x244)]=await this['browser'][_0x3bcea8(0x1fb)]()[0x0];const _0x411c8f=async()=>{const _0x24b00f=_0x3bcea8,_0x476ee2=this[_0x24b00f(0x1b9)]&&this[_0x24b00f(0x1b9)][_0x24b00f(0x1f0)]&&this[_0x24b00f(0x1b9)][_0x24b00f(0x1f0)][_0x24b00f(0x1a2)]&&Array[_0x24b00f(0x217)](this['config'][_0x24b00f(0x1f0)][_0x24b00f(0x1a2)])&&this[_0x24b00f(0x1b9)][_0x24b00f(0x1f0)][_0x24b00f(0x1a2)][_0x24b00f(0x1ef)](_0x41b60f[_0x24b00f(0x175)]);if(_0x41b60f[_0x24b00f(0x173)](isAccessibilityAutomationSession)&&!_0x476ee2)try{const _0x116121=_0x41b60f['lZhYw'](parseJwt,process[_0x24b00f(0x1bb)][_0x24b00f(0x1d3)]);if(_0x116121&&_0x116121[_0x24b00f(0x1a6)]&&_0x116121[_0x24b00f(0x1a6)][_0x24b00f(0x259)]){const _0xf6b52f=this[_0x24b00f(0x244)][_0x24b00f(0x1b6)][_0x24b00f(0x251)](this[_0x24b00f(0x244)]);this['browserContext'][_0x24b00f(0x1b6)]=async function(){const _0x2dd59c=_0x24b00f,_0x4fee71=await _0x34d329[_0x2dd59c(0x1a7)](_0xf6b52f),_0x1e1701=[];for(const _0x195367 of _0x4fee71){try{const _0x69afc7=await _0x195367[_0x2dd59c(0x1ae)]();!_0x69afc7['startsWith'](_0x34d329[_0x2dd59c(0x172)])&&_0x1e1701[_0x2dd59c(0x19f)](_0x195367);}catch(_0x647bc){_0x1e1701['push'](_0x195367);}}return _0x1e1701;};}if(!_0x41b60f['EoaQX'](isBrowserstackInfra)){const _0x3be32d=await this[_0x24b00f(0x1b0)]['url']();if(_0x3be32d[_0x24b00f(0x18d)](_0x41b60f[_0x24b00f(0x22a)])){const _0x4e2d1e=await this[_0x24b00f(0x244)][_0x24b00f(0x1b6)]();this[_0x24b00f(0x170)](_0x4e2d1e[0x0]);}}}catch(_0xebd56c){logger[_0x24b00f(0x20c)](_0x24b00f(0x176)+_0xebd56c['message']+(_0xebd56c[_0x24b00f(0x21b)]?_0x41b60f[_0x24b00f(0x25c)](_0x41b60f[_0x24b00f(0x211)],_0xebd56c['stack']):''));}};_0x41b60f[_0x3bcea8(0x195)](isBrowserstackInfra)&&await _0x41b60f[_0x3bcea8(0x1cb)](_0x411c8f),await _0x4f3e9a[_0x3bcea8(0x20b)](this,arguments),!_0x41b60f['bgVHc'](isBrowserstackInfra)&&await _0x41b60f[_0x3bcea8(0x195)](_0x411c8f);};},getCodeceptDriver=()=>{const _0x2d4f0d=a1_0xdbfd30,_0xf217c6={};_0xf217c6['ALsjx']=_0x2d4f0d(0x242),_0xf217c6[_0x2d4f0d(0x22b)]=_0x2d4f0d(0x247),_0xf217c6[_0x2d4f0d(0x1da)]=_0x2d4f0d(0x1a0),_0xf217c6['yfNMU']=_0x2d4f0d(0x193);const _0x1f61cc=_0xf217c6,_0x10ce40=[_0x1f61cc[_0x2d4f0d(0x24e)],_0x1f61cc[_0x2d4f0d(0x22b)],_0x1f61cc[_0x2d4f0d(0x1da)],_0x1f61cc['yfNMU']],_0x347be5=_0x10ce40['find'](_0x251205=>!!CodeceptJS['container'][_0x2d4f0d(0x1b3)](_0x251205));if(!_0x347be5)return null;return CodeceptJS[_0x2d4f0d(0x18f)][_0x2d4f0d(0x1b3)](_0x347be5);};module['exports']=function(_0x533147){const _0x720398=a1_0xdbfd30,_0x236776={'Vrfxp':function(_0x53203e){return _0x53203e();},'RjndM':function(_0x161a32,_0x3fe67e){return _0x161a32(_0x3fe67e);},'YbbvS':'getAccessibilityResultsSummary','vKZho':_0x720398(0x16e),'vFWdX':'getAccessibilityResults','ibyvl':_0x720398(0x177),'Oqwch':function(_0x3f4638,_0x1ccf36){return _0x3f4638(_0x1ccf36);},'HVFjB':_0x720398(0x240),'SlXMK':'hook-passed','UBMTS':_0x720398(0x179),'LRsAp':'browserstackTestName','ddrMY':function(_0x873eb4){return _0x873eb4();},'tGOwO':_0x720398(0x1b8),'FFtUa':function(_0x4efdd7){return _0x4efdd7();},'GGNch':function(_0x4d16e2,_0x1d5f5c){return _0x4d16e2(_0x1d5f5c);},'vFuEp':function(_0xf8eb88,_0x18066d,_0x32b545){return _0xf8eb88(_0x18066d,_0x32b545);},'dwThh':'test-started','uiNGG':function(_0x19e177,_0x30e4bd,_0x25cfe2){return _0x19e177(_0x30e4bd,_0x25cfe2);},'qqASd':'test-passed','bHRZr':function(_0x5ec9ff,_0x258037,_0x529743,_0x2b795d){return _0x5ec9ff(_0x258037,_0x529743,_0x2b795d);},'KzglC':function(_0x1f48a5,_0x16d95b){return _0x1f48a5===_0x16d95b;},'gphik':'Suite','UXZwY':'test-failed','BOyBI':'test-skipped','WinKE':_0x720398(0x184),'GkpUK':_0x720398(0x1cd),'ketLZ':_0x720398(0x235),'GjpXc':_0x720398(0x233),'ZkpsZ':_0x720398(0x215),'elmFv':_0x720398(0x20e),'rEEAX':_0x720398(0x1f2),'fJbhH':_0x720398(0x191),'VUFYP':_0x720398(0x1bd),'XsMDI':_0x720398(0x247)};_0x533147[_0x720398(0x185)]&&(global[_0x720398(0x1f1)]=_0x533147[_0x720398(0x185)]);PerformanceTester[_0x720398(0x23d)]();const _0x3c40aa=_0x236776[_0x720398(0x213)](getCodeceptDriver),_0x272c9a=new O11yHelper(_0x3c40aa,_0x533147),_0x481616=!!CodeceptJS['container']['helpers'](_0x236776['XsMDI']);global[_0x720398(0x1a3)]=_0x3c40aa,_0x3c40aa&&(PerformanceTester[_0x720398(0x1e8)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4f40bd=_0x720398;_0x481616?_0x236776[_0x4f40bd(0x237)](patchPlaywrightBefore):_0x236776['RjndM'](patchWebDriverBefore,_0x3c40aa);})(),PerformanceTester[_0x720398(0x1e8)](PerformanceEvents[_0x720398(0x1b2)],()=>{const _0x385b86=_0x720398;_0x3c40aa[_0x385b86(0x24d)]=async()=>{const _0x4b3b7f=_0x385b86;if(global[_0x4b3b7f(0x188)]){const _0x426d35={};return _0x426d35[_0x4b3b7f(0x187)]=_0x236776[_0x4b3b7f(0x174)],await PerformanceTester[_0x4b3b7f(0x1e8)](PerformanceA11yEvents[_0x4b3b7f(0x1c1)],async()=>{const _0x1b8e21=_0x4b3b7f;return await AccessibilityHelper[_0x1b8e21(0x199)](_0x3c40aa,scripts[_0x1b8e21(0x1b5)]);},_0x426d35)(),await PerformanceTester[_0x4b3b7f(0x1e8)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0xd41e24=_0x4b3b7f;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3c40aa,scripts[_0xd41e24(0x20d)]);})();}return logger[_0x4b3b7f(0x223)](_0x236776[_0x4b3b7f(0x180)]),{};},_0x3c40aa[_0x385b86(0x21d)]=async()=>{const _0x39bbce=_0x385b86;if(global['accessibilityPlatform']){const _0x5b2006={};return _0x5b2006[_0x39bbce(0x187)]=_0x236776[_0x39bbce(0x189)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2c3a92=_0x39bbce;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3c40aa,scripts[_0x2c3a92(0x1b5)]);},_0x5b2006)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x39bbce(0x24c)],async()=>{const _0x1cc5de=_0x39bbce;return await AccessibilityHelper[_0x1cc5de(0x199)](_0x3c40aa,scripts[_0x1cc5de(0x1b4)]);})();}return logger['warn'](_0x236776[_0x39bbce(0x1df)]),{};},_0x236776['Oqwch'](patchSaveScreenshot,_0x3c40aa);})()),CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f7)]['on'](CodeceptJS['event'][_0x720398(0x1ff)]['before'],()=>{const _0xf175bb=_0x720398;PerformanceTester[_0xf175bb(0x1ab)](PerformanceEvents[_0xf175bb(0x1e7)]);try{_0x272c9a[_0xf175bb(0x1ab)](),testOpsHelper['addRequestSpy'](),PerformanceTester['end'](PerformanceEvents[_0xf175bb(0x1e7)]);}catch(_0x51b734){PerformanceTester[_0xf175bb(0x224)](_0x51b734),PerformanceTester[_0xf175bb(0x208)](PerformanceEvents[_0xf175bb(0x1e7)],![],_0x51b734);}}),CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f7)]['on'](CodeceptJS['event'][_0x720398(0x1ff)][_0x720398(0x1a5)],async()=>{const _0x5a4e9a=_0x720398;PerformanceTester['start'](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x5a4e9a(0x22e)](),await _0x272c9a[_0x5a4e9a(0x1a8)](),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST']);}catch(_0x36daed){PerformanceTester[_0x5a4e9a(0x224)](_0x36daed),PerformanceTester[_0x5a4e9a(0x208)](PerformanceEvents['SDK_POST_TEST'],![],_0x36daed);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f7)]['on'](CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f6)][_0x720398(0x201)],_0x436c47=>{const _0x5b3153=_0x720398;PerformanceTester[_0x5b3153(0x1ab)](PerformanceEvents[_0x5b3153(0x197)]);try{const _0x34f4c4=_0x436c47['ctx']['test'],_0x17439b=_0x272c9a[_0x5b3153(0x206)](TEST_EVENTS[_0x5b3153(0x252)],_0x34f4c4);CodeceptRecorder[_0x5b3153(0x1c0)](()=>_0x272c9a[_0x5b3153(0x192)](TEST_EVENTS[_0x5b3153(0x252)],_0x17439b));const _0x342975={};_0x342975[_0x5b3153(0x229)]=_0x236776[_0x5b3153(0x1de)],PerformanceTester['end'](PerformanceEvents[_0x5b3153(0x197)],!![],null,_0x342975);}catch(_0x1721dd){const _0x22dce6={};_0x22dce6['hookType']=_0x236776[_0x5b3153(0x1de)],PerformanceTester[_0x5b3153(0x208)](PerformanceEvents[_0x5b3153(0x197)],![],_0x1721dd,_0x22dce6),PerformanceTester['captureError'](_0x1721dd);}}),CodeceptJS['event'][_0x720398(0x1f7)]['on'](CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f6)]['passed'],_0x115fe5=>{const _0x42ea85=_0x720398,_0x496d67={};_0x496d67[_0x42ea85(0x229)]=_0x236776[_0x42ea85(0x19e)],PerformanceTester[_0x42ea85(0x1ab)](PerformanceHookEvents[_0x42ea85(0x197)],!![],null,_0x496d67);try{const _0x1c1c1c=_0x115fe5[_0x42ea85(0x214)]['test'],_0x5cb01c=_0x272c9a[_0x42ea85(0x206)](TEST_EVENTS[_0x42ea85(0x1c5)],_0x1c1c1c);CodeceptRecorder[_0x42ea85(0x1c0)](()=>_0x272c9a[_0x42ea85(0x192)](TEST_EVENTS[_0x42ea85(0x1c5)],_0x5cb01c));const _0xa94791={};_0xa94791[_0x42ea85(0x229)]=_0x236776[_0x42ea85(0x19e)],PerformanceTester[_0x42ea85(0x208)](PerformanceHookEvents[_0x42ea85(0x197)],!![],null,_0xa94791);}catch(_0x5d16e5){PerformanceTester['captureError'](_0x5d16e5);const _0xd11baf={};_0xd11baf[_0x42ea85(0x229)]=_0x236776['SlXMK'],PerformanceTester[_0x42ea85(0x208)](PerformanceHookEvents[_0x42ea85(0x197)],![],_0x5d16e5,_0xd11baf);}}),CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f7)]['on'](CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f6)][_0x720398(0x1a4)],async(_0x2faebe,_0x3bd1d0)=>{const _0x57d874=_0x720398;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{const _0x424aaf=_0x2faebe[_0x57d874(0x214)][_0x57d874(0x22d)],_0x4b3463=_0x272c9a[_0x57d874(0x206)](TEST_EVENTS[_0x57d874(0x1c5)],_0x424aaf,_0x3bd1d0);CodeceptRecorder['add'](()=>_0x272c9a[_0x57d874(0x192)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x4b3463));const _0x43eea9={};_0x43eea9[_0x57d874(0x229)]=_0x236776[_0x57d874(0x209)],PerformanceTester[_0x57d874(0x1ab)](PerformanceHookEvents[_0x57d874(0x197)],!![],null,_0x43eea9);}catch(_0x1963b1){PerformanceTester[_0x57d874(0x224)](_0x1963b1);const _0x207b32={};_0x207b32[_0x57d874(0x229)]=_0x236776['UBMTS'],PerformanceTester[_0x57d874(0x208)](PerformanceHookEvents[_0x57d874(0x197)],![],_0x1963b1,_0x207b32);}const _0x18ab0c={};_0x18ab0c['hookType']=_0x236776[_0x57d874(0x209)],PerformanceTester[_0x57d874(0x208)](PerformanceHookEvents[_0x57d874(0x197)],!![],null,_0x18ab0c);}),CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f7)]['on'](CodeceptJS[_0x720398(0x23a)][_0x720398(0x22d)][_0x720398(0x23b)],_0x31436a=>{const _0x4a495a=_0x720398;PerformanceTester[_0x4a495a(0x1ab)](PerformanceHookEvents[_0x4a495a(0x197)]);try{globals[_0x4a495a(0x1d1)](_0x236776[_0x4a495a(0x20a)],_0x31436a[_0x4a495a(0x253)]);_0x236776[_0x4a495a(0x1db)](isBrowserstackInfra)&&(_0x481616&&(global['__workerDetails']={'currentTest':{'name':_0x31436a[_0x4a495a(0x253)],'testInfo':{'titlePath':_0x31436a[_0x4a495a(0x19c)]()}}}));const _0x5934d8={};_0x5934d8[_0x4a495a(0x229)]=_0x236776[_0x4a495a(0x22c)],PerformanceTester[_0x4a495a(0x208)](PerformanceHookEvents[_0x4a495a(0x197)],!![],null,_0x5934d8);}catch(_0x539e2f){PerformanceTester[_0x4a495a(0x224)](_0x539e2f);const _0x3dbdbc={};_0x3dbdbc[_0x4a495a(0x229)]=_0x236776[_0x4a495a(0x22c)],PerformanceTester[_0x4a495a(0x208)](PerformanceHookEvents[_0x4a495a(0x197)],![],_0x539e2f,_0x3dbdbc);}}),CodeceptJS[_0x720398(0x23a)]['dispatcher']['on'](CodeceptJS[_0x720398(0x23a)]['test'][_0x720398(0x201)],_0x320357=>{const _0x3873a6=_0x720398;PerformanceTester[_0x3873a6(0x1ab)](PerformanceHookEvents[_0x3873a6(0x197)]);try{globals[_0x3873a6(0x1d1)](_0x236776[_0x3873a6(0x20a)],_0x320357['title']);const _0x3883fe=_0x272c9a[_0x3873a6(0x206)](TEST_EVENTS[_0x3873a6(0x1ce)],_0x320357);CodeceptRecorder[_0x3873a6(0x1c0)](()=>_0x272c9a[_0x3873a6(0x192)](TEST_EVENTS['TEST_RUN_STARTED'],_0x3883fe)),CodeceptRecorder[_0x3873a6(0x1c0)](async()=>{const _0x53d1d2=_0x3873a6;_0x236776[_0x53d1d2(0x213)](isBrowserstackInfra)&&(!_0x236776['GGNch'](isTrue,_0x533147['skipSessionName'])&&await _0x236776[_0x53d1d2(0x258)](markSessionName,_0x3c40aa,_0x320357['title']),_0x272c9a['enabled']&&await _0x236776['Oqwch'](o11ySync,_0x3c40aa));});}catch(_0x13eabd){const _0x2b99b9={};_0x2b99b9[_0x3873a6(0x229)]=_0x236776['dwThh'],PerformanceTester[_0x3873a6(0x208)](PerformanceHookEvents[_0x3873a6(0x197)],![],_0x13eabd,_0x2b99b9),PerformanceTester[_0x3873a6(0x224)](_0x13eabd);}const _0x16fe52={};_0x16fe52[_0x3873a6(0x229)]=_0x236776[_0x3873a6(0x194)],PerformanceTester[_0x3873a6(0x208)](PerformanceHookEvents[_0x3873a6(0x197)],!![],null,_0x16fe52);}),CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f7)]['on'](CodeceptJS[_0x720398(0x23a)][_0x720398(0x22d)][_0x720398(0x234)],_0x447f2b=>{const _0x59c7bd=_0x720398;PerformanceTester['start'](PerformanceHookEvents[_0x59c7bd(0x197)]);try{const _0x1b9f71=_0x272c9a[_0x59c7bd(0x206)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x447f2b);CodeceptRecorder[_0x59c7bd(0x1c0)](()=>_0x272c9a[_0x59c7bd(0x192)](TEST_EVENTS[_0x59c7bd(0x230)],_0x1b9f71)),CodeceptRecorder['add'](async()=>{const _0x12d33b=_0x59c7bd,_0x44822f={'aJgav':function(_0x5f2dd0,_0x16f5ee,_0x1a38a5){const _0x54b510=a1_0xed48;return _0x236776[_0x54b510(0x258)](_0x5f2dd0,_0x16f5ee,_0x1a38a5);},'xJPWq':function(_0x3560c6,_0x421939,_0x171659){const _0x51217b=a1_0xed48;return _0x236776[_0x51217b(0x1be)](_0x3560c6,_0x421939,_0x171659);}};_0x236776[_0x12d33b(0x213)](isBrowserstackInfra)&&await PerformanceTester[_0x12d33b(0x1e8)](PerformanceAutEvents[_0x12d33b(0x1e1)],async()=>{const _0x331c27=_0x12d33b;_0x481616?await _0x44822f[_0x331c27(0x1c3)](playwrightMarkSessionStatus,_0x3c40aa,STATE_PASSED):await _0x44822f[_0x331c27(0x212)](markSessionStatus,_0x3c40aa,STATE_PASSED);})();}),PerformanceTester[_0x59c7bd(0x208)](PerformanceEvents[_0x59c7bd(0x25d)]);}catch(_0x2a1897){PerformanceTester[_0x59c7bd(0x224)](_0x2a1897);const _0x2b4696={};_0x2b4696[_0x59c7bd(0x229)]=_0x236776['qqASd'],PerformanceTester['end'](PerformanceHookEvents[_0x59c7bd(0x197)],![],_0x2a1897,_0x2b4696),PerformanceTester[_0x59c7bd(0x208)](PerformanceEvents['SDK_TEST'],![],_0x2a1897);}const _0x146290={};_0x146290[_0x59c7bd(0x229)]=_0x236776[_0x59c7bd(0x1d6)],PerformanceTester[_0x59c7bd(0x208)](PerformanceHookEvents[_0x59c7bd(0x197)],!![],null,_0x146290);}),CodeceptJS['event'][_0x720398(0x1f7)]['on'](CodeceptJS[_0x720398(0x23a)][_0x720398(0x22d)]['failed'],(_0x2bd67a,_0x4444c1)=>{const _0x1e7e86=_0x720398;PerformanceTester['start'](PerformanceHookEvents[_0x1e7e86(0x197)]);try{if(_0x236776[_0x1e7e86(0x1ec)](_0x2bd67a[_0x1e7e86(0x25b)][_0x1e7e86(0x171)],_0x236776[_0x1e7e86(0x1f8)])){const _0x1b1c24=_0x272c9a['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2bd67a[_0x1e7e86(0x214)]['currentTest']);CodeceptRecorder[_0x1e7e86(0x1c0)](()=>_0x272c9a['fireEvent'](TEST_EVENTS[_0x1e7e86(0x1f4)],_0x1b1c24));}else{const _0xd42d62=_0x272c9a[_0x1e7e86(0x206)](TEST_EVENTS[_0x1e7e86(0x230)],_0x2bd67a,_0x4444c1);CodeceptRecorder[_0x1e7e86(0x1c0)](()=>{const _0x1c5364=_0x1e7e86;try{_0x272c9a['fireEvent'](TEST_EVENTS[_0x1c5364(0x230)],_0xd42d62);}catch(_0x9a37a5){logger[_0x1c5364(0x20c)](_0x1c5364(0x1d2)+util[_0x1c5364(0x1f9)](_0x9a37a5)),PerformanceTester[_0x1c5364(0x208)](PerformanceEvents[_0x1c5364(0x25d)],![],_0x9a37a5);}}),CodeceptRecorder['add'](async()=>{const _0xcf4c5=_0x1e7e86;try{_0x236776['ddrMY'](isBrowserstackInfra)&&(_0x481616?await _0x236776[_0xcf4c5(0x1ad)](playwrightMarkSessionStatus,_0x3c40aa,STATE_FAILED,_0x4444c1):await _0x236776['bHRZr'](markSessionStatus,_0x3c40aa,STATE_FAILED,_0x4444c1));}catch(_0xc64b59){logger[_0xcf4c5(0x20c)]('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0xcf4c5(0x1f9)](_0xc64b59)),PerformanceTester[_0xcf4c5(0x208)](PerformanceEvents['SDK_TEST'],![],_0xc64b59);}});}PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x1d2f03){PerformanceTester['captureError'](_0x1d2f03);const _0x231f07={};_0x231f07[_0x1e7e86(0x229)]=_0x236776[_0x1e7e86(0x1fd)],PerformanceTester[_0x1e7e86(0x208)](PerformanceHookEvents[_0x1e7e86(0x197)],![],_0x1d2f03,_0x231f07),PerformanceTester[_0x1e7e86(0x208)](PerformanceEvents[_0x1e7e86(0x25d)],![],_0x1d2f03);}const _0xd20c67={};_0xd20c67['hookType']=_0x236776[_0x1e7e86(0x1fd)],PerformanceTester['end'](PerformanceHookEvents[_0x1e7e86(0x197)],!![],null,_0xd20c67);}),CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f7)]['on'](CodeceptJS['event']['test']['skipped'],_0x3661d9=>{const _0x5d31b4=_0x720398;PerformanceTester[_0x5d31b4(0x1ab)](PerformanceHookEvents[_0x5d31b4(0x197)]);try{const _0x293d52=_0x272c9a[_0x5d31b4(0x206)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3661d9);CodeceptRecorder[_0x5d31b4(0x1c0)](()=>_0x272c9a[_0x5d31b4(0x192)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x293d52)),PerformanceTester[_0x5d31b4(0x208)](PerformanceEvents[_0x5d31b4(0x25d)]);}catch(_0x11a65b){PerformanceTester[_0x5d31b4(0x224)](_0x11a65b),PerformanceTester[_0x5d31b4(0x208)](PerformanceEvents[_0x5d31b4(0x25d)],![],_0x11a65b);const _0x2daa03={};_0x2daa03[_0x5d31b4(0x229)]=_0x236776[_0x5d31b4(0x1c7)],PerformanceTester[_0x5d31b4(0x208)](PerformanceHookEvents[_0x5d31b4(0x197)],![],_0x11a65b,_0x2daa03);}const _0x4d75bf={};_0x4d75bf[_0x5d31b4(0x229)]=_0x236776['BOyBI'],PerformanceTester[_0x5d31b4(0x208)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4d75bf);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x720398(0x22d)][_0x720398(0x1a5)],async(_0x395e1b,_0x3b72f5)=>{const _0x48c67f=_0x720398,_0x580c89={};_0x580c89['WiRQf']=_0x236776[_0x48c67f(0x1fa)],_0x580c89[_0x48c67f(0x200)]=_0x236776[_0x48c67f(0x21a)];const _0x2ce31f=_0x580c89;try{PerformanceTester[_0x48c67f(0x1ab)](PerformanceHookEvents[_0x48c67f(0x197)]);const _0x393a43=_0x236776['vFuEp'](shouldScanTestForAccessibility,_0x395e1b['titlePath'](),!![]);if(_0x236776['Vrfxp'](isAccessibilityAutomationSession)&&global[_0x48c67f(0x188)]&&_0x393a43){const _0x493c6e={};_0x493c6e[_0x48c67f(0x1fe)]=_0x395e1b['testAnalyticsId'],_0x493c6e[_0x48c67f(0x198)]=process[_0x48c67f(0x1bb)][testHubConstants[_0x48c67f(0x1ca)][_0x48c67f(0x1c6)]],_0x493c6e[_0x48c67f(0x218)]=process[_0x48c67f(0x1bb)][testHubConstants[_0x48c67f(0x1ca)][_0x48c67f(0x248)]];const _0x2a4e37=_0x493c6e;logger[_0x48c67f(0x20c)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x48c67f(0x1c2)](_0x2a4e37)),CodeceptRecorder[_0x48c67f(0x1c0)](async()=>{const _0x5884b5=_0x48c67f,_0x34ff8f={};_0x34ff8f[_0x5884b5(0x187)]=_0x2ce31f['WiRQf'],await PerformanceTester[_0x5884b5(0x1e8)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x115c67=_0x5884b5;await AccessibilityHelper['browserStackExecuteDriver'](_0x3c40aa,scripts[_0x115c67(0x1b5)]);},_0x34ff8f)(),globals[_0x5884b5(0x17d)](_0x2ce31f[_0x5884b5(0x200)])&&(_0x2a4e37[_0x5884b5(0x23f)]=!![]),await PerformanceTester[_0x5884b5(0x1e8)](PerformanceA11yEvents[_0x5884b5(0x1e5)],async()=>{const _0x48d874=_0x5884b5;await AccessibilityHelper[_0x48d874(0x199)](_0x3c40aa,scripts[_0x48d874(0x216)],_0x2a4e37);})();}),logger[_0x48c67f(0x249)](_0x236776[_0x48c67f(0x1f3)]);}const _0x369e42={};_0x369e42[_0x48c67f(0x229)]=_0x236776['GjpXc'],PerformanceTester[_0x48c67f(0x208)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x369e42);}catch(_0x10f7be){PerformanceTester[_0x48c67f(0x224)](_0x10f7be);const _0x323380={};_0x323380[_0x48c67f(0x229)]=_0x236776['GjpXc'],PerformanceTester[_0x48c67f(0x208)](PerformanceHookEvents['SDK_HOOK'],![],_0x10f7be,_0x323380);}}),CodeceptJS['event'][_0x720398(0x1f7)]['on'](CodeceptJS[_0x720398(0x23a)][_0x720398(0x17c)]['comment'],_0x130af7=>{const _0x1895c7=_0x720398;PerformanceTester[_0x1895c7(0x1ab)](PerformanceHookEvents[_0x1895c7(0x197)]);try{process[_0x1895c7(0x1d7)](_0x1895c7(0x18b)+process[_0x1895c7(0x257)],{'timestamp':new Date()[_0x1895c7(0x190)](),'level':_0x236776[_0x1895c7(0x25a)],'message':_0x130af7,'kind':_0x236776[_0x1895c7(0x21f)],'http_response':{}});}catch(_0x197f38){PerformanceTester[_0x1895c7(0x224)](_0x197f38);const _0x5f11f1={};_0x5f11f1[_0x1895c7(0x229)]=_0x236776[_0x1895c7(0x1e0)],PerformanceTester[_0x1895c7(0x208)](PerformanceHookEvents[_0x1895c7(0x197)],![],_0x197f38,_0x5f11f1);}const _0x56343c={};_0x56343c[_0x1895c7(0x229)]=_0x236776[_0x1895c7(0x1e0)],PerformanceTester['end'](PerformanceHookEvents[_0x1895c7(0x197)],!![],null,_0x56343c);}),CodeceptJS['event'][_0x720398(0x1f7)]['on'](CodeceptJS[_0x720398(0x23a)]['bddStep'][_0x720398(0x23b)],_0x1c2c2b=>{const _0x3ce916=_0x720398,_0x523ac5={};_0x523ac5['hookType']=_0x236776[_0x3ce916(0x23c)],PerformanceTester[_0x3ce916(0x1e8)](PerformanceHookEvents[_0x3ce916(0x197)],()=>{const _0x368311=_0x3ce916;_0x272c9a[_0x368311(0x254)](_0x1c2c2b);},_0x523ac5)();}),CodeceptJS[_0x720398(0x23a)][_0x720398(0x1f7)]['on'](CodeceptJS[_0x720398(0x23a)][_0x720398(0x1bc)][_0x720398(0x1a5)],_0x47ae16=>{const _0x48b4fa=_0x720398,_0x6948ee={};_0x6948ee[_0x48b4fa(0x229)]=_0x236776[_0x48b4fa(0x25e)],PerformanceTester['measureWrapper'](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x5555d9=_0x48b4fa;_0x272c9a[_0x5555d9(0x16c)](_0x47ae16);},_0x6948ee)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x2a9770=a2_0x4328;(function(_0xc6766c,_0x121341){const _0x21e705=a2_0x4328,_0x2bac02=_0xc6766c();while(!![]){try{const _0x18df12=-parseInt(_0x21e705(0x137))/0x1+parseInt(_0x21e705(0x126))/0x2+parseInt(_0x21e705(0x19c))/0x3+-parseInt(_0x21e705(0x121))/0x4+-parseInt(_0x21e705(0x143))/0x5*(parseInt(_0x21e705(0x19a))/0x6)+parseInt(_0x21e705(0x153))/0x7*(parseInt(_0x21e705(0x183))/0x8)+parseInt(_0x21e705(0x15d))/0x9;if(_0x18df12===_0x121341)break;else _0x2bac02['push'](_0x2bac02['shift']());}catch(_0xc85758){_0x2bac02['push'](_0x2bac02['shift']());}}}(a2_0x47b7,0x611b3));function a2_0x4328(_0x321459,_0x51bea3){const _0x47b780=a2_0x47b7();return a2_0x4328=function(_0x43284d,_0x50d4fe){_0x43284d=_0x43284d-0x11f;let _0x129a5f=_0x47b780[_0x43284d];return _0x129a5f;},a2_0x4328(_0x321459,_0x51bea3);}const fs=require('fs'),path=require(a2_0x2a9770(0x13c)),util=require(a2_0x2a9770(0x12e)),process=require(a2_0x2a9770(0x17f)),logger=require(a2_0x2a9770(0x176))[a2_0x2a9770(0x17a)],{default:BrowserStackSetup}=require(a2_0x2a9770(0x169)),helper=require(a2_0x2a9770(0x1a2)),utilities=require(a2_0x2a9770(0x148)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x2a9770(0x1b1)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2a9770(0x1a2)),CodeceptJS=requireModule(a2_0x2a9770(0x136),a2_0x2a9770(0x156)),testOpsHelper=require(a2_0x2a9770(0x1a6)),TestHubHandler=require(a2_0x2a9770(0x150)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x2a9770(0x166)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require('../../helpers/performance/constants')[a2_0x2a9770(0x130)],ClientTroubleShootingService=require(a2_0x2a9770(0x15f)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x8479af,_0x1d1dac)=>{const _0x2b3cde=a2_0x2a9770,_0x8f41c3={};_0x8f41c3[_0x2b3cde(0x1a0)]=function(_0x24bdd3,_0x56149b){return _0x24bdd3===_0x56149b;},_0x8f41c3[_0x2b3cde(0x14a)]=_0x2b3cde(0x168),_0x8f41c3[_0x2b3cde(0x17c)]='codecept.json';const _0x1e2ded=_0x8f41c3;let _0x3e9e57=null;const _0x5f0eed={};let _0xf55da8=_0x1d1dac[_0x2b3cde(0x16e)](_0x3e0448=>_0x3e0448===_0x2b3cde(0x193));_0x1e2ded[_0x2b3cde(0x1a0)](_0xf55da8,-0x1)&&(_0xf55da8=_0x1d1dac[_0x2b3cde(0x16e)](_0x4c19b2=>_0x4c19b2==='-c'));if(!helper[_0x2b3cde(0x161)](_0x8479af[_0x2b3cde(0x177)])&&fs[_0x2b3cde(0x18d)](path['join'](process['cwd'](),_0x8479af[_0x2b3cde(0x177)])))_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x8479af[_0x2b3cde(0x177)]),_0x1d1dac[_0x2b3cde(0x171)](_0xf55da8,0x2);else{if(!helper['isUndefined'](_0x8479af['c'])&&fs[_0x2b3cde(0x18d)](path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x8479af['c'])))_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x8479af['c']),_0x1d1dac[_0x2b3cde(0x171)](_0xf55da8,0x2);else{if(fs[_0x2b3cde(0x18d)](path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x1e2ded['ebEHZ'])))_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x1e2ded[_0x2b3cde(0x14a)]);else fs['existsSync'](path['join'](process['cwd'](),_0x1e2ded[_0x2b3cde(0x17c)]))&&(_0x3e9e57=path[_0x2b3cde(0x142)](process[_0x2b3cde(0x1b4)](),_0x1e2ded[_0x2b3cde(0x17c)]));}}return process[_0x2b3cde(0x11f)][_0x2b3cde(0x12a)]=_0x3e9e57,_0x3e9e57;},getO11yRerunPattern=()=>{const _0x138d6c=a2_0x2a9770,_0x2cbf24=helper[_0x138d6c(0x122)](process['env'][_0x138d6c(0x170)]);if(_0x2cbf24){const _0x15a901=process[_0x138d6c(0x11f)][_0x138d6c(0x17b)],_0x22d5a6=[];if(helper[_0x138d6c(0x1b0)](_0x15a901)&&!helper[_0x138d6c(0x161)](_0x15a901)){_0x15a901['split'](',')[_0x138d6c(0x19d)](_0x2478ee=>{const _0x4468d7=_0x138d6c;_0x22d5a6[_0x4468d7(0x191)]('('+_0x2478ee[_0x4468d7(0x141)]()+')');});const _0x5d11d5='^'+_0x22d5a6[_0x138d6c(0x142)]('|')+'$';return _0x5d11d5;}}return null;},a2_0x3be559={};a2_0x3be559[a2_0x2a9770(0x190)]=a2_0x2a9770(0x184),a2_0x3be559[a2_0x2a9770(0x125)]='chromium',a2_0x3be559['playwright-firefox']=a2_0x2a9770(0x18c),a2_0x3be559[a2_0x2a9770(0x14b)]=a2_0x2a9770(0x1a4);const pwToCodeceptBrowser=a2_0x3be559;function a2_0x47b7(){const _0x2997c8=['../../bin/playwright/accessibility-helper','event','browserName','cwd','env','CODECEPT','1559924bUusqb','isTrue','JnoVY','validPlatformsPresent','playwright-chromium','640592UNWhdu','FRAMEWORKS','CODECEPT_CUCUMBER','addTests','USER_CONFIG_DETAILS_PATH','root','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','forEach','util','printBuildLink','EVENTS','BROWSERSTACK_TEST_OBSERVABILITY_YML','axkXF','launchBuild','now','end','codeceptjs/lib/index.js','701914xLWhSN','browserStackCwd','MvcIC','plugins','ZBTUf','path','isTestObservabilitySession','opZVm','5|3|1|0|4|2','GgGVF','trim','join','515FRUoAb','user','title','Passed\x20:\x20','dirname','../../helpers/utilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','ebEHZ','playwright-webkit','qTABL','addConfig','WebDriver','info','../../helpers/testhub/testhubHandler','getPlaywrightUrl','result','4057774MpnyyR','browserWSEndpoint','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','codeceptjs','log','SDK_SETUP','printResults','HcMpi','before','BmNRg','4943943IWrweI','replace','../utils/clientTroubleshootingService','addOptions','isUndefined','handleApp','helpers','test','yORUc','../../helpers/performance/performance-tester','accessibility','codecept.conf.js','../../helpers/BrowserStackSetup','bootstrapAll','testConfig','KTtVU','parallelsPerPlatform','findIndex','skipSessionStatus','BROWSERSTACK_RERUN','slice','prepareCapabilities','exports','gherkin','finalExecution','../../helpers/logger','config','Nfzwl','userName','winstonLogger','BROWSERSTACK_RERUN_TESTS','cKDVf','xwQwv','toLowerCase','process','QEMDj','stringify','dFHIv','8gUjRvU','chromium','NGfuy','getUserWorkerCount','Workers','platforms','browser','Nzgiz','require','firefox','existsSync','BROWSERSTACK_TEST_ACCESSIBILITY_YML','assign','chrome','push','load','--config','testContextOptions','host','profile','all','enabled','BrowserStackPlugin','35322FPvADB','chdir','1940094WonjbJ','map','desiredCapabilities','testObservability','fUped','split','../../helpers/helper','SDK_CLEANUP','webkit','Pkwgm','../../helpers/test-observability/utils','tkcaa','EAXnE','frameworkName','passed','skipSessionName','bEsYg','stop','failed','DUbeB','validateRerunTestList'];a2_0x47b7=function(){return _0x2997c8;};return a2_0x47b7();}async function run(_0x3762b8,_0x1927d5,_0x2f1c31){const _0x1080b4=a2_0x2a9770,_0x5459ad={'BmNRg':function(_0x4efd03,_0x32b95a,_0x25dbd4,_0x367c63){return _0x4efd03(_0x32b95a,_0x25dbd4,_0x367c63);},'sZQpL':function(_0x4f89c6,_0x55dcfd){return _0x4f89c6+_0x55dcfd;},'Pkwgm':function(_0x567619,_0x593da6){return _0x567619(_0x593da6);},'NGfuy':function(_0x5d1545,_0x20462b){return _0x5d1545+_0x20462b;},'MvcIC':function(_0x1dc8fb,_0x5ea04d,_0x2b471){return _0x1dc8fb(_0x5ea04d,_0x2b471);},'Nfzwl':_0x1080b4(0x163),'QEMDj':function(_0xa54f7a){return _0xa54f7a();},'KTtVU':'/wd/hub','axkXF':'Failed\x20:\x20','gPQwg':_0x1080b4(0x146),'opZVm':'Started\x20:\x20','JxSYx':_0x1080b4(0x13f),'Nzgiz':function(_0x1d6b7a,_0x55e429,_0x3da4b3){return _0x1d6b7a(_0x55e429,_0x3da4b3);},'EAXnE':_0x1080b4(0x12c),'yORUc':'Playwright','JnoVY':_0x1080b4(0x14e),'xwQwv':function(_0x5ba149,_0x45dbdc){return _0x5ba149!=_0x45dbdc;},'qTABL':function(_0x551def,_0x3c0b29){return _0x551def===_0x3c0b29;},'HcMpi':_0x1080b4(0x174),'tkcaa':function(_0x1ff4f6,_0x18200d){return _0x1ff4f6*_0x18200d;},'ZBTUf':function(_0xec660c,_0x4b4e3a,_0x57810d){return _0xec660c(_0x4b4e3a,_0x57810d);},'dFHIv':_0x1080b4(0x189),'bEsYg':_0x1080b4(0x19e),'qXAYd':_0x1080b4(0x12b),'DUbeB':'BrowserStackPlugin.js','GgGVF':_0x1080b4(0x138),'CnArd':function(_0x368b9f){return _0x368b9f();}};await _0x2f1c31['initialize'](_0x3762b8),await helper[_0x1080b4(0x162)](_0x2f1c31[_0x1080b4(0x177)]);if(!_0x2f1c31['config'])return;process[_0x1080b4(0x196)]=_0x3762b8[_0x1080b4(0x196)];_0x3762b8[_0x1080b4(0x196)]&&(process[_0x1080b4(0x11f)][_0x1080b4(0x196)]=_0x3762b8[_0x1080b4(0x196)]);const _0x1ab425=_0x5459ad['Nzgiz'](getUserCodeceptJSConfigs,_0x3762b8,_0x1927d5);let _0x5e5d1b={};_0x1ab425?(logger[_0x1080b4(0x14f)](_0x1080b4(0x155)+_0x1ab425),_0x5e5d1b=CodeceptJS[_0x1080b4(0x177)][_0x1080b4(0x192)](_0x1ab425)):logger[_0x1080b4(0x14f)](_0x5459ad[_0x1080b4(0x1a8)]);let _0x32ab97=![];_0x5459ad[_0x1080b4(0x139)](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x5459ad[_0x1080b4(0x165)]])&&(_0x32ab97=!![]);const _0x217741=_0x32ab97?_0x5459ad['yORUc']:_0x5459ad[_0x1080b4(0x123)];let _0x351e5a=!_0x32ab97?helper['useW3C'](_0x2f1c31[_0x1080b4(0x177)]):![];!helper[_0x1080b4(0x161)](_0x2f1c31[_0x1080b4(0x177)]['accessibilityOptions'])&&(process['env'][_0x1080b4(0x149)]=JSON[_0x1080b4(0x181)](_0x2f1c31[_0x1080b4(0x177)]['accessibilityOptions']));let _0xe6b256=_0x2f1c31[_0x1080b4(0x177)][_0x1080b4(0x167)];_0xe6b256=_0xe6b256||_0x5459ad['Pkwgm'](checkAccessibilityPlatformConfig,_0x2f1c31[_0x1080b4(0x177)]),process[_0x1080b4(0x11f)][_0x1080b4(0x18e)]=_0xe6b256;_0xe6b256&&(_0x351e5a=!_0xe6b256);_0x5459ad[_0x1080b4(0x17d)](_0x2f1c31[_0x1080b4(0x177)][_0x1080b4(0x19f)],null)?process[_0x1080b4(0x11f)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2f1c31[_0x1080b4(0x177)]['testObservability']:process[_0x1080b4(0x11f)][_0x1080b4(0x131)]=_0x5459ad[_0x1080b4(0x14c)](_0x217741,_0x5459ad[_0x1080b4(0x165)]);const _0xec9eda=_0x5459ad[_0x1080b4(0x18a)](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x15a)]]),_0x3cd6ce=_0xec9eda&&!helper['isEmpty'](_0xec9eda)?FRAMEWORKS[_0x1080b4(0x128)]:FRAMEWORKS[_0x1080b4(0x120)],_0x26865e=await TestHubHandler[_0x1080b4(0x133)](_0x3cd6ce,_0x2f1c31);_0xe6b256&&_0x5459ad[_0x1080b4(0x1a5)](setAccessibilityCapabilities,_0x2f1c31[_0x1080b4(0x177)]);const _0x24df6a={},_0x4fa9a6=[],_0x32c9e1=_0x2f1c31[_0x1080b4(0x177)][_0x1080b4(0x16d)]||helper[_0x1080b4(0x186)](_0x3762b8,_0x1927d5,_0x2f1c31[_0x1080b4(0x177)],constants[_0x1080b4(0x127)]['CODECEPT'])||0x1;let _0x15f3c3=0x1;if(_0x5459ad[_0x1080b4(0x180)](isBrowserstackInfra)){const _0x529a99=helper[_0x1080b4(0x172)](_0x2f1c31['config'],_0x351e5a,constants[_0x1080b4(0x127)][_0x1080b4(0x120)]);_0x529a99['forEach'](_0xc2fa4f=>{helper['setAdditionalCapabilities'](_0xc2fa4f);}),helper[_0x1080b4(0x124)](_0x2f1c31['config'])?_0x15f3c3=_0x5459ad[_0x1080b4(0x1a7)](_0x32c9e1,_0x2f1c31['config'][_0x1080b4(0x188)]['length']):_0x15f3c3=_0x32c9e1,_0x529a99[_0x1080b4(0x12d)](_0x6a8893=>{const _0xfa3fd5=_0x1080b4,_0x3d7ca6=_0x5459ad[_0xfa3fd5(0x185)](helper['getPlatformName'](_0x6a8893,'_'),'_'+Date[_0xfa3fd5(0x134)]()),_0x21b916=((()=>{const _0x362e1f=_0xfa3fd5;if(_0x32ab97){const _0x4ab2ca=pwToCodeceptBrowser[_0x6a8893[_0x362e1f(0x1b3)]]||_0x6a8893[_0x362e1f(0x1b3)],_0x356f12=helper[_0x362e1f(0x151)](_0x2f1c31[_0x362e1f(0x177)]),_0x435cfb=Object['assign']({},_0x6a8893);return _0x5459ad[_0x362e1f(0x15c)](processAccessibilityCaps,_0x435cfb,_0x356f12,null),{'browser':_0x4ab2ca,[_0x4ab2ca]:{'browserWSEndpoint':_0x5459ad['sZQpL'](_0x356f12,_0x5459ad['Pkwgm'](encodeURIComponent,JSON[_0x362e1f(0x181)](_0x435cfb)))}};}const _0x14cde5={};return _0x14cde5['desiredCapabilities']=_0x6a8893,_0x14cde5[_0x362e1f(0x144)]=_0x2f1c31[_0x362e1f(0x177)][_0x362e1f(0x179)],_0x14cde5['key']=_0x2f1c31[_0x362e1f(0x177)]['accessKey'],_0x14cde5;})()),_0x41b64c=_0x5459ad['MvcIC'](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0xfa3fd5(0x178)],_0x217741]);_0x24df6a[_0x3d7ca6]=_0x41b64c?helper['mergeDeep'](_0x21b916,_0x41b64c):_0x21b916;if(_0x32ab97)_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x189)]=pwToCodeceptBrowser[_0x6a8893[_0xfa3fd5(0x1b3)]]||_0x6a8893[_0xfa3fd5(0x1b3)];else{_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x189)]=_0x6a8893[_0xfa3fd5(0x1b3)]||_0x21b916[_0xfa3fd5(0x189)];if(_0x5459ad['QEMDj'](isBrowserstackInfra)){_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x195)]=constants['hubUrl'][_0xfa3fd5(0x15e)](_0x5459ad[_0xfa3fd5(0x16c)],'')[_0xfa3fd5(0x15e)](/https?:\/\//,'');;_0x24df6a[_0x3d7ca6][_0xfa3fd5(0x13c)]=_0x5459ad[_0xfa3fd5(0x16c)];}}_0x4fa9a6[_0xfa3fd5(0x191)](_0x3d7ca6);});}else{_0x15f3c3=0x1;if(_0x32ab97){const _0x1e4034=_0x5459ad['ZBTUf'](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x217741,_0x5459ad[_0x1080b4(0x182)]]),_0x50ad13=_0x5459ad[_0x1080b4(0x13b)](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x217741,_0x1e4034]);if(_0x50ad13&&_0x50ad13[_0x1080b4(0x154)]){const _0x56ea30={};_0x56ea30[_0x1080b4(0x188)]=[],_0x50ad13[_0x1080b4(0x154)]=helper[_0x1080b4(0x172)](Object[_0x1080b4(0x18f)]({},_0x2f1c31[_0x1080b4(0x177)],_0x56ea30),null,_0x3cd6ce[_0x1080b4(0x17e)](),null,null,_0x50ad13[_0x1080b4(0x154)]);}}else{const _0x249404={};_0x249404[_0x1080b4(0x188)]=[],_0x5e5d1b[_0x5459ad['Nfzwl']][_0x217741][_0x5459ad[_0x1080b4(0x1ac)]]=helper[_0x1080b4(0x172)](Object[_0x1080b4(0x18f)]({},_0x2f1c31[_0x1080b4(0x177)],_0x249404),null,_0x3cd6ce[_0x1080b4(0x17e)](),_0x5459ad['ZBTUf'](nestedKeyValue,_0x5e5d1b,[_0x5459ad[_0x1080b4(0x178)],_0x217741,_0x5459ad[_0x1080b4(0x1ac)]])||{},null,null);}_0x24df6a[_0x5459ad['qXAYd']]=_0x5e5d1b,_0x4fa9a6[_0x1080b4(0x191)](_0x5459ad['qXAYd']);}const _0x56e647={};_0x56e647[_0x1080b4(0x16b)]=_0x1ab425;const _0xae0675=_0x56e647,_0x23a5d6=path[_0x1080b4(0x142)](__dirname,_0x5459ad[_0x1080b4(0x1af)]),_0x5b9575=process['cwd']();process[_0x1080b4(0x11f)][_0x5459ad[_0x1080b4(0x140)]]=_0x5b9575,process[_0x1080b4(0x19b)](path[_0x1080b4(0x147)](_0x1ab425));const _0x29143f=new CodeceptJS[(_0x1080b4(0x187))](null,_0xae0675),_0x36392b=_0x29143f['createGroupsOfSuites'](_0x32c9e1),_0x2fef46=testOpsHelper[_0x1080b4(0x13d)](),_0x31027d=_0x4fa9a6['map'](_0x4d3139=>{const _0x1d7544=_0x1080b4,_0x3410ef={};_0x3410ef['Playwright']=_0x24df6a[_0x4d3139];const _0x2af6e7={};_0x2af6e7['WebDriver']=_0x24df6a[_0x4d3139];const _0x1c15b8=_0x32ab97?_0x3410ef:_0x2af6e7,_0x2bd8f4=_0x5459ad[_0x1d7544(0x180)](getO11yRerunPattern),_0x2ab78d={};_0x2ab78d[_0x1d7544(0x163)]=_0x1c15b8;const _0x3fe1f9={};_0x3fe1f9[_0x1d7544(0x18b)]=_0x23a5d6,_0x3fe1f9[_0x1d7544(0x198)]=!![],_0x3fe1f9[_0x1d7544(0x1ab)]=_0x2f1c31[_0x1d7544(0x177)]['testContextOptions'][_0x1d7544(0x1ab)],_0x3fe1f9['skipSessionStatus']=_0x2f1c31['config'][_0x1d7544(0x194)][_0x1d7544(0x16f)],_0x3fe1f9[_0x1d7544(0x19f)]=_0x2fef46,_0x3fe1f9[_0x1d7544(0x1a9)]=_0x3cd6ce;const _0x24456e={};_0x24456e[_0x1d7544(0x199)]=_0x3fe1f9;const _0x33ccbf={};return _0x33ccbf[_0x1d7544(0x13a)]=_0x24456e,helper['mergeDeep']({},_0x5e5d1b,_0x5459ad['QEMDj'](isBrowserstackInfra)?_0x2ab78d:{},_0x2bd8f4?{'grep':_0x2bd8f4}:{},_0x33ccbf);});for(const _0x5e6742 of _0x31027d){for(const _0x518222 of _0x36392b){const _0x5b4668=_0x29143f['spawn']();_0x5b4668[_0x1080b4(0x129)](_0x518222),_0x5b4668[_0x1080b4(0x14d)](_0x5e6742);const _0x225493={};_0x225493[_0x1080b4(0x177)]=_0x1ab425,_0x5b4668[_0x1080b4(0x160)](Object[_0x1080b4(0x18f)](_0x225493,_0x3762b8));}}_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)][_0x1080b4(0x164)][_0x1080b4(0x1ae)],(_0x409eaa,_0x416b5c)=>{const _0x247cec=_0x1080b4;console[_0x247cec(0x157)](_0x5459ad[_0x247cec(0x132)],_0x409eaa['title']);const _0x16156f={[_0x409eaa[_0x247cec(0x145)]]:_0x409eaa['err']['stack']};_testErrorData[_0x247cec(0x191)](_0x16156f);}),_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)][_0x1080b4(0x164)][_0x1080b4(0x1aa)],async _0x35ae44=>{const _0x4e2cae=_0x1080b4;console['log'](_0x5459ad['gPQwg'],_0x35ae44[_0x4e2cae(0x145)]);}),_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)]['test'][_0x1080b4(0x15b)],async _0x117895=>{const _0x103af0=_0x1080b4;console[_0x103af0(0x157)](_0x5459ad[_0x103af0(0x13e)],_0x117895[_0x103af0(0x145)]);}),_0x29143f['on'](CodeceptJS[_0x1080b4(0x1b2)][_0x1080b4(0x197)][_0x1080b4(0x152)],async()=>{const _0x3833dc=_0x1080b4,_0x4f5d0a=_0x5459ad['JxSYx'][_0x3833dc(0x1a1)]('|');let _0x5f35e9=0x0;while(!![]){switch(_0x4f5d0a[_0x5f35e9++]){case'0':utilities[_0x3833dc(0x175)](_0x2f1c31);continue;case'1':testOpsHelper[_0x3833dc(0x12f)]();continue;case'2':_0x29143f[_0x3833dc(0x159)]();continue;case'3':_0x2f1c31['errorMessage']=_testErrorData;continue;case'4':try{await TestHubHandler[_0x3833dc(0x1ad)]();}catch(_0x4dab13){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util['format'](_0x4dab13));}continue;case'5':PerformanceTester['start'](PerformanceEvents[_0x3833dc(0x1a3)]);continue;}break;}});async function _0x52136e(){const _0x56e3d1=_0x1080b4;try{await _0x29143f[_0x56e3d1(0x16a)](),await _0x29143f['run']();}finally{process[_0x56e3d1(0x19b)](_0x5b9575),await _0x29143f['teardownAll']();}}PerformanceTester[_0x1080b4(0x135)](PerformanceEvents[_0x1080b4(0x158)]),await _0x5459ad['CnArd'](_0x52136e);}module[a2_0x2a9770(0x173)]=run;
|
|
2
|
+
'use strict';const a2_0x2b5e63=a2_0x42c2;function a2_0x42c2(_0x5853c7,_0x101fb4){const _0x20f2cd=a2_0x20f2();return a2_0x42c2=function(_0x42c294,_0x17b8e7){_0x42c294=_0x42c294-0x73;let _0x21395a=_0x20f2cd[_0x42c294];return _0x21395a;},a2_0x42c2(_0x5853c7,_0x101fb4);}(function(_0x4519eb,_0x749eb){const _0x57b359=a2_0x42c2,_0xb43dc2=_0x4519eb();while(!![]){try{const _0x14e2d5=-parseInt(_0x57b359(0x9e))/0x1*(-parseInt(_0x57b359(0x101))/0x2)+-parseInt(_0x57b359(0xab))/0x3*(-parseInt(_0x57b359(0xdf))/0x4)+parseInt(_0x57b359(0xfe))/0x5+-parseInt(_0x57b359(0x80))/0x6*(-parseInt(_0x57b359(0x76))/0x7)+-parseInt(_0x57b359(0x91))/0x8+-parseInt(_0x57b359(0xde))/0x9*(parseInt(_0x57b359(0xc3))/0xa)+-parseInt(_0x57b359(0xe7))/0xb*(parseInt(_0x57b359(0xd4))/0xc);if(_0x14e2d5===_0x749eb)break;else _0xb43dc2['push'](_0xb43dc2['shift']());}catch(_0x51cff4){_0xb43dc2['push'](_0xb43dc2['shift']());}}}(a2_0x20f2,0xe5482));const fs=require('fs'),path=require(a2_0x2b5e63(0xa7)),util=require(a2_0x2b5e63(0xa4)),process=require(a2_0x2b5e63(0x8d)),logger=require(a2_0x2b5e63(0xbd))[a2_0x2b5e63(0xc9)],{default:BrowserStackSetup}=require(a2_0x2b5e63(0xd0)),helper=require('../../helpers/helper'),utilities=require(a2_0x2b5e63(0x97)),{checkAccessibilityPlatformConfig}=require(a2_0x2b5e63(0x10b)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a2_0x2b5e63(0xaa)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x2b5e63(0xf1)),CodeceptJS=requireModule(a2_0x2b5e63(0xca),a2_0x2b5e63(0x106)),testOpsHelper=require(a2_0x2b5e63(0x75)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a2_0x2b5e63(0x93)),PerformanceTester=require(a2_0x2b5e63(0xc8)),{FRAMEWORKS}=require(a2_0x2b5e63(0xf6)),PerformanceEvents=require(a2_0x2b5e63(0x90))[a2_0x2b5e63(0xb8)],ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),_testErrorData=[],getUserCodeceptJSConfigs=(_0x456833,_0x1cf54d)=>{const _0x3bbe1c=a2_0x2b5e63,_0x10139a={};_0x10139a[_0x3bbe1c(0xd3)]=function(_0x168a1b,_0x5b45c2){return _0x168a1b===_0x5b45c2;},_0x10139a[_0x3bbe1c(0xf4)]='codecept.conf.js',_0x10139a[_0x3bbe1c(0x83)]=_0x3bbe1c(0x98);const _0x1c7ea1=_0x10139a;let _0xa7fbec=null;const _0x483e9a={};let _0x4175fa=_0x1cf54d['findIndex'](_0x2ac119=>_0x2ac119===_0x3bbe1c(0x94));_0x1c7ea1[_0x3bbe1c(0xd3)](_0x4175fa,-0x1)&&(_0x4175fa=_0x1cf54d[_0x3bbe1c(0xd7)](_0x39aa35=>_0x39aa35==='-c'));if(!helper[_0x3bbe1c(0xfc)](_0x456833[_0x3bbe1c(0x103)])&&fs[_0x3bbe1c(0xa9)](path[_0x3bbe1c(0xe1)](process[_0x3bbe1c(0x86)](),_0x456833[_0x3bbe1c(0x103)])))_0xa7fbec=path['join'](process[_0x3bbe1c(0x86)](),_0x456833[_0x3bbe1c(0x103)]),_0x1cf54d[_0x3bbe1c(0xa5)](_0x4175fa,0x2);else{if(!helper[_0x3bbe1c(0xfc)](_0x456833['c'])&&fs['existsSync'](path[_0x3bbe1c(0xe1)](process[_0x3bbe1c(0x86)](),_0x456833['c'])))_0xa7fbec=path[_0x3bbe1c(0xe1)](process[_0x3bbe1c(0x86)](),_0x456833['c']),_0x1cf54d[_0x3bbe1c(0xa5)](_0x4175fa,0x2);else{if(fs[_0x3bbe1c(0xa9)](path['join'](process['cwd'](),_0x1c7ea1['qwIEh'])))_0xa7fbec=path['join'](process['cwd'](),_0x1c7ea1[_0x3bbe1c(0xf4)]);else fs[_0x3bbe1c(0xa9)](path[_0x3bbe1c(0xe1)](process[_0x3bbe1c(0x86)](),_0x1c7ea1['zLoWW']))&&(_0xa7fbec=path[_0x3bbe1c(0xe1)](process[_0x3bbe1c(0x86)](),_0x1c7ea1['zLoWW']));}}return process['env'][_0x3bbe1c(0xb7)]=_0xa7fbec,_0xa7fbec;},getO11yRerunPattern=()=>{const _0x3b5732=a2_0x2b5e63,_0x51ab81=helper[_0x3b5732(0xce)](process[_0x3b5732(0xe5)][_0x3b5732(0xec)]);if(_0x51ab81){const _0x1ea119=process['env'][_0x3b5732(0xb5)],_0x3b20d1=[];if(helper[_0x3b5732(0x7b)](_0x1ea119)&&!helper[_0x3b5732(0xfc)](_0x1ea119)){_0x1ea119[_0x3b5732(0xa3)](',')['map'](_0x526be6=>{_0x3b20d1['push']('('+_0x526be6['trim']()+')');});const _0x337729='^'+_0x3b20d1[_0x3b5732(0xe1)]('|')+'$';return _0x337729;}}return null;},a2_0x312f10={};a2_0x312f10['chrome']=a2_0x2b5e63(0x8e),a2_0x312f10['playwright-chromium']='chromium',a2_0x312f10[a2_0x2b5e63(0x9d)]='firefox',a2_0x312f10[a2_0x2b5e63(0xee)]=a2_0x2b5e63(0xcf);function a2_0x20f2(){const _0x193739=['desiredCapabilities','handleApp','map','env','run','66vbOTkH','accessibility','bLKHd','skipSessionName','platforms','BROWSERSTACK_RERUN','ukwgt','playwright-webkit','stack','getPlatformName','../../helpers/helper','BROWSERSTACK_TEST_OBSERVABILITY_YML','mergeDeep','qwIEh','info','../../helpers/test-observability/constants','PkYGh','event','Cfdbx','testObservability','MhjZJ','isUndefined','load','1391285LpIDDo','title','key','936156vALMdT','Playwright','config','stringify','DpQhA','codeceptjs','result','browser','passed','browserWSEndpoint','../../helpers/accessibility-automation/helper','toLowerCase','JtKNi','../../helpers/test-observability/utils','104923XsycmL','FRAMEWORKS','DqHiq','testContextOptions','browserName','validateRerunTestList','exports','CODECEPT','tEhcD','test','708mmqnam','errorMessage','log','zLoWW','forEach','HBSCu','cwd','isEmpty','WebDriver','dwsrU','host','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','length','process','chromium','format','../../helpers/performance/constants','5434456tSgLCq','err','../utils/constants','--config','vSjwR','require','../../helpers/utilities','codecept.json','moMgh','createGroupsOfSuites','failed','uwghV','playwright-firefox','4pNyEAk','uBTKh','Passed\x20:\x20','replace','assign','split','util','slice','dirname','path','user','existsSync','../../bin/playwright/accessibility-helper','3xXwREK','chdir','userName','Started\x20:\x20','addOptions','spawn','popaS','Workers','HxHvq','FXqsc','BROWSERSTACK_RERUN_TESTS','end','USER_CONFIG_DETAILS_PATH','EVENTS','SDK_SETUP','0|1|5|2|3|4','KVbsI','printResults','../../helpers/logger','/wd/hub','start','parallelsPerPlatform','getUserWorkerCount','iZvve','7430OfXxdF','profile','prepareCapabilities','bootstrapAll','accessibilityOptions','../../helpers/performance/performance-tester','winstonLogger','codeceptjs/lib/index.js','Failed\x20:\x20','helpers','enabled','isTrue','webkit','../../helpers/BrowserStackSetup','stop','useW3C','obHCU','1690716iIfmNu','now','teardownAll','findIndex','SDK_CLEANUP','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','root','addTests','skipSessionStatus','dslLU','20187cMGJjQ','844324BFfJOz','before','join'];a2_0x20f2=function(){return _0x193739;};return a2_0x20f2();}const pwToCodeceptBrowser=a2_0x312f10;async function run(_0xa182ad,_0x2f5c62,_0x4a8f28){const _0x5e406d=a2_0x2b5e63,_0x48b9c2={'AWcls':function(_0x1c4642,_0x13a69e,_0x37c140,_0x2c324d){return _0x1c4642(_0x13a69e,_0x37c140,_0x2c324d);},'ukwgt':function(_0x18826f,_0x5af3c6){return _0x18826f+_0x5af3c6;},'tEhcD':function(_0x3108db,_0x99927a){return _0x3108db(_0x99927a);},'dwsrU':function(_0x2c9412,_0x11a723,_0x4d1769){return _0x2c9412(_0x11a723,_0x4d1769);},'PkYGh':'helpers','KVbsI':function(_0x51bf1a){return _0x51bf1a();},'JtKNi':_0x5e406d(0xbe),'moMgh':_0x5e406d(0xcb),'PWjio':_0x5e406d(0xa0),'DpQhA':_0x5e406d(0xae),'swZPA':_0x5e406d(0xba),'uwghV':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','MhjZJ':function(_0x15ce32,_0x4e71ab,_0x3bdc89){return _0x15ce32(_0x4e71ab,_0x3bdc89);},'HxHvq':'Playwright','dslLU':'WebDriver','iZvve':function(_0x1513b7,_0x12f756){return _0x1513b7!=_0x12f756;},'popaS':function(_0x2c5fb5,_0x405dd8){return _0x2c5fb5===_0x405dd8;},'bLKHd':function(_0x2e12d5,_0x44cbfa,_0x3a2012){return _0x2e12d5(_0x44cbfa,_0x3a2012);},'FXqsc':'gherkin','uBTKh':function(_0xf4d020,_0x58c1ba){return _0xf4d020*_0x58c1ba;},'Cfdbx':function(_0xf8999c,_0x111347,_0x474c61){return _0xf8999c(_0x111347,_0x474c61);},'qDFXO':_0x5e406d(0x108),'ctlkx':function(_0x2be437,_0x4367a3,_0x2b15fd){return _0x2be437(_0x4367a3,_0x2b15fd);},'vSjwR':_0x5e406d(0xe2),'tpkZJ':_0x5e406d(0xda),'DqHiq':'BrowserStackPlugin.js','HBSCu':'browserStackCwd'};await _0x4a8f28['initialize'](_0xa182ad),await helper[_0x5e406d(0xe3)](_0x4a8f28[_0x5e406d(0x103)]);if(!_0x4a8f28[_0x5e406d(0x103)])return;process['profile']=_0xa182ad[_0x5e406d(0xc4)];_0xa182ad['profile']&&(process[_0x5e406d(0xe5)][_0x5e406d(0xc4)]=_0xa182ad[_0x5e406d(0xc4)]);const _0x4e03d5=_0x48b9c2[_0x5e406d(0x89)](getUserCodeceptJSConfigs,_0xa182ad,_0x2f5c62);let _0x48162c={};_0x4e03d5?(logger[_0x5e406d(0xf5)](_0x5e406d(0x8b)+_0x4e03d5),_0x48162c=CodeceptJS['config'][_0x5e406d(0xfd)](_0x4e03d5)):logger[_0x5e406d(0xf5)](_0x48b9c2[_0x5e406d(0x9c)]);let _0x1252af=![];_0x48b9c2[_0x5e406d(0xfb)](nestedKeyValue,_0x48162c,[_0x48b9c2[_0x5e406d(0xf7)],_0x48b9c2[_0x5e406d(0xb3)]])&&(_0x1252af=!![]);const _0x504674=_0x1252af?_0x48b9c2['HxHvq']:_0x48b9c2[_0x5e406d(0xdd)];let _0x5c29ab=!_0x1252af?helper[_0x5e406d(0xd2)](_0x4a8f28[_0x5e406d(0x103)]):![];!helper[_0x5e406d(0xfc)](_0x4a8f28[_0x5e406d(0x103)][_0x5e406d(0xc7)])&&(process[_0x5e406d(0xe5)][_0x5e406d(0xd9)]=JSON['stringify'](_0x4a8f28[_0x5e406d(0x103)]['accessibilityOptions']));let _0x430214=_0x4a8f28[_0x5e406d(0x103)][_0x5e406d(0xe8)];_0x430214=_0x430214||_0x48b9c2[_0x5e406d(0x7e)](checkAccessibilityPlatformConfig,_0x4a8f28[_0x5e406d(0x103)]),process[_0x5e406d(0xe5)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x430214;_0x430214&&(_0x5c29ab=!_0x430214);_0x48b9c2[_0x5e406d(0xc2)](_0x4a8f28[_0x5e406d(0x103)][_0x5e406d(0xfa)],null)?process['env'][_0x5e406d(0xf2)]=_0x4a8f28['config'][_0x5e406d(0xfa)]:process[_0x5e406d(0xe5)][_0x5e406d(0xf2)]=_0x48b9c2[_0x5e406d(0xb1)](_0x504674,_0x48b9c2[_0x5e406d(0xb3)]);const _0x51cf7d=_0x48b9c2[_0x5e406d(0xe9)](nestedKeyValue,_0x48162c,[_0x48b9c2[_0x5e406d(0xb4)]]),_0x217e76=_0x51cf7d&&!helper[_0x5e406d(0x87)](_0x51cf7d)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x5e406d(0x7d)],_0x416366=await TestHubHandler['launchBuild'](_0x217e76,_0x4a8f28);_0x430214&&_0x48b9c2[_0x5e406d(0x7e)](setAccessibilityCapabilities,_0x4a8f28[_0x5e406d(0x103)]);const _0x36a8c2={},_0x36d7b4=[],_0x179688=_0x4a8f28[_0x5e406d(0x103)][_0x5e406d(0xc0)]||helper[_0x5e406d(0xc1)](_0xa182ad,_0x2f5c62,_0x4a8f28[_0x5e406d(0x103)],constants[_0x5e406d(0x77)][_0x5e406d(0x7d)])||0x1;let _0x6762b3=0x1;if(_0x48b9c2[_0x5e406d(0xbb)](isBrowserstackInfra)){const _0x22c903=helper[_0x5e406d(0xc5)](_0x4a8f28['config'],_0x5c29ab,constants[_0x5e406d(0x77)][_0x5e406d(0x7d)]);_0x22c903['forEach'](_0x3dbd61=>{helper['setAdditionalCapabilities'](_0x3dbd61);}),helper['validPlatformsPresent'](_0x4a8f28['config'])?_0x6762b3=_0x48b9c2[_0x5e406d(0x9f)](_0x179688,_0x4a8f28[_0x5e406d(0x103)][_0x5e406d(0xeb)][_0x5e406d(0x8c)]):_0x6762b3=_0x179688,_0x22c903[_0x5e406d(0x84)](_0x40ffe5=>{const _0x5eaa6c=_0x5e406d,_0x277f64=_0x48b9c2['ukwgt'](helper[_0x5eaa6c(0xf0)](_0x40ffe5,'_'),'_'+Date[_0x5eaa6c(0xd5)]()),_0x4861f1=((()=>{const _0x431cff=_0x5eaa6c;if(_0x1252af){const _0x455db0=pwToCodeceptBrowser[_0x40ffe5['browserName']]||_0x40ffe5[_0x431cff(0x7a)],_0x135b21=helper['getPlaywrightUrl'](_0x4a8f28[_0x431cff(0x103)]),_0x23e018=Object[_0x431cff(0xa2)]({},_0x40ffe5);return _0x48b9c2['AWcls'](processAccessibilityCaps,_0x23e018,_0x135b21,null),{'browser':_0x455db0,[_0x455db0]:{'browserWSEndpoint':_0x48b9c2[_0x431cff(0xed)](_0x135b21,_0x48b9c2[_0x431cff(0x7e)](encodeURIComponent,JSON[_0x431cff(0x104)](_0x23e018)))}};}const _0x2adff0={};return _0x2adff0[_0x431cff(0xe2)]=_0x40ffe5,_0x2adff0[_0x431cff(0xa8)]=_0x4a8f28[_0x431cff(0x103)][_0x431cff(0xad)],_0x2adff0[_0x431cff(0x100)]=_0x4a8f28[_0x431cff(0x103)]['accessKey'],_0x2adff0;})()),_0x5ba3e5=_0x48b9c2['dwsrU'](nestedKeyValue,_0x48162c,[_0x48b9c2[_0x5eaa6c(0xf7)],_0x504674]);_0x36a8c2[_0x277f64]=_0x5ba3e5?helper[_0x5eaa6c(0xf3)](_0x4861f1,_0x5ba3e5):_0x4861f1;if(_0x1252af)_0x36a8c2[_0x277f64]['browser']=pwToCodeceptBrowser[_0x40ffe5[_0x5eaa6c(0x7a)]]||_0x40ffe5[_0x5eaa6c(0x7a)];else{_0x36a8c2[_0x277f64][_0x5eaa6c(0x108)]=_0x40ffe5[_0x5eaa6c(0x7a)]||_0x4861f1[_0x5eaa6c(0x108)];if(_0x48b9c2[_0x5eaa6c(0xbb)](isBrowserstackInfra)){_0x36a8c2[_0x277f64][_0x5eaa6c(0x8a)]=constants['hubUrl'][_0x5eaa6c(0xa1)](_0x48b9c2[_0x5eaa6c(0x74)],'')[_0x5eaa6c(0xa1)](/https?:\/\//,'');;_0x36a8c2[_0x277f64][_0x5eaa6c(0xa7)]=_0x48b9c2[_0x5eaa6c(0x74)];}}_0x36d7b4['push'](_0x277f64);});}else{_0x6762b3=0x1;if(_0x1252af){const _0x3b31d0=_0x48b9c2[_0x5e406d(0xf9)](nestedKeyValue,_0x48162c,[_0x48b9c2[_0x5e406d(0xf7)],_0x504674,_0x48b9c2['qDFXO']]),_0x261e23=_0x48b9c2['ctlkx'](nestedKeyValue,_0x48162c,[_0x48b9c2[_0x5e406d(0xf7)],_0x504674,_0x3b31d0]);if(_0x261e23&&_0x261e23[_0x5e406d(0x10a)]){const _0x81c665={};_0x81c665[_0x5e406d(0xeb)]=[],_0x261e23[_0x5e406d(0x10a)]=helper[_0x5e406d(0xc5)](Object[_0x5e406d(0xa2)]({},_0x4a8f28[_0x5e406d(0x103)],_0x81c665),null,_0x217e76[_0x5e406d(0x73)](),null,null,_0x261e23[_0x5e406d(0x10a)]);}}else{const _0x21ad74={};_0x21ad74[_0x5e406d(0xeb)]=[],_0x48162c[_0x48b9c2[_0x5e406d(0xf7)]][_0x504674][_0x48b9c2['vSjwR']]=helper['prepareCapabilities'](Object[_0x5e406d(0xa2)]({},_0x4a8f28['config'],_0x21ad74),null,_0x217e76[_0x5e406d(0x73)](),_0x48b9c2['Cfdbx'](nestedKeyValue,_0x48162c,[_0x48b9c2['PkYGh'],_0x504674,_0x48b9c2[_0x5e406d(0x95)]])||{},null,null);}_0x36a8c2[_0x48b9c2['tpkZJ']]=_0x48162c,_0x36d7b4['push'](_0x48b9c2['tpkZJ']);}const _0x514e9f={};_0x514e9f['testConfig']=_0x4e03d5;const _0x209e95=_0x514e9f,_0x332782=path[_0x5e406d(0xe1)](__dirname,_0x48b9c2[_0x5e406d(0x78)]),_0x183b36=process[_0x5e406d(0x86)]();process['env'][_0x48b9c2[_0x5e406d(0x85)]]=_0x183b36,process[_0x5e406d(0xac)](path[_0x5e406d(0xa6)](_0x4e03d5));const _0x11857c=new CodeceptJS[(_0x5e406d(0xb2))](null,_0x209e95),_0x2d7396=_0x11857c[_0x5e406d(0x9a)](_0x179688),_0x141713=testOpsHelper['isTestObservabilitySession'](),_0x3e0677=_0x36d7b4[_0x5e406d(0xe4)](_0x57883a=>{const _0x5b4c41=_0x5e406d,_0x2c7cac={};_0x2c7cac[_0x5b4c41(0x102)]=_0x36a8c2[_0x57883a];const _0x2590cd={};_0x2590cd[_0x5b4c41(0x88)]=_0x36a8c2[_0x57883a];const _0x400d86=_0x1252af?_0x2c7cac:_0x2590cd,_0xdc8fc2=_0x48b9c2[_0x5b4c41(0xbb)](getO11yRerunPattern),_0x50df08={};_0x50df08[_0x5b4c41(0xcc)]=_0x400d86;const _0x5c685b={};_0x5c685b[_0x5b4c41(0x96)]=_0x332782,_0x5c685b[_0x5b4c41(0xcd)]=!![],_0x5c685b[_0x5b4c41(0xea)]=_0x4a8f28[_0x5b4c41(0x103)][_0x5b4c41(0x79)][_0x5b4c41(0xea)],_0x5c685b[_0x5b4c41(0xdc)]=_0x4a8f28[_0x5b4c41(0x103)][_0x5b4c41(0x79)][_0x5b4c41(0xdc)],_0x5c685b['testObservability']=_0x141713,_0x5c685b['frameworkName']=_0x217e76;const _0x5d903b={};_0x5d903b['BrowserStackPlugin']=_0x5c685b;const _0x32720c={};return _0x32720c['plugins']=_0x5d903b,helper[_0x5b4c41(0xf3)]({},_0x48162c,_0x48b9c2[_0x5b4c41(0xbb)](isBrowserstackInfra)?_0x50df08:{},_0xdc8fc2?{'grep':_0xdc8fc2}:{},_0x32720c);});for(const _0x15554e of _0x3e0677){for(const _0x26bd7e of _0x2d7396){const _0x210db7=_0x11857c[_0x5e406d(0xb0)]();_0x210db7[_0x5e406d(0xdb)](_0x26bd7e),_0x210db7['addConfig'](_0x15554e);const _0x2a433c={};_0x2a433c[_0x5e406d(0x103)]=_0x4e03d5,_0x210db7[_0x5e406d(0xaf)](Object[_0x5e406d(0xa2)](_0x2a433c,_0xa182ad));}}_0x11857c['on'](CodeceptJS[_0x5e406d(0xf8)][_0x5e406d(0x7f)][_0x5e406d(0x9b)],(_0x12ef0d,_0xa84069)=>{const _0x6cad86=_0x5e406d;console[_0x6cad86(0x82)](_0x48b9c2[_0x6cad86(0x99)],_0x12ef0d[_0x6cad86(0xff)]);const _0x2c0e3e={[_0x12ef0d[_0x6cad86(0xff)]]:_0x12ef0d[_0x6cad86(0x92)][_0x6cad86(0xef)]};_testErrorData['push'](_0x2c0e3e);}),_0x11857c['on'](CodeceptJS[_0x5e406d(0xf8)][_0x5e406d(0x7f)][_0x5e406d(0x109)],async _0xbffb12=>{const _0x119c7b=_0x5e406d;console['log'](_0x48b9c2['PWjio'],_0xbffb12[_0x119c7b(0xff)]);}),_0x11857c['on'](CodeceptJS['event'][_0x5e406d(0x7f)][_0x5e406d(0xe0)],async _0x21dc9c=>{const _0x18c4c5=_0x5e406d;console[_0x18c4c5(0x82)](_0x48b9c2[_0x18c4c5(0x105)],_0x21dc9c[_0x18c4c5(0xff)]);}),_0x11857c['on'](CodeceptJS[_0x5e406d(0xf8)]['all'][_0x5e406d(0x107)],async()=>{const _0x126af9=_0x5e406d,_0xefeb34=_0x48b9c2['swZPA'][_0x126af9(0xa3)]('|');let _0x4498af=0x0;while(!![]){switch(_0xefeb34[_0x4498af++]){case'0':PerformanceTester[_0x126af9(0xbf)](PerformanceEvents[_0x126af9(0xd8)]);continue;case'1':_0x4a8f28[_0x126af9(0x81)]=_testErrorData;continue;case'2':utilities['finalExecution'](_0x4a8f28);continue;case'3':try{await TestHubHandler[_0x126af9(0xd1)]();}catch(_0x51c4c8){logger['debug']('Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20'+util[_0x126af9(0x8f)](_0x51c4c8));}continue;case'4':_0x11857c[_0x126af9(0xbc)]();continue;case'5':testOpsHelper['printBuildLink']();continue;}break;}});async function _0x55772b(){const _0x72ebd=_0x5e406d;try{await _0x11857c[_0x72ebd(0xc6)](),await _0x11857c[_0x72ebd(0xe6)]();}finally{process[_0x72ebd(0xac)](_0x183b36),await _0x11857c[_0x72ebd(0xd6)]();}}PerformanceTester[_0x5e406d(0xb6)](PerformanceEvents[_0x5e406d(0xb9)]),await _0x48b9c2[_0x5e406d(0xbb)](_0x55772b);}module[a2_0x2b5e63(0x7c)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a3_0x4a7e(){const _0x38480d=['../../helpers/test-observability/utils','\x20browser\x20version\x20','getBrowserDisplayName','GvCfC','CiWCY','browserstack_accessibility_automation_script','includes','desiredCapabilities','sessionId','43950wimQxd','5124MADUCq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','nnWIW','UnCeD','9oyynVP','yryQz','585ArmBRP','platformVersion','ouJcA','720TNUwGv','../../helpers/accessibility-automation/helper','ULSmU','parse','cAHek','config','1991voueJn','IsSDA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','50tsQhzB','lhoFD','1268dxplKW','isVersionSupported','browserName','ujDDZ','2859210LFOnPO','browser','fetchPlatformDetails','warn','accessibilityPlatform','platformName','TjVkB','../../bin/playwright/sessionDetails','unknown_grid','platform_version','string','bXHih','1788ikVsAh','WtsRJ','caps','processWebDriverConfig','GUXGd','on\x20non-BrowserStack\x20infrastructure\x20','\x20or\x20higher\x20','browserWSEndpoint','__cloud_provider___','mpGHV','deviceName','name','3963928CsowLP','Playwright','bstack:options','latest','gNlyH','browser_version','constructor','platform','qaJdp','shouldPatchExecuteScript','../../helpers/helper','osVersion','searchParams','HhZRf','Krpbq','capabilities','VsUzv','browserstack_executor','cloudProvider','IKFsT','winstonLogger','browserVersion','16QcUvUc','1221wiUrhQ','aNxmO','isBrowserSupportedForAccessibility'];a3_0x4a7e=function(){return _0x38480d;};return a3_0x4a7e();}const a3_0x43236f=a3_0x4fe3;function a3_0x4fe3(_0x2e504c,_0x15ec7b){const _0x4a7e42=a3_0x4a7e();return a3_0x4fe3=function(_0x4fe3d1,_0x46c78f){_0x4fe3d1=_0x4fe3d1-0xa1;let _0x91dfb=_0x4a7e42[_0x4fe3d1];return _0x91dfb;},a3_0x4fe3(_0x2e504c,_0x15ec7b);}(function(_0x56d825,_0x3c8384){const _0x606442=a3_0x4fe3,_0x3a81c4=_0x56d825();while(!![]){try{const _0x153d7d=parseInt(_0x606442(0xe2))/0x1*(parseInt(_0x606442(0xc1))/0x2)+parseInt(_0x606442(0xc2))/0x3*(-parseInt(_0x606442(0xe4))/0x4)+-parseInt(_0x606442(0xe8))/0x5+parseInt(_0x606442(0xd9))/0x6*(-parseInt(_0x606442(0xcf))/0x7)+parseInt(_0x606442(0xab))/0x8*(parseInt(_0x606442(0xd4))/0x9)+parseInt(_0x606442(0xce))/0xa*(parseInt(_0x606442(0xdf))/0xb)+parseInt(_0x606442(0xf4))/0xc*(-parseInt(_0x606442(0xd6))/0xd);if(_0x153d7d===_0x3c8384)break;else _0x3a81c4['push'](_0x3a81c4['shift']());}catch(_0x5a1fec){_0x3a81c4['push'](_0x3a81c4['shift']());}}}(a3_0x4a7e,0x7916c));const {isUndefined,nestedKeyValue}=require(a3_0x43236f(0xb5)),logger=require('../../helpers/logger')[a3_0x43236f(0xbf)],PlaywrightSessionDetails=require(a3_0x43236f(0xef)),{isAccessibilityAutomationSession}=require(a3_0x43236f(0xda)),{getObservabilityLinkedProductName}=require(a3_0x43236f(0xc5)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{isBrowserstackInfra}=require(a3_0x43236f(0xb5)),getOSVersionFromCaps=_0x291ab3=>{const _0x4180c3=a3_0x43236f,_0x3c2281={};_0x3c2281['etpXd']=_0x4180c3(0xad),_0x3c2281[_0x4180c3(0xdb)]=_0x4180c3(0xd7),_0x3c2281['pyDIo']=_0x4180c3(0xf1),_0x3c2281[_0x4180c3(0xe7)]=_0x4180c3(0xb6),_0x3c2281[_0x4180c3(0xdd)]='os_version';const _0x50abfa=_0x3c2281;if(!_0x291ab3)return null;const _0xf1fa48=_0x291ab3[_0x50abfa['etpXd']],_0x5bc669=[_0x50abfa[_0x4180c3(0xdb)],_0x50abfa['pyDIo'],_0x50abfa[_0x4180c3(0xe7)],_0x50abfa[_0x4180c3(0xdd)]];for(const _0x1474a7 of _0x5bc669){if(_0xf1fa48&&_0xf1fa48[_0x1474a7])return _0xf1fa48[_0x1474a7];else{if(_0x291ab3[_0x1474a7])return _0x291ab3[_0x1474a7];}}return null;};exports[a3_0x43236f(0xea)]=_0x1e62d6=>{const _0x14dbae=a3_0x43236f,_0x2d62a7={'qKgFg':_0x14dbae(0xf0),'GUXGd':function(_0x4c0702,_0x3c6c8a){return _0x4c0702===_0x3c6c8a;},'yryQz':'WebDriver','VsUzv':function(_0x1a099c,_0x22a38b){return _0x1a099c(_0x22a38b);},'Krpbq':function(_0x2cf126,_0x1eb4cd,_0x406608){return _0x2cf126(_0x1eb4cd,_0x406608);},'bXHih':_0x14dbae(0xde),'aNxmO':_0x14dbae(0xcc),'gNlyH':_0x14dbae(0xac),'SNlTm':function(_0x2750be,_0x4a5f1b,_0x3705c4){return _0x2750be(_0x4a5f1b,_0x3705c4);},'UnCeD':_0x14dbae(0xe9),'TjVkB':_0x14dbae(0xa6),'lhoFD':_0x14dbae(0xa1),'IKFsT':function(_0x3dcda9,_0x1b04d9){return _0x3dcda9(_0x1b04d9);}};if(!_0x1e62d6)return null;let _0x375e81=global[_0x14dbae(0xa7)]||_0x2d62a7['qKgFg'];if(_0x2d62a7['GUXGd'](_0x1e62d6[_0x14dbae(0xb1)][_0x14dbae(0xaa)],_0x2d62a7[_0x14dbae(0xd5)])){const _0x2b3660=_0x1e62d6[_0x14dbae(0xe9)];if(!_0x2b3660)return null;const _0x4fe0c6=_0x2b3660[_0x14dbae(0xba)],_0x24e3ab=_0x2d62a7['VsUzv'](getOSVersionFromCaps,_0x2d62a7[_0x14dbae(0xb9)](nestedKeyValue,_0x1e62d6,[_0x2d62a7[_0x14dbae(0xf3)],_0x2d62a7[_0x14dbae(0xc3)]]));return{[_0x375e81]:{'browser':_0x4fe0c6[_0x14dbae(0xe6)],'browser_version':_0x4fe0c6[_0x14dbae(0xc0)],'capabilities':_0x4fe0c6,'platform':_0x4fe0c6[_0x14dbae(0xed)],'platform_version':_0x4fe0c6['platformVersion']||_0x24e3ab,'product':_0x2d62a7[_0x14dbae(0xbb)](getObservabilityLinkedProductName,_0x4fe0c6),'session_id':_0x2b3660[_0x14dbae(0xcd)]}};}else{if(_0x2d62a7[_0x14dbae(0xa3)](_0x1e62d6['constructor'][_0x14dbae(0xaa)],_0x2d62a7[_0x14dbae(0xaf)])){const _0x3f4665=PlaywrightSessionDetails['getDetails']();_0x375e81=_0x3f4665[_0x14dbae(0xbd)]||_0x375e81;const _0x5c735f=_0x2d62a7['SNlTm'](nestedKeyValue,_0x1e62d6,[_0x2d62a7[_0x14dbae(0xf3)],_0x2d62a7[_0x14dbae(0xd3)],_0x2d62a7[_0x14dbae(0xee)]]),_0x41f4ee=_0x5c735f?JSON[_0x14dbae(0xdc)](new URL(_0x5c735f)[_0x14dbae(0xb7)]['get'](_0x2d62a7[_0x14dbae(0xe3)])):{};return{[_0x375e81]:{'browser':_0x3f4665['browser']||_0x41f4ee['browserName'],'browser_version':_0x3f4665[_0x14dbae(0xb0)]||_0x41f4ee['browser_version'],'capabilities':_0x41f4ee,'platform':_0x3f4665[_0x14dbae(0xb2)],'platform_version':_0x3f4665['platform_version'],'product':_0x2d62a7[_0x14dbae(0xbe)](getObservabilityLinkedProductName,_0x41f4ee),'session_id':_0x3f4665['bsSessionId']}};}}},exports[a3_0x43236f(0xa2)]=_0x3682ad=>{const _0x410595=a3_0x43236f,_0x261d2b={'CiWCY':function(_0x41df43){return _0x41df43();},'qaJdp':_0x410595(0xd0),'aSlGq':function(_0xca5118,_0x1a4622){return _0xca5118!==_0x1a4622;},'WtsRJ':_0x410595(0xae),'mzQCb':function(_0x176f19){return _0x176f19();},'nnWIW':_0x410595(0xa4),'mpGHV':function(_0x116c40,_0x16b5c8){return _0x116c40(_0x16b5c8);},'drXOd':_0x410595(0xd1)};if(_0x261d2b[_0x410595(0xc9)](isAccessibilityAutomationSession)){const _0x1b5330=_0x3682ad[_0x410595(0xe9)],_0x299919=_0x1b5330[_0x410595(0xba)];global[_0x410595(0xec)]=!![];!accessibilityHelper[_0x410595(0xc4)](_0x299919[_0x410595(0xe6)])&&(logger[_0x410595(0xeb)](_0x261d2b[_0x410595(0xb3)]),global[_0x410595(0xec)]=![]);if(_0x261d2b['aSlGq'](_0x299919[_0x410595(0xc0)],_0x261d2b[_0x410595(0xf5)])){const _0x392c56=_0x261d2b['mzQCb'](isBrowserstackInfra),_0x53e237=accessibilityHelper['getMinVersionForBrowser'](_0x299919[_0x410595(0xe6)],_0x392c56),_0x532696=accessibilityHelper[_0x410595(0xc7)](_0x299919[_0x410595(0xe6)]);if(!accessibilityHelper[_0x410595(0xe5)](_0x299919[_0x410595(0xc0)],_0x53e237)){const _0x44df65=_0x392c56?'':_0x261d2b[_0x410595(0xd2)];logger['warn'](_0x410595(0xe1)+_0x532696+_0x410595(0xc6)+_0x53e237+_0x410595(0xa5)+_0x44df65+'.'),global['accessibilityPlatform']=![];}}!_0x261d2b[_0x410595(0xa8)](isUndefined,_0x299919[_0x410595(0xa9)])&&(logger[_0x410595(0xeb)](_0x261d2b['drXOd']),global['accessibilityPlatform']=![]);}},exports[a3_0x43236f(0xb4)]=_0xfc23f7=>{const _0x35ed69=a3_0x43236f,_0x1783c6={};_0x1783c6['IsSDA']=function(_0x301d5e,_0x394fbb){return _0x301d5e!==_0x394fbb;},_0x1783c6['ouJcA']=_0x35ed69(0xf2),_0x1783c6[_0x35ed69(0xc8)]=_0x35ed69(0xbc),_0x1783c6[_0x35ed69(0xb8)]=_0x35ed69(0xca);const _0x5574da=_0x1783c6;if(!_0xfc23f7)return![];else{if(_0x5574da[_0x35ed69(0xe0)](typeof _0xfc23f7,_0x5574da[_0x35ed69(0xd8)]))return!![];}return!_0xfc23f7['includes'](_0x5574da[_0x35ed69(0xc8)])&&!_0xfc23f7[_0x35ed69(0xcb)](_0x5574da[_0x35ed69(0xb8)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x289d8a=a4_0x1079;(function(_0x5f533a,_0x4a9a21){const _0x298803=a4_0x1079,_0x2b4145=_0x5f533a();while(!![]){try{const _0x565aa0=parseInt(_0x298803(0xd3))/0x1+-parseInt(_0x298803(0x14c))/0x2*(parseInt(_0x298803(0x161))/0x3)+parseInt(_0x298803(0xa0))/0x4+-parseInt(_0x298803(0xb8))/0x5+parseInt(_0x298803(0x11f))/0x6+parseInt(_0x298803(0x14e))/0x7*(-parseInt(_0x298803(0x9c))/0x8)+parseInt(_0x298803(0xe1))/0x9*(parseInt(_0x298803(0x10e))/0xa);if(_0x565aa0===_0x4a9a21)break;else _0x2b4145['push'](_0x2b4145['shift']());}catch(_0x1296db){_0x2b4145['push'](_0x2b4145['shift']());}}}(a4_0x114e,0x444da));const path=require(a4_0x289d8a(0x136)),fs=require('fs'),{v4:uuidv4}=require(a4_0x289d8a(0x131)),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require('../../helpers/helper'),testOpsHelper=require(a4_0x289d8a(0x174)),{getTestEnv}=require(a4_0x289d8a(0x16e)),{FRAMEWORKS}=require(a4_0x289d8a(0x117)),logger=require(a4_0x289d8a(0x115))[a4_0x289d8a(0xf3)],SessionHandler=require(a4_0x289d8a(0xc4)),RequestQueueHandler=require(a4_0x289d8a(0x171)),PlaywrightSessionDetails=require(a4_0x289d8a(0xfb)),debug=testOpsHelper[a4_0x289d8a(0xd8)],{processAccessibilityCaps}=require(a4_0x289d8a(0x107)),Constants=require(a4_0x289d8a(0xa9)),{fetchPlatformDetails}=require(a4_0x289d8a(0x109)),{shouldProcessEventForTesthub,appendTesthubParams}=require('../../helpers/testhub/utils.js'),constants=require(a4_0x289d8a(0xa9)),STATE_PASSED=a4_0x289d8a(0x119),STATE_FAILED=a4_0x289d8a(0x13a),a4_0x122952={};a4_0x122952['TEST_RUN_STARTED']=a4_0x289d8a(0xfe),a4_0x122952['TEST_RUN_FINISHED']=a4_0x289d8a(0x186),a4_0x122952[a4_0x289d8a(0x175)]=a4_0x289d8a(0x167),a4_0x122952[a4_0x289d8a(0xf5)]='HookRunStarted',a4_0x122952[a4_0x289d8a(0x121)]=a4_0x289d8a(0x134);function a4_0x1079(_0x9d8a72,_0x5eb4d8){const _0x114e28=a4_0x114e();return a4_0x1079=function(_0x1079bb,_0x32137f){_0x1079bb=_0x1079bb-0x96;let _0x2f4e47=_0x114e28[_0x1079bb];return _0x2f4e47;},a4_0x1079(_0x9d8a72,_0x5eb4d8);}const TEST_EVENTS=a4_0x122952,parseEvent=_0x473c66=>{const _0x2687df=a4_0x289d8a,_0xa69800={};_0xa69800['jVnsc']=function(_0x53889a,_0x4fc3c8){return _0x53889a<_0x4fc3c8;},_0xa69800['igBHk']=function(_0xf342a6,_0x4cd455){return _0xf342a6===_0x4cd455;},_0xa69800[_0x2687df(0x149)]=_0x2687df(0xf1),_0xa69800['CuYvH']=function(_0x157e43,_0x3e7553){return _0x157e43===_0x3e7553;},_0xa69800[_0x2687df(0x10d)]=_0x2687df(0x9a),_0xa69800[_0x2687df(0xff)]=_0x2687df(0x160),_0xa69800[_0x2687df(0xa6)]=_0x2687df(0x10f),_0xa69800[_0x2687df(0xd2)]=_0x2687df(0x9d);const _0x4e206f=_0xa69800,_0x38b94c=_0x473c66[_0x2687df(0x11c)](/^(.*)Run(.*)$/);if(!_0x38b94c)return null;if(_0x4e206f[_0x2687df(0x133)](_0x38b94c[_0x2687df(0x182)],0x3))return null;const _0x7798c7=_0x38b94c[0x1][_0x2687df(0xfa)](),_0x24bca8=_0x38b94c[0x2][_0x2687df(0xfa)]();return{'test':_0x4e206f[_0x2687df(0xd5)](_0x7798c7,_0x4e206f[_0x2687df(0x149)]),'hook':_0x4e206f['CuYvH'](_0x7798c7,_0x4e206f['iXoGH']),'skipped':_0x4e206f[_0x2687df(0x97)](_0x24bca8,_0x4e206f[_0x2687df(0xff)]),'started':_0x4e206f[_0x2687df(0xd5)](_0x24bca8,_0x4e206f['YLWLq']),'finished':_0x4e206f['CuYvH'](_0x24bca8,_0x4e206f[_0x2687df(0xd2)])};},mockPWBrowserType=_0x14f150=>{const _0xb70cb5=a4_0x289d8a,_0x17fdb3={'Iszwu':function(_0x4a1a2e,_0x112d6e){return _0x4a1a2e===_0x112d6e;},'EFifd':_0xb70cb5(0x123),'VTzLe':function(_0x5ac638,_0x1c01be,_0x5ecbf5){return _0x5ac638(_0x1c01be,_0x5ecbf5);},'cYEAd':_0xb70cb5(0xde),'YIkwc':function(_0x3515bd,_0x508245){return _0x3515bd(_0x508245);},'UzaFP':_0xb70cb5(0xdc),'HtjsV':function(_0x206e03,_0x2b6b27){return _0x206e03(_0x2b6b27);},'XRZcM':_0xb70cb5(0x15b),'DSFbv':_0xb70cb5(0xa4),'LKShd':_0xb70cb5(0xcd),'mBinY':function(_0x233f77,_0x443254){return _0x233f77(_0x443254);},'KWYMr':_0xb70cb5(0xce),'mBVlD':_0xb70cb5(0x146),'Pyysv':_0xb70cb5(0x168)},_0x38ab6c=path[_0xb70cb5(0x187)](_0x17fdb3[_0xb70cb5(0x188)],_0x17fdb3[_0xb70cb5(0x189)],_0x17fdb3[_0xb70cb5(0xc1)]),_0x365c9f=_0x17fdb3[_0xb70cb5(0x111)](importFileFromPWCore,_0x38ab6c);if(!_0x365c9f){_0x17fdb3[_0xb70cb5(0x127)](debug,_0x17fdb3['KWYMr']);return;}const _0x15f623=_0x365c9f[_0xb70cb5(0xe5)],_0x15fdae=_0x15f623[_0xb70cb5(0x165)];if(_0x15fdae[_0xb70cb5(0xc3)])return;const _0x2d8ff4=_0x15fdae['connect'];Object[_0xb70cb5(0x143)](_0x15fdae,_0x17fdb3['mBVlD'],{'get':function(){const _0x2f565f=_0xb70cb5,_0xbd52ef={'GPGZz':function(_0x289fcf,_0x7a747b){const _0x2547be=a4_0x1079;return _0x17fdb3[_0x2547be(0x17a)](_0x289fcf,_0x7a747b);},'GAQBl':_0x17fdb3[_0x2f565f(0x10c)],'Mfiml':function(_0x27431c,_0x5e7e74,_0x34090e){const _0x24d517=_0x2f565f;return _0x17fdb3[_0x24d517(0x113)](_0x27431c,_0x5e7e74,_0x34090e);},'JHgQK':_0x17fdb3[_0x2f565f(0x142)],'HilkQ':function(_0x263bb7,_0x4d4026){const _0x426019=_0x2f565f;return _0x17fdb3[_0x426019(0x127)](_0x263bb7,_0x4d4026);},'TQUaj':_0x17fdb3[_0x2f565f(0xed)],'MXgCe':function(_0x46db58,_0x3d6d68,_0x28878d){const _0xadf810=_0x2f565f;return _0x17fdb3[_0xadf810(0x113)](_0x46db58,_0x3d6d68,_0x28878d);},'xoENp':function(_0x2e0743,_0x30a2cc){const _0x498158=_0x2f565f;return _0x17fdb3[_0x498158(0xd7)](_0x2e0743,_0x30a2cc);}};return async function _0x4c41a5(_0x2f8f48,_0x1334c0){const _0x220de7=_0x2f565f,_0x2ee22e={'Ofbzh':function(_0x1173b4,_0x31b5b8){const _0x220c2f=a4_0x1079;return _0xbd52ef[_0x220c2f(0x185)](_0x1173b4,_0x31b5b8);},'oEoZx':_0xbd52ef[_0x220de7(0x144)]},_0x14f8b8=_0xbd52ef['Mfiml'](nestedKeyValue,_0x2f8f48,[_0xbd52ef['JHgQK']])||_0x2f8f48;let _0x2e085e=null,_0x353bdc=null;try{[_0x353bdc,_0x2e085e]=_0x14f8b8?_0xbd52ef[_0x220de7(0xe8)](parseWSEndpoint,_0x14f8b8):[null,null],global[_0x220de7(0x103)]=_0x2e085e,logger[_0x220de7(0xd8)](_0x220de7(0x118)+_0x353bdc),_0x353bdc[_0x220de7(0xdf)](Constants[_0x220de7(0x163)])&&(global[_0x220de7(0x13c)]=_0xbd52ef[_0x220de7(0x16f)]);}catch(_0x567497){logger[_0x220de7(0xd8)](_0x220de7(0x13d)+_0x14f8b8+'\x20'+_0x567497);}_0xbd52ef[_0x220de7(0x102)](processAccessibilityCaps,_0x2e085e,_0x353bdc);if(global['accessibilityPlatform']){const _0x155ea2=await _0x15fdae['connectOverCDP'][_0x220de7(0x184)](this,[''+Constants[_0x220de7(0xc0)]+_0xbd52ef[_0x220de7(0x110)](encodeURIComponent,JSON['stringify'](_0x2e085e))]);return PlaywrightSessionDetails[_0x220de7(0x129)](_0x155ea2,_0x14f150,_0x14f8b8),_0x155ea2;}return _0x2d8ff4[_0x220de7(0x184)](this,arguments)[_0x220de7(0x158)](_0x56c700=>{const _0x2dfe13=_0x220de7;let _0x1d9c12=_0x2f8f48[_0x2dfe13(0xde)];return _0x2ee22e['Ofbzh'](typeof _0x2f8f48,_0x2ee22e[_0x2dfe13(0x126)])&&(_0x1d9c12=_0x2f8f48),PlaywrightSessionDetails['setupBrowserDetails'](_0x56c700,_0x14f150,_0x1d9c12),_0x56c700;});};}});const _0x112ae5=_0x15fdae[_0xb70cb5(0x168)];Object[_0xb70cb5(0x143)](_0x15fdae,_0x17fdb3[_0xb70cb5(0xb9)],{'get':function(){return async function _0x8a404e(){const _0x247deb=a4_0x1079;return _0x112ae5[_0x247deb(0x184)](this,arguments)[_0x247deb(0x158)](_0x53ef39=>{const _0x538b88=_0x247deb;return PlaywrightSessionDetails[_0x538b88(0x129)](_0x53ef39,null),_0x53ef39;});};}});};class O11yHelper{[a4_0x289d8a(0xaa)]=null;['currentHook']=null;[a4_0x289d8a(0x179)]=![];['frameworkName']=![];constructor(_0x9bcc8b,_0x55c630){const _0x1ae236=a4_0x289d8a,_0x3701b0={'hYEIu':_0x1ae236(0x15a),'JdWCz':function(_0x3514db,_0x1d2513){return _0x3514db===_0x1d2513;},'nUccr':'Playwright','WZUuB':function(_0xe80ee,_0x4f6749){return _0xe80ee(_0x4f6749);},'rmbPt':function(_0x5c0c40){return _0x5c0c40();}},_0xf5dff6=_0x3701b0['hYEIu']['split']('|');let _0x1f9364=0x0;while(!![]){switch(_0xf5dff6[_0x1f9364++]){case'0':this['frameworkName']=_0x55c630[_0x1ae236(0xd1)];continue;case'1':this[_0x1ae236(0x139)]&&_0x3701b0[_0x1ae236(0xbc)](this[_0x1ae236(0x139)][_0x1ae236(0x124)][_0x1ae236(0xb4)],_0x3701b0[_0x1ae236(0xab)])&&_0x3701b0['WZUuB'](mockPWBrowserType,null);continue;case'2':this[_0x1ae236(0x10a)]=_0x3701b0[_0x1ae236(0x180)](getTestEnv);continue;case'3':this['enabled']=_0x3701b0['rmbPt'](shouldProcessEventForTesthub);continue;case'4':this[_0x1ae236(0x139)]=_0x9bcc8b;continue;case'5':this[_0x1ae236(0xbe)]=new testOpsHelper['PathHelper']({'cwd':process[_0x1ae236(0xc5)]()},this[_0x1ae236(0x10a)]['location_prefix']);continue;}break;}}[a4_0x289d8a(0x18d)](){const _0x4eee3e=a4_0x289d8a;if(!this[_0x4eee3e(0x179)])return;testOpsHelper[_0x4eee3e(0xdb)](),process[_0x4eee3e(0xf7)](_0x4eee3e(0xad)+process[_0x4eee3e(0x99)]),process['on'](_0x4eee3e(0xad)+process['pid'],this[_0x4eee3e(0xee)][_0x4eee3e(0x151)](this));}async[a4_0x289d8a(0xc8)](){await RequestQueueHandler['getInstance']()['shutdown']();}async[a4_0x289d8a(0xee)](_0x456085){const _0x1f7483=a4_0x289d8a,_0x398548={'WFJLT':_0x1f7483(0x17e),'tXYQc':function(_0x1a848c,_0x2930c4){return _0x1a848c(_0x2930c4);}};try{this[_0x1f7483(0xb7)]&&!this[_0x1f7483(0xb7)][_0x1f7483(0xb1)]&&(_0x456085[_0x1f7483(0x12a)]=this[_0x1f7483(0xb7)][_0x1f7483(0x152)]);!_0x456085[_0x1f7483(0x12a)]&&this[_0x1f7483(0xaa)]&&!this[_0x1f7483(0xaa)][_0x1f7483(0xb1)]&&(_0x456085[_0x1f7483(0xa2)]=this[_0x1f7483(0xaa)][_0x1f7483(0x181)]);if(_0x456085[_0x1f7483(0x12a)]||_0x456085[_0x1f7483(0xa2)]){const _0x4db226={};_0x4db226[_0x1f7483(0x15c)]=_0x398548[_0x1f7483(0xbf)],_0x4db226[_0x1f7483(0x11e)]=[_0x456085],await SessionHandler['uploadEventData'](_0x4db226);}}catch(_0x428c01){_0x398548[_0x1f7483(0xf0)](debug,_0x1f7483(0xbb)+constants[_0x1f7483(0xf2)]+_0x1f7483(0xeb)+_0x428c01);}}async['sendCBTInfo'](_0x5a82b7){const _0x54964b=a4_0x289d8a,_0x5eeb4c={'VUqAP':'CBTSessionCreated','HZXIt':function(_0x2a5ec8,_0x192f5a){return _0x2a5ec8(_0x192f5a);}};if(!this[_0x54964b(0x179)])return;const _0x2672a6=this[_0x54964b(0xba)](this[_0x54964b(0x139)]);try{const _0x580798={};_0x580798[_0x54964b(0x131)]=_0x5a82b7,_0x580798['integrations']=_0x2672a6;const _0x4c9363=_0x580798,_0x4d72cc={};_0x4d72cc[_0x54964b(0x15c)]=_0x5eeb4c[_0x54964b(0x12c)],_0x4d72cc[_0x54964b(0x137)]=_0x4c9363,await SessionHandler[_0x54964b(0x12e)](_0x4d72cc);}catch(_0x43ca09){_0x5eeb4c[_0x54964b(0x108)](debug,_0x54964b(0xae)+constants[_0x54964b(0xf2)]+'\x20with\x20error\x20:\x20'+_0x43ca09);}}[a4_0x289d8a(0xba)](_0x31b323){const _0xd43b45=a4_0x289d8a,_0x286239={'kIBLX':function(_0x3f8d7a,_0x390800){return _0x3f8d7a(_0x390800);}};return _0x286239[_0xd43b45(0x128)](fetchPlatformDetails,_0x31b323);}['resetSkipTestHooks']=_0x26fc7b=>{const _0x26e016=a4_0x289d8a,_0x20a19a={};_0x20a19a[_0x26e016(0x183)]=_0x26e016(0xac),_0x20a19a[_0x26e016(0x16b)]=_0x26e016(0x15f);const _0x20cb6d=_0x20a19a;if(!_0x26fc7b||!_0x26fc7b[_0x26e016(0xd4)])return;[_0x20cb6d[_0x26e016(0x183)],_0x20cb6d[_0x26e016(0x16b)]][_0x26e016(0x16c)](_0x27179b=>{const _0x26bb26=_0x26e016,_0x13ef69=_0x26fc7b[_0x26bb26(0xd4)][_0x27179b];_0x13ef69['forEach'](_0x2b2ec4=>{const _0x691968=_0x26bb26;_0x2b2ec4['hookAnalyticsId']&&(_0x2b2ec4[_0x691968(0x152)]=null);});});};[a4_0x289d8a(0xbd)](_0x52d4b1){const _0x3a3b41=a4_0x289d8a,_0x5585e7={'ryhNQ':'codeceptjs','pujRW':function(_0x533d61){return _0x533d61();},'CVcPh':function(_0x29f542,_0x55c50b){return _0x29f542===_0x55c50b;},'UWcUU':_0x3a3b41(0x15f),'OLoiC':_0x3a3b41(0x100),'VLzGC':_0x3a3b41(0x164),'DwHWk':_0x3a3b41(0xac)};if(!_0x52d4b1||!_0x52d4b1[_0x3a3b41(0xd4)])return;[_0x5585e7[_0x3a3b41(0x17b)],_0x5585e7[_0x3a3b41(0xe3)],_0x5585e7['DwHWk'],_0x5585e7['UWcUU']][_0x3a3b41(0x16c)](_0x374239=>{const _0x27b595=_0x3a3b41,_0xe74c9a=_0x52d4b1[_0x27b595(0xd4)][_0x374239]||[];_0xe74c9a[_0x27b595(0x16c)](_0xc1e103=>{const _0x245275=_0x27b595;if(_0xc1e103[_0x245275(0x140)][_0x245275(0xdf)](_0x5585e7[_0x245275(0x135)]))return;if(!_0xc1e103[_0x245275(0x152)])_0xc1e103[_0x245275(0x152)]=_0x5585e7[_0x245275(0xb6)](uuidv4);else _0xc1e103[_0x245275(0xb1)]&&_0x5585e7[_0x245275(0xc9)](_0x374239,_0x5585e7['UWcUU'])&&(_0xc1e103[_0x245275(0x152)]=_0x5585e7[_0x245275(0xb6)](uuidv4),delete _0xc1e103[_0x245275(0xb1)]);});}),this[_0x3a3b41(0xbd)](_0x52d4b1[_0x3a3b41(0xd4)]);}[a4_0x289d8a(0xd0)](_0xd75f5e){const _0x328669=a4_0x289d8a,_0x4cda71={};_0x4cda71[_0x328669(0xea)]=_0x328669(0x100),_0x4cda71[_0x328669(0x105)]=_0x328669(0x164),_0x4cda71['YAeZJ']=_0x328669(0xac),_0x4cda71[_0x328669(0x13b)]=_0x328669(0x15f);const _0x17c99a=_0x4cda71;if(!_0xd75f5e||!_0xd75f5e[_0x328669(0xd4)])return[];const _0x1505e7=[];return[_0x17c99a[_0x328669(0xea)],_0x17c99a[_0x328669(0x105)],_0x17c99a[_0x328669(0xec)],_0x17c99a['lJlFT']][_0x328669(0x16c)](_0x4ec95a=>{const _0x2d9dab=_0x328669,_0xf2b066=_0xd75f5e[_0x2d9dab(0xd4)][_0x4ec95a]||[];_0xf2b066[_0x2d9dab(0x16c)](_0x5d551a=>{const _0x32c3ce=_0x2d9dab;_0x5d551a['hookAnalyticsId']&&_0x1505e7[_0x32c3ce(0x170)](_0x5d551a[_0x32c3ce(0x152)]);});}),[][_0x328669(0x12d)](_0x1505e7,this[_0x328669(0xd0)](_0xd75f5e['parent']));}[a4_0x289d8a(0x153)](_0x18ecdc){const _0x2411e4=a4_0x289d8a,_0x948ef6=/^"(?<hook>.*)" hook:.*$/,_0x2d0ed0=_0x18ecdc['title'],_0xed2fe4=_0x2d0ed0['match'](_0x948ef6);if(_0xed2fe4&&_0xed2fe4['groups'])return _0xed2fe4['groups'][_0x2411e4(0x9a)]['toUpperCase']()['replace']('\x20','_');return null;}[a4_0x289d8a(0x116)](_0x4c895c){const _0x109345=a4_0x289d8a,_0x14129f={};_0x14129f[_0x109345(0x17c)]=function(_0x32ea5e,_0x16f463){return _0x32ea5e===_0x16f463;},_0x14129f[_0x109345(0x17f)]=function(_0x2e1008,_0xd5d3ef){return _0x2e1008===_0xd5d3ef;},_0x14129f[_0x109345(0xca)]=function(_0x412a77,_0x420774){return _0x412a77===_0x420774;},_0x14129f['jUgva']=_0x109345(0xb0),_0x14129f[_0x109345(0x13f)]='config';const _0xd01cfd=_0x14129f,_0x56fe86=path[_0x109345(0xcf)];if(_0xd01cfd[_0x109345(0x17c)](_0x4c895c,null)||_0xd01cfd[_0x109345(0x17f)](_0x4c895c,'')||_0xd01cfd[_0x109345(0x17c)](_0x4c895c,_0x56fe86)||_0xd01cfd[_0x109345(0xca)](_0x4c895c,path[_0x109345(0x114)](_0x4c895c)))return null;try{return fs['statSync'](path[_0x109345(0x187)](_0x4c895c,_0xd01cfd[_0x109345(0xaf)],_0xd01cfd[_0x109345(0x13f)])),_0x4c895c;}catch(_0xa33234){const _0xf2380=path['dirname'](_0x4c895c);return this[_0x109345(0x116)](_0xf2380);}}[a4_0x289d8a(0x162)](_0x2dddc7){const _0x40129f=a4_0x289d8a,_0xfafffe={};_0xfafffe[_0x40129f(0xe2)]=function(_0xf132a7,_0x3101d7){return _0xf132a7>_0x3101d7;};const _0x4cec6c=_0xfafffe;if(_0x2dddc7['file'])return _0x2dddc7[_0x40129f(0x101)];if(_0x2dddc7[_0x40129f(0x14b)]){const _0x2f775f=_0x2dddc7[_0x40129f(0x14b)][_0x40129f(0xaa)]?this[_0x40129f(0x162)](_0x2dddc7[_0x40129f(0x14b)][_0x40129f(0xaa)]):null;if(_0x2f775f)return _0x2f775f;}if(_0x2dddc7[_0x40129f(0xd4)]){const _0x3e1542=this[_0x40129f(0x162)](_0x2dddc7[_0x40129f(0xd4)])||(_0x2dddc7[_0x40129f(0xd4)]['ctx']&&_0x2dddc7[_0x40129f(0xd4)]['ctx']['currentTest']?this[_0x40129f(0x162)](_0x2dddc7['parent'][_0x40129f(0x14b)][_0x40129f(0xaa)]):null);if(_0x3e1542)return _0x3e1542;_0x2dddc7[_0x40129f(0xd4)][_0x40129f(0x14a)]&&_0x4cec6c[_0x40129f(0xe2)](_0x2dddc7[_0x40129f(0xd4)][_0x40129f(0x14a)][_0x40129f(0x182)],0x0)&&_0x2dddc7[_0x40129f(0xd4)][_0x40129f(0x14a)][_0x40129f(0x16c)](_0x4d9bde=>{const _0x15a353=_0x40129f,_0x58a964=_0x4d9bde['ctx']?this['getRootParentFile'](_0x4d9bde[_0x15a353(0x14b)]):null;if(_0x58a964)return _0x58a964;});}return null;}[a4_0x289d8a(0x155)](_0x283959){const _0x4df728=a4_0x289d8a,_0x37f784={};_0x37f784['ceHms']=function(_0x7f85da,_0x4d95d9){return _0x7f85da!==_0x4d95d9;};const _0x40b201=_0x37f784,_0x45e65a=[];if(_0x283959&&_0x283959[_0x4df728(0xd4)]){let _0x177158=_0x283959[_0x4df728(0xd4)];while(_0x177158&&_0x40b201[_0x4df728(0xd6)](_0x177158[_0x4df728(0x140)],'')){_0x45e65a['push'](_0x177158['title']),_0x177158=_0x177158['parent'];}}return _0x45e65a;}[a4_0x289d8a(0xa7)](_0x1295e8,_0x5bb153,_0x2c2fd7=undefined){const _0x5a1310=a4_0x289d8a,_0x464d8b={'gGeEH':function(_0x327e75,_0x12411d){return _0x327e75(_0x12411d);},'rEoyO':function(_0x1b947e){return _0x1b947e();},'pShfE':function(_0x234871){return _0x234871();},'yqvkZ':function(_0x1101fa){return _0x1101fa();},'Bejwn':_0x5a1310(0x112),'iWmCD':_0x5a1310(0x15e),'WOqzk':function(_0x503cfe,_0xb262b0){return _0x503cfe!==_0xb262b0;},'kAAfG':_0x5a1310(0x98),'RVrEa':'pending','PQyUz':_0x5a1310(0x13a),'wflqs':'passed','WfnRq':'skipped','mZeVk':_0x5a1310(0x130),'tScUg':function(_0x22fde0,_0xf9df64){return _0x22fde0-_0xf9df64;},'jCPTy':function(_0x313e18,_0x55a0cc,_0x3c92ad,_0x1d8fa8,_0x12da59){return _0x313e18(_0x55a0cc,_0x3c92ad,_0x1d8fa8,_0x12da59);},'YcQBS':function(_0x227c1f,_0x572834){return _0x227c1f!==_0x572834;},'NuVoo':_0x5a1310(0x104),'YVQgT':_0x5a1310(0x176),'iKqFS':_0x5a1310(0xb3),'AdOnl':_0x5a1310(0x178),'PDINn':_0x5a1310(0xfd),'vQkmD':'failure_reason_expanded','xAvnj':_0x5a1310(0x14f),'RSgEA':function(_0x50645d,_0x13ee27){return _0x50645d===_0x13ee27;},'RNSKv':_0x5a1310(0x12f),'oAYwv':_0x5a1310(0x137)};if(!this[_0x5a1310(0x179)])return;try{if(_0x5bb153['fn']&&_0x5bb153['fn'][_0x5a1310(0xdd)]()[_0x5a1310(0x11c)](/browserstack internal helper hook/))return;const _0x5dbd09=_0x464d8b[_0x5a1310(0x177)](parseEvent,_0x1295e8);if(!_0x5dbd09)return;if(_0x5dbd09['test']){this[_0x5a1310(0xaa)]=_0x5bb153,this[_0x5a1310(0xb7)]=null;if(_0x5dbd09['started']||_0x5dbd09[_0x5a1310(0x160)]){_0x5bb153[_0x5a1310(0x17d)]=new Date(),_0x5bb153[_0x5a1310(0xb1)]=![];if(!_0x5bb153['testAnalyticsId'])_0x5bb153[_0x5a1310(0x181)]=_0x464d8b['rEoyO'](uuidv4);else _0x5bb153[_0x5a1310(0xb1)]&&(!_0x5bb153[_0x5a1310(0xc7)]&&(_0x5bb153['retryOf']=_0x5bb153[_0x5a1310(0x181)]),_0x5bb153[_0x5a1310(0x181)]=_0x464d8b[_0x5a1310(0x10b)](uuidv4));}}else{if(_0x5dbd09[_0x5a1310(0x9a)]){this['currentHook']=_0x5bb153;if(_0x5dbd09[_0x5a1310(0x10f)]){_0x5bb153[_0x5a1310(0x17d)]=new Date(),_0x5bb153[_0x5a1310(0xb1)]=![];if(!_0x5bb153['hookAnalyticsId'])_0x5bb153[_0x5a1310(0x152)]=_0x464d8b['pShfE'](uuidv4);else _0x5bb153[_0x5a1310(0x152)]&&_0x5bb153[_0x5a1310(0xb1)]&&(_0x5bb153[_0x5a1310(0x152)]=_0x464d8b['yqvkZ'](uuidv4));}}}if(_0x5dbd09[_0x5a1310(0x9d)]&&_0x5bb153['markedStatus'])return;let _0x4a0f23;try{_0x4a0f23=this[_0x5a1310(0x162)](_0x5bb153);}catch(_0x3307d6){logger[_0x5a1310(0xd8)](_0x5a1310(0x132)+_0x3307d6),_0x4a0f23=null;}const _0x31dc9b=_0x464d8b[_0x5a1310(0x177)](require,_0x464d8b['Bejwn']);let _0x477a62=[];_0x2c2fd7&&(_0x477a62=[_0x2c2fd7,_0x464d8b[_0x5a1310(0xc6)]]);const _0x55cc6b=_0x464d8b[_0x5a1310(0x173)](_0x5bb153[_0x5a1310(0x9f)],undefined)?_0x31dc9b['inspect'](_0x5bb153['errorsDetailed'][0x0]):_0x464d8b['WOqzk'](_0x2c2fd7,undefined)?_0x2c2fd7[_0x5a1310(0xdd)]():undefined,_0x5b56f1=_0x4a0f23?this[_0x5a1310(0x116)](_0x4a0f23):null,_0x4edb81=_0x4a0f23?this[_0x5a1310(0xbe)]['prefixTestPath'](this[_0x5a1310(0x162)](_0x5bb153)):_0x464d8b[_0x5a1310(0xe9)];let _0x53caf8=_0x464d8b[_0x5a1310(0xe7)];const _0x30bde5=!_0x5dbd09[_0x5a1310(0x10f)]?new Date()[_0x5a1310(0x11a)]():null;if(_0x5dbd09['finished'])_0x53caf8=_0x2c2fd7?_0x464d8b['PQyUz']:_0x464d8b[_0x5a1310(0x96)],_0x5bb153[_0x5a1310(0xb1)]=!![];else _0x5dbd09['skipped']&&(_0x53caf8=_0x464d8b['WfnRq'],_0x5bb153[_0x5a1310(0xb1)]=!![]);const _0x12d9bf={'framework':this['frameworkName'],'uuid':_0x5bb153[_0x5a1310(0x181)]||_0x5bb153['hookAnalyticsId'],'name':_0x5bb153[_0x5a1310(0x140)],'body':{'lang':_0x464d8b[_0x5a1310(0x150)],'code':_0x5bb153['body'][_0x5a1310(0xdd)]()},'type':_0x5bb153[_0x5a1310(0xf8)],'scope':_0x5bb153['fullTitle'](),'scopes':this[_0x5a1310(0x155)](_0x5bb153),'file_name':_0x4edb81,'vc_filepath':_0x5b56f1?path[_0x5a1310(0x159)](_0x5b56f1,_0x4a0f23):null,'location':_0x4edb81,'result':_0x53caf8,'failure_reason':_0x55cc6b,'duration_in_ms':_0x5bb153[_0x5a1310(0x16d)]||(_0x5dbd09[_0x5a1310(0x9d)]||_0x5dbd09[_0x5a1310(0x160)])?_0x464d8b[_0x5a1310(0x106)](Date[_0x5a1310(0x18b)](),new Date(_0x5bb153[_0x5a1310(0x17d)])['getTime']()):null,'started_at':new Date(_0x5bb153['startedAt'])[_0x5a1310(0x11a)](),'finished_at':_0x30bde5,'failure':testOpsHelper['failureData'][_0x5a1310(0x184)](null,_0x477a62),'failure_type':!_0x55cc6b?null:testOpsHelper['getFailureType'](_0x55cc6b),'retry_of':_0x5bb153[_0x5a1310(0xc7)]||null,'tags':_0x5bb153[_0x5a1310(0xcb)]||[],'customRerunParam':{'rerun_name':_0x5bb153[_0x5a1310(0x18a)]()}};_0x464d8b[_0x5a1310(0x12b)](appendTesthubParams,_0x12d9bf,_0x1295e8,_0x5bb153,FRAMEWORKS[_0x5a1310(0x120)]);if(_0x5dbd09['hook'])[_0x12d9bf[_0x5a1310(0x169)],_0x12d9bf[_0x5a1310(0xb4)]]=[this[_0x5a1310(0x153)](_0x5bb153),_0x5bb153[_0x5a1310(0x14b)][_0x5a1310(0xf1)][_0x5a1310(0x140)]],_0x5dbd09['finished']?_0x464d8b['YcQBS'](_0x12d9bf[_0x5a1310(0x14d)],_0x464d8b[_0x5a1310(0x141)])&&(_0x12d9bf['result']=_0x464d8b[_0x5a1310(0x96)]):_0x12d9bf[_0x5a1310(0x9b)]={};else _0x5dbd09[_0x5a1310(0xf1)]&&(this[_0x5a1310(0xbd)](_0x5bb153),_0x5dbd09[_0x5a1310(0x160)]&&this[_0x5a1310(0xda)](_0x5bb153),(_0x5dbd09[_0x5a1310(0x9d)]||_0x5dbd09['skipped'])&&(_0x12d9bf['hooks']=this['getHooksForTest'](_0x5bb153)));this[_0x5a1310(0x139)]&&(_0x5dbd09['started']||_0x5dbd09[_0x5a1310(0x160)])&&(_0x12d9bf[_0x464d8b[_0x5a1310(0xb5)]]=this[_0x5a1310(0xba)](this[_0x5a1310(0x139)]));_0x5dbd09[_0x5a1310(0xf1)]&&_0x5dbd09[_0x5a1310(0x9d)]&&_0x5bb153[_0x5a1310(0xef)]&&(_0x12d9bf[_0x464d8b[_0x5a1310(0xcc)]]={'feature':{'name':_0x5bb153[_0x5a1310(0xd4)][_0x5a1310(0x147)][_0x5a1310(0xb4)],'path':_0x12d9bf['file_name'],'description':_0x5bb153['parent'][_0x5a1310(0xa1)]},'scenario':{'name':_0x5bb153[_0x5a1310(0x140)]},'steps':_0x5bb153['bddSteps']});const _0x100b88=_0x12d9bf[_0x464d8b[_0x5a1310(0xa5)]][0x0];_0x100b88&&(_0x12d9bf[_0x464d8b[_0x5a1310(0x9e)]]=_0x100b88[_0x464d8b[_0x5a1310(0x18c)]],_0x12d9bf[_0x464d8b['vQkmD']]=_0x100b88[_0x464d8b['xAvnj']]);if(_0x5bb153[_0x5a1310(0xef)])for(const _0x1c9450 of _0x5bb153[_0x5a1310(0xef)]){!_0x1c9450[_0x5a1310(0x11d)]&&(_0x1c9450['finished_at']=new Date()[_0x5a1310(0x11a)](),_0x464d8b[_0x5a1310(0x166)](_0x1c9450[_0x5a1310(0x14d)],_0x464d8b[_0x5a1310(0xe7)])&&(_0x100b88?(_0x1c9450[_0x5a1310(0x14d)]=_0x464d8b[_0x5a1310(0x141)],_0x1c9450[_0x5a1310(0xb3)]=_0x100b88[_0x464d8b[_0x5a1310(0x18c)]][0x0]):_0x1c9450[_0x5a1310(0x14d)]=_0x464d8b[_0x5a1310(0x96)]));}const _0x4f6d7d={};_0x4f6d7d['event_type']=_0x5dbd09[_0x5a1310(0x160)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x1295e8;const _0x1cc82e=_0x4f6d7d;return _0x5dbd09[_0x5a1310(0x9a)]?_0x1cc82e[_0x464d8b[_0x5a1310(0xc2)]]=_0x12d9bf:_0x1cc82e[_0x464d8b[_0x5a1310(0x148)]]=_0x12d9bf,_0x1cc82e;}catch(_0x5361d3){logger[_0x5a1310(0xd8)](_0x5a1310(0x11b)+_0x1295e8+_0x5a1310(0xeb)+_0x5361d3);}}async[a4_0x289d8a(0xf6)](_0x3097ac,_0x35b95f){const _0x261e80=a4_0x289d8a;if(!this['enabled']||!_0x35b95f||!_0x3097ac)return![];try{return await SessionHandler['uploadEventData'](_0x35b95f);}catch(_0x337f50){logger[_0x261e80(0xd8)](_0x261e80(0xf4)+_0x3097ac+_0x261e80(0xeb)+_0x337f50);}}[a4_0x289d8a(0x16a)](_0x82ba6c){const _0x5f4a83=a4_0x289d8a,_0x4a7851={};_0x4a7851[_0x5f4a83(0x15d)]='pending';const _0x5872ad=_0x4a7851;return{'id':_0x82ba6c[_0x5f4a83(0x156)],'text':_0x82ba6c[_0x5f4a83(0xe0)],'keyword':_0x82ba6c[_0x5f4a83(0x172)],'started_at':_0x82ba6c[_0x5f4a83(0x17d)][_0x5f4a83(0x11a)](),'result':_0x5872ad[_0x5f4a83(0x15d)]};}['bddStepStart'](_0x1965a5){const _0x5ec652=a4_0x289d8a,_0x5cba5c={'SiZZX':function(_0x403cda){return _0x403cda();}};!this[_0x5ec652(0xaa)][_0x5ec652(0xef)]&&(this['currentTest'][_0x5ec652(0xef)]=[]),!_0x1965a5[_0x5ec652(0x156)]&&(_0x1965a5[_0x5ec652(0x156)]=_0x5cba5c[_0x5ec652(0x125)](uuidv4),_0x1965a5[_0x5ec652(0x17d)]=new Date(),this[_0x5ec652(0xaa)][_0x5ec652(0xef)][_0x5ec652(0x170)](this[_0x5ec652(0x16a)](_0x1965a5)));}[a4_0x289d8a(0x13e)](_0xd37768){const _0x15e3c6=a4_0x289d8a,_0x1100f7={'xTddM':function(_0x4a6cb1,_0xe488c5){return _0x4a6cb1(_0xe488c5);},'AJvBT':_0x15e3c6(0x122),'fXDCL':_0x15e3c6(0x138),'SEkOd':_0x15e3c6(0x119),'snWcA':function(_0x3247f6,_0xd4292d){return _0x3247f6-_0xd4292d;}};let _0x3d1b36=this['currentTest'][_0x15e3c6(0xef)][_0x15e3c6(0xa3)](_0x1a9dd6=>_0x1a9dd6['id']===_0xd37768[_0x15e3c6(0x156)]);_0x1100f7[_0x15e3c6(0xf9)](isUndefined,_0x3d1b36)&&(_0x3d1b36=this['initializeBddStep'](_0xd37768)),_0x3d1b36['result']=[_0x1100f7[_0x15e3c6(0xfc)],_0x1100f7[_0x15e3c6(0x145)]][_0x15e3c6(0xdf)](_0xd37768['status'])?_0x1100f7[_0x15e3c6(0xe6)]:_0xd37768[_0x15e3c6(0xe4)],_0x3d1b36[_0x15e3c6(0x11d)]=new Date()['toISOString'](),_0x3d1b36[_0x15e3c6(0x16d)]=_0x1100f7['snWcA'](Date[_0x15e3c6(0x18b)](),_0xd37768[_0x15e3c6(0x17d)][_0x15e3c6(0xa8)]()),_0x3d1b36[_0x15e3c6(0xb3)]=_0xd37768['err']?_0xd37768[_0x15e3c6(0x15e)][_0x15e3c6(0xd9)]:null;}}function a4_0x114e(){const _0x4ae2ec=['type','xTddM','toLowerCase','../playwright/sessionDetails','AJvBT','backtrace','TestRunStarted','RSVRF','_beforeAll','file','MXgCe','__platformCaps','integrations','fTHeu','tScUg','../playwright/accessibility-helper','HZXIt','./helper.js','_testEnv','rEoyO','EFifd','iXoGH','837950jpPhPe','started','xoENp','mBinY','util','VTzLe','dirname','../../helpers/logger','findGitConfig','../../helpers/test-observability/constants','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','passed','toISOString','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','match','finished_at','logs','967788eKdKjB','CODECEPT','HOOK_RUN_FINISHED','success','string','constructor','SiZZX','oEoZx','YIkwc','kIBLX','setupBrowserDetails','hook_run_uuid','jCPTy','VUqAP','concat','uploadEventData','hook_run','javascript','uuid','failed\x20to\x20get\x20root\x20parent\x20file\x20','jVnsc','HookRunFinished','ryhNQ','path','test_run','pending','driver','failed','lJlFT','__cloud_provider___','Failed\x20to\x20parse\x20wsendpoint\x20','bddStepFinish','aImlh','title','PQyUz','cYEAd','defineProperty','GAQBl','fXDCL','connect','feature','oAYwv','vDzdg','suites','ctx','13822TIWlun','result','21ojXRcI','expanded','mZeVk','bind','hookAnalyticsId','getHookType','exports','getHierarchy','stepAnalyticsId','TEST_EVENTS','then','relative','3|0|4|2|5|1','lib','event_type','gxzSh','err','_afterEach','skipped','36UIQYJM','getRootParentFile','BROWSERSTACK','_afterAll','prototype','RSgEA','TestRunSkipped','launch','hook_type','initializeBddStep','BIbAU','forEach','duration','../mocha/test-observability/mochaUtils','TQUaj','push','../../helpers/test-observability/requestQueueHandler','keyword','WOqzk','../../helpers/test-observability/utils','TEST_RUN_SKIPPED','meta','gGeEH','failure_backtrace','enabled','Iszwu','OLoiC','aYhCl','startedAt','LogCreated','QnxRy','rmbPt','testAnalyticsId','length','FCbXq','apply','GPGZz','TestRunFinished','join','XRZcM','DSFbv','fullTitle','now','PDINn','start','wflqs','CuYvH','File\x20path\x20could\x20not\x20be\x20found','pid','hook','body','1060104ehYogr','finished','AdOnl','errorsDetailed','207532kUtrfw','comment','test_run_uuid','find','client','iKqFS','YLWLq','captureEvent','getTime','../utils/constants','currentTest','nUccr','_beforeEach','bs:addLog:','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','jUgva','.git','markedStatus','STATE_FAILED','failure','name','NuVoo','pujRW','currentHook','471165bWKBoo','Pyysv','getCBTInfo','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','JdWCz','mapTestHooks','_paths','WFJLT','PLAYWRIGHT_HUB_URL','LKShd','RNSKv','obsBrowserTypeMockApplied','../../helpers/test-observability/sessionHandler','cwd','iWmCD','retryOf','stop','CVcPh','IBamI','tags','YVQgT','browserType.js','Not\x20able\x20to\x20import\x20Browser','sep','getHooksForTest','frameworkName','WEZou','473703EYnyJg','parent','igBHk','ceHms','HtjsV','debug','message','resetSkipTestHooks','patchConsoleLogger','browserstack','toString','wsEndpoint','includes','text','18zGuoJR','RctHv','VLzGC','status','BrowserType','SEkOd','RVrEa','HilkQ','kAAfG','cNujj','\x20with\x20error\x20:\x20','YAeZJ','UzaFP','appendTestItemLog','bddSteps','tXYQc','test','TEST_REPORTING_ANALYTICS','winstonLogger','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','HOOK_RUN_STARTED','fireEvent','removeAllListeners'];a4_0x114e=function(){return _0x4ae2ec;};return a4_0x114e();}const a4_0x30c1b8={};a4_0x30c1b8['O11yHelper']=O11yHelper,a4_0x30c1b8['STATE_PASSED']=STATE_PASSED,a4_0x30c1b8[a4_0x289d8a(0xb2)]=STATE_FAILED,a4_0x30c1b8[a4_0x289d8a(0x157)]=TEST_EVENTS,module[a4_0x289d8a(0x154)]=a4_0x30c1b8;
|
|
1
|
+
const a4_0x599b27=a4_0x4d7c;(function(_0x21f405,_0xc96555){const _0xeee0fc=a4_0x4d7c,_0x718d68=_0x21f405();while(!![]){try{const _0x38ee41=-parseInt(_0xeee0fc(0x20a))/0x1*(-parseInt(_0xeee0fc(0x1db))/0x2)+parseInt(_0xeee0fc(0x1d5))/0x3*(parseInt(_0xeee0fc(0x1bc))/0x4)+-parseInt(_0xeee0fc(0x1bf))/0x5+parseInt(_0xeee0fc(0x19c))/0x6+parseInt(_0xeee0fc(0x1ac))/0x7+-parseInt(_0xeee0fc(0x1c4))/0x8*(-parseInt(_0xeee0fc(0x1d3))/0x9)+parseInt(_0xeee0fc(0x19d))/0xa*(-parseInt(_0xeee0fc(0x162))/0xb);if(_0x38ee41===_0xc96555)break;else _0x718d68['push'](_0x718d68['shift']());}catch(_0x4544de){_0x718d68['push'](_0x718d68['shift']());}}}(a4_0x2240,0xcb184));const path=require(a4_0x599b27(0x1cd)),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x599b27(0x1e6)),testOpsHelper=require('../../helpers/test-observability/utils'),{getTestEnv}=require(a4_0x599b27(0x208)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x599b27(0x18c))[a4_0x599b27(0x1b2)],SessionHandler=require(a4_0x599b27(0x150)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),PlaywrightSessionDetails=require('../playwright/sessionDetails'),debug=testOpsHelper[a4_0x599b27(0x1f0)],{processAccessibilityCaps}=require(a4_0x599b27(0x153)),Constants=require(a4_0x599b27(0x197)),{fetchPlatformDetails}=require(a4_0x599b27(0x198)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x599b27(0x155)),constants=require(a4_0x599b27(0x197)),STATE_PASSED='passed',STATE_FAILED=a4_0x599b27(0x1cf),a4_0x890af2={};a4_0x890af2[a4_0x599b27(0x21c)]=a4_0x599b27(0x1f8),a4_0x890af2[a4_0x599b27(0x1f6)]=a4_0x599b27(0x1aa),a4_0x890af2[a4_0x599b27(0x18f)]='TestRunSkipped',a4_0x890af2[a4_0x599b27(0x228)]=a4_0x599b27(0x1de),a4_0x890af2[a4_0x599b27(0x163)]='HookRunFinished';const TEST_EVENTS=a4_0x890af2,parseEvent=_0xdd81f8=>{const _0x2006d2=a4_0x599b27,_0x4bdb41={};_0x4bdb41['ILJCv']=function(_0x493069,_0x2d382e){return _0x493069<_0x2d382e;},_0x4bdb41[_0x2006d2(0x1d9)]=function(_0x579bec,_0x4b97f7){return _0x579bec===_0x4b97f7;},_0x4bdb41[_0x2006d2(0x17f)]=_0x2006d2(0x1c1),_0x4bdb41['TfZHl']=function(_0x52e5ab,_0x3c97fe){return _0x52e5ab===_0x3c97fe;},_0x4bdb41[_0x2006d2(0x1fe)]=_0x2006d2(0x1c2),_0x4bdb41[_0x2006d2(0x1a0)]=function(_0x5a1dad,_0x479dde){return _0x5a1dad===_0x479dde;},_0x4bdb41[_0x2006d2(0x1e2)]=_0x2006d2(0x238),_0x4bdb41[_0x2006d2(0x1d2)]=_0x2006d2(0x1ab),_0x4bdb41['pAari']=_0x2006d2(0x177);const _0x5b4887=_0x4bdb41,_0x3f616f=_0xdd81f8[_0x2006d2(0x165)](/^(.*)Run(.*)$/);if(!_0x3f616f)return null;if(_0x5b4887[_0x2006d2(0x1f3)](_0x3f616f[_0x2006d2(0x160)],0x3))return null;const _0x50d73f=_0x3f616f[0x1]['toLowerCase'](),_0x1dab15=_0x3f616f[0x2][_0x2006d2(0x207)]();return{'test':_0x5b4887[_0x2006d2(0x1d9)](_0x50d73f,_0x5b4887[_0x2006d2(0x17f)]),'hook':_0x5b4887['TfZHl'](_0x50d73f,_0x5b4887[_0x2006d2(0x1fe)]),'skipped':_0x5b4887['wWlDr'](_0x1dab15,_0x5b4887[_0x2006d2(0x1e2)]),'started':_0x5b4887[_0x2006d2(0x1a0)](_0x1dab15,_0x5b4887[_0x2006d2(0x1d2)]),'finished':_0x5b4887['wWlDr'](_0x1dab15,_0x5b4887[_0x2006d2(0x19a)])};},mockPWBrowserType=_0xdc52f5=>{const _0x3e9a1e=a4_0x599b27,_0x4cb085={'LLNtq':function(_0x565ab8,_0x213ba0,_0x27ed0f){return _0x565ab8(_0x213ba0,_0x27ed0f);},'DxzpQ':_0x3e9a1e(0x240),'SVmlL':function(_0x3c597c,_0x5193ae){return _0x3c597c(_0x5193ae);},'wyTBw':'browserstack','GgBbR':function(_0x3beed5,_0x364080,_0x574127){return _0x3beed5(_0x364080,_0x574127);},'OQRzt':function(_0x1ada73,_0x1153cc){return _0x1ada73(_0x1153cc);},'QqWJX':function(_0x4c1f96,_0x4069c2){return _0x4c1f96===_0x4069c2;},'mJhHi':_0x3e9a1e(0x1cb),'xsnlc':_0x3e9a1e(0x241),'vukMY':_0x3e9a1e(0x23b),'AoHvu':_0x3e9a1e(0x17e),'tMQKi':function(_0x13cff1,_0x44e6ca){return _0x13cff1(_0x44e6ca);},'AVPsM':function(_0x2d795d,_0x1f20cf){return _0x2d795d(_0x1f20cf);},'naXbL':_0x3e9a1e(0x17c),'YdQJr':_0x3e9a1e(0x1a8),'rDQqx':'launch'},_0x30046f=path['join'](_0x4cb085[_0x3e9a1e(0x1a9)],_0x4cb085['vukMY'],_0x4cb085[_0x3e9a1e(0x229)]),_0x3c0251=_0x4cb085[_0x3e9a1e(0x1e8)](importFileFromPWCore,_0x30046f);if(!_0x3c0251){_0x4cb085['AVPsM'](debug,_0x4cb085[_0x3e9a1e(0x172)]);return;}const _0x15c458=_0x3c0251[_0x3e9a1e(0x1a1)],_0x5d579d=_0x15c458[_0x3e9a1e(0x1d4)];if(_0x5d579d[_0x3e9a1e(0x1b3)])return;const _0x2e5f21=_0x5d579d[_0x3e9a1e(0x1a8)];Object[_0x3e9a1e(0x15e)](_0x5d579d,_0x4cb085[_0x3e9a1e(0x185)],{'get':function(){const _0x1375dc=_0x3e9a1e,_0x52b5a9={'oHXBP':function(_0x4544cb,_0x2980ef){const _0xb61ca2=a4_0x4d7c;return _0x4cb085[_0xb61ca2(0x17a)](_0x4544cb,_0x2980ef);},'iCaKP':_0x4cb085[_0x1375dc(0x1b4)]};return async function _0x510aa5(_0x2f4204,_0x550e6a){const _0x365dc8=_0x1375dc,_0x17eb3c=_0x4cb085[_0x365dc8(0x175)](nestedKeyValue,_0x2f4204,[_0x4cb085[_0x365dc8(0x233)]])||_0x2f4204;let _0x2ad61a=null,_0x319733=null;try{[_0x319733,_0x2ad61a]=_0x17eb3c?_0x4cb085[_0x365dc8(0x15a)](parseWSEndpoint,_0x17eb3c):[null,null],global['__platformCaps']=_0x2ad61a,logger['debug'](_0x365dc8(0x1eb)+_0x319733),_0x319733['includes'](Constants[_0x365dc8(0x210)])&&(global['__cloud_provider___']=_0x4cb085[_0x365dc8(0x16d)]);}catch(_0x5a10a5){logger[_0x365dc8(0x1f0)](_0x365dc8(0x17d)+_0x17eb3c+'\x20'+_0x5a10a5);}_0x4cb085[_0x365dc8(0x14d)](processAccessibilityCaps,_0x2ad61a,_0x319733);if(global[_0x365dc8(0x154)]){const _0x2f780b=await _0x5d579d[_0x365dc8(0x14f)]['apply'](this,[''+Constants[_0x365dc8(0x1f1)]+_0x4cb085[_0x365dc8(0x192)](encodeURIComponent,JSON[_0x365dc8(0x236)](_0x2ad61a))]);return PlaywrightSessionDetails[_0x365dc8(0x156)](_0x2f780b,_0xdc52f5,_0x17eb3c),_0x2f780b;}return _0x2e5f21['apply'](this,arguments)['then'](_0x45deac=>{const _0x539d6b=_0x365dc8;let _0x6ff761=_0x2f4204[_0x539d6b(0x240)];return _0x52b5a9['oHXBP'](typeof _0x2f4204,_0x52b5a9[_0x539d6b(0x201)])&&(_0x6ff761=_0x2f4204),PlaywrightSessionDetails[_0x539d6b(0x156)](_0x45deac,_0xdc52f5,_0x6ff761),_0x45deac;});};}});const _0x2eac18=_0x5d579d[_0x3e9a1e(0x1f2)];Object[_0x3e9a1e(0x15e)](_0x5d579d,_0x4cb085[_0x3e9a1e(0x187)],{'get':function(){return async function _0x2a5ca2(){const _0x55da63=a4_0x4d7c;return _0x2eac18[_0x55da63(0x224)](this,arguments)[_0x55da63(0x237)](_0x17830d=>{const _0x4cabdb=_0x55da63;return PlaywrightSessionDetails[_0x4cabdb(0x156)](_0x17830d,null),_0x17830d;});};}});};class O11yHelper{[a4_0x599b27(0x166)]=null;[a4_0x599b27(0x1a6)]=null;[a4_0x599b27(0x167)]=![];[a4_0x599b27(0x199)]=![];constructor(_0x412258,_0x1dd224){const _0x1b25e4=a4_0x599b27,_0x18953e={'jWgeX':_0x1b25e4(0x1f5),'GRVXg':function(_0x3b561e,_0x5d2962){return _0x3b561e===_0x5d2962;},'pTciw':_0x1b25e4(0x1d7),'AXPaI':function(_0x4c51c3,_0x355def){return _0x4c51c3(_0x355def);},'ImLSr':function(_0x44b19a){return _0x44b19a();}},_0x55db1b=_0x18953e[_0x1b25e4(0x225)][_0x1b25e4(0x22f)]('|');let _0x4b6d9b=0x0;while(!![]){switch(_0x55db1b[_0x4b6d9b++]){case'0':this[_0x1b25e4(0x223)]&&_0x18953e[_0x1b25e4(0x1fd)](this[_0x1b25e4(0x223)][_0x1b25e4(0x1df)][_0x1b25e4(0x218)],_0x18953e[_0x1b25e4(0x1e5)])&&_0x18953e[_0x1b25e4(0x1e4)](mockPWBrowserType,null);continue;case'1':this[_0x1b25e4(0x167)]=_0x18953e[_0x1b25e4(0x164)](shouldProcessEventForTesthub);continue;case'2':this[_0x1b25e4(0x223)]=_0x412258;continue;case'3':this[_0x1b25e4(0x1b5)]=new testOpsHelper[(_0x1b25e4(0x18e))]({'cwd':process[_0x1b25e4(0x184)]()},this['_testEnv'][_0x1b25e4(0x22a)]);continue;case'4':this[_0x1b25e4(0x204)]=_0x18953e[_0x1b25e4(0x164)](getTestEnv);continue;case'5':this[_0x1b25e4(0x199)]=_0x1dd224[_0x1b25e4(0x199)];continue;}break;}}[a4_0x599b27(0x14c)](){const _0x1fb7fc=a4_0x599b27;if(!this[_0x1fb7fc(0x167)])return;testOpsHelper['patchConsoleLogger'](),process[_0x1fb7fc(0x20b)](_0x1fb7fc(0x1be)+process[_0x1fb7fc(0x1a2)]),process['on'](_0x1fb7fc(0x1be)+process[_0x1fb7fc(0x1a2)],this['appendTestItemLog'][_0x1fb7fc(0x1ba)](this));}async[a4_0x599b27(0x180)](){const _0x11c318=a4_0x599b27;await RequestQueueHandler[_0x11c318(0x20e)]()['shutdown']();}async[a4_0x599b27(0x1ae)](_0x1f664c){const _0x42b8a8=a4_0x599b27,_0xebb42f={'aVJHn':_0x42b8a8(0x16c),'nEtAH':function(_0x22bcf9,_0x3746ca){return _0x22bcf9(_0x3746ca);}};try{this[_0x42b8a8(0x1a6)]&&!this[_0x42b8a8(0x1a6)]['markedStatus']&&(_0x1f664c[_0x42b8a8(0x15c)]=this[_0x42b8a8(0x1a6)]['hookAnalyticsId']);!_0x1f664c['hook_run_uuid']&&this[_0x42b8a8(0x166)]&&!this[_0x42b8a8(0x166)]['markedStatus']&&(_0x1f664c[_0x42b8a8(0x1f7)]=this['currentTest'][_0x42b8a8(0x19e)]);if(_0x1f664c[_0x42b8a8(0x15c)]||_0x1f664c[_0x42b8a8(0x1f7)]){const _0x3a0c0d={};_0x3a0c0d[_0x42b8a8(0x23f)]=_0xebb42f[_0x42b8a8(0x1b9)],_0x3a0c0d[_0x42b8a8(0x17b)]=[_0x1f664c],await SessionHandler[_0x42b8a8(0x239)](_0x3a0c0d);}}catch(_0x26c3da){_0xebb42f[_0x42b8a8(0x227)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x42b8a8(0x21f)]+_0x42b8a8(0x217)+_0x26c3da);}}async['sendCBTInfo'](_0x35bc5e){const _0x34f515=a4_0x599b27,_0xe05d9f={'Shzvr':_0x34f515(0x1ff),'zbmBu':function(_0x11b99d,_0x3c7039){return _0x11b99d(_0x3c7039);}};if(!this[_0x34f515(0x167)])return;const _0x20bb35=this[_0x34f515(0x1da)](this['driver']);try{const _0x52e869={};_0x52e869[_0x34f515(0x193)]=_0x35bc5e,_0x52e869[_0x34f515(0x168)]=_0x20bb35;const _0x3b2f31=_0x52e869,_0x2eb6e6={};_0x2eb6e6[_0x34f515(0x23f)]=_0xe05d9f[_0x34f515(0x23e)],_0x2eb6e6[_0x34f515(0x1e9)]=_0x3b2f31,await SessionHandler['uploadEventData'](_0x2eb6e6);}catch(_0x320b91){_0xe05d9f[_0x34f515(0x1c6)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x34f515(0x217)+_0x320b91);}}[a4_0x599b27(0x1da)](_0x4b080e){const _0x5f0168=a4_0x599b27,_0x31d8e8={'BJCsM':function(_0xbd4fdd,_0x59c893){return _0xbd4fdd(_0x59c893);}};return _0x31d8e8[_0x5f0168(0x1bb)](fetchPlatformDetails,_0x4b080e);}[a4_0x599b27(0x16b)]=_0x4d07c7=>{const _0x3e3891=a4_0x599b27,_0x3b5b27={};_0x3b5b27['tCYki']=_0x3e3891(0x1f9),_0x3b5b27[_0x3e3891(0x21a)]=_0x3e3891(0x188);const _0x57c19c=_0x3b5b27;if(!_0x4d07c7||!_0x4d07c7['parent'])return;[_0x57c19c[_0x3e3891(0x176)],_0x57c19c[_0x3e3891(0x21a)]][_0x3e3891(0x1d8)](_0x5d5e8e=>{const _0x3b3047=_0x3e3891,_0x16ec2b=_0x4d07c7[_0x3b3047(0x1ec)][_0x5d5e8e];_0x16ec2b[_0x3b3047(0x1d8)](_0x3c70c1=>{const _0x3b9caa=_0x3b3047;_0x3c70c1['hookAnalyticsId']&&(_0x3c70c1[_0x3b9caa(0x190)]=null);});});};['mapTestHooks'](_0xd92f0c){const _0x1a9445=a4_0x599b27,_0x49ca60={'YjhaA':_0x1a9445(0x209),'sXYLD':function(_0x133b55){return _0x133b55();},'NLOdK':function(_0x9dccaf,_0x3afb23){return _0x9dccaf===_0x3afb23;},'lFkZb':_0x1a9445(0x188),'afQCR':function(_0x3c2a1d){return _0x3c2a1d();},'eqvoW':_0x1a9445(0x22d),'NghBC':_0x1a9445(0x232),'gohFX':'_beforeEach'};if(!_0xd92f0c||!_0xd92f0c[_0x1a9445(0x1ec)])return;[_0x49ca60['eqvoW'],_0x49ca60['NghBC'],_0x49ca60[_0x1a9445(0x214)],_0x49ca60[_0x1a9445(0x169)]][_0x1a9445(0x1d8)](_0x448f20=>{const _0x528890=_0x1a9445,_0x3c2be1=_0xd92f0c[_0x528890(0x1ec)][_0x448f20]||[];_0x3c2be1[_0x528890(0x1d8)](_0x3a505c=>{const _0x16909d=_0x528890;if(_0x3a505c[_0x16909d(0x186)][_0x16909d(0x173)](_0x49ca60[_0x16909d(0x1b1)]))return;if(!_0x3a505c['hookAnalyticsId'])_0x3a505c[_0x16909d(0x190)]=_0x49ca60[_0x16909d(0x1d0)](uuidv4);else _0x3a505c[_0x16909d(0x1dc)]&&_0x49ca60[_0x16909d(0x1c8)](_0x448f20,_0x49ca60[_0x16909d(0x169)])&&(_0x3a505c[_0x16909d(0x190)]=_0x49ca60[_0x16909d(0x216)](uuidv4),delete _0x3a505c['markedStatus']);});}),this['mapTestHooks'](_0xd92f0c['parent']);}[a4_0x599b27(0x22c)](_0x1859c7){const _0x1f3036=a4_0x599b27,_0xd988ce={};_0xd988ce[_0x1f3036(0x1c0)]=_0x1f3036(0x22d),_0xd988ce[_0x1f3036(0x203)]=_0x1f3036(0x232),_0xd988ce[_0x1f3036(0x21e)]=_0x1f3036(0x1f9),_0xd988ce[_0x1f3036(0x230)]=_0x1f3036(0x188);const _0x26e634=_0xd988ce;if(!_0x1859c7||!_0x1859c7[_0x1f3036(0x1ec)])return[];const _0x357050=[];return[_0x26e634[_0x1f3036(0x1c0)],_0x26e634[_0x1f3036(0x203)],_0x26e634[_0x1f3036(0x21e)],_0x26e634[_0x1f3036(0x230)]]['forEach'](_0x2f9ce4=>{const _0x2e80a6=_0x1f3036,_0x2aa18f=_0x1859c7[_0x2e80a6(0x1ec)][_0x2f9ce4]||[];_0x2aa18f['forEach'](_0x351c8c=>{const _0x2173c4=_0x2e80a6;_0x351c8c[_0x2173c4(0x190)]&&_0x357050[_0x2173c4(0x194)](_0x351c8c[_0x2173c4(0x190)]);});}),[][_0x1f3036(0x21d)](_0x357050,this[_0x1f3036(0x22c)](_0x1859c7[_0x1f3036(0x1ec)]));}['getHookType'](_0x5d4ccb){const _0xa35082=a4_0x599b27,_0x41bb78=/^"(?<hook>.*)" hook:.*$/,_0x2ed5be=_0x5d4ccb[_0xa35082(0x186)],_0x1c224f=_0x2ed5be[_0xa35082(0x165)](_0x41bb78);if(_0x1c224f&&_0x1c224f[_0xa35082(0x22b)])return _0x1c224f[_0xa35082(0x22b)]['hook']['toUpperCase']()[_0xa35082(0x196)]('\x20','_');return null;}[a4_0x599b27(0x200)](_0x33a31d){const _0x13e0b3=a4_0x599b27,_0x2cdead={};_0x2cdead[_0x13e0b3(0x220)]=function(_0x51744c,_0x4928f5){return _0x51744c===_0x4928f5;},_0x2cdead[_0x13e0b3(0x1bd)]=function(_0x1bef08,_0x2c240d){return _0x1bef08===_0x2c240d;},_0x2cdead['soClI']=_0x13e0b3(0x234),_0x2cdead[_0x13e0b3(0x206)]='config';const _0x1382cf=_0x2cdead,_0x34c4c4=path['sep'];if(_0x1382cf[_0x13e0b3(0x220)](_0x33a31d,null)||_0x1382cf[_0x13e0b3(0x220)](_0x33a31d,'')||_0x1382cf[_0x13e0b3(0x1bd)](_0x33a31d,_0x34c4c4)||_0x1382cf['YDSsP'](_0x33a31d,path[_0x13e0b3(0x171)](_0x33a31d)))return null;try{return fs[_0x13e0b3(0x1e3)](path['join'](_0x33a31d,_0x1382cf[_0x13e0b3(0x1c7)],_0x1382cf[_0x13e0b3(0x206)])),_0x33a31d;}catch(_0x4d755f){const _0x206c7d=path['dirname'](_0x33a31d);return this[_0x13e0b3(0x200)](_0x206c7d);}}['getRootParentFile'](_0x4a19a7){const _0x4e44ad=a4_0x599b27,_0x8d38c5={};_0x8d38c5[_0x4e44ad(0x191)]=function(_0x55bf21,_0x562bde){return _0x55bf21>_0x562bde;};const _0x51b1c6=_0x8d38c5;if(_0x4a19a7[_0x4e44ad(0x182)])return _0x4a19a7[_0x4e44ad(0x182)];if(_0x4a19a7[_0x4e44ad(0x1d6)]){const _0x135ab=_0x4a19a7[_0x4e44ad(0x1d6)][_0x4e44ad(0x166)]?this['getRootParentFile'](_0x4a19a7[_0x4e44ad(0x1d6)]['currentTest']):null;if(_0x135ab)return _0x135ab;}if(_0x4a19a7[_0x4e44ad(0x1ec)]){const _0x81b9cf=this[_0x4e44ad(0x183)](_0x4a19a7[_0x4e44ad(0x1ec)])||(_0x4a19a7['parent'][_0x4e44ad(0x1d6)]&&_0x4a19a7[_0x4e44ad(0x1ec)][_0x4e44ad(0x1d6)][_0x4e44ad(0x166)]?this[_0x4e44ad(0x183)](_0x4a19a7['parent'][_0x4e44ad(0x1d6)][_0x4e44ad(0x166)]):null);if(_0x81b9cf)return _0x81b9cf;_0x4a19a7[_0x4e44ad(0x1ec)][_0x4e44ad(0x23c)]&&_0x51b1c6['jpxAS'](_0x4a19a7[_0x4e44ad(0x1ec)][_0x4e44ad(0x23c)][_0x4e44ad(0x160)],0x0)&&_0x4a19a7[_0x4e44ad(0x1ec)][_0x4e44ad(0x23c)][_0x4e44ad(0x1d8)](_0x29da11=>{const _0x3ddaa0=_0x4e44ad,_0x1bf1cc=_0x29da11[_0x3ddaa0(0x1d6)]?this[_0x3ddaa0(0x183)](_0x29da11[_0x3ddaa0(0x1d6)]):null;if(_0x1bf1cc)return _0x1bf1cc;});}return null;}[a4_0x599b27(0x16f)](_0x19ea37){const _0x10b479=a4_0x599b27,_0x8f3282={};_0x8f3282[_0x10b479(0x1a7)]=function(_0x5a732d,_0x2be1a4){return _0x5a732d!==_0x2be1a4;};const _0x50f4a9=_0x8f3282,_0x3859f2=[];if(_0x19ea37&&_0x19ea37[_0x10b479(0x1ec)]){let _0x40a628=_0x19ea37[_0x10b479(0x1ec)];while(_0x40a628&&_0x50f4a9[_0x10b479(0x1a7)](_0x40a628['title'],'')){_0x3859f2[_0x10b479(0x194)](_0x40a628[_0x10b479(0x186)]),_0x40a628=_0x40a628[_0x10b479(0x1ec)];}}return _0x3859f2;}['captureEvent'](_0x231b42,_0xc1b36b,_0x4008c1=undefined){const _0x2f78e4=a4_0x599b27,_0x39f88e={'NezwO':function(_0x40c9c2,_0x184a50){return _0x40c9c2(_0x184a50);},'bmOxt':function(_0x2785af){return _0x2785af();},'GPEun':function(_0xe56641){return _0xe56641();},'Yoigz':function(_0x12a3af){return _0x12a3af();},'fqsQN':_0x2f78e4(0x1fc),'cZzsy':_0x2f78e4(0x1ca),'RqGqJ':function(_0x24d66c,_0x1ee81e){return _0x24d66c!==_0x1ee81e;},'nLzcq':function(_0xcfbc94,_0x47f239){return _0xcfbc94!==_0x47f239;},'eZqfy':_0x2f78e4(0x16a),'ijSKv':_0x2f78e4(0x20d),'Ibxqj':_0x2f78e4(0x1cf),'jmaFX':_0x2f78e4(0x179),'hvfKe':'skipped','FGIgl':_0x2f78e4(0x14b),'uBEwl':function(_0x5c14d7,_0x4830bc){return _0x5c14d7-_0x4830bc;},'RfTMl':function(_0x18ed8d,_0x2bba3b,_0x9bbbeb,_0x43d7ae,_0xd6ad6){return _0x18ed8d(_0x2bba3b,_0x9bbbeb,_0x43d7ae,_0xd6ad6);},'urqcO':_0x2f78e4(0x168),'RluDE':'meta','pTczA':_0x2f78e4(0x1ad),'ndGCr':_0x2f78e4(0x195),'meyyl':_0x2f78e4(0x226),'Qgifx':_0x2f78e4(0x15f),'PFhxp':_0x2f78e4(0x1fa),'UCkEy':function(_0x597777,_0x2344da){return _0x597777===_0x2344da;},'qHtnB':_0x2f78e4(0x1cc),'ZOziS':_0x2f78e4(0x1e9)};if(!this[_0x2f78e4(0x167)])return;try{if(_0xc1b36b['fn']&&_0xc1b36b['fn'][_0x2f78e4(0x157)]()[_0x2f78e4(0x165)](/browserstack internal helper hook/))return;const _0x436d4b=_0x39f88e[_0x2f78e4(0x1c5)](parseEvent,_0x231b42);if(!_0x436d4b)return;if(_0x436d4b[_0x2f78e4(0x1c1)]){this[_0x2f78e4(0x166)]=_0xc1b36b,this[_0x2f78e4(0x1a6)]=null;if(_0x436d4b['started']||_0x436d4b[_0x2f78e4(0x238)]){_0xc1b36b[_0x2f78e4(0x1e7)]=new Date(),_0xc1b36b['markedStatus']=![];if(!_0xc1b36b[_0x2f78e4(0x19e)])_0xc1b36b[_0x2f78e4(0x19e)]=_0x39f88e[_0x2f78e4(0x18d)](uuidv4);else _0xc1b36b['markedStatus']&&(!_0xc1b36b[_0x2f78e4(0x16e)]&&(_0xc1b36b[_0x2f78e4(0x16e)]=_0xc1b36b[_0x2f78e4(0x19e)]),_0xc1b36b['testAnalyticsId']=_0x39f88e[_0x2f78e4(0x18d)](uuidv4));}}else{if(_0x436d4b[_0x2f78e4(0x1c2)]){this[_0x2f78e4(0x1a6)]=_0xc1b36b;if(_0x436d4b[_0x2f78e4(0x1ab)]){_0xc1b36b[_0x2f78e4(0x1e7)]=new Date(),_0xc1b36b[_0x2f78e4(0x1dc)]=![];if(!_0xc1b36b[_0x2f78e4(0x190)])_0xc1b36b[_0x2f78e4(0x190)]=_0x39f88e[_0x2f78e4(0x1c3)](uuidv4);else _0xc1b36b[_0x2f78e4(0x190)]&&_0xc1b36b[_0x2f78e4(0x1dc)]&&(_0xc1b36b[_0x2f78e4(0x190)]=_0x39f88e['Yoigz'](uuidv4));}}}if(_0x436d4b['finished']&&_0xc1b36b[_0x2f78e4(0x1dc)])return;let _0x2d42c3;try{_0x2d42c3=this['getRootParentFile'](_0xc1b36b);}catch(_0x2d7567){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x2d7567),_0x2d42c3=null;}const _0x1da046=_0x39f88e[_0x2f78e4(0x1c5)](require,_0x39f88e[_0x2f78e4(0x19b)]);let _0x55c517=[];_0x4008c1&&(_0x55c517=[_0x4008c1,_0x39f88e['cZzsy']]);const _0x5934bf=_0x39f88e[_0x2f78e4(0x151)](_0xc1b36b[_0x2f78e4(0x1ce)],undefined)?_0x1da046[_0x2f78e4(0x1b6)](_0xc1b36b[_0x2f78e4(0x1ce)][0x0]):_0x39f88e[_0x2f78e4(0x20f)](_0x4008c1,undefined)?_0x4008c1[_0x2f78e4(0x157)]():undefined,_0x48efd2=_0x2d42c3?this[_0x2f78e4(0x200)](_0x2d42c3):null,_0x42c5e8=_0x2d42c3?this['_paths'][_0x2f78e4(0x215)](this[_0x2f78e4(0x183)](_0xc1b36b)):_0x39f88e['eZqfy'];let _0x3dc517=_0x39f88e[_0x2f78e4(0x1ed)];const _0x2951e9=!_0x436d4b[_0x2f78e4(0x1ab)]?new Date()['toISOString']():null;if(_0x436d4b[_0x2f78e4(0x177)])_0x3dc517=_0x4008c1?_0x39f88e['Ibxqj']:_0x39f88e[_0x2f78e4(0x161)],_0xc1b36b['markedStatus']=!![];else _0x436d4b['skipped']&&(_0x3dc517=_0x39f88e['hvfKe'],_0xc1b36b[_0x2f78e4(0x1dc)]=!![]);const _0x4d9669={'framework':this[_0x2f78e4(0x199)],'uuid':_0xc1b36b[_0x2f78e4(0x19e)]||_0xc1b36b['hookAnalyticsId'],'name':_0xc1b36b[_0x2f78e4(0x186)],'body':{'lang':_0x39f88e[_0x2f78e4(0x21b)],'code':_0xc1b36b['body'][_0x2f78e4(0x157)]()},'type':_0xc1b36b[_0x2f78e4(0x158)],'scope':_0xc1b36b['fullTitle'](),'scopes':this[_0x2f78e4(0x16f)](_0xc1b36b),'file_name':_0x42c5e8,'vc_filepath':_0x48efd2?path[_0x2f78e4(0x14e)](_0x48efd2,_0x2d42c3):null,'location':_0x42c5e8,'result':_0x3dc517,'failure_reason':_0x5934bf,'duration_in_ms':_0xc1b36b[_0x2f78e4(0x1a3)]||(_0x436d4b[_0x2f78e4(0x177)]||_0x436d4b[_0x2f78e4(0x238)])?_0x39f88e['uBEwl'](Date[_0x2f78e4(0x23a)](),new Date(_0xc1b36b[_0x2f78e4(0x1e7)])[_0x2f78e4(0x1ee)]()):null,'started_at':new Date(_0xc1b36b[_0x2f78e4(0x1e7)])[_0x2f78e4(0x181)](),'finished_at':_0x2951e9,'failure':testOpsHelper['failureData']['apply'](null,_0x55c517),'failure_type':!_0x5934bf?null:testOpsHelper['getFailureType'](_0x5934bf),'retry_of':_0xc1b36b[_0x2f78e4(0x16e)]||null,'tags':_0xc1b36b[_0x2f78e4(0x1a4)]||[],'customRerunParam':{'rerun_name':_0xc1b36b['fullTitle']()}};_0x39f88e[_0x2f78e4(0x1fb)](appendTesthubParams,_0x4d9669,_0x231b42,_0xc1b36b,FRAMEWORKS[_0x2f78e4(0x1b8)]);if(_0x436d4b[_0x2f78e4(0x1c2)])[_0x4d9669[_0x2f78e4(0x15b)],_0x4d9669[_0x2f78e4(0x218)]]=[this[_0x2f78e4(0x205)](_0xc1b36b),_0xc1b36b[_0x2f78e4(0x1d6)]['test'][_0x2f78e4(0x186)]],_0x436d4b[_0x2f78e4(0x177)]?_0x39f88e[_0x2f78e4(0x151)](_0x4d9669[_0x2f78e4(0x1a5)],_0x39f88e[_0x2f78e4(0x1e0)])&&(_0x4d9669[_0x2f78e4(0x1a5)]=_0x39f88e['jmaFX']):_0x4d9669[_0x2f78e4(0x1f4)]={};else _0x436d4b['test']&&(this[_0x2f78e4(0x170)](_0xc1b36b),_0x436d4b['skipped']&&this[_0x2f78e4(0x16b)](_0xc1b36b),(_0x436d4b[_0x2f78e4(0x177)]||_0x436d4b[_0x2f78e4(0x238)])&&(_0x4d9669[_0x2f78e4(0x1dd)]=this[_0x2f78e4(0x22c)](_0xc1b36b)));this[_0x2f78e4(0x223)]&&(_0x436d4b[_0x2f78e4(0x1ab)]||_0x436d4b[_0x2f78e4(0x238)])&&(_0x4d9669[_0x39f88e[_0x2f78e4(0x221)]]=this[_0x2f78e4(0x1da)](this['driver']));_0x436d4b[_0x2f78e4(0x1c1)]&&_0x436d4b[_0x2f78e4(0x177)]&&_0xc1b36b[_0x2f78e4(0x1e1)]&&(_0x4d9669[_0x39f88e[_0x2f78e4(0x18b)]]={'feature':{'name':_0xc1b36b['parent'][_0x2f78e4(0x20c)][_0x2f78e4(0x218)],'path':_0x4d9669[_0x2f78e4(0x1ea)],'description':_0xc1b36b[_0x2f78e4(0x1ec)]['comment']},'scenario':{'name':_0xc1b36b[_0x2f78e4(0x186)]},'steps':_0xc1b36b[_0x2f78e4(0x1e1)]});const _0xec59ef=_0x4d9669[_0x39f88e['pTczA']][0x0];_0xec59ef&&(_0x4d9669[_0x39f88e[_0x2f78e4(0x19f)]]=_0xec59ef[_0x39f88e[_0x2f78e4(0x1ef)]],_0x4d9669[_0x39f88e[_0x2f78e4(0x18a)]]=_0xec59ef[_0x39f88e[_0x2f78e4(0x1b0)]]);if(_0xc1b36b[_0x2f78e4(0x1e1)])for(const _0x171d17 of _0xc1b36b[_0x2f78e4(0x1e1)]){!_0x171d17[_0x2f78e4(0x189)]&&(_0x171d17[_0x2f78e4(0x189)]=new Date()[_0x2f78e4(0x181)](),_0x39f88e[_0x2f78e4(0x211)](_0x171d17[_0x2f78e4(0x1a5)],_0x39f88e['ijSKv'])&&(_0xec59ef?(_0x171d17[_0x2f78e4(0x1a5)]=_0x39f88e[_0x2f78e4(0x1e0)],_0x171d17[_0x2f78e4(0x1ad)]=_0xec59ef[_0x39f88e[_0x2f78e4(0x1ef)]][0x0]):_0x171d17['result']=_0x39f88e[_0x2f78e4(0x161)]));}const _0x27a176={};_0x27a176[_0x2f78e4(0x23f)]=_0x436d4b[_0x2f78e4(0x238)]?TEST_EVENTS['TEST_RUN_FINISHED']:_0x231b42;const _0x4b33ad=_0x27a176;return _0x436d4b['hook']?_0x4b33ad[_0x39f88e['qHtnB']]=_0x4d9669:_0x4b33ad[_0x39f88e[_0x2f78e4(0x1c9)]]=_0x4d9669,_0x4b33ad;}catch(_0x4b1d19){logger[_0x2f78e4(0x1f0)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x231b42+_0x2f78e4(0x217)+_0x4b1d19);}}async[a4_0x599b27(0x222)](_0x7dacb6,_0x12e480){const _0x34d1d7=a4_0x599b27;if(!this[_0x34d1d7(0x167)]||!_0x12e480||!_0x7dacb6)return![];try{return await SessionHandler['uploadEventData'](_0x12e480);}catch(_0x390a7a){logger[_0x34d1d7(0x1f0)](_0x34d1d7(0x23d)+_0x7dacb6+'\x20with\x20error\x20:\x20'+_0x390a7a);}}[a4_0x599b27(0x219)](_0x283fa3){const _0x59488f=a4_0x599b27,_0x3786e5={};_0x3786e5['OYEEa']=_0x59488f(0x20d);const _0x26d7b0=_0x3786e5;return{'id':_0x283fa3['stepAnalyticsId'],'text':_0x283fa3[_0x59488f(0x152)],'keyword':_0x283fa3[_0x59488f(0x213)],'started_at':_0x283fa3[_0x59488f(0x1e7)][_0x59488f(0x181)](),'result':_0x26d7b0['OYEEa']};}[a4_0x599b27(0x202)](_0x22a8bc){const _0x2045e5=a4_0x599b27,_0x1d36f4={'IVgkK':function(_0x2fd39d){return _0x2fd39d();}};!this[_0x2045e5(0x166)][_0x2045e5(0x1e1)]&&(this[_0x2045e5(0x166)][_0x2045e5(0x1e1)]=[]),!_0x22a8bc['stepAnalyticsId']&&(_0x22a8bc[_0x2045e5(0x1af)]=_0x1d36f4['IVgkK'](uuidv4),_0x22a8bc[_0x2045e5(0x1e7)]=new Date(),this[_0x2045e5(0x166)]['bddSteps'][_0x2045e5(0x194)](this['initializeBddStep'](_0x22a8bc)));}[a4_0x599b27(0x14a)](_0x53af7e){const _0x5991fa=a4_0x599b27,_0x4aadfa={'maKBD':function(_0x29d21f,_0x587539){return _0x29d21f(_0x587539);},'nwNxu':_0x5991fa(0x159),'uRUUX':_0x5991fa(0x20d),'IafqE':_0x5991fa(0x179),'jzuvo':function(_0x106a1a,_0x1a5879){return _0x106a1a-_0x1a5879;}};let _0x5148cd=this[_0x5991fa(0x166)][_0x5991fa(0x1e1)]['find'](_0x8089ce=>_0x8089ce['id']===_0x53af7e[_0x5991fa(0x1af)]);_0x4aadfa['maKBD'](isUndefined,_0x5148cd)&&(_0x5148cd=this['initializeBddStep'](_0x53af7e)),_0x5148cd[_0x5991fa(0x1a5)]=[_0x4aadfa[_0x5991fa(0x178)],_0x4aadfa[_0x5991fa(0x231)]]['includes'](_0x53af7e[_0x5991fa(0x174)])?_0x4aadfa[_0x5991fa(0x1b7)]:_0x53af7e[_0x5991fa(0x174)],_0x5148cd[_0x5991fa(0x189)]=new Date()[_0x5991fa(0x181)](),_0x5148cd['duration']=_0x4aadfa['jzuvo'](Date[_0x5991fa(0x23a)](),_0x53af7e[_0x5991fa(0x1e7)][_0x5991fa(0x1ee)]()),_0x5148cd[_0x5991fa(0x1ad)]=_0x53af7e['err']?_0x53af7e['err'][_0x5991fa(0x15d)]:null;}}function a4_0x4d7c(_0x4cf2b8,_0x29d872){const _0x224013=a4_0x2240();return a4_0x4d7c=function(_0x4d7c90,_0xffb9a0){_0x4d7c90=_0x4d7c90-0x14a;let _0x32944d=_0x224013[_0x4d7c90];return _0x32944d;},a4_0x4d7c(_0x4cf2b8,_0x29d872);}const a4_0x423660={};function a4_0x2240(){const _0x5f0b75=['../utils/constants','./helper.js','frameworkName','pAari','fqsQN','727038HxCZco','18241130oDzNVc','testAnalyticsId','ndGCr','wWlDr','BrowserType','pid','duration','tags','result','currentHook','cEpJl','connect','xsnlc','TestRunFinished','started','5557510rbENQc','failure','appendTestItemLog','stepAnalyticsId','PFhxp','YjhaA','winstonLogger','obsBrowserTypeMockApplied','mJhHi','_paths','inspect','IafqE','CODECEPT','aVJHn','bind','BJCsM','268uOJtmY','YDSsP','bs:addLog:','87005SgkVhZ','mAgRr','test','hook','GPEun','12072dcxKQQ','NezwO','zbmBu','soClI','NLOdK','ZOziS','err','string','hook_run','path','errorsDetailed','failed','sXYLD','TEST_EVENTS','cJDEW','2916RiuDVH','prototype','597cmJXiU','ctx','Playwright','forEach','NwotZ','getCBTInfo','28OzCoPd','markedStatus','hooks','HookRunStarted','constructor','Ibxqj','bddSteps','FpFud','statSync','AXPaI','pTciw','../../helpers/helper','startedAt','tMQKi','test_run','file_name','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','parent','ijSKv','getTime','meyyl','debug','PLAYWRIGHT_HUB_URL','launch','ILJCv','body','1|5|2|4|3|0','TEST_RUN_FINISHED','test_run_uuid','TestRunStarted','_beforeEach','expanded','RfTMl','util','GRVXg','dnVUx','CBTSessionCreated','findGitConfig','iCaKP','bddStepStart','nMBKV','_testEnv','getHookType','QzZIV','toLowerCase','../mocha/test-observability/mochaUtils','codeceptjs','89717jxSqNl','removeAllListeners','feature','pending','getInstance','nLzcq','BROWSERSTACK','UCkEy','exports','keyword','gohFX','prefixTestPath','afQCR','\x20with\x20error\x20:\x20','name','initializeBddStep','uEoUK','FGIgl','TEST_RUN_STARTED','concat','iSlNh','TEST_REPORTING_ANALYTICS','VbdHI','urqcO','fireEvent','driver','apply','jWgeX','backtrace','nEtAH','HOOK_RUN_STARTED','AoHvu','location_prefix','groups','getHooksForTest','_beforeAll','STATE_PASSED','split','bfpxV','uRUUX','_afterAll','DxzpQ','.git','O11yHelper','stringify','then','skipped','uploadEventData','now','client','suites','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','Shzvr','event_type','wsEndpoint','lib','bddStepFinish','javascript','start','GgBbR','relative','connectOverCDP','../../helpers/test-observability/sessionHandler','RqGqJ','text','../playwright/accessibility-helper','accessibilityPlatform','../../helpers/testhub/utils.js','setupBrowserDetails','toString','type','success','SVmlL','hook_type','hook_run_uuid','message','defineProperty','failure_reason_expanded','length','jmaFX','11mFjeTR','HOOK_RUN_FINISHED','ImLSr','match','currentTest','enabled','integrations','lFkZb','File\x20path\x20could\x20not\x20be\x20found','resetSkipTestHooks','LogCreated','wyTBw','retryOf','getHierarchy','mapTestHooks','dirname','naXbL','includes','status','LLNtq','tCYki','finished','nwNxu','passed','QqWJX','logs','Not\x20able\x20to\x20import\x20Browser','Failed\x20to\x20parse\x20wsendpoint\x20','browserType.js','pOsaR','stop','toISOString','file','getRootParentFile','cwd','YdQJr','title','rDQqx','_afterEach','finished_at','Qgifx','RluDE','../../helpers/logger','bmOxt','PathHelper','TEST_RUN_SKIPPED','hookAnalyticsId','jpxAS','OQRzt','uuid','push','failure_backtrace','replace'];a4_0x2240=function(){return _0x5f0b75;};return a4_0x2240();}a4_0x423660[a4_0x599b27(0x235)]=O11yHelper,a4_0x423660[a4_0x599b27(0x22e)]=STATE_PASSED,a4_0x423660['STATE_FAILED']=STATE_FAILED,a4_0x423660[a4_0x599b27(0x1d1)]=TEST_EVENTS,module[a4_0x599b27(0x212)]=a4_0x423660;
|