browserstack-node-sdk 1.34.35 → 1.34.36
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/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/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_0x7c5c(){const _0x5880bc=['nOlCn','testStepStarted','onTestCaseFinished','onHook','ESMQd','../../../helpers/test-observability/error-handler','sourceLocation','pickle','TohCH','util','onTestCaseStarted','gherkinDocument','xTjXw','description','3140991ibadrO','toLowerCase','547761SsunfA','FAILED','vzzFJ','values','bstack','HookRunStarted','failed','../../../helpers/logger','KLRdj','source','onPickle','ullGl','message','WFFcp','exception','MPfCF','qxfdI','result','testCaseAttemptDataMap','101ATuYDU','CONFIG','logTestRunFinished','OmBVU','ftxgO','assign','actionLocation','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','TestRunStarted','xAnPp','children','finishedAt','testCaseFinished','ZEOCh','isBstackHook','LwIsx','../test-observability.js','report','exports','steps','RSbgx','YIGxw','toISOString','onTestCase','find','name','onGherkinDocument','MMLNO','JwPOE','150304wHoqts','5898264whKfxa','getTestCaseAttempt','testCases','PASSED','wqLNB','26720clrgnJ','Exception\x20in\x20onTestStepStarted\x20event:\x20','envelope','AMBIGUOUS','testRunStarted','testRunFinished','map','onTestRunStarted','GEzem','onTestStepStarted','nQDYs','parse','rule','XUNIk','testStepId','2498WvrXBF','NpOUK','XRMJA','pickleId','setup','getGherkinDocument','\x20-\x20','vhITo','uri','supportCodeLibrary','background','onTestRunFinished','olZQk','seconds','split','env','HookRunFinished','gherkinDocumentMap','status','testCaseMap','onSource','UZbRd','mFzTP','testCaseStartedId','finished_at','UnhandledError','testCaseId','onStepDefinition','testSteps','testStepFinished','hook','dlfnw','capability','../../../helpers/helper','tldbA','cucumber-js/test.setup.js','debug','hmeOa','JChHb','xUgwq','6973074GznEaZ','VVDHL','@cucumber/cucumber','SKIPPED','testCase','paaHh','UNKNOWN','includes','VTUBx','jEkKJ','TestRunFinished','getGherkinStepMap','toString','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','failure','feature','CXuqv','format','nweUn','cwd','QInBu','testCaseStarted','log','testCaseAttempt','sendTestRunEventForCucumber','logTestCaseFinished','732MeOyky','push','../../playwright/reporter/test-details.js','eventBroadcaster','__platform','Executing\x20tests\x20for\x20','stepDefinition','keyword','sendHook','UNDEFINED','EypZb','incrementCounter','scenario','path','extractStepContainers','text','\x20\x20\x20\x20','eventDataCollector','testStepResult','Exception\x20in\x20onTestStepFinished\x20event:\x20','forEach','snippetBuilder','wyRBI','duration'];a6_0x7c5c=function(){return _0x5880bc;};return a6_0x7c5c();}const a6_0x1e23a0=a6_0x23ea;function a6_0x23ea(_0x11cabb,_0xbc2f17){const _0x7c5cd4=a6_0x7c5c();return a6_0x23ea=function(_0x23eada,_0x5a59ad){_0x23eada=_0x23eada-0x140;let _0x112fbb=_0x7c5cd4[_0x23eada];return _0x112fbb;},a6_0x23ea(_0x11cabb,_0xbc2f17);}(function(_0x582c91,_0x310285){const _0x264821=a6_0x23ea,_0x3a83c1=_0x582c91();while(!![]){try{const _0x11a8eb=-parseInt(_0x264821(0x19c))/0x1*(-parseInt(_0x264821(0x1ce))/0x2)+-parseInt(_0x264821(0x189))/0x3+parseInt(_0x264821(0x1b9))/0x4+parseInt(_0x264821(0x1bf))/0x5*(-parseInt(_0x264821(0x161))/0x6)+-parseInt(_0x264821(0x187))/0x7+parseInt(_0x264821(0x1ba))/0x8+parseInt(_0x264821(0x147))/0x9;if(_0x11a8eb===_0x310285)break;else _0x3a83c1['push'](_0x3a83c1['shift']());}catch(_0x349c59){_0x3a83c1['push'](_0x3a83c1['shift']());}}}(a6_0x7c5c,0x5fd4e));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x1e23a0(0x140)),util=require(a6_0x1e23a0(0x182)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x1e23a0(0x149)),TestDetails=require(a6_0x1e23a0(0x163)),TestObservabilityReporter=require(a6_0x1e23a0(0x1ac)),{o11yClassErrorHandler}=require(a6_0x1e23a0(0x17e)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x1e23a0(0x190))['winstonLogger'],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x2a450f){const _0x316484=a6_0x1e23a0,_0x22953d={};_0x22953d['KLRdj']=_0x316484(0x1c1);const _0x38056c=_0x22953d;super(_0x2a450f),this[_0x316484(0x1ad)]={},_0x2a450f[_0x316484(0x164)]['on'](_0x38056c[_0x316484(0x191)],async _0x284c9a=>{const _0x4ce270=_0x316484;switch(!![]){case!!_0x284c9a[_0x4ce270(0x1c3)]:this[_0x4ce270(0x1c6)](_0x284c9a['testRunStarted']);break;case!!_0x284c9a[_0x4ce270(0x1c4)]:this[_0x4ce270(0x1d9)](_0x284c9a[_0x4ce270(0x1c4)]);break;case!!_0x284c9a[_0x4ce270(0x15c)]:this[_0x4ce270(0x183)](_0x284c9a[_0x4ce270(0x15c)],_0x2a450f,_0x284c9a);break;case!!_0x284c9a[_0x4ce270(0x1a8)]:this['onTestCaseFinished'](_0x284c9a['testCaseFinished'],_0x2a450f,_0x284c9a);break;case!!_0x284c9a[_0x4ce270(0x17a)]:this[_0x4ce270(0x1c8)](_0x284c9a[_0x4ce270(0x17a)],_0x2a450f);break;case!!_0x284c9a['testStepFinished']:this['onTestStepFinished'](_0x284c9a['testStepFinished'],_0x2a450f);break;case!!_0x284c9a[_0x4ce270(0x1ec)]:this['onHook'](_0x284c9a['hook']);break;case!!_0x284c9a[_0x4ce270(0x14b)]:this[_0x4ce270(0x1b3)](_0x284c9a['testCase']);break;case!!_0x284c9a[_0x4ce270(0x180)]:this[_0x4ce270(0x193)](_0x284c9a['pickle']);break;case!!_0x284c9a[_0x4ce270(0x184)]:this[_0x4ce270(0x1b6)](_0x284c9a[_0x4ce270(0x184)]);break;}});}[a6_0x1e23a0(0x17c)](_0x488da9){const _0x199829=a6_0x1e23a0;this[_0x199829(0x1ad)]['hooks']=Object[_0x199829(0x1a1)]([],this[_0x199829(0x1ad)]['hooks']||[]),this[_0x199829(0x1ad)]['hooks'][_0x199829(0x162)](_0x488da9);}[a6_0x1e23a0(0x193)](_0xd544b){const _0x24f559=a6_0x1e23a0;this[_0x24f559(0x1ad)][_0x24f559(0x180)]=Object['assign']([],this[_0x24f559(0x1ad)][_0x24f559(0x180)]||[],[_0xd544b]),this[_0x24f559(0x1ad)]['pickle'][_0x24f559(0x162)](_0xd544b);}[a6_0x1e23a0(0x1b6)](_0x19d34c){const _0x337e32=a6_0x1e23a0;this[_0x337e32(0x1ad)][_0x337e32(0x184)]=Object[_0x337e32(0x1a1)]([],this[_0x337e32(0x1ad)][_0x337e32(0x184)]||[],[_0x19d34c]),this[_0x337e32(0x1ad)][_0x337e32(0x184)][_0x337e32(0x162)](_0x19d34c);}[a6_0x1e23a0(0x1e2)](_0x5ae66b){const _0x2cc001=a6_0x1e23a0;this['report'][_0x2cc001(0x192)]=_0x5ae66b;}[a6_0x1e23a0(0x1e9)](_0x3469ec){const _0x41accb=a6_0x1e23a0;this['report'][_0x41accb(0x167)]=Object[_0x41accb(0x1a1)]([],this[_0x41accb(0x1ad)][_0x41accb(0x167)]||[],[_0x3469ec]),this[_0x41accb(0x1ad)]['stepDefinition']['push'](_0x3469ec);}['onTestCase'](_0x50c84f){const _0x58085c=a6_0x1e23a0;this[_0x58085c(0x1ad)]['testCases']=Object[_0x58085c(0x1a1)]([],this[_0x58085c(0x1ad)]['testCases']||[],[_0x50c84f]),this[_0x58085c(0x1ad)][_0x58085c(0x1bc)][_0x58085c(0x162)](_0x50c84f);}[a6_0x1e23a0(0x160)](_0x148470){const _0x349c1b=a6_0x1e23a0,_0x337475={'TohCH':function(_0x5eb54d,_0x2088fa){return _0x5eb54d!==_0x2088fa;},'OmBVU':_0x349c1b(0x18d),'UZbRd':function(_0x13fb0b,_0x533d2b){return _0x13fb0b+_0x533d2b;},'tvplR':function(_0xf6fc31,_0x9502a2){return _0xf6fc31+_0x9502a2;},'dlfnw':function(_0x120241,_0x2f2f2d){return _0x120241+_0x2f2f2d;},'norsH':function(_0x4758fc,_0x37d6d4){return _0x4758fc+_0x37d6d4;},'MMLNO':function(_0x225a70,_0x5cf9f1){return _0x225a70+_0x5cf9f1;},'QMebo':_0x349c1b(0x171),'tldbA':_0x349c1b(0x1d4),'CCtBu':function(_0x36b704,_0xaaed70){return _0x36b704===_0xaaed70;},'ESMQd':_0x349c1b(0x18a),'wqLNB':function(_0x2292c0,_0x25d25c,_0x1fe4cf){return _0x2292c0(_0x25d25c,_0x1fe4cf);},'jEkKJ':_0x349c1b(0x19a),'ZEOCh':_0x349c1b(0x195),'mFzTP':function(_0x6d0d1a,_0x36849e){return _0x6d0d1a+_0x36849e;},'Nuvjy':function(_0x3e8d72,_0x334d8b){return _0x3e8d72+_0x334d8b;},'paaHh':function(_0x38e8f5,_0x3f6793){return _0x38e8f5+_0x3f6793;},'mcbhe':function(_0x39a42c,_0x203ed6){return _0x39a42c+_0x203ed6;},'MPfCF':function(_0x336af1,_0x535386){return _0x336af1+_0x535386;},'ftxgO':function(_0x16053d,_0x9aebdd){return _0x16053d+_0x9aebdd;},'NpOUK':function(_0x2585c1,_0x4544d0){return _0x2585c1+_0x4544d0;}};_0x337475[_0x349c1b(0x181)](global[_0x349c1b(0x165)],undefined)&&this[_0x349c1b(0x15d)](_0x337475['mcbhe'](_0x337475['mFzTP']('\x0a',global[_0x349c1b(0x165)]),'\x0a'));const _0x385436=this[_0x349c1b(0x172)][_0x349c1b(0x1bb)](_0x148470[_0x349c1b(0x1e5)]);this[_0x349c1b(0x15d)](_0x337475[_0x349c1b(0x1b7)](_0x337475[_0x349c1b(0x198)](_0x337475[_0x349c1b(0x1a0)](_0x337475[_0x349c1b(0x1cf)]('\x20\x20',_0x385436['gherkinDocument'][_0x349c1b(0x156)][_0x349c1b(0x1b5)]),_0x337475['tldbA']),_0x385436['pickle'][_0x349c1b(0x1b5)]),'\x0a'));const _0x422ae5={};_0x422ae5[_0x349c1b(0x15a)]=this[_0x349c1b(0x15a)],_0x422ae5[_0x349c1b(0x176)]=this['snippetBuilder'],_0x422ae5[_0x349c1b(0x1d7)]=this[_0x349c1b(0x1d7)],_0x422ae5[_0x349c1b(0x15e)]=_0x385436;const _0x49d19f=formatterHelpers['parseTestCaseAttempt'](_0x422ae5);let _0xfda512=![];_0x49d19f[_0x349c1b(0x1ea)][_0x349c1b(0x175)](_0x5cc86c=>{const _0x22d1df=_0x349c1b;if(_0x337475[_0x22d1df(0x181)](_0x5cc86c['name'],_0x337475[_0x22d1df(0x19f)])&&!this['isBstackHook'](_0x5cc86c)){totalTests+=0x1,this[_0x22d1df(0x15d)](_0x337475[_0x22d1df(0x1e3)](_0x337475['tvplR'](_0x337475[_0x22d1df(0x1ed)](_0x337475['norsH'](_0x337475[_0x22d1df(0x1b7)](_0x337475['QMebo'],_0x5cc86c[_0x22d1df(0x168)]),_0x5cc86c[_0x22d1df(0x170)]||''),_0x337475[_0x22d1df(0x141)]),Status[_0x5cc86c[_0x22d1df(0x19a)][_0x22d1df(0x1e0)]]),'\x0a')),this[_0x22d1df(0x16c)](Status[_0x5cc86c[_0x22d1df(0x19a)][_0x22d1df(0x1e0)]]);if(_0x337475['CCtBu'](Status[_0x5cc86c[_0x22d1df(0x19a)][_0x22d1df(0x1e0)]],_0x337475[_0x22d1df(0x17d)])){_0xfda512=!![];const _0x1187e2=_0x337475[_0x22d1df(0x1be)](nestedKeyValue,_0x5cc86c,[_0x337475[_0x22d1df(0x150)],_0x337475[_0x22d1df(0x1a9)]]);_0x1187e2&&(testsErrorMessage[_0x337475[_0x22d1df(0x1e4)](_0x337475['Nuvjy'](_0x385436[_0x22d1df(0x184)][_0x22d1df(0x156)][_0x22d1df(0x1b5)],_0x337475[_0x22d1df(0x141)]),_0x385436[_0x22d1df(0x180)][_0x22d1df(0x1b5)])]=_0x1187e2,this[_0x22d1df(0x15d)](_0x337475[_0x22d1df(0x14c)](_0x1187e2,'\x0a')));}}}),_0xfda512&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0x1e23a0(0x19e)](_0x49f2b3){}[a6_0x1e23a0(0x1aa)](_0x37fedb){const _0x4dba95=a6_0x1e23a0,_0x5b945c={};_0x5b945c[_0x4dba95(0x185)]=function(_0x321a84,_0x16d5ec){return _0x321a84!==_0x16d5ec;},_0x5b945c[_0x4dba95(0x159)]=_0x4dba95(0x142);const _0x41a762=_0x5b945c;if(_0x41a762[_0x4dba95(0x185)](_0x37fedb[_0x4dba95(0x17f)],undefined))return![];if(_0x37fedb[_0x4dba95(0x1a2)]&&_0x37fedb[_0x4dba95(0x1a2)]['uri'][_0x4dba95(0x14e)](_0x41a762[_0x4dba95(0x159)]))return!![];return![];}[a6_0x1e23a0(0x16c)](_0x1e314f){const _0x4cfdab=a6_0x1e23a0,_0x16c655={};_0x16c655[_0x4cfdab(0x1d0)]=_0x4cfdab(0x18a),_0x16c655['LwIsx']=_0x4cfdab(0x1bd),_0x16c655[_0x4cfdab(0x1cc)]=_0x4cfdab(0x14a),_0x16c655[_0x4cfdab(0x1d5)]='PENDING',_0x16c655[_0x4cfdab(0x199)]=_0x4cfdab(0x16a),_0x16c655['wyRBI']=_0x4cfdab(0x14d),_0x16c655[_0x4cfdab(0x15b)]=_0x4cfdab(0x1c2);const _0x5bce1d=_0x16c655;switch(_0x1e314f){case _0x5bce1d['XRMJA']:testsFailed+=0x1;break;case _0x5bce1d[_0x4cfdab(0x1ab)]:testsPassed+=0x1;break;case _0x5bce1d[_0x4cfdab(0x1cc)]:testsSkipped+=0x1;break;case _0x5bce1d[_0x4cfdab(0x1d5)]:testsPending+=0x1;break;case _0x5bce1d[_0x4cfdab(0x199)]:testsUndefined+=0x1;break;case _0x5bce1d[_0x4cfdab(0x177)]:testsUnknown+=0x1;break;case _0x5bce1d[_0x4cfdab(0x15b)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x1e23a0(0x1c6)](_0x487325){const _0x4095e2=a6_0x1e23a0,_0x13fa7f={'xUgwq':function(_0xe587ed,_0x2df723){return _0xe587ed!==_0x2df723;},'GEzem':function(_0x35ce59,_0x3fe8ec){return _0x35ce59(_0x3fe8ec);},'hmeOa':function(_0x202051,_0x14e243){return _0x202051+_0x14e243;},'RSbgx':function(_0x25cc46){return _0x25cc46();}};let _0x49c889;if(_0x13fa7f[_0x4095e2(0x146)](process[_0x4095e2(0x1dd)][_0x4095e2(0x19d)],undefined)){const _0x1a2a05=JSON[_0x4095e2(0x1ca)](process['env'][_0x4095e2(0x19d)]);_0x49c889=_0x1a2a05[_0x4095e2(0x1ee)];}_0x13fa7f[_0x4095e2(0x146)](_0x49c889,undefined)&&(global[_0x4095e2(0x165)]=_0x13fa7f[_0x4095e2(0x1c7)](getPlatformName,_0x49c889),this['log'](_0x13fa7f[_0x4095e2(0x144)](_0x4095e2(0x166)+global[_0x4095e2(0x165)],'\x0a'))),_0x13fa7f[_0x4095e2(0x1b0)](shouldProcessEventForTesthub)&&(TestDetails[_0x4095e2(0x1d2)](),this[_0x4095e2(0x1ad)][_0x4095e2(0x1c3)]=_0x487325);}[a6_0x1e23a0(0x1d9)](_0x38bb3e){const _0x48b9f8=a6_0x1e23a0;this[_0x48b9f8(0x1ad)][_0x48b9f8(0x1c4)]=_0x38bb3e,this['logTestRunFinished'](_0x38bb3e);}async[a6_0x1e23a0(0x183)](_0x3e7835,_0x3411cf,_0x5d137d){const _0x19e9ce=a6_0x1e23a0,_0x3597e6={'cgCOC':function(_0x438835,_0x143177){return _0x438835(_0x143177);},'EypZb':_0x19e9ce(0x1a4),'CXuqv':function(_0x504cbb,_0x2a73c3){return _0x504cbb&&_0x2a73c3;}};testSuites+=0x1;if(_0x3597e6['cgCOC'](shouldProcessEventForTesthub,_0x3597e6[_0x19e9ce(0x16b)]))try{this[_0x19e9ce(0x1ad)][_0x19e9ce(0x15c)]=this['report'][_0x19e9ce(0x15c)]||{},this['report'][_0x19e9ce(0x15c)][_0x3e7835['id']]=_0x3e7835;const _0x5357fb=TestDetails['getTestUUID'](_0x3e7835['id']);_testCasesData[_0x3e7835['id']]=Object[_0x19e9ce(0x1a1)]({},_0x5d137d);const _0x454fc3=this['report'],_0x571534=_0x3e7835[_0x19e9ce(0x1e8)],_0x1a10cd=_0x454fc3['testCases']['find'](_0x325d23=>_0x325d23['id']===_0x571534)[_0x19e9ce(0x1d1)],_0x50a059=_0x454fc3[_0x19e9ce(0x180)][_0x19e9ce(0x1b4)](_0x25bcea=>_0x25bcea['id']===_0x1a10cd),_0x34257a=_0x454fc3['gherkinDocument'][_0x19e9ce(0x1b4)](_0x57e104=>_0x57e104[_0x19e9ce(0x1d6)]===_0x50a059[_0x19e9ce(0x1d6)]),_0x459933=_0x34257a['feature'],_0x6cde1={'uuid':_0x5357fb,'startedAt':new Date()[_0x19e9ce(0x1b2)]()};if(_0x50a059){const _0x2675d1={};_0x2675d1[_0x19e9ce(0x1b5)]=_0x50a059[_0x19e9ce(0x1b5)],_0x6cde1['scenario']=_0x2675d1;}if(_0x3597e6[_0x19e9ce(0x157)](_0x34257a,_0x459933)){const _0x383ab8={};_0x383ab8[_0x19e9ce(0x16e)]=_0x34257a[_0x19e9ce(0x1d6)],_0x383ab8[_0x19e9ce(0x1b5)]=_0x459933[_0x19e9ce(0x1b5)],_0x383ab8[_0x19e9ce(0x186)]=_0x459933[_0x19e9ce(0x186)],_0x6cde1[_0x19e9ce(0x156)]=_0x383ab8;}_tests[_0x571534]=_0x6cde1,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x5d137d,_0x34257a,_0x50a059,_0x3597e6['EypZb'],_0x6cde1);}catch(_0x3a4f2f){logger[_0x19e9ce(0x143)](_0x19e9ce(0x1a3)+util[_0x19e9ce(0x158)](_0x3a4f2f)+'\x20');}}async['onTestCaseFinished'](_0x55441a,_0x251bde,_0x1a8ec5){const _0x2076fa=a6_0x1e23a0,_0x254ec7={'nOlCn':function(_0x2af464,_0x106a8f){return _0x2af464(_0x106a8f);},'YIGxw':_0x2076fa(0x151)};this[_0x2076fa(0x160)](_0x55441a);if(_0x254ec7[_0x2076fa(0x179)](shouldProcessEventForTesthub,_0x254ec7['YIGxw']))try{this[_0x2076fa(0x1ad)][_0x2076fa(0x1a8)]=this[_0x2076fa(0x1ad)][_0x2076fa(0x1a8)]||{},this['report']['testCaseFinished'][_0x55441a[_0x2076fa(0x1e5)]]=_0x55441a,_testCasesData[_0x1a8ec5['id']]=Object[_0x2076fa(0x1a1)]({},_0x1a8ec5);const _0x3a11bb=_0x55441a[_0x2076fa(0x1e5)],_0x2f83f1=_0x251bde['eventDataCollector'][_0x2076fa(0x19b)][_0x3a11bb]['testCaseId'],_0x4500f8=_0x251bde[_0x2076fa(0x172)][_0x2076fa(0x1e1)][_0x2f83f1],_0x127a7c=_0x4500f8[_0x2076fa(0x1d1)],_0x1d4b15=_0x251bde['eventDataCollector']['pickleMap'][_0x127a7c],_0x4811d2=this[_0x2076fa(0x1d3)](_0x251bde,_0x1d4b15),_0x40145d=_tests[_0x2f83f1];_0x40145d&&(delete _tests[_0x2f83f1],_0x40145d[_0x2076fa(0x1a7)]=new Date()[_0x2076fa(0x1b2)]()),await testObservabilityReporter[_0x2076fa(0x15f)](_0x1a8ec5,_0x4811d2,_0x1d4b15,_0x254ec7[_0x2076fa(0x1b1)],_0x40145d);}catch(_0x4fbfe3){logger['debug'](_0x2076fa(0x154)+util[_0x2076fa(0x158)](_0x4fbfe3));}}async[a6_0x1e23a0(0x1c8)](_0x2557a8,_0x3ddfde){const _0x26355c=a6_0x1e23a0,_0x190a85={'xAnPp':function(_0x29536a,_0x11c942){return _0x29536a(_0x11c942);},'haYCb':_0x26355c(0x18e),'WFFcp':function(_0x1e8670,_0x2441e5){return _0x1e8670!==_0x2441e5;},'JwPOE':_0x26355c(0x1cd)};if(_0x190a85[_0x26355c(0x1a5)](shouldProcessEventForTesthub,_0x190a85['haYCb']))try{this[_0x26355c(0x1ad)][_0x26355c(0x17a)]=this[_0x26355c(0x1ad)][_0x26355c(0x17a)]||{},this[_0x26355c(0x1ad)][_0x26355c(0x17a)][_0x2557a8[_0x26355c(0x1e5)]]=_0x2557a8;const _0x2f2711=_0x2557a8['testCaseStartedId'],_0x42c8b9=_0x3ddfde[_0x26355c(0x172)][_0x26355c(0x19b)][_0x2f2711][_0x26355c(0x1e8)],_0x381f06=this[_0x26355c(0x1ad)][_0x26355c(0x1bc)][_0x26355c(0x1b4)](_0x4a7db7=>_0x4a7db7['id']===_0x42c8b9)['pickleId'],_0x47ddad=this[_0x26355c(0x1ad)]['pickle'][_0x26355c(0x1b4)](_0x5a950d=>_0x5a950d['id']===_0x381f06),_0x14dbd3=this[_0x26355c(0x1ad)][_0x26355c(0x1bc)]['find'](_0x1362a7=>_0x1362a7['id']===_0x42c8b9)[_0x26355c(0x1ea)],_0x285ca8=this[_0x26355c(0x1ad)][_0x26355c(0x17a)][_0x2f2711]['testStepId'],_0x356b17=_0x14dbd3['find'](_0x1e536e=>_0x1e536e['id']===_0x285ca8)['pickleStepId'],_0x2e1962=_0x47ddad[_0x26355c(0x1af)][_0x26355c(0x1b4)](_0x223d04=>_0x223d04['id']===_0x356b17);if(_0x356b17&&_tests[_0x42c8b9]&&_0x190a85[_0x26355c(0x196)](_tests[_0x42c8b9][_0x190a85['JwPOE']],_0x285ca8)){_tests[_0x42c8b9][_0x190a85[_0x26355c(0x1b8)]]=_0x285ca8;const _0x1b505b={};_0x1b505b[_0x26355c(0x1af)]=[];const _0x41c7c6=_tests[_0x42c8b9]||_0x1b505b;_0x41c7c6&&!_0x41c7c6[_0x26355c(0x1af)]&&(_0x41c7c6[_0x26355c(0x1af)]=[]),_0x41c7c6[_0x26355c(0x1af)]['push']({'id':_0x2e1962['id'],'text':_0x2e1962[_0x26355c(0x170)],'started_at':new Date()[_0x26355c(0x1b2)]()}),_tests[_0x42c8b9]=_0x41c7c6;}await testObservabilityReporter[_0x26355c(0x169)](this[_0x26355c(0x1ad)],_0x2f2711,_0x190a85['haYCb'],_0x14dbd3,_0x285ca8,_tests[_0x42c8b9]);}catch(_0x8828fd){logger[_0x26355c(0x143)](_0x26355c(0x1c0)+util[_0x26355c(0x158)](_0x8828fd));}}async['onTestStepFinished'](_0x5f2580,_0xfe07e1){const _0x39f919=a6_0x1e23a0,_0x39b9ab={'JChHb':function(_0x346a89,_0x3b6741){return _0x346a89===_0x3b6741;},'OkqxF':'4|3|1|0|2','ueIuR':function(_0x5cf75b,_0x1babdd){return _0x5cf75b(_0x1babdd);},'VTUBx':_0x39f919(0x1de),'VVDHL':_0x39f919(0x18f),'vzzFJ':function(_0x36efa1,_0x346d3a){return _0x36efa1===_0x346d3a;},'ullGl':_0x39f919(0x1e7),'olZQk':'testStepId'};this['report'][_0x39f919(0x1eb)]=this['report'][_0x39f919(0x1eb)]||{},this['report'][_0x39f919(0x1eb)][_0x5f2580[_0x39f919(0x1e5)]]=_0x5f2580;if(_0x39b9ab['ueIuR'](shouldProcessEventForTesthub,_0x39b9ab[_0x39f919(0x14f)]))try{const _0x2990b9=_0x5f2580[_0x39f919(0x1e5)],_0x461e0f=_0xfe07e1[_0x39f919(0x172)][_0x39f919(0x19b)][_0x2990b9][_0x39f919(0x1e8)],_0x1145e0=_0xfe07e1[_0x39f919(0x172)][_0x39f919(0x1e1)][_0x461e0f],_0x386570=_0x1145e0[_0x39f919(0x1d1)],_0x356248=_0xfe07e1[_0x39f919(0x172)]['pickleMap'][_0x386570],_0x515f75=_0x5f2580['testStepId'],_0x1ce105=_0x1145e0[_0x39f919(0x1ea)],_0x5ec955=this['eventDataCollector']['getTestCaseAttempt'](_0x2990b9),_0x492083=_0x1ce105['find'](_0x260772=>_0x260772['id']===_0x515f75)['pickleStepId'];let _0x389a7b,_0x11f8b3;_0x5f2580[_0x39f919(0x173)]&&_0x39b9ab[_0x39f919(0x145)](_0x5f2580[_0x39f919(0x173)][_0x39f919(0x1e0)][_0x39f919(0x153)]()[_0x39f919(0x188)](),_0x39b9ab[_0x39f919(0x148)])&&(_0x389a7b=_0x39b9ab[_0x39f919(0x145)](_0x5f2580[_0x39f919(0x173)][_0x39f919(0x197)],undefined)?_0x5f2580[_0x39f919(0x173)]['message']:_0x5f2580[_0x39f919(0x173)][_0x39f919(0x197)]['message'],_0x11f8b3=_0x39b9ab[_0x39f919(0x18b)](_0x5f2580[_0x39f919(0x173)][_0x39f919(0x197)],undefined)?_0x39b9ab[_0x39f919(0x194)]:_0x5f2580['testStepResult']['message']);await testObservabilityReporter[_0x39f919(0x169)](this[_0x39f919(0x1ad)],_0x2990b9,_0x39b9ab['VTUBx'],_0x1ce105,_0x515f75,_tests[_0x461e0f]);if(_0x492083&&_tests[_0x461e0f][_0x39b9ab[_0x39f919(0x1da)]]){const _0x450ae9=_0x356248[_0x39f919(0x1af)][_0x39f919(0x1b4)](_0x411786=>_0x411786['id']===_0x492083),_0x3f8304={};_0x3f8304[_0x39f919(0x1af)]=[];const _0x2fb848=_tests[_0x461e0f]||_0x3f8304;!_0x2fb848[_0x39f919(0x1af)]?_0x2fb848[_0x39f919(0x1af)]=[{'id':_0x450ae9['id'],'text':_0x450ae9[_0x39f919(0x170)],'finished_at':new Date()[_0x39f919(0x1b2)](),'result':_0x5f2580[_0x39f919(0x173)][_0x39f919(0x1e0)],'duration':_0x5f2580[_0x39f919(0x173)][_0x39f919(0x178)][_0x39f919(0x1db)],'failure':_0x389a7b,'failureType':_0x11f8b3}]:_0x2fb848['steps'][_0x39f919(0x175)](_0x56d92a=>{const _0x428fa6=_0x39f919;if(_0x39b9ab[_0x428fa6(0x145)](_0x56d92a['id'],_0x450ae9['id'])){const _0x4ec872=_0x39b9ab['OkqxF'][_0x428fa6(0x1dc)]('|');let _0x56f383=0x0;while(!![]){switch(_0x4ec872[_0x56f383++]){case'0':_0x56d92a[_0x428fa6(0x155)]=_0x389a7b;continue;case'1':_0x56d92a[_0x428fa6(0x178)]=_0x5f2580[_0x428fa6(0x173)]['duration']['seconds'];continue;case'2':_0x56d92a['failureType']=_0x11f8b3;continue;case'3':_0x56d92a[_0x428fa6(0x19a)]=_0x5f2580[_0x428fa6(0x173)][_0x428fa6(0x1e0)];continue;case'4':_0x56d92a[_0x428fa6(0x1e6)]=new Date()[_0x428fa6(0x1b2)]();continue;}break;}}}),_tests[_0x461e0f]=_0x2fb848,delete _tests[_0x461e0f][_0x39b9ab[_0x39f919(0x1da)]];}}catch(_0x2d6f77){logger[_0x39f919(0x143)](_0x39f919(0x174)+util['format'](_0x2d6f77));}}[a6_0x1e23a0(0x152)](_0xbd455a){const _0xcfcc7=a6_0x1e23a0,_0x28bb6a={};return _0xbd455a[_0xcfcc7(0x156)]['children']['map'](this[_0xcfcc7(0x16f)])['flat']()[_0xcfcc7(0x175)](_0xa39a54=>_0xa39a54[_0xcfcc7(0x1af)]['forEach'](_0x59b53b=>_0x28bb6a[_0x59b53b['id']]=_0x59b53b)),_0x28bb6a;}[a6_0x1e23a0(0x16f)](_0x29eeb7){const _0x741f37=a6_0x1e23a0,_0x3cb31d={'nQDYs':function(_0x8fc71,_0x50e62c){return _0x8fc71(_0x50e62c);},'kgLlc':function(_0x1ae93d,_0x3af05f){return _0x1ae93d(_0x3af05f);}};if(!_0x3cb31d[_0x741f37(0x1c9)](isUndefined,_0x29eeb7['background']))return[_0x29eeb7[_0x741f37(0x1d8)]];else{if(!_0x3cb31d['kgLlc'](isUndefined,_0x29eeb7['rule']))return _0x29eeb7[_0x741f37(0x1cb)][_0x741f37(0x1a6)][_0x741f37(0x1c5)](_0x46b0c4=>!isUndefined(_0x46b0c4['background'])?_0x46b0c4['background']:_0x46b0c4['scenario']);};return[_0x29eeb7[_0x741f37(0x16d)]];}[a6_0x1e23a0(0x1d3)](_0x1b4b07,_0xf3ee45){const _0xc52c26=a6_0x1e23a0;return Object[_0xc52c26(0x18c)](_0x1b4b07[_0xc52c26(0x172)][_0xc52c26(0x1df)])[_0xc52c26(0x1b4)](_0xe10afa=>_0xe10afa[_0xc52c26(0x1d6)]===_0xf3ee45[_0xc52c26(0x1d6)]);}}module[a6_0x1e23a0(0x1ae)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x1e23a0(0x183),a6_0x1e23a0(0x17b),a6_0x1e23a0(0x1c8),'onTestStepFinished',a6_0x1e23a0(0x1c6),'onTestRunFinished',a6_0x1e23a0(0x16f),'getGherkinDocument',a6_0x1e23a0(0x152)]);
|
|
1
|
+
function a6_0x2347(_0x1bffb7,_0x599348){const _0x3899f9=a6_0x3899();return a6_0x2347=function(_0x23474d,_0x22a625){_0x23474d=_0x23474d-0xa0;let _0x29c018=_0x3899f9[_0x23474d];return _0x29c018;},a6_0x2347(_0x1bffb7,_0x599348);}const a6_0x3d7c8d=a6_0x2347;function a6_0x3899(){const _0x236d44=['OwtDz','debug','sRbzO','testCaseAttempt','log','NeRvy','EJWaa','report','UNKNOWN','assign','eventBroadcaster','testCaseStartedId','testCaseId','rosnE','rule','JUVNA','onStepDefinition','forEach','aWnff','uri','SKIPPED','sendHook','actionLocation','hqZOx','doslr','555383hykZft','feature','Exception\x20in\x20onTestStepStarted\x20event:\x20','yWUzI','PsqCo','testCaseFinished','toString','source','485619lXfBhc','FAILED','path','keyword','steps','bstack','winstonLogger','getGherkinStepMap','CkKrU','parse','failure','status','finishedAt','rXgyw','testCaseStarted','bQhpb','onTestStepFinished','yTlCW','cucumber-js/test.setup.js','text','logTestCaseFinished','CvaaJ','CONFIG','find','name','AgYKa','pickle','failed','exception','OUHVH','onPickle','UnhandledError','../../playwright/reporter/test-details.js','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','isBstackHook','../../../helpers/helper','testRunFinished','util','result','values','flat','yvFNY','4516315xyxEMz','testStepResult','testCase','rmtms','getGherkinDocument','testStepId','message','sFKhO','cnDEB','sSzIk','testSteps','cwd','testCaseMap','map','hDDns','push','PASSED','sourceLocation','UivkI','onTestRunFinished','tgUSG','getTestCaseAttempt','background','hook','sxiDX','testCaseAttemptDataMap','TestRunFinished','gherkinDocument','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','testRunStarted','onSource','7uTHMAS','@cucumber/cucumber','eventDataCollector','stepDefinition','finished_at','PRdBj','toISOString','format','testCases','failureType','onTestCaseStarted','Mlqkg','Exception\x20in\x20onTestStepFinished\x20event:\x20','setup','snippetBuilder','sendTestRunEventForCucumber','TestRunStarted','4845434aMdRgT','cooyO','gGkDv','SuTtD','scenario','description','__platform','onGherkinDocument','QlyVh','fPxcR','757496VJwizI','seconds','WEcJf','1|2|0|3|4','DUajH','6jnJewl','onTestCaseFinished','eoyfG','hooks','ewJqc','incrementCounter','QWekz','extractStepContainers','../../../helpers/test-observability/error-handler','qaWqy','parseTestCaseAttempt','logTestRunFinished','exports','fbRSa','children','pickleMap','onHook','onTestStepStarted','testStepStarted','vROGz','HookRunFinished','130evEwCq','onTestCase','4249992pmLyPI','pickleStepId','pthfa','PECNr','testStepFinished','2qrrhRK','PENDING','239733jMtFIe','duration','pickleId'];a6_0x3899=function(){return _0x236d44;};return a6_0x3899();}(function(_0x31214f,_0x5c3081){const _0x47b07c=a6_0x2347,_0x41e72e=_0x31214f();while(!![]){try{const _0x23909b=parseInt(_0x47b07c(0x149))/0x1*(parseInt(_0x47b07c(0x12b))/0x2)+-parseInt(_0x47b07c(0xa6))/0x3+parseInt(_0x47b07c(0x126))/0x4+parseInt(_0x47b07c(0xd0))/0x5*(-parseInt(_0x47b07c(0x10f))/0x6)+parseInt(_0x47b07c(0xef))/0x7*(-parseInt(_0x47b07c(0x10a))/0x8)+parseInt(_0x47b07c(0x12d))/0x9*(-parseInt(_0x47b07c(0x124))/0xa)+parseInt(_0x47b07c(0x100))/0xb;if(_0x23909b===_0x5c3081)break;else _0x41e72e['push'](_0x41e72e['shift']());}catch(_0x555e71){_0x41e72e['push'](_0x41e72e['shift']());}}}(a6_0x3899,0x86d4f));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x3d7c8d(0xc9)),util=require(a6_0x3d7c8d(0xcb)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x3d7c8d(0xf0)),TestDetails=require(a6_0x3d7c8d(0xc6)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x3d7c8d(0x117)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x3d7c8d(0xac)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x353d3d){const _0x221932=a6_0x3d7c8d,_0x1b7c58={};_0x1b7c58[_0x221932(0x13d)]='envelope';const _0x38b0bc=_0x1b7c58;super(_0x353d3d),this[_0x221932(0x137)]={},_0x353d3d[_0x221932(0x13a)]['on'](_0x38b0bc['rosnE'],async _0x252383=>{const _0x441ac7=_0x221932;switch(!![]){case!!_0x252383[_0x441ac7(0xed)]:this['onTestRunStarted'](_0x252383[_0x441ac7(0xed)]);break;case!!_0x252383[_0x441ac7(0xca)]:this['onTestRunFinished'](_0x252383[_0x441ac7(0xca)]);break;case!!_0x252383['testCaseStarted']:this['onTestCaseStarted'](_0x252383[_0x441ac7(0xb4)],_0x353d3d,_0x252383);break;case!!_0x252383['testCaseFinished']:this[_0x441ac7(0x110)](_0x252383[_0x441ac7(0xa3)],_0x353d3d,_0x252383);break;case!!_0x252383['testStepStarted']:this[_0x441ac7(0x120)](_0x252383['testStepStarted'],_0x353d3d);break;case!!_0x252383['testStepFinished']:this[_0x441ac7(0xb6)](_0x252383['testStepFinished'],_0x353d3d);break;case!!_0x252383[_0x441ac7(0xe7)]:this[_0x441ac7(0x11f)](_0x252383[_0x441ac7(0xe7)]);break;case!!_0x252383[_0x441ac7(0xd2)]:this[_0x441ac7(0x125)](_0x252383[_0x441ac7(0xd2)]);break;case!!_0x252383[_0x441ac7(0xc0)]:this['onPickle'](_0x252383['pickle']);break;case!!_0x252383[_0x441ac7(0xeb)]:this['onGherkinDocument'](_0x252383[_0x441ac7(0xeb)]);break;}});}[a6_0x3d7c8d(0x11f)](_0xfe098c){const _0x36a6a4=a6_0x3d7c8d;this[_0x36a6a4(0x137)][_0x36a6a4(0x112)]=Object[_0x36a6a4(0x139)]([],this[_0x36a6a4(0x137)]['hooks']||[]),this[_0x36a6a4(0x137)]['hooks'][_0x36a6a4(0xdf)](_0xfe098c);}[a6_0x3d7c8d(0xc4)](_0x567688){const _0x7a33a9=a6_0x3d7c8d;this['report'][_0x7a33a9(0xc0)]=Object[_0x7a33a9(0x139)]([],this[_0x7a33a9(0x137)][_0x7a33a9(0xc0)]||[],[_0x567688]),this['report'][_0x7a33a9(0xc0)][_0x7a33a9(0xdf)](_0x567688);}[a6_0x3d7c8d(0x107)](_0x307c39){const _0x3a094b=a6_0x3d7c8d;this[_0x3a094b(0x137)][_0x3a094b(0xeb)]=Object['assign']([],this[_0x3a094b(0x137)][_0x3a094b(0xeb)]||[],[_0x307c39]),this[_0x3a094b(0x137)][_0x3a094b(0xeb)][_0x3a094b(0xdf)](_0x307c39);}[a6_0x3d7c8d(0xee)](_0x4f4db4){const _0x16236=a6_0x3d7c8d;this['report'][_0x16236(0xa5)]=_0x4f4db4;}[a6_0x3d7c8d(0x140)](_0x473e11){const _0x186306=a6_0x3d7c8d;this[_0x186306(0x137)][_0x186306(0xf2)]=Object['assign']([],this[_0x186306(0x137)][_0x186306(0xf2)]||[],[_0x473e11]),this[_0x186306(0x137)][_0x186306(0xf2)][_0x186306(0xdf)](_0x473e11);}['onTestCase'](_0x5a214a){const _0x527e4a=a6_0x3d7c8d;this[_0x527e4a(0x137)]['testCases']=Object[_0x527e4a(0x139)]([],this[_0x527e4a(0x137)]['testCases']||[],[_0x5a214a]),this[_0x527e4a(0x137)][_0x527e4a(0xf7)]['push'](_0x5a214a);}[a6_0x3d7c8d(0xba)](_0x25f048){const _0x50ea48=a6_0x3d7c8d,_0x2fe973={'sRbzO':function(_0x558726,_0x44c14e){return _0x558726!==_0x44c14e;},'QlyVh':_0x50ea48(0xab),'Mlqkg':function(_0x8b7ba7,_0x2e6dfe){return _0x8b7ba7+_0x2e6dfe;},'SuTtD':function(_0x1216f7,_0x1a8730){return _0x1216f7+_0x1a8730;},'ewJqc':function(_0xd12122,_0x232f7b){return _0xd12122+_0x232f7b;},'qaWqy':function(_0x4735ae,_0x7fa5ce){return _0x4735ae+_0x7fa5ce;},'HfchN':'\x20\x20\x20\x20','sFKhO':'\x20-\x20','gGkDv':function(_0x28c629,_0x2d9951){return _0x28c629===_0x2d9951;},'sSzIk':_0x50ea48(0xa7),'xqzel':function(_0x1c58ea,_0x562a9a,_0x433320){return _0x1c58ea(_0x562a9a,_0x433320);},'rmtms':_0x50ea48(0xcc),'cENJd':'message','PsqCo':function(_0x566f32,_0x1a7d8a){return _0x566f32+_0x1a7d8a;},'tgUSG':function(_0x4cc8fc,_0x4a891a){return _0x4cc8fc+_0x4a891a;},'StjPJ':function(_0x1d92ed,_0x227e7c){return _0x1d92ed+_0x227e7c;},'EJWaa':function(_0x289881,_0xa138e5){return _0x289881+_0xa138e5;},'sxiDX':function(_0x331b91,_0x254204){return _0x331b91+_0x254204;}};_0x2fe973[_0x50ea48(0x132)](global[_0x50ea48(0x106)],undefined)&&this['log'](_0x2fe973['StjPJ'](_0x2fe973[_0x50ea48(0x136)]('\x0a',global['__platform']),'\x0a'));const _0x5ba415=this[_0x50ea48(0xf1)][_0x50ea48(0xe5)](_0x25f048[_0x50ea48(0x13b)]);this[_0x50ea48(0x134)](_0x2fe973[_0x50ea48(0xe4)](_0x2fe973[_0x50ea48(0xe8)](_0x2fe973['EJWaa'](_0x2fe973[_0x50ea48(0x136)]('\x20\x20',_0x5ba415['gherkinDocument'][_0x50ea48(0x14a)][_0x50ea48(0xbe)]),_0x2fe973[_0x50ea48(0xd7)]),_0x5ba415[_0x50ea48(0xc0)][_0x50ea48(0xbe)]),'\x0a'));const _0x417488={};_0x417488[_0x50ea48(0xdb)]=this['cwd'],_0x417488[_0x50ea48(0xfd)]=this[_0x50ea48(0xfd)],_0x417488['supportCodeLibrary']=this['supportCodeLibrary'],_0x417488[_0x50ea48(0x133)]=_0x5ba415;const _0x1f61bc=formatterHelpers[_0x50ea48(0x119)](_0x417488);let _0xbfb400=![];_0x1f61bc[_0x50ea48(0xda)]['forEach'](_0x46aaf5=>{const _0x2fec2b=_0x50ea48;if(_0x2fe973[_0x2fec2b(0x132)](_0x46aaf5[_0x2fec2b(0xbe)],_0x2fe973[_0x2fec2b(0x108)])&&!this[_0x2fec2b(0xc8)](_0x46aaf5)){totalTests+=0x1,this[_0x2fec2b(0x134)](_0x2fe973[_0x2fec2b(0xfa)](_0x2fe973['Mlqkg'](_0x2fe973[_0x2fec2b(0x103)](_0x2fe973[_0x2fec2b(0x113)](_0x2fe973[_0x2fec2b(0x118)](_0x2fe973['HfchN'],_0x46aaf5[_0x2fec2b(0xa9)]),_0x46aaf5[_0x2fec2b(0xb9)]||''),_0x2fe973[_0x2fec2b(0xd7)]),Status[_0x46aaf5[_0x2fec2b(0xcc)][_0x2fec2b(0xb1)]]),'\x0a')),this['incrementCounter'](Status[_0x46aaf5[_0x2fec2b(0xcc)][_0x2fec2b(0xb1)]]);if(_0x2fe973[_0x2fec2b(0x102)](Status[_0x46aaf5[_0x2fec2b(0xcc)][_0x2fec2b(0xb1)]],_0x2fe973[_0x2fec2b(0xd9)])){_0xbfb400=!![];const _0x3185e1=_0x2fe973['xqzel'](nestedKeyValue,_0x46aaf5,[_0x2fe973[_0x2fec2b(0xd3)],_0x2fe973['cENJd']]);_0x3185e1&&(testsErrorMessage[_0x2fe973[_0x2fec2b(0x103)](_0x2fe973[_0x2fec2b(0xa2)](_0x5ba415[_0x2fec2b(0xeb)][_0x2fec2b(0x14a)][_0x2fec2b(0xbe)],_0x2fe973[_0x2fec2b(0xd7)]),_0x5ba415[_0x2fec2b(0xc0)][_0x2fec2b(0xbe)])]=_0x3185e1,this[_0x2fec2b(0x134)](_0x2fe973[_0x2fec2b(0xe4)](_0x3185e1,'\x0a')));}}}),_0xbfb400&&(testSuitesFailed+=0x1),this[_0x50ea48(0x134)]('\x0a');}['logTestRunFinished'](_0x59f34a){}[a6_0x3d7c8d(0xc8)](_0x34d338){const _0x2079af=a6_0x3d7c8d,_0xfdbeb2={};_0xfdbeb2[_0x2079af(0xc3)]=function(_0x4d7966,_0x4e7465){return _0x4d7966!==_0x4e7465;},_0xfdbeb2[_0x2079af(0x128)]=_0x2079af(0xb8);const _0x46cf29=_0xfdbeb2;if(_0x46cf29[_0x2079af(0xc3)](_0x34d338[_0x2079af(0xe1)],undefined))return![];if(_0x34d338[_0x2079af(0x146)]&&_0x34d338[_0x2079af(0x146)]['uri']['includes'](_0x46cf29[_0x2079af(0x128)]))return!![];return![];}[a6_0x3d7c8d(0x114)](_0x9c7feb){const _0x2ca1ff=a6_0x3d7c8d,_0x528253={};_0x528253[_0x2ca1ff(0xa1)]=_0x2ca1ff(0xa7),_0x528253[_0x2ca1ff(0xde)]=_0x2ca1ff(0xe0),_0x528253[_0x2ca1ff(0xf4)]=_0x2ca1ff(0x144),_0x528253[_0x2ca1ff(0xbf)]=_0x2ca1ff(0x12c),_0x528253[_0x2ca1ff(0x111)]='UNDEFINED',_0x528253[_0x2ca1ff(0xcf)]=_0x2ca1ff(0x138),_0x528253[_0x2ca1ff(0x115)]='AMBIGUOUS';const _0x1da94d=_0x528253;switch(_0x9c7feb){case _0x1da94d['yWUzI']:testsFailed+=0x1;break;case _0x1da94d[_0x2ca1ff(0xde)]:testsPassed+=0x1;break;case _0x1da94d[_0x2ca1ff(0xf4)]:testsSkipped+=0x1;break;case _0x1da94d['AgYKa']:testsPending+=0x1;break;case _0x1da94d[_0x2ca1ff(0x111)]:testsUndefined+=0x1;break;case _0x1da94d[_0x2ca1ff(0xcf)]:testsUnknown+=0x1;break;case _0x1da94d['QWekz']:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0xb91bcb){const _0x45e815=a6_0x3d7c8d,_0x5f3621={'rXgyw':function(_0x44498f,_0x3da7aa){return _0x44498f!==_0x3da7aa;},'ydKRj':function(_0x1d428a,_0x30feaa){return _0x1d428a!==_0x30feaa;},'hqZOx':function(_0x4fca86,_0x32d7b6){return _0x4fca86(_0x32d7b6);},'WEcJf':function(_0x13ee15,_0x2e46fa){return _0x13ee15+_0x2e46fa;},'Ncmju':function(_0xe312dd){return _0xe312dd();}};let _0x32adfb;if(_0x5f3621[_0x45e815(0xb3)](process['env'][_0x45e815(0xbc)],undefined)){const _0x5c7b03=JSON[_0x45e815(0xaf)](process['env'][_0x45e815(0xbc)]);_0x32adfb=_0x5c7b03['capability'];}_0x5f3621['ydKRj'](_0x32adfb,undefined)&&(global[_0x45e815(0x106)]=_0x5f3621[_0x45e815(0x147)](getPlatformName,_0x32adfb),this[_0x45e815(0x134)](_0x5f3621[_0x45e815(0x10c)]('Executing\x20tests\x20for\x20'+global[_0x45e815(0x106)],'\x0a'))),_0x5f3621['Ncmju'](shouldProcessEventForTesthub)&&(TestDetails[_0x45e815(0xfc)](),this[_0x45e815(0x137)][_0x45e815(0xed)]=_0xb91bcb);}[a6_0x3d7c8d(0xe3)](_0x4da654){const _0xb035e3=a6_0x3d7c8d;this['report'][_0xb035e3(0xca)]=_0x4da654,this[_0xb035e3(0x11a)](_0x4da654);}async[a6_0x3d7c8d(0xf9)](_0x398a70,_0x54a015,_0x154b44){const _0x869bdb=a6_0x3d7c8d,_0x43642a={'fPxcR':function(_0x5e267f,_0x41d6e5){return _0x5e267f(_0x41d6e5);},'CvaaJ':_0x869bdb(0xff),'fbRSa':function(_0x54840f,_0x6d9911){return _0x54840f&&_0x6d9911;}};testSuites+=0x1;if(_0x43642a[_0x869bdb(0x109)](shouldProcessEventForTesthub,_0x43642a[_0x869bdb(0xbb)]))try{this[_0x869bdb(0x137)][_0x869bdb(0xb4)]=this[_0x869bdb(0x137)][_0x869bdb(0xb4)]||{},this[_0x869bdb(0x137)][_0x869bdb(0xb4)][_0x398a70['id']]=_0x398a70;const _0x13dcc9=TestDetails['getTestUUID'](_0x398a70['id']);_testCasesData[_0x398a70['id']]=Object['assign']({},_0x154b44);const _0x24d8a=this[_0x869bdb(0x137)],_0x7a49f7=_0x398a70[_0x869bdb(0x13c)],_0x497e40=_0x24d8a['testCases'][_0x869bdb(0xbd)](_0xb36798=>_0xb36798['id']===_0x7a49f7)['pickleId'],_0x309b34=_0x24d8a[_0x869bdb(0xc0)][_0x869bdb(0xbd)](_0x1455dd=>_0x1455dd['id']===_0x497e40),_0x401605=_0x24d8a['gherkinDocument'][_0x869bdb(0xbd)](_0x31bd5b=>_0x31bd5b[_0x869bdb(0x143)]===_0x309b34[_0x869bdb(0x143)]),_0x5b4d14=_0x401605[_0x869bdb(0x14a)],_0x5cbc8a={'uuid':_0x13dcc9,'startedAt':new Date()['toISOString']()};if(_0x309b34){const _0x586209={};_0x586209[_0x869bdb(0xbe)]=_0x309b34[_0x869bdb(0xbe)],_0x5cbc8a[_0x869bdb(0x104)]=_0x586209;}if(_0x43642a[_0x869bdb(0x11c)](_0x401605,_0x5b4d14)){const _0x24802f={};_0x24802f[_0x869bdb(0xa8)]=_0x401605[_0x869bdb(0x143)],_0x24802f[_0x869bdb(0xbe)]=_0x5b4d14[_0x869bdb(0xbe)],_0x24802f[_0x869bdb(0x105)]=_0x5b4d14[_0x869bdb(0x105)],_0x5cbc8a[_0x869bdb(0x14a)]=_0x24802f;}_tests[_0x7a49f7]=_0x5cbc8a,await testObservabilityReporter[_0x869bdb(0xfe)](_0x154b44,_0x401605,_0x309b34,_0x43642a[_0x869bdb(0xbb)],_0x5cbc8a);}catch(_0x1bda93){logger[_0x869bdb(0x131)](_0x869bdb(0xec)+util[_0x869bdb(0xf6)](_0x1bda93)+'\x20');}}async[a6_0x3d7c8d(0x110)](_0x218727,_0x498c44,_0x39b77c){const _0x47a914=a6_0x3d7c8d,_0x9dbd4={'bQhpb':function(_0x39c74b,_0x6390c0){return _0x39c74b(_0x6390c0);},'yTlCW':_0x47a914(0xea)};this[_0x47a914(0xba)](_0x218727);if(_0x9dbd4[_0x47a914(0xb5)](shouldProcessEventForTesthub,_0x9dbd4['yTlCW']))try{this['report'][_0x47a914(0xa3)]=this['report'][_0x47a914(0xa3)]||{},this['report'][_0x47a914(0xa3)][_0x218727['testCaseStartedId']]=_0x218727,_testCasesData[_0x39b77c['id']]=Object['assign']({},_0x39b77c);const _0x355af3=_0x218727[_0x47a914(0x13b)],_0x5c9a12=_0x498c44['eventDataCollector'][_0x47a914(0xe9)][_0x355af3][_0x47a914(0x13c)],_0x26eea1=_0x498c44[_0x47a914(0xf1)][_0x47a914(0xdc)][_0x5c9a12],_0x33c04a=_0x26eea1['pickleId'],_0x36836c=_0x498c44[_0x47a914(0xf1)][_0x47a914(0x11e)][_0x33c04a],_0x4d0a46=this[_0x47a914(0xd4)](_0x498c44,_0x36836c),_0x271e40=_tests[_0x5c9a12];_0x271e40&&(delete _tests[_0x5c9a12],_0x271e40[_0x47a914(0xb2)]=new Date()[_0x47a914(0xf5)]()),await testObservabilityReporter[_0x47a914(0xfe)](_0x39b77c,_0x4d0a46,_0x36836c,_0x9dbd4[_0x47a914(0xb7)],_0x271e40);}catch(_0x492f92){logger['debug'](_0x47a914(0xc7)+util[_0x47a914(0xf6)](_0x492f92));}}async['onTestStepStarted'](_0x3c1dd7,_0x219599){const _0x25ea09=a6_0x3d7c8d,_0x36425f={'OwtDz':function(_0xa09e41,_0x3fc449){return _0xa09e41(_0x3fc449);},'CkKrU':'HookRunStarted','vROGz':function(_0x2ad51f,_0x6be067){return _0x2ad51f!==_0x6be067;},'cnDEB':_0x25ea09(0xd5)};if(_0x36425f[_0x25ea09(0x130)](shouldProcessEventForTesthub,_0x36425f[_0x25ea09(0xae)]))try{this[_0x25ea09(0x137)]['testStepStarted']=this[_0x25ea09(0x137)][_0x25ea09(0x121)]||{},this[_0x25ea09(0x137)][_0x25ea09(0x121)][_0x3c1dd7[_0x25ea09(0x13b)]]=_0x3c1dd7;const _0x12cf99=_0x3c1dd7[_0x25ea09(0x13b)],_0x309790=_0x219599[_0x25ea09(0xf1)]['testCaseAttemptDataMap'][_0x12cf99][_0x25ea09(0x13c)],_0xa88b7e=this[_0x25ea09(0x137)][_0x25ea09(0xf7)][_0x25ea09(0xbd)](_0x408403=>_0x408403['id']===_0x309790)[_0x25ea09(0x12f)],_0xdc055a=this[_0x25ea09(0x137)][_0x25ea09(0xc0)][_0x25ea09(0xbd)](_0x36e8a6=>_0x36e8a6['id']===_0xa88b7e),_0x37d356=this['report'][_0x25ea09(0xf7)][_0x25ea09(0xbd)](_0x12743b=>_0x12743b['id']===_0x309790)[_0x25ea09(0xda)],_0x40acca=this['report'][_0x25ea09(0x121)][_0x12cf99]['testStepId'],_0x283126=_0x37d356[_0x25ea09(0xbd)](_0x5257f8=>_0x5257f8['id']===_0x40acca)[_0x25ea09(0x127)],_0x1471a9=_0xdc055a['steps']['find'](_0x164891=>_0x164891['id']===_0x283126);if(_0x283126&&_tests[_0x309790]&&_0x36425f[_0x25ea09(0x122)](_tests[_0x309790][_0x36425f[_0x25ea09(0xd8)]],_0x40acca)){_tests[_0x309790][_0x36425f['cnDEB']]=_0x40acca;const _0xc93868={};_0xc93868[_0x25ea09(0xaa)]=[];const _0x2066b2=_tests[_0x309790]||_0xc93868;_0x2066b2&&!_0x2066b2[_0x25ea09(0xaa)]&&(_0x2066b2['steps']=[]),_0x2066b2[_0x25ea09(0xaa)]['push']({'id':_0x1471a9['id'],'text':_0x1471a9['text'],'started_at':new Date()[_0x25ea09(0xf5)]()}),_tests[_0x309790]=_0x2066b2;}await testObservabilityReporter[_0x25ea09(0x145)](this[_0x25ea09(0x137)],_0x12cf99,_0x36425f[_0x25ea09(0xae)],_0x37d356,_0x40acca,_tests[_0x309790]);}catch(_0x89c18){logger[_0x25ea09(0x131)](_0x25ea09(0xa0)+util[_0x25ea09(0xf6)](_0x89c18));}}async['onTestStepFinished'](_0x54a81f,_0x337c5b){const _0xfc141=a6_0x3d7c8d,_0x435202={'VaULj':function(_0x23e740,_0x10edd6){return _0x23e740===_0x10edd6;},'aWnff':_0xfc141(0x10d),'PECNr':function(_0x10df90,_0x1ef105){return _0x10df90(_0x1ef105);},'doslr':_0xfc141(0x123),'JUVNA':function(_0x82b8,_0x587bb7){return _0x82b8===_0x587bb7;},'bJsWe':_0xfc141(0xc1),'DUajH':function(_0xc83302,_0x3c58e6){return _0xc83302===_0x3c58e6;},'NeRvy':_0xfc141(0xc5),'cooyO':_0xfc141(0xd5)};this[_0xfc141(0x137)]['testStepFinished']=this['report'][_0xfc141(0x12a)]||{},this['report'][_0xfc141(0x12a)][_0x54a81f[_0xfc141(0x13b)]]=_0x54a81f;if(_0x435202[_0xfc141(0x129)](shouldProcessEventForTesthub,_0x435202[_0xfc141(0x148)]))try{const _0x5f23f2=_0x54a81f['testCaseStartedId'],_0x53ab25=_0x337c5b[_0xfc141(0xf1)][_0xfc141(0xe9)][_0x5f23f2][_0xfc141(0x13c)],_0x17ac37=_0x337c5b['eventDataCollector'][_0xfc141(0xdc)][_0x53ab25],_0x44686f=_0x17ac37[_0xfc141(0x12f)],_0xd027ff=_0x337c5b[_0xfc141(0xf1)]['pickleMap'][_0x44686f],_0x453e69=_0x54a81f['testStepId'],_0x2090cf=_0x17ac37[_0xfc141(0xda)],_0x52f29c=this[_0xfc141(0xf1)]['getTestCaseAttempt'](_0x5f23f2),_0x89976f=_0x2090cf[_0xfc141(0xbd)](_0x2dfc94=>_0x2dfc94['id']===_0x453e69)[_0xfc141(0x127)];let _0x55a149,_0x50a942;_0x54a81f['testStepResult']&&_0x435202[_0xfc141(0x13f)](_0x54a81f['testStepResult'][_0xfc141(0xb1)][_0xfc141(0xa4)]()['toLowerCase'](),_0x435202['bJsWe'])&&(_0x55a149=_0x435202[_0xfc141(0x13f)](_0x54a81f[_0xfc141(0xd1)]['exception'],undefined)?_0x54a81f[_0xfc141(0xd1)][_0xfc141(0xd6)]:_0x54a81f[_0xfc141(0xd1)][_0xfc141(0xc2)]['message'],_0x50a942=_0x435202[_0xfc141(0x10e)](_0x54a81f[_0xfc141(0xd1)][_0xfc141(0xc2)],undefined)?_0x435202[_0xfc141(0x135)]:_0x54a81f[_0xfc141(0xd1)]['message']);await testObservabilityReporter[_0xfc141(0x145)](this[_0xfc141(0x137)],_0x5f23f2,_0x435202[_0xfc141(0x148)],_0x2090cf,_0x453e69,_tests[_0x53ab25]);if(_0x89976f&&_tests[_0x53ab25][_0x435202['cooyO']]){const _0x4a7120=_0xd027ff['steps']['find'](_0x125479=>_0x125479['id']===_0x89976f),_0x1347ea={};_0x1347ea[_0xfc141(0xaa)]=[];const _0x1c5d77=_tests[_0x53ab25]||_0x1347ea;!_0x1c5d77['steps']?_0x1c5d77[_0xfc141(0xaa)]=[{'id':_0x4a7120['id'],'text':_0x4a7120[_0xfc141(0xb9)],'finished_at':new Date()[_0xfc141(0xf5)](),'result':_0x54a81f[_0xfc141(0xd1)][_0xfc141(0xb1)],'duration':_0x54a81f['testStepResult'][_0xfc141(0x12e)][_0xfc141(0x10b)],'failure':_0x55a149,'failureType':_0x50a942}]:_0x1c5d77[_0xfc141(0xaa)][_0xfc141(0x141)](_0x1490a4=>{const _0x46ed3b=_0xfc141;if(_0x435202['VaULj'](_0x1490a4['id'],_0x4a7120['id'])){const _0xdab1ba=_0x435202[_0x46ed3b(0x142)]['split']('|');let _0x340c52=0x0;while(!![]){switch(_0xdab1ba[_0x340c52++]){case'0':_0x1490a4[_0x46ed3b(0x12e)]=_0x54a81f[_0x46ed3b(0xd1)]['duration'][_0x46ed3b(0x10b)];continue;case'1':_0x1490a4[_0x46ed3b(0xf3)]=new Date()[_0x46ed3b(0xf5)]();continue;case'2':_0x1490a4[_0x46ed3b(0xcc)]=_0x54a81f[_0x46ed3b(0xd1)][_0x46ed3b(0xb1)];continue;case'3':_0x1490a4[_0x46ed3b(0xb0)]=_0x55a149;continue;case'4':_0x1490a4[_0x46ed3b(0xf8)]=_0x50a942;continue;}break;}}}),_tests[_0x53ab25]=_0x1c5d77,delete _tests[_0x53ab25][_0x435202[_0xfc141(0x101)]];}}catch(_0x3620e8){logger['debug'](_0xfc141(0xfb)+util[_0xfc141(0xf6)](_0x3620e8));}}[a6_0x3d7c8d(0xad)](_0x18203c){const _0x10b248=a6_0x3d7c8d,_0x5983fa={};return _0x18203c[_0x10b248(0x14a)][_0x10b248(0x11d)][_0x10b248(0xdd)](this[_0x10b248(0x116)])[_0x10b248(0xce)]()[_0x10b248(0x141)](_0x44e6b2=>_0x44e6b2[_0x10b248(0xaa)][_0x10b248(0x141)](_0x922562=>_0x5983fa[_0x922562['id']]=_0x922562)),_0x5983fa;}[a6_0x3d7c8d(0x116)](_0x3bfd3c){const _0x27b031=a6_0x3d7c8d,_0x2b29c2={'UivkI':function(_0x570cf1,_0x5d4c7d){return _0x570cf1(_0x5d4c7d);}};if(!_0x2b29c2[_0x27b031(0xe2)](isUndefined,_0x3bfd3c[_0x27b031(0xe6)]))return[_0x3bfd3c['background']];else{if(!_0x2b29c2[_0x27b031(0xe2)](isUndefined,_0x3bfd3c[_0x27b031(0x13e)]))return _0x3bfd3c['rule']['children'][_0x27b031(0xdd)](_0x108cd6=>!isUndefined(_0x108cd6[_0x27b031(0xe6)])?_0x108cd6[_0x27b031(0xe6)]:_0x108cd6[_0x27b031(0x104)]);};return[_0x3bfd3c[_0x27b031(0x104)]];}['getGherkinDocument'](_0x5d18fe,_0x3fb872){const _0x1d75e8=a6_0x3d7c8d;return Object[_0x1d75e8(0xcd)](_0x5d18fe[_0x1d75e8(0xf1)]['gherkinDocumentMap'])['find'](_0x51d022=>_0x51d022[_0x1d75e8(0x143)]===_0x3fb872['uri']);}}module[a6_0x3d7c8d(0x11b)]=o11yClassErrorHandler(BrowserstackFormatter,['onTestCaseStarted','onTestCaseFinished',a6_0x3d7c8d(0x120),'onTestStepFinished','onTestRunStarted',a6_0x3d7c8d(0xe3),a6_0x3d7c8d(0x116),'getGherkinDocument','getGherkinStepMap']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a7_0x1a2cca=a7_0x4424;function a7_0x51b3(){const _0x1cc30d=['yoPhi','exception','uhZhE','\x20-\x20','rdVLD','ATyfs','undefined','rkcOZ','result','VCaKb','xzyUl','test-run-started','CONFIG','\x20\x20\x20\x20AFTER\x20-\x20','3857kPRTJV','FHTym','TTlye','IjyAK','2484040klUutI','testCase','eventBroadcaster','text','UNKNOWN','log','jIuRa','test-step-started','TXiLX','tUknQ','zMAEC','FAILED','jZWnJ','PENDING','cucumber/lib/formatter/helpers/pickle_parser.js','SKIPPED','577780aKoUBb','sourceLocation','cucumber-js/test_old.setup.js','Executing\x20tests\x20for\x20','PEnXu','uJCHv','exports','HUdzQ','pickle','UNDEFINED','oXufW','lanmm','__platform','env','ThYfQ','eRygf','TarzI','HRmgr','parse','feature','PGyna','actionLocation','PXwvd','uri','ewPNY','getStepLineToPickledStepMap','gherkinDocument','IfOJC','KiMmS','steps','toUpperCase','249970gBfrZH','545109DmUkdA','NmdLj','wyOrA','test-case-started','REIbe','getTestCaseData','GVwgl','forEach','stack','XmrQi','getTestCaseAttempt','name','lOkZL','nzoHq','gsbHs','684miBJzq','cucumber','test-case-finished','iwPbO','logTestCaseFinished','../../../helpers/helper','line','YLjga','status','3536190KWarST','stepResults','fIdrQ','2LYkcED','includes','eventDataCollector','59102REpwnA'];a7_0x51b3=function(){return _0x1cc30d;};return a7_0x51b3();}function a7_0x4424(_0x54ba9d,_0x58fbf4){const _0x51b36a=a7_0x51b3();return a7_0x4424=function(_0x4424a2,_0x3d4b44){_0x4424a2=_0x4424a2-0x99;let _0x37c206=_0x51b36a[_0x4424a2];return _0x37c206;},a7_0x4424(_0x54ba9d,_0x58fbf4);}(function(_0xe22130,_0x11af26){const _0x2516e6=a7_0x4424,_0x223124=_0xe22130();while(!![]){try{const _0x42c103=-parseInt(_0x2516e6(0xee))/0x1*(parseInt(_0x2516e6(0xeb))/0x2)+parseInt(_0x2516e6(0xd0))/0x3+parseInt(_0x2516e6(0xb0))/0x4+parseInt(_0x2516e6(0xcf))/0x5+parseInt(_0x2516e6(0xdf))/0x6*(-parseInt(_0x2516e6(0x9c))/0x7)+parseInt(_0x2516e6(0xa0))/0x8+-parseInt(_0x2516e6(0xe8))/0x9;if(_0x42c103===_0x11af26)break;else _0x223124['push'](_0x223124['shift']());}catch(_0x8ff6df){_0x223124['push'](_0x223124['shift']());}}}(a7_0x51b3,0x29f2d));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x1a2cca(0xe4)),{Formatter}=requireModule(a7_0x1a2cca(0xe0)),pickleParser=requireModule(a7_0x1a2cca(0xae),'cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x5a6168){const _0x50b802=a7_0x1a2cca,_0xa63120={'eRygf':function(_0x677214,_0x25faf0){return _0x677214!==_0x25faf0;},'uhZhE':function(_0x1ba07c,_0x3d4e04){return _0x1ba07c(_0x3d4e04);},'IjyAK':_0x50b802(0x99),'GMnNN':_0x50b802(0xd3),'gsbHs':_0x50b802(0xe1),'nzoHq':'test-run-finished','xzyUl':_0x50b802(0xa7)};super(_0x5a6168),_0x5a6168[_0x50b802(0xa2)]['on'](_0xa63120[_0x50b802(0x9f)],()=>{const _0x58f9e6=_0x50b802;let _0x363a31;if(_0xa63120['eRygf'](process[_0x58f9e6(0xbd)][_0x58f9e6(0x9a)],undefined)){const _0x6a7ff1=JSON[_0x58f9e6(0xc2)](process[_0x58f9e6(0xbd)][_0x58f9e6(0x9a)]);_0x363a31=_0x6a7ff1['capability'];}_0xa63120[_0x58f9e6(0xbf)](_0x363a31,undefined)&&(global[_0x58f9e6(0xbc)]=_0xa63120[_0x58f9e6(0xf1)](getPlatformName,_0x363a31),console[_0x58f9e6(0xa5)](_0x58f9e6(0xb3)+global[_0x58f9e6(0xbc)]));}),_0x5a6168['eventBroadcaster']['on'](_0xa63120['GMnNN'],()=>{testSuites+=0x1;}),_0x5a6168[_0x50b802(0xa2)]['on'](_0xa63120[_0x50b802(0xde)],_0x512427=>{this['logTestCaseFinished'](_0x512427);}),_0x5a6168['eventBroadcaster']['on'](_0xa63120[_0x50b802(0xdd)],()=>{totalTests-=0x2;}),_0x5a6168[_0x50b802(0xa2)]['on'](_0xa63120[_0x50b802(0xf9)],()=>{totalTests+=0x1;});}[a7_0x1a2cca(0xe3)](_0x1e68de){const _0xa6cd48=a7_0x1a2cca,_0x33997e={'GVwgl':_0xa6cd48(0xab),'TTlye':'PASSED','lanmm':_0xa6cd48(0xaf),'oXufW':_0xa6cd48(0xad),'iwPbO':_0xa6cd48(0xb9),'PGyna':_0xa6cd48(0xa4),'TarzI':'AMBIGUOUS','yoPhi':function(_0x2a3829,_0x113ca3){return _0x2a3829+_0x113ca3;},'YLjga':function(_0x23e91e,_0xca5b4){return _0x23e91e+_0xca5b4;},'fIdrQ':function(_0x186fea,_0x4160b7){return _0x186fea+_0x4160b7;},'zMAEC':'\x20\x20\x20\x20','lOkZL':_0xa6cd48(0xf2),'rdVLD':function(_0x17c0b9,_0xf4db2){return _0x17c0b9(_0xf4db2);},'REIbe':_0xa6cd48(0xb2),'ThYfQ':function(_0x363be9,_0x419dd7){return _0x363be9(_0x419dd7);},'rkcOZ':function(_0x2bdb96,_0x254eef){return _0x2bdb96+_0x254eef;},'HRmgr':_0xa6cd48(0x9b),'wyOrA':'\x20\x20\x20\x20BEFORE\x20-\x20','jZWnJ':function(_0x2bca8d,_0xc665f6){return _0x2bca8d===_0xc665f6;},'XmrQi':function(_0x35d7,_0x115dda,_0x31e7b0){return _0x35d7(_0x115dda,_0x31e7b0);},'ewPNY':_0xa6cd48(0xf7),'IfOJC':_0xa6cd48(0xf0),'tUknQ':_0xa6cd48(0xd8),'VCaKb':function(_0x36448b,_0x41574c){return _0x36448b!==_0x41574c;},'ogHyv':_0xa6cd48(0xf5),'ccumh':function(_0xd18314,_0x11c650){return _0xd18314+_0x11c650;},'uJCHv':function(_0x4e5d1b,_0x4641be){return _0x4e5d1b+_0x4641be;},'FHTym':function(_0x4c974b,_0x15d4b2){return _0x4c974b+_0x15d4b2;},'HUdzQ':function(_0x304d62,_0x1ea169){return _0x304d62+_0x1ea169;},'ATyfs':function(_0x188ba3,_0x41ec1d){return _0x188ba3<_0x41ec1d;},'KiMmS':function(_0x52c97e,_0x15d2f4){return _0x52c97e+_0x15d2f4;},'PEnXu':function(_0x383ea1,_0x4cecd1){return _0x383ea1(_0x4cecd1);},'jIuRa':function(_0x2efe48,_0x2c3e9a){return _0x2efe48===_0x2c3e9a;},'TXiLX':function(_0x59a04b,_0x3c9461,_0x3da9e8){return _0x59a04b(_0x3c9461,_0x3da9e8);},'PXwvd':function(_0x19a602,_0x272ba2){return _0x19a602+_0x272ba2;},'NmdLj':function(_0x26e51a,_0x3aa888){return _0x26e51a+_0x3aa888;}};let _0x5278a3=![];function _0x227675(_0x3f8a65){const _0x28e6e1=_0xa6cd48;switch(_0x3f8a65){case _0x33997e[_0x28e6e1(0xd6)]:testsFailed+=0x1;break;case _0x33997e[_0x28e6e1(0x9e)]:testsPassed+=0x1;break;case _0x33997e[_0x28e6e1(0xbb)]:testsSkipped+=0x1;break;case _0x33997e[_0x28e6e1(0xba)]:testsPending+=0x1;break;case _0x33997e[_0x28e6e1(0xe2)]:testsUndefined+=0x1;break;case _0x33997e[_0x28e6e1(0xc4)]:testsUnknown+=0x1;break;case _0x33997e[_0x28e6e1(0xc0)]:testsAmbiguous+=0x1;break;default:break;}}_0x33997e[_0xa6cd48(0xf8)](global[_0xa6cd48(0xbc)],undefined)&&console[_0xa6cd48(0xa5)](_0x33997e[_0xa6cd48(0xef)](_0x33997e[_0xa6cd48(0xea)]('\x0a',global[_0xa6cd48(0xbc)]),'\x0a'));let _0x447afb=![];if(_0x33997e['VCaKb'](typeof this[_0xa6cd48(0xed)][_0xa6cd48(0xd5)],_0x33997e['ogHyv'])){var _0xdf8ef3=this[_0xa6cd48(0xed)][_0xa6cd48(0xd5)](_0x1e68de[_0xa6cd48(0xb1)]),_0x16935e=_0xdf8ef3['pickle'],_0x2b9fe8=_0xdf8ef3[_0xa6cd48(0xa1)];console[_0xa6cd48(0xa5)](_0x33997e['ccumh']('\x20\x20',_0x16935e['name']));var _0x35bd03=(0x0,pickleParser[_0xa6cd48(0xc9)])(_0x16935e);_0x2b9fe8[_0xa6cd48(0xcd)][_0xa6cd48(0xd7)](function(_0x460613){const _0x191e45=_0xa6cd48;if(_0x460613['actionLocation']&&_0x460613['sourceLocation'])_0x5278a3=!![],console[_0x191e45(0xa5)](_0x33997e[_0x191e45(0xef)](_0x33997e[_0x191e45(0xe6)](_0x33997e[_0x191e45(0xea)](_0x33997e[_0x191e45(0xaa)],_0x35bd03[_0x460613[_0x191e45(0xb1)][_0x191e45(0xe5)]][_0x191e45(0xa3)]),_0x33997e[_0x191e45(0xdc)]),_0x460613[_0x191e45(0xf7)][_0x191e45(0xe7)][_0x191e45(0xce)]())),_0x33997e[_0x191e45(0xf3)](_0x227675,_0x460613[_0x191e45(0xf7)][_0x191e45(0xe7)][_0x191e45(0xce)]());else _0x460613[_0x191e45(0xc5)]&&(!_0x460613['actionLocation'][_0x191e45(0xc7)][_0x191e45(0xec)](_0x33997e[_0x191e45(0xd4)])&&(_0x33997e[_0x191e45(0xbe)](_0x227675,_0x460613[_0x191e45(0xf7)][_0x191e45(0xe7)][_0x191e45(0xce)]()),_0x5278a3?console[_0x191e45(0xa5)](_0x33997e[_0x191e45(0xf6)](_0x33997e['HRmgr'],_0x460613['result'][_0x191e45(0xe7)][_0x191e45(0xce)]())):console['log'](_0x33997e[_0x191e45(0xe6)](_0x33997e[_0x191e45(0xd2)],_0x460613[_0x191e45(0xf7)][_0x191e45(0xe7)][_0x191e45(0xce)]()))));if(_0x33997e[_0x191e45(0xac)](_0x460613[_0x191e45(0xf7)]['status'][_0x191e45(0xce)](),_0x33997e['GVwgl'])){const _0x451962=_0x33997e[_0x191e45(0xd9)](nestedKeyValue,_0x460613,[_0x33997e[_0x191e45(0xc8)],_0x33997e[_0x191e45(0xcb)],_0x33997e[_0x191e45(0xa9)]]);_0x451962&&(testsErrorMessage[_0x16935e[_0x191e45(0xdb)]]=_0x451962,console[_0x191e45(0xa5)](_0x33997e[_0x191e45(0xea)](_0x451962,'\x0a'))),_0x447afb=!![];}});}else{const _0x1ae2c1=this[_0xa6cd48(0xed)][_0xa6cd48(0xda)](_0x1e68de);console[_0xa6cd48(0xa5)](_0x33997e[_0xa6cd48(0xb5)](_0x33997e[_0xa6cd48(0x9d)](_0x33997e['HUdzQ']('\x20\x20',_0x1ae2c1['gherkinDocument'][_0xa6cd48(0xc3)][_0xa6cd48(0xdb)]),_0x33997e['lOkZL']),_0x1ae2c1[_0xa6cd48(0xb8)][_0xa6cd48(0xdb)]));const _0x437576=(0x0,pickleParser[_0xa6cd48(0xc9)])(_0x1ae2c1[_0xa6cd48(0xb8)]),_0x47caa0=_0x1ae2c1[_0xa6cd48(0xa1)][_0xa6cd48(0xcd)],_0x5b2166=_0x1ae2c1[_0xa6cd48(0xe9)],_0x3ed7b9=_0x47caa0['length'];for(let _0x9300e8=0x0;_0x33997e[_0xa6cd48(0xf4)](_0x9300e8,_0x3ed7b9);_0x9300e8++){const _0x50c5ad=_0x47caa0[_0x9300e8];if(_0x50c5ad[_0xa6cd48(0xc5)]&&_0x50c5ad[_0xa6cd48(0xb1)])_0x5278a3=!![],console[_0xa6cd48(0xa5)](_0x33997e['uJCHv'](_0x33997e[_0xa6cd48(0xe6)](_0x33997e[_0xa6cd48(0xcc)](_0x33997e[_0xa6cd48(0xaa)],_0x437576[_0x50c5ad[_0xa6cd48(0xb1)]['line']][_0xa6cd48(0xa3)]),_0x33997e[_0xa6cd48(0xdc)]),_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]())),_0x33997e[_0xa6cd48(0xb4)](_0x227675,_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]());else _0x50c5ad[_0xa6cd48(0xc5)]&&(!_0x50c5ad[_0xa6cd48(0xc5)][_0xa6cd48(0xc7)][_0xa6cd48(0xec)](_0x33997e[_0xa6cd48(0xd4)])&&(_0x33997e['ThYfQ'](_0x227675,_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]()),_0x5278a3?console['log'](_0x33997e[_0xa6cd48(0x9d)](_0x33997e[_0xa6cd48(0xc1)],_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]())):console['log'](_0x33997e['fIdrQ'](_0x33997e[_0xa6cd48(0xd2)],_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)]()))));if(_0x33997e[_0xa6cd48(0xa6)](_0x5b2166[_0x9300e8][_0xa6cd48(0xe7)][_0xa6cd48(0xce)](),_0x33997e[_0xa6cd48(0xd6)])){_0x447afb=!![];const _0x36581a=_0x33997e[_0xa6cd48(0xa8)](nestedKeyValue,_0x5b2166[_0x9300e8],[_0x33997e[_0xa6cd48(0xcb)],_0x33997e['tUknQ']]);_0x36581a&&(testsErrorMessage[_0x33997e[_0xa6cd48(0xc6)](_0x33997e[_0xa6cd48(0xb7)](_0x1ae2c1[_0xa6cd48(0xca)]['feature']['name'],_0x33997e[_0xa6cd48(0xdc)]),_0x1ae2c1[_0xa6cd48(0xb8)][_0xa6cd48(0xdb)])]=_0x36581a,console[_0xa6cd48(0xa5)](_0x33997e[_0xa6cd48(0xd1)](_0x36581a,'\x0a')));}}}_0x447afb&&(testSuitesFailed+=0x1),console[_0xa6cd48(0xa5)]('\x0a');}}module[a7_0x1a2cca(0xb6)]=BrowserstackFormatter;
|
|
1
|
+
const a7_0x2b6edd=a7_0x3817;function a7_0x3272(){const _0x4efd27=['CXTSg','getTestCaseData','SKIPPED','fLCwj','test-step-started','euhSs','22405220DewSqS','eZqTm','name','line','dwIjR','test-run-started','yQQoa','fPLVl','FiGkU','getTestCaseAttempt','rVQnD','log','length','result','vxLRP','test-case-finished','steps','\x20-\x20','eventBroadcaster','eventDataCollector','oIhuQ','115iYgnUc','cucumber-js/test_old.setup.js','zkibl','46888zehoRj','CONFIG','MYKkQ','GpDvn','256118NkgTbC','6245814eZgLOW','\x20\x20\x20\x20','QOsIV','blVDK','AXcRI','getStepLineToPickledStepMap','includes','pickle','__platform','feature','FAILED','../../../helpers/helper','zbcRe','hYKGa','gherkinDocument','DbGvO','441dCEGMI','6308wTbBre','toUpperCase','text','XUZES','uPpvu','PUpnj','XhFax','OfvOf','178852VraNAD','sourceLocation','hUNzg','TjDWq','AMBIGUOUS','PENDING','cucumber','uri','test-case-started','logTestCaseFinished','exports','status','env','forEach','HMORw','undefined','813UMaqEO','capability','testCase','Executing\x20tests\x20for\x20','iDDVw','eCCGJ','ErXEy','exception','tuMAn','cucumber/lib/formatter/helpers/pickle_parser.js','5333307OukNln','test-run-finished','actionLocation','stepResults'];a7_0x3272=function(){return _0x4efd27;};return a7_0x3272();}(function(_0x4192bc,_0x433a0a){const _0x52c1de=a7_0x3817,_0xc01497=_0x4192bc();while(!![]){try{const _0x335a72=parseInt(_0x52c1de(0x21c))/0x1+-parseInt(_0x52c1de(0x1d4))/0x2*(parseInt(_0x52c1de(0x1ec))/0x3)+parseInt(_0x52c1de(0x1dc))/0x4*(parseInt(_0x52c1de(0x215))/0x5)+-parseInt(_0x52c1de(0x21d))/0x6+-parseInt(_0x52c1de(0x1f6))/0x7+-parseInt(_0x52c1de(0x218))/0x8*(parseInt(_0x52c1de(0x1d3))/0x9)+parseInt(_0x52c1de(0x200))/0xa;if(_0x335a72===_0x433a0a)break;else _0xc01497['push'](_0xc01497['shift']());}catch(_0x1382df){_0xc01497['push'](_0xc01497['shift']());}}}(a7_0x3272,0x8da96));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x2b6edd(0x228)),{Formatter}=requireModule(a7_0x2b6edd(0x1e2)),pickleParser=requireModule(a7_0x2b6edd(0x1f5),a7_0x2b6edd(0x1e2));function a7_0x3817(_0xb998cf,_0x5c471a){const _0x3272bf=a7_0x3272();return a7_0x3817=function(_0x38179a,_0x5984a6){_0x38179a=_0x38179a-0x1d1;let _0x44c48a=_0x3272bf[_0x38179a];return _0x44c48a;},a7_0x3817(_0xb998cf,_0x5c471a);}class BrowserstackFormatter extends Formatter{constructor(_0xe712f0){const _0x527bd8=a7_0x2b6edd,_0x1ccf21={'eCCGJ':function(_0x2e8c8c,_0x8a3709){return _0x2e8c8c!==_0x8a3709;},'iDDVw':function(_0x551b9b,_0x3f1918){return _0x551b9b(_0x3f1918);},'oIhuQ':_0x527bd8(0x205),'yovCX':_0x527bd8(0x1e4),'yQQoa':_0x527bd8(0x20f),'FiGkU':_0x527bd8(0x1f7),'DqWKs':_0x527bd8(0x1fe)};super(_0xe712f0),_0xe712f0[_0x527bd8(0x212)]['on'](_0x1ccf21[_0x527bd8(0x214)],()=>{const _0x553405=_0x527bd8;let _0xe3a6a3;if(_0x1ccf21[_0x553405(0x1f1)](process[_0x553405(0x1e8)][_0x553405(0x219)],undefined)){const _0x5b2584=JSON['parse'](process[_0x553405(0x1e8)]['CONFIG']);_0xe3a6a3=_0x5b2584[_0x553405(0x1ed)];}_0x1ccf21[_0x553405(0x1f1)](_0xe3a6a3,undefined)&&(global['__platform']=_0x1ccf21[_0x553405(0x1f0)](getPlatformName,_0xe3a6a3),console[_0x553405(0x20b)](_0x553405(0x1ef)+global[_0x553405(0x225)]));}),_0xe712f0['eventBroadcaster']['on'](_0x1ccf21['yovCX'],()=>{testSuites+=0x1;}),_0xe712f0[_0x527bd8(0x212)]['on'](_0x1ccf21[_0x527bd8(0x206)],_0x1c9116=>{const _0x4356b5=_0x527bd8;this[_0x4356b5(0x1e5)](_0x1c9116);}),_0xe712f0[_0x527bd8(0x212)]['on'](_0x1ccf21[_0x527bd8(0x208)],()=>{totalTests-=0x2;}),_0xe712f0[_0x527bd8(0x212)]['on'](_0x1ccf21['DqWKs'],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x57ed31){const _0x1b6491=a7_0x2b6edd,_0xd0445a={'HMORw':_0x1b6491(0x227),'hYKGa':'PASSED','qqEyX':_0x1b6491(0x1fc),'hdSoe':_0x1b6491(0x1e1),'yygdH':'UNDEFINED','DiaZz':'UNKNOWN','DbGvO':_0x1b6491(0x1e0),'hUNzg':function(_0x1e0581,_0x532309){return _0x1e0581+_0x532309;},'eZqTm':_0x1b6491(0x21e),'CXTSg':_0x1b6491(0x211),'uPpvu':function(_0x2fe34b,_0x3470b2){return _0x2fe34b(_0x3470b2);},'euhSs':_0x1b6491(0x216),'XhFax':'\x20\x20\x20\x20AFTER\x20-\x20','MYKkQ':'\x20\x20\x20\x20BEFORE\x20-\x20','dwIjR':function(_0x24b910,_0x529097){return _0x24b910===_0x529097;},'vxLRP':function(_0x2540fc,_0x3548eb,_0xbd7aa2){return _0x2540fc(_0x3548eb,_0xbd7aa2);},'OfvOf':_0x1b6491(0x20d),'TjDWq':_0x1b6491(0x1f3),'zkibl':'stack','tuMAn':function(_0xc34098,_0x552665){return _0xc34098+_0x552665;},'QOsIV':function(_0x10ab1a,_0x463f3c){return _0x10ab1a!==_0x463f3c;},'fLCwj':function(_0x31d7bb,_0x3671e1){return _0x31d7bb+_0x3671e1;},'XUZES':_0x1b6491(0x1eb),'ErXEy':function(_0x5e7765,_0x27f28d){return _0x5e7765+_0x27f28d;},'GpDvn':function(_0x22c2ac,_0x1d480c){return _0x22c2ac+_0x1d480c;},'RpRzT':function(_0x1a2231,_0x479958){return _0x1a2231<_0x479958;},'fPLVl':function(_0x1facf5,_0x4c46b0){return _0x1facf5+_0x4c46b0;},'blVDK':function(_0x18eb32,_0x531f24){return _0x18eb32(_0x531f24);},'AXcRI':function(_0x2142a9,_0x58c446){return _0x2142a9+_0x58c446;},'WJSLe':function(_0x42e9cd,_0x1d447f){return _0x42e9cd===_0x1d447f;},'zbcRe':function(_0x31f094,_0x1b82c3,_0x451cf5){return _0x31f094(_0x1b82c3,_0x451cf5);},'rVQnD':function(_0x178bb5,_0x7f3c90){return _0x178bb5+_0x7f3c90;},'PUpnj':function(_0x1911c1,_0x51649f){return _0x1911c1+_0x51649f;},'WvENd':function(_0x1b8b8e,_0x231517){return _0x1b8b8e+_0x231517;}};let _0x2e04cf=![];function _0x3a5945(_0x533e3f){const _0x1e44ef=_0x1b6491;switch(_0x533e3f){case _0xd0445a[_0x1e44ef(0x1ea)]:testsFailed+=0x1;break;case _0xd0445a[_0x1e44ef(0x22a)]:testsPassed+=0x1;break;case _0xd0445a['qqEyX']:testsSkipped+=0x1;break;case _0xd0445a['hdSoe']:testsPending+=0x1;break;case _0xd0445a['yygdH']:testsUndefined+=0x1;break;case _0xd0445a['DiaZz']:testsUnknown+=0x1;break;case _0xd0445a[_0x1e44ef(0x1d2)]:testsAmbiguous+=0x1;break;default:break;}}_0xd0445a[_0x1b6491(0x21f)](global[_0x1b6491(0x225)],undefined)&&console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x1de)](_0xd0445a[_0x1b6491(0x1fd)]('\x0a',global[_0x1b6491(0x225)]),'\x0a'));let _0x35a1aa=![];if(_0xd0445a['QOsIV'](typeof this[_0x1b6491(0x213)][_0x1b6491(0x1fb)],_0xd0445a[_0x1b6491(0x1d7)])){var _0x2e6c19=this[_0x1b6491(0x213)]['getTestCaseData'](_0x57ed31['sourceLocation']),_0x164356=_0x2e6c19['pickle'],_0xd3a7d1=_0x2e6c19[_0x1b6491(0x1ee)];console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x1f2)]('\x20\x20',_0x164356[_0x1b6491(0x202)]));var _0x3f8ae5=(0x0,pickleParser[_0x1b6491(0x222)])(_0x164356);_0xd3a7d1[_0x1b6491(0x210)][_0x1b6491(0x1e9)](function(_0x10036a){const _0xc150e=_0x1b6491;if(_0x10036a[_0xc150e(0x1f8)]&&_0x10036a[_0xc150e(0x1dd)])_0x2e04cf=!![],console[_0xc150e(0x20b)](_0xd0445a[_0xc150e(0x1de)](_0xd0445a[_0xc150e(0x1de)](_0xd0445a['hUNzg'](_0xd0445a[_0xc150e(0x201)],_0x3f8ae5[_0x10036a[_0xc150e(0x1dd)]['line']][_0xc150e(0x1d6)]),_0xd0445a['CXTSg']),_0x10036a['result'][_0xc150e(0x1e7)][_0xc150e(0x1d5)]())),_0xd0445a[_0xc150e(0x1d8)](_0x3a5945,_0x10036a[_0xc150e(0x20d)][_0xc150e(0x1e7)][_0xc150e(0x1d5)]());else _0x10036a[_0xc150e(0x1f8)]&&(!_0x10036a[_0xc150e(0x1f8)]['uri'][_0xc150e(0x223)](_0xd0445a[_0xc150e(0x1ff)])&&(_0xd0445a[_0xc150e(0x1d8)](_0x3a5945,_0x10036a[_0xc150e(0x20d)][_0xc150e(0x1e7)]['toUpperCase']()),_0x2e04cf?console[_0xc150e(0x20b)](_0xd0445a[_0xc150e(0x1de)](_0xd0445a[_0xc150e(0x1da)],_0x10036a[_0xc150e(0x20d)]['status'][_0xc150e(0x1d5)]())):console[_0xc150e(0x20b)](_0xd0445a['hUNzg'](_0xd0445a[_0xc150e(0x21a)],_0x10036a[_0xc150e(0x20d)]['status'][_0xc150e(0x1d5)]()))));if(_0xd0445a[_0xc150e(0x204)](_0x10036a[_0xc150e(0x20d)][_0xc150e(0x1e7)][_0xc150e(0x1d5)](),_0xd0445a[_0xc150e(0x1ea)])){const _0x49a9ba=_0xd0445a[_0xc150e(0x20e)](nestedKeyValue,_0x10036a,[_0xd0445a[_0xc150e(0x1db)],_0xd0445a[_0xc150e(0x1df)],_0xd0445a[_0xc150e(0x217)]]);_0x49a9ba&&(testsErrorMessage[_0x164356['name']]=_0x49a9ba,console[_0xc150e(0x20b)](_0xd0445a[_0xc150e(0x1f4)](_0x49a9ba,'\x0a'))),_0x35a1aa=!![];}});}else{const _0xaaf353=this[_0x1b6491(0x213)][_0x1b6491(0x209)](_0x57ed31);console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x1fd)](_0xd0445a['ErXEy'](_0xd0445a[_0x1b6491(0x21b)]('\x20\x20',_0xaaf353[_0x1b6491(0x1d1)][_0x1b6491(0x226)]['name']),_0xd0445a[_0x1b6491(0x1fa)]),_0xaaf353[_0x1b6491(0x224)][_0x1b6491(0x202)]));const _0xaca926=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0xaaf353[_0x1b6491(0x224)]),_0xb64125=_0xaaf353[_0x1b6491(0x1ee)][_0x1b6491(0x210)],_0x2d4b1b=_0xaaf353[_0x1b6491(0x1f9)],_0x49a5d5=_0xb64125[_0x1b6491(0x20c)];for(let _0x208eae=0x0;_0xd0445a['RpRzT'](_0x208eae,_0x49a5d5);_0x208eae++){const _0x1c84d2=_0xb64125[_0x208eae];if(_0x1c84d2['actionLocation']&&_0x1c84d2[_0x1b6491(0x1dd)])_0x2e04cf=!![],console[_0x1b6491(0x20b)](_0xd0445a['fPLVl'](_0xd0445a[_0x1b6491(0x207)](_0xd0445a[_0x1b6491(0x1f4)](_0xd0445a[_0x1b6491(0x201)],_0xaca926[_0x1c84d2['sourceLocation'][_0x1b6491(0x203)]][_0x1b6491(0x1d6)]),_0xd0445a[_0x1b6491(0x1fa)]),_0x2d4b1b[_0x208eae]['status'][_0x1b6491(0x1d5)]())),_0xd0445a[_0x1b6491(0x1d8)](_0x3a5945,_0x2d4b1b[_0x208eae][_0x1b6491(0x1e7)]['toUpperCase']());else _0x1c84d2[_0x1b6491(0x1f8)]&&(!_0x1c84d2['actionLocation'][_0x1b6491(0x1e3)][_0x1b6491(0x223)](_0xd0445a[_0x1b6491(0x1ff)])&&(_0xd0445a[_0x1b6491(0x220)](_0x3a5945,_0x2d4b1b[_0x208eae][_0x1b6491(0x1e7)][_0x1b6491(0x1d5)]()),_0x2e04cf?console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x1fd)](_0xd0445a['XhFax'],_0x2d4b1b[_0x208eae][_0x1b6491(0x1e7)][_0x1b6491(0x1d5)]())):console[_0x1b6491(0x20b)](_0xd0445a[_0x1b6491(0x221)](_0xd0445a[_0x1b6491(0x21a)],_0x2d4b1b[_0x208eae]['status'][_0x1b6491(0x1d5)]()))));if(_0xd0445a['WJSLe'](_0x2d4b1b[_0x208eae]['status']['toUpperCase'](),_0xd0445a[_0x1b6491(0x1ea)])){_0x35a1aa=!![];const _0x25eeb1=_0xd0445a[_0x1b6491(0x229)](nestedKeyValue,_0x2d4b1b[_0x208eae],[_0xd0445a[_0x1b6491(0x1df)],_0xd0445a[_0x1b6491(0x217)]]);_0x25eeb1&&(testsErrorMessage[_0xd0445a[_0x1b6491(0x20a)](_0xd0445a[_0x1b6491(0x1d9)](_0xaaf353[_0x1b6491(0x1d1)][_0x1b6491(0x226)]['name'],_0xd0445a[_0x1b6491(0x1fa)]),_0xaaf353[_0x1b6491(0x224)]['name'])]=_0x25eeb1,console[_0x1b6491(0x20b)](_0xd0445a['WvENd'](_0x25eeb1,'\x0a')));}}}_0x35a1aa&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a7_0x2b6edd(0x1e6)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a8_0x2612(_0x206984,_0x4cf66c){const _0x2ade5e=a8_0x2ade();return a8_0x2612=function(_0x261293,_0x3e03ff){_0x261293=_0x261293-0xb0;let _0x5b3035=_0x2ade5e[_0x261293];return _0x5b3035;},a8_0x2612(_0x206984,_0x4cf66c);}const a8_0x19e552=a8_0x2612;function a8_0x2ade(){const _0x4f380a=['EZsYE','configureGit','feature','iLUga','children','hook_run','uafAz','split','jHBFI','WjYxy','sendHook','65ybXDmB','187fATHxm','map','ARmpJ','Tuqcs','UnhandledError','BiSAM','failed','UDmbe','find','hook','test_run','examples','testStepFinished','UKOht','flatMap','QwTHW','length','../../helpers/logger','gnsHi','EFwhA','LYPSF','finished_at','JYYFR','lCtbz','139340sTGawV','toLowerCase','pickleStepId','nanos','getTestUUID','Exception\x20in\x20getHookRunEventData:\x20','RlcNr','_gitConfigured','gTISm','CUCUMBER','418120uQraoW','fbJRO','path','hCXkO','strip-ansi','178940FURIhH','getHookRunEventData','message','XcABA','toISOString','cucumber','1211454LzWjYz','relative','getCucumberHookType','includes','yEjmY','../../helpers/helper','LlANH','nmASh','../../helpers/testhub/utils','debug','join','hookId','VwFKI','pending','BEFORE_EACH','54vfzslC','format','skipped','TreGY','uploadEventData','IIQmW','failure_reason','getHookResult','3lymaTU','rxOZa','exception','xsesC','pirQg','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','value','vJkjF','rule','failureData','uuid','toString','filter','FLpKl','843206ANyEem','root','AssertionError','name','HookRunStarted','match','CKKlK','FSbgx','GDnkR','HWroZ','failureType','util','forEach','../playwright/reporter/test-details','winstonLogger','OZkEr','GGMec','HookRunFinished','testCaseFinished','duration_in_ms','hooks','fuEyG','vTQao','217868ximsub','astNodeIds','YbYFi','69880vzhPxW','rOrIY','YbaWR','testCaseStartedId','getHooksListForTest','sourceReference','updateTestStatus','AFTER_EACH','status','SKIPPED','VYFCH','event_type','../../helpers/test-observability/error-handler','Exception\x20in\x20sendHook:\x20','tags','bwDxn','NGWGo','hDBJz','getScenarioExamples','sendTestRunEventForCucumber','scenario','timestamp','failure_type','failure_data','bTUIX','cells','uri','tableBody','kRtKR','OtIWK','result','backtrace','failure','javascript','djCWa','sPcvC','appendTesthubParams','_gitConfigPath'];a8_0x2ade=function(){return _0x4f380a;};return a8_0x2ade();}(function(_0x61cb19,_0x10fefd){const _0x2c91d4=a8_0x2612,_0x293287=_0x61cb19();while(!![]){try{const _0x3643dd=parseInt(_0x2c91d4(0xef))/0x1+-parseInt(_0x2c91d4(0x14b))/0x2*(-parseInt(_0x2c91d4(0xca))/0x3)+-parseInt(_0x2c91d4(0x13c))/0x4*(-parseInt(_0x2c91d4(0x123))/0x5)+-parseInt(_0x2c91d4(0xb3))/0x6+-parseInt(_0x2c91d4(0xd8))/0x7+-parseInt(_0x2c91d4(0x146))/0x8*(parseInt(_0x2c91d4(0xc2))/0x9)+-parseInt(_0x2c91d4(0xf2))/0xa*(-parseInt(_0x2c91d4(0x124))/0xb);if(_0x3643dd===_0x10fefd)break;else _0x293287['push'](_0x293287['shift']());}catch(_0x2bf298){_0x293287['push'](_0x293287['shift']());}}}(a8_0x2ade,0x3b558));const path=require(a8_0x19e552(0x148)),stripAnsi=require(a8_0x19e552(0x14a)),util=require(a8_0x19e552(0xe3)),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a8_0x19e552(0xbb)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x19e552(0xb8)),logger=require(a8_0x19e552(0x135))[a8_0x19e552(0xe6)],{o11yClassErrorHandler}=require(a8_0x19e552(0xfe)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x19e552(0xe5));this[a8_0x19e552(0x143)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x19e552(0x105)](_0x3f3b77,_0x3bca34,_0x35b426,_0x3d752f,_0x2f396e){const _0x295128=a8_0x19e552,_0x430d8b={'xsesC':function(_0x5cc948,_0x553201){return _0x5cc948===_0x553201;},'UMpqg':'FAILED','EFwhA':_0x295128(0x12a),'pirQg':function(_0x2dc34d,_0x56f61b){return _0x2dc34d===_0x56f61b;},'djCWa':_0x295128(0xfb),'GDnkR':_0x295128(0xc4),'FLpKl':function(_0x9895eb,_0x14ab6f){return _0x9895eb||_0x14ab6f;},'yEjmY':function(_0x42a174,_0xbd19){return _0x42a174+_0xbd19;},'xQpQD':function(_0x306e02,_0x5d06cc){return _0x306e02+_0x5d06cc;},'JYYFR':function(_0x57d9c8,_0x5ae211){return _0x57d9c8+_0x5ae211;},'HWroZ':'test','TreGY':_0x295128(0x113),'udlFu':_0x295128(0xb2),'iLUga':_0x295128(0xc0),'FSbgx':'passed','OtIWK':function(_0x1835dc,_0x234c38){return _0x1835dc!==_0x234c38;},'lbKkS':function(_0x402786,_0x3a516a){return _0x402786/_0x3a516a;},'LYPSF':function(_0x4b8aa4,_0x36ec35){return _0x4b8aa4(_0x36ec35);},'rOrIY':'unknown','bTUIX':function(_0x3c6850,_0x3a9295){return _0x3c6850(_0x3a9295);},'RlcNr':_0x295128(0xda),'uafAz':_0x295128(0x128),'xpmRY':function(_0x3feab1,_0x3e5ffb){return _0x3feab1===_0x3e5ffb;},'jHBFI':'TestRunFinished','XcABA':function(_0x34c324,_0x3d7ef8){return _0x34c324>_0x3d7ef8;}},{feature:_0x3248ea,scenario:_0x549d9c,steps:_0x4adf52,uuid:_0x5cdea2,startedAt:_0x3a515d,finishedAt:_0x44070e}=_0x430d8b[_0x295128(0xd7)](_0x2f396e,{}),_0x3864b8=this[_0x295128(0x104)](_0x3bca34,_0x35b426);await this[_0x295128(0x119)]();const _0x5caf73=_0x3864b8?_0x430d8b[_0x295128(0xb7)](_0x430d8b['xQpQD'](_0x430d8b[_0x295128(0x13a)](_0x35b426['name'],'\x20('),_0x3864b8[_0x295128(0xbd)](',\x20')),')'):_0x35b426[_0x295128(0xdb)],_0x20a7c1={'uuid':_0x5cdea2,'started_at':_0x3a515d,'finished_at':_0x44070e,'type':_0x430d8b[_0x295128(0xe1)],'body':{'lang':_0x430d8b[_0x295128(0xc5)],'code':null},'name':_0x5caf73,'scopes':[_0x3248ea&&_0x3248ea['name']?_0x3248ea[_0x295128(0xdb)]:''],'tags':_0x35b426[_0x295128(0x100)]?_0x35b426[_0x295128(0x100)][_0x295128(0x125)](({name:_0x47b78c})=>_0x47b78c):[],'file_name':_0x35b426[_0x295128(0x10c)],'location':_0x35b426['uri'],'vc_filepath':this['_gitConfigPath']&&_0x35b426[_0x295128(0x10c)]?path[_0x295128(0xb4)](this[_0x295128(0x117)],_0x35b426[_0x295128(0x10c)]):null,'framework':_0x430d8b['udlFu'],'result':_0x430d8b[_0x295128(0x11b)],'meta':{'feature':_0x3248ea,'scenario':_0x549d9c,'steps':_0x4adf52,'examples':_0x3864b8},'customRerunParam':{'rerun_name':_0x5caf73}};if(_0x3f3b77['testCaseFinished']&&_0x4adf52){const _0x95ce0f=_0x3f3b77['testCaseFinished'];let _0xeaaf31=_0x430d8b[_0x295128(0xdf)];_0x4adf52['every'](_0x29ae8b=>{const _0x4034a2=_0x295128;if(_0x430d8b[_0x4034a2(0xcd)](_0x29ae8b[_0x4034a2(0x110)],_0x430d8b['UMpqg']))return _0xeaaf31=_0x430d8b[_0x4034a2(0x137)],_0x95ce0f[_0x4034a2(0x112)]=_0x29ae8b['failure'],_0x95ce0f[_0x4034a2(0xe2)]=_0x29ae8b['failureType'],![];else{if(_0x430d8b[_0x4034a2(0xce)](_0x29ae8b['result'],_0x430d8b[_0x4034a2(0x114)]))return _0xeaaf31=_0x430d8b[_0x4034a2(0xe0)],![];}return!![];}),_0x20a7c1[_0x295128(0x139)]=new Date()[_0x295128(0xb1)](),_0x20a7c1['result']=_0xeaaf31,_0x95ce0f['timestamp']&&_0x430d8b[_0x295128(0x10f)](_0x95ce0f[_0x295128(0x107)][_0x295128(0x13f)],undefined)?_0x20a7c1[_0x295128(0xeb)]=_0x430d8b['lbKkS'](_0x95ce0f[_0x295128(0x107)][_0x295128(0x13f)],0xf4240):_0x20a7c1[_0x295128(0xeb)]=undefined,_0x430d8b['pirQg'](_0xeaaf31,_0x430d8b[_0x295128(0x137)])&&(_0x20a7c1[_0x295128(0x112)]=[{'backtrace':[_0x95ce0f['failure']?_0x430d8b[_0x295128(0x138)](stripAnsi,_0x95ce0f['failure']):_0x430d8b[_0x295128(0xf3)]]}],_0x20a7c1['failure_reason']=_0x95ce0f[_0x295128(0x112)]?_0x430d8b[_0x295128(0x10a)](stripAnsi,_0x95ce0f[_0x295128(0x112)]):_0x95ce0f[_0x295128(0x14d)],_0x95ce0f['failureType']&&(_0x20a7c1['failure_type']=_0x95ce0f[_0x295128(0xe2)][_0x295128(0xdd)](/AssertError/)?_0x430d8b[_0x295128(0x142)]:_0x430d8b[_0x295128(0x11e)]));}if(_0x430d8b['xpmRY'](_0x3d752f,_0x430d8b[_0x295128(0x120)])){const _0x35f32a=this['getHooksListForTest'](_0x3f3b77[_0x295128(0xea)][_0x295128(0xf5)]);_0x35f32a&&_0x430d8b[_0x295128(0xb0)](_0x35f32a[_0x295128(0x134)],0x0)&&(_0x20a7c1[_0x295128(0xec)]=_0x35f32a,this[_0x295128(0xf8)](_0x3f3b77[_0x295128(0xea)][_0x295128(0xf5)],_0x20a7c1));}testhubUtils[_0x295128(0x116)](_0x20a7c1,_0x3d752f,'',FRAMEWORKS[_0x295128(0x145)]);const _0x5ece04={};_0x5ece04['event_type']=_0x3d752f,_0x5ece04[_0x295128(0x12e)]=_0x20a7c1;const _0x428a3f=_0x5ece04;await SessionHandler[_0x295128(0xc6)](_0x428a3f);}['updateTestStatus'](_0x423485,_0x249473){const _0x843f45=a8_0x19e552,_0x47ff94={};_0x47ff94['lCtbz']=function(_0x4d9e6b,_0x100679){return _0x4d9e6b instanceof _0x100679;},_0x47ff94[_0x843f45(0xd1)]=function(_0x56f644,_0x309e57){return _0x56f644===_0x309e57;},_0x47ff94[_0x843f45(0x115)]=_0x843f45(0x12a),_0x47ff94[_0x843f45(0x121)]='2|0|3|1|4';const _0x39047a=_0x47ff94,_0x4c730a=hooksMap[_0x423485];if(_0x39047a[_0x843f45(0x13b)](_0x4c730a,Array))for(const _0x4893ff of _0x4c730a){if(_0x39047a[_0x843f45(0xd1)](_0x4893ff[_0x843f45(0x110)],_0x39047a['sPcvC'])){const _0xb8dda4=_0x39047a[_0x843f45(0x121)][_0x843f45(0x11f)]('|');let _0x4133a1=0x0;while(!![]){switch(_0xb8dda4[_0x4133a1++]){case'0':_0x249473['failure']=_0x4893ff[_0x843f45(0x109)];continue;case'1':_0x249473[_0x843f45(0x108)]=_0x4893ff[_0x843f45(0x108)];continue;case'2':_0x249473[_0x843f45(0x110)]=_0x4893ff[_0x843f45(0x110)];continue;case'3':_0x249473[_0x843f45(0xc8)]=_0x39047a[_0x843f45(0x13b)](_0x4893ff[_0x843f45(0x109)],Array)?_0x4893ff[_0x843f45(0x109)][0x0][_0x843f45(0x111)][_0x843f45(0xbd)]('\x0a'):'';continue;case'4':return _0x249473;}break;}}};}[a8_0x19e552(0xf6)](_0x233df0){const _0x95014=a8_0x19e552;if(hooksMap[_0x233df0])return hooksMap[_0x233df0]['map'](_0xef0aa6=>_0xef0aa6[_0x95014(0xd4)]);return[];}[a8_0x19e552(0x14c)](_0xee66e3,_0x2ad039,_0xcb1798,_0x4479f2,_0x30738b,_0x2374a7){const _0x43c19d=a8_0x19e552,_0x5b665e={'NGWGo':function(_0x6c9487,_0x3f6139){return _0x6c9487===_0x3f6139;},'rxOZa':_0x43c19d(0xe9),'CKKlK':function(_0x24cfa8,_0x22dbed,_0x40cbd7){return _0x24cfa8(_0x22dbed,_0x40cbd7);},'VYFCH':_0x43c19d(0xf7),'kRtKR':'uri','EZsYE':_0x43c19d(0xc0),'YbaWR':_0x43c19d(0x12d),'YbYFi':'javascript','OZkEr':_0x43c19d(0x11a),'BiSAM':_0x43c19d(0xdb),'Tuqcs':function(_0x3d19bf,_0x46b761,_0x55d1b8){return _0x3d19bf(_0x46b761,_0x55d1b8);},'hDBJz':_0x43c19d(0xb2)};try{if(_0x5b665e[_0x43c19d(0x102)](_0xcb1798,_0x5b665e[_0x43c19d(0xcb)])){const _0x299896=new Date()[_0x43c19d(0xb1)](),_0x13feb6=hooksMap[_0x2ad039];if(!_0x13feb6)return;const _0x35b281=_0x13feb6['find'](_0x5c939f=>_0x5c939f[_0x43c19d(0xd4)]===_0x4479f2['id']);if(!_0x35b281)return;const _0x388929=this[_0x43c19d(0xc9)](_0xee66e3,_0x2ad039);_0x35b281[_0x43c19d(0x110)]=_0x388929['status'],_0x35b281['finished_at']=_0x299896,_0x35b281[_0x43c19d(0x108)]=_0x388929['failureType'];const _0x9e4e9c={};return _0x9e4e9c[_0x43c19d(0x111)]=_0x388929[_0x43c19d(0xd3)],_0x35b281[_0x43c19d(0x109)]=[_0x9e4e9c],_0x35b281;}const _0x28618c=TestDetails[_0x43c19d(0x140)](_0x2ad039),_0x535553=_0xee66e3['hooks'][_0x43c19d(0x12c)](_0x5116bc=>_0x5116bc['id']===_0x4479f2['hookId']),_0x2095a0=_0x5b665e[_0x43c19d(0xde)](nestedKeyValue,_0x535553,[_0x5b665e[_0x43c19d(0xfc)],_0x5b665e[_0x43c19d(0x10e)]]),_0x225041=new Date()['toISOString'](),_0x2ebe36=_0x5b665e[_0x43c19d(0x118)],_0x21718e=_0x535553['tagExpression']?_0x535553['tagExpression'][_0x43c19d(0x11f)]('\x20')[_0x43c19d(0xd6)](_0x175225=>_0x175225[_0x43c19d(0xb6)]('@')):[],_0x318c95={'uuid':_0x4479f2['id'],'type':_0x5b665e[_0x43c19d(0xf4)],'hook_type':_0x2374a7,'name':_0x535553[_0x43c19d(0xdb)],'body':{'lang':_0x5b665e[_0x43c19d(0xf1)],'code':null},'tags':_0x21718e,'test_run_id':_0x28618c,'scope':_0x5b665e[_0x43c19d(0xde)](nestedKeyValue,_0x30738b,[_0x5b665e[_0x43c19d(0xe7)],_0x5b665e['BiSAM']]),'scopes':[_0x5b665e[_0x43c19d(0x127)](nestedKeyValue,_0x30738b,[_0x5b665e[_0x43c19d(0xe7)],_0x5b665e[_0x43c19d(0x129)]])||''],'file_name':_0x2095a0,'location':_0x2095a0,'vc_filepath':this[_0x43c19d(0x117)]?path[_0x43c19d(0xb4)](this[_0x43c19d(0x117)],_0x2095a0):null,'result':_0x2ebe36,'started_at':_0x225041,'framework':_0x5b665e[_0x43c19d(0x103)]};return _0x318c95;}catch(_0x19c352){logger['debug'](_0x43c19d(0x141)+util[_0x43c19d(0xc3)](_0x19c352)+'\x20');}}async[a8_0x19e552(0x122)](_0x274b47,_0x5aa291,_0x2b6dd2,_0x29ac36,_0x4cf687,_0x3547ba){const _0x5b4652=a8_0x19e552,_0x9d4390={'IIQmW':function(_0xa89838,_0x26a017){return _0xa89838===_0x26a017;},'nmASh':_0x5b4652(0xdc),'mmkvb':function(_0x2d726e,_0x479a6d,_0x488628){return _0x2d726e(_0x479a6d,_0x488628);},'fuEyG':_0x5b4652(0xf7),'ARmpJ':_0x5b4652(0x10c),'GGMec':_0x5b4652(0xcf)};try{const _0x6c33b6=_0x29ac36['find'](_0x204378=>_0x204378['id']===_0x4cf687);if(!_0x6c33b6[_0x5b4652(0xbe)])return;const _0x3d868f=this['getCucumberHookType'](_0x29ac36,_0x6c33b6),_0x2b3b6c=this[_0x5b4652(0x14c)](_0x274b47,_0x5aa291,_0x2b6dd2,_0x6c33b6,_0x3547ba,_0x3d868f);if(!_0x2b3b6c)return;_0x9d4390[_0x5b4652(0xc7)](_0x2b6dd2,_0x9d4390[_0x5b4652(0xba)])&&(hooksMap[_0x5aa291]?hooksMap[_0x5aa291]['push'](_0x2b3b6c):hooksMap[_0x5aa291]=[_0x2b3b6c]);const _0x48beb5=_0x274b47['hooks'][_0x5b4652(0x12c)](_0xa217ea=>_0xa217ea['id']===_0x6c33b6[_0x5b4652(0xbe)]),_0xc9e301=_0x9d4390['mmkvb'](nestedKeyValue,_0x48beb5,[_0x9d4390[_0x5b4652(0xed)],_0x9d4390[_0x5b4652(0x126)]]);if(!_0xc9e301)return;else{if(_0xc9e301[_0x5b4652(0xb6)](_0x9d4390[_0x5b4652(0xe8)]))return;}const _0x242eb0={};_0x242eb0[_0x5b4652(0xfd)]=_0x2b6dd2,_0x242eb0[_0x5b4652(0x11d)]=_0x2b3b6c;const _0x12f816=_0x242eb0;await SessionHandler[_0x5b4652(0xc6)](_0x12f816);}catch(_0x8e6e6d){logger[_0x5b4652(0xbc)](_0x5b4652(0xff)+util[_0x5b4652(0xc3)](_0x8e6e6d)+'\x20');}}[a8_0x19e552(0xc9)](_0x3eb10f,_0xd64a3e){const _0x263989=a8_0x19e552,_0x242ddf={};_0x242ddf[_0x263989(0xbf)]=function(_0x36d103,_0x1989ef){return _0x36d103===_0x1989ef;},_0x242ddf[_0x263989(0x101)]=_0x263989(0x12a),_0x242ddf[_0x263989(0xee)]=_0x263989(0x128),_0x242ddf[_0x263989(0x149)]='AssertionError',_0x242ddf[_0x263989(0x147)]=function(_0x2a1f78,_0x4aeac0){return _0x2a1f78||_0x4aeac0;};const _0x15fedd=_0x242ddf,_0xbbfb1d=_0x3eb10f[_0x263989(0x130)][_0xd64a3e]['testStepResult'];let _0x502cdc,_0x1458eb;return _0xbbfb1d&&_0x15fedd[_0x263989(0xbf)](_0xbbfb1d[_0x263989(0xfa)][_0x263989(0xd5)]()[_0x263989(0x13d)](),_0x15fedd[_0x263989(0x101)])&&(_0x502cdc=_0x15fedd[_0x263989(0xbf)](_0xbbfb1d[_0x263989(0xcc)],undefined)?_0xbbfb1d[_0x263989(0x14d)]:_0xbbfb1d[_0x263989(0xcc)]['message'],_0x1458eb=_0x15fedd[_0x263989(0xbf)](_0xbbfb1d['exception'],undefined)?_0x15fedd[_0x263989(0xee)]:_0xbbfb1d['message'][_0x263989(0xdd)](/Assert/)?_0x15fedd['hCXkO']:_0x15fedd[_0x263989(0xee)]),{'status':_0xbbfb1d['status'][_0x263989(0x13d)](),'failureType':_0x15fedd[_0x263989(0x147)](_0x1458eb,null),'failureData':!_0x502cdc?null:[_0x502cdc]};}[a8_0x19e552(0xb5)](_0x2e11b8,_0x147870){const _0x25e9f4=a8_0x19e552,_0x15761c={};_0x15761c[_0x25e9f4(0x136)]=function(_0x5ba310,_0x3c8232){return _0x5ba310===_0x3c8232;},_0x15761c['RvwOx']=_0x25e9f4(0xf9),_0x15761c[_0x25e9f4(0x133)]=_0x25e9f4(0xc1);const _0x27f978=_0x15761c;let _0x17cb61=![];for(const _0x50ea34 of _0x2e11b8){_0x50ea34[_0x25e9f4(0x13e)]&&(_0x17cb61=!![]);if(_0x27f978[_0x25e9f4(0x136)](_0x147870['id'],_0x50ea34['id']))return _0x17cb61?_0x27f978['RvwOx']:_0x27f978[_0x25e9f4(0x133)];}}[a8_0x19e552(0x104)]=(_0x316338,_0x44845e)=>{const _0x5c1640=a8_0x19e552,_0x384785={};_0x384785['gTISm']=function(_0x26bccd,_0x4eff0b){return _0x26bccd===_0x4eff0b;},_0x384785[_0x5c1640(0x131)]=function(_0x15b05b,_0x217779){return _0x15b05b>_0x217779;};const _0x5dfa72=_0x384785;if(!(_0x44845e[_0x5c1640(0xf0)]&&_0x5dfa72['UKOht'](_0x44845e[_0x5c1640(0xf0)][_0x5c1640(0x134)],0x1)))return;const _0x1a1ca2=_0x44845e[_0x5c1640(0xf0)][0x0],_0x488422=_0x44845e[_0x5c1640(0xf0)][0x1],_0x5f5957=_0x316338['feature']&&_0x316338[_0x5c1640(0x11a)][_0x5c1640(0x11c)]?_0x316338[_0x5c1640(0x11a)][_0x5c1640(0x11c)]:undefined;let _0x3a2d6f=[];_0x5f5957&&_0x5f5957[_0x5c1640(0xe4)](_0x4ccaba=>{const _0x8142ae=_0x5c1640,_0x3d0543={'LlANH':function(_0x22cc55,_0x6be5ae){const _0x8fbb3a=a8_0x2612;return _0x5dfa72[_0x8fbb3a(0x144)](_0x22cc55,_0x6be5ae);}};if(_0x4ccaba['rule'])_0x4ccaba[_0x8142ae(0xd2)][_0x8142ae(0x11c)][_0x8142ae(0xe4)](_0x37eb02=>{const _0x1d1ba6=_0x8142ae;if(_0x37eb02[_0x1d1ba6(0x106)]&&_0x3d0543[_0x1d1ba6(0xb9)](_0x37eb02[_0x1d1ba6(0x106)]['id'],_0x1a1ca2)&&_0x37eb02['scenario'][_0x1d1ba6(0x12f)]){const _0x1c9809=_0x37eb02[_0x1d1ba6(0x106)][_0x1d1ba6(0x12f)][_0x1d1ba6(0x132)](_0x534620=>_0x534620[_0x1d1ba6(0x10d)])['find'](_0x20498a=>_0x20498a['id']===_0x488422);let _0x1099f5;_0x1c9809&&_0x1c9809[_0x1d1ba6(0x10b)]?_0x1099f5=_0x1c9809[_0x1d1ba6(0x10b)]['map'](_0x397dd6=>_0x397dd6[_0x1d1ba6(0xd0)]):_0x1099f5=[],_0x1099f5&&(_0x3a2d6f=_0x1099f5);}});else{if(_0x4ccaba[_0x8142ae(0x106)]&&_0x5dfa72[_0x8142ae(0x144)](_0x4ccaba['scenario']['id'],_0x1a1ca2)&&_0x4ccaba[_0x8142ae(0x106)][_0x8142ae(0x12f)]){const _0x21a79c=_0x4ccaba['scenario'][_0x8142ae(0x12f)]['flatMap'](_0x4062bf=>_0x4062bf[_0x8142ae(0x10d)])[_0x8142ae(0x12c)](_0x49f8df=>_0x49f8df['id']===_0x488422);let _0x50501d;_0x21a79c&&_0x21a79c[_0x8142ae(0x10b)]?_0x50501d=_0x21a79c['cells'][_0x8142ae(0x125)](_0x3edaaf=>_0x3edaaf[_0x8142ae(0xd0)]):_0x50501d=[],_0x50501d&&(_0x3a2d6f=_0x50501d);}}});if(_0x3a2d6f[_0x5c1640(0x134)])return _0x3a2d6f;return;};async[a8_0x19e552(0x119)](){const _0x2edb22=a8_0x19e552,_0x2e86c4={'UDmbe':function(_0x403f53){return _0x403f53();}};if(this[_0x2edb22(0x143)])return this['_gitConfigPath'];const _0xed5b09=await _0x2e86c4[_0x2edb22(0x12b)](getGitMetaData);_0xed5b09&&(this[_0x2edb22(0x117)]=_0xed5b09[_0x2edb22(0xd9)]),this['_gitConfigured']=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x19e552(0x119),'getScenarioExamples',a8_0x19e552(0xb5),a8_0x19e552(0xc9),'sendHook',a8_0x19e552(0x14c),a8_0x19e552(0x105)]);
|
|
1
|
+
const a8_0x58e18d=a8_0x1fde;function a8_0x1fde(_0x38d650,_0x393f37){const _0x3dde1f=a8_0x3dde();return a8_0x1fde=function(_0x1fdece,_0x721b08){_0x1fdece=_0x1fdece-0x71;let _0x219e0a=_0x3dde1f[_0x1fdece];return _0x219e0a;},a8_0x1fde(_0x38d650,_0x393f37);}(function(_0xcbd3f2,_0x5b0902){const _0x2f40a7=a8_0x1fde,_0x46dacb=_0xcbd3f2();while(!![]){try{const _0xdc7043=parseInt(_0x2f40a7(0xab))/0x1*(parseInt(_0x2f40a7(0x72))/0x2)+parseInt(_0x2f40a7(0xbe))/0x3*(-parseInt(_0x2f40a7(0xae))/0x4)+parseInt(_0x2f40a7(0x106))/0x5+parseInt(_0x2f40a7(0x81))/0x6+-parseInt(_0x2f40a7(0xb7))/0x7*(-parseInt(_0x2f40a7(0x107))/0x8)+-parseInt(_0x2f40a7(0x100))/0x9+-parseInt(_0x2f40a7(0xc4))/0xa;if(_0xdc7043===_0x5b0902)break;else _0x46dacb['push'](_0x46dacb['shift']());}catch(_0x16e194){_0x46dacb['push'](_0x46dacb['shift']());}}}(a8_0x3dde,0x4cb59));const path=require(a8_0x58e18d(0xc9)),stripAnsi=require('strip-ansi'),util=require(a8_0x58e18d(0xb8)),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require(a8_0x58e18d(0xe8)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x58e18d(0x7e)),logger=require(a8_0x58e18d(0x93))[a8_0x58e18d(0x8e)],{o11yClassErrorHandler}=require(a8_0x58e18d(0x91)),{FRAMEWORKS}=require(a8_0x58e18d(0xc2)),TestDetails=require(a8_0x58e18d(0xc7));function a8_0x3dde(){const _0x414cd7=['3|0|4|1|2','format','every','BhSnO','806661OXljIM','BWCCX','LeMLG','testCaseFinished','AEBxA','pickleStepId','544060SQDSYE','8UzLDgQ','gRJmx','1210XLbUKq','match','RbRVc','finished_at','hhufE','AssertionError','TCiuR','uploadEventData','AtnIs','TestRunFinished','hooks','AFTER_EACH','../../helpers/helper','failureType','scenario','699846MPtXFv','CUCUMBER','FAILED','KPPwP','exception','nLFGk','name','failure_reason','BKEkL','Pvdyb','lWIPm','GbvWQ','cEvcg','winstonLogger','OAmUK','UnhandledError','../../helpers/test-observability/error-handler','debug','../../helpers/logger','tags','updateTestStatus','relative','azvMp','Tleil','wSXAd','bEHRo','AFOYV','exports','gaBej','_gitConfigured','laxdC','hook','testStepFinished','Exception\x20in\x20sendHook:\x20','configureGit','QRytS','zowkb','sourceReference','sendTestRunEventForCucumber','duration_in_ms','javascript','NfZOX','457MHnXpY','event_type','flatMap','84yzfLSz','higpe','UvUKn','examples','Xxnzf','uri','cells','appendTesthubParams','toISOString','3920511qIjwtE','util','join','getTestUUID','tJJff','YYDMM','children','66822qKrtxU','mrlvm','hookId','tagExpression','../../helpers/test-observability/constants.js','getCucumberHookType','1904270RFGhhM','failure_data','split','../playwright/reporter/test-details','wcGVt','path','getHookRunEventData','BbhBl','OvFAp','map','failure_type','failure','CSdKS','unknown','forEach','RWjDM','tApbE','oKUCV','uuid','Exception\x20in\x20getHookRunEventData:\x20','FxAqw','filter','message','result','HookRunFinished','length','getScenarioExamples','getHooksListForTest','value','HhTbz','failureData','timestamp','gOMPU','rule','getHookResult','xKTEV','../../helpers/testhub/utils','gQNuL','find','toString','YzYJw','_gitConfigPath','sendHook','BEFORE_EACH','toLowerCase','backtrace','astNodeIds','failed','passed','WtOiJ','KDEIa','feature','sImIe','skipped','includes','cucumber'];a8_0x3dde=function(){return _0x414cd7;};return a8_0x3dde();}this[a8_0x58e18d(0x9e)]=![],this[a8_0x58e18d(0xed)]=null;class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x2003e5,_0x6345c5,_0x51eaf0,_0x29447d,_0x52d333){const _0x36378f=a8_0x58e18d,_0xc8e61c={'lWIPm':function(_0x219544,_0x55d38d){return _0x219544===_0x55d38d;},'gaBej':_0x36378f(0x83),'higpe':_0x36378f(0xf3),'nLFGk':function(_0x35f9e8,_0x1cb502){return _0x35f9e8===_0x1cb502;},'xKTEV':'SKIPPED','IbHWR':_0x36378f(0xf9),'fWjPx':function(_0x3879a0,_0x3e96ca){return _0x3879a0||_0x3e96ca;},'NCSRY':function(_0x2037e9,_0x179333){return _0x2037e9+_0x179333;},'TCiuR':function(_0x664135,_0x351def){return _0x664135+_0x351def;},'VpuDN':'test','mrlvm':'javascript','ZCFES':_0x36378f(0xfb),'OAmUK':'pending','AtnIs':_0x36378f(0xf4),'gRJmx':function(_0x36c220,_0x372dba){return _0x36c220!==_0x372dba;},'tApbE':function(_0x25b7af,_0x1cc055){return _0x25b7af/_0x1cc055;},'UvUKn':function(_0x2458e5,_0xa690f3){return _0x2458e5(_0xa690f3);},'KDEIa':_0x36378f(0xd1),'gOMPU':_0x36378f(0x77),'NfZOX':_0x36378f(0x90),'Xxnzf':function(_0x5f040f,_0x30a90e){return _0x5f040f===_0x30a90e;},'hhufE':_0x36378f(0x7b),'BhSnO':function(_0x3e2435,_0x37cab3){return _0x3e2435>_0x37cab3;}},{feature:_0x12895e,scenario:_0x4a39ed,steps:_0x2f990f,uuid:_0x48cfec,startedAt:_0x593096,finishedAt:_0x58b3d6}=_0xc8e61c['fWjPx'](_0x52d333,{}),_0x571af8=this[_0x36378f(0xde)](_0x6345c5,_0x51eaf0);await this[_0x36378f(0xa3)]();const _0x486450=_0x571af8?_0xc8e61c['NCSRY'](_0xc8e61c[_0x36378f(0x78)](_0xc8e61c[_0x36378f(0x78)](_0x51eaf0[_0x36378f(0x87)],'\x20('),_0x571af8[_0x36378f(0xb9)](',\x20')),')'):_0x51eaf0[_0x36378f(0x87)],_0x262dc6={'uuid':_0x48cfec,'started_at':_0x593096,'finished_at':_0x58b3d6,'type':_0xc8e61c['VpuDN'],'body':{'lang':_0xc8e61c[_0x36378f(0xbf)],'code':null},'name':_0x486450,'scopes':[_0x12895e&&_0x12895e[_0x36378f(0x87)]?_0x12895e['name']:''],'tags':_0x51eaf0[_0x36378f(0x94)]?_0x51eaf0['tags'][_0x36378f(0xcd)](({name:_0xdfe5b9})=>_0xdfe5b9):[],'file_name':_0x51eaf0[_0x36378f(0xb3)],'location':_0x51eaf0[_0x36378f(0xb3)],'vc_filepath':this[_0x36378f(0xed)]&&_0x51eaf0['uri']?path[_0x36378f(0x96)](this[_0x36378f(0xed)],_0x51eaf0['uri']):null,'framework':_0xc8e61c['ZCFES'],'result':_0xc8e61c[_0x36378f(0x8f)],'meta':{'feature':_0x12895e,'scenario':_0x4a39ed,'steps':_0x2f990f,'examples':_0x571af8},'customRerunParam':{'rerun_name':_0x486450}};if(_0x2003e5[_0x36378f(0x103)]&&_0x2f990f){const _0x2ab246=_0x2003e5[_0x36378f(0x103)];let _0x31d3c6=_0xc8e61c[_0x36378f(0x7a)];_0x2f990f[_0x36378f(0xfe)](_0x27c68e=>{const _0x566a28=_0x36378f;if(_0xc8e61c[_0x566a28(0x8b)](_0x27c68e['result'],_0xc8e61c[_0x566a28(0x9d)]))return _0x31d3c6=_0xc8e61c[_0x566a28(0xaf)],_0x2ab246[_0x566a28(0xcf)]=_0x27c68e['failure'],_0x2ab246['failureType']=_0x27c68e['failureType'],![];else{if(_0xc8e61c['nLFGk'](_0x27c68e[_0x566a28(0xdb)],_0xc8e61c[_0x566a28(0xe7)]))return _0x31d3c6=_0xc8e61c['IbHWR'],![];}return!![];}),_0x262dc6[_0x36378f(0x75)]=new Date()['toISOString'](),_0x262dc6['result']=_0x31d3c6,_0x2ab246[_0x36378f(0xe3)]&&_0xc8e61c[_0x36378f(0x71)](_0x2ab246['timestamp']['nanos'],undefined)?_0x262dc6[_0x36378f(0xa8)]=_0xc8e61c[_0x36378f(0xd4)](_0x2ab246[_0x36378f(0xe3)]['nanos'],0xf4240):_0x262dc6['duration_in_ms']=undefined,_0xc8e61c[_0x36378f(0x86)](_0x31d3c6,_0xc8e61c[_0x36378f(0xaf)])&&(_0x262dc6[_0x36378f(0xcf)]=[{'backtrace':[_0x2ab246[_0x36378f(0xcf)]?_0xc8e61c[_0x36378f(0xb0)](stripAnsi,_0x2ab246['failure']):_0xc8e61c[_0x36378f(0xf6)]]}],_0x262dc6['failure_reason']=_0x2ab246[_0x36378f(0xcf)]?_0xc8e61c[_0x36378f(0xb0)](stripAnsi,_0x2ab246[_0x36378f(0xcf)]):_0x2ab246[_0x36378f(0xda)],_0x2ab246[_0x36378f(0x7f)]&&(_0x262dc6[_0x36378f(0xce)]=_0x2ab246[_0x36378f(0x7f)]['match'](/AssertError/)?_0xc8e61c[_0x36378f(0xe4)]:_0xc8e61c[_0x36378f(0xaa)]));}if(_0xc8e61c[_0x36378f(0xb2)](_0x29447d,_0xc8e61c[_0x36378f(0x76)])){const _0x5a605b=this['getHooksListForTest'](_0x2003e5[_0x36378f(0x103)]['testCaseStartedId']);_0x5a605b&&_0xc8e61c[_0x36378f(0xff)](_0x5a605b[_0x36378f(0xdd)],0x0)&&(_0x262dc6[_0x36378f(0x7c)]=_0x5a605b,this[_0x36378f(0x95)](_0x2003e5[_0x36378f(0x103)]['testCaseStartedId'],_0x262dc6));}testhubUtils[_0x36378f(0xb5)](_0x262dc6,_0x29447d,'',FRAMEWORKS[_0x36378f(0x82)]);const _0x5d88b7={};_0x5d88b7[_0x36378f(0xac)]=_0x29447d,_0x5d88b7['test_run']=_0x262dc6;const _0x5384ae=_0x5d88b7;await SessionHandler['uploadEventData'](_0x5384ae);}['updateTestStatus'](_0x8999f7,_0x115cde){const _0x262937=a8_0x58e18d,_0x201b15={};_0x201b15[_0x262937(0x101)]=function(_0x569d61,_0x3d0c2a){return _0x569d61 instanceof _0x3d0c2a;},_0x201b15[_0x262937(0xe1)]=function(_0x3add40,_0x59286a){return _0x3add40===_0x59286a;},_0x201b15[_0x262937(0x8c)]=_0x262937(0xf3),_0x201b15[_0x262937(0xf5)]=_0x262937(0xfc);const _0x4bc927=_0x201b15,_0x2ed176=hooksMap[_0x8999f7];if(_0x4bc927[_0x262937(0x101)](_0x2ed176,Array))for(const _0x26a248 of _0x2ed176){if(_0x4bc927[_0x262937(0xe1)](_0x26a248[_0x262937(0xdb)],_0x4bc927[_0x262937(0x8c)])){const _0x19aae0=_0x4bc927[_0x262937(0xf5)][_0x262937(0xc6)]('|');let _0x5b4f28=0x0;while(!![]){switch(_0x19aae0[_0x5b4f28++]){case'0':_0x115cde['failure']=_0x26a248['failure_data'];continue;case'1':_0x115cde[_0x262937(0xce)]=_0x26a248['failure_type'];continue;case'2':return _0x115cde;case'3':_0x115cde[_0x262937(0xdb)]=_0x26a248[_0x262937(0xdb)];continue;case'4':_0x115cde[_0x262937(0x88)]=_0x4bc927['BWCCX'](_0x26a248[_0x262937(0xc5)],Array)?_0x26a248['failure_data'][0x0][_0x262937(0xf1)][_0x262937(0xb9)]('\x0a'):'';continue;}break;}}};}[a8_0x58e18d(0xdf)](_0x3b3b1e){const _0x4d9f11=a8_0x58e18d;if(hooksMap[_0x3b3b1e])return hooksMap[_0x3b3b1e][_0x4d9f11(0xcd)](_0x3f6dbf=>_0x3f6dbf[_0x4d9f11(0xd6)]);return[];}[a8_0x58e18d(0xca)](_0x3fa887,_0x531418,_0x548bea,_0x5177c4,_0x514263,_0x39b6ed){const _0x5beccb=a8_0x58e18d,_0x124e9d={'oKUCV':function(_0x2ac81f,_0x8cd31f){return _0x2ac81f===_0x8cd31f;},'azvMp':_0x5beccb(0xdc),'Pvdyb':function(_0x51305d,_0x42edaf,_0x341672){return _0x51305d(_0x42edaf,_0x341672);},'CSdKS':_0x5beccb(0xa6),'FxAqw':_0x5beccb(0xb3),'tJJff':'pending','caMzl':_0x5beccb(0xa0),'AFOYV':_0x5beccb(0xa9),'RWjDM':_0x5beccb(0xf7),'cEvcg':_0x5beccb(0x87),'laxdC':function(_0x26b54f,_0x433e39,_0x28ae88){return _0x26b54f(_0x433e39,_0x28ae88);},'sImIe':_0x5beccb(0xfb)};try{if(_0x124e9d[_0x5beccb(0xd5)](_0x548bea,_0x124e9d[_0x5beccb(0x97)])){const _0x4e65f4=new Date()[_0x5beccb(0xb6)](),_0x3aa6a3=hooksMap[_0x531418];if(!_0x3aa6a3)return;const _0x40a304=_0x3aa6a3[_0x5beccb(0xea)](_0xd4ce38=>_0xd4ce38[_0x5beccb(0xd6)]===_0x5177c4['id']);if(!_0x40a304)return;const _0x37dac2=this[_0x5beccb(0xe6)](_0x3fa887,_0x531418);_0x40a304['result']=_0x37dac2['status'],_0x40a304[_0x5beccb(0x75)]=_0x4e65f4,_0x40a304[_0x5beccb(0xce)]=_0x37dac2[_0x5beccb(0x7f)];const _0x4c97e1={};return _0x4c97e1[_0x5beccb(0xf1)]=_0x37dac2[_0x5beccb(0xe2)],_0x40a304[_0x5beccb(0xc5)]=[_0x4c97e1],_0x40a304;}const _0x31d1a6=TestDetails[_0x5beccb(0xba)](_0x531418),_0x5a2441=_0x3fa887[_0x5beccb(0x7c)][_0x5beccb(0xea)](_0x334a2a=>_0x334a2a['id']===_0x5177c4['hookId']),_0x3a52e4=_0x124e9d[_0x5beccb(0x8a)](nestedKeyValue,_0x5a2441,[_0x124e9d[_0x5beccb(0xd0)],_0x124e9d[_0x5beccb(0xd8)]]),_0x5d1ca3=new Date()[_0x5beccb(0xb6)](),_0xbe02f3=_0x124e9d[_0x5beccb(0xbb)],_0x43a3e0=_0x5a2441[_0x5beccb(0xc1)]?_0x5a2441[_0x5beccb(0xc1)][_0x5beccb(0xc6)]('\x20')[_0x5beccb(0xd9)](_0x6bb148=>_0x6bb148[_0x5beccb(0xfa)]('@')):[],_0x50a822={'uuid':_0x5177c4['id'],'type':_0x124e9d['caMzl'],'hook_type':_0x39b6ed,'name':_0x5a2441[_0x5beccb(0x87)],'body':{'lang':_0x124e9d[_0x5beccb(0x9b)],'code':null},'tags':_0x43a3e0,'test_run_id':_0x31d1a6,'scope':_0x124e9d['Pvdyb'](nestedKeyValue,_0x514263,[_0x124e9d[_0x5beccb(0xd3)],_0x124e9d[_0x5beccb(0x8d)]]),'scopes':[_0x124e9d[_0x5beccb(0x9f)](nestedKeyValue,_0x514263,[_0x124e9d[_0x5beccb(0xd3)],_0x124e9d[_0x5beccb(0x8d)]])||''],'file_name':_0x3a52e4,'location':_0x3a52e4,'vc_filepath':this['_gitConfigPath']?path[_0x5beccb(0x96)](this[_0x5beccb(0xed)],_0x3a52e4):null,'result':_0xbe02f3,'started_at':_0x5d1ca3,'framework':_0x124e9d[_0x5beccb(0xf8)]};return _0x50a822;}catch(_0x9945a0){logger[_0x5beccb(0x92)](_0x5beccb(0xd7)+util['format'](_0x9945a0)+'\x20');}}async[a8_0x58e18d(0xee)](_0x175dc0,_0x5c61e8,_0x4d06d4,_0x1f786f,_0x2333ee,_0x15fd2b){const _0x2be952=a8_0x58e18d,_0x3c0a98={'BKEkL':function(_0x3d551e,_0xc8632a){return _0x3d551e===_0xc8632a;},'zowkb':'HookRunStarted','yziQo':function(_0x25ab7f,_0x200dbd,_0x1c7044){return _0x25ab7f(_0x200dbd,_0x1c7044);},'YzYJw':'sourceReference','XjkAI':_0x2be952(0xb3),'LeMLG':'browserstack-node-agent/src/bin/cucumber-js/test.setup.js'};try{const _0x4a5fb6=_0x1f786f[_0x2be952(0xea)](_0x45902c=>_0x45902c['id']===_0x2333ee);if(!_0x4a5fb6[_0x2be952(0xc0)])return;const _0x2f78d4=this[_0x2be952(0xc3)](_0x1f786f,_0x4a5fb6),_0x5667e0=this['getHookRunEventData'](_0x175dc0,_0x5c61e8,_0x4d06d4,_0x4a5fb6,_0x15fd2b,_0x2f78d4);if(!_0x5667e0)return;_0x3c0a98[_0x2be952(0x89)](_0x4d06d4,_0x3c0a98[_0x2be952(0xa5)])&&(hooksMap[_0x5c61e8]?hooksMap[_0x5c61e8]['push'](_0x5667e0):hooksMap[_0x5c61e8]=[_0x5667e0]);const _0x5ce90c=_0x175dc0[_0x2be952(0x7c)][_0x2be952(0xea)](_0x556346=>_0x556346['id']===_0x4a5fb6[_0x2be952(0xc0)]),_0x903f2a=_0x3c0a98['yziQo'](nestedKeyValue,_0x5ce90c,[_0x3c0a98[_0x2be952(0xec)],_0x3c0a98['XjkAI']]);if(!_0x903f2a)return;else{if(_0x903f2a[_0x2be952(0xfa)](_0x3c0a98[_0x2be952(0x102)]))return;}const _0x4298cd={};_0x4298cd[_0x2be952(0xac)]=_0x4d06d4,_0x4298cd['hook_run']=_0x5667e0;const _0x34b367=_0x4298cd;await SessionHandler[_0x2be952(0x79)](_0x34b367);}catch(_0xaaf6de){logger[_0x2be952(0x92)](_0x2be952(0xa2)+util[_0x2be952(0xfd)](_0xaaf6de)+'\x20');}}[a8_0x58e18d(0xe6)](_0x5f01e4,_0x45775f){const _0x1f7d00=a8_0x58e18d,_0x46b689={};_0x46b689['AEBxA']=function(_0x45de97,_0x22d8fc){return _0x45de97===_0x22d8fc;},_0x46b689[_0x1f7d00(0xc8)]=_0x1f7d00(0xf3),_0x46b689[_0x1f7d00(0xa4)]=_0x1f7d00(0x90),_0x46b689[_0x1f7d00(0xcb)]=_0x1f7d00(0x77),_0x46b689[_0x1f7d00(0x98)]=function(_0x505bb2,_0x462dca){return _0x505bb2||_0x462dca;};const _0x390f59=_0x46b689,_0x20573e=_0x5f01e4[_0x1f7d00(0xa1)][_0x45775f]['testStepResult'];let _0x2a9d36,_0x21009e;return _0x20573e&&_0x390f59[_0x1f7d00(0x104)](_0x20573e['status'][_0x1f7d00(0xeb)]()[_0x1f7d00(0xf0)](),_0x390f59[_0x1f7d00(0xc8)])&&(_0x2a9d36=_0x390f59[_0x1f7d00(0x104)](_0x20573e['exception'],undefined)?_0x20573e[_0x1f7d00(0xda)]:_0x20573e[_0x1f7d00(0x85)][_0x1f7d00(0xda)],_0x21009e=_0x390f59[_0x1f7d00(0x104)](_0x20573e[_0x1f7d00(0x85)],undefined)?_0x390f59[_0x1f7d00(0xa4)]:_0x20573e['message'][_0x1f7d00(0x73)](/Assert/)?_0x390f59[_0x1f7d00(0xcb)]:_0x390f59[_0x1f7d00(0xa4)]),{'status':_0x20573e['status']['toLowerCase'](),'failureType':_0x390f59['Tleil'](_0x21009e,null),'failureData':!_0x2a9d36?null:[_0x2a9d36]};}['getCucumberHookType'](_0x55638f,_0x3b837f){const _0x3b3e08=a8_0x58e18d,_0x173ba4={};_0x173ba4['OvFAp']=function(_0x318440,_0x18643b){return _0x318440===_0x18643b;},_0x173ba4[_0x3b3e08(0xe9)]=_0x3b3e08(0x7d),_0x173ba4[_0x3b3e08(0xbc)]=_0x3b3e08(0xef);const _0xb252d0=_0x173ba4;let _0x1c6ece=![];for(const _0x1f7ed6 of _0x55638f){_0x1f7ed6[_0x3b3e08(0x105)]&&(_0x1c6ece=!![]);if(_0xb252d0[_0x3b3e08(0xcc)](_0x3b837f['id'],_0x1f7ed6['id']))return _0x1c6ece?_0xb252d0[_0x3b3e08(0xe9)]:_0xb252d0[_0x3b3e08(0xbc)];}}['getScenarioExamples']=(_0x24bd3d,_0x5bdd26)=>{const _0x531431=a8_0x58e18d,_0x52f4f6={};_0x52f4f6['KPPwP']=function(_0x2fa81c,_0x3a9174){return _0x2fa81c===_0x3a9174;},_0x52f4f6[_0x531431(0x9a)]=function(_0x4f2b4a,_0x55430b){return _0x4f2b4a>_0x55430b;};const _0x1f0243=_0x52f4f6;if(!(_0x5bdd26['astNodeIds']&&_0x1f0243[_0x531431(0x9a)](_0x5bdd26[_0x531431(0xf2)]['length'],0x1)))return;const _0x46a368=_0x5bdd26['astNodeIds'][0x0],_0x35e77f=_0x5bdd26[_0x531431(0xf2)][0x1],_0x43d765=_0x24bd3d[_0x531431(0xf7)]&&_0x24bd3d[_0x531431(0xf7)][_0x531431(0xbd)]?_0x24bd3d['feature']['children']:undefined;let _0x1bbbd3=[];_0x43d765&&_0x43d765[_0x531431(0xd2)](_0x3fed5e=>{const _0x14a1cf=_0x531431,_0x1275f8={'wSXAd':function(_0x296fc2,_0x34c65d){return _0x1f0243['KPPwP'](_0x296fc2,_0x34c65d);}};if(_0x3fed5e['rule'])_0x3fed5e[_0x14a1cf(0xe5)][_0x14a1cf(0xbd)][_0x14a1cf(0xd2)](_0xf4c741=>{const _0x1b0a7b=_0x14a1cf;if(_0xf4c741[_0x1b0a7b(0x80)]&&_0x1275f8[_0x1b0a7b(0x99)](_0xf4c741['scenario']['id'],_0x46a368)&&_0xf4c741['scenario']['examples']){const _0x25a8fa=_0xf4c741[_0x1b0a7b(0x80)][_0x1b0a7b(0xb1)][_0x1b0a7b(0xad)](_0xe5104b=>_0xe5104b['tableBody'])[_0x1b0a7b(0xea)](_0x3498b8=>_0x3498b8['id']===_0x35e77f);let _0x58e01b;_0x25a8fa&&_0x25a8fa['cells']?_0x58e01b=_0x25a8fa['cells']['map'](_0x4da9e1=>_0x4da9e1[_0x1b0a7b(0xe0)]):_0x58e01b=[],_0x58e01b&&(_0x1bbbd3=_0x58e01b);}});else{if(_0x3fed5e[_0x14a1cf(0x80)]&&_0x1f0243[_0x14a1cf(0x84)](_0x3fed5e[_0x14a1cf(0x80)]['id'],_0x46a368)&&_0x3fed5e[_0x14a1cf(0x80)][_0x14a1cf(0xb1)]){const _0x231b23=_0x3fed5e[_0x14a1cf(0x80)][_0x14a1cf(0xb1)][_0x14a1cf(0xad)](_0x13efb=>_0x13efb['tableBody'])[_0x14a1cf(0xea)](_0x35000f=>_0x35000f['id']===_0x35e77f);let _0x4419a8;_0x231b23&&_0x231b23['cells']?_0x4419a8=_0x231b23[_0x14a1cf(0xb4)][_0x14a1cf(0xcd)](_0x1989d6=>_0x1989d6['value']):_0x4419a8=[],_0x4419a8&&(_0x1bbbd3=_0x4419a8);}}});if(_0x1bbbd3[_0x531431(0xdd)])return _0x1bbbd3;return;};async[a8_0x58e18d(0xa3)](){const _0x39c1e0=a8_0x58e18d,_0x2a8a97={'RbRVc':function(_0x24e1a4){return _0x24e1a4();}};if(this[_0x39c1e0(0x9e)])return this[_0x39c1e0(0xed)];const _0x9c804f=await _0x2a8a97[_0x39c1e0(0x74)](getGitMetaData);_0x9c804f&&(this['_gitConfigPath']=_0x9c804f['root']),this['_gitConfigured']=!![];}}module[a8_0x58e18d(0x9c)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit',a8_0x58e18d(0xde),'getCucumberHookType','getHookResult',a8_0x58e18d(0xee),a8_0x58e18d(0xca),a8_0x58e18d(0xa7)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9_0x245273=a9_0x2dbe;(function(_0x668400,_0x30901c){const _0x3fee63=a9_0x2dbe,_0x509141=_0x668400();while(!![]){try{const _0x5ed810=parseInt(_0x3fee63(0xa3))/0x1*(-parseInt(_0x3fee63(0x147))/0x2)+parseInt(_0x3fee63(0xb6))/0x3+-parseInt(_0x3fee63(0x12f))/0x4*(parseInt(_0x3fee63(0xe2))/0x5)+parseInt(_0x3fee63(0xe4))/0x6+-parseInt(_0x3fee63(0xff))/0x7*(parseInt(_0x3fee63(0x130))/0x8)+-parseInt(_0x3fee63(0xb3))/0x9*(parseInt(_0x3fee63(0x9f))/0xa)+parseInt(_0x3fee63(0x126))/0xb;if(_0x5ed810===_0x30901c)break;else _0x509141['push'](_0x509141['shift']());}catch(_0x29476f){_0x509141['push'](_0x509141['shift']());}}}(a9_0x2d11,0xda3b7));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x245273(0xbb)),util=require(a9_0x245273(0xd4)),PerformanceTester=require(a9_0x245273(0xee)),{commandRepository}=require(a9_0x245273(0xa9)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a9_0x245273(0x11e)),logger=require('../../helpers/logger')[a9_0x245273(0x127)],{shouldProcessEventForTesthub}=require(a9_0x245273(0x104)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x245273(0x138)),TestDetails=require(a9_0x245273(0xbe)),RequestQueueHandler=require(a9_0x245273(0xdf)),{o11yErrorHandler}=require(a9_0x245273(0xdb)),MyReporter=require(a9_0x245273(0xec)),SessionHandler=require(a9_0x245273(0x128)),scripts=require(a9_0x245273(0x134)),globals=require(a9_0x245273(0xf7)),testHubConstants=require(a9_0x245273(0xfb)),{shouldScanTestForAccessibility}=require(a9_0x245273(0xa7)),{isUndefined}=require(a9_0x245273(0x11c)),a9_0x1534f4={};a9_0x1534f4['workerInfo']=undefined,a9_0x1534f4[a9_0x245273(0xdc)]={},a9_0x1534f4[a9_0x245273(0xf6)]=![],a9_0x1534f4[a9_0x245273(0xdc)]['id']=undefined,a9_0x1534f4[a9_0x245273(0xdc)][a9_0x245273(0x10d)]=undefined;const workerDetails=a9_0x1534f4;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x2d0554){const _0x5eff9f=a9_0x245273,_0x1d257e=workerDetails[_0x5eff9f(0xdc)][_0x5eff9f(0x10d)];if(!_0x1d257e)return;await MyReporter['addTestUIDAndReportLog'](_0x1d257e,_0x2d0554);}),registerListeners=()=>{const _0x34d5fe=a9_0x245273,_0x49fedf={};_0x49fedf['XSIPT']=_0x34d5fe(0x110);const _0xfdb766=_0x49fedf;logger[_0x34d5fe(0xd1)](_0xfdb766['XSIPT']),process[_0x34d5fe(0xbf)](_0x34d5fe(0xd8)+process[_0x34d5fe(0xd0)]),process['on']('bs:addLog:'+process['pid'],sendTestLog),PerformanceTester[_0x34d5fe(0x137)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x245273(0x11f)],After=cucumberModule[a9_0x245273(0xfd)],AfterAll=cucumberModule[a9_0x245273(0xc2)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x245273(0x133)],configuration=process[a9_0x245273(0xc8)][a9_0x245273(0x113)],bstackConfig=process['env'][a9_0x245273(0x123)];if(configuration!==undefined){const config=JSON[a9_0x245273(0xd9)](configuration);isBrowserstackInfra()?(global[a9_0x245273(0xe3)]=isTrue(config[a9_0x245273(0x103)]),global[a9_0x245273(0xad)]=isTrue(config[a9_0x245273(0x112)])):(global['__skipSessionName']=!![],global[a9_0x245273(0xad)]=!![]),shouldProcessEventForTesthub()?require(a9_0x245273(0xa6))['browserstackAgentV2'](config,null,!![]):require(a9_0x245273(0xa6))[a9_0x245273(0xf0)](config),global[a9_0x245273(0xaa)]=config[a9_0x245273(0x14c)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x245273(0xd9)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x245273(0x10e)](browserStackConfig),commandRepository[a9_0x245273(0xa1)]('cucumber-js'));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a9_0x245273(0xe1)];cucumberModule[a9_0x245273(0xe1)]=_0x685d7d=>{const _0x23f52b={'nmPvr':function(_0x11f408,_0x56ce82){return _0x11f408(_0x56ce82);}};global['__timeout']=_0x685d7d,_0x23f52b['nmPvr'](__setDefaultTimeout,_0x685d7d);};function a9_0x2dbe(_0x44b6c4,_0x66868c){const _0x2d1175=a9_0x2d11();return a9_0x2dbe=function(_0x2dbebd,_0x42c711){_0x2dbebd=_0x2dbebd-0x9c;let _0x3e04b3=_0x2d1175[_0x2dbebd];return _0x3e04b3;},a9_0x2dbe(_0x44b6c4,_0x66868c);}function a9_0x2d11(){const _0x473bec=['name','../../helpers/ai-sdk/autoHealHelper','__platformCaps','split','ccQoz','__skipSessionStatus','Error:\x20at\x20After\x20Step:\x20','status','pickleStep','shutdown','\x22}}','16668GdmghU','finally','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','3264702ODECXt','join','BROWSERSTACK_TESTHUB_UUID','pickle','NpnAY','../../helpers/setKeepAlive','HdXTe','OvJWv','../playwright/reporter/test-details.js','removeAllListeners','Inside\x20browserstack\x20After','jsSYp','AfterAll','Failed:\x20','EbdDN','event_type','saveTestResults','YPymr','env','shift','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','hwcLb','0|4|2|1|3','UlCIz','__error_messages__','pid','debug','Passed:\x20','info','util','cFzMU','pElAs','\x0aError:\x20','bs:addLog:','parse','push','../../helpers/test-observability/error-handler','currentTest','iZqPV','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','../../helpers/test-observability/requestQueueHandler','setTestNameForHealingContext','setDefaultTimeout','3488255vHRABZ','__skipSessionName','10156890UdfEQJ','text','isAccessibilityPlatform','performScan','lFbot','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','Inside\x20browserstack\x20Before','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','../playwright/reporter/reporter.js','qUZgH','../../helpers/performance/performance-tester','BoXYP','browserstackAgentV2','failed','result','format','Error:\x20sendPlatformDetails\x20at\x20After:\x20','message','o11ySyncDone','../../helpers/globals','length','Error:\x20quiting\x20driver\x20at\x20After:\x20','toLowerCase','../../helpers/testhub/constants.js','DsAZb','After','bcMhw','203IKJJzn','bstackA11yShouldScan','DfUtV','getTestUUID','skipSessionName','../../helpers/testhub/utils','bstack','uuid','ylDiA','initQuit','getGlobal','uploadEventData','RtTnK','ENV_VAR','testInfo','setConfig','stopMonitoring','Inside\x20browserstack\x20registerListeners','GZMjl','skipSessionStatus','CONFIG','fJLkM','toString','Inside\x20browserstack\x20AfterStep','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','baUII','Inside\x20browserstack\x20BeforeAll','FVVBB','LfXSl','lodash','tags','@cucumber/cucumber','Before','UlIoW','timeout','quitCount_','BSTACK_CONFIG','map','JUAjH','26352656fOUUcT','winstonLogger','../../helpers/test-observability/sessionHandler','__drivers','jPRxG','BROWSERSTACK_TESTHUB_JWT','driverCleanup','cbViZ','__sessionFailed','8DALIir','102064VcxDSl','session_','testCaseStartedId','AfterStep','../../helpers/accessibility-automation/scripts','ilHBY','bWlZZ','startMonitoring','../../helpers/test-observability/utils','zRHgZ',',\x22level\x22:\x20\x22','error','CYgRR','sWhAf','Error:\x20at\x20After:\x20','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','stringify','DtdRZ','setGlobal','browserstackSessionName','vDTnu','executeScript','passed','2lAHwbc','executeAsyncScript','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20AfterAll','Ofbej','platformCaps','qcMcs','test_run','Passed','thJwtToken','7900fWaFdP','NglsG','setFramework','getInstance','1054502gYDCgO','Error:\x20cleaning\x20up\x20driver:\x20','GzyLC','../../index','../../helpers/accessibility-automation/helper'];a9_0x2d11=function(){return _0x473bec;};return a9_0x2d11();}const a9_0x2da8b4={};a9_0x2da8b4[a9_0x245273(0xa8)]=a9_0x245273(0x105),BeforeAll(a9_0x2da8b4,function(){const _0x4263b8=a9_0x245273,_0x220c2c={'DsAZb':function(_0x17bcbc,_0x21848b,_0x56f94b,_0x3dead8){return _0x17bcbc(_0x21848b,_0x56f94b,_0x3dead8);},'bWlZZ':_0x4263b8(0xf1),'bwdOT':'\x20|\x20','bcMhw':function(_0x522bf8,_0x497343,_0x3c4acc){return _0x522bf8(_0x497343,_0x3c4acc);},'fJLkM':'passed','Rrnwv':_0x4263b8(0x119),'uGyVB':function(_0x1a2759){return _0x1a2759();},'hUHmr':function(_0x3219e2){return _0x3219e2();},'tzSwU':function(_0x58fb11,_0x2f9292){return _0x58fb11(_0x2f9292);}};PerformanceTester[_0x4263b8(0x137)](),logger[_0x4263b8(0xd1)](_0x220c2c['Rrnwv']),global[_0x4263b8(0xcf)]=[],global['__sessionFailed']=![],_0x220c2c['uGyVB'](shouldProcessEventForTesthub)&&(_0x220c2c['hUHmr'](registerListeners),_0x220c2c['tzSwU'](addRequestSpy,![])),global[_0x4263b8(0x12c)]=async()=>{const _0x563a6d=_0x4263b8;let _0x36da52=![];try{await global[_0x563a6d(0x129)][0x0][_0x563a6d(0x131)],_0x36da52=!![],global[_0x563a6d(0x12e)]?await _0x220c2c[_0x563a6d(0xfc)](markSessionStatus,global[_0x563a6d(0x129)][0x0],_0x220c2c[_0x563a6d(0x136)],global[_0x563a6d(0xcf)][_0x563a6d(0xb7)](_0x220c2c['bwdOT'])):await _0x220c2c[_0x563a6d(0xfe)](markSessionStatus,global[_0x563a6d(0x129)][0x0],_0x220c2c[_0x563a6d(0x114)]);}catch(_0x111b21){logger[_0x563a6d(0xd1)](_0x563a6d(0xa4)+_0x111b21);}global[_0x563a6d(0xcf)]=[],global[_0x563a6d(0x12e)]=![];if(_0x36da52)try{await global[_0x563a6d(0x129)][0x0][_0x563a6d(0x108)]();}catch(_0x1b8528){logger['debug'](_0x563a6d(0xde)+_0x1b8528);}};});const a9_0x576435={};a9_0x576435['name']=a9_0x245273(0x105),a9_0x576435[a9_0x245273(0x121)]=0x2710,Before(a9_0x576435,function(_0x15e9e2,_0x12380b){const _0x2892c2=a9_0x245273,_0x3026df={'EbdDN':function(_0x2d7dd6,_0x3b17fc){return _0x2d7dd6>_0x3b17fc;},'OFcDQ':function(_0x3211e5,_0x1be4bb){return _0x3211e5(_0x1be4bb);},'NpnAY':function(_0x9b3c4e,_0x111369,_0x339158,_0x55c01c){return _0x9b3c4e(_0x111369,_0x339158,_0x55c01c);},'baUII':'bstackA11yShouldScan','jsSYp':function(_0x5b2d82){return _0x5b2d82();},'Ofbej':_0x2892c2(0xea)};commandRepository[_0x2892c2(0xe0)](_0x15e9e2[_0x2892c2(0xb9)][_0x2892c2(0xa8)]),logger[_0x2892c2(0xd1)](_0x3026df[_0x2892c2(0x14b)]),new Promise(async _0x53aeac=>{const _0x4d404b=_0x2892c2;try{_0x3026df['EbdDN'](global[_0x4d404b(0x129)][_0x4d404b(0xf8)],0x1)&&(await global[_0x4d404b(0x12c)](),global[_0x4d404b(0x129)][_0x4d404b(0xc9)]()),global[_0x4d404b(0x129)][0x0][_0x4d404b(0x122)]&&_0x3026df[_0x4d404b(0xc4)](global[_0x4d404b(0x129)][0x0]['quitCount_'],0x0)&&await global[_0x4d404b(0x12c)]();}catch(_0x32db92){logger[_0x4d404b(0xd1)](_0x4d404b(0xca)+_0x32db92);}workerDetails[_0x4d404b(0xdc)][_0x4d404b(0x10d)]=_0x15e9e2[_0x4d404b(0x132)];try{if(!_0x3026df['OFcDQ'](isUndefined,_0x15e9e2[_0x4d404b(0xb9)]['tags'])){const _0x6470dc=_0x3026df[_0x4d404b(0xba)](shouldScanTestForAccessibility,null,![],_0x15e9e2[_0x4d404b(0xb9)][_0x4d404b(0x11d)][_0x4d404b(0x124)](({name:_0x2c8180})=>_0x2c8180));globals[_0x4d404b(0x142)](_0x3026df[_0x4d404b(0x118)],_0x6470dc);}}catch(_0x343cea){logger['debug'](_0x4d404b(0xeb)+util['format'](_0x343cea));}_0x3026df[_0x4d404b(0xc1)](_0x53aeac);})['finally'](_0x12380b);});const a9_0x16642c={};a9_0x16642c['name']=a9_0x245273(0x105),a9_0x16642c[a9_0x245273(0x121)]=0x2710,After(a9_0x16642c,function(_0x5e3928,_0x128b8e){const _0x388030=a9_0x245273,_0x107543={'JUAjH':_0x388030(0xcd),'sWhAf':function(_0x31aa02,_0x30e54e){return _0x31aa02>_0x30e54e;},'iZqPV':function(_0x5d3fcf,_0xfa56b1){return _0x5d3fcf===_0xfa56b1;},'cFzMU':_0x388030(0xf1),'qUZgH':function(_0x550388,_0x790eee,_0x386259,_0x421ffa){return _0x550388(_0x790eee,_0x386259,_0x421ffa);},'BoXYP':'\x20|\x20','DfUtV':function(_0x957345,_0x4edc1b,_0x4b0d2b){return _0x957345(_0x4edc1b,_0x4b0d2b);},'qjYrQ':_0x388030(0x146),'ccQoz':function(_0x54f3fb){return _0x54f3fb();},'CYgRR':function(_0x3b179a,_0x21e0d8,_0x220425,_0x54c9f9){return _0x3b179a(_0x21e0d8,_0x220425,_0x54c9f9);},'YPymr':'CBTSessionCreated','GzyLC':_0x388030(0xe6),'vDTnu':_0x388030(0x100),'ZyefR':_0x388030(0xcb),'ISpMI':'Performing\x20scan\x20before\x20saving\x20results','UlIoW':_0x388030(0xb5),'qcMcs':function(_0x3df414,_0x80be0b){return _0x3df414>_0x80be0b;},'MXMth':function(_0x16d3ad){return _0x16d3ad();},'mwhUa':_0x388030(0xc0)};logger['debug'](_0x107543['mwhUa']),workerDetails[_0x388030(0xdc)][_0x388030(0x10d)]=_0x5e3928[_0x388030(0x132)],new Promise(async _0x47b71d=>{const _0x3e0362=_0x388030;let _0x2ff818=![];try{const _0x46c130=_0x107543[_0x3e0362(0x125)][_0x3e0362(0xab)]('|');let _0x4a3299=0x0;while(!![]){switch(_0x46c130[_0x4a3299++]){case'0':_0x107543[_0x3e0362(0x13d)](global[_0x3e0362(0x129)][_0x3e0362(0xf8)],0x1)&&(await global[_0x3e0362(0x12c)](),global[_0x3e0362(0x129)][_0x3e0362(0xc9)](),global[_0x3e0362(0xcf)]=[],global[_0x3e0362(0x12e)]=![]);continue;case'1':!global[_0x3e0362(0xe3)]&&await global[_0x3e0362(0x129)][0x0][_0x3e0362(0x145)](_0x3e0362(0x149)+_0x5e3928['pickle']['name']+_0x3e0362(0xb2));continue;case'2':_0x2ff818=!![];continue;case'3':if(_0x107543[_0x3e0362(0xdd)](_0x5e3928[_0x3e0362(0xf2)][_0x3e0362(0xaf)][_0x3e0362(0x115)]()[_0x3e0362(0xfa)](),_0x107543[_0x3e0362(0xd5)])||_0x107543['iZqPV'](_0x5e3928[_0x3e0362(0xf2)][_0x3e0362(0xaf)][_0x3e0362(0x115)]()[_0x3e0362(0xfa)](),'6')){try{global[_0x3e0362(0xcf)][_0x3e0362(0xda)](_0x5e3928['result'][_0x3e0362(0xf5)]);}catch(_0x5569e3){logger[_0x3e0362(0xd1)](_0x3e0362(0xe9)+_0x5569e3);}await _0x107543[_0x3e0362(0xed)](markSessionStatus,global['__drivers'][0x0],_0x107543[_0x3e0362(0xd5)],global[_0x3e0362(0xcf)][_0x3e0362(0xb7)](_0x107543[_0x3e0362(0xef)]));}else await _0x107543[_0x3e0362(0x101)](markSessionStatus,global[_0x3e0362(0x129)][0x0],_0x107543['qjYrQ']);continue;case'4':await global[_0x3e0362(0x129)][0x0][_0x3e0362(0x131)];continue;}break;}}catch(_0x419bdd){logger['debug'](_0x3e0362(0x13e)+util[_0x3e0362(0xf3)](_0x419bdd));}try{if(_0x107543[_0x3e0362(0xac)](shouldProcessEventForTesthub)){const _0x3dafdf=TestDetails[_0x3e0362(0x102)](_0x5e3928['testCaseStartedId']),_0x47a3e7=await _0x107543[_0x3e0362(0x13c)](sendPlatformDetails,global[_0x3e0362(0x129)][0x0],_0x3dafdf,!![]),_0x19b4ae={};_0x19b4ae[_0x3e0362(0x106)]=_0x3dafdf,_0x19b4ae['integrations']=_0x47a3e7;const _0x7fd876=_0x19b4ae,_0x3a96af={};_0x3a96af[_0x3e0362(0xc5)]=_0x107543[_0x3e0362(0xc7)],_0x3a96af[_0x3e0362(0x9c)]=_0x7fd876,await SessionHandler[_0x3e0362(0x10a)](_0x3a96af);}}catch(_0xde8afd){logger[_0x3e0362(0xd1)](_0x3e0362(0xf4)+util[_0x3e0362(0xf3)](_0xde8afd));}try{if(globals['getGlobal'](_0x107543[_0x3e0362(0xa5)])&&globals[_0x3e0362(0x109)](_0x107543[_0x3e0362(0x144)])){logger[_0x3e0362(0xd3)](_0x107543['ZyefR']);const _0x25fdda=TestDetails[_0x3e0362(0x102)](_0x5e3928[_0x3e0362(0x132)]),_0x5e2ce4={};_0x5e2ce4['thTestRunUuid']=_0x25fdda,_0x5e2ce4['thBuildUuid']=process['env'][testHubConstants[_0x3e0362(0x10c)][_0x3e0362(0xb8)]],_0x5e2ce4[_0x3e0362(0x9e)]=process['env'][testHubConstants[_0x3e0362(0x10c)][_0x3e0362(0x12b)]];const _0x4185b8=_0x5e2ce4;logger['debug'](_0x3e0362(0x13f)+JSON[_0x3e0362(0x140)](_0x4185b8)),logger[_0x3e0362(0xd1)](_0x107543['ISpMI']),logger['debug'](util['format'](await global[_0x3e0362(0x129)][0x0][_0x3e0362(0x148)](scripts[_0x3e0362(0xe7)],{'method':global[_0x3e0362(0x143)]}))),await global['__drivers'][0x0][_0x3e0362(0x148)](scripts[_0x3e0362(0xc6)],_0x4185b8),logger[_0x3e0362(0xd3)](_0x107543[_0x3e0362(0x120)]);}}catch(_0x54b486){logger[_0x3e0362(0x13b)](_0x3e0362(0x117)+util[_0x3e0362(0xf3)]);}if(_0x2ff818)try{global['__drivers'][0x0]&&_0x107543[_0x3e0362(0x14d)](global[_0x3e0362(0x129)][0x0][_0x3e0362(0x122)],0x0)&&await global[_0x3e0362(0x129)][0x0][_0x3e0362(0x108)]();}catch(_0x4c2788){logger[_0x3e0362(0xd1)](_0x3e0362(0xf9)+_0x4c2788);}_0x107543['MXMth'](_0x47b71d);})[_0x388030(0xb4)](()=>_0x128b8e());});const a9_0x5e81ec={};a9_0x5e81ec[a9_0x245273(0xa8)]='bstack',a9_0x5e81ec[a9_0x245273(0x121)]=0x2710,AfterStep(a9_0x5e81ec,function(_0x2c8de9,_0x4bd203){const _0x168950=a9_0x245273,_0x5c2820={'cbViZ':function(_0x513dda,_0x182b0c){return _0x513dda===_0x182b0c;},'jPRxG':_0x168950(0xf1),'DtdRZ':function(_0x420ae9,_0x20064a){return _0x420ae9!==_0x20064a;},'ilHBY':function(_0x3d9cc1,_0x594af4,_0x43ec64){return _0x3d9cc1(_0x594af4,_0x43ec64);},'UlCIz':function(_0x1b100d,_0x19f4f1){return _0x1b100d+_0x19f4f1;},'ylDiA':function(_0x3859f4,_0x355413){return _0x3859f4+_0x355413;},'JMtwm':_0x168950(0xc3),'lFbot':_0x168950(0xd7),'pElAs':_0x168950(0x13b),'JsTNs':function(_0x364fca,_0x2b2d5f,_0x1e82ce){return _0x364fca(_0x2b2d5f,_0x1e82ce);},'OvJWv':function(_0x408f03,_0x973639){return _0x408f03!==_0x973639;},'LfXSl':function(_0x519604,_0x54bb32,_0x89d104){return _0x519604(_0x54bb32,_0x89d104);},'FVVBB':_0x168950(0xd2),'hwcLb':_0x168950(0xd3),'zRHgZ':function(_0x75f1be,_0x19ef35,_0x52f624){return _0x75f1be(_0x19ef35,_0x52f624);},'HdXTe':_0x168950(0x9d),'RtTnK':function(_0x44957c){return _0x44957c();},'GZMjl':_0x168950(0x116)};logger[_0x168950(0xd1)](_0x5c2820[_0x168950(0x111)]);const _0xcd6ebb=async(_0x2db7d3,_0x59a769)=>{const _0x2fe9c1=_0x168950;await global[_0x2fe9c1(0x129)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x2db7d3+_0x2fe9c1(0x13a)+_0x59a769+_0x2fe9c1(0xb2));};new Promise(async _0x238374=>{const _0x4781ad=_0x168950;try{_0x5c2820[_0x4781ad(0x12d)](_0x2c8de9[_0x4781ad(0xf2)]['status']['toString']()['toLowerCase'](),_0x5c2820[_0x4781ad(0x12a)])||_0x5c2820[_0x4781ad(0x12d)](_0x2c8de9[_0x4781ad(0xf2)][_0x4781ad(0xaf)][_0x4781ad(0x115)]()[_0x4781ad(0xfa)](),'6')?(global['__sessionFailed']=!![],global['__error_messages__'][_0x4781ad(0xda)](_0x2c8de9[_0x4781ad(0xf2)][_0x4781ad(0xf5)]),_0x5c2820[_0x4781ad(0x141)](_0x2c8de9[_0x4781ad(0xb0)],undefined)?await _0x5c2820[_0x4781ad(0x135)](_0xcd6ebb,JSON[_0x4781ad(0x140)](_0x5c2820[_0x4781ad(0xce)](_0x5c2820['ylDiA'](_0x5c2820[_0x4781ad(0x107)](_0x5c2820['JMtwm'],'\x22'+_0x2c8de9[_0x4781ad(0xb0)][_0x4781ad(0xe5)]+'\x22\x20'),_0x5c2820[_0x4781ad(0xe8)]),_0x2c8de9['result'][_0x4781ad(0xf5)])),_0x5c2820[_0x4781ad(0xd6)]):await _0x5c2820['JsTNs'](_0xcd6ebb,JSON[_0x4781ad(0x140)](_0x5c2820[_0x4781ad(0x107)](_0x5c2820['JMtwm'],_0x2c8de9[_0x4781ad(0xf2)][_0x4781ad(0xf5)])),_0x5c2820[_0x4781ad(0xd6)])):_0x5c2820[_0x4781ad(0xbd)](_0x2c8de9[_0x4781ad(0xb0)],undefined)?await _0x5c2820[_0x4781ad(0x11b)](_0xcd6ebb,JSON['stringify'](_0x5c2820[_0x4781ad(0xce)](_0x5c2820[_0x4781ad(0x11a)],'\x22'+_0x2c8de9[_0x4781ad(0xb0)][_0x4781ad(0xe5)]+'\x22')),_0x5c2820[_0x4781ad(0xcc)]):await _0x5c2820[_0x4781ad(0x139)](_0xcd6ebb,JSON[_0x4781ad(0x140)](_0x5c2820[_0x4781ad(0xbc)]),_0x5c2820['hwcLb']);}catch(_0x54ef03){logger[_0x4781ad(0xd1)](_0x4781ad(0xae)+_0x54ef03);}_0x5c2820[_0x4781ad(0x10b)](_0x238374);})[_0x168950(0xb4)](()=>_0x4bd203());});const a9_0x430a1e={};a9_0x430a1e['name']='bstack',a9_0x430a1e[a9_0x245273(0x121)]=0x7530,AfterAll(a9_0x430a1e,async function(_0x3f5bac,_0x469df3){const _0x1af5ea=a9_0x245273,_0xc39ab7={'tqxfG':function(_0x521f4a){return _0x521f4a();},'NglsG':_0x1af5ea(0x14a)};logger[_0x1af5ea(0xd1)](_0xc39ab7[_0x1af5ea(0xa0)]),await new Promise(async _0x415841=>{const _0x27bd84=_0x1af5ea;await RequestQueueHandler[_0x27bd84(0xa2)]()[_0x27bd84(0xb1)](),PerformanceTester[_0x27bd84(0x10f)](),await global[_0x27bd84(0x12c)](),_0xc39ab7['tqxfG'](_0x415841);});});
|
|
1
|
+
const a9_0x34e271=a9_0x422e;(function(_0x24d688,_0x374106){const _0x45f3de=a9_0x422e,_0x37ba64=_0x24d688();while(!![]){try{const _0x939b66=parseInt(_0x45f3de(0x166))/0x1*(parseInt(_0x45f3de(0x13a))/0x2)+parseInt(_0x45f3de(0x1a5))/0x3*(-parseInt(_0x45f3de(0x193))/0x4)+parseInt(_0x45f3de(0x142))/0x5*(parseInt(_0x45f3de(0x14c))/0x6)+-parseInt(_0x45f3de(0x19b))/0x7+-parseInt(_0x45f3de(0x11e))/0x8+-parseInt(_0x45f3de(0x121))/0x9*(-parseInt(_0x45f3de(0x1a3))/0xa)+parseInt(_0x45f3de(0x181))/0xb;if(_0x939b66===_0x374106)break;else _0x37ba64['push'](_0x37ba64['shift']());}catch(_0x2722df){_0x37ba64['push'](_0x37ba64['shift']());}}}(a9_0x428d,0x847ee));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x34e271(0x10f)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x34e271(0x164)),PerformanceTester=require(a9_0x34e271(0x152)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x34e271(0x18e),a9_0x34e271(0x148)),logger=require(a9_0x34e271(0x13e))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x34e271(0x103)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x34e271(0x146)),TestDetails=require(a9_0x34e271(0x175)),RequestQueueHandler=require(a9_0x34e271(0x160)),{o11yErrorHandler}=require(a9_0x34e271(0x18a)),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x34e271(0x17c)),scripts=require(a9_0x34e271(0x150)),globals=require('../../helpers/globals'),testHubConstants=require(a9_0x34e271(0x199)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require('lodash'),a9_0x1515dd={};a9_0x1515dd[a9_0x34e271(0x15b)]=undefined,a9_0x1515dd[a9_0x34e271(0x122)]={},a9_0x1515dd[a9_0x34e271(0x15e)]=![],a9_0x1515dd[a9_0x34e271(0x122)]['id']=undefined,a9_0x1515dd[a9_0x34e271(0x122)][a9_0x34e271(0x143)]=undefined;const workerDetails=a9_0x1515dd;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x27700f){const _0x52d8e4=a9_0x34e271,_0x3e219d=workerDetails['currentTest'][_0x52d8e4(0x143)];if(!_0x3e219d)return;await MyReporter[_0x52d8e4(0x12a)](_0x3e219d,_0x27700f);}),registerListeners=()=>{const _0x420ec3=a9_0x34e271,_0x48e02f={};_0x48e02f[_0x420ec3(0x17f)]=_0x420ec3(0x190);const _0xc600f=_0x48e02f;logger['debug'](_0xc600f['aCwgo']),process['removeAllListeners'](_0x420ec3(0x120)+process[_0x420ec3(0x134)]),process['on'](_0x420ec3(0x120)+process[_0x420ec3(0x134)],sendTestLog),PerformanceTester[_0x420ec3(0x184)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x34e271(0x12d)],After=cucumberModule[a9_0x34e271(0x145)],AfterAll=cucumberModule[a9_0x34e271(0x179)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x34e271(0x17d)],configuration=process[a9_0x34e271(0x131)][a9_0x34e271(0x19f)],bstackConfig=process['env']['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x34e271(0x153)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x34e271(0x126)]),global[a9_0x34e271(0x11d)]=isTrue(config[a9_0x34e271(0x117)])):(global[a9_0x34e271(0x125)]=!![],global[a9_0x34e271(0x11d)]=!![]),shouldProcessEventForTesthub()?require(a9_0x34e271(0x10d))[a9_0x34e271(0x1a4)](config,null,!![]):require(a9_0x34e271(0x10d))[a9_0x34e271(0x1a4)](config),global[a9_0x34e271(0x16d)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x34e271(0x153)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x34e271(0x197)](browserStackConfig),commandRepository[a9_0x34e271(0x13f)](a9_0x34e271(0x15d)));}function a9_0x428d(){const _0x5cf175=['58NiKXKM','__error_messages__','pickleStep','name','../../helpers/logger','setFramework','uuid','hdiYl','10xjXeCU','testInfo','fBSsq','After','../../helpers/test-observability/utils','MZkzY','@cucumber/cucumber','tags','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','fjsFn','1025016iDjQSE','session_','info','message','../../helpers/accessibility-automation/scripts','xEPqv','../../helpers/performance/performance-tester','parse','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','PwjkZ','browserstackSessionName','getGlobal','push','getInstance','workerInfo','RQwgg','cucumber-js','o11ySyncDone','XpqUX','../../helpers/test-observability/requestQueueHandler','REJuO','setDefaultTimeout','thBuildUuid','util','YTSfk','11551awNphI','shutdown','aoFTv','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','Error:\x20sendPlatformDetails\x20at\x20After:\x20','gtHRW','error','__platformCaps','passed','toString','__drivers','__sessionFailed','toLowerCase','Inside\x20browserstack\x20Before','Error:\x20cleaning\x20up\x20driver:\x20','../playwright/reporter/test-details.js','quitCount_','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','join','AfterAll','BROWSERSTACK_TESTHUB_JWT','QMCWY','../../helpers/test-observability/sessionHandler','AfterStep','Inside\x20browserstack\x20AfterStep','aCwgo','text','28025932tnPwCV','bqZZJ','event_type','startMonitoring','izlpi','setGlobal','iuAfJ','ENV_VAR','length','../../helpers/test-observability/error-handler','DLHyo','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','FUHyY','@cucumber/cucumber/lib/index.js','Error:\x20quiting\x20driver\x20at\x20After:\x20','Inside\x20browserstack\x20registerListeners','AafjE','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','8rcFiMG','failed','IfygH','Inside\x20browserstack\x20After','setConfig','dkhnK','../../helpers/testhub/constants.js','Inside\x20browserstack\x20BeforeAll','6133127YcDTdO','zaaUz','DjlfA','UeCzD','CONFIG','JpgUu','format','result','259430VwALvj','browserstackAgentV2','1496919kluLwG','QWJHl','vZTbd','mUWIn','integrations','GZZJk','piAKK','stringify','driverCleanup','Inside\x20browserstack\x20AfterAll','executeScript','../../helpers/testhub/utils','bstackA11yShouldScan','Performing\x20scan\x20before\x20saving\x20results','BROWSERSTACK_TESTHUB_UUID','executeAsyncScript','initQuit','YnBdJ','VIhgp','pickle','\x22}}','../../index','stopMonitoring','../../helpers/helper','UdZxi','\x20|\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','timeout','UTxNu','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','pOBMF','skipSessionStatus','shift','XAzUY','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','isAccessibilityPlatform','__timeout','__skipSessionStatus','7083864QSKswG','fEkVv','bs:addLog:','27STxySJ','currentTest','uploadEventData','thTestRunUuid','__skipSessionName','skipSessionName','tcjcE','Passed:\x20','bstack','addTestUIDAndReportLog','split','debug','Before','\x0aError:\x20','status','SmOrh','env','finally','performScan','pid','LuwAj','testCaseStartedId',',\x22level\x22:\x20\x22','map','Failed:\x20'];a9_0x428d=function(){return _0x5cf175;};return a9_0x428d();}global[a9_0x34e271(0x11c)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x34e271(0x162)]=_0x3f2afc=>{const _0x3283a1=a9_0x34e271,_0x4bba88={'XAzUY':function(_0x4df0aa,_0x3eddf4){return _0x4df0aa(_0x3eddf4);}};global[_0x3283a1(0x11c)]=_0x3f2afc,_0x4bba88[_0x3283a1(0x119)](__setDefaultTimeout,_0x3f2afc);};const a9_0x5f38f7={};a9_0x5f38f7[a9_0x34e271(0x13d)]=a9_0x34e271(0x129),BeforeAll(a9_0x5f38f7,function(){const _0x1f8741=a9_0x34e271,_0x402db0={'ekOZQ':function(_0x21c38f,_0x2a09d7,_0x17e1e7,_0x524842){return _0x21c38f(_0x2a09d7,_0x17e1e7,_0x524842);},'RhFUu':_0x1f8741(0x194),'YTSfk':'\x20|\x20','RQwgg':function(_0xb2a516,_0x1db93e,_0x2620c2){return _0xb2a516(_0x1db93e,_0x2620c2);},'SmOrh':_0x1f8741(0x16e),'VIhgp':_0x1f8741(0x19a),'PwjkZ':function(_0x5133f2){return _0x5133f2();},'EBIId':function(_0x5a6563,_0x58be2e){return _0x5a6563(_0x58be2e);}};PerformanceTester[_0x1f8741(0x184)](),logger[_0x1f8741(0x12c)](_0x402db0[_0x1f8741(0x10a)]),global[_0x1f8741(0x13b)]=[],global[_0x1f8741(0x171)]=![],_0x402db0[_0x1f8741(0x156)](shouldProcessEventForTesthub)&&(_0x402db0[_0x1f8741(0x156)](registerListeners),_0x402db0['EBIId'](addRequestSpy,![])),global[_0x1f8741(0x1ad)]=async()=>{const _0x439ad5=_0x1f8741;let _0x37995c=![];try{await global[_0x439ad5(0x170)][0x0][_0x439ad5(0x14d)],_0x37995c=!![],global[_0x439ad5(0x171)]?await _0x402db0['ekOZQ'](markSessionStatus,global['__drivers'][0x0],_0x402db0['RhFUu'],global['__error_messages__'][_0x439ad5(0x178)](_0x402db0[_0x439ad5(0x165)])):await _0x402db0[_0x439ad5(0x15c)](markSessionStatus,global[_0x439ad5(0x170)][0x0],_0x402db0[_0x439ad5(0x130)]);}catch(_0x40260a){logger[_0x439ad5(0x12c)](_0x439ad5(0x174)+_0x40260a);}global[_0x439ad5(0x13b)]=[],global[_0x439ad5(0x171)]=![];if(_0x37995c)try{await global[_0x439ad5(0x170)][0x0][_0x439ad5(0x108)]();}catch(_0x584245){logger['debug'](_0x439ad5(0x155)+_0x584245);}};});const a9_0x3a878d={};a9_0x3a878d['name']=a9_0x34e271(0x129),a9_0x3a878d[a9_0x34e271(0x113)]=0x2710,Before(a9_0x3a878d,function(_0x3e3ad5,_0x5216fe){const _0x464955=a9_0x34e271,_0x2b2393={'JpgUu':function(_0x3ccb7d,_0x5d80d){return _0x3ccb7d>_0x5d80d;},'KreWR':function(_0x4f056e,_0x42c836){return _0x4f056e(_0x42c836);},'fBSsq':function(_0xca0dcc,_0x9f8a49,_0x153946,_0x592194){return _0xca0dcc(_0x9f8a49,_0x153946,_0x592194);},'DjlfA':_0x464955(0x104),'IpQqx':function(_0x13a43a){return _0x13a43a();},'UdZxi':_0x464955(0x173)};commandRepository['setTestNameForHealingContext'](_0x3e3ad5[_0x464955(0x10b)]['name']),logger[_0x464955(0x12c)](_0x2b2393[_0x464955(0x110)]),new Promise(async _0xe8701c=>{const _0xa21119=_0x464955;try{_0x2b2393[_0xa21119(0x1a0)](global[_0xa21119(0x170)][_0xa21119(0x189)],0x1)&&(await global[_0xa21119(0x1ad)](),global[_0xa21119(0x170)]['shift']()),global[_0xa21119(0x170)][0x0][_0xa21119(0x176)]&&_0x2b2393[_0xa21119(0x1a0)](global[_0xa21119(0x170)][0x0][_0xa21119(0x176)],0x0)&&await global['driverCleanup']();}catch(_0x2ad6ed){logger[_0xa21119(0x12c)](_0xa21119(0x169)+_0x2ad6ed);}workerDetails[_0xa21119(0x122)]['testInfo']=_0x3e3ad5[_0xa21119(0x136)];try{if(!_0x2b2393['KreWR'](isUndefined,_0x3e3ad5[_0xa21119(0x10b)][_0xa21119(0x149)])){const _0x2c0c2b=_0x2b2393[_0xa21119(0x144)](shouldScanTestForAccessibility,null,![],_0x3e3ad5[_0xa21119(0x10b)][_0xa21119(0x149)][_0xa21119(0x138)](({name:_0x194204})=>_0x194204));globals[_0xa21119(0x186)](_0x2b2393[_0xa21119(0x19d)],_0x2c0c2b);}}catch(_0x41f5a6){logger[_0xa21119(0x12c)](_0xa21119(0x14a)+util[_0xa21119(0x1a1)](_0x41f5a6));}_0x2b2393['IpQqx'](_0xe8701c);})[_0x464955(0x132)](_0x5216fe);});const a9_0x12e24c={};a9_0x12e24c[a9_0x34e271(0x13d)]='bstack',a9_0x12e24c[a9_0x34e271(0x113)]=0x2710,After(a9_0x12e24c,function(_0x23a831,_0x22576b){const _0x9cc9c4=a9_0x34e271,_0x323b91={'hrpSn':'4|3|2|1|0','MZkzY':function(_0x2f0c68,_0xde6d0d){return _0x2f0c68===_0xde6d0d;},'fEkVv':_0x9cc9c4(0x194),'hdiYl':function(_0x2a5f37,_0x4bf3d4){return _0x2a5f37===_0x4bf3d4;},'LuwAj':function(_0x3a01f9,_0x17b2bd,_0x22156f,_0x578684){return _0x3a01f9(_0x17b2bd,_0x22156f,_0x578684);},'gtHRW':_0x9cc9c4(0x111),'izlpi':function(_0x23bbd7,_0x433a3b,_0x265e8f){return _0x23bbd7(_0x433a3b,_0x265e8f);},'naXHf':_0x9cc9c4(0x16e),'dkhnK':function(_0x5d930f,_0xc5aa02){return _0x5d930f>_0xc5aa02;},'XCxij':function(_0x473824){return _0x473824();},'LwMBb':function(_0x47de35,_0x2e2001,_0x5b7feb,_0x3ae79e){return _0x47de35(_0x2e2001,_0x5b7feb,_0x3ae79e);},'vZTbd':'CBTSessionCreated','mUWIn':_0x9cc9c4(0x11b),'tcjcE':'bstackA11yShouldScan','QMCWY':_0x9cc9c4(0x192),'xEPqv':_0x9cc9c4(0x105),'fjsFn':_0x9cc9c4(0x154),'bqZZJ':function(_0x2124ea){return _0x2124ea();},'KJBOs':_0x9cc9c4(0x196)};logger['debug'](_0x323b91['KJBOs']),workerDetails[_0x9cc9c4(0x122)][_0x9cc9c4(0x143)]=_0x23a831[_0x9cc9c4(0x136)],new Promise(async _0x1c5ec4=>{const _0x1d9b3e=_0x9cc9c4;let _0xe735a5=![];try{const _0x3cf24f=_0x323b91['hrpSn'][_0x1d9b3e(0x12b)]('|');let _0x2b6e40=0x0;while(!![]){switch(_0x3cf24f[_0x2b6e40++]){case'0':if(_0x323b91[_0x1d9b3e(0x147)](_0x23a831['result'][_0x1d9b3e(0x12f)]['toString']()['toLowerCase'](),_0x323b91[_0x1d9b3e(0x11f)])||_0x323b91[_0x1d9b3e(0x141)](_0x23a831[_0x1d9b3e(0x1a2)][_0x1d9b3e(0x12f)]['toString']()['toLowerCase'](),'6')){try{global[_0x1d9b3e(0x13b)]['push'](_0x23a831[_0x1d9b3e(0x1a2)][_0x1d9b3e(0x14f)]);}catch(_0x326b4b){logger[_0x1d9b3e(0x12c)](_0x1d9b3e(0x112)+_0x326b4b);}await _0x323b91[_0x1d9b3e(0x135)](markSessionStatus,global['__drivers'][0x0],_0x323b91[_0x1d9b3e(0x11f)],global[_0x1d9b3e(0x13b)][_0x1d9b3e(0x178)](_0x323b91[_0x1d9b3e(0x16b)]));}else await _0x323b91[_0x1d9b3e(0x185)](markSessionStatus,global[_0x1d9b3e(0x170)][0x0],_0x323b91['naXHf']);continue;case'1':!global[_0x1d9b3e(0x125)]&&await global['__drivers'][0x0][_0x1d9b3e(0x102)](_0x1d9b3e(0x115)+_0x23a831['pickle']['name']+_0x1d9b3e(0x10c));continue;case'2':_0xe735a5=!![];continue;case'3':await global[_0x1d9b3e(0x170)][0x0][_0x1d9b3e(0x14d)];continue;case'4':_0x323b91['dkhnK'](global['__drivers'][_0x1d9b3e(0x189)],0x1)&&(await global[_0x1d9b3e(0x1ad)](),global[_0x1d9b3e(0x170)][_0x1d9b3e(0x118)](),global['__error_messages__']=[],global[_0x1d9b3e(0x171)]=![]);continue;}break;}}catch(_0x36fa93){logger[_0x1d9b3e(0x12c)]('Error:\x20at\x20After:\x20'+util['format'](_0x36fa93));}try{if(_0x323b91['XCxij'](shouldProcessEventForTesthub)){const _0x47b725=TestDetails['getTestUUID'](_0x23a831[_0x1d9b3e(0x136)]),_0x1d8088=await _0x323b91['LwMBb'](sendPlatformDetails,global['__drivers'][0x0],_0x47b725,!![]),_0x13524b={};_0x13524b[_0x1d9b3e(0x140)]=_0x47b725,_0x13524b[_0x1d9b3e(0x1a9)]=_0x1d8088;const _0x211ee4=_0x13524b,_0x3cf475={};_0x3cf475[_0x1d9b3e(0x183)]=_0x323b91[_0x1d9b3e(0x1a7)],_0x3cf475['test_run']=_0x211ee4,await SessionHandler[_0x1d9b3e(0x123)](_0x3cf475);}}catch(_0x2a3675){logger[_0x1d9b3e(0x12c)](_0x1d9b3e(0x16a)+util[_0x1d9b3e(0x1a1)](_0x2a3675));}try{if(globals[_0x1d9b3e(0x158)](_0x323b91[_0x1d9b3e(0x1a8)])&&globals[_0x1d9b3e(0x158)](_0x323b91[_0x1d9b3e(0x127)])){logger[_0x1d9b3e(0x14e)](_0x323b91[_0x1d9b3e(0x17b)]);const _0x488ff2=TestDetails['getTestUUID'](_0x23a831['testCaseStartedId']),_0x4f8a44={};_0x4f8a44[_0x1d9b3e(0x124)]=_0x488ff2,_0x4f8a44[_0x1d9b3e(0x163)]=process[_0x1d9b3e(0x131)][testHubConstants[_0x1d9b3e(0x188)][_0x1d9b3e(0x106)]],_0x4f8a44['thJwtToken']=process[_0x1d9b3e(0x131)][testHubConstants[_0x1d9b3e(0x188)][_0x1d9b3e(0x17a)]];const _0xe98a00=_0x4f8a44;logger[_0x1d9b3e(0x12c)](_0x1d9b3e(0x18c)+JSON[_0x1d9b3e(0x1ac)](_0xe98a00)),logger[_0x1d9b3e(0x12c)](_0x323b91[_0x1d9b3e(0x151)]),logger[_0x1d9b3e(0x12c)](util[_0x1d9b3e(0x1a1)](await global['__drivers'][0x0][_0x1d9b3e(0x107)](scripts[_0x1d9b3e(0x133)],{'method':global[_0x1d9b3e(0x157)]}))),await global['__drivers'][0x0][_0x1d9b3e(0x107)](scripts['saveTestResults'],_0xe98a00),logger[_0x1d9b3e(0x14e)](_0x323b91[_0x1d9b3e(0x14b)]);}}catch(_0x3becc3){logger[_0x1d9b3e(0x16c)](_0x1d9b3e(0x177)+util[_0x1d9b3e(0x1a1)]);}if(_0xe735a5)try{global[_0x1d9b3e(0x170)][0x0]&&_0x323b91[_0x1d9b3e(0x198)](global[_0x1d9b3e(0x170)][0x0][_0x1d9b3e(0x176)],0x0)&&await global[_0x1d9b3e(0x170)][0x0][_0x1d9b3e(0x108)]();}catch(_0xdb7f51){logger['debug'](_0x1d9b3e(0x18f)+_0xdb7f51);}_0x323b91[_0x1d9b3e(0x182)](_0x1c5ec4);})[_0x9cc9c4(0x132)](()=>_0x22576b());});const a9_0x4c8e7b={};a9_0x4c8e7b[a9_0x34e271(0x13d)]='bstack',a9_0x4c8e7b[a9_0x34e271(0x113)]=0x2710,AfterStep(a9_0x4c8e7b,function(_0x39b9ec,_0x42f240){const _0x5ef4a2=a9_0x34e271,_0x3a1ffa={'iuAfJ':function(_0x2fc61d,_0x13ffdd){return _0x2fc61d===_0x13ffdd;},'zaaUz':'failed','UTxNu':function(_0x14cf96,_0x1006af){return _0x14cf96!==_0x1006af;},'piAKK':function(_0x142f8b,_0x104ada,_0xd7cbfd){return _0x142f8b(_0x104ada,_0xd7cbfd);},'XpqUX':function(_0x210779,_0x557a3f){return _0x210779+_0x557a3f;},'rixrG':function(_0x3adfd4,_0x2973a8){return _0x3adfd4+_0x2973a8;},'pOBMF':_0x5ef4a2(0x139),'UeCzD':_0x5ef4a2(0x12e),'AafjE':_0x5ef4a2(0x16c),'DLHyo':function(_0x26a9b5,_0x2639ff){return _0x26a9b5+_0x2639ff;},'Sguwe':_0x5ef4a2(0x128),'IfygH':_0x5ef4a2(0x14e),'FUHyY':function(_0x1eaed3,_0x93d702,_0x40ae3b){return _0x1eaed3(_0x93d702,_0x40ae3b);},'aoFTv':'Passed','QWJHl':function(_0x2e1104){return _0x2e1104();},'YnBdJ':_0x5ef4a2(0x17e)};logger['debug'](_0x3a1ffa[_0x5ef4a2(0x109)]);const _0x2e0b07=async(_0x1d02b8,_0x17f36d)=>{const _0x689ebe=_0x5ef4a2;await global[_0x689ebe(0x170)][0x0][_0x689ebe(0x102)](_0x689ebe(0x11a)+_0x1d02b8+_0x689ebe(0x137)+_0x17f36d+_0x689ebe(0x10c));};new Promise(async _0x4fc40a=>{const _0x407f47=_0x5ef4a2;try{_0x3a1ffa[_0x407f47(0x187)](_0x39b9ec[_0x407f47(0x1a2)]['status'][_0x407f47(0x16f)]()['toLowerCase'](),_0x3a1ffa[_0x407f47(0x19c)])||_0x3a1ffa['iuAfJ'](_0x39b9ec['result'][_0x407f47(0x12f)]['toString']()[_0x407f47(0x172)](),'6')?(global[_0x407f47(0x171)]=!![],global[_0x407f47(0x13b)][_0x407f47(0x159)](_0x39b9ec[_0x407f47(0x1a2)][_0x407f47(0x14f)]),_0x3a1ffa[_0x407f47(0x114)](_0x39b9ec[_0x407f47(0x13c)],undefined)?await _0x3a1ffa[_0x407f47(0x1ab)](_0x2e0b07,JSON[_0x407f47(0x1ac)](_0x3a1ffa[_0x407f47(0x15f)](_0x3a1ffa[_0x407f47(0x15f)](_0x3a1ffa['rixrG'](_0x3a1ffa[_0x407f47(0x116)],'\x22'+_0x39b9ec[_0x407f47(0x13c)]['text']+'\x22\x20'),_0x3a1ffa[_0x407f47(0x19e)]),_0x39b9ec['result'][_0x407f47(0x14f)])),_0x3a1ffa[_0x407f47(0x191)]):await _0x3a1ffa[_0x407f47(0x1ab)](_0x2e0b07,JSON['stringify'](_0x3a1ffa[_0x407f47(0x18b)](_0x3a1ffa[_0x407f47(0x116)],_0x39b9ec[_0x407f47(0x1a2)][_0x407f47(0x14f)])),_0x3a1ffa['AafjE'])):_0x3a1ffa[_0x407f47(0x114)](_0x39b9ec[_0x407f47(0x13c)],undefined)?await _0x3a1ffa[_0x407f47(0x1ab)](_0x2e0b07,JSON[_0x407f47(0x1ac)](_0x3a1ffa['rixrG'](_0x3a1ffa['Sguwe'],'\x22'+_0x39b9ec[_0x407f47(0x13c)][_0x407f47(0x180)]+'\x22')),_0x3a1ffa[_0x407f47(0x195)]):await _0x3a1ffa[_0x407f47(0x18d)](_0x2e0b07,JSON[_0x407f47(0x1ac)](_0x3a1ffa[_0x407f47(0x168)]),_0x3a1ffa[_0x407f47(0x195)]);}catch(_0x39b250){logger[_0x407f47(0x12c)]('Error:\x20at\x20After\x20Step:\x20'+_0x39b250);}_0x3a1ffa[_0x407f47(0x1a6)](_0x4fc40a);})[_0x5ef4a2(0x132)](()=>_0x42f240());});function a9_0x422e(_0x76c03f,_0x187e34){const _0x428d26=a9_0x428d();return a9_0x422e=function(_0x422e3b,_0x32bb6b){_0x422e3b=_0x422e3b-0x101;let _0x25d173=_0x428d26[_0x422e3b];return _0x25d173;},a9_0x422e(_0x76c03f,_0x187e34);}const a9_0x5b3c6f={};a9_0x5b3c6f['name']=a9_0x34e271(0x129),a9_0x5b3c6f['timeout']=0x7530,AfterAll(a9_0x5b3c6f,async function(_0x43ab20,_0x47fde8){const _0x43662f=a9_0x34e271,_0x4788a3={'REJuO':function(_0xf79b7b){return _0xf79b7b();},'GZZJk':_0x43662f(0x101)};logger[_0x43662f(0x12c)](_0x4788a3[_0x43662f(0x1aa)]),await new Promise(async _0x39375=>{const _0x5a9682=_0x43662f;await RequestQueueHandler[_0x5a9682(0x15a)]()[_0x5a9682(0x167)](),PerformanceTester[_0x5a9682(0x10e)](),await global[_0x5a9682(0x1ad)](),_0x4788a3[_0x5a9682(0x161)](_0x39375);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a10_0x3611(_0x208fb1,_0x367056){const _0x51b1ed=a10_0x51b1();return a10_0x3611=function(_0x3611d2,_0xf83ca8){_0x3611d2=_0x3611d2-0x177;let _0x225c10=_0x51b1ed[_0x3611d2];return _0x225c10;},a10_0x3611(_0x208fb1,_0x367056);}const a10_0x41b0d8=a10_0x3611;(function(_0xdec2b3,_0x4678e7){const _0x4e7840=a10_0x3611,_0x1e3ac2=_0xdec2b3();while(!![]){try{const _0x50fafa=-parseInt(_0x4e7840(0x181))/0x1+parseInt(_0x4e7840(0x17b))/0x2*(-parseInt(_0x4e7840(0x190))/0x3)+-parseInt(_0x4e7840(0x194))/0x4+parseInt(_0x4e7840(0x19f))/0x5*(parseInt(_0x4e7840(0x197))/0x6)+-parseInt(_0x4e7840(0x178))/0x7+-parseInt(_0x4e7840(0x1ae))/0x8+-parseInt(_0x4e7840(0x1b0))/0x9*(-parseInt(_0x4e7840(0x1a7))/0xa);if(_0x50fafa===_0x4678e7)break;else _0x1e3ac2['push'](_0x1e3ac2['shift']());}catch(_0x560819){_0x1e3ac2['push'](_0x1e3ac2['shift']());}}}(a10_0x51b1,0x4d87a));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a10_0x41b0d8(0x1a6)),cucumberModule=requireModule(a10_0x41b0d8(0x186),a10_0x41b0d8(0x19e)),logger=require(a10_0x41b0d8(0x179))[a10_0x41b0d8(0x18d)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x41b0d8(0x17e)],After=cucumberModule['After'],configuration=process[a10_0x41b0d8(0x196)][a10_0x41b0d8(0x182)];if(configuration!==undefined){const config=JSON[a10_0x41b0d8(0x189)](configuration);isTrue(config[a10_0x41b0d8(0x18e)])&&(global[a10_0x41b0d8(0x1aa)]=!![]),global[a10_0x41b0d8(0x18f)]=isTrue(config[a10_0x41b0d8(0x184)]),require('../../index')[a10_0x41b0d8(0x193)](config),global['__platformCaps']=config[a10_0x41b0d8(0x183)]||{};}global[a10_0x41b0d8(0x1a9)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x41b0d8(0x192)];cucumberModule['setDefaultTimeout']=_0x94cf12=>{const _0x12d892=a10_0x41b0d8,_0x47a28e={'jxmdB':function(_0x3e9df9,_0x42e9bd){return _0x3e9df9(_0x42e9bd);}};global[_0x12d892(0x1a9)]=_0x94cf12,_0x47a28e[_0x12d892(0x199)](__setDefaultTimeout,_0x94cf12);};const a10_0x28a5ab={};a10_0x28a5ab[a10_0x41b0d8(0x195)]=a10_0x41b0d8(0x19c),Before(a10_0x28a5ab,function(){const _0x23f99d=a10_0x41b0d8,_0xd42d0f={};_0xd42d0f['vXrEU']=_0x23f99d(0x1a3);const _0x39e29a=_0xd42d0f;logger[_0x23f99d(0x1ad)](_0x39e29a['vXrEU']),global[_0x23f99d(0x17c)]=[];});const a10_0x540894={};function a10_0x51b1(){const _0x3972d4=['bstack','rjVHj','cucumber','5NzPfhS','Error:\x20quiting\x20at\x20After:\x20','timeout','then','Inside\x20browserstack\x20Before','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','failed','../../helpers/setKeepAlive','2570mJjRJE','result','__timeout','__skipSessionName','\x22}}','dRsWv','debug','1708456DsMlpn','Error:\x20setting\x20status\x20at\x20After:\x20','29169XNCadj','pickle','initQuit','1172619eSZpKn','../../helpers/logger','FtFTS','45086RQijNK','__error_messages__','__driver','Before','Inside\x20browserstack\x20After','eUWJY','184862LVlVns','CONFIG','platformCaps','skipSessionStatus','KmmWc','cucumber/lib/index.js','Bhbgc','join','parse','\x20|\x20','MNnTB','executeScript','winstonLogger','skipSessionName','__skipSessionStatus','21pVWvgc','mfkCs','setDefaultTimeout','browserstackAgentV2','19296nChkcc','name','env','1279116fStKBr','passed','jxmdB','toLowerCase','session_'];a10_0x51b1=function(){return _0x3972d4;};return a10_0x51b1();}a10_0x540894[a10_0x41b0d8(0x195)]='bstack',a10_0x540894[a10_0x41b0d8(0x1a1)]=0x2710,After(a10_0x540894,function(_0x135fa3,_0x265f3e){const _0x1aad8c=a10_0x41b0d8,_0x5609fe={'KmmWc':function(_0x2974c8,_0x20e6d8){return _0x2974c8===_0x20e6d8;},'mfkCs':_0x1aad8c(0x1a5),'Bhbgc':function(_0x3913fb,_0x4af91,_0xcdf645,_0x178fe2){return _0x3913fb(_0x4af91,_0xcdf645,_0x178fe2);},'FtFTS':_0x1aad8c(0x18a),'eUWJY':function(_0x1bd8c3,_0x38ef87,_0x25767d){return _0x1bd8c3(_0x38ef87,_0x25767d);},'MNnTB':_0x1aad8c(0x198),'dRsWv':function(_0x11d53c){return _0x11d53c();},'rjVHj':function(_0x3c5e81,_0x3f2528){return _0x3c5e81(_0x3f2528);},'KKGtM':function(_0x337455){return _0x337455();},'ONPwO':_0x1aad8c(0x17f)};logger[_0x1aad8c(0x1ad)](_0x5609fe['ONPwO']),new Promise(async(_0x2fe28f,_0x23a984)=>{const _0xd85cdd=_0x1aad8c;let _0xfa6382=![];try{await global[_0xd85cdd(0x17d)][_0xd85cdd(0x19b)],_0xfa6382=!![],!global[_0xd85cdd(0x1aa)]&&await global[_0xd85cdd(0x17d)][_0xd85cdd(0x18c)](_0xd85cdd(0x1a4)+_0x135fa3[_0xd85cdd(0x1b1)][_0xd85cdd(0x195)]+_0xd85cdd(0x1ab)),_0x5609fe[_0xd85cdd(0x185)](_0x135fa3[_0xd85cdd(0x1a8)]['status'][_0xd85cdd(0x19a)](),_0x5609fe[_0xd85cdd(0x191)])?await _0x5609fe[_0xd85cdd(0x187)](markSessionStatus,global[_0xd85cdd(0x17d)],_0x5609fe[_0xd85cdd(0x191)],global['__error_messages__'][_0xd85cdd(0x188)](_0x5609fe[_0xd85cdd(0x17a)])):await _0x5609fe[_0xd85cdd(0x180)](markSessionStatus,global[_0xd85cdd(0x17d)],_0x5609fe[_0xd85cdd(0x18b)]);}catch(_0x2d62ff){logger['debug'](_0xd85cdd(0x1af)+_0x2d62ff);}if(_0xfa6382)try{await global[_0xd85cdd(0x17d)][_0xd85cdd(0x177)](),_0x5609fe[_0xd85cdd(0x1ac)](_0x2fe28f);}catch(_0x490607){logger['debug'](_0xd85cdd(0x1a0)+_0x490607),_0x5609fe[_0xd85cdd(0x19d)](_0x23a984,_0x490607);}else _0x5609fe['KKGtM'](_0x23a984);})[_0x1aad8c(0x1a2)](()=>_0x265f3e());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a11_0x4ddf57=a11_0x485f;function a11_0x485f(_0xce75a3,_0x39258f){const _0x558093=a11_0x5580();return a11_0x485f=function(_0x485f6d,_0xc1fd07){_0x485f6d=_0x485f6d-0x141;let _0x1d5f2c=_0x558093[_0x485f6d];return _0x1d5f2c;},a11_0x485f(_0xce75a3,_0x39258f);}(function(_0x2fc4ff,_0xf3a0b3){const _0x51bbdd=a11_0x485f,_0x436226=_0x2fc4ff();while(!![]){try{const _0x408359=parseInt(_0x51bbdd(0x142))/0x1+parseInt(_0x51bbdd(0x148))/0x2+parseInt(_0x51bbdd(0x14c))/0x3+-parseInt(_0x51bbdd(0x14b))/0x4*(parseInt(_0x51bbdd(0x144))/0x5)+-parseInt(_0x51bbdd(0x150))/0x6+parseInt(_0x51bbdd(0x141))/0x7*(parseInt(_0x51bbdd(0x146))/0x8)+-parseInt(_0x51bbdd(0x149))/0x9;if(_0x408359===_0xf3a0b3)break;else _0x436226['push'](_0x436226['shift']());}catch(_0x3d532d){_0x436226['push'](_0x436226['shift']());}}}(a11_0x5580,0x2c93e));function a11_0x5580(){const _0x357651=['cucumber','../utils/constants','cucumber/lib/index.js','457458AZVhvD','7iEYzdn','196483RyHgED','BSTACK_DELTA','105335XrpKoH','__timeout','2611832XoHSxB','setDefaultTimeout','401968QzqVQI','2517048rBTUMp','../../helpers/helper','36ygnDWf','12486uORwzy'];a11_0x5580=function(){return _0x357651;};return a11_0x5580();}const {requireModule}=require(a11_0x4ddf57(0x14a)),constants=require(a11_0x4ddf57(0x14e));;let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js','@cucumber/cucumber');}catch(a11_0x53115b){cucumberModule=requireModule(a11_0x4ddf57(0x14f),a11_0x4ddf57(0x14d));}cucumberModule[a11_0x4ddf57(0x147)](constants[a11_0x4ddf57(0x143)]+global[a11_0x4ddf57(0x145)]*0x1);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a12_0x4e1848=a12_0xbad9;(function(_0xb44072,_0xe1a8d2){const _0x50b4c7=a12_0xbad9,_0x49d9cb=_0xb44072();while(!![]){try{const _0x2f9273=-parseInt(_0x50b4c7(0x1c6))/0x1+-parseInt(_0x50b4c7(0x1e1))/0x2*(-parseInt(_0x50b4c7(0x1c1))/0x3)+parseInt(_0x50b4c7(0x1e9))/0x4+-parseInt(_0x50b4c7(0x1ec))/0x5*(parseInt(_0x50b4c7(0x1d7))/0x6)+parseInt(_0x50b4c7(0x1da))/0x7*(parseInt(_0x50b4c7(0x1a5))/0x8)+parseInt(_0x50b4c7(0x1b1))/0x9+-parseInt(_0x50b4c7(0x1ce))/0xa;if(_0x2f9273===_0xe1a8d2)break;else _0x49d9cb['push'](_0x49d9cb['shift']());}catch(_0x1b6551){_0x49d9cb['push'](_0x49d9cb['shift']());}}}(a12_0x21ae,0x6b0f5));function a12_0x21ae(){const _0x556127=['epilogue','connect','1318154XmqdmP','url','demandCommand','localIdentifier','winstonLogger','command','protocol','DXYme','1483392xKtdZL','info','bstack-accesskey','5WIyGsh','shwsh','setupBrowserstackLocal','../../helpers/BrowserStackSetup','replace','2600LVkAwX','help','type','./constants','BrowserStack\x20access\x20key\x20missing.','https','../../helpers/logger','bstackAccesskey','undefined','ketac','exports','jvWUy','1765746VWwJKr','options','map','missing','zYOvd','QsLKY','Hosts\x20not\x20valid','split','error','only','hosts','browserStackLocalOptions','join','every','footer','config','3VGKPID','setProxySettings','Failed\x20to\x20establish\x20connection.','describe','hostname','72236mYhfGU','trim','toString','Connection\x20established\x20successfully.','AqQOc','string','XrzuC','nEDFE','7352200hIhkcf','accessKey','RFwqY','root','VZvbH','443','omfhY','uQstI','bstackAccessKey','3396726vnOUQw','browserstackLocal','tREMQ','12621DNsPgd','eQOHG','Integration\x20hosts\x20missing.','Auixm','integrations'];a12_0x21ae=function(){return _0x556127;};return a12_0x21ae();}const {default:BrowserStackSetup}=require(a12_0x4e1848(0x1a3)),logger=require(a12_0x4e1848(0x1ab))[a12_0x4e1848(0x1e5)],{URL}=require(a12_0x4e1848(0x1e2)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x4e1848(0x1a8)),validHosts=function(_0x27f46c){const _0x426928=a12_0x4e1848;return _0x27f46c[_0x426928(0x1b8)](',')[_0x426928(0x1be)](_0x1077b0=>{const _0x5de7c7=_0x426928;try{new URL(_0x1077b0[_0x5de7c7(0x1c7)]());}catch(_0x43dea9){return![];}return!![];});},parseOnPremHosts=function(_0x425ce7){const _0x1352dc=a12_0x4e1848,_0x195c95={};_0x195c95['QsLKY']=function(_0x5a0fbb,_0x219292){return _0x5a0fbb===_0x219292;},_0x195c95[_0x1352dc(0x1e8)]='https:',_0x195c95[_0x1352dc(0x1ed)]=_0x1352dc(0x1d3),_0x195c95[_0x1352dc(0x1b5)]=_0x1352dc(0x1aa);const _0x1d08d3=_0x195c95;return _0x425ce7[_0x1352dc(0x1b8)](',')[_0x1352dc(0x1b3)](_0xd2d876=>{const _0x2f111f=_0x1352dc,_0xa4520=new URL(_0xd2d876['trim']()),_0xfe6d13=_0xa4520[_0x2f111f(0x1c5)],_0x5582c2=_0xa4520['port']||(_0x1d08d3[_0x2f111f(0x1b6)](_0xa4520[_0x2f111f(0x1e7)],_0x1d08d3[_0x2f111f(0x1e8)])?_0x1d08d3[_0x2f111f(0x1ed)]:'80'),_0xa23afb=_0xa4520[_0x2f111f(0x1e7)][_0x2f111f(0x1a4)](':',''),_0x2565ed=_0x1d08d3[_0x2f111f(0x1b6)](_0xa23afb,_0x1d08d3[_0x2f111f(0x1b5)])?0x1:0x0;return _0xfe6d13+','+_0x5582c2+','+_0x2565ed;});},connectCommandBuilder=function(_0x3843d0){const _0x1805a1=a12_0x4e1848,_0x219dc3={};_0x219dc3['VZvbH']=_0x1805a1(0x1cb);const _0x30343f=_0x219dc3,_0x331d97={};_0x331d97[_0x1805a1(0x1c4)]=HELP_MESSAGES[_0x1805a1(0x1b2)][_0x1805a1(0x1d6)],_0x331d97[_0x1805a1(0x1a7)]=_0x30343f[_0x1805a1(0x1d2)];const _0x2681e9={};_0x2681e9[_0x1805a1(0x1c4)]=HELP_MESSAGES[_0x1805a1(0x1b2)]['hosts'],_0x2681e9[_0x1805a1(0x1a7)]=_0x30343f['VZvbH'],_0x2681e9['demandOption']=!![];const _0x3d52c8={};return _0x3d52c8[_0x1805a1(0x1eb)]=_0x331d97,_0x3d52c8[_0x1805a1(0x1bb)]=_0x2681e9,_0x3843d0[_0x1805a1(0x1b2)](_0x3d52c8);},connectCommandHandler=async function(_0x10b479){const _0x1f3c83=a12_0x4e1848,_0xe76b37={'WPprX':_0x1f3c83(0x1de),'tREMQ':function(_0x226b7d,_0x183064){return _0x226b7d===_0x183064;},'omfhY':_0x1f3c83(0x1ad),'nEDFE':_0x1f3c83(0x1a9),'XrzuC':_0x1f3c83(0x1dc),'RFwqY':function(_0x1e213a,_0x1cda58){return _0x1e213a(_0x1cda58);},'uQstI':_0x1f3c83(0x1b7),'lEtKT':function(_0xed13df,_0x2e7813){return _0xed13df(_0x2e7813);},'ketac':'integrations-repeater','Auixm':_0x1f3c83(0x1c9),'jvWUy':_0x1f3c83(0x1c3)};try{const _0x16f436=new BrowserStackSetup(_0x10b479,_0xe76b37['WPprX']);_0x10b479[_0x1f3c83(0x1ac)]&&(_0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1cf)]=_0x10b479[_0x1f3c83(0x1ac)]);if(_0xe76b37[_0x1f3c83(0x1d9)](typeof _0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1cf)],_0xe76b37[_0x1f3c83(0x1d4)])){logger[_0x1f3c83(0x1b9)](_0xe76b37[_0x1f3c83(0x1cd)]);throw new Error(ERROR_MESSAGES[_0x1f3c83(0x1d6)][_0x1f3c83(0x1b4)]);}const _0xab4416=_0x10b479[_0x1f3c83(0x1bb)];if(_0xe76b37[_0x1f3c83(0x1d9)](typeof _0xab4416,_0xe76b37[_0x1f3c83(0x1d4)])){logger[_0x1f3c83(0x1b9)](_0xe76b37[_0x1f3c83(0x1cc)]);throw new Error(ERROR_MESSAGES[_0x1f3c83(0x1bb)][_0x1f3c83(0x1b4)]);}if(!_0xe76b37[_0x1f3c83(0x1d0)](validHosts,_0xab4416)){logger[_0x1f3c83(0x1b9)](_0xe76b37[_0x1f3c83(0x1d5)]);throw new Error(ERROR_MESSAGES[_0x1f3c83(0x1bb)]['invalid']);}const _0x49dac5=_0xe76b37['lEtKT'](parseOnPremHosts,_0xab4416);_0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1d8)]=!![],_0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1bc)][_0x1f3c83(0x1e4)]=_0xe76b37[_0x1f3c83(0x1ae)],_0x16f436[_0x1f3c83(0x1c0)][_0x1f3c83(0x1bc)][_0x1f3c83(0x1ba)]=_0x49dac5[_0x1f3c83(0x1bd)](','),helper[_0x1f3c83(0x1c2)](_0x16f436[_0x1f3c83(0x1c0)]),await _0x16f436[_0x1f3c83(0x1ee)](),logger[_0x1f3c83(0x1ea)](_0xe76b37[_0x1f3c83(0x1dd)]);}catch(_0x14a06c){logger['error'](_0xe76b37[_0x1f3c83(0x1b0)]);throw new Error(_0x14a06c[_0x1f3c83(0x1c8)]());}};function run(_0x375823){const _0x24ebfa=a12_0x4e1848,_0x3ca244={};_0x3ca244[_0x24ebfa(0x1ca)]=_0x24ebfa(0x1e0),_0x3ca244['eQOHG']=_0x24ebfa(0x1a6);const _0x51308b=_0x3ca244;_0x375823['usage'](HELP_MESSAGES['command'][_0x24ebfa(0x1d1)])['command'](_0x51308b[_0x24ebfa(0x1ca)],HELP_MESSAGES[_0x24ebfa(0x1e6)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x24ebfa(0x1e3)]()[_0x24ebfa(0x1a6)](_0x51308b[_0x24ebfa(0x1db)])[_0x24ebfa(0x1df)](HELP_MESSAGES[_0x24ebfa(0x1e6)][_0x24ebfa(0x1bf)]);}function a12_0xbad9(_0x1ea4b5,_0x45dcc0){const _0x21ae48=a12_0x21ae();return a12_0xbad9=function(_0xbad98f,_0x4170bd){_0xbad98f=_0xbad98f-0x1a3;let _0x1ecfc0=_0x21ae48[_0xbad98f];return _0x1ecfc0;},a12_0xbad9(_0x1ea4b5,_0x45dcc0);}module[a12_0x4e1848(0x1af)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a13_0x44d183=a13_0x82da;(function(_0xeb6eea,_0x341638){var _0x28d8fb=a13_0x82da,_0x2c5ceb=_0xeb6eea();while(!![]){try{var _0x2c1b56=parseInt(_0x28d8fb(0x73))/0x1*(parseInt(_0x28d8fb(0x66))/0x2)+-parseInt(_0x28d8fb(0x68))/0x3*(parseInt(_0x28d8fb(0x70))/0x4)+parseInt(_0x28d8fb(0x6b))/0x5*(-parseInt(_0x28d8fb(0x78))/0x6)+parseInt(_0x28d8fb(0x77))/0x7*(parseInt(_0x28d8fb(0x81))/0x8)+parseInt(_0x28d8fb(0x6d))/0x9*(parseInt(_0x28d8fb(0x6a))/0xa)+-parseInt(_0x28d8fb(0x69))/0xb*(-parseInt(_0x28d8fb(0x7e))/0xc)+-parseInt(_0x28d8fb(0x79))/0xd*(parseInt(_0x28d8fb(0x7c))/0xe);if(_0x2c1b56===_0x341638)break;else _0x2c5ceb['push'](_0x2c5ceb['shift']());}catch(_0x72ad75){_0x2c5ceb['push'](_0x2c5ceb['shift']());}}}(a13_0x34a4,0xc7bfc));function a13_0x82da(_0x50caea,_0x55e3a7){var _0x34a477=a13_0x34a4();return a13_0x82da=function(_0x82da69,_0x21b1b4){_0x82da69=_0x82da69-0x66;var _0x477472=_0x34a477[_0x82da69];return _0x477472;},a13_0x82da(_0x50caea,_0x55e3a7);}var a13_0x30239d={};a13_0x30239d[a13_0x44d183(0x6c)]=a13_0x44d183(0x74),a13_0x30239d[a13_0x44d183(0x7a)]=a13_0x44d183(0x7b);var a13_0x41306f={};a13_0x41306f[a13_0x44d183(0x71)]=a13_0x44d183(0x75),a13_0x41306f[a13_0x44d183(0x72)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x41306f[a13_0x44d183(0x67)]=a13_0x44d183(0x7f);var a13_0x1955f3={};a13_0x1955f3[a13_0x44d183(0x6e)]=a13_0x30239d,a13_0x1955f3['command']=a13_0x41306f,exports[a13_0x44d183(0x80)]=a13_0x1955f3;var a13_0x2e1bc2={};a13_0x2e1bc2[a13_0x44d183(0x7d)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x6a11c5={};a13_0x6a11c5[a13_0x44d183(0x7d)]=a13_0x44d183(0x6f),a13_0x6a11c5['invalid']=a13_0x44d183(0x76);var a13_0x5199b8={};a13_0x5199b8[a13_0x44d183(0x6c)]=a13_0x2e1bc2,a13_0x5199b8[a13_0x44d183(0x7a)]=a13_0x6a11c5,exports['ERROR_MESSAGES']=a13_0x5199b8;function a13_0x34a4(){var _0x52af55=['options','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','417684wYAmkf','root','connect','2nNwNDs','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','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.','7GoIlDb','849672mapSXb','65LkDvVO','hosts','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.','3924466weEjBU','missing','6512916sZwYSC','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','HELP_MESSAGES','7239832ewqaIN','951298sidzNL','footer','3eQvURp','11TJsOyi','10SFNocD','25RNMaag','bstackAccessKey','5699052IOWVQD'];a13_0x34a4=function(){return _0x52af55;};return a13_0x34a4();}
|