browserstack-node-sdk 1.36.1 → 1.36.3
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/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/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/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/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a6_0xc51604=a6_0x25fc;(function(_0x1b4a06,_0x3b1f13){const _0x34bab7=a6_0x25fc,_0x31ba73=_0x1b4a06();while(!![]){try{const _0x3bd420=-parseInt(_0x34bab7(0x1f7))/0x1*(parseInt(_0x34bab7(0x1e0))/0x2)+-parseInt(_0x34bab7(0x210))/0x3*(-parseInt(_0x34bab7(0x1a7))/0x4)+-parseInt(_0x34bab7(0x20d))/0x5+parseInt(_0x34bab7(0x1ea))/0x6+parseInt(_0x34bab7(0x241))/0x7*(parseInt(_0x34bab7(0x234))/0x8)+-parseInt(_0x34bab7(0x1b6))/0x9+parseInt(_0x34bab7(0x249))/0xa*(parseInt(_0x34bab7(0x222))/0xb);if(_0x3bd420===_0x3b1f13)break;else _0x31ba73['push'](_0x31ba73['shift']());}catch(_0xaf28ba){_0x31ba73['push'](_0x31ba73['shift']());}}}(a6_0xd1b0,0x8db07));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0xc51604(0x245)),util=require(a6_0xc51604(0x19e)),{Formatter,formatterHelpers,Status}=requireModule(a6_0xc51604(0x1e7)),TestDetails=require(a6_0xc51604(0x1bf)),TestObservabilityReporter=require(a6_0xc51604(0x206)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require(a6_0xc51604(0x220)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0xc51604(0x20f))['winstonLogger'],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x3fc8d8){const _0x229f0e=a6_0xc51604,_0x283124={};_0x283124[_0x229f0e(0x21c)]=_0x229f0e(0x1a4);const _0x3da616=_0x283124;super(_0x3fc8d8),this[_0x229f0e(0x1ed)]={},_0x3fc8d8[_0x229f0e(0x1c4)]['on'](_0x3da616[_0x229f0e(0x21c)],async _0x3567f9=>{const _0x2d6423=_0x229f0e;switch(!![]){case!!_0x3567f9[_0x2d6423(0x225)]:this['onTestRunStarted'](_0x3567f9[_0x2d6423(0x225)]);break;case!!_0x3567f9[_0x2d6423(0x1f5)]:this['onTestRunFinished'](_0x3567f9[_0x2d6423(0x1f5)]);break;case!!_0x3567f9[_0x2d6423(0x229)]:this[_0x2d6423(0x23a)](_0x3567f9['testCaseStarted'],_0x3fc8d8,_0x3567f9);break;case!!_0x3567f9[_0x2d6423(0x235)]:this[_0x2d6423(0x1d1)](_0x3567f9[_0x2d6423(0x235)],_0x3fc8d8,_0x3567f9);break;case!!_0x3567f9[_0x2d6423(0x20b)]:this[_0x2d6423(0x211)](_0x3567f9[_0x2d6423(0x20b)],_0x3fc8d8);break;case!!_0x3567f9['testStepFinished']:this['onTestStepFinished'](_0x3567f9['testStepFinished'],_0x3fc8d8);break;case!!_0x3567f9[_0x2d6423(0x1fd)]:this['onHook'](_0x3567f9[_0x2d6423(0x1fd)]);break;case!!_0x3567f9[_0x2d6423(0x1ca)]:this[_0x2d6423(0x226)](_0x3567f9[_0x2d6423(0x1ca)]);break;case!!_0x3567f9[_0x2d6423(0x207)]:this[_0x2d6423(0x200)](_0x3567f9['pickle']);break;case!!_0x3567f9[_0x2d6423(0x1f1)]:this['onGherkinDocument'](_0x3567f9[_0x2d6423(0x1f1)]);break;}});}[a6_0xc51604(0x1ae)](_0x59f447){const _0x542217=a6_0xc51604;this['report'][_0x542217(0x205)]=Object[_0x542217(0x228)]([],this[_0x542217(0x1ed)][_0x542217(0x205)]||[]),this['report'][_0x542217(0x205)][_0x542217(0x1ce)](_0x59f447);}['onPickle'](_0x1e8fd9){const _0x3d309b=a6_0xc51604;this[_0x3d309b(0x1ed)][_0x3d309b(0x207)]=Object[_0x3d309b(0x228)]([],this[_0x3d309b(0x1ed)][_0x3d309b(0x207)]||[],[_0x1e8fd9]),this['report'][_0x3d309b(0x207)][_0x3d309b(0x1ce)](_0x1e8fd9);}[a6_0xc51604(0x1e8)](_0x342ecc){const _0x1682c6=a6_0xc51604;this['report'][_0x1682c6(0x1f1)]=Object[_0x1682c6(0x228)]([],this[_0x1682c6(0x1ed)][_0x1682c6(0x1f1)]||[],[_0x342ecc]),this[_0x1682c6(0x1ed)][_0x1682c6(0x1f1)][_0x1682c6(0x1ce)](_0x342ecc);}['onSource'](_0x1a33ee){const _0x25e457=a6_0xc51604;this[_0x25e457(0x1ed)][_0x25e457(0x1cb)]=_0x1a33ee;}[a6_0xc51604(0x22e)](_0x8544e1){const _0x5272a5=a6_0xc51604;this[_0x5272a5(0x1ed)]['stepDefinition']=Object[_0x5272a5(0x228)]([],this[_0x5272a5(0x1ed)]['stepDefinition']||[],[_0x8544e1]),this[_0x5272a5(0x1ed)][_0x5272a5(0x232)][_0x5272a5(0x1ce)](_0x8544e1);}[a6_0xc51604(0x226)](_0xd88496){const _0x3f3940=a6_0xc51604;this[_0x3f3940(0x1ed)][_0x3f3940(0x23f)]=Object[_0x3f3940(0x228)]([],this[_0x3f3940(0x1ed)][_0x3f3940(0x23f)]||[],[_0xd88496]),this[_0x3f3940(0x1ed)][_0x3f3940(0x23f)][_0x3f3940(0x1ce)](_0xd88496);}[a6_0xc51604(0x22d)](_0x39343f){const _0x548455=a6_0xc51604,_0x596887={'jAdOx':function(_0x194c37,_0x539250){return _0x194c37!==_0x539250;},'YbHqz':_0x548455(0x223),'mDIaU':function(_0x4ab758,_0x145f01){return _0x4ab758+_0x145f01;},'rcznp':function(_0x59ca1b,_0x1b077f){return _0x59ca1b+_0x1b077f;},'ZtyHf':function(_0x5ad1b2,_0x1cbb35){return _0x5ad1b2+_0x1cbb35;},'BOrwn':_0x548455(0x20c),'nshyT':_0x548455(0x1ff),'akPpt':function(_0x5635a1,_0x525440){return _0x5635a1===_0x525440;},'weFDl':_0x548455(0x1a9),'hKpEw':function(_0x2e72b8,_0xff9915,_0x253b4a){return _0x2e72b8(_0xff9915,_0x253b4a);},'LEQYS':'result','jbgPR':_0x548455(0x1b3),'eInbS':function(_0x2e537b,_0x511d5c){return _0x2e537b+_0x511d5c;},'NrfFl':function(_0x2d6d5b,_0x21296e){return _0x2d6d5b+_0x21296e;},'dNOYj':function(_0x1b0a1b,_0x24cb0c){return _0x1b0a1b+_0x24cb0c;}};_0x596887[_0x548455(0x1c5)](global['__platform'],undefined)&&this['log'](_0x596887[_0x548455(0x21e)](_0x596887[_0x548455(0x1ac)]('\x0a',global['__platform']),'\x0a'));const _0x517e86=this[_0x548455(0x212)][_0x548455(0x23b)](_0x39343f[_0x548455(0x1d7)]);this[_0x548455(0x239)](_0x596887[_0x548455(0x1cd)](_0x596887['ZtyHf'](_0x596887[_0x548455(0x1cc)](_0x596887['eInbS']('\x20\x20',_0x517e86[_0x548455(0x1f1)]['feature'][_0x548455(0x1f6)]),_0x596887[_0x548455(0x1bc)]),_0x517e86[_0x548455(0x207)]['name']),'\x0a'));const _0x2f42ea={};_0x2f42ea[_0x548455(0x201)]=this[_0x548455(0x201)],_0x2f42ea[_0x548455(0x1c1)]=this['snippetBuilder'],_0x2f42ea['supportCodeLibrary']=this['supportCodeLibrary'],_0x2f42ea[_0x548455(0x1d4)]=_0x517e86;const _0x2f7986=formatterHelpers['parseTestCaseAttempt'](_0x2f42ea);let _0x54cfc3=![];_0x2f7986[_0x548455(0x221)][_0x548455(0x1d3)](_0x41e31a=>{const _0x54ccaa=_0x548455;if(_0x596887[_0x54ccaa(0x1c5)](_0x41e31a['name'],_0x596887[_0x54ccaa(0x219)])&&!this[_0x54ccaa(0x22a)](_0x41e31a)){totalTests+=0x1,this['log'](_0x596887[_0x54ccaa(0x1cd)](_0x596887[_0x54ccaa(0x1cd)](_0x596887[_0x54ccaa(0x1d6)](_0x596887['ZtyHf'](_0x596887['ZtyHf'](_0x596887[_0x54ccaa(0x1c2)],_0x41e31a[_0x54ccaa(0x224)]),_0x41e31a[_0x54ccaa(0x1a8)]||''),_0x596887[_0x54ccaa(0x1bc)]),Status[_0x41e31a[_0x54ccaa(0x1da)][_0x54ccaa(0x1df)]]),'\x0a')),this[_0x54ccaa(0x231)](Status[_0x41e31a[_0x54ccaa(0x1da)][_0x54ccaa(0x1df)]]);if(_0x596887[_0x54ccaa(0x19f)](Status[_0x41e31a['result'][_0x54ccaa(0x1df)]],_0x596887[_0x54ccaa(0x204)])){_0x54cfc3=!![];const _0x418c64=_0x596887[_0x54ccaa(0x238)](nestedKeyValue,_0x41e31a,[_0x596887[_0x54ccaa(0x20a)],_0x596887[_0x54ccaa(0x1a5)]]);_0x418c64&&(testsErrorMessage[_0x596887[_0x54ccaa(0x1fc)](_0x596887[_0x54ccaa(0x1ac)](_0x517e86['gherkinDocument']['feature']['name'],_0x596887[_0x54ccaa(0x1bc)]),_0x517e86[_0x54ccaa(0x207)][_0x54ccaa(0x1f6)])]=_0x418c64,this[_0x54ccaa(0x239)](_0x596887[_0x54ccaa(0x1fc)](_0x418c64,'\x0a')));}}}),_0x54cfc3&&(testSuitesFailed+=0x1),this[_0x548455(0x239)]('\x0a');}[a6_0xc51604(0x236)](_0x468360){}[a6_0xc51604(0x22a)](_0x410de2){const _0x7f3d01=a6_0xc51604,_0x5c72ff={};_0x5c72ff[_0x7f3d01(0x21d)]=function(_0x5f2b41,_0x81b5be){return _0x5f2b41!==_0x81b5be;},_0x5c72ff['vFPrs']=_0x7f3d01(0x1e6);const _0x1a723d=_0x5c72ff;if(_0x1a723d['JBOUr'](_0x410de2['sourceLocation'],undefined))return![];if(_0x410de2[_0x7f3d01(0x1ee)]&&_0x410de2[_0x7f3d01(0x1ee)][_0x7f3d01(0x19d)][_0x7f3d01(0x1ec)](_0x1a723d['vFPrs']))return!![];return![];}['incrementCounter'](_0x396f2f){const _0x26b061=a6_0xc51604,_0x2910bc={};_0x2910bc[_0x26b061(0x1a6)]='FAILED',_0x2910bc[_0x26b061(0x244)]='PASSED',_0x2910bc[_0x26b061(0x1bd)]=_0x26b061(0x203),_0x2910bc['rGBCG']='PENDING',_0x2910bc['PDYkz']=_0x26b061(0x1ef),_0x2910bc[_0x26b061(0x1e1)]=_0x26b061(0x1c0),_0x2910bc['FCKHR']='AMBIGUOUS';const _0x213d0e=_0x2910bc;switch(_0x396f2f){case _0x213d0e[_0x26b061(0x1a6)]:testsFailed+=0x1;break;case _0x213d0e['nlXOB']:testsPassed+=0x1;break;case _0x213d0e[_0x26b061(0x1bd)]:testsSkipped+=0x1;break;case _0x213d0e[_0x26b061(0x247)]:testsPending+=0x1;break;case _0x213d0e['PDYkz']:testsUndefined+=0x1;break;case _0x213d0e[_0x26b061(0x1e1)]:testsUnknown+=0x1;break;case _0x213d0e[_0x26b061(0x216)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x508ffc){const _0x4521d4=a6_0xc51604,_0x51feb5={'fXZEC':function(_0xdae8ed,_0x1c7333){return _0xdae8ed!==_0x1c7333;},'wFAzr':function(_0x3f1df2,_0x405022){return _0x3f1df2!==_0x405022;},'tfefu':function(_0x5297a9,_0x18c3a2){return _0x5297a9(_0x18c3a2);},'GaXRx':function(_0x1d12f3,_0x26c618){return _0x1d12f3+_0x26c618;},'NqKzB':function(_0x23c5d2){return _0x23c5d2();}};let _0x1f35fb;if(_0x51feb5[_0x4521d4(0x20e)](process[_0x4521d4(0x1b8)][_0x4521d4(0x1cf)],undefined)){const _0x4a2958=JSON[_0x4521d4(0x1e9)](process[_0x4521d4(0x1b8)][_0x4521d4(0x1cf)]);_0x1f35fb=_0x4a2958[_0x4521d4(0x1ad)];}_0x51feb5[_0x4521d4(0x202)](_0x1f35fb,undefined)&&(global['__platform']=_0x51feb5[_0x4521d4(0x1d8)](getPlatformName,_0x1f35fb),this[_0x4521d4(0x239)](_0x51feb5[_0x4521d4(0x1fe)]('Executing\x20tests\x20for\x20'+global[_0x4521d4(0x1a3)],'\x0a'))),_0x51feb5[_0x4521d4(0x1f0)](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this[_0x4521d4(0x1ed)]['testRunStarted']=_0x508ffc);}['onTestRunFinished'](_0x3f94ef){const _0x2f4923=a6_0xc51604;this[_0x2f4923(0x1ed)][_0x2f4923(0x1f5)]=_0x3f94ef,this[_0x2f4923(0x236)](_0x3f94ef);}async[a6_0xc51604(0x23a)](_0x1fac31,_0x50c184,_0x246060){const _0x9955f4=a6_0xc51604,_0x4a49e5={'dCDfw':function(_0x2b482d,_0x406c45){return _0x2b482d(_0x406c45);},'aImjI':_0x9955f4(0x1ab),'ThCBL':function(_0x1519d8,_0x593e47){return _0x1519d8&&_0x593e47;}};testSuites+=0x1;if(_0x4a49e5[_0x9955f4(0x215)](shouldProcessEventForTesthub,_0x4a49e5[_0x9955f4(0x1b4)]))try{this[_0x9955f4(0x1ed)]['testCaseStarted']=this['report'][_0x9955f4(0x229)]||{},this[_0x9955f4(0x1ed)][_0x9955f4(0x229)][_0x1fac31['id']]=_0x1fac31;const _0x55064b=TestDetails[_0x9955f4(0x1ba)](_0x1fac31['id']);_testCasesData[_0x1fac31['id']]=Object[_0x9955f4(0x228)]({},_0x246060);const _0x49ca83=this[_0x9955f4(0x1ed)],_0x1c8a0b=_0x1fac31[_0x9955f4(0x1de)],_0x1f107b=_0x49ca83[_0x9955f4(0x23f)][_0x9955f4(0x1b7)](_0x5d191a=>_0x5d191a['id']===_0x1c8a0b)[_0x9955f4(0x1b5)],_0x7dd8e5=_0x49ca83['pickle'][_0x9955f4(0x1b7)](_0x559bd1=>_0x559bd1['id']===_0x1f107b),_0x3d5548=_0x49ca83[_0x9955f4(0x1f1)][_0x9955f4(0x1b7)](_0x4d2e94=>_0x4d2e94[_0x9955f4(0x19d)]===_0x7dd8e5[_0x9955f4(0x19d)]),_0x4d36d8=_0x3d5548[_0x9955f4(0x22c)],_0x1fc128={'uuid':_0x55064b,'startedAt':new Date()[_0x9955f4(0x1e2)]()};if(_0x7dd8e5){const _0x2e71de={};_0x2e71de['name']=_0x7dd8e5['name'],_0x1fc128[_0x9955f4(0x1fb)]=_0x2e71de;}if(_0x4a49e5[_0x9955f4(0x1dd)](_0x3d5548,_0x4d36d8)){const _0x524064={};_0x524064['path']=_0x3d5548['uri'],_0x524064[_0x9955f4(0x1f6)]=_0x4d36d8[_0x9955f4(0x1f6)],_0x524064['description']=_0x4d36d8[_0x9955f4(0x21a)],_0x1fc128[_0x9955f4(0x22c)]=_0x524064;}_tests[_0x1c8a0b]=_0x1fc128,await testObservabilityReporter[_0x9955f4(0x23c)](_0x246060,_0x3d5548,_0x7dd8e5,_0x4a49e5[_0x9955f4(0x1b4)],_0x1fc128);}catch(_0x17b098){logger['debug'](_0x9955f4(0x1fa)+util['format'](_0x17b098)+'\x20');}}async[a6_0xc51604(0x1d1)](_0x33e535,_0x2c7b0a,_0x56dd5d){const _0x1ab12c=a6_0xc51604,_0x4d6a19={'KgzyM':function(_0x1678f9,_0x38f07b){return _0x1678f9(_0x38f07b);},'DQton':_0x1ab12c(0x246)};this[_0x1ab12c(0x22d)](_0x33e535);if(_0x4d6a19['KgzyM'](shouldProcessEventForTesthub,_0x4d6a19[_0x1ab12c(0x1b2)]))try{this[_0x1ab12c(0x1ed)][_0x1ab12c(0x235)]=this[_0x1ab12c(0x1ed)][_0x1ab12c(0x235)]||{},this['report']['testCaseFinished'][_0x33e535[_0x1ab12c(0x1d7)]]=_0x33e535,_testCasesData[_0x56dd5d['id']]=Object['assign']({},_0x56dd5d);const _0x2023c6=_0x33e535[_0x1ab12c(0x1d7)],_0x3ff0ed=_0x2c7b0a['eventDataCollector'][_0x1ab12c(0x22b)][_0x2023c6][_0x1ab12c(0x1de)],_0x57a73c=_0x2c7b0a[_0x1ab12c(0x212)][_0x1ab12c(0x1c6)][_0x3ff0ed],_0x4f96b1=_0x57a73c[_0x1ab12c(0x1b5)],_0x4853f8=_0x2c7b0a['eventDataCollector'][_0x1ab12c(0x1d5)][_0x4f96b1],_0x20466d=this[_0x1ab12c(0x1f4)](_0x2c7b0a,_0x4853f8),_0x25cf13=_tests[_0x3ff0ed];_0x25cf13&&(delete _tests[_0x3ff0ed],_0x25cf13[_0x1ab12c(0x1b9)]=new Date()[_0x1ab12c(0x1e2)]()),await testObservabilityReporter[_0x1ab12c(0x23c)](_0x56dd5d,_0x20466d,_0x4853f8,_0x4d6a19[_0x1ab12c(0x1b2)],_0x25cf13);}catch(_0x503cb1){logger['debug']('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x1ab12c(0x1a1)](_0x503cb1));}}async[a6_0xc51604(0x211)](_0x5e376d,_0x5dbcdb){const _0x2b433c=a6_0xc51604,_0x378a0b={'XDTxN':function(_0xd6e3b3,_0x53fa01){return _0xd6e3b3(_0x53fa01);},'GIpxQ':'HookRunStarted','SktyX':function(_0x5c3363,_0x1b46d7){return _0x5c3363!==_0x1b46d7;},'kvRwg':'testStepId'};if(_0x378a0b[_0x2b433c(0x1b1)](shouldProcessEventForTesthub,_0x378a0b[_0x2b433c(0x23e)]))try{this[_0x2b433c(0x1ed)]['testStepStarted']=this['report'][_0x2b433c(0x20b)]||{},this[_0x2b433c(0x1ed)][_0x2b433c(0x20b)][_0x5e376d[_0x2b433c(0x1d7)]]=_0x5e376d;const _0x32242a=_0x5e376d[_0x2b433c(0x1d7)],_0x3f45f0=_0x5dbcdb[_0x2b433c(0x212)][_0x2b433c(0x22b)][_0x32242a][_0x2b433c(0x1de)],_0x64777c=this[_0x2b433c(0x1ed)][_0x2b433c(0x23f)][_0x2b433c(0x1b7)](_0xb51a3c=>_0xb51a3c['id']===_0x3f45f0)[_0x2b433c(0x1b5)],_0x32bc8b=this['report'][_0x2b433c(0x207)][_0x2b433c(0x1b7)](_0x528cf3=>_0x528cf3['id']===_0x64777c),_0x33481e=this[_0x2b433c(0x1ed)][_0x2b433c(0x23f)][_0x2b433c(0x1b7)](_0x5a9f94=>_0x5a9f94['id']===_0x3f45f0)[_0x2b433c(0x221)],_0xbcea76=this[_0x2b433c(0x1ed)][_0x2b433c(0x20b)][_0x32242a]['testStepId'],_0x4080e9=_0x33481e['find'](_0x41df46=>_0x41df46['id']===_0xbcea76)['pickleStepId'],_0x266fe6=_0x32bc8b[_0x2b433c(0x243)]['find'](_0x508230=>_0x508230['id']===_0x4080e9);if(_0x4080e9&&_tests[_0x3f45f0]&&_0x378a0b['SktyX'](_tests[_0x3f45f0][_0x378a0b[_0x2b433c(0x1f2)]],_0xbcea76)){_tests[_0x3f45f0][_0x378a0b['kvRwg']]=_0xbcea76;const _0x102e9f={};_0x102e9f[_0x2b433c(0x243)]=[];const _0x56556d=_tests[_0x3f45f0]||_0x102e9f;_0x56556d&&!_0x56556d[_0x2b433c(0x243)]&&(_0x56556d[_0x2b433c(0x243)]=[]),_0x56556d[_0x2b433c(0x243)][_0x2b433c(0x1ce)]({'id':_0x266fe6['id'],'text':_0x266fe6[_0x2b433c(0x1a8)],'started_at':new Date()[_0x2b433c(0x1e2)]()}),_tests[_0x3f45f0]=_0x56556d;}await testObservabilityReporter[_0x2b433c(0x248)](this[_0x2b433c(0x1ed)],_0x32242a,_0x378a0b[_0x2b433c(0x23e)],_0x33481e,_0xbcea76,_tests[_0x3f45f0]);}catch(_0x4b3fe1){logger[_0x2b433c(0x1dc)](_0x2b433c(0x1aa)+util[_0x2b433c(0x1a1)](_0x4b3fe1));}}async[a6_0xc51604(0x1d9)](_0x182826,_0x59711c){const _0x790101=a6_0xc51604,_0x5efd4d={'ZPFTL':function(_0x1f3733,_0x324c18){return _0x1f3733===_0x324c18;},'xItWG':_0x790101(0x213),'UpJHx':function(_0x4322f6,_0x289038){return _0x4322f6(_0x289038);},'yRATB':_0x790101(0x1c9),'IuzNG':_0x790101(0x1c8),'srxya':_0x790101(0x230),'vtxqr':_0x790101(0x1e4)};this['report'][_0x790101(0x237)]=this[_0x790101(0x1ed)][_0x790101(0x237)]||{},this['report']['testStepFinished'][_0x182826[_0x790101(0x1d7)]]=_0x182826;if(_0x5efd4d['UpJHx'](shouldProcessEventForTesthub,_0x5efd4d[_0x790101(0x233)]))try{const _0x1e039b=_0x182826[_0x790101(0x1d7)],_0x28d182=_0x59711c[_0x790101(0x212)][_0x790101(0x22b)][_0x1e039b][_0x790101(0x1de)],_0x4787ac=_0x59711c[_0x790101(0x212)][_0x790101(0x1c6)][_0x28d182],_0x565abe=_0x4787ac['pickleId'],_0xedd802=_0x59711c['eventDataCollector'][_0x790101(0x1d5)][_0x565abe],_0x40b4b7=_0x182826['testStepId'],_0x1697e9=_0x4787ac['testSteps'],_0x5cfc08=this[_0x790101(0x212)]['getTestCaseAttempt'](_0x1e039b),_0x1bdaff=_0x1697e9[_0x790101(0x1b7)](_0x80d0a1=>_0x80d0a1['id']===_0x40b4b7)[_0x790101(0x1a0)];let _0x1b1f22,_0x4f8d1d;_0x182826[_0x790101(0x217)]&&_0x5efd4d[_0x790101(0x1e5)](_0x182826[_0x790101(0x217)][_0x790101(0x1df)][_0x790101(0x22f)]()['toLowerCase'](),_0x5efd4d[_0x790101(0x1af)])&&(_0x1b1f22=_0x5efd4d[_0x790101(0x1e5)](_0x182826[_0x790101(0x217)][_0x790101(0x1a2)],undefined)?_0x182826[_0x790101(0x217)][_0x790101(0x1b3)]:_0x182826[_0x790101(0x217)][_0x790101(0x1a2)][_0x790101(0x1b3)],_0x4f8d1d=_0x5efd4d['ZPFTL'](_0x182826[_0x790101(0x217)][_0x790101(0x1a2)],undefined)?_0x5efd4d['srxya']:_0x182826[_0x790101(0x217)]['message']);await testObservabilityReporter[_0x790101(0x248)](this[_0x790101(0x1ed)],_0x1e039b,_0x5efd4d[_0x790101(0x233)],_0x1697e9,_0x40b4b7,_tests[_0x28d182]);if(_0x1bdaff&&_tests[_0x28d182][_0x5efd4d[_0x790101(0x214)]]){const _0x4ada3d=_0xedd802[_0x790101(0x243)][_0x790101(0x1b7)](_0xcef156=>_0xcef156['id']===_0x1bdaff),_0x253fe6={};_0x253fe6[_0x790101(0x243)]=[];const _0x2c53ef=_tests[_0x28d182]||_0x253fe6;!_0x2c53ef['steps']?_0x2c53ef['steps']=[{'id':_0x4ada3d['id'],'text':_0x4ada3d[_0x790101(0x1a8)],'finished_at':new Date()['toISOString'](),'result':_0x182826[_0x790101(0x217)][_0x790101(0x1df)],'duration':_0x182826['testStepResult'][_0x790101(0x218)][_0x790101(0x1eb)],'failure':_0x1b1f22,'failureType':_0x4f8d1d}]:_0x2c53ef[_0x790101(0x243)][_0x790101(0x1d3)](_0x508374=>{const _0x5b5bf2=_0x790101;if(_0x5efd4d['ZPFTL'](_0x508374['id'],_0x4ada3d['id'])){const _0x3db93e=_0x5efd4d[_0x5b5bf2(0x1c7)][_0x5b5bf2(0x23d)]('|');let _0x526a1c=0x0;while(!![]){switch(_0x3db93e[_0x526a1c++]){case'0':_0x508374[_0x5b5bf2(0x21f)]=_0x1b1f22;continue;case'1':_0x508374[_0x5b5bf2(0x1da)]=_0x182826[_0x5b5bf2(0x217)][_0x5b5bf2(0x1df)];continue;case'2':_0x508374[_0x5b5bf2(0x1f3)]=_0x4f8d1d;continue;case'3':_0x508374[_0x5b5bf2(0x1db)]=new Date()[_0x5b5bf2(0x1e2)]();continue;case'4':_0x508374['duration']=_0x182826[_0x5b5bf2(0x217)]['duration'][_0x5b5bf2(0x1eb)];continue;}break;}}}),_tests[_0x28d182]=_0x2c53ef,delete _tests[_0x28d182][_0x5efd4d[_0x790101(0x214)]];}}catch(_0x33cb67){logger[_0x790101(0x1dc)](_0x790101(0x1bb)+util[_0x790101(0x1a1)](_0x33cb67));}}['getGherkinStepMap'](_0x3cb55c){const _0xf0b26=a6_0xc51604,_0x58ee13={};return _0x3cb55c['feature'][_0xf0b26(0x1b0)][_0xf0b26(0x1f8)](this['extractStepContainers'])[_0xf0b26(0x1d0)]()[_0xf0b26(0x1d3)](_0x58867f=>_0x58867f['steps']['forEach'](_0x345f82=>_0x58ee13[_0x345f82['id']]=_0x345f82)),_0x58ee13;}[a6_0xc51604(0x1be)](_0x4dd4d4){const _0x4b8f4f=a6_0xc51604,_0x491cba={'cKmIJ':function(_0x4fdea8,_0x33ad7d){return _0x4fdea8(_0x33ad7d);},'TQKpt':function(_0x28fd19,_0x20ac8c){return _0x28fd19(_0x20ac8c);}};if(!_0x491cba[_0x4b8f4f(0x1c3)](isUndefined,_0x4dd4d4[_0x4b8f4f(0x208)]))return[_0x4dd4d4[_0x4b8f4f(0x208)]];else{if(!_0x491cba[_0x4b8f4f(0x242)](isUndefined,_0x4dd4d4[_0x4b8f4f(0x1e3)]))return _0x4dd4d4[_0x4b8f4f(0x1e3)][_0x4b8f4f(0x1b0)][_0x4b8f4f(0x1f8)](_0x29645d=>!isUndefined(_0x29645d['background'])?_0x29645d['background']:_0x29645d[_0x4b8f4f(0x1fb)]);};return[_0x4dd4d4[_0x4b8f4f(0x1fb)]];}['getGherkinDocument'](_0xf885e9,_0xd643f4){const _0x39edf1=a6_0xc51604;return Object[_0x39edf1(0x209)](_0xf885e9['eventDataCollector'][_0x39edf1(0x21b)])['find'](_0x44b37e=>_0x44b37e[_0x39edf1(0x19d)]===_0xd643f4[_0x39edf1(0x19d)]);}}function a6_0x25fc(_0x308857,_0x5d3dbe){const _0xd1b02f=a6_0xd1b0();return a6_0x25fc=function(_0x25fc97,_0x5cd33b){_0x25fc97=_0x25fc97-0x19d;let _0x13ff6e=_0xd1b02f[_0x25fc97];return _0x13ff6e;},a6_0x25fc(_0x308857,_0x5d3dbe);}function a6_0xd1b0(){const _0x2420d3=['weFDl','hooks','../test-observability.js','pickle','background','values','LEQYS','testStepStarted','\x20\x20\x20\x20','195220CBaTKj','fXZEC','../../../helpers/logger','86193lqLatB','onTestStepStarted','eventDataCollector','3|1|4|0|2','vtxqr','dCDfw','FCKHR','testStepResult','duration','YbHqz','description','gherkinDocumentMap','HNQRd','JBOUr','dNOYj','failure','../../../helpers/testhub/utils.js','testSteps','22dTuJjI','bstack','keyword','testRunStarted','onTestCase','onTestRunStarted','assign','testCaseStarted','isBstackHook','testCaseAttemptDataMap','feature','logTestCaseFinished','onStepDefinition','toString','UnhandledError','incrementCounter','stepDefinition','yRATB','317432tZlvuV','testCaseFinished','logTestRunFinished','testStepFinished','hKpEw','log','onTestCaseStarted','getTestCaseAttempt','sendTestRunEventForCucumber','split','GIpxQ','testCases','exports','35zmuDpt','TQKpt','steps','nlXOB','../../../helpers/helper','TestRunFinished','rGBCG','sendHook','1923150XscWTQ','uri','util','akPpt','pickleStepId','format','exception','__platform','envelope','jbgPR','UBpoA','76ycraiw','text','FAILED','Exception\x20in\x20onTestStepStarted\x20event:\x20','TestRunStarted','NrfFl','capability','onHook','IuzNG','children','XDTxN','DQton','message','aImjI','pickleId','8732907BXDmsi','find','env','finishedAt','getTestUUID','Exception\x20in\x20onTestStepFinished\x20event:\x20','nshyT','LZnvf','extractStepContainers','../../playwright/reporter/test-details.js','UNKNOWN','snippetBuilder','BOrwn','cKmIJ','eventBroadcaster','jAdOx','testCaseMap','xItWG','failed','HookRunFinished','testCase','source','ZtyHf','mDIaU','push','CONFIG','flat','onTestCaseFinished','getGherkinStepMap','forEach','testCaseAttempt','pickleMap','rcznp','testCaseStartedId','tfefu','onTestStepFinished','result','finished_at','debug','ThCBL','testCaseId','status','448506hSDEjh','IisKO','toISOString','rule','testStepId','ZPFTL','cucumber-js/test.setup.js','@cucumber/cucumber','onGherkinDocument','parse','6801426xWJNJP','seconds','includes','report','actionLocation','UNDEFINED','NqKzB','gherkinDocument','kvRwg','failureType','getGherkinDocument','testRunFinished','name','3BIgmJK','map','onTestRunFinished','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','scenario','eInbS','hook','GaXRx','\x20-\x20','onPickle','cwd','wFAzr','SKIPPED'];a6_0xd1b0=function(){return _0x2420d3;};return a6_0xd1b0();}module[a6_0xc51604(0x240)]=o11yClassErrorHandler(BrowserstackFormatter,['onTestCaseStarted','onTestCaseFinished',a6_0xc51604(0x211),'onTestStepFinished',a6_0xc51604(0x227),a6_0xc51604(0x1f9),a6_0xc51604(0x1be),'getGherkinDocument',a6_0xc51604(0x1d2)]);
|
|
1
|
+
const a6_0x580e18=a6_0x1aa0;function a6_0x2a72(){const _0x2557fd=['uRIHB','testCaseAttemptDataMap','uYwTS','exception','values','envelope','Mpzcy','../test-observability.js','BvfKg','bstack','env','HaTvd','testRunStarted','testCaseAttempt','split','4|1|3|2|0','steps','UnhandledError','jqNAj','\x20-\x20','Dkxof','@cucumber/cucumber','218248zzIcuZ','fYfID','actionLocation','izoOc','onPickle','421848fhlIdy','background','testSteps','log','JmPqa','hooks','Exception\x20in\x20onTestStepStarted\x20event:\x20','eventDataCollector','gherkinDocumentMap','pickleStepId','jkuMy','Pvdys','223398YeAkJr','incrementCounter','find','sendTestRunEventForCucumber','testCaseFinished','failureType','__platform','failure','../../playwright/reporter/test-details.js','duration','200470CAHEMr','111036AHuwsm','onStepDefinition','SghYP','WSMCH','children','cwd','getTestCaseAttempt','FAILED','parse','onTestCaseStarted','setup','RsfeC','PFAWm','208RCTydZ','2RaGbgH','onTestStepFinished','name','15MsKfcZ','aaKrm','TestRunStarted','../../../helpers/test-observability/error-handler','onTestRunFinished','push','VBUaR','PASSED','OHDsY','testStepFinished','../../../helpers/logger','qlOLa','AMBIGUOUS','debug','testCaseMap','source','gherkinDocument','sourceLocation','testStepResult','HcQGZ','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','Dlcqa','format','TestRunFinished','onTestCaseFinished','AsYgi','finished_at','testCases','ARzZL','forEach','testStepStarted','isBstackHook','flat','supportCodeLibrary','\x20\x20\x20\x20','assign','extractStepContainers','rule','uIhEr','OPeIi','snippetBuilder','onTestRunStarted','util','tzntT','logTestRunFinished','UNKNOWN','pZHEc','igPwx','pickleId','testCase','exports','saCyw','scenario','zsNCQ','testRunFinished','pickle','description','SKIPPED','getGherkinDocument','getTestUUID','UNDEFINED','includes','getGherkinStepMap','status','Executing\x20tests\x20for\x20','785134TFYpJa','sendHook','vZWlR','XXHBz','text','WIbZL','../../../helpers/testhub/utils.js','result','testCaseStartedId','onTestStepStarted','MPqcl','54009vkSYSx','uri','stepDefinition','11PHJBoi','testStepId','HfVvF','message','toISOString','testCaseStarted','onSource','report','HookRunStarted','feature','RITXV','testCaseId','DFvjq','mPDNX','keyword','FJQxX','winstonLogger','logTestCaseFinished','toLowerCase','pickleMap','hook','onHook'];a6_0x2a72=function(){return _0x2557fd;};return a6_0x2a72();}(function(_0xc1a284,_0x19c400){const _0x3b67d3=a6_0x1aa0,_0x360ca6=_0xc1a284();while(!![]){try{const _0x1f490d=parseInt(_0x3b67d3(0xc7))/0x1*(-parseInt(_0x3b67d3(0x145))/0x2)+parseInt(_0x3b67d3(0xb9))/0x3+-parseInt(_0x3b67d3(0x14a))/0x4+parseInt(_0x3b67d3(0xca))/0x5*(parseInt(_0x3b67d3(0x156))/0x6)+parseInt(_0x3b67d3(0x10b))/0x7+-parseInt(_0x3b67d3(0xc6))/0x8*(-parseInt(_0x3b67d3(0x116))/0x9)+parseInt(_0x3b67d3(0xb8))/0xa*(parseInt(_0x3b67d3(0x119))/0xb);if(_0x1f490d===_0x19c400)break;else _0x360ca6['push'](_0x360ca6['shift']());}catch(_0x2381f4){_0x360ca6['push'](_0x360ca6['shift']());}}}(a6_0x2a72,0x1ba54));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x580e18(0xf4)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x580e18(0x144)),TestDetails=require(a6_0x580e18(0xb6)),TestObservabilityReporter=require(a6_0x580e18(0x136)),{o11yClassErrorHandler}=require(a6_0x580e18(0xcd)),{shouldProcessEventForTesthub}=require(a6_0x580e18(0x111)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x580e18(0xd4))[a6_0x580e18(0x129)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x1ba6b5){const _0x5c5125=a6_0x580e18,_0x1b1517={};_0x1b1517[_0x5c5125(0xf0)]=_0x5c5125(0x134);const _0x5cd8b0=_0x1b1517;super(_0x1ba6b5),this['report']={},_0x1ba6b5['eventBroadcaster']['on'](_0x5cd8b0[_0x5c5125(0xf0)],async _0x98e56a=>{const _0x2a8985=_0x5c5125;switch(!![]){case!!_0x98e56a[_0x2a8985(0x13b)]:this[_0x2a8985(0xf3)](_0x98e56a[_0x2a8985(0x13b)]);break;case!!_0x98e56a['testRunFinished']:this[_0x2a8985(0xce)](_0x98e56a['testRunFinished']);break;case!!_0x98e56a[_0x2a8985(0x11e)]:this['onTestCaseStarted'](_0x98e56a['testCaseStarted'],_0x1ba6b5,_0x98e56a);break;case!!_0x98e56a[_0x2a8985(0x15a)]:this[_0x2a8985(0xe2)](_0x98e56a['testCaseFinished'],_0x1ba6b5,_0x98e56a);break;case!!_0x98e56a[_0x2a8985(0xe8)]:this[_0x2a8985(0x114)](_0x98e56a[_0x2a8985(0xe8)],_0x1ba6b5);break;case!!_0x98e56a[_0x2a8985(0xd3)]:this[_0x2a8985(0xc8)](_0x98e56a['testStepFinished'],_0x1ba6b5);break;case!!_0x98e56a[_0x2a8985(0x12d)]:this[_0x2a8985(0x12e)](_0x98e56a[_0x2a8985(0x12d)]);break;case!!_0x98e56a[_0x2a8985(0xfb)]:this['onTestCase'](_0x98e56a[_0x2a8985(0xfb)]);break;case!!_0x98e56a[_0x2a8985(0x101)]:this[_0x2a8985(0x149)](_0x98e56a[_0x2a8985(0x101)]);break;case!!_0x98e56a['gherkinDocument']:this['onGherkinDocument'](_0x98e56a[_0x2a8985(0xda)]);break;}});}['onHook'](_0x1e7fb4){const _0x3c0f19=a6_0x580e18;this[_0x3c0f19(0x120)][_0x3c0f19(0x14f)]=Object['assign']([],this['report']['hooks']||[]),this['report']['hooks'][_0x3c0f19(0xcf)](_0x1e7fb4);}['onPickle'](_0x47d466){const _0x307013=a6_0x580e18;this[_0x307013(0x120)][_0x307013(0x101)]=Object[_0x307013(0xed)]([],this[_0x307013(0x120)][_0x307013(0x101)]||[],[_0x47d466]),this['report'][_0x307013(0x101)]['push'](_0x47d466);}['onGherkinDocument'](_0x7c599c){const _0x28ae30=a6_0x580e18;this[_0x28ae30(0x120)][_0x28ae30(0xda)]=Object[_0x28ae30(0xed)]([],this[_0x28ae30(0x120)]['gherkinDocument']||[],[_0x7c599c]),this[_0x28ae30(0x120)][_0x28ae30(0xda)][_0x28ae30(0xcf)](_0x7c599c);}[a6_0x580e18(0x11f)](_0xa64b2b){const _0x48bcf0=a6_0x580e18;this[_0x48bcf0(0x120)][_0x48bcf0(0xd9)]=_0xa64b2b;}[a6_0x580e18(0xba)](_0x31d277){const _0x2b5b77=a6_0x580e18;this[_0x2b5b77(0x120)][_0x2b5b77(0x118)]=Object[_0x2b5b77(0xed)]([],this[_0x2b5b77(0x120)]['stepDefinition']||[],[_0x31d277]),this[_0x2b5b77(0x120)][_0x2b5b77(0x118)][_0x2b5b77(0xcf)](_0x31d277);}['onTestCase'](_0x37c64f){const _0x46e0cd=a6_0x580e18;this[_0x46e0cd(0x120)][_0x46e0cd(0xe5)]=Object[_0x46e0cd(0xed)]([],this[_0x46e0cd(0x120)][_0x46e0cd(0xe5)]||[],[_0x37c64f]),this[_0x46e0cd(0x120)]['testCases'][_0x46e0cd(0xcf)](_0x37c64f);}[a6_0x580e18(0x12a)](_0x16057b){const _0x69fc18=a6_0x580e18,_0x2486f5={'wwPQP':function(_0x4d877d,_0x1f0ce5){return _0x4d877d!==_0x1f0ce5;},'Dkxof':_0x69fc18(0x138),'HaTvd':function(_0x591743,_0x74279b){return _0x591743+_0x74279b;},'mPDNX':function(_0x306dbf,_0x31fc90){return _0x306dbf+_0x31fc90;},'ARzZL':_0x69fc18(0xec),'qlOLa':_0x69fc18(0x142),'yMxiL':function(_0x1602b5,_0x3baed3){return _0x1602b5===_0x3baed3;},'clTxl':_0x69fc18(0xc0),'WSMCH':function(_0x31dea2,_0x1ba47b,_0xd070e){return _0x31dea2(_0x1ba47b,_0xd070e);},'tzntT':'result','MPqcl':_0x69fc18(0x11c),'izoOc':function(_0x231a35,_0x3e1112){return _0x231a35!==_0x3e1112;},'vZWlR':function(_0x26d8cc,_0x412a7c){return _0x26d8cc+_0x412a7c;},'BvfKg':function(_0xb0cc55,_0x552aa2){return _0xb0cc55+_0x552aa2;},'uYwTS':function(_0x46341d,_0x3ccdc6){return _0x46341d+_0x3ccdc6;}};_0x2486f5[_0x69fc18(0x148)](global[_0x69fc18(0x15c)],undefined)&&this['log'](_0x2486f5[_0x69fc18(0x13a)](_0x2486f5[_0x69fc18(0x13a)]('\x0a',global['__platform']),'\x0a'));const _0x113326=this[_0x69fc18(0x151)][_0x69fc18(0xbf)](_0x16057b[_0x69fc18(0x113)]);this[_0x69fc18(0x14d)](_0x2486f5[_0x69fc18(0x10d)](_0x2486f5[_0x69fc18(0x137)](_0x2486f5[_0x69fc18(0x131)](_0x2486f5['HaTvd']('\x20\x20',_0x113326['gherkinDocument'][_0x69fc18(0x122)][_0x69fc18(0xc9)]),_0x2486f5[_0x69fc18(0xd5)]),_0x113326[_0x69fc18(0x101)][_0x69fc18(0xc9)]),'\x0a'));const _0x3b34b6={};_0x3b34b6[_0x69fc18(0xbe)]=this[_0x69fc18(0xbe)],_0x3b34b6[_0x69fc18(0xf2)]=this[_0x69fc18(0xf2)],_0x3b34b6[_0x69fc18(0xeb)]=this['supportCodeLibrary'],_0x3b34b6[_0x69fc18(0x13c)]=_0x113326;const _0x265259=formatterHelpers['parseTestCaseAttempt'](_0x3b34b6);let _0x2b71ec=![];_0x265259[_0x69fc18(0x14c)][_0x69fc18(0xe7)](_0x7de874=>{const _0x16edc5=_0x69fc18;if(_0x2486f5['wwPQP'](_0x7de874[_0x16edc5(0xc9)],_0x2486f5[_0x16edc5(0x143)])&&!this['isBstackHook'](_0x7de874)){totalTests+=0x1,this[_0x16edc5(0x14d)](_0x2486f5[_0x16edc5(0x13a)](_0x2486f5['HaTvd'](_0x2486f5[_0x16edc5(0x126)](_0x2486f5['mPDNX'](_0x2486f5['HaTvd'](_0x2486f5[_0x16edc5(0xe6)],_0x7de874[_0x16edc5(0x127)]),_0x7de874[_0x16edc5(0x10f)]||''),_0x2486f5[_0x16edc5(0xd5)]),Status[_0x7de874[_0x16edc5(0x112)]['status']]),'\x0a')),this[_0x16edc5(0x157)](Status[_0x7de874[_0x16edc5(0x112)][_0x16edc5(0x109)]]);if(_0x2486f5['yMxiL'](Status[_0x7de874['result']['status']],_0x2486f5['clTxl'])){_0x2b71ec=!![];const _0x426237=_0x2486f5[_0x16edc5(0xbc)](nestedKeyValue,_0x7de874,[_0x2486f5[_0x16edc5(0xf5)],_0x2486f5[_0x16edc5(0x115)]]);_0x426237&&(testsErrorMessage[_0x2486f5[_0x16edc5(0x13a)](_0x2486f5['HaTvd'](_0x113326[_0x16edc5(0xda)][_0x16edc5(0x122)][_0x16edc5(0xc9)],_0x2486f5[_0x16edc5(0xd5)]),_0x113326[_0x16edc5(0x101)]['name'])]=_0x426237,this['log'](_0x2486f5[_0x16edc5(0x126)](_0x426237,'\x0a')));}}}),_0x2b71ec&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0x580e18(0xf6)](_0x519032){}[a6_0x580e18(0xe9)](_0x431ca9){const _0x46d580=a6_0x580e18,_0x23a58f={};_0x23a58f['jkuMy']=function(_0xaf1865,_0x5c2629){return _0xaf1865!==_0x5c2629;},_0x23a58f['YKBqI']='cucumber-js/test.setup.js';const _0x29e832=_0x23a58f;if(_0x29e832[_0x46d580(0x154)](_0x431ca9[_0x46d580(0xdb)],undefined))return![];if(_0x431ca9[_0x46d580(0x147)]&&_0x431ca9['actionLocation'][_0x46d580(0x117)][_0x46d580(0x107)](_0x29e832['YKBqI']))return!![];return![];}[a6_0x580e18(0x157)](_0x2acad7){const _0x3d7343=a6_0x580e18,_0x10f132={};_0x10f132['IcNoL']=_0x3d7343(0xc0),_0x10f132[_0x3d7343(0x14e)]=_0x3d7343(0xd1),_0x10f132[_0x3d7343(0x10e)]=_0x3d7343(0x103),_0x10f132[_0x3d7343(0xf9)]='PENDING',_0x10f132[_0x3d7343(0x125)]=_0x3d7343(0x106),_0x10f132[_0x3d7343(0xf1)]=_0x3d7343(0xf7),_0x10f132[_0x3d7343(0xc4)]=_0x3d7343(0xd6);const _0x25f13d=_0x10f132;switch(_0x2acad7){case _0x25f13d['IcNoL']:testsFailed+=0x1;break;case _0x25f13d['JmPqa']:testsPassed+=0x1;break;case _0x25f13d[_0x3d7343(0x10e)]:testsSkipped+=0x1;break;case _0x25f13d[_0x3d7343(0xf9)]:testsPending+=0x1;break;case _0x25f13d[_0x3d7343(0x125)]:testsUndefined+=0x1;break;case _0x25f13d[_0x3d7343(0xf1)]:testsUnknown+=0x1;break;case _0x25f13d[_0x3d7343(0xc4)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x580e18(0xf3)](_0x27e475){const _0xa10b28=a6_0x580e18,_0x167c26={'lUnYT':function(_0x737f18,_0x17a231){return _0x737f18!==_0x17a231;},'FJQxX':function(_0x526227,_0x1efb1d){return _0x526227(_0x1efb1d);},'LTfrV':function(_0x1adafb,_0x4d87dc){return _0x1adafb+_0x4d87dc;},'zsNCQ':function(_0x3e3bf7){return _0x3e3bf7();}};let _0x435961;if(_0x167c26['lUnYT'](process[_0xa10b28(0x139)]['CONFIG'],undefined)){const _0x1a1fcd=JSON[_0xa10b28(0xc1)](process[_0xa10b28(0x139)]['CONFIG']);_0x435961=_0x1a1fcd['capability'];}_0x167c26['lUnYT'](_0x435961,undefined)&&(global['__platform']=_0x167c26[_0xa10b28(0x128)](getPlatformName,_0x435961),this[_0xa10b28(0x14d)](_0x167c26['LTfrV'](_0xa10b28(0x10a)+global[_0xa10b28(0x15c)],'\x0a'))),_0x167c26[_0xa10b28(0xff)](shouldProcessEventForTesthub)&&(TestDetails[_0xa10b28(0xc3)](),this['report'][_0xa10b28(0x13b)]=_0x27e475);}[a6_0x580e18(0xce)](_0x5cfa26){const _0x598f80=a6_0x580e18;this[_0x598f80(0x120)][_0x598f80(0x100)]=_0x5cfa26,this[_0x598f80(0xf6)](_0x5cfa26);}async[a6_0x580e18(0xc2)](_0x5b9600,_0x1fd3d9,_0xc25773){const _0x6dd159=a6_0x580e18,_0x273854={'RITXV':function(_0x8fbaa9,_0x1fcb23){return _0x8fbaa9(_0x1fcb23);},'HcQGZ':_0x6dd159(0xcc),'saCyw':function(_0x499a66,_0x4a4763){return _0x499a66&&_0x4a4763;}};testSuites+=0x1;if(_0x273854[_0x6dd159(0x123)](shouldProcessEventForTesthub,_0x273854['HcQGZ']))try{this[_0x6dd159(0x120)][_0x6dd159(0x11e)]=this['report']['testCaseStarted']||{},this[_0x6dd159(0x120)][_0x6dd159(0x11e)][_0x5b9600['id']]=_0x5b9600;const _0x35cb14=TestDetails[_0x6dd159(0x105)](_0x5b9600['id']);_testCasesData[_0x5b9600['id']]=Object['assign']({},_0xc25773);const _0x52678b=this[_0x6dd159(0x120)],_0xa3046f=_0x5b9600[_0x6dd159(0x124)],_0x473ed9=_0x52678b[_0x6dd159(0xe5)][_0x6dd159(0x158)](_0x594a0a=>_0x594a0a['id']===_0xa3046f)[_0x6dd159(0xfa)],_0x1111b2=_0x52678b[_0x6dd159(0x101)]['find'](_0x4197a7=>_0x4197a7['id']===_0x473ed9),_0x51a8da=_0x52678b[_0x6dd159(0xda)]['find'](_0x22107e=>_0x22107e['uri']===_0x1111b2[_0x6dd159(0x117)]),_0x393543=_0x51a8da[_0x6dd159(0x122)],_0x2b0188={'uuid':_0x35cb14,'startedAt':new Date()[_0x6dd159(0x11d)]()};if(_0x1111b2){const _0x380f1b={};_0x380f1b['name']=_0x1111b2[_0x6dd159(0xc9)],_0x2b0188[_0x6dd159(0xfe)]=_0x380f1b;}if(_0x273854[_0x6dd159(0xfd)](_0x51a8da,_0x393543)){const _0x48d5d4={};_0x48d5d4['path']=_0x51a8da['uri'],_0x48d5d4[_0x6dd159(0xc9)]=_0x393543[_0x6dd159(0xc9)],_0x48d5d4[_0x6dd159(0x102)]=_0x393543[_0x6dd159(0x102)],_0x2b0188[_0x6dd159(0x122)]=_0x48d5d4;}_tests[_0xa3046f]=_0x2b0188,await testObservabilityReporter[_0x6dd159(0x159)](_0xc25773,_0x51a8da,_0x1111b2,_0x273854[_0x6dd159(0xdd)],_0x2b0188);}catch(_0x3226f9){logger[_0x6dd159(0xd7)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util['format'](_0x3226f9)+'\x20');}}async[a6_0x580e18(0xe2)](_0x1b4843,_0x370604,_0x25b736){const _0x5665f6=a6_0x580e18,_0x30ce68={'fYfID':function(_0x47d8fa,_0x4ed218){return _0x47d8fa(_0x4ed218);},'jqNAj':_0x5665f6(0xe1)};this[_0x5665f6(0x12a)](_0x1b4843);if(_0x30ce68[_0x5665f6(0x146)](shouldProcessEventForTesthub,_0x30ce68[_0x5665f6(0x141)]))try{this[_0x5665f6(0x120)]['testCaseFinished']=this[_0x5665f6(0x120)][_0x5665f6(0x15a)]||{},this[_0x5665f6(0x120)]['testCaseFinished'][_0x1b4843['testCaseStartedId']]=_0x1b4843,_testCasesData[_0x25b736['id']]=Object[_0x5665f6(0xed)]({},_0x25b736);const _0xe2265c=_0x1b4843[_0x5665f6(0x113)],_0x2a0037=_0x370604['eventDataCollector'][_0x5665f6(0x130)][_0xe2265c][_0x5665f6(0x124)],_0x246813=_0x370604[_0x5665f6(0x151)][_0x5665f6(0xd8)][_0x2a0037],_0x3a4480=_0x246813[_0x5665f6(0xfa)],_0x1b81de=_0x370604[_0x5665f6(0x151)][_0x5665f6(0x12c)][_0x3a4480],_0x83de0=this[_0x5665f6(0x104)](_0x370604,_0x1b81de),_0x304366=_tests[_0x2a0037];_0x304366&&(delete _tests[_0x2a0037],_0x304366['finishedAt']=new Date()[_0x5665f6(0x11d)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x25b736,_0x83de0,_0x1b81de,_0x30ce68[_0x5665f6(0x141)],_0x304366);}catch(_0x3abe93){logger['debug'](_0x5665f6(0xde)+util[_0x5665f6(0xe0)](_0x3abe93));}}async[a6_0x580e18(0x114)](_0x156399,_0x3a69aa){const _0x3a5bca=a6_0x580e18,_0x19fd2e={'uRIHB':function(_0x15e6f9,_0x24f0b9){return _0x15e6f9(_0x24f0b9);},'aaKrm':_0x3a5bca(0x121),'VBUaR':function(_0x42b2f5,_0x2f6822){return _0x42b2f5!==_0x2f6822;},'SghYP':_0x3a5bca(0x11a)};if(_0x19fd2e[_0x3a5bca(0x12f)](shouldProcessEventForTesthub,_0x19fd2e[_0x3a5bca(0xcb)]))try{this['report']['testStepStarted']=this[_0x3a5bca(0x120)][_0x3a5bca(0xe8)]||{},this['report'][_0x3a5bca(0xe8)][_0x156399['testCaseStartedId']]=_0x156399;const _0x3dcf36=_0x156399[_0x3a5bca(0x113)],_0x78bc89=_0x3a69aa[_0x3a5bca(0x151)][_0x3a5bca(0x130)][_0x3dcf36]['testCaseId'],_0x3d7eb4=this[_0x3a5bca(0x120)][_0x3a5bca(0xe5)]['find'](_0x1cda01=>_0x1cda01['id']===_0x78bc89)['pickleId'],_0x33e4a9=this[_0x3a5bca(0x120)]['pickle'][_0x3a5bca(0x158)](_0x1c65c5=>_0x1c65c5['id']===_0x3d7eb4),_0x2e01b4=this[_0x3a5bca(0x120)][_0x3a5bca(0xe5)]['find'](_0x165b7b=>_0x165b7b['id']===_0x78bc89)[_0x3a5bca(0x14c)],_0x47c13d=this[_0x3a5bca(0x120)][_0x3a5bca(0xe8)][_0x3dcf36]['testStepId'],_0x376394=_0x2e01b4[_0x3a5bca(0x158)](_0x33979b=>_0x33979b['id']===_0x47c13d)['pickleStepId'],_0x558d1e=_0x33e4a9[_0x3a5bca(0x13f)]['find'](_0x26aac6=>_0x26aac6['id']===_0x376394);if(_0x376394&&_tests[_0x78bc89]&&_0x19fd2e[_0x3a5bca(0xd0)](_tests[_0x78bc89][_0x19fd2e[_0x3a5bca(0xbb)]],_0x47c13d)){_tests[_0x78bc89][_0x19fd2e[_0x3a5bca(0xbb)]]=_0x47c13d;const _0x1a9db8={};_0x1a9db8[_0x3a5bca(0x13f)]=[];const _0x568b4d=_tests[_0x78bc89]||_0x1a9db8;_0x568b4d&&!_0x568b4d[_0x3a5bca(0x13f)]&&(_0x568b4d[_0x3a5bca(0x13f)]=[]),_0x568b4d['steps'][_0x3a5bca(0xcf)]({'id':_0x558d1e['id'],'text':_0x558d1e[_0x3a5bca(0x10f)],'started_at':new Date()[_0x3a5bca(0x11d)]()}),_tests[_0x78bc89]=_0x568b4d;}await testObservabilityReporter[_0x3a5bca(0x10c)](this[_0x3a5bca(0x120)],_0x3dcf36,_0x19fd2e[_0x3a5bca(0xcb)],_0x2e01b4,_0x47c13d,_tests[_0x78bc89]);}catch(_0x41571a){logger[_0x3a5bca(0xd7)](_0x3a5bca(0x150)+util[_0x3a5bca(0xe0)](_0x41571a));}}async['onTestStepFinished'](_0x1638df,_0x3689a0){const _0x30d1d9=a6_0x580e18,_0x5d1a3a={'Dlcqa':function(_0x1a2977,_0x28ad53){return _0x1a2977===_0x28ad53;},'ilzox':_0x30d1d9(0x13e),'pZHEc':function(_0x2e92ab,_0x11516a){return _0x2e92ab(_0x11516a);},'Mpzcy':'HookRunFinished','AsYgi':function(_0x10c63,_0x4f2ea9){return _0x10c63===_0x4f2ea9;},'Pvdys':'failed','HfVvF':function(_0x1c549d,_0x4fb52e){return _0x1c549d===_0x4fb52e;},'PFAWm':_0x30d1d9(0x140),'WIbZL':'testStepId'};this['report']['testStepFinished']=this[_0x30d1d9(0x120)][_0x30d1d9(0xd3)]||{},this[_0x30d1d9(0x120)][_0x30d1d9(0xd3)][_0x1638df[_0x30d1d9(0x113)]]=_0x1638df;if(_0x5d1a3a[_0x30d1d9(0xf8)](shouldProcessEventForTesthub,_0x5d1a3a[_0x30d1d9(0x135)]))try{const _0x4215e4=_0x1638df['testCaseStartedId'],_0x59b0b0=_0x3689a0[_0x30d1d9(0x151)][_0x30d1d9(0x130)][_0x4215e4][_0x30d1d9(0x124)],_0x3d2fd6=_0x3689a0['eventDataCollector'][_0x30d1d9(0xd8)][_0x59b0b0],_0x45035c=_0x3d2fd6['pickleId'],_0x433ad2=_0x3689a0[_0x30d1d9(0x151)]['pickleMap'][_0x45035c],_0x4b3f11=_0x1638df['testStepId'],_0x23ec1d=_0x3d2fd6[_0x30d1d9(0x14c)],_0x48dd58=this['eventDataCollector'][_0x30d1d9(0xbf)](_0x4215e4),_0xd11c56=_0x23ec1d[_0x30d1d9(0x158)](_0x28cac1=>_0x28cac1['id']===_0x4b3f11)[_0x30d1d9(0x153)];let _0x23bcad,_0x215624;_0x1638df[_0x30d1d9(0xdc)]&&_0x5d1a3a[_0x30d1d9(0xe3)](_0x1638df['testStepResult'][_0x30d1d9(0x109)]['toString']()[_0x30d1d9(0x12b)](),_0x5d1a3a[_0x30d1d9(0x155)])&&(_0x23bcad=_0x5d1a3a[_0x30d1d9(0xdf)](_0x1638df[_0x30d1d9(0xdc)][_0x30d1d9(0x132)],undefined)?_0x1638df['testStepResult'][_0x30d1d9(0x11c)]:_0x1638df[_0x30d1d9(0xdc)][_0x30d1d9(0x132)][_0x30d1d9(0x11c)],_0x215624=_0x5d1a3a[_0x30d1d9(0x11b)](_0x1638df[_0x30d1d9(0xdc)]['exception'],undefined)?_0x5d1a3a[_0x30d1d9(0xc5)]:_0x1638df[_0x30d1d9(0xdc)][_0x30d1d9(0x11c)]);await testObservabilityReporter['sendHook'](this['report'],_0x4215e4,_0x5d1a3a[_0x30d1d9(0x135)],_0x23ec1d,_0x4b3f11,_tests[_0x59b0b0]);if(_0xd11c56&&_tests[_0x59b0b0][_0x5d1a3a[_0x30d1d9(0x110)]]){const _0x8234d2=_0x433ad2[_0x30d1d9(0x13f)][_0x30d1d9(0x158)](_0x2bbbe2=>_0x2bbbe2['id']===_0xd11c56),_0x4f3550={};_0x4f3550[_0x30d1d9(0x13f)]=[];const _0x4c950d=_tests[_0x59b0b0]||_0x4f3550;!_0x4c950d['steps']?_0x4c950d[_0x30d1d9(0x13f)]=[{'id':_0x8234d2['id'],'text':_0x8234d2[_0x30d1d9(0x10f)],'finished_at':new Date()['toISOString'](),'result':_0x1638df[_0x30d1d9(0xdc)][_0x30d1d9(0x109)],'duration':_0x1638df[_0x30d1d9(0xdc)][_0x30d1d9(0xb7)]['seconds'],'failure':_0x23bcad,'failureType':_0x215624}]:_0x4c950d[_0x30d1d9(0x13f)][_0x30d1d9(0xe7)](_0xb88e23=>{const _0x1c98c1=_0x30d1d9;if(_0x5d1a3a[_0x1c98c1(0xdf)](_0xb88e23['id'],_0x8234d2['id'])){const _0x586f52=_0x5d1a3a['ilzox'][_0x1c98c1(0x13d)]('|');let _0x35a38d=0x0;while(!![]){switch(_0x586f52[_0x35a38d++]){case'0':_0xb88e23[_0x1c98c1(0x15b)]=_0x215624;continue;case'1':_0xb88e23['result']=_0x1638df[_0x1c98c1(0xdc)][_0x1c98c1(0x109)];continue;case'2':_0xb88e23[_0x1c98c1(0xb5)]=_0x23bcad;continue;case'3':_0xb88e23['duration']=_0x1638df[_0x1c98c1(0xdc)][_0x1c98c1(0xb7)]['seconds'];continue;case'4':_0xb88e23[_0x1c98c1(0xe4)]=new Date()[_0x1c98c1(0x11d)]();continue;}break;}}}),_tests[_0x59b0b0]=_0x4c950d,delete _tests[_0x59b0b0][_0x5d1a3a[_0x30d1d9(0x110)]];}}catch(_0x3f928d){logger[_0x30d1d9(0xd7)]('Exception\x20in\x20onTestStepFinished\x20event:\x20'+util[_0x30d1d9(0xe0)](_0x3f928d));}}[a6_0x580e18(0x108)](_0x2a917d){const _0x2734b9=a6_0x580e18,_0xf07371={};return _0x2a917d[_0x2734b9(0x122)][_0x2734b9(0xbd)]['map'](this[_0x2734b9(0xee)])[_0x2734b9(0xea)]()[_0x2734b9(0xe7)](_0x14b8af=>_0x14b8af[_0x2734b9(0x13f)][_0x2734b9(0xe7)](_0x5ea321=>_0xf07371[_0x5ea321['id']]=_0x5ea321)),_0xf07371;}[a6_0x580e18(0xee)](_0xc338b3){const _0x314663=a6_0x580e18,_0x2d1415={'haUjL':function(_0x190fdb,_0x17411d){return _0x190fdb(_0x17411d);},'OHDsY':function(_0x2887aa,_0x321e02){return _0x2887aa(_0x321e02);}};if(!_0x2d1415['haUjL'](isUndefined,_0xc338b3[_0x314663(0x14b)]))return[_0xc338b3[_0x314663(0x14b)]];else{if(!_0x2d1415[_0x314663(0xd2)](isUndefined,_0xc338b3[_0x314663(0xef)]))return _0xc338b3[_0x314663(0xef)][_0x314663(0xbd)]['map'](_0x2fb340=>!isUndefined(_0x2fb340[_0x314663(0x14b)])?_0x2fb340[_0x314663(0x14b)]:_0x2fb340[_0x314663(0xfe)]);};return[_0xc338b3['scenario']];}[a6_0x580e18(0x104)](_0x12ed04,_0x31562a){const _0x2da636=a6_0x580e18;return Object[_0x2da636(0x133)](_0x12ed04[_0x2da636(0x151)][_0x2da636(0x152)])['find'](_0x40cc6a=>_0x40cc6a['uri']===_0x31562a[_0x2da636(0x117)]);}}function a6_0x1aa0(_0x21b19d,_0x5b26f5){const _0x2a7291=a6_0x2a72();return a6_0x1aa0=function(_0x1aa034,_0x533692){_0x1aa034=_0x1aa034-0xb5;let _0x204595=_0x2a7291[_0x1aa034];return _0x204595;},a6_0x1aa0(_0x21b19d,_0x5b26f5);}module[a6_0x580e18(0xfc)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x580e18(0xc2),a6_0x580e18(0xe2),a6_0x580e18(0x114),a6_0x580e18(0xc8),a6_0x580e18(0xf3),a6_0x580e18(0xce),a6_0x580e18(0xee),a6_0x580e18(0x104),a6_0x580e18(0x108)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a7_0x542cf3=a7_0x3714;(function(_0x2e90b0,_0x49c726){const _0x155d41=a7_0x3714,_0x2c2791=_0x2e90b0();while(!![]){try{const _0xaa235a=-parseInt(_0x155d41(0x15f))/0x1*(parseInt(_0x155d41(0x17e))/0x2)+-parseInt(_0x155d41(0x18c))/0x3*(parseInt(_0x155d41(0x14f))/0x4)+-parseInt(_0x155d41(0x176))/0x5+-parseInt(_0x155d41(0x158))/0x6*(parseInt(_0x155d41(0x15a))/0x7)+-parseInt(_0x155d41(0x193))/0x8+parseInt(_0x155d41(0x17a))/0x9*(parseInt(_0x155d41(0x151))/0xa)+parseInt(_0x155d41(0x13b))/0xb;if(_0xaa235a===_0x49c726)break;else _0x2c2791['push'](_0x2c2791['shift']());}catch(_0x1ade81){_0x2c2791['push'](_0x2c2791['shift']());}}}(a7_0x3b37,0xb72bc));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a7_0x542cf3(0x181)),pickleParser=requireModule(a7_0x542cf3(0x187),a7_0x542cf3(0x181));function a7_0x3b37(){const _0x4f3f52=['oNodL','PASSED','log','jOESF','CTrxC','steps','UZoeL','env','13404qOkMRp','eventDataCollector','10eiapgW','status','QDFfJ','mgucq','KcAKw','result','parse','8176698VDDvcL','WAjpJ','7xdRHsJ','pickle','lBvwv','exports','eventBroadcaster','1BwzZvx','ShbMd','PtiYC','cFaAZ','text','CuTiT','cucumber-js/test_old.setup.js','test-run-finished','SKIPPED','hqwpW','getTestCaseData','includes','LyFjv','eixWO','pJJyg','__platform','nmJvg','sourceLocation','ONxWL','zJbKV','length','CuIRd','wcoYU','3539785jFhAeG','UNDEFINED','\x20-\x20','tUNqf','8808741jgSQgL','feature','test-step-started','nhdAO','1467302MPePdv','WAWlP','test-case-finished','cucumber','forEach','getTestCaseAttempt','toUpperCase','name','PORLv','cucumber/lib/formatter/helpers/pickle_parser.js','testCase','xzKtO','stack','MIwvf','501zNkIMx','BIkWJ','undefined','aZCws','line','ZHNns','eHCyI','997136EFlpdx','UNKNOWN','aAbZJ','logTestCaseFinished','actionLocation','ySqli','35861859NxOICV','FAILED','WaZEo','getStepLineToPickledStepMap','FjwWw','uri','gherkinDocument','\x20\x20\x20\x20AFTER\x20-\x20','Executing\x20tests\x20for\x20','test-run-started','VTYot','\x20\x20\x20\x20BEFORE\x20-\x20'];a7_0x3b37=function(){return _0x4f3f52;};return a7_0x3b37();}function a7_0x3714(_0x58bd84,_0x42fbd6){const _0x3b3773=a7_0x3b37();return a7_0x3714=function(_0x3714cf,_0xc3c8df){_0x3714cf=_0x3714cf-0x13a;let _0x20be79=_0x3b3773[_0x3714cf];return _0x20be79;},a7_0x3714(_0x58bd84,_0x42fbd6);}class BrowserstackFormatter extends Formatter{constructor(_0x3ff982){const _0x4c0faa=a7_0x542cf3,_0x21ad12={'ZHNns':function(_0x3b637a,_0x23b6e2){return _0x3b637a!==_0x23b6e2;},'lbHAw':function(_0x34b8f2,_0xe0f636){return _0x34b8f2!==_0xe0f636;},'tUNqf':function(_0x396193,_0x21572c){return _0x396193(_0x21572c);},'CTrxC':_0x4c0faa(0x144),'jOESF':'test-case-started','CuIRd':_0x4c0faa(0x180),'WAWlP':_0x4c0faa(0x166),'hqwpW':_0x4c0faa(0x17c)};super(_0x3ff982),_0x3ff982['eventBroadcaster']['on'](_0x21ad12[_0x4c0faa(0x14b)],()=>{const _0x724441=_0x4c0faa;let _0x1822b7;if(_0x21ad12[_0x724441(0x191)](process[_0x724441(0x14e)]['CONFIG'],undefined)){const _0x57856b=JSON[_0x724441(0x157)](process['env']['CONFIG']);_0x1822b7=_0x57856b['capability'];}_0x21ad12['lbHAw'](_0x1822b7,undefined)&&(global['__platform']=_0x21ad12[_0x724441(0x179)](getPlatformName,_0x1822b7),console['log'](_0x724441(0x143)+global[_0x724441(0x16e)]));}),_0x3ff982[_0x4c0faa(0x15e)]['on'](_0x21ad12[_0x4c0faa(0x14a)],()=>{testSuites+=0x1;}),_0x3ff982[_0x4c0faa(0x15e)]['on'](_0x21ad12[_0x4c0faa(0x174)],_0x1be3d4=>{this['logTestCaseFinished'](_0x1be3d4);}),_0x3ff982[_0x4c0faa(0x15e)]['on'](_0x21ad12[_0x4c0faa(0x17f)],()=>{totalTests-=0x2;}),_0x3ff982[_0x4c0faa(0x15e)]['on'](_0x21ad12[_0x4c0faa(0x168)],()=>{totalTests+=0x1;});}[a7_0x542cf3(0x196)](_0xbbf824){const _0x2011fa=a7_0x542cf3,_0x2d630a={'aAbZJ':_0x2011fa(0x13c),'ONxWL':_0x2011fa(0x148),'PORLv':_0x2011fa(0x167),'zJbKV':'PENDING','PcArn':_0x2011fa(0x177),'pJJyg':_0x2011fa(0x194),'ShbMd':'AMBIGUOUS','LyFjv':function(_0x48b352,_0x99fffa){return _0x48b352+_0x99fffa;},'nmJvg':function(_0x2fd92e,_0x3f5318){return _0x2fd92e+_0x3f5318;},'eixWO':'\x20\x20\x20\x20','oNodL':_0x2011fa(0x178),'WaZEo':function(_0x1d7563,_0x1b5cdf){return _0x1d7563(_0x1b5cdf);},'wcoYU':_0x2011fa(0x165),'BIkWJ':_0x2011fa(0x142),'QDFfJ':_0x2011fa(0x146),'aZCws':function(_0x14c875,_0x40d7fd){return _0x14c875===_0x40d7fd;},'nhdAO':function(_0x41a27b,_0x446a7f,_0xec9080){return _0x41a27b(_0x446a7f,_0xec9080);},'FjwWw':_0x2011fa(0x156),'xzKtO':'exception','WAjpJ':_0x2011fa(0x18a),'VTYot':function(_0x16b906,_0xfc9d76){return _0x16b906!==_0xfc9d76;},'KcAKw':function(_0x416c4f,_0x557c25){return _0x416c4f+_0x557c25;},'goiLE':function(_0x5ce3a4,_0x3fb210){return _0x5ce3a4!==_0x3fb210;},'MIwvf':_0x2011fa(0x18e),'lBvwv':function(_0xa6b6f1,_0x48ec35){return _0xa6b6f1+_0x48ec35;},'PtiYC':function(_0x3452ab,_0xcf0ddd){return _0x3452ab<_0xcf0ddd;},'CuTiT':function(_0xcf82bc,_0xc8a246){return _0xcf82bc+_0xc8a246;},'CjAAV':function(_0x1c0aea,_0x2a444a){return _0x1c0aea+_0x2a444a;},'eHCyI':function(_0x31ab7e,_0x183a3f){return _0x31ab7e+_0x183a3f;},'mgucq':function(_0x5cdb36,_0x4a59dd){return _0x5cdb36+_0x4a59dd;},'cFaAZ':function(_0x461cd4,_0x24e92b){return _0x461cd4+_0x24e92b;},'ySqli':function(_0x17e6b6,_0x82018f){return _0x17e6b6+_0x82018f;},'UZoeL':function(_0x9b5154,_0x3ae5e7){return _0x9b5154+_0x3ae5e7;}};let _0x550ca9=![];function _0x4801d5(_0xa02d91){const _0x418e34=_0x2011fa;switch(_0xa02d91){case _0x2d630a[_0x418e34(0x195)]:testsFailed+=0x1;break;case _0x2d630a[_0x418e34(0x171)]:testsPassed+=0x1;break;case _0x2d630a[_0x418e34(0x186)]:testsSkipped+=0x1;break;case _0x2d630a[_0x418e34(0x172)]:testsPending+=0x1;break;case _0x2d630a['PcArn']:testsUndefined+=0x1;break;case _0x2d630a[_0x418e34(0x16d)]:testsUnknown+=0x1;break;case _0x2d630a[_0x418e34(0x160)]:testsAmbiguous+=0x1;break;default:break;}}_0x2d630a[_0x2011fa(0x145)](global[_0x2011fa(0x16e)],undefined)&&console[_0x2011fa(0x149)](_0x2d630a['LyFjv'](_0x2d630a[_0x2011fa(0x155)]('\x0a',global['__platform']),'\x0a'));let _0x13ee01=![];if(_0x2d630a['goiLE'](typeof this[_0x2011fa(0x150)][_0x2011fa(0x169)],_0x2d630a[_0x2011fa(0x18b)])){var _0x1fcb3e=this[_0x2011fa(0x150)][_0x2011fa(0x169)](_0xbbf824[_0x2011fa(0x170)]),_0x572430=_0x1fcb3e[_0x2011fa(0x15b)],_0x568524=_0x1fcb3e[_0x2011fa(0x188)];console[_0x2011fa(0x149)](_0x2d630a[_0x2011fa(0x16f)]('\x20\x20',_0x572430[_0x2011fa(0x185)]));var _0x1de0fe=(0x0,pickleParser[_0x2011fa(0x13e)])(_0x572430);_0x568524['steps'][_0x2011fa(0x182)](function(_0x323701){const _0x2b4df9=_0x2011fa;if(_0x323701[_0x2b4df9(0x197)]&&_0x323701[_0x2b4df9(0x170)])_0x550ca9=!![],console[_0x2b4df9(0x149)](_0x2d630a[_0x2b4df9(0x16b)](_0x2d630a[_0x2b4df9(0x16f)](_0x2d630a['LyFjv'](_0x2d630a[_0x2b4df9(0x16c)],_0x1de0fe[_0x323701[_0x2b4df9(0x170)]['line']][_0x2b4df9(0x163)]),_0x2d630a[_0x2b4df9(0x147)]),_0x323701['result'][_0x2b4df9(0x152)][_0x2b4df9(0x184)]())),_0x2d630a[_0x2b4df9(0x13d)](_0x4801d5,_0x323701[_0x2b4df9(0x156)][_0x2b4df9(0x152)][_0x2b4df9(0x184)]());else _0x323701['actionLocation']&&(!_0x323701[_0x2b4df9(0x197)][_0x2b4df9(0x140)][_0x2b4df9(0x16a)](_0x2d630a[_0x2b4df9(0x175)])&&(_0x2d630a['WaZEo'](_0x4801d5,_0x323701['result']['status'][_0x2b4df9(0x184)]()),_0x550ca9?console['log'](_0x2d630a['LyFjv'](_0x2d630a['BIkWJ'],_0x323701['result'][_0x2b4df9(0x152)][_0x2b4df9(0x184)]())):console[_0x2b4df9(0x149)](_0x2d630a['LyFjv'](_0x2d630a[_0x2b4df9(0x153)],_0x323701[_0x2b4df9(0x156)][_0x2b4df9(0x152)]['toUpperCase']()))));if(_0x2d630a['aZCws'](_0x323701[_0x2b4df9(0x156)][_0x2b4df9(0x152)][_0x2b4df9(0x184)](),_0x2d630a['aAbZJ'])){const _0x1780fb=_0x2d630a['nhdAO'](nestedKeyValue,_0x323701,[_0x2d630a[_0x2b4df9(0x13f)],_0x2d630a[_0x2b4df9(0x189)],_0x2d630a['WAjpJ']]);_0x1780fb&&(testsErrorMessage[_0x572430[_0x2b4df9(0x185)]]=_0x1780fb,console[_0x2b4df9(0x149)](_0x2d630a[_0x2b4df9(0x16b)](_0x1780fb,'\x0a'))),_0x13ee01=!![];}});}else{const _0x4880ba=this['eventDataCollector'][_0x2011fa(0x183)](_0xbbf824);console[_0x2011fa(0x149)](_0x2d630a[_0x2011fa(0x15c)](_0x2d630a[_0x2011fa(0x16b)](_0x2d630a['LyFjv']('\x20\x20',_0x4880ba['gherkinDocument'][_0x2011fa(0x17b)]['name']),_0x2d630a[_0x2011fa(0x147)]),_0x4880ba[_0x2011fa(0x15b)]['name']));const _0x28c794=(0x0,pickleParser[_0x2011fa(0x13e)])(_0x4880ba[_0x2011fa(0x15b)]),_0x16063b=_0x4880ba[_0x2011fa(0x188)][_0x2011fa(0x14c)],_0x27adb1=_0x4880ba['stepResults'],_0x2dd092=_0x16063b[_0x2011fa(0x173)];for(let _0x3e4b0f=0x0;_0x2d630a[_0x2011fa(0x161)](_0x3e4b0f,_0x2dd092);_0x3e4b0f++){const _0xff7d7b=_0x16063b[_0x3e4b0f];if(_0xff7d7b['actionLocation']&&_0xff7d7b[_0x2011fa(0x170)])_0x550ca9=!![],console[_0x2011fa(0x149)](_0x2d630a[_0x2011fa(0x164)](_0x2d630a['CjAAV'](_0x2d630a[_0x2011fa(0x192)](_0x2d630a[_0x2011fa(0x16c)],_0x28c794[_0xff7d7b[_0x2011fa(0x170)][_0x2011fa(0x190)]][_0x2011fa(0x163)]),_0x2d630a[_0x2011fa(0x147)]),_0x27adb1[_0x3e4b0f][_0x2011fa(0x152)][_0x2011fa(0x184)]())),_0x2d630a['WaZEo'](_0x4801d5,_0x27adb1[_0x3e4b0f][_0x2011fa(0x152)][_0x2011fa(0x184)]());else _0xff7d7b[_0x2011fa(0x197)]&&(!_0xff7d7b[_0x2011fa(0x197)][_0x2011fa(0x140)]['includes'](_0x2d630a[_0x2011fa(0x175)])&&(_0x2d630a[_0x2011fa(0x13d)](_0x4801d5,_0x27adb1[_0x3e4b0f][_0x2011fa(0x152)]['toUpperCase']()),_0x550ca9?console[_0x2011fa(0x149)](_0x2d630a[_0x2011fa(0x154)](_0x2d630a[_0x2011fa(0x18d)],_0x27adb1[_0x3e4b0f]['status'][_0x2011fa(0x184)]())):console[_0x2011fa(0x149)](_0x2d630a[_0x2011fa(0x162)](_0x2d630a[_0x2011fa(0x153)],_0x27adb1[_0x3e4b0f][_0x2011fa(0x152)][_0x2011fa(0x184)]()))));if(_0x2d630a[_0x2011fa(0x18f)](_0x27adb1[_0x3e4b0f][_0x2011fa(0x152)][_0x2011fa(0x184)](),_0x2d630a[_0x2011fa(0x195)])){_0x13ee01=!![];const _0x35b040=_0x2d630a[_0x2011fa(0x17d)](nestedKeyValue,_0x27adb1[_0x3e4b0f],[_0x2d630a[_0x2011fa(0x189)],_0x2d630a[_0x2011fa(0x159)]]);_0x35b040&&(testsErrorMessage[_0x2d630a[_0x2011fa(0x155)](_0x2d630a[_0x2011fa(0x13a)](_0x4880ba[_0x2011fa(0x141)][_0x2011fa(0x17b)][_0x2011fa(0x185)],_0x2d630a[_0x2011fa(0x147)]),_0x4880ba[_0x2011fa(0x15b)][_0x2011fa(0x185)])]=_0x35b040,console[_0x2011fa(0x149)](_0x2d630a[_0x2011fa(0x14d)](_0x35b040,'\x0a')));}}}_0x13ee01&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a7_0x542cf3(0x15d)]=BrowserstackFormatter;
|
|
1
|
+
const a7_0x5ab171=a7_0x491e;function a7_0x491e(_0x4bf61d,_0x3e9737){const _0x21fca8=a7_0x21fc();return a7_0x491e=function(_0x491ec5,_0x364703){_0x491ec5=_0x491ec5-0xb5;let _0x4782b4=_0x21fca8[_0x491ec5];return _0x4782b4;},a7_0x491e(_0x4bf61d,_0x3e9737);}function a7_0x21fc(){const _0xd31e18=['fangz','psYmE','length','ZeVuw','PASSED','\x20\x20\x20\x20AFTER\x20-\x20','JeYVi','\x20\x20\x20\x20','toUpperCase','10244479nVdDpH','AeOVa','gAAHY','992730fvJzkB','status','iKWoj','undefined','BWFWb','exports','VPxHu','dHIOF','pickle','cucumber/lib/formatter/helpers/pickle_parser.js','name','stepResults','PENDING','feature','test-run-finished','getTestCaseAttempt','9GmTYOV','9962QVrexM','logTestCaseFinished','UNDEFINED','\x20-\x20','16874541LVOaJL','CONFIG','forEach','FAILED','test-run-started','AUwDT','lmEYw','162XAqcBX','34733171odLWYH','log','RgfAK','cucumber','Executing\x20tests\x20for\x20','RltGZ','env','fybem','6079260GRcRty','VYhwS','qPKeT','test-case-finished','rhMwx','DZEKz','stack','uri','getStepLineToPickledStepMap','XOmXj','../../../helpers/helper','AMBIGUOUS','eventDataCollector','6qYXuYH','__platform','742776RYmjex','exception','text','aUoJX','knteh','sourceLocation','aqNnb','line','8GbuFYB','WByWM','gherkinDocument','vhZFb','includes','oSNZF','jFJfD','actionLocation','getTestCaseData','dRQvP','aCpXd','VBqEE','\x20\x20\x20\x20BEFORE\x20-\x20','cucumber-js/test_old.setup.js','eventBroadcaster','result'];a7_0x21fc=function(){return _0xd31e18;};return a7_0x21fc();}(function(_0x312aa6,_0x26b0cf){const _0x20b3c4=a7_0x491e,_0x2178ff=_0x312aa6();while(!![]){try{const _0x385b15=parseInt(_0x20b3c4(0xc2))/0x1*(-parseInt(_0x20b3c4(0xcd))/0x2)+parseInt(_0x20b3c4(0xc1))/0x3*(-parseInt(_0x20b3c4(0xe5))/0x4)+parseInt(_0x20b3c4(0x109))/0x5+parseInt(_0x20b3c4(0xe3))/0x6*(parseInt(_0x20b3c4(0x106))/0x7)+parseInt(_0x20b3c4(0xed))/0x8*(-parseInt(_0x20b3c4(0xc6))/0x9)+-parseInt(_0x20b3c4(0xd6))/0xa+parseInt(_0x20b3c4(0xce))/0xb;if(_0x385b15===_0x26b0cf)break;else _0x2178ff['push'](_0x2178ff['shift']());}catch(_0x2e57d3){_0x2178ff['push'](_0x2178ff['shift']());}}}(a7_0x21fc,0xed7b5));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x5ab171(0xe0)),{Formatter}=requireModule(a7_0x5ab171(0xd1)),pickleParser=requireModule(a7_0x5ab171(0xba),'cucumber');class BrowserstackFormatter extends Formatter{constructor(_0xf55cfc){const _0x48677f=a7_0x5ab171,_0x55549b={'BWFWb':function(_0x23341a,_0x577238){return _0x23341a!==_0x577238;},'iKWoj':function(_0x3bab88,_0x46a6fe){return _0x3bab88(_0x46a6fe);},'wMJuA':_0x48677f(0xca),'VPxHu':'test-case-started','AeOVa':_0x48677f(0xd9),'OoRYY':_0x48677f(0xbf),'DZEKz':'test-step-started'};super(_0xf55cfc),_0xf55cfc[_0x48677f(0xfb)]['on'](_0x55549b['wMJuA'],()=>{const _0x132edb=_0x48677f;let _0x4339bd;if(_0x55549b[_0x132edb(0xb5)](process[_0x132edb(0xd4)]['CONFIG'],undefined)){const _0x3bae33=JSON['parse'](process['env'][_0x132edb(0xc7)]);_0x4339bd=_0x3bae33['capability'];}_0x55549b[_0x132edb(0xb5)](_0x4339bd,undefined)&&(global[_0x132edb(0xe4)]=_0x55549b[_0x132edb(0x10b)](getPlatformName,_0x4339bd),console['log'](_0x132edb(0xd2)+global[_0x132edb(0xe4)]));}),_0xf55cfc[_0x48677f(0xfb)]['on'](_0x55549b[_0x48677f(0xb7)],()=>{testSuites+=0x1;}),_0xf55cfc[_0x48677f(0xfb)]['on'](_0x55549b[_0x48677f(0x107)],_0x23147f=>{const _0x432f20=_0x48677f;this[_0x432f20(0xc3)](_0x23147f);}),_0xf55cfc[_0x48677f(0xfb)]['on'](_0x55549b['OoRYY'],()=>{totalTests-=0x2;}),_0xf55cfc[_0x48677f(0xfb)]['on'](_0x55549b[_0x48677f(0xdb)],()=>{totalTests+=0x1;});}[a7_0x5ab171(0xc3)](_0x4f7af8){const _0x12a770=a7_0x5ab171,_0x56e4ab={'psYmE':_0x12a770(0xc9),'aUoJX':_0x12a770(0x101),'mbbVU':'SKIPPED','RltGZ':_0x12a770(0xbd),'VBqEE':_0x12a770(0xc4),'gMhMA':'UNKNOWN','ViFnN':_0x12a770(0xe1),'VYhwS':function(_0x1e3c92,_0x3dd954){return _0x1e3c92+_0x3dd954;},'dRQvP':_0x12a770(0x104),'aCpXd':_0x12a770(0xc5),'fangz':function(_0x53e95e,_0x2f60e6){return _0x53e95e(_0x2f60e6);},'XOmXj':_0x12a770(0xfa),'oSNZF':_0x12a770(0x102),'gAAHY':_0x12a770(0xf9),'nYlyh':function(_0x228bd8,_0x2e6a2f){return _0x228bd8===_0x2e6a2f;},'WByWM':function(_0x3e8f10,_0xcef504,_0x48c0e2){return _0x3e8f10(_0xcef504,_0x48c0e2);},'vhZFb':_0x12a770(0xfc),'rhMwx':_0x12a770(0xe6),'ZeVuw':_0x12a770(0xdc),'RgfAK':function(_0x102240,_0x2c8386){return _0x102240+_0x2c8386;},'AUwDT':function(_0x3f8621,_0x4a14a8){return _0x3f8621!==_0x4a14a8;},'jFJfD':function(_0x86cf22,_0x7835da){return _0x86cf22+_0x7835da;},'LcaKN':_0x12a770(0x10c),'pIhzH':function(_0x2c42a2,_0x4d50d7){return _0x2c42a2+_0x4d50d7;},'lmEYw':function(_0x518de7,_0x592e6e){return _0x518de7+_0x592e6e;},'dHIOF':function(_0x4f7ba3,_0x103839){return _0x4f7ba3<_0x103839;},'fOZHo':function(_0x2dfd75,_0x44d565){return _0x2dfd75(_0x44d565);},'JeYVi':function(_0x1f3c78,_0x13114e){return _0x1f3c78+_0x13114e;},'knteh':function(_0x3c6492,_0x10504e){return _0x3c6492+_0x10504e;},'qPKeT':function(_0x2559c4,_0x28a658){return _0x2559c4===_0x28a658;},'fybem':function(_0x426819,_0x4d3f30){return _0x426819+_0x4d3f30;},'TselE':function(_0x59f6c8,_0x58c763){return _0x59f6c8+_0x58c763;},'aqNnb':function(_0x45cd97,_0x38d7eb){return _0x45cd97+_0x38d7eb;}};let _0x5e5bc5=![];function _0x2d42b7(_0x220335){const _0xed238a=_0x12a770;switch(_0x220335){case _0x56e4ab[_0xed238a(0xfe)]:testsFailed+=0x1;break;case _0x56e4ab[_0xed238a(0xe8)]:testsPassed+=0x1;break;case _0x56e4ab['mbbVU']:testsSkipped+=0x1;break;case _0x56e4ab[_0xed238a(0xd3)]:testsPending+=0x1;break;case _0x56e4ab[_0xed238a(0xf8)]:testsUndefined+=0x1;break;case _0x56e4ab['gMhMA']:testsUnknown+=0x1;break;case _0x56e4ab['ViFnN']:testsAmbiguous+=0x1;break;default:break;}}_0x56e4ab[_0x12a770(0xcb)](global[_0x12a770(0xe4)],undefined)&&console[_0x12a770(0xcf)](_0x56e4ab[_0x12a770(0xd7)](_0x56e4ab[_0x12a770(0xf3)]('\x0a',global['__platform']),'\x0a'));let _0x58e54b=![];if(_0x56e4ab[_0x12a770(0xcb)](typeof this[_0x12a770(0xe2)][_0x12a770(0xf5)],_0x56e4ab['LcaKN'])){var _0x2762fa=this[_0x12a770(0xe2)][_0x12a770(0xf5)](_0x4f7af8[_0x12a770(0xea)]),_0x28a785=_0x2762fa[_0x12a770(0xb9)],_0x520dcd=_0x2762fa['testCase'];console[_0x12a770(0xcf)](_0x56e4ab['pIhzH']('\x20\x20',_0x28a785['name']));var _0x385841=(0x0,pickleParser[_0x12a770(0xde)])(_0x28a785);_0x520dcd['steps'][_0x12a770(0xc8)](function(_0x288ac2){const _0x2bc834=_0x12a770;if(_0x288ac2[_0x2bc834(0xf4)]&&_0x288ac2[_0x2bc834(0xea)])_0x5e5bc5=!![],console['log'](_0x56e4ab[_0x2bc834(0xd7)](_0x56e4ab[_0x2bc834(0xd7)](_0x56e4ab['VYhwS'](_0x56e4ab['dRQvP'],_0x385841[_0x288ac2[_0x2bc834(0xea)][_0x2bc834(0xec)]][_0x2bc834(0xe7)]),_0x56e4ab['aCpXd']),_0x288ac2[_0x2bc834(0xfc)]['status'][_0x2bc834(0x105)]())),_0x56e4ab[_0x2bc834(0xfd)](_0x2d42b7,_0x288ac2[_0x2bc834(0xfc)][_0x2bc834(0x10a)][_0x2bc834(0x105)]());else _0x288ac2[_0x2bc834(0xf4)]&&(!_0x288ac2[_0x2bc834(0xf4)][_0x2bc834(0xdd)][_0x2bc834(0xf1)](_0x56e4ab[_0x2bc834(0xdf)])&&(_0x56e4ab[_0x2bc834(0xfd)](_0x2d42b7,_0x288ac2[_0x2bc834(0xfc)][_0x2bc834(0x10a)]['toUpperCase']()),_0x5e5bc5?console['log'](_0x56e4ab[_0x2bc834(0xd7)](_0x56e4ab[_0x2bc834(0xf2)],_0x288ac2[_0x2bc834(0xfc)][_0x2bc834(0x10a)][_0x2bc834(0x105)]())):console[_0x2bc834(0xcf)](_0x56e4ab[_0x2bc834(0xd7)](_0x56e4ab[_0x2bc834(0x108)],_0x288ac2[_0x2bc834(0xfc)][_0x2bc834(0x10a)][_0x2bc834(0x105)]()))));if(_0x56e4ab['nYlyh'](_0x288ac2[_0x2bc834(0xfc)][_0x2bc834(0x10a)][_0x2bc834(0x105)](),_0x56e4ab['psYmE'])){const _0x44f7db=_0x56e4ab['WByWM'](nestedKeyValue,_0x288ac2,[_0x56e4ab[_0x2bc834(0xf0)],_0x56e4ab[_0x2bc834(0xda)],_0x56e4ab[_0x2bc834(0x100)]]);_0x44f7db&&(testsErrorMessage[_0x28a785[_0x2bc834(0xbb)]]=_0x44f7db,console['log'](_0x56e4ab[_0x2bc834(0xd0)](_0x44f7db,'\x0a'))),_0x58e54b=!![];}});}else{const _0x1d32d2=this[_0x12a770(0xe2)][_0x12a770(0xc0)](_0x4f7af8);console['log'](_0x56e4ab[_0x12a770(0xcc)](_0x56e4ab[_0x12a770(0xcc)](_0x56e4ab['lmEYw']('\x20\x20',_0x1d32d2[_0x12a770(0xef)][_0x12a770(0xbe)][_0x12a770(0xbb)]),_0x56e4ab[_0x12a770(0xf7)]),_0x1d32d2[_0x12a770(0xb9)][_0x12a770(0xbb)]));const _0x148980=(0x0,pickleParser[_0x12a770(0xde)])(_0x1d32d2[_0x12a770(0xb9)]),_0x232c77=_0x1d32d2['testCase']['steps'],_0x29c294=_0x1d32d2[_0x12a770(0xbc)],_0x1e3534=_0x232c77[_0x12a770(0xff)];for(let _0x202775=0x0;_0x56e4ab[_0x12a770(0xb8)](_0x202775,_0x1e3534);_0x202775++){const _0x118232=_0x232c77[_0x202775];if(_0x118232[_0x12a770(0xf4)]&&_0x118232['sourceLocation'])_0x5e5bc5=!![],console[_0x12a770(0xcf)](_0x56e4ab['lmEYw'](_0x56e4ab[_0x12a770(0xd0)](_0x56e4ab[_0x12a770(0xcc)](_0x56e4ab[_0x12a770(0xf6)],_0x148980[_0x118232[_0x12a770(0xea)][_0x12a770(0xec)]][_0x12a770(0xe7)]),_0x56e4ab['aCpXd']),_0x29c294[_0x202775][_0x12a770(0x10a)]['toUpperCase']())),_0x56e4ab['fOZHo'](_0x2d42b7,_0x29c294[_0x202775][_0x12a770(0x10a)][_0x12a770(0x105)]());else _0x118232[_0x12a770(0xf4)]&&(!_0x118232[_0x12a770(0xf4)][_0x12a770(0xdd)][_0x12a770(0xf1)](_0x56e4ab[_0x12a770(0xdf)])&&(_0x56e4ab[_0x12a770(0xfd)](_0x2d42b7,_0x29c294[_0x202775][_0x12a770(0x10a)][_0x12a770(0x105)]()),_0x5e5bc5?console[_0x12a770(0xcf)](_0x56e4ab[_0x12a770(0x103)](_0x56e4ab['oSNZF'],_0x29c294[_0x202775][_0x12a770(0x10a)][_0x12a770(0x105)]())):console[_0x12a770(0xcf)](_0x56e4ab[_0x12a770(0xe9)](_0x56e4ab[_0x12a770(0x108)],_0x29c294[_0x202775]['status'][_0x12a770(0x105)]()))));if(_0x56e4ab[_0x12a770(0xd8)](_0x29c294[_0x202775][_0x12a770(0x10a)][_0x12a770(0x105)](),_0x56e4ab[_0x12a770(0xfe)])){_0x58e54b=!![];const _0x1819db=_0x56e4ab[_0x12a770(0xee)](nestedKeyValue,_0x29c294[_0x202775],[_0x56e4ab[_0x12a770(0xda)],_0x56e4ab[_0x12a770(0x100)]]);_0x1819db&&(testsErrorMessage[_0x56e4ab[_0x12a770(0xd5)](_0x56e4ab['TselE'](_0x1d32d2[_0x12a770(0xef)][_0x12a770(0xbe)][_0x12a770(0xbb)],_0x56e4ab[_0x12a770(0xf7)]),_0x1d32d2[_0x12a770(0xb9)][_0x12a770(0xbb)])]=_0x1819db,console['log'](_0x56e4ab[_0x12a770(0xeb)](_0x1819db,'\x0a')));}}}_0x58e54b&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a7_0x5ab171(0xb6)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a8_0x3ef617=a8_0x1dc3;function a8_0x2ea8(){const _0x3e943c=['OyEIu','toLowerCase','bnKus','nCwbu','824692PkXpqL','YxgUj','Exception\x20in\x20sendHook:\x20','failureType','find','GUUvE','Egufx','zGqNM','format','Gtkde','testCaseStartedId','cells','getHooksListForTest','_gitConfigured','dIoVC','failed','hrZzN','_gitConfigPath','xgHMv','map','uri','SFFsd','Wsfkn','sendTestRunEventForCucumber','nanos','getHookResult','failure','cshpa','880615YDHQCj','HookRunStarted','GiYii','debug','failure_reason','dQwBv','ZvaVc','UnhandledError','../../helpers/test-observability/error-handler','result','lfynp','hook_run','CUCUMBER','KqXGP','message','QAbHz','JmiqT','BEFORE_EACH','cucumber','testStepFinished','getTestUUID','uuid','testCaseFinished','astNodeIds','join','length','hookId','toISOString','362792ddmxfU','javascript','updateTestStatus','ZMbiN','FAILED','SKIPPED','ZrVmH','rule','TdfIc','tagExpression','match','HookRunFinished','value','DLcBA','../../helpers/logger','failure_data','PTfgi','fyWvd','4795497zbOakY','IfnLt','WHFaP','193717rPJGZR','getScenarioExamples','status','ypJXY','relative','leEtv','exception','every','unknown','VWMwK','sourceReference','EeFEx','cTvlI','Exception\x20in\x20getHookRunEventData:\x20','../../helpers/test-observability/sessionHandler','children','ToJfF','push','Liejz','toString','passed','sendHook','8PNcdOj','GykzL','TestRunFinished','forEach','configureGit','feature','tableBody','tags','792UYAaIc','GeFkU','../../helpers/helper','6993UGyiBX','1|4|3|0|2','finished_at','scenario','XUStT','TGtpg','testStepResult','exports','backtrace','AssertionError','filter','getCucumberHookType','../../helpers/test-observability/constants.js','685587tgfBDa','AFTER_EACH','name','JaXOk','includes','uploadEventData','hooks','../../helpers/testhub/utils','examples','YtbzB','ybjEX','ziweM','EOcCY','appendTesthubParams','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','IFFtA','failure_type','lEgKm','winstonLogger','failureData','../playwright/reporter/test-details','getHookRunEventData','duration_in_ms','rbMDV','jceRN','hLGur','timestamp','skipped','JzmqJ'];a8_0x2ea8=function(){return _0x3e943c;};return a8_0x2ea8();}function a8_0x1dc3(_0x35c7e1,_0x29be61){const _0x2ea8c6=a8_0x2ea8();return a8_0x1dc3=function(_0x1dc3c2,_0x394ddd){_0x1dc3c2=_0x1dc3c2-0xde;let _0x2f1c25=_0x2ea8c6[_0x1dc3c2];return _0x2f1c25;},a8_0x1dc3(_0x35c7e1,_0x29be61);}(function(_0x3c008c,_0x1b8d8a){const _0x4af8bd=a8_0x1dc3,_0x2992a3=_0x3c008c();while(!![]){try{const _0x250518=-parseInt(_0x4af8bd(0xe8))/0x1+-parseInt(_0x4af8bd(0x16f))/0x2+parseInt(_0x4af8bd(0x116))/0x3+-parseInt(_0x4af8bd(0x137))/0x4+-parseInt(_0x4af8bd(0x153))/0x5+parseInt(_0x4af8bd(0x106))/0x6*(parseInt(_0x4af8bd(0x109))/0x7)+parseInt(_0x4af8bd(0xfe))/0x8*(parseInt(_0x4af8bd(0xe5))/0x9);if(_0x250518===_0x1b8d8a)break;else _0x2992a3['push'](_0x2992a3['shift']());}catch(_0x4a0415){_0x2992a3['push'](_0x2992a3['shift']());}}}(a8_0x2ea8,0x2128d));const path=require('path'),util=require('util'),hooksMap={},SessionHandler=require(a8_0x3ef617(0xf6)),testhubUtils=require(a8_0x3ef617(0x11d)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x3ef617(0x108)),logger=require(a8_0x3ef617(0xe1))[a8_0x3ef617(0x128)],{o11yClassErrorHandler}=require(a8_0x3ef617(0x15b)),{FRAMEWORKS}=require(a8_0x3ef617(0x115)),TestDetails=require(a8_0x3ef617(0x12a));this[a8_0x3ef617(0x144)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x3ef617(0x14e)](_0xcb59ff,_0x28544e,_0x3b4507,_0x5b6418,_0x54712f){const _0x3dc43e=a8_0x3ef617,_0x41d84d={'nCwbu':function(_0x33a73a,_0x33e0da){return _0x33a73a===_0x33e0da;},'GiYii':_0x3dc43e(0x173),'ToJfF':'failed','dQwBv':function(_0x2b7027,_0x589a01){return _0x2b7027===_0x589a01;},'gCuwx':_0x3dc43e(0x174),'Gtkde':_0x3dc43e(0x131),'XUStT':function(_0x584468,_0x54275e){return _0x584468||_0x54275e;},'DLcBA':function(_0x3445a0,_0x4dbc65){return _0x3445a0+_0x4dbc65;},'leEtv':function(_0x23720d,_0x56278f){return _0x23720d+_0x56278f;},'ZrVmH':'test','JzmqJ':_0x3dc43e(0x170),'nNPwc':_0x3dc43e(0x165),'VWMwK':'pending','WHFaP':_0x3dc43e(0xfc),'OyEIu':function(_0x11fa40,_0x5eb3bd){return _0x11fa40!==_0x5eb3bd;},'EeFEx':function(_0x4137ef,_0x100922){return _0x4137ef/_0x100922;},'dIoVC':function(_0x5b4293,_0xac5251){return _0x5b4293===_0xac5251;},'fyWvd':'strip-ansi','zoXvt':function(_0x4b6ada,_0x4ed090){return _0x4b6ada(_0x4ed090);},'cTvlI':_0x3dc43e(0xf0),'xgHMv':function(_0x3a0e5b,_0x281314){return _0x3a0e5b(_0x281314);},'lfynp':_0x3dc43e(0x112),'ziweM':_0x3dc43e(0x15a),'GUUvE':_0x3dc43e(0x100),'jNXmK':function(_0x3e40ea,_0x374c1c){return _0x3e40ea>_0x374c1c;}},{feature:_0x3299d2,scenario:_0x3b53ee,steps:_0xaa49b,uuid:_0x296fce,startedAt:_0x28a4c9,finishedAt:_0x2141e4}=_0x41d84d[_0x3dc43e(0x10d)](_0x54712f,{}),_0x266dd5=this[_0x3dc43e(0xe9)](_0x28544e,_0x3b4507);await this[_0x3dc43e(0x102)]();const _0x3fe6fb=_0x266dd5?_0x41d84d[_0x3dc43e(0xe0)](_0x41d84d[_0x3dc43e(0xe0)](_0x41d84d[_0x3dc43e(0xed)](_0x3b4507[_0x3dc43e(0x118)],'\x20('),_0x266dd5[_0x3dc43e(0x16b)](',\x20')),')'):_0x3b4507[_0x3dc43e(0x118)],_0x46bf7c={'uuid':_0x296fce,'started_at':_0x28a4c9,'finished_at':_0x2141e4,'type':_0x41d84d[_0x3dc43e(0x175)],'body':{'lang':_0x41d84d[_0x3dc43e(0x132)],'code':null},'name':_0x3fe6fb,'scopes':[_0x3299d2&&_0x3299d2[_0x3dc43e(0x118)]?_0x3299d2[_0x3dc43e(0x118)]:''],'tags':_0x3b4507[_0x3dc43e(0x105)]?_0x3b4507[_0x3dc43e(0x105)][_0x3dc43e(0x14a)](({name:_0x3473f3})=>_0x3473f3):[],'file_name':_0x3b4507[_0x3dc43e(0x14b)],'location':_0x3b4507[_0x3dc43e(0x14b)],'vc_filepath':this[_0x3dc43e(0x148)]&&_0x3b4507[_0x3dc43e(0x14b)]?path['relative'](this['_gitConfigPath'],_0x3b4507['uri']):null,'framework':_0x41d84d['nNPwc'],'result':_0x41d84d[_0x3dc43e(0xf1)],'meta':{'feature':_0x3299d2,'scenario':_0x3b53ee,'steps':_0xaa49b,'examples':_0x266dd5},'customRerunParam':{'rerun_name':_0x3fe6fb}};if(_0xcb59ff['testCaseFinished']&&_0xaa49b){const _0x4544f7=_0xcb59ff[_0x3dc43e(0x169)];let _0x32de5f=_0x41d84d[_0x3dc43e(0xe7)];_0xaa49b[_0x3dc43e(0xef)](_0x17a56b=>{const _0x84510a=_0x3dc43e;if(_0x41d84d[_0x84510a(0x136)](_0x17a56b[_0x84510a(0x15c)],_0x41d84d[_0x84510a(0x155)]))return _0x32de5f=_0x41d84d[_0x84510a(0xf8)],_0x4544f7[_0x84510a(0x151)]=_0x17a56b[_0x84510a(0x151)],_0x4544f7[_0x84510a(0x13a)]=_0x17a56b[_0x84510a(0x13a)],![];else{if(_0x41d84d[_0x84510a(0x158)](_0x17a56b[_0x84510a(0x15c)],_0x41d84d['gCuwx']))return _0x32de5f=_0x41d84d[_0x84510a(0x140)],![];}return!![];}),_0x46bf7c[_0x3dc43e(0x10b)]=new Date()[_0x3dc43e(0x16e)](),_0x46bf7c[_0x3dc43e(0x15c)]=_0x32de5f;_0x4544f7[_0x3dc43e(0x130)]&&_0x41d84d[_0x3dc43e(0x133)](_0x4544f7[_0x3dc43e(0x130)][_0x3dc43e(0x14f)],undefined)?_0x46bf7c[_0x3dc43e(0x12c)]=_0x41d84d[_0x3dc43e(0xf3)](_0x4544f7['timestamp'][_0x3dc43e(0x14f)],0xf4240):_0x46bf7c[_0x3dc43e(0x12c)]=undefined;if(_0x41d84d[_0x3dc43e(0x145)](_0x32de5f,_0x41d84d[_0x3dc43e(0xf8)])){const {default:_0x19d9c9}=await import(_0x41d84d[_0x3dc43e(0xe4)]);_0x46bf7c[_0x3dc43e(0x151)]=[{'backtrace':[_0x4544f7[_0x3dc43e(0x151)]?_0x41d84d['zoXvt'](_0x19d9c9,_0x4544f7['failure']):_0x41d84d[_0x3dc43e(0xf4)]]}],_0x46bf7c['failure_reason']=_0x4544f7['failure']?_0x41d84d[_0x3dc43e(0x149)](_0x19d9c9,_0x4544f7[_0x3dc43e(0x151)]):_0x4544f7['message'],_0x4544f7[_0x3dc43e(0x13a)]&&(_0x46bf7c['failure_type']=_0x4544f7[_0x3dc43e(0x13a)][_0x3dc43e(0x179)](/AssertError/)?_0x41d84d[_0x3dc43e(0x15d)]:_0x41d84d[_0x3dc43e(0x121)]);}}if(_0x41d84d[_0x3dc43e(0x158)](_0x5b6418,_0x41d84d[_0x3dc43e(0x13c)])){const _0x5e4bc5=this[_0x3dc43e(0x143)](_0xcb59ff[_0x3dc43e(0x169)][_0x3dc43e(0x141)]);_0x5e4bc5&&_0x41d84d['jNXmK'](_0x5e4bc5[_0x3dc43e(0x16c)],0x0)&&(_0x46bf7c['hooks']=_0x5e4bc5,this[_0x3dc43e(0x171)](_0xcb59ff[_0x3dc43e(0x169)][_0x3dc43e(0x141)],_0x46bf7c));}testhubUtils[_0x3dc43e(0x123)](_0x46bf7c,_0x5b6418,'',FRAMEWORKS[_0x3dc43e(0x15f)]);const _0x2e7d38={};_0x2e7d38['event_type']=_0x5b6418,_0x2e7d38['test_run']=_0x46bf7c;const _0x4dc19f=_0x2e7d38;await SessionHandler[_0x3dc43e(0x11b)](_0x4dc19f);}[a8_0x3ef617(0x171)](_0x37fc1e,_0x5abd15){const _0x260efe=a8_0x3ef617,_0x316873={};_0x316873[_0x260efe(0x12f)]=function(_0x6348a4,_0x133214){return _0x6348a4 instanceof _0x133214;},_0x316873[_0x260efe(0x160)]=function(_0x49ff06,_0xff774e){return _0x49ff06===_0xff774e;},_0x316873[_0x260efe(0x119)]='failed',_0x316873['yapkq']=_0x260efe(0x10a);const _0x3324c0=_0x316873,_0x599133=hooksMap[_0x37fc1e];if(_0x3324c0['hLGur'](_0x599133,Array))for(const _0x206836 of _0x599133){if(_0x3324c0[_0x260efe(0x160)](_0x206836[_0x260efe(0x15c)],_0x3324c0[_0x260efe(0x119)])){const _0x517658=_0x3324c0['yapkq']['split']('|');let _0x3d638c=0x0;while(!![]){switch(_0x517658[_0x3d638c++]){case'0':_0x5abd15[_0x260efe(0x126)]=_0x206836[_0x260efe(0x126)];continue;case'1':_0x5abd15['result']=_0x206836[_0x260efe(0x15c)];continue;case'2':return _0x5abd15;case'3':_0x5abd15[_0x260efe(0x157)]=_0x3324c0['hLGur'](_0x206836[_0x260efe(0xe2)],Array)?_0x206836[_0x260efe(0xe2)][0x0][_0x260efe(0x111)][_0x260efe(0x16b)]('\x0a'):'';continue;case'4':_0x5abd15['failure']=_0x206836['failure_data'];continue;}break;}}};}[a8_0x3ef617(0x143)](_0x5ccb71){const _0x413a63=a8_0x3ef617;if(hooksMap[_0x5ccb71])return hooksMap[_0x5ccb71][_0x413a63(0x14a)](_0x2e651f=>_0x2e651f[_0x413a63(0x168)]);return[];}[a8_0x3ef617(0x12b)](_0x3ed0e9,_0x5149af,_0x3cd6ad,_0x518d97,_0x2ccca1,_0x4c744f){const _0x4f4a08=a8_0x3ef617,_0x5c17e0={'TdfIc':function(_0xb64834,_0x328224){return _0xb64834===_0x328224;},'byIOs':_0x4f4a08(0xde),'Egufx':function(_0x407fe9,_0x97aa05,_0x245166){return _0x407fe9(_0x97aa05,_0x245166);},'tMkQJ':'sourceReference','ZMbiN':_0x4f4a08(0x14b),'GeFkU':'pending','IFFtA':'hook','ZvaVc':_0x4f4a08(0x170),'jceRN':_0x4f4a08(0x103),'JmiqT':_0x4f4a08(0x118),'ZvooC':'cucumber'};try{if(_0x5c17e0[_0x4f4a08(0x177)](_0x3cd6ad,_0x5c17e0['byIOs'])){const _0x579ff1=new Date()[_0x4f4a08(0x16e)](),_0x2bdac4=hooksMap[_0x5149af];if(!_0x2bdac4)return;const _0x442f6c=_0x2bdac4[_0x4f4a08(0x13b)](_0x4615ad=>_0x4615ad[_0x4f4a08(0x168)]===_0x518d97['id']);if(!_0x442f6c)return;const _0x5449db=this[_0x4f4a08(0x150)](_0x3ed0e9,_0x5149af);_0x442f6c[_0x4f4a08(0x15c)]=_0x5449db[_0x4f4a08(0xea)],_0x442f6c['finished_at']=_0x579ff1,_0x442f6c[_0x4f4a08(0x126)]=_0x5449db[_0x4f4a08(0x13a)];const _0x19bfef={};return _0x19bfef[_0x4f4a08(0x111)]=_0x5449db[_0x4f4a08(0x129)],_0x442f6c[_0x4f4a08(0xe2)]=[_0x19bfef],_0x442f6c;}const _0x119031=TestDetails[_0x4f4a08(0x167)](_0x5149af),_0x45db0e=_0x3ed0e9[_0x4f4a08(0x11c)]['find'](_0x5e59b2=>_0x5e59b2['id']===_0x518d97[_0x4f4a08(0x16d)]),_0x389e8b=_0x5c17e0[_0x4f4a08(0x13d)](nestedKeyValue,_0x45db0e,[_0x5c17e0['tMkQJ'],_0x5c17e0[_0x4f4a08(0x172)]]),_0x43701d=new Date()['toISOString'](),_0x3f7136=_0x5c17e0[_0x4f4a08(0x107)],_0x21147c=_0x45db0e[_0x4f4a08(0x178)]?_0x45db0e[_0x4f4a08(0x178)]['split']('\x20')[_0x4f4a08(0x113)](_0x23aa05=>_0x23aa05[_0x4f4a08(0x11a)]('@')):[],_0x17ce1c={'uuid':_0x518d97['id'],'type':_0x5c17e0[_0x4f4a08(0x125)],'hook_type':_0x4c744f,'name':_0x45db0e['name'],'body':{'lang':_0x5c17e0[_0x4f4a08(0x159)],'code':null},'tags':_0x21147c,'test_run_id':_0x119031,'scope':_0x5c17e0[_0x4f4a08(0x13d)](nestedKeyValue,_0x2ccca1,[_0x5c17e0[_0x4f4a08(0x12e)],_0x5c17e0['JmiqT']]),'scopes':[_0x5c17e0[_0x4f4a08(0x13d)](nestedKeyValue,_0x2ccca1,[_0x5c17e0[_0x4f4a08(0x12e)],_0x5c17e0[_0x4f4a08(0x163)]])||''],'file_name':_0x389e8b,'location':_0x389e8b,'vc_filepath':this[_0x4f4a08(0x148)]?path[_0x4f4a08(0xec)](this[_0x4f4a08(0x148)],_0x389e8b):null,'result':_0x3f7136,'started_at':_0x43701d,'framework':_0x5c17e0['ZvooC']};return _0x17ce1c;}catch(_0x24299f){logger[_0x4f4a08(0x156)](_0x4f4a08(0xf5)+util[_0x4f4a08(0x13f)](_0x24299f)+'\x20');}}async['sendHook'](_0x542dee,_0x3dc9db,_0x78ca58,_0x5c50c8,_0x40f439,_0x562e16){const _0x57bc90=a8_0x3ef617,_0x2d5c9b={'cshpa':function(_0x4c19d9,_0x354bd8){return _0x4c19d9===_0x354bd8;},'Liejz':_0x57bc90(0x154),'ypJXY':function(_0x42055e,_0x19241a,_0x2bcb54){return _0x42055e(_0x19241a,_0x2bcb54);},'hBoXh':_0x57bc90(0xf2),'SFFsd':_0x57bc90(0x14b),'bnKus':_0x57bc90(0x124)};try{const _0x21738b=_0x5c50c8[_0x57bc90(0x13b)](_0x7c38be=>_0x7c38be['id']===_0x40f439);if(!_0x21738b['hookId'])return;const _0x1adc89=this[_0x57bc90(0x114)](_0x5c50c8,_0x21738b),_0x278caa=this[_0x57bc90(0x12b)](_0x542dee,_0x3dc9db,_0x78ca58,_0x21738b,_0x562e16,_0x1adc89);if(!_0x278caa)return;_0x2d5c9b[_0x57bc90(0x152)](_0x78ca58,_0x2d5c9b[_0x57bc90(0xfa)])&&(hooksMap[_0x3dc9db]?hooksMap[_0x3dc9db][_0x57bc90(0xf9)](_0x278caa):hooksMap[_0x3dc9db]=[_0x278caa]);const _0x5741ec=_0x542dee[_0x57bc90(0x11c)][_0x57bc90(0x13b)](_0x51a130=>_0x51a130['id']===_0x21738b[_0x57bc90(0x16d)]),_0x41465e=_0x2d5c9b[_0x57bc90(0xeb)](nestedKeyValue,_0x5741ec,[_0x2d5c9b['hBoXh'],_0x2d5c9b[_0x57bc90(0x14c)]]);if(!_0x41465e)return;else{if(_0x41465e[_0x57bc90(0x11a)](_0x2d5c9b[_0x57bc90(0x135)]))return;}const _0x11c3eb={};_0x11c3eb['event_type']=_0x78ca58,_0x11c3eb[_0x57bc90(0x15e)]=_0x278caa;const _0x190bdd=_0x11c3eb;await SessionHandler[_0x57bc90(0x11b)](_0x190bdd);}catch(_0x511195){logger['debug'](_0x57bc90(0x139)+util[_0x57bc90(0x13f)](_0x511195)+'\x20');}}[a8_0x3ef617(0x150)](_0x4f1add,_0x583fc5){const _0x3ca1c7=a8_0x3ef617,_0x28f69e={};_0x28f69e[_0x3ca1c7(0xe3)]=function(_0xa4cf35,_0x4ef2d1){return _0xa4cf35===_0x4ef2d1;},_0x28f69e[_0x3ca1c7(0x147)]=_0x3ca1c7(0x146),_0x28f69e[_0x3ca1c7(0x10e)]=function(_0x390c01,_0x4638e6){return _0x390c01===_0x4638e6;},_0x28f69e[_0x3ca1c7(0x13e)]='UnhandledError',_0x28f69e['ybjEX']=_0x3ca1c7(0x112),_0x28f69e[_0x3ca1c7(0x12d)]=function(_0x32bc95,_0x58db5a){return _0x32bc95||_0x58db5a;};const _0x50f542=_0x28f69e,_0x134b1b=_0x4f1add[_0x3ca1c7(0x166)][_0x583fc5][_0x3ca1c7(0x10f)];let _0x2d5bec,_0x26b176;return _0x134b1b&&_0x50f542[_0x3ca1c7(0xe3)](_0x134b1b[_0x3ca1c7(0xea)][_0x3ca1c7(0xfb)]()[_0x3ca1c7(0x134)](),_0x50f542['hrZzN'])&&(_0x2d5bec=_0x50f542[_0x3ca1c7(0xe3)](_0x134b1b[_0x3ca1c7(0xee)],undefined)?_0x134b1b[_0x3ca1c7(0x161)]:_0x134b1b[_0x3ca1c7(0xee)]['message'],_0x26b176=_0x50f542[_0x3ca1c7(0x10e)](_0x134b1b[_0x3ca1c7(0xee)],undefined)?_0x50f542['zGqNM']:_0x134b1b['message'][_0x3ca1c7(0x179)](/Assert/)?_0x50f542[_0x3ca1c7(0x120)]:_0x50f542[_0x3ca1c7(0x13e)]),{'status':_0x134b1b[_0x3ca1c7(0xea)]['toLowerCase'](),'failureType':_0x50f542['rbMDV'](_0x26b176,null),'failureData':!_0x2d5bec?null:[_0x2d5bec]};}[a8_0x3ef617(0x114)](_0x172356,_0x5c5b86){const _0xefda82=a8_0x3ef617,_0xaf05e3={};_0xaf05e3[_0xefda82(0x14d)]=function(_0x3eec33,_0x54f42e){return _0x3eec33===_0x54f42e;},_0xaf05e3[_0xefda82(0xe6)]=_0xefda82(0x117),_0xaf05e3[_0xefda82(0x122)]=_0xefda82(0x164);const _0x4e4f72=_0xaf05e3;let _0x3e7dd3=![];for(const _0x5691e0 of _0x172356){_0x5691e0['pickleStepId']&&(_0x3e7dd3=!![]);if(_0x4e4f72[_0xefda82(0x14d)](_0x5c5b86['id'],_0x5691e0['id']))return _0x3e7dd3?_0x4e4f72['IfnLt']:_0x4e4f72[_0xefda82(0x122)];}}['getScenarioExamples']=(_0x1e15e1,_0x920e78)=>{const _0x418c49=a8_0x3ef617,_0x51daea={};_0x51daea[_0x418c49(0x11f)]=function(_0x116f0a,_0x26a8de){return _0x116f0a===_0x26a8de;},_0x51daea[_0x418c49(0x162)]=function(_0x5e19bd,_0x386fac){return _0x5e19bd===_0x386fac;},_0x51daea[_0x418c49(0x127)]=function(_0x31aaf1,_0x206cf7){return _0x31aaf1>_0x206cf7;};const _0x536672=_0x51daea;if(!(_0x920e78[_0x418c49(0x16a)]&&_0x536672['lEgKm'](_0x920e78[_0x418c49(0x16a)][_0x418c49(0x16c)],0x1)))return;const _0x2648e5=_0x920e78['astNodeIds'][0x0],_0x8074b2=_0x920e78[_0x418c49(0x16a)][0x1],_0x101ae4=_0x1e15e1[_0x418c49(0x103)]&&_0x1e15e1[_0x418c49(0x103)][_0x418c49(0xf7)]?_0x1e15e1[_0x418c49(0x103)][_0x418c49(0xf7)]:undefined;let _0x346c68=[];_0x101ae4&&_0x101ae4[_0x418c49(0x101)](_0xea16d1=>{const _0xeaacc5=_0x418c49,_0x4f2856={'YxgUj':function(_0x292b99,_0x5aadb0){return _0x536672['YtbzB'](_0x292b99,_0x5aadb0);}};if(_0xea16d1[_0xeaacc5(0x176)])_0xea16d1[_0xeaacc5(0x176)][_0xeaacc5(0xf7)][_0xeaacc5(0x101)](_0x4785af=>{const _0x303377=_0xeaacc5;if(_0x4785af[_0x303377(0x10c)]&&_0x4f2856[_0x303377(0x138)](_0x4785af['scenario']['id'],_0x2648e5)&&_0x4785af[_0x303377(0x10c)]['examples']){const _0x2d8d08=_0x4785af[_0x303377(0x10c)][_0x303377(0x11e)]['flatMap'](_0x4d8e1e=>_0x4d8e1e[_0x303377(0x104)])[_0x303377(0x13b)](_0x5196a0=>_0x5196a0['id']===_0x8074b2);let _0x399a64;_0x2d8d08&&_0x2d8d08[_0x303377(0x142)]?_0x399a64=_0x2d8d08[_0x303377(0x142)][_0x303377(0x14a)](_0x3689ea=>_0x3689ea[_0x303377(0xdf)]):_0x399a64=[],_0x399a64&&(_0x346c68=_0x399a64);}});else{if(_0xea16d1['scenario']&&_0x536672['QAbHz'](_0xea16d1['scenario']['id'],_0x2648e5)&&_0xea16d1['scenario'][_0xeaacc5(0x11e)]){const _0x385957=_0xea16d1[_0xeaacc5(0x10c)]['examples']['flatMap'](_0x320459=>_0x320459[_0xeaacc5(0x104)])['find'](_0xd6f6e1=>_0xd6f6e1['id']===_0x8074b2);let _0x118ba2;_0x385957&&_0x385957[_0xeaacc5(0x142)]?_0x118ba2=_0x385957[_0xeaacc5(0x142)]['map'](_0x3062b8=>_0x3062b8[_0xeaacc5(0xdf)]):_0x118ba2=[],_0x118ba2&&(_0x346c68=_0x118ba2);}}});if(_0x346c68[_0x418c49(0x16c)])return _0x346c68;return;};async[a8_0x3ef617(0x102)](){const _0x352f3e=a8_0x3ef617,_0x53fcfc={'GykzL':function(_0x594dc8){return _0x594dc8();}};if(this['_gitConfigured'])return this[_0x352f3e(0x148)];const _0x111970=await _0x53fcfc[_0x352f3e(0xff)](getGitMetaData);_0x111970&&(this[_0x352f3e(0x148)]=_0x111970['root']),this[_0x352f3e(0x144)]=!![];}}module[a8_0x3ef617(0x110)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit',a8_0x3ef617(0xe9),a8_0x3ef617(0x114),'getHookResult',a8_0x3ef617(0xfd),a8_0x3ef617(0x12b),a8_0x3ef617(0x14e)]);
|
|
1
|
+
const a8_0x2586bc=a8_0x4994;(function(_0x18496c,_0x5d364c){const _0x5efa56=a8_0x4994,_0x5198d9=_0x18496c();while(!![]){try{const _0x53d3bc=parseInt(_0x5efa56(0xad))/0x1*(parseInt(_0x5efa56(0xb1))/0x2)+parseInt(_0x5efa56(0xb4))/0x3+-parseInt(_0x5efa56(0x101))/0x4*(parseInt(_0x5efa56(0xb8))/0x5)+-parseInt(_0x5efa56(0xea))/0x6*(parseInt(_0x5efa56(0x102))/0x7)+-parseInt(_0x5efa56(0x124))/0x8*(parseInt(_0x5efa56(0x108))/0x9)+parseInt(_0x5efa56(0xbb))/0xa*(-parseInt(_0x5efa56(0xf2))/0xb)+parseInt(_0x5efa56(0xaa))/0xc;if(_0x53d3bc===_0x5d364c)break;else _0x5198d9['push'](_0x5198d9['shift']());}catch(_0x181340){_0x5198d9['push'](_0x5198d9['shift']());}}}(a8_0x3303,0x81fec));const path=require('path'),util=require('util'),hooksMap={},SessionHandler=require(a8_0x2586bc(0x9c)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x2586bc(0xdb))[a8_0x2586bc(0x98)],{o11yClassErrorHandler}=require(a8_0x2586bc(0xb5)),{FRAMEWORKS}=require(a8_0x2586bc(0xd9)),TestDetails=require('../playwright/reporter/test-details');function a8_0x3303(){const _0x2493f5=['hookId','test','FAILED','astNodeIds','exports','YdLHX','mXjId','uri','javascript','UnhandledError','anNdt','5322bGCizr','ehFAm','_gitConfigured','yGUmr','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','Dkgbn','KmMxN','getScenarioExamples','1738mLDGiB','failureType','wCyRs','sourceReference','YbdeA','tags','flatMap','examples','match','zfkac','toNQZ','HfiEe','children','FfYsM','NHiGg','3698564IwTXEi','1498OkcCxR','hzTjk','join','tableBody','value','WHEYq','3075534dDqBzO','sendHook','unknown','duration_in_ms','rule','sGkDu','caUaO','Exception\x20in\x20sendHook:\x20','VRyqp','skipped','ofpnv','1|4|3|2|0','getCucumberHookType','testCaseStartedId','RboSX','sendTestRunEventForCucumber','oYAqK','failure','timestamp','failure_data','laRaq','exception','split','result','WedWw','getTestUUID','toString','gusSz','8zXDEdc','includes','uploadEventData','TestRunFinished','forEach','feature','wQStP','GcDFg','kHgKh','cucumber','toISOString','failure_type','tagExpression','winstonLogger','Ckkeh','YRUzz','failureData','../../helpers/test-observability/sessionHandler','toLowerCase','test_run','status','pending','CUCUMBER','EMsvi','QocgS','uIpuK','pickleStepId','appendTesthubParams','format','AgKat','lgcmP','19939860MdMAAe','xBMHb','getHookRunEventData','27RLDSaT','hooks','VhlgD','cells','19326LLkfID','push','getHookResult','2971641HmIFYU','../../helpers/test-observability/error-handler','XtFPc','_gitConfigPath','5uKJbpd','UTLEo','XYLnZ','58510oHAgJU','relative','backtrace','finished_at','USzOi','BEFORE_EACH','iLciL','failed','testCaseFinished','debug','message','AFTER_EACH','map','rrska','VKkzw','pkSZZ','nanos','LHslu','hook_run','scenario','strip-ansi','updateTestStatus','configureGit','ALSne','uuid','HookRunFinished','failure_reason','event_type','HookRunStarted','find','../../helpers/test-observability/constants.js','xwwAf','../../helpers/logger','passed','name','length'];a8_0x3303=function(){return _0x2493f5;};return a8_0x3303();}function a8_0x4994(_0x4d2a88,_0x573870){const _0x33036a=a8_0x3303();return a8_0x4994=function(_0x49945e,_0x151f6b){_0x49945e=_0x49945e-0x8e;let _0x37fbaa=_0x33036a[_0x49945e];return _0x37fbaa;},a8_0x4994(_0x4d2a88,_0x573870);}this['_gitConfigured']=![],this[a8_0x2586bc(0xb7)]=null;class TestObservabilityReporter{async[a8_0x2586bc(0x117)](_0x173556,_0x898f45,_0xd29633,_0x278efa,_0x4e88af){const _0x2a6385=a8_0x2586bc,_0x2a8af7={'WHEYq':function(_0x207fb5,_0x1d51c5){return _0x207fb5===_0x1d51c5;},'zfkac':_0x2a6385(0xe1),'YbdeA':'failed','VKkzw':function(_0x417243,_0x20af07){return _0x417243===_0x20af07;},'ehFAm':'SKIPPED','YRUzz':_0x2a6385(0x111),'yfgNJ':function(_0x2636ed,_0x1c1800){return _0x2636ed||_0x1c1800;},'caUaO':function(_0x210a72,_0x45db52){return _0x210a72+_0x45db52;},'anNdt':_0x2a6385(0xe0),'EkBBy':_0x2a6385(0xe7),'yGUmr':_0x2a6385(0x94),'dHyDj':_0x2a6385(0xa0),'laRaq':_0x2a6385(0xdc),'cwang':function(_0x5d5a80,_0x28ff00){return _0x5d5a80!==_0x28ff00;},'nDERV':function(_0x3cd40e,_0x4bbfab){return _0x3cd40e/_0x4bbfab;},'gusSz':function(_0x2078df,_0x42f4c9){return _0x2078df===_0x42f4c9;},'Dkgbn':_0x2a6385(0xcf),'YdLHX':function(_0x90af0d,_0x4433a1){return _0x90af0d(_0x4433a1);},'VRyqp':_0x2a6385(0x10a),'GcDFg':'AssertionError','toNQZ':'UnhandledError','ALSne':_0x2a6385(0x8e),'cqFBb':function(_0x1b786b,_0x5c3846){return _0x1b786b>_0x5c3846;}},{feature:_0x516ea7,scenario:_0x2c7b82,steps:_0x923399,uuid:_0x36349c,startedAt:_0x552545,finishedAt:_0x3452ee}=_0x2a8af7['yfgNJ'](_0x4e88af,{}),_0x2de0c0=this[_0x2a6385(0xf1)](_0x898f45,_0xd29633);await this[_0x2a6385(0xd1)]();const _0x54bb1e=_0x2de0c0?_0x2a8af7[_0x2a6385(0x10e)](_0x2a8af7[_0x2a6385(0x10e)](_0x2a8af7[_0x2a6385(0x10e)](_0xd29633[_0x2a6385(0xdd)],'\x20('),_0x2de0c0[_0x2a6385(0x104)](',\x20')),')'):_0xd29633[_0x2a6385(0xdd)],_0x1d23a3={'uuid':_0x36349c,'started_at':_0x552545,'finished_at':_0x3452ee,'type':_0x2a8af7[_0x2a6385(0xe9)],'body':{'lang':_0x2a8af7['EkBBy'],'code':null},'name':_0x54bb1e,'scopes':[_0x516ea7&&_0x516ea7[_0x2a6385(0xdd)]?_0x516ea7[_0x2a6385(0xdd)]:''],'tags':_0xd29633[_0x2a6385(0xf7)]?_0xd29633['tags']['map'](({name:_0x22eaf0})=>_0x22eaf0):[],'file_name':_0xd29633['uri'],'location':_0xd29633[_0x2a6385(0xe6)],'vc_filepath':this[_0x2a6385(0xb7)]&&_0xd29633[_0x2a6385(0xe6)]?path[_0x2a6385(0xbc)](this[_0x2a6385(0xb7)],_0xd29633[_0x2a6385(0xe6)]):null,'framework':_0x2a8af7[_0x2a6385(0xed)],'result':_0x2a8af7['dHyDj'],'meta':{'feature':_0x516ea7,'scenario':_0x2c7b82,'steps':_0x923399,'examples':_0x2de0c0},'customRerunParam':{'rerun_name':_0x54bb1e}};if(_0x173556[_0x2a6385(0xc3)]&&_0x923399){const _0xc66d95=_0x173556[_0x2a6385(0xc3)];let _0x323d8a=_0x2a8af7[_0x2a6385(0x11c)];_0x923399['every'](_0x12e404=>{const _0x4603ad=_0x2a6385;if(_0x2a8af7[_0x4603ad(0x107)](_0x12e404[_0x4603ad(0x11f)],_0x2a8af7[_0x4603ad(0xfb)]))return _0x323d8a=_0x2a8af7[_0x4603ad(0xf6)],_0xc66d95[_0x4603ad(0x119)]=_0x12e404[_0x4603ad(0x119)],_0xc66d95['failureType']=_0x12e404[_0x4603ad(0xf3)],![];else{if(_0x2a8af7['VKkzw'](_0x12e404['result'],_0x2a8af7[_0x4603ad(0xeb)]))return _0x323d8a=_0x2a8af7[_0x4603ad(0x9a)],![];}return!![];}),_0x1d23a3[_0x2a6385(0xbe)]=new Date()[_0x2a6385(0x95)](),_0x1d23a3[_0x2a6385(0x11f)]=_0x323d8a;_0xc66d95[_0x2a6385(0x11a)]&&_0x2a8af7['cwang'](_0xc66d95[_0x2a6385(0x11a)][_0x2a6385(0xcb)],undefined)?_0x1d23a3[_0x2a6385(0x10b)]=_0x2a8af7['nDERV'](_0xc66d95[_0x2a6385(0x11a)][_0x2a6385(0xcb)],0xf4240):_0x1d23a3[_0x2a6385(0x10b)]=undefined;if(_0x2a8af7[_0x2a6385(0x123)](_0x323d8a,_0x2a8af7[_0x2a6385(0xf6)])){const {default:_0x534429}=await import(_0x2a8af7[_0x2a6385(0xef)]);_0x1d23a3[_0x2a6385(0x119)]=[{'backtrace':[_0xc66d95[_0x2a6385(0x119)]?_0x2a8af7[_0x2a6385(0xe4)](_0x534429,_0xc66d95['failure']):_0x2a8af7[_0x2a6385(0x110)]]}],_0x1d23a3[_0x2a6385(0xd5)]=_0xc66d95[_0x2a6385(0x119)]?_0x2a8af7[_0x2a6385(0xe4)](_0x534429,_0xc66d95[_0x2a6385(0x119)]):_0xc66d95['message'],_0xc66d95[_0x2a6385(0xf3)]&&(_0x1d23a3[_0x2a6385(0x96)]=_0xc66d95['failureType'][_0x2a6385(0xfa)](/AssertError/)?_0x2a8af7[_0x2a6385(0x92)]:_0x2a8af7[_0x2a6385(0xfc)]);}}if(_0x2a8af7[_0x2a6385(0xc9)](_0x278efa,_0x2a8af7[_0x2a6385(0xd2)])){const _0x161021=this['getHooksListForTest'](_0x173556['testCaseFinished']['testCaseStartedId']);_0x161021&&_0x2a8af7['cqFBb'](_0x161021[_0x2a6385(0xde)],0x0)&&(_0x1d23a3[_0x2a6385(0xae)]=_0x161021,this['updateTestStatus'](_0x173556['testCaseFinished'][_0x2a6385(0x115)],_0x1d23a3));}testhubUtils[_0x2a6385(0xa6)](_0x1d23a3,_0x278efa,'',FRAMEWORKS[_0x2a6385(0xa1)]);const _0x25c15c={};_0x25c15c[_0x2a6385(0xd6)]=_0x278efa,_0x25c15c[_0x2a6385(0x9e)]=_0x1d23a3;const _0x2f5bd7=_0x25c15c;await SessionHandler[_0x2a6385(0x126)](_0x2f5bd7);}[a8_0x2586bc(0xd0)](_0xcf4841,_0x3098b0){const _0x20fd9f=a8_0x2586bc,_0x1d0510={};_0x1d0510[_0x20fd9f(0xcc)]=function(_0x53917c,_0x4fdcf8){return _0x53917c instanceof _0x4fdcf8;},_0x1d0510['KmMxN']=function(_0x87cde5,_0x4b11dc){return _0x87cde5===_0x4b11dc;},_0x1d0510[_0x20fd9f(0xfd)]='failed',_0x1d0510['Ckkeh']=_0x20fd9f(0x113);const _0x38f646=_0x1d0510,_0x17e9fe=hooksMap[_0xcf4841];if(_0x38f646[_0x20fd9f(0xcc)](_0x17e9fe,Array))for(const _0x5d9698 of _0x17e9fe){if(_0x38f646[_0x20fd9f(0xf0)](_0x5d9698[_0x20fd9f(0x11f)],_0x38f646[_0x20fd9f(0xfd)])){const _0x377821=_0x38f646[_0x20fd9f(0x99)]['split']('|');let _0xfa4a61=0x0;while(!![]){switch(_0x377821[_0xfa4a61++]){case'0':return _0x3098b0;case'1':_0x3098b0[_0x20fd9f(0x11f)]=_0x5d9698[_0x20fd9f(0x11f)];continue;case'2':_0x3098b0[_0x20fd9f(0x96)]=_0x5d9698[_0x20fd9f(0x96)];continue;case'3':_0x3098b0[_0x20fd9f(0xd5)]=_0x38f646['LHslu'](_0x5d9698['failure_data'],Array)?_0x5d9698['failure_data'][0x0][_0x20fd9f(0xbd)][_0x20fd9f(0x104)]('\x0a'):'';continue;case'4':_0x3098b0[_0x20fd9f(0x119)]=_0x5d9698[_0x20fd9f(0x11b)];continue;}break;}}};}['getHooksListForTest'](_0x41a2f1){const _0x16350e=a8_0x2586bc;if(hooksMap[_0x41a2f1])return hooksMap[_0x41a2f1][_0x16350e(0xc7)](_0x2de066=>_0x2de066[_0x16350e(0xd3)]);return[];}[a8_0x2586bc(0xac)](_0x4bd02c,_0x27922e,_0x2e4688,_0xf14ea0,_0x3fccdb,_0xc48c2b){const _0x5199aa=a8_0x2586bc,_0x1e0219={'mnCrL':function(_0x4deeff,_0x33e2c3){return _0x4deeff===_0x33e2c3;},'AgKat':_0x5199aa(0xd4),'xwwAf':function(_0x429de2,_0x169226,_0x4d4093){return _0x429de2(_0x169226,_0x4d4093);},'wCyRs':'sourceReference','rMObJ':'uri','sGkDu':_0x5199aa(0xa0),'USzOi':'hook','lgcmP':'javascript','bJyrC':function(_0x1e0aa1,_0x668bea,_0x1b4b51){return _0x1e0aa1(_0x668bea,_0x1b4b51);},'FfYsM':_0x5199aa(0x90),'WedWw':_0x5199aa(0xdd),'uIpuK':_0x5199aa(0x94)};try{if(_0x1e0219['mnCrL'](_0x2e4688,_0x1e0219[_0x5199aa(0xa8)])){const _0x72ead2=new Date()[_0x5199aa(0x95)](),_0x167dca=hooksMap[_0x27922e];if(!_0x167dca)return;const _0x2d83bd=_0x167dca[_0x5199aa(0xd8)](_0x1c963e=>_0x1c963e[_0x5199aa(0xd3)]===_0xf14ea0['id']);if(!_0x2d83bd)return;const _0x4654d5=this[_0x5199aa(0xb3)](_0x4bd02c,_0x27922e);_0x2d83bd[_0x5199aa(0x11f)]=_0x4654d5['status'],_0x2d83bd[_0x5199aa(0xbe)]=_0x72ead2,_0x2d83bd['failure_type']=_0x4654d5[_0x5199aa(0xf3)];const _0x3cd11f={};return _0x3cd11f[_0x5199aa(0xbd)]=_0x4654d5[_0x5199aa(0x9b)],_0x2d83bd['failure_data']=[_0x3cd11f],_0x2d83bd;}const _0xa765ff=TestDetails[_0x5199aa(0x121)](_0x27922e),_0x597dc3=_0x4bd02c[_0x5199aa(0xae)][_0x5199aa(0xd8)](_0xf892f9=>_0xf892f9['id']===_0xf14ea0['hookId']),_0x559542=_0x1e0219[_0x5199aa(0xda)](nestedKeyValue,_0x597dc3,[_0x1e0219[_0x5199aa(0xf4)],_0x1e0219['rMObJ']]),_0x144d64=new Date()[_0x5199aa(0x95)](),_0x1e0985=_0x1e0219[_0x5199aa(0x10d)],_0x51af3a=_0x597dc3[_0x5199aa(0x97)]?_0x597dc3['tagExpression'][_0x5199aa(0x11e)]('\x20')['filter'](_0x57ab4c=>_0x57ab4c['includes']('@')):[],_0x22fa61={'uuid':_0xf14ea0['id'],'type':_0x1e0219[_0x5199aa(0xbf)],'hook_type':_0xc48c2b,'name':_0x597dc3['name'],'body':{'lang':_0x1e0219[_0x5199aa(0xa9)],'code':null},'tags':_0x51af3a,'test_run_id':_0xa765ff,'scope':_0x1e0219['bJyrC'](nestedKeyValue,_0x3fccdb,[_0x1e0219['FfYsM'],_0x1e0219['WedWw']]),'scopes':[_0x1e0219['xwwAf'](nestedKeyValue,_0x3fccdb,[_0x1e0219[_0x5199aa(0xff)],_0x1e0219[_0x5199aa(0x120)]])||''],'file_name':_0x559542,'location':_0x559542,'vc_filepath':this[_0x5199aa(0xb7)]?path[_0x5199aa(0xbc)](this[_0x5199aa(0xb7)],_0x559542):null,'result':_0x1e0985,'started_at':_0x144d64,'framework':_0x1e0219[_0x5199aa(0xa4)]};return _0x22fa61;}catch(_0x111b08){logger[_0x5199aa(0xc4)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x111b08)+'\x20');}}async[a8_0x2586bc(0x109)](_0x699097,_0x4387cd,_0x2f5445,_0x493c7c,_0x52ad40,_0x3ce800){const _0x21d0ed=a8_0x2586bc,_0x2b6d7a={'pkSZZ':function(_0x172c13,_0x24c1d5){return _0x172c13===_0x24c1d5;},'QocgS':_0x21d0ed(0xd7),'NcstF':function(_0x3cca04,_0x5a0e24,_0x4455b0){return _0x3cca04(_0x5a0e24,_0x4455b0);},'VhlgD':_0x21d0ed(0xf5),'LCazc':_0x21d0ed(0xe6),'rrska':_0x21d0ed(0xee)};try{const _0x322ab0=_0x493c7c[_0x21d0ed(0xd8)](_0x5cb620=>_0x5cb620['id']===_0x52ad40);if(!_0x322ab0['hookId'])return;const _0x3ba0d9=this['getCucumberHookType'](_0x493c7c,_0x322ab0),_0x1d6bdd=this[_0x21d0ed(0xac)](_0x699097,_0x4387cd,_0x2f5445,_0x322ab0,_0x3ce800,_0x3ba0d9);if(!_0x1d6bdd)return;_0x2b6d7a[_0x21d0ed(0xca)](_0x2f5445,_0x2b6d7a[_0x21d0ed(0xa3)])&&(hooksMap[_0x4387cd]?hooksMap[_0x4387cd][_0x21d0ed(0xb2)](_0x1d6bdd):hooksMap[_0x4387cd]=[_0x1d6bdd]);const _0xe75501=_0x699097[_0x21d0ed(0xae)][_0x21d0ed(0xd8)](_0x3763c4=>_0x3763c4['id']===_0x322ab0[_0x21d0ed(0xdf)]),_0x51497e=_0x2b6d7a['NcstF'](nestedKeyValue,_0xe75501,[_0x2b6d7a[_0x21d0ed(0xaf)],_0x2b6d7a['LCazc']]);if(!_0x51497e)return;else{if(_0x51497e[_0x21d0ed(0x125)](_0x2b6d7a[_0x21d0ed(0xc8)]))return;}const _0x2b01d6={};_0x2b01d6[_0x21d0ed(0xd6)]=_0x2f5445,_0x2b01d6[_0x21d0ed(0xcd)]=_0x1d6bdd;const _0x92702b=_0x2b01d6;await SessionHandler['uploadEventData'](_0x92702b);}catch(_0x392a81){logger[_0x21d0ed(0xc4)](_0x21d0ed(0x10f)+util[_0x21d0ed(0xa7)](_0x392a81)+'\x20');}}[a8_0x2586bc(0xb3)](_0x503ab4,_0x1371d2){const _0x4c3cbe=a8_0x2586bc,_0x5a17b6={};_0x5a17b6['oYAqK']=function(_0x22b52e,_0x2977f5){return _0x22b52e===_0x2977f5;},_0x5a17b6[_0x4c3cbe(0x91)]=_0x4c3cbe(0xc2),_0x5a17b6['EMsvi']=function(_0x37e315,_0x218d9f){return _0x37e315===_0x218d9f;},_0x5a17b6[_0x4c3cbe(0xc1)]=_0x4c3cbe(0xe8),_0x5a17b6[_0x4c3cbe(0x116)]='AssertionError',_0x5a17b6[_0x4c3cbe(0xab)]=function(_0x52d1e2,_0x27b33c){return _0x52d1e2||_0x27b33c;};const _0xbcbd6b=_0x5a17b6,_0x1ede37=_0x503ab4['testStepFinished'][_0x1371d2]['testStepResult'];let _0x429894,_0x5e9c85;return _0x1ede37&&_0xbcbd6b[_0x4c3cbe(0x118)](_0x1ede37[_0x4c3cbe(0x9f)][_0x4c3cbe(0x122)]()[_0x4c3cbe(0x9d)](),_0xbcbd6b[_0x4c3cbe(0x91)])&&(_0x429894=_0xbcbd6b[_0x4c3cbe(0x118)](_0x1ede37[_0x4c3cbe(0x11d)],undefined)?_0x1ede37[_0x4c3cbe(0xc5)]:_0x1ede37[_0x4c3cbe(0x11d)][_0x4c3cbe(0xc5)],_0x5e9c85=_0xbcbd6b[_0x4c3cbe(0xa2)](_0x1ede37[_0x4c3cbe(0x11d)],undefined)?_0xbcbd6b[_0x4c3cbe(0xc1)]:_0x1ede37['message'][_0x4c3cbe(0xfa)](/Assert/)?_0xbcbd6b[_0x4c3cbe(0x116)]:_0xbcbd6b[_0x4c3cbe(0xc1)]),{'status':_0x1ede37[_0x4c3cbe(0x9f)]['toLowerCase'](),'failureType':_0xbcbd6b[_0x4c3cbe(0xab)](_0x5e9c85,null),'failureData':!_0x429894?null:[_0x429894]};}[a8_0x2586bc(0x114)](_0x26f9d2,_0x5b0e75){const _0x8bbff7=a8_0x2586bc,_0x5d92bf={};_0x5d92bf[_0x8bbff7(0xb9)]=function(_0x1cb3fd,_0x24166e){return _0x1cb3fd===_0x24166e;},_0x5d92bf[_0x8bbff7(0x103)]=_0x8bbff7(0xc6),_0x5d92bf['XYLnZ']=_0x8bbff7(0xc0);const _0x4c7aa3=_0x5d92bf;let _0x3c619b=![];for(const _0x477650 of _0x26f9d2){_0x477650[_0x8bbff7(0xa5)]&&(_0x3c619b=!![]);if(_0x4c7aa3[_0x8bbff7(0xb9)](_0x5b0e75['id'],_0x477650['id']))return _0x3c619b?_0x4c7aa3[_0x8bbff7(0x103)]:_0x4c7aa3[_0x8bbff7(0xba)];}}[a8_0x2586bc(0xf1)]=(_0x4477f9,_0x51fbf5)=>{const _0x369329=a8_0x2586bc,_0x14ad91={};_0x14ad91['XtFPc']=function(_0x1d822b,_0x52d5a1){return _0x1d822b===_0x52d5a1;},_0x14ad91[_0x369329(0x112)]=function(_0x43d117,_0xf0ca45){return _0x43d117===_0xf0ca45;},_0x14ad91['kHgKh']=function(_0x48daca,_0x46b741){return _0x48daca>_0x46b741;};const _0x2d6240=_0x14ad91;if(!(_0x51fbf5[_0x369329(0xe2)]&&_0x2d6240[_0x369329(0x93)](_0x51fbf5['astNodeIds'][_0x369329(0xde)],0x1)))return;const _0x115d6e=_0x51fbf5[_0x369329(0xe2)][0x0],_0x3fdf17=_0x51fbf5[_0x369329(0xe2)][0x1],_0x54bb47=_0x4477f9['feature']&&_0x4477f9['feature']['children']?_0x4477f9[_0x369329(0x90)][_0x369329(0xfe)]:undefined;let _0x38b197=[];_0x54bb47&&_0x54bb47[_0x369329(0x8f)](_0x49a91f=>{const _0x4795cc=_0x369329,_0x1d9acb={'NHiGg':function(_0x598047,_0x1d5d81){const _0x42f5e8=a8_0x4994;return _0x2d6240[_0x42f5e8(0xb6)](_0x598047,_0x1d5d81);}};if(_0x49a91f['rule'])_0x49a91f[_0x4795cc(0x10c)]['children'][_0x4795cc(0x8f)](_0x341acd=>{const _0x3ce933=_0x4795cc;if(_0x341acd[_0x3ce933(0xce)]&&_0x1d9acb[_0x3ce933(0x100)](_0x341acd[_0x3ce933(0xce)]['id'],_0x115d6e)&&_0x341acd[_0x3ce933(0xce)][_0x3ce933(0xf9)]){const _0x35e3d2=_0x341acd['scenario'][_0x3ce933(0xf9)][_0x3ce933(0xf8)](_0x150b7b=>_0x150b7b['tableBody'])[_0x3ce933(0xd8)](_0x19f827=>_0x19f827['id']===_0x3fdf17);let _0x30e9f7;_0x35e3d2&&_0x35e3d2[_0x3ce933(0xb0)]?_0x30e9f7=_0x35e3d2[_0x3ce933(0xb0)]['map'](_0x1e9191=>_0x1e9191[_0x3ce933(0x106)]):_0x30e9f7=[],_0x30e9f7&&(_0x38b197=_0x30e9f7);}});else{if(_0x49a91f[_0x4795cc(0xce)]&&_0x2d6240['ofpnv'](_0x49a91f[_0x4795cc(0xce)]['id'],_0x115d6e)&&_0x49a91f['scenario']['examples']){const _0xca1a8b=_0x49a91f[_0x4795cc(0xce)][_0x4795cc(0xf9)]['flatMap'](_0x4aea58=>_0x4aea58[_0x4795cc(0x105)])[_0x4795cc(0xd8)](_0x17d749=>_0x17d749['id']===_0x3fdf17);let _0x556017;_0xca1a8b&&_0xca1a8b[_0x4795cc(0xb0)]?_0x556017=_0xca1a8b[_0x4795cc(0xb0)]['map'](_0x59e45a=>_0x59e45a[_0x4795cc(0x106)]):_0x556017=[],_0x556017&&(_0x38b197=_0x556017);}}});if(_0x38b197['length'])return _0x38b197;return;};async['configureGit'](){const _0x493963=a8_0x2586bc,_0x4ab27b={'mXjId':function(_0x736891){return _0x736891();}};if(this[_0x493963(0xec)])return this[_0x493963(0xb7)];const _0xaa63fe=await _0x4ab27b[_0x493963(0xe5)](getGitMetaData);_0xaa63fe&&(this[_0x493963(0xb7)]=_0xaa63fe['root']),this[_0x493963(0xec)]=!![];}}module[a8_0x2586bc(0xe3)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x2586bc(0xd1),a8_0x2586bc(0xf1),a8_0x2586bc(0x114),a8_0x2586bc(0xb3),a8_0x2586bc(0x109),a8_0x2586bc(0xac),a8_0x2586bc(0x117)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9_0x3446e4=a9_0x5c19;function a9_0x1458(){const _0x44c2e4=['eZRhj','text','4|0|3|1|2','util','aIqUi','CsdmT','BROWSERSTACK_TESTHUB_JWT','../../helpers/testhub/utils','testCaseStartedId','Error:\x20in\x20quitting\x20driver\x20','mkpTy','format','winstonLogger','9eqqGbp','__error_messages__','Error:\x20cleaning\x20up\x20driver:\x20','../../helpers/test-observability/utils','uuid','CBTSessionCreated','name','startMonitoring','length','status','o11ySyncDone','pickle','Passed','ENV_VAR','finally','toString','oGmfM','../playwright/reporter/reporter.js','oVNTr','testInfo','570663UXerxK','egGWN',',\x22level\x22:\x20\x22','pid','viZrQ','Qmywd','bstackA11yShouldScan','ibHKB','50533MiKDpq','map','lrFfw','integrations','result','getGlobal','pAKQL','shutdown','Error:\x20quiting\x20driver\x20at\x20After:\x20','stringify','executeAsyncScript','info','currentTest','platformCaps','1892868OnVFpm','VfbUO','NKyBC','catch','split','opHZN','OtdUA','157OiQmor','@cucumber/cucumber/lib/index.js','Passed:\x20','SVogD','cCclo','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','then','push','performScan','saveTestResults','addTestUIDAndReportLog','CONFIG','Inside\x20browserstack\x20AfterAll','../../helpers/test-observability/requestQueueHandler','37320rDGeOO','16EquMRj','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','Before','setGlobal','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','After','failed','\x0aError:\x20','debug','AQqea','__skipSessionStatus','../../helpers/setKeepAlive','../../helpers/ai-sdk/autoHealHelper','skipSessionStatus','../../helpers/accessibility-automation/helper','oyBOx','AfterStep','Vtjqr','../../helpers/logger','env','bzCcl','__drivers','__platformCaps','\x22}}','getId','Inside\x20browserstack\x20After','quitCount_','iGfTm','2221710bWSoDd','__timeout','UOdUZ','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','tags','../../helpers/testhub/constants.js','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','removeAllListeners','join','pickleStep','../../helpers/helper','__sessionFailed','driverCleanup','message','shift','woGdA','timeout','parse','browserstackSessionName','workerInfo','BSTACK_CONFIG','eaXTZ','skipSessionName','Inside\x20browserstack\x20registerListeners','../playwright/reporter/test-details.js','setConfig','event_type','getTestUUID','1375hvbjRq','VuDjz','PwVLp','AXIjn','zZfRz','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','nvBjv','../../index','@cucumber/cucumber','JSNkK','Bxqtj','Inside\x20browserstack\x20AfterStep','setTestNameForHealingContext','261400ziTumu','136GHnjrN','browserstackAgentV2','setDefaultTimeout','stopMonitoring','KwcQa','bs:addLog:','session_','AfterAll','naYpx','2720rFXbdP','uploadEventData','BeforeAll','GtmRW','Error:\x20at\x20After\x20Step:\x20','\x20|\x20','__skipSessionName','Error:\x20at\x20After:\x20','thJwtToken','VuHRs','MVUBm','toLowerCase','cucumber-js','ZftRf','executeScript','bstack','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','BROWSERSTACK_TESTHUB_UUID','bdato','thBuildUuid','setFramework'];a9_0x1458=function(){return _0x44c2e4;};return a9_0x1458();}(function(_0x1d6c82,_0x1eca59){const _0x4d9ab8=a9_0x5c19,_0x9ff999=_0x1d6c82();while(!![]){try{const _0x2baac7=parseInt(_0x4d9ab8(0x177))/0x1*(-parseInt(_0x4d9ab8(0x1d5))/0x2)+-parseInt(_0x4d9ab8(0x20b))/0x3+parseInt(_0x4d9ab8(0x186))/0x4*(parseInt(_0x4d9ab8(0x1cb))/0x5)+parseInt(_0x4d9ab8(0x170))/0x6+-parseInt(_0x4d9ab8(0x213))/0x7*(parseInt(_0x4d9ab8(0x1cc))/0x8)+-parseInt(_0x4d9ab8(0x1f7))/0x9*(parseInt(_0x4d9ab8(0x1a2))/0xa)+-parseInt(_0x4d9ab8(0x1be))/0xb*(-parseInt(_0x4d9ab8(0x185))/0xc);if(_0x2baac7===_0x1eca59)break;else _0x9ff999['push'](_0x9ff999['shift']());}catch(_0x2ec013){_0x9ff999['push'](_0x9ff999['shift']());}}}(a9_0x1458,0x28369));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x3446e4(0x1ac)),setKeepAlive=require(a9_0x3446e4(0x191)),util=require(a9_0x3446e4(0x1ed)),PerformanceTester=require('../../helpers/performance/performance-tester'),{commandRepository}=require(a9_0x3446e4(0x192)),cucumberModule=requireModule(a9_0x3446e4(0x178),a9_0x3446e4(0x1c6)),logger=require(a9_0x3446e4(0x198))[a9_0x3446e4(0x1f6)],{shouldProcessEventForTesthub}=require(a9_0x3446e4(0x1f1)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x3446e4(0x1fa)),TestDetails=require(a9_0x3446e4(0x1ba)),RequestQueueHandler=require(a9_0x3446e4(0x184)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a9_0x3446e4(0x208)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x3446e4(0x1a7)),{shouldScanTestForAccessibility}=require(a9_0x3446e4(0x194)),{isUndefined}=require('lodash'),a9_0x19f0ca={};a9_0x19f0ca[a9_0x3446e4(0x1b5)]=undefined,a9_0x19f0ca[a9_0x3446e4(0x16e)]={},a9_0x19f0ca[a9_0x3446e4(0x201)]=![],a9_0x19f0ca[a9_0x3446e4(0x16e)]['id']=undefined,a9_0x19f0ca[a9_0x3446e4(0x16e)][a9_0x3446e4(0x20a)]=undefined;const workerDetails=a9_0x19f0ca;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x27ecd6){const _0x3cd26e=a9_0x3446e4,_0xbd1191=workerDetails[_0x3cd26e(0x16e)][_0x3cd26e(0x20a)];if(!_0xbd1191)return;await MyReporter[_0x3cd26e(0x181)](_0xbd1191,_0x27ecd6);}),registerListeners=()=>{const _0x924f9e=a9_0x3446e4,_0x434c53={};_0x434c53[_0x924f9e(0x176)]=_0x924f9e(0x1b9);const _0x281c00=_0x434c53;logger[_0x924f9e(0x18e)](_0x281c00[_0x924f9e(0x176)]),process[_0x924f9e(0x1a9)](_0x924f9e(0x1d1)+process[_0x924f9e(0x20e)]),process['on'](_0x924f9e(0x1d1)+process[_0x924f9e(0x20e)],sendTestLog),PerformanceTester[_0x924f9e(0x1fe)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x3446e4(0x188)],After=cucumberModule[a9_0x3446e4(0x18b)],AfterAll=cucumberModule[a9_0x3446e4(0x1d3)],BeforeAll=cucumberModule[a9_0x3446e4(0x1d7)],AfterStep=cucumberModule[a9_0x3446e4(0x196)],configuration=process[a9_0x3446e4(0x199)][a9_0x3446e4(0x182)],bstackConfig=process[a9_0x3446e4(0x199)][a9_0x3446e4(0x1b6)];if(configuration!==undefined){const config=JSON['parse'](configuration);isBrowserstackInfra()?(global[a9_0x3446e4(0x1db)]=isTrue(config[a9_0x3446e4(0x1b8)]),global[a9_0x3446e4(0x190)]=isTrue(config[a9_0x3446e4(0x193)])):(global[a9_0x3446e4(0x1db)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x3446e4(0x1c5))[a9_0x3446e4(0x1cd)](config,null,!![]):require('../../index')['browserstackAgentV2'](config),global[a9_0x3446e4(0x19c)]=config[a9_0x3446e4(0x16f)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x3446e4(0x1b3)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x3446e4(0x1bb)](browserStackConfig),commandRepository[a9_0x3446e4(0x1e9)](a9_0x3446e4(0x1e1)));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x3446e4(0x1ce)]=_0x506438=>{const _0x223e47=a9_0x3446e4,_0x48de22={'bdato':function(_0x2b4e25,_0x3bd8e3){return _0x2b4e25(_0x3bd8e3);}};global[_0x223e47(0x1a3)]=_0x506438,_0x48de22[_0x223e47(0x1e7)](__setDefaultTimeout,_0x506438);};const a9_0x15da6a={};a9_0x15da6a[a9_0x3446e4(0x1fd)]=a9_0x3446e4(0x1e4),BeforeAll(a9_0x15da6a,function(){const _0x486a16=a9_0x3446e4,_0x7aed66={'SVogD':function(_0x463433,_0x5eaf7a,_0x3f38fd,_0x93155d){return _0x463433(_0x5eaf7a,_0x3f38fd,_0x93155d);},'Bxqtj':_0x486a16(0x18c),'JSNkK':_0x486a16(0x1da),'JmMBC':function(_0x4ec33c,_0x2fb772,_0x4ad215){return _0x4ec33c(_0x2fb772,_0x4ad215);},'lrFfw':'passed','aypHg':'Inside\x20browserstack\x20BeforeAll','naYpx':function(_0x4bd60a){return _0x4bd60a();},'UOdUZ':function(_0x4d247a,_0x2b4f03){return _0x4d247a(_0x2b4f03);}};PerformanceTester[_0x486a16(0x1fe)](),logger[_0x486a16(0x18e)](_0x7aed66['aypHg']),global[_0x486a16(0x1f8)]=[],global[_0x486a16(0x1ad)]=![],_0x7aed66[_0x486a16(0x1d4)](shouldProcessEventForTesthub)&&(_0x7aed66[_0x486a16(0x1d4)](registerListeners),_0x7aed66[_0x486a16(0x1a4)](addRequestSpy,![])),global[_0x486a16(0x1ae)]=async()=>{const _0x262c25=_0x486a16;let _0x2f3631=![];try{await global[_0x262c25(0x19b)][0x0]['session_'],_0x2f3631=!![],global['__sessionFailed']?await _0x7aed66[_0x262c25(0x17a)](markSessionStatus,global[_0x262c25(0x19b)][0x0],_0x7aed66[_0x262c25(0x1c8)],global[_0x262c25(0x1f8)][_0x262c25(0x1aa)](_0x7aed66[_0x262c25(0x1c7)])):await _0x7aed66['JmMBC'](markSessionStatus,global[_0x262c25(0x19b)][0x0],_0x7aed66[_0x262c25(0x215)]);}catch(_0x19329e){logger[_0x262c25(0x18e)](_0x262c25(0x1f9)+_0x19329e);}global[_0x262c25(0x1f8)]=[],global[_0x262c25(0x1ad)]=![];if(_0x2f3631)try{await global[_0x262c25(0x19b)][0x0]['initQuit'](),global[_0x262c25(0x19b)][0x0][_0x262c25(0x1d2)][_0x262c25(0x17d)](_0x298c94=>{const _0x366444=_0x262c25;logger['debug'](_0x366444(0x1f3)+_0x298c94[_0x366444(0x19e)]());})['catch'](_0x339c97=>{});}catch(_0x84bc0){logger['debug'](_0x262c25(0x187)+_0x84bc0);}};});const a9_0x4dc68f={};a9_0x4dc68f[a9_0x3446e4(0x1fd)]=a9_0x3446e4(0x1e4),a9_0x4dc68f['timeout']=0x2710,Before(a9_0x4dc68f,function(_0x1e1696,_0x307065){const _0x4d4e86=a9_0x3446e4,_0x4f036={'cCclo':function(_0x5ee52d,_0x383260){return _0x5ee52d>_0x383260;},'Qmywd':function(_0x378721,_0x138526){return _0x378721(_0x138526);},'jhlVN':function(_0x2052a9,_0x4de76f,_0x583195,_0x9808bb){return _0x2052a9(_0x4de76f,_0x583195,_0x9808bb);},'NKyBC':_0x4d4e86(0x211),'MVUBm':function(_0x26462d){return _0x26462d();},'oVNTr':'Inside\x20browserstack\x20Before'};commandRepository[_0x4d4e86(0x1ca)](_0x1e1696[_0x4d4e86(0x202)]['name']),logger[_0x4d4e86(0x18e)](_0x4f036[_0x4d4e86(0x209)]),new Promise(async _0x3c1fb2=>{const _0x2dafa0=_0x4d4e86;try{_0x4f036[_0x2dafa0(0x17b)](global[_0x2dafa0(0x19b)][_0x2dafa0(0x1ff)],0x1)&&(await global[_0x2dafa0(0x1ae)](),global[_0x2dafa0(0x19b)][_0x2dafa0(0x1b0)]()),global[_0x2dafa0(0x19b)][0x0][_0x2dafa0(0x1a0)]&&_0x4f036['cCclo'](global['__drivers'][0x0][_0x2dafa0(0x1a0)],0x0)&&await global['driverCleanup']();}catch(_0x71478a){logger[_0x2dafa0(0x18e)](_0x2dafa0(0x17c)+_0x71478a);}workerDetails[_0x2dafa0(0x16e)][_0x2dafa0(0x20a)]=_0x1e1696[_0x2dafa0(0x1f2)];try{if(!_0x4f036[_0x2dafa0(0x210)](isUndefined,_0x1e1696[_0x2dafa0(0x202)][_0x2dafa0(0x1a6)])){const _0x53f239=_0x4f036['jhlVN'](shouldScanTestForAccessibility,null,![],_0x1e1696['pickle'][_0x2dafa0(0x1a6)][_0x2dafa0(0x214)](({name:_0x341d8a})=>_0x341d8a));globals[_0x2dafa0(0x189)](_0x4f036[_0x2dafa0(0x172)],_0x53f239);}}catch(_0x5c0a0b){logger[_0x2dafa0(0x18e)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x2dafa0(0x1f5)](_0x5c0a0b));}_0x4f036[_0x2dafa0(0x1df)](_0x3c1fb2);})['finally'](_0x307065);});const a9_0x330ccc={};a9_0x330ccc[a9_0x3446e4(0x1fd)]=a9_0x3446e4(0x1e4),a9_0x330ccc['timeout']=0x2710,After(a9_0x330ccc,function(_0x1b86ca,_0x5222db){const _0x170e51=a9_0x3446e4,_0x25f730={'SfGKt':_0x170e51(0x1ec),'oGmfM':function(_0x4ff283,_0x431e8f){return _0x4ff283===_0x431e8f;},'Vtjqr':_0x170e51(0x18c),'woGdA':function(_0xee319f,_0x28b20b,_0x2c7c1d,_0x40ea63){return _0xee319f(_0x28b20b,_0x2c7c1d,_0x40ea63);},'eaXTZ':_0x170e51(0x1da),'VuHRs':function(_0x30d9c5,_0x227a21,_0x37b223){return _0x30d9c5(_0x227a21,_0x37b223);},'zIhTp':'passed','egGWN':function(_0x43f894,_0x53fd62){return _0x43f894>_0x53fd62;},'KLNsZ':function(_0x16bf71){return _0x16bf71();},'VfbUO':_0x170e51(0x1fc),'gGyOJ':'isAccessibilityPlatform','PwVLp':_0x170e51(0x211),'mkpTy':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','AXIjn':'Performing\x20scan\x20before\x20saving\x20results','qZwgu':_0x170e51(0x18a),'aIqUi':function(_0x245abd,_0x47589b){return _0x245abd>_0x47589b;},'ibHKB':function(_0x416954){return _0x416954();},'nvBjv':_0x170e51(0x19f)};logger[_0x170e51(0x18e)](_0x25f730[_0x170e51(0x1c4)]),workerDetails['currentTest'][_0x170e51(0x20a)]=_0x1b86ca[_0x170e51(0x1f2)],new Promise(async _0x2749df=>{const _0x385377=_0x170e51;let _0x371ea2=![];try{const _0x2fb848=_0x25f730['SfGKt'][_0x385377(0x174)]('|');let _0x398052=0x0;while(!![]){switch(_0x2fb848[_0x398052++]){case'0':await global[_0x385377(0x19b)][0x0]['session_'];continue;case'1':!global[_0x385377(0x1db)]&&await global[_0x385377(0x19b)][0x0][_0x385377(0x1e3)](_0x385377(0x1a8)+_0x1b86ca[_0x385377(0x202)][_0x385377(0x1fd)]+_0x385377(0x19d));continue;case'2':if(_0x25f730[_0x385377(0x207)](_0x1b86ca[_0x385377(0x217)]['status'][_0x385377(0x206)]()['toLowerCase'](),_0x25f730[_0x385377(0x197)])||_0x25f730['oGmfM'](_0x1b86ca[_0x385377(0x217)][_0x385377(0x200)][_0x385377(0x206)]()[_0x385377(0x1e0)](),'6')){try{global[_0x385377(0x1f8)][_0x385377(0x17e)](_0x1b86ca[_0x385377(0x217)][_0x385377(0x1af)]);}catch(_0x122269){logger[_0x385377(0x18e)](_0x385377(0x1e5)+_0x122269);}await _0x25f730[_0x385377(0x1b1)](markSessionStatus,global[_0x385377(0x19b)][0x0],_0x25f730[_0x385377(0x197)],global[_0x385377(0x1f8)][_0x385377(0x1aa)](_0x25f730[_0x385377(0x1b7)]));}else await _0x25f730[_0x385377(0x1de)](markSessionStatus,global[_0x385377(0x19b)][0x0],_0x25f730['zIhTp']);continue;case'3':_0x371ea2=!![];continue;case'4':_0x25f730[_0x385377(0x20c)](global[_0x385377(0x19b)][_0x385377(0x1ff)],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x385377(0x1b0)](),global[_0x385377(0x1f8)]=[],global['__sessionFailed']=![]);continue;}break;}}catch(_0x2588dc){logger[_0x385377(0x18e)](_0x385377(0x1dc)+util[_0x385377(0x1f5)](_0x2588dc));}try{if(_0x25f730['KLNsZ'](shouldProcessEventForTesthub)){const _0x3109e3=TestDetails[_0x385377(0x1bd)](_0x1b86ca['testCaseStartedId']),_0x3a78c4=await _0x25f730[_0x385377(0x1b1)](sendPlatformDetails,global['__drivers'][0x0],_0x3109e3,!![]),_0xc8d823={};_0xc8d823[_0x385377(0x1fb)]=_0x3109e3,_0xc8d823[_0x385377(0x216)]=_0x3a78c4;const _0x2b74a7=_0xc8d823,_0x508d86={};_0x508d86[_0x385377(0x1bc)]=_0x25f730[_0x385377(0x171)],_0x508d86['test_run']=_0x2b74a7,await SessionHandler[_0x385377(0x1d6)](_0x508d86);}}catch(_0x32679a){logger[_0x385377(0x18e)]('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util[_0x385377(0x1f5)](_0x32679a));}try{if(globals[_0x385377(0x218)](_0x25f730['gGyOJ'])&&globals[_0x385377(0x218)](_0x25f730[_0x385377(0x1c0)])){logger[_0x385377(0x16d)](_0x25f730[_0x385377(0x1f4)]);const _0x23a24d=TestDetails[_0x385377(0x1bd)](_0x1b86ca[_0x385377(0x1f2)]),_0x3deb4e={};_0x3deb4e['thTestRunUuid']=_0x23a24d,_0x3deb4e[_0x385377(0x1e8)]=process[_0x385377(0x199)][testHubConstants[_0x385377(0x204)][_0x385377(0x1e6)]],_0x3deb4e[_0x385377(0x1dd)]=process[_0x385377(0x199)][testHubConstants[_0x385377(0x204)][_0x385377(0x1f0)]];const _0x3d88d4=_0x3deb4e;logger[_0x385377(0x18e)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x3d88d4)),logger['debug'](_0x25f730[_0x385377(0x1c1)]),logger[_0x385377(0x18e)](util['format'](await global[_0x385377(0x19b)][0x0]['executeAsyncScript'](scripts[_0x385377(0x17f)],{'method':global[_0x385377(0x1b4)]}))),await global['__drivers'][0x0][_0x385377(0x16c)](scripts[_0x385377(0x180)],_0x3d88d4),logger[_0x385377(0x16d)](_0x25f730['qZwgu']);}}catch(_0x3b3c4c){logger['error'](_0x385377(0x1a5)+util[_0x385377(0x1f5)]);}if(_0x371ea2)try{global[_0x385377(0x19b)][0x0]&&_0x25f730[_0x385377(0x1ee)](global[_0x385377(0x19b)][0x0]['quitCount_'],0x0)&&await global[_0x385377(0x19b)][0x0]['initQuit']();}catch(_0x3ae579){logger['debug'](_0x385377(0x16a)+_0x3ae579);}_0x25f730[_0x385377(0x212)](_0x2749df);})[_0x170e51(0x205)](()=>_0x5222db());});function a9_0x5c19(_0x10a796,_0x458e63){const _0x1458a0=a9_0x1458();return a9_0x5c19=function(_0x5c1986,_0x1d9278){_0x5c1986=_0x5c1986-0x16a;let _0x5e2aaa=_0x1458a0[_0x5c1986];return _0x5e2aaa;},a9_0x5c19(_0x10a796,_0x458e63);}const a9_0x1bef17={};a9_0x1bef17['name']=a9_0x3446e4(0x1e4),a9_0x1bef17[a9_0x3446e4(0x1b2)]=0x2710,AfterStep(a9_0x1bef17,function(_0x5e8c1c,_0x4054ad){const _0x5d0128=a9_0x3446e4,_0x28a26b={'opHZN':function(_0x461ede,_0x90dbb0){return _0x461ede===_0x90dbb0;},'JMIbY':_0x5d0128(0x18c),'ZftRf':function(_0x590754,_0x258757){return _0x590754!==_0x258757;},'GtmRW':function(_0x4e2763,_0x5b5206,_0x5c02f6){return _0x4e2763(_0x5b5206,_0x5c02f6);},'zZfRz':function(_0x5e360d,_0xdc7c17){return _0x5e360d+_0xdc7c17;},'pAKQL':'Failed:\x20','viZrQ':_0x5d0128(0x18d),'CsdmT':'error','oyBOx':function(_0x510071,_0x1dbb65,_0x1a546a){return _0x510071(_0x1dbb65,_0x1a546a);},'AQqea':_0x5d0128(0x179),'KwcQa':_0x5d0128(0x16d),'iGfTm':_0x5d0128(0x203),'eZRhj':function(_0x8a3f71){return _0x8a3f71();},'bzCcl':_0x5d0128(0x1c9)};logger[_0x5d0128(0x18e)](_0x28a26b[_0x5d0128(0x19a)]);const _0x8c1a46=async(_0xb5da04,_0x43d847)=>{const _0xcd9caf=_0x5d0128;await global['__drivers'][0x0][_0xcd9caf(0x1e3)](_0xcd9caf(0x1c3)+_0xb5da04+_0xcd9caf(0x20d)+_0x43d847+_0xcd9caf(0x19d));};new Promise(async _0x2c18f3=>{const _0x317d0f=_0x5d0128;try{_0x28a26b[_0x317d0f(0x175)](_0x5e8c1c[_0x317d0f(0x217)][_0x317d0f(0x200)][_0x317d0f(0x206)]()[_0x317d0f(0x1e0)](),_0x28a26b['JMIbY'])||_0x28a26b['opHZN'](_0x5e8c1c['result'][_0x317d0f(0x200)][_0x317d0f(0x206)]()[_0x317d0f(0x1e0)](),'6')?(global['__sessionFailed']=!![],global['__error_messages__'][_0x317d0f(0x17e)](_0x5e8c1c[_0x317d0f(0x217)][_0x317d0f(0x1af)]),_0x28a26b[_0x317d0f(0x1e2)](_0x5e8c1c[_0x317d0f(0x1ab)],undefined)?await _0x28a26b[_0x317d0f(0x1d8)](_0x8c1a46,JSON[_0x317d0f(0x16b)](_0x28a26b[_0x317d0f(0x1c2)](_0x28a26b[_0x317d0f(0x1c2)](_0x28a26b[_0x317d0f(0x1c2)](_0x28a26b[_0x317d0f(0x219)],'\x22'+_0x5e8c1c[_0x317d0f(0x1ab)][_0x317d0f(0x1eb)]+'\x22\x20'),_0x28a26b[_0x317d0f(0x20f)]),_0x5e8c1c[_0x317d0f(0x217)][_0x317d0f(0x1af)])),_0x28a26b[_0x317d0f(0x1ef)]):await _0x28a26b[_0x317d0f(0x195)](_0x8c1a46,JSON[_0x317d0f(0x16b)](_0x28a26b['zZfRz'](_0x28a26b['pAKQL'],_0x5e8c1c['result'][_0x317d0f(0x1af)])),_0x28a26b[_0x317d0f(0x1ef)])):_0x28a26b['ZftRf'](_0x5e8c1c[_0x317d0f(0x1ab)],undefined)?await _0x28a26b[_0x317d0f(0x195)](_0x8c1a46,JSON[_0x317d0f(0x16b)](_0x28a26b[_0x317d0f(0x1c2)](_0x28a26b[_0x317d0f(0x18f)],'\x22'+_0x5e8c1c[_0x317d0f(0x1ab)]['text']+'\x22')),_0x28a26b[_0x317d0f(0x1d0)]):await _0x28a26b[_0x317d0f(0x1d8)](_0x8c1a46,JSON[_0x317d0f(0x16b)](_0x28a26b[_0x317d0f(0x1a1)]),_0x28a26b['KwcQa']),global['__drivers'][0x0][_0x317d0f(0x1d2)][_0x317d0f(0x17d)](_0x52e90d=>{})[_0x317d0f(0x173)](_0x55fc26=>{const _0x271c12=_0x317d0f;logger[_0x271c12(0x18e)]('Error:\x20in\x20After\x20Step\x20for\x20driver\x20'+util[_0x271c12(0x1f5)](_0x55fc26));});}catch(_0x33be15){logger[_0x317d0f(0x18e)](_0x317d0f(0x1d9)+_0x33be15);}_0x28a26b[_0x317d0f(0x1ea)](_0x2c18f3);})['finally'](()=>_0x4054ad());});const a9_0x40100f={};a9_0x40100f['name']=a9_0x3446e4(0x1e4),a9_0x40100f['timeout']=0x7530,AfterAll(a9_0x40100f,async function(_0x4e4cad,_0x275e98){const _0x5a724b=a9_0x3446e4,_0x19259f={'VuDjz':function(_0x335b96){return _0x335b96();},'DjOiP':_0x5a724b(0x183)};logger[_0x5a724b(0x18e)](_0x19259f['DjOiP']),await new Promise(async _0x5bf243=>{const _0xe8289c=_0x5a724b;await RequestQueueHandler['getInstance']()[_0xe8289c(0x21a)](),PerformanceTester[_0xe8289c(0x1cf)](),await global['driverCleanup'](),_0x19259f[_0xe8289c(0x1bf)](_0x5bf243);});});
|
|
1
|
+
const a9_0x23c711=a9_0x4946;(function(_0x239064,_0x41038c){const _0x7f8110=a9_0x4946,_0x4b5faa=_0x239064();while(!![]){try{const _0x2e7a56=parseInt(_0x7f8110(0x17a))/0x1*(-parseInt(_0x7f8110(0x1a5))/0x2)+-parseInt(_0x7f8110(0x1ca))/0x3*(-parseInt(_0x7f8110(0x1af))/0x4)+-parseInt(_0x7f8110(0x15b))/0x5+-parseInt(_0x7f8110(0x1a9))/0x6*(parseInt(_0x7f8110(0x1ae))/0x7)+parseInt(_0x7f8110(0x1d5))/0x8*(parseInt(_0x7f8110(0x17d))/0x9)+-parseInt(_0x7f8110(0x15f))/0xa+parseInt(_0x7f8110(0x15a))/0xb*(parseInt(_0x7f8110(0x18c))/0xc);if(_0x2e7a56===_0x41038c)break;else _0x4b5faa['push'](_0x4b5faa['shift']());}catch(_0x47ea0b){_0x4b5faa['push'](_0x4b5faa['shift']());}}}(a9_0xfd3e,0x4a9cf));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x23c711(0x1cc)),setKeepAlive=require(a9_0x23c711(0x1e9)),util=require('util'),PerformanceTester=require(a9_0x23c711(0x1df)),{commandRepository}=require(a9_0x23c711(0x1ad)),cucumberModule=requireModule(a9_0x23c711(0x16c),a9_0x23c711(0x183)),logger=require('../../helpers/logger')['winstonLogger'],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x23c711(0x161)),TestDetails=require(a9_0x23c711(0x1ef)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x23c711(0x181)),MyReporter=require(a9_0x23c711(0x1f0)),SessionHandler=require(a9_0x23c711(0x167)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x23c711(0x1b4)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x23c711(0x1bf)),{isUndefined}=require('lodash'),a9_0x17c84e={};a9_0x17c84e['workerInfo']=undefined,a9_0x17c84e[a9_0x23c711(0x1a7)]={},a9_0x17c84e['o11ySyncDone']=![],a9_0x17c84e[a9_0x23c711(0x1a7)]['id']=undefined,a9_0x17c84e[a9_0x23c711(0x1a7)][a9_0x23c711(0x1dc)]=undefined;const workerDetails=a9_0x17c84e;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x512c00){const _0x49e654=a9_0x23c711,_0x27a110=workerDetails['currentTest'][_0x49e654(0x1dc)];if(!_0x27a110)return;await MyReporter['addTestUIDAndReportLog'](_0x27a110,_0x512c00);}),registerListeners=()=>{const _0x3da09f=a9_0x23c711,_0x22328c={};_0x22328c[_0x3da09f(0x1e0)]=_0x3da09f(0x1e4);const _0x47d622=_0x22328c;logger['debug'](_0x47d622[_0x3da09f(0x1e0)]),process[_0x3da09f(0x16e)]('bs:addLog:'+process[_0x3da09f(0x1de)]),process['on'](_0x3da09f(0x1c7)+process['pid'],sendTestLog),PerformanceTester[_0x3da09f(0x18e)]();};function a9_0xfd3e(){const _0x3de921=['AfterStep','../../helpers/test-observability/error-handler','\x22}}','@cucumber/cucumber','isAccessibilityPlatform','uMnqq','bstack','TrwUr','pickle','then','getGlobal','ZbWTQ','8410152kmmcUm','DlGVh','startMonitoring','thBuildUuid','avvRA','NfWKE','Inside\x20browserstack\x20AfterAll','thJwtToken','vvkKa','info','executeScript','HbYoj','xGvJQ','HyHxx','status','pRWXO','message','getInstance','GbjYj','UiCfV','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','__error_messages__','performScan','XkZzo','IMLkx','32fSgbMe','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','currentTest','CONFIG','3028098eSwZeO','thTestRunUuid','bstackA11yShouldScan','getId','../../helpers/ai-sdk/autoHealHelper','7whRoeA','24404duxUdp','shift','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','finally','catch','../../helpers/globals','__sessionFailed','__timeout','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','__skipSessionName',',\x22level\x22:\x20\x22','passed','result','Failed:\x20','ryrgC','browserstackAgentV2','../../helpers/accessibility-automation/helper','setTestNameForHealingContext','initQuit','BROWSERSTACK_TESTHUB_UUID','ihqHG','kRHMC','event_type','setGlobal','bs:addLog:','join','timeout','114suKXHM','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','../../helpers/helper','format','browserstackSessionName','\x0aError:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','test_run','uploadEventData','debug','LnVML','42832BgDCHz','__skipSessionStatus','session_','driverCleanup','text','ijJjF','Error:\x20at\x20After\x20Step:\x20','testInfo','failed','pid','../../helpers/performance/performance-tester','mQkmT','name','setDefaultTimeout','\x20|\x20','Inside\x20browserstack\x20registerListeners','testCaseStartedId','Axhkg','IwarW','Inside\x20browserstack\x20After','../../helpers/setKeepAlive','platformCaps','SdgIx','nWsZp','skipSessionStatus','Inside\x20browserstack\x20AfterStep','../playwright/reporter/test-details.js','../playwright/reporter/reporter.js','BROWSERSTACK_TESTHUB_JWT','rbywo','stringify','tBXRO','MBwwX','Performing\x20scan\x20before\x20saving\x20results','cucumber-js','skipSessionName','SnqSP','push','toLowerCase','Before','0|4|1|3|2','vPtfe','stopMonitoring','Passed','__platformCaps','11qCqLcf','1119200bsYhRH','VHMBi','toString','quitCount_','722160BGoqfJ','error','../../helpers/test-observability/utils','executeAsyncScript','pickleStep','env','CBTSessionCreated','../../index','../../helpers/test-observability/sessionHandler','KDYlu','length','CWTyQ','setFramework','@cucumber/cucumber/lib/index.js','tags','removeAllListeners','rRalm','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','Error:\x20quiting\x20driver\x20at\x20After:\x20','parse','RkiCJ','WCEkz','GXDFT','TAPPI','getTestUUID','ouahm','ZupHi','15581XjjyrL','oqLZW','__drivers','711hpHJiI','SISTb','ENV_VAR'];a9_0xfd3e=function(){return _0x3de921;};return a9_0xfd3e();}modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x23c711(0x1fc)],After=cucumberModule['After'],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x23c711(0x180)],configuration=process['env'][a9_0x23c711(0x1a8)],bstackConfig=process[a9_0x23c711(0x164)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x23c711(0x172)](configuration);isBrowserstackInfra()?(global[a9_0x23c711(0x1b8)]=isTrue(config[a9_0x23c711(0x1f8)]),global[a9_0x23c711(0x1d6)]=isTrue(config[a9_0x23c711(0x1ed)])):(global[a9_0x23c711(0x1b8)]=!![],global[a9_0x23c711(0x1d6)]=!![]),shouldProcessEventForTesthub()?require(a9_0x23c711(0x166))[a9_0x23c711(0x1be)](config,null,!![]):require(a9_0x23c711(0x166))[a9_0x23c711(0x1be)](config),global[a9_0x23c711(0x159)]=config[a9_0x23c711(0x1ea)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x23c711(0x172)](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository[a9_0x23c711(0x16b)](a9_0x23c711(0x1f7)));}global[a9_0x23c711(0x1b6)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x23c711(0x1e2)];cucumberModule[a9_0x23c711(0x1e2)]=_0x43f5e1=>{const _0x443b9d=a9_0x23c711,_0x23b6df={'ihqHG':function(_0x2ef13c,_0x529c8b){return _0x2ef13c(_0x529c8b);}};global[_0x443b9d(0x1b6)]=_0x43f5e1,_0x23b6df[_0x443b9d(0x1c3)](__setDefaultTimeout,_0x43f5e1);};function a9_0x4946(_0x30d68c,_0x273a55){const _0xfd3ec9=a9_0xfd3e();return a9_0x4946=function(_0x494675,_0x5056dd){_0x494675=_0x494675-0x155;let _0x16476e=_0xfd3ec9[_0x494675];return _0x16476e;},a9_0x4946(_0x30d68c,_0x273a55);}const a9_0x2b0c88={};a9_0x2b0c88['name']='bstack',BeforeAll(a9_0x2b0c88,function(){const _0x1c5997=a9_0x23c711,_0x585d44={'xGvJQ':function(_0x2848c,_0x1c3ba5,_0x6022ab,_0x5be7de){return _0x2848c(_0x1c3ba5,_0x6022ab,_0x5be7de);},'pRWXO':_0x1c5997(0x1dd),'NDmEf':_0x1c5997(0x1e3),'IwarW':function(_0x3bae1d,_0x1aa424,_0x286776){return _0x3bae1d(_0x1aa424,_0x286776);},'ouahm':_0x1c5997(0x1ba),'WKPaE':'Inside\x20browserstack\x20BeforeAll','ZupHi':function(_0x782a37){return _0x782a37();},'SnqSP':function(_0x57b4b2,_0xd7c74a){return _0x57b4b2(_0xd7c74a);}};PerformanceTester[_0x1c5997(0x18e)](),logger[_0x1c5997(0x1d3)](_0x585d44['WKPaE']),global['__error_messages__']=[],global[_0x1c5997(0x1b5)]=![],_0x585d44[_0x1c5997(0x179)](shouldProcessEventForTesthub)&&(_0x585d44[_0x1c5997(0x179)](registerListeners),_0x585d44[_0x1c5997(0x1f9)](addRequestSpy,![])),global[_0x1c5997(0x1d8)]=async()=>{const _0x34298f=_0x1c5997;let _0x420d2b=![];try{await global[_0x34298f(0x17c)][0x0][_0x34298f(0x1d7)],_0x420d2b=!![],global[_0x34298f(0x1b5)]?await _0x585d44[_0x34298f(0x198)](markSessionStatus,global[_0x34298f(0x17c)][0x0],_0x585d44[_0x34298f(0x19b)],global[_0x34298f(0x1a1)]['join'](_0x585d44['NDmEf'])):await _0x585d44[_0x34298f(0x1e7)](markSessionStatus,global[_0x34298f(0x17c)][0x0],_0x585d44[_0x34298f(0x178)]);}catch(_0x17131b){logger[_0x34298f(0x1d3)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x17131b);}global[_0x34298f(0x1a1)]=[],global[_0x34298f(0x1b5)]=![];if(_0x420d2b)try{await global[_0x34298f(0x17c)][0x0][_0x34298f(0x1c1)](),global[_0x34298f(0x17c)][0x0]['session_']['then'](_0x510b05=>{const _0x27a79e=_0x34298f;logger[_0x27a79e(0x1d3)]('Error:\x20in\x20quitting\x20driver\x20'+_0x510b05[_0x27a79e(0x1ac)]());})[_0x34298f(0x1b3)](_0x59712e=>{});}catch(_0x4355ef){logger[_0x34298f(0x1d3)](_0x34298f(0x170)+_0x4355ef);}};});const a9_0x3556fb={};a9_0x3556fb[a9_0x23c711(0x1e1)]=a9_0x23c711(0x186),a9_0x3556fb[a9_0x23c711(0x1c9)]=0x2710,Before(a9_0x3556fb,function(_0x20fd14,_0x5e0c25){const _0x3cf0ed=a9_0x23c711,_0x2e483d={'kRHMC':function(_0x1e9819,_0x479e19){return _0x1e9819>_0x479e19;},'rRalm':function(_0x29ef12,_0x491694){return _0x29ef12>_0x491694;},'dnakF':function(_0x5f5490,_0xadd10a){return _0x5f5490(_0xadd10a);},'TrwUr':function(_0x234b0e,_0x240189,_0x22b196,_0x45be3e){return _0x234b0e(_0x240189,_0x22b196,_0x45be3e);},'GXDFT':_0x3cf0ed(0x1ab),'ryrgC':function(_0x282e62){return _0x282e62();},'HbYoj':'Inside\x20browserstack\x20Before'};commandRepository[_0x3cf0ed(0x1c0)](_0x20fd14[_0x3cf0ed(0x188)]['name']),logger[_0x3cf0ed(0x1d3)](_0x2e483d[_0x3cf0ed(0x197)]),new Promise(async _0x25c58e=>{const _0x291a58=_0x3cf0ed;try{_0x2e483d[_0x291a58(0x1c4)](global[_0x291a58(0x17c)][_0x291a58(0x169)],0x1)&&(await global[_0x291a58(0x1d8)](),global[_0x291a58(0x17c)][_0x291a58(0x1b0)]()),global[_0x291a58(0x17c)][0x0][_0x291a58(0x15e)]&&_0x2e483d[_0x291a58(0x16f)](global['__drivers'][0x0][_0x291a58(0x15e)],0x0)&&await global[_0x291a58(0x1d8)]();}catch(_0x154589){logger[_0x291a58(0x1d3)](_0x291a58(0x1a0)+_0x154589);}workerDetails[_0x291a58(0x1a7)][_0x291a58(0x1dc)]=_0x20fd14[_0x291a58(0x1e5)];try{if(!_0x2e483d['dnakF'](isUndefined,_0x20fd14[_0x291a58(0x188)][_0x291a58(0x16d)])){const _0x2e0eb6=_0x2e483d[_0x291a58(0x187)](shouldScanTestForAccessibility,null,![],_0x20fd14[_0x291a58(0x188)][_0x291a58(0x16d)]['map'](({name:_0x3fb5e7})=>_0x3fb5e7));globals[_0x291a58(0x1c6)](_0x2e483d[_0x291a58(0x175)],_0x2e0eb6);}}catch(_0x1d3404){logger[_0x291a58(0x1d3)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x291a58(0x1cd)](_0x1d3404));}_0x2e483d[_0x291a58(0x1bd)](_0x25c58e);})[_0x3cf0ed(0x1b2)](_0x5e0c25);});const a9_0x5b517b={};a9_0x5b517b[a9_0x23c711(0x1e1)]=a9_0x23c711(0x186),a9_0x5b517b[a9_0x23c711(0x1c9)]=0x2710,After(a9_0x5b517b,function(_0x4b92fb,_0x293dd0){const _0x4a50a3=a9_0x23c711,_0x5b1943={'NfWKE':_0x4a50a3(0x155),'GbjYj':function(_0x30957b,_0x551bf2){return _0x30957b>_0x551bf2;},'faYUK':function(_0x151e12,_0x59fa16){return _0x151e12===_0x59fa16;},'UiCfV':'failed','avvRA':function(_0x5a2745,_0x887814){return _0x5a2745===_0x887814;},'LnVML':function(_0xd0af0c,_0x4121e2,_0x35f507,_0xb41173){return _0xd0af0c(_0x4121e2,_0x35f507,_0xb41173);},'vPtfe':_0x4a50a3(0x1e3),'MBwwX':function(_0x1677a1,_0x4db17c,_0x233511){return _0x1677a1(_0x4db17c,_0x233511);},'HyHxx':'passed','rbywo':function(_0xf92749){return _0xf92749();},'fxoMl':_0x4a50a3(0x165),'KDYlu':_0x4a50a3(0x184),'gHjYr':_0x4a50a3(0x1ab),'SISTb':_0x4a50a3(0x1b1),'IMLkx':_0x4a50a3(0x1f6),'DlGVh':_0x4a50a3(0x1d0),'VHMBi':_0x4a50a3(0x1e8)};logger['debug'](_0x5b1943[_0x4a50a3(0x15c)]),workerDetails['currentTest']['testInfo']=_0x4b92fb[_0x4a50a3(0x1e5)],new Promise(async _0x17f36a=>{const _0x1f1b6f=_0x4a50a3;let _0x2189b1=![];try{const _0x342b07=_0x5b1943[_0x1f1b6f(0x191)]['split']('|');let _0x5054f4=0x0;while(!![]){switch(_0x342b07[_0x5054f4++]){case'0':_0x5b1943['GbjYj'](global[_0x1f1b6f(0x17c)][_0x1f1b6f(0x169)],0x1)&&(await global[_0x1f1b6f(0x1d8)](),global[_0x1f1b6f(0x17c)][_0x1f1b6f(0x1b0)](),global[_0x1f1b6f(0x1a1)]=[],global['__sessionFailed']=![]);continue;case'1':_0x2189b1=!![];continue;case'2':if(_0x5b1943['faYUK'](_0x4b92fb['result']['status'][_0x1f1b6f(0x15d)]()['toLowerCase'](),_0x5b1943[_0x1f1b6f(0x19f)])||_0x5b1943[_0x1f1b6f(0x190)](_0x4b92fb[_0x1f1b6f(0x1bb)][_0x1f1b6f(0x19a)]['toString']()[_0x1f1b6f(0x1fb)](),'6')){try{global['__error_messages__'][_0x1f1b6f(0x1fa)](_0x4b92fb[_0x1f1b6f(0x1bb)][_0x1f1b6f(0x19c)]);}catch(_0x1723e1){logger['debug']('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x1723e1);}await _0x5b1943['LnVML'](markSessionStatus,global['__drivers'][0x0],_0x5b1943[_0x1f1b6f(0x19f)],global[_0x1f1b6f(0x1a1)][_0x1f1b6f(0x1c8)](_0x5b1943[_0x1f1b6f(0x156)]));}else await _0x5b1943[_0x1f1b6f(0x1f5)](markSessionStatus,global[_0x1f1b6f(0x17c)][0x0],_0x5b1943[_0x1f1b6f(0x199)]);continue;case'3':!global[_0x1f1b6f(0x1b8)]&&await global[_0x1f1b6f(0x17c)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x4b92fb[_0x1f1b6f(0x188)][_0x1f1b6f(0x1e1)]+'\x22}}');continue;case'4':await global[_0x1f1b6f(0x17c)][0x0][_0x1f1b6f(0x1d7)];continue;}break;}}catch(_0x5e8799){logger['debug']('Error:\x20at\x20After:\x20'+util[_0x1f1b6f(0x1cd)](_0x5e8799));}try{if(_0x5b1943[_0x1f1b6f(0x1f2)](shouldProcessEventForTesthub)){const _0x390b72=TestDetails[_0x1f1b6f(0x177)](_0x4b92fb[_0x1f1b6f(0x1e5)]),_0x5f4436=await _0x5b1943[_0x1f1b6f(0x1d4)](sendPlatformDetails,global[_0x1f1b6f(0x17c)][0x0],_0x390b72,!![]),_0x450dff={};_0x450dff['uuid']=_0x390b72,_0x450dff['integrations']=_0x5f4436;const _0x5338d7=_0x450dff,_0x575cb7={};_0x575cb7[_0x1f1b6f(0x1c5)]=_0x5b1943['fxoMl'],_0x575cb7[_0x1f1b6f(0x1d1)]=_0x5338d7,await SessionHandler[_0x1f1b6f(0x1d2)](_0x575cb7);}}catch(_0x436a80){logger['debug']('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util[_0x1f1b6f(0x1cd)](_0x436a80));}try{if(globals[_0x1f1b6f(0x18a)](_0x5b1943[_0x1f1b6f(0x168)])&&globals[_0x1f1b6f(0x18a)](_0x5b1943['gHjYr'])){logger[_0x1f1b6f(0x195)](_0x5b1943[_0x1f1b6f(0x17e)]);const _0x1ffdaf=TestDetails[_0x1f1b6f(0x177)](_0x4b92fb[_0x1f1b6f(0x1e5)]),_0x123ec3={};_0x123ec3[_0x1f1b6f(0x1aa)]=_0x1ffdaf,_0x123ec3[_0x1f1b6f(0x18f)]=process[_0x1f1b6f(0x164)][testHubConstants[_0x1f1b6f(0x17f)][_0x1f1b6f(0x1c2)]],_0x123ec3[_0x1f1b6f(0x193)]=process[_0x1f1b6f(0x164)][testHubConstants[_0x1f1b6f(0x17f)][_0x1f1b6f(0x1f1)]];const _0x2cb3fd=_0x123ec3;logger['debug'](_0x1f1b6f(0x1a6)+JSON['stringify'](_0x2cb3fd)),logger[_0x1f1b6f(0x1d3)](_0x5b1943[_0x1f1b6f(0x1a4)]),logger['debug'](util[_0x1f1b6f(0x1cd)](await global['__drivers'][0x0][_0x1f1b6f(0x162)](scripts[_0x1f1b6f(0x1a2)],{'method':global[_0x1f1b6f(0x1ce)]}))),await global[_0x1f1b6f(0x17c)][0x0][_0x1f1b6f(0x162)](scripts['saveTestResults'],_0x2cb3fd),logger[_0x1f1b6f(0x195)](_0x5b1943[_0x1f1b6f(0x18d)]);}}catch(_0xc5fe66){logger[_0x1f1b6f(0x160)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util['format']);}if(_0x2189b1)try{global[_0x1f1b6f(0x17c)][0x0]&&_0x5b1943[_0x1f1b6f(0x19e)](global[_0x1f1b6f(0x17c)][0x0]['quitCount_'],0x0)&&await global[_0x1f1b6f(0x17c)][0x0][_0x1f1b6f(0x1c1)]();}catch(_0x2629b6){logger[_0x1f1b6f(0x1d3)](_0x1f1b6f(0x171)+_0x2629b6);}_0x5b1943[_0x1f1b6f(0x1f2)](_0x17f36a);})[_0x4a50a3(0x1b2)](()=>_0x293dd0());});const a9_0x2c5f98={};a9_0x2c5f98['name']=a9_0x23c711(0x186),a9_0x2c5f98[a9_0x23c711(0x1c9)]=0x2710,AfterStep(a9_0x2c5f98,function(_0x36b9e9,_0x260614){const _0x3e4858=a9_0x23c711,_0xa858ac={'WCEkz':function(_0x4b6e18,_0x2c0761){return _0x4b6e18===_0x2c0761;},'sRGwv':_0x3e4858(0x1dd),'ijJjF':function(_0x2b043e,_0x34febe){return _0x2b043e!==_0x34febe;},'SdgIx':function(_0x50f74e,_0x2ea6d0,_0x300181){return _0x50f74e(_0x2ea6d0,_0x300181);},'tBXRO':function(_0x5a95ce,_0x59b56a){return _0x5a95ce+_0x59b56a;},'Axhkg':function(_0x5ad4d0,_0x54bb8c){return _0x5ad4d0+_0x54bb8c;},'ZbWTQ':_0x3e4858(0x1bc),'nWsZp':_0x3e4858(0x1cf),'oqLZW':_0x3e4858(0x160),'agvjW':function(_0x1b47a0,_0x5575cb){return _0x1b47a0+_0x5575cb;},'XkZzo':'Passed:\x20','RkiCJ':_0x3e4858(0x195),'gRsIU':function(_0x344b38,_0x11fc7a,_0x2d36ee){return _0x344b38(_0x11fc7a,_0x2d36ee);},'vvkKa':_0x3e4858(0x158),'TAPPI':function(_0x42823b){return _0x42823b();},'CWTyQ':_0x3e4858(0x1ee)};logger[_0x3e4858(0x1d3)](_0xa858ac[_0x3e4858(0x16a)]);const _0x4bad9e=async(_0xb78043,_0x4cf826)=>{const _0x1e2287=_0x3e4858;await global[_0x1e2287(0x17c)][0x0][_0x1e2287(0x196)](_0x1e2287(0x1b7)+_0xb78043+_0x1e2287(0x1b9)+_0x4cf826+_0x1e2287(0x182));};new Promise(async _0x472d9e=>{const _0xc60868=_0x3e4858;try{_0xa858ac[_0xc60868(0x174)](_0x36b9e9[_0xc60868(0x1bb)][_0xc60868(0x19a)]['toString']()[_0xc60868(0x1fb)](),_0xa858ac['sRGwv'])||_0xa858ac[_0xc60868(0x174)](_0x36b9e9[_0xc60868(0x1bb)][_0xc60868(0x19a)]['toString']()[_0xc60868(0x1fb)](),'6')?(global[_0xc60868(0x1b5)]=!![],global[_0xc60868(0x1a1)][_0xc60868(0x1fa)](_0x36b9e9[_0xc60868(0x1bb)][_0xc60868(0x19c)]),_0xa858ac[_0xc60868(0x1da)](_0x36b9e9[_0xc60868(0x163)],undefined)?await _0xa858ac[_0xc60868(0x1eb)](_0x4bad9e,JSON[_0xc60868(0x1f3)](_0xa858ac[_0xc60868(0x1f4)](_0xa858ac[_0xc60868(0x1e6)](_0xa858ac[_0xc60868(0x1e6)](_0xa858ac[_0xc60868(0x18b)],'\x22'+_0x36b9e9[_0xc60868(0x163)][_0xc60868(0x1d9)]+'\x22\x20'),_0xa858ac[_0xc60868(0x1ec)]),_0x36b9e9[_0xc60868(0x1bb)][_0xc60868(0x19c)])),_0xa858ac[_0xc60868(0x17b)]):await _0xa858ac[_0xc60868(0x1eb)](_0x4bad9e,JSON['stringify'](_0xa858ac[_0xc60868(0x1f4)](_0xa858ac[_0xc60868(0x18b)],_0x36b9e9[_0xc60868(0x1bb)][_0xc60868(0x19c)])),_0xa858ac[_0xc60868(0x17b)])):_0xa858ac['ijJjF'](_0x36b9e9[_0xc60868(0x163)],undefined)?await _0xa858ac['SdgIx'](_0x4bad9e,JSON[_0xc60868(0x1f3)](_0xa858ac['agvjW'](_0xa858ac[_0xc60868(0x1a3)],'\x22'+_0x36b9e9[_0xc60868(0x163)][_0xc60868(0x1d9)]+'\x22')),_0xa858ac[_0xc60868(0x173)]):await _0xa858ac['gRsIU'](_0x4bad9e,JSON[_0xc60868(0x1f3)](_0xa858ac[_0xc60868(0x194)]),_0xa858ac['RkiCJ']),global[_0xc60868(0x17c)][0x0][_0xc60868(0x1d7)][_0xc60868(0x189)](_0x2c2c61=>{})[_0xc60868(0x1b3)](_0x5a5b0a=>{const _0xd66df0=_0xc60868;logger[_0xd66df0(0x1d3)](_0xd66df0(0x1cb)+util['format'](_0x5a5b0a));});}catch(_0x37b032){logger[_0xc60868(0x1d3)](_0xc60868(0x1db)+_0x37b032);}_0xa858ac[_0xc60868(0x176)](_0x472d9e);})[_0x3e4858(0x1b2)](()=>_0x260614());});const a9_0xd30eb8={};a9_0xd30eb8[a9_0x23c711(0x1e1)]=a9_0x23c711(0x186),a9_0xd30eb8[a9_0x23c711(0x1c9)]=0x7530,AfterAll(a9_0xd30eb8,async function(_0x174b41,_0x26eeab){const _0x3a7f1d=a9_0x23c711,_0x2c9dfd={'igJPL':function(_0x5427fc){return _0x5427fc();},'uMnqq':_0x3a7f1d(0x192)};logger[_0x3a7f1d(0x1d3)](_0x2c9dfd[_0x3a7f1d(0x185)]),await new Promise(async _0x1cef9f=>{const _0x169faf=_0x3a7f1d;await RequestQueueHandler[_0x169faf(0x19d)]()['shutdown'](),PerformanceTester[_0x169faf(0x157)](),await global['driverCleanup'](),_0x2c9dfd['igJPL'](_0x1cef9f);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0xb345d2=a10_0x6f5e;function a10_0x1489(){const _0x2fd8b3=['\x22}}','__timeout','389960QgtALZ','setDefaultTimeout','toLowerCase','Error:\x20quiting\x20at\x20After:\x20','status','join','bstack','debug','8213760koueIU','814260TGalzd','72KUpwdo','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','mIZmu','jomwz','nCPgT','../../helpers/helper','env','passed','1902xAuxZA','kXGtP','result','1381611jGpoYQ','../../helpers/setKeepAlive','name','browserstackAgentV2','blPcg','batMa','vtNkQ','cucumber/lib/index.js','UoYXX','../../index','9JnHgno','failed','executeScript','__skipSessionName','1360ZvUUNM','275208FqwlVj','__skipSessionStatus','oAnpi','__error_messages__','timeout','session_','CONFIG','winstonLogger','pickle','skipSessionStatus','Inside\x20browserstack\x20Before','__platformCaps','__driver','then','613488sdqYni','initQuit','After','parse','\x20|\x20'];a10_0x1489=function(){return _0x2fd8b3;};return a10_0x1489();}(function(_0x32d9c8,_0x3a5e70){const _0x123f5a=a10_0x6f5e,_0x4c898a=_0x32d9c8();while(!![]){try{const _0xc71d81=parseInt(_0x123f5a(0xf0))/0x1+parseInt(_0x123f5a(0xd5))/0x2+-parseInt(_0x123f5a(0xde))/0x3*(parseInt(_0x123f5a(0xef))/0x4)+parseInt(_0x123f5a(0xcc))/0x5*(-parseInt(_0x123f5a(0xd6))/0x6)+parseInt(_0x123f5a(0xe1))/0x7+-parseInt(_0x123f5a(0xc5))/0x8*(parseInt(_0x123f5a(0xeb))/0x9)+parseInt(_0x123f5a(0xd4))/0xa;if(_0xc71d81===_0x3a5e70)break;else _0x4c898a['push'](_0x4c898a['shift']());}catch(_0x442e43){_0x4c898a['push'](_0x4c898a['shift']());}}}(a10_0x1489,0x73769));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0xb345d2(0xdb)),setKeepAlive=require(a10_0xb345d2(0xe2)),cucumberModule=requireModule(a10_0xb345d2(0xe8),'cucumber'),logger=require('../../helpers/logger')[a10_0xb345d2(0xbe)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0xb345d2(0xc7)],configuration=process[a10_0xb345d2(0xdc)][a10_0xb345d2(0xbd)];function a10_0x6f5e(_0x4727b9,_0x4e1477){const _0x14891f=a10_0x1489();return a10_0x6f5e=function(_0x6f5ee7,_0x271cd1){_0x6f5ee7=_0x6f5ee7-0xbb;let _0x3c8095=_0x14891f[_0x6f5ee7];return _0x3c8095;},a10_0x6f5e(_0x4727b9,_0x4e1477);}if(configuration!==undefined){const config=JSON[a10_0xb345d2(0xc8)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0xb345d2(0xee)]=!![]),global[a10_0xb345d2(0xf1)]=isTrue(config[a10_0xb345d2(0xc0)]),require(a10_0xb345d2(0xea))[a10_0xb345d2(0xe4)](config),global[a10_0xb345d2(0xc2)]=config['platformCaps']||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a10_0xb345d2(0xcd)]=_0x26200f=>{const _0x533e34=a10_0xb345d2,_0x47f8b0={'jomwz':function(_0x2ff527,_0x2b8774){return _0x2ff527(_0x2b8774);}};global[_0x533e34(0xcb)]=_0x26200f,_0x47f8b0[_0x533e34(0xd9)](__setDefaultTimeout,_0x26200f);};const a10_0x15eb16={};a10_0x15eb16[a10_0xb345d2(0xe3)]=a10_0xb345d2(0xd2),Before(a10_0x15eb16,function(){const _0x3d0bb1=a10_0xb345d2,_0x157bfb={};_0x157bfb['kXGtP']=_0x3d0bb1(0xc1);const _0x2783f4=_0x157bfb;logger[_0x3d0bb1(0xd3)](_0x2783f4[_0x3d0bb1(0xdf)]),global[_0x3d0bb1(0xf3)]=[];});const a10_0x57a882={};a10_0x57a882[a10_0xb345d2(0xe3)]=a10_0xb345d2(0xd2),a10_0x57a882[a10_0xb345d2(0xbb)]=0x2710,After(a10_0x57a882,function(_0x503d08,_0x3d8dbd){const _0x53297f=a10_0xb345d2,_0x1a33cb={'nCPgT':function(_0x2bcb95,_0x396731){return _0x2bcb95===_0x396731;},'oAnpi':_0x53297f(0xec),'mIZmu':function(_0x3f00ee,_0x3fd4fe,_0x35ce00,_0x57a9c6){return _0x3f00ee(_0x3fd4fe,_0x35ce00,_0x57a9c6);},'blPcg':_0x53297f(0xc9),'IzfWQ':function(_0x5cdacf,_0x331ff7,_0x145e10){return _0x5cdacf(_0x331ff7,_0x145e10);},'vtNkQ':_0x53297f(0xdd),'batMa':function(_0x20663a){return _0x20663a();},'UoYXX':function(_0x35ef01,_0x27a7de){return _0x35ef01(_0x27a7de);},'oumZt':function(_0x3751c5){return _0x3751c5();},'hjqrE':'Inside\x20browserstack\x20After'};logger[_0x53297f(0xd3)](_0x1a33cb['hjqrE']),new Promise(async(_0x5b29d0,_0x4f15eb)=>{const _0x198ac3=_0x53297f;let _0x479cdb=![];try{await global[_0x198ac3(0xc3)][_0x198ac3(0xbc)],_0x479cdb=!![],!global[_0x198ac3(0xee)]&&await global[_0x198ac3(0xc3)][_0x198ac3(0xed)](_0x198ac3(0xd7)+_0x503d08[_0x198ac3(0xbf)]['name']+_0x198ac3(0xca)),_0x1a33cb[_0x198ac3(0xda)](_0x503d08[_0x198ac3(0xe0)][_0x198ac3(0xd0)][_0x198ac3(0xce)](),_0x1a33cb['oAnpi'])?await _0x1a33cb[_0x198ac3(0xd8)](markSessionStatus,global[_0x198ac3(0xc3)],_0x1a33cb[_0x198ac3(0xf2)],global['__error_messages__'][_0x198ac3(0xd1)](_0x1a33cb[_0x198ac3(0xe5)])):await _0x1a33cb['IzfWQ'](markSessionStatus,global[_0x198ac3(0xc3)],_0x1a33cb[_0x198ac3(0xe7)]);}catch(_0x9e93e5){logger[_0x198ac3(0xd3)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x9e93e5);}if(_0x479cdb)try{await global['__driver'][_0x198ac3(0xc6)](),_0x1a33cb[_0x198ac3(0xe6)](_0x5b29d0);}catch(_0x118c37){logger['debug'](_0x198ac3(0xcf)+_0x118c37),_0x1a33cb[_0x198ac3(0xe9)](_0x4f15eb,_0x118c37);}else _0x1a33cb['oumZt'](_0x4f15eb);})[_0x53297f(0xc4)](()=>_0x3d8dbd());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0x2ad7fe=a11_0x118e;(function(_0x5cf419,_0x1788d0){const _0x1b295b=a11_0x118e,_0x5ceb96=_0x5cf419();while(!![]){try{const _0x32026f=parseInt(_0x1b295b(0x198))/0x1*(parseInt(_0x1b295b(0x199))/0x2)+-parseInt(_0x1b295b(0x19f))/0x3+-parseInt(_0x1b295b(0x19c))/0x4*(-parseInt(_0x1b295b(0x1a2))/0x5)+-parseInt(_0x1b295b(0x1a3))/0x6*(parseInt(_0x1b295b(0x1a0))/0x7)+-parseInt(_0x1b295b(0x19b))/0x8+-parseInt(_0x1b295b(0x193))/0x9+parseInt(_0x1b295b(0x197))/0xa;if(_0x32026f===_0x1788d0)break;else _0x5ceb96['push'](_0x5ceb96['shift']());}catch(_0x5084b9){_0x5ceb96['push'](_0x5ceb96['shift']());}}}(a11_0x46ff,0x505da));function a11_0x46ff(){const _0x5df00e=['1344573xTADYt','523810wILhBr','../utils/constants','1459715sooLvz','12VFWdBx','../../helpers/helper','5800725KrIoCe','@cucumber/cucumber','setDefaultTimeout','__timeout','8712800fvdPWu','20638yiifei','62LbgLwM','@cucumber/cucumber/lib/index.js','1851576NJGIbv','4DWNAAa','cucumber','BSTACK_DELTA'];a11_0x46ff=function(){return _0x5df00e;};return a11_0x46ff();}const {requireModule}=require(a11_0x2ad7fe(0x192)),constants=require(a11_0x2ad7fe(0x1a1));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x2ad7fe(0x19a),a11_0x2ad7fe(0x194));}catch(a11_0x53f2ad){cucumberModule=requireModule('cucumber/lib/index.js',a11_0x2ad7fe(0x19d));}function a11_0x118e(_0x157adb,_0x372e08){const _0x46ff1f=a11_0x46ff();return a11_0x118e=function(_0x118ea5,_0x42ded3){_0x118ea5=_0x118ea5-0x192;let _0x272df0=_0x46ff1f[_0x118ea5];return _0x272df0;},a11_0x118e(_0x157adb,_0x372e08);}cucumberModule[a11_0x2ad7fe(0x195)](constants[a11_0x2ad7fe(0x19e)]+global[a11_0x2ad7fe(0x196)]*0x1);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function
|
|
2
|
+
'use strict';function a12_0x5dbe(_0x2a6b69,_0x50a1a2){const _0x537d32=a12_0x537d();return a12_0x5dbe=function(_0x5dbe67,_0x384530){_0x5dbe67=_0x5dbe67-0xa9;let _0x5664b1=_0x537d32[_0x5dbe67];return _0x5664b1;},a12_0x5dbe(_0x2a6b69,_0x50a1a2);}const a12_0x4d9443=a12_0x5dbe;(function(_0xc66e14,_0x56e7d8){const _0x58aee3=a12_0x5dbe,_0x3b10d7=_0xc66e14();while(!![]){try{const _0x2eb456=-parseInt(_0x58aee3(0xcf))/0x1*(parseInt(_0x58aee3(0xec))/0x2)+parseInt(_0x58aee3(0xc8))/0x3+parseInt(_0x58aee3(0xcd))/0x4*(parseInt(_0x58aee3(0xe3))/0x5)+parseInt(_0x58aee3(0xed))/0x6*(-parseInt(_0x58aee3(0xdf))/0x7)+parseInt(_0x58aee3(0xa9))/0x8+parseInt(_0x58aee3(0xaf))/0x9*(-parseInt(_0x58aee3(0xdd))/0xa)+parseInt(_0x58aee3(0xd0))/0xb;if(_0x2eb456===_0x56e7d8)break;else _0x3b10d7['push'](_0x3b10d7['shift']());}catch(_0x34f216){_0x3b10d7['push'](_0x3b10d7['shift']());}}}(a12_0x537d,0x584d4));const {default:BrowserStackSetup}=require(a12_0x4d9443(0xcb)),logger=require('../../helpers/logger')[a12_0x4d9443(0xb3)],{URL}=require('url'),helper=require(a12_0x4d9443(0xe1)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x4d9443(0xca)),validHosts=function(_0x4dd8ef){const _0x57a7aa=a12_0x4d9443;return _0x4dd8ef[_0x57a7aa(0xe7)](',')[_0x57a7aa(0xd6)](_0x126562=>{try{new URL(_0x126562['trim']());}catch(_0xe63235){return![];}return!![];});},parseOnPremHosts=function(_0x2c6df5){const _0x20db6c=a12_0x4d9443,_0xe1a857={};_0xe1a857[_0x20db6c(0xf1)]=function(_0x5b6084,_0x48ab73){return _0x5b6084===_0x48ab73;},_0xe1a857['FoGkB']=_0x20db6c(0xb9),_0xe1a857[_0x20db6c(0xd7)]='443',_0xe1a857[_0x20db6c(0xd5)]=_0x20db6c(0xae);const _0x2943d9=_0xe1a857;return _0x2c6df5['split'](',')['map'](_0x1ddc2a=>{const _0xd6eea7=_0x20db6c,_0x481e2c=new URL(_0x1ddc2a[_0xd6eea7(0xb1)]()),_0x28c79c=_0x481e2c[_0xd6eea7(0xef)],_0x52e4c0=_0x481e2c[_0xd6eea7(0xd8)]||(_0x2943d9[_0xd6eea7(0xf1)](_0x481e2c['protocol'],_0x2943d9[_0xd6eea7(0xe6)])?_0x2943d9['aQFeL']:'80'),_0x596ce7=_0x481e2c[_0xd6eea7(0xd4)][_0xd6eea7(0xe2)](':',''),_0xa712f4=_0x2943d9[_0xd6eea7(0xf1)](_0x596ce7,_0x2943d9[_0xd6eea7(0xd5)])?0x1:0x0;return _0x28c79c+','+_0x52e4c0+','+_0xa712f4;});},connectCommandBuilder=function(_0x3df4f6){const _0x469039=a12_0x4d9443,_0x3b5d0d={};_0x3b5d0d['gMTwE']=_0x469039(0xbd);const _0x3e4afc=_0x3b5d0d,_0x1285f1={};_0x1285f1[_0x469039(0xb4)]=HELP_MESSAGES['options'][_0x469039(0xde)],_0x1285f1[_0x469039(0xd3)]=_0x3e4afc['gMTwE'];const _0x3a346b={};_0x3a346b['describe']=HELP_MESSAGES[_0x469039(0xce)][_0x469039(0xda)],_0x3a346b['type']=_0x3e4afc['gMTwE'],_0x3a346b[_0x469039(0xea)]=!![];const _0x371445={};return _0x371445['bstack-accesskey']=_0x1285f1,_0x371445['hosts']=_0x3a346b,_0x3df4f6[_0x469039(0xce)](_0x371445);},connectCommandHandler=async function(_0x4a27a8){const _0x4aeed2=a12_0x4d9443,_0x509350={'kupNK':_0x4aeed2(0xd1),'rxhKm':function(_0x453f7e,_0x3ca7de){return _0x453f7e===_0x3ca7de;},'bHCqV':_0x4aeed2(0xba),'TNIcG':_0x4aeed2(0xe5),'GUnYP':function(_0x387a74,_0x2c347b){return _0x387a74===_0x2c347b;},'YGcjE':_0x4aeed2(0xeb),'sEdEy':function(_0x5b3b08,_0x3cfc33){return _0x5b3b08(_0x3cfc33);},'BtuiQ':'Hosts\x20not\x20valid','KKNTd':function(_0x468353,_0x2a7e06){return _0x468353(_0x2a7e06);},'NEcHm':_0x4aeed2(0xc5),'IHggX':_0x4aeed2(0xac),'ronKw':_0x4aeed2(0xab)};try{const _0x4f6f70=new BrowserStackSetup(_0x4a27a8,_0x509350[_0x4aeed2(0xcc)]);_0x4a27a8[_0x4aeed2(0xe9)]&&(_0x4f6f70[_0x4aeed2(0xb7)][_0x4aeed2(0xe4)]=_0x4a27a8[_0x4aeed2(0xe9)]);if(_0x509350['rxhKm'](typeof _0x4f6f70[_0x4aeed2(0xb7)][_0x4aeed2(0xe4)],_0x509350[_0x4aeed2(0xc1)])){logger['error'](_0x509350[_0x4aeed2(0xf0)]);throw new Error(ERROR_MESSAGES[_0x4aeed2(0xde)][_0x4aeed2(0xc3)]);}const _0x31ebf9=_0x4a27a8[_0x4aeed2(0xda)];if(_0x509350[_0x4aeed2(0xc4)](typeof _0x31ebf9,_0x509350['bHCqV'])){logger[_0x4aeed2(0xbb)](_0x509350['YGcjE']);throw new Error(ERROR_MESSAGES[_0x4aeed2(0xda)]['missing']);}if(!_0x509350[_0x4aeed2(0xe0)](validHosts,_0x31ebf9)){logger[_0x4aeed2(0xbb)](_0x509350[_0x4aeed2(0xdb)]);throw new Error(ERROR_MESSAGES[_0x4aeed2(0xda)][_0x4aeed2(0xe8)]);}const _0x2907fd=_0x509350[_0x4aeed2(0xc2)](parseOnPremHosts,_0x31ebf9);_0x4f6f70[_0x4aeed2(0xb7)][_0x4aeed2(0xb5)]=!![],_0x4f6f70[_0x4aeed2(0xb7)][_0x4aeed2(0xb0)][_0x4aeed2(0xaa)]=_0x509350['NEcHm'],_0x4f6f70[_0x4aeed2(0xb7)][_0x4aeed2(0xb0)][_0x4aeed2(0xd2)]=_0x2907fd[_0x4aeed2(0xb8)](','),helper[_0x4aeed2(0xad)](_0x4f6f70['config']),await _0x4f6f70[_0x4aeed2(0xc7)](),logger['info'](_0x509350[_0x4aeed2(0xee)]);}catch(_0x11b73a){logger[_0x4aeed2(0xbb)](_0x509350[_0x4aeed2(0xc6)]);throw new Error(_0x11b73a[_0x4aeed2(0xc9)]());}};function a12_0x537d(){const _0x4a659d=['TNIcG','IJoFp','help','3069000itrWDK','localIdentifier','Failed\x20to\x20establish\x20connection.','Connection\x20established\x20successfully.','setProxySettings','https','37134glvykE','browserStackLocalOptions','trim','demandCommand','winstonLogger','describe','browserstackLocal','root','config','join','https:','undefined','error','command','string','exports','SPdTB','oIqeW','bHCqV','KKNTd','missing','GUnYP','integrations-repeater','ronKw','setupBrowserstackLocal','909558TJKKnK','toString','./constants','../../helpers/BrowserStackSetup','kupNK','4CKkzjt','options','553769sfflPq','10179312EJcBJf','integrations','only','type','protocol','YusiJ','every','aQFeL','port','footer','hosts','BtuiQ','connect','1340jQcUiu','bstackAccessKey','7WeTKdY','sEdEy','../../helpers/helper','replace','2204870lOgWpR','accessKey','BrowserStack\x20access\x20key\x20missing.','FoGkB','split','invalid','bstackAccesskey','demandOption','Integration\x20hosts\x20missing.','2UNNmFS','3509040LyQYmF','IHggX','hostname'];a12_0x537d=function(){return _0x4a659d;};return a12_0x537d();}function run(_0x136ef8){const _0x448ce6=a12_0x4d9443,_0x131672={};_0x131672[_0x448ce6(0xc0)]=_0x448ce6(0xdc),_0x131672[_0x448ce6(0xbf)]=_0x448ce6(0xf2);const _0x2b7e15=_0x131672;_0x136ef8['usage'](HELP_MESSAGES[_0x448ce6(0xbc)][_0x448ce6(0xb6)])['command'](_0x2b7e15['oIqeW'],HELP_MESSAGES['command'][_0x448ce6(0xdc)],connectCommandBuilder,connectCommandHandler)[_0x448ce6(0xb2)]()['help'](_0x2b7e15[_0x448ce6(0xbf)])['epilogue'](HELP_MESSAGES[_0x448ce6(0xbc)][_0x448ce6(0xd9)]);}module[a12_0x4d9443(0xbe)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a13_0x19fa9f=a13_0x586f;(function(_0x31efaf,_0x743b52){var _0x58944f=a13_0x586f,_0x8647e9=_0x31efaf();while(!![]){try{var _0x192693=-parseInt(_0x58944f(0x17c))/0x1*(-parseInt(_0x58944f(0x174))/0x2)+parseInt(_0x58944f(0x17a))/0x3+parseInt(_0x58944f(0x173))/0x4+parseInt(_0x58944f(0x16e))/0x5+parseInt(_0x58944f(0x170))/0x6+parseInt(_0x58944f(0x171))/0x7*(-parseInt(_0x58944f(0x16f))/0x8)+-parseInt(_0x58944f(0x17e))/0x9;if(_0x192693===_0x743b52)break;else _0x8647e9['push'](_0x8647e9['shift']());}catch(_0x73cfd7){_0x8647e9['push'](_0x8647e9['shift']());}}}(a13_0x6f92,0xa0c9f));var a13_0x128f8b={};a13_0x128f8b[a13_0x19fa9f(0x176)]=a13_0x19fa9f(0x17d),a13_0x128f8b[a13_0x19fa9f(0x175)]=a13_0x19fa9f(0x16c);var a13_0x35bd77={};a13_0x35bd77['root']=a13_0x19fa9f(0x17b),a13_0x35bd77['connect']='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x35bd77[a13_0x19fa9f(0x178)]=a13_0x19fa9f(0x179);var a13_0x192734={};a13_0x192734['options']=a13_0x128f8b,a13_0x192734['command']=a13_0x35bd77,exports[a13_0x19fa9f(0x177)]=a13_0x192734;function a13_0x586f(_0x4c8246,_0x3ce1a4){var _0x6f92d4=a13_0x6f92();return a13_0x586f=function(_0x586fe2,_0x2d5acf){_0x586fe2=_0x586fe2-0x16b;var _0x53fa11=_0x6f92d4[_0x586fe2];return _0x53fa11;},a13_0x586f(_0x4c8246,_0x3ce1a4);}var a13_0x33bfd0={};a13_0x33bfd0[a13_0x19fa9f(0x16b)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x432048={};function a13_0x6f92(){var _0x3efcbf=['Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','1761864ZyKPjd','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','1YmWiiO','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','14556204GpPqpe','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','missing','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','invalid','5737700cKMVhX','1355048MpvSzI','2164380adUAap','49BuISxS','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','3532436anwFqD','965894aIsVBk','hosts','bstackAccessKey','HELP_MESSAGES','footer'];a13_0x6f92=function(){return _0x3efcbf;};return a13_0x6f92();}a13_0x432048[a13_0x19fa9f(0x16b)]=a13_0x19fa9f(0x172),a13_0x432048[a13_0x19fa9f(0x16d)]=a13_0x19fa9f(0x17f);var a13_0x1f75ab={};a13_0x1f75ab[a13_0x19fa9f(0x176)]=a13_0x33bfd0,a13_0x1f75ab['hosts']=a13_0x432048,exports['ERROR_MESSAGES']=a13_0x1f75ab;
|