browserstack-node-sdk 1.32.0 → 1.32.2
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 -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.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/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/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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.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/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/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a4_0x405e(_0x64a3af,_0x4b071){const _0x2552e7=a4_0x2552();return a4_0x405e=function(_0x405ee2,_0x2c1093){_0x405ee2=_0x405ee2-0xa3;let _0xbc03ad=_0x2552e7[_0x405ee2];return _0xbc03ad;},a4_0x405e(_0x64a3af,_0x4b071);}const a4_0x1d56ed=a4_0x405e;(function(_0x5316db,_0x2e7373){const _0x190bc7=a4_0x405e,_0x3f92ad=_0x5316db();while(!![]){try{const _0x3e7257=parseInt(_0x190bc7(0xb6))/0x1*(parseInt(_0x190bc7(0x100))/0x2)+parseInt(_0x190bc7(0xcb))/0x3+-parseInt(_0x190bc7(0x108))/0x4+-parseInt(_0x190bc7(0xf2))/0x5+-parseInt(_0x190bc7(0xaa))/0x6*(parseInt(_0x190bc7(0x11d))/0x7)+parseInt(_0x190bc7(0xdc))/0x8+parseInt(_0x190bc7(0xdd))/0x9;if(_0x3e7257===_0x2e7373)break;else _0x3f92ad['push'](_0x3f92ad['shift']());}catch(_0x4ffe9b){_0x3f92ad['push'](_0x3f92ad['shift']());}}}(a4_0x2552,0x87924));function a4_0x2552(){const _0x5eb1c3=['ZpjUR','TgGmX','config','cucumber','../../helpers/BrowserStackSetup','luVHg','vrGTV','scenarios','liYTr','Removing\x20tmp\x20directory\x20created\x20for\x20reports','log','bold','WjWbZ','getErrorMessageFromResults','1129365PezSlQ','jUfCM','DKTsh','Eccvo','sYkQu','FdYoM','pgXFy','TUzNK','WNXSD','stepsAmbiguous','steps','\x20undefined','KRvON','stepsSkipped','TZcDq','cwd','stepsFailed','8089008cMmJxk','2474595NQZQhG','unaDR','GSqXT','tZoWj','NKhZF','iGDVt','FDYia','hBJTx','nXVwq','removeDir','\x20ambiguous','mYqyC','initialize','ugoEo','cucumber-js','pZLtc','join','irWEU','debug','DsXMs','znYso','4634365roZlJb','htdGP','HStSn','\x20failed','proxySettings','yJxXL','vvSdB','\x20passed','mergeOutputFiles','eknTJ','GWMZw','jcoHC','sXieT','processSuccess','4006EOHILp','ddcrH','bgWhite','dHApn','\x20steps','DGvSf','yellow','\x20pending','397792YtEJoF','\x20skipped','oooUU','exports','Generating\x20consolidated\x20report...','fCvpZ','vHhPg','testContextOptions','NNgbF','parseFormatters','finally','hdaxc','IkFJB','OrWxH','skipSessionStatus','push','red','RCiMv','FsJln','logLevel','NPuqJ','1047347eVIPfK','useW3C','exitCode','winstonLogger','getHubUrl','dkNqc','OosyL','fQpFb','mHaad','ZlZEp','forEach','JkTXR','wONOu','bFWbA','EQHdD','chalk','isaBe','parallelsPerPlatform','Pmejg','****\x20RESULTS\x20****','grByL','InHRv','yKvRY','dkprR','length','stepsUndefined','koByz','jrWwk','turboScaleUrl','modifyBrowserStackCaps','elill','cyan','splice','../utils/constants','GtpwM','12vgGCsf','klpeW','EtaZr','WTvDR','createDir','ksBoJ','biRJI','Fdpii','jLEcp','EMKlW','NhfaE','platforms','109IgZUld','getPlatformName','PVtLE','mPqIS','green','rxceD','stepsPassed'];a4_0x2552=function(){return _0x5eb1c3;};return a4_0x2552();}const fs=require('fs'),path=require('path'),logger=require('../../helpers/logger')[a4_0x1d56ed(0x120)],{default:BrowserStackSetup}=require(a4_0x1d56ed(0xc1)),helper=require('../../helpers/helper'),constants=require(a4_0x1d56ed(0xa8)),{parallelCucumberRun}=require('../test-runner'),chalk=require(a4_0x1d56ed(0x12c));function printCucumberStats(_0x5727c4){const _0x2d9ba3=a4_0x1d56ed,_0x965918={'ksBoJ':'cucumber','KRvON':function(_0x10ff4b,_0x131af2){return _0x10ff4b-_0x131af2;},'unaDR':function(_0x53bbca,_0x32c918){return _0x53bbca>=_0x32c918;},'mPqIS':function(_0x20c084,_0x59024d){return _0x20c084(_0x59024d);},'ZpjUR':function(_0xac113f,_0x54f5b7){return _0xac113f>_0x54f5b7;},'Tjtvn':_0x2d9ba3(0x10c),'jBQsL':_0x2d9ba3(0xc6),'UuIEj':function(_0x3311b6,_0x456acd){return _0x3311b6!==_0x456acd;},'vHhPg':_0x2d9ba3(0xc9),'jjQMJ':'FfTXg','Pmejg':function(_0x4f1ac5,_0x360881){return _0x4f1ac5>_0x360881;},'NNgbF':function(_0xba1516,_0x60a35e){return _0xba1516-_0x60a35e;},'TUzNK':function(_0x47f5e7,_0x5f249d){return _0x47f5e7>_0x5f249d;},'vlZMw':function(_0x3acf2a,_0x57fe87){return _0x3acf2a===_0x57fe87;},'OosyL':_0x2d9ba3(0x138),'hBJTx':function(_0x419a1b,_0x194a56){return _0x419a1b===_0x194a56;},'bFWbA':_0x2d9ba3(0xad),'sXieT':_0x2d9ba3(0xe0),'IkFJB':function(_0x1fe2bd,_0x137201){return _0x1fe2bd>_0x137201;},'elill':function(_0x599f6a,_0x5a8914){return _0x599f6a!==_0x5a8914;},'fCvpZ':'cbtnP','yIbus':function(_0x2b3b94,_0x446c32){return _0x2b3b94>_0x446c32;},'Fdpii':function(_0x57566a,_0x3d0846){return _0x57566a!==_0x3d0846;},'mYqyC':'MbpRW','vivtj':function(_0x14972e,_0x27447f){return _0x14972e>_0x27447f;},'kpstY':function(_0x3071d5,_0x366f98){return _0x3071d5===_0x366f98;},'fzjjf':_0x2d9ba3(0x137),'TZcDq':_0x2d9ba3(0x128),'sQSqT':function(_0x255646,_0x37acc7){return _0x255646>_0x37acc7;},'YdCRz':function(_0x3d3257,_0x3f7720){return _0x3d3257!==_0x3f7720;},'biRJI':_0x2d9ba3(0xfb),'JUXWf':function(_0x3ef53d,_0x54bc38){return _0x3ef53d>_0x54bc38;},'GtpwM':_0x2d9ba3(0x119),'OrWxH':'UMykA','BDGOH':function(_0x4ce8e8,_0x40b779){return _0x4ce8e8>_0x40b779;},'ugoEo':function(_0x703556,_0x4e4a87){return _0x703556!==_0x4e4a87;},'luVHg':'TWHzY','HyRwl':_0x2d9ba3(0x11a),'NhfaE':_0x2d9ba3(0xc5),'pZLtc':function(_0x305ed1,_0x528bc1){return _0x305ed1+_0x528bc1;},'mHaad':function(_0x519bde,_0x24e03d){return _0x519bde+_0x24e03d;},'InHRv':function(_0x1fa69e,_0x3564f0){return _0x1fa69e+_0x3564f0;},'OCTgc':function(_0x14dfd0,_0x501a7e){return _0x14dfd0===_0x501a7e;},'DKTsh':function(_0x3e0167,_0x105a70){return _0x3e0167===_0x105a70;},'PVtLE':'DasnA','nXVwq':_0x2d9ba3(0x133),'FdYoM':function(_0x3be2b8,_0x558c51){return _0x3be2b8===_0x558c51;},'FDYia':function(_0x57f504,_0x5e6057){return _0x57f504===_0x5e6057;},'wONOu':_0x2d9ba3(0xcc),'irWEU':_0x2d9ba3(0x130)};let _0x5063e1=0x0;if(_0x965918[_0x2d9ba3(0xd0)](_0x5727c4['length'],0x0)){if(_0x965918[_0x2d9ba3(0xe3)](_0x965918[_0x2d9ba3(0x129)],_0x965918[_0x2d9ba3(0x129)]))return _0x5063e1;else _0x3acacb[_0x2d9ba3(0x117)](_0x26f5cb['modifyBrowserStackW3CCaps'](_0x2e888c[_0x2d9ba3(0xbf)],_0x965918[_0x2d9ba3(0xaf)],_0x27a3ae));}return console[_0x2d9ba3(0xc7)](chalk[_0x2d9ba3(0xc8)][_0x2d9ba3(0x102)](_0x965918[_0x2d9ba3(0xee)])),_0x5727c4[_0x2d9ba3(0x127)](_0x13a41f=>{const _0x5a26e9=_0x2d9ba3,_0x2f21a1={'ZlZEp':_0x965918[_0x5a26e9(0xaf)],'hdaxc':function(_0x4fbb24,_0x4a73fb){const _0x453ca2=_0x5a26e9;return _0x965918[_0x453ca2(0xd7)](_0x4fbb24,_0x4a73fb);},'isaBe':function(_0x18efee,_0x1f24ba){const _0x425390=_0x5a26e9;return _0x965918[_0x425390(0xde)](_0x18efee,_0x1f24ba);},'znYso':function(_0x29c700,_0x99a2a3){const _0x34400e=_0x5a26e9;return _0x965918[_0x34400e(0xb9)](_0x29c700,_0x99a2a3);},'dkNqc':function(_0x26d3ef,_0x469777){const _0x2b04a2=_0x5a26e9;return _0x965918[_0x2b04a2(0xbd)](_0x26d3ef,_0x469777);},'EQHdD':_0x965918['Tjtvn'],'DGvSf':_0x965918['jBQsL']};if(_0x965918['UuIEj'](_0x965918[_0x5a26e9(0x10e)],_0x965918['jjQMJ'])){const _0x313283=_0x13a41f[0x0],_0x567c55=_0x13a41f[0x1];console[_0x5a26e9(0xc7)]('\x0a'+chalk['bold']['yellow'](''+helper[_0x5a26e9(0xb7)](_0x313283)));const _0xf595b9=_0x567c55[_0x5a26e9(0xc4)],_0x178f07=_0x567c55[_0x5a26e9(0xd5)],_0x4f834e=_0x567c55['scenariosFailed'],_0x2422ef=_0x567c55[_0x5a26e9(0xdb)],_0x5399c6=_0x567c55[_0x5a26e9(0xbc)],_0x5e6048=_0x567c55[_0x5a26e9(0xd8)],_0x54ff0a=_0x567c55['stepsPending'],_0x91a24c=_0x567c55[_0x5a26e9(0x136)],_0x387d8f=_0x567c55['stepsUnknown'],_0x19f8bf=_0x567c55[_0x5a26e9(0xd4)],_0x7d4825=_0x567c55[_0x5a26e9(0xff)];let _0x8fb34f=_0xf595b9+'\x20scenarios';const _0x2a4424=_0x965918['Pmejg'](_0x965918[_0x5a26e9(0x110)](_0xf595b9,_0x4f834e),0x0)?_0x965918[_0x5a26e9(0x110)](_0xf595b9,_0x4f834e):0x0;if(_0x965918[_0x5a26e9(0xbd)](_0x4f834e,0x0)&&_0x965918[_0x5a26e9(0xd2)](_0x2a4424,0x0))_0x965918['vlZMw'](_0x965918[_0x5a26e9(0x123)],_0x965918[_0x5a26e9(0x123)])?_0x8fb34f+='\x20('+chalk[_0x5a26e9(0xc8)][_0x5a26e9(0x118)](_0x4f834e+_0x5a26e9(0xf5))+',\x20'+chalk[_0x5a26e9(0xc8)]['green'](_0x2a4424+_0x5a26e9(0xf9))+')':_0x44f914['splice'](_0xcf93a[_0x3fe123],0x2);else(_0x965918['TUzNK'](_0x4f834e,0x0)||_0x965918[_0x5a26e9(0x12f)](_0x2a4424,0x0))&&(_0x965918[_0x5a26e9(0xe4)](_0x965918[_0x5a26e9(0x12a)],_0x965918[_0x5a26e9(0xfe)])?_0x491efa['push'](''+_0x2a2e2d[_0x5a26e9(0xc8)]['yellow'](_0x3fcb27+'\x20pending')):_0x8fb34f+=_0x965918['TUzNK'](_0x4f834e,0x0)?'\x20('+chalk[_0x5a26e9(0xc8)][_0x5a26e9(0x118)](_0x4f834e+'\x20failed')+')':'\x20('+chalk[_0x5a26e9(0xc8)][_0x5a26e9(0xba)](_0x2a4424+_0x5a26e9(0xf9))+')');const _0x3bed1f=_0x178f07+_0x5a26e9(0x104),_0x5b08c7=[];_0x965918[_0x5a26e9(0x114)](_0x19f8bf,0x0)&&(_0x965918[_0x5a26e9(0xa5)](_0x965918[_0x5a26e9(0x10d)],_0x965918[_0x5a26e9(0x10d)])?_0x54cd1c[_0x5a26e9(0x117)](''+_0x5c5ce5['bold']['cyan'](_0x48ddd9+_0x5a26e9(0x109))):_0x5b08c7[_0x5a26e9(0x117)](''+chalk[_0x5a26e9(0xc8)][_0x5a26e9(0x118)](_0x19f8bf+_0x5a26e9(0xe7))));_0x965918['yIbus'](_0x2422ef,0x0)&&(_0x965918['Fdpii'](_0x965918[_0x5a26e9(0xe8)],_0x965918[_0x5a26e9(0xe8)])?_0x18f1de=0x1:_0x5b08c7[_0x5a26e9(0x117)](''+chalk[_0x5a26e9(0xc8)][_0x5a26e9(0x118)](_0x2422ef+_0x5a26e9(0xf5))));_0x965918['vivtj'](_0x5399c6,0x0)&&(_0x965918['kpstY'](_0x965918['fzjjf'],_0x965918[_0x5a26e9(0xd9)])?_0x1757af[_0x5a26e9(0x117)](_0x5ecf9c[_0x5a26e9(0xa4)](_0x4e998f[_0x5a26e9(0xbf)],_0x965918[_0x5a26e9(0xaf)],_0x429ac6)):_0x5b08c7[_0x5a26e9(0x117)](''+chalk[_0x5a26e9(0xc8)][_0x5a26e9(0xba)](_0x5399c6+'\x20passed')));_0x965918['sQSqT'](_0x54ff0a,0x0)&&(_0x965918['YdCRz'](_0x965918[_0x5a26e9(0xb0)],_0x965918[_0x5a26e9(0xb0)])?_0x4e7c04?_0x32a56c[_0x5a26e9(0x117)](_0x11cdb7['modifyBrowserStackW3CCaps'](_0x5ba9ab[_0x5a26e9(0xbf)],_0x2f21a1[_0x5a26e9(0x126)],_0x15fc70)):_0x4b67b4['push'](_0x16e124['modifyBrowserStackCaps'](_0x41769e[_0x5a26e9(0xbf)],_0x2f21a1['ZlZEp'],_0x29e8e1)):_0x5b08c7[_0x5a26e9(0x117)](''+chalk[_0x5a26e9(0xc8)][_0x5a26e9(0x106)](_0x54ff0a+_0x5a26e9(0x107))));_0x965918['JUXWf'](_0x5e6048,0x0)&&(_0x965918[_0x5a26e9(0xb1)](_0x965918[_0x5a26e9(0xa9)],_0x965918[_0x5a26e9(0x115)])?_0x5b08c7['push'](''+chalk['bold'][_0x5a26e9(0xa6)](_0x5e6048+_0x5a26e9(0x109))):_0x55c1b7[_0x5a26e9(0x117)](''+_0x10ebdd['bold'][_0x5a26e9(0xba)](_0x257954+_0x5a26e9(0xf9))));_0x965918['BDGOH'](_0x91a24c,0x0)&&(_0x965918[_0x5a26e9(0xea)](_0x965918['luVHg'],_0x965918[_0x5a26e9(0xc2)])?_0x2fb371+='\x20('+_0x5aaf9f[_0x5a26e9(0xc8)]['red'](_0x1d03f+_0x5a26e9(0xf5))+',\x20'+_0x554360[_0x5a26e9(0xc8)][_0x5a26e9(0xba)](_0x2aeabc+'\x20passed')+')':_0x5b08c7[_0x5a26e9(0x117)](''+chalk['bold'][_0x5a26e9(0x106)](_0x91a24c+_0x5a26e9(0xd6))));if(_0x965918['sQSqT'](_0x387d8f,0x0)){if(_0x965918[_0x5a26e9(0xb1)](_0x965918['HyRwl'],_0x965918[_0x5a26e9(0xb4)]))_0x5b08c7[_0x5a26e9(0x117)](''+chalk[_0x5a26e9(0xc8)][_0x5a26e9(0x106)](_0x387d8f+_0x5a26e9(0x109)));else{_0x3a16ba['createDir'](_0x15499e);for(let _0x3eccff=_0x2f21a1[_0x5a26e9(0x113)](_0xdd60b2[_0x5a26e9(0x135)],0x1);_0x2f21a1[_0x5a26e9(0x12d)](_0x3eccff,0x0);_0x3eccff--){_0x16d684[_0x5a26e9(0xa7)](_0x369fe8[_0x3eccff],0x2);}}}const _0xc84a15=_0x965918[_0x5a26e9(0xec)](_0x965918[_0x5a26e9(0xec)](_0x965918['pZLtc'](_0x3bed1f,'('),_0x5b08c7[_0x5a26e9(0xed)](',\x20')),')');console['log'](_0x965918['pZLtc'](_0x965918[_0x5a26e9(0xec)](_0x965918[_0x5a26e9(0x125)](_0x965918[_0x5a26e9(0x132)]('\x0a',_0x8fb34f),'\x0a'),_0xc84a15),'\x0a'));if(_0x965918['OCTgc'](_0x7d4825,![])){if(_0x965918[_0x5a26e9(0xcd)](_0x965918[_0x5a26e9(0xb8)],_0x965918[_0x5a26e9(0xe5)])){_0x3ccb53=_0x1c7c71;const _0x425686=_0x2f21a1[_0x5a26e9(0xf1)](_0x4de73a,_0x137ed3);_0x529077['exitCode']=_0x425686,_0x2f21a1[_0x5a26e9(0x122)](_0x3b9a11[_0x5a26e9(0x135)],0x0)&&(_0x59b261['debug'](_0x2f21a1[_0x5a26e9(0x12b)]),_0x351f18['mergeOutputFiles'](_0x37775e,_0x291ee0),_0x1bfd2d[_0x5a26e9(0xef)](_0x2f21a1['DGvSf']),_0x47705c[_0x5a26e9(0xe6)](_0x4a8bdc));}else _0x5063e1=0x1;}}else _0x362e54[_0x5a26e9(0xef)](_0x2f21a1[_0x5a26e9(0x12b)]),_0x43cef8['mergeOutputFiles'](_0xf31478,_0x393f40),_0x3335d1[_0x5a26e9(0xef)](_0x2f21a1[_0x5a26e9(0x105)]),_0x333bf9[_0x5a26e9(0xe6)](_0x1c8cb4);}),_0x5063e1;}async function run(_0x55f521,_0x44baf6){const _0x1fe247=a4_0x1d56ed,_0x2a5a1c={'EtaZr':function(_0x4d2ff4,_0x39c8e8){return _0x4d2ff4>_0x39c8e8;},'ddcrH':function(_0x2b73de,_0x4f3eea){return _0x2b73de===_0x4f3eea;},'TgGmX':_0x1fe247(0xf8),'rxceD':function(_0x2098c6,_0x2c0516){return _0x2098c6!==_0x2c0516;},'Eccvo':'ZQYHr','gVTNF':'BYJAB','dHApn':_0x1fe247(0xc0),'jcoHC':_0x1fe247(0xf4),'grByL':function(_0x396aa6,_0x1492a0){return _0x396aa6(_0x1492a0);},'ErLiS':function(_0x8db2ad,_0x5f43d0){return _0x8db2ad===_0x5f43d0;},'yJxXL':_0x1fe247(0xe2),'DsXMs':_0x1fe247(0xdf),'NKhZF':_0x1fe247(0x10c),'NPuqJ':_0x1fe247(0xc6),'klpeW':_0x1fe247(0xeb),'srFmi':function(_0x1e49b7,_0x1a2b0e){return _0x1e49b7===_0x1a2b0e;},'jLEcp':_0x1fe247(0xd3),'RqBem':'NCVtl','dkprR':'tmp','DLzNx':function(_0x3068f7,_0x1dee66){return _0x3068f7>_0x1dee66;},'oooUU':function(_0x49be4d,_0x20a8a8){return _0x49be4d===_0x20a8a8;},'vrGTV':_0x1fe247(0xb3),'GWMZw':function(_0x136fe6,_0x1c5cac){return _0x136fe6-_0x1c5cac;},'sYkQu':function(_0x1e1c58,_0x5d6a52){return _0x1e1c58>=_0x5d6a52;},'Vxwwj':_0x1fe247(0x124),'htdGP':_0x1fe247(0xd1),'DHgCN':function(_0x3ebe4b,_0x41885f,_0x5aeaec,_0x49c449,_0x469de0,_0xe33cbc){return _0x3ebe4b(_0x41885f,_0x5aeaec,_0x49c449,_0x469de0,_0xe33cbc);}},_0x5b792f=new BrowserStackSetup(_0x55f521,_0x2a5a1c[_0x1fe247(0xab)]);await _0x5b792f[_0x1fe247(0xe9)](),await helper['handleApp'](_0x5b792f[_0x1fe247(0xbf)]);const _0x54a0f8=[];if(!_0x5b792f[_0x1fe247(0xbf)]){if(_0x2a5a1c['srFmi'](_0x2a5a1c[_0x1fe247(0xb2)],_0x2a5a1c['RqBem']))_0x5bb29d+=_0x2a5a1c[_0x1fe247(0xac)](_0x20538a,0x0)?'\x20('+_0x62aacc['bold'][_0x1fe247(0x118)](_0x197b7c+_0x1fe247(0xf5))+')':'\x20('+_0x4c1e4e[_0x1fe247(0xc8)][_0x1fe247(0xba)](_0x4e1de2+'\x20passed')+')';else return;}const _0x24b016=_0x5b792f[_0x1fe247(0xbf)][_0x1fe247(0x12e)],_0x4037b7=helper[_0x1fe247(0x11e)](_0x5b792f[_0x1fe247(0xbf)]);_0x5b792f[_0x1fe247(0xbf)][_0x1fe247(0xb5)][_0x1fe247(0x127)]((_0x4792ce,_0x17d9cf)=>{const _0x1014fa=_0x1fe247;_0x2a5a1c[_0x1014fa(0x101)](_0x2a5a1c[_0x1014fa(0xbe)],_0x2a5a1c['TgGmX'])?_0x4037b7?_0x2a5a1c[_0x1014fa(0xbb)](_0x2a5a1c[_0x1014fa(0xce)],_0x2a5a1c['gVTNF'])?_0x54a0f8[_0x1014fa(0x117)](helper['modifyBrowserStackW3CCaps'](_0x5b792f[_0x1014fa(0xbf)],_0x2a5a1c['dHApn'],_0x17d9cf)):_0x9b0ca9['push'](''+_0x29fb8e['bold']['red'](_0x5d88fd+'\x20failed')):_0x2a5a1c[_0x1014fa(0xbb)](_0x2a5a1c[_0x1014fa(0xfd)],_0x2a5a1c[_0x1014fa(0xfd)])?_0x593765[_0x1014fa(0x117)](''+_0x4d4dda[_0x1014fa(0xc8)][_0x1014fa(0x106)](_0x5906f+_0x1014fa(0x109))):_0x54a0f8[_0x1014fa(0x117)](helper[_0x1014fa(0xa4)](_0x5b792f[_0x1014fa(0xbf)],_0x2a5a1c[_0x1014fa(0x103)],_0x17d9cf)):_0x4c6573['push'](''+_0x798319['bold']['yellow'](_0x298758+_0x1014fa(0xd6)));});const _0x3d5f20={'server':helper[_0x1fe247(0x121)](_0x5b792f[_0x1fe247(0xbf)]),'proxySettings':_0x5b792f[_0x1fe247(0xbf)][_0x1fe247(0xf6)],'maxWorkers':_0x24b016,'browserStackLogLevel':_0x5b792f[_0x1fe247(0xbf)][_0x1fe247(0x11b)],'skipSessionName':_0x5b792f[_0x1fe247(0xbf)][_0x1fe247(0x10f)]['skipSessionName'],'skipSessionStatus':_0x5b792f[_0x1fe247(0xbf)][_0x1fe247(0x10f)][_0x1fe247(0x116)],'turboScaleUrl':_0x5b792f['config'][_0x1fe247(0xa3)]},_0x3e17bb=process['argv'],[_0x27747c,_0x132a45]=helper[_0x1fe247(0x111)](_0x3e17bb),_0x57d8ca=path[_0x1fe247(0xed)](process[_0x1fe247(0xda)](),_0x2a5a1c[_0x1fe247(0x134)]);if(_0x2a5a1c['DLzNx'](_0x132a45['length'],0x0)){if(_0x2a5a1c[_0x1fe247(0x10a)](_0x2a5a1c[_0x1fe247(0xc3)],_0x2a5a1c[_0x1fe247(0xc3)])){helper[_0x1fe247(0xae)](_0x57d8ca);for(let _0x311f53=_0x2a5a1c[_0x1fe247(0xfc)](_0x27747c['length'],0x1);_0x2a5a1c[_0x1fe247(0xcf)](_0x311f53,0x0);_0x311f53--){if(_0x2a5a1c[_0x1fe247(0xbb)](_0x2a5a1c['Vxwwj'],_0x2a5a1c[_0x1fe247(0xf3)]))_0x3e17bb[_0x1fe247(0xa7)](_0x27747c[_0x311f53],0x2);else return;}}else _0x452879[_0x1fe247(0x117)](''+_0x473b4d[_0x1fe247(0xc8)]['red'](_0x4cdc5f+'\x20ambiguous'));}helper['markSDKSetupComplete']();let _0x53a1b7;_0x2a5a1c['DHgCN'](parallelCucumberRun,_0x54a0f8,_0x3d5f20,_0x5b792f[_0x1fe247(0xbf)],_0x3e17bb,_0x132a45)['then'](async _0x1de5b3=>{const _0x58b716=_0x1fe247;_0x53a1b7=_0x1de5b3;const _0x38249e=_0x2a5a1c[_0x58b716(0x131)](printCucumberStats,_0x1de5b3);process[_0x58b716(0x11f)]=_0x38249e;if(_0x2a5a1c[_0x58b716(0xac)](_0x132a45[_0x58b716(0x135)],0x0)){if(_0x2a5a1c['ErLiS'](_0x2a5a1c[_0x58b716(0xf7)],_0x2a5a1c[_0x58b716(0xf0)]))return _0x131aa9;else logger[_0x58b716(0xef)](_0x2a5a1c[_0x58b716(0xe1)]),helper[_0x58b716(0xfa)](_0x57d8ca,_0x132a45),logger[_0x58b716(0xef)](_0x2a5a1c[_0x58b716(0x11c)]),helper[_0x58b716(0xe6)](_0x57d8ca);}})[_0x1fe247(0x112)](async()=>{const _0x387829=_0x1fe247;_0x5b792f['errorMessage']=helper[_0x387829(0xca)](_0x53a1b7,_0x2a5a1c[_0x387829(0x103)]),await helper['finalExecution'](_0x5b792f);});}module[a4_0x1d56ed(0x10b)]=run;
|
|
2
|
+
'use strict';const a4_0x399c56=a4_0x19a7;(function(_0xa18ac2,_0x4f7c30){const _0xc714f0=a4_0x19a7,_0x599e72=_0xa18ac2();while(!![]){try{const _0x1f3dc4=parseInt(_0xc714f0(0x105))/0x1*(-parseInt(_0xc714f0(0xe9))/0x2)+parseInt(_0xc714f0(0x135))/0x3+parseInt(_0xc714f0(0xc5))/0x4*(-parseInt(_0xc714f0(0x12c))/0x5)+parseInt(_0xc714f0(0x13f))/0x6*(parseInt(_0xc714f0(0x10d))/0x7)+-parseInt(_0xc714f0(0x125))/0x8+parseInt(_0xc714f0(0x137))/0x9+-parseInt(_0xc714f0(0x107))/0xa;if(_0x1f3dc4===_0x4f7c30)break;else _0x599e72['push'](_0x599e72['shift']());}catch(_0x377336){_0x599e72['push'](_0x599e72['shift']());}}}(a4_0x4cef,0x26608));const fs=require('fs'),path=require(a4_0x399c56(0x148)),logger=require(a4_0x399c56(0x124))[a4_0x399c56(0x13c)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a4_0x399c56(0x13b)),constants=require(a4_0x399c56(0xbb)),{parallelCucumberRun}=require(a4_0x399c56(0xf6)),chalk=require(a4_0x399c56(0xc9));function printCucumberStats(_0x179474){const _0x2bc74c=a4_0x399c56,_0x176eb8={};_0x176eb8['SOTlg']=_0x2bc74c(0xfc),_0x176eb8[_0x2bc74c(0x14d)]=_0x2bc74c(0x129),_0x176eb8[_0x2bc74c(0x11e)]=_0x2bc74c(0x103),_0x176eb8['uDUde']=function(_0x2782a9,_0x80a672){return _0x2782a9>_0x80a672;},_0x176eb8[_0x2bc74c(0xe7)]=function(_0x568e0a,_0x5c6693){return _0x568e0a===_0x5c6693;},_0x176eb8[_0x2bc74c(0xff)]=_0x2bc74c(0xb5),_0x176eb8[_0x2bc74c(0xc4)]=function(_0x57c707,_0x4335e9){return _0x57c707>_0x4335e9;},_0x176eb8[_0x2bc74c(0x112)]=function(_0x325595,_0x21535c){return _0x325595-_0x21535c;},_0x176eb8[_0x2bc74c(0x12f)]=function(_0x73b4d8,_0xf464e8){return _0x73b4d8>_0xf464e8;},_0x176eb8['yDUYs']=function(_0x1f423b,_0x2aff91){return _0x1f423b>_0x2aff91;},_0x176eb8[_0x2bc74c(0xf7)]=function(_0x324148,_0x51d25a){return _0x324148!==_0x51d25a;},_0x176eb8['vcsNW']=_0x2bc74c(0xeb),_0x176eb8[_0x2bc74c(0xee)]=function(_0x4a0a2b,_0x388075){return _0x4a0a2b>_0x388075;},_0x176eb8[_0x2bc74c(0x104)]=function(_0xb0fb54,_0x58f40e){return _0xb0fb54===_0x58f40e;},_0x176eb8[_0x2bc74c(0x13d)]=_0x2bc74c(0xea),_0x176eb8['huizS']=function(_0x45162e,_0x45d0d7){return _0x45162e>_0x45d0d7;},_0x176eb8[_0x2bc74c(0xad)]=function(_0xe2880d,_0x1f526a){return _0xe2880d===_0x1f526a;},_0x176eb8[_0x2bc74c(0x11b)]=_0x2bc74c(0xd5),_0x176eb8[_0x2bc74c(0x14f)]=function(_0x511855,_0x120c45){return _0x511855===_0x120c45;},_0x176eb8[_0x2bc74c(0x140)]=_0x2bc74c(0xc2),_0x176eb8[_0x2bc74c(0xe3)]=function(_0x5c1942,_0x1b226d){return _0x5c1942>_0x1b226d;},_0x176eb8[_0x2bc74c(0xed)]=function(_0x34cc51,_0x1f5395){return _0x34cc51===_0x1f5395;},_0x176eb8[_0x2bc74c(0xba)]=_0x2bc74c(0xdd),_0x176eb8[_0x2bc74c(0x14b)]=_0x2bc74c(0xcd),_0x176eb8[_0x2bc74c(0xe8)]=function(_0x2954b9,_0x111cc3){return _0x2954b9===_0x111cc3;},_0x176eb8[_0x2bc74c(0xfe)]=_0x2bc74c(0x10f),_0x176eb8[_0x2bc74c(0x142)]=function(_0x35199e,_0x80a582){return _0x35199e>_0x80a582;},_0x176eb8[_0x2bc74c(0x134)]='PQMJG',_0x176eb8['uiPbW']=function(_0x3e7bbc,_0x3caee3){return _0x3e7bbc>_0x3caee3;},_0x176eb8['hwPlB']=function(_0x1d3b41,_0x1acaf1){return _0x1d3b41!==_0x1acaf1;},_0x176eb8[_0x2bc74c(0x113)]='CDapn',_0x176eb8[_0x2bc74c(0xf4)]=_0x2bc74c(0xda),_0x176eb8[_0x2bc74c(0xf1)]=function(_0x370910,_0x6dd73e){return _0x370910>_0x6dd73e;},_0x176eb8[_0x2bc74c(0x114)]='oLIJc',_0x176eb8[_0x2bc74c(0x143)]='KUJNd',_0x176eb8[_0x2bc74c(0xc7)]=function(_0x2694a0,_0x39b176){return _0x2694a0+_0x39b176;},_0x176eb8[_0x2bc74c(0xb0)]=function(_0x4ca1a8,_0x5bca0f){return _0x4ca1a8+_0x5bca0f;},_0x176eb8['pNKUy']=function(_0x34fc18,_0x487e2c){return _0x34fc18+_0x487e2c;},_0x176eb8['GbHxm']=function(_0x3e4944,_0x46ac9b){return _0x3e4944+_0x46ac9b;},_0x176eb8['ccThY']=function(_0x559448,_0x4d656e){return _0x559448===_0x4d656e;},_0x176eb8[_0x2bc74c(0x131)]=function(_0x466320,_0x5f3040){return _0x466320!==_0x5f3040;},_0x176eb8['Uinjy']=_0x2bc74c(0xaf),_0x176eb8[_0x2bc74c(0xc8)]=function(_0x22ebc9,_0x4f7d74){return _0x22ebc9===_0x4f7d74;},_0x176eb8['oulXe']=function(_0xea6b20,_0x2dba99){return _0xea6b20!==_0x2dba99;},_0x176eb8[_0x2bc74c(0xcb)]='qWVlv',_0x176eb8[_0x2bc74c(0x12a)]=_0x2bc74c(0xbc),_0x176eb8[_0x2bc74c(0x127)]=_0x2bc74c(0x14c);const _0x49466c=_0x176eb8;let _0x13eca9=0x0;if(_0x49466c['Ppspd'](_0x179474[_0x2bc74c(0x154)],0x0)){if(_0x49466c[_0x2bc74c(0xf3)](_0x49466c[_0x2bc74c(0xcb)],_0x49466c['SfMLd']))return _0x13eca9;else _0x38d91e[_0x2bc74c(0x116)](''+_0x48a205[_0x2bc74c(0xc3)]['yellow'](_0x275169+'\x20pending'));}return console[_0x2bc74c(0x115)](chalk[_0x2bc74c(0xc3)][_0x2bc74c(0x136)](_0x49466c[_0x2bc74c(0x127)])),_0x179474[_0x2bc74c(0x11c)](_0x23c6a5=>{const _0x6f5db0=_0x2bc74c,_0x3caf86={'XeyDR':_0x49466c[_0x6f5db0(0x14d)],'jdqxs':_0x49466c[_0x6f5db0(0x11e)],'oWBDz':function(_0x57c97d,_0x4f908c){const _0x156cf7=_0x6f5db0;return _0x49466c[_0x156cf7(0x108)](_0x57c97d,_0x4f908c);},'FreWw':_0x49466c['SOTlg']};if(_0x49466c[_0x6f5db0(0xe7)](_0x49466c[_0x6f5db0(0xff)],_0x49466c[_0x6f5db0(0xff)])){const _0x48f467=_0x23c6a5[0x0],_0x3af183=_0x23c6a5[0x1];console[_0x6f5db0(0x115)]('\x0a'+chalk[_0x6f5db0(0xc3)][_0x6f5db0(0xb8)](''+helper['getPlatformName'](_0x48f467)));const _0x3426cf=_0x3af183['scenarios'],_0x562cae=_0x3af183[_0x6f5db0(0x146)],_0x34e6f2=_0x3af183[_0x6f5db0(0xe2)],_0x1c8542=_0x3af183[_0x6f5db0(0xb7)],_0x310a17=_0x3af183[_0x6f5db0(0xc1)],_0x10e389=_0x3af183[_0x6f5db0(0xfb)],_0x13bc55=_0x3af183[_0x6f5db0(0x152)],_0x3afbee=_0x3af183['stepsUndefined'],_0x4b1c2f=_0x3af183['stepsUnknown'],_0x46d2c0=_0x3af183[_0x6f5db0(0xd4)],_0x1b5598=_0x3af183[_0x6f5db0(0xfd)];let _0x3c749a=_0x3426cf+_0x6f5db0(0xce);const _0x12e763=_0x49466c[_0x6f5db0(0xc4)](_0x49466c[_0x6f5db0(0x112)](_0x3426cf,_0x34e6f2),0x0)?_0x49466c[_0x6f5db0(0x112)](_0x3426cf,_0x34e6f2):0x0;if(_0x49466c['RdgXm'](_0x34e6f2,0x0)&&_0x49466c[_0x6f5db0(0x138)](_0x12e763,0x0))_0x49466c[_0x6f5db0(0xf7)](_0x49466c[_0x6f5db0(0x12e)],_0x49466c[_0x6f5db0(0x12e)])?_0x38d69c[_0x6f5db0(0x116)](_0x199ee1['modifyBrowserStackW3CCaps'](_0x367483[_0x6f5db0(0xcc)],_0x49466c[_0x6f5db0(0x126)],_0xbc1d6f)):_0x3c749a+='\x20('+chalk['bold'][_0x6f5db0(0x11a)](_0x34e6f2+'\x20failed')+',\x20'+chalk[_0x6f5db0(0xc3)]['green'](_0x12e763+_0x6f5db0(0x132))+')';else(_0x49466c[_0x6f5db0(0xee)](_0x34e6f2,0x0)||_0x49466c[_0x6f5db0(0xc4)](_0x12e763,0x0))&&(_0x49466c[_0x6f5db0(0x104)](_0x49466c[_0x6f5db0(0x13d)],_0x49466c[_0x6f5db0(0x13d)])?_0x3c749a+=_0x49466c[_0x6f5db0(0xee)](_0x34e6f2,0x0)?'\x20('+chalk['bold'][_0x6f5db0(0x11a)](_0x34e6f2+_0x6f5db0(0x10b))+')':'\x20('+chalk[_0x6f5db0(0xc3)][_0x6f5db0(0x11d)](_0x12e763+_0x6f5db0(0x132))+')':(_0x1c9711[_0x6f5db0(0xd1)](_0x3caf86[_0x6f5db0(0x122)]),_0xb8fb05[_0x6f5db0(0x123)](_0x308338,_0x33bc07),_0x4a73ca[_0x6f5db0(0xd1)](_0x3caf86[_0x6f5db0(0xb3)]),_0x225205[_0x6f5db0(0x120)](_0x43fd8e)));const _0x3e1369=_0x562cae+_0x6f5db0(0x10c),_0x220105=[];_0x49466c['huizS'](_0x46d2c0,0x0)&&(_0x49466c[_0x6f5db0(0xad)](_0x49466c[_0x6f5db0(0x11b)],_0x49466c[_0x6f5db0(0x11b)])?_0x220105['push'](''+chalk[_0x6f5db0(0xc3)][_0x6f5db0(0x11a)](_0x46d2c0+'\x20ambiguous')):_0x5b8435[_0x6f5db0(0x116)](''+_0x5c527e[_0x6f5db0(0xc3)][_0x6f5db0(0x11a)](_0x43f9a2+'\x20ambiguous')));_0x49466c[_0x6f5db0(0xc4)](_0x1c8542,0x0)&&(_0x49466c[_0x6f5db0(0x14f)](_0x49466c[_0x6f5db0(0x140)],_0x49466c[_0x6f5db0(0x140)])?_0x220105[_0x6f5db0(0x116)](''+chalk[_0x6f5db0(0xc3)][_0x6f5db0(0x11a)](_0x1c8542+_0x6f5db0(0x10b))):_0x6bbf2c+=_0x3caf86[_0x6f5db0(0x14a)](_0x4bfddc,0x0)?'\x20('+_0x397eaf['bold']['red'](_0x28f421+_0x6f5db0(0x10b))+')':'\x20('+_0x59954a[_0x6f5db0(0xc3)][_0x6f5db0(0x11d)](_0x1353a9+'\x20passed')+')');_0x49466c['MpACS'](_0x310a17,0x0)&&(_0x49466c[_0x6f5db0(0xed)](_0x49466c[_0x6f5db0(0xba)],_0x49466c[_0x6f5db0(0x14b)])?_0x51a703['push'](''+_0x1d59d2[_0x6f5db0(0xc3)][_0x6f5db0(0xb8)](_0xdb6a9e+_0x6f5db0(0x141))):_0x220105[_0x6f5db0(0x116)](''+chalk['bold'][_0x6f5db0(0x11d)](_0x310a17+_0x6f5db0(0x132))));_0x49466c[_0x6f5db0(0xee)](_0x13bc55,0x0)&&(_0x49466c[_0x6f5db0(0xe8)](_0x49466c[_0x6f5db0(0xfe)],_0x49466c[_0x6f5db0(0xfe)])?_0x220105[_0x6f5db0(0x116)](''+chalk['bold']['yellow'](_0x13bc55+'\x20pending')):_0x40a186=0x1);_0x49466c[_0x6f5db0(0x142)](_0x10e389,0x0)&&(_0x49466c['LvbaM'](_0x49466c['suxeA'],_0x49466c['suxeA'])?_0x119502+='\x20('+_0x50452a[_0x6f5db0(0xc3)]['red'](_0x6ecc65+_0x6f5db0(0x10b))+',\x20'+_0x5d79ad[_0x6f5db0(0xc3)][_0x6f5db0(0x11d)](_0x52c7fb+_0x6f5db0(0x132))+')':_0x220105[_0x6f5db0(0x116)](''+chalk[_0x6f5db0(0xc3)][_0x6f5db0(0xb2)](_0x10e389+_0x6f5db0(0xac))));_0x49466c[_0x6f5db0(0xae)](_0x3afbee,0x0)&&(_0x49466c['hwPlB'](_0x49466c[_0x6f5db0(0x113)],_0x49466c[_0x6f5db0(0xf4)])?_0x220105[_0x6f5db0(0x116)](''+chalk[_0x6f5db0(0xc3)]['yellow'](_0x3afbee+_0x6f5db0(0x141))):_0x53ff13[_0x6f5db0(0x116)](_0x1ef42a[_0x6f5db0(0x101)](_0x3c150b['config'],_0x3caf86[_0x6f5db0(0xf8)],_0x12cf5c)));_0x49466c[_0x6f5db0(0xf1)](_0x4b1c2f,0x0)&&(_0x49466c[_0x6f5db0(0x11f)](_0x49466c[_0x6f5db0(0x114)],_0x49466c[_0x6f5db0(0x143)])?_0x220105[_0x6f5db0(0x116)](''+chalk['bold'][_0x6f5db0(0xb8)](_0x4b1c2f+_0x6f5db0(0xac))):_0x567cc5[_0x6f5db0(0xd6)](_0x12789d[_0x248182],0x2));const _0x2432fa=_0x49466c[_0x6f5db0(0xc7)](_0x49466c[_0x6f5db0(0xb0)](_0x49466c[_0x6f5db0(0xb0)](_0x3e1369,'('),_0x220105[_0x6f5db0(0xe6)](',\x20')),')');console[_0x6f5db0(0x115)](_0x49466c[_0x6f5db0(0xb0)](_0x49466c[_0x6f5db0(0xc7)](_0x49466c['pNKUy'](_0x49466c['GbHxm']('\x0a',_0x3c749a),'\x0a'),_0x2432fa),'\x0a')),_0x49466c[_0x6f5db0(0xf5)](_0x1b5598,![])&&(_0x49466c[_0x6f5db0(0x131)](_0x49466c['Uinjy'],_0x49466c[_0x6f5db0(0x128)])?_0x3d3778?_0x380400['push'](_0xc207d6[_0x6f5db0(0x13a)](_0x43e8c1['config'],_0x49466c['SOTlg'],_0x26585c)):_0x1c36d6['push'](_0x3287e1[_0x6f5db0(0x101)](_0x536fd1[_0x6f5db0(0xcc)],_0x49466c[_0x6f5db0(0x126)],_0xec272d)):_0x13eca9=0x1);}else _0x4e4a8e[_0x6f5db0(0x116)](''+_0x1e7656[_0x6f5db0(0xc3)]['cyan'](_0x49bddf+_0x6f5db0(0xac)));}),_0x13eca9;}async function run(_0x67b6db,_0x238df7){const _0x2d12a1=a4_0x399c56,_0x3cc89f={'JhdTB':function(_0x183226,_0x46c00b){return _0x183226!==_0x46c00b;},'lyTbE':'jYzYD','JUTsD':function(_0x56bb74,_0x2d8c33){return _0x56bb74===_0x2d8c33;},'jjvyP':'rBtho','tdOgV':_0x2d12a1(0x110),'XCxcf':'cucumber','EUqub':function(_0x42420e,_0x2da302){return _0x42420e===_0x2da302;},'phiDh':_0x2d12a1(0xb9),'whTZd':function(_0x43578d,_0x3e5744){return _0x43578d(_0x3e5744);},'nULnN':function(_0x365caa,_0x5ce767){return _0x365caa>_0x5ce767;},'HbnxK':'Generating\x20consolidated\x20report...','kqhQz':_0x2d12a1(0x103),'wAIAm':function(_0x3337d7,_0x44aa39){return _0x3337d7-_0x44aa39;},'HVDvb':function(_0x53edd9,_0x5af776){return _0x53edd9>=_0x5af776;},'rWuzg':function(_0x2210c0,_0x3cb9ee){return _0x2210c0>_0x3cb9ee;},'WfAFu':function(_0x4d19c4,_0x248ca4){return _0x4d19c4===_0x248ca4;},'xmyuj':_0x2d12a1(0x12d),'BcFvR':_0x2d12a1(0xd0),'IYqUQ':'cucumber-js','NZTsR':_0x2d12a1(0x102),'KfmfY':_0x2d12a1(0xfa),'vyXrj':_0x2d12a1(0xd8),'wnojb':function(_0x3f1d94,_0x44e9fd){return _0x3f1d94!==_0x44e9fd;},'CRScm':_0x2d12a1(0xbf),'KNiMf':function(_0x585ead,_0x43b547){return _0x585ead-_0x43b547;},'ePCRd':function(_0x4b7ef9,_0x4ff70e){return _0x4b7ef9>=_0x4ff70e;},'Cciqi':function(_0x502ead,_0x2699a1){return _0x502ead!==_0x2699a1;},'oVbCM':_0x2d12a1(0x118),'PMsJb':_0x2d12a1(0xf9),'thtDZ':function(_0x48515c,_0x120de3,_0x25dac5,_0x55a67b,_0xe99f9d,_0x3d222c){return _0x48515c(_0x120de3,_0x25dac5,_0x55a67b,_0xe99f9d,_0x3d222c);}},_0x57406f=new BrowserStackSetup(_0x67b6db,_0x3cc89f[_0x2d12a1(0x145)]);await _0x57406f['initialize'](),await helper[_0x2d12a1(0x111)](_0x57406f[_0x2d12a1(0xcc)]);const _0x11d477=[];if(!_0x57406f[_0x2d12a1(0xcc)]){if(_0x3cc89f[_0x2d12a1(0xbd)](_0x3cc89f[_0x2d12a1(0x100)],_0x3cc89f[_0x2d12a1(0xe0)]))_0x1478ca[_0x2d12a1(0x116)](''+_0x54db2d[_0x2d12a1(0xc3)][_0x2d12a1(0xb8)](_0x27e595+'\x20skipped'));else return;}const _0x4f6cd6=_0x57406f[_0x2d12a1(0xcc)][_0x2d12a1(0xd9)],_0x3a5d6c=helper[_0x2d12a1(0xf0)](_0x57406f[_0x2d12a1(0xcc)]);_0x57406f[_0x2d12a1(0xcc)]['platforms'][_0x2d12a1(0x11c)]((_0x179721,_0x4f088c)=>{const _0x5e7cac=_0x2d12a1;if(_0x3cc89f[_0x5e7cac(0xb6)](_0x3cc89f[_0x5e7cac(0xef)],_0x3cc89f[_0x5e7cac(0xef)]))_0x23b327[_0x5e7cac(0x116)](''+_0x434432[_0x5e7cac(0xc3)][_0x5e7cac(0x11d)](_0x69c60e+_0x5e7cac(0x132)));else{if(_0x3a5d6c){if(_0x3cc89f[_0x5e7cac(0x13e)](_0x3cc89f[_0x5e7cac(0xf2)],_0x3cc89f[_0x5e7cac(0x153)]))return;else _0x11d477[_0x5e7cac(0x116)](helper['modifyBrowserStackW3CCaps'](_0x57406f[_0x5e7cac(0xcc)],_0x3cc89f[_0x5e7cac(0x119)],_0x4f088c));}else _0x3cc89f['EUqub'](_0x3cc89f[_0x5e7cac(0xdf)],_0x3cc89f['phiDh'])?_0x11d477[_0x5e7cac(0x116)](helper[_0x5e7cac(0x101)](_0x57406f[_0x5e7cac(0xcc)],_0x3cc89f['XCxcf'],_0x4f088c)):_0x478075['push'](''+_0x191910['bold'][_0x5e7cac(0x11a)](_0x29e8bf+_0x5e7cac(0x10b)));}});const _0x17ec59={'server':helper['getHubUrl'](_0x57406f[_0x2d12a1(0xcc)]),'proxySettings':_0x57406f[_0x2d12a1(0xcc)][_0x2d12a1(0x150)],'maxWorkers':_0x4f6cd6,'browserStackLogLevel':_0x57406f[_0x2d12a1(0xcc)][_0x2d12a1(0xe4)],'skipSessionName':_0x57406f[_0x2d12a1(0xcc)][_0x2d12a1(0x155)]['skipSessionName'],'skipSessionStatus':_0x57406f[_0x2d12a1(0xcc)][_0x2d12a1(0x155)][_0x2d12a1(0x106)],'turboScaleUrl':_0x57406f['config'][_0x2d12a1(0x121)]},_0x12b744=process[_0x2d12a1(0xca)],[_0x33d76e,_0x2f54ca]=helper[_0x2d12a1(0xc6)](_0x12b744),_0x237a6a=path['join'](process[_0x2d12a1(0x130)](),_0x3cc89f[_0x2d12a1(0xd3)]);if(_0x3cc89f['nULnN'](_0x2f54ca['length'],0x0)){if(_0x3cc89f[_0x2d12a1(0x133)](_0x3cc89f[_0x2d12a1(0x139)],_0x3cc89f[_0x2d12a1(0x139)]))return _0x4a2170;else{helper['createDir'](_0x237a6a);for(let _0xd952e0=_0x3cc89f[_0x2d12a1(0xe1)](_0x33d76e[_0x2d12a1(0x154)],0x1);_0x3cc89f[_0x2d12a1(0x109)](_0xd952e0,0x0);_0xd952e0--){if(_0x3cc89f['Cciqi'](_0x3cc89f[_0x2d12a1(0x10e)],_0x3cc89f[_0x2d12a1(0xdb)]))_0x12b744[_0x2d12a1(0xd6)](_0x33d76e[_0xd952e0],0x2);else{_0x5b3beb=_0x237348;const _0x1ec598=_0x3cc89f[_0x2d12a1(0x117)](_0x45f93b,_0x14221d);_0x40a87c[_0x2d12a1(0x10a)]=_0x1ec598,_0x3cc89f['nULnN'](_0x316d61[_0x2d12a1(0x154)],0x0)&&(_0x48f952['debug'](_0x3cc89f[_0x2d12a1(0xd7)]),_0x5d20c7[_0x2d12a1(0x123)](_0x19fdc7,_0x4bea9e),_0x57094f[_0x2d12a1(0xd1)](_0x3cc89f['kqhQz']),_0x3af667[_0x2d12a1(0x120)](_0x5a3ac1));}}}}helper[_0x2d12a1(0x151)]();let _0x3db50e;_0x3cc89f[_0x2d12a1(0xb1)](parallelCucumberRun,_0x11d477,_0x17ec59,_0x57406f[_0x2d12a1(0xcc)],_0x12b744,_0x2f54ca)[_0x2d12a1(0x12b)](async _0x5e74a5=>{const _0x364ae6=_0x2d12a1,_0x4b5bf6={'pjieP':function(_0x30d05b,_0x572543){const _0x296bea=a4_0x19a7;return _0x3cc89f[_0x296bea(0xbe)](_0x30d05b,_0x572543);},'smnZd':function(_0x5a3359,_0x250509){const _0x3bcdfb=a4_0x19a7;return _0x3cc89f[_0x3bcdfb(0x149)](_0x5a3359,_0x250509);}};_0x3db50e=_0x5e74a5;const _0x3be36f=_0x3cc89f[_0x364ae6(0x117)](printCucumberStats,_0x5e74a5);process[_0x364ae6(0x10a)]=_0x3be36f;if(_0x3cc89f['rWuzg'](_0x2f54ca[_0x364ae6(0x154)],0x0)){if(_0x3cc89f[_0x364ae6(0xdc)](_0x3cc89f[_0x364ae6(0xec)],_0x3cc89f[_0x364ae6(0x144)])){_0x2ed392['createDir'](_0x48b7c6);for(let _0x4e7804=_0x4b5bf6[_0x364ae6(0xc0)](_0x18635b[_0x364ae6(0x154)],0x1);_0x4b5bf6[_0x364ae6(0x14e)](_0x4e7804,0x0);_0x4e7804--){_0x10a79d[_0x364ae6(0xd6)](_0x266686[_0x4e7804],0x2);}}else logger[_0x364ae6(0xd1)](_0x3cc89f[_0x364ae6(0xd7)]),helper[_0x364ae6(0x123)](_0x237a6a,_0x2f54ca),logger[_0x364ae6(0xd1)](_0x3cc89f[_0x364ae6(0xde)]),helper[_0x364ae6(0x120)](_0x237a6a);}})[_0x2d12a1(0xd2)](async()=>{const _0x2c35b3=_0x2d12a1;_0x57406f[_0x2c35b3(0xcf)]=helper[_0x2c35b3(0x147)](_0x3db50e,_0x3cc89f[_0x2c35b3(0x119)]),await helper[_0x2c35b3(0xe5)](_0x57406f);});}function a4_0x4cef(){const _0x791a4=['nSxYx','530228aiDpEu','parseFormatters','WllIp','Ppspd','chalk','argv','gNlux','config','tmTRr','\x20scenarios','errorMessage','sDdcd','debug','finally','vyXrj','stepsAmbiguous','VRYyQ','splice','HbnxK','tmp','parallelsPerPlatform','CBOuD','PMsJb','WfAFu','uSryW','kqhQz','phiDh','KfmfY','KNiMf','scenariosFailed','MpACS','logLevel','finalExecution','join','mQAji','PUupW','118WwqXuz','CAqJS','FVfYi','xmyuj','vDPel','rMMFF','lyTbE','useW3C','fKJxz','jjvyP','oulXe','jwDXH','ccThY','../test-runner','LvbaM','FreWw','oKRBt','mRzDP','stepsSkipped','cucumber','processSuccess','rhrQK','WGmok','NZTsR','modifyBrowserStackCaps','cObQk','Removing\x20tmp\x20directory\x20created\x20for\x20reports','cwpBq','3239aLNDbe','skipSessionStatus','438550eOwXXV','uDUde','ePCRd','exitCode','\x20failed','\x20steps','21QuIRwN','oVbCM','HmzHm','QOQqU','handleApp','KCGVY','JSGKK','OjHPV','log','push','whTZd','KeHHg','XCxcf','red','LUgxd','forEach','green','bjbBW','hwPlB','removeDir','turboScaleUrl','XeyDR','mergeOutputFiles','../../helpers/logger','1401936RgSTGR','SOTlg','vjqga','Uinjy','Generating\x20consolidated\x20report...','SfMLd','then','5vVgoKL','CWUsM','vcsNW','RdgXm','cwd','jMxZL','\x20passed','wnojb','suxeA','516855yypudA','bgWhite','2442942cGFXXP','yDUYs','CRScm','modifyBrowserStackW3CCaps','../../helpers/helper','winstonLogger','QIyjq','JUTsD','512448pdbFzm','HYijW','\x20undefined','ndyyp','Itjwc','BcFvR','IYqUQ','steps','getErrorMessageFromResults','path','HVDvb','oWBDz','mBIhC','****\x20RESULTS\x20****','OLwjl','smnZd','NVKwu','proxySettings','markSDKSetupComplete','stepsPending','tdOgV','length','testContextOptions','\x20skipped','fxBsi','uiPbW','fHuWq','WjTsc','thtDZ','cyan','jdqxs','exports','PCAip','JhdTB','stepsFailed','yellow','lbRWO','SSAnd','../utils/constants','oInhR','EUqub','wAIAm','MWRuH','pjieP','stepsPassed','noSvg','bold'];a4_0x4cef=function(){return _0x791a4;};return a4_0x4cef();}function a4_0x19a7(_0x21ae4f,_0x470738){const _0x4cefc3=a4_0x4cef();return a4_0x19a7=function(_0x19a7b5,_0x1c89fc){_0x19a7b5=_0x19a7b5-0xac;let _0x59d686=_0x4cefc3[_0x19a7b5];return _0x59d686;},a4_0x19a7(_0x21ae4f,_0x470738);}module[a4_0x399c56(0xb4)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a5_0x228aa2=a5_0x36dd;(function(_0x17802e,_0x1cc0d1){const _0xd409c=a5_0x36dd,_0x3b5492=_0x17802e();while(!![]){try{const _0xbb51af=-parseInt(_0xd409c(0x12d))/0x1*(parseInt(_0xd409c(0x160))/0x2)+-parseInt(_0xd409c(0x17e))/0x3*(parseInt(_0xd409c(0xf2))/0x4)+parseInt(_0xd409c(0x10a))/0x5*(parseInt(_0xd409c(0x177))/0x6)+-parseInt(_0xd409c(0x122))/0x7+-parseInt(_0xd409c(0x13e))/0x8*(parseInt(_0xd409c(0xe8))/0x9)+parseInt(_0xd409c(0x17d))/0xa+parseInt(_0xd409c(0x154))/0xb;if(_0xbb51af===_0x1cc0d1)break;else _0x3b5492['push'](_0x3b5492['shift']());}catch(_0x33f208){_0x3b5492['push'](_0x3b5492['shift']());}}}(a5_0x13ed,0x1e39a));function a5_0x36dd(_0xb2c0fa,_0x3a8b8e){const _0x13ed95=a5_0x13ed();return a5_0x36dd=function(_0x36dd75,_0x3729f6){_0x36dd75=_0x36dd75-0xdb;let _0x4b965c=_0x13ed95[_0x36dd75];return _0x4b965c;},a5_0x36dd(_0xb2c0fa,_0x3a8b8e);}function a5_0x13ed(){const _0x4c1c6b=['zKZAB','mDhfS','hSQet','wIRuh','15771ErgHko','lpwxq','TNgxd','testRunFinished','LKUqH','ytfdB','JZaVs','UNDEFINED','NStpO','capability','incrementCounter','cwd','name','bstack','LARve','SYYgY','actionLocation','1072808ebtvPb','FAILED','YrQNb','VzSgj','hItaF','irNGU','FilUD','qpIUY','zKKJg','OcoWY','envelope','LtJOM','ayWNT','SDhcM','jhPVP','\x20-\x20','iQRRZ','VLivm','UjOTT','uri','gvTpm','getTestCaseAttempt','2037761EaUtFa','\x20\x20\x20\x20','OYhmn','DWmBL','CSMtr','oGnnN','TgyAj','WEJkv','uPLKB','IZEeA','testCaseStartedId','bNzAl','10Ubpoiu','ynPng','amPYu','BhFYV','eventDataCollector','UviJe','text','vurWt','lgoRg','includes','SAsfv','bkpiZ','log','PENDING','UEUZv','aOBtA','testCaseFinished','Gvxez','YNxOT','MePkV','parse','FYhqh','gherkinDocument','6vXyhrX','WFiza','sJkUJ','LkruQ','EjIns','testCaseStarted','1948120KjXtWD','8454ttpDFg','EzrId','DLMvq','XEtlO','sourceLocation','tROub','iNSLK','OybxR','logTestRunFinished','znYuy','ErCyO','pickle','oKuIw','env','supportCodeLibrary','9OfIkFY','logTestCaseFinished','Osmkl','dvDIo','LEEuD','testCaseAttempt','kCSRx','CONFIG','gimVG','zUftI','264cNyvMF','snippetBuilder','XxZpF','gnCWb','QCaIa','PASSED','cQeWT','jCDtb','upvYd','WIfVX','Executing\x20tests\x20for\x20','BOMmo','AACkG','hylSh','fIheP','exports','aFKGu','@cucumber/cucumber','cCwCT','result','pOquJ','FZZXg','WRNRS','status','775185AEueTB','tVRkr','aThvK','XVxRp','rcaUZ','zOqwO','../../../helpers/helper','OBmRG','cucumber-js/test.setup.js','isBstackHook','tuhKw','DNswr','BVHhp','UFlaS','DMDfR','keyword','testRunStarted','JuxGZ','QZFjK','eGZwb','JXDQD','uizIi','message','VyTOs','86478WRmBIQ','__platform','mVdzl','feature','FbpGi','eventBroadcaster','KMLaB'];a5_0x13ed=function(){return _0x4c1c6b;};return a5_0x13ed();}const {requireModule,getPlatformName,nestedKeyValue}=require(a5_0x228aa2(0x110)),{Formatter,formatterHelpers,Status}=requireModule(a5_0x228aa2(0x103));class BrowserstackFormatter extends Formatter{constructor(_0x5f4dc1){const _0x4cbfa5=a5_0x228aa2,_0x10b09a={'TgyAj':function(_0x22a170,_0x51ca86,_0xd36631){return _0x22a170(_0x51ca86,_0xd36631);},'nULco':_0x4cbfa5(0x105),'QZFjK':_0x4cbfa5(0x120),'eGZwb':function(_0x3e054d,_0x358ca4){return _0x3e054d+_0x358ca4;},'lpwxq':_0x4cbfa5(0x14d),'JAtDD':function(_0x12c7eb,_0x225dbe){return _0x12c7eb+_0x225dbe;},'hylSh':function(_0x47410a,_0x2416b9){return _0x47410a+_0x2416b9;},'KMLaB':function(_0x2640c0,_0x5df9fe){return _0x2640c0!==_0x5df9fe;},'AACkG':_0x4cbfa5(0x112),'sJkUJ':function(_0x5f49ea,_0x2dc1de){return _0x5f49ea!==_0x2dc1de;},'hItaF':'ebmcO','tuhKw':function(_0x530be7,_0x2deb43){return _0x530be7!==_0x2deb43;},'iNSLK':'LUfSs','FYhqh':_0x4cbfa5(0xe5),'TNgxd':function(_0x5811e4,_0x2e2633){return _0x5811e4===_0x2e2633;},'pOquJ':_0x4cbfa5(0x111),'OybxR':function(_0xf2cd14,_0x656716){return _0xf2cd14!==_0x656716;},'wMLeu':_0x4cbfa5(0x146),'DNswr':'yYmYO','WRNRS':function(_0x3eee42,_0x4126cd){return _0x3eee42!==_0x4126cd;},'WEJkv':_0x4cbfa5(0xec),'UFlaS':_0x4cbfa5(0x171),'XVxRp':function(_0x595e7c,_0x5b5b11){return _0x595e7c(_0x5b5b11);},'bkpiZ':function(_0x40d090,_0x47c0ab){return _0x40d090+_0x47c0ab;},'LtJOM':_0x4cbfa5(0x118),'fOtcR':_0x4cbfa5(0x173),'wIRuh':function(_0x4db7ec,_0x1e3e2e){return _0x4db7ec===_0x1e3e2e;},'ZNGgv':_0x4cbfa5(0x144),'DLMvq':_0x4cbfa5(0x143),'NStpO':_0x4cbfa5(0x148)};super(_0x5f4dc1),_0x5f4dc1[_0x4cbfa5(0x127)]['on'](_0x10b09a[_0x4cbfa5(0x135)],_0x5551ba=>{const _0x22a19f=_0x4cbfa5,_0x56f98a={'dvDIo':function(_0x2e112d,_0x2c1b41){const _0x1cc5d6=a5_0x36dd;return _0x10b09a[_0x1cc5d6(0x128)](_0x2e112d,_0x2c1b41);},'bMgvL':_0x10b09a[_0x22a19f(0xfe)]};if(_0x10b09a[_0x22a19f(0x179)](_0x10b09a[_0x22a19f(0x142)],_0x10b09a['hItaF']))return![];else{if(_0x5551ba[_0x22a19f(0x17c)]){if(_0x10b09a[_0x22a19f(0x114)](_0x10b09a[_0x22a19f(0xdf)],_0x10b09a[_0x22a19f(0x175)]))testSuites+=0x1;else{_0x2062f3=!![];const _0xbf29b1=_0x10b09a[_0x22a19f(0x15a)](_0x3902f0,_0x150168,[_0x10b09a['nULco'],_0x10b09a[_0x22a19f(0x11c)]]);_0xbf29b1&&(_0x454a28[_0x10b09a[_0x22a19f(0x11d)](_0x10b09a[_0x22a19f(0x11d)](_0x44334c[_0x22a19f(0x176)][_0x22a19f(0x125)]['name'],_0x10b09a[_0x22a19f(0x12e)]),_0x5183f5['pickle'][_0x22a19f(0x139)])]=_0xbf29b1,this[_0x22a19f(0x16c)](_0x10b09a['JAtDD'](_0xbf29b1,'\x0a')));}}else{if(_0x5551ba[_0x22a19f(0x11a)]){if(_0x10b09a[_0x22a19f(0x12f)](_0x10b09a['pOquJ'],_0x10b09a[_0x22a19f(0x106)])){let _0x42ad47;if(_0x10b09a['KMLaB'](process[_0x22a19f(0xe6)][_0x22a19f(0xef)],undefined)){if(_0x10b09a[_0x22a19f(0xe0)](_0x10b09a['wMLeu'],_0x10b09a[_0x22a19f(0x115)])){const _0x21db30=JSON[_0x22a19f(0x174)](process[_0x22a19f(0xe6)][_0x22a19f(0xef)]);_0x42ad47=_0x21db30['capability'];}else this[_0x22a19f(0x16c)](_0x10b09a['eGZwb'](_0x10b09a[_0x22a19f(0xff)]('\x0a',_0x15d214[_0x22a19f(0x123)]),'\x0a'));}if(_0x10b09a[_0x22a19f(0x108)](_0x42ad47,undefined)){if(_0x10b09a['OybxR'](_0x10b09a[_0x22a19f(0x15b)],_0x10b09a[_0x22a19f(0x117)]))global[_0x22a19f(0x123)]=_0x10b09a[_0x22a19f(0x10d)](getPlatformName,_0x42ad47),this[_0x22a19f(0x16c)](_0x10b09a[_0x22a19f(0x16b)](_0x22a19f(0xfc)+global[_0x22a19f(0x123)],'\x0a'));else{const _0x46100b=_0x4ef5ca[_0x22a19f(0x174)](_0x36203b[_0x22a19f(0xe6)][_0x22a19f(0xef)]);_0x5afca3=_0x46100b[_0x22a19f(0x136)];}}}else this['logTestRunFinished'](_0x33959e[_0x22a19f(0x130)]);}else{if(_0x5551ba[_0x22a19f(0x170)]){if(_0x10b09a[_0x22a19f(0x12f)](_0x10b09a[_0x22a19f(0x149)],_0x10b09a['fOtcR'])){if(_0x56f98a[_0x22a19f(0xeb)](_0x590bd5[_0x22a19f(0xdd)],_0x5cdfa7))return![];if(_0x54d48b[_0x22a19f(0x13d)]&&_0x36c996['actionLocation'][_0x22a19f(0x151)]['includes'](_0x56f98a['bMgvL']))return!![];return![];}else this[_0x22a19f(0xe9)](_0x5551ba[_0x22a19f(0x170)]);}else _0x5551ba[_0x22a19f(0x130)]&&(_0x10b09a[_0x22a19f(0x12c)](_0x10b09a['ZNGgv'],_0x10b09a[_0x22a19f(0xdb)])?_0x1afb4c+=0x1:this[_0x22a19f(0xe1)](_0x5551ba['testRunFinished']));}}}});}[a5_0x228aa2(0xe9)](_0x340d61){const _0x2bb39f=a5_0x228aa2,_0x3bff7c={'FbpGi':function(_0x53d890,_0x471b79){return _0x53d890+_0x471b79;},'SDhcM':function(_0x34f412,_0x55c8e2){return _0x34f412+_0x55c8e2;},'LKUqH':_0x2bb39f(0x155),'lgoRg':_0x2bb39f(0x14d),'oGnnN':function(_0x5be6d2,_0x259916){return _0x5be6d2===_0x259916;},'BhFYV':_0x2bb39f(0x13f),'gimVG':function(_0x4cfdfc,_0x53ab09,_0x4aa9e2){return _0x4cfdfc(_0x53ab09,_0x4aa9e2);},'LARve':_0x2bb39f(0x105),'JXDQD':_0x2bb39f(0x120),'rcaUZ':function(_0x462b64,_0x24db3c){return _0x462b64+_0x24db3c;},'jhPVP':function(_0x3b83cf,_0xd62ed1){return _0x3b83cf!==_0xd62ed1;},'nxRZG':function(_0x376025,_0x319569){return _0x376025(_0x319569);},'aOBtA':function(_0x2c6085,_0x111696){return _0x2c6085!==_0x111696;},'jCDtb':_0x2bb39f(0x13a),'cCwCT':function(_0x5ea824,_0xc58836){return _0x5ea824+_0xc58836;},'fIheP':function(_0x53f5e0,_0x73aa0d){return _0x53f5e0+_0x73aa0d;},'zOqwO':function(_0xe36c3d,_0x233c08){return _0xe36c3d===_0x233c08;},'hFssJ':_0x2bb39f(0xf1),'eSDwi':function(_0x5f2a27,_0x3e90bf){return _0x5f2a27!==_0x3e90bf;},'Osmkl':_0x2bb39f(0x11b),'UjOTT':'eJNXW','boGdN':function(_0x1b7dfe,_0x505477){return _0x1b7dfe+_0x505477;},'ytfdB':function(_0x377a2b,_0x1ea9b8){return _0x377a2b+_0x1ea9b8;},'krhxs':function(_0x51f642,_0x532a22){return _0x51f642===_0x532a22;},'hSQet':function(_0x5be90c,_0x227616){return _0x5be90c!==_0x227616;},'SwMYG':'nnpOl','JZaVs':_0x2bb39f(0xfa),'EzrId':_0x2bb39f(0xee),'SERkZ':_0x2bb39f(0x15f),'cQeWT':function(_0x24d29b,_0x4f3214){return _0x24d29b+_0x4f3214;},'uizIi':function(_0x347320,_0x476d54){return _0x347320+_0x476d54;},'OcoWY':function(_0x1e9a02,_0x224ad3){return _0x1e9a02+_0x224ad3;},'iQRRZ':function(_0x7e9450,_0x114e46){return _0x7e9450===_0x114e46;},'UEUZv':'YfbYQ','VyTOs':function(_0x3df835,_0x5cd375){return _0x3df835+_0x5cd375;},'YNxOT':function(_0x2ed27d,_0x560cf7){return _0x2ed27d===_0x560cf7;},'BOMmo':_0x2bb39f(0xe2),'aFKGu':'cbUCM'};if(_0x3bff7c[_0x2bb39f(0x12b)](global[_0x2bb39f(0x123)],undefined)){if(_0x3bff7c[_0x2bb39f(0x14e)](_0x3bff7c[_0x2bb39f(0x16e)],_0x3bff7c[_0x2bb39f(0x16e)]))this[_0x2bb39f(0x16c)](_0x3bff7c[_0x2bb39f(0x104)](_0x3bff7c[_0x2bb39f(0x121)]('\x0a',global[_0x2bb39f(0x123)]),'\x0a'));else{_0x515c27+=0x1,this[_0x2bb39f(0x16c)](_0x3bff7c[_0x2bb39f(0x126)](_0x3bff7c[_0x2bb39f(0x126)](_0x3bff7c[_0x2bb39f(0x126)](_0x3bff7c[_0x2bb39f(0x126)](_0x3bff7c['SDhcM'](_0x3bff7c['LKUqH'],_0x5898e1['keyword']),_0x114627['text']||''),_0x3bff7c[_0x2bb39f(0x168)]),_0x227f20[_0x4963b5[_0x2bb39f(0x105)][_0x2bb39f(0x109)]]),'\x0a')),this[_0x2bb39f(0x137)](_0x5a4e72[_0x35ac70['result'][_0x2bb39f(0x109)]]);if(_0x3bff7c[_0x2bb39f(0x159)](_0x4eee85[_0x5403d1[_0x2bb39f(0x105)][_0x2bb39f(0x109)]],_0x3bff7c[_0x2bb39f(0x163)])){_0x2257eb=!![];const _0x3747c8=_0x3bff7c[_0x2bb39f(0xf0)](_0x3d0eed,_0x55aad4,[_0x3bff7c['LARve'],_0x3bff7c[_0x2bb39f(0x11e)]]);_0x3747c8&&(_0x26a84e[_0x3bff7c[_0x2bb39f(0x126)](_0x3bff7c[_0x2bb39f(0x126)](_0x2394c0[_0x2bb39f(0x176)]['feature'][_0x2bb39f(0x139)],_0x3bff7c['lgoRg']),_0x3b76fe[_0x2bb39f(0xe4)][_0x2bb39f(0x139)])]=_0x3747c8,this[_0x2bb39f(0x16c)](_0x3bff7c[_0x2bb39f(0x10e)](_0x3747c8,'\x0a')));}}}const _0x134da2=this[_0x2bb39f(0x164)][_0x2bb39f(0x153)](_0x340d61[_0x2bb39f(0x15e)]);this[_0x2bb39f(0x16c)](_0x3bff7c['uizIi'](_0x3bff7c[_0x2bb39f(0x104)](_0x3bff7c['rcaUZ'](_0x3bff7c['uizIi']('\x20\x20',_0x134da2[_0x2bb39f(0x176)][_0x2bb39f(0x125)][_0x2bb39f(0x139)]),_0x3bff7c[_0x2bb39f(0x168)]),_0x134da2[_0x2bb39f(0xe4)][_0x2bb39f(0x139)]),'\x0a'));const _0x1942a1={};_0x1942a1[_0x2bb39f(0x138)]=this[_0x2bb39f(0x138)],_0x1942a1[_0x2bb39f(0xf3)]=this[_0x2bb39f(0xf3)],_0x1942a1[_0x2bb39f(0xe7)]=this['supportCodeLibrary'],_0x1942a1[_0x2bb39f(0xed)]=_0x134da2;const _0x22c00d=formatterHelpers['parseTestCaseAttempt'](_0x1942a1);let _0x2788a6=![];_0x22c00d['testSteps']['forEach'](_0x132cd9=>{const _0x2de913=_0x2bb39f,_0x22d4ce={'mDhfS':function(_0x5e8af4,_0x1ba2c3){const _0x2983fd=a5_0x36dd;return _0x3bff7c[_0x2983fd(0x14c)](_0x5e8af4,_0x1ba2c3);},'OYhmn':function(_0x555747,_0x3c7352){return _0x3bff7c['nxRZG'](_0x555747,_0x3c7352);},'vurWt':function(_0xc25671,_0x35c58a){const _0x5a8ad0=a5_0x36dd;return _0x3bff7c[_0x5a8ad0(0x14b)](_0xc25671,_0x35c58a);},'XEtlO':function(_0x28b64e,_0x2fc45f){const _0x32745a=a5_0x36dd;return _0x3bff7c[_0x32745a(0x16f)](_0x28b64e,_0x2fc45f);},'aThvK':_0x3bff7c[_0x2de913(0xf9)],'UviJe':function(_0x4d14cd,_0x36d139){const _0x575f2e=_0x2de913;return _0x3bff7c[_0x575f2e(0x104)](_0x4d14cd,_0x36d139);},'tROub':function(_0x578731,_0x562e74){const _0x17e026=_0x2de913;return _0x3bff7c[_0x17e026(0x14b)](_0x578731,_0x562e74);},'qpIUY':_0x3bff7c[_0x2de913(0x131)],'DWmBL':_0x3bff7c[_0x2de913(0x168)],'ynPng':function(_0xad3afe,_0xf6b2e7){const _0x1ee0fc=_0x2de913;return _0x3bff7c[_0x1ee0fc(0x159)](_0xad3afe,_0xf6b2e7);},'mVdzl':_0x3bff7c[_0x2de913(0x163)],'gnCWb':function(_0x436397,_0xda9c91,_0x3af270){const _0x5e716e=_0x2de913;return _0x3bff7c[_0x5e716e(0xf0)](_0x436397,_0xda9c91,_0x3af270);},'SYYgY':_0x3bff7c[_0x2de913(0x13b)],'ayWNT':_0x3bff7c[_0x2de913(0x11e)],'gvTpm':function(_0x4e767b,_0x150983){const _0xc91ecf=_0x2de913;return _0x3bff7c[_0xc91ecf(0x104)](_0x4e767b,_0x150983);},'BVHhp':function(_0x448930,_0x2a36b6){return _0x3bff7c['fIheP'](_0x448930,_0x2a36b6);},'CkHvC':function(_0x483618,_0x929f1c){const _0x5a2807=_0x2de913;return _0x3bff7c[_0x5a2807(0x10e)](_0x483618,_0x929f1c);}};if(_0x3bff7c[_0x2de913(0x10f)](_0x3bff7c['hFssJ'],_0x3bff7c['hFssJ'])){if(_0x3bff7c[_0x2de913(0x14c)](_0x132cd9[_0x2de913(0x139)],_0x3bff7c[_0x2de913(0xf9)])&&!this[_0x2de913(0x113)](_0x132cd9)){if(_0x3bff7c['eSDwi'](_0x3bff7c[_0x2de913(0xea)],_0x3bff7c[_0x2de913(0x150)])){totalTests+=0x1,this[_0x2de913(0x16c)](_0x3bff7c[_0x2de913(0x100)](_0x3bff7c['boGdN'](_0x3bff7c[_0x2de913(0x14b)](_0x3bff7c['rcaUZ'](_0x3bff7c[_0x2de913(0x132)](_0x3bff7c['LKUqH'],_0x132cd9[_0x2de913(0x119)]),_0x132cd9[_0x2de913(0x166)]||''),_0x3bff7c[_0x2de913(0x168)]),Status[_0x132cd9[_0x2de913(0x105)]['status']]),'\x0a')),this['incrementCounter'](Status[_0x132cd9['result'][_0x2de913(0x109)]]);if(_0x3bff7c['krhxs'](Status[_0x132cd9[_0x2de913(0x105)]['status']],_0x3bff7c[_0x2de913(0x163)])){if(_0x3bff7c[_0x2de913(0x12b)](_0x3bff7c['SwMYG'],_0x3bff7c[_0x2de913(0x133)])){_0x2788a6=!![];const _0x55aeec=_0x3bff7c['gimVG'](nestedKeyValue,_0x132cd9,[_0x3bff7c[_0x2de913(0x13b)],_0x3bff7c[_0x2de913(0x11e)]]);if(_0x55aeec){if(_0x3bff7c[_0x2de913(0x10f)](_0x3bff7c[_0x2de913(0x17f)],_0x3bff7c['SERkZ'])){let _0x4ee2bc;if(_0x22d4ce[_0x2de913(0x12a)](_0x192803[_0x2de913(0xe6)][_0x2de913(0xef)],_0x11f9f1)){const _0x56aaab=_0x5d06f3[_0x2de913(0x174)](_0x54724f[_0x2de913(0xe6)]['CONFIG']);_0x4ee2bc=_0x56aaab[_0x2de913(0x136)];}_0x22d4ce[_0x2de913(0x12a)](_0x4ee2bc,_0x1d31a5)&&(_0x4e63e4['__platform']=_0x22d4ce[_0x2de913(0x156)](_0x2f50c3,_0x4ee2bc),this['log'](_0x22d4ce['vurWt'](_0x2de913(0xfc)+_0xb66823[_0x2de913(0x123)],'\x0a')));}else testsErrorMessage[_0x3bff7c[_0x2de913(0xf8)](_0x3bff7c[_0x2de913(0x11f)](_0x134da2[_0x2de913(0x176)][_0x2de913(0x125)][_0x2de913(0x139)],_0x3bff7c[_0x2de913(0x168)]),_0x134da2[_0x2de913(0xe4)][_0x2de913(0x139)])]=_0x55aeec,this[_0x2de913(0x16c)](_0x3bff7c[_0x2de913(0x147)](_0x55aeec,'\x0a'));}}else{if(_0x22d4ce[_0x2de913(0xdc)](_0x4ce164[_0x2de913(0x139)],_0x22d4ce[_0x2de913(0x10c)])&&!this[_0x2de913(0x113)](_0x5e54b1)){_0x13a9e5+=0x1,this['log'](_0x22d4ce[_0x2de913(0x165)](_0x22d4ce['tROub'](_0x22d4ce['UviJe'](_0x22d4ce[_0x2de913(0x167)](_0x22d4ce[_0x2de913(0x165)](_0x22d4ce[_0x2de913(0x145)],_0x5cf445['keyword']),_0x3c3e7b[_0x2de913(0x166)]||''),_0x22d4ce[_0x2de913(0x157)]),_0x2c4347[_0x4baad7['result'][_0x2de913(0x109)]]),'\x0a')),this[_0x2de913(0x137)](_0x556626[_0x27c7ea[_0x2de913(0x105)][_0x2de913(0x109)]]);if(_0x22d4ce[_0x2de913(0x161)](_0x3a3716[_0x2b2a1b[_0x2de913(0x105)][_0x2de913(0x109)]],_0x22d4ce[_0x2de913(0x124)])){_0x5f2f6e=!![];const _0x289256=_0x22d4ce[_0x2de913(0xf5)](_0x3c3e60,_0x29878c,[_0x22d4ce[_0x2de913(0x13c)],_0x22d4ce[_0x2de913(0x14a)]]);_0x289256&&(_0x12ec5a[_0x22d4ce[_0x2de913(0xde)](_0x22d4ce[_0x2de913(0x152)](_0xfd0be7['gherkinDocument'][_0x2de913(0x125)][_0x2de913(0x139)],_0x22d4ce[_0x2de913(0x157)]),_0x2db1a5[_0x2de913(0xe4)][_0x2de913(0x139)])]=_0x289256,this['log'](_0x22d4ce[_0x2de913(0xde)](_0x289256,'\x0a')));}}}}}else return!![];}}else _0x1b0af9[_0x22d4ce[_0x2de913(0x116)](_0x22d4ce['CkHvC'](_0x42b031[_0x2de913(0x176)]['feature']['name'],_0x22d4ce[_0x2de913(0x157)]),_0x3f24fe[_0x2de913(0xe4)][_0x2de913(0x139)])]=_0x5cdd7c,this[_0x2de913(0x16c)](_0x22d4ce['CkHvC'](_0x4d441e,'\x0a'));}),_0x2788a6&&(_0x3bff7c[_0x2bb39f(0x172)](_0x3bff7c[_0x2bb39f(0xfd)],_0x3bff7c[_0x2bb39f(0x102)])?this['logTestCaseFinished'](_0x14ecd2[_0x2bb39f(0x170)]):testSuitesFailed+=0x1),this[_0x2bb39f(0x16c)]('\x0a');}[a5_0x228aa2(0xe1)](_0x24de45){}[a5_0x228aa2(0x113)](_0x5ef41c){const _0x1a0102=a5_0x228aa2,_0x44b25b={'nThbO':function(_0x41b6e4,_0x162ba5){return _0x41b6e4(_0x162ba5);},'YrQNb':function(_0x84fb0f,_0x7bcfea){return _0x84fb0f+_0x7bcfea;},'uPLKB':function(_0x23c04a,_0x3cb32e){return _0x23c04a!==_0x3cb32e;},'VzSgj':_0x1a0102(0x162),'EjIns':_0x1a0102(0x158),'tVRkr':_0x1a0102(0x112),'IZEeA':function(_0x1ad200,_0xc0cc46){return _0x1ad200===_0xc0cc46;},'zKZAB':_0x1a0102(0x14f),'WIfVX':'hQGrJ'};if(_0x44b25b[_0x1a0102(0x15c)](_0x5ef41c[_0x1a0102(0xdd)],undefined)){if(_0x44b25b[_0x1a0102(0x15c)](_0x44b25b[_0x1a0102(0x141)],_0x44b25b[_0x1a0102(0x17b)]))return![];else _0x387084[_0x1a0102(0x123)]=_0x44b25b['nThbO'](_0x2dfae9,_0x4c57cf),this['log'](_0x44b25b[_0x1a0102(0x140)](_0x1a0102(0xfc)+_0xc5ad83['__platform'],'\x0a'));}if(_0x5ef41c['actionLocation']&&_0x5ef41c[_0x1a0102(0x13d)][_0x1a0102(0x151)][_0x1a0102(0x169)](_0x44b25b[_0x1a0102(0x10b)])){if(_0x44b25b[_0x1a0102(0x15d)](_0x44b25b[_0x1a0102(0x129)],_0x44b25b[_0x1a0102(0xfb)]))_0x4da566+=0x1;else return!![];}return![];}[a5_0x228aa2(0x137)](_0xc85e82){const _0x301ad1=a5_0x228aa2,_0x15728d={};_0x15728d[_0x301ad1(0x17a)]=_0x301ad1(0x13f),_0x15728d['QCaIa']=_0x301ad1(0xf7),_0x15728d[_0x301ad1(0xf4)]='SKIPPED',_0x15728d[_0x301ad1(0xe3)]=_0x301ad1(0x16d),_0x15728d['SAsfv']=_0x301ad1(0x134),_0x15728d[_0x301ad1(0x107)]='UNKNOWN',_0x15728d['WFiza']='AMBIGUOUS';const _0x651e01=_0x15728d;switch(_0xc85e82){case _0x651e01[_0x301ad1(0x17a)]:testsFailed+=0x1;break;case _0x651e01[_0x301ad1(0xf6)]:testsPassed+=0x1;break;case _0x651e01[_0x301ad1(0xf4)]:testsSkipped+=0x1;break;case _0x651e01[_0x301ad1(0xe3)]:testsPending+=0x1;break;case _0x651e01[_0x301ad1(0x16a)]:testsUndefined+=0x1;break;case _0x651e01[_0x301ad1(0x107)]:testsUnknown+=0x1;break;case _0x651e01[_0x301ad1(0x178)]:testsAmbiguous+=0x1;break;default:break;}}}module[a5_0x228aa2(0x101)]=BrowserstackFormatter;
|
|
1
|
+
const a5_0x53d7c1=a5_0xf6fd;(function(_0x115659,_0x2cb458){const _0xbfcaaa=a5_0xf6fd,_0x59f2fd=_0x115659();while(!![]){try{const _0x3d7c40=parseInt(_0xbfcaaa(0x107))/0x1+parseInt(_0xbfcaaa(0x145))/0x2*(parseInt(_0xbfcaaa(0xfc))/0x3)+parseInt(_0xbfcaaa(0xd1))/0x4*(parseInt(_0xbfcaaa(0xc3))/0x5)+-parseInt(_0xbfcaaa(0x111))/0x6*(parseInt(_0xbfcaaa(0x120))/0x7)+parseInt(_0xbfcaaa(0x109))/0x8+parseInt(_0xbfcaaa(0x14a))/0x9+-parseInt(_0xbfcaaa(0x11d))/0xa;if(_0x3d7c40===_0x2cb458)break;else _0x59f2fd['push'](_0x59f2fd['shift']());}catch(_0x5da35d){_0x59f2fd['push'](_0x59f2fd['shift']());}}}(a5_0x1f44,0xc6041));function a5_0xf6fd(_0x88631a,_0x26ebc1){const _0x1f4466=a5_0x1f44();return a5_0xf6fd=function(_0xf6fdff,_0x5203f1){_0xf6fdff=_0xf6fdff-0xaa;let _0x22000c=_0x1f4466[_0xf6fdff];return _0x22000c;},a5_0xf6fd(_0x88631a,_0x26ebc1);}function a5_0x1f44(){const _0xfcebb6=['CONFIG','eventDataCollector','czJMv','uuWJA','testCaseFinished','KCXZQ','VOYnH','supportCodeLibrary','actionLocation','AMBIGUOUS','Jlqlj','18418990emYMXP','VFmlD','@cucumber/cucumber','7VXiFFN','jALTC','ngOGy','GtWxc','testCaseStarted','OtMLU','\x20-\x20','mSWff','../../../helpers/helper','aVtle','fNHkV','PASSED','jPcdv','FAILED','vUVbX','SjjFM','cucumber-js/test.setup.js','YvxNW','bQRSC','nJrNt','status','xmzqz','dbvfA','LJqLE','fGvWj','oVRBR','ZPVGb','HAsJg','oYWtb','Kmsdu','RSUIm','BMEgE','text','includes','JXONa','JiYko','AmNYL','8ewyjdm','UNKNOWN','kXiAs','vAuPX','XzNgm','4284945XRmtXw','hjohS','TjfIV','EKYVb','jYGZo','AmqyE','logTestCaseFinished','QpzEA','VwkCt','fUgnS','xugmk','XaJYG','Executing\x20tests\x20for\x20','llejP','xgslH','Czbkw','envelope','LFYpv','AFOLp','\x20\x20\x20\x20','VRtZc','ySasC','wcdwl','cwd','feature','tvCJY','MVmlm','vuPQD','yeAmz','yjFDo','eventBroadcaster','GUoyT','bNMmw','MztFi','message','BsRIV','getTestCaseAttempt','snippetBuilder','NJdyc','fPmhB','ciIwG','jmIln','log','capability','RyrxS','oPaDf','DcsXb','qIucB','xZcMx','6241375NJfwKC','testRunFinished','EpyMS','ahTKI','eDQLU','iSrNe','mhIUg','parseTestCaseAttempt','PENDING','JnPNn','Jlymg','sourceLocation','gherkinDocument','hIYjO','4TwFWDZ','testRunStarted','IAoSz','hCpKZ','UNDEFINED','testCaseStartedId','RIecc','SwWcc','Etyyi','WzQHU','XHMZZ','hORUl','QipEG','RTnXN','BXXBv','kPCov','gsSvW','env','uri','afBSV','testCaseAttempt','forEach','SKIPPED','SnuFT','__platform','xVMHv','oPMtB','EhKRQ','keyword','VToIU','UYujj','fTumh','hvpPa','CbZrt','Yszez','incrementCounter','TWEKA','DorTF','AKYGX','QklLu','logTestRunFinished','GCStX','YeHvE','618972ikuPNR','RBqLn','ftVon','result','KfZPD','vaPCk','BTUwv','FdRno','HJHIU','pickle','ZYgJK','93792TDenzW','rEEcm','8217104DzCcVf','jOThw','name','jaXBR','zrMdD','zVHYT','parse','XTrga','6105804qdzYmA'];a5_0x1f44=function(){return _0xfcebb6;};return a5_0x1f44();}const {requireModule,getPlatformName,nestedKeyValue}=require(a5_0x53d7c1(0x128)),{Formatter,formatterHelpers,Status}=requireModule(a5_0x53d7c1(0x11f));class BrowserstackFormatter extends Formatter{constructor(_0x30344e){const _0x2eec8d=a5_0x53d7c1,_0xa28890={'VToIU':function(_0x347e64,_0x379429){return _0x347e64!==_0x379429;},'wTHDI':'cucumber-js/test.setup.js','FAFII':'bstack','AKYGX':function(_0x33cde4,_0x5a8153){return _0x33cde4+_0x5a8153;},'zkUhn':'\x20\x20\x20\x20','XaJYG':'\x20-\x20','rryrl':function(_0x5ef837,_0x11e0c9){return _0x5ef837===_0x11e0c9;},'jALTC':_0x2eec8d(0x12d),'KfZPD':function(_0x2c9fa2,_0x43cfb7,_0x167c2a){return _0x2c9fa2(_0x43cfb7,_0x167c2a);},'GCStX':_0x2eec8d(0xff),'AFOLp':'message','CbZrt':function(_0x383245,_0x1bc130){return _0x383245+_0x1bc130;},'QpzEA':function(_0x1e5545,_0xc10e85){return _0x1e5545(_0xc10e85);},'Kmsdu':function(_0x20532b,_0x116df8){return _0x20532b+_0x116df8;},'xgslH':function(_0x45383d,_0x1752da){return _0x45383d!==_0x1752da;},'BXXBv':_0x2eec8d(0x115),'HAsJg':function(_0x3003de,_0x5f1311){return _0x3003de===_0x5f1311;},'hIYjO':'XUjpc','cKdbe':_0x2eec8d(0x131),'JnPNn':function(_0x5b5918,_0x5ef26c){return _0x5b5918===_0x5ef26c;},'gsSvW':_0x2eec8d(0x118),'BjjxO':function(_0x1e96f1,_0x1c9bc9){return _0x1e96f1!==_0x1c9bc9;},'mSWff':_0x2eec8d(0xb5),'EhKRQ':function(_0x256614,_0x1a82a8){return _0x256614!==_0x1a82a8;},'JiYko':_0x2eec8d(0xc6),'tBXUD':function(_0x4a4d7d,_0x52deee){return _0x4a4d7d(_0x52deee);},'VFmlD':'DgEwK','aemDl':_0x2eec8d(0x104),'vUVbX':function(_0x2c4a0f,_0x301e76){return _0x2c4a0f===_0x301e76;},'fTumh':_0x2eec8d(0xc5),'OtMLU':_0x2eec8d(0xad),'hCpKZ':_0x2eec8d(0x15a)};super(_0x30344e),_0x30344e[_0x2eec8d(0xb0)]['on'](_0xa28890[_0x2eec8d(0xd4)],_0x187452=>{const _0x3754b9=_0x2eec8d,_0x4a0f72={'afBSV':function(_0x23cae0,_0x4e8773){const _0x3f09fa=a5_0xf6fd;return _0xa28890[_0x3f09fa(0xee)](_0x23cae0,_0x4e8773);},'BMEgE':_0xa28890['FAFII'],'LFYpv':function(_0x6f315e,_0x19c5b7){const _0x426b37=a5_0xf6fd;return _0xa28890[_0x426b37(0xf7)](_0x6f315e,_0x19c5b7);},'vaPCk':function(_0x20aba0,_0x279458){const _0x1f49ba=a5_0xf6fd;return _0xa28890[_0x1f49ba(0xf7)](_0x20aba0,_0x279458);},'AmqyE':_0xa28890['zkUhn'],'xugmk':_0xa28890[_0x3754b9(0x155)],'hvpPa':function(_0x125d76,_0x317688){return _0xa28890['rryrl'](_0x125d76,_0x317688);},'VRtZc':_0xa28890[_0x3754b9(0x121)],'ZYgJK':function(_0x25302e,_0xfb95b,_0x2fa01a){const _0x3484fd=_0x3754b9;return _0xa28890[_0x3484fd(0x100)](_0x25302e,_0xfb95b,_0x2fa01a);},'GUoyT':_0xa28890[_0x3754b9(0xfa)],'fPmhB':_0xa28890[_0x3754b9(0x15c)],'SjjFM':function(_0x5d9b36,_0x4d5ea6){const _0x182985=_0x3754b9;return _0xa28890[_0x182985(0xf2)](_0x5d9b36,_0x4d5ea6);},'qVkcA':function(_0x559efa,_0x4e1536){const _0x41f655=_0x3754b9;return _0xa28890[_0x41f655(0xf7)](_0x559efa,_0x4e1536);},'yjFDo':function(_0x517324,_0x2b49ac){const _0x169abf=_0x3754b9;return _0xa28890[_0x169abf(0x151)](_0x517324,_0x2b49ac);},'Jlqlj':function(_0x4dbbf4,_0x105d69){const _0x4ef4a6=_0x3754b9;return _0xa28890[_0x4ef4a6(0x13d)](_0x4dbbf4,_0x105d69);}};if(_0xa28890[_0x3754b9(0x158)](_0xa28890[_0x3754b9(0xdf)],_0xa28890['BXXBv'])){if(_0x4a0f72[_0x3754b9(0xe4)](_0x347272[_0x3754b9(0x10b)],_0x4a0f72[_0x3754b9(0x13f)])&&!this['isBstackHook'](_0x4e195f)){_0xad94e2+=0x1,this[_0x3754b9(0xbc)](_0x4a0f72[_0x3754b9(0x15b)](_0x4a0f72[_0x3754b9(0x15b)](_0x4a0f72[_0x3754b9(0x101)](_0x4a0f72[_0x3754b9(0x15b)](_0x4a0f72[_0x3754b9(0x101)](_0x4a0f72[_0x3754b9(0x14f)],_0x4b8e32[_0x3754b9(0xed)]),_0x2c68fa[_0x3754b9(0x140)]||''),_0x4a0f72[_0x3754b9(0x154)]),_0x3a8386[_0x37149e[_0x3754b9(0xff)][_0x3754b9(0x134)]]),'\x0a')),this['incrementCounter'](_0x4bdcf6[_0x1f53a7[_0x3754b9(0xff)][_0x3754b9(0x134)]]);if(_0x4a0f72[_0x3754b9(0xf1)](_0x5e2654[_0x3259e4[_0x3754b9(0xff)][_0x3754b9(0x134)]],_0x4a0f72[_0x3754b9(0x15e)])){_0x4e00db=!![];const _0xb0eabf=_0x4a0f72[_0x3754b9(0x106)](_0x161d2c,_0x2952b7,[_0x4a0f72[_0x3754b9(0xb1)],_0x4a0f72[_0x3754b9(0xb9)]]);_0xb0eabf&&(_0x5f207a[_0x4a0f72[_0x3754b9(0x12f)](_0x4a0f72['qVkcA'](_0x18a5c8[_0x3754b9(0xcf)][_0x3754b9(0xaa)][_0x3754b9(0x10b)],_0x4a0f72[_0x3754b9(0x154)]),_0x106595[_0x3754b9(0x105)]['name'])]=_0xb0eabf,this[_0x3754b9(0xbc)](_0x4a0f72[_0x3754b9(0x15b)](_0xb0eabf,'\x0a')));}}}else{if(_0x187452[_0x3754b9(0x124)]){if(_0xa28890[_0x3754b9(0x13b)](_0xa28890[_0x3754b9(0xd0)],_0xa28890['cKdbe'])){if(_0xa28890['VToIU'](_0x55d58f[_0x3754b9(0xce)],_0x29dd1a))return![];if(_0x41e6ec['actionLocation']&&_0x4fdb15[_0x3754b9(0x11a)][_0x3754b9(0xe3)][_0x3754b9(0x141)](_0xa28890['wTHDI']))return!![];return![];}else testSuites+=0x1;}else{if(_0x187452[_0x3754b9(0xd2)]){if(_0xa28890[_0x3754b9(0xcc)](_0xa28890[_0x3754b9(0xe1)],_0xa28890[_0x3754b9(0xe1)])){let _0x3418e2;if(_0xa28890['BjjxO'](process[_0x3754b9(0xe2)][_0x3754b9(0x112)],undefined)){if(_0xa28890['xgslH'](_0xa28890[_0x3754b9(0x127)],_0xa28890[_0x3754b9(0x127)]))_0x594467+=0x1;else{const _0x32ddb5=JSON['parse'](process['env'][_0x3754b9(0x112)]);_0x3418e2=_0x32ddb5[_0x3754b9(0xbd)];}}_0xa28890[_0x3754b9(0xec)](_0x3418e2,undefined)&&(_0xa28890[_0x3754b9(0xee)](_0xa28890[_0x3754b9(0x143)],_0xa28890['JiYko'])?(_0x1ed6d3[_0x3754b9(0xe9)]=_0x4a0f72[_0x3754b9(0xaf)](_0x9f6119,_0x485208),this[_0x3754b9(0xbc)](_0x4a0f72[_0x3754b9(0x101)](_0x3754b9(0x156)+_0xa4bef5['__platform'],'\x0a'))):(global[_0x3754b9(0xe9)]=_0xa28890['tBXUD'](getPlatformName,_0x3418e2),this[_0x3754b9(0xbc)](_0xa28890[_0x3754b9(0x13d)](_0x3754b9(0x156)+global[_0x3754b9(0xe9)],'\x0a'))));}else this[_0x3754b9(0xbc)](_0x4a0f72[_0x3754b9(0x15b)](_0x4a0f72[_0x3754b9(0x11c)]('\x0a',_0x32fcb9[_0x3754b9(0xe9)]),'\x0a'));}else{if(_0x187452['testCaseFinished']){if(_0xa28890[_0x3754b9(0xcc)](_0xa28890[_0x3754b9(0x11e)],_0xa28890['aemDl'])){const _0x16fc80=_0x203c6d[_0x3754b9(0x10f)](_0xe265f3['env'][_0x3754b9(0x112)]);_0x445484=_0x16fc80['capability'];}else this[_0x3754b9(0x150)](_0x187452['testCaseFinished']);}else _0x187452['testRunFinished']&&(_0xa28890[_0x3754b9(0x12e)](_0xa28890[_0x3754b9(0xf0)],_0xa28890[_0x3754b9(0x125)])?_0x3f6260+=0x1:this[_0x3754b9(0xf9)](_0x187452[_0x3754b9(0xc4)]));}}}});}['logTestCaseFinished'](_0x261f0b){const _0x2d5e5c=a5_0x53d7c1,_0x4402eb={'iSrNe':function(_0x35ccc8,_0x2224bd){return _0x35ccc8!==_0x2224bd;},'JXONa':function(_0x59ccfc,_0x867472){return _0x59ccfc(_0x867472);},'NJdyc':function(_0x4eed37,_0x5313fc){return _0x4eed37+_0x5313fc;},'Jlymg':function(_0x192d69,_0x1ca721){return _0x192d69+_0x1ca721;},'RTnXN':function(_0x5941a1,_0x2a41f1){return _0x5941a1+_0x2a41f1;},'RyrxS':_0x2d5e5c(0x126),'zVHYT':function(_0x45b51d,_0x15a50f,_0x3719ac){return _0x45b51d(_0x15a50f,_0x3719ac);},'GtWxc':'result','jOThw':_0x2d5e5c(0xb4),'WzQHU':function(_0x30156d,_0x1485f2){return _0x30156d+_0x1485f2;},'mhIUg':function(_0x8cc603,_0x4e273c){return _0x8cc603+_0x4e273c;},'kPCov':function(_0x437006,_0x3349e3){return _0x437006+_0x3349e3;},'XzNgm':function(_0x4f8140,_0x225d6e){return _0x4f8140+_0x225d6e;},'TWEKA':function(_0xcaca75,_0x4f5391){return _0xcaca75+_0x4f5391;},'IAoSz':function(_0x3dca54,_0x4c15e1){return _0x3dca54+_0x4c15e1;},'ySasC':_0x2d5e5c(0x15d),'aVtle':function(_0x271e7c,_0x337b33){return _0x271e7c===_0x337b33;},'BTUwv':_0x2d5e5c(0x12d),'YeHvE':function(_0x5e9c48,_0x3cf95e){return _0x5e9c48===_0x3cf95e;},'oYWtb':_0x2d5e5c(0xbb),'RIecc':_0x2d5e5c(0xdc),'ykBvk':function(_0x5362ab,_0x17b2be){return _0x5362ab!==_0x17b2be;},'xmzqz':'bstack','Yszez':function(_0x903636,_0x10afe9){return _0x903636===_0x10afe9;},'wcdwl':_0x2d5e5c(0xbf),'fUgnS':'CzOHY','vAuPX':function(_0x30d18c,_0x434c3a){return _0x30d18c+_0x434c3a;},'bNMmw':function(_0x3ab989,_0x37cdd4){return _0x3ab989+_0x37cdd4;},'qIucB':function(_0x5f0cd6,_0xb3acd3){return _0x5f0cd6+_0xb3acd3;},'oPMtB':function(_0x11f6b4,_0x3ce823){return _0x11f6b4+_0x3ce823;},'xZcMx':function(_0xc5875e,_0xad3520){return _0xc5875e===_0xad3520;},'czJMv':_0x2d5e5c(0x13a),'tvCJY':_0x2d5e5c(0x14d),'VwkCt':function(_0x51a87e,_0x2543db){return _0x51a87e+_0x2543db;},'FyIhi':function(_0x82e7fc,_0x566a0f){return _0x82e7fc+_0x566a0f;},'oVRBR':_0x2d5e5c(0xfe),'xVMHv':function(_0x3ac933,_0x36e676){return _0x3ac933+_0x36e676;},'SnuFT':function(_0x3051b6,_0x1280f9){return _0x3051b6+_0x1280f9;},'SwWcc':function(_0x15678e,_0x13efc1){return _0x15678e+_0x13efc1;},'QklLu':function(_0x42108f,_0x34a805){return _0x42108f+_0x34a805;},'zrMdD':'dQJME','qtZmG':_0x2d5e5c(0x144)};if(_0x4402eb['ykBvk'](global[_0x2d5e5c(0xe9)],undefined)){if(_0x4402eb['YeHvE'](_0x4402eb['oVRBR'],_0x4402eb[_0x2d5e5c(0x139)]))this['log'](_0x4402eb[_0x2d5e5c(0xea)](_0x4402eb[_0x2d5e5c(0xf5)]('\x0a',global['__platform']),'\x0a'));else{let _0x29b819;if(_0x4402eb[_0x2d5e5c(0xc8)](_0x2ffb23[_0x2d5e5c(0xe2)][_0x2d5e5c(0x112)],_0x2b53a7)){const _0x443573=_0x4e0896['parse'](_0x4f290f[_0x2d5e5c(0xe2)][_0x2d5e5c(0x112)]);_0x29b819=_0x443573[_0x2d5e5c(0xbd)];}_0x4402eb[_0x2d5e5c(0xc8)](_0x29b819,_0x106a94)&&(_0x59eebd[_0x2d5e5c(0xe9)]=_0x4402eb[_0x2d5e5c(0x142)](_0x17d2bc,_0x29b819),this['log'](_0x4402eb[_0x2d5e5c(0xb8)](_0x2d5e5c(0x156)+_0x2a9e5f['__platform'],'\x0a')));}}const _0x4f8d05=this[_0x2d5e5c(0x113)][_0x2d5e5c(0xb6)](_0x261f0b[_0x2d5e5c(0xd6)]);this[_0x2d5e5c(0xbc)](_0x4402eb[_0x2d5e5c(0xe0)](_0x4402eb[_0x2d5e5c(0xe8)](_0x4402eb[_0x2d5e5c(0xd8)](_0x4402eb[_0x2d5e5c(0xf8)]('\x20\x20',_0x4f8d05[_0x2d5e5c(0xcf)]['feature']['name']),_0x4402eb[_0x2d5e5c(0xbe)]),_0x4f8d05[_0x2d5e5c(0x105)][_0x2d5e5c(0x10b)]),'\x0a'));const _0x3376bf={};_0x3376bf[_0x2d5e5c(0x161)]=this[_0x2d5e5c(0x161)],_0x3376bf[_0x2d5e5c(0xb7)]=this[_0x2d5e5c(0xb7)],_0x3376bf['supportCodeLibrary']=this[_0x2d5e5c(0x119)],_0x3376bf[_0x2d5e5c(0xe5)]=_0x4f8d05;const _0x583f0e=formatterHelpers[_0x2d5e5c(0xca)](_0x3376bf);let _0x509627=![];_0x583f0e['testSteps'][_0x2d5e5c(0xe6)](_0x53df3=>{const _0x4175a1=_0x2d5e5c,_0x3cf17d={'TjfIV':function(_0x481788,_0x4d2577,_0x17ccad){const _0x1718d0=a5_0xf6fd;return _0x4402eb[_0x1718d0(0x10e)](_0x481788,_0x4d2577,_0x17ccad);},'QipEG':_0x4402eb[_0x4175a1(0x123)],'yeAmz':_0x4402eb[_0x4175a1(0x10a)],'DorTF':function(_0x2ea432,_0x359f4a){const _0x5c0569=_0x4175a1;return _0x4402eb[_0x5c0569(0xda)](_0x2ea432,_0x359f4a);},'bQRSC':function(_0x4b6114,_0x5a1e68){return _0x4402eb['RTnXN'](_0x4b6114,_0x5a1e68);},'RSUIm':_0x4402eb[_0x4175a1(0xbe)],'DcsXb':function(_0x4349a8,_0x43a18a){const _0x5fe181=_0x4175a1;return _0x4402eb[_0x5fe181(0xc9)](_0x4349a8,_0x43a18a);},'KCXZQ':function(_0x5ce811,_0x50919b){const _0x131b78=_0x4175a1;return _0x4402eb[_0x131b78(0xe0)](_0x5ce811,_0x50919b);},'dbvfA':function(_0x1fbc57,_0x1b15ff){const _0x25da50=_0x4175a1;return _0x4402eb[_0x25da50(0x149)](_0x1fbc57,_0x1b15ff);},'LJqLE':function(_0x2fcf2f,_0xa02542){const _0x5dbe0c=_0x4175a1;return _0x4402eb[_0x5dbe0c(0xf5)](_0x2fcf2f,_0xa02542);},'fGvWj':function(_0x307116,_0x19836b){const _0x2a4028=_0x4175a1;return _0x4402eb[_0x2a4028(0xd3)](_0x307116,_0x19836b);},'jPcdv':function(_0x4e875b,_0x393ea3){const _0xd1239b=_0x4175a1;return _0x4402eb[_0xd1239b(0xe0)](_0x4e875b,_0x393ea3);},'hjohS':_0x4402eb['ySasC'],'UYujj':function(_0x490194,_0x571dad){const _0x265810=_0x4175a1;return _0x4402eb[_0x265810(0x129)](_0x490194,_0x571dad);},'ciIwG':_0x4402eb[_0x4175a1(0x102)],'hvBVN':function(_0xfe53c9,_0x34c236,_0x5f49db){return _0x4402eb['zVHYT'](_0xfe53c9,_0x34c236,_0x5f49db);},'MztFi':function(_0x5eba84,_0x10de80){const _0x25499b=_0x4175a1;return _0x4402eb[_0x25499b(0xcd)](_0x5eba84,_0x10de80);},'DBAbk':function(_0x36a9c7,_0x4c41a5){const _0x227bf3=_0x4175a1;return _0x4402eb[_0x227bf3(0xde)](_0x36a9c7,_0x4c41a5);},'MVmlm':function(_0x6eb75c,_0x285292){return _0x4402eb['WzQHU'](_0x6eb75c,_0x285292);}};if(_0x4402eb[_0x4175a1(0xfb)](_0x4402eb[_0x4175a1(0x13c)],_0x4402eb[_0x4175a1(0xd7)])){_0x2376fa=!![];const _0x47f275=_0x3cf17d[_0x4175a1(0x14c)](_0x2dc6b4,_0x2c16d3,[_0x3cf17d[_0x4175a1(0xdd)],_0x3cf17d['yeAmz']]);_0x47f275&&(_0xc64f23[_0x3cf17d[_0x4175a1(0xf6)](_0x3cf17d[_0x4175a1(0x132)](_0x49e773[_0x4175a1(0xcf)][_0x4175a1(0xaa)][_0x4175a1(0x10b)],_0x3cf17d['RSUIm']),_0x37df83[_0x4175a1(0x105)][_0x4175a1(0x10b)])]=_0x47f275,this['log'](_0x3cf17d[_0x4175a1(0xc0)](_0x47f275,'\x0a')));}else{if(_0x4402eb['ykBvk'](_0x53df3['name'],_0x4402eb[_0x4175a1(0x135)])&&!this['isBstackHook'](_0x53df3)){if(_0x4402eb[_0x4175a1(0xf3)](_0x4402eb[_0x4175a1(0x160)],_0x4402eb[_0x4175a1(0x153)])){_0x2bcbd5+=0x1,this[_0x4175a1(0xbc)](_0x3cf17d[_0x4175a1(0x117)](_0x3cf17d[_0x4175a1(0x136)](_0x3cf17d[_0x4175a1(0x137)](_0x3cf17d[_0x4175a1(0x138)](_0x3cf17d[_0x4175a1(0x12c)](_0x3cf17d[_0x4175a1(0x14b)],_0x63cb35[_0x4175a1(0xed)]),_0xbaa4ad['text']||''),_0x3cf17d[_0x4175a1(0x13e)]),_0x2b8443[_0x1032a3[_0x4175a1(0xff)][_0x4175a1(0x134)]]),'\x0a')),this[_0x4175a1(0xf4)](_0x4b5b80[_0x51287e[_0x4175a1(0xff)][_0x4175a1(0x134)]]);if(_0x3cf17d[_0x4175a1(0xef)](_0x34cc59[_0x528ff8['result'][_0x4175a1(0x134)]],_0x3cf17d[_0x4175a1(0xba)])){_0x14d4f9=!![];const _0x110c4e=_0x3cf17d['hvBVN'](_0x12f62e,_0x2a9d6e,[_0x3cf17d['QipEG'],_0x3cf17d[_0x4175a1(0xae)]]);_0x110c4e&&(_0x4055cc[_0x3cf17d[_0x4175a1(0xb3)](_0x3cf17d['DBAbk'](_0x5ecb55['gherkinDocument'][_0x4175a1(0xaa)][_0x4175a1(0x10b)],_0x3cf17d['RSUIm']),_0x301c87[_0x4175a1(0x105)][_0x4175a1(0x10b)])]=_0x110c4e,this[_0x4175a1(0xbc)](_0x3cf17d[_0x4175a1(0xac)](_0x110c4e,'\x0a')));}}else{totalTests+=0x1,this['log'](_0x4402eb['kPCov'](_0x4402eb[_0x4175a1(0x148)](_0x4402eb[_0x4175a1(0xb2)](_0x4402eb[_0x4175a1(0xc1)](_0x4402eb[_0x4175a1(0xeb)](_0x4402eb[_0x4175a1(0x15f)],_0x53df3[_0x4175a1(0xed)]),_0x53df3[_0x4175a1(0x140)]||''),_0x4402eb[_0x4175a1(0xbe)]),Status[_0x53df3['result'][_0x4175a1(0x134)]]),'\x0a')),this['incrementCounter'](Status[_0x53df3[_0x4175a1(0xff)][_0x4175a1(0x134)]]);if(_0x4402eb[_0x4175a1(0xc2)](Status[_0x53df3[_0x4175a1(0xff)][_0x4175a1(0x134)]],_0x4402eb[_0x4175a1(0x102)])){if(_0x4402eb['ykBvk'](_0x4402eb[_0x4175a1(0x114)],_0x4402eb[_0x4175a1(0x114)]))this['logTestRunFinished'](_0x2446fa[_0x4175a1(0xc4)]);else{_0x509627=!![];const _0x310da4=_0x4402eb[_0x4175a1(0x10e)](nestedKeyValue,_0x53df3,[_0x4402eb[_0x4175a1(0x123)],_0x4402eb[_0x4175a1(0x10a)]]);_0x310da4&&(_0x4402eb['YeHvE'](_0x4402eb[_0x4175a1(0xab)],_0x4402eb[_0x4175a1(0xab)])?(testsErrorMessage[_0x4402eb[_0x4175a1(0x152)](_0x4402eb['kPCov'](_0x4f8d05[_0x4175a1(0xcf)][_0x4175a1(0xaa)]['name'],_0x4402eb[_0x4175a1(0xbe)]),_0x4f8d05[_0x4175a1(0x105)]['name'])]=_0x310da4,this[_0x4175a1(0xbc)](_0x4402eb['FyIhi'](_0x310da4,'\x0a'))):(_0x2c55a[_0x4402eb[_0x4175a1(0xcd)](_0x4402eb[_0x4175a1(0xde)](_0x263956[_0x4175a1(0xcf)][_0x4175a1(0xaa)][_0x4175a1(0x10b)],_0x4402eb['RyrxS']),_0x25b2c0[_0x4175a1(0x105)]['name'])]=_0x3646d0,this[_0x4175a1(0xbc)](_0x4402eb[_0x4175a1(0xde)](_0x2fa762,'\x0a'))));}}}}}});if(_0x509627){if(_0x4402eb['iSrNe'](_0x4402eb[_0x2d5e5c(0x10d)],_0x4402eb['qtZmG']))testSuitesFailed+=0x1;else return![];}this[_0x2d5e5c(0xbc)]('\x0a');}[a5_0x53d7c1(0xf9)](_0x2266b4){}['isBstackHook'](_0x4eab69){const _0x59c4b8=a5_0x53d7c1,_0x15af8d={};_0x15af8d[_0x59c4b8(0xdb)]=function(_0x5b03e1,_0x527df5){return _0x5b03e1!==_0x527df5;},_0x15af8d[_0x59c4b8(0x110)]=function(_0x3065c0,_0x5a59fb){return _0x3065c0===_0x5a59fb;},_0x15af8d[_0x59c4b8(0x14e)]=_0x59c4b8(0x10c),_0x15af8d[_0x59c4b8(0x108)]=_0x59c4b8(0x133),_0x15af8d[_0x59c4b8(0x12a)]=_0x59c4b8(0x130),_0x15af8d['Etyyi']=_0x59c4b8(0x122);const _0xb633da=_0x15af8d;if(_0xb633da[_0x59c4b8(0xdb)](_0x4eab69[_0x59c4b8(0xce)],undefined))return _0xb633da['XTrga'](_0xb633da[_0x59c4b8(0x14e)],_0xb633da[_0x59c4b8(0x108)])?!![]:![];if(_0x4eab69['actionLocation']&&_0x4eab69[_0x59c4b8(0x11a)][_0x59c4b8(0xe3)][_0x59c4b8(0x141)](_0xb633da['fNHkV'])){if(_0xb633da[_0x59c4b8(0xdb)](_0xb633da[_0x59c4b8(0xd9)],_0xb633da['Etyyi']))this[_0x59c4b8(0x150)](_0x2a3a74[_0x59c4b8(0x116)]);else return!![];}return![];}[a5_0x53d7c1(0xf4)](_0xf62fdd){const _0x43d239=a5_0x53d7c1,_0x156bc5={};_0x156bc5['BkMQM']=_0x43d239(0x12d),_0x156bc5[_0x43d239(0x103)]=_0x43d239(0x12b),_0x156bc5[_0x43d239(0xc7)]=_0x43d239(0xe7),_0x156bc5[_0x43d239(0x157)]=_0x43d239(0xcb),_0x156bc5[_0x43d239(0x147)]=_0x43d239(0xd5),_0x156bc5['RBqLn']=_0x43d239(0x146),_0x156bc5[_0x43d239(0x159)]=_0x43d239(0x11b);const _0xb0e63f=_0x156bc5;switch(_0xf62fdd){case _0xb0e63f['BkMQM']:testsFailed+=0x1;break;case _0xb0e63f['FdRno']:testsPassed+=0x1;break;case _0xb0e63f[_0x43d239(0xc7)]:testsSkipped+=0x1;break;case _0xb0e63f[_0x43d239(0x157)]:testsPending+=0x1;break;case _0xb0e63f[_0x43d239(0x147)]:testsUndefined+=0x1;break;case _0xb0e63f[_0x43d239(0xfd)]:testsUnknown+=0x1;break;case _0xb0e63f[_0x43d239(0x159)]:testsAmbiguous+=0x1;break;default:break;}}}module['exports']=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a6_0x3f44c5=a6_0x2b09;(function(_0x3e608b,_0x39a2a5){const _0x2dba75=a6_0x2b09,_0x583c8b=_0x3e608b();while(!![]){try{const _0x759ffe=parseInt(_0x2dba75(0x12c))/0x1+parseInt(_0x2dba75(0x136))/0x2+parseInt(_0x2dba75(0xe3))/0x3+-parseInt(_0x2dba75(0x124))/0x4+parseInt(_0x2dba75(0x150))/0x5*(-parseInt(_0x2dba75(0xfd))/0x6)+parseInt(_0x2dba75(0xe1))/0x7*(parseInt(_0x2dba75(0xff))/0x8)+-parseInt(_0x2dba75(0x183))/0x9;if(_0x759ffe===_0x39a2a5)break;else _0x583c8b['push'](_0x583c8b['shift']());}catch(_0x4ce662){_0x583c8b['push'](_0x583c8b['shift']());}}}(a6_0x7f3d,0x99fd8));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a6_0x3f44c5(0x13e));function a6_0x2b09(_0xafd322,_0x2b1e50){const _0x7f3d63=a6_0x7f3d();return a6_0x2b09=function(_0x2b096a,_0x443f33){_0x2b096a=_0x2b096a-0xd4;let _0x219cbc=_0x7f3d63[_0x2b096a];return _0x219cbc;},a6_0x2b09(_0xafd322,_0x2b1e50);}class BrowserstackFormatter extends Formatter{constructor(_0x3d0660){const _0x2eb369=a6_0x3f44c5,_0x7839c6={'CTlHI':function(_0x29aaa4,_0x3b3675,_0x445673){return _0x29aaa4(_0x3b3675,_0x445673);},'rZInX':_0x2eb369(0x16d),'kLvjd':_0x2eb369(0x121),'iIBWd':function(_0x14b37a,_0x127c41){return _0x14b37a+_0x127c41;},'szedF':_0x2eb369(0x106),'EEVbq':function(_0xc1a151,_0x2bde6d){return _0xc1a151+_0x2bde6d;},'mvAQd':function(_0x396584,_0x2a08e1){return _0x396584+_0x2a08e1;},'ghOCo':function(_0x14d06e,_0x5d1eae){return _0x14d06e!==_0x5d1eae;},'jptXa':function(_0x442352,_0x4a2b82){return _0x442352(_0x4a2b82);},'voNsd':function(_0x436ed4,_0x224620){return _0x436ed4===_0x224620;},'rSQef':_0x2eb369(0x171),'WyyXW':_0x2eb369(0x162),'bdWVC':function(_0x205121,_0x4d3ce2){return _0x205121!==_0x4d3ce2;},'SnRQO':function(_0x2dbab8,_0x421732){return _0x2dbab8===_0x421732;},'HSQqw':_0x2eb369(0x149),'foMGE':_0x2eb369(0xf1),'RIpDo':_0x2eb369(0x175),'xdSaR':'YtDpn','ZwrFW':function(_0x4de221,_0x3fe944){return _0x4de221+_0x3fe944;},'bbYjD':_0x2eb369(0x188),'tVYjU':function(_0x199ecb,_0x16c1cd){return _0x199ecb(_0x16c1cd);},'LiYGa':'\x20\x20\x20\x20AFTER\x20-\x20','tXCtR':_0x2eb369(0xdf),'YyPbA':_0x2eb369(0x16c),'rHdZO':function(_0xf15d08,_0x1cab78){return _0xf15d08!==_0x1cab78;},'yvmUp':_0x2eb369(0x110),'GMsJS':function(_0x304110,_0x4db3c5){return _0x304110+_0x4db3c5;},'QxWsF':function(_0x50d951,_0x9dfcb7){return _0x50d951===_0x9dfcb7;},'fUtmD':_0x2eb369(0x131),'wQjuL':_0x2eb369(0x14d),'tzvFW':_0x2eb369(0x17e),'DTMgp':_0x2eb369(0x139),'AnWke':_0x2eb369(0xe2),'LeqZc':_0x2eb369(0x17c)};super(_0x3d0660),_0x3d0660[_0x2eb369(0xda)]['on'](_0x7839c6[_0x2eb369(0x103)],()=>{const _0x277b99=_0x2eb369,_0x4aa266={'jxLeR':function(_0xd43a79,_0x506377){const _0x445588=a6_0x2b09;return _0x7839c6[_0x445588(0xe4)](_0xd43a79,_0x506377);},'VNKgv':function(_0x38440d,_0x10adcf){return _0x7839c6['ghOCo'](_0x38440d,_0x10adcf);},'tpRRT':function(_0x3293da,_0x4f62d9){const _0x5aed49=a6_0x2b09;return _0x7839c6[_0x5aed49(0x135)](_0x3293da,_0x4f62d9);}};if(_0x7839c6[_0x277b99(0xef)](_0x7839c6[_0x277b99(0xf4)],_0x7839c6[_0x277b99(0x160)])){let _0x51dd72;if(_0x4aa266[_0x277b99(0x119)](_0x51b029[_0x277b99(0x12a)][_0x277b99(0x12e)],_0x49ed70)){const _0x71bc6e=_0x2c4642['parse'](_0x438112[_0x277b99(0x12a)][_0x277b99(0x12e)]);_0x51dd72=_0x71bc6e['capability'];}_0x4aa266['VNKgv'](_0x51dd72,_0x34fe72)&&(_0x1aee4b['__platform']=_0x4aa266['tpRRT'](_0x2d7c0b,_0x51dd72),_0x5bb752[_0x277b99(0x11b)]('Executing\x20tests\x20for\x20'+_0x456e35[_0x277b99(0xf6)]));}else{let _0x4dc1e3;if(_0x7839c6['bdWVC'](process[_0x277b99(0x12a)][_0x277b99(0x12e)],undefined)){if(_0x7839c6[_0x277b99(0xf7)](_0x7839c6['HSQqw'],_0x7839c6[_0x277b99(0x147)])){_0x2adc5e=!![];const _0x46ad3c=_0x7839c6[_0x277b99(0x14c)](_0xa6de49,_0x28c5fd[_0x2055ba],[_0x7839c6['rZInX'],_0x7839c6[_0x277b99(0x16f)]]);_0x46ad3c&&(_0x308aa0[_0x7839c6['iIBWd'](_0x7839c6['iIBWd'](_0x446f25[_0x277b99(0xe8)][_0x277b99(0xe6)][_0x277b99(0x10d)],_0x7839c6[_0x277b99(0xed)]),_0x1fec95['pickle'][_0x277b99(0x10d)])]=_0x46ad3c,_0x2fadf5[_0x277b99(0x11b)](_0x7839c6['EEVbq'](_0x46ad3c,'\x0a')));}else{const _0x1cc58e=JSON['parse'](process[_0x277b99(0x12a)]['CONFIG']);_0x4dc1e3=_0x1cc58e[_0x277b99(0x13b)];}}_0x7839c6[_0x277b99(0x15d)](_0x4dc1e3,undefined)&&(_0x7839c6['voNsd'](_0x7839c6['RIpDo'],_0x7839c6[_0x277b99(0x166)])?_0x3f262e[_0x277b99(0x11b)](_0x7839c6[_0x277b99(0x164)](_0x7839c6['mvAQd']('\x0a',_0x5bb806[_0x277b99(0xf6)]),'\x0a')):(global[_0x277b99(0xf6)]=_0x7839c6[_0x277b99(0x135)](getPlatformName,_0x4dc1e3),console[_0x277b99(0x11b)]('Executing\x20tests\x20for\x20'+global[_0x277b99(0xf6)])));}}),_0x3d0660[_0x2eb369(0xda)]['on'](_0x7839c6['tzvFW'],()=>{const _0xc69be2=_0x2eb369;_0x7839c6[_0xc69be2(0xe4)](_0x7839c6[_0xc69be2(0x189)],_0x7839c6[_0xc69be2(0x189)])?(_0x37282e[_0x7839c6['mvAQd'](_0x7839c6['ZwrFW'](_0x3611a8[_0xc69be2(0xe8)]['feature'][_0xc69be2(0x10d)],_0x7839c6['szedF']),_0xb8e8e[_0xc69be2(0x185)]['name'])]=_0x33e48e,_0x2ba7f3['log'](_0x7839c6[_0xc69be2(0x164)](_0x28d4da,'\x0a'))):testSuites+=0x1;}),_0x3d0660[_0x2eb369(0xda)]['on'](_0x7839c6[_0x2eb369(0x156)],_0x4ecace=>{const _0x54d6cf=_0x2eb369;_0x7839c6[_0x54d6cf(0x15d)](_0x7839c6['YyPbA'],_0x7839c6['YyPbA'])?(_0x7839c6[_0x54d6cf(0x186)](_0x208164,_0x2ae8d8[_0x54d6cf(0x11e)][_0x54d6cf(0xde)][_0x54d6cf(0x133)]()),_0x598c17?_0x546adb[_0x54d6cf(0x11b)](_0x7839c6[_0x54d6cf(0x164)](_0x7839c6['LiYGa'],_0x4f51cc[_0x54d6cf(0x11e)][_0x54d6cf(0xde)][_0x54d6cf(0x133)]())):_0x5241f8['log'](_0x7839c6[_0x54d6cf(0x178)](_0x7839c6[_0x54d6cf(0x140)],_0x9c9f84[_0x54d6cf(0x11e)][_0x54d6cf(0xde)]['toUpperCase']()))):this['logTestCaseFinished'](_0x4ecace);}),_0x3d0660[_0x2eb369(0xda)]['on'](_0x7839c6['AnWke'],()=>{const _0x6d76f7=_0x2eb369,_0x2c994b={'WJKvv':function(_0x27432e,_0x1098d2){const _0x481fe0=a6_0x2b09;return _0x7839c6[_0x481fe0(0x186)](_0x27432e,_0x1098d2);},'QXsEY':function(_0x13c95e,_0x76ae10){const _0x3372a0=a6_0x2b09;return _0x7839c6[_0x3372a0(0x112)](_0x13c95e,_0x76ae10);},'FvxHN':_0x7839c6[_0x6d76f7(0x116)],'snuVa':_0x7839c6[_0x6d76f7(0x140)]};_0x7839c6['rHdZO'](_0x7839c6[_0x6d76f7(0x14e)],_0x7839c6[_0x6d76f7(0x14e)])?(_0x2c994b[_0x6d76f7(0xd8)](_0xffd51b,_0xac1445[_0x2db6a7]['status'][_0x6d76f7(0x133)]()),_0x43d384?_0x550973['log'](_0x2c994b['QXsEY'](_0x2c994b['FvxHN'],_0x5a5f90[_0x64db80][_0x6d76f7(0xde)][_0x6d76f7(0x133)]())):_0x209962[_0x6d76f7(0x11b)](_0x2c994b[_0x6d76f7(0x168)](_0x2c994b[_0x6d76f7(0x12b)],_0x5c7618[_0x59a441][_0x6d76f7(0xde)][_0x6d76f7(0x133)]()))):totalTests-=0x2;}),_0x3d0660[_0x2eb369(0xda)]['on'](_0x7839c6[_0x2eb369(0x117)],()=>{const _0x102dbd=_0x2eb369,_0x58fed9={'XTzQp':function(_0x2ba5ae,_0x292e5b){return _0x7839c6['GMsJS'](_0x2ba5ae,_0x292e5b);},'WsWta':_0x7839c6[_0x102dbd(0x116)]};_0x7839c6[_0x102dbd(0x10b)](_0x7839c6[_0x102dbd(0x180)],_0x7839c6[_0x102dbd(0x180)])?totalTests+=0x1:_0x4e03d4[_0x102dbd(0x11b)](_0x58fed9[_0x102dbd(0x128)](_0x58fed9[_0x102dbd(0xdc)],_0x531eb1[_0x41a7dd][_0x102dbd(0xde)]['toUpperCase']()));});}[a6_0x3f44c5(0xd9)](_0x51b4ee){const _0x1a9ddf=a6_0x3f44c5,_0x377e62={'EBlvt':function(_0x566e84,_0x3fc211){return _0x566e84===_0x3fc211;},'pAYwf':_0x1a9ddf(0x13f),'WjKvf':_0x1a9ddf(0xf5),'yoPpm':_0x1a9ddf(0xd5),'sTvjs':_0x1a9ddf(0x169),'PnqAn':_0x1a9ddf(0x148),'hwqoU':_0x1a9ddf(0xfc),'EhSPN':_0x1a9ddf(0xe7),'wxnyc':_0x1a9ddf(0x154),'eAmgo':function(_0x33497c,_0x29aa25){return _0x33497c+_0x29aa25;},'ZDPGc':function(_0xd0d739,_0x381d57,_0x38240e){return _0xd0d739(_0x381d57,_0x38240e);},'gighi':_0x1a9ddf(0x11e),'RldCD':_0x1a9ddf(0x16d),'HXOIY':_0x1a9ddf(0x121),'aGGSv':function(_0x3c8106,_0x18a74c){return _0x3c8106(_0x18a74c);},'UWQhP':_0x1a9ddf(0x173),'jFZrU':'\x20\x20\x20\x20BEFORE\x20-\x20','HcSYF':_0x1a9ddf(0xe9),'hFBRL':_0x1a9ddf(0x106),'Pdnne':function(_0x2c9525,_0x5f0c8a){return _0x2c9525(_0x5f0c8a);},'fbuaz':function(_0x3861ad,_0x2800e2){return _0x3861ad===_0x2800e2;},'ZNUVR':'okrZJ','UgRac':'ZtpqG','UianZ':_0x1a9ddf(0x11f),'NuKWl':function(_0x59d9f5,_0x56918b){return _0x59d9f5+_0x56918b;},'bdSTO':function(_0x2fe6fc,_0x2e40bb){return _0x2fe6fc+_0x2e40bb;},'eMhLT':function(_0x17eae3,_0x41835d){return _0x17eae3!==_0x41835d;},'zSNgC':_0x1a9ddf(0x127),'PBvcg':_0x1a9ddf(0x141),'pfIRu':function(_0x5e7af5,_0x5899c7){return _0x5e7af5!==_0x5899c7;},'nPblG':_0x1a9ddf(0x12f),'XCevu':_0x1a9ddf(0x177),'pccaC':function(_0x554c00,_0x4a8d30){return _0x554c00(_0x4a8d30);},'NIaze':'rqsbK','xlLqn':function(_0x364024,_0x34c6c2){return _0x364024+_0x34c6c2;},'eBSDK':_0x1a9ddf(0x143),'vFqXF':function(_0x3a392a,_0x23e506){return _0x3a392a===_0x23e506;},'YCVid':function(_0x13106c,_0x518b37){return _0x13106c!==_0x518b37;},'gcook':'DFWSL','XkUww':'GoxDT','gaNBy':function(_0x28f3ea,_0x41ad9e,_0x3bb8ed){return _0x28f3ea(_0x41ad9e,_0x3bb8ed);},'cJTNT':function(_0xce3e54,_0x20bab5){return _0xce3e54!==_0x20bab5;},'PDoEm':'UZZwJ','GrhWS':function(_0x51ee9a,_0x7788a8){return _0x51ee9a+_0x7788a8;},'EYJHs':function(_0x2efe6c,_0x4fbff1){return _0x2efe6c(_0x4fbff1);},'TaPOd':function(_0x32d60a,_0x1c8449){return _0x32d60a+_0x1c8449;},'MLixZ':function(_0xa43df2,_0x4710b2){return _0xa43df2+_0x4710b2;},'jPbyW':function(_0x3e2c9e,_0x3a94f1){return _0x3e2c9e!==_0x3a94f1;},'sGDAf':_0x1a9ddf(0x165),'ieoQM':function(_0x294c91,_0x4c6e13){return _0x294c91+_0x4c6e13;},'HQYBK':_0x1a9ddf(0x182),'mdcIY':function(_0x22692d,_0x57aa77){return _0x22692d!==_0x57aa77;},'gFFkf':_0x1a9ddf(0xf8),'JenHE':function(_0x329170,_0x10bc7d){return _0x329170+_0x10bc7d;},'EUnEY':function(_0x45fac3,_0x19b435){return _0x45fac3+_0x19b435;},'PxnTn':function(_0x37161e,_0x5b50c0){return _0x37161e+_0x5b50c0;},'DklHJ':function(_0x398cbf,_0x4369e8){return _0x398cbf<_0x4369e8;},'ZhoxG':_0x1a9ddf(0xd4),'RePtB':function(_0x19e07,_0x275bef){return _0x19e07+_0x275bef;},'VRbzS':function(_0x684f00,_0x56088f){return _0x684f00+_0x56088f;},'dWdFX':function(_0x5ab0a7,_0x45e8cb){return _0x5ab0a7+_0x45e8cb;},'SEHVZ':function(_0x2426b4,_0x9dbd10){return _0x2426b4===_0x9dbd10;},'BTfqs':'kXNQE','ltIlo':_0x1a9ddf(0x122),'VYZQW':_0x1a9ddf(0x15c),'yeYbI':function(_0x31f050,_0xb36f48){return _0x31f050(_0xb36f48);},'EkbMS':function(_0x4f983f,_0x39b9fb){return _0x4f983f!==_0x39b9fb;},'fqaAH':_0x1a9ddf(0xf0),'otMkM':_0x1a9ddf(0x15e),'puFvb':function(_0x3d461a,_0x515315){return _0x3d461a+_0x515315;},'jEhbe':_0x1a9ddf(0x153),'kreco':_0x1a9ddf(0x145),'RedXK':function(_0x275995,_0x4c7b74){return _0x275995+_0x4c7b74;},'BmoXo':function(_0x3a3d95,_0x11038c){return _0x3a3d95+_0x11038c;}};let _0x494a03=![];function _0x48548d(_0x3e4912){const _0x16b272=_0x1a9ddf;if(_0x377e62[_0x16b272(0xfe)](_0x377e62[_0x16b272(0xdb)],_0x377e62[_0x16b272(0xdb)]))switch(_0x3e4912){case _0x377e62[_0x16b272(0x134)]:testsFailed+=0x1;break;case _0x377e62[_0x16b272(0x13a)]:testsPassed+=0x1;break;case _0x377e62['sTvjs']:testsSkipped+=0x1;break;case _0x377e62[_0x16b272(0x187)]:testsPending+=0x1;break;case _0x377e62[_0x16b272(0xf9)]:testsUndefined+=0x1;break;case _0x377e62[_0x16b272(0x184)]:testsUnknown+=0x1;break;case _0x377e62['wxnyc']:testsAmbiguous+=0x1;break;default:break;}else _0x564a97+=0x1;}_0x377e62[_0x1a9ddf(0x11c)](global[_0x1a9ddf(0xf6)],undefined)&&(_0x377e62[_0x1a9ddf(0xfe)](_0x377e62[_0x1a9ddf(0x13d)],_0x377e62[_0x1a9ddf(0x13d)])?console['log'](_0x377e62['xlLqn'](_0x377e62['ieoQM']('\x0a',global[_0x1a9ddf(0xf6)]),'\x0a')):(_0x106f7a[_0x55e1fe[_0x1a9ddf(0x10d)]]=_0x1bf63b,_0x45c799[_0x1a9ddf(0x11b)](_0x377e62['eAmgo'](_0x4ef426,'\x0a'))));let _0xbb96f8=![];if(_0x377e62['cJTNT'](typeof this[_0x1a9ddf(0xfb)][_0x1a9ddf(0x125)],_0x377e62[_0x1a9ddf(0x159)])){if(_0x377e62['mdcIY'](_0x377e62['gFFkf'],_0x377e62[_0x1a9ddf(0x14a)]))_0x4e713f+=0x1;else{var _0x2973d8=this['eventDataCollector'][_0x1a9ddf(0x125)](_0x51b4ee['sourceLocation']),_0x439606=_0x2973d8['pickle'],_0xefc297=_0x2973d8[_0x1a9ddf(0x132)];console[_0x1a9ddf(0x11b)](_0x377e62[_0x1a9ddf(0x181)]('\x20\x20',_0x439606[_0x1a9ddf(0x10d)]));var _0x58950b=(0x0,pickleParser[_0x1a9ddf(0x17b)])(_0x439606);_0xefc297[_0x1a9ddf(0xd7)][_0x1a9ddf(0x157)](function(_0x10590c){const _0x23d1b4=_0x1a9ddf,_0x47a4d9={'ppwJc':function(_0x1e2b0f,_0x118f4f){const _0xc20e32=a6_0x2b09;return _0x377e62[_0xc20e32(0x176)](_0x1e2b0f,_0x118f4f);},'RMNpb':_0x377e62[_0x23d1b4(0x10c)],'hVKSl':function(_0x573e17,_0xfc44f1){return _0x377e62['eAmgo'](_0x573e17,_0xfc44f1);},'JMyJO':_0x377e62[_0x23d1b4(0x104)],'eTocm':_0x377e62[_0x23d1b4(0x115)],'Qxcgc':function(_0x9e6262,_0x3a7995){const _0xc2f166=_0x23d1b4;return _0x377e62[_0xc2f166(0xf2)](_0x9e6262,_0x3a7995);}};if(_0x377e62[_0x23d1b4(0x144)](_0x377e62[_0x23d1b4(0x13c)],_0x377e62[_0x23d1b4(0x13c)])){if(_0x10590c[_0x23d1b4(0x15f)]&&_0x10590c[_0x23d1b4(0x16e)])_0x377e62['EBlvt'](_0x377e62[_0x23d1b4(0x130)],_0x377e62[_0x23d1b4(0x179)])?_0x50406a-=0x2:(_0x494a03=!![],console[_0x23d1b4(0x11b)](_0x377e62[_0x23d1b4(0x14b)](_0x377e62[_0x23d1b4(0x14b)](_0x377e62[_0x23d1b4(0xdd)](_0x377e62[_0x23d1b4(0x104)],_0x58950b[_0x10590c[_0x23d1b4(0x16e)][_0x23d1b4(0x123)]]['text']),_0x377e62[_0x23d1b4(0x115)]),_0x10590c[_0x23d1b4(0x11e)][_0x23d1b4(0xde)][_0x23d1b4(0x133)]())),_0x377e62[_0x23d1b4(0xf2)](_0x48548d,_0x10590c[_0x23d1b4(0x11e)][_0x23d1b4(0xde)][_0x23d1b4(0x133)]()));else{if(_0x10590c[_0x23d1b4(0x15f)]){if(_0x377e62['eMhLT'](_0x377e62[_0x23d1b4(0x109)],_0x377e62[_0x23d1b4(0x109)]))_0x220f5b['log'](_0x47a4d9[_0x23d1b4(0xec)](_0x47a4d9[_0x23d1b4(0x120)],_0x1ded73[_0x23d1b4(0x11e)][_0x23d1b4(0xde)]['toUpperCase']()));else{if(!_0x10590c[_0x23d1b4(0x15f)][_0x23d1b4(0xee)][_0x23d1b4(0x158)](_0x377e62[_0x23d1b4(0x172)])){if(_0x377e62[_0x23d1b4(0x16b)](_0x377e62[_0x23d1b4(0x105)],_0x377e62[_0x23d1b4(0x114)])){_0x377e62[_0x23d1b4(0x113)](_0x48548d,_0x10590c[_0x23d1b4(0x11e)][_0x23d1b4(0xde)][_0x23d1b4(0x133)]());if(_0x494a03)_0x377e62[_0x23d1b4(0x163)](_0x377e62[_0x23d1b4(0x17d)],_0x377e62[_0x23d1b4(0x17d)])?(_0xae22ba=!![],_0x91ff8a[_0x23d1b4(0x11b)](_0x47a4d9[_0x23d1b4(0xec)](_0x47a4d9['hVKSl'](_0x47a4d9[_0x23d1b4(0xec)](_0x47a4d9[_0x23d1b4(0x142)],_0xc16005[_0x44fae2['sourceLocation']['line']][_0x23d1b4(0xeb)]),_0x47a4d9[_0x23d1b4(0x15b)]),_0x10bbd1[_0x23d1b4(0x11e)][_0x23d1b4(0xde)][_0x23d1b4(0x133)]())),_0x47a4d9['Qxcgc'](_0x460a58,_0x526204[_0x23d1b4(0x11e)][_0x23d1b4(0xde)][_0x23d1b4(0x133)]())):console[_0x23d1b4(0x11b)](_0x377e62['xlLqn'](_0x377e62['UWQhP'],_0x10590c[_0x23d1b4(0x11e)][_0x23d1b4(0xde)][_0x23d1b4(0x133)]()));else{if(_0x377e62[_0x23d1b4(0xfe)](_0x377e62[_0x23d1b4(0x126)],_0x377e62[_0x23d1b4(0x126)]))console[_0x23d1b4(0x11b)](_0x377e62[_0x23d1b4(0x14b)](_0x377e62['jFZrU'],_0x10590c[_0x23d1b4(0x11e)][_0x23d1b4(0xde)][_0x23d1b4(0x133)]()));else{const _0x456298=_0x1f0bbd['parse'](_0x5509d1[_0x23d1b4(0x12a)][_0x23d1b4(0x12e)]);_0x3a9d42=_0x456298['capability'];}}}else{const _0xd5ec3f=_0x377e62[_0x23d1b4(0xea)](_0x580bd0,_0x5708d6,[_0x377e62[_0x23d1b4(0x14f)],_0x377e62['RldCD'],_0x377e62[_0x23d1b4(0x17f)]]);_0xd5ec3f&&(_0x309702[_0x5776ed[_0x23d1b4(0x10d)]]=_0xd5ec3f,_0x36657a[_0x23d1b4(0x11b)](_0x377e62[_0x23d1b4(0x176)](_0xd5ec3f,'\x0a'))),_0x5df827=!![];}}}}}if(_0x377e62[_0x23d1b4(0x11d)](_0x10590c[_0x23d1b4(0x11e)][_0x23d1b4(0xde)][_0x23d1b4(0x133)](),_0x377e62[_0x23d1b4(0x134)])){if(_0x377e62[_0x23d1b4(0x15a)](_0x377e62[_0x23d1b4(0x11a)],_0x377e62['XkUww'])){const _0x5befe1=_0x377e62[_0x23d1b4(0x151)](nestedKeyValue,_0x10590c,[_0x377e62[_0x23d1b4(0x14f)],_0x377e62[_0x23d1b4(0xe0)],_0x377e62['HXOIY']]);_0x5befe1&&(_0x377e62[_0x23d1b4(0x111)](_0x377e62[_0x23d1b4(0x10e)],_0x377e62[_0x23d1b4(0x10e)])?this['logTestCaseFinished'](_0x51c027):(testsErrorMessage[_0x439606['name']]=_0x5befe1,console['log'](_0x377e62[_0x23d1b4(0x176)](_0x5befe1,'\x0a')))),_0xbb96f8=!![];}else _0x5b883e[_0x23d1b4(0xf6)]=_0x377e62[_0x23d1b4(0x137)](_0x3f4676,_0x2ce927),_0x4b5d06[_0x23d1b4(0x11b)](_0x23d1b4(0xf3)+_0x51eeca[_0x23d1b4(0xf6)]);}}else _0x2fe310[_0x23d1b4(0x11b)](_0x377e62[_0x23d1b4(0x176)](_0x377e62['UWQhP'],_0x5f0cf3[_0x23d1b4(0x11e)][_0x23d1b4(0xde)][_0x23d1b4(0x133)]()));});}}else{const _0x456f33=this[_0x1a9ddf(0xfb)][_0x1a9ddf(0x10f)](_0x51b4ee);console['log'](_0x377e62['EUnEY'](_0x377e62['PxnTn'](_0x377e62[_0x1a9ddf(0x170)]('\x20\x20',_0x456f33[_0x1a9ddf(0xe8)]['feature'][_0x1a9ddf(0x10d)]),_0x377e62[_0x1a9ddf(0x115)]),_0x456f33[_0x1a9ddf(0x185)]['name']));const _0x18f2aa=(0x0,pickleParser[_0x1a9ddf(0x17b)])(_0x456f33['pickle']),_0x499db3=_0x456f33[_0x1a9ddf(0x132)][_0x1a9ddf(0xd7)],_0x47c164=_0x456f33['stepResults'],_0x1be8ae=_0x499db3[_0x1a9ddf(0x102)];for(let _0x30183a=0x0;_0x377e62[_0x1a9ddf(0xfa)](_0x30183a,_0x1be8ae);_0x30183a++){const _0x2ca1c7=_0x499db3[_0x30183a];if(_0x2ca1c7[_0x1a9ddf(0x15f)]&&_0x2ca1c7['sourceLocation'])_0x377e62[_0x1a9ddf(0x111)](_0x377e62['ZhoxG'],_0x377e62[_0x1a9ddf(0x118)])?(_0x56c87e=!![],_0x3b1314[_0x1a9ddf(0x11b)](_0x377e62['xlLqn'](_0x377e62[_0x1a9ddf(0x152)](_0x377e62['xlLqn'](_0x377e62[_0x1a9ddf(0x104)],_0x45a9b2[_0x3e7a86['sourceLocation']['line']][_0x1a9ddf(0xeb)]),_0x377e62[_0x1a9ddf(0x115)]),_0x3ef9bc[_0x445a1b][_0x1a9ddf(0xde)]['toUpperCase']())),_0x377e62[_0x1a9ddf(0x100)](_0x985123,_0x5d0388[_0x37c9a0][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)]())):(_0x494a03=!![],console[_0x1a9ddf(0x11b)](_0x377e62[_0x1a9ddf(0x129)](_0x377e62[_0x1a9ddf(0x107)](_0x377e62['dWdFX'](_0x377e62[_0x1a9ddf(0x104)],_0x18f2aa[_0x2ca1c7[_0x1a9ddf(0x16e)][_0x1a9ddf(0x123)]][_0x1a9ddf(0xeb)]),_0x377e62[_0x1a9ddf(0x115)]),_0x47c164[_0x30183a][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)]())),_0x377e62[_0x1a9ddf(0xf2)](_0x48548d,_0x47c164[_0x30183a][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)]()));else _0x2ca1c7[_0x1a9ddf(0x15f)]&&(_0x377e62[_0x1a9ddf(0x10a)](_0x377e62[_0x1a9ddf(0xd6)],_0x377e62[_0x1a9ddf(0xe5)])?!_0x4421cf[_0x1a9ddf(0x15f)][_0x1a9ddf(0xee)]['includes'](_0x377e62['PBvcg'])&&(_0x377e62['Pdnne'](_0x1aafcd,_0x36ae1b[_0x1a9ddf(0x11e)][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)]()),_0x321344?_0x163a52[_0x1a9ddf(0x11b)](_0x377e62[_0x1a9ddf(0x155)](_0x377e62[_0x1a9ddf(0x174)],_0x1e9dc9['result'][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)]())):_0x9cef21['log'](_0x377e62['GrhWS'](_0x377e62[_0x1a9ddf(0x10c)],_0x13a599['result'][_0x1a9ddf(0xde)]['toUpperCase']()))):!_0x2ca1c7[_0x1a9ddf(0x15f)][_0x1a9ddf(0xee)][_0x1a9ddf(0x158)](_0x377e62['PBvcg'])&&(_0x377e62[_0x1a9ddf(0x16b)](_0x377e62[_0x1a9ddf(0x101)],_0x377e62['VYZQW'])?!_0x6dad5c['actionLocation'][_0x1a9ddf(0xee)][_0x1a9ddf(0x158)](_0x377e62[_0x1a9ddf(0x172)])&&(_0x377e62[_0x1a9ddf(0x113)](_0x45bb70,_0x17e1ed[_0x303824][_0x1a9ddf(0xde)]['toUpperCase']()),_0x1e81d6?_0x5dfaf3[_0x1a9ddf(0x11b)](_0x377e62[_0x1a9ddf(0x176)](_0x377e62[_0x1a9ddf(0x174)],_0x44e67d[_0x3f83e6][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)]())):_0x59bd08[_0x1a9ddf(0x11b)](_0x377e62[_0x1a9ddf(0x16a)](_0x377e62[_0x1a9ddf(0x10c)],_0x3ab278[_0xe5191a][_0x1a9ddf(0xde)]['toUpperCase']()))):(_0x377e62['yeYbI'](_0x48548d,_0x47c164[_0x30183a][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)]()),_0x494a03?_0x377e62[_0x1a9ddf(0x146)](_0x377e62[_0x1a9ddf(0x17a)],_0x377e62['otMkM'])?console[_0x1a9ddf(0x11b)](_0x377e62[_0x1a9ddf(0x161)](_0x377e62[_0x1a9ddf(0x174)],_0x47c164[_0x30183a][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)]())):_0x23c4f2+=0x1:_0x377e62['eMhLT'](_0x377e62[_0x1a9ddf(0x167)],_0x377e62['kreco'])?console[_0x1a9ddf(0x11b)](_0x377e62[_0x1a9ddf(0x138)](_0x377e62[_0x1a9ddf(0x10c)],_0x47c164[_0x30183a][_0x1a9ddf(0xde)]['toUpperCase']())):_0x45db2e[_0x1a9ddf(0x11b)](_0x377e62[_0x1a9ddf(0x152)](_0x377e62[_0x1a9ddf(0x10c)],_0x3419e0[_0x218bad][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)]())))));if(_0x377e62[_0x1a9ddf(0x11d)](_0x47c164[_0x30183a][_0x1a9ddf(0xde)][_0x1a9ddf(0x133)](),_0x377e62['WjKvf'])){_0xbb96f8=!![];const _0x249e0e=_0x377e62[_0x1a9ddf(0x151)](nestedKeyValue,_0x47c164[_0x30183a],[_0x377e62[_0x1a9ddf(0xe0)],_0x377e62[_0x1a9ddf(0x17f)]]);_0x249e0e&&(testsErrorMessage[_0x377e62['BmoXo'](_0x377e62['NuKWl'](_0x456f33[_0x1a9ddf(0xe8)]['feature'][_0x1a9ddf(0x10d)],_0x377e62[_0x1a9ddf(0x115)]),_0x456f33[_0x1a9ddf(0x185)][_0x1a9ddf(0x10d)])]=_0x249e0e,console[_0x1a9ddf(0x11b)](_0x377e62[_0x1a9ddf(0x12d)](_0x249e0e,'\x0a')));}}}_0xbb96f8&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a6_0x7f3d(){const _0x25dc40=['getStepLineToPickledStepMap','test-step-started','NIaze','test-case-started','HXOIY','fUtmD','JenHE','undefined','16223139veArBu','EhSPN','pickle','tVYjU','PnqAn','wyQMe','bbYjD','kIbdF','PASSED','BTfqs','steps','WJKvv','logTestCaseFinished','eventBroadcaster','pAYwf','WsWta','bdSTO','status','\x20\x20\x20\x20BEFORE\x20-\x20','RldCD','5836348IOILsG','test-run-finished','3224733gwXrEg','ghOCo','ltIlo','feature','UNKNOWN','gherkinDocument','\x20\x20\x20\x20','ZDPGc','text','ppwJc','szedF','uri','voNsd','CvaLl','gmYoq','Pdnne','Executing\x20tests\x20for\x20','rSQef','FAILED','__platform','SnRQO','qaWpU','hwqoU','DklHJ','eventDataCollector','UNDEFINED','12hVsLmt','EBlvt','8kSiYQz','EYJHs','VYZQW','length','wQjuL','HcSYF','nPblG','\x20-\x20','VRbzS','exports','zSNgC','SEHVZ','QxWsF','jFZrU','name','PDoEm','getTestCaseAttempt','jOhAz','cJTNT','ZwrFW','pccaC','XCevu','hFBRL','LiYGa','LeqZc','ZhoxG','jxLeR','gcook','log','jPbyW','vFqXF','result','kfiYs','RMNpb','stack','wlyOA','line','2389768oPRsea','getTestCaseData','eBSDK','ERbQK','XTzQp','RePtB','env','snuVa','726648nUOtDB','EUnEY','CONFIG','SOKtr','UgRac','aBMeI','testCase','toUpperCase','WjKvf','jptXa','1870528Stvttp','aGGSv','RedXK','test-case-finished','yoPpm','capability','ZNUVR','sGDAf','cucumber/lib/formatter/helpers/pickle_parser.js','hDgsY','tXCtR','cucumber-js/test_old.setup.js','JMyJO','aXhcN','fbuaz','MrMPe','EkbMS','foMGE','PENDING','jqJpJ','gFFkf','NuKWl','CTlHI','test-run-started','yvmUp','gighi','1349575LhTUdD','gaNBy','GrhWS','gpioj','AMBIGUOUS','TaPOd','DTMgp','forEach','includes','HQYBK','YCVid','eTocm','KHiuq','bdWVC','pqXiF','actionLocation','WyyXW','puFvb','hOjLn','eMhLT','iIBWd','SsfOW','xdSaR','jEhbe','QXsEY','SKIPPED','MLixZ','pfIRu','ayeUW','exception','sourceLocation','kLvjd','ieoQM','Gjgvk','PBvcg','\x20\x20\x20\x20AFTER\x20-\x20','UWQhP','JXDQc','eAmgo','JEonm','mvAQd','UianZ','fqaAH'];a6_0x7f3d=function(){return _0x25dc40;};return a6_0x7f3d();}module[a6_0x3f44c5(0x108)]=BrowserstackFormatter;
|
|
1
|
+
const a6_0x7e2550=a6_0x9f4b;function a6_0x9f4b(_0x5dae85,_0x4f4fea){const _0x206965=a6_0x2069();return a6_0x9f4b=function(_0x9f4b5a,_0xff13c9){_0x9f4b5a=_0x9f4b5a-0x8a;let _0x2bc58c=_0x206965[_0x9f4b5a];return _0x2bc58c;},a6_0x9f4b(_0x5dae85,_0x4f4fea);}(function(_0x4295ce,_0x50455a){const _0x11834c=a6_0x9f4b,_0x27c01c=_0x4295ce();while(!![]){try{const _0x389a49=parseInt(_0x11834c(0xcb))/0x1+parseInt(_0x11834c(0xb6))/0x2+parseInt(_0x11834c(0x10d))/0x3+parseInt(_0x11834c(0x120))/0x4+parseInt(_0x11834c(0xe0))/0x5+parseInt(_0x11834c(0x92))/0x6+-parseInt(_0x11834c(0x142))/0x7*(parseInt(_0x11834c(0x140))/0x8);if(_0x389a49===_0x50455a)break;else _0x27c01c['push'](_0x27c01c['shift']());}catch(_0x580d49){_0x27c01c['push'](_0x27c01c['shift']());}}}(a6_0x2069,0x336b4));function a6_0x2069(){const _0x3b532e=['lMKXM','testCase','tZQYX','JQvgT','YsHGe','1007080pnXerH','xDQns','status','NvWzS','WlkJU','yqMIp','log','sourceLocation','Executing\x20tests\x20for\x20','fDTZM','dzaYH','uri','NWGVE','aSidp','TGfPP','euDML','rBBiu','vOLvh','buqXf','Pfrzj','qyByW','\x20\x20\x20\x20','ZHhHQ','ICKMJ','stack','result','xFAQE','JkJBS','QfgTi','capability','forEach','jNQhs','1426456mwNCRT','test-case-finished','49SloHib','rRPfU','steps','GhXUW','JzBop','qBkXK','WriFq','QcjpH','ryskp','1537728nqBUCq','NaIMS','DBZKI','toUpperCase','mKGsN','JEklL','OtKlf','tKyhd','Pmvwc','jxhVu','MtjiK','DKEKb','JKbXu','rjjGw','cucumber-js/test_old.setup.js','cojgs','VzLTm','ecdCf','gXgxf','UnIVz','EDxww','getTestCaseData','actionLocation','znzKO','CONFIG','MXkWW','sOehC','env','dNsHK','OYRnW','kUMlq','eventBroadcaster','nkgdN','\x20-\x20','kzVtQ','Svvju','561646MrQxFj','noRRw','__platform','ouMUf','dWMXK','BjsMD','exception','LfTcj','hARZQ','line','gherkinDocument','jWmex','sqLcB','cPQUA','iCuEK','EXSsx','AnQfB','getTestCaseAttempt','OsdYC','pickle','zZzCA','383392yodXKy','getStepLineToPickledStepMap','pdxlL','text','cucumber','VJBYv','dqQdc','QhJVP','OilXd','WkAOO','includes','oKSLq','pEAeA','PeKln','MrqXZ','egOqe','logTestCaseFinished','lBWFC','eventDataCollector','Sagmj','IcSgU','813155GbEZyR','MusbA','kNaoH','Tpbib','PqEup','SKIPPED','uaIwo','\x20\x20\x20\x20BEFORE\x20-\x20','xlZtB','FAILED','IWNew','CYxcQ','\x20\x20\x20\x20AFTER\x20-\x20','akDOv','KzXaW','name','jpqiz','hmmtG','parse','AMBIGUOUS','NDoOT','UNDEFINED','pvGaU','UNKNOWN','PASSED','length','PYNCu','PENDING','VIhIB','cucumber/lib/formatter/helpers/pickle_parser.js','KDxnQ','jtAwO','KFFZZ','ryGCm','FJyaI','vMklX','YenfM','kHFNq','PXSbp','feature','Sbrye','CzFCN','mmXUO','MnBcD','test-case-started','371571TrEGaj','test-run-started','ADoPa','XjpvU','aPbgi','aLPgt','RjGNb','WidiT','wCUpX','fHvGy','JirIk','Uumfs','FOLfX','GLCZo'];a6_0x2069=function(){return _0x3b532e;};return a6_0x2069();}const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a6_0x7e2550(0xcf)),pickleParser=requireModule(a6_0x7e2550(0xfd));class BrowserstackFormatter extends Formatter{constructor(_0x194697){const _0x2d6ca2=a6_0x7e2550,_0x33179d={'JirIk':_0x2d6ca2(0xa0),'jxhVu':function(_0x342fa3,_0x3d3d45){return _0x342fa3(_0x3d3d45);},'sqLcB':function(_0x5d3464,_0x3884c0){return _0x5d3464+_0x3884c0;},'JzBop':_0x2d6ca2(0xec),'vMklX':_0x2d6ca2(0xe7),'kHFNq':function(_0x45027e,_0x1cffd2){return _0x45027e!==_0x1cffd2;},'ryskp':_0x2d6ca2(0xb9),'aPbgi':_0x2d6ca2(0xc6),'HkYGu':function(_0x241c05,_0x352e1b){return _0x241c05===_0x352e1b;},'lTnup':_0x2d6ca2(0x13b),'euDML':_0x2d6ca2(0xf6),'qyByW':_0x2d6ca2(0x8f),'jpqiz':function(_0x3e572d,_0x5d897b){return _0x3e572d===_0x5d897b;},'OtKlf':'tSYIZ','jNQhs':function(_0x8b6837,_0xcbffc4){return _0x8b6837+_0xcbffc4;},'FJyaI':function(_0x4bfedc,_0x2c215a){return _0x4bfedc+_0x2c215a;},'hARZQ':function(_0x35d83d,_0x2b8a4f){return _0x35d83d+_0x2b8a4f;},'ojgLD':_0x2d6ca2(0x135),'YenfM':_0x2d6ca2(0xb3),'VzLTm':function(_0x42977b,_0xbeb047){return _0x42977b(_0xbeb047);},'qBkXK':function(_0x5d13d2,_0x54bb7f){return _0x5d13d2===_0x54bb7f;},'mmXUO':_0x2d6ca2(0xac),'oKSLq':_0x2d6ca2(0x8a),'aSIkh':function(_0x3715ee,_0xb7717){return _0x3715ee(_0xb7717);},'mlFGc':function(_0x27913a,_0x16464d){return _0x27913a+_0x16464d;},'KzXaW':function(_0x211c1f,_0x30854e){return _0x211c1f+_0x30854e;},'Tpbib':'jLeIn','pdxlL':function(_0x1346db,_0x3aed91){return _0x1346db(_0x3aed91);},'FOLfX':function(_0x3b7950,_0x5b5374){return _0x3b7950+_0x5b5374;},'rjjGw':_0x2d6ca2(0x12e),'kzVtQ':_0x2d6ca2(0xfe),'jQsLn':_0x2d6ca2(0x10e),'OYRnW':_0x2d6ca2(0x10c),'TDpxa':_0x2d6ca2(0x141),'wKvWc':'test-run-finished','NWGVE':'test-step-started'};super(_0x194697),_0x194697[_0x2d6ca2(0xb1)]['on'](_0x33179d['jQsLn'],()=>{const _0x32b607=_0x2d6ca2,_0x106566={'PeKln':function(_0x57d80e,_0x3a04f9){const _0x3e77c0=a6_0x9f4b;return _0x33179d[_0x3e77c0(0x9b)](_0x57d80e,_0x3a04f9);}};if(_0x33179d[_0x32b607(0x105)](_0x33179d[_0x32b607(0x91)],_0x33179d[_0x32b607(0x111)])){let _0x3d72a7;if(_0x33179d['kHFNq'](process[_0x32b607(0xad)][_0x32b607(0xaa)],undefined)){if(_0x33179d['HkYGu'](_0x33179d['lTnup'],_0x33179d[_0x32b607(0x12f)]))_0x25ebb6['__platform']=_0x106566[_0x32b607(0xd8)](_0x591e63,_0x4b96bd),_0x42c25c[_0x32b607(0x126)]('Executing\x20tests\x20for\x20'+_0x4b5850[_0x32b607(0xb8)]);else{const _0x352296=JSON[_0x32b607(0xf2)](process[_0x32b607(0xad)][_0x32b607(0xaa)]);_0x3d72a7=_0x352296['capability'];}}_0x33179d[_0x32b607(0x105)](_0x3d72a7,undefined)&&(_0x33179d['HkYGu'](_0x33179d[_0x32b607(0x134)],_0x33179d[_0x32b607(0x134)])?(global[_0x32b607(0xb8)]=_0x33179d[_0x32b607(0x9b)](getPlatformName,_0x3d72a7),console['log'](_0x32b607(0x128)+global[_0x32b607(0xb8)])):_0x55ca83+=0x1);}else!_0x416232[_0x32b607(0xa8)]['uri'][_0x32b607(0xd5)](_0x33179d[_0x32b607(0x117)])&&(_0x33179d[_0x32b607(0x9b)](_0x5052e3,_0x21530c[_0x32b607(0x139)][_0x32b607(0x122)][_0x32b607(0x95)]()),_0x5ed888?_0x540504[_0x32b607(0x126)](_0x33179d[_0x32b607(0xc2)](_0x33179d[_0x32b607(0x8d)],_0x4f1b06[_0x32b607(0x139)][_0x32b607(0x122)][_0x32b607(0x95)]())):_0xd2e2ad['log'](_0x33179d[_0x32b607(0xc2)](_0x33179d['vMklX'],_0x3e5241['result'][_0x32b607(0x122)][_0x32b607(0x95)]())));}),_0x194697['eventBroadcaster']['on'](_0x33179d[_0x2d6ca2(0xaf)],()=>{const _0x1c2f33=_0x2d6ca2,_0xa7eac={'gXgxf':function(_0x58b284,_0x3fb9b8){const _0x397f51=a6_0x9f4b;return _0x33179d[_0x397f51(0xc2)](_0x58b284,_0x3fb9b8);}};_0x33179d[_0x1c2f33(0xf0)](_0x33179d[_0x1c2f33(0x98)],_0x33179d['OtKlf'])?testSuites+=0x1:(_0x3f70e5[_0x35e479[_0x1c2f33(0xef)]]=_0x123740,_0x1fb9d4[_0x1c2f33(0x126)](_0xa7eac[_0x1c2f33(0xa4)](_0x5dd631,'\x0a')));}),_0x194697[_0x2d6ca2(0xb1)]['on'](_0x33179d['TDpxa'],_0x5277b4=>{const _0x48a59a=_0x2d6ca2;_0x33179d[_0x48a59a(0x8e)](_0x33179d[_0x48a59a(0x10a)],_0x33179d[_0x48a59a(0xd6)])?(_0x35e341=!![],_0xfa9a2d['log'](_0x33179d[_0x48a59a(0x13f)](_0x33179d[_0x48a59a(0x102)](_0x33179d[_0x48a59a(0xbe)](_0x33179d['ojgLD'],_0x184b14[_0x28e241[_0x48a59a(0x127)][_0x48a59a(0xbf)]][_0x48a59a(0xce)]),_0x33179d[_0x48a59a(0x104)]),_0x302082[_0x48a59a(0x139)][_0x48a59a(0x122)]['toUpperCase']())),_0x33179d[_0x48a59a(0xa2)](_0x4ebc26,_0x451a6d[_0x48a59a(0x139)][_0x48a59a(0x122)]['toUpperCase']())):this[_0x48a59a(0xdb)](_0x5277b4);}),_0x194697[_0x2d6ca2(0xb1)]['on'](_0x33179d['wKvWc'],()=>{const _0x3ae3a5=_0x2d6ca2;_0x33179d['kHFNq'](_0x33179d['Tpbib'],_0x33179d[_0x3ae3a5(0xe3)])?(_0x33179d['aSIkh'](_0x43d07c,_0x2e25c7[_0x1eb1de][_0x3ae3a5(0x122)][_0x3ae3a5(0x95)]()),_0x28b1b7?_0x4d4df0[_0x3ae3a5(0x126)](_0x33179d['mlFGc'](_0x33179d[_0x3ae3a5(0x8d)],_0x578fd9[_0x4e4f0b]['status'][_0x3ae3a5(0x95)]())):_0x3e22d8[_0x3ae3a5(0x126)](_0x33179d[_0x3ae3a5(0xee)](_0x33179d[_0x3ae3a5(0x103)],_0x26dd3e[_0x2d38ff][_0x3ae3a5(0x122)][_0x3ae3a5(0x95)]()))):totalTests-=0x2;}),_0x194697[_0x2d6ca2(0xb1)]['on'](_0x33179d[_0x2d6ca2(0x12c)],()=>{const _0x1ed345=_0x2d6ca2;_0x33179d['jpqiz'](_0x33179d[_0x1ed345(0x9f)],_0x33179d[_0x1ed345(0xb4)])?!_0x348909['actionLocation']['uri']['includes'](_0x33179d[_0x1ed345(0x117)])&&(_0x33179d[_0x1ed345(0xcd)](_0x4ae304,_0x14d1cf[_0x5e0b85][_0x1ed345(0x122)][_0x1ed345(0x95)]()),_0x2ba357?_0x561574[_0x1ed345(0x126)](_0x33179d['FOLfX'](_0x33179d[_0x1ed345(0x8d)],_0x4b911b[_0x2ef19d][_0x1ed345(0x122)][_0x1ed345(0x95)]())):_0x5aab55[_0x1ed345(0x126)](_0x33179d[_0x1ed345(0x119)](_0x33179d[_0x1ed345(0x103)],_0x329b3b[_0x17a632][_0x1ed345(0x122)]['toUpperCase']()))):totalTests+=0x1;});}[a6_0x7e2550(0xdb)](_0x5c1569){const _0x325d0d=a6_0x7e2550,_0x563d65={'hmmtG':function(_0x550a61,_0x5bb441){return _0x550a61+_0x5bb441;},'QcjpH':_0x325d0d(0xec),'WidiT':function(_0x1256bb,_0x43c2b0){return _0x1256bb!==_0x43c2b0;},'MrqXZ':_0x325d0d(0xe2),'VIhIB':_0x325d0d(0x136),'Pfrzj':_0x325d0d(0xe9),'kUMlq':_0x325d0d(0xf8),'jWmex':_0x325d0d(0xe5),'PMgbA':_0x325d0d(0xfb),'wCUpX':_0x325d0d(0xf5),'DBZKI':_0x325d0d(0xf7),'MnBcD':_0x325d0d(0xf3),'mKGsN':function(_0x25dcd9,_0x4a01c9){return _0x25dcd9+_0x4a01c9;},'aSidp':_0x325d0d(0xe7),'XjpvU':function(_0x27c629,_0x3d57ee){return _0x27c629(_0x3d57ee);},'OilXd':function(_0x54324b,_0x119876){return _0x54324b(_0x119876);},'xlZtB':function(_0x39b234,_0x202aab,_0x4985a8){return _0x39b234(_0x202aab,_0x4985a8);},'xDQns':'result','NaIMS':_0x325d0d(0xbc),'EXSsx':_0x325d0d(0x138),'rvwIM':_0x325d0d(0x125),'cPQUA':_0x325d0d(0x97),'VJBYv':function(_0x21263f,_0x19c1e7){return _0x21263f!==_0x19c1e7;},'JQvgT':_0x325d0d(0xf4),'DKEKb':_0x325d0d(0xea),'WkAOO':function(_0x47fd82,_0x1cc090){return _0x47fd82+_0x1cc090;},'rBBiu':_0x325d0d(0x135),'EDxww':'\x20-\x20','RjGNb':function(_0xb2c1e0,_0x532180){return _0xb2c1e0(_0x532180);},'WkEVI':function(_0x35d511,_0x582594){return _0x35d511===_0x582594;},'IcSgU':_0x325d0d(0xd1),'Svvju':'cucumber-js/test_old.setup.js','xFAQE':function(_0x4d276e,_0x445be1){return _0x4d276e===_0x445be1;},'QhJVP':_0x325d0d(0xed),'ecdCf':function(_0x1e9f09,_0x190d60){return _0x1e9f09===_0x190d60;},'oiaGS':_0x325d0d(0xb2),'dNsHK':_0x325d0d(0x12a),'znzKO':function(_0x5b9026,_0x2f14e2){return _0x5b9026+_0x2f14e2;},'JKbXu':'cKqSc','PqEup':'lUBvp','aLPgt':function(_0x2f6242,_0x2f4293){return _0x2f6242===_0x2f4293;},'Uumfs':'VINTp','BjsMD':function(_0x3ee83c,_0xf32f54,_0xc26f99){return _0x3ee83c(_0xf32f54,_0xc26f99);},'buqXf':function(_0x4b3004,_0x334c66){return _0x4b3004===_0x334c66;},'tZQYX':'xRhSR','QfgTi':function(_0x221d7c,_0x3a2b6b){return _0x221d7c+_0x3a2b6b;},'YsHGe':function(_0x4ee333,_0x47f427){return _0x4ee333+_0x47f427;},'CYxcQ':function(_0x430732,_0xc95400){return _0x430732+_0xc95400;},'uaIwo':function(_0x15f802,_0x1f160b){return _0x15f802+_0x1f160b;},'jtAwO':function(_0xbc31fb,_0x2e784c){return _0xbc31fb+_0x2e784c;},'lBWFC':function(_0x5881f0,_0x9cb4d4){return _0x5881f0+_0x9cb4d4;},'egOqe':function(_0x1cf4be,_0x17501b){return _0x1cf4be!==_0x17501b;},'Sbrye':function(_0x2da1ac,_0x7039dd){return _0x2da1ac===_0x7039dd;},'yuzVa':_0x325d0d(0xba),'noRRw':function(_0xd12947,_0x333d79){return _0xd12947+_0x333d79;},'Feppz':'undefined','tKyhd':_0x325d0d(0x123),'OsdYC':_0x325d0d(0x10f),'iCuEK':function(_0xc0f55c,_0x5d8063){return _0xc0f55c+_0x5d8063;},'Sagmj':function(_0x334855,_0x2cf967){return _0x334855<_0x2cf967;},'WlkJU':'KurnK','ICKMJ':function(_0x350687,_0x240faa){return _0x350687+_0x240faa;},'qHITz':function(_0x5a39f9,_0x1b449c){return _0x5a39f9+_0x1b449c;},'GLCZo':function(_0x375e44,_0x55acb8){return _0x375e44+_0x55acb8;},'xjpRi':function(_0x2d9a29,_0x58f22a){return _0x2d9a29(_0x58f22a);},'fDTZM':function(_0xd9fcd7,_0x5a4254){return _0xd9fcd7!==_0x5a4254;},'gssos':_0x325d0d(0x9a),'LfTcj':'XnhBt','MusbA':_0x325d0d(0x109),'PYNCu':function(_0x5b7b48,_0x285f61){return _0x5b7b48===_0x285f61;},'PXSbp':_0x325d0d(0xa1),'ryGCm':'cVnzn','MtjiK':function(_0x55c30e,_0x4dda98){return _0x55c30e===_0x4dda98;},'KFFZZ':_0x325d0d(0xab),'lMKXM':_0x325d0d(0x8c),'fHvGy':function(_0x42a5a2,_0x4dab08){return _0x42a5a2+_0x4dab08;},'vOLvh':function(_0x4186e3,_0x380960,_0x1109dc){return _0x4186e3(_0x380960,_0x1109dc);},'pEAeA':function(_0x580156,_0x5b1e6c){return _0x580156+_0x5b1e6c;},'UnIVz':function(_0x56f89e,_0x7a6150){return _0x56f89e+_0x7a6150;}};let _0x3c2528=![];function _0x175f60(_0x15607d){const _0x2d6570=_0x325d0d,_0x2eef0e={'zZzCA':function(_0x1c73a0,_0x3ed8f4){const _0x27d63b=a6_0x9f4b;return _0x563d65[_0x27d63b(0xf1)](_0x1c73a0,_0x3ed8f4);},'enkot':_0x563d65['QcjpH']};if(_0x563d65[_0x2d6570(0x114)](_0x563d65[_0x2d6570(0xd9)],_0x563d65[_0x2d6570(0xfc)]))switch(_0x15607d){case _0x563d65[_0x2d6570(0x133)]:testsFailed+=0x1;break;case _0x563d65[_0x2d6570(0xb0)]:testsPassed+=0x1;break;case _0x563d65[_0x2d6570(0xc1)]:testsSkipped+=0x1;break;case _0x563d65['PMgbA']:testsPending+=0x1;break;case _0x563d65[_0x2d6570(0x115)]:testsUndefined+=0x1;break;case _0x563d65[_0x2d6570(0x94)]:testsUnknown+=0x1;break;case _0x563d65[_0x2d6570(0x10b)]:testsAmbiguous+=0x1;break;default:break;}else _0x79fd28[_0x2d6570(0x126)](_0x2eef0e[_0x2d6570(0xca)](_0x2eef0e['enkot'],_0x3b433d[_0x391576][_0x2d6570(0x122)]['toUpperCase']()));}_0x563d65[_0x325d0d(0xda)](global[_0x325d0d(0xb8)],undefined)&&(_0x563d65[_0x325d0d(0x108)](_0x563d65['yuzVa'],_0x563d65['yuzVa'])?console['log'](_0x563d65[_0x325d0d(0xb7)](_0x563d65[_0x325d0d(0xeb)]('\x0a',global[_0x325d0d(0xb8)]),'\x0a')):_0x392edd['log'](_0x563d65[_0x325d0d(0x96)](_0x563d65['aSidp'],_0x176176[_0x335a07][_0x325d0d(0x122)][_0x325d0d(0x95)]())));let _0x490cf2=![];if(_0x563d65['WidiT'](typeof this[_0x325d0d(0xdd)][_0x325d0d(0xa7)],_0x563d65['Feppz'])){if(_0x563d65['egOqe'](_0x563d65[_0x325d0d(0x99)],_0x563d65[_0x325d0d(0xc8)])){var _0x4483f2=this[_0x325d0d(0xdd)][_0x325d0d(0xa7)](_0x5c1569[_0x325d0d(0x127)]),_0x1d8801=_0x4483f2['pickle'],_0x48728f=_0x4483f2[_0x325d0d(0x11c)];console[_0x325d0d(0x126)](_0x563d65[_0x325d0d(0xff)]('\x20\x20',_0x1d8801[_0x325d0d(0xef)]));var _0x4e5eb9=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x1d8801);_0x48728f[_0x325d0d(0x8b)][_0x325d0d(0x13e)](function(_0x58833d){const _0x3c8e50=_0x325d0d;if(_0x563d65['WidiT'](_0x563d65['rvwIM'],_0x563d65[_0x3c8e50(0xc3)])){if(_0x58833d['actionLocation']&&_0x58833d['sourceLocation'])_0x563d65[_0x3c8e50(0xd0)](_0x563d65[_0x3c8e50(0x11e)],_0x563d65[_0x3c8e50(0x9d)])?(_0x3c2528=!![],console['log'](_0x563d65['mKGsN'](_0x563d65['WkAOO'](_0x563d65[_0x3c8e50(0x96)](_0x563d65[_0x3c8e50(0x130)],_0x4e5eb9[_0x58833d[_0x3c8e50(0x127)][_0x3c8e50(0xbf)]][_0x3c8e50(0xce)]),_0x563d65[_0x3c8e50(0xa6)]),_0x58833d[_0x3c8e50(0x139)][_0x3c8e50(0x122)][_0x3c8e50(0x95)]())),_0x563d65[_0x3c8e50(0x113)](_0x175f60,_0x58833d[_0x3c8e50(0x139)][_0x3c8e50(0x122)][_0x3c8e50(0x95)]())):(_0x563d65[_0x3c8e50(0x110)](_0x23f43e,_0xc30a06[_0x3c8e50(0x139)]['status'][_0x3c8e50(0x95)]()),_0xf5a830?_0xe7d2a9['log'](_0x563d65[_0x3c8e50(0x96)](_0x563d65[_0x3c8e50(0x90)],_0x4887d3[_0x3c8e50(0x139)][_0x3c8e50(0x122)][_0x3c8e50(0x95)]())):_0x59b80c[_0x3c8e50(0x126)](_0x563d65[_0x3c8e50(0xf1)](_0x563d65['aSidp'],_0x45a39e[_0x3c8e50(0x139)][_0x3c8e50(0x122)][_0x3c8e50(0x95)]())));else{if(_0x58833d[_0x3c8e50(0xa8)]){if(_0x563d65['WkEVI'](_0x563d65[_0x3c8e50(0xdf)],_0x563d65[_0x3c8e50(0xdf)])){if(!_0x58833d['actionLocation'][_0x3c8e50(0x12b)]['includes'](_0x563d65[_0x3c8e50(0xb5)])){if(_0x563d65[_0x3c8e50(0x13a)](_0x563d65[_0x3c8e50(0xd2)],_0x563d65['QhJVP'])){_0x563d65['OilXd'](_0x175f60,_0x58833d[_0x3c8e50(0x139)][_0x3c8e50(0x122)][_0x3c8e50(0x95)]());if(_0x3c2528){if(_0x563d65[_0x3c8e50(0xa3)](_0x563d65['oiaGS'],_0x563d65[_0x3c8e50(0xae)])){const _0x3d6e1f=_0x239324[_0x3c8e50(0xf2)](_0x39f110['env'][_0x3c8e50(0xaa)]);_0x23b371=_0x3d6e1f[_0x3c8e50(0x13d)];}else console[_0x3c8e50(0x126)](_0x563d65[_0x3c8e50(0xa9)](_0x563d65[_0x3c8e50(0x90)],_0x58833d['result'][_0x3c8e50(0x122)][_0x3c8e50(0x95)]()));}else _0x563d65[_0x3c8e50(0x114)](_0x563d65[_0x3c8e50(0x9e)],_0x563d65[_0x3c8e50(0xe4)])?console[_0x3c8e50(0x126)](_0x563d65[_0x3c8e50(0xd4)](_0x563d65['aSidp'],_0x58833d['result']['status']['toUpperCase']())):_0x38d5d2+=0x1;}else{let _0x5222cb;if(_0x563d65[_0x3c8e50(0x114)](_0xdef47a[_0x3c8e50(0xad)][_0x3c8e50(0xaa)],_0x63020)){const _0x47cd20=_0x57cf62[_0x3c8e50(0xf2)](_0x571f56[_0x3c8e50(0xad)][_0x3c8e50(0xaa)]);_0x5222cb=_0x47cd20[_0x3c8e50(0x13d)];}_0x563d65[_0x3c8e50(0x114)](_0x5222cb,_0x1ee8e3)&&(_0x2a6645[_0x3c8e50(0xb8)]=_0x563d65[_0x3c8e50(0xd3)](_0x3c3fc4,_0x5222cb),_0x588fd3['log']('Executing\x20tests\x20for\x20'+_0x3c0355[_0x3c8e50(0xb8)]));}}}else this[_0x3c8e50(0xdb)](_0x41325f);}}if(_0x563d65[_0x3c8e50(0x112)](_0x58833d[_0x3c8e50(0x139)][_0x3c8e50(0x122)][_0x3c8e50(0x95)](),_0x563d65[_0x3c8e50(0x133)])){if(_0x563d65[_0x3c8e50(0x114)](_0x563d65[_0x3c8e50(0x118)],_0x563d65['Uumfs'])){const _0x46298a=_0x563d65[_0x3c8e50(0xe8)](_0x58b04a,_0x4aaa7a,[_0x563d65[_0x3c8e50(0x121)],_0x563d65['NaIMS'],_0x563d65[_0x3c8e50(0xc5)]]);_0x46298a&&(_0x383a98[_0x4f5d62[_0x3c8e50(0xef)]]=_0x46298a,_0x1e284c[_0x3c8e50(0x126)](_0x563d65['hmmtG'](_0x46298a,'\x0a'))),_0xea409c=!![];}else{const _0x3d0249=_0x563d65[_0x3c8e50(0xbb)](nestedKeyValue,_0x58833d,[_0x563d65[_0x3c8e50(0x121)],_0x563d65[_0x3c8e50(0x93)],_0x563d65[_0x3c8e50(0xc5)]]);_0x3d0249&&(_0x563d65[_0x3c8e50(0x132)](_0x563d65[_0x3c8e50(0x11d)],_0x563d65['tZQYX'])?(testsErrorMessage[_0x1d8801['name']]=_0x3d0249,console[_0x3c8e50(0x126)](_0x563d65[_0x3c8e50(0xa9)](_0x3d0249,'\x0a'))):_0x8cd97b[_0x3c8e50(0x126)](_0x563d65['mKGsN'](_0x563d65['hmmtG']('\x0a',_0x1f16c5['__platform']),'\x0a'))),_0x490cf2=!![];}}}else _0x5267dc-=0x2;});}else _0xba5161['log'](_0x563d65['QfgTi'](_0x563d65[_0x325d0d(0x90)],_0x521f78[_0x325d0d(0x139)][_0x325d0d(0x122)]['toUpperCase']()));}else{const _0x5b0fc0=this[_0x325d0d(0xdd)][_0x325d0d(0xc7)](_0x5c1569);console[_0x325d0d(0x126)](_0x563d65[_0x325d0d(0xb7)](_0x563d65[_0x325d0d(0xdc)](_0x563d65[_0x325d0d(0xc4)]('\x20\x20',_0x5b0fc0[_0x325d0d(0xc0)][_0x325d0d(0x107)][_0x325d0d(0xef)]),_0x563d65[_0x325d0d(0xa6)]),_0x5b0fc0[_0x325d0d(0xc9)][_0x325d0d(0xef)]));const _0x4403a0=(0x0,pickleParser[_0x325d0d(0xcc)])(_0x5b0fc0[_0x325d0d(0xc9)]),_0x5cdd55=_0x5b0fc0[_0x325d0d(0x11c)][_0x325d0d(0x8b)],_0x585e32=_0x5b0fc0['stepResults'],_0x23176f=_0x5cdd55[_0x325d0d(0xf9)];for(let _0x46b595=0x0;_0x563d65[_0x325d0d(0xde)](_0x46b595,_0x23176f);_0x46b595++){const _0x12b7c7=_0x5cdd55[_0x46b595];if(_0x12b7c7['actionLocation']&&_0x12b7c7[_0x325d0d(0x127)])_0x563d65[_0x325d0d(0xa3)](_0x563d65[_0x325d0d(0x124)],_0x563d65[_0x325d0d(0x124)])?(_0x3c2528=!![],console['log'](_0x563d65[_0x325d0d(0x137)](_0x563d65['qHITz'](_0x563d65[_0x325d0d(0x11a)](_0x563d65[_0x325d0d(0x130)],_0x4403a0[_0x12b7c7[_0x325d0d(0x127)]['line']][_0x325d0d(0xce)]),_0x563d65['EDxww']),_0x585e32[_0x46b595][_0x325d0d(0x122)][_0x325d0d(0x95)]())),_0x563d65['xjpRi'](_0x175f60,_0x585e32[_0x46b595][_0x325d0d(0x122)][_0x325d0d(0x95)]())):_0x41d031[_0x325d0d(0x126)](_0x563d65[_0x325d0d(0xa9)](_0x563d65[_0x325d0d(0x12d)],_0x5adbb8[_0x325d0d(0x139)][_0x325d0d(0x122)]['toUpperCase']()));else{if(_0x12b7c7[_0x325d0d(0xa8)]){if(_0x563d65[_0x325d0d(0x129)](_0x563d65['gssos'],_0x563d65[_0x325d0d(0xbd)]))!_0x12b7c7[_0x325d0d(0xa8)][_0x325d0d(0x12b)][_0x325d0d(0xd5)](_0x563d65[_0x325d0d(0xb5)])&&(_0x563d65[_0x325d0d(0x129)](_0x563d65[_0x325d0d(0xe1)],_0x563d65[_0x325d0d(0xe1)])?(_0x50095f=!![],_0x2bb87a[_0x325d0d(0x126)](_0x563d65[_0x325d0d(0x96)](_0x563d65[_0x325d0d(0xa9)](_0x563d65['YsHGe'](_0x563d65[_0x325d0d(0x130)],_0xbd648a[_0x48d098['sourceLocation']['line']][_0x325d0d(0xce)]),_0x563d65['EDxww']),_0x2bee10[_0x187988]['status'][_0x325d0d(0x95)]())),_0x563d65[_0x325d0d(0x110)](_0x49fd7a,_0x42e652[_0x552d20]['status'][_0x325d0d(0x95)]())):(_0x563d65[_0x325d0d(0x110)](_0x175f60,_0x585e32[_0x46b595][_0x325d0d(0x122)][_0x325d0d(0x95)]()),_0x3c2528?_0x563d65[_0x325d0d(0xfa)](_0x563d65[_0x325d0d(0x106)],_0x563d65[_0x325d0d(0x101)])?_0x5b13ee+=0x1:console['log'](_0x563d65[_0x325d0d(0xeb)](_0x563d65[_0x325d0d(0x90)],_0x585e32[_0x46b595][_0x325d0d(0x122)][_0x325d0d(0x95)]())):_0x563d65[_0x325d0d(0x9c)](_0x563d65[_0x325d0d(0x100)],_0x563d65[_0x325d0d(0x11b)])?(_0x42d7c5[_0x563d65['CYxcQ'](_0x563d65[_0x325d0d(0xe6)](_0x1d5ccf[_0x325d0d(0xc0)][_0x325d0d(0x107)]['name'],_0x563d65['EDxww']),_0x3eef5a[_0x325d0d(0xc9)]['name'])]=_0x2756ad,_0x4f9b1d[_0x325d0d(0x126)](_0x563d65[_0x325d0d(0x11f)](_0x1a0252,'\x0a'))):console[_0x325d0d(0x126)](_0x563d65[_0x325d0d(0x116)](_0x563d65[_0x325d0d(0x12d)],_0x585e32[_0x46b595]['status']['toUpperCase']()))));else{_0x30242c=!![];const _0x586c10=_0x563d65[_0x325d0d(0xbb)](_0x3b801a,_0x42e95e[_0x3860f0],[_0x563d65[_0x325d0d(0x93)],_0x563d65[_0x325d0d(0xc5)]]);_0x586c10&&(_0x4245d7[_0x563d65[_0x325d0d(0xff)](_0x563d65[_0x325d0d(0xeb)](_0x42db18[_0x325d0d(0xc0)]['feature'][_0x325d0d(0xef)],_0x563d65['EDxww']),_0xa98847[_0x325d0d(0xc9)]['name'])]=_0x586c10,_0x23473f[_0x325d0d(0x126)](_0x563d65[_0x325d0d(0xdc)](_0x586c10,'\x0a')));}}}if(_0x563d65[_0x325d0d(0x9c)](_0x585e32[_0x46b595]['status'][_0x325d0d(0x95)](),_0x563d65['Pfrzj'])){_0x490cf2=!![];const _0x5ef92e=_0x563d65[_0x325d0d(0x131)](nestedKeyValue,_0x585e32[_0x46b595],[_0x563d65['NaIMS'],_0x563d65[_0x325d0d(0xc5)]]);_0x5ef92e&&(testsErrorMessage[_0x563d65[_0x325d0d(0x13c)](_0x563d65[_0x325d0d(0xd7)](_0x5b0fc0[_0x325d0d(0xc0)]['feature'][_0x325d0d(0xef)],_0x563d65[_0x325d0d(0xa6)]),_0x5b0fc0[_0x325d0d(0xc9)][_0x325d0d(0xef)])]=_0x5ef92e,console[_0x325d0d(0x126)](_0x563d65[_0x325d0d(0xa5)](_0x5ef92e,'\x0a')));}}}_0x490cf2&&(testSuitesFailed+=0x1),console[_0x325d0d(0x126)]('\x0a');}}module['exports']=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a7_0x338607=a7_0x3c03;(function(_0x5ef913,_0x1ae8cc){const _0x4beff6=a7_0x3c03,_0x81357c=_0x5ef913();while(!![]){try{const _0x9a08a2=-parseInt(_0x4beff6(0x76))/0x1+parseInt(_0x4beff6(0xbc))/0x2+parseInt(_0x4beff6(0x8b))/0x3*(-parseInt(_0x4beff6(0x89))/0x4)+-parseInt(_0x4beff6(0xd7))/0x5*(-parseInt(_0x4beff6(0xaf))/0x6)+-parseInt(_0x4beff6(0xf7))/0x7*(parseInt(_0x4beff6(0xbf))/0x8)+-parseInt(_0x4beff6(0x94))/0x9+-parseInt(_0x4beff6(0x9e))/0xa*(-parseInt(_0x4beff6(0x73))/0xb);if(_0x9a08a2===_0x1ae8cc)break;else _0x81357c['push'](_0x81357c['shift']());}catch(_0xa29984){_0x81357c['push'](_0x81357c['shift']());}}}(a7_0x4032,0xca31e));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a7_0x338607(0x99)),setKeepAlive=require(a7_0x338607(0x86)),PerformanceTester=require(a7_0x338607(0x7b)),cucumberModule=requireModule(a7_0x338607(0xab)),logger=require('../../helpers/logger')[a7_0x338607(0xa6)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule['After'],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a7_0x338607(0xd6)],AfterStep=cucumberModule[a7_0x338607(0x93)],configuration=process['env'][a7_0x338607(0xea)];if(configuration!==undefined){const config=JSON[a7_0x338607(0x84)](configuration);isTrue(config[a7_0x338607(0xb6)])&&(global['__skipSessionName']=!![]),global[a7_0x338607(0xeb)]=isTrue(config[a7_0x338607(0xbd)]),require(a7_0x338607(0xcc))[a7_0x338607(0xc3)](config),global[a7_0x338607(0xd3)]=config[a7_0x338607(0x7f)]||{};}global[a7_0x338607(0xb2)]=0x0;const __setDefaultTimeout=cucumberModule[a7_0x338607(0xde)];function a7_0x4032(){const _0x5406fe=['../../helpers/setKeepAlive','stringify','vMFcL','512GDqtTX','MfTEf','16602ZNubEM','oRKTQ','WBogh','GOkLz','VjGMy','PamZC','SLlCN','OjHnc','AfterStep','13182210kSFYHE','stopMonitoring','\x20|\x20','Error:\x20at\x20After\x20Step:\x20','bstack','../../helpers/helper','text','toString','pgoRg','push','18053950uDmiBY','Inside\x20browserstack\x20AfterAll','driverCleanup','oihzO','ocbga','BCVpI','Inside\x20browserstack\x20After','name','winstonLogger','lVBKi','UDyym','rXtaW','tswSR','@cucumber/cucumber/lib/index.js','message','RnMlM','pbVsk','726nCcMxQ','__drivers','staKO','__timeout','TJHoB','ZFxNR','LnIgD','skipSessionName','__sessionFailed','SCnBL','pickleStep','nzmfl','OtDuC','2428610cQiSye','skipSessionStatus','passed','40rAvclo','ryqyz','Inside\x20browserstack\x20Before','rgUnT','browserstackAgentV2','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','failed','Failed:\x20','\x22}}','Error:\x20quiting\x20driver\x20at\x20After:\x20','length','FDutF','AqaEE','../../index','jiNcE','iWZFp','quitCount_','executeScript','gPXxL','result','__platformCaps','GdZLE','sANhZ','BeforeAll','30505pklujK','WLVty','info','exKlS','join','iGSeU','\x0aError:\x20','setDefaultTimeout','Error:\x20cleaning\x20up\x20driver:\x20',',\x22level\x22:\x20\x22','RzveO','Passed','dyhWB','Error:\x20at\x20After:\x20','ZDwun','initQuit','XbiRM','LBJsJ','BypTC','CONFIG','__skipSessionStatus','tCPZM','Passed:\x20','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','MYufI','session_','error','TRUyN','jnDFl','eFbUp','__error_messages__','RiYps','1276639BCCarM','BoAwS','WciVi','__skipSessionName','BNizJ','toLowerCase','startMonitoring','QUWpY','Inside\x20browserstack\x20BeforeAll','22GQDqvA','QFMiu','debug','1650199CtfYOM','timeout','split','pickle','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','../../helpers/performance-tester','Fdxbj','nLEjM','pOlCW','platformCaps','sbqEb','lrQcu','2|0|4|3|1','status','parse','tAOlz'];a7_0x4032=function(){return _0x5406fe;};return a7_0x4032();}cucumberModule[a7_0x338607(0xde)]=_0x52fc6e=>{const _0x4598e9=a7_0x338607,_0xf4c32d={'lrQcu':function(_0x245962,_0x2f2897){return _0x245962(_0x2f2897);}};global[_0x4598e9(0xb2)]=_0x52fc6e,_0xf4c32d[_0x4598e9(0x81)](__setDefaultTimeout,_0x52fc6e);};const a7_0x502110={};a7_0x502110['name']=a7_0x338607(0x98),BeforeAll(a7_0x502110,function(){const _0x1e38da=a7_0x338607,_0x1002bb={'OjHnc':function(_0x33e8c9,_0x3055a0){return _0x33e8c9(_0x3055a0);},'tCPZM':function(_0x32c4a9,_0x471ac8){return _0x32c4a9(_0x471ac8);},'pKQad':function(_0x2a1d6f,_0x112ef6){return _0x2a1d6f(_0x112ef6);},'VdCle':function(_0x20fc9f,_0xd00e44){return _0x20fc9f(_0xd00e44);},'rgUnT':'../../index','rXtaW':function(_0x53a38b,_0x1c30d9){return _0x53a38b!==_0x1c30d9;},'SCnBL':_0x1e38da(0xba),'VUDlb':'ToYwT','dyhWB':_0x1e38da(0xd1),'nLEjM':function(_0x860537,_0xc3b7b8){return _0x860537!==_0xc3b7b8;},'eFbUp':_0x1e38da(0xa7),'RnMlM':function(_0x54b2f3,_0x1ae6e3,_0x7461af,_0x2b00d4){return _0x54b2f3(_0x1ae6e3,_0x7461af,_0x2b00d4);},'pOlCW':_0x1e38da(0xc5),'EeXUz':_0x1e38da(0x96),'jLTTz':function(_0x5ad366,_0x449ba9){return _0x5ad366!==_0x449ba9;},'WOdUL':'YCgdU','sbqEb':_0x1e38da(0xd8),'jnDFl':function(_0x4cdb1b,_0x2ab7ee,_0x3b458){return _0x4cdb1b(_0x2ab7ee,_0x3b458);},'TRUyN':'passed','RzveO':function(_0x4a9169,_0x15c6dd){return _0x4a9169===_0x15c6dd;},'GOkLz':'afEdM','LsNiC':'RqcXJ','ffwlC':'ylPCE','BNizJ':function(_0x598245,_0x36dc93){return _0x598245===_0x36dc93;},'SLlCN':_0x1e38da(0x90),'tAOlz':'hrljc','BoAwS':'lAUQR','staKO':_0x1e38da(0x72)};PerformanceTester[_0x1e38da(0x70)](),logger[_0x1e38da(0x75)](_0x1002bb[_0x1e38da(0xb1)]),global[_0x1e38da(0xf5)]=[],global[_0x1e38da(0xb7)]=![],global[_0x1e38da(0xa0)]=async()=>{const _0x120626=_0x1e38da;if(_0x1002bb[_0x120626(0xa9)](_0x1002bb[_0x120626(0xb8)],_0x1002bb[_0x120626(0xb8)]))_0x532062['__timeout']=_0x47c16a,_0x1002bb[_0x120626(0x92)](_0x2fcfc1,_0x4529a7);else{let _0x1a30df=![];try{_0x1002bb[_0x120626(0xa9)](_0x1002bb['VUDlb'],_0x1002bb[_0x120626(0xe3)])?(await global[_0x120626(0xb0)][0x0][_0x120626(0xf0)],_0x1a30df=!![],global[_0x120626(0xb7)]?_0x1002bb[_0x120626(0x7d)](_0x1002bb[_0x120626(0xf4)],_0x1002bb['eFbUp'])?_0x278e80[_0x120626(0xf5)][_0x120626(0x9d)](_0x32ccd3[_0x120626(0xd2)][_0x120626(0xac)]):await _0x1002bb[_0x120626(0xad)](markSessionStatus,global['__drivers'][0x0],_0x1002bb[_0x120626(0x7e)],global[_0x120626(0xf5)][_0x120626(0xdb)](_0x1002bb['EeXUz'])):_0x1002bb['jLTTz'](_0x1002bb['WOdUL'],_0x1002bb[_0x120626(0x80)])?await _0x1002bb[_0x120626(0xf3)](markSessionStatus,global[_0x120626(0xb0)][0x0],_0x1002bb[_0x120626(0xf2)]):_0xc34b0f['debug'](_0x120626(0xe4)+_0x4e0d2c)):_0x34d84e[_0x120626(0x6d)]=!![];}catch(_0xfd24c8){if(_0x1002bb[_0x120626(0xe1)](_0x1002bb[_0x120626(0x8e)],_0x1002bb[_0x120626(0x8e)]))logger['debug'](_0x120626(0xdf)+_0xfd24c8);else{const _0x1a2330=_0x5008c4[_0x120626(0x84)](_0x368dbe);_0x1002bb[_0x120626(0xec)](_0x3a0c11,_0x1a2330[_0x120626(0xb6)])&&(_0x451953[_0x120626(0x6d)]=!![]),_0x1d5f2e[_0x120626(0xeb)]=_0x1002bb['pKQad'](_0x39ed9f,_0x1a2330[_0x120626(0xbd)]),_0x1002bb['VdCle'](_0x3ee8e7,_0x1002bb[_0x120626(0xc2)])[_0x120626(0xc3)](_0x1a2330),_0x5285ce[_0x120626(0xd3)]=_0x1a2330[_0x120626(0x7f)]||{};}}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x1a30df){if(_0x1002bb[_0x120626(0xe1)](_0x1002bb['LsNiC'],_0x1002bb['ffwlC']))_0x988f8e['debug'](_0x120626(0x7a)+_0x333ac4);else try{_0x1002bb[_0x120626(0x6e)](_0x1002bb[_0x120626(0x91)],_0x1002bb[_0x120626(0x91)])?await global[_0x120626(0xb0)][0x0][_0x120626(0xe6)]():_0x52ef83[_0x120626(0x75)]('Error:\x20at\x20After\x20Step:\x20'+_0x3e8c19);}catch(_0x6037ba){_0x1002bb[_0x120626(0xa9)](_0x1002bb[_0x120626(0x85)],_0x1002bb[_0x120626(0xf8)])?logger[_0x120626(0x75)](_0x120626(0xee)+_0x6037ba):_0xf84235[_0x120626(0x75)](_0x120626(0xee)+_0xc47370);}}}};});const a7_0x204299={};a7_0x204299[a7_0x338607(0xa5)]='bstack',a7_0x204299['timeout']=0x2710,Before(a7_0x204299,function(_0x57c631,_0xd92428){const _0x212af2=a7_0x338607,_0x469f84={'FDutF':function(_0x1cb3e5,_0x5be7dc){return _0x1cb3e5>_0x5be7dc;},'vMFcL':function(_0x5cdabb,_0x4492f4){return _0x5cdabb!==_0x4492f4;},'ZFxNR':_0x212af2(0xaa),'jujsZ':_0x212af2(0xd4),'ryqyz':'GLmfQ','MfTEf':function(_0x299700){return _0x299700();},'iWZFp':_0x212af2(0xc1)};logger['debug'](_0x469f84[_0x212af2(0xce)]),new Promise(async _0x4f8215=>{const _0x545dac=_0x212af2;try{_0x469f84[_0x545dac(0xca)](global[_0x545dac(0xb0)][_0x545dac(0xc9)],0x1)&&(_0x469f84['vMFcL'](_0x469f84[_0x545dac(0xb4)],_0x469f84['jujsZ'])?(await global[_0x545dac(0xa0)](),global[_0x545dac(0xb0)]['shift']()):_0x32dec5[_0x545dac(0x75)](_0x545dac(0xc8)+_0x2cdb6b)),global[_0x545dac(0xb0)][0x0][_0x545dac(0xcf)]&&_0x469f84[_0x545dac(0xca)](global[_0x545dac(0xb0)][0x0][_0x545dac(0xcf)],0x0)&&(_0x469f84[_0x545dac(0x88)](_0x469f84[_0x545dac(0xc0)],_0x469f84[_0x545dac(0xc0)])?_0x59e914[_0x545dac(0x75)](_0x545dac(0xdf)+_0x4696e4):await global['driverCleanup']());}catch(_0x278395){}_0x469f84[_0x545dac(0x8a)](_0x4f8215);})['finally'](_0xd92428);});const a7_0x351388={};a7_0x351388['name']='bstack',a7_0x351388[a7_0x338607(0x77)]=0x2710,After(a7_0x351388,function(_0x3f8e84,_0x2da5e6){const _0x3d5c83=a7_0x338607,_0x1ad81a={'iGSeU':_0x3d5c83(0x82),'WBogh':function(_0x3839f0,_0x5bdc36){return _0x3839f0===_0x5bdc36;},'UDyym':'failed','Wppyh':function(_0x1653ab,_0x4cdd57){return _0x1653ab===_0x4cdd57;},'pbfgN':function(_0x435b02,_0x30e584,_0x1bc34e,_0x2418a2){return _0x435b02(_0x30e584,_0x1bc34e,_0x2418a2);},'VjGMy':'\x20|\x20','sANhZ':function(_0x5b2caa,_0x214d20,_0x44e5e6){return _0x5b2caa(_0x214d20,_0x44e5e6);},'QUWpY':_0x3d5c83(0xbe),'exKlS':function(_0x374ce8,_0x17f009){return _0x374ce8>_0x17f009;},'BCVpI':function(_0x1c679b,_0x5e17dd){return _0x1c679b>_0x5e17dd;},'MYufI':function(_0x4a6f59){return _0x4a6f59();},'OtDuC':_0x3d5c83(0xa4)};logger[_0x3d5c83(0x75)](_0x1ad81a[_0x3d5c83(0xbb)]),new Promise(async _0x5bc961=>{const _0x44cab6=_0x3d5c83;let _0x3238fb=![];try{const _0x101b9f=_0x1ad81a[_0x44cab6(0xdc)][_0x44cab6(0x78)]('|');let _0x1cb10b=0x0;while(!![]){switch(_0x101b9f[_0x1cb10b++]){case'0':await global['__drivers'][0x0][_0x44cab6(0xf0)];continue;case'1':if(_0x1ad81a[_0x44cab6(0x8d)](_0x3f8e84['result'][_0x44cab6(0x83)]['toString']()[_0x44cab6(0x6f)](),_0x1ad81a['UDyym'])||_0x1ad81a['Wppyh'](_0x3f8e84['result']['status'][_0x44cab6(0x9b)]()[_0x44cab6(0x6f)](),'6')){try{global['__error_messages__'][_0x44cab6(0x9d)](_0x3f8e84['result']['message']);}catch(_0x974b30){logger['debug'](_0x44cab6(0x7a)+_0x974b30);}await _0x1ad81a['pbfgN'](markSessionStatus,global[_0x44cab6(0xb0)][0x0],_0x1ad81a[_0x44cab6(0xa8)],global[_0x44cab6(0xf5)][_0x44cab6(0xdb)](_0x1ad81a[_0x44cab6(0x8f)]));}else await _0x1ad81a[_0x44cab6(0xd5)](markSessionStatus,global[_0x44cab6(0xb0)][0x0],_0x1ad81a[_0x44cab6(0x71)]);continue;case'2':_0x1ad81a[_0x44cab6(0xda)](global[_0x44cab6(0xb0)][_0x44cab6(0xc9)],0x1)&&(await global[_0x44cab6(0xa0)](),global['__drivers']['shift'](),global['__error_messages__']=[],global['__sessionFailed']=![]);continue;case'3':!global[_0x44cab6(0x6d)]&&await global[_0x44cab6(0xb0)][0x0][_0x44cab6(0xd0)](_0x44cab6(0xc4)+_0x3f8e84[_0x44cab6(0x79)]['name']+_0x44cab6(0xc7));continue;case'4':_0x3238fb=!![];continue;}break;}}catch(_0x4b6fd1){logger['debug'](_0x44cab6(0xe4)+_0x4b6fd1);}if(_0x3238fb)try{global['__drivers'][0x0]&&_0x1ad81a[_0x44cab6(0xa3)](global[_0x44cab6(0xb0)][0x0][_0x44cab6(0xcf)],0x0)&&await global[_0x44cab6(0xb0)][0x0]['initQuit']();}catch(_0x1b138c){logger[_0x44cab6(0x75)](_0x44cab6(0xc8)+_0x1b138c);}_0x1ad81a[_0x44cab6(0xef)](_0x5bc961);})['finally'](()=>_0x2da5e6());});const a7_0x10cc92={};a7_0x10cc92[a7_0x338607(0xa5)]=a7_0x338607(0x98),a7_0x10cc92['timeout']=0x2710,AfterStep(a7_0x10cc92,function(_0xf269d6,_0x1f42ff){const _0x4d1e17=a7_0x338607,_0x4e4f60={'jiNcE':function(_0x10c43d,_0x21dde5){return _0x10c43d===_0x21dde5;},'LBJsJ':_0x4d1e17(0xc5),'BypTC':function(_0x1976b5,_0x2eedbb){return _0x1976b5!==_0x2eedbb;},'oihzO':function(_0xf8160e,_0x2c673b,_0x102f11){return _0xf8160e(_0x2c673b,_0x102f11);},'xhAdf':function(_0x430006,_0x5a7a99){return _0x430006+_0x5a7a99;},'pgoRg':function(_0x1464eb,_0x53f36f){return _0x1464eb+_0x53f36f;},'QFMiu':function(_0x11468e,_0x2c851d){return _0x11468e+_0x2c851d;},'ZDwun':_0x4d1e17(0xc6),'ocbga':_0x4d1e17(0xdd),'oRKTQ':_0x4d1e17(0xf1),'XbiRM':function(_0xea004d,_0x4384ec){return _0xea004d+_0x4384ec;},'AqaEE':_0x4d1e17(0xed),'WciVi':_0x4d1e17(0xd9),'pbVsk':function(_0x351557,_0x5b8e0e,_0x17eeec){return _0x351557(_0x5b8e0e,_0x17eeec);},'LnIgD':_0x4d1e17(0xe2),'TJHoB':function(_0x4d4f95){return _0x4d4f95();},'Fdxbj':'Inside\x20browserstack\x20AfterStep'};logger[_0x4d1e17(0x75)](_0x4e4f60[_0x4d1e17(0x7c)]);const _0x3ab733=async(_0x45c2ad,_0x1f0c81)=>{const _0x584b99=_0x4d1e17;await global[_0x584b99(0xb0)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x45c2ad+_0x584b99(0xe0)+_0x1f0c81+_0x584b99(0xc7));};new Promise(async _0x27bb96=>{const _0x5f44fd=_0x4d1e17;try{_0x4e4f60[_0x5f44fd(0xcd)](_0xf269d6['result'][_0x5f44fd(0x83)]['toString']()[_0x5f44fd(0x6f)](),_0x4e4f60[_0x5f44fd(0xe8)])||_0x4e4f60[_0x5f44fd(0xcd)](_0xf269d6['result'][_0x5f44fd(0x83)]['toString']()[_0x5f44fd(0x6f)](),'6')?(global[_0x5f44fd(0xb7)]=!![],global[_0x5f44fd(0xf5)][_0x5f44fd(0x9d)](_0xf269d6[_0x5f44fd(0xd2)][_0x5f44fd(0xac)]),_0x4e4f60['BypTC'](_0xf269d6[_0x5f44fd(0xb9)],undefined)?await _0x4e4f60['oihzO'](_0x3ab733,JSON[_0x5f44fd(0x87)](_0x4e4f60['xhAdf'](_0x4e4f60[_0x5f44fd(0x9c)](_0x4e4f60[_0x5f44fd(0x74)](_0x4e4f60[_0x5f44fd(0xe5)],'\x22'+_0xf269d6[_0x5f44fd(0xb9)][_0x5f44fd(0x9a)]+'\x22\x20'),_0x4e4f60[_0x5f44fd(0xa2)]),_0xf269d6[_0x5f44fd(0xd2)][_0x5f44fd(0xac)])),_0x4e4f60[_0x5f44fd(0x8c)]):await _0x4e4f60['oihzO'](_0x3ab733,JSON['stringify'](_0x4e4f60['QFMiu'](_0x4e4f60[_0x5f44fd(0xe5)],_0xf269d6[_0x5f44fd(0xd2)][_0x5f44fd(0xac)])),_0x4e4f60[_0x5f44fd(0x8c)])):_0x4e4f60[_0x5f44fd(0xe9)](_0xf269d6[_0x5f44fd(0xb9)],undefined)?await _0x4e4f60[_0x5f44fd(0xa1)](_0x3ab733,JSON[_0x5f44fd(0x87)](_0x4e4f60[_0x5f44fd(0xe7)](_0x4e4f60[_0x5f44fd(0xcb)],'\x22'+_0xf269d6[_0x5f44fd(0xb9)]['text']+'\x22')),_0x4e4f60[_0x5f44fd(0xf9)]):await _0x4e4f60[_0x5f44fd(0xae)](_0x3ab733,JSON[_0x5f44fd(0x87)](_0x4e4f60[_0x5f44fd(0xb5)]),_0x4e4f60[_0x5f44fd(0xf9)]);}catch(_0x293948){logger[_0x5f44fd(0x75)](_0x5f44fd(0x97)+_0x293948);}_0x4e4f60[_0x5f44fd(0xb3)](_0x27bb96);})['finally'](()=>_0x1f42ff());});function a7_0x3c03(_0x21de7b,_0x3b2306){const _0x403291=a7_0x4032();return a7_0x3c03=function(_0x3c03be,_0x30ee56){_0x3c03be=_0x3c03be-0x6d;let _0x3ae0c6=_0x403291[_0x3c03be];return _0x3ae0c6;},a7_0x3c03(_0x21de7b,_0x3b2306);}const a7_0x1dae02={};a7_0x1dae02['name']='bstack',a7_0x1dae02[a7_0x338607(0x77)]=0x7530,AfterAll(a7_0x1dae02,async function(_0x127984,_0x42686b){const _0x5685d8=a7_0x338607,_0x4ee0e8={'azWGa':function(_0x4a9e62){return _0x4a9e62();},'RiYps':_0x5685d8(0x9f)};logger[_0x5685d8(0x75)](_0x4ee0e8[_0x5685d8(0xf6)]),await new Promise(async _0x46cb30=>{const _0x104ed0=_0x5685d8;PerformanceTester[_0x104ed0(0x95)](),await global[_0x104ed0(0xa0)](),_0x4ee0e8['azWGa'](_0x46cb30);});});
|
|
1
|
+
const a7_0x1cbccf=a7_0x497f;(function(_0x5e7549,_0xf98bde){const _0x5db1dc=a7_0x497f,_0x29894a=_0x5e7549();while(!![]){try{const _0x4e16f8=parseInt(_0x5db1dc(0x7c))/0x1+-parseInt(_0x5db1dc(0xef))/0x2+-parseInt(_0x5db1dc(0xaf))/0x3*(parseInt(_0x5db1dc(0xb3))/0x4)+-parseInt(_0x5db1dc(0xb4))/0x5+-parseInt(_0x5db1dc(0xff))/0x6*(-parseInt(_0x5db1dc(0xc4))/0x7)+-parseInt(_0x5db1dc(0xdb))/0x8+parseInt(_0x5db1dc(0x9a))/0x9;if(_0x4e16f8===_0xf98bde)break;else _0x29894a['push'](_0x29894a['shift']());}catch(_0x56ca33){_0x29894a['push'](_0x29894a['shift']());}}}(a7_0xd38a,0x37873));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a7_0x1cbccf(0xe9)),PerformanceTester=require(a7_0x1cbccf(0xd4)),cucumberModule=requireModule(a7_0x1cbccf(0xae)),logger=require(a7_0x1cbccf(0xc8))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a7_0x1cbccf(0x98)],After=cucumberModule['After'],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a7_0x1cbccf(0xb6)],AfterStep=cucumberModule[a7_0x1cbccf(0xd6)],configuration=process[a7_0x1cbccf(0xd3)]['CONFIG'];if(configuration!==undefined){const config=JSON[a7_0x1cbccf(0x77)](configuration);isTrue(config[a7_0x1cbccf(0xab)])&&(global[a7_0x1cbccf(0xb7)]=!![]),global[a7_0x1cbccf(0xd5)]=isTrue(config[a7_0x1cbccf(0xe7)]),require('../../index')['browserstackAgentV2'](config),global[a7_0x1cbccf(0x8c)]=config[a7_0x1cbccf(0xd9)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a7_0x1cbccf(0xf2)]=_0x25c027=>{const _0x6aa376=a7_0x1cbccf,_0x587c69={'nJFXD':function(_0x2644cd,_0x39041e){return _0x2644cd(_0x39041e);}};global['__timeout']=_0x25c027,_0x587c69[_0x6aa376(0x8e)](__setDefaultTimeout,_0x25c027);};const a7_0x3501cd={};a7_0x3501cd[a7_0x1cbccf(0xc2)]=a7_0x1cbccf(0xee),BeforeAll(a7_0x3501cd,function(){const _0x4e49bb=a7_0x1cbccf,_0x417a2d={'fgJIS':function(_0x689373,_0x4b34a1){return _0x689373(_0x4b34a1);},'WmHWX':_0x4e49bb(0x89),'zCTqp':function(_0x53339e,_0x5bd158){return _0x53339e!==_0x5bd158;},'qFIzf':_0x4e49bb(0xf8),'RRIJb':'jDpEE','FATYd':function(_0x45ad39,_0x3a59d5){return _0x45ad39===_0x3a59d5;},'MbgdT':_0x4e49bb(0xc5),'cQpGb':function(_0x30e323,_0x1b3d92){return _0x30e323===_0x1b3d92;},'iCwYv':_0x4e49bb(0xea),'ngolq':_0x4e49bb(0xdc),'nIKDZ':function(_0x55d343,_0x19d15b,_0x2c5113,_0xcc5398){return _0x55d343(_0x19d15b,_0x2c5113,_0xcc5398);},'uLAPA':'failed','POeZY':'\x20|\x20','SUYHT':function(_0x42a07b,_0x24065d){return _0x42a07b===_0x24065d;},'gbqQc':_0x4e49bb(0xfe),'YeXNH':function(_0x217cd4,_0xd87c26,_0x289c02){return _0x217cd4(_0xd87c26,_0x289c02);},'LyzMu':_0x4e49bb(0xbb),'mPbsz':_0x4e49bb(0xe4),'OvIHE':'rcyZl','guxwW':function(_0x31a16e,_0x33d3f4){return _0x31a16e!==_0x33d3f4;},'bYEnE':_0x4e49bb(0xed),'cUHNR':_0x4e49bb(0xb2),'kOAdU':function(_0x55dd41,_0xa0fd05){return _0x55dd41===_0xa0fd05;},'izAeC':_0x4e49bb(0x7f),'DowOQ':_0x4e49bb(0xe6),'hKMEH':_0x4e49bb(0x8d),'ZUvnZ':'Inside\x20browserstack\x20BeforeAll'};PerformanceTester[_0x4e49bb(0xdf)](),logger['debug'](_0x417a2d[_0x4e49bb(0x8b)]),global['__error_messages__']=[],global[_0x4e49bb(0x93)]=![],global[_0x4e49bb(0x95)]=async()=>{const _0x3b28c9=_0x4e49bb,_0x2afb15={'pWbts':function(_0x15261e,_0x275318){return _0x417a2d['fgJIS'](_0x15261e,_0x275318);}};if(_0x417a2d[_0x3b28c9(0x78)](_0x417a2d[_0x3b28c9(0x9e)],_0x417a2d['RRIJb'])){let _0x36c652=![];try{_0x417a2d['FATYd'](_0x417a2d[_0x3b28c9(0xa7)],_0x417a2d[_0x3b28c9(0xa7)])?(await global['__drivers'][0x0]['session_'],_0x36c652=!![],global[_0x3b28c9(0x93)]?_0x417a2d[_0x3b28c9(0x73)](_0x417a2d['iCwYv'],_0x417a2d['ngolq'])?(_0x3916b0['__timeout']=_0x1641d6,_0x2afb15[_0x3b28c9(0xc7)](_0x15ea58,_0x4d74cc)):await _0x417a2d[_0x3b28c9(0xbf)](markSessionStatus,global['__drivers'][0x0],_0x417a2d['uLAPA'],global[_0x3b28c9(0x94)][_0x3b28c9(0xfb)](_0x417a2d['POeZY'])):_0x417a2d['SUYHT'](_0x417a2d[_0x3b28c9(0xf7)],_0x417a2d[_0x3b28c9(0xf7)])?await _0x417a2d['YeXNH'](markSessionStatus,global[_0x3b28c9(0x99)][0x0],_0x417a2d['LyzMu']):_0x4c2c98[_0x3b28c9(0xb7)]=!![]):_0x3878ea[_0x3b28c9(0x94)]['push'](_0x33f91d[_0x3b28c9(0xc1)][_0x3b28c9(0xc3)]);}catch(_0x237c64){if(_0x417a2d[_0x3b28c9(0x73)](_0x417a2d[_0x3b28c9(0x9d)],_0x417a2d[_0x3b28c9(0x9b)])){const _0x4a1a0a=_0x3690b4[_0x3b28c9(0x77)](_0x14f2b0);_0x417a2d[_0x3b28c9(0x97)](_0x434e9f,_0x4a1a0a[_0x3b28c9(0xab)])&&(_0x113f56[_0x3b28c9(0xb7)]=!![]),_0x5c423f[_0x3b28c9(0xd5)]=_0x417a2d['fgJIS'](_0x3ad293,_0x4a1a0a[_0x3b28c9(0xe7)]),_0x417a2d[_0x3b28c9(0x97)](_0x3d1f9a,_0x417a2d['WmHWX'])[_0x3b28c9(0x7e)](_0x4a1a0a),_0x276083[_0x3b28c9(0x8c)]=_0x4a1a0a[_0x3b28c9(0xd9)]||{};}else logger[_0x3b28c9(0xc9)](_0x3b28c9(0xa3)+_0x237c64);}global[_0x3b28c9(0x94)]=[],global[_0x3b28c9(0x93)]=![];if(_0x36c652){if(_0x417a2d[_0x3b28c9(0xe2)](_0x417a2d['bYEnE'],_0x417a2d['cUHNR']))try{_0x417a2d[_0x3b28c9(0x84)](_0x417a2d[_0x3b28c9(0xaa)],_0x417a2d[_0x3b28c9(0xaa)])?await global[_0x3b28c9(0x99)][0x0][_0x3b28c9(0xc0)]():_0x1c80e8[_0x3b28c9(0xc9)](_0x3b28c9(0x85)+_0x26255e);}catch(_0xfcbae3){_0x417a2d[_0x3b28c9(0x78)](_0x417a2d[_0x3b28c9(0xb0)],_0x417a2d[_0x3b28c9(0xb5)])?logger[_0x3b28c9(0xc9)](_0x3b28c9(0x9c)+_0xfcbae3):_0x36844d[_0x3b28c9(0xc9)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x32e54b);}else _0x48de35[_0x3b28c9(0xc9)](_0x3b28c9(0xa3)+_0x2e6ef2);}}else _0x89679b[_0x3b28c9(0xc9)](_0x3b28c9(0xb1)+_0x4a6818);};});function a7_0xd38a(){const _0x20313c=['MLqwp','quitCount_','text','../../index','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','ZUvnZ','__platformCaps','ngPxe','nJFXD','NFkPW','sUOIz','toString','Inside\x20browserstack\x20After','__sessionFailed','__error_messages__','driverCleanup',',\x22level\x22:\x20\x22','fgJIS','Before','__drivers','7909056DsaAwG','OvIHE','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','mPbsz','qFIzf','executeScript','Inside\x20browserstack\x20AfterAll','dPTdF','error','Error:\x20cleaning\x20up\x20driver:\x20','MhdhN','stopMonitoring','uZljp','MbgdT','Inside\x20browserstack\x20Before','yGWjC','izAeC','skipSessionName','xvbox','DHdFA','@cucumber/cucumber/lib/index.js','3hVkgbe','DowOQ','Error:\x20at\x20After:\x20','HxASv','937660qJkXoj','514185iBIvBW','hKMEH','BeforeAll','__skipSessionName','xyrTp','bdNsZ','toLowerCase','passed','pickle','DxZVx','XtlNW','nIKDZ','initQuit','result','name','message','70CsERvU','qhslg','\x22}}','pWbts','../../helpers/logger','debug','npwLg','EpNgs','CfFJt','kbPPD','rvAhI','oRlXH','Inside\x20browserstack\x20AfterStep','Error:\x20quiting\x20driver\x20at\x20After:\x20','UbSpJ','env','../../helpers/performance-tester','__skipSessionStatus','AfterStep','TkgAX','dzIAL','platformCaps','pickleStep','3370416eTkysx','lsUfX','COuee','OjoAi','startMonitoring','laeba','Passed:\x20','guxwW','AXuaj','buVIz','stringify','dIppy','skipSessionStatus','lDVeF','../../helpers/setKeepAlive','nOnky','shift','push','mJSRQ','bstack','660978ElZkBu','timeout','finally','setDefaultTimeout','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','split','status','\x20|\x20','gbqQc','mcWne','UggGe','umEjd','join','0|4|2|1|3','JWdpQ','AZUUI','230784nuzLQt','Failed:\x20','cQpGb','Passed','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','DydQp','parse','zCTqp','dRPdv','Ukmwk','zlaRZ','53062lIDWqi','YXzsl','browserstackAgentV2','itIEj','YECyB','length','failed','dATCo','kOAdU','Error:\x20at\x20After\x20Step:\x20'];a7_0xd38a=function(){return _0x20313c;};return a7_0xd38a();}const a7_0x39fd96={};a7_0x39fd96[a7_0x1cbccf(0xc2)]=a7_0x1cbccf(0xee),a7_0x39fd96[a7_0x1cbccf(0xf0)]=0x2710,Before(a7_0x39fd96,function(_0x17006d,_0x1a0798){const _0x2383ae=a7_0x1cbccf,_0x31fcf8={'TkgAX':function(_0x3e4a89,_0x4e38e0){return _0x3e4a89>_0x4e38e0;},'EpNgs':function(_0x3aac3a,_0xf246aa){return _0x3aac3a===_0xf246aa;},'laeba':_0x2383ae(0x80),'dzIAL':_0x2383ae(0xac),'FhoKU':'xuvkw','MLqwp':function(_0x514f21){return _0x514f21();},'zSEey':_0x2383ae(0xa8)};logger[_0x2383ae(0xc9)](_0x31fcf8['zSEey']),new Promise(async _0x1d19fb=>{const _0x52d115=_0x2383ae;try{_0x31fcf8[_0x52d115(0xd7)](global[_0x52d115(0x99)][_0x52d115(0x81)],0x1)&&(_0x31fcf8[_0x52d115(0xcb)](_0x31fcf8['laeba'],_0x31fcf8[_0x52d115(0xe0)])?(await global[_0x52d115(0x95)](),global['__drivers'][_0x52d115(0xeb)]()):_0x43379b[_0x52d115(0xc9)](_0x52d115(0xd1)+_0x520b07)),global[_0x52d115(0x99)][0x0][_0x52d115(0x87)]&&_0x31fcf8[_0x52d115(0xd7)](global[_0x52d115(0x99)][0x0][_0x52d115(0x87)],0x0)&&(_0x31fcf8[_0x52d115(0xcb)](_0x31fcf8[_0x52d115(0xd8)],_0x31fcf8['FhoKU'])?_0x12210e[_0x52d115(0xc9)](_0x52d115(0x9c)+_0x13efdc):await global[_0x52d115(0x95)]());}catch(_0x188624){}_0x31fcf8[_0x52d115(0x86)](_0x1d19fb);})['finally'](_0x1a0798);});const a7_0x446478={};a7_0x446478['name']=a7_0x1cbccf(0xee),a7_0x446478[a7_0x1cbccf(0xf0)]=0x2710,After(a7_0x446478,function(_0x557055,_0x954d02){const _0x160128=a7_0x1cbccf,_0x49e774={'AXuaj':_0x160128(0xfc),'CfFJt':function(_0x1dd115,_0x57fcef){return _0x1dd115>_0x57fcef;},'DHdFA':function(_0x21619b,_0x425ee2){return _0x21619b===_0x425ee2;},'MhdhN':'failed','YXzsl':function(_0xf72911,_0x53c2e5,_0x4da201,_0x217b64){return _0xf72911(_0x53c2e5,_0x4da201,_0x217b64);},'uZljp':_0x160128(0xf6),'UbSpJ':function(_0x304500,_0x5562bb,_0x271950){return _0x304500(_0x5562bb,_0x271950);},'UggGe':_0x160128(0xbb),'XtlNW':function(_0x5c3d74,_0x1d0217){return _0x5c3d74>_0x1d0217;},'npwLg':function(_0x5a5242){return _0x5a5242();},'Ukmwk':_0x160128(0x92)};logger['debug'](_0x49e774[_0x160128(0x7a)]),new Promise(async _0x16c32f=>{const _0x20b168=_0x160128;let _0x48fac9=![];try{const _0x28a019=_0x49e774[_0x20b168(0xe3)][_0x20b168(0xf4)]('|');let _0x2f13a8=0x0;while(!![]){switch(_0x28a019[_0x2f13a8++]){case'0':_0x49e774[_0x20b168(0xcc)](global[_0x20b168(0x99)][_0x20b168(0x81)],0x1)&&(await global['driverCleanup'](),global['__drivers']['shift'](),global[_0x20b168(0x94)]=[],global[_0x20b168(0x93)]=![]);continue;case'1':!global['__skipSessionName']&&await global[_0x20b168(0x99)][0x0][_0x20b168(0x9f)](_0x20b168(0xf3)+_0x557055[_0x20b168(0xbc)][_0x20b168(0xc2)]+_0x20b168(0xc6));continue;case'2':_0x48fac9=!![];continue;case'3':if(_0x49e774['DHdFA'](_0x557055[_0x20b168(0xc1)]['status']['toString']()[_0x20b168(0xba)](),_0x49e774[_0x20b168(0xa4)])||_0x49e774[_0x20b168(0xad)](_0x557055[_0x20b168(0xc1)][_0x20b168(0xf5)][_0x20b168(0x91)]()['toLowerCase'](),'6')){try{global[_0x20b168(0x94)][_0x20b168(0xec)](_0x557055[_0x20b168(0xc1)]['message']);}catch(_0x371f4d){logger[_0x20b168(0xc9)](_0x20b168(0x8a)+_0x371f4d);}await _0x49e774[_0x20b168(0x7d)](markSessionStatus,global[_0x20b168(0x99)][0x0],_0x49e774['MhdhN'],global[_0x20b168(0x94)][_0x20b168(0xfb)](_0x49e774[_0x20b168(0xa6)]));}else await _0x49e774[_0x20b168(0xd2)](markSessionStatus,global['__drivers'][0x0],_0x49e774[_0x20b168(0xf9)]);continue;case'4':await global[_0x20b168(0x99)][0x0]['session_'];continue;}break;}}catch(_0x2faa29){logger[_0x20b168(0xc9)](_0x20b168(0xb1)+_0x2faa29);}if(_0x48fac9)try{global['__drivers'][0x0]&&_0x49e774[_0x20b168(0xbe)](global[_0x20b168(0x99)][0x0]['quitCount_'],0x0)&&await global['__drivers'][0x0][_0x20b168(0xc0)]();}catch(_0x3e3c0e){logger[_0x20b168(0xc9)](_0x20b168(0xd1)+_0x3e3c0e);}_0x49e774[_0x20b168(0xca)](_0x16c32f);})[_0x160128(0xf1)](()=>_0x954d02());});function a7_0x497f(_0x30f39e,_0x147d7e){const _0xd38af8=a7_0xd38a();return a7_0x497f=function(_0x497f72,_0x3e552d){_0x497f72=_0x497f72-0x72;let _0x17c653=_0xd38af8[_0x497f72];return _0x17c653;},a7_0x497f(_0x30f39e,_0x147d7e);}const a7_0x52169e={};a7_0x52169e[a7_0x1cbccf(0xc2)]=a7_0x1cbccf(0xee),a7_0x52169e[a7_0x1cbccf(0xf0)]=0x2710,AfterStep(a7_0x52169e,function(_0x55c627,_0x54640b){const _0x6e44f7=a7_0x1cbccf,_0x6d575f={'rvAhI':function(_0x2e812c,_0x24d615){return _0x2e812c===_0x24d615;},'JWdpQ':_0x6e44f7(0x82),'NFkPW':function(_0x230a8f,_0x6434a7){return _0x230a8f===_0x6434a7;},'dPTdF':function(_0x26eca3,_0x5d5a87){return _0x26eca3!==_0x5d5a87;},'zlaRZ':function(_0x519461,_0x195f95,_0x2d9df7){return _0x519461(_0x195f95,_0x2d9df7);},'umEjd':function(_0x4046c1,_0x4acef0){return _0x4046c1+_0x4acef0;},'oRlXH':function(_0x2db9ad,_0x3e7e4b){return _0x2db9ad+_0x3e7e4b;},'dRPdv':_0x6e44f7(0x72),'kbPPD':'\x0aError:\x20','OjoAi':_0x6e44f7(0xa2),'nbkLn':function(_0xa73ca1,_0x4a196b){return _0xa73ca1!==_0x4a196b;},'bdNsZ':function(_0xbc79f9,_0x194319,_0x3ab92b){return _0xbc79f9(_0x194319,_0x3ab92b);},'COuee':function(_0x10d1f9,_0x3f8217){return _0x10d1f9+_0x3f8217;},'xyrTp':_0x6e44f7(0xe1),'DydQp':'info','sUOIz':_0x6e44f7(0x74),'dATCo':function(_0x162681){return _0x162681();},'DxZVx':_0x6e44f7(0xd0)};logger[_0x6e44f7(0xc9)](_0x6d575f[_0x6e44f7(0xbd)]);const _0x49cc4b=async(_0x3af19b,_0x272c1b)=>{const _0xfdf728=_0x6e44f7;await global['__drivers'][0x0]['executeScript'](_0xfdf728(0x75)+_0x3af19b+_0xfdf728(0x96)+_0x272c1b+_0xfdf728(0xc6));};new Promise(async _0x1d51a2=>{const _0x3b9219=_0x6e44f7;try{_0x6d575f[_0x3b9219(0xce)](_0x55c627[_0x3b9219(0xc1)][_0x3b9219(0xf5)][_0x3b9219(0x91)]()[_0x3b9219(0xba)](),_0x6d575f[_0x3b9219(0xfd)])||_0x6d575f[_0x3b9219(0x8f)](_0x55c627[_0x3b9219(0xc1)][_0x3b9219(0xf5)][_0x3b9219(0x91)]()[_0x3b9219(0xba)](),'6')?(global[_0x3b9219(0x93)]=!![],global[_0x3b9219(0x94)][_0x3b9219(0xec)](_0x55c627['result'][_0x3b9219(0xc3)]),_0x6d575f[_0x3b9219(0xa1)](_0x55c627['pickleStep'],undefined)?await _0x6d575f[_0x3b9219(0x7b)](_0x49cc4b,JSON[_0x3b9219(0xe5)](_0x6d575f[_0x3b9219(0xfa)](_0x6d575f['oRlXH'](_0x6d575f[_0x3b9219(0xcf)](_0x6d575f[_0x3b9219(0x79)],'\x22'+_0x55c627[_0x3b9219(0xda)][_0x3b9219(0x88)]+'\x22\x20'),_0x6d575f[_0x3b9219(0xcd)]),_0x55c627[_0x3b9219(0xc1)][_0x3b9219(0xc3)])),_0x6d575f[_0x3b9219(0xde)]):await _0x6d575f['zlaRZ'](_0x49cc4b,JSON[_0x3b9219(0xe5)](_0x6d575f[_0x3b9219(0xcf)](_0x6d575f[_0x3b9219(0x79)],_0x55c627[_0x3b9219(0xc1)][_0x3b9219(0xc3)])),_0x6d575f[_0x3b9219(0xde)])):_0x6d575f['nbkLn'](_0x55c627[_0x3b9219(0xda)],undefined)?await _0x6d575f[_0x3b9219(0xb9)](_0x49cc4b,JSON[_0x3b9219(0xe5)](_0x6d575f[_0x3b9219(0xdd)](_0x6d575f[_0x3b9219(0xb8)],'\x22'+_0x55c627[_0x3b9219(0xda)][_0x3b9219(0x88)]+'\x22')),_0x6d575f[_0x3b9219(0x76)]):await _0x6d575f[_0x3b9219(0x7b)](_0x49cc4b,JSON[_0x3b9219(0xe5)](_0x6d575f[_0x3b9219(0x90)]),_0x6d575f['DydQp']);}catch(_0x3b7c0e){logger['debug'](_0x3b9219(0x85)+_0x3b7c0e);}_0x6d575f[_0x3b9219(0x83)](_0x1d51a2);})[_0x6e44f7(0xf1)](()=>_0x54640b());});const a7_0x16f73a={};a7_0x16f73a[a7_0x1cbccf(0xc2)]='bstack',a7_0x16f73a['timeout']=0x7530,AfterAll(a7_0x16f73a,async function(_0xa65690,_0x1db1f8){const _0x939cad=a7_0x1cbccf,_0x28145c={'yGWjC':function(_0x4ee99a){return _0x4ee99a();},'lDVeF':_0x939cad(0xa0)};logger[_0x939cad(0xc9)](_0x28145c[_0x939cad(0xe8)]),await new Promise(async _0x5aa18c=>{const _0x1423fb=_0x939cad;PerformanceTester[_0x1423fb(0xa5)](),await global[_0x1423fb(0x95)](),_0x28145c[_0x1423fb(0xa9)](_0x5aa18c);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a8_0x47402a=a8_0xe54e;(function(_0x362fb7,_0x11f339){const _0x44566d=a8_0xe54e,_0x5de447=_0x362fb7();while(!![]){try{const _0x5e0b28=-parseInt(_0x44566d(0xba))/0x1+parseInt(_0x44566d(0xec))/0x2*(-parseInt(_0x44566d(0xae))/0x3)+parseInt(_0x44566d(0xb9))/0x4+parseInt(_0x44566d(0xb3))/0x5*(parseInt(_0x44566d(0xc4))/0x6)+parseInt(_0x44566d(0xdd))/0x7*(-parseInt(_0x44566d(0xac))/0x8)+parseInt(_0x44566d(0xf0))/0x9+parseInt(_0x44566d(0xc1))/0xa*(parseInt(_0x44566d(0xde))/0xb);if(_0x5e0b28===_0x11f339)break;else _0x5de447['push'](_0x5de447['shift']());}catch(_0x5420b1){_0x5de447['push'](_0x5de447['shift']());}}}(a8_0x5a8a,0x70af5));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a8_0x47402a(0xc3)),setKeepAlive=require(a8_0x47402a(0xd1)),cucumberModule=requireModule('cucumber/lib/index.js'),logger=require(a8_0x47402a(0xbc))[a8_0x47402a(0xc6)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a8_0x47402a(0xab)],After=cucumberModule[a8_0x47402a(0xd3)],configuration=process[a8_0x47402a(0xe8)][a8_0x47402a(0xd6)];if(configuration!==undefined){const config=JSON[a8_0x47402a(0xf4)](configuration);isTrue(config[a8_0x47402a(0xd2)])&&(global[a8_0x47402a(0xd7)]=!![]),global[a8_0x47402a(0xe2)]=isTrue(config[a8_0x47402a(0xd9)]),require('../../index')[a8_0x47402a(0xd0)](config),global[a8_0x47402a(0xc7)]=config[a8_0x47402a(0xca)]||{};}global[a8_0x47402a(0xcc)]=0x0;const __setDefaultTimeout=cucumberModule[a8_0x47402a(0xf8)];cucumberModule[a8_0x47402a(0xf8)]=_0xee76ad=>{const _0x434676=a8_0x47402a,_0x147766={'OtNEY':function(_0x3195d9,_0x2a5e57){return _0x3195d9(_0x2a5e57);}};global[_0x434676(0xcc)]=_0xee76ad,_0x147766[_0x434676(0xd4)](__setDefaultTimeout,_0xee76ad);};const a8_0x40dc07={};function a8_0x5a8a(){const _0x2e7eeb=['Error:\x20quiting\x20at\x20After:\x20','hCcBh','__driver','5XLmzSd','ZmhXV','wAaNT','LWzyt','kmvOd','fHYEw','3183204reaaaf','787352HtPate','GtCpV','../../helpers/logger','SQtUo','RsqoQ','WeBhn','wNllr','1250lICUAw','Inside\x20browserstack\x20After','../../helpers/helper','3362778cqYROf','pickle','winstonLogger','__platformCaps','join','nfDrh','platformCaps','executeScript','__timeout','QYxXc','name','TySMN','browserstackAgentV2','../../helpers/setKeepAlive','skipSessionName','After','OtNEY','__error_messages__','CONFIG','__skipSessionName','UUVFp','skipSessionStatus','Qgngq','kSfPX','SGMyf','14FqfaqC','69421oUCNKi','dlowZ','timeout','then','__skipSessionStatus','toLowerCase','failed','eWdnl','\x20|\x20','bstack','env','debug','UwBQb','zMWrx','728258YkMziZ','xgQzn','rhyuS','taiHc','1077309CrlmAK','JBDvu','status','IUZRU','parse','cptmG','Error:\x20setting\x20status\x20at\x20After:\x20','qUKTF','setDefaultTimeout','session_','FMSem','YRqVD','LkRdh','OgAUf','bfrCm','nRxqH','Inside\x20browserstack\x20Before','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Before','2607208GoVOUs','CGCof','3wgtlQE','passed'];a8_0x5a8a=function(){return _0x2e7eeb;};return a8_0x5a8a();}a8_0x40dc07['name']=a8_0x47402a(0xe7),Before(a8_0x40dc07,function(){const _0x52affd=a8_0x47402a,_0x25c763={};_0x25c763['rhyuS']=_0x52affd(0x100);const _0x3ecbc4=_0x25c763;logger[_0x52affd(0xe9)](_0x3ecbc4[_0x52affd(0xee)]),global[_0x52affd(0xd5)]=[];});const a8_0x254a79={};function a8_0xe54e(_0x4ab703,_0x3402ca){const _0x5a8ac3=a8_0x5a8a();return a8_0xe54e=function(_0xe54ef0,_0x215c13){_0xe54ef0=_0xe54ef0-0xab;let _0x566aeb=_0x5a8ac3[_0xe54ef0];return _0x566aeb;},a8_0xe54e(_0x4ab703,_0x3402ca);}a8_0x254a79[a8_0x47402a(0xce)]=a8_0x47402a(0xe7),a8_0x254a79[a8_0x47402a(0xe0)]=0x2710,After(a8_0x254a79,function(_0x56b00b,_0x1ec617){const _0x1389e3=a8_0x47402a,_0x36c90b={'TySMN':function(_0x3a6ba7){return _0x3a6ba7();},'YRqVD':function(_0x46c8db,_0x219bbe){return _0x46c8db(_0x219bbe);},'JBDvu':'Inside\x20browserstack\x20Before','LtjsV':function(_0x2bed94,_0x59d005){return _0x2bed94(_0x59d005);},'QYxXc':function(_0x1c73e2,_0x5c15e8){return _0x1c73e2(_0x5c15e8);},'LWzyt':'../../index','SQtUo':function(_0x3b434a,_0x36ae94){return _0x3b434a!==_0x36ae94;},'qUKTF':_0x1389e3(0xf3),'Qgngq':function(_0x3c7a82,_0x36aada){return _0x3c7a82!==_0x36aada;},'ZmhXV':_0x1389e3(0xfc),'fHYEw':function(_0x16f845,_0x15d1ba){return _0x16f845===_0x15d1ba;},'GtCpV':_0x1389e3(0xe4),'UUVFp':_0x1389e3(0xef),'eWdnl':function(_0x250bf9,_0x222d9c,_0x3ca3dc,_0x2dec23){return _0x250bf9(_0x222d9c,_0x3ca3dc,_0x2dec23);},'hCcBh':_0x1389e3(0xe6),'WeBhn':function(_0x134115,_0x4f90c2){return _0x134115===_0x4f90c2;},'SGMyf':_0x1389e3(0xb7),'wNllr':_0x1389e3(0xb5),'BPALQ':function(_0xec3029,_0x1b93f3,_0xb43fa9){return _0xec3029(_0x1b93f3,_0xb43fa9);},'HOvZf':_0x1389e3(0xaf),'OgAUf':'zJGlN','bfrCm':'dllrr','AKDHl':function(_0x889910,_0x1d12a7){return _0x889910!==_0x1d12a7;},'CGCof':'OWKuR','UwBQb':_0x1389e3(0xdf),'kSfPX':_0x1389e3(0xed),'nRxqH':function(_0x54b5dd){return _0x54b5dd();},'nfDrh':_0x1389e3(0xc2)};logger[_0x1389e3(0xe9)](_0x36c90b[_0x1389e3(0xc9)]),new Promise(async(_0x147ba6,_0x71906c)=>{const _0x26b268=_0x1389e3,_0x3e72c9={'zMWrx':_0x36c90b[_0x26b268(0xf1)],'cptmG':function(_0x548001,_0x1955d5){return _0x36c90b['LtjsV'](_0x548001,_0x1955d5);},'FMSem':function(_0x2cb861,_0x5a37cc){const _0x453b7d=_0x26b268;return _0x36c90b[_0x453b7d(0xcd)](_0x2cb861,_0x5a37cc);},'RsqoQ':_0x36c90b[_0x26b268(0xb6)]};let _0x597c9b=![];try{_0x36c90b[_0x26b268(0xbd)](_0x36c90b[_0x26b268(0xf7)],_0x36c90b[_0x26b268(0xf7)])?_0x516155[_0x26b268(0xe9)](_0x26b268(0xf6)+_0x29ed84):(await global[_0x26b268(0xb2)][_0x26b268(0xf9)],_0x597c9b=!![],!global[_0x26b268(0xd7)]&&(_0x36c90b[_0x26b268(0xda)](_0x36c90b[_0x26b268(0xb4)],_0x36c90b[_0x26b268(0xb4)])?(_0xe092e1[_0x26b268(0xe9)](_0x3e72c9[_0x26b268(0xeb)]),_0x406fd7[_0x26b268(0xd5)]=[]):await global[_0x26b268(0xb2)][_0x26b268(0xcb)](_0x26b268(0x101)+_0x56b00b[_0x26b268(0xc5)]['name']+'\x22}}')),_0x36c90b[_0x26b268(0xb8)](_0x56b00b['result'][_0x26b268(0xf2)][_0x26b268(0xe3)](),_0x36c90b[_0x26b268(0xbb)])?_0x36c90b[_0x26b268(0xb8)](_0x36c90b[_0x26b268(0xd8)],_0x36c90b[_0x26b268(0xd8)])?await _0x36c90b[_0x26b268(0xe5)](markSessionStatus,global[_0x26b268(0xb2)],_0x36c90b[_0x26b268(0xbb)],global['__error_messages__'][_0x26b268(0xc8)](_0x36c90b[_0x26b268(0xb1)])):_0x36c90b[_0x26b268(0xcf)](_0x3aadf1):_0x36c90b[_0x26b268(0xbf)](_0x36c90b[_0x26b268(0xdc)],_0x36c90b[_0x26b268(0xc0)])?_0x1de628[_0x26b268(0xd7)]=!![]:await _0x36c90b['BPALQ'](markSessionStatus,global[_0x26b268(0xb2)],_0x36c90b['HOvZf']));}catch(_0x280b45){if(_0x36c90b[_0x26b268(0xbf)](_0x36c90b[_0x26b268(0xfd)],_0x36c90b[_0x26b268(0xfe)])){const _0x3cf6df=_0x2c0c2d[_0x26b268(0xf4)](_0x1bfbc2);_0x3e72c9[_0x26b268(0xf5)](_0x3e678d,_0x3cf6df['skipSessionName'])&&(_0x2de1cc[_0x26b268(0xd7)]=!![]),_0x3fb4fd[_0x26b268(0xe2)]=_0x3e72c9[_0x26b268(0xf5)](_0x191b51,_0x3cf6df[_0x26b268(0xd9)]),_0x3e72c9[_0x26b268(0xfa)](_0x111a15,_0x3e72c9[_0x26b268(0xbe)])[_0x26b268(0xd0)](_0x3cf6df),_0xc719b1['__platformCaps']=_0x3cf6df[_0x26b268(0xca)]||{};}else logger['debug']('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x280b45);}if(_0x597c9b)try{_0x36c90b['AKDHl'](_0x36c90b[_0x26b268(0xad)],_0x36c90b[_0x26b268(0xad)])?(_0x56c3a0[_0x26b268(0xe9)]('Error:\x20quiting\x20at\x20After:\x20'+_0xfa37e4),_0x36c90b[_0x26b268(0xfb)](_0x3e4949,_0x5f35b5)):(await global['__driver']['initQuit'](),_0x36c90b[_0x26b268(0xcf)](_0x147ba6));}catch(_0xc4b27c){_0x36c90b[_0x26b268(0xbd)](_0x36c90b[_0x26b268(0xea)],_0x36c90b[_0x26b268(0xdb)])?(logger['debug'](_0x26b268(0xb0)+_0xc4b27c),_0x36c90b['QYxXc'](_0x71906c,_0xc4b27c)):(_0x2859d3['__timeout']=_0xa02518,_0x36c90b[_0x26b268(0xfb)](_0x5279d7,_0x4ae5c8));}else _0x36c90b[_0x26b268(0xff)](_0x71906c);})[_0x1389e3(0xe1)](()=>_0x1ec617());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a9_0x49a3(_0x2bddb4,_0x76e9fc){const _0x527ab0=a9_0x527a();return a9_0x49a3=function(_0x49a3dc,_0x4d9d5d){_0x49a3dc=_0x49a3dc-0x83;let _0x69ba43=_0x527ab0[_0x49a3dc];return _0x69ba43;},a9_0x49a3(_0x2bddb4,_0x76e9fc);}const a9_0x4424ba=a9_0x49a3;(function(_0x172474,_0x3e8e79){const _0xab0345=a9_0x49a3,_0x988e05=_0x172474();while(!![]){try{const _0x1f6a68=-parseInt(_0xab0345(0x8b))/0x1+-parseInt(_0xab0345(0x88))/0x2*(parseInt(_0xab0345(0x90))/0x3)+-parseInt(_0xab0345(0x8a))/0x4*(parseInt(_0xab0345(0x84))/0x5)+parseInt(_0xab0345(0x8e))/0x6+-parseInt(_0xab0345(0x91))/0x7+parseInt(_0xab0345(0x86))/0x8*(-parseInt(_0xab0345(0x8d))/0x9)+-parseInt(_0xab0345(0x8f))/0xa*(-parseInt(_0xab0345(0x83))/0xb);if(_0x1f6a68===_0x3e8e79)break;else _0x988e05['push'](_0x988e05['shift']());}catch(_0x96e901){_0x988e05['push'](_0x988e05['shift']());}}}(a9_0x527a,0xf22f9));const {requireModule}=require(a9_0x4424ba(0x85)),constants=require(a9_0x4424ba(0x89));function a9_0x527a(){const _0x42773e=['../utils/constants','418520kSvGyU','1848270eBBILI','BSTACK_DELTA','21123KdkRwi','10428252HXXpVx','14072770Daumjm','908916JXTmcD','408310lGCSKn','33wuWXov','50xekYfO','../../helpers/helper','672JxTRGk','@cucumber/cucumber/lib/index.js','12qQKfjf'];a9_0x527a=function(){return _0x42773e;};return a9_0x527a();};let cucumberModule=null;try{cucumberModule=requireModule(a9_0x4424ba(0x87));}catch(a9_0x1c8877){cucumberModule=requireModule('cucumber/lib/index.js');}cucumberModule['setDefaultTimeout'](constants[a9_0x4424ba(0x8c)]+global['__timeout']*0x1);
|