browserstack-node-sdk 1.34.37 → 1.34.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/hub-deployment.yaml +3 -25
- package/ats/src/templates/nginx/helper.yaml +0 -1
- package/ats/src/templates/nginx/private-pods-and-services.yaml +0 -1
- package/ats/src/templates/turboscale-agent.yaml +8 -0
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
- package/ats/src/CFTemplates/hub-ha.yaml +0 -81
- package/ats/src/templates/browserstack-secret.yaml +0 -10
- package/ats/src/templates/hubharesources/bitnami-kafka.yaml +0 -711
- package/ats/src/templates/hubharesources/bitnami-redis.yaml +0 -1048
- package/ats/src/templates/hubharesources/browserstack-secret.yaml +0 -10
- package/ats/src/templates/hubharesources/efs-csi-driver-aws.yaml +0 -401
- package/ats/src/templates/hubharesources/federatedidentityuploader.json +0 -50
- package/ats/src/templates/hubharesources/storage-class.yaml +0 -12
- package/ats/src/templates/hubharesources/turboscale-uploader.yaml +0 -53
- package/ats/src/utils/createHubHaStack.js +0 -1
- package/ats/src/utils/deleteEFSMountTargets.js +0 -1
- package/ats/src/utils/describeStack.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a6_0x270aab=a6_0x4ae7;(function(_0x1214cf,_0xc42f77){const _0x2cc2c9=a6_0x4ae7,_0x1997f0=_0x1214cf();while(!![]){try{const _0x160a46=parseInt(_0x2cc2c9(0xd5))/0x1*(-parseInt(_0x2cc2c9(0xee))/0x2)+-parseInt(_0x2cc2c9(0x8c))/0x3+-parseInt(_0x2cc2c9(0xba))/0x4+-parseInt(_0x2cc2c9(0x106))/0x5*(-parseInt(_0x2cc2c9(0xa2))/0x6)+-parseInt(_0x2cc2c9(0x89))/0x7*(parseInt(_0x2cc2c9(0x9c))/0x8)+parseInt(_0x2cc2c9(0xd2))/0x9*(-parseInt(_0x2cc2c9(0x8d))/0xa)+parseInt(_0x2cc2c9(0x122))/0xb;if(_0x160a46===_0xc42f77)break;else _0x1997f0['push'](_0x1997f0['shift']());}catch(_0x2f2268){_0x1997f0['push'](_0x1997f0['shift']());}}}(a6_0x4892,0x507cf));function a6_0x4ae7(_0x4427db,_0x53d7ef){const _0x489208=a6_0x4892();return a6_0x4ae7=function(_0x4ae76e,_0x1f7145){_0x4ae76e=_0x4ae76e-0x74;let _0x2507a4=_0x489208[_0x4ae76e];return _0x2507a4;},a6_0x4ae7(_0x4427db,_0x53d7ef);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x270aab(0xd7)),util=require('util'),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require(a6_0x270aab(0xf4)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x270aab(0xaa)),{shouldProcessEventForTesthub}=require(a6_0x270aab(0xe6)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x270aab(0xf7))[a6_0x270aab(0x110)],_tests={},_testCasesData={};function a6_0x4892(){const _0x4574e9=['CONFIG','29188qNIUJS','dXMeD','AIrVE','Executing\x20tests\x20for\x20','getTestUUID','nElDK','onSource','actionLocation','bdamS','\x20-\x20','testCaseStartedId','testStepStarted','testCaseAttemptDataMap','split','Exception\x20in\x20onTestStepStarted\x20event:\x20','UNKNOWN','YDoUu','exception','onTestRunStarted','yqnah','vYryf','pickleId','name','FAILED','81akCpyM','rule','feature','99IjUMLS','Kujmj','../../../helpers/helper','testStepFinished','finishedAt','testCases','\x20\x20\x20\x20','text','AMBIGUOUS','toISOString','testRunStarted','parse','HookRunFinished','sendHook','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','sendTestRunEventForCucumber','TestRunStarted','../../../helpers/testhub/utils.js','stepDefinition','UNDEFINED','PASSED','__platform','hook','logTestRunFinished','cHGTA','3732eUwtdu','result','fLHVi','Exception\x20in\x20onTestStepFinished\x20event:\x20','values','env','../../playwright/reporter/test-details.js','assign','testCaseFinished','../../../helpers/logger','gherkinDocumentMap','testStepResult','yUDEs','getGherkinDocument','sSewp','log','extractStepContainers','logTestCaseFinished','HookRunStarted','gherkinDocument','aevXb','steps','format','onTestStepStarted','330cpTQur','ybbct','failureType','OTBfO','finished_at','background','testRunFinished','WSeIJ','pickleStepId','eventBroadcaster','winstonLogger','forEach','AwryU','sourceLocation','snippetBuilder','cucumber-js/test.setup.js','onStepDefinition','SOzUD','TestRunFinished','YSalV','fETmA','TBmfw','testStepId','qRyQq','supportCodeLibrary','SKIPPED','seconds','LMfas','12375902BkYUkN','ylPPS','onTestCaseStarted','keyword','IAvtu','report','HKJjZ','OXBcC','message','setup','testCaseStarted','bstack','lLkUu','pickle','path','description','hooks','eventDataCollector','debug','testCaseMap','toString','cwd','testSteps','1466794JvmUgc','GqTAq','pickleMap','712965nDVSQu','81430rvKTge','onTestStepFinished','find','envelope','VKMtp','includes','ZETOD','sbvtX','xvKEM','SpwEj','Pbmog','4|3|0|2|1','hsgBb','onPickle','onHook','16tJytWT','onTestRunFinished','kwMAh','failed','TTZVr','uri','11514zzInqC','WuJoc','testCaseId','PENDING','status','getTestCaseAttempt','onTestCase','duration','../../../helpers/test-observability/error-handler','push','alMoQ','getGherkinStepMap','pxhiR','isBstackHook','onGherkinDocument','dgWKH','exports','children','scenario','testCaseAttempt','testCase','geIxP','map'];a6_0x4892=function(){return _0x4574e9;};return a6_0x4892();}class BrowserstackFormatter extends Formatter{constructor(_0xf5e18){const _0x3e085f=a6_0x270aab,_0xd82181={};_0xd82181[_0x3e085f(0x102)]=_0x3e085f(0x90);const _0x47bc57=_0xd82181;super(_0xf5e18),this[_0x3e085f(0x77)]={},_0xf5e18[_0x3e085f(0x10f)]['on'](_0x47bc57[_0x3e085f(0x102)],async _0x483df4=>{const _0x85381b=_0x3e085f;switch(!![]){case!!_0x483df4[_0x85381b(0xdf)]:this[_0x85381b(0xcc)](_0x483df4[_0x85381b(0xdf)]);break;case!!_0x483df4[_0x85381b(0x10c)]:this[_0x85381b(0x9d)](_0x483df4['testRunFinished']);break;case!!_0x483df4[_0x85381b(0x7c)]:this['onTestCaseStarted'](_0x483df4[_0x85381b(0x7c)],_0xf5e18,_0x483df4);break;case!!_0x483df4['testCaseFinished']:this['onTestCaseFinished'](_0x483df4[_0x85381b(0xf6)],_0xf5e18,_0x483df4);break;case!!_0x483df4[_0x85381b(0xc5)]:this[_0x85381b(0x105)](_0x483df4[_0x85381b(0xc5)],_0xf5e18);break;case!!_0x483df4[_0x85381b(0xd8)]:this[_0x85381b(0x8e)](_0x483df4['testStepFinished'],_0xf5e18);break;case!!_0x483df4['hook']:this[_0x85381b(0x9b)](_0x483df4[_0x85381b(0xeb)]);break;case!!_0x483df4[_0x85381b(0xb6)]:this[_0x85381b(0xa8)](_0x483df4[_0x85381b(0xb6)]);break;case!!_0x483df4[_0x85381b(0x7f)]:this[_0x85381b(0x9a)](_0x483df4['pickle']);break;case!!_0x483df4[_0x85381b(0x101)]:this[_0x85381b(0xb0)](_0x483df4[_0x85381b(0x101)]);break;}});}[a6_0x270aab(0x9b)](_0x35644b){const _0x5e4a97=a6_0x270aab;this[_0x5e4a97(0x77)][_0x5e4a97(0x82)]=Object[_0x5e4a97(0xf5)]([],this[_0x5e4a97(0x77)][_0x5e4a97(0x82)]||[]),this[_0x5e4a97(0x77)]['hooks'][_0x5e4a97(0xab)](_0x35644b);}[a6_0x270aab(0x9a)](_0x32931e){const _0x24794b=a6_0x270aab;this[_0x24794b(0x77)][_0x24794b(0x7f)]=Object['assign']([],this[_0x24794b(0x77)][_0x24794b(0x7f)]||[],[_0x32931e]),this['report'][_0x24794b(0x7f)][_0x24794b(0xab)](_0x32931e);}[a6_0x270aab(0xb0)](_0x395f57){const _0x49dbc6=a6_0x270aab;this[_0x49dbc6(0x77)][_0x49dbc6(0x101)]=Object[_0x49dbc6(0xf5)]([],this[_0x49dbc6(0x77)][_0x49dbc6(0x101)]||[],[_0x395f57]),this[_0x49dbc6(0x77)][_0x49dbc6(0x101)][_0x49dbc6(0xab)](_0x395f57);}[a6_0x270aab(0xc0)](_0x4b65b0){this['report']['source']=_0x4b65b0;}[a6_0x270aab(0x116)](_0x4c4209){const _0x466dc1=a6_0x270aab;this[_0x466dc1(0x77)]['stepDefinition']=Object[_0x466dc1(0xf5)]([],this[_0x466dc1(0x77)][_0x466dc1(0xe7)]||[],[_0x4c4209]),this[_0x466dc1(0x77)][_0x466dc1(0xe7)][_0x466dc1(0xab)](_0x4c4209);}[a6_0x270aab(0xa8)](_0x41bd83){const _0x4c2b67=a6_0x270aab;this[_0x4c2b67(0x77)][_0x4c2b67(0xda)]=Object[_0x4c2b67(0xf5)]([],this[_0x4c2b67(0x77)][_0x4c2b67(0xda)]||[],[_0x41bd83]),this['report'][_0x4c2b67(0xda)][_0x4c2b67(0xab)](_0x41bd83);}[a6_0x270aab(0xff)](_0x20b414){const _0x1b5c1e=a6_0x270aab,_0x235374={'ClHDK':function(_0x2465b5,_0x325586){return _0x2465b5!==_0x325586;},'kwMAh':_0x1b5c1e(0x7d),'alMoQ':function(_0x319b9e,_0x5de38e){return _0x319b9e+_0x5de38e;},'SOzUD':function(_0xdb1169,_0x30b9ce){return _0xdb1169+_0x30b9ce;},'yUDEs':function(_0x1e1e13,_0xbc0f10){return _0x1e1e13+_0xbc0f10;},'OXBcC':_0x1b5c1e(0xdb),'lLkUu':_0x1b5c1e(0xc3),'YSalV':function(_0x5c943e,_0x3d61ff){return _0x5c943e===_0x3d61ff;},'fETmA':_0x1b5c1e(0xd1),'IAvtu':function(_0x3c83b9,_0x4a269c,_0x4a3a37){return _0x3c83b9(_0x4a269c,_0x4a3a37);},'WuJoc':_0x1b5c1e(0xef),'Pbmog':_0x1b5c1e(0x7a),'zJaBB':function(_0xb0b3e3,_0x801a2a){return _0xb0b3e3+_0x801a2a;},'sSewp':function(_0x32ed21,_0x4f4894){return _0x32ed21!==_0x4f4894;},'xvKEM':function(_0x1916f3,_0x1b93e3){return _0x1916f3+_0x1b93e3;},'vYryf':function(_0x5b7d35,_0x29d0b9){return _0x5b7d35+_0x29d0b9;},'fcMUX':function(_0x2e4968,_0x5c21d7){return _0x2e4968+_0x5c21d7;},'rwXnG':function(_0x144d02,_0x4cf03e){return _0x144d02+_0x4cf03e;}};_0x235374[_0x1b5c1e(0xfc)](global['__platform'],undefined)&&this[_0x1b5c1e(0xfd)](_0x235374[_0x1b5c1e(0x95)](_0x235374[_0x1b5c1e(0xce)]('\x0a',global[_0x1b5c1e(0xea)]),'\x0a'));const _0x2f39af=this[_0x1b5c1e(0x83)][_0x1b5c1e(0xa7)](_0x20b414['testCaseStartedId']);this[_0x1b5c1e(0xfd)](_0x235374[_0x1b5c1e(0xac)](_0x235374['fcMUX'](_0x235374[_0x1b5c1e(0x95)](_0x235374['rwXnG']('\x20\x20',_0x2f39af[_0x1b5c1e(0x101)][_0x1b5c1e(0xd4)][_0x1b5c1e(0xd0)]),_0x235374['lLkUu']),_0x2f39af[_0x1b5c1e(0x7f)][_0x1b5c1e(0xd0)]),'\x0a'));const _0x30004d={};_0x30004d['cwd']=this[_0x1b5c1e(0x87)],_0x30004d[_0x1b5c1e(0x114)]=this[_0x1b5c1e(0x114)],_0x30004d['supportCodeLibrary']=this[_0x1b5c1e(0x11e)],_0x30004d[_0x1b5c1e(0xb5)]=_0x2f39af;const _0x2c5e3a=formatterHelpers['parseTestCaseAttempt'](_0x30004d);let _0xc750c4=![];_0x2c5e3a[_0x1b5c1e(0x88)][_0x1b5c1e(0x111)](_0x30eede=>{const _0x228ac1=_0x1b5c1e;if(_0x235374['ClHDK'](_0x30eede[_0x228ac1(0xd0)],_0x235374[_0x228ac1(0x9e)])&&!this[_0x228ac1(0xaf)](_0x30eede)){totalTests+=0x1,this[_0x228ac1(0xfd)](_0x235374[_0x228ac1(0xac)](_0x235374[_0x228ac1(0xac)](_0x235374[_0x228ac1(0xac)](_0x235374['SOzUD'](_0x235374[_0x228ac1(0xfa)](_0x235374[_0x228ac1(0x79)],_0x30eede[_0x228ac1(0x75)]),_0x30eede[_0x228ac1(0xdc)]||''),_0x235374[_0x228ac1(0x7e)]),Status[_0x30eede[_0x228ac1(0xef)][_0x228ac1(0xa6)]]),'\x0a')),this['incrementCounter'](Status[_0x30eede[_0x228ac1(0xef)][_0x228ac1(0xa6)]]);if(_0x235374[_0x228ac1(0x119)](Status[_0x30eede[_0x228ac1(0xef)][_0x228ac1(0xa6)]],_0x235374[_0x228ac1(0x11a)])){_0xc750c4=!![];const _0x3ea1e9=_0x235374[_0x228ac1(0x76)](nestedKeyValue,_0x30eede,[_0x235374[_0x228ac1(0xa3)],_0x235374[_0x228ac1(0x97)]]);_0x3ea1e9&&(testsErrorMessage[_0x235374[_0x228ac1(0x117)](_0x235374[_0x228ac1(0x117)](_0x2f39af[_0x228ac1(0x101)][_0x228ac1(0xd4)][_0x228ac1(0xd0)],_0x235374[_0x228ac1(0x7e)]),_0x2f39af[_0x228ac1(0x7f)]['name'])]=_0x3ea1e9,this[_0x228ac1(0xfd)](_0x235374['zJaBB'](_0x3ea1e9,'\x0a')));}}}),_0xc750c4&&(testSuitesFailed+=0x1),this[_0x1b5c1e(0xfd)]('\x0a');}[a6_0x270aab(0xec)](_0x50b372){}[a6_0x270aab(0xaf)](_0xd03ef2){const _0x29e552=a6_0x270aab,_0xcc4e32={};_0xcc4e32[_0x29e552(0xd6)]=function(_0x2fedd9,_0x5c60a5){return _0x2fedd9!==_0x5c60a5;},_0xcc4e32[_0x29e552(0xca)]=_0x29e552(0x115);const _0x229706=_0xcc4e32;if(_0x229706[_0x29e552(0xd6)](_0xd03ef2[_0x29e552(0x113)],undefined))return![];if(_0xd03ef2[_0x29e552(0xc1)]&&_0xd03ef2[_0x29e552(0xc1)][_0x29e552(0xa1)][_0x29e552(0x92)](_0x229706['YDoUu']))return!![];return![];}['incrementCounter'](_0x8e9fa0){const _0x212af3=a6_0x270aab,_0x18b033={};_0x18b033[_0x212af3(0x109)]='FAILED',_0x18b033[_0x212af3(0xcd)]=_0x212af3(0xe9),_0x18b033[_0x212af3(0xae)]=_0x212af3(0x11f),_0x18b033['nElDK']=_0x212af3(0xa5),_0x18b033[_0x212af3(0xbb)]=_0x212af3(0xe8),_0x18b033[_0x212af3(0xbc)]=_0x212af3(0xc9),_0x18b033[_0x212af3(0x91)]=_0x212af3(0xdd);const _0x616173=_0x18b033;switch(_0x8e9fa0){case _0x616173[_0x212af3(0x109)]:testsFailed+=0x1;break;case _0x616173[_0x212af3(0xcd)]:testsPassed+=0x1;break;case _0x616173[_0x212af3(0xae)]:testsSkipped+=0x1;break;case _0x616173[_0x212af3(0xbf)]:testsPending+=0x1;break;case _0x616173[_0x212af3(0xbb)]:testsUndefined+=0x1;break;case _0x616173[_0x212af3(0xbc)]:testsUnknown+=0x1;break;case _0x616173[_0x212af3(0x91)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x270aab(0xcc)](_0x450e03){const _0x179e6b=a6_0x270aab,_0x2e80c0={'QKOSI':function(_0x4d9d38,_0x2df83b){return _0x4d9d38!==_0x2df83b;},'ybbct':function(_0x15a4b9,_0x312289){return _0x15a4b9!==_0x312289;},'AwryU':function(_0x55385d,_0x175490){return _0x55385d(_0x175490);},'sbvtX':function(_0x214e72,_0x2d92df){return _0x214e72+_0x2d92df;},'LMfas':function(_0x9133ea){return _0x9133ea();}};let _0x5193e1;if(_0x2e80c0['QKOSI'](process['env'][_0x179e6b(0xb9)],undefined)){const _0x4746da=JSON[_0x179e6b(0xe0)](process[_0x179e6b(0xf3)][_0x179e6b(0xb9)]);_0x5193e1=_0x4746da['capability'];}_0x2e80c0[_0x179e6b(0x107)](_0x5193e1,undefined)&&(global['__platform']=_0x2e80c0[_0x179e6b(0x112)](getPlatformName,_0x5193e1),this[_0x179e6b(0xfd)](_0x2e80c0[_0x179e6b(0x94)](_0x179e6b(0xbd)+global['__platform'],'\x0a'))),_0x2e80c0[_0x179e6b(0x121)](shouldProcessEventForTesthub)&&(TestDetails[_0x179e6b(0x7b)](),this[_0x179e6b(0x77)]['testRunStarted']=_0x450e03);}[a6_0x270aab(0x9d)](_0x463dbb){const _0x50e921=a6_0x270aab;this[_0x50e921(0x77)][_0x50e921(0x10c)]=_0x463dbb,this['logTestRunFinished'](_0x463dbb);}async['onTestCaseStarted'](_0x47cce1,_0x3d5381,_0x2965a5){const _0x506ddd=a6_0x270aab,_0x59d4dc={'Gphyt':function(_0x55bccd,_0x1ae531){return _0x55bccd(_0x1ae531);},'TBmfw':_0x506ddd(0xe5),'SpwEj':function(_0x25df4a,_0x7e1fc6){return _0x25df4a&&_0x7e1fc6;}};testSuites+=0x1;if(_0x59d4dc['Gphyt'](shouldProcessEventForTesthub,_0x59d4dc[_0x506ddd(0x11b)]))try{this[_0x506ddd(0x77)][_0x506ddd(0x7c)]=this[_0x506ddd(0x77)][_0x506ddd(0x7c)]||{},this[_0x506ddd(0x77)][_0x506ddd(0x7c)][_0x47cce1['id']]=_0x47cce1;const _0x45bffe=TestDetails[_0x506ddd(0xbe)](_0x47cce1['id']);_testCasesData[_0x47cce1['id']]=Object[_0x506ddd(0xf5)]({},_0x2965a5);const _0x40917c=this[_0x506ddd(0x77)],_0x1ba1a0=_0x47cce1[_0x506ddd(0xa4)],_0x3b8257=_0x40917c[_0x506ddd(0xda)][_0x506ddd(0x8f)](_0x4e8930=>_0x4e8930['id']===_0x1ba1a0)[_0x506ddd(0xcf)],_0x2a873e=_0x40917c[_0x506ddd(0x7f)][_0x506ddd(0x8f)](_0x3f3d6f=>_0x3f3d6f['id']===_0x3b8257),_0x5a1036=_0x40917c[_0x506ddd(0x101)][_0x506ddd(0x8f)](_0x57f4de=>_0x57f4de[_0x506ddd(0xa1)]===_0x2a873e['uri']),_0x2d534d=_0x5a1036['feature'],_0x56dbe0={'uuid':_0x45bffe,'startedAt':new Date()[_0x506ddd(0xde)]()};if(_0x2a873e){const _0x156127={};_0x156127[_0x506ddd(0xd0)]=_0x2a873e[_0x506ddd(0xd0)],_0x56dbe0['scenario']=_0x156127;}if(_0x59d4dc[_0x506ddd(0x96)](_0x5a1036,_0x2d534d)){const _0x7971ae={};_0x7971ae[_0x506ddd(0x80)]=_0x5a1036[_0x506ddd(0xa1)],_0x7971ae[_0x506ddd(0xd0)]=_0x2d534d[_0x506ddd(0xd0)],_0x7971ae[_0x506ddd(0x81)]=_0x2d534d[_0x506ddd(0x81)],_0x56dbe0[_0x506ddd(0xd4)]=_0x7971ae;}_tests[_0x1ba1a0]=_0x56dbe0,await testObservabilityReporter[_0x506ddd(0xe4)](_0x2965a5,_0x5a1036,_0x2a873e,_0x59d4dc[_0x506ddd(0x11b)],_0x56dbe0);}catch(_0x83b2b4){logger[_0x506ddd(0x84)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util[_0x506ddd(0x104)](_0x83b2b4)+'\x20');}}async['onTestCaseFinished'](_0x2fc9d9,_0x392418,_0x293fa7){const _0x5180fd=a6_0x270aab,_0x2284dc={'geIxP':function(_0x3a6365,_0x20d024){return _0x3a6365(_0x20d024);},'WSeIJ':_0x5180fd(0x118)};this[_0x5180fd(0xff)](_0x2fc9d9);if(_0x2284dc[_0x5180fd(0xb7)](shouldProcessEventForTesthub,_0x2284dc['WSeIJ']))try{this[_0x5180fd(0x77)][_0x5180fd(0xf6)]=this[_0x5180fd(0x77)]['testCaseFinished']||{},this[_0x5180fd(0x77)][_0x5180fd(0xf6)][_0x2fc9d9[_0x5180fd(0xc4)]]=_0x2fc9d9,_testCasesData[_0x293fa7['id']]=Object[_0x5180fd(0xf5)]({},_0x293fa7);const _0x16b8f0=_0x2fc9d9[_0x5180fd(0xc4)],_0xcc3d62=_0x392418[_0x5180fd(0x83)]['testCaseAttemptDataMap'][_0x16b8f0][_0x5180fd(0xa4)],_0x476bbe=_0x392418[_0x5180fd(0x83)][_0x5180fd(0x85)][_0xcc3d62],_0x5e2b36=_0x476bbe['pickleId'],_0x510c36=_0x392418['eventDataCollector'][_0x5180fd(0x8b)][_0x5e2b36],_0x3d114a=this[_0x5180fd(0xfb)](_0x392418,_0x510c36),_0x1d43c5=_tests[_0xcc3d62];_0x1d43c5&&(delete _tests[_0xcc3d62],_0x1d43c5[_0x5180fd(0xd9)]=new Date()[_0x5180fd(0xde)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x293fa7,_0x3d114a,_0x510c36,_0x2284dc[_0x5180fd(0x10d)],_0x1d43c5);}catch(_0x44b349){logger[_0x5180fd(0x84)](_0x5180fd(0xe3)+util[_0x5180fd(0x104)](_0x44b349));}}async[a6_0x270aab(0x105)](_0x12606a,_0x3eaa00){const _0x3261ce=a6_0x270aab,_0x4ba3ec={'dgWKH':function(_0x5f2e69,_0x5c8c2b){return _0x5f2e69(_0x5c8c2b);},'qRyQq':_0x3261ce(0x100),'CuomM':function(_0x4c05a7,_0x326e05){return _0x4c05a7!==_0x326e05;},'GqTAq':'testStepId'};if(_0x4ba3ec[_0x3261ce(0xb1)](shouldProcessEventForTesthub,_0x4ba3ec[_0x3261ce(0x11d)]))try{this[_0x3261ce(0x77)][_0x3261ce(0xc5)]=this['report'][_0x3261ce(0xc5)]||{},this['report'][_0x3261ce(0xc5)][_0x12606a[_0x3261ce(0xc4)]]=_0x12606a;const _0x120db3=_0x12606a[_0x3261ce(0xc4)],_0x3584db=_0x3eaa00[_0x3261ce(0x83)][_0x3261ce(0xc6)][_0x120db3][_0x3261ce(0xa4)],_0x4d3a51=this[_0x3261ce(0x77)][_0x3261ce(0xda)][_0x3261ce(0x8f)](_0x4197d2=>_0x4197d2['id']===_0x3584db)['pickleId'],_0x420732=this[_0x3261ce(0x77)][_0x3261ce(0x7f)][_0x3261ce(0x8f)](_0xd0b944=>_0xd0b944['id']===_0x4d3a51),_0x41a472=this[_0x3261ce(0x77)][_0x3261ce(0xda)][_0x3261ce(0x8f)](_0x26798a=>_0x26798a['id']===_0x3584db)[_0x3261ce(0x88)],_0x39561f=this[_0x3261ce(0x77)][_0x3261ce(0xc5)][_0x120db3][_0x3261ce(0x11c)],_0x50efb6=_0x41a472['find'](_0x19851b=>_0x19851b['id']===_0x39561f)[_0x3261ce(0x10e)],_0x4729ea=_0x420732[_0x3261ce(0x103)]['find'](_0x30bcbc=>_0x30bcbc['id']===_0x50efb6);if(_0x50efb6&&_tests[_0x3584db]&&_0x4ba3ec['CuomM'](_tests[_0x3584db][_0x4ba3ec['GqTAq']],_0x39561f)){_tests[_0x3584db][_0x4ba3ec[_0x3261ce(0x8a)]]=_0x39561f;const _0x178de3={};_0x178de3[_0x3261ce(0x103)]=[];const _0x2489dc=_tests[_0x3584db]||_0x178de3;_0x2489dc&&!_0x2489dc[_0x3261ce(0x103)]&&(_0x2489dc[_0x3261ce(0x103)]=[]),_0x2489dc['steps'][_0x3261ce(0xab)]({'id':_0x4729ea['id'],'text':_0x4729ea[_0x3261ce(0xdc)],'started_at':new Date()[_0x3261ce(0xde)]()}),_tests[_0x3584db]=_0x2489dc;}await testObservabilityReporter[_0x3261ce(0xe2)](this[_0x3261ce(0x77)],_0x120db3,_0x4ba3ec['qRyQq'],_0x41a472,_0x39561f,_tests[_0x3584db]);}catch(_0x591b9d){logger[_0x3261ce(0x84)](_0x3261ce(0xc8)+util[_0x3261ce(0x104)](_0x591b9d));}}async['onTestStepFinished'](_0x53fc68,_0x3583cf){const _0x55cd6b=a6_0x270aab,_0x591a67={'uSFna':function(_0x9ddfe3,_0x3fc8c7){return _0x9ddfe3===_0x3fc8c7;},'EWYef':_0x55cd6b(0x98),'hsgBb':function(_0x52f6eb,_0xfb1bf4){return _0x52f6eb(_0xfb1bf4);},'ylPPS':_0x55cd6b(0xe1),'bdamS':function(_0x23eed8,_0x29638c){return _0x23eed8===_0x29638c;},'HKJjZ':_0x55cd6b(0x9f),'fLHVi':function(_0x1b947e,_0x5213d3){return _0x1b947e===_0x5213d3;},'ZETOD':'UnhandledError','TTZVr':_0x55cd6b(0x11c)};this[_0x55cd6b(0x77)][_0x55cd6b(0xd8)]=this[_0x55cd6b(0x77)][_0x55cd6b(0xd8)]||{},this['report'][_0x55cd6b(0xd8)][_0x53fc68['testCaseStartedId']]=_0x53fc68;if(_0x591a67[_0x55cd6b(0x99)](shouldProcessEventForTesthub,_0x591a67[_0x55cd6b(0x123)]))try{const _0x1fc898=_0x53fc68[_0x55cd6b(0xc4)],_0x4dc8fa=_0x3583cf[_0x55cd6b(0x83)]['testCaseAttemptDataMap'][_0x1fc898][_0x55cd6b(0xa4)],_0x10eea9=_0x3583cf[_0x55cd6b(0x83)][_0x55cd6b(0x85)][_0x4dc8fa],_0x4f8085=_0x10eea9[_0x55cd6b(0xcf)],_0x4126ad=_0x3583cf[_0x55cd6b(0x83)]['pickleMap'][_0x4f8085],_0x363ad3=_0x53fc68[_0x55cd6b(0x11c)],_0x332c4f=_0x10eea9[_0x55cd6b(0x88)],_0x344e19=this[_0x55cd6b(0x83)][_0x55cd6b(0xa7)](_0x1fc898),_0x49ec3b=_0x332c4f[_0x55cd6b(0x8f)](_0xa607fe=>_0xa607fe['id']===_0x363ad3)['pickleStepId'];let _0x275192,_0x52d8b9;_0x53fc68['testStepResult']&&_0x591a67['bdamS'](_0x53fc68['testStepResult'][_0x55cd6b(0xa6)][_0x55cd6b(0x86)]()['toLowerCase'](),_0x591a67[_0x55cd6b(0x78)])&&(_0x275192=_0x591a67[_0x55cd6b(0xc2)](_0x53fc68[_0x55cd6b(0xf9)][_0x55cd6b(0xcb)],undefined)?_0x53fc68[_0x55cd6b(0xf9)][_0x55cd6b(0x7a)]:_0x53fc68[_0x55cd6b(0xf9)]['exception'][_0x55cd6b(0x7a)],_0x52d8b9=_0x591a67[_0x55cd6b(0xf0)](_0x53fc68[_0x55cd6b(0xf9)][_0x55cd6b(0xcb)],undefined)?_0x591a67[_0x55cd6b(0x93)]:_0x53fc68['testStepResult'][_0x55cd6b(0x7a)]);await testObservabilityReporter['sendHook'](this[_0x55cd6b(0x77)],_0x1fc898,_0x591a67['ylPPS'],_0x332c4f,_0x363ad3,_tests[_0x4dc8fa]);if(_0x49ec3b&&_tests[_0x4dc8fa][_0x591a67[_0x55cd6b(0xa0)]]){const _0x3a1344=_0x4126ad[_0x55cd6b(0x103)]['find'](_0x4d0a54=>_0x4d0a54['id']===_0x49ec3b),_0x4b3f46={};_0x4b3f46[_0x55cd6b(0x103)]=[];const _0x3e121f=_tests[_0x4dc8fa]||_0x4b3f46;!_0x3e121f[_0x55cd6b(0x103)]?_0x3e121f[_0x55cd6b(0x103)]=[{'id':_0x3a1344['id'],'text':_0x3a1344['text'],'finished_at':new Date()['toISOString'](),'result':_0x53fc68[_0x55cd6b(0xf9)]['status'],'duration':_0x53fc68[_0x55cd6b(0xf9)][_0x55cd6b(0xa9)][_0x55cd6b(0x120)],'failure':_0x275192,'failureType':_0x52d8b9}]:_0x3e121f[_0x55cd6b(0x103)][_0x55cd6b(0x111)](_0x397a7a=>{const _0x2a488b=_0x55cd6b;if(_0x591a67['uSFna'](_0x397a7a['id'],_0x3a1344['id'])){const _0xaf1ea0=_0x591a67['EWYef'][_0x2a488b(0xc7)]('|');let _0x526240=0x0;while(!![]){switch(_0xaf1ea0[_0x526240++]){case'0':_0x397a7a[_0x2a488b(0xa9)]=_0x53fc68['testStepResult']['duration'][_0x2a488b(0x120)];continue;case'1':_0x397a7a[_0x2a488b(0x108)]=_0x52d8b9;continue;case'2':_0x397a7a['failure']=_0x275192;continue;case'3':_0x397a7a[_0x2a488b(0xef)]=_0x53fc68['testStepResult']['status'];continue;case'4':_0x397a7a[_0x2a488b(0x10a)]=new Date()[_0x2a488b(0xde)]();continue;}break;}}}),_tests[_0x4dc8fa]=_0x3e121f,delete _tests[_0x4dc8fa][_0x591a67[_0x55cd6b(0xa0)]];}}catch(_0x1b9a18){logger[_0x55cd6b(0x84)](_0x55cd6b(0xf1)+util['format'](_0x1b9a18));}}[a6_0x270aab(0xad)](_0x16bfb0){const _0x35578b=a6_0x270aab,_0x1b6663={};return _0x16bfb0[_0x35578b(0xd4)][_0x35578b(0xb3)]['map'](this['extractStepContainers'])['flat']()[_0x35578b(0x111)](_0x1ff24a=>_0x1ff24a[_0x35578b(0x103)]['forEach'](_0x3431c2=>_0x1b6663[_0x3431c2['id']]=_0x3431c2)),_0x1b6663;}[a6_0x270aab(0xfe)](_0x16fbfe){const _0x493a31=a6_0x270aab,_0x27d74c={'cHGTA':function(_0xd3f52,_0x2151c0){return _0xd3f52(_0x2151c0);}};if(!_0x27d74c[_0x493a31(0xed)](isUndefined,_0x16fbfe[_0x493a31(0x10b)]))return[_0x16fbfe[_0x493a31(0x10b)]];else{if(!_0x27d74c[_0x493a31(0xed)](isUndefined,_0x16fbfe['rule']))return _0x16fbfe[_0x493a31(0xd3)][_0x493a31(0xb3)][_0x493a31(0xb8)](_0x21e03d=>!isUndefined(_0x21e03d[_0x493a31(0x10b)])?_0x21e03d[_0x493a31(0x10b)]:_0x21e03d[_0x493a31(0xb4)]);};return[_0x16fbfe[_0x493a31(0xb4)]];}[a6_0x270aab(0xfb)](_0x2767e2,_0x596e0b){const _0x4acf32=a6_0x270aab;return Object[_0x4acf32(0xf2)](_0x2767e2[_0x4acf32(0x83)][_0x4acf32(0xf8)])[_0x4acf32(0x8f)](_0x3a2571=>_0x3a2571[_0x4acf32(0xa1)]===_0x596e0b['uri']);}}module[a6_0x270aab(0xb2)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x270aab(0x74),'onTestCaseFinished',a6_0x270aab(0x105),a6_0x270aab(0x8e),'onTestRunStarted',a6_0x270aab(0x9d),a6_0x270aab(0xfe),'getGherkinDocument','getGherkinStepMap']);
|
|
1
|
+
const a6_0x376031=a6_0x3dbc;(function(_0x41c61b,_0x32b49c){const _0x176cec=a6_0x3dbc,_0x224184=_0x41c61b();while(!![]){try{const _0x1cf8b2=parseInt(_0x176cec(0x128))/0x1*(parseInt(_0x176cec(0xfb))/0x2)+parseInt(_0x176cec(0x131))/0x3+-parseInt(_0x176cec(0x135))/0x4*(-parseInt(_0x176cec(0x151))/0x5)+parseInt(_0x176cec(0x141))/0x6*(-parseInt(_0x176cec(0x134))/0x7)+-parseInt(_0x176cec(0x106))/0x8*(parseInt(_0x176cec(0x16e))/0x9)+-parseInt(_0x176cec(0xfd))/0xa*(parseInt(_0x176cec(0x129))/0xb)+-parseInt(_0x176cec(0x16f))/0xc;if(_0x1cf8b2===_0x32b49c)break;else _0x224184['push'](_0x224184['shift']());}catch(_0x1e34a9){_0x224184['push'](_0x224184['shift']());}}}(a6_0x5a1d,0xcf13c));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x376031(0xef)),util=require(a6_0x376031(0x10b)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x376031(0x14f)),TestDetails=require(a6_0x376031(0xf6)),TestObservabilityReporter=require(a6_0x376031(0x123)),{o11yClassErrorHandler}=require(a6_0x376031(0xff)),{shouldProcessEventForTesthub}=require(a6_0x376031(0xdf)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x376031(0x119)],_tests={},_testCasesData={};function a6_0x3dbc(_0x47cc8b,_0x41143b){const _0x5a1dcd=a6_0x5a1d();return a6_0x3dbc=function(_0x3dbc16,_0x45994d){_0x3dbc16=_0x3dbc16-0xc8;let _0x529599=_0x5a1dcd[_0x3dbc16];return _0x529599;},a6_0x3dbc(_0x47cc8b,_0x41143b);}class BrowserstackFormatter extends Formatter{constructor(_0x476172){const _0xbfefd8=a6_0x376031,_0x9a86c9={};_0x9a86c9['QzlhO']=_0xbfefd8(0x140);const _0x1ae623=_0x9a86c9;super(_0x476172),this[_0xbfefd8(0x10d)]={},_0x476172[_0xbfefd8(0xc9)]['on'](_0x1ae623[_0xbfefd8(0xd5)],async _0x247fc5=>{const _0x477369=_0xbfefd8;switch(!![]){case!!_0x247fc5[_0x477369(0x14d)]:this[_0x477369(0xe3)](_0x247fc5['testRunStarted']);break;case!!_0x247fc5[_0x477369(0x150)]:this['onTestRunFinished'](_0x247fc5[_0x477369(0x150)]);break;case!!_0x247fc5[_0x477369(0x148)]:this[_0x477369(0xe8)](_0x247fc5[_0x477369(0x148)],_0x476172,_0x247fc5);break;case!!_0x247fc5[_0x477369(0x153)]:this[_0x477369(0xe0)](_0x247fc5['testCaseFinished'],_0x476172,_0x247fc5);break;case!!_0x247fc5[_0x477369(0x155)]:this['onTestStepStarted'](_0x247fc5['testStepStarted'],_0x476172);break;case!!_0x247fc5['testStepFinished']:this['onTestStepFinished'](_0x247fc5[_0x477369(0xeb)],_0x476172);break;case!!_0x247fc5['hook']:this[_0x477369(0x15c)](_0x247fc5[_0x477369(0x118)]);break;case!!_0x247fc5[_0x477369(0x100)]:this['onTestCase'](_0x247fc5[_0x477369(0x100)]);break;case!!_0x247fc5[_0x477369(0x10f)]:this[_0x477369(0xe2)](_0x247fc5[_0x477369(0x10f)]);break;case!!_0x247fc5['gherkinDocument']:this[_0x477369(0xc8)](_0x247fc5['gherkinDocument']);break;}});}[a6_0x376031(0x15c)](_0x3bedf8){const _0x452eb5=a6_0x376031;this[_0x452eb5(0x10d)][_0x452eb5(0x147)]=Object[_0x452eb5(0x169)]([],this['report'][_0x452eb5(0x147)]||[]),this[_0x452eb5(0x10d)][_0x452eb5(0x147)][_0x452eb5(0xdd)](_0x3bedf8);}[a6_0x376031(0xe2)](_0x2b4965){const _0x382559=a6_0x376031;this[_0x382559(0x10d)][_0x382559(0x10f)]=Object[_0x382559(0x169)]([],this[_0x382559(0x10d)][_0x382559(0x10f)]||[],[_0x2b4965]),this[_0x382559(0x10d)][_0x382559(0x10f)][_0x382559(0xdd)](_0x2b4965);}['onGherkinDocument'](_0xdf3ffe){const _0x5aff4f=a6_0x376031;this['report'][_0x5aff4f(0x115)]=Object[_0x5aff4f(0x169)]([],this['report'][_0x5aff4f(0x115)]||[],[_0xdf3ffe]),this[_0x5aff4f(0x10d)][_0x5aff4f(0x115)][_0x5aff4f(0xdd)](_0xdf3ffe);}[a6_0x376031(0x166)](_0x11d107){const _0x56fab4=a6_0x376031;this[_0x56fab4(0x10d)][_0x56fab4(0x138)]=_0x11d107;}[a6_0x376031(0x113)](_0x6d8cbe){const _0x1f4777=a6_0x376031;this[_0x1f4777(0x10d)][_0x1f4777(0xe6)]=Object['assign']([],this[_0x1f4777(0x10d)][_0x1f4777(0xe6)]||[],[_0x6d8cbe]),this['report'][_0x1f4777(0xe6)][_0x1f4777(0xdd)](_0x6d8cbe);}['onTestCase'](_0x14f4b5){const _0x5ef1c3=a6_0x376031;this[_0x5ef1c3(0x10d)][_0x5ef1c3(0xfa)]=Object[_0x5ef1c3(0x169)]([],this[_0x5ef1c3(0x10d)]['testCases']||[],[_0x14f4b5]),this[_0x5ef1c3(0x10d)][_0x5ef1c3(0xfa)]['push'](_0x14f4b5);}[a6_0x376031(0xd7)](_0x40217b){const _0xb28be1=a6_0x376031,_0x424c93={'VmVOq':function(_0x2e308d,_0x256f8d){return _0x2e308d!==_0x256f8d;},'YfEiD':_0xb28be1(0xf9),'HroZt':function(_0x5bd939,_0x513ccd){return _0x5bd939+_0x513ccd;},'mlBew':function(_0x2bbcac,_0xeda412){return _0x2bbcac+_0xeda412;},'yptid':_0xb28be1(0x103),'HnWtS':_0xb28be1(0x109),'UgWgk':function(_0x1255bc,_0x39bfa7){return _0x1255bc===_0x39bfa7;},'EkMpT':_0xb28be1(0xf8),'HLCrh':function(_0x3e890f,_0x25350e,_0x4d1e0f){return _0x3e890f(_0x25350e,_0x4d1e0f);},'fpgqq':_0xb28be1(0x112),'FoIkJ':_0xb28be1(0x142),'cZZdQ':function(_0x5bba23,_0x105370){return _0x5bba23!==_0x105370;},'nChSJ':function(_0x1f8be6,_0x39c425){return _0x1f8be6+_0x39c425;},'DUVAR':function(_0x4a63da,_0x19fbd9){return _0x4a63da+_0x19fbd9;}};_0x424c93[_0xb28be1(0x145)](global[_0xb28be1(0x157)],undefined)&&this[_0xb28be1(0x170)](_0x424c93[_0xb28be1(0xea)](_0x424c93[_0xb28be1(0x14c)]('\x0a',global[_0xb28be1(0x157)]),'\x0a'));const _0x107bfb=this[_0xb28be1(0x124)][_0xb28be1(0x114)](_0x40217b[_0xb28be1(0x11f)]);this[_0xb28be1(0x170)](_0x424c93[_0xb28be1(0x14c)](_0x424c93[_0xb28be1(0x165)](_0x424c93['nChSJ'](_0x424c93['DUVAR']('\x20\x20',_0x107bfb['gherkinDocument'][_0xb28be1(0x15a)]['name']),_0x424c93[_0xb28be1(0x133)]),_0x107bfb[_0xb28be1(0x10f)][_0xb28be1(0xd2)]),'\x0a'));const _0x2701ba={};_0x2701ba[_0xb28be1(0x12d)]=this[_0xb28be1(0x12d)],_0x2701ba[_0xb28be1(0x15d)]=this[_0xb28be1(0x15d)],_0x2701ba[_0xb28be1(0x164)]=this[_0xb28be1(0x164)],_0x2701ba['testCaseAttempt']=_0x107bfb;const _0x4d2f74=formatterHelpers['parseTestCaseAttempt'](_0x2701ba);let _0x218a21=![];_0x4d2f74[_0xb28be1(0x11b)][_0xb28be1(0x167)](_0x5b61b9=>{const _0x2cafcd=_0xb28be1;if(_0x424c93[_0x2cafcd(0x111)](_0x5b61b9['name'],_0x424c93[_0x2cafcd(0x15e)])&&!this[_0x2cafcd(0x137)](_0x5b61b9)){totalTests+=0x1,this[_0x2cafcd(0x170)](_0x424c93[_0x2cafcd(0x122)](_0x424c93[_0x2cafcd(0x165)](_0x424c93[_0x2cafcd(0x165)](_0x424c93[_0x2cafcd(0x165)](_0x424c93[_0x2cafcd(0x165)](_0x424c93[_0x2cafcd(0xfe)],_0x5b61b9['keyword']),_0x5b61b9[_0x2cafcd(0x11a)]||''),_0x424c93[_0x2cafcd(0x133)]),Status[_0x5b61b9[_0x2cafcd(0x112)][_0x2cafcd(0xfc)]]),'\x0a')),this['incrementCounter'](Status[_0x5b61b9['result'][_0x2cafcd(0xfc)]]);if(_0x424c93[_0x2cafcd(0xf1)](Status[_0x5b61b9[_0x2cafcd(0x112)]['status']],_0x424c93[_0x2cafcd(0xd1)])){_0x218a21=!![];const _0x5d9050=_0x424c93[_0x2cafcd(0x162)](nestedKeyValue,_0x5b61b9,[_0x424c93['fpgqq'],_0x424c93[_0x2cafcd(0x156)]]);_0x5d9050&&(testsErrorMessage[_0x424c93[_0x2cafcd(0x165)](_0x424c93[_0x2cafcd(0x165)](_0x107bfb[_0x2cafcd(0x115)][_0x2cafcd(0x15a)]['name'],_0x424c93[_0x2cafcd(0x133)]),_0x107bfb[_0x2cafcd(0x10f)]['name'])]=_0x5d9050,this['log'](_0x424c93[_0x2cafcd(0x165)](_0x5d9050,'\x0a')));}}}),_0x218a21&&(testSuitesFailed+=0x1),this[_0xb28be1(0x170)]('\x0a');}[a6_0x376031(0x149)](_0x42b487){}['isBstackHook'](_0x391af3){const _0x516721=a6_0x376031,_0x4c416d={};_0x4c416d[_0x516721(0xe9)]=function(_0x18eb15,_0x354872){return _0x18eb15!==_0x354872;},_0x4c416d[_0x516721(0x168)]='cucumber-js/test.setup.js';const _0x448370=_0x4c416d;if(_0x448370['FAhEq'](_0x391af3[_0x516721(0x12b)],undefined))return![];if(_0x391af3[_0x516721(0xcd)]&&_0x391af3[_0x516721(0xcd)][_0x516721(0x144)][_0x516721(0xca)](_0x448370[_0x516721(0x168)]))return!![];return![];}[a6_0x376031(0x136)](_0x316310){const _0x56b4dc=a6_0x376031,_0x48e638={};_0x48e638[_0x56b4dc(0x121)]=_0x56b4dc(0xf8),_0x48e638[_0x56b4dc(0x154)]='PASSED',_0x48e638[_0x56b4dc(0xee)]=_0x56b4dc(0x10a),_0x48e638['mRxvl']=_0x56b4dc(0xf4),_0x48e638['vCwMt']=_0x56b4dc(0x16a),_0x48e638[_0x56b4dc(0xe4)]=_0x56b4dc(0x160),_0x48e638[_0x56b4dc(0x16c)]=_0x56b4dc(0x110);const _0x41fb21=_0x48e638;switch(_0x316310){case _0x41fb21['llkJv']:testsFailed+=0x1;break;case _0x41fb21[_0x56b4dc(0x154)]:testsPassed+=0x1;break;case _0x41fb21['HmRVF']:testsSkipped+=0x1;break;case _0x41fb21[_0x56b4dc(0x163)]:testsPending+=0x1;break;case _0x41fb21[_0x56b4dc(0xd4)]:testsUndefined+=0x1;break;case _0x41fb21['zuqYk']:testsUnknown+=0x1;break;case _0x41fb21[_0x56b4dc(0x16c)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x376031(0xe3)](_0x3edead){const _0x3a352f=a6_0x376031,_0xbf6f17={'Bepij':function(_0x5c3b56,_0x401b62){return _0x5c3b56!==_0x401b62;},'SXGIg':function(_0x219481,_0x1a91f5){return _0x219481!==_0x1a91f5;},'ulHnI':function(_0x40ce24,_0x23953d){return _0x40ce24(_0x23953d);},'SAyUH':function(_0x553ea8,_0xd3e73d){return _0x553ea8+_0xd3e73d;},'MnmIU':function(_0x5bf6a0){return _0x5bf6a0();}};let _0x2dbab3;if(_0xbf6f17[_0x3a352f(0x12e)](process['env'][_0x3a352f(0x11d)],undefined)){const _0x236a39=JSON[_0x3a352f(0x161)](process[_0x3a352f(0xf5)][_0x3a352f(0x11d)]);_0x2dbab3=_0x236a39['capability'];}_0xbf6f17[_0x3a352f(0xdc)](_0x2dbab3,undefined)&&(global[_0x3a352f(0x157)]=_0xbf6f17['ulHnI'](getPlatformName,_0x2dbab3),this[_0x3a352f(0x170)](_0xbf6f17[_0x3a352f(0x16d)]('Executing\x20tests\x20for\x20'+global[_0x3a352f(0x157)],'\x0a'))),_0xbf6f17[_0x3a352f(0x14b)](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this[_0x3a352f(0x10d)][_0x3a352f(0x14d)]=_0x3edead);}[a6_0x376031(0x130)](_0x47c4c2){const _0x469407=a6_0x376031;this[_0x469407(0x10d)]['testRunFinished']=_0x47c4c2,this[_0x469407(0x149)](_0x47c4c2);}async['onTestCaseStarted'](_0x4cbc58,_0x43f8c6,_0x5be202){const _0x49c4cd=a6_0x376031,_0x19e452={'dGbQi':function(_0x3d27aa,_0x27bcc6){return _0x3d27aa(_0x27bcc6);},'yfVvX':_0x49c4cd(0x107),'GopXr':function(_0x160511,_0x3e51e3){return _0x160511&&_0x3e51e3;}};testSuites+=0x1;if(_0x19e452[_0x49c4cd(0x12c)](shouldProcessEventForTesthub,_0x19e452[_0x49c4cd(0x105)]))try{this[_0x49c4cd(0x10d)][_0x49c4cd(0x148)]=this[_0x49c4cd(0x10d)][_0x49c4cd(0x148)]||{},this[_0x49c4cd(0x10d)][_0x49c4cd(0x148)][_0x4cbc58['id']]=_0x4cbc58;const _0x84e19c=TestDetails[_0x49c4cd(0xdb)](_0x4cbc58['id']);_testCasesData[_0x4cbc58['id']]=Object[_0x49c4cd(0x169)]({},_0x5be202);const _0x1f2af8=this[_0x49c4cd(0x10d)],_0x2dbe30=_0x4cbc58['testCaseId'],_0x245b0f=_0x1f2af8[_0x49c4cd(0xfa)][_0x49c4cd(0xe5)](_0x2db558=>_0x2db558['id']===_0x2dbe30)[_0x49c4cd(0xce)],_0x242523=_0x1f2af8[_0x49c4cd(0x10f)][_0x49c4cd(0xe5)](_0x494acb=>_0x494acb['id']===_0x245b0f),_0x25ed58=_0x1f2af8[_0x49c4cd(0x115)]['find'](_0x46a3b1=>_0x46a3b1['uri']===_0x242523['uri']),_0x591f07=_0x25ed58[_0x49c4cd(0x15a)],_0x2c7055={'uuid':_0x84e19c,'startedAt':new Date()['toISOString']()};if(_0x242523){const _0xb46a2={};_0xb46a2[_0x49c4cd(0xd2)]=_0x242523['name'],_0x2c7055[_0x49c4cd(0x11c)]=_0xb46a2;}if(_0x19e452[_0x49c4cd(0x12f)](_0x25ed58,_0x591f07)){const _0x1e4d15={};_0x1e4d15['path']=_0x25ed58['uri'],_0x1e4d15[_0x49c4cd(0xd2)]=_0x591f07['name'],_0x1e4d15['description']=_0x591f07[_0x49c4cd(0xec)],_0x2c7055[_0x49c4cd(0x15a)]=_0x1e4d15;}_tests[_0x2dbe30]=_0x2c7055,await testObservabilityReporter[_0x49c4cd(0x13e)](_0x5be202,_0x25ed58,_0x242523,_0x19e452[_0x49c4cd(0x105)],_0x2c7055);}catch(_0x1f7747){logger[_0x49c4cd(0x13a)]('Exception\x20in\x20sending\x20onTestCaseStarted:\x20'+util[_0x49c4cd(0x139)](_0x1f7747)+'\x20');}}async[a6_0x376031(0xe0)](_0x2c617d,_0x84392e,_0x4ab7e5){const _0x5499f2=a6_0x376031,_0x3f0e60={'KjrDv':function(_0x1d0a58,_0x3c1912){return _0x1d0a58(_0x3c1912);},'FKYbI':_0x5499f2(0x132)};this[_0x5499f2(0xd7)](_0x2c617d);if(_0x3f0e60[_0x5499f2(0xf3)](shouldProcessEventForTesthub,_0x3f0e60[_0x5499f2(0xda)]))try{this[_0x5499f2(0x10d)][_0x5499f2(0x153)]=this['report'][_0x5499f2(0x153)]||{},this[_0x5499f2(0x10d)][_0x5499f2(0x153)][_0x2c617d[_0x5499f2(0x11f)]]=_0x2c617d,_testCasesData[_0x4ab7e5['id']]=Object[_0x5499f2(0x169)]({},_0x4ab7e5);const _0x34156c=_0x2c617d['testCaseStartedId'],_0x126db0=_0x84392e[_0x5499f2(0x124)]['testCaseAttemptDataMap'][_0x34156c][_0x5499f2(0x13f)],_0x51e54d=_0x84392e[_0x5499f2(0x124)][_0x5499f2(0x159)][_0x126db0],_0x123d59=_0x51e54d['pickleId'],_0xccbdb9=_0x84392e['eventDataCollector'][_0x5499f2(0x143)][_0x123d59],_0x2ff749=this[_0x5499f2(0x104)](_0x84392e,_0xccbdb9),_0x5e6ebc=_tests[_0x126db0];_0x5e6ebc&&(delete _tests[_0x126db0],_0x5e6ebc[_0x5499f2(0x14a)]=new Date()['toISOString']()),await testObservabilityReporter[_0x5499f2(0x13e)](_0x4ab7e5,_0x2ff749,_0xccbdb9,_0x3f0e60['FKYbI'],_0x5e6ebc);}catch(_0x52975f){logger[_0x5499f2(0x13a)](_0x5499f2(0x116)+util[_0x5499f2(0x139)](_0x52975f));}}async[a6_0x376031(0x11e)](_0x4f4d95,_0x5d407b){const _0x1d015d=a6_0x376031,_0x45b079={'IPmnw':function(_0x3b1220,_0x5c139a){return _0x3b1220(_0x5c139a);},'pvsHw':_0x1d015d(0xcf),'hmfvN':function(_0x2269c5,_0x5d4610){return _0x2269c5!==_0x5d4610;},'gbCio':_0x1d015d(0x15b)};if(_0x45b079['IPmnw'](shouldProcessEventForTesthub,_0x45b079[_0x1d015d(0x15f)]))try{this[_0x1d015d(0x10d)][_0x1d015d(0x155)]=this[_0x1d015d(0x10d)][_0x1d015d(0x155)]||{},this[_0x1d015d(0x10d)]['testStepStarted'][_0x4f4d95[_0x1d015d(0x11f)]]=_0x4f4d95;const _0x279d9e=_0x4f4d95[_0x1d015d(0x11f)],_0x3436f3=_0x5d407b[_0x1d015d(0x124)][_0x1d015d(0x152)][_0x279d9e][_0x1d015d(0x13f)],_0x386213=this[_0x1d015d(0x10d)][_0x1d015d(0xfa)]['find'](_0x96b52f=>_0x96b52f['id']===_0x3436f3)[_0x1d015d(0xce)],_0x1a3fdf=this[_0x1d015d(0x10d)][_0x1d015d(0x10f)][_0x1d015d(0xe5)](_0x4e27d2=>_0x4e27d2['id']===_0x386213),_0x13a0ed=this['report'][_0x1d015d(0xfa)][_0x1d015d(0xe5)](_0x254a43=>_0x254a43['id']===_0x3436f3)['testSteps'],_0x20d636=this[_0x1d015d(0x10d)][_0x1d015d(0x155)][_0x279d9e][_0x1d015d(0x15b)],_0x1e77dc=_0x13a0ed[_0x1d015d(0xe5)](_0x296ece=>_0x296ece['id']===_0x20d636)[_0x1d015d(0x158)],_0x36ca03=_0x1a3fdf['steps']['find'](_0x13e61e=>_0x13e61e['id']===_0x1e77dc);if(_0x1e77dc&&_tests[_0x3436f3]&&_0x45b079[_0x1d015d(0x101)](_tests[_0x3436f3][_0x45b079[_0x1d015d(0x125)]],_0x20d636)){_tests[_0x3436f3][_0x45b079[_0x1d015d(0x125)]]=_0x20d636;const _0x5257e9={};_0x5257e9[_0x1d015d(0x13d)]=[];const _0x29c280=_tests[_0x3436f3]||_0x5257e9;_0x29c280&&!_0x29c280['steps']&&(_0x29c280[_0x1d015d(0x13d)]=[]),_0x29c280[_0x1d015d(0x13d)][_0x1d015d(0xdd)]({'id':_0x36ca03['id'],'text':_0x36ca03[_0x1d015d(0x11a)],'started_at':new Date()[_0x1d015d(0xd6)]()}),_tests[_0x3436f3]=_0x29c280;}await testObservabilityReporter[_0x1d015d(0xd9)](this[_0x1d015d(0x10d)],_0x279d9e,_0x45b079[_0x1d015d(0x15f)],_0x13a0ed,_0x20d636,_tests[_0x3436f3]);}catch(_0xcb7fcf){logger['debug'](_0x1d015d(0xd3)+util[_0x1d015d(0x139)](_0xcb7fcf));}}async[a6_0x376031(0x14e)](_0x3c16d7,_0x2b729a){const _0x389b4e=a6_0x376031,_0x59c75c={'SdBGP':function(_0x466289,_0x4af9da){return _0x466289===_0x4af9da;},'UJsVL':'3|1|4|2|0','Hbfho':function(_0x4b3e1a,_0x164f7e){return _0x4b3e1a(_0x164f7e);},'ZUyUM':'HookRunFinished','ppoLg':function(_0x185b82,_0x218013){return _0x185b82===_0x218013;},'HDTZB':_0x389b4e(0xf2),'rpjNf':'UnhandledError','FCuNA':_0x389b4e(0x15b)};this[_0x389b4e(0x10d)][_0x389b4e(0xeb)]=this['report']['testStepFinished']||{},this['report'][_0x389b4e(0xeb)][_0x3c16d7[_0x389b4e(0x11f)]]=_0x3c16d7;if(_0x59c75c['Hbfho'](shouldProcessEventForTesthub,_0x59c75c[_0x389b4e(0x102)]))try{const _0x4aa633=_0x3c16d7[_0x389b4e(0x11f)],_0x1cf2ba=_0x2b729a[_0x389b4e(0x124)][_0x389b4e(0x152)][_0x4aa633][_0x389b4e(0x13f)],_0x27d5ff=_0x2b729a['eventDataCollector'][_0x389b4e(0x159)][_0x1cf2ba],_0x4ba9c4=_0x27d5ff[_0x389b4e(0xce)],_0x5cc98a=_0x2b729a[_0x389b4e(0x124)][_0x389b4e(0x143)][_0x4ba9c4],_0x4e26d2=_0x3c16d7[_0x389b4e(0x15b)],_0x88f20e=_0x27d5ff[_0x389b4e(0x11b)],_0x541be6=this[_0x389b4e(0x124)][_0x389b4e(0x114)](_0x4aa633),_0x2d28b5=_0x88f20e[_0x389b4e(0xe5)](_0x286b4e=>_0x286b4e['id']===_0x4e26d2)[_0x389b4e(0x158)];let _0x4a3c71,_0x4aedc7;_0x3c16d7['testStepResult']&&_0x59c75c[_0x389b4e(0x13b)](_0x3c16d7[_0x389b4e(0x10c)]['status'][_0x389b4e(0xe7)]()['toLowerCase'](),_0x59c75c[_0x389b4e(0x16b)])&&(_0x4a3c71=_0x59c75c[_0x389b4e(0x10e)](_0x3c16d7[_0x389b4e(0x10c)][_0x389b4e(0xde)],undefined)?_0x3c16d7[_0x389b4e(0x10c)][_0x389b4e(0x142)]:_0x3c16d7[_0x389b4e(0x10c)][_0x389b4e(0xde)][_0x389b4e(0x142)],_0x4aedc7=_0x59c75c[_0x389b4e(0x13b)](_0x3c16d7['testStepResult'][_0x389b4e(0xde)],undefined)?_0x59c75c['rpjNf']:_0x3c16d7[_0x389b4e(0x10c)][_0x389b4e(0x142)]);await testObservabilityReporter[_0x389b4e(0xd9)](this['report'],_0x4aa633,_0x59c75c[_0x389b4e(0x102)],_0x88f20e,_0x4e26d2,_tests[_0x1cf2ba]);if(_0x2d28b5&&_tests[_0x1cf2ba][_0x59c75c[_0x389b4e(0x13c)]]){const _0x273eba=_0x5cc98a[_0x389b4e(0x13d)][_0x389b4e(0xe5)](_0x6ca387=>_0x6ca387['id']===_0x2d28b5),_0x4a39fe={};_0x4a39fe[_0x389b4e(0x13d)]=[];const _0x2a7fe6=_tests[_0x1cf2ba]||_0x4a39fe;!_0x2a7fe6[_0x389b4e(0x13d)]?_0x2a7fe6[_0x389b4e(0x13d)]=[{'id':_0x273eba['id'],'text':_0x273eba[_0x389b4e(0x11a)],'finished_at':new Date()[_0x389b4e(0xd6)](),'result':_0x3c16d7[_0x389b4e(0x10c)][_0x389b4e(0xfc)],'duration':_0x3c16d7[_0x389b4e(0x10c)][_0x389b4e(0xd8)]['seconds'],'failure':_0x4a3c71,'failureType':_0x4aedc7}]:_0x2a7fe6[_0x389b4e(0x13d)]['forEach'](_0xe03269=>{const _0x4c1115=_0x389b4e;if(_0x59c75c[_0x4c1115(0x10e)](_0xe03269['id'],_0x273eba['id'])){const _0x1154d6=_0x59c75c[_0x4c1115(0x127)][_0x4c1115(0x126)]('|');let _0x13da05=0x0;while(!![]){switch(_0x1154d6[_0x13da05++]){case'0':_0xe03269[_0x4c1115(0xcb)]=_0x4aedc7;continue;case'1':_0xe03269[_0x4c1115(0x112)]=_0x3c16d7[_0x4c1115(0x10c)][_0x4c1115(0xfc)];continue;case'2':_0xe03269['failure']=_0x4a3c71;continue;case'3':_0xe03269[_0x4c1115(0x146)]=new Date()[_0x4c1115(0xd6)]();continue;case'4':_0xe03269[_0x4c1115(0xd8)]=_0x3c16d7['testStepResult'][_0x4c1115(0xd8)]['seconds'];continue;}break;}}}),_tests[_0x1cf2ba]=_0x2a7fe6,delete _tests[_0x1cf2ba][_0x59c75c['FCuNA']];}}catch(_0x4a8adc){logger[_0x389b4e(0x13a)](_0x389b4e(0xf0)+util['format'](_0x4a8adc));}}[a6_0x376031(0xf7)](_0x4e6e30){const _0x1f663a=a6_0x376031,_0x586972={};return _0x4e6e30[_0x1f663a(0x15a)][_0x1f663a(0xd0)][_0x1f663a(0xcc)](this[_0x1f663a(0x108)])[_0x1f663a(0xed)]()['forEach'](_0x45379d=>_0x45379d[_0x1f663a(0x13d)]['forEach'](_0x249533=>_0x586972[_0x249533['id']]=_0x249533)),_0x586972;}[a6_0x376031(0x108)](_0x46433a){const _0xc7e73c=a6_0x376031,_0x3ce042={'xVQyT':function(_0x1cf318,_0x96e2cb){return _0x1cf318(_0x96e2cb);},'IAQNO':function(_0x4e4996,_0x20b4b8){return _0x4e4996(_0x20b4b8);}};if(!_0x3ce042['xVQyT'](isUndefined,_0x46433a[_0xc7e73c(0x12a)]))return[_0x46433a[_0xc7e73c(0x12a)]];else{if(!_0x3ce042[_0xc7e73c(0xe1)](isUndefined,_0x46433a[_0xc7e73c(0x120)]))return _0x46433a['rule'][_0xc7e73c(0xd0)]['map'](_0x16fcbc=>!isUndefined(_0x16fcbc[_0xc7e73c(0x12a)])?_0x16fcbc['background']:_0x16fcbc[_0xc7e73c(0x11c)]);};return[_0x46433a[_0xc7e73c(0x11c)]];}[a6_0x376031(0x104)](_0x13c7f9,_0x286572){const _0x51bc5f=a6_0x376031;return Object['values'](_0x13c7f9[_0x51bc5f(0x124)][_0x51bc5f(0x117)])[_0x51bc5f(0xe5)](_0x30373b=>_0x30373b[_0x51bc5f(0x144)]===_0x286572[_0x51bc5f(0x144)]);}}function a6_0x5a1d(){const _0x47a0df=['HookRunStarted','children','EkMpT','name','Exception\x20in\x20onTestStepStarted\x20event:\x20','vCwMt','QzlhO','toISOString','logTestCaseFinished','duration','sendHook','FKYbI','getTestUUID','SXGIg','push','exception','../../../helpers/testhub/utils.js','onTestCaseFinished','IAQNO','onPickle','onTestRunStarted','zuqYk','find','stepDefinition','toString','onTestCaseStarted','FAhEq','nChSJ','testStepFinished','description','flat','HmRVF','../../../helpers/helper','Exception\x20in\x20onTestStepFinished\x20event:\x20','UgWgk','failed','KjrDv','PENDING','env','../../playwright/reporter/test-details.js','getGherkinStepMap','FAILED','bstack','testCases','2ELXtKb','status','4931800TewwgJ','yptid','../../../helpers/test-observability/error-handler','testCase','hmfvN','ZUyUM','\x20\x20\x20\x20','getGherkinDocument','yfVvX','32jLvXlN','TestRunStarted','extractStepContainers','\x20-\x20','SKIPPED','util','testStepResult','report','SdBGP','pickle','AMBIGUOUS','VmVOq','result','onStepDefinition','getTestCaseAttempt','gherkinDocument','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','gherkinDocumentMap','hook','winstonLogger','text','testSteps','scenario','CONFIG','onTestStepStarted','testCaseStartedId','rule','llkJv','HroZt','../test-observability.js','eventDataCollector','gbCio','split','UJsVL','1217722KrECDR','11XsILiw','background','sourceLocation','dGbQi','cwd','Bepij','GopXr','onTestRunFinished','5077821AjqXzL','TestRunFinished','HnWtS','14DSNsjO','5420860mZsUlz','incrementCounter','isBstackHook','source','format','debug','ppoLg','FCuNA','steps','sendTestRunEventForCucumber','testCaseId','envelope','2711514dlsLJF','message','pickleMap','uri','cZZdQ','finished_at','hooks','testCaseStarted','logTestRunFinished','finishedAt','MnmIU','DUVAR','testRunStarted','onTestStepFinished','@cucumber/cucumber','testRunFinished','5AgRtsN','testCaseAttemptDataMap','testCaseFinished','jMoHq','testStepStarted','FoIkJ','__platform','pickleStepId','testCaseMap','feature','testStepId','onHook','snippetBuilder','YfEiD','pvsHw','UNKNOWN','parse','HLCrh','mRxvl','supportCodeLibrary','mlBew','onSource','forEach','XXfrG','assign','UNDEFINED','HDTZB','ncIZg','SAyUH','784359rilKqQ','20060808QQwgIq','log','onGherkinDocument','eventBroadcaster','includes','failureType','map','actionLocation','pickleId'];a6_0x5a1d=function(){return _0x47a0df;};return a6_0x5a1d();}module['exports']=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x376031(0xe8),a6_0x376031(0xe0),a6_0x376031(0x11e),'onTestStepFinished',a6_0x376031(0xe3),a6_0x376031(0x130),'extractStepContainers',a6_0x376031(0x104),'getGherkinStepMap']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a7_0x2f6bb6=a7_0x1d4e;(function(_0x357127,_0x729c71){const _0x43e694=a7_0x1d4e,_0x368010=_0x357127();while(!![]){try{const _0x502c98=-parseInt(_0x43e694(0xdc))/0x1*(-parseInt(_0x43e694(0xcf))/0x2)+parseInt(_0x43e694(0xbf))/0x3*(parseInt(_0x43e694(0xff))/0x4)+parseInt(_0x43e694(0xf7))/0x5+-parseInt(_0x43e694(0xf8))/0x6*(parseInt(_0x43e694(0xfa))/0x7)+-parseInt(_0x43e694(0x106))/0x8+-parseInt(_0x43e694(0xdb))/0x9+parseInt(_0x43e694(0xc9))/0xa*(-parseInt(_0x43e694(0xc2))/0xb);if(_0x502c98===_0x729c71)break;else _0x368010['push'](_0x368010['shift']());}catch(_0xa83067){_0x368010['push'](_0x368010['shift']());}}}(a7_0x1020,0x36662));function a7_0x1d4e(_0x3e6891,_0x35eda5){const _0x10209b=a7_0x1020();return a7_0x1d4e=function(_0x1d4e5f,_0x19b1fc){_0x1d4e5f=_0x1d4e5f-0xb6;let _0x141ee1=_0x10209b[_0x1d4e5f];return _0x141ee1;},a7_0x1d4e(_0x3e6891,_0x35eda5);}function a7_0x1020(){const _0xa5fcd=['cucumber-js/test_old.setup.js','HVAzP','WgIJy','pickle','IxIsV','UNKNOWN','uri','\x20\x20\x20\x20','GgsfZ','test-step-started','BTUvA','Cykbw','log','Bifvx','CONFIG','fdcje','xThld','YBibf','__platform','VnIkD','396855TQpKNE','216sOeCDI','PASSED','9569wheEBf','Executing\x20tests\x20for\x20','UMvvJ','toUpperCase','env','4sCMwCX','line','test-case-started','SKIPPED','HEgIh','steps','eventDataCollector','218160ifLCTw','exports','anAzm','qnDfL','supuE','feature','exception','tkiBV','ESvJM','sRZEB','eventBroadcaster','svRfJ','rMjFw','test-case-finished','pPnyW','lvvhg','1086963jcXpRQ','cucumber/lib/formatter/helpers/pickle_parser.js','aZapT','1712117nSzKaJ','stepResults','actionLocation','oXgVE','includes','test-run-started','\x20-\x20','10nsGtyt','jvbwL','xnuhg','testCase','SoLiu','text','6wHeWRY','../../../helpers/helper','JGiBe','\x20\x20\x20\x20AFTER\x20-\x20','sourceLocation','parse','UNDEFINED','result','status','forEach','logTestCaseFinished','cucumber','1349586jpvohw','54403hwaMLK','getTestCaseData','zycUc','name','ZIBNT','getStepLineToPickledStepMap','SznpI'];a7_0x1020=function(){return _0xa5fcd;};return a7_0x1020();}const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x2f6bb6(0xd0)),{Formatter}=requireModule(a7_0x2f6bb6(0xda)),pickleParser=requireModule(a7_0x2f6bb6(0xc0),a7_0x2f6bb6(0xda));class BrowserstackFormatter extends Formatter{constructor(_0x520752){const _0x405fe5=a7_0x2f6bb6,_0x41cb80={'HEgIh':function(_0x387cf2,_0x1ca435){return _0x387cf2!==_0x1ca435;},'lvvhg':function(_0xb2c259,_0x1991d3){return _0xb2c259(_0x1991d3);},'aZapT':_0x405fe5(0xc7),'BEByF':_0x405fe5(0x101),'xlYlS':_0x405fe5(0xbc),'ShXWb':'test-run-finished','HVAzP':_0x405fe5(0xec)};super(_0x520752),_0x520752['eventBroadcaster']['on'](_0x41cb80[_0x405fe5(0xc1)],()=>{const _0x19815c=_0x405fe5;let _0x11f0b0;if(_0x41cb80[_0x19815c(0x103)](process[_0x19815c(0xfe)][_0x19815c(0xf1)],undefined)){const _0x52d892=JSON[_0x19815c(0xd4)](process[_0x19815c(0xfe)][_0x19815c(0xf1)]);_0x11f0b0=_0x52d892['capability'];}_0x41cb80[_0x19815c(0x103)](_0x11f0b0,undefined)&&(global['__platform']=_0x41cb80[_0x19815c(0xbe)](getPlatformName,_0x11f0b0),console['log'](_0x19815c(0xfb)+global['__platform']));}),_0x520752[_0x405fe5(0xb9)]['on'](_0x41cb80['BEByF'],()=>{testSuites+=0x1;}),_0x520752[_0x405fe5(0xb9)]['on'](_0x41cb80['xlYlS'],_0x3a88d2=>{const _0xc0cdb4=_0x405fe5;this[_0xc0cdb4(0xd9)](_0x3a88d2);}),_0x520752[_0x405fe5(0xb9)]['on'](_0x41cb80['ShXWb'],()=>{totalTests-=0x2;}),_0x520752['eventBroadcaster']['on'](_0x41cb80[_0x405fe5(0xe4)],()=>{totalTests+=0x1;});}[a7_0x2f6bb6(0xd9)](_0xb612e6){const _0x12dbb5=a7_0x2f6bb6,_0x4e0efc={'JGiBe':'FAILED','svRfJ':_0x12dbb5(0xf9),'pPnyW':_0x12dbb5(0x102),'VnIkD':'PENDING','zycUc':_0x12dbb5(0xd5),'dnQzp':_0x12dbb5(0xe8),'eBSpr':'AMBIGUOUS','YBibf':function(_0xc26ba5,_0x1aff3f){return _0xc26ba5+_0x1aff3f;},'jvbwL':_0x12dbb5(0xea),'anAzm':_0x12dbb5(0xc8),'Bifvx':function(_0x4561b9,_0x556d2d){return _0x4561b9(_0x556d2d);},'supuE':_0x12dbb5(0xe3),'PInZZ':function(_0x1a88c7,_0xfe4a72){return _0x1a88c7(_0xfe4a72);},'GgsfZ':_0x12dbb5(0xd2),'UMvvJ':'\x20\x20\x20\x20BEFORE\x20-\x20','sRZEB':function(_0x415c7e,_0xddcbcb){return _0x415c7e===_0xddcbcb;},'SznpI':function(_0x41cf7b,_0x2a1399,_0x2a6a29){return _0x41cf7b(_0x2a1399,_0x2a6a29);},'ESvJM':'result','Cykbw':_0x12dbb5(0x10c),'ZIBNT':'stack','qnDfL':function(_0x4c39c5,_0x135a17){return _0x4c39c5+_0x135a17;},'WgIJy':function(_0x1f6bcc,_0x1fd34d){return _0x1f6bcc!==_0x1fd34d;},'xnuhg':'undefined','BTUvA':function(_0x37514f,_0x19b7d3){return _0x37514f+_0x19b7d3;},'IxIsV':function(_0x3bc9d4,_0x269884){return _0x3bc9d4+_0x269884;},'xThld':function(_0x38309b,_0x2a03ec){return _0x38309b+_0x2a03ec;},'mXgSU':function(_0x1b7e22,_0x1a69e9){return _0x1b7e22+_0x1a69e9;},'FZCXI':function(_0x547104,_0x370e69){return _0x547104<_0x370e69;},'SoLiu':function(_0x27a18c,_0x4272b0){return _0x27a18c+_0x4272b0;},'acNMS':function(_0x345081,_0x74e432){return _0x345081(_0x74e432);},'rMjFw':function(_0x5a88cd,_0x142808){return _0x5a88cd(_0x142808);},'oXgVE':function(_0x3e9298,_0x34102d){return _0x3e9298===_0x34102d;},'fdcje':function(_0x3f13a1,_0x192325){return _0x3f13a1+_0x192325;},'tkiBV':function(_0xbe8daf,_0x2be19e){return _0xbe8daf+_0x2be19e;}};let _0x10c84e=![];function _0x23f2c8(_0x2b0562){const _0x2cac49=_0x12dbb5;switch(_0x2b0562){case _0x4e0efc[_0x2cac49(0xd1)]:testsFailed+=0x1;break;case _0x4e0efc[_0x2cac49(0xba)]:testsPassed+=0x1;break;case _0x4e0efc[_0x2cac49(0xbd)]:testsSkipped+=0x1;break;case _0x4e0efc[_0x2cac49(0xf6)]:testsPending+=0x1;break;case _0x4e0efc[_0x2cac49(0xde)]:testsUndefined+=0x1;break;case _0x4e0efc['dnQzp']:testsUnknown+=0x1;break;case _0x4e0efc['eBSpr']:testsAmbiguous+=0x1;break;default:break;}}_0x4e0efc[_0x12dbb5(0xe5)](global['__platform'],undefined)&&console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0x109)](_0x4e0efc['qnDfL']('\x0a',global[_0x12dbb5(0xf5)]),'\x0a'));let _0x4e3316=![];if(_0x4e0efc[_0x12dbb5(0xe5)](typeof this[_0x12dbb5(0x105)][_0x12dbb5(0xdd)],_0x4e0efc[_0x12dbb5(0xcb)])){var _0x47dce3=this[_0x12dbb5(0x105)]['getTestCaseData'](_0xb612e6[_0x12dbb5(0xd3)]),_0x43aa7a=_0x47dce3['pickle'],_0x4c47b9=_0x47dce3[_0x12dbb5(0xcc)];console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0xed)]('\x20\x20',_0x43aa7a[_0x12dbb5(0xdf)]));var _0x5b0b9b=(0x0,pickleParser[_0x12dbb5(0xe1)])(_0x43aa7a);_0x4c47b9[_0x12dbb5(0x104)][_0x12dbb5(0xd8)](function(_0x2b9104){const _0x532039=_0x12dbb5;if(_0x2b9104[_0x532039(0xc4)]&&_0x2b9104[_0x532039(0xd3)])_0x10c84e=!![],console[_0x532039(0xef)](_0x4e0efc['YBibf'](_0x4e0efc[_0x532039(0xf4)](_0x4e0efc['YBibf'](_0x4e0efc[_0x532039(0xca)],_0x5b0b9b[_0x2b9104['sourceLocation'][_0x532039(0x100)]][_0x532039(0xce)]),_0x4e0efc[_0x532039(0x108)]),_0x2b9104[_0x532039(0xd6)][_0x532039(0xd7)]['toUpperCase']())),_0x4e0efc[_0x532039(0xf0)](_0x23f2c8,_0x2b9104['result'][_0x532039(0xd7)][_0x532039(0xfd)]());else _0x2b9104[_0x532039(0xc4)]&&(!_0x2b9104[_0x532039(0xc4)][_0x532039(0xe9)][_0x532039(0xc6)](_0x4e0efc[_0x532039(0x10a)])&&(_0x4e0efc['PInZZ'](_0x23f2c8,_0x2b9104[_0x532039(0xd6)][_0x532039(0xd7)][_0x532039(0xfd)]()),_0x10c84e?console['log'](_0x4e0efc[_0x532039(0xf4)](_0x4e0efc['GgsfZ'],_0x2b9104[_0x532039(0xd6)][_0x532039(0xd7)]['toUpperCase']())):console[_0x532039(0xef)](_0x4e0efc['YBibf'](_0x4e0efc[_0x532039(0xfc)],_0x2b9104[_0x532039(0xd6)][_0x532039(0xd7)][_0x532039(0xfd)]()))));if(_0x4e0efc[_0x532039(0xb8)](_0x2b9104[_0x532039(0xd6)]['status'][_0x532039(0xfd)](),_0x4e0efc[_0x532039(0xd1)])){const _0x33faed=_0x4e0efc[_0x532039(0xe2)](nestedKeyValue,_0x2b9104,[_0x4e0efc[_0x532039(0xb7)],_0x4e0efc['Cykbw'],_0x4e0efc[_0x532039(0xe0)]]);_0x33faed&&(testsErrorMessage[_0x43aa7a[_0x532039(0xdf)]]=_0x33faed,console['log'](_0x4e0efc[_0x532039(0x109)](_0x33faed,'\x0a'))),_0x4e3316=!![];}});}else{const _0x4d73fb=this[_0x12dbb5(0x105)]['getTestCaseAttempt'](_0xb612e6);console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0xe7)](_0x4e0efc[_0x12dbb5(0xf3)](_0x4e0efc['mXgSU']('\x20\x20',_0x4d73fb['gherkinDocument']['feature'][_0x12dbb5(0xdf)]),_0x4e0efc[_0x12dbb5(0x108)]),_0x4d73fb[_0x12dbb5(0xe6)][_0x12dbb5(0xdf)]));const _0x28a522=(0x0,pickleParser[_0x12dbb5(0xe1)])(_0x4d73fb[_0x12dbb5(0xe6)]),_0x381b68=_0x4d73fb['testCase'][_0x12dbb5(0x104)],_0x51e194=_0x4d73fb[_0x12dbb5(0xc3)],_0x296d5c=_0x381b68['length'];for(let _0x5dbac0=0x0;_0x4e0efc['FZCXI'](_0x5dbac0,_0x296d5c);_0x5dbac0++){const _0x100ec3=_0x381b68[_0x5dbac0];if(_0x100ec3[_0x12dbb5(0xc4)]&&_0x100ec3['sourceLocation'])_0x10c84e=!![],console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0xf3)](_0x4e0efc[_0x12dbb5(0xcd)](_0x4e0efc['IxIsV'](_0x4e0efc[_0x12dbb5(0xca)],_0x28a522[_0x100ec3['sourceLocation'][_0x12dbb5(0x100)]][_0x12dbb5(0xce)]),_0x4e0efc[_0x12dbb5(0x108)]),_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)][_0x12dbb5(0xfd)]())),_0x4e0efc['acNMS'](_0x23f2c8,_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)][_0x12dbb5(0xfd)]());else _0x100ec3[_0x12dbb5(0xc4)]&&(!_0x100ec3[_0x12dbb5(0xc4)]['uri'][_0x12dbb5(0xc6)](_0x4e0efc[_0x12dbb5(0x10a)])&&(_0x4e0efc[_0x12dbb5(0xbb)](_0x23f2c8,_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)]['toUpperCase']()),_0x10c84e?console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0x109)](_0x4e0efc[_0x12dbb5(0xeb)],_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)][_0x12dbb5(0xfd)]())):console['log'](_0x4e0efc[_0x12dbb5(0x109)](_0x4e0efc[_0x12dbb5(0xfc)],_0x51e194[_0x5dbac0][_0x12dbb5(0xd7)]['toUpperCase']()))));if(_0x4e0efc[_0x12dbb5(0xc5)](_0x51e194[_0x5dbac0]['status'][_0x12dbb5(0xfd)](),_0x4e0efc[_0x12dbb5(0xd1)])){_0x4e3316=!![];const _0x4b047d=_0x4e0efc[_0x12dbb5(0xe2)](nestedKeyValue,_0x51e194[_0x5dbac0],[_0x4e0efc[_0x12dbb5(0xee)],_0x4e0efc[_0x12dbb5(0xe0)]]);_0x4b047d&&(testsErrorMessage[_0x4e0efc[_0x12dbb5(0xf2)](_0x4e0efc[_0x12dbb5(0xb6)](_0x4d73fb['gherkinDocument'][_0x12dbb5(0x10b)][_0x12dbb5(0xdf)],_0x4e0efc[_0x12dbb5(0x108)]),_0x4d73fb[_0x12dbb5(0xe6)][_0x12dbb5(0xdf)])]=_0x4b047d,console[_0x12dbb5(0xef)](_0x4e0efc[_0x12dbb5(0xf4)](_0x4b047d,'\x0a')));}}}_0x4e3316&&(testSuitesFailed+=0x1),console[_0x12dbb5(0xef)]('\x0a');}}module[a7_0x2f6bb6(0x107)]=BrowserstackFormatter;
|
|
1
|
+
const a7_0x1852a8=a7_0x42a7;function a7_0x34e6(){const _0x4aea94=['stepResults','45ITBBhK','length','oFqAB','xLQip','Elznr','test-step-started','uri','logTestCaseFinished','KTmEG','seBvC','163387WfdTmu','64124IfQrMl','feature','bNIdK','uHKIH','gSbGZ','pickle','2462390nXTEaW','cucumber/lib/formatter/helpers/pickle_parser.js','cucumber-js/test_old.setup.js','OZyWY','ukuaQ','31198HwTppz','Wfhfk','erOKy','60frCeLt','exception','eventDataCollector','includes','UNKNOWN','NBreH','jrFMz','Executing\x20tests\x20for\x20','undefined','ZLPYq','__platform','actionLocation','PENDING','getTestCaseData','Zeyft','12NLyASQ','TVmsa','lPuBS','wgxjd','env','text','CONFIG','FkxbQ','bWwLH','jcSOR','eventBroadcaster','getStepLineToPickledStepMap','toUpperCase','FAILED','299155WDTROx','ZYyMc','zVvTU','JxQLO','name','cucumber','BOvOw','sourceLocation','../../../helpers/helper','QPIVG','test-run-started','OCmsM','steps','HnHqt','tWsgY','line','exports','result','status','SKIPPED','62808nDOtmo','log','vVUMx','vaElM','testCase','AMBIGUOUS','TVCCf','gherkinDocument','getTestCaseAttempt','Vmsmv','test-case-finished','forEach','cPhUL','34758joFsGo','PASSED','DTzFv','capability'];a7_0x34e6=function(){return _0x4aea94;};return a7_0x34e6();}(function(_0x2d9f0f,_0x1ceb19){const _0xa04b80=a7_0x42a7,_0x33922b=_0x2d9f0f();while(!![]){try{const _0x596d0b=parseInt(_0xa04b80(0xe3))/0x1+parseInt(_0xa04b80(0xee))/0x2+-parseInt(_0xa04b80(0xd3))/0x3*(-parseInt(_0xa04b80(0xa4))/0x4)+parseInt(_0xa04b80(0xb2))/0x5+parseInt(_0xa04b80(0xf1))/0x6*(parseInt(_0xa04b80(0xe2))/0x7)+parseInt(_0xa04b80(0xc6))/0x8*(-parseInt(_0xa04b80(0xd8))/0x9)+-parseInt(_0xa04b80(0xe9))/0xa;if(_0x596d0b===_0x1ceb19)break;else _0x33922b['push'](_0x33922b['shift']());}catch(_0x2745bd){_0x33922b['push'](_0x33922b['shift']());}}}(a7_0x34e6,0x1dd74));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x1852a8(0xba)),{Formatter}=requireModule(a7_0x1852a8(0xb7)),pickleParser=requireModule(a7_0x1852a8(0xea),a7_0x1852a8(0xb7));class BrowserstackFormatter extends Formatter{constructor(_0x316941){const _0x5df4cd=a7_0x1852a8,_0x32699e={'TVmsa':function(_0x22227f,_0x4054bc){return _0x22227f!==_0x4054bc;},'seBvC':function(_0x5b9965,_0x553dbc){return _0x5b9965(_0x553dbc);},'zTlDh':_0x5df4cd(0xbc),'oFqAB':'test-case-started','QPIVG':_0x5df4cd(0xd0),'BOvOw':'test-run-finished','wvSvZ':_0x5df4cd(0xdd)};super(_0x316941),_0x316941[_0x5df4cd(0xae)]['on'](_0x32699e['zTlDh'],()=>{const _0x578500=_0x5df4cd;let _0x421b39;if(_0x32699e[_0x578500(0xa5)](process[_0x578500(0xa8)][_0x578500(0xaa)],undefined)){const _0x5fedd5=JSON['parse'](process['env'][_0x578500(0xaa)]);_0x421b39=_0x5fedd5[_0x578500(0xd6)];}_0x32699e['TVmsa'](_0x421b39,undefined)&&(global['__platform']=_0x32699e[_0x578500(0xe1)](getPlatformName,_0x421b39),console['log'](_0x578500(0x9c)+global[_0x578500(0x9f)]));}),_0x316941['eventBroadcaster']['on'](_0x32699e[_0x5df4cd(0xda)],()=>{testSuites+=0x1;}),_0x316941[_0x5df4cd(0xae)]['on'](_0x32699e[_0x5df4cd(0xbb)],_0x53fa6b=>{const _0x4c07d2=_0x5df4cd;this[_0x4c07d2(0xdf)](_0x53fa6b);}),_0x316941[_0x5df4cd(0xae)]['on'](_0x32699e[_0x5df4cd(0xb8)],()=>{totalTests-=0x2;}),_0x316941[_0x5df4cd(0xae)]['on'](_0x32699e['wvSvZ'],()=>{totalTests+=0x1;});}[a7_0x1852a8(0xdf)](_0x20e730){const _0x422f2a=a7_0x1852a8,_0x2942c0={'JxQLO':_0x422f2a(0xb1),'OfqkN':_0x422f2a(0xd4),'mOYri':_0x422f2a(0xc5),'Zeyft':_0x422f2a(0xa1),'DfyUr':'UNDEFINED','xLQip':_0x422f2a(0xf5),'XPNbC':_0x422f2a(0xcb),'NBreH':function(_0x32e48c,_0xf8b8eb){return _0x32e48c+_0xf8b8eb;},'vVUMx':function(_0x19e96b,_0x3a7524){return _0x19e96b+_0x3a7524;},'KTmEG':function(_0x7893ba,_0x4c7b4a){return _0x7893ba+_0x4c7b4a;},'lPuBS':'\x20\x20\x20\x20','Vmsmv':'\x20-\x20','Elznr':function(_0x49de87,_0x2e42d3){return _0x49de87(_0x2e42d3);},'ZYyMc':_0x422f2a(0xeb),'ukuaQ':function(_0x1e3556,_0x342524){return _0x1e3556(_0x342524);},'DTzFv':function(_0x3b3fa9,_0x433cab){return _0x3b3fa9+_0x433cab;},'zVvTU':'\x20\x20\x20\x20AFTER\x20-\x20','jcSOR':'\x20\x20\x20\x20BEFORE\x20-\x20','wgxjd':function(_0x2d4636,_0x573888){return _0x2d4636===_0x573888;},'HnHqt':function(_0x582a31,_0x32071b,_0x4049e8){return _0x582a31(_0x32071b,_0x4049e8);},'vaElM':'result','cPhUL':_0x422f2a(0xf2),'bWwLH':'stack','erOKy':function(_0x3665c7,_0x2acad7){return _0x3665c7+_0x2acad7;},'OCmsM':function(_0x5bd352,_0x2ccd2e){return _0x5bd352!==_0x2ccd2e;},'jrFMz':function(_0x504ba2,_0x5d4664){return _0x504ba2+_0x5d4664;},'gSbGZ':_0x422f2a(0x9d),'tWsgY':function(_0x2d9d08,_0x5d517d){return _0x2d9d08<_0x5d517d;},'oXSYs':function(_0xabcf2e,_0x59707f){return _0xabcf2e+_0x59707f;},'uHKIH':function(_0xdb4907,_0x4eb1fc){return _0xdb4907+_0x4eb1fc;},'ZLPYq':function(_0x24eb9f,_0x3fe46a){return _0x24eb9f+_0x3fe46a;},'TVCCf':function(_0x4405e0,_0x507981){return _0x4405e0(_0x507981);},'bNIdK':function(_0x37a2c8,_0x1b9364){return _0x37a2c8+_0x1b9364;},'OZyWY':function(_0x377722,_0x3a2038){return _0x377722===_0x3a2038;},'ybQHs':function(_0x110141,_0x35340b){return _0x110141+_0x35340b;},'FkxbQ':function(_0x20fabd,_0x2de49c){return _0x20fabd+_0x2de49c;},'Wfhfk':function(_0x40d8df,_0x11e854){return _0x40d8df+_0x11e854;}};let _0x496f65=![];function _0x268b2c(_0x5f26f8){const _0x2aa6e5=_0x422f2a;switch(_0x5f26f8){case _0x2942c0['JxQLO']:testsFailed+=0x1;break;case _0x2942c0['OfqkN']:testsPassed+=0x1;break;case _0x2942c0['mOYri']:testsSkipped+=0x1;break;case _0x2942c0[_0x2aa6e5(0xa3)]:testsPending+=0x1;break;case _0x2942c0['DfyUr']:testsUndefined+=0x1;break;case _0x2942c0[_0x2aa6e5(0xdb)]:testsUnknown+=0x1;break;case _0x2942c0['XPNbC']:testsAmbiguous+=0x1;break;default:break;}}_0x2942c0[_0x422f2a(0xbd)](global['__platform'],undefined)&&console['log'](_0x2942c0[_0x422f2a(0x9b)](_0x2942c0[_0x422f2a(0xc8)]('\x0a',global[_0x422f2a(0x9f)]),'\x0a'));let _0x51cb79=![];if(_0x2942c0[_0x422f2a(0xbd)](typeof this['eventDataCollector'][_0x422f2a(0xa2)],_0x2942c0[_0x422f2a(0xe7)])){var _0x557689=this[_0x422f2a(0xf3)][_0x422f2a(0xa2)](_0x20e730[_0x422f2a(0xb9)]),_0x4dad7a=_0x557689[_0x422f2a(0xe8)],_0x49ad92=_0x557689[_0x422f2a(0xca)];console['log'](_0x2942c0[_0x422f2a(0xe0)]('\x20\x20',_0x4dad7a['name']));var _0x993c4=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x4dad7a);_0x49ad92[_0x422f2a(0xbe)][_0x422f2a(0xd1)](function(_0x41502f){const _0xa25a10=_0x422f2a;if(_0x41502f['actionLocation']&&_0x41502f['sourceLocation'])_0x496f65=!![],console[_0xa25a10(0xc7)](_0x2942c0[_0xa25a10(0x9a)](_0x2942c0[_0xa25a10(0xc8)](_0x2942c0['KTmEG'](_0x2942c0[_0xa25a10(0xa6)],_0x993c4[_0x41502f[_0xa25a10(0xb9)][_0xa25a10(0xc1)]][_0xa25a10(0xa9)]),_0x2942c0[_0xa25a10(0xcf)]),_0x41502f[_0xa25a10(0xc3)][_0xa25a10(0xc4)][_0xa25a10(0xb0)]())),_0x2942c0[_0xa25a10(0xdc)](_0x268b2c,_0x41502f[_0xa25a10(0xc3)][_0xa25a10(0xc4)]['toUpperCase']());else _0x41502f[_0xa25a10(0xa0)]&&(!_0x41502f[_0xa25a10(0xa0)][_0xa25a10(0xde)]['includes'](_0x2942c0[_0xa25a10(0xb3)])&&(_0x2942c0[_0xa25a10(0xed)](_0x268b2c,_0x41502f[_0xa25a10(0xc3)][_0xa25a10(0xc4)][_0xa25a10(0xb0)]()),_0x496f65?console[_0xa25a10(0xc7)](_0x2942c0['DTzFv'](_0x2942c0[_0xa25a10(0xb4)],_0x41502f[_0xa25a10(0xc3)][_0xa25a10(0xc4)][_0xa25a10(0xb0)]())):console[_0xa25a10(0xc7)](_0x2942c0[_0xa25a10(0x9a)](_0x2942c0[_0xa25a10(0xad)],_0x41502f[_0xa25a10(0xc3)][_0xa25a10(0xc4)][_0xa25a10(0xb0)]()))));if(_0x2942c0[_0xa25a10(0xa7)](_0x41502f['result'][_0xa25a10(0xc4)]['toUpperCase'](),_0x2942c0[_0xa25a10(0xb5)])){const _0x5f02e9=_0x2942c0[_0xa25a10(0xbf)](nestedKeyValue,_0x41502f,[_0x2942c0[_0xa25a10(0xc9)],_0x2942c0[_0xa25a10(0xd2)],_0x2942c0[_0xa25a10(0xac)]]);_0x5f02e9&&(testsErrorMessage[_0x4dad7a[_0xa25a10(0xb6)]]=_0x5f02e9,console[_0xa25a10(0xc7)](_0x2942c0[_0xa25a10(0xf0)](_0x5f02e9,'\x0a'))),_0x51cb79=!![];}});}else{const _0x23cbd5=this[_0x422f2a(0xf3)][_0x422f2a(0xce)](_0x20e730);console[_0x422f2a(0xc7)](_0x2942c0[_0x422f2a(0xd5)](_0x2942c0[_0x422f2a(0xd5)](_0x2942c0[_0x422f2a(0x9b)]('\x20\x20',_0x23cbd5[_0x422f2a(0xcd)][_0x422f2a(0xe4)][_0x422f2a(0xb6)]),_0x2942c0['Vmsmv']),_0x23cbd5[_0x422f2a(0xe8)][_0x422f2a(0xb6)]));const _0x2fd7f1=(0x0,pickleParser[_0x422f2a(0xaf)])(_0x23cbd5[_0x422f2a(0xe8)]),_0x5ae22f=_0x23cbd5[_0x422f2a(0xca)][_0x422f2a(0xbe)],_0x74a82c=_0x23cbd5[_0x422f2a(0xd7)],_0x4a8219=_0x5ae22f[_0x422f2a(0xd9)];for(let _0x57b857=0x0;_0x2942c0[_0x422f2a(0xc0)](_0x57b857,_0x4a8219);_0x57b857++){const _0x3e7241=_0x5ae22f[_0x57b857];if(_0x3e7241[_0x422f2a(0xa0)]&&_0x3e7241[_0x422f2a(0xb9)])_0x496f65=!![],console[_0x422f2a(0xc7)](_0x2942c0['oXSYs'](_0x2942c0[_0x422f2a(0xe6)](_0x2942c0[_0x422f2a(0x9e)](_0x2942c0[_0x422f2a(0xa6)],_0x2fd7f1[_0x3e7241[_0x422f2a(0xb9)][_0x422f2a(0xc1)]][_0x422f2a(0xa9)]),_0x2942c0[_0x422f2a(0xcf)]),_0x74a82c[_0x57b857]['status']['toUpperCase']())),_0x2942c0[_0x422f2a(0xcc)](_0x268b2c,_0x74a82c[_0x57b857]['status'][_0x422f2a(0xb0)]());else _0x3e7241[_0x422f2a(0xa0)]&&(!_0x3e7241[_0x422f2a(0xa0)][_0x422f2a(0xde)][_0x422f2a(0xf4)](_0x2942c0[_0x422f2a(0xb3)])&&(_0x2942c0[_0x422f2a(0xcc)](_0x268b2c,_0x74a82c[_0x57b857][_0x422f2a(0xc4)]['toUpperCase']()),_0x496f65?console[_0x422f2a(0xc7)](_0x2942c0[_0x422f2a(0xe5)](_0x2942c0[_0x422f2a(0xb4)],_0x74a82c[_0x57b857][_0x422f2a(0xc4)][_0x422f2a(0xb0)]())):console[_0x422f2a(0xc7)](_0x2942c0['bNIdK'](_0x2942c0['jcSOR'],_0x74a82c[_0x57b857][_0x422f2a(0xc4)][_0x422f2a(0xb0)]()))));if(_0x2942c0[_0x422f2a(0xec)](_0x74a82c[_0x57b857][_0x422f2a(0xc4)][_0x422f2a(0xb0)](),_0x2942c0[_0x422f2a(0xb5)])){_0x51cb79=!![];const _0x12dc34=_0x2942c0['HnHqt'](nestedKeyValue,_0x74a82c[_0x57b857],[_0x2942c0[_0x422f2a(0xd2)],_0x2942c0[_0x422f2a(0xac)]]);_0x12dc34&&(testsErrorMessage[_0x2942c0['ybQHs'](_0x2942c0[_0x422f2a(0xab)](_0x23cbd5[_0x422f2a(0xcd)][_0x422f2a(0xe4)][_0x422f2a(0xb6)],_0x2942c0[_0x422f2a(0xcf)]),_0x23cbd5[_0x422f2a(0xe8)]['name'])]=_0x12dc34,console[_0x422f2a(0xc7)](_0x2942c0[_0x422f2a(0xef)](_0x12dc34,'\x0a')));}}}_0x51cb79&&(testSuitesFailed+=0x1),console[_0x422f2a(0xc7)]('\x0a');}}function a7_0x42a7(_0x5b7d6f,_0x3b14d2){const _0x34e654=a7_0x34e6();return a7_0x42a7=function(_0x42a771,_0x5589d7){_0x42a771=_0x42a771-0x9a;let _0x486092=_0x34e654[_0x42a771];return _0x486092;},a7_0x42a7(_0x5b7d6f,_0x3b14d2);}module[a7_0x1852a8(0xc2)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a8_0x3bc22b=a8_0x10c2;function a8_0x102c(){const _0xd27979=['name','GuZIN','hookId','RviDw','Ahupp','wgunr','3194888evPUCX','getHookRunEventData','JvWxV','failure_type','../../helpers/test-observability/constants.js','zjHgD','nUrIk','nanos','includes','testStepResult','exception','pending','BEFORE_EACH','backtrace','getCucumberHookType','configureGit','toLowerCase','FAILED','bmTWb','xTOYR','tagExpression','cucumber','604008kkmlCP','sendTestRunEventForCucumber','gQxKx','afDxO','hook','OVyBN','getScenarioExamples','getTestUUID','DMzJZ','lqNUn','util','hxiIH','root','failureData','forEach','TestRunFinished','join','nErGY','Pofsy','split','scenario','Exception\x20in\x20sendHook:\x20','AFTER_EACH','map','failed','javascript','xsPvd','rvzek','relative','nJiup','astNodeIds','zeHzv','rSGxm','format','_gitConfigured','strip-ansi','tableBody','gtHHm','336120RMEDXZ','passed','GHPFm','../../helpers/helper','event_type','uploadEventData','SKIPPED','ENXRp','getHookResult','updateTestStatus','length','find','timestamp','Exception\x20in\x20getHookRunEventData:\x20','failure_data','eqtHA','AssertionError','20XbXLHZ','sourceReference','../../helpers/logger','testCaseFinished','feature','finished_at','test','zxGpn','AsGNQ','cUAFC','flatMap','HECpP','0|3|2|4|1','match','1176705VfJYlo','UnhandledError','../playwright/reporter/test-details','pickleStepId','../../helpers/test-observability/sessionHandler','filter','debug','../../helpers/test-observability/error-handler','8457316tQoeaX','aURyj','_gitConfigPath','test_run','failureType','cells','UqSip','message','5080590SmfPuW','mLKIR','hooks','BzDwW','vizDb','toISOString','qFGwu','DGBHo','EUUEo','skipped','status','12xlQzil','duration_in_ms','result','SlUNn','Pzlhe','sfchI','hQnfa','failure','exports','sendHook','118586QyNDPF','CsMLO','gdlpD','testCaseStartedId','getHooksListForTest','HookRunFinished','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','YJhsZ','examples','uri','RezzU','aekDD','ORIdS','tags','failure_reason','children','appendTesthubParams','nANPY','rule','value','lPxFk','cyvEf'];a8_0x102c=function(){return _0xd27979;};return a8_0x102c();}(function(_0x24bdd5,_0xecc329){const _0x18c498=a8_0x10c2,_0x31c1fb=_0x24bdd5();while(!![]){try{const _0x7c18a0=-parseInt(_0x18c498(0xbc))/0x1+parseInt(_0x18c498(0x100))/0x2*(-parseInt(_0x18c498(0xf6))/0x3)+parseInt(_0x18c498(0x96))/0x4*(-parseInt(_0x18c498(0xcd))/0x5)+parseInt(_0x18c498(0xeb))/0x6+parseInt(_0x18c498(0xe3))/0x7+-parseInt(_0x18c498(0x80))/0x8+parseInt(_0x18c498(0xdb))/0x9;if(_0x7c18a0===_0xecc329)break;else _0x31c1fb['push'](_0x31c1fb['shift']());}catch(_0x2e3fca){_0x31c1fb['push'](_0x31c1fb['shift']());}}}(a8_0x102c,0x94b0d));function a8_0x10c2(_0x256bca,_0x445bbc){const _0x102c06=a8_0x102c();return a8_0x10c2=function(_0x10c225,_0x222c42){_0x10c225=_0x10c225-0x79;let _0xa22e65=_0x102c06[_0x10c225];return _0xa22e65;},a8_0x10c2(_0x256bca,_0x445bbc);}const path=require('path'),stripAnsi=require(a8_0x3bc22b(0xb9)),util=require(a8_0x3bc22b(0xa0)),hooksMap={},SessionHandler=require(a8_0x3bc22b(0xdf)),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x3bc22b(0xbf)),logger=require(a8_0x3bc22b(0xcf))['winstonLogger'],{o11yClassErrorHandler}=require(a8_0x3bc22b(0xe2)),{FRAMEWORKS}=require(a8_0x3bc22b(0x84)),TestDetails=require(a8_0x3bc22b(0xdd));this[a8_0x3bc22b(0xb8)]=![],this[a8_0x3bc22b(0xe5)]=null;class TestObservabilityReporter{async[a8_0x3bc22b(0x97)](_0x5dd5c9,_0x15d2ec,_0x5ec0db,_0x449e97,_0x5aefef){const _0x181587=a8_0x3bc22b,_0x1863e4={'ENXRp':function(_0x153509,_0x19ddfe){return _0x153509===_0x19ddfe;},'nErGY':_0x181587(0x91),'wgunr':_0x181587(0xae),'xsPvd':function(_0x26b4e0,_0x15f3fd){return _0x26b4e0===_0x15f3fd;},'OVyBN':_0x181587(0xc2),'kDCRV':_0x181587(0xf4),'CsMLO':function(_0x13f1e6,_0x1375c2){return _0x13f1e6||_0x1375c2;},'ORIdS':function(_0x5b9c92,_0x1305cd){return _0x5b9c92+_0x1305cd;},'vizDb':function(_0x86d3a1,_0x361e43){return _0x86d3a1+_0x361e43;},'Pofsy':_0x181587(0xd3),'kwMWC':_0x181587(0xaf),'afDxO':_0x181587(0x95),'AsGNQ':_0x181587(0x8b),'RezzU':_0x181587(0xbd),'lqNUn':function(_0x37b59,_0xabffe7){return _0x37b59!==_0xabffe7;},'nWWWw':function(_0x224f54,_0x54be2a){return _0x224f54/_0x54be2a;},'DGBHo':function(_0x36ea42,_0x16b45c){return _0x36ea42===_0x16b45c;},'RviDw':function(_0x317785,_0xf0d39){return _0x317785(_0xf0d39);},'qFGwu':'unknown','JvWxV':function(_0x96c26e,_0x1e4b39){return _0x96c26e(_0x1e4b39);},'QawTm':_0x181587(0xcc),'hQnfa':_0x181587(0xdc),'nUrIk':function(_0x482d55,_0x269cbe){return _0x482d55===_0x269cbe;},'aekDD':_0x181587(0xa5),'nrPdU':function(_0x480d9d,_0x48f595){return _0x480d9d>_0x48f595;}},{feature:_0x189110,scenario:_0x5d6d8c,steps:_0xda6bd5,uuid:_0xfee0ea,startedAt:_0x7d6ba6,finishedAt:_0x2e7173}=_0x1863e4[_0x181587(0x101)](_0x5aefef,{}),_0x256956=this[_0x181587(0x9c)](_0x15d2ec,_0x5ec0db);await this[_0x181587(0x8f)]();const _0x109923=_0x256956?_0x1863e4[_0x181587(0x10c)](_0x1863e4[_0x181587(0x10c)](_0x1863e4[_0x181587(0xef)](_0x5ec0db['name'],'\x20('),_0x256956[_0x181587(0xa6)](',\x20')),')'):_0x5ec0db[_0x181587(0x7a)],_0x22b970={'uuid':_0xfee0ea,'started_at':_0x7d6ba6,'finished_at':_0x2e7173,'type':_0x1863e4[_0x181587(0xa8)],'body':{'lang':_0x1863e4['kwMWC'],'code':null},'name':_0x109923,'scopes':[_0x189110&&_0x189110['name']?_0x189110[_0x181587(0x7a)]:''],'tags':_0x5ec0db[_0x181587(0x10d)]?_0x5ec0db[_0x181587(0x10d)]['map'](({name:_0x38c494})=>_0x38c494):[],'file_name':_0x5ec0db[_0x181587(0x109)],'location':_0x5ec0db[_0x181587(0x109)],'vc_filepath':this[_0x181587(0xe5)]&&_0x5ec0db['uri']?path[_0x181587(0xb2)](this[_0x181587(0xe5)],_0x5ec0db[_0x181587(0x109)]):null,'framework':_0x1863e4[_0x181587(0x99)],'result':_0x1863e4[_0x181587(0xd5)],'meta':{'feature':_0x189110,'scenario':_0x5d6d8c,'steps':_0xda6bd5,'examples':_0x256956},'customRerunParam':{'rerun_name':_0x109923}};if(_0x5dd5c9['testCaseFinished']&&_0xda6bd5){const _0x10ba31=_0x5dd5c9[_0x181587(0xd0)];let _0x41c2ab=_0x1863e4[_0x181587(0x10a)];_0xda6bd5['every'](_0x4089cb=>{const _0x19038e=_0x181587;if(_0x1863e4[_0x19038e(0xc3)](_0x4089cb[_0x19038e(0xf8)],_0x1863e4[_0x19038e(0xa7)]))return _0x41c2ab=_0x1863e4[_0x19038e(0x7f)],_0x10ba31[_0x19038e(0xfd)]=_0x4089cb[_0x19038e(0xfd)],_0x10ba31[_0x19038e(0xe7)]=_0x4089cb[_0x19038e(0xe7)],![];else{if(_0x1863e4[_0x19038e(0xb0)](_0x4089cb['result'],_0x1863e4[_0x19038e(0x9b)]))return _0x41c2ab=_0x1863e4['kDCRV'],![];}return!![];}),_0x22b970[_0x181587(0xd2)]=new Date()[_0x181587(0xf0)](),_0x22b970[_0x181587(0xf8)]=_0x41c2ab,_0x10ba31[_0x181587(0xc8)]&&_0x1863e4[_0x181587(0x9f)](_0x10ba31['timestamp'][_0x181587(0x87)],undefined)?_0x22b970['duration_in_ms']=_0x1863e4['nWWWw'](_0x10ba31[_0x181587(0xc8)]['nanos'],0xf4240):_0x22b970[_0x181587(0xf7)]=undefined,_0x1863e4[_0x181587(0xf2)](_0x41c2ab,_0x1863e4[_0x181587(0x7f)])&&(_0x22b970[_0x181587(0xfd)]=[{'backtrace':[_0x10ba31[_0x181587(0xfd)]?_0x1863e4[_0x181587(0x7d)](stripAnsi,_0x10ba31[_0x181587(0xfd)]):_0x1863e4[_0x181587(0xf1)]]}],_0x22b970[_0x181587(0x10e)]=_0x10ba31['failure']?_0x1863e4[_0x181587(0x82)](stripAnsi,_0x10ba31[_0x181587(0xfd)]):_0x10ba31[_0x181587(0xea)],_0x10ba31[_0x181587(0xe7)]&&(_0x22b970['failure_type']=_0x10ba31[_0x181587(0xe7)][_0x181587(0xda)](/AssertError/)?_0x1863e4['QawTm']:_0x1863e4[_0x181587(0xfc)]));}if(_0x1863e4[_0x181587(0x86)](_0x449e97,_0x1863e4[_0x181587(0x10b)])){const _0x2040f3=this[_0x181587(0x104)](_0x5dd5c9['testCaseFinished'][_0x181587(0x103)]);_0x2040f3&&_0x1863e4['nrPdU'](_0x2040f3[_0x181587(0xc6)],0x0)&&(_0x22b970[_0x181587(0xed)]=_0x2040f3,this['updateTestStatus'](_0x5dd5c9['testCaseFinished']['testCaseStartedId'],_0x22b970));}testhubUtils[_0x181587(0x110)](_0x22b970,_0x449e97,'',FRAMEWORKS['CUCUMBER']);const _0x5200d2={};_0x5200d2[_0x181587(0xc0)]=_0x449e97,_0x5200d2[_0x181587(0xe6)]=_0x22b970;const _0x340831=_0x5200d2;await SessionHandler[_0x181587(0xc1)](_0x340831);}[a8_0x3bc22b(0xc5)](_0x949a2f,_0x5657be){const _0x35e175=a8_0x3bc22b,_0x1e8c21={};_0x1e8c21[_0x35e175(0x85)]=function(_0x1ce132,_0x3d4962){return _0x1ce132 instanceof _0x3d4962;},_0x1e8c21['cyvEf']=function(_0x100b7a,_0x54c51d){return _0x100b7a===_0x54c51d;},_0x1e8c21['nANPY']='failed',_0x1e8c21[_0x35e175(0xfb)]=_0x35e175(0xd9);const _0x4d2bdb=_0x1e8c21,_0x41a598=hooksMap[_0x949a2f];if(_0x4d2bdb['zjHgD'](_0x41a598,Array))for(const _0x4381ad of _0x41a598){if(_0x4d2bdb[_0x35e175(0x79)](_0x4381ad['result'],_0x4d2bdb[_0x35e175(0x111)])){const _0x41e554=_0x4d2bdb['sfchI'][_0x35e175(0xa9)]('|');let _0x7b9ec5=0x0;while(!![]){switch(_0x41e554[_0x7b9ec5++]){case'0':_0x5657be[_0x35e175(0xf8)]=_0x4381ad[_0x35e175(0xf8)];continue;case'1':return _0x5657be;case'2':_0x5657be[_0x35e175(0x10e)]=_0x4d2bdb[_0x35e175(0x85)](_0x4381ad[_0x35e175(0xca)],Array)?_0x4381ad[_0x35e175(0xca)][0x0][_0x35e175(0x8d)][_0x35e175(0xa6)]('\x0a'):'';continue;case'3':_0x5657be['failure']=_0x4381ad['failure_data'];continue;case'4':_0x5657be[_0x35e175(0x83)]=_0x4381ad[_0x35e175(0x83)];continue;}break;}}};}['getHooksListForTest'](_0x431c21){const _0x438de5=a8_0x3bc22b;if(hooksMap[_0x431c21])return hooksMap[_0x431c21][_0x438de5(0xad)](_0x1b1fdc=>_0x1b1fdc['uuid']);return[];}[a8_0x3bc22b(0x81)](_0x357f10,_0x3d4f80,_0x52a0e9,_0x1cbe7a,_0x5051e8,_0x189321){const _0x2c2fcf=a8_0x3bc22b,_0x4e1355={'DMzJZ':function(_0x5ab356,_0x39bb69){return _0x5ab356===_0x39bb69;},'nJiup':_0x2c2fcf(0x105),'eqtHA':function(_0x17219a,_0x27e358,_0x3d97e5){return _0x17219a(_0x27e358,_0x3d97e5);},'UqSip':_0x2c2fcf(0xce),'gQxKx':_0x2c2fcf(0x109),'Ahupp':_0x2c2fcf(0x8b),'EUUEo':_0x2c2fcf(0x9a),'rSGxm':_0x2c2fcf(0xaf),'zeHzv':'feature','HECpP':'name','pdXuj':_0x2c2fcf(0x95)};try{if(_0x4e1355[_0x2c2fcf(0x9e)](_0x52a0e9,_0x4e1355[_0x2c2fcf(0xb3)])){const _0xa0a4d0=new Date()[_0x2c2fcf(0xf0)](),_0x13f9ea=hooksMap[_0x3d4f80];if(!_0x13f9ea)return;const _0x363ead=_0x13f9ea[_0x2c2fcf(0xc7)](_0x140194=>_0x140194['uuid']===_0x1cbe7a['id']);if(!_0x363ead)return;const _0x16d420=this[_0x2c2fcf(0xc4)](_0x357f10,_0x3d4f80);_0x363ead[_0x2c2fcf(0xf8)]=_0x16d420['status'],_0x363ead[_0x2c2fcf(0xd2)]=_0xa0a4d0,_0x363ead[_0x2c2fcf(0x83)]=_0x16d420[_0x2c2fcf(0xe7)];const _0xf2ff8={};return _0xf2ff8['backtrace']=_0x16d420[_0x2c2fcf(0xa3)],_0x363ead[_0x2c2fcf(0xca)]=[_0xf2ff8],_0x363ead;}const _0x4252b1=TestDetails[_0x2c2fcf(0x9d)](_0x3d4f80),_0x3f1514=_0x357f10[_0x2c2fcf(0xed)]['find'](_0x397d17=>_0x397d17['id']===_0x1cbe7a[_0x2c2fcf(0x7c)]),_0x211ee9=_0x4e1355['eqtHA'](nestedKeyValue,_0x3f1514,[_0x4e1355[_0x2c2fcf(0xe9)],_0x4e1355[_0x2c2fcf(0x98)]]),_0x116ea6=new Date()['toISOString'](),_0x2a2283=_0x4e1355[_0x2c2fcf(0x7e)],_0x493a32=_0x3f1514[_0x2c2fcf(0x94)]?_0x3f1514[_0x2c2fcf(0x94)]['split']('\x20')[_0x2c2fcf(0xe0)](_0x26003a=>_0x26003a[_0x2c2fcf(0x88)]('@')):[],_0x2a8ad8={'uuid':_0x1cbe7a['id'],'type':_0x4e1355[_0x2c2fcf(0xf3)],'hook_type':_0x189321,'name':_0x3f1514['name'],'body':{'lang':_0x4e1355[_0x2c2fcf(0xb6)],'code':null},'tags':_0x493a32,'test_run_id':_0x4252b1,'scope':_0x4e1355['eqtHA'](nestedKeyValue,_0x5051e8,[_0x4e1355[_0x2c2fcf(0xb5)],_0x4e1355[_0x2c2fcf(0xd8)]]),'scopes':[_0x4e1355[_0x2c2fcf(0xcb)](nestedKeyValue,_0x5051e8,[_0x4e1355['zeHzv'],_0x4e1355[_0x2c2fcf(0xd8)]])||''],'file_name':_0x211ee9,'location':_0x211ee9,'vc_filepath':this[_0x2c2fcf(0xe5)]?path[_0x2c2fcf(0xb2)](this['_gitConfigPath'],_0x211ee9):null,'result':_0x2a2283,'started_at':_0x116ea6,'framework':_0x4e1355['pdXuj']};return _0x2a8ad8;}catch(_0x5977e8){logger[_0x2c2fcf(0xe1)](_0x2c2fcf(0xc9)+util[_0x2c2fcf(0xb7)](_0x5977e8)+'\x20');}}async['sendHook'](_0x38d0a0,_0x391995,_0x2f3334,_0x529fb0,_0x29f97b,_0x4ca3fa){const _0x32cd50=a8_0x3bc22b,_0x1d98d4={'YJhsZ':function(_0x5a810f,_0x4c2c6e){return _0x5a810f===_0x4c2c6e;},'hxiIH':'HookRunStarted','SlUNn':function(_0x36d066,_0x22aad7,_0xe95b4a){return _0x36d066(_0x22aad7,_0xe95b4a);},'BzDwW':'sourceReference','lPxFk':'uri','mLKIR':_0x32cd50(0x106)};try{const _0x39797b=_0x529fb0[_0x32cd50(0xc7)](_0x32bdbd=>_0x32bdbd['id']===_0x29f97b);if(!_0x39797b[_0x32cd50(0x7c)])return;const _0x48d025=this['getCucumberHookType'](_0x529fb0,_0x39797b),_0x3c2e1c=this[_0x32cd50(0x81)](_0x38d0a0,_0x391995,_0x2f3334,_0x39797b,_0x4ca3fa,_0x48d025);if(!_0x3c2e1c)return;_0x1d98d4[_0x32cd50(0x107)](_0x2f3334,_0x1d98d4[_0x32cd50(0xa1)])&&(hooksMap[_0x391995]?hooksMap[_0x391995]['push'](_0x3c2e1c):hooksMap[_0x391995]=[_0x3c2e1c]);const _0x58afdd=_0x38d0a0[_0x32cd50(0xed)][_0x32cd50(0xc7)](_0x8cde7=>_0x8cde7['id']===_0x39797b[_0x32cd50(0x7c)]),_0x23354a=_0x1d98d4[_0x32cd50(0xf9)](nestedKeyValue,_0x58afdd,[_0x1d98d4[_0x32cd50(0xee)],_0x1d98d4[_0x32cd50(0x114)]]);if(!_0x23354a)return;else{if(_0x23354a['includes'](_0x1d98d4[_0x32cd50(0xec)]))return;}const _0x54c7dc={};_0x54c7dc['event_type']=_0x2f3334,_0x54c7dc['hook_run']=_0x3c2e1c;const _0x1e921b=_0x54c7dc;await SessionHandler[_0x32cd50(0xc1)](_0x1e921b);}catch(_0x1d3dd5){logger['debug'](_0x32cd50(0xab)+util[_0x32cd50(0xb7)](_0x1d3dd5)+'\x20');}}[a8_0x3bc22b(0xc4)](_0x2a5a12,_0x48dbcd){const _0x1fecd7=a8_0x3bc22b,_0x5ed75f={};_0x5ed75f['ZdMuB']=function(_0x3913a4,_0x46367e){return _0x3913a4===_0x46367e;},_0x5ed75f[_0x1fecd7(0xbb)]=_0x1fecd7(0xae),_0x5ed75f[_0x1fecd7(0xe4)]=function(_0x410a0a,_0x32161a){return _0x410a0a===_0x32161a;},_0x5ed75f['LcynK']=function(_0x163d2f,_0x37942b){return _0x163d2f===_0x37942b;},_0x5ed75f['GuZIN']=_0x1fecd7(0xdc),_0x5ed75f[_0x1fecd7(0xb1)]=_0x1fecd7(0xcc),_0x5ed75f[_0x1fecd7(0x92)]=function(_0x156987,_0x534189){return _0x156987||_0x534189;};const _0x5c3f40=_0x5ed75f,_0x11d07a=_0x2a5a12['testStepFinished'][_0x48dbcd][_0x1fecd7(0x89)];let _0x2dc4e6,_0x4469a6;return _0x11d07a&&_0x5c3f40['ZdMuB'](_0x11d07a[_0x1fecd7(0xf5)]['toString']()[_0x1fecd7(0x90)](),_0x5c3f40[_0x1fecd7(0xbb)])&&(_0x2dc4e6=_0x5c3f40[_0x1fecd7(0xe4)](_0x11d07a['exception'],undefined)?_0x11d07a[_0x1fecd7(0xea)]:_0x11d07a[_0x1fecd7(0x8a)][_0x1fecd7(0xea)],_0x4469a6=_0x5c3f40['LcynK'](_0x11d07a[_0x1fecd7(0x8a)],undefined)?_0x5c3f40['GuZIN']:_0x11d07a[_0x1fecd7(0xea)][_0x1fecd7(0xda)](/Assert/)?_0x5c3f40[_0x1fecd7(0xb1)]:_0x5c3f40[_0x1fecd7(0x7b)]),{'status':_0x11d07a[_0x1fecd7(0xf5)][_0x1fecd7(0x90)](),'failureType':_0x5c3f40['bmTWb'](_0x4469a6,null),'failureData':!_0x2dc4e6?null:[_0x2dc4e6]};}[a8_0x3bc22b(0x8e)](_0x387f58,_0x3c02af){const _0x1fce85=a8_0x3bc22b,_0x2db68e={};_0x2db68e['zxGpn']=function(_0x25553f,_0x534a63){return _0x25553f===_0x534a63;},_0x2db68e['Pzlhe']=_0x1fce85(0xac),_0x2db68e['xTOYR']=_0x1fce85(0x8c);const _0x2469bc=_0x2db68e;let _0x5152fa=![];for(const _0x21f98e of _0x387f58){_0x21f98e[_0x1fce85(0xde)]&&(_0x5152fa=!![]);if(_0x2469bc[_0x1fce85(0xd4)](_0x3c02af['id'],_0x21f98e['id']))return _0x5152fa?_0x2469bc[_0x1fce85(0xfa)]:_0x2469bc[_0x1fce85(0x93)];}}[a8_0x3bc22b(0x9c)]=(_0x2dbbf2,_0x39f9f8)=>{const _0x372682=a8_0x3bc22b,_0x1cf4bb={};_0x1cf4bb['pBsaK']=function(_0x5cc450,_0x6e83eb){return _0x5cc450===_0x6e83eb;},_0x1cf4bb['nRRaF']=function(_0xc80953,_0x14346b){return _0xc80953===_0x14346b;},_0x1cf4bb['GHPFm']=function(_0x542000,_0x595a28){return _0x542000>_0x595a28;};const _0x469a05=_0x1cf4bb;if(!(_0x39f9f8[_0x372682(0xb4)]&&_0x469a05[_0x372682(0xbe)](_0x39f9f8[_0x372682(0xb4)][_0x372682(0xc6)],0x1)))return;const _0x2e9b89=_0x39f9f8[_0x372682(0xb4)][0x0],_0x4c6409=_0x39f9f8[_0x372682(0xb4)][0x1],_0x4d57b0=_0x2dbbf2[_0x372682(0xd1)]&&_0x2dbbf2[_0x372682(0xd1)][_0x372682(0x10f)]?_0x2dbbf2['feature']['children']:undefined;let _0x4f2301=[];_0x4d57b0&&_0x4d57b0['forEach'](_0x399c1a=>{const _0x4e737d=_0x372682,_0x33cf59={'cUAFC':function(_0x432b03,_0x2b51f0){return _0x469a05['pBsaK'](_0x432b03,_0x2b51f0);}};if(_0x399c1a[_0x4e737d(0x112)])_0x399c1a[_0x4e737d(0x112)][_0x4e737d(0x10f)][_0x4e737d(0xa4)](_0x1035c5=>{const _0x221058=_0x4e737d;if(_0x1035c5[_0x221058(0xaa)]&&_0x33cf59[_0x221058(0xd6)](_0x1035c5[_0x221058(0xaa)]['id'],_0x2e9b89)&&_0x1035c5[_0x221058(0xaa)][_0x221058(0x108)]){const _0x28f644=_0x1035c5[_0x221058(0xaa)][_0x221058(0x108)][_0x221058(0xd7)](_0x40fa9e=>_0x40fa9e[_0x221058(0xba)])[_0x221058(0xc7)](_0x1ac894=>_0x1ac894['id']===_0x4c6409);let _0x1a7ea3;_0x28f644&&_0x28f644[_0x221058(0xe8)]?_0x1a7ea3=_0x28f644['cells'][_0x221058(0xad)](_0x101d14=>_0x101d14[_0x221058(0x113)]):_0x1a7ea3=[],_0x1a7ea3&&(_0x4f2301=_0x1a7ea3);}});else{if(_0x399c1a[_0x4e737d(0xaa)]&&_0x469a05['nRRaF'](_0x399c1a[_0x4e737d(0xaa)]['id'],_0x2e9b89)&&_0x399c1a[_0x4e737d(0xaa)][_0x4e737d(0x108)]){const _0x5e4e65=_0x399c1a[_0x4e737d(0xaa)][_0x4e737d(0x108)][_0x4e737d(0xd7)](_0x114a67=>_0x114a67[_0x4e737d(0xba)])[_0x4e737d(0xc7)](_0x404f88=>_0x404f88['id']===_0x4c6409);let _0x3d9923;_0x5e4e65&&_0x5e4e65[_0x4e737d(0xe8)]?_0x3d9923=_0x5e4e65[_0x4e737d(0xe8)][_0x4e737d(0xad)](_0x33278b=>_0x33278b[_0x4e737d(0x113)]):_0x3d9923=[],_0x3d9923&&(_0x4f2301=_0x3d9923);}}});if(_0x4f2301[_0x372682(0xc6)])return _0x4f2301;return;};async['configureGit'](){const _0x29edd4=a8_0x3bc22b,_0x47b36c={'gdlpD':function(_0x2c25e8){return _0x2c25e8();}};if(this[_0x29edd4(0xb8)])return this[_0x29edd4(0xe5)];const _0x236492=await _0x47b36c[_0x29edd4(0x102)](getGitMetaData);_0x236492&&(this[_0x29edd4(0xe5)]=_0x236492[_0x29edd4(0xa2)]),this['_gitConfigured']=!![];}}module[a8_0x3bc22b(0xfe)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x3bc22b(0x8f),a8_0x3bc22b(0x9c),'getCucumberHookType',a8_0x3bc22b(0xc4),a8_0x3bc22b(0xff),a8_0x3bc22b(0x81),a8_0x3bc22b(0x97)]);
|
|
1
|
+
function a8_0x566d(_0x519d99,_0x543dd1){const _0x94583a=a8_0x9458();return a8_0x566d=function(_0x566dab,_0x527596){_0x566dab=_0x566dab-0x194;let _0x797a95=_0x94583a[_0x566dab];return _0x797a95;},a8_0x566d(_0x519d99,_0x543dd1);}const a8_0x5807c1=a8_0x566d;(function(_0x5049de,_0x8e07ad){const _0x2a5c23=a8_0x566d,_0x358ffc=_0x5049de();while(!![]){try{const _0x440550=parseInt(_0x2a5c23(0x216))/0x1+parseInt(_0x2a5c23(0x218))/0x2+-parseInt(_0x2a5c23(0x1f9))/0x3*(parseInt(_0x2a5c23(0x1b7))/0x4)+-parseInt(_0x2a5c23(0x20c))/0x5*(-parseInt(_0x2a5c23(0x20e))/0x6)+-parseInt(_0x2a5c23(0x1e9))/0x7+-parseInt(_0x2a5c23(0x1f3))/0x8+parseInt(_0x2a5c23(0x217))/0x9;if(_0x440550===_0x8e07ad)break;else _0x358ffc['push'](_0x358ffc['shift']());}catch(_0x40d984){_0x358ffc['push'](_0x358ffc['shift']());}}}(a8_0x9458,0x6996f));const path=require(a8_0x5807c1(0x19b)),stripAnsi=require(a8_0x5807c1(0x1b3)),util=require(a8_0x5807c1(0x1b2)),hooksMap={},SessionHandler=require('../../helpers/test-observability/sessionHandler'),testhubUtils=require('../../helpers/testhub/utils'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x5807c1(0x19d)),logger=require(a8_0x5807c1(0x215))[a8_0x5807c1(0x200)],{o11yClassErrorHandler}=require(a8_0x5807c1(0x20d)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x5807c1(0x1d3));this['_gitConfigured']=![],this[a8_0x5807c1(0x1a2)]=null;class TestObservabilityReporter{async[a8_0x5807c1(0x1a6)](_0x4a0b93,_0x560d9a,_0x38ba9f,_0x2e827b,_0x1d769b){const _0x10d5e5=a8_0x5807c1,_0x16ac54={'qbCNS':function(_0x43be63,_0x58e925){return _0x43be63===_0x58e925;},'CGtgu':_0x10d5e5(0x229),'NJxSi':_0x10d5e5(0x1fb),'iqMax':function(_0x402bae,_0x268ccc){return _0x402bae===_0x268ccc;},'FYZqE':_0x10d5e5(0x219),'IaFcC':_0x10d5e5(0x19c),'LNeea':function(_0x4435a7,_0x280a1b){return _0x4435a7||_0x280a1b;},'jYseG':function(_0x597121,_0x2db90c){return _0x597121+_0x2db90c;},'kWIIn':'test','qNFmX':'javascript','YoiXk':_0x10d5e5(0x1c3),'mDDOi':'pending','HAiIx':'passed','SCPTd':function(_0x527380,_0x14472c){return _0x527380!==_0x14472c;},'CnCzo':function(_0x1a9834,_0x40dca0){return _0x1a9834/_0x40dca0;},'cIdxM':function(_0x53addf,_0x4655fd){return _0x53addf(_0x4655fd);},'zLocs':_0x10d5e5(0x1fd),'mDvYs':_0x10d5e5(0x1ef),'FifXr':_0x10d5e5(0x1f7),'MoDjl':_0x10d5e5(0x1d4),'HEeWb':function(_0x351f26,_0x4f6319){return _0x351f26>_0x4f6319;}},{feature:_0x255807,scenario:_0x1dc263,steps:_0x472356,uuid:_0x3fb14e,startedAt:_0x37afc5,finishedAt:_0x410d4d}=_0x16ac54['LNeea'](_0x1d769b,{}),_0x249636=this[_0x10d5e5(0x1aa)](_0x560d9a,_0x38ba9f);await this[_0x10d5e5(0x213)]();const _0x3d0c6e=_0x249636?_0x16ac54[_0x10d5e5(0x1a4)](_0x16ac54[_0x10d5e5(0x1a4)](_0x16ac54['jYseG'](_0x38ba9f[_0x10d5e5(0x22c)],'\x20('),_0x249636[_0x10d5e5(0x1bd)](',\x20')),')'):_0x38ba9f[_0x10d5e5(0x22c)],_0xc8ff1b={'uuid':_0x3fb14e,'started_at':_0x37afc5,'finished_at':_0x410d4d,'type':_0x16ac54[_0x10d5e5(0x1f6)],'body':{'lang':_0x16ac54['qNFmX'],'code':null},'name':_0x3d0c6e,'scopes':[_0x255807&&_0x255807[_0x10d5e5(0x22c)]?_0x255807['name']:''],'tags':_0x38ba9f[_0x10d5e5(0x1d0)]?_0x38ba9f[_0x10d5e5(0x1d0)][_0x10d5e5(0x1ca)](({name:_0x581007})=>_0x581007):[],'file_name':_0x38ba9f[_0x10d5e5(0x1e7)],'location':_0x38ba9f['uri'],'vc_filepath':this[_0x10d5e5(0x1a2)]&&_0x38ba9f[_0x10d5e5(0x1e7)]?path['relative'](this[_0x10d5e5(0x1a2)],_0x38ba9f['uri']):null,'framework':_0x16ac54[_0x10d5e5(0x210)],'result':_0x16ac54[_0x10d5e5(0x1f5)],'meta':{'feature':_0x255807,'scenario':_0x1dc263,'steps':_0x472356,'examples':_0x249636},'customRerunParam':{'rerun_name':_0x3d0c6e}};if(_0x4a0b93[_0x10d5e5(0x1b5)]&&_0x472356){const _0x38da10=_0x4a0b93[_0x10d5e5(0x1b5)];let _0x59f6d7=_0x16ac54[_0x10d5e5(0x1ad)];_0x472356['every'](_0x30376b=>{const _0x11a471=_0x10d5e5;if(_0x16ac54['qbCNS'](_0x30376b['result'],_0x16ac54[_0x11a471(0x1eb)]))return _0x59f6d7=_0x16ac54[_0x11a471(0x1e6)],_0x38da10[_0x11a471(0x22a)]=_0x30376b[_0x11a471(0x22a)],_0x38da10[_0x11a471(0x194)]=_0x30376b[_0x11a471(0x194)],![];else{if(_0x16ac54['iqMax'](_0x30376b[_0x11a471(0x1cc)],_0x16ac54[_0x11a471(0x227)]))return _0x59f6d7=_0x16ac54[_0x11a471(0x21e)],![];}return!![];}),_0xc8ff1b['finished_at']=new Date()[_0x10d5e5(0x1ba)](),_0xc8ff1b[_0x10d5e5(0x1cc)]=_0x59f6d7,_0x38da10[_0x10d5e5(0x1bf)]&&_0x16ac54[_0x10d5e5(0x1a0)](_0x38da10[_0x10d5e5(0x1bf)][_0x10d5e5(0x1e2)],undefined)?_0xc8ff1b[_0x10d5e5(0x1f4)]=_0x16ac54['CnCzo'](_0x38da10['timestamp']['nanos'],0xf4240):_0xc8ff1b[_0x10d5e5(0x1f4)]=undefined,_0x16ac54[_0x10d5e5(0x224)](_0x59f6d7,_0x16ac54[_0x10d5e5(0x1e6)])&&(_0xc8ff1b[_0x10d5e5(0x22a)]=[{'backtrace':[_0x38da10['failure']?_0x16ac54['cIdxM'](stripAnsi,_0x38da10[_0x10d5e5(0x22a)]):_0x16ac54[_0x10d5e5(0x199)]]}],_0xc8ff1b[_0x10d5e5(0x222)]=_0x38da10[_0x10d5e5(0x22a)]?_0x16ac54['cIdxM'](stripAnsi,_0x38da10['failure']):_0x38da10[_0x10d5e5(0x1ce)],_0x38da10[_0x10d5e5(0x194)]&&(_0xc8ff1b[_0x10d5e5(0x1d6)]=_0x38da10[_0x10d5e5(0x194)]['match'](/AssertError/)?_0x16ac54[_0x10d5e5(0x20a)]:_0x16ac54[_0x10d5e5(0x19f)]));}if(_0x16ac54[_0x10d5e5(0x224)](_0x2e827b,_0x16ac54['MoDjl'])){const _0x1a4cfc=this[_0x10d5e5(0x1e3)](_0x4a0b93['testCaseFinished'][_0x10d5e5(0x1d9)]);_0x1a4cfc&&_0x16ac54['HEeWb'](_0x1a4cfc[_0x10d5e5(0x20b)],0x0)&&(_0xc8ff1b[_0x10d5e5(0x1f0)]=_0x1a4cfc,this[_0x10d5e5(0x1ff)](_0x4a0b93[_0x10d5e5(0x1b5)]['testCaseStartedId'],_0xc8ff1b));}testhubUtils[_0x10d5e5(0x206)](_0xc8ff1b,_0x2e827b,'',FRAMEWORKS[_0x10d5e5(0x1df)]);const _0x3ba5ec={};_0x3ba5ec[_0x10d5e5(0x1b0)]=_0x2e827b,_0x3ba5ec[_0x10d5e5(0x1da)]=_0xc8ff1b;const _0x27d9ea=_0x3ba5ec;await SessionHandler[_0x10d5e5(0x1be)](_0x27d9ea);}[a8_0x5807c1(0x1ff)](_0x598e29,_0x59bf3a){const _0x577578=a8_0x5807c1,_0x5015fa={};_0x5015fa[_0x577578(0x1b4)]=function(_0x3e5ed0,_0x4b67ef){return _0x3e5ed0 instanceof _0x4b67ef;},_0x5015fa[_0x577578(0x1af)]=function(_0xaad78f,_0x3b76ff){return _0xaad78f===_0x3b76ff;},_0x5015fa[_0x577578(0x214)]=_0x577578(0x1fb),_0x5015fa['nsZMJ']=_0x577578(0x1c1),_0x5015fa[_0x577578(0x22b)]=function(_0x1e1aef,_0xa0ccfb){return _0x1e1aef instanceof _0xa0ccfb;};const _0x45eea6=_0x5015fa,_0xff85ba=hooksMap[_0x598e29];if(_0x45eea6[_0x577578(0x1b4)](_0xff85ba,Array))for(const _0x1c3a60 of _0xff85ba){if(_0x45eea6[_0x577578(0x1af)](_0x1c3a60[_0x577578(0x1cc)],_0x45eea6['uWZHu'])){const _0x5d9602=_0x45eea6[_0x577578(0x204)][_0x577578(0x1d7)]('|');let _0x4c1dc0=0x0;while(!![]){switch(_0x5d9602[_0x4c1dc0++]){case'0':_0x59bf3a['failure_reason']=_0x45eea6[_0x577578(0x22b)](_0x1c3a60[_0x577578(0x1f8)],Array)?_0x1c3a60[_0x577578(0x1f8)][0x0][_0x577578(0x202)][_0x577578(0x1bd)]('\x0a'):'';continue;case'1':return _0x59bf3a;case'2':_0x59bf3a[_0x577578(0x22a)]=_0x1c3a60[_0x577578(0x1f8)];continue;case'3':_0x59bf3a['failure_type']=_0x1c3a60['failure_type'];continue;case'4':_0x59bf3a[_0x577578(0x1cc)]=_0x1c3a60[_0x577578(0x1cc)];continue;}break;}}};}[a8_0x5807c1(0x1e3)](_0x268f12){if(hooksMap[_0x268f12])return hooksMap[_0x268f12]['map'](_0x5a3d9a=>_0x5a3d9a['uuid']);return[];}[a8_0x5807c1(0x1a8)](_0x5c4bfd,_0x13af29,_0x1d7915,_0x5aa60e,_0x49c8e4,_0x20eb5a){const _0x3fc2b3=a8_0x5807c1,_0x1d26a5={'KaIuK':function(_0x47ae19,_0x22bb5a){return _0x47ae19===_0x22bb5a;},'OseNt':_0x3fc2b3(0x1dc),'UwQgt':function(_0x25c961,_0x18728e,_0x508b0f){return _0x25c961(_0x18728e,_0x508b0f);},'uBFXz':_0x3fc2b3(0x1fa),'kHMxj':_0x3fc2b3(0x1e7),'cJNNj':_0x3fc2b3(0x1b9),'vlilG':_0x3fc2b3(0x1ac),'QylWO':_0x3fc2b3(0x208),'tWbpy':function(_0x3e1205,_0x57b710,_0x9dc53c){return _0x3e1205(_0x57b710,_0x9dc53c);},'qoiyI':'feature','BnDpQ':'name','qqmmU':_0x3fc2b3(0x1c3)};try{if(_0x1d26a5[_0x3fc2b3(0x195)](_0x1d7915,_0x1d26a5[_0x3fc2b3(0x1c0)])){const _0x146b08=new Date()[_0x3fc2b3(0x1ba)](),_0x508b41=hooksMap[_0x13af29];if(!_0x508b41)return;const _0x866dd7=_0x508b41[_0x3fc2b3(0x1bb)](_0x133a9f=>_0x133a9f['uuid']===_0x5aa60e['id']);if(!_0x866dd7)return;const _0xf7680b=this[_0x3fc2b3(0x1ae)](_0x5c4bfd,_0x13af29);_0x866dd7['result']=_0xf7680b[_0x3fc2b3(0x1a1)],_0x866dd7[_0x3fc2b3(0x1e0)]=_0x146b08,_0x866dd7[_0x3fc2b3(0x1d6)]=_0xf7680b[_0x3fc2b3(0x194)];const _0x547d69={};return _0x547d69[_0x3fc2b3(0x202)]=_0xf7680b['failureData'],_0x866dd7[_0x3fc2b3(0x1f8)]=[_0x547d69],_0x866dd7;}const _0x3ae689=TestDetails[_0x3fc2b3(0x226)](_0x13af29),_0x33cc66=_0x5c4bfd[_0x3fc2b3(0x1f0)][_0x3fc2b3(0x1bb)](_0x5aebf4=>_0x5aebf4['id']===_0x5aa60e[_0x3fc2b3(0x1e4)]),_0x458f64=_0x1d26a5[_0x3fc2b3(0x209)](nestedKeyValue,_0x33cc66,[_0x1d26a5[_0x3fc2b3(0x1e8)],_0x1d26a5[_0x3fc2b3(0x1de)]]),_0x518250=new Date()[_0x3fc2b3(0x1ba)](),_0x3a7750=_0x1d26a5[_0x3fc2b3(0x21a)],_0x1ab667=_0x33cc66[_0x3fc2b3(0x203)]?_0x33cc66[_0x3fc2b3(0x203)]['split']('\x20')[_0x3fc2b3(0x1fc)](_0x32dad7=>_0x32dad7[_0x3fc2b3(0x1c6)]('@')):[],_0x35ff2e={'uuid':_0x5aa60e['id'],'type':_0x1d26a5[_0x3fc2b3(0x1b1)],'hook_type':_0x20eb5a,'name':_0x33cc66[_0x3fc2b3(0x22c)],'body':{'lang':_0x1d26a5[_0x3fc2b3(0x1c5)],'code':null},'tags':_0x1ab667,'test_run_id':_0x3ae689,'scope':_0x1d26a5['tWbpy'](nestedKeyValue,_0x49c8e4,[_0x1d26a5[_0x3fc2b3(0x1c7)],_0x1d26a5[_0x3fc2b3(0x1ee)]]),'scopes':[_0x1d26a5['UwQgt'](nestedKeyValue,_0x49c8e4,[_0x1d26a5[_0x3fc2b3(0x1c7)],_0x1d26a5[_0x3fc2b3(0x1ee)]])||''],'file_name':_0x458f64,'location':_0x458f64,'vc_filepath':this['_gitConfigPath']?path[_0x3fc2b3(0x1cd)](this['_gitConfigPath'],_0x458f64):null,'result':_0x3a7750,'started_at':_0x518250,'framework':_0x1d26a5[_0x3fc2b3(0x205)]};return _0x35ff2e;}catch(_0x5d541c){logger[_0x3fc2b3(0x21f)](_0x3fc2b3(0x207)+util['format'](_0x5d541c)+'\x20');}}async[a8_0x5807c1(0x1f2)](_0x3ef359,_0x5935b1,_0x3e0f53,_0x27299e,_0x1a1736,_0x28bff6){const _0x4f8262=a8_0x5807c1,_0x592b2b={'ETxhu':function(_0x1181ab,_0x4aa4e8){return _0x1181ab===_0x4aa4e8;},'qcWYu':'HookRunStarted','NeQjV':function(_0x2022fb,_0x4170b8,_0x19f26f){return _0x2022fb(_0x4170b8,_0x19f26f);},'EqHEo':'sourceReference','dcDVF':_0x4f8262(0x1e7),'hmtEF':_0x4f8262(0x1ab)};try{const _0x43fa61=_0x27299e[_0x4f8262(0x1bb)](_0x3312c0=>_0x3312c0['id']===_0x1a1736);if(!_0x43fa61[_0x4f8262(0x1e4)])return;const _0x51b84f=this[_0x4f8262(0x1a5)](_0x27299e,_0x43fa61),_0x5bdade=this[_0x4f8262(0x1a8)](_0x3ef359,_0x5935b1,_0x3e0f53,_0x43fa61,_0x28bff6,_0x51b84f);if(!_0x5bdade)return;_0x592b2b[_0x4f8262(0x1b6)](_0x3e0f53,_0x592b2b[_0x4f8262(0x1ec)])&&(hooksMap[_0x5935b1]?hooksMap[_0x5935b1][_0x4f8262(0x1c4)](_0x5bdade):hooksMap[_0x5935b1]=[_0x5bdade]);const _0x18bff0=_0x3ef359[_0x4f8262(0x1f0)]['find'](_0x7754e9=>_0x7754e9['id']===_0x43fa61[_0x4f8262(0x1e4)]),_0x307b3d=_0x592b2b[_0x4f8262(0x1f1)](nestedKeyValue,_0x18bff0,[_0x592b2b[_0x4f8262(0x1d2)],_0x592b2b[_0x4f8262(0x1d5)]]);if(!_0x307b3d)return;else{if(_0x307b3d[_0x4f8262(0x1c6)](_0x592b2b[_0x4f8262(0x1e1)]))return;}const _0x21d565={};_0x21d565[_0x4f8262(0x1b0)]=_0x3e0f53,_0x21d565[_0x4f8262(0x1d1)]=_0x5bdade;const _0x5effef=_0x21d565;await SessionHandler[_0x4f8262(0x1be)](_0x5effef);}catch(_0x90e547){logger[_0x4f8262(0x21f)](_0x4f8262(0x21b)+util[_0x4f8262(0x1cf)](_0x90e547)+'\x20');}}[a8_0x5807c1(0x1ae)](_0xfe00ca,_0xfec3f6){const _0x12d0b8=a8_0x5807c1,_0x123fd2={};_0x123fd2[_0x12d0b8(0x1a3)]=function(_0x379b18,_0x142a9c){return _0x379b18===_0x142a9c;},_0x123fd2[_0x12d0b8(0x196)]=_0x12d0b8(0x1fb),_0x123fd2['uxejH']=function(_0x2abf59,_0x2fbe97){return _0x2abf59===_0x2fbe97;},_0x123fd2[_0x12d0b8(0x1e5)]=_0x12d0b8(0x1f7),_0x123fd2['frRDN']='AssertionError',_0x123fd2[_0x12d0b8(0x20f)]=function(_0x33c21e,_0x2dcc50){return _0x33c21e||_0x2dcc50;};const _0x2734e6=_0x123fd2,_0xff48d3=_0xfe00ca[_0x12d0b8(0x1a7)][_0xfec3f6][_0x12d0b8(0x1c9)];let _0x18657c,_0x2223a7;return _0xff48d3&&_0x2734e6[_0x12d0b8(0x1a3)](_0xff48d3[_0x12d0b8(0x1a1)]['toString']()[_0x12d0b8(0x21d)](),_0x2734e6['SxnCT'])&&(_0x18657c=_0x2734e6['uxejH'](_0xff48d3[_0x12d0b8(0x225)],undefined)?_0xff48d3[_0x12d0b8(0x1ce)]:_0xff48d3[_0x12d0b8(0x225)][_0x12d0b8(0x1ce)],_0x2223a7=_0x2734e6['yeAxt'](_0xff48d3[_0x12d0b8(0x225)],undefined)?_0x2734e6['LqWXX']:_0xff48d3[_0x12d0b8(0x1ce)][_0x12d0b8(0x1dd)](/Assert/)?_0x2734e6[_0x12d0b8(0x19a)]:_0x2734e6[_0x12d0b8(0x1e5)]),{'status':_0xff48d3['status']['toLowerCase'](),'failureType':_0x2734e6[_0x12d0b8(0x20f)](_0x2223a7,null),'failureData':!_0x18657c?null:[_0x18657c]};}[a8_0x5807c1(0x1a5)](_0x27f39a,_0x5365a5){const _0x28f79d=a8_0x5807c1,_0xc677ac={};_0xc677ac[_0x28f79d(0x1ea)]=function(_0x2dad5b,_0x588c93){return _0x2dad5b===_0x588c93;},_0xc677ac[_0x28f79d(0x198)]=_0x28f79d(0x21c),_0xc677ac[_0x28f79d(0x212)]='BEFORE_EACH';const _0x5c469=_0xc677ac;let _0x2eba38=![];for(const _0x505112 of _0x27f39a){_0x505112[_0x28f79d(0x211)]&&(_0x2eba38=!![]);if(_0x5c469['oToRl'](_0x5365a5['id'],_0x505112['id']))return _0x2eba38?_0x5c469[_0x28f79d(0x198)]:_0x5c469['oyVdK'];}}['getScenarioExamples']=(_0x439abe,_0x372db5)=>{const _0x2fa851=a8_0x5807c1,_0x2bb6e6={};_0x2bb6e6[_0x2fa851(0x19e)]=function(_0x1302c0,_0x8f72b){return _0x1302c0===_0x8f72b;},_0x2bb6e6[_0x2fa851(0x1cb)]=function(_0x47200e,_0x38b3cb){return _0x47200e===_0x38b3cb;},_0x2bb6e6[_0x2fa851(0x1bc)]=function(_0x32debe,_0x17fea9){return _0x32debe>_0x17fea9;};const _0x2d79a6=_0x2bb6e6;if(!(_0x372db5[_0x2fa851(0x197)]&&_0x2d79a6[_0x2fa851(0x1bc)](_0x372db5[_0x2fa851(0x197)][_0x2fa851(0x20b)],0x1)))return;const _0x5f42ef=_0x372db5['astNodeIds'][0x0],_0x306454=_0x372db5[_0x2fa851(0x197)][0x1],_0x54ac39=_0x439abe['feature']&&_0x439abe[_0x2fa851(0x228)][_0x2fa851(0x1fe)]?_0x439abe['feature'][_0x2fa851(0x1fe)]:undefined;let _0x285373=[];_0x54ac39&&_0x54ac39[_0x2fa851(0x223)](_0x34a1e9=>{const _0x4fdfd8=_0x2fa851;if(_0x34a1e9['rule'])_0x34a1e9[_0x4fdfd8(0x1db)][_0x4fdfd8(0x1fe)][_0x4fdfd8(0x223)](_0x2ef4a3=>{const _0x42bc31=_0x4fdfd8;if(_0x2ef4a3[_0x42bc31(0x1d8)]&&_0x2d79a6[_0x42bc31(0x19e)](_0x2ef4a3[_0x42bc31(0x1d8)]['id'],_0x5f42ef)&&_0x2ef4a3[_0x42bc31(0x1d8)]['examples']){const _0x35439a=_0x2ef4a3[_0x42bc31(0x1d8)]['examples'][_0x42bc31(0x1c2)](_0x9da564=>_0x9da564[_0x42bc31(0x1a9)])[_0x42bc31(0x1bb)](_0x2a15f2=>_0x2a15f2['id']===_0x306454);let _0x621879;_0x35439a&&_0x35439a[_0x42bc31(0x221)]?_0x621879=_0x35439a['cells']['map'](_0xf55c12=>_0xf55c12['value']):_0x621879=[],_0x621879&&(_0x285373=_0x621879);}});else{if(_0x34a1e9[_0x4fdfd8(0x1d8)]&&_0x2d79a6[_0x4fdfd8(0x1cb)](_0x34a1e9[_0x4fdfd8(0x1d8)]['id'],_0x5f42ef)&&_0x34a1e9[_0x4fdfd8(0x1d8)][_0x4fdfd8(0x1b8)]){const _0x134c16=_0x34a1e9[_0x4fdfd8(0x1d8)][_0x4fdfd8(0x1b8)][_0x4fdfd8(0x1c2)](_0x138a0c=>_0x138a0c[_0x4fdfd8(0x1a9)])[_0x4fdfd8(0x1bb)](_0x8b99ef=>_0x8b99ef['id']===_0x306454);let _0x5669d5;_0x134c16&&_0x134c16['cells']?_0x5669d5=_0x134c16[_0x4fdfd8(0x221)]['map'](_0x1345ab=>_0x1345ab[_0x4fdfd8(0x220)]):_0x5669d5=[],_0x5669d5&&(_0x285373=_0x5669d5);}}});if(_0x285373[_0x2fa851(0x20b)])return _0x285373;return;};async['configureGit'](){const _0x275961=a8_0x5807c1,_0x1da40f={'wQRCz':function(_0x394a0c){return _0x394a0c();}};if(this[_0x275961(0x1ed)])return this[_0x275961(0x1a2)];const _0x25a37e=await _0x1da40f['wQRCz'](getGitMetaData);_0x25a37e&&(this['_gitConfigPath']=_0x25a37e[_0x275961(0x1c8)]),this[_0x275961(0x1ed)]=!![];}}function a8_0x9458(){const _0x48818a=['4DmQUlq','examples','pending','toISOString','find','BCheN','join','uploadEventData','timestamp','OseNt','4|2|0|3|1','flatMap','cucumber','push','QylWO','includes','qoiyI','root','testStepResult','map','UdiTl','result','relative','message','format','tags','hook_run','EqHEo','../playwright/reporter/test-details','TestRunFinished','dcDVF','failure_type','split','scenario','testCaseStartedId','test_run','rule','HookRunFinished','match','kHMxj','CUCUMBER','finished_at','hmtEF','nanos','getHooksListForTest','hookId','LqWXX','NJxSi','uri','uBFXz','5511681CVTidO','oToRl','CGtgu','qcWYu','_gitConfigured','BnDpQ','AssertionError','hooks','NeQjV','sendHook','3763136cntAXB','duration_in_ms','mDDOi','kWIIn','UnhandledError','failure_data','1874958vboJAR','sourceReference','failed','filter','unknown','children','updateTestStatus','winstonLogger','exports','backtrace','tagExpression','nsZMJ','qqmmU','appendTesthubParams','Exception\x20in\x20getHookRunEventData:\x20','javascript','UwQgt','mDvYs','length','3367160XKtsrc','../../helpers/test-observability/error-handler','6PBAagd','KBxOq','YoiXk','pickleStepId','oyVdK','configureGit','uWZHu','../../helpers/logger','346939TsSEII','11390175ujxLKH','58620BlsPue','SKIPPED','cJNNj','Exception\x20in\x20sendHook:\x20','AFTER_EACH','toLowerCase','IaFcC','debug','value','cells','failure_reason','forEach','qbCNS','exception','getTestUUID','FYZqE','feature','FAILED','failure','wLZNJ','name','failureType','KaIuK','SxnCT','astNodeIds','OqiuQ','zLocs','frRDN','path','skipped','../../helpers/helper','iUKZG','FifXr','SCPTd','status','_gitConfigPath','yeAxt','jYseG','getCucumberHookType','sendTestRunEventForCucumber','testStepFinished','getHookRunEventData','tableBody','getScenarioExamples','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','hook','HAiIx','getHookResult','YcPiw','event_type','vlilG','util','strip-ansi','YNglG','testCaseFinished','ETxhu'];a8_0x9458=function(){return _0x48818a;};return a8_0x9458();}module[a8_0x5807c1(0x201)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit','getScenarioExamples',a8_0x5807c1(0x1a5),'getHookResult',a8_0x5807c1(0x1f2),a8_0x5807c1(0x1a8),'sendTestRunEventForCucumber']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9_0x5854b8=a9_0x3ea3;(function(_0x26d5b8,_0x292a6c){const _0x4651e3=a9_0x3ea3,_0x3e9069=_0x26d5b8();while(!![]){try{const _0x19a0cf=parseInt(_0x4651e3(0xc9))/0x1+-parseInt(_0x4651e3(0x107))/0x2+-parseInt(_0x4651e3(0xe3))/0x3+parseInt(_0x4651e3(0x80))/0x4*(-parseInt(_0x4651e3(0xd6))/0x5)+-parseInt(_0x4651e3(0xfa))/0x6*(parseInt(_0x4651e3(0x90))/0x7)+-parseInt(_0x4651e3(0x112))/0x8+parseInt(_0x4651e3(0x7a))/0x9;if(_0x19a0cf===_0x292a6c)break;else _0x3e9069['push'](_0x3e9069['shift']());}catch(_0x4613b5){_0x3e9069['push'](_0x3e9069['shift']());}}}(a9_0x59de,0x44ba2));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require('../../helpers/setKeepAlive'),util=require('util'),PerformanceTester=require(a9_0x5854b8(0xa7)),{commandRepository}=require(a9_0x5854b8(0xb0)),cucumberModule=requireModule(a9_0x5854b8(0x108),a9_0x5854b8(0x119)),logger=require(a9_0x5854b8(0x120))[a9_0x5854b8(0xa5)],{shouldProcessEventForTesthub}=require(a9_0x5854b8(0xea)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require('../../helpers/test-observability/utils'),TestDetails=require(a9_0x5854b8(0xca)),RequestQueueHandler=require(a9_0x5854b8(0xec)),{o11yErrorHandler}=require(a9_0x5854b8(0x7c)),MyReporter=require(a9_0x5854b8(0xba)),SessionHandler=require(a9_0x5854b8(0x116)),scripts=require(a9_0x5854b8(0x89)),globals=require(a9_0x5854b8(0xb3)),testHubConstants=require(a9_0x5854b8(0xb6)),{shouldScanTestForAccessibility}=require(a9_0x5854b8(0xe0)),{isUndefined}=require(a9_0x5854b8(0x8c)),a9_0x239d74={};a9_0x239d74['workerInfo']=undefined,a9_0x239d74[a9_0x5854b8(0xc4)]={},a9_0x239d74[a9_0x5854b8(0xac)]=![],a9_0x239d74[a9_0x5854b8(0xc4)]['id']=undefined,a9_0x239d74[a9_0x5854b8(0xc4)][a9_0x5854b8(0xb7)]=undefined;const workerDetails=a9_0x239d74;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x25887b){const _0xe2b8e1=a9_0x5854b8,_0x19df36=workerDetails[_0xe2b8e1(0xc4)][_0xe2b8e1(0xb7)];if(!_0x19df36)return;await MyReporter['addTestUIDAndReportLog'](_0x19df36,_0x25887b);}),registerListeners=()=>{const _0x13bf02=a9_0x5854b8,_0x2a850c={};_0x2a850c[_0x13bf02(0x101)]=_0x13bf02(0x10f);const _0x5b5369=_0x2a850c;logger[_0x13bf02(0xf7)](_0x5b5369[_0x13bf02(0x101)]),process[_0x13bf02(0xc0)](_0x13bf02(0xf2)+process[_0x13bf02(0xa1)]),process['on'](_0x13bf02(0xf2)+process[_0x13bf02(0xa1)],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x5854b8(0xcc)],After=cucumberModule[a9_0x5854b8(0x113)],AfterAll=cucumberModule[a9_0x5854b8(0x103)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x5854b8(0xe7)],configuration=process[a9_0x5854b8(0xa6)][a9_0x5854b8(0x97)],bstackConfig=process['env']['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x5854b8(0xd3)](configuration);isBrowserstackInfra()?(global[a9_0x5854b8(0xe2)]=isTrue(config['skipSessionName']),global['__skipSessionStatus']=isTrue(config[a9_0x5854b8(0x8e)])):(global[a9_0x5854b8(0xe2)]=!![],global[a9_0x5854b8(0xfd)]=!![]),shouldProcessEventForTesthub()?require(a9_0x5854b8(0x91))[a9_0x5854b8(0xf5)](config,null,!![]):require(a9_0x5854b8(0x91))[a9_0x5854b8(0xf5)](config),global[a9_0x5854b8(0x9e)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x5854b8(0xd3)](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository[a9_0x5854b8(0xff)](a9_0x5854b8(0xe1)));}global[a9_0x5854b8(0x117)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x5854b8(0xbc)];cucumberModule['setDefaultTimeout']=_0x18a40e=>{const _0x4ccf38=a9_0x5854b8,_0x1e005d={'JqJIZ':function(_0x4fdd19,_0x56720e){return _0x4fdd19(_0x56720e);}};global[_0x4ccf38(0x117)]=_0x18a40e,_0x1e005d[_0x4ccf38(0xc1)](__setDefaultTimeout,_0x18a40e);};const a9_0x3a5616={};a9_0x3a5616[a9_0x5854b8(0xf4)]='bstack',BeforeAll(a9_0x3a5616,function(){const _0x1354ce=a9_0x5854b8,_0x536a64={'JNNTp':function(_0x232b33,_0x17443e,_0x5763fe,_0x4dbeef){return _0x232b33(_0x17443e,_0x5763fe,_0x4dbeef);},'vnsLY':'failed','LuBCy':'\x20|\x20','JRNxf':function(_0x5b6f26,_0x162349,_0x2e7b4f){return _0x5b6f26(_0x162349,_0x2e7b4f);},'PQHsC':'passed','lqgMP':_0x1354ce(0x8b),'qsHCk':function(_0x297e6a){return _0x297e6a();},'SSxCC':function(_0x28909b){return _0x28909b();},'IuInL':function(_0x5e3e52,_0x52e9a4){return _0x5e3e52(_0x52e9a4);}};PerformanceTester['startMonitoring'](),logger[_0x1354ce(0xf7)](_0x536a64[_0x1354ce(0xa4)]),global[_0x1354ce(0x99)]=[],global[_0x1354ce(0xef)]=![],_0x536a64[_0x1354ce(0x9a)](shouldProcessEventForTesthub)&&(_0x536a64[_0x1354ce(0xd1)](registerListeners),_0x536a64[_0x1354ce(0x9d)](addRequestSpy,![])),global[_0x1354ce(0x121)]=async()=>{const _0x1cf13f=_0x1354ce;let _0x485022=![];try{await global[_0x1cf13f(0xaa)][0x0][_0x1cf13f(0xd2)],_0x485022=!![],global[_0x1cf13f(0xef)]?await _0x536a64['JNNTp'](markSessionStatus,global['__drivers'][0x0],_0x536a64[_0x1cf13f(0xa8)],global[_0x1cf13f(0x99)][_0x1cf13f(0x114)](_0x536a64['LuBCy'])):await _0x536a64[_0x1cf13f(0xf1)](markSessionStatus,global['__drivers'][0x0],_0x536a64[_0x1cf13f(0xbb)]);}catch(_0x1c3482){logger['debug'](_0x1cf13f(0xce)+_0x1c3482);}global[_0x1cf13f(0x99)]=[],global[_0x1cf13f(0xef)]=![];if(_0x485022)try{await global[_0x1cf13f(0xaa)][0x0][_0x1cf13f(0xd9)]();}catch(_0x38b2d2){logger[_0x1cf13f(0xf7)](_0x1cf13f(0xb4)+_0x38b2d2);}};});const a9_0x1300fd={};function a9_0x3ea3(_0x3e147c,_0x13c1bf){const _0x59de09=a9_0x59de();return a9_0x3ea3=function(_0x3ea38f,_0x4147f2){_0x3ea38f=_0x3ea38f-0x7a;let _0x599d71=_0x59de09[_0x3ea38f];return _0x599d71;},a9_0x3ea3(_0x3e147c,_0x13c1bf);}a9_0x1300fd[a9_0x5854b8(0xf4)]=a9_0x5854b8(0xb8),a9_0x1300fd[a9_0x5854b8(0x11a)]=0x2710,Before(a9_0x1300fd,function(_0x3386a9,_0x191da1){const _0x4c3797=a9_0x5854b8,_0x27f26e={'xrUtV':function(_0x5d38a6,_0x36acc5){return _0x5d38a6>_0x36acc5;},'zRJep':function(_0x4835a6,_0x38d6fe){return _0x4835a6>_0x38d6fe;},'ISiam':function(_0x47f202,_0x55422a){return _0x47f202(_0x55422a);},'hxpvi':function(_0x187c6b,_0x4d1f0c,_0x4dee37,_0x142f19){return _0x187c6b(_0x4d1f0c,_0x4dee37,_0x142f19);},'bPhSk':_0x4c3797(0xdb),'ZIcFF':function(_0x387b74){return _0x387b74();},'VfXaG':_0x4c3797(0x9c)};commandRepository[_0x4c3797(0x7b)](_0x3386a9[_0x4c3797(0x7e)][_0x4c3797(0xf4)]),logger[_0x4c3797(0xf7)](_0x27f26e[_0x4c3797(0xae)]),new Promise(async _0x15fcce=>{const _0x56c9fc=_0x4c3797;try{_0x27f26e['xrUtV'](global['__drivers'][_0x56c9fc(0xf8)],0x1)&&(await global['driverCleanup'](),global[_0x56c9fc(0xaa)][_0x56c9fc(0xab)]()),global[_0x56c9fc(0xaa)][0x0][_0x56c9fc(0xd8)]&&_0x27f26e[_0x56c9fc(0x7d)](global['__drivers'][0x0]['quitCount_'],0x0)&&await global[_0x56c9fc(0x121)]();}catch(_0x140a9c){logger[_0x56c9fc(0xf7)]('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x140a9c);}workerDetails[_0x56c9fc(0xc4)][_0x56c9fc(0xb7)]=_0x3386a9[_0x56c9fc(0x118)];try{if(!_0x27f26e[_0x56c9fc(0xc8)](isUndefined,_0x3386a9['pickle'][_0x56c9fc(0xdf)])){const _0x244d51=_0x27f26e[_0x56c9fc(0xf9)](shouldScanTestForAccessibility,null,![],_0x3386a9[_0x56c9fc(0x7e)][_0x56c9fc(0xdf)][_0x56c9fc(0xbf)](({name:_0xb287c2})=>_0xb287c2));globals['setGlobal'](_0x27f26e[_0x56c9fc(0x8f)],_0x244d51);}}catch(_0x1f3b97){logger['debug'](_0x56c9fc(0x106)+util[_0x56c9fc(0xb1)](_0x1f3b97));}_0x27f26e[_0x56c9fc(0x123)](_0x15fcce);})['finally'](_0x191da1);});function a9_0x59de(){const _0x4d5cf0=['HdcVf','pABuD','AfterAll','executeAsyncScript','push','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','832468lVRsEt','@cucumber/cucumber/lib/index.js','uuid','status','error','JTlxp','saveTestResults','result','Inside\x20browserstack\x20registerListeners','AAMkw','pickleStep','3327160KgMVFB','After','join','toString','../../helpers/test-observability/sessionHandler','__timeout','testCaseStartedId','@cucumber/cucumber','timeout','Passed','thTestRunUuid','Inside\x20browserstack\x20AfterStep','Failed:\x20','Error:\x20at\x20After\x20Step:\x20','../../helpers/logger','driverCleanup','\x22}}','ZIcFF','15445314AbabPl','setTestNameForHealingContext','../../helpers/test-observability/error-handler','zRJep','pickle','getGlobal','1380ZEpNrr','thJwtToken','gnHSx','qqaTA','Performing\x20scan\x20before\x20saving\x20results','rXYtX','text','Inside\x20browserstack\x20After','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../helpers/accessibility-automation/scripts','shutdown','Inside\x20browserstack\x20BeforeAll','lodash','rCXzA','skipSessionStatus','bPhSk','805ZPrufl','../../index','UgjqZ','NBdgx','stringify','toLowerCase','failed','CONFIG','JnbVi','__error_messages__','qsHCk','YztUG','Inside\x20browserstack\x20Before','IuInL','__platformCaps','thBuildUuid','ecFJG','pid','split','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','lqgMP','winstonLogger','env','../../helpers/performance/performance-tester','vnsLY','Qkrvz','__drivers','shift','o11ySyncDone','SSxXR','VfXaG','info','../../helpers/ai-sdk/autoHealHelper','format','\x0aError:\x20','../../helpers/globals','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','JEbgB','../../helpers/testhub/constants.js','testInfo','bstack','browserstackSessionName','../playwright/reporter/reporter.js','PQHsC','setDefaultTimeout','XovaX','executeScript','map','removeAllListeners','JqJIZ','dqTPX','\x20|\x20','currentTest','DzPDW','test_run','UxbyP','ISiam','524276baGWTY','../playwright/reporter/test-details.js','PMBOG','Before','ENV_VAR','Error:\x20cleaning\x20up\x20driver:\x20','getTestUUID','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','SSxCC','session_','parse','integrations','gxmYK','4135LTNXyZ','uploadEventData','quitCount_','initQuit','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bstackA11yShouldScan','IVaQj','Inside\x20browserstack\x20AfterAll','RBAlR','tags','../../helpers/accessibility-automation/helper','cucumber-js','__skipSessionName','1182711MbPZiq','Error:\x20sendPlatformDetails\x20at\x20After:\x20','message','cOWjP','AfterStep',',\x22level\x22:\x20\x22','Passed:\x20','../../helpers/testhub/utils','finally','../../helpers/test-observability/requestQueueHandler','Error:\x20at\x20After:\x20','ypjNu','__sessionFailed','performScan','JRNxf','bs:addLog:','cEUaz','name','browserstackAgentV2','getInstance','debug','length','hxpvi','23334hnNqFt','HCLyz','WhKXo','__skipSessionStatus','passed','setFramework','KHpZk'];a9_0x59de=function(){return _0x4d5cf0;};return a9_0x59de();}const a9_0x395366={};a9_0x395366[a9_0x5854b8(0xf4)]=a9_0x5854b8(0xb8),a9_0x395366[a9_0x5854b8(0x11a)]=0x2710,After(a9_0x395366,function(_0x3c74cf,_0x247885){const _0x5a1738=a9_0x5854b8,_0x308b2f={'rXYtX':'3|1|0|2|4','RZhMp':function(_0x4b0cdb,_0x21aacb){return _0x4b0cdb>_0x21aacb;},'LREHj':function(_0x3c5c18,_0x2a448a){return _0x3c5c18===_0x2a448a;},'RBAlR':_0x5a1738(0x96),'XgrIf':function(_0x1bcf64,_0x175e2d){return _0x1bcf64===_0x175e2d;},'fjnoT':function(_0xb632e1,_0x4c5251,_0x3d6f67,_0x166bab){return _0xb632e1(_0x4c5251,_0x3d6f67,_0x166bab);},'PMBOG':_0x5a1738(0xc3),'YztUG':function(_0x5ea956,_0x54f935,_0x4994a){return _0x5ea956(_0x54f935,_0x4994a);},'ahkuy':_0x5a1738(0xfe),'rCXzA':function(_0x2ce165){return _0x2ce165();},'DzPDW':function(_0x267765,_0x290268,_0x545398,_0x227160){return _0x267765(_0x290268,_0x545398,_0x227160);},'wWUpX':'CBTSessionCreated','nyMyV':'isAccessibilityPlatform','WhKXo':_0x5a1738(0xdb),'JEbgB':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','ecFJG':_0x5a1738(0x84),'Qkrvz':_0x5a1738(0xd0),'JTlxp':function(_0x4520af,_0x18c5e8){return _0x4520af>_0x18c5e8;},'XDxDu':function(_0x35786e){return _0x35786e();},'xsnZw':_0x5a1738(0x87)};logger[_0x5a1738(0xf7)](_0x308b2f['xsnZw']),workerDetails[_0x5a1738(0xc4)][_0x5a1738(0xb7)]=_0x3c74cf[_0x5a1738(0x118)],new Promise(async _0x3fb483=>{const _0x55e95d=_0x5a1738;let _0x15c0e8=![];try{const _0x433f41=_0x308b2f[_0x55e95d(0x85)][_0x55e95d(0xa2)]('|');let _0x5504ab=0x0;while(!![]){switch(_0x433f41[_0x5504ab++]){case'0':_0x15c0e8=!![];continue;case'1':await global[_0x55e95d(0xaa)][0x0][_0x55e95d(0xd2)];continue;case'2':!global['__skipSessionName']&&await global[_0x55e95d(0xaa)][0x0][_0x55e95d(0xbe)](_0x55e95d(0xda)+_0x3c74cf[_0x55e95d(0x7e)][_0x55e95d(0xf4)]+_0x55e95d(0x122));continue;case'3':_0x308b2f['RZhMp'](global['__drivers'][_0x55e95d(0xf8)],0x1)&&(await global[_0x55e95d(0x121)](),global[_0x55e95d(0xaa)]['shift'](),global['__error_messages__']=[],global['__sessionFailed']=![]);continue;case'4':if(_0x308b2f['LREHj'](_0x3c74cf[_0x55e95d(0x10e)][_0x55e95d(0x10a)][_0x55e95d(0x115)]()['toLowerCase'](),_0x308b2f[_0x55e95d(0xde)])||_0x308b2f['XgrIf'](_0x3c74cf['result']['status']['toString']()[_0x55e95d(0x95)](),'6')){try{global[_0x55e95d(0x99)][_0x55e95d(0x105)](_0x3c74cf[_0x55e95d(0x10e)]['message']);}catch(_0x12eb50){logger[_0x55e95d(0xf7)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x12eb50);}await _0x308b2f['fjnoT'](markSessionStatus,global[_0x55e95d(0xaa)][0x0],_0x308b2f[_0x55e95d(0xde)],global[_0x55e95d(0x99)][_0x55e95d(0x114)](_0x308b2f[_0x55e95d(0xcb)]));}else await _0x308b2f[_0x55e95d(0x9b)](markSessionStatus,global['__drivers'][0x0],_0x308b2f['ahkuy']);continue;}break;}}catch(_0x31f04d){logger[_0x55e95d(0xf7)](_0x55e95d(0xed)+util['format'](_0x31f04d));}try{if(_0x308b2f[_0x55e95d(0x8d)](shouldProcessEventForTesthub)){const _0x3b38b2=TestDetails[_0x55e95d(0xcf)](_0x3c74cf[_0x55e95d(0x118)]),_0x36538c=await _0x308b2f[_0x55e95d(0xc5)](sendPlatformDetails,global['__drivers'][0x0],_0x3b38b2,!![]),_0x4a2731={};_0x4a2731[_0x55e95d(0x109)]=_0x3b38b2,_0x4a2731[_0x55e95d(0xd4)]=_0x36538c;const _0x65dafb=_0x4a2731,_0x2b5cdb={};_0x2b5cdb['event_type']=_0x308b2f['wWUpX'],_0x2b5cdb[_0x55e95d(0xc6)]=_0x65dafb,await SessionHandler[_0x55e95d(0xd7)](_0x2b5cdb);}}catch(_0x46e764){logger[_0x55e95d(0xf7)](_0x55e95d(0xe4)+util[_0x55e95d(0xb1)](_0x46e764));}try{if(globals['getGlobal'](_0x308b2f['nyMyV'])&&globals[_0x55e95d(0x7f)](_0x308b2f[_0x55e95d(0xfc)])){logger[_0x55e95d(0xaf)](_0x308b2f[_0x55e95d(0xb5)]);const _0x3bb5dd=TestDetails[_0x55e95d(0xcf)](_0x3c74cf[_0x55e95d(0x118)]),_0x19d3b9={};_0x19d3b9[_0x55e95d(0x11c)]=_0x3bb5dd,_0x19d3b9[_0x55e95d(0x9f)]=process[_0x55e95d(0xa6)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x19d3b9[_0x55e95d(0x81)]=process['env'][testHubConstants[_0x55e95d(0xcd)]['BROWSERSTACK_TESTHUB_JWT']];const _0x50d830=_0x19d3b9;logger[_0x55e95d(0xf7)](_0x55e95d(0xa3)+JSON[_0x55e95d(0x94)](_0x50d830)),logger[_0x55e95d(0xf7)](_0x308b2f[_0x55e95d(0xa0)]),logger['debug'](util['format'](await global['__drivers'][0x0][_0x55e95d(0x104)](scripts[_0x55e95d(0xf0)],{'method':global[_0x55e95d(0xb9)]}))),await global[_0x55e95d(0xaa)][0x0]['executeAsyncScript'](scripts[_0x55e95d(0x10d)],_0x50d830),logger[_0x55e95d(0xaf)](_0x308b2f[_0x55e95d(0xa9)]);}}catch(_0x800a0){logger[_0x55e95d(0x10b)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x55e95d(0xb1)]);}if(_0x15c0e8)try{global['__drivers'][0x0]&&_0x308b2f[_0x55e95d(0x10c)](global[_0x55e95d(0xaa)][0x0]['quitCount_'],0x0)&&await global[_0x55e95d(0xaa)][0x0]['initQuit']();}catch(_0x25a7b2){logger[_0x55e95d(0xf7)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x25a7b2);}_0x308b2f['XDxDu'](_0x3fb483);})[_0x5a1738(0xeb)](()=>_0x247885());});const a9_0x2ad790={};a9_0x2ad790['name']=a9_0x5854b8(0xb8),a9_0x2ad790[a9_0x5854b8(0x11a)]=0x2710,AfterStep(a9_0x2ad790,function(_0x329128,_0x4e3079){const _0xa38462=a9_0x5854b8,_0x2e04f3={'gnHSx':function(_0x42e955,_0x29eb1c){return _0x42e955===_0x29eb1c;},'HCLyz':_0xa38462(0x96),'NiyRX':function(_0x54676f,_0x3268ae){return _0x54676f===_0x3268ae;},'SSxXR':function(_0x44dcef,_0x1fca6b){return _0x44dcef!==_0x1fca6b;},'AAMkw':function(_0x257a8f,_0x46dc9d,_0x811c70){return _0x257a8f(_0x46dc9d,_0x811c70);},'qqaTA':function(_0x2a3617,_0x158c54){return _0x2a3617+_0x158c54;},'cOWjP':function(_0x13caf3,_0x28fb91){return _0x13caf3+_0x28fb91;},'ypjNu':function(_0x4f973c,_0x909aed){return _0x4f973c+_0x909aed;},'JnbVi':_0xa38462(0x11e),'UxbyP':_0xa38462(0xb2),'cEUaz':_0xa38462(0x10b),'pABuD':function(_0x89f2c0,_0x1671db,_0x5e6c81){return _0x89f2c0(_0x1671db,_0x5e6c81);},'IVaQj':function(_0x24a27b,_0x519e52,_0x5d34c0){return _0x24a27b(_0x519e52,_0x5d34c0);},'eyVhJ':_0xa38462(0xe9),'dqTPX':_0xa38462(0xaf),'UgjqZ':_0xa38462(0x11b),'gxmYK':function(_0x251ee2){return _0x251ee2();},'NBdgx':_0xa38462(0x11d)};logger[_0xa38462(0xf7)](_0x2e04f3[_0xa38462(0x93)]);const _0x5a953f=async(_0x422822,_0x8abab1)=>{const _0x89751a=_0xa38462;await global[_0x89751a(0xaa)][0x0][_0x89751a(0xbe)](_0x89751a(0x88)+_0x422822+_0x89751a(0xe8)+_0x8abab1+_0x89751a(0x122));};new Promise(async _0x49f432=>{const _0x1debd9=_0xa38462;try{_0x2e04f3[_0x1debd9(0x82)](_0x329128[_0x1debd9(0x10e)][_0x1debd9(0x10a)][_0x1debd9(0x115)]()[_0x1debd9(0x95)](),_0x2e04f3[_0x1debd9(0xfb)])||_0x2e04f3['NiyRX'](_0x329128[_0x1debd9(0x10e)]['status'][_0x1debd9(0x115)]()[_0x1debd9(0x95)](),'6')?(global[_0x1debd9(0xef)]=!![],global[_0x1debd9(0x99)][_0x1debd9(0x105)](_0x329128[_0x1debd9(0x10e)][_0x1debd9(0xe5)]),_0x2e04f3['SSxXR'](_0x329128[_0x1debd9(0x111)],undefined)?await _0x2e04f3[_0x1debd9(0x110)](_0x5a953f,JSON[_0x1debd9(0x94)](_0x2e04f3[_0x1debd9(0x83)](_0x2e04f3[_0x1debd9(0xe6)](_0x2e04f3[_0x1debd9(0xee)](_0x2e04f3['JnbVi'],'\x22'+_0x329128[_0x1debd9(0x111)][_0x1debd9(0x86)]+'\x22\x20'),_0x2e04f3[_0x1debd9(0xc7)]),_0x329128['result'][_0x1debd9(0xe5)])),_0x2e04f3[_0x1debd9(0xf3)]):await _0x2e04f3[_0x1debd9(0x102)](_0x5a953f,JSON[_0x1debd9(0x94)](_0x2e04f3['ypjNu'](_0x2e04f3[_0x1debd9(0x98)],_0x329128[_0x1debd9(0x10e)]['message'])),_0x2e04f3[_0x1debd9(0xf3)])):_0x2e04f3[_0x1debd9(0xad)](_0x329128[_0x1debd9(0x111)],undefined)?await _0x2e04f3[_0x1debd9(0xdc)](_0x5a953f,JSON[_0x1debd9(0x94)](_0x2e04f3['qqaTA'](_0x2e04f3['eyVhJ'],'\x22'+_0x329128['pickleStep'][_0x1debd9(0x86)]+'\x22')),_0x2e04f3[_0x1debd9(0xc2)]):await _0x2e04f3[_0x1debd9(0xdc)](_0x5a953f,JSON['stringify'](_0x2e04f3[_0x1debd9(0x92)]),_0x2e04f3[_0x1debd9(0xc2)]);}catch(_0x1da47){logger[_0x1debd9(0xf7)](_0x1debd9(0x11f)+_0x1da47);}_0x2e04f3[_0x1debd9(0xd5)](_0x49f432);})['finally'](()=>_0x4e3079());});const a9_0x32ec17={};a9_0x32ec17[a9_0x5854b8(0xf4)]=a9_0x5854b8(0xb8),a9_0x32ec17[a9_0x5854b8(0x11a)]=0x7530,AfterAll(a9_0x32ec17,async function(_0x1df73b,_0x153d28){const _0x5e3d46=a9_0x5854b8,_0x2268c6={'KHpZk':function(_0x4ebce3){return _0x4ebce3();},'XovaX':_0x5e3d46(0xdd)};logger[_0x5e3d46(0xf7)](_0x2268c6[_0x5e3d46(0xbd)]),await new Promise(async _0x2058ae=>{const _0x319769=_0x5e3d46;await RequestQueueHandler[_0x319769(0xf6)]()[_0x319769(0x8a)](),PerformanceTester['stopMonitoring'](),await global[_0x319769(0x121)](),_0x2268c6[_0x319769(0x100)](_0x2058ae);});});
|
|
1
|
+
const a9_0x1bbb2b=a9_0x349d;(function(_0x5944eb,_0x5d1724){const _0x7e4455=a9_0x349d,_0x4cad4b=_0x5944eb();while(!![]){try{const _0x2e8f46=parseInt(_0x7e4455(0x118))/0x1+-parseInt(_0x7e4455(0xec))/0x2+parseInt(_0x7e4455(0x131))/0x3+parseInt(_0x7e4455(0x10e))/0x4+-parseInt(_0x7e4455(0x134))/0x5*(parseInt(_0x7e4455(0x137))/0x6)+-parseInt(_0x7e4455(0x146))/0x7+-parseInt(_0x7e4455(0x168))/0x8*(parseInt(_0x7e4455(0xf2))/0x9);if(_0x2e8f46===_0x5d1724)break;else _0x4cad4b['push'](_0x4cad4b['shift']());}catch(_0x123a21){_0x4cad4b['push'](_0x4cad4b['shift']());}}}(a9_0x5052,0xc2534));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x1bbb2b(0x130)),setKeepAlive=require(a9_0x1bbb2b(0x15f)),util=require(a9_0x1bbb2b(0x10d)),PerformanceTester=require(a9_0x1bbb2b(0xba)),{commandRepository}=require(a9_0x1bbb2b(0x136)),cucumberModule=requireModule(a9_0x1bbb2b(0xe8),a9_0x1bbb2b(0x14b)),logger=require('../../helpers/logger')[a9_0x1bbb2b(0x119)],{shouldProcessEventForTesthub}=require(a9_0x1bbb2b(0xe1)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x1bbb2b(0xf3)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require(a9_0x1bbb2b(0x152)),{o11yErrorHandler}=require(a9_0x1bbb2b(0x138)),MyReporter=require(a9_0x1bbb2b(0x163)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),scripts=require(a9_0x1bbb2b(0x13a)),globals=require('../../helpers/globals'),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x1bbb2b(0xde)),a9_0x5a93f3={};a9_0x5a93f3[a9_0x1bbb2b(0xfe)]=undefined,a9_0x5a93f3[a9_0x1bbb2b(0x15b)]={},a9_0x5a93f3[a9_0x1bbb2b(0x165)]=![],a9_0x5a93f3[a9_0x1bbb2b(0x15b)]['id']=undefined,a9_0x5a93f3[a9_0x1bbb2b(0x15b)]['testInfo']=undefined;const workerDetails=a9_0x5a93f3;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x490423){const _0x1e38e9=a9_0x1bbb2b,_0x1b785c=workerDetails[_0x1e38e9(0x15b)][_0x1e38e9(0x120)];if(!_0x1b785c)return;await MyReporter[_0x1e38e9(0x12e)](_0x1b785c,_0x490423);}),registerListeners=()=>{const _0x1740c2=a9_0x1bbb2b,_0x49a28f={};_0x49a28f[_0x1740c2(0x12f)]=_0x1740c2(0x124);const _0x274755=_0x49a28f;logger[_0x1740c2(0xfa)](_0x274755[_0x1740c2(0x12f)]),process[_0x1740c2(0xd4)](_0x1740c2(0xdf)+process[_0x1740c2(0x139)]),process['on'](_0x1740c2(0xdf)+process[_0x1740c2(0x139)],sendTestLog),PerformanceTester[_0x1740c2(0xca)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x1bbb2b(0xd2)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x1bbb2b(0x167)],BeforeAll=cucumberModule[a9_0x1bbb2b(0x11a)],AfterStep=cucumberModule[a9_0x1bbb2b(0xef)],configuration=process[a9_0x1bbb2b(0xfc)]['CONFIG'],bstackConfig=process[a9_0x1bbb2b(0xfc)][a9_0x1bbb2b(0xd3)];if(configuration!==undefined){const config=JSON[a9_0x1bbb2b(0xb8)](configuration);isBrowserstackInfra()?(global[a9_0x1bbb2b(0x144)]=isTrue(config[a9_0x1bbb2b(0xeb)]),global[a9_0x1bbb2b(0x115)]=isTrue(config['skipSessionStatus'])):(global['__skipSessionName']=!![],global[a9_0x1bbb2b(0x115)]=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x1bbb2b(0x149)](config,null,!![]):require('../../index')[a9_0x1bbb2b(0x149)](config),global[a9_0x1bbb2b(0xc6)]=config[a9_0x1bbb2b(0x104)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x1bbb2b(0x15c)](browserStackConfig),commandRepository[a9_0x1bbb2b(0xee)](a9_0x1bbb2b(0xd5)));}global['__timeout']=0x0;function a9_0x5052(){const _0x11c1bf=['rtzye','tags','OKRkQ','Error:\x20sendPlatformDetails\x20at\x20After:\x20','cXolW','format','result','LhMSP','util','3942752LCKmOJ','dkvgt','EbTuR','zHXoD','thBuildUuid','sHdCD','stringify','__skipSessionStatus','udoWd','error','1284825iGuEXZ','winstonLogger','BeforeAll','toLowerCase','shutdown','executeAsyncScript','VueDy','stopMonitoring','testInfo','BROWSERSTACK_TESTHUB_UUID','VxGoc','YsUhJ','Inside\x20browserstack\x20registerListeners','__sessionFailed','PruZT','tEwhd','getInstance','Error:\x20at\x20After\x20Step:\x20','eplTo','OTsJg','Performing\x20scan\x20before\x20saving\x20results','xVTbW','addTestUIDAndReportLog','UBdJS','../../helpers/helper','3902778MovPaU','kAMTd','eAIvk','9315rkUrwi','tlCKf','../../helpers/ai-sdk/autoHealHelper','3552PrhnoK','../../helpers/test-observability/error-handler','pid','../../helpers/accessibility-automation/scripts','initQuit','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','name','bstack','ugoUB','EKIxM','UUEue','thJwtToken','setTestNameForHealingContext','__skipSessionName','bUnaJ','5344129vqzCGF','BEZFX','join','browserstackAgentV2','finally','@cucumber/cucumber','shift','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','QtcyS','failed','isAccessibilityPlatform','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','../../helpers/test-observability/requestQueueHandler','timeout','Passed','info','length','executeScript','rnZTL','\x20|\x20','getGlobal','currentTest','setConfig','Inside\x20browserstack\x20AfterStep','ibEgP','../../helpers/setKeepAlive','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','text','passed','../playwright/reporter/reporter.js','pVZCH','o11ySyncDone','session_','AfterAll','146936rNgSYH','mCpPB','parse','Failed:\x20','../../helpers/performance/performance-tester','Error:\x20at\x20After:\x20','map','Passed:\x20','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','XWlYv','VGmBI','pickle','__error_messages__','setGlobal','quitCount_','Inside\x20browserstack\x20BeforeAll','__platformCaps','iXsCB','iHdZf','Inside\x20browserstack\x20Before','startMonitoring','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','UlXZd','PSGJK','FQBjR','\x0aError:\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','uploadEventData','Before','BSTACK_CONFIG','removeAllListeners','cucumber-js','__drivers','saveTestResults','\x22}}','buRXW',',\x22level\x22:\x20\x22','status','testCaseStartedId','aVPnL','lodash','bs:addLog:','toString','../../helpers/testhub/utils','message','test_run','1|4|3|2|0','pxNbd','Sytoe','split','@cucumber/cucumber/lib/index.js','fmfbu','getTestUUID','skipSessionName','752994oDQGUq','BROWSERSTACK_TESTHUB_JWT','setFramework','AfterStep','driverCleanup','bsSOi','261REvQzU','../../helpers/test-observability/utils','performScan','DWvRo','pickleStep','bstackA11yShouldScan','KzkvS','TjQvd','debug','pHnpY','env','event_type','workerInfo','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','uuid','IsmAC','yqfKe','platformCaps'];a9_0x5052=function(){return _0x11c1bf;};return a9_0x5052();}const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x2735f1=>{const _0x452d00=a9_0x1bbb2b,_0x3146fe={'eAIvk':function(_0x280bda,_0x15b315){return _0x280bda(_0x15b315);}};global['__timeout']=_0x2735f1,_0x3146fe[_0x452d00(0x133)](__setDefaultTimeout,_0x2735f1);};const a9_0x5ead56={};a9_0x5ead56[a9_0x1bbb2b(0x13d)]=a9_0x1bbb2b(0x13e),BeforeAll(a9_0x5ead56,function(){const _0x2bfd51=a9_0x1bbb2b,_0x1df08c={'VxGoc':function(_0x38f52b,_0x4d2b56,_0x4041c5,_0x22bfd7){return _0x38f52b(_0x4d2b56,_0x4041c5,_0x22bfd7);},'cXolW':_0x2bfd51(0x14f),'OKRkQ':_0x2bfd51(0x159),'aVPnL':function(_0x1b5866,_0x2859d4,_0x292494){return _0x1b5866(_0x2859d4,_0x292494);},'EKIxM':_0x2bfd51(0x162),'dkvgt':_0x2bfd51(0xc5),'kAMTd':function(_0x50e4cb){return _0x50e4cb();},'eplTo':function(_0x3d43c2){return _0x3d43c2();},'ugoUB':function(_0x4046e7,_0x4c3c18){return _0x4046e7(_0x4c3c18);}};PerformanceTester[_0x2bfd51(0xca)](),logger['debug'](_0x1df08c[_0x2bfd51(0x10f)]),global[_0x2bfd51(0xc2)]=[],global[_0x2bfd51(0x125)]=![],_0x1df08c[_0x2bfd51(0x132)](shouldProcessEventForTesthub)&&(_0x1df08c[_0x2bfd51(0x12a)](registerListeners),_0x1df08c[_0x2bfd51(0x13f)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0x1cc596=_0x2bfd51;let _0x3c24f6=![];try{await global[_0x1cc596(0xd6)][0x0][_0x1cc596(0x166)],_0x3c24f6=!![],global['__sessionFailed']?await _0x1df08c[_0x1cc596(0x122)](markSessionStatus,global['__drivers'][0x0],_0x1df08c[_0x1cc596(0x109)],global[_0x1cc596(0xc2)][_0x1cc596(0x148)](_0x1df08c[_0x1cc596(0x107)])):await _0x1df08c[_0x1cc596(0xdd)](markSessionStatus,global[_0x1cc596(0xd6)][0x0],_0x1df08c[_0x1cc596(0x140)]);}catch(_0x1f932c){logger[_0x1cc596(0xfa)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x1f932c);}global[_0x1cc596(0xc2)]=[],global[_0x1cc596(0x125)]=![];if(_0x3c24f6)try{await global[_0x1cc596(0xd6)][0x0][_0x1cc596(0x13b)]();}catch(_0x2eb233){logger[_0x1cc596(0xfa)](_0x1cc596(0xff)+_0x2eb233);}};});const a9_0x31ceac={};a9_0x31ceac['name']=a9_0x1bbb2b(0x13e),a9_0x31ceac['timeout']=0x2710,Before(a9_0x31ceac,function(_0x1b497a,_0x493421){const _0x230145=a9_0x1bbb2b,_0x975843={'bsSOi':function(_0x47aab3,_0x5d04b0){return _0x47aab3>_0x5d04b0;},'NhcxM':function(_0x377cba,_0x4d1a1d){return _0x377cba>_0x4d1a1d;},'LhMSP':function(_0x5c6597,_0x42a0ae){return _0x5c6597(_0x42a0ae);},'PSGJK':function(_0x1935ac,_0xdd3b09,_0x396f44,_0x1b3838){return _0x1935ac(_0xdd3b09,_0x396f44,_0x1b3838);},'PruZT':_0x230145(0xf7),'mCpPB':function(_0x4c0e67){return _0x4c0e67();},'XWlYv':_0x230145(0xc9)};commandRepository[_0x230145(0x143)](_0x1b497a[_0x230145(0xc1)][_0x230145(0x13d)]),logger[_0x230145(0xfa)](_0x975843[_0x230145(0xbf)]),new Promise(async _0x3efa1e=>{const _0x57e2a9=_0x230145;try{_0x975843[_0x57e2a9(0xf1)](global[_0x57e2a9(0xd6)][_0x57e2a9(0x156)],0x1)&&(await global[_0x57e2a9(0xf0)](),global[_0x57e2a9(0xd6)]['shift']()),global[_0x57e2a9(0xd6)][0x0]['quitCount_']&&_0x975843['NhcxM'](global[_0x57e2a9(0xd6)][0x0][_0x57e2a9(0xc4)],0x0)&&await global['driverCleanup']();}catch(_0x543e0b){logger[_0x57e2a9(0xfa)](_0x57e2a9(0xbe)+_0x543e0b);}workerDetails['currentTest'][_0x57e2a9(0x120)]=_0x1b497a[_0x57e2a9(0xdc)];try{if(!_0x975843[_0x57e2a9(0x10c)](isUndefined,_0x1b497a[_0x57e2a9(0xc1)][_0x57e2a9(0x106)])){const _0xa455b=_0x975843[_0x57e2a9(0xcd)](shouldScanTestForAccessibility,null,![],_0x1b497a[_0x57e2a9(0xc1)]['tags'][_0x57e2a9(0xbc)](({name:_0x481353})=>_0x481353));globals[_0x57e2a9(0xc3)](_0x975843[_0x57e2a9(0x126)],_0xa455b);}}catch(_0x5aeb43){logger[_0x57e2a9(0xfa)](_0x57e2a9(0xcb)+util[_0x57e2a9(0x10a)](_0x5aeb43));}_0x975843[_0x57e2a9(0x169)](_0x3efa1e);})['finally'](_0x493421);});const a9_0x431efc={};a9_0x431efc['name']=a9_0x1bbb2b(0x13e),a9_0x431efc[a9_0x1bbb2b(0x153)]=0x2710,After(a9_0x431efc,function(_0x10d968,_0x5eeee7){const _0x7addd9=a9_0x1bbb2b,_0x2a1418={'fmfbu':_0x7addd9(0xe4),'QtcyS':function(_0x22a0b4,_0x24d7ce){return _0x22a0b4===_0x24d7ce;},'Sytoe':_0x7addd9(0x14f),'FQBjR':function(_0x102bfb,_0x4e2271,_0x5123c0,_0x21ee90){return _0x102bfb(_0x4e2271,_0x5123c0,_0x21ee90);},'pVZCH':_0x7addd9(0x159),'VSIiX':function(_0x126dae,_0x116b8a,_0x443c94){return _0x126dae(_0x116b8a,_0x443c94);},'udoWd':'passed','TjQvd':function(_0x283051,_0x2696d4){return _0x283051>_0x2696d4;},'ibEgP':function(_0x2ea8c4){return _0x2ea8c4();},'EbTuR':function(_0x57d8a3,_0x51578c,_0x28fe1b,_0x120fad){return _0x57d8a3(_0x51578c,_0x28fe1b,_0x120fad);},'OTsJg':'CBTSessionCreated','pHnpY':_0x7addd9(0x150),'KzkvS':_0x7addd9(0xf7),'YsUhJ':_0x7addd9(0xd0),'yueug':_0x7addd9(0x12c),'pxNbd':_0x7addd9(0x100),'DWvRo':'Inside\x20browserstack\x20After'};logger[_0x7addd9(0xfa)](_0x2a1418[_0x7addd9(0xf5)]),workerDetails['currentTest']['testInfo']=_0x10d968[_0x7addd9(0xdc)],new Promise(async _0x495dbd=>{const _0x173134=_0x7addd9;let _0x5d27a3=![];try{const _0x5475e4=_0x2a1418[_0x173134(0xe9)][_0x173134(0xe7)]('|');let _0x43c25f=0x0;while(!![]){switch(_0x5475e4[_0x43c25f++]){case'0':if(_0x2a1418[_0x173134(0x14e)](_0x10d968[_0x173134(0x10b)][_0x173134(0xdb)][_0x173134(0xe0)]()['toLowerCase'](),_0x2a1418[_0x173134(0xe6)])||_0x2a1418['QtcyS'](_0x10d968['result'][_0x173134(0xdb)][_0x173134(0xe0)]()['toLowerCase'](),'6')){try{global[_0x173134(0xc2)]['push'](_0x10d968[_0x173134(0x10b)][_0x173134(0xe2)]);}catch(_0x49a7e5){logger['debug'](_0x173134(0x151)+_0x49a7e5);}await _0x2a1418[_0x173134(0xce)](markSessionStatus,global[_0x173134(0xd6)][0x0],_0x2a1418[_0x173134(0xe6)],global[_0x173134(0xc2)][_0x173134(0x148)](_0x2a1418[_0x173134(0x164)]));}else await _0x2a1418['VSIiX'](markSessionStatus,global[_0x173134(0xd6)][0x0],_0x2a1418[_0x173134(0x116)]);continue;case'1':_0x2a1418['TjQvd'](global[_0x173134(0xd6)][_0x173134(0x156)],0x1)&&(await global[_0x173134(0xf0)](),global['__drivers'][_0x173134(0x14c)](),global[_0x173134(0xc2)]=[],global['__sessionFailed']=![]);continue;case'2':!global[_0x173134(0x144)]&&await global[_0x173134(0xd6)][0x0][_0x173134(0x157)](_0x173134(0x14d)+_0x10d968['pickle'][_0x173134(0x13d)]+'\x22}}');continue;case'3':_0x5d27a3=!![];continue;case'4':await global[_0x173134(0xd6)][0x0][_0x173134(0x166)];continue;}break;}}catch(_0x2470d1){logger[_0x173134(0xfa)](_0x173134(0xbb)+util['format'](_0x2470d1));}try{if(_0x2a1418[_0x173134(0x15e)](shouldProcessEventForTesthub)){const _0x22ae58=TestDetails[_0x173134(0xea)](_0x10d968[_0x173134(0xdc)]),_0x5a1c6c=await _0x2a1418[_0x173134(0x110)](sendPlatformDetails,global[_0x173134(0xd6)][0x0],_0x22ae58,!![]),_0x21de3f={};_0x21de3f[_0x173134(0x101)]=_0x22ae58,_0x21de3f['integrations']=_0x5a1c6c;const _0x336555=_0x21de3f,_0x3d7bf6={};_0x3d7bf6[_0x173134(0xfd)]=_0x2a1418[_0x173134(0x12b)],_0x3d7bf6[_0x173134(0xe3)]=_0x336555,await SessionHandler[_0x173134(0xd1)](_0x3d7bf6);}}catch(_0x4b8fdb){logger['debug'](_0x173134(0x108)+util[_0x173134(0x10a)](_0x4b8fdb));}try{if(globals[_0x173134(0x15a)](_0x2a1418[_0x173134(0xfb)])&&globals[_0x173134(0x15a)](_0x2a1418[_0x173134(0xf8)])){logger[_0x173134(0x155)](_0x2a1418[_0x173134(0x123)]);const _0x4e5e80=TestDetails[_0x173134(0xea)](_0x10d968[_0x173134(0xdc)]),_0x4b91b5={};_0x4b91b5['thTestRunUuid']=_0x4e5e80,_0x4b91b5[_0x173134(0x112)]=process[_0x173134(0xfc)][testHubConstants['ENV_VAR'][_0x173134(0x121)]],_0x4b91b5[_0x173134(0x142)]=process['env'][testHubConstants['ENV_VAR'][_0x173134(0xed)]];const _0x3ed84b=_0x4b91b5;logger[_0x173134(0xfa)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x3ed84b)),logger[_0x173134(0xfa)](_0x2a1418['yueug']),logger['debug'](util[_0x173134(0x10a)](await global['__drivers'][0x0][_0x173134(0x11d)](scripts[_0x173134(0xf4)],{'method':global['browserstackSessionName']}))),await global['__drivers'][0x0][_0x173134(0x11d)](scripts[_0x173134(0xd7)],_0x3ed84b),logger[_0x173134(0x155)](_0x2a1418[_0x173134(0xe5)]);}}catch(_0x5b4c01){logger[_0x173134(0x117)](_0x173134(0x160)+util[_0x173134(0x10a)]);}if(_0x5d27a3)try{global[_0x173134(0xd6)][0x0]&&_0x2a1418[_0x173134(0xf9)](global[_0x173134(0xd6)][0x0][_0x173134(0xc4)],0x0)&&await global['__drivers'][0x0]['initQuit']();}catch(_0x5733c0){logger[_0x173134(0xfa)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x5733c0);}_0x2a1418[_0x173134(0x15e)](_0x495dbd);})[_0x7addd9(0x14a)](()=>_0x5eeee7());});const a9_0x5cdc26={};a9_0x5cdc26['name']=a9_0x1bbb2b(0x13e),a9_0x5cdc26[a9_0x1bbb2b(0x153)]=0x2710,AfterStep(a9_0x5cdc26,function(_0x3839ed,_0x4a3431){const _0x2b927c=a9_0x1bbb2b,_0x18af42={'iHdZf':function(_0x3cdaff,_0x378b61){return _0x3cdaff===_0x378b61;},'HwvBj':_0x2b927c(0x14f),'VGmBI':function(_0x1a82a1,_0x272fbd){return _0x1a82a1!==_0x272fbd;},'bUnaJ':function(_0x3b8185,_0x33ba3f,_0x5c7a17){return _0x3b8185(_0x33ba3f,_0x5c7a17);},'sHdCD':function(_0x11c050,_0x336c87){return _0x11c050+_0x336c87;},'DVCyW':function(_0x3021ad,_0x56b935){return _0x3021ad+_0x56b935;},'xVTbW':_0x2b927c(0xb9),'tEwhd':_0x2b927c(0xcf),'BEZFX':_0x2b927c(0x117),'zHXoD':function(_0x39483b,_0x215d14){return _0x39483b+_0x215d14;},'UlXZd':function(_0x312320,_0x45fd09,_0x36e34e){return _0x312320(_0x45fd09,_0x36e34e);},'UUEue':function(_0x4ff301,_0x3c1d59){return _0x4ff301+_0x3c1d59;},'rtzye':_0x2b927c(0xbd),'VueDy':'info','buRXW':function(_0x426ef6,_0x57f7db,_0x5022c4){return _0x426ef6(_0x57f7db,_0x5022c4);},'IsmAC':_0x2b927c(0x154),'iXsCB':function(_0x4a0c49){return _0x4a0c49();},'tlCKf':_0x2b927c(0x15d)};logger[_0x2b927c(0xfa)](_0x18af42[_0x2b927c(0x135)]);const _0x55effb=async(_0x903318,_0x502d7a)=>{const _0x1de798=_0x2b927c;await global[_0x1de798(0xd6)][0x0][_0x1de798(0x157)](_0x1de798(0x13c)+_0x903318+_0x1de798(0xda)+_0x502d7a+_0x1de798(0xd8));};new Promise(async _0x420d26=>{const _0x614ec9=_0x2b927c;try{_0x18af42[_0x614ec9(0xc8)](_0x3839ed[_0x614ec9(0x10b)][_0x614ec9(0xdb)][_0x614ec9(0xe0)]()[_0x614ec9(0x11b)](),_0x18af42['HwvBj'])||_0x18af42['iHdZf'](_0x3839ed[_0x614ec9(0x10b)][_0x614ec9(0xdb)][_0x614ec9(0xe0)]()[_0x614ec9(0x11b)](),'6')?(global['__sessionFailed']=!![],global[_0x614ec9(0xc2)]['push'](_0x3839ed['result']['message']),_0x18af42[_0x614ec9(0xc0)](_0x3839ed[_0x614ec9(0xf6)],undefined)?await _0x18af42[_0x614ec9(0x145)](_0x55effb,JSON[_0x614ec9(0x114)](_0x18af42[_0x614ec9(0x113)](_0x18af42[_0x614ec9(0x113)](_0x18af42['DVCyW'](_0x18af42[_0x614ec9(0x12d)],'\x22'+_0x3839ed[_0x614ec9(0xf6)][_0x614ec9(0x161)]+'\x22\x20'),_0x18af42[_0x614ec9(0x127)]),_0x3839ed['result'][_0x614ec9(0xe2)])),_0x18af42[_0x614ec9(0x147)]):await _0x18af42[_0x614ec9(0x145)](_0x55effb,JSON[_0x614ec9(0x114)](_0x18af42[_0x614ec9(0x111)](_0x18af42['xVTbW'],_0x3839ed[_0x614ec9(0x10b)][_0x614ec9(0xe2)])),_0x18af42[_0x614ec9(0x147)])):_0x18af42[_0x614ec9(0xc0)](_0x3839ed[_0x614ec9(0xf6)],undefined)?await _0x18af42[_0x614ec9(0xcc)](_0x55effb,JSON[_0x614ec9(0x114)](_0x18af42[_0x614ec9(0x141)](_0x18af42[_0x614ec9(0x105)],'\x22'+_0x3839ed[_0x614ec9(0xf6)]['text']+'\x22')),_0x18af42[_0x614ec9(0x11e)]):await _0x18af42[_0x614ec9(0xd9)](_0x55effb,JSON[_0x614ec9(0x114)](_0x18af42[_0x614ec9(0x102)]),_0x18af42[_0x614ec9(0x11e)]);}catch(_0x298679){logger['debug'](_0x614ec9(0x129)+_0x298679);}_0x18af42[_0x614ec9(0xc7)](_0x420d26);})[_0x2b927c(0x14a)](()=>_0x4a3431());});const a9_0x4cafc0={};function a9_0x349d(_0x69cca7,_0x3b7be2){const _0x5052be=a9_0x5052();return a9_0x349d=function(_0x349db2,_0x31d6dd){_0x349db2=_0x349db2-0xb8;let _0x45f0ce=_0x5052be[_0x349db2];return _0x45f0ce;},a9_0x349d(_0x69cca7,_0x3b7be2);}a9_0x4cafc0['name']=a9_0x1bbb2b(0x13e),a9_0x4cafc0[a9_0x1bbb2b(0x153)]=0x7530,AfterAll(a9_0x4cafc0,async function(_0x5f5380,_0x36ab9c){const _0x12dcc3=a9_0x1bbb2b,_0x28eb68={'yqfKe':function(_0x21c55e){return _0x21c55e();},'rnZTL':'Inside\x20browserstack\x20AfterAll'};logger[_0x12dcc3(0xfa)](_0x28eb68[_0x12dcc3(0x158)]),await new Promise(async _0x3ef1a8=>{const _0x4b8324=_0x12dcc3;await RequestQueueHandler[_0x4b8324(0x128)]()[_0x4b8324(0x11c)](),PerformanceTester[_0x4b8324(0x11f)](),await global[_0x4b8324(0xf0)](),_0x28eb68[_0x4b8324(0x103)](_0x3ef1a8);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x240f17=a10_0x41a2;(function(_0x333f7e,_0xff7430){const _0x2679a0=a10_0x41a2,_0x2471cd=_0x333f7e();while(!![]){try{const _0x370d16=-parseInt(_0x2679a0(0x10a))/0x1*(parseInt(_0x2679a0(0xfe))/0x2)+-parseInt(_0x2679a0(0x104))/0x3*(-parseInt(_0x2679a0(0x11a))/0x4)+parseInt(_0x2679a0(0x101))/0x5*(parseInt(_0x2679a0(0x108))/0x6)+-parseInt(_0x2679a0(0xeb))/0x7+parseInt(_0x2679a0(0x106))/0x8*(-parseInt(_0x2679a0(0x119))/0x9)+parseInt(_0x2679a0(0xe8))/0xa*(-parseInt(_0x2679a0(0x10c))/0xb)+-parseInt(_0x2679a0(0x11c))/0xc*(-parseInt(_0x2679a0(0x103))/0xd);if(_0x370d16===_0xff7430)break;else _0x2471cd['push'](_0x2471cd['shift']());}catch(_0x578f73){_0x2471cd['push'](_0x2471cd['shift']());}}}(a10_0x2d9e,0xc93f8));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a10_0x240f17(0xf0)),cucumberModule=requireModule(a10_0x240f17(0xec),a10_0x240f17(0x109)),logger=require(a10_0x240f17(0x107))[a10_0x240f17(0xfc)];modifyCommand(),setKeepAlive();function a10_0x2d9e(){const _0x5c0e3d=['20zbLCWE','__skipSessionName','CONFIG','2596104mEUnBK','cucumber/lib/index.js','initQuit','UYaDl','skipSessionName','../../helpers/setKeepAlive','Before','setDefaultTimeout','../../index','\x22}}','bstack','toLowerCase','eDFwB','debug','OOWDa','executeScript','SfqTn','winstonLogger','browserstackAgentV2','394rKxzYd','__timeout','timeout','813935ltFNut','session_','1131eElKTW','12ANdUec','__driver','16xpKDai','../../helpers/logger','6KLdYmZ','cucumber','314MBIimZ','rSRQS','3745709ZDooXj','alimh','eEtwz','then','skipSessionStatus','parse','passed','result','join','Rwjdp','Inside\x20browserstack\x20Before','name','failed','7144056gAUkIb','296372eBtYfc','Error:\x20setting\x20status\x20at\x20After:\x20','422964bAdOpP'];a10_0x2d9e=function(){return _0x5c0e3d;};return a10_0x2d9e();}const Before=cucumberModule[a10_0x240f17(0xf1)],After=cucumberModule['After'],configuration=process['env'][a10_0x240f17(0xea)];if(configuration!==undefined){const config=JSON[a10_0x240f17(0x111)](configuration);isTrue(config[a10_0x240f17(0xef)])&&(global[a10_0x240f17(0xe9)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x240f17(0x110)]),require(a10_0x240f17(0xf3))[a10_0x240f17(0xfd)](config),global['__platformCaps']=config['platformCaps']||{};}function a10_0x41a2(_0x429e97,_0x37288b){const _0x2d9e39=a10_0x2d9e();return a10_0x41a2=function(_0x41a28d,_0x3ab9cd){_0x41a28d=_0x41a28d-0xe8;let _0x21591b=_0x2d9e39[_0x41a28d];return _0x21591b;},a10_0x41a2(_0x429e97,_0x37288b);}global[a10_0x240f17(0xff)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a10_0x240f17(0xf2)]=_0x56fcf1=>{const _0x5cfb77=a10_0x240f17,_0x30b4c0={'UYaDl':function(_0x13e194,_0x430234){return _0x13e194(_0x430234);}};global[_0x5cfb77(0xff)]=_0x56fcf1,_0x30b4c0[_0x5cfb77(0xee)](__setDefaultTimeout,_0x56fcf1);};const a10_0x52ce39={};a10_0x52ce39['name']=a10_0x240f17(0xf5),Before(a10_0x52ce39,function(){const _0x54a543=a10_0x240f17,_0x3c0f9c={};_0x3c0f9c['olBHD']=_0x54a543(0x116);const _0x2e9e07=_0x3c0f9c;logger[_0x54a543(0xf8)](_0x2e9e07['olBHD']),global['__error_messages__']=[];});const a10_0x421be9={};a10_0x421be9['name']=a10_0x240f17(0xf5),a10_0x421be9[a10_0x240f17(0x100)]=0x2710,After(a10_0x421be9,function(_0x105134,_0x5938e7){const _0x1e681a=a10_0x240f17,_0x4f4ee6={'qwhiX':function(_0x1b4be5,_0x5cc7c2){return _0x1b4be5===_0x5cc7c2;},'alimh':_0x1e681a(0x118),'GwMtn':function(_0x4c1d26,_0x42a782,_0x437509,_0x1e8f0e){return _0x4c1d26(_0x42a782,_0x437509,_0x1e8f0e);},'OOWDa':'\x20|\x20','rSRQS':function(_0x1f89da,_0x3cb673,_0x16432f){return _0x1f89da(_0x3cb673,_0x16432f);},'eDFwB':_0x1e681a(0x112),'Rwjdp':function(_0x6b3460){return _0x6b3460();},'SfqTn':function(_0x4b087e,_0x4be19f){return _0x4b087e(_0x4be19f);},'eEtwz':'Inside\x20browserstack\x20After'};logger['debug'](_0x4f4ee6[_0x1e681a(0x10e)]),new Promise(async(_0x34156b,_0x42dc1e)=>{const _0x465781=_0x1e681a;let _0x588340=![];try{await global[_0x465781(0x105)][_0x465781(0x102)],_0x588340=!![],!global['__skipSessionName']&&await global[_0x465781(0x105)][_0x465781(0xfa)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x105134['pickle'][_0x465781(0x117)]+_0x465781(0xf4)),_0x4f4ee6['qwhiX'](_0x105134[_0x465781(0x113)]['status'][_0x465781(0xf6)](),_0x4f4ee6[_0x465781(0x10d)])?await _0x4f4ee6['GwMtn'](markSessionStatus,global[_0x465781(0x105)],_0x4f4ee6['alimh'],global['__error_messages__'][_0x465781(0x114)](_0x4f4ee6[_0x465781(0xf9)])):await _0x4f4ee6[_0x465781(0x10b)](markSessionStatus,global[_0x465781(0x105)],_0x4f4ee6[_0x465781(0xf7)]);}catch(_0x398d6d){logger[_0x465781(0xf8)](_0x465781(0x11b)+_0x398d6d);}if(_0x588340)try{await global[_0x465781(0x105)][_0x465781(0xed)](),_0x4f4ee6[_0x465781(0x115)](_0x34156b);}catch(_0x58e986){logger['debug']('Error:\x20quiting\x20at\x20After:\x20'+_0x58e986),_0x4f4ee6[_0x465781(0xfb)](_0x42dc1e,_0x58e986);}else _0x4f4ee6['Rwjdp'](_0x42dc1e);})[_0x1e681a(0x10f)](()=>_0x5938e7());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a11_0x1e9e2e=a11_0x2d79;(function(_0x455108,_0x5df30f){const _0x44ef88=a11_0x2d79,_0x8abcd5=_0x455108();while(!![]){try{const _0x33766e=parseInt(_0x44ef88(0x134))/0x1+-parseInt(_0x44ef88(0x13a))/0x2+parseInt(_0x44ef88(0x137))/0x3*(parseInt(_0x44ef88(0x139))/0x4)+parseInt(_0x44ef88(0x12e))/0x5*(parseInt(_0x44ef88(0x138))/0x6)+-parseInt(_0x44ef88(0x13e))/0x7+-parseInt(_0x44ef88(0x130))/0x8+-parseInt(_0x44ef88(0x132))/0x9*(-parseInt(_0x44ef88(0x13d))/0xa);if(_0x33766e===_0x5df30f)break;else _0x8abcd5['push'](_0x8abcd5['shift']());}catch(_0x218744){_0x8abcd5['push'](_0x8abcd5['shift']());}}}(a11_0x3fa7,0x9d851));const {requireModule}=require(a11_0x1e9e2e(0x131)),constants=require(a11_0x1e9e2e(0x12f));;let cucumberModule=null;function a11_0x2d79(_0x562fbb,_0x51a3e2){const _0x3fa7fa=a11_0x3fa7();return a11_0x2d79=function(_0x2d795f,_0x37a7e6){_0x2d795f=_0x2d795f-0x12e;let _0x3b2679=_0x3fa7fa[_0x2d795f];return _0x3b2679;},a11_0x2d79(_0x562fbb,_0x51a3e2);}try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0x1e9e2e(0x136));}catch(a11_0x499ccb){cucumberModule=requireModule(a11_0x1e9e2e(0x133),a11_0x1e9e2e(0x135));}function a11_0x3fa7(){const _0x495636=['462801IQkoKG','cucumber','@cucumber/cucumber','21eLcwdP','114nyurXa','556732JftJGC','652048LctIiI','setDefaultTimeout','BSTACK_DELTA','331030AdYpaY','8477399ykeGiD','95545BfqEqp','../utils/constants','1444976xQcUjy','../../helpers/helper','153WEEwUR','cucumber/lib/index.js'];a11_0x3fa7=function(){return _0x495636;};return a11_0x3fa7();}cucumberModule[a11_0x1e9e2e(0x13b)](constants[a11_0x1e9e2e(0x13c)]+global['__timeout']*0x1);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a12_0x14ccc6=a12_0x1557;(function(_0x2fa189,_0x24255a){const _0x4484b2=a12_0x1557,_0x1fa0c0=_0x2fa189();while(!![]){try{const _0x347364=-parseInt(_0x4484b2(0x16c))/0x1*(parseInt(_0x4484b2(0x13c))/0x2)+-parseInt(_0x4484b2(0x161))/0x3*(-parseInt(_0x4484b2(0x167))/0x4)+parseInt(_0x4484b2(0x14b))/0x5*(parseInt(_0x4484b2(0x141))/0x6)+parseInt(_0x4484b2(0x140))/0x7*(-parseInt(_0x4484b2(0x137))/0x8)+parseInt(_0x4484b2(0x16e))/0x9+parseInt(_0x4484b2(0x149))/0xa*(parseInt(_0x4484b2(0x173))/0xb)+parseInt(_0x4484b2(0x13b))/0xc*(parseInt(_0x4484b2(0x15e))/0xd);if(_0x347364===_0x24255a)break;else _0x1fa0c0['push'](_0x1fa0c0['shift']());}catch(_0x26ce3c){_0x1fa0c0['push'](_0x1fa0c0['shift']());}}}(a12_0x36a7,0x88fdb));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x14ccc6(0x159))[a12_0x14ccc6(0x157)],{URL}=require('url'),helper=require(a12_0x14ccc6(0x158)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x14ccc6(0x153)),validHosts=function(_0x1d0904){const _0x1cf4a6=a12_0x14ccc6;return _0x1d0904[_0x1cf4a6(0x15c)](',')[_0x1cf4a6(0x16d)](_0x37b7cb=>{const _0x46df27=_0x1cf4a6;try{new URL(_0x37b7cb[_0x46df27(0x17b)]());}catch(_0x8e18d6){return![];}return!![];});},parseOnPremHosts=function(_0x1149e5){const _0x30cdcc=a12_0x14ccc6,_0x3d2ea5={};_0x3d2ea5[_0x30cdcc(0x160)]=function(_0x174eb5,_0xdfec61){return _0x174eb5===_0xdfec61;},_0x3d2ea5[_0x30cdcc(0x16f)]=_0x30cdcc(0x14a),_0x3d2ea5[_0x30cdcc(0x13a)]=_0x30cdcc(0x172),_0x3d2ea5[_0x30cdcc(0x15d)]=function(_0x1845f7,_0x9eabeb){return _0x1845f7===_0x9eabeb;},_0x3d2ea5[_0x30cdcc(0x154)]='https';const _0x2894da=_0x3d2ea5;return _0x1149e5['split'](',')[_0x30cdcc(0x144)](_0x1462ac=>{const _0x2e5b21=_0x30cdcc,_0x123da1=new URL(_0x1462ac[_0x2e5b21(0x17b)]()),_0x2812e4=_0x123da1[_0x2e5b21(0x150)],_0x159b8b=_0x123da1[_0x2e5b21(0x15b)]||(_0x2894da[_0x2e5b21(0x160)](_0x123da1[_0x2e5b21(0x147)],_0x2894da['SlhCe'])?_0x2894da['oRndD']:'80'),_0x1f64e8=_0x123da1[_0x2e5b21(0x147)][_0x2e5b21(0x179)](':',''),_0x4fa829=_0x2894da[_0x2e5b21(0x15d)](_0x1f64e8,_0x2894da[_0x2e5b21(0x154)])?0x1:0x0;return _0x2812e4+','+_0x159b8b+','+_0x4fa829;});},connectCommandBuilder=function(_0x31f747){const _0x2adcd2=a12_0x14ccc6,_0x3397c8={};_0x3397c8[_0x2adcd2(0x13f)]='string';const _0x8050bb=_0x3397c8,_0x584e5d={};_0x584e5d['describe']=HELP_MESSAGES['options']['bstackAccessKey'],_0x584e5d[_0x2adcd2(0x14c)]=_0x8050bb['CKAkJ'];const _0x5523ca={};_0x5523ca[_0x2adcd2(0x13d)]=HELP_MESSAGES[_0x2adcd2(0x145)]['hosts'],_0x5523ca['type']=_0x8050bb['CKAkJ'],_0x5523ca[_0x2adcd2(0x170)]=!![];const _0x42bbe0={};return _0x42bbe0[_0x2adcd2(0x175)]=_0x584e5d,_0x42bbe0['hosts']=_0x5523ca,_0x31f747['options'](_0x42bbe0);},connectCommandHandler=async function(_0x5f4af0){const _0x5aba0e=a12_0x14ccc6,_0x20c3e2={'vVPll':_0x5aba0e(0x168),'Pqvuv':function(_0xbb36da,_0xbc603f){return _0xbb36da===_0xbc603f;},'pLnQH':'undefined','dxOAc':'BrowserStack\x20access\x20key\x20missing.','eXJRo':'Integration\x20hosts\x20missing.','zQxcw':function(_0x4a78dd,_0x53a9f6){return _0x4a78dd(_0x53a9f6);},'lgjWw':_0x5aba0e(0x16b),'hmNFg':_0x5aba0e(0x177),'ojXpr':'Connection\x20established\x20successfully.','TfeWc':_0x5aba0e(0x17a)};try{const _0x1888a3=new BrowserStackSetup(_0x5f4af0,_0x20c3e2['vVPll']);_0x5f4af0[_0x5aba0e(0x166)]&&(_0x1888a3['config']['accessKey']=_0x5f4af0[_0x5aba0e(0x166)]);if(_0x20c3e2[_0x5aba0e(0x17c)](typeof _0x1888a3[_0x5aba0e(0x162)][_0x5aba0e(0x14d)],_0x20c3e2[_0x5aba0e(0x17d)])){logger[_0x5aba0e(0x155)](_0x20c3e2['dxOAc']);throw new Error(ERROR_MESSAGES[_0x5aba0e(0x14e)][_0x5aba0e(0x136)]);}const _0x38bce1=_0x5f4af0[_0x5aba0e(0x13e)];if(_0x20c3e2[_0x5aba0e(0x17c)](typeof _0x38bce1,_0x20c3e2['pLnQH'])){logger[_0x5aba0e(0x155)](_0x20c3e2[_0x5aba0e(0x16a)]);throw new Error(ERROR_MESSAGES[_0x5aba0e(0x13e)][_0x5aba0e(0x136)]);}if(!_0x20c3e2[_0x5aba0e(0x152)](validHosts,_0x38bce1)){logger[_0x5aba0e(0x155)](_0x20c3e2['lgjWw']);throw new Error(ERROR_MESSAGES['hosts'][_0x5aba0e(0x171)]);}const _0x7db42d=_0x20c3e2[_0x5aba0e(0x152)](parseOnPremHosts,_0x38bce1);_0x1888a3[_0x5aba0e(0x162)][_0x5aba0e(0x176)]=!![],_0x1888a3[_0x5aba0e(0x162)]['browserStackLocalOptions'][_0x5aba0e(0x142)]=_0x20c3e2[_0x5aba0e(0x165)],_0x1888a3[_0x5aba0e(0x162)]['browserStackLocalOptions'][_0x5aba0e(0x148)]=_0x7db42d['join'](','),helper[_0x5aba0e(0x178)](_0x1888a3[_0x5aba0e(0x162)]),await _0x1888a3[_0x5aba0e(0x174)](),logger[_0x5aba0e(0x15f)](_0x20c3e2[_0x5aba0e(0x163)]);}catch(_0x32b260){logger[_0x5aba0e(0x155)](_0x20c3e2[_0x5aba0e(0x138)]);throw new Error(_0x32b260[_0x5aba0e(0x139)]());}};function run(_0x18f7a0){const _0x3b0891=a12_0x14ccc6,_0x5abe02={};_0x5abe02[_0x3b0891(0x169)]=_0x3b0891(0x14f),_0x5abe02[_0x3b0891(0x164)]=_0x3b0891(0x143);const _0xba2280=_0x5abe02;_0x18f7a0[_0x3b0891(0x146)](HELP_MESSAGES[_0x3b0891(0x156)][_0x3b0891(0x151)])[_0x3b0891(0x156)](_0xba2280[_0x3b0891(0x169)],HELP_MESSAGES[_0x3b0891(0x156)][_0x3b0891(0x14f)],connectCommandBuilder,connectCommandHandler)['demandCommand']()['help'](_0xba2280[_0x3b0891(0x164)])['epilogue'](HELP_MESSAGES['command'][_0x3b0891(0x15a)]);}function a12_0x36a7(){const _0x7334d0=['bstack-accesskey','browserstackLocal','integrations-repeater','setProxySettings','replace','Failed\x20to\x20establish\x20connection.','trim','Pqvuv','pLnQH','missing','3448072ssfoMJ','TfeWc','toString','oRndD','4442484RcqRiy','214sqallZ','describe','hosts','CKAkJ','7SYtHvx','110982uvXJPU','localIdentifier','help','map','options','usage','protocol','only','5630OtaSQc','https:','5dUshDM','type','accessKey','bstackAccessKey','connect','hostname','root','zQxcw','./constants','qvccZ','error','command','winstonLogger','../../helpers/helper','../../helpers/logger','footer','port','split','IUtxv','13gPDAJa','info','CYvJP','3ieSRrq','config','ojXpr','FOSDV','hmNFg','bstackAccesskey','1003144TlQkRQ','integrations','CSyzL','eXJRo','Hosts\x20not\x20valid','9360qBBTIO','every','7616952JjEoua','SlhCe','demandOption','invalid','443','9922wvvCiw','setupBrowserstackLocal'];a12_0x36a7=function(){return _0x7334d0;};return a12_0x36a7();}function a12_0x1557(_0x143beb,_0x34b4f1){const _0x36a746=a12_0x36a7();return a12_0x1557=function(_0x15578e,_0x520613){_0x15578e=_0x15578e-0x136;let _0x1025b2=_0x36a746[_0x15578e];return _0x1025b2;},a12_0x1557(_0x143beb,_0x34b4f1);}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a13_0x5cd8bf=a13_0x4ac9;(function(_0x360855,_0x3dc0f4){var _0x9d202c=a13_0x4ac9,_0x580e86=_0x360855();while(!![]){try{var _0x2ef8c0=-parseInt(_0x9d202c(0x1e8))/0x1+parseInt(_0x9d202c(0x1e4))/0x2*(-parseInt(_0x9d202c(0x1f2))/0x3)+-parseInt(_0x9d202c(0x1e1))/0x4+parseInt(_0x9d202c(0x1df))/0x5+parseInt(_0x9d202c(0x1ed))/0x6+-parseInt(_0x9d202c(0x1e9))/0x7*(parseInt(_0x9d202c(0x1f3))/0x8)+parseInt(_0x9d202c(0x1ee))/0x9*(parseInt(_0x9d202c(0x1e2))/0xa);if(_0x2ef8c0===_0x3dc0f4)break;else _0x580e86['push'](_0x580e86['shift']());}catch(_0x4c61f0){_0x580e86['push'](_0x580e86['shift']());}}}(a13_0x57ef,0x8a744));function a13_0x4ac9(_0x1a68c6,_0x13b970){var _0x57eff4=a13_0x57ef();return a13_0x4ac9=function(_0x4ac98f,_0x37e87a){_0x4ac98f=_0x4ac98f-0x1de;var _0x2622f7=_0x57eff4[_0x4ac98f];return _0x2622f7;},a13_0x4ac9(_0x1a68c6,_0x13b970);}var a13_0x8e5e7b={};a13_0x8e5e7b[a13_0x5cd8bf(0x1ec)]=a13_0x5cd8bf(0x1e3),a13_0x8e5e7b[a13_0x5cd8bf(0x1f0)]=a13_0x5cd8bf(0x1de);var a13_0x58f7a3={};a13_0x58f7a3[a13_0x5cd8bf(0x1ef)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x58f7a3[a13_0x5cd8bf(0x1e6)]=a13_0x5cd8bf(0x1f1),a13_0x58f7a3[a13_0x5cd8bf(0x1ea)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0xd3c3af={};a13_0xd3c3af[a13_0x5cd8bf(0x1f5)]=a13_0x8e5e7b,a13_0xd3c3af['command']=a13_0x58f7a3,exports[a13_0x5cd8bf(0x1e7)]=a13_0xd3c3af;var a13_0x17f59f={};a13_0x17f59f['missing']=a13_0x5cd8bf(0x1eb);var a13_0x1c7aea={};a13_0x1c7aea[a13_0x5cd8bf(0x1e5)]=a13_0x5cd8bf(0x1f4),a13_0x1c7aea[a13_0x5cd8bf(0x1e0)]='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.';var a13_0x421004={};a13_0x421004[a13_0x5cd8bf(0x1ec)]=a13_0x17f59f,a13_0x421004[a13_0x5cd8bf(0x1f0)]=a13_0x1c7aea,exports['ERROR_MESSAGES']=a13_0x421004;function a13_0x57ef(){var _0x419aaa=['1712Nyrfql','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','options','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.','4613655FlQbRA','invalid','3797644eAtaYc','27242080nqfjsv','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','398798HXQBrx','missing','connect','HELP_MESSAGES','943583NAJrDW','32914qHgleu','footer','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','bstackAccessKey','112740KjNMsa','9OonfeB','root','hosts','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','3cibbIk'];a13_0x57ef=function(){return _0x419aaa;};return a13_0x57ef();}
|