browserstack-node-sdk 1.35.5 → 1.35.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -60
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a6_0x10a1fe=a6_0x412f;function a6_0x51d4(){const _0x45b80b=['pickleMap','AWqez','1506StKcLW','testCaseStartedId','McmEZ','winstonLogger','debug','background','name','FAILED','pickleId','onHook','result','pickle','AYRqR','IgCvv','source','PzNyV','OpOOA','97Mwkaex','push','exception','SBQtM','onTestCaseFinished','text','onTestCaseStarted','toLowerCase','toString','getGherkinDocument','onPickle','testStepResult','Exception\x20in\x20onTestStepStarted\x20event:\x20','env','yrVQZ','envelope','report','assign','../../playwright/reporter/test-details.js','supportCodeLibrary','TestRunStarted','feature','logTestRunFinished','gZtng','wrrIX','\x20\x20\x20\x20','failed','sendHook','CcrnE','PENDING','82705asYAjG','VBgsr','../test-observability.js','eventDataCollector','isBstackHook','25210LfMjWD','CdqfZ','sourceLocation','seconds','onStepDefinition','cwd','\x20-\x20','flat','exports','bgVcL','children','actionLocation','getTestCaseAttempt','FBxPG','jOOlu','CkjzY','rmZqW','hook','logTestCaseFinished','onTestRunFinished','../../../helpers/helper','message','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','__platform','stepDefinition','forEach','nkuhT','hooks','finishedAt','util','sendTestRunEventForCucumber','HdMhZ','extractStepContainers','gherkinDocumentMap','status','1615632hKWwkx','onSource','testCaseId','testStepStarted','testRunStarted','map','eventBroadcaster','AMBIGUOUS','2739unHuFA','onTestRunStarted','description','sipvB','pickleStepId','kXptl','incrementCounter','622734RMyGQK','6903sxprxI','finished_at','cucumber-js/test.setup.js','CONFIG','testCaseMap','244948DcLRJR','includes','rule','ufJyK','path','onTestStepFinished','steps','testStepId','testSteps','TrcYE','testCaseAttemptDataMap','snippetBuilder','testRunFinished','rLFhw','WIMAR','split','onTestStepStarted','testCase','YIGBq','onTestCase','GFLYO','UNDEFINED','failureType','format','RgjKz','parse','../../../helpers/logger','Executing\x20tests\x20for\x20','onGherkinDocument','7vVbfUG','gherkinDocument','getTestUUID','testCaseFinished','find','testCaseStarted','uri','log','testCases','Rckiv','getGherkinStepMap','testStepFinished','setup','ShTdV','keyword','CjiSb','TestRunFinished','ADBnq','wsUFW','toISOString','PASSED','2536XUiwfm','hpBxM','duration'];a6_0x51d4=function(){return _0x45b80b;};return a6_0x51d4();}(function(_0x40e1bf,_0x2dac61){const _0x376c0d=a6_0x412f,_0x3cfd4d=_0x40e1bf();while(!![]){try{const _0x1b3e05=parseInt(_0x376c0d(0x245))/0x1*(parseInt(_0x376c0d(0x234))/0x2)+parseInt(_0x376c0d(0x1f7))/0x3+parseInt(_0x376c0d(0x1fd))/0x4+parseInt(_0x376c0d(0x263))/0x5+parseInt(_0x376c0d(0x1e8))/0x6*(parseInt(_0x376c0d(0x21a))/0x7)+parseInt(_0x376c0d(0x22f))/0x8*(parseInt(_0x376c0d(0x1f8))/0x9)+parseInt(_0x376c0d(0x268))/0xa*(-parseInt(_0x376c0d(0x1f0))/0xb);if(_0x1b3e05===_0x2dac61)break;else _0x3cfd4d['push'](_0x3cfd4d['shift']());}catch(_0x5db7c7){_0x3cfd4d['push'](_0x3cfd4d['shift']());}}}(a6_0x51d4,0x3b587));function a6_0x412f(_0x3674d3,_0x55faf2){const _0x51d4dd=a6_0x51d4();return a6_0x412f=function(_0x412f7a,_0x40c1e2){_0x412f7a=_0x412f7a-0x1d9;let _0xcd14fd=_0x51d4dd[_0x412f7a];return _0xcd14fd;},a6_0x412f(_0x3674d3,_0x55faf2);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x10a1fe(0x1d9)),util=require(a6_0x10a1fe(0x1e2)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber'),TestDetails=require(a6_0x10a1fe(0x257)),TestObservabilityReporter=require(a6_0x10a1fe(0x265)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x10a1fe(0x217))[a6_0x10a1fe(0x237)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x2be8cf){const _0x50c7c2=a6_0x10a1fe,_0x453ba8={};_0x453ba8['Rckiv']=_0x50c7c2(0x254);const _0x5383ec=_0x453ba8;super(_0x2be8cf),this['report']={},_0x2be8cf[_0x50c7c2(0x1ee)]['on'](_0x5383ec[_0x50c7c2(0x223)],async _0x4fa17f=>{const _0x28db92=_0x50c7c2;switch(!![]){case!!_0x4fa17f[_0x28db92(0x1ec)]:this['onTestRunStarted'](_0x4fa17f[_0x28db92(0x1ec)]);break;case!!_0x4fa17f['testRunFinished']:this[_0x28db92(0x27b)](_0x4fa17f[_0x28db92(0x209)]);break;case!!_0x4fa17f[_0x28db92(0x21f)]:this[_0x28db92(0x24b)](_0x4fa17f[_0x28db92(0x21f)],_0x2be8cf,_0x4fa17f);break;case!!_0x4fa17f[_0x28db92(0x21d)]:this[_0x28db92(0x249)](_0x4fa17f[_0x28db92(0x21d)],_0x2be8cf,_0x4fa17f);break;case!!_0x4fa17f[_0x28db92(0x1eb)]:this[_0x28db92(0x20d)](_0x4fa17f[_0x28db92(0x1eb)],_0x2be8cf);break;case!!_0x4fa17f['testStepFinished']:this[_0x28db92(0x202)](_0x4fa17f[_0x28db92(0x225)],_0x2be8cf);break;case!!_0x4fa17f[_0x28db92(0x279)]:this[_0x28db92(0x23d)](_0x4fa17f[_0x28db92(0x279)]);break;case!!_0x4fa17f[_0x28db92(0x20e)]:this[_0x28db92(0x210)](_0x4fa17f[_0x28db92(0x20e)]);break;case!!_0x4fa17f['pickle']:this[_0x28db92(0x24f)](_0x4fa17f[_0x28db92(0x23f)]);break;case!!_0x4fa17f['gherkinDocument']:this[_0x28db92(0x219)](_0x4fa17f[_0x28db92(0x21b)]);break;}});}[a6_0x10a1fe(0x23d)](_0x2ace98){const _0xaccabf=a6_0x10a1fe;this[_0xaccabf(0x255)]['hooks']=Object['assign']([],this['report']['hooks']||[]),this[_0xaccabf(0x255)][_0xaccabf(0x1e0)][_0xaccabf(0x246)](_0x2ace98);}[a6_0x10a1fe(0x24f)](_0x5e9263){const _0x4206b1=a6_0x10a1fe;this[_0x4206b1(0x255)][_0x4206b1(0x23f)]=Object[_0x4206b1(0x256)]([],this['report'][_0x4206b1(0x23f)]||[],[_0x5e9263]),this['report'][_0x4206b1(0x23f)][_0x4206b1(0x246)](_0x5e9263);}[a6_0x10a1fe(0x219)](_0x17885f){const _0x5e044c=a6_0x10a1fe;this[_0x5e044c(0x255)][_0x5e044c(0x21b)]=Object[_0x5e044c(0x256)]([],this[_0x5e044c(0x255)]['gherkinDocument']||[],[_0x17885f]),this[_0x5e044c(0x255)][_0x5e044c(0x21b)][_0x5e044c(0x246)](_0x17885f);}[a6_0x10a1fe(0x1e9)](_0x175478){const _0x4bbc4d=a6_0x10a1fe;this['report'][_0x4bbc4d(0x242)]=_0x175478;}[a6_0x10a1fe(0x26c)](_0x3e3052){const _0xc4d4ed=a6_0x10a1fe;this['report'][_0xc4d4ed(0x1dd)]=Object[_0xc4d4ed(0x256)]([],this[_0xc4d4ed(0x255)][_0xc4d4ed(0x1dd)]||[],[_0x3e3052]),this[_0xc4d4ed(0x255)][_0xc4d4ed(0x1dd)][_0xc4d4ed(0x246)](_0x3e3052);}['onTestCase'](_0x837491){const _0x3692b7=a6_0x10a1fe;this['report'][_0x3692b7(0x222)]=Object[_0x3692b7(0x256)]([],this[_0x3692b7(0x255)][_0x3692b7(0x222)]||[],[_0x837491]),this[_0x3692b7(0x255)]['testCases'][_0x3692b7(0x246)](_0x837491);}['logTestCaseFinished'](_0x56cc83){const _0x179e05=a6_0x10a1fe,_0x24d275={'CcrnE':function(_0x3b45bc,_0x3b19b2){return _0x3b45bc!==_0x3b19b2;},'dGGOF':'bstack','AWqez':function(_0x331ebe,_0x4943e3){return _0x331ebe+_0x4943e3;},'FBxPG':function(_0x4cd0bd,_0x584bdc){return _0x4cd0bd+_0x584bdc;},'RgjKz':function(_0x3f650d,_0x176cdd){return _0x3f650d+_0x176cdd;},'YIGBq':function(_0x4890cc,_0x4864ee){return _0x4890cc+_0x4864ee;},'CdqfZ':function(_0x324ffd,_0x109e68){return _0x324ffd+_0x109e68;},'HmATy':_0x179e05(0x25e),'ufJyK':_0x179e05(0x26e),'EbTfO':function(_0x1f3719,_0x5da5df){return _0x1f3719===_0x5da5df;},'hpBxM':_0x179e05(0x23b),'CkjzY':function(_0x529fa7,_0x489a9e,_0x29e062){return _0x529fa7(_0x489a9e,_0x29e062);},'ShTdV':'result','FjbQO':_0x179e05(0x1da),'ADBnq':function(_0x4630d6,_0x18fe31){return _0x4630d6+_0x18fe31;},'JfGEp':function(_0x350f92,_0x8a671a){return _0x350f92+_0x8a671a;},'gZtng':function(_0x379fc3,_0xa80047){return _0x379fc3+_0xa80047;},'kXptl':function(_0x1a8695,_0x15671c){return _0x1a8695+_0x15671c;},'rbvBc':function(_0x51f20a,_0x1d59a8){return _0x51f20a+_0x1d59a8;}};_0x24d275['CcrnE'](global['__platform'],undefined)&&this[_0x179e05(0x221)](_0x24d275[_0x179e05(0x22b)](_0x24d275[_0x179e05(0x25c)]('\x0a',global['__platform']),'\x0a'));const _0x4e51f2=this[_0x179e05(0x266)]['getTestCaseAttempt'](_0x56cc83['testCaseStartedId']);this[_0x179e05(0x221)](_0x24d275['YIGBq'](_0x24d275[_0x179e05(0x1f5)](_0x24d275['rbvBc'](_0x24d275['kXptl']('\x20\x20',_0x4e51f2[_0x179e05(0x21b)][_0x179e05(0x25a)][_0x179e05(0x23a)]),_0x24d275[_0x179e05(0x200)]),_0x4e51f2[_0x179e05(0x23f)][_0x179e05(0x23a)]),'\x0a'));const _0x7b0a78={};_0x7b0a78[_0x179e05(0x26d)]=this[_0x179e05(0x26d)],_0x7b0a78[_0x179e05(0x208)]=this[_0x179e05(0x208)],_0x7b0a78[_0x179e05(0x258)]=this[_0x179e05(0x258)],_0x7b0a78['testCaseAttempt']=_0x4e51f2;const _0x40fe3f=formatterHelpers['parseTestCaseAttempt'](_0x7b0a78);let _0x1bd1d3=![];_0x40fe3f['testSteps'][_0x179e05(0x1de)](_0x27ff8e=>{const _0xebe33c=_0x179e05;if(_0x24d275[_0xebe33c(0x261)](_0x27ff8e[_0xebe33c(0x23a)],_0x24d275['dGGOF'])&&!this[_0xebe33c(0x267)](_0x27ff8e)){totalTests+=0x1,this[_0xebe33c(0x221)](_0x24d275[_0xebe33c(0x233)](_0x24d275[_0xebe33c(0x275)](_0x24d275[_0xebe33c(0x215)](_0x24d275[_0xebe33c(0x20f)](_0x24d275[_0xebe33c(0x269)](_0x24d275['HmATy'],_0x27ff8e[_0xebe33c(0x228)]),_0x27ff8e[_0xebe33c(0x24a)]||''),_0x24d275[_0xebe33c(0x200)]),Status[_0x27ff8e[_0xebe33c(0x23e)]['status']]),'\x0a')),this['incrementCounter'](Status[_0x27ff8e[_0xebe33c(0x23e)][_0xebe33c(0x1e7)]]);if(_0x24d275['EbTfO'](Status[_0x27ff8e[_0xebe33c(0x23e)][_0xebe33c(0x1e7)]],_0x24d275[_0xebe33c(0x230)])){_0x1bd1d3=!![];const _0x2acdc8=_0x24d275[_0xebe33c(0x277)](nestedKeyValue,_0x27ff8e,[_0x24d275[_0xebe33c(0x227)],_0x24d275['FjbQO']]);_0x2acdc8&&(testsErrorMessage[_0x24d275[_0xebe33c(0x22b)](_0x24d275[_0xebe33c(0x269)](_0x4e51f2['gherkinDocument']['feature'][_0xebe33c(0x23a)],_0x24d275[_0xebe33c(0x200)]),_0x4e51f2[_0xebe33c(0x23f)][_0xebe33c(0x23a)])]=_0x2acdc8,this[_0xebe33c(0x221)](_0x24d275['JfGEp'](_0x2acdc8,'\x0a')));}}}),_0x1bd1d3&&(testSuitesFailed+=0x1),this[_0x179e05(0x221)]('\x0a');}[a6_0x10a1fe(0x25b)](_0x2ae64d){}[a6_0x10a1fe(0x267)](_0x4db663){const _0x41f193=a6_0x10a1fe,_0x392aa6={};_0x392aa6[_0x41f193(0x1f3)]=function(_0x22e331,_0x1bedd5){return _0x22e331!==_0x1bedd5;},_0x392aa6[_0x41f193(0x240)]=_0x41f193(0x1fa);const _0x4c6be1=_0x392aa6;if(_0x4c6be1[_0x41f193(0x1f3)](_0x4db663[_0x41f193(0x26a)],undefined))return![];if(_0x4db663[_0x41f193(0x273)]&&_0x4db663[_0x41f193(0x273)][_0x41f193(0x220)][_0x41f193(0x1fe)](_0x4c6be1[_0x41f193(0x240)]))return!![];return![];}[a6_0x10a1fe(0x1f6)](_0xfa61b7){const _0x4e56a2=a6_0x10a1fe,_0x220f13={};_0x220f13['ndzBk']='FAILED',_0x220f13['lVqve']=_0x4e56a2(0x22e),_0x220f13[_0x4e56a2(0x22c)]='SKIPPED',_0x220f13[_0x4e56a2(0x1e4)]=_0x4e56a2(0x262),_0x220f13[_0x4e56a2(0x243)]=_0x4e56a2(0x212),_0x220f13[_0x4e56a2(0x248)]='UNKNOWN',_0x220f13['PONwp']=_0x4e56a2(0x1ef);const _0x8d796e=_0x220f13;switch(_0xfa61b7){case _0x8d796e['ndzBk']:testsFailed+=0x1;break;case _0x8d796e['lVqve']:testsPassed+=0x1;break;case _0x8d796e[_0x4e56a2(0x22c)]:testsSkipped+=0x1;break;case _0x8d796e[_0x4e56a2(0x1e4)]:testsPending+=0x1;break;case _0x8d796e[_0x4e56a2(0x243)]:testsUndefined+=0x1;break;case _0x8d796e[_0x4e56a2(0x248)]:testsUnknown+=0x1;break;case _0x8d796e['PONwp']:testsAmbiguous+=0x1;break;default:break;}}[a6_0x10a1fe(0x1f1)](_0x2f1b0a){const _0x2655b0=a6_0x10a1fe,_0x825d46={'iuEQm':function(_0xf2449a,_0x388866){return _0xf2449a!==_0x388866;},'nmykj':function(_0x4c8224,_0x350d5a){return _0x4c8224!==_0x350d5a;},'daGWo':function(_0x4b255e,_0x1c110a){return _0x4b255e(_0x1c110a);},'FVRPO':function(_0x372561,_0x2bbaf6){return _0x372561+_0x2bbaf6;},'jOOlu':function(_0x129228){return _0x129228();}};let _0x49de95;if(_0x825d46['iuEQm'](process[_0x2655b0(0x252)][_0x2655b0(0x1fb)],undefined)){const _0x2e8674=JSON[_0x2655b0(0x216)](process['env'][_0x2655b0(0x1fb)]);_0x49de95=_0x2e8674['capability'];}_0x825d46['nmykj'](_0x49de95,undefined)&&(global[_0x2655b0(0x1dc)]=_0x825d46['daGWo'](getPlatformName,_0x49de95),this['log'](_0x825d46['FVRPO'](_0x2655b0(0x218)+global[_0x2655b0(0x1dc)],'\x0a'))),_0x825d46[_0x2655b0(0x276)](shouldProcessEventForTesthub)&&(TestDetails[_0x2655b0(0x226)](),this[_0x2655b0(0x255)][_0x2655b0(0x1ec)]=_0x2f1b0a);}[a6_0x10a1fe(0x27b)](_0x4df3c6){const _0x48f3c6=a6_0x10a1fe;this['report']['testRunFinished']=_0x4df3c6,this[_0x48f3c6(0x25b)](_0x4df3c6);}async[a6_0x10a1fe(0x24b)](_0x15b901,_0x285008,_0x29a70c){const _0x3def72=a6_0x10a1fe,_0x4cb0b6={'GATgE':function(_0x365737,_0x46bf43){return _0x365737(_0x46bf43);},'WIMAR':_0x3def72(0x259),'rmZqW':function(_0x16c04e,_0x440ed0){return _0x16c04e&&_0x440ed0;}};testSuites+=0x1;if(_0x4cb0b6['GATgE'](shouldProcessEventForTesthub,_0x4cb0b6[_0x3def72(0x20b)]))try{this[_0x3def72(0x255)][_0x3def72(0x21f)]=this[_0x3def72(0x255)][_0x3def72(0x21f)]||{},this['report'][_0x3def72(0x21f)][_0x15b901['id']]=_0x15b901;const _0x6776e0=TestDetails[_0x3def72(0x21c)](_0x15b901['id']);_testCasesData[_0x15b901['id']]=Object[_0x3def72(0x256)]({},_0x29a70c);const _0x1f72fa=this['report'],_0x26c45d=_0x15b901[_0x3def72(0x1ea)],_0x257702=_0x1f72fa[_0x3def72(0x222)][_0x3def72(0x21e)](_0x5bcaef=>_0x5bcaef['id']===_0x26c45d)[_0x3def72(0x23c)],_0x3c150e=_0x1f72fa[_0x3def72(0x23f)]['find'](_0x2e550a=>_0x2e550a['id']===_0x257702),_0x22e126=_0x1f72fa[_0x3def72(0x21b)][_0x3def72(0x21e)](_0x1023e7=>_0x1023e7[_0x3def72(0x220)]===_0x3c150e[_0x3def72(0x220)]),_0x5cd877=_0x22e126[_0x3def72(0x25a)],_0x1eb107={'uuid':_0x6776e0,'startedAt':new Date()['toISOString']()};if(_0x3c150e){const _0x45535b={};_0x45535b[_0x3def72(0x23a)]=_0x3c150e[_0x3def72(0x23a)],_0x1eb107['scenario']=_0x45535b;}if(_0x4cb0b6[_0x3def72(0x278)](_0x22e126,_0x5cd877)){const _0x24afa0={};_0x24afa0[_0x3def72(0x201)]=_0x22e126['uri'],_0x24afa0[_0x3def72(0x23a)]=_0x5cd877[_0x3def72(0x23a)],_0x24afa0[_0x3def72(0x1f2)]=_0x5cd877[_0x3def72(0x1f2)],_0x1eb107[_0x3def72(0x25a)]=_0x24afa0;}_tests[_0x26c45d]=_0x1eb107,await testObservabilityReporter[_0x3def72(0x1e3)](_0x29a70c,_0x22e126,_0x3c150e,_0x4cb0b6[_0x3def72(0x20b)],_0x1eb107);}catch(_0x2f15e8){logger[_0x3def72(0x238)](_0x3def72(0x1db)+util['format'](_0x2f15e8)+'\x20');}}async['onTestCaseFinished'](_0x3445b5,_0x1cd6e5,_0x2af35f){const _0x2e957a=a6_0x10a1fe,_0x3f9d02={'nkuhT':function(_0x28ae01,_0x2ac6ce){return _0x28ae01(_0x2ac6ce);},'VBgsr':_0x2e957a(0x22a)};this[_0x2e957a(0x27a)](_0x3445b5);if(_0x3f9d02[_0x2e957a(0x1df)](shouldProcessEventForTesthub,_0x3f9d02[_0x2e957a(0x264)]))try{this[_0x2e957a(0x255)][_0x2e957a(0x21d)]=this[_0x2e957a(0x255)]['testCaseFinished']||{},this[_0x2e957a(0x255)][_0x2e957a(0x21d)][_0x3445b5[_0x2e957a(0x235)]]=_0x3445b5,_testCasesData[_0x2af35f['id']]=Object[_0x2e957a(0x256)]({},_0x2af35f);const _0x292b0c=_0x3445b5[_0x2e957a(0x235)],_0x24a208=_0x1cd6e5[_0x2e957a(0x266)]['testCaseAttemptDataMap'][_0x292b0c][_0x2e957a(0x1ea)],_0x2c6f08=_0x1cd6e5['eventDataCollector'][_0x2e957a(0x1fc)][_0x24a208],_0xfcb2e0=_0x2c6f08['pickleId'],_0x4ed591=_0x1cd6e5[_0x2e957a(0x266)][_0x2e957a(0x232)][_0xfcb2e0],_0x20a8e1=this[_0x2e957a(0x24e)](_0x1cd6e5,_0x4ed591),_0x4f7be7=_tests[_0x24a208];_0x4f7be7&&(delete _tests[_0x24a208],_0x4f7be7[_0x2e957a(0x1e1)]=new Date()[_0x2e957a(0x22d)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x2af35f,_0x20a8e1,_0x4ed591,_0x3f9d02['VBgsr'],_0x4f7be7);}catch(_0x226c3c){logger[_0x2e957a(0x238)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x2e957a(0x214)](_0x226c3c));}}async[a6_0x10a1fe(0x20d)](_0x14576c,_0x5ba7d6){const _0x4c8e25=a6_0x10a1fe,_0x3e5582={'bgVcL':function(_0x178a10,_0x1bb114){return _0x178a10(_0x1bb114);},'wrrIX':'HookRunStarted','AaSLp':function(_0x1031da,_0x76ce84){return _0x1031da!==_0x76ce84;},'yrVQZ':_0x4c8e25(0x204)};if(_0x3e5582[_0x4c8e25(0x271)](shouldProcessEventForTesthub,_0x3e5582[_0x4c8e25(0x25d)]))try{this[_0x4c8e25(0x255)][_0x4c8e25(0x1eb)]=this[_0x4c8e25(0x255)][_0x4c8e25(0x1eb)]||{},this['report'][_0x4c8e25(0x1eb)][_0x14576c[_0x4c8e25(0x235)]]=_0x14576c;const _0x229bbe=_0x14576c[_0x4c8e25(0x235)],_0x112fe0=_0x5ba7d6[_0x4c8e25(0x266)]['testCaseAttemptDataMap'][_0x229bbe]['testCaseId'],_0xbbe7ec=this[_0x4c8e25(0x255)][_0x4c8e25(0x222)]['find'](_0x40c531=>_0x40c531['id']===_0x112fe0)['pickleId'],_0x159d72=this['report']['pickle'][_0x4c8e25(0x21e)](_0x2d8e43=>_0x2d8e43['id']===_0xbbe7ec),_0x1215fb=this[_0x4c8e25(0x255)][_0x4c8e25(0x222)][_0x4c8e25(0x21e)](_0x13731b=>_0x13731b['id']===_0x112fe0)['testSteps'],_0x23e564=this[_0x4c8e25(0x255)][_0x4c8e25(0x1eb)][_0x229bbe]['testStepId'],_0x2cca4f=_0x1215fb[_0x4c8e25(0x21e)](_0x1a2dce=>_0x1a2dce['id']===_0x23e564)[_0x4c8e25(0x1f4)],_0x14365a=_0x159d72[_0x4c8e25(0x203)]['find'](_0x3f606c=>_0x3f606c['id']===_0x2cca4f);if(_0x2cca4f&&_tests[_0x112fe0]&&_0x3e5582['AaSLp'](_tests[_0x112fe0][_0x3e5582[_0x4c8e25(0x253)]],_0x23e564)){_tests[_0x112fe0][_0x3e5582[_0x4c8e25(0x253)]]=_0x23e564;const _0x531f3d={};_0x531f3d[_0x4c8e25(0x203)]=[];const _0x5e145e=_tests[_0x112fe0]||_0x531f3d;_0x5e145e&&!_0x5e145e[_0x4c8e25(0x203)]&&(_0x5e145e[_0x4c8e25(0x203)]=[]),_0x5e145e[_0x4c8e25(0x203)][_0x4c8e25(0x246)]({'id':_0x14365a['id'],'text':_0x14365a['text'],'started_at':new Date()[_0x4c8e25(0x22d)]()}),_tests[_0x112fe0]=_0x5e145e;}await testObservabilityReporter[_0x4c8e25(0x260)](this[_0x4c8e25(0x255)],_0x229bbe,_0x3e5582[_0x4c8e25(0x25d)],_0x1215fb,_0x23e564,_tests[_0x112fe0]);}catch(_0x7569a7){logger[_0x4c8e25(0x238)](_0x4c8e25(0x251)+util[_0x4c8e25(0x214)](_0x7569a7));}}async[a6_0x10a1fe(0x202)](_0x46116f,_0x263a00){const _0x1f1d91=a6_0x10a1fe,_0x4d11d7={'rjWbw':function(_0x36d61c,_0x3d996b){return _0x36d61c===_0x3d996b;},'kICtq':'4|0|1|3|2','rLFhw':function(_0x27209d,_0x10918e){return _0x27209d(_0x10918e);},'GFLYO':'HookRunFinished','CjiSb':function(_0x4a0638,_0x35a744){return _0x4a0638===_0x35a744;},'ZrXaG':_0x1f1d91(0x25f),'ZFgRW':function(_0x158860,_0x3a495f){return _0x158860===_0x3a495f;},'TrcYE':'UnhandledError','McmEZ':_0x1f1d91(0x204)};this[_0x1f1d91(0x255)]['testStepFinished']=this[_0x1f1d91(0x255)][_0x1f1d91(0x225)]||{},this[_0x1f1d91(0x255)][_0x1f1d91(0x225)][_0x46116f[_0x1f1d91(0x235)]]=_0x46116f;if(_0x4d11d7[_0x1f1d91(0x20a)](shouldProcessEventForTesthub,_0x4d11d7[_0x1f1d91(0x211)]))try{const _0x11d627=_0x46116f[_0x1f1d91(0x235)],_0x3b2803=_0x263a00['eventDataCollector'][_0x1f1d91(0x207)][_0x11d627][_0x1f1d91(0x1ea)],_0x3c4ce2=_0x263a00['eventDataCollector'][_0x1f1d91(0x1fc)][_0x3b2803],_0x366c05=_0x3c4ce2[_0x1f1d91(0x23c)],_0xf5c26b=_0x263a00[_0x1f1d91(0x266)][_0x1f1d91(0x232)][_0x366c05],_0x433744=_0x46116f[_0x1f1d91(0x204)],_0x207fc9=_0x3c4ce2[_0x1f1d91(0x205)],_0x55e9cb=this[_0x1f1d91(0x266)][_0x1f1d91(0x274)](_0x11d627),_0x508992=_0x207fc9[_0x1f1d91(0x21e)](_0x57816b=>_0x57816b['id']===_0x433744)[_0x1f1d91(0x1f4)];let _0x2a94e8,_0x3198e7;_0x46116f[_0x1f1d91(0x250)]&&_0x4d11d7[_0x1f1d91(0x229)](_0x46116f['testStepResult'][_0x1f1d91(0x1e7)][_0x1f1d91(0x24d)]()[_0x1f1d91(0x24c)](),_0x4d11d7['ZrXaG'])&&(_0x2a94e8=_0x4d11d7['ZFgRW'](_0x46116f[_0x1f1d91(0x250)]['exception'],undefined)?_0x46116f[_0x1f1d91(0x250)]['message']:_0x46116f[_0x1f1d91(0x250)]['exception'][_0x1f1d91(0x1da)],_0x3198e7=_0x4d11d7['ZFgRW'](_0x46116f[_0x1f1d91(0x250)][_0x1f1d91(0x247)],undefined)?_0x4d11d7[_0x1f1d91(0x206)]:_0x46116f[_0x1f1d91(0x250)][_0x1f1d91(0x1da)]);await testObservabilityReporter[_0x1f1d91(0x260)](this['report'],_0x11d627,_0x4d11d7['GFLYO'],_0x207fc9,_0x433744,_tests[_0x3b2803]);if(_0x508992&&_tests[_0x3b2803][_0x4d11d7[_0x1f1d91(0x236)]]){const _0x27226e=_0xf5c26b[_0x1f1d91(0x203)][_0x1f1d91(0x21e)](_0x177bbe=>_0x177bbe['id']===_0x508992),_0x568e4f={};_0x568e4f[_0x1f1d91(0x203)]=[];const _0x54ffc4=_tests[_0x3b2803]||_0x568e4f;!_0x54ffc4[_0x1f1d91(0x203)]?_0x54ffc4['steps']=[{'id':_0x27226e['id'],'text':_0x27226e['text'],'finished_at':new Date()[_0x1f1d91(0x22d)](),'result':_0x46116f[_0x1f1d91(0x250)][_0x1f1d91(0x1e7)],'duration':_0x46116f[_0x1f1d91(0x250)][_0x1f1d91(0x231)][_0x1f1d91(0x26b)],'failure':_0x2a94e8,'failureType':_0x3198e7}]:_0x54ffc4['steps'][_0x1f1d91(0x1de)](_0x247bcc=>{const _0x1c314f=_0x1f1d91;if(_0x4d11d7['rjWbw'](_0x247bcc['id'],_0x27226e['id'])){const _0x40ff13=_0x4d11d7['kICtq'][_0x1c314f(0x20c)]('|');let _0x40ca86=0x0;while(!![]){switch(_0x40ff13[_0x40ca86++]){case'0':_0x247bcc[_0x1c314f(0x23e)]=_0x46116f[_0x1c314f(0x250)][_0x1c314f(0x1e7)];continue;case'1':_0x247bcc[_0x1c314f(0x231)]=_0x46116f['testStepResult'][_0x1c314f(0x231)][_0x1c314f(0x26b)];continue;case'2':_0x247bcc[_0x1c314f(0x213)]=_0x3198e7;continue;case'3':_0x247bcc['failure']=_0x2a94e8;continue;case'4':_0x247bcc[_0x1c314f(0x1f9)]=new Date()['toISOString']();continue;}break;}}}),_tests[_0x3b2803]=_0x54ffc4,delete _tests[_0x3b2803][_0x4d11d7['McmEZ']];}}catch(_0x497ba5){logger[_0x1f1d91(0x238)]('Exception\x20in\x20onTestStepFinished\x20event:\x20'+util[_0x1f1d91(0x214)](_0x497ba5));}}['getGherkinStepMap'](_0x1b1d57){const _0x2958fe=a6_0x10a1fe,_0x50a56c={};return _0x1b1d57[_0x2958fe(0x25a)][_0x2958fe(0x272)][_0x2958fe(0x1ed)](this['extractStepContainers'])[_0x2958fe(0x26f)]()[_0x2958fe(0x1de)](_0x52c129=>_0x52c129[_0x2958fe(0x203)]['forEach'](_0x2c927d=>_0x50a56c[_0x2c927d['id']]=_0x2c927d)),_0x50a56c;}[a6_0x10a1fe(0x1e5)](_0x2fdecf){const _0xcdcd4d=a6_0x10a1fe,_0x9131ec={'IgCvv':function(_0x203d8d,_0x5ef3ee){return _0x203d8d(_0x5ef3ee);},'OpOOA':function(_0x3acda0,_0xdb7885){return _0x3acda0(_0xdb7885);}};if(!_0x9131ec[_0xcdcd4d(0x241)](isUndefined,_0x2fdecf[_0xcdcd4d(0x239)]))return[_0x2fdecf[_0xcdcd4d(0x239)]];else{if(!_0x9131ec[_0xcdcd4d(0x244)](isUndefined,_0x2fdecf[_0xcdcd4d(0x1ff)]))return _0x2fdecf[_0xcdcd4d(0x1ff)][_0xcdcd4d(0x272)][_0xcdcd4d(0x1ed)](_0x19f100=>!isUndefined(_0x19f100['background'])?_0x19f100[_0xcdcd4d(0x239)]:_0x19f100['scenario']);};return[_0x2fdecf['scenario']];}['getGherkinDocument'](_0x529501,_0x31c481){const _0x192b88=a6_0x10a1fe;return Object['values'](_0x529501[_0x192b88(0x266)][_0x192b88(0x1e6)])[_0x192b88(0x21e)](_0x2ab43e=>_0x2ab43e[_0x192b88(0x220)]===_0x31c481[_0x192b88(0x220)]);}}module[a6_0x10a1fe(0x270)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x10a1fe(0x24b),'onTestCaseFinished','onTestStepStarted','onTestStepFinished',a6_0x10a1fe(0x1f1),a6_0x10a1fe(0x27b),a6_0x10a1fe(0x1e5),a6_0x10a1fe(0x24e),a6_0x10a1fe(0x224)]);
|
|
1
|
+
const a6_0xf6d970=a6_0x2ca8;(function(_0x9940ce,_0x2dbb50){const _0x3ab687=a6_0x2ca8,_0x28bd73=_0x9940ce();while(!![]){try{const _0x46a89d=parseInt(_0x3ab687(0xa0))/0x1*(parseInt(_0x3ab687(0xd9))/0x2)+-parseInt(_0x3ab687(0xc0))/0x3+parseInt(_0x3ab687(0x116))/0x4+-parseInt(_0x3ab687(0xed))/0x5*(parseInt(_0x3ab687(0xb3))/0x6)+parseInt(_0x3ab687(0xeb))/0x7*(parseInt(_0x3ab687(0xba))/0x8)+-parseInt(_0x3ab687(0xd7))/0x9*(parseInt(_0x3ab687(0x10f))/0xa)+parseInt(_0x3ab687(0xb0))/0xb;if(_0x46a89d===_0x2dbb50)break;else _0x28bd73['push'](_0x28bd73['shift']());}catch(_0x32a26f){_0x28bd73['push'](_0x28bd73['shift']());}}}(a6_0x5eb2,0xc2687));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0xf6d970(0x11a)),util=require(a6_0xf6d970(0xdc)),{Formatter,formatterHelpers,Status}=requireModule(a6_0xf6d970(0xbd)),TestDetails=require(a6_0xf6d970(0xae)),TestObservabilityReporter=require(a6_0xf6d970(0xe6)),{o11yClassErrorHandler}=require(a6_0xf6d970(0xc3)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')['winstonLogger'],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x6a9693){const _0x283154=a6_0xf6d970,_0x36752b={};_0x36752b[_0x283154(0xdf)]=_0x283154(0x97);const _0x7ee6c8=_0x36752b;super(_0x6a9693),this[_0x283154(0xfc)]={},_0x6a9693[_0x283154(0xd1)]['on'](_0x7ee6c8[_0x283154(0xdf)],async _0x155dd8=>{const _0x36f333=_0x283154;switch(!![]){case!!_0x155dd8[_0x36f333(0x106)]:this['onTestRunStarted'](_0x155dd8[_0x36f333(0x106)]);break;case!!_0x155dd8[_0x36f333(0x118)]:this[_0x36f333(0xb7)](_0x155dd8[_0x36f333(0x118)]);break;case!!_0x155dd8['testCaseStarted']:this[_0x36f333(0xbc)](_0x155dd8[_0x36f333(0xda)],_0x6a9693,_0x155dd8);break;case!!_0x155dd8[_0x36f333(0xd2)]:this[_0x36f333(0xf5)](_0x155dd8[_0x36f333(0xd2)],_0x6a9693,_0x155dd8);break;case!!_0x155dd8[_0x36f333(0x8d)]:this[_0x36f333(0xb6)](_0x155dd8[_0x36f333(0x8d)],_0x6a9693);break;case!!_0x155dd8[_0x36f333(0x105)]:this['onTestStepFinished'](_0x155dd8[_0x36f333(0x105)],_0x6a9693);break;case!!_0x155dd8[_0x36f333(0xcf)]:this[_0x36f333(0xd3)](_0x155dd8[_0x36f333(0xcf)]);break;case!!_0x155dd8[_0x36f333(0xa3)]:this[_0x36f333(0x88)](_0x155dd8['testCase']);break;case!!_0x155dd8['pickle']:this[_0x36f333(0xc4)](_0x155dd8['pickle']);break;case!!_0x155dd8[_0x36f333(0xc7)]:this['onGherkinDocument'](_0x155dd8[_0x36f333(0xc7)]);break;}});}[a6_0xf6d970(0xd3)](_0x4ea44e){const _0x3217de=a6_0xf6d970;this[_0x3217de(0xfc)][_0x3217de(0xfb)]=Object[_0x3217de(0xe8)]([],this['report'][_0x3217de(0xfb)]||[]),this[_0x3217de(0xfc)][_0x3217de(0xfb)]['push'](_0x4ea44e);}[a6_0xf6d970(0xc4)](_0x1ae7fe){const _0x2ac6bf=a6_0xf6d970;this[_0x2ac6bf(0xfc)][_0x2ac6bf(0xa2)]=Object[_0x2ac6bf(0xe8)]([],this['report']['pickle']||[],[_0x1ae7fe]),this[_0x2ac6bf(0xfc)][_0x2ac6bf(0xa2)][_0x2ac6bf(0x109)](_0x1ae7fe);}['onGherkinDocument'](_0xcb2a44){const _0x3b08b4=a6_0xf6d970;this[_0x3b08b4(0xfc)][_0x3b08b4(0xc7)]=Object[_0x3b08b4(0xe8)]([],this[_0x3b08b4(0xfc)][_0x3b08b4(0xc7)]||[],[_0xcb2a44]),this['report'][_0x3b08b4(0xc7)][_0x3b08b4(0x109)](_0xcb2a44);}['onSource'](_0x134a75){const _0x2e797a=a6_0xf6d970;this['report'][_0x2e797a(0xbb)]=_0x134a75;}[a6_0xf6d970(0x9b)](_0x3db070){const _0x30f2b3=a6_0xf6d970;this[_0x30f2b3(0xfc)]['stepDefinition']=Object[_0x30f2b3(0xe8)]([],this[_0x30f2b3(0xfc)][_0x30f2b3(0xde)]||[],[_0x3db070]),this['report'][_0x30f2b3(0xde)][_0x30f2b3(0x109)](_0x3db070);}[a6_0xf6d970(0x88)](_0x1d8c87){const _0x2528f1=a6_0xf6d970;this[_0x2528f1(0xfc)][_0x2528f1(0x89)]=Object[_0x2528f1(0xe8)]([],this[_0x2528f1(0xfc)][_0x2528f1(0x89)]||[],[_0x1d8c87]),this[_0x2528f1(0xfc)][_0x2528f1(0x89)][_0x2528f1(0x109)](_0x1d8c87);}[a6_0xf6d970(0x92)](_0x34c389){const _0x377cef=a6_0xf6d970,_0x26bd4e={'usyOC':function(_0x42f64d,_0xd4ffc9){return _0x42f64d!==_0xd4ffc9;},'jdKNP':_0x377cef(0xc8),'RRREd':function(_0x349f42,_0x2ae3f0){return _0x349f42+_0x2ae3f0;},'BToVF':_0x377cef(0x11f),'DAsWT':'\x20-\x20','opaDw':function(_0x136bdf,_0x3d1782){return _0x136bdf===_0x3d1782;},'DfKQI':_0x377cef(0xad),'YmkLw':function(_0x3eda29,_0x28c7c0,_0x44caef){return _0x3eda29(_0x28c7c0,_0x44caef);},'ZysVl':'result','ifFxy':_0x377cef(0xd6),'wpRQM':function(_0x37f243,_0x35a5e7){return _0x37f243+_0x35a5e7;},'RdFpg':function(_0x53245f,_0x4c02e8){return _0x53245f+_0x4c02e8;}};_0x26bd4e[_0x377cef(0xff)](global[_0x377cef(0xd5)],undefined)&&this['log'](_0x26bd4e['RdFpg'](_0x26bd4e[_0x377cef(0xa5)]('\x0a',global[_0x377cef(0xd5)]),'\x0a'));const _0x1ba690=this[_0x377cef(0xd0)][_0x377cef(0x9c)](_0x34c389[_0x377cef(0x7e)]);this[_0x377cef(0xf7)](_0x26bd4e[_0x377cef(0xa5)](_0x26bd4e[_0x377cef(0xce)](_0x26bd4e[_0x377cef(0xce)](_0x26bd4e['wpRQM']('\x20\x20',_0x1ba690[_0x377cef(0xc7)][_0x377cef(0x99)][_0x377cef(0x83)]),_0x26bd4e[_0x377cef(0xa1)]),_0x1ba690[_0x377cef(0xa2)][_0x377cef(0x83)]),'\x0a'));const _0x20a331={};_0x20a331[_0x377cef(0x84)]=this[_0x377cef(0x84)],_0x20a331[_0x377cef(0xbe)]=this[_0x377cef(0xbe)],_0x20a331[_0x377cef(0x115)]=this[_0x377cef(0x115)],_0x20a331[_0x377cef(0x91)]=_0x1ba690;const _0x1f7dd0=formatterHelpers[_0x377cef(0xc9)](_0x20a331);let _0x39096d=![];_0x1f7dd0['testSteps'][_0x377cef(0x100)](_0x57ea8c=>{const _0x135164=_0x377cef;if(_0x26bd4e[_0x135164(0xff)](_0x57ea8c[_0x135164(0x83)],_0x26bd4e[_0x135164(0x113)])&&!this[_0x135164(0xf4)](_0x57ea8c)){totalTests+=0x1,this[_0x135164(0xf7)](_0x26bd4e[_0x135164(0xa5)](_0x26bd4e[_0x135164(0xa5)](_0x26bd4e[_0x135164(0xa5)](_0x26bd4e[_0x135164(0xa5)](_0x26bd4e[_0x135164(0xa5)](_0x26bd4e[_0x135164(0xc1)],_0x57ea8c[_0x135164(0xb4)]),_0x57ea8c[_0x135164(0xee)]||''),_0x26bd4e[_0x135164(0xa1)]),Status[_0x57ea8c[_0x135164(0x8b)][_0x135164(0x95)]]),'\x0a')),this['incrementCounter'](Status[_0x57ea8c[_0x135164(0x8b)][_0x135164(0x95)]]);if(_0x26bd4e['opaDw'](Status[_0x57ea8c[_0x135164(0x8b)][_0x135164(0x95)]],_0x26bd4e[_0x135164(0xc2)])){_0x39096d=!![];const _0x39d090=_0x26bd4e[_0x135164(0x85)](nestedKeyValue,_0x57ea8c,[_0x26bd4e['ZysVl'],_0x26bd4e['ifFxy']]);_0x39d090&&(testsErrorMessage[_0x26bd4e[_0x135164(0xf6)](_0x26bd4e[_0x135164(0xf6)](_0x1ba690[_0x135164(0xc7)][_0x135164(0x99)][_0x135164(0x83)],_0x26bd4e[_0x135164(0xa1)]),_0x1ba690['pickle'][_0x135164(0x83)])]=_0x39d090,this['log'](_0x26bd4e['wpRQM'](_0x39d090,'\x0a')));}}}),_0x39096d&&(testSuitesFailed+=0x1),this[_0x377cef(0xf7)]('\x0a');}[a6_0xf6d970(0x86)](_0x33add7){}[a6_0xf6d970(0xf4)](_0x180b74){const _0x51ddf1=a6_0xf6d970,_0x4f5580={};_0x4f5580[_0x51ddf1(0x81)]=function(_0x1152cf,_0x1f1dc4){return _0x1152cf!==_0x1f1dc4;},_0x4f5580[_0x51ddf1(0x82)]='cucumber-js/test.setup.js';const _0x547879=_0x4f5580;if(_0x547879[_0x51ddf1(0x81)](_0x180b74[_0x51ddf1(0xdb)],undefined))return![];if(_0x180b74[_0x51ddf1(0x87)]&&_0x180b74['actionLocation']['uri'][_0x51ddf1(0xa9)](_0x547879[_0x51ddf1(0x82)]))return!![];return![];}[a6_0xf6d970(0xaf)](_0xae56d){const _0x252457=a6_0xf6d970,_0x42b068={};_0x42b068[_0x252457(0xfe)]='FAILED',_0x42b068[_0x252457(0x93)]=_0x252457(0x112),_0x42b068[_0x252457(0x9d)]='SKIPPED',_0x42b068['VAhNy']=_0x252457(0xe3),_0x42b068[_0x252457(0x8e)]='UNDEFINED',_0x42b068['fsMtM']=_0x252457(0xac),_0x42b068[_0x252457(0x111)]=_0x252457(0x9e);const _0x3a6243=_0x42b068;switch(_0xae56d){case _0x3a6243[_0x252457(0xfe)]:testsFailed+=0x1;break;case _0x3a6243['jKJWk']:testsPassed+=0x1;break;case _0x3a6243[_0x252457(0x9d)]:testsSkipped+=0x1;break;case _0x3a6243[_0x252457(0xe0)]:testsPending+=0x1;break;case _0x3a6243[_0x252457(0x8e)]:testsUndefined+=0x1;break;case _0x3a6243['fsMtM']:testsUnknown+=0x1;break;case _0x3a6243[_0x252457(0x111)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0xf6d970(0x7b)](_0x5850e1){const _0x309f51=a6_0xf6d970,_0x578519={'TluFW':function(_0x4df25c,_0x339647){return _0x4df25c!==_0x339647;},'bcJcA':function(_0x1d6cb8,_0x529e14){return _0x1d6cb8!==_0x529e14;},'XfImq':function(_0x4726f1,_0x3b581e){return _0x4726f1(_0x3b581e);},'IqrVP':function(_0x3d0856,_0xe4ff0){return _0x3d0856+_0xe4ff0;},'JriGd':function(_0x44f63c){return _0x44f63c();}};let _0x5bd060;if(_0x578519[_0x309f51(0x108)](process['env'][_0x309f51(0x10e)],undefined)){const _0x8f498d=JSON[_0x309f51(0x90)](process['env'][_0x309f51(0x10e)]);_0x5bd060=_0x8f498d['capability'];}_0x578519['bcJcA'](_0x5bd060,undefined)&&(global['__platform']=_0x578519[_0x309f51(0x7d)](getPlatformName,_0x5bd060),this[_0x309f51(0xf7)](_0x578519[_0x309f51(0xc6)](_0x309f51(0xa8)+global[_0x309f51(0xd5)],'\x0a'))),_0x578519[_0x309f51(0xfd)](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this[_0x309f51(0xfc)][_0x309f51(0x106)]=_0x5850e1);}[a6_0xf6d970(0xb7)](_0x3c4700){const _0x53862d=a6_0xf6d970;this['report'][_0x53862d(0x118)]=_0x3c4700,this[_0x53862d(0x86)](_0x3c4700);}async[a6_0xf6d970(0xbc)](_0xf90d38,_0x502011,_0x27fc9d){const _0x240a77=a6_0xf6d970,_0x27f79f={'zDcvg':function(_0x5ee720,_0x5b617b){return _0x5ee720(_0x5b617b);},'isLZf':'TestRunStarted','MiOmk':function(_0x226e0d,_0x2f95c9){return _0x226e0d&&_0x2f95c9;}};testSuites+=0x1;if(_0x27f79f[_0x240a77(0x7c)](shouldProcessEventForTesthub,_0x27f79f[_0x240a77(0x8f)]))try{this[_0x240a77(0xfc)][_0x240a77(0xda)]=this['report']['testCaseStarted']||{},this[_0x240a77(0xfc)][_0x240a77(0xda)][_0xf90d38['id']]=_0xf90d38;const _0x3520f8=TestDetails[_0x240a77(0xf8)](_0xf90d38['id']);_testCasesData[_0xf90d38['id']]=Object['assign']({},_0x27fc9d);const _0x291167=this[_0x240a77(0xfc)],_0x4273ac=_0xf90d38[_0x240a77(0xd8)],_0x40050d=_0x291167[_0x240a77(0x89)]['find'](_0x3f8251=>_0x3f8251['id']===_0x4273ac)[_0x240a77(0xf2)],_0xac7b05=_0x291167['pickle'][_0x240a77(0xe5)](_0x370c44=>_0x370c44['id']===_0x40050d),_0x2e8224=_0x291167[_0x240a77(0xc7)][_0x240a77(0xe5)](_0x202d75=>_0x202d75[_0x240a77(0xb2)]===_0xac7b05[_0x240a77(0xb2)]),_0x2b3440=_0x2e8224[_0x240a77(0x99)],_0x26d246={'uuid':_0x3520f8,'startedAt':new Date()[_0x240a77(0xf9)]()};if(_0xac7b05){const _0x54eaa3={};_0x54eaa3[_0x240a77(0x83)]=_0xac7b05[_0x240a77(0x83)],_0x26d246[_0x240a77(0xec)]=_0x54eaa3;}if(_0x27f79f['MiOmk'](_0x2e8224,_0x2b3440)){const _0x545425={};_0x545425[_0x240a77(0xd4)]=_0x2e8224['uri'],_0x545425['name']=_0x2b3440[_0x240a77(0x83)],_0x545425[_0x240a77(0x101)]=_0x2b3440[_0x240a77(0x101)],_0x26d246[_0x240a77(0x99)]=_0x545425;}_tests[_0x4273ac]=_0x26d246,await testObservabilityReporter[_0x240a77(0xdd)](_0x27fc9d,_0x2e8224,_0xac7b05,_0x27f79f[_0x240a77(0x8f)],_0x26d246);}catch(_0x5b72ab){logger[_0x240a77(0xe7)](_0x240a77(0x107)+util['format'](_0x5b72ab)+'\x20');}}async[a6_0xf6d970(0xf5)](_0x5d56ac,_0xf234e5,_0x51dc3e){const _0x487ab8=a6_0xf6d970,_0x12e0f0={'PoyQN':function(_0x4fad17,_0x3a832f){return _0x4fad17(_0x3a832f);},'oOKyV':_0x487ab8(0xaa)};this[_0x487ab8(0x92)](_0x5d56ac);if(_0x12e0f0[_0x487ab8(0xa7)](shouldProcessEventForTesthub,_0x12e0f0[_0x487ab8(0x10c)]))try{this[_0x487ab8(0xfc)][_0x487ab8(0xd2)]=this[_0x487ab8(0xfc)][_0x487ab8(0xd2)]||{},this['report'][_0x487ab8(0xd2)][_0x5d56ac['testCaseStartedId']]=_0x5d56ac,_testCasesData[_0x51dc3e['id']]=Object[_0x487ab8(0xe8)]({},_0x51dc3e);const _0x23fb87=_0x5d56ac['testCaseStartedId'],_0x4a3009=_0xf234e5[_0x487ab8(0xd0)]['testCaseAttemptDataMap'][_0x23fb87][_0x487ab8(0xd8)],_0x224db9=_0xf234e5['eventDataCollector']['testCaseMap'][_0x4a3009],_0x5a0e5d=_0x224db9[_0x487ab8(0xf2)],_0x22fde4=_0xf234e5[_0x487ab8(0xd0)]['pickleMap'][_0x5a0e5d],_0x142c21=this['getGherkinDocument'](_0xf234e5,_0x22fde4),_0x46ea10=_tests[_0x4a3009];_0x46ea10&&(delete _tests[_0x4a3009],_0x46ea10[_0x487ab8(0x119)]=new Date()[_0x487ab8(0xf9)]()),await testObservabilityReporter[_0x487ab8(0xdd)](_0x51dc3e,_0x142c21,_0x22fde4,_0x12e0f0[_0x487ab8(0x10c)],_0x46ea10);}catch(_0x118239){logger[_0x487ab8(0xe7)](_0x487ab8(0xf3)+util[_0x487ab8(0xe2)](_0x118239));}}async[a6_0xf6d970(0xb6)](_0x27eb36,_0x4f6314){const _0x297835=a6_0xf6d970,_0x3ea6bc={'uozEU':function(_0x2079af,_0x1f7378){return _0x2079af(_0x1f7378);},'APGGN':'HookRunStarted','ftfkG':function(_0x4b2b1d,_0xf4ede9){return _0x4b2b1d!==_0xf4ede9;},'PSWFw':'testStepId'};if(_0x3ea6bc[_0x297835(0x8a)](shouldProcessEventForTesthub,_0x3ea6bc[_0x297835(0x104)]))try{this[_0x297835(0xfc)][_0x297835(0x8d)]=this[_0x297835(0xfc)]['testStepStarted']||{},this[_0x297835(0xfc)][_0x297835(0x8d)][_0x27eb36[_0x297835(0x7e)]]=_0x27eb36;const _0x5737cc=_0x27eb36[_0x297835(0x7e)],_0x18c11b=_0x4f6314[_0x297835(0xd0)][_0x297835(0x102)][_0x5737cc][_0x297835(0xd8)],_0x4685b3=this['report'][_0x297835(0x89)][_0x297835(0xe5)](_0x3335dc=>_0x3335dc['id']===_0x18c11b)[_0x297835(0xf2)],_0x3852c4=this['report'][_0x297835(0xa2)][_0x297835(0xe5)](_0x46d051=>_0x46d051['id']===_0x4685b3),_0x336667=this[_0x297835(0xfc)]['testCases'][_0x297835(0xe5)](_0x5b8dc3=>_0x5b8dc3['id']===_0x18c11b)[_0x297835(0x9f)],_0x11c38c=this[_0x297835(0xfc)][_0x297835(0x8d)][_0x5737cc][_0x297835(0xbf)],_0x30f565=_0x336667[_0x297835(0xe5)](_0x183944=>_0x183944['id']===_0x11c38c)[_0x297835(0xb9)],_0x2e5f13=_0x3852c4[_0x297835(0xab)][_0x297835(0xe5)](_0x1ce87e=>_0x1ce87e['id']===_0x30f565);if(_0x30f565&&_tests[_0x18c11b]&&_0x3ea6bc[_0x297835(0xe9)](_tests[_0x18c11b][_0x3ea6bc[_0x297835(0x7f)]],_0x11c38c)){_tests[_0x18c11b][_0x3ea6bc['PSWFw']]=_0x11c38c;const _0x59f206={};_0x59f206[_0x297835(0xab)]=[];const _0x14454d=_tests[_0x18c11b]||_0x59f206;_0x14454d&&!_0x14454d[_0x297835(0xab)]&&(_0x14454d[_0x297835(0xab)]=[]),_0x14454d[_0x297835(0xab)][_0x297835(0x109)]({'id':_0x2e5f13['id'],'text':_0x2e5f13['text'],'started_at':new Date()[_0x297835(0xf9)]()}),_tests[_0x18c11b]=_0x14454d;}await testObservabilityReporter[_0x297835(0xca)](this['report'],_0x5737cc,_0x3ea6bc['APGGN'],_0x336667,_0x11c38c,_tests[_0x18c11b]);}catch(_0x1fae7d){logger[_0x297835(0xe7)](_0x297835(0xea)+util[_0x297835(0xe2)](_0x1fae7d));}}async['onTestStepFinished'](_0x58220c,_0x1f2dad){const _0x4c5301=a6_0xf6d970,_0x4f5295={'qhBcj':function(_0x469c3d,_0x2e91fc){return _0x469c3d===_0x2e91fc;},'klfEo':_0x4c5301(0x10a),'MdSnp':function(_0x5334ee,_0x4b0d5e){return _0x5334ee(_0x4b0d5e);},'wQBBQ':'HookRunFinished','hAHJI':function(_0x236bef,_0x13a637){return _0x236bef===_0x13a637;},'fohvR':_0x4c5301(0xc5),'Kmlux':function(_0x5885c4,_0x50443f){return _0x5885c4===_0x50443f;},'YCEID':_0x4c5301(0x114),'PKwyI':_0x4c5301(0xbf)};this[_0x4c5301(0xfc)]['testStepFinished']=this[_0x4c5301(0xfc)][_0x4c5301(0x105)]||{},this['report'][_0x4c5301(0x105)][_0x58220c[_0x4c5301(0x7e)]]=_0x58220c;if(_0x4f5295['MdSnp'](shouldProcessEventForTesthub,_0x4f5295[_0x4c5301(0xb8)]))try{const _0x31a93c=_0x58220c[_0x4c5301(0x7e)],_0x447c45=_0x1f2dad[_0x4c5301(0xd0)][_0x4c5301(0x102)][_0x31a93c][_0x4c5301(0xd8)],_0x500ccd=_0x1f2dad[_0x4c5301(0xd0)][_0x4c5301(0xcd)][_0x447c45],_0x502321=_0x500ccd[_0x4c5301(0xf2)],_0x273bc7=_0x1f2dad[_0x4c5301(0xd0)][_0x4c5301(0x11d)][_0x502321],_0x114bab=_0x58220c['testStepId'],_0x439bd1=_0x500ccd[_0x4c5301(0x9f)],_0x267aa5=this[_0x4c5301(0xd0)][_0x4c5301(0x9c)](_0x31a93c),_0x4cb402=_0x439bd1[_0x4c5301(0xe5)](_0x3955ac=>_0x3955ac['id']===_0x114bab)['pickleStepId'];let _0x17562,_0xf4b730;_0x58220c[_0x4c5301(0x10b)]&&_0x4f5295['hAHJI'](_0x58220c[_0x4c5301(0x10b)][_0x4c5301(0x95)][_0x4c5301(0xa6)]()[_0x4c5301(0xf0)](),_0x4f5295['fohvR'])&&(_0x17562=_0x4f5295[_0x4c5301(0x117)](_0x58220c[_0x4c5301(0x10b)][_0x4c5301(0xb5)],undefined)?_0x58220c[_0x4c5301(0x10b)][_0x4c5301(0xd6)]:_0x58220c[_0x4c5301(0x10b)][_0x4c5301(0xb5)][_0x4c5301(0xd6)],_0xf4b730=_0x4f5295[_0x4c5301(0x10d)](_0x58220c['testStepResult'][_0x4c5301(0xb5)],undefined)?_0x4f5295[_0x4c5301(0x98)]:_0x58220c[_0x4c5301(0x10b)][_0x4c5301(0xd6)]);await testObservabilityReporter['sendHook'](this['report'],_0x31a93c,_0x4f5295[_0x4c5301(0xb8)],_0x439bd1,_0x114bab,_tests[_0x447c45]);if(_0x4cb402&&_tests[_0x447c45][_0x4f5295[_0x4c5301(0xfa)]]){const _0x3bd07e=_0x273bc7[_0x4c5301(0xab)]['find'](_0x2d5502=>_0x2d5502['id']===_0x4cb402),_0x29444b={};_0x29444b[_0x4c5301(0xab)]=[];const _0x3f4a53=_tests[_0x447c45]||_0x29444b;!_0x3f4a53['steps']?_0x3f4a53[_0x4c5301(0xab)]=[{'id':_0x3bd07e['id'],'text':_0x3bd07e[_0x4c5301(0xee)],'finished_at':new Date()[_0x4c5301(0xf9)](),'result':_0x58220c[_0x4c5301(0x10b)][_0x4c5301(0x95)],'duration':_0x58220c[_0x4c5301(0x10b)][_0x4c5301(0xf1)]['seconds'],'failure':_0x17562,'failureType':_0xf4b730}]:_0x3f4a53[_0x4c5301(0xab)][_0x4c5301(0x100)](_0x5824df=>{const _0x5e60fc=_0x4c5301;if(_0x4f5295[_0x5e60fc(0x10d)](_0x5824df['id'],_0x3bd07e['id'])){const _0x5d1fab=_0x4f5295[_0x5e60fc(0xb1)][_0x5e60fc(0x110)]('|');let _0x5e7286=0x0;while(!![]){switch(_0x5d1fab[_0x5e7286++]){case'0':_0x5824df[_0x5e60fc(0x94)]=_0x17562;continue;case'1':_0x5824df[_0x5e60fc(0x80)]=_0xf4b730;continue;case'2':_0x5824df['duration']=_0x58220c['testStepResult'][_0x5e60fc(0xf1)][_0x5e60fc(0x11c)];continue;case'3':_0x5824df[_0x5e60fc(0x11e)]=new Date()[_0x5e60fc(0xf9)]();continue;case'4':_0x5824df['result']=_0x58220c[_0x5e60fc(0x10b)][_0x5e60fc(0x95)];continue;}break;}}}),_tests[_0x447c45]=_0x3f4a53,delete _tests[_0x447c45][_0x4f5295[_0x4c5301(0xfa)]];}}catch(_0x7b2d80){logger[_0x4c5301(0xe7)](_0x4c5301(0xe4)+util[_0x4c5301(0xe2)](_0x7b2d80));}}[a6_0xf6d970(0x9a)](_0x3f96b7){const _0x18ac6c=a6_0xf6d970,_0x47b965={};return _0x3f96b7['feature']['children'][_0x18ac6c(0x103)](this[_0x18ac6c(0x96)])[_0x18ac6c(0x8c)]()['forEach'](_0x17968d=>_0x17968d['steps'][_0x18ac6c(0x100)](_0x3d3b1b=>_0x47b965[_0x3d3b1b['id']]=_0x3d3b1b)),_0x47b965;}['extractStepContainers'](_0x35b60e){const _0x216f99=a6_0xf6d970,_0x2ac9f0={'KAiRB':function(_0x3c87c6,_0x101980){return _0x3c87c6(_0x101980);}};if(!_0x2ac9f0[_0x216f99(0xcc)](isUndefined,_0x35b60e[_0x216f99(0xef)]))return[_0x35b60e[_0x216f99(0xef)]];else{if(!_0x2ac9f0[_0x216f99(0xcc)](isUndefined,_0x35b60e['rule']))return _0x35b60e[_0x216f99(0x11b)]['children'][_0x216f99(0x103)](_0x28b3d8=>!isUndefined(_0x28b3d8[_0x216f99(0xef)])?_0x28b3d8[_0x216f99(0xef)]:_0x28b3d8[_0x216f99(0xec)]);};return[_0x35b60e[_0x216f99(0xec)]];}[a6_0xf6d970(0xe1)](_0x4b4f6c,_0x508ce9){const _0xff30fe=a6_0xf6d970;return Object[_0xff30fe(0xa4)](_0x4b4f6c[_0xff30fe(0xd0)][_0xff30fe(0xcb)])[_0xff30fe(0xe5)](_0x233eca=>_0x233eca[_0xff30fe(0xb2)]===_0x508ce9[_0xff30fe(0xb2)]);}}function a6_0x2ca8(_0x1d0b96,_0x2b3293){const _0x5eb21b=a6_0x5eb2();return a6_0x2ca8=function(_0x2ca8e9,_0x3ec3cb){_0x2ca8e9=_0x2ca8e9-0x7b;let _0x269e7b=_0x5eb21b[_0x2ca8e9];return _0x269e7b;},a6_0x2ca8(_0x1d0b96,_0x2b3293);}module['exports']=o11yClassErrorHandler(BrowserstackFormatter,[a6_0xf6d970(0xbc),a6_0xf6d970(0xf5),'onTestStepStarted','onTestStepFinished',a6_0xf6d970(0x7b),a6_0xf6d970(0xb7),a6_0xf6d970(0x96),a6_0xf6d970(0xe1),a6_0xf6d970(0x9a)]);function a6_0x5eb2(){const _0x4fa957=['15JKCWeh','DAsWT','pickle','testCase','values','RRREd','toString','PoyQN','Executing\x20tests\x20for\x20','includes','TestRunFinished','steps','UNKNOWN','FAILED','../../playwright/reporter/test-details.js','incrementCounter','10175880hazIKS','klfEo','uri','1830NsROhE','keyword','exception','onTestStepStarted','onTestRunFinished','wQBBQ','pickleStepId','70936uwiwEB','source','onTestCaseStarted','@cucumber/cucumber','snippetBuilder','testStepId','1838703EbQPze','BToVF','DfKQI','../../../helpers/test-observability/error-handler','onPickle','failed','IqrVP','gherkinDocument','bstack','parseTestCaseAttempt','sendHook','gherkinDocumentMap','KAiRB','testCaseMap','RdFpg','hook','eventDataCollector','eventBroadcaster','testCaseFinished','onHook','path','__platform','message','2570634fxCcvh','testCaseId','208094ocYsjg','testCaseStarted','sourceLocation','util','sendTestRunEventForCucumber','stepDefinition','Jwhki','VAhNy','getGherkinDocument','format','PENDING','Exception\x20in\x20onTestStepFinished\x20event:\x20','find','../test-observability.js','debug','assign','ftfkG','Exception\x20in\x20onTestStepStarted\x20event:\x20','231QiTVJa','scenario','21485zJYEPX','text','background','toLowerCase','duration','pickleId','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','isBstackHook','onTestCaseFinished','wpRQM','log','getTestUUID','toISOString','PKwyI','hooks','report','JriGd','PiuEu','usyOC','forEach','description','testCaseAttemptDataMap','map','APGGN','testStepFinished','testRunStarted','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','TluFW','push','3|4|2|0|1','testStepResult','oOKyV','qhBcj','CONFIG','10vUTIbg','split','mtYbY','PASSED','jdKNP','UnhandledError','supportCodeLibrary','908044USbfpc','Kmlux','testRunFinished','finishedAt','../../../helpers/helper','rule','seconds','pickleMap','finished_at','\x20\x20\x20\x20','onTestRunStarted','zDcvg','XfImq','testCaseStartedId','PSWFw','failureType','bnirf','KoARW','name','cwd','YmkLw','logTestRunFinished','actionLocation','onTestCase','testCases','uozEU','result','flat','testStepStarted','LjONT','isLZf','parse','testCaseAttempt','logTestCaseFinished','jKJWk','failure','status','extractStepContainers','envelope','YCEID','feature','getGherkinStepMap','onStepDefinition','getTestCaseAttempt','BqWFb','AMBIGUOUS','testSteps'];a6_0x5eb2=function(){return _0x4fa957;};return a6_0x5eb2();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a7_0x116673=a7_0x5b3e;(function(_0x3b850b,_0x133d38){const _0x314442=a7_0x5b3e,_0x57cdcf=_0x3b850b();while(!![]){try{const _0x584574=-parseInt(_0x314442(0x1df))/0x1+-parseInt(_0x314442(0x1e8))/0x2+parseInt(_0x314442(0x211))/0x3+-parseInt(_0x314442(0x1de))/0x4+-parseInt(_0x314442(0x1e2))/0x5*(parseInt(_0x314442(0x221))/0x6)+-parseInt(_0x314442(0x21e))/0x7*(-parseInt(_0x314442(0x1ee))/0x8)+parseInt(_0x314442(0x22f))/0x9;if(_0x584574===_0x133d38)break;else _0x57cdcf['push'](_0x57cdcf['shift']());}catch(_0x5012f7){_0x57cdcf['push'](_0x57cdcf['shift']());}}}(a7_0x4a17,0xeae26));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x116673(0x219)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a7_0x116673(0x217),'cucumber');function a7_0x5b3e(_0xc7c75d,_0x48f7b6){const _0x4a1793=a7_0x4a17();return a7_0x5b3e=function(_0x5b3ec2,_0x32f6be){_0x5b3ec2=_0x5b3ec2-0x1db;let _0x594a78=_0x4a1793[_0x5b3ec2];return _0x594a78;},a7_0x5b3e(_0xc7c75d,_0x48f7b6);}class BrowserstackFormatter extends Formatter{constructor(_0x367b9a){const _0x317182=a7_0x116673,_0x1463eb={'ykXWs':function(_0x184887,_0x237245){return _0x184887!==_0x237245;},'znVDq':function(_0x56865e,_0x3fd492){return _0x56865e(_0x3fd492);},'FbUqz':_0x317182(0x231),'CwvDV':_0x317182(0x1f9),'QNmDt':_0x317182(0x1e9),'LarxO':_0x317182(0x1ea),'XLqgH':_0x317182(0x20d)};super(_0x367b9a),_0x367b9a[_0x317182(0x229)]['on'](_0x1463eb[_0x317182(0x21d)],()=>{const _0xf8c09e=_0x317182;let _0x376630;if(_0x1463eb['ykXWs'](process[_0xf8c09e(0x210)][_0xf8c09e(0x1dd)],undefined)){const _0xb41c02=JSON[_0xf8c09e(0x1fd)](process[_0xf8c09e(0x210)][_0xf8c09e(0x1dd)]);_0x376630=_0xb41c02[_0xf8c09e(0x22a)];}_0x1463eb[_0xf8c09e(0x1f0)](_0x376630,undefined)&&(global[_0xf8c09e(0x216)]=_0x1463eb['znVDq'](getPlatformName,_0x376630),console[_0xf8c09e(0x21f)]('Executing\x20tests\x20for\x20'+global[_0xf8c09e(0x216)]));}),_0x367b9a[_0x317182(0x229)]['on'](_0x1463eb[_0x317182(0x1dc)],()=>{testSuites+=0x1;}),_0x367b9a[_0x317182(0x229)]['on'](_0x1463eb[_0x317182(0x1fa)],_0x476293=>{const _0x352951=_0x317182;this[_0x352951(0x204)](_0x476293);}),_0x367b9a[_0x317182(0x229)]['on'](_0x1463eb[_0x317182(0x1e1)],()=>{totalTests-=0x2;}),_0x367b9a['eventBroadcaster']['on'](_0x1463eb[_0x317182(0x226)],()=>{totalTests+=0x1;});}[a7_0x116673(0x204)](_0x57104c){const _0x2a2ad6=a7_0x116673,_0x40e339={'XzsmJ':_0x2a2ad6(0x1fb),'qqtLI':_0x2a2ad6(0x1ef),'ywyJK':_0x2a2ad6(0x218),'nlHWJ':_0x2a2ad6(0x1f1),'OdlSl':_0x2a2ad6(0x1f6),'kKLoQ':_0x2a2ad6(0x20e),'XYWwP':_0x2a2ad6(0x21c),'hOCMF':function(_0x43697c,_0x55c9b8){return _0x43697c+_0x55c9b8;},'jwgle':function(_0xfe17e,_0x21dae7){return _0xfe17e+_0x21dae7;},'xWSuw':function(_0x27e81c,_0x19fe2f){return _0x27e81c+_0x19fe2f;},'KszNB':_0x2a2ad6(0x21b),'ufIak':_0x2a2ad6(0x1e4),'GylHu':function(_0x3d98ad,_0x4e9e02){return _0x3d98ad(_0x4e9e02);},'ADHXa':_0x2a2ad6(0x1fc),'PCqcv':function(_0x391e2e,_0xea8e70){return _0x391e2e+_0xea8e70;},'RlyjJ':_0x2a2ad6(0x224),'IMTTb':_0x2a2ad6(0x232),'QmPka':function(_0x49e75a,_0x3eaa82){return _0x49e75a===_0x3eaa82;},'tYIyZ':function(_0x5498a8,_0x43e76b,_0x37376c){return _0x5498a8(_0x43e76b,_0x37376c);},'zsrge':_0x2a2ad6(0x203),'oMzfy':_0x2a2ad6(0x213),'DwVrU':_0x2a2ad6(0x1db),'HOpAs':function(_0x59ece2,_0x50b935){return _0x59ece2!==_0x50b935;},'ZSQRC':function(_0x288bda,_0x11fdc8){return _0x288bda+_0x11fdc8;},'PWEEs':function(_0x5180e9,_0xaf18e0){return _0x5180e9+_0xaf18e0;},'Gywjg':function(_0x313036,_0x39c99b){return _0x313036!==_0x39c99b;},'owiNW':_0x2a2ad6(0x209),'ZNJbg':function(_0x44dfa6,_0x1b05a7){return _0x44dfa6+_0x1b05a7;},'cUljG':function(_0x4b218c,_0x3bc64d){return _0x4b218c+_0x3bc64d;},'KpPXX':function(_0x44b97b,_0x37cccb){return _0x44b97b<_0x37cccb;},'fgPXZ':function(_0x583da7,_0x28ea3a){return _0x583da7+_0x28ea3a;},'RTBzt':function(_0x90ec0a,_0x156903){return _0x90ec0a+_0x156903;},'nikZN':function(_0x45bfad,_0x24f166){return _0x45bfad(_0x24f166);},'BERMj':function(_0x18d67d,_0x30ba56){return _0x18d67d(_0x30ba56);},'aAJdK':function(_0x1724a4,_0x57e7b8){return _0x1724a4+_0x57e7b8;},'JLygA':function(_0x3e3015,_0x32008f){return _0x3e3015+_0x32008f;},'WyDVB':function(_0x45ffa8,_0x1ff37a){return _0x45ffa8+_0x1ff37a;}};let _0x49b9d2=![];function _0x75d581(_0x4f166e){const _0x24447c=_0x2a2ad6;switch(_0x4f166e){case _0x40e339['XzsmJ']:testsFailed+=0x1;break;case _0x40e339['qqtLI']:testsPassed+=0x1;break;case _0x40e339['ywyJK']:testsSkipped+=0x1;break;case _0x40e339['nlHWJ']:testsPending+=0x1;break;case _0x40e339[_0x24447c(0x202)]:testsUndefined+=0x1;break;case _0x40e339[_0x24447c(0x1f8)]:testsUnknown+=0x1;break;case _0x40e339[_0x24447c(0x1f2)]:testsAmbiguous+=0x1;break;default:break;}}_0x40e339['HOpAs'](global['__platform'],undefined)&&console['log'](_0x40e339[_0x2a2ad6(0x1e6)](_0x40e339['PWEEs']('\x0a',global[_0x2a2ad6(0x216)]),'\x0a'));let _0x1e8532=![];if(_0x40e339[_0x2a2ad6(0x233)](typeof this[_0x2a2ad6(0x22b)][_0x2a2ad6(0x205)],_0x40e339['owiNW'])){var _0xc0f7ce=this[_0x2a2ad6(0x22b)][_0x2a2ad6(0x205)](_0x57104c[_0x2a2ad6(0x220)]),_0x38acc9=_0xc0f7ce[_0x2a2ad6(0x1e0)],_0x362e97=_0xc0f7ce['testCase'];console[_0x2a2ad6(0x21f)](_0x40e339[_0x2a2ad6(0x1e7)]('\x20\x20',_0x38acc9[_0x2a2ad6(0x20c)]));var _0xae0489=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x38acc9);_0x362e97[_0x2a2ad6(0x1f4)][_0x2a2ad6(0x1e3)](function(_0xe140f0){const _0x234b82=_0x2a2ad6;if(_0xe140f0['actionLocation']&&_0xe140f0[_0x234b82(0x220)])_0x49b9d2=!![],console['log'](_0x40e339[_0x234b82(0x223)](_0x40e339['jwgle'](_0x40e339[_0x234b82(0x1f3)](_0x40e339[_0x234b82(0x1eb)],_0xae0489[_0xe140f0[_0x234b82(0x220)][_0x234b82(0x1ff)]]['text']),_0x40e339['ufIak']),_0xe140f0['result'][_0x234b82(0x228)][_0x234b82(0x212)]())),_0x40e339[_0x234b82(0x1ed)](_0x75d581,_0xe140f0[_0x234b82(0x203)]['status'][_0x234b82(0x212)]());else _0xe140f0[_0x234b82(0x20f)]&&(!_0xe140f0[_0x234b82(0x20f)][_0x234b82(0x230)]['includes'](_0x40e339[_0x234b82(0x235)])&&(_0x40e339[_0x234b82(0x1ed)](_0x75d581,_0xe140f0[_0x234b82(0x203)][_0x234b82(0x228)][_0x234b82(0x212)]()),_0x49b9d2?console[_0x234b82(0x21f)](_0x40e339['PCqcv'](_0x40e339[_0x234b82(0x207)],_0xe140f0[_0x234b82(0x203)]['status'][_0x234b82(0x212)]())):console['log'](_0x40e339[_0x234b82(0x1f3)](_0x40e339[_0x234b82(0x22d)],_0xe140f0[_0x234b82(0x203)][_0x234b82(0x228)][_0x234b82(0x212)]()))));if(_0x40e339['QmPka'](_0xe140f0[_0x234b82(0x203)]['status'][_0x234b82(0x212)](),_0x40e339[_0x234b82(0x206)])){const _0x3eb437=_0x40e339['tYIyZ'](nestedKeyValue,_0xe140f0,[_0x40e339[_0x234b82(0x1fe)],_0x40e339['oMzfy'],_0x40e339['DwVrU']]);_0x3eb437&&(testsErrorMessage[_0x38acc9['name']]=_0x3eb437,console[_0x234b82(0x21f)](_0x40e339[_0x234b82(0x223)](_0x3eb437,'\x0a'))),_0x1e8532=!![];}});}else{const _0x3246d6=this[_0x2a2ad6(0x22b)][_0x2a2ad6(0x20b)](_0x57104c);console[_0x2a2ad6(0x21f)](_0x40e339['ZSQRC'](_0x40e339[_0x2a2ad6(0x1ec)](_0x40e339[_0x2a2ad6(0x223)]('\x20\x20',_0x3246d6[_0x2a2ad6(0x234)]['feature']['name']),_0x40e339[_0x2a2ad6(0x200)]),_0x3246d6['pickle'][_0x2a2ad6(0x20c)]));const _0x26401e=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x3246d6[_0x2a2ad6(0x1e0)]),_0x5426f5=_0x3246d6[_0x2a2ad6(0x20a)][_0x2a2ad6(0x1f4)],_0x42de8e=_0x3246d6[_0x2a2ad6(0x22e)],_0xb144f3=_0x5426f5[_0x2a2ad6(0x215)];for(let _0x276934=0x0;_0x40e339[_0x2a2ad6(0x201)](_0x276934,_0xb144f3);_0x276934++){const _0x2fe09d=_0x5426f5[_0x276934];if(_0x2fe09d[_0x2a2ad6(0x20f)]&&_0x2fe09d[_0x2a2ad6(0x220)])_0x49b9d2=!![],console['log'](_0x40e339['fgPXZ'](_0x40e339[_0x2a2ad6(0x21a)](_0x40e339['RTBzt'](_0x40e339[_0x2a2ad6(0x1eb)],_0x26401e[_0x2fe09d[_0x2a2ad6(0x220)][_0x2a2ad6(0x1ff)]][_0x2a2ad6(0x1f7)]),_0x40e339[_0x2a2ad6(0x200)]),_0x42de8e[_0x276934][_0x2a2ad6(0x228)][_0x2a2ad6(0x212)]())),_0x40e339[_0x2a2ad6(0x214)](_0x75d581,_0x42de8e[_0x276934][_0x2a2ad6(0x228)]['toUpperCase']());else _0x2fe09d[_0x2a2ad6(0x20f)]&&(!_0x2fe09d[_0x2a2ad6(0x20f)][_0x2a2ad6(0x230)][_0x2a2ad6(0x1e5)](_0x40e339['ADHXa'])&&(_0x40e339[_0x2a2ad6(0x22c)](_0x75d581,_0x42de8e[_0x276934]['status'][_0x2a2ad6(0x212)]()),_0x49b9d2?console[_0x2a2ad6(0x21f)](_0x40e339[_0x2a2ad6(0x223)](_0x40e339[_0x2a2ad6(0x207)],_0x42de8e[_0x276934][_0x2a2ad6(0x228)][_0x2a2ad6(0x212)]())):console[_0x2a2ad6(0x21f)](_0x40e339[_0x2a2ad6(0x222)](_0x40e339[_0x2a2ad6(0x22d)],_0x42de8e[_0x276934][_0x2a2ad6(0x228)][_0x2a2ad6(0x212)]()))));if(_0x40e339[_0x2a2ad6(0x1f5)](_0x42de8e[_0x276934][_0x2a2ad6(0x228)][_0x2a2ad6(0x212)](),_0x40e339[_0x2a2ad6(0x206)])){_0x1e8532=!![];const _0xd7f9d7=_0x40e339['tYIyZ'](nestedKeyValue,_0x42de8e[_0x276934],[_0x40e339[_0x2a2ad6(0x227)],_0x40e339[_0x2a2ad6(0x208)]]);_0xd7f9d7&&(testsErrorMessage[_0x40e339['JLygA'](_0x40e339['WyDVB'](_0x3246d6[_0x2a2ad6(0x234)][_0x2a2ad6(0x225)][_0x2a2ad6(0x20c)],_0x40e339[_0x2a2ad6(0x200)]),_0x3246d6['pickle']['name'])]=_0xd7f9d7,console[_0x2a2ad6(0x21f)](_0x40e339[_0x2a2ad6(0x222)](_0xd7f9d7,'\x0a')));}}}_0x1e8532&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a7_0x4a17(){const _0x113f6d=['getTestCaseData','XzsmJ','RlyjJ','DwVrU','undefined','testCase','getTestCaseAttempt','name','test-step-started','UNKNOWN','actionLocation','env','28068ZmCtuA','toUpperCase','exception','nikZN','length','__platform','cucumber/lib/formatter/helpers/pickle_parser.js','SKIPPED','../../../helpers/helper','RTBzt','\x20\x20\x20\x20','AMBIGUOUS','FbUqz','10360BNUZeh','log','sourceLocation','1938HYRtwI','aAJdK','hOCMF','\x20\x20\x20\x20AFTER\x20-\x20','feature','XLqgH','oMzfy','status','eventBroadcaster','capability','eventDataCollector','BERMj','IMTTb','stepResults','7948224NBqpst','uri','test-run-started','\x20\x20\x20\x20BEFORE\x20-\x20','Gywjg','gherkinDocument','ADHXa','stack','CwvDV','CONFIG','3047948vYHBzv','78130knilrO','pickle','LarxO','3275JZXroy','forEach','\x20-\x20','includes','ZSQRC','ZNJbg','415528eVgksU','test-case-finished','test-run-finished','KszNB','cUljG','GylHu','7184FBGpSi','PASSED','ykXWs','PENDING','XYWwP','xWSuw','steps','QmPka','UNDEFINED','text','kKLoQ','test-case-started','QNmDt','FAILED','cucumber-js/test_old.setup.js','parse','zsrge','line','ufIak','KpPXX','OdlSl','result','logTestCaseFinished'];a7_0x4a17=function(){return _0x113f6d;};return a7_0x4a17();}module['exports']=BrowserstackFormatter;
|
|
1
|
+
const a7_0x279c35=a7_0x4fad;(function(_0x1898a8,_0x48e363){const _0xfe1830=a7_0x4fad,_0x1bd3e0=_0x1898a8();while(!![]){try{const _0x38c8e2=-parseInt(_0xfe1830(0x164))/0x1+-parseInt(_0xfe1830(0x15b))/0x2+parseInt(_0xfe1830(0x183))/0x3+parseInt(_0xfe1830(0x188))/0x4+-parseInt(_0xfe1830(0x165))/0x5*(parseInt(_0xfe1830(0x16f))/0x6)+-parseInt(_0xfe1830(0x17a))/0x7*(-parseInt(_0xfe1830(0x18a))/0x8)+parseInt(_0xfe1830(0x173))/0x9;if(_0x38c8e2===_0x48e363)break;else _0x1bd3e0['push'](_0x1bd3e0['shift']());}catch(_0x44a7d4){_0x1bd3e0['push'](_0x1bd3e0['shift']());}}}(a7_0x2c11,0x50bb7));function a7_0x2c11(){const _0x1dc4c1=['mkaxv','stepResults','cvdFE','845880RcYWwz','status','TUnUO','LsnkU','BANNc','2157480dESRjR','sCTsT','8SCuEoG','PASSED','FAILED','parse','rLXCv','getTestCaseData','result','sourceLocation','getStepLineToPickledStepMap','KpcDx','eventDataCollector','includes','SKIPPED','exception','undefined','VjESY','OISZs','gKdym','xSNmH','forEach','BxOOB','iOaaq','env','xKUbz','PENDING','xoLtZ','gherkinDocument','Executing\x20tests\x20for\x20','AMBIGUOUS','ZQocK','Xsvoi','steps','PXuKP','zCVxg','FvPtr','feature','UNDEFINED','../../../helpers/helper','izOCA','toUpperCase','uri','ZfJzO','ngWmN','ZMZEd','994018Tptnpm','__platform','MpApa','test-run-finished','VHfjx','QrfQY','\x20-\x20','log','cucumber-js/test_old.setup.js','339950BdvFXF','715fPfHDl','XluVa','\x20\x20\x20\x20AFTER\x20-\x20','bwDHJ','test-case-started','ClNuH','line','HDNIc','actionLocation','test-run-started','20946wpNYfL','capability','\x20\x20\x20\x20BEFORE\x20-\x20','UNKNOWN','1809792KVnbqC','pickle','cjGsv','test-case-finished','text','\x20\x20\x20\x20','logTestCaseFinished','4511031KlBGmA','cucumber','KYNxF','testCase','eventBroadcaster','name'];a7_0x2c11=function(){return _0x1dc4c1;};return a7_0x2c11();}const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x279c35(0x154)),{Formatter}=requireModule(a7_0x279c35(0x17b)),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js',a7_0x279c35(0x17b));function a7_0x4fad(_0x46e942,_0x3b5d98){const _0x2c116a=a7_0x2c11();return a7_0x4fad=function(_0x4fadcd,_0x47d51c){_0x4fadcd=_0x4fadcd-0x152;let _0x42a4d8=_0x2c116a[_0x4fadcd];return _0x42a4d8;},a7_0x4fad(_0x46e942,_0x3b5d98);}class BrowserstackFormatter extends Formatter{constructor(_0x908d1c){const _0xdbd7d3=a7_0x279c35,_0xa80092={'ClNuH':function(_0x49fd1d,_0x30daca){return _0x49fd1d!==_0x30daca;},'xJgvK':function(_0xd4c038,_0x719eb8){return _0xd4c038(_0x719eb8);},'EZmgx':_0xdbd7d3(0x16e),'ZfJzO':_0xdbd7d3(0x169),'OISZs':_0xdbd7d3(0x176),'VjESY':_0xdbd7d3(0x15e),'MpApa':'test-step-started'};super(_0x908d1c),_0x908d1c[_0xdbd7d3(0x17e)]['on'](_0xa80092['EZmgx'],()=>{const _0x125a3e=_0xdbd7d3;let _0x43c04a;if(_0xa80092[_0x125a3e(0x16a)](process[_0x125a3e(0x1a0)]['CONFIG'],undefined)){const _0x43903a=JSON[_0x125a3e(0x18d)](process[_0x125a3e(0x1a0)]['CONFIG']);_0x43c04a=_0x43903a[_0x125a3e(0x170)];}_0xa80092[_0x125a3e(0x16a)](_0x43c04a,undefined)&&(global[_0x125a3e(0x15c)]=_0xa80092['xJgvK'](getPlatformName,_0x43c04a),console[_0x125a3e(0x162)](_0x125a3e(0x1a5)+global[_0x125a3e(0x15c)]));}),_0x908d1c['eventBroadcaster']['on'](_0xa80092[_0xdbd7d3(0x158)],()=>{testSuites+=0x1;}),_0x908d1c[_0xdbd7d3(0x17e)]['on'](_0xa80092[_0xdbd7d3(0x19a)],_0x263822=>{this['logTestCaseFinished'](_0x263822);}),_0x908d1c['eventBroadcaster']['on'](_0xa80092[_0xdbd7d3(0x199)],()=>{totalTests-=0x2;}),_0x908d1c[_0xdbd7d3(0x17e)]['on'](_0xa80092[_0xdbd7d3(0x15d)],()=>{totalTests+=0x1;});}[a7_0x279c35(0x179)](_0x242d6a){const _0x1bb169=a7_0x279c35,_0xbb4a90={'gKdym':_0x1bb169(0x18c),'Xsvoi':_0x1bb169(0x18b),'GRyNC':_0x1bb169(0x196),'PXuKP':_0x1bb169(0x1a2),'mkaxv':_0x1bb169(0x153),'ROXiF':_0x1bb169(0x172),'cjGsv':_0x1bb169(0x1a6),'FvPtr':function(_0x34433e,_0x340ba2){return _0x34433e+_0x340ba2;},'BxOOB':function(_0x46a012,_0x455efd){return _0x46a012+_0x455efd;},'IVbHv':_0x1bb169(0x178),'XluVa':_0x1bb169(0x161),'ZMZEd':function(_0x89311e,_0x2a9a4a){return _0x89311e(_0x2a9a4a);},'ZQocK':_0x1bb169(0x163),'LsnkU':function(_0x30024b,_0x1e2809){return _0x30024b+_0x1e2809;},'iOaaq':_0x1bb169(0x167),'QrfQY':function(_0x2ad134,_0x446c86){return _0x2ad134+_0x446c86;},'KYNxF':_0x1bb169(0x171),'sCTsT':function(_0x26f637,_0x53dde4){return _0x26f637===_0x53dde4;},'rLXCv':function(_0x160c6a,_0x17c772,_0x25f194){return _0x160c6a(_0x17c772,_0x25f194);},'kZWYn':_0x1bb169(0x190),'xoLtZ':_0x1bb169(0x197),'bwDHJ':'stack','BANNc':function(_0x257245,_0x43a5ee){return _0x257245!==_0x43a5ee;},'izOCA':function(_0x5e69b7,_0x2bf22d){return _0x5e69b7+_0x2bf22d;},'TUnUO':function(_0x3504db,_0xa70dcd){return _0x3504db+_0xa70dcd;},'KpcDx':function(_0x6feb21,_0x11b21a){return _0x6feb21!==_0x11b21a;},'xSNmH':_0x1bb169(0x198),'xKUbz':function(_0x3e854e,_0xbefedc){return _0x3e854e+_0xbefedc;},'cvdFE':function(_0xf4dc56,_0x4cf315){return _0xf4dc56+_0x4cf315;},'Zvama':function(_0x4e891e,_0x4728ab){return _0x4e891e+_0x4728ab;},'HDNIc':function(_0x4fa7b1,_0x2ab85e){return _0x4fa7b1<_0x2ab85e;},'ngWmN':function(_0x363cc8,_0xb9ec89){return _0x363cc8(_0xb9ec89);},'VHfjx':function(_0x553f48,_0x146cc6){return _0x553f48+_0x146cc6;},'zCVxg':function(_0x3fd994,_0x4ab150,_0x537548){return _0x3fd994(_0x4ab150,_0x537548);}};let _0x3a7398=![];function _0xed14f(_0x423631){const _0x55817c=_0x1bb169;switch(_0x423631){case _0xbb4a90[_0x55817c(0x19b)]:testsFailed+=0x1;break;case _0xbb4a90[_0x55817c(0x1a8)]:testsPassed+=0x1;break;case _0xbb4a90['GRyNC']:testsSkipped+=0x1;break;case _0xbb4a90[_0x55817c(0x1aa)]:testsPending+=0x1;break;case _0xbb4a90[_0x55817c(0x180)]:testsUndefined+=0x1;break;case _0xbb4a90['ROXiF']:testsUnknown+=0x1;break;case _0xbb4a90[_0x55817c(0x175)]:testsAmbiguous+=0x1;break;default:break;}}_0xbb4a90[_0x1bb169(0x187)](global[_0x1bb169(0x15c)],undefined)&&console[_0x1bb169(0x162)](_0xbb4a90[_0x1bb169(0x155)](_0xbb4a90['TUnUO']('\x0a',global[_0x1bb169(0x15c)]),'\x0a'));let _0x114834=![];if(_0xbb4a90[_0x1bb169(0x193)](typeof this['eventDataCollector'][_0x1bb169(0x18f)],_0xbb4a90[_0x1bb169(0x19c)])){var _0x57577e=this[_0x1bb169(0x194)]['getTestCaseData'](_0x242d6a[_0x1bb169(0x191)]),_0x43f98f=_0x57577e['pickle'],_0x570d40=_0x57577e[_0x1bb169(0x17d)];console[_0x1bb169(0x162)](_0xbb4a90[_0x1bb169(0x1a1)]('\x20\x20',_0x43f98f['name']));var _0x538467=(0x0,pickleParser[_0x1bb169(0x192)])(_0x43f98f);_0x570d40[_0x1bb169(0x1a9)][_0x1bb169(0x19d)](function(_0x29a1ff){const _0x385b63=_0x1bb169;if(_0x29a1ff[_0x385b63(0x16d)]&&_0x29a1ff[_0x385b63(0x191)])_0x3a7398=!![],console[_0x385b63(0x162)](_0xbb4a90[_0x385b63(0x1ac)](_0xbb4a90[_0x385b63(0x1ac)](_0xbb4a90[_0x385b63(0x19e)](_0xbb4a90['IVbHv'],_0x538467[_0x29a1ff['sourceLocation']['line']]['text']),_0xbb4a90[_0x385b63(0x166)]),_0x29a1ff[_0x385b63(0x190)][_0x385b63(0x184)][_0x385b63(0x156)]())),_0xbb4a90[_0x385b63(0x15a)](_0xed14f,_0x29a1ff[_0x385b63(0x190)][_0x385b63(0x184)][_0x385b63(0x156)]());else _0x29a1ff[_0x385b63(0x16d)]&&(!_0x29a1ff[_0x385b63(0x16d)]['uri'][_0x385b63(0x195)](_0xbb4a90[_0x385b63(0x1a7)])&&(_0xbb4a90[_0x385b63(0x15a)](_0xed14f,_0x29a1ff['result']['status'][_0x385b63(0x156)]()),_0x3a7398?console[_0x385b63(0x162)](_0xbb4a90[_0x385b63(0x186)](_0xbb4a90[_0x385b63(0x19f)],_0x29a1ff[_0x385b63(0x190)][_0x385b63(0x184)][_0x385b63(0x156)]())):console[_0x385b63(0x162)](_0xbb4a90['QrfQY'](_0xbb4a90[_0x385b63(0x17c)],_0x29a1ff[_0x385b63(0x190)]['status'][_0x385b63(0x156)]()))));if(_0xbb4a90[_0x385b63(0x189)](_0x29a1ff[_0x385b63(0x190)][_0x385b63(0x184)][_0x385b63(0x156)](),_0xbb4a90[_0x385b63(0x19b)])){const _0x18283f=_0xbb4a90[_0x385b63(0x18e)](nestedKeyValue,_0x29a1ff,[_0xbb4a90['kZWYn'],_0xbb4a90[_0x385b63(0x1a3)],_0xbb4a90[_0x385b63(0x168)]]);_0x18283f&&(testsErrorMessage[_0x43f98f['name']]=_0x18283f,console[_0x385b63(0x162)](_0xbb4a90[_0x385b63(0x186)](_0x18283f,'\x0a'))),_0x114834=!![];}});}else{const _0x522b72=this[_0x1bb169(0x194)]['getTestCaseAttempt'](_0x242d6a);console[_0x1bb169(0x162)](_0xbb4a90[_0x1bb169(0x182)](_0xbb4a90['Zvama'](_0xbb4a90[_0x1bb169(0x1a1)]('\x20\x20',_0x522b72[_0x1bb169(0x1a4)]['feature'][_0x1bb169(0x17f)]),_0xbb4a90[_0x1bb169(0x166)]),_0x522b72[_0x1bb169(0x174)][_0x1bb169(0x17f)]));const _0x121ff6=(0x0,pickleParser[_0x1bb169(0x192)])(_0x522b72[_0x1bb169(0x174)]),_0x210821=_0x522b72[_0x1bb169(0x17d)][_0x1bb169(0x1a9)],_0x55fa3e=_0x522b72[_0x1bb169(0x181)],_0x37e6db=_0x210821['length'];for(let _0x2d145d=0x0;_0xbb4a90[_0x1bb169(0x16c)](_0x2d145d,_0x37e6db);_0x2d145d++){const _0x1af9c6=_0x210821[_0x2d145d];if(_0x1af9c6[_0x1bb169(0x16d)]&&_0x1af9c6[_0x1bb169(0x191)])_0x3a7398=!![],console['log'](_0xbb4a90[_0x1bb169(0x182)](_0xbb4a90[_0x1bb169(0x155)](_0xbb4a90[_0x1bb169(0x1ac)](_0xbb4a90['IVbHv'],_0x121ff6[_0x1af9c6[_0x1bb169(0x191)][_0x1bb169(0x16b)]][_0x1bb169(0x177)]),_0xbb4a90['XluVa']),_0x55fa3e[_0x2d145d][_0x1bb169(0x184)]['toUpperCase']())),_0xbb4a90[_0x1bb169(0x15a)](_0xed14f,_0x55fa3e[_0x2d145d][_0x1bb169(0x184)][_0x1bb169(0x156)]());else _0x1af9c6['actionLocation']&&(!_0x1af9c6[_0x1bb169(0x16d)][_0x1bb169(0x157)]['includes'](_0xbb4a90[_0x1bb169(0x1a7)])&&(_0xbb4a90[_0x1bb169(0x159)](_0xed14f,_0x55fa3e[_0x2d145d][_0x1bb169(0x184)][_0x1bb169(0x156)]()),_0x3a7398?console[_0x1bb169(0x162)](_0xbb4a90[_0x1bb169(0x15f)](_0xbb4a90['iOaaq'],_0x55fa3e[_0x2d145d][_0x1bb169(0x184)][_0x1bb169(0x156)]())):console['log'](_0xbb4a90[_0x1bb169(0x182)](_0xbb4a90[_0x1bb169(0x17c)],_0x55fa3e[_0x2d145d][_0x1bb169(0x184)][_0x1bb169(0x156)]()))));if(_0xbb4a90['sCTsT'](_0x55fa3e[_0x2d145d][_0x1bb169(0x184)][_0x1bb169(0x156)](),_0xbb4a90[_0x1bb169(0x19b)])){_0x114834=!![];const _0x5925c4=_0xbb4a90[_0x1bb169(0x1ab)](nestedKeyValue,_0x55fa3e[_0x2d145d],[_0xbb4a90['xoLtZ'],_0xbb4a90[_0x1bb169(0x168)]]);_0x5925c4&&(testsErrorMessage[_0xbb4a90[_0x1bb169(0x19e)](_0xbb4a90[_0x1bb169(0x160)](_0x522b72[_0x1bb169(0x1a4)][_0x1bb169(0x152)][_0x1bb169(0x17f)],_0xbb4a90[_0x1bb169(0x166)]),_0x522b72[_0x1bb169(0x174)][_0x1bb169(0x17f)])]=_0x5925c4,console[_0x1bb169(0x162)](_0xbb4a90[_0x1bb169(0x185)](_0x5925c4,'\x0a')));}}}_0x114834&&(testSuitesFailed+=0x1),console[_0x1bb169(0x162)]('\x0a');}}module['exports']=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a8_0x41594c=a8_0x1294;function a8_0x1294(_0x1ff5ec,_0x503f43){const _0x100056=a8_0x1000();return a8_0x1294=function(_0x129402,_0x4a20ac){_0x129402=_0x129402-0x132;let _0xc5d10f=_0x100056[_0x129402];return _0xc5d10f;},a8_0x1294(_0x1ff5ec,_0x503f43);}(function(_0x3e80c3,_0x433a59){const _0x1fcbb8=a8_0x1294,_0x49324d=_0x3e80c3();while(!![]){try{const _0x2e0c0a=parseInt(_0x1fcbb8(0x170))/0x1*(parseInt(_0x1fcbb8(0x14b))/0x2)+parseInt(_0x1fcbb8(0x17d))/0x3+-parseInt(_0x1fcbb8(0x160))/0x4+-parseInt(_0x1fcbb8(0x1cb))/0x5*(parseInt(_0x1fcbb8(0x1ce))/0x6)+-parseInt(_0x1fcbb8(0x194))/0x7*(parseInt(_0x1fcbb8(0x171))/0x8)+-parseInt(_0x1fcbb8(0x16c))/0x9+-parseInt(_0x1fcbb8(0x169))/0xa*(-parseInt(_0x1fcbb8(0x13a))/0xb);if(_0x2e0c0a===_0x433a59)break;else _0x49324d['push'](_0x49324d['shift']());}catch(_0x32c754){_0x49324d['push'](_0x49324d['shift']());}}}(a8_0x1000,0x29153));const path=require(a8_0x41594c(0x152)),util=require(a8_0x41594c(0x173)),hooksMap={},SessionHandler=require(a8_0x41594c(0x1a2)),testhubUtils=require(a8_0x41594c(0x1a1)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x41594c(0x18c)),logger=require(a8_0x41594c(0x196))[a8_0x41594c(0x19c)],{o11yClassErrorHandler}=require(a8_0x41594c(0x191)),{FRAMEWORKS}=require(a8_0x41594c(0x14f)),TestDetails=require(a8_0x41594c(0x14a));this[a8_0x41594c(0x1ab)]=![],this[a8_0x41594c(0x1b5)]=null;class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x107043,_0x2a3783,_0x5303fb,_0xe9c468,_0x2cea5a){const _0x331bb5=a8_0x41594c,_0x3f3544={'zYZJn':function(_0x300417,_0x283242){return _0x300417===_0x283242;},'ZyHXw':_0x331bb5(0x18d),'jZaNL':_0x331bb5(0x18f),'uQrBd':_0x331bb5(0x135),'vPVgy':_0x331bb5(0x16d),'iUpSY':function(_0x280ac0,_0x1c5d58){return _0x280ac0||_0x1c5d58;},'qayAg':function(_0x3ce85b,_0xeb65d3){return _0x3ce85b+_0xeb65d3;},'rVAsf':function(_0x593cdb,_0x116141){return _0x593cdb+_0x116141;},'QyGju':_0x331bb5(0x1ba),'xoVKO':_0x331bb5(0x16e),'yQDYs':_0x331bb5(0x136),'mLwvK':_0x331bb5(0x1c4),'MDXdO':_0x331bb5(0x1bd),'eOdvD':function(_0x35ba30,_0x163919){return _0x35ba30!==_0x163919;},'CZQPV':function(_0x2d4d6e,_0x52abdf){return _0x2d4d6e/_0x52abdf;},'OjJQK':function(_0x4b1f65,_0x12e14b){return _0x4b1f65===_0x12e14b;},'CSkiy':_0x331bb5(0x148),'PeYLm':function(_0x808bc9,_0x5f1d2b){return _0x808bc9(_0x5f1d2b);},'AWhIj':'unknown','saEaL':_0x331bb5(0x1cf),'sDaCE':_0x331bb5(0x164),'MSbqL':_0x331bb5(0x165),'NHWsG':function(_0xadae3a,_0x18d05c){return _0xadae3a>_0x18d05c;}},{feature:_0x5b35c4,scenario:_0x398d76,steps:_0x2bf511,uuid:_0x1dbdc0,startedAt:_0x363d05,finishedAt:_0x2fb1d3}=_0x3f3544[_0x331bb5(0x156)](_0x2cea5a,{}),_0x232244=this[_0x331bb5(0x15e)](_0x2a3783,_0x5303fb);await this[_0x331bb5(0x1b6)]();const _0x29b6f7=_0x232244?_0x3f3544[_0x331bb5(0x138)](_0x3f3544['qayAg'](_0x3f3544[_0x331bb5(0x183)](_0x5303fb[_0x331bb5(0x13d)],'\x20('),_0x232244[_0x331bb5(0x19f)](',\x20')),')'):_0x5303fb[_0x331bb5(0x13d)],_0x345ef0={'uuid':_0x1dbdc0,'started_at':_0x363d05,'finished_at':_0x2fb1d3,'type':_0x3f3544[_0x331bb5(0x1c1)],'body':{'lang':_0x3f3544['xoVKO'],'code':null},'name':_0x29b6f7,'scopes':[_0x5b35c4&&_0x5b35c4['name']?_0x5b35c4[_0x331bb5(0x13d)]:''],'tags':_0x5303fb[_0x331bb5(0x176)]?_0x5303fb['tags'][_0x331bb5(0x175)](({name:_0x560a32})=>_0x560a32):[],'file_name':_0x5303fb[_0x331bb5(0x159)],'location':_0x5303fb[_0x331bb5(0x159)],'vc_filepath':this[_0x331bb5(0x1b5)]&&_0x5303fb[_0x331bb5(0x159)]?path['relative'](this['_gitConfigPath'],_0x5303fb[_0x331bb5(0x159)]):null,'framework':_0x3f3544['yQDYs'],'result':_0x3f3544['mLwvK'],'meta':{'feature':_0x5b35c4,'scenario':_0x398d76,'steps':_0x2bf511,'examples':_0x232244},'customRerunParam':{'rerun_name':_0x29b6f7}};if(_0x107043[_0x331bb5(0x1b3)]&&_0x2bf511){const _0x689199=_0x107043[_0x331bb5(0x1b3)];let _0x27e6c1=_0x3f3544[_0x331bb5(0x16f)];_0x2bf511[_0x331bb5(0x161)](_0x76bf9=>{const _0x2b8350=_0x331bb5;if(_0x3f3544[_0x2b8350(0x139)](_0x76bf9[_0x2b8350(0x1a3)],_0x3f3544['ZyHXw']))return _0x27e6c1=_0x3f3544[_0x2b8350(0x15f)],_0x689199[_0x2b8350(0x15d)]=_0x76bf9['failure'],_0x689199[_0x2b8350(0x15b)]=_0x76bf9[_0x2b8350(0x15b)],![];else{if(_0x3f3544[_0x2b8350(0x139)](_0x76bf9[_0x2b8350(0x1a3)],_0x3f3544[_0x2b8350(0x1ac)]))return _0x27e6c1=_0x3f3544[_0x2b8350(0x1c3)],![];}return!![];}),_0x345ef0[_0x331bb5(0x1c7)]=new Date()[_0x331bb5(0x19d)](),_0x345ef0[_0x331bb5(0x1a3)]=_0x27e6c1;_0x689199['timestamp']&&_0x3f3544[_0x331bb5(0x155)](_0x689199[_0x331bb5(0x1c5)][_0x331bb5(0x186)],undefined)?_0x345ef0['duration_in_ms']=_0x3f3544[_0x331bb5(0x198)](_0x689199[_0x331bb5(0x1c5)][_0x331bb5(0x186)],0xf4240):_0x345ef0[_0x331bb5(0x1c9)]=undefined;if(_0x3f3544[_0x331bb5(0x13e)](_0x27e6c1,_0x3f3544[_0x331bb5(0x15f)])){const {default:_0x271499}=await import(_0x3f3544[_0x331bb5(0x193)]);_0x345ef0[_0x331bb5(0x15d)]=[{'backtrace':[_0x689199[_0x331bb5(0x15d)]?_0x3f3544[_0x331bb5(0x1b4)](_0x271499,_0x689199['failure']):_0x3f3544[_0x331bb5(0x1a8)]]}],_0x345ef0['failure_reason']=_0x689199[_0x331bb5(0x15d)]?_0x3f3544['PeYLm'](_0x271499,_0x689199[_0x331bb5(0x15d)]):_0x689199['message'],_0x689199[_0x331bb5(0x15b)]&&(_0x345ef0[_0x331bb5(0x1bf)]=_0x689199[_0x331bb5(0x15b)][_0x331bb5(0x1ca)](/AssertError/)?_0x3f3544['saEaL']:_0x3f3544[_0x331bb5(0x145)]);}}if(_0x3f3544[_0x331bb5(0x139)](_0xe9c468,_0x3f3544[_0x331bb5(0x1c8)])){const _0x1590e4=this['getHooksListForTest'](_0x107043[_0x331bb5(0x1b3)][_0x331bb5(0x16a)]);_0x1590e4&&_0x3f3544[_0x331bb5(0x197)](_0x1590e4[_0x331bb5(0x19a)],0x0)&&(_0x345ef0[_0x331bb5(0x187)]=_0x1590e4,this['updateTestStatus'](_0x107043[_0x331bb5(0x1b3)][_0x331bb5(0x16a)],_0x345ef0));}testhubUtils[_0x331bb5(0x134)](_0x345ef0,_0xe9c468,'',FRAMEWORKS[_0x331bb5(0x199)]);const _0x3bf9c0={};_0x3bf9c0[_0x331bb5(0x132)]=_0xe9c468,_0x3bf9c0['test_run']=_0x345ef0;const _0x194acd=_0x3bf9c0;await SessionHandler[_0x331bb5(0x14c)](_0x194acd);}[a8_0x41594c(0x17c)](_0x2598da,_0x16dc0c){const _0x125e9c=a8_0x41594c,_0x23e9b2={};_0x23e9b2['IZVmP']=function(_0x149b3c,_0x2f1376){return _0x149b3c instanceof _0x2f1376;},_0x23e9b2['oyNzc']=function(_0x271b0a,_0x5397de){return _0x271b0a===_0x5397de;},_0x23e9b2[_0x125e9c(0x178)]=_0x125e9c(0x18f),_0x23e9b2[_0x125e9c(0x1b8)]=_0x125e9c(0x13b),_0x23e9b2['JQNrm']=function(_0x35bf45,_0x450db9){return _0x35bf45 instanceof _0x450db9;};const _0x5838d9=_0x23e9b2,_0x506882=hooksMap[_0x2598da];if(_0x5838d9[_0x125e9c(0x143)](_0x506882,Array))for(const _0x10bea7 of _0x506882){if(_0x5838d9[_0x125e9c(0x14e)](_0x10bea7[_0x125e9c(0x1a3)],_0x5838d9[_0x125e9c(0x178)])){const _0x90e31d=_0x5838d9['WbRzR'][_0x125e9c(0x184)]('|');let _0x1a8ab4=0x0;while(!![]){switch(_0x90e31d[_0x1a8ab4++]){case'0':return _0x16dc0c;case'1':_0x16dc0c['failure']=_0x10bea7[_0x125e9c(0x1b1)];continue;case'2':_0x16dc0c[_0x125e9c(0x1a3)]=_0x10bea7[_0x125e9c(0x1a3)];continue;case'3':_0x16dc0c[_0x125e9c(0x1bf)]=_0x10bea7[_0x125e9c(0x1bf)];continue;case'4':_0x16dc0c[_0x125e9c(0x153)]=_0x5838d9[_0x125e9c(0x13c)](_0x10bea7['failure_data'],Array)?_0x10bea7['failure_data'][0x0][_0x125e9c(0x1b9)]['join']('\x0a'):'';continue;}break;}}};}['getHooksListForTest'](_0xed6e70){const _0x1c90a5=a8_0x41594c;if(hooksMap[_0xed6e70])return hooksMap[_0xed6e70][_0x1c90a5(0x175)](_0x3aada5=>_0x3aada5[_0x1c90a5(0x1a5)]);return[];}['getHookRunEventData'](_0x56a0a6,_0x24a86c,_0x3acb4a,_0x59f813,_0x301e1b,_0x2a13ac){const _0xea2df2=a8_0x41594c,_0xbdb3a2={'NDQDy':function(_0x207fea,_0x499bed){return _0x207fea===_0x499bed;},'GesSN':_0xea2df2(0x1a6),'bjRri':function(_0x1268fe,_0x519310,_0x59266f){return _0x1268fe(_0x519310,_0x59266f);},'Fetnd':_0xea2df2(0x140),'tMFfx':'uri','BmHBQ':_0xea2df2(0x1c4),'dQgTL':_0xea2df2(0x1a4),'SbdQv':_0xea2df2(0x16e),'XWAzk':_0xea2df2(0x195),'zmfij':_0xea2df2(0x13d),'zpmdn':function(_0x320ad0,_0x40e8a6,_0x44dbac){return _0x320ad0(_0x40e8a6,_0x44dbac);},'owjhI':'cucumber'};try{if(_0xbdb3a2['NDQDy'](_0x3acb4a,_0xbdb3a2['GesSN'])){const _0x391dd5=new Date()[_0xea2df2(0x19d)](),_0x2e97c4=hooksMap[_0x24a86c];if(!_0x2e97c4)return;const _0x5b810c=_0x2e97c4['find'](_0x3b77a9=>_0x3b77a9[_0xea2df2(0x1a5)]===_0x59f813['id']);if(!_0x5b810c)return;const _0x412753=this['getHookResult'](_0x56a0a6,_0x24a86c);_0x5b810c[_0xea2df2(0x1a3)]=_0x412753[_0xea2df2(0x18e)],_0x5b810c[_0xea2df2(0x1c7)]=_0x391dd5,_0x5b810c['failure_type']=_0x412753[_0xea2df2(0x15b)];const _0x422f96={};return _0x422f96[_0xea2df2(0x1b9)]=_0x412753[_0xea2df2(0x190)],_0x5b810c['failure_data']=[_0x422f96],_0x5b810c;}const _0x27662c=TestDetails[_0xea2df2(0x16b)](_0x24a86c),_0x44488b=_0x56a0a6[_0xea2df2(0x187)][_0xea2df2(0x182)](_0x308c6c=>_0x308c6c['id']===_0x59f813['hookId']),_0x52c45e=_0xbdb3a2[_0xea2df2(0x1ad)](nestedKeyValue,_0x44488b,[_0xbdb3a2[_0xea2df2(0x144)],_0xbdb3a2['tMFfx']]),_0x2835f4=new Date()['toISOString'](),_0x3b3ebb=_0xbdb3a2[_0xea2df2(0x1b2)],_0x7829b8=_0x44488b['tagExpression']?_0x44488b['tagExpression'][_0xea2df2(0x184)]('\x20')[_0xea2df2(0x188)](_0x3641e7=>_0x3641e7[_0xea2df2(0x15c)]('@')):[],_0x45f7cc={'uuid':_0x59f813['id'],'type':_0xbdb3a2[_0xea2df2(0x147)],'hook_type':_0x2a13ac,'name':_0x44488b[_0xea2df2(0x13d)],'body':{'lang':_0xbdb3a2[_0xea2df2(0x174)],'code':null},'tags':_0x7829b8,'test_run_id':_0x27662c,'scope':_0xbdb3a2[_0xea2df2(0x1ad)](nestedKeyValue,_0x301e1b,[_0xbdb3a2[_0xea2df2(0x17f)],_0xbdb3a2['zmfij']]),'scopes':[_0xbdb3a2[_0xea2df2(0x1be)](nestedKeyValue,_0x301e1b,[_0xbdb3a2['XWAzk'],_0xbdb3a2[_0xea2df2(0x141)]])||''],'file_name':_0x52c45e,'location':_0x52c45e,'vc_filepath':this[_0xea2df2(0x1b5)]?path[_0xea2df2(0x13f)](this['_gitConfigPath'],_0x52c45e):null,'result':_0x3b3ebb,'started_at':_0x2835f4,'framework':_0xbdb3a2[_0xea2df2(0x185)]};return _0x45f7cc;}catch(_0x2728da){logger[_0xea2df2(0x172)](_0xea2df2(0x1a9)+util[_0xea2df2(0x150)](_0x2728da)+'\x20');}}async[a8_0x41594c(0x151)](_0x487ca1,_0xbd358c,_0x2bb056,_0x329001,_0x450ed7,_0x1a8f2a){const _0x5e8d80=a8_0x41594c,_0xe4d4e={'JzFUJ':function(_0x30cfab,_0xe31c0c){return _0x30cfab===_0xe31c0c;},'eWtZp':'HookRunStarted','HzYWk':function(_0x576a28,_0x43e19f,_0x3fe9e8){return _0x576a28(_0x43e19f,_0x3fe9e8);},'hFZYP':_0x5e8d80(0x140),'TNWwT':_0x5e8d80(0x159),'JDMLg':_0x5e8d80(0x157)};try{const _0x41a6a1=_0x329001[_0x5e8d80(0x182)](_0x32d7c9=>_0x32d7c9['id']===_0x450ed7);if(!_0x41a6a1[_0x5e8d80(0x1bb)])return;const _0x3d6665=this['getCucumberHookType'](_0x329001,_0x41a6a1),_0x459782=this[_0x5e8d80(0x133)](_0x487ca1,_0xbd358c,_0x2bb056,_0x41a6a1,_0x1a8f2a,_0x3d6665);if(!_0x459782)return;_0xe4d4e['JzFUJ'](_0x2bb056,_0xe4d4e[_0x5e8d80(0x149)])&&(hooksMap[_0xbd358c]?hooksMap[_0xbd358c][_0x5e8d80(0x1c2)](_0x459782):hooksMap[_0xbd358c]=[_0x459782]);const _0x2387e4=_0x487ca1[_0x5e8d80(0x187)][_0x5e8d80(0x182)](_0x38f233=>_0x38f233['id']===_0x41a6a1[_0x5e8d80(0x1bb)]),_0x4f4144=_0xe4d4e[_0x5e8d80(0x1b7)](nestedKeyValue,_0x2387e4,[_0xe4d4e[_0x5e8d80(0x17b)],_0xe4d4e[_0x5e8d80(0x1c6)]]);if(!_0x4f4144)return;else{if(_0x4f4144[_0x5e8d80(0x15c)](_0xe4d4e[_0x5e8d80(0x1ae)]))return;}const _0x565148={};_0x565148[_0x5e8d80(0x132)]=_0x2bb056,_0x565148['hook_run']=_0x459782;const _0x3ead89=_0x565148;await SessionHandler['uploadEventData'](_0x3ead89);}catch(_0xe6728e){logger[_0x5e8d80(0x172)]('Exception\x20in\x20sendHook:\x20'+util[_0x5e8d80(0x150)](_0xe6728e)+'\x20');}}['getHookResult'](_0x57c64b,_0x8b3c36){const _0x43f4fc=a8_0x41594c,_0x4c85c7={};_0x4c85c7[_0x43f4fc(0x189)]=function(_0x257283,_0x553554){return _0x257283===_0x553554;},_0x4c85c7['whXse']=_0x43f4fc(0x18f),_0x4c85c7[_0x43f4fc(0x15a)]=function(_0x36e528,_0x24b7fe){return _0x36e528===_0x24b7fe;},_0x4c85c7[_0x43f4fc(0x162)]='UnhandledError',_0x4c85c7[_0x43f4fc(0x18a)]='AssertionError',_0x4c85c7[_0x43f4fc(0x1aa)]=function(_0x413e18,_0x339c53){return _0x413e18||_0x339c53;};const _0x327015=_0x4c85c7,_0x3f7f12=_0x57c64b[_0x43f4fc(0x1a7)][_0x8b3c36][_0x43f4fc(0x158)];let _0x36e282,_0x2eb321;return _0x3f7f12&&_0x327015[_0x43f4fc(0x189)](_0x3f7f12[_0x43f4fc(0x18e)][_0x43f4fc(0x19b)]()[_0x43f4fc(0x180)](),_0x327015[_0x43f4fc(0x1c0)])&&(_0x36e282=_0x327015['ScxzP'](_0x3f7f12[_0x43f4fc(0x163)],undefined)?_0x3f7f12['message']:_0x3f7f12[_0x43f4fc(0x163)][_0x43f4fc(0x137)],_0x2eb321=_0x327015[_0x43f4fc(0x15a)](_0x3f7f12['exception'],undefined)?_0x327015[_0x43f4fc(0x162)]:_0x3f7f12['message'][_0x43f4fc(0x1ca)](/Assert/)?_0x327015[_0x43f4fc(0x18a)]:_0x327015[_0x43f4fc(0x162)]),{'status':_0x3f7f12[_0x43f4fc(0x18e)][_0x43f4fc(0x180)](),'failureType':_0x327015[_0x43f4fc(0x1aa)](_0x2eb321,null),'failureData':!_0x36e282?null:[_0x36e282]};}[a8_0x41594c(0x1a0)](_0x4de4fa,_0x3d43d9){const _0x1971e0=a8_0x41594c,_0x5bfd35={};_0x5bfd35[_0x1971e0(0x1af)]=function(_0x18e7c6,_0x54eb7d){return _0x18e7c6===_0x54eb7d;},_0x5bfd35[_0x1971e0(0x179)]=_0x1971e0(0x142),_0x5bfd35[_0x1971e0(0x14d)]='BEFORE_EACH';const _0x326ae5=_0x5bfd35;let _0x39908c=![];for(const _0xba29a7 of _0x4de4fa){_0xba29a7['pickleStepId']&&(_0x39908c=!![]);if(_0x326ae5[_0x1971e0(0x1af)](_0x3d43d9['id'],_0xba29a7['id']))return _0x39908c?_0x326ae5['SLizg']:_0x326ae5[_0x1971e0(0x14d)];}}[a8_0x41594c(0x15e)]=(_0x3aaac4,_0x3ddd0)=>{const _0x171527=a8_0x41594c,_0x4c395a={};_0x4c395a[_0x171527(0x1bc)]=function(_0x2b256b,_0x1b9a20){return _0x2b256b===_0x1b9a20;},_0x4c395a[_0x171527(0x17e)]=function(_0x309d99,_0x41cdb6){return _0x309d99===_0x41cdb6;},_0x4c395a[_0x171527(0x167)]=function(_0x5bad5c,_0x3a81c9){return _0x5bad5c>_0x3a81c9;};const _0x2145f1=_0x4c395a;if(!(_0x3ddd0[_0x171527(0x18b)]&&_0x2145f1['qwhRf'](_0x3ddd0[_0x171527(0x18b)]['length'],0x1)))return;const _0x1b1788=_0x3ddd0[_0x171527(0x18b)][0x0],_0x38b438=_0x3ddd0[_0x171527(0x18b)][0x1],_0x72c355=_0x3aaac4[_0x171527(0x195)]&&_0x3aaac4[_0x171527(0x195)][_0x171527(0x192)]?_0x3aaac4['feature']['children']:undefined;let _0x35f6de=[];_0x72c355&&_0x72c355[_0x171527(0x17a)](_0x3a66a9=>{const _0x25514f=_0x171527;if(_0x3a66a9[_0x25514f(0x1cd)])_0x3a66a9[_0x25514f(0x1cd)][_0x25514f(0x192)][_0x25514f(0x17a)](_0x4d4486=>{const _0x224683=_0x25514f;if(_0x4d4486[_0x224683(0x168)]&&_0x2145f1[_0x224683(0x1bc)](_0x4d4486[_0x224683(0x168)]['id'],_0x1b1788)&&_0x4d4486[_0x224683(0x168)]['examples']){const _0x18374f=_0x4d4486[_0x224683(0x168)][_0x224683(0x19e)][_0x224683(0x146)](_0x3035f3=>_0x3035f3[_0x224683(0x1b0)])['find'](_0x5a58bc=>_0x5a58bc['id']===_0x38b438);let _0x3601aa;_0x18374f&&_0x18374f[_0x224683(0x154)]?_0x3601aa=_0x18374f[_0x224683(0x154)][_0x224683(0x175)](_0x38e497=>_0x38e497['value']):_0x3601aa=[],_0x3601aa&&(_0x35f6de=_0x3601aa);}});else{if(_0x3a66a9[_0x25514f(0x168)]&&_0x2145f1['QbgBc'](_0x3a66a9[_0x25514f(0x168)]['id'],_0x1b1788)&&_0x3a66a9[_0x25514f(0x168)][_0x25514f(0x19e)]){const _0x3b9886=_0x3a66a9[_0x25514f(0x168)]['examples'][_0x25514f(0x146)](_0x39cdf2=>_0x39cdf2[_0x25514f(0x1b0)])['find'](_0x13d39a=>_0x13d39a['id']===_0x38b438);let _0x22cce9;_0x3b9886&&_0x3b9886[_0x25514f(0x154)]?_0x22cce9=_0x3b9886[_0x25514f(0x154)]['map'](_0x455c44=>_0x455c44[_0x25514f(0x1cc)]):_0x22cce9=[],_0x22cce9&&(_0x35f6de=_0x22cce9);}}});if(_0x35f6de[_0x171527(0x19a)])return _0x35f6de;return;};async[a8_0x41594c(0x1b6)](){const _0x2c1864=a8_0x41594c,_0x5536aa={'vcfcz':function(_0x41ece3){return _0x41ece3();}};if(this['_gitConfigured'])return this[_0x2c1864(0x1b5)];const _0x10ea7e=await _0x5536aa[_0x2c1864(0x181)](getGitMetaData);_0x10ea7e&&(this[_0x2c1864(0x1b5)]=_0x10ea7e['root']),this[_0x2c1864(0x1ab)]=!![];}}function a8_0x1000(){const _0x12b10e=['failure_data','BmHBQ','testCaseFinished','PeYLm','_gitConfigPath','configureGit','HzYWk','WbRzR','backtrace','test','hookId','hUUCk','passed','zpmdn','failure_type','whXse','QyGju','push','vPVgy','pending','timestamp','TNWwT','finished_at','MSbqL','duration_in_ms','match','12805baAGHm','value','rule','294ubecYc','AssertionError','event_type','getHookRunEventData','appendTesthubParams','SKIPPED','cucumber','message','qayAg','zYZJn','6265721DLYRBT','2|1|4|3|0','JQNrm','name','OjJQK','relative','sourceReference','zmfij','AFTER_EACH','IZVmP','Fetnd','sDaCE','flatMap','dQgTL','strip-ansi','eWtZp','../playwright/reporter/test-details','73816SKhGLc','uploadEventData','fuiAT','oyNzc','../../helpers/test-observability/constants.js','format','sendHook','path','failure_reason','cells','eOdvD','iUpSY','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','testStepResult','uri','jtIhO','failureType','includes','failure','getScenarioExamples','jZaNL','615468CPaKVM','every','CdWNh','exception','UnhandledError','TestRunFinished','exports','qwhRf','scenario','10mkWYjo','testCaseStartedId','getTestUUID','1366209Dhjuxy','skipped','javascript','MDXdO','4ogbaLd','62536iWWckG','debug','util','SbdQv','map','tags','getHookResult','ldKIQ','SLizg','forEach','hFZYP','updateTestStatus','45234mHmFlR','QbgBc','XWAzk','toLowerCase','vcfcz','find','rVAsf','split','owjhI','nanos','hooks','filter','ScxzP','FrqTb','astNodeIds','../../helpers/helper','FAILED','status','failed','failureData','../../helpers/test-observability/error-handler','children','CSkiy','119WKuUcp','feature','../../helpers/logger','NHWsG','CZQPV','CUCUMBER','length','toString','winstonLogger','toISOString','examples','join','getCucumberHookType','../../helpers/testhub/utils','../../helpers/test-observability/sessionHandler','result','hook','uuid','HookRunFinished','testStepFinished','AWhIj','Exception\x20in\x20getHookRunEventData:\x20','QrNfr','_gitConfigured','uQrBd','bjRri','JDMLg','FffTP','tableBody'];a8_0x1000=function(){return _0x12b10e;};return a8_0x1000();}module[a8_0x41594c(0x166)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x41594c(0x1b6),'getScenarioExamples',a8_0x41594c(0x1a0),a8_0x41594c(0x177),a8_0x41594c(0x151),a8_0x41594c(0x133),'sendTestRunEventForCucumber']);
|
|
1
|
+
function a8_0x1d5d(_0x1fd01b,_0x4147c7){const _0x4515ca=a8_0x4515();return a8_0x1d5d=function(_0x1d5d9a,_0x3c9362){_0x1d5d9a=_0x1d5d9a-0x14d;let _0x24cec8=_0x4515ca[_0x1d5d9a];return _0x24cec8;},a8_0x1d5d(_0x1fd01b,_0x4147c7);}const a8_0x33d86e=a8_0x1d5d;(function(_0x10a108,_0x4be116){const _0x46d47c=a8_0x1d5d,_0x2ba592=_0x10a108();while(!![]){try{const _0x370f6c=-parseInt(_0x46d47c(0x1d2))/0x1*(-parseInt(_0x46d47c(0x1cf))/0x2)+parseInt(_0x46d47c(0x16b))/0x3*(-parseInt(_0x46d47c(0x154))/0x4)+-parseInt(_0x46d47c(0x1b6))/0x5*(-parseInt(_0x46d47c(0x18b))/0x6)+-parseInt(_0x46d47c(0x1e6))/0x7+-parseInt(_0x46d47c(0x1b7))/0x8+parseInt(_0x46d47c(0x1ba))/0x9*(-parseInt(_0x46d47c(0x150))/0xa)+parseInt(_0x46d47c(0x15a))/0xb;if(_0x370f6c===_0x4be116)break;else _0x2ba592['push'](_0x2ba592['shift']());}catch(_0x53c662){_0x2ba592['push'](_0x2ba592['shift']());}}}(a8_0x4515,0xb774f));const path=require(a8_0x33d86e(0x1c1)),util=require(a8_0x33d86e(0x162)),hooksMap={},SessionHandler=require(a8_0x33d86e(0x1e9)),testhubUtils=require(a8_0x33d86e(0x1dd)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x33d86e(0x199)),logger=require(a8_0x33d86e(0x1b1))[a8_0x33d86e(0x178)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0x33d86e(0x170));this[a8_0x33d86e(0x156)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x33d86e(0x168)](_0x209e79,_0x50ddff,_0xd31ba,_0x526229,_0x179cb5){const _0x534dce=a8_0x33d86e,_0x1a02ea={'BKeHn':function(_0x2fa8e0,_0x4394d8){return _0x2fa8e0===_0x4394d8;},'jiwIe':_0x534dce(0x188),'KUVQw':'failed','FEwGT':_0x534dce(0x1c5),'JRVmA':_0x534dce(0x153),'nYwzd':function(_0x1cba6,_0x44546f){return _0x1cba6||_0x44546f;},'jjuqV':function(_0x58f7cb,_0x61ce54){return _0x58f7cb+_0x61ce54;},'gMRge':function(_0xe8aab5,_0x5d7b7e){return _0xe8aab5+_0x5d7b7e;},'cDlTq':function(_0x2c9b73,_0x406782){return _0x2c9b73+_0x406782;},'EVnbQ':_0x534dce(0x189),'uJqYA':_0x534dce(0x1d6),'iXmTI':'cucumber','HDaJZ':'pending','rEPdc':_0x534dce(0x1ab),'uzWxb':function(_0x4da90e,_0x52dae3){return _0x4da90e!==_0x52dae3;},'ipvTU':function(_0x29f510,_0x454712){return _0x29f510/_0x454712;},'obocc':'strip-ansi','YmnYO':function(_0x3d59c7,_0x32c119){return _0x3d59c7(_0x32c119);},'bjXDQ':'unknown','AILgv':function(_0x4790be,_0x13a05f){return _0x4790be(_0x13a05f);},'fZcRM':_0x534dce(0x16d),'eGYeb':_0x534dce(0x17b),'WXLIA':function(_0x42fbe3,_0x4ee0a0){return _0x42fbe3===_0x4ee0a0;},'rpCPu':_0x534dce(0x1a0),'QxXGZ':function(_0x221a96,_0xe676a6){return _0x221a96>_0xe676a6;}},{feature:_0x5e54cd,scenario:_0xc9ac95,steps:_0x31cc63,uuid:_0x36d5d3,startedAt:_0xcd47b4,finishedAt:_0x2b9c9d}=_0x1a02ea[_0x534dce(0x164)](_0x179cb5,{}),_0x1c6c35=this[_0x534dce(0x19d)](_0x50ddff,_0xd31ba);await this['configureGit']();const _0x405a64=_0x1c6c35?_0x1a02ea[_0x534dce(0x19a)](_0x1a02ea[_0x534dce(0x186)](_0x1a02ea[_0x534dce(0x1d5)](_0xd31ba[_0x534dce(0x1d1)],'\x20('),_0x1c6c35[_0x534dce(0x159)](',\x20')),')'):_0xd31ba[_0x534dce(0x1d1)],_0x572b1c={'uuid':_0x36d5d3,'started_at':_0xcd47b4,'finished_at':_0x2b9c9d,'type':_0x1a02ea[_0x534dce(0x157)],'body':{'lang':_0x1a02ea[_0x534dce(0x1ca)],'code':null},'name':_0x405a64,'scopes':[_0x5e54cd&&_0x5e54cd[_0x534dce(0x1d1)]?_0x5e54cd[_0x534dce(0x1d1)]:''],'tags':_0xd31ba['tags']?_0xd31ba[_0x534dce(0x1a5)][_0x534dce(0x1b0)](({name:_0x1d64e5})=>_0x1d64e5):[],'file_name':_0xd31ba['uri'],'location':_0xd31ba[_0x534dce(0x1e0)],'vc_filepath':this[_0x534dce(0x18a)]&&_0xd31ba[_0x534dce(0x1e0)]?path[_0x534dce(0x1a6)](this[_0x534dce(0x18a)],_0xd31ba[_0x534dce(0x1e0)]):null,'framework':_0x1a02ea[_0x534dce(0x18c)],'result':_0x1a02ea['HDaJZ'],'meta':{'feature':_0x5e54cd,'scenario':_0xc9ac95,'steps':_0x31cc63,'examples':_0x1c6c35},'customRerunParam':{'rerun_name':_0x405a64}};if(_0x209e79[_0x534dce(0x198)]&&_0x31cc63){const _0x36614a=_0x209e79[_0x534dce(0x198)];let _0x3972cd=_0x1a02ea[_0x534dce(0x194)];_0x31cc63[_0x534dce(0x1b3)](_0xa18c64=>{const _0x243e0f=_0x534dce;if(_0x1a02ea['BKeHn'](_0xa18c64[_0x243e0f(0x171)],_0x1a02ea[_0x243e0f(0x1a2)]))return _0x3972cd=_0x1a02ea[_0x243e0f(0x1c6)],_0x36614a[_0x243e0f(0x1d9)]=_0xa18c64[_0x243e0f(0x1d9)],_0x36614a[_0x243e0f(0x1d3)]=_0xa18c64[_0x243e0f(0x1d3)],![];else{if(_0x1a02ea[_0x243e0f(0x1e8)](_0xa18c64['result'],_0x1a02ea['FEwGT']))return _0x3972cd=_0x1a02ea[_0x243e0f(0x152)],![];}return!![];}),_0x572b1c[_0x534dce(0x197)]=new Date()['toISOString'](),_0x572b1c['result']=_0x3972cd;_0x36614a[_0x534dce(0x173)]&&_0x1a02ea[_0x534dce(0x19c)](_0x36614a[_0x534dce(0x173)][_0x534dce(0x183)],undefined)?_0x572b1c[_0x534dce(0x18f)]=_0x1a02ea[_0x534dce(0x1d7)](_0x36614a[_0x534dce(0x173)][_0x534dce(0x183)],0xf4240):_0x572b1c[_0x534dce(0x18f)]=undefined;if(_0x1a02ea[_0x534dce(0x1e8)](_0x3972cd,_0x1a02ea[_0x534dce(0x1c6)])){const {default:_0x85bf4}=await import(_0x1a02ea['obocc']);_0x572b1c[_0x534dce(0x1d9)]=[{'backtrace':[_0x36614a['failure']?_0x1a02ea[_0x534dce(0x1e1)](_0x85bf4,_0x36614a[_0x534dce(0x1d9)]):_0x1a02ea[_0x534dce(0x169)]]}],_0x572b1c[_0x534dce(0x1ad)]=_0x36614a[_0x534dce(0x1d9)]?_0x1a02ea['AILgv'](_0x85bf4,_0x36614a[_0x534dce(0x1d9)]):_0x36614a['message'],_0x36614a[_0x534dce(0x1d3)]&&(_0x572b1c[_0x534dce(0x15c)]=_0x36614a[_0x534dce(0x1d3)][_0x534dce(0x1bb)](/AssertError/)?_0x1a02ea[_0x534dce(0x1b5)]:_0x1a02ea[_0x534dce(0x1a4)]);}}if(_0x1a02ea[_0x534dce(0x166)](_0x526229,_0x1a02ea[_0x534dce(0x1e7)])){const _0x13350b=this[_0x534dce(0x1bd)](_0x209e79[_0x534dce(0x198)][_0x534dce(0x1a9)]);_0x13350b&&_0x1a02ea[_0x534dce(0x1c0)](_0x13350b['length'],0x0)&&(_0x572b1c[_0x534dce(0x1b9)]=_0x13350b,this[_0x534dce(0x1be)](_0x209e79[_0x534dce(0x198)][_0x534dce(0x1a9)],_0x572b1c));}testhubUtils[_0x534dce(0x1a8)](_0x572b1c,_0x526229,'',FRAMEWORKS[_0x534dce(0x17e)]);const _0x207623={};_0x207623[_0x534dce(0x1de)]=_0x526229,_0x207623[_0x534dce(0x196)]=_0x572b1c;const _0x1377cc=_0x207623;await SessionHandler[_0x534dce(0x17a)](_0x1377cc);}['updateTestStatus'](_0x575899,_0x5e70c0){const _0x38c3ea=a8_0x33d86e,_0x5370af={};_0x5370af[_0x38c3ea(0x193)]=function(_0xb84305,_0x126997){return _0xb84305 instanceof _0x126997;},_0x5370af[_0x38c3ea(0x15f)]=function(_0x4331e7,_0x14502b){return _0x4331e7===_0x14502b;},_0x5370af[_0x38c3ea(0x165)]=_0x38c3ea(0x185),_0x5370af[_0x38c3ea(0x1db)]='0|4|1|2|3',_0x5370af[_0x38c3ea(0x1d4)]=function(_0x276043,_0x39999e){return _0x276043 instanceof _0x39999e;};const _0x174ec9=_0x5370af,_0x59f9d7=hooksMap[_0x575899];if(_0x174ec9[_0x38c3ea(0x193)](_0x59f9d7,Array))for(const _0x118c07 of _0x59f9d7){if(_0x174ec9[_0x38c3ea(0x15f)](_0x118c07[_0x38c3ea(0x171)],_0x174ec9['WhvOe'])){const _0x2cd958=_0x174ec9[_0x38c3ea(0x1db)][_0x38c3ea(0x1c9)]('|');let _0x47bfe6=0x0;while(!![]){switch(_0x2cd958[_0x47bfe6++]){case'0':_0x5e70c0[_0x38c3ea(0x171)]=_0x118c07[_0x38c3ea(0x171)];continue;case'1':_0x5e70c0[_0x38c3ea(0x1ad)]=_0x174ec9['ULlSt'](_0x118c07['failure_data'],Array)?_0x118c07[_0x38c3ea(0x18e)][0x0][_0x38c3ea(0x1dc)][_0x38c3ea(0x159)]('\x0a'):'';continue;case'2':_0x5e70c0[_0x38c3ea(0x15c)]=_0x118c07[_0x38c3ea(0x15c)];continue;case'3':return _0x5e70c0;case'4':_0x5e70c0[_0x38c3ea(0x1d9)]=_0x118c07[_0x38c3ea(0x18e)];continue;}break;}}};}[a8_0x33d86e(0x1bd)](_0x5c2712){const _0xadd163=a8_0x33d86e;if(hooksMap[_0x5c2712])return hooksMap[_0x5c2712][_0xadd163(0x1b0)](_0x256955=>_0x256955['uuid']);return[];}[a8_0x33d86e(0x1c2)](_0x428ae8,_0x55b075,_0x5e4788,_0x2d21ce,_0x3cd814,_0x846da4){const _0x5d9d3d=a8_0x33d86e,_0x1bb74c={'oKmgT':function(_0x55d8ff,_0x50bc56){return _0x55d8ff===_0x50bc56;},'xpVML':_0x5d9d3d(0x14e),'KkBjx':function(_0x3e54e5,_0x38ecf6,_0x1c9905){return _0x3e54e5(_0x38ecf6,_0x1c9905);},'PdShI':_0x5d9d3d(0x19f),'WSjjo':_0x5d9d3d(0x1e0),'Ywsns':'pending','etMPb':_0x5d9d3d(0x16a),'wZZYw':_0x5d9d3d(0x1d6),'soJMz':_0x5d9d3d(0x1c8),'Jfjuc':_0x5d9d3d(0x1d1),'EWAdv':function(_0x10c94f,_0x831479,_0x7e947f){return _0x10c94f(_0x831479,_0x7e947f);},'LVlHH':_0x5d9d3d(0x17f)};try{if(_0x1bb74c[_0x5d9d3d(0x187)](_0x5e4788,_0x1bb74c['xpVML'])){const _0x28ce1c=new Date()[_0x5d9d3d(0x184)](),_0x17f884=hooksMap[_0x55b075];if(!_0x17f884)return;const _0x506e9a=_0x17f884[_0x5d9d3d(0x1a7)](_0x19c19b=>_0x19c19b[_0x5d9d3d(0x182)]===_0x2d21ce['id']);if(!_0x506e9a)return;const _0x2e4b17=this[_0x5d9d3d(0x1aa)](_0x428ae8,_0x55b075);_0x506e9a[_0x5d9d3d(0x171)]=_0x2e4b17['status'],_0x506e9a[_0x5d9d3d(0x197)]=_0x28ce1c,_0x506e9a[_0x5d9d3d(0x15c)]=_0x2e4b17[_0x5d9d3d(0x1d3)];const _0x2f7f06={};return _0x2f7f06[_0x5d9d3d(0x1dc)]=_0x2e4b17[_0x5d9d3d(0x16f)],_0x506e9a[_0x5d9d3d(0x18e)]=[_0x2f7f06],_0x506e9a;}const _0x202b50=TestDetails[_0x5d9d3d(0x19b)](_0x55b075),_0x4c0723=_0x428ae8[_0x5d9d3d(0x1b9)][_0x5d9d3d(0x1a7)](_0x49a740=>_0x49a740['id']===_0x2d21ce['hookId']),_0x472263=_0x1bb74c[_0x5d9d3d(0x158)](nestedKeyValue,_0x4c0723,[_0x1bb74c[_0x5d9d3d(0x14d)],_0x1bb74c[_0x5d9d3d(0x190)]]),_0x5641ef=new Date()[_0x5d9d3d(0x184)](),_0x1126b8=_0x1bb74c[_0x5d9d3d(0x16c)],_0x1c9cd6=_0x4c0723[_0x5d9d3d(0x17d)]?_0x4c0723[_0x5d9d3d(0x17d)][_0x5d9d3d(0x1c9)]('\x20')['filter'](_0xb44ae2=>_0xb44ae2['includes']('@')):[],_0x667bce={'uuid':_0x2d21ce['id'],'type':_0x1bb74c[_0x5d9d3d(0x19e)],'hook_type':_0x846da4,'name':_0x4c0723[_0x5d9d3d(0x1d1)],'body':{'lang':_0x1bb74c[_0x5d9d3d(0x1d0)],'code':null},'tags':_0x1c9cd6,'test_run_id':_0x202b50,'scope':_0x1bb74c[_0x5d9d3d(0x158)](nestedKeyValue,_0x3cd814,[_0x1bb74c['soJMz'],_0x1bb74c[_0x5d9d3d(0x1ac)]]),'scopes':[_0x1bb74c['EWAdv'](nestedKeyValue,_0x3cd814,[_0x1bb74c['soJMz'],_0x1bb74c[_0x5d9d3d(0x1ac)]])||''],'file_name':_0x472263,'location':_0x472263,'vc_filepath':this[_0x5d9d3d(0x18a)]?path[_0x5d9d3d(0x1a6)](this[_0x5d9d3d(0x18a)],_0x472263):null,'result':_0x1126b8,'started_at':_0x5641ef,'framework':_0x1bb74c['LVlHH']};return _0x667bce;}catch(_0x13a850){logger[_0x5d9d3d(0x1d8)](_0x5d9d3d(0x192)+util['format'](_0x13a850)+'\x20');}}async[a8_0x33d86e(0x1a3)](_0x4db260,_0x3ab1a6,_0x1795cb,_0x1f2259,_0x201315,_0x49348d){const _0x39817f=a8_0x33d86e,_0x4a1da2={'pIrVW':function(_0x3a54f1,_0x9ba59b){return _0x3a54f1===_0x9ba59b;},'akzLB':'HookRunStarted','cGTvL':function(_0x24db84,_0x2cf395,_0x5829de){return _0x24db84(_0x2cf395,_0x5829de);},'nPyjF':_0x39817f(0x19f),'EIKrv':_0x39817f(0x1e0),'xGzMW':_0x39817f(0x1af)};try{const _0x1b2c17=_0x1f2259[_0x39817f(0x1a7)](_0x27790f=>_0x27790f['id']===_0x201315);if(!_0x1b2c17[_0x39817f(0x191)])return;const _0x5ac981=this['getCucumberHookType'](_0x1f2259,_0x1b2c17),_0x5e6fa7=this[_0x39817f(0x1c2)](_0x4db260,_0x3ab1a6,_0x1795cb,_0x1b2c17,_0x49348d,_0x5ac981);if(!_0x5e6fa7)return;_0x4a1da2[_0x39817f(0x1bf)](_0x1795cb,_0x4a1da2[_0x39817f(0x16e)])&&(hooksMap[_0x3ab1a6]?hooksMap[_0x3ab1a6][_0x39817f(0x17c)](_0x5e6fa7):hooksMap[_0x3ab1a6]=[_0x5e6fa7]);const _0x1d5368=_0x4db260[_0x39817f(0x1b9)][_0x39817f(0x1a7)](_0x2c2b0a=>_0x2c2b0a['id']===_0x1b2c17[_0x39817f(0x191)]),_0x45476e=_0x4a1da2[_0x39817f(0x1ae)](nestedKeyValue,_0x1d5368,[_0x4a1da2[_0x39817f(0x155)],_0x4a1da2[_0x39817f(0x1e2)]]);if(!_0x45476e)return;else{if(_0x45476e[_0x39817f(0x1b4)](_0x4a1da2[_0x39817f(0x176)]))return;}const _0x267546={};_0x267546[_0x39817f(0x1de)]=_0x1795cb,_0x267546[_0x39817f(0x195)]=_0x5e6fa7;const _0x34ee47=_0x267546;await SessionHandler['uploadEventData'](_0x34ee47);}catch(_0x16ed88){logger[_0x39817f(0x1d8)]('Exception\x20in\x20sendHook:\x20'+util[_0x39817f(0x179)](_0x16ed88)+'\x20');}}[a8_0x33d86e(0x1aa)](_0x388bb2,_0x152896){const _0x1db9b0=a8_0x33d86e,_0x353557={};_0x353557['NHWnl']=function(_0x553510,_0x316000){return _0x553510===_0x316000;},_0x353557[_0x1db9b0(0x151)]=_0x1db9b0(0x185),_0x353557['VTuGI']=function(_0x5d3b07,_0x208654){return _0x5d3b07===_0x208654;},_0x353557[_0x1db9b0(0x1ce)]=function(_0x46b650,_0x3ae3c9){return _0x46b650===_0x3ae3c9;},_0x353557[_0x1db9b0(0x161)]=_0x1db9b0(0x17b),_0x353557[_0x1db9b0(0x1df)]=_0x1db9b0(0x16d),_0x353557[_0x1db9b0(0x1c3)]=function(_0x16c0ac,_0x4d08f7){return _0x16c0ac||_0x4d08f7;};const _0x55b2b7=_0x353557,_0x47cbd7=_0x388bb2['testStepFinished'][_0x152896][_0x1db9b0(0x1cc)];let _0x41dab7,_0x1c59af;return _0x47cbd7&&_0x55b2b7['NHWnl'](_0x47cbd7[_0x1db9b0(0x1e4)][_0x1db9b0(0x1da)]()['toLowerCase'](),_0x55b2b7[_0x1db9b0(0x151)])&&(_0x41dab7=_0x55b2b7[_0x1db9b0(0x15b)](_0x47cbd7[_0x1db9b0(0x180)],undefined)?_0x47cbd7['message']:_0x47cbd7[_0x1db9b0(0x180)][_0x1db9b0(0x174)],_0x1c59af=_0x55b2b7[_0x1db9b0(0x1ce)](_0x47cbd7[_0x1db9b0(0x180)],undefined)?_0x55b2b7[_0x1db9b0(0x161)]:_0x47cbd7[_0x1db9b0(0x174)][_0x1db9b0(0x1bb)](/Assert/)?_0x55b2b7['aMthn']:_0x55b2b7['WHOjG']),{'status':_0x47cbd7[_0x1db9b0(0x1e4)][_0x1db9b0(0x1b2)](),'failureType':_0x55b2b7[_0x1db9b0(0x1c3)](_0x1c59af,null),'failureData':!_0x41dab7?null:[_0x41dab7]};}[a8_0x33d86e(0x160)](_0xd43a9c,_0xfdc486){const _0x1afb86=a8_0x33d86e,_0x57ce26={};_0x57ce26[_0x1afb86(0x14f)]=function(_0x2e466d,_0x4b84a8){return _0x2e466d===_0x4b84a8;},_0x57ce26[_0x1afb86(0x1bc)]='AFTER_EACH',_0x57ce26[_0x1afb86(0x1e3)]='BEFORE_EACH';const _0x5a21ec=_0x57ce26;let _0x50d510=![];for(const _0x531f26 of _0xd43a9c){_0x531f26[_0x1afb86(0x177)]&&(_0x50d510=!![]);if(_0x5a21ec['Azzlz'](_0xfdc486['id'],_0x531f26['id']))return _0x50d510?_0x5a21ec['HWtEn']:_0x5a21ec[_0x1afb86(0x1e3)];}}[a8_0x33d86e(0x19d)]=(_0x386d8e,_0x132b29)=>{const _0x511ca5=a8_0x33d86e,_0x5b8dd0={};_0x5b8dd0[_0x511ca5(0x163)]=function(_0x1a99fb,_0x971d4d){return _0x1a99fb===_0x971d4d;},_0x5b8dd0[_0x511ca5(0x1b8)]=function(_0x27fbe2,_0x16d77c){return _0x27fbe2===_0x16d77c;},_0x5b8dd0['DeRSk']=function(_0x336ab6,_0x175ca4){return _0x336ab6>_0x175ca4;};const _0x462ae3=_0x5b8dd0;if(!(_0x132b29['astNodeIds']&&_0x462ae3['DeRSk'](_0x132b29['astNodeIds'][_0x511ca5(0x15e)],0x1)))return;const _0x2e6afb=_0x132b29[_0x511ca5(0x181)][0x0],_0x482ca2=_0x132b29[_0x511ca5(0x181)][0x1],_0x3a6fd0=_0x386d8e[_0x511ca5(0x1c8)]&&_0x386d8e[_0x511ca5(0x1c8)][_0x511ca5(0x1e5)]?_0x386d8e[_0x511ca5(0x1c8)][_0x511ca5(0x1e5)]:undefined;let _0x3ac042=[];_0x3a6fd0&&_0x3a6fd0[_0x511ca5(0x1cd)](_0x175587=>{const _0x3264c3=_0x511ca5,_0x51df7b={'yTFyL':function(_0x3c76bc,_0x4ec240){const _0x16e993=a8_0x1d5d;return _0x462ae3[_0x16e993(0x163)](_0x3c76bc,_0x4ec240);}};if(_0x175587['rule'])_0x175587[_0x3264c3(0x1a1)][_0x3264c3(0x1e5)][_0x3264c3(0x1cd)](_0x5a8270=>{const _0xb06da0=_0x3264c3;if(_0x5a8270[_0xb06da0(0x1c7)]&&_0x51df7b['yTFyL'](_0x5a8270[_0xb06da0(0x1c7)]['id'],_0x2e6afb)&&_0x5a8270[_0xb06da0(0x1c7)][_0xb06da0(0x172)]){const _0x375189=_0x5a8270[_0xb06da0(0x1c7)][_0xb06da0(0x172)][_0xb06da0(0x175)](_0x30039d=>_0x30039d[_0xb06da0(0x15d)])[_0xb06da0(0x1a7)](_0x1c7185=>_0x1c7185['id']===_0x482ca2);let _0x3333c6;_0x375189&&_0x375189[_0xb06da0(0x1c4)]?_0x3333c6=_0x375189[_0xb06da0(0x1c4)][_0xb06da0(0x1b0)](_0x3447f5=>_0x3447f5[_0xb06da0(0x1cb)]):_0x3333c6=[],_0x3333c6&&(_0x3ac042=_0x3333c6);}});else{if(_0x175587[_0x3264c3(0x1c7)]&&_0x462ae3[_0x3264c3(0x1b8)](_0x175587['scenario']['id'],_0x2e6afb)&&_0x175587[_0x3264c3(0x1c7)][_0x3264c3(0x172)]){const _0x3a12e5=_0x175587[_0x3264c3(0x1c7)]['examples'][_0x3264c3(0x175)](_0x5b29d6=>_0x5b29d6[_0x3264c3(0x15d)])[_0x3264c3(0x1a7)](_0x8e1ae=>_0x8e1ae['id']===_0x482ca2);let _0x51d25d;_0x3a12e5&&_0x3a12e5['cells']?_0x51d25d=_0x3a12e5[_0x3264c3(0x1c4)][_0x3264c3(0x1b0)](_0x5dc3cf=>_0x5dc3cf[_0x3264c3(0x1cb)]):_0x51d25d=[],_0x51d25d&&(_0x3ac042=_0x51d25d);}}});if(_0x3ac042[_0x511ca5(0x15e)])return _0x3ac042;return;};async[a8_0x33d86e(0x18d)](){const _0x250541=a8_0x33d86e,_0x12637b={'nBHTj':function(_0x4d7ea4){return _0x4d7ea4();}};if(this['_gitConfigured'])return this[_0x250541(0x18a)];const _0x349e8a=await _0x12637b['nBHTj'](getGitMetaData);_0x349e8a&&(this[_0x250541(0x18a)]=_0x349e8a['root']),this['_gitConfigured']=!![];}}function a8_0x4515(){const _0x1e5749=['find','appendTesthubParams','testCaseStartedId','getHookResult','passed','Jfjuc','failure_reason','cGTvL','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','map','../../helpers/logger','toLowerCase','every','includes','fZcRM','10775DhXygr','7230128KRPPtW','rtMFO','hooks','27urMqTF','match','HWtEn','getHooksListForTest','updateTestStatus','pIrVW','QxXGZ','path','getHookRunEventData','eEpuI','cells','SKIPPED','KUVQw','scenario','feature','split','uJqYA','value','testStepResult','forEach','yBMGk','2330UyMRSw','wZZYw','name','171cyBPXV','failureType','ULlSt','cDlTq','javascript','ipvTU','debug','failure','toString','jwOkh','backtrace','../../helpers/testhub/utils','event_type','aMthn','uri','YmnYO','EIKrv','AtRuC','status','children','5495637QoXvaX','rpCPu','BKeHn','../../helpers/test-observability/sessionHandler','PdShI','HookRunFinished','Azzlz','1186330dEaIEt','aAFhk','JRVmA','skipped','12ofSlyr','nPyjF','_gitConfigured','EVnbQ','KkBjx','join','36907783KCywLM','VTuGI','failure_type','tableBody','length','aqSgn','getCucumberHookType','WHOjG','util','kPjMt','nYwzd','WhvOe','WXLIA','exports','sendTestRunEventForCucumber','bjXDQ','hook','1116003KENaut','Ywsns','AssertionError','akzLB','failureData','../playwright/reporter/test-details','result','examples','timestamp','message','flatMap','xGzMW','pickleStepId','winstonLogger','format','uploadEventData','UnhandledError','push','tagExpression','CUCUMBER','cucumber','exception','astNodeIds','uuid','nanos','toISOString','failed','gMRge','oKmgT','FAILED','test','_gitConfigPath','996vpoCGW','iXmTI','configureGit','failure_data','duration_in_ms','WSjjo','hookId','Exception\x20in\x20getHookRunEventData:\x20','RXzwn','rEPdc','hook_run','test_run','finished_at','testCaseFinished','../../helpers/helper','jjuqV','getTestUUID','uzWxb','getScenarioExamples','etMPb','sourceReference','TestRunFinished','rule','jiwIe','sendHook','eGYeb','tags','relative'];a8_0x4515=function(){return _0x1e5749;};return a8_0x4515();}module[a8_0x33d86e(0x167)]=o11yClassErrorHandler(TestObservabilityReporter,['configureGit','getScenarioExamples',a8_0x33d86e(0x160),'getHookResult',a8_0x33d86e(0x1a3),'getHookRunEventData',a8_0x33d86e(0x168)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9_0x150c4c=a9_0x5113;(function(_0x12e17c,_0xcfdfcd){const _0x5d50c6=a9_0x5113,_0x2d35f4=_0x12e17c();while(!![]){try{const _0x26914b=parseInt(_0x5d50c6(0x11b))/0x1*(-parseInt(_0x5d50c6(0xee))/0x2)+-parseInt(_0x5d50c6(0x124))/0x3*(-parseInt(_0x5d50c6(0x132))/0x4)+parseInt(_0x5d50c6(0x103))/0x5*(-parseInt(_0x5d50c6(0xd0))/0x6)+parseInt(_0x5d50c6(0xbb))/0x7+parseInt(_0x5d50c6(0xeb))/0x8*(parseInt(_0x5d50c6(0xb4))/0x9)+-parseInt(_0x5d50c6(0xb5))/0xa+-parseInt(_0x5d50c6(0x122))/0xb*(parseInt(_0x5d50c6(0x10b))/0xc);if(_0x26914b===_0xcfdfcd)break;else _0x2d35f4['push'](_0x2d35f4['shift']());}catch(_0x1a237b){_0x2d35f4['push'](_0x2d35f4['shift']());}}}(a9_0x5ea6,0x91214));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x150c4c(0xc9)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x150c4c(0x114)),PerformanceTester=require(a9_0x150c4c(0xae)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x150c4c(0xcf),'@cucumber/cucumber'),logger=require(a9_0x150c4c(0x127))['winstonLogger'],{shouldProcessEventForTesthub}=require(a9_0x150c4c(0x159)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x150c4c(0x107)),TestDetails=require(a9_0x150c4c(0xc2)),RequestQueueHandler=require(a9_0x150c4c(0x146)),{o11yErrorHandler}=require(a9_0x150c4c(0xf4)),MyReporter=require(a9_0x150c4c(0x148)),SessionHandler=require(a9_0x150c4c(0xd9)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x150c4c(0x14b)),testHubConstants=require(a9_0x150c4c(0x117)),{shouldScanTestForAccessibility}=require(a9_0x150c4c(0xef)),{isUndefined}=require(a9_0x150c4c(0x111)),a9_0x2ae16b={};a9_0x2ae16b['workerInfo']=undefined,a9_0x2ae16b[a9_0x150c4c(0xd6)]={},a9_0x2ae16b[a9_0x150c4c(0xaf)]=![],a9_0x2ae16b[a9_0x150c4c(0xd6)]['id']=undefined,a9_0x2ae16b[a9_0x150c4c(0xd6)][a9_0x150c4c(0xe3)]=undefined;const workerDetails=a9_0x2ae16b;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x3eb86d){const _0x1eb1c8=a9_0x150c4c,_0x5e9d61=workerDetails[_0x1eb1c8(0xd6)]['testInfo'];if(!_0x5e9d61)return;await MyReporter[_0x1eb1c8(0xc4)](_0x5e9d61,_0x3eb86d);}),registerListeners=()=>{const _0x1c9b17=a9_0x150c4c,_0x525b5f={};_0x525b5f[_0x1c9b17(0xd5)]='Inside\x20browserstack\x20registerListeners';const _0x5c0cc9=_0x525b5f;logger[_0x1c9b17(0xbf)](_0x5c0cc9[_0x1c9b17(0xd5)]),process[_0x1c9b17(0xbd)]('bs:addLog:'+process[_0x1c9b17(0x144)]),process['on'](_0x1c9b17(0x153)+process[_0x1c9b17(0x144)],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();function a9_0x5113(_0x5a2ef4,_0x3d6798){const _0x5ea646=a9_0x5ea6();return a9_0x5113=function(_0x51135b,_0x12cc66){_0x51135b=_0x51135b-0xac;let _0x5f5592=_0x5ea646[_0x51135b];return _0x5f5592;},a9_0x5113(_0x5a2ef4,_0x3d6798);}const Before=cucumberModule[a9_0x150c4c(0xd2)],After=cucumberModule[a9_0x150c4c(0x14f)],AfterAll=cucumberModule[a9_0x150c4c(0xe8)],BeforeAll=cucumberModule[a9_0x150c4c(0x105)],AfterStep=cucumberModule[a9_0x150c4c(0x131)],configuration=process[a9_0x150c4c(0xdd)][a9_0x150c4c(0xfd)],bstackConfig=process['env'][a9_0x150c4c(0x13c)];if(configuration!==undefined){const config=JSON[a9_0x150c4c(0x11c)](configuration);isBrowserstackInfra()?(global[a9_0x150c4c(0xc0)]=isTrue(config[a9_0x150c4c(0xf5)]),global[a9_0x150c4c(0xf2)]=isTrue(config[a9_0x150c4c(0xe1)])):(global['__skipSessionName']=!![],global[a9_0x150c4c(0xf2)]=!![]),shouldProcessEventForTesthub()?require(a9_0x150c4c(0x130))[a9_0x150c4c(0xd4)](config,null,!![]):require('../../index')['browserstackAgentV2'](config),global[a9_0x150c4c(0xb3)]=config[a9_0x150c4c(0x118)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x150c4c(0x11c)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x150c4c(0x136)](browserStackConfig),commandRepository['setFramework'](a9_0x150c4c(0x147)));}global[a9_0x150c4c(0xf3)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x59aa2a=>{const _0x1f0691=a9_0x150c4c,_0x4d3f77={'peAsz':function(_0x7232f9,_0x4b90b2){return _0x7232f9(_0x4b90b2);}};global[_0x1f0691(0xf3)]=_0x59aa2a,_0x4d3f77[_0x1f0691(0x115)](__setDefaultTimeout,_0x59aa2a);};const a9_0x4f2c21={};function a9_0x5ea6(){const _0x343cf4=['info','QepLo','initQuit','getId','../../index','AfterStep','1120hXEuoB','\x20|\x20','Error:\x20sendPlatformDetails\x20at\x20After:\x20','tags','setConfig','XJtYq','Inside\x20browserstack\x20AfterStep','yHpzd','push','pickle','BSTACK_CONFIG','ENV_VAR','PSugt','aRCbc','ZXvrv','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','ywASk','YtRTP','pid','mSmDW','../../helpers/test-observability/requestQueueHandler','cucumber-js','../playwright/reporter/reporter.js','getGlobal','toLowerCase','../../helpers/globals','split','uuid','shutdown','After','Failed:\x20','Udmyg','timeout','bs:addLog:','driverCleanup','xgRhk','stringify','esXNx','failed','../../helpers/testhub/utils','\x0aError:\x20','Passed','saveTestResults','isAccessibilityPlatform','thTestRunUuid','jdXjJ','uploadEventData','getInstance','../../helpers/performance/performance-tester','o11ySyncDone','shift','CEvSb','passed','__platformCaps','18XYHmmB','8149690TYqicB','BFmSl','qQmxI','GNgOp','nwWWC','PYkbJ','2588544rwQCCC','dccsd','removeAllListeners','getTestUUID','debug','__skipSessionName','Passed:\x20','../playwright/reporter/test-details.js','name','addTestUIDAndReportLog','sxcGB','message','finally','Inside\x20browserstack\x20BeforeAll','../../helpers/helper','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','then','SnmyT','dYCuv','toString','@cucumber/cucumber/lib/index.js','2202wZlqEm','LBAgT','Before','\x22}}','browserstackAgentV2','lQRVD','currentTest','session_','map','../../helpers/test-observability/sessionHandler','__sessionFailed','error','Error:\x20in\x20quitting\x20driver\x20','env',',\x22level\x22:\x20\x22','HRBJN','rASET','skipSessionStatus','executeScript','testInfo','jGXez','join','Error:\x20at\x20After:\x20','bstack','AfterAll','qHiwd','executeAsyncScript','4312376iMjBkS','integrations','startMonitoring','2stwmOG','../../helpers/accessibility-automation/helper','Inside\x20browserstack\x20Before','format','__skipSessionStatus','__timeout','../../helpers/test-observability/error-handler','skipSessionName','CBTSessionCreated','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','status','browserstackSessionName','Inside\x20browserstack\x20AfterAll','testCaseStartedId','Inside\x20browserstack\x20After','CONFIG','setGlobal','quitCount_','mnJld','Error:\x20at\x20After\x20Step:\x20','text','1325efKnvR','setTestNameForHealingContext','BeforeAll','mlMIE','../../helpers/test-observability/utils','vygLo','catch','test_run','5924604OZgGPx','__error_messages__','yIPoK','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','zXThP','__drivers','lodash','BxFzf','bstackA11yShouldScan','util','peAsz','EihbD','../../helpers/testhub/constants.js','platformCaps','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','74413hjdCjy','parse','performScan','rLUUa','jcZgF','fDTzD','hPPjx','11dbXUcV','inTOB','6717hRaMMP','BROWSERSTACK_TESTHUB_JWT','LtxcR','../../helpers/logger','length','pickleStep','stopMonitoring','result'];a9_0x5ea6=function(){return _0x343cf4;};return a9_0x5ea6();}a9_0x4f2c21[a9_0x150c4c(0xc3)]=a9_0x150c4c(0xe7),BeforeAll(a9_0x4f2c21,function(){const _0x12fc59=a9_0x150c4c,_0x3c52eb={'QepLo':function(_0xa91710,_0x413529,_0x53b139,_0x37ad9f){return _0xa91710(_0x413529,_0x53b139,_0x37ad9f);},'CEvSb':'failed','yIPoK':_0x12fc59(0x133),'BxFzf':function(_0x1908e5,_0x4ef097,_0x5a122b){return _0x1908e5(_0x4ef097,_0x5a122b);},'ZXvrv':_0x12fc59(0xb2),'sxcGB':_0x12fc59(0xc8),'XJtYq':function(_0x26cec3){return _0x26cec3();},'hPPjx':function(_0x7d13ee){return _0x7d13ee();},'rASET':function(_0x2fdb39,_0x360cd2){return _0x2fdb39(_0x360cd2);}};PerformanceTester[_0x12fc59(0xed)](),logger[_0x12fc59(0xbf)](_0x3c52eb[_0x12fc59(0xc5)]),global[_0x12fc59(0x10c)]=[],global['__sessionFailed']=![],_0x3c52eb[_0x12fc59(0x137)](shouldProcessEventForTesthub)&&(_0x3c52eb[_0x12fc59(0x121)](registerListeners),_0x3c52eb[_0x12fc59(0xe0)](addRequestSpy,![])),global[_0x12fc59(0x154)]=async()=>{const _0x1b88de=_0x12fc59;let _0x3fe8f6=![];try{await global[_0x1b88de(0x110)][0x0][_0x1b88de(0xd7)],_0x3fe8f6=!![],global['__sessionFailed']?await _0x3c52eb[_0x1b88de(0x12d)](markSessionStatus,global[_0x1b88de(0x110)][0x0],_0x3c52eb[_0x1b88de(0xb1)],global[_0x1b88de(0x10c)][_0x1b88de(0xe5)](_0x3c52eb[_0x1b88de(0x10d)])):await _0x3c52eb[_0x1b88de(0x112)](markSessionStatus,global[_0x1b88de(0x110)][0x0],_0x3c52eb[_0x1b88de(0x140)]);}catch(_0x37b74b){logger[_0x1b88de(0xbf)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x37b74b);}global[_0x1b88de(0x10c)]=[],global[_0x1b88de(0xda)]=![];if(_0x3fe8f6)try{await global[_0x1b88de(0x110)][0x0]['initQuit'](),global[_0x1b88de(0x110)][0x0][_0x1b88de(0xd7)]['then'](_0xa3f3d0=>{const _0x22b158=_0x1b88de;logger[_0x22b158(0xbf)](_0x22b158(0xdc)+_0xa3f3d0[_0x22b158(0x12f)]());})[_0x1b88de(0x109)](_0xd0eefc=>{});}catch(_0x214a62){logger[_0x1b88de(0xbf)](_0x1b88de(0xf7)+_0x214a62);}};});const a9_0x49cd94={};a9_0x49cd94[a9_0x150c4c(0xc3)]=a9_0x150c4c(0xe7),a9_0x49cd94[a9_0x150c4c(0x152)]=0x2710,Before(a9_0x49cd94,function(_0x512dca,_0x591e20){const _0x9a472e=a9_0x150c4c,_0x4439bc={'qHiwd':function(_0x307124,_0x34ed26){return _0x307124>_0x34ed26;},'ClWnf':function(_0x29c3dc,_0x40e0c5){return _0x29c3dc(_0x40e0c5);},'PYkbJ':function(_0x231984,_0x5c69b7,_0x51dcc9,_0x25c1b0){return _0x231984(_0x5c69b7,_0x51dcc9,_0x25c1b0);},'rySiE':_0x9a472e(0x113),'qQmxI':function(_0x1bd171){return _0x1bd171();},'EihbD':_0x9a472e(0xf0)};commandRepository[_0x9a472e(0x104)](_0x512dca[_0x9a472e(0x13b)][_0x9a472e(0xc3)]),logger[_0x9a472e(0xbf)](_0x4439bc[_0x9a472e(0x116)]),new Promise(async _0x4c747e=>{const _0x430bf6=_0x9a472e;try{_0x4439bc['qHiwd'](global[_0x430bf6(0x110)][_0x430bf6(0x128)],0x1)&&(await global[_0x430bf6(0x154)](),global[_0x430bf6(0x110)]['shift']()),global['__drivers'][0x0][_0x430bf6(0xff)]&&_0x4439bc[_0x430bf6(0xe9)](global[_0x430bf6(0x110)][0x0][_0x430bf6(0xff)],0x0)&&await global[_0x430bf6(0x154)]();}catch(_0x3a12c3){logger[_0x430bf6(0xbf)](_0x430bf6(0xca)+_0x3a12c3);}workerDetails[_0x430bf6(0xd6)][_0x430bf6(0xe3)]=_0x512dca['testCaseStartedId'];try{if(!_0x4439bc['ClWnf'](isUndefined,_0x512dca['pickle'][_0x430bf6(0x135)])){const _0xde29be=_0x4439bc[_0x430bf6(0xba)](shouldScanTestForAccessibility,null,![],_0x512dca['pickle'][_0x430bf6(0x135)][_0x430bf6(0xd8)](({name:_0x1dacb3})=>_0x1dacb3));globals[_0x430bf6(0xfe)](_0x4439bc['rySiE'],_0xde29be);}}catch(_0x75abe9){logger[_0x430bf6(0xbf)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x430bf6(0xf1)](_0x75abe9));}_0x4439bc[_0x430bf6(0xb7)](_0x4c747e);})['finally'](_0x591e20);});const a9_0x27221b={};a9_0x27221b['name']=a9_0x150c4c(0xe7),a9_0x27221b['timeout']=0x2710,After(a9_0x27221b,function(_0x56a401,_0x1f3083){const _0x1a13c1=a9_0x150c4c,_0x4d823d={'DAEFY':'0|2|1|4|3','rLUUa':function(_0x398b15,_0x298b5c){return _0x398b15>_0x298b5c;},'LBAgT':function(_0x220197,_0x205910){return _0x220197===_0x205910;},'PSugt':_0x1a13c1(0x158),'yHpzd':function(_0x39e9c2,_0x480d08,_0x56e50d,_0x42f7e8){return _0x39e9c2(_0x480d08,_0x56e50d,_0x42f7e8);},'mnJld':_0x1a13c1(0x133),'esXNx':function(_0x2e93fa,_0x4e6d3a,_0x4142f5){return _0x2e93fa(_0x4e6d3a,_0x4142f5);},'Udmyg':_0x1a13c1(0xb2),'dYCuv':function(_0x238c00){return _0x238c00();},'MlIjq':function(_0xb1791,_0x5cb64c,_0x33e08e,_0x3b8d66){return _0xb1791(_0x5cb64c,_0x33e08e,_0x3b8d66);},'ivupw':_0x1a13c1(0xf6),'BFmSl':_0x1a13c1(0x15d),'nwWWC':_0x1a13c1(0x113),'ywASk':_0x1a13c1(0x119),'jGXez':'Performing\x20scan\x20before\x20saving\x20results','zXThP':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','jdXjJ':_0x1a13c1(0xfc)};logger['debug'](_0x4d823d[_0x1a13c1(0x15f)]),workerDetails['currentTest'][_0x1a13c1(0xe3)]=_0x56a401[_0x1a13c1(0xfb)],new Promise(async _0x2e8769=>{const _0x5908cf=_0x1a13c1;let _0x32c01e=![];try{const _0x408893=_0x4d823d['DAEFY'][_0x5908cf(0x14c)]('|');let _0x4aa716=0x0;while(!![]){switch(_0x408893[_0x4aa716++]){case'0':_0x4d823d[_0x5908cf(0x11e)](global[_0x5908cf(0x110)]['length'],0x1)&&(await global[_0x5908cf(0x154)](),global['__drivers'][_0x5908cf(0xb0)](),global['__error_messages__']=[],global[_0x5908cf(0xda)]=![]);continue;case'1':_0x32c01e=!![];continue;case'2':await global[_0x5908cf(0x110)][0x0][_0x5908cf(0xd7)];continue;case'3':if(_0x4d823d[_0x5908cf(0xd1)](_0x56a401[_0x5908cf(0x12b)][_0x5908cf(0xf8)][_0x5908cf(0xce)]()[_0x5908cf(0x14a)](),_0x4d823d[_0x5908cf(0x13e)])||_0x4d823d[_0x5908cf(0xd1)](_0x56a401['result']['status'][_0x5908cf(0xce)]()['toLowerCase'](),'6')){try{global[_0x5908cf(0x10c)][_0x5908cf(0x13a)](_0x56a401[_0x5908cf(0x12b)][_0x5908cf(0xc6)]);}catch(_0x5a66b2){logger['debug'](_0x5908cf(0x11a)+_0x5a66b2);}await _0x4d823d[_0x5908cf(0x139)](markSessionStatus,global[_0x5908cf(0x110)][0x0],_0x4d823d['PSugt'],global[_0x5908cf(0x10c)][_0x5908cf(0xe5)](_0x4d823d[_0x5908cf(0x100)]));}else await _0x4d823d[_0x5908cf(0x157)](markSessionStatus,global[_0x5908cf(0x110)][0x0],_0x4d823d[_0x5908cf(0x151)]);continue;case'4':!global[_0x5908cf(0xc0)]&&await global[_0x5908cf(0x110)][0x0][_0x5908cf(0xe2)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x56a401[_0x5908cf(0x13b)][_0x5908cf(0xc3)]+_0x5908cf(0xd3));continue;}break;}}catch(_0x2d2954){logger[_0x5908cf(0xbf)](_0x5908cf(0xe6)+util['format'](_0x2d2954));}try{if(_0x4d823d[_0x5908cf(0xcd)](shouldProcessEventForTesthub)){const _0x32a816=TestDetails[_0x5908cf(0xbe)](_0x56a401['testCaseStartedId']),_0x507ff6=await _0x4d823d['MlIjq'](sendPlatformDetails,global[_0x5908cf(0x110)][0x0],_0x32a816,!![]),_0x2b4134={};_0x2b4134[_0x5908cf(0x14d)]=_0x32a816,_0x2b4134[_0x5908cf(0xec)]=_0x507ff6;const _0x485ccc=_0x2b4134,_0xafb1a5={};_0xafb1a5['event_type']=_0x4d823d['ivupw'],_0xafb1a5[_0x5908cf(0x10a)]=_0x485ccc,await SessionHandler[_0x5908cf(0xac)](_0xafb1a5);}}catch(_0x12b982){logger[_0x5908cf(0xbf)](_0x5908cf(0x134)+util[_0x5908cf(0xf1)](_0x12b982));}try{if(globals[_0x5908cf(0x149)](_0x4d823d[_0x5908cf(0xb6)])&&globals[_0x5908cf(0x149)](_0x4d823d[_0x5908cf(0xb9)])){logger[_0x5908cf(0x12c)](_0x4d823d[_0x5908cf(0x142)]);const _0x22f124=TestDetails[_0x5908cf(0xbe)](_0x56a401[_0x5908cf(0xfb)]),_0x5e80ae={};_0x5e80ae[_0x5908cf(0x15e)]=_0x22f124,_0x5e80ae['thBuildUuid']=process['env'][testHubConstants[_0x5908cf(0x13d)]['BROWSERSTACK_TESTHUB_UUID']],_0x5e80ae['thJwtToken']=process['env'][testHubConstants[_0x5908cf(0x13d)][_0x5908cf(0x125)]];const _0x513946=_0x5e80ae;logger[_0x5908cf(0xbf)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x5908cf(0x156)](_0x513946)),logger[_0x5908cf(0xbf)](_0x4d823d[_0x5908cf(0xe4)]),logger[_0x5908cf(0xbf)](util[_0x5908cf(0xf1)](await global[_0x5908cf(0x110)][0x0][_0x5908cf(0xea)](scripts[_0x5908cf(0x11d)],{'method':global[_0x5908cf(0xf9)]}))),await global[_0x5908cf(0x110)][0x0][_0x5908cf(0xea)](scripts[_0x5908cf(0x15c)],_0x513946),logger[_0x5908cf(0x12c)](_0x4d823d[_0x5908cf(0x10f)]);}}catch(_0x3078f5){logger[_0x5908cf(0xdb)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x5908cf(0xf1)]);}if(_0x32c01e)try{global[_0x5908cf(0x110)][0x0]&&_0x4d823d[_0x5908cf(0x11e)](global[_0x5908cf(0x110)][0x0][_0x5908cf(0xff)],0x0)&&await global['__drivers'][0x0][_0x5908cf(0x12e)]();}catch(_0x568d6c){logger[_0x5908cf(0xbf)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x568d6c);}_0x4d823d[_0x5908cf(0xcd)](_0x2e8769);})['finally'](()=>_0x1f3083());});const a9_0x524dc9={};a9_0x524dc9[a9_0x150c4c(0xc3)]=a9_0x150c4c(0xe7),a9_0x524dc9[a9_0x150c4c(0x152)]=0x2710,AfterStep(a9_0x524dc9,function(_0x2f30f6,_0x2d61c9){const _0x54b6be=a9_0x150c4c,_0x28ef94={'mSmDW':function(_0x34b07a,_0x18091d){return _0x34b07a===_0x18091d;},'gAQXN':_0x54b6be(0x158),'YtRTP':function(_0x2d6991,_0x5e854e){return _0x2d6991!==_0x5e854e;},'dccsd':function(_0x2fc0b5,_0x3323e8,_0x35cf91){return _0x2fc0b5(_0x3323e8,_0x35cf91);},'jcZgF':function(_0x500ed8,_0x25ac62){return _0x500ed8+_0x25ac62;},'aRCbc':function(_0x57613c,_0x1dbdf9){return _0x57613c+_0x1dbdf9;},'GNgOp':_0x54b6be(0x150),'EQSOT':_0x54b6be(0x15a),'mlMIE':_0x54b6be(0xdb),'vygLo':function(_0x5e5d82,_0x1b0122,_0x2b7bee){return _0x5e5d82(_0x1b0122,_0x2b7bee);},'inTOB':function(_0x461dac,_0x4a995a){return _0x461dac+_0x4a995a;},'HRBJN':function(_0x1a8533,_0x1db0b8,_0x1c9a72){return _0x1a8533(_0x1db0b8,_0x1c9a72);},'XJFtL':_0x54b6be(0xc1),'xgRhk':_0x54b6be(0x12c),'SnmyT':_0x54b6be(0x15b),'YZmNf':function(_0x26a916){return _0x26a916();},'LtxcR':_0x54b6be(0x138)};logger['debug'](_0x28ef94[_0x54b6be(0x126)]);const _0x4b1499=async(_0x40d883,_0xd86edc)=>{const _0x200645=_0x54b6be;await global['__drivers'][0x0][_0x200645(0xe2)](_0x200645(0x141)+_0x40d883+_0x200645(0xde)+_0xd86edc+_0x200645(0xd3));};new Promise(async _0x29ff2b=>{const _0x2d26c0=_0x54b6be;try{_0x28ef94[_0x2d26c0(0x145)](_0x2f30f6[_0x2d26c0(0x12b)][_0x2d26c0(0xf8)][_0x2d26c0(0xce)]()['toLowerCase'](),_0x28ef94['gAQXN'])||_0x28ef94[_0x2d26c0(0x145)](_0x2f30f6[_0x2d26c0(0x12b)][_0x2d26c0(0xf8)]['toString']()[_0x2d26c0(0x14a)](),'6')?(global[_0x2d26c0(0xda)]=!![],global['__error_messages__'][_0x2d26c0(0x13a)](_0x2f30f6['result'][_0x2d26c0(0xc6)]),_0x28ef94[_0x2d26c0(0x143)](_0x2f30f6[_0x2d26c0(0x129)],undefined)?await _0x28ef94[_0x2d26c0(0xbc)](_0x4b1499,JSON['stringify'](_0x28ef94[_0x2d26c0(0x11f)](_0x28ef94['jcZgF'](_0x28ef94[_0x2d26c0(0x13f)](_0x28ef94[_0x2d26c0(0xb8)],'\x22'+_0x2f30f6['pickleStep'][_0x2d26c0(0x102)]+'\x22\x20'),_0x28ef94['EQSOT']),_0x2f30f6['result'][_0x2d26c0(0xc6)])),_0x28ef94[_0x2d26c0(0x106)]):await _0x28ef94[_0x2d26c0(0x108)](_0x4b1499,JSON[_0x2d26c0(0x156)](_0x28ef94[_0x2d26c0(0x123)](_0x28ef94['GNgOp'],_0x2f30f6[_0x2d26c0(0x12b)][_0x2d26c0(0xc6)])),_0x28ef94['mlMIE'])):_0x28ef94[_0x2d26c0(0x143)](_0x2f30f6[_0x2d26c0(0x129)],undefined)?await _0x28ef94[_0x2d26c0(0xdf)](_0x4b1499,JSON['stringify'](_0x28ef94[_0x2d26c0(0x13f)](_0x28ef94['XJFtL'],'\x22'+_0x2f30f6[_0x2d26c0(0x129)][_0x2d26c0(0x102)]+'\x22')),_0x28ef94['xgRhk']):await _0x28ef94[_0x2d26c0(0xbc)](_0x4b1499,JSON[_0x2d26c0(0x156)](_0x28ef94[_0x2d26c0(0xcc)]),_0x28ef94[_0x2d26c0(0x155)]),global[_0x2d26c0(0x110)][0x0][_0x2d26c0(0xd7)][_0x2d26c0(0xcb)](_0x41c9f0=>{})[_0x2d26c0(0x109)](_0x448a31=>{const _0x13a079=_0x2d26c0;logger[_0x13a079(0xbf)](_0x13a079(0x10e)+util[_0x13a079(0xf1)](_0x448a31));});}catch(_0x131b65){logger[_0x2d26c0(0xbf)](_0x2d26c0(0x101)+_0x131b65);}_0x28ef94['YZmNf'](_0x29ff2b);})[_0x54b6be(0xc7)](()=>_0x2d61c9());});const a9_0x38f1d9={};a9_0x38f1d9['name']='bstack',a9_0x38f1d9['timeout']=0x7530,AfterAll(a9_0x38f1d9,async function(_0x10371b,_0x3a0b7e){const _0x43113e=a9_0x150c4c,_0x53d518={'fDTzD':function(_0x5fe6d4){return _0x5fe6d4();},'LxUCy':_0x43113e(0xfa)};logger[_0x43113e(0xbf)](_0x53d518['LxUCy']),await new Promise(async _0x3d0714=>{const _0x167a50=_0x43113e;await RequestQueueHandler[_0x167a50(0xad)]()[_0x167a50(0x14e)](),PerformanceTester[_0x167a50(0x12a)](),await global['driverCleanup'](),_0x53d518[_0x167a50(0x120)](_0x3d0714);});});
|
|
1
|
+
const a9_0x2a1776=a9_0x11f2;(function(_0x5ded3b,_0x54255b){const _0x1bbb26=a9_0x11f2,_0x4ddd00=_0x5ded3b();while(!![]){try{const _0x4ec465=parseInt(_0x1bbb26(0x182))/0x1*(parseInt(_0x1bbb26(0x1b0))/0x2)+parseInt(_0x1bbb26(0x173))/0x3+-parseInt(_0x1bbb26(0x1db))/0x4+parseInt(_0x1bbb26(0x1b2))/0x5*(-parseInt(_0x1bbb26(0x1ea))/0x6)+-parseInt(_0x1bbb26(0x169))/0x7*(-parseInt(_0x1bbb26(0x1ed))/0x8)+-parseInt(_0x1bbb26(0x1ba))/0x9*(parseInt(_0x1bbb26(0x17e))/0xa)+-parseInt(_0x1bbb26(0x171))/0xb*(-parseInt(_0x1bbb26(0x1a7))/0xc);if(_0x4ec465===_0x54255b)break;else _0x4ddd00['push'](_0x4ddd00['shift']());}catch(_0x53ca65){_0x4ddd00['push'](_0x4ddd00['shift']());}}}(a9_0x5586,0x7ba9f));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x2a1776(0x15b)),setKeepAlive=require(a9_0x2a1776(0x1ae)),util=require(a9_0x2a1776(0x1a1)),PerformanceTester=require(a9_0x2a1776(0x1e1)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x2a1776(0x1be),a9_0x2a1776(0x148)),logger=require('../../helpers/logger')[a9_0x2a1776(0x16a)],{shouldProcessEventForTesthub}=require(a9_0x2a1776(0x14a)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require('../../helpers/test-observability/utils'),TestDetails=require(a9_0x2a1776(0x15e)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a9_0x2a1776(0x180)),SessionHandler=require(a9_0x2a1776(0x1a5)),scripts=require(a9_0x2a1776(0x1ef)),globals=require(a9_0x2a1776(0x19f)),testHubConstants=require(a9_0x2a1776(0x172)),{shouldScanTestForAccessibility}=require(a9_0x2a1776(0x16e)),{isUndefined}=require(a9_0x2a1776(0x1a3)),a9_0x24b357={};a9_0x24b357[a9_0x2a1776(0x1ad)]=undefined,a9_0x24b357[a9_0x2a1776(0x198)]={},a9_0x24b357[a9_0x2a1776(0x1d6)]=![],a9_0x24b357[a9_0x2a1776(0x198)]['id']=undefined,a9_0x24b357[a9_0x2a1776(0x198)][a9_0x2a1776(0x185)]=undefined;const workerDetails=a9_0x24b357;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x24d850){const _0x58c5b0=a9_0x2a1776,_0x5eebcb=workerDetails[_0x58c5b0(0x198)][_0x58c5b0(0x185)];if(!_0x5eebcb)return;await MyReporter[_0x58c5b0(0x18b)](_0x5eebcb,_0x24d850);}),registerListeners=()=>{const _0x1d9094=a9_0x2a1776,_0x694bd5={};_0x694bd5[_0x1d9094(0x1b5)]=_0x1d9094(0x14f);const _0x5062d5=_0x694bd5;logger[_0x1d9094(0x1d0)](_0x5062d5[_0x1d9094(0x1b5)]),process[_0x1d9094(0x175)](_0x1d9094(0x192)+process[_0x1d9094(0x1c3)]),process['on'](_0x1d9094(0x192)+process[_0x1d9094(0x1c3)],sendTestLog),PerformanceTester[_0x1d9094(0x151)]();};modifyCommand(),setKeepAlive();function a9_0x11f2(_0x4dd658,_0x3ec08a){const _0x5586d4=a9_0x5586();return a9_0x11f2=function(_0x11f248,_0xe4ac49){_0x11f248=_0x11f248-0x147;let _0x26bae4=_0x5586d4[_0x11f248];return _0x26bae4;},a9_0x11f2(_0x4dd658,_0x3ec08a);}const Before=cucumberModule['Before'],After=cucumberModule[a9_0x2a1776(0x1f7)],AfterAll=cucumberModule[a9_0x2a1776(0x1c5)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x2a1776(0x19a)],configuration=process[a9_0x2a1776(0x1e4)][a9_0x2a1776(0x1cd)],bstackConfig=process[a9_0x2a1776(0x1e4)][a9_0x2a1776(0x176)];if(configuration!==undefined){const config=JSON[a9_0x2a1776(0x154)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x2a1776(0x1bd)]),global[a9_0x2a1776(0x14b)]=isTrue(config['skipSessionStatus'])):(global[a9_0x2a1776(0x1af)]=!![],global[a9_0x2a1776(0x14b)]=!![]),shouldProcessEventForTesthub()?require(a9_0x2a1776(0x178))['browserstackAgentV2'](config,null,!![]):require(a9_0x2a1776(0x178))[a9_0x2a1776(0x156)](config),global[a9_0x2a1776(0x150)]=config['platformCaps']||{};}function a9_0x5586(){const _0x396455=['zMlMf','removeAllListeners','BSTACK_CONFIG','Inside\x20browserstack\x20AfterAll','../../index','text','message','setConfig','bstackA11yShouldScan','uAqrV','7047730zYHskb','Error:\x20at\x20After\x20Step:\x20','../playwright/reporter/reporter.js','name','1010873dCCgub','stopMonitoring','Performing\x20scan\x20before\x20saving\x20results','testInfo','mvVjl','__error_messages__','HUsdM','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','info','addTestUIDAndReportLog','status','pickle','4|2|1|0|3','getTestUUID','saveTestResults','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','bs:addLog:','tViOL','length','driverCleanup','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','OLjcu','currentTest','thBuildUuid','AfterStep','stringify','viWuk','uploadEventData','timeout','../../helpers/globals','ENV_VAR','util','HutaX','lodash','gpTml','../../helpers/test-observability/sessionHandler','CXJrK','12216nrOziJ','BQPGx','OeRyw','\x0aError:\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','wtbCW','workerInfo','../../helpers/setKeepAlive','__skipSessionName','2mFiIlA','uuid','107075SgTRIv','Inside\x20browserstack\x20Before','failed','HsjyY','Inside\x20browserstack\x20BeforeAll','Failed:\x20','initQuit','AVVfL','9JYmLYC','getGlobal','setFramework','skipSessionName','@cucumber/cucumber/lib/index.js','Error:\x20cleaning\x20up\x20driver:\x20','DeyDY','join','SHwOM','pid','error','AfterAll','Error:\x20at\x20After:\x20','Vfpng','__timeout','setTestNameForHealingContext','BROWSERSTACK_TESTHUB_JWT','then','catch','CONFIG','result','cfvBo','debug','TMlFf','event_type','HsvDv','Error:\x20in\x20quitting\x20driver\x20','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','o11ySyncDone','Xndyb','Passed:\x20','push','browserstackSessionName','3094868VUoBbW','kpYHU','quitCount_','JSxGf','toString','JeyYL','../../helpers/performance/performance-tester','\x20|\x20','CBTSessionCreated','env','__drivers','VzfRd','shutdown','pkMbw','pPRlx','24edYMdW','testCaseStartedId','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','40568bahLBd','setDefaultTimeout','../../helpers/accessibility-automation/scripts','vqfFW','session_','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','YFGGv','IqQZc','xCrkJ','After','format','shift','bstack','@cucumber/cucumber','ATPUF','../../helpers/testhub/utils','__skipSessionStatus','pickleStep','tags','executeAsyncScript','Inside\x20browserstack\x20registerListeners','__platformCaps','startMonitoring','split','map','parse','finally','browserstackAgentV2','__sessionFailed','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','oeozn','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','../../helpers/helper','QMmaz','TFHJG','../playwright/reporter/test-details.js','thJwtToken','QcFrE','toLowerCase','integrations','ZkUXm','executeScript','cucumber-js','WEMgQ','hoHWk','\x22}}','1197uMzGzb','winstonLogger','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','Passed','Inside\x20browserstack\x20After','../../helpers/accessibility-automation/helper','SzgYr','zvrjO','880KGctzq','../../helpers/testhub/constants.js','333669eQiVVn'];a9_0x5586=function(){return _0x396455;};return a9_0x5586();}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x2a1776(0x154)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x2a1776(0x17b)](browserStackConfig),commandRepository[a9_0x2a1776(0x1bc)](a9_0x2a1776(0x165)));}global[a9_0x2a1776(0x1c8)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x2a1776(0x1ee)];cucumberModule[a9_0x2a1776(0x1ee)]=_0x5aa2f3=>{const _0x370aa9=a9_0x2a1776,_0x1e9a65={'HutaX':function(_0x379f7f,_0x133574){return _0x379f7f(_0x133574);}};global[_0x370aa9(0x1c8)]=_0x5aa2f3,_0x1e9a65[_0x370aa9(0x1a2)](__setDefaultTimeout,_0x5aa2f3);};const a9_0x7eb141={};a9_0x7eb141[a9_0x2a1776(0x181)]='bstack',BeforeAll(a9_0x7eb141,function(){const _0x49067a=a9_0x2a1776,_0x3da5ed={'Vfpng':function(_0x445e81,_0x6d589f,_0x412b7e,_0x5f4ef1){return _0x445e81(_0x6d589f,_0x412b7e,_0x5f4ef1);},'XYyHM':'failed','VxjmN':_0x49067a(0x1e2),'dGXLF':function(_0x1da843,_0xf10da9,_0x48e88f){return _0x1da843(_0xf10da9,_0x48e88f);},'ZkUXm':'passed','rTCcy':_0x49067a(0x1b6),'QcFrE':function(_0x5b3f22){return _0x5b3f22();},'xCrkJ':function(_0xbf41c1,_0x1308f2){return _0xbf41c1(_0x1308f2);}};PerformanceTester[_0x49067a(0x151)](),logger[_0x49067a(0x1d0)](_0x3da5ed['rTCcy']),global['__error_messages__']=[],global[_0x49067a(0x157)]=![],_0x3da5ed[_0x49067a(0x160)](shouldProcessEventForTesthub)&&(_0x3da5ed[_0x49067a(0x160)](registerListeners),_0x3da5ed[_0x49067a(0x1f6)](addRequestSpy,![])),global[_0x49067a(0x195)]=async()=>{const _0xf7306c=_0x49067a;let _0xa1cd2a=![];try{await global[_0xf7306c(0x1e5)][0x0]['session_'],_0xa1cd2a=!![],global[_0xf7306c(0x157)]?await _0x3da5ed[_0xf7306c(0x1c7)](markSessionStatus,global['__drivers'][0x0],_0x3da5ed['XYyHM'],global['__error_messages__'][_0xf7306c(0x1c1)](_0x3da5ed['VxjmN'])):await _0x3da5ed['dGXLF'](markSessionStatus,global[_0xf7306c(0x1e5)][0x0],_0x3da5ed[_0xf7306c(0x163)]);}catch(_0x5731de){logger['debug'](_0xf7306c(0x1bf)+_0x5731de);}global['__error_messages__']=[],global[_0xf7306c(0x157)]=![];if(_0xa1cd2a)try{await global['__drivers'][0x0][_0xf7306c(0x1b8)](),global[_0xf7306c(0x1e5)][0x0][_0xf7306c(0x1f1)][_0xf7306c(0x1cb)](_0x26e99c=>{const _0x4a5bfc=_0xf7306c;logger['debug'](_0x4a5bfc(0x1d4)+_0x26e99c['getId']());})[_0xf7306c(0x1cc)](_0x3a0f8a=>{});}catch(_0x4e7963){logger[_0xf7306c(0x1d0)](_0xf7306c(0x1d5)+_0x4e7963);}};});const a9_0x3a859b={};a9_0x3a859b[a9_0x2a1776(0x181)]=a9_0x2a1776(0x147),a9_0x3a859b[a9_0x2a1776(0x19e)]=0x2710,Before(a9_0x3a859b,function(_0x413612,_0x1e1cfc){const _0x43156b=a9_0x2a1776,_0x4d5e9b={'SHwOM':function(_0xea52c6,_0x5acaae){return _0xea52c6>_0x5acaae;},'VDPkd':function(_0xc34df9,_0x5e2449){return _0xc34df9(_0x5e2449);},'VzfRd':function(_0x6a897e,_0x5e5a7c,_0x4c20ff,_0x4a3cbc){return _0x6a897e(_0x5e5a7c,_0x4c20ff,_0x4a3cbc);},'FaQXE':_0x43156b(0x17c),'vqfFW':function(_0x4a44cc){return _0x4a44cc();},'hoHWk':_0x43156b(0x1b3)};commandRepository[_0x43156b(0x1c9)](_0x413612[_0x43156b(0x18d)][_0x43156b(0x181)]),logger[_0x43156b(0x1d0)](_0x4d5e9b[_0x43156b(0x167)]),new Promise(async _0xff40ed=>{const _0x434971=_0x43156b;try{_0x4d5e9b[_0x434971(0x1c2)](global[_0x434971(0x1e5)][_0x434971(0x194)],0x1)&&(await global['driverCleanup'](),global[_0x434971(0x1e5)][_0x434971(0x1f9)]()),global[_0x434971(0x1e5)][0x0]['quitCount_']&&_0x4d5e9b[_0x434971(0x1c2)](global[_0x434971(0x1e5)][0x0][_0x434971(0x1dd)],0x0)&&await global[_0x434971(0x195)]();}catch(_0x5c7281){logger[_0x434971(0x1d0)](_0x434971(0x196)+_0x5c7281);}workerDetails[_0x434971(0x198)][_0x434971(0x185)]=_0x413612[_0x434971(0x1eb)];try{if(!_0x4d5e9b['VDPkd'](isUndefined,_0x413612['pickle'][_0x434971(0x14d)])){const _0x5861e7=_0x4d5e9b[_0x434971(0x1e6)](shouldScanTestForAccessibility,null,![],_0x413612[_0x434971(0x18d)]['tags'][_0x434971(0x153)](({name:_0x28c009})=>_0x28c009));globals['setGlobal'](_0x4d5e9b['FaQXE'],_0x5861e7);}}catch(_0x301fd1){logger[_0x434971(0x1d0)](_0x434971(0x15a)+util['format'](_0x301fd1));}_0x4d5e9b[_0x434971(0x1f0)](_0xff40ed);})[_0x43156b(0x155)](_0x1e1cfc);});const a9_0x3ecd23={};a9_0x3ecd23[a9_0x2a1776(0x181)]=a9_0x2a1776(0x147),a9_0x3ecd23[a9_0x2a1776(0x19e)]=0x2710,After(a9_0x3ecd23,function(_0x34cb12,_0x1eba97){const _0xcc70da=a9_0x2a1776,_0xf00045={'pkMbw':_0xcc70da(0x18e),'HUsdM':function(_0x1d9d17,_0x4034b1){return _0x1d9d17===_0x4034b1;},'cfvBo':_0xcc70da(0x1b4),'JSxGf':function(_0x3e01d1,_0x7aad82,_0x170741,_0x536954){return _0x3e01d1(_0x7aad82,_0x170741,_0x536954);},'AKXyX':_0xcc70da(0x1e2),'OLjcu':function(_0x4db2cf,_0x4e160f,_0x50dd8c){return _0x4db2cf(_0x4e160f,_0x50dd8c);},'TMlFf':'passed','oeozn':function(_0x26657b,_0x504a36){return _0x26657b>_0x504a36;},'zMlMf':function(_0x30c0d3){return _0x30c0d3();},'zvrjO':_0xcc70da(0x1e3),'WEMgQ':'isAccessibilityPlatform','OeRyw':'bstackA11yShouldScan','TFHJG':_0xcc70da(0x1f3),'IqQZc':_0xcc70da(0x184),'QMmaz':_0xcc70da(0x1f2),'OpHYB':function(_0x2bdf46,_0x1b7662){return _0x2bdf46>_0x1b7662;},'gpTml':function(_0xda74d6){return _0xda74d6();},'Xndyb':_0xcc70da(0x16d)};logger[_0xcc70da(0x1d0)](_0xf00045[_0xcc70da(0x1d7)]),workerDetails[_0xcc70da(0x198)][_0xcc70da(0x185)]=_0x34cb12[_0xcc70da(0x1eb)],new Promise(async _0x46a0b2=>{const _0x4e3aa2=_0xcc70da;let _0x280b50=![];try{const _0x6610cc=_0xf00045[_0x4e3aa2(0x1e8)][_0x4e3aa2(0x152)]('|');let _0xd33f9b=0x0;while(!![]){switch(_0x6610cc[_0xd33f9b++]){case'0':!global[_0x4e3aa2(0x1af)]&&await global[_0x4e3aa2(0x1e5)][0x0]['executeScript'](_0x4e3aa2(0x1ec)+_0x34cb12[_0x4e3aa2(0x18d)]['name']+_0x4e3aa2(0x168));continue;case'1':_0x280b50=!![];continue;case'2':await global['__drivers'][0x0][_0x4e3aa2(0x1f1)];continue;case'3':if(_0xf00045[_0x4e3aa2(0x188)](_0x34cb12['result'][_0x4e3aa2(0x18c)][_0x4e3aa2(0x1df)]()[_0x4e3aa2(0x161)](),_0xf00045[_0x4e3aa2(0x1cf)])||_0xf00045[_0x4e3aa2(0x188)](_0x34cb12[_0x4e3aa2(0x1ce)][_0x4e3aa2(0x18c)][_0x4e3aa2(0x1df)]()[_0x4e3aa2(0x161)](),'6')){try{global[_0x4e3aa2(0x187)][_0x4e3aa2(0x1d9)](_0x34cb12[_0x4e3aa2(0x1ce)]['message']);}catch(_0x4f601c){logger[_0x4e3aa2(0x1d0)](_0x4e3aa2(0x1ab)+_0x4f601c);}await _0xf00045[_0x4e3aa2(0x1de)](markSessionStatus,global[_0x4e3aa2(0x1e5)][0x0],_0xf00045[_0x4e3aa2(0x1cf)],global[_0x4e3aa2(0x187)]['join'](_0xf00045['AKXyX']));}else await _0xf00045[_0x4e3aa2(0x197)](markSessionStatus,global[_0x4e3aa2(0x1e5)][0x0],_0xf00045[_0x4e3aa2(0x1d1)]);continue;case'4':_0xf00045[_0x4e3aa2(0x159)](global[_0x4e3aa2(0x1e5)][_0x4e3aa2(0x194)],0x1)&&(await global[_0x4e3aa2(0x195)](),global[_0x4e3aa2(0x1e5)][_0x4e3aa2(0x1f9)](),global['__error_messages__']=[],global[_0x4e3aa2(0x157)]=![]);continue;}break;}}catch(_0x34a555){logger[_0x4e3aa2(0x1d0)](_0x4e3aa2(0x1c6)+util[_0x4e3aa2(0x1f8)](_0x34a555));}try{if(_0xf00045[_0x4e3aa2(0x174)](shouldProcessEventForTesthub)){const _0x27ddf0=TestDetails[_0x4e3aa2(0x18f)](_0x34cb12[_0x4e3aa2(0x1eb)]),_0x2176c6=await _0xf00045[_0x4e3aa2(0x1de)](sendPlatformDetails,global[_0x4e3aa2(0x1e5)][0x0],_0x27ddf0,!![]),_0xa73f06={};_0xa73f06[_0x4e3aa2(0x1b1)]=_0x27ddf0,_0xa73f06[_0x4e3aa2(0x162)]=_0x2176c6;const _0x30d3bb=_0xa73f06,_0x5b0e92={};_0x5b0e92[_0x4e3aa2(0x1d2)]=_0xf00045[_0x4e3aa2(0x170)],_0x5b0e92['test_run']=_0x30d3bb,await SessionHandler[_0x4e3aa2(0x19d)](_0x5b0e92);}}catch(_0x313da2){logger['debug']('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util[_0x4e3aa2(0x1f8)](_0x313da2));}try{if(globals[_0x4e3aa2(0x1bb)](_0xf00045[_0x4e3aa2(0x166)])&&globals[_0x4e3aa2(0x1bb)](_0xf00045[_0x4e3aa2(0x1a9)])){logger[_0x4e3aa2(0x18a)](_0xf00045[_0x4e3aa2(0x15d)]);const _0x2d20e2=TestDetails[_0x4e3aa2(0x18f)](_0x34cb12[_0x4e3aa2(0x1eb)]),_0xc132d2={};_0xc132d2['thTestRunUuid']=_0x2d20e2,_0xc132d2[_0x4e3aa2(0x199)]=process[_0x4e3aa2(0x1e4)][testHubConstants[_0x4e3aa2(0x1a0)]['BROWSERSTACK_TESTHUB_UUID']],_0xc132d2[_0x4e3aa2(0x15f)]=process[_0x4e3aa2(0x1e4)][testHubConstants[_0x4e3aa2(0x1a0)][_0x4e3aa2(0x1ca)]];const _0x268fad=_0xc132d2;logger['debug'](_0x4e3aa2(0x191)+JSON[_0x4e3aa2(0x19b)](_0x268fad)),logger[_0x4e3aa2(0x1d0)](_0xf00045[_0x4e3aa2(0x1f5)]),logger[_0x4e3aa2(0x1d0)](util[_0x4e3aa2(0x1f8)](await global[_0x4e3aa2(0x1e5)][0x0][_0x4e3aa2(0x14e)](scripts['performScan'],{'method':global[_0x4e3aa2(0x1da)]}))),await global['__drivers'][0x0][_0x4e3aa2(0x14e)](scripts[_0x4e3aa2(0x190)],_0x268fad),logger[_0x4e3aa2(0x18a)](_0xf00045[_0x4e3aa2(0x15c)]);}}catch(_0x5b6309){logger[_0x4e3aa2(0x1c4)](_0x4e3aa2(0x158)+util[_0x4e3aa2(0x1f8)]);}if(_0x280b50)try{global[_0x4e3aa2(0x1e5)][0x0]&&_0xf00045['OpHYB'](global[_0x4e3aa2(0x1e5)][0x0][_0x4e3aa2(0x1dd)],0x0)&&await global['__drivers'][0x0][_0x4e3aa2(0x1b8)]();}catch(_0x7e0b75){logger[_0x4e3aa2(0x1d0)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x7e0b75);}_0xf00045[_0x4e3aa2(0x1a4)](_0x46a0b2);})[_0xcc70da(0x155)](()=>_0x1eba97());});const a9_0x3df163={};a9_0x3df163['name']=a9_0x2a1776(0x147),a9_0x3df163[a9_0x2a1776(0x19e)]=0x2710,AfterStep(a9_0x3df163,function(_0x4af8bb,_0x14d30b){const _0x593f7d=a9_0x2a1776,_0x574e17={'tViOL':function(_0x101186,_0x53738a){return _0x101186===_0x53738a;},'wtbCW':'failed','SzgYr':function(_0x1e3b9b,_0x479b98){return _0x1e3b9b!==_0x479b98;},'pPRlx':function(_0x1d661a,_0x535269,_0x59e3e1){return _0x1d661a(_0x535269,_0x59e3e1);},'uAqrV':function(_0x7dc72c,_0x3ef4fa){return _0x7dc72c+_0x3ef4fa;},'BQPGx':function(_0x25a382,_0x26248e){return _0x25a382+_0x26248e;},'mvVjl':_0x593f7d(0x1b7),'RSLjq':_0x593f7d(0x1aa),'AVVfL':_0x593f7d(0x1c4),'JeyYL':function(_0x18971f,_0x8ae147){return _0x18971f+_0x8ae147;},'HsvDv':function(_0x3fd0e2,_0x12cbee,_0x1a4c25){return _0x3fd0e2(_0x12cbee,_0x1a4c25);},'YFGGv':function(_0x36becd,_0x44c7f0){return _0x36becd+_0x44c7f0;},'DeyDY':_0x593f7d(0x1d8),'ATPUF':_0x593f7d(0x18a),'CXJrK':_0x593f7d(0x16c),'eDdcf':function(_0x20cf1c){return _0x20cf1c();},'kpYHU':'Inside\x20browserstack\x20AfterStep'};logger[_0x593f7d(0x1d0)](_0x574e17[_0x593f7d(0x1dc)]);const _0x3a4a58=async(_0x24f4cb,_0x261020)=>{const _0x308188=_0x593f7d;await global[_0x308188(0x1e5)][0x0][_0x308188(0x164)](_0x308188(0x189)+_0x24f4cb+',\x22level\x22:\x20\x22'+_0x261020+_0x308188(0x168));};new Promise(async _0x412d94=>{const _0x578660=_0x593f7d;try{_0x574e17['tViOL'](_0x4af8bb[_0x578660(0x1ce)][_0x578660(0x18c)][_0x578660(0x1df)]()['toLowerCase'](),_0x574e17[_0x578660(0x1ac)])||_0x574e17[_0x578660(0x193)](_0x4af8bb['result'][_0x578660(0x18c)][_0x578660(0x1df)]()[_0x578660(0x161)](),'6')?(global[_0x578660(0x157)]=!![],global[_0x578660(0x187)]['push'](_0x4af8bb[_0x578660(0x1ce)][_0x578660(0x17a)]),_0x574e17[_0x578660(0x16f)](_0x4af8bb[_0x578660(0x14c)],undefined)?await _0x574e17[_0x578660(0x1e9)](_0x3a4a58,JSON['stringify'](_0x574e17[_0x578660(0x17d)](_0x574e17[_0x578660(0x17d)](_0x574e17[_0x578660(0x1a8)](_0x574e17[_0x578660(0x186)],'\x22'+_0x4af8bb[_0x578660(0x14c)]['text']+'\x22\x20'),_0x574e17['RSLjq']),_0x4af8bb[_0x578660(0x1ce)][_0x578660(0x17a)])),_0x574e17['AVVfL']):await _0x574e17['pPRlx'](_0x3a4a58,JSON[_0x578660(0x19b)](_0x574e17[_0x578660(0x1e0)](_0x574e17['mvVjl'],_0x4af8bb['result'][_0x578660(0x17a)])),_0x574e17[_0x578660(0x1b9)])):_0x574e17[_0x578660(0x16f)](_0x4af8bb['pickleStep'],undefined)?await _0x574e17[_0x578660(0x1d3)](_0x3a4a58,JSON[_0x578660(0x19b)](_0x574e17[_0x578660(0x1f4)](_0x574e17[_0x578660(0x1c0)],'\x22'+_0x4af8bb[_0x578660(0x14c)][_0x578660(0x179)]+'\x22')),_0x574e17[_0x578660(0x149)]):await _0x574e17[_0x578660(0x1e9)](_0x3a4a58,JSON[_0x578660(0x19b)](_0x574e17[_0x578660(0x1a6)]),_0x574e17[_0x578660(0x149)]),global[_0x578660(0x1e5)][0x0]['session_'][_0x578660(0x1cb)](_0x190b4c=>{})[_0x578660(0x1cc)](_0x4bd340=>{const _0x53f960=_0x578660;logger[_0x53f960(0x1d0)](_0x53f960(0x16b)+util[_0x53f960(0x1f8)](_0x4bd340));});}catch(_0x38dbbf){logger['debug'](_0x578660(0x17f)+_0x38dbbf);}_0x574e17['eDdcf'](_0x412d94);})[_0x593f7d(0x155)](()=>_0x14d30b());});const a9_0x21f8ab={};a9_0x21f8ab[a9_0x2a1776(0x181)]=a9_0x2a1776(0x147),a9_0x21f8ab[a9_0x2a1776(0x19e)]=0x7530,AfterAll(a9_0x21f8ab,async function(_0x2c9727,_0x4ec43d){const _0x2d5d64=a9_0x2a1776,_0x450dbd={'viWuk':function(_0x30176d){return _0x30176d();},'NczVE':_0x2d5d64(0x177)};logger['debug'](_0x450dbd['NczVE']),await new Promise(async _0x1f4733=>{const _0x645dae=_0x2d5d64;await RequestQueueHandler['getInstance']()[_0x645dae(0x1e7)](),PerformanceTester[_0x645dae(0x183)](),await global[_0x645dae(0x195)](),_0x450dbd[_0x645dae(0x19c)](_0x1f4733);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x3cf5a3=a10_0x4c8d;(function(_0x5f579e,_0x55c77a){const _0xcb37be=a10_0x4c8d,_0xdb54c6=_0x5f579e();while(!![]){try{const _0x22cc2b=-parseInt(_0xcb37be(0x20a))/0x1+-parseInt(_0xcb37be(0x1f7))/0x2*(-parseInt(_0xcb37be(0x206))/0x3)+parseInt(_0xcb37be(0x1fa))/0x4+parseInt(_0xcb37be(0x1e3))/0x5+parseInt(_0xcb37be(0x20b))/0x6+-parseInt(_0xcb37be(0x1da))/0x7*(-parseInt(_0xcb37be(0x1fc))/0x8)+parseInt(_0xcb37be(0x1d9))/0x9*(-parseInt(_0xcb37be(0x1f8))/0xa);if(_0x22cc2b===_0x55c77a)break;else _0xdb54c6['push'](_0xdb54c6['shift']());}catch(_0x24c67c){_0xdb54c6['push'](_0xdb54c6['shift']());}}}(a10_0x3abc,0xa9b43));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x3cf5a3(0x202)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x3cf5a3(0x1fe),'cucumber'),logger=require(a10_0x3cf5a3(0x1ea))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule['After'],configuration=process[a10_0x3cf5a3(0x1e6)][a10_0x3cf5a3(0x1ee)];function a10_0x3abc(){const _0xa4014a=['__timeout','toLowerCase','../../helpers/logger','EIVFM','skipSessionStatus','UGZHE','CONFIG','../../index','skipSessionName','parse','dBhDB','setDefaultTimeout','ZOkLt','Error:\x20quiting\x20at\x20After:\x20','WYTfB','2AHxzbv','890zWzmRb','eVLlv','4479904xHhqmr','name','6022048fsFJfX','Error:\x20setting\x20status\x20at\x20After:\x20','cucumber/lib/index.js','Voyzb','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','passed','../../helpers/helper','__driver','mqKIO','\x22}}','790122UgaYSQ','__error_messages__','Inside\x20browserstack\x20After','platformCaps','1192160OHLSBb','4731420VVhPOC','161379gYIpag','7coQZzF','result','failed','bstack','session_','pickle','initQuit','join','Inside\x20browserstack\x20Before','2792250omqsKl','__skipSessionStatus','debug','env','AXTyo'];a10_0x3abc=function(){return _0xa4014a;};return a10_0x3abc();}if(configuration!==undefined){const config=JSON[a10_0x3cf5a3(0x1f1)](configuration);isTrue(config[a10_0x3cf5a3(0x1f0)])&&(global['__skipSessionName']=!![]),global[a10_0x3cf5a3(0x1e4)]=isTrue(config[a10_0x3cf5a3(0x1ec)]),require(a10_0x3cf5a3(0x1ef))['browserstackAgentV2'](config),global['__platformCaps']=config[a10_0x3cf5a3(0x209)]||{};}global[a10_0x3cf5a3(0x1e8)]=0x0;function a10_0x4c8d(_0x3ea9cd,_0x2efe75){const _0x3abcaf=a10_0x3abc();return a10_0x4c8d=function(_0x4c8dda,_0x51807f){_0x4c8dda=_0x4c8dda-0x1d9;let _0x1aaed8=_0x3abcaf[_0x4c8dda];return _0x1aaed8;},a10_0x4c8d(_0x3ea9cd,_0x2efe75);}const __setDefaultTimeout=cucumberModule[a10_0x3cf5a3(0x1f3)];cucumberModule[a10_0x3cf5a3(0x1f3)]=_0x4900b6=>{const _0x33eef0=a10_0x3cf5a3,_0x4ff746={'WYTfB':function(_0x2b899d,_0x3e73cc){return _0x2b899d(_0x3e73cc);}};global[_0x33eef0(0x1e8)]=_0x4900b6,_0x4ff746[_0x33eef0(0x1f6)](__setDefaultTimeout,_0x4900b6);};const a10_0x2e9e66={};a10_0x2e9e66[a10_0x3cf5a3(0x1fb)]=a10_0x3cf5a3(0x1dd),Before(a10_0x2e9e66,function(){const _0x2cf918=a10_0x3cf5a3,_0x10255b={};_0x10255b['Voyzb']=_0x2cf918(0x1e2);const _0x34c485=_0x10255b;logger[_0x2cf918(0x1e5)](_0x34c485[_0x2cf918(0x1ff)]),global[_0x2cf918(0x207)]=[];});const a10_0x15fe37={};a10_0x15fe37[a10_0x3cf5a3(0x1fb)]='bstack',a10_0x15fe37['timeout']=0x2710,After(a10_0x15fe37,function(_0x162d1c,_0x10e5c8){const _0x7517b8=a10_0x3cf5a3,_0x5c701d={'AXTyo':function(_0x389e38,_0x2a99f1){return _0x389e38===_0x2a99f1;},'mqKIO':_0x7517b8(0x1dc),'vCYjn':function(_0x16f106,_0xb6cedb,_0x4b6bd2,_0x5aa065){return _0x16f106(_0xb6cedb,_0x4b6bd2,_0x5aa065);},'UGZHE':'\x20|\x20','eVLlv':function(_0x108156,_0x122ca7,_0x16f06a){return _0x108156(_0x122ca7,_0x16f06a);},'dBhDB':_0x7517b8(0x201),'ZOkLt':function(_0x425ce7){return _0x425ce7();},'EIVFM':function(_0x45819c,_0xef8b2e){return _0x45819c(_0xef8b2e);},'uiZBR':_0x7517b8(0x208)};logger['debug'](_0x5c701d['uiZBR']),new Promise(async(_0x26b3cd,_0x302c65)=>{const _0x27e180=_0x7517b8;let _0x4b2148=![];try{await global[_0x27e180(0x203)][_0x27e180(0x1de)],_0x4b2148=!![],!global['__skipSessionName']&&await global[_0x27e180(0x203)]['executeScript'](_0x27e180(0x200)+_0x162d1c[_0x27e180(0x1df)][_0x27e180(0x1fb)]+_0x27e180(0x205)),_0x5c701d[_0x27e180(0x1e7)](_0x162d1c[_0x27e180(0x1db)]['status'][_0x27e180(0x1e9)](),_0x5c701d['mqKIO'])?await _0x5c701d['vCYjn'](markSessionStatus,global['__driver'],_0x5c701d[_0x27e180(0x204)],global[_0x27e180(0x207)][_0x27e180(0x1e1)](_0x5c701d[_0x27e180(0x1ed)])):await _0x5c701d[_0x27e180(0x1f9)](markSessionStatus,global[_0x27e180(0x203)],_0x5c701d[_0x27e180(0x1f2)]);}catch(_0xe711f3){logger[_0x27e180(0x1e5)](_0x27e180(0x1fd)+_0xe711f3);}if(_0x4b2148)try{await global['__driver'][_0x27e180(0x1e0)](),_0x5c701d[_0x27e180(0x1f4)](_0x26b3cd);}catch(_0x281929){logger[_0x27e180(0x1e5)](_0x27e180(0x1f5)+_0x281929),_0x5c701d[_0x27e180(0x1eb)](_0x302c65,_0x281929);}else _0x5c701d[_0x27e180(0x1f4)](_0x302c65);})['then'](()=>_0x10e5c8());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0x3cf8be=a11_0x39f1;(function(_0x4e1f6d,_0x26c9a0){const _0x528750=a11_0x39f1,_0x2e3873=_0x4e1f6d();while(!![]){try{const _0x164d3c=-parseInt(_0x528750(0x81))/0x1*(parseInt(_0x528750(0x84))/0x2)+parseInt(_0x528750(0x7c))/0x3+parseInt(_0x528750(0x7b))/0x4*(parseInt(_0x528750(0x7e))/0x5)+-parseInt(_0x528750(0x7d))/0x6*(parseInt(_0x528750(0x85))/0x7)+parseInt(_0x528750(0x82))/0x8*(parseInt(_0x528750(0x78))/0x9)+-parseInt(_0x528750(0x77))/0xa+parseInt(_0x528750(0x88))/0xb*(parseInt(_0x528750(0x89))/0xc);if(_0x164d3c===_0x26c9a0)break;else _0x2e3873['push'](_0x2e3873['shift']());}catch(_0x5ee503){_0x2e3873['push'](_0x2e3873['shift']());}}}(a11_0x368c,0xa348f));function a11_0x39f1(_0x4253ff,_0x146ad4){const _0x368c75=a11_0x368c();return a11_0x39f1=function(_0x39f147,_0x525a1d){_0x39f147=_0x39f147-0x77;let _0x3b0bad=_0x368c75[_0x39f147];return _0x3b0bad;},a11_0x39f1(_0x4253ff,_0x146ad4);}const {requireModule}=require(a11_0x3cf8be(0x80)),constants=require(a11_0x3cf8be(0x86));;let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0x3cf8be(0x7f));}catch(a11_0x403b03){cucumberModule=requireModule(a11_0x3cf8be(0x83),a11_0x3cf8be(0x7a));}cucumberModule['setDefaultTimeout'](constants[a11_0x3cf8be(0x87)]+global[a11_0x3cf8be(0x79)]*0x1);function a11_0x368c(){const _0x324bce=['cucumber/lib/index.js','485090nsUDDE','686399FVMuaq','../utils/constants','BSTACK_DELTA','143IlbVsh','332916VADNve','1538810RKGwAK','27WCnSon','__timeout','cucumber','226216zCSuPA','596802RHAJVM','36oCKKet','95NDEdfo','@cucumber/cucumber','../../helpers/helper','1aWiIqI','51904fqdIOB'];a11_0x368c=function(){return _0x324bce;};return a11_0x368c();}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a12_0x459e6e=a12_0x5625;(function(_0x179754,_0x28de93){const _0x315466=a12_0x5625,_0x1b9fba=_0x179754();while(!![]){try{const _0x1afd9c=parseInt(_0x315466(0x21e))/0x1*(parseInt(_0x315466(0x1fe))/0x2)+-parseInt(_0x315466(0x1d7))/0x3*(parseInt(_0x315466(0x1da))/0x4)+-parseInt(_0x315466(0x213))/0x5+-parseInt(_0x315466(0x1f3))/0x6*(-parseInt(_0x315466(0x1ff))/0x7)+-parseInt(_0x315466(0x1f7))/0x8*(parseInt(_0x315466(0x1e7))/0x9)+-parseInt(_0x315466(0x1ec))/0xa+parseInt(_0x315466(0x1f0))/0xb;if(_0x1afd9c===_0x28de93)break;else _0x1b9fba['push'](_0x1b9fba['shift']());}catch(_0x437d8a){_0x1b9fba['push'](_0x1b9fba['shift']());}}}(a12_0x235b,0x58c1e));function a12_0x235b(){const _0x177691=['protocol','every','VJdkt','../../helpers/BrowserStackSetup','bWatY','error','bstackAccesskey','options','WmRsb','type','hosts','443','accessKey','2078080kbjmgl','YpJDq','YixPP','Integration\x20hosts\x20missing.','https','connect','usage','Hosts\x20not\x20valid','split','help','setupBrowserstackLocal','57447WfoEyo','footer','missing','LitlG','../../helpers/helper','4935jRWYxo','FmonZ','TQdDs','860FMWZRW','kvJIj','hostname','RMlXh','Connection\x20established\x20successfully.','JSNVQ','info','bstackAccessKey','replace','command','https:','FpWmf','map','32355URFYAj','dIbNS','join','invalid','integrations-repeater','2356880OgaJVB','localIdentifier','./constants','ASuFD','9734131EvqFbM','demandCommand','Failed\x20to\x20establish\x20connection.','75954oUKDzj','fyBVd','browserStackLocalOptions','string','432xZrhms','Silzp','bstack-accesskey','integrations','../../helpers/logger','winstonLogger','BrowserStack\x20access\x20key\x20missing.','2UdwxkG','343eMPlNk','epilogue','trim','exports','setProxySettings','only','config'];a12_0x235b=function(){return _0x177691;};return a12_0x235b();}function a12_0x5625(_0xb8c9f5,_0x38187d){const _0x235b7a=a12_0x235b();return a12_0x5625=function(_0x562566,_0x482724){_0x562566=_0x562566-0x1d3;let _0x349f33=_0x235b7a[_0x562566];return _0x349f33;},a12_0x5625(_0xb8c9f5,_0x38187d);}const {default:BrowserStackSetup}=require(a12_0x459e6e(0x209)),logger=require(a12_0x459e6e(0x1fb))[a12_0x459e6e(0x1fc)],{URL}=require('url'),helper=require(a12_0x459e6e(0x1d6)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x459e6e(0x1ee)),validHosts=function(_0x58ca9a){const _0x586e68=a12_0x459e6e;return _0x58ca9a['split'](',')[_0x586e68(0x207)](_0x38f299=>{try{new URL(_0x38f299['trim']());}catch(_0x44d9a9){return![];}return!![];});},parseOnPremHosts=function(_0x46cf12){const _0x242eb5=a12_0x459e6e,_0x1da092={};_0x1da092[_0x242eb5(0x1e5)]=function(_0x30f56d,_0x3557c2){return _0x30f56d===_0x3557c2;},_0x1da092[_0x242eb5(0x20e)]=_0x242eb5(0x1e4),_0x1da092[_0x242eb5(0x214)]=_0x242eb5(0x211),_0x1da092[_0x242eb5(0x1e8)]=function(_0x3cfe84,_0x2ccf10){return _0x3cfe84===_0x2ccf10;},_0x1da092[_0x242eb5(0x1dd)]=_0x242eb5(0x217);const _0x2e3cd8=_0x1da092;return _0x46cf12[_0x242eb5(0x21b)](',')[_0x242eb5(0x1e6)](_0x332b90=>{const _0x34bdca=_0x242eb5,_0x4f2d1a=new URL(_0x332b90[_0x34bdca(0x201)]()),_0x2975d8=_0x4f2d1a[_0x34bdca(0x1dc)],_0x3069d1=_0x4f2d1a['port']||(_0x2e3cd8[_0x34bdca(0x1e5)](_0x4f2d1a[_0x34bdca(0x206)],_0x2e3cd8[_0x34bdca(0x20e)])?_0x2e3cd8[_0x34bdca(0x214)]:'80'),_0x1c6ade=_0x4f2d1a[_0x34bdca(0x206)][_0x34bdca(0x1e2)](':',''),_0x54a8d9=_0x2e3cd8['dIbNS'](_0x1c6ade,_0x2e3cd8[_0x34bdca(0x1dd)])?0x1:0x0;return _0x2975d8+','+_0x3069d1+','+_0x54a8d9;});},connectCommandBuilder=function(_0xb296b){const _0x1bb369=a12_0x459e6e,_0x50fdc7={};_0x50fdc7[_0x1bb369(0x208)]=_0x1bb369(0x1f6);const _0x2d1e5c=_0x50fdc7,_0x1216c8={};_0x1216c8['describe']=HELP_MESSAGES[_0x1bb369(0x20d)][_0x1bb369(0x1e1)],_0x1216c8[_0x1bb369(0x20f)]=_0x2d1e5c[_0x1bb369(0x208)];const _0x451ccb={};_0x451ccb['describe']=HELP_MESSAGES[_0x1bb369(0x20d)][_0x1bb369(0x210)],_0x451ccb[_0x1bb369(0x20f)]=_0x2d1e5c['VJdkt'],_0x451ccb['demandOption']=!![];const _0x4eff38={};return _0x4eff38[_0x1bb369(0x1f9)]=_0x1216c8,_0x4eff38[_0x1bb369(0x210)]=_0x451ccb,_0xb296b[_0x1bb369(0x20d)](_0x4eff38);},connectCommandHandler=async function(_0x40b3a7){const _0x3312f1=a12_0x459e6e,_0x34ecdb={'JwPWX':_0x3312f1(0x1fa),'bWatY':function(_0x35d787,_0x1a2f01){return _0x35d787===_0x1a2f01;},'ASuFD':'undefined','Silzp':_0x3312f1(0x1fd),'uWkui':function(_0x137537,_0x4c6a89){return _0x137537===_0x4c6a89;},'kvJIj':_0x3312f1(0x216),'CmoSA':function(_0x1413a4,_0xc036d9){return _0x1413a4(_0xc036d9);},'FmonZ':_0x3312f1(0x21a),'TQdDs':_0x3312f1(0x1eb),'LitlG':_0x3312f1(0x1de),'YixPP':_0x3312f1(0x1f2)};try{const _0x36bd9c=new BrowserStackSetup(_0x40b3a7,_0x34ecdb['JwPWX']);_0x40b3a7[_0x3312f1(0x20c)]&&(_0x36bd9c[_0x3312f1(0x205)]['accessKey']=_0x40b3a7[_0x3312f1(0x20c)]);if(_0x34ecdb[_0x3312f1(0x20a)](typeof _0x36bd9c[_0x3312f1(0x205)][_0x3312f1(0x212)],_0x34ecdb['ASuFD'])){logger[_0x3312f1(0x20b)](_0x34ecdb[_0x3312f1(0x1f8)]);throw new Error(ERROR_MESSAGES[_0x3312f1(0x1e1)][_0x3312f1(0x1d4)]);}const _0x330fea=_0x40b3a7[_0x3312f1(0x210)];if(_0x34ecdb['uWkui'](typeof _0x330fea,_0x34ecdb[_0x3312f1(0x1ef)])){logger['error'](_0x34ecdb[_0x3312f1(0x1db)]);throw new Error(ERROR_MESSAGES[_0x3312f1(0x210)]['missing']);}if(!_0x34ecdb['CmoSA'](validHosts,_0x330fea)){logger[_0x3312f1(0x20b)](_0x34ecdb[_0x3312f1(0x1d8)]);throw new Error(ERROR_MESSAGES[_0x3312f1(0x210)][_0x3312f1(0x1ea)]);}const _0x14a3d3=_0x34ecdb['CmoSA'](parseOnPremHosts,_0x330fea);_0x36bd9c[_0x3312f1(0x205)]['browserstackLocal']=!![],_0x36bd9c[_0x3312f1(0x205)][_0x3312f1(0x1f5)][_0x3312f1(0x1ed)]=_0x34ecdb[_0x3312f1(0x1d9)],_0x36bd9c[_0x3312f1(0x205)][_0x3312f1(0x1f5)][_0x3312f1(0x204)]=_0x14a3d3[_0x3312f1(0x1e9)](','),helper[_0x3312f1(0x203)](_0x36bd9c['config']),await _0x36bd9c[_0x3312f1(0x21d)](),logger[_0x3312f1(0x1e0)](_0x34ecdb[_0x3312f1(0x1d5)]);}catch(_0x2f99e7){logger['error'](_0x34ecdb[_0x3312f1(0x215)]);throw new Error(_0x2f99e7['toString']());}};function run(_0x5122f4){const _0x1321a1=a12_0x459e6e,_0x30540d={};_0x30540d[_0x1321a1(0x1df)]=_0x1321a1(0x218),_0x30540d[_0x1321a1(0x1f4)]=_0x1321a1(0x21c);const _0x15c868=_0x30540d;_0x5122f4[_0x1321a1(0x219)](HELP_MESSAGES['command']['root'])[_0x1321a1(0x1e3)](_0x15c868[_0x1321a1(0x1df)],HELP_MESSAGES[_0x1321a1(0x1e3)][_0x1321a1(0x218)],connectCommandBuilder,connectCommandHandler)[_0x1321a1(0x1f1)]()[_0x1321a1(0x21c)](_0x15c868[_0x1321a1(0x1f4)])[_0x1321a1(0x200)](HELP_MESSAGES[_0x1321a1(0x1e3)][_0x1321a1(0x1d3)]);}module[a12_0x459e6e(0x202)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a13_0x520dac=a13_0x342d;(function(_0x58d832,_0x2f9b36){var _0x1bb6bb=a13_0x342d,_0x24ac51=_0x58d832();while(!![]){try{var _0x3d1f46=parseInt(_0x1bb6bb(0x131))/0x1+-parseInt(_0x1bb6bb(0x135))/0x2+parseInt(_0x1bb6bb(0x132))/0x3+parseInt(_0x1bb6bb(0x12f))/0x4*(parseInt(_0x1bb6bb(0x126))/0x5)+parseInt(_0x1bb6bb(0x125))/0x6*(parseInt(_0x1bb6bb(0x12d))/0x7)+parseInt(_0x1bb6bb(0x124))/0x8*(parseInt(_0x1bb6bb(0x129))/0x9)+-parseInt(_0x1bb6bb(0x134))/0xa*(parseInt(_0x1bb6bb(0x122))/0xb);if(_0x3d1f46===_0x2f9b36)break;else _0x24ac51['push'](_0x24ac51['shift']());}catch(_0x5326f2){_0x24ac51['push'](_0x24ac51['shift']());}}}(a13_0x14a1,0x42d35));var a13_0x5c2baf={};a13_0x5c2baf[a13_0x520dac(0x12b)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x5c2baf[a13_0x520dac(0x123)]=a13_0x520dac(0x121);function a13_0x14a1(){var _0x21da8d=['14iQjsIG','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','1309924WLbAIY','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','172126drosHO','884529IKqgxj','footer','4769140FFGxLM','40524Vjmaan','invalid','connect','missing','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','33TVlRJM','hosts','4218504CHPwGP','1208874VoAUPv','5pWIcuR','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','9PPTAal','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.','bstackAccessKey','command'];a13_0x14a1=function(){return _0x21da8d;};return a13_0x14a1();}var a13_0x1e5798={};a13_0x1e5798['root']=a13_0x520dac(0x12e),a13_0x1e5798[a13_0x520dac(0x137)]=a13_0x520dac(0x130),a13_0x1e5798[a13_0x520dac(0x133)]=a13_0x520dac(0x128);var a13_0x5273e9={};a13_0x5273e9['options']=a13_0x5c2baf,a13_0x5273e9[a13_0x520dac(0x12c)]=a13_0x1e5798,exports['HELP_MESSAGES']=a13_0x5273e9;var a13_0x277c91={};a13_0x277c91[a13_0x520dac(0x120)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';function a13_0x342d(_0x354723,_0x2fb0db){var _0x14a1e8=a13_0x14a1();return a13_0x342d=function(_0x342d2f,_0x43c94e){_0x342d2f=_0x342d2f-0x120;var _0x3db48a=_0x14a1e8[_0x342d2f];return _0x3db48a;},a13_0x342d(_0x354723,_0x2fb0db);}var a13_0x3c48a2={};a13_0x3c48a2[a13_0x520dac(0x120)]=a13_0x520dac(0x127),a13_0x3c48a2[a13_0x520dac(0x136)]=a13_0x520dac(0x12a);var a13_0x1149e5={};a13_0x1149e5[a13_0x520dac(0x12b)]=a13_0x277c91,a13_0x1149e5[a13_0x520dac(0x123)]=a13_0x3c48a2,exports['ERROR_MESSAGES']=a13_0x1149e5;
|