browserstack-node-sdk 1.34.28 → 1.34.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -60
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/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-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a6_0x894f(_0x182e79,_0x524b9b){const _0x43cd0f=a6_0x43cd();return a6_0x894f=function(_0x894f,_0x298099){_0x894f=_0x894f-0x1c0;let _0x39c537=_0x43cd0f[_0x894f];return _0x39c537;},a6_0x894f(_0x182e79,_0x524b9b);}const a6_0x74aae0=a6_0x894f;(function(_0x454faa,_0x611ef8){const _0x19ba43=a6_0x894f,_0x4e2c54=_0x454faa();while(!![]){try{const _0x50f981=-parseInt(_0x19ba43(0x219))/0x1+parseInt(_0x19ba43(0x20a))/0x2+-parseInt(_0x19ba43(0x24b))/0x3*(-parseInt(_0x19ba43(0x1ff))/0x4)+parseInt(_0x19ba43(0x1e1))/0x5+-parseInt(_0x19ba43(0x224))/0x6+parseInt(_0x19ba43(0x20e))/0x7*(-parseInt(_0x19ba43(0x21b))/0x8)+parseInt(_0x19ba43(0x217))/0x9*(parseInt(_0x19ba43(0x216))/0xa);if(_0x50f981===_0x611ef8)break;else _0x4e2c54['push'](_0x4e2c54['shift']());}catch(_0x4aa3d1){_0x4e2c54['push'](_0x4e2c54['shift']());}}}(a6_0x43cd,0x8f177));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a6_0x74aae0(0x1c4)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x74aae0(0x241)),TestDetails=require(a6_0x74aae0(0x1f0)),TestObservabilityReporter=require(a6_0x74aae0(0x1ee)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require(a6_0x74aae0(0x1f9))[a6_0x74aae0(0x204)],_tests={},_testCasesData={};class BrowserstackFormatter extends Formatter{constructor(_0x5d6714){const _0x532f51=a6_0x74aae0,_0x7e3c49={};_0x7e3c49['ADXXo']=_0x532f51(0x1ea);const _0xe5bed2=_0x7e3c49;super(_0x5d6714),this[_0x532f51(0x1e5)]={},_0x5d6714[_0x532f51(0x25f)]['on'](_0xe5bed2[_0x532f51(0x1d0)],async _0xb538ce=>{const _0x5ad8dc=_0x532f51;switch(!![]){case!!_0xb538ce[_0x5ad8dc(0x212)]:this['onTestRunStarted'](_0xb538ce[_0x5ad8dc(0x212)]);break;case!!_0xb538ce['testRunFinished']:this['onTestRunFinished'](_0xb538ce[_0x5ad8dc(0x257)]);break;case!!_0xb538ce[_0x5ad8dc(0x1db)]:this[_0x5ad8dc(0x1f5)](_0xb538ce['testCaseStarted'],_0x5d6714,_0xb538ce);break;case!!_0xb538ce[_0x5ad8dc(0x225)]:this[_0x5ad8dc(0x1fd)](_0xb538ce[_0x5ad8dc(0x225)],_0x5d6714,_0xb538ce);break;case!!_0xb538ce[_0x5ad8dc(0x22b)]:this['onTestStepStarted'](_0xb538ce[_0x5ad8dc(0x22b)],_0x5d6714);break;case!!_0xb538ce[_0x5ad8dc(0x200)]:this[_0x5ad8dc(0x1c7)](_0xb538ce[_0x5ad8dc(0x200)],_0x5d6714);break;case!!_0xb538ce['hook']:this[_0x5ad8dc(0x20d)](_0xb538ce[_0x5ad8dc(0x256)]);break;case!!_0xb538ce['testCase']:this[_0x5ad8dc(0x1f8)](_0xb538ce[_0x5ad8dc(0x1ca)]);break;case!!_0xb538ce[_0x5ad8dc(0x26e)]:this[_0x5ad8dc(0x1d1)](_0xb538ce[_0x5ad8dc(0x26e)]);break;case!!_0xb538ce['gherkinDocument']:this[_0x5ad8dc(0x209)](_0xb538ce[_0x5ad8dc(0x263)]);break;}});}[a6_0x74aae0(0x20d)](_0x5962ca){const _0x17a7f8=a6_0x74aae0;this['report'][_0x17a7f8(0x1e0)]=Object['assign']([],this[_0x17a7f8(0x1e5)][_0x17a7f8(0x1e0)]||[]),this['report']['hooks'][_0x17a7f8(0x1c9)](_0x5962ca);}[a6_0x74aae0(0x1d1)](_0x492ebe){const _0x3ea2f5=a6_0x74aae0;this[_0x3ea2f5(0x1e5)][_0x3ea2f5(0x26e)]=Object[_0x3ea2f5(0x1d9)]([],this[_0x3ea2f5(0x1e5)][_0x3ea2f5(0x26e)]||[],[_0x492ebe]),this['report'][_0x3ea2f5(0x26e)][_0x3ea2f5(0x1c9)](_0x492ebe);}['onGherkinDocument'](_0x8cfc7c){const _0x283019=a6_0x74aae0;this[_0x283019(0x1e5)][_0x283019(0x263)]=Object[_0x283019(0x1d9)]([],this['report'][_0x283019(0x263)]||[],[_0x8cfc7c]),this[_0x283019(0x1e5)][_0x283019(0x263)]['push'](_0x8cfc7c);}[a6_0x74aae0(0x1c6)](_0x45c5db){const _0x44f1d2=a6_0x74aae0;this[_0x44f1d2(0x1e5)][_0x44f1d2(0x1c3)]=_0x45c5db;}[a6_0x74aae0(0x1cf)](_0x468491){const _0x440456=a6_0x74aae0;this['report'][_0x440456(0x227)]=Object[_0x440456(0x1d9)]([],this[_0x440456(0x1e5)][_0x440456(0x227)]||[],[_0x468491]),this[_0x440456(0x1e5)][_0x440456(0x227)][_0x440456(0x1c9)](_0x468491);}[a6_0x74aae0(0x1f8)](_0xe313e0){const _0x3512b5=a6_0x74aae0;this[_0x3512b5(0x1e5)][_0x3512b5(0x21d)]=Object[_0x3512b5(0x1d9)]([],this[_0x3512b5(0x1e5)][_0x3512b5(0x21d)]||[],[_0xe313e0]),this['report'][_0x3512b5(0x21d)][_0x3512b5(0x1c9)](_0xe313e0);}[a6_0x74aae0(0x239)](_0x5063bb){const _0x1e7823=a6_0x74aae0,_0xe81d4e={'mfXHR':function(_0x5f48ed,_0xe90897){return _0x5f48ed!==_0xe90897;},'tuXAa':_0x1e7823(0x24c),'ZomBd':function(_0x40e43b,_0x3586b1){return _0x40e43b+_0x3586b1;},'QAUbH':function(_0x37f2ea,_0x54cf87){return _0x37f2ea+_0x54cf87;},'wBhQq':function(_0x36f782,_0x934678){return _0x36f782+_0x934678;},'EYpmn':'\x20\x20\x20\x20','HiHRy':_0x1e7823(0x205),'WfVol':function(_0x3839b0,_0x18bdda){return _0x3839b0===_0x18bdda;},'JWVmy':'FAILED','srhGP':function(_0x3fe7ef,_0x39e254,_0x116a70){return _0x3fe7ef(_0x39e254,_0x116a70);},'yTHBq':_0x1e7823(0x23d),'NkYyp':_0x1e7823(0x234),'YTRwb':function(_0x211530,_0x5c04c6){return _0x211530+_0x5c04c6;},'HdpLr':function(_0x42015b,_0x34cf79){return _0x42015b+_0x34cf79;},'BXUux':function(_0xc09f73,_0x191a9f){return _0xc09f73+_0x191a9f;}};_0xe81d4e[_0x1e7823(0x26a)](global[_0x1e7823(0x24e)],undefined)&&this[_0x1e7823(0x25b)](_0xe81d4e[_0x1e7823(0x1d2)](_0xe81d4e['HdpLr']('\x0a',global['__platform']),'\x0a'));const _0xeedff1=this[_0x1e7823(0x211)][_0x1e7823(0x265)](_0x5063bb[_0x1e7823(0x1c5)]);this[_0x1e7823(0x25b)](_0xe81d4e['BXUux'](_0xe81d4e[_0x1e7823(0x24d)](_0xe81d4e[_0x1e7823(0x24d)](_0xe81d4e[_0x1e7823(0x24d)]('\x20\x20',_0xeedff1['gherkinDocument']['feature'][_0x1e7823(0x1e9)]),_0xe81d4e[_0x1e7823(0x1d4)]),_0xeedff1['pickle']['name']),'\x0a'));const _0x4a3b5b={};_0x4a3b5b[_0x1e7823(0x259)]=this[_0x1e7823(0x259)],_0x4a3b5b[_0x1e7823(0x1e7)]=this[_0x1e7823(0x1e7)],_0x4a3b5b[_0x1e7823(0x23a)]=this[_0x1e7823(0x23a)],_0x4a3b5b[_0x1e7823(0x267)]=_0xeedff1;const _0x7365f1=formatterHelpers[_0x1e7823(0x243)](_0x4a3b5b);let _0x16a4cb=![];_0x7365f1[_0x1e7823(0x238)][_0x1e7823(0x1c2)](_0x16ec5d=>{const _0x469014=_0x1e7823;if(_0xe81d4e[_0x469014(0x26a)](_0x16ec5d[_0x469014(0x1e9)],_0xe81d4e[_0x469014(0x264)])&&!this[_0x469014(0x24a)](_0x16ec5d)){totalTests+=0x1,this['log'](_0xe81d4e['ZomBd'](_0xe81d4e[_0x469014(0x248)](_0xe81d4e[_0x469014(0x253)](_0xe81d4e[_0x469014(0x221)](_0xe81d4e['ZomBd'](_0xe81d4e[_0x469014(0x1e8)],_0x16ec5d[_0x469014(0x23b)]),_0x16ec5d[_0x469014(0x22a)]||''),_0xe81d4e[_0x469014(0x1d4)]),Status[_0x16ec5d[_0x469014(0x23d)][_0x469014(0x22c)]]),'\x0a')),this[_0x469014(0x208)](Status[_0x16ec5d[_0x469014(0x23d)][_0x469014(0x22c)]]);if(_0xe81d4e[_0x469014(0x220)](Status[_0x16ec5d[_0x469014(0x23d)][_0x469014(0x22c)]],_0xe81d4e[_0x469014(0x237)])){_0x16a4cb=!![];const _0x52b067=_0xe81d4e[_0x469014(0x207)](nestedKeyValue,_0x16ec5d,[_0xe81d4e[_0x469014(0x21c)],_0xe81d4e[_0x469014(0x1e2)]]);_0x52b067&&(testsErrorMessage[_0xe81d4e['QAUbH'](_0xe81d4e['QAUbH'](_0xeedff1[_0x469014(0x263)][_0x469014(0x206)][_0x469014(0x1e9)],_0xe81d4e[_0x469014(0x1d4)]),_0xeedff1[_0x469014(0x26e)][_0x469014(0x1e9)])]=_0x52b067,this['log'](_0xe81d4e[_0x469014(0x253)](_0x52b067,'\x0a')));}}}),_0x16a4cb&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0x74aae0(0x261)](_0x264b8c){}[a6_0x74aae0(0x24a)](_0x24381d){const _0x12ae4a=a6_0x74aae0,_0x4ace31={};_0x4ace31[_0x12ae4a(0x1f6)]=function(_0x4eba9f,_0x43c0ee){return _0x4eba9f!==_0x43c0ee;},_0x4ace31[_0x12ae4a(0x21a)]=_0x12ae4a(0x251);const _0x22b6d9=_0x4ace31;if(_0x22b6d9[_0x12ae4a(0x1f6)](_0x24381d[_0x12ae4a(0x1d3)],undefined))return![];if(_0x24381d['actionLocation']&&_0x24381d[_0x12ae4a(0x22e)][_0x12ae4a(0x222)][_0x12ae4a(0x1cc)](_0x22b6d9[_0x12ae4a(0x21a)]))return!![];return![];}[a6_0x74aae0(0x208)](_0x1d0eb3){const _0x57c658=a6_0x74aae0,_0x5a87be={};_0x5a87be[_0x57c658(0x25e)]=_0x57c658(0x1fa),_0x5a87be['hCQpX']=_0x57c658(0x23e),_0x5a87be['IpGGs']=_0x57c658(0x25d),_0x5a87be[_0x57c658(0x20b)]=_0x57c658(0x1de),_0x5a87be['NpavK']=_0x57c658(0x230),_0x5a87be[_0x57c658(0x25c)]=_0x57c658(0x245),_0x5a87be[_0x57c658(0x1eb)]='AMBIGUOUS';const _0xc04f14=_0x5a87be;switch(_0x1d0eb3){case _0xc04f14['KCbsA']:testsFailed+=0x1;break;case _0xc04f14[_0x57c658(0x233)]:testsPassed+=0x1;break;case _0xc04f14[_0x57c658(0x246)]:testsSkipped+=0x1;break;case _0xc04f14[_0x57c658(0x20b)]:testsPending+=0x1;break;case _0xc04f14['NpavK']:testsUndefined+=0x1;break;case _0xc04f14['MRocP']:testsUnknown+=0x1;break;case _0xc04f14['tQGws']:testsAmbiguous+=0x1;break;default:break;}}['onTestRunStarted'](_0x2bb967){const _0x58620b=a6_0x74aae0,_0x13cb77={'kFACD':function(_0x357a51,_0x53b2f2){return _0x357a51!==_0x53b2f2;},'TnDGH':function(_0x5dc095,_0x49858c){return _0x5dc095!==_0x49858c;},'VBbXb':function(_0x43bffe,_0x30b444){return _0x43bffe(_0x30b444);},'pFZCT':function(_0x45f308,_0x5dd829){return _0x45f308+_0x5dd829;},'wBxpv':function(_0x178370){return _0x178370();}};let _0x236e4f;if(_0x13cb77[_0x58620b(0x249)](process['env'][_0x58620b(0x22f)],undefined)){const _0x32b06a=JSON[_0x58620b(0x260)](process[_0x58620b(0x20f)][_0x58620b(0x22f)]);_0x236e4f=_0x32b06a[_0x58620b(0x1f1)];}_0x13cb77['TnDGH'](_0x236e4f,undefined)&&(global[_0x58620b(0x24e)]=_0x13cb77[_0x58620b(0x1d6)](getPlatformName,_0x236e4f),this[_0x58620b(0x25b)](_0x13cb77[_0x58620b(0x1ed)](_0x58620b(0x21f)+global['__platform'],'\x0a'))),_0x13cb77['wBxpv'](shouldProcessEventForTesthub)&&(TestDetails[_0x58620b(0x1ec)](),this['report'][_0x58620b(0x212)]=_0x2bb967);}[a6_0x74aae0(0x215)](_0x48c2c8){const _0x427f7f=a6_0x74aae0;this[_0x427f7f(0x1e5)][_0x427f7f(0x257)]=_0x48c2c8,this[_0x427f7f(0x261)](_0x48c2c8);}async[a6_0x74aae0(0x1f5)](_0x3c1ebd,_0xd36ae,_0x444e02){const _0x3ebea8=a6_0x74aae0,_0x52ae8c={'dUyHp':function(_0x378b54,_0x1d55e8){return _0x378b54(_0x1d55e8);},'PnNfp':_0x3ebea8(0x23c),'DKrkL':function(_0x281821,_0x429134){return _0x281821&&_0x429134;}};testSuites+=0x1;if(_0x52ae8c[_0x3ebea8(0x1fb)](shouldProcessEventForTesthub,_0x52ae8c[_0x3ebea8(0x1fc)]))try{this[_0x3ebea8(0x1e5)][_0x3ebea8(0x1db)]=this[_0x3ebea8(0x1e5)][_0x3ebea8(0x1db)]||{},this[_0x3ebea8(0x1e5)][_0x3ebea8(0x1db)][_0x3c1ebd['id']]=_0x3c1ebd;const _0x3570a4=TestDetails[_0x3ebea8(0x223)](_0x3c1ebd['id']);_testCasesData[_0x3c1ebd['id']]=Object[_0x3ebea8(0x1d9)]({},_0x444e02);const _0x1bcf0c=this[_0x3ebea8(0x1e5)],_0x212580=_0x3c1ebd[_0x3ebea8(0x247)],_0x150a04=_0x1bcf0c[_0x3ebea8(0x21d)][_0x3ebea8(0x1f2)](_0x4a5cfd=>_0x4a5cfd['id']===_0x212580)[_0x3ebea8(0x250)],_0xf8c6d7=_0x1bcf0c['pickle'][_0x3ebea8(0x1f2)](_0x316c1d=>_0x316c1d['id']===_0x150a04),_0x350b78=_0x1bcf0c['gherkinDocument'][_0x3ebea8(0x1f2)](_0x1c56e5=>_0x1c56e5[_0x3ebea8(0x222)]===_0xf8c6d7[_0x3ebea8(0x222)]),_0x4fbac4=_0x350b78['feature'],_0x709ab0={'uuid':_0x3570a4,'startedAt':new Date()[_0x3ebea8(0x242)]()};if(_0xf8c6d7){const _0x5b5a1d={};_0x5b5a1d[_0x3ebea8(0x1e9)]=_0xf8c6d7[_0x3ebea8(0x1e9)],_0x709ab0['scenario']=_0x5b5a1d;}if(_0x52ae8c[_0x3ebea8(0x22d)](_0x350b78,_0x4fbac4)){const _0x5e96e8={};_0x5e96e8[_0x3ebea8(0x1ef)]=_0x350b78[_0x3ebea8(0x222)],_0x5e96e8[_0x3ebea8(0x1e9)]=_0x4fbac4[_0x3ebea8(0x1e9)],_0x5e96e8[_0x3ebea8(0x218)]=_0x4fbac4[_0x3ebea8(0x218)],_0x709ab0['feature']=_0x5e96e8;}_tests[_0x212580]=_0x709ab0,await testObservabilityReporter['sendTestRunEventForCucumber'](_0x444e02,_0x350b78,_0xf8c6d7,_0x52ae8c[_0x3ebea8(0x1fc)],_0x709ab0);}catch(_0x4970ee){logger[_0x3ebea8(0x254)](_0x3ebea8(0x1f3)+util[_0x3ebea8(0x23f)](_0x4970ee)+'\x20');}}async[a6_0x74aae0(0x1fd)](_0x321832,_0x507de5,_0x4e42a5){const _0xbddf4=a6_0x74aae0,_0x725e36={'nvzWf':function(_0x947d79,_0x2eb2f2){return _0x947d79(_0x2eb2f2);},'lflgq':_0xbddf4(0x1e3)};this[_0xbddf4(0x239)](_0x321832);if(_0x725e36[_0xbddf4(0x240)](shouldProcessEventForTesthub,_0x725e36[_0xbddf4(0x26d)]))try{this['report'][_0xbddf4(0x225)]=this[_0xbddf4(0x1e5)][_0xbddf4(0x225)]||{},this['report'][_0xbddf4(0x225)][_0x321832['testCaseStartedId']]=_0x321832,_testCasesData[_0x4e42a5['id']]=Object[_0xbddf4(0x1d9)]({},_0x4e42a5);const _0x145e5d=_0x321832[_0xbddf4(0x1c5)],_0x3e7169=_0x507de5[_0xbddf4(0x211)][_0xbddf4(0x231)][_0x145e5d][_0xbddf4(0x247)],_0x7edd6d=_0x507de5[_0xbddf4(0x211)]['testCaseMap'][_0x3e7169],_0x22c44c=_0x7edd6d[_0xbddf4(0x250)],_0x280296=_0x507de5[_0xbddf4(0x211)][_0xbddf4(0x201)][_0x22c44c],_0x3f56bd=this[_0xbddf4(0x1e4)](_0x507de5,_0x280296),_0x4d300e=_tests[_0x3e7169];_0x4d300e&&(delete _tests[_0x3e7169],_0x4d300e[_0xbddf4(0x228)]=new Date()[_0xbddf4(0x242)]()),await testObservabilityReporter['sendTestRunEventForCucumber'](_0x4e42a5,_0x3f56bd,_0x280296,_0x725e36[_0xbddf4(0x26d)],_0x4d300e);}catch(_0x486040){logger[_0xbddf4(0x254)](_0xbddf4(0x235)+util[_0xbddf4(0x23f)](_0x486040));}}async['onTestStepStarted'](_0x5753a5,_0x84200f){const _0x15a54b=a6_0x74aae0,_0x36a673={'YatyM':function(_0x4304b1,_0x9fe7d5){return _0x4304b1(_0x9fe7d5);},'DUAvv':_0x15a54b(0x1d5),'UDnyx':function(_0x355429,_0x92c5da){return _0x355429!==_0x92c5da;},'Hagnh':_0x15a54b(0x1dd)};if(_0x36a673[_0x15a54b(0x26b)](shouldProcessEventForTesthub,_0x36a673['DUAvv']))try{this[_0x15a54b(0x1e5)][_0x15a54b(0x22b)]=this[_0x15a54b(0x1e5)]['testStepStarted']||{},this[_0x15a54b(0x1e5)][_0x15a54b(0x22b)][_0x5753a5[_0x15a54b(0x1c5)]]=_0x5753a5;const _0x3deb2f=_0x5753a5['testCaseStartedId'],_0x4898fb=_0x84200f[_0x15a54b(0x211)][_0x15a54b(0x231)][_0x3deb2f][_0x15a54b(0x247)],_0x1fa5db=this[_0x15a54b(0x1e5)][_0x15a54b(0x21d)][_0x15a54b(0x1f2)](_0x4e0948=>_0x4e0948['id']===_0x4898fb)[_0x15a54b(0x250)],_0x135eed=this[_0x15a54b(0x1e5)][_0x15a54b(0x26e)]['find'](_0x4b4380=>_0x4b4380['id']===_0x1fa5db),_0x456a85=this[_0x15a54b(0x1e5)][_0x15a54b(0x21d)][_0x15a54b(0x1f2)](_0xc670c9=>_0xc670c9['id']===_0x4898fb)[_0x15a54b(0x238)],_0x3c7541=this[_0x15a54b(0x1e5)][_0x15a54b(0x22b)][_0x3deb2f][_0x15a54b(0x1dd)],_0x57d208=_0x456a85[_0x15a54b(0x1f2)](_0x10b753=>_0x10b753['id']===_0x3c7541)['pickleStepId'],_0x5e4671=_0x135eed['steps'][_0x15a54b(0x1f2)](_0xc844bd=>_0xc844bd['id']===_0x57d208);if(_0x57d208&&_tests[_0x4898fb]&&_0x36a673[_0x15a54b(0x1d8)](_tests[_0x4898fb][_0x36a673[_0x15a54b(0x210)]],_0x3c7541)){_tests[_0x4898fb][_0x36a673[_0x15a54b(0x210)]]=_0x3c7541;const _0x439a5a={};_0x439a5a[_0x15a54b(0x268)]=[];const _0x5bd276=_tests[_0x4898fb]||_0x439a5a;_0x5bd276&&!_0x5bd276[_0x15a54b(0x268)]&&(_0x5bd276['steps']=[]),_0x5bd276['steps'][_0x15a54b(0x1c9)]({'id':_0x5e4671['id'],'text':_0x5e4671[_0x15a54b(0x22a)],'started_at':new Date()[_0x15a54b(0x242)]()}),_tests[_0x4898fb]=_0x5bd276;}await testObservabilityReporter[_0x15a54b(0x214)](this[_0x15a54b(0x1e5)],_0x3deb2f,_0x36a673[_0x15a54b(0x1ce)],_0x456a85,_0x3c7541,_tests[_0x4898fb]);}catch(_0x2067e3){logger[_0x15a54b(0x254)](_0x15a54b(0x202)+util[_0x15a54b(0x23f)](_0x2067e3));}}async[a6_0x74aae0(0x1c7)](_0x5818f9,_0x3173ac){const _0x4be8aa=a6_0x74aae0,_0x44727f={'rnFpJ':function(_0x4c116c,_0x1f66aa){return _0x4c116c===_0x1f66aa;},'FgTuQ':'2|4|3|1|0','CEWtc':function(_0x1f607f,_0x3bb1c0){return _0x1f607f(_0x3bb1c0);},'CzXAv':'HookRunFinished','URzLs':'failed','geUzv':function(_0x54baa1,_0x2bfcd7){return _0x54baa1===_0x2bfcd7;},'Azgdm':'UnhandledError','UvKSJ':_0x4be8aa(0x1dd)};this[_0x4be8aa(0x1e5)]['testStepFinished']=this['report'][_0x4be8aa(0x200)]||{},this['report'][_0x4be8aa(0x200)][_0x5818f9[_0x4be8aa(0x1c5)]]=_0x5818f9;if(_0x44727f[_0x4be8aa(0x1da)](shouldProcessEventForTesthub,_0x44727f[_0x4be8aa(0x1fe)]))try{const _0x1177c4=_0x5818f9[_0x4be8aa(0x1c5)],_0x99a266=_0x3173ac[_0x4be8aa(0x211)]['testCaseAttemptDataMap'][_0x1177c4][_0x4be8aa(0x247)],_0x5e590f=_0x3173ac['eventDataCollector'][_0x4be8aa(0x269)][_0x99a266],_0x58515f=_0x5e590f[_0x4be8aa(0x250)],_0x2b1a90=_0x3173ac['eventDataCollector'][_0x4be8aa(0x201)][_0x58515f],_0x324e8f=_0x5818f9[_0x4be8aa(0x1dd)],_0xa3ed0c=_0x5e590f[_0x4be8aa(0x238)],_0x12eca4=this['eventDataCollector']['getTestCaseAttempt'](_0x1177c4),_0x27afeb=_0xa3ed0c['find'](_0x40cb9f=>_0x40cb9f['id']===_0x324e8f)['pickleStepId'];let _0x2cc7ae,_0x361f35;_0x5818f9[_0x4be8aa(0x25a)]&&_0x44727f['rnFpJ'](_0x5818f9[_0x4be8aa(0x25a)]['status'][_0x4be8aa(0x1e6)]()['toLowerCase'](),_0x44727f[_0x4be8aa(0x1f7)])&&(_0x2cc7ae=_0x44727f[_0x4be8aa(0x226)](_0x5818f9[_0x4be8aa(0x25a)][_0x4be8aa(0x1cd)],undefined)?_0x5818f9[_0x4be8aa(0x25a)]['message']:_0x5818f9[_0x4be8aa(0x25a)]['exception']['message'],_0x361f35=_0x44727f[_0x4be8aa(0x226)](_0x5818f9[_0x4be8aa(0x25a)][_0x4be8aa(0x1cd)],undefined)?_0x44727f['Azgdm']:_0x5818f9[_0x4be8aa(0x25a)]['message']);await testObservabilityReporter[_0x4be8aa(0x214)](this[_0x4be8aa(0x1e5)],_0x1177c4,_0x44727f[_0x4be8aa(0x1fe)],_0xa3ed0c,_0x324e8f,_tests[_0x99a266]);if(_0x27afeb&&_tests[_0x99a266][_0x44727f['UvKSJ']]){const _0x4f31f=_0x2b1a90[_0x4be8aa(0x268)][_0x4be8aa(0x1f2)](_0xd9a329=>_0xd9a329['id']===_0x27afeb),_0x5eecbc={};_0x5eecbc['steps']=[];const _0x575358=_tests[_0x99a266]||_0x5eecbc;!_0x575358[_0x4be8aa(0x268)]?_0x575358['steps']=[{'id':_0x4f31f['id'],'text':_0x4f31f[_0x4be8aa(0x22a)],'finished_at':new Date()[_0x4be8aa(0x242)](),'result':_0x5818f9[_0x4be8aa(0x25a)][_0x4be8aa(0x22c)],'duration':_0x5818f9['testStepResult'][_0x4be8aa(0x1dc)][_0x4be8aa(0x229)],'failure':_0x2cc7ae,'failureType':_0x361f35}]:_0x575358['steps'][_0x4be8aa(0x1c2)](_0x4907d3=>{const _0x2fb939=_0x4be8aa;if(_0x44727f[_0x2fb939(0x255)](_0x4907d3['id'],_0x4f31f['id'])){const _0x66e1a4=_0x44727f[_0x2fb939(0x244)][_0x2fb939(0x262)]('|');let _0x11c71c=0x0;while(!![]){switch(_0x66e1a4[_0x11c71c++]){case'0':_0x4907d3[_0x2fb939(0x24f)]=_0x361f35;continue;case'1':_0x4907d3[_0x2fb939(0x203)]=_0x2cc7ae;continue;case'2':_0x4907d3['finished_at']=new Date()[_0x2fb939(0x242)]();continue;case'3':_0x4907d3['duration']=_0x5818f9[_0x2fb939(0x25a)][_0x2fb939(0x1dc)]['seconds'];continue;case'4':_0x4907d3[_0x2fb939(0x23d)]=_0x5818f9['testStepResult'][_0x2fb939(0x22c)];continue;}break;}}}),_tests[_0x99a266]=_0x575358,delete _tests[_0x99a266][_0x44727f[_0x4be8aa(0x252)]];}}catch(_0x39d1a3){logger[_0x4be8aa(0x254)](_0x4be8aa(0x213)+util[_0x4be8aa(0x23f)](_0x39d1a3));}}[a6_0x74aae0(0x1c1)](_0xe1949f){const _0x8a4f3=a6_0x74aae0,_0x2f8d18={};return _0xe1949f['feature'][_0x8a4f3(0x21e)][_0x8a4f3(0x1f4)](this[_0x8a4f3(0x266)])[_0x8a4f3(0x258)]()[_0x8a4f3(0x1c2)](_0x58d4f7=>_0x58d4f7[_0x8a4f3(0x268)][_0x8a4f3(0x1c2)](_0x35e6c1=>_0x2f8d18[_0x35e6c1['id']]=_0x35e6c1)),_0x2f8d18;}[a6_0x74aae0(0x266)](_0x3aef44){const _0x542175=a6_0x74aae0,_0x93ff1d={'XaslL':function(_0x11d511,_0x354899){return _0x11d511(_0x354899);},'lohfo':function(_0x1e933b,_0x4c1993){return _0x1e933b(_0x4c1993);}};if(!_0x93ff1d[_0x542175(0x26c)](isUndefined,_0x3aef44['background']))return[_0x3aef44['background']];else{if(!_0x93ff1d[_0x542175(0x1cb)](isUndefined,_0x3aef44[_0x542175(0x1df)]))return _0x3aef44[_0x542175(0x1df)][_0x542175(0x21e)]['map'](_0x427c55=>!isUndefined(_0x427c55[_0x542175(0x236)])?_0x427c55[_0x542175(0x236)]:_0x427c55['scenario']);};return[_0x3aef44[_0x542175(0x1d7)]];}['getGherkinDocument'](_0x20d8b9,_0x2ee0ba){const _0x2ab184=a6_0x74aae0;return Object[_0x2ab184(0x20c)](_0x20d8b9[_0x2ab184(0x211)]['gherkinDocumentMap'])['find'](_0x449e83=>_0x449e83[_0x2ab184(0x222)]===_0x2ee0ba[_0x2ab184(0x222)]);}}module[a6_0x74aae0(0x1c0)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x74aae0(0x1f5),a6_0x74aae0(0x1fd),a6_0x74aae0(0x1c8),a6_0x74aae0(0x1c7),a6_0x74aae0(0x232),'onTestRunFinished',a6_0x74aae0(0x266),a6_0x74aae0(0x1e4),'getGherkinStepMap']);function a6_0x43cd(){const _0x41af62=['MRocP','SKIPPED','KCbsA','eventBroadcaster','parse','logTestRunFinished','split','gherkinDocument','tuXAa','getTestCaseAttempt','extractStepContainers','testCaseAttempt','steps','testCaseMap','mfXHR','YatyM','XaslL','lflgq','pickle','exports','getGherkinStepMap','forEach','source','util','testCaseStartedId','onSource','onTestStepFinished','onTestStepStarted','push','testCase','lohfo','includes','exception','DUAvv','onStepDefinition','ADXXo','onPickle','YTRwb','sourceLocation','HiHRy','HookRunStarted','VBbXb','scenario','UDnyx','assign','CEWtc','testCaseStarted','duration','testStepId','PENDING','rule','hooks','3719125Wtcdth','NkYyp','TestRunFinished','getGherkinDocument','report','toString','snippetBuilder','EYpmn','name','envelope','tQGws','setup','pFZCT','../test-observability.js','path','../../playwright/reporter/test-details.js','capability','find','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','map','onTestCaseStarted','uLVAQ','URzLs','onTestCase','../../../helpers/logger','FAILED','dUyHp','PnNfp','onTestCaseFinished','CzXAv','80rpiHQe','testStepFinished','pickleMap','Exception\x20in\x20onTestStepStarted\x20event:\x20','failure','winstonLogger','\x20-\x20','feature','srhGP','incrementCounter','onGherkinDocument','424592XMgHJN','JveOg','values','onHook','28yNkfBQ','env','Hagnh','eventDataCollector','testRunStarted','Exception\x20in\x20onTestStepFinished\x20event:\x20','sendHook','onTestRunFinished','100XbMSWe','552879AxlGJW','description','826545qZjGEv','fRYgG','1720aycjGq','yTHBq','testCases','children','Executing\x20tests\x20for\x20','WfVol','wBhQq','uri','getTestUUID','4925418RWUSku','testCaseFinished','geUzv','stepDefinition','finishedAt','seconds','text','testStepStarted','status','DKrkL','actionLocation','CONFIG','UNDEFINED','testCaseAttemptDataMap','onTestRunStarted','hCQpX','message','Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20','background','JWVmy','testSteps','logTestCaseFinished','supportCodeLibrary','keyword','TestRunStarted','result','PASSED','format','nvzWf','@cucumber/cucumber','toISOString','parseTestCaseAttempt','FgTuQ','UNKNOWN','IpGGs','testCaseId','QAUbH','kFACD','isBstackHook','99597xMjxPl','bstack','BXUux','__platform','failureType','pickleId','cucumber-js/test.setup.js','UvKSJ','ZomBd','debug','rnFpJ','hook','testRunFinished','flat','cwd','testStepResult','log'];a6_0x43cd=function(){return _0x41af62;};return a6_0x43cd();}
|
|
1
|
+
const a6_0x480887=a6_0x39e2;(function(_0x21b1d3,_0x1e2316){const _0x3c968d=a6_0x39e2,_0x55da76=_0x21b1d3();while(!![]){try{const _0x2ffda9=parseInt(_0x3c968d(0x8f))/0x1*(-parseInt(_0x3c968d(0xb2))/0x2)+-parseInt(_0x3c968d(0xea))/0x3+parseInt(_0x3c968d(0x9e))/0x4+-parseInt(_0x3c968d(0x88))/0x5*(parseInt(_0x3c968d(0xe8))/0x6)+parseInt(_0x3c968d(0xb3))/0x7+-parseInt(_0x3c968d(0xbd))/0x8+-parseInt(_0x3c968d(0x10e))/0x9*(-parseInt(_0x3c968d(0xd5))/0xa);if(_0x2ffda9===_0x1e2316)break;else _0x55da76['push'](_0x55da76['shift']());}catch(_0x55e4a6){_0x55da76['push'](_0x55da76['shift']());}}}(a6_0x3fdf,0xc6b5d));const {requireModule,getPlatformName,nestedKeyValue,isUndefined}=require(a6_0x480887(0x10f)),util=require(a6_0x480887(0xd6)),{Formatter,formatterHelpers,Status}=requireModule(a6_0x480887(0xde)),TestDetails=require(a6_0x480887(0x8c)),TestObservabilityReporter=require('../test-observability.js'),{o11yClassErrorHandler}=require(a6_0x480887(0x7e)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils.js'),testObservabilityReporter=new TestObservabilityReporter(),logger=require('../../../helpers/logger')[a6_0x480887(0x6d)],_tests={},_testCasesData={};function a6_0x3fdf(){const _0x10726c=['snippetBuilder','incrementCounter','onTestStepStarted','Exception\x20in\x20onTestStepStarted\x20event:\x20','WffUT','Bipmp','getTestCaseAttempt','ELGKV','testCaseStarted','INiNj','stepDefinition','onHook','Jsgya','envelope','extractStepContainers','sourceLocation','RdOdW','forEach','testRunFinished','gherkinDocument','push','text','pickleMap','exception','isBstackHook','failureType','testSteps','failure','testCaseAttemptDataMap','PENDING','UAemi','report','FkCuI','11530296izALJm','../../../helpers/helper','env','viBAr','steps','PUswS','duration','background','TestRunStarted','vEdHB','raWeo','testCaseMap','testCases','eventDataCollector','winstonLogger','pickle','logTestCaseFinished','Gqofq','values','Executing\x20tests\x20for\x20','assign','split','cucumber-js/test.setup.js','onTestCase','UYXQw','fUllB','keyword','ozrlc','YELOM','wmXNQ','onTestCaseStarted','../../../helpers/test-observability/error-handler','aNqBS','testCaseAttempt','bstack','toISOString','sendHook','TestRunFinished','onGherkinDocument','PBDuY','onStepDefinition','260HACmeb','message','find','Jvzgr','../../playwright/reporter/test-details.js','log','gherkinDocumentMap','4uesZLA','sendTestRunEventForCucumber','rule','Exception\x20in\x20sending\x20onTestCaseStarted:\x20','finishedAt','fsnzd','FAILED','children','testCaseFinished','Exception\x20in\x20onTestStepFinished\x20event:\x20','FstgK','setup','testStepResult','KYmXc','onPickle','5223788rpqoFb','EVbmZ','onTestRunStarted','testStepStarted','name','seconds','UNKNOWN','HookRunStarted','TiafC','cwd','result','pickleStepId','onSource','logTestRunFinished','zhTpy','testStepId','getGherkinStepMap','onTestStepFinished','RMXJo','eventBroadcaster','600862pjvMLP','8413895sfwSLl','cZbAm','UNDEFINED','description','tGzPg','KKdjB','onTestCaseFinished','supportCodeLibrary','\x20-\x20','testRunStarted','9015456DKRJUv','uucPp','__platform','testStepFinished','hooks','onTestRunFinished','rApAU','CONFIG','status','testCaseId','feature','uri','XXnjO','KnKwh','getGherkinDocument','ZPkXK','qLtUW','testCase','pickleId','JnRyU','AVPEf','debug','AMBIGUOUS','HookRunFinished','20aKpIub','util','PASSED','gWXNy','map','exports','NAEMq','capability','actionLocation','@cucumber/cucumber','scenario','oZPYr','format','UkQvB','PKltE','FEjVv','toString','SKIPPED','testCaseStartedId','185292BoKLqS','JPGri','965349ymeXlB','SVdQz','wriVL'];a6_0x3fdf=function(){return _0x10726c;};return a6_0x3fdf();}class BrowserstackFormatter extends Formatter{constructor(_0xc7d5ca){const _0x2f82b4=a6_0x480887,_0x3887e6={};_0x3887e6[_0x2f82b4(0xb7)]=_0x2f82b4(0xfa);const _0xab7397=_0x3887e6;super(_0xc7d5ca),this['report']={},_0xc7d5ca[_0x2f82b4(0xb1)]['on'](_0xab7397[_0x2f82b4(0xb7)],async _0x41c16a=>{const _0x2ca905=_0x2f82b4;switch(!![]){case!!_0x41c16a[_0x2ca905(0xbc)]:this[_0x2ca905(0xa0)](_0x41c16a[_0x2ca905(0xbc)]);break;case!!_0x41c16a[_0x2ca905(0xff)]:this[_0x2ca905(0xc2)](_0x41c16a[_0x2ca905(0xff)]);break;case!!_0x41c16a[_0x2ca905(0xf5)]:this[_0x2ca905(0x7d)](_0x41c16a[_0x2ca905(0xf5)],_0xc7d5ca,_0x41c16a);break;case!!_0x41c16a['testCaseFinished']:this[_0x2ca905(0xb9)](_0x41c16a[_0x2ca905(0x97)],_0xc7d5ca,_0x41c16a);break;case!!_0x41c16a[_0x2ca905(0xa1)]:this['onTestStepStarted'](_0x41c16a[_0x2ca905(0xa1)],_0xc7d5ca);break;case!!_0x41c16a[_0x2ca905(0xc0)]:this['onTestStepFinished'](_0x41c16a[_0x2ca905(0xc0)],_0xc7d5ca);break;case!!_0x41c16a['hook']:this[_0x2ca905(0xf8)](_0x41c16a['hook']);break;case!!_0x41c16a[_0x2ca905(0xce)]:this['onTestCase'](_0x41c16a[_0x2ca905(0xce)]);break;case!!_0x41c16a[_0x2ca905(0x6e)]:this[_0x2ca905(0x9d)](_0x41c16a[_0x2ca905(0x6e)]);break;case!!_0x41c16a['gherkinDocument']:this[_0x2ca905(0x85)](_0x41c16a[_0x2ca905(0x100)]);break;}});}[a6_0x480887(0xf8)](_0xbec7a3){const _0x4a7a78=a6_0x480887;this['report'][_0x4a7a78(0xc1)]=Object[_0x4a7a78(0x73)]([],this[_0x4a7a78(0x10c)][_0x4a7a78(0xc1)]||[]),this['report'][_0x4a7a78(0xc1)][_0x4a7a78(0x101)](_0xbec7a3);}[a6_0x480887(0x9d)](_0x572946){const _0x4bfd49=a6_0x480887;this[_0x4bfd49(0x10c)]['pickle']=Object[_0x4bfd49(0x73)]([],this[_0x4bfd49(0x10c)]['pickle']||[],[_0x572946]),this[_0x4bfd49(0x10c)][_0x4bfd49(0x6e)][_0x4bfd49(0x101)](_0x572946);}['onGherkinDocument'](_0x1f96d6){const _0x58d48f=a6_0x480887;this[_0x58d48f(0x10c)][_0x58d48f(0x100)]=Object[_0x58d48f(0x73)]([],this['report']['gherkinDocument']||[],[_0x1f96d6]),this[_0x58d48f(0x10c)]['gherkinDocument']['push'](_0x1f96d6);}[a6_0x480887(0xaa)](_0x38ae2f){const _0x35e6ca=a6_0x480887;this[_0x35e6ca(0x10c)]['source']=_0x38ae2f;}[a6_0x480887(0x87)](_0x1a1c14){const _0x271f16=a6_0x480887;this[_0x271f16(0x10c)][_0x271f16(0xf7)]=Object[_0x271f16(0x73)]([],this[_0x271f16(0x10c)][_0x271f16(0xf7)]||[],[_0x1a1c14]),this[_0x271f16(0x10c)][_0x271f16(0xf7)][_0x271f16(0x101)](_0x1a1c14);}[a6_0x480887(0x76)](_0x49eb0b){const _0x358766=a6_0x480887;this[_0x358766(0x10c)][_0x358766(0x6b)]=Object[_0x358766(0x73)]([],this[_0x358766(0x10c)]['testCases']||[],[_0x49eb0b]),this[_0x358766(0x10c)][_0x358766(0x6b)][_0x358766(0x101)](_0x49eb0b);}[a6_0x480887(0x6f)](_0x8f033c){const _0x2f9aa6=a6_0x480887,_0x4ac3da={'SVdQz':function(_0x1cd826,_0xce80b8){return _0x1cd826!==_0xce80b8;},'zhTpy':_0x2f9aa6(0x81),'XXnjO':function(_0x34ad64,_0x5b7e78){return _0x34ad64+_0x5b7e78;},'fUllB':function(_0x367794,_0x3985aa){return _0x367794+_0x3985aa;},'FkCuI':'\x20\x20\x20\x20','RMXJo':_0x2f9aa6(0xbb),'Jvzgr':function(_0x288f59,_0x58b1f1){return _0x288f59===_0x58b1f1;},'JnRyU':_0x2f9aa6(0x95),'INiNj':function(_0x5592a9,_0xe1e050,_0x4b6e4e){return _0x5592a9(_0xe1e050,_0x4b6e4e);},'UAemi':_0x2f9aa6(0xa8),'gWXNy':_0x2f9aa6(0x89),'UkQvB':function(_0x203c98,_0xfd08a8){return _0x203c98+_0xfd08a8;},'wmXNQ':function(_0x3d3057,_0x24e9c7){return _0x3d3057!==_0x24e9c7;},'GySLk':function(_0x410770,_0x401515){return _0x410770+_0x401515;},'JPGri':function(_0x40db12,_0x34d198){return _0x40db12+_0x34d198;},'KYmXc':function(_0x11e336,_0x5636c1){return _0x11e336+_0x5636c1;},'rApAU':function(_0x187c74,_0x4d9b15){return _0x187c74+_0x4d9b15;},'cZbAm':function(_0x494e83,_0x4b4419){return _0x494e83+_0x4b4419;}};_0x4ac3da[_0x2f9aa6(0x7c)](global[_0x2f9aa6(0xbf)],undefined)&&this[_0x2f9aa6(0x8d)](_0x4ac3da['GySLk'](_0x4ac3da[_0x2f9aa6(0xe9)]('\x0a',global[_0x2f9aa6(0xbf)]),'\x0a'));const _0x3b1c47=this[_0x2f9aa6(0x6c)][_0x2f9aa6(0xf3)](_0x8f033c['testCaseStartedId']);this[_0x2f9aa6(0x8d)](_0x4ac3da[_0x2f9aa6(0x9c)](_0x4ac3da['fUllB'](_0x4ac3da[_0x2f9aa6(0xc3)](_0x4ac3da[_0x2f9aa6(0xb4)]('\x20\x20',_0x3b1c47['gherkinDocument'][_0x2f9aa6(0xc7)]['name']),_0x4ac3da[_0x2f9aa6(0xb0)]),_0x3b1c47[_0x2f9aa6(0x6e)][_0x2f9aa6(0xa2)]),'\x0a'));const _0x52ef30={};_0x52ef30[_0x2f9aa6(0xa7)]=this['cwd'],_0x52ef30[_0x2f9aa6(0xed)]=this[_0x2f9aa6(0xed)],_0x52ef30[_0x2f9aa6(0xba)]=this[_0x2f9aa6(0xba)],_0x52ef30[_0x2f9aa6(0x80)]=_0x3b1c47;const _0x1d52e3=formatterHelpers['parseTestCaseAttempt'](_0x52ef30);let _0x3de954=![];_0x1d52e3[_0x2f9aa6(0x107)][_0x2f9aa6(0xfe)](_0x409007=>{const _0x4c3492=_0x2f9aa6;if(_0x4ac3da[_0x4c3492(0xeb)](_0x409007['name'],_0x4ac3da[_0x4c3492(0xac)])&&!this[_0x4c3492(0x105)](_0x409007)){totalTests+=0x1,this[_0x4c3492(0x8d)](_0x4ac3da[_0x4c3492(0xc9)](_0x4ac3da[_0x4c3492(0x78)](_0x4ac3da['fUllB'](_0x4ac3da[_0x4c3492(0x78)](_0x4ac3da[_0x4c3492(0x78)](_0x4ac3da[_0x4c3492(0x10d)],_0x409007[_0x4c3492(0x79)]),_0x409007[_0x4c3492(0x102)]||''),_0x4ac3da['RMXJo']),Status[_0x409007['result'][_0x4c3492(0xc5)]]),'\x0a')),this[_0x4c3492(0xee)](Status[_0x409007[_0x4c3492(0xa8)][_0x4c3492(0xc5)]]);if(_0x4ac3da[_0x4c3492(0x8b)](Status[_0x409007[_0x4c3492(0xa8)]['status']],_0x4ac3da[_0x4c3492(0xd0)])){_0x3de954=!![];const _0x19af5e=_0x4ac3da[_0x4c3492(0xf6)](nestedKeyValue,_0x409007,[_0x4ac3da[_0x4c3492(0x10b)],_0x4ac3da[_0x4c3492(0xd8)]]);_0x19af5e&&(testsErrorMessage[_0x4ac3da[_0x4c3492(0xe2)](_0x4ac3da[_0x4c3492(0xc9)](_0x3b1c47[_0x4c3492(0x100)][_0x4c3492(0xc7)][_0x4c3492(0xa2)],_0x4ac3da[_0x4c3492(0xb0)]),_0x3b1c47[_0x4c3492(0x6e)][_0x4c3492(0xa2)])]=_0x19af5e,this[_0x4c3492(0x8d)](_0x4ac3da['XXnjO'](_0x19af5e,'\x0a')));}}}),_0x3de954&&(testSuitesFailed+=0x1),this['log']('\x0a');}[a6_0x480887(0xab)](_0x146e61){}[a6_0x480887(0x105)](_0x208ba6){const _0x1332dd=a6_0x480887,_0x3cf0dc={};_0x3cf0dc['AVPEf']=function(_0x4258d3,_0x328581){return _0x4258d3!==_0x328581;},_0x3cf0dc['Bipmp']=_0x1332dd(0x75);const _0x164834=_0x3cf0dc;if(_0x164834[_0x1332dd(0xd1)](_0x208ba6[_0x1332dd(0xfc)],undefined))return![];if(_0x208ba6[_0x1332dd(0xdd)]&&_0x208ba6['actionLocation']['uri']['includes'](_0x164834[_0x1332dd(0xf2)]))return!![];return![];}[a6_0x480887(0xee)](_0x1c044c){const _0x223b7c=a6_0x480887,_0xb7c543={};_0xb7c543[_0x223b7c(0x86)]=_0x223b7c(0x95),_0xb7c543[_0x223b7c(0xcc)]=_0x223b7c(0xd7),_0xb7c543[_0x223b7c(0xfd)]=_0x223b7c(0xe6),_0xb7c543[_0x223b7c(0xe0)]=_0x223b7c(0x10a),_0xb7c543[_0x223b7c(0xec)]=_0x223b7c(0xb5),_0xb7c543[_0x223b7c(0x99)]=_0x223b7c(0xa4),_0xb7c543[_0x223b7c(0xcd)]=_0x223b7c(0xd3);const _0xdc995=_0xb7c543;switch(_0x1c044c){case _0xdc995[_0x223b7c(0x86)]:testsFailed+=0x1;break;case _0xdc995[_0x223b7c(0xcc)]:testsPassed+=0x1;break;case _0xdc995['RdOdW']:testsSkipped+=0x1;break;case _0xdc995[_0x223b7c(0xe0)]:testsPending+=0x1;break;case _0xdc995['wriVL']:testsUndefined+=0x1;break;case _0xdc995[_0x223b7c(0x99)]:testsUnknown+=0x1;break;case _0xdc995[_0x223b7c(0xcd)]:testsAmbiguous+=0x1;break;default:break;}}[a6_0x480887(0xa0)](_0xbbbc1b){const _0x493224=a6_0x480887,_0x887c7a={'TiafC':function(_0x49be6e,_0x3cc795){return _0x49be6e!==_0x3cc795;},'fsnzd':function(_0x5c5d05,_0x19408b){return _0x5c5d05!==_0x19408b;},'uucPp':function(_0x217318,_0x2ac8e8){return _0x217318(_0x2ac8e8);},'ozrlc':function(_0x4cf365,_0x559e2a){return _0x4cf365+_0x559e2a;},'KKdjB':function(_0x5a1e33){return _0x5a1e33();}};let _0x21252c;if(_0x887c7a[_0x493224(0xa6)](process[_0x493224(0x110)][_0x493224(0xc4)],undefined)){const _0x123226=JSON['parse'](process[_0x493224(0x110)]['CONFIG']);_0x21252c=_0x123226[_0x493224(0xdc)];}_0x887c7a[_0x493224(0x94)](_0x21252c,undefined)&&(global[_0x493224(0xbf)]=_0x887c7a[_0x493224(0xbe)](getPlatformName,_0x21252c),this[_0x493224(0x8d)](_0x887c7a[_0x493224(0x7a)](_0x493224(0x72)+global[_0x493224(0xbf)],'\x0a'))),_0x887c7a[_0x493224(0xb8)](shouldProcessEventForTesthub)&&(TestDetails[_0x493224(0x9a)](),this[_0x493224(0x10c)][_0x493224(0xbc)]=_0xbbbc1b);}[a6_0x480887(0xc2)](_0x4dd717){const _0x597a83=a6_0x480887;this['report'][_0x597a83(0xff)]=_0x4dd717,this[_0x597a83(0xab)](_0x4dd717);}async[a6_0x480887(0x7d)](_0x18b7d9,_0x493eb9,_0x17ad4b){const _0x1ac01d=a6_0x480887,_0x5a2eac={'viBAr':function(_0x419d16,_0x5c17a3){return _0x419d16(_0x5c17a3);},'Gqofq':_0x1ac01d(0x67),'PKltE':function(_0x5d17cc,_0x41864f){return _0x5d17cc&&_0x41864f;}};testSuites+=0x1;if(_0x5a2eac[_0x1ac01d(0x111)](shouldProcessEventForTesthub,_0x5a2eac[_0x1ac01d(0x70)]))try{this[_0x1ac01d(0x10c)][_0x1ac01d(0xf5)]=this[_0x1ac01d(0x10c)][_0x1ac01d(0xf5)]||{},this[_0x1ac01d(0x10c)][_0x1ac01d(0xf5)][_0x18b7d9['id']]=_0x18b7d9;const _0x5c5f20=TestDetails['getTestUUID'](_0x18b7d9['id']);_testCasesData[_0x18b7d9['id']]=Object[_0x1ac01d(0x73)]({},_0x17ad4b);const _0x4e60d6=this[_0x1ac01d(0x10c)],_0x2533b0=_0x18b7d9[_0x1ac01d(0xc6)],_0x1cbf55=_0x4e60d6[_0x1ac01d(0x6b)][_0x1ac01d(0x8a)](_0x2c77b0=>_0x2c77b0['id']===_0x2533b0)[_0x1ac01d(0xcf)],_0x2b88fc=_0x4e60d6[_0x1ac01d(0x6e)][_0x1ac01d(0x8a)](_0x37afb9=>_0x37afb9['id']===_0x1cbf55),_0x31fab6=_0x4e60d6[_0x1ac01d(0x100)][_0x1ac01d(0x8a)](_0x2fd695=>_0x2fd695[_0x1ac01d(0xc8)]===_0x2b88fc[_0x1ac01d(0xc8)]),_0xce32ec=_0x31fab6[_0x1ac01d(0xc7)],_0x140366={'uuid':_0x5c5f20,'startedAt':new Date()[_0x1ac01d(0x82)]()};if(_0x2b88fc){const _0x1bc0d0={};_0x1bc0d0[_0x1ac01d(0xa2)]=_0x2b88fc[_0x1ac01d(0xa2)],_0x140366[_0x1ac01d(0xdf)]=_0x1bc0d0;}if(_0x5a2eac[_0x1ac01d(0xe3)](_0x31fab6,_0xce32ec)){const _0x473bf7={};_0x473bf7['path']=_0x31fab6[_0x1ac01d(0xc8)],_0x473bf7[_0x1ac01d(0xa2)]=_0xce32ec[_0x1ac01d(0xa2)],_0x473bf7[_0x1ac01d(0xb6)]=_0xce32ec[_0x1ac01d(0xb6)],_0x140366['feature']=_0x473bf7;}_tests[_0x2533b0]=_0x140366,await testObservabilityReporter[_0x1ac01d(0x90)](_0x17ad4b,_0x31fab6,_0x2b88fc,_0x5a2eac[_0x1ac01d(0x70)],_0x140366);}catch(_0x1875e1){logger[_0x1ac01d(0xd2)](_0x1ac01d(0x92)+util['format'](_0x1875e1)+'\x20');}}async[a6_0x480887(0xb9)](_0x1dd734,_0x457c70,_0x182968){const _0x37898e=a6_0x480887,_0x283fed={'FEjVv':function(_0x3390a5,_0x36fccb){return _0x3390a5(_0x36fccb);},'EVbmZ':_0x37898e(0x84)};this[_0x37898e(0x6f)](_0x1dd734);if(_0x283fed[_0x37898e(0xe4)](shouldProcessEventForTesthub,_0x283fed['EVbmZ']))try{this['report']['testCaseFinished']=this[_0x37898e(0x10c)][_0x37898e(0x97)]||{},this[_0x37898e(0x10c)][_0x37898e(0x97)][_0x1dd734[_0x37898e(0xe7)]]=_0x1dd734,_testCasesData[_0x182968['id']]=Object[_0x37898e(0x73)]({},_0x182968);const _0x218354=_0x1dd734[_0x37898e(0xe7)],_0x14c04e=_0x457c70[_0x37898e(0x6c)][_0x37898e(0x109)][_0x218354]['testCaseId'],_0x46b8de=_0x457c70[_0x37898e(0x6c)][_0x37898e(0x6a)][_0x14c04e],_0x3b0ed5=_0x46b8de[_0x37898e(0xcf)],_0xd23367=_0x457c70[_0x37898e(0x6c)][_0x37898e(0x103)][_0x3b0ed5],_0xf1bf35=this[_0x37898e(0xcb)](_0x457c70,_0xd23367),_0x529f53=_tests[_0x14c04e];_0x529f53&&(delete _tests[_0x14c04e],_0x529f53[_0x37898e(0x93)]=new Date()[_0x37898e(0x82)]()),await testObservabilityReporter[_0x37898e(0x90)](_0x182968,_0xf1bf35,_0xd23367,_0x283fed[_0x37898e(0x9f)],_0x529f53);}catch(_0x38539a){logger[_0x37898e(0xd2)]('Exception\x20in\x20sending\x20onTestCaseFinished\x20event:\x20\x20'+util[_0x37898e(0xe1)](_0x38539a));}}async[a6_0x480887(0xef)](_0x4da54d,_0x5af0f1){const _0x35367b=a6_0x480887,_0x3a534a={'WffUT':function(_0x5c5690,_0x3db143){return _0x5c5690(_0x3db143);},'UYXQw':_0x35367b(0xa5),'NAEMq':function(_0x176636,_0xc9828f){return _0x176636!==_0xc9828f;},'Jsgya':_0x35367b(0xad)};if(_0x3a534a[_0x35367b(0xf1)](shouldProcessEventForTesthub,_0x3a534a[_0x35367b(0x77)]))try{this['report'][_0x35367b(0xa1)]=this['report']['testStepStarted']||{},this[_0x35367b(0x10c)][_0x35367b(0xa1)][_0x4da54d[_0x35367b(0xe7)]]=_0x4da54d;const _0x3d54ef=_0x4da54d[_0x35367b(0xe7)],_0xefe7d5=_0x5af0f1[_0x35367b(0x6c)][_0x35367b(0x109)][_0x3d54ef][_0x35367b(0xc6)],_0x63d42d=this[_0x35367b(0x10c)]['testCases']['find'](_0x134740=>_0x134740['id']===_0xefe7d5)[_0x35367b(0xcf)],_0x4191c5=this[_0x35367b(0x10c)]['pickle']['find'](_0x10a7c1=>_0x10a7c1['id']===_0x63d42d),_0x5676c2=this[_0x35367b(0x10c)][_0x35367b(0x6b)][_0x35367b(0x8a)](_0x24fe18=>_0x24fe18['id']===_0xefe7d5)[_0x35367b(0x107)],_0x1c8d6e=this[_0x35367b(0x10c)]['testStepStarted'][_0x3d54ef]['testStepId'],_0x3efbe5=_0x5676c2[_0x35367b(0x8a)](_0x477938=>_0x477938['id']===_0x1c8d6e)[_0x35367b(0xa9)],_0x25a765=_0x4191c5[_0x35367b(0x112)][_0x35367b(0x8a)](_0x12c7be=>_0x12c7be['id']===_0x3efbe5);if(_0x3efbe5&&_tests[_0xefe7d5]&&_0x3a534a[_0x35367b(0xdb)](_tests[_0xefe7d5][_0x3a534a[_0x35367b(0xf9)]],_0x1c8d6e)){_tests[_0xefe7d5][_0x3a534a[_0x35367b(0xf9)]]=_0x1c8d6e;const _0x290efb={};_0x290efb['steps']=[];const _0x3b6ac3=_tests[_0xefe7d5]||_0x290efb;_0x3b6ac3&&!_0x3b6ac3['steps']&&(_0x3b6ac3[_0x35367b(0x112)]=[]),_0x3b6ac3[_0x35367b(0x112)]['push']({'id':_0x25a765['id'],'text':_0x25a765[_0x35367b(0x102)],'started_at':new Date()['toISOString']()}),_tests[_0xefe7d5]=_0x3b6ac3;}await testObservabilityReporter[_0x35367b(0x83)](this[_0x35367b(0x10c)],_0x3d54ef,_0x3a534a[_0x35367b(0x77)],_0x5676c2,_0x1c8d6e,_tests[_0xefe7d5]);}catch(_0x2c41b9){logger['debug'](_0x35367b(0xf0)+util[_0x35367b(0xe1)](_0x2c41b9));}}async[a6_0x480887(0xaf)](_0x1897a6,_0x4edea7){const _0x2b500b=a6_0x480887,_0x1de03f={'PUswS':function(_0x5aa35b,_0x3ca744){return _0x5aa35b===_0x3ca744;},'aNqBS':'1|0|2|4|3','raWeo':function(_0x3d6d32,_0x421b4f){return _0x3d6d32(_0x421b4f);},'ELGKV':_0x2b500b(0xd4),'KnKwh':'failed','vEdHB':'UnhandledError','YELOM':'testStepId'};this[_0x2b500b(0x10c)][_0x2b500b(0xc0)]=this[_0x2b500b(0x10c)]['testStepFinished']||{},this['report']['testStepFinished'][_0x1897a6[_0x2b500b(0xe7)]]=_0x1897a6;if(_0x1de03f[_0x2b500b(0x69)](shouldProcessEventForTesthub,_0x1de03f[_0x2b500b(0xf4)]))try{const _0x492b1e=_0x1897a6[_0x2b500b(0xe7)],_0xe3811e=_0x4edea7[_0x2b500b(0x6c)]['testCaseAttemptDataMap'][_0x492b1e][_0x2b500b(0xc6)],_0x1092c8=_0x4edea7[_0x2b500b(0x6c)]['testCaseMap'][_0xe3811e],_0x2c474b=_0x1092c8[_0x2b500b(0xcf)],_0x3ae904=_0x4edea7[_0x2b500b(0x6c)][_0x2b500b(0x103)][_0x2c474b],_0x36255b=_0x1897a6['testStepId'],_0x48a541=_0x1092c8['testSteps'],_0x1986d5=this[_0x2b500b(0x6c)][_0x2b500b(0xf3)](_0x492b1e),_0x5840a8=_0x48a541[_0x2b500b(0x8a)](_0x48d8d2=>_0x48d8d2['id']===_0x36255b)[_0x2b500b(0xa9)];let _0x3bb889,_0x117fa4;_0x1897a6[_0x2b500b(0x9b)]&&_0x1de03f['PUswS'](_0x1897a6[_0x2b500b(0x9b)][_0x2b500b(0xc5)][_0x2b500b(0xe5)]()['toLowerCase'](),_0x1de03f[_0x2b500b(0xca)])&&(_0x3bb889=_0x1de03f['PUswS'](_0x1897a6[_0x2b500b(0x9b)]['exception'],undefined)?_0x1897a6[_0x2b500b(0x9b)][_0x2b500b(0x89)]:_0x1897a6[_0x2b500b(0x9b)][_0x2b500b(0x104)][_0x2b500b(0x89)],_0x117fa4=_0x1de03f[_0x2b500b(0x64)](_0x1897a6[_0x2b500b(0x9b)][_0x2b500b(0x104)],undefined)?_0x1de03f[_0x2b500b(0x68)]:_0x1897a6['testStepResult'][_0x2b500b(0x89)]);await testObservabilityReporter[_0x2b500b(0x83)](this[_0x2b500b(0x10c)],_0x492b1e,_0x1de03f[_0x2b500b(0xf4)],_0x48a541,_0x36255b,_tests[_0xe3811e]);if(_0x5840a8&&_tests[_0xe3811e][_0x1de03f[_0x2b500b(0x7b)]]){const _0x145550=_0x3ae904[_0x2b500b(0x112)][_0x2b500b(0x8a)](_0x5dac58=>_0x5dac58['id']===_0x5840a8),_0x47a093={};_0x47a093[_0x2b500b(0x112)]=[];const _0x1d0954=_tests[_0xe3811e]||_0x47a093;!_0x1d0954[_0x2b500b(0x112)]?_0x1d0954['steps']=[{'id':_0x145550['id'],'text':_0x145550[_0x2b500b(0x102)],'finished_at':new Date()[_0x2b500b(0x82)](),'result':_0x1897a6['testStepResult'][_0x2b500b(0xc5)],'duration':_0x1897a6['testStepResult'][_0x2b500b(0x65)][_0x2b500b(0xa3)],'failure':_0x3bb889,'failureType':_0x117fa4}]:_0x1d0954['steps'][_0x2b500b(0xfe)](_0x324628=>{const _0x4d96d1=_0x2b500b;if(_0x1de03f[_0x4d96d1(0x64)](_0x324628['id'],_0x145550['id'])){const _0x1e7eca=_0x1de03f[_0x4d96d1(0x7f)][_0x4d96d1(0x74)]('|');let _0x3018ef=0x0;while(!![]){switch(_0x1e7eca[_0x3018ef++]){case'0':_0x324628['result']=_0x1897a6[_0x4d96d1(0x9b)][_0x4d96d1(0xc5)];continue;case'1':_0x324628['finished_at']=new Date()[_0x4d96d1(0x82)]();continue;case'2':_0x324628[_0x4d96d1(0x65)]=_0x1897a6['testStepResult']['duration']['seconds'];continue;case'3':_0x324628[_0x4d96d1(0x106)]=_0x117fa4;continue;case'4':_0x324628[_0x4d96d1(0x108)]=_0x3bb889;continue;}break;}}}),_tests[_0xe3811e]=_0x1d0954,delete _tests[_0xe3811e][_0x1de03f[_0x2b500b(0x7b)]];}}catch(_0x402db5){logger[_0x2b500b(0xd2)](_0x2b500b(0x98)+util[_0x2b500b(0xe1)](_0x402db5));}}[a6_0x480887(0xae)](_0x35cb21){const _0x5c0e14=a6_0x480887,_0x530e24={};return _0x35cb21[_0x5c0e14(0xc7)][_0x5c0e14(0x96)]['map'](this['extractStepContainers'])['flat']()[_0x5c0e14(0xfe)](_0xb0031=>_0xb0031[_0x5c0e14(0x112)][_0x5c0e14(0xfe)](_0x1518c9=>_0x530e24[_0x1518c9['id']]=_0x1518c9)),_0x530e24;}[a6_0x480887(0xfb)](_0x369c17){const _0x492552=a6_0x480887,_0x174769={'FwzDF':function(_0x3e0892,_0x1a72b4){return _0x3e0892(_0x1a72b4);}};if(!_0x174769['FwzDF'](isUndefined,_0x369c17[_0x492552(0x66)]))return[_0x369c17[_0x492552(0x66)]];else{if(!_0x174769['FwzDF'](isUndefined,_0x369c17[_0x492552(0x91)]))return _0x369c17['rule'][_0x492552(0x96)][_0x492552(0xd9)](_0x57d8d3=>!isUndefined(_0x57d8d3[_0x492552(0x66)])?_0x57d8d3[_0x492552(0x66)]:_0x57d8d3[_0x492552(0xdf)]);};return[_0x369c17[_0x492552(0xdf)]];}[a6_0x480887(0xcb)](_0x5491a2,_0x420b43){const _0x376349=a6_0x480887;return Object[_0x376349(0x71)](_0x5491a2[_0x376349(0x6c)][_0x376349(0x8e)])[_0x376349(0x8a)](_0x521121=>_0x521121[_0x376349(0xc8)]===_0x420b43[_0x376349(0xc8)]);}}function a6_0x39e2(_0x26566a,_0x22f71c){const _0x3fdfa6=a6_0x3fdf();return a6_0x39e2=function(_0x39e260,_0x30aa43){_0x39e260=_0x39e260-0x64;let _0x445541=_0x3fdfa6[_0x39e260];return _0x445541;},a6_0x39e2(_0x26566a,_0x22f71c);}module[a6_0x480887(0xda)]=o11yClassErrorHandler(BrowserstackFormatter,[a6_0x480887(0x7d),'onTestCaseFinished','onTestStepStarted',a6_0x480887(0xaf),a6_0x480887(0xa0),a6_0x480887(0xc2),a6_0x480887(0xfb),a6_0x480887(0xcb),'getGherkinStepMap']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a7_0x1d8941=a7_0x11d8;(function(_0x497e3a,_0x259c6b){const _0x520fa7=a7_0x11d8,_0x1b40bf=_0x497e3a();while(!![]){try{const _0x29b702=-parseInt(_0x520fa7(0x165))/0x1+parseInt(_0x520fa7(0x157))/0x2+parseInt(_0x520fa7(0x118))/0x3+-parseInt(_0x520fa7(0x152))/0x4+parseInt(_0x520fa7(0x15e))/0x5*(parseInt(_0x520fa7(0x110))/0x6)+parseInt(_0x520fa7(0x141))/0x7*(parseInt(_0x520fa7(0x112))/0x8)+-parseInt(_0x520fa7(0x132))/0x9*(parseInt(_0x520fa7(0x11a))/0xa);if(_0x29b702===_0x259c6b)break;else _0x1b40bf['push'](_0x1b40bf['shift']());}catch(_0x8d8d43){_0x1b40bf['push'](_0x1b40bf['shift']());}}}(a7_0x5750,0x49901));function a7_0x11d8(_0x773500,_0x539fe4){const _0x57507b=a7_0x5750();return a7_0x11d8=function(_0x11d848,_0x4e8883){_0x11d848=_0x11d848-0x110;let _0x35b7ea=_0x57507b[_0x11d848];return _0x35b7ea;},a7_0x11d8(_0x773500,_0x539fe4);}const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a7_0x1d8941(0x135)),pickleParser=requireModule(a7_0x1d8941(0x14d),'cucumber');function a7_0x5750(){const _0x2e5344=['YMwva','UNDEFINED','cucumber-js/test_old.setup.js','actionLocation','PDODM','eventDataCollector','rTiiS','CONFIG','pDLyS','capability','result','882lOAKUn','length','stack','cucumber','djPXf','gmOWr','wEXSL','pqdLP','getStepLineToPickledStepMap','MTCJs','getTestCaseAttempt','pickle','vQeFk','FEoXM','yjzrx','1950326wNLtyR','stepResults','QqBBj','test-case-started','text','fStIx','AMBIGUOUS','undefined','ONezJ','GbpqJ','zBWmC','feature','cucumber/lib/formatter/helpers/pickle_parser.js','test-run-finished','Lpeel','fHchx','includes','1694792KNTFwh','rjOzG','\x20\x20\x20\x20','test-run-started','testCase','322940AGbqOz','Executing\x20tests\x20for\x20','exception','EYXLq','steps','exports','uri','635maOKFH','parse','FAILED','eventBroadcaster','PUPUL','aniBc','\x20-\x20','287697YPWhaT','XkBWx','SKIPPED','27498KMckxT','gherkinDocument','8kKIFay','NlXfy','wKbwz','logTestCaseFinished','YgwXt','sourceLocation','189591TmDLlq','qFNst','7410NXwcfG','log','line','OgAuf','qOWkn','OrHoI','\x20\x20\x20\x20BEFORE\x20-\x20','name','UNKNOWN','getTestCaseData','toUpperCase','__platform','status'];a7_0x5750=function(){return _0x2e5344;};return a7_0x5750();}class BrowserstackFormatter extends Formatter{constructor(_0x3f3b91){const _0x59daa5=a7_0x1d8941,_0x2b7ede={'rjOzG':function(_0x2c84e5,_0x218f89){return _0x2c84e5!==_0x218f89;},'YMwva':function(_0x2b45e3,_0x1d29f9){return _0x2b45e3(_0x1d29f9);},'qOWkn':_0x59daa5(0x155),'MTCJs':_0x59daa5(0x144),'TyWBZ':'test-case-finished','GbpqJ':_0x59daa5(0x14e),'PUPUL':'test-step-started'};super(_0x3f3b91),_0x3f3b91['eventBroadcaster']['on'](_0x2b7ede[_0x59daa5(0x11e)],()=>{const _0x5a080b=_0x59daa5;let _0x343b0d;if(_0x2b7ede[_0x5a080b(0x153)](process['env']['CONFIG'],undefined)){const _0xef81e8=JSON[_0x5a080b(0x15f)](process['env'][_0x5a080b(0x12e)]);_0x343b0d=_0xef81e8[_0x5a080b(0x130)];}_0x2b7ede['rjOzG'](_0x343b0d,undefined)&&(global['__platform']=_0x2b7ede[_0x5a080b(0x127)](getPlatformName,_0x343b0d),console[_0x5a080b(0x11b)](_0x5a080b(0x158)+global[_0x5a080b(0x125)]));}),_0x3f3b91[_0x59daa5(0x161)]['on'](_0x2b7ede[_0x59daa5(0x13b)],()=>{testSuites+=0x1;}),_0x3f3b91[_0x59daa5(0x161)]['on'](_0x2b7ede['TyWBZ'],_0x4c1d87=>{const _0x4d2eb4=_0x59daa5;this[_0x4d2eb4(0x115)](_0x4c1d87);}),_0x3f3b91['eventBroadcaster']['on'](_0x2b7ede[_0x59daa5(0x14a)],()=>{totalTests-=0x2;}),_0x3f3b91['eventBroadcaster']['on'](_0x2b7ede[_0x59daa5(0x162)],()=>{totalTests+=0x1;});}[a7_0x1d8941(0x115)](_0x121abc){const _0x1d419f=a7_0x1d8941,_0x5b2c71={'pqdLP':_0x1d419f(0x160),'fHchx':'PASSED','vQeFk':_0x1d419f(0x167),'Lpeel':'PENDING','pDLyS':_0x1d419f(0x128),'fStIx':_0x1d419f(0x122),'UrLql':_0x1d419f(0x147),'yjzrx':function(_0x18811d,_0x4e2bed){return _0x18811d+_0x4e2bed;},'aniBc':function(_0x2330aa,_0x4f1937){return _0x2330aa+_0x4f1937;},'uBggI':_0x1d419f(0x154),'qFNst':_0x1d419f(0x164),'ReGaR':function(_0x1e477f,_0x257f6c){return _0x1e477f(_0x257f6c);},'QqBBj':_0x1d419f(0x129),'iymRF':function(_0x12d2e2,_0x4964d6){return _0x12d2e2(_0x4964d6);},'OgAuf':function(_0x467e16,_0x48cae4){return _0x467e16+_0x48cae4;},'EYXLq':'\x20\x20\x20\x20AFTER\x20-\x20','NlXfy':function(_0x2f646d,_0x5acc6d){return _0x2f646d+_0x5acc6d;},'djPXf':_0x1d419f(0x120),'wKbwz':function(_0x2bf776,_0x3e9187){return _0x2bf776===_0x3e9187;},'YgwXt':function(_0x530703,_0x4927bd,_0x55e9b7){return _0x530703(_0x4927bd,_0x55e9b7);},'RjLsI':_0x1d419f(0x131),'ONezJ':_0x1d419f(0x159),'PDODM':_0x1d419f(0x134),'wEXSL':function(_0x15a7c9,_0xab7786){return _0x15a7c9!==_0xab7786;},'zBWmC':_0x1d419f(0x148),'FEoXM':function(_0x23427f,_0xff8295){return _0x23427f<_0xff8295;},'XkBWx':function(_0x4415ed,_0x3e759d){return _0x4415ed+_0x3e759d;},'gmOWr':function(_0x545fd0,_0x2d8639){return _0x545fd0(_0x2d8639);},'OrHoI':function(_0xd573b9,_0x2d9928){return _0xd573b9(_0x2d9928);},'rTiiS':function(_0x3e6016,_0x327156){return _0x3e6016+_0x327156;}};let _0x4218b5=![];function _0x48f6f5(_0xaac106){const _0x5acc4b=_0x1d419f;switch(_0xaac106){case _0x5b2c71[_0x5acc4b(0x139)]:testsFailed+=0x1;break;case _0x5b2c71[_0x5acc4b(0x150)]:testsPassed+=0x1;break;case _0x5b2c71[_0x5acc4b(0x13e)]:testsSkipped+=0x1;break;case _0x5b2c71[_0x5acc4b(0x14f)]:testsPending+=0x1;break;case _0x5b2c71[_0x5acc4b(0x12f)]:testsUndefined+=0x1;break;case _0x5b2c71[_0x5acc4b(0x146)]:testsUnknown+=0x1;break;case _0x5b2c71['UrLql']:testsAmbiguous+=0x1;break;default:break;}}_0x5b2c71['wEXSL'](global[_0x1d419f(0x125)],undefined)&&console[_0x1d419f(0x11b)](_0x5b2c71[_0x1d419f(0x113)](_0x5b2c71[_0x1d419f(0x163)]('\x0a',global['__platform']),'\x0a'));let _0x211f9b=![];if(_0x5b2c71[_0x1d419f(0x138)](typeof this[_0x1d419f(0x12c)][_0x1d419f(0x123)],_0x5b2c71[_0x1d419f(0x14b)])){var _0x14d7e3=this[_0x1d419f(0x12c)][_0x1d419f(0x123)](_0x121abc[_0x1d419f(0x117)]),_0x21ac27=_0x14d7e3[_0x1d419f(0x13d)],_0x4e4f89=_0x14d7e3['testCase'];console['log'](_0x5b2c71['yjzrx']('\x20\x20',_0x21ac27[_0x1d419f(0x121)]));var _0x19176a=(0x0,pickleParser[_0x1d419f(0x13a)])(_0x21ac27);_0x4e4f89[_0x1d419f(0x15b)]['forEach'](function(_0x479291){const _0x1a3053=_0x1d419f;if(_0x479291['actionLocation']&&_0x479291['sourceLocation'])_0x4218b5=!![],console[_0x1a3053(0x11b)](_0x5b2c71[_0x1a3053(0x140)](_0x5b2c71[_0x1a3053(0x163)](_0x5b2c71[_0x1a3053(0x140)](_0x5b2c71['uBggI'],_0x19176a[_0x479291['sourceLocation'][_0x1a3053(0x11c)]][_0x1a3053(0x145)]),_0x5b2c71[_0x1a3053(0x119)]),_0x479291[_0x1a3053(0x131)][_0x1a3053(0x126)][_0x1a3053(0x124)]())),_0x5b2c71['ReGaR'](_0x48f6f5,_0x479291[_0x1a3053(0x131)]['status'][_0x1a3053(0x124)]());else _0x479291[_0x1a3053(0x12a)]&&(!_0x479291[_0x1a3053(0x12a)][_0x1a3053(0x15d)][_0x1a3053(0x151)](_0x5b2c71[_0x1a3053(0x143)])&&(_0x5b2c71['iymRF'](_0x48f6f5,_0x479291[_0x1a3053(0x131)]['status'][_0x1a3053(0x124)]()),_0x4218b5?console[_0x1a3053(0x11b)](_0x5b2c71[_0x1a3053(0x11d)](_0x5b2c71[_0x1a3053(0x15a)],_0x479291[_0x1a3053(0x131)][_0x1a3053(0x126)][_0x1a3053(0x124)]())):console['log'](_0x5b2c71[_0x1a3053(0x113)](_0x5b2c71[_0x1a3053(0x136)],_0x479291[_0x1a3053(0x131)][_0x1a3053(0x126)][_0x1a3053(0x124)]()))));if(_0x5b2c71[_0x1a3053(0x114)](_0x479291['result']['status']['toUpperCase'](),_0x5b2c71[_0x1a3053(0x139)])){const _0x2be6b5=_0x5b2c71['YgwXt'](nestedKeyValue,_0x479291,[_0x5b2c71['RjLsI'],_0x5b2c71[_0x1a3053(0x149)],_0x5b2c71[_0x1a3053(0x12b)]]);_0x2be6b5&&(testsErrorMessage[_0x21ac27[_0x1a3053(0x121)]]=_0x2be6b5,console[_0x1a3053(0x11b)](_0x5b2c71['aniBc'](_0x2be6b5,'\x0a'))),_0x211f9b=!![];}});}else{const _0xf16910=this['eventDataCollector'][_0x1d419f(0x13c)](_0x121abc);console[_0x1d419f(0x11b)](_0x5b2c71['yjzrx'](_0x5b2c71[_0x1d419f(0x11d)](_0x5b2c71[_0x1d419f(0x11d)]('\x20\x20',_0xf16910['gherkinDocument'][_0x1d419f(0x14c)]['name']),_0x5b2c71[_0x1d419f(0x119)]),_0xf16910[_0x1d419f(0x13d)][_0x1d419f(0x121)]));const _0x363edb=(0x0,pickleParser[_0x1d419f(0x13a)])(_0xf16910['pickle']),_0x48846b=_0xf16910[_0x1d419f(0x156)][_0x1d419f(0x15b)],_0x5ba1ab=_0xf16910[_0x1d419f(0x142)],_0x501f87=_0x48846b[_0x1d419f(0x133)];for(let _0x28d41f=0x0;_0x5b2c71[_0x1d419f(0x13f)](_0x28d41f,_0x501f87);_0x28d41f++){const _0x37d692=_0x48846b[_0x28d41f];if(_0x37d692[_0x1d419f(0x12a)]&&_0x37d692[_0x1d419f(0x117)])_0x4218b5=!![],console[_0x1d419f(0x11b)](_0x5b2c71['XkBWx'](_0x5b2c71[_0x1d419f(0x166)](_0x5b2c71[_0x1d419f(0x140)](_0x5b2c71['uBggI'],_0x363edb[_0x37d692['sourceLocation'][_0x1d419f(0x11c)]][_0x1d419f(0x145)]),_0x5b2c71[_0x1d419f(0x119)]),_0x5ba1ab[_0x28d41f][_0x1d419f(0x126)][_0x1d419f(0x124)]())),_0x5b2c71[_0x1d419f(0x137)](_0x48f6f5,_0x5ba1ab[_0x28d41f]['status'][_0x1d419f(0x124)]());else _0x37d692[_0x1d419f(0x12a)]&&(!_0x37d692['actionLocation'][_0x1d419f(0x15d)][_0x1d419f(0x151)](_0x5b2c71[_0x1d419f(0x143)])&&(_0x5b2c71[_0x1d419f(0x11f)](_0x48f6f5,_0x5ba1ab[_0x28d41f]['status']['toUpperCase']()),_0x4218b5?console['log'](_0x5b2c71[_0x1d419f(0x166)](_0x5b2c71[_0x1d419f(0x15a)],_0x5ba1ab[_0x28d41f][_0x1d419f(0x126)][_0x1d419f(0x124)]())):console[_0x1d419f(0x11b)](_0x5b2c71[_0x1d419f(0x140)](_0x5b2c71['djPXf'],_0x5ba1ab[_0x28d41f][_0x1d419f(0x126)][_0x1d419f(0x124)]()))));if(_0x5b2c71['wKbwz'](_0x5ba1ab[_0x28d41f][_0x1d419f(0x126)][_0x1d419f(0x124)](),_0x5b2c71[_0x1d419f(0x139)])){_0x211f9b=!![];const _0x3756a=_0x5b2c71[_0x1d419f(0x116)](nestedKeyValue,_0x5ba1ab[_0x28d41f],[_0x5b2c71[_0x1d419f(0x149)],_0x5b2c71[_0x1d419f(0x12b)]]);_0x3756a&&(testsErrorMessage[_0x5b2c71[_0x1d419f(0x140)](_0x5b2c71[_0x1d419f(0x12d)](_0xf16910[_0x1d419f(0x111)][_0x1d419f(0x14c)][_0x1d419f(0x121)],_0x5b2c71[_0x1d419f(0x119)]),_0xf16910['pickle']['name'])]=_0x3756a,console['log'](_0x5b2c71['NlXfy'](_0x3756a,'\x0a')));}}}_0x211f9b&&(testSuitesFailed+=0x1),console[_0x1d419f(0x11b)]('\x0a');}}module[a7_0x1d8941(0x15c)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a8_0xb813b9=a8_0xf09d;(function(_0x3dc825,_0x35f735){const _0x592240=a8_0xf09d,_0xb196a7=_0x3dc825();while(!![]){try{const _0x9c6cc6=parseInt(_0x592240(0x1bb))/0x1*(parseInt(_0x592240(0x1fb))/0x2)+-parseInt(_0x592240(0x1e6))/0x3*(parseInt(_0x592240(0x1ef))/0x4)+parseInt(_0x592240(0x176))/0x5+-parseInt(_0x592240(0x1b2))/0x6*(-parseInt(_0x592240(0x1e1))/0x7)+-parseInt(_0x592240(0x1a3))/0x8*(parseInt(_0x592240(0x1ba))/0x9)+-parseInt(_0x592240(0x1f6))/0xa+parseInt(_0x592240(0x1fe))/0xb;if(_0x9c6cc6===_0x35f735)break;else _0xb196a7['push'](_0xb196a7['shift']());}catch(_0x3ee7e6){_0xb196a7['push'](_0xb196a7['shift']());}}}(a8_0x5a0f,0x547e8));const path=require(a8_0xb813b9(0x1f5)),stripAnsi=require('strip-ansi'),util=require(a8_0xb813b9(0x1eb)),hooksMap={},SessionHandler=require(a8_0xb813b9(0x1ac)),testhubUtils=require(a8_0xb813b9(0x1c1)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0xb813b9(0x17f)),logger=require('../../helpers/logger')[a8_0xb813b9(0x177)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a8_0xb813b9(0x1b7)),TestDetails=require(a8_0xb813b9(0x194));this['_gitConfigured']=![],this['_gitConfigPath']=null;function a8_0x5a0f(){const _0x377e34=['sBRzY','failure_data','sendHook','length','split','../playwright/reporter/test-details','fBLGi','FEOdY','failure','testCaseStartedId','kugyB','LNnYX','GApnR','hooks','failure_type','XSMSb','suohL','getScenarioExamples','join','EPuvi','3174168ICHAoH','gMuan','appendTesthubParams','YXCDU','zVAgY','astNodeIds','includes','children','tagExpression','../../helpers/test-observability/sessionHandler','updateTestStatus','FdWbQ','sendTestRunEventForCucumber','CUCUMBER','WbxkG','42QQgOeq','find','uri','getHooksListForTest','relative','../../helpers/test-observability/constants.js','hookId','HookRunFinished','9DUQaov','2HRDRju','exception','value','_gitConfigPath','RKOZL','sSVge','../../helpers/testhub/utils','Latkk','rCLXL','klXSg','Exception\x20in\x20getHookRunEventData:\x20','FjiFf','hook_run','configureGit','qVCnZ','RcpvT','HnULB','getHookRunEventData','failureData','toISOString','HookRunStarted','sourceReference','testStepResult','RcKtH','fEdjP','PhWdv','iSODw','smbjH','test','format','dYbfl','failure_reason','WjBzp','flatMap','name','IyHbG','test_run','javascript','104629syiJJX','uuid','tags','push','kSVNo','246wtWjkI','feature','backtrace','2|0|3|4|1','umBCO','util','filter','hJNUC','QtNHO','19676YDOTMz','KaWxM','duration_in_ms','status','exports','UnhandledError','path','2335340AJDmGU','AssertionError','examples','tableBody','FAILED','328932webQaO','sgkEq','pOPez','7523527Qhujci','skipped','testCaseFinished','qraIU','INTwW','zfGqL','_gitConfigured','Gappd','every','map','oGLyT','uploadEventData','lADbc','toLowerCase','timestamp','failureType','pickleStepId','event_type','result','forEach','1311165VqszzN','winstonLogger','match','failed','message','JACyS','uIBgK','getHookResult','SKIPPED','../../helpers/helper','vMvSj','BEFORE_EACH','cells','rsACc','getCucumberHookType','scenario','JPoDU','fAPHK','Exception\x20in\x20sendHook:\x20','debug','rule','pending','getTestUUID','finished_at','cucumber'];a8_0x5a0f=function(){return _0x377e34;};return a8_0x5a0f();}class TestObservabilityReporter{async['sendTestRunEventForCucumber'](_0x99a2d0,_0x26f3da,_0xd57d80,_0x1dc8bc,_0x56a865){const _0x100831=a8_0xb813b9,_0x5b5d8d={'kTLQw':function(_0x36e08d,_0x25f1c0){return _0x36e08d===_0x25f1c0;},'sBRzY':_0x100831(0x1fa),'gMuan':_0x100831(0x179),'uIBgK':function(_0x2eb769,_0x520cee){return _0x2eb769===_0x520cee;},'INTwW':_0x100831(0x17e),'FdWbQ':_0x100831(0x1ff),'rCLXL':function(_0x421bee,_0x3fc1b2){return _0x421bee||_0x3fc1b2;},'LNnYX':function(_0x355c2a,_0x3e2725){return _0x355c2a+_0x3e2725;},'PhWdv':function(_0x36dfe1,_0x132469){return _0x36dfe1+_0x132469;},'GApnR':_0x100831(0x1d7),'Latkk':_0x100831(0x1e0),'JPoDU':_0x100831(0x18e),'fBLGi':_0x100831(0x18b),'hJNUC':'passed','Gappd':function(_0x2fe9c7,_0x4210c0){return _0x2fe9c7!==_0x4210c0;},'rAeDq':function(_0xbbea56,_0x315f40){return _0xbbea56/_0x315f40;},'IyHbG':function(_0x21e53a,_0x39b1c5){return _0x21e53a(_0x39b1c5);},'fAPHK':'unknown','sgkEq':'AssertionError','qVCnZ':_0x100831(0x1f4),'oGLyT':function(_0x19a75b,_0xb4eb80){return _0x19a75b===_0xb4eb80;},'AMCom':'TestRunFinished','FEOdY':function(_0xe8bfe4,_0xeaa8fe){return _0xe8bfe4>_0xeaa8fe;}},{feature:_0x5d002c,scenario:_0x103bb4,steps:_0xcd6527,uuid:_0x349f1e,startedAt:_0x1915fb,finishedAt:_0x28235a}=_0x5b5d8d[_0x100831(0x1c3)](_0x56a865,{}),_0x5f03f7=this[_0x100831(0x1a0)](_0x26f3da,_0xd57d80);await this[_0x100831(0x1c8)]();const _0x2ac73b=_0x5f03f7?_0x5b5d8d[_0x100831(0x19a)](_0x5b5d8d[_0x100831(0x19a)](_0x5b5d8d[_0x100831(0x1d4)](_0xd57d80['name'],'\x20('),_0x5f03f7['join'](',\x20')),')'):_0xd57d80[_0x100831(0x1dd)],_0x2016ec={'uuid':_0x349f1e,'started_at':_0x1915fb,'finished_at':_0x28235a,'type':_0x5b5d8d[_0x100831(0x19b)],'body':{'lang':_0x5b5d8d[_0x100831(0x1c2)],'code':null},'name':_0x2ac73b,'scopes':[_0x5d002c&&_0x5d002c[_0x100831(0x1dd)]?_0x5d002c[_0x100831(0x1dd)]:''],'tags':_0xd57d80[_0x100831(0x1e3)]?_0xd57d80[_0x100831(0x1e3)][_0x100831(0x16b)](({name:_0x3411dc})=>_0x3411dc):[],'file_name':_0xd57d80['uri'],'location':_0xd57d80['uri'],'vc_filepath':this[_0x100831(0x1be)]&&_0xd57d80['uri']?path[_0x100831(0x1b6)](this[_0x100831(0x1be)],_0xd57d80[_0x100831(0x1b4)]):null,'framework':_0x5b5d8d[_0x100831(0x186)],'result':_0x5b5d8d[_0x100831(0x195)],'meta':{'feature':_0x5d002c,'scenario':_0x103bb4,'steps':_0xcd6527,'examples':_0x5f03f7},'customRerunParam':{'rerun_name':_0x2ac73b}};if(_0x99a2d0[_0x100831(0x200)]&&_0xcd6527){const _0x2f5c61=_0x99a2d0[_0x100831(0x200)];let _0x2ddff8=_0x5b5d8d[_0x100831(0x1ed)];_0xcd6527[_0x100831(0x16a)](_0x568f41=>{const _0x551967=_0x100831;if(_0x5b5d8d['kTLQw'](_0x568f41[_0x551967(0x174)],_0x5b5d8d[_0x551967(0x18f)]))return _0x2ddff8=_0x5b5d8d[_0x551967(0x1a4)],_0x2f5c61['failure']=_0x568f41[_0x551967(0x197)],_0x2f5c61[_0x551967(0x171)]=_0x568f41[_0x551967(0x171)],![];else{if(_0x5b5d8d[_0x551967(0x17c)](_0x568f41[_0x551967(0x174)],_0x5b5d8d[_0x551967(0x166)]))return _0x2ddff8=_0x5b5d8d[_0x551967(0x1ae)],![];}return!![];}),_0x2016ec[_0x100831(0x18d)]=new Date()['toISOString'](),_0x2016ec[_0x100831(0x174)]=_0x2ddff8,_0x2f5c61['timestamp']&&_0x5b5d8d[_0x100831(0x169)](_0x2f5c61[_0x100831(0x170)]['nanos'],undefined)?_0x2016ec[_0x100831(0x1f1)]=_0x5b5d8d['rAeDq'](_0x2f5c61['timestamp']['nanos'],0xf4240):_0x2016ec[_0x100831(0x1f1)]=undefined,_0x5b5d8d[_0x100831(0x17c)](_0x2ddff8,_0x5b5d8d[_0x100831(0x1a4)])&&(_0x2016ec['failure']=[{'backtrace':[_0x2f5c61[_0x100831(0x197)]?_0x5b5d8d[_0x100831(0x1de)](stripAnsi,_0x2f5c61[_0x100831(0x197)]):_0x5b5d8d[_0x100831(0x187)]]}],_0x2016ec['failure_reason']=_0x2f5c61[_0x100831(0x197)]?_0x5b5d8d[_0x100831(0x1de)](stripAnsi,_0x2f5c61[_0x100831(0x197)]):_0x2f5c61[_0x100831(0x17a)],_0x2f5c61[_0x100831(0x171)]&&(_0x2016ec[_0x100831(0x19d)]=_0x2f5c61[_0x100831(0x171)][_0x100831(0x178)](/AssertError/)?_0x5b5d8d[_0x100831(0x1fc)]:_0x5b5d8d[_0x100831(0x1c9)]));}if(_0x5b5d8d[_0x100831(0x16c)](_0x1dc8bc,_0x5b5d8d['AMCom'])){const _0x4bd9db=this[_0x100831(0x1b5)](_0x99a2d0[_0x100831(0x200)][_0x100831(0x198)]);_0x4bd9db&&_0x5b5d8d[_0x100831(0x196)](_0x4bd9db[_0x100831(0x192)],0x0)&&(_0x2016ec[_0x100831(0x19c)]=_0x4bd9db,this[_0x100831(0x1ad)](_0x99a2d0[_0x100831(0x200)][_0x100831(0x198)],_0x2016ec));}testhubUtils[_0x100831(0x1a5)](_0x2016ec,_0x1dc8bc,'',FRAMEWORKS[_0x100831(0x1b0)]);const _0x520711={};_0x520711['event_type']=_0x1dc8bc,_0x520711[_0x100831(0x1df)]=_0x2016ec;const _0x5ccf5d=_0x520711;await SessionHandler[_0x100831(0x16d)](_0x5ccf5d);}['updateTestStatus'](_0x370f99,_0x5a056b){const _0x5e6a15=a8_0xb813b9,_0x539a0b={};_0x539a0b[_0x5e6a15(0x1c6)]=function(_0x57f3d4,_0x21750b){return _0x57f3d4 instanceof _0x21750b;},_0x539a0b[_0x5e6a15(0x19e)]=function(_0xdfc32a,_0x43228c){return _0xdfc32a===_0x43228c;},_0x539a0b[_0x5e6a15(0x1f0)]=_0x5e6a15(0x179),_0x539a0b[_0x5e6a15(0x1bf)]=_0x5e6a15(0x1e9);const _0x28ece7=_0x539a0b,_0x43da89=hooksMap[_0x370f99];if(_0x28ece7[_0x5e6a15(0x1c6)](_0x43da89,Array))for(const _0x360f0e of _0x43da89){if(_0x28ece7[_0x5e6a15(0x19e)](_0x360f0e[_0x5e6a15(0x174)],_0x28ece7['KaWxM'])){const _0x34badc=_0x28ece7[_0x5e6a15(0x1bf)][_0x5e6a15(0x193)]('|');let _0x3d6cdb=0x0;while(!![]){switch(_0x34badc[_0x3d6cdb++]){case'0':_0x5a056b['failure']=_0x360f0e[_0x5e6a15(0x190)];continue;case'1':return _0x5a056b;case'2':_0x5a056b['result']=_0x360f0e[_0x5e6a15(0x174)];continue;case'3':_0x5a056b[_0x5e6a15(0x1da)]=_0x28ece7['FjiFf'](_0x360f0e[_0x5e6a15(0x190)],Array)?_0x360f0e[_0x5e6a15(0x190)][0x0][_0x5e6a15(0x1e8)][_0x5e6a15(0x1a1)]('\x0a'):'';continue;case'4':_0x5a056b[_0x5e6a15(0x19d)]=_0x360f0e['failure_type'];continue;}break;}}};}[a8_0xb813b9(0x1b5)](_0x5b6a09){const _0x49fe4e=a8_0xb813b9;if(hooksMap[_0x5b6a09])return hooksMap[_0x5b6a09][_0x49fe4e(0x16b)](_0x296353=>_0x296353['uuid']);return[];}['getHookRunEventData'](_0x230246,_0x3807a2,_0x5ae673,_0x1d84bb,_0x281c8e,_0x29b7f0){const _0x28cf9b=a8_0xb813b9,_0x2e9e21={'vMvSj':function(_0xcfa50,_0x4f1ea6){return _0xcfa50===_0x4f1ea6;},'dYbfl':_0x28cf9b(0x1b9),'lADbc':function(_0x83c76e,_0x2cb9fd,_0x246df6){return _0x83c76e(_0x2cb9fd,_0x246df6);},'JcAjA':'sourceReference','fEdjP':_0x28cf9b(0x1b4),'RcKtH':_0x28cf9b(0x18b),'zfGqL':'hook','Oskri':'javascript','qraIU':function(_0x4c6abf,_0x2cdf84,_0x13c6a4){return _0x4c6abf(_0x2cdf84,_0x13c6a4);},'WjBzp':_0x28cf9b(0x1e7),'RcpvT':_0x28cf9b(0x1dd),'JACyS':function(_0xa0d29d,_0x451aac,_0x4d9fc4){return _0xa0d29d(_0x451aac,_0x4d9fc4);},'klXSg':'cucumber'};try{if(_0x2e9e21[_0x28cf9b(0x180)](_0x5ae673,_0x2e9e21[_0x28cf9b(0x1d9)])){const _0x52fd8a=new Date()[_0x28cf9b(0x1ce)](),_0x334d98=hooksMap[_0x3807a2];if(!_0x334d98)return;const _0x3aea5a=_0x334d98[_0x28cf9b(0x1b3)](_0x2c864e=>_0x2c864e[_0x28cf9b(0x1e2)]===_0x1d84bb['id']);if(!_0x3aea5a)return;const _0x42a507=this['getHookResult'](_0x230246,_0x3807a2);_0x3aea5a[_0x28cf9b(0x174)]=_0x42a507[_0x28cf9b(0x1f2)],_0x3aea5a[_0x28cf9b(0x18d)]=_0x52fd8a,_0x3aea5a[_0x28cf9b(0x19d)]=_0x42a507['failureType'];const _0x10ad2d={};return _0x10ad2d[_0x28cf9b(0x1e8)]=_0x42a507[_0x28cf9b(0x1cd)],_0x3aea5a['failure_data']=[_0x10ad2d],_0x3aea5a;}const _0xaa873e=TestDetails[_0x28cf9b(0x18c)](_0x3807a2),_0xf8ebe1=_0x230246[_0x28cf9b(0x19c)]['find'](_0x3041b6=>_0x3041b6['id']===_0x1d84bb[_0x28cf9b(0x1b8)]),_0x35809d=_0x2e9e21[_0x28cf9b(0x16e)](nestedKeyValue,_0xf8ebe1,[_0x2e9e21['JcAjA'],_0x2e9e21[_0x28cf9b(0x1d3)]]),_0x13136a=new Date()[_0x28cf9b(0x1ce)](),_0x1a739c=_0x2e9e21[_0x28cf9b(0x1d2)],_0x2eaca3=_0xf8ebe1[_0x28cf9b(0x1ab)]?_0xf8ebe1[_0x28cf9b(0x1ab)][_0x28cf9b(0x193)]('\x20')[_0x28cf9b(0x1ec)](_0x563ebc=>_0x563ebc[_0x28cf9b(0x1a9)]('@')):[],_0x131114={'uuid':_0x1d84bb['id'],'type':_0x2e9e21[_0x28cf9b(0x167)],'hook_type':_0x29b7f0,'name':_0xf8ebe1[_0x28cf9b(0x1dd)],'body':{'lang':_0x2e9e21['Oskri'],'code':null},'tags':_0x2eaca3,'test_run_id':_0xaa873e,'scope':_0x2e9e21[_0x28cf9b(0x201)](nestedKeyValue,_0x281c8e,[_0x2e9e21[_0x28cf9b(0x1db)],_0x2e9e21[_0x28cf9b(0x1ca)]]),'scopes':[_0x2e9e21[_0x28cf9b(0x17b)](nestedKeyValue,_0x281c8e,[_0x2e9e21[_0x28cf9b(0x1db)],_0x2e9e21[_0x28cf9b(0x1ca)]])||''],'file_name':_0x35809d,'location':_0x35809d,'vc_filepath':this[_0x28cf9b(0x1be)]?path['relative'](this[_0x28cf9b(0x1be)],_0x35809d):null,'result':_0x1a739c,'started_at':_0x13136a,'framework':_0x2e9e21[_0x28cf9b(0x1c4)]};return _0x131114;}catch(_0x2f76ee){logger['debug'](_0x28cf9b(0x1c5)+util[_0x28cf9b(0x1d8)](_0x2f76ee)+'\x20');}}async[a8_0xb813b9(0x191)](_0x3e1bab,_0x39dd09,_0x167d0f,_0x2722a8,_0x26cc97,_0x2703bb){const _0x4c51e2=a8_0xb813b9,_0x272ad2={'kugyB':function(_0x1fac2a,_0x43cfce){return _0x1fac2a===_0x43cfce;},'useWB':_0x4c51e2(0x1cf),'CfVRI':function(_0x19fb4d,_0x2b6174,_0x32bf5e){return _0x19fb4d(_0x2b6174,_0x32bf5e);},'kSVNo':_0x4c51e2(0x1d0),'QtNHO':'uri','sSVge':'browserstack-node-agent/src/bin/cucumber-js/test.setup.js'};try{const _0x4057ca=_0x2722a8[_0x4c51e2(0x1b3)](_0x339db3=>_0x339db3['id']===_0x26cc97);if(!_0x4057ca['hookId'])return;const _0x545e31=this[_0x4c51e2(0x184)](_0x2722a8,_0x4057ca),_0x25eb8e=this[_0x4c51e2(0x1cc)](_0x3e1bab,_0x39dd09,_0x167d0f,_0x4057ca,_0x2703bb,_0x545e31);if(!_0x25eb8e)return;_0x272ad2[_0x4c51e2(0x199)](_0x167d0f,_0x272ad2['useWB'])&&(hooksMap[_0x39dd09]?hooksMap[_0x39dd09][_0x4c51e2(0x1e4)](_0x25eb8e):hooksMap[_0x39dd09]=[_0x25eb8e]);const _0x13ea91=_0x3e1bab[_0x4c51e2(0x19c)][_0x4c51e2(0x1b3)](_0x407094=>_0x407094['id']===_0x4057ca[_0x4c51e2(0x1b8)]),_0x275d86=_0x272ad2['CfVRI'](nestedKeyValue,_0x13ea91,[_0x272ad2[_0x4c51e2(0x1e5)],_0x272ad2[_0x4c51e2(0x1ee)]]);if(!_0x275d86)return;else{if(_0x275d86[_0x4c51e2(0x1a9)](_0x272ad2[_0x4c51e2(0x1c0)]))return;}const _0x2855a4={};_0x2855a4[_0x4c51e2(0x173)]=_0x167d0f,_0x2855a4[_0x4c51e2(0x1c7)]=_0x25eb8e;const _0x255e1a=_0x2855a4;await SessionHandler['uploadEventData'](_0x255e1a);}catch(_0x218b83){logger[_0x4c51e2(0x189)](_0x4c51e2(0x188)+util[_0x4c51e2(0x1d8)](_0x218b83)+'\x20');}}[a8_0xb813b9(0x17d)](_0x651077,_0x829b8f){const _0x338b1e=a8_0xb813b9,_0x510fbc={};_0x510fbc['smbjH']=function(_0x28ba97,_0x220276){return _0x28ba97===_0x220276;},_0x510fbc['sKIZb']='failed',_0x510fbc[_0x338b1e(0x1fd)]=function(_0xca1f4,_0x5473ca){return _0xca1f4===_0x5473ca;},_0x510fbc[_0x338b1e(0x1a2)]=function(_0x520928,_0x3f98a9){return _0x520928===_0x3f98a9;},_0x510fbc[_0x338b1e(0x1ea)]=_0x338b1e(0x1f4),_0x510fbc[_0x338b1e(0x1d5)]=_0x338b1e(0x1f7),_0x510fbc['suohL']=function(_0x1ba418,_0x4e1cda){return _0x1ba418||_0x4e1cda;};const _0x2bef6b=_0x510fbc,_0x1e850f=_0x651077['testStepFinished'][_0x829b8f][_0x338b1e(0x1d1)];let _0x2a74e2,_0x56f92b;return _0x1e850f&&_0x2bef6b[_0x338b1e(0x1d6)](_0x1e850f[_0x338b1e(0x1f2)]['toString']()[_0x338b1e(0x16f)](),_0x2bef6b['sKIZb'])&&(_0x2a74e2=_0x2bef6b['pOPez'](_0x1e850f['exception'],undefined)?_0x1e850f[_0x338b1e(0x17a)]:_0x1e850f['exception']['message'],_0x56f92b=_0x2bef6b[_0x338b1e(0x1a2)](_0x1e850f[_0x338b1e(0x1bc)],undefined)?_0x2bef6b[_0x338b1e(0x1ea)]:_0x1e850f[_0x338b1e(0x17a)][_0x338b1e(0x178)](/Assert/)?_0x2bef6b[_0x338b1e(0x1d5)]:_0x2bef6b[_0x338b1e(0x1ea)]),{'status':_0x1e850f[_0x338b1e(0x1f2)]['toLowerCase'](),'failureType':_0x2bef6b[_0x338b1e(0x19f)](_0x56f92b,null),'failureData':!_0x2a74e2?null:[_0x2a74e2]};}[a8_0xb813b9(0x184)](_0x41c971,_0x555ed7){const _0x4ce105=a8_0xb813b9,_0x4058a0={};_0x4058a0[_0x4ce105(0x183)]=function(_0x3bedc8,_0x5bd094){return _0x3bedc8===_0x5bd094;},_0x4058a0['dxwwZ']='AFTER_EACH',_0x4058a0[_0x4ce105(0x1a7)]=_0x4ce105(0x181);const _0x23cd4d=_0x4058a0;let _0x49b0eb=![];for(const _0x16f503 of _0x41c971){_0x16f503[_0x4ce105(0x172)]&&(_0x49b0eb=!![]);if(_0x23cd4d[_0x4ce105(0x183)](_0x555ed7['id'],_0x16f503['id']))return _0x49b0eb?_0x23cd4d['dxwwZ']:_0x23cd4d[_0x4ce105(0x1a7)];}}[a8_0xb813b9(0x1a0)]=(_0x3d5caa,_0x3df40d)=>{const _0x2c812d=a8_0xb813b9,_0x37f0a5={};_0x37f0a5[_0x2c812d(0x1a6)]=function(_0xe7559b,_0x4930c2){return _0xe7559b===_0x4930c2;},_0x37f0a5['KnDYG']=function(_0x193239,_0x3c6c09){return _0x193239===_0x3c6c09;},_0x37f0a5[_0x2c812d(0x1cb)]=function(_0x208c21,_0xeaabff){return _0x208c21>_0xeaabff;};const _0x2541b5=_0x37f0a5;if(!(_0x3df40d[_0x2c812d(0x1a8)]&&_0x2541b5[_0x2c812d(0x1cb)](_0x3df40d['astNodeIds'][_0x2c812d(0x192)],0x1)))return;const _0x1931c5=_0x3df40d['astNodeIds'][0x0],_0x313d76=_0x3df40d[_0x2c812d(0x1a8)][0x1],_0x4edceb=_0x3d5caa['feature']&&_0x3d5caa['feature'][_0x2c812d(0x1aa)]?_0x3d5caa[_0x2c812d(0x1e7)][_0x2c812d(0x1aa)]:undefined;let _0x4be7c3=[];_0x4edceb&&_0x4edceb[_0x2c812d(0x175)](_0x185621=>{const _0x1d1fff=_0x2c812d;if(_0x185621[_0x1d1fff(0x18a)])_0x185621['rule'][_0x1d1fff(0x1aa)][_0x1d1fff(0x175)](_0xb6b394=>{const _0x58748b=_0x1d1fff;if(_0xb6b394[_0x58748b(0x185)]&&_0x2541b5[_0x58748b(0x1a6)](_0xb6b394['scenario']['id'],_0x1931c5)&&_0xb6b394[_0x58748b(0x185)][_0x58748b(0x1f8)]){const _0x69e368=_0xb6b394['scenario'][_0x58748b(0x1f8)]['flatMap'](_0x139016=>_0x139016['tableBody'])['find'](_0x14fd49=>_0x14fd49['id']===_0x313d76);let _0x50c0ac;_0x69e368&&_0x69e368[_0x58748b(0x182)]?_0x50c0ac=_0x69e368['cells'][_0x58748b(0x16b)](_0x44b855=>_0x44b855['value']):_0x50c0ac=[],_0x50c0ac&&(_0x4be7c3=_0x50c0ac);}});else{if(_0x185621[_0x1d1fff(0x185)]&&_0x2541b5['KnDYG'](_0x185621[_0x1d1fff(0x185)]['id'],_0x1931c5)&&_0x185621[_0x1d1fff(0x185)]['examples']){const _0x1dcc10=_0x185621[_0x1d1fff(0x185)][_0x1d1fff(0x1f8)][_0x1d1fff(0x1dc)](_0x1caddf=>_0x1caddf[_0x1d1fff(0x1f9)])['find'](_0xbc9dd6=>_0xbc9dd6['id']===_0x313d76);let _0x1fdcbe;_0x1dcc10&&_0x1dcc10[_0x1d1fff(0x182)]?_0x1fdcbe=_0x1dcc10[_0x1d1fff(0x182)]['map'](_0x33f77d=>_0x33f77d[_0x1d1fff(0x1bd)]):_0x1fdcbe=[],_0x1fdcbe&&(_0x4be7c3=_0x1fdcbe);}}});if(_0x4be7c3[_0x2c812d(0x192)])return _0x4be7c3;return;};async[a8_0xb813b9(0x1c8)](){const _0x52b5f0=a8_0xb813b9,_0x3351a8={'WbxkG':function(_0x4170e9){return _0x4170e9();}};if(this[_0x52b5f0(0x168)])return this[_0x52b5f0(0x1be)];const _0x2bf6d8=await _0x3351a8[_0x52b5f0(0x1b1)](getGitMetaData);_0x2bf6d8&&(this[_0x52b5f0(0x1be)]=_0x2bf6d8['root']),this[_0x52b5f0(0x168)]=!![];}}function a8_0xf09d(_0x63eeca,_0x44ac85){const _0x5a0f96=a8_0x5a0f();return a8_0xf09d=function(_0xf09dfc,_0x28bde0){_0xf09dfc=_0xf09dfc-0x166;let _0x3aee3c=_0x5a0f96[_0xf09dfc];return _0x3aee3c;},a8_0xf09d(_0x63eeca,_0x44ac85);}module[a8_0xb813b9(0x1f3)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0xb813b9(0x1c8),a8_0xb813b9(0x1a0),a8_0xb813b9(0x184),a8_0xb813b9(0x17d),a8_0xb813b9(0x191),a8_0xb813b9(0x1cc),a8_0xb813b9(0x1af)]);
|
|
1
|
+
const a8_0x2ab45c=a8_0x1ffc;function a8_0x1ffc(_0x321b0a,_0x4aa9e9){const _0x546eb5=a8_0x546e();return a8_0x1ffc=function(_0x1ffcae,_0x5f1346){_0x1ffcae=_0x1ffcae-0x1bf;let _0x3aa744=_0x546eb5[_0x1ffcae];return _0x3aa744;},a8_0x1ffc(_0x321b0a,_0x4aa9e9);}function a8_0x546e(){const _0x3cf9ec=['dzMnO','flatMap','../playwright/reporter/test-details','test_run','sendHook','failureData','timestamp','match','RFpYb','UtiGq','unknown','exception','uri','uuid','1672410rlXFsJ','tjkAB','oprMS','yRnYG','QEuDJ','children','SKIPPED','getHookRunEventData','qGVwx','astNodeIds','ebLea','vMXuI','format','12731890Jiezkv','testStepResult','tOvSn','ZZnDH','updateTestStatus','scenario','vobPR','testCaseFinished','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','TestRunFinished','1600XLoBOL','597534LVNPyZ','hookId','toISOString','XFRRZ','WmVFr','../../helpers/helper','AssertionError','push','duration_in_ms','cucumber','value','hooks','configureGit','join','_gitConfigPath','getTestUUID','27131vFwuzn','Gwyoq','CXuzS','ihxDk','ZTLsB','qFGoH','uploadEventData','../../helpers/test-observability/constants.js','../../helpers/testhub/utils','9gAzkwL','nanos','getCucumberHookType','getScenarioExamples','EmPie','testStepFinished','every','tagExpression','kVqcC','debug','message','womiL','exports','map','backtrace','Exception\x20in\x20sendHook:\x20','rTLBD','dNJAg','yPZTt','toLowerCase','feature','EvdIi','1014utGGFt','UnhandledError','pickleStepId','failed','rule','kcAQz','winstonLogger','ljCiu','ivYaw','RHcpq','root','_gitConfigured','event_type','HookRunFinished','../../helpers/logger','WAbXf','status','pending','AFTER_EACH','rRtTt','vGXOZ','hEoBj','FAILED','CUCUMBER','find','nchWS','name','tags','failureType','failure_reason','testCaseStartedId','failure','cells','20153fznWND','4|0|1|3|2','failure_type','length','examples','failure_data','includes','3239192mImeld','getHookResult','YYzGW','HookRunStarted','AeqBE','JLzra','WqMqB','getHooksListForTest','tableBody','FgYfG','result','57PVNwRa','sendTestRunEventForCucumber','lwdln','appendTesthubParams','xIkTR','finished_at','CyZXM','../../helpers/test-observability/sessionHandler','MATXH','toString'];a8_0x546e=function(){return _0x3cf9ec;};return a8_0x546e();}(function(_0x185f82,_0x30d362){const _0x1a7e6a=a8_0x1ffc,_0x120462=_0x185f82();while(!![]){try{const _0x2a1545=-parseInt(_0x1a7e6a(0x1e5))/0x1+parseInt(_0x1a7e6a(0x1d5))/0x2+-parseInt(_0x1a7e6a(0x237))/0x3*(-parseInt(_0x1a7e6a(0x1d4))/0x4)+-parseInt(_0x1a7e6a(0x24f))/0x5+parseInt(_0x1a7e6a(0x204))/0x6*(-parseInt(_0x1a7e6a(0x225))/0x7)+-parseInt(_0x1a7e6a(0x22c))/0x8+-parseInt(_0x1a7e6a(0x1ee))/0x9*(-parseInt(_0x1a7e6a(0x1ca))/0xa);if(_0x2a1545===_0x30d362)break;else _0x120462['push'](_0x120462['shift']());}catch(_0x5f5c82){_0x120462['push'](_0x120462['shift']());}}}(a8_0x546e,0x4fb5d));const path=require('path'),stripAnsi=require('strip-ansi'),util=require('util'),hooksMap={},SessionHandler=require(a8_0x2ab45c(0x23e)),testhubUtils=require(a8_0x2ab45c(0x1ed)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a8_0x2ab45c(0x1da)),logger=require(a8_0x2ab45c(0x212))[a8_0x2ab45c(0x20a)],{o11yClassErrorHandler}=require('../../helpers/test-observability/error-handler'),{FRAMEWORKS}=require(a8_0x2ab45c(0x1ec)),TestDetails=require(a8_0x2ab45c(0x243));this['_gitConfigured']=![],this['_gitConfigPath']=null;class TestObservabilityReporter{async[a8_0x2ab45c(0x238)](_0x49b4c6,_0x5ab950,_0x1e718d,_0x446486,_0x36552d){const _0x455448=a8_0x2ab45c,_0xc17958={'DyhID':function(_0x458b13,_0x4772cc){return _0x458b13===_0x4772cc;},'glWlU':_0x455448(0x21a),'MATXH':_0x455448(0x207),'NcCBS':_0x455448(0x1c3),'FpNRy':'skipped','tOvSn':function(_0x4ae123,_0xee9b06){return _0x4ae123||_0xee9b06;},'ljCiu':function(_0x1178d6,_0x1c43af){return _0x1178d6+_0x1c43af;},'ihxDk':function(_0x4fbf03,_0x43e5b3){return _0x4fbf03+_0x43e5b3;},'ZZnDH':'test','KeQqU':'javascript','uQYjd':_0x455448(0x1de),'vobPR':'pending','EvdIi':'passed','RHcpq':function(_0x141681,_0x94a8d3){return _0x141681!==_0x94a8d3;},'CyZXM':function(_0x446cbc,_0x1e5526){return _0x446cbc/_0x1e5526;},'lwdln':function(_0x3ef74b,_0x3a363f){return _0x3ef74b===_0x3a363f;},'VdocO':function(_0x14214c,_0x4d9d7a){return _0x14214c(_0x4d9d7a);},'yRnYG':_0x455448(0x24b),'WqMqB':function(_0x47456c,_0x1e41e9){return _0x47456c(_0x1e41e9);},'AGGAs':_0x455448(0x1db),'kVqcC':'UnhandledError','AeqBE':function(_0x311a11,_0x447bf1){return _0x311a11===_0x447bf1;},'FgYfG':_0x455448(0x1d3),'DJZUu':function(_0x5e2bd9,_0xd7efb2){return _0x5e2bd9>_0xd7efb2;}},{feature:_0x8fa379,scenario:_0x405030,steps:_0x3d8b67,uuid:_0x3d4632,startedAt:_0x1956af,finishedAt:_0x58be59}=_0xc17958[_0x455448(0x1cc)](_0x36552d,{}),_0x3da354=this[_0x455448(0x1f1)](_0x5ab950,_0x1e718d);await this[_0x455448(0x1e1)]();const _0xf2e0d1=_0x3da354?_0xc17958[_0x455448(0x20b)](_0xc17958[_0x455448(0x1e8)](_0xc17958[_0x455448(0x1e8)](_0x1e718d[_0x455448(0x21e)],'\x20('),_0x3da354[_0x455448(0x1e2)](',\x20')),')'):_0x1e718d['name'],_0x430b72={'uuid':_0x3d4632,'started_at':_0x1956af,'finished_at':_0x58be59,'type':_0xc17958[_0x455448(0x1cd)],'body':{'lang':_0xc17958['KeQqU'],'code':null},'name':_0xf2e0d1,'scopes':[_0x8fa379&&_0x8fa379[_0x455448(0x21e)]?_0x8fa379[_0x455448(0x21e)]:''],'tags':_0x1e718d['tags']?_0x1e718d[_0x455448(0x21f)][_0x455448(0x1fb)](({name:_0x43430d})=>_0x43430d):[],'file_name':_0x1e718d['uri'],'location':_0x1e718d[_0x455448(0x24d)],'vc_filepath':this['_gitConfigPath']&&_0x1e718d[_0x455448(0x24d)]?path['relative'](this[_0x455448(0x1e3)],_0x1e718d['uri']):null,'framework':_0xc17958['uQYjd'],'result':_0xc17958[_0x455448(0x1d0)],'meta':{'feature':_0x8fa379,'scenario':_0x405030,'steps':_0x3d8b67,'examples':_0x3da354},'customRerunParam':{'rerun_name':_0xf2e0d1}};if(_0x49b4c6[_0x455448(0x1d1)]&&_0x3d8b67){const _0x20a044=_0x49b4c6['testCaseFinished'];let _0x2ee884=_0xc17958[_0x455448(0x203)];_0x3d8b67[_0x455448(0x1f4)](_0x5b24fb=>{const _0x23d8a4=_0x455448;if(_0xc17958['DyhID'](_0x5b24fb[_0x23d8a4(0x236)],_0xc17958['glWlU']))return _0x2ee884=_0xc17958[_0x23d8a4(0x23f)],_0x20a044[_0x23d8a4(0x223)]=_0x5b24fb['failure'],_0x20a044[_0x23d8a4(0x220)]=_0x5b24fb[_0x23d8a4(0x220)],![];else{if(_0xc17958['DyhID'](_0x5b24fb[_0x23d8a4(0x236)],_0xc17958['NcCBS']))return _0x2ee884=_0xc17958['FpNRy'],![];}return!![];}),_0x430b72[_0x455448(0x23c)]=new Date()[_0x455448(0x1d7)](),_0x430b72[_0x455448(0x236)]=_0x2ee884,_0x20a044[_0x455448(0x247)]&&_0xc17958[_0x455448(0x20d)](_0x20a044['timestamp'][_0x455448(0x1ef)],undefined)?_0x430b72['duration_in_ms']=_0xc17958[_0x455448(0x23d)](_0x20a044[_0x455448(0x247)][_0x455448(0x1ef)],0xf4240):_0x430b72[_0x455448(0x1dd)]=undefined,_0xc17958[_0x455448(0x239)](_0x2ee884,_0xc17958[_0x455448(0x23f)])&&(_0x430b72['failure']=[{'backtrace':[_0x20a044['failure']?_0xc17958['VdocO'](stripAnsi,_0x20a044[_0x455448(0x223)]):_0xc17958[_0x455448(0x1c0)]]}],_0x430b72['failure_reason']=_0x20a044[_0x455448(0x223)]?_0xc17958[_0x455448(0x232)](stripAnsi,_0x20a044['failure']):_0x20a044[_0x455448(0x1f8)],_0x20a044[_0x455448(0x220)]&&(_0x430b72[_0x455448(0x227)]=_0x20a044[_0x455448(0x220)][_0x455448(0x248)](/AssertError/)?_0xc17958['AGGAs']:_0xc17958[_0x455448(0x1f6)]));}if(_0xc17958[_0x455448(0x230)](_0x446486,_0xc17958[_0x455448(0x235)])){const _0xff6d6=this[_0x455448(0x233)](_0x49b4c6[_0x455448(0x1d1)]['testCaseStartedId']);_0xff6d6&&_0xc17958['DJZUu'](_0xff6d6[_0x455448(0x228)],0x0)&&(_0x430b72['hooks']=_0xff6d6,this[_0x455448(0x1ce)](_0x49b4c6[_0x455448(0x1d1)][_0x455448(0x222)],_0x430b72));}testhubUtils[_0x455448(0x23a)](_0x430b72,_0x446486,'',FRAMEWORKS[_0x455448(0x21b)]);const _0xcc4fbd={};_0xcc4fbd[_0x455448(0x210)]=_0x446486,_0xcc4fbd[_0x455448(0x244)]=_0x430b72;const _0x59f1eb=_0xcc4fbd;await SessionHandler[_0x455448(0x1eb)](_0x59f1eb);}[a8_0x2ab45c(0x1ce)](_0x3e3fb7,_0x215f78){const _0x20571c=a8_0x2ab45c,_0x972845={};_0x972845[_0x20571c(0x1e7)]=function(_0x3dc320,_0x1b0c07){return _0x3dc320 instanceof _0x1b0c07;},_0x972845[_0x20571c(0x1c8)]=function(_0x3daab,_0x37a0e4){return _0x3daab===_0x37a0e4;},_0x972845[_0x20571c(0x24a)]='failed',_0x972845[_0x20571c(0x1fe)]=_0x20571c(0x226);const _0x5a09b9=_0x972845,_0x534bfa=hooksMap[_0x3e3fb7];if(_0x5a09b9[_0x20571c(0x1e7)](_0x534bfa,Array))for(const _0x33fdd1 of _0x534bfa){if(_0x5a09b9[_0x20571c(0x1c8)](_0x33fdd1[_0x20571c(0x236)],_0x5a09b9[_0x20571c(0x24a)])){const _0x1addab=_0x5a09b9[_0x20571c(0x1fe)]['split']('|');let _0x1c8005=0x0;while(!![]){switch(_0x1addab[_0x1c8005++]){case'0':_0x215f78['failure']=_0x33fdd1[_0x20571c(0x22a)];continue;case'1':_0x215f78[_0x20571c(0x221)]=_0x5a09b9[_0x20571c(0x1e7)](_0x33fdd1['failure_data'],Array)?_0x33fdd1['failure_data'][0x0][_0x20571c(0x1fc)][_0x20571c(0x1e2)]('\x0a'):'';continue;case'2':return _0x215f78;case'3':_0x215f78[_0x20571c(0x227)]=_0x33fdd1[_0x20571c(0x227)];continue;case'4':_0x215f78[_0x20571c(0x236)]=_0x33fdd1[_0x20571c(0x236)];continue;}break;}}};}[a8_0x2ab45c(0x233)](_0x3770a5){const _0x512fe1=a8_0x2ab45c;if(hooksMap[_0x3770a5])return hooksMap[_0x3770a5][_0x512fe1(0x1fb)](_0xe370d6=>_0xe370d6[_0x512fe1(0x24e)]);return[];}['getHookRunEventData'](_0x363c05,_0x4ab101,_0x19e273,_0x348a7b,_0x1fdbbc,_0x3b8d81){const _0x4b9cb1=a8_0x2ab45c,_0x4942cc={'dzMnO':function(_0x4ff328,_0x380e16){return _0x4ff328===_0x380e16;},'JqXZM':_0x4b9cb1(0x211),'ZTLsB':function(_0x3a197b,_0x20d220,_0x5e9dd3){return _0x3a197b(_0x20d220,_0x5e9dd3);},'XFRRZ':'sourceReference','kcAQz':_0x4b9cb1(0x24d),'DQJZC':_0x4b9cb1(0x215),'KsiyB':'hook','nchWS':'javascript','dNJAg':_0x4b9cb1(0x202),'TkQzg':_0x4b9cb1(0x21e),'ptqin':_0x4b9cb1(0x1de)};try{if(_0x4942cc[_0x4b9cb1(0x241)](_0x19e273,_0x4942cc['JqXZM'])){const _0x2abdc1=new Date()[_0x4b9cb1(0x1d7)](),_0x486176=hooksMap[_0x4ab101];if(!_0x486176)return;const _0x15153c=_0x486176[_0x4b9cb1(0x21c)](_0x1b7cec=>_0x1b7cec[_0x4b9cb1(0x24e)]===_0x348a7b['id']);if(!_0x15153c)return;const _0x775858=this['getHookResult'](_0x363c05,_0x4ab101);_0x15153c[_0x4b9cb1(0x236)]=_0x775858[_0x4b9cb1(0x214)],_0x15153c[_0x4b9cb1(0x23c)]=_0x2abdc1,_0x15153c['failure_type']=_0x775858[_0x4b9cb1(0x220)];const _0x2b3dd0={};return _0x2b3dd0[_0x4b9cb1(0x1fc)]=_0x775858[_0x4b9cb1(0x246)],_0x15153c[_0x4b9cb1(0x22a)]=[_0x2b3dd0],_0x15153c;}const _0x53d950=TestDetails[_0x4b9cb1(0x1e4)](_0x4ab101),_0x2b5ffc=_0x363c05[_0x4b9cb1(0x1e0)][_0x4b9cb1(0x21c)](_0x30697c=>_0x30697c['id']===_0x348a7b['hookId']),_0x1cf5a2=_0x4942cc[_0x4b9cb1(0x1e9)](nestedKeyValue,_0x2b5ffc,[_0x4942cc[_0x4b9cb1(0x1d8)],_0x4942cc[_0x4b9cb1(0x209)]]),_0x2419eb=new Date()[_0x4b9cb1(0x1d7)](),_0x3ace63=_0x4942cc['DQJZC'],_0x273fc7=_0x2b5ffc[_0x4b9cb1(0x1f5)]?_0x2b5ffc[_0x4b9cb1(0x1f5)]['split']('\x20')['filter'](_0x5b1afb=>_0x5b1afb[_0x4b9cb1(0x22b)]('@')):[],_0x1e8a15={'uuid':_0x348a7b['id'],'type':_0x4942cc['KsiyB'],'hook_type':_0x3b8d81,'name':_0x2b5ffc['name'],'body':{'lang':_0x4942cc[_0x4b9cb1(0x21d)],'code':null},'tags':_0x273fc7,'test_run_id':_0x53d950,'scope':_0x4942cc[_0x4b9cb1(0x1e9)](nestedKeyValue,_0x1fdbbc,[_0x4942cc['dNJAg'],_0x4942cc['TkQzg']]),'scopes':[_0x4942cc[_0x4b9cb1(0x1e9)](nestedKeyValue,_0x1fdbbc,[_0x4942cc[_0x4b9cb1(0x1ff)],_0x4942cc['TkQzg']])||''],'file_name':_0x1cf5a2,'location':_0x1cf5a2,'vc_filepath':this[_0x4b9cb1(0x1e3)]?path['relative'](this['_gitConfigPath'],_0x1cf5a2):null,'result':_0x3ace63,'started_at':_0x2419eb,'framework':_0x4942cc['ptqin']};return _0x1e8a15;}catch(_0x3de747){logger['debug']('Exception\x20in\x20getHookRunEventData:\x20'+util[_0x4b9cb1(0x1c9)](_0x3de747)+'\x20');}}async[a8_0x2ab45c(0x245)](_0x26a172,_0x144179,_0x11876e,_0x38d7cb,_0x59d7d1,_0x1152c1){const _0x361007=a8_0x2ab45c,_0x165faf={'ivYaw':function(_0x3d856e,_0x4cfccf){return _0x3d856e===_0x4cfccf;},'rRtTt':_0x361007(0x22f),'YYzGW':function(_0x2a1c22,_0x1d4d04,_0x1ed7c9){return _0x2a1c22(_0x1d4d04,_0x1ed7c9);},'qFGoH':'sourceReference','EmPie':'uri','qGVwx':_0x361007(0x1d2)};try{const _0x5d7fb2=_0x38d7cb[_0x361007(0x21c)](_0x55077f=>_0x55077f['id']===_0x59d7d1);if(!_0x5d7fb2[_0x361007(0x1d6)])return;const _0x580cd7=this[_0x361007(0x1f0)](_0x38d7cb,_0x5d7fb2),_0x368bf5=this[_0x361007(0x1c4)](_0x26a172,_0x144179,_0x11876e,_0x5d7fb2,_0x1152c1,_0x580cd7);if(!_0x368bf5)return;_0x165faf[_0x361007(0x20c)](_0x11876e,_0x165faf[_0x361007(0x217)])&&(hooksMap[_0x144179]?hooksMap[_0x144179][_0x361007(0x1dc)](_0x368bf5):hooksMap[_0x144179]=[_0x368bf5]);const _0x916b00=_0x26a172[_0x361007(0x1e0)]['find'](_0xb9d643=>_0xb9d643['id']===_0x5d7fb2[_0x361007(0x1d6)]),_0x362225=_0x165faf[_0x361007(0x22e)](nestedKeyValue,_0x916b00,[_0x165faf[_0x361007(0x1ea)],_0x165faf[_0x361007(0x1f2)]]);if(!_0x362225)return;else{if(_0x362225[_0x361007(0x22b)](_0x165faf[_0x361007(0x1c5)]))return;}const _0x1955ec={};_0x1955ec[_0x361007(0x210)]=_0x11876e,_0x1955ec['hook_run']=_0x368bf5;const _0x50cd35=_0x1955ec;await SessionHandler[_0x361007(0x1eb)](_0x50cd35);}catch(_0x224d64){logger[_0x361007(0x1f7)](_0x361007(0x1fd)+util[_0x361007(0x1c9)](_0x224d64)+'\x20');}}[a8_0x2ab45c(0x22d)](_0x14aeca,_0x1452d0){const _0x4db0d6=a8_0x2ab45c,_0x4b981={};_0x4b981[_0x4db0d6(0x213)]=function(_0x2d5729,_0x52b3bd){return _0x2d5729===_0x52b3bd;},_0x4b981['xIkTR']='failed',_0x4b981[_0x4db0d6(0x250)]=function(_0x4b58f3,_0x39bb30){return _0x4b58f3===_0x39bb30;},_0x4b981[_0x4db0d6(0x200)]=function(_0xa1e8c8,_0x49edb2){return _0xa1e8c8===_0x49edb2;},_0x4b981[_0x4db0d6(0x1bf)]=_0x4db0d6(0x205),_0x4b981['ebLea']=_0x4db0d6(0x1db),_0x4b981['Gwyoq']=function(_0x5711db,_0x1bad95){return _0x5711db||_0x1bad95;};const _0x323a65=_0x4b981,_0x4c214b=_0x14aeca[_0x4db0d6(0x1f3)][_0x1452d0][_0x4db0d6(0x1cb)];let _0x47e3d6,_0x4beb91;return _0x4c214b&&_0x323a65[_0x4db0d6(0x213)](_0x4c214b[_0x4db0d6(0x214)][_0x4db0d6(0x240)]()[_0x4db0d6(0x201)](),_0x323a65[_0x4db0d6(0x23b)])&&(_0x47e3d6=_0x323a65[_0x4db0d6(0x250)](_0x4c214b[_0x4db0d6(0x24c)],undefined)?_0x4c214b['message']:_0x4c214b['exception'][_0x4db0d6(0x1f8)],_0x4beb91=_0x323a65[_0x4db0d6(0x200)](_0x4c214b[_0x4db0d6(0x24c)],undefined)?_0x323a65[_0x4db0d6(0x1bf)]:_0x4c214b[_0x4db0d6(0x1f8)][_0x4db0d6(0x248)](/Assert/)?_0x323a65[_0x4db0d6(0x1c7)]:_0x323a65[_0x4db0d6(0x1bf)]),{'status':_0x4c214b[_0x4db0d6(0x214)][_0x4db0d6(0x201)](),'failureType':_0x323a65[_0x4db0d6(0x1e6)](_0x4beb91,null),'failureData':!_0x47e3d6?null:[_0x47e3d6]};}[a8_0x2ab45c(0x1f0)](_0xc03ab1,_0x583b9e){const _0x4f4769=a8_0x2ab45c,_0x2bf88f={};_0x2bf88f[_0x4f4769(0x231)]=function(_0xf81676,_0x54e4ab){return _0xf81676===_0x54e4ab;},_0x2bf88f[_0x4f4769(0x249)]=_0x4f4769(0x216),_0x2bf88f[_0x4f4769(0x1f9)]='BEFORE_EACH';const _0x569a87=_0x2bf88f;let _0x23a66f=![];for(const _0x41bcc5 of _0xc03ab1){_0x41bcc5[_0x4f4769(0x206)]&&(_0x23a66f=!![]);if(_0x569a87[_0x4f4769(0x231)](_0x583b9e['id'],_0x41bcc5['id']))return _0x23a66f?_0x569a87['RFpYb']:_0x569a87[_0x4f4769(0x1f9)];}}[a8_0x2ab45c(0x1f1)]=(_0x3a97c1,_0x403ac1)=>{const _0xfd6a53=a8_0x2ab45c,_0x37341b={};_0x37341b[_0xfd6a53(0x219)]=function(_0x381aa7,_0x5f5652){return _0x381aa7===_0x5f5652;},_0x37341b[_0xfd6a53(0x218)]=function(_0x5caef8,_0x343a7a){return _0x5caef8===_0x343a7a;},_0x37341b[_0xfd6a53(0x1d9)]=function(_0x132c06,_0x369129){return _0x132c06>_0x369129;};const _0x488482=_0x37341b;if(!(_0x403ac1[_0xfd6a53(0x1c6)]&&_0x488482[_0xfd6a53(0x1d9)](_0x403ac1[_0xfd6a53(0x1c6)][_0xfd6a53(0x228)],0x1)))return;const _0x1b12dc=_0x403ac1[_0xfd6a53(0x1c6)][0x0],_0x5ee144=_0x403ac1[_0xfd6a53(0x1c6)][0x1],_0x35b747=_0x3a97c1[_0xfd6a53(0x202)]&&_0x3a97c1['feature'][_0xfd6a53(0x1c2)]?_0x3a97c1[_0xfd6a53(0x202)][_0xfd6a53(0x1c2)]:undefined;let _0x396efe=[];_0x35b747&&_0x35b747['forEach'](_0xc451e8=>{const _0x1deaa1=_0xfd6a53,_0x5f2a13={'QEuDJ':function(_0x2a78e6,_0x3ebcc0){return _0x488482['hEoBj'](_0x2a78e6,_0x3ebcc0);}};if(_0xc451e8[_0x1deaa1(0x208)])_0xc451e8['rule'][_0x1deaa1(0x1c2)]['forEach'](_0x2aeb54=>{const _0x5c3739=_0x1deaa1;if(_0x2aeb54[_0x5c3739(0x1cf)]&&_0x5f2a13[_0x5c3739(0x1c1)](_0x2aeb54['scenario']['id'],_0x1b12dc)&&_0x2aeb54['scenario'][_0x5c3739(0x229)]){const _0x30daef=_0x2aeb54[_0x5c3739(0x1cf)][_0x5c3739(0x229)]['flatMap'](_0x40357a=>_0x40357a[_0x5c3739(0x234)])[_0x5c3739(0x21c)](_0x35503d=>_0x35503d['id']===_0x5ee144);let _0xc3bbbe;_0x30daef&&_0x30daef[_0x5c3739(0x224)]?_0xc3bbbe=_0x30daef['cells']['map'](_0x56d9a3=>_0x56d9a3[_0x5c3739(0x1df)]):_0xc3bbbe=[],_0xc3bbbe&&(_0x396efe=_0xc3bbbe);}});else{if(_0xc451e8[_0x1deaa1(0x1cf)]&&_0x488482[_0x1deaa1(0x218)](_0xc451e8['scenario']['id'],_0x1b12dc)&&_0xc451e8[_0x1deaa1(0x1cf)][_0x1deaa1(0x229)]){const _0xff9718=_0xc451e8['scenario'][_0x1deaa1(0x229)][_0x1deaa1(0x242)](_0x3619ca=>_0x3619ca[_0x1deaa1(0x234)])[_0x1deaa1(0x21c)](_0x3d211b=>_0x3d211b['id']===_0x5ee144);let _0x15160b;_0xff9718&&_0xff9718[_0x1deaa1(0x224)]?_0x15160b=_0xff9718[_0x1deaa1(0x224)]['map'](_0xf91bd9=>_0xf91bd9['value']):_0x15160b=[],_0x15160b&&(_0x396efe=_0x15160b);}}});if(_0x396efe[_0xfd6a53(0x228)])return _0x396efe;return;};async['configureGit'](){const _0x342854=a8_0x2ab45c,_0x29bbc2={'EHFPl':function(_0x282510){return _0x282510();}};if(this['_gitConfigured'])return this[_0x342854(0x1e3)];const _0x1a6643=await _0x29bbc2['EHFPl'](getGitMetaData);_0x1a6643&&(this['_gitConfigPath']=_0x1a6643[_0x342854(0x20e)]),this[_0x342854(0x20f)]=!![];}}module[a8_0x2ab45c(0x1fa)]=o11yClassErrorHandler(TestObservabilityReporter,[a8_0x2ab45c(0x1e1),'getScenarioExamples',a8_0x2ab45c(0x1f0),a8_0x2ab45c(0x22d),a8_0x2ab45c(0x245),a8_0x2ab45c(0x1c4),a8_0x2ab45c(0x238)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a9_0x5269(){const _0x11cc84=['tuMOK','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','setGlobal','\x0aError:\x20','parse','SOPFR','9tjfjho','setDefaultTimeout','cucumber-js','format','Failed:\x20','passed','bs:addLog:','AfterStep','mLPFa','@cucumber/cucumber/lib/index.js','currentTest','shift','pid','testInfo','../../index','name','DzjNQ','4440408KUbQuR','winstonLogger','../../helpers/ai-sdk/autoHealHelper','../../helpers/globals','util','After','initQuit','../../helpers/testhub/constants.js','iaVKj','1736032zcyhrl','__platformCaps','driverCleanup','setFramework','__skipSessionName','SmuVo','Before','../../helpers/test-observability/utils','Passed','CONFIG','../../helpers/test-observability/sessionHandler','setTestNameForHealingContext','159708kdIHxb','Inside\x20browserstack\x20After','toString','text','lodash','xbKEz','../playwright/reporter/reporter.js','YeGMO','isAccessibilityPlatform','pickleStep','stopMonitoring','executeAsyncScript','__timeout','Error:\x20cleaning\x20up\x20driver:\x20','getInstance','../../helpers/testhub/utils','o11ySyncDone','celuh','addTestUIDAndReportLog','AfterAll','browserstackAgentV2','BROWSERSTACK_TESTHUB_JWT','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','kvEyM','Error:\x20at\x20After\x20Step:\x20','SXUWK','guhWT','btCNn','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','__error_messages__','NafhA','result','pcEzj','3855584cjHWXL','ilOra','zEVeI','KlxLQ','error','pickle','CBTSessionCreated','zsyMi','Inside\x20browserstack\x20Before','yOjzP','status','quitCount_','session_','\x22}}','@cucumber/cucumber','\x20|\x20','message','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','performScan','../../helpers/performance-tester','__sessionFailed','../../helpers/accessibility-automation/helper','../../helpers/setKeepAlive','1966170EEahlp','vjkzT','workerInfo','../../helpers/accessibility-automation/scripts','browserstackSessionName','2|1|0|3|4','BeforeAll','debug','uuid','shutdown','__drivers','../../helpers/helper','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','info','QQoiW','PKNWP','ENV_VAR','tags','IolKr','DIChY','KqZaH','VQPgG','rSSSR','thBuildUuid','finally','Error:\x20sendPlatformDetails\x20at\x20After:\x20','testCaseStartedId','bstack','yBZmw','../../helpers/logger','pDwqm','BSTACK_CONFIG','skipSessionStatus','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','failed','stringify','skipSessionName','env','Inside\x20browserstack\x20AfterStep','CZvek','WuqvM','push','../../helpers/test-observability/error-handler','getGlobal','Inside\x20browserstack\x20registerListeners','length','thTestRunUuid','Performing\x20scan\x20before\x20saving\x20results','VdMyN','qnnLz','executeScript','getTestUUID','thJwtToken','qehTu','Drnat',',\x22level\x22:\x20\x22','ujHlo','vsfZG','7726542YtHqFy','toLowerCase','startMonitoring','laZlw','integrations','uploadEventData','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','YCpzX','694879maxdFk','qizdV','rbkGx','DKAQw','BROWSERSTACK_TESTHUB_UUID','timeout','__skipSessionStatus','ykNPI','map','27jvFIPk','zEbAw','qTXgg'];a9_0x5269=function(){return _0x11cc84;};return a9_0x5269();}const a9_0x5b1374=a9_0x44f4;(function(_0x541efd,_0x440ced){const _0x1a3663=a9_0x44f4,_0x37b624=_0x541efd();while(!![]){try{const _0x3f6a9d=-parseInt(_0x1a3663(0x162))/0x1+parseInt(_0x1a3663(0x18e))/0x2+parseInt(_0x1a3663(0x174))/0x3*(parseInt(_0x1a3663(0x19a))/0x4)+-parseInt(_0x1a3663(0x1d2))/0x5+-parseInt(_0x1a3663(0x15a))/0x6+parseInt(_0x1a3663(0x185))/0x7+-parseInt(_0x1a3663(0x1bb))/0x8*(-parseInt(_0x1a3663(0x16b))/0x9);if(_0x3f6a9d===_0x440ced)break;else _0x37b624['push'](_0x37b624['shift']());}catch(_0x3e86a9){_0x37b624['push'](_0x37b624['shift']());}}}(a9_0x5269,0xa8f93));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x5b1374(0x12b)),setKeepAlive=require(a9_0x5b1374(0x1d1)),util=require(a9_0x5b1374(0x189)),PerformanceTester=require(a9_0x5b1374(0x1ce)),{commandRepository}=require(a9_0x5b1374(0x187)),cucumberModule=requireModule(a9_0x5b1374(0x17d),a9_0x5b1374(0x1c9)),logger=require(a9_0x5b1374(0x13d))[a9_0x5b1374(0x186)],{shouldProcessEventForTesthub}=require(a9_0x5b1374(0x1a9)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x5b1374(0x195)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{o11yErrorHandler}=require(a9_0x5b1374(0x14a)),MyReporter=require(a9_0x5b1374(0x1a0)),SessionHandler=require(a9_0x5b1374(0x198)),scripts=require(a9_0x5b1374(0x1d5)),globals=require(a9_0x5b1374(0x188)),testHubConstants=require(a9_0x5b1374(0x18c)),{shouldScanTestForAccessibility}=require(a9_0x5b1374(0x1d0)),{isUndefined}=require(a9_0x5b1374(0x19e)),a9_0x206581={};a9_0x206581[a9_0x5b1374(0x1d4)]=undefined,a9_0x206581[a9_0x5b1374(0x17e)]={},a9_0x206581[a9_0x5b1374(0x1aa)]=![],a9_0x206581[a9_0x5b1374(0x17e)]['id']=undefined,a9_0x206581[a9_0x5b1374(0x17e)]['testInfo']=undefined;const workerDetails=a9_0x206581;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x3fc1f6){const _0x3d6a63=a9_0x5b1374,_0x5203ed=workerDetails[_0x3d6a63(0x17e)][_0x3d6a63(0x181)];if(!_0x5203ed)return;await MyReporter[_0x3d6a63(0x1ac)](_0x5203ed,_0x3fc1f6);}),registerListeners=()=>{const _0x54ecd2=a9_0x5b1374,_0x191bcb={};_0x191bcb[_0x54ecd2(0x1bd)]=_0x54ecd2(0x14c);const _0x28ab1c=_0x191bcb;logger['debug'](_0x28ab1c[_0x54ecd2(0x1bd)]),process['removeAllListeners']('bs:addLog:'+process[_0x54ecd2(0x180)]),process['on'](_0x54ecd2(0x17a)+process[_0x54ecd2(0x180)],sendTestLog),PerformanceTester[_0x54ecd2(0x15c)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x5b1374(0x194)],After=cucumberModule[a9_0x5b1374(0x18a)],AfterAll=cucumberModule[a9_0x5b1374(0x1ad)],BeforeAll=cucumberModule[a9_0x5b1374(0x1d8)],AfterStep=cucumberModule[a9_0x5b1374(0x17b)],configuration=process[a9_0x5b1374(0x145)][a9_0x5b1374(0x197)],bstackConfig=process[a9_0x5b1374(0x145)][a9_0x5b1374(0x13f)];if(configuration!==undefined){const config=JSON['parse'](configuration);isBrowserstackInfra()?(global[a9_0x5b1374(0x192)]=isTrue(config[a9_0x5b1374(0x144)]),global[a9_0x5b1374(0x168)]=isTrue(config[a9_0x5b1374(0x140)])):(global[a9_0x5b1374(0x192)]=!![],global['__skipSessionStatus']=!![]),shouldProcessEventForTesthub()?require(a9_0x5b1374(0x182))[a9_0x5b1374(0x1ae)](config,null,!![]):require(a9_0x5b1374(0x182))['browserstackAgentV2'](config),global[a9_0x5b1374(0x18f)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON[a9_0x5b1374(0x172)](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository[a9_0x5b1374(0x191)](a9_0x5b1374(0x176)));}global[a9_0x5b1374(0x1a6)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x5b1374(0x175)];cucumberModule[a9_0x5b1374(0x175)]=_0x16a8ec=>{const _0x1bddc3=a9_0x5b1374,_0x2f4cde={'SOPFR':function(_0x3015a1,_0x1f9dd7){return _0x3015a1(_0x1f9dd7);}};global[_0x1bddc3(0x1a6)]=_0x16a8ec,_0x2f4cde[_0x1bddc3(0x173)](__setDefaultTimeout,_0x16a8ec);};const a9_0x4627eb={};a9_0x4627eb[a9_0x5b1374(0x183)]=a9_0x5b1374(0x13b),BeforeAll(a9_0x4627eb,function(){const _0x56bcb6=a9_0x5b1374,_0x5744cd={'rbkGx':function(_0x33644d,_0x50e736,_0x35fe04,_0x5d4df5){return _0x33644d(_0x50e736,_0x35fe04,_0x5d4df5);},'rSSSR':_0x56bcb6(0x142),'NafhA':_0x56bcb6(0x1ca),'pDwqm':function(_0x3f6d72,_0x3fa7ff,_0x50b02a){return _0x3f6d72(_0x3fa7ff,_0x50b02a);},'ilOra':_0x56bcb6(0x179),'DzjNQ':'Inside\x20browserstack\x20BeforeAll','LSegV':function(_0x408886){return _0x408886();},'tuMOK':function(_0x225346,_0xc39908){return _0x225346(_0xc39908);}};PerformanceTester[_0x56bcb6(0x15c)](),logger['debug'](_0x5744cd[_0x56bcb6(0x184)]),global[_0x56bcb6(0x1b7)]=[],global[_0x56bcb6(0x1cf)]=![],_0x5744cd['LSegV'](shouldProcessEventForTesthub)&&(_0x5744cd['LSegV'](registerListeners),_0x5744cd[_0x56bcb6(0x16e)](addRequestSpy,![])),global['driverCleanup']=async()=>{const _0xe311dd=_0x56bcb6;let _0x4301f8=![];try{await global[_0xe311dd(0x12a)][0x0]['session_'],_0x4301f8=!![],global['__sessionFailed']?await _0x5744cd[_0xe311dd(0x164)](markSessionStatus,global[_0xe311dd(0x12a)][0x0],_0x5744cd[_0xe311dd(0x136)],global[_0xe311dd(0x1b7)]['join'](_0x5744cd[_0xe311dd(0x1b8)])):await _0x5744cd[_0xe311dd(0x13e)](markSessionStatus,global[_0xe311dd(0x12a)][0x0],_0x5744cd[_0xe311dd(0x1bc)]);}catch(_0x57dd70){logger['debug'](_0xe311dd(0x1a7)+_0x57dd70);}global[_0xe311dd(0x1b7)]=[],global[_0xe311dd(0x1cf)]=![];if(_0x4301f8)try{await global[_0xe311dd(0x12a)][0x0][_0xe311dd(0x18b)]();}catch(_0x3af156){logger[_0xe311dd(0x1d9)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x3af156);}};});const a9_0x33495e={};a9_0x33495e[a9_0x5b1374(0x183)]=a9_0x5b1374(0x13b),a9_0x33495e[a9_0x5b1374(0x167)]=0x2710,Before(a9_0x33495e,function(_0x1eec08,_0x2b04bb){const _0x40a0e8=a9_0x5b1374,_0x5afeae={'zxQKf':function(_0x7f1ff0,_0x3b4f1b){return _0x7f1ff0>_0x3b4f1b;},'laZlw':function(_0x3323eb,_0x31dc18){return _0x3323eb>_0x31dc18;},'bRGlI':function(_0x38ae27,_0x3856a8){return _0x38ae27(_0x3856a8);},'DKAQw':function(_0x3f71b3,_0x22a6c1,_0x149d94,_0x45c8ce){return _0x3f71b3(_0x22a6c1,_0x149d94,_0x45c8ce);},'WwcCf':'bstackA11yShouldScan','ujHlo':function(_0x33054e){return _0x33054e();},'QQoiW':_0x40a0e8(0x1c3)};commandRepository[_0x40a0e8(0x199)](_0x1eec08['pickle'][_0x40a0e8(0x183)]),logger[_0x40a0e8(0x1d9)](_0x5afeae[_0x40a0e8(0x12e)]),new Promise(async _0x1b334f=>{const _0x207e78=_0x40a0e8;try{_0x5afeae['zxQKf'](global[_0x207e78(0x12a)][_0x207e78(0x14d)],0x1)&&(await global[_0x207e78(0x190)](),global['__drivers'][_0x207e78(0x17f)]()),global[_0x207e78(0x12a)][0x0][_0x207e78(0x1c6)]&&_0x5afeae[_0x207e78(0x15d)](global[_0x207e78(0x12a)][0x0]['quitCount_'],0x0)&&await global[_0x207e78(0x190)]();}catch(_0x2d84d4){logger['debug'](_0x207e78(0x1cc)+_0x2d84d4);}workerDetails['currentTest']['testInfo']=_0x1eec08[_0x207e78(0x13a)];try{if(!_0x5afeae['bRGlI'](isUndefined,_0x1eec08[_0x207e78(0x1c0)][_0x207e78(0x131)])){const _0x3fdd89=_0x5afeae[_0x207e78(0x165)](shouldScanTestForAccessibility,null,![],_0x1eec08['pickle'][_0x207e78(0x131)][_0x207e78(0x16a)](({name:_0x2ec244})=>_0x2ec244));globals[_0x207e78(0x170)](_0x5afeae['WwcCf'],_0x3fdd89);}}catch(_0x9b4be8){logger[_0x207e78(0x1d9)](_0x207e78(0x12c)+util[_0x207e78(0x177)](_0x9b4be8));}_0x5afeae[_0x207e78(0x158)](_0x1b334f);})[_0x40a0e8(0x138)](_0x2b04bb);});const a9_0x5062a1={};a9_0x5062a1[a9_0x5b1374(0x183)]='bstack',a9_0x5062a1[a9_0x5b1374(0x167)]=0x2710,After(a9_0x5062a1,function(_0x4b34c6,_0x15b3ca){const _0x55fcc5=a9_0x5b1374,_0xa4dcfa={'OnzSU':_0x55fcc5(0x1d7),'qizdV':function(_0xabeb61,_0x778b55){return _0xabeb61>_0x778b55;},'CZvek':function(_0x1bbc2d,_0x63d5c6){return _0x1bbc2d===_0x63d5c6;},'YCpzX':_0x55fcc5(0x142),'vjkzT':function(_0x122e84,_0x2748cd){return _0x122e84===_0x2748cd;},'KqZaH':function(_0x349cce,_0x2cd46b,_0x33c574,_0x478ff7){return _0x349cce(_0x2cd46b,_0x33c574,_0x478ff7);},'YeGMO':_0x55fcc5(0x1ca),'xPYUn':function(_0x3eecff,_0x2c024a,_0x5329a6){return _0x3eecff(_0x2c024a,_0x5329a6);},'btCNn':_0x55fcc5(0x179),'WuqvM':function(_0x1d8686){return _0x1d8686();},'qnnLz':function(_0x515f2f,_0xb087a4,_0x36738d,_0x3961dd){return _0x515f2f(_0xb087a4,_0x36738d,_0x3961dd);},'ykNPI':_0x55fcc5(0x1c1),'mLPFa':_0x55fcc5(0x1a2),'qTXgg':'bstackA11yShouldScan','qehTu':_0x55fcc5(0x1b0),'xbKEz':_0x55fcc5(0x14f),'guhWT':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','PKNWP':function(_0x2defe6,_0x26557e){return _0x2defe6>_0x26557e;},'yBZmw':function(_0x3cb31a){return _0x3cb31a();},'sTYLm':_0x55fcc5(0x19b)};logger[_0x55fcc5(0x1d9)](_0xa4dcfa['sTYLm']),workerDetails['currentTest']['testInfo']=_0x4b34c6['testCaseStartedId'],new Promise(async _0x15dbb6=>{const _0x1a2c61=_0x55fcc5;let _0x4010a6=![];try{const _0x4d5457=_0xa4dcfa['OnzSU']['split']('|');let _0x46beb8=0x0;while(!![]){switch(_0x4d5457[_0x46beb8++]){case'0':_0x4010a6=!![];continue;case'1':await global[_0x1a2c61(0x12a)][0x0][_0x1a2c61(0x1c7)];continue;case'2':_0xa4dcfa[_0x1a2c61(0x163)](global['__drivers'][_0x1a2c61(0x14d)],0x1)&&(await global['driverCleanup'](),global[_0x1a2c61(0x12a)]['shift'](),global[_0x1a2c61(0x1b7)]=[],global['__sessionFailed']=![]);continue;case'3':!global['__skipSessionName']&&await global[_0x1a2c61(0x12a)][0x0][_0x1a2c61(0x152)](_0x1a2c61(0x160)+_0x4b34c6['pickle'][_0x1a2c61(0x183)]+'\x22}}');continue;case'4':if(_0xa4dcfa[_0x1a2c61(0x147)](_0x4b34c6['result'][_0x1a2c61(0x1c5)][_0x1a2c61(0x19c)]()[_0x1a2c61(0x15b)](),_0xa4dcfa[_0x1a2c61(0x161)])||_0xa4dcfa[_0x1a2c61(0x1d3)](_0x4b34c6[_0x1a2c61(0x1b9)][_0x1a2c61(0x1c5)]['toString']()[_0x1a2c61(0x15b)](),'6')){try{global[_0x1a2c61(0x1b7)][_0x1a2c61(0x149)](_0x4b34c6[_0x1a2c61(0x1b9)][_0x1a2c61(0x1cb)]);}catch(_0x299842){logger[_0x1a2c61(0x1d9)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x299842);}await _0xa4dcfa[_0x1a2c61(0x134)](markSessionStatus,global[_0x1a2c61(0x12a)][0x0],_0xa4dcfa[_0x1a2c61(0x161)],global[_0x1a2c61(0x1b7)]['join'](_0xa4dcfa[_0x1a2c61(0x1a1)]));}else await _0xa4dcfa['xPYUn'](markSessionStatus,global['__drivers'][0x0],_0xa4dcfa[_0x1a2c61(0x1b5)]);continue;}break;}}catch(_0x4634aa){logger['debug']('Error:\x20at\x20After:\x20'+util['format'](_0x4634aa));}try{if(_0xa4dcfa[_0x1a2c61(0x148)](shouldProcessEventForTesthub)){const _0x24c60c=TestDetails['getTestUUID'](_0x4b34c6[_0x1a2c61(0x13a)]),_0x4932f7=await _0xa4dcfa[_0x1a2c61(0x151)](sendPlatformDetails,global[_0x1a2c61(0x12a)][0x0],_0x24c60c,!![]),_0x483c80={};_0x483c80[_0x1a2c61(0x128)]=_0x24c60c,_0x483c80[_0x1a2c61(0x15e)]=_0x4932f7;const _0x2517f9=_0x483c80,_0x5f4af6={};_0x5f4af6['event_type']=_0xa4dcfa[_0x1a2c61(0x169)],_0x5f4af6['test_run']=_0x2517f9,await SessionHandler[_0x1a2c61(0x15f)](_0x5f4af6);}}catch(_0x5ecd13){logger['debug'](_0x1a2c61(0x139)+util[_0x1a2c61(0x177)](_0x5ecd13));}try{if(globals[_0x1a2c61(0x14b)](_0xa4dcfa[_0x1a2c61(0x17c)])&&globals['getGlobal'](_0xa4dcfa[_0x1a2c61(0x16d)])){logger[_0x1a2c61(0x12d)](_0xa4dcfa[_0x1a2c61(0x155)]);const _0x16dcfd=TestDetails[_0x1a2c61(0x153)](_0x4b34c6['testCaseStartedId']),_0x363f7c={};_0x363f7c[_0x1a2c61(0x14e)]=_0x16dcfd,_0x363f7c[_0x1a2c61(0x137)]=process[_0x1a2c61(0x145)][testHubConstants[_0x1a2c61(0x130)][_0x1a2c61(0x166)]],_0x363f7c[_0x1a2c61(0x154)]=process[_0x1a2c61(0x145)][testHubConstants[_0x1a2c61(0x130)][_0x1a2c61(0x1af)]];const _0x2d09b0=_0x363f7c;logger[_0x1a2c61(0x1d9)](_0x1a2c61(0x1b6)+JSON[_0x1a2c61(0x143)](_0x2d09b0)),logger[_0x1a2c61(0x1d9)](_0xa4dcfa[_0x1a2c61(0x19f)]),logger[_0x1a2c61(0x1d9)](util['format'](await global['__drivers'][0x0][_0x1a2c61(0x1a5)](scripts[_0x1a2c61(0x1cd)],{'method':global[_0x1a2c61(0x1d6)]}))),await global[_0x1a2c61(0x12a)][0x0][_0x1a2c61(0x1a5)](scripts['saveTestResults'],_0x2d09b0),logger[_0x1a2c61(0x12d)](_0xa4dcfa[_0x1a2c61(0x1b4)]);}}catch(_0x2b78a5){logger[_0x1a2c61(0x1bf)](_0x1a2c61(0x141)+util['format']);}if(_0x4010a6)try{global[_0x1a2c61(0x12a)][0x0]&&_0xa4dcfa[_0x1a2c61(0x12f)](global['__drivers'][0x0][_0x1a2c61(0x1c6)],0x0)&&await global['__drivers'][0x0][_0x1a2c61(0x18b)]();}catch(_0x1875b1){logger[_0x1a2c61(0x1d9)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x1875b1);}_0xa4dcfa[_0x1a2c61(0x13c)](_0x15dbb6);})[_0x55fcc5(0x138)](()=>_0x15b3ca());});const a9_0x204e0f={};a9_0x204e0f[a9_0x5b1374(0x183)]='bstack',a9_0x204e0f[a9_0x5b1374(0x167)]=0x2710,AfterStep(a9_0x204e0f,function(_0x187c1,_0x599ee5){const _0x29efbf=a9_0x5b1374,_0x565ba5={'SXUWK':function(_0x17b2aa,_0x55af55){return _0x17b2aa===_0x55af55;},'kvEyM':_0x29efbf(0x142),'zEbAw':function(_0x2d0790,_0x2ed59d){return _0x2d0790===_0x2ed59d;},'wjSrU':function(_0x491574,_0x364895){return _0x491574!==_0x364895;},'zsyMi':function(_0x4d1bc9,_0x5e9439,_0x57bc14){return _0x4d1bc9(_0x5e9439,_0x57bc14);},'pcEzj':function(_0x4dab56,_0x77b44b){return _0x4dab56+_0x77b44b;},'yOjzP':function(_0x390b8a,_0x556e64){return _0x390b8a+_0x556e64;},'iaVKj':_0x29efbf(0x178),'SmuVo':_0x29efbf(0x171),'Drnat':_0x29efbf(0x1bf),'VJVKw':function(_0x50618d,_0x310e57){return _0x50618d!==_0x310e57;},'QoeqZ':'Passed:\x20','KlxLQ':_0x29efbf(0x12d),'IolKr':function(_0x20488d,_0x598758,_0x53d5b7){return _0x20488d(_0x598758,_0x53d5b7);},'DIChY':_0x29efbf(0x196),'VdMyN':function(_0x55db2c){return _0x55db2c();},'celuh':_0x29efbf(0x146)};logger[_0x29efbf(0x1d9)](_0x565ba5[_0x29efbf(0x1ab)]);const _0x3cdd89=async(_0x5369f8,_0x29a9c9)=>{const _0x56ac37=_0x29efbf;await global[_0x56ac37(0x12a)][0x0][_0x56ac37(0x152)](_0x56ac37(0x16f)+_0x5369f8+_0x56ac37(0x157)+_0x29a9c9+_0x56ac37(0x1c8));};new Promise(async _0x2631be=>{const _0x558980=_0x29efbf;try{_0x565ba5[_0x558980(0x1b3)](_0x187c1['result'][_0x558980(0x1c5)][_0x558980(0x19c)]()[_0x558980(0x15b)](),_0x565ba5[_0x558980(0x1b1)])||_0x565ba5[_0x558980(0x16c)](_0x187c1['result'][_0x558980(0x1c5)]['toString']()[_0x558980(0x15b)](),'6')?(global[_0x558980(0x1cf)]=!![],global[_0x558980(0x1b7)][_0x558980(0x149)](_0x187c1[_0x558980(0x1b9)]['message']),_0x565ba5['wjSrU'](_0x187c1[_0x558980(0x1a3)],undefined)?await _0x565ba5[_0x558980(0x1c2)](_0x3cdd89,JSON[_0x558980(0x143)](_0x565ba5[_0x558980(0x1ba)](_0x565ba5[_0x558980(0x1c4)](_0x565ba5[_0x558980(0x1ba)](_0x565ba5[_0x558980(0x18d)],'\x22'+_0x187c1[_0x558980(0x1a3)][_0x558980(0x19d)]+'\x22\x20'),_0x565ba5[_0x558980(0x193)]),_0x187c1[_0x558980(0x1b9)][_0x558980(0x1cb)])),_0x565ba5[_0x558980(0x156)]):await _0x565ba5[_0x558980(0x1c2)](_0x3cdd89,JSON[_0x558980(0x143)](_0x565ba5['yOjzP'](_0x565ba5[_0x558980(0x18d)],_0x187c1[_0x558980(0x1b9)][_0x558980(0x1cb)])),_0x565ba5[_0x558980(0x156)])):_0x565ba5['VJVKw'](_0x187c1[_0x558980(0x1a3)],undefined)?await _0x565ba5[_0x558980(0x1c2)](_0x3cdd89,JSON['stringify'](_0x565ba5[_0x558980(0x1c4)](_0x565ba5['QoeqZ'],'\x22'+_0x187c1['pickleStep'][_0x558980(0x19d)]+'\x22')),_0x565ba5['KlxLQ']):await _0x565ba5[_0x558980(0x132)](_0x3cdd89,JSON['stringify'](_0x565ba5[_0x558980(0x133)]),_0x565ba5[_0x558980(0x1be)]);}catch(_0x1ebfd3){logger[_0x558980(0x1d9)](_0x558980(0x1b2)+_0x1ebfd3);}_0x565ba5[_0x558980(0x150)](_0x2631be);})[_0x29efbf(0x138)](()=>_0x599ee5());});const a9_0x38fe50={};function a9_0x44f4(_0x2320e2,_0x484641){const _0x52693a=a9_0x5269();return a9_0x44f4=function(_0x44f47e,_0x3e9d2d){_0x44f47e=_0x44f47e-0x128;let _0x70aac1=_0x52693a[_0x44f47e];return _0x70aac1;},a9_0x44f4(_0x2320e2,_0x484641);}a9_0x38fe50['name']='bstack',a9_0x38fe50[a9_0x5b1374(0x167)]=0x7530,AfterAll(a9_0x38fe50,async function(_0x541b96,_0x2b28d1){const _0x968b63=a9_0x5b1374,_0x404cbe={'VQPgG':function(_0x3bcc9e){return _0x3bcc9e();},'vsfZG':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x404cbe[_0x968b63(0x159)]),await new Promise(async _0x442760=>{const _0x4763da=_0x968b63;await RequestQueueHandler[_0x4763da(0x1a8)]()[_0x4763da(0x129)](),PerformanceTester[_0x4763da(0x1a4)](),await global[_0x4763da(0x190)](),_0x404cbe[_0x4763da(0x135)](_0x442760);});});
|
|
1
|
+
const a9_0x3e478d=a9_0x3585;(function(_0x26122f,_0x1eefcb){const _0x55186c=a9_0x3585,_0x2c4c05=_0x26122f();while(!![]){try{const _0x41d49c=-parseInt(_0x55186c(0x128))/0x1+parseInt(_0x55186c(0x193))/0x2+-parseInt(_0x55186c(0x18c))/0x3*(parseInt(_0x55186c(0x112))/0x4)+-parseInt(_0x55186c(0x11b))/0x5+-parseInt(_0x55186c(0x13b))/0x6+-parseInt(_0x55186c(0x160))/0x7*(parseInt(_0x55186c(0x185))/0x8)+parseInt(_0x55186c(0x130))/0x9*(parseInt(_0x55186c(0x124))/0xa);if(_0x41d49c===_0x1eefcb)break;else _0x2c4c05['push'](_0x2c4c05['shift']());}catch(_0x27f290){_0x2c4c05['push'](_0x2c4c05['shift']());}}}(a9_0x32c3,0xbc74b));function a9_0x3585(_0x4da139,_0x335e85){const _0x32c35d=a9_0x32c3();return a9_0x3585=function(_0x358560,_0x56ca62){_0x358560=_0x358560-0xe8;let _0x57eaee=_0x32c35d[_0x358560];return _0x57eaee;},a9_0x3585(_0x4da139,_0x335e85);}const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require(a9_0x3e478d(0x142)),setKeepAlive=require(a9_0x3e478d(0x122)),util=require(a9_0x3e478d(0x125)),PerformanceTester=require(a9_0x3e478d(0x141)),{commandRepository}=require(a9_0x3e478d(0x15c)),cucumberModule=requireModule(a9_0x3e478d(0x147),a9_0x3e478d(0x155)),logger=require(a9_0x3e478d(0xf3))[a9_0x3e478d(0x165)],{shouldProcessEventForTesthub}=require(a9_0x3e478d(0x190)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x3e478d(0x12b)),TestDetails=require(a9_0x3e478d(0x189)),RequestQueueHandler=require(a9_0x3e478d(0xee)),{o11yErrorHandler}=require(a9_0x3e478d(0xf1)),MyReporter=require('../playwright/reporter/reporter.js'),SessionHandler=require(a9_0x3e478d(0x158)),scripts=require(a9_0x3e478d(0x18b)),globals=require('../../helpers/globals'),testHubConstants=require('../../helpers/testhub/constants.js'),{shouldScanTestForAccessibility}=require(a9_0x3e478d(0x16e)),{isUndefined}=require(a9_0x3e478d(0x14f)),a9_0x4feca4={};a9_0x4feca4['workerInfo']=undefined,a9_0x4feca4[a9_0x3e478d(0x143)]={},a9_0x4feca4[a9_0x3e478d(0x12d)]=![],a9_0x4feca4[a9_0x3e478d(0x143)]['id']=undefined,a9_0x4feca4[a9_0x3e478d(0x143)]['testInfo']=undefined;const workerDetails=a9_0x4feca4;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x211faa){const _0x12e94f=workerDetails['currentTest']['testInfo'];if(!_0x12e94f)return;await MyReporter['addTestUIDAndReportLog'](_0x12e94f,_0x211faa);}),registerListeners=()=>{const _0x3f4726=a9_0x3e478d,_0x2c1753={};_0x2c1753[_0x3f4726(0x102)]=_0x3f4726(0xf4);const _0x52c7bb=_0x2c1753;logger[_0x3f4726(0x15e)](_0x52c7bb['JnMXY']),process[_0x3f4726(0x181)](_0x3f4726(0x170)+process['pid']),process['on']('bs:addLog:'+process[_0x3f4726(0x11f)],sendTestLog),PerformanceTester[_0x3f4726(0x177)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x3e478d(0x133)],After=cucumberModule[a9_0x3e478d(0x17b)],AfterAll=cucumberModule[a9_0x3e478d(0x174)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x3e478d(0x110)],configuration=process['env'][a9_0x3e478d(0x153)],bstackConfig=process[a9_0x3e478d(0x18f)][a9_0x3e478d(0x111)];if(configuration!==undefined){const config=JSON[a9_0x3e478d(0x13a)](configuration);isBrowserstackInfra()?(global['__skipSessionName']=isTrue(config[a9_0x3e478d(0xff)]),global['__skipSessionStatus']=isTrue(config[a9_0x3e478d(0x10f)])):(global[a9_0x3e478d(0x119)]=!![],global[a9_0x3e478d(0xec)]=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x3e478d(0x137)](config,null,!![]):require(a9_0x3e478d(0x13e))[a9_0x3e478d(0x137)](config),global[a9_0x3e478d(0xfd)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x3e478d(0x10d)](browserStackConfig),commandRepository[a9_0x3e478d(0x14c)](a9_0x3e478d(0x123)));}global[a9_0x3e478d(0x129)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a9_0x3e478d(0x10a)]=_0x4eb10e=>{const _0x453a65=a9_0x3e478d,_0x3f12f1={'HCerR':function(_0x3bbf58,_0x50e0bd){return _0x3bbf58(_0x50e0bd);}};global[_0x453a65(0x129)]=_0x4eb10e,_0x3f12f1[_0x453a65(0x179)](__setDefaultTimeout,_0x4eb10e);};const a9_0x5428c9={};a9_0x5428c9[a9_0x3e478d(0x178)]=a9_0x3e478d(0x191),BeforeAll(a9_0x5428c9,function(){const _0x195aa9=a9_0x3e478d,_0x27ef88={'Dvkcb':function(_0x445834,_0x2f7516,_0x118db2,_0x49e7e7){return _0x445834(_0x2f7516,_0x118db2,_0x49e7e7);},'hgGnG':'failed','zEdxN':_0x195aa9(0xfc),'nmhfp':function(_0x5c657f,_0x3e6fd6,_0x44f708){return _0x5c657f(_0x3e6fd6,_0x44f708);},'xKIvb':_0x195aa9(0x120),'AOjnS':_0x195aa9(0xeb),'Dvxzg':function(_0x23a895){return _0x23a895();},'PZCgl':function(_0x46bb3c){return _0x46bb3c();},'mXTXu':function(_0x11de0a,_0x48fa21){return _0x11de0a(_0x48fa21);}};PerformanceTester[_0x195aa9(0x177)](),logger[_0x195aa9(0x15e)](_0x27ef88[_0x195aa9(0x14a)]),global[_0x195aa9(0x173)]=[],global[_0x195aa9(0x16c)]=![],_0x27ef88['Dvxzg'](shouldProcessEventForTesthub)&&(_0x27ef88['PZCgl'](registerListeners),_0x27ef88['mXTXu'](addRequestSpy,![])),global[_0x195aa9(0x106)]=async()=>{const _0x25fd5c=_0x195aa9;let _0x44d01f=![];try{await global[_0x25fd5c(0x175)][0x0][_0x25fd5c(0x17e)],_0x44d01f=!![],global[_0x25fd5c(0x16c)]?await _0x27ef88[_0x25fd5c(0xed)](markSessionStatus,global[_0x25fd5c(0x175)][0x0],_0x27ef88[_0x25fd5c(0x167)],global[_0x25fd5c(0x173)][_0x25fd5c(0x148)](_0x27ef88['zEdxN'])):await _0x27ef88[_0x25fd5c(0xfe)](markSessionStatus,global[_0x25fd5c(0x175)][0x0],_0x27ef88[_0x25fd5c(0x10c)]);}catch(_0x3cdc95){logger[_0x25fd5c(0x15e)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x3cdc95);}global[_0x25fd5c(0x173)]=[],global[_0x25fd5c(0x16c)]=![];if(_0x44d01f)try{await global['__drivers'][0x0][_0x25fd5c(0x17c)]();}catch(_0x1e0a7d){logger[_0x25fd5c(0x15e)](_0x25fd5c(0x16b)+_0x1e0a7d);}};});const a9_0x266666={};a9_0x266666[a9_0x3e478d(0x178)]=a9_0x3e478d(0x191),a9_0x266666[a9_0x3e478d(0xe9)]=0x2710,Before(a9_0x266666,function(_0x229dd5,_0x467033){const _0x2aee9b=a9_0x3e478d,_0x155ea3={'ANIqF':function(_0x43aba6,_0x44a066){return _0x43aba6>_0x44a066;},'cDgWp':function(_0x5cb63d,_0x325dca){return _0x5cb63d(_0x325dca);},'sYySO':function(_0x4d8dfc,_0x24622d,_0x3e8614,_0x416497){return _0x4d8dfc(_0x24622d,_0x3e8614,_0x416497);},'DEcCI':_0x2aee9b(0x18e),'irEai':function(_0x21a366){return _0x21a366();},'FnAWx':_0x2aee9b(0x16d)};commandRepository['setTestNameForHealingContext'](_0x229dd5[_0x2aee9b(0x107)][_0x2aee9b(0x178)]),logger[_0x2aee9b(0x15e)](_0x155ea3[_0x2aee9b(0xe8)]),new Promise(async _0x1a4ab7=>{const _0x7f2207=_0x2aee9b;try{_0x155ea3[_0x7f2207(0x109)](global[_0x7f2207(0x175)][_0x7f2207(0x113)],0x1)&&(await global[_0x7f2207(0x106)](),global[_0x7f2207(0x175)]['shift']()),global[_0x7f2207(0x175)][0x0]['quitCount_']&&_0x155ea3[_0x7f2207(0x109)](global[_0x7f2207(0x175)][0x0]['quitCount_'],0x0)&&await global[_0x7f2207(0x106)]();}catch(_0x6d9a1c){logger['debug']('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x6d9a1c);}workerDetails['currentTest'][_0x7f2207(0x182)]=_0x229dd5[_0x7f2207(0x18d)];try{if(!_0x155ea3[_0x7f2207(0x132)](isUndefined,_0x229dd5['pickle']['tags'])){const _0x4f0f2d=_0x155ea3[_0x7f2207(0x140)](shouldScanTestForAccessibility,null,![],_0x229dd5[_0x7f2207(0x107)][_0x7f2207(0x126)]['map'](({name:_0x4b8b95})=>_0x4b8b95));globals[_0x7f2207(0x145)](_0x155ea3['DEcCI'],_0x4f0f2d);}}catch(_0xc1ec83){logger[_0x7f2207(0x15e)](_0x7f2207(0x162)+util[_0x7f2207(0x146)](_0xc1ec83));}_0x155ea3[_0x7f2207(0x157)](_0x1a4ab7);})['finally'](_0x467033);});const a9_0x4af6f8={};a9_0x4af6f8['name']='bstack',a9_0x4af6f8['timeout']=0x2710,After(a9_0x4af6f8,function(_0x4f7ae3,_0x5d22ce){const _0x47eb7c=a9_0x3e478d,_0x57a053={'nqfbp':_0x47eb7c(0x121),'UqtMI':function(_0xf76cee,_0x2f16a0){return _0xf76cee===_0x2f16a0;},'ZTGzw':'failed','hSuXF':function(_0x21b3cf,_0x434a4a){return _0x21b3cf===_0x434a4a;},'YYYjf':function(_0x28b71,_0x12ec5c,_0x5c4cb6,_0x3a6980){return _0x28b71(_0x12ec5c,_0x5c4cb6,_0x3a6980);},'lbzxX':'\x20|\x20','quWOt':function(_0x12eb28,_0x4e1ceb,_0x2ba1a8){return _0x12eb28(_0x4e1ceb,_0x2ba1a8);},'BCVdL':_0x47eb7c(0x120),'YMMji':function(_0x153680,_0xd67c55){return _0x153680>_0xd67c55;},'YHazn':function(_0x410e80){return _0x410e80();},'UAfpP':_0x47eb7c(0x115),'TPheU':_0x47eb7c(0x16a),'YHuCq':_0x47eb7c(0x18e),'iyuqF':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','uKfID':'Performing\x20scan\x20before\x20saving\x20results','SeExd':_0x47eb7c(0xf6),'kymcL':function(_0x249a7f,_0x27ee06){return _0x249a7f>_0x27ee06;},'fbUKb':function(_0x5d5134){return _0x5d5134();},'MQCbn':'Inside\x20browserstack\x20After'};logger['debug'](_0x57a053['MQCbn']),workerDetails['currentTest'][_0x47eb7c(0x182)]=_0x4f7ae3[_0x47eb7c(0x18d)],new Promise(async _0x523d65=>{const _0x31679d=_0x47eb7c;let _0x2cc9fb=![];try{const _0x1c292b=_0x57a053[_0x31679d(0x11e)][_0x31679d(0x166)]('|');let _0xafc358=0x0;while(!![]){switch(_0x1c292b[_0xafc358++]){case'0':await global['__drivers'][0x0][_0x31679d(0x17e)];continue;case'1':if(_0x57a053['UqtMI'](_0x4f7ae3[_0x31679d(0x17a)][_0x31679d(0x18a)]['toString']()[_0x31679d(0x183)](),_0x57a053[_0x31679d(0x180)])||_0x57a053['hSuXF'](_0x4f7ae3[_0x31679d(0x17a)][_0x31679d(0x18a)][_0x31679d(0x150)]()[_0x31679d(0x183)](),'6')){try{global[_0x31679d(0x173)]['push'](_0x4f7ae3['result']['message']);}catch(_0x35bc1e){logger[_0x31679d(0x15e)](_0x31679d(0x151)+_0x35bc1e);}await _0x57a053[_0x31679d(0x13d)](markSessionStatus,global[_0x31679d(0x175)][0x0],_0x57a053['ZTGzw'],global[_0x31679d(0x173)][_0x31679d(0x148)](_0x57a053[_0x31679d(0x117)]));}else await _0x57a053[_0x31679d(0x11d)](markSessionStatus,global['__drivers'][0x0],_0x57a053[_0x31679d(0x13f)]);continue;case'2':!global['__skipSessionName']&&await global[_0x31679d(0x175)][0x0][_0x31679d(0x154)](_0x31679d(0x159)+_0x4f7ae3['pickle'][_0x31679d(0x178)]+_0x31679d(0x12f));continue;case'3':_0x57a053[_0x31679d(0x161)](global[_0x31679d(0x175)][_0x31679d(0x113)],0x1)&&(await global[_0x31679d(0x106)](),global[_0x31679d(0x175)]['shift'](),global['__error_messages__']=[],global[_0x31679d(0x16c)]=![]);continue;case'4':_0x2cc9fb=!![];continue;}break;}}catch(_0x5f5036){logger[_0x31679d(0x15e)]('Error:\x20at\x20After:\x20'+util[_0x31679d(0x146)](_0x5f5036));}try{if(_0x57a053[_0x31679d(0x114)](shouldProcessEventForTesthub)){const _0x26ad49=TestDetails[_0x31679d(0x168)](_0x4f7ae3['testCaseStartedId']),_0x50d67d=await _0x57a053[_0x31679d(0x13d)](sendPlatformDetails,global[_0x31679d(0x175)][0x0],_0x26ad49,!![]),_0x57d807={};_0x57d807[_0x31679d(0x163)]=_0x26ad49,_0x57d807[_0x31679d(0x186)]=_0x50d67d;const _0x48aa71=_0x57d807,_0x4f53c0={};_0x4f53c0[_0x31679d(0x16f)]=_0x57a053['UAfpP'],_0x4f53c0['test_run']=_0x48aa71,await SessionHandler['uploadEventData'](_0x4f53c0);}}catch(_0x250ac3){logger[_0x31679d(0x15e)]('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util[_0x31679d(0x146)](_0x250ac3));}try{if(globals[_0x31679d(0x134)](_0x57a053[_0x31679d(0x116)])&&globals[_0x31679d(0x134)](_0x57a053[_0x31679d(0x136)])){logger[_0x31679d(0x12e)](_0x57a053[_0x31679d(0xfa)]);const _0x139f4f=TestDetails[_0x31679d(0x168)](_0x4f7ae3['testCaseStartedId']),_0x33a64e={};_0x33a64e[_0x31679d(0x14d)]=_0x139f4f,_0x33a64e[_0x31679d(0xf2)]=process[_0x31679d(0x18f)][testHubConstants['ENV_VAR'][_0x31679d(0xf9)]],_0x33a64e[_0x31679d(0x11a)]=process[_0x31679d(0x18f)][testHubConstants[_0x31679d(0x149)][_0x31679d(0x15d)]];const _0x382122=_0x33a64e;logger[_0x31679d(0x15e)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x31679d(0x172)](_0x382122)),logger[_0x31679d(0x15e)](_0x57a053[_0x31679d(0x138)]),logger[_0x31679d(0x15e)](util[_0x31679d(0x146)](await global[_0x31679d(0x175)][0x0][_0x31679d(0x10b)](scripts[_0x31679d(0x10e)],{'method':global[_0x31679d(0x184)]}))),await global[_0x31679d(0x175)][0x0]['executeAsyncScript'](scripts[_0x31679d(0xef)],_0x382122),logger['info'](_0x57a053['SeExd']);}}catch(_0x50b512){logger[_0x31679d(0x17d)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util[_0x31679d(0x146)]);}if(_0x2cc9fb)try{global[_0x31679d(0x175)][0x0]&&_0x57a053[_0x31679d(0x139)](global[_0x31679d(0x175)][0x0][_0x31679d(0x14b)],0x0)&&await global[_0x31679d(0x175)][0x0][_0x31679d(0x17c)]();}catch(_0x9d255d){logger['debug'](_0x31679d(0x192)+_0x9d255d);}_0x57a053[_0x31679d(0x104)](_0x523d65);})[_0x47eb7c(0x15b)](()=>_0x5d22ce());});const a9_0x467be6={};a9_0x467be6[a9_0x3e478d(0x178)]=a9_0x3e478d(0x191),a9_0x467be6[a9_0x3e478d(0xe9)]=0x2710,AfterStep(a9_0x467be6,function(_0x236efd,_0x2852e6){const _0x5dad1b=a9_0x3e478d,_0x411a15={'SykKv':function(_0x23f32d,_0x5e4ceb){return _0x23f32d===_0x5e4ceb;},'YVYnl':_0x5dad1b(0x105),'iQvsB':function(_0x5dfb7d,_0x46ccd9){return _0x5dfb7d!==_0x46ccd9;},'WmjJd':function(_0x1e36c4,_0x1ba4f9,_0x4286db){return _0x1e36c4(_0x1ba4f9,_0x4286db);},'GAgiv':function(_0x594dd2,_0x49692e){return _0x594dd2+_0x49692e;},'SJcrU':_0x5dad1b(0x156),'rrDeT':_0x5dad1b(0x11c),'AMLQo':_0x5dad1b(0x17d),'RbKBQ':function(_0x3cb2f2,_0x1050d5,_0x2cc4f3){return _0x3cb2f2(_0x1050d5,_0x2cc4f3);},'TLGQt':function(_0x44856a,_0x2acce0){return _0x44856a+_0x2acce0;},'relns':function(_0x53f7ea,_0x1cc6a1){return _0x53f7ea!==_0x1cc6a1;},'YFwxD':function(_0x3b4378,_0x27c333,_0x5595e4){return _0x3b4378(_0x27c333,_0x5595e4);},'NmZXa':function(_0x518f9a,_0x58c961){return _0x518f9a+_0x58c961;},'QdhAD':_0x5dad1b(0x171),'wcosQ':_0x5dad1b(0x12e),'GLxUX':'Passed','uBzmX':function(_0xf23fdd){return _0xf23fdd();},'MRpog':_0x5dad1b(0xf5)};logger[_0x5dad1b(0x15e)](_0x411a15[_0x5dad1b(0xf0)]);const _0xb286c4=async(_0x48ea29,_0x1f29f0)=>{const _0x471756=_0x5dad1b;await global['__drivers'][0x0]['executeScript'](_0x471756(0x12c)+_0x48ea29+_0x471756(0x13c)+_0x1f29f0+'\x22}}');};new Promise(async _0x376a4d=>{const _0x409545=_0x5dad1b;try{_0x411a15[_0x409545(0x100)](_0x236efd[_0x409545(0x17a)][_0x409545(0x18a)][_0x409545(0x150)]()[_0x409545(0x183)](),_0x411a15[_0x409545(0x169)])||_0x411a15[_0x409545(0x100)](_0x236efd[_0x409545(0x17a)][_0x409545(0x18a)][_0x409545(0x150)]()['toLowerCase'](),'6')?(global[_0x409545(0x16c)]=!![],global[_0x409545(0x173)][_0x409545(0xea)](_0x236efd['result'][_0x409545(0x12a)]),_0x411a15[_0x409545(0x135)](_0x236efd['pickleStep'],undefined)?await _0x411a15[_0x409545(0x188)](_0xb286c4,JSON[_0x409545(0x172)](_0x411a15[_0x409545(0x131)](_0x411a15[_0x409545(0x131)](_0x411a15[_0x409545(0x131)](_0x411a15['SJcrU'],'\x22'+_0x236efd['pickleStep'][_0x409545(0xf7)]+'\x22\x20'),_0x411a15[_0x409545(0xfb)]),_0x236efd[_0x409545(0x17a)][_0x409545(0x12a)])),_0x411a15[_0x409545(0x164)]):await _0x411a15[_0x409545(0x17f)](_0xb286c4,JSON[_0x409545(0x172)](_0x411a15[_0x409545(0xf8)](_0x411a15[_0x409545(0x144)],_0x236efd[_0x409545(0x17a)][_0x409545(0x12a)])),_0x411a15['AMLQo'])):_0x411a15[_0x409545(0x101)](_0x236efd[_0x409545(0x15f)],undefined)?await _0x411a15['YFwxD'](_0xb286c4,JSON[_0x409545(0x172)](_0x411a15[_0x409545(0x108)](_0x411a15[_0x409545(0x15a)],'\x22'+_0x236efd[_0x409545(0x15f)][_0x409545(0xf7)]+'\x22')),_0x411a15[_0x409545(0x152)]):await _0x411a15[_0x409545(0x188)](_0xb286c4,JSON[_0x409545(0x172)](_0x411a15['GLxUX']),_0x411a15['wcosQ']);}catch(_0x154a55){logger[_0x409545(0x15e)](_0x409545(0x187)+_0x154a55);}_0x411a15['uBzmX'](_0x376a4d);})[_0x5dad1b(0x15b)](()=>_0x2852e6());});const a9_0x4ce95c={};a9_0x4ce95c[a9_0x3e478d(0x178)]='bstack',a9_0x4ce95c[a9_0x3e478d(0xe9)]=0x7530,AfterAll(a9_0x4ce95c,async function(_0x5fabfd,_0x21865e){const _0x564993=a9_0x3e478d,_0x49de89={'SxKFq':function(_0x526339){return _0x526339();},'ZpgiS':_0x564993(0x103)};logger[_0x564993(0x15e)](_0x49de89['ZpgiS']),await new Promise(async _0x350fcb=>{const _0x23039a=_0x564993;await RequestQueueHandler[_0x23039a(0x14e)]()[_0x23039a(0x127)](),PerformanceTester[_0x23039a(0x118)](),await global[_0x23039a(0x106)](),_0x49de89[_0x23039a(0x176)](_0x350fcb);});});function a9_0x32c3(){const _0x4bab8d=['executeScript','@cucumber/cucumber','Failed:\x20','irEai','../../helpers/test-observability/sessionHandler','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','QdhAD','finally','../../helpers/ai-sdk/autoHealHelper','BROWSERSTACK_TESTHUB_JWT','debug','pickleStep','14203rrLJbN','YMMji','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','uuid','AMLQo','winstonLogger','split','hgGnG','getTestUUID','YVYnl','isAccessibilityPlatform','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','__sessionFailed','Inside\x20browserstack\x20Before','../../helpers/accessibility-automation/helper','event_type','bs:addLog:','Passed:\x20','stringify','__error_messages__','AfterAll','__drivers','SxKFq','startMonitoring','name','HCerR','result','After','initQuit','error','session_','RbKBQ','ZTGzw','removeAllListeners','testInfo','toLowerCase','browserstackSessionName','1688pttqVL','integrations','Error:\x20at\x20After\x20Step:\x20','WmjJd','../playwright/reporter/test-details.js','status','../../helpers/accessibility-automation/scripts','3sjgwBW','testCaseStartedId','bstackA11yShouldScan','env','../../helpers/testhub/utils','bstack','Error:\x20quiting\x20driver\x20at\x20After:\x20','1219380lZgFcl','FnAWx','timeout','push','Inside\x20browserstack\x20BeforeAll','__skipSessionStatus','Dvkcb','../../helpers/test-observability/requestQueueHandler','saveTestResults','MRpog','../../helpers/test-observability/error-handler','thBuildUuid','../../helpers/logger','Inside\x20browserstack\x20registerListeners','Inside\x20browserstack\x20AfterStep','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','text','TLGQt','BROWSERSTACK_TESTHUB_UUID','iyuqF','rrDeT','\x20|\x20','__platformCaps','nmhfp','skipSessionName','SykKv','relns','JnMXY','Inside\x20browserstack\x20AfterAll','fbUKb','failed','driverCleanup','pickle','NmZXa','ANIqF','setDefaultTimeout','executeAsyncScript','xKIvb','setConfig','performScan','skipSessionStatus','AfterStep','BSTACK_CONFIG','6036404rdYpeP','length','YHazn','CBTSessionCreated','TPheU','lbzxX','stopMonitoring','__skipSessionName','thJwtToken','741150sHhHcU','\x0aError:\x20','quWOt','nqfbp','pid','passed','3|0|4|2|1','../../helpers/setKeepAlive','cucumber-js','43660dmrGpC','util','tags','shutdown','1104335BiNtqL','__timeout','message','../../helpers/test-observability/utils','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','o11ySyncDone','info','\x22}}','8406oxnKEt','GAgiv','cDgWp','Before','getGlobal','iQvsB','YHuCq','browserstackAgentV2','uKfID','kymcL','parse','4355004CQUEYg',',\x22level\x22:\x20\x22','YYYjf','../../index','BCVdL','sYySO','../../helpers/performance-tester','../../helpers/helper','currentTest','SJcrU','setGlobal','format','@cucumber/cucumber/lib/index.js','join','ENV_VAR','AOjnS','quitCount_','setFramework','thTestRunUuid','getInstance','lodash','toString','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','wcosQ','CONFIG'];a9_0x32c3=function(){return _0x4bab8d;};return a9_0x32c3();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x33b6c8=a10_0x2f17;(function(_0x2653e2,_0x4658b0){const _0x5b183d=a10_0x2f17,_0x7ed9f7=_0x2653e2();while(!![]){try{const _0x4a5d44=parseInt(_0x5b183d(0x11c))/0x1+parseInt(_0x5b183d(0x104))/0x2*(-parseInt(_0x5b183d(0x12a))/0x3)+-parseInt(_0x5b183d(0x10a))/0x4+-parseInt(_0x5b183d(0x114))/0x5+parseInt(_0x5b183d(0x10f))/0x6+-parseInt(_0x5b183d(0x129))/0x7*(-parseInt(_0x5b183d(0x116))/0x8)+parseInt(_0x5b183d(0x124))/0x9*(parseInt(_0x5b183d(0x102))/0xa);if(_0x4a5d44===_0x4658b0)break;else _0x7ed9f7['push'](_0x7ed9f7['shift']());}catch(_0x45a39f){_0x7ed9f7['push'](_0x7ed9f7['shift']());}}}(a10_0x2028,0xf07a0));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a10_0x33b6c8(0x11d)),cucumberModule=requireModule(a10_0x33b6c8(0x11f),a10_0x33b6c8(0x120)),logger=require(a10_0x33b6c8(0x121))[a10_0x33b6c8(0x10b)];modifyCommand(),setKeepAlive();function a10_0x2028(){const _0x1abd24=['result','VdIUW','setDefaultTimeout','initQuit','__skipSessionName','status','egyFy','passed','__timeout','1310HUOEUK','skipSessionName','21878UXRQnS','timeout','name','toLowerCase','bstack','After','985080tmjHnh','winstonLogger','pickle','session_','then','3090996flWyYn','__skipSessionStatus','BUnuf','QOFIL','../../index','3171220rYvPvR','__error_messages__','312016TIKnnu','parse','Error:\x20quiting\x20at\x20After:\x20','Error:\x20setting\x20status\x20at\x20After:\x20','\x22}}','PjTKA','1739036HbqUpu','../../helpers/setKeepAlive','sDmND','cucumber/lib/index.js','cucumber','../../helpers/logger','ivAxd','debug','43515vIbajo','__platformCaps','__driver','\x20|\x20','qYSGP','7knJWjm','291zrxPCH','executeScript'];a10_0x2028=function(){return _0x1abd24;};return a10_0x2028();}const Before=cucumberModule['Before'],After=cucumberModule[a10_0x33b6c8(0x109)],configuration=process['env']['CONFIG'];if(configuration!==undefined){const config=JSON[a10_0x33b6c8(0x117)](configuration);isTrue(config[a10_0x33b6c8(0x103)])&&(global[a10_0x33b6c8(0xfd)]=!![]),global[a10_0x33b6c8(0x110)]=isTrue(config['skipSessionStatus']),require(a10_0x33b6c8(0x113))['browserstackAgentV2'](config),global[a10_0x33b6c8(0x125)]=config['platformCaps']||{};}function a10_0x2f17(_0x45b7a3,_0x44b338){const _0x2028fc=a10_0x2028();return a10_0x2f17=function(_0x2f1703,_0x3f3dac){_0x2f1703=_0x2f1703-0xf8;let _0x187638=_0x2028fc[_0x2f1703];return _0x187638;},a10_0x2f17(_0x45b7a3,_0x44b338);}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x33b6c8(0xfb)];cucumberModule[a10_0x33b6c8(0xfb)]=_0x5e8186=>{const _0x2fa6c0=a10_0x33b6c8,_0x267a8f={'QOFIL':function(_0x507c66,_0x27653f){return _0x507c66(_0x27653f);}};global[_0x2fa6c0(0x101)]=_0x5e8186,_0x267a8f[_0x2fa6c0(0x112)](__setDefaultTimeout,_0x5e8186);};const a10_0x6d63b1={};a10_0x6d63b1[a10_0x33b6c8(0x106)]=a10_0x33b6c8(0x108),Before(a10_0x6d63b1,function(){const _0x50778f=a10_0x33b6c8,_0x589ce8={};_0x589ce8[_0x50778f(0x11b)]='Inside\x20browserstack\x20Before';const _0x3e7657=_0x589ce8;logger[_0x50778f(0x123)](_0x3e7657[_0x50778f(0x11b)]),global[_0x50778f(0x115)]=[];});const a10_0xeb51cc={};a10_0xeb51cc[a10_0x33b6c8(0x106)]=a10_0x33b6c8(0x108),a10_0xeb51cc[a10_0x33b6c8(0x105)]=0x2710,After(a10_0xeb51cc,function(_0x192e37,_0x16c306){const _0x490ea2=a10_0x33b6c8,_0x2c16b3={'dfZBu':function(_0x22e8e6,_0x27a1a4){return _0x22e8e6===_0x27a1a4;},'loSEc':'failed','qYSGP':function(_0x312714,_0x1da2c6,_0x2e6144,_0x1343b6){return _0x312714(_0x1da2c6,_0x2e6144,_0x1343b6);},'exxCM':_0x490ea2(0x127),'VdIUW':function(_0x118eec,_0x4541ee,_0x1cd025){return _0x118eec(_0x4541ee,_0x1cd025);},'BUnuf':_0x490ea2(0x100),'ZHqim':function(_0x5828aa){return _0x5828aa();},'sDmND':function(_0x345d5e,_0x237da3){return _0x345d5e(_0x237da3);},'ivAxd':function(_0x4b4700){return _0x4b4700();},'egyFy':'Inside\x20browserstack\x20After'};logger[_0x490ea2(0x123)](_0x2c16b3[_0x490ea2(0xff)]),new Promise(async(_0x3dcece,_0x1bf6eb)=>{const _0x4429f1=_0x490ea2;let _0xb9fa7a=![];try{await global[_0x4429f1(0x126)][_0x4429f1(0x10d)],_0xb9fa7a=!![],!global[_0x4429f1(0xfd)]&&await global[_0x4429f1(0x126)][_0x4429f1(0xf8)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x192e37[_0x4429f1(0x10c)][_0x4429f1(0x106)]+_0x4429f1(0x11a)),_0x2c16b3['dfZBu'](_0x192e37[_0x4429f1(0xf9)][_0x4429f1(0xfe)][_0x4429f1(0x107)](),_0x2c16b3['loSEc'])?await _0x2c16b3[_0x4429f1(0x128)](markSessionStatus,global[_0x4429f1(0x126)],_0x2c16b3['loSEc'],global[_0x4429f1(0x115)]['join'](_0x2c16b3['exxCM'])):await _0x2c16b3[_0x4429f1(0xfa)](markSessionStatus,global[_0x4429f1(0x126)],_0x2c16b3[_0x4429f1(0x111)]);}catch(_0x457175){logger['debug'](_0x4429f1(0x119)+_0x457175);}if(_0xb9fa7a)try{await global[_0x4429f1(0x126)][_0x4429f1(0xfc)](),_0x2c16b3['ZHqim'](_0x3dcece);}catch(_0x2e2003){logger[_0x4429f1(0x123)](_0x4429f1(0x118)+_0x2e2003),_0x2c16b3[_0x4429f1(0x11e)](_0x1bf6eb,_0x2e2003);}else _0x2c16b3[_0x4429f1(0x122)](_0x1bf6eb);})[_0x490ea2(0x10e)](()=>_0x16c306());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0x47d69d=a11_0x3832;(function(_0x2b8c83,_0x1afefb){const _0x1bb967=a11_0x3832,_0xc994c3=_0x2b8c83();while(!![]){try{const _0x17a72f=parseInt(_0x1bb967(0x1e3))/0x1*(-parseInt(_0x1bb967(0x1e9))/0x2)+-parseInt(_0x1bb967(0x1e1))/0x3*(-parseInt(_0x1bb967(0x1ed))/0x4)+-parseInt(_0x1bb967(0x1eb))/0x5*(parseInt(_0x1bb967(0x1e0))/0x6)+parseInt(_0x1bb967(0x1e4))/0x7*(-parseInt(_0x1bb967(0x1e8))/0x8)+parseInt(_0x1bb967(0x1e5))/0x9+parseInt(_0x1bb967(0x1ec))/0xa*(parseInt(_0x1bb967(0x1e7))/0xb)+parseInt(_0x1bb967(0x1e2))/0xc;if(_0x17a72f===_0x1afefb)break;else _0xc994c3['push'](_0xc994c3['shift']());}catch(_0x12bb29){_0xc994c3['push'](_0xc994c3['shift']());}}}(a11_0x102c,0x36deb));function a11_0x3832(_0x29f248,_0x2f2f21){const _0x102cfc=a11_0x102c();return a11_0x3832=function(_0x38320c,_0x25f4f0){_0x38320c=_0x38320c-0x1dd;let _0x5bb737=_0x102cfc[_0x38320c];return _0x5bb737;},a11_0x3832(_0x29f248,_0x2f2f21);}const {requireModule}=require('../../helpers/helper'),constants=require(a11_0x47d69d(0x1ea));function a11_0x102c(){const _0x413a16=['582468ByOEdM','9LXworS','26929QWAJPP','612576iEQzDF','BSTACK_DELTA','3790193ZPBjKW','328CLwsaA','67874nCBJlx','../utils/constants','241555IaufHa','10vJxySs','48PuiZaY','__timeout','cucumber/lib/index.js','cucumber','@cucumber/cucumber','6kTafbz','68763nDkLwu'];a11_0x102c=function(){return _0x413a16;};return a11_0x102c();};let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0x47d69d(0x1df));}catch(a11_0x45e0b5){cucumberModule=requireModule(a11_0x47d69d(0x1dd),a11_0x47d69d(0x1de));}cucumberModule['setDefaultTimeout'](constants[a11_0x47d69d(0x1e6)]+global[a11_0x47d69d(0x1ee)]*0x1);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';
|
|
2
|
+
'use strict';const a12_0x18ca10=a12_0x2400;(function(_0x22a822,_0x503b1f){const _0x5ddb44=a12_0x2400,_0x53bec7=_0x22a822();while(!![]){try{const _0x58847c=-parseInt(_0x5ddb44(0x1b0))/0x1+parseInt(_0x5ddb44(0x1b6))/0x2*(parseInt(_0x5ddb44(0x1aa))/0x3)+parseInt(_0x5ddb44(0x1b3))/0x4+-parseInt(_0x5ddb44(0x199))/0x5*(-parseInt(_0x5ddb44(0x19d))/0x6)+-parseInt(_0x5ddb44(0x17a))/0x7*(-parseInt(_0x5ddb44(0x1a7))/0x8)+-parseInt(_0x5ddb44(0x18c))/0x9*(-parseInt(_0x5ddb44(0x1ac))/0xa)+parseInt(_0x5ddb44(0x1a9))/0xb*(-parseInt(_0x5ddb44(0x17b))/0xc);if(_0x58847c===_0x503b1f)break;else _0x53bec7['push'](_0x53bec7['shift']());}catch(_0x3bc897){_0x53bec7['push'](_0x53bec7['shift']());}}}(a12_0x201d,0x52835));function a12_0x201d(){const _0x5d22d2=['3935322uWZazs','setupBrowserstackLocal','IGlmU','TVPMw','protocol','sVUPS','browserStackLocalOptions','invalid','GjlCX','accessKey','trim','port','LoJpQ','5HhqDfH','integrations','exports','bstackAccessKey','3059592XYpYBp','bstack-accesskey','connect','config','string','split','undefined','usage','join','xekKj','16rFHgAI','options','11mitKlm','3sxXzTb','Hosts\x20not\x20valid','10bBYzdv','map','error','describe','438258JBnQDa','CMWdX','only','1889612mZOBIj','help','footer','600138kapLUb','sThny','GpFft','setProxySettings','WFmJt','QwlfU','hosts','../../helpers/helper','EKEML','maSXV','bstackAccesskey','localIdentifier','89887rgdicn','11629356WLXeOX','replace','https','url','browserstackLocal','./constants','missing','Twmxo','winstonLogger','command','jrxxe','demandCommand','BrowserStack\x20access\x20key\x20missing.','Failed\x20to\x20establish\x20connection.','every','JWtPn','demandOption'];a12_0x201d=function(){return _0x5d22d2;};return a12_0x201d();}const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require('../../helpers/logger')[a12_0x18ca10(0x183)],{URL}=require(a12_0x18ca10(0x17e)),helper=require(a12_0x18ca10(0x175)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x18ca10(0x180)),validHosts=function(_0x27d959){const _0x5f14ee=a12_0x18ca10;return _0x27d959[_0x5f14ee(0x1a2)](',')[_0x5f14ee(0x189)](_0x4dda9b=>{const _0x1b4f1e=_0x5f14ee;try{new URL(_0x4dda9b[_0x1b4f1e(0x196)]());}catch(_0x34a580){return![];}return!![];});},parseOnPremHosts=function(_0x5d2047){const _0x283eca=a12_0x18ca10,_0x6b183={};_0x6b183[_0x283eca(0x182)]=function(_0x5c21d7,_0x162813){return _0x5c21d7===_0x162813;},_0x6b183[_0x283eca(0x1b8)]='https:',_0x6b183['IGlmU']='443',_0x6b183['CMWdX']=function(_0x1b8dfc,_0x2c83d7){return _0x1b8dfc===_0x2c83d7;},_0x6b183['TVPMw']=_0x283eca(0x17d);const _0x59e316=_0x6b183;return _0x5d2047[_0x283eca(0x1a2)](',')[_0x283eca(0x1ad)](_0x3c93bb=>{const _0x55c52d=_0x283eca,_0x44a6f3=new URL(_0x3c93bb[_0x55c52d(0x196)]()),_0x4fc9cb=_0x44a6f3['hostname'],_0x5c86ef=_0x44a6f3[_0x55c52d(0x197)]||(_0x59e316['Twmxo'](_0x44a6f3['protocol'],_0x59e316[_0x55c52d(0x1b8)])?_0x59e316[_0x55c52d(0x18e)]:'80'),_0x4e54f3=_0x44a6f3[_0x55c52d(0x190)][_0x55c52d(0x17c)](':',''),_0x25a934=_0x59e316[_0x55c52d(0x1b1)](_0x4e54f3,_0x59e316[_0x55c52d(0x18f)])?0x1:0x0;return _0x4fc9cb+','+_0x5c86ef+','+_0x25a934;});},connectCommandBuilder=function(_0x52efff){const _0x4d9dd0=a12_0x18ca10,_0x27b32d={};_0x27b32d[_0x4d9dd0(0x1a6)]=_0x4d9dd0(0x1a1);const _0x6db207=_0x27b32d,_0x2c7cf7={};_0x2c7cf7[_0x4d9dd0(0x1af)]=HELP_MESSAGES['options'][_0x4d9dd0(0x19c)],_0x2c7cf7['type']=_0x6db207[_0x4d9dd0(0x1a6)];const _0x31175f={};_0x31175f[_0x4d9dd0(0x1af)]=HELP_MESSAGES[_0x4d9dd0(0x1a8)][_0x4d9dd0(0x174)],_0x31175f['type']=_0x6db207[_0x4d9dd0(0x1a6)],_0x31175f[_0x4d9dd0(0x18b)]=!![];const _0x48b2ad={};return _0x48b2ad[_0x4d9dd0(0x19e)]=_0x2c7cf7,_0x48b2ad[_0x4d9dd0(0x174)]=_0x31175f,_0x52efff[_0x4d9dd0(0x1a8)](_0x48b2ad);},connectCommandHandler=async function(_0xb8afe8){const _0x2594e4=a12_0x18ca10,_0x5a9d4b={'JWtPn':_0x2594e4(0x19a),'QwlfU':function(_0x5d7197,_0x243dc6){return _0x5d7197===_0x243dc6;},'LoJpQ':_0x2594e4(0x1a3),'jrxxe':_0x2594e4(0x187),'DVgkZ':'Integration\x20hosts\x20missing.','maSXV':function(_0x854f76,_0x59ce2f){return _0x854f76(_0x59ce2f);},'sVUPS':_0x2594e4(0x1ab),'GjlCX':'integrations-repeater','KgXiA':'Connection\x20established\x20successfully.','WFmJt':_0x2594e4(0x188)};try{const _0x4eeb24=new BrowserStackSetup(_0xb8afe8,_0x5a9d4b[_0x2594e4(0x18a)]);_0xb8afe8[_0x2594e4(0x178)]&&(_0x4eeb24[_0x2594e4(0x1a0)][_0x2594e4(0x195)]=_0xb8afe8[_0x2594e4(0x178)]);if(_0x5a9d4b[_0x2594e4(0x173)](typeof _0x4eeb24[_0x2594e4(0x1a0)][_0x2594e4(0x195)],_0x5a9d4b['LoJpQ'])){logger[_0x2594e4(0x1ae)](_0x5a9d4b[_0x2594e4(0x185)]);throw new Error(ERROR_MESSAGES[_0x2594e4(0x19c)][_0x2594e4(0x181)]);}const _0x34cc8b=_0xb8afe8['hosts'];if(_0x5a9d4b[_0x2594e4(0x173)](typeof _0x34cc8b,_0x5a9d4b[_0x2594e4(0x198)])){logger[_0x2594e4(0x1ae)](_0x5a9d4b['DVgkZ']);throw new Error(ERROR_MESSAGES['hosts'][_0x2594e4(0x181)]);}if(!_0x5a9d4b[_0x2594e4(0x177)](validHosts,_0x34cc8b)){logger['error'](_0x5a9d4b[_0x2594e4(0x191)]);throw new Error(ERROR_MESSAGES[_0x2594e4(0x174)][_0x2594e4(0x193)]);}const _0x3a834b=_0x5a9d4b[_0x2594e4(0x177)](parseOnPremHosts,_0x34cc8b);_0x4eeb24[_0x2594e4(0x1a0)][_0x2594e4(0x17f)]=!![],_0x4eeb24['config'][_0x2594e4(0x192)][_0x2594e4(0x179)]=_0x5a9d4b[_0x2594e4(0x194)],_0x4eeb24['config'][_0x2594e4(0x192)][_0x2594e4(0x1b2)]=_0x3a834b[_0x2594e4(0x1a5)](','),helper[_0x2594e4(0x1b9)](_0x4eeb24[_0x2594e4(0x1a0)]),await _0x4eeb24[_0x2594e4(0x18d)](),logger['info'](_0x5a9d4b['KgXiA']);}catch(_0x5f3129){logger[_0x2594e4(0x1ae)](_0x5a9d4b[_0x2594e4(0x1ba)]);throw new Error(_0x5f3129['toString']());}};function a12_0x2400(_0x510847,_0x4beb35){const _0x201d24=a12_0x201d();return a12_0x2400=function(_0x240001,_0xbcdeba){_0x240001=_0x240001-0x173;let _0x37541b=_0x201d24[_0x240001];return _0x37541b;},a12_0x2400(_0x510847,_0x4beb35);}function run(_0x5047c9){const _0x121014=a12_0x18ca10,_0x39f4e7={};_0x39f4e7['sThny']=_0x121014(0x19f),_0x39f4e7[_0x121014(0x176)]=_0x121014(0x1b4);const _0x1329b9=_0x39f4e7;_0x5047c9[_0x121014(0x1a4)](HELP_MESSAGES[_0x121014(0x184)]['root'])['command'](_0x1329b9[_0x121014(0x1b7)],HELP_MESSAGES[_0x121014(0x184)][_0x121014(0x19f)],connectCommandBuilder,connectCommandHandler)[_0x121014(0x186)]()[_0x121014(0x1b4)](_0x1329b9[_0x121014(0x176)])['epilogue'](HELP_MESSAGES['command'][_0x121014(0x1b5)]);}module[a12_0x18ca10(0x19b)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a13_0x59f5b=a13_0x1fa0;(function(_0x3730f5,_0x3e98ae){var _0x117ad2=a13_0x1fa0,_0x5749bb=_0x3730f5();while(!![]){try{var _0x464857=parseInt(_0x117ad2(0x184))/0x1*(-parseInt(_0x117ad2(0x17c))/0x2)+parseInt(_0x117ad2(0x16f))/0x3*(parseInt(_0x117ad2(0x178))/0x4)+-parseInt(_0x117ad2(0x16c))/0x5*(parseInt(_0x117ad2(0x17a))/0x6)+parseInt(_0x117ad2(0x16e))/0x7+-parseInt(_0x117ad2(0x183))/0x8+parseInt(_0x117ad2(0x173))/0x9*(-parseInt(_0x117ad2(0x172))/0xa)+parseInt(_0x117ad2(0x170))/0xb;if(_0x464857===_0x3e98ae)break;else _0x5749bb['push'](_0x5749bb['shift']());}catch(_0x33214b){_0x5749bb['push'](_0x5749bb['shift']());}}}(a13_0x5761,0x73ae2));var a13_0x40d1fc={};a13_0x40d1fc[a13_0x59f5b(0x17e)]=a13_0x59f5b(0x180),a13_0x40d1fc[a13_0x59f5b(0x171)]=a13_0x59f5b(0x182);var a13_0x43b336={};a13_0x43b336[a13_0x59f5b(0x179)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x43b336[a13_0x59f5b(0x17f)]=a13_0x59f5b(0x175),a13_0x43b336[a13_0x59f5b(0x177)]=a13_0x59f5b(0x17d);var a13_0x3f67e6={};a13_0x3f67e6['options']=a13_0x40d1fc,a13_0x3f67e6['command']=a13_0x43b336,exports['HELP_MESSAGES']=a13_0x3f67e6;function a13_0x5761(){var _0x210a73=['Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','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.','6524952GoDUoI','115501cISzMr','1325QbvFua','missing','3239292nHIDRF','1719381ryMIXy','22360635wGWWHG','hosts','600qDAddA','486IdUzQy','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','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.','footer','4OaqDsm','root','19290edBJcM','invalid','16LZsbGB','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','bstackAccessKey','connect'];a13_0x5761=function(){return _0x210a73;};return a13_0x5761();}var a13_0x27b39d={};a13_0x27b39d[a13_0x59f5b(0x16d)]=a13_0x59f5b(0x174);function a13_0x1fa0(_0x49518c,_0x3c5f64){var _0x576182=a13_0x5761();return a13_0x1fa0=function(_0x1fa0b0,_0x3729f9){_0x1fa0b0=_0x1fa0b0-0x16c;var _0x5d91c4=_0x576182[_0x1fa0b0];return _0x5d91c4;},a13_0x1fa0(_0x49518c,_0x3c5f64);}var a13_0x40a249={};a13_0x40a249[a13_0x59f5b(0x16d)]=a13_0x59f5b(0x181),a13_0x40a249[a13_0x59f5b(0x17b)]=a13_0x59f5b(0x176);var a13_0x1195a5={};a13_0x1195a5[a13_0x59f5b(0x17e)]=a13_0x27b39d,a13_0x1195a5[a13_0x59f5b(0x171)]=a13_0x40a249,exports['ERROR_MESSAGES']=a13_0x1195a5;
|