browserstack-node-sdk 1.34.54 → 1.34.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a6_0x5c157a=a6_0x3c39;(function(_0x292160,_0x3bec42){const _0x2c5acd=a6_0x3c39,_0x36c229=_0x292160();while(!![]){try{const _0x46d69a=parseInt(_0x2c5acd(0x194))/0x1+parseInt(_0x2c5acd(0x1ff))/0x2*(-parseInt(_0x2c5acd(0x15c))/0x3)+parseInt(_0x2c5acd(0x19a))/0x4+parseInt(_0x2c5acd(0x1c9))/0x5*(parseInt(_0x2c5acd(0x181))/0x6)+parseInt(_0x2c5acd(0x1cb))/0x7*(-parseInt(_0x2c5acd(0x1c7))/0x8)+-parseInt(_0x2c5acd(0x1f7))/0x9+-parseInt(_0x2c5acd(0x166))/0xa*(-parseInt(_0x2c5acd(0x1d7))/0xb);if(_0x46d69a===_0x3bec42)break;else _0x36c229['push'](_0x36c229['shift']());}catch(_0x127fb5){_0x36c229['push'](_0x36c229['shift']());}}}(a6_0x5750,0x576bd));function a6_0x5750(){const _0x52658f=['CONFIG','czxQR','testStepFinished','onTestStepFinished','stepDefinition','bhEhe','feature','steps','onStepDefinition','YoOGh','name','DNseE','testCases','sendTestRunEventForCucumber','sourceLocation','result','Exception\x20in\x20onTestStepFinished\x20event:\x20','parseTestCaseAttempt','map','children','gherkinDocument','haxjC','exception','5151944cWRwhN','dslIL','10uiFotv','envelope','7gcngWF','asdVf','testStepStarted','testCaseFinished','keyword','testCaseAttemptDataMap','onTestCase','getGherkinStepMap','pickle','testRunFinished','onGherkinDocument','hooks','75163qYvrMx','pickleStepId','cIqIu','logTestCaseFinished','status','background','HookRunFinished','EzIrA','actionLocation','3|2|0|1|4','cwd','onTestRunFinished','report','jcmiH','testStepResult','testCaseAttempt','toString','scenario','pickleMap','sendHook','../../playwright/reporter/test-details.js','description','alNnO','RQVEO','YFiFC','extractStepContainers','winstonLogger','onTestCaseStarted','env','testStepId','FAILED','onSource','1263393vGTwIj','nRbVj','bDGcR','pickleId','TplKH','onHook','eventDataCollector','yscIk','46BfBkOo','PENDING','util','getTestCaseAttempt','TestRunStarted','bMCRj','testRunStarted','93189JZJPED','UNKNOWN','log','onTestStepStarted','find','bstack','DKSxJ','testCaseStarted','push','../../../helpers/logger','790WcUIBN','incrementCounter','fyMuX','testCaseStartedId','debug','cucumber-js/test.setup.js','Wkouy','iEDKY','../../../helpers/helper','testCaseId','XqIEU','Dvmub','hook','failureType','bIIYm','getTestUUID','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','forEach','message','SKIPPED','__platform','Executing\x20tests\x20for\x20','xNADn','setup','JXgDr','finished_at','1220862UmCNbG','ZuERb','rule','LDuef','capability','GixJo','../test-observability.js','PASSED','format','uri','toISOString','raDYQ','failed','failure','sewOt','text','logTestRunFinished','supportCodeLibrary','seconds','575272TcrgzS','\x20-\x20','values','VgeNy','testCase','../../../helpers/test-observability/error-handler','1339452nHMhfA','split','duration','VWyYs','hNbYF','gherkinDocumentMap','ofjub','jXuyU','jZilY','parse','Ighji','testCaseMap','assign','\x20\x20\x20\x20','onTestRunStarted','onTestCaseFinished','HookRunStarted','rNFCG','TWmOP','testSteps','UNDEFINED','VABdk'];a6_0x5750=function(){return _0x52658f;};return a6_0x5750();}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x5c157a(0x16e)),util=require(a6_0x5c157a(0x157)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require(a6_0x5c157a(0x1eb)),TestObservabilityReporter=require(a6_0x5c157a(0x187)),{o11yClassErrorHandler}=require(a6_0x5c157a(0x199)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x5c157a(0x165))[a6_0x5c157a(0x1f1)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x43bf19){const _0x5e703e=a6_0x5c157a,_0x32a501={};_0x32a501[_0x5e703e(0x1de)]=_0x5e703e(0x1ca);const _0x1a7f80=_0x32a501;super(_0x43bf19),this[_0x5e703e(0x1e3)]={},_0x43bf19['eventBroadcaster']['on'](_0x1a7f80['EzIrA'],async _0x546cd4=>{const _0x4aa234=_0x5e703e;switch(!![]){case!!_0x546cd4[_0x4aa234(0x15b)]:this[_0x4aa234(0x1a8)](_0x546cd4[_0x4aa234(0x15b)]);break;case!!_0x546cd4[_0x4aa234(0x1d4)]:this['onTestRunFinished'](_0x546cd4[_0x4aa234(0x1d4)]);break;case!!_0x546cd4[_0x4aa234(0x163)]:this[_0x4aa234(0x1f2)](_0x546cd4[_0x4aa234(0x163)],_0x43bf19,_0x546cd4);break;case!!_0x546cd4[_0x4aa234(0x1ce)]:this[_0x4aa234(0x1a9)](_0x546cd4[_0x4aa234(0x1ce)],_0x43bf19,_0x546cd4);break;case!!_0x546cd4['testStepStarted']:this[_0x4aa234(0x15f)](_0x546cd4[_0x4aa234(0x1cd)],_0x43bf19);break;case!!_0x546cd4[_0x4aa234(0x1b2)]:this[_0x4aa234(0x1b3)](_0x546cd4[_0x4aa234(0x1b2)],_0x43bf19);break;case!!_0x546cd4[_0x4aa234(0x172)]:this['onHook'](_0x546cd4[_0x4aa234(0x172)]);break;case!!_0x546cd4[_0x4aa234(0x198)]:this[_0x4aa234(0x1d1)](_0x546cd4['testCase']);break;case!!_0x546cd4[_0x4aa234(0x1d3)]:this['onPickle'](_0x546cd4[_0x4aa234(0x1d3)]);break;case!!_0x546cd4[_0x4aa234(0x1c4)]:this['onGherkinDocument'](_0x546cd4[_0x4aa234(0x1c4)]);break;}});}[a6_0x5c157a(0x1fc)](_0x3f7596){const _0x3cee81=a6_0x5c157a;this['report']['hooks']=Object[_0x3cee81(0x1a6)]([],this[_0x3cee81(0x1e3)][_0x3cee81(0x1d6)]||[]),this[_0x3cee81(0x1e3)]['hooks'][_0x3cee81(0x164)](_0x3f7596);}['onPickle'](_0x58580c){const _0x18d3f2=a6_0x5c157a;this[_0x18d3f2(0x1e3)][_0x18d3f2(0x1d3)]=Object['assign']([],this[_0x18d3f2(0x1e3)][_0x18d3f2(0x1d3)]||[],[_0x58580c]),this[_0x18d3f2(0x1e3)]['pickle'][_0x18d3f2(0x164)](_0x58580c);}[a6_0x5c157a(0x1d5)](_0x121b23){const _0x251e83=a6_0x5c157a;this[_0x251e83(0x1e3)][_0x251e83(0x1c4)]=Object['assign']([],this[_0x251e83(0x1e3)][_0x251e83(0x1c4)]||[],[_0x121b23]),this['report'][_0x251e83(0x1c4)][_0x251e83(0x164)](_0x121b23);}[a6_0x5c157a(0x1f6)](_0x203989){const _0x3b53e8=a6_0x5c157a;this[_0x3b53e8(0x1e3)]['source']=_0x203989;}[a6_0x5c157a(0x1b8)](_0x34e183){const _0xd6800d=a6_0x5c157a;this[_0xd6800d(0x1e3)]['stepDefinition']=Object[_0xd6800d(0x1a6)]([],this[_0xd6800d(0x1e3)][_0xd6800d(0x1b4)]||[],[_0x34e183]),this[_0xd6800d(0x1e3)][_0xd6800d(0x1b4)][_0xd6800d(0x164)](_0x34e183);}[a6_0x5c157a(0x1d1)](_0x50f078){const _0x30c4b7=a6_0x5c157a;this['report'][_0x30c4b7(0x1bc)]=Object[_0x30c4b7(0x1a6)]([],this[_0x30c4b7(0x1e3)]['testCases']||[],[_0x50f078]),this[_0x30c4b7(0x1e3)][_0x30c4b7(0x1bc)]['push'](_0x50f078);}[a6_0x5c157a(0x1da)](_0x19d630){const _0x301655=a6_0x5c157a,_0x5345b9={'haxjC':function(_0xe2c89e,_0x33715d){return _0xe2c89e!==_0x33715d;},'ofjub':_0x301655(0x161),'VWyYs':function(_0x51c036,_0x26a94b){return _0x51c036+_0x26a94b;},'bDGcR':_0x301655(0x1a7),'LDuef':_0x301655(0x195),'jcmiH':function(_0x5b7291,_0x135d7f){return _0x5b7291===_0x135d7f;},'DNseE':_0x301655(0x1f5),'fyMuX':function(_0x29185e,_0x2768ea,_0x448779){return _0x29185e(_0x2768ea,_0x448779);},'rNFCG':'result','JXgDr':_0x301655(0x179),'czxQR':function(_0x5915ab,_0x4a924e){return _0x5915ab!==_0x4a924e;},'asdVf':function(_0x438a53,_0x1f0199){return _0x438a53+_0x1f0199;},'YoOGh':function(_0x11e410,_0x6aefb6){return _0x11e410+_0x6aefb6;},'RQVEO':function(_0x47d49e,_0x9c89f3){return _0x47d49e+_0x9c89f3;},'DdSWP':function(_0x3c2615,_0x2488e0){return _0x3c2615+_0x2488e0;}};_0x5345b9[_0x301655(0x1b1)](global[_0x301655(0x17b)],undefined)&&this['log'](_0x5345b9[_0x301655(0x1cc)](_0x5345b9[_0x301655(0x1cc)]('\x0a',global[_0x301655(0x17b)]),'\x0a'));const _0x334db0=this['eventDataCollector']['getTestCaseAttempt'](_0x19d630[_0x301655(0x169)]);this['log'](_0x5345b9[_0x301655(0x1b9)](_0x5345b9[_0x301655(0x1ee)](_0x5345b9[_0x301655(0x19d)](_0x5345b9['DdSWP']('\x20\x20',_0x334db0[_0x301655(0x1c4)]['feature'][_0x301655(0x1ba)]),_0x5345b9['LDuef']),_0x334db0[_0x301655(0x1d3)][_0x301655(0x1ba)]),'\x0a'));const _0x187c13={};_0x187c13[_0x301655(0x1e1)]=this[_0x301655(0x1e1)],_0x187c13['snippetBuilder']=this['snippetBuilder'],_0x187c13[_0x301655(0x192)]=this[_0x301655(0x192)],_0x187c13[_0x301655(0x1e6)]=_0x334db0;const _0x3a5b7d=formatterHelpers[_0x301655(0x1c1)](_0x187c13);let _0x1312dc=![];_0x3a5b7d[_0x301655(0x1ad)][_0x301655(0x178)](_0x4075bc=>{const _0x44ab6b=_0x301655;if(_0x5345b9[_0x44ab6b(0x1c5)](_0x4075bc['name'],_0x5345b9[_0x44ab6b(0x1a0)])&&!this['isBstackHook'](_0x4075bc)){totalTests+=0x1,this[_0x44ab6b(0x15e)](_0x5345b9[_0x44ab6b(0x19d)](_0x5345b9[_0x44ab6b(0x19d)](_0x5345b9[_0x44ab6b(0x19d)](_0x5345b9[_0x44ab6b(0x19d)](_0x5345b9[_0x44ab6b(0x19d)](_0x5345b9[_0x44ab6b(0x1f9)],_0x4075bc[_0x44ab6b(0x1cf)]),_0x4075bc['text']||''),_0x5345b9[_0x44ab6b(0x184)]),Status[_0x4075bc[_0x44ab6b(0x1bf)][_0x44ab6b(0x1db)]]),'\x0a')),this[_0x44ab6b(0x167)](Status[_0x4075bc[_0x44ab6b(0x1bf)][_0x44ab6b(0x1db)]]);if(_0x5345b9[_0x44ab6b(0x1e4)](Status[_0x4075bc[_0x44ab6b(0x1bf)]['status']],_0x5345b9[_0x44ab6b(0x1bb)])){_0x1312dc=!![];const _0x17354f=_0x5345b9[_0x44ab6b(0x168)](nestedKeyValue,_0x4075bc,[_0x5345b9[_0x44ab6b(0x1ab)],_0x5345b9[_0x44ab6b(0x17f)]]);_0x17354f&&(testsErrorMessage[_0x5345b9[_0x44ab6b(0x19d)](_0x5345b9[_0x44ab6b(0x19d)](_0x334db0['gherkinDocument'][_0x44ab6b(0x1b6)][_0x44ab6b(0x1ba)],_0x5345b9[_0x44ab6b(0x184)]),_0x334db0[_0x44ab6b(0x1d3)][_0x44ab6b(0x1ba)])]=_0x17354f,this['log'](_0x5345b9['VWyYs'](_0x17354f,'\x0a')));}}}),_0x1312dc&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0x5c157a(0x191)](_0x22b872){}['isBstackHook'](_0x34309f){const _0x446a15=a6_0x5c157a,_0x346510={};_0x346510['sewOt']=function(_0x244132,_0x48a89d){return _0x244132!==_0x48a89d;},_0x346510[_0x446a15(0x1ed)]=_0x446a15(0x16b);const _0x2f8d31=_0x346510;if(_0x2f8d31[_0x446a15(0x18f)](_0x34309f[_0x446a15(0x1be)],undefined))return![];if(_0x34309f[_0x446a15(0x1df)]&&_0x34309f[_0x446a15(0x1df)][_0x446a15(0x18a)]['includes'](_0x2f8d31[_0x446a15(0x1ed)]))return!![];return![];}[a6_0x5c157a(0x167)](_0x2a4dee){const _0x5d17c6=a6_0x5c157a,_0x5f21d0={};_0x5f21d0['cIqIu']=_0x5d17c6(0x1f5),_0x5f21d0[_0x5d17c6(0x1b5)]=_0x5d17c6(0x188),_0x5f21d0[_0x5d17c6(0x162)]=_0x5d17c6(0x17a),_0x5f21d0[_0x5d17c6(0x19e)]=_0x5d17c6(0x200),_0x5f21d0[_0x5d17c6(0x16c)]=_0x5d17c6(0x1ae),_0x5f21d0[_0x5d17c6(0x1f8)]=_0x5d17c6(0x15d),_0x5f21d0['hWpAG']='AMBIGUOUS';const _0xeb133d=_0x5f21d0;switch(_0x2a4dee){case _0xeb133d[_0x5d17c6(0x1d9)]:testsFailed+=0x1;break;case _0xeb133d[_0x5d17c6(0x1b5)]:testsPassed+=0x1;break;case _0xeb133d['DKSxJ']:testsSkipped+=0x1;break;case _0xeb133d[_0x5d17c6(0x19e)]:testsPending+=0x1;break;case _0xeb133d[_0x5d17c6(0x16c)]:testsUndefined+=0x1;break;case _0xeb133d[_0x5d17c6(0x1f8)]:testsUnknown+=0x1;break;case _0xeb133d['hWpAG']:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x4999fb){const _0x38e2d8=a6_0x5c157a,_0x5f043d={'GixJo':function(_0x404934,_0x27d196){return _0x404934!==_0x27d196;},'jXuyU':function(_0x1f0d25,_0x4cc4e4){return _0x1f0d25(_0x4cc4e4);},'cGAVr':function(_0x432919,_0x33cf6c){return _0x432919+_0x33cf6c;},'NCkfo':function(_0x32716b){return _0x32716b();}};let _0x5eadb9;if(_0x5f043d[_0x38e2d8(0x186)](process[_0x38e2d8(0x1f3)][_0x38e2d8(0x1b0)],undefined)){const _0x45edb4=JSON[_0x38e2d8(0x1a3)](process[_0x38e2d8(0x1f3)][_0x38e2d8(0x1b0)]);_0x5eadb9=_0x45edb4[_0x38e2d8(0x185)];}_0x5f043d[_0x38e2d8(0x186)](_0x5eadb9,undefined)&&(global[_0x38e2d8(0x17b)]=_0x5f043d[_0x38e2d8(0x1a1)](getPlatformName,_0x5eadb9),this['log'](_0x5f043d['cGAVr'](_0x38e2d8(0x17c)+global[_0x38e2d8(0x17b)],'\x0a'))),_0x5f043d['NCkfo'](shouldProcessEventForTesthub)&&(TestDetails[_0x38e2d8(0x17e)](),this['report'][_0x38e2d8(0x15b)]=_0x4999fb);}['onTestRunFinished'](_0x1fa67a){const _0x58372f=a6_0x5c157a;this['report'][_0x58372f(0x1d4)]=_0x1fa67a,this[_0x58372f(0x191)](_0x1fa67a);}async[a6_0x5c157a(0x1f2)](_0x4454b2,_0x10d415,_0x1c80b9){const _0x4a0ee5=a6_0x5c157a,_0x16393b={'XqIEU':function(_0x493b35,_0x2d669d){return _0x493b35(_0x2d669d);},'VgeNy':_0x4a0ee5(0x159),'yscIk':function(_0x18696f,_0x446641){return _0x18696f&&_0x446641;}};testSuites+=0x1;if(_0x16393b[_0x4a0ee5(0x170)](shouldProcessEventForTesthub,_0x16393b[_0x4a0ee5(0x197)]))try{this[_0x4a0ee5(0x1e3)]['testCaseStarted']=this[_0x4a0ee5(0x1e3)][_0x4a0ee5(0x163)]||{},this['report']['testCaseStarted'][_0x4454b2['id']]=_0x4454b2;const _0x3bda2b=TestDetails[_0x4a0ee5(0x175)](_0x4454b2['id']);_testCasesData[_0x4454b2['id']]=Object[_0x4a0ee5(0x1a6)]({},_0x1c80b9);const _0x5e30a6=this['report'],_0x5e0bc6=_0x4454b2[_0x4a0ee5(0x16f)],_0x180667=_0x5e30a6[_0x4a0ee5(0x1bc)]['find'](_0x110173=>_0x110173['id']===_0x5e0bc6)[_0x4a0ee5(0x1fa)],_0x225ba8=_0x5e30a6[_0x4a0ee5(0x1d3)]['find'](_0x39eff5=>_0x39eff5['id']===_0x180667),_0x5da9aa=_0x5e30a6[_0x4a0ee5(0x1c4)][_0x4a0ee5(0x160)](_0x9fd253=>_0x9fd253['uri']===_0x225ba8['uri']),_0x35cbb0=_0x5da9aa[_0x4a0ee5(0x1b6)],_0x5a84ff={'uuid':_0x3bda2b,'startedAt':new Date()[_0x4a0ee5(0x18b)]()};if(_0x225ba8){const _0x1bac0c={};_0x1bac0c['name']=_0x225ba8['name'],_0x5a84ff[_0x4a0ee5(0x1e8)]=_0x1bac0c;}if(_0x16393b[_0x4a0ee5(0x1fe)](_0x5da9aa,_0x35cbb0)){const _0x2c5707={};_0x2c5707['path']=_0x5da9aa[_0x4a0ee5(0x18a)],_0x2c5707['name']=_0x35cbb0[_0x4a0ee5(0x1ba)],_0x2c5707[_0x4a0ee5(0x1ec)]=_0x35cbb0[_0x4a0ee5(0x1ec)],_0x5a84ff[_0x4a0ee5(0x1b6)]=_0x2c5707;}_tests[_0x5e0bc6]=_0x5a84ff,await testObservabilityReporter[_0x4a0ee5(0x1bd)](_0x1c80b9,_0x5da9aa,_0x225ba8,_0x16393b[_0x4a0ee5(0x197)],_0x5a84ff);}catch(_0x2fbb19){logger[_0x4a0ee5(0x16a)](_0x4a0ee5(0x177)+util[_0x4a0ee5(0x189)](_0x2fbb19)+'\x20');}}async['onTestCaseFinished'](_0x10d002,_0x4bb70e,_0x2b1430){const _0x1f2b9c=a6_0x5c157a,_0x1a5bc8={'jZilY':function(_0x2ef89c,_0x275282){return _0x2ef89c(_0x275282);},'ZuERb':'TestRunFinished'};this['logTestCaseFinished'](_0x10d002);if(_0x1a5bc8[_0x1f2b9c(0x1a2)](shouldProcessEventForTesthub,_0x1a5bc8[_0x1f2b9c(0x182)]))try{this[_0x1f2b9c(0x1e3)][_0x1f2b9c(0x1ce)]=this[_0x1f2b9c(0x1e3)]['testCaseFinished']||{},this['report']['testCaseFinished'][_0x10d002[_0x1f2b9c(0x169)]]=_0x10d002,_testCasesData[_0x2b1430['id']]=Object['assign']({},_0x2b1430);const _0x325ef3=_0x10d002[_0x1f2b9c(0x169)],_0x2603e0=_0x4bb70e['eventDataCollector'][_0x1f2b9c(0x1d0)][_0x325ef3][_0x1f2b9c(0x16f)],_0xc0da53=_0x4bb70e['eventDataCollector'][_0x1f2b9c(0x1a5)][_0x2603e0],_0x164679=_0xc0da53[_0x1f2b9c(0x1fa)],_0x42cc17=_0x4bb70e['eventDataCollector'][_0x1f2b9c(0x1e9)][_0x164679],_0x4b85b0=this['getGherkinDocument'](_0x4bb70e,_0x42cc17),_0x301e18=_tests[_0x2603e0];_0x301e18&&(delete _tests[_0x2603e0],_0x301e18['finishedAt']=new Date()[_0x1f2b9c(0x18b)]()),await testObservabilityReporter[_0x1f2b9c(0x1bd)](_0x2b1430,_0x4b85b0,_0x42cc17,_0x1a5bc8[_0x1f2b9c(0x182)],_0x301e18);}catch(_0x301982){logger[_0x1f2b9c(0x16a)](_0x1f2b9c(0x176)+util[_0x1f2b9c(0x189)](_0x301982));}}async[a6_0x5c157a(0x15f)](_0x5784c0,_0x3bf32a){const _0x48c06c=a6_0x5c157a,_0xf2f5f1={'GeFOd':function(_0x3d4874,_0x53b68){return _0x3d4874(_0x53b68);},'bIIYm':_0x48c06c(0x1aa),'iEDKY':function(_0x2caea6,_0x2e2bef){return _0x2caea6!==_0x2e2bef;},'bMCRj':_0x48c06c(0x1f4)};if(_0xf2f5f1['GeFOd'](shouldProcessEventForTesthub,_0xf2f5f1[_0x48c06c(0x174)]))try{this[_0x48c06c(0x1e3)][_0x48c06c(0x1cd)]=this['report'][_0x48c06c(0x1cd)]||{},this[_0x48c06c(0x1e3)]['testStepStarted'][_0x5784c0[_0x48c06c(0x169)]]=_0x5784c0;const _0x3a779d=_0x5784c0['testCaseStartedId'],_0x18e277=_0x3bf32a['eventDataCollector']['testCaseAttemptDataMap'][_0x3a779d][_0x48c06c(0x16f)],_0xde3ec=this[_0x48c06c(0x1e3)][_0x48c06c(0x1bc)][_0x48c06c(0x160)](_0x39d93b=>_0x39d93b['id']===_0x18e277)[_0x48c06c(0x1fa)],_0x336a10=this['report']['pickle'][_0x48c06c(0x160)](_0x13f16c=>_0x13f16c['id']===_0xde3ec),_0xf869f2=this['report'][_0x48c06c(0x1bc)][_0x48c06c(0x160)](_0x2fd0bb=>_0x2fd0bb['id']===_0x18e277)[_0x48c06c(0x1ad)],_0x3d0d5b=this[_0x48c06c(0x1e3)][_0x48c06c(0x1cd)][_0x3a779d][_0x48c06c(0x1f4)],_0x2a6555=_0xf869f2[_0x48c06c(0x160)](_0x5c15a3=>_0x5c15a3['id']===_0x3d0d5b)['pickleStepId'],_0x57e7c1=_0x336a10[_0x48c06c(0x1b7)][_0x48c06c(0x160)](_0x541ffb=>_0x541ffb['id']===_0x2a6555);if(_0x2a6555&&_tests[_0x18e277]&&_0xf2f5f1[_0x48c06c(0x16d)](_tests[_0x18e277][_0xf2f5f1['bMCRj']],_0x3d0d5b)){_tests[_0x18e277][_0xf2f5f1[_0x48c06c(0x15a)]]=_0x3d0d5b;const _0x25e516={};_0x25e516[_0x48c06c(0x1b7)]=[];const _0x4dfbc7=_tests[_0x18e277]||_0x25e516;_0x4dfbc7&&!_0x4dfbc7[_0x48c06c(0x1b7)]&&(_0x4dfbc7[_0x48c06c(0x1b7)]=[]),_0x4dfbc7[_0x48c06c(0x1b7)][_0x48c06c(0x164)]({'id':_0x57e7c1['id'],'text':_0x57e7c1[_0x48c06c(0x190)],'started_at':new Date()[_0x48c06c(0x18b)]()}),_tests[_0x18e277]=_0x4dfbc7;}await testObservabilityReporter[_0x48c06c(0x1ea)](this[_0x48c06c(0x1e3)],_0x3a779d,_0xf2f5f1[_0x48c06c(0x174)],_0xf869f2,_0x3d0d5b,_tests[_0x18e277]);}catch(_0xd181bf){logger['debug']('Exception\x20in\x20onTestStepStarted\x20event:\x20'+util[_0x48c06c(0x189)](_0xd181bf));}}async[a6_0x5c157a(0x1b3)](_0x41314b,_0x236665){const _0x3ed57c=a6_0x5c157a,_0x3bda0a={'YFiFC':function(_0x341053,_0x49b6f7){return _0x341053===_0x49b6f7;},'Ighji':_0x3ed57c(0x1e0),'TplKH':function(_0x543364,_0x4f41c0){return _0x543364(_0x4f41c0);},'xNADn':_0x3ed57c(0x1dd),'qBZmb':_0x3ed57c(0x18d),'TWmOP':function(_0x1c9eea,_0x52fe76){return _0x1c9eea===_0x52fe76;},'VABdk':'UnhandledError','dslIL':_0x3ed57c(0x1f4)};this[_0x3ed57c(0x1e3)][_0x3ed57c(0x1b2)]=this[_0x3ed57c(0x1e3)]['testStepFinished']||{},this['report'][_0x3ed57c(0x1b2)][_0x41314b[_0x3ed57c(0x169)]]=_0x41314b;if(_0x3bda0a[_0x3ed57c(0x1fb)](shouldProcessEventForTesthub,_0x3bda0a[_0x3ed57c(0x17d)]))try{const _0x1e7de7=_0x41314b[_0x3ed57c(0x169)],_0x79d08f=_0x236665[_0x3ed57c(0x1fd)][_0x3ed57c(0x1d0)][_0x1e7de7][_0x3ed57c(0x16f)],_0x33b826=_0x236665[_0x3ed57c(0x1fd)][_0x3ed57c(0x1a5)][_0x79d08f],_0x7babc2=_0x33b826[_0x3ed57c(0x1fa)],_0x3348cf=_0x236665[_0x3ed57c(0x1fd)][_0x3ed57c(0x1e9)][_0x7babc2],_0xf916a9=_0x41314b[_0x3ed57c(0x1f4)],_0x42e251=_0x33b826[_0x3ed57c(0x1ad)],_0x427ac0=this[_0x3ed57c(0x1fd)][_0x3ed57c(0x158)](_0x1e7de7),_0x51ed11=_0x42e251[_0x3ed57c(0x160)](_0x3b295d=>_0x3b295d['id']===_0xf916a9)[_0x3ed57c(0x1d8)];let _0x4f8dd3,_0xc04d6f;_0x41314b['testStepResult']&&_0x3bda0a[_0x3ed57c(0x1ef)](_0x41314b['testStepResult']['status'][_0x3ed57c(0x1e7)]()['toLowerCase'](),_0x3bda0a['qBZmb'])&&(_0x4f8dd3=_0x3bda0a[_0x3ed57c(0x1ef)](_0x41314b[_0x3ed57c(0x1e5)][_0x3ed57c(0x1c6)],undefined)?_0x41314b[_0x3ed57c(0x1e5)][_0x3ed57c(0x179)]:_0x41314b[_0x3ed57c(0x1e5)]['exception'][_0x3ed57c(0x179)],_0xc04d6f=_0x3bda0a[_0x3ed57c(0x1ac)](_0x41314b[_0x3ed57c(0x1e5)]['exception'],undefined)?_0x3bda0a[_0x3ed57c(0x1af)]:_0x41314b[_0x3ed57c(0x1e5)][_0x3ed57c(0x179)]);await testObservabilityReporter[_0x3ed57c(0x1ea)](this['report'],_0x1e7de7,_0x3bda0a[_0x3ed57c(0x17d)],_0x42e251,_0xf916a9,_tests[_0x79d08f]);if(_0x51ed11&&_tests[_0x79d08f][_0x3bda0a[_0x3ed57c(0x1c8)]]){const _0x25fa06=_0x3348cf['steps'][_0x3ed57c(0x160)](_0x1c2616=>_0x1c2616['id']===_0x51ed11),_0x4b50a7={};_0x4b50a7[_0x3ed57c(0x1b7)]=[];const _0xa012a6=_tests[_0x79d08f]||_0x4b50a7;!_0xa012a6[_0x3ed57c(0x1b7)]?_0xa012a6['steps']=[{'id':_0x25fa06['id'],'text':_0x25fa06[_0x3ed57c(0x190)],'finished_at':new Date()[_0x3ed57c(0x18b)](),'result':_0x41314b[_0x3ed57c(0x1e5)][_0x3ed57c(0x1db)],'duration':_0x41314b[_0x3ed57c(0x1e5)][_0x3ed57c(0x19c)][_0x3ed57c(0x193)],'failure':_0x4f8dd3,'failureType':_0xc04d6f}]:_0xa012a6[_0x3ed57c(0x1b7)][_0x3ed57c(0x178)](_0x54e8b9=>{const _0x3d53b5=_0x3ed57c;if(_0x3bda0a['YFiFC'](_0x54e8b9['id'],_0x25fa06['id'])){const _0x23ba90=_0x3bda0a[_0x3d53b5(0x1a4)][_0x3d53b5(0x19b)]('|');let _0x31ccee=0x0;while(!![]){switch(_0x23ba90[_0x31ccee++]){case'0':_0x54e8b9[_0x3d53b5(0x19c)]=_0x41314b['testStepResult'][_0x3d53b5(0x19c)]['seconds'];continue;case'1':_0x54e8b9[_0x3d53b5(0x18e)]=_0x4f8dd3;continue;case'2':_0x54e8b9[_0x3d53b5(0x1bf)]=_0x41314b['testStepResult']['status'];continue;case'3':_0x54e8b9[_0x3d53b5(0x180)]=new Date()[_0x3d53b5(0x18b)]();continue;case'4':_0x54e8b9[_0x3d53b5(0x173)]=_0xc04d6f;continue;}break;}}}),_tests[_0x79d08f]=_0xa012a6,delete _tests[_0x79d08f][_0x3bda0a[_0x3ed57c(0x1c8)]];}}catch(_0x3b8012){logger[_0x3ed57c(0x16a)](_0x3ed57c(0x1c0)+util['format'](_0x3b8012));}}[a6_0x5c157a(0x1d2)](_0x58d3a3){const _0xbf4a54=a6_0x5c157a,_0xf4bfda={};return _0x58d3a3[_0xbf4a54(0x1b6)][_0xbf4a54(0x1c3)][_0xbf4a54(0x1c2)](this[_0xbf4a54(0x1f0)])['flat']()['forEach'](_0x5c8ccd=>_0x5c8ccd[_0xbf4a54(0x1b7)][_0xbf4a54(0x178)](_0x484967=>_0xf4bfda[_0x484967['id']]=_0x484967)),_0xf4bfda;}[a6_0x5c157a(0x1f0)](_0x407d5e){const _0x267c3e=a6_0x5c157a,_0x3fd9b8={'Dvmub':function(_0x405924,_0x48dff7){return _0x405924(_0x48dff7);},'raDYQ':function(_0x50957e,_0x197f3a){return _0x50957e(_0x197f3a);}};if(!_0x3fd9b8[_0x267c3e(0x171)](isUndefined,_0x407d5e[_0x267c3e(0x1dc)]))return[_0x407d5e[_0x267c3e(0x1dc)]];else{if(!_0x3fd9b8[_0x267c3e(0x18c)](isUndefined,_0x407d5e[_0x267c3e(0x183)]))return _0x407d5e[_0x267c3e(0x183)][_0x267c3e(0x1c3)]['map'](_0xaad19=>!isUndefined(_0xaad19[_0x267c3e(0x1dc)])?_0xaad19['background']:_0xaad19[_0x267c3e(0x1e8)]);};return[_0x407d5e[_0x267c3e(0x1e8)]];}['getGherkinDocument'](_0x4c66a1,_0xdf6ce9){const _0x5a1824=a6_0x5c157a;return Object[_0x5a1824(0x196)](_0x4c66a1[_0x5a1824(0x1fd)][_0x5a1824(0x19f)])[_0x5a1824(0x160)](_0x3c149d=>_0x3c149d['uri']===_0xdf6ce9['uri']);}}function a6_0x3c39(_0x5ac899,_0x28602d){const _0x5750ec=a6_0x5750();return a6_0x3c39=function(_0x3c390f,_0x5104e6){_0x3c390f=_0x3c390f-0x157;let _0x610a9e=_0x5750ec[_0x3c390f];return _0x610a9e;},a6_0x3c39(_0x5ac899,_0x28602d);}module['exports']=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x5c157a(0x1f2),'onTestCaseFinished',a6_0x5c157a(0x15f),a6_0x5c157a(0x1b3),a6_0x5c157a(0x1a8),a6_0x5c157a(0x1e2),a6_0x5c157a(0x1f0),'getGherkinDocument',a6_0x5c157a(0x1d2)]);
|
|
1
|
+
function a6_0xa7cd(){const _0xe20188=['DcrCf','1826292uoXeef','gherkinDocumentMap','XXKnL','TestRunFinished','keyword','MueSl','status','testStepStarted','nbNXH','onTestRunStarted','XyGud','sendHook','4vJkQVF','stepDefinition','exports','KElys','../../../helpers/logger','steps','hooks','testCases','onPickle','forEach','LvuBW','map','jmLhV','toString','debug','onTestCaseStarted','testCaseStarted','131616ZEpgDM','onTestStepFinished','testCaseStartedId','../../../helpers/testhub/utils.js','getGherkinStepMap','BkRNQ','extractStepContainers','blwWn','report','failureType','uri','swRAv','Exception\x20in\x20onTestStepStarted\x20event:\x20','testRunStarted','IzLin','children','testCaseId','uKJkM','logTestRunFinished','seconds','xTiWX','gherkinDocument','Exception\x20in\x20onTestStepFinished\x20event:\x20','background','push','1089crHPWm','tEcXU','CONFIG','whWZl','testCase','PASSED','eventDataCollector','__platform','AMBIGUOUS','\x20-\x20','supportCodeLibrary','tszKt','onTestCaseFinished','scenario','capability','UNDEFINED','onHook','toLowerCase','duration','lUlNf','actionLocation','source','bstack','log','format','dTMbe','TestRunStarted','testCaseMap','failure','@cucumber/cucumber','HhpUc','name','CxVtq','pickle','getTestCaseAttempt','COopY','YNLan','onStepDefinition','../../playwright/reporter/test-details.js','cwd','testCaseAttempt','feature','11141145cVkhtC','isBstackHook','HmaiS','4|3|1|0|2','dqNgS','testStepId','597622GXEfDh','NbUIq','yIwOO','sendTestRunEventForCucumber','SKIPPED','parse','xMcrM','125HrxmYz','\x20\x20\x20\x20','find','setup','winstonLogger','854VUlSGc','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','../../../helpers/helper','eCccS','twEoH','UnhandledError','incrementCounter','testCaseAttemptDataMap','testStepFinished','testSteps','IBKVV','pickleId','env','description','UNKNOWN','100304byVSni','btAgX','onTestStepStarted','text','tHWrZ','VqiqS','tasAz','FAILED','fUCTN','finishedAt','tCRul','rule','snippetBuilder','onGherkinDocument','toISOString','JTFAo','JXwQa','76530QzPrMO','OpNgr','assign','111YkwYxV','testCaseFinished','onSource','158060dNLCLH','onTestRunFinished','result','includes','message','testStepResult','exception','hook','fzwLZ','pickleStepId','FCxKO','testRunFinished','WkMuq','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','getGherkinDocument','CGzKW'];a6_0xa7cd=function(){return _0xe20188;};return a6_0xa7cd();}const a6_0x5e051d=a6_0x3fc1;(function(_0x3f14c3,_0x5c3a84){const _0x313630=a6_0x3fc1,_0x1a2ade=_0x3f14c3();while(!![]){try{const _0x884014=-parseInt(_0x313630(0x1b8))/0x1*(parseInt(_0x313630(0x212))/0x2)+-parseInt(_0x313630(0x198))/0x3*(-parseInt(_0x313630(0x19b))/0x4)+parseInt(_0x313630(0x219))/0x5*(-parseInt(_0x313630(0x1c9))/0x6)+-parseInt(_0x313630(0x21e))/0x7*(-parseInt(_0x313630(0x184))/0x8)+-parseInt(_0x313630(0x20c))/0x9+parseInt(_0x313630(0x195))/0xa*(parseInt(_0x313630(0x1e2))/0xb)+parseInt(_0x313630(0x1ac))/0xc;if(_0x884014===_0x5c3a84)break;else _0x1a2ade['push'](_0x1a2ade['shift']());}catch(_0x216e52){_0x1a2ade['push'](_0x1a2ade['shift']());}}}(a6_0xa7cd,0xe09ac));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x5e051d(0x177)),util=require('util'),{Formatter,formatterHelpers,Status}=requireModule(a6_0x5e051d(0x1ff)),TestDetails=require(a6_0x5e051d(0x208)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require(a6_0x5e051d(0x1cc)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x5e051d(0x1bc))[a6_0x5e051d(0x21d)],_tests={},_testCasesData={};function a6_0x3fc1(_0x22869e,_0x40360c){const _0xa7cd2b=a6_0xa7cd();return a6_0x3fc1=function(_0x3fc114,_0x57e561){_0x3fc114=_0x3fc114-0x176;let _0x193d88=_0xa7cd2b[_0x3fc114];return _0x193d88;},a6_0x3fc1(_0x22869e,_0x40360c);}class BrowserstackFormatter extends Formatter{constructor(_0x1bc942){const _0x55b705=a6_0x5e051d,_0x5b004e={};_0x5b004e['dqNgS']='envelope';const _0x16c91d=_0x5b004e;super(_0x1bc942),this[_0x55b705(0x1d1)]={},_0x1bc942['eventBroadcaster']['on'](_0x16c91d[_0x55b705(0x210)],async _0x246461=>{const _0x2a1897=_0x55b705;switch(!![]){case!!_0x246461[_0x2a1897(0x1d6)]:this[_0x2a1897(0x1b5)](_0x246461[_0x2a1897(0x1d6)]);break;case!!_0x246461['testRunFinished']:this[_0x2a1897(0x19c)](_0x246461['testRunFinished']);break;case!!_0x246461[_0x2a1897(0x1c8)]:this[_0x2a1897(0x1c7)](_0x246461['testCaseStarted'],_0x1bc942,_0x246461);break;case!!_0x246461[_0x2a1897(0x199)]:this[_0x2a1897(0x1ee)](_0x246461[_0x2a1897(0x199)],_0x1bc942,_0x246461);break;case!!_0x246461['testStepStarted']:this[_0x2a1897(0x186)](_0x246461['testStepStarted'],_0x1bc942);break;case!!_0x246461[_0x2a1897(0x17d)]:this[_0x2a1897(0x1ca)](_0x246461['testStepFinished'],_0x1bc942);break;case!!_0x246461[_0x2a1897(0x1a2)]:this[_0x2a1897(0x1f2)](_0x246461[_0x2a1897(0x1a2)]);break;case!!_0x246461[_0x2a1897(0x1e6)]:this['onTestCase'](_0x246461['testCase']);break;case!!_0x246461[_0x2a1897(0x203)]:this['onPickle'](_0x246461[_0x2a1897(0x203)]);break;case!!_0x246461[_0x2a1897(0x1de)]:this[_0x2a1897(0x191)](_0x246461[_0x2a1897(0x1de)]);break;}});}[a6_0x5e051d(0x1f2)](_0x42785c){const _0x7bf2a4=a6_0x5e051d;this['report']['hooks']=Object[_0x7bf2a4(0x197)]([],this[_0x7bf2a4(0x1d1)][_0x7bf2a4(0x1be)]||[]),this['report']['hooks'][_0x7bf2a4(0x1e1)](_0x42785c);}[a6_0x5e051d(0x1c0)](_0xbeb862){const _0x2a55a8=a6_0x5e051d;this[_0x2a55a8(0x1d1)]['pickle']=Object['assign']([],this[_0x2a55a8(0x1d1)][_0x2a55a8(0x203)]||[],[_0xbeb862]),this[_0x2a55a8(0x1d1)][_0x2a55a8(0x203)]['push'](_0xbeb862);}[a6_0x5e051d(0x191)](_0x203a48){const _0x3e4c24=a6_0x5e051d;this[_0x3e4c24(0x1d1)][_0x3e4c24(0x1de)]=Object[_0x3e4c24(0x197)]([],this[_0x3e4c24(0x1d1)][_0x3e4c24(0x1de)]||[],[_0x203a48]),this[_0x3e4c24(0x1d1)][_0x3e4c24(0x1de)]['push'](_0x203a48);}[a6_0x5e051d(0x19a)](_0x1fe34b){const _0xcbbc8d=a6_0x5e051d;this[_0xcbbc8d(0x1d1)][_0xcbbc8d(0x1f7)]=_0x1fe34b;}[a6_0x5e051d(0x207)](_0x3f60d2){const _0x369705=a6_0x5e051d;this[_0x369705(0x1d1)][_0x369705(0x1b9)]=Object['assign']([],this[_0x369705(0x1d1)][_0x369705(0x1b9)]||[],[_0x3f60d2]),this[_0x369705(0x1d1)][_0x369705(0x1b9)][_0x369705(0x1e1)](_0x3f60d2);}['onTestCase'](_0x2ed27d){const _0x62f20d=a6_0x5e051d;this['report'][_0x62f20d(0x1bf)]=Object[_0x62f20d(0x197)]([],this[_0x62f20d(0x1d1)][_0x62f20d(0x1bf)]||[],[_0x2ed27d]),this[_0x62f20d(0x1d1)][_0x62f20d(0x1bf)][_0x62f20d(0x1e1)](_0x2ed27d);}['logTestCaseFinished'](_0x38d530){const _0x98bbe5=a6_0x5e051d,_0x10ae47={'XXKnL':function(_0x2e787,_0x3f83da){return _0x2e787!==_0x3f83da;},'btAgX':_0x98bbe5(0x1f8),'CxVtq':function(_0x40c827,_0x4afcad){return _0x40c827+_0x4afcad;},'uKJkM':function(_0xd2927b,_0x40720f){return _0xd2927b+_0x40720f;},'fUCTN':function(_0x170fad,_0x1c0068){return _0x170fad+_0x1c0068;},'DcrCf':function(_0x276777,_0x34803a){return _0x276777+_0x34803a;},'NbUIq':_0x98bbe5(0x21a),'swRAv':_0x98bbe5(0x1eb),'GqEna':function(_0x2a2630,_0x310ae4){return _0x2a2630===_0x310ae4;},'JXwQa':'FAILED','OpNgr':function(_0x26b196,_0x1ded62,_0x4dbcbe){return _0x26b196(_0x1ded62,_0x4dbcbe);},'MueSl':_0x98bbe5(0x19d),'eCccS':_0x98bbe5(0x19f),'VqiqS':function(_0x2526b7,_0x539f10){return _0x2526b7+_0x539f10;},'COopY':function(_0x1a6a19,_0xdf1143){return _0x1a6a19!==_0xdf1143;},'tHWrZ':function(_0x17115e,_0x4c8464){return _0x17115e+_0x4c8464;},'tEcXU':function(_0x421582,_0x56877a){return _0x421582+_0x56877a;}};_0x10ae47[_0x98bbe5(0x205)](global[_0x98bbe5(0x1e9)],undefined)&&this[_0x98bbe5(0x1f9)](_0x10ae47[_0x98bbe5(0x189)](_0x10ae47[_0x98bbe5(0x18c)]('\x0a',global[_0x98bbe5(0x1e9)]),'\x0a'));const _0x931284=this['eventDataCollector'][_0x98bbe5(0x204)](_0x38d530[_0x98bbe5(0x1cb)]);this[_0x98bbe5(0x1f9)](_0x10ae47['CxVtq'](_0x10ae47[_0x98bbe5(0x189)](_0x10ae47[_0x98bbe5(0x188)](_0x10ae47[_0x98bbe5(0x1e3)]('\x20\x20',_0x931284[_0x98bbe5(0x1de)][_0x98bbe5(0x20b)][_0x98bbe5(0x201)]),_0x10ae47[_0x98bbe5(0x1d4)]),_0x931284[_0x98bbe5(0x203)][_0x98bbe5(0x201)]),'\x0a'));const _0x491a0b={};_0x491a0b[_0x98bbe5(0x209)]=this['cwd'],_0x491a0b[_0x98bbe5(0x190)]=this[_0x98bbe5(0x190)],_0x491a0b[_0x98bbe5(0x1ec)]=this['supportCodeLibrary'],_0x491a0b[_0x98bbe5(0x20a)]=_0x931284;const _0x104ffa=formatterHelpers['parseTestCaseAttempt'](_0x491a0b);let _0x4abaf8=![];_0x104ffa['testSteps'][_0x98bbe5(0x1c1)](_0x56fb48=>{const _0x4a4832=_0x98bbe5;if(_0x10ae47[_0x4a4832(0x1ae)](_0x56fb48[_0x4a4832(0x201)],_0x10ae47[_0x4a4832(0x185)])&&!this[_0x4a4832(0x20d)](_0x56fb48)){totalTests+=0x1,this[_0x4a4832(0x1f9)](_0x10ae47[_0x4a4832(0x202)](_0x10ae47[_0x4a4832(0x1da)](_0x10ae47[_0x4a4832(0x18c)](_0x10ae47[_0x4a4832(0x1ab)](_0x10ae47['CxVtq'](_0x10ae47[_0x4a4832(0x213)],_0x56fb48[_0x4a4832(0x1b0)]),_0x56fb48['text']||''),_0x10ae47[_0x4a4832(0x1d4)]),Status[_0x56fb48[_0x4a4832(0x19d)][_0x4a4832(0x1b2)]]),'\x0a')),this['incrementCounter'](Status[_0x56fb48[_0x4a4832(0x19d)][_0x4a4832(0x1b2)]]);if(_0x10ae47['GqEna'](Status[_0x56fb48[_0x4a4832(0x19d)][_0x4a4832(0x1b2)]],_0x10ae47[_0x4a4832(0x194)])){_0x4abaf8=!![];const _0x2b3c58=_0x10ae47[_0x4a4832(0x196)](nestedKeyValue,_0x56fb48,[_0x10ae47[_0x4a4832(0x1b1)],_0x10ae47[_0x4a4832(0x178)]]);_0x2b3c58&&(testsErrorMessage[_0x10ae47[_0x4a4832(0x202)](_0x10ae47[_0x4a4832(0x1da)](_0x931284[_0x4a4832(0x1de)][_0x4a4832(0x20b)][_0x4a4832(0x201)],_0x10ae47[_0x4a4832(0x1d4)]),_0x931284[_0x4a4832(0x203)][_0x4a4832(0x201)])]=_0x2b3c58,this['log'](_0x10ae47[_0x4a4832(0x189)](_0x2b3c58,'\x0a')));}}}),_0x4abaf8&&(testSuitesFailed+=0x1),this[_0x98bbe5(0x1f9)]('\x0a');}[a6_0x5e051d(0x1db)](_0x52200b){}[a6_0x5e051d(0x20d)](_0x25376c){const _0x2d42dd=a6_0x5e051d,_0xb18385={};_0xb18385['vQnJR']=function(_0x5f12bf,_0x27a5b9){return _0x5f12bf!==_0x27a5b9;},_0xb18385[_0x2d42dd(0x206)]='cucumber-js/test.setup.js';const _0x4243e0=_0xb18385;if(_0x4243e0['vQnJR'](_0x25376c['sourceLocation'],undefined))return![];if(_0x25376c[_0x2d42dd(0x1f6)]&&_0x25376c[_0x2d42dd(0x1f6)][_0x2d42dd(0x1d3)][_0x2d42dd(0x19e)](_0x4243e0[_0x2d42dd(0x206)]))return!![];return![];}[a6_0x5e051d(0x17b)](_0x16d383){const _0x8a7fce=a6_0x5e051d,_0x593350={};_0x593350[_0x8a7fce(0x20e)]=_0x8a7fce(0x18b),_0x593350[_0x8a7fce(0x193)]=_0x8a7fce(0x1e7),_0x593350[_0x8a7fce(0x200)]=_0x8a7fce(0x216),_0x593350[_0x8a7fce(0x1a3)]='PENDING',_0x593350[_0x8a7fce(0x1d0)]=_0x8a7fce(0x1f1),_0x593350[_0x8a7fce(0x1c2)]=_0x8a7fce(0x183),_0x593350[_0x8a7fce(0x1aa)]=_0x8a7fce(0x1ea);const _0x5c159b=_0x593350;switch(_0x16d383){case _0x5c159b[_0x8a7fce(0x20e)]:testsFailed+=0x1;break;case _0x5c159b[_0x8a7fce(0x193)]:testsPassed+=0x1;break;case _0x5c159b[_0x8a7fce(0x200)]:testsSkipped+=0x1;break;case _0x5c159b[_0x8a7fce(0x1a3)]:testsPending+=0x1;break;case _0x5c159b['blwWn']:testsUndefined+=0x1;break;case _0x5c159b[_0x8a7fce(0x1c2)]:testsUnknown+=0x1;break;case _0x5c159b['CGzKW']:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x432677){const _0x42991f=a6_0x5e051d,_0x24f3cb={'xMcrM':function(_0x128eb6,_0x502ee7){return _0x128eb6!==_0x502ee7;},'nQBDB':function(_0x182d8c,_0x27fe94){return _0x182d8c!==_0x27fe94;},'tszKt':function(_0x4d0b0f,_0x29ea1d){return _0x4d0b0f(_0x29ea1d);},'dTMbe':function(_0x1fca94,_0x25742d){return _0x1fca94+_0x25742d;},'IBKVV':function(_0x2decc6){return _0x2decc6();}};let _0x3206c0;if(_0x24f3cb[_0x42991f(0x218)](process[_0x42991f(0x181)][_0x42991f(0x1e4)],undefined)){const _0x27ee19=JSON[_0x42991f(0x217)](process['env'][_0x42991f(0x1e4)]);_0x3206c0=_0x27ee19[_0x42991f(0x1f0)];}_0x24f3cb['nQBDB'](_0x3206c0,undefined)&&(global[_0x42991f(0x1e9)]=_0x24f3cb[_0x42991f(0x1ed)](getPlatformName,_0x3206c0),this[_0x42991f(0x1f9)](_0x24f3cb[_0x42991f(0x1fb)]('Executing\x20tests\x20for\x20'+global['__platform'],'\x0a'))),_0x24f3cb[_0x42991f(0x17f)](shouldProcessEventForTesthub)&&(TestDetails[_0x42991f(0x21c)](),this[_0x42991f(0x1d1)][_0x42991f(0x1d6)]=_0x432677);}[a6_0x5e051d(0x19c)](_0x59ea02){const _0x213cde=a6_0x5e051d;this[_0x213cde(0x1d1)][_0x213cde(0x1a6)]=_0x59ea02,this['logTestRunFinished'](_0x59ea02);}async['onTestCaseStarted'](_0x2091e9,_0x4cd8e7,_0x4b7a48){const _0x16ce91=a6_0x5e051d,_0xe4ccae={'gcCZJ':function(_0x3ebf8a,_0x2c985d){return _0x3ebf8a(_0x2c985d);},'nbNXH':_0x16ce91(0x1fc),'svpmE':function(_0x58908c,_0x5818dd){return _0x58908c&&_0x5818dd;}};testSuites+=0x1;if(_0xe4ccae['gcCZJ'](shouldProcessEventForTesthub,_0xe4ccae[_0x16ce91(0x1b4)]))try{this[_0x16ce91(0x1d1)]['testCaseStarted']=this['report'][_0x16ce91(0x1c8)]||{},this[_0x16ce91(0x1d1)][_0x16ce91(0x1c8)][_0x2091e9['id']]=_0x2091e9;const _0x183472=TestDetails['getTestUUID'](_0x2091e9['id']);_testCasesData[_0x2091e9['id']]=Object[_0x16ce91(0x197)]({},_0x4b7a48);const _0x2b062b=this['report'],_0xd1c3a2=_0x2091e9[_0x16ce91(0x1d9)],_0x43cb55=_0x2b062b[_0x16ce91(0x1bf)][_0x16ce91(0x21b)](_0x5b9d9e=>_0x5b9d9e['id']===_0xd1c3a2)[_0x16ce91(0x180)],_0x21ce12=_0x2b062b[_0x16ce91(0x203)][_0x16ce91(0x21b)](_0x2b440b=>_0x2b440b['id']===_0x43cb55),_0x530406=_0x2b062b[_0x16ce91(0x1de)][_0x16ce91(0x21b)](_0x4eb73c=>_0x4eb73c[_0x16ce91(0x1d3)]===_0x21ce12['uri']),_0x1f616f=_0x530406[_0x16ce91(0x20b)],_0xd81422={'uuid':_0x183472,'startedAt':new Date()[_0x16ce91(0x192)]()};if(_0x21ce12){const _0x16a84c={};_0x16a84c[_0x16ce91(0x201)]=_0x21ce12[_0x16ce91(0x201)],_0xd81422[_0x16ce91(0x1ef)]=_0x16a84c;}if(_0xe4ccae['svpmE'](_0x530406,_0x1f616f)){const _0x1ee47c={};_0x1ee47c['path']=_0x530406['uri'],_0x1ee47c[_0x16ce91(0x201)]=_0x1f616f[_0x16ce91(0x201)],_0x1ee47c[_0x16ce91(0x182)]=_0x1f616f['description'],_0xd81422[_0x16ce91(0x20b)]=_0x1ee47c;}_tests[_0xd1c3a2]=_0xd81422,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x4b7a48,_0x530406,_0x21ce12,_0xe4ccae[_0x16ce91(0x1b4)],_0xd81422);}catch(_0x5cfa9c){logger[_0x16ce91(0x1c6)](_0x16ce91(0x1a8)+util[_0x16ce91(0x1fa)](_0x5cfa9c)+'\x20');}}async[a6_0x5e051d(0x1ee)](_0x2e8055,_0x10bfaa,_0x31cd15){const _0x314116=a6_0x5e051d,_0x50a79e={'BkRNQ':function(_0x5af022,_0x1ce9d8){return _0x5af022(_0x1ce9d8);},'tCRul':_0x314116(0x1af)};this['logTestCaseFinished'](_0x2e8055);if(_0x50a79e[_0x314116(0x1ce)](shouldProcessEventForTesthub,_0x50a79e[_0x314116(0x18e)]))try{this[_0x314116(0x1d1)]['testCaseFinished']=this[_0x314116(0x1d1)][_0x314116(0x199)]||{},this[_0x314116(0x1d1)]['testCaseFinished'][_0x2e8055[_0x314116(0x1cb)]]=_0x2e8055,_testCasesData[_0x31cd15['id']]=Object[_0x314116(0x197)]({},_0x31cd15);const _0xf61a64=_0x2e8055[_0x314116(0x1cb)],_0x120355=_0x10bfaa[_0x314116(0x1e8)][_0x314116(0x17c)][_0xf61a64]['testCaseId'],_0x5b300a=_0x10bfaa['eventDataCollector'][_0x314116(0x1fd)][_0x120355],_0x53076d=_0x5b300a[_0x314116(0x180)],_0x3c1803=_0x10bfaa['eventDataCollector']['pickleMap'][_0x53076d],_0x549bfc=this[_0x314116(0x1a9)](_0x10bfaa,_0x3c1803),_0x59bfc8=_tests[_0x120355];_0x59bfc8&&(delete _tests[_0x120355],_0x59bfc8[_0x314116(0x18d)]=new Date()[_0x314116(0x192)]()),await testObservabilityReporter[_0x314116(0x215)](_0x31cd15,_0x549bfc,_0x3c1803,_0x50a79e[_0x314116(0x18e)],_0x59bfc8);}catch(_0x5d417f){logger['debug'](_0x314116(0x176)+util[_0x314116(0x1fa)](_0x5d417f));}}async['onTestStepStarted'](_0x5baa22,_0x4f77a4){const _0x1b434f=a6_0x5e051d,_0x115ca4={'WkMuq':function(_0x476542,_0x442d89){return _0x476542(_0x442d89);},'lUlNf':'HookRunStarted','vLgSQ':function(_0x23c7ea,_0x139253){return _0x23c7ea!==_0x139253;},'jmLhV':_0x1b434f(0x211)};if(_0x115ca4[_0x1b434f(0x1a7)](shouldProcessEventForTesthub,_0x115ca4['lUlNf']))try{this[_0x1b434f(0x1d1)][_0x1b434f(0x1b3)]=this['report'][_0x1b434f(0x1b3)]||{},this[_0x1b434f(0x1d1)]['testStepStarted'][_0x5baa22[_0x1b434f(0x1cb)]]=_0x5baa22;const _0x50eed6=_0x5baa22['testCaseStartedId'],_0x22b729=_0x4f77a4[_0x1b434f(0x1e8)][_0x1b434f(0x17c)][_0x50eed6]['testCaseId'],_0x500516=this['report']['testCases']['find'](_0x5aa083=>_0x5aa083['id']===_0x22b729)[_0x1b434f(0x180)],_0x42f5d4=this['report']['pickle'][_0x1b434f(0x21b)](_0x18d69c=>_0x18d69c['id']===_0x500516),_0x5237a8=this[_0x1b434f(0x1d1)][_0x1b434f(0x1bf)][_0x1b434f(0x21b)](_0x4db197=>_0x4db197['id']===_0x22b729)[_0x1b434f(0x17e)],_0x78fc75=this[_0x1b434f(0x1d1)][_0x1b434f(0x1b3)][_0x50eed6][_0x1b434f(0x211)],_0x64f5ef=_0x5237a8['find'](_0x8833d9=>_0x8833d9['id']===_0x78fc75)[_0x1b434f(0x1a4)],_0x4d4309=_0x42f5d4['steps'][_0x1b434f(0x21b)](_0x4c6702=>_0x4c6702['id']===_0x64f5ef);if(_0x64f5ef&&_tests[_0x22b729]&&_0x115ca4['vLgSQ'](_tests[_0x22b729][_0x115ca4['jmLhV']],_0x78fc75)){_tests[_0x22b729][_0x115ca4[_0x1b434f(0x1c4)]]=_0x78fc75;const _0x5f1965={};_0x5f1965[_0x1b434f(0x1bd)]=[];const _0xe0172c=_tests[_0x22b729]||_0x5f1965;_0xe0172c&&!_0xe0172c['steps']&&(_0xe0172c['steps']=[]),_0xe0172c[_0x1b434f(0x1bd)][_0x1b434f(0x1e1)]({'id':_0x4d4309['id'],'text':_0x4d4309[_0x1b434f(0x187)],'started_at':new Date()[_0x1b434f(0x192)]()}),_tests[_0x22b729]=_0xe0172c;}await testObservabilityReporter[_0x1b434f(0x1b7)](this[_0x1b434f(0x1d1)],_0x50eed6,_0x115ca4[_0x1b434f(0x1f5)],_0x5237a8,_0x78fc75,_tests[_0x22b729]);}catch(_0x413b62){logger[_0x1b434f(0x1c6)](_0x1b434f(0x1d5)+util[_0x1b434f(0x1fa)](_0x413b62));}}async[a6_0x5e051d(0x1ca)](_0x438d00,_0x2e80c7){const _0x2b039f=a6_0x5e051d,_0xf29ff3={'twEoH':function(_0x14123f,_0x44401a){return _0x14123f===_0x44401a;},'FCxKO':_0x2b039f(0x20f),'KElys':function(_0xaa4427,_0x172191){return _0xaa4427(_0x172191);},'tasAz':'HookRunFinished','IzLin':function(_0x2c5dcf,_0x3482f5){return _0x2c5dcf===_0x3482f5;},'xTiWX':'failed','yIwOO':_0x2b039f(0x17a),'whWZl':_0x2b039f(0x211)};this[_0x2b039f(0x1d1)][_0x2b039f(0x17d)]=this[_0x2b039f(0x1d1)]['testStepFinished']||{},this[_0x2b039f(0x1d1)][_0x2b039f(0x17d)][_0x438d00[_0x2b039f(0x1cb)]]=_0x438d00;if(_0xf29ff3[_0x2b039f(0x1bb)](shouldProcessEventForTesthub,_0xf29ff3['tasAz']))try{const _0x36a41e=_0x438d00['testCaseStartedId'],_0x39c1ba=_0x2e80c7[_0x2b039f(0x1e8)]['testCaseAttemptDataMap'][_0x36a41e][_0x2b039f(0x1d9)],_0x5ccc5f=_0x2e80c7['eventDataCollector'][_0x2b039f(0x1fd)][_0x39c1ba],_0x3bc2e9=_0x5ccc5f[_0x2b039f(0x180)],_0x46ea8d=_0x2e80c7[_0x2b039f(0x1e8)]['pickleMap'][_0x3bc2e9],_0x4a2554=_0x438d00[_0x2b039f(0x211)],_0x22214c=_0x5ccc5f[_0x2b039f(0x17e)],_0x2078e4=this[_0x2b039f(0x1e8)][_0x2b039f(0x204)](_0x36a41e),_0x3ac0e0=_0x22214c[_0x2b039f(0x21b)](_0x86702a=>_0x86702a['id']===_0x4a2554)['pickleStepId'];let _0x3b0395,_0x545d3c;_0x438d00[_0x2b039f(0x1a0)]&&_0xf29ff3['IzLin'](_0x438d00[_0x2b039f(0x1a0)][_0x2b039f(0x1b2)][_0x2b039f(0x1c5)]()[_0x2b039f(0x1f3)](),_0xf29ff3[_0x2b039f(0x1dd)])&&(_0x3b0395=_0xf29ff3[_0x2b039f(0x1d7)](_0x438d00[_0x2b039f(0x1a0)][_0x2b039f(0x1a1)],undefined)?_0x438d00[_0x2b039f(0x1a0)]['message']:_0x438d00['testStepResult'][_0x2b039f(0x1a1)][_0x2b039f(0x19f)],_0x545d3c=_0xf29ff3[_0x2b039f(0x1d7)](_0x438d00[_0x2b039f(0x1a0)][_0x2b039f(0x1a1)],undefined)?_0xf29ff3[_0x2b039f(0x214)]:_0x438d00[_0x2b039f(0x1a0)]['message']);await testObservabilityReporter[_0x2b039f(0x1b7)](this[_0x2b039f(0x1d1)],_0x36a41e,_0xf29ff3[_0x2b039f(0x18a)],_0x22214c,_0x4a2554,_tests[_0x39c1ba]);if(_0x3ac0e0&&_tests[_0x39c1ba][_0xf29ff3[_0x2b039f(0x1e5)]]){const _0x568547=_0x46ea8d[_0x2b039f(0x1bd)]['find'](_0x33035d=>_0x33035d['id']===_0x3ac0e0),_0x3b88a2={};_0x3b88a2[_0x2b039f(0x1bd)]=[];const _0x426e51=_tests[_0x39c1ba]||_0x3b88a2;!_0x426e51[_0x2b039f(0x1bd)]?_0x426e51[_0x2b039f(0x1bd)]=[{'id':_0x568547['id'],'text':_0x568547[_0x2b039f(0x187)],'finished_at':new Date()['toISOString'](),'result':_0x438d00[_0x2b039f(0x1a0)][_0x2b039f(0x1b2)],'duration':_0x438d00[_0x2b039f(0x1a0)][_0x2b039f(0x1f4)][_0x2b039f(0x1dc)],'failure':_0x3b0395,'failureType':_0x545d3c}]:_0x426e51['steps'][_0x2b039f(0x1c1)](_0x3c3d63=>{const _0x3046ed=_0x2b039f;if(_0xf29ff3[_0x3046ed(0x179)](_0x3c3d63['id'],_0x568547['id'])){const _0x53b4e3=_0xf29ff3[_0x3046ed(0x1a5)]['split']('|');let _0x2eaded=0x0;while(!![]){switch(_0x53b4e3[_0x2eaded++]){case'0':_0x3c3d63[_0x3046ed(0x1fe)]=_0x3b0395;continue;case'1':_0x3c3d63[_0x3046ed(0x1f4)]=_0x438d00[_0x3046ed(0x1a0)][_0x3046ed(0x1f4)][_0x3046ed(0x1dc)];continue;case'2':_0x3c3d63[_0x3046ed(0x1d2)]=_0x545d3c;continue;case'3':_0x3c3d63[_0x3046ed(0x19d)]=_0x438d00['testStepResult'][_0x3046ed(0x1b2)];continue;case'4':_0x3c3d63['finished_at']=new Date()[_0x3046ed(0x192)]();continue;}break;}}}),_tests[_0x39c1ba]=_0x426e51,delete _tests[_0x39c1ba][_0xf29ff3[_0x2b039f(0x1e5)]];}}catch(_0x7f53bc){logger[_0x2b039f(0x1c6)](_0x2b039f(0x1df)+util[_0x2b039f(0x1fa)](_0x7f53bc));}}[a6_0x5e051d(0x1cd)](_0x2a851e){const _0x387567=a6_0x5e051d,_0x40b0ea={};return _0x2a851e['feature'][_0x387567(0x1d8)][_0x387567(0x1c3)](this[_0x387567(0x1cf)])['flat']()[_0x387567(0x1c1)](_0x13d60e=>_0x13d60e[_0x387567(0x1bd)][_0x387567(0x1c1)](_0x5b7b91=>_0x40b0ea[_0x5b7b91['id']]=_0x5b7b91)),_0x40b0ea;}[a6_0x5e051d(0x1cf)](_0x3521a6){const _0x3d2695=a6_0x5e051d,_0x23dae9={'XyGud':function(_0x2c3540,_0x2e9814){return _0x2c3540(_0x2e9814);}};if(!_0x23dae9[_0x3d2695(0x1b6)](isUndefined,_0x3521a6[_0x3d2695(0x1e0)]))return[_0x3521a6[_0x3d2695(0x1e0)]];else{if(!_0x23dae9[_0x3d2695(0x1b6)](isUndefined,_0x3521a6[_0x3d2695(0x18f)]))return _0x3521a6['rule'][_0x3d2695(0x1d8)][_0x3d2695(0x1c3)](_0x3eaaa2=>!isUndefined(_0x3eaaa2[_0x3d2695(0x1e0)])?_0x3eaaa2[_0x3d2695(0x1e0)]:_0x3eaaa2[_0x3d2695(0x1ef)]);};return[_0x3521a6[_0x3d2695(0x1ef)]];}[a6_0x5e051d(0x1a9)](_0x3c29cb,_0x1ec55f){const _0x55b7c9=a6_0x5e051d;return Object['values'](_0x3c29cb[_0x55b7c9(0x1e8)][_0x55b7c9(0x1ad)])[_0x55b7c9(0x21b)](_0x40f2c7=>_0x40f2c7[_0x55b7c9(0x1d3)]===_0x1ec55f['uri']);}}module[a6_0x5e051d(0x1ba)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x5e051d(0x1c7),'onTestCaseFinished',a6_0x5e051d(0x186),a6_0x5e051d(0x1ca),a6_0x5e051d(0x1b5),'onTestRunFinished',a6_0x5e051d(0x1cf),a6_0x5e051d(0x1a9),'getGherkinStepMap']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a7_0x1a2b(){const _0x3d8212=['4204UrUZqA','../../../helpers/helper','TvncH','\x20\x20\x20\x20','result','getTestCaseData','UNDEFINED','pickle','steps','sDjJn','SKIPPED','getStepLineToPickledStepMap','undefined','feature','eventBroadcaster','uri','KPEwy','3260663eUbKGn','ZFcFN','getTestCaseAttempt','HHRRq','1393893tOpwyj','tYOqI','tKKjk','aLzGX','plYvZ','status','log','2413215UqjofV','test-run-started','cucumber/lib/formatter/helpers/pickle_parser.js','logTestCaseFinished','testCase','UQwPc','toUpperCase','rsXBv','test-case-finished','name','kupiK','actionLocation','woiry','eventDataCollector','vYsSa','cucumber','NYBBk','sourceLocation','bSdla','HHyYi','BJGdF','test-step-started','exports','Xanll','FEXrT','oaIMH','PENDING','1973286AiDufb','__platform','122brdIdN','mAwFd','Bgfmn','forEach','env','lXziD','AMBIGUOUS','tNYsV','RVgmt','PASSED','\x20-\x20','text','gVaLH','Executing\x20tests\x20for\x20','JUmLo','269934XRhvOr','FskzV','inTrP','CONFIG','test-case-started','gherkinDocument','640380lhOsLm','test-run-finished','\x20\x20\x20\x20BEFORE\x20-\x20','HGeju','capability','stack','ugzbK','8JhimZq','dAQGF','line'];a7_0x1a2b=function(){return _0x3d8212;};return a7_0x1a2b();}const a7_0x56e4a4=a7_0x3b22;(function(_0x1ecd22,_0x58d07b){const _0x21bc1a=a7_0x3b22,_0x2700da=_0x1ecd22();while(!![]){try{const _0x4af34e=-parseInt(_0x21bc1a(0x219))/0x1*(-parseInt(_0x21bc1a(0x1fa))/0x2)+parseInt(_0x21bc1a(0x209))/0x3+parseInt(_0x21bc1a(0x20f))/0x4+-parseInt(_0x21bc1a(0x235))/0x5+-parseInt(_0x21bc1a(0x1f8))/0x6+-parseInt(_0x21bc1a(0x22a))/0x7*(-parseInt(_0x21bc1a(0x216))/0x8)+parseInt(_0x21bc1a(0x22e))/0x9;if(_0x4af34e===_0x58d07b)break;else _0x2700da['push'](_0x2700da['shift']());}catch(_0x3b9b9b){_0x2700da['push'](_0x2700da['shift']());}}}(a7_0x1a2b,0x4d11f));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x56e4a4(0x21a)),{Formatter}=requireModule(a7_0x56e4a4(0x1ec)),pickleParser=requireModule(a7_0x56e4a4(0x237),'cucumber');function a7_0x3b22(_0x43b1da,_0x3597b0){const _0x1a2b11=a7_0x1a2b();return a7_0x3b22=function(_0x3b22bd,_0x42fb6d){_0x3b22bd=_0x3b22bd-0x1e6;let _0x38ba6b=_0x1a2b11[_0x3b22bd];return _0x38ba6b;},a7_0x3b22(_0x43b1da,_0x3597b0);}class BrowserstackFormatter extends Formatter{constructor(_0x521b9b){const _0x4b7412=a7_0x56e4a4,_0x50161d={'hFvyz':function(_0x2432b6,_0x24de8e){return _0x2432b6!==_0x24de8e;},'mCrSV':function(_0x222319,_0x135e5c){return _0x222319!==_0x135e5c;},'ZFcFN':function(_0x2d0898,_0x381cec){return _0x2d0898(_0x381cec);},'tKKjk':_0x4b7412(0x236),'nsHeE':_0x4b7412(0x20d),'eJxzh':_0x4b7412(0x23d),'rcslh':_0x4b7412(0x210),'HHRRq':_0x4b7412(0x1f2)};super(_0x521b9b),_0x521b9b['eventBroadcaster']['on'](_0x50161d[_0x4b7412(0x230)],()=>{const _0x433b41=_0x4b7412;let _0x388f85;if(_0x50161d['hFvyz'](process['env'][_0x433b41(0x20c)],undefined)){const _0x466234=JSON['parse'](process[_0x433b41(0x1fe)][_0x433b41(0x20c)]);_0x388f85=_0x466234[_0x433b41(0x213)];}_0x50161d['mCrSV'](_0x388f85,undefined)&&(global['__platform']=_0x50161d[_0x433b41(0x22b)](getPlatformName,_0x388f85),console['log'](_0x433b41(0x207)+global[_0x433b41(0x1f9)]));}),_0x521b9b[_0x4b7412(0x227)]['on'](_0x50161d['nsHeE'],()=>{testSuites+=0x1;}),_0x521b9b[_0x4b7412(0x227)]['on'](_0x50161d['eJxzh'],_0x267540=>{this['logTestCaseFinished'](_0x267540);}),_0x521b9b[_0x4b7412(0x227)]['on'](_0x50161d['rcslh'],()=>{totalTests-=0x2;}),_0x521b9b[_0x4b7412(0x227)]['on'](_0x50161d[_0x4b7412(0x22d)],()=>{totalTests+=0x1;});}[a7_0x56e4a4(0x238)](_0x100918){const _0x3e3b48=a7_0x56e4a4,_0x50ae36={'bSdla':'FAILED','lXziD':_0x3e3b48(0x203),'ykEkK':_0x3e3b48(0x223),'JUmLo':_0x3e3b48(0x1f7),'dAQGF':_0x3e3b48(0x21f),'Bgfmn':'UNKNOWN','vYsSa':_0x3e3b48(0x200),'aLzGX':function(_0x1d871c,_0x135416){return _0x1d871c+_0x135416;},'HGeju':function(_0x1f8cd0,_0x3eb7ed){return _0x1f8cd0+_0x3eb7ed;},'RVgmt':_0x3e3b48(0x21c),'KPEwy':_0x3e3b48(0x204),'ugzbK':function(_0x2a93cd,_0x182165){return _0x2a93cd(_0x182165);},'FskzV':'cucumber-js/test_old.setup.js','rbYnp':function(_0x596632,_0x5e4671){return _0x596632(_0x5e4671);},'UQwPc':function(_0x50df26,_0x5c0b0c){return _0x50df26+_0x5c0b0c;},'inTrP':'\x20\x20\x20\x20AFTER\x20-\x20','tNYsV':function(_0x5f53f0,_0x2bb3ce){return _0x5f53f0+_0x2bb3ce;},'sDjJn':_0x3e3b48(0x211),'tYOqI':function(_0x1cfe45,_0x568cfe){return _0x1cfe45===_0x568cfe;},'mAwFd':function(_0x221ab4,_0x328d14,_0x97d03b){return _0x221ab4(_0x328d14,_0x97d03b);},'TvncH':_0x3e3b48(0x21d),'woiry':'exception','Xanll':_0x3e3b48(0x214),'NYBBk':function(_0x25ed1f,_0x40ec19){return _0x25ed1f!==_0x40ec19;},'BJGdF':function(_0x2e2544,_0x22aee2){return _0x2e2544+_0x22aee2;},'oaIMH':_0x3e3b48(0x225),'FEXrT':function(_0x415982,_0x1e6c7f){return _0x415982+_0x1e6c7f;},'kupiK':function(_0x109647,_0x403c58){return _0x109647+_0x403c58;},'xPHIJ':function(_0x5dd6bd,_0x31427c){return _0x5dd6bd+_0x31427c;},'ISuiC':function(_0x331d91,_0x505d9f){return _0x331d91<_0x505d9f;},'gVaLH':function(_0x523f7c,_0x248af6){return _0x523f7c+_0x248af6;},'plYvZ':function(_0x37f686,_0x55e99d){return _0x37f686+_0x55e99d;},'rsXBv':function(_0x1f47d4,_0x1e11b9){return _0x1f47d4+_0x1e11b9;},'HHyYi':function(_0x1a0964,_0x4664a1){return _0x1a0964+_0x4664a1;}};let _0x4fa41b=![];function _0x5a942d(_0xed2630){const _0x46619c=_0x3e3b48;switch(_0xed2630){case _0x50ae36[_0x46619c(0x1ef)]:testsFailed+=0x1;break;case _0x50ae36[_0x46619c(0x1ff)]:testsPassed+=0x1;break;case _0x50ae36['ykEkK']:testsSkipped+=0x1;break;case _0x50ae36[_0x46619c(0x208)]:testsPending+=0x1;break;case _0x50ae36[_0x46619c(0x217)]:testsUndefined+=0x1;break;case _0x50ae36[_0x46619c(0x1fc)]:testsUnknown+=0x1;break;case _0x50ae36[_0x46619c(0x1eb)]:testsAmbiguous+=0x1;break;default:break;}}_0x50ae36['NYBBk'](global[_0x3e3b48(0x1f9)],undefined)&&console[_0x3e3b48(0x234)](_0x50ae36[_0x3e3b48(0x212)](_0x50ae36[_0x3e3b48(0x1f1)]('\x0a',global[_0x3e3b48(0x1f9)]),'\x0a'));let _0x3b2573=![];if(_0x50ae36[_0x3e3b48(0x1ed)](typeof this['eventDataCollector'][_0x3e3b48(0x21e)],_0x50ae36[_0x3e3b48(0x1f6)])){var _0x2fec29=this[_0x3e3b48(0x1ea)][_0x3e3b48(0x21e)](_0x100918[_0x3e3b48(0x1ee)]),_0x3d95d2=_0x2fec29[_0x3e3b48(0x220)],_0x1a4b7e=_0x2fec29[_0x3e3b48(0x239)];console[_0x3e3b48(0x234)](_0x50ae36[_0x3e3b48(0x1f5)]('\x20\x20',_0x3d95d2[_0x3e3b48(0x1e6)]));var _0x1a80cb=(0x0,pickleParser[_0x3e3b48(0x224)])(_0x3d95d2);_0x1a4b7e[_0x3e3b48(0x221)][_0x3e3b48(0x1fd)](function(_0x463115){const _0x4f2780=_0x3e3b48;if(_0x463115[_0x4f2780(0x1e8)]&&_0x463115[_0x4f2780(0x1ee)])_0x4fa41b=!![],console[_0x4f2780(0x234)](_0x50ae36[_0x4f2780(0x231)](_0x50ae36[_0x4f2780(0x231)](_0x50ae36[_0x4f2780(0x212)](_0x50ae36[_0x4f2780(0x202)],_0x1a80cb[_0x463115['sourceLocation'][_0x4f2780(0x218)]]['text']),_0x50ae36[_0x4f2780(0x229)]),_0x463115[_0x4f2780(0x21d)]['status'][_0x4f2780(0x23b)]())),_0x50ae36[_0x4f2780(0x215)](_0x5a942d,_0x463115[_0x4f2780(0x21d)][_0x4f2780(0x233)]['toUpperCase']());else _0x463115[_0x4f2780(0x1e8)]&&(!_0x463115[_0x4f2780(0x1e8)][_0x4f2780(0x228)]['includes'](_0x50ae36[_0x4f2780(0x20a)])&&(_0x50ae36['rbYnp'](_0x5a942d,_0x463115[_0x4f2780(0x21d)][_0x4f2780(0x233)]['toUpperCase']()),_0x4fa41b?console['log'](_0x50ae36[_0x4f2780(0x23a)](_0x50ae36[_0x4f2780(0x20b)],_0x463115[_0x4f2780(0x21d)][_0x4f2780(0x233)][_0x4f2780(0x23b)]())):console[_0x4f2780(0x234)](_0x50ae36[_0x4f2780(0x201)](_0x50ae36[_0x4f2780(0x222)],_0x463115['result'][_0x4f2780(0x233)][_0x4f2780(0x23b)]()))));if(_0x50ae36[_0x4f2780(0x22f)](_0x463115[_0x4f2780(0x21d)][_0x4f2780(0x233)][_0x4f2780(0x23b)](),_0x50ae36['bSdla'])){const _0x12bb4b=_0x50ae36[_0x4f2780(0x1fb)](nestedKeyValue,_0x463115,[_0x50ae36[_0x4f2780(0x21b)],_0x50ae36['woiry'],_0x50ae36[_0x4f2780(0x1f4)]]);_0x12bb4b&&(testsErrorMessage[_0x3d95d2[_0x4f2780(0x1e6)]]=_0x12bb4b,console[_0x4f2780(0x234)](_0x50ae36['HGeju'](_0x12bb4b,'\x0a'))),_0x3b2573=!![];}});}else{const _0x40deb5=this['eventDataCollector'][_0x3e3b48(0x22c)](_0x100918);console[_0x3e3b48(0x234)](_0x50ae36[_0x3e3b48(0x1e7)](_0x50ae36['xPHIJ'](_0x50ae36[_0x3e3b48(0x23a)]('\x20\x20',_0x40deb5[_0x3e3b48(0x20e)][_0x3e3b48(0x226)]['name']),_0x50ae36[_0x3e3b48(0x229)]),_0x40deb5[_0x3e3b48(0x220)]['name']));const _0x54fa6c=(0x0,pickleParser[_0x3e3b48(0x224)])(_0x40deb5[_0x3e3b48(0x220)]),_0x2956df=_0x40deb5[_0x3e3b48(0x239)]['steps'],_0x103e9d=_0x40deb5['stepResults'],_0x1493e5=_0x2956df['length'];for(let _0x125aa9=0x0;_0x50ae36['ISuiC'](_0x125aa9,_0x1493e5);_0x125aa9++){const _0x1d341f=_0x2956df[_0x125aa9];if(_0x1d341f[_0x3e3b48(0x1e8)]&&_0x1d341f[_0x3e3b48(0x1ee)])_0x4fa41b=!![],console[_0x3e3b48(0x234)](_0x50ae36[_0x3e3b48(0x1f5)](_0x50ae36[_0x3e3b48(0x206)](_0x50ae36[_0x3e3b48(0x1f1)](_0x50ae36[_0x3e3b48(0x202)],_0x54fa6c[_0x1d341f['sourceLocation']['line']][_0x3e3b48(0x205)]),_0x50ae36['KPEwy']),_0x103e9d[_0x125aa9][_0x3e3b48(0x233)]['toUpperCase']())),_0x50ae36[_0x3e3b48(0x215)](_0x5a942d,_0x103e9d[_0x125aa9][_0x3e3b48(0x233)][_0x3e3b48(0x23b)]());else _0x1d341f[_0x3e3b48(0x1e8)]&&(!_0x1d341f[_0x3e3b48(0x1e8)][_0x3e3b48(0x228)]['includes'](_0x50ae36['FskzV'])&&(_0x50ae36[_0x3e3b48(0x215)](_0x5a942d,_0x103e9d[_0x125aa9][_0x3e3b48(0x233)]['toUpperCase']()),_0x4fa41b?console[_0x3e3b48(0x234)](_0x50ae36[_0x3e3b48(0x23a)](_0x50ae36[_0x3e3b48(0x20b)],_0x103e9d[_0x125aa9][_0x3e3b48(0x233)][_0x3e3b48(0x23b)]())):console[_0x3e3b48(0x234)](_0x50ae36[_0x3e3b48(0x232)](_0x50ae36[_0x3e3b48(0x222)],_0x103e9d[_0x125aa9][_0x3e3b48(0x233)]['toUpperCase']()))));if(_0x50ae36['tYOqI'](_0x103e9d[_0x125aa9]['status']['toUpperCase'](),_0x50ae36[_0x3e3b48(0x1ef)])){_0x3b2573=!![];const _0x1e4fc0=_0x50ae36['mAwFd'](nestedKeyValue,_0x103e9d[_0x125aa9],[_0x50ae36[_0x3e3b48(0x1e9)],_0x50ae36[_0x3e3b48(0x1f4)]]);_0x1e4fc0&&(testsErrorMessage[_0x50ae36[_0x3e3b48(0x1e7)](_0x50ae36[_0x3e3b48(0x23c)](_0x40deb5[_0x3e3b48(0x20e)][_0x3e3b48(0x226)][_0x3e3b48(0x1e6)],_0x50ae36[_0x3e3b48(0x229)]),_0x40deb5[_0x3e3b48(0x220)][_0x3e3b48(0x1e6)])]=_0x1e4fc0,console[_0x3e3b48(0x234)](_0x50ae36[_0x3e3b48(0x1f0)](_0x1e4fc0,'\x0a')));}}}_0x3b2573&&(testSuitesFailed+=0x1),console[_0x3e3b48(0x234)]('\x0a');}}module[a7_0x56e4a4(0x1f3)]=BrowserstackFormatter;
|
|
1
|
+
const a7_0x11f020=a7_0x5037;function a7_0x5037(_0x2849d0,_0x5998bb){const _0x994260=a7_0x9942();return a7_0x5037=function(_0x503779,_0x17901b){_0x503779=_0x503779-0x1e7;let _0x3cdb85=_0x994260[_0x503779];return _0x3cdb85;},a7_0x5037(_0x2849d0,_0x5998bb);}(function(_0x43bd0e,_0x31786c){const _0x44db95=a7_0x5037,_0x18d0c3=_0x43bd0e();while(!![]){try{const _0x2de3ed=parseInt(_0x44db95(0x1ed))/0x1*(parseInt(_0x44db95(0x1e9))/0x2)+parseInt(_0x44db95(0x1f9))/0x3*(-parseInt(_0x44db95(0x1ef))/0x4)+-parseInt(_0x44db95(0x1f8))/0x5*(parseInt(_0x44db95(0x211))/0x6)+parseInt(_0x44db95(0x1f0))/0x7*(parseInt(_0x44db95(0x223))/0x8)+-parseInt(_0x44db95(0x200))/0x9+-parseInt(_0x44db95(0x224))/0xa*(-parseInt(_0x44db95(0x227))/0xb)+-parseInt(_0x44db95(0x242))/0xc*(-parseInt(_0x44db95(0x241))/0xd);if(_0x2de3ed===_0x31786c)break;else _0x18d0c3['push'](_0x18d0c3['shift']());}catch(_0x1b123b){_0x18d0c3['push'](_0x18d0c3['shift']());}}}(a7_0x9942,0x1e4dc));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x11f020(0x233)),{Formatter}=requireModule(a7_0x11f020(0x205)),pickleParser=requireModule(a7_0x11f020(0x249),a7_0x11f020(0x205));class BrowserstackFormatter extends Formatter{constructor(_0x157b39){const _0x3ec62c=a7_0x11f020,_0x4f90dc={'FMrTQ':function(_0x559d34,_0x20628f){return _0x559d34!==_0x20628f;},'AZFDJ':function(_0xcb738d,_0x4002a9){return _0xcb738d!==_0x4002a9;},'JHeeB':function(_0x1dc97a,_0x5a3fd1){return _0x1dc97a(_0x5a3fd1);},'TqSfp':_0x3ec62c(0x209),'WfJmV':_0x3ec62c(0x228),'ZcDCe':_0x3ec62c(0x213),'LtlkH':'test-run-finished','FNOOv':'test-step-started'};super(_0x157b39),_0x157b39[_0x3ec62c(0x248)]['on'](_0x4f90dc['TqSfp'],()=>{const _0x244f16=_0x3ec62c;let _0x52b6f9;if(_0x4f90dc[_0x244f16(0x230)](process['env'][_0x244f16(0x22f)],undefined)){const _0x1d38a6=JSON[_0x244f16(0x1f3)](process[_0x244f16(0x217)][_0x244f16(0x22f)]);_0x52b6f9=_0x1d38a6[_0x244f16(0x22c)];}_0x4f90dc['AZFDJ'](_0x52b6f9,undefined)&&(global[_0x244f16(0x20a)]=_0x4f90dc[_0x244f16(0x23c)](getPlatformName,_0x52b6f9),console[_0x244f16(0x23a)](_0x244f16(0x221)+global[_0x244f16(0x20a)]));}),_0x157b39[_0x3ec62c(0x248)]['on'](_0x4f90dc[_0x3ec62c(0x20d)],()=>{testSuites+=0x1;}),_0x157b39[_0x3ec62c(0x248)]['on'](_0x4f90dc[_0x3ec62c(0x22e)],_0x42a1f1=>{const _0x28f484=_0x3ec62c;this[_0x28f484(0x243)](_0x42a1f1);}),_0x157b39[_0x3ec62c(0x248)]['on'](_0x4f90dc[_0x3ec62c(0x23d)],()=>{totalTests-=0x2;}),_0x157b39[_0x3ec62c(0x248)]['on'](_0x4f90dc[_0x3ec62c(0x1fe)],()=>{totalTests+=0x1;});}[a7_0x11f020(0x243)](_0x16c67d){const _0x58b9cb=a7_0x11f020,_0xdcb75e={'hpran':_0x58b9cb(0x21d),'cytDC':_0x58b9cb(0x237),'cnfRR':'SKIPPED','hJMAz':_0x58b9cb(0x1ec),'MfDQu':_0x58b9cb(0x24a),'Qomdb':_0x58b9cb(0x1ea),'vXHjx':_0x58b9cb(0x21f),'LhLaB':function(_0x5c2a0e,_0x399e28){return _0x5c2a0e+_0x399e28;},'jeprn':function(_0x23d1ad,_0x20aabe){return _0x23d1ad+_0x20aabe;},'FaTtZ':'\x20\x20\x20\x20','hQkBp':_0x58b9cb(0x20b),'kJVap':function(_0x569270,_0x78a761){return _0x569270(_0x78a761);},'qJIhp':'cucumber-js/test_old.setup.js','ahfgq':function(_0x1244e6,_0xab108a){return _0x1244e6(_0xab108a);},'pBklS':_0x58b9cb(0x212),'IwrMC':function(_0x356c61,_0x51033b){return _0x356c61+_0x51033b;},'eDqeY':_0x58b9cb(0x207),'xdaPG':function(_0x46d96d,_0x1c77ab){return _0x46d96d===_0x1c77ab;},'DQHoD':function(_0x488496,_0x54dba8,_0x13d4bc){return _0x488496(_0x54dba8,_0x13d4bc);},'yTOMY':_0x58b9cb(0x234),'eXedP':_0x58b9cb(0x201),'WsXEM':_0x58b9cb(0x238),'tTguy':function(_0x2a1623,_0x2e7045){return _0x2a1623!==_0x2e7045;},'zUOYC':function(_0x327073,_0x28e09e){return _0x327073+_0x28e09e;},'UdyxE':function(_0x46913d,_0x24b013){return _0x46913d+_0x24b013;},'tVNCL':_0x58b9cb(0x23e),'jtbrs':function(_0x32d9aa,_0x5734ea){return _0x32d9aa+_0x5734ea;},'VqaVs':function(_0x231b80,_0x578765){return _0x231b80+_0x578765;},'EkhLr':function(_0x431982,_0x1a4eae){return _0x431982+_0x1a4eae;},'hfxxK':function(_0x1173c8,_0x5ae0b7){return _0x1173c8<_0x5ae0b7;},'hUXQo':function(_0x48006d,_0x369cec){return _0x48006d+_0x369cec;},'ZTRSE':function(_0x42b7a9,_0x34fa88){return _0x42b7a9(_0x34fa88);},'XdGep':function(_0x51aa7a,_0xd41f89){return _0x51aa7a+_0xd41f89;},'QprLC':function(_0x20e98d,_0x79f828){return _0x20e98d===_0x79f828;},'JtrAi':function(_0x121c15,_0x424f29){return _0x121c15+_0x424f29;},'NXaoz':function(_0x7be2c,_0x3e2142){return _0x7be2c+_0x3e2142;}};let _0xbddad0=![];function _0x31748a(_0x5cf6e9){const _0x241cc6=_0x58b9cb;switch(_0x5cf6e9){case _0xdcb75e[_0x241cc6(0x21b)]:testsFailed+=0x1;break;case _0xdcb75e[_0x241cc6(0x20e)]:testsPassed+=0x1;break;case _0xdcb75e[_0x241cc6(0x21c)]:testsSkipped+=0x1;break;case _0xdcb75e[_0x241cc6(0x229)]:testsPending+=0x1;break;case _0xdcb75e[_0x241cc6(0x22b)]:testsUndefined+=0x1;break;case _0xdcb75e[_0x241cc6(0x1fc)]:testsUnknown+=0x1;break;case _0xdcb75e['vXHjx']:testsAmbiguous+=0x1;break;default:break;}}_0xdcb75e[_0x58b9cb(0x21a)](global[_0x58b9cb(0x20a)],undefined)&&console['log'](_0xdcb75e[_0x58b9cb(0x20c)](_0xdcb75e[_0x58b9cb(0x216)]('\x0a',global['__platform']),'\x0a'));let _0x128eed=![];if(_0xdcb75e[_0x58b9cb(0x21a)](typeof this[_0x58b9cb(0x244)][_0x58b9cb(0x240)],_0xdcb75e[_0x58b9cb(0x23f)])){var _0x397bbe=this[_0x58b9cb(0x244)][_0x58b9cb(0x240)](_0x16c67d[_0x58b9cb(0x236)]),_0x45583e=_0x397bbe[_0x58b9cb(0x218)],_0x234443=_0x397bbe[_0x58b9cb(0x1f2)];console[_0x58b9cb(0x23a)](_0xdcb75e[_0x58b9cb(0x235)]('\x20\x20',_0x45583e[_0x58b9cb(0x210)]));var _0x1ee08b=(0x0,pickleParser[_0x58b9cb(0x222)])(_0x45583e);_0x234443[_0x58b9cb(0x1ff)][_0x58b9cb(0x22d)](function(_0x276ac4){const _0x1cfb44=_0x58b9cb;if(_0x276ac4[_0x1cfb44(0x225)]&&_0x276ac4[_0x1cfb44(0x236)])_0xbddad0=!![],console[_0x1cfb44(0x23a)](_0xdcb75e[_0x1cfb44(0x1f1)](_0xdcb75e[_0x1cfb44(0x235)](_0xdcb75e['LhLaB'](_0xdcb75e[_0x1cfb44(0x206)],_0x1ee08b[_0x276ac4['sourceLocation']['line']][_0x1cfb44(0x214)]),_0xdcb75e[_0x1cfb44(0x220)]),_0x276ac4[_0x1cfb44(0x234)][_0x1cfb44(0x22a)][_0x1cfb44(0x1f5)]())),_0xdcb75e[_0x1cfb44(0x232)](_0x31748a,_0x276ac4[_0x1cfb44(0x234)][_0x1cfb44(0x22a)][_0x1cfb44(0x1f5)]());else _0x276ac4['actionLocation']&&(!_0x276ac4[_0x1cfb44(0x225)][_0x1cfb44(0x1ee)][_0x1cfb44(0x231)](_0xdcb75e[_0x1cfb44(0x1fd)])&&(_0xdcb75e['ahfgq'](_0x31748a,_0x276ac4['result']['status'][_0x1cfb44(0x1f5)]()),_0xbddad0?console[_0x1cfb44(0x23a)](_0xdcb75e[_0x1cfb44(0x235)](_0xdcb75e[_0x1cfb44(0x204)],_0x276ac4[_0x1cfb44(0x234)]['status'][_0x1cfb44(0x1f5)]())):console['log'](_0xdcb75e[_0x1cfb44(0x203)](_0xdcb75e['eDqeY'],_0x276ac4[_0x1cfb44(0x234)][_0x1cfb44(0x22a)][_0x1cfb44(0x1f5)]()))));if(_0xdcb75e['xdaPG'](_0x276ac4[_0x1cfb44(0x234)][_0x1cfb44(0x22a)][_0x1cfb44(0x1f5)](),_0xdcb75e['hpran'])){const _0x15772a=_0xdcb75e[_0x1cfb44(0x23b)](nestedKeyValue,_0x276ac4,[_0xdcb75e['yTOMY'],_0xdcb75e[_0x1cfb44(0x246)],_0xdcb75e[_0x1cfb44(0x1f4)]]);_0x15772a&&(testsErrorMessage[_0x45583e[_0x1cfb44(0x210)]]=_0x15772a,console['log'](_0xdcb75e[_0x1cfb44(0x1f1)](_0x15772a,'\x0a'))),_0x128eed=!![];}});}else{const _0x5d20f2=this[_0x58b9cb(0x244)]['getTestCaseAttempt'](_0x16c67d);console[_0x58b9cb(0x23a)](_0xdcb75e['jtbrs'](_0xdcb75e[_0x58b9cb(0x208)](_0xdcb75e[_0x58b9cb(0x239)]('\x20\x20',_0x5d20f2[_0x58b9cb(0x20f)][_0x58b9cb(0x21e)][_0x58b9cb(0x210)]),_0xdcb75e[_0x58b9cb(0x220)]),_0x5d20f2['pickle'][_0x58b9cb(0x210)]));const _0x355ae0=(0x0,pickleParser[_0x58b9cb(0x222)])(_0x5d20f2['pickle']),_0x2bb750=_0x5d20f2['testCase'][_0x58b9cb(0x1ff)],_0x4c5c1f=_0x5d20f2[_0x58b9cb(0x24b)],_0x29b799=_0x2bb750[_0x58b9cb(0x245)];for(let _0xb0c766=0x0;_0xdcb75e[_0x58b9cb(0x215)](_0xb0c766,_0x29b799);_0xb0c766++){const _0xa5feac=_0x2bb750[_0xb0c766];if(_0xa5feac[_0x58b9cb(0x225)]&&_0xa5feac[_0x58b9cb(0x236)])_0xbddad0=!![],console[_0x58b9cb(0x23a)](_0xdcb75e['IwrMC'](_0xdcb75e['IwrMC'](_0xdcb75e[_0x58b9cb(0x1e7)](_0xdcb75e[_0x58b9cb(0x206)],_0x355ae0[_0xa5feac[_0x58b9cb(0x236)][_0x58b9cb(0x1eb)]]['text']),_0xdcb75e[_0x58b9cb(0x220)]),_0x4c5c1f[_0xb0c766]['status'][_0x58b9cb(0x1f5)]())),_0xdcb75e[_0x58b9cb(0x1f7)](_0x31748a,_0x4c5c1f[_0xb0c766][_0x58b9cb(0x22a)]['toUpperCase']());else _0xa5feac[_0x58b9cb(0x225)]&&(!_0xa5feac[_0x58b9cb(0x225)][_0x58b9cb(0x1ee)][_0x58b9cb(0x231)](_0xdcb75e[_0x58b9cb(0x1fd)])&&(_0xdcb75e[_0x58b9cb(0x1e8)](_0x31748a,_0x4c5c1f[_0xb0c766][_0x58b9cb(0x22a)][_0x58b9cb(0x1f5)]()),_0xbddad0?console['log'](_0xdcb75e[_0x58b9cb(0x219)](_0xdcb75e[_0x58b9cb(0x204)],_0x4c5c1f[_0xb0c766]['status'][_0x58b9cb(0x1f5)]())):console['log'](_0xdcb75e[_0x58b9cb(0x226)](_0xdcb75e[_0x58b9cb(0x202)],_0x4c5c1f[_0xb0c766]['status']['toUpperCase']()))));if(_0xdcb75e[_0x58b9cb(0x1fa)](_0x4c5c1f[_0xb0c766]['status'][_0x58b9cb(0x1f5)](),_0xdcb75e[_0x58b9cb(0x21b)])){_0x128eed=!![];const _0x439789=_0xdcb75e['DQHoD'](nestedKeyValue,_0x4c5c1f[_0xb0c766],[_0xdcb75e['eXedP'],_0xdcb75e[_0x58b9cb(0x1f4)]]);_0x439789&&(testsErrorMessage[_0xdcb75e[_0x58b9cb(0x247)](_0xdcb75e[_0x58b9cb(0x20c)](_0x5d20f2['gherkinDocument'][_0x58b9cb(0x21e)]['name'],_0xdcb75e[_0x58b9cb(0x220)]),_0x5d20f2[_0x58b9cb(0x218)][_0x58b9cb(0x210)])]=_0x439789,console['log'](_0xdcb75e[_0x58b9cb(0x1fb)](_0x439789,'\x0a')));}}}_0x128eed&&(testSuitesFailed+=0x1),console[_0x58b9cb(0x23a)]('\x0a');}}function a7_0x9942(){const _0x543058=['FMrTQ','includes','kJVap','../../../helpers/helper','result','jeprn','sourceLocation','PASSED','stack','EkhLr','log','DQHoD','JHeeB','LtlkH','undefined','tVNCL','getTestCaseData','85072Mpdotv','108xJICLj','logTestCaseFinished','eventDataCollector','length','eXedP','JtrAi','eventBroadcaster','cucumber/lib/formatter/helpers/pickle_parser.js','UNDEFINED','stepResults','hUXQo','ZTRSE','92KHmcar','UNKNOWN','line','PENDING','5189ZtjKWV','uri','344IoPdGB','10178ZtLbfL','LhLaB','testCase','parse','WsXEM','toUpperCase','exports','ahfgq','5zgqXeO','3507ctnlnA','QprLC','NXaoz','Qomdb','qJIhp','FNOOv','steps','1899657hUfbtR','exception','eDqeY','IwrMC','pBklS','cucumber','FaTtZ','\x20\x20\x20\x20BEFORE\x20-\x20','VqaVs','test-run-started','__platform','\x20-\x20','zUOYC','WfJmV','cytDC','gherkinDocument','name','1081026XOgnUV','\x20\x20\x20\x20AFTER\x20-\x20','test-case-finished','text','hfxxK','UdyxE','env','pickle','jtbrs','tTguy','hpran','cnfRR','FAILED','feature','AMBIGUOUS','hQkBp','Executing\x20tests\x20for\x20','getStepLineToPickledStepMap','872ACHDZm','20crHpDf','actionLocation','XdGep','879043akFdQn','test-case-started','hJMAz','status','MfDQu','capability','forEach','ZcDCe','CONFIG'];a7_0x9942=function(){return _0x543058;};return a7_0x9942();}module[a7_0x11f020(0x1f6)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a8_0x528fc5=a8_0x521e;(function(_0x287a1a,_0x52db09){const _0xf70302=a8_0x521e,_0x562d0b=_0x287a1a();while(!![]){try{const _0x17e861=-parseInt(_0xf70302(0x109))/0x1*(parseInt(_0xf70302(0xdf))/0x2)+parseInt(_0xf70302(0x149))/0x3+-parseInt(_0xf70302(0x14e))/0x4+-parseInt(_0xf70302(0x15e))/0x5+parseInt(_0xf70302(0x165))/0x6*(parseInt(_0xf70302(0x113))/0x7)+-parseInt(_0xf70302(0xf9))/0x8+parseInt(_0xf70302(0xdb))/0x9;if(_0x17e861===_0x52db09)break;else _0x562d0b['push'](_0x562d0b['shift']());}catch(_0x3983ea){_0x562d0b['push'](_0x562d0b['shift']());}}}(a8_0x3a83,0xc9602));function a8_0x521e(_0xb47cf4,_0xf9cbc2){const _0x3a834b=a8_0x3a83();return a8_0x521e=function(_0x521ea9,_0x47b250){_0x521ea9=_0x521ea9-0xd6;let _0x1e1638=_0x3a834b[_0x521ea9];return _0x1e1638;},a8_0x521e(_0xb47cf4,_0xf9cbc2);}const path=require(a8_0x528fc5(0x159)),util=require(a8_0x528fc5(0x117)),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x528fc5(0x114)),logger=require(a8_0x528fc5(0x15a))[a8_0x528fc5(0xe5)],{o11yClassErrorHandler}=require(a8_0x528fc5(0x12a)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x528fc5(0xeb));this[a8_0x528fc5(0x15b)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x528fc5(0xff)](_0x45402d,_0x25116c,_0xcc9bc2,_0x2c7e92,_0x43ae29){const _0x47211c=a8_0x528fc5,_0x20f37c={'EhNpg':function(_0x4e4648,_0x10b9e0){return _0x4e4648===_0x10b9e0;},'rRIZh':_0x47211c(0xd8),'umjRD':_0x47211c(0x10f),'GnZoZ':function(_0x52e6cb,_0x2fb7c7){return _0x52e6cb===_0x2fb7c7;},'mSCOs':_0x47211c(0xe6),'wmNwW':_0x47211c(0xef),'IHVzk':function(_0x4f0665,_0x26d93f){return _0x4f0665||_0x26d93f;},'InNfV':function(_0x41cd53,_0x19742f){return _0x41cd53+_0x19742f;},'kpsYy':'test','fdOen':'javascript','YBtyK':_0x47211c(0x14a),'ltdQg':_0x47211c(0xf8),'upPDO':_0x47211c(0xec),'LqfOd':function(_0x2838a3,_0x58f494){return _0x2838a3!==_0x58f494;},'CktfJ':function(_0x982357,_0x44adaa){return _0x982357/_0x44adaa;},'qzOQN':function(_0x471ca8,_0x1b02dc){return _0x471ca8===_0x1b02dc;},'mLtYL':_0x47211c(0x13d),'AhzoE':function(_0x319b7f,_0x2c213c){return _0x319b7f(_0x2c213c);},'WAbjo':_0x47211c(0xe8),'RBdTt':_0x47211c(0x11e),'tAUqM':_0x47211c(0x127),'mdnvk':function(_0x181d54,_0x9f4700){return _0x181d54===_0x9f4700;},'ZGXMS':'TestRunFinished','ejjhp':function(_0x4c76be,_0x2cd6a6){return _0x4c76be>_0x2cd6a6;}},{feature:_0x83e932,scenario:_0x3e57ed,steps:_0x1e081a,uuid:_0x3ca612,startedAt:_0x4c129e,finishedAt:_0x2bf443}=_0x20f37c['IHVzk'](_0x43ae29,{}),_0x5004c0=this[_0x47211c(0xd6)](_0x25116c,_0xcc9bc2);await this[_0x47211c(0x121)]();const _0x56b1c4=_0x5004c0?_0x20f37c[_0x47211c(0x141)](_0x20f37c[_0x47211c(0x141)](_0x20f37c[_0x47211c(0x141)](_0xcc9bc2[_0x47211c(0xfd)],'\x20('),_0x5004c0[_0x47211c(0x129)](',\x20')),')'):_0xcc9bc2['name'],_0x338f04={'uuid':_0x3ca612,'started_at':_0x4c129e,'finished_at':_0x2bf443,'type':_0x20f37c['kpsYy'],'body':{'lang':_0x20f37c['fdOen'],'code':null},'name':_0x56b1c4,'scopes':[_0x83e932&&_0x83e932[_0x47211c(0xfd)]?_0x83e932[_0x47211c(0xfd)]:''],'tags':_0xcc9bc2['tags']?_0xcc9bc2[_0x47211c(0x11b)][_0x47211c(0x11c)](({name:_0x50fd95})=>_0x50fd95):[],'file_name':_0xcc9bc2[_0x47211c(0xf6)],'location':_0xcc9bc2['uri'],'vc_filepath':this[_0x47211c(0x139)]&&_0xcc9bc2[_0x47211c(0xf6)]?path['relative'](this['_gitConfigPath'],_0xcc9bc2['uri']):null,'framework':_0x20f37c[_0x47211c(0x140)],'result':_0x20f37c['ltdQg'],'meta':{'feature':_0x83e932,'scenario':_0x3e57ed,'steps':_0x1e081a,'examples':_0x5004c0},'customRerunParam':{'rerun_name':_0x56b1c4}};if(_0x45402d[_0x47211c(0x10d)]&&_0x1e081a){const _0x91fbed=_0x45402d[_0x47211c(0x10d)];let _0x2f064a=_0x20f37c[_0x47211c(0xfb)];_0x1e081a[_0x47211c(0x133)](_0x2766cf=>{const _0x4826e6=_0x47211c;if(_0x20f37c['EhNpg'](_0x2766cf[_0x4826e6(0x134)],_0x20f37c['rRIZh']))return _0x2f064a=_0x20f37c[_0x4826e6(0xe7)],_0x91fbed['failure']=_0x2766cf[_0x4826e6(0xde)],_0x91fbed[_0x4826e6(0xfe)]=_0x2766cf[_0x4826e6(0xfe)],![];else{if(_0x20f37c['GnZoZ'](_0x2766cf[_0x4826e6(0x134)],_0x20f37c[_0x4826e6(0x13c)]))return _0x2f064a=_0x20f37c[_0x4826e6(0x155)],![];}return!![];}),_0x338f04[_0x47211c(0xdd)]=new Date()['toISOString'](),_0x338f04[_0x47211c(0x134)]=_0x2f064a;_0x91fbed[_0x47211c(0x125)]&&_0x20f37c[_0x47211c(0xda)](_0x91fbed[_0x47211c(0x125)][_0x47211c(0xf5)],undefined)?_0x338f04[_0x47211c(0xe3)]=_0x20f37c[_0x47211c(0x102)](_0x91fbed[_0x47211c(0x125)]['nanos'],0xf4240):_0x338f04[_0x47211c(0xe3)]=undefined;if(_0x20f37c[_0x47211c(0x13b)](_0x2f064a,_0x20f37c[_0x47211c(0xe7)])){const {default:_0x267167}=await import(_0x20f37c[_0x47211c(0x107)]);_0x338f04[_0x47211c(0xde)]=[{'backtrace':[_0x91fbed[_0x47211c(0xde)]?_0x20f37c[_0x47211c(0x120)](_0x267167,_0x91fbed[_0x47211c(0xde)]):_0x20f37c[_0x47211c(0x16a)]]}],_0x338f04[_0x47211c(0x10e)]=_0x91fbed[_0x47211c(0xde)]?_0x20f37c['AhzoE'](_0x267167,_0x91fbed['failure']):_0x91fbed[_0x47211c(0x160)],_0x91fbed[_0x47211c(0xfe)]&&(_0x338f04[_0x47211c(0xfa)]=_0x91fbed['failureType'][_0x47211c(0x124)](/AssertError/)?_0x20f37c[_0x47211c(0x16c)]:_0x20f37c[_0x47211c(0x145)]);}}if(_0x20f37c[_0x47211c(0x167)](_0x2c7e92,_0x20f37c[_0x47211c(0xd9)])){const _0x214a9c=this[_0x47211c(0x16b)](_0x45402d[_0x47211c(0x10d)]['testCaseStartedId']);_0x214a9c&&_0x20f37c[_0x47211c(0x14d)](_0x214a9c[_0x47211c(0x14c)],0x0)&&(_0x338f04['hooks']=_0x214a9c,this[_0x47211c(0x12d)](_0x45402d[_0x47211c(0x10d)]['testCaseStartedId'],_0x338f04));}testhubUtils[_0x47211c(0xe1)](_0x338f04,_0x2c7e92,'',FRAMEWORKS[_0x47211c(0x135)]);const _0x116a4b={};_0x116a4b[_0x47211c(0xdc)]=_0x2c7e92,_0x116a4b[_0x47211c(0xf0)]=_0x338f04;const _0x47b4ef=_0x116a4b;await SessionHandler[_0x47211c(0x168)](_0x47b4ef);}[a8_0x528fc5(0x12d)](_0x7a1751,_0x3641c2){const _0x2d25ea=a8_0x528fc5,_0x55503c={};_0x55503c[_0x2d25ea(0x164)]=function(_0xc6f3ed,_0x5822ab){return _0xc6f3ed instanceof _0x5822ab;},_0x55503c[_0x2d25ea(0x10b)]=function(_0x2cbeb6,_0x4be200){return _0x2cbeb6===_0x4be200;},_0x55503c[_0x2d25ea(0x158)]='failed',_0x55503c[_0x2d25ea(0x103)]=_0x2d25ea(0xe2),_0x55503c[_0x2d25ea(0x123)]=function(_0x285469,_0x5025f9){return _0x285469 instanceof _0x5025f9;};const _0x46b05e=_0x55503c,_0x1f6186=hooksMap[_0x7a1751];if(_0x46b05e[_0x2d25ea(0x164)](_0x1f6186,Array))for(const _0xf0002e of _0x1f6186){if(_0x46b05e[_0x2d25ea(0x10b)](_0xf0002e[_0x2d25ea(0x134)],_0x46b05e[_0x2d25ea(0x158)])){const _0x5deb95=_0x46b05e[_0x2d25ea(0x103)][_0x2d25ea(0x142)]('|');let _0x4c3c97=0x0;while(!![]){switch(_0x5deb95[_0x4c3c97++]){case'0':return _0x3641c2;case'1':_0x3641c2['failure_reason']=_0x46b05e[_0x2d25ea(0x123)](_0xf0002e[_0x2d25ea(0x13e)],Array)?_0xf0002e[_0x2d25ea(0x13e)][0x0][_0x2d25ea(0x12e)]['join']('\x0a'):'';continue;case'2':_0x3641c2['failure']=_0xf0002e[_0x2d25ea(0x13e)];continue;case'3':_0x3641c2[_0x2d25ea(0xfa)]=_0xf0002e[_0x2d25ea(0xfa)];continue;case'4':_0x3641c2[_0x2d25ea(0x134)]=_0xf0002e[_0x2d25ea(0x134)];continue;}break;}}};}['getHooksListForTest'](_0x56e9c0){const _0x7622ef=a8_0x528fc5;if(hooksMap[_0x56e9c0])return hooksMap[_0x56e9c0][_0x7622ef(0x11c)](_0x2a23fd=>_0x2a23fd[_0x7622ef(0x112)]);return[];}[a8_0x528fc5(0xf7)](_0x3b1191,_0x5800cb,_0x59fa50,_0x181966,_0x1e7e80,_0x13200c){const _0x4fd229=a8_0x528fc5,_0x282b0c={'IglTF':function(_0x240113,_0x4ef9ad){return _0x240113===_0x4ef9ad;},'uXBuV':_0x4fd229(0x10a),'ZwLtb':function(_0x19c2b0,_0x3b1a1f,_0x1be74e){return _0x19c2b0(_0x3b1a1f,_0x1be74e);},'jOVpi':_0x4fd229(0x10c),'cpAQB':_0x4fd229(0xf6),'nYKHY':_0x4fd229(0xf8),'OSLAf':_0x4fd229(0x15c),'DKdnC':'javascript','bTGUu':'feature','ERLmY':'name','KyPgW':_0x4fd229(0x14a)};try{if(_0x282b0c[_0x4fd229(0x136)](_0x59fa50,_0x282b0c[_0x4fd229(0x119)])){const _0x179aff=new Date()['toISOString'](),_0x55e9b6=hooksMap[_0x5800cb];if(!_0x55e9b6)return;const _0x838f1=_0x55e9b6[_0x4fd229(0x15d)](_0x379591=>_0x379591['uuid']===_0x181966['id']);if(!_0x838f1)return;const _0x5cc96e=this[_0x4fd229(0x13a)](_0x3b1191,_0x5800cb);_0x838f1['result']=_0x5cc96e[_0x4fd229(0x128)],_0x838f1[_0x4fd229(0xdd)]=_0x179aff,_0x838f1[_0x4fd229(0xfa)]=_0x5cc96e['failureType'];const _0x577458={};return _0x577458[_0x4fd229(0x12e)]=_0x5cc96e['failureData'],_0x838f1[_0x4fd229(0x13e)]=[_0x577458],_0x838f1;}const _0x5371b4=TestDetails['getTestUUID'](_0x5800cb),_0x2199b7=_0x3b1191[_0x4fd229(0xf3)][_0x4fd229(0x15d)](_0x4e8f9a=>_0x4e8f9a['id']===_0x181966[_0x4fd229(0x14f)]),_0xd4d82c=_0x282b0c[_0x4fd229(0x105)](nestedKeyValue,_0x2199b7,[_0x282b0c[_0x4fd229(0x118)],_0x282b0c[_0x4fd229(0xd7)]]),_0x15315d=new Date()[_0x4fd229(0x162)](),_0x19f920=_0x282b0c[_0x4fd229(0x11a)],_0x30b395=_0x2199b7[_0x4fd229(0xf4)]?_0x2199b7['tagExpression'][_0x4fd229(0x142)]('\x20')[_0x4fd229(0x166)](_0x38cfc8=>_0x38cfc8[_0x4fd229(0x137)]('@')):[],_0x27ccc6={'uuid':_0x181966['id'],'type':_0x282b0c[_0x4fd229(0x16d)],'hook_type':_0x13200c,'name':_0x2199b7[_0x4fd229(0xfd)],'body':{'lang':_0x282b0c['DKdnC'],'code':null},'tags':_0x30b395,'test_run_id':_0x5371b4,'scope':_0x282b0c[_0x4fd229(0x105)](nestedKeyValue,_0x1e7e80,[_0x282b0c[_0x4fd229(0x143)],_0x282b0c[_0x4fd229(0x146)]]),'scopes':[_0x282b0c[_0x4fd229(0x105)](nestedKeyValue,_0x1e7e80,[_0x282b0c[_0x4fd229(0x143)],_0x282b0c[_0x4fd229(0x146)]])||''],'file_name':_0xd4d82c,'location':_0xd4d82c,'vc_filepath':this['_gitConfigPath']?path[_0x4fd229(0xea)](this[_0x4fd229(0x139)],_0xd4d82c):null,'result':_0x19f920,'started_at':_0x15315d,'framework':_0x282b0c[_0x4fd229(0xed)]};return _0x27ccc6;}catch(_0x3ec940){logger['debug']('Exception\x20in\x20getHookRunEventData:\x20'+util[_0x4fd229(0x132)](_0x3ec940)+'\x20');}}async[a8_0x528fc5(0x100)](_0x4a4ab4,_0x390a86,_0x197e6c,_0x23916f,_0x1ee0e3,_0x1a8b24){const _0x5035d0=a8_0x528fc5,_0x3376b3={'wtYhg':function(_0x1633d9,_0x314969){return _0x1633d9===_0x314969;},'LxZBE':'HookRunStarted','dMJfI':function(_0x158d30,_0x5a3d52,_0x21359d){return _0x158d30(_0x5a3d52,_0x21359d);},'LmmPK':_0x5035d0(0x10c),'MLRwr':'uri','XCwUe':_0x5035d0(0x110)};try{const _0x50759f=_0x23916f[_0x5035d0(0x15d)](_0x26342b=>_0x26342b['id']===_0x1ee0e3);if(!_0x50759f[_0x5035d0(0x14f)])return;const _0x30c519=this['getCucumberHookType'](_0x23916f,_0x50759f),_0x8ecbba=this['getHookRunEventData'](_0x4a4ab4,_0x390a86,_0x197e6c,_0x50759f,_0x1a8b24,_0x30c519);if(!_0x8ecbba)return;_0x3376b3[_0x5035d0(0x152)](_0x197e6c,_0x3376b3[_0x5035d0(0x15f)])&&(hooksMap[_0x390a86]?hooksMap[_0x390a86][_0x5035d0(0x126)](_0x8ecbba):hooksMap[_0x390a86]=[_0x8ecbba]);const _0x2ded84=_0x4a4ab4[_0x5035d0(0xf3)]['find'](_0x59bf7a=>_0x59bf7a['id']===_0x50759f[_0x5035d0(0x14f)]),_0x356e4f=_0x3376b3[_0x5035d0(0x122)](nestedKeyValue,_0x2ded84,[_0x3376b3[_0x5035d0(0x161)],_0x3376b3['MLRwr']]);if(!_0x356e4f)return;else{if(_0x356e4f[_0x5035d0(0x137)](_0x3376b3[_0x5035d0(0x101)]))return;}const _0x77fedb={};_0x77fedb[_0x5035d0(0xdc)]=_0x197e6c,_0x77fedb[_0x5035d0(0x108)]=_0x8ecbba;const _0x3557b0=_0x77fedb;await SessionHandler['uploadEventData'](_0x3557b0);}catch(_0x38e385){logger[_0x5035d0(0x131)](_0x5035d0(0x11f)+util[_0x5035d0(0x132)](_0x38e385)+'\x20');}}[a8_0x528fc5(0x13a)](_0x3be967,_0x4eb3ce){const _0x73285d=a8_0x528fc5,_0x24441e={};_0x24441e[_0x73285d(0xee)]=function(_0x47a834,_0x4ee3b2){return _0x47a834===_0x4ee3b2;},_0x24441e['jMKyd']='failed',_0x24441e[_0x73285d(0xe9)]=function(_0x1e0e8a,_0x1d9e46){return _0x1e0e8a===_0x1d9e46;},_0x24441e[_0x73285d(0x12c)]=function(_0x45520e,_0x2c54ea){return _0x45520e===_0x2c54ea;},_0x24441e[_0x73285d(0xf2)]=_0x73285d(0x127),_0x24441e[_0x73285d(0x104)]=_0x73285d(0x11e),_0x24441e[_0x73285d(0x148)]=function(_0x2c41f0,_0x50f410){return _0x2c41f0||_0x50f410;};const _0x39a99c=_0x24441e,_0x54c87a=_0x3be967[_0x73285d(0x150)][_0x4eb3ce]['testStepResult'];let _0x24fb37,_0x518d34;return _0x54c87a&&_0x39a99c[_0x73285d(0xee)](_0x54c87a[_0x73285d(0x128)]['toString']()[_0x73285d(0xf1)](),_0x39a99c[_0x73285d(0x12f)])&&(_0x24fb37=_0x39a99c[_0x73285d(0xe9)](_0x54c87a[_0x73285d(0xfc)],undefined)?_0x54c87a['message']:_0x54c87a[_0x73285d(0xfc)]['message'],_0x518d34=_0x39a99c['xVDcN'](_0x54c87a[_0x73285d(0xfc)],undefined)?_0x39a99c[_0x73285d(0xf2)]:_0x54c87a[_0x73285d(0x160)][_0x73285d(0x124)](/Assert/)?_0x39a99c[_0x73285d(0x104)]:_0x39a99c['ibWRx']),{'status':_0x54c87a[_0x73285d(0x128)][_0x73285d(0xf1)](),'failureType':_0x39a99c[_0x73285d(0x148)](_0x518d34,null),'failureData':!_0x24fb37?null:[_0x24fb37]};}[a8_0x528fc5(0x169)](_0x20676b,_0x179792){const _0x1da63c=a8_0x528fc5,_0x2e38e2={};_0x2e38e2[_0x1da63c(0x156)]=function(_0x8a1606,_0x275707){return _0x8a1606===_0x275707;},_0x2e38e2['EHJiI']='AFTER_EACH',_0x2e38e2['zQPWB']='BEFORE_EACH';const _0x5eda96=_0x2e38e2;let _0x1df7db=![];for(const _0x2f9715 of _0x20676b){_0x2f9715[_0x1da63c(0x111)]&&(_0x1df7db=!![]);if(_0x5eda96[_0x1da63c(0x156)](_0x179792['id'],_0x2f9715['id']))return _0x1df7db?_0x5eda96[_0x1da63c(0x130)]:_0x5eda96[_0x1da63c(0x163)];}}[a8_0x528fc5(0xd6)]=(_0x3ba38b,_0x345e5d)=>{const _0x3af744=a8_0x528fc5,_0x13494c={};_0x13494c[_0x3af744(0x106)]=function(_0x4839a6,_0x116116){return _0x4839a6===_0x116116;},_0x13494c['kRiaj']=function(_0x48ab5d,_0x566e98){return _0x48ab5d===_0x566e98;},_0x13494c[_0x3af744(0x14b)]=function(_0x6b6f3,_0x3a08b0){return _0x6b6f3>_0x3a08b0;};const _0x36ecba=_0x13494c;if(!(_0x345e5d[_0x3af744(0x138)]&&_0x36ecba[_0x3af744(0x14b)](_0x345e5d['astNodeIds'][_0x3af744(0x14c)],0x1)))return;const _0x1f9c15=_0x345e5d['astNodeIds'][0x0],_0x59109b=_0x345e5d[_0x3af744(0x138)][0x1],_0x56e423=_0x3ba38b[_0x3af744(0x151)]&&_0x3ba38b[_0x3af744(0x151)][_0x3af744(0x144)]?_0x3ba38b[_0x3af744(0x151)]['children']:undefined;let _0x456592=[];_0x56e423&&_0x56e423[_0x3af744(0x11d)](_0x41bbf8=>{const _0x200dcf=_0x3af744,_0x2d7ee8={'qIGGS':function(_0x3502a7,_0x238512){const _0x48807a=a8_0x521e;return _0x36ecba[_0x48807a(0x106)](_0x3502a7,_0x238512);}};if(_0x41bbf8[_0x200dcf(0x153)])_0x41bbf8['rule'][_0x200dcf(0x144)][_0x200dcf(0x11d)](_0x28dab1=>{const _0x1641ea=_0x200dcf;if(_0x28dab1[_0x1641ea(0x116)]&&_0x2d7ee8[_0x1641ea(0x115)](_0x28dab1[_0x1641ea(0x116)]['id'],_0x1f9c15)&&_0x28dab1[_0x1641ea(0x116)][_0x1641ea(0x147)]){const _0x4f9c6c=_0x28dab1[_0x1641ea(0x116)][_0x1641ea(0x147)][_0x1641ea(0x154)](_0x460935=>_0x460935[_0x1641ea(0x13f)])[_0x1641ea(0x15d)](_0x11f467=>_0x11f467['id']===_0x59109b);let _0x555850;_0x4f9c6c&&_0x4f9c6c['cells']?_0x555850=_0x4f9c6c[_0x1641ea(0x157)]['map'](_0x4589f9=>_0x4589f9[_0x1641ea(0xe4)]):_0x555850=[],_0x555850&&(_0x456592=_0x555850);}});else{if(_0x41bbf8[_0x200dcf(0x116)]&&_0x36ecba['kRiaj'](_0x41bbf8[_0x200dcf(0x116)]['id'],_0x1f9c15)&&_0x41bbf8[_0x200dcf(0x116)][_0x200dcf(0x147)]){const _0xb6e817=_0x41bbf8[_0x200dcf(0x116)][_0x200dcf(0x147)][_0x200dcf(0x154)](_0x3ca343=>_0x3ca343['tableBody'])[_0x200dcf(0x15d)](_0x7e79af=>_0x7e79af['id']===_0x59109b);let _0x20a29e;_0xb6e817&&_0xb6e817[_0x200dcf(0x157)]?_0x20a29e=_0xb6e817[_0x200dcf(0x157)]['map'](_0x5480b5=>_0x5480b5[_0x200dcf(0xe4)]):_0x20a29e=[],_0x20a29e&&(_0x456592=_0x20a29e);}}});if(_0x456592[_0x3af744(0x14c)])return _0x456592;return;};async[a8_0x528fc5(0x121)](){const _0x205808=a8_0x528fc5,_0x4bdc32={'ExpTJ':function(_0x4f2c25){return _0x4f2c25();}};if(this[_0x205808(0x15b)])return this['_gitConfigPath'];const _0x4602e4=await _0x4bdc32[_0x205808(0xe0)](getGitMetaData);_0x4602e4&&(this['_gitConfigPath']=_0x4602e4['root']),this[_0x205808(0x15b)]=!![];}}function a8_0x3a83(){const _0x4b485d=['includes','astNodeIds','_gitConfigPath','getHookResult','qzOQN','mSCOs','strip-ansi','failure_data','tableBody','YBtyK','InNfV','split','bTGUu','children','tAUqM','ERLmY','examples','uQMAd','1180530IadVkm','cucumber','XGMkP','length','ejjhp','1807400OGjeBe','hookId','testStepFinished','feature','wtYhg','rule','flatMap','wmNwW','aPxoX','cells','YpcaV','path','../../helpers/logger','_gitConfigured','hook','find','726245xEujem','LxZBE','message','LmmPK','toISOString','zQPWB','LwljF','636hGEXky','filter','mdnvk','uploadEventData','getCucumberHookType','WAbjo','getHooksListForTest','RBdTt','OSLAf','getScenarioExamples','cpAQB','FAILED','ZGXMS','LqfOd','33707790LtPoAj','event_type','finished_at','failure','28neHfWg','ExpTJ','appendTesthubParams','4|2|1|3|0','duration_in_ms','value','winstonLogger','SKIPPED','umjRD','unknown','qSjpz','relative','../playwright/reporter/test-details','passed','KyPgW','oSlUz','skipped','test_run','toLowerCase','ibWRx','hooks','tagExpression','nanos','uri','getHookRunEventData','pending','12874536sNkGAw','failure_type','upPDO','exception','name','failureType','sendTestRunEventForCucumber','sendHook','XCwUe','CktfJ','WXQwR','TTKHs','ZwLtb','OAAsn','mLtYL','hook_run','100297evmXQN','HookRunFinished','jfMZC','sourceReference','testCaseFinished','failure_reason','failed','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','pickleStepId','uuid','19586FfeSUG','../../helpers/helper','qIGGS','scenario','util','jOVpi','uXBuV','nYKHY','tags','map','forEach','AssertionError','Exception\x20in\x20sendHook:\x20','AhzoE','configureGit','dMJfI','uFXQK','match','timestamp','push','UnhandledError','status','join','../../helpers/test-observability/error-handler','exports','xVDcN','updateTestStatus','backtrace','jMKyd','EHJiI','debug','format','every','result','CUCUMBER','IglTF'];a8_0x3a83=function(){return _0x4b485d;};return a8_0x3a83();}module[a8_0x528fc5(0x12b)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x528fc5(0x121),a8_0x528fc5(0xd6),a8_0x528fc5(0x169),a8_0x528fc5(0x13a),a8_0x528fc5(0x100),a8_0x528fc5(0xf7),a8_0x528fc5(0xff)]);
|
|
1
|
+
const a8_0x18cdd9=a8_0x2b8f;(function(_0xef3baf,_0x24ad23){const _0x353acc=a8_0x2b8f,_0x4c1dc7=_0xef3baf();while(!![]){try{const _0x4bda90=-parseInt(_0x353acc(0xd2))/0x1+-parseInt(_0x353acc(0xf6))/0x2+-parseInt(_0x353acc(0x10f))/0x3*(-parseInt(_0x353acc(0xf1))/0x4)+parseInt(_0x353acc(0x81))/0x5+-parseInt(_0x353acc(0xc7))/0x6*(parseInt(_0x353acc(0xeb))/0x7)+parseInt(_0x353acc(0xc1))/0x8+parseInt(_0x353acc(0x98))/0x9;if(_0x4bda90===_0x24ad23)break;else _0x4c1dc7['push'](_0x4c1dc7['shift']());}catch(_0x3b0026){_0x4c1dc7['push'](_0x4c1dc7['shift']());}}}(a8_0x32e3,0x72da3));const path=require('path'),util=require('util'),hooksMap={},SessionHandler=require(a8_0x18cdd9(0xf0)),testhubUtils=require(a8_0x18cdd9(0xed)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x18cdd9(0xb8)),logger=require(a8_0x18cdd9(0xc6))[a8_0x18cdd9(0x107)],{o11yClassErrorHandler}=require(a8_0x18cdd9(0x9d)),{FRAMEWORKS}=require(a8_0x18cdd9(0x113)),TestDetails=require(a8_0x18cdd9(0x83));this[a8_0x18cdd9(0x8b)]=![],this[a8_0x18cdd9(0x114)]=null;function a8_0x2b8f(_0x166965,_0x43c54b){const _0x32e38f=a8_0x32e3();return a8_0x2b8f=function(_0x2b8fde,_0x35b0b4){_0x2b8fde=_0x2b8fde-0x7c;let _0x1812c9=_0x32e38f[_0x2b8fde];return _0x1812c9;},a8_0x2b8f(_0x166965,_0x43c54b);}class TestObservabilityReporter{async[a8_0x18cdd9(0x94)](_0x5d4746,_0x296d21,_0x1277ad,_0x3bc688,_0x465c8c){const _0x2cc4f5=a8_0x18cdd9,_0x1edc4a={'MVxkN':function(_0x196da7,_0x18743b){return _0x196da7===_0x18743b;},'WIWqI':_0x2cc4f5(0x119),'lVxaG':_0x2cc4f5(0xd6),'hzWnD':function(_0x3d1143,_0x10e752){return _0x3d1143===_0x10e752;},'bqjfH':_0x2cc4f5(0xe7),'movzL':_0x2cc4f5(0xe6),'xhoef':function(_0x2ee600,_0x259d89){return _0x2ee600||_0x259d89;},'rwXAj':function(_0x84fcba,_0x521dc0){return _0x84fcba+_0x521dc0;},'pnpIu':function(_0x397688,_0x4a2db0){return _0x397688+_0x4a2db0;},'BSUVv':function(_0x22ab29,_0x48b9df){return _0x22ab29+_0x48b9df;},'wwagy':_0x2cc4f5(0xb0),'ZrxTf':'javascript','MjOIj':'cucumber','GcUQU':_0x2cc4f5(0x92),'AtROF':'passed','XZuDL':function(_0x39fb5d,_0x524551){return _0x39fb5d!==_0x524551;},'GUpcV':function(_0x12e0a1,_0x2e15a0){return _0x12e0a1/_0x2e15a0;},'SIzBd':_0x2cc4f5(0xe8),'RhLeR':function(_0x1120f4,_0x2a239f){return _0x1120f4(_0x2a239f);},'XLmNt':'unknown','xQhva':function(_0xc83b1e,_0x2cb4ce){return _0xc83b1e(_0x2cb4ce);},'oKlLl':_0x2cc4f5(0x115),'ClYxD':_0x2cc4f5(0xb6),'MzEJh':_0x2cc4f5(0x84),'TzGpE':function(_0x2e172f,_0xb2e83){return _0x2e172f>_0xb2e83;}},{feature:_0x4ed744,scenario:_0x53b83c,steps:_0xfbd6cf,uuid:_0x5618c0,startedAt:_0x6fada5,finishedAt:_0x3cca29}=_0x1edc4a[_0x2cc4f5(0x8f)](_0x465c8c,{}),_0x242906=this['getScenarioExamples'](_0x296d21,_0x1277ad);await this[_0x2cc4f5(0xfd)]();const _0x4bdb42=_0x242906?_0x1edc4a[_0x2cc4f5(0xa1)](_0x1edc4a[_0x2cc4f5(0xd9)](_0x1edc4a[_0x2cc4f5(0xad)](_0x1277ad[_0x2cc4f5(0x109)],'\x20('),_0x242906[_0x2cc4f5(0x101)](',\x20')),')'):_0x1277ad[_0x2cc4f5(0x109)],_0x3a0c74={'uuid':_0x5618c0,'started_at':_0x6fada5,'finished_at':_0x3cca29,'type':_0x1edc4a[_0x2cc4f5(0xf9)],'body':{'lang':_0x1edc4a[_0x2cc4f5(0xe5)],'code':null},'name':_0x4bdb42,'scopes':[_0x4ed744&&_0x4ed744[_0x2cc4f5(0x109)]?_0x4ed744[_0x2cc4f5(0x109)]:''],'tags':_0x1277ad[_0x2cc4f5(0x8e)]?_0x1277ad[_0x2cc4f5(0x8e)][_0x2cc4f5(0xa4)](({name:_0x2538f5})=>_0x2538f5):[],'file_name':_0x1277ad[_0x2cc4f5(0x102)],'location':_0x1277ad[_0x2cc4f5(0x102)],'vc_filepath':this['_gitConfigPath']&&_0x1277ad[_0x2cc4f5(0x102)]?path['relative'](this[_0x2cc4f5(0x114)],_0x1277ad[_0x2cc4f5(0x102)]):null,'framework':_0x1edc4a[_0x2cc4f5(0xfe)],'result':_0x1edc4a[_0x2cc4f5(0xcd)],'meta':{'feature':_0x4ed744,'scenario':_0x53b83c,'steps':_0xfbd6cf,'examples':_0x242906},'customRerunParam':{'rerun_name':_0x4bdb42}};if(_0x5d4746['testCaseFinished']&&_0xfbd6cf){const _0x43918e=_0x5d4746[_0x2cc4f5(0x112)];let _0x38d08c=_0x1edc4a[_0x2cc4f5(0xf5)];_0xfbd6cf['every'](_0x1c9c2d=>{const _0x435b9e=_0x2cc4f5;if(_0x1edc4a[_0x435b9e(0xae)](_0x1c9c2d['result'],_0x1edc4a['WIWqI']))return _0x38d08c=_0x1edc4a['lVxaG'],_0x43918e['failure']=_0x1c9c2d[_0x435b9e(0xf3)],_0x43918e[_0x435b9e(0xf2)]=_0x1c9c2d[_0x435b9e(0xf2)],![];else{if(_0x1edc4a[_0x435b9e(0xdf)](_0x1c9c2d['result'],_0x1edc4a[_0x435b9e(0xd3)]))return _0x38d08c=_0x1edc4a[_0x435b9e(0x100)],![];}return!![];}),_0x3a0c74[_0x2cc4f5(0xee)]=new Date()[_0x2cc4f5(0x8a)](),_0x3a0c74[_0x2cc4f5(0xaf)]=_0x38d08c;_0x43918e[_0x2cc4f5(0x93)]&&_0x1edc4a[_0x2cc4f5(0xf8)](_0x43918e[_0x2cc4f5(0x93)]['nanos'],undefined)?_0x3a0c74[_0x2cc4f5(0x80)]=_0x1edc4a[_0x2cc4f5(0xb9)](_0x43918e['timestamp'][_0x2cc4f5(0x82)],0xf4240):_0x3a0c74['duration_in_ms']=undefined;if(_0x1edc4a[_0x2cc4f5(0xdf)](_0x38d08c,_0x1edc4a[_0x2cc4f5(0x10a)])){const {default:_0x199ad4}=await import(_0x1edc4a[_0x2cc4f5(0xc9)]);_0x3a0c74[_0x2cc4f5(0xf3)]=[{'backtrace':[_0x43918e[_0x2cc4f5(0xf3)]?_0x1edc4a[_0x2cc4f5(0xb1)](_0x199ad4,_0x43918e[_0x2cc4f5(0xf3)]):_0x1edc4a[_0x2cc4f5(0xc3)]]}],_0x3a0c74[_0x2cc4f5(0x87)]=_0x43918e[_0x2cc4f5(0xf3)]?_0x1edc4a['xQhva'](_0x199ad4,_0x43918e[_0x2cc4f5(0xf3)]):_0x43918e[_0x2cc4f5(0x116)],_0x43918e[_0x2cc4f5(0xf2)]&&(_0x3a0c74[_0x2cc4f5(0xa6)]=_0x43918e[_0x2cc4f5(0xf2)]['match'](/AssertError/)?_0x1edc4a[_0x2cc4f5(0xba)]:_0x1edc4a[_0x2cc4f5(0xb2)]);}}if(_0x1edc4a[_0x2cc4f5(0xae)](_0x3bc688,_0x1edc4a[_0x2cc4f5(0xd5)])){const _0x295a99=this[_0x2cc4f5(0xcb)](_0x5d4746[_0x2cc4f5(0x112)][_0x2cc4f5(0xc0)]);_0x295a99&&_0x1edc4a[_0x2cc4f5(0x10e)](_0x295a99[_0x2cc4f5(0x10d)],0x0)&&(_0x3a0c74[_0x2cc4f5(0x117)]=_0x295a99,this[_0x2cc4f5(0x106)](_0x5d4746[_0x2cc4f5(0x112)][_0x2cc4f5(0xc0)],_0x3a0c74));}testhubUtils[_0x2cc4f5(0x9a)](_0x3a0c74,_0x3bc688,'',FRAMEWORKS[_0x2cc4f5(0xc4)]);const _0x22c3e7={};_0x22c3e7['event_type']=_0x3bc688,_0x22c3e7[_0x2cc4f5(0x9c)]=_0x3a0c74;const _0x13dfcf=_0x22c3e7;await SessionHandler[_0x2cc4f5(0xcf)](_0x13dfcf);}['updateTestStatus'](_0x423f83,_0x5adb2e){const _0x4b9b1f=a8_0x18cdd9,_0x53dc04={};_0x53dc04['YsjYa']=function(_0x568d72,_0x1e4621){return _0x568d72 instanceof _0x1e4621;},_0x53dc04['zqjON']=function(_0x568c1c,_0x24a75e){return _0x568c1c===_0x24a75e;},_0x53dc04[_0x4b9b1f(0xdc)]=_0x4b9b1f(0xd6),_0x53dc04[_0x4b9b1f(0xef)]=_0x4b9b1f(0xca),_0x53dc04['dxrGI']=function(_0x1a4a3b,_0x35c40d){return _0x1a4a3b instanceof _0x35c40d;};const _0x5a2513=_0x53dc04,_0x4bc7dd=hooksMap[_0x423f83];if(_0x5a2513[_0x4b9b1f(0xb4)](_0x4bc7dd,Array))for(const _0x53d216 of _0x4bc7dd){if(_0x5a2513[_0x4b9b1f(0x111)](_0x53d216[_0x4b9b1f(0xaf)],_0x5a2513[_0x4b9b1f(0xdc)])){const _0x5b6c1c=_0x5a2513[_0x4b9b1f(0xef)][_0x4b9b1f(0x97)]('|');let _0x4df2e5=0x0;while(!![]){switch(_0x5b6c1c[_0x4df2e5++]){case'0':_0x5adb2e[_0x4b9b1f(0xf3)]=_0x53d216[_0x4b9b1f(0xd0)];continue;case'1':return _0x5adb2e;case'2':_0x5adb2e[_0x4b9b1f(0xa6)]=_0x53d216[_0x4b9b1f(0xa6)];continue;case'3':_0x5adb2e[_0x4b9b1f(0x87)]=_0x5a2513['dxrGI'](_0x53d216['failure_data'],Array)?_0x53d216[_0x4b9b1f(0xd0)][0x0][_0x4b9b1f(0x9e)][_0x4b9b1f(0x101)]('\x0a'):'';continue;case'4':_0x5adb2e[_0x4b9b1f(0xaf)]=_0x53d216['result'];continue;}break;}}};}[a8_0x18cdd9(0xcb)](_0x40244e){const _0x2b03d8=a8_0x18cdd9;if(hooksMap[_0x40244e])return hooksMap[_0x40244e]['map'](_0x244a4d=>_0x244a4d[_0x2b03d8(0x9f)]);return[];}[a8_0x18cdd9(0xbd)](_0xe19624,_0x300b33,_0x3984fd,_0x526a79,_0x103ed2,_0x1eb097){const _0x4d9e04=a8_0x18cdd9,_0x25ef27={'ijLDZ':function(_0x4cf8e2,_0x3f3963){return _0x4cf8e2===_0x3f3963;},'nqgFP':_0x4d9e04(0xdd),'pAdDo':function(_0x5cfb88,_0x5559af,_0xfd9d6f){return _0x5cfb88(_0x5559af,_0xfd9d6f);},'ihXMy':_0x4d9e04(0x96),'hPdyp':_0x4d9e04(0x102),'mVsGc':'pending','UBXYS':'hook','fduvo':_0x4d9e04(0xa9),'gdHJa':'feature','fbUBF':_0x4d9e04(0x109),'rTWDx':_0x4d9e04(0xcc)};try{if(_0x25ef27[_0x4d9e04(0xd7)](_0x3984fd,_0x25ef27[_0x4d9e04(0xea)])){const _0x3a6d87=new Date()['toISOString'](),_0x8babc0=hooksMap[_0x300b33];if(!_0x8babc0)return;const _0x5d591a=_0x8babc0[_0x4d9e04(0xa7)](_0x284838=>_0x284838[_0x4d9e04(0x9f)]===_0x526a79['id']);if(!_0x5d591a)return;const _0x51264d=this[_0x4d9e04(0x108)](_0xe19624,_0x300b33);_0x5d591a[_0x4d9e04(0xaf)]=_0x51264d[_0x4d9e04(0xe0)],_0x5d591a[_0x4d9e04(0xee)]=_0x3a6d87,_0x5d591a[_0x4d9e04(0xa6)]=_0x51264d[_0x4d9e04(0xf2)];const _0xa24ea9={};return _0xa24ea9[_0x4d9e04(0x9e)]=_0x51264d['failureData'],_0x5d591a['failure_data']=[_0xa24ea9],_0x5d591a;}const _0x47358e=TestDetails[_0x4d9e04(0x7d)](_0x300b33),_0x4e8a8c=_0xe19624[_0x4d9e04(0x117)][_0x4d9e04(0xa7)](_0x4d86aa=>_0x4d86aa['id']===_0x526a79['hookId']),_0x2f4dac=_0x25ef27['pAdDo'](nestedKeyValue,_0x4e8a8c,[_0x25ef27[_0x4d9e04(0x105)],_0x25ef27['hPdyp']]),_0x9e97ea=new Date()[_0x4d9e04(0x8a)](),_0x5845da=_0x25ef27[_0x4d9e04(0xbf)],_0x117769=_0x4e8a8c[_0x4d9e04(0xc8)]?_0x4e8a8c['tagExpression'][_0x4d9e04(0x97)]('\x20')[_0x4d9e04(0x110)](_0x1740b5=>_0x1740b5[_0x4d9e04(0xf4)]('@')):[],_0x20672b={'uuid':_0x526a79['id'],'type':_0x25ef27[_0x4d9e04(0xb7)],'hook_type':_0x1eb097,'name':_0x4e8a8c[_0x4d9e04(0x109)],'body':{'lang':_0x25ef27[_0x4d9e04(0xe2)],'code':null},'tags':_0x117769,'test_run_id':_0x47358e,'scope':_0x25ef27[_0x4d9e04(0x91)](nestedKeyValue,_0x103ed2,[_0x25ef27[_0x4d9e04(0x11a)],_0x25ef27[_0x4d9e04(0x8c)]]),'scopes':[_0x25ef27[_0x4d9e04(0x91)](nestedKeyValue,_0x103ed2,[_0x25ef27[_0x4d9e04(0x11a)],_0x25ef27[_0x4d9e04(0x8c)]])||''],'file_name':_0x2f4dac,'location':_0x2f4dac,'vc_filepath':this[_0x4d9e04(0x114)]?path[_0x4d9e04(0xda)](this[_0x4d9e04(0x114)],_0x2f4dac):null,'result':_0x5845da,'started_at':_0x9e97ea,'framework':_0x25ef27[_0x4d9e04(0x10b)]};return _0x20672b;}catch(_0x12988a){logger[_0x4d9e04(0xdb)](_0x4d9e04(0x90)+util[_0x4d9e04(0x8d)](_0x12988a)+'\x20');}}async[a8_0x18cdd9(0xaa)](_0x3291a0,_0x170fe3,_0x219532,_0x38cf2d,_0x39848b,_0x2acc32){const _0x48333a=a8_0x18cdd9,_0x393577={'nlAQF':function(_0x3f92e2,_0x556e9c){return _0x3f92e2===_0x556e9c;},'xSyev':'HookRunStarted','CoffA':function(_0x5d2430,_0x417fdb,_0x3f68c6){return _0x5d2430(_0x417fdb,_0x3f68c6);},'FltXt':_0x48333a(0x96),'PZeoD':'uri','PWeZM':'browserstack-node-agent/src/bin/cucumber-js/test.setup.js'};try{const _0x23877b=_0x38cf2d[_0x48333a(0xa7)](_0x2429cd=>_0x2429cd['id']===_0x39848b);if(!_0x23877b[_0x48333a(0x89)])return;const _0x39c888=this[_0x48333a(0x118)](_0x38cf2d,_0x23877b),_0x93322c=this[_0x48333a(0xbd)](_0x3291a0,_0x170fe3,_0x219532,_0x23877b,_0x2acc32,_0x39c888);if(!_0x93322c)return;_0x393577[_0x48333a(0x7c)](_0x219532,_0x393577[_0x48333a(0xe1)])&&(hooksMap[_0x170fe3]?hooksMap[_0x170fe3][_0x48333a(0x95)](_0x93322c):hooksMap[_0x170fe3]=[_0x93322c]);const _0x330da8=_0x3291a0[_0x48333a(0x117)][_0x48333a(0xa7)](_0x50cb0d=>_0x50cb0d['id']===_0x23877b[_0x48333a(0x89)]),_0x5ed491=_0x393577[_0x48333a(0xb3)](nestedKeyValue,_0x330da8,[_0x393577['FltXt'],_0x393577['PZeoD']]);if(!_0x5ed491)return;else{if(_0x5ed491[_0x48333a(0xf4)](_0x393577[_0x48333a(0xa2)]))return;}const _0x14ad8e={};_0x14ad8e[_0x48333a(0xec)]=_0x219532,_0x14ad8e[_0x48333a(0x7e)]=_0x93322c;const _0x5559f4=_0x14ad8e;await SessionHandler['uploadEventData'](_0x5559f4);}catch(_0x20be45){logger[_0x48333a(0xdb)](_0x48333a(0xe4)+util[_0x48333a(0x8d)](_0x20be45)+'\x20');}}['getHookResult'](_0x14ef6d,_0x333815){const _0xcc7d87=a8_0x18cdd9,_0x154b87={};_0x154b87['laJFK']=function(_0xdd9b16,_0x2e6651){return _0xdd9b16===_0x2e6651;},_0x154b87[_0xcc7d87(0xd1)]='failed',_0x154b87[_0xcc7d87(0xfb)]='UnhandledError',_0x154b87[_0xcc7d87(0xc2)]='AssertionError',_0x154b87[_0xcc7d87(0x9b)]=function(_0x452a23,_0x28f89a){return _0x452a23||_0x28f89a;};const _0x3b4d9f=_0x154b87,_0x7cb84=_0x14ef6d[_0xcc7d87(0xb5)][_0x333815][_0xcc7d87(0xbc)];let _0x267c67,_0x636930;return _0x7cb84&&_0x3b4d9f['laJFK'](_0x7cb84['status']['toString']()[_0xcc7d87(0x104)](),_0x3b4d9f[_0xcc7d87(0xd1)])&&(_0x267c67=_0x3b4d9f['laJFK'](_0x7cb84[_0xcc7d87(0xfc)],undefined)?_0x7cb84['message']:_0x7cb84['exception'][_0xcc7d87(0x116)],_0x636930=_0x3b4d9f[_0xcc7d87(0xa0)](_0x7cb84[_0xcc7d87(0xfc)],undefined)?_0x3b4d9f[_0xcc7d87(0xfb)]:_0x7cb84[_0xcc7d87(0x116)][_0xcc7d87(0xa5)](/Assert/)?_0x3b4d9f[_0xcc7d87(0xc2)]:_0x3b4d9f[_0xcc7d87(0xfb)]),{'status':_0x7cb84[_0xcc7d87(0xe0)][_0xcc7d87(0x104)](),'failureType':_0x3b4d9f[_0xcc7d87(0x9b)](_0x636930,null),'failureData':!_0x267c67?null:[_0x267c67]};}[a8_0x18cdd9(0x118)](_0x117b0d,_0x498b98){const _0x190499=a8_0x18cdd9,_0x1c1f92={};_0x1c1f92[_0x190499(0xac)]=function(_0x1e4fc1,_0x1a16e5){return _0x1e4fc1===_0x1a16e5;},_0x1c1f92[_0x190499(0xd4)]=_0x190499(0xbb),_0x1c1f92[_0x190499(0xff)]=_0x190499(0xa3);const _0x5eefbb=_0x1c1f92;let _0x531d3e=![];for(const _0x50204b of _0x117b0d){_0x50204b[_0x190499(0xc5)]&&(_0x531d3e=!![]);if(_0x5eefbb[_0x190499(0xac)](_0x498b98['id'],_0x50204b['id']))return _0x531d3e?_0x5eefbb[_0x190499(0xd4)]:_0x5eefbb[_0x190499(0xff)];}}[a8_0x18cdd9(0xf7)]=(_0x1955c2,_0x37b65f)=>{const _0x51a26b=a8_0x18cdd9,_0x3fe431={};_0x3fe431[_0x51a26b(0x7f)]=function(_0x2ac023,_0x423144){return _0x2ac023===_0x423144;},_0x3fe431[_0x51a26b(0xe3)]=function(_0x4941c1,_0x198bc7){return _0x4941c1===_0x198bc7;},_0x3fe431[_0x51a26b(0x99)]=function(_0x424117,_0x1d2f0a){return _0x424117>_0x1d2f0a;};const _0x1142e1=_0x3fe431;if(!(_0x37b65f[_0x51a26b(0x88)]&&_0x1142e1[_0x51a26b(0x99)](_0x37b65f['astNodeIds'][_0x51a26b(0x10d)],0x1)))return;const _0x2596ea=_0x37b65f[_0x51a26b(0x88)][0x0],_0x20d348=_0x37b65f[_0x51a26b(0x88)][0x1],_0x555bba=_0x1955c2[_0x51a26b(0xd8)]&&_0x1955c2[_0x51a26b(0xd8)]['children']?_0x1955c2[_0x51a26b(0xd8)][_0x51a26b(0x85)]:undefined;let _0x19bc56=[];_0x555bba&&_0x555bba[_0x51a26b(0x103)](_0x2c4a36=>{const _0x366eee=_0x51a26b,_0x37b70c={'aMPAt':function(_0x221c7e,_0xe74766){const _0x220baa=a8_0x2b8f;return _0x1142e1[_0x220baa(0x7f)](_0x221c7e,_0xe74766);}};if(_0x2c4a36['rule'])_0x2c4a36[_0x366eee(0xa8)][_0x366eee(0x85)][_0x366eee(0x103)](_0x5af5b7=>{const _0x41a5f3=_0x366eee;if(_0x5af5b7[_0x41a5f3(0xde)]&&_0x37b70c['aMPAt'](_0x5af5b7[_0x41a5f3(0xde)]['id'],_0x2596ea)&&_0x5af5b7[_0x41a5f3(0xde)][_0x41a5f3(0xfa)]){const _0x386694=_0x5af5b7[_0x41a5f3(0xde)][_0x41a5f3(0xfa)]['flatMap'](_0x45c1fa=>_0x45c1fa[_0x41a5f3(0x86)])[_0x41a5f3(0xa7)](_0x5ce014=>_0x5ce014['id']===_0x20d348);let _0x2ee1d0;_0x386694&&_0x386694[_0x41a5f3(0xbe)]?_0x2ee1d0=_0x386694['cells'][_0x41a5f3(0xa4)](_0xe9cc84=>_0xe9cc84['value']):_0x2ee1d0=[],_0x2ee1d0&&(_0x19bc56=_0x2ee1d0);}});else{if(_0x2c4a36[_0x366eee(0xde)]&&_0x1142e1[_0x366eee(0xe3)](_0x2c4a36[_0x366eee(0xde)]['id'],_0x2596ea)&&_0x2c4a36['scenario'][_0x366eee(0xfa)]){const _0x3c6762=_0x2c4a36[_0x366eee(0xde)][_0x366eee(0xfa)][_0x366eee(0x10c)](_0x35efa6=>_0x35efa6['tableBody'])[_0x366eee(0xa7)](_0x11214e=>_0x11214e['id']===_0x20d348);let _0x2990e5;_0x3c6762&&_0x3c6762[_0x366eee(0xbe)]?_0x2990e5=_0x3c6762['cells'][_0x366eee(0xa4)](_0x55dcae=>_0x55dcae[_0x366eee(0xab)]):_0x2990e5=[],_0x2990e5&&(_0x19bc56=_0x2990e5);}}});if(_0x19bc56[_0x51a26b(0x10d)])return _0x19bc56;return;};async[a8_0x18cdd9(0xfd)](){const _0x3d9c5b=a8_0x18cdd9,_0x5b53e9={'jjWmi':function(_0x3d7028){return _0x3d7028();}};if(this['_gitConfigured'])return this[_0x3d9c5b(0x114)];const _0x527863=await _0x5b53e9[_0x3d9c5b(0xe9)](getGitMetaData);_0x527863&&(this['_gitConfigPath']=_0x527863[_0x3d9c5b(0xce)]),this[_0x3d9c5b(0x8b)]=!![];}}function a8_0x32e3(){const _0x473daa=['927896YKwgAF','bqjfH','tCaPI','MzEJh','failed','ijLDZ','feature','pnpIu','relative','debug','YGjEF','HookRunFinished','scenario','hzWnD','status','xSyev','fduvo','cvxRB','Exception\x20in\x20sendHook:\x20','ZrxTf','skipped','SKIPPED','strip-ansi','jjWmi','nqgFP','5850523bVVORT','event_type','../../helpers/testhub/utils','finished_at','Sdshw','../../helpers/test-observability/sessionHandler','8IZusvI','failureType','failure','includes','AtROF','13002fVakfq','getScenarioExamples','XZuDL','wwagy','examples','kbNso','exception','configureGit','MjOIj','Gdvqh','movzL','join','uri','forEach','toLowerCase','ihXMy','updateTestStatus','winstonLogger','getHookResult','name','lVxaG','rTWDx','flatMap','length','TzGpE','1148211WACheV','filter','zqjON','testCaseFinished','../../helpers/test-observability/constants.js','_gitConfigPath','AssertionError','message','hooks','getCucumberHookType','FAILED','gdHJa','nlAQF','getTestUUID','hook_run','soyAJ','duration_in_ms','1851290asVMjF','nanos','../playwright/reporter/test-details','TestRunFinished','children','tableBody','failure_reason','astNodeIds','hookId','toISOString','_gitConfigured','fbUBF','format','tags','xhoef','Exception\x20in\x20getHookRunEventData:\x20','pAdDo','pending','timestamp','sendTestRunEventForCucumber','push','sourceReference','split','3623328ODpnRE','QuGDi','appendTesthubParams','HqpXY','test_run','../../helpers/test-observability/error-handler','backtrace','uuid','laJFK','rwXAj','PWeZM','BEFORE_EACH','map','match','failure_type','find','rule','javascript','sendHook','value','iltzt','BSUVv','MVxkN','result','test','RhLeR','ClYxD','CoffA','YsjYa','testStepFinished','UnhandledError','UBXYS','../../helpers/helper','GUpcV','oKlLl','AFTER_EACH','testStepResult','getHookRunEventData','cells','mVsGc','testCaseStartedId','5618376QHxzID','cZtAC','XLmNt','CUCUMBER','pickleStepId','../../helpers/logger','6thnQki','tagExpression','SIzBd','4|0|3|2|1','getHooksListForTest','cucumber','GcUQU','root','uploadEventData','failure_data','VbMba'];a8_0x32e3=function(){return _0x473daa;};return a8_0x32e3();}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x18cdd9(0xfd),a8_0x18cdd9(0xf7),a8_0x18cdd9(0x118),a8_0x18cdd9(0x108),a8_0x18cdd9(0xaa),a8_0x18cdd9(0xbd),'sendTestRunEventForCucumber']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9_0x545e7c=a9_0x1ea3;(function(_0x2d600f,_0x408032){const _0x2c150f=a9_0x1ea3,_0x5b14b5=_0x2d600f();while(!![]){try{const _0x4f2315=-parseInt(_0x2c150f(0x217))/0x1+parseInt(_0x2c150f(0x1c7))/0x2*(-parseInt(_0x2c150f(0x1b1))/0x3)+parseInt(_0x2c150f(0x1fd))/0x4*(-parseInt(_0x2c150f(0x19a))/0x5)+-parseInt(_0x2c150f(0x23c))/0x6*(parseInt(_0x2c150f(0x1a0))/0x7)+parseInt(_0x2c150f(0x1bf))/0x8+parseInt(_0x2c150f(0x19b))/0x9*(-parseInt(_0x2c150f(0x1ac))/0xa)+parseInt(_0x2c150f(0x239))/0xb;if(_0x4f2315===_0x408032)break;else _0x5b14b5['push'](_0x5b14b5['shift']());}catch(_0x1e21ae){_0x5b14b5['push'](_0x5b14b5['shift']());}}}(a9_0x2fbd,0x53545));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x545e7c(0x23f)),setKeepAlive=require(a9_0x545e7c(0x1db)),util=require('util'),PerformanceTester=require(a9_0x545e7c(0x233)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x545e7c(0x1cc),'@cucumber/cucumber'),logger=require(a9_0x545e7c(0x21a))[a9_0x545e7c(0x219)],{shouldProcessEventForTesthub}=require(a9_0x545e7c(0x229)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x545e7c(0x1d0)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require(a9_0x545e7c(0x1ae)),{o11yErrorHandler}=require(a9_0x545e7c(0x1d3)),MyReporter=require(a9_0x545e7c(0x20b)),SessionHandler=require(a9_0x545e7c(0x196)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x545e7c(0x204)),testHubConstants=require(a9_0x545e7c(0x1e7)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x545e7c(0x211)),a9_0x4c00d7={};a9_0x4c00d7['workerInfo']=undefined,a9_0x4c00d7[a9_0x545e7c(0x1bc)]={},a9_0x4c00d7[a9_0x545e7c(0x20f)]=![],a9_0x4c00d7[a9_0x545e7c(0x1bc)]['id']=undefined,a9_0x4c00d7[a9_0x545e7c(0x1bc)]['testInfo']=undefined;const workerDetails=a9_0x4c00d7;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x527de7){const _0x4f4e1d=a9_0x545e7c,_0x1c148d=workerDetails['currentTest']['testInfo'];if(!_0x1c148d)return;await MyReporter[_0x4f4e1d(0x1f4)](_0x1c148d,_0x527de7);}),registerListeners=()=>{const _0x584961=a9_0x545e7c,_0x49910b={};_0x49910b[_0x584961(0x232)]=_0x584961(0x1ee);const _0x4744b6=_0x49910b;logger[_0x584961(0x1c2)](_0x4744b6['qHDzx']),process[_0x584961(0x207)]('bs:addLog:'+process[_0x584961(0x1f0)]),process['on'](_0x584961(0x199)+process['pid'],sendTestLog),PerformanceTester[_0x584961(0x1a5)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x545e7c(0x1ca)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x545e7c(0x19f)],configuration=process[a9_0x545e7c(0x202)][a9_0x545e7c(0x1c9)],bstackConfig=process[a9_0x545e7c(0x202)][a9_0x545e7c(0x1ed)];if(configuration!==undefined){const config=JSON['parse'](configuration);isBrowserstackInfra()?(global[a9_0x545e7c(0x224)]=isTrue(config['skipSessionName']),global[a9_0x545e7c(0x1c1)]=isTrue(config[a9_0x545e7c(0x1d8)])):(global['__skipSessionName']=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x545e7c(0x1b5)](config,null,!![]):require(a9_0x545e7c(0x1df))['browserstackAgentV2'](config),global[a9_0x545e7c(0x22d)]=config[a9_0x545e7c(0x230)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x545e7c(0x193)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x545e7c(0x23d)](browserStackConfig),commandRepository[a9_0x545e7c(0x19d)](a9_0x545e7c(0x222)));}global[a9_0x545e7c(0x1a7)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x545e7c(0x1fa)];function a9_0x2fbd(){const _0x3f6674=['addTestUIDAndReportLog','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','failed','KeUzv','testCaseStartedId','status','setDefaultTimeout','session_','bstackA11yShouldScan','38420pQyyDp','\x0aError:\x20','stringify','split','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','env','tags','../../helpers/globals','browserstackSessionName','Inside\x20browserstack\x20Before','removeAllListeners','Error:\x20quiting\x20driver\x20at\x20After:\x20','pickleStep','Inside\x20browserstack\x20AfterAll','../playwright/reporter/reporter.js','aprKG','timeout','JMOFu','o11ySyncDone','QvbnP','lodash','zhmFe','message','passed','push','thBuildUuid','603749oxpHtN','hWdxu','winstonLogger','../../helpers/logger','2|3|1|0|4','XIolB','BROWSERSTACK_TESTHUB_JWT','KmaiA','toLowerCase','jwloQ','event_type','cucumber-js','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','__skipSessionName','then','testInfo','shift','ysYuh','../../helpers/testhub/utils','qLuLf','toString','Performing\x20scan\x20before\x20saving\x20results','__platformCaps','sigxl','Passed:\x20','platformCaps','join','qHDzx','../../helpers/performance/performance-tester','yKNSZ','__error_messages__','length','tucxt','thJwtToken','25300946NfDuxK','finally','JiQHP','1164564wJQnly','setConfig','\x22}}','../../helpers/helper','sOUuO','parse','executeScript','dkdav','../../helpers/test-observability/sessionHandler','LTvRd','XpwPc','bs:addLog:','185RcfHix','9bJxLKP','bstack','setFramework','NHmFg','AfterStep','14JyIqVO','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','IIdJm','getTestUUID','error','startMonitoring','driverCleanup','__timeout','PjQUl','zCAwg','thTestRunUuid','rhjvB','3719710iafLrU','getGlobal','../../helpers/test-observability/requestQueueHandler','ecJGt','isAccessibilityPlatform','941379nJcZzL','__drivers','JrXxj','xOMws','browserstackAgentV2','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','Inside\x20browserstack\x20AfterStep','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','njsSN','uJozQ','GZePA','currentTest','map','uuid','594536kUPYMh','performScan','__skipSessionStatus','debug','result','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','Inside\x20browserstack\x20BeforeAll','info','2mlogKg','pKdmQ','CONFIG','AfterAll','FxRTN','@cucumber/cucumber/lib/index.js','__sessionFailed','Error:\x20in\x20quitting\x20driver\x20','text','../../helpers/test-observability/utils','VoNEn','initQuit','../../helpers/test-observability/error-handler','EIsxE','Error:\x20sendPlatformDetails\x20at\x20After:\x20','getId','ENV_VAR','skipSessionStatus','yuxUn','name','../../helpers/setKeepAlive','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','UzfvB','CBTSessionCreated','../../index','format','Inside\x20browserstack\x20After','quitCount_','wTNnr','saveTestResults','getInstance','LDxuW','../../helpers/testhub/constants.js','ScUip','xRbKe','pickle','unQjJ','\x20|\x20','BSTACK_CONFIG','Inside\x20browserstack\x20registerListeners','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','pid','stopMonitoring','executeAsyncScript','setTestNameForHealingContext'];a9_0x2fbd=function(){return _0x3f6674;};return a9_0x2fbd();}cucumberModule['setDefaultTimeout']=_0x333b53=>{const _0x30c531=a9_0x545e7c,_0x1f548b={'LDxuW':function(_0x2496bb,_0x18c1b6){return _0x2496bb(_0x18c1b6);}};global[_0x30c531(0x1a7)]=_0x333b53,_0x1f548b[_0x30c531(0x1e6)](__setDefaultTimeout,_0x333b53);};const a9_0x138f83={};a9_0x138f83['name']='bstack',BeforeAll(a9_0x138f83,function(){const _0x415ad2=a9_0x545e7c,_0xe14570={'iocFn':function(_0x3c5e81,_0x1cb399,_0x593e4f,_0x59f222){return _0x3c5e81(_0x1cb399,_0x593e4f,_0x59f222);},'xRbKe':_0x415ad2(0x1f6),'zCAwg':'\x20|\x20','HNFwE':function(_0x4877cf,_0x51ee0f,_0x278242){return _0x4877cf(_0x51ee0f,_0x278242);},'hWdxu':_0x415ad2(0x214),'rhjvB':_0x415ad2(0x1c5),'QvbnP':function(_0x2c52ac){return _0x2c52ac();},'pKdmQ':function(_0xec0052){return _0xec0052();},'hwzhy':function(_0x1fe28c,_0x248f65){return _0x1fe28c(_0x248f65);}};PerformanceTester[_0x415ad2(0x1a5)](),logger['debug'](_0xe14570[_0x415ad2(0x1ab)]),global[_0x415ad2(0x235)]=[],global[_0x415ad2(0x1cd)]=![],_0xe14570[_0x415ad2(0x210)](shouldProcessEventForTesthub)&&(_0xe14570[_0x415ad2(0x1c8)](registerListeners),_0xe14570['hwzhy'](addRequestSpy,![])),global[_0x415ad2(0x1a6)]=async()=>{const _0x55db01=_0x415ad2;let _0x4f60b5=![];try{await global['__drivers'][0x0][_0x55db01(0x1fb)],_0x4f60b5=!![],global['__sessionFailed']?await _0xe14570['iocFn'](markSessionStatus,global[_0x55db01(0x1b2)][0x0],_0xe14570[_0x55db01(0x1e9)],global['__error_messages__'][_0x55db01(0x231)](_0xe14570[_0x55db01(0x1a9)])):await _0xe14570['HNFwE'](markSessionStatus,global[_0x55db01(0x1b2)][0x0],_0xe14570[_0x55db01(0x218)]);}catch(_0x1ffa54){logger[_0x55db01(0x1c2)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x1ffa54);}global['__error_messages__']=[],global[_0x55db01(0x1cd)]=![];if(_0x4f60b5)try{await global[_0x55db01(0x1b2)][0x0][_0x55db01(0x1d2)](),global[_0x55db01(0x1b2)][0x0][_0x55db01(0x1fb)][_0x55db01(0x225)](_0x45d2f0=>{const _0x37458e=_0x55db01;logger['debug'](_0x37458e(0x1ce)+_0x45d2f0[_0x37458e(0x1d6)]());});}catch(_0x37b8f6){logger[_0x55db01(0x1c2)](_0x55db01(0x1a1)+_0x37b8f6);}};});const a9_0x10419b={};a9_0x10419b[a9_0x545e7c(0x1da)]=a9_0x545e7c(0x19c),a9_0x10419b[a9_0x545e7c(0x20d)]=0x2710,Before(a9_0x10419b,function(_0x3e2fe7,_0x5d503c){const _0x2d5c07=a9_0x545e7c,_0x433e30={'sigxl':function(_0xe948e5,_0x2c0624){return _0xe948e5>_0x2c0624;},'VSIdc':function(_0x5cc6e9,_0x3d831c){return _0x5cc6e9(_0x3d831c);},'TQYEJ':function(_0x1e6531,_0x144078,_0x41f1be,_0x1b27ca){return _0x1e6531(_0x144078,_0x41f1be,_0x1b27ca);},'NHmFg':'bstackA11yShouldScan','ysYuh':function(_0x4da995){return _0x4da995();},'FxRTN':_0x2d5c07(0x206)};commandRepository[_0x2d5c07(0x1f3)](_0x3e2fe7[_0x2d5c07(0x1ea)][_0x2d5c07(0x1da)]),logger['debug'](_0x433e30[_0x2d5c07(0x1cb)]),new Promise(async _0x47067a=>{const _0x2554e1=_0x2d5c07;try{_0x433e30[_0x2554e1(0x22e)](global['__drivers'][_0x2554e1(0x236)],0x1)&&(await global['driverCleanup'](),global[_0x2554e1(0x1b2)][_0x2554e1(0x227)]()),global[_0x2554e1(0x1b2)][0x0][_0x2554e1(0x1e2)]&&_0x433e30[_0x2554e1(0x22e)](global[_0x2554e1(0x1b2)][0x0][_0x2554e1(0x1e2)],0x0)&&await global['driverCleanup']();}catch(_0x271b23){logger[_0x2554e1(0x1c2)]('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x271b23);}workerDetails[_0x2554e1(0x1bc)][_0x2554e1(0x226)]=_0x3e2fe7[_0x2554e1(0x1f8)];try{if(!_0x433e30['VSIdc'](isUndefined,_0x3e2fe7['pickle'][_0x2554e1(0x203)])){const _0x2951c3=_0x433e30['TQYEJ'](shouldScanTestForAccessibility,null,![],_0x3e2fe7[_0x2554e1(0x1ea)]['tags'][_0x2554e1(0x1bd)](({name:_0x3456f8})=>_0x3456f8));globals['setGlobal'](_0x433e30[_0x2554e1(0x19e)],_0x2951c3);}}catch(_0x2726ed){logger['debug'](_0x2554e1(0x1b6)+util['format'](_0x2726ed));}_0x433e30[_0x2554e1(0x228)](_0x47067a);})[_0x2d5c07(0x23a)](_0x5d503c);});const a9_0x1b114a={};a9_0x1b114a[a9_0x545e7c(0x1da)]=a9_0x545e7c(0x19c),a9_0x1b114a['timeout']=0x2710,After(a9_0x1b114a,function(_0x5a58c4,_0x356d42){const _0x62ecc2=a9_0x545e7c,_0x5156df={'VoNEn':_0x62ecc2(0x21b),'xOMws':function(_0x235d37,_0x591e36){return _0x235d37>_0x591e36;},'tucxt':function(_0x381bc0,_0x24821a){return _0x381bc0===_0x24821a;},'zhmFe':_0x62ecc2(0x1f6),'IIdJm':function(_0x530d81,_0x2805d8,_0x2a4684,_0x16f850){return _0x530d81(_0x2805d8,_0x2a4684,_0x16f850);},'KeUzv':_0x62ecc2(0x1ec),'CFXrf':function(_0x2dd881,_0x1f82c7,_0x21c7d1){return _0x2dd881(_0x1f82c7,_0x21c7d1);},'qLuLf':'passed','JrXxj':function(_0x4a0c18){return _0x4a0c18();},'Pheav':function(_0x13ec87,_0x47be9e,_0x168c8f,_0x47b89c){return _0x13ec87(_0x47be9e,_0x168c8f,_0x47b89c);},'wTNnr':_0x62ecc2(0x1de),'jwloQ':_0x62ecc2(0x1b0),'dkdav':_0x62ecc2(0x1fc),'aprKG':_0x62ecc2(0x1f5),'TMyNU':_0x62ecc2(0x22c),'QeWSo':_0x62ecc2(0x201),'JiQHP':function(_0x13316f){return _0x13316f();},'XIolB':_0x62ecc2(0x1e1)};logger[_0x62ecc2(0x1c2)](_0x5156df[_0x62ecc2(0x21c)]),workerDetails['currentTest'][_0x62ecc2(0x226)]=_0x5a58c4[_0x62ecc2(0x1f8)],new Promise(async _0x51c0f8=>{const _0x1eb482=_0x62ecc2;let _0x111173=![];try{const _0x447adb=_0x5156df[_0x1eb482(0x1d1)][_0x1eb482(0x200)]('|');let _0xba5426=0x0;while(!![]){switch(_0x447adb[_0xba5426++]){case'0':!global[_0x1eb482(0x224)]&&await global[_0x1eb482(0x1b2)][0x0][_0x1eb482(0x194)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x5a58c4[_0x1eb482(0x1ea)][_0x1eb482(0x1da)]+_0x1eb482(0x23e));continue;case'1':_0x111173=!![];continue;case'2':_0x5156df[_0x1eb482(0x1b4)](global[_0x1eb482(0x1b2)][_0x1eb482(0x236)],0x1)&&(await global[_0x1eb482(0x1a6)](),global[_0x1eb482(0x1b2)][_0x1eb482(0x227)](),global[_0x1eb482(0x235)]=[],global['__sessionFailed']=![]);continue;case'3':await global[_0x1eb482(0x1b2)][0x0]['session_'];continue;case'4':if(_0x5156df[_0x1eb482(0x237)](_0x5a58c4[_0x1eb482(0x1c3)]['status'][_0x1eb482(0x22b)]()[_0x1eb482(0x21f)](),_0x5156df[_0x1eb482(0x212)])||_0x5156df[_0x1eb482(0x237)](_0x5a58c4['result'][_0x1eb482(0x1f9)]['toString']()[_0x1eb482(0x21f)](),'6')){try{global[_0x1eb482(0x235)]['push'](_0x5a58c4[_0x1eb482(0x1c3)]['message']);}catch(_0x431086){logger['debug'](_0x1eb482(0x223)+_0x431086);}await _0x5156df[_0x1eb482(0x1a2)](markSessionStatus,global[_0x1eb482(0x1b2)][0x0],_0x5156df[_0x1eb482(0x212)],global[_0x1eb482(0x235)][_0x1eb482(0x231)](_0x5156df[_0x1eb482(0x1f7)]));}else await _0x5156df['CFXrf'](markSessionStatus,global['__drivers'][0x0],_0x5156df[_0x1eb482(0x22a)]);continue;}break;}}catch(_0x406ea6){logger[_0x1eb482(0x1c2)]('Error:\x20at\x20After:\x20'+util[_0x1eb482(0x1e0)](_0x406ea6));}try{if(_0x5156df[_0x1eb482(0x1b3)](shouldProcessEventForTesthub)){const _0x5dfdef=TestDetails[_0x1eb482(0x1a3)](_0x5a58c4[_0x1eb482(0x1f8)]),_0x400697=await _0x5156df['Pheav'](sendPlatformDetails,global[_0x1eb482(0x1b2)][0x0],_0x5dfdef,!![]),_0x5cf399={};_0x5cf399[_0x1eb482(0x1be)]=_0x5dfdef,_0x5cf399['integrations']=_0x400697;const _0x1e4b9a=_0x5cf399,_0x25a405={};_0x25a405[_0x1eb482(0x221)]=_0x5156df[_0x1eb482(0x1e3)],_0x25a405['test_run']=_0x1e4b9a,await SessionHandler['uploadEventData'](_0x25a405);}}catch(_0x5711fa){logger['debug'](_0x1eb482(0x1d5)+util[_0x1eb482(0x1e0)](_0x5711fa));}try{if(globals[_0x1eb482(0x1ad)](_0x5156df[_0x1eb482(0x220)])&&globals[_0x1eb482(0x1ad)](_0x5156df[_0x1eb482(0x195)])){logger[_0x1eb482(0x1c6)](_0x5156df[_0x1eb482(0x20c)]);const _0x454c80=TestDetails[_0x1eb482(0x1a3)](_0x5a58c4['testCaseStartedId']),_0x20cbbe={};_0x20cbbe[_0x1eb482(0x1aa)]=_0x454c80,_0x20cbbe[_0x1eb482(0x216)]=process[_0x1eb482(0x202)][testHubConstants[_0x1eb482(0x1d7)]['BROWSERSTACK_TESTHUB_UUID']],_0x20cbbe[_0x1eb482(0x238)]=process['env'][testHubConstants['ENV_VAR'][_0x1eb482(0x21d)]];const _0x23fa6e=_0x20cbbe;logger[_0x1eb482(0x1c2)](_0x1eb482(0x1c4)+JSON[_0x1eb482(0x1ff)](_0x23fa6e)),logger[_0x1eb482(0x1c2)](_0x5156df['TMyNU']),logger[_0x1eb482(0x1c2)](util[_0x1eb482(0x1e0)](await global[_0x1eb482(0x1b2)][0x0][_0x1eb482(0x1f2)](scripts[_0x1eb482(0x1c0)],{'method':global[_0x1eb482(0x205)]}))),await global[_0x1eb482(0x1b2)][0x0][_0x1eb482(0x1f2)](scripts[_0x1eb482(0x1e4)],_0x23fa6e),logger[_0x1eb482(0x1c6)](_0x5156df['QeWSo']);}}catch(_0x953f2f){logger[_0x1eb482(0x1a4)](_0x1eb482(0x1dc)+util[_0x1eb482(0x1e0)]);}if(_0x111173)try{global[_0x1eb482(0x1b2)][0x0]&&_0x5156df[_0x1eb482(0x1b4)](global['__drivers'][0x0][_0x1eb482(0x1e2)],0x0)&&await global['__drivers'][0x0]['initQuit']();}catch(_0x50670f){logger[_0x1eb482(0x1c2)](_0x1eb482(0x208)+_0x50670f);}_0x5156df[_0x1eb482(0x23b)](_0x51c0f8);})[_0x62ecc2(0x23a)](()=>_0x356d42());});const a9_0x400d5d={};a9_0x400d5d[a9_0x545e7c(0x1da)]='bstack',a9_0x400d5d[a9_0x545e7c(0x20d)]=0x2710,AfterStep(a9_0x400d5d,function(_0x5df47f,_0x40d541){const _0x51a4ae=a9_0x545e7c,_0x12113d={'ScUip':function(_0x260397,_0x52c319){return _0x260397===_0x52c319;},'UzfvB':_0x51a4ae(0x1f6),'GZePA':function(_0x2d9edf,_0x465e45){return _0x2d9edf===_0x465e45;},'uJozQ':function(_0xb70216,_0xf3c33){return _0xb70216!==_0xf3c33;},'njsSN':function(_0x6d85cb,_0x4d9dc7,_0xb237df){return _0x6d85cb(_0x4d9dc7,_0xb237df);},'KmaiA':function(_0xb2154e,_0x4e8c04){return _0xb2154e+_0x4e8c04;},'ecJGt':function(_0x21839f,_0x3b4ab4){return _0x21839f+_0x3b4ab4;},'yKNSZ':'Failed:\x20','LTvRd':_0x51a4ae(0x1fe),'PjQUl':_0x51a4ae(0x1a4),'XpwPc':function(_0x1755a8,_0x4d82e0,_0x406d46){return _0x1755a8(_0x4d82e0,_0x406d46);},'unQjJ':function(_0x900202,_0xb4fd8c){return _0x900202+_0xb4fd8c;},'OHXMU':function(_0x4341f2,_0xe41d3f){return _0x4341f2!==_0xe41d3f;},'EIsxE':_0x51a4ae(0x22f),'DopFQ':_0x51a4ae(0x1c6),'RWKSs':'Passed','nWPwi':function(_0x44d49c){return _0x44d49c();},'sOUuO':_0x51a4ae(0x1b7)};logger[_0x51a4ae(0x1c2)](_0x12113d[_0x51a4ae(0x192)]);const _0x46365b=async(_0x35430e,_0x25632e)=>{const _0x33f7c4=_0x51a4ae;await global[_0x33f7c4(0x1b2)][0x0]['executeScript'](_0x33f7c4(0x1b8)+_0x35430e+',\x22level\x22:\x20\x22'+_0x25632e+_0x33f7c4(0x23e));};new Promise(async _0x142752=>{const _0x2d73b6=_0x51a4ae;try{_0x12113d[_0x2d73b6(0x1e8)](_0x5df47f[_0x2d73b6(0x1c3)][_0x2d73b6(0x1f9)][_0x2d73b6(0x22b)]()[_0x2d73b6(0x21f)](),_0x12113d[_0x2d73b6(0x1dd)])||_0x12113d[_0x2d73b6(0x1bb)](_0x5df47f[_0x2d73b6(0x1c3)][_0x2d73b6(0x1f9)][_0x2d73b6(0x22b)]()[_0x2d73b6(0x21f)](),'6')?(global[_0x2d73b6(0x1cd)]=!![],global[_0x2d73b6(0x235)][_0x2d73b6(0x215)](_0x5df47f[_0x2d73b6(0x1c3)][_0x2d73b6(0x213)]),_0x12113d[_0x2d73b6(0x1ba)](_0x5df47f[_0x2d73b6(0x209)],undefined)?await _0x12113d[_0x2d73b6(0x1b9)](_0x46365b,JSON[_0x2d73b6(0x1ff)](_0x12113d[_0x2d73b6(0x21e)](_0x12113d[_0x2d73b6(0x1af)](_0x12113d[_0x2d73b6(0x21e)](_0x12113d[_0x2d73b6(0x234)],'\x22'+_0x5df47f[_0x2d73b6(0x209)][_0x2d73b6(0x1cf)]+'\x22\x20'),_0x12113d[_0x2d73b6(0x197)]),_0x5df47f[_0x2d73b6(0x1c3)][_0x2d73b6(0x213)])),_0x12113d[_0x2d73b6(0x1a8)]):await _0x12113d[_0x2d73b6(0x198)](_0x46365b,JSON[_0x2d73b6(0x1ff)](_0x12113d[_0x2d73b6(0x1eb)](_0x12113d[_0x2d73b6(0x234)],_0x5df47f[_0x2d73b6(0x1c3)][_0x2d73b6(0x213)])),_0x12113d['PjQUl'])):_0x12113d['OHXMU'](_0x5df47f[_0x2d73b6(0x209)],undefined)?await _0x12113d[_0x2d73b6(0x198)](_0x46365b,JSON[_0x2d73b6(0x1ff)](_0x12113d[_0x2d73b6(0x21e)](_0x12113d[_0x2d73b6(0x1d4)],'\x22'+_0x5df47f[_0x2d73b6(0x209)][_0x2d73b6(0x1cf)]+'\x22')),_0x12113d['DopFQ']):await _0x12113d[_0x2d73b6(0x1b9)](_0x46365b,JSON[_0x2d73b6(0x1ff)](_0x12113d['RWKSs']),_0x12113d['DopFQ']),global[_0x2d73b6(0x1b2)][0x0][_0x2d73b6(0x1fb)]['then'](_0x444c9d=>{const _0x172d29=_0x2d73b6;logger[_0x172d29(0x1c2)](_0x172d29(0x1ef)+_0x444c9d[_0x172d29(0x1d6)]());});}catch(_0x4b8cb8){logger[_0x2d73b6(0x1c2)]('Error:\x20at\x20After\x20Step:\x20'+_0x4b8cb8);}_0x12113d['nWPwi'](_0x142752);})['finally'](()=>_0x40d541());});function a9_0x1ea3(_0x492936,_0x5958d2){const _0x2fbd93=a9_0x2fbd();return a9_0x1ea3=function(_0x1ea367,_0x1c1e58){_0x1ea367=_0x1ea367-0x192;let _0x43c44a=_0x2fbd93[_0x1ea367];return _0x43c44a;},a9_0x1ea3(_0x492936,_0x5958d2);}const a9_0x43caf9={};a9_0x43caf9['name']=a9_0x545e7c(0x19c),a9_0x43caf9[a9_0x545e7c(0x20d)]=0x7530,AfterAll(a9_0x43caf9,async function(_0xc3397,_0x5518d6){const _0x4dc06f=a9_0x545e7c,_0x409e6e={'JMOFu':function(_0x30ebd3){return _0x30ebd3();},'yuxUn':_0x4dc06f(0x20a)};logger[_0x4dc06f(0x1c2)](_0x409e6e[_0x4dc06f(0x1d9)]),await new Promise(async _0x1dcfb4=>{const _0x4d0d4f=_0x4dc06f;await RequestQueueHandler[_0x4d0d4f(0x1e5)]()['shutdown'](),PerformanceTester[_0x4d0d4f(0x1f1)](),await global[_0x4d0d4f(0x1a6)](),_0x409e6e[_0x4d0d4f(0x20e)](_0x1dcfb4);});});
|
|
1
|
+
const a9_0x2f67cd=a9_0x2ee9;(function(_0x55e374,_0x53fd2a){const _0x11a46e=a9_0x2ee9,_0x19ba10=_0x55e374();while(!![]){try{const _0x6f4c56=parseInt(_0x11a46e(0x1b8))/0x1+parseInt(_0x11a46e(0x1aa))/0x2*(-parseInt(_0x11a46e(0x1d5))/0x3)+parseInt(_0x11a46e(0x14b))/0x4*(parseInt(_0x11a46e(0x194))/0x5)+-parseInt(_0x11a46e(0x1d9))/0x6*(parseInt(_0x11a46e(0x1bf))/0x7)+parseInt(_0x11a46e(0x195))/0x8*(-parseInt(_0x11a46e(0x181))/0x9)+parseInt(_0x11a46e(0x137))/0xa+-parseInt(_0x11a46e(0x1c0))/0xb*(-parseInt(_0x11a46e(0x160))/0xc);if(_0x6f4c56===_0x53fd2a)break;else _0x19ba10['push'](_0x19ba10['shift']());}catch(_0x8d6f8e){_0x19ba10['push'](_0x19ba10['shift']());}}}(a9_0x132f,0x457fb));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x2f67cd(0x166)),setKeepAlive=require(a9_0x2f67cd(0x18a)),util=require(a9_0x2f67cd(0x14f)),PerformanceTester=require(a9_0x2f67cd(0x1ac)),{commandRepository}=require(a9_0x2f67cd(0x1bc)),cucumberModule=requireModule(a9_0x2f67cd(0x1af),'@cucumber/cucumber'),logger=require(a9_0x2f67cd(0x15d))[a9_0x2f67cd(0x19d)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require('../../helpers/test-observability/utils'),TestDetails=require(a9_0x2f67cd(0x1d0)),RequestQueueHandler=require(a9_0x2f67cd(0x185)),{o11yErrorHandler}=require(a9_0x2f67cd(0x15f)),MyReporter=require(a9_0x2f67cd(0x1b9)),SessionHandler=require(a9_0x2f67cd(0x175)),scripts=require(a9_0x2f67cd(0x1ae)),globals=require(a9_0x2f67cd(0x1c2)),testHubConstants=require(a9_0x2f67cd(0x172)),{shouldScanTestForAccessibility}=require(a9_0x2f67cd(0x146)),{isUndefined}=require(a9_0x2f67cd(0x1d7)),a9_0x366e99={};a9_0x366e99['workerInfo']=undefined,a9_0x366e99[a9_0x2f67cd(0x15a)]={},a9_0x366e99[a9_0x2f67cd(0x19a)]=![],a9_0x366e99[a9_0x2f67cd(0x15a)]['id']=undefined,a9_0x366e99[a9_0x2f67cd(0x15a)][a9_0x2f67cd(0x184)]=undefined;const workerDetails=a9_0x366e99;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x4899c1){const _0x4f6fb9=a9_0x2f67cd,_0x11de99=workerDetails[_0x4f6fb9(0x15a)][_0x4f6fb9(0x184)];if(!_0x11de99)return;await MyReporter['addTestUIDAndReportLog'](_0x11de99,_0x4899c1);}),registerListeners=()=>{const _0x47a467=a9_0x2f67cd,_0x3c9b99={};_0x3c9b99[_0x47a467(0x138)]=_0x47a467(0x1e2);const _0x25c18b=_0x3c9b99;logger[_0x47a467(0x199)](_0x25c18b[_0x47a467(0x138)]),process[_0x47a467(0x193)]('bs:addLog:'+process[_0x47a467(0x186)]),process['on']('bs:addLog:'+process['pid'],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x2f67cd(0x167)],After=cucumberModule[a9_0x2f67cd(0x13f)],AfterAll=cucumberModule[a9_0x2f67cd(0x1b7)],BeforeAll=cucumberModule[a9_0x2f67cd(0x144)],AfterStep=cucumberModule[a9_0x2f67cd(0x1b6)],configuration=process['env'][a9_0x2f67cd(0x173)],bstackConfig=process[a9_0x2f67cd(0x171)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x2f67cd(0x187)](configuration);isBrowserstackInfra()?(global[a9_0x2f67cd(0x169)]=isTrue(config[a9_0x2f67cd(0x18d)]),global[a9_0x2f67cd(0x1d1)]=isTrue(config[a9_0x2f67cd(0x1a4)])):(global[a9_0x2f67cd(0x169)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x2f67cd(0x14d)](config,null,!![]):require(a9_0x2f67cd(0x148))[a9_0x2f67cd(0x14d)](config),global[a9_0x2f67cd(0x197)]=config[a9_0x2f67cd(0x17b)]||{};}function a9_0x132f(){const _0x4d7d89=['setTestNameForHealingContext','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','XQHCK','result','join','2077280hxCSPj','Cqqvx','mgMzX','__error_messages__','failed','WMpjg','ENV_VAR','afCwH','After','EnVrL','getId','DPljH','BROWSERSTACK_TESTHUB_UUID','BeforeAll','aHHhh','../../helpers/accessibility-automation/helper','Error:\x20in\x20quitting\x20driver\x20','../../index','error','Passed','169220eufyXZ','uSzzw','browserstackAgentV2','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','util','quitCount_','__sessionFailed','Error:\x20sendPlatformDetails\x20at\x20After:\x20','stringify','passed','ZbqhK','hhUbf','\x20|\x20','hqqcQ','event_type','currentTest','SMyrX','executeScript','../../helpers/logger','push','../../helpers/test-observability/error-handler','2532732kaKIOm','thBuildUuid','NsHqB','format','__timeout','oEOan','../../helpers/helper','Before','uuid','__skipSessionName','yYcmG','PRGRn','WrQEJ','MxrLH','ZhJvW','testCaseStartedId','lkwuA','env','../../helpers/testhub/constants.js','CONFIG','bstack','../../helpers/test-observability/sessionHandler','eiXns','executeAsyncScript','timeout','HUavB','saveTestResults','platformCaps',',\x22level\x22:\x20\x22','initQuit','stopMonitoring','iwhHc','BROWSERSTACK_TESTHUB_JWT','36GyXOoF','GvGry','getGlobal','testInfo','../../helpers/test-observability/requestQueueHandler','pid','parse','eezpF','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','../../helpers/setKeepAlive','qYXUt','info','skipSessionName','split','setConfig','__drivers','2|1|0|3|4','test_run','removeAllListeners','35LMpaRR','1068520jmSJfU','Inside\x20browserstack\x20Before','__platformCaps','YDxZB','debug','o11ySyncDone','baZbE','\x22}}','winstonLogger','toLowerCase','MqfbS','session_','shift','ihdxI','CBTSessionCreated','skipSessionStatus','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','thTestRunUuid','text','message','WSscy','62WbNTfE','thJwtToken','../../helpers/performance/performance-tester','\x0aError:\x20','../../helpers/accessibility-automation/scripts','@cucumber/cucumber/lib/index.js','Performing\x20scan\x20before\x20saving\x20results','dCamd','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','pickle','tags','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','AfterStep','AfterAll','212351Uwwojy','../playwright/reporter/reporter.js','driverCleanup','hgCYB','../../helpers/ai-sdk/autoHealHelper','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','bstackA11yShouldScan','70zNBvAd','44ySSJFD','Error:\x20cleaning\x20up\x20driver:\x20','../../helpers/globals','then','getInstance','status','name','Cmcvc','hSCJs','performScan','Inside\x20browserstack\x20AfterStep','toString','RoAKN','pickleStep','pFhfK','uploadEventData','../playwright/reporter/test-details.js','__skipSessionStatus','length','YBUhP','VTUAl','39513LMpyFA','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','lodash','SHBOr','199938ztaWnH','setFramework','PNAGC','LLSIK','finally','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','browserstackSessionName','NbRiX','map','Inside\x20browserstack\x20registerListeners','getTestUUID'];a9_0x132f=function(){return _0x4d7d89;};return a9_0x132f();}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x2f67cd(0x187)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x2f67cd(0x18f)](browserStackConfig),commandRepository[a9_0x2f67cd(0x1da)]('cucumber-js'));}global[a9_0x2f67cd(0x164)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x31b866=>{const _0x43e640=a9_0x2f67cd,_0x2fc394={'hhUbf':function(_0x4de401,_0x2ced2f){return _0x4de401(_0x2ced2f);}};global[_0x43e640(0x164)]=_0x31b866,_0x2fc394[_0x43e640(0x156)](__setDefaultTimeout,_0x31b866);};const a9_0x443fb6={};function a9_0x2ee9(_0x40f3f7,_0x9bef21){const _0x132f6b=a9_0x132f();return a9_0x2ee9=function(_0x2ee996,_0x4e7b6b){_0x2ee996=_0x2ee996-0x132;let _0x5b2795=_0x132f6b[_0x2ee996];return _0x5b2795;},a9_0x2ee9(_0x40f3f7,_0x9bef21);}a9_0x443fb6[a9_0x2f67cd(0x1c6)]=a9_0x2f67cd(0x174),BeforeAll(a9_0x443fb6,function(){const _0x5e54b9=a9_0x2f67cd,_0x7809a7={'WMpjg':function(_0x1016d0,_0x305ca1,_0x39ba41,_0x535e80){return _0x1016d0(_0x305ca1,_0x39ba41,_0x535e80);},'WSscy':_0x5e54b9(0x13b),'aHHhh':_0x5e54b9(0x157),'SMyrX':function(_0x3c3ae5,_0x48bbb6,_0x5bdb00){return _0x3c3ae5(_0x48bbb6,_0x5bdb00);},'ExnCs':_0x5e54b9(0x154),'ELIyT':'Inside\x20browserstack\x20BeforeAll','qYXUt':function(_0x226b58){return _0x226b58();},'lkwuA':function(_0x25d676){return _0x25d676();},'eiXns':function(_0x500f33,_0x3168fc){return _0x500f33(_0x3168fc);}};PerformanceTester['startMonitoring'](),logger[_0x5e54b9(0x199)](_0x7809a7['ELIyT']),global['__error_messages__']=[],global[_0x5e54b9(0x151)]=![],_0x7809a7[_0x5e54b9(0x18b)](shouldProcessEventForTesthub)&&(_0x7809a7[_0x5e54b9(0x170)](registerListeners),_0x7809a7[_0x5e54b9(0x176)](addRequestSpy,![])),global[_0x5e54b9(0x1ba)]=async()=>{const _0x2554e2=_0x5e54b9;let _0x98f8da=![];try{await global['__drivers'][0x0]['session_'],_0x98f8da=!![],global[_0x2554e2(0x151)]?await _0x7809a7[_0x2554e2(0x13c)](markSessionStatus,global[_0x2554e2(0x190)][0x0],_0x7809a7[_0x2554e2(0x1a9)],global[_0x2554e2(0x13a)]['join'](_0x7809a7[_0x2554e2(0x145)])):await _0x7809a7[_0x2554e2(0x15b)](markSessionStatus,global[_0x2554e2(0x190)][0x0],_0x7809a7['ExnCs']);}catch(_0x4634f0){logger[_0x2554e2(0x199)](_0x2554e2(0x1c1)+_0x4634f0);}global[_0x2554e2(0x13a)]=[],global[_0x2554e2(0x151)]=![];if(_0x98f8da)try{await global['__drivers'][0x0]['initQuit'](),global['__drivers'][0x0][_0x2554e2(0x1a0)][_0x2554e2(0x1c3)](_0xef33b2=>{const _0x49ddf3=_0x2554e2;logger[_0x49ddf3(0x199)](_0x49ddf3(0x147)+_0xef33b2[_0x49ddf3(0x141)]());});}catch(_0x2b8b1c){logger[_0x2554e2(0x199)](_0x2554e2(0x14e)+_0x2b8b1c);}};});const a9_0x1c65b4={};a9_0x1c65b4[a9_0x2f67cd(0x1c6)]=a9_0x2f67cd(0x174),a9_0x1c65b4[a9_0x2f67cd(0x178)]=0x2710,Before(a9_0x1c65b4,function(_0x339853,_0x26770a){const _0x4e925a=a9_0x2f67cd,_0x39baf0={'ZbqhK':function(_0x49587f,_0x2e3548){return _0x49587f>_0x2e3548;},'uFmXQ':function(_0x252143,_0x181fea){return _0x252143(_0x181fea);},'DPljH':function(_0x209d78,_0x417cae,_0x2b5994,_0x21f60a){return _0x209d78(_0x417cae,_0x2b5994,_0x21f60a);},'EnVrL':_0x4e925a(0x1be),'NbRiX':function(_0x20571f){return _0x20571f();},'MqfbS':_0x4e925a(0x196)};commandRepository[_0x4e925a(0x132)](_0x339853['pickle'][_0x4e925a(0x1c6)]),logger[_0x4e925a(0x199)](_0x39baf0[_0x4e925a(0x19f)]),new Promise(async _0x4bf7a8=>{const _0x37c98b=_0x4e925a;try{_0x39baf0[_0x37c98b(0x155)](global[_0x37c98b(0x190)][_0x37c98b(0x1d2)],0x1)&&(await global[_0x37c98b(0x1ba)](),global[_0x37c98b(0x190)][_0x37c98b(0x1a1)]()),global[_0x37c98b(0x190)][0x0][_0x37c98b(0x150)]&&_0x39baf0[_0x37c98b(0x155)](global['__drivers'][0x0][_0x37c98b(0x150)],0x0)&&await global[_0x37c98b(0x1ba)]();}catch(_0x4135e9){logger[_0x37c98b(0x199)](_0x37c98b(0x1a5)+_0x4135e9);}workerDetails[_0x37c98b(0x15a)][_0x37c98b(0x184)]=_0x339853[_0x37c98b(0x16f)];try{if(!_0x39baf0['uFmXQ'](isUndefined,_0x339853[_0x37c98b(0x1b3)][_0x37c98b(0x1b4)])){const _0x1af698=_0x39baf0[_0x37c98b(0x142)](shouldScanTestForAccessibility,null,![],_0x339853['pickle'][_0x37c98b(0x1b4)][_0x37c98b(0x1e1)](({name:_0x1e49c2})=>_0x1e49c2));globals['setGlobal'](_0x39baf0[_0x37c98b(0x140)],_0x1af698);}}catch(_0xf6dba0){logger[_0x37c98b(0x199)](_0x37c98b(0x1b5)+util[_0x37c98b(0x163)](_0xf6dba0));}_0x39baf0[_0x37c98b(0x1e0)](_0x4bf7a8);})[_0x4e925a(0x1dd)](_0x26770a);});const a9_0x1a2779={};a9_0x1a2779[a9_0x2f67cd(0x1c6)]=a9_0x2f67cd(0x174),a9_0x1a2779[a9_0x2f67cd(0x178)]=0x2710,After(a9_0x1a2779,function(_0x4707d9,_0x51529b){const _0x2b44bf=a9_0x2f67cd,_0x5bc7be={'LgXLs':_0x2b44bf(0x191),'DpkiG':function(_0x508d00,_0x55b077){return _0x508d00>_0x55b077;},'baZbE':function(_0x1dd003,_0x35f449){return _0x1dd003===_0x35f449;},'NsHqB':_0x2b44bf(0x13b),'ihdxI':function(_0x25c90a,_0x5b3362){return _0x25c90a===_0x5b3362;},'pFhfK':function(_0x42e550,_0x185132,_0x56bf7d,_0xcb6861){return _0x42e550(_0x185132,_0x56bf7d,_0xcb6861);},'dCamd':_0x2b44bf(0x157),'VHJZz':function(_0x2afc52,_0x1fa138,_0x28c1c8){return _0x2afc52(_0x1fa138,_0x28c1c8);},'mDGWR':_0x2b44bf(0x154),'RoAKN':function(_0xef058a){return _0xef058a();},'ZhJvW':function(_0x37125e,_0x431e04,_0x421785,_0x27c819){return _0x37125e(_0x431e04,_0x421785,_0x27c819);},'GvGry':_0x2b44bf(0x1a3),'VTUAl':'isAccessibilityPlatform','YDxZB':_0x2b44bf(0x1be),'hqqcQ':_0x2b44bf(0x1bd),'UHIeu':_0x2b44bf(0x1b0),'yYcmG':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','WrQEJ':function(_0x2cba75,_0x412ed6){return _0x2cba75>_0x412ed6;},'uSzzw':function(_0x410c44){return _0x410c44();},'hSCJs':'Inside\x20browserstack\x20After'};logger[_0x2b44bf(0x199)](_0x5bc7be[_0x2b44bf(0x1c8)]),workerDetails[_0x2b44bf(0x15a)]['testInfo']=_0x4707d9['testCaseStartedId'],new Promise(async _0x41aa8c=>{const _0x4c90b5=_0x2b44bf;let _0x47bf5d=![];try{const _0x3c9d3d=_0x5bc7be['LgXLs'][_0x4c90b5(0x18e)]('|');let _0x5e7df3=0x0;while(!![]){switch(_0x3c9d3d[_0x5e7df3++]){case'0':_0x47bf5d=!![];continue;case'1':await global[_0x4c90b5(0x190)][0x0]['session_'];continue;case'2':_0x5bc7be['DpkiG'](global[_0x4c90b5(0x190)][_0x4c90b5(0x1d2)],0x1)&&(await global[_0x4c90b5(0x1ba)](),global[_0x4c90b5(0x190)][_0x4c90b5(0x1a1)](),global[_0x4c90b5(0x13a)]=[],global[_0x4c90b5(0x151)]=![]);continue;case'3':!global[_0x4c90b5(0x169)]&&await global['__drivers'][0x0][_0x4c90b5(0x15c)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x4707d9[_0x4c90b5(0x1b3)][_0x4c90b5(0x1c6)]+'\x22}}');continue;case'4':if(_0x5bc7be[_0x4c90b5(0x19b)](_0x4707d9[_0x4c90b5(0x135)][_0x4c90b5(0x1c5)][_0x4c90b5(0x1cb)]()[_0x4c90b5(0x19e)](),_0x5bc7be[_0x4c90b5(0x162)])||_0x5bc7be[_0x4c90b5(0x1a2)](_0x4707d9[_0x4c90b5(0x135)][_0x4c90b5(0x1c5)]['toString']()[_0x4c90b5(0x19e)](),'6')){try{global['__error_messages__'][_0x4c90b5(0x15e)](_0x4707d9['result'][_0x4c90b5(0x1a8)]);}catch(_0x171f8e){logger[_0x4c90b5(0x199)](_0x4c90b5(0x1de)+_0x171f8e);}await _0x5bc7be[_0x4c90b5(0x1ce)](markSessionStatus,global['__drivers'][0x0],_0x5bc7be[_0x4c90b5(0x162)],global[_0x4c90b5(0x13a)][_0x4c90b5(0x136)](_0x5bc7be[_0x4c90b5(0x1b1)]));}else await _0x5bc7be['VHJZz'](markSessionStatus,global['__drivers'][0x0],_0x5bc7be['mDGWR']);continue;}break;}}catch(_0x2b1cb7){logger[_0x4c90b5(0x199)]('Error:\x20at\x20After:\x20'+util[_0x4c90b5(0x163)](_0x2b1cb7));}try{if(_0x5bc7be[_0x4c90b5(0x1cc)](shouldProcessEventForTesthub)){const _0x4f4a20=TestDetails[_0x4c90b5(0x1e3)](_0x4707d9[_0x4c90b5(0x16f)]),_0x2348e6=await _0x5bc7be[_0x4c90b5(0x16e)](sendPlatformDetails,global[_0x4c90b5(0x190)][0x0],_0x4f4a20,!![]),_0x3349e7={};_0x3349e7[_0x4c90b5(0x168)]=_0x4f4a20,_0x3349e7['integrations']=_0x2348e6;const _0x3272c1=_0x3349e7,_0x4900fe={};_0x4900fe[_0x4c90b5(0x159)]=_0x5bc7be[_0x4c90b5(0x182)],_0x4900fe[_0x4c90b5(0x192)]=_0x3272c1,await SessionHandler[_0x4c90b5(0x1cf)](_0x4900fe);}}catch(_0x2cc844){logger[_0x4c90b5(0x199)](_0x4c90b5(0x152)+util[_0x4c90b5(0x163)](_0x2cc844));}try{if(globals['getGlobal'](_0x5bc7be[_0x4c90b5(0x1d4)])&&globals[_0x4c90b5(0x183)](_0x5bc7be[_0x4c90b5(0x198)])){logger['info'](_0x5bc7be[_0x4c90b5(0x158)]);const _0x3de980=TestDetails[_0x4c90b5(0x1e3)](_0x4707d9[_0x4c90b5(0x16f)]),_0x365f73={};_0x365f73[_0x4c90b5(0x1a6)]=_0x3de980,_0x365f73[_0x4c90b5(0x161)]=process[_0x4c90b5(0x171)][testHubConstants['ENV_VAR'][_0x4c90b5(0x143)]],_0x365f73[_0x4c90b5(0x1ab)]=process[_0x4c90b5(0x171)][testHubConstants[_0x4c90b5(0x13d)][_0x4c90b5(0x180)]];const _0x5338dc=_0x365f73;logger[_0x4c90b5(0x199)](_0x4c90b5(0x1b2)+JSON[_0x4c90b5(0x153)](_0x5338dc)),logger[_0x4c90b5(0x199)](_0x5bc7be['UHIeu']),logger[_0x4c90b5(0x199)](util[_0x4c90b5(0x163)](await global[_0x4c90b5(0x190)][0x0][_0x4c90b5(0x177)](scripts[_0x4c90b5(0x1c9)],{'method':global[_0x4c90b5(0x1df)]}))),await global[_0x4c90b5(0x190)][0x0][_0x4c90b5(0x177)](scripts[_0x4c90b5(0x17a)],_0x5338dc),logger[_0x4c90b5(0x18c)](_0x5bc7be[_0x4c90b5(0x16a)]);}}catch(_0x1f8a56){logger[_0x4c90b5(0x149)](_0x4c90b5(0x189)+util[_0x4c90b5(0x163)]);}if(_0x47bf5d)try{global[_0x4c90b5(0x190)][0x0]&&_0x5bc7be[_0x4c90b5(0x16c)](global[_0x4c90b5(0x190)][0x0][_0x4c90b5(0x150)],0x0)&&await global[_0x4c90b5(0x190)][0x0][_0x4c90b5(0x17d)]();}catch(_0x189dcd){logger[_0x4c90b5(0x199)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x189dcd);}_0x5bc7be[_0x4c90b5(0x14c)](_0x41aa8c);})[_0x2b44bf(0x1dd)](()=>_0x51529b());});const a9_0x52e1fd={};a9_0x52e1fd[a9_0x2f67cd(0x1c6)]=a9_0x2f67cd(0x174),a9_0x52e1fd[a9_0x2f67cd(0x178)]=0x2710,AfterStep(a9_0x52e1fd,function(_0x246258,_0x241d89){const _0x482d82=a9_0x2f67cd,_0x3bc80f={'PNAGC':function(_0xf6f420,_0x3c719a){return _0xf6f420===_0x3c719a;},'PyZUR':_0x482d82(0x13b),'YBUhP':function(_0x463fa9,_0x262ea9){return _0x463fa9===_0x262ea9;},'eezpF':function(_0x1ff5d2,_0x15e4ca){return _0x1ff5d2!==_0x15e4ca;},'LLSIK':function(_0x43a230,_0x409fa0,_0x44fbb2){return _0x43a230(_0x409fa0,_0x44fbb2);},'iwhHc':function(_0x562be3,_0x1c8d0b){return _0x562be3+_0x1c8d0b;},'mgMzX':function(_0xb30da7,_0x51684d){return _0xb30da7+_0x51684d;},'afCwH':function(_0x36c655,_0x547491){return _0x36c655+_0x547491;},'SHBOr':'Failed:\x20','dsUil':_0x482d82(0x1ad),'PRGRn':'error','HUavB':function(_0x3843eb,_0x24a1d9,_0x3713b0){return _0x3843eb(_0x24a1d9,_0x3713b0);},'oEOan':'Passed:\x20','MxrLH':'info','XQHCK':function(_0x3c1498,_0x4c594d,_0xdbd2e4){return _0x3c1498(_0x4c594d,_0xdbd2e4);},'AAXYj':_0x482d82(0x14a),'hgCYB':function(_0x4d7ad3){return _0x4d7ad3();},'Cmcvc':_0x482d82(0x1ca)};logger[_0x482d82(0x199)](_0x3bc80f[_0x482d82(0x1c7)]);const _0x52d49f=async(_0x4f5183,_0x21e1e4)=>{const _0x323393=_0x482d82;await global['__drivers'][0x0][_0x323393(0x15c)](_0x323393(0x133)+_0x4f5183+_0x323393(0x17c)+_0x21e1e4+_0x323393(0x19c));};new Promise(async _0x5dd3ef=>{const _0xdc8fcb=_0x482d82;try{_0x3bc80f[_0xdc8fcb(0x1db)](_0x246258[_0xdc8fcb(0x135)][_0xdc8fcb(0x1c5)][_0xdc8fcb(0x1cb)]()['toLowerCase'](),_0x3bc80f['PyZUR'])||_0x3bc80f[_0xdc8fcb(0x1d3)](_0x246258[_0xdc8fcb(0x135)][_0xdc8fcb(0x1c5)][_0xdc8fcb(0x1cb)]()['toLowerCase'](),'6')?(global[_0xdc8fcb(0x151)]=!![],global[_0xdc8fcb(0x13a)][_0xdc8fcb(0x15e)](_0x246258[_0xdc8fcb(0x135)]['message']),_0x3bc80f[_0xdc8fcb(0x188)](_0x246258[_0xdc8fcb(0x1cd)],undefined)?await _0x3bc80f[_0xdc8fcb(0x1dc)](_0x52d49f,JSON[_0xdc8fcb(0x153)](_0x3bc80f[_0xdc8fcb(0x17f)](_0x3bc80f[_0xdc8fcb(0x139)](_0x3bc80f[_0xdc8fcb(0x13e)](_0x3bc80f['SHBOr'],'\x22'+_0x246258[_0xdc8fcb(0x1cd)]['text']+'\x22\x20'),_0x3bc80f['dsUil']),_0x246258[_0xdc8fcb(0x135)][_0xdc8fcb(0x1a8)])),_0x3bc80f[_0xdc8fcb(0x16b)]):await _0x3bc80f[_0xdc8fcb(0x1dc)](_0x52d49f,JSON['stringify'](_0x3bc80f[_0xdc8fcb(0x139)](_0x3bc80f[_0xdc8fcb(0x1d8)],_0x246258[_0xdc8fcb(0x135)]['message'])),_0x3bc80f['PRGRn'])):_0x3bc80f[_0xdc8fcb(0x188)](_0x246258[_0xdc8fcb(0x1cd)],undefined)?await _0x3bc80f[_0xdc8fcb(0x179)](_0x52d49f,JSON[_0xdc8fcb(0x153)](_0x3bc80f[_0xdc8fcb(0x139)](_0x3bc80f[_0xdc8fcb(0x165)],'\x22'+_0x246258['pickleStep'][_0xdc8fcb(0x1a7)]+'\x22')),_0x3bc80f[_0xdc8fcb(0x16d)]):await _0x3bc80f[_0xdc8fcb(0x134)](_0x52d49f,JSON['stringify'](_0x3bc80f['AAXYj']),_0x3bc80f['MxrLH']),global[_0xdc8fcb(0x190)][0x0][_0xdc8fcb(0x1a0)][_0xdc8fcb(0x1c3)](_0x5d7a6f=>{const _0x4010f7=_0xdc8fcb;logger['debug'](_0x4010f7(0x1d6)+_0x5d7a6f[_0x4010f7(0x141)]());});}catch(_0x1e7f22){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x1e7f22);}_0x3bc80f[_0xdc8fcb(0x1bb)](_0x5dd3ef);})[_0x482d82(0x1dd)](()=>_0x241d89());});const a9_0x2d770b={};a9_0x2d770b[a9_0x2f67cd(0x1c6)]=a9_0x2f67cd(0x174),a9_0x2d770b[a9_0x2f67cd(0x178)]=0x7530,AfterAll(a9_0x2d770b,async function(_0x18cd89,_0x456c82){const _0x45a018={'gJzmr':function(_0x8e9dbe){return _0x8e9dbe();},'WKAPd':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x45a018['WKAPd']),await new Promise(async _0x9b1b92=>{const _0x114add=a9_0x2ee9;await RequestQueueHandler[_0x114add(0x1c4)]()['shutdown'](),PerformanceTester[_0x114add(0x17e)](),await global['driverCleanup'](),_0x45a018['gJzmr'](_0x9b1b92);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x2dd3bc=a10_0x4782;(function(_0x22b79a,_0x54ebaa){const _0x522850=a10_0x4782,_0x281419=_0x22b79a();while(!![]){try{const _0x521584=parseInt(_0x522850(0x1ab))/0x1+-parseInt(_0x522850(0x19d))/0x2+parseInt(_0x522850(0x1a9))/0x3+parseInt(_0x522850(0x1b4))/0x4*(parseInt(_0x522850(0x1aa))/0x5)+parseInt(_0x522850(0x1a6))/0x6+parseInt(_0x522850(0x1ac))/0x7*(parseInt(_0x522850(0x1bb))/0x8)+-parseInt(_0x522850(0x1c3))/0x9;if(_0x521584===_0x54ebaa)break;else _0x281419['push'](_0x281419['shift']());}catch(_0x3c1a23){_0x281419['push'](_0x281419['shift']());}}}(a10_0x318e,0xb3b89));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x2dd3bc(0x198)),setKeepAlive=require(a10_0x2dd3bc(0x1cc)),cucumberModule=requireModule(a10_0x2dd3bc(0x1ad),a10_0x2dd3bc(0x1a0)),logger=require(a10_0x2dd3bc(0x1a8))[a10_0x2dd3bc(0x1ba)];modifyCommand(),setKeepAlive();function a10_0x4782(_0x2365fb,_0x7c7dcc){const _0x318ea2=a10_0x318e();return a10_0x4782=function(_0x478200,_0x15c58e){_0x478200=_0x478200-0x196;let _0x232b5f=_0x318ea2[_0x478200];return _0x232b5f;},a10_0x4782(_0x2365fb,_0x7c7dcc);}const Before=cucumberModule[a10_0x2dd3bc(0x19f)],After=cucumberModule[a10_0x2dd3bc(0x1a1)],configuration=process[a10_0x2dd3bc(0x1bd)][a10_0x2dd3bc(0x1a5)];if(configuration!==undefined){const config=JSON[a10_0x2dd3bc(0x1a3)](configuration);isTrue(config[a10_0x2dd3bc(0x1b2)])&&(global[a10_0x2dd3bc(0x1b9)]=!![]),global[a10_0x2dd3bc(0x19a)]=isTrue(config[a10_0x2dd3bc(0x1a7)]),require(a10_0x2dd3bc(0x1ca))[a10_0x2dd3bc(0x1c5)](config),global[a10_0x2dd3bc(0x1c2)]=config[a10_0x2dd3bc(0x1b5)]||{};}function a10_0x318e(){const _0x13f589=['Inside\x20browserstack\x20After','name','debug','skipSessionName','__error_messages__','16YcGAWG','platformCaps','toLowerCase','GlSli','passed','__skipSessionName','winstonLogger','135848FOaLlw','join','env','executeScript','vcEyb','NLHvS','session_','__platformCaps','22158855PjnIpZ','setDefaultTimeout','browserstackAgentV2','pickle','initQuit','bstack','oeEgB','../../index','Inside\x20browserstack\x20Before','../../helpers/setKeepAlive','then','__timeout','../../helpers/helper','QbHus','__skipSessionStatus','Error:\x20setting\x20status\x20at\x20After:\x20','gwcEO','2467370WzYTYa','mVXzf','Before','cucumber','After','AjSIZ','parse','KeZph','CONFIG','6161682WxTnbR','skipSessionStatus','../../helpers/logger','323484skcqGn','1161445jbFMxD','975544CqimpI','574ZDSYjM','cucumber/lib/index.js','__driver'];a10_0x318e=function(){return _0x13f589;};return a10_0x318e();}global[a10_0x2dd3bc(0x197)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a10_0x2dd3bc(0x1c4)]=_0x699105=>{const _0x2ea04c={'NkLOF':function(_0xeb93ca,_0x402214){return _0xeb93ca(_0x402214);}};global['__timeout']=_0x699105,_0x2ea04c['NkLOF'](__setDefaultTimeout,_0x699105);};const a10_0x5bffe0={};a10_0x5bffe0[a10_0x2dd3bc(0x1b0)]='bstack',Before(a10_0x5bffe0,function(){const _0x5d823e=a10_0x2dd3bc,_0x23762f={};_0x23762f[_0x5d823e(0x1c0)]=_0x5d823e(0x1cb);const _0x35dc4d=_0x23762f;logger['debug'](_0x35dc4d[_0x5d823e(0x1c0)]),global[_0x5d823e(0x1b3)]=[];});const a10_0x39cf25={};a10_0x39cf25[a10_0x2dd3bc(0x1b0)]=a10_0x2dd3bc(0x1c8),a10_0x39cf25['timeout']=0x2710,After(a10_0x39cf25,function(_0x386adf,_0x33e04c){const _0x3f0ab0=a10_0x2dd3bc,_0x37b4a2={'vcEyb':function(_0xe54cbc,_0x108e4f){return _0xe54cbc===_0x108e4f;},'KeZph':'failed','QbHus':function(_0x14e9c2,_0x211c56,_0x11887b,_0x458fda){return _0x14e9c2(_0x211c56,_0x11887b,_0x458fda);},'AjSIZ':'\x20|\x20','PCLbR':function(_0xd6313c,_0x528e1b,_0x563ac5){return _0xd6313c(_0x528e1b,_0x563ac5);},'GlSli':_0x3f0ab0(0x1b8),'mVXzf':function(_0x429603){return _0x429603();},'rvPlQ':function(_0x164a0c,_0x53695f){return _0x164a0c(_0x53695f);},'oeEgB':function(_0x1cf9e9){return _0x1cf9e9();},'gwcEO':_0x3f0ab0(0x1af)};logger['debug'](_0x37b4a2[_0x3f0ab0(0x19c)]),new Promise(async(_0xade9bc,_0x5e3ffe)=>{const _0xf72ed8=_0x3f0ab0;let _0x46a4f3=![];try{await global['__driver'][_0xf72ed8(0x1c1)],_0x46a4f3=!![],!global[_0xf72ed8(0x1b9)]&&await global[_0xf72ed8(0x1ae)][_0xf72ed8(0x1be)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x386adf[_0xf72ed8(0x1c6)]['name']+'\x22}}'),_0x37b4a2[_0xf72ed8(0x1bf)](_0x386adf['result']['status'][_0xf72ed8(0x1b6)](),_0x37b4a2[_0xf72ed8(0x1a4)])?await _0x37b4a2[_0xf72ed8(0x199)](markSessionStatus,global[_0xf72ed8(0x1ae)],_0x37b4a2['KeZph'],global[_0xf72ed8(0x1b3)][_0xf72ed8(0x1bc)](_0x37b4a2[_0xf72ed8(0x1a2)])):await _0x37b4a2['PCLbR'](markSessionStatus,global[_0xf72ed8(0x1ae)],_0x37b4a2[_0xf72ed8(0x1b7)]);}catch(_0x34eb97){logger[_0xf72ed8(0x1b1)](_0xf72ed8(0x19b)+_0x34eb97);}if(_0x46a4f3)try{await global['__driver'][_0xf72ed8(0x1c7)](),_0x37b4a2[_0xf72ed8(0x19e)](_0xade9bc);}catch(_0x46ea34){logger['debug']('Error:\x20quiting\x20at\x20After:\x20'+_0x46ea34),_0x37b4a2['rvPlQ'](_0x5e3ffe,_0x46ea34);}else _0x37b4a2[_0xf72ed8(0x1c9)](_0x5e3ffe);})[_0x3f0ab0(0x196)](()=>_0x33e04c());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0xefb25=a11_0x4621;(function(_0x20475e,_0x3f8936){const _0x334cba=a11_0x4621,_0x510953=_0x20475e();while(!![]){try{const _0xb8b2e=-parseInt(_0x334cba(0xeb))/0x1+parseInt(_0x334cba(0xf0))/0x2*(parseInt(_0x334cba(0xed))/0x3)+-parseInt(_0x334cba(0xf6))/0x4*(-parseInt(_0x334cba(0xe8))/0x5)+-parseInt(_0x334cba(0xef))/0x6+parseInt(_0x334cba(0xf3))/0x7*(-parseInt(_0x334cba(0xf2))/0x8)+-parseInt(_0x334cba(0xf1))/0x9+parseInt(_0x334cba(0xf7))/0xa*(parseInt(_0x334cba(0xea))/0xb);if(_0xb8b2e===_0x3f8936)break;else _0x510953['push'](_0x510953['shift']());}catch(_0x214078){_0x510953['push'](_0x510953['shift']());}}}(a11_0x5440,0xe8220));const {requireModule}=require(a11_0xefb25(0xec)),constants=require(a11_0xefb25(0xe7));function a11_0x4621(_0x37fb78,_0x80c88a){const _0x544087=a11_0x5440();return a11_0x4621=function(_0x46215e,_0x1c5f17){_0x46215e=_0x46215e-0xe7;let _0x51cdac=_0x544087[_0x46215e];return _0x51cdac;},a11_0x4621(_0x37fb78,_0x80c88a);};let cucumberModule=null;try{cucumberModule=requireModule(a11_0xefb25(0xf8),'@cucumber/cucumber');}catch(a11_0x53484b){cucumberModule=requireModule('cucumber/lib/index.js',a11_0xefb25(0xf5));}function a11_0x5440(){const _0x486835=['../../helpers/helper','9591DsGeps','BSTACK_DELTA','4169268atSZxH','390uFRrfR','7750755zbKZVV','6058136PIFJGR','7iJskIb','setDefaultTimeout','cucumber','2428LXFjnc','17063530ZBrwsT','@cucumber/cucumber/lib/index.js','../utils/constants','1560QEhtTh','__timeout','22SNZrSu','961349TgJzbo'];a11_0x5440=function(){return _0x486835;};return a11_0x5440();}cucumberModule[a11_0xefb25(0xf4)](constants[a11_0xefb25(0xee)]+global[a11_0xefb25(0xe9)]*0x1);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a12_0x358aef=a12_0x17f3;(function(_0x202e4d,_0x18632c){const _0x4106e3=a12_0x17f3,_0x214d9f=_0x202e4d();while(!![]){try{const _0x568c27=-parseInt(_0x4106e3(0x108))/0x1+parseInt(_0x4106e3(0x102))/0x2*(-parseInt(_0x4106e3(0x104))/0x3)+-parseInt(_0x4106e3(0x107))/0x4+parseInt(_0x4106e3(0x124))/0x5*(parseInt(_0x4106e3(0xf4))/0x6)+-parseInt(_0x4106e3(0xf8))/0x7+parseInt(_0x4106e3(0x11f))/0x8+parseInt(_0x4106e3(0xf3))/0x9*(parseInt(_0x4106e3(0xe7))/0xa);if(_0x568c27===_0x18632c)break;else _0x214d9f['push'](_0x214d9f['shift']());}catch(_0x289f9c){_0x214d9f['push'](_0x214d9f['shift']());}}}(a12_0x5851,0xb0ec9));const {default:BrowserStackSetup}=require(a12_0x358aef(0x10a)),logger=require(a12_0x358aef(0xfb))[a12_0x358aef(0xfd)],{URL}=require('url'),helper=require(a12_0x358aef(0x112)),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x1e71c2){const _0x160187=a12_0x358aef;return _0x1e71c2['split'](',')[_0x160187(0x122)](_0x5a2f90=>{const _0x4f3a74=_0x160187;try{new URL(_0x5a2f90[_0x4f3a74(0xe1)]());}catch(_0x23bcb8){return![];}return!![];});},parseOnPremHosts=function(_0x5368a1){const _0x4eb4b1=a12_0x358aef,_0x2e4017={};_0x2e4017['IUzms']=function(_0xc2dbf6,_0x58a889){return _0xc2dbf6===_0x58a889;},_0x2e4017[_0x4eb4b1(0xfc)]='https:',_0x2e4017[_0x4eb4b1(0x11c)]=_0x4eb4b1(0xee),_0x2e4017[_0x4eb4b1(0xe3)]=_0x4eb4b1(0x106);const _0x5bae1a=_0x2e4017;return _0x5368a1[_0x4eb4b1(0x119)](',')[_0x4eb4b1(0xef)](_0x47e789=>{const _0xa15a6f=_0x4eb4b1,_0x1e25bb=new URL(_0x47e789[_0xa15a6f(0xe1)]()),_0x581773=_0x1e25bb[_0xa15a6f(0xf9)],_0x2eaba9=_0x1e25bb[_0xa15a6f(0x116)]||(_0x5bae1a[_0xa15a6f(0xf5)](_0x1e25bb['protocol'],_0x5bae1a[_0xa15a6f(0xfc)])?_0x5bae1a[_0xa15a6f(0x11c)]:'80'),_0x3f906d=_0x1e25bb[_0xa15a6f(0xe8)][_0xa15a6f(0x125)](':',''),_0x1e3a42=_0x5bae1a[_0xa15a6f(0xf5)](_0x3f906d,_0x5bae1a['rkkIp'])?0x1:0x0;return _0x581773+','+_0x2eaba9+','+_0x1e3a42;});},connectCommandBuilder=function(_0xf5ee37){const _0x3407b6=a12_0x358aef,_0x19e22f={};_0x19e22f[_0x3407b6(0xe6)]=_0x3407b6(0xf1);const _0x156010=_0x19e22f,_0x4cfd98={};_0x4cfd98[_0x3407b6(0x10e)]=HELP_MESSAGES[_0x3407b6(0x118)][_0x3407b6(0xe9)],_0x4cfd98[_0x3407b6(0x105)]=_0x156010[_0x3407b6(0xe6)];const _0x3df3f6={};_0x3df3f6[_0x3407b6(0x10e)]=HELP_MESSAGES[_0x3407b6(0x118)][_0x3407b6(0x126)],_0x3df3f6[_0x3407b6(0x105)]=_0x156010[_0x3407b6(0xe6)],_0x3df3f6['demandOption']=!![];const _0x40b156={};return _0x40b156[_0x3407b6(0x103)]=_0x4cfd98,_0x40b156[_0x3407b6(0x126)]=_0x3df3f6,_0xf5ee37[_0x3407b6(0x118)](_0x40b156);},connectCommandHandler=async function(_0x100061){const _0x4054e1=a12_0x358aef,_0x1716fb={'JBlfi':_0x4054e1(0x117),'NdqET':function(_0x115338,_0x3110a4){return _0x115338===_0x3110a4;},'lXAwJ':'undefined','xYfuk':'BrowserStack\x20access\x20key\x20missing.','nSIGU':function(_0x389316,_0x530984){return _0x389316===_0x530984;},'tOecr':'Integration\x20hosts\x20missing.','UNvwM':function(_0x225671,_0xd47f51){return _0x225671(_0xd47f51);},'AKmGE':_0x4054e1(0xf0),'RcqFu':function(_0x1da360,_0x323cb3){return _0x1da360(_0x323cb3);},'AnJoj':_0x4054e1(0xf2),'ABqQf':_0x4054e1(0xeb),'ZBBsd':_0x4054e1(0x10c)};try{const _0x1946a2=new BrowserStackSetup(_0x100061,_0x1716fb['JBlfi']);_0x100061[_0x4054e1(0x101)]&&(_0x1946a2[_0x4054e1(0x10d)]['accessKey']=_0x100061[_0x4054e1(0x101)]);if(_0x1716fb[_0x4054e1(0x120)](typeof _0x1946a2[_0x4054e1(0x10d)][_0x4054e1(0x121)],_0x1716fb[_0x4054e1(0x115)])){logger[_0x4054e1(0x114)](_0x1716fb['xYfuk']);throw new Error(ERROR_MESSAGES[_0x4054e1(0xe9)][_0x4054e1(0x11b)]);}const _0x121508=_0x100061['hosts'];if(_0x1716fb['nSIGU'](typeof _0x121508,_0x1716fb[_0x4054e1(0x115)])){logger[_0x4054e1(0x114)](_0x1716fb[_0x4054e1(0xea)]);throw new Error(ERROR_MESSAGES[_0x4054e1(0x126)][_0x4054e1(0x11b)]);}if(!_0x1716fb[_0x4054e1(0xfe)](validHosts,_0x121508)){logger['error'](_0x1716fb[_0x4054e1(0x11e)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x2e8058=_0x1716fb[_0x4054e1(0xf7)](parseOnPremHosts,_0x121508);_0x1946a2['config'][_0x4054e1(0x100)]=!![],_0x1946a2['config'][_0x4054e1(0xf6)][_0x4054e1(0xe0)]=_0x1716fb['AnJoj'],_0x1946a2[_0x4054e1(0x10d)]['browserStackLocalOptions'][_0x4054e1(0xe5)]=_0x2e8058[_0x4054e1(0x123)](','),helper[_0x4054e1(0xed)](_0x1946a2[_0x4054e1(0x10d)]),await _0x1946a2[_0x4054e1(0x10b)](),logger['info'](_0x1716fb[_0x4054e1(0xe4)]);}catch(_0x3d7da7){logger[_0x4054e1(0x114)](_0x1716fb[_0x4054e1(0xfa)]);throw new Error(_0x3d7da7['toString']());}};function run(_0x4888be){const _0x4e8fd7=a12_0x358aef,_0x141a2b={};_0x141a2b[_0x4e8fd7(0x110)]='connect',_0x141a2b['RuCOq']='help';const _0x4388e2=_0x141a2b;_0x4888be[_0x4e8fd7(0x11a)](HELP_MESSAGES[_0x4e8fd7(0xec)][_0x4e8fd7(0x11d)])[_0x4e8fd7(0xec)](_0x4388e2[_0x4e8fd7(0x110)],HELP_MESSAGES[_0x4e8fd7(0xec)][_0x4e8fd7(0xe2)],connectCommandBuilder,connectCommandHandler)[_0x4e8fd7(0x10f)]()[_0x4e8fd7(0x111)](_0x4388e2['RuCOq'])[_0x4e8fd7(0x109)](HELP_MESSAGES[_0x4e8fd7(0xec)][_0x4e8fd7(0xff)]);}function a12_0x17f3(_0x576d95,_0x350d5d){const _0x5851cf=a12_0x5851();return a12_0x17f3=function(_0x17f33d,_0x49c731){_0x17f33d=_0x17f33d-0xe0;let _0x458374=_0x5851cf[_0x17f33d];return _0x458374;},a12_0x17f3(_0x576d95,_0x350d5d);}function a12_0x5851(){const _0x33dd8e=['ZBBsd','../../helpers/logger','LVcis','winstonLogger','UNvwM','footer','browserstackLocal','bstackAccesskey','1150634JcsMvm','bstack-accesskey','3BqOmvA','type','https','1207096YUgoYQ','279621WxAKKk','epilogue','../../helpers/BrowserStackSetup','setupBrowserstackLocal','Failed\x20to\x20establish\x20connection.','config','describe','demandCommand','XJSaV','help','../../helpers/helper','exports','error','lXAwJ','port','integrations','options','split','usage','missing','tbcaO','root','AKmGE','200128DKnvfl','NdqET','accessKey','every','join','3032155jBITqd','replace','hosts','localIdentifier','trim','connect','rkkIp','ABqQf','only','HXecI','95860wIrOer','protocol','bstackAccessKey','tOecr','Connection\x20established\x20successfully.','command','setProxySettings','443','map','Hosts\x20not\x20valid','string','integrations-repeater','1413UbESpa','12NoIVEk','IUzms','browserStackLocalOptions','RcqFu','6030409JRqGjf','hostname'];a12_0x5851=function(){return _0x33dd8e;};return a12_0x5851();}module[a12_0x358aef(0x113)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a13_0x4e1ce8=a13_0x1d88;(function(_0x5d76e2,_0xb78ab6){var _0x2b5967=a13_0x1d88,_0x2d1f9a=_0x5d76e2();while(!![]){try{var _0x228246=-parseInt(_0x2b5967(0x110))/0x1*(-parseInt(_0x2b5967(0x105))/0x2)+parseInt(_0x2b5967(0xff))/0x3+parseInt(_0x2b5967(0x118))/0x4+parseInt(_0x2b5967(0x108))/0x5*(parseInt(_0x2b5967(0x106))/0x6)+parseInt(_0x2b5967(0x104))/0x7+parseInt(_0x2b5967(0x103))/0x8*(parseInt(_0x2b5967(0x116))/0x9)+-parseInt(_0x2b5967(0x109))/0xa;if(_0x228246===_0xb78ab6)break;else _0x2d1f9a['push'](_0x2d1f9a['shift']());}catch(_0x2bb556){_0x2d1f9a['push'](_0x2d1f9a['shift']());}}}(a13_0x21d4,0x8acb0));var a13_0x27db60={};a13_0x27db60[a13_0x4e1ce8(0x100)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x27db60[a13_0x4e1ce8(0x10f)]=a13_0x4e1ce8(0x10c);var a13_0x116eaf={};function a13_0x21d4(){var _0x4783d9=['ERROR_MESSAGES','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','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.','27UKfUNa','options','1278648SqFzNc','2408817XtBnKl','bstackAccessKey','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','2929008wqiOJh','7862365CgTzIh','2yITmjM','8430gZlNqw','invalid','635eUHriz','31456860ZrFpgt','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','footer','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.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','missing','hosts','191573ajjfoc','root','command'];a13_0x21d4=function(){return _0x4783d9;};return a13_0x21d4();}function a13_0x1d88(_0x4c555c,_0x2949ae){var _0x21d4a4=a13_0x21d4();return a13_0x1d88=function(_0x1d88e2,_0x5964db){_0x1d88e2=_0x1d88e2-0xff;var _0x5df2ce=_0x21d4a4[_0x1d88e2];return _0x5df2ce;},a13_0x1d88(_0x4c555c,_0x2949ae);}a13_0x116eaf[a13_0x4e1ce8(0x111)]=a13_0x4e1ce8(0x10a),a13_0x116eaf['connect']=a13_0x4e1ce8(0x102),a13_0x116eaf[a13_0x4e1ce8(0x10b)]=a13_0x4e1ce8(0x10d);var a13_0x333b73={};a13_0x333b73[a13_0x4e1ce8(0x117)]=a13_0x27db60,a13_0x333b73[a13_0x4e1ce8(0x112)]=a13_0x116eaf,exports['HELP_MESSAGES']=a13_0x333b73;var a13_0x49f828={};a13_0x49f828[a13_0x4e1ce8(0x10e)]=a13_0x4e1ce8(0x101);var a13_0x377917={};a13_0x377917[a13_0x4e1ce8(0x10e)]=a13_0x4e1ce8(0x114),a13_0x377917[a13_0x4e1ce8(0x107)]=a13_0x4e1ce8(0x115);var a13_0x5c37f6={};a13_0x5c37f6[a13_0x4e1ce8(0x100)]=a13_0x49f828,a13_0x5c37f6[a13_0x4e1ce8(0x10f)]=a13_0x377917,exports[a13_0x4e1ce8(0x113)]=a13_0x5c37f6;
|