browserstack-node-sdk 1.34.39 → 1.34.41
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/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 +2 -2
- 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/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
|
-
function a6_0x2023(_0x2b5e30,_0x318f29){const _0x25e5bb=a6_0x25e5();return a6_0x2023=function(_0x202323,_0x38cb0e){_0x202323=_0x202323-0x12f;let _0x3b9912=_0x25e5bb[_0x202323];return _0x3b9912;},a6_0x2023(_0x2b5e30,_0x318f29);}const a6_0x361a4a=a6_0x2023;(function(_0x53b27d,_0x1248c7){const _0x1cc363=a6_0x2023,_0x5d9f4d=_0x53b27d();while(!![]){try{const _0x279a58=parseInt(_0x1cc363(0x175))/0x1*(parseInt(_0x1cc363(0x16e))/0x2)+parseInt(_0x1cc363(0x1c8))/0x3*(-parseInt(_0x1cc363(0x156))/0x4)+-parseInt(_0x1cc363(0x18f))/0x5*(-parseInt(_0x1cc363(0x183))/0x6)+-parseInt(_0x1cc363(0x147))/0x7+parseInt(_0x1cc363(0x14e))/0x8+-parseInt(_0x1cc363(0x19b))/0x9+parseInt(_0x1cc363(0x1c4))/0xa;if(_0x279a58===_0x1248c7)break;else _0x5d9f4d['push'](_0x5d9f4d['shift']());}catch(_0x4d5fee){_0x5d9f4d['push'](_0x5d9f4d['shift']());}}}(a6_0x25e5,0x9823a));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x361a4a(0x14b)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x361a4a(0x1d9)),TestDetails=require(a6_0x361a4a(0x17d)),TestObservabilityReporter=require(a6_0x361a4a(0x145)),{o11yClassErrorHandler}=require(a6_0x361a4a(0x13c)),{shouldProcessEventForTesthub}=require(a6_0x361a4a(0x1cf)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x361a4a(0x16b))[a6_0x361a4a(0x136)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x248bbd){const _0x412575=a6_0x361a4a,_0x587814={};_0x587814[_0x412575(0x1b5)]=_0x412575(0x1c5);const _0x30bb01=_0x587814;super(_0x248bbd),this[_0x412575(0x187)]={},_0x248bbd[_0x412575(0x179)]['on'](_0x30bb01[_0x412575(0x1b5)],async _0x48c246=>{const _0xbfdc62=_0x412575;switch(!![]){case!!_0x48c246[_0xbfdc62(0x142)]:this[_0xbfdc62(0x153)](_0x48c246[_0xbfdc62(0x142)]);break;case!!_0x48c246['testRunFinished']:this['onTestRunFinished'](_0x48c246['testRunFinished']);break;case!!_0x48c246[_0xbfdc62(0x1c7)]:this[_0xbfdc62(0x13a)](_0x48c246[_0xbfdc62(0x1c7)],_0x248bbd,_0x48c246);break;case!!_0x48c246['testCaseFinished']:this[_0xbfdc62(0x137)](_0x48c246['testCaseFinished'],_0x248bbd,_0x48c246);break;case!!_0x48c246[_0xbfdc62(0x1b7)]:this[_0xbfdc62(0x1a2)](_0x48c246[_0xbfdc62(0x1b7)],_0x248bbd);break;case!!_0x48c246[_0xbfdc62(0x169)]:this[_0xbfdc62(0x19c)](_0x48c246[_0xbfdc62(0x169)],_0x248bbd);break;case!!_0x48c246[_0xbfdc62(0x1cb)]:this[_0xbfdc62(0x1b0)](_0x48c246[_0xbfdc62(0x1cb)]);break;case!!_0x48c246[_0xbfdc62(0x189)]:this[_0xbfdc62(0x17e)](_0x48c246['testCase']);break;case!!_0x48c246[_0xbfdc62(0x14c)]:this['onPickle'](_0x48c246[_0xbfdc62(0x14c)]);break;case!!_0x48c246[_0xbfdc62(0x1c2)]:this['onGherkinDocument'](_0x48c246[_0xbfdc62(0x1c2)]);break;}});}[a6_0x361a4a(0x1b0)](_0x454071){const _0x537739=a6_0x361a4a;this[_0x537739(0x187)][_0x537739(0x1d7)]=Object[_0x537739(0x198)]([],this[_0x537739(0x187)][_0x537739(0x1d7)]||[]),this[_0x537739(0x187)][_0x537739(0x1d7)][_0x537739(0x15c)](_0x454071);}[a6_0x361a4a(0x199)](_0xd7245){const _0x222a0a=a6_0x361a4a;this[_0x222a0a(0x187)]['pickle']=Object[_0x222a0a(0x198)]([],this[_0x222a0a(0x187)]['pickle']||[],[_0xd7245]),this['report'][_0x222a0a(0x14c)][_0x222a0a(0x15c)](_0xd7245);}[a6_0x361a4a(0x16d)](_0x4ada29){const _0x1990af=a6_0x361a4a;this[_0x1990af(0x187)][_0x1990af(0x1c2)]=Object['assign']([],this[_0x1990af(0x187)][_0x1990af(0x1c2)]||[],[_0x4ada29]),this[_0x1990af(0x187)]['gherkinDocument'][_0x1990af(0x15c)](_0x4ada29);}[a6_0x361a4a(0x135)](_0x40d0a8){this['report']['source']=_0x40d0a8;}[a6_0x361a4a(0x157)](_0x5d73ba){const _0x14e6f1=a6_0x361a4a;this[_0x14e6f1(0x187)]['stepDefinition']=Object['assign']([],this[_0x14e6f1(0x187)][_0x14e6f1(0x15f)]||[],[_0x5d73ba]),this[_0x14e6f1(0x187)][_0x14e6f1(0x15f)][_0x14e6f1(0x15c)](_0x5d73ba);}[a6_0x361a4a(0x17e)](_0x471ad7){const _0x2aaebc=a6_0x361a4a;this[_0x2aaebc(0x187)][_0x2aaebc(0x16a)]=Object['assign']([],this['report']['testCases']||[],[_0x471ad7]),this[_0x2aaebc(0x187)][_0x2aaebc(0x16a)][_0x2aaebc(0x15c)](_0x471ad7);}[a6_0x361a4a(0x1cc)](_0x53dcf3){const _0xd54945=a6_0x361a4a,_0x53aa70={'Ruwkr':function(_0x405f53,_0x4e214e){return _0x405f53!==_0x4e214e;},'lMOGa':_0xd54945(0x17a),'zLenf':function(_0x2be5bd,_0x1000de){return _0x2be5bd+_0x1000de;},'FDDGi':function(_0x523dbf,_0x529427){return _0x523dbf+_0x529427;},'GIzGi':function(_0x29f7a6,_0x31002e){return _0x29f7a6+_0x31002e;},'VtFtS':function(_0x404a45,_0x5e3807){return _0x404a45+_0x5e3807;},'WAYEO':_0xd54945(0x140),'SNtTH':'\x20-\x20','jNlMZ':function(_0x57e0c9,_0x48f458){return _0x57e0c9===_0x48f458;},'wsMpa':_0xd54945(0x178),'FobxE':function(_0x1b9fde,_0x170f51,_0x317e57){return _0x1b9fde(_0x170f51,_0x317e57);},'sSQlj':'result','dFpjP':_0xd54945(0x1d5),'NUqjl':function(_0x4e0ade,_0x111f0a){return _0x4e0ade+_0x111f0a;},'OvijK':function(_0x2beb79,_0x19d7c3){return _0x2beb79+_0x19d7c3;},'gHSZA':function(_0x1527bc,_0x2ad998){return _0x1527bc+_0x2ad998;},'pVota':function(_0x66b5aa,_0x259c36){return _0x66b5aa+_0x259c36;},'Qvyqg':function(_0x219eea,_0x3e94db){return _0x219eea+_0x3e94db;}};_0x53aa70[_0xd54945(0x141)](global['__platform'],undefined)&&this[_0xd54945(0x160)](_0x53aa70['gHSZA'](_0x53aa70[_0xd54945(0x13b)]('\x0a',global[_0xd54945(0x148)]),'\x0a'));const _0x2a22ca=this[_0xd54945(0x13f)]['getTestCaseAttempt'](_0x53dcf3[_0xd54945(0x1d4)]);this[_0xd54945(0x160)](_0x53aa70['OvijK'](_0x53aa70[_0xd54945(0x1dc)](_0x53aa70[_0xd54945(0x1da)](_0x53aa70[_0xd54945(0x1d2)]('\x20\x20',_0x2a22ca[_0xd54945(0x1c2)][_0xd54945(0x1be)]['name']),_0x53aa70['SNtTH']),_0x2a22ca['pickle'][_0xd54945(0x15b)]),'\x0a'));const _0x10dd40={};_0x10dd40[_0xd54945(0x1bf)]=this[_0xd54945(0x1bf)],_0x10dd40[_0xd54945(0x158)]=this['snippetBuilder'],_0x10dd40[_0xd54945(0x182)]=this[_0xd54945(0x182)],_0x10dd40[_0xd54945(0x1c1)]=_0x2a22ca;const _0x27ffba=formatterHelpers['parseTestCaseAttempt'](_0x10dd40);let _0x1db211=![];_0x27ffba['testSteps'][_0xd54945(0x15d)](_0x590a68=>{const _0x37311c=_0xd54945;if(_0x53aa70[_0x37311c(0x141)](_0x590a68['name'],_0x53aa70[_0x37311c(0x17b)])&&!this['isBstackHook'](_0x590a68)){totalTests+=0x1,this[_0x37311c(0x160)](_0x53aa70[_0x37311c(0x159)](_0x53aa70[_0x37311c(0x1bb)](_0x53aa70[_0x37311c(0x13b)](_0x53aa70[_0x37311c(0x138)](_0x53aa70[_0x37311c(0x1bb)](_0x53aa70[_0x37311c(0x17c)],_0x590a68['keyword']),_0x590a68['text']||''),_0x53aa70[_0x37311c(0x134)]),Status[_0x590a68[_0x37311c(0x1ae)][_0x37311c(0x174)]]),'\x0a')),this[_0x37311c(0x18c)](Status[_0x590a68[_0x37311c(0x1ae)]['status']]);if(_0x53aa70[_0x37311c(0x1d1)](Status[_0x590a68[_0x37311c(0x1ae)]['status']],_0x53aa70['wsMpa'])){_0x1db211=!![];const _0x374722=_0x53aa70[_0x37311c(0x170)](nestedKeyValue,_0x590a68,[_0x53aa70['sSQlj'],_0x53aa70['dFpjP']]);_0x374722&&(testsErrorMessage[_0x53aa70['NUqjl'](_0x53aa70[_0x37311c(0x138)](_0x2a22ca[_0x37311c(0x1c2)][_0x37311c(0x1be)][_0x37311c(0x15b)],_0x53aa70['SNtTH']),_0x2a22ca[_0x37311c(0x14c)][_0x37311c(0x15b)])]=_0x374722,this[_0x37311c(0x160)](_0x53aa70[_0x37311c(0x1b6)](_0x374722,'\x0a')));}}}),_0x1db211&&(testSuitesFailed+=0x1),this[_0xd54945(0x160)]('\x0a');}['logTestRunFinished'](_0xb44ede){}[a6_0x361a4a(0x152)](_0x570f7b){const _0xd544e3=a6_0x361a4a,_0x4c3d74={};_0x4c3d74[_0xd544e3(0x144)]=function(_0x4a2be7,_0x3fa734){return _0x4a2be7!==_0x3fa734;},_0x4c3d74[_0xd544e3(0x18b)]=_0xd544e3(0x1b2);const _0x4f7033=_0x4c3d74;if(_0x4f7033[_0xd544e3(0x144)](_0x570f7b['sourceLocation'],undefined))return![];if(_0x570f7b[_0xd544e3(0x16f)]&&_0x570f7b[_0xd544e3(0x16f)]['uri'][_0xd544e3(0x1ac)](_0x4f7033[_0xd544e3(0x18b)]))return!![];return![];}['incrementCounter'](_0xc10465){const _0x1960d1=a6_0x361a4a,_0x49bcd3={};_0x49bcd3[_0x1960d1(0x1a9)]=_0x1960d1(0x178),_0x49bcd3[_0x1960d1(0x19e)]=_0x1960d1(0x143),_0x49bcd3[_0x1960d1(0x176)]=_0x1960d1(0x163),_0x49bcd3[_0x1960d1(0x1b3)]=_0x1960d1(0x151),_0x49bcd3[_0x1960d1(0x1db)]=_0x1960d1(0x1ba),_0x49bcd3[_0x1960d1(0x1a8)]=_0x1960d1(0x197),_0x49bcd3['EacgF']='AMBIGUOUS';const _0x4eae7c=_0x49bcd3;switch(_0xc10465){case _0x4eae7c[_0x1960d1(0x1a9)]:testsFailed+=0x1;break;case _0x4eae7c['wbNoi']:testsPassed+=0x1;break;case _0x4eae7c[_0x1960d1(0x176)]:testsSkipped+=0x1;break;case _0x4eae7c['HkIAy']:testsPending+=0x1;break;case _0x4eae7c[_0x1960d1(0x1db)]:testsUndefined+=0x1;break;case _0x4eae7c['aBvbr']:testsUnknown+=0x1;break;case _0x4eae7c[_0x1960d1(0x181)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x1aa175){const _0x31c047=a6_0x361a4a,_0x5e7059={'hiLEg':function(_0x51c205,_0x3ac1f3){return _0x51c205!==_0x3ac1f3;},'nGLpu':function(_0x58cd35,_0x598f01){return _0x58cd35!==_0x598f01;},'HXved':function(_0x4ada53,_0x3bfad1){return _0x4ada53(_0x3bfad1);},'snntr':function(_0xc84947,_0x308706){return _0xc84947+_0x308706;},'dUQji':function(_0x7c0557){return _0x7c0557();}};let _0x341359;if(_0x5e7059[_0x31c047(0x130)](process['env'][_0x31c047(0x166)],undefined)){const _0x6d1d8a=JSON['parse'](process[_0x31c047(0x1de)][_0x31c047(0x166)]);_0x341359=_0x6d1d8a['capability'];}_0x5e7059['nGLpu'](_0x341359,undefined)&&(global['__platform']=_0x5e7059[_0x31c047(0x1c9)](getPlatformName,_0x341359),this['log'](_0x5e7059[_0x31c047(0x164)](_0x31c047(0x1a7)+global[_0x31c047(0x148)],'\x0a'))),_0x5e7059[_0x31c047(0x154)](shouldProcessEventForTesthub)&&(TestDetails[_0x31c047(0x18d)](),this['report']['testRunStarted']=_0x1aa175);}['onTestRunFinished'](_0x61afd5){const _0x3a19cb=a6_0x361a4a;this['report'][_0x3a19cb(0x1ad)]=_0x61afd5,this['logTestRunFinished'](_0x61afd5);}async['onTestCaseStarted'](_0x24860a,_0x2f66e3,_0x1bb094){const _0x2b3d26=a6_0x361a4a,_0x3ee485={'QChSG':function(_0x70953e,_0x1a45d1){return _0x70953e(_0x1a45d1);},'CEtUH':'TestRunStarted','ZpqOq':function(_0x5e7154,_0x224c4b){return _0x5e7154&&_0x224c4b;}};testSuites+=0x1;if(_0x3ee485[_0x2b3d26(0x193)](shouldProcessEventForTesthub,_0x3ee485['CEtUH']))try{this[_0x2b3d26(0x187)][_0x2b3d26(0x1c7)]=this[_0x2b3d26(0x187)]['testCaseStarted']||{},this[_0x2b3d26(0x187)][_0x2b3d26(0x1c7)][_0x24860a['id']]=_0x24860a;const _0x1639bf=TestDetails[_0x2b3d26(0x1a0)](_0x24860a['id']);_testCasesData[_0x24860a['id']]=Object[_0x2b3d26(0x198)]({},_0x1bb094);const _0xbbbc28=this[_0x2b3d26(0x187)],_0x5f4ef6=_0x24860a[_0x2b3d26(0x1dd)],_0x282b97=_0xbbbc28['testCases'][_0x2b3d26(0x1ab)](_0x379ddb=>_0x379ddb['id']===_0x5f4ef6)[_0x2b3d26(0x1a4)],_0x354687=_0xbbbc28[_0x2b3d26(0x14c)][_0x2b3d26(0x1ab)](_0x5aec72=>_0x5aec72['id']===_0x282b97),_0x12344a=_0xbbbc28[_0x2b3d26(0x1c2)][_0x2b3d26(0x1ab)](_0x3a60b5=>_0x3a60b5['uri']===_0x354687['uri']),_0x418ac5=_0x12344a[_0x2b3d26(0x1be)],_0x79416e={'uuid':_0x1639bf,'startedAt':new Date()[_0x2b3d26(0x133)]()};if(_0x354687){const _0x4782ff={};_0x4782ff[_0x2b3d26(0x15b)]=_0x354687[_0x2b3d26(0x15b)],_0x79416e[_0x2b3d26(0x1d3)]=_0x4782ff;}if(_0x3ee485[_0x2b3d26(0x146)](_0x12344a,_0x418ac5)){const _0x3a3051={};_0x3a3051[_0x2b3d26(0x1a5)]=_0x12344a[_0x2b3d26(0x1a3)],_0x3a3051['name']=_0x418ac5[_0x2b3d26(0x15b)],_0x3a3051[_0x2b3d26(0x188)]=_0x418ac5[_0x2b3d26(0x188)],_0x79416e[_0x2b3d26(0x1be)]=_0x3a3051;}_tests[_0x5f4ef6]=_0x79416e,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x1bb094,_0x12344a,_0x354687,_0x3ee485[_0x2b3d26(0x14f)],_0x79416e);}catch(_0xa5a0f2){logger[_0x2b3d26(0x1b9)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util[_0x2b3d26(0x16c)](_0xa5a0f2)+'\x20');}}async['onTestCaseFinished'](_0x498dd4,_0x384f45,_0x2aab55){const _0x2f0fa3=a6_0x361a4a,_0x230360={'TPAfR':function(_0x15a5f6,_0x70e80b){return _0x15a5f6(_0x70e80b);},'ZUWII':_0x2f0fa3(0x19d)};this[_0x2f0fa3(0x1cc)](_0x498dd4);if(_0x230360[_0x2f0fa3(0x196)](shouldProcessEventForTesthub,_0x230360[_0x2f0fa3(0x13d)]))try{this[_0x2f0fa3(0x187)]['testCaseFinished']=this[_0x2f0fa3(0x187)][_0x2f0fa3(0x13e)]||{},this['report']['testCaseFinished'][_0x498dd4[_0x2f0fa3(0x1d4)]]=_0x498dd4,_testCasesData[_0x2aab55['id']]=Object[_0x2f0fa3(0x198)]({},_0x2aab55);const _0x41e29e=_0x498dd4[_0x2f0fa3(0x1d4)],_0x4dcb6a=_0x384f45[_0x2f0fa3(0x13f)][_0x2f0fa3(0x1a1)][_0x41e29e][_0x2f0fa3(0x1dd)],_0x33e47e=_0x384f45[_0x2f0fa3(0x13f)]['testCaseMap'][_0x4dcb6a],_0x3dc30b=_0x33e47e['pickleId'],_0x39f0ac=_0x384f45[_0x2f0fa3(0x13f)][_0x2f0fa3(0x155)][_0x3dc30b],_0xffb142=this[_0x2f0fa3(0x1cd)](_0x384f45,_0x39f0ac),_0x407c40=_tests[_0x4dcb6a];_0x407c40&&(delete _tests[_0x4dcb6a],_0x407c40[_0x2f0fa3(0x191)]=new Date()[_0x2f0fa3(0x133)]()),await testObservabilityReporter[_0x2f0fa3(0x18a)](_0x2aab55,_0xffb142,_0x39f0ac,_0x230360[_0x2f0fa3(0x13d)],_0x407c40);}catch(_0x59e43f){logger['debug'](_0x2f0fa3(0x14a)+util['format'](_0x59e43f));}}async['onTestStepStarted'](_0x1f77ae,_0x1e0267){const _0x1825b4=a6_0x361a4a,_0x46661d={'QurLa':function(_0x527bbe,_0x3bb9d6){return _0x527bbe(_0x3bb9d6);},'efsxQ':_0x1825b4(0x177),'InSLf':function(_0x326684,_0x404787){return _0x326684!==_0x404787;},'bhLyk':_0x1825b4(0x180)};if(_0x46661d[_0x1825b4(0x1c6)](shouldProcessEventForTesthub,_0x46661d['efsxQ']))try{this[_0x1825b4(0x187)]['testStepStarted']=this[_0x1825b4(0x187)][_0x1825b4(0x1b7)]||{},this['report'][_0x1825b4(0x1b7)][_0x1f77ae[_0x1825b4(0x1d4)]]=_0x1f77ae;const _0x112645=_0x1f77ae[_0x1825b4(0x1d4)],_0x3b767f=_0x1e0267[_0x1825b4(0x13f)][_0x1825b4(0x1a1)][_0x112645]['testCaseId'],_0x20dade=this[_0x1825b4(0x187)][_0x1825b4(0x16a)]['find'](_0x8a6d5a=>_0x8a6d5a['id']===_0x3b767f)[_0x1825b4(0x1a4)],_0x1eb686=this[_0x1825b4(0x187)][_0x1825b4(0x14c)][_0x1825b4(0x1ab)](_0x347b54=>_0x347b54['id']===_0x20dade),_0x2d85f1=this[_0x1825b4(0x187)][_0x1825b4(0x16a)][_0x1825b4(0x1ab)](_0x2c51aa=>_0x2c51aa['id']===_0x3b767f)[_0x1825b4(0x173)],_0x335088=this[_0x1825b4(0x187)][_0x1825b4(0x1b7)][_0x112645][_0x1825b4(0x180)],_0x18df37=_0x2d85f1[_0x1825b4(0x1ab)](_0x270dc5=>_0x270dc5['id']===_0x335088)[_0x1825b4(0x1af)],_0x3d5a94=_0x1eb686[_0x1825b4(0x19a)][_0x1825b4(0x1ab)](_0x4a12eb=>_0x4a12eb['id']===_0x18df37);if(_0x18df37&&_tests[_0x3b767f]&&_0x46661d[_0x1825b4(0x150)](_tests[_0x3b767f][_0x46661d[_0x1825b4(0x172)]],_0x335088)){_tests[_0x3b767f][_0x46661d[_0x1825b4(0x172)]]=_0x335088;const _0x3b869b={};_0x3b869b[_0x1825b4(0x19a)]=[];const _0x2ca7f4=_tests[_0x3b767f]||_0x3b869b;_0x2ca7f4&&!_0x2ca7f4[_0x1825b4(0x19a)]&&(_0x2ca7f4[_0x1825b4(0x19a)]=[]),_0x2ca7f4[_0x1825b4(0x19a)][_0x1825b4(0x15c)]({'id':_0x3d5a94['id'],'text':_0x3d5a94['text'],'started_at':new Date()[_0x1825b4(0x133)]()}),_tests[_0x3b767f]=_0x2ca7f4;}await testObservabilityReporter[_0x1825b4(0x162)](this['report'],_0x112645,_0x46661d['efsxQ'],_0x2d85f1,_0x335088,_tests[_0x3b767f]);}catch(_0x20577c){logger[_0x1825b4(0x1b9)](_0x1825b4(0x149)+util[_0x1825b4(0x16c)](_0x20577c));}}async['onTestStepFinished'](_0x319bca,_0x55d896){const _0x3f90fa=a6_0x361a4a,_0x4d751a={'VaDWV':function(_0x26ee40,_0x461fc7){return _0x26ee40===_0x461fc7;},'aFfHs':_0x3f90fa(0x1bd),'dJkqn':function(_0x487984,_0x2d87d4){return _0x487984(_0x2d87d4);},'EwblG':_0x3f90fa(0x18e),'TpQNW':function(_0x312be5,_0x272c4b){return _0x312be5===_0x272c4b;},'jHXDw':_0x3f90fa(0x139),'vVQtx':function(_0x100aa3,_0x4400dc){return _0x100aa3===_0x4400dc;},'fTtro':_0x3f90fa(0x190),'QqvPR':'testStepId'};this[_0x3f90fa(0x187)]['testStepFinished']=this[_0x3f90fa(0x187)]['testStepFinished']||{},this[_0x3f90fa(0x187)]['testStepFinished'][_0x319bca[_0x3f90fa(0x1d4)]]=_0x319bca;if(_0x4d751a[_0x3f90fa(0x195)](shouldProcessEventForTesthub,_0x4d751a[_0x3f90fa(0x192)]))try{const _0x261543=_0x319bca[_0x3f90fa(0x1d4)],_0x5c638d=_0x55d896[_0x3f90fa(0x13f)][_0x3f90fa(0x1a1)][_0x261543]['testCaseId'],_0x3640f1=_0x55d896['eventDataCollector'][_0x3f90fa(0x1bc)][_0x5c638d],_0x4933ba=_0x3640f1['pickleId'],_0x2c2998=_0x55d896[_0x3f90fa(0x13f)][_0x3f90fa(0x155)][_0x4933ba],_0x6ac88c=_0x319bca[_0x3f90fa(0x180)],_0x130fd7=_0x3640f1['testSteps'],_0x63039c=this[_0x3f90fa(0x13f)][_0x3f90fa(0x168)](_0x261543),_0x1d8170=_0x130fd7[_0x3f90fa(0x1ab)](_0x4f72b2=>_0x4f72b2['id']===_0x6ac88c)['pickleStepId'];let _0x4bce40,_0x16acda;_0x319bca[_0x3f90fa(0x19f)]&&_0x4d751a[_0x3f90fa(0x12f)](_0x319bca[_0x3f90fa(0x19f)]['status'][_0x3f90fa(0x1ca)]()[_0x3f90fa(0x161)](),_0x4d751a[_0x3f90fa(0x1b8)])&&(_0x4bce40=_0x4d751a[_0x3f90fa(0x1c0)](_0x319bca[_0x3f90fa(0x19f)]['exception'],undefined)?_0x319bca[_0x3f90fa(0x19f)][_0x3f90fa(0x1d5)]:_0x319bca[_0x3f90fa(0x19f)]['exception']['message'],_0x16acda=_0x4d751a[_0x3f90fa(0x17f)](_0x319bca[_0x3f90fa(0x19f)][_0x3f90fa(0x1a6)],undefined)?_0x4d751a[_0x3f90fa(0x131)]:_0x319bca[_0x3f90fa(0x19f)][_0x3f90fa(0x1d5)]);await testObservabilityReporter[_0x3f90fa(0x162)](this['report'],_0x261543,_0x4d751a['EwblG'],_0x130fd7,_0x6ac88c,_tests[_0x5c638d]);if(_0x1d8170&&_tests[_0x5c638d][_0x4d751a['QqvPR']]){const _0x2b73ee=_0x2c2998[_0x3f90fa(0x19a)][_0x3f90fa(0x1ab)](_0x29ce74=>_0x29ce74['id']===_0x1d8170),_0x533766={};_0x533766['steps']=[];const _0x1b035d=_tests[_0x5c638d]||_0x533766;!_0x1b035d[_0x3f90fa(0x19a)]?_0x1b035d[_0x3f90fa(0x19a)]=[{'id':_0x2b73ee['id'],'text':_0x2b73ee[_0x3f90fa(0x1d0)],'finished_at':new Date()[_0x3f90fa(0x133)](),'result':_0x319bca[_0x3f90fa(0x19f)][_0x3f90fa(0x174)],'duration':_0x319bca[_0x3f90fa(0x19f)]['duration'][_0x3f90fa(0x132)],'failure':_0x4bce40,'failureType':_0x16acda}]:_0x1b035d[_0x3f90fa(0x19a)][_0x3f90fa(0x15d)](_0x1d7b2f=>{const _0x21e084=_0x3f90fa;if(_0x4d751a[_0x21e084(0x17f)](_0x1d7b2f['id'],_0x2b73ee['id'])){const _0x1a097d=_0x4d751a['aFfHs'][_0x21e084(0x14d)]('|');let _0x524ab5=0x0;while(!![]){switch(_0x1a097d[_0x524ab5++]){case'0':_0x1d7b2f[_0x21e084(0x1d8)]=new Date()[_0x21e084(0x133)]();continue;case'1':_0x1d7b2f[_0x21e084(0x165)]=_0x319bca[_0x21e084(0x19f)][_0x21e084(0x165)][_0x21e084(0x132)];continue;case'2':_0x1d7b2f[_0x21e084(0x1d6)]=_0x4bce40;continue;case'3':_0x1d7b2f[_0x21e084(0x1c3)]=_0x16acda;continue;case'4':_0x1d7b2f['result']=_0x319bca[_0x21e084(0x19f)][_0x21e084(0x174)];continue;}break;}}}),_tests[_0x5c638d]=_0x1b035d,delete _tests[_0x5c638d][_0x4d751a[_0x3f90fa(0x1b1)]];}}catch(_0x23db55){logger[_0x3f90fa(0x1b9)](_0x3f90fa(0x1b4)+util['format'](_0x23db55));}}[a6_0x361a4a(0x1ce)](_0x318fde){const _0xf55234=a6_0x361a4a,_0x55a8ae={};return _0x318fde['feature'][_0xf55234(0x194)][_0xf55234(0x15e)](this['extractStepContainers'])[_0xf55234(0x1aa)]()[_0xf55234(0x15d)](_0x2f907d=>_0x2f907d[_0xf55234(0x19a)][_0xf55234(0x15d)](_0x5df161=>_0x55a8ae[_0x5df161['id']]=_0x5df161)),_0x55a8ae;}['extractStepContainers'](_0x59907c){const _0x2dbfb4=a6_0x361a4a,_0x9a766c={'oBPrJ':function(_0x247136,_0x261596){return _0x247136(_0x261596);}};if(!_0x9a766c[_0x2dbfb4(0x185)](isUndefined,_0x59907c[_0x2dbfb4(0x184)]))return[_0x59907c['background']];else{if(!_0x9a766c[_0x2dbfb4(0x185)](isUndefined,_0x59907c[_0x2dbfb4(0x167)]))return _0x59907c[_0x2dbfb4(0x167)][_0x2dbfb4(0x194)]['map'](_0x37d71b=>!isUndefined(_0x37d71b[_0x2dbfb4(0x184)])?_0x37d71b[_0x2dbfb4(0x184)]:_0x37d71b[_0x2dbfb4(0x1d3)]);};return[_0x59907c[_0x2dbfb4(0x1d3)]];}['getGherkinDocument'](_0x7cf380,_0x4ef6ca){const _0x25d7e5=a6_0x361a4a;return Object['values'](_0x7cf380[_0x25d7e5(0x13f)][_0x25d7e5(0x186)])[_0x25d7e5(0x1ab)](_0x39e694=>_0x39e694[_0x25d7e5(0x1a3)]===_0x4ef6ca[_0x25d7e5(0x1a3)]);}}module[a6_0x361a4a(0x15a)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x361a4a(0x13a),a6_0x361a4a(0x137),a6_0x361a4a(0x1a2),'onTestStepFinished',a6_0x361a4a(0x153),a6_0x361a4a(0x171),'extractStepContainers',a6_0x361a4a(0x1cd),'getGherkinStepMap']);function a6_0x25e5(){const _0x543942=['testStepFinished','testCases','../../../helpers/logger','format','onGherkinDocument','147438NYtbjn','actionLocation','FobxE','onTestRunFinished','bhLyk','testSteps','status','3QyiYtX','msdOB','HookRunStarted','FAILED','eventBroadcaster','bstack','lMOGa','WAYEO','../../playwright/reporter/test-details.js','onTestCase','VaDWV','testStepId','EacgF','supportCodeLibrary','11454HHgcaw','background','oBPrJ','gherkinDocumentMap','report','description','testCase','sendTestRunEventForCucumber','KhAzx','incrementCounter','setup','HookRunFinished','2250jviooL','UnhandledError','finishedAt','EwblG','QChSG','children','dJkqn','TPAfR','UNKNOWN','assign','onPickle','steps','7818291sBkWIW','onTestStepFinished','TestRunFinished','wbNoi','testStepResult','getTestUUID','testCaseAttemptDataMap','onTestStepStarted','uri','pickleId','path','exception','Executing\x20tests\x20for\x20','aBvbr','mFioO','flat','find','includes','testRunFinished','result','pickleStepId','onHook','QqvPR','cucumber-js/test.setup.js','HkIAy','Exception\x20in\x20onTestStepFinished\x20event:\x20','FwFtR','OvijK','testStepStarted','jHXDw','debug','UNDEFINED','FDDGi','testCaseMap','0|4|1|2|3','feature','cwd','vVQtx','testCaseAttempt','gherkinDocument','failureType','13455130GZCYFw','envelope','QurLa','testCaseStarted','33dpMCNg','HXved','toString','hook','logTestCaseFinished','getGherkinDocument','getGherkinStepMap','../../../helpers/testhub/utils.js','text','jNlMZ','Qvyqg','scenario','testCaseStartedId','message','failure','hooks','finished_at','@cucumber/cucumber','pVota','CRDKZ','NUqjl','testCaseId','env','TpQNW','hiLEg','fTtro','seconds','toISOString','SNtTH','onSource','winstonLogger','onTestCaseFinished','VtFtS','failed','onTestCaseStarted','GIzGi','../../../helpers/test-observability/error-handler','ZUWII','testCaseFinished','eventDataCollector','\x20\x20\x20\x20','Ruwkr','testRunStarted','PASSED','sYoAO','../test-observability.js','ZpqOq','4392164hpUCTN','__platform','Exception\x20in\x20onTestStepStarted\x20event:\x20','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','util','pickle','split','5364816GVXjza','CEtUH','InSLf','PENDING','isBstackHook','onTestRunStarted','dUQji','pickleMap','355276EthSmI','onStepDefinition','snippetBuilder','zLenf','exports','name','push','forEach','map','stepDefinition','log','toLowerCase','sendHook','SKIPPED','snntr','duration','CONFIG','rule','getTestCaseAttempt'];a6_0x25e5=function(){return _0x543942;};return a6_0x25e5();}
|
|
1
|
+
const a6_0x429672=a6_0x21db;(function(_0x3d81a7,_0x1c8663){const _0x18ba2c=a6_0x21db,_0xf4918=_0x3d81a7();while(!![]){try{const _0xc5ae0f=parseInt(_0x18ba2c(0x1da))/0x1+-parseInt(_0x18ba2c(0x25b))/0x2*(parseInt(_0x18ba2c(0x1fa))/0x3)+parseInt(_0x18ba2c(0x257))/0x4*(-parseInt(_0x18ba2c(0x246))/0x5)+-parseInt(_0x18ba2c(0x23f))/0x6+parseInt(_0x18ba2c(0x1bc))/0x7*(parseInt(_0x18ba2c(0x1f8))/0x8)+-parseInt(_0x18ba2c(0x21f))/0x9+parseInt(_0x18ba2c(0x1ba))/0xa*(parseInt(_0x18ba2c(0x1c1))/0xb);if(_0xc5ae0f===_0x1c8663)break;else _0xf4918['push'](_0xf4918['shift']());}catch(_0x30dbfe){_0xf4918['push'](_0xf4918['shift']());}}}(a6_0x225c,0xdaf75));function a6_0x21db(_0x5ad50b,_0x26fc5c){const _0x225c10=a6_0x225c();return a6_0x21db=function(_0x21dbd8,_0x34d171){_0x21dbd8=_0x21dbd8-0x1b3;let _0x18a296=_0x225c10[_0x21dbd8];return _0x18a296;},a6_0x21db(_0x5ad50b,_0x26fc5c);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x429672(0x1e6)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x429672(0x21d)),TestDetails=require(a6_0x429672(0x23b)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x429672(0x24a)),{shouldProcessEventForTesthub}=require(a6_0x429672(0x1f0)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x429672(0x254)],_tests={},_testCasesData={};function a6_0x225c(){const _0xf00918=['winstonLogger','hbqrU','hook','16844Cjbnwd','cwd','onTestCaseFinished','exception','2iLlkBy','AzhuT','onGherkinDocument','wNYsn','toString','FCZBF','testCaseStarted','finished_at','dYcZI','testCaseAttempt','testCaseStartedId','debug','name','gherkinDocument','testCase','log','sendTestRunEventForCucumber','13549220CjtbKB','hooks','21XCsFpa','gSMNl','eventBroadcaster','testSteps','testRunFinished','22zbzZcr','HHFYW','onHook','onTestStepFinished','failed','TestRunStarted','getTestUUID','values','getTestCaseAttempt','onPickle','includes','toLowerCase','report','sendHook','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','testStepStarted','finishedAt','hCrKF','JAnPz','background','getGherkinStepMap','HookRunFinished','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','env','scenario','1755073cANLVD','Bohux','envelope','logTestRunFinished','IcQxg','fVhpS','testCaseMap','testCases','steps','parseTestCaseAttempt','ZIzFr','HqiIb','util','AMBIGUOUS','SNMwT','SKIPPED','text','UNKNOWN','CONFIG','iOKNj','snippetBuilder','map','../../../helpers/testhub/utils.js','eventDataCollector','uri','vSSXw','onTestRunStarted','format','onStepDefinition','UWIon','561928MrQWQN','NlEPQ','4804851SEiRrg','pickleId','VWzuG','UNDEFINED','testRunStarted','incrementCounter','testStepFinished','pickleMap','stepDefinition','PENDING','setup','children','exports','supportCodeLibrary','testStepResult','FqXoN','QZrYc','tKowi','push','testCaseAttemptDataMap','GNNJb','seconds','YXCQy','isBstackHook','tbegE','onTestCase','goeHc','message','testStepId','aRzmv','bstack','mgMcY','parse','lQmdz','Exception\x20in\x20onTestStepStarted\x20event:\x20','@cucumber/cucumber','hnsbj','5995989YNBkpd','onTestRunFinished','TestRunFinished','forEach','hVHQd','actionLocation','getGherkinDocument','extractStepContainers','SwtBh','WdjNM','GdaCJ','status','cucumber-js/test.setup.js','failure','bNGuz','Executing\x20tests\x20for\x20','roctU','feature','ryoaO','FAILED','pickle','toISOString','onTestCaseStarted','capability','pickleStepId','description','result','Exception\x20in\x20onTestStepFinished\x20event:\x20','../../playwright/reporter/test-details.js','AcVsW','source','OKAsF','7979064AtXgoW','mjIMT','sourceLocation','rule','ZbtzU','mtqkX','logTestCaseFinished','215BbVXbe','__platform','testCaseFinished','gAwfM','../../../helpers/test-observability/error-handler','gIrkA','split','duration','find','path','assign','gxXwR','eAKXU','testCaseId'];a6_0x225c=function(){return _0xf00918;};return a6_0x225c();}class BrowserstackFormatter extends Formatter{constructor(_0x200b41){const _0x36c1f3=a6_0x429672,_0x18a363={};_0x18a363['ngPCr']=_0x36c1f3(0x1dc);const _0x46d635=_0x18a363;super(_0x200b41),this[_0x36c1f3(0x1cd)]={},_0x200b41[_0x36c1f3(0x1be)]['on'](_0x46d635['ngPCr'],async _0x477b77=>{const _0x4174f1=_0x36c1f3;switch(!![]){case!!_0x477b77[_0x4174f1(0x1fe)]:this[_0x4174f1(0x1f4)](_0x477b77[_0x4174f1(0x1fe)]);break;case!!_0x477b77[_0x4174f1(0x1c0)]:this[_0x4174f1(0x220)](_0x477b77[_0x4174f1(0x1c0)]);break;case!!_0x477b77[_0x4174f1(0x261)]:this[_0x4174f1(0x235)](_0x477b77['testCaseStarted'],_0x200b41,_0x477b77);break;case!!_0x477b77['testCaseFinished']:this[_0x4174f1(0x259)](_0x477b77[_0x4174f1(0x248)],_0x200b41,_0x477b77);break;case!!_0x477b77[_0x4174f1(0x1d0)]:this['onTestStepStarted'](_0x477b77[_0x4174f1(0x1d0)],_0x200b41);break;case!!_0x477b77[_0x4174f1(0x200)]:this['onTestStepFinished'](_0x477b77['testStepFinished'],_0x200b41);break;case!!_0x477b77[_0x4174f1(0x256)]:this[_0x4174f1(0x1c3)](_0x477b77[_0x4174f1(0x256)]);break;case!!_0x477b77[_0x4174f1(0x1b7)]:this['onTestCase'](_0x477b77[_0x4174f1(0x1b7)]);break;case!!_0x477b77[_0x4174f1(0x233)]:this[_0x4174f1(0x1ca)](_0x477b77[_0x4174f1(0x233)]);break;case!!_0x477b77[_0x4174f1(0x1b6)]:this[_0x4174f1(0x25d)](_0x477b77[_0x4174f1(0x1b6)]);break;}});}[a6_0x429672(0x1c3)](_0x2ece8b){const _0x36efa4=a6_0x429672;this[_0x36efa4(0x1cd)][_0x36efa4(0x1bb)]=Object[_0x36efa4(0x250)]([],this[_0x36efa4(0x1cd)]['hooks']||[]),this[_0x36efa4(0x1cd)]['hooks']['push'](_0x2ece8b);}[a6_0x429672(0x1ca)](_0x1fabf3){const _0x4fc957=a6_0x429672;this[_0x4fc957(0x1cd)][_0x4fc957(0x233)]=Object[_0x4fc957(0x250)]([],this[_0x4fc957(0x1cd)][_0x4fc957(0x233)]||[],[_0x1fabf3]),this[_0x4fc957(0x1cd)][_0x4fc957(0x233)][_0x4fc957(0x20c)](_0x1fabf3);}['onGherkinDocument'](_0xd0832){const _0x2ebbe2=a6_0x429672;this[_0x2ebbe2(0x1cd)][_0x2ebbe2(0x1b6)]=Object['assign']([],this[_0x2ebbe2(0x1cd)][_0x2ebbe2(0x1b6)]||[],[_0xd0832]),this[_0x2ebbe2(0x1cd)][_0x2ebbe2(0x1b6)][_0x2ebbe2(0x20c)](_0xd0832);}['onSource'](_0x58a839){const _0x452060=a6_0x429672;this[_0x452060(0x1cd)][_0x452060(0x23d)]=_0x58a839;}[a6_0x429672(0x1f6)](_0xf02e24){const _0x4f4367=a6_0x429672;this[_0x4f4367(0x1cd)][_0x4f4367(0x202)]=Object['assign']([],this[_0x4f4367(0x1cd)][_0x4f4367(0x202)]||[],[_0xf02e24]),this[_0x4f4367(0x1cd)][_0x4f4367(0x202)][_0x4f4367(0x20c)](_0xf02e24);}[a6_0x429672(0x213)](_0x6d968d){const _0x5c9d68=a6_0x429672;this[_0x5c9d68(0x1cd)][_0x5c9d68(0x1e1)]=Object[_0x5c9d68(0x250)]([],this[_0x5c9d68(0x1cd)][_0x5c9d68(0x1e1)]||[],[_0x6d968d]),this['report'][_0x5c9d68(0x1e1)][_0x5c9d68(0x20c)](_0x6d968d);}['logTestCaseFinished'](_0x562a2e){const _0x28e953=a6_0x429672,_0x3164a3={'HqiIb':function(_0x49d31a,_0x2db0cd){return _0x49d31a!==_0x2db0cd;},'bZbUK':_0x28e953(0x218),'mtqkX':function(_0x373acf,_0x8d4ca7){return _0x373acf+_0x8d4ca7;},'FqXoN':function(_0xbaeeb9,_0x5827d6){return _0xbaeeb9+_0x5827d6;},'HHFYW':function(_0x24f1aa,_0x31666a){return _0x24f1aa+_0x31666a;},'mjIMT':function(_0x501d91,_0x4769e5){return _0x501d91+_0x4769e5;},'SwtBh':'\x20\x20\x20\x20','hnsbj':'\x20-\x20','wNYsn':function(_0x387caa,_0x42e161){return _0x387caa===_0x42e161;},'bNGuz':_0x28e953(0x232),'hbqrU':function(_0x1462f4,_0x17d7af,_0x519c40){return _0x1462f4(_0x17d7af,_0x519c40);},'IcQxg':'result','tGRcK':'message','aRzmv':function(_0x3b9a56,_0x33ae55){return _0x3b9a56+_0x33ae55;},'gIrkA':function(_0x1e2d1e,_0x300090){return _0x1e2d1e+_0x300090;},'gxXwR':function(_0x398ff3,_0x15d9d7){return _0x398ff3+_0x15d9d7;},'gAwfM':function(_0x349c1a,_0x5dc7d0){return _0x349c1a+_0x5dc7d0;}};_0x3164a3[_0x28e953(0x1e5)](global[_0x28e953(0x247)],undefined)&&this['log'](_0x3164a3['HHFYW'](_0x3164a3[_0x28e953(0x24b)]('\x0a',global[_0x28e953(0x247)]),'\x0a'));const _0x5df233=this[_0x28e953(0x1f1)][_0x28e953(0x1c9)](_0x562a2e[_0x28e953(0x1b3)]);this['log'](_0x3164a3[_0x28e953(0x251)](_0x3164a3[_0x28e953(0x244)](_0x3164a3['FqXoN'](_0x3164a3[_0x28e953(0x249)]('\x20\x20',_0x5df233[_0x28e953(0x1b6)]['feature']['name']),_0x3164a3[_0x28e953(0x21e)]),_0x5df233[_0x28e953(0x233)][_0x28e953(0x1b5)]),'\x0a'));const _0x1caf40={};_0x1caf40[_0x28e953(0x258)]=this[_0x28e953(0x258)],_0x1caf40[_0x28e953(0x1ee)]=this[_0x28e953(0x1ee)],_0x1caf40['supportCodeLibrary']=this[_0x28e953(0x207)],_0x1caf40[_0x28e953(0x264)]=_0x5df233;const _0x143993=formatterHelpers[_0x28e953(0x1e3)](_0x1caf40);let _0x476129=![];_0x143993[_0x28e953(0x1bf)]['forEach'](_0x1b831d=>{const _0x11857c=_0x28e953;if(_0x3164a3[_0x11857c(0x1e5)](_0x1b831d['name'],_0x3164a3['bZbUK'])&&!this[_0x11857c(0x211)](_0x1b831d)){totalTests+=0x1,this['log'](_0x3164a3[_0x11857c(0x244)](_0x3164a3[_0x11857c(0x209)](_0x3164a3[_0x11857c(0x244)](_0x3164a3[_0x11857c(0x1c2)](_0x3164a3[_0x11857c(0x240)](_0x3164a3[_0x11857c(0x227)],_0x1b831d['keyword']),_0x1b831d['text']||''),_0x3164a3[_0x11857c(0x21e)]),Status[_0x1b831d['result'][_0x11857c(0x22a)]]),'\x0a')),this[_0x11857c(0x1ff)](Status[_0x1b831d[_0x11857c(0x239)]['status']]);if(_0x3164a3[_0x11857c(0x25e)](Status[_0x1b831d['result']['status']],_0x3164a3[_0x11857c(0x22d)])){_0x476129=!![];const _0x2c7555=_0x3164a3[_0x11857c(0x255)](nestedKeyValue,_0x1b831d,[_0x3164a3[_0x11857c(0x1de)],_0x3164a3['tGRcK']]);_0x2c7555&&(testsErrorMessage[_0x3164a3[_0x11857c(0x217)](_0x3164a3[_0x11857c(0x209)](_0x5df233['gherkinDocument'][_0x11857c(0x230)][_0x11857c(0x1b5)],_0x3164a3[_0x11857c(0x21e)]),_0x5df233[_0x11857c(0x233)][_0x11857c(0x1b5)])]=_0x2c7555,this[_0x11857c(0x1b8)](_0x3164a3[_0x11857c(0x240)](_0x2c7555,'\x0a')));}}}),_0x476129&&(testSuitesFailed+=0x1),this[_0x28e953(0x1b8)]('\x0a');}[a6_0x429672(0x1dd)](_0x44206f){}[a6_0x429672(0x211)](_0x223d99){const _0xaa671a=a6_0x429672,_0x4de70c={};_0x4de70c[_0xaa671a(0x210)]=function(_0x35f3c1,_0x5dc3e1){return _0x35f3c1!==_0x5dc3e1;},_0x4de70c[_0xaa671a(0x23c)]=_0xaa671a(0x22b);const _0x1f78cc=_0x4de70c;if(_0x1f78cc[_0xaa671a(0x210)](_0x223d99[_0xaa671a(0x241)],undefined))return![];if(_0x223d99[_0xaa671a(0x224)]&&_0x223d99[_0xaa671a(0x224)][_0xaa671a(0x1f2)][_0xaa671a(0x1cb)](_0x1f78cc['AcVsW']))return!![];return![];}['incrementCounter'](_0x5a7972){const _0x3223c3=a6_0x429672,_0x1afc34={};_0x1afc34[_0x3223c3(0x1e4)]=_0x3223c3(0x232),_0x1afc34[_0x3223c3(0x23e)]='PASSED',_0x1afc34[_0x3223c3(0x20e)]=_0x3223c3(0x1e9),_0x1afc34[_0x3223c3(0x223)]=_0x3223c3(0x203),_0x1afc34['HvLiH']=_0x3223c3(0x1fd),_0x1afc34[_0x3223c3(0x260)]=_0x3223c3(0x1eb),_0x1afc34[_0x3223c3(0x229)]=_0x3223c3(0x1e7);const _0x49b8de=_0x1afc34;switch(_0x5a7972){case _0x49b8de[_0x3223c3(0x1e4)]:testsFailed+=0x1;break;case _0x49b8de[_0x3223c3(0x23e)]:testsPassed+=0x1;break;case _0x49b8de['GNNJb']:testsSkipped+=0x1;break;case _0x49b8de[_0x3223c3(0x223)]:testsPending+=0x1;break;case _0x49b8de['HvLiH']:testsUndefined+=0x1;break;case _0x49b8de[_0x3223c3(0x260)]:testsUnknown+=0x1;break;case _0x49b8de[_0x3223c3(0x229)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x429672(0x1f4)](_0x23f501){const _0x5dd6f2=a6_0x429672,_0x24d80f={'JAnPz':function(_0x2a574a,_0xd3197a){return _0x2a574a!==_0xd3197a;},'tKowi':function(_0x51bb19,_0x38b4eb){return _0x51bb19(_0x38b4eb);},'iOKNj':function(_0x181f38,_0x51fa4c){return _0x181f38+_0x51fa4c;},'lQmdz':function(_0x3e8d04){return _0x3e8d04();}};let _0x4c66fb;if(_0x24d80f[_0x5dd6f2(0x1d3)](process[_0x5dd6f2(0x1d8)]['CONFIG'],undefined)){const _0x5ccec7=JSON[_0x5dd6f2(0x21a)](process[_0x5dd6f2(0x1d8)][_0x5dd6f2(0x1ec)]);_0x4c66fb=_0x5ccec7[_0x5dd6f2(0x236)];}_0x24d80f[_0x5dd6f2(0x1d3)](_0x4c66fb,undefined)&&(global[_0x5dd6f2(0x247)]=_0x24d80f[_0x5dd6f2(0x20b)](getPlatformName,_0x4c66fb),this['log'](_0x24d80f[_0x5dd6f2(0x1ed)](_0x5dd6f2(0x22e)+global[_0x5dd6f2(0x247)],'\x0a'))),_0x24d80f[_0x5dd6f2(0x21b)](shouldProcessEventForTesthub)&&(TestDetails[_0x5dd6f2(0x204)](),this['report'][_0x5dd6f2(0x1fe)]=_0x23f501);}[a6_0x429672(0x220)](_0x24ad78){const _0x3a2312=a6_0x429672;this[_0x3a2312(0x1cd)][_0x3a2312(0x1c0)]=_0x24ad78,this[_0x3a2312(0x1dd)](_0x24ad78);}async[a6_0x429672(0x235)](_0x3d915f,_0x2934fa,_0x32820c){const _0x5613ce=a6_0x429672,_0x5af01c={'dYcZI':function(_0x1f641f,_0xc08cfb){return _0x1f641f(_0xc08cfb);},'SNMwT':_0x5613ce(0x1c6),'WdjNM':function(_0x2ebacf,_0x218eb3){return _0x2ebacf&&_0x218eb3;}};testSuites+=0x1;if(_0x5af01c[_0x5613ce(0x263)](shouldProcessEventForTesthub,_0x5af01c[_0x5613ce(0x1e8)]))try{this[_0x5613ce(0x1cd)]['testCaseStarted']=this[_0x5613ce(0x1cd)][_0x5613ce(0x261)]||{},this[_0x5613ce(0x1cd)][_0x5613ce(0x261)][_0x3d915f['id']]=_0x3d915f;const _0x7501bb=TestDetails[_0x5613ce(0x1c7)](_0x3d915f['id']);_testCasesData[_0x3d915f['id']]=Object['assign']({},_0x32820c);const _0x135d5e=this[_0x5613ce(0x1cd)],_0x359d=_0x3d915f['testCaseId'],_0x51021b=_0x135d5e['testCases'][_0x5613ce(0x24e)](_0x27ff6b=>_0x27ff6b['id']===_0x359d)[_0x5613ce(0x1fb)],_0x3b35ed=_0x135d5e['pickle'][_0x5613ce(0x24e)](_0x4bb9d7=>_0x4bb9d7['id']===_0x51021b),_0x46dfa2=_0x135d5e['gherkinDocument'][_0x5613ce(0x24e)](_0x5d7f7f=>_0x5d7f7f['uri']===_0x3b35ed[_0x5613ce(0x1f2)]),_0x1fec9b=_0x46dfa2['feature'],_0x24fc1d={'uuid':_0x7501bb,'startedAt':new Date()[_0x5613ce(0x234)]()};if(_0x3b35ed){const _0x3bc1da={};_0x3bc1da[_0x5613ce(0x1b5)]=_0x3b35ed['name'],_0x24fc1d[_0x5613ce(0x1d9)]=_0x3bc1da;}if(_0x5af01c[_0x5613ce(0x228)](_0x46dfa2,_0x1fec9b)){const _0x581a6d={};_0x581a6d[_0x5613ce(0x24f)]=_0x46dfa2[_0x5613ce(0x1f2)],_0x581a6d[_0x5613ce(0x1b5)]=_0x1fec9b['name'],_0x581a6d[_0x5613ce(0x238)]=_0x1fec9b[_0x5613ce(0x238)],_0x24fc1d[_0x5613ce(0x230)]=_0x581a6d;}_tests[_0x359d]=_0x24fc1d,await testObservabilityReporter[_0x5613ce(0x1b9)](_0x32820c,_0x46dfa2,_0x3b35ed,_0x5af01c['SNMwT'],_0x24fc1d);}catch(_0x3f35b2){logger[_0x5613ce(0x1b4)](_0x5613ce(0x1d7)+util[_0x5613ce(0x1f5)](_0x3f35b2)+'\x20');}}async[a6_0x429672(0x259)](_0x244107,_0x4b9eca,_0x1653dc){const _0x3aa47a=a6_0x429672,_0x36ab66={'Bohux':function(_0x16084c,_0x51cd79){return _0x16084c(_0x51cd79);},'tbegE':_0x3aa47a(0x221)};this[_0x3aa47a(0x245)](_0x244107);if(_0x36ab66[_0x3aa47a(0x1db)](shouldProcessEventForTesthub,_0x36ab66[_0x3aa47a(0x212)]))try{this[_0x3aa47a(0x1cd)][_0x3aa47a(0x248)]=this[_0x3aa47a(0x1cd)][_0x3aa47a(0x248)]||{},this[_0x3aa47a(0x1cd)][_0x3aa47a(0x248)][_0x244107[_0x3aa47a(0x1b3)]]=_0x244107,_testCasesData[_0x1653dc['id']]=Object[_0x3aa47a(0x250)]({},_0x1653dc);const _0x5d758e=_0x244107[_0x3aa47a(0x1b3)],_0x54a9ba=_0x4b9eca['eventDataCollector'][_0x3aa47a(0x20d)][_0x5d758e][_0x3aa47a(0x253)],_0x15bcb4=_0x4b9eca['eventDataCollector']['testCaseMap'][_0x54a9ba],_0x2f36a5=_0x15bcb4['pickleId'],_0xc48be7=_0x4b9eca[_0x3aa47a(0x1f1)]['pickleMap'][_0x2f36a5],_0x22616c=this[_0x3aa47a(0x225)](_0x4b9eca,_0xc48be7),_0x621af=_tests[_0x54a9ba];_0x621af&&(delete _tests[_0x54a9ba],_0x621af[_0x3aa47a(0x1d1)]=new Date()[_0x3aa47a(0x234)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x1653dc,_0x22616c,_0xc48be7,_0x36ab66[_0x3aa47a(0x212)],_0x621af);}catch(_0x53b27d){logger[_0x3aa47a(0x1b4)](_0x3aa47a(0x1cf)+util[_0x3aa47a(0x1f5)](_0x53b27d));}}async['onTestStepStarted'](_0x4e3a47,_0xa14bf3){const _0x2e5db8=a6_0x429672,_0x2bc453={'AzhuT':function(_0x1bd809,_0x22b5b1){return _0x1bd809(_0x22b5b1);},'UWIon':'HookRunStarted','LrDmh':function(_0x3c6c82,_0x34f2c9){return _0x3c6c82!==_0x34f2c9;},'hCrKF':'testStepId'};if(_0x2bc453[_0x2e5db8(0x25c)](shouldProcessEventForTesthub,_0x2bc453[_0x2e5db8(0x1f7)]))try{this[_0x2e5db8(0x1cd)][_0x2e5db8(0x1d0)]=this[_0x2e5db8(0x1cd)]['testStepStarted']||{},this[_0x2e5db8(0x1cd)]['testStepStarted'][_0x4e3a47[_0x2e5db8(0x1b3)]]=_0x4e3a47;const _0x8f1b1=_0x4e3a47[_0x2e5db8(0x1b3)],_0x486226=_0xa14bf3[_0x2e5db8(0x1f1)]['testCaseAttemptDataMap'][_0x8f1b1][_0x2e5db8(0x253)],_0x2d878a=this[_0x2e5db8(0x1cd)][_0x2e5db8(0x1e1)][_0x2e5db8(0x24e)](_0x3086ab=>_0x3086ab['id']===_0x486226)[_0x2e5db8(0x1fb)],_0x2c724d=this[_0x2e5db8(0x1cd)][_0x2e5db8(0x233)][_0x2e5db8(0x24e)](_0xbcc6ae=>_0xbcc6ae['id']===_0x2d878a),_0x377330=this[_0x2e5db8(0x1cd)]['testCases'][_0x2e5db8(0x24e)](_0x82dcf9=>_0x82dcf9['id']===_0x486226)[_0x2e5db8(0x1bf)],_0x3c509e=this[_0x2e5db8(0x1cd)][_0x2e5db8(0x1d0)][_0x8f1b1][_0x2e5db8(0x216)],_0x38861f=_0x377330[_0x2e5db8(0x24e)](_0x829872=>_0x829872['id']===_0x3c509e)[_0x2e5db8(0x237)],_0x3bb674=_0x2c724d[_0x2e5db8(0x1e2)][_0x2e5db8(0x24e)](_0x42808=>_0x42808['id']===_0x38861f);if(_0x38861f&&_tests[_0x486226]&&_0x2bc453['LrDmh'](_tests[_0x486226][_0x2bc453[_0x2e5db8(0x1d2)]],_0x3c509e)){_tests[_0x486226][_0x2bc453['hCrKF']]=_0x3c509e;const _0x3186ad={};_0x3186ad[_0x2e5db8(0x1e2)]=[];const _0x21ab11=_tests[_0x486226]||_0x3186ad;_0x21ab11&&!_0x21ab11[_0x2e5db8(0x1e2)]&&(_0x21ab11[_0x2e5db8(0x1e2)]=[]),_0x21ab11[_0x2e5db8(0x1e2)][_0x2e5db8(0x20c)]({'id':_0x3bb674['id'],'text':_0x3bb674['text'],'started_at':new Date()['toISOString']()}),_tests[_0x486226]=_0x21ab11;}await testObservabilityReporter[_0x2e5db8(0x1ce)](this[_0x2e5db8(0x1cd)],_0x8f1b1,_0x2bc453[_0x2e5db8(0x1f7)],_0x377330,_0x3c509e,_tests[_0x486226]);}catch(_0x57e8ba){logger[_0x2e5db8(0x1b4)](_0x2e5db8(0x21c)+util[_0x2e5db8(0x1f5)](_0x57e8ba));}}async[a6_0x429672(0x1c4)](_0xe335e7,_0x4e52c1){const _0x459051=a6_0x429672,_0xab18aa={'ZbtzU':function(_0x496801,_0xf78ef7){return _0x496801===_0xf78ef7;},'NlEPQ':'0|1|4|3|2','vSSXw':function(_0x184c76,_0x427303){return _0x184c76(_0x427303);},'gSMNl':_0x459051(0x1d6),'roctU':function(_0xe65c93,_0x27a8f5){return _0xe65c93===_0x27a8f5;},'QZrYc':_0x459051(0x1c5),'VWzuG':function(_0x31fc18,_0x3c059c){return _0x31fc18===_0x3c059c;},'ryoaO':function(_0x577bf1,_0x1e6390){return _0x577bf1===_0x1e6390;},'mgMcY':'UnhandledError','fVhpS':_0x459051(0x216)};this['report'][_0x459051(0x200)]=this[_0x459051(0x1cd)]['testStepFinished']||{},this['report'][_0x459051(0x200)][_0xe335e7[_0x459051(0x1b3)]]=_0xe335e7;if(_0xab18aa[_0x459051(0x1f3)](shouldProcessEventForTesthub,_0xab18aa['gSMNl']))try{const _0x156a2c=_0xe335e7[_0x459051(0x1b3)],_0xb55a23=_0x4e52c1[_0x459051(0x1f1)][_0x459051(0x20d)][_0x156a2c]['testCaseId'],_0x547618=_0x4e52c1[_0x459051(0x1f1)][_0x459051(0x1e0)][_0xb55a23],_0x6babe0=_0x547618['pickleId'],_0x3b06f1=_0x4e52c1[_0x459051(0x1f1)][_0x459051(0x201)][_0x6babe0],_0x4507c0=_0xe335e7['testStepId'],_0x299e82=_0x547618[_0x459051(0x1bf)],_0x30f7e6=this[_0x459051(0x1f1)][_0x459051(0x1c9)](_0x156a2c),_0x594ce4=_0x299e82['find'](_0x2c24c2=>_0x2c24c2['id']===_0x4507c0)[_0x459051(0x237)];let _0x489a2d,_0x3c2610;_0xe335e7['testStepResult']&&_0xab18aa[_0x459051(0x22f)](_0xe335e7['testStepResult']['status'][_0x459051(0x25f)]()[_0x459051(0x1cc)](),_0xab18aa[_0x459051(0x20a)])&&(_0x489a2d=_0xab18aa[_0x459051(0x1fc)](_0xe335e7[_0x459051(0x208)][_0x459051(0x25a)],undefined)?_0xe335e7[_0x459051(0x208)][_0x459051(0x215)]:_0xe335e7[_0x459051(0x208)][_0x459051(0x25a)][_0x459051(0x215)],_0x3c2610=_0xab18aa[_0x459051(0x231)](_0xe335e7[_0x459051(0x208)][_0x459051(0x25a)],undefined)?_0xab18aa[_0x459051(0x219)]:_0xe335e7['testStepResult'][_0x459051(0x215)]);await testObservabilityReporter[_0x459051(0x1ce)](this[_0x459051(0x1cd)],_0x156a2c,_0xab18aa[_0x459051(0x1bd)],_0x299e82,_0x4507c0,_tests[_0xb55a23]);if(_0x594ce4&&_tests[_0xb55a23][_0xab18aa['fVhpS']]){const _0x350977=_0x3b06f1['steps'][_0x459051(0x24e)](_0x52de05=>_0x52de05['id']===_0x594ce4),_0x3bd1b4={};_0x3bd1b4['steps']=[];const _0x44a9f0=_tests[_0xb55a23]||_0x3bd1b4;!_0x44a9f0[_0x459051(0x1e2)]?_0x44a9f0[_0x459051(0x1e2)]=[{'id':_0x350977['id'],'text':_0x350977[_0x459051(0x1ea)],'finished_at':new Date()[_0x459051(0x234)](),'result':_0xe335e7[_0x459051(0x208)][_0x459051(0x22a)],'duration':_0xe335e7['testStepResult'][_0x459051(0x24d)][_0x459051(0x20f)],'failure':_0x489a2d,'failureType':_0x3c2610}]:_0x44a9f0['steps'][_0x459051(0x222)](_0x56c6b2=>{const _0x42a9df=_0x459051;if(_0xab18aa[_0x42a9df(0x243)](_0x56c6b2['id'],_0x350977['id'])){const _0x133400=_0xab18aa[_0x42a9df(0x1f9)][_0x42a9df(0x24c)]('|');let _0x127d27=0x0;while(!![]){switch(_0x133400[_0x127d27++]){case'0':_0x56c6b2[_0x42a9df(0x262)]=new Date()[_0x42a9df(0x234)]();continue;case'1':_0x56c6b2[_0x42a9df(0x239)]=_0xe335e7[_0x42a9df(0x208)][_0x42a9df(0x22a)];continue;case'2':_0x56c6b2['failureType']=_0x3c2610;continue;case'3':_0x56c6b2[_0x42a9df(0x22c)]=_0x489a2d;continue;case'4':_0x56c6b2[_0x42a9df(0x24d)]=_0xe335e7[_0x42a9df(0x208)][_0x42a9df(0x24d)][_0x42a9df(0x20f)];continue;}break;}}}),_tests[_0xb55a23]=_0x44a9f0,delete _tests[_0xb55a23][_0xab18aa[_0x459051(0x1df)]];}}catch(_0x3393bd){logger[_0x459051(0x1b4)](_0x459051(0x23a)+util[_0x459051(0x1f5)](_0x3393bd));}}['getGherkinStepMap'](_0x4db27a){const _0x5a3ebe=a6_0x429672,_0x42b0cd={};return _0x4db27a[_0x5a3ebe(0x230)]['children'][_0x5a3ebe(0x1ef)](this[_0x5a3ebe(0x226)])['flat']()[_0x5a3ebe(0x222)](_0x578482=>_0x578482[_0x5a3ebe(0x1e2)][_0x5a3ebe(0x222)](_0x1a0e5d=>_0x42b0cd[_0x1a0e5d['id']]=_0x1a0e5d)),_0x42b0cd;}['extractStepContainers'](_0x239e87){const _0x3e75cf=a6_0x429672,_0x5f47a7={'goeHc':function(_0x36e46a,_0x40e5f8){return _0x36e46a(_0x40e5f8);},'eAKXU':function(_0x56abab,_0x2b08dc){return _0x56abab(_0x2b08dc);}};if(!_0x5f47a7[_0x3e75cf(0x214)](isUndefined,_0x239e87[_0x3e75cf(0x1d4)]))return[_0x239e87[_0x3e75cf(0x1d4)]];else{if(!_0x5f47a7[_0x3e75cf(0x252)](isUndefined,_0x239e87[_0x3e75cf(0x242)]))return _0x239e87['rule'][_0x3e75cf(0x205)][_0x3e75cf(0x1ef)](_0x1de148=>!isUndefined(_0x1de148[_0x3e75cf(0x1d4)])?_0x1de148['background']:_0x1de148['scenario']);};return[_0x239e87['scenario']];}[a6_0x429672(0x225)](_0x334253,_0x3deb67){const _0x2b9dca=a6_0x429672;return Object[_0x2b9dca(0x1c8)](_0x334253[_0x2b9dca(0x1f1)]['gherkinDocumentMap'])[_0x2b9dca(0x24e)](_0x36aebe=>_0x36aebe['uri']===_0x3deb67['uri']);}}module[a6_0x429672(0x206)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x429672(0x235),a6_0x429672(0x259),'onTestStepStarted','onTestStepFinished',a6_0x429672(0x1f4),a6_0x429672(0x220),'extractStepContainers',a6_0x429672(0x225),a6_0x429672(0x1d5)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a7_0x56b1(_0x18dff1,_0x4dcca6){const _0x4ce7a2=a7_0x4ce7();return a7_0x56b1=function(_0x56b16b,_0x2ba17c){_0x56b16b=_0x56b16b-0x1c6;let _0x195ee4=_0x4ce7a2[_0x56b16b];return _0x195ee4;},a7_0x56b1(_0x18dff1,_0x4dcca6);}const a7_0x2c8839=a7_0x56b1;(function(_0x126c4b,_0x2fe0a2){const _0x57450b=a7_0x56b1,_0x2b4a45=_0x126c4b();while(!![]){try{const _0x4a4fd2=-parseInt(_0x57450b(0x1cb))/0x1+-parseInt(_0x57450b(0x1c8))/0x2*(-parseInt(_0x57450b(0x1d4))/0x3)+parseInt(_0x57450b(0x20e))/0x4+parseInt(_0x57450b(0x201))/0x5+-parseInt(_0x57450b(0x1d1))/0x6+-parseInt(_0x57450b(0x1e0))/0x7+-parseInt(_0x57450b(0x21d))/0x8*(parseInt(_0x57450b(0x211))/0x9);if(_0x4a4fd2===_0x2fe0a2)break;else _0x2b4a45['push'](_0x2b4a45['shift']());}catch(_0xd6718d){_0x2b4a45['push'](_0x2b4a45['shift']());}}}(a7_0x4ce7,0x5f184));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a7_0x2c8839(0x20b)),pickleParser=requireModule(a7_0x2c8839(0x1cf),a7_0x2c8839(0x20b));function a7_0x4ce7(){const _0x537925=['BShrU','steps','test-case-finished','name','udKlh','cucumber','FEZyk','env','1543656HjySwJ','includes','ZxtDJ','18YxfPMq','BVGnP','text','eventDataCollector','zvZZh','AMBIGUOUS','status','LkLvT','bZaru','dvAhY','capability','Executing\x20tests\x20for\x20','627320IyIUgN','PENDING','FNKzw','331358TqFZLU','log','Rlroh','374927fmUaqZ','eventBroadcaster','getTestCaseAttempt','gherkinDocument','cucumber/lib/formatter/helpers/pickle_parser.js','\x20\x20\x20\x20','345390VswSqL','NNegG','testCase','6GXIbmQ','length','forEach','SEklN','\x20-\x20','test-run-started','FZGuZ','sourceLocation','uri','feature','exception','AvmzY','3600947dZeQSx','test-step-started','\x20\x20\x20\x20AFTER\x20-\x20','result','QiRQX','undefined','kwznW','parse','toUpperCase','iMyBA','iXzSd','\x20\x20\x20\x20BEFORE\x20-\x20','UNDEFINED','test-run-finished','BDRlC','actionLocation','WUYbk','JAKPf','lrurG','VJCZA','__platform','UCHrQ','ZqrmE','AzWzU','zGSDM','vSevc','pickle','zEfMj','getTestCaseData','line','CONFIG','TmjEA','ZQiSK','3879895MPiSDl','getStepLineToPickledStepMap','FOSQx','PygSB','PASSED'];a7_0x4ce7=function(){return _0x537925;};return a7_0x4ce7();}class BrowserstackFormatter extends Formatter{constructor(_0x84cfef){const _0x19a02d=a7_0x2c8839,_0x15a67a={'WUYbk':function(_0x3a834f,_0x17535b){return _0x3a834f!==_0x17535b;},'Rlroh':function(_0x26ae01,_0x513a5a){return _0x26ae01!==_0x513a5a;},'ZgTkH':function(_0x116f1d,_0xe1a018){return _0x116f1d(_0xe1a018);},'SEklN':_0x19a02d(0x1d9),'FZGuZ':'test-case-started','BDRlC':_0x19a02d(0x208),'KgPOo':_0x19a02d(0x1ed),'ZxtDJ':_0x19a02d(0x1e1)};super(_0x84cfef),_0x84cfef[_0x19a02d(0x1cc)]['on'](_0x15a67a[_0x19a02d(0x1d7)],()=>{const _0x8c6ac9=_0x19a02d;let _0x17aea4;if(_0x15a67a[_0x8c6ac9(0x1f0)](process[_0x8c6ac9(0x20d)][_0x8c6ac9(0x1fe)],undefined)){const _0x2ef900=JSON[_0x8c6ac9(0x1e7)](process[_0x8c6ac9(0x20d)][_0x8c6ac9(0x1fe)]);_0x17aea4=_0x2ef900[_0x8c6ac9(0x21b)];}_0x15a67a[_0x8c6ac9(0x1ca)](_0x17aea4,undefined)&&(global[_0x8c6ac9(0x1f4)]=_0x15a67a['ZgTkH'](getPlatformName,_0x17aea4),console['log'](_0x8c6ac9(0x21c)+global[_0x8c6ac9(0x1f4)]));}),_0x84cfef[_0x19a02d(0x1cc)]['on'](_0x15a67a[_0x19a02d(0x1da)],()=>{testSuites+=0x1;}),_0x84cfef[_0x19a02d(0x1cc)]['on'](_0x15a67a[_0x19a02d(0x1ee)],_0x489eff=>{this['logTestCaseFinished'](_0x489eff);}),_0x84cfef[_0x19a02d(0x1cc)]['on'](_0x15a67a['KgPOo'],()=>{totalTests-=0x2;}),_0x84cfef['eventBroadcaster']['on'](_0x15a67a[_0x19a02d(0x210)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x416cd0){const _0xd83a97=a7_0x2c8839,_0x1652d3={'drmgM':'FAILED','dvAhY':_0xd83a97(0x205),'XVGhp':'SKIPPED','PygSB':_0xd83a97(0x1c6),'JAKPf':_0xd83a97(0x1ec),'QiRQX':'UNKNOWN','FEZyk':_0xd83a97(0x216),'FOSQx':function(_0x4de5db,_0x11693d){return _0x4de5db+_0x11693d;},'UUTUp':function(_0x19ea4d,_0xab45f8){return _0x19ea4d+_0xab45f8;},'AvmzY':function(_0x59b6e8,_0x56acd4){return _0x59b6e8+_0x56acd4;},'lrurG':_0xd83a97(0x1d0),'bZaru':_0xd83a97(0x1d8),'iXzSd':function(_0x507f5a,_0x19db54){return _0x507f5a(_0x19db54);},'zEfMj':'cucumber-js/test_old.setup.js','ZQiSK':_0xd83a97(0x1e2),'ZqrmE':_0xd83a97(0x1eb),'NNegG':function(_0x2fd90c,_0x17e94b){return _0x2fd90c===_0x17e94b;},'kwznW':function(_0xff8d39,_0x2c7e71,_0x288398){return _0xff8d39(_0x2c7e71,_0x288398);},'zvZZh':'result','UCHrQ':_0xd83a97(0x1de),'vSevc':'stack','VJCZA':function(_0x3a4c10,_0x39a560){return _0x3a4c10+_0x39a560;},'udKlh':function(_0x590650,_0x1bb952){return _0x590650!==_0x1bb952;},'DiRZl':_0xd83a97(0x1e5),'vJqqB':function(_0x4afd25,_0x2c17b5){return _0x4afd25+_0x2c17b5;},'FNKzw':function(_0x14f201,_0x2a7e2f){return _0x14f201+_0x2a7e2f;},'BShrU':function(_0x50e9cb,_0x1bf3ea){return _0x50e9cb+_0x1bf3ea;},'TmjEA':function(_0x56f932,_0x237e0c){return _0x56f932<_0x237e0c;},'AzWzU':function(_0x5bd863,_0x282b55){return _0x5bd863+_0x282b55;},'zGSDM':function(_0x446559,_0x4a7aea){return _0x446559+_0x4a7aea;},'mbQXP':function(_0x3be3c8,_0x53b293){return _0x3be3c8+_0x53b293;},'iMyBA':function(_0x189de0,_0x59975a){return _0x189de0(_0x59975a);},'BTKCH':function(_0x217848,_0x3760ee){return _0x217848+_0x3760ee;},'BVGnP':function(_0x1977ba,_0x30519d){return _0x1977ba+_0x30519d;},'LkLvT':function(_0x213186,_0x1419e9){return _0x213186+_0x1419e9;}};let _0x5d677a=![];function _0xe37f92(_0x38ec96){const _0x30e5a6=_0xd83a97;switch(_0x38ec96){case _0x1652d3['drmgM']:testsFailed+=0x1;break;case _0x1652d3[_0x30e5a6(0x21a)]:testsPassed+=0x1;break;case _0x1652d3['XVGhp']:testsSkipped+=0x1;break;case _0x1652d3[_0x30e5a6(0x204)]:testsPending+=0x1;break;case _0x1652d3[_0x30e5a6(0x1f1)]:testsUndefined+=0x1;break;case _0x1652d3[_0x30e5a6(0x1e4)]:testsUnknown+=0x1;break;case _0x1652d3[_0x30e5a6(0x20c)]:testsAmbiguous+=0x1;break;default:break;}}_0x1652d3[_0xd83a97(0x20a)](global[_0xd83a97(0x1f4)],undefined)&&console[_0xd83a97(0x1c9)](_0x1652d3[_0xd83a97(0x203)](_0x1652d3[_0xd83a97(0x1df)]('\x0a',global[_0xd83a97(0x1f4)]),'\x0a'));let _0xb49540=![];if(_0x1652d3[_0xd83a97(0x20a)](typeof this[_0xd83a97(0x214)][_0xd83a97(0x1fc)],_0x1652d3['DiRZl'])){var _0x375e5c=this[_0xd83a97(0x214)][_0xd83a97(0x1fc)](_0x416cd0[_0xd83a97(0x1db)]),_0x56071d=_0x375e5c['pickle'],_0x124c4d=_0x375e5c[_0xd83a97(0x1d3)];console[_0xd83a97(0x1c9)](_0x1652d3['vJqqB']('\x20\x20',_0x56071d['name']));var _0x188e7d=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x56071d);_0x124c4d['steps'][_0xd83a97(0x1d6)](function(_0x3e6214){const _0x3bd8a1=_0xd83a97;if(_0x3e6214[_0x3bd8a1(0x1ef)]&&_0x3e6214[_0x3bd8a1(0x1db)])_0x5d677a=!![],console[_0x3bd8a1(0x1c9)](_0x1652d3[_0x3bd8a1(0x203)](_0x1652d3['UUTUp'](_0x1652d3[_0x3bd8a1(0x1df)](_0x1652d3[_0x3bd8a1(0x1f2)],_0x188e7d[_0x3e6214[_0x3bd8a1(0x1db)][_0x3bd8a1(0x1fd)]]['text']),_0x1652d3['bZaru']),_0x3e6214[_0x3bd8a1(0x1e3)]['status'][_0x3bd8a1(0x1e8)]())),_0x1652d3[_0x3bd8a1(0x1ea)](_0xe37f92,_0x3e6214[_0x3bd8a1(0x1e3)][_0x3bd8a1(0x217)][_0x3bd8a1(0x1e8)]());else _0x3e6214[_0x3bd8a1(0x1ef)]&&(!_0x3e6214['actionLocation'][_0x3bd8a1(0x1dc)][_0x3bd8a1(0x20f)](_0x1652d3[_0x3bd8a1(0x1fb)])&&(_0x1652d3[_0x3bd8a1(0x1ea)](_0xe37f92,_0x3e6214[_0x3bd8a1(0x1e3)][_0x3bd8a1(0x217)][_0x3bd8a1(0x1e8)]()),_0x5d677a?console[_0x3bd8a1(0x1c9)](_0x1652d3['UUTUp'](_0x1652d3[_0x3bd8a1(0x200)],_0x3e6214[_0x3bd8a1(0x1e3)][_0x3bd8a1(0x217)][_0x3bd8a1(0x1e8)]())):console[_0x3bd8a1(0x1c9)](_0x1652d3['UUTUp'](_0x1652d3[_0x3bd8a1(0x1f6)],_0x3e6214['result'][_0x3bd8a1(0x217)][_0x3bd8a1(0x1e8)]()))));if(_0x1652d3[_0x3bd8a1(0x1d2)](_0x3e6214['result']['status'][_0x3bd8a1(0x1e8)](),_0x1652d3['drmgM'])){const _0x96e746=_0x1652d3[_0x3bd8a1(0x1e6)](nestedKeyValue,_0x3e6214,[_0x1652d3[_0x3bd8a1(0x215)],_0x1652d3['UCHrQ'],_0x1652d3[_0x3bd8a1(0x1f9)]]);_0x96e746&&(testsErrorMessage[_0x56071d[_0x3bd8a1(0x209)]]=_0x96e746,console[_0x3bd8a1(0x1c9)](_0x1652d3[_0x3bd8a1(0x1f3)](_0x96e746,'\x0a'))),_0xb49540=!![];}});}else{const _0x2f81ee=this['eventDataCollector'][_0xd83a97(0x1cd)](_0x416cd0);console[_0xd83a97(0x1c9)](_0x1652d3['VJCZA'](_0x1652d3[_0xd83a97(0x1c7)](_0x1652d3[_0xd83a97(0x206)]('\x20\x20',_0x2f81ee[_0xd83a97(0x1ce)][_0xd83a97(0x1dd)]['name']),_0x1652d3[_0xd83a97(0x219)]),_0x2f81ee[_0xd83a97(0x1fa)][_0xd83a97(0x209)]));const _0x346191=(0x0,pickleParser[_0xd83a97(0x202)])(_0x2f81ee['pickle']),_0x4b9cef=_0x2f81ee[_0xd83a97(0x1d3)][_0xd83a97(0x207)],_0x321be2=_0x2f81ee['stepResults'],_0x13e77e=_0x4b9cef[_0xd83a97(0x1d5)];for(let _0xca89e9=0x0;_0x1652d3[_0xd83a97(0x1ff)](_0xca89e9,_0x13e77e);_0xca89e9++){const _0x483b77=_0x4b9cef[_0xca89e9];if(_0x483b77['actionLocation']&&_0x483b77[_0xd83a97(0x1db)])_0x5d677a=!![],console['log'](_0x1652d3[_0xd83a97(0x1f7)](_0x1652d3[_0xd83a97(0x1f8)](_0x1652d3['mbQXP'](_0x1652d3[_0xd83a97(0x1f2)],_0x346191[_0x483b77[_0xd83a97(0x1db)][_0xd83a97(0x1fd)]][_0xd83a97(0x213)]),_0x1652d3['bZaru']),_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)]())),_0x1652d3[_0xd83a97(0x1ea)](_0xe37f92,_0x321be2[_0xca89e9]['status'][_0xd83a97(0x1e8)]());else _0x483b77[_0xd83a97(0x1ef)]&&(!_0x483b77[_0xd83a97(0x1ef)][_0xd83a97(0x1dc)][_0xd83a97(0x20f)](_0x1652d3['zEfMj'])&&(_0x1652d3[_0xd83a97(0x1e9)](_0xe37f92,_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)]()),_0x5d677a?console[_0xd83a97(0x1c9)](_0x1652d3['BTKCH'](_0x1652d3[_0xd83a97(0x200)],_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)]())):console['log'](_0x1652d3[_0xd83a97(0x212)](_0x1652d3[_0xd83a97(0x1f6)],_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)]()))));if(_0x1652d3[_0xd83a97(0x1d2)](_0x321be2[_0xca89e9][_0xd83a97(0x217)][_0xd83a97(0x1e8)](),_0x1652d3['drmgM'])){_0xb49540=!![];const _0xcd0610=_0x1652d3[_0xd83a97(0x1e6)](nestedKeyValue,_0x321be2[_0xca89e9],[_0x1652d3[_0xd83a97(0x1f5)],_0x1652d3[_0xd83a97(0x1f9)]]);_0xcd0610&&(testsErrorMessage[_0x1652d3['BTKCH'](_0x1652d3['BShrU'](_0x2f81ee[_0xd83a97(0x1ce)][_0xd83a97(0x1dd)][_0xd83a97(0x209)],_0x1652d3[_0xd83a97(0x219)]),_0x2f81ee[_0xd83a97(0x1fa)]['name'])]=_0xcd0610,console['log'](_0x1652d3[_0xd83a97(0x218)](_0xcd0610,'\x0a')));}}}_0xb49540&&(testSuitesFailed+=0x1),console[_0xd83a97(0x1c9)]('\x0a');}}module['exports']=BrowserstackFormatter;
|
|
1
|
+
const a7_0x36e1e2=a7_0x2570;(function(_0x30a84c,_0x4ca453){const _0x46f13f=a7_0x2570,_0xa0e421=_0x30a84c();while(!![]){try{const _0x841a60=-parseInt(_0x46f13f(0x193))/0x1*(parseInt(_0x46f13f(0x198))/0x2)+parseInt(_0x46f13f(0x1d6))/0x3+parseInt(_0x46f13f(0x1b5))/0x4*(parseInt(_0x46f13f(0x1b1))/0x5)+-parseInt(_0x46f13f(0x1dc))/0x6*(parseInt(_0x46f13f(0x1e3))/0x7)+parseInt(_0x46f13f(0x1c5))/0x8+-parseInt(_0x46f13f(0x190))/0x9*(parseInt(_0x46f13f(0x197))/0xa)+parseInt(_0x46f13f(0x1a7))/0xb;if(_0x841a60===_0x4ca453)break;else _0xa0e421['push'](_0xa0e421['shift']());}catch(_0x5e217e){_0xa0e421['push'](_0xa0e421['shift']());}}}(a7_0x4e07,0x22e71));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x36e1e2(0x1d7)),{Formatter}=requireModule(a7_0x36e1e2(0x1c4)),pickleParser=requireModule(a7_0x36e1e2(0x18d),'cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x470b5a){const _0x2ecbd3=a7_0x36e1e2,_0x4a1c94={'ehPwt':function(_0x1ca3e0,_0x543962){return _0x1ca3e0!==_0x543962;},'quFJw':function(_0x2b21fe,_0x245b73){return _0x2b21fe(_0x245b73);},'cRsHC':_0x2ecbd3(0x19d),'JUcHW':_0x2ecbd3(0x18f),'AJdOL':_0x2ecbd3(0x1d2),'lsFme':_0x2ecbd3(0x1a6),'aUqby':_0x2ecbd3(0x1ca)};super(_0x470b5a),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1a3)],()=>{const _0xc07f93=_0x2ecbd3;let _0x42388d;if(_0x4a1c94[_0xc07f93(0x1e2)](process[_0xc07f93(0x1a8)][_0xc07f93(0x1dd)],undefined)){const _0x102b9d=JSON[_0xc07f93(0x1cd)](process['env']['CONFIG']);_0x42388d=_0x102b9d[_0xc07f93(0x1d4)];}_0x4a1c94[_0xc07f93(0x1e2)](_0x42388d,undefined)&&(global[_0xc07f93(0x18c)]=_0x4a1c94[_0xc07f93(0x1db)](getPlatformName,_0x42388d),console[_0xc07f93(0x1de)]('Executing\x20tests\x20for\x20'+global['__platform']));}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1a0)],()=>{testSuites+=0x1;}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x18a)],_0x39da0d=>{const _0x3e5afb=_0x2ecbd3;this[_0x3e5afb(0x19e)](_0x39da0d);}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1bd)],()=>{totalTests-=0x2;}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1c9)],()=>{totalTests+=0x1;});}[a7_0x36e1e2(0x19e)](_0x4b8e1e){const _0x449b81=a7_0x36e1e2,_0x43deeb={'IDtqo':_0x449b81(0x1a9),'AUZVi':_0x449b81(0x1c0),'ygEhq':_0x449b81(0x1af),'NyKck':_0x449b81(0x1ad),'POysx':_0x449b81(0x18e),'AkTbM':_0x449b81(0x1bf),'VzSPz':_0x449b81(0x1bb),'ETPIc':function(_0x456879,_0x85b6d4){return _0x456879+_0x85b6d4;},'eGHxG':function(_0x54047f,_0x369dd2){return _0x54047f+_0x369dd2;},'qTKmt':'\x20\x20\x20\x20','FyAvt':_0x449b81(0x19b),'qITYr':function(_0x35e7d1,_0x27acbe){return _0x35e7d1(_0x27acbe);},'Btpxf':'cucumber-js/test_old.setup.js','neppS':_0x449b81(0x1e1),'itwMo':_0x449b81(0x1c7),'zBUrk':function(_0x2aded4,_0x4f2901){return _0x2aded4===_0x4f2901;},'XYCbu':function(_0x24c947,_0x5431f9,_0xaf68d8){return _0x24c947(_0x5431f9,_0xaf68d8);},'tIMgO':_0x449b81(0x1c3),'TiQnP':'exception','ljglq':'stack','kvWAi':function(_0x58edc5,_0x552733){return _0x58edc5+_0x552733;},'JZZLA':function(_0x5e6cdd,_0x4e1b39){return _0x5e6cdd!==_0x4e1b39;},'IYslr':function(_0x45f6c1,_0x476e37){return _0x45f6c1+_0x476e37;},'ZCVRF':_0x449b81(0x196),'JknDi':function(_0x17a6c4,_0x43656e){return _0x17a6c4+_0x43656e;},'GRdPY':function(_0x2ce9b4,_0x28c427){return _0x2ce9b4+_0x28c427;},'kNzKE':function(_0x524e61,_0x5885d2){return _0x524e61<_0x5885d2;},'UMHWW':function(_0x558792,_0x2336ef){return _0x558792+_0x2336ef;},'lxvsJ':function(_0x1c3d6a,_0x257f3a){return _0x1c3d6a+_0x257f3a;},'gpSEe':function(_0x2a6f27,_0x3da1bd){return _0x2a6f27+_0x3da1bd;},'dGSzr':function(_0x266424,_0x4a9a63){return _0x266424(_0x4a9a63);},'rtFlk':function(_0x3aaa67,_0x12d7d1){return _0x3aaa67===_0x12d7d1;},'pBQjn':function(_0x51bbf6,_0x3e3929){return _0x51bbf6+_0x3e3929;},'PWMhM':function(_0x10704f,_0x49171f){return _0x10704f+_0x49171f;}};let _0x1627b4=![];function _0x1085b1(_0xcaea59){const _0x49d447=_0x449b81;switch(_0xcaea59){case _0x43deeb['IDtqo']:testsFailed+=0x1;break;case _0x43deeb['AUZVi']:testsPassed+=0x1;break;case _0x43deeb['ygEhq']:testsSkipped+=0x1;break;case _0x43deeb[_0x49d447(0x194)]:testsPending+=0x1;break;case _0x43deeb['POysx']:testsUndefined+=0x1;break;case _0x43deeb[_0x49d447(0x1a2)]:testsUnknown+=0x1;break;case _0x43deeb['VzSPz']:testsAmbiguous+=0x1;break;default:break;}}_0x43deeb[_0x449b81(0x1c6)](global[_0x449b81(0x18c)],undefined)&&console[_0x449b81(0x1de)](_0x43deeb[_0x449b81(0x1b9)](_0x43deeb['IYslr']('\x0a',global['__platform']),'\x0a'));let _0xdcd7c=![];if(_0x43deeb['JZZLA'](typeof this[_0x449b81(0x1d3)][_0x449b81(0x1ce)],_0x43deeb[_0x449b81(0x1d5)])){var _0x494897=this['eventDataCollector'][_0x449b81(0x1ce)](_0x4b8e1e[_0x449b81(0x1b4)]),_0x4d4be0=_0x494897['pickle'],_0x219758=_0x494897[_0x449b81(0x1ba)];console[_0x449b81(0x1de)](_0x43deeb[_0x449b81(0x1b6)]('\x20\x20',_0x4d4be0[_0x449b81(0x1b3)]));var _0x4d91b2=(0x0,pickleParser[_0x449b81(0x1b8)])(_0x4d4be0);_0x219758['steps'][_0x449b81(0x1c2)](function(_0x477f93){const _0x1a817e=_0x449b81;if(_0x477f93[_0x1a817e(0x1e0)]&&_0x477f93['sourceLocation'])_0x1627b4=!![],console[_0x1a817e(0x1de)](_0x43deeb['ETPIc'](_0x43deeb['ETPIc'](_0x43deeb[_0x1a817e(0x1b0)](_0x43deeb['qTKmt'],_0x4d91b2[_0x477f93[_0x1a817e(0x1b4)][_0x1a817e(0x1d1)]][_0x1a817e(0x1df)]),_0x43deeb[_0x1a817e(0x1c8)]),_0x477f93[_0x1a817e(0x1c3)][_0x1a817e(0x19c)]['toUpperCase']())),_0x43deeb[_0x1a817e(0x1ab)](_0x1085b1,_0x477f93[_0x1a817e(0x1c3)]['status'][_0x1a817e(0x1b2)]());else _0x477f93[_0x1a817e(0x1e0)]&&(!_0x477f93[_0x1a817e(0x1e0)][_0x1a817e(0x199)]['includes'](_0x43deeb['Btpxf'])&&(_0x43deeb['qITYr'](_0x1085b1,_0x477f93[_0x1a817e(0x1c3)]['status']['toUpperCase']()),_0x1627b4?console[_0x1a817e(0x1de)](_0x43deeb[_0x1a817e(0x1b0)](_0x43deeb[_0x1a817e(0x189)],_0x477f93['result'][_0x1a817e(0x19c)]['toUpperCase']())):console[_0x1a817e(0x1de)](_0x43deeb['ETPIc'](_0x43deeb[_0x1a817e(0x1c1)],_0x477f93['result'][_0x1a817e(0x19c)][_0x1a817e(0x1b2)]()))));if(_0x43deeb[_0x1a817e(0x1aa)](_0x477f93[_0x1a817e(0x1c3)][_0x1a817e(0x19c)][_0x1a817e(0x1b2)](),_0x43deeb[_0x1a817e(0x1a5)])){const _0x32c6af=_0x43deeb['XYCbu'](nestedKeyValue,_0x477f93,[_0x43deeb[_0x1a817e(0x1b7)],_0x43deeb[_0x1a817e(0x1e4)],_0x43deeb[_0x1a817e(0x191)]]);_0x32c6af&&(testsErrorMessage[_0x4d4be0['name']]=_0x32c6af,console[_0x1a817e(0x1de)](_0x43deeb[_0x1a817e(0x1da)](_0x32c6af,'\x0a'))),_0xdcd7c=!![];}});}else{const _0x3aefd6=this['eventDataCollector'][_0x449b81(0x1bc)](_0x4b8e1e);console[_0x449b81(0x1de)](_0x43deeb['kvWAi'](_0x43deeb[_0x449b81(0x1ae)](_0x43deeb[_0x449b81(0x1da)]('\x20\x20',_0x3aefd6[_0x449b81(0x195)][_0x449b81(0x18b)][_0x449b81(0x1b3)]),_0x43deeb[_0x449b81(0x1c8)]),_0x3aefd6['pickle'][_0x449b81(0x1b3)]));const _0x2402f9=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x3aefd6[_0x449b81(0x1ac)]),_0x3f11d7=_0x3aefd6[_0x449b81(0x1ba)]['steps'],_0x28bd9b=_0x3aefd6[_0x449b81(0x1cf)],_0x5031ea=_0x3f11d7[_0x449b81(0x1a4)];for(let _0x4872e7=0x0;_0x43deeb[_0x449b81(0x1be)](_0x4872e7,_0x5031ea);_0x4872e7++){const _0x131df4=_0x3f11d7[_0x4872e7];if(_0x131df4[_0x449b81(0x1e0)]&&_0x131df4[_0x449b81(0x1b4)])_0x1627b4=!![],console[_0x449b81(0x1de)](_0x43deeb['UMHWW'](_0x43deeb['lxvsJ'](_0x43deeb[_0x449b81(0x1d0)](_0x43deeb[_0x449b81(0x1d9)],_0x2402f9[_0x131df4[_0x449b81(0x1b4)][_0x449b81(0x1d1)]][_0x449b81(0x1df)]),_0x43deeb[_0x449b81(0x1c8)]),_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)]())),_0x43deeb[_0x449b81(0x1ab)](_0x1085b1,_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)]());else _0x131df4[_0x449b81(0x1e0)]&&(!_0x131df4[_0x449b81(0x1e0)][_0x449b81(0x199)]['includes'](_0x43deeb[_0x449b81(0x1cc)])&&(_0x43deeb[_0x449b81(0x19a)](_0x1085b1,_0x28bd9b[_0x4872e7][_0x449b81(0x19c)]['toUpperCase']()),_0x1627b4?console[_0x449b81(0x1de)](_0x43deeb['lxvsJ'](_0x43deeb[_0x449b81(0x189)],_0x28bd9b[_0x4872e7][_0x449b81(0x19c)]['toUpperCase']())):console['log'](_0x43deeb['UMHWW'](_0x43deeb[_0x449b81(0x1c1)],_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)]()))));if(_0x43deeb[_0x449b81(0x1d8)](_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)](),_0x43deeb['IDtqo'])){_0xdcd7c=!![];const _0x5e049f=_0x43deeb[_0x449b81(0x1cb)](nestedKeyValue,_0x28bd9b[_0x4872e7],[_0x43deeb[_0x449b81(0x1e4)],_0x43deeb[_0x449b81(0x191)]]);_0x5e049f&&(testsErrorMessage[_0x43deeb[_0x449b81(0x19f)](_0x43deeb['PWMhM'](_0x3aefd6[_0x449b81(0x195)][_0x449b81(0x18b)][_0x449b81(0x1b3)],_0x43deeb['FyAvt']),_0x3aefd6['pickle']['name'])]=_0x5e049f,console[_0x449b81(0x1de)](_0x43deeb[_0x449b81(0x1b0)](_0x5e049f,'\x0a')));}}}_0xdcd7c&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a7_0x2570(_0x2a7348,_0x38c8a5){const _0x4e07a8=a7_0x4e07();return a7_0x2570=function(_0x25707e,_0x3029ac){_0x25707e=_0x25707e-0x189;let _0x77ed0e=_0x4e07a8[_0x25707e];return _0x77ed0e;},a7_0x2570(_0x2a7348,_0x38c8a5);}module[a7_0x36e1e2(0x192)]=BrowserstackFormatter;function a7_0x4e07(){const _0xc48091=['ljglq','exports','2SDHHpC','NyKck','gherkinDocument','undefined','2410tXttPX','196454KVfLij','uri','dGSzr','\x20-\x20','status','test-run-started','logTestCaseFinished','pBQjn','JUcHW','eventBroadcaster','AkTbM','cRsHC','length','IDtqo','test-run-finished','338789zggIRm','env','FAILED','zBUrk','qITYr','pickle','PENDING','GRdPY','SKIPPED','eGHxG','162205FDcqPY','toUpperCase','name','sourceLocation','20cTylYb','JknDi','tIMgO','getStepLineToPickledStepMap','ETPIc','testCase','AMBIGUOUS','getTestCaseAttempt','lsFme','kNzKE','UNKNOWN','PASSED','itwMo','forEach','result','cucumber','1025144bFfeyF','JZZLA','\x20\x20\x20\x20BEFORE\x20-\x20','FyAvt','aUqby','test-step-started','XYCbu','Btpxf','parse','getTestCaseData','stepResults','gpSEe','line','test-case-finished','eventDataCollector','capability','ZCVRF','354117YmbfLk','../../../helpers/helper','rtFlk','qTKmt','kvWAi','quFJw','12NYeLvC','CONFIG','log','text','actionLocation','\x20\x20\x20\x20AFTER\x20-\x20','ehPwt','88557NrJejy','TiQnP','neppS','AJdOL','feature','__platform','cucumber/lib/formatter/helpers/pickle_parser.js','UNDEFINED','test-case-started','2781PEVcHi'];a7_0x4e07=function(){return _0xc48091;};return a7_0x4e07();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a8_0x5f1172=a8_0x1a1b;function a8_0x1a1b(_0x28b450,_0x3bd328){const _0x2ed855=a8_0x2ed8();return a8_0x1a1b=function(_0x1a1b7b,_0x41f84c){_0x1a1b7b=_0x1a1b7b-0x110;let _0x4feb28=_0x2ed855[_0x1a1b7b];return _0x4feb28;},a8_0x1a1b(_0x28b450,_0x3bd328);}(function(_0xd58616,_0x3a9706){const _0x523106=a8_0x1a1b,_0x3b619e=_0xd58616();while(!![]){try{const _0x54f6d9=-parseInt(_0x523106(0x131))/0x1*(-parseInt(_0x523106(0x140))/0x2)+-parseInt(_0x523106(0x119))/0x3*(-parseInt(_0x523106(0x118))/0x4)+parseInt(_0x523106(0x17c))/0x5+-parseInt(_0x523106(0x188))/0x6*(parseInt(_0x523106(0x11a))/0x7)+-parseInt(_0x523106(0x19e))/0x8*(-parseInt(_0x523106(0x11c))/0x9)+parseInt(_0x523106(0x198))/0xa+-parseInt(_0x523106(0x152))/0xb;if(_0x54f6d9===_0x3a9706)break;else _0x3b619e['push'](_0x3b619e['shift']());}catch(_0x36ee12){_0x3b619e['push'](_0x3b619e['shift']());}}}(a8_0x2ed8,0x4b737));const path=require(a8_0x5f1172(0x134)),stripAnsi=require(a8_0x5f1172(0x167)),util=require(a8_0x5f1172(0x125)),hooksMap={},SessionHandler=require(a8_0x5f1172(0x139)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0x5f1172(0x160))['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x5f1172(0x17d)),{FRAMEWORKS}=require(a8_0x5f1172(0x183)),TestDetails=require(a8_0x5f1172(0x17b));function a8_0x2ed8(){const _0x18dbd9=['pickleStepId','relative','AWlIQ','SKIPPED','event_type','failure_type','jyoel','name','MLXwn','wwoxb','failed','includes','status','scenario','flatMap','13206710PzKEXu','filter','kElEN','ovYwM','javascript','testStepResult','VkdJL','split','QFVqW','tagExpression','getHookResult','_gitConfigPath','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','rMLgr','../../helpers/logger','HookRunFinished','yVKio','PpZew','bwJgO','getHookRunEventData','find','strip-ansi','FAILED','CYaKN','BZdil','failure_data','hooks','exports','AssertionError','forEach','llhin','getScenarioExamples','BEFORE_EACH','tableBody','zAGGG','pending','sendTestRunEventForCucumber','timestamp','zuAJk','hookId','uqbfO','../playwright/reporter/test-details','983580TiHUoz','../../helpers/test-observability/error-handler','BZZED','getHooksListForTest','RaFaB','failure_reason','cells','../../helpers/test-observability/constants.js','Exception\x20in\x20sendHook:\x20','UnhandledError','result','sendHook','21180zMZYwD','join','WrQRB','length','uuid','iafZn','toISOString','finished_at','_gitConfigured','getCucumberHookType','GnRpM','NgZfv','astNodeIds','duration_in_ms','yvFNN','examples','5902090XZHPLF','nanos','vCJDn','tags','message','failure','8zQREHU','backtrace','oPJXM','LQzYg','toString','BwNsY','toLowerCase','uri','AFTER_EACH','PmXBm','match','YedcG','testCaseStartedId','hook_run','tPZob','2435288BcfGyK','3LRzdkC','952igBXCT','rVaXy','4907583vyraQm','CUCUMBER','TestRunFinished','exception','testStepFinished','qjauJ','hook','debug','map','util','ncyPG','gKTCs','kQNBn','test','rule','MNWlk','testCaseFinished','cucumber','sourceReference','failureType','push','48703EzjZlA','JCjGQ','itDCz','path','XKtjM','bQzHM','uploadEventData','TSuwy','../../helpers/test-observability/sessionHandler','configureGit','updateTestStatus','XQFQd','children','VaWUN','vwZXh','2Aodxiy','value','feature'];a8_0x2ed8=function(){return _0x18dbd9;};return a8_0x2ed8();}this[a8_0x5f1172(0x190)]=![],this[a8_0x5f1172(0x15d)]=null;class TestObservabilityReporter{async[a8_0x5f1172(0x176)](_0x31e1c3,_0x3e0342,_0x52d20a,_0x2f424b,_0x1485cc){const _0x32b94b=a8_0x5f1172,_0x434a8e={'kQNBn':function(_0x39b108,_0x5a7b52){return _0x39b108===_0x5a7b52;},'zAGGG':_0x32b94b(0x168),'bwJgO':'failed','Ivipt':function(_0x53b54d,_0xd38fa2){return _0x53b54d===_0xd38fa2;},'VaWUN':_0x32b94b(0x146),'YbHmL':'skipped','wwoxb':function(_0x3ce20e,_0x5d7a66){return _0x3ce20e||_0x5d7a66;},'PmXBm':function(_0x5696e9,_0x31e1b6){return _0x5696e9+_0x31e1b6;},'oErMV':function(_0xb6317f,_0x486227){return _0xb6317f+_0x486227;},'awzuy':function(_0x36ea71,_0x1b93e2){return _0x36ea71+_0x1b93e2;},'AWlIQ':_0x32b94b(0x129),'eoRzP':_0x32b94b(0x156),'MNWlk':_0x32b94b(0x12d),'CYaKN':_0x32b94b(0x175),'JCjGQ':'passed','gbBlX':function(_0x5a0cb8,_0x30ea50){return _0x5a0cb8!==_0x30ea50;},'aOfhT':function(_0x1f8216,_0x29a9a8){return _0x1f8216/_0x29a9a8;},'lUvNh':function(_0x5677a1,_0xe628a8){return _0x5677a1===_0xe628a8;},'ZALGE':function(_0x525493,_0x2a585c){return _0x525493(_0x2a585c);},'ncyPG':'unknown','llhin':function(_0x2a7b2d,_0x455d84){return _0x2a7b2d(_0x455d84);},'bQzHM':_0x32b94b(0x16e),'XQFQd':_0x32b94b(0x185),'LQzYg':function(_0x2c993c,_0x3efd54){return _0x2c993c===_0x3efd54;},'ovYwM':_0x32b94b(0x11e),'oWkMR':function(_0x2e8e4,_0x39ae93){return _0x2e8e4>_0x39ae93;}},{feature:_0x1b0b10,scenario:_0xca4bbd,steps:_0x41db46,uuid:_0x1b1347,startedAt:_0xf27727,finishedAt:_0x135e55}=_0x434a8e[_0x32b94b(0x14c)](_0x1485cc,{}),_0x4f3e12=this[_0x32b94b(0x171)](_0x3e0342,_0x52d20a);await this['configureGit']();const _0x21d27c=_0x4f3e12?_0x434a8e[_0x32b94b(0x112)](_0x434a8e['oErMV'](_0x434a8e['awzuy'](_0x52d20a[_0x32b94b(0x14a)],'\x20('),_0x4f3e12[_0x32b94b(0x189)](',\x20')),')'):_0x52d20a[_0x32b94b(0x14a)],_0x48af81={'uuid':_0x1b1347,'started_at':_0xf27727,'finished_at':_0x135e55,'type':_0x434a8e[_0x32b94b(0x145)],'body':{'lang':_0x434a8e['eoRzP'],'code':null},'name':_0x21d27c,'scopes':[_0x1b0b10&&_0x1b0b10['name']?_0x1b0b10[_0x32b94b(0x14a)]:''],'tags':_0x52d20a[_0x32b94b(0x19b)]?_0x52d20a[_0x32b94b(0x19b)][_0x32b94b(0x124)](({name:_0x3ec88e})=>_0x3ec88e):[],'file_name':_0x52d20a['uri'],'location':_0x52d20a[_0x32b94b(0x110)],'vc_filepath':this[_0x32b94b(0x15d)]&&_0x52d20a[_0x32b94b(0x110)]?path[_0x32b94b(0x144)](this[_0x32b94b(0x15d)],_0x52d20a[_0x32b94b(0x110)]):null,'framework':_0x434a8e[_0x32b94b(0x12b)],'result':_0x434a8e[_0x32b94b(0x169)],'meta':{'feature':_0x1b0b10,'scenario':_0xca4bbd,'steps':_0x41db46,'examples':_0x4f3e12},'customRerunParam':{'rerun_name':_0x21d27c}};if(_0x31e1c3[_0x32b94b(0x12c)]&&_0x41db46){const _0x4b362f=_0x31e1c3[_0x32b94b(0x12c)];let _0x4c0544=_0x434a8e[_0x32b94b(0x132)];_0x41db46['every'](_0x3a532a=>{const _0x47f77a=_0x32b94b;if(_0x434a8e[_0x47f77a(0x128)](_0x3a532a[_0x47f77a(0x186)],_0x434a8e[_0x47f77a(0x174)]))return _0x4c0544=_0x434a8e[_0x47f77a(0x164)],_0x4b362f[_0x47f77a(0x19d)]=_0x3a532a[_0x47f77a(0x19d)],_0x4b362f['failureType']=_0x3a532a[_0x47f77a(0x12f)],![];else{if(_0x434a8e['Ivipt'](_0x3a532a[_0x47f77a(0x186)],_0x434a8e[_0x47f77a(0x13e)]))return _0x4c0544=_0x434a8e['YbHmL'],![];}return!![];}),_0x48af81[_0x32b94b(0x18f)]=new Date()['toISOString'](),_0x48af81['result']=_0x4c0544,_0x4b362f[_0x32b94b(0x177)]&&_0x434a8e['gbBlX'](_0x4b362f[_0x32b94b(0x177)][_0x32b94b(0x199)],undefined)?_0x48af81[_0x32b94b(0x195)]=_0x434a8e['aOfhT'](_0x4b362f['timestamp']['nanos'],0xf4240):_0x48af81[_0x32b94b(0x195)]=undefined,_0x434a8e['lUvNh'](_0x4c0544,_0x434a8e['bwJgO'])&&(_0x48af81[_0x32b94b(0x19d)]=[{'backtrace':[_0x4b362f[_0x32b94b(0x19d)]?_0x434a8e['ZALGE'](stripAnsi,_0x4b362f['failure']):_0x434a8e[_0x32b94b(0x126)]]}],_0x48af81[_0x32b94b(0x181)]=_0x4b362f[_0x32b94b(0x19d)]?_0x434a8e[_0x32b94b(0x170)](stripAnsi,_0x4b362f[_0x32b94b(0x19d)]):_0x4b362f[_0x32b94b(0x19c)],_0x4b362f['failureType']&&(_0x48af81[_0x32b94b(0x148)]=_0x4b362f[_0x32b94b(0x12f)]['match'](/AssertError/)?_0x434a8e[_0x32b94b(0x136)]:_0x434a8e[_0x32b94b(0x13c)]));}if(_0x434a8e[_0x32b94b(0x1a1)](_0x2f424b,_0x434a8e[_0x32b94b(0x155)])){const _0x5efed9=this[_0x32b94b(0x17f)](_0x31e1c3[_0x32b94b(0x12c)]['testCaseStartedId']);_0x5efed9&&_0x434a8e['oWkMR'](_0x5efed9[_0x32b94b(0x18b)],0x0)&&(_0x48af81[_0x32b94b(0x16c)]=_0x5efed9,this[_0x32b94b(0x13b)](_0x31e1c3[_0x32b94b(0x12c)][_0x32b94b(0x115)],_0x48af81));}testhubUtils['appendTesthubParams'](_0x48af81,_0x2f424b,'',FRAMEWORKS[_0x32b94b(0x11d)]);const _0x5bf166={};_0x5bf166[_0x32b94b(0x147)]=_0x2f424b,_0x5bf166['test_run']=_0x48af81;const _0x3e4c91=_0x5bf166;await SessionHandler[_0x32b94b(0x137)](_0x3e4c91);}[a8_0x5f1172(0x13b)](_0x4b82f9,_0x4871a1){const _0x1b3a5a=a8_0x5f1172,_0x16ac33={};_0x16ac33[_0x1b3a5a(0x18d)]=function(_0x4e4614,_0x15f94e){return _0x4e4614 instanceof _0x15f94e;},_0x16ac33[_0x1b3a5a(0x149)]=function(_0x55d72b,_0x458b43){return _0x55d72b===_0x458b43;},_0x16ac33[_0x1b3a5a(0x19a)]=_0x1b3a5a(0x14d),_0x16ac33[_0x1b3a5a(0x193)]='1|4|0|2|3',_0x16ac33['BMYyn']=function(_0x4bf63f,_0x358ef5){return _0x4bf63f instanceof _0x358ef5;};const _0x1669f0=_0x16ac33,_0x394a63=hooksMap[_0x4b82f9];if(_0x1669f0['iafZn'](_0x394a63,Array))for(const _0x2faa28 of _0x394a63){if(_0x1669f0['jyoel'](_0x2faa28[_0x1b3a5a(0x186)],_0x1669f0['vCJDn'])){const _0x552dba=_0x1669f0['NgZfv']['split']('|');let _0x494f53=0x0;while(!![]){switch(_0x552dba[_0x494f53++]){case'0':_0x4871a1[_0x1b3a5a(0x181)]=_0x1669f0['BMYyn'](_0x2faa28[_0x1b3a5a(0x16b)],Array)?_0x2faa28[_0x1b3a5a(0x16b)][0x0]['backtrace'][_0x1b3a5a(0x189)]('\x0a'):'';continue;case'1':_0x4871a1['result']=_0x2faa28['result'];continue;case'2':_0x4871a1['failure_type']=_0x2faa28[_0x1b3a5a(0x148)];continue;case'3':return _0x4871a1;case'4':_0x4871a1[_0x1b3a5a(0x19d)]=_0x2faa28[_0x1b3a5a(0x16b)];continue;}break;}}};}[a8_0x5f1172(0x17f)](_0x5ebf28){const _0x3b3479=a8_0x5f1172;if(hooksMap[_0x5ebf28])return hooksMap[_0x5ebf28][_0x3b3479(0x124)](_0x499b5b=>_0x499b5b[_0x3b3479(0x18c)]);return[];}['getHookRunEventData'](_0x3832c2,_0x1719f2,_0x558ec9,_0x3ee7a2,_0x9b4538,_0x586849){const _0x3e5d0e=a8_0x5f1172,_0x12b060={'rVaXy':function(_0xb6851c,_0x4182b3){return _0xb6851c===_0x4182b3;},'uqbfO':_0x3e5d0e(0x161),'VkdJL':function(_0x35a4f9,_0x3663d8,_0x389285){return _0x35a4f9(_0x3663d8,_0x389285);},'XNpQU':'sourceReference','YedcG':_0x3e5d0e(0x110),'ZESjt':_0x3e5d0e(0x175),'BZZED':_0x3e5d0e(0x122),'HeTLP':_0x3e5d0e(0x156),'qjauJ':'feature','PpZew':'name','vwZXh':'cucumber'};try{if(_0x12b060[_0x3e5d0e(0x11b)](_0x558ec9,_0x12b060[_0x3e5d0e(0x17a)])){const _0x233efe=new Date()[_0x3e5d0e(0x18e)](),_0x459425=hooksMap[_0x1719f2];if(!_0x459425)return;const _0xc3620a=_0x459425[_0x3e5d0e(0x166)](_0x51b2b6=>_0x51b2b6[_0x3e5d0e(0x18c)]===_0x3ee7a2['id']);if(!_0xc3620a)return;const _0x1b46ac=this[_0x3e5d0e(0x15c)](_0x3832c2,_0x1719f2);_0xc3620a[_0x3e5d0e(0x186)]=_0x1b46ac[_0x3e5d0e(0x14f)],_0xc3620a[_0x3e5d0e(0x18f)]=_0x233efe,_0xc3620a[_0x3e5d0e(0x148)]=_0x1b46ac['failureType'];const _0x15242c={};return _0x15242c[_0x3e5d0e(0x19f)]=_0x1b46ac['failureData'],_0xc3620a['failure_data']=[_0x15242c],_0xc3620a;}const _0x7354ad=TestDetails['getTestUUID'](_0x1719f2),_0x3ae55e=_0x3832c2['hooks'][_0x3e5d0e(0x166)](_0x583e1d=>_0x583e1d['id']===_0x3ee7a2[_0x3e5d0e(0x179)]),_0x5369f6=_0x12b060[_0x3e5d0e(0x158)](nestedKeyValue,_0x3ae55e,[_0x12b060['XNpQU'],_0x12b060[_0x3e5d0e(0x114)]]),_0x1ca83f=new Date()[_0x3e5d0e(0x18e)](),_0x5ae1a1=_0x12b060['ZESjt'],_0x189372=_0x3ae55e['tagExpression']?_0x3ae55e[_0x3e5d0e(0x15b)][_0x3e5d0e(0x159)]('\x20')[_0x3e5d0e(0x153)](_0x62b502=>_0x62b502[_0x3e5d0e(0x14e)]('@')):[],_0x4d063f={'uuid':_0x3ee7a2['id'],'type':_0x12b060[_0x3e5d0e(0x17e)],'hook_type':_0x586849,'name':_0x3ae55e[_0x3e5d0e(0x14a)],'body':{'lang':_0x12b060['HeTLP'],'code':null},'tags':_0x189372,'test_run_id':_0x7354ad,'scope':_0x12b060['VkdJL'](nestedKeyValue,_0x9b4538,[_0x12b060[_0x3e5d0e(0x121)],_0x12b060[_0x3e5d0e(0x163)]]),'scopes':[_0x12b060[_0x3e5d0e(0x158)](nestedKeyValue,_0x9b4538,[_0x12b060[_0x3e5d0e(0x121)],_0x12b060[_0x3e5d0e(0x163)]])||''],'file_name':_0x5369f6,'location':_0x5369f6,'vc_filepath':this[_0x3e5d0e(0x15d)]?path[_0x3e5d0e(0x144)](this[_0x3e5d0e(0x15d)],_0x5369f6):null,'result':_0x5ae1a1,'started_at':_0x1ca83f,'framework':_0x12b060[_0x3e5d0e(0x13f)]};return _0x4d063f;}catch(_0xdb6c68){logger[_0x3e5d0e(0x123)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0xdb6c68)+'\x20');}}async[a8_0x5f1172(0x187)](_0x52baf4,_0x54e45d,_0x4da56d,_0x2d1919,_0x5da183,_0x30a22b){const _0x3538e5=a8_0x5f1172,_0x43e743={'yvFNN':function(_0x3dc454,_0x175994){return _0x3dc454===_0x175994;},'WrQRB':'HookRunStarted','itDCz':function(_0x282585,_0xc800d0,_0x26bbda){return _0x282585(_0xc800d0,_0x26bbda);},'XKtjM':_0x3538e5(0x12e),'rMLgr':_0x3538e5(0x110),'oPJXM':_0x3538e5(0x15e)};try{const _0xc69660=_0x2d1919[_0x3538e5(0x166)](_0x5a5959=>_0x5a5959['id']===_0x5da183);if(!_0xc69660[_0x3538e5(0x179)])return;const _0x52ef1f=this[_0x3538e5(0x191)](_0x2d1919,_0xc69660),_0x55ac9b=this['getHookRunEventData'](_0x52baf4,_0x54e45d,_0x4da56d,_0xc69660,_0x30a22b,_0x52ef1f);if(!_0x55ac9b)return;_0x43e743[_0x3538e5(0x196)](_0x4da56d,_0x43e743[_0x3538e5(0x18a)])&&(hooksMap[_0x54e45d]?hooksMap[_0x54e45d][_0x3538e5(0x130)](_0x55ac9b):hooksMap[_0x54e45d]=[_0x55ac9b]);const _0x3389a9=_0x52baf4[_0x3538e5(0x16c)][_0x3538e5(0x166)](_0x178db4=>_0x178db4['id']===_0xc69660[_0x3538e5(0x179)]),_0x2d25eb=_0x43e743[_0x3538e5(0x133)](nestedKeyValue,_0x3389a9,[_0x43e743[_0x3538e5(0x135)],_0x43e743[_0x3538e5(0x15f)]]);if(!_0x2d25eb)return;else{if(_0x2d25eb[_0x3538e5(0x14e)](_0x43e743[_0x3538e5(0x1a0)]))return;}const _0x88b15b={};_0x88b15b[_0x3538e5(0x147)]=_0x4da56d,_0x88b15b[_0x3538e5(0x116)]=_0x55ac9b;const _0x319410=_0x88b15b;await SessionHandler[_0x3538e5(0x137)](_0x319410);}catch(_0x5150e5){logger[_0x3538e5(0x123)](_0x3538e5(0x184)+util['format'](_0x5150e5)+'\x20');}}['getHookResult'](_0xdb9134,_0x1d8411){const _0x3bca37=a8_0x5f1172,_0x5de7e0={};_0x5de7e0[_0x3bca37(0x138)]=function(_0x542833,_0x4a31dd){return _0x542833===_0x4a31dd;},_0x5de7e0[_0x3bca37(0x162)]=_0x3bca37(0x14d),_0x5de7e0[_0x3bca37(0x15a)]=function(_0x299343,_0x378b32){return _0x299343===_0x378b32;},_0x5de7e0['BZdil']=_0x3bca37(0x185),_0x5de7e0[_0x3bca37(0x117)]=_0x3bca37(0x16e),_0x5de7e0['gKTCs']=function(_0x15ca19,_0x34ff8f){return _0x15ca19||_0x34ff8f;};const _0x633385=_0x5de7e0,_0x2e87dd=_0xdb9134[_0x3bca37(0x120)][_0x1d8411][_0x3bca37(0x157)];let _0x757522,_0xbb30c;return _0x2e87dd&&_0x633385[_0x3bca37(0x138)](_0x2e87dd[_0x3bca37(0x14f)][_0x3bca37(0x1a2)]()['toLowerCase'](),_0x633385[_0x3bca37(0x162)])&&(_0x757522=_0x633385['QFVqW'](_0x2e87dd['exception'],undefined)?_0x2e87dd[_0x3bca37(0x19c)]:_0x2e87dd[_0x3bca37(0x11f)][_0x3bca37(0x19c)],_0xbb30c=_0x633385[_0x3bca37(0x15a)](_0x2e87dd[_0x3bca37(0x11f)],undefined)?_0x633385['BZdil']:_0x2e87dd['message'][_0x3bca37(0x113)](/Assert/)?_0x633385[_0x3bca37(0x117)]:_0x633385[_0x3bca37(0x16a)]),{'status':_0x2e87dd[_0x3bca37(0x14f)][_0x3bca37(0x1a4)](),'failureType':_0x633385[_0x3bca37(0x127)](_0xbb30c,null),'failureData':!_0x757522?null:[_0x757522]};}[a8_0x5f1172(0x191)](_0x349f02,_0x5412b9){const _0x287db2=a8_0x5f1172,_0x24b4c4={};_0x24b4c4[_0x287db2(0x1a3)]=function(_0x334843,_0x22e88b){return _0x334843===_0x22e88b;},_0x24b4c4['Zecop']=_0x287db2(0x111),_0x24b4c4[_0x287db2(0x178)]=_0x287db2(0x172);const _0x419f44=_0x24b4c4;let _0x27e160=![];for(const _0x1d142d of _0x349f02){_0x1d142d[_0x287db2(0x143)]&&(_0x27e160=!![]);if(_0x419f44[_0x287db2(0x1a3)](_0x5412b9['id'],_0x1d142d['id']))return _0x27e160?_0x419f44['Zecop']:_0x419f44['zuAJk'];}}[a8_0x5f1172(0x171)]=(_0x1e7e43,_0x312611)=>{const _0x3e2efb=a8_0x5f1172,_0x5d7e6d={};_0x5d7e6d[_0x3e2efb(0x154)]=function(_0x68632,_0x228da2){return _0x68632===_0x228da2;},_0x5d7e6d[_0x3e2efb(0x180)]=function(_0x31d0e4,_0x2767ab){return _0x31d0e4===_0x2767ab;},_0x5d7e6d[_0x3e2efb(0x14b)]=function(_0x5a7d50,_0x138006){return _0x5a7d50>_0x138006;};const _0xeb3150=_0x5d7e6d;if(!(_0x312611[_0x3e2efb(0x194)]&&_0xeb3150[_0x3e2efb(0x14b)](_0x312611['astNodeIds']['length'],0x1)))return;const _0x3d59c7=_0x312611[_0x3e2efb(0x194)][0x0],_0x37992d=_0x312611['astNodeIds'][0x1],_0x3b0f15=_0x1e7e43['feature']&&_0x1e7e43[_0x3e2efb(0x142)][_0x3e2efb(0x13d)]?_0x1e7e43[_0x3e2efb(0x142)][_0x3e2efb(0x13d)]:undefined;let _0xb63cad=[];_0x3b0f15&&_0x3b0f15[_0x3e2efb(0x16f)](_0x5a6034=>{const _0x2435a7=_0x3e2efb;if(_0x5a6034['rule'])_0x5a6034[_0x2435a7(0x12a)]['children'][_0x2435a7(0x16f)](_0x5532c5=>{const _0x530d91=_0x2435a7;if(_0x5532c5[_0x530d91(0x150)]&&_0xeb3150[_0x530d91(0x154)](_0x5532c5[_0x530d91(0x150)]['id'],_0x3d59c7)&&_0x5532c5['scenario'][_0x530d91(0x197)]){const _0x3a6545=_0x5532c5[_0x530d91(0x150)][_0x530d91(0x197)][_0x530d91(0x151)](_0x476ea5=>_0x476ea5[_0x530d91(0x173)])[_0x530d91(0x166)](_0x81a159=>_0x81a159['id']===_0x37992d);let _0x221c0d;_0x3a6545&&_0x3a6545['cells']?_0x221c0d=_0x3a6545[_0x530d91(0x182)]['map'](_0x34b472=>_0x34b472[_0x530d91(0x141)]):_0x221c0d=[],_0x221c0d&&(_0xb63cad=_0x221c0d);}});else{if(_0x5a6034[_0x2435a7(0x150)]&&_0xeb3150[_0x2435a7(0x180)](_0x5a6034[_0x2435a7(0x150)]['id'],_0x3d59c7)&&_0x5a6034[_0x2435a7(0x150)]['examples']){const _0x2b1456=_0x5a6034[_0x2435a7(0x150)]['examples']['flatMap'](_0x25b6a8=>_0x25b6a8[_0x2435a7(0x173)])[_0x2435a7(0x166)](_0x57f5c4=>_0x57f5c4['id']===_0x37992d);let _0x40c0a0;_0x2b1456&&_0x2b1456[_0x2435a7(0x182)]?_0x40c0a0=_0x2b1456['cells'][_0x2435a7(0x124)](_0x2a9166=>_0x2a9166[_0x2435a7(0x141)]):_0x40c0a0=[],_0x40c0a0&&(_0xb63cad=_0x40c0a0);}}});if(_0xb63cad[_0x3e2efb(0x18b)])return _0xb63cad;return;};async['configureGit'](){const _0x2603ac=a8_0x5f1172,_0x150f91={'GnRpM':function(_0x22e8c2){return _0x22e8c2();}};if(this[_0x2603ac(0x190)])return this['_gitConfigPath'];const _0x12fe3b=await _0x150f91[_0x2603ac(0x192)](getGitMetaData);_0x12fe3b&&(this[_0x2603ac(0x15d)]=_0x12fe3b['root']),this[_0x2603ac(0x190)]=!![];}}module[a8_0x5f1172(0x16d)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x5f1172(0x13a),a8_0x5f1172(0x171),'getCucumberHookType','getHookResult','sendHook',a8_0x5f1172(0x165),a8_0x5f1172(0x176)]);
|
|
1
|
+
function a8_0x48fe(){const _0x50b923=['_gitConfigured','AnLYr','getHookResult','root','cucumber','tagExpression','cgRAa','relative','examples','nanos','EquXp','OSUrF','xZgSJ','test_run','getTestUUID','AWZTB','lUtCA','flatMap','RKGjf','event_type','ZKCJd','failure_reason','testStepFinished','mLAJg','lbAqH','iFENd','igiHD','exception','Nevsx','yWbQZ','_gitConfigPath','1899580gfYwso','push','format','JgMCB','lDUQy','1626792Upidod','split','map','240030HNrSAO','HookRunStarted','message','tableBody','aLwIm','../../helpers/helper','feature','astNodeIds','bWUDN','PQGqg','oSNZk','pending','coXAC','uri','sendTestRunEventForCucumber','hooks','FAILED','1270UAuiJl','forEach','10423464bvoDFV','QbXbW','dMImQ','length','rule','toISOString','../../helpers/test-observability/constants.js','status','jrnDF','jzlET','hook_run','sendHook','jdrzB','getScenarioExamples','result','duration_in_ms','finished_at','util','toLowerCase','failureType','../../helpers/logger','UnhandledError','QAMza','includes','GECeE','HookRunFinished','failure','RBiUB','7IKWLpm','4581080pznjcm','configureGit','../../helpers/test-observability/sessionHandler','FPjQV','hookId','hXKUo','uuid','EYFQW','winstonLogger','DeZTz','hook','unknown','path','failure_data','LiNdQ','pickleStepId','javascript','AssertionError','testCaseStartedId','5454846CtsZFy','ktGgK','appendTesthubParams','cells','updateTestStatus','testStepResult','pLQqx','uploadEventData','osuAl','TestRunFinished','10326168kwmkhK','NKmcB','failure_type','NxHbz','SKIPPED','failed','HuUMz','oFIBz','wfyvf','debug','Exception\x20in\x20sendHook:\x20','YZMZM','../../helpers/testhub/utils','getCucumberHookType','3|1|2|0|4','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','BzjUE','match','4CBFbfv','children','getHookRunEventData','VpWcs','QGbJt','timestamp','scenario','MkNll','find','backtrace','name','join','sourceReference','tags','skipped','testCaseFinished'];a8_0x48fe=function(){return _0x50b923;};return a8_0x48fe();}const a8_0xe331ad=a8_0x382a;(function(_0x5e8793,_0x3ddbb7){const _0x36afcb=a8_0x382a,_0x434d04=_0x5e8793();while(!![]){try{const _0x19b3e2=-parseInt(_0x36afcb(0xf8))/0x1+parseInt(_0x36afcb(0xfd))/0x2+-parseInt(_0x36afcb(0x143))/0x3+parseInt(_0x36afcb(0x15f))/0x4*(parseInt(_0x36afcb(0x130))/0x5)+-parseInt(_0x36afcb(0x113))/0x6+parseInt(_0x36afcb(0x12f))/0x7*(parseInt(_0x36afcb(0x14d))/0x8)+parseInt(_0x36afcb(0x100))/0x9*(parseInt(_0x36afcb(0x111))/0xa);if(_0x19b3e2===_0x3ddbb7)break;else _0x434d04['push'](_0x434d04['shift']());}catch(_0x1fe5d5){_0x434d04['push'](_0x434d04['shift']());}}}(a8_0x48fe,0xe882f));const path=require(a8_0xe331ad(0x13c)),stripAnsi=require('strip-ansi'),util=require(a8_0xe331ad(0x124)),hooksMap={},SessionHandler=require(a8_0xe331ad(0x132)),testhubUtils=require(a8_0xe331ad(0x159)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0xe331ad(0x105)),logger=require(a8_0xe331ad(0x127))[a8_0xe331ad(0x138)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a8_0xe331ad(0x119)),TestDetails=require('../playwright/reporter/test-details');function a8_0x382a(_0x249d2f,_0x2e56c8){const _0x48fe9e=a8_0x48fe();return a8_0x382a=function(_0x382abe,_0x3c75e0){_0x382abe=_0x382abe-0xd6;let _0x41d4ce=_0x48fe9e[_0x382abe];return _0x41d4ce;},a8_0x382a(_0x249d2f,_0x2e56c8);}this[a8_0xe331ad(0xd9)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0xe331ad(0x10e)](_0x11cc3b,_0x53471c,_0x44c464,_0x2fad9a,_0x12c071){const _0x44b279=a8_0xe331ad,_0x40c379={'ktGgK':function(_0x256edc,_0x30cb92){return _0x256edc===_0x30cb92;},'xZgSJ':_0x44b279(0x110),'OSUrF':_0x44b279(0x152),'mLAJg':_0x44b279(0x151),'aLwIm':_0x44b279(0xd7),'jrnDF':function(_0x5525e2,_0x18a2da){return _0x5525e2||_0x18a2da;},'AnLYr':function(_0x40af73,_0x1c16bb){return _0x40af73+_0x1c16bb;},'osuAl':function(_0x2ba5d7,_0x3faa62){return _0x2ba5d7+_0x3faa62;},'jdrzB':function(_0x1c8904,_0x54bb3b){return _0x1c8904+_0x54bb3b;},'Nevsx':'test','jzlET':_0x44b279(0x140),'yWbQZ':_0x44b279(0xdd),'NxHbz':_0x44b279(0x10b),'PQGqg':'passed','ZcHBh':function(_0x436358,_0x159dfd){return _0x436358!==_0x159dfd;},'hXKUo':function(_0x575f5d,_0x45ecc6){return _0x575f5d/_0x45ecc6;},'PLZKM':function(_0x14a763,_0x53c5bc){return _0x14a763===_0x53c5bc;},'ZKCJd':function(_0x548faf,_0x5060d2){return _0x548faf(_0x5060d2);},'RBiUB':_0x44b279(0x13b),'QAMza':function(_0x1a5762,_0x261ba2){return _0x1a5762(_0x261ba2);},'FPjQV':_0x44b279(0x141),'AWZTB':'UnhandledError','wfyvf':_0x44b279(0x14c),'WgNHt':function(_0x46e944,_0x36ba75){return _0x46e944>_0x36ba75;}},{feature:_0x290a90,scenario:_0x2ac84d,steps:_0x212e73,uuid:_0x1c56a6,startedAt:_0xefe16,finishedAt:_0x56c6b8}=_0x40c379[_0x44b279(0x11b)](_0x12c071,{}),_0xd8fdba=this['getScenarioExamples'](_0x53471c,_0x44c464);await this[_0x44b279(0x131)]();const _0x25049a=_0xd8fdba?_0x40c379[_0x44b279(0xda)](_0x40c379[_0x44b279(0x14b)](_0x40c379[_0x44b279(0x11f)](_0x44c464[_0x44b279(0x169)],'\x20('),_0xd8fdba[_0x44b279(0x16a)](',\x20')),')'):_0x44c464[_0x44b279(0x169)],_0x29bdc6={'uuid':_0x1c56a6,'started_at':_0xefe16,'finished_at':_0x56c6b8,'type':_0x40c379[_0x44b279(0xf5)],'body':{'lang':_0x40c379[_0x44b279(0x11c)],'code':null},'name':_0x25049a,'scopes':[_0x290a90&&_0x290a90[_0x44b279(0x169)]?_0x290a90['name']:''],'tags':_0x44c464[_0x44b279(0xd6)]?_0x44c464['tags'][_0x44b279(0xff)](({name:_0x2dfd2a})=>_0x2dfd2a):[],'file_name':_0x44c464[_0x44b279(0x10d)],'location':_0x44c464['uri'],'vc_filepath':this[_0x44b279(0xf7)]&&_0x44c464[_0x44b279(0x10d)]?path[_0x44b279(0xe0)](this[_0x44b279(0xf7)],_0x44c464[_0x44b279(0x10d)]):null,'framework':_0x40c379[_0x44b279(0xf6)],'result':_0x40c379[_0x44b279(0x150)],'meta':{'feature':_0x290a90,'scenario':_0x2ac84d,'steps':_0x212e73,'examples':_0xd8fdba},'customRerunParam':{'rerun_name':_0x25049a}};if(_0x11cc3b[_0x44b279(0xd8)]&&_0x212e73){const _0x3a6033=_0x11cc3b['testCaseFinished'];let _0x51b11e=_0x40c379[_0x44b279(0x109)];_0x212e73['every'](_0x365c9d=>{const _0x5c2438=_0x44b279;if(_0x40c379[_0x5c2438(0x144)](_0x365c9d['result'],_0x40c379[_0x5c2438(0xe5)]))return _0x51b11e=_0x40c379[_0x5c2438(0xe4)],_0x3a6033[_0x5c2438(0x12d)]=_0x365c9d[_0x5c2438(0x12d)],_0x3a6033[_0x5c2438(0x126)]=_0x365c9d['failureType'],![];else{if(_0x40c379[_0x5c2438(0x144)](_0x365c9d['result'],_0x40c379[_0x5c2438(0xf0)]))return _0x51b11e=_0x40c379[_0x5c2438(0x104)],![];}return!![];}),_0x29bdc6[_0x44b279(0x123)]=new Date()[_0x44b279(0x118)](),_0x29bdc6[_0x44b279(0x121)]=_0x51b11e,_0x3a6033['timestamp']&&_0x40c379['ZcHBh'](_0x3a6033[_0x44b279(0x164)][_0x44b279(0xe2)],undefined)?_0x29bdc6['duration_in_ms']=_0x40c379[_0x44b279(0x135)](_0x3a6033['timestamp'][_0x44b279(0xe2)],0xf4240):_0x29bdc6[_0x44b279(0x122)]=undefined,_0x40c379['PLZKM'](_0x51b11e,_0x40c379[_0x44b279(0xe4)])&&(_0x29bdc6[_0x44b279(0x12d)]=[{'backtrace':[_0x3a6033[_0x44b279(0x12d)]?_0x40c379[_0x44b279(0xed)](stripAnsi,_0x3a6033[_0x44b279(0x12d)]):_0x40c379[_0x44b279(0x12e)]]}],_0x29bdc6[_0x44b279(0xee)]=_0x3a6033[_0x44b279(0x12d)]?_0x40c379[_0x44b279(0x129)](stripAnsi,_0x3a6033[_0x44b279(0x12d)]):_0x3a6033[_0x44b279(0x102)],_0x3a6033['failureType']&&(_0x29bdc6['failure_type']=_0x3a6033[_0x44b279(0x126)][_0x44b279(0x15e)](/AssertError/)?_0x40c379[_0x44b279(0x133)]:_0x40c379[_0x44b279(0xe8)]));}if(_0x40c379['PLZKM'](_0x2fad9a,_0x40c379[_0x44b279(0x155)])){const _0x1bddc5=this['getHooksListForTest'](_0x11cc3b[_0x44b279(0xd8)][_0x44b279(0x142)]);_0x1bddc5&&_0x40c379['WgNHt'](_0x1bddc5[_0x44b279(0x116)],0x0)&&(_0x29bdc6[_0x44b279(0x10f)]=_0x1bddc5,this[_0x44b279(0x147)](_0x11cc3b['testCaseFinished'][_0x44b279(0x142)],_0x29bdc6));}testhubUtils[_0x44b279(0x145)](_0x29bdc6,_0x2fad9a,'',FRAMEWORKS['CUCUMBER']);const _0x10c208={};_0x10c208[_0x44b279(0xec)]=_0x2fad9a,_0x10c208[_0x44b279(0xe6)]=_0x29bdc6;const _0x4eeb5e=_0x10c208;await SessionHandler[_0x44b279(0x14a)](_0x4eeb5e);}[a8_0xe331ad(0x147)](_0x9f8145,_0x3fc82a){const _0x55c5f8=a8_0xe331ad,_0x2e55c7={};_0x2e55c7['GECeE']=function(_0x3016ef,_0x4f6da3){return _0x3016ef instanceof _0x4f6da3;},_0x2e55c7['cgRAa']=function(_0x225624,_0x38b3e4){return _0x225624===_0x38b3e4;},_0x2e55c7['VpWcs']=_0x55c5f8(0x152),_0x2e55c7['EYFQW']=_0x55c5f8(0x15b);const _0x1656b3=_0x2e55c7,_0x231c79=hooksMap[_0x9f8145];if(_0x1656b3[_0x55c5f8(0x12b)](_0x231c79,Array))for(const _0x13dbf5 of _0x231c79){if(_0x1656b3[_0x55c5f8(0xdf)](_0x13dbf5['result'],_0x1656b3[_0x55c5f8(0x162)])){const _0x21bd5c=_0x1656b3[_0x55c5f8(0x137)]['split']('|');let _0x34a1c3=0x0;while(!![]){switch(_0x21bd5c[_0x34a1c3++]){case'0':_0x3fc82a[_0x55c5f8(0x14f)]=_0x13dbf5[_0x55c5f8(0x14f)];continue;case'1':_0x3fc82a['failure']=_0x13dbf5['failure_data'];continue;case'2':_0x3fc82a[_0x55c5f8(0xee)]=_0x1656b3[_0x55c5f8(0x12b)](_0x13dbf5[_0x55c5f8(0x13d)],Array)?_0x13dbf5['failure_data'][0x0][_0x55c5f8(0x168)][_0x55c5f8(0x16a)]('\x0a'):'';continue;case'3':_0x3fc82a['result']=_0x13dbf5[_0x55c5f8(0x121)];continue;case'4':return _0x3fc82a;}break;}}};}['getHooksListForTest'](_0x500597){const _0x3a428b=a8_0xe331ad;if(hooksMap[_0x500597])return hooksMap[_0x500597][_0x3a428b(0xff)](_0x471188=>_0x471188['uuid']);return[];}['getHookRunEventData'](_0x193be8,_0x48f6ca,_0x398bf0,_0x3503b1,_0x131adb,_0x1ec79b){const _0x104510=a8_0xe331ad,_0x4e5913={'BzjUE':function(_0x34cd95,_0x36a9e5){return _0x34cd95===_0x36a9e5;},'lbAqH':_0x104510(0x12c),'UWtOp':function(_0x203b74,_0x303aa6,_0x162a1c){return _0x203b74(_0x303aa6,_0x162a1c);},'YZMZM':_0x104510(0x16b),'coXAC':_0x104510(0x10d),'oSNZk':_0x104510(0x10b),'JgMCB':_0x104510(0x13a),'Nzbzt':_0x104510(0x140),'bWUDN':function(_0x39ac33,_0x4c2b9e,_0x551fa6){return _0x39ac33(_0x4c2b9e,_0x551fa6);},'EquXp':_0x104510(0x106),'dMImQ':'name','MkNll':function(_0xc3b837,_0x4c6566,_0x3f2d81){return _0xc3b837(_0x4c6566,_0x3f2d81);},'WwnDu':_0x104510(0xdd)};try{if(_0x4e5913[_0x104510(0x15d)](_0x398bf0,_0x4e5913[_0x104510(0xf1)])){const _0x1e2316=new Date()[_0x104510(0x118)](),_0x5c7d47=hooksMap[_0x48f6ca];if(!_0x5c7d47)return;const _0x4b7cd4=_0x5c7d47[_0x104510(0x167)](_0x46d5fa=>_0x46d5fa[_0x104510(0x136)]===_0x3503b1['id']);if(!_0x4b7cd4)return;const _0x471ddb=this[_0x104510(0xdb)](_0x193be8,_0x48f6ca);_0x4b7cd4[_0x104510(0x121)]=_0x471ddb[_0x104510(0x11a)],_0x4b7cd4['finished_at']=_0x1e2316,_0x4b7cd4[_0x104510(0x14f)]=_0x471ddb['failureType'];const _0x39c639={};return _0x39c639[_0x104510(0x168)]=_0x471ddb['failureData'],_0x4b7cd4[_0x104510(0x13d)]=[_0x39c639],_0x4b7cd4;}const _0x27075e=TestDetails[_0x104510(0xe7)](_0x48f6ca),_0x102103=_0x193be8[_0x104510(0x10f)][_0x104510(0x167)](_0x398e17=>_0x398e17['id']===_0x3503b1[_0x104510(0x134)]),_0x2a6fd6=_0x4e5913['UWtOp'](nestedKeyValue,_0x102103,[_0x4e5913[_0x104510(0x158)],_0x4e5913[_0x104510(0x10c)]]),_0x5ede89=new Date()[_0x104510(0x118)](),_0x4f5efe=_0x4e5913[_0x104510(0x10a)],_0x2fd77a=_0x102103['tagExpression']?_0x102103[_0x104510(0xde)][_0x104510(0xfe)]('\x20')['filter'](_0xcfca34=>_0xcfca34[_0x104510(0x12a)]('@')):[],_0xe24871={'uuid':_0x3503b1['id'],'type':_0x4e5913[_0x104510(0xfb)],'hook_type':_0x1ec79b,'name':_0x102103[_0x104510(0x169)],'body':{'lang':_0x4e5913['Nzbzt'],'code':null},'tags':_0x2fd77a,'test_run_id':_0x27075e,'scope':_0x4e5913[_0x104510(0x108)](nestedKeyValue,_0x131adb,[_0x4e5913[_0x104510(0xe3)],_0x4e5913[_0x104510(0x115)]]),'scopes':[_0x4e5913[_0x104510(0x166)](nestedKeyValue,_0x131adb,[_0x4e5913[_0x104510(0xe3)],_0x4e5913[_0x104510(0x115)]])||''],'file_name':_0x2a6fd6,'location':_0x2a6fd6,'vc_filepath':this['_gitConfigPath']?path[_0x104510(0xe0)](this[_0x104510(0xf7)],_0x2a6fd6):null,'result':_0x4f5efe,'started_at':_0x5ede89,'framework':_0x4e5913['WwnDu']};return _0xe24871;}catch(_0x49af19){logger[_0x104510(0x156)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x49af19)+'\x20');}}async[a8_0xe331ad(0x11e)](_0xafc26d,_0x54a262,_0x235479,_0x1bf01f,_0x1ce905,_0x4dd04d){const _0x1b2590=a8_0xe331ad,_0x4c8d5e={'lUtCA':function(_0x442d66,_0x385db4){return _0x442d66===_0x385db4;},'vymPF':_0x1b2590(0x101),'QGbJt':function(_0x6495dd,_0x14376c,_0x4146c6){return _0x6495dd(_0x14376c,_0x4146c6);},'HuUMz':_0x1b2590(0x16b),'JKesO':_0x1b2590(0x10d),'QbXbW':_0x1b2590(0x15c)};try{const _0x3b48b1=_0x1bf01f['find'](_0x134d9f=>_0x134d9f['id']===_0x1ce905);if(!_0x3b48b1[_0x1b2590(0x134)])return;const _0x162931=this[_0x1b2590(0x15a)](_0x1bf01f,_0x3b48b1),_0x141e12=this[_0x1b2590(0x161)](_0xafc26d,_0x54a262,_0x235479,_0x3b48b1,_0x4dd04d,_0x162931);if(!_0x141e12)return;_0x4c8d5e[_0x1b2590(0xe9)](_0x235479,_0x4c8d5e['vymPF'])&&(hooksMap[_0x54a262]?hooksMap[_0x54a262][_0x1b2590(0xf9)](_0x141e12):hooksMap[_0x54a262]=[_0x141e12]);const _0x48a1ca=_0xafc26d[_0x1b2590(0x10f)]['find'](_0x2bb469=>_0x2bb469['id']===_0x3b48b1[_0x1b2590(0x134)]),_0x35faa3=_0x4c8d5e[_0x1b2590(0x163)](nestedKeyValue,_0x48a1ca,[_0x4c8d5e[_0x1b2590(0x153)],_0x4c8d5e['JKesO']]);if(!_0x35faa3)return;else{if(_0x35faa3['includes'](_0x4c8d5e[_0x1b2590(0x114)]))return;}const _0x498db9={};_0x498db9[_0x1b2590(0xec)]=_0x235479,_0x498db9[_0x1b2590(0x11d)]=_0x141e12;const _0x284bd0=_0x498db9;await SessionHandler[_0x1b2590(0x14a)](_0x284bd0);}catch(_0x9ce815){logger['debug'](_0x1b2590(0x157)+util[_0x1b2590(0xfa)](_0x9ce815)+'\x20');}}['getHookResult'](_0x3adbd7,_0xb908a8){const _0x500a0f=a8_0xe331ad,_0x2785de={};_0x2785de[_0x500a0f(0xf3)]=function(_0x6b61b0,_0x5365f3){return _0x6b61b0===_0x5365f3;},_0x2785de['VQoHz']=_0x500a0f(0x152),_0x2785de[_0x500a0f(0x149)]=_0x500a0f(0x128),_0x2785de[_0x500a0f(0xf2)]=_0x500a0f(0x141),_0x2785de[_0x500a0f(0xeb)]=function(_0x5429e6,_0xd6741d){return _0x5429e6||_0xd6741d;};const _0xb0b91b=_0x2785de,_0x223ac3=_0x3adbd7[_0x500a0f(0xef)][_0xb908a8][_0x500a0f(0x148)];let _0x260861,_0x2e16b0;return _0x223ac3&&_0xb0b91b[_0x500a0f(0xf3)](_0x223ac3[_0x500a0f(0x11a)]['toString']()[_0x500a0f(0x125)](),_0xb0b91b['VQoHz'])&&(_0x260861=_0xb0b91b[_0x500a0f(0xf3)](_0x223ac3[_0x500a0f(0xf4)],undefined)?_0x223ac3[_0x500a0f(0x102)]:_0x223ac3[_0x500a0f(0xf4)][_0x500a0f(0x102)],_0x2e16b0=_0xb0b91b['igiHD'](_0x223ac3['exception'],undefined)?_0xb0b91b[_0x500a0f(0x149)]:_0x223ac3[_0x500a0f(0x102)][_0x500a0f(0x15e)](/Assert/)?_0xb0b91b['iFENd']:_0xb0b91b[_0x500a0f(0x149)]),{'status':_0x223ac3[_0x500a0f(0x11a)]['toLowerCase'](),'failureType':_0xb0b91b['RKGjf'](_0x2e16b0,null),'failureData':!_0x260861?null:[_0x260861]};}[a8_0xe331ad(0x15a)](_0x35c74f,_0x33a99a){const _0x12e949=a8_0xe331ad,_0x27eb28={};_0x27eb28[_0x12e949(0xfc)]=function(_0x356eed,_0x3bf7cb){return _0x356eed===_0x3bf7cb;},_0x27eb28['lXJmL']='AFTER_EACH',_0x27eb28[_0x12e949(0x139)]='BEFORE_EACH';const _0x2dcc4b=_0x27eb28;let _0x2900d7=![];for(const _0x57eff5 of _0x35c74f){_0x57eff5[_0x12e949(0x13f)]&&(_0x2900d7=!![]);if(_0x2dcc4b[_0x12e949(0xfc)](_0x33a99a['id'],_0x57eff5['id']))return _0x2900d7?_0x2dcc4b['lXJmL']:_0x2dcc4b[_0x12e949(0x139)];}}[a8_0xe331ad(0x120)]=(_0x4cd0fd,_0x37239a)=>{const _0x5887eb=a8_0xe331ad,_0x23b04d={};_0x23b04d['AaeIg']=function(_0x3c1b05,_0x5cddb0){return _0x3c1b05===_0x5cddb0;},_0x23b04d[_0x5887eb(0x13e)]=function(_0x34a6f2,_0x4d51ea){return _0x34a6f2===_0x4d51ea;},_0x23b04d[_0x5887eb(0x14e)]=function(_0x24faab,_0x29b037){return _0x24faab>_0x29b037;};const _0x509754=_0x23b04d;if(!(_0x37239a[_0x5887eb(0x107)]&&_0x509754[_0x5887eb(0x14e)](_0x37239a['astNodeIds'][_0x5887eb(0x116)],0x1)))return;const _0x24b04a=_0x37239a['astNodeIds'][0x0],_0xdf855f=_0x37239a[_0x5887eb(0x107)][0x1],_0x4ed223=_0x4cd0fd[_0x5887eb(0x106)]&&_0x4cd0fd[_0x5887eb(0x106)][_0x5887eb(0x160)]?_0x4cd0fd[_0x5887eb(0x106)]['children']:undefined;let _0x388217=[];_0x4ed223&&_0x4ed223[_0x5887eb(0x112)](_0x153b96=>{const _0x3ea4c3=_0x5887eb,_0x606a76={'Bqjib':function(_0x405fa1,_0x943413){return _0x509754['AaeIg'](_0x405fa1,_0x943413);}};if(_0x153b96[_0x3ea4c3(0x117)])_0x153b96[_0x3ea4c3(0x117)][_0x3ea4c3(0x160)]['forEach'](_0x316273=>{const _0x229134=_0x3ea4c3;if(_0x316273[_0x229134(0x165)]&&_0x606a76['Bqjib'](_0x316273[_0x229134(0x165)]['id'],_0x24b04a)&&_0x316273[_0x229134(0x165)][_0x229134(0xe1)]){const _0x5b5e43=_0x316273['scenario'][_0x229134(0xe1)][_0x229134(0xea)](_0x5e9152=>_0x5e9152[_0x229134(0x103)])[_0x229134(0x167)](_0x4ead44=>_0x4ead44['id']===_0xdf855f);let _0x2d38eb;_0x5b5e43&&_0x5b5e43[_0x229134(0x146)]?_0x2d38eb=_0x5b5e43[_0x229134(0x146)][_0x229134(0xff)](_0x5c8d0d=>_0x5c8d0d['value']):_0x2d38eb=[],_0x2d38eb&&(_0x388217=_0x2d38eb);}});else{if(_0x153b96['scenario']&&_0x509754[_0x3ea4c3(0x13e)](_0x153b96['scenario']['id'],_0x24b04a)&&_0x153b96[_0x3ea4c3(0x165)]['examples']){const _0x446df3=_0x153b96[_0x3ea4c3(0x165)]['examples'][_0x3ea4c3(0xea)](_0x4141e0=>_0x4141e0[_0x3ea4c3(0x103)])[_0x3ea4c3(0x167)](_0x5ecd42=>_0x5ecd42['id']===_0xdf855f);let _0x2f1dfe;_0x446df3&&_0x446df3[_0x3ea4c3(0x146)]?_0x2f1dfe=_0x446df3[_0x3ea4c3(0x146)][_0x3ea4c3(0xff)](_0x39dd7c=>_0x39dd7c['value']):_0x2f1dfe=[],_0x2f1dfe&&(_0x388217=_0x2f1dfe);}}});if(_0x388217[_0x5887eb(0x116)])return _0x388217;return;};async[a8_0xe331ad(0x131)](){const _0x1b7ac6=a8_0xe331ad,_0x14a6d2={'oFIBz':function(_0x5cf937){return _0x5cf937();}};if(this[_0x1b7ac6(0xd9)])return this[_0x1b7ac6(0xf7)];const _0x3fae7a=await _0x14a6d2[_0x1b7ac6(0x154)](getGitMetaData);_0x3fae7a&&(this[_0x1b7ac6(0xf7)]=_0x3fae7a[_0x1b7ac6(0xdc)]),this[_0x1b7ac6(0xd9)]=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0xe331ad(0x131),a8_0xe331ad(0x120),a8_0xe331ad(0x15a),'getHookResult','sendHook',a8_0xe331ad(0x161),'sendTestRunEventForCucumber']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9_0x4685c8=a9_0x34e4;(function(_0x5effc9,_0x2dfe32){const _0x4e7780=a9_0x34e4,_0x476910=_0x5effc9();while(!![]){try{const _0x49732d=-parseInt(_0x4e7780(0x26e))/0x1*(parseInt(_0x4e7780(0x27c))/0x2)+parseInt(_0x4e7780(0x23c))/0x3*(-parseInt(_0x4e7780(0x228))/0x4)+-parseInt(_0x4e7780(0x28c))/0x5*(parseInt(_0x4e7780(0x27f))/0x6)+-parseInt(_0x4e7780(0x254))/0x7*(parseInt(_0x4e7780(0x22d))/0x8)+-parseInt(_0x4e7780(0x27b))/0x9*(-parseInt(_0x4e7780(0x217))/0xa)+-parseInt(_0x4e7780(0x227))/0xb+parseInt(_0x4e7780(0x24a))/0xc;if(_0x49732d===_0x2dfe32)break;else _0x476910['push'](_0x476910['shift']());}catch(_0x5a3da7){_0x476910['push'](_0x476910['shift']());}}}(a9_0x413a,0xb55c6));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x4685c8(0x25b)),setKeepAlive=require(a9_0x4685c8(0x1f8)),util=require(a9_0x4685c8(0x22c)),PerformanceTester=require(a9_0x4685c8(0x243)),{commandRepository}=require(a9_0x4685c8(0x283)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a9_0x4685c8(0x25d)),logger=require(a9_0x4685c8(0x23a))[a9_0x4685c8(0x207)],{shouldProcessEventForTesthub}=require(a9_0x4685c8(0x239)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x4685c8(0x24d)),TestDetails=require(a9_0x4685c8(0x1f5)),RequestQueueHandler=require(a9_0x4685c8(0x262)),{o11yErrorHandler}=require(a9_0x4685c8(0x209)),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require('../../helpers/test-observability/sessionHandler'),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x4685c8(0x246)),testHubConstants=require(a9_0x4685c8(0x201)),{shouldScanTestForAccessibility}=require(a9_0x4685c8(0x27d)),{isUndefined}=require(a9_0x4685c8(0x20c)),a9_0x207d04={};a9_0x207d04['workerInfo']=undefined,a9_0x207d04[a9_0x4685c8(0x269)]={},a9_0x207d04[a9_0x4685c8(0x22a)]=![],a9_0x207d04[a9_0x4685c8(0x269)]['id']=undefined,a9_0x207d04[a9_0x4685c8(0x269)][a9_0x4685c8(0x284)]=undefined;const workerDetails=a9_0x207d04;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x36adf2){const _0x2c7cc4=a9_0x4685c8,_0x326eae=workerDetails[_0x2c7cc4(0x269)]['testInfo'];if(!_0x326eae)return;await MyReporter[_0x2c7cc4(0x1ed)](_0x326eae,_0x36adf2);}),registerListeners=()=>{const _0x572192=a9_0x4685c8,_0xd18df2={};_0xd18df2[_0x572192(0x25c)]=_0x572192(0x21a);const _0x498998=_0xd18df2;logger[_0x572192(0x260)](_0x498998[_0x572192(0x25c)]),process[_0x572192(0x24f)](_0x572192(0x208)+process[_0x572192(0x214)]),process['on']('bs:addLog:'+process[_0x572192(0x214)],sendTestLog),PerformanceTester[_0x572192(0x223)]();};modifyCommand(),setKeepAlive();function a9_0x34e4(_0x3c7a8a,_0x42a0d5){const _0x413a92=a9_0x413a();return a9_0x34e4=function(_0x34e478,_0x332cbc){_0x34e478=_0x34e478-0x1e5;let _0x754733=_0x413a92[_0x34e478];return _0x754733;},a9_0x34e4(_0x3c7a8a,_0x42a0d5);}const Before=cucumberModule['Before'],After=cucumberModule[a9_0x4685c8(0x276)],AfterAll=cucumberModule[a9_0x4685c8(0x277)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule['AfterStep'],configuration=process[a9_0x4685c8(0x1f1)][a9_0x4685c8(0x25e)],bstackConfig=process[a9_0x4685c8(0x1f1)][a9_0x4685c8(0x1ef)];if(configuration!==undefined){const config=JSON[a9_0x4685c8(0x1e7)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x4685c8(0x205)]),global[a9_0x4685c8(0x21d)]=isTrue(config[a9_0x4685c8(0x23f)])):(global[a9_0x4685c8(0x1fc)]=!![],global[a9_0x4685c8(0x21d)]=!![]),shouldProcessEventForTesthub()?require(a9_0x4685c8(0x1fe))['browserstackAgentV2'](config,null,!![]):require(a9_0x4685c8(0x1fe))[a9_0x4685c8(0x285)](config),global[a9_0x4685c8(0x274)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x4685c8(0x1e7)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x4685c8(0x219)](browserStackConfig),commandRepository['setFramework'](a9_0x4685c8(0x218)));}global[a9_0x4685c8(0x256)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x4685c8(0x224)]=_0x3d3ab6=>{const _0x421b57=a9_0x4685c8,_0x41bfdd={'zyDtN':function(_0x2dc373,_0x2c0723){return _0x2dc373(_0x2c0723);}};global[_0x421b57(0x256)]=_0x3d3ab6,_0x41bfdd[_0x421b57(0x200)](__setDefaultTimeout,_0x3d3ab6);};function a9_0x413a(){const _0xf95d70=['setDefaultTimeout','uJhuB','xRMma','2885102XFxVKm','16YfxqqY','Inside\x20browserstack\x20AfterStep','o11ySyncDone','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','util','8tobHmG','iykmR','finally','DXJHh','Performing\x20scan\x20before\x20saving\x20results','CcuYY','quitCount_','Error:\x20at\x20After\x20Step:\x20','0|2|1|4|3','test_run','nuPhH','join','../../helpers/testhub/utils','../../helpers/logger','VeBwO','823038efGUMr','Passed','message','skipSessionStatus','saveTestResults','map','ozllw','../../helpers/performance/performance-tester','length','getGlobal','../../helpers/globals','pickle','RizjJ','CBTSessionCreated','50152248EAaDZA','failed','BROWSERSTACK_TESTHUB_UUID','../../helpers/test-observability/utils','\x20|\x20','removeAllListeners','Error:\x20at\x20After:\x20','fDhof','giKLB','__error_messages__','4962307rGJQJa','integrations','__timeout','__drivers','Passed:\x20','CCYeZ','toLowerCase','../../helpers/helper','zFXya','@cucumber/cucumber','CONFIG','wVifx','debug','timeout','../../helpers/test-observability/requestQueueHandler','status','YJbBJ','toString','xkNpd','bstack','rkOyR','currentTest','setGlobal','format','\x22}}','initQuit','11JNGNQe','ZPiTr','Inside\x20browserstack\x20Before','ENV_VAR','push','nkoqZ','__platformCaps','SJbtK','After','AfterAll','Error:\x20sendPlatformDetails\x20at\x20After:\x20','error','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','643446lzmmVp','74450xPEXMm','../../helpers/accessibility-automation/helper','name','6608676lSgjQP','driverCleanup','DMDrV','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/ai-sdk/autoHealHelper','testInfo','browserstackAgentV2','uploadEventData','executeAsyncScript','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','qHeHL','WQZlr','text','5QgdffE','wNurB','lqbrt','parse','stringify',',\x22level\x22:\x20\x22','pickleStep','vigEU','shift','addTestUIDAndReportLog','qWngA','BSTACK_CONFIG','isAccessibilityPlatform','env','fKtyr','info','eHWST','../playwright/reporter/test-details.js','tags','performScan','../../helpers/setKeepAlive','lnMcD','setTestNameForHealingContext','Failed:\x20','__skipSessionName','IZeRN','../../index','fntUX','zyDtN','../../helpers/testhub/constants.js','executeScript','uuid','GhbNz','skipSessionName','split','winstonLogger','bs:addLog:','../../helpers/test-observability/error-handler','NCRYz','getTestUUID','lodash','khXQD','testCaseStartedId','aKpNY','yscvs','grtGh','HfTaV','qfOEb','pid','Inside\x20browserstack\x20After','LjtCn','20oRyEcm','cucumber-js','setConfig','Inside\x20browserstack\x20registerListeners','passed','result','__skipSessionStatus','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','wGLGs','__sessionFailed','bstackA11yShouldScan','Error:\x20cleaning\x20up\x20driver:\x20','startMonitoring'];a9_0x413a=function(){return _0xf95d70;};return a9_0x413a();}const a9_0x13fec3={};a9_0x13fec3[a9_0x4685c8(0x27e)]='bstack',BeforeAll(a9_0x13fec3,function(){const _0x1c7f17=a9_0x4685c8,_0xcf7709={'LjtCn':function(_0x383ef8,_0x363032,_0x2e6033,_0x17875d){return _0x383ef8(_0x363032,_0x2e6033,_0x17875d);},'GhbNz':_0x1c7f17(0x24b),'YJbBJ':'\x20|\x20','goJXg':function(_0x1b80ba,_0x4e4255,_0xd71232){return _0x1b80ba(_0x4e4255,_0xd71232);},'avqfQ':_0x1c7f17(0x21b),'oNArQ':'Inside\x20browserstack\x20BeforeAll','xkNpd':function(_0x188332){return _0x188332();},'eHWST':function(_0x1025d8,_0x591d49){return _0x1025d8(_0x591d49);}};PerformanceTester[_0x1c7f17(0x223)](),logger[_0x1c7f17(0x260)](_0xcf7709['oNArQ']),global[_0x1c7f17(0x253)]=[],global[_0x1c7f17(0x220)]=![],_0xcf7709[_0x1c7f17(0x266)](shouldProcessEventForTesthub)&&(_0xcf7709[_0x1c7f17(0x266)](registerListeners),_0xcf7709[_0x1c7f17(0x1f4)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x47b194=_0x1c7f17;let _0x418882=![];try{await global[_0x47b194(0x257)][0x0]['session_'],_0x418882=!![],global[_0x47b194(0x220)]?await _0xcf7709[_0x47b194(0x216)](markSessionStatus,global['__drivers'][0x0],_0xcf7709[_0x47b194(0x204)],global[_0x47b194(0x253)][_0x47b194(0x238)](_0xcf7709[_0x47b194(0x264)])):await _0xcf7709['goJXg'](markSessionStatus,global[_0x47b194(0x257)][0x0],_0xcf7709['avqfQ']);}catch(_0x4a3f0e){logger['debug'](_0x47b194(0x222)+_0x4a3f0e);}global['__error_messages__']=[],global[_0x47b194(0x220)]=![];if(_0x418882)try{await global[_0x47b194(0x257)][0x0][_0x47b194(0x26d)]();}catch(_0x232052){logger['debug']('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x232052);}};});const a9_0x5a0594={};a9_0x5a0594[a9_0x4685c8(0x27e)]=a9_0x4685c8(0x267),a9_0x5a0594[a9_0x4685c8(0x261)]=0x2710,Before(a9_0x5a0594,function(_0x50771b,_0x19f5ec){const _0x2cb516=a9_0x4685c8,_0x490077={'wVifx':function(_0x131d04,_0x494565){return _0x131d04>_0x494565;},'IZeRN':function(_0x277a09,_0x284bce){return _0x277a09>_0x284bce;},'BSQxI':function(_0x3260d7,_0x1f8ab0){return _0x3260d7(_0x1f8ab0);},'vigEU':function(_0x2a16db,_0x2ba5f3,_0x449538,_0x15ea32){return _0x2a16db(_0x2ba5f3,_0x449538,_0x15ea32);},'DXJHh':_0x2cb516(0x221),'qHeHL':function(_0x1de357){return _0x1de357();},'DWpUE':_0x2cb516(0x270)};commandRepository[_0x2cb516(0x1fa)](_0x50771b[_0x2cb516(0x247)]['name']),logger['debug'](_0x490077['DWpUE']),new Promise(async _0x2b0fb2=>{const _0x20474f=_0x2cb516;try{_0x490077[_0x20474f(0x25f)](global[_0x20474f(0x257)][_0x20474f(0x244)],0x1)&&(await global[_0x20474f(0x280)](),global[_0x20474f(0x257)][_0x20474f(0x1ec)]()),global[_0x20474f(0x257)][0x0][_0x20474f(0x233)]&&_0x490077[_0x20474f(0x1fd)](global[_0x20474f(0x257)][0x0][_0x20474f(0x233)],0x0)&&await global[_0x20474f(0x280)]();}catch(_0x57915f){logger['debug']('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x57915f);}workerDetails['currentTest'][_0x20474f(0x284)]=_0x50771b[_0x20474f(0x20e)];try{if(!_0x490077['BSQxI'](isUndefined,_0x50771b[_0x20474f(0x247)][_0x20474f(0x1f6)])){const _0x58fc14=_0x490077[_0x20474f(0x1eb)](shouldScanTestForAccessibility,null,![],_0x50771b[_0x20474f(0x247)]['tags'][_0x20474f(0x241)](({name:_0x3c1fb9})=>_0x3c1fb9));globals[_0x20474f(0x26a)](_0x490077[_0x20474f(0x230)],_0x58fc14);}}catch(_0x285c75){logger[_0x20474f(0x260)](_0x20474f(0x21e)+util[_0x20474f(0x26b)](_0x285c75));}_0x490077[_0x20474f(0x289)](_0x2b0fb2);})[_0x2cb516(0x22f)](_0x19f5ec);});const a9_0x207701={};a9_0x207701[a9_0x4685c8(0x27e)]='bstack',a9_0x207701['timeout']=0x2710,After(a9_0x207701,function(_0x567190,_0x1bb536){const _0x3961e5=a9_0x4685c8,_0x23c6a7={'DMDrV':_0x3961e5(0x235),'yscvs':function(_0x515907,_0x2b6469){return _0x515907>_0x2b6469;},'nwtOW':function(_0x1a802d,_0x1ba28e){return _0x1a802d===_0x1ba28e;},'grtGh':_0x3961e5(0x24b),'CcuYY':function(_0x2dc2e5,_0x567b24){return _0x2dc2e5===_0x567b24;},'wGLGs':function(_0x48f690,_0x59aa55,_0x2ee3bc,_0x404d71){return _0x48f690(_0x59aa55,_0x2ee3bc,_0x404d71);},'fntUX':_0x3961e5(0x24e),'LbeQB':function(_0x18d806,_0x5b447d,_0x4532e8){return _0x18d806(_0x5b447d,_0x4532e8);},'UjpPH':_0x3961e5(0x21b),'nkoqZ':function(_0x16b38b){return _0x16b38b();},'RizjJ':function(_0x49fb98,_0x4155cb,_0x564db3,_0x206b33){return _0x49fb98(_0x4155cb,_0x564db3,_0x206b33);},'uJhuB':_0x3961e5(0x249),'NCRYz':_0x3961e5(0x1f0),'xRMma':_0x3961e5(0x221),'nuPhH':_0x3961e5(0x288),'qfOEb':_0x3961e5(0x231),'rkOyR':_0x3961e5(0x22b),'qWngA':function(_0x4901bc,_0x2c43f3){return _0x4901bc>_0x2c43f3;},'SJbtK':function(_0x20c344){return _0x20c344();},'iykmR':_0x3961e5(0x215)};logger[_0x3961e5(0x260)](_0x23c6a7[_0x3961e5(0x22e)]),workerDetails[_0x3961e5(0x269)][_0x3961e5(0x284)]=_0x567190[_0x3961e5(0x20e)],new Promise(async _0x357302=>{const _0x2ebc37=_0x3961e5;let _0x2c34bd=![];try{const _0x32734c=_0x23c6a7[_0x2ebc37(0x281)][_0x2ebc37(0x206)]('|');let _0x3939a9=0x0;while(!![]){switch(_0x32734c[_0x3939a9++]){case'0':_0x23c6a7[_0x2ebc37(0x210)](global[_0x2ebc37(0x257)][_0x2ebc37(0x244)],0x1)&&(await global[_0x2ebc37(0x280)](),global[_0x2ebc37(0x257)][_0x2ebc37(0x1ec)](),global[_0x2ebc37(0x253)]=[],global[_0x2ebc37(0x220)]=![]);continue;case'1':_0x2c34bd=!![];continue;case'2':await global['__drivers'][0x0]['session_'];continue;case'3':if(_0x23c6a7['nwtOW'](_0x567190[_0x2ebc37(0x21c)][_0x2ebc37(0x263)]['toString']()[_0x2ebc37(0x25a)](),_0x23c6a7['grtGh'])||_0x23c6a7[_0x2ebc37(0x232)](_0x567190[_0x2ebc37(0x21c)]['status']['toString']()[_0x2ebc37(0x25a)](),'6')){try{global[_0x2ebc37(0x253)][_0x2ebc37(0x272)](_0x567190['result'][_0x2ebc37(0x23e)]);}catch(_0x247f56){logger[_0x2ebc37(0x260)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x247f56);}await _0x23c6a7[_0x2ebc37(0x21f)](markSessionStatus,global[_0x2ebc37(0x257)][0x0],_0x23c6a7[_0x2ebc37(0x211)],global['__error_messages__'][_0x2ebc37(0x238)](_0x23c6a7[_0x2ebc37(0x1ff)]));}else await _0x23c6a7['LbeQB'](markSessionStatus,global[_0x2ebc37(0x257)][0x0],_0x23c6a7['UjpPH']);continue;case'4':!global['__skipSessionName']&&await global['__drivers'][0x0][_0x2ebc37(0x202)](_0x2ebc37(0x27a)+_0x567190[_0x2ebc37(0x247)][_0x2ebc37(0x27e)]+_0x2ebc37(0x26c));continue;}break;}}catch(_0x43fd27){logger[_0x2ebc37(0x260)](_0x2ebc37(0x250)+util[_0x2ebc37(0x26b)](_0x43fd27));}try{if(_0x23c6a7[_0x2ebc37(0x273)](shouldProcessEventForTesthub)){const _0x10ac62=TestDetails[_0x2ebc37(0x20b)](_0x567190[_0x2ebc37(0x20e)]),_0x1778b6=await _0x23c6a7[_0x2ebc37(0x248)](sendPlatformDetails,global[_0x2ebc37(0x257)][0x0],_0x10ac62,!![]),_0x1f4f0c={};_0x1f4f0c[_0x2ebc37(0x203)]=_0x10ac62,_0x1f4f0c[_0x2ebc37(0x255)]=_0x1778b6;const _0x552ca3=_0x1f4f0c,_0x2094eb={};_0x2094eb['event_type']=_0x23c6a7[_0x2ebc37(0x225)],_0x2094eb[_0x2ebc37(0x236)]=_0x552ca3,await SessionHandler[_0x2ebc37(0x286)](_0x2094eb);}}catch(_0x389617){logger[_0x2ebc37(0x260)](_0x2ebc37(0x278)+util[_0x2ebc37(0x26b)](_0x389617));}try{if(globals['getGlobal'](_0x23c6a7[_0x2ebc37(0x20a)])&&globals[_0x2ebc37(0x245)](_0x23c6a7[_0x2ebc37(0x226)])){logger[_0x2ebc37(0x1f3)](_0x23c6a7[_0x2ebc37(0x237)]);const _0x3bbc94=TestDetails[_0x2ebc37(0x20b)](_0x567190['testCaseStartedId']),_0x8fd3d2={};_0x8fd3d2['thTestRunUuid']=_0x3bbc94,_0x8fd3d2['thBuildUuid']=process[_0x2ebc37(0x1f1)][testHubConstants[_0x2ebc37(0x271)][_0x2ebc37(0x24c)]],_0x8fd3d2['thJwtToken']=process['env'][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x432c2e=_0x8fd3d2;logger[_0x2ebc37(0x260)](_0x2ebc37(0x282)+JSON['stringify'](_0x432c2e)),logger[_0x2ebc37(0x260)](_0x23c6a7[_0x2ebc37(0x213)]),logger[_0x2ebc37(0x260)](util['format'](await global[_0x2ebc37(0x257)][0x0][_0x2ebc37(0x287)](scripts[_0x2ebc37(0x1f7)],{'method':global['browserstackSessionName']}))),await global[_0x2ebc37(0x257)][0x0][_0x2ebc37(0x287)](scripts[_0x2ebc37(0x240)],_0x432c2e),logger[_0x2ebc37(0x1f3)](_0x23c6a7[_0x2ebc37(0x268)]);}}catch(_0x36b7c2){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x2ebc37(0x26b)]);}if(_0x2c34bd)try{global[_0x2ebc37(0x257)][0x0]&&_0x23c6a7[_0x2ebc37(0x1ee)](global['__drivers'][0x0][_0x2ebc37(0x233)],0x0)&&await global['__drivers'][0x0][_0x2ebc37(0x26d)]();}catch(_0x58ff70){logger[_0x2ebc37(0x260)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x58ff70);}_0x23c6a7[_0x2ebc37(0x275)](_0x357302);})['finally'](()=>_0x1bb536());});const a9_0x20e5eb={};a9_0x20e5eb[a9_0x4685c8(0x27e)]=a9_0x4685c8(0x267),a9_0x20e5eb[a9_0x4685c8(0x261)]=0x2710,AfterStep(a9_0x20e5eb,function(_0x5a9847,_0x128702){const _0x2f032e=a9_0x4685c8,_0xc890a4={'vMRMt':function(_0x4bf083,_0x383429){return _0x4bf083===_0x383429;},'aKpNY':'failed','fKtyr':function(_0x578a4e,_0x4b9359){return _0x578a4e===_0x4b9359;},'lqbrt':function(_0x20673e,_0xcebf18){return _0x20673e!==_0xcebf18;},'lnMcD':function(_0x588e8a,_0x8fb15d,_0x575347){return _0x588e8a(_0x8fb15d,_0x575347);},'fDhof':function(_0x17314b,_0x665698){return _0x17314b+_0x665698;},'khXQD':_0x2f032e(0x1fb),'CCYeZ':'\x0aError:\x20','wNurB':_0x2f032e(0x279),'WQZlr':function(_0x349ebd,_0x268e86){return _0x349ebd+_0x268e86;},'xAcMf':function(_0x50071b,_0x6fc5f,_0x378dc2){return _0x50071b(_0x6fc5f,_0x378dc2);},'ZPiTr':function(_0x2ea5ed,_0x24c042){return _0x2ea5ed+_0x24c042;},'raXRm':_0x2f032e(0x258),'giKLB':'info','ozllw':_0x2f032e(0x23d),'VeBwO':function(_0x520a8a){return _0x520a8a();},'HfTaV':_0x2f032e(0x229)};logger['debug'](_0xc890a4[_0x2f032e(0x212)]);const _0x51c658=async(_0x167055,_0x357e5d)=>{const _0x281348=_0x2f032e;await global[_0x281348(0x257)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x167055+_0x281348(0x1e9)+_0x357e5d+_0x281348(0x26c));};new Promise(async _0x37320a=>{const _0x5e868c=_0x2f032e;try{_0xc890a4['vMRMt'](_0x5a9847[_0x5e868c(0x21c)]['status'][_0x5e868c(0x265)]()[_0x5e868c(0x25a)](),_0xc890a4[_0x5e868c(0x20f)])||_0xc890a4[_0x5e868c(0x1f2)](_0x5a9847[_0x5e868c(0x21c)][_0x5e868c(0x263)]['toString']()[_0x5e868c(0x25a)](),'6')?(global[_0x5e868c(0x220)]=!![],global[_0x5e868c(0x253)][_0x5e868c(0x272)](_0x5a9847[_0x5e868c(0x21c)]['message']),_0xc890a4[_0x5e868c(0x1e6)](_0x5a9847[_0x5e868c(0x1ea)],undefined)?await _0xc890a4['lnMcD'](_0x51c658,JSON['stringify'](_0xc890a4[_0x5e868c(0x251)](_0xc890a4[_0x5e868c(0x251)](_0xc890a4[_0x5e868c(0x251)](_0xc890a4['khXQD'],'\x22'+_0x5a9847[_0x5e868c(0x1ea)]['text']+'\x22\x20'),_0xc890a4[_0x5e868c(0x259)]),_0x5a9847[_0x5e868c(0x21c)]['message'])),_0xc890a4[_0x5e868c(0x1e5)]):await _0xc890a4[_0x5e868c(0x1f9)](_0x51c658,JSON[_0x5e868c(0x1e8)](_0xc890a4[_0x5e868c(0x28a)](_0xc890a4[_0x5e868c(0x20d)],_0x5a9847['result'][_0x5e868c(0x23e)])),_0xc890a4[_0x5e868c(0x1e5)])):_0xc890a4[_0x5e868c(0x1e6)](_0x5a9847[_0x5e868c(0x1ea)],undefined)?await _0xc890a4['xAcMf'](_0x51c658,JSON[_0x5e868c(0x1e8)](_0xc890a4[_0x5e868c(0x26f)](_0xc890a4['raXRm'],'\x22'+_0x5a9847[_0x5e868c(0x1ea)][_0x5e868c(0x28b)]+'\x22')),_0xc890a4[_0x5e868c(0x252)]):await _0xc890a4[_0x5e868c(0x1f9)](_0x51c658,JSON[_0x5e868c(0x1e8)](_0xc890a4[_0x5e868c(0x242)]),_0xc890a4['giKLB']);}catch(_0x16f60f){logger[_0x5e868c(0x260)](_0x5e868c(0x234)+_0x16f60f);}_0xc890a4[_0x5e868c(0x23b)](_0x37320a);})['finally'](()=>_0x128702());});const a9_0x3923aa={};a9_0x3923aa[a9_0x4685c8(0x27e)]='bstack',a9_0x3923aa[a9_0x4685c8(0x261)]=0x7530,AfterAll(a9_0x3923aa,async function(_0x5bf139,_0x4e1131){const _0x30f421=a9_0x4685c8,_0xee5b07={'WGMcF':function(_0x1a03a0){return _0x1a03a0();},'jjspv':'Inside\x20browserstack\x20AfterAll'};logger[_0x30f421(0x260)](_0xee5b07['jjspv']),await new Promise(async _0x1ac608=>{await RequestQueueHandler['getInstance']()['shutdown'](),PerformanceTester['stopMonitoring'](),await global['driverCleanup'](),_0xee5b07['WGMcF'](_0x1ac608);});});
|
|
1
|
+
const a9_0x22d233=a9_0x797b;(function(_0x32106a,_0x4aeba0){const _0x10c246=a9_0x797b,_0x21a672=_0x32106a();while(!![]){try{const _0x331963=parseInt(_0x10c246(0x229))/0x1*(parseInt(_0x10c246(0x1e6))/0x2)+-parseInt(_0x10c246(0x235))/0x3*(-parseInt(_0x10c246(0x22c))/0x4)+parseInt(_0x10c246(0x236))/0x5+-parseInt(_0x10c246(0x1dd))/0x6+parseInt(_0x10c246(0x251))/0x7+-parseInt(_0x10c246(0x20d))/0x8*(-parseInt(_0x10c246(0x222))/0x9)+-parseInt(_0x10c246(0x1e5))/0xa*(parseInt(_0x10c246(0x257))/0xb);if(_0x331963===_0x4aeba0)break;else _0x21a672['push'](_0x21a672['shift']());}catch(_0xe77244){_0x21a672['push'](_0x21a672['shift']());}}}(a9_0x46a4,0x9edcc));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x22d233(0x203)),util=require('util'),PerformanceTester=require(a9_0x22d233(0x1eb)),{commandRepository}=require(a9_0x22d233(0x1ec)),cucumberModule=requireModule(a9_0x22d233(0x238),a9_0x22d233(0x245)),logger=require(a9_0x22d233(0x25d))[a9_0x22d233(0x227)],{shouldProcessEventForTesthub}=require(a9_0x22d233(0x266)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x22d233(0x1f4)),TestDetails=require(a9_0x22d233(0x220)),RequestQueueHandler=require(a9_0x22d233(0x1e9)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x22d233(0x27b)),scripts=require(a9_0x22d233(0x272)),globals=require(a9_0x22d233(0x211)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x22d233(0x231)),{isUndefined}=require(a9_0x22d233(0x261)),a9_0x5be81f={};a9_0x5be81f['workerInfo']=undefined,a9_0x5be81f[a9_0x22d233(0x204)]={},a9_0x5be81f[a9_0x22d233(0x1e7)]=![],a9_0x5be81f[a9_0x22d233(0x204)]['id']=undefined,a9_0x5be81f[a9_0x22d233(0x204)]['testInfo']=undefined;const workerDetails=a9_0x5be81f;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x139f36){const _0x404e88=a9_0x22d233,_0x3dc2d8=workerDetails[_0x404e88(0x204)][_0x404e88(0x1e2)];if(!_0x3dc2d8)return;await MyReporter[_0x404e88(0x25b)](_0x3dc2d8,_0x139f36);}),registerListeners=()=>{const _0x589768=a9_0x22d233,_0x10ec80={};_0x10ec80['TEmer']=_0x589768(0x209);const _0x4b7564=_0x10ec80;logger[_0x589768(0x1ef)](_0x4b7564[_0x589768(0x1db)]),process[_0x589768(0x267)](_0x589768(0x250)+process['pid']),process['on'](_0x589768(0x250)+process[_0x589768(0x26c)],sendTestLog),PerformanceTester[_0x589768(0x27c)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a9_0x22d233(0x213)],AfterAll=cucumberModule[a9_0x22d233(0x21a)],BeforeAll=cucumberModule[a9_0x22d233(0x254)],AfterStep=cucumberModule[a9_0x22d233(0x278)],configuration=process['env'][a9_0x22d233(0x276)],bstackConfig=process[a9_0x22d233(0x25f)][a9_0x22d233(0x23e)];if(configuration!==undefined){const config=JSON[a9_0x22d233(0x214)](configuration);isBrowserstackInfra()?(global[a9_0x22d233(0x246)]=isTrue(config[a9_0x22d233(0x205)]),global[a9_0x22d233(0x26b)]=isTrue(config['skipSessionStatus'])):(global[a9_0x22d233(0x246)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x22d233(0x232))[a9_0x22d233(0x23c)](config,null,!![]):require('../../index')[a9_0x22d233(0x23c)](config),global[a9_0x22d233(0x201)]=config[a9_0x22d233(0x23b)]||{};}function a9_0x46a4(){const _0x5d632a=['toString','addTestUIDAndReportLog','passed','../../helpers/logger','getGlobal','env','shutdown','lodash','Error:\x20sendPlatformDetails\x20at\x20After:\x20','BROWSERSTACK_TESTHUB_JWT','hFNsh','\x20|\x20','../../helpers/testhub/utils','removeAllListeners','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20AfterStep','CBTSessionCreated','__skipSessionStatus','pid','jxfHw','yyfRL','BJqBy','stringify','thTestRunUuid','../../helpers/accessibility-automation/scripts','push','Inside\x20browserstack\x20AfterAll','result','CONFIG','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','AfterStep','error','qirvT','../../helpers/test-observability/sessionHandler','startMonitoring',',\x22level\x22:\x20\x22','Passed:\x20','Failed:\x20','VCmyE','FJnIE','IVYJF','name','tabpY','bwFBb','TEmer','OQFKu','3147780iTkVcj','shift','Inside\x20browserstack\x20After','integrations','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','testInfo','hGuGQ','JkRNB','18818270VbIeIT','17198DGIaJB','o11ySyncDone','sPutp','../../helpers/test-observability/requestQueueHandler','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/performance/performance-tester','../../helpers/ai-sdk/autoHealHelper','executeScript','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','debug','cucumber-js','failed','QaBDJ','JNDwf','../../helpers/test-observability/utils','finally','event_type','format','HLpBz','Passed','bstack','join','1|2|0|4|3','quitCount_','MWEMd','Error:\x20quiting\x20driver\x20at\x20After:\x20','yxkZl','__platformCaps','rkMhB','../../helpers/setKeepAlive','currentTest','skipSessionName','setDefaultTimeout','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','tags','Inside\x20browserstack\x20registerListeners','bstackA11yShouldScan','Uapvt','__drivers','10070976IxtrmP','VTTvF','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','erMjq','../../helpers/globals','executeAsyncScript','After','parse','setGlobal','pickleStep','getInstance','Cthri','setConfig','AfterAll','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','testCaseStartedId','__error_messages__','wFjWi','qRBOG','../playwright/reporter/test-details.js','GADsn','9PjSGzn','uploadEventData','__timeout','browserstackSessionName','IkvsC','winstonLogger','map','142VHPVZY','ePfWt','HzBya','2523844qmrUQD','toLowerCase','pickle','SBBZH','mOMyS','../../helpers/accessibility-automation/helper','../../index','setTestNameForHealingContext','BROWSERSTACK_TESTHUB_UUID','6BoWnOY','3143500ZxlMFT','Performing\x20scan\x20before\x20saving\x20results','@cucumber/cucumber/lib/index.js','stopMonitoring','\x22}}','platformCaps','browserstackAgentV2','bMgnS','BSTACK_CONFIG','tvxZl','jJalG','__sessionFailed','text','message','driverCleanup','@cucumber/cucumber','__skipSessionName','GDBtl','length','thMtX','FDzJi','EqGAX','setFramework','MBcAe','status','info','bs:addLog:','3979024MeQXPk','timeout','KnuYc','BeforeAll','Inside\x20browserstack\x20BeforeAll','TjIak','22wBbjxa','session_','ENV_VAR'];a9_0x46a4=function(){return _0x5d632a;};return a9_0x46a4();}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x22d233(0x214)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x22d233(0x219)](browserStackConfig),commandRepository[a9_0x22d233(0x24c)](a9_0x22d233(0x1f0)));}global[a9_0x22d233(0x224)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x22d233(0x206)];cucumberModule[a9_0x22d233(0x206)]=_0x33fb76=>{const _0x18bc61=a9_0x22d233,_0x463ac6={'VCmyE':function(_0x5b7699,_0x2d3662){return _0x5b7699(_0x2d3662);}};global[_0x18bc61(0x224)]=_0x33fb76,_0x463ac6[_0x18bc61(0x280)](__setDefaultTimeout,_0x33fb76);};const a9_0x2f6383={};a9_0x2f6383[a9_0x22d233(0x1d8)]=a9_0x22d233(0x1fa),BeforeAll(a9_0x2f6383,function(){const _0x589b6f=a9_0x22d233,_0x1e7ee4={'lrWPx':function(_0x4ffbb3,_0x38aa32,_0x11bccb,_0x575df9){return _0x4ffbb3(_0x38aa32,_0x11bccb,_0x575df9);},'KnuYc':_0x589b6f(0x1f1),'snWiG':_0x589b6f(0x265),'GDBtl':function(_0x97b776,_0x24d4ad,_0x282071){return _0x97b776(_0x24d4ad,_0x282071);},'Uapvt':_0x589b6f(0x25c),'ePfWt':_0x589b6f(0x255),'BJqBy':function(_0x1aed6d){return _0x1aed6d();},'QaBDJ':function(_0x14ac71,_0x43e348){return _0x14ac71(_0x43e348);}};PerformanceTester[_0x589b6f(0x27c)](),logger['debug'](_0x1e7ee4[_0x589b6f(0x22a)]),global[_0x589b6f(0x21d)]=[],global[_0x589b6f(0x241)]=![],_0x1e7ee4[_0x589b6f(0x26f)](shouldProcessEventForTesthub)&&(_0x1e7ee4['BJqBy'](registerListeners),_0x1e7ee4[_0x589b6f(0x1f2)](addRequestSpy,![])),global[_0x589b6f(0x244)]=async()=>{const _0x32c913=_0x589b6f;let _0x3dcd8f=![];try{await global[_0x32c913(0x20c)][0x0][_0x32c913(0x258)],_0x3dcd8f=!![],global['__sessionFailed']?await _0x1e7ee4['lrWPx'](markSessionStatus,global[_0x32c913(0x20c)][0x0],_0x1e7ee4[_0x32c913(0x253)],global[_0x32c913(0x21d)][_0x32c913(0x1fb)](_0x1e7ee4['snWiG'])):await _0x1e7ee4[_0x32c913(0x247)](markSessionStatus,global[_0x32c913(0x20c)][0x0],_0x1e7ee4[_0x32c913(0x20b)]);}catch(_0xfe2ba){logger[_0x32c913(0x1ef)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0xfe2ba);}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x3dcd8f)try{await global[_0x32c913(0x20c)][0x0]['initQuit']();}catch(_0x48dbc2){logger['debug'](_0x32c913(0x207)+_0x48dbc2);}};});const a9_0x42b20f={};a9_0x42b20f['name']=a9_0x22d233(0x1fa),a9_0x42b20f['timeout']=0x2710,Before(a9_0x42b20f,function(_0x1faa57,_0x2b03b1){const _0x3d008d=a9_0x22d233,_0x435f5a={'IVYJF':function(_0xff3a1e,_0xad2a3c){return _0xff3a1e>_0xad2a3c;},'rtBNK':function(_0x5f329f,_0x452a87){return _0x5f329f(_0x452a87);},'MBcAe':function(_0x515418,_0x30d387,_0x45cb12,_0x431ef3){return _0x515418(_0x30d387,_0x45cb12,_0x431ef3);},'hFNsh':'bstackA11yShouldScan','bwFBb':function(_0x124b6e){return _0x124b6e();},'thMtX':'Inside\x20browserstack\x20Before'};commandRepository[_0x3d008d(0x233)](_0x1faa57[_0x3d008d(0x22e)][_0x3d008d(0x1d8)]),logger[_0x3d008d(0x1ef)](_0x435f5a[_0x3d008d(0x249)]),new Promise(async _0x2802df=>{const _0x4a386f=_0x3d008d;try{_0x435f5a[_0x4a386f(0x1d7)](global[_0x4a386f(0x20c)][_0x4a386f(0x248)],0x1)&&(await global[_0x4a386f(0x244)](),global['__drivers'][_0x4a386f(0x1de)]()),global['__drivers'][0x0][_0x4a386f(0x1fd)]&&_0x435f5a[_0x4a386f(0x1d7)](global[_0x4a386f(0x20c)][0x0][_0x4a386f(0x1fd)],0x0)&&await global[_0x4a386f(0x244)]();}catch(_0xc297de){logger[_0x4a386f(0x1ef)](_0x4a386f(0x1e1)+_0xc297de);}workerDetails[_0x4a386f(0x204)]['testInfo']=_0x1faa57[_0x4a386f(0x21c)];try{if(!_0x435f5a['rtBNK'](isUndefined,_0x1faa57['pickle'][_0x4a386f(0x208)])){const _0x9fcbac=_0x435f5a[_0x4a386f(0x24d)](shouldScanTestForAccessibility,null,![],_0x1faa57[_0x4a386f(0x22e)][_0x4a386f(0x208)][_0x4a386f(0x228)](({name:_0x4d2e66})=>_0x4d2e66));globals[_0x4a386f(0x215)](_0x435f5a[_0x4a386f(0x264)],_0x9fcbac);}}catch(_0x15168b){logger[_0x4a386f(0x1ef)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x4a386f(0x1f7)](_0x15168b));}_0x435f5a[_0x4a386f(0x1da)](_0x2802df);})['finally'](_0x2b03b1);});function a9_0x797b(_0x56e367,_0x5085f5){const _0x46a40a=a9_0x46a4();return a9_0x797b=function(_0x797b0,_0x4d91ff){_0x797b0=_0x797b0-0x1d6;let _0x8cfedd=_0x46a40a[_0x797b0];return _0x8cfedd;},a9_0x797b(_0x56e367,_0x5085f5);}const a9_0x4f90fb={};a9_0x4f90fb[a9_0x22d233(0x1d8)]=a9_0x22d233(0x1fa),a9_0x4f90fb[a9_0x22d233(0x252)]=0x2710,After(a9_0x4f90fb,function(_0xa80e49,_0x252ff2){const _0x3109a5=a9_0x22d233,_0x1601fd={'FDzJi':_0x3109a5(0x1fc),'mOMyS':function(_0x3db5b6,_0x32b557){return _0x3db5b6>_0x32b557;},'qirvT':function(_0x4133fb,_0x357adb){return _0x4133fb===_0x357adb;},'SBBZH':_0x3109a5(0x1f1),'EqGAX':function(_0x335c1c,_0x5a4a68,_0x1902a2,_0x3efa7c){return _0x335c1c(_0x5a4a68,_0x1902a2,_0x3efa7c);},'rkMhB':_0x3109a5(0x265),'jJalG':function(_0x279595,_0xd3ac17,_0x629159){return _0x279595(_0xd3ac17,_0x629159);},'tIFgi':'passed','TjIak':function(_0x38f245){return _0x38f245();},'xoejq':_0x3109a5(0x26a),'hGuGQ':'isAccessibilityPlatform','MWEMd':_0x3109a5(0x20a),'sEymF':_0x3109a5(0x20f),'bMgnS':_0x3109a5(0x237),'mZXvF':_0x3109a5(0x21b),'tvxZl':function(_0x54bd21,_0x3bd9c4){return _0x54bd21>_0x3bd9c4;},'IkvsC':_0x3109a5(0x1df)};logger[_0x3109a5(0x1ef)](_0x1601fd[_0x3109a5(0x226)]),workerDetails[_0x3109a5(0x204)][_0x3109a5(0x1e2)]=_0xa80e49[_0x3109a5(0x21c)],new Promise(async _0x18e765=>{const _0x42142c=_0x3109a5;let _0x31105b=![];try{const _0xdb1a89=_0x1601fd[_0x42142c(0x24a)]['split']('|');let _0x484ff2=0x0;while(!![]){switch(_0xdb1a89[_0x484ff2++]){case'0':_0x31105b=!![];continue;case'1':_0x1601fd[_0x42142c(0x230)](global[_0x42142c(0x20c)]['length'],0x1)&&(await global['driverCleanup'](),global[_0x42142c(0x20c)][_0x42142c(0x1de)](),global['__error_messages__']=[],global[_0x42142c(0x241)]=![]);continue;case'2':await global['__drivers'][0x0]['session_'];continue;case'3':if(_0x1601fd[_0x42142c(0x27a)](_0xa80e49[_0x42142c(0x275)][_0x42142c(0x24e)][_0x42142c(0x25a)]()['toLowerCase'](),_0x1601fd[_0x42142c(0x22f)])||_0x1601fd[_0x42142c(0x27a)](_0xa80e49[_0x42142c(0x275)][_0x42142c(0x24e)][_0x42142c(0x25a)]()[_0x42142c(0x22d)](),'6')){try{global['__error_messages__'][_0x42142c(0x273)](_0xa80e49[_0x42142c(0x275)]['message']);}catch(_0x5442be){logger[_0x42142c(0x1ef)](_0x42142c(0x277)+_0x5442be);}await _0x1601fd[_0x42142c(0x24b)](markSessionStatus,global[_0x42142c(0x20c)][0x0],_0x1601fd[_0x42142c(0x22f)],global['__error_messages__']['join'](_0x1601fd[_0x42142c(0x202)]));}else await _0x1601fd[_0x42142c(0x240)](markSessionStatus,global[_0x42142c(0x20c)][0x0],_0x1601fd['tIFgi']);continue;case'4':!global['__skipSessionName']&&await global[_0x42142c(0x20c)][0x0][_0x42142c(0x1ed)](_0x42142c(0x268)+_0xa80e49[_0x42142c(0x22e)][_0x42142c(0x1d8)]+_0x42142c(0x23a));continue;}break;}}catch(_0x24449a){logger[_0x42142c(0x1ef)]('Error:\x20at\x20After:\x20'+util['format'](_0x24449a));}try{if(_0x1601fd[_0x42142c(0x256)](shouldProcessEventForTesthub)){const _0x189b66=TestDetails['getTestUUID'](_0xa80e49[_0x42142c(0x21c)]),_0x5f0452=await _0x1601fd[_0x42142c(0x24b)](sendPlatformDetails,global[_0x42142c(0x20c)][0x0],_0x189b66,!![]),_0x5634e5={};_0x5634e5['uuid']=_0x189b66,_0x5634e5[_0x42142c(0x1e0)]=_0x5f0452;const _0x3ec71b=_0x5634e5,_0x3ac1cf={};_0x3ac1cf[_0x42142c(0x1f6)]=_0x1601fd['xoejq'],_0x3ac1cf['test_run']=_0x3ec71b,await SessionHandler[_0x42142c(0x223)](_0x3ac1cf);}}catch(_0xaed955){logger['debug'](_0x42142c(0x262)+util[_0x42142c(0x1f7)](_0xaed955));}try{if(globals[_0x42142c(0x25e)](_0x1601fd[_0x42142c(0x1e3)])&&globals['getGlobal'](_0x1601fd[_0x42142c(0x1fe)])){logger[_0x42142c(0x24f)](_0x1601fd['sEymF']);const _0xb04bdf=TestDetails['getTestUUID'](_0xa80e49[_0x42142c(0x21c)]),_0x59bd58={};_0x59bd58[_0x42142c(0x271)]=_0xb04bdf,_0x59bd58['thBuildUuid']=process[_0x42142c(0x25f)][testHubConstants[_0x42142c(0x259)][_0x42142c(0x234)]],_0x59bd58['thJwtToken']=process['env'][testHubConstants['ENV_VAR'][_0x42142c(0x263)]];const _0x11c9d1=_0x59bd58;logger['debug'](_0x42142c(0x1ea)+JSON[_0x42142c(0x270)](_0x11c9d1)),logger[_0x42142c(0x1ef)](_0x1601fd[_0x42142c(0x23d)]),logger['debug'](util[_0x42142c(0x1f7)](await global[_0x42142c(0x20c)][0x0][_0x42142c(0x212)](scripts['performScan'],{'method':global[_0x42142c(0x225)]}))),await global[_0x42142c(0x20c)][0x0][_0x42142c(0x212)](scripts['saveTestResults'],_0x11c9d1),logger[_0x42142c(0x24f)](_0x1601fd['mZXvF']);}}catch(_0x438619){logger['error'](_0x42142c(0x1ee)+util[_0x42142c(0x1f7)]);}if(_0x31105b)try{global['__drivers'][0x0]&&_0x1601fd[_0x42142c(0x23f)](global[_0x42142c(0x20c)][0x0][_0x42142c(0x1fd)],0x0)&&await global[_0x42142c(0x20c)][0x0]['initQuit']();}catch(_0x28acc8){logger['debug'](_0x42142c(0x1ff)+_0x28acc8);}_0x1601fd['TjIak'](_0x18e765);})[_0x3109a5(0x1f5)](()=>_0x252ff2());});const a9_0x454c1b={};a9_0x454c1b[a9_0x22d233(0x1d8)]=a9_0x22d233(0x1fa),a9_0x454c1b[a9_0x22d233(0x252)]=0x2710,AfterStep(a9_0x454c1b,function(_0x9878fa,_0x3f2be5){const _0x8f8b4f=a9_0x22d233,_0x4d579b={'WGFlO':function(_0x400d31,_0x61dbf2){return _0x400d31===_0x61dbf2;},'erMjq':_0x8f8b4f(0x1f1),'yyfRL':function(_0x102313,_0x28f166){return _0x102313===_0x28f166;},'yxkZl':function(_0x377c99,_0x38a68a){return _0x377c99!==_0x38a68a;},'Cthri':function(_0x4f440a,_0x354f89,_0x31e02a){return _0x4f440a(_0x354f89,_0x31e02a);},'JNDwf':function(_0x33ecea,_0x5801f7){return _0x33ecea+_0x5801f7;},'OQFKu':_0x8f8b4f(0x27f),'HzBya':'\x0aError:\x20','tabpY':_0x8f8b4f(0x279),'FJnIE':function(_0x46a608,_0x7f4de){return _0x46a608+_0x7f4de;},'VTTvF':function(_0x301f6e,_0x384d27){return _0x301f6e!==_0x384d27;},'HLpBz':_0x8f8b4f(0x27e),'wFjWi':_0x8f8b4f(0x24f),'qRBOG':function(_0x3bbe0,_0x454044,_0x5175e6){return _0x3bbe0(_0x454044,_0x5175e6);},'mlYDi':_0x8f8b4f(0x1f9),'jxfHw':function(_0x317649){return _0x317649();},'GADsn':_0x8f8b4f(0x269)};logger[_0x8f8b4f(0x1ef)](_0x4d579b[_0x8f8b4f(0x221)]);const _0x5187c7=async(_0xfdaf70,_0x4c8620)=>{const _0x4279e1=_0x8f8b4f;await global['__drivers'][0x0][_0x4279e1(0x1ed)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0xfdaf70+_0x4279e1(0x27d)+_0x4c8620+_0x4279e1(0x23a));};new Promise(async _0x533f98=>{const _0x8bae5f=_0x8f8b4f;try{_0x4d579b['WGFlO'](_0x9878fa['result'][_0x8bae5f(0x24e)][_0x8bae5f(0x25a)]()[_0x8bae5f(0x22d)](),_0x4d579b[_0x8bae5f(0x210)])||_0x4d579b[_0x8bae5f(0x26e)](_0x9878fa[_0x8bae5f(0x275)][_0x8bae5f(0x24e)][_0x8bae5f(0x25a)]()[_0x8bae5f(0x22d)](),'6')?(global[_0x8bae5f(0x241)]=!![],global['__error_messages__'][_0x8bae5f(0x273)](_0x9878fa[_0x8bae5f(0x275)][_0x8bae5f(0x243)]),_0x4d579b[_0x8bae5f(0x200)](_0x9878fa[_0x8bae5f(0x216)],undefined)?await _0x4d579b[_0x8bae5f(0x218)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b[_0x8bae5f(0x1f3)](_0x4d579b[_0x8bae5f(0x1f3)](_0x4d579b['JNDwf'](_0x4d579b['OQFKu'],'\x22'+_0x9878fa[_0x8bae5f(0x216)]['text']+'\x22\x20'),_0x4d579b[_0x8bae5f(0x22b)]),_0x9878fa[_0x8bae5f(0x275)]['message'])),_0x4d579b[_0x8bae5f(0x1d9)]):await _0x4d579b[_0x8bae5f(0x218)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b[_0x8bae5f(0x1d6)](_0x4d579b[_0x8bae5f(0x1dc)],_0x9878fa[_0x8bae5f(0x275)][_0x8bae5f(0x243)])),_0x4d579b['tabpY'])):_0x4d579b[_0x8bae5f(0x20e)](_0x9878fa[_0x8bae5f(0x216)],undefined)?await _0x4d579b[_0x8bae5f(0x218)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b[_0x8bae5f(0x1d6)](_0x4d579b[_0x8bae5f(0x1f8)],'\x22'+_0x9878fa[_0x8bae5f(0x216)][_0x8bae5f(0x242)]+'\x22')),_0x4d579b[_0x8bae5f(0x21e)]):await _0x4d579b[_0x8bae5f(0x21f)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b['mlYDi']),_0x4d579b['wFjWi']);}catch(_0x329040){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x329040);}_0x4d579b[_0x8bae5f(0x26d)](_0x533f98);})[_0x8f8b4f(0x1f5)](()=>_0x3f2be5());});const a9_0x423c9e={};a9_0x423c9e[a9_0x22d233(0x1d8)]='bstack',a9_0x423c9e[a9_0x22d233(0x252)]=0x7530,AfterAll(a9_0x423c9e,async function(_0x20b219,_0x49419){const _0x255b8d=a9_0x22d233,_0x4be1f3={'sPutp':function(_0x871213){return _0x871213();},'JkRNB':_0x255b8d(0x274)};logger[_0x255b8d(0x1ef)](_0x4be1f3[_0x255b8d(0x1e4)]),await new Promise(async _0x29535b=>{const _0x14265c=_0x255b8d;await RequestQueueHandler[_0x14265c(0x217)]()[_0x14265c(0x260)](),PerformanceTester[_0x14265c(0x239)](),await global[_0x14265c(0x244)](),_0x4be1f3[_0x14265c(0x1e8)](_0x29535b);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x44f60b=a10_0x4781;(function(_0x2a490c,_0x32360f){const _0x5e4a54=a10_0x4781,_0x3db42d=_0x2a490c();while(!![]){try{const _0x13761d=-parseInt(_0x5e4a54(0xd6))/0x1+-parseInt(_0x5e4a54(0xfa))/0x2*(parseInt(_0x5e4a54(0xe1))/0x3)+parseInt(_0x5e4a54(0xc8))/0x4+parseInt(_0x5e4a54(0xed))/0x5+-parseInt(_0x5e4a54(0xcd))/0x6*(parseInt(_0x5e4a54(0xce))/0x7)+parseInt(_0x5e4a54(0xd8))/0x8*(parseInt(_0x5e4a54(0xe8))/0x9)+-parseInt(_0x5e4a54(0xf6))/0xa*(parseInt(_0x5e4a54(0xfc))/0xb);if(_0x13761d===_0x32360f)break;else _0x3db42d['push'](_0x3db42d['shift']());}catch(_0x326a6b){_0x3db42d['push'](_0x3db42d['shift']());}}}(a10_0x5b5d,0xeb2ab));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x44f60b(0xcb)),setKeepAlive=require(a10_0x44f60b(0xde)),cucumberModule=requireModule('cucumber/lib/index.js',a10_0x44f60b(0xd0)),logger=require(a10_0x44f60b(0xdb))['winstonLogger'];function a10_0x5b5d(){const _0x35d73e=['Inside\x20browserstack\x20Before','setDefaultTimeout','AbreO','dbaSo','4897365zMcDBg','passed','MvLWa','join','__timeout','pickle','skipSessionStatus','Error:\x20quiting\x20at\x20After:\x20','then','110BwtKug','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','debug','mBdlu','1262CWywAi','session_','287331mAApBw','__skipSessionName','hJJYE','Inside\x20browserstack\x20After','6451648dheNPC','bstack','platformCaps','../../helpers/helper','CONFIG','30HAZFWm','856807CdnBlx','After','cucumber','iONUv','Before','__driver','__skipSessionStatus','env','407243Liprxa','initQuit','8131352xxRWHo','qMMLo','status','../../helpers/logger','__error_messages__','failed','../../helpers/setKeepAlive','\x20|\x20','skipSessionName','6366OZbPfL','name','toLowerCase','browserstackAgentV2','../../index','__platformCaps','timeout','9ADWLSN'];a10_0x5b5d=function(){return _0x35d73e;};return a10_0x5b5d();}modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x44f60b(0xd2)],After=cucumberModule[a10_0x44f60b(0xcf)],configuration=process[a10_0x44f60b(0xd5)][a10_0x44f60b(0xcc)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x44f60b(0xe0)])&&(global[a10_0x44f60b(0xfd)]=!![]),global[a10_0x44f60b(0xd4)]=isTrue(config[a10_0x44f60b(0xf3)]),require(a10_0x44f60b(0xe5))[a10_0x44f60b(0xe4)](config),global[a10_0x44f60b(0xe6)]=config[a10_0x44f60b(0xca)]||{};}global[a10_0x44f60b(0xf1)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x44f60b(0xea)];function a10_0x4781(_0xfcc845,_0x4bc87a){const _0x5b5db8=a10_0x5b5d();return a10_0x4781=function(_0x4781f0,_0x110450){_0x4781f0=_0x4781f0-0xc6;let _0x3f9639=_0x5b5db8[_0x4781f0];return _0x3f9639;},a10_0x4781(_0xfcc845,_0x4bc87a);}cucumberModule[a10_0x44f60b(0xea)]=_0x509b36=>{const _0x3d6b89=a10_0x44f60b,_0x5870c8={'MvLWa':function(_0x312a58,_0x210d7d){return _0x312a58(_0x210d7d);}};global['__timeout']=_0x509b36,_0x5870c8[_0x3d6b89(0xef)](__setDefaultTimeout,_0x509b36);};const a10_0x30cfca={};a10_0x30cfca[a10_0x44f60b(0xe2)]=a10_0x44f60b(0xc9),Before(a10_0x30cfca,function(){const _0x14a355=a10_0x44f60b,_0x6316f4={};_0x6316f4[_0x14a355(0xc6)]=_0x14a355(0xe9);const _0x4444a9=_0x6316f4;logger['debug'](_0x4444a9[_0x14a355(0xc6)]),global[_0x14a355(0xdc)]=[];});const a10_0x974e5a={};a10_0x974e5a[a10_0x44f60b(0xe2)]=a10_0x44f60b(0xc9),a10_0x974e5a[a10_0x44f60b(0xe7)]=0x2710,After(a10_0x974e5a,function(_0x5496e7,_0x2a3bab){const _0x34337c=a10_0x44f60b,_0x3eb7ea={'twGDY':function(_0x1733e1,_0x3373eb){return _0x1733e1===_0x3373eb;},'mBdlu':_0x34337c(0xdd),'YaATL':function(_0x3161e1,_0x8ff64a,_0x53a6a0,_0x27e829){return _0x3161e1(_0x8ff64a,_0x53a6a0,_0x27e829);},'wpFJw':_0x34337c(0xdf),'YfWPO':function(_0x28c53c,_0x446468,_0x921ecb){return _0x28c53c(_0x446468,_0x921ecb);},'dbaSo':_0x34337c(0xee),'iONUv':function(_0x2ba315){return _0x2ba315();},'AbreO':function(_0x2dab44,_0x1a6073){return _0x2dab44(_0x1a6073);},'qMMLo':_0x34337c(0xc7)};logger['debug'](_0x3eb7ea[_0x34337c(0xd9)]),new Promise(async(_0x48e51c,_0x1481a1)=>{const _0x585924=_0x34337c;let _0x1c6a90=![];try{await global[_0x585924(0xd3)][_0x585924(0xfb)],_0x1c6a90=!![],!global[_0x585924(0xfd)]&&await global['__driver']['executeScript'](_0x585924(0xf7)+_0x5496e7[_0x585924(0xf2)][_0x585924(0xe2)]+'\x22}}'),_0x3eb7ea['twGDY'](_0x5496e7['result'][_0x585924(0xda)][_0x585924(0xe3)](),_0x3eb7ea[_0x585924(0xf9)])?await _0x3eb7ea['YaATL'](markSessionStatus,global[_0x585924(0xd3)],_0x3eb7ea[_0x585924(0xf9)],global[_0x585924(0xdc)][_0x585924(0xf0)](_0x3eb7ea['wpFJw'])):await _0x3eb7ea['YfWPO'](markSessionStatus,global[_0x585924(0xd3)],_0x3eb7ea[_0x585924(0xec)]);}catch(_0x327288){logger['debug']('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x327288);}if(_0x1c6a90)try{await global['__driver'][_0x585924(0xd7)](),_0x3eb7ea[_0x585924(0xd1)](_0x48e51c);}catch(_0x53f82e){logger[_0x585924(0xf8)](_0x585924(0xf4)+_0x53f82e),_0x3eb7ea[_0x585924(0xeb)](_0x1481a1,_0x53f82e);}else _0x3eb7ea[_0x585924(0xd1)](_0x1481a1);})[_0x34337c(0xf5)](()=>_0x2a3bab());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a11_0x515d(){const _0x2cc3b5=['@cucumber/cucumber','@cucumber/cucumber/lib/index.js','../../helpers/helper','380050qZkuzT','158212CeveIw','573084LyjRMW','35NzJQBy','cucumber/lib/index.js','2jfgbZL','setDefaultTimeout','129401eXZfAC','1807480nitGrN','cucumber','83656OedEaB','1645812GuIKfm','15DjocLV'];a11_0x515d=function(){return _0x2cc3b5;};return a11_0x515d();}const a11_0x537039=a11_0x2cdf;function a11_0x2cdf(_0x23a782,_0x8e9bcf){const _0x515df5=a11_0x515d();return a11_0x2cdf=function(_0x2cdfd8,_0x242d1c){_0x2cdfd8=_0x2cdfd8-0xc3;let _0x4a87e2=_0x515df5[_0x2cdfd8];return _0x4a87e2;},a11_0x2cdf(_0x23a782,_0x8e9bcf);}(function(_0x39d995,_0x46dd98){const _0x30f37d=a11_0x2cdf,_0x2138d4=_0x39d995();while(!![]){try{const _0x3e174f=-parseInt(_0x30f37d(0xcd))/0x1*(parseInt(_0x30f37d(0xcb))/0x2)+parseInt(_0x30f37d(0xd2))/0x3*(-parseInt(_0x30f37d(0xc7))/0x4)+-parseInt(_0x30f37d(0xc6))/0x5+parseInt(_0x30f37d(0xc8))/0x6+parseInt(_0x30f37d(0xc9))/0x7*(parseInt(_0x30f37d(0xd0))/0x8)+parseInt(_0x30f37d(0xd1))/0x9+parseInt(_0x30f37d(0xce))/0xa;if(_0x3e174f===_0x46dd98)break;else _0x2138d4['push'](_0x2138d4['shift']());}catch(_0x4c9f8e){_0x2138d4['push'](_0x2138d4['shift']());}}}(a11_0x515d,0x1a6cf));const {requireModule}=require(a11_0x537039(0xc5)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x537039(0xc4),a11_0x537039(0xc3));}catch(a11_0x98f1d6){cucumberModule=requireModule(a11_0x537039(0xca),a11_0x537039(0xcf));}cucumberModule[a11_0x537039(0xcc)](constants['BSTACK_DELTA']+global['__timeout']*0x1);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';function a12_0x4b7a(_0x22664c,_0x31ebbc){const _0x545dde=a12_0x545d();return a12_0x4b7a=function(_0x4b7a60,_0x1c6676){_0x4b7a60=_0x4b7a60-0xe7;let _0x2d7326=_0x545dde[_0x4b7a60];return _0x2d7326;},a12_0x4b7a(_0x22664c,_0x31ebbc);}const a12_0x220186=a12_0x4b7a;(function(_0x42cd26,_0x475057){const _0x975bfd=a12_0x4b7a,_0x346a07=_0x42cd26();while(!![]){try{const _0x3c2763=-parseInt(_0x975bfd(0x12d))/0x1*(parseInt(_0x975bfd(0xe9))/0x2)+-parseInt(_0x975bfd(0x101))/0x3*(parseInt(_0x975bfd(0x110))/0x4)+-parseInt(_0x975bfd(0x11a))/0x5+parseInt(_0x975bfd(0x126))/0x6*(-parseInt(_0x975bfd(0xee))/0x7)+parseInt(_0x975bfd(0xf3))/0x8+parseInt(_0x975bfd(0x104))/0x9+parseInt(_0x975bfd(0xf0))/0xa;if(_0x3c2763===_0x475057)break;else _0x346a07['push'](_0x346a07['shift']());}catch(_0x1a02b1){_0x346a07['push'](_0x346a07['shift']());}}}(a12_0x545d,0x7a6a7));const {default:BrowserStackSetup}=require(a12_0x220186(0xf9)),logger=require('../../helpers/logger')[a12_0x220186(0xed)],{URL}=require(a12_0x220186(0xff)),helper=require(a12_0x220186(0x116)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x220186(0x10b)),validHosts=function(_0x26ad26){const _0x54dfd5=a12_0x220186;return _0x26ad26[_0x54dfd5(0x125)](',')['every'](_0x1c30bb=>{const _0x677f01=_0x54dfd5;try{new URL(_0x1c30bb[_0x677f01(0x120)]());}catch(_0x405a3c){return![];}return!![];});},parseOnPremHosts=function(_0x1eec0b){const _0x4602f1=a12_0x220186,_0x1c79a7={};_0x1c79a7[_0x4602f1(0x128)]=function(_0x443375,_0x23857d){return _0x443375===_0x23857d;},_0x1c79a7['WhwzA']=_0x4602f1(0xf4),_0x1c79a7[_0x4602f1(0x100)]=_0x4602f1(0x12f),_0x1c79a7[_0x4602f1(0x122)]=_0x4602f1(0x107);const _0xa62f8d=_0x1c79a7;return _0x1eec0b[_0x4602f1(0x125)](',')[_0x4602f1(0x132)](_0x570b9d=>{const _0x470b64=_0x4602f1,_0x376d52=new URL(_0x570b9d[_0x470b64(0x120)]()),_0x23ee3c=_0x376d52[_0x470b64(0x11b)],_0x1ddb88=_0x376d52[_0x470b64(0x118)]||(_0xa62f8d[_0x470b64(0x128)](_0x376d52[_0x470b64(0x106)],_0xa62f8d[_0x470b64(0x108)])?_0xa62f8d[_0x470b64(0x100)]:'80'),_0x35534a=_0x376d52['protocol'][_0x470b64(0xf7)](':',''),_0x144b96=_0xa62f8d[_0x470b64(0x128)](_0x35534a,_0xa62f8d[_0x470b64(0x122)])?0x1:0x0;return _0x23ee3c+','+_0x1ddb88+','+_0x144b96;});},connectCommandBuilder=function(_0x38b403){const _0x248fb0=a12_0x220186,_0x50dfd4={};_0x50dfd4['KkgsX']=_0x248fb0(0xfe);const _0x453db8=_0x50dfd4,_0x29bba9={};_0x29bba9[_0x248fb0(0x10f)]=HELP_MESSAGES[_0x248fb0(0x127)][_0x248fb0(0xf5)],_0x29bba9[_0x248fb0(0x12c)]=_0x453db8[_0x248fb0(0xeb)];const _0x579bf1={};_0x579bf1[_0x248fb0(0x10f)]=HELP_MESSAGES['options'][_0x248fb0(0x124)],_0x579bf1[_0x248fb0(0x12c)]=_0x453db8[_0x248fb0(0xeb)],_0x579bf1[_0x248fb0(0x129)]=!![];const _0x3e291f={};return _0x3e291f[_0x248fb0(0x115)]=_0x29bba9,_0x3e291f[_0x248fb0(0x124)]=_0x579bf1,_0x38b403[_0x248fb0(0x127)](_0x3e291f);},connectCommandHandler=async function(_0x4d64dd){const _0x32bc26=a12_0x220186,_0x45fb30={'iehOu':'integrations','HAGmm':function(_0x1fb838,_0x164a55){return _0x1fb838===_0x164a55;},'UwmnU':'undefined','Ltksg':_0x32bc26(0x102),'RBhyj':function(_0x2b8a17,_0x307ebf){return _0x2b8a17===_0x307ebf;},'UqbLX':_0x32bc26(0xf8),'yplYe':function(_0x8d1156,_0x54f0bb){return _0x8d1156(_0x54f0bb);},'FHdSw':'Hosts\x20not\x20valid','JnyGj':function(_0xc11b7,_0x221f3f){return _0xc11b7(_0x221f3f);},'gZYpY':'integrations-repeater','nGyez':_0x32bc26(0x11f),'ueXYx':_0x32bc26(0xfb)};try{const _0xd1d85e=new BrowserStackSetup(_0x4d64dd,_0x45fb30[_0x32bc26(0xf2)]);_0x4d64dd[_0x32bc26(0xfa)]&&(_0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x10a)]=_0x4d64dd[_0x32bc26(0xfa)]);if(_0x45fb30[_0x32bc26(0x117)](typeof _0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x10a)],_0x45fb30[_0x32bc26(0x105)])){logger['error'](_0x45fb30[_0x32bc26(0x11c)]);throw new Error(ERROR_MESSAGES[_0x32bc26(0xf5)][_0x32bc26(0xea)]);}const _0x116eb4=_0x4d64dd[_0x32bc26(0x124)];if(_0x45fb30['RBhyj'](typeof _0x116eb4,_0x45fb30['UwmnU'])){logger[_0x32bc26(0xec)](_0x45fb30[_0x32bc26(0x131)]);throw new Error(ERROR_MESSAGES[_0x32bc26(0x124)][_0x32bc26(0xea)]);}if(!_0x45fb30[_0x32bc26(0x12e)](validHosts,_0x116eb4)){logger['error'](_0x45fb30[_0x32bc26(0x103)]);throw new Error(ERROR_MESSAGES[_0x32bc26(0x124)][_0x32bc26(0xef)]);}const _0x227541=_0x45fb30[_0x32bc26(0xf6)](parseOnPremHosts,_0x116eb4);_0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x10d)]=!![],_0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x11e)][_0x32bc26(0x109)]=_0x45fb30[_0x32bc26(0x112)],_0xd1d85e[_0x32bc26(0x113)]['browserStackLocalOptions'][_0x32bc26(0xfd)]=_0x227541[_0x32bc26(0xfc)](','),helper[_0x32bc26(0xe7)](_0xd1d85e['config']),await _0xd1d85e['setupBrowserstackLocal'](),logger[_0x32bc26(0x123)](_0x45fb30[_0x32bc26(0x111)]);}catch(_0x3a9eb7){logger['error'](_0x45fb30[_0x32bc26(0x11d)]);throw new Error(_0x3a9eb7[_0x32bc26(0xf1)]());}};function a12_0x545d(){const _0x2f51ba=['invalid','18587200actlUv','toString','iehOu','401504gZxqXw','https:','bstackAccessKey','JnyGj','replace','Integration\x20hosts\x20missing.','../../helpers/BrowserStackSetup','bstackAccesskey','Failed\x20to\x20establish\x20connection.','join','only','string','url','qOUpX','45dJbYOT','BrowserStack\x20access\x20key\x20missing.','FHdSw','6271101mIcXsI','UwmnU','protocol','https','WhwzA','localIdentifier','accessKey','./constants','EyQpu','browserstackLocal','epilogue','describe','120480XrUoGo','nGyez','gZYpY','config','command','bstack-accesskey','../../helpers/helper','HAGmm','port','usage','1322070VXrpbk','hostname','Ltksg','ueXYx','browserStackLocalOptions','Connection\x20established\x20successfully.','trim','demandCommand','twjZe','info','hosts','split','6KDhICh','options','ReVCY','demandOption','ftkxu','help','type','50833uCIzma','yplYe','443','connect','UqbLX','map','setProxySettings','exports','24UJCKBC','missing','KkgsX','error','winstonLogger','5446504bDKXdz'];a12_0x545d=function(){return _0x2f51ba;};return a12_0x545d();}function run(_0x5de911){const _0x5f76a0=a12_0x220186,_0x2a3579={};_0x2a3579[_0x5f76a0(0x12a)]=_0x5f76a0(0x130),_0x2a3579[_0x5f76a0(0x10c)]=_0x5f76a0(0x12b);const _0x3ea6cc=_0x2a3579;_0x5de911[_0x5f76a0(0x119)](HELP_MESSAGES[_0x5f76a0(0x114)]['root'])[_0x5f76a0(0x114)](_0x3ea6cc[_0x5f76a0(0x12a)],HELP_MESSAGES[_0x5f76a0(0x114)][_0x5f76a0(0x130)],connectCommandBuilder,connectCommandHandler)[_0x5f76a0(0x121)]()[_0x5f76a0(0x12b)](_0x3ea6cc[_0x5f76a0(0x10c)])[_0x5f76a0(0x10e)](HELP_MESSAGES['command']['footer']);}module[a12_0x220186(0xe8)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a13_0x1fe4(){var _0x18e420=['bstackAccessKey','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','connect','missing','290ikcUFi','options','108xzrtbf','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.','795345qNyGrd','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','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.','1463UMDxHH','1619768CIwzNx','1242456Yoepwn','ERROR_MESSAGES','255453aYqcQU','7AXabGt','hosts','footer','1334070XmqPCC','142tGFRXL','invalid','3558vTERzg','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','HELP_MESSAGES'];a13_0x1fe4=function(){return _0x18e420;};return a13_0x1fe4();}var a13_0x372e18=a13_0x4036;(function(_0x8f7d6c,_0x32b4da){var _0x39eafb=a13_0x4036,_0x36ed74=_0x8f7d6c();while(!![]){try{var _0xfbc070=parseInt(_0x39eafb(0x91))/0x1*(parseInt(_0x39eafb(0x9a))/0x2)+parseInt(_0x39eafb(0x9c))/0x3*(-parseInt(_0x39eafb(0xa6))/0x4)+parseInt(_0x39eafb(0x8d))/0x5+parseInt(_0x39eafb(0x93))/0x6+parseInt(_0x39eafb(0x96))/0x7*(parseInt(_0x39eafb(0x92))/0x8)+parseInt(_0x39eafb(0x99))/0x9+parseInt(_0x39eafb(0xa4))/0xa*(-parseInt(_0x39eafb(0x95))/0xb);if(_0xfbc070===_0x32b4da)break;else _0x36ed74['push'](_0x36ed74['shift']());}catch(_0x2b4c8d){_0x36ed74['push'](_0x36ed74['shift']());}}}(a13_0x1fe4,0x1c21e));function a13_0x4036(_0x4ef9c6,_0x160231){var _0x1fe4c8=a13_0x1fe4();return a13_0x4036=function(_0x40366e,_0x1c5ba3){_0x40366e=_0x40366e-0x8d;var _0x45c49e=_0x1fe4c8[_0x40366e];return _0x45c49e;},a13_0x4036(_0x4ef9c6,_0x160231);}var a13_0x16935c={};a13_0x16935c['bstackAccessKey']=a13_0x372e18(0x9d),a13_0x16935c['hosts']=a13_0x372e18(0x90);var a13_0x55218b={};a13_0x55218b['root']=a13_0x372e18(0xa1),a13_0x55218b[a13_0x372e18(0xa2)]=a13_0x372e18(0xa0),a13_0x55218b[a13_0x372e18(0x98)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x15652c={};a13_0x15652c[a13_0x372e18(0xa5)]=a13_0x16935c,a13_0x15652c['command']=a13_0x55218b,exports[a13_0x372e18(0x9e)]=a13_0x15652c;var a13_0x140521={};a13_0x140521[a13_0x372e18(0xa3)]=a13_0x372e18(0x8f);var a13_0x522ce1={};a13_0x522ce1[a13_0x372e18(0xa3)]=a13_0x372e18(0x8e),a13_0x522ce1[a13_0x372e18(0x9b)]=a13_0x372e18(0xa7);var a13_0x49985c={};a13_0x49985c[a13_0x372e18(0x9f)]=a13_0x140521,a13_0x49985c[a13_0x372e18(0x97)]=a13_0x522ce1,exports[a13_0x372e18(0x94)]=a13_0x49985c;
|