browserstack-node-sdk 1.49.7 → 1.49.9
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/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/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/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/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/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
|
-
function a1_0x37b4(){const _0xc99bc1=['5dRsrZo','addRequestSpy','--auto-open-devtools-for-tabs','title','UfbjC','commandsToWrap','performScan','afterTest','5519408bFLqHO','bddStep','BEynk','TEST_SCREENSHOT','status','hook','AomCa','tAJSy','startsWith','Screenshot\x20path\x20not\x20found','HOOK_RUN_FINISHED','class','../../helpers/globals.js','end','_before','container','push','name','slice','bddStepStart','getSyncScript','passed','args','getAccessibilityResults','CRRLr','ICllj','yyZih','YbvgW','517ahWIeX','chromium','testFramework','saveScreenshot','parse','browserStackExecuteDriver','started','kYbmS','../../helpers/helper','SDK_HOOK','version','Failed\x20to\x20execute\x20_before:\x20','skdko','test','command','TEST_RUN_SKIPPED','NYmbx','accessibilityPlatform','stringify','SReZJ','OaRZQ','enabled','kzeCn','ZnpRT','thTestRunUuid','setGlobal','thBuildUuid','readFileSync','getResultsSummary','SnegU','INFO','SAVE_RESULTS','bddStepFinish','FaLdX','TxQTt','apply','BS_TESTOPS_ALLOW_SCREENSHOTS','./helper.js','SwpNc','pawtY','action','bstackAllyScanning','TEST_RUN_FINISHED','IFxOf','codeceptjs/lib/helper/WebDriver.js','llGLJ','initSaveScreenshot','hHUKk','find','start','toISOString','catch','../../helpers/test-observability/utils','PERFORM_SCAN','aNExS','yggiU','a11y_core_config','restore','shouldWrapCommand','zWvFn','XQQOI','all','after','MSamE','test-skipped','reason','NMNRN','titlePath','WebDriver','SESSION_STATUS','codeceptjs/lib/utils.js','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','1343972JOAKSH','ENV_VAR','WfjdI','mMuSi','WotiM','NLOfX','ZadoU','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','667104CSaaAW','OgjIJ','getAccessibilityResultsSummary','test-failed','../../helpers/request-spy','pages','TEST_RUN_STARTED','browserstack_executor:\x20','HEgMf','config','captureError','stack','overwriteCommand','bind','codeceptjs','string','page','measureWrapper','test-started','tgAmu','filter','SDK_TEST','fireEvent','asfWX','browserstackTestName','bDIob','hookType','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','call','getResults','MBpLk','patchSaveScreenshot','OryGG','isArray','url','bs:addLog:','nCMBM','szFdu','stopMonitoring','ZTMQq','fDNQG','Yrlcn','codeceptjs/lib/index.js','kBqEp','Ixmlx','executeScript','winstonLogger','231861cRPibr','ctx','SDK_POST_TEST','ZDkSP','warn','env','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','IlLPI','envJB','captureEvent','23300NahyJN','OGiVO','cbrDW','startMonitoring','lSoPR','browserContext','bHKyh','thJwtToken','event','then','GET_RESULTS_SUMMARY','forEach','HJnle','skipSessionStatus','Performing\x20scan\x20for\x20','prototype','SDK_POST_INITIALIZE','codeceptjs/lib/recorder.js','../../helpers/performance/constants','../../helpers/accessibility-automation/scripts','../../helpers/testhub/constants.js','GddZv','_setPage','toString','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','test-passed','arguments','add','BROWSERSTACK_TESTHUB_UUID','2786cTbcth','WAJSs','split','jfeFm','OEVAl','codeceptjs/lib/helper/Playwright.js','../../bin/playwright/sessionDetails','__driver','emit','SnAES','RXOVA','helpers','exports','./o11yHelper','debug','devtools://','TEST_LOG','3798VdaODx','__skipSessionStatus','TsUmB','KVIsA','BrPbU','ncwdi','FlsKK','vYdiT','DThcJ','format','base64','4369524odgiNz','__workerDetails','dispatcher','domForge','PGuNp','aUtWS','SDK_PRE_TEST','Playwright','nSVAn','JONgC','hook-passed','zVKMT','stop','IuLoc','BS_A11Y_JWT','aHJjl','saveTestResults','bddStep-after','DaFbT','Aemdh','Element','pid','test-after','bddStep-before','constructor','step','../../helpers/accessibility-automation/helper','skipSessionName','aURUw','AmyXI','before'];a1_0x37b4=function(){return _0xc99bc1;};return a1_0x37b4();}const a1_0x430db5=a1_0x16b4;(function(_0xff3e8a,_0x5bd274){const _0x437ca1=a1_0x16b4,_0x436af1=_0xff3e8a();while(!![]){try{const _0x22f1cf=parseInt(_0x437ca1(0x1bc))/0x1*(-parseInt(_0x437ca1(0x262))/0x2)+-parseInt(_0x437ca1(0x20c))/0x3+-parseInt(_0x437ca1(0x204))/0x4*(-parseInt(_0x437ca1(0x198))/0x5)+parseInt(_0x437ca1(0x179))/0x6+parseInt(_0x437ca1(0x23b))/0x7+-parseInt(_0x437ca1(0x1a0))/0x8+parseInt(_0x437ca1(0x16e))/0x9*(parseInt(_0x437ca1(0x245))/0xa);if(_0x22f1cf===_0x5bd274)break;else _0x436af1['push'](_0x436af1['shift']());}catch(_0x4612ef){_0x436af1['push'](_0x436af1['shift']());}}}(a1_0x37b4,0x6d69b));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x430db5(0x1c4)),logger=require('../../helpers/logger')[a1_0x430db5(0x23a)],testOpsHelper=require(a1_0x430db5(0x1f0)),requestSpy=require(a1_0x430db5(0x210)),PlaywrightSessionDetails=require(a1_0x430db5(0x268)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x430db5(0x26f)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a1_0x430db5(0x193)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a1_0x430db5(0x258)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x430db5(0x257)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x430db5(0x1e1)),testHubConstants=require(a1_0x430db5(0x259)),globals=require(a1_0x430db5(0x1ac)),CodeceptJS=requireModule(a1_0x430db5(0x236),a1_0x430db5(0x21a)),CodeceptUtils=requireModule(a1_0x430db5(0x202),a1_0x430db5(0x21a)),CodeceptWebDriver=requireModule(a1_0x430db5(0x1e8),'codeceptjs'),CodeceptRecorder=requireModule(a1_0x430db5(0x256),a1_0x430db5(0x21a)),CodeceptPlaywright=requireModule(a1_0x430db5(0x267),'codeceptjs'),playwrightMarkSessionStatus=(_0x42dd52,_0x2e6a10,_0x440d50)=>{const _0x5f2c3a=a1_0x430db5,_0x366f9c={'envJB':'setSessionStatus','ZTMQq':function(_0x72e257,_0x51c87f){return _0x72e257(_0x51c87f);}},_0x20d756={};_0x20d756[_0x5f2c3a(0x1a4)]=_0x2e6a10;const _0x51a627={};_0x51a627[_0x5f2c3a(0x1e4)]=_0x366f9c[_0x5f2c3a(0x243)],_0x51a627['arguments']=_0x20d756;const _0x4873c1=_0x51a627;return!_0x366f9c[_0x5f2c3a(0x233)](isUndefined,_0x440d50)&&(_0x4873c1[_0x5f2c3a(0x25f)][_0x5f2c3a(0x1fd)]=JSON[_0x5f2c3a(0x1ce)](_0x440d50)),_0x42dd52[_0x5f2c3a(0x239)](()=>{},_0x5f2c3a(0x213)+JSON[_0x5f2c3a(0x1ce)](_0x4873c1));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x19c7fe=>{const _0x47239f=a1_0x430db5,_0x5812c6={};_0x5812c6['GddZv']=function(_0x26d224,_0x44e7b7){return _0x26d224===_0x44e7b7;},_0x5812c6[_0x47239f(0x196)]='Playwright';const _0x1ee877=_0x5812c6;_0x1ee877[_0x47239f(0x25a)](_0x19c7fe[_0x47239f(0x191)]['name'],_0x1ee877[_0x47239f(0x196)])?await _0x19c7fe[_0x47239f(0x239)](_0x525cd5=>{},testOpsHelper[_0x47239f(0x1b4)]()):await _0x19c7fe['executeScript'](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a1_0x430db5(0x21d)](PerformanceAutEvents['SESSION_NAME'],async(_0x21ca1e,_0x527da0)=>{const _0x3c03f2=a1_0x430db5,_0x499143={};_0x499143['avKjF']='setSessionName',_0x499143['SnegU']=function(_0x304222,_0x2afa92){return _0x304222===_0x2afa92;},_0x499143[_0x3c03f2(0x1d0)]=_0x3c03f2(0x180);const _0x43df71=_0x499143,_0xffc8c5={};_0xffc8c5[_0x3c03f2(0x1b1)]=_0x527da0;const _0x47afeb={};_0x47afeb[_0x3c03f2(0x1e4)]=_0x43df71['avKjF'],_0x47afeb[_0x3c03f2(0x25f)]=_0xffc8c5;const _0x3b14bd=_0x47afeb;_0x43df71[_0x3c03f2(0x1d9)](_0x21ca1e[_0x3c03f2(0x191)]['name'],_0x43df71['OaRZQ'])?await _0x21ca1e['executeScript'](()=>{},_0x3c03f2(0x213)+JSON['stringify'](_0x3b14bd)):await _0x21ca1e[_0x3c03f2(0x239)]('browserstack_executor:\x20'+JSON[_0x3c03f2(0x1ce)](_0x3b14bd));}),patchSaveScreenshot=_0x292f6a=>{const _0xf6d6c0=a1_0x430db5,_0x519afc={'jfeFm':_0xf6d6c0(0x178),'NWwje':_0xf6d6c0(0x1a3),'HEgMf':function(_0x35ddc5){return _0x35ddc5();},'WotiM':function(_0x3e7037,_0x325f2e){return _0x3e7037(_0x325f2e);},'WfjdI':_0xf6d6c0(0x1a9),'lSoPR':function(_0xa4a678,_0x1dc6bb){return _0xa4a678(_0x1dc6bb);}};_0x519afc[_0xf6d6c0(0x249)](isTrue,process[_0xf6d6c0(0x240)][_0xf6d6c0(0x1e0)])&&!_0x292f6a[_0xf6d6c0(0x22b)]&&(_0x292f6a['patchSaveScreenshot']=!![],_0x292f6a[_0xf6d6c0(0x1ea)]=_0x292f6a[_0xf6d6c0(0x1bf)],_0x292f6a['saveScreenshot']=(_0x4e3ced,_0x3072ff=![])=>{return new Promise(function(_0x768bdf,_0xb53986){const _0x89ae27=a1_0x16b4,_0x1e54fc={'llGLJ':_0x519afc[_0x89ae27(0x265)],'IlLPI':_0x519afc['NWwje'],'RXOVA':function(_0x34e9be){const _0x52b013=_0x89ae27;return _0x519afc[_0x52b013(0x214)](_0x34e9be);},'XQQOI':function(_0x85d24a,_0x1523de){const _0xf9f093=_0x89ae27;return _0x519afc[_0xf9f093(0x208)](_0x85d24a,_0x1523de);},'ICllj':_0x519afc[_0x89ae27(0x206)]};_0x292f6a['initSaveScreenshot'](_0x4e3ced,_0x3072ff)[_0x89ae27(0x24e)](()=>{const _0x2e9836=_0x89ae27,_0x30e510=CodeceptUtils['screenshotOutputFolder'](_0x4e3ced);if(_0x30e510){const _0x276cb9=fs[_0x2e9836(0x1d7)](_0x30e510);process[_0x2e9836(0x26a)](_0x2e9836(0x22f)+process[_0x2e9836(0x18e)],{'timestamp':new Date()[_0x2e9836(0x1ee)](),'message':_0x276cb9[_0x2e9836(0x25c)](_0x1e54fc[_0x2e9836(0x1e9)]),'kind':_0x1e54fc[_0x2e9836(0x242)]}),_0x1e54fc[_0x2e9836(0x26c)](_0x768bdf);}_0x1e54fc[_0x2e9836(0x1f8)](_0xb53986,new Error(_0x1e54fc[_0x2e9836(0x1b9)]));})[_0x89ae27(0x1ef)](()=>null);});});},patchWebDriverBefore=_0x3f24ee=>{const _0x2381f7=a1_0x430db5,_0x44c37b={'SwpNc':function(_0x5b2376){return _0x5b2376();},'ZadoU':function(_0x5f93d5,_0x46f164){return _0x5f93d5(_0x46f164);},'RXVqK':function(_0xcc6382,_0x2f0ede){return _0xcc6382===_0x2f0ede;},'cbrDW':'webdriverio','ZDkSP':_0x2381f7(0x21b),'kzeCn':function(_0x1d5d3e,_0x26dbc1){return _0x1d5d3e===_0x26dbc1;},'LUibX':_0x2381f7(0x18d)},_0x3875b6=async function(_0x17616a,_0xc2efec){const _0x1c4355=_0x2381f7;_0x44c37b[_0x1c4355(0x1e2)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x1c4355(0x1cd)]&&scripts[_0x1c4355(0x1f6)](_0x17616a[_0x1c4355(0x1b1)])&&_0x44c37b['ZadoU'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x1c4355(0x1e5)]=!![],await PerformanceTester[_0x1c4355(0x21d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4a8fbd=_0x1c4355;logger[_0x4a8fbd(0x270)](_0x4a8fbd(0x253)+_0x17616a[_0x4a8fbd(0x1ab)]+'\x20'+_0x17616a['name']),await AccessibilityHelper[_0x4a8fbd(0x1c1)](_0x3f24ee,scripts['performScan']);},{'command':_0x17616a[_0x1c4355(0x1b1)]})());global[_0x1c4355(0x1e5)]=![];const _0x22c154=JSON['parse'](process[_0x1c4355(0x240)]['FRAMEWORK_DETAILS']||'{}');if(_0x44c37b['RXVqK'](_0x22c154?.[_0x1c4355(0x1be)]?.['name'],_0x44c37b[_0x1c4355(0x247)])&&_0x44c37b['RXVqK'](typeof _0x22c154?.[_0x1c4355(0x1be)]?.[_0x1c4355(0x1c6)],_0x44c37b[_0x1c4355(0x23e)])&&_0x22c154?.[_0x1c4355(0x1be)]?.[_0x1c4355(0x1c6)][_0x1c4355(0x1a8)]('7'))return _0xc2efec['apply'](null,Array[_0x1c4355(0x254)][_0x1c4355(0x1b2)][_0x1c4355(0x228)](arguments,0x2));return _0xc2efec[_0x1c4355(0x1df)](this,Array[_0x1c4355(0x254)][_0x1c4355(0x1b2)][_0x1c4355(0x228)](arguments,0x2));},_0x56467e=CodeceptWebDriver[_0x2381f7(0x254)]['_before'];CodeceptWebDriver['prototype'][_0x2381f7(0x1ae)]=async function(){const _0x33ce8f=_0x2381f7,_0x519507={'nSVAn':function(_0x29573c,_0x2d2a69){const _0x5a9795=a1_0x16b4;return _0x44c37b[_0x5a9795(0x1d2)](_0x29573c,_0x2d2a69);},'kYbmS':_0x44c37b['LUibX']};try{await _0x56467e[_0x33ce8f(0x1df)](this,arguments);}catch(_0xb19012){logger[_0x33ce8f(0x270)](_0x33ce8f(0x1c7)+util[_0x33ce8f(0x177)](_0xb19012));}scripts[_0x33ce8f(0x19d)][_0x33ce8f(0x220)](_0x5a9cac=>_0x5a9cac[_0x33ce8f(0x1b1)]&&_0x5a9cac[_0x33ce8f(0x1ab)])[_0x33ce8f(0x250)](_0x2e3ca8=>{const _0x1d109f=_0x33ce8f;this['browser'][_0x1d109f(0x218)](_0x2e3ca8[_0x1d109f(0x1b1)],_0x3875b6[_0x1d109f(0x219)](this,_0x2e3ca8),_0x519507[_0x1d109f(0x181)](_0x2e3ca8[_0x1d109f(0x1ab)],_0x519507[_0x1d109f(0x1c3)]));}),_0x44c37b[_0x33ce8f(0x20a)](processWebDriverConfig,_0x3f24ee);};};function parseJwt(_0x58df27){const _0x586d80=a1_0x430db5,_0x3c145a={};_0x3c145a['BcXPY']=_0x586d80(0x178);const _0x614928=_0x3c145a;if(!_0x58df27)return null;return JSON[_0x586d80(0x1c0)](Buffer['from'](_0x58df27[_0x586d80(0x264)]('.')[0x1],_0x614928['BcXPY'])[_0x586d80(0x25c)]());}const patchPlaywrightBefore=()=>{const _0x424ab6=a1_0x430db5,_0x15722d={'NLOfX':function(_0x10d274){return _0x10d274();},'TXCKw':_0x424ab6(0x271),'vaHFV':_0x424ab6(0x19a),'fDNQG':function(_0x1494bf){return _0x1494bf();},'OGiVO':function(_0x5a9fa8,_0x60253){return _0x5a9fa8(_0x60253);},'XvsvU':function(_0x5b61d9,_0x4bb9ae){return _0x5b61d9+_0x4bb9ae;},'hHUKk':'\x0aStack:\x20','pawtY':function(_0xe501ec){return _0xe501ec();},'WAJSs':function(_0x17c18a){return _0x17c18a();},'YbvgW':function(_0x4f7c0d){return _0x4f7c0d();}};PlaywrightSessionDetails['patch']();const _0x5992ab=CodeceptPlaywright[_0x424ab6(0x254)][_0x424ab6(0x1ae)];CodeceptPlaywright['prototype'][_0x424ab6(0x1ae)]=async function(){const _0x3c1b73=_0x424ab6,_0x145feb={'OgjIJ':function(_0x72d995){const _0x44e717=a1_0x16b4;return _0x15722d[_0x44e717(0x209)](_0x72d995);},'vYdiT':_0x15722d['TXCKw'],'oBjIH':_0x15722d['vaHFV'],'glfAT':function(_0x49bda1){return _0x15722d['fDNQG'](_0x49bda1);},'SReZJ':function(_0x12a6f4,_0x55236e){const _0x2c9d25=a1_0x16b4;return _0x15722d[_0x2c9d25(0x246)](_0x12a6f4,_0x55236e);},'JONgC':function(_0x2fd84d,_0x127c80){return _0x15722d['XvsvU'](_0x2fd84d,_0x127c80);},'CRRLr':_0x15722d[_0x3c1b73(0x1eb)]};this['browserContext']=await this['browser']['contexts']()[0x0];const _0x406158=async()=>{const _0x3775a4=_0x3c1b73,_0x49954c=this[_0x3775a4(0x215)]&&this['config'][_0x3775a4(0x1bd)]&&this[_0x3775a4(0x215)][_0x3775a4(0x1bd)][_0x3775a4(0x1b6)]&&Array[_0x3775a4(0x22d)](this[_0x3775a4(0x215)][_0x3775a4(0x1bd)][_0x3775a4(0x1b6)])&&this[_0x3775a4(0x215)]['chromium'][_0x3775a4(0x1b6)]['includes'](_0x145feb['oBjIH']);if(_0x145feb['glfAT'](isAccessibilityAutomationSession)&&!_0x49954c)try{const _0x43a418=_0x145feb[_0x3775a4(0x1cf)](parseJwt,process[_0x3775a4(0x240)][_0x3775a4(0x187)]);if(_0x43a418&&_0x43a418[_0x3775a4(0x1f4)]&&_0x43a418[_0x3775a4(0x1f4)][_0x3775a4(0x17c)]){const _0xcd8704=this[_0x3775a4(0x24a)][_0x3775a4(0x211)][_0x3775a4(0x219)](this['browserContext']);this[_0x3775a4(0x24a)][_0x3775a4(0x211)]=async function(){const _0x2705e3=_0x3775a4,_0x330be2=await _0x145feb[_0x2705e3(0x20d)](_0xcd8704),_0x36bc65=[];for(const _0x1b1dd3 of _0x330be2){try{const _0x57858b=await _0x1b1dd3[_0x2705e3(0x22e)]();!_0x57858b[_0x2705e3(0x1a8)](_0x145feb[_0x2705e3(0x175)])&&_0x36bc65[_0x2705e3(0x1b0)](_0x1b1dd3);}catch(_0x51a296){_0x36bc65[_0x2705e3(0x1b0)](_0x1b1dd3);}}return _0x36bc65;};}if(!_0x145feb[_0x3775a4(0x20d)](isBrowserstackInfra)){const _0x20d15c=await this[_0x3775a4(0x21c)]['url']();if(_0x20d15c['startsWith'](_0x145feb[_0x3775a4(0x175)])){const _0x47e012=await this[_0x3775a4(0x24a)][_0x3775a4(0x211)]();this[_0x3775a4(0x25b)](_0x47e012[0x0]);}}}catch(_0x54ce52){logger[_0x3775a4(0x270)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0x54ce52['message']+(_0x54ce52['stack']?_0x145feb[_0x3775a4(0x182)](_0x145feb[_0x3775a4(0x1b8)],_0x54ce52[_0x3775a4(0x217)]):''));}};_0x15722d[_0x3c1b73(0x234)](isBrowserstackInfra)&&await _0x15722d[_0x3c1b73(0x1e3)](_0x406158),await _0x5992ab[_0x3c1b73(0x1df)](this,arguments),!_0x15722d[_0x3c1b73(0x263)](isBrowserstackInfra)&&await _0x15722d[_0x3c1b73(0x1bb)](_0x406158);};},getCodeceptDriver=()=>{const _0x316031=a1_0x430db5,_0x22b888={};_0x22b888['asfWX']=_0x316031(0x200),_0x22b888[_0x316031(0x17e)]=_0x316031(0x180),_0x22b888[_0x316031(0x24b)]='Puppeteer',_0x22b888['tAJSy']='TestCafe';const _0x3d8eed=_0x22b888,_0xb17a98=[_0x3d8eed[_0x316031(0x223)],_0x3d8eed['aUtWS'],_0x3d8eed[_0x316031(0x24b)],_0x3d8eed[_0x316031(0x1a7)]],_0x53076c=_0xb17a98[_0x316031(0x1ec)](_0x21e47b=>!!CodeceptJS[_0x316031(0x1af)][_0x316031(0x26d)](_0x21e47b));if(!_0x53076c)return null;return CodeceptJS[_0x316031(0x1af)][_0x316031(0x26d)](_0x53076c);};function a1_0x16b4(_0xbca008,_0x59d43b){const _0x37b488=a1_0x37b4();return a1_0x16b4=function(_0x16b427,_0x1d8e16){_0x16b427=_0x16b427-0x16e;let _0x1c7ab4=_0x37b488[_0x16b427];return _0x1c7ab4;},a1_0x16b4(_0xbca008,_0x59d43b);}module[a1_0x430db5(0x26e)]=function(_0xe67ee9){const _0x11a390=a1_0x430db5,_0x4cf7bc={'yggiU':function(_0x460427){return _0x460427();},'skdko':function(_0x8fd2e1,_0x45a008){return _0x8fd2e1(_0x45a008);},'aNExS':_0x11a390(0x20e),'DThcJ':_0x11a390(0x241),'IFxOf':'getAccessibilityResults','rWXnA':_0x11a390(0x227),'bDIob':'hook-started','mMuSi':_0x11a390(0x183),'zWvFn':'hook-failed','ZnpRT':_0x11a390(0x224),'KVIsA':'test-before','tgAmu':function(_0x4f8ca1,_0x139567,_0x3b4497){return _0x4f8ca1(_0x139567,_0x3b4497);},'TsUmB':function(_0x173655,_0x590eaf){return _0x173655(_0x590eaf);},'DaFbT':_0x11a390(0x21e),'TxQTt':function(_0x14a057,_0x3b3d80,_0x18db47){return _0x14a057(_0x3b3d80,_0x18db47);},'IuLoc':function(_0x4e3b86,_0x2e4d8d,_0x310900){return _0x4e3b86(_0x2e4d8d,_0x310900);},'aHJjl':_0x11a390(0x25e),'FaLdX':function(_0x1ced31,_0x26045f,_0x253175,_0x1c1337){return _0x1ced31(_0x26045f,_0x253175,_0x1c1337);},'UfbjC':function(_0x3e193f,_0x5825fe,_0x1810a2,_0x428906){return _0x3e193f(_0x5825fe,_0x1810a2,_0x428906);},'SnAES':function(_0xe03ac6,_0x5a05e2){return _0xe03ac6===_0x5a05e2;},'nCMBM':'Suite','wOAZH':_0x11a390(0x20f),'Aemdh':_0x11a390(0x1fc),'MBpLk':_0x11a390(0x19f),'OryGG':function(_0x27fd39,_0x2dbfe5,_0x52e06f){return _0x27fd39(_0x2dbfe5,_0x52e06f);},'NMNRN':function(_0x55503a){return _0x55503a();},'GKdKN':_0x11a390(0x25d),'Ixmlx':_0x11a390(0x18f),'OEVAl':_0x11a390(0x1da),'BrPbU':_0x11a390(0x272),'aURUw':'step-comment','HJnle':_0x11a390(0x190),'ncwdi':_0x11a390(0x18a),'yyZih':_0x11a390(0x180)};_0xe67ee9['skipSessionStatus']&&(global[_0x11a390(0x16f)]=_0xe67ee9[_0x11a390(0x252)]);PerformanceTester[_0x11a390(0x248)]();const _0x3684c3=_0x4cf7bc[_0x11a390(0x1fe)](getCodeceptDriver),_0x176bb8=new O11yHelper(_0x3684c3,_0xe67ee9),_0xefd1c2=!!CodeceptJS['container'][_0x11a390(0x26d)](_0x4cf7bc[_0x11a390(0x1ba)]);global[_0x11a390(0x269)]=_0x3684c3,_0x3684c3&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4d4e56=_0x11a390;_0xefd1c2?_0x4cf7bc[_0x4d4e56(0x1f3)](patchPlaywrightBefore):_0x4cf7bc['skdko'](patchWebDriverBefore,_0x3684c3);})(),PerformanceTester[_0x11a390(0x21d)](PerformanceEvents[_0x11a390(0x255)],()=>{const _0x11532=_0x11a390,_0x36dccb={};_0x36dccb[_0x11532(0x184)]=_0x4cf7bc[_0x11532(0x1e7)],_0x36dccb[_0x11532(0x1a2)]=_0x4cf7bc['rWXnA'];const _0x49124f=_0x36dccb;_0x3684c3[_0x11532(0x20e)]=async()=>{const _0x1af2a1=_0x11532;if(global[_0x1af2a1(0x1cd)]){const _0x9b73ad={};return _0x9b73ad[_0x1af2a1(0x1ca)]=_0x4cf7bc[_0x1af2a1(0x1f2)],await PerformanceTester[_0x1af2a1(0x21d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2717f5=_0x1af2a1;return await AccessibilityHelper[_0x2717f5(0x1c1)](_0x3684c3,scripts[_0x2717f5(0x19e)]);},_0x9b73ad)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1af2a1(0x24f)],async()=>{const _0x232a05=_0x1af2a1;return await AccessibilityHelper[_0x232a05(0x1c1)](_0x3684c3,scripts[_0x232a05(0x1d8)]);})();}return logger[_0x1af2a1(0x23f)](_0x4cf7bc[_0x1af2a1(0x176)]),{};},_0x3684c3[_0x11532(0x1b7)]=async()=>{const _0x3da1c=_0x11532;if(global[_0x3da1c(0x1cd)]){const _0x4bb4f8={};return _0x4bb4f8[_0x3da1c(0x1ca)]=_0x49124f[_0x3da1c(0x184)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3da1c(0x1f1)],async()=>{const _0x4582cb=_0x3da1c;return await AccessibilityHelper[_0x4582cb(0x1c1)](_0x3684c3,scripts[_0x4582cb(0x19e)]);},_0x4bb4f8)(),await PerformanceTester[_0x3da1c(0x21d)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x479f16=_0x3da1c;return await AccessibilityHelper['browserStackExecuteDriver'](_0x3684c3,scripts[_0x479f16(0x229)]);})();}return logger[_0x3da1c(0x23f)](_0x49124f['BEynk']),{};},_0x4cf7bc[_0x11532(0x1c8)](patchSaveScreenshot,_0x3684c3);})()),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1f9)][_0x11a390(0x197)],()=>{const _0x5d0c1f=_0x11a390;PerformanceTester['start'](PerformanceEvents[_0x5d0c1f(0x17f)]);try{_0x176bb8['start'](),testOpsHelper[_0x5d0c1f(0x199)](),PerformanceTester[_0x5d0c1f(0x1ad)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x493db4){PerformanceTester['captureError'](_0x493db4),PerformanceTester[_0x5d0c1f(0x1ad)](PerformanceEvents[_0x5d0c1f(0x17f)],![],_0x493db4);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1f9)][_0x11a390(0x1fa)],async()=>{const _0xf66fce=_0x11a390;PerformanceTester['start'](PerformanceEvents[_0xf66fce(0x23d)]);try{requestSpy[_0xf66fce(0x1f5)](),await _0x176bb8[_0xf66fce(0x185)](),PerformanceTester[_0xf66fce(0x1ad)](PerformanceEvents[_0xf66fce(0x23d)]);}catch(_0x2effe8){PerformanceTester[_0xf66fce(0x216)](_0x2effe8),PerformanceTester['end'](PerformanceEvents[_0xf66fce(0x23d)],![],_0x2effe8);}finally{PerformanceTester[_0xf66fce(0x232)]();}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1a5)][_0x11a390(0x1c2)],_0xf0317f=>{const _0x526909=_0x11a390;PerformanceTester[_0x526909(0x1ed)](PerformanceEvents[_0x526909(0x1c5)]);try{const _0x3730a7=_0xf0317f[_0x526909(0x23c)][_0x526909(0x1c9)],_0x38f430=_0x176bb8[_0x526909(0x244)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x3730a7);CodeceptRecorder[_0x526909(0x260)](()=>_0x176bb8[_0x526909(0x222)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x38f430));const _0x5889bb={};_0x5889bb[_0x526909(0x226)]=_0x4cf7bc[_0x526909(0x225)],PerformanceTester[_0x526909(0x1ad)](PerformanceEvents['SDK_HOOK'],!![],null,_0x5889bb);}catch(_0x513b89){const _0x355ed5={};_0x355ed5[_0x526909(0x226)]=_0x4cf7bc[_0x526909(0x225)],PerformanceTester[_0x526909(0x1ad)](PerformanceEvents[_0x526909(0x1c5)],![],_0x513b89,_0x355ed5),PerformanceTester[_0x526909(0x216)](_0x513b89);}}),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)]['hook'][_0x11a390(0x1b5)],_0x494765=>{const _0x20a820=_0x11a390,_0x341e44={};_0x341e44[_0x20a820(0x226)]=_0x4cf7bc['mMuSi'],PerformanceTester['start'](PerformanceHookEvents[_0x20a820(0x1c5)],!![],null,_0x341e44);try{const _0x23fc6d=_0x494765[_0x20a820(0x23c)]['test'],_0x467378=_0x176bb8[_0x20a820(0x244)](TEST_EVENTS[_0x20a820(0x1aa)],_0x23fc6d);CodeceptRecorder[_0x20a820(0x260)](()=>_0x176bb8[_0x20a820(0x222)](TEST_EVENTS[_0x20a820(0x1aa)],_0x467378));const _0x4f23da={};_0x4f23da[_0x20a820(0x226)]=_0x4cf7bc[_0x20a820(0x207)],PerformanceTester[_0x20a820(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4f23da);}catch(_0x23521f){PerformanceTester['captureError'](_0x23521f);const _0x32487a={};_0x32487a[_0x20a820(0x226)]=_0x4cf7bc[_0x20a820(0x207)],PerformanceTester['end'](PerformanceHookEvents[_0x20a820(0x1c5)],![],_0x23521f,_0x32487a);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1a5)]['failed'],async(_0x17e6d6,_0x59574c)=>{const _0x304eaa=_0x11a390;PerformanceTester[_0x304eaa(0x1ed)](PerformanceHookEvents[_0x304eaa(0x1c5)]);try{const _0x20cdd9=_0x17e6d6['ctx'][_0x304eaa(0x1c9)],_0x59b45d=_0x176bb8[_0x304eaa(0x244)](TEST_EVENTS[_0x304eaa(0x1aa)],_0x20cdd9,_0x59574c);CodeceptRecorder[_0x304eaa(0x260)](()=>_0x176bb8[_0x304eaa(0x222)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x59b45d));const _0x1894c0={};_0x1894c0['hookType']=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester['start'](PerformanceHookEvents[_0x304eaa(0x1c5)],!![],null,_0x1894c0);}catch(_0x53a74c){PerformanceTester[_0x304eaa(0x216)](_0x53a74c);const _0x47a685={};_0x47a685[_0x304eaa(0x226)]=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester[_0x304eaa(0x1ad)](PerformanceHookEvents[_0x304eaa(0x1c5)],![],_0x53a74c,_0x47a685);}const _0x1b0f6b={};_0x1b0f6b[_0x304eaa(0x226)]=_0x4cf7bc[_0x304eaa(0x1f7)],PerformanceTester['end'](PerformanceHookEvents[_0x304eaa(0x1c5)],!![],null,_0x1b0f6b);}),CodeceptJS['event'][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)]['before'],_0x44d1cc=>{const _0x420433=_0x11a390;PerformanceTester[_0x420433(0x1ed)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x420433(0x1d5)](_0x4cf7bc[_0x420433(0x1d3)],_0x44d1cc[_0x420433(0x19b)]);_0x4cf7bc[_0x420433(0x1f3)](isBrowserstackInfra)&&(_0xefd1c2&&(global[_0x420433(0x17a)]={'currentTest':{'name':_0x44d1cc[_0x420433(0x19b)],'testInfo':{'titlePath':_0x44d1cc[_0x420433(0x1ff)]()}}}));const _0xd2ef36={};_0xd2ef36[_0x420433(0x226)]=_0x4cf7bc['KVIsA'],PerformanceTester['end'](PerformanceHookEvents[_0x420433(0x1c5)],!![],null,_0xd2ef36);}catch(_0x14e6bc){PerformanceTester[_0x420433(0x216)](_0x14e6bc);const _0x458b0d={};_0x458b0d[_0x420433(0x226)]=_0x4cf7bc[_0x420433(0x171)],PerformanceTester[_0x420433(0x1ad)](PerformanceHookEvents[_0x420433(0x1c5)],![],_0x14e6bc,_0x458b0d);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)]['test'][_0x11a390(0x1c2)],_0x3d076c=>{const _0x2363d6=_0x11a390,_0x42006c={'kBqEp':function(_0x95ee37){const _0x3bbc39=a1_0x16b4;return _0x4cf7bc[_0x3bbc39(0x1f3)](_0x95ee37);},'DagIf':function(_0x580cbf,_0x1015bb){const _0x15a369=a1_0x16b4;return _0x4cf7bc[_0x15a369(0x1c8)](_0x580cbf,_0x1015bb);},'FlsKK':function(_0x95a485,_0x42e82a,_0xdb23c7){const _0x234cdc=a1_0x16b4;return _0x4cf7bc[_0x234cdc(0x21f)](_0x95a485,_0x42e82a,_0xdb23c7);},'NYmbx':function(_0x592f16,_0x272e75){const _0x5c80c3=a1_0x16b4;return _0x4cf7bc[_0x5c80c3(0x170)](_0x592f16,_0x272e75);}};PerformanceTester[_0x2363d6(0x1ed)](PerformanceHookEvents[_0x2363d6(0x1c5)]);try{globals[_0x2363d6(0x1d5)](_0x4cf7bc[_0x2363d6(0x1d3)],_0x3d076c[_0x2363d6(0x19b)]);const _0x208d9e=_0x176bb8['captureEvent'](TEST_EVENTS[_0x2363d6(0x212)],_0x3d076c);CodeceptRecorder[_0x2363d6(0x260)](()=>_0x176bb8[_0x2363d6(0x222)](TEST_EVENTS[_0x2363d6(0x212)],_0x208d9e)),CodeceptRecorder['add'](async()=>{const _0x45995a=_0x2363d6;_0x42006c[_0x45995a(0x237)](isBrowserstackInfra)&&(!_0x42006c['DagIf'](isTrue,_0xe67ee9[_0x45995a(0x194)])&&await _0x42006c[_0x45995a(0x174)](markSessionName,_0x3684c3,_0x3d076c[_0x45995a(0x19b)]),_0x176bb8[_0x45995a(0x1d1)]&&await _0x42006c[_0x45995a(0x1cc)](o11ySync,_0x3684c3));});}catch(_0x625417){const _0x162657={};_0x162657[_0x2363d6(0x226)]=_0x4cf7bc[_0x2363d6(0x18b)],PerformanceTester[_0x2363d6(0x1ad)](PerformanceHookEvents[_0x2363d6(0x1c5)],![],_0x625417,_0x162657),PerformanceTester[_0x2363d6(0x216)](_0x625417);}const _0x450f72={};_0x450f72[_0x2363d6(0x226)]=_0x4cf7bc[_0x2363d6(0x18b)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x450f72);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x11a390(0x24d)]['test'][_0x11a390(0x1b5)],_0x5dbcc9=>{const _0x38c013=_0x11a390;PerformanceTester[_0x38c013(0x1ed)](PerformanceHookEvents[_0x38c013(0x1c5)]);try{const _0xb3ca12=_0x176bb8['captureEvent'](TEST_EVENTS[_0x38c013(0x1e6)],_0x5dbcc9);CodeceptRecorder['add'](()=>_0x176bb8[_0x38c013(0x222)](TEST_EVENTS[_0x38c013(0x1e6)],_0xb3ca12)),CodeceptRecorder[_0x38c013(0x260)](async()=>{const _0x2d0c51=_0x38c013,_0x126571={'Yrlcn':function(_0x2bf3ef,_0x5189b1,_0x112ca2){const _0x1cc695=a1_0x16b4;return _0x4cf7bc[_0x1cc695(0x1de)](_0x2bf3ef,_0x5189b1,_0x112ca2);},'szFdu':function(_0x84cf17,_0x1a670a,_0x361dec){const _0x1f7e2a=a1_0x16b4;return _0x4cf7bc[_0x1f7e2a(0x186)](_0x84cf17,_0x1a670a,_0x361dec);}};_0x4cf7bc[_0x2d0c51(0x1f3)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x2d0c51(0x201)],async()=>{const _0x2ea017=_0x2d0c51;_0xefd1c2?await _0x126571[_0x2ea017(0x235)](playwrightMarkSessionStatus,_0x3684c3,STATE_PASSED):await _0x126571[_0x2ea017(0x231)](markSessionStatus,_0x3684c3,STATE_PASSED);})();}),PerformanceTester[_0x38c013(0x1ad)](PerformanceEvents[_0x38c013(0x221)]);}catch(_0x3126ca){PerformanceTester[_0x38c013(0x216)](_0x3126ca);const _0x2ee567={};_0x2ee567[_0x38c013(0x226)]=_0x4cf7bc[_0x38c013(0x188)],PerformanceTester[_0x38c013(0x1ad)](PerformanceHookEvents[_0x38c013(0x1c5)],![],_0x3126ca,_0x2ee567),PerformanceTester[_0x38c013(0x1ad)](PerformanceEvents[_0x38c013(0x221)],![],_0x3126ca);}const _0x41109d={};_0x41109d[_0x38c013(0x226)]=_0x4cf7bc['aHJjl'],PerformanceTester['end'](PerformanceHookEvents[_0x38c013(0x1c5)],!![],null,_0x41109d);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1c9)]['failed'],(_0x59e579,_0x49ed9e)=>{const _0x3b6db1=_0x11a390,_0xaef5d0={'MSamE':function(_0x4b89c1){return _0x4cf7bc['yggiU'](_0x4b89c1);},'AomCa':function(_0x418d5a,_0x48e63f,_0x42ccc2,_0x4d4403){const _0x454995=a1_0x16b4;return _0x4cf7bc[_0x454995(0x1dd)](_0x418d5a,_0x48e63f,_0x42ccc2,_0x4d4403);},'PGuNp':function(_0x270ac9,_0x3ab70a,_0x49d4c4,_0x171e10){const _0x193e63=a1_0x16b4;return _0x4cf7bc[_0x193e63(0x19c)](_0x270ac9,_0x3ab70a,_0x49d4c4,_0x171e10);}};PerformanceTester[_0x3b6db1(0x1ed)](PerformanceHookEvents[_0x3b6db1(0x1c5)]);try{if(_0x4cf7bc[_0x3b6db1(0x26b)](_0x59e579[_0x3b6db1(0x191)]['name'],_0x4cf7bc[_0x3b6db1(0x230)])){const _0x452fd1=_0x176bb8[_0x3b6db1(0x244)](TEST_EVENTS[_0x3b6db1(0x1cb)],_0x59e579[_0x3b6db1(0x23c)]['currentTest']);CodeceptRecorder['add'](()=>_0x176bb8[_0x3b6db1(0x222)](TEST_EVENTS[_0x3b6db1(0x1cb)],_0x452fd1));}else{const _0x1e38de=_0x176bb8['captureEvent'](TEST_EVENTS[_0x3b6db1(0x1e6)],_0x59e579,_0x49ed9e);CodeceptRecorder[_0x3b6db1(0x260)](()=>{const _0x73cbe7=_0x3b6db1;try{_0x176bb8[_0x73cbe7(0x222)](TEST_EVENTS[_0x73cbe7(0x1e6)],_0x1e38de);}catch(_0x43cb6c){logger[_0x73cbe7(0x270)](_0x73cbe7(0x203)+util[_0x73cbe7(0x177)](_0x43cb6c)),PerformanceTester[_0x73cbe7(0x1ad)](PerformanceEvents[_0x73cbe7(0x221)],![],_0x43cb6c);}}),CodeceptRecorder[_0x3b6db1(0x260)](async()=>{const _0x4a14e2=_0x3b6db1;try{_0xaef5d0[_0x4a14e2(0x1fb)](isBrowserstackInfra)&&(_0xefd1c2?await _0xaef5d0[_0x4a14e2(0x1a6)](playwrightMarkSessionStatus,_0x3684c3,STATE_FAILED,_0x49ed9e):await _0xaef5d0[_0x4a14e2(0x17d)](markSessionStatus,_0x3684c3,STATE_FAILED,_0x49ed9e));}catch(_0xde0f2d){logger[_0x4a14e2(0x270)](_0x4a14e2(0x20b)+util['format'](_0xde0f2d)),PerformanceTester[_0x4a14e2(0x1ad)](PerformanceEvents[_0x4a14e2(0x221)],![],_0xde0f2d);}});}PerformanceTester['end'](PerformanceEvents[_0x3b6db1(0x221)]);}catch(_0x866f6){PerformanceTester[_0x3b6db1(0x216)](_0x866f6);const _0x28068a={};_0x28068a[_0x3b6db1(0x226)]=_0x4cf7bc['wOAZH'],PerformanceTester[_0x3b6db1(0x1ad)](PerformanceHookEvents[_0x3b6db1(0x1c5)],![],_0x866f6,_0x28068a),PerformanceTester[_0x3b6db1(0x1ad)](PerformanceEvents[_0x3b6db1(0x221)],![],_0x866f6);}const _0x428c47={};_0x428c47[_0x3b6db1(0x226)]=_0x4cf7bc['wOAZH'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x428c47);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)]['skipped'],_0x2fd3b9=>{const _0x418546=_0x11a390;PerformanceTester[_0x418546(0x1ed)](PerformanceHookEvents[_0x418546(0x1c5)]);try{const _0x4e48af=_0x176bb8['captureEvent'](TEST_EVENTS[_0x418546(0x1cb)],_0x2fd3b9);CodeceptRecorder[_0x418546(0x260)](()=>_0x176bb8['fireEvent'](TEST_EVENTS[_0x418546(0x1cb)],_0x4e48af)),PerformanceTester[_0x418546(0x1ad)](PerformanceEvents['SDK_TEST']);}catch(_0x540c43){PerformanceTester['captureError'](_0x540c43),PerformanceTester[_0x418546(0x1ad)](PerformanceEvents[_0x418546(0x221)],![],_0x540c43);const _0x3f27bb={};_0x3f27bb[_0x418546(0x226)]=_0x4cf7bc[_0x418546(0x18c)],PerformanceTester[_0x418546(0x1ad)](PerformanceHookEvents[_0x418546(0x1c5)],![],_0x540c43,_0x3f27bb);}const _0x4883e6={};_0x4883e6['hookType']=_0x4cf7bc[_0x418546(0x18c)],PerformanceTester[_0x418546(0x1ad)](PerformanceHookEvents[_0x418546(0x1c5)],!![],null,_0x4883e6);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1c9)][_0x11a390(0x1fa)],async(_0x51f427,_0xa8b6d1)=>{const _0x5bd826=_0x11a390;try{PerformanceTester[_0x5bd826(0x1ed)](PerformanceHookEvents[_0x5bd826(0x1c5)]);const _0x1d68db=_0x4cf7bc[_0x5bd826(0x22c)](shouldScanTestForAccessibility,_0x51f427[_0x5bd826(0x1ff)](),!![]);if(_0x4cf7bc[_0x5bd826(0x1fe)](isAccessibilityAutomationSession)&&global[_0x5bd826(0x1cd)]&&_0x1d68db){const _0x3e7874={};_0x3e7874[_0x5bd826(0x1d4)]=_0x51f427['testAnalyticsId'],_0x3e7874[_0x5bd826(0x1d6)]=process[_0x5bd826(0x240)][testHubConstants[_0x5bd826(0x205)][_0x5bd826(0x261)]],_0x3e7874[_0x5bd826(0x24c)]=process[_0x5bd826(0x240)][testHubConstants[_0x5bd826(0x205)]['BROWSERSTACK_TESTHUB_JWT']];const _0x122e16=_0x3e7874;logger[_0x5bd826(0x270)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x122e16)),CodeceptRecorder[_0x5bd826(0x260)](async()=>{const _0x16bc2f=_0x5bd826,_0x3fa7a5={};_0x3fa7a5[_0x16bc2f(0x1ca)]=_0x4cf7bc[_0x16bc2f(0x22a)],await PerformanceTester[_0x16bc2f(0x21d)](PerformanceA11yEvents[_0x16bc2f(0x1f1)],async()=>{const _0x398221=_0x16bc2f;await AccessibilityHelper['browserStackExecuteDriver'](_0x3684c3,scripts[_0x398221(0x19e)]);},_0x3fa7a5)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x16bc2f(0x1db)],async()=>{const _0x203689=_0x16bc2f;await AccessibilityHelper[_0x203689(0x1c1)](_0x3684c3,scripts[_0x203689(0x189)],_0x122e16);})();}),logger['info'](_0x4cf7bc['GKdKN']);}const _0x331631={};_0x331631[_0x5bd826(0x226)]=_0x4cf7bc[_0x5bd826(0x238)],PerformanceTester[_0x5bd826(0x1ad)](PerformanceHookEvents[_0x5bd826(0x1c5)],!![],null,_0x331631);}catch(_0x3226db){PerformanceTester[_0x5bd826(0x216)](_0x3226db);const _0x3d1403={};_0x3d1403[_0x5bd826(0x226)]=_0x4cf7bc[_0x5bd826(0x238)],PerformanceTester[_0x5bd826(0x1ad)](PerformanceHookEvents['SDK_HOOK'],![],_0x3226db,_0x3d1403);}}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x192)]['comment'],_0x3b670f=>{const _0x570de0=_0x11a390;PerformanceTester[_0x570de0(0x1ed)](PerformanceHookEvents[_0x570de0(0x1c5)]);try{process[_0x570de0(0x26a)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x570de0(0x1ee)](),'level':_0x4cf7bc[_0x570de0(0x266)],'message':_0x3b670f,'kind':_0x4cf7bc[_0x570de0(0x172)],'http_response':{}});}catch(_0x380674){PerformanceTester[_0x570de0(0x216)](_0x380674);const _0x9a2730={};_0x9a2730['hookType']=_0x4cf7bc[_0x570de0(0x195)],PerformanceTester[_0x570de0(0x1ad)](PerformanceHookEvents[_0x570de0(0x1c5)],![],_0x380674,_0x9a2730);}const _0xe14d26={};_0xe14d26[_0x570de0(0x226)]=_0x4cf7bc[_0x570de0(0x195)],PerformanceTester[_0x570de0(0x1ad)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xe14d26);}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS['event'][_0x11a390(0x1a1)][_0x11a390(0x197)],_0x43d9cf=>{const _0x150bea=_0x11a390,_0x52cb6f={};_0x52cb6f[_0x150bea(0x226)]=_0x4cf7bc[_0x150bea(0x251)],PerformanceTester[_0x150bea(0x21d)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x15293f=_0x150bea;_0x176bb8[_0x15293f(0x1b3)](_0x43d9cf);},_0x52cb6f)();}),CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x17b)]['on'](CodeceptJS[_0x11a390(0x24d)][_0x11a390(0x1a1)][_0x11a390(0x1fa)],_0x118382=>{const _0x4f6cfe=_0x11a390,_0x4188a8={};_0x4188a8[_0x4f6cfe(0x226)]=_0x4cf7bc[_0x4f6cfe(0x173)],PerformanceTester[_0x4f6cfe(0x21d)](PerformanceHookEvents[_0x4f6cfe(0x1c5)],()=>{const _0x3552bf=_0x4f6cfe;_0x176bb8[_0x3552bf(0x1dc)](_0x118382);},_0x4188a8)();});};
|
|
1
|
+
const a1_0x1fabc4=a1_0x4de4;function a1_0x4d62(){const _0x128511=['IyiFS','xWAOi','./helper.js','TEST_RUN_SKIPPED','webdriverio','slice','TNpJK','codeceptjs/lib/index.js','shouldWrapCommand','bddStep','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','codeceptjs/lib/helper/Playwright.js','mXAiz','JByNg','reason','stack','bddStepFinish','format','catch','getAccessibilityResults','browser','test-passed','BfJot','6532192YZEjeB','start','readFileSync','from','url','bddStep-after','IHhnx','MpCXi','2253874mWPwys','chromium','AqgDE','skipSessionName','title','skipped','emit','yrNNb','hgYBR','TEST_RUN_FINISHED','JOPrl','afterTest','version','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','Playwright','action','test','includes','idYRK','pages','env','VjKsQ','devtools://','SDK_POST_TEST','TestCafe','name','browserContext','BS_A11Y_JWT','SDK_PRE_TEST','UELkq','../../helpers/logger','winstonLogger','started','passed','../../helpers/request-spy','hook','rUPRE','740OTiGRM','end','Performing\x20scan\x20for\x20','VVCbM','message','executeScript','stop','status','debug','SDK_HOOK','SESSION_STATUS','screenshotOutputFolder','INFO','aCATo','nibJN','orakP','MjbAH','SESSION_NAME','captureError','DwSAs','21768BSJKHI','comment','getSyncScript','toString','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','pid','PERFORM_SCAN','startsWith','../../helpers/globals.js','dAkAv','then','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','_before','bhUiu','WyhiC','FRAMEWORK_DETAILS','hook-failed','zeWrQ','WebDriver','fDwgN','test-after','ykGBP','dispatcher','util','patchSaveScreenshot','hookType','SDK_PRE_INITIALIZE','split','bXXbO','qrDRF','GET_RESULTS','Ziuzv','bFsOG','YQPYI','zMXZb','3592575sOKlST','setGlobal','codeceptjs/lib/recorder.js','lAuSO','exports','event','TEST_SCREENSHOT','../../helpers/accessibility-automation/scripts','HOOK_RUN_STARTED','string','all','euYRb','step','_setPage','failed','enwDr','unViz','accessibilityPlatform','measureWrapper','saveTestResults','zmMOY','SDK_TEST','getAccessibilityResultsSummary','find','args','hUsHn','qivfC','forEach','browserstackTestName','contexts','helpers','./o11yHelper','codeceptjs','PGuuY','UirXR','XiHjs','NanBO','container','arguments','thJwtToken','ITndZ','\x0aStack:\x20','hook-started','base64','bind','bddStep-before','BS_TESTOPS_ALLOW_SCREENSHOTS','hook-passed','browserstack_executor:\x20','isArray','page','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','Element','class','mBxqL','jahGr','Failed\x20to\x20execute\x20_before:\x20','../../bin/playwright/accessibility-helper','Screenshot\x20path\x20not\x20found','skipSessionStatus','OXXgZ','vGRTp','thBuildUuid','addRequestSpy','constructor','currentTest','testFramework','UusTD','YpXaD','after','codeceptjs/lib/utils.js','GET_RESULTS_SUMMARY','ujvvr','OjxiE','performScan','warn','command','fkeRs','a11y_core_config','apply','initSaveScreenshot','titlePath','gTinJ','browserStackExecuteDriver','patch','sUpKP','ctx','saveScreenshot','HOOK_RUN_FINISHED','lWoBU','nsfjT','bs:addLog:','config','getResults','bddStepStart','SDK_POST_INITIALIZE','test-skipped','BCTFn','before','375000YchObX','fireEvent','1TYKkFn','captureEvent','add','../../helpers/performance/constants','call','../../bin/playwright/sessionDetails','__workerDetails','parse','1102743juXRTr','lCycK','prototype','codeceptjs/lib/helper/WebDriver.js','664388nDJMJn','stopMonitoring','toISOString','__skipSessionStatus','xgFKD','__driver','rPiLp','stringify','../../helpers/helper','40MlmQBi','ABIrw','iOYSK','yUJFP','push','domForge','RJVzN','testAnalyticsId','--auto-open-devtools-for-tabs','ZgzLE','bstackAllyScanning','kpqMZ','gqtVu','wpTrc','yDMHc'];a1_0x4d62=function(){return _0x128511;};return a1_0x4d62();}function a1_0x4de4(_0x3ff79d,_0x31d7a6){const _0x4d62d7=a1_0x4d62();return a1_0x4de4=function(_0x4de401,_0x3933a4){_0x4de401=_0x4de401-0x1c1;let _0x3a28d0=_0x4d62d7[_0x4de401];return _0x3a28d0;},a1_0x4de4(_0x3ff79d,_0x31d7a6);}(function(_0x1f51d7,_0x23bfbe){const _0x461b19=a1_0x4de4,_0x257078=_0x1f51d7();while(!![]){try{const _0x181cb2=parseInt(_0x461b19(0x22c))/0x1*(parseInt(_0x461b19(0x238))/0x2)+parseInt(_0x461b19(0x1c7))/0x3+-parseInt(_0x461b19(0x22a))/0x4+-parseInt(_0x461b19(0x294))/0x5*(parseInt(_0x461b19(0x2a8))/0x6)+-parseInt(_0x461b19(0x26f))/0x7+parseInt(_0x461b19(0x267))/0x8+parseInt(_0x461b19(0x234))/0x9*(-parseInt(_0x461b19(0x241))/0xa);if(_0x181cb2===_0x23bfbe)break;else _0x257078['push'](_0x257078['shift']());}catch(_0x1be0c7){_0x257078['push'](_0x257078['shift']());}}}(a1_0x4d62,0xdc923));const fs=require('fs'),util=require(a1_0x1fabc4(0x2bf)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a1_0x1fabc4(0x240)),logger=require(a1_0x1fabc4(0x28d))[a1_0x1fabc4(0x28e)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a1_0x1fabc4(0x291)),PlaywrightSessionDetails=require(a1_0x1fabc4(0x231)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a1_0x1fabc4(0x1e6)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a1_0x1fabc4(0x200)),scripts=require(a1_0x1fabc4(0x1ce)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a1_0x1fabc4(0x22f)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a1_0x1fabc4(0x252)),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a1_0x1fabc4(0x2b0)),CodeceptJS=requireModule(a1_0x1fabc4(0x257),'codeceptjs'),CodeceptUtils=requireModule(a1_0x1fabc4(0x20d),a1_0x1fabc4(0x1e7)),CodeceptWebDriver=requireModule(a1_0x1fabc4(0x237),a1_0x1fabc4(0x1e7)),CodeceptRecorder=requireModule(a1_0x1fabc4(0x1c9),a1_0x1fabc4(0x1e7)),CodeceptPlaywright=requireModule(a1_0x1fabc4(0x25b),a1_0x1fabc4(0x1e7)),playwrightMarkSessionStatus=(_0x5c4f3a,_0x286529,_0x4a0fdb)=>{const _0x506fc8=a1_0x1fabc4,_0x415b86={'IdjpT':'setSessionStatus','VjKsQ':function(_0x38dd7b,_0x310d5b){return _0x38dd7b(_0x310d5b);}},_0x59198d={};_0x59198d[_0x506fc8(0x29b)]=_0x286529;const _0x2e83cf={};_0x2e83cf[_0x506fc8(0x27e)]=_0x415b86['IdjpT'],_0x2e83cf[_0x506fc8(0x1ed)]=_0x59198d;const _0x4cd1e0=_0x2e83cf;return!_0x415b86[_0x506fc8(0x284)](isUndefined,_0x4a0fdb)&&(_0x4cd1e0[_0x506fc8(0x1ed)][_0x506fc8(0x25e)]=JSON[_0x506fc8(0x23f)](_0x4a0fdb)),_0x5c4f3a['executeScript'](()=>{},_0x506fc8(0x1f7)+JSON[_0x506fc8(0x23f)](_0x4cd1e0));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],async _0x3ee037=>{const _0x12649d=a1_0x1fabc4,_0x280721={};_0x280721[_0x12649d(0x1db)]=function(_0x53b105,_0x3fa5ad){return _0x53b105===_0x3fa5ad;},_0x280721[_0x12649d(0x271)]='Playwright';const _0x558c6d=_0x280721;_0x558c6d[_0x12649d(0x1db)](_0x3ee037[_0x12649d(0x207)]['name'],_0x558c6d[_0x12649d(0x271)])?await _0x3ee037[_0x12649d(0x299)](_0x4c715c=>{},testOpsHelper[_0x12649d(0x2aa)]()):await _0x3ee037[_0x12649d(0x299)](testOpsHelper[_0x12649d(0x2aa)]());}),markSessionName=PerformanceTester[a1_0x1fabc4(0x1d9)](PerformanceAutEvents[a1_0x1fabc4(0x2a5)],async(_0x3bc00c,_0x415d68)=>{const _0x57e095=a1_0x1fabc4,_0x5c0a00={};_0x5c0a00[_0x57e095(0x26e)]='setSessionName',_0x5c0a00[_0x57e095(0x266)]=function(_0x46cd7b,_0x2a3ebd){return _0x46cd7b===_0x2a3ebd;},_0x5c0a00[_0x57e095(0x1e0)]=_0x57e095(0x27d);const _0x872733=_0x5c0a00,_0x176884={};_0x176884[_0x57e095(0x288)]=_0x415d68;const _0x185dcf={};_0x185dcf[_0x57e095(0x27e)]=_0x872733[_0x57e095(0x26e)],_0x185dcf[_0x57e095(0x1ed)]=_0x176884;const _0x26f178=_0x185dcf;_0x872733[_0x57e095(0x266)](_0x3bc00c[_0x57e095(0x207)][_0x57e095(0x288)],_0x872733[_0x57e095(0x1e0)])?await _0x3bc00c[_0x57e095(0x299)](()=>{},_0x57e095(0x1f7)+JSON[_0x57e095(0x23f)](_0x26f178)):await _0x3bc00c[_0x57e095(0x299)](_0x57e095(0x1f7)+JSON['stringify'](_0x26f178));}),patchSaveScreenshot=_0x276b2f=>{const _0x32500a=a1_0x1fabc4,_0xced89b={'GAnqe':'base64','rUPRE':_0x32500a(0x1cd),'nibJN':function(_0x2d27d1){return _0x2d27d1();},'qivfC':function(_0x2b9eb7,_0x49d5e9){return _0x2b9eb7(_0x49d5e9);},'hgYBR':_0x32500a(0x201)};_0xced89b['qivfC'](isTrue,process[_0x32500a(0x283)][_0x32500a(0x1f5)])&&!_0x276b2f[_0x32500a(0x2c0)]&&(_0x276b2f['patchSaveScreenshot']=!![],_0x276b2f[_0x32500a(0x217)]=_0x276b2f[_0x32500a(0x21e)],_0x276b2f['saveScreenshot']=(_0x444087,_0x1fdd61=![])=>{const _0x20c25c=_0x32500a,_0x487418={'idYRK':_0xced89b['GAnqe'],'lWoBU':_0xced89b[_0x20c25c(0x293)],'bSNkn':function(_0x43724a){const _0x5b74ab=_0x20c25c;return _0xced89b[_0x5b74ab(0x2a2)](_0x43724a);},'jahGr':function(_0x5e0108,_0x89776f){const _0x21c7a9=_0x20c25c;return _0xced89b[_0x21c7a9(0x1e1)](_0x5e0108,_0x89776f);},'qrDRF':_0xced89b[_0x20c25c(0x277)]};return new Promise(function(_0x552aa4,_0x4228e4){const _0x3a4f07=_0x20c25c,_0x430083={'yUJFP':_0x487418[_0x3a4f07(0x281)],'unViz':_0x487418[_0x3a4f07(0x220)],'UusTD':function(_0x5c4f7e){return _0x487418['bSNkn'](_0x5c4f7e);},'mBxqL':function(_0x250eeb,_0x2de6fd){const _0x502a56=_0x3a4f07;return _0x487418[_0x502a56(0x1fe)](_0x250eeb,_0x2de6fd);},'Npvsz':_0x487418[_0x3a4f07(0x1c1)]};_0x276b2f[_0x3a4f07(0x217)](_0x444087,_0x1fdd61)[_0x3a4f07(0x2b2)](()=>{const _0x1597d6=_0x3a4f07,_0x13e261=CodeceptUtils[_0x1597d6(0x29f)](_0x444087);if(_0x13e261){const _0x20601f=fs[_0x1597d6(0x269)](_0x13e261);process[_0x1597d6(0x275)]('bs:addLog:'+process[_0x1597d6(0x2ad)],{'timestamp':new Date()['toISOString'](),'message':_0x20601f[_0x1597d6(0x2ab)](_0x430083[_0x1597d6(0x244)]),'kind':_0x430083[_0x1597d6(0x1d7)]}),_0x430083[_0x1597d6(0x20a)](_0x552aa4);}_0x430083[_0x1597d6(0x1fd)](_0x4228e4,new Error(_0x430083['Npvsz']));})[_0x3a4f07(0x262)](()=>null);});});},patchWebDriverBefore=_0xd0dd37=>{const _0x2ddf9b=a1_0x1fabc4,_0x244b62={'sUpKP':function(_0x2e232f){return _0x2e232f();},'orakP':function(_0x3d62f5,_0x4ec17e){return _0x3d62f5(_0x4ec17e);},'xgFKD':function(_0x47c903,_0x549664){return _0x47c903===_0x549664;},'CgnHw':_0x2ddf9b(0x254),'kDKWu':function(_0x13aeb1,_0x25dcfa){return _0x13aeb1===_0x25dcfa;},'mXAiz':_0x2ddf9b(0x1d0),'BCTFn':function(_0x42886b,_0x348462){return _0x42886b===_0x348462;},'fDwgN':_0x2ddf9b(0x1fb)},_0x2d1372=async function(_0x1f222d,_0x50559d){const _0x9c8c44=_0x2ddf9b;_0x244b62[_0x9c8c44(0x21c)](isAccessibilityAutomationSession)&&!global[_0x9c8c44(0x24b)]&&global[_0x9c8c44(0x1d8)]&&scripts[_0x9c8c44(0x258)](_0x1f222d['name'])&&_0x244b62['orakP'](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x9c8c44(0x2ae)],async()=>{const _0x4bf255=_0x9c8c44;logger['debug'](_0x4bf255(0x296)+_0x1f222d[_0x4bf255(0x1fc)]+'\x20'+_0x1f222d[_0x4bf255(0x288)]),await AccessibilityHelper[_0x4bf255(0x21a)](_0xd0dd37,scripts[_0x4bf255(0x211)]);},{'command':_0x1f222d[_0x9c8c44(0x288)]})());global[_0x9c8c44(0x24b)]=![];const _0x8d4a2b=JSON['parse'](process['env'][_0x9c8c44(0x2b7)]||'{}');if(_0x244b62[_0x9c8c44(0x23c)](_0x8d4a2b?.[_0x9c8c44(0x209)]?.['name'],_0x244b62['CgnHw'])&&_0x244b62['kDKWu'](typeof _0x8d4a2b?.['testFramework']?.[_0x9c8c44(0x27b)],_0x244b62[_0x9c8c44(0x25c)])&&_0x8d4a2b?.[_0x9c8c44(0x209)]?.[_0x9c8c44(0x27b)][_0x9c8c44(0x2af)]('7'))return _0x50559d['apply'](null,Array['prototype']['slice'][_0x9c8c44(0x230)](arguments,0x2));return _0x50559d[_0x9c8c44(0x216)](this,Array[_0x9c8c44(0x236)][_0x9c8c44(0x255)]['call'](arguments,0x2));},_0x3c008a=CodeceptWebDriver[_0x2ddf9b(0x236)][_0x2ddf9b(0x2b4)];CodeceptWebDriver[_0x2ddf9b(0x236)][_0x2ddf9b(0x2b4)]=async function(){const _0x1878aa=_0x2ddf9b,_0x50f13a={'IyiFS':function(_0x56216a,_0x3fa20f){const _0x4b1e07=a1_0x4de4;return _0x244b62[_0x4b1e07(0x228)](_0x56216a,_0x3fa20f);},'DwSAs':_0x244b62[_0x1878aa(0x2bb)]};try{await _0x3c008a[_0x1878aa(0x216)](this,arguments);}catch(_0x43a090){logger[_0x1878aa(0x29c)](_0x1878aa(0x1ff)+util[_0x1878aa(0x261)](_0x43a090));}scripts['commandsToWrap']['filter'](_0x5b180d=>_0x5b180d['name']&&_0x5b180d[_0x1878aa(0x1fc)])[_0x1878aa(0x1e2)](_0x4536a7=>{const _0x1bb132=_0x1878aa;this[_0x1bb132(0x264)]['overwriteCommand'](_0x4536a7[_0x1bb132(0x288)],_0x2d1372[_0x1bb132(0x1f3)](this,_0x4536a7),_0x50f13a[_0x1bb132(0x250)](_0x4536a7[_0x1bb132(0x1fc)],_0x50f13a[_0x1bb132(0x2a7)]));}),_0x244b62[_0x1878aa(0x2a3)](processWebDriverConfig,_0xd0dd37);};};function parseJwt(_0x19b697){const _0x229bb6=a1_0x1fabc4,_0x212841={};_0x212841['IgsEW']=_0x229bb6(0x1f2);const _0x542bc3=_0x212841;if(!_0x19b697)return null;return JSON[_0x229bb6(0x233)](Buffer[_0x229bb6(0x26a)](_0x19b697[_0x229bb6(0x2c3)]('.')[0x1],_0x542bc3['IgsEW'])[_0x229bb6(0x2ab)]());}const patchPlaywrightBefore=()=>{const _0x2af36d=a1_0x1fabc4,_0x2ce784={'TLanE':_0x2af36d(0x249),'Ziuzv':function(_0x475b54){return _0x475b54();},'zMXZb':function(_0x8906a5,_0x2e150a){return _0x8906a5(_0x2e150a);},'enwDr':_0x2af36d(0x285),'IHhnx':function(_0x4362d2,_0x433c33){return _0x4362d2+_0x433c33;},'uRwur':_0x2af36d(0x1f0),'JOPrl':function(_0x1ff917){return _0x1ff917();},'dAkAv':function(_0x377511){return _0x377511();}};PlaywrightSessionDetails[_0x2af36d(0x21b)]();const _0x262a69=CodeceptPlaywright[_0x2af36d(0x236)][_0x2af36d(0x2b4)];CodeceptPlaywright[_0x2af36d(0x236)][_0x2af36d(0x2b4)]=async function(){const _0x2a6dd8=_0x2af36d,_0x2deae0={'ABIrw':function(_0x2a5b92){const _0x2f8a21=a1_0x4de4;return _0x2ce784[_0x2f8a21(0x1c3)](_0x2a5b92);},'fkeRs':_0x2ce784[_0x2a6dd8(0x1d6)]};this[_0x2a6dd8(0x289)]=await this[_0x2a6dd8(0x264)][_0x2a6dd8(0x1e4)]()[0x0];const _0xbff184=async()=>{const _0x223a75=_0x2a6dd8,_0x4e1674=this[_0x223a75(0x223)]&&this[_0x223a75(0x223)][_0x223a75(0x270)]&&this['config'][_0x223a75(0x270)][_0x223a75(0x1df)]&&Array[_0x223a75(0x1f8)](this['config'][_0x223a75(0x270)][_0x223a75(0x1df)])&&this[_0x223a75(0x223)][_0x223a75(0x270)][_0x223a75(0x1df)][_0x223a75(0x280)](_0x2ce784['TLanE']);if(_0x2ce784[_0x223a75(0x1c3)](isAccessibilityAutomationSession)&&!_0x4e1674)try{const _0x457db0=_0x2ce784[_0x223a75(0x1c6)](parseJwt,process[_0x223a75(0x283)][_0x223a75(0x28a)]);if(_0x457db0&&_0x457db0[_0x223a75(0x215)]&&_0x457db0['a11y_core_config'][_0x223a75(0x246)]){const _0x439fa9=this[_0x223a75(0x289)][_0x223a75(0x282)]['bind'](this[_0x223a75(0x289)]);this[_0x223a75(0x289)]['pages']=async function(){const _0x59268c=_0x223a75,_0x4bdbe2=await _0x2deae0[_0x59268c(0x242)](_0x439fa9),_0xfe8ff0=[];for(const _0x9a3588 of _0x4bdbe2){try{const _0x6107aa=await _0x9a3588[_0x59268c(0x26b)]();!_0x6107aa['startsWith'](_0x2deae0[_0x59268c(0x214)])&&_0xfe8ff0[_0x59268c(0x245)](_0x9a3588);}catch(_0x5bda45){_0xfe8ff0['push'](_0x9a3588);}}return _0xfe8ff0;};}if(!_0x2ce784[_0x223a75(0x1c3)](isBrowserstackInfra)){const _0x5b57a4=await this[_0x223a75(0x1f9)][_0x223a75(0x26b)]();if(_0x5b57a4[_0x223a75(0x2af)](_0x2ce784['enwDr'])){const _0x24fb8e=await this['browserContext'][_0x223a75(0x282)]();this[_0x223a75(0x1d4)](_0x24fb8e[0x0]);}}}catch(_0xce4603){logger[_0x223a75(0x29c)]('Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20'+_0xce4603[_0x223a75(0x298)]+(_0xce4603[_0x223a75(0x25f)]?_0x2ce784[_0x223a75(0x26d)](_0x2ce784['uRwur'],_0xce4603[_0x223a75(0x25f)]):''));}};_0x2ce784[_0x2a6dd8(0x279)](isBrowserstackInfra)&&await _0x2ce784[_0x2a6dd8(0x279)](_0xbff184),await _0x262a69[_0x2a6dd8(0x216)](this,arguments),!_0x2ce784[_0x2a6dd8(0x2b1)](isBrowserstackInfra)&&await _0x2ce784[_0x2a6dd8(0x1c3)](_0xbff184);};},getCodeceptDriver=()=>{const _0x845171=a1_0x1fabc4,_0x5cfced={};_0x5cfced['kpqMZ']=_0x845171(0x2ba),_0x5cfced[_0x845171(0x276)]='Playwright',_0x5cfced[_0x845171(0x1c4)]='Puppeteer',_0x5cfced[_0x845171(0x204)]=_0x845171(0x287);const _0x50d5c1=_0x5cfced,_0x29296c=[_0x50d5c1[_0x845171(0x24c)],_0x50d5c1[_0x845171(0x276)],_0x50d5c1[_0x845171(0x1c4)],_0x50d5c1[_0x845171(0x204)]],_0x158ded=_0x29296c[_0x845171(0x1de)](_0x303413=>!!CodeceptJS[_0x845171(0x1ec)][_0x845171(0x1e5)](_0x303413));if(!_0x158ded)return null;return CodeceptJS[_0x845171(0x1ec)][_0x845171(0x1e5)](_0x158ded);};module[a1_0x1fabc4(0x1cb)]=function(_0x141802){const _0x11a839=a1_0x1fabc4,_0x46b195={'gqtVu':function(_0x3d5491){return _0x3d5491();},'UELkq':function(_0x58bce6,_0x33c007){return _0x58bce6(_0x33c007);},'WyhiC':_0x11a839(0x1dd),'MBdsE':_0x11a839(0x1fa),'Cmmdd':_0x11a839(0x263),'TNpJK':_0x11a839(0x2b3),'OjxiE':_0x11a839(0x1f1),'rPiLp':_0x11a839(0x1f6),'OXXgZ':_0x11a839(0x2b8),'PGuuY':_0x11a839(0x1e3),'UirXR':function(_0x734924){return _0x734924();},'RJVzN':'test-before','unfQW':function(_0x46834b,_0x2b76bf,_0x145bab){return _0x46834b(_0x2b76bf,_0x145bab);},'ujvvr':function(_0xb601ec,_0x3a81d4){return _0xb601ec(_0x3a81d4);},'yDMHc':'test-started','lCycK':_0x11a839(0x265),'ITndZ':function(_0x33f089){return _0x33f089();},'zeWrQ':function(_0x39a9fe,_0x2a4108,_0x13099d,_0x22ceb){return _0x39a9fe(_0x2a4108,_0x13099d,_0x22ceb);},'scZef':function(_0x1bb488,_0xf07e34,_0x589821,_0x3a8b58){return _0x1bb488(_0xf07e34,_0x589821,_0x3a8b58);},'YpXaD':function(_0x5085a1,_0x5a4a1e){return _0x5085a1===_0x5a4a1e;},'lAuSO':'Suite','ykGBP':'test-failed','NanBO':_0x11a839(0x227),'wpTrc':_0x11a839(0x27a),'aCATo':function(_0x25ab66,_0x2a8ecf,_0x56cfa7){return _0x25ab66(_0x2a8ecf,_0x56cfa7);},'bhUiu':_0x11a839(0x2ac),'nsfjT':_0x11a839(0x2bc),'XiHjs':_0x11a839(0x2a0),'xWAOi':'TEST_LOG','MjbAH':'step-comment','RZfdW':_0x11a839(0x1f4),'iOYSK':_0x11a839(0x26c),'pvyVO':'Playwright'};_0x141802[_0x11a839(0x202)]&&(global[_0x11a839(0x23b)]=_0x141802['skipSessionStatus']);PerformanceTester['startMonitoring']();const _0x328914=_0x46b195[_0x11a839(0x24d)](getCodeceptDriver),_0x214080=new O11yHelper(_0x328914,_0x141802),_0x5201c6=!!CodeceptJS[_0x11a839(0x1ec)][_0x11a839(0x1e5)](_0x46b195['pvyVO']);global[_0x11a839(0x23d)]=_0x328914,_0x328914&&(PerformanceTester[_0x11a839(0x1d9)](PerformanceEvents[_0x11a839(0x2c2)],()=>{const _0x4a6d80=_0x11a839;_0x5201c6?_0x46b195[_0x4a6d80(0x24d)](patchPlaywrightBefore):_0x46b195[_0x4a6d80(0x28c)](patchWebDriverBefore,_0x328914);})(),PerformanceTester[_0x11a839(0x1d9)](PerformanceEvents[_0x11a839(0x226)],()=>{const _0x50b03e=_0x11a839,_0x4cea52={};_0x4cea52[_0x50b03e(0x1c5)]=_0x46b195[_0x50b03e(0x2b6)],_0x4cea52['euYRb']=_0x46b195['MBdsE'],_0x4cea52[_0x50b03e(0x24a)]=_0x46b195['Cmmdd'],_0x4cea52[_0x50b03e(0x219)]=_0x46b195[_0x50b03e(0x256)];const _0x2addc9=_0x4cea52;_0x328914['getAccessibilityResultsSummary']=async()=>{const _0x2bfa43=_0x50b03e;if(global[_0x2bfa43(0x1d8)]){const _0x11c265={};return _0x11c265[_0x2bfa43(0x213)]=_0x2addc9[_0x2bfa43(0x1c5)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xfad88a=_0x2bfa43;return await AccessibilityHelper[_0xfad88a(0x21a)](_0x328914,scripts[_0xfad88a(0x211)]);},_0x11c265)(),await PerformanceTester[_0x2bfa43(0x1d9)](PerformanceA11yEvents[_0x2bfa43(0x20e)],async()=>{const _0xab8dd5=_0x2bfa43;return await AccessibilityHelper[_0xab8dd5(0x21a)](_0x328914,scripts['getResultsSummary']);})();}return logger[_0x2bfa43(0x212)](_0x2addc9[_0x2bfa43(0x1d2)]),{};},_0x328914[_0x50b03e(0x263)]=async()=>{const _0x2f8d59=_0x50b03e;if(global['accessibilityPlatform']){const _0x1c985c={};return _0x1c985c[_0x2f8d59(0x213)]=_0x2addc9[_0x2f8d59(0x24a)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2f8d59(0x2ae)],async()=>{const _0x6abfe9=_0x2f8d59;return await AccessibilityHelper[_0x6abfe9(0x21a)](_0x328914,scripts[_0x6abfe9(0x211)]);},_0x1c985c)(),await PerformanceTester[_0x2f8d59(0x1d9)](PerformanceA11yEvents[_0x2f8d59(0x1c2)],async()=>{const _0x5bda1d=_0x2f8d59;return await AccessibilityHelper[_0x5bda1d(0x21a)](_0x328914,scripts[_0x5bda1d(0x224)]);})();}return logger['warn'](_0x2addc9['gTinJ']),{};},_0x46b195[_0x50b03e(0x28c)](patchSaveScreenshot,_0x328914);})()),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x1d1)][_0x11a839(0x229)],()=>{const _0xdaf33b=_0x11a839;PerformanceTester[_0xdaf33b(0x268)](PerformanceEvents[_0xdaf33b(0x28b)]);try{_0x214080[_0xdaf33b(0x268)](),testOpsHelper[_0xdaf33b(0x206)](),PerformanceTester[_0xdaf33b(0x295)](PerformanceEvents[_0xdaf33b(0x28b)]);}catch(_0x649b31){PerformanceTester[_0xdaf33b(0x2a6)](_0x649b31),PerformanceTester['end'](PerformanceEvents[_0xdaf33b(0x28b)],![],_0x649b31);}}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x1d1)][_0x11a839(0x20c)],async()=>{const _0x1b4289=_0x11a839;PerformanceTester['start'](PerformanceEvents[_0x1b4289(0x286)]);try{requestSpy['restore'](),await _0x214080[_0x1b4289(0x29a)](),PerformanceTester[_0x1b4289(0x295)](PerformanceEvents[_0x1b4289(0x286)]);}catch(_0x4535a4){PerformanceTester['captureError'](_0x4535a4),PerformanceTester[_0x1b4289(0x295)](PerformanceEvents[_0x1b4289(0x286)],![],_0x4535a4);}finally{PerformanceTester[_0x1b4289(0x239)]();}}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x292)][_0x11a839(0x28f)],_0x209de1=>{const _0x25e0f7=_0x11a839;PerformanceTester[_0x25e0f7(0x268)](PerformanceEvents[_0x25e0f7(0x29d)]);try{const _0x31fb00=_0x209de1['ctx'][_0x25e0f7(0x27f)],_0x50f3b4=_0x214080[_0x25e0f7(0x22d)](TEST_EVENTS[_0x25e0f7(0x1cf)],_0x31fb00);CodeceptRecorder[_0x25e0f7(0x22e)](()=>_0x214080[_0x25e0f7(0x22b)](TEST_EVENTS[_0x25e0f7(0x1cf)],_0x50f3b4));const _0x39ea3f={};_0x39ea3f[_0x25e0f7(0x2c1)]=_0x46b195[_0x25e0f7(0x210)],PerformanceTester['end'](PerformanceEvents[_0x25e0f7(0x29d)],!![],null,_0x39ea3f);}catch(_0x2be6a2){const _0x358c14={};_0x358c14[_0x25e0f7(0x2c1)]=_0x46b195[_0x25e0f7(0x210)],PerformanceTester[_0x25e0f7(0x295)](PerformanceEvents[_0x25e0f7(0x29d)],![],_0x2be6a2,_0x358c14),PerformanceTester[_0x25e0f7(0x2a6)](_0x2be6a2);}}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS['event']['hook'][_0x11a839(0x290)],_0x2bedcb=>{const _0x522ce6=_0x11a839,_0x36541f={};_0x36541f[_0x522ce6(0x2c1)]=_0x46b195['rPiLp'],PerformanceTester[_0x522ce6(0x268)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x36541f);try{const _0x187e2d=_0x2bedcb['ctx']['test'],_0x5c3a1b=_0x214080[_0x522ce6(0x22d)](TEST_EVENTS[_0x522ce6(0x21f)],_0x187e2d);CodeceptRecorder[_0x522ce6(0x22e)](()=>_0x214080[_0x522ce6(0x22b)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x5c3a1b));const _0x28e20a={};_0x28e20a[_0x522ce6(0x2c1)]=_0x46b195[_0x522ce6(0x23e)],PerformanceTester[_0x522ce6(0x295)](PerformanceHookEvents[_0x522ce6(0x29d)],!![],null,_0x28e20a);}catch(_0xe14796){PerformanceTester[_0x522ce6(0x2a6)](_0xe14796);const _0x23f4f9={};_0x23f4f9[_0x522ce6(0x2c1)]=_0x46b195['rPiLp'],PerformanceTester[_0x522ce6(0x295)](PerformanceHookEvents['SDK_HOOK'],![],_0xe14796,_0x23f4f9);}}),CodeceptJS[_0x11a839(0x1cc)]['dispatcher']['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x292)][_0x11a839(0x1d5)],async(_0x4c0c12,_0x347722)=>{const _0x41c2f6=_0x11a839;PerformanceTester[_0x41c2f6(0x268)](PerformanceHookEvents['SDK_HOOK']);try{const _0x38e501=_0x4c0c12['ctx'][_0x41c2f6(0x27f)],_0x1510ee=_0x214080[_0x41c2f6(0x22d)](TEST_EVENTS[_0x41c2f6(0x21f)],_0x38e501,_0x347722);CodeceptRecorder[_0x41c2f6(0x22e)](()=>_0x214080['fireEvent'](TEST_EVENTS[_0x41c2f6(0x21f)],_0x1510ee));const _0x1288d2={};_0x1288d2[_0x41c2f6(0x2c1)]=_0x46b195[_0x41c2f6(0x203)],PerformanceTester[_0x41c2f6(0x268)](PerformanceHookEvents[_0x41c2f6(0x29d)],!![],null,_0x1288d2);}catch(_0x14b454){PerformanceTester['captureError'](_0x14b454);const _0x209f74={};_0x209f74[_0x41c2f6(0x2c1)]=_0x46b195[_0x41c2f6(0x203)],PerformanceTester[_0x41c2f6(0x295)](PerformanceHookEvents[_0x41c2f6(0x29d)],![],_0x14b454,_0x209f74);}const _0x20d1b7={};_0x20d1b7[_0x41c2f6(0x2c1)]=_0x46b195[_0x41c2f6(0x203)],PerformanceTester[_0x41c2f6(0x295)](PerformanceHookEvents[_0x41c2f6(0x29d)],!![],null,_0x20d1b7);}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x27f)][_0x11a839(0x229)],_0x19f22e=>{const _0x2eff6a=_0x11a839;PerformanceTester[_0x2eff6a(0x268)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x2eff6a(0x1c8)](_0x46b195['PGuuY'],_0x19f22e['title']);_0x46b195[_0x2eff6a(0x1e9)](isBrowserstackInfra)&&(_0x5201c6&&(global[_0x2eff6a(0x232)]={'currentTest':{'name':_0x19f22e[_0x2eff6a(0x273)],'testInfo':{'titlePath':_0x19f22e[_0x2eff6a(0x218)]()}}}));const _0x4c98bf={};_0x4c98bf[_0x2eff6a(0x2c1)]=_0x46b195[_0x2eff6a(0x247)],PerformanceTester[_0x2eff6a(0x295)](PerformanceHookEvents[_0x2eff6a(0x29d)],!![],null,_0x4c98bf);}catch(_0x110676){PerformanceTester['captureError'](_0x110676);const _0x139a37={};_0x139a37[_0x2eff6a(0x2c1)]=_0x46b195[_0x2eff6a(0x247)],PerformanceTester[_0x2eff6a(0x295)](PerformanceHookEvents['SDK_HOOK'],![],_0x110676,_0x139a37);}}),CodeceptJS[_0x11a839(0x1cc)]['dispatcher']['on'](CodeceptJS[_0x11a839(0x1cc)]['test'][_0x11a839(0x28f)],_0x211972=>{const _0x10d4c7=_0x11a839;PerformanceTester[_0x10d4c7(0x268)](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x46b195[_0x10d4c7(0x1e8)],_0x211972[_0x10d4c7(0x273)]);const _0x1a6092=_0x214080['captureEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x211972);CodeceptRecorder[_0x10d4c7(0x22e)](()=>_0x214080['fireEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x1a6092)),CodeceptRecorder['add'](async()=>{const _0x211390=_0x10d4c7;_0x46b195['UirXR'](isBrowserstackInfra)&&(!_0x46b195[_0x211390(0x28c)](isTrue,_0x141802[_0x211390(0x272)])&&await _0x46b195['unfQW'](markSessionName,_0x328914,_0x211972['title']),_0x214080['enabled']&&await _0x46b195[_0x211390(0x20f)](o11ySync,_0x328914));});}catch(_0x58d906){const _0x486553={};_0x486553[_0x10d4c7(0x2c1)]=_0x46b195[_0x10d4c7(0x24f)],PerformanceTester[_0x10d4c7(0x295)](PerformanceHookEvents[_0x10d4c7(0x29d)],![],_0x58d906,_0x486553),PerformanceTester[_0x10d4c7(0x2a6)](_0x58d906);}const _0x241cfb={};_0x241cfb[_0x10d4c7(0x2c1)]=_0x46b195['yDMHc'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x241cfb);}),CodeceptJS[_0x11a839(0x1cc)]['dispatcher']['on'](CodeceptJS[_0x11a839(0x1cc)]['test']['passed'],_0x1ea94a=>{const _0xc70989=_0x11a839;PerformanceTester[_0xc70989(0x268)](PerformanceHookEvents['SDK_HOOK']);try{const _0xff455b=_0x214080[_0xc70989(0x22d)](TEST_EVENTS[_0xc70989(0x278)],_0x1ea94a);CodeceptRecorder['add'](()=>_0x214080['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0xff455b)),CodeceptRecorder[_0xc70989(0x22e)](async()=>{const _0x3d5ef3=_0xc70989,_0x2c0afd={'JByNg':function(_0x3cf761,_0x1e418e,_0x393d9f){return _0x46b195['unfQW'](_0x3cf761,_0x1e418e,_0x393d9f);}};_0x46b195[_0x3d5ef3(0x24d)](isBrowserstackInfra)&&await PerformanceTester[_0x3d5ef3(0x1d9)](PerformanceAutEvents[_0x3d5ef3(0x29e)],async()=>{const _0x35abc0=_0x3d5ef3;_0x5201c6?await _0x2c0afd['JByNg'](playwrightMarkSessionStatus,_0x328914,STATE_PASSED):await _0x2c0afd[_0x35abc0(0x25d)](markSessionStatus,_0x328914,STATE_PASSED);})();}),PerformanceTester[_0xc70989(0x295)](PerformanceEvents[_0xc70989(0x1dc)]);}catch(_0x484280){PerformanceTester[_0xc70989(0x2a6)](_0x484280);const _0x128e9e={};_0x128e9e[_0xc70989(0x2c1)]=_0x46b195['lCycK'],PerformanceTester[_0xc70989(0x295)](PerformanceHookEvents[_0xc70989(0x29d)],![],_0x484280,_0x128e9e),PerformanceTester['end'](PerformanceEvents[_0xc70989(0x1dc)],![],_0x484280);}const _0x470ea3={};_0x470ea3['hookType']=_0x46b195[_0xc70989(0x235)],PerformanceTester['end'](PerformanceHookEvents[_0xc70989(0x29d)],!![],null,_0x470ea3);}),CodeceptJS['event'][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x27f)]['failed'],(_0x54fa3c,_0x5294d0)=>{const _0x5172d1=_0x11a839,_0x30584d={'bXXbO':function(_0x309c78){const _0x3401de=a1_0x4de4;return _0x46b195[_0x3401de(0x1ef)](_0x309c78);},'eEKeg':function(_0x4f31e7,_0x217118,_0x544b16,_0x194080){const _0xc9e882=a1_0x4de4;return _0x46b195[_0xc9e882(0x2b9)](_0x4f31e7,_0x217118,_0x544b16,_0x194080);},'JHXZL':function(_0x5c7f87,_0x4635b5,_0xbb5bb8,_0x4c8a96){return _0x46b195['scZef'](_0x5c7f87,_0x4635b5,_0xbb5bb8,_0x4c8a96);}};PerformanceTester[_0x5172d1(0x268)](PerformanceHookEvents[_0x5172d1(0x29d)]);try{if(_0x46b195[_0x5172d1(0x20b)](_0x54fa3c['constructor'][_0x5172d1(0x288)],_0x46b195[_0x5172d1(0x1ca)])){const _0x3c9da3=_0x214080[_0x5172d1(0x22d)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x54fa3c[_0x5172d1(0x21d)][_0x5172d1(0x208)]);CodeceptRecorder[_0x5172d1(0x22e)](()=>_0x214080[_0x5172d1(0x22b)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3c9da3));}else{const _0x307be3=_0x214080[_0x5172d1(0x22d)](TEST_EVENTS[_0x5172d1(0x278)],_0x54fa3c,_0x5294d0);CodeceptRecorder[_0x5172d1(0x22e)](()=>{const _0x18e899=_0x5172d1;try{_0x214080[_0x18e899(0x22b)](TEST_EVENTS[_0x18e899(0x278)],_0x307be3);}catch(_0x2b7698){logger[_0x18e899(0x29c)](_0x18e899(0x25a)+util[_0x18e899(0x261)](_0x2b7698)),PerformanceTester[_0x18e899(0x295)](PerformanceEvents[_0x18e899(0x1dc)],![],_0x2b7698);}}),CodeceptRecorder[_0x5172d1(0x22e)](async()=>{const _0x49d915=_0x5172d1;try{_0x30584d[_0x49d915(0x2c4)](isBrowserstackInfra)&&(_0x5201c6?await _0x30584d['eEKeg'](playwrightMarkSessionStatus,_0x328914,STATE_FAILED,_0x5294d0):await _0x30584d['JHXZL'](markSessionStatus,_0x328914,STATE_FAILED,_0x5294d0));}catch(_0x474fa2){logger[_0x49d915(0x29c)](_0x49d915(0x27c)+util[_0x49d915(0x261)](_0x474fa2)),PerformanceTester[_0x49d915(0x295)](PerformanceEvents[_0x49d915(0x1dc)],![],_0x474fa2);}});}PerformanceTester[_0x5172d1(0x295)](PerformanceEvents[_0x5172d1(0x1dc)]);}catch(_0x42f612){PerformanceTester[_0x5172d1(0x2a6)](_0x42f612);const _0x18c923={};_0x18c923['hookType']=_0x46b195[_0x5172d1(0x2bd)],PerformanceTester['end'](PerformanceHookEvents[_0x5172d1(0x29d)],![],_0x42f612,_0x18c923),PerformanceTester['end'](PerformanceEvents[_0x5172d1(0x1dc)],![],_0x42f612);}const _0x23601e={};_0x23601e[_0x5172d1(0x2c1)]=_0x46b195['ykGBP'],PerformanceTester[_0x5172d1(0x295)](PerformanceHookEvents[_0x5172d1(0x29d)],!![],null,_0x23601e);}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x27f)][_0x11a839(0x274)],_0x6a86d7=>{const _0x548574=_0x11a839;PerformanceTester[_0x548574(0x268)](PerformanceHookEvents['SDK_HOOK']);try{const _0x3a7117=_0x214080[_0x548574(0x22d)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x6a86d7);CodeceptRecorder[_0x548574(0x22e)](()=>_0x214080['fireEvent'](TEST_EVENTS[_0x548574(0x253)],_0x3a7117)),PerformanceTester[_0x548574(0x295)](PerformanceEvents[_0x548574(0x1dc)]);}catch(_0x2c92c5){PerformanceTester[_0x548574(0x2a6)](_0x2c92c5),PerformanceTester[_0x548574(0x295)](PerformanceEvents[_0x548574(0x1dc)],![],_0x2c92c5);const _0x55badd={};_0x55badd[_0x548574(0x2c1)]=_0x46b195[_0x548574(0x1eb)],PerformanceTester[_0x548574(0x295)](PerformanceHookEvents[_0x548574(0x29d)],![],_0x2c92c5,_0x55badd);}const _0x38fe9b={};_0x38fe9b[_0x548574(0x2c1)]=_0x46b195['NanBO'],PerformanceTester[_0x548574(0x295)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x38fe9b);}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)]['test'][_0x11a839(0x20c)],async(_0x2b1b34,_0x444005)=>{const _0x44a508=_0x11a839,_0x2878e7={};_0x2878e7[_0x44a508(0x297)]=_0x46b195[_0x44a508(0x24e)];const _0x42e776=_0x2878e7;try{PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);const _0x2971cc=_0x46b195[_0x44a508(0x2a1)](shouldScanTestForAccessibility,_0x2b1b34[_0x44a508(0x218)](),!![]);if(_0x46b195[_0x44a508(0x1ef)](isAccessibilityAutomationSession)&&global[_0x44a508(0x1d8)]&&_0x2971cc){const _0x5f1131={};_0x5f1131['thTestRunUuid']=_0x2b1b34[_0x44a508(0x248)],_0x5f1131[_0x44a508(0x205)]=process[_0x44a508(0x283)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x5f1131[_0x44a508(0x1ee)]=process[_0x44a508(0x283)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x16fdc2=_0x5f1131;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x44a508(0x23f)](_0x16fdc2)),CodeceptRecorder['add'](async()=>{const _0xbb3314=_0x44a508,_0x124557={};_0x124557[_0xbb3314(0x213)]=_0x42e776[_0xbb3314(0x297)],await PerformanceTester[_0xbb3314(0x1d9)](PerformanceA11yEvents[_0xbb3314(0x2ae)],async()=>{const _0x5e8ce1=_0xbb3314;await AccessibilityHelper['browserStackExecuteDriver'](_0x328914,scripts[_0x5e8ce1(0x211)]);},_0x124557)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x3582c0=_0xbb3314;await AccessibilityHelper['browserStackExecuteDriver'](_0x328914,scripts[_0x3582c0(0x1da)],_0x16fdc2);})();}),logger['info'](_0x46b195[_0x44a508(0x2b5)]);}const _0x276078={};_0x276078['hookType']=_0x46b195[_0x44a508(0x221)],PerformanceTester[_0x44a508(0x295)](PerformanceHookEvents[_0x44a508(0x29d)],!![],null,_0x276078);}catch(_0x39545c){PerformanceTester[_0x44a508(0x2a6)](_0x39545c);const _0x3a8a99={};_0x3a8a99[_0x44a508(0x2c1)]=_0x46b195['nsfjT'],PerformanceTester[_0x44a508(0x295)](PerformanceHookEvents[_0x44a508(0x29d)],![],_0x39545c,_0x3a8a99);}}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x1d3)][_0x11a839(0x2a9)],_0x5b435f=>{const _0x40cb8a=_0x11a839;PerformanceTester[_0x40cb8a(0x268)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x40cb8a(0x275)](_0x40cb8a(0x222)+process[_0x40cb8a(0x2ad)],{'timestamp':new Date()[_0x40cb8a(0x23a)](),'level':_0x46b195[_0x40cb8a(0x1ea)],'message':_0x5b435f,'kind':_0x46b195[_0x40cb8a(0x251)],'http_response':{}});}catch(_0x3ea27a){PerformanceTester[_0x40cb8a(0x2a6)](_0x3ea27a);const _0x2aa704={};_0x2aa704['hookType']=_0x46b195[_0x40cb8a(0x2a4)],PerformanceTester[_0x40cb8a(0x295)](PerformanceHookEvents[_0x40cb8a(0x29d)],![],_0x3ea27a,_0x2aa704);}const _0x1043ca={};_0x1043ca[_0x40cb8a(0x2c1)]=_0x46b195['MjbAH'],PerformanceTester[_0x40cb8a(0x295)](PerformanceHookEvents[_0x40cb8a(0x29d)],!![],null,_0x1043ca);}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS['event'][_0x11a839(0x259)]['before'],_0x5786ae=>{const _0x586143=_0x11a839,_0x59dab8={};_0x59dab8[_0x586143(0x2c1)]=_0x46b195['RZfdW'],PerformanceTester[_0x586143(0x1d9)](PerformanceHookEvents[_0x586143(0x29d)],()=>{const _0x4b0502=_0x586143;_0x214080[_0x4b0502(0x225)](_0x5786ae);},_0x59dab8)();}),CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x2be)]['on'](CodeceptJS[_0x11a839(0x1cc)][_0x11a839(0x259)][_0x11a839(0x20c)],_0x5002c4=>{const _0x25b2af=_0x11a839,_0xadbfbf={};_0xadbfbf[_0x25b2af(0x2c1)]=_0x46b195[_0x25b2af(0x243)],PerformanceTester[_0x25b2af(0x1d9)](PerformanceHookEvents[_0x25b2af(0x29d)],()=>{const _0x2c9e9b=_0x25b2af;_0x214080[_0x2c9e9b(0x260)](_0x5002c4);},_0xadbfbf)();});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x3185d2=a2_0x5b91;(function(_0x4bf6ff,_0x72b8d6){const _0x14ab9a=a2_0x5b91,_0x50a9d2=_0x4bf6ff();while(!![]){try{const _0x118666=parseInt(_0x14ab9a(0xda))/0x1+-parseInt(_0x14ab9a(0x103))/0x2*(parseInt(_0x14ab9a(0xad))/0x3)+-parseInt(_0x14ab9a(0xcd))/0x4*(parseInt(_0x14ab9a(0xcb))/0x5)+-parseInt(_0x14ab9a(0xdf))/0x6*(parseInt(_0x14ab9a(0x11a))/0x7)+-parseInt(_0x14ab9a(0x122))/0x8+-parseInt(_0x14ab9a(0x10b))/0x9+parseInt(_0x14ab9a(0x126))/0xa;if(_0x118666===_0x72b8d6)break;else _0x50a9d2['push'](_0x50a9d2['shift']());}catch(_0x2cc31d){_0x50a9d2['push'](_0x50a9d2['shift']());}}}(a2_0x3ebf,0x1c0ac));const fs=require('fs'),path=require(a2_0x3185d2(0x111)),util=require(a2_0x3185d2(0xc5)),process=require('process'),logger=require(a2_0x3185d2(0x119))[a2_0x3185d2(0xe5)],{default:BrowserStackSetup}=require(a2_0x3185d2(0x9a)),helper=require(a2_0x3185d2(0x10f)),utilities=require(a2_0x3185d2(0x93)),{checkAccessibilityPlatformConfig}=require(a2_0x3185d2(0xd3)),{setAccessibilityCapabilities}=require(a2_0x3185d2(0x123)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x3185d2(0x10f)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x3185d2(0xec)),testOpsHelper=require(a2_0x3185d2(0xb5)),TestHubHandler=require(a2_0x3185d2(0xaf)),constants=require('../utils/constants'),PerformanceTester=require(a2_0x3185d2(0xf3)),{FRAMEWORKS}=require(a2_0x3185d2(0xb2)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require(a2_0x3185d2(0x9c)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x43786e,_0x2e82cd)=>{const _0x2f5f90=a2_0x3185d2,_0x3729b5={};_0x3729b5[_0x2f5f90(0xfe)]=function(_0x2930e9,_0x5147b7){return _0x2930e9===_0x5147b7;},_0x3729b5[_0x2f5f90(0x98)]=_0x2f5f90(0xcc),_0x3729b5[_0x2f5f90(0xe4)]=_0x2f5f90(0x124);const _0x3267ec=_0x3729b5;let _0x567e32=null;const _0x50e46e={};let _0x3de01b=_0x2e82cd['findIndex'](_0x2a2854=>_0x2a2854===_0x2f5f90(0xee));_0x3267ec[_0x2f5f90(0xfe)](_0x3de01b,-0x1)&&(_0x3de01b=_0x2e82cd['findIndex'](_0x3467be=>_0x3467be==='-c'));if(!helper['isUndefined'](_0x43786e['config'])&&fs[_0x2f5f90(0xb8)](path[_0x2f5f90(0xd0)](process['cwd'](),_0x43786e['config'])))_0x567e32=path['join'](process[_0x2f5f90(0x9d)](),_0x43786e[_0x2f5f90(0xe6)]),_0x2e82cd[_0x2f5f90(0xe1)](_0x3de01b,0x2);else{if(!helper['isUndefined'](_0x43786e['c'])&&fs['existsSync'](path['join'](process[_0x2f5f90(0x9d)](),_0x43786e['c'])))_0x567e32=path[_0x2f5f90(0xd0)](process[_0x2f5f90(0x9d)](),_0x43786e['c']),_0x2e82cd['slice'](_0x3de01b,0x2);else{if(fs['existsSync'](path['join'](process[_0x2f5f90(0x9d)](),_0x3267ec[_0x2f5f90(0x98)])))_0x567e32=path[_0x2f5f90(0xd0)](process[_0x2f5f90(0x9d)](),_0x3267ec[_0x2f5f90(0x98)]);else fs[_0x2f5f90(0xb8)](path[_0x2f5f90(0xd0)](process['cwd'](),_0x3267ec['FhBXK']))&&(_0x567e32=path['join'](process['cwd'](),_0x3267ec[_0x2f5f90(0xe4)]));}}return process[_0x2f5f90(0xed)][_0x2f5f90(0xfb)]=_0x567e32,_0x567e32;},getO11yRerunPattern=()=>{const _0x285e00=a2_0x3185d2,_0xb3fbef=helper[_0x285e00(0xf8)](process[_0x285e00(0xed)][_0x285e00(0x9b)]);if(_0xb3fbef){const _0x43e2c8=process[_0x285e00(0xed)][_0x285e00(0xf1)],_0x513e46=[];if(helper[_0x285e00(0xef)](_0x43e2c8)&&!helper[_0x285e00(0x108)](_0x43e2c8)){_0x43e2c8[_0x285e00(0x106)](',')[_0x285e00(0x12c)](_0x926075=>{const _0x10ddea=_0x285e00;_0x513e46[_0x10ddea(0xa0)]('('+_0x926075[_0x10ddea(0xe0)]()+')');});const _0x33bf1a='^'+_0x513e46['join']('|')+'$';return _0x33bf1a;}}return null;},a2_0x1560f2={};a2_0x1560f2[a2_0x3185d2(0x10a)]=a2_0x3185d2(0xe3),a2_0x1560f2['playwright-chromium']=a2_0x3185d2(0xe3),a2_0x1560f2[a2_0x3185d2(0x9e)]=a2_0x3185d2(0xa8),a2_0x1560f2[a2_0x3185d2(0xd4)]='webkit';function a2_0x5b91(_0x510a20,_0xa378d){const _0x3ebf57=a2_0x3ebf();return a2_0x5b91=function(_0x5b9147,_0x5075f2){_0x5b9147=_0x5b9147-0x93;let _0x474436=_0x3ebf57[_0x5b9147];return _0x474436;},a2_0x5b91(_0x510a20,_0xa378d);}const pwToCodeceptBrowser=a2_0x1560f2;async function run(_0x472663,_0x3db982,_0x2490ed){const _0x13c823=a2_0x3185d2,_0xcd2dbb={'WuAXs':function(_0x20f8ad,_0x14fe99){return _0x20f8ad+_0x14fe99;},'QgJVJ':function(_0x1b1105,_0xee1463){return _0x1b1105(_0xee1463);},'khvcm':function(_0x4df05e,_0x198262,_0x2d916a){return _0x4df05e(_0x198262,_0x2d916a);},'HRoKG':'helpers','SRBPh':function(_0x568384){return _0x568384();},'DIvSr':_0x13c823(0x12b),'cuMJZ':function(_0x2eaa00){return _0x2eaa00();},'cqZqk':_0x13c823(0xc7),'LJtLq':_0x13c823(0xbf),'WInsD':_0x13c823(0xe8),'tryMe':_0x13c823(0xce),'CzAQT':function(_0x561002,_0x3a6fa4,_0x585cbf){return _0x561002(_0x3a6fa4,_0x585cbf);},'DIZNc':_0x13c823(0x101),'iYIsl':_0x13c823(0x10d),'zIqDC':'WebDriver','ffvCc':function(_0x26d323,_0x84df64){return _0x26d323(_0x84df64);},'cLqlo':function(_0x15d26e,_0xfd2c67){return _0x15d26e!=_0xfd2c67;},'VQRxZ':function(_0x117165,_0x5ebedd){return _0x117165===_0x5ebedd;},'Rvvfh':function(_0x4df06c,_0x51b5e4,_0x1b06a2){return _0x4df06c(_0x51b5e4,_0x1b06a2);},'YihmC':_0x13c823(0x104),'wuhnL':function(_0x4724c7,_0x2fb279){return _0x4724c7(_0x2fb279);},'YGtHo':function(_0x4bbab2){return _0x4bbab2();},'nvKdb':function(_0x4fc12f,_0x5146f5){return _0x4fc12f*_0x5146f5;},'rPLYc':_0x13c823(0xa3),'PDzCJ':_0x13c823(0x95),'RYEEz':function(_0x2be11e,_0x36a53a,_0x4c2057){return _0x2be11e(_0x36a53a,_0x4c2057);},'dlPfa':_0x13c823(0xb4),'bRecx':'BrowserStackPlugin.js','RRIZK':_0x13c823(0xe2),'gdwPa':function(_0x346747){return _0x346747();}};await _0x2490ed[_0x13c823(0x102)](_0x472663),await helper[_0x13c823(0xf5)](_0x2490ed[_0x13c823(0xe6)]);if(!_0x2490ed['config'])return;process[_0x13c823(0xc2)]=_0x472663['profile'];_0x472663['profile']&&(process[_0x13c823(0xed)][_0x13c823(0xc2)]=_0x472663[_0x13c823(0xc2)]);const _0xdcaf87=_0xcd2dbb[_0x13c823(0xc4)](getUserCodeceptJSConfigs,_0x472663,_0x3db982);let _0x327d3c={};_0xdcaf87?(logger[_0x13c823(0x99)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0xdcaf87),_0x327d3c=CodeceptJS[_0x13c823(0xe6)]['load'](_0xdcaf87)):logger['info'](_0xcd2dbb[_0x13c823(0xff)]);let _0xca0d19=![];_0xcd2dbb['CzAQT'](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0xcd2dbb[_0x13c823(0xc3)]])&&(_0xca0d19=!![]);const _0x3c4f01=_0xca0d19?_0xcd2dbb[_0x13c823(0xc3)]:_0xcd2dbb[_0x13c823(0xbb)];let _0x4f82eb=!_0xca0d19?helper[_0x13c823(0xaa)](_0x2490ed['config']):![];!helper['isUndefined'](_0x2490ed[_0x13c823(0xe6)]['accessibilityOptions'])&&(process['env'][_0x13c823(0xca)]=JSON[_0x13c823(0xb7)](_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x96)]));let _0x390861=_0x2490ed['config'][_0x13c823(0xba)];_0x390861=_0x390861||_0xcd2dbb[_0x13c823(0xc9)](checkAccessibilityPlatformConfig,_0x2490ed[_0x13c823(0xe6)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x390861;_0x390861&&(_0x4f82eb=!_0x390861);_0xcd2dbb[_0x13c823(0xdd)](_0x2490ed[_0x13c823(0xe6)]['testObservability'],null)?process['env'][_0x13c823(0xd7)]=_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x94)]:process[_0x13c823(0xed)][_0x13c823(0xd7)]=_0xcd2dbb['VQRxZ'](_0x3c4f01,_0xcd2dbb[_0x13c823(0xc3)]);const _0x48103e=_0xcd2dbb['Rvvfh'](nestedKeyValue,_0x327d3c,[_0xcd2dbb['YihmC']]),_0x10f7ef=_0x48103e&&!helper[_0x13c823(0xd9)](_0x48103e)?FRAMEWORKS[_0x13c823(0xf4)]:FRAMEWORKS['CODECEPT'],_0x1a1d2f=await TestHubHandler[_0x13c823(0x97)](_0x10f7ef,_0x2490ed);_0x390861&&_0xcd2dbb[_0x13c823(0xb3)](setAccessibilityCapabilities,_0x2490ed[_0x13c823(0xe6)]);const _0x580a91={},_0x3310ed=[],_0x3410d6=_0x2490ed[_0x13c823(0xe6)][_0x13c823(0xb9)]||helper[_0x13c823(0x118)](_0x472663,_0x3db982,_0x2490ed[_0x13c823(0xe6)],constants[_0x13c823(0x128)][_0x13c823(0xeb)])||0x1;let _0x34e4a8=0x1;if(_0xcd2dbb['YGtHo'](isBrowserstackInfra)){const _0x2a0a81=helper[_0x13c823(0x120)](_0x2490ed[_0x13c823(0xe6)],_0x4f82eb,constants['FRAMEWORKS'][_0x13c823(0xeb)]);_0x2a0a81[_0x13c823(0xf2)](_0x5d39ba=>{const _0x18b327=_0x13c823;helper[_0x18b327(0xf7)](_0x5d39ba);}),helper['validPlatformsPresent'](_0x2490ed['config'])?_0x34e4a8=_0xcd2dbb[_0x13c823(0xab)](_0x3410d6,_0x2490ed[_0x13c823(0xe6)][_0x13c823(0x10c)][_0x13c823(0x110)]):_0x34e4a8=_0x3410d6,_0x2a0a81[_0x13c823(0xf2)](_0x45bbf8=>{const _0x158f64=_0x13c823,_0x1a3797={'nRPvZ':function(_0xdde2c7,_0x490a91){const _0x5015f6=a2_0x5b91;return _0xcd2dbb[_0x5015f6(0xac)](_0xdde2c7,_0x490a91);},'leEAc':function(_0x4ab3ec,_0x39038a){return _0xcd2dbb['QgJVJ'](_0x4ab3ec,_0x39038a);}},_0x4465ea=_0xcd2dbb[_0x158f64(0xac)](helper[_0x158f64(0xbe)](_0x45bbf8,'_'),'_'+Date[_0x158f64(0xf0)]()),_0x524e96=((()=>{const _0x288444=_0x158f64;if(_0xca0d19){const _0x48ff0c=pwToCodeceptBrowser[_0x45bbf8['browserName']]||_0x45bbf8['browserName'];return{'browser':_0x48ff0c,[_0x48ff0c]:{'browserWSEndpoint':_0x1a3797[_0x288444(0x109)](helper[_0x288444(0x11e)](_0x2490ed['config']),_0x1a3797[_0x288444(0xc1)](encodeURIComponent,JSON[_0x288444(0xb7)](_0x45bbf8)))}};}const _0x36e3ba={};return _0x36e3ba[_0x288444(0x95)]=_0x45bbf8,_0x36e3ba[_0x288444(0xd2)]=_0x2490ed[_0x288444(0xe6)]['userName'],_0x36e3ba['key']=_0x2490ed[_0x288444(0xe6)][_0x288444(0x117)],_0x36e3ba;})()),_0x122ab9=_0xcd2dbb[_0x158f64(0xf9)](nestedKeyValue,_0x327d3c,[_0xcd2dbb['HRoKG'],_0x3c4f01]);_0x580a91[_0x4465ea]=_0x122ab9?helper[_0x158f64(0xfd)](_0x524e96,_0x122ab9):_0x524e96;if(_0xca0d19)_0x580a91[_0x4465ea][_0x158f64(0xa3)]=pwToCodeceptBrowser[_0x45bbf8[_0x158f64(0x112)]]||_0x45bbf8[_0x158f64(0x112)];else{_0x580a91[_0x4465ea][_0x158f64(0xa3)]=_0x45bbf8[_0x158f64(0x112)]||_0x524e96[_0x158f64(0xa3)];if(_0xcd2dbb[_0x158f64(0x127)](isBrowserstackInfra)){_0x580a91[_0x4465ea][_0x158f64(0xa5)]=constants[_0x158f64(0x125)]['replace'](_0xcd2dbb[_0x158f64(0x129)],'')[_0x158f64(0xc6)](/https?:\/\//,'');;_0x580a91[_0x4465ea][_0x158f64(0x111)]=_0xcd2dbb[_0x158f64(0x129)];}}_0x3310ed[_0x158f64(0xa0)](_0x4465ea);});}else{_0x34e4a8=0x1;if(_0xca0d19){const _0x1aec8e=_0xcd2dbb[_0x13c823(0xc4)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0xcd2dbb[_0x13c823(0xc0)]]),_0x25c68d=_0xcd2dbb[_0x13c823(0xf9)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0x1aec8e]);if(_0x25c68d&&_0x25c68d[_0x13c823(0xbd)]){const _0x1928c9={};_0x1928c9[_0x13c823(0x10c)]=[],_0x25c68d['browserWSEndpoint']=helper['prepareCapabilities'](Object[_0x13c823(0x115)]({},_0x2490ed[_0x13c823(0xe6)],_0x1928c9),null,_0x10f7ef['toLowerCase'](),null,null,_0x25c68d['browserWSEndpoint']);}}else{const _0x17aaac={};_0x17aaac[_0x13c823(0x10c)]=[],_0x327d3c[_0xcd2dbb['HRoKG']][_0x3c4f01][_0xcd2dbb[_0x13c823(0x12d)]]=helper['prepareCapabilities'](Object[_0x13c823(0x115)]({},_0x2490ed[_0x13c823(0xe6)],_0x17aaac),null,_0x10f7ef[_0x13c823(0xd8)](),_0xcd2dbb[_0x13c823(0xdb)](nestedKeyValue,_0x327d3c,[_0xcd2dbb[_0x13c823(0x9f)],_0x3c4f01,_0xcd2dbb['PDzCJ']])||{},null,null);}_0x580a91[_0xcd2dbb[_0x13c823(0xe9)]]=_0x327d3c,_0x3310ed[_0x13c823(0xa0)](_0xcd2dbb[_0x13c823(0xe9)]);}const _0x327b2b={};_0x327b2b[_0x13c823(0xcf)]=_0xdcaf87;const _0x2dc8e9=_0x327b2b,_0x512ee5=path['join'](__dirname,_0xcd2dbb[_0x13c823(0xdc)]),_0x27a47b=process['cwd']();process[_0x13c823(0xed)][_0xcd2dbb[_0x13c823(0xc8)]]=_0x27a47b,process[_0x13c823(0xde)](path[_0x13c823(0x107)](_0xdcaf87));const _0x4f9230=new CodeceptJS[(_0x13c823(0xea))](null,_0x2dc8e9),_0x5355e7=_0x4f9230['createGroupsOfSuites'](_0x34e4a8),_0x266810=testOpsHelper['isTestObservabilitySession'](),_0xa04ca0=_0x3310ed[_0x13c823(0x12c)](_0xe6dd71=>{const _0x7a69a5=_0x13c823,_0x202db1={};_0x202db1[_0x7a69a5(0x10d)]=_0x580a91[_0xe6dd71];const _0x57720e={};_0x57720e['WebDriver']=_0x580a91[_0xe6dd71];const _0x296a6e=_0xca0d19?_0x202db1:_0x57720e,_0x1d5603=_0xcd2dbb['cuMJZ'](getO11yRerunPattern),_0x3379d5={};_0x3379d5['helpers']=_0x296a6e;const _0x3aeab0={};_0x3aeab0[_0x7a69a5(0xb0)]=_0x512ee5,_0x3aeab0[_0x7a69a5(0xb1)]=!![],_0x3aeab0['skipSessionName']=_0x2490ed[_0x7a69a5(0xe6)][_0x7a69a5(0xbc)]['skipSessionName'],_0x3aeab0[_0x7a69a5(0x105)]=_0x2490ed[_0x7a69a5(0xe6)][_0x7a69a5(0xbc)]['skipSessionStatus'],_0x3aeab0[_0x7a69a5(0x94)]=_0x266810,_0x3aeab0['frameworkName']=_0x10f7ef;const _0x21bc1e={};_0x21bc1e[_0x7a69a5(0xa1)]=_0x3aeab0;const _0x1929ff={};return _0x1929ff[_0x7a69a5(0x116)]=_0x21bc1e,helper[_0x7a69a5(0xfd)]({},_0x327d3c,_0xcd2dbb[_0x7a69a5(0x127)](isBrowserstackInfra)?_0x3379d5:{},_0x1d5603?{'grep':_0x1d5603}:{},_0x1929ff);});for(const _0x443c32 of _0xa04ca0){for(const _0xb4a8d6 of _0x5355e7){const _0x1f6f1f=_0x4f9230[_0x13c823(0xa6)]();_0x1f6f1f[_0x13c823(0x12a)](_0xb4a8d6),_0x1f6f1f['addConfig'](_0x443c32);const _0x5b6159={};_0x5b6159['config']=_0xdcaf87,_0x1f6f1f['addOptions'](Object['assign'](_0x5b6159,_0x472663));}}_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)][_0x13c823(0xf6)],(_0x4fb934,_0x575870)=>{const _0x3e99c1=_0x13c823;console[_0x3e99c1(0x114)](_0xcd2dbb['cqZqk'],_0x4fb934[_0x3e99c1(0xd1)]);const _0x223c9e={[_0x4fb934['title']]:_0x4fb934['err'][_0x3e99c1(0xa2)]};_testErrorData[_0x3e99c1(0xa0)](_0x223c9e);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)]['passed'],async _0x105718=>{const _0x2c9974=_0x13c823;console[_0x2c9974(0x114)](_0xcd2dbb['LJtLq'],_0x105718['title']);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)][_0x13c823(0x10e)][_0x13c823(0xd6)],async _0xc8b3ce=>{const _0x20d03c=_0x13c823;console[_0x20d03c(0x114)](_0xcd2dbb[_0x20d03c(0x121)],_0xc8b3ce[_0x20d03c(0xd1)]);}),_0x4f9230['on'](CodeceptJS[_0x13c823(0x11f)]['all'][_0x13c823(0xa9)],async()=>{const _0x42eb77=_0x13c823,_0x9a5c3a=_0xcd2dbb[_0x42eb77(0xae)]['split']('|');let _0x2b6d73=0x0;while(!![]){switch(_0x9a5c3a[_0x2b6d73++]){case'0':utilities[_0x42eb77(0xd5)](_0x2490ed);continue;case'1':try{await TestHubHandler['stop']();}catch(_0x22957b){logger[_0x42eb77(0xa4)](_0x42eb77(0x11c)+util['format'](_0x22957b));}continue;case'2':PerformanceTester[_0x42eb77(0xb6)](PerformanceEvents['SDK_CLEANUP']);continue;case'3':testOpsHelper[_0x42eb77(0xfa)]();continue;case'4':_0x2490ed[_0x42eb77(0x100)]=_testErrorData;continue;case'5':_0x4f9230[_0x42eb77(0x113)]();continue;}break;}});async function _0x2e9ec7(){const _0x160862=_0x13c823;try{await _0x4f9230[_0x160862(0x11d)](),await _0x4f9230[_0x160862(0xfc)]();}finally{process[_0x160862(0xde)](_0x27a47b),await _0x4f9230['teardownAll']();}}PerformanceTester[_0x13c823(0xa7)](PerformanceEvents[_0x13c823(0x11b)]),_0xcd2dbb[_0x13c823(0xe7)](_0x2e9ec7);}function a2_0x3ebf(){const _0x593ebc=['34556RIKPok','2|4|3|0|1|5','testConfig','join','title','user','../../helpers/accessibility-automation/helper','playwright-webkit','finalExecution','before','BROWSERSTACK_TEST_OBSERVABILITY_YML','toLowerCase','isEmpty','179662jNkFLg','RYEEz','bRecx','cLqlo','chdir','912618nmUkPN','trim','slice','browserStackCwd','chromium','FhBXK','winstonLogger','config','gdwPa','Started\x20:\x20','dlPfa','Workers','CODECEPT','codeceptjs','env','--config','validateRerunTestList','now','BROWSERSTACK_RERUN_TESTS','forEach','../../helpers/performance/performance-tester','CODECEPT_CUCUMBER','handleApp','failed','setAdditionalCapabilities','isTrue','khvcm','printBuildLink','USER_CONFIG_DETAILS_PATH','run','mergeDeep','lKfpc','DIZNc','errorMessage','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','initialize','12DiBzrd','gherkin','skipSessionStatus','split','dirname','isUndefined','nRPvZ','chrome','219528cPYKbz','platforms','Playwright','test','../../helpers/helper','length','path','browserName','printResults','log','assign','plugins','accessKey','getUserWorkerCount','../../helpers/logger','7TtGpOV','SDK_SETUP','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','bootstrapAll','getPlaywrightUrl','event','prepareCapabilities','WInsD','535704RhEjhu','../../bin/playwright/accessibility-helper','codecept.json','hubUrl','5076010jVbwSK','SRBPh','FRAMEWORKS','DIvSr','addTests','/wd/hub','map','PDzCJ','../../helpers/utilities','testObservability','desiredCapabilities','accessibilityOptions','launchBuild','lqTxN','info','../../helpers/BrowserStackSetup','BROWSERSTACK_RERUN','../utils/clientTroubleshootingService','cwd','playwright-firefox','HRoKG','push','BrowserStackPlugin','stack','browser','debug','host','spawn','end','firefox','result','useW3C','nvKdb','WuAXs','91041EkWLjt','tryMe','../../helpers/testhub/testhubHandler','require','enabled','../../helpers/test-observability/constants','wuhnL','root','../../helpers/test-observability/utils','start','stringify','existsSync','parallelsPerPlatform','accessibility','zIqDC','testContextOptions','browserWSEndpoint','getPlatformName','Passed\x20:\x20','rPLYc','leEAc','profile','iYIsl','CzAQT','util','replace','Failed\x20:\x20','RRIZK','ffvCc','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','85QtoORZ','codecept.conf.js'];a2_0x3ebf=function(){return _0x593ebc;};return a2_0x3ebf();}module['exports']=run;
|
|
2
|
+
'use strict';const a2_0x105019=a2_0x5612;(function(_0x294544,_0x200b29){const _0x2f2b52=a2_0x5612,_0x180a6d=_0x294544();while(!![]){try{const _0x27a57=parseInt(_0x2f2b52(0x1ad))/0x1+-parseInt(_0x2f2b52(0x1dc))/0x2+-parseInt(_0x2f2b52(0x1cb))/0x3*(parseInt(_0x2f2b52(0x16b))/0x4)+-parseInt(_0x2f2b52(0x193))/0x5+-parseInt(_0x2f2b52(0x189))/0x6*(parseInt(_0x2f2b52(0x1e9))/0x7)+parseInt(_0x2f2b52(0x1df))/0x8*(parseInt(_0x2f2b52(0x1fd))/0x9)+-parseInt(_0x2f2b52(0x1cf))/0xa*(-parseInt(_0x2f2b52(0x1a2))/0xb);if(_0x27a57===_0x200b29)break;else _0x180a6d['push'](_0x180a6d['shift']());}catch(_0x3c9a26){_0x180a6d['push'](_0x180a6d['shift']());}}}(a2_0x2ac3,0xcd53a));const fs=require('fs'),path=require('path'),util=require(a2_0x105019(0x1de)),process=require(a2_0x105019(0x1ba)),logger=require(a2_0x105019(0x17b))[a2_0x105019(0x1d3)],{default:BrowserStackSetup}=require(a2_0x105019(0x19b)),helper=require(a2_0x105019(0x1b5)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a2_0x105019(0x192)),{setAccessibilityCapabilities}=require(a2_0x105019(0x1a5)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a2_0x105019(0x1b5)),CodeceptJS=requireModule('codeceptjs/lib/index.js',a2_0x105019(0x1b4)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a2_0x105019(0x16a)),constants=require(a2_0x105019(0x1f9)),PerformanceTester=require(a2_0x105019(0x1fe)),{FRAMEWORKS}=require(a2_0x105019(0x16e)),PerformanceEvents=require(a2_0x105019(0x1fb))[a2_0x105019(0x1e7)],ClientTroubleShootingService=require(a2_0x105019(0x1f5)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x40b9fc,_0x47895e)=>{const _0x59278d=a2_0x105019,_0x3e6c20={};_0x3e6c20[_0x59278d(0x1d0)]=function(_0x41d366,_0x588ed1){return _0x41d366===_0x588ed1;},_0x3e6c20[_0x59278d(0x1f8)]=_0x59278d(0x19c),_0x3e6c20[_0x59278d(0x202)]=_0x59278d(0x1d9);const _0x111e34=_0x3e6c20;let _0x44a36a=null;const _0x3f90dd={};let _0xf13e6b=_0x47895e['findIndex'](_0x455d79=>_0x455d79===_0x59278d(0x197));_0x111e34[_0x59278d(0x1d0)](_0xf13e6b,-0x1)&&(_0xf13e6b=_0x47895e[_0x59278d(0x19f)](_0x1e0bcf=>_0x1e0bcf==='-c'));if(!helper['isUndefined'](_0x40b9fc[_0x59278d(0x1b8)])&&fs['existsSync'](path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x40b9fc[_0x59278d(0x1b8)])))_0x44a36a=path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x40b9fc[_0x59278d(0x1b8)]),_0x47895e['slice'](_0xf13e6b,0x2);else{if(!helper[_0x59278d(0x19a)](_0x40b9fc['c'])&&fs[_0x59278d(0x1f1)](path[_0x59278d(0x1b9)](process['cwd'](),_0x40b9fc['c'])))_0x44a36a=path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x40b9fc['c']),_0x47895e['slice'](_0xf13e6b,0x2);else{if(fs[_0x59278d(0x1f1)](path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x111e34[_0x59278d(0x1f8)])))_0x44a36a=path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x111e34[_0x59278d(0x1f8)]);else fs['existsSync'](path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x111e34[_0x59278d(0x202)]))&&(_0x44a36a=path[_0x59278d(0x1b9)](process[_0x59278d(0x194)](),_0x111e34[_0x59278d(0x202)]));}}return process['env'][_0x59278d(0x1ca)]=_0x44a36a,_0x44a36a;},getO11yRerunPattern=()=>{const _0x2bf2f4=a2_0x105019,_0x29b2ee=helper[_0x2bf2f4(0x18b)](process[_0x2bf2f4(0x1e1)][_0x2bf2f4(0x1ff)]);if(_0x29b2ee){const _0x2ad698=process[_0x2bf2f4(0x1e1)][_0x2bf2f4(0x17c)],_0x5f14ea=[];if(helper[_0x2bf2f4(0x203)](_0x2ad698)&&!helper[_0x2bf2f4(0x19a)](_0x2ad698)){_0x2ad698[_0x2bf2f4(0x1b0)](',')['map'](_0x48741e=>{const _0x5a0677=_0x2bf2f4;_0x5f14ea[_0x5a0677(0x16c)]('('+_0x48741e['trim']()+')');});const _0x31a0ed='^'+_0x5f14ea[_0x2bf2f4(0x1b9)]('|')+'$';return _0x31a0ed;}}return null;},a2_0x334b17={};function a2_0x5612(_0xb4b642,_0x20d225){const _0x2ac32b=a2_0x2ac3();return a2_0x5612=function(_0x561272,_0x3477bf){_0x561272=_0x561272-0x169;let _0x484e8a=_0x2ac32b[_0x561272];return _0x484e8a;},a2_0x5612(_0xb4b642,_0x20d225);}a2_0x334b17['chrome']=a2_0x105019(0x1c9),a2_0x334b17['playwright-chromium']='chromium',a2_0x334b17[a2_0x105019(0x1e5)]=a2_0x105019(0x1ef),a2_0x334b17[a2_0x105019(0x201)]=a2_0x105019(0x186);const pwToCodeceptBrowser=a2_0x334b17;async function run(_0x33b09b,_0x46f9d0,_0x58c773){const _0x23ed2b=a2_0x105019,_0x3b1b05={'GINEF':function(_0x3a3597,_0x51971e){return _0x3a3597+_0x51971e;},'cuPgP':function(_0x57a22f,_0x34f10d){return _0x57a22f(_0x34f10d);},'EkElu':function(_0x4d82d5,_0x4e083e){return _0x4d82d5+_0x4e083e;},'scdfL':function(_0x343d49,_0x499fb7,_0x574e9d){return _0x343d49(_0x499fb7,_0x574e9d);},'xlxXc':_0x23ed2b(0x1ee),'clBrq':function(_0x38384c){return _0x38384c();},'oHJDw':_0x23ed2b(0x180),'reIrj':function(_0x5a0291){return _0x5a0291();},'qThqA':_0x23ed2b(0x1b2),'RsJVw':_0x23ed2b(0x1e3),'ELkQs':_0x23ed2b(0x1f3),'lXFIk':_0x23ed2b(0x183),'tfHhe':function(_0x4b8763,_0x5b9c8d,_0x692783){return _0x4b8763(_0x5b9c8d,_0x692783);},'GmHql':_0x23ed2b(0x1f7),'yoSDB':function(_0x1f7f03,_0x123673,_0x452af0){return _0x1f7f03(_0x123673,_0x452af0);},'UMkpi':'Playwright','OPqWO':'WebDriver','QoIBf':function(_0x53cc13,_0x21702a){return _0x53cc13(_0x21702a);},'yRuYw':function(_0x5a3e0e,_0x55e8ba){return _0x5a3e0e!=_0x55e8ba;},'MDbzU':function(_0x30aad2,_0x33a60c){return _0x30aad2===_0x33a60c;},'JSnFc':_0x23ed2b(0x169),'CfhFv':function(_0x3d2635){return _0x3d2635();},'xmLLI':function(_0xe409ab,_0x16d888){return _0xe409ab*_0x16d888;},'ZIJzU':function(_0x71f0df,_0x2eec00,_0x372d6b){return _0x71f0df(_0x2eec00,_0x372d6b);},'cTghh':_0x23ed2b(0x1a7),'hDUjQ':function(_0x4bf5e9,_0x4b7434,_0x96efb4){return _0x4bf5e9(_0x4b7434,_0x96efb4);},'geGNP':'desiredCapabilities','CWDqB':_0x23ed2b(0x1a1),'qXQig':_0x23ed2b(0x204),'iJxeT':'browserStackCwd'};await _0x58c773[_0x23ed2b(0x173)](_0x33b09b),await helper['handleApp'](_0x58c773['config']);if(!_0x58c773[_0x23ed2b(0x1b8)])return;process[_0x23ed2b(0x1c4)]=_0x33b09b['profile'];_0x33b09b[_0x23ed2b(0x1c4)]&&(process[_0x23ed2b(0x1e1)][_0x23ed2b(0x1c4)]=_0x33b09b[_0x23ed2b(0x1c4)]);const _0x51f869=_0x3b1b05[_0x23ed2b(0x181)](getUserCodeceptJSConfigs,_0x33b09b,_0x46f9d0);let _0xd05d7c={};_0x51f869?(logger[_0x23ed2b(0x190)](_0x23ed2b(0x171)+_0x51f869),_0xd05d7c=CodeceptJS['config'][_0x23ed2b(0x1cd)](_0x51f869)):logger[_0x23ed2b(0x190)](_0x3b1b05[_0x23ed2b(0x1b1)]);let _0xb87d15=![];_0x3b1b05[_0x23ed2b(0x1f0)](nestedKeyValue,_0xd05d7c,[_0x3b1b05[_0x23ed2b(0x1eb)],_0x3b1b05[_0x23ed2b(0x1b6)]])&&(_0xb87d15=!![]);const _0xc82a71=_0xb87d15?_0x3b1b05[_0x23ed2b(0x1b6)]:_0x3b1b05[_0x23ed2b(0x17e)];let _0x5503e9=!_0xb87d15?helper['useW3C'](_0x58c773[_0x23ed2b(0x1b8)]):![];!helper[_0x23ed2b(0x19a)](_0x58c773['config'][_0x23ed2b(0x1c0)])&&(process[_0x23ed2b(0x1e1)][_0x23ed2b(0x1c1)]=JSON['stringify'](_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x1c0)]));let _0x25bd51=_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x1ae)];_0x25bd51=_0x25bd51||_0x3b1b05[_0x23ed2b(0x17f)](checkAccessibilityPlatformConfig,_0x58c773[_0x23ed2b(0x1b8)]),process[_0x23ed2b(0x1e1)][_0x23ed2b(0x191)]=_0x25bd51;_0x25bd51&&(_0x5503e9=!_0x25bd51);_0x3b1b05['yRuYw'](_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x1da)],null)?process[_0x23ed2b(0x1e1)][_0x23ed2b(0x1d2)]=_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x1da)]:process[_0x23ed2b(0x1e1)][_0x23ed2b(0x1d2)]=_0x3b1b05[_0x23ed2b(0x200)](_0xc82a71,_0x3b1b05[_0x23ed2b(0x1b6)]);const _0x1409f5=_0x3b1b05[_0x23ed2b(0x1bc)](nestedKeyValue,_0xd05d7c,[_0x3b1b05['JSnFc']]),_0x1bc7c5=_0x1409f5&&!helper['isEmpty'](_0x1409f5)?FRAMEWORKS['CODECEPT_CUCUMBER']:FRAMEWORKS[_0x23ed2b(0x1c8)],_0x8bfb88=await TestHubHandler['launchBuild'](_0x1bc7c5,_0x58c773);_0x25bd51&&_0x3b1b05[_0x23ed2b(0x17f)](setAccessibilityCapabilities,_0x58c773['config']);const _0x34a0de={},_0x3abcb4=[],_0x3e1151=_0x58c773[_0x23ed2b(0x1b8)][_0x23ed2b(0x18a)]||helper[_0x23ed2b(0x1d4)](_0x33b09b,_0x46f9d0,_0x58c773[_0x23ed2b(0x1b8)],constants['FRAMEWORKS'][_0x23ed2b(0x1c8)])||0x1;let _0x176ebb=0x1;if(_0x3b1b05[_0x23ed2b(0x1ce)](isBrowserstackInfra)){const _0xa9d39c=helper[_0x23ed2b(0x16d)](_0x58c773[_0x23ed2b(0x1b8)],_0x5503e9,constants[_0x23ed2b(0x1d7)][_0x23ed2b(0x1c8)]);_0xa9d39c[_0x23ed2b(0x199)](_0x18f030=>{helper['setAdditionalCapabilities'](_0x18f030);}),helper[_0x23ed2b(0x1cc)](_0x58c773[_0x23ed2b(0x1b8)])?_0x176ebb=_0x3b1b05['xmLLI'](_0x3e1151,_0x58c773['config'][_0x23ed2b(0x182)][_0x23ed2b(0x1e4)]):_0x176ebb=_0x3e1151,_0xa9d39c['forEach'](_0x1df3bc=>{const _0x13498f=_0x23ed2b,_0x5cf7c2=_0x3b1b05['EkElu'](helper[_0x13498f(0x1d1)](_0x1df3bc,'_'),'_'+Date[_0x13498f(0x1c3)]()),_0x1d21c2=((()=>{const _0x506eb2=_0x13498f;if(_0xb87d15){const _0x564074=pwToCodeceptBrowser[_0x1df3bc[_0x506eb2(0x1fc)]]||_0x1df3bc[_0x506eb2(0x1fc)];return{'browser':_0x564074,[_0x564074]:{'browserWSEndpoint':_0x3b1b05[_0x506eb2(0x1fa)](helper['getPlaywrightUrl'](_0x58c773['config']),_0x3b1b05[_0x506eb2(0x1a6)](encodeURIComponent,JSON[_0x506eb2(0x195)](_0x1df3bc)))}};}const _0x42788e={};return _0x42788e['desiredCapabilities']=_0x1df3bc,_0x42788e['user']=_0x58c773[_0x506eb2(0x1b8)][_0x506eb2(0x1c7)],_0x42788e['key']=_0x58c773[_0x506eb2(0x1b8)][_0x506eb2(0x1bb)],_0x42788e;})()),_0xfe6c46=_0x3b1b05[_0x13498f(0x1bc)](nestedKeyValue,_0xd05d7c,[_0x3b1b05[_0x13498f(0x1eb)],_0xc82a71]);_0x34a0de[_0x5cf7c2]=_0xfe6c46?helper[_0x13498f(0x1f6)](_0x1d21c2,_0xfe6c46):_0x1d21c2;if(_0xb87d15)_0x34a0de[_0x5cf7c2][_0x13498f(0x1a7)]=pwToCodeceptBrowser[_0x1df3bc[_0x13498f(0x1fc)]]||_0x1df3bc[_0x13498f(0x1fc)];else{_0x34a0de[_0x5cf7c2][_0x13498f(0x1a7)]=_0x1df3bc['browserName']||_0x1d21c2[_0x13498f(0x1a7)];if(_0x3b1b05['clBrq'](isBrowserstackInfra)){_0x34a0de[_0x5cf7c2][_0x13498f(0x170)]=constants['hubUrl'][_0x13498f(0x18f)](_0x3b1b05[_0x13498f(0x1c6)],'')[_0x13498f(0x18f)](/https?:\/\//,'');;_0x34a0de[_0x5cf7c2]['path']=_0x3b1b05[_0x13498f(0x1c6)];}}_0x3abcb4[_0x13498f(0x16c)](_0x5cf7c2);});}else{_0x176ebb=0x1;if(_0xb87d15){const _0x21f0e5=_0x3b1b05['ZIJzU'](nestedKeyValue,_0xd05d7c,[_0x3b1b05[_0x23ed2b(0x1eb)],_0xc82a71,_0x3b1b05[_0x23ed2b(0x1e2)]]),_0xd69444=_0x3b1b05[_0x23ed2b(0x1b7)](nestedKeyValue,_0xd05d7c,[_0x3b1b05[_0x23ed2b(0x1eb)],_0xc82a71,_0x21f0e5]);if(_0xd69444&&_0xd69444[_0x23ed2b(0x18c)]){const _0x28244d={};_0x28244d[_0x23ed2b(0x182)]=[],_0xd69444['browserWSEndpoint']=helper[_0x23ed2b(0x16d)](Object[_0x23ed2b(0x18d)]({},_0x58c773['config'],_0x28244d),null,_0x1bc7c5['toLowerCase'](),null,null,_0xd69444[_0x23ed2b(0x18c)]);}}else{const _0x1313ca={};_0x1313ca['platforms']=[],_0xd05d7c[_0x3b1b05[_0x23ed2b(0x1eb)]][_0xc82a71][_0x3b1b05[_0x23ed2b(0x196)]]=helper[_0x23ed2b(0x16d)](Object[_0x23ed2b(0x18d)]({},_0x58c773[_0x23ed2b(0x1b8)],_0x1313ca),null,_0x1bc7c5[_0x23ed2b(0x1d8)](),_0x3b1b05['ZIJzU'](nestedKeyValue,_0xd05d7c,[_0x3b1b05['xlxXc'],_0xc82a71,_0x3b1b05[_0x23ed2b(0x196)]])||{},null,null);}_0x34a0de[_0x3b1b05['CWDqB']]=_0xd05d7c,_0x3abcb4[_0x23ed2b(0x16c)](_0x3b1b05[_0x23ed2b(0x1ec)]);}const _0x15a781={};_0x15a781[_0x23ed2b(0x175)]=_0x51f869;const _0xca2c74=_0x15a781,_0x30d582=path[_0x23ed2b(0x1b9)](__dirname,_0x3b1b05['qXQig']),_0x56949d=process[_0x23ed2b(0x194)]();process[_0x23ed2b(0x1e1)][_0x3b1b05['iJxeT']]=_0x56949d,process[_0x23ed2b(0x1d5)](path[_0x23ed2b(0x188)](_0x51f869));const _0x57c5db=new CodeceptJS[(_0x23ed2b(0x1bf))](null,_0xca2c74),_0x3b574a=_0x57c5db['createGroupsOfSuites'](_0x176ebb),_0x205590=testOpsHelper[_0x23ed2b(0x19d)](),_0x344b14=_0x3abcb4['map'](_0x4fa508=>{const _0x1ef8c0=_0x23ed2b,_0xb6a282={};_0xb6a282[_0x1ef8c0(0x1e8)]=_0x34a0de[_0x4fa508];const _0x258033={};_0x258033[_0x1ef8c0(0x1a9)]=_0x34a0de[_0x4fa508];const _0x4c5a0f=_0xb87d15?_0xb6a282:_0x258033,_0x3316f2=_0x3b1b05[_0x1ef8c0(0x17a)](getO11yRerunPattern),_0x545c1f={};_0x545c1f[_0x1ef8c0(0x1ee)]=_0x4c5a0f;const _0x20e2bc={};_0x20e2bc[_0x1ef8c0(0x172)]=_0x30d582,_0x20e2bc[_0x1ef8c0(0x177)]=!![],_0x20e2bc[_0x1ef8c0(0x1db)]=_0x58c773[_0x1ef8c0(0x1b8)]['testContextOptions']['skipSessionName'],_0x20e2bc[_0x1ef8c0(0x1e6)]=_0x58c773[_0x1ef8c0(0x1b8)][_0x1ef8c0(0x1c5)][_0x1ef8c0(0x1e6)],_0x20e2bc[_0x1ef8c0(0x1da)]=_0x205590,_0x20e2bc[_0x1ef8c0(0x18e)]=_0x1bc7c5;const _0x2b30ce={};_0x2b30ce[_0x1ef8c0(0x1a8)]=_0x20e2bc;const _0xec7a04={};return _0xec7a04['plugins']=_0x2b30ce,helper[_0x1ef8c0(0x1f6)]({},_0xd05d7c,_0x3b1b05[_0x1ef8c0(0x17a)](isBrowserstackInfra)?_0x545c1f:{},_0x3316f2?{'grep':_0x3316f2}:{},_0xec7a04);});for(const _0x4203de of _0x344b14){for(const _0x5da78 of _0x3b574a){const _0x27053f=_0x57c5db['spawn']();_0x27053f[_0x23ed2b(0x187)](_0x5da78),_0x27053f['addConfig'](_0x4203de);const _0x352b50={};_0x352b50['config']=_0x51f869,_0x27053f[_0x23ed2b(0x1ed)](Object[_0x23ed2b(0x18d)](_0x352b50,_0x33b09b));}}_0x57c5db['on'](CodeceptJS['event'][_0x23ed2b(0x17d)][_0x23ed2b(0x184)],(_0xbfd38b,_0x4aebca)=>{const _0x35d807=_0x23ed2b;console['log'](_0x3b1b05[_0x35d807(0x178)],_0xbfd38b['title']);const _0x477543={[_0xbfd38b['title']]:_0xbfd38b['err'][_0x35d807(0x1bd)]};_testErrorData['push'](_0x477543);}),_0x57c5db['on'](CodeceptJS['event'][_0x23ed2b(0x17d)]['passed'],async _0x1fe8ce=>{const _0x3f66a9=_0x23ed2b;console[_0x3f66a9(0x198)](_0x3b1b05[_0x3f66a9(0x19e)],_0x1fe8ce[_0x3f66a9(0x1c2)]);}),_0x57c5db['on'](CodeceptJS[_0x23ed2b(0x16f)]['test'][_0x23ed2b(0x174)],async _0xd5f8f6=>{const _0x2a40ed=_0x23ed2b;console[_0x2a40ed(0x198)](_0x3b1b05[_0x2a40ed(0x1aa)],_0xd5f8f6['title']);}),_0x57c5db['on'](CodeceptJS['event'][_0x23ed2b(0x1af)][_0x23ed2b(0x1b3)],async()=>{const _0x5a9298=_0x23ed2b,_0x14b0da=_0x3b1b05[_0x5a9298(0x1ea)]['split']('|');let _0x180520=0x0;while(!![]){switch(_0x14b0da[_0x180520++]){case'0':utilities[_0x5a9298(0x176)](_0x58c773);continue;case'1':_0x57c5db[_0x5a9298(0x1a0)]();continue;case'2':testOpsHelper[_0x5a9298(0x1dd)]();continue;case'3':_0x58c773[_0x5a9298(0x1be)]=_testErrorData;continue;case'4':try{await TestHubHandler[_0x5a9298(0x1ab)]();}catch(_0x15d49d){logger[_0x5a9298(0x1ac)](_0x5a9298(0x1f4)+util[_0x5a9298(0x179)](_0x15d49d));}continue;case'5':PerformanceTester[_0x5a9298(0x1e0)](PerformanceEvents['SDK_CLEANUP']);continue;}break;}});async function _0xf8ef2(){const _0x1d38f4=_0x23ed2b;try{await _0x57c5db[_0x1d38f4(0x1f2)](),await _0x57c5db[_0x1d38f4(0x1a4)]();}finally{process[_0x1d38f4(0x1d5)](_0x56949d),await _0x57c5db[_0x1d38f4(0x1d6)]();}}PerformanceTester[_0x23ed2b(0x185)](PerformanceEvents[_0x23ed2b(0x1a3)]),_0x3b1b05[_0x23ed2b(0x17a)](_0xf8ef2);}function a2_0x2ac3(){const _0x53c883=['accessibility','all','split','GmHql','Failed\x20:\x20','result','codeceptjs','../../helpers/helper','UMkpi','hDUjQ','config','join','process','accessKey','scdfL','stack','errorMessage','Workers','accessibilityOptions','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','title','now','profile','testContextOptions','oHJDw','userName','CODECEPT','chromium','USER_CONFIG_DETAILS_PATH','3562458AQuXOT','validPlatformsPresent','load','CfhFv','420sAHeRg','OCWkC','getPlatformName','BROWSERSTACK_TEST_OBSERVABILITY_YML','winstonLogger','getUserWorkerCount','chdir','teardownAll','FRAMEWORKS','toLowerCase','codecept.json','testObservability','skipSessionName','1877272uPLNjD','printBuildLink','util','2936vXWQXD','start','env','cTghh','Passed\x20:\x20','length','playwright-firefox','skipSessionStatus','EVENTS','Playwright','1371342IJqeoW','lXFIk','xlxXc','CWDqB','addOptions','helpers','firefox','yoSDB','existsSync','bootstrapAll','Started\x20:\x20','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','../utils/clientTroubleshootingService','mergeDeep','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','JYAVs','../utils/constants','GINEF','../../helpers/performance/constants','browserName','4167VUYmEj','../../helpers/performance/performance-tester','BROWSERSTACK_RERUN','MDbzU','playwright-webkit','jprci','validateRerunTestList','BrowserStackPlugin.js','gherkin','../../helpers/testhub/testhubHandler','4KCfZpB','push','prepareCapabilities','../../helpers/test-observability/constants','event','host','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','require','initialize','before','testConfig','finalExecution','enabled','qThqA','format','reIrj','../../helpers/logger','BROWSERSTACK_RERUN_TESTS','test','OPqWO','QoIBf','/wd/hub','tfHhe','platforms','5|3|2|0|4|1','failed','end','webkit','addTests','dirname','18feosMj','parallelsPerPlatform','isTrue','browserWSEndpoint','assign','frameworkName','replace','info','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../helpers/accessibility-automation/helper','1457845fkXmkj','cwd','stringify','geGNP','--config','log','forEach','isUndefined','../../helpers/BrowserStackSetup','codecept.conf.js','isTestObservabilitySession','RsJVw','findIndex','printResults','root','724119mICspe','SDK_SETUP','run','../../bin/playwright/accessibility-helper','cuPgP','browser','BrowserStackPlugin','WebDriver','ELkQs','stop','debug','911688wEdWDa'];a2_0x2ac3=function(){return _0x53c883;};return a2_0x2ac3();}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0xf60339=a3_0x138f;(function(_0x7a5428,_0x12d523){const _0x5708f2=a3_0x138f,_0x7d8a6d=_0x7a5428();while(!![]){try{const _0x55e512=parseInt(_0x5708f2(0x179))/0x1+-parseInt(_0x5708f2(0x16d))/0x2*(parseInt(_0x5708f2(0x177))/0x3)+parseInt(_0x5708f2(0x193))/0x4*(-parseInt(_0x5708f2(0x18f))/0x5)+parseInt(_0x5708f2(0x172))/0x6+-parseInt(_0x5708f2(0x16b))/0x7+-parseInt(_0x5708f2(0x191))/0x8*(parseInt(_0x5708f2(0x173))/0x9)+-parseInt(_0x5708f2(0x176))/0xa*(-parseInt(_0x5708f2(0x197))/0xb);if(_0x55e512===_0x12d523)break;else _0x7d8a6d['push'](_0x7d8a6d['shift']());}catch(_0x4c2d46){_0x7d8a6d['push'](_0x7d8a6d['shift']());}}}(a3_0x5e04,0x6e877));function a3_0x5e04(){const _0x51e5ff=['browserWSEndpoint','JuzzN','4811202FZSdwP','1251lqXXJs','warn','TFdes','774140UsPfIh','3ZCIDDh','CrfMK','707974jgAoYC','constructor','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','XViGS','platform','accessibilityPlatform','desiredCapabilities','capabilities','osVersion','fSUgm','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','GKejD','browser_version','Rivgo','WebDriver','MAIHP','browserstack_executor','lXUFU','browserVersion','browserName','qVooJ','uOnze','3848310pHeAiO','platform_version','232kuVzRD','chrome','4gsNNJX','PLgjQ','kcVDZ','eqGyy','143yEVjZN','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','ZPLJd','winstonLogger','fetchPlatformDetails','parse','zupDT','nRfDn','platformName','../../helpers/test-observability/utils','PDErf','../../helpers/helper','pYGUa','rqqps','unknown_grid','lEKGL','pwwPL','deviceName','cloudProvider','get','searchParams','platformVersion','Playwright','config','playwright-chromium','AlLaB','browser','__cloud_provider___','latest','MJUZT','lAIIS','gKBLs','includes','../../helpers/accessibility-automation/helper','5177732iwUqEf','caps','1100254GPupNq','pLIJP','fqEXU'];a3_0x5e04=function(){return _0x51e5ff;};return a3_0x5e04();}function a3_0x138f(_0xa4ecac,_0x5273cf){const _0x5e0435=a3_0x5e04();return a3_0x138f=function(_0x138fc9,_0x138373){_0x138fc9=_0x138fc9-0x15c;let _0xae0690=_0x5e0435[_0x138fc9];return _0xae0690;},a3_0x138f(_0xa4ecac,_0x5273cf);}const {isUndefined,nestedKeyValue}=require(a3_0xf60339(0x1a2)),logger=require('../../helpers/logger')[a3_0xf60339(0x19a)],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a3_0xf60339(0x16a)),{getObservabilityLinkedProductName}=require(a3_0xf60339(0x1a0)),getOSVersionFromCaps=_0x271b71=>{const _0x26db10=a3_0xf60339,_0x21a330={};_0x21a330['fqEXU']='bstack:options',_0x21a330[_0x26db10(0x1a6)]='platformVersion',_0x21a330['eqGyy']='platform_version',_0x21a330['AlLaB']=_0x26db10(0x181),_0x21a330[_0x26db10(0x178)]='os_version';const _0x508245=_0x21a330;if(!_0x271b71)return null;const _0x412d3e=_0x271b71[_0x508245[_0x26db10(0x16f)]],_0x45ccca=[_0x508245['lEKGL'],_0x508245[_0x26db10(0x196)],_0x508245[_0x26db10(0x162)],_0x508245[_0x26db10(0x178)]];for(const _0x157284 of _0x45ccca){if(_0x412d3e&&_0x412d3e[_0x157284])return _0x412d3e[_0x157284];else{if(_0x271b71[_0x157284])return _0x271b71[_0x157284];}}return null;};exports[a3_0xf60339(0x19b)]=_0x13e359=>{const _0x4349b5=a3_0xf60339,_0x5a54db={'Rivgo':_0x4349b5(0x1a5),'kcVDZ':function(_0x1f7461,_0x4ce3db){return _0x1f7461===_0x4ce3db;},'PLgjQ':_0x4349b5(0x187),'pYGUa':function(_0x187d21,_0xf23468){return _0x187d21(_0xf23468);},'XViGS':function(_0x3f3d92,_0x5f1300,_0x263cac){return _0x3f3d92(_0x5f1300,_0x263cac);},'MJUZT':_0x4349b5(0x160),'pwwPL':_0x4349b5(0x17f),'pLIJP':function(_0x15aa52,_0x10a3c6){return _0x15aa52(_0x10a3c6);},'mTVSc':function(_0xfcaeee,_0x2766ce){return _0xfcaeee===_0x2766ce;},'eZPux':_0x4349b5(0x15f),'ZPLJd':function(_0x49cfbd,_0x1f09fa,_0x1b6e5c){return _0x49cfbd(_0x1f09fa,_0x1b6e5c);},'XkdXT':_0x4349b5(0x163),'dKIuS':_0x4349b5(0x170),'lXUFU':_0x4349b5(0x16c),'gKBLs':function(_0x2c498b,_0x957ec9){return _0x2c498b(_0x957ec9);}};if(!_0x13e359)return null;let _0x538aa7=global[_0x4349b5(0x164)]||_0x5a54db[_0x4349b5(0x186)];if(_0x5a54db[_0x4349b5(0x195)](_0x13e359[_0x4349b5(0x17a)]['name'],_0x5a54db[_0x4349b5(0x194)])){const _0x288044=_0x13e359[_0x4349b5(0x163)];if(!_0x288044)return null;const _0x1b32ec=_0x288044['capabilities'],_0x4657c3=_0x5a54db[_0x4349b5(0x1a3)](getOSVersionFromCaps,_0x5a54db[_0x4349b5(0x17c)](nestedKeyValue,_0x13e359,[_0x5a54db[_0x4349b5(0x166)],_0x5a54db[_0x4349b5(0x1a7)]]));return{[_0x538aa7]:{'browser':_0x1b32ec[_0x4349b5(0x18c)],'browser_version':_0x1b32ec[_0x4349b5(0x18b)],'capabilities':_0x1b32ec,'platform':_0x1b32ec[_0x4349b5(0x19f)],'platform_version':_0x1b32ec[_0x4349b5(0x15e)]||_0x4657c3,'product':_0x5a54db[_0x4349b5(0x16e)](getObservabilityLinkedProductName,_0x1b32ec),'session_id':_0x288044['sessionId']}};}else{if(_0x5a54db['mTVSc'](_0x13e359[_0x4349b5(0x17a)]['name'],_0x5a54db['eZPux'])){const _0x184902=PlaywrightSessionDetails['getDetails']();_0x538aa7=_0x184902[_0x4349b5(0x1a9)]||_0x538aa7;const _0x59ac5f=_0x5a54db[_0x4349b5(0x199)](nestedKeyValue,_0x13e359,[_0x5a54db[_0x4349b5(0x166)],_0x5a54db['XkdXT'],_0x5a54db['dKIuS']]),_0x4b7f60=_0x59ac5f?JSON[_0x4349b5(0x19c)](new URL(_0x59ac5f)[_0x4349b5(0x15d)][_0x4349b5(0x15c)](_0x5a54db[_0x4349b5(0x18a)])):{};return{[_0x538aa7]:{'browser':_0x184902[_0x4349b5(0x163)]||_0x4b7f60[_0x4349b5(0x18c)],'browser_version':_0x184902[_0x4349b5(0x185)]||_0x4b7f60[_0x4349b5(0x185)],'capabilities':_0x4b7f60,'platform':_0x184902[_0x4349b5(0x17d)],'platform_version':_0x184902[_0x4349b5(0x190)],'product':_0x5a54db[_0x4349b5(0x168)](getObservabilityLinkedProductName,_0x4b7f60),'session_id':_0x184902['bsSessionId']}};}}},exports['processWebDriverConfig']=_0x37b50c=>{const _0x26f120=a3_0xf60339,_0xdaf624={'zupDT':function(_0x1e6296){return _0x1e6296();},'nRfDn':function(_0x1917ea,_0xb27f0b){return _0x1917ea===_0xb27f0b;},'PDErf':_0x26f120(0x165),'JuzzN':function(_0x30683f,_0x5d9896){return _0x30683f>_0x5d9896;},'uOnze':function(_0x586a4c,_0x405a81){return _0x586a4c(_0x405a81);},'cXMBV':_0x26f120(0x183),'GKejD':function(_0x4d9ccc,_0x26d6a7){return _0x4d9ccc===_0x26d6a7;},'fSUgm':_0x26f120(0x192),'ExdXl':_0x26f120(0x161),'JgYYl':_0x26f120(0x198),'TFdes':_0x26f120(0x17b)};if(_0xdaf624[_0x26f120(0x19d)](isAccessibilityAutomationSession)){const _0x4d12ce=_0x37b50c[_0x26f120(0x163)],_0x20e3ba=_0x4d12ce[_0x26f120(0x180)];global[_0x26f120(0x17e)]=!![],!(_0xdaf624[_0x26f120(0x19e)](_0x20e3ba['browserVersion'],_0xdaf624[_0x26f120(0x1a1)])||_0xdaf624[_0x26f120(0x171)](_0xdaf624['uOnze'](parseInt,_0x20e3ba[_0x26f120(0x18b)]),0x5e))&&(logger[_0x26f120(0x174)](_0xdaf624['cXMBV']),global[_0x26f120(0x17e)]=![]),!(_0xdaf624[_0x26f120(0x184)](_0x20e3ba[_0x26f120(0x18c)],_0xdaf624[_0x26f120(0x182)])||_0xdaf624[_0x26f120(0x184)](_0x20e3ba[_0x26f120(0x18c)],_0xdaf624['ExdXl']))&&(logger['warn'](_0xdaf624['JgYYl']),global[_0x26f120(0x17e)]=![]),!_0xdaf624[_0x26f120(0x18e)](isUndefined,_0x20e3ba[_0x26f120(0x1a8)])&&(logger['warn'](_0xdaf624[_0x26f120(0x175)]),global[_0x26f120(0x17e)]=![]);}},exports['shouldPatchExecuteScript']=_0x567eb4=>{const _0x478be7=a3_0xf60339,_0x487a62={};_0x487a62[_0x478be7(0x188)]=function(_0x594770,_0x3f1798){return _0x594770!==_0x3f1798;},_0x487a62[_0x478be7(0x1a4)]='string',_0x487a62[_0x478be7(0x18d)]=_0x478be7(0x189),_0x487a62[_0x478be7(0x167)]='browserstack_accessibility_automation_script';const _0x54fb76=_0x487a62;if(!_0x567eb4)return![];else{if(_0x54fb76[_0x478be7(0x188)](typeof _0x567eb4,_0x54fb76['rqqps']))return!![];}return!_0x567eb4[_0x478be7(0x169)](_0x54fb76[_0x478be7(0x18d)])&&!_0x567eb4[_0x478be7(0x169)](_0x54fb76[_0x478be7(0x167)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x5b7f31=a4_0x55d8;function a4_0x538b(){const _0x145cfc=['cqshs','../../helpers/test-observability/utils','BROWSERSTACK','pcAoS','failure_backtrace','10362HgHQYf','split','accessibilityPlatform','finished','driver','RlWcY','ZlmuL','stringify','168ycsTZL','winstonLogger','tgUqY','fireEvent','join','13377348eomxZk','TestRunSkipped','CODECEPT','inspect','_beforeEach','hook_run','SfiLm','toUpperCase','STATE_FAILED','nOzrT','string','SYgpE','_paths','\x20with\x20error\x20:\x20','yibEe','../utils/constants','backtrace','Ccwbf','gBipL','TAckh','AcRfh','_testEnv','TEST_RUN_STARTED','O11yHelper','markedStatus','../../helpers/testhub/utils.js','TestRunFinished','ctx','frameworkName','1197084VKTaBC','errorsDetailed','skipped','match','pid','getRootParentFile','browserType.js','enabled','shutdown','suites','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','LogCreated','integrations','HbHUv','text','TEST_RUN_FINISHED','jCjrY','push','bddSteps','finished_at','HookRunStarted','sdQAQ','getTime','gysfo','./helper.js','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','connectOverCDP','started','statSync','rAivT','cUBbF','VXPYw','expanded','__platformCaps','ylXth','RNUjz','test_run_uuid','SqQSh','LgMtv','captureEvent','pending','fXEnI','testAnalyticsId','rcewU','381731jPDOUn','Yliuc','vqNTR','tags','util','GdbJz','config','FEWOD','cyzxI','failureData','PdCry','_afterAll','__cloud_provider___','PathHelper','retryOf','bs:addLog:','launch','CIquD','fullTitle','wsEndpoint','now','../../helpers/logger','includes','defineProperty','err','sendCBTInfo','getHooksForTest','abEbC','patchConsoleLogger','wlxwu','getCBTInfo','vsqRN','location_prefix','hook_run_uuid','RxKHV','TEST_REPORTING_ANALYTICS','828516TnJTZf','stepAnalyticsId','mapTestHooks','EIYdB','vlVPG','gfuiy','_afterEach','name','failure','hook','../../helpers/helper','1017oAYlkl','currentHook','event_type','getFailureType','stop','message','findGitConfig','appendTestItemLog','IfXjA','hooks','EHZfC','XTEbA','1236927jjkzkG','../playwright/accessibility-helper','VYBkM','uCPAW','uploadEventData','groups','ZJHYC','parent','CBTSessionCreated','concat','test','file','meta','uVNlx','qlAgG','status','_beforeAll','duration','test_run','Failed\x20to\x20parse\x20wsendpoint\x20','TEST_RUN_SKIPPED','apply','dirname','failed','GCnCW','qdgby','File\x20path\x20could\x20not\x20be\x20found','BwkDx','nbYno','SxZhx','getHierarchy','removeAllListeners','XlbtZ','Playwright','connect','toLowerCase','javascript','TIJCX','../mocha/test-observability/mochaUtils','MxIsw','client','start','toISOString','resetSkipTestHooks','initializeBddStep','15wOwtNj','length','type','Pxjho','RmwIQ','body','IUfGc','../../helpers/test-observability/sessionHandler','passed','tOpde','xwBXA','startedAt','FAAbg','29880770TAOkfz','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','then','PLAYWRIGHT_HUB_URL','.git','bind','inTtd','Not\x20able\x20to\x20import\x20Browser','HOOK_RUN_STARTED','bqGAi','1|5|0|4|3|2','HookRunFinished','hbNfk','DjcXu','success','zFpEC','MNwcz','rLqZF','exports','result','toString','frpQL','../playwright/sessionDetails','hook_type','replace','keyword','TEST_EVENTS','sep','forEach','ThDoy','tLYtI','EeRWS','QYXeG','title','gZPtK','feature','debug','BrowserType','LdwHl','failure_reason_expanded','cwd','YcfCK','obsBrowserTypeMockApplied','hwtUs','currentTest','hookAnalyticsId','tbMuk','comment','Oqhwb','HOOK_RUN_FINISHED','../../helpers/test-observability/requestQueueHandler','prefixTestPath','uKhCb'];a4_0x538b=function(){return _0x145cfc;};return a4_0x538b();}function a4_0x55d8(_0x2a7619,_0x543dc9){const _0x538b99=a4_0x538b();return a4_0x55d8=function(_0x55d884,_0x3c6e35){_0x55d884=_0x55d884-0xeb;let _0x2df1c1=_0x538b99[_0x55d884];return _0x2df1c1;},a4_0x55d8(_0x2a7619,_0x543dc9);}(function(_0x207477,_0x44be10){const _0x545a4=a4_0x55d8,_0x355a4d=_0x207477();while(!![]){try{const _0x4a5826=-parseInt(_0x545a4(0x151))/0x1+-parseInt(_0x545a4(0x1c5))/0x2*(-parseInt(_0x545a4(0x145))/0x3)+-parseInt(_0x545a4(0x1ef))/0x4+parseInt(_0x545a4(0x17e))/0x5*(parseInt(_0x545a4(0x13a))/0x6)+parseInt(_0x545a4(0x116))/0x7*(-parseInt(_0x545a4(0x1cd))/0x8)+-parseInt(_0x545a4(0x1d2))/0x9+parseInt(_0x545a4(0x18b))/0xa;if(_0x4a5826===_0x44be10)break;else _0x355a4d['push'](_0x355a4d['shift']());}catch(_0x252a24){_0x355a4d['push'](_0x355a4d['shift']());}}}(a4_0x538b,0xf1ed3));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x5b7f31(0x144)),testOpsHelper=require(a4_0x5b7f31(0x1c1)),{getTestEnv}=require(a4_0x5b7f31(0x177)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),logger=require(a4_0x5b7f31(0x12b))[a4_0x5b7f31(0x1ce)],SessionHandler=require(a4_0x5b7f31(0x185)),RequestQueueHandler=require(a4_0x5b7f31(0x1bd)),PlaywrightSessionDetails=require(a4_0x5b7f31(0x1a1)),debug=testOpsHelper[a4_0x5b7f31(0x1af)],{processAccessibilityCaps}=require(a4_0x5b7f31(0x152)),Constants=require(a4_0x5b7f31(0x1e1)),{fetchPlatformDetails}=require(a4_0x5b7f31(0x102)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x5b7f31(0x1eb)),constants=require(a4_0x5b7f31(0x1e1)),STATE_PASSED=a4_0x5b7f31(0x186),STATE_FAILED=a4_0x5b7f31(0x168),a4_0x5c7208={};a4_0x5c7208[a4_0x5b7f31(0x1e8)]='TestRunStarted',a4_0x5c7208[a4_0x5b7f31(0xf9)]=a4_0x5b7f31(0x1ec),a4_0x5c7208[a4_0x5b7f31(0x165)]=a4_0x5b7f31(0x1d3),a4_0x5c7208[a4_0x5b7f31(0x193)]=a4_0x5b7f31(0xfe),a4_0x5c7208[a4_0x5b7f31(0x1bc)]=a4_0x5b7f31(0x196);const TEST_EVENTS=a4_0x5c7208,parseEvent=_0xda3c5d=>{const _0x3f8798=a4_0x5b7f31,_0x544ab8={};_0x544ab8[_0x3f8798(0x1cb)]=function(_0x1259f0,_0x3631e9){return _0x1259f0<_0x3631e9;},_0x544ab8[_0x3f8798(0x184)]=function(_0x5e8c23,_0x285a91){return _0x5e8c23===_0x285a91;},_0x544ab8[_0x3f8798(0x188)]=_0x3f8798(0x15b),_0x544ab8['tgUqY']=function(_0x6fc5a3,_0x108b56){return _0x6fc5a3===_0x108b56;},_0x544ab8['gBipL']=_0x3f8798(0x143),_0x544ab8['DjLon']=_0x3f8798(0xec),_0x544ab8[_0x3f8798(0x109)]=_0x3f8798(0x105),_0x544ab8[_0x3f8798(0x169)]=function(_0x49e9de,_0x3891a4){return _0x49e9de===_0x3891a4;},_0x544ab8[_0x3f8798(0x138)]='finished';const _0x2164a0=_0x544ab8,_0x55468c=_0xda3c5d[_0x3f8798(0xed)](/^(.*)Run(.*)$/);if(!_0x55468c)return null;if(_0x2164a0['ZlmuL'](_0x55468c[_0x3f8798(0x17f)],0x3))return null;const _0x5294df=_0x55468c[0x1][_0x3f8798(0x174)](),_0x265b8c=_0x55468c[0x2][_0x3f8798(0x174)]();return{'test':_0x2164a0[_0x3f8798(0x184)](_0x5294df,_0x2164a0[_0x3f8798(0x188)]),'hook':_0x2164a0[_0x3f8798(0x1cf)](_0x5294df,_0x2164a0[_0x3f8798(0x1e4)]),'skipped':_0x2164a0[_0x3f8798(0x184)](_0x265b8c,_0x2164a0['DjLon']),'started':_0x2164a0['tgUqY'](_0x265b8c,_0x2164a0[_0x3f8798(0x109)]),'finished':_0x2164a0['GCnCW'](_0x265b8c,_0x2164a0[_0x3f8798(0x138)])};},mockPWBrowserType=_0x2ee43f=>{const _0x522ff9=a4_0x5b7f31,_0xb6c49a={'tOpde':function(_0x550ff9,_0x3fa2f5){return _0x550ff9===_0x3fa2f5;},'YVtTf':_0x522ff9(0x1dc),'Pxjho':function(_0x530ee5,_0x5f47e1,_0x7000bf){return _0x530ee5(_0x5f47e1,_0x7000bf);},'nOzrT':_0x522ff9(0x129),'LdwHl':function(_0x462419,_0x4216b6){return _0x462419(_0x4216b6);},'cyzxI':'browserstack','sdQAQ':function(_0x4e7456,_0x25eb53){return _0x4e7456(_0x25eb53);},'rAivT':'lib','BwkDx':_0x522ff9(0x179),'vqNTR':_0x522ff9(0xf0),'myuIv':_0x522ff9(0x192),'abgqH':_0x522ff9(0x173),'uCPAW':_0x522ff9(0x126)},_0x1863ef=path[_0x522ff9(0x1d1)](_0xb6c49a[_0x522ff9(0x107)],_0xb6c49a[_0x522ff9(0x16c)],_0xb6c49a[_0x522ff9(0x118)]),_0x12bdea=_0xb6c49a[_0x522ff9(0x1b1)](importFileFromPWCore,_0x1863ef);if(!_0x12bdea){_0xb6c49a[_0x522ff9(0x1b1)](debug,_0xb6c49a['myuIv']);return;}const _0x4718f9=_0x12bdea[_0x522ff9(0x1b0)],_0xcc7e6e=_0x4718f9['prototype'];if(_0xcc7e6e[_0x522ff9(0x1b5)])return;const _0x2a5f7b=_0xcc7e6e[_0x522ff9(0x173)];Object[_0x522ff9(0x12d)](_0xcc7e6e,_0xb6c49a['abgqH'],{'get':function(){const _0x2bc620=_0x522ff9,_0x3e35c0={'SbjtZ':function(_0x374a33,_0x1c2ff9){const _0x535042=a4_0x55d8;return _0xb6c49a[_0x535042(0x187)](_0x374a33,_0x1c2ff9);},'rcewU':_0xb6c49a['YVtTf'],'ZJHYC':function(_0x26df6d,_0x294a74,_0x4bb805){const _0x334626=a4_0x55d8;return _0xb6c49a[_0x334626(0x181)](_0x26df6d,_0x294a74,_0x4bb805);},'kfPHc':_0xb6c49a[_0x2bc620(0x1db)],'Yliuc':function(_0x24ad90,_0x1060af){const _0x1f22f6=_0x2bc620;return _0xb6c49a[_0x1f22f6(0x1b1)](_0x24ad90,_0x1060af);},'XTEbA':_0xb6c49a[_0x2bc620(0x11e)],'MxIsw':function(_0x3ca238,_0xbdcf6a){const _0x392c80=_0x2bc620;return _0xb6c49a[_0x392c80(0xff)](_0x3ca238,_0xbdcf6a);}};return async function _0x1667eb(_0x3fd587,_0x243158){const _0x2a88db=_0x2bc620,_0x3e0b20={'ATzEw':function(_0x3aa2c2,_0x180c07){return _0x3e35c0['SbjtZ'](_0x3aa2c2,_0x180c07);},'cqshs':_0x3e35c0[_0x2a88db(0x115)]},_0x20b44e=_0x3e35c0[_0x2a88db(0x157)](nestedKeyValue,_0x3fd587,[_0x3e35c0['kfPHc']])||_0x3fd587;let _0x46b4e9=null,_0x398d29=null;try{[_0x398d29,_0x46b4e9]=_0x20b44e?_0x3e35c0[_0x2a88db(0x117)](parseWSEndpoint,_0x20b44e):[null,null],global[_0x2a88db(0x10b)]=_0x46b4e9,logger[_0x2a88db(0x1af)]('Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20'+_0x398d29),_0x398d29['includes'](Constants[_0x2a88db(0x1c2)])&&(global[_0x2a88db(0x122)]=_0x3e35c0[_0x2a88db(0x150)]);}catch(_0x574275){logger[_0x2a88db(0x1af)](_0x2a88db(0x164)+_0x20b44e+'\x20'+_0x574275);}_0x3e35c0[_0x2a88db(0x157)](processAccessibilityCaps,_0x46b4e9,_0x398d29);if(global[_0x2a88db(0x1c7)]){const _0x12506e=await _0xcc7e6e[_0x2a88db(0x104)][_0x2a88db(0x166)](this,[''+Constants[_0x2a88db(0x18e)]+_0x3e35c0[_0x2a88db(0x178)](encodeURIComponent,JSON[_0x2a88db(0x1cc)](_0x46b4e9))]);return PlaywrightSessionDetails['setupBrowserDetails'](_0x12506e,_0x2ee43f,_0x20b44e),_0x12506e;}return _0x2a5f7b[_0x2a88db(0x166)](this,arguments)[_0x2a88db(0x18d)](_0x2454ad=>{const _0x38b3d7=_0x2a88db;let _0x14de66=_0x3fd587[_0x38b3d7(0x129)];return _0x3e0b20['ATzEw'](typeof _0x3fd587,_0x3e0b20[_0x38b3d7(0x1c0)])&&(_0x14de66=_0x3fd587),PlaywrightSessionDetails['setupBrowserDetails'](_0x2454ad,_0x2ee43f,_0x14de66),_0x2454ad;});};}});const _0x1b6555=_0xcc7e6e[_0x522ff9(0x126)];Object[_0x522ff9(0x12d)](_0xcc7e6e,_0xb6c49a[_0x522ff9(0x154)],{'get':function(){return async function _0x399ed2(){const _0x45b924=a4_0x55d8;return _0x1b6555[_0x45b924(0x166)](this,arguments)[_0x45b924(0x18d)](_0x574dc2=>{return PlaywrightSessionDetails['setupBrowserDetails'](_0x574dc2,null),_0x574dc2;});};}});};class O11yHelper{[a4_0x5b7f31(0x1b7)]=null;['currentHook']=null;[a4_0x5b7f31(0xf1)]=![];['frameworkName']=![];constructor(_0x140853,_0x3359e5){const _0x317734=a4_0x5b7f31,_0x49e362={'VCBrF':_0x317734(0x195),'inTtd':function(_0x2f7f98){return _0x2f7f98();},'MNwcz':function(_0x5dff5e,_0x47ac9c){return _0x5dff5e===_0x47ac9c;},'gfuiy':_0x317734(0x172),'EHZfC':function(_0x4ad9bf,_0x15fe94){return _0x4ad9bf(_0x15fe94);},'frpQL':function(_0x19f8da){return _0x19f8da();}},_0x5d7a3a=_0x49e362['VCBrF'][_0x317734(0x1c6)]('|');let _0x5a0561=0x0;while(!![]){switch(_0x5d7a3a[_0x5a0561++]){case'0':this[_0x317734(0x1c9)]=_0x140853;continue;case'1':this[_0x317734(0xf1)]=_0x49e362[_0x317734(0x191)](shouldProcessEventForTesthub);continue;case'2':this['driver']&&_0x49e362[_0x317734(0x19b)](this['driver']['constructor'][_0x317734(0x141)],_0x49e362[_0x317734(0x13f)])&&_0x49e362[_0x317734(0x14f)](mockPWBrowserType,null);continue;case'3':this[_0x317734(0x1de)]=new testOpsHelper[(_0x317734(0x123))]({'cwd':process[_0x317734(0x1b3)]()},this[_0x317734(0x1e7)][_0x317734(0x136)]);continue;case'4':this[_0x317734(0x1e7)]=_0x49e362[_0x317734(0x1a0)](getTestEnv);continue;case'5':this['frameworkName']=_0x3359e5[_0x317734(0x1ee)];continue;}break;}}[a4_0x5b7f31(0x17a)](){const _0x4d61d0=a4_0x5b7f31;if(!this[_0x4d61d0(0xf1)])return;testOpsHelper[_0x4d61d0(0x132)](),process[_0x4d61d0(0x170)](_0x4d61d0(0x125)+process[_0x4d61d0(0xee)]),process['on'](_0x4d61d0(0x125)+process[_0x4d61d0(0xee)],this[_0x4d61d0(0x14c)][_0x4d61d0(0x190)](this));}async[a4_0x5b7f31(0x149)](){const _0x5c1bcd=a4_0x5b7f31;await RequestQueueHandler['getInstance']()[_0x5c1bcd(0xf2)]();}async['appendTestItemLog'](_0x1ff2ac){const _0x3d1a67=a4_0x5b7f31,_0x46d02a={'ihsDU':_0x3d1a67(0xf5),'hbNfk':function(_0x111e68,_0x1e455a){return _0x111e68(_0x1e455a);}};try{this[_0x3d1a67(0x146)]&&!this[_0x3d1a67(0x146)][_0x3d1a67(0x1ea)]&&(_0x1ff2ac['hook_run_uuid']=this[_0x3d1a67(0x146)][_0x3d1a67(0x1b8)]);!_0x1ff2ac['hook_run_uuid']&&this[_0x3d1a67(0x1b7)]&&!this[_0x3d1a67(0x1b7)][_0x3d1a67(0x1ea)]&&(_0x1ff2ac[_0x3d1a67(0x10e)]=this[_0x3d1a67(0x1b7)][_0x3d1a67(0x114)]);if(_0x1ff2ac[_0x3d1a67(0x137)]||_0x1ff2ac[_0x3d1a67(0x10e)]){const _0x21bccc={};_0x21bccc['event_type']=_0x46d02a['ihsDU'],_0x21bccc['logs']=[_0x1ff2ac],await SessionHandler['uploadEventData'](_0x21bccc);}}catch(_0x445292){_0x46d02a[_0x3d1a67(0x197)](debug,_0x3d1a67(0x18c)+constants[_0x3d1a67(0x139)]+_0x3d1a67(0x1df)+_0x445292);}}async[a4_0x5b7f31(0x12f)](_0x25d577){const _0x30855e=a4_0x5b7f31,_0x152734={'RmwIQ':_0x30855e(0x159),'UNqyG':function(_0x216fdf,_0x2bb87b){return _0x216fdf(_0x2bb87b);}};if(!this[_0x30855e(0xf1)])return;const _0x4de133=this[_0x30855e(0x134)](this[_0x30855e(0x1c9)]);try{const _0x1b0e92={};_0x1b0e92['uuid']=_0x25d577,_0x1b0e92[_0x30855e(0xf6)]=_0x4de133;const _0x50b880=_0x1b0e92,_0x1c3b5c={};_0x1c3b5c[_0x30855e(0x147)]=_0x152734[_0x30855e(0x182)],_0x1c3b5c[_0x30855e(0x163)]=_0x50b880,await SessionHandler[_0x30855e(0x155)](_0x1c3b5c);}catch(_0x3add8c){_0x152734['UNqyG'](debug,_0x30855e(0xf4)+constants[_0x30855e(0x139)]+_0x30855e(0x1df)+_0x3add8c);}}['getCBTInfo'](_0x21b897){const _0x4a53af=a4_0x5b7f31,_0x4a390f={'vsqRN':function(_0x356359,_0x178558){return _0x356359(_0x178558);}};return _0x4a390f[_0x4a53af(0x135)](fetchPlatformDetails,_0x21b897);}['resetSkipTestHooks']=_0x2de31c=>{const _0x25d633=a4_0x5b7f31,_0x1a7e51={};_0x1a7e51['SqQSh']=_0x25d633(0x1d6),_0x1a7e51['ZYTpj']=_0x25d633(0x140);const _0xa26b33=_0x1a7e51;if(!_0x2de31c||!_0x2de31c[_0x25d633(0x158)])return;[_0xa26b33[_0x25d633(0x10f)],_0xa26b33['ZYTpj']][_0x25d633(0x1a7)](_0x9a418=>{const _0x394fa9=_0x25d633,_0x2827fc=_0x2de31c[_0x394fa9(0x158)][_0x9a418];_0x2827fc[_0x394fa9(0x1a7)](_0x181109=>{const _0x1c9766=_0x394fa9;_0x181109[_0x1c9766(0x1b8)]&&(_0x181109[_0x1c9766(0x1b8)]=null);});});};[a4_0x5b7f31(0x13c)](_0x24ae06){const _0x3b6fc8=a4_0x5b7f31,_0x490486={'gysfo':'codeceptjs','yibEe':function(_0xc44134){return _0xc44134();},'ylXth':function(_0x12cfb4,_0x46442b){return _0x12cfb4===_0x46442b;},'FAAbg':'_afterEach','QYXeG':function(_0x19d329){return _0x19d329();},'GdbJz':_0x3b6fc8(0x161),'abEbC':_0x3b6fc8(0x121),'DjcXu':_0x3b6fc8(0x1d6)};if(!_0x24ae06||!_0x24ae06[_0x3b6fc8(0x158)])return;[_0x490486[_0x3b6fc8(0x11b)],_0x490486[_0x3b6fc8(0x131)],_0x490486[_0x3b6fc8(0x198)],_0x490486[_0x3b6fc8(0x18a)]]['forEach'](_0x198e53=>{const _0xd13d0a=_0x3b6fc8,_0x4f989b={'AcRfh':_0x490486[_0xd13d0a(0x101)],'uVNlx':function(_0x443a07){const _0x1963e1=_0xd13d0a;return _0x490486[_0x1963e1(0x1e0)](_0x443a07);},'pcAoS':function(_0x238d15,_0x278e89){const _0x501759=_0xd13d0a;return _0x490486[_0x501759(0x10c)](_0x238d15,_0x278e89);},'bqGAi':_0x490486[_0xd13d0a(0x18a)],'EeRWS':function(_0x53e3a6){const _0x4d491c=_0xd13d0a;return _0x490486[_0x4d491c(0x1ab)](_0x53e3a6);}},_0x12bf07=_0x24ae06[_0xd13d0a(0x158)][_0x198e53]||[];_0x12bf07['forEach'](_0xb506da=>{const _0x5c327a=_0xd13d0a;if(_0xb506da[_0x5c327a(0x1ac)][_0x5c327a(0x12c)](_0x4f989b[_0x5c327a(0x1e6)]))return;if(!_0xb506da['hookAnalyticsId'])_0xb506da[_0x5c327a(0x1b8)]=_0x4f989b[_0x5c327a(0x15e)](uuidv4);else _0xb506da[_0x5c327a(0x1ea)]&&_0x4f989b[_0x5c327a(0x1c3)](_0x198e53,_0x4f989b[_0x5c327a(0x194)])&&(_0xb506da[_0x5c327a(0x1b8)]=_0x4f989b[_0x5c327a(0x1aa)](uuidv4),delete _0xb506da[_0x5c327a(0x1ea)]);});}),this[_0x3b6fc8(0x13c)](_0x24ae06[_0x3b6fc8(0x158)]);}[a4_0x5b7f31(0x130)](_0x3244d7){const _0x58c2b4=a4_0x5b7f31,_0x4c7f4e={};_0x4c7f4e[_0x58c2b4(0x1e3)]=_0x58c2b4(0x161),_0x4c7f4e['tLYtI']=_0x58c2b4(0x121),_0x4c7f4e[_0x58c2b4(0x1b9)]='_beforeEach',_0x4c7f4e['TAckh']='_afterEach';const _0x42c1f1=_0x4c7f4e;if(!_0x3244d7||!_0x3244d7['parent'])return[];const _0x72492f=[];return[_0x42c1f1[_0x58c2b4(0x1e3)],_0x42c1f1[_0x58c2b4(0x1a9)],_0x42c1f1[_0x58c2b4(0x1b9)],_0x42c1f1[_0x58c2b4(0x1e5)]][_0x58c2b4(0x1a7)](_0x249429=>{const _0x5656a1=_0x58c2b4,_0x3b33b6=_0x3244d7[_0x5656a1(0x158)][_0x249429]||[];_0x3b33b6[_0x5656a1(0x1a7)](_0x3a63b1=>{const _0x17600a=_0x5656a1;_0x3a63b1[_0x17600a(0x1b8)]&&_0x72492f[_0x17600a(0xfb)](_0x3a63b1[_0x17600a(0x1b8)]);});}),[][_0x58c2b4(0x15a)](_0x72492f,this['getHooksForTest'](_0x3244d7[_0x58c2b4(0x158)]));}['getHookType'](_0x10dfcd){const _0x233bf3=a4_0x5b7f31,_0x14d7ba=/^"(?<hook>.*)" hook:.*$/,_0x3c911f=_0x10dfcd[_0x233bf3(0x1ac)],_0x3b0640=_0x3c911f['match'](_0x14d7ba);if(_0x3b0640&&_0x3b0640['groups'])return _0x3b0640[_0x233bf3(0x156)]['hook'][_0x233bf3(0x1d9)]()[_0x233bf3(0x1a3)]('\x20','_');return null;}[a4_0x5b7f31(0x14b)](_0x5bc126){const _0xe50357=a4_0x5b7f31,_0xa26bd1={};_0xa26bd1[_0xe50357(0x13d)]=function(_0x278bb1,_0x56f2eb){return _0x278bb1===_0x56f2eb;},_0xa26bd1[_0xe50357(0x14d)]=function(_0x3def6b,_0x4fa047){return _0x3def6b===_0x4fa047;},_0xa26bd1[_0xe50357(0x153)]=function(_0x224ed3,_0x2ed54b){return _0x224ed3===_0x2ed54b;},_0xa26bd1[_0xe50357(0x1bb)]=function(_0x13246c,_0x28246b){return _0x13246c===_0x28246b;},_0xa26bd1[_0xe50357(0x1b4)]=_0xe50357(0x18f),_0xa26bd1[_0xe50357(0x10d)]=_0xe50357(0x11c);const _0x18c82d=_0xa26bd1,_0x514412=path[_0xe50357(0x1a6)];if(_0x18c82d['EIYdB'](_0x5bc126,null)||_0x18c82d[_0xe50357(0x14d)](_0x5bc126,'')||_0x18c82d[_0xe50357(0x153)](_0x5bc126,_0x514412)||_0x18c82d[_0xe50357(0x1bb)](_0x5bc126,path[_0xe50357(0x167)](_0x5bc126)))return null;try{return fs[_0xe50357(0x106)](path[_0xe50357(0x1d1)](_0x5bc126,_0x18c82d[_0xe50357(0x1b4)],_0x18c82d[_0xe50357(0x10d)])),_0x5bc126;}catch(_0x59642e){const _0x77e64b=path['dirname'](_0x5bc126);return this[_0xe50357(0x14b)](_0x77e64b);}}[a4_0x5b7f31(0xef)](_0x197db4){const _0x387f9d=a4_0x5b7f31,_0x531d6e={};_0x531d6e['TwPUL']=function(_0x3fa41e,_0xc5835c){return _0x3fa41e>_0xc5835c;};const _0x34b840=_0x531d6e;if(_0x197db4[_0x387f9d(0x15c)])return _0x197db4[_0x387f9d(0x15c)];if(_0x197db4[_0x387f9d(0x1ed)]){const _0x5a8e3e=_0x197db4[_0x387f9d(0x1ed)][_0x387f9d(0x1b7)]?this['getRootParentFile'](_0x197db4[_0x387f9d(0x1ed)]['currentTest']):null;if(_0x5a8e3e)return _0x5a8e3e;}if(_0x197db4['parent']){const _0x2be961=this['getRootParentFile'](_0x197db4[_0x387f9d(0x158)])||(_0x197db4[_0x387f9d(0x158)]['ctx']&&_0x197db4['parent'][_0x387f9d(0x1ed)][_0x387f9d(0x1b7)]?this[_0x387f9d(0xef)](_0x197db4[_0x387f9d(0x158)]['ctx'][_0x387f9d(0x1b7)]):null);if(_0x2be961)return _0x2be961;_0x197db4['parent'][_0x387f9d(0xf3)]&&_0x34b840['TwPUL'](_0x197db4[_0x387f9d(0x158)][_0x387f9d(0xf3)][_0x387f9d(0x17f)],0x0)&&_0x197db4[_0x387f9d(0x158)]['suites'][_0x387f9d(0x1a7)](_0x441147=>{const _0x18fab7=_0x387f9d,_0x550ac2=_0x441147[_0x18fab7(0x1ed)]?this['getRootParentFile'](_0x441147[_0x18fab7(0x1ed)]):null;if(_0x550ac2)return _0x550ac2;});}return null;}[a4_0x5b7f31(0x16f)](_0x15fb91){const _0x4f974c=a4_0x5b7f31,_0x2b4db3={};_0x2b4db3['hwtUs']=function(_0x122d72,_0x2aa12e){return _0x122d72!==_0x2aa12e;};const _0x2d970=_0x2b4db3,_0x4446e2=[];if(_0x15fb91&&_0x15fb91[_0x4f974c(0x158)]){let _0x387f79=_0x15fb91[_0x4f974c(0x158)];while(_0x387f79&&_0x2d970[_0x4f974c(0x1b6)](_0x387f79[_0x4f974c(0x1ac)],'')){_0x4446e2[_0x4f974c(0xfb)](_0x387f79[_0x4f974c(0x1ac)]),_0x387f79=_0x387f79[_0x4f974c(0x158)];}}return _0x4446e2;}[a4_0x5b7f31(0x111)](_0x31590f,_0xd84428,_0x222d6a=undefined){const _0xb9c47c=a4_0x5b7f31,_0x372bb2={'jCjrY':function(_0x2acf70,_0x430660){return _0x2acf70(_0x430660);},'TIJCX':function(_0x283f0e){return _0x283f0e();},'SxZhx':function(_0x4306f1){return _0x4306f1();},'yYiyf':function(_0x256aab,_0x19aef4){return _0x256aab(_0x19aef4);},'fPPsm':_0xb9c47c(0x11a),'PRXHK':'err','RlWcY':function(_0x1d2048,_0x3fe04d){return _0x1d2048!==_0x3fe04d;},'NLzAN':_0xb9c47c(0x16b),'CIquD':_0xb9c47c(0x112),'qdgby':'failed','ThDoy':_0xb9c47c(0x186),'SYgpE':'skipped','fXEnI':_0xb9c47c(0x175),'gZPtK':function(_0x40bb55,_0x292cf4){return _0x40bb55-_0x292cf4;},'cUBbF':function(_0x4e9d68,_0xca10bb,_0x2187d2,_0x49802c,_0x1d2eb8){return _0x4e9d68(_0xca10bb,_0x2187d2,_0x49802c,_0x1d2eb8);},'SfiLm':function(_0x32d89b,_0x510e66){return _0x32d89b!==_0x510e66;},'FEWOD':_0xb9c47c(0xf6),'zFpEC':_0xb9c47c(0x15d),'HbHUv':_0xb9c47c(0x142),'uKhCb':_0xb9c47c(0x1c4),'PdCry':_0xb9c47c(0x1e2),'pocJt':_0xb9c47c(0x1b2),'eYkse':_0xb9c47c(0x10a),'gKfFT':function(_0xf31b0b,_0x1390d2){return _0xf31b0b===_0x1390d2;},'XlbtZ':_0xb9c47c(0x1d7),'HjKyb':'test_run'};if(!this[_0xb9c47c(0xf1)])return;try{if(_0xd84428['fn']&&_0xd84428['fn'][_0xb9c47c(0x19f)]()['match'](/browserstack internal helper hook/))return;const _0x453df0=_0x372bb2[_0xb9c47c(0xfa)](parseEvent,_0x31590f);if(!_0x453df0)return;if(_0x453df0[_0xb9c47c(0x15b)]){this[_0xb9c47c(0x1b7)]=_0xd84428,this[_0xb9c47c(0x146)]=null;if(_0x453df0['started']||_0x453df0[_0xb9c47c(0xec)]){_0xd84428[_0xb9c47c(0x189)]=new Date(),_0xd84428['markedStatus']=![];if(!_0xd84428[_0xb9c47c(0x114)])_0xd84428[_0xb9c47c(0x114)]=_0x372bb2[_0xb9c47c(0x176)](uuidv4);else _0xd84428[_0xb9c47c(0x1ea)]&&(!_0xd84428[_0xb9c47c(0x124)]&&(_0xd84428[_0xb9c47c(0x124)]=_0xd84428[_0xb9c47c(0x114)]),_0xd84428[_0xb9c47c(0x114)]=_0x372bb2[_0xb9c47c(0x16e)](uuidv4));}}else{if(_0x453df0[_0xb9c47c(0x143)]){this[_0xb9c47c(0x146)]=_0xd84428;if(_0x453df0[_0xb9c47c(0x105)]){_0xd84428[_0xb9c47c(0x189)]=new Date(),_0xd84428[_0xb9c47c(0x1ea)]=![];if(!_0xd84428['hookAnalyticsId'])_0xd84428[_0xb9c47c(0x1b8)]=_0x372bb2['TIJCX'](uuidv4);else _0xd84428[_0xb9c47c(0x1b8)]&&_0xd84428[_0xb9c47c(0x1ea)]&&(_0xd84428['hookAnalyticsId']=_0x372bb2[_0xb9c47c(0x176)](uuidv4));}}}if(_0x453df0[_0xb9c47c(0x1c8)]&&_0xd84428['markedStatus'])return;let _0x5f2c47;try{_0x5f2c47=this[_0xb9c47c(0xef)](_0xd84428);}catch(_0x131e64){logger['debug']('failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x131e64),_0x5f2c47=null;}const _0x55525f=_0x372bb2['yYiyf'](require,_0x372bb2['fPPsm']);let _0x597a75=[];_0x222d6a&&(_0x597a75=[_0x222d6a,_0x372bb2['PRXHK']]);const _0x5cbb5e=_0x372bb2[_0xb9c47c(0x1ca)](_0xd84428[_0xb9c47c(0xeb)],undefined)?_0x55525f[_0xb9c47c(0x1d5)](_0xd84428[_0xb9c47c(0xeb)][0x0]):_0x372bb2[_0xb9c47c(0x1ca)](_0x222d6a,undefined)?_0x222d6a[_0xb9c47c(0x19f)]():undefined,_0x180e4c=_0x5f2c47?this[_0xb9c47c(0x14b)](_0x5f2c47):null,_0x25184a=_0x5f2c47?this['_paths'][_0xb9c47c(0x1be)](this[_0xb9c47c(0xef)](_0xd84428)):_0x372bb2['NLzAN'];let _0x31cced=_0x372bb2['CIquD'];const _0x408547=!_0x453df0[_0xb9c47c(0x105)]?new Date()[_0xb9c47c(0x17b)]():null;if(_0x453df0[_0xb9c47c(0x1c8)])_0x31cced=_0x222d6a?_0x372bb2[_0xb9c47c(0x16a)]:_0x372bb2[_0xb9c47c(0x1a8)],_0xd84428[_0xb9c47c(0x1ea)]=!![];else _0x453df0[_0xb9c47c(0xec)]&&(_0x31cced=_0x372bb2[_0xb9c47c(0x1dd)],_0xd84428[_0xb9c47c(0x1ea)]=!![]);const _0x277a61={'framework':this[_0xb9c47c(0x1ee)],'uuid':_0xd84428[_0xb9c47c(0x114)]||_0xd84428[_0xb9c47c(0x1b8)],'name':_0xd84428[_0xb9c47c(0x1ac)],'body':{'lang':_0x372bb2[_0xb9c47c(0x113)],'code':_0xd84428['body']['toString']()},'type':_0xd84428[_0xb9c47c(0x180)],'scope':_0xd84428['fullTitle'](),'scopes':this[_0xb9c47c(0x16f)](_0xd84428),'file_name':_0x25184a,'vc_filepath':_0x180e4c?path['relative'](_0x180e4c,_0x5f2c47):null,'location':_0x25184a,'result':_0x31cced,'failure_reason':_0x5cbb5e,'duration_in_ms':_0xd84428['duration']||(_0x453df0[_0xb9c47c(0x1c8)]||_0x453df0['skipped'])?_0x372bb2[_0xb9c47c(0x1ad)](Date[_0xb9c47c(0x12a)](),new Date(_0xd84428[_0xb9c47c(0x189)])['getTime']()):null,'started_at':new Date(_0xd84428['startedAt'])[_0xb9c47c(0x17b)](),'finished_at':_0x408547,'failure':testOpsHelper[_0xb9c47c(0x11f)][_0xb9c47c(0x166)](null,_0x597a75),'failure_type':!_0x5cbb5e?null:testOpsHelper[_0xb9c47c(0x148)](_0x5cbb5e),'retry_of':_0xd84428[_0xb9c47c(0x124)]||null,'tags':_0xd84428[_0xb9c47c(0x119)]||[],'customRerunParam':{'rerun_name':_0xd84428[_0xb9c47c(0x128)]()}};_0x372bb2[_0xb9c47c(0x108)](appendTesthubParams,_0x277a61,_0x31590f,_0xd84428,FRAMEWORKS[_0xb9c47c(0x1d4)]);if(_0x453df0[_0xb9c47c(0x143)])[_0x277a61[_0xb9c47c(0x1a2)],_0x277a61[_0xb9c47c(0x141)]]=[this['getHookType'](_0xd84428),_0xd84428['ctx'][_0xb9c47c(0x15b)][_0xb9c47c(0x1ac)]],_0x453df0[_0xb9c47c(0x1c8)]?_0x372bb2[_0xb9c47c(0x1d8)](_0x277a61[_0xb9c47c(0x19e)],_0x372bb2['qdgby'])&&(_0x277a61[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x1a8)]):_0x277a61[_0xb9c47c(0x183)]={};else _0x453df0[_0xb9c47c(0x15b)]&&(this[_0xb9c47c(0x13c)](_0xd84428),_0x453df0[_0xb9c47c(0xec)]&&this[_0xb9c47c(0x17c)](_0xd84428),(_0x453df0[_0xb9c47c(0x1c8)]||_0x453df0[_0xb9c47c(0xec)])&&(_0x277a61[_0xb9c47c(0x14e)]=this['getHooksForTest'](_0xd84428)));this[_0xb9c47c(0x1c9)]&&(_0x453df0['started']||_0x453df0[_0xb9c47c(0xec)])&&(_0x277a61[_0x372bb2[_0xb9c47c(0x11d)]]=this[_0xb9c47c(0x134)](this[_0xb9c47c(0x1c9)]));_0x453df0[_0xb9c47c(0x15b)]&&_0x453df0[_0xb9c47c(0x1c8)]&&_0xd84428[_0xb9c47c(0xfc)]&&(_0x277a61[_0x372bb2[_0xb9c47c(0x19a)]]={'feature':{'name':_0xd84428['parent'][_0xb9c47c(0x1ae)]['name'],'path':_0x277a61['file_name'],'description':_0xd84428['parent'][_0xb9c47c(0x1ba)]},'scenario':{'name':_0xd84428[_0xb9c47c(0x1ac)]},'steps':_0xd84428[_0xb9c47c(0xfc)]});const _0x883be=_0x277a61[_0x372bb2[_0xb9c47c(0xf7)]][0x0];_0x883be&&(_0x277a61[_0x372bb2[_0xb9c47c(0x1bf)]]=_0x883be[_0x372bb2['PdCry']],_0x277a61[_0x372bb2['pocJt']]=_0x883be[_0x372bb2['eYkse']]);if(_0xd84428['bddSteps'])for(const _0xceafc9 of _0xd84428[_0xb9c47c(0xfc)]){!_0xceafc9[_0xb9c47c(0xfd)]&&(_0xceafc9[_0xb9c47c(0xfd)]=new Date()[_0xb9c47c(0x17b)](),_0x372bb2['gKfFT'](_0xceafc9[_0xb9c47c(0x19e)],_0x372bb2[_0xb9c47c(0x127)])&&(_0x883be?(_0xceafc9[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x16a)],_0xceafc9[_0xb9c47c(0x142)]=_0x883be[_0x372bb2[_0xb9c47c(0x120)]][0x0]):_0xceafc9[_0xb9c47c(0x19e)]=_0x372bb2[_0xb9c47c(0x1a8)]));}const _0x4b12ce={};_0x4b12ce[_0xb9c47c(0x147)]=_0x453df0[_0xb9c47c(0xec)]?TEST_EVENTS[_0xb9c47c(0xf9)]:_0x31590f;const _0x1ba211=_0x4b12ce;return _0x453df0[_0xb9c47c(0x143)]?_0x1ba211[_0x372bb2[_0xb9c47c(0x171)]]=_0x277a61:_0x1ba211[_0x372bb2['HjKyb']]=_0x277a61,_0x1ba211;}catch(_0x353190){logger[_0xb9c47c(0x1af)]('Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x31590f+_0xb9c47c(0x1df)+_0x353190);}}async[a4_0x5b7f31(0x1d0)](_0x4bfced,_0x51ad81){const _0x575614=a4_0x5b7f31;if(!this[_0x575614(0xf1)]||!_0x51ad81||!_0x4bfced)return![];try{return await SessionHandler[_0x575614(0x155)](_0x51ad81);}catch(_0x4eae47){logger[_0x575614(0x1af)](_0x575614(0x103)+_0x4bfced+_0x575614(0x1df)+_0x4eae47);}}[a4_0x5b7f31(0x17d)](_0x18ea5e){const _0x506dc6=a4_0x5b7f31,_0x3a2d37={};_0x3a2d37[_0x506dc6(0x15f)]=_0x506dc6(0x112);const _0x3d6c0f=_0x3a2d37;return{'id':_0x18ea5e[_0x506dc6(0x13b)],'text':_0x18ea5e[_0x506dc6(0xf8)],'keyword':_0x18ea5e[_0x506dc6(0x1a4)],'started_at':_0x18ea5e[_0x506dc6(0x189)][_0x506dc6(0x17b)](),'result':_0x3d6c0f[_0x506dc6(0x15f)]};}['bddStepStart'](_0x319736){const _0x4a5ae7=a4_0x5b7f31,_0x407e1b={'LgMtv':function(_0x1c0d89){return _0x1c0d89();}};!this[_0x4a5ae7(0x1b7)]['bddSteps']&&(this[_0x4a5ae7(0x1b7)][_0x4a5ae7(0xfc)]=[]),!_0x319736[_0x4a5ae7(0x13b)]&&(_0x319736['stepAnalyticsId']=_0x407e1b[_0x4a5ae7(0x110)](uuidv4),_0x319736[_0x4a5ae7(0x189)]=new Date(),this[_0x4a5ae7(0x1b7)][_0x4a5ae7(0xfc)]['push'](this[_0x4a5ae7(0x17d)](_0x319736)));}['bddStepFinish'](_0x1142f3){const _0x5af97a=a4_0x5b7f31,_0xfa2093={'nbYno':function(_0x5ef9fb,_0x29f6b3){return _0x5ef9fb(_0x29f6b3);},'vlVPG':_0x5af97a(0x199),'rLqZF':_0x5af97a(0x112),'wlxwu':_0x5af97a(0x186),'Yluqb':function(_0x419fc7,_0xf54cbf){return _0x419fc7-_0xf54cbf;}};let _0x17a958=this[_0x5af97a(0x1b7)][_0x5af97a(0xfc)]['find'](_0x5acd14=>_0x5acd14['id']===_0x1142f3[_0x5af97a(0x13b)]);_0xfa2093[_0x5af97a(0x16d)](isUndefined,_0x17a958)&&(_0x17a958=this[_0x5af97a(0x17d)](_0x1142f3)),_0x17a958['result']=[_0xfa2093[_0x5af97a(0x13e)],_0xfa2093[_0x5af97a(0x19c)]][_0x5af97a(0x12c)](_0x1142f3[_0x5af97a(0x160)])?_0xfa2093[_0x5af97a(0x133)]:_0x1142f3[_0x5af97a(0x160)],_0x17a958['finished_at']=new Date()['toISOString'](),_0x17a958[_0x5af97a(0x162)]=_0xfa2093['Yluqb'](Date[_0x5af97a(0x12a)](),_0x1142f3[_0x5af97a(0x189)][_0x5af97a(0x100)]()),_0x17a958['failure']=_0x1142f3[_0x5af97a(0x12e)]?_0x1142f3['err'][_0x5af97a(0x14a)]:null;}}const a4_0x10c80d={};a4_0x10c80d[a4_0x5b7f31(0x1e9)]=O11yHelper,a4_0x10c80d['STATE_PASSED']=STATE_PASSED,a4_0x10c80d[a4_0x5b7f31(0x1da)]=STATE_FAILED,a4_0x10c80d[a4_0x5b7f31(0x1a5)]=TEST_EVENTS,module[a4_0x5b7f31(0x19d)]=a4_0x10c80d;
|
|
1
|
+
const a4_0x2e26c9=a4_0x4c22;(function(_0x3d2330,_0x5c9126){const _0x3d2c03=a4_0x4c22,_0x243aa4=_0x3d2330();while(!![]){try{const _0x39f29a=parseInt(_0x3d2c03(0x187))/0x1*(parseInt(_0x3d2c03(0xcf))/0x2)+-parseInt(_0x3d2c03(0xd9))/0x3*(-parseInt(_0x3d2c03(0x11c))/0x4)+parseInt(_0x3d2c03(0xe9))/0x5*(-parseInt(_0x3d2c03(0x114))/0x6)+parseInt(_0x3d2c03(0x186))/0x7*(-parseInt(_0x3d2c03(0xf6))/0x8)+parseInt(_0x3d2c03(0x1af))/0x9*(-parseInt(_0x3d2c03(0xcb))/0xa)+parseInt(_0x3d2c03(0x124))/0xb+parseInt(_0x3d2c03(0xd5))/0xc;if(_0x39f29a===_0x5c9126)break;else _0x243aa4['push'](_0x243aa4['shift']());}catch(_0x25dc8a){_0x243aa4['push'](_0x243aa4['shift']());}}}(a4_0x4fad,0x5fcda));function a4_0x4c22(_0x4e6d4b,_0x292a4e){const _0x4fadfc=a4_0x4fad();return a4_0x4c22=function(_0x4c226f,_0x1ed5ea){_0x4c226f=_0x4c226f-0xcb;let _0x5afffc=_0x4fadfc[_0x4c226f];return _0x5afffc;},a4_0x4c22(_0x4e6d4b,_0x292a4e);}function a4_0x4fad(){const _0x31a89e=['VwjkA','setupBrowserDetails','constructor','OKWyi','zrftm','../utils/constants','toString','getHookType','hooks','push','test_run_uuid','O11yHelper','838690aCDlEe','rdBZJ','ttiro','wsEndpoint','4ExivTy','hook','name','suites','YwRlC','resetSkipTestHooks','13838232xXUAiA','obsBrowserTypeMockApplied','errorsDetailed','text','3eVbRiN','wXVaZ','../../helpers/test-observability/requestQueueHandler','XjpoV','title','mkZel','\x20with\x20error\x20:\x20','DNbze','Playwright','aZLhU','eYxPh','TestRunFinished','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','oZoVx','RorvE','getHooksForTest','98135vbfuLL','Pagdp','AdQff','browserType.js','message','err','../../helpers/test-observability/constants','codeceptjs','LogCreated','join','JTdOb','bind','BROWSERSTACK','5849032rGtHJu','sep','prototype','MuWyj','driver','Failed\x20to\x20parse\x20wsendpoint\x20','MUHDN','shutdown','PkhPC','location_prefix','body','connect','inspect','CaIto','integrations','includes','pending','../mocha/test-observability/mochaUtils','expanded','LiioD','aoctU','enabled','epHpU','sendCBTInfo','Not\x20able\x20to\x20import\x20Browser','hookAnalyticsId','getRootParentFile','AYraQ','start','then','186eacaFf','test','findGitConfig','apply','fullTitle','../playwright/accessibility-helper','logs','qjFlq','1197172PcUQba','frameworkName','ntmFZ','_afterAll','.git','getInstance','boBDg','VwcRh','4472600bZcBeF','stepAnalyticsId','testAnalyticsId','_afterEach','gvSaF','finished','dirname','defineProperty','../playwright/sessionDetails','mapTestHooks','forEach','cwd','hwXrQ','../../helpers/helper','captureEvent','result','match','duration','getTime','nPTgV','File\x20path\x20could\x20not\x20be\x20found','patchConsoleLogger','xfEWW','currentTest','toUpperCase','TEST_REPORTING_ANALYTICS','_beforeEach','file','cYbyH','config','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','uploadEventData','type','PathHelper','file_name','parent','connectOverCDP','BrowserType','getHierarchy','groups','pid','started','qUpRN','XNptM','removeAllListeners','getFailureType','uGuQh','WdoHO','FUySf','../../helpers/logger','toLowerCase','NkIkX','yWiHr','bddSteps','YpILK','hook_run_uuid','LYHwq','dpCKs','KPTMr','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','failure','xdcWQ','failureData','status','statSync','failed','UYyxG','MaHNk','ciFlA','browserstack','CThRY','gQIHM','Checking\x20for\x20accessibility\x20automation\x20session\x20with\x20','LHsSk','qTYCL','passed','gAFWY','concat','EULMT','toISOString','fireEvent','RsHKc','TEST_RUN_FINISHED','markedStatus','test_run','_beforeAll','lHXLy','PXyNQ','comment','failure_reason_expanded','_testEnv','TVVeH','../../helpers/testhub/utils.js','SXAXq','mZCmp','HOOK_RUN_FINISHED','pvIVF','skipped','7gRaSze','146121csFTvS','ctx','length','XKwhg','TEST_RUN_SKIPPED','JhVlT','accessibilityPlatform','retryOf','eJtWr','failure_backtrace','finished_at','tags','string','HookRunStarted','MOzQb','backtrace','4|3|1|2|5|0','Exception\x20in\x20sending\x20test\x20data\x20for\x20event\x20','QEaGj','client','failed\x20to\x20get\x20root\x20parent\x20file\x20','GIbkU','prefixTestPath','find','TEST_EVENTS','STATE_FAILED','now','initializeBddStep','debug','GPGHM','dYgEJ','../../helpers/test-observability/utils','launch','appendTestItemLog','replace','event_type','startedAt','fkgtU','TvMwn','./helper.js','45sZYFlG','util','stringify','split','QhSyI','getCBTInfo','currentHook','bs:addLog:'];a4_0x4fad=function(){return _0x31a89e;};return a4_0x4fad();}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),{importFileFromPWCore,nestedKeyValue,parseWSEndpoint,isUndefined}=require(a4_0x2e26c9(0x131)),testOpsHelper=require(a4_0x2e26c9(0x1a6)),{getTestEnv}=require(a4_0x2e26c9(0x107)),{FRAMEWORKS}=require(a4_0x2e26c9(0xef)),logger=require(a4_0x2e26c9(0x155))['winstonLogger'],SessionHandler=require('../../helpers/test-observability/sessionHandler'),RequestQueueHandler=require(a4_0x2e26c9(0xdb)),PlaywrightSessionDetails=require(a4_0x2e26c9(0x12c)),debug=testOpsHelper[a4_0x2e26c9(0x1a3)],{processAccessibilityCaps}=require(a4_0x2e26c9(0x119)),Constants=require(a4_0x2e26c9(0x1bc)),{fetchPlatformDetails}=require(a4_0x2e26c9(0x1ae)),{shouldProcessEventForTesthub,appendTesthubParams}=require(a4_0x2e26c9(0x180)),constants=require(a4_0x2e26c9(0x1bc)),STATE_PASSED=a4_0x2e26c9(0x16f),STATE_FAILED='failed',a4_0x3ce326={};a4_0x3ce326['TEST_RUN_STARTED']='TestRunStarted',a4_0x3ce326[a4_0x2e26c9(0x176)]=a4_0x2e26c9(0xe4),a4_0x3ce326[a4_0x2e26c9(0x18b)]='TestRunSkipped',a4_0x3ce326['HOOK_RUN_STARTED']=a4_0x2e26c9(0x194),a4_0x3ce326[a4_0x2e26c9(0x183)]='HookRunFinished';const TEST_EVENTS=a4_0x3ce326,parseEvent=_0x134d9d=>{const _0x185264=a4_0x2e26c9,_0x9470d8={};_0x9470d8['mZCmp']=function(_0x3c7ee6,_0x1c6b7e){return _0x3c7ee6<_0x1c6b7e;},_0x9470d8[_0x185264(0x152)]=function(_0x22600a,_0x46b03){return _0x22600a===_0x46b03;},_0x9470d8[_0x185264(0x170)]=_0x185264(0x115),_0x9470d8[_0x185264(0x158)]=function(_0x281ec2,_0x4a3b0a){return _0x281ec2===_0x4a3b0a;},_0x9470d8['VwcRh']=_0x185264(0xd0),_0x9470d8[_0x185264(0x128)]=_0x185264(0x185),_0x9470d8[_0x185264(0xe2)]=function(_0x3bd841,_0x39e2){return _0x3bd841===_0x39e2;},_0x9470d8[_0x185264(0x17b)]=_0x185264(0x14d),_0x9470d8[_0x185264(0x195)]=function(_0x1c1343,_0x3287d3){return _0x1c1343===_0x3287d3;},_0x9470d8[_0x185264(0x16e)]=_0x185264(0x129);const _0x4e469b=_0x9470d8,_0x3a7934=_0x134d9d[_0x185264(0x134)](/^(.*)Run(.*)$/);if(!_0x3a7934)return null;if(_0x4e469b[_0x185264(0x182)](_0x3a7934[_0x185264(0x189)],0x3))return null;const _0x5df3e9=_0x3a7934[0x1][_0x185264(0x156)](),_0x4084f3=_0x3a7934[0x2][_0x185264(0x156)]();return{'test':_0x4e469b[_0x185264(0x152)](_0x5df3e9,_0x4e469b[_0x185264(0x170)]),'hook':_0x4e469b[_0x185264(0x158)](_0x5df3e9,_0x4e469b[_0x185264(0x123)]),'skipped':_0x4e469b['uGuQh'](_0x4084f3,_0x4e469b[_0x185264(0x128)]),'started':_0x4e469b['aZLhU'](_0x4084f3,_0x4e469b[_0x185264(0x17b)]),'finished':_0x4e469b[_0x185264(0x195)](_0x4084f3,_0x4e469b['qTYCL'])};},mockPWBrowserType=_0x156930=>{const _0x22561f=a4_0x2e26c9,_0x5a5073={'xdcWQ':function(_0x43bdd6,_0x52e85a){return _0x43bdd6===_0x52e85a;},'XKwhg':_0x22561f(0x193),'fRFAm':function(_0xf0f5a3,_0x991d44,_0xda07b5){return _0xf0f5a3(_0x991d44,_0xda07b5);},'LiioD':_0x22561f(0xce),'ciFlA':function(_0x392941,_0x19da6b){return _0x392941(_0x19da6b);},'RsHKc':_0x22561f(0x169),'QhSyI':'lib','CThRY':_0x22561f(0x19a),'Pagdp':_0x22561f(0xec),'qUpRN':function(_0x5ae591,_0x2569ba){return _0x5ae591(_0x2569ba);},'dpCKs':_0x22561f(0x10e),'NtxLX':_0x22561f(0x101),'UYyxG':_0x22561f(0x1a7)},_0x43f902=path['join'](_0x5a5073[_0x22561f(0x1b3)],_0x5a5073[_0x22561f(0x16a)],_0x5a5073[_0x22561f(0xea)]),_0x3ce7fe=_0x5a5073[_0x22561f(0x168)](importFileFromPWCore,_0x43f902);if(!_0x3ce7fe){_0x5a5073[_0x22561f(0x14e)](debug,_0x5a5073[_0x22561f(0x15d)]);return;}const _0x1c70b5=_0x3ce7fe[_0x22561f(0x149)],_0x4b1572=_0x1c70b5[_0x22561f(0xf8)];if(_0x4b1572[_0x22561f(0xd6)])return;const _0x4d35ef=_0x4b1572['connect'];Object['defineProperty'](_0x4b1572,_0x5a5073['NtxLX'],{'get':function(){const _0x1ed4bf=_0x22561f,_0x447a49={'bveMB':function(_0xe0926b,_0x3fbf5e){const _0x542e0d=a4_0x4c22;return _0x5a5073[_0x542e0d(0x161)](_0xe0926b,_0x3fbf5e);},'ogsse':_0x5a5073[_0x1ed4bf(0x18a)],'hwXrQ':function(_0x3b851f,_0x156e42,_0x7e553a){return _0x5a5073['fRFAm'](_0x3b851f,_0x156e42,_0x7e553a);},'epHpU':_0x5a5073[_0x1ed4bf(0x109)],'EiAZn':function(_0x6828a5,_0x20eab7){const _0x140f7d=_0x1ed4bf;return _0x5a5073[_0x140f7d(0x168)](_0x6828a5,_0x20eab7);},'nPTgV':_0x5a5073[_0x1ed4bf(0x175)],'AAWiT':function(_0x596af6,_0x1b24e9){const _0x1de393=_0x1ed4bf;return _0x5a5073[_0x1de393(0x168)](_0x596af6,_0x1b24e9);}};return async function _0x5015b2(_0x307e75,_0x27a47c){const _0x149f46=_0x1ed4bf,_0x2fa489=_0x447a49['hwXrQ'](nestedKeyValue,_0x307e75,[_0x447a49[_0x149f46(0x10c)]])||_0x307e75;let _0xa0742c=null,_0x450739=null;try{[_0x450739,_0xa0742c]=_0x2fa489?_0x447a49['EiAZn'](parseWSEndpoint,_0x2fa489):[null,null],global['__platformCaps']=_0xa0742c,logger['debug'](_0x149f46(0x16c)+_0x450739),_0x450739[_0x149f46(0x105)](Constants[_0x149f46(0xf5)])&&(global['__cloud_provider___']=_0x447a49[_0x149f46(0x137)]);}catch(_0x4fe089){logger[_0x149f46(0x1a3)](_0x149f46(0xfb)+_0x2fa489+'\x20'+_0x4fe089);}_0x447a49[_0x149f46(0x130)](processAccessibilityCaps,_0xa0742c,_0x450739);if(global[_0x149f46(0x18d)]){const _0x3acb42=await _0x4b1572[_0x149f46(0x148)][_0x149f46(0x117)](this,[''+Constants['PLAYWRIGHT_HUB_URL']+_0x447a49['AAWiT'](encodeURIComponent,JSON[_0x149f46(0x1b1)](_0xa0742c))]);return PlaywrightSessionDetails[_0x149f46(0x1b8)](_0x3acb42,_0x156930,_0x2fa489),_0x3acb42;}return _0x4d35ef['apply'](this,arguments)[_0x149f46(0x113)](_0x1fca62=>{const _0x39e2e2=_0x149f46;let _0x50ec3b=_0x307e75[_0x39e2e2(0xce)];return _0x447a49['bveMB'](typeof _0x307e75,_0x447a49['ogsse'])&&(_0x50ec3b=_0x307e75),PlaywrightSessionDetails['setupBrowserDetails'](_0x1fca62,_0x156930,_0x50ec3b),_0x1fca62;});};}});const _0x3b7f36=_0x4b1572[_0x22561f(0x1a7)];Object[_0x22561f(0x12b)](_0x4b1572,_0x5a5073[_0x22561f(0x166)],{'get':function(){return async function _0x20a74f(){const _0x442957=a4_0x4c22;return _0x3b7f36[_0x442957(0x117)](this,arguments)[_0x442957(0x113)](_0x3d17db=>{const _0x2d0abe=_0x442957;return PlaywrightSessionDetails[_0x2d0abe(0x1b8)](_0x3d17db,null),_0x3d17db;});};}});};class O11yHelper{[a4_0x2e26c9(0x13b)]=null;['currentHook']=null;[a4_0x2e26c9(0x10b)]=![];['frameworkName']=![];constructor(_0xb975a1,_0x2228af){const _0x42cb00=a4_0x2e26c9,_0x39d8f6={'XiqEp':_0x42cb00(0x197),'PlWnt':function(_0x1db9a9,_0x1e8ce8){return _0x1db9a9===_0x1e8ce8;},'FKxCj':_0x42cb00(0xe1),'JTdOb':function(_0x3061f7,_0x2763ef){return _0x3061f7(_0x2763ef);},'aoctU':function(_0x303315){return _0x303315();}},_0x2623e5=_0x39d8f6['XiqEp'][_0x42cb00(0x1b2)]('|');let _0x4eeac9=0x0;while(!![]){switch(_0x2623e5[_0x4eeac9++]){case'0':this[_0x42cb00(0xfa)]&&_0x39d8f6['PlWnt'](this[_0x42cb00(0xfa)][_0x42cb00(0x1b9)][_0x42cb00(0xd1)],_0x39d8f6['FKxCj'])&&_0x39d8f6[_0x42cb00(0xf3)](mockPWBrowserType,null);continue;case'1':this[_0x42cb00(0xfa)]=_0xb975a1;continue;case'2':this['_testEnv']=_0x39d8f6['aoctU'](getTestEnv);continue;case'3':this['frameworkName']=_0x2228af[_0x42cb00(0x11d)];continue;case'4':this['enabled']=_0x39d8f6[_0x42cb00(0x10a)](shouldProcessEventForTesthub);continue;case'5':this['_paths']=new testOpsHelper[(_0x42cb00(0x145))]({'cwd':process[_0x42cb00(0x12f)]()},this[_0x42cb00(0x17e)][_0x42cb00(0xff)]);continue;}break;}}[a4_0x2e26c9(0x112)](){const _0x43eae0=a4_0x2e26c9;if(!this[_0x43eae0(0x10b)])return;testOpsHelper[_0x43eae0(0x139)](),process[_0x43eae0(0x150)]('bs:addLog:'+process['pid']),process['on'](_0x43eae0(0x1b6)+process[_0x43eae0(0x14c)],this[_0x43eae0(0x1a8)][_0x43eae0(0xf4)](this));}async['stop'](){const _0x13c2b2=a4_0x2e26c9;await RequestQueueHandler[_0x13c2b2(0x121)]()[_0x13c2b2(0xfd)]();}async['appendTestItemLog'](_0x5965eb){const _0xaa72d1=a4_0x2e26c9,_0x3e68d7={'TvMwn':_0xaa72d1(0xf1),'qjFlq':function(_0x3c62e7,_0x4b415d){return _0x3c62e7(_0x4b415d);}};try{this[_0xaa72d1(0x1b5)]&&!this[_0xaa72d1(0x1b5)][_0xaa72d1(0x177)]&&(_0x5965eb[_0xaa72d1(0x15b)]=this[_0xaa72d1(0x1b5)]['hookAnalyticsId']);!_0x5965eb[_0xaa72d1(0x15b)]&&this['currentTest']&&!this['currentTest'][_0xaa72d1(0x177)]&&(_0x5965eb[_0xaa72d1(0x1c1)]=this[_0xaa72d1(0x13b)]['testAnalyticsId']);if(_0x5965eb[_0xaa72d1(0x15b)]||_0x5965eb['test_run_uuid']){const _0x338f3f={};_0x338f3f[_0xaa72d1(0x1aa)]=_0x3e68d7[_0xaa72d1(0x1ad)],_0x338f3f[_0xaa72d1(0x11a)]=[_0x5965eb],await SessionHandler[_0xaa72d1(0x143)](_0x338f3f);}}catch(_0x544e1c){_0x3e68d7[_0xaa72d1(0x11b)](debug,_0xaa72d1(0x142)+constants[_0xaa72d1(0x13d)]+_0xaa72d1(0xdf)+_0x544e1c);}}async[a4_0x2e26c9(0x10d)](_0x2764e3){const _0x427f6b=a4_0x2e26c9,_0x35686c={'ntmFZ':'CBTSessionCreated','KxxQt':function(_0x20a32a,_0x2542ff){return _0x20a32a(_0x2542ff);}};if(!this[_0x427f6b(0x10b)])return;const _0x27204f=this[_0x427f6b(0x1b4)](this[_0x427f6b(0xfa)]);try{const _0x56506f={};_0x56506f['uuid']=_0x2764e3,_0x56506f[_0x427f6b(0x104)]=_0x27204f;const _0x324a52=_0x56506f,_0xa7d46={};_0xa7d46['event_type']=_0x35686c[_0x427f6b(0x11e)],_0xa7d46[_0x427f6b(0x178)]=_0x324a52,await SessionHandler[_0x427f6b(0x143)](_0xa7d46);}catch(_0x1463ca){_0x35686c['KxxQt'](debug,_0x427f6b(0xe5)+constants['TEST_REPORTING_ANALYTICS']+_0x427f6b(0xdf)+_0x1463ca);}}[a4_0x2e26c9(0x1b4)](_0x2ed6d8){const _0x436625={'HPjGI':function(_0x3f74fc,_0x57efac){return _0x3f74fc(_0x57efac);}};return _0x436625['HPjGI'](fetchPlatformDetails,_0x2ed6d8);}[a4_0x2e26c9(0xd4)]=_0x40e488=>{const _0xacb71c=a4_0x2e26c9,_0x1ffa37={};_0x1ffa37['YwRlC']=_0xacb71c(0x13e),_0x1ffa37[_0xacb71c(0x1b7)]='_afterEach';const _0x432c4a=_0x1ffa37;if(!_0x40e488||!_0x40e488['parent'])return;[_0x432c4a[_0xacb71c(0xd3)],_0x432c4a[_0xacb71c(0x1b7)]]['forEach'](_0x1eb874=>{const _0x41c9e3=_0xacb71c,_0x22ae49=_0x40e488['parent'][_0x1eb874];_0x22ae49[_0x41c9e3(0x12e)](_0x214b97=>{const _0x43f49f=_0x41c9e3;_0x214b97[_0x43f49f(0x10f)]&&(_0x214b97[_0x43f49f(0x10f)]=null);});});};['mapTestHooks'](_0x2ca4e5){const _0x273918=a4_0x2e26c9,_0x542135={'MaHNk':_0x273918(0xf0),'MuWyj':function(_0x4e0d3e){return _0x4e0d3e();},'wXVaZ':function(_0x2b9f3a,_0x830c91){return _0x2b9f3a===_0x830c91;},'TVVeH':_0x273918(0x127),'JhVlT':_0x273918(0x179),'KYKHJ':_0x273918(0x11f),'zrftm':'_beforeEach'};if(!_0x2ca4e5||!_0x2ca4e5['parent'])return;[_0x542135[_0x273918(0x18c)],_0x542135['KYKHJ'],_0x542135[_0x273918(0x1bb)],_0x542135[_0x273918(0x17f)]][_0x273918(0x12e)](_0x20491e=>{const _0x7d3e5b=_0x273918,_0x4e8825=_0x2ca4e5[_0x7d3e5b(0x147)][_0x20491e]||[];_0x4e8825[_0x7d3e5b(0x12e)](_0x30f841=>{const _0x27d3a8=_0x7d3e5b;if(_0x30f841[_0x27d3a8(0xdd)]['includes'](_0x542135[_0x27d3a8(0x167)]))return;if(!_0x30f841['hookAnalyticsId'])_0x30f841[_0x27d3a8(0x10f)]=_0x542135[_0x27d3a8(0xf9)](uuidv4);else _0x30f841['markedStatus']&&_0x542135[_0x27d3a8(0xda)](_0x20491e,_0x542135[_0x27d3a8(0x17f)])&&(_0x30f841[_0x27d3a8(0x10f)]=_0x542135['MuWyj'](uuidv4),delete _0x30f841['markedStatus']);});}),this['mapTestHooks'](_0x2ca4e5[_0x273918(0x147)]);}['getHooksForTest'](_0x791c50){const _0x554679=a4_0x2e26c9,_0xb05c88={};_0xb05c88['YpILK']=_0x554679(0x179),_0xb05c88['EULMT']=_0x554679(0x11f),_0xb05c88['PkhPC']=_0x554679(0x13e),_0xb05c88['GIbkU']=_0x554679(0x127);const _0x562c7b=_0xb05c88;if(!_0x791c50||!_0x791c50['parent'])return[];const _0x201395=[];return[_0x562c7b[_0x554679(0x15a)],_0x562c7b[_0x554679(0x172)],_0x562c7b[_0x554679(0xfe)],_0x562c7b[_0x554679(0x19c)]][_0x554679(0x12e)](_0x3b2e9c=>{const _0x294904=_0x554679,_0x429541=_0x791c50[_0x294904(0x147)][_0x3b2e9c]||[];_0x429541[_0x294904(0x12e)](_0x4fa7ac=>{const _0x2c3cee=_0x294904;_0x4fa7ac[_0x2c3cee(0x10f)]&&_0x201395[_0x2c3cee(0x1c0)](_0x4fa7ac[_0x2c3cee(0x10f)]);});}),[][_0x554679(0x171)](_0x201395,this['getHooksForTest'](_0x791c50[_0x554679(0x147)]));}[a4_0x2e26c9(0x1be)](_0x35fc6f){const _0x237173=a4_0x2e26c9,_0x14cdef=/^"(?<hook>.*)" hook:.*$/,_0x44aea2=_0x35fc6f[_0x237173(0xdd)],_0x38fd13=_0x44aea2[_0x237173(0x134)](_0x14cdef);if(_0x38fd13&&_0x38fd13[_0x237173(0x14b)])return _0x38fd13[_0x237173(0x14b)][_0x237173(0xd0)][_0x237173(0x13c)]()[_0x237173(0x1a9)]('\x20','_');return null;}[a4_0x2e26c9(0x116)](_0x55c588){const _0x3f2549=a4_0x2e26c9,_0x5d98ff={};_0x5d98ff[_0x3f2549(0xe7)]=function(_0x550bdb,_0x147460){return _0x550bdb===_0x147460;},_0x5d98ff[_0x3f2549(0x17a)]=function(_0x15850f,_0x13173b){return _0x15850f===_0x13173b;},_0x5d98ff[_0x3f2549(0x1a5)]=function(_0x4a8a15,_0x1da9ea){return _0x4a8a15===_0x1da9ea;},_0x5d98ff[_0x3f2549(0x1a4)]=_0x3f2549(0x120),_0x5d98ff[_0x3f2549(0x199)]=_0x3f2549(0x141);const _0x340a42=_0x5d98ff,_0x556f5d=path[_0x3f2549(0xf7)];if(_0x340a42[_0x3f2549(0xe7)](_0x55c588,null)||_0x340a42[_0x3f2549(0x17a)](_0x55c588,'')||_0x340a42[_0x3f2549(0x17a)](_0x55c588,_0x556f5d)||_0x340a42[_0x3f2549(0x1a5)](_0x55c588,path[_0x3f2549(0x12a)](_0x55c588)))return null;try{return fs[_0x3f2549(0x164)](path[_0x3f2549(0xf2)](_0x55c588,_0x340a42['GPGHM'],_0x340a42['QEaGj'])),_0x55c588;}catch(_0x1593a2){const _0x5503ce=path['dirname'](_0x55c588);return this['findGitConfig'](_0x5503ce);}}[a4_0x2e26c9(0x110)](_0x1e65b0){const _0x322677=a4_0x2e26c9,_0x160bcf={};_0x160bcf[_0x322677(0x111)]=function(_0x53f1b0,_0x23b3f2){return _0x53f1b0>_0x23b3f2;};const _0x51ef57=_0x160bcf;if(_0x1e65b0['file'])return _0x1e65b0[_0x322677(0x13f)];if(_0x1e65b0[_0x322677(0x188)]){const _0x2ff044=_0x1e65b0[_0x322677(0x188)]['currentTest']?this[_0x322677(0x110)](_0x1e65b0[_0x322677(0x188)][_0x322677(0x13b)]):null;if(_0x2ff044)return _0x2ff044;}if(_0x1e65b0[_0x322677(0x147)]){const _0x4d8cda=this[_0x322677(0x110)](_0x1e65b0['parent'])||(_0x1e65b0['parent'][_0x322677(0x188)]&&_0x1e65b0[_0x322677(0x147)][_0x322677(0x188)][_0x322677(0x13b)]?this[_0x322677(0x110)](_0x1e65b0[_0x322677(0x147)][_0x322677(0x188)][_0x322677(0x13b)]):null);if(_0x4d8cda)return _0x4d8cda;_0x1e65b0[_0x322677(0x147)][_0x322677(0xd2)]&&_0x51ef57[_0x322677(0x111)](_0x1e65b0[_0x322677(0x147)][_0x322677(0xd2)][_0x322677(0x189)],0x0)&&_0x1e65b0[_0x322677(0x147)]['suites'][_0x322677(0x12e)](_0x54df76=>{const _0x4ccf5f=_0x322677,_0x50570d=_0x54df76[_0x4ccf5f(0x188)]?this[_0x4ccf5f(0x110)](_0x54df76[_0x4ccf5f(0x188)]):null;if(_0x50570d)return _0x50570d;});}return null;}[a4_0x2e26c9(0x14a)](_0x5d84cf){const _0x51d78c=a4_0x2e26c9,_0x558e87={};_0x558e87[_0x51d78c(0x181)]=function(_0x35f2eb,_0xcf52df){return _0x35f2eb!==_0xcf52df;};const _0x2d76a4=_0x558e87,_0x276d41=[];if(_0x5d84cf&&_0x5d84cf['parent']){let _0x27e15a=_0x5d84cf[_0x51d78c(0x147)];while(_0x27e15a&&_0x2d76a4[_0x51d78c(0x181)](_0x27e15a[_0x51d78c(0xdd)],'')){_0x276d41['push'](_0x27e15a[_0x51d78c(0xdd)]),_0x27e15a=_0x27e15a[_0x51d78c(0x147)];}}return _0x276d41;}[a4_0x2e26c9(0x132)](_0x30eb55,_0x211ca4,_0x4605c4=undefined){const _0x456f3c=a4_0x2e26c9,_0x36530b={'cYbyH':function(_0x2c83a8,_0x5cbda7){return _0x2c83a8(_0x5cbda7);},'LYHwq':function(_0x59ac98){return _0x59ac98();},'pvIVF':function(_0x53b649){return _0x53b649();},'CaIto':function(_0x2572f8){return _0x2572f8();},'XjpoV':function(_0x178a38){return _0x178a38();},'eJtWr':_0x456f3c(0x1b0),'XNptM':'err','eYxPh':function(_0x2db977,_0x4ef256){return _0x2db977!==_0x4ef256;},'WdoHO':function(_0x1b9f98,_0x4c8312){return _0x1b9f98!==_0x4c8312;},'OKWyi':_0x456f3c(0x138),'FUySf':_0x456f3c(0x106),'ttiro':_0x456f3c(0x165),'mkZel':'passed','iPTzd':_0x456f3c(0x185),'gQIHM':'javascript','rdBZJ':function(_0x14472f,_0x4ef7de){return _0x14472f-_0x4ef7de;},'sHIsd':function(_0x437945,_0x61e9a9,_0x16cbd9,_0x2379fc,_0x5226dc){return _0x437945(_0x61e9a9,_0x16cbd9,_0x2379fc,_0x5226dc);},'RnYXi':_0x456f3c(0x104),'bjgkD':'meta','KPTMr':'failure','fkgtU':_0x456f3c(0x190),'NkIkX':_0x456f3c(0x196),'MUHDN':_0x456f3c(0x17d),'RBQQL':_0x456f3c(0x108),'xOWVT':function(_0x58051b,_0x58df75){return _0x58051b===_0x58df75;},'oZoVx':'hook_run','MVrOR':_0x456f3c(0x178)};if(!this[_0x456f3c(0x10b)])return;try{if(_0x211ca4['fn']&&_0x211ca4['fn']['toString']()[_0x456f3c(0x134)](/browserstack internal helper hook/))return;const _0x1678b9=_0x36530b[_0x456f3c(0x140)](parseEvent,_0x30eb55);if(!_0x1678b9)return;if(_0x1678b9[_0x456f3c(0x115)]){this['currentTest']=_0x211ca4,this[_0x456f3c(0x1b5)]=null;if(_0x1678b9[_0x456f3c(0x14d)]||_0x1678b9['skipped']){_0x211ca4[_0x456f3c(0x1ab)]=new Date(),_0x211ca4[_0x456f3c(0x177)]=![];if(!_0x211ca4[_0x456f3c(0x126)])_0x211ca4[_0x456f3c(0x126)]=_0x36530b[_0x456f3c(0x15c)](uuidv4);else _0x211ca4[_0x456f3c(0x177)]&&(!_0x211ca4[_0x456f3c(0x18e)]&&(_0x211ca4[_0x456f3c(0x18e)]=_0x211ca4[_0x456f3c(0x126)]),_0x211ca4['testAnalyticsId']=_0x36530b[_0x456f3c(0x184)](uuidv4));}}else{if(_0x1678b9['hook']){this[_0x456f3c(0x1b5)]=_0x211ca4;if(_0x1678b9['started']){_0x211ca4[_0x456f3c(0x1ab)]=new Date(),_0x211ca4[_0x456f3c(0x177)]=![];if(!_0x211ca4[_0x456f3c(0x10f)])_0x211ca4['hookAnalyticsId']=_0x36530b[_0x456f3c(0x103)](uuidv4);else _0x211ca4[_0x456f3c(0x10f)]&&_0x211ca4['markedStatus']&&(_0x211ca4[_0x456f3c(0x10f)]=_0x36530b[_0x456f3c(0xdc)](uuidv4));}}}if(_0x1678b9[_0x456f3c(0x129)]&&_0x211ca4[_0x456f3c(0x177)])return;let _0x12b4bf;try{_0x12b4bf=this['getRootParentFile'](_0x211ca4);}catch(_0xd1593e){logger[_0x456f3c(0x1a3)](_0x456f3c(0x19b)+_0xd1593e),_0x12b4bf=null;}const _0x174799=_0x36530b[_0x456f3c(0x140)](require,_0x36530b[_0x456f3c(0x18f)]);let _0x12a5fc=[];_0x4605c4&&(_0x12a5fc=[_0x4605c4,_0x36530b[_0x456f3c(0x14f)]]);const _0x36b2ec=_0x36530b[_0x456f3c(0xe3)](_0x211ca4[_0x456f3c(0xd7)],undefined)?_0x174799[_0x456f3c(0x102)](_0x211ca4[_0x456f3c(0xd7)][0x0]):_0x36530b[_0x456f3c(0x153)](_0x4605c4,undefined)?_0x4605c4[_0x456f3c(0x1bd)]():undefined,_0x204709=_0x12b4bf?this[_0x456f3c(0x116)](_0x12b4bf):null,_0x2a1388=_0x12b4bf?this['_paths'][_0x456f3c(0x19d)](this[_0x456f3c(0x110)](_0x211ca4)):_0x36530b[_0x456f3c(0x1ba)];let _0x252406=_0x36530b[_0x456f3c(0x154)];const _0xe20e7d=!_0x1678b9[_0x456f3c(0x14d)]?new Date()[_0x456f3c(0x173)]():null;if(_0x1678b9['finished'])_0x252406=_0x4605c4?_0x36530b[_0x456f3c(0xcd)]:_0x36530b[_0x456f3c(0xde)],_0x211ca4['markedStatus']=!![];else _0x1678b9[_0x456f3c(0x185)]&&(_0x252406=_0x36530b['iPTzd'],_0x211ca4[_0x456f3c(0x177)]=!![]);const _0x1ec953={'framework':this[_0x456f3c(0x11d)],'uuid':_0x211ca4[_0x456f3c(0x126)]||_0x211ca4[_0x456f3c(0x10f)],'name':_0x211ca4['title'],'body':{'lang':_0x36530b[_0x456f3c(0x16b)],'code':_0x211ca4['body'][_0x456f3c(0x1bd)]()},'type':_0x211ca4[_0x456f3c(0x144)],'scope':_0x211ca4[_0x456f3c(0x118)](),'scopes':this[_0x456f3c(0x14a)](_0x211ca4),'file_name':_0x2a1388,'vc_filepath':_0x204709?path['relative'](_0x204709,_0x12b4bf):null,'location':_0x2a1388,'result':_0x252406,'failure_reason':_0x36b2ec,'duration_in_ms':_0x211ca4[_0x456f3c(0x135)]||(_0x1678b9['finished']||_0x1678b9['skipped'])?_0x36530b[_0x456f3c(0xcc)](Date[_0x456f3c(0x1a1)](),new Date(_0x211ca4['startedAt'])[_0x456f3c(0x136)]()):null,'started_at':new Date(_0x211ca4[_0x456f3c(0x1ab)])[_0x456f3c(0x173)](),'finished_at':_0xe20e7d,'failure':testOpsHelper[_0x456f3c(0x162)]['apply'](null,_0x12a5fc),'failure_type':!_0x36b2ec?null:testOpsHelper[_0x456f3c(0x151)](_0x36b2ec),'retry_of':_0x211ca4[_0x456f3c(0x18e)]||null,'tags':_0x211ca4[_0x456f3c(0x192)]||[],'customRerunParam':{'rerun_name':_0x211ca4[_0x456f3c(0x118)]()}};_0x36530b['sHIsd'](appendTesthubParams,_0x1ec953,_0x30eb55,_0x211ca4,FRAMEWORKS['CODECEPT']);if(_0x1678b9[_0x456f3c(0xd0)])[_0x1ec953['hook_type'],_0x1ec953[_0x456f3c(0xd1)]]=[this[_0x456f3c(0x1be)](_0x211ca4),_0x211ca4[_0x456f3c(0x188)][_0x456f3c(0x115)][_0x456f3c(0xdd)]],_0x1678b9[_0x456f3c(0x129)]?_0x36530b[_0x456f3c(0xe3)](_0x1ec953[_0x456f3c(0x133)],_0x36530b[_0x456f3c(0xcd)])&&(_0x1ec953[_0x456f3c(0x133)]=_0x36530b['mkZel']):_0x1ec953[_0x456f3c(0x100)]={};else _0x1678b9[_0x456f3c(0x115)]&&(this[_0x456f3c(0x12d)](_0x211ca4),_0x1678b9[_0x456f3c(0x185)]&&this['resetSkipTestHooks'](_0x211ca4),(_0x1678b9['finished']||_0x1678b9[_0x456f3c(0x185)])&&(_0x1ec953[_0x456f3c(0x1bf)]=this[_0x456f3c(0xe8)](_0x211ca4)));this[_0x456f3c(0xfa)]&&(_0x1678b9['started']||_0x1678b9['skipped'])&&(_0x1ec953[_0x36530b['RnYXi']]=this[_0x456f3c(0x1b4)](this[_0x456f3c(0xfa)]));_0x1678b9[_0x456f3c(0x115)]&&_0x1678b9[_0x456f3c(0x129)]&&_0x211ca4[_0x456f3c(0x159)]&&(_0x1ec953[_0x36530b['bjgkD']]={'feature':{'name':_0x211ca4[_0x456f3c(0x147)]['feature'][_0x456f3c(0xd1)],'path':_0x1ec953[_0x456f3c(0x146)],'description':_0x211ca4[_0x456f3c(0x147)][_0x456f3c(0x17c)]},'scenario':{'name':_0x211ca4[_0x456f3c(0xdd)]},'steps':_0x211ca4[_0x456f3c(0x159)]});const _0x28387f=_0x1ec953[_0x36530b[_0x456f3c(0x15e)]][0x0];_0x28387f&&(_0x1ec953[_0x36530b[_0x456f3c(0x1ac)]]=_0x28387f[_0x36530b['NkIkX']],_0x1ec953[_0x36530b[_0x456f3c(0xfc)]]=_0x28387f[_0x36530b['RBQQL']]);if(_0x211ca4[_0x456f3c(0x159)])for(const _0x486153 of _0x211ca4[_0x456f3c(0x159)]){!_0x486153[_0x456f3c(0x191)]&&(_0x486153[_0x456f3c(0x191)]=new Date()[_0x456f3c(0x173)](),_0x36530b['xOWVT'](_0x486153[_0x456f3c(0x133)],_0x36530b[_0x456f3c(0x154)])&&(_0x28387f?(_0x486153['result']=_0x36530b['ttiro'],_0x486153[_0x456f3c(0x160)]=_0x28387f[_0x36530b[_0x456f3c(0x157)]][0x0]):_0x486153[_0x456f3c(0x133)]=_0x36530b[_0x456f3c(0xde)]));}const _0x1be04a={};_0x1be04a[_0x456f3c(0x1aa)]=_0x1678b9[_0x456f3c(0x185)]?TEST_EVENTS[_0x456f3c(0x176)]:_0x30eb55;const _0x2ad1b1=_0x1be04a;return _0x1678b9[_0x456f3c(0xd0)]?_0x2ad1b1[_0x36530b[_0x456f3c(0xe6)]]=_0x1ec953:_0x2ad1b1[_0x36530b['MVrOR']]=_0x1ec953,_0x2ad1b1;}catch(_0x210204){logger[_0x456f3c(0x1a3)](_0x456f3c(0x15f)+_0x30eb55+_0x456f3c(0xdf)+_0x210204);}}async[a4_0x2e26c9(0x174)](_0x329051,_0x5d2f06){const _0x549094=a4_0x2e26c9;if(!this[_0x549094(0x10b)]||!_0x5d2f06||!_0x329051)return![];try{return await SessionHandler[_0x549094(0x143)](_0x5d2f06);}catch(_0x2916eb){logger[_0x549094(0x1a3)](_0x549094(0x198)+_0x329051+_0x549094(0xdf)+_0x2916eb);}}['initializeBddStep'](_0x1d384c){const _0x4ba959=a4_0x2e26c9,_0x5dee09={};_0x5dee09[_0x4ba959(0xe0)]=_0x4ba959(0x106);const _0x593401=_0x5dee09;return{'id':_0x1d384c[_0x4ba959(0x125)],'text':_0x1d384c[_0x4ba959(0xd8)],'keyword':_0x1d384c['keyword'],'started_at':_0x1d384c[_0x4ba959(0x1ab)][_0x4ba959(0x173)](),'result':_0x593401[_0x4ba959(0xe0)]};}['bddStepStart'](_0x30c31d){const _0x15d8b1=a4_0x2e26c9,_0x5b491c={'LHsSk':function(_0x2f6680){return _0x2f6680();}};!this[_0x15d8b1(0x13b)][_0x15d8b1(0x159)]&&(this['currentTest'][_0x15d8b1(0x159)]=[]),!_0x30c31d[_0x15d8b1(0x125)]&&(_0x30c31d[_0x15d8b1(0x125)]=_0x5b491c[_0x15d8b1(0x16d)](uuidv4),_0x30c31d['startedAt']=new Date(),this[_0x15d8b1(0x13b)][_0x15d8b1(0x159)][_0x15d8b1(0x1c0)](this['initializeBddStep'](_0x30c31d)));}['bddStepFinish'](_0x4bfd29){const _0x28f2e6=a4_0x2e26c9,_0x3082ab={'TpkDi':function(_0x2024dd,_0x2580be){return _0x2024dd(_0x2580be);},'boBDg':'success','lWCmS':'pending','AdQff':_0x28f2e6(0x16f),'xfEWW':function(_0x2d2c0b,_0x2ef902){return _0x2d2c0b-_0x2ef902;}};let _0x3a76d2=this[_0x28f2e6(0x13b)][_0x28f2e6(0x159)][_0x28f2e6(0x19e)](_0x27ac19=>_0x27ac19['id']===_0x4bfd29[_0x28f2e6(0x125)]);_0x3082ab['TpkDi'](isUndefined,_0x3a76d2)&&(_0x3a76d2=this[_0x28f2e6(0x1a2)](_0x4bfd29)),_0x3a76d2[_0x28f2e6(0x133)]=[_0x3082ab[_0x28f2e6(0x122)],_0x3082ab['lWCmS']][_0x28f2e6(0x105)](_0x4bfd29[_0x28f2e6(0x163)])?_0x3082ab[_0x28f2e6(0xeb)]:_0x4bfd29[_0x28f2e6(0x163)],_0x3a76d2['finished_at']=new Date()[_0x28f2e6(0x173)](),_0x3a76d2[_0x28f2e6(0x135)]=_0x3082ab[_0x28f2e6(0x13a)](Date['now'](),_0x4bfd29[_0x28f2e6(0x1ab)]['getTime']()),_0x3a76d2[_0x28f2e6(0x160)]=_0x4bfd29[_0x28f2e6(0xee)]?_0x4bfd29['err'][_0x28f2e6(0xed)]:null;}}const a4_0x252483={};a4_0x252483[a4_0x2e26c9(0x1c2)]=O11yHelper,a4_0x252483['STATE_PASSED']=STATE_PASSED,a4_0x252483[a4_0x2e26c9(0x1a0)]=STATE_FAILED,a4_0x252483[a4_0x2e26c9(0x19f)]=TEST_EVENTS,module['exports']=a4_0x252483;
|