browserstack-node-sdk 1.34.40 → 1.34.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +2 -2
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a6_0x262ea0=a6_0x267b;function a6_0x267b(_0x84efaa,_0x399c15){const _0x3a2364=a6_0x3a23();return a6_0x267b=function(_0x267b2a,_0x4bdc4f){_0x267b2a=_0x267b2a-0xd3;let _0xad40a6=_0x3a2364[_0x267b2a];return _0xad40a6;},a6_0x267b(_0x84efaa,_0x399c15);}(function(_0x26bf39,_0xc475af){const _0x20b357=a6_0x267b,_0xbc0b2c=_0x26bf39();while(!![]){try{const _0x5d45e5=parseInt(_0x20b357(0x151))/0x1+parseInt(_0x20b357(0x177))/0x2+parseInt(_0x20b357(0x13a))/0x3*(parseInt(_0x20b357(0x15d))/0x4)+parseInt(_0x20b357(0x163))/0x5+parseInt(_0x20b357(0x103))/0x6*(-parseInt(_0x20b357(0x15c))/0x7)+-parseInt(_0x20b357(0xd6))/0x8+parseInt(_0x20b357(0xf2))/0x9*(parseInt(_0x20b357(0x170))/0xa);if(_0x5d45e5===_0xc475af)break;else _0xbc0b2c['push'](_0xbc0b2c['shift']());}catch(_0x38f396){_0xbc0b2c['push'](_0xbc0b2c['shift']());}}}(a6_0x3a23,0x71da4));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x262ea0(0x131)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x262ea0(0x137)),TestDetails=require(a6_0x262ea0(0x16b)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x262ea0(0x176)),{shouldProcessEventForTesthub}=require(a6_0x262ea0(0x112)),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x262ea0(0x133))[a6_0x262ea0(0x175)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x59ed85){const _0x507c82=a6_0x262ea0,_0x20cb5d={};_0x20cb5d[_0x507c82(0x106)]=_0x507c82(0x169);const _0x499f90=_0x20cb5d;super(_0x59ed85),this[_0x507c82(0xfe)]={},_0x59ed85[_0x507c82(0x12d)]['on'](_0x499f90[_0x507c82(0x106)],async _0x3216e0=>{const _0x1c00e0=_0x507c82;switch(!![]){case!!_0x3216e0[_0x1c00e0(0x172)]:this['onTestRunStarted'](_0x3216e0[_0x1c00e0(0x172)]);break;case!!_0x3216e0[_0x1c00e0(0xdb)]:this[_0x1c00e0(0x124)](_0x3216e0[_0x1c00e0(0xdb)]);break;case!!_0x3216e0[_0x1c00e0(0x156)]:this[_0x1c00e0(0x152)](_0x3216e0[_0x1c00e0(0x156)],_0x59ed85,_0x3216e0);break;case!!_0x3216e0[_0x1c00e0(0x166)]:this[_0x1c00e0(0x11b)](_0x3216e0[_0x1c00e0(0x166)],_0x59ed85,_0x3216e0);break;case!!_0x3216e0[_0x1c00e0(0x130)]:this['onTestStepStarted'](_0x3216e0[_0x1c00e0(0x130)],_0x59ed85);break;case!!_0x3216e0['testStepFinished']:this[_0x1c00e0(0x155)](_0x3216e0[_0x1c00e0(0xe5)],_0x59ed85);break;case!!_0x3216e0['hook']:this[_0x1c00e0(0x11d)](_0x3216e0[_0x1c00e0(0x154)]);break;case!!_0x3216e0[_0x1c00e0(0xf8)]:this[_0x1c00e0(0x122)](_0x3216e0['testCase']);break;case!!_0x3216e0['pickle']:this[_0x1c00e0(0x146)](_0x3216e0[_0x1c00e0(0xff)]);break;case!!_0x3216e0[_0x1c00e0(0xfc)]:this[_0x1c00e0(0x14a)](_0x3216e0[_0x1c00e0(0xfc)]);break;}});}[a6_0x262ea0(0x11d)](_0x449f3d){const _0x253f43=a6_0x262ea0;this[_0x253f43(0xfe)]['hooks']=Object[_0x253f43(0x14b)]([],this[_0x253f43(0xfe)]['hooks']||[]),this[_0x253f43(0xfe)][_0x253f43(0x174)]['push'](_0x449f3d);}['onPickle'](_0x4a56f2){const _0x23b056=a6_0x262ea0;this[_0x23b056(0xfe)][_0x23b056(0xff)]=Object[_0x23b056(0x14b)]([],this[_0x23b056(0xfe)][_0x23b056(0xff)]||[],[_0x4a56f2]),this[_0x23b056(0xfe)][_0x23b056(0xff)][_0x23b056(0xea)](_0x4a56f2);}['onGherkinDocument'](_0x1e2707){const _0x284717=a6_0x262ea0;this[_0x284717(0xfe)][_0x284717(0xfc)]=Object[_0x284717(0x14b)]([],this['report']['gherkinDocument']||[],[_0x1e2707]),this[_0x284717(0xfe)][_0x284717(0xfc)][_0x284717(0xea)](_0x1e2707);}[a6_0x262ea0(0x123)](_0x1abfb2){const _0x6fb5b0=a6_0x262ea0;this[_0x6fb5b0(0xfe)][_0x6fb5b0(0x12f)]=_0x1abfb2;}[a6_0x262ea0(0xe7)](_0x359a93){const _0x5b8331=a6_0x262ea0;this[_0x5b8331(0xfe)]['stepDefinition']=Object[_0x5b8331(0x14b)]([],this[_0x5b8331(0xfe)][_0x5b8331(0xe9)]||[],[_0x359a93]),this['report']['stepDefinition'][_0x5b8331(0xea)](_0x359a93);}[a6_0x262ea0(0x122)](_0x4cea64){const _0x4fa2ad=a6_0x262ea0;this[_0x4fa2ad(0xfe)][_0x4fa2ad(0x11c)]=Object[_0x4fa2ad(0x14b)]([],this[_0x4fa2ad(0xfe)]['testCases']||[],[_0x4cea64]),this[_0x4fa2ad(0xfe)][_0x4fa2ad(0x11c)][_0x4fa2ad(0xea)](_0x4cea64);}[a6_0x262ea0(0xfa)](_0x5aea38){const _0x25677a=a6_0x262ea0,_0x425e67={'pUzYy':function(_0x469d04,_0x4496e9){return _0x469d04!==_0x4496e9;},'mEPNS':'bstack','EfWZp':function(_0x351f11,_0x30bdfd){return _0x351f11+_0x30bdfd;},'bjMBv':function(_0x3d12cf,_0x2d5349){return _0x3d12cf+_0x2d5349;},'KRCcx':function(_0x23fc39,_0x264d54){return _0x23fc39+_0x264d54;},'tBijQ':_0x25677a(0x15b),'KyiYl':_0x25677a(0x121),'JsvzB':function(_0x1c4d39,_0x2a8377){return _0x1c4d39===_0x2a8377;},'zRktO':_0x25677a(0xd5),'cOqQN':function(_0x438f8e,_0x41cae0,_0x7319e0){return _0x438f8e(_0x41cae0,_0x7319e0);},'IXJTh':_0x25677a(0x101),'eWlhh':_0x25677a(0x167),'JPxED':function(_0x77719e,_0x49b257){return _0x77719e+_0x49b257;},'bByjc':function(_0x53cbcf,_0x481c51){return _0x53cbcf+_0x481c51;},'hVTiH':function(_0x34b699,_0x1f778f){return _0x34b699+_0x1f778f;},'MYjSU':function(_0x454b56,_0xfc4720){return _0x454b56+_0xfc4720;},'BHvsA':function(_0x489e42,_0x3cc6fa){return _0x489e42+_0x3cc6fa;}};_0x425e67['pUzYy'](global[_0x25677a(0x115)],undefined)&&this[_0x25677a(0x11e)](_0x425e67[_0x25677a(0xef)](_0x425e67[_0x25677a(0x14e)]('\x0a',global[_0x25677a(0x115)]),'\x0a'));const _0x2fb4e6=this['eventDataCollector'][_0x25677a(0xe3)](_0x5aea38[_0x25677a(0x109)]);this[_0x25677a(0x11e)](_0x425e67[_0x25677a(0x14e)](_0x425e67[_0x25677a(0x117)](_0x425e67[_0x25677a(0xf0)](_0x425e67[_0x25677a(0x125)]('\x20\x20',_0x2fb4e6[_0x25677a(0xfc)][_0x25677a(0x12c)]['name']),_0x425e67[_0x25677a(0x12b)]),_0x2fb4e6[_0x25677a(0xff)][_0x25677a(0x12a)]),'\x0a'));const _0x25ed8b={};_0x25ed8b['cwd']=this[_0x25677a(0x149)],_0x25ed8b['snippetBuilder']=this['snippetBuilder'],_0x25ed8b[_0x25677a(0x139)]=this[_0x25677a(0x139)],_0x25ed8b[_0x25677a(0x148)]=_0x2fb4e6;const _0x430ac0=formatterHelpers[_0x25677a(0x162)](_0x25ed8b);let _0x2356df=![];_0x430ac0[_0x25677a(0xe4)][_0x25677a(0x16e)](_0x4add12=>{const _0xb4be64=_0x25677a;if(_0x425e67[_0xb4be64(0x13d)](_0x4add12[_0xb4be64(0x12a)],_0x425e67[_0xb4be64(0x168)])&&!this[_0xb4be64(0x16d)](_0x4add12)){totalTests+=0x1,this[_0xb4be64(0x11e)](_0x425e67[_0xb4be64(0x147)](_0x425e67[_0xb4be64(0x10f)](_0x425e67[_0xb4be64(0x129)](_0x425e67[_0xb4be64(0x147)](_0x425e67[_0xb4be64(0x129)](_0x425e67['tBijQ'],_0x4add12[_0xb4be64(0xd7)]),_0x4add12[_0xb4be64(0x104)]||''),_0x425e67['KyiYl']),Status[_0x4add12[_0xb4be64(0x101)][_0xb4be64(0x178)]]),'\x0a')),this[_0xb4be64(0x14d)](Status[_0x4add12[_0xb4be64(0x101)][_0xb4be64(0x178)]]);if(_0x425e67['JsvzB'](Status[_0x4add12[_0xb4be64(0x101)][_0xb4be64(0x178)]],_0x425e67[_0xb4be64(0x132)])){_0x2356df=!![];const _0x4a76b1=_0x425e67['cOqQN'](nestedKeyValue,_0x4add12,[_0x425e67['IXJTh'],_0x425e67['eWlhh']]);_0x4a76b1&&(testsErrorMessage[_0x425e67[_0xb4be64(0x14e)](_0x425e67[_0xb4be64(0x125)](_0x2fb4e6[_0xb4be64(0xfc)][_0xb4be64(0x12c)][_0xb4be64(0x12a)],_0x425e67[_0xb4be64(0x12b)]),_0x2fb4e6[_0xb4be64(0xff)][_0xb4be64(0x12a)])]=_0x4a76b1,this['log'](_0x425e67['hVTiH'](_0x4a76b1,'\x0a')));}}}),_0x2356df&&(testSuitesFailed+=0x1),this[_0x25677a(0x11e)]('\x0a');}[a6_0x262ea0(0xd8)](_0x11e3b9){}['isBstackHook'](_0x4b0179){const _0x583ff8=a6_0x262ea0,_0x5af0ee={};_0x5af0ee[_0x583ff8(0xdf)]=function(_0x57426e,_0x23b4b1){return _0x57426e!==_0x23b4b1;},_0x5af0ee[_0x583ff8(0x16c)]='cucumber-js/test.setup.js';const _0xfb1dc=_0x5af0ee;if(_0xfb1dc[_0x583ff8(0xdf)](_0x4b0179[_0x583ff8(0x164)],undefined))return![];if(_0x4b0179['actionLocation']&&_0x4b0179[_0x583ff8(0x110)][_0x583ff8(0xfd)][_0x583ff8(0x107)](_0xfb1dc['zZDEr']))return!![];return![];}['incrementCounter'](_0x5a9c39){const _0x2d69de=a6_0x262ea0,_0x386628={};_0x386628['ZxGVU']='FAILED',_0x386628[_0x2d69de(0x127)]='PASSED',_0x386628[_0x2d69de(0x16a)]='SKIPPED',_0x386628[_0x2d69de(0xe2)]=_0x2d69de(0xe6),_0x386628[_0x2d69de(0x160)]=_0x2d69de(0x16f),_0x386628[_0x2d69de(0x10b)]=_0x2d69de(0xf6),_0x386628[_0x2d69de(0x10e)]=_0x2d69de(0xf3);const _0x1b7e30=_0x386628;switch(_0x5a9c39){case _0x1b7e30['ZxGVU']:testsFailed+=0x1;break;case _0x1b7e30[_0x2d69de(0x127)]:testsPassed+=0x1;break;case _0x1b7e30[_0x2d69de(0x16a)]:testsSkipped+=0x1;break;case _0x1b7e30[_0x2d69de(0xe2)]:testsPending+=0x1;break;case _0x1b7e30[_0x2d69de(0x160)]:testsUndefined+=0x1;break;case _0x1b7e30[_0x2d69de(0x10b)]:testsUnknown+=0x1;break;case _0x1b7e30[_0x2d69de(0x10e)]:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x59dd56){const _0x60365=a6_0x262ea0,_0x18deba={'hOEwb':function(_0x3c7c7a,_0x168f3e){return _0x3c7c7a!==_0x168f3e;},'MtcyK':function(_0x11fb0a,_0x240be5){return _0x11fb0a!==_0x240be5;},'GwbWk':function(_0x3f6505,_0x2af3a7){return _0x3f6505(_0x2af3a7);},'hNaMV':function(_0x433138,_0x15b237){return _0x433138+_0x15b237;},'xzDdu':function(_0xc3a7b2){return _0xc3a7b2();}};let _0x5ba26b;if(_0x18deba[_0x60365(0x171)](process[_0x60365(0xf1)]['CONFIG'],undefined)){const _0x2488a5=JSON[_0x60365(0x126)](process[_0x60365(0xf1)][_0x60365(0x134)]);_0x5ba26b=_0x2488a5[_0x60365(0x120)];}_0x18deba['MtcyK'](_0x5ba26b,undefined)&&(global[_0x60365(0x115)]=_0x18deba['GwbWk'](getPlatformName,_0x5ba26b),this['log'](_0x18deba[_0x60365(0xd3)]('Executing\x20tests\x20for\x20'+global[_0x60365(0x115)],'\x0a'))),_0x18deba[_0x60365(0x10d)](shouldProcessEventForTesthub)&&(TestDetails['setup'](),this[_0x60365(0xfe)][_0x60365(0x172)]=_0x59dd56);}[a6_0x262ea0(0x124)](_0x19c12e){const _0x55685b=a6_0x262ea0;this['report']['testRunFinished']=_0x19c12e,this[_0x55685b(0xd8)](_0x19c12e);}async[a6_0x262ea0(0x152)](_0x351867,_0x198db1,_0x12dc11){const _0xae0e9e=a6_0x262ea0,_0x4ab2cc={'HwINe':function(_0x8e99f2,_0x80fee9){return _0x8e99f2(_0x80fee9);},'MyCJv':_0xae0e9e(0x111),'mnHsI':function(_0x619bc4,_0x3ecd34){return _0x619bc4&&_0x3ecd34;}};testSuites+=0x1;if(_0x4ab2cc['HwINe'](shouldProcessEventForTesthub,_0x4ab2cc[_0xae0e9e(0x105)]))try{this[_0xae0e9e(0xfe)][_0xae0e9e(0x156)]=this[_0xae0e9e(0xfe)]['testCaseStarted']||{},this[_0xae0e9e(0xfe)][_0xae0e9e(0x156)][_0x351867['id']]=_0x351867;const _0x1562d6=TestDetails[_0xae0e9e(0x143)](_0x351867['id']);_testCasesData[_0x351867['id']]=Object[_0xae0e9e(0x14b)]({},_0x12dc11);const _0x379010=this['report'],_0x2461d9=_0x351867[_0xae0e9e(0xe0)],_0x33d160=_0x379010[_0xae0e9e(0x11c)]['find'](_0x1dc00f=>_0x1dc00f['id']===_0x2461d9)[_0xae0e9e(0x10a)],_0xb35a20=_0x379010['pickle'][_0xae0e9e(0x145)](_0x4bd005=>_0x4bd005['id']===_0x33d160),_0x2c0e7b=_0x379010[_0xae0e9e(0xfc)]['find'](_0x27241f=>_0x27241f[_0xae0e9e(0xfd)]===_0xb35a20['uri']),_0x35d62f=_0x2c0e7b['feature'],_0x4b43ff={'uuid':_0x1562d6,'startedAt':new Date()['toISOString']()};if(_0xb35a20){const _0x29a4c6={};_0x29a4c6['name']=_0xb35a20[_0xae0e9e(0x12a)],_0x4b43ff[_0xae0e9e(0x158)]=_0x29a4c6;}if(_0x4ab2cc[_0xae0e9e(0x140)](_0x2c0e7b,_0x35d62f)){const _0x354ea7={};_0x354ea7[_0xae0e9e(0x13f)]=_0x2c0e7b[_0xae0e9e(0xfd)],_0x354ea7[_0xae0e9e(0x12a)]=_0x35d62f[_0xae0e9e(0x12a)],_0x354ea7['description']=_0x35d62f['description'],_0x4b43ff[_0xae0e9e(0x12c)]=_0x354ea7;}_tests[_0x2461d9]=_0x4b43ff,await testObservabilityReporter[_0xae0e9e(0x118)](_0x12dc11,_0x2c0e7b,_0xb35a20,_0x4ab2cc[_0xae0e9e(0x105)],_0x4b43ff);}catch(_0x3ba63a){logger['debug'](_0xae0e9e(0xd9)+util[_0xae0e9e(0xeb)](_0x3ba63a)+'\x20');}}async[a6_0x262ea0(0x11b)](_0x3c173a,_0x1a63d7,_0x178bde){const _0x23c54b=a6_0x262ea0,_0x486d03={'eAGWs':function(_0xe97d97,_0x25e70b){return _0xe97d97(_0x25e70b);},'QHCXN':_0x23c54b(0x144)};this[_0x23c54b(0xfa)](_0x3c173a);if(_0x486d03['eAGWs'](shouldProcessEventForTesthub,_0x486d03[_0x23c54b(0xdc)]))try{this['report'][_0x23c54b(0x166)]=this['report'][_0x23c54b(0x166)]||{},this['report'][_0x23c54b(0x166)][_0x3c173a['testCaseStartedId']]=_0x3c173a,_testCasesData[_0x178bde['id']]=Object[_0x23c54b(0x14b)]({},_0x178bde);const _0x282e6f=_0x3c173a[_0x23c54b(0x109)],_0x2d46c0=_0x1a63d7[_0x23c54b(0x14c)][_0x23c54b(0xec)][_0x282e6f][_0x23c54b(0xe0)],_0x226576=_0x1a63d7[_0x23c54b(0x14c)][_0x23c54b(0x114)][_0x2d46c0],_0x31889e=_0x226576[_0x23c54b(0x10a)],_0x5ae8ee=_0x1a63d7[_0x23c54b(0x14c)][_0x23c54b(0x142)][_0x31889e],_0x3d250a=this[_0x23c54b(0x108)](_0x1a63d7,_0x5ae8ee),_0x5ddefa=_tests[_0x2d46c0];_0x5ddefa&&(delete _tests[_0x2d46c0],_0x5ddefa[_0x23c54b(0x11f)]=new Date()[_0x23c54b(0xe1)]()),await testObservabilityReporter[_0x23c54b(0x118)](_0x178bde,_0x3d250a,_0x5ae8ee,_0x486d03[_0x23c54b(0xdc)],_0x5ddefa);}catch(_0x43aa87){logger[_0x23c54b(0x113)](_0x23c54b(0x10c)+util[_0x23c54b(0xeb)](_0x43aa87));}}async[a6_0x262ea0(0xf9)](_0x47ec8a,_0x1bac00){const _0x1fe996=a6_0x262ea0,_0x591a90={'wkmPr':function(_0x7ae2dd,_0xd31bc3){return _0x7ae2dd(_0xd31bc3);},'ngKnW':_0x1fe996(0x11a),'pRXQl':function(_0x3d7c47,_0x2fe2bd){return _0x3d7c47!==_0x2fe2bd;},'YUoqV':_0x1fe996(0x157)};if(_0x591a90[_0x1fe996(0xdd)](shouldProcessEventForTesthub,_0x591a90[_0x1fe996(0x116)]))try{this[_0x1fe996(0xfe)][_0x1fe996(0x130)]=this[_0x1fe996(0xfe)][_0x1fe996(0x130)]||{},this[_0x1fe996(0xfe)][_0x1fe996(0x130)][_0x47ec8a[_0x1fe996(0x109)]]=_0x47ec8a;const _0x114923=_0x47ec8a[_0x1fe996(0x109)],_0x47e82e=_0x1bac00[_0x1fe996(0x14c)][_0x1fe996(0xec)][_0x114923]['testCaseId'],_0x2a5cdd=this[_0x1fe996(0xfe)][_0x1fe996(0x11c)][_0x1fe996(0x145)](_0x390b99=>_0x390b99['id']===_0x47e82e)['pickleId'],_0x3cb1a6=this[_0x1fe996(0xfe)][_0x1fe996(0xff)][_0x1fe996(0x145)](_0x34861f=>_0x34861f['id']===_0x2a5cdd),_0x44a9d7=this['report'][_0x1fe996(0x11c)]['find'](_0xe09e74=>_0xe09e74['id']===_0x47e82e)['testSteps'],_0xcba140=this[_0x1fe996(0xfe)][_0x1fe996(0x130)][_0x114923][_0x1fe996(0x157)],_0x1a4e20=_0x44a9d7[_0x1fe996(0x145)](_0x5e8029=>_0x5e8029['id']===_0xcba140)['pickleStepId'],_0x4e29b2=_0x3cb1a6[_0x1fe996(0x150)][_0x1fe996(0x145)](_0x16fe97=>_0x16fe97['id']===_0x1a4e20);if(_0x1a4e20&&_tests[_0x47e82e]&&_0x591a90['pRXQl'](_tests[_0x47e82e][_0x591a90[_0x1fe996(0x13b)]],_0xcba140)){_tests[_0x47e82e][_0x591a90[_0x1fe996(0x13b)]]=_0xcba140;const _0x22c20e={};_0x22c20e['steps']=[];const _0x1c1889=_tests[_0x47e82e]||_0x22c20e;_0x1c1889&&!_0x1c1889[_0x1fe996(0x150)]&&(_0x1c1889[_0x1fe996(0x150)]=[]),_0x1c1889[_0x1fe996(0x150)][_0x1fe996(0xea)]({'id':_0x4e29b2['id'],'text':_0x4e29b2['text'],'started_at':new Date()['toISOString']()}),_tests[_0x47e82e]=_0x1c1889;}await testObservabilityReporter[_0x1fe996(0x135)](this[_0x1fe996(0xfe)],_0x114923,_0x591a90[_0x1fe996(0x116)],_0x44a9d7,_0xcba140,_tests[_0x47e82e]);}catch(_0x5b6455){logger[_0x1fe996(0x113)]('Exception\x20in\x20onTestStepStarted\x20event:\x20'+util['format'](_0x5b6455));}}async[a6_0x262ea0(0x155)](_0x5804b1,_0x5bc924){const _0x57a64a=a6_0x262ea0,_0x12e67c={'YQQET':function(_0x1a291d,_0x4effee){return _0x1a291d===_0x4effee;},'Fiqyj':_0x57a64a(0x13c),'cFexw':function(_0x440dd2,_0x567d4a){return _0x440dd2(_0x567d4a);},'IoHIt':_0x57a64a(0x138),'GEHPk':_0x57a64a(0xe8),'GicKE':function(_0xfb90c3,_0x543a71){return _0xfb90c3===_0x543a71;},'jIdHX':'UnhandledError','nuCCe':_0x57a64a(0x157)};this[_0x57a64a(0xfe)][_0x57a64a(0xe5)]=this[_0x57a64a(0xfe)]['testStepFinished']||{},this[_0x57a64a(0xfe)][_0x57a64a(0xe5)][_0x5804b1[_0x57a64a(0x109)]]=_0x5804b1;if(_0x12e67c['cFexw'](shouldProcessEventForTesthub,_0x12e67c['IoHIt']))try{const _0x4722ff=_0x5804b1['testCaseStartedId'],_0x3db961=_0x5bc924['eventDataCollector'][_0x57a64a(0xec)][_0x4722ff][_0x57a64a(0xe0)],_0x487794=_0x5bc924['eventDataCollector'][_0x57a64a(0x114)][_0x3db961],_0x27a572=_0x487794[_0x57a64a(0x10a)],_0x543a05=_0x5bc924[_0x57a64a(0x14c)][_0x57a64a(0x142)][_0x27a572],_0x235e85=_0x5804b1[_0x57a64a(0x157)],_0xb3617c=_0x487794['testSteps'],_0x6478e4=this[_0x57a64a(0x14c)][_0x57a64a(0xe3)](_0x4722ff),_0x1ee68e=_0xb3617c['find'](_0x4e6b25=>_0x4e6b25['id']===_0x235e85)[_0x57a64a(0x102)];let _0x39a054,_0x56b2db;_0x5804b1[_0x57a64a(0xf7)]&&_0x12e67c[_0x57a64a(0xde)](_0x5804b1[_0x57a64a(0xf7)][_0x57a64a(0x178)][_0x57a64a(0xf5)]()[_0x57a64a(0xee)](),_0x12e67c[_0x57a64a(0x161)])&&(_0x39a054=_0x12e67c[_0x57a64a(0x153)](_0x5804b1[_0x57a64a(0xf7)][_0x57a64a(0x119)],undefined)?_0x5804b1[_0x57a64a(0xf7)][_0x57a64a(0x167)]:_0x5804b1[_0x57a64a(0xf7)][_0x57a64a(0x119)]['message'],_0x56b2db=_0x12e67c[_0x57a64a(0xde)](_0x5804b1['testStepResult']['exception'],undefined)?_0x12e67c[_0x57a64a(0x159)]:_0x5804b1[_0x57a64a(0xf7)][_0x57a64a(0x167)]);await testObservabilityReporter[_0x57a64a(0x135)](this[_0x57a64a(0xfe)],_0x4722ff,_0x12e67c['IoHIt'],_0xb3617c,_0x235e85,_tests[_0x3db961]);if(_0x1ee68e&&_tests[_0x3db961][_0x12e67c['nuCCe']]){const _0x107c26=_0x543a05[_0x57a64a(0x150)][_0x57a64a(0x145)](_0x316c2e=>_0x316c2e['id']===_0x1ee68e),_0x6aec12={};_0x6aec12[_0x57a64a(0x150)]=[];const _0x1a3c80=_tests[_0x3db961]||_0x6aec12;!_0x1a3c80[_0x57a64a(0x150)]?_0x1a3c80['steps']=[{'id':_0x107c26['id'],'text':_0x107c26[_0x57a64a(0x104)],'finished_at':new Date()[_0x57a64a(0xe1)](),'result':_0x5804b1[_0x57a64a(0xf7)][_0x57a64a(0x178)],'duration':_0x5804b1['testStepResult'][_0x57a64a(0x173)][_0x57a64a(0xed)],'failure':_0x39a054,'failureType':_0x56b2db}]:_0x1a3c80[_0x57a64a(0x150)][_0x57a64a(0x16e)](_0x123c17=>{const _0x59a7a5=_0x57a64a;if(_0x12e67c[_0x59a7a5(0xde)](_0x123c17['id'],_0x107c26['id'])){const _0x28adc4=_0x12e67c['Fiqyj'][_0x59a7a5(0x12e)]('|');let _0x2ffbb8=0x0;while(!![]){switch(_0x28adc4[_0x2ffbb8++]){case'0':_0x123c17[_0x59a7a5(0x100)]=_0x56b2db;continue;case'1':_0x123c17['result']=_0x5804b1[_0x59a7a5(0xf7)][_0x59a7a5(0x178)];continue;case'2':_0x123c17[_0x59a7a5(0x173)]=_0x5804b1[_0x59a7a5(0xf7)][_0x59a7a5(0x173)][_0x59a7a5(0xed)];continue;case'3':_0x123c17[_0x59a7a5(0x15a)]=new Date()[_0x59a7a5(0xe1)]();continue;case'4':_0x123c17[_0x59a7a5(0x136)]=_0x39a054;continue;}break;}}}),_tests[_0x3db961]=_0x1a3c80,delete _tests[_0x3db961][_0x12e67c['nuCCe']];}}catch(_0x10ee9d){logger[_0x57a64a(0x113)]('Exception\x20in\x20onTestStepFinished\x20event:\x20'+util[_0x57a64a(0xeb)](_0x10ee9d));}}[a6_0x262ea0(0x128)](_0x2035a3){const _0x230047=a6_0x262ea0,_0x3e5c84={};return _0x2035a3[_0x230047(0x12c)][_0x230047(0xd4)][_0x230047(0x15f)](this[_0x230047(0x141)])['flat']()['forEach'](_0x4984dd=>_0x4984dd['steps']['forEach'](_0xf50671=>_0x3e5c84[_0xf50671['id']]=_0xf50671)),_0x3e5c84;}[a6_0x262ea0(0x141)](_0x2a0662){const _0x3a5eac=a6_0x262ea0,_0x4f2667={'BzPEx':function(_0x50cf67,_0x528464){return _0x50cf67(_0x528464);},'cETpl':function(_0x4896dc,_0x4783ae){return _0x4896dc(_0x4783ae);}};if(!_0x4f2667[_0x3a5eac(0xfb)](isUndefined,_0x2a0662[_0x3a5eac(0x15e)]))return[_0x2a0662[_0x3a5eac(0x15e)]];else{if(!_0x4f2667[_0x3a5eac(0xda)](isUndefined,_0x2a0662['rule']))return _0x2a0662[_0x3a5eac(0x13e)][_0x3a5eac(0xd4)][_0x3a5eac(0x15f)](_0x137434=>!isUndefined(_0x137434[_0x3a5eac(0x15e)])?_0x137434['background']:_0x137434['scenario']);};return[_0x2a0662[_0x3a5eac(0x158)]];}['getGherkinDocument'](_0x396726,_0x1c310b){const _0x5a00cf=a6_0x262ea0;return Object[_0x5a00cf(0x165)](_0x396726[_0x5a00cf(0x14c)]['gherkinDocumentMap'])[_0x5a00cf(0x145)](_0x1d53f9=>_0x1d53f9['uri']===_0x1c310b['uri']);}}module[a6_0x262ea0(0xf4)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x262ea0(0x152),a6_0x262ea0(0x11b),a6_0x262ea0(0xf9),'onTestStepFinished',a6_0x262ea0(0x14f),'onTestRunFinished',a6_0x262ea0(0x141),a6_0x262ea0(0x108),'getGherkinStepMap']);function a6_0x3a23(){const _0x50e89d=['forEach','UNDEFINED','65540SZxIPB','hOEwb','testRunStarted','duration','hooks','winstonLogger','../../../helpers/test-observability/error-handler','215782COxYcd','status','hNaMV','children','FAILED','4757696wkqlkl','keyword','logTestRunFinished','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','cETpl','testRunFinished','QHCXN','wkmPr','YQQET','Gqgfg','testCaseId','toISOString','PmanZ','getTestCaseAttempt','testSteps','testStepFinished','PENDING','onStepDefinition','failed','stepDefinition','push','format','testCaseAttemptDataMap','seconds','toLowerCase','hVTiH','BHvsA','env','846PkwhDc','AMBIGUOUS','exports','toString','UNKNOWN','testStepResult','testCase','onTestStepStarted','logTestCaseFinished','BzPEx','gherkinDocument','uri','report','pickle','failureType','result','pickleStepId','102pnVRcg','text','MyCJv','UnroX','includes','getGherkinDocument','testCaseStartedId','pickleId','BnXiZ','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','xzDdu','OJWFY','bjMBv','actionLocation','TestRunStarted','../../../helpers/testhub/utils.js','debug','testCaseMap','__platform','ngKnW','MYjSU','sendTestRunEventForCucumber','exception','HookRunStarted','onTestCaseFinished','testCases','onHook','log','finishedAt','capability','\x20-\x20','onTestCase','onSource','onTestRunFinished','bByjc','parse','DLIBF','getGherkinStepMap','KRCcx','name','KyiYl','feature','eventBroadcaster','split','source','testStepStarted','util','zRktO','../../../helpers/logger','CONFIG','sendHook','failure','@cucumber/cucumber','HookRunFinished','supportCodeLibrary','60tAfzMF','YUoqV','3|1|2|4|0','pUzYy','rule','path','mnHsI','extractStepContainers','pickleMap','getTestUUID','TestRunFinished','find','onPickle','EfWZp','testCaseAttempt','cwd','onGherkinDocument','assign','eventDataCollector','incrementCounter','JPxED','onTestRunStarted','steps','109057KmUOlO','onTestCaseStarted','GicKE','hook','onTestStepFinished','testCaseStarted','testStepId','scenario','jIdHX','finished_at','\x20\x20\x20\x20','122339HbuYPb','72056LOHtAZ','background','map','kTCAm','GEHPk','parseTestCaseAttempt','824285YMEvVF','sourceLocation','values','testCaseFinished','message','mEPNS','envelope','QgnFW','../../playwright/reporter/test-details.js','zZDEr','isBstackHook'];a6_0x3a23=function(){return _0x50e89d;};return a6_0x3a23();}
|
|
1
|
+
const a6_0x429672=a6_0x21db;(function(_0x3d81a7,_0x1c8663){const _0x18ba2c=a6_0x21db,_0xf4918=_0x3d81a7();while(!![]){try{const _0xc5ae0f=parseInt(_0x18ba2c(0x1da))/0x1+-parseInt(_0x18ba2c(0x25b))/0x2*(parseInt(_0x18ba2c(0x1fa))/0x3)+parseInt(_0x18ba2c(0x257))/0x4*(-parseInt(_0x18ba2c(0x246))/0x5)+-parseInt(_0x18ba2c(0x23f))/0x6+parseInt(_0x18ba2c(0x1bc))/0x7*(parseInt(_0x18ba2c(0x1f8))/0x8)+-parseInt(_0x18ba2c(0x21f))/0x9+parseInt(_0x18ba2c(0x1ba))/0xa*(parseInt(_0x18ba2c(0x1c1))/0xb);if(_0xc5ae0f===_0x1c8663)break;else _0xf4918['push'](_0xf4918['shift']());}catch(_0x30dbfe){_0xf4918['push'](_0xf4918['shift']());}}}(a6_0x225c,0xdaf75));function a6_0x21db(_0x5ad50b,_0x26fc5c){const _0x225c10=a6_0x225c();return a6_0x21db=function(_0x21dbd8,_0x34d171){_0x21dbd8=_0x21dbd8-0x1b3;let _0x18a296=_0x225c10[_0x21dbd8];return _0x18a296;},a6_0x21db(_0x5ad50b,_0x26fc5c);}const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x429672(0x1e6)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x429672(0x21d)),TestDetails=require(a6_0x429672(0x23b)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x429672(0x24a)),{shouldProcessEventForTesthub}=require(a6_0x429672(0x1f0)),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x429672(0x254)],_tests={},_testCasesData={};function a6_0x225c(){const _0xf00918=['winstonLogger','hbqrU','hook','16844Cjbnwd','cwd','onTestCaseFinished','exception','2iLlkBy','AzhuT','onGherkinDocument','wNYsn','toString','FCZBF','testCaseStarted','finished_at','dYcZI','testCaseAttempt','testCaseStartedId','debug','name','gherkinDocument','testCase','log','sendTestRunEventForCucumber','13549220CjtbKB','hooks','21XCsFpa','gSMNl','eventBroadcaster','testSteps','testRunFinished','22zbzZcr','HHFYW','onHook','onTestStepFinished','failed','TestRunStarted','getTestUUID','values','getTestCaseAttempt','onPickle','includes','toLowerCase','report','sendHook','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','testStepStarted','finishedAt','hCrKF','JAnPz','background','getGherkinStepMap','HookRunFinished','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','env','scenario','1755073cANLVD','Bohux','envelope','logTestRunFinished','IcQxg','fVhpS','testCaseMap','testCases','steps','parseTestCaseAttempt','ZIzFr','HqiIb','util','AMBIGUOUS','SNMwT','SKIPPED','text','UNKNOWN','CONFIG','iOKNj','snippetBuilder','map','../../../helpers/testhub/utils.js','eventDataCollector','uri','vSSXw','onTestRunStarted','format','onStepDefinition','UWIon','561928MrQWQN','NlEPQ','4804851SEiRrg','pickleId','VWzuG','UNDEFINED','testRunStarted','incrementCounter','testStepFinished','pickleMap','stepDefinition','PENDING','setup','children','exports','supportCodeLibrary','testStepResult','FqXoN','QZrYc','tKowi','push','testCaseAttemptDataMap','GNNJb','seconds','YXCQy','isBstackHook','tbegE','onTestCase','goeHc','message','testStepId','aRzmv','bstack','mgMcY','parse','lQmdz','Exception\x20in\x20onTestStepStarted\x20event:\x20','@cucumber/cucumber','hnsbj','5995989YNBkpd','onTestRunFinished','TestRunFinished','forEach','hVHQd','actionLocation','getGherkinDocument','extractStepContainers','SwtBh','WdjNM','GdaCJ','status','cucumber-js/test.setup.js','failure','bNGuz','Executing\x20tests\x20for\x20','roctU','feature','ryoaO','FAILED','pickle','toISOString','onTestCaseStarted','capability','pickleStepId','description','result','Exception\x20in\x20onTestStepFinished\x20event:\x20','../../playwright/reporter/test-details.js','AcVsW','source','OKAsF','7979064AtXgoW','mjIMT','sourceLocation','rule','ZbtzU','mtqkX','logTestCaseFinished','215BbVXbe','__platform','testCaseFinished','gAwfM','../../../helpers/test-observability/error-handler','gIrkA','split','duration','find','path','assign','gxXwR','eAKXU','testCaseId'];a6_0x225c=function(){return _0xf00918;};return a6_0x225c();}class BrowserstackFormatter extends Formatter{constructor(_0x200b41){const _0x36c1f3=a6_0x429672,_0x18a363={};_0x18a363['ngPCr']=_0x36c1f3(0x1dc);const _0x46d635=_0x18a363;super(_0x200b41),this[_0x36c1f3(0x1cd)]={},_0x200b41[_0x36c1f3(0x1be)]['on'](_0x46d635['ngPCr'],async _0x477b77=>{const _0x4174f1=_0x36c1f3;switch(!![]){case!!_0x477b77[_0x4174f1(0x1fe)]:this[_0x4174f1(0x1f4)](_0x477b77[_0x4174f1(0x1fe)]);break;case!!_0x477b77[_0x4174f1(0x1c0)]:this[_0x4174f1(0x220)](_0x477b77[_0x4174f1(0x1c0)]);break;case!!_0x477b77[_0x4174f1(0x261)]:this[_0x4174f1(0x235)](_0x477b77['testCaseStarted'],_0x200b41,_0x477b77);break;case!!_0x477b77['testCaseFinished']:this[_0x4174f1(0x259)](_0x477b77[_0x4174f1(0x248)],_0x200b41,_0x477b77);break;case!!_0x477b77[_0x4174f1(0x1d0)]:this['onTestStepStarted'](_0x477b77[_0x4174f1(0x1d0)],_0x200b41);break;case!!_0x477b77[_0x4174f1(0x200)]:this['onTestStepFinished'](_0x477b77['testStepFinished'],_0x200b41);break;case!!_0x477b77[_0x4174f1(0x256)]:this[_0x4174f1(0x1c3)](_0x477b77[_0x4174f1(0x256)]);break;case!!_0x477b77[_0x4174f1(0x1b7)]:this['onTestCase'](_0x477b77[_0x4174f1(0x1b7)]);break;case!!_0x477b77[_0x4174f1(0x233)]:this[_0x4174f1(0x1ca)](_0x477b77[_0x4174f1(0x233)]);break;case!!_0x477b77[_0x4174f1(0x1b6)]:this[_0x4174f1(0x25d)](_0x477b77[_0x4174f1(0x1b6)]);break;}});}[a6_0x429672(0x1c3)](_0x2ece8b){const _0x36efa4=a6_0x429672;this[_0x36efa4(0x1cd)][_0x36efa4(0x1bb)]=Object[_0x36efa4(0x250)]([],this[_0x36efa4(0x1cd)]['hooks']||[]),this[_0x36efa4(0x1cd)]['hooks']['push'](_0x2ece8b);}[a6_0x429672(0x1ca)](_0x1fabf3){const _0x4fc957=a6_0x429672;this[_0x4fc957(0x1cd)][_0x4fc957(0x233)]=Object[_0x4fc957(0x250)]([],this[_0x4fc957(0x1cd)][_0x4fc957(0x233)]||[],[_0x1fabf3]),this[_0x4fc957(0x1cd)][_0x4fc957(0x233)][_0x4fc957(0x20c)](_0x1fabf3);}['onGherkinDocument'](_0xd0832){const _0x2ebbe2=a6_0x429672;this[_0x2ebbe2(0x1cd)][_0x2ebbe2(0x1b6)]=Object['assign']([],this[_0x2ebbe2(0x1cd)][_0x2ebbe2(0x1b6)]||[],[_0xd0832]),this[_0x2ebbe2(0x1cd)][_0x2ebbe2(0x1b6)][_0x2ebbe2(0x20c)](_0xd0832);}['onSource'](_0x58a839){const _0x452060=a6_0x429672;this[_0x452060(0x1cd)][_0x452060(0x23d)]=_0x58a839;}[a6_0x429672(0x1f6)](_0xf02e24){const _0x4f4367=a6_0x429672;this[_0x4f4367(0x1cd)][_0x4f4367(0x202)]=Object['assign']([],this[_0x4f4367(0x1cd)][_0x4f4367(0x202)]||[],[_0xf02e24]),this[_0x4f4367(0x1cd)][_0x4f4367(0x202)][_0x4f4367(0x20c)](_0xf02e24);}[a6_0x429672(0x213)](_0x6d968d){const _0x5c9d68=a6_0x429672;this[_0x5c9d68(0x1cd)][_0x5c9d68(0x1e1)]=Object[_0x5c9d68(0x250)]([],this[_0x5c9d68(0x1cd)][_0x5c9d68(0x1e1)]||[],[_0x6d968d]),this['report'][_0x5c9d68(0x1e1)][_0x5c9d68(0x20c)](_0x6d968d);}['logTestCaseFinished'](_0x562a2e){const _0x28e953=a6_0x429672,_0x3164a3={'HqiIb':function(_0x49d31a,_0x2db0cd){return _0x49d31a!==_0x2db0cd;},'bZbUK':_0x28e953(0x218),'mtqkX':function(_0x373acf,_0x8d4ca7){return _0x373acf+_0x8d4ca7;},'FqXoN':function(_0xbaeeb9,_0x5827d6){return _0xbaeeb9+_0x5827d6;},'HHFYW':function(_0x24f1aa,_0x31666a){return _0x24f1aa+_0x31666a;},'mjIMT':function(_0x501d91,_0x4769e5){return _0x501d91+_0x4769e5;},'SwtBh':'\x20\x20\x20\x20','hnsbj':'\x20-\x20','wNYsn':function(_0x387caa,_0x42e161){return _0x387caa===_0x42e161;},'bNGuz':_0x28e953(0x232),'hbqrU':function(_0x1462f4,_0x17d7af,_0x519c40){return _0x1462f4(_0x17d7af,_0x519c40);},'IcQxg':'result','tGRcK':'message','aRzmv':function(_0x3b9a56,_0x33ae55){return _0x3b9a56+_0x33ae55;},'gIrkA':function(_0x1e2d1e,_0x300090){return _0x1e2d1e+_0x300090;},'gxXwR':function(_0x398ff3,_0x15d9d7){return _0x398ff3+_0x15d9d7;},'gAwfM':function(_0x349c1a,_0x5dc7d0){return _0x349c1a+_0x5dc7d0;}};_0x3164a3[_0x28e953(0x1e5)](global[_0x28e953(0x247)],undefined)&&this['log'](_0x3164a3['HHFYW'](_0x3164a3[_0x28e953(0x24b)]('\x0a',global[_0x28e953(0x247)]),'\x0a'));const _0x5df233=this[_0x28e953(0x1f1)][_0x28e953(0x1c9)](_0x562a2e[_0x28e953(0x1b3)]);this['log'](_0x3164a3[_0x28e953(0x251)](_0x3164a3[_0x28e953(0x244)](_0x3164a3['FqXoN'](_0x3164a3[_0x28e953(0x249)]('\x20\x20',_0x5df233[_0x28e953(0x1b6)]['feature']['name']),_0x3164a3[_0x28e953(0x21e)]),_0x5df233[_0x28e953(0x233)][_0x28e953(0x1b5)]),'\x0a'));const _0x1caf40={};_0x1caf40[_0x28e953(0x258)]=this[_0x28e953(0x258)],_0x1caf40[_0x28e953(0x1ee)]=this[_0x28e953(0x1ee)],_0x1caf40['supportCodeLibrary']=this[_0x28e953(0x207)],_0x1caf40[_0x28e953(0x264)]=_0x5df233;const _0x143993=formatterHelpers[_0x28e953(0x1e3)](_0x1caf40);let _0x476129=![];_0x143993[_0x28e953(0x1bf)]['forEach'](_0x1b831d=>{const _0x11857c=_0x28e953;if(_0x3164a3[_0x11857c(0x1e5)](_0x1b831d['name'],_0x3164a3['bZbUK'])&&!this[_0x11857c(0x211)](_0x1b831d)){totalTests+=0x1,this['log'](_0x3164a3[_0x11857c(0x244)](_0x3164a3[_0x11857c(0x209)](_0x3164a3[_0x11857c(0x244)](_0x3164a3[_0x11857c(0x1c2)](_0x3164a3[_0x11857c(0x240)](_0x3164a3[_0x11857c(0x227)],_0x1b831d['keyword']),_0x1b831d['text']||''),_0x3164a3[_0x11857c(0x21e)]),Status[_0x1b831d['result'][_0x11857c(0x22a)]]),'\x0a')),this[_0x11857c(0x1ff)](Status[_0x1b831d[_0x11857c(0x239)]['status']]);if(_0x3164a3[_0x11857c(0x25e)](Status[_0x1b831d['result']['status']],_0x3164a3[_0x11857c(0x22d)])){_0x476129=!![];const _0x2c7555=_0x3164a3[_0x11857c(0x255)](nestedKeyValue,_0x1b831d,[_0x3164a3[_0x11857c(0x1de)],_0x3164a3['tGRcK']]);_0x2c7555&&(testsErrorMessage[_0x3164a3[_0x11857c(0x217)](_0x3164a3[_0x11857c(0x209)](_0x5df233['gherkinDocument'][_0x11857c(0x230)][_0x11857c(0x1b5)],_0x3164a3[_0x11857c(0x21e)]),_0x5df233[_0x11857c(0x233)][_0x11857c(0x1b5)])]=_0x2c7555,this[_0x11857c(0x1b8)](_0x3164a3[_0x11857c(0x240)](_0x2c7555,'\x0a')));}}}),_0x476129&&(testSuitesFailed+=0x1),this[_0x28e953(0x1b8)]('\x0a');}[a6_0x429672(0x1dd)](_0x44206f){}[a6_0x429672(0x211)](_0x223d99){const _0xaa671a=a6_0x429672,_0x4de70c={};_0x4de70c[_0xaa671a(0x210)]=function(_0x35f3c1,_0x5dc3e1){return _0x35f3c1!==_0x5dc3e1;},_0x4de70c[_0xaa671a(0x23c)]=_0xaa671a(0x22b);const _0x1f78cc=_0x4de70c;if(_0x1f78cc[_0xaa671a(0x210)](_0x223d99[_0xaa671a(0x241)],undefined))return![];if(_0x223d99[_0xaa671a(0x224)]&&_0x223d99[_0xaa671a(0x224)][_0xaa671a(0x1f2)][_0xaa671a(0x1cb)](_0x1f78cc['AcVsW']))return!![];return![];}['incrementCounter'](_0x5a7972){const _0x3223c3=a6_0x429672,_0x1afc34={};_0x1afc34[_0x3223c3(0x1e4)]=_0x3223c3(0x232),_0x1afc34[_0x3223c3(0x23e)]='PASSED',_0x1afc34[_0x3223c3(0x20e)]=_0x3223c3(0x1e9),_0x1afc34[_0x3223c3(0x223)]=_0x3223c3(0x203),_0x1afc34['HvLiH']=_0x3223c3(0x1fd),_0x1afc34[_0x3223c3(0x260)]=_0x3223c3(0x1eb),_0x1afc34[_0x3223c3(0x229)]=_0x3223c3(0x1e7);const _0x49b8de=_0x1afc34;switch(_0x5a7972){case _0x49b8de[_0x3223c3(0x1e4)]:testsFailed+=0x1;break;case _0x49b8de[_0x3223c3(0x23e)]:testsPassed+=0x1;break;case _0x49b8de['GNNJb']:testsSkipped+=0x1;break;case _0x49b8de[_0x3223c3(0x223)]:testsPending+=0x1;break;case _0x49b8de['HvLiH']:testsUndefined+=0x1;break;case _0x49b8de[_0x3223c3(0x260)]:testsUnknown+=0x1;break;case _0x49b8de[_0x3223c3(0x229)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x429672(0x1f4)](_0x23f501){const _0x5dd6f2=a6_0x429672,_0x24d80f={'JAnPz':function(_0x2a574a,_0xd3197a){return _0x2a574a!==_0xd3197a;},'tKowi':function(_0x51bb19,_0x38b4eb){return _0x51bb19(_0x38b4eb);},'iOKNj':function(_0x181f38,_0x51fa4c){return _0x181f38+_0x51fa4c;},'lQmdz':function(_0x3e8d04){return _0x3e8d04();}};let _0x4c66fb;if(_0x24d80f[_0x5dd6f2(0x1d3)](process[_0x5dd6f2(0x1d8)]['CONFIG'],undefined)){const _0x5ccec7=JSON[_0x5dd6f2(0x21a)](process[_0x5dd6f2(0x1d8)][_0x5dd6f2(0x1ec)]);_0x4c66fb=_0x5ccec7[_0x5dd6f2(0x236)];}_0x24d80f[_0x5dd6f2(0x1d3)](_0x4c66fb,undefined)&&(global[_0x5dd6f2(0x247)]=_0x24d80f[_0x5dd6f2(0x20b)](getPlatformName,_0x4c66fb),this['log'](_0x24d80f[_0x5dd6f2(0x1ed)](_0x5dd6f2(0x22e)+global[_0x5dd6f2(0x247)],'\x0a'))),_0x24d80f[_0x5dd6f2(0x21b)](shouldProcessEventForTesthub)&&(TestDetails[_0x5dd6f2(0x204)](),this['report'][_0x5dd6f2(0x1fe)]=_0x23f501);}[a6_0x429672(0x220)](_0x24ad78){const _0x3a2312=a6_0x429672;this[_0x3a2312(0x1cd)][_0x3a2312(0x1c0)]=_0x24ad78,this[_0x3a2312(0x1dd)](_0x24ad78);}async[a6_0x429672(0x235)](_0x3d915f,_0x2934fa,_0x32820c){const _0x5613ce=a6_0x429672,_0x5af01c={'dYcZI':function(_0x1f641f,_0xc08cfb){return _0x1f641f(_0xc08cfb);},'SNMwT':_0x5613ce(0x1c6),'WdjNM':function(_0x2ebacf,_0x218eb3){return _0x2ebacf&&_0x218eb3;}};testSuites+=0x1;if(_0x5af01c[_0x5613ce(0x263)](shouldProcessEventForTesthub,_0x5af01c[_0x5613ce(0x1e8)]))try{this[_0x5613ce(0x1cd)]['testCaseStarted']=this[_0x5613ce(0x1cd)][_0x5613ce(0x261)]||{},this[_0x5613ce(0x1cd)][_0x5613ce(0x261)][_0x3d915f['id']]=_0x3d915f;const _0x7501bb=TestDetails[_0x5613ce(0x1c7)](_0x3d915f['id']);_testCasesData[_0x3d915f['id']]=Object['assign']({},_0x32820c);const _0x135d5e=this[_0x5613ce(0x1cd)],_0x359d=_0x3d915f['testCaseId'],_0x51021b=_0x135d5e['testCases'][_0x5613ce(0x24e)](_0x27ff6b=>_0x27ff6b['id']===_0x359d)[_0x5613ce(0x1fb)],_0x3b35ed=_0x135d5e['pickle'][_0x5613ce(0x24e)](_0x4bb9d7=>_0x4bb9d7['id']===_0x51021b),_0x46dfa2=_0x135d5e['gherkinDocument'][_0x5613ce(0x24e)](_0x5d7f7f=>_0x5d7f7f['uri']===_0x3b35ed[_0x5613ce(0x1f2)]),_0x1fec9b=_0x46dfa2['feature'],_0x24fc1d={'uuid':_0x7501bb,'startedAt':new Date()[_0x5613ce(0x234)]()};if(_0x3b35ed){const _0x3bc1da={};_0x3bc1da[_0x5613ce(0x1b5)]=_0x3b35ed['name'],_0x24fc1d[_0x5613ce(0x1d9)]=_0x3bc1da;}if(_0x5af01c[_0x5613ce(0x228)](_0x46dfa2,_0x1fec9b)){const _0x581a6d={};_0x581a6d[_0x5613ce(0x24f)]=_0x46dfa2[_0x5613ce(0x1f2)],_0x581a6d[_0x5613ce(0x1b5)]=_0x1fec9b['name'],_0x581a6d[_0x5613ce(0x238)]=_0x1fec9b[_0x5613ce(0x238)],_0x24fc1d[_0x5613ce(0x230)]=_0x581a6d;}_tests[_0x359d]=_0x24fc1d,await testObservabilityReporter[_0x5613ce(0x1b9)](_0x32820c,_0x46dfa2,_0x3b35ed,_0x5af01c['SNMwT'],_0x24fc1d);}catch(_0x3f35b2){logger[_0x5613ce(0x1b4)](_0x5613ce(0x1d7)+util[_0x5613ce(0x1f5)](_0x3f35b2)+'\x20');}}async[a6_0x429672(0x259)](_0x244107,_0x4b9eca,_0x1653dc){const _0x3aa47a=a6_0x429672,_0x36ab66={'Bohux':function(_0x16084c,_0x51cd79){return _0x16084c(_0x51cd79);},'tbegE':_0x3aa47a(0x221)};this[_0x3aa47a(0x245)](_0x244107);if(_0x36ab66[_0x3aa47a(0x1db)](shouldProcessEventForTesthub,_0x36ab66[_0x3aa47a(0x212)]))try{this[_0x3aa47a(0x1cd)][_0x3aa47a(0x248)]=this[_0x3aa47a(0x1cd)][_0x3aa47a(0x248)]||{},this[_0x3aa47a(0x1cd)][_0x3aa47a(0x248)][_0x244107[_0x3aa47a(0x1b3)]]=_0x244107,_testCasesData[_0x1653dc['id']]=Object[_0x3aa47a(0x250)]({},_0x1653dc);const _0x5d758e=_0x244107[_0x3aa47a(0x1b3)],_0x54a9ba=_0x4b9eca['eventDataCollector'][_0x3aa47a(0x20d)][_0x5d758e][_0x3aa47a(0x253)],_0x15bcb4=_0x4b9eca['eventDataCollector']['testCaseMap'][_0x54a9ba],_0x2f36a5=_0x15bcb4['pickleId'],_0xc48be7=_0x4b9eca[_0x3aa47a(0x1f1)]['pickleMap'][_0x2f36a5],_0x22616c=this[_0x3aa47a(0x225)](_0x4b9eca,_0xc48be7),_0x621af=_tests[_0x54a9ba];_0x621af&&(delete _tests[_0x54a9ba],_0x621af[_0x3aa47a(0x1d1)]=new Date()[_0x3aa47a(0x234)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x1653dc,_0x22616c,_0xc48be7,_0x36ab66[_0x3aa47a(0x212)],_0x621af);}catch(_0x53b27d){logger[_0x3aa47a(0x1b4)](_0x3aa47a(0x1cf)+util[_0x3aa47a(0x1f5)](_0x53b27d));}}async['onTestStepStarted'](_0x4e3a47,_0xa14bf3){const _0x2e5db8=a6_0x429672,_0x2bc453={'AzhuT':function(_0x1bd809,_0x22b5b1){return _0x1bd809(_0x22b5b1);},'UWIon':'HookRunStarted','LrDmh':function(_0x3c6c82,_0x34f2c9){return _0x3c6c82!==_0x34f2c9;},'hCrKF':'testStepId'};if(_0x2bc453[_0x2e5db8(0x25c)](shouldProcessEventForTesthub,_0x2bc453[_0x2e5db8(0x1f7)]))try{this[_0x2e5db8(0x1cd)][_0x2e5db8(0x1d0)]=this[_0x2e5db8(0x1cd)]['testStepStarted']||{},this[_0x2e5db8(0x1cd)]['testStepStarted'][_0x4e3a47[_0x2e5db8(0x1b3)]]=_0x4e3a47;const _0x8f1b1=_0x4e3a47[_0x2e5db8(0x1b3)],_0x486226=_0xa14bf3[_0x2e5db8(0x1f1)]['testCaseAttemptDataMap'][_0x8f1b1][_0x2e5db8(0x253)],_0x2d878a=this[_0x2e5db8(0x1cd)][_0x2e5db8(0x1e1)][_0x2e5db8(0x24e)](_0x3086ab=>_0x3086ab['id']===_0x486226)[_0x2e5db8(0x1fb)],_0x2c724d=this[_0x2e5db8(0x1cd)][_0x2e5db8(0x233)][_0x2e5db8(0x24e)](_0xbcc6ae=>_0xbcc6ae['id']===_0x2d878a),_0x377330=this[_0x2e5db8(0x1cd)]['testCases'][_0x2e5db8(0x24e)](_0x82dcf9=>_0x82dcf9['id']===_0x486226)[_0x2e5db8(0x1bf)],_0x3c509e=this[_0x2e5db8(0x1cd)][_0x2e5db8(0x1d0)][_0x8f1b1][_0x2e5db8(0x216)],_0x38861f=_0x377330[_0x2e5db8(0x24e)](_0x829872=>_0x829872['id']===_0x3c509e)[_0x2e5db8(0x237)],_0x3bb674=_0x2c724d[_0x2e5db8(0x1e2)][_0x2e5db8(0x24e)](_0x42808=>_0x42808['id']===_0x38861f);if(_0x38861f&&_tests[_0x486226]&&_0x2bc453['LrDmh'](_tests[_0x486226][_0x2bc453[_0x2e5db8(0x1d2)]],_0x3c509e)){_tests[_0x486226][_0x2bc453['hCrKF']]=_0x3c509e;const _0x3186ad={};_0x3186ad[_0x2e5db8(0x1e2)]=[];const _0x21ab11=_tests[_0x486226]||_0x3186ad;_0x21ab11&&!_0x21ab11[_0x2e5db8(0x1e2)]&&(_0x21ab11[_0x2e5db8(0x1e2)]=[]),_0x21ab11[_0x2e5db8(0x1e2)][_0x2e5db8(0x20c)]({'id':_0x3bb674['id'],'text':_0x3bb674['text'],'started_at':new Date()['toISOString']()}),_tests[_0x486226]=_0x21ab11;}await testObservabilityReporter[_0x2e5db8(0x1ce)](this[_0x2e5db8(0x1cd)],_0x8f1b1,_0x2bc453[_0x2e5db8(0x1f7)],_0x377330,_0x3c509e,_tests[_0x486226]);}catch(_0x57e8ba){logger[_0x2e5db8(0x1b4)](_0x2e5db8(0x21c)+util[_0x2e5db8(0x1f5)](_0x57e8ba));}}async[a6_0x429672(0x1c4)](_0xe335e7,_0x4e52c1){const _0x459051=a6_0x429672,_0xab18aa={'ZbtzU':function(_0x496801,_0xf78ef7){return _0x496801===_0xf78ef7;},'NlEPQ':'0|1|4|3|2','vSSXw':function(_0x184c76,_0x427303){return _0x184c76(_0x427303);},'gSMNl':_0x459051(0x1d6),'roctU':function(_0xe65c93,_0x27a8f5){return _0xe65c93===_0x27a8f5;},'QZrYc':_0x459051(0x1c5),'VWzuG':function(_0x31fc18,_0x3c059c){return _0x31fc18===_0x3c059c;},'ryoaO':function(_0x577bf1,_0x1e6390){return _0x577bf1===_0x1e6390;},'mgMcY':'UnhandledError','fVhpS':_0x459051(0x216)};this['report'][_0x459051(0x200)]=this[_0x459051(0x1cd)]['testStepFinished']||{},this['report'][_0x459051(0x200)][_0xe335e7[_0x459051(0x1b3)]]=_0xe335e7;if(_0xab18aa[_0x459051(0x1f3)](shouldProcessEventForTesthub,_0xab18aa['gSMNl']))try{const _0x156a2c=_0xe335e7[_0x459051(0x1b3)],_0xb55a23=_0x4e52c1[_0x459051(0x1f1)][_0x459051(0x20d)][_0x156a2c]['testCaseId'],_0x547618=_0x4e52c1[_0x459051(0x1f1)][_0x459051(0x1e0)][_0xb55a23],_0x6babe0=_0x547618['pickleId'],_0x3b06f1=_0x4e52c1[_0x459051(0x1f1)][_0x459051(0x201)][_0x6babe0],_0x4507c0=_0xe335e7['testStepId'],_0x299e82=_0x547618[_0x459051(0x1bf)],_0x30f7e6=this[_0x459051(0x1f1)][_0x459051(0x1c9)](_0x156a2c),_0x594ce4=_0x299e82['find'](_0x2c24c2=>_0x2c24c2['id']===_0x4507c0)[_0x459051(0x237)];let _0x489a2d,_0x3c2610;_0xe335e7['testStepResult']&&_0xab18aa[_0x459051(0x22f)](_0xe335e7['testStepResult']['status'][_0x459051(0x25f)]()[_0x459051(0x1cc)](),_0xab18aa[_0x459051(0x20a)])&&(_0x489a2d=_0xab18aa[_0x459051(0x1fc)](_0xe335e7[_0x459051(0x208)][_0x459051(0x25a)],undefined)?_0xe335e7[_0x459051(0x208)][_0x459051(0x215)]:_0xe335e7[_0x459051(0x208)][_0x459051(0x25a)][_0x459051(0x215)],_0x3c2610=_0xab18aa[_0x459051(0x231)](_0xe335e7[_0x459051(0x208)][_0x459051(0x25a)],undefined)?_0xab18aa[_0x459051(0x219)]:_0xe335e7['testStepResult'][_0x459051(0x215)]);await testObservabilityReporter[_0x459051(0x1ce)](this[_0x459051(0x1cd)],_0x156a2c,_0xab18aa[_0x459051(0x1bd)],_0x299e82,_0x4507c0,_tests[_0xb55a23]);if(_0x594ce4&&_tests[_0xb55a23][_0xab18aa['fVhpS']]){const _0x350977=_0x3b06f1['steps'][_0x459051(0x24e)](_0x52de05=>_0x52de05['id']===_0x594ce4),_0x3bd1b4={};_0x3bd1b4['steps']=[];const _0x44a9f0=_tests[_0xb55a23]||_0x3bd1b4;!_0x44a9f0[_0x459051(0x1e2)]?_0x44a9f0[_0x459051(0x1e2)]=[{'id':_0x350977['id'],'text':_0x350977[_0x459051(0x1ea)],'finished_at':new Date()[_0x459051(0x234)](),'result':_0xe335e7[_0x459051(0x208)][_0x459051(0x22a)],'duration':_0xe335e7['testStepResult'][_0x459051(0x24d)][_0x459051(0x20f)],'failure':_0x489a2d,'failureType':_0x3c2610}]:_0x44a9f0['steps'][_0x459051(0x222)](_0x56c6b2=>{const _0x42a9df=_0x459051;if(_0xab18aa[_0x42a9df(0x243)](_0x56c6b2['id'],_0x350977['id'])){const _0x133400=_0xab18aa[_0x42a9df(0x1f9)][_0x42a9df(0x24c)]('|');let _0x127d27=0x0;while(!![]){switch(_0x133400[_0x127d27++]){case'0':_0x56c6b2[_0x42a9df(0x262)]=new Date()[_0x42a9df(0x234)]();continue;case'1':_0x56c6b2[_0x42a9df(0x239)]=_0xe335e7[_0x42a9df(0x208)][_0x42a9df(0x22a)];continue;case'2':_0x56c6b2['failureType']=_0x3c2610;continue;case'3':_0x56c6b2[_0x42a9df(0x22c)]=_0x489a2d;continue;case'4':_0x56c6b2[_0x42a9df(0x24d)]=_0xe335e7[_0x42a9df(0x208)][_0x42a9df(0x24d)][_0x42a9df(0x20f)];continue;}break;}}}),_tests[_0xb55a23]=_0x44a9f0,delete _tests[_0xb55a23][_0xab18aa[_0x459051(0x1df)]];}}catch(_0x3393bd){logger[_0x459051(0x1b4)](_0x459051(0x23a)+util[_0x459051(0x1f5)](_0x3393bd));}}['getGherkinStepMap'](_0x4db27a){const _0x5a3ebe=a6_0x429672,_0x42b0cd={};return _0x4db27a[_0x5a3ebe(0x230)]['children'][_0x5a3ebe(0x1ef)](this[_0x5a3ebe(0x226)])['flat']()[_0x5a3ebe(0x222)](_0x578482=>_0x578482[_0x5a3ebe(0x1e2)][_0x5a3ebe(0x222)](_0x1a0e5d=>_0x42b0cd[_0x1a0e5d['id']]=_0x1a0e5d)),_0x42b0cd;}['extractStepContainers'](_0x239e87){const _0x3e75cf=a6_0x429672,_0x5f47a7={'goeHc':function(_0x36e46a,_0x40e5f8){return _0x36e46a(_0x40e5f8);},'eAKXU':function(_0x56abab,_0x2b08dc){return _0x56abab(_0x2b08dc);}};if(!_0x5f47a7[_0x3e75cf(0x214)](isUndefined,_0x239e87[_0x3e75cf(0x1d4)]))return[_0x239e87[_0x3e75cf(0x1d4)]];else{if(!_0x5f47a7[_0x3e75cf(0x252)](isUndefined,_0x239e87[_0x3e75cf(0x242)]))return _0x239e87['rule'][_0x3e75cf(0x205)][_0x3e75cf(0x1ef)](_0x1de148=>!isUndefined(_0x1de148[_0x3e75cf(0x1d4)])?_0x1de148['background']:_0x1de148['scenario']);};return[_0x239e87['scenario']];}[a6_0x429672(0x225)](_0x334253,_0x3deb67){const _0x2b9dca=a6_0x429672;return Object[_0x2b9dca(0x1c8)](_0x334253[_0x2b9dca(0x1f1)]['gherkinDocumentMap'])[_0x2b9dca(0x24e)](_0x36aebe=>_0x36aebe['uri']===_0x3deb67['uri']);}}module[a6_0x429672(0x206)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x429672(0x235),a6_0x429672(0x259),'onTestStepStarted','onTestStepFinished',a6_0x429672(0x1f4),a6_0x429672(0x220),'extractStepContainers',a6_0x429672(0x225),a6_0x429672(0x1d5)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a7_0x2a12(){const _0x966b29=['exception','EuAVd','forEach','log','bNQyQ','ZTVuu','cucumber/lib/formatter/helpers/pickle_parser.js','status','VkRlV','test-step-started','result','McSZY','uri','FAILED','1250964MhmTjO','sourceLocation','CajrS','MaNlO','\x20\x20\x20\x20','getStepLineToPickledStepMap','BoKkU','FngCj','RVdQL','length','ylzTQ','OLAxl','text','1116147GfvSnS','__platform','cucumber','\x20\x20\x20\x20BEFORE\x20-\x20','QgBuK','BrUin','pickle','test-case-finished','HRDId','includes','feature','ONuAM','iEPtA','gherkinDocument','15870896uViEta','2597448PLpTzX','testCase','AYOaI','\x20\x20\x20\x20AFTER\x20-\x20','line','AMBIGUOUS','QZlpD','iJGFf','name','SNGbz','233720oAlclL','jwLmU','ekmME','actionLocation','RWIPV','Jpbrf','dkwwZ','eventDataCollector','getTestCaseAttempt','env','../../../helpers/helper','18jzVdPd','CONFIG','undefined','PENDING','FpcaE','steps','ZZeXN','stepResults','test-run-finished','Executing\x20tests\x20for\x20','exports','IpfQV','UNDEFINED','621652ajuhBh','iGNEt','stack','eventBroadcaster','logTestCaseFinished','\x20-\x20','XvZCd','toUpperCase','23139XBHwHs','SfdwN','getTestCaseData'];a7_0x2a12=function(){return _0x966b29;};return a7_0x2a12();}const a7_0x591443=a7_0x3e7f;function a7_0x3e7f(_0x1d7f08,_0x5b5771){const _0x2a1245=a7_0x2a12();return a7_0x3e7f=function(_0x3e7f1a,_0x4cb76c){_0x3e7f1a=_0x3e7f1a-0x1d5;let _0x106a22=_0x2a1245[_0x3e7f1a];return _0x106a22;},a7_0x3e7f(_0x1d7f08,_0x5b5771);}(function(_0x48ad86,_0x172169){const _0x4983cf=a7_0x3e7f,_0x320e15=_0x48ad86();while(!![]){try{const _0x50e355=parseInt(_0x4983cf(0x204))/0x1+-parseInt(_0x4983cf(0x215))/0x2+-parseInt(_0x4983cf(0x222))/0x3+-parseInt(_0x4983cf(0x1fc))/0x4+-parseInt(_0x4983cf(0x1e4))/0x5*(parseInt(_0x4983cf(0x1ef))/0x6)+-parseInt(_0x4983cf(0x1da))/0x7+parseInt(_0x4983cf(0x1d9))/0x8;if(_0x50e355===_0x172169)break;else _0x320e15['push'](_0x320e15['shift']());}catch(_0x59f791){_0x320e15['push'](_0x320e15['shift']());}}}(a7_0x2a12,0x53ae9));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x591443(0x1ee)),{Formatter}=requireModule(a7_0x591443(0x224)),pickleParser=requireModule(a7_0x591443(0x20d),'cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x3a6268){const _0x2e285b=a7_0x591443,_0x4fb2c2={'nXWka':function(_0xe4ff7f,_0x83d4cf){return _0xe4ff7f!==_0x83d4cf;},'IpfQV':function(_0x594c59,_0x326bf5){return _0x594c59!==_0x326bf5;},'FngCj':function(_0x52b6d5,_0x4e531b){return _0x52b6d5(_0x4e531b);},'ONuAM':'test-run-started','iEPtA':'test-case-started','FpcaE':_0x2e285b(0x229),'AYOaI':_0x2e285b(0x1f7),'dkwwZ':_0x2e285b(0x210)};super(_0x3a6268),_0x3a6268[_0x2e285b(0x1ff)]['on'](_0x4fb2c2[_0x2e285b(0x1d6)],()=>{const _0x8cb3a2=_0x2e285b;let _0x3b3139;if(_0x4fb2c2['nXWka'](process['env'][_0x8cb3a2(0x1f0)],undefined)){const _0x5ca407=JSON['parse'](process[_0x8cb3a2(0x1ed)][_0x8cb3a2(0x1f0)]);_0x3b3139=_0x5ca407['capability'];}_0x4fb2c2[_0x8cb3a2(0x1fa)](_0x3b3139,undefined)&&(global['__platform']=_0x4fb2c2[_0x8cb3a2(0x21c)](getPlatformName,_0x3b3139),console[_0x8cb3a2(0x20a)](_0x8cb3a2(0x1f8)+global['__platform']));}),_0x3a6268[_0x2e285b(0x1ff)]['on'](_0x4fb2c2[_0x2e285b(0x1d7)],()=>{testSuites+=0x1;}),_0x3a6268[_0x2e285b(0x1ff)]['on'](_0x4fb2c2[_0x2e285b(0x1f3)],_0x21648f=>{const _0xbe8817=_0x2e285b;this[_0xbe8817(0x200)](_0x21648f);}),_0x3a6268['eventBroadcaster']['on'](_0x4fb2c2[_0x2e285b(0x1dc)],()=>{totalTests-=0x2;}),_0x3a6268[_0x2e285b(0x1ff)]['on'](_0x4fb2c2[_0x2e285b(0x1ea)],()=>{totalTests+=0x1;});}['logTestCaseFinished'](_0x39b8de){const _0x6f012=a7_0x591443,_0x203d93={'EuAVd':_0x6f012(0x214),'TseMM':'PASSED','OLAxl':'SKIPPED','SRXSw':_0x6f012(0x1f2),'GrnCi':_0x6f012(0x1fb),'KgxvI':'UNKNOWN','ZZeXN':_0x6f012(0x1df),'iJGFf':function(_0x3e7a49,_0x31522e){return _0x3e7a49+_0x31522e;},'lclmu':function(_0x14480b,_0x5640f9){return _0x14480b+_0x5640f9;},'HRDId':_0x6f012(0x219),'QgBuK':_0x6f012(0x201),'iGNEt':function(_0x35b33a,_0x2a1f05){return _0x35b33a(_0x2a1f05);},'bNQyQ':'cucumber-js/test_old.setup.js','McSZY':function(_0x553db4,_0x4d5b66){return _0x553db4+_0x4d5b66;},'RVdQL':_0x6f012(0x1dd),'JWazn':function(_0xa9d90a,_0x1f5dfb){return _0xa9d90a+_0x1f5dfb;},'Jpbrf':_0x6f012(0x225),'XvZCd':function(_0x3eda27,_0x8abfad){return _0x3eda27===_0x8abfad;},'ZTVuu':function(_0x15eb37,_0x6a022f,_0x44165c){return _0x15eb37(_0x6a022f,_0x44165c);},'CajrS':'result','FeYvR':_0x6f012(0x207),'BrUin':_0x6f012(0x1fe),'MaNlO':function(_0x30c18e,_0x54d96d){return _0x30c18e+_0x54d96d;},'eGzdW':function(_0x302483,_0x193764){return _0x302483!==_0x193764;},'ylzTQ':function(_0x4c6c1d,_0x22c7b2){return _0x4c6c1d+_0x22c7b2;},'jwLmU':function(_0x4ebb6e,_0x4bc03c){return _0x4ebb6e+_0x4bc03c;},'ekmME':function(_0x1f4a1f,_0x422571){return _0x1f4a1f!==_0x422571;},'VkRlV':_0x6f012(0x1f1),'zlYms':function(_0x29099a,_0x2b450d){return _0x29099a+_0x2b450d;},'gQnTk':function(_0x4e18ab,_0x198a55){return _0x4e18ab+_0x198a55;},'SfdwN':function(_0x43ebc6,_0x5a401f){return _0x43ebc6<_0x5a401f;},'RWIPV':function(_0xcb3f38,_0x3b2bd3){return _0xcb3f38+_0x3b2bd3;},'QZlpD':function(_0x398b91,_0x12d4ff){return _0x398b91(_0x12d4ff);},'PLIWS':function(_0x2b2e2e,_0xf8c04){return _0x2b2e2e(_0xf8c04);},'SNGbz':function(_0x3d2070,_0xf8703e){return _0x3d2070+_0xf8703e;},'BoKkU':function(_0x2e16a,_0x194bce,_0x5a0de1){return _0x2e16a(_0x194bce,_0x5a0de1);}};let _0x459115=![];function _0x38a5be(_0x89ae3a){const _0xab1061=_0x6f012;switch(_0x89ae3a){case _0x203d93[_0xab1061(0x208)]:testsFailed+=0x1;break;case _0x203d93['TseMM']:testsPassed+=0x1;break;case _0x203d93[_0xab1061(0x220)]:testsSkipped+=0x1;break;case _0x203d93['SRXSw']:testsPending+=0x1;break;case _0x203d93['GrnCi']:testsUndefined+=0x1;break;case _0x203d93['KgxvI']:testsUnknown+=0x1;break;case _0x203d93[_0xab1061(0x1f5)]:testsAmbiguous+=0x1;break;default:break;}}_0x203d93['eGzdW'](global['__platform'],undefined)&&console['log'](_0x203d93['ylzTQ'](_0x203d93[_0x6f012(0x1e5)]('\x0a',global[_0x6f012(0x223)]),'\x0a'));let _0x5207e8=![];if(_0x203d93[_0x6f012(0x1e6)](typeof this[_0x6f012(0x1eb)][_0x6f012(0x206)],_0x203d93[_0x6f012(0x20f)])){var _0x2928bc=this['eventDataCollector']['getTestCaseData'](_0x39b8de[_0x6f012(0x216)]),_0x181ca2=_0x2928bc[_0x6f012(0x228)],_0x1d2545=_0x2928bc[_0x6f012(0x1db)];console[_0x6f012(0x20a)](_0x203d93[_0x6f012(0x1e1)]('\x20\x20',_0x181ca2['name']));var _0x1275d6=(0x0,pickleParser[_0x6f012(0x21a)])(_0x181ca2);_0x1d2545[_0x6f012(0x1f4)][_0x6f012(0x209)](function(_0x341c14){const _0x4a9dcc=_0x6f012;if(_0x341c14[_0x4a9dcc(0x1e7)]&&_0x341c14[_0x4a9dcc(0x216)])_0x459115=!![],console['log'](_0x203d93[_0x4a9dcc(0x1e1)](_0x203d93[_0x4a9dcc(0x1e1)](_0x203d93['lclmu'](_0x203d93[_0x4a9dcc(0x22a)],_0x1275d6[_0x341c14[_0x4a9dcc(0x216)][_0x4a9dcc(0x1de)]][_0x4a9dcc(0x221)]),_0x203d93[_0x4a9dcc(0x226)]),_0x341c14[_0x4a9dcc(0x211)][_0x4a9dcc(0x20e)]['toUpperCase']())),_0x203d93[_0x4a9dcc(0x1fd)](_0x38a5be,_0x341c14[_0x4a9dcc(0x211)][_0x4a9dcc(0x20e)][_0x4a9dcc(0x203)]());else _0x341c14[_0x4a9dcc(0x1e7)]&&(!_0x341c14[_0x4a9dcc(0x1e7)][_0x4a9dcc(0x213)][_0x4a9dcc(0x22b)](_0x203d93[_0x4a9dcc(0x20b)])&&(_0x203d93[_0x4a9dcc(0x1fd)](_0x38a5be,_0x341c14[_0x4a9dcc(0x211)][_0x4a9dcc(0x20e)]['toUpperCase']()),_0x459115?console[_0x4a9dcc(0x20a)](_0x203d93['McSZY'](_0x203d93['RVdQL'],_0x341c14['result'][_0x4a9dcc(0x20e)][_0x4a9dcc(0x203)]())):console['log'](_0x203d93['JWazn'](_0x203d93['Jpbrf'],_0x341c14[_0x4a9dcc(0x211)][_0x4a9dcc(0x20e)][_0x4a9dcc(0x203)]()))));if(_0x203d93[_0x4a9dcc(0x202)](_0x341c14[_0x4a9dcc(0x211)]['status']['toUpperCase'](),_0x203d93[_0x4a9dcc(0x208)])){const _0x12e135=_0x203d93[_0x4a9dcc(0x20c)](nestedKeyValue,_0x341c14,[_0x203d93[_0x4a9dcc(0x217)],_0x203d93['FeYvR'],_0x203d93['BrUin']]);_0x12e135&&(testsErrorMessage[_0x181ca2['name']]=_0x12e135,console[_0x4a9dcc(0x20a)](_0x203d93[_0x4a9dcc(0x218)](_0x12e135,'\x0a'))),_0x5207e8=!![];}});}else{const _0x587291=this[_0x6f012(0x1eb)][_0x6f012(0x1ec)](_0x39b8de);console[_0x6f012(0x20a)](_0x203d93['zlYms'](_0x203d93['gQnTk'](_0x203d93[_0x6f012(0x21f)]('\x20\x20',_0x587291[_0x6f012(0x1d8)]['feature'][_0x6f012(0x1e2)]),_0x203d93[_0x6f012(0x226)]),_0x587291[_0x6f012(0x228)]['name']));const _0x4548fc=(0x0,pickleParser[_0x6f012(0x21a)])(_0x587291[_0x6f012(0x228)]),_0xd52c4a=_0x587291[_0x6f012(0x1db)][_0x6f012(0x1f4)],_0x565562=_0x587291[_0x6f012(0x1f6)],_0xe4a4bb=_0xd52c4a[_0x6f012(0x21e)];for(let _0x5a529b=0x0;_0x203d93[_0x6f012(0x205)](_0x5a529b,_0xe4a4bb);_0x5a529b++){const _0x455702=_0xd52c4a[_0x5a529b];if(_0x455702['actionLocation']&&_0x455702[_0x6f012(0x216)])_0x459115=!![],console['log'](_0x203d93[_0x6f012(0x1e8)](_0x203d93[_0x6f012(0x212)](_0x203d93[_0x6f012(0x21f)](_0x203d93['HRDId'],_0x4548fc[_0x455702[_0x6f012(0x216)][_0x6f012(0x1de)]][_0x6f012(0x221)]),_0x203d93['QgBuK']),_0x565562[_0x5a529b][_0x6f012(0x20e)]['toUpperCase']())),_0x203d93[_0x6f012(0x1e0)](_0x38a5be,_0x565562[_0x5a529b]['status']['toUpperCase']());else _0x455702[_0x6f012(0x1e7)]&&(!_0x455702[_0x6f012(0x1e7)][_0x6f012(0x213)]['includes'](_0x203d93[_0x6f012(0x20b)])&&(_0x203d93['PLIWS'](_0x38a5be,_0x565562[_0x5a529b]['status'][_0x6f012(0x203)]()),_0x459115?console[_0x6f012(0x20a)](_0x203d93[_0x6f012(0x21f)](_0x203d93[_0x6f012(0x21d)],_0x565562[_0x5a529b][_0x6f012(0x20e)][_0x6f012(0x203)]())):console[_0x6f012(0x20a)](_0x203d93[_0x6f012(0x1e3)](_0x203d93[_0x6f012(0x1e9)],_0x565562[_0x5a529b][_0x6f012(0x20e)][_0x6f012(0x203)]()))));if(_0x203d93[_0x6f012(0x202)](_0x565562[_0x5a529b][_0x6f012(0x20e)][_0x6f012(0x203)](),_0x203d93[_0x6f012(0x208)])){_0x5207e8=!![];const _0x57b389=_0x203d93[_0x6f012(0x21b)](nestedKeyValue,_0x565562[_0x5a529b],[_0x203d93['FeYvR'],_0x203d93[_0x6f012(0x227)]]);_0x57b389&&(testsErrorMessage[_0x203d93[_0x6f012(0x1e3)](_0x203d93[_0x6f012(0x21f)](_0x587291[_0x6f012(0x1d8)][_0x6f012(0x1d5)][_0x6f012(0x1e2)],_0x203d93['QgBuK']),_0x587291[_0x6f012(0x228)]['name'])]=_0x57b389,console[_0x6f012(0x20a)](_0x203d93['zlYms'](_0x57b389,'\x0a')));}}}_0x5207e8&&(testSuitesFailed+=0x1),console[_0x6f012(0x20a)]('\x0a');}}module[a7_0x591443(0x1f9)]=BrowserstackFormatter;
|
|
1
|
+
const a7_0x36e1e2=a7_0x2570;(function(_0x30a84c,_0x4ca453){const _0x46f13f=a7_0x2570,_0xa0e421=_0x30a84c();while(!![]){try{const _0x841a60=-parseInt(_0x46f13f(0x193))/0x1*(parseInt(_0x46f13f(0x198))/0x2)+parseInt(_0x46f13f(0x1d6))/0x3+parseInt(_0x46f13f(0x1b5))/0x4*(parseInt(_0x46f13f(0x1b1))/0x5)+-parseInt(_0x46f13f(0x1dc))/0x6*(parseInt(_0x46f13f(0x1e3))/0x7)+parseInt(_0x46f13f(0x1c5))/0x8+-parseInt(_0x46f13f(0x190))/0x9*(parseInt(_0x46f13f(0x197))/0xa)+parseInt(_0x46f13f(0x1a7))/0xb;if(_0x841a60===_0x4ca453)break;else _0xa0e421['push'](_0xa0e421['shift']());}catch(_0x5e217e){_0xa0e421['push'](_0xa0e421['shift']());}}}(a7_0x4e07,0x22e71));const {requireModule,getPlatformName,nestedKeyValue}=require(a7_0x36e1e2(0x1d7)),{Formatter}=requireModule(a7_0x36e1e2(0x1c4)),pickleParser=requireModule(a7_0x36e1e2(0x18d),'cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x470b5a){const _0x2ecbd3=a7_0x36e1e2,_0x4a1c94={'ehPwt':function(_0x1ca3e0,_0x543962){return _0x1ca3e0!==_0x543962;},'quFJw':function(_0x2b21fe,_0x245b73){return _0x2b21fe(_0x245b73);},'cRsHC':_0x2ecbd3(0x19d),'JUcHW':_0x2ecbd3(0x18f),'AJdOL':_0x2ecbd3(0x1d2),'lsFme':_0x2ecbd3(0x1a6),'aUqby':_0x2ecbd3(0x1ca)};super(_0x470b5a),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1a3)],()=>{const _0xc07f93=_0x2ecbd3;let _0x42388d;if(_0x4a1c94[_0xc07f93(0x1e2)](process[_0xc07f93(0x1a8)][_0xc07f93(0x1dd)],undefined)){const _0x102b9d=JSON[_0xc07f93(0x1cd)](process['env']['CONFIG']);_0x42388d=_0x102b9d[_0xc07f93(0x1d4)];}_0x4a1c94[_0xc07f93(0x1e2)](_0x42388d,undefined)&&(global[_0xc07f93(0x18c)]=_0x4a1c94[_0xc07f93(0x1db)](getPlatformName,_0x42388d),console[_0xc07f93(0x1de)]('Executing\x20tests\x20for\x20'+global['__platform']));}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1a0)],()=>{testSuites+=0x1;}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x18a)],_0x39da0d=>{const _0x3e5afb=_0x2ecbd3;this[_0x3e5afb(0x19e)](_0x39da0d);}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1bd)],()=>{totalTests-=0x2;}),_0x470b5a[_0x2ecbd3(0x1a1)]['on'](_0x4a1c94[_0x2ecbd3(0x1c9)],()=>{totalTests+=0x1;});}[a7_0x36e1e2(0x19e)](_0x4b8e1e){const _0x449b81=a7_0x36e1e2,_0x43deeb={'IDtqo':_0x449b81(0x1a9),'AUZVi':_0x449b81(0x1c0),'ygEhq':_0x449b81(0x1af),'NyKck':_0x449b81(0x1ad),'POysx':_0x449b81(0x18e),'AkTbM':_0x449b81(0x1bf),'VzSPz':_0x449b81(0x1bb),'ETPIc':function(_0x456879,_0x85b6d4){return _0x456879+_0x85b6d4;},'eGHxG':function(_0x54047f,_0x369dd2){return _0x54047f+_0x369dd2;},'qTKmt':'\x20\x20\x20\x20','FyAvt':_0x449b81(0x19b),'qITYr':function(_0x35e7d1,_0x27acbe){return _0x35e7d1(_0x27acbe);},'Btpxf':'cucumber-js/test_old.setup.js','neppS':_0x449b81(0x1e1),'itwMo':_0x449b81(0x1c7),'zBUrk':function(_0x2aded4,_0x4f2901){return _0x2aded4===_0x4f2901;},'XYCbu':function(_0x24c947,_0x5431f9,_0xaf68d8){return _0x24c947(_0x5431f9,_0xaf68d8);},'tIMgO':_0x449b81(0x1c3),'TiQnP':'exception','ljglq':'stack','kvWAi':function(_0x58edc5,_0x552733){return _0x58edc5+_0x552733;},'JZZLA':function(_0x5e6cdd,_0x4e1b39){return _0x5e6cdd!==_0x4e1b39;},'IYslr':function(_0x45f6c1,_0x476e37){return _0x45f6c1+_0x476e37;},'ZCVRF':_0x449b81(0x196),'JknDi':function(_0x17a6c4,_0x43656e){return _0x17a6c4+_0x43656e;},'GRdPY':function(_0x2ce9b4,_0x28c427){return _0x2ce9b4+_0x28c427;},'kNzKE':function(_0x524e61,_0x5885d2){return _0x524e61<_0x5885d2;},'UMHWW':function(_0x558792,_0x2336ef){return _0x558792+_0x2336ef;},'lxvsJ':function(_0x1c3d6a,_0x257f3a){return _0x1c3d6a+_0x257f3a;},'gpSEe':function(_0x2a6f27,_0x3da1bd){return _0x2a6f27+_0x3da1bd;},'dGSzr':function(_0x266424,_0x4a9a63){return _0x266424(_0x4a9a63);},'rtFlk':function(_0x3aaa67,_0x12d7d1){return _0x3aaa67===_0x12d7d1;},'pBQjn':function(_0x51bbf6,_0x3e3929){return _0x51bbf6+_0x3e3929;},'PWMhM':function(_0x10704f,_0x49171f){return _0x10704f+_0x49171f;}};let _0x1627b4=![];function _0x1085b1(_0xcaea59){const _0x49d447=_0x449b81;switch(_0xcaea59){case _0x43deeb['IDtqo']:testsFailed+=0x1;break;case _0x43deeb['AUZVi']:testsPassed+=0x1;break;case _0x43deeb['ygEhq']:testsSkipped+=0x1;break;case _0x43deeb[_0x49d447(0x194)]:testsPending+=0x1;break;case _0x43deeb['POysx']:testsUndefined+=0x1;break;case _0x43deeb[_0x49d447(0x1a2)]:testsUnknown+=0x1;break;case _0x43deeb['VzSPz']:testsAmbiguous+=0x1;break;default:break;}}_0x43deeb[_0x449b81(0x1c6)](global[_0x449b81(0x18c)],undefined)&&console[_0x449b81(0x1de)](_0x43deeb[_0x449b81(0x1b9)](_0x43deeb['IYslr']('\x0a',global['__platform']),'\x0a'));let _0xdcd7c=![];if(_0x43deeb['JZZLA'](typeof this[_0x449b81(0x1d3)][_0x449b81(0x1ce)],_0x43deeb[_0x449b81(0x1d5)])){var _0x494897=this['eventDataCollector'][_0x449b81(0x1ce)](_0x4b8e1e[_0x449b81(0x1b4)]),_0x4d4be0=_0x494897['pickle'],_0x219758=_0x494897[_0x449b81(0x1ba)];console[_0x449b81(0x1de)](_0x43deeb[_0x449b81(0x1b6)]('\x20\x20',_0x4d4be0[_0x449b81(0x1b3)]));var _0x4d91b2=(0x0,pickleParser[_0x449b81(0x1b8)])(_0x4d4be0);_0x219758['steps'][_0x449b81(0x1c2)](function(_0x477f93){const _0x1a817e=_0x449b81;if(_0x477f93[_0x1a817e(0x1e0)]&&_0x477f93['sourceLocation'])_0x1627b4=!![],console[_0x1a817e(0x1de)](_0x43deeb['ETPIc'](_0x43deeb['ETPIc'](_0x43deeb[_0x1a817e(0x1b0)](_0x43deeb['qTKmt'],_0x4d91b2[_0x477f93[_0x1a817e(0x1b4)][_0x1a817e(0x1d1)]][_0x1a817e(0x1df)]),_0x43deeb[_0x1a817e(0x1c8)]),_0x477f93[_0x1a817e(0x1c3)][_0x1a817e(0x19c)]['toUpperCase']())),_0x43deeb[_0x1a817e(0x1ab)](_0x1085b1,_0x477f93[_0x1a817e(0x1c3)]['status'][_0x1a817e(0x1b2)]());else _0x477f93[_0x1a817e(0x1e0)]&&(!_0x477f93[_0x1a817e(0x1e0)][_0x1a817e(0x199)]['includes'](_0x43deeb['Btpxf'])&&(_0x43deeb['qITYr'](_0x1085b1,_0x477f93[_0x1a817e(0x1c3)]['status']['toUpperCase']()),_0x1627b4?console[_0x1a817e(0x1de)](_0x43deeb[_0x1a817e(0x1b0)](_0x43deeb[_0x1a817e(0x189)],_0x477f93['result'][_0x1a817e(0x19c)]['toUpperCase']())):console[_0x1a817e(0x1de)](_0x43deeb['ETPIc'](_0x43deeb[_0x1a817e(0x1c1)],_0x477f93['result'][_0x1a817e(0x19c)][_0x1a817e(0x1b2)]()))));if(_0x43deeb[_0x1a817e(0x1aa)](_0x477f93[_0x1a817e(0x1c3)][_0x1a817e(0x19c)][_0x1a817e(0x1b2)](),_0x43deeb[_0x1a817e(0x1a5)])){const _0x32c6af=_0x43deeb['XYCbu'](nestedKeyValue,_0x477f93,[_0x43deeb[_0x1a817e(0x1b7)],_0x43deeb[_0x1a817e(0x1e4)],_0x43deeb[_0x1a817e(0x191)]]);_0x32c6af&&(testsErrorMessage[_0x4d4be0['name']]=_0x32c6af,console[_0x1a817e(0x1de)](_0x43deeb[_0x1a817e(0x1da)](_0x32c6af,'\x0a'))),_0xdcd7c=!![];}});}else{const _0x3aefd6=this['eventDataCollector'][_0x449b81(0x1bc)](_0x4b8e1e);console[_0x449b81(0x1de)](_0x43deeb['kvWAi'](_0x43deeb[_0x449b81(0x1ae)](_0x43deeb[_0x449b81(0x1da)]('\x20\x20',_0x3aefd6[_0x449b81(0x195)][_0x449b81(0x18b)][_0x449b81(0x1b3)]),_0x43deeb[_0x449b81(0x1c8)]),_0x3aefd6['pickle'][_0x449b81(0x1b3)]));const _0x2402f9=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x3aefd6[_0x449b81(0x1ac)]),_0x3f11d7=_0x3aefd6[_0x449b81(0x1ba)]['steps'],_0x28bd9b=_0x3aefd6[_0x449b81(0x1cf)],_0x5031ea=_0x3f11d7[_0x449b81(0x1a4)];for(let _0x4872e7=0x0;_0x43deeb[_0x449b81(0x1be)](_0x4872e7,_0x5031ea);_0x4872e7++){const _0x131df4=_0x3f11d7[_0x4872e7];if(_0x131df4[_0x449b81(0x1e0)]&&_0x131df4[_0x449b81(0x1b4)])_0x1627b4=!![],console[_0x449b81(0x1de)](_0x43deeb['UMHWW'](_0x43deeb['lxvsJ'](_0x43deeb[_0x449b81(0x1d0)](_0x43deeb[_0x449b81(0x1d9)],_0x2402f9[_0x131df4[_0x449b81(0x1b4)][_0x449b81(0x1d1)]][_0x449b81(0x1df)]),_0x43deeb[_0x449b81(0x1c8)]),_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)]())),_0x43deeb[_0x449b81(0x1ab)](_0x1085b1,_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)]());else _0x131df4[_0x449b81(0x1e0)]&&(!_0x131df4[_0x449b81(0x1e0)][_0x449b81(0x199)]['includes'](_0x43deeb[_0x449b81(0x1cc)])&&(_0x43deeb[_0x449b81(0x19a)](_0x1085b1,_0x28bd9b[_0x4872e7][_0x449b81(0x19c)]['toUpperCase']()),_0x1627b4?console[_0x449b81(0x1de)](_0x43deeb['lxvsJ'](_0x43deeb[_0x449b81(0x189)],_0x28bd9b[_0x4872e7][_0x449b81(0x19c)]['toUpperCase']())):console['log'](_0x43deeb['UMHWW'](_0x43deeb[_0x449b81(0x1c1)],_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)]()))));if(_0x43deeb[_0x449b81(0x1d8)](_0x28bd9b[_0x4872e7][_0x449b81(0x19c)][_0x449b81(0x1b2)](),_0x43deeb['IDtqo'])){_0xdcd7c=!![];const _0x5e049f=_0x43deeb[_0x449b81(0x1cb)](nestedKeyValue,_0x28bd9b[_0x4872e7],[_0x43deeb[_0x449b81(0x1e4)],_0x43deeb[_0x449b81(0x191)]]);_0x5e049f&&(testsErrorMessage[_0x43deeb[_0x449b81(0x19f)](_0x43deeb['PWMhM'](_0x3aefd6[_0x449b81(0x195)][_0x449b81(0x18b)][_0x449b81(0x1b3)],_0x43deeb['FyAvt']),_0x3aefd6['pickle']['name'])]=_0x5e049f,console[_0x449b81(0x1de)](_0x43deeb[_0x449b81(0x1b0)](_0x5e049f,'\x0a')));}}}_0xdcd7c&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a7_0x2570(_0x2a7348,_0x38c8a5){const _0x4e07a8=a7_0x4e07();return a7_0x2570=function(_0x25707e,_0x3029ac){_0x25707e=_0x25707e-0x189;let _0x77ed0e=_0x4e07a8[_0x25707e];return _0x77ed0e;},a7_0x2570(_0x2a7348,_0x38c8a5);}module[a7_0x36e1e2(0x192)]=BrowserstackFormatter;function a7_0x4e07(){const _0xc48091=['ljglq','exports','2SDHHpC','NyKck','gherkinDocument','undefined','2410tXttPX','196454KVfLij','uri','dGSzr','\x20-\x20','status','test-run-started','logTestCaseFinished','pBQjn','JUcHW','eventBroadcaster','AkTbM','cRsHC','length','IDtqo','test-run-finished','338789zggIRm','env','FAILED','zBUrk','qITYr','pickle','PENDING','GRdPY','SKIPPED','eGHxG','162205FDcqPY','toUpperCase','name','sourceLocation','20cTylYb','JknDi','tIMgO','getStepLineToPickledStepMap','ETPIc','testCase','AMBIGUOUS','getTestCaseAttempt','lsFme','kNzKE','UNKNOWN','PASSED','itwMo','forEach','result','cucumber','1025144bFfeyF','JZZLA','\x20\x20\x20\x20BEFORE\x20-\x20','FyAvt','aUqby','test-step-started','XYCbu','Btpxf','parse','getTestCaseData','stepResults','gpSEe','line','test-case-finished','eventDataCollector','capability','ZCVRF','354117YmbfLk','../../../helpers/helper','rtFlk','qTKmt','kvWAi','quFJw','12NYeLvC','CONFIG','log','text','actionLocation','\x20\x20\x20\x20AFTER\x20-\x20','ehPwt','88557NrJejy','TiQnP','neppS','AJdOL','feature','__platform','cucumber/lib/formatter/helpers/pickle_parser.js','UNDEFINED','test-case-started','2781PEVcHi'];a7_0x4e07=function(){return _0xc48091;};return a7_0x4e07();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a8_0xfe1cbd=a8_0x4030;function a8_0x4030(_0x217950,_0x47b40e){const _0x25e1cd=a8_0x25e1();return a8_0x4030=function(_0x40309a,_0x22f1b9){_0x40309a=_0x40309a-0xf1;let _0x2d9f90=_0x25e1cd[_0x40309a];return _0x2d9f90;},a8_0x4030(_0x217950,_0x47b40e);}(function(_0x15663d,_0x456e64){const _0x19d808=a8_0x4030,_0xd49455=_0x15663d();while(!![]){try{const _0x186856=parseInt(_0x19d808(0x101))/0x1+-parseInt(_0x19d808(0x15f))/0x2*(-parseInt(_0x19d808(0x160))/0x3)+parseInt(_0x19d808(0xfb))/0x4*(parseInt(_0x19d808(0x173))/0x5)+-parseInt(_0x19d808(0xf6))/0x6*(parseInt(_0x19d808(0x150))/0x7)+-parseInt(_0x19d808(0x12d))/0x8+parseInt(_0x19d808(0x118))/0x9*(-parseInt(_0x19d808(0xfa))/0xa)+-parseInt(_0x19d808(0xfc))/0xb*(-parseInt(_0x19d808(0x11f))/0xc);if(_0x186856===_0x456e64)break;else _0xd49455['push'](_0xd49455['shift']());}catch(_0x457df4){_0xd49455['push'](_0xd49455['shift']());}}}(a8_0x25e1,0xbbeef));const path=require(a8_0xfe1cbd(0x146)),stripAnsi=require(a8_0xfe1cbd(0x121)),util=require('util'),hooksMap={},SessionHandler=require(a8_0xfe1cbd(0x14c)),testhubUtils=require(a8_0xfe1cbd(0x181)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a8_0xfe1cbd(0x180))[a8_0xfe1cbd(0x138)],{o11yClassErrorHandler}=require(a8_0xfe1cbd(0x183)),{FRAMEWORKS}=require('../../helpers/test-observability/constants.js'),TestDetails=require(a8_0xfe1cbd(0x108));this['_gitConfigured']=![],this[a8_0xfe1cbd(0x156)]=null;function a8_0x25e1(){const _0x5cd145=['ZYphl','609uMDkgv','AKeiL','HjbKD','uploadEventData','MidTM','passed','_gitConfigPath','tagExpression','sendHook','examples','pickleStepId','NvDXK','AssertionError','message','failed','24DeXADy','36006XzDgWx','skipped','AFTER_EACH','xMikZ','format','OmAuM','getHookResult','JMeyV','_gitConfigured','Kshpm','nanos','HRdxT','ynKQP','YoCZc','exception','YzDeo','UnhandledError','gHdZw','1|4|0|2|3','5viJGqp','XhuZL','LKHnm','bDuMn','flatMap','length','failureData','ZYFwU','toLowerCase','MbSAs','uri','flsAc','getScenarioExamples','../../helpers/logger','../../helpers/testhub/utils','uDorU','../../helpers/test-observability/error-handler','tags','value','join','uuid','failure_data','duration_in_ms','RPDsi','failureType','failure','kFDeU','HookRunStarted','event_type','TcEYT','FAILED','OyyNU','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','DkMRK','root','20406sdCyhy','forEach','astNodeIds','configureGit','106720WmKaAJ','592768ZKeiIb','14616866Ogeqtm','BEFORE_EACH','toISOString','feature','sendTestRunEventForCucumber','867532IQVZui','exports','find','hooks','psgqd','eORub','failure_type','../playwright/reporter/test-details','test_run','yhyzt','cells','testStepResult','RgdbA','zJgpD','updateTestStatus','toString','children','nMKXq','backtrace','jnWYk','scenario','TestRunFinished','getCucumberHookType','1044xEMPdw','debug','finished_at','sourceReference','bkYqC','getTestUUID','map','12xhAQGw','wAVAL','strip-ansi','appendTesthubParams','cBfxQ','fUlWI','match','RavWK','timestamp','SSwCs','getHookRunEventData','CUCUMBER','VXkrI','name','1479520ptdRQx','failure_reason','ljxin','ecKJb','testCaseFinished','getHooksListForTest','HookRunFinished','pending','uluez','status','unknown','winstonLogger','gEqeu','CBirb','hook_run','MoETZ','relative','cucumber','result','xJuLK','testCaseStartedId','pHFZb','javascript','uvBwG','push','path','split','includes','XIowe','zprRD','hookId','../../helpers/test-observability/sessionHandler','sbDiz','uxiMG'];a8_0x25e1=function(){return _0x5cd145;};return a8_0x25e1();}class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x22b106,_0x1f1f06,_0x28d098,_0xe883,_0x22a6e2){const _0x1cd90f=a8_0xfe1cbd,_0x36be64={'bDuMn':function(_0x2b147a,_0x220bd2){return _0x2b147a===_0x220bd2;},'OmAuM':_0x1cd90f(0xf1),'LKHnm':_0x1cd90f(0x15e),'nMKXq':function(_0x44f64d,_0x4d90ac){return _0x44f64d===_0x4d90ac;},'bkYqC':'SKIPPED','ZYFwU':_0x1cd90f(0x161),'wAVAL':function(_0x51a936,_0x45bd9c){return _0x51a936||_0x45bd9c;},'MoETZ':function(_0x1239b1,_0x5b9da1){return _0x1239b1+_0x5b9da1;},'gHdZw':function(_0x15acbb,_0xe3f396){return _0x15acbb+_0xe3f396;},'cBfxQ':function(_0x15a396,_0x146350){return _0x15a396+_0x146350;},'CBirb':'test','xJuLK':_0x1cd90f(0x143),'kFDeU':_0x1cd90f(0x13e),'xMikZ':_0x1cd90f(0x134),'HRdxT':_0x1cd90f(0x155),'yqYKD':function(_0x2ee55b,_0x36a267){return _0x2ee55b!==_0x36a267;},'ZYphl':function(_0xb65986,_0x4fe610){return _0xb65986/_0x4fe610;},'uluez':function(_0x79d5a7,_0x8879ab){return _0x79d5a7===_0x8879ab;},'YoCZc':function(_0x298629,_0x4a772f){return _0x298629(_0x4a772f);},'fUlWI':_0x1cd90f(0x137),'Kshpm':function(_0x2379a1,_0x3584ef){return _0x2379a1(_0x3584ef);},'ecKJb':_0x1cd90f(0x15c),'CafcP':_0x1cd90f(0x170),'qoNbD':function(_0x34d00b,_0x4647cc){return _0x34d00b===_0x4647cc;},'NvDXK':_0x1cd90f(0x116),'SSwCs':function(_0x411cb4,_0x91795e){return _0x411cb4>_0x91795e;}},{feature:_0x1f4134,scenario:_0x7d5cf3,steps:_0x32659b,uuid:_0x373144,startedAt:_0xd9ebb4,finishedAt:_0x23c296}=_0x36be64[_0x1cd90f(0x120)](_0x22a6e2,{}),_0x4bc0ae=this[_0x1cd90f(0x17f)](_0x1f1f06,_0x28d098);await this[_0x1cd90f(0xf9)]();const _0x4e979a=_0x4bc0ae?_0x36be64[_0x1cd90f(0x13c)](_0x36be64[_0x1cd90f(0x171)](_0x36be64[_0x1cd90f(0x123)](_0x28d098[_0x1cd90f(0x12c)],'\x20('),_0x4bc0ae[_0x1cd90f(0x186)](',\x20')),')'):_0x28d098[_0x1cd90f(0x12c)],_0xf4ec32={'uuid':_0x373144,'started_at':_0xd9ebb4,'finished_at':_0x23c296,'type':_0x36be64[_0x1cd90f(0x13a)],'body':{'lang':_0x36be64[_0x1cd90f(0x140)],'code':null},'name':_0x4e979a,'scopes':[_0x1f4134&&_0x1f4134[_0x1cd90f(0x12c)]?_0x1f4134['name']:''],'tags':_0x28d098[_0x1cd90f(0x184)]?_0x28d098[_0x1cd90f(0x184)][_0x1cd90f(0x11e)](({name:_0x5271d2})=>_0x5271d2):[],'file_name':_0x28d098[_0x1cd90f(0x17d)],'location':_0x28d098['uri'],'vc_filepath':this[_0x1cd90f(0x156)]&&_0x28d098[_0x1cd90f(0x17d)]?path['relative'](this['_gitConfigPath'],_0x28d098[_0x1cd90f(0x17d)]):null,'framework':_0x36be64[_0x1cd90f(0x18d)],'result':_0x36be64[_0x1cd90f(0x163)],'meta':{'feature':_0x1f4134,'scenario':_0x7d5cf3,'steps':_0x32659b,'examples':_0x4bc0ae},'customRerunParam':{'rerun_name':_0x4e979a}};if(_0x22b106[_0x1cd90f(0x131)]&&_0x32659b){const _0x503e2a=_0x22b106[_0x1cd90f(0x131)];let _0x1dc000=_0x36be64[_0x1cd90f(0x16b)];_0x32659b['every'](_0x48005f=>{const _0x26f068=_0x1cd90f;if(_0x36be64[_0x26f068(0x176)](_0x48005f['result'],_0x36be64[_0x26f068(0x165)]))return _0x1dc000=_0x36be64[_0x26f068(0x175)],_0x503e2a['failure']=_0x48005f['failure'],_0x503e2a['failureType']=_0x48005f[_0x26f068(0x18b)],![];else{if(_0x36be64[_0x26f068(0x112)](_0x48005f[_0x26f068(0x13f)],_0x36be64[_0x26f068(0x11c)]))return _0x1dc000=_0x36be64[_0x26f068(0x17a)],![];}return!![];}),_0xf4ec32[_0x1cd90f(0x11a)]=new Date()[_0x1cd90f(0xfe)](),_0xf4ec32[_0x1cd90f(0x13f)]=_0x1dc000,_0x503e2a[_0x1cd90f(0x127)]&&_0x36be64['yqYKD'](_0x503e2a[_0x1cd90f(0x127)][_0x1cd90f(0x16a)],undefined)?_0xf4ec32[_0x1cd90f(0x189)]=_0x36be64[_0x1cd90f(0x14f)](_0x503e2a[_0x1cd90f(0x127)][_0x1cd90f(0x16a)],0xf4240):_0xf4ec32['duration_in_ms']=undefined,_0x36be64[_0x1cd90f(0x135)](_0x1dc000,_0x36be64[_0x1cd90f(0x175)])&&(_0xf4ec32[_0x1cd90f(0x18c)]=[{'backtrace':[_0x503e2a[_0x1cd90f(0x18c)]?_0x36be64[_0x1cd90f(0x16d)](stripAnsi,_0x503e2a[_0x1cd90f(0x18c)]):_0x36be64[_0x1cd90f(0x124)]]}],_0xf4ec32[_0x1cd90f(0x12e)]=_0x503e2a[_0x1cd90f(0x18c)]?_0x36be64[_0x1cd90f(0x169)](stripAnsi,_0x503e2a[_0x1cd90f(0x18c)]):_0x503e2a['message'],_0x503e2a['failureType']&&(_0xf4ec32[_0x1cd90f(0x107)]=_0x503e2a[_0x1cd90f(0x18b)][_0x1cd90f(0x125)](/AssertError/)?_0x36be64[_0x1cd90f(0x130)]:_0x36be64['CafcP']));}if(_0x36be64['qoNbD'](_0xe883,_0x36be64[_0x1cd90f(0x15b)])){const _0x5f2954=this['getHooksListForTest'](_0x22b106[_0x1cd90f(0x131)][_0x1cd90f(0x141)]);_0x5f2954&&_0x36be64[_0x1cd90f(0x128)](_0x5f2954['length'],0x0)&&(_0xf4ec32[_0x1cd90f(0x104)]=_0x5f2954,this[_0x1cd90f(0x10f)](_0x22b106[_0x1cd90f(0x131)]['testCaseStartedId'],_0xf4ec32));}testhubUtils[_0x1cd90f(0x122)](_0xf4ec32,_0xe883,'',FRAMEWORKS[_0x1cd90f(0x12a)]);const _0x31067d={};_0x31067d[_0x1cd90f(0x18f)]=_0xe883,_0x31067d[_0x1cd90f(0x109)]=_0xf4ec32;const _0xda585c=_0x31067d;await SessionHandler[_0x1cd90f(0x153)](_0xda585c);}['updateTestStatus'](_0x57f4d4,_0xf722f8){const _0x4db1ae=a8_0xfe1cbd,_0x4ddc98={};_0x4ddc98[_0x4db1ae(0x12b)]=function(_0x5af712,_0x561880){return _0x5af712 instanceof _0x561880;},_0x4ddc98[_0x4db1ae(0x10a)]=function(_0x18ea09,_0x29b3ce){return _0x18ea09===_0x29b3ce;},_0x4ddc98[_0x4db1ae(0x12f)]=_0x4db1ae(0x15e),_0x4ddc98[_0x4db1ae(0x144)]=_0x4db1ae(0x172);const _0x37f84a=_0x4ddc98,_0x1e7efe=hooksMap[_0x57f4d4];if(_0x37f84a[_0x4db1ae(0x12b)](_0x1e7efe,Array))for(const _0x5272dd of _0x1e7efe){if(_0x37f84a[_0x4db1ae(0x10a)](_0x5272dd[_0x4db1ae(0x13f)],_0x37f84a['ljxin'])){const _0x317816=_0x37f84a['uvBwG'][_0x4db1ae(0x147)]('|');let _0x22f0d8=0x0;while(!![]){switch(_0x317816[_0x22f0d8++]){case'0':_0xf722f8['failure_reason']=_0x37f84a[_0x4db1ae(0x12b)](_0x5272dd[_0x4db1ae(0x188)],Array)?_0x5272dd[_0x4db1ae(0x188)][0x0][_0x4db1ae(0x113)]['join']('\x0a'):'';continue;case'1':_0xf722f8[_0x4db1ae(0x13f)]=_0x5272dd[_0x4db1ae(0x13f)];continue;case'2':_0xf722f8[_0x4db1ae(0x107)]=_0x5272dd[_0x4db1ae(0x107)];continue;case'3':return _0xf722f8;case'4':_0xf722f8['failure']=_0x5272dd[_0x4db1ae(0x188)];continue;}break;}}};}[a8_0xfe1cbd(0x132)](_0x3ec93c){const _0x263ce0=a8_0xfe1cbd;if(hooksMap[_0x3ec93c])return hooksMap[_0x3ec93c]['map'](_0x3fa52d=>_0x3fa52d[_0x263ce0(0x187)]);return[];}[a8_0xfe1cbd(0x129)](_0x33f338,_0x6606fa,_0x1c7490,_0x3d2eef,_0x4e6b55,_0x213507){const _0x4bae17=a8_0xfe1cbd,_0x18dda6={'pHFZb':function(_0x206acc,_0x47f9c5){return _0x206acc===_0x47f9c5;},'XIowe':_0x4bae17(0x133),'MidTM':function(_0x21a3a4,_0x39a550,_0xebfb58){return _0x21a3a4(_0x39a550,_0xebfb58);},'MbSAs':_0x4bae17(0x11b),'TcEYT':'uri','uxiMG':_0x4bae17(0x134),'jnWYk':'hook','OyyNU':_0x4bae17(0x143),'JMeyV':_0x4bae17(0xff),'ynKQP':_0x4bae17(0x12c),'RPDsi':_0x4bae17(0x13e)};try{if(_0x18dda6[_0x4bae17(0x142)](_0x1c7490,_0x18dda6[_0x4bae17(0x149)])){const _0x383662=new Date()['toISOString'](),_0x5ec3d7=hooksMap[_0x6606fa];if(!_0x5ec3d7)return;const _0x41ab42=_0x5ec3d7[_0x4bae17(0x103)](_0x3880fa=>_0x3880fa[_0x4bae17(0x187)]===_0x3d2eef['id']);if(!_0x41ab42)return;const _0x4a768a=this[_0x4bae17(0x166)](_0x33f338,_0x6606fa);_0x41ab42[_0x4bae17(0x13f)]=_0x4a768a['status'],_0x41ab42[_0x4bae17(0x11a)]=_0x383662,_0x41ab42[_0x4bae17(0x107)]=_0x4a768a[_0x4bae17(0x18b)];const _0xbd30a2={};return _0xbd30a2[_0x4bae17(0x113)]=_0x4a768a[_0x4bae17(0x179)],_0x41ab42['failure_data']=[_0xbd30a2],_0x41ab42;}const _0x51ba7d=TestDetails[_0x4bae17(0x11d)](_0x6606fa),_0x4cd810=_0x33f338['hooks']['find'](_0x3cfef8=>_0x3cfef8['id']===_0x3d2eef[_0x4bae17(0x14b)]),_0x3df820=_0x18dda6[_0x4bae17(0x154)](nestedKeyValue,_0x4cd810,[_0x18dda6[_0x4bae17(0x17c)],_0x18dda6[_0x4bae17(0x190)]]),_0x295372=new Date()[_0x4bae17(0xfe)](),_0x6d8aa2=_0x18dda6[_0x4bae17(0x14e)],_0x1275cd=_0x4cd810[_0x4bae17(0x157)]?_0x4cd810['tagExpression']['split']('\x20')['filter'](_0x53d770=>_0x53d770[_0x4bae17(0x148)]('@')):[],_0x12be50={'uuid':_0x3d2eef['id'],'type':_0x18dda6[_0x4bae17(0x114)],'hook_type':_0x213507,'name':_0x4cd810[_0x4bae17(0x12c)],'body':{'lang':_0x18dda6[_0x4bae17(0xf2)],'code':null},'tags':_0x1275cd,'test_run_id':_0x51ba7d,'scope':_0x18dda6[_0x4bae17(0x154)](nestedKeyValue,_0x4e6b55,[_0x18dda6[_0x4bae17(0x167)],_0x18dda6[_0x4bae17(0x16c)]]),'scopes':[_0x18dda6[_0x4bae17(0x154)](nestedKeyValue,_0x4e6b55,[_0x18dda6[_0x4bae17(0x167)],_0x18dda6[_0x4bae17(0x16c)]])||''],'file_name':_0x3df820,'location':_0x3df820,'vc_filepath':this['_gitConfigPath']?path[_0x4bae17(0x13d)](this[_0x4bae17(0x156)],_0x3df820):null,'result':_0x6d8aa2,'started_at':_0x295372,'framework':_0x18dda6[_0x4bae17(0x18a)]};return _0x12be50;}catch(_0x8e803d){logger[_0x4bae17(0x119)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x8e803d)+'\x20');}}async[a8_0xfe1cbd(0x158)](_0x2c7920,_0xd76f66,_0x2b784a,_0x891326,_0x157472,_0x2e1f54){const _0x4f38d3=a8_0xfe1cbd,_0x5415aa={'rFDOA':function(_0x495e91,_0x4c1a1d){return _0x495e91===_0x4c1a1d;},'dxUJU':_0x4f38d3(0x18e),'NoSzr':function(_0x10028c,_0x32d79a,_0x5d9c54){return _0x10028c(_0x32d79a,_0x5d9c54);},'NbHyl':_0x4f38d3(0x11b),'euhnG':'uri','sbDiz':_0x4f38d3(0xf3)};try{const _0x363167=_0x891326['find'](_0x1bd21d=>_0x1bd21d['id']===_0x157472);if(!_0x363167[_0x4f38d3(0x14b)])return;const _0x2a965d=this[_0x4f38d3(0x117)](_0x891326,_0x363167),_0x1eca21=this['getHookRunEventData'](_0x2c7920,_0xd76f66,_0x2b784a,_0x363167,_0x2e1f54,_0x2a965d);if(!_0x1eca21)return;_0x5415aa['rFDOA'](_0x2b784a,_0x5415aa['dxUJU'])&&(hooksMap[_0xd76f66]?hooksMap[_0xd76f66][_0x4f38d3(0x145)](_0x1eca21):hooksMap[_0xd76f66]=[_0x1eca21]);const _0x2ed17c=_0x2c7920[_0x4f38d3(0x104)][_0x4f38d3(0x103)](_0x4f6769=>_0x4f6769['id']===_0x363167[_0x4f38d3(0x14b)]),_0x36f7c4=_0x5415aa['NoSzr'](nestedKeyValue,_0x2ed17c,[_0x5415aa['NbHyl'],_0x5415aa['euhnG']]);if(!_0x36f7c4)return;else{if(_0x36f7c4[_0x4f38d3(0x148)](_0x5415aa[_0x4f38d3(0x14d)]))return;}const _0x11011f={};_0x11011f[_0x4f38d3(0x18f)]=_0x2b784a,_0x11011f[_0x4f38d3(0x13b)]=_0x1eca21;const _0x2c564e=_0x11011f;await SessionHandler[_0x4f38d3(0x153)](_0x2c564e);}catch(_0x35742e){logger[_0x4f38d3(0x119)]('Exception\x20in\x20sendHook:\x20'+util[_0x4f38d3(0x164)](_0x35742e)+'\x20');}}[a8_0xfe1cbd(0x166)](_0x6229e4,_0x3a1f87){const _0x176ae9=a8_0xfe1cbd,_0x16266f={};_0x16266f[_0x176ae9(0x17e)]=function(_0x3b7569,_0x4a0563){return _0x3b7569===_0x4a0563;},_0x16266f[_0x176ae9(0x14a)]=_0x176ae9(0x15e),_0x16266f[_0x176ae9(0x10e)]=function(_0x50f6d4,_0x132909){return _0x50f6d4===_0x132909;},_0x16266f[_0x176ae9(0x139)]=_0x176ae9(0x170),_0x16266f['RavWK']=_0x176ae9(0x15c),_0x16266f['DkMRK']=function(_0x792009,_0x53ae53){return _0x792009||_0x53ae53;};const _0x3e5b20=_0x16266f,_0x52e5cf=_0x6229e4['testStepFinished'][_0x3a1f87][_0x176ae9(0x10c)];let _0x418367,_0x2eda14;return _0x52e5cf&&_0x3e5b20[_0x176ae9(0x17e)](_0x52e5cf[_0x176ae9(0x136)][_0x176ae9(0x110)]()[_0x176ae9(0x17b)](),_0x3e5b20[_0x176ae9(0x14a)])&&(_0x418367=_0x3e5b20[_0x176ae9(0x17e)](_0x52e5cf['exception'],undefined)?_0x52e5cf[_0x176ae9(0x15d)]:_0x52e5cf['exception'][_0x176ae9(0x15d)],_0x2eda14=_0x3e5b20['zJgpD'](_0x52e5cf[_0x176ae9(0x16e)],undefined)?_0x3e5b20[_0x176ae9(0x139)]:_0x52e5cf[_0x176ae9(0x15d)]['match'](/Assert/)?_0x3e5b20[_0x176ae9(0x126)]:_0x3e5b20['gEqeu']),{'status':_0x52e5cf['status'][_0x176ae9(0x17b)](),'failureType':_0x3e5b20[_0x176ae9(0xf4)](_0x2eda14,null),'failureData':!_0x418367?null:[_0x418367]};}['getCucumberHookType'](_0x520f0e,_0x51fae9){const _0x229e5b=a8_0xfe1cbd,_0x1699dd={};_0x1699dd[_0x229e5b(0x151)]=function(_0x402ecb,_0x114ac7){return _0x402ecb===_0x114ac7;},_0x1699dd['RgdbA']=_0x229e5b(0x162),_0x1699dd[_0x229e5b(0x174)]=_0x229e5b(0xfd);const _0xd61709=_0x1699dd;let _0x42c406=![];for(const _0x3aab11 of _0x520f0e){_0x3aab11[_0x229e5b(0x15a)]&&(_0x42c406=!![]);if(_0xd61709[_0x229e5b(0x151)](_0x51fae9['id'],_0x3aab11['id']))return _0x42c406?_0xd61709[_0x229e5b(0x10d)]:_0xd61709['XhuZL'];}}[a8_0xfe1cbd(0x17f)]=(_0x49f86e,_0x35b5d0)=>{const _0x52c393=a8_0xfe1cbd,_0xc2e59b={};_0xc2e59b[_0x52c393(0x106)]=function(_0x31a3df,_0x17b2d2){return _0x31a3df===_0x17b2d2;},_0xc2e59b[_0x52c393(0x105)]=function(_0x25a6b0,_0x29382d){return _0x25a6b0===_0x29382d;},_0xc2e59b[_0x52c393(0x182)]=function(_0x1cb066,_0x53c7b0){return _0x1cb066>_0x53c7b0;};const _0x582d0d=_0xc2e59b;if(!(_0x35b5d0[_0x52c393(0xf8)]&&_0x582d0d[_0x52c393(0x182)](_0x35b5d0['astNodeIds'][_0x52c393(0x178)],0x1)))return;const _0x1c9f91=_0x35b5d0[_0x52c393(0xf8)][0x0],_0xf0055f=_0x35b5d0[_0x52c393(0xf8)][0x1],_0x37b9dd=_0x49f86e[_0x52c393(0xff)]&&_0x49f86e['feature'][_0x52c393(0x111)]?_0x49f86e[_0x52c393(0xff)]['children']:undefined;let _0x1e6cf2=[];_0x37b9dd&&_0x37b9dd[_0x52c393(0xf7)](_0x46b012=>{const _0xa8c0d1=_0x52c393,_0xb8d328={'HjbKD':function(_0x3499be,_0x21f58d){return _0x582d0d['eORub'](_0x3499be,_0x21f58d);}};if(_0x46b012['rule'])_0x46b012['rule'][_0xa8c0d1(0x111)][_0xa8c0d1(0xf7)](_0x2267ef=>{const _0x2e9489=_0xa8c0d1;if(_0x2267ef[_0x2e9489(0x115)]&&_0xb8d328[_0x2e9489(0x152)](_0x2267ef['scenario']['id'],_0x1c9f91)&&_0x2267ef['scenario'][_0x2e9489(0x159)]){const _0x266006=_0x2267ef[_0x2e9489(0x115)][_0x2e9489(0x159)][_0x2e9489(0x177)](_0x3a95e4=>_0x3a95e4['tableBody'])['find'](_0x40a0c3=>_0x40a0c3['id']===_0xf0055f);let _0x2e4104;_0x266006&&_0x266006[_0x2e9489(0x10b)]?_0x2e4104=_0x266006[_0x2e9489(0x10b)]['map'](_0x588060=>_0x588060[_0x2e9489(0x185)]):_0x2e4104=[],_0x2e4104&&(_0x1e6cf2=_0x2e4104);}});else{if(_0x46b012[_0xa8c0d1(0x115)]&&_0x582d0d[_0xa8c0d1(0x105)](_0x46b012[_0xa8c0d1(0x115)]['id'],_0x1c9f91)&&_0x46b012[_0xa8c0d1(0x115)][_0xa8c0d1(0x159)]){const _0x4cc856=_0x46b012[_0xa8c0d1(0x115)][_0xa8c0d1(0x159)]['flatMap'](_0x1b70de=>_0x1b70de['tableBody'])[_0xa8c0d1(0x103)](_0x496248=>_0x496248['id']===_0xf0055f);let _0x3b4284;_0x4cc856&&_0x4cc856[_0xa8c0d1(0x10b)]?_0x3b4284=_0x4cc856[_0xa8c0d1(0x10b)][_0xa8c0d1(0x11e)](_0x56a677=>_0x56a677[_0xa8c0d1(0x185)]):_0x3b4284=[],_0x3b4284&&(_0x1e6cf2=_0x3b4284);}}});if(_0x1e6cf2['length'])return _0x1e6cf2;return;};async['configureGit'](){const _0x124fc2=a8_0xfe1cbd,_0x794edc={'YzDeo':function(_0x39e330){return _0x39e330();}};if(this[_0x124fc2(0x168)])return this[_0x124fc2(0x156)];const _0x5963e3=await _0x794edc[_0x124fc2(0x16f)](getGitMetaData);_0x5963e3&&(this[_0x124fc2(0x156)]=_0x5963e3[_0x124fc2(0xf5)]),this['_gitConfigured']=!![];}}module[a8_0xfe1cbd(0x102)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0xfe1cbd(0xf9),a8_0xfe1cbd(0x17f),a8_0xfe1cbd(0x117),a8_0xfe1cbd(0x166),a8_0xfe1cbd(0x158),a8_0xfe1cbd(0x129),a8_0xfe1cbd(0x100)]);
|
|
1
|
+
function a8_0x48fe(){const _0x50b923=['_gitConfigured','AnLYr','getHookResult','root','cucumber','tagExpression','cgRAa','relative','examples','nanos','EquXp','OSUrF','xZgSJ','test_run','getTestUUID','AWZTB','lUtCA','flatMap','RKGjf','event_type','ZKCJd','failure_reason','testStepFinished','mLAJg','lbAqH','iFENd','igiHD','exception','Nevsx','yWbQZ','_gitConfigPath','1899580gfYwso','push','format','JgMCB','lDUQy','1626792Upidod','split','map','240030HNrSAO','HookRunStarted','message','tableBody','aLwIm','../../helpers/helper','feature','astNodeIds','bWUDN','PQGqg','oSNZk','pending','coXAC','uri','sendTestRunEventForCucumber','hooks','FAILED','1270UAuiJl','forEach','10423464bvoDFV','QbXbW','dMImQ','length','rule','toISOString','../../helpers/test-observability/constants.js','status','jrnDF','jzlET','hook_run','sendHook','jdrzB','getScenarioExamples','result','duration_in_ms','finished_at','util','toLowerCase','failureType','../../helpers/logger','UnhandledError','QAMza','includes','GECeE','HookRunFinished','failure','RBiUB','7IKWLpm','4581080pznjcm','configureGit','../../helpers/test-observability/sessionHandler','FPjQV','hookId','hXKUo','uuid','EYFQW','winstonLogger','DeZTz','hook','unknown','path','failure_data','LiNdQ','pickleStepId','javascript','AssertionError','testCaseStartedId','5454846CtsZFy','ktGgK','appendTesthubParams','cells','updateTestStatus','testStepResult','pLQqx','uploadEventData','osuAl','TestRunFinished','10326168kwmkhK','NKmcB','failure_type','NxHbz','SKIPPED','failed','HuUMz','oFIBz','wfyvf','debug','Exception\x20in\x20sendHook:\x20','YZMZM','../../helpers/testhub/utils','getCucumberHookType','3|1|2|0|4','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','BzjUE','match','4CBFbfv','children','getHookRunEventData','VpWcs','QGbJt','timestamp','scenario','MkNll','find','backtrace','name','join','sourceReference','tags','skipped','testCaseFinished'];a8_0x48fe=function(){return _0x50b923;};return a8_0x48fe();}const a8_0xe331ad=a8_0x382a;(function(_0x5e8793,_0x3ddbb7){const _0x36afcb=a8_0x382a,_0x434d04=_0x5e8793();while(!![]){try{const _0x19b3e2=-parseInt(_0x36afcb(0xf8))/0x1+parseInt(_0x36afcb(0xfd))/0x2+-parseInt(_0x36afcb(0x143))/0x3+parseInt(_0x36afcb(0x15f))/0x4*(parseInt(_0x36afcb(0x130))/0x5)+-parseInt(_0x36afcb(0x113))/0x6+parseInt(_0x36afcb(0x12f))/0x7*(parseInt(_0x36afcb(0x14d))/0x8)+parseInt(_0x36afcb(0x100))/0x9*(parseInt(_0x36afcb(0x111))/0xa);if(_0x19b3e2===_0x3ddbb7)break;else _0x434d04['push'](_0x434d04['shift']());}catch(_0x1fe5d5){_0x434d04['push'](_0x434d04['shift']());}}}(a8_0x48fe,0xe882f));const path=require(a8_0xe331ad(0x13c)),stripAnsi=require('strip-ansi'),util=require(a8_0xe331ad(0x124)),hooksMap={},SessionHandler=require(a8_0xe331ad(0x132)),testhubUtils=require(a8_0xe331ad(0x159)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0xe331ad(0x105)),logger=require(a8_0xe331ad(0x127))[a8_0xe331ad(0x138)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a8_0xe331ad(0x119)),TestDetails=require('../playwright/reporter/test-details');function a8_0x382a(_0x249d2f,_0x2e56c8){const _0x48fe9e=a8_0x48fe();return a8_0x382a=function(_0x382abe,_0x3c75e0){_0x382abe=_0x382abe-0xd6;let _0x41d4ce=_0x48fe9e[_0x382abe];return _0x41d4ce;},a8_0x382a(_0x249d2f,_0x2e56c8);}this[a8_0xe331ad(0xd9)]=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0xe331ad(0x10e)](_0x11cc3b,_0x53471c,_0x44c464,_0x2fad9a,_0x12c071){const _0x44b279=a8_0xe331ad,_0x40c379={'ktGgK':function(_0x256edc,_0x30cb92){return _0x256edc===_0x30cb92;},'xZgSJ':_0x44b279(0x110),'OSUrF':_0x44b279(0x152),'mLAJg':_0x44b279(0x151),'aLwIm':_0x44b279(0xd7),'jrnDF':function(_0x5525e2,_0x18a2da){return _0x5525e2||_0x18a2da;},'AnLYr':function(_0x40af73,_0x1c16bb){return _0x40af73+_0x1c16bb;},'osuAl':function(_0x2ba5d7,_0x3faa62){return _0x2ba5d7+_0x3faa62;},'jdrzB':function(_0x1c8904,_0x54bb3b){return _0x1c8904+_0x54bb3b;},'Nevsx':'test','jzlET':_0x44b279(0x140),'yWbQZ':_0x44b279(0xdd),'NxHbz':_0x44b279(0x10b),'PQGqg':'passed','ZcHBh':function(_0x436358,_0x159dfd){return _0x436358!==_0x159dfd;},'hXKUo':function(_0x575f5d,_0x45ecc6){return _0x575f5d/_0x45ecc6;},'PLZKM':function(_0x14a763,_0x53c5bc){return _0x14a763===_0x53c5bc;},'ZKCJd':function(_0x548faf,_0x5060d2){return _0x548faf(_0x5060d2);},'RBiUB':_0x44b279(0x13b),'QAMza':function(_0x1a5762,_0x261ba2){return _0x1a5762(_0x261ba2);},'FPjQV':_0x44b279(0x141),'AWZTB':'UnhandledError','wfyvf':_0x44b279(0x14c),'WgNHt':function(_0x46e944,_0x36ba75){return _0x46e944>_0x36ba75;}},{feature:_0x290a90,scenario:_0x2ac84d,steps:_0x212e73,uuid:_0x1c56a6,startedAt:_0xefe16,finishedAt:_0x56c6b8}=_0x40c379[_0x44b279(0x11b)](_0x12c071,{}),_0xd8fdba=this['getScenarioExamples'](_0x53471c,_0x44c464);await this[_0x44b279(0x131)]();const _0x25049a=_0xd8fdba?_0x40c379[_0x44b279(0xda)](_0x40c379[_0x44b279(0x14b)](_0x40c379[_0x44b279(0x11f)](_0x44c464[_0x44b279(0x169)],'\x20('),_0xd8fdba[_0x44b279(0x16a)](',\x20')),')'):_0x44c464[_0x44b279(0x169)],_0x29bdc6={'uuid':_0x1c56a6,'started_at':_0xefe16,'finished_at':_0x56c6b8,'type':_0x40c379[_0x44b279(0xf5)],'body':{'lang':_0x40c379[_0x44b279(0x11c)],'code':null},'name':_0x25049a,'scopes':[_0x290a90&&_0x290a90[_0x44b279(0x169)]?_0x290a90['name']:''],'tags':_0x44c464[_0x44b279(0xd6)]?_0x44c464['tags'][_0x44b279(0xff)](({name:_0x2dfd2a})=>_0x2dfd2a):[],'file_name':_0x44c464[_0x44b279(0x10d)],'location':_0x44c464['uri'],'vc_filepath':this[_0x44b279(0xf7)]&&_0x44c464[_0x44b279(0x10d)]?path[_0x44b279(0xe0)](this[_0x44b279(0xf7)],_0x44c464[_0x44b279(0x10d)]):null,'framework':_0x40c379[_0x44b279(0xf6)],'result':_0x40c379[_0x44b279(0x150)],'meta':{'feature':_0x290a90,'scenario':_0x2ac84d,'steps':_0x212e73,'examples':_0xd8fdba},'customRerunParam':{'rerun_name':_0x25049a}};if(_0x11cc3b[_0x44b279(0xd8)]&&_0x212e73){const _0x3a6033=_0x11cc3b['testCaseFinished'];let _0x51b11e=_0x40c379[_0x44b279(0x109)];_0x212e73['every'](_0x365c9d=>{const _0x5c2438=_0x44b279;if(_0x40c379[_0x5c2438(0x144)](_0x365c9d['result'],_0x40c379[_0x5c2438(0xe5)]))return _0x51b11e=_0x40c379[_0x5c2438(0xe4)],_0x3a6033[_0x5c2438(0x12d)]=_0x365c9d[_0x5c2438(0x12d)],_0x3a6033[_0x5c2438(0x126)]=_0x365c9d['failureType'],![];else{if(_0x40c379[_0x5c2438(0x144)](_0x365c9d['result'],_0x40c379[_0x5c2438(0xf0)]))return _0x51b11e=_0x40c379[_0x5c2438(0x104)],![];}return!![];}),_0x29bdc6[_0x44b279(0x123)]=new Date()[_0x44b279(0x118)](),_0x29bdc6[_0x44b279(0x121)]=_0x51b11e,_0x3a6033['timestamp']&&_0x40c379['ZcHBh'](_0x3a6033[_0x44b279(0x164)][_0x44b279(0xe2)],undefined)?_0x29bdc6['duration_in_ms']=_0x40c379[_0x44b279(0x135)](_0x3a6033['timestamp'][_0x44b279(0xe2)],0xf4240):_0x29bdc6[_0x44b279(0x122)]=undefined,_0x40c379['PLZKM'](_0x51b11e,_0x40c379[_0x44b279(0xe4)])&&(_0x29bdc6[_0x44b279(0x12d)]=[{'backtrace':[_0x3a6033[_0x44b279(0x12d)]?_0x40c379[_0x44b279(0xed)](stripAnsi,_0x3a6033[_0x44b279(0x12d)]):_0x40c379[_0x44b279(0x12e)]]}],_0x29bdc6[_0x44b279(0xee)]=_0x3a6033[_0x44b279(0x12d)]?_0x40c379[_0x44b279(0x129)](stripAnsi,_0x3a6033[_0x44b279(0x12d)]):_0x3a6033[_0x44b279(0x102)],_0x3a6033['failureType']&&(_0x29bdc6['failure_type']=_0x3a6033[_0x44b279(0x126)][_0x44b279(0x15e)](/AssertError/)?_0x40c379[_0x44b279(0x133)]:_0x40c379[_0x44b279(0xe8)]));}if(_0x40c379['PLZKM'](_0x2fad9a,_0x40c379[_0x44b279(0x155)])){const _0x1bddc5=this['getHooksListForTest'](_0x11cc3b[_0x44b279(0xd8)][_0x44b279(0x142)]);_0x1bddc5&&_0x40c379['WgNHt'](_0x1bddc5[_0x44b279(0x116)],0x0)&&(_0x29bdc6[_0x44b279(0x10f)]=_0x1bddc5,this[_0x44b279(0x147)](_0x11cc3b['testCaseFinished'][_0x44b279(0x142)],_0x29bdc6));}testhubUtils[_0x44b279(0x145)](_0x29bdc6,_0x2fad9a,'',FRAMEWORKS['CUCUMBER']);const _0x10c208={};_0x10c208[_0x44b279(0xec)]=_0x2fad9a,_0x10c208[_0x44b279(0xe6)]=_0x29bdc6;const _0x4eeb5e=_0x10c208;await SessionHandler[_0x44b279(0x14a)](_0x4eeb5e);}[a8_0xe331ad(0x147)](_0x9f8145,_0x3fc82a){const _0x55c5f8=a8_0xe331ad,_0x2e55c7={};_0x2e55c7['GECeE']=function(_0x3016ef,_0x4f6da3){return _0x3016ef instanceof _0x4f6da3;},_0x2e55c7['cgRAa']=function(_0x225624,_0x38b3e4){return _0x225624===_0x38b3e4;},_0x2e55c7['VpWcs']=_0x55c5f8(0x152),_0x2e55c7['EYFQW']=_0x55c5f8(0x15b);const _0x1656b3=_0x2e55c7,_0x231c79=hooksMap[_0x9f8145];if(_0x1656b3[_0x55c5f8(0x12b)](_0x231c79,Array))for(const _0x13dbf5 of _0x231c79){if(_0x1656b3[_0x55c5f8(0xdf)](_0x13dbf5['result'],_0x1656b3[_0x55c5f8(0x162)])){const _0x21bd5c=_0x1656b3[_0x55c5f8(0x137)]['split']('|');let _0x34a1c3=0x0;while(!![]){switch(_0x21bd5c[_0x34a1c3++]){case'0':_0x3fc82a[_0x55c5f8(0x14f)]=_0x13dbf5[_0x55c5f8(0x14f)];continue;case'1':_0x3fc82a['failure']=_0x13dbf5['failure_data'];continue;case'2':_0x3fc82a[_0x55c5f8(0xee)]=_0x1656b3[_0x55c5f8(0x12b)](_0x13dbf5[_0x55c5f8(0x13d)],Array)?_0x13dbf5['failure_data'][0x0][_0x55c5f8(0x168)][_0x55c5f8(0x16a)]('\x0a'):'';continue;case'3':_0x3fc82a['result']=_0x13dbf5[_0x55c5f8(0x121)];continue;case'4':return _0x3fc82a;}break;}}};}['getHooksListForTest'](_0x500597){const _0x3a428b=a8_0xe331ad;if(hooksMap[_0x500597])return hooksMap[_0x500597][_0x3a428b(0xff)](_0x471188=>_0x471188['uuid']);return[];}['getHookRunEventData'](_0x193be8,_0x48f6ca,_0x398bf0,_0x3503b1,_0x131adb,_0x1ec79b){const _0x104510=a8_0xe331ad,_0x4e5913={'BzjUE':function(_0x34cd95,_0x36a9e5){return _0x34cd95===_0x36a9e5;},'lbAqH':_0x104510(0x12c),'UWtOp':function(_0x203b74,_0x303aa6,_0x162a1c){return _0x203b74(_0x303aa6,_0x162a1c);},'YZMZM':_0x104510(0x16b),'coXAC':_0x104510(0x10d),'oSNZk':_0x104510(0x10b),'JgMCB':_0x104510(0x13a),'Nzbzt':_0x104510(0x140),'bWUDN':function(_0x39ac33,_0x4c2b9e,_0x551fa6){return _0x39ac33(_0x4c2b9e,_0x551fa6);},'EquXp':_0x104510(0x106),'dMImQ':'name','MkNll':function(_0xc3b837,_0x4c6566,_0x3f2d81){return _0xc3b837(_0x4c6566,_0x3f2d81);},'WwnDu':_0x104510(0xdd)};try{if(_0x4e5913[_0x104510(0x15d)](_0x398bf0,_0x4e5913[_0x104510(0xf1)])){const _0x1e2316=new Date()[_0x104510(0x118)](),_0x5c7d47=hooksMap[_0x48f6ca];if(!_0x5c7d47)return;const _0x4b7cd4=_0x5c7d47[_0x104510(0x167)](_0x46d5fa=>_0x46d5fa[_0x104510(0x136)]===_0x3503b1['id']);if(!_0x4b7cd4)return;const _0x471ddb=this[_0x104510(0xdb)](_0x193be8,_0x48f6ca);_0x4b7cd4[_0x104510(0x121)]=_0x471ddb[_0x104510(0x11a)],_0x4b7cd4['finished_at']=_0x1e2316,_0x4b7cd4[_0x104510(0x14f)]=_0x471ddb['failureType'];const _0x39c639={};return _0x39c639[_0x104510(0x168)]=_0x471ddb['failureData'],_0x4b7cd4[_0x104510(0x13d)]=[_0x39c639],_0x4b7cd4;}const _0x27075e=TestDetails[_0x104510(0xe7)](_0x48f6ca),_0x102103=_0x193be8[_0x104510(0x10f)][_0x104510(0x167)](_0x398e17=>_0x398e17['id']===_0x3503b1[_0x104510(0x134)]),_0x2a6fd6=_0x4e5913['UWtOp'](nestedKeyValue,_0x102103,[_0x4e5913[_0x104510(0x158)],_0x4e5913[_0x104510(0x10c)]]),_0x5ede89=new Date()[_0x104510(0x118)](),_0x4f5efe=_0x4e5913[_0x104510(0x10a)],_0x2fd77a=_0x102103['tagExpression']?_0x102103[_0x104510(0xde)][_0x104510(0xfe)]('\x20')['filter'](_0xcfca34=>_0xcfca34[_0x104510(0x12a)]('@')):[],_0xe24871={'uuid':_0x3503b1['id'],'type':_0x4e5913[_0x104510(0xfb)],'hook_type':_0x1ec79b,'name':_0x102103[_0x104510(0x169)],'body':{'lang':_0x4e5913['Nzbzt'],'code':null},'tags':_0x2fd77a,'test_run_id':_0x27075e,'scope':_0x4e5913[_0x104510(0x108)](nestedKeyValue,_0x131adb,[_0x4e5913[_0x104510(0xe3)],_0x4e5913[_0x104510(0x115)]]),'scopes':[_0x4e5913[_0x104510(0x166)](nestedKeyValue,_0x131adb,[_0x4e5913[_0x104510(0xe3)],_0x4e5913[_0x104510(0x115)]])||''],'file_name':_0x2a6fd6,'location':_0x2a6fd6,'vc_filepath':this['_gitConfigPath']?path[_0x104510(0xe0)](this[_0x104510(0xf7)],_0x2a6fd6):null,'result':_0x4f5efe,'started_at':_0x5ede89,'framework':_0x4e5913['WwnDu']};return _0xe24871;}catch(_0x49af19){logger[_0x104510(0x156)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x49af19)+'\x20');}}async[a8_0xe331ad(0x11e)](_0xafc26d,_0x54a262,_0x235479,_0x1bf01f,_0x1ce905,_0x4dd04d){const _0x1b2590=a8_0xe331ad,_0x4c8d5e={'lUtCA':function(_0x442d66,_0x385db4){return _0x442d66===_0x385db4;},'vymPF':_0x1b2590(0x101),'QGbJt':function(_0x6495dd,_0x14376c,_0x4146c6){return _0x6495dd(_0x14376c,_0x4146c6);},'HuUMz':_0x1b2590(0x16b),'JKesO':_0x1b2590(0x10d),'QbXbW':_0x1b2590(0x15c)};try{const _0x3b48b1=_0x1bf01f['find'](_0x134d9f=>_0x134d9f['id']===_0x1ce905);if(!_0x3b48b1[_0x1b2590(0x134)])return;const _0x162931=this[_0x1b2590(0x15a)](_0x1bf01f,_0x3b48b1),_0x141e12=this[_0x1b2590(0x161)](_0xafc26d,_0x54a262,_0x235479,_0x3b48b1,_0x4dd04d,_0x162931);if(!_0x141e12)return;_0x4c8d5e[_0x1b2590(0xe9)](_0x235479,_0x4c8d5e['vymPF'])&&(hooksMap[_0x54a262]?hooksMap[_0x54a262][_0x1b2590(0xf9)](_0x141e12):hooksMap[_0x54a262]=[_0x141e12]);const _0x48a1ca=_0xafc26d[_0x1b2590(0x10f)]['find'](_0x2bb469=>_0x2bb469['id']===_0x3b48b1[_0x1b2590(0x134)]),_0x35faa3=_0x4c8d5e[_0x1b2590(0x163)](nestedKeyValue,_0x48a1ca,[_0x4c8d5e[_0x1b2590(0x153)],_0x4c8d5e['JKesO']]);if(!_0x35faa3)return;else{if(_0x35faa3['includes'](_0x4c8d5e[_0x1b2590(0x114)]))return;}const _0x498db9={};_0x498db9[_0x1b2590(0xec)]=_0x235479,_0x498db9[_0x1b2590(0x11d)]=_0x141e12;const _0x284bd0=_0x498db9;await SessionHandler[_0x1b2590(0x14a)](_0x284bd0);}catch(_0x9ce815){logger['debug'](_0x1b2590(0x157)+util[_0x1b2590(0xfa)](_0x9ce815)+'\x20');}}['getHookResult'](_0x3adbd7,_0xb908a8){const _0x500a0f=a8_0xe331ad,_0x2785de={};_0x2785de[_0x500a0f(0xf3)]=function(_0x6b61b0,_0x5365f3){return _0x6b61b0===_0x5365f3;},_0x2785de['VQoHz']=_0x500a0f(0x152),_0x2785de[_0x500a0f(0x149)]=_0x500a0f(0x128),_0x2785de[_0x500a0f(0xf2)]=_0x500a0f(0x141),_0x2785de[_0x500a0f(0xeb)]=function(_0x5429e6,_0xd6741d){return _0x5429e6||_0xd6741d;};const _0xb0b91b=_0x2785de,_0x223ac3=_0x3adbd7[_0x500a0f(0xef)][_0xb908a8][_0x500a0f(0x148)];let _0x260861,_0x2e16b0;return _0x223ac3&&_0xb0b91b[_0x500a0f(0xf3)](_0x223ac3[_0x500a0f(0x11a)]['toString']()[_0x500a0f(0x125)](),_0xb0b91b['VQoHz'])&&(_0x260861=_0xb0b91b[_0x500a0f(0xf3)](_0x223ac3[_0x500a0f(0xf4)],undefined)?_0x223ac3[_0x500a0f(0x102)]:_0x223ac3[_0x500a0f(0xf4)][_0x500a0f(0x102)],_0x2e16b0=_0xb0b91b['igiHD'](_0x223ac3['exception'],undefined)?_0xb0b91b[_0x500a0f(0x149)]:_0x223ac3[_0x500a0f(0x102)][_0x500a0f(0x15e)](/Assert/)?_0xb0b91b['iFENd']:_0xb0b91b[_0x500a0f(0x149)]),{'status':_0x223ac3[_0x500a0f(0x11a)]['toLowerCase'](),'failureType':_0xb0b91b['RKGjf'](_0x2e16b0,null),'failureData':!_0x260861?null:[_0x260861]};}[a8_0xe331ad(0x15a)](_0x35c74f,_0x33a99a){const _0x12e949=a8_0xe331ad,_0x27eb28={};_0x27eb28[_0x12e949(0xfc)]=function(_0x356eed,_0x3bf7cb){return _0x356eed===_0x3bf7cb;},_0x27eb28['lXJmL']='AFTER_EACH',_0x27eb28[_0x12e949(0x139)]='BEFORE_EACH';const _0x2dcc4b=_0x27eb28;let _0x2900d7=![];for(const _0x57eff5 of _0x35c74f){_0x57eff5[_0x12e949(0x13f)]&&(_0x2900d7=!![]);if(_0x2dcc4b[_0x12e949(0xfc)](_0x33a99a['id'],_0x57eff5['id']))return _0x2900d7?_0x2dcc4b['lXJmL']:_0x2dcc4b[_0x12e949(0x139)];}}[a8_0xe331ad(0x120)]=(_0x4cd0fd,_0x37239a)=>{const _0x5887eb=a8_0xe331ad,_0x23b04d={};_0x23b04d['AaeIg']=function(_0x3c1b05,_0x5cddb0){return _0x3c1b05===_0x5cddb0;},_0x23b04d[_0x5887eb(0x13e)]=function(_0x34a6f2,_0x4d51ea){return _0x34a6f2===_0x4d51ea;},_0x23b04d[_0x5887eb(0x14e)]=function(_0x24faab,_0x29b037){return _0x24faab>_0x29b037;};const _0x509754=_0x23b04d;if(!(_0x37239a[_0x5887eb(0x107)]&&_0x509754[_0x5887eb(0x14e)](_0x37239a['astNodeIds'][_0x5887eb(0x116)],0x1)))return;const _0x24b04a=_0x37239a['astNodeIds'][0x0],_0xdf855f=_0x37239a[_0x5887eb(0x107)][0x1],_0x4ed223=_0x4cd0fd[_0x5887eb(0x106)]&&_0x4cd0fd[_0x5887eb(0x106)][_0x5887eb(0x160)]?_0x4cd0fd[_0x5887eb(0x106)]['children']:undefined;let _0x388217=[];_0x4ed223&&_0x4ed223[_0x5887eb(0x112)](_0x153b96=>{const _0x3ea4c3=_0x5887eb,_0x606a76={'Bqjib':function(_0x405fa1,_0x943413){return _0x509754['AaeIg'](_0x405fa1,_0x943413);}};if(_0x153b96[_0x3ea4c3(0x117)])_0x153b96[_0x3ea4c3(0x117)][_0x3ea4c3(0x160)]['forEach'](_0x316273=>{const _0x229134=_0x3ea4c3;if(_0x316273[_0x229134(0x165)]&&_0x606a76['Bqjib'](_0x316273[_0x229134(0x165)]['id'],_0x24b04a)&&_0x316273[_0x229134(0x165)][_0x229134(0xe1)]){const _0x5b5e43=_0x316273['scenario'][_0x229134(0xe1)][_0x229134(0xea)](_0x5e9152=>_0x5e9152[_0x229134(0x103)])[_0x229134(0x167)](_0x4ead44=>_0x4ead44['id']===_0xdf855f);let _0x2d38eb;_0x5b5e43&&_0x5b5e43[_0x229134(0x146)]?_0x2d38eb=_0x5b5e43[_0x229134(0x146)][_0x229134(0xff)](_0x5c8d0d=>_0x5c8d0d['value']):_0x2d38eb=[],_0x2d38eb&&(_0x388217=_0x2d38eb);}});else{if(_0x153b96['scenario']&&_0x509754[_0x3ea4c3(0x13e)](_0x153b96['scenario']['id'],_0x24b04a)&&_0x153b96[_0x3ea4c3(0x165)]['examples']){const _0x446df3=_0x153b96[_0x3ea4c3(0x165)]['examples'][_0x3ea4c3(0xea)](_0x4141e0=>_0x4141e0[_0x3ea4c3(0x103)])[_0x3ea4c3(0x167)](_0x5ecd42=>_0x5ecd42['id']===_0xdf855f);let _0x2f1dfe;_0x446df3&&_0x446df3[_0x3ea4c3(0x146)]?_0x2f1dfe=_0x446df3[_0x3ea4c3(0x146)][_0x3ea4c3(0xff)](_0x39dd7c=>_0x39dd7c['value']):_0x2f1dfe=[],_0x2f1dfe&&(_0x388217=_0x2f1dfe);}}});if(_0x388217[_0x5887eb(0x116)])return _0x388217;return;};async[a8_0xe331ad(0x131)](){const _0x1b7ac6=a8_0xe331ad,_0x14a6d2={'oFIBz':function(_0x5cf937){return _0x5cf937();}};if(this[_0x1b7ac6(0xd9)])return this[_0x1b7ac6(0xf7)];const _0x3fae7a=await _0x14a6d2[_0x1b7ac6(0x154)](getGitMetaData);_0x3fae7a&&(this[_0x1b7ac6(0xf7)]=_0x3fae7a[_0x1b7ac6(0xdc)]),this[_0x1b7ac6(0xd9)]=!![];}}module['exports']=o11yClassErrorHandler(TestObservabilityReporter,[a8_0xe331ad(0x131),a8_0xe331ad(0x120),a8_0xe331ad(0x15a),'getHookResult','sendHook',a8_0xe331ad(0x161),'sendTestRunEventForCucumber']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9_0x4674c2=a9_0x5687;(function(_0x51e0c5,_0x4c7a1b){const _0x181201=a9_0x5687,_0x1b0a19=_0x51e0c5();while(!![]){try{const _0x1bcde5=parseInt(_0x181201(0x1f0))/0x1*(-parseInt(_0x181201(0x1e3))/0x2)+parseInt(_0x181201(0x192))/0x3+parseInt(_0x181201(0x1ef))/0x4+-parseInt(_0x181201(0x1ec))/0x5*(-parseInt(_0x181201(0x1c2))/0x6)+-parseInt(_0x181201(0x155))/0x7*(-parseInt(_0x181201(0x171))/0x8)+-parseInt(_0x181201(0x16c))/0x9+parseInt(_0x181201(0x1b5))/0xa*(-parseInt(_0x181201(0x1c4))/0xb);if(_0x1bcde5===_0x4c7a1b)break;else _0x1b0a19['push'](_0x1b0a19['shift']());}catch(_0x45c44b){_0x1b0a19['push'](_0x1b0a19['shift']());}}}(a9_0x4f98,0x7f130));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x4674c2(0x1bc)),PerformanceTester=require('../../helpers/performance/performance-tester'),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a9_0x4674c2(0x18b),a9_0x4674c2(0x190)),logger=require(a9_0x4674c2(0x18f))[a9_0x4674c2(0x1be)],{shouldProcessEventForTesthub}=require(a9_0x4674c2(0x186)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x4674c2(0x1a3)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require(a9_0x4674c2(0x1cb)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x4674c2(0x16f)),scripts=require(a9_0x4674c2(0x17b)),globals=require(a9_0x4674c2(0x1ae)),testHubConstants=require(a9_0x4674c2(0x19e)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x4674c2(0x19c)),a9_0x1b6cb8={};a9_0x1b6cb8[a9_0x4674c2(0x199)]=undefined,a9_0x1b6cb8[a9_0x4674c2(0x16d)]={},a9_0x1b6cb8[a9_0x4674c2(0x1c8)]=![],a9_0x1b6cb8[a9_0x4674c2(0x16d)]['id']=undefined,a9_0x1b6cb8[a9_0x4674c2(0x16d)][a9_0x4674c2(0x173)]=undefined;const workerDetails=a9_0x1b6cb8;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x31e3a6){const _0x12f172=a9_0x4674c2,_0x476d75=workerDetails[_0x12f172(0x16d)]['testInfo'];if(!_0x476d75)return;await MyReporter[_0x12f172(0x165)](_0x476d75,_0x31e3a6);}),registerListeners=()=>{const _0xc8a644=a9_0x4674c2,_0x456850={};_0x456850[_0xc8a644(0x1c7)]=_0xc8a644(0x1c3);const _0x420c78=_0x456850;logger['debug'](_0x420c78[_0xc8a644(0x1c7)]),process[_0xc8a644(0x1b3)](_0xc8a644(0x169)+process[_0xc8a644(0x191)]),process['on'](_0xc8a644(0x169)+process['pid'],sendTestLog),PerformanceTester['startMonitoring']();};function a9_0x5687(_0x469b33,_0x178607){const _0x4f987b=a9_0x4f98();return a9_0x5687=function(_0x5687b4,_0x150213){_0x5687b4=_0x5687b4-0x146;let _0x264aa7=_0x4f987b[_0x5687b4];return _0x264aa7;},a9_0x5687(_0x469b33,_0x178607);}modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a9_0x4674c2(0x193)],AfterAll=cucumberModule[a9_0x4674c2(0x182)],BeforeAll=cucumberModule[a9_0x4674c2(0x15a)],AfterStep=cucumberModule[a9_0x4674c2(0x1bb)],configuration=process['env']['CONFIG'],bstackConfig=process[a9_0x4674c2(0x149)][a9_0x4674c2(0x162)];if(configuration!==undefined){const config=JSON[a9_0x4674c2(0x160)](configuration);isBrowserstackInfra()?(global[a9_0x4674c2(0x1c1)]=isTrue(config[a9_0x4674c2(0x1c9)]),global[a9_0x4674c2(0x1d2)]=isTrue(config[a9_0x4674c2(0x17e)])):(global['__skipSessionName']=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x4674c2(0x1ca))[a9_0x4674c2(0x1d9)](config,null,!![]):require(a9_0x4674c2(0x1ca))[a9_0x4674c2(0x1d9)](config),global['__platformCaps']=config[a9_0x4674c2(0x1a5)]||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x4674c2(0x160)](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository['setFramework'](a9_0x4674c2(0x1b8)));}global[a9_0x4674c2(0x15f)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x4674c2(0x1b4)];function a9_0x4f98(){const _0x9367a1=['thJwtToken','executeAsyncScript','\x20|\x20','error','@cucumber/cucumber/lib/index.js','nryie','test_run','yNYiq','../../helpers/logger','@cucumber/cucumber','pid','2104434TMmaYM','After','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','zNjNQ','__drivers','status','NrQUC','workerInfo','push','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','lodash','xTFRq','../../helpers/testhub/constants.js','keyWk','ZaNKk','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','split','../../helpers/test-observability/utils','getInstance','platformCaps','map','HHgKN','text','HPzfv','shutdown','coHyn','bstackA11yShouldScan','stringify','../../helpers/globals','TWHFq','NdFfW','startMonitoring','Error:\x20cleaning\x20up\x20driver:\x20','removeAllListeners','setDefaultTimeout','7838420QNWuiZ','FkyTA','Performing\x20scan\x20before\x20saving\x20results','cucumber-js','KyhPD','__sessionFailed','AfterStep','util','ApyGM','winstonLogger','Inside\x20browserstack\x20AfterAll','eNWAm','__skipSessionName','972858mPdxlT','Inside\x20browserstack\x20registerListeners','11rghErj','ubMDW','uploadEventData','hqtTd','o11ySyncDone','skipSessionName','../../index','../../helpers/test-observability/requestQueueHandler','TzUMV','getTestUUID','rwhvp','Inside\x20browserstack\x20AfterStep','OEUkI','join','__skipSessionStatus','uuid','BTDPI','0|3|1|2|4','quitCount_','shift','debug','browserstackAgentV2','BROWSERSTACK_TESTHUB_UUID','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','EByLd','initQuit','JyOya','CBTSessionCreated','Passed','timeout','yrLDl','446iXiuDS','EbHkV','passed','GqKhu','format','WBRLX','result','setTestNameForHealingContext','\x22}}','15TTwkTK','integrations','Inside\x20browserstack\x20After','3074068gSJPxt','1946QALfpR','session_','hwTNB','dMiiU','env','Failed:\x20','pickle','NLWDq','tags','IQXFI','iQyip','Inside\x20browserstack\x20BeforeAll','finally','info','gPIkW','zvZFj','2760863RFyVaw','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','ENV_VAR','event_type','isAccessibilityPlatform','BeforeAll','toString','executeScript','bstack','NrAgR','__timeout','parse','Passed:\x20','BSTACK_CONFIG','__error_messages__','failed','addTestUIDAndReportLog','MuSpv','Error:\x20sendPlatformDetails\x20at\x20After:\x20','funOn','bs:addLog:','driverCleanup','testCaseStartedId','5512833FnBLIO','currentTest','thBuildUuid','../../helpers/test-observability/sessionHandler','PgYSA','8JxdZFx','message','testInfo','getGlobal','toLowerCase','shXes','Error:\x20at\x20After:\x20','name','faIry','\x0aError:\x20','../../helpers/accessibility-automation/scripts','klQtm','pMXIX','skipSessionStatus','WYHgp','pickleStep','yKqWt','AfterAll','EnPLB','BROWSERSTACK_TESTHUB_JWT','length','../../helpers/testhub/utils'];a9_0x4f98=function(){return _0x9367a1;};return a9_0x4f98();}cucumberModule[a9_0x4674c2(0x1b4)]=_0x11430d=>{const _0x312c08=a9_0x4674c2,_0x3e63a1={'NrQUC':function(_0x29342c,_0x38f5de){return _0x29342c(_0x38f5de);}};global[_0x312c08(0x15f)]=_0x11430d,_0x3e63a1[_0x312c08(0x198)](__setDefaultTimeout,_0x11430d);};const a9_0x33fc80={};a9_0x33fc80[a9_0x4674c2(0x178)]='bstack',BeforeAll(a9_0x33fc80,function(){const _0x46a527=a9_0x4674c2,_0x35113f={'NdFfW':function(_0x35ff06,_0x46982a,_0x4fc957,_0x1c00d9){return _0x35ff06(_0x46982a,_0x4fc957,_0x1c00d9);},'rdOpr':_0x46a527(0x164),'keyWk':'\x20|\x20','EnPLB':function(_0x44c66b,_0x2940fb,_0xd6af79){return _0x44c66b(_0x2940fb,_0xd6af79);},'funOn':_0x46a527(0x1e5),'dMiiU':_0x46a527(0x150),'yNYiq':function(_0xa689e3){return _0xa689e3();},'eNWAm':function(_0x53430f){return _0x53430f();},'hwTNB':function(_0x36c0ea,_0x47a40a){return _0x36c0ea(_0x47a40a);}};PerformanceTester[_0x46a527(0x1b1)](),logger['debug'](_0x35113f[_0x46a527(0x148)]),global['__error_messages__']=[],global[_0x46a527(0x1ba)]=![],_0x35113f[_0x46a527(0x18e)](shouldProcessEventForTesthub)&&(_0x35113f[_0x46a527(0x1c0)](registerListeners),_0x35113f[_0x46a527(0x147)](addRequestSpy,![])),global[_0x46a527(0x16a)]=async()=>{const _0x202ab1=_0x46a527;let _0x441546=![];try{await global[_0x202ab1(0x196)][0x0][_0x202ab1(0x146)],_0x441546=!![],global[_0x202ab1(0x1ba)]?await _0x35113f[_0x202ab1(0x1b0)](markSessionStatus,global['__drivers'][0x0],_0x35113f['rdOpr'],global[_0x202ab1(0x163)][_0x202ab1(0x1d1)](_0x35113f[_0x202ab1(0x19f)])):await _0x35113f[_0x202ab1(0x183)](markSessionStatus,global['__drivers'][0x0],_0x35113f[_0x202ab1(0x168)]);}catch(_0x1f7b28){logger[_0x202ab1(0x1d8)](_0x202ab1(0x1b2)+_0x1f7b28);}global[_0x202ab1(0x163)]=[],global[_0x202ab1(0x1ba)]=![];if(_0x441546)try{await global[_0x202ab1(0x196)][0x0]['initQuit']();}catch(_0x56db02){logger[_0x202ab1(0x1d8)](_0x202ab1(0x156)+_0x56db02);}};});const a9_0x2fcc76={};a9_0x2fcc76[a9_0x4674c2(0x178)]=a9_0x4674c2(0x15d),a9_0x2fcc76[a9_0x4674c2(0x1e1)]=0x2710,Before(a9_0x2fcc76,function(_0x5158f7,_0x4baaa4){const _0x20623c=a9_0x4674c2,_0x371cfe={'EByLd':function(_0x2fbf44,_0x13feeb){return _0x2fbf44>_0x13feeb;},'NuKMU':function(_0x5b4ab4,_0x4ad74c){return _0x5b4ab4(_0x4ad74c);},'IQXFI':function(_0x2d81f8,_0x2bcdc3,_0xe0115c,_0x24e38a){return _0x2d81f8(_0x2bcdc3,_0xe0115c,_0x24e38a);},'WYHgp':_0x20623c(0x1ac),'HPzfv':function(_0x3c0c6b){return _0x3c0c6b();},'pMXIX':'Inside\x20browserstack\x20Before'};commandRepository[_0x20623c(0x1ea)](_0x5158f7[_0x20623c(0x14b)][_0x20623c(0x178)]),logger[_0x20623c(0x1d8)](_0x371cfe[_0x20623c(0x17d)]),new Promise(async _0x11ec7d=>{const _0x25686a=_0x20623c;try{_0x371cfe['EByLd'](global[_0x25686a(0x196)][_0x25686a(0x185)],0x1)&&(await global[_0x25686a(0x16a)](),global[_0x25686a(0x196)][_0x25686a(0x1d7)]()),global['__drivers'][0x0][_0x25686a(0x1d6)]&&_0x371cfe[_0x25686a(0x1dc)](global[_0x25686a(0x196)][0x0][_0x25686a(0x1d6)],0x0)&&await global[_0x25686a(0x16a)]();}catch(_0xc1c27f){logger[_0x25686a(0x1d8)]('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0xc1c27f);}workerDetails['currentTest']['testInfo']=_0x5158f7[_0x25686a(0x16b)];try{if(!_0x371cfe['NuKMU'](isUndefined,_0x5158f7['pickle'][_0x25686a(0x14d)])){const _0x3d1e3e=_0x371cfe[_0x25686a(0x14e)](shouldScanTestForAccessibility,null,![],_0x5158f7[_0x25686a(0x14b)][_0x25686a(0x14d)][_0x25686a(0x1a6)](({name:_0x411da7})=>_0x411da7));globals['setGlobal'](_0x371cfe[_0x25686a(0x17f)],_0x3d1e3e);}}catch(_0x2dda83){logger['debug']('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util['format'](_0x2dda83));}_0x371cfe[_0x25686a(0x1a9)](_0x11ec7d);})[_0x20623c(0x151)](_0x4baaa4);});const a9_0x11b79a={};a9_0x11b79a[a9_0x4674c2(0x178)]=a9_0x4674c2(0x15d),a9_0x11b79a[a9_0x4674c2(0x1e1)]=0x2710,After(a9_0x11b79a,function(_0x438313,_0x26ab26){const _0x5085e8=a9_0x4674c2,_0x39bce0={'ZaNKk':_0x5085e8(0x1d5),'xTFRq':function(_0x5b426b,_0x2a0d7d){return _0x5b426b>_0x2a0d7d;},'HHgKN':function(_0x5c7c12,_0x6af952){return _0x5c7c12===_0x6af952;},'yrLDl':_0x5085e8(0x164),'PgYSA':function(_0x325e2f,_0x1fa42d,_0x50621f,_0x40647f){return _0x325e2f(_0x1fa42d,_0x50621f,_0x40647f);},'SGfgP':_0x5085e8(0x189),'nryie':function(_0x26d5f4,_0x193bc3,_0x256ff4){return _0x26d5f4(_0x193bc3,_0x256ff4);},'zvZFj':_0x5085e8(0x1e5),'ubMDW':function(_0x196648){return _0x196648();},'BTDPI':function(_0x2a40f6,_0x140433,_0x349530,_0x32b4dd){return _0x2a40f6(_0x140433,_0x349530,_0x32b4dd);},'FkyTA':_0x5085e8(0x1df),'TzUMV':_0x5085e8(0x159),'OEUkI':'bstackA11yShouldScan','rwhvp':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','gPIkW':_0x5085e8(0x1b7),'ifvLd':_0x5085e8(0x1a1),'MInlw':function(_0x10cc4b){return _0x10cc4b();},'EbHkV':_0x5085e8(0x1ee)};logger['debug'](_0x39bce0[_0x5085e8(0x1e4)]),workerDetails[_0x5085e8(0x16d)][_0x5085e8(0x173)]=_0x438313[_0x5085e8(0x16b)],new Promise(async _0x67b850=>{const _0x456cf7=_0x5085e8;let _0x1f9605=![];try{const _0x14791a=_0x39bce0[_0x456cf7(0x1a0)][_0x456cf7(0x1a2)]('|');let _0x4f18dd=0x0;while(!![]){switch(_0x14791a[_0x4f18dd++]){case'0':_0x39bce0[_0x456cf7(0x19d)](global[_0x456cf7(0x196)]['length'],0x1)&&(await global[_0x456cf7(0x16a)](),global[_0x456cf7(0x196)][_0x456cf7(0x1d7)](),global['__error_messages__']=[],global[_0x456cf7(0x1ba)]=![]);continue;case'1':_0x1f9605=!![];continue;case'2':!global[_0x456cf7(0x1c1)]&&await global[_0x456cf7(0x196)][0x0][_0x456cf7(0x15c)](_0x456cf7(0x1db)+_0x438313[_0x456cf7(0x14b)][_0x456cf7(0x178)]+_0x456cf7(0x1eb));continue;case'3':await global[_0x456cf7(0x196)][0x0][_0x456cf7(0x146)];continue;case'4':if(_0x39bce0[_0x456cf7(0x1a7)](_0x438313[_0x456cf7(0x1e9)][_0x456cf7(0x197)][_0x456cf7(0x15b)]()[_0x456cf7(0x175)](),_0x39bce0['yrLDl'])||_0x39bce0[_0x456cf7(0x1a7)](_0x438313[_0x456cf7(0x1e9)][_0x456cf7(0x197)][_0x456cf7(0x15b)]()[_0x456cf7(0x175)](),'6')){try{global[_0x456cf7(0x163)][_0x456cf7(0x19a)](_0x438313[_0x456cf7(0x1e9)][_0x456cf7(0x172)]);}catch(_0x575b4d){logger[_0x456cf7(0x1d8)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x575b4d);}await _0x39bce0[_0x456cf7(0x170)](markSessionStatus,global['__drivers'][0x0],_0x39bce0[_0x456cf7(0x1e2)],global[_0x456cf7(0x163)]['join'](_0x39bce0['SGfgP']));}else await _0x39bce0[_0x456cf7(0x18c)](markSessionStatus,global[_0x456cf7(0x196)][0x0],_0x39bce0[_0x456cf7(0x154)]);continue;}break;}}catch(_0x4aa7ad){logger[_0x456cf7(0x1d8)](_0x456cf7(0x177)+util['format'](_0x4aa7ad));}try{if(_0x39bce0[_0x456cf7(0x1c5)](shouldProcessEventForTesthub)){const _0x48c909=TestDetails[_0x456cf7(0x1cd)](_0x438313[_0x456cf7(0x16b)]),_0x2a8c47=await _0x39bce0[_0x456cf7(0x1d4)](sendPlatformDetails,global[_0x456cf7(0x196)][0x0],_0x48c909,!![]),_0x43b1ca={};_0x43b1ca[_0x456cf7(0x1d3)]=_0x48c909,_0x43b1ca[_0x456cf7(0x1ed)]=_0x2a8c47;const _0x2f85db=_0x43b1ca,_0x2f9a3e={};_0x2f9a3e[_0x456cf7(0x158)]=_0x39bce0[_0x456cf7(0x1b6)],_0x2f9a3e[_0x456cf7(0x18d)]=_0x2f85db,await SessionHandler[_0x456cf7(0x1c6)](_0x2f9a3e);}}catch(_0x1eb919){logger[_0x456cf7(0x1d8)](_0x456cf7(0x167)+util['format'](_0x1eb919));}try{if(globals[_0x456cf7(0x174)](_0x39bce0[_0x456cf7(0x1cc)])&&globals[_0x456cf7(0x174)](_0x39bce0[_0x456cf7(0x1d0)])){logger['info'](_0x39bce0[_0x456cf7(0x1ce)]);const _0x5a2b80=TestDetails['getTestUUID'](_0x438313[_0x456cf7(0x16b)]),_0x109b3c={};_0x109b3c['thTestRunUuid']=_0x5a2b80,_0x109b3c[_0x456cf7(0x16e)]=process[_0x456cf7(0x149)][testHubConstants[_0x456cf7(0x157)][_0x456cf7(0x1da)]],_0x109b3c[_0x456cf7(0x187)]=process[_0x456cf7(0x149)][testHubConstants['ENV_VAR'][_0x456cf7(0x184)]];const _0x263490=_0x109b3c;logger['debug'](_0x456cf7(0x194)+JSON[_0x456cf7(0x1ad)](_0x263490)),logger[_0x456cf7(0x1d8)](_0x39bce0[_0x456cf7(0x153)]),logger[_0x456cf7(0x1d8)](util[_0x456cf7(0x1e7)](await global[_0x456cf7(0x196)][0x0][_0x456cf7(0x188)](scripts['performScan'],{'method':global['browserstackSessionName']}))),await global['__drivers'][0x0]['executeAsyncScript'](scripts['saveTestResults'],_0x263490),logger[_0x456cf7(0x152)](_0x39bce0['ifvLd']);}}catch(_0x3cfe85){logger[_0x456cf7(0x18a)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x456cf7(0x1e7)]);}if(_0x1f9605)try{global[_0x456cf7(0x196)][0x0]&&_0x39bce0['xTFRq'](global[_0x456cf7(0x196)][0x0]['quitCount_'],0x0)&&await global[_0x456cf7(0x196)][0x0][_0x456cf7(0x1dd)]();}catch(_0x18303c){logger[_0x456cf7(0x1d8)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x18303c);}_0x39bce0['MInlw'](_0x67b850);})['finally'](()=>_0x26ab26());});const a9_0x1ba6c0={};a9_0x1ba6c0[a9_0x4674c2(0x178)]=a9_0x4674c2(0x15d),a9_0x1ba6c0['timeout']=0x2710,AfterStep(a9_0x1ba6c0,function(_0x2d2ace,_0x487e85){const _0x394b6e=a9_0x4674c2,_0x1cea1a={'JyOya':function(_0x22c815,_0x256b89){return _0x22c815===_0x256b89;},'WBRLX':_0x394b6e(0x164),'ApyGM':function(_0x18b0f4,_0x4e0ce1){return _0x18b0f4===_0x4e0ce1;},'NLWDq':function(_0x406afc,_0x4cfdf6){return _0x406afc!==_0x4cfdf6;},'TWHFq':function(_0x18bdcb,_0x1f47ef,_0x1e7ec2){return _0x18bdcb(_0x1f47ef,_0x1e7ec2);},'shXes':function(_0x279928,_0x509cb1){return _0x279928+_0x509cb1;},'NrAgR':function(_0x59a21e,_0x2470af){return _0x59a21e+_0x2470af;},'iQyip':_0x394b6e(0x14a),'zNjNQ':_0x394b6e(0x17a),'MuSpv':_0x394b6e(0x18a),'faIry':function(_0x15a868,_0x3d7542){return _0x15a868!==_0x3d7542;},'pfrqi':_0x394b6e(0x161),'zKTpN':_0x394b6e(0x152),'GqKhu':function(_0x3da975,_0x2d79b5,_0x11063e){return _0x3da975(_0x2d79b5,_0x11063e);},'KyhPD':_0x394b6e(0x1e0),'klQtm':function(_0x59b76c){return _0x59b76c();},'coHyn':_0x394b6e(0x1cf)};logger[_0x394b6e(0x1d8)](_0x1cea1a[_0x394b6e(0x1ab)]);const _0x44a446=async(_0x13437f,_0x32e02f)=>{const _0x3ad076=_0x394b6e;await global[_0x3ad076(0x196)][0x0][_0x3ad076(0x15c)](_0x3ad076(0x19b)+_0x13437f+',\x22level\x22:\x20\x22'+_0x32e02f+_0x3ad076(0x1eb));};new Promise(async _0x3067dd=>{const _0x132a70=_0x394b6e;try{_0x1cea1a[_0x132a70(0x1de)](_0x2d2ace[_0x132a70(0x1e9)][_0x132a70(0x197)]['toString']()['toLowerCase'](),_0x1cea1a[_0x132a70(0x1e8)])||_0x1cea1a[_0x132a70(0x1bd)](_0x2d2ace[_0x132a70(0x1e9)][_0x132a70(0x197)][_0x132a70(0x15b)]()['toLowerCase'](),'6')?(global[_0x132a70(0x1ba)]=!![],global[_0x132a70(0x163)][_0x132a70(0x19a)](_0x2d2ace[_0x132a70(0x1e9)]['message']),_0x1cea1a[_0x132a70(0x14c)](_0x2d2ace['pickleStep'],undefined)?await _0x1cea1a[_0x132a70(0x1af)](_0x44a446,JSON[_0x132a70(0x1ad)](_0x1cea1a['shXes'](_0x1cea1a[_0x132a70(0x176)](_0x1cea1a[_0x132a70(0x15e)](_0x1cea1a[_0x132a70(0x14f)],'\x22'+_0x2d2ace[_0x132a70(0x180)][_0x132a70(0x1a8)]+'\x22\x20'),_0x1cea1a[_0x132a70(0x195)]),_0x2d2ace[_0x132a70(0x1e9)][_0x132a70(0x172)])),_0x1cea1a['MuSpv']):await _0x1cea1a[_0x132a70(0x1af)](_0x44a446,JSON['stringify'](_0x1cea1a[_0x132a70(0x15e)](_0x1cea1a['iQyip'],_0x2d2ace[_0x132a70(0x1e9)]['message'])),_0x1cea1a[_0x132a70(0x166)])):_0x1cea1a[_0x132a70(0x179)](_0x2d2ace[_0x132a70(0x180)],undefined)?await _0x1cea1a[_0x132a70(0x1af)](_0x44a446,JSON[_0x132a70(0x1ad)](_0x1cea1a[_0x132a70(0x15e)](_0x1cea1a['pfrqi'],'\x22'+_0x2d2ace[_0x132a70(0x180)][_0x132a70(0x1a8)]+'\x22')),_0x1cea1a['zKTpN']):await _0x1cea1a[_0x132a70(0x1e6)](_0x44a446,JSON[_0x132a70(0x1ad)](_0x1cea1a[_0x132a70(0x1b9)]),_0x1cea1a['zKTpN']);}catch(_0x21f20a){logger[_0x132a70(0x1d8)]('Error:\x20at\x20After\x20Step:\x20'+_0x21f20a);}_0x1cea1a[_0x132a70(0x17c)](_0x3067dd);})[_0x394b6e(0x151)](()=>_0x487e85());});const a9_0x2af726={};a9_0x2af726[a9_0x4674c2(0x178)]=a9_0x4674c2(0x15d),a9_0x2af726[a9_0x4674c2(0x1e1)]=0x7530,AfterAll(a9_0x2af726,async function(_0x3d5805,_0x293066){const _0x33d8f1=a9_0x4674c2,_0x67db63={'yKqWt':function(_0x5196e1){return _0x5196e1();},'cJoWh':_0x33d8f1(0x1bf)};logger[_0x33d8f1(0x1d8)](_0x67db63['cJoWh']),await new Promise(async _0x1fd74c=>{const _0x3d9791=_0x33d8f1;await RequestQueueHandler[_0x3d9791(0x1a4)]()[_0x3d9791(0x1aa)](),PerformanceTester['stopMonitoring'](),await global[_0x3d9791(0x16a)](),_0x67db63[_0x3d9791(0x181)](_0x1fd74c);});});
|
|
1
|
+
const a9_0x22d233=a9_0x797b;(function(_0x32106a,_0x4aeba0){const _0x10c246=a9_0x797b,_0x21a672=_0x32106a();while(!![]){try{const _0x331963=parseInt(_0x10c246(0x229))/0x1*(parseInt(_0x10c246(0x1e6))/0x2)+-parseInt(_0x10c246(0x235))/0x3*(-parseInt(_0x10c246(0x22c))/0x4)+parseInt(_0x10c246(0x236))/0x5+-parseInt(_0x10c246(0x1dd))/0x6+parseInt(_0x10c246(0x251))/0x7+-parseInt(_0x10c246(0x20d))/0x8*(-parseInt(_0x10c246(0x222))/0x9)+-parseInt(_0x10c246(0x1e5))/0xa*(parseInt(_0x10c246(0x257))/0xb);if(_0x331963===_0x4aeba0)break;else _0x21a672['push'](_0x21a672['shift']());}catch(_0xe77244){_0x21a672['push'](_0x21a672['shift']());}}}(a9_0x46a4,0x9edcc));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),setKeepAlive=require(a9_0x22d233(0x203)),util=require('util'),PerformanceTester=require(a9_0x22d233(0x1eb)),{commandRepository}=require(a9_0x22d233(0x1ec)),cucumberModule=requireModule(a9_0x22d233(0x238),a9_0x22d233(0x245)),logger=require(a9_0x22d233(0x25d))[a9_0x22d233(0x227)],{shouldProcessEventForTesthub}=require(a9_0x22d233(0x266)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x22d233(0x1f4)),TestDetails=require(a9_0x22d233(0x220)),RequestQueueHandler=require(a9_0x22d233(0x1e9)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x22d233(0x27b)),scripts=require(a9_0x22d233(0x272)),globals=require(a9_0x22d233(0x211)),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x22d233(0x231)),{isUndefined}=require(a9_0x22d233(0x261)),a9_0x5be81f={};a9_0x5be81f['workerInfo']=undefined,a9_0x5be81f[a9_0x22d233(0x204)]={},a9_0x5be81f[a9_0x22d233(0x1e7)]=![],a9_0x5be81f[a9_0x22d233(0x204)]['id']=undefined,a9_0x5be81f[a9_0x22d233(0x204)]['testInfo']=undefined;const workerDetails=a9_0x5be81f;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x139f36){const _0x404e88=a9_0x22d233,_0x3dc2d8=workerDetails[_0x404e88(0x204)][_0x404e88(0x1e2)];if(!_0x3dc2d8)return;await MyReporter[_0x404e88(0x25b)](_0x3dc2d8,_0x139f36);}),registerListeners=()=>{const _0x589768=a9_0x22d233,_0x10ec80={};_0x10ec80['TEmer']=_0x589768(0x209);const _0x4b7564=_0x10ec80;logger[_0x589768(0x1ef)](_0x4b7564[_0x589768(0x1db)]),process[_0x589768(0x267)](_0x589768(0x250)+process['pid']),process['on'](_0x589768(0x250)+process[_0x589768(0x26c)],sendTestLog),PerformanceTester[_0x589768(0x27c)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a9_0x22d233(0x213)],AfterAll=cucumberModule[a9_0x22d233(0x21a)],BeforeAll=cucumberModule[a9_0x22d233(0x254)],AfterStep=cucumberModule[a9_0x22d233(0x278)],configuration=process['env'][a9_0x22d233(0x276)],bstackConfig=process[a9_0x22d233(0x25f)][a9_0x22d233(0x23e)];if(configuration!==undefined){const config=JSON[a9_0x22d233(0x214)](configuration);isBrowserstackInfra()?(global[a9_0x22d233(0x246)]=isTrue(config[a9_0x22d233(0x205)]),global[a9_0x22d233(0x26b)]=isTrue(config['skipSessionStatus'])):(global[a9_0x22d233(0x246)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x22d233(0x232))[a9_0x22d233(0x23c)](config,null,!![]):require('../../index')[a9_0x22d233(0x23c)](config),global[a9_0x22d233(0x201)]=config[a9_0x22d233(0x23b)]||{};}function a9_0x46a4(){const _0x5d632a=['toString','addTestUIDAndReportLog','passed','../../helpers/logger','getGlobal','env','shutdown','lodash','Error:\x20sendPlatformDetails\x20at\x20After:\x20','BROWSERSTACK_TESTHUB_JWT','hFNsh','\x20|\x20','../../helpers/testhub/utils','removeAllListeners','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20AfterStep','CBTSessionCreated','__skipSessionStatus','pid','jxfHw','yyfRL','BJqBy','stringify','thTestRunUuid','../../helpers/accessibility-automation/scripts','push','Inside\x20browserstack\x20AfterAll','result','CONFIG','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','AfterStep','error','qirvT','../../helpers/test-observability/sessionHandler','startMonitoring',',\x22level\x22:\x20\x22','Passed:\x20','Failed:\x20','VCmyE','FJnIE','IVYJF','name','tabpY','bwFBb','TEmer','OQFKu','3147780iTkVcj','shift','Inside\x20browserstack\x20After','integrations','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','testInfo','hGuGQ','JkRNB','18818270VbIeIT','17198DGIaJB','o11ySyncDone','sPutp','../../helpers/test-observability/requestQueueHandler','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/performance/performance-tester','../../helpers/ai-sdk/autoHealHelper','executeScript','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','debug','cucumber-js','failed','QaBDJ','JNDwf','../../helpers/test-observability/utils','finally','event_type','format','HLpBz','Passed','bstack','join','1|2|0|4|3','quitCount_','MWEMd','Error:\x20quiting\x20driver\x20at\x20After:\x20','yxkZl','__platformCaps','rkMhB','../../helpers/setKeepAlive','currentTest','skipSessionName','setDefaultTimeout','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','tags','Inside\x20browserstack\x20registerListeners','bstackA11yShouldScan','Uapvt','__drivers','10070976IxtrmP','VTTvF','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','erMjq','../../helpers/globals','executeAsyncScript','After','parse','setGlobal','pickleStep','getInstance','Cthri','setConfig','AfterAll','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','testCaseStartedId','__error_messages__','wFjWi','qRBOG','../playwright/reporter/test-details.js','GADsn','9PjSGzn','uploadEventData','__timeout','browserstackSessionName','IkvsC','winstonLogger','map','142VHPVZY','ePfWt','HzBya','2523844qmrUQD','toLowerCase','pickle','SBBZH','mOMyS','../../helpers/accessibility-automation/helper','../../index','setTestNameForHealingContext','BROWSERSTACK_TESTHUB_UUID','6BoWnOY','3143500ZxlMFT','Performing\x20scan\x20before\x20saving\x20results','@cucumber/cucumber/lib/index.js','stopMonitoring','\x22}}','platformCaps','browserstackAgentV2','bMgnS','BSTACK_CONFIG','tvxZl','jJalG','__sessionFailed','text','message','driverCleanup','@cucumber/cucumber','__skipSessionName','GDBtl','length','thMtX','FDzJi','EqGAX','setFramework','MBcAe','status','info','bs:addLog:','3979024MeQXPk','timeout','KnuYc','BeforeAll','Inside\x20browserstack\x20BeforeAll','TjIak','22wBbjxa','session_','ENV_VAR'];a9_0x46a4=function(){return _0x5d632a;};return a9_0x46a4();}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x22d233(0x214)](bstackConfig);browserStackConfig&&(commandRepository[a9_0x22d233(0x219)](browserStackConfig),commandRepository[a9_0x22d233(0x24c)](a9_0x22d233(0x1f0)));}global[a9_0x22d233(0x224)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x22d233(0x206)];cucumberModule[a9_0x22d233(0x206)]=_0x33fb76=>{const _0x18bc61=a9_0x22d233,_0x463ac6={'VCmyE':function(_0x5b7699,_0x2d3662){return _0x5b7699(_0x2d3662);}};global[_0x18bc61(0x224)]=_0x33fb76,_0x463ac6[_0x18bc61(0x280)](__setDefaultTimeout,_0x33fb76);};const a9_0x2f6383={};a9_0x2f6383[a9_0x22d233(0x1d8)]=a9_0x22d233(0x1fa),BeforeAll(a9_0x2f6383,function(){const _0x589b6f=a9_0x22d233,_0x1e7ee4={'lrWPx':function(_0x4ffbb3,_0x38aa32,_0x11bccb,_0x575df9){return _0x4ffbb3(_0x38aa32,_0x11bccb,_0x575df9);},'KnuYc':_0x589b6f(0x1f1),'snWiG':_0x589b6f(0x265),'GDBtl':function(_0x97b776,_0x24d4ad,_0x282071){return _0x97b776(_0x24d4ad,_0x282071);},'Uapvt':_0x589b6f(0x25c),'ePfWt':_0x589b6f(0x255),'BJqBy':function(_0x1aed6d){return _0x1aed6d();},'QaBDJ':function(_0x14ac71,_0x43e348){return _0x14ac71(_0x43e348);}};PerformanceTester[_0x589b6f(0x27c)](),logger['debug'](_0x1e7ee4[_0x589b6f(0x22a)]),global[_0x589b6f(0x21d)]=[],global[_0x589b6f(0x241)]=![],_0x1e7ee4[_0x589b6f(0x26f)](shouldProcessEventForTesthub)&&(_0x1e7ee4['BJqBy'](registerListeners),_0x1e7ee4[_0x589b6f(0x1f2)](addRequestSpy,![])),global[_0x589b6f(0x244)]=async()=>{const _0x32c913=_0x589b6f;let _0x3dcd8f=![];try{await global[_0x32c913(0x20c)][0x0][_0x32c913(0x258)],_0x3dcd8f=!![],global['__sessionFailed']?await _0x1e7ee4['lrWPx'](markSessionStatus,global[_0x32c913(0x20c)][0x0],_0x1e7ee4[_0x32c913(0x253)],global[_0x32c913(0x21d)][_0x32c913(0x1fb)](_0x1e7ee4['snWiG'])):await _0x1e7ee4[_0x32c913(0x247)](markSessionStatus,global[_0x32c913(0x20c)][0x0],_0x1e7ee4[_0x32c913(0x20b)]);}catch(_0xfe2ba){logger[_0x32c913(0x1ef)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0xfe2ba);}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x3dcd8f)try{await global[_0x32c913(0x20c)][0x0]['initQuit']();}catch(_0x48dbc2){logger['debug'](_0x32c913(0x207)+_0x48dbc2);}};});const a9_0x42b20f={};a9_0x42b20f['name']=a9_0x22d233(0x1fa),a9_0x42b20f['timeout']=0x2710,Before(a9_0x42b20f,function(_0x1faa57,_0x2b03b1){const _0x3d008d=a9_0x22d233,_0x435f5a={'IVYJF':function(_0xff3a1e,_0xad2a3c){return _0xff3a1e>_0xad2a3c;},'rtBNK':function(_0x5f329f,_0x452a87){return _0x5f329f(_0x452a87);},'MBcAe':function(_0x515418,_0x30d387,_0x45cb12,_0x431ef3){return _0x515418(_0x30d387,_0x45cb12,_0x431ef3);},'hFNsh':'bstackA11yShouldScan','bwFBb':function(_0x124b6e){return _0x124b6e();},'thMtX':'Inside\x20browserstack\x20Before'};commandRepository[_0x3d008d(0x233)](_0x1faa57[_0x3d008d(0x22e)][_0x3d008d(0x1d8)]),logger[_0x3d008d(0x1ef)](_0x435f5a[_0x3d008d(0x249)]),new Promise(async _0x2802df=>{const _0x4a386f=_0x3d008d;try{_0x435f5a[_0x4a386f(0x1d7)](global[_0x4a386f(0x20c)][_0x4a386f(0x248)],0x1)&&(await global[_0x4a386f(0x244)](),global['__drivers'][_0x4a386f(0x1de)]()),global['__drivers'][0x0][_0x4a386f(0x1fd)]&&_0x435f5a[_0x4a386f(0x1d7)](global[_0x4a386f(0x20c)][0x0][_0x4a386f(0x1fd)],0x0)&&await global[_0x4a386f(0x244)]();}catch(_0xc297de){logger[_0x4a386f(0x1ef)](_0x4a386f(0x1e1)+_0xc297de);}workerDetails[_0x4a386f(0x204)]['testInfo']=_0x1faa57[_0x4a386f(0x21c)];try{if(!_0x435f5a['rtBNK'](isUndefined,_0x1faa57['pickle'][_0x4a386f(0x208)])){const _0x9fcbac=_0x435f5a[_0x4a386f(0x24d)](shouldScanTestForAccessibility,null,![],_0x1faa57[_0x4a386f(0x22e)][_0x4a386f(0x208)][_0x4a386f(0x228)](({name:_0x4d2e66})=>_0x4d2e66));globals[_0x4a386f(0x215)](_0x435f5a[_0x4a386f(0x264)],_0x9fcbac);}}catch(_0x15168b){logger[_0x4a386f(0x1ef)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x4a386f(0x1f7)](_0x15168b));}_0x435f5a[_0x4a386f(0x1da)](_0x2802df);})['finally'](_0x2b03b1);});function a9_0x797b(_0x56e367,_0x5085f5){const _0x46a40a=a9_0x46a4();return a9_0x797b=function(_0x797b0,_0x4d91ff){_0x797b0=_0x797b0-0x1d6;let _0x8cfedd=_0x46a40a[_0x797b0];return _0x8cfedd;},a9_0x797b(_0x56e367,_0x5085f5);}const a9_0x4f90fb={};a9_0x4f90fb[a9_0x22d233(0x1d8)]=a9_0x22d233(0x1fa),a9_0x4f90fb[a9_0x22d233(0x252)]=0x2710,After(a9_0x4f90fb,function(_0xa80e49,_0x252ff2){const _0x3109a5=a9_0x22d233,_0x1601fd={'FDzJi':_0x3109a5(0x1fc),'mOMyS':function(_0x3db5b6,_0x32b557){return _0x3db5b6>_0x32b557;},'qirvT':function(_0x4133fb,_0x357adb){return _0x4133fb===_0x357adb;},'SBBZH':_0x3109a5(0x1f1),'EqGAX':function(_0x335c1c,_0x5a4a68,_0x1902a2,_0x3efa7c){return _0x335c1c(_0x5a4a68,_0x1902a2,_0x3efa7c);},'rkMhB':_0x3109a5(0x265),'jJalG':function(_0x279595,_0xd3ac17,_0x629159){return _0x279595(_0xd3ac17,_0x629159);},'tIFgi':'passed','TjIak':function(_0x38f245){return _0x38f245();},'xoejq':_0x3109a5(0x26a),'hGuGQ':'isAccessibilityPlatform','MWEMd':_0x3109a5(0x20a),'sEymF':_0x3109a5(0x20f),'bMgnS':_0x3109a5(0x237),'mZXvF':_0x3109a5(0x21b),'tvxZl':function(_0x54bd21,_0x3bd9c4){return _0x54bd21>_0x3bd9c4;},'IkvsC':_0x3109a5(0x1df)};logger[_0x3109a5(0x1ef)](_0x1601fd[_0x3109a5(0x226)]),workerDetails[_0x3109a5(0x204)][_0x3109a5(0x1e2)]=_0xa80e49[_0x3109a5(0x21c)],new Promise(async _0x18e765=>{const _0x42142c=_0x3109a5;let _0x31105b=![];try{const _0xdb1a89=_0x1601fd[_0x42142c(0x24a)]['split']('|');let _0x484ff2=0x0;while(!![]){switch(_0xdb1a89[_0x484ff2++]){case'0':_0x31105b=!![];continue;case'1':_0x1601fd[_0x42142c(0x230)](global[_0x42142c(0x20c)]['length'],0x1)&&(await global['driverCleanup'](),global[_0x42142c(0x20c)][_0x42142c(0x1de)](),global['__error_messages__']=[],global[_0x42142c(0x241)]=![]);continue;case'2':await global['__drivers'][0x0]['session_'];continue;case'3':if(_0x1601fd[_0x42142c(0x27a)](_0xa80e49[_0x42142c(0x275)][_0x42142c(0x24e)][_0x42142c(0x25a)]()['toLowerCase'](),_0x1601fd[_0x42142c(0x22f)])||_0x1601fd[_0x42142c(0x27a)](_0xa80e49[_0x42142c(0x275)][_0x42142c(0x24e)][_0x42142c(0x25a)]()[_0x42142c(0x22d)](),'6')){try{global['__error_messages__'][_0x42142c(0x273)](_0xa80e49[_0x42142c(0x275)]['message']);}catch(_0x5442be){logger[_0x42142c(0x1ef)](_0x42142c(0x277)+_0x5442be);}await _0x1601fd[_0x42142c(0x24b)](markSessionStatus,global[_0x42142c(0x20c)][0x0],_0x1601fd[_0x42142c(0x22f)],global['__error_messages__']['join'](_0x1601fd[_0x42142c(0x202)]));}else await _0x1601fd[_0x42142c(0x240)](markSessionStatus,global[_0x42142c(0x20c)][0x0],_0x1601fd['tIFgi']);continue;case'4':!global['__skipSessionName']&&await global[_0x42142c(0x20c)][0x0][_0x42142c(0x1ed)](_0x42142c(0x268)+_0xa80e49[_0x42142c(0x22e)][_0x42142c(0x1d8)]+_0x42142c(0x23a));continue;}break;}}catch(_0x24449a){logger[_0x42142c(0x1ef)]('Error:\x20at\x20After:\x20'+util['format'](_0x24449a));}try{if(_0x1601fd[_0x42142c(0x256)](shouldProcessEventForTesthub)){const _0x189b66=TestDetails['getTestUUID'](_0xa80e49[_0x42142c(0x21c)]),_0x5f0452=await _0x1601fd[_0x42142c(0x24b)](sendPlatformDetails,global[_0x42142c(0x20c)][0x0],_0x189b66,!![]),_0x5634e5={};_0x5634e5['uuid']=_0x189b66,_0x5634e5[_0x42142c(0x1e0)]=_0x5f0452;const _0x3ec71b=_0x5634e5,_0x3ac1cf={};_0x3ac1cf[_0x42142c(0x1f6)]=_0x1601fd['xoejq'],_0x3ac1cf['test_run']=_0x3ec71b,await SessionHandler[_0x42142c(0x223)](_0x3ac1cf);}}catch(_0xaed955){logger['debug'](_0x42142c(0x262)+util[_0x42142c(0x1f7)](_0xaed955));}try{if(globals[_0x42142c(0x25e)](_0x1601fd[_0x42142c(0x1e3)])&&globals['getGlobal'](_0x1601fd[_0x42142c(0x1fe)])){logger[_0x42142c(0x24f)](_0x1601fd['sEymF']);const _0xb04bdf=TestDetails['getTestUUID'](_0xa80e49[_0x42142c(0x21c)]),_0x59bd58={};_0x59bd58[_0x42142c(0x271)]=_0xb04bdf,_0x59bd58['thBuildUuid']=process[_0x42142c(0x25f)][testHubConstants[_0x42142c(0x259)][_0x42142c(0x234)]],_0x59bd58['thJwtToken']=process['env'][testHubConstants['ENV_VAR'][_0x42142c(0x263)]];const _0x11c9d1=_0x59bd58;logger['debug'](_0x42142c(0x1ea)+JSON[_0x42142c(0x270)](_0x11c9d1)),logger[_0x42142c(0x1ef)](_0x1601fd[_0x42142c(0x23d)]),logger['debug'](util[_0x42142c(0x1f7)](await global[_0x42142c(0x20c)][0x0][_0x42142c(0x212)](scripts['performScan'],{'method':global[_0x42142c(0x225)]}))),await global[_0x42142c(0x20c)][0x0][_0x42142c(0x212)](scripts['saveTestResults'],_0x11c9d1),logger[_0x42142c(0x24f)](_0x1601fd['mZXvF']);}}catch(_0x438619){logger['error'](_0x42142c(0x1ee)+util[_0x42142c(0x1f7)]);}if(_0x31105b)try{global['__drivers'][0x0]&&_0x1601fd[_0x42142c(0x23f)](global[_0x42142c(0x20c)][0x0][_0x42142c(0x1fd)],0x0)&&await global[_0x42142c(0x20c)][0x0]['initQuit']();}catch(_0x28acc8){logger['debug'](_0x42142c(0x1ff)+_0x28acc8);}_0x1601fd['TjIak'](_0x18e765);})[_0x3109a5(0x1f5)](()=>_0x252ff2());});const a9_0x454c1b={};a9_0x454c1b[a9_0x22d233(0x1d8)]=a9_0x22d233(0x1fa),a9_0x454c1b[a9_0x22d233(0x252)]=0x2710,AfterStep(a9_0x454c1b,function(_0x9878fa,_0x3f2be5){const _0x8f8b4f=a9_0x22d233,_0x4d579b={'WGFlO':function(_0x400d31,_0x61dbf2){return _0x400d31===_0x61dbf2;},'erMjq':_0x8f8b4f(0x1f1),'yyfRL':function(_0x102313,_0x28f166){return _0x102313===_0x28f166;},'yxkZl':function(_0x377c99,_0x38a68a){return _0x377c99!==_0x38a68a;},'Cthri':function(_0x4f440a,_0x354f89,_0x31e02a){return _0x4f440a(_0x354f89,_0x31e02a);},'JNDwf':function(_0x33ecea,_0x5801f7){return _0x33ecea+_0x5801f7;},'OQFKu':_0x8f8b4f(0x27f),'HzBya':'\x0aError:\x20','tabpY':_0x8f8b4f(0x279),'FJnIE':function(_0x46a608,_0x7f4de){return _0x46a608+_0x7f4de;},'VTTvF':function(_0x301f6e,_0x384d27){return _0x301f6e!==_0x384d27;},'HLpBz':_0x8f8b4f(0x27e),'wFjWi':_0x8f8b4f(0x24f),'qRBOG':function(_0x3bbe0,_0x454044,_0x5175e6){return _0x3bbe0(_0x454044,_0x5175e6);},'mlYDi':_0x8f8b4f(0x1f9),'jxfHw':function(_0x317649){return _0x317649();},'GADsn':_0x8f8b4f(0x269)};logger[_0x8f8b4f(0x1ef)](_0x4d579b[_0x8f8b4f(0x221)]);const _0x5187c7=async(_0xfdaf70,_0x4c8620)=>{const _0x4279e1=_0x8f8b4f;await global['__drivers'][0x0][_0x4279e1(0x1ed)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0xfdaf70+_0x4279e1(0x27d)+_0x4c8620+_0x4279e1(0x23a));};new Promise(async _0x533f98=>{const _0x8bae5f=_0x8f8b4f;try{_0x4d579b['WGFlO'](_0x9878fa['result'][_0x8bae5f(0x24e)][_0x8bae5f(0x25a)]()[_0x8bae5f(0x22d)](),_0x4d579b[_0x8bae5f(0x210)])||_0x4d579b[_0x8bae5f(0x26e)](_0x9878fa[_0x8bae5f(0x275)][_0x8bae5f(0x24e)][_0x8bae5f(0x25a)]()[_0x8bae5f(0x22d)](),'6')?(global[_0x8bae5f(0x241)]=!![],global['__error_messages__'][_0x8bae5f(0x273)](_0x9878fa[_0x8bae5f(0x275)][_0x8bae5f(0x243)]),_0x4d579b[_0x8bae5f(0x200)](_0x9878fa[_0x8bae5f(0x216)],undefined)?await _0x4d579b[_0x8bae5f(0x218)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b[_0x8bae5f(0x1f3)](_0x4d579b[_0x8bae5f(0x1f3)](_0x4d579b['JNDwf'](_0x4d579b['OQFKu'],'\x22'+_0x9878fa[_0x8bae5f(0x216)]['text']+'\x22\x20'),_0x4d579b[_0x8bae5f(0x22b)]),_0x9878fa[_0x8bae5f(0x275)]['message'])),_0x4d579b[_0x8bae5f(0x1d9)]):await _0x4d579b[_0x8bae5f(0x218)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b[_0x8bae5f(0x1d6)](_0x4d579b[_0x8bae5f(0x1dc)],_0x9878fa[_0x8bae5f(0x275)][_0x8bae5f(0x243)])),_0x4d579b['tabpY'])):_0x4d579b[_0x8bae5f(0x20e)](_0x9878fa[_0x8bae5f(0x216)],undefined)?await _0x4d579b[_0x8bae5f(0x218)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b[_0x8bae5f(0x1d6)](_0x4d579b[_0x8bae5f(0x1f8)],'\x22'+_0x9878fa[_0x8bae5f(0x216)][_0x8bae5f(0x242)]+'\x22')),_0x4d579b[_0x8bae5f(0x21e)]):await _0x4d579b[_0x8bae5f(0x21f)](_0x5187c7,JSON[_0x8bae5f(0x270)](_0x4d579b['mlYDi']),_0x4d579b['wFjWi']);}catch(_0x329040){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x329040);}_0x4d579b[_0x8bae5f(0x26d)](_0x533f98);})[_0x8f8b4f(0x1f5)](()=>_0x3f2be5());});const a9_0x423c9e={};a9_0x423c9e[a9_0x22d233(0x1d8)]='bstack',a9_0x423c9e[a9_0x22d233(0x252)]=0x7530,AfterAll(a9_0x423c9e,async function(_0x20b219,_0x49419){const _0x255b8d=a9_0x22d233,_0x4be1f3={'sPutp':function(_0x871213){return _0x871213();},'JkRNB':_0x255b8d(0x274)};logger[_0x255b8d(0x1ef)](_0x4be1f3[_0x255b8d(0x1e4)]),await new Promise(async _0x29535b=>{const _0x14265c=_0x255b8d;await RequestQueueHandler[_0x14265c(0x217)]()[_0x14265c(0x260)](),PerformanceTester[_0x14265c(0x239)](),await global[_0x14265c(0x244)](),_0x4be1f3[_0x14265c(0x1e8)](_0x29535b);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a10_0x44f60b=a10_0x4781;(function(_0x2a490c,_0x32360f){const _0x5e4a54=a10_0x4781,_0x3db42d=_0x2a490c();while(!![]){try{const _0x13761d=-parseInt(_0x5e4a54(0xd6))/0x1+-parseInt(_0x5e4a54(0xfa))/0x2*(parseInt(_0x5e4a54(0xe1))/0x3)+parseInt(_0x5e4a54(0xc8))/0x4+parseInt(_0x5e4a54(0xed))/0x5+-parseInt(_0x5e4a54(0xcd))/0x6*(parseInt(_0x5e4a54(0xce))/0x7)+parseInt(_0x5e4a54(0xd8))/0x8*(parseInt(_0x5e4a54(0xe8))/0x9)+-parseInt(_0x5e4a54(0xf6))/0xa*(parseInt(_0x5e4a54(0xfc))/0xb);if(_0x13761d===_0x32360f)break;else _0x3db42d['push'](_0x3db42d['shift']());}catch(_0x326a6b){_0x3db42d['push'](_0x3db42d['shift']());}}}(a10_0x5b5d,0xeb2ab));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x44f60b(0xcb)),setKeepAlive=require(a10_0x44f60b(0xde)),cucumberModule=requireModule('cucumber/lib/index.js',a10_0x44f60b(0xd0)),logger=require(a10_0x44f60b(0xdb))['winstonLogger'];function a10_0x5b5d(){const _0x35d73e=['Inside\x20browserstack\x20Before','setDefaultTimeout','AbreO','dbaSo','4897365zMcDBg','passed','MvLWa','join','__timeout','pickle','skipSessionStatus','Error:\x20quiting\x20at\x20After:\x20','then','110BwtKug','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','debug','mBdlu','1262CWywAi','session_','287331mAApBw','__skipSessionName','hJJYE','Inside\x20browserstack\x20After','6451648dheNPC','bstack','platformCaps','../../helpers/helper','CONFIG','30HAZFWm','856807CdnBlx','After','cucumber','iONUv','Before','__driver','__skipSessionStatus','env','407243Liprxa','initQuit','8131352xxRWHo','qMMLo','status','../../helpers/logger','__error_messages__','failed','../../helpers/setKeepAlive','\x20|\x20','skipSessionName','6366OZbPfL','name','toLowerCase','browserstackAgentV2','../../index','__platformCaps','timeout','9ADWLSN'];a10_0x5b5d=function(){return _0x35d73e;};return a10_0x5b5d();}modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x44f60b(0xd2)],After=cucumberModule[a10_0x44f60b(0xcf)],configuration=process[a10_0x44f60b(0xd5)][a10_0x44f60b(0xcc)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x44f60b(0xe0)])&&(global[a10_0x44f60b(0xfd)]=!![]),global[a10_0x44f60b(0xd4)]=isTrue(config[a10_0x44f60b(0xf3)]),require(a10_0x44f60b(0xe5))[a10_0x44f60b(0xe4)](config),global[a10_0x44f60b(0xe6)]=config[a10_0x44f60b(0xca)]||{};}global[a10_0x44f60b(0xf1)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x44f60b(0xea)];function a10_0x4781(_0xfcc845,_0x4bc87a){const _0x5b5db8=a10_0x5b5d();return a10_0x4781=function(_0x4781f0,_0x110450){_0x4781f0=_0x4781f0-0xc6;let _0x3f9639=_0x5b5db8[_0x4781f0];return _0x3f9639;},a10_0x4781(_0xfcc845,_0x4bc87a);}cucumberModule[a10_0x44f60b(0xea)]=_0x509b36=>{const _0x3d6b89=a10_0x44f60b,_0x5870c8={'MvLWa':function(_0x312a58,_0x210d7d){return _0x312a58(_0x210d7d);}};global['__timeout']=_0x509b36,_0x5870c8[_0x3d6b89(0xef)](__setDefaultTimeout,_0x509b36);};const a10_0x30cfca={};a10_0x30cfca[a10_0x44f60b(0xe2)]=a10_0x44f60b(0xc9),Before(a10_0x30cfca,function(){const _0x14a355=a10_0x44f60b,_0x6316f4={};_0x6316f4[_0x14a355(0xc6)]=_0x14a355(0xe9);const _0x4444a9=_0x6316f4;logger['debug'](_0x4444a9[_0x14a355(0xc6)]),global[_0x14a355(0xdc)]=[];});const a10_0x974e5a={};a10_0x974e5a[a10_0x44f60b(0xe2)]=a10_0x44f60b(0xc9),a10_0x974e5a[a10_0x44f60b(0xe7)]=0x2710,After(a10_0x974e5a,function(_0x5496e7,_0x2a3bab){const _0x34337c=a10_0x44f60b,_0x3eb7ea={'twGDY':function(_0x1733e1,_0x3373eb){return _0x1733e1===_0x3373eb;},'mBdlu':_0x34337c(0xdd),'YaATL':function(_0x3161e1,_0x8ff64a,_0x53a6a0,_0x27e829){return _0x3161e1(_0x8ff64a,_0x53a6a0,_0x27e829);},'wpFJw':_0x34337c(0xdf),'YfWPO':function(_0x28c53c,_0x446468,_0x921ecb){return _0x28c53c(_0x446468,_0x921ecb);},'dbaSo':_0x34337c(0xee),'iONUv':function(_0x2ba315){return _0x2ba315();},'AbreO':function(_0x2dab44,_0x1a6073){return _0x2dab44(_0x1a6073);},'qMMLo':_0x34337c(0xc7)};logger['debug'](_0x3eb7ea[_0x34337c(0xd9)]),new Promise(async(_0x48e51c,_0x1481a1)=>{const _0x585924=_0x34337c;let _0x1c6a90=![];try{await global[_0x585924(0xd3)][_0x585924(0xfb)],_0x1c6a90=!![],!global[_0x585924(0xfd)]&&await global['__driver']['executeScript'](_0x585924(0xf7)+_0x5496e7[_0x585924(0xf2)][_0x585924(0xe2)]+'\x22}}'),_0x3eb7ea['twGDY'](_0x5496e7['result'][_0x585924(0xda)][_0x585924(0xe3)](),_0x3eb7ea[_0x585924(0xf9)])?await _0x3eb7ea['YaATL'](markSessionStatus,global[_0x585924(0xd3)],_0x3eb7ea[_0x585924(0xf9)],global[_0x585924(0xdc)][_0x585924(0xf0)](_0x3eb7ea['wpFJw'])):await _0x3eb7ea['YfWPO'](markSessionStatus,global[_0x585924(0xd3)],_0x3eb7ea[_0x585924(0xec)]);}catch(_0x327288){logger['debug']('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x327288);}if(_0x1c6a90)try{await global['__driver'][_0x585924(0xd7)](),_0x3eb7ea[_0x585924(0xd1)](_0x48e51c);}catch(_0x53f82e){logger[_0x585924(0xf8)](_0x585924(0xf4)+_0x53f82e),_0x3eb7ea[_0x585924(0xeb)](_0x1481a1,_0x53f82e);}else _0x3eb7ea[_0x585924(0xd1)](_0x1481a1);})[_0x34337c(0xf5)](()=>_0x2a3bab());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a11_0x515d(){const _0x2cc3b5=['@cucumber/cucumber','@cucumber/cucumber/lib/index.js','../../helpers/helper','380050qZkuzT','158212CeveIw','573084LyjRMW','35NzJQBy','cucumber/lib/index.js','2jfgbZL','setDefaultTimeout','129401eXZfAC','1807480nitGrN','cucumber','83656OedEaB','1645812GuIKfm','15DjocLV'];a11_0x515d=function(){return _0x2cc3b5;};return a11_0x515d();}const a11_0x537039=a11_0x2cdf;function a11_0x2cdf(_0x23a782,_0x8e9bcf){const _0x515df5=a11_0x515d();return a11_0x2cdf=function(_0x2cdfd8,_0x242d1c){_0x2cdfd8=_0x2cdfd8-0xc3;let _0x4a87e2=_0x515df5[_0x2cdfd8];return _0x4a87e2;},a11_0x2cdf(_0x23a782,_0x8e9bcf);}(function(_0x39d995,_0x46dd98){const _0x30f37d=a11_0x2cdf,_0x2138d4=_0x39d995();while(!![]){try{const _0x3e174f=-parseInt(_0x30f37d(0xcd))/0x1*(parseInt(_0x30f37d(0xcb))/0x2)+parseInt(_0x30f37d(0xd2))/0x3*(-parseInt(_0x30f37d(0xc7))/0x4)+-parseInt(_0x30f37d(0xc6))/0x5+parseInt(_0x30f37d(0xc8))/0x6+parseInt(_0x30f37d(0xc9))/0x7*(parseInt(_0x30f37d(0xd0))/0x8)+parseInt(_0x30f37d(0xd1))/0x9+parseInt(_0x30f37d(0xce))/0xa;if(_0x3e174f===_0x46dd98)break;else _0x2138d4['push'](_0x2138d4['shift']());}catch(_0x4c9f8e){_0x2138d4['push'](_0x2138d4['shift']());}}}(a11_0x515d,0x1a6cf));const {requireModule}=require(a11_0x537039(0xc5)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x537039(0xc4),a11_0x537039(0xc3));}catch(a11_0x98f1d6){cucumberModule=requireModule(a11_0x537039(0xca),a11_0x537039(0xcf));}cucumberModule[a11_0x537039(0xcc)](constants['BSTACK_DELTA']+global['__timeout']*0x1);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';function a12_0x4b7a(_0x22664c,_0x31ebbc){const _0x545dde=a12_0x545d();return a12_0x4b7a=function(_0x4b7a60,_0x1c6676){_0x4b7a60=_0x4b7a60-0xe7;let _0x2d7326=_0x545dde[_0x4b7a60];return _0x2d7326;},a12_0x4b7a(_0x22664c,_0x31ebbc);}const a12_0x220186=a12_0x4b7a;(function(_0x42cd26,_0x475057){const _0x975bfd=a12_0x4b7a,_0x346a07=_0x42cd26();while(!![]){try{const _0x3c2763=-parseInt(_0x975bfd(0x12d))/0x1*(parseInt(_0x975bfd(0xe9))/0x2)+-parseInt(_0x975bfd(0x101))/0x3*(parseInt(_0x975bfd(0x110))/0x4)+-parseInt(_0x975bfd(0x11a))/0x5+parseInt(_0x975bfd(0x126))/0x6*(-parseInt(_0x975bfd(0xee))/0x7)+parseInt(_0x975bfd(0xf3))/0x8+parseInt(_0x975bfd(0x104))/0x9+parseInt(_0x975bfd(0xf0))/0xa;if(_0x3c2763===_0x475057)break;else _0x346a07['push'](_0x346a07['shift']());}catch(_0x1a02b1){_0x346a07['push'](_0x346a07['shift']());}}}(a12_0x545d,0x7a6a7));const {default:BrowserStackSetup}=require(a12_0x220186(0xf9)),logger=require('../../helpers/logger')[a12_0x220186(0xed)],{URL}=require(a12_0x220186(0xff)),helper=require(a12_0x220186(0x116)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x220186(0x10b)),validHosts=function(_0x26ad26){const _0x54dfd5=a12_0x220186;return _0x26ad26[_0x54dfd5(0x125)](',')['every'](_0x1c30bb=>{const _0x677f01=_0x54dfd5;try{new URL(_0x1c30bb[_0x677f01(0x120)]());}catch(_0x405a3c){return![];}return!![];});},parseOnPremHosts=function(_0x1eec0b){const _0x4602f1=a12_0x220186,_0x1c79a7={};_0x1c79a7[_0x4602f1(0x128)]=function(_0x443375,_0x23857d){return _0x443375===_0x23857d;},_0x1c79a7['WhwzA']=_0x4602f1(0xf4),_0x1c79a7[_0x4602f1(0x100)]=_0x4602f1(0x12f),_0x1c79a7[_0x4602f1(0x122)]=_0x4602f1(0x107);const _0xa62f8d=_0x1c79a7;return _0x1eec0b[_0x4602f1(0x125)](',')[_0x4602f1(0x132)](_0x570b9d=>{const _0x470b64=_0x4602f1,_0x376d52=new URL(_0x570b9d[_0x470b64(0x120)]()),_0x23ee3c=_0x376d52[_0x470b64(0x11b)],_0x1ddb88=_0x376d52[_0x470b64(0x118)]||(_0xa62f8d[_0x470b64(0x128)](_0x376d52[_0x470b64(0x106)],_0xa62f8d[_0x470b64(0x108)])?_0xa62f8d[_0x470b64(0x100)]:'80'),_0x35534a=_0x376d52['protocol'][_0x470b64(0xf7)](':',''),_0x144b96=_0xa62f8d[_0x470b64(0x128)](_0x35534a,_0xa62f8d[_0x470b64(0x122)])?0x1:0x0;return _0x23ee3c+','+_0x1ddb88+','+_0x144b96;});},connectCommandBuilder=function(_0x38b403){const _0x248fb0=a12_0x220186,_0x50dfd4={};_0x50dfd4['KkgsX']=_0x248fb0(0xfe);const _0x453db8=_0x50dfd4,_0x29bba9={};_0x29bba9[_0x248fb0(0x10f)]=HELP_MESSAGES[_0x248fb0(0x127)][_0x248fb0(0xf5)],_0x29bba9[_0x248fb0(0x12c)]=_0x453db8[_0x248fb0(0xeb)];const _0x579bf1={};_0x579bf1[_0x248fb0(0x10f)]=HELP_MESSAGES['options'][_0x248fb0(0x124)],_0x579bf1[_0x248fb0(0x12c)]=_0x453db8[_0x248fb0(0xeb)],_0x579bf1[_0x248fb0(0x129)]=!![];const _0x3e291f={};return _0x3e291f[_0x248fb0(0x115)]=_0x29bba9,_0x3e291f[_0x248fb0(0x124)]=_0x579bf1,_0x38b403[_0x248fb0(0x127)](_0x3e291f);},connectCommandHandler=async function(_0x4d64dd){const _0x32bc26=a12_0x220186,_0x45fb30={'iehOu':'integrations','HAGmm':function(_0x1fb838,_0x164a55){return _0x1fb838===_0x164a55;},'UwmnU':'undefined','Ltksg':_0x32bc26(0x102),'RBhyj':function(_0x2b8a17,_0x307ebf){return _0x2b8a17===_0x307ebf;},'UqbLX':_0x32bc26(0xf8),'yplYe':function(_0x8d1156,_0x54f0bb){return _0x8d1156(_0x54f0bb);},'FHdSw':'Hosts\x20not\x20valid','JnyGj':function(_0xc11b7,_0x221f3f){return _0xc11b7(_0x221f3f);},'gZYpY':'integrations-repeater','nGyez':_0x32bc26(0x11f),'ueXYx':_0x32bc26(0xfb)};try{const _0xd1d85e=new BrowserStackSetup(_0x4d64dd,_0x45fb30[_0x32bc26(0xf2)]);_0x4d64dd[_0x32bc26(0xfa)]&&(_0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x10a)]=_0x4d64dd[_0x32bc26(0xfa)]);if(_0x45fb30[_0x32bc26(0x117)](typeof _0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x10a)],_0x45fb30[_0x32bc26(0x105)])){logger['error'](_0x45fb30[_0x32bc26(0x11c)]);throw new Error(ERROR_MESSAGES[_0x32bc26(0xf5)][_0x32bc26(0xea)]);}const _0x116eb4=_0x4d64dd[_0x32bc26(0x124)];if(_0x45fb30['RBhyj'](typeof _0x116eb4,_0x45fb30['UwmnU'])){logger[_0x32bc26(0xec)](_0x45fb30[_0x32bc26(0x131)]);throw new Error(ERROR_MESSAGES[_0x32bc26(0x124)][_0x32bc26(0xea)]);}if(!_0x45fb30[_0x32bc26(0x12e)](validHosts,_0x116eb4)){logger['error'](_0x45fb30[_0x32bc26(0x103)]);throw new Error(ERROR_MESSAGES[_0x32bc26(0x124)][_0x32bc26(0xef)]);}const _0x227541=_0x45fb30[_0x32bc26(0xf6)](parseOnPremHosts,_0x116eb4);_0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x10d)]=!![],_0xd1d85e[_0x32bc26(0x113)][_0x32bc26(0x11e)][_0x32bc26(0x109)]=_0x45fb30[_0x32bc26(0x112)],_0xd1d85e[_0x32bc26(0x113)]['browserStackLocalOptions'][_0x32bc26(0xfd)]=_0x227541[_0x32bc26(0xfc)](','),helper[_0x32bc26(0xe7)](_0xd1d85e['config']),await _0xd1d85e['setupBrowserstackLocal'](),logger[_0x32bc26(0x123)](_0x45fb30[_0x32bc26(0x111)]);}catch(_0x3a9eb7){logger['error'](_0x45fb30[_0x32bc26(0x11d)]);throw new Error(_0x3a9eb7[_0x32bc26(0xf1)]());}};function a12_0x545d(){const _0x2f51ba=['invalid','18587200actlUv','toString','iehOu','401504gZxqXw','https:','bstackAccessKey','JnyGj','replace','Integration\x20hosts\x20missing.','../../helpers/BrowserStackSetup','bstackAccesskey','Failed\x20to\x20establish\x20connection.','join','only','string','url','qOUpX','45dJbYOT','BrowserStack\x20access\x20key\x20missing.','FHdSw','6271101mIcXsI','UwmnU','protocol','https','WhwzA','localIdentifier','accessKey','./constants','EyQpu','browserstackLocal','epilogue','describe','120480XrUoGo','nGyez','gZYpY','config','command','bstack-accesskey','../../helpers/helper','HAGmm','port','usage','1322070VXrpbk','hostname','Ltksg','ueXYx','browserStackLocalOptions','Connection\x20established\x20successfully.','trim','demandCommand','twjZe','info','hosts','split','6KDhICh','options','ReVCY','demandOption','ftkxu','help','type','50833uCIzma','yplYe','443','connect','UqbLX','map','setProxySettings','exports','24UJCKBC','missing','KkgsX','error','winstonLogger','5446504bDKXdz'];a12_0x545d=function(){return _0x2f51ba;};return a12_0x545d();}function run(_0x5de911){const _0x5f76a0=a12_0x220186,_0x2a3579={};_0x2a3579[_0x5f76a0(0x12a)]=_0x5f76a0(0x130),_0x2a3579[_0x5f76a0(0x10c)]=_0x5f76a0(0x12b);const _0x3ea6cc=_0x2a3579;_0x5de911[_0x5f76a0(0x119)](HELP_MESSAGES[_0x5f76a0(0x114)]['root'])[_0x5f76a0(0x114)](_0x3ea6cc[_0x5f76a0(0x12a)],HELP_MESSAGES[_0x5f76a0(0x114)][_0x5f76a0(0x130)],connectCommandBuilder,connectCommandHandler)[_0x5f76a0(0x121)]()[_0x5f76a0(0x12b)](_0x3ea6cc[_0x5f76a0(0x10c)])[_0x5f76a0(0x10e)](HELP_MESSAGES['command']['footer']);}module[a12_0x220186(0xe8)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a13_0x1fe4(){var _0x18e420=['bstackAccessKey','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','connect','missing','290ikcUFi','options','108xzrtbf','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','795345qNyGrd','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','1463UMDxHH','1619768CIwzNx','1242456Yoepwn','ERROR_MESSAGES','255453aYqcQU','7AXabGt','hosts','footer','1334070XmqPCC','142tGFRXL','invalid','3558vTERzg','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','HELP_MESSAGES'];a13_0x1fe4=function(){return _0x18e420;};return a13_0x1fe4();}var a13_0x372e18=a13_0x4036;(function(_0x8f7d6c,_0x32b4da){var _0x39eafb=a13_0x4036,_0x36ed74=_0x8f7d6c();while(!![]){try{var _0xfbc070=parseInt(_0x39eafb(0x91))/0x1*(parseInt(_0x39eafb(0x9a))/0x2)+parseInt(_0x39eafb(0x9c))/0x3*(-parseInt(_0x39eafb(0xa6))/0x4)+parseInt(_0x39eafb(0x8d))/0x5+parseInt(_0x39eafb(0x93))/0x6+parseInt(_0x39eafb(0x96))/0x7*(parseInt(_0x39eafb(0x92))/0x8)+parseInt(_0x39eafb(0x99))/0x9+parseInt(_0x39eafb(0xa4))/0xa*(-parseInt(_0x39eafb(0x95))/0xb);if(_0xfbc070===_0x32b4da)break;else _0x36ed74['push'](_0x36ed74['shift']());}catch(_0x2b4c8d){_0x36ed74['push'](_0x36ed74['shift']());}}}(a13_0x1fe4,0x1c21e));function a13_0x4036(_0x4ef9c6,_0x160231){var _0x1fe4c8=a13_0x1fe4();return a13_0x4036=function(_0x40366e,_0x1c5ba3){_0x40366e=_0x40366e-0x8d;var _0x45c49e=_0x1fe4c8[_0x40366e];return _0x45c49e;},a13_0x4036(_0x4ef9c6,_0x160231);}var a13_0x16935c={};a13_0x16935c['bstackAccessKey']=a13_0x372e18(0x9d),a13_0x16935c['hosts']=a13_0x372e18(0x90);var a13_0x55218b={};a13_0x55218b['root']=a13_0x372e18(0xa1),a13_0x55218b[a13_0x372e18(0xa2)]=a13_0x372e18(0xa0),a13_0x55218b[a13_0x372e18(0x98)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x15652c={};a13_0x15652c[a13_0x372e18(0xa5)]=a13_0x16935c,a13_0x15652c['command']=a13_0x55218b,exports[a13_0x372e18(0x9e)]=a13_0x15652c;var a13_0x140521={};a13_0x140521[a13_0x372e18(0xa3)]=a13_0x372e18(0x8f);var a13_0x522ce1={};a13_0x522ce1[a13_0x372e18(0xa3)]=a13_0x372e18(0x8e),a13_0x522ce1[a13_0x372e18(0x9b)]=a13_0x372e18(0xa7);var a13_0x49985c={};a13_0x49985c[a13_0x372e18(0x9f)]=a13_0x140521,a13_0x49985c[a13_0x372e18(0x97)]=a13_0x522ce1,exports[a13_0x372e18(0x94)]=a13_0x49985c;
|