browserstack-node-sdk 1.29.0 → 1.29.1
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/gcs.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/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/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/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.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/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/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/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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.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/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/performance-tester.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 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a30_0x48f6b2=a30_0x346b;function a30_0x346b(_0x166448,_0x526267){const _0x1cb8e7=a30_0x1cb8();return a30_0x346b=function(_0x346bbc,_0x16949e){_0x346bbc=_0x346bbc-0x147;let _0x469886=_0x1cb8e7[_0x346bbc];return _0x469886;},a30_0x346b(_0x166448,_0x526267);}function a30_0x1cb8(){const _0x413870=['xCKZn','fEYcR','nFJuU','Socket\x20reconnected','NiKgC','addListeners','oaKzn','open','IYGNV','YYPvj','PoZtP','WS_OPENED_BEFORE','INRVX','UWDCS','ITudf','rSqmn','username','wCTgx','Message\x20received\x20from\x20server!\x20=>\x20','pqbdf','rGfij','SLUjA','Socket\x20closed','bvHUc','UZCuH','XWFPJ','3329048CDoXpy','Snath','rbzBV','DkwFq','kyPmD','error','AwoRV','zwZZp','TbmOv','78HacwHn','bstackUsername','YmBHG','XbnLL','Muwxk','Socket\x20error:\x20','jChrK','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','4595884SsikXh','env','sendEventToBackend','rmFcI','460WdCgRR','YFbtE','Xmwwp','WGCZc','18egPdul','24741720SchFhY','info','RmIQP','mXyOe','UoZBf','1079574rNOdvj','type','tLKto','SDBOR','addEventListener','35QsNQov','foIYs','unkVa','GuCar','logType','message','delay','5CYNTok','debug','WS_CLOSED_BEFORE','12210CkmCwW','KgFBm','fAvKQ','send','96982fJMUme','toUTCString','675316WXLndt','znriv','parse','ZiOfx','requestId','npidK','LOG','kGEpV','close','dtudB','WeymB','data'];a30_0x1cb8=function(){return _0x413870;};return a30_0x1cb8();}(function(_0x324463,_0x5e9a26){const _0x4f4e95=a30_0x346b,_0x955971=_0x324463();while(!![]){try{const _0x1df3dc=parseInt(_0x4f4e95(0x16d))/0x1+-parseInt(_0x4f4e95(0x16b))/0x2*(parseInt(_0x4f4e95(0x19c))/0x3)+-parseInt(_0x4f4e95(0x14a))/0x4*(-parseInt(_0x4f4e95(0x164))/0x5)+parseInt(_0x4f4e95(0x158))/0x6*(-parseInt(_0x4f4e95(0x15d))/0x7)+parseInt(_0x4f4e95(0x193))/0x8*(-parseInt(_0x4f4e95(0x152))/0x9)+parseInt(_0x4f4e95(0x14e))/0xa*(parseInt(_0x4f4e95(0x167))/0xb)+parseInt(_0x4f4e95(0x153))/0xc;if(_0x1df3dc===_0x5e9a26)break;else _0x955971['push'](_0x955971['shift']());}catch(_0x2d705b){_0x955971['push'](_0x955971['shift']());}}}(a30_0x1cb8,0xe6964));const {global_registry,WS_EVENTS}=require('../config/constants'),{logger}=require('../config/logger');exports[a30_0x48f6b2(0x17e)]=_0x54f56b=>{const _0x7eaa55=a30_0x48f6b2,_0x15371a={};_0x15371a[_0x7eaa55(0x15e)]='true',_0x15371a[_0x7eaa55(0x14d)]=function(_0x633cf9,_0x1ad8d4){return _0x633cf9===_0x1ad8d4;},_0x15371a[_0x7eaa55(0x181)]=_0x7eaa55(0x18f),_0x15371a[_0x7eaa55(0x19b)]=function(_0x4f9ccb,_0x5ea946){return _0x4f9ccb===_0x5ea946;},_0x15371a[_0x7eaa55(0x15f)]='GHtjJ',_0x15371a[_0x7eaa55(0x191)]=_0x7eaa55(0x169),_0x15371a['Xmwwp']=_0x7eaa55(0x17c),_0x15371a[_0x7eaa55(0x151)]=function(_0x430f28,_0x384177){return _0x430f28!==_0x384177;},_0x15371a['RmIQP']='gCTsf',_0x15371a[_0x7eaa55(0x18e)]='Socket\x20open',_0x15371a[_0x7eaa55(0x17a)]=function(_0x548d3d,_0x526538){return _0x548d3d===_0x526538;},_0x15371a[_0x7eaa55(0x195)]=function(_0x31fec8,_0x3b085c){return _0x31fec8===_0x3b085c;},_0x15371a[_0x7eaa55(0x148)]=_0x7eaa55(0x19e),_0x15371a[_0x7eaa55(0x186)]=_0x7eaa55(0x160),_0x15371a[_0x7eaa55(0x199)]=function(_0x3d2505,_0x50b340){return _0x3d2505===_0x50b340;},_0x15371a[_0x7eaa55(0x16e)]=_0x7eaa55(0x183),_0x15371a[_0x7eaa55(0x168)]='FeoEU',_0x15371a['dmlZJ']=_0x7eaa55(0x194),_0x15371a[_0x7eaa55(0x15b)]=_0x7eaa55(0x17f),_0x15371a['INRVX']=function(_0xfd55ca,_0x1f0f16){return _0xfd55ca===_0x1f0f16;},_0x15371a[_0x7eaa55(0x18c)]=_0x7eaa55(0x1a0),_0x15371a[_0x7eaa55(0x192)]='kzJZf',_0x15371a[_0x7eaa55(0x182)]=_0x7eaa55(0x187),_0x15371a[_0x7eaa55(0x196)]='gzSLe',_0x15371a[_0x7eaa55(0x19f)]=_0x7eaa55(0x180),_0x15371a['YFbtE']=_0x7eaa55(0x162),_0x15371a[_0x7eaa55(0x172)]=_0x7eaa55(0x198),_0x15371a[_0x7eaa55(0x157)]=_0x7eaa55(0x175);const _0x2777ed=_0x15371a;_0x54f56b[_0x7eaa55(0x15c)](_0x2777ed['XbnLL'],()=>{const _0x254b0f=_0x7eaa55,_0x1d2f4c={'tLKto':function(_0x1ed2ee,_0x6db0b6){const _0x298cf3=a30_0x346b;return _0x2777ed[_0x298cf3(0x14d)](_0x1ed2ee,_0x6db0b6);},'bvHUc':_0x2777ed[_0x254b0f(0x15e)],'kyPmD':_0x2777ed[_0x254b0f(0x181)]};_0x2777ed[_0x254b0f(0x19b)](_0x2777ed[_0x254b0f(0x15f)],_0x2777ed[_0x254b0f(0x15f)])?_0x2777ed[_0x254b0f(0x14d)](process[_0x254b0f(0x14b)][_0x254b0f(0x166)],_0x2777ed['foIYs'])?_0x2777ed['TbmOv'](_0x2777ed[_0x254b0f(0x191)],_0x2777ed[_0x254b0f(0x191)])?logger[_0x254b0f(0x165)](_0x2777ed['Xmwwp']):(_0x8c22db=_0x5a100e[_0x254b0f(0x16f)](_0x5523c1[_0x254b0f(0x178)]),_0x3c4dd2=_0x4a46ce[_0x254b0f(0x159)]):_0x2777ed['WGCZc'](_0x2777ed[_0x254b0f(0x155)],_0x2777ed['RmIQP'])?_0x29f937['env'][_0x254b0f(0x166)]=_0x2777ed[_0x254b0f(0x15e)]:(logger[_0x254b0f(0x165)](_0x2777ed['SLUjA']),process[_0x254b0f(0x14b)][_0x254b0f(0x184)]=!![]):(_0x1d2f4c[_0x254b0f(0x15a)](_0x50de8c[_0x254b0f(0x14b)][_0x254b0f(0x184)],_0x1d2f4c[_0x254b0f(0x190)])&&(_0x4efca6[_0x254b0f(0x14b)]['WS_CLOSED_BEFORE']=_0x1d2f4c['bvHUc']),_0x493481[_0x254b0f(0x165)](_0x1d2f4c[_0x254b0f(0x197)]));}),_0x54f56b[_0x7eaa55(0x15c)](_0x2777ed[_0x7eaa55(0x14f)],async function(_0x4957d1){const _0x5195bb=_0x7eaa55,_0x1f9b2e={'zwZZp':function(_0x3de9f5,_0x27a337){const _0x298397=a30_0x346b;return _0x2777ed[_0x298397(0x17a)](_0x3de9f5,_0x27a337);},'WeymB':_0x2777ed[_0x5195bb(0x15e)],'NiKgC':_0x2777ed[_0x5195bb(0x150)],'wCTgx':_0x2777ed[_0x5195bb(0x18e)]};if(_0x2777ed['rbzBV'](_0x2777ed[_0x5195bb(0x148)],_0x2777ed[_0x5195bb(0x186)]))_0x1f9b2e[_0x5195bb(0x19a)](_0x5333ca[_0x5195bb(0x14b)][_0x5195bb(0x166)],_0x1f9b2e[_0x5195bb(0x177)])?_0x33e4fe[_0x5195bb(0x165)](_0x1f9b2e[_0x5195bb(0x17d)]):(_0x335fc4[_0x5195bb(0x165)](_0x1f9b2e[_0x5195bb(0x18a)]),_0x35708f[_0x5195bb(0x14b)][_0x5195bb(0x184)]=!![]);else{logger[_0x5195bb(0x165)](_0x5195bb(0x18b)+_0x4957d1[_0x5195bb(0x178)]);let _0x3e3fc3,_0x5f546e;try{_0x2777ed[_0x5195bb(0x199)](_0x2777ed[_0x5195bb(0x16e)],_0x2777ed['KgFBm'])?_0x26c4dc='['+new _0x3cfe61()[_0x5195bb(0x16c)]()+']:\x20'+_0x2952ca[_0x5195bb(0x162)]:(_0x5f546e=JSON[_0x5195bb(0x16f)](_0x4957d1['data']),_0x3e3fc3=_0x5f546e[_0x5195bb(0x159)]);}catch(_0xf68bb1){_0x2777ed[_0x5195bb(0x151)](_0x2777ed['dmlZJ'],_0x2777ed[_0x5195bb(0x15b)])?logger[_0x5195bb(0x198)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x4957d1['data']):_0x4a3af2[_0x5195bb(0x165)]('Socket\x20error:\x20'+_0x5e9e50);}}}),_0x54f56b[_0x7eaa55(0x15c)](_0x2777ed[_0x7eaa55(0x172)],function(_0x1e7a06){const _0x437312=_0x7eaa55;if(_0x2777ed[_0x437312(0x185)](_0x2777ed[_0x437312(0x18c)],_0x2777ed['pqbdf']))logger[_0x437312(0x165)](_0x437312(0x147)+_0x1e7a06);else{const _0x1a4c67={};return _0x1a4c67[_0x437312(0x171)]=_0x569e07[_0x437312(0x171)],_0x1a4c67[_0x437312(0x189)]=_0x538cac[_0x437312(0x19d)],_0x1a4c67;}}),_0x54f56b[_0x7eaa55(0x15c)](_0x2777ed[_0x7eaa55(0x157)],function(){const _0x5c126f=_0x7eaa55,_0x85f3cd={};_0x85f3cd[_0x5c126f(0x188)]=_0x2777ed['SLUjA'];const _0x380985=_0x85f3cd;if(_0x2777ed[_0x5c126f(0x195)](_0x2777ed['XWFPJ'],_0x2777ed[_0x5c126f(0x192)]))_0x2777ed[_0x5c126f(0x14d)](process[_0x5c126f(0x14b)][_0x5c126f(0x184)],_0x2777ed[_0x5c126f(0x15e)])&&(_0x2777ed[_0x5c126f(0x151)](_0x2777ed[_0x5c126f(0x182)],_0x2777ed['DkwFq'])?process[_0x5c126f(0x14b)][_0x5c126f(0x166)]=_0x2777ed[_0x5c126f(0x15e)]:(_0x217920[_0x5c126f(0x165)](_0x380985['rSqmn']),_0x192842[_0x5c126f(0x14b)]['WS_OPENED_BEFORE']=!![])),logger[_0x5c126f(0x165)](_0x2777ed[_0x5c126f(0x181)]);else{_0x2ce0e7[_0x5c126f(0x165)]('Message\x20received\x20from\x20server!\x20=>\x20'+_0x4d4b27[_0x5c126f(0x178)]);let _0xc3c479,_0x4368a8;try{_0x4368a8=_0x1cf19c['parse'](_0x23bfd2['data']),_0xc3c479=_0x4368a8[_0x5c126f(0x159)];}catch(_0x53d8f6){_0x155118['error'](_0x5c126f(0x149)+_0x3de26c[_0x5c126f(0x178)]);}}});};const getLogMetaData=()=>{const _0x255d4b=a30_0x48f6b2,_0x1ac6b4={};return _0x1ac6b4['requestId']=global_registry[_0x255d4b(0x171)],_0x1ac6b4[_0x255d4b(0x189)]=global_registry['bstackUsername'],_0x1ac6b4;};exports[a30_0x48f6b2(0x163)]=_0x2c8fa7=>new Promise((_0x384454,_0x4318b7)=>setTimeout(_0x384454,_0x2c8fa7)),exports[a30_0x48f6b2(0x14c)]=async(_0x22db22,_0x14082f,_0x1acbed=a30_0x48f6b2(0x154),_0x443f00=![])=>{const _0x6cb18f=a30_0x48f6b2,_0x3b065e={'xCKZn':_0x6cb18f(0x17c),'nFJuU':function(_0x34676d,_0x3ffde2){return _0x34676d===_0x3ffde2;},'rGfij':function(_0x38a2f6,_0x15ef22){return _0x38a2f6!==_0x15ef22;},'mXyOe':_0x6cb18f(0x170),'kGEpV':function(_0xfefd26){return _0xfefd26();},'dtudB':'VWifN'};let _0x24b8d4=_0x14082f[_0x6cb18f(0x162)];_0x3b065e[_0x6cb18f(0x17b)](_0x14082f[_0x6cb18f(0x159)],WS_EVENTS[_0x6cb18f(0x173)])&&(_0x3b065e[_0x6cb18f(0x18d)](_0x3b065e[_0x6cb18f(0x156)],_0x3b065e[_0x6cb18f(0x156)])?_0x18f9fc['debug'](_0x3b065e[_0x6cb18f(0x179)]):_0x24b8d4='['+new Date()[_0x6cb18f(0x16c)]()+']:\x20'+_0x14082f[_0x6cb18f(0x162)]);const _0x25cda4={};_0x25cda4[_0x6cb18f(0x162)]=_0x24b8d4,_0x25cda4[_0x6cb18f(0x161)]=_0x1acbed;const _0x56f345={'type':_0x14082f[_0x6cb18f(0x159)],..._0x3b065e[_0x6cb18f(0x174)](getLogMetaData),'data':_0x25cda4};_0x22db22[_0x6cb18f(0x16a)](JSON['stringify'](_0x56f345)),_0x443f00&&(_0x3b065e[_0x6cb18f(0x18d)](_0x3b065e[_0x6cb18f(0x176)],_0x3b065e[_0x6cb18f(0x176)])?_0x3e6ad9[_0x6cb18f(0x198)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x3779ef[_0x6cb18f(0x178)]):await this[_0x6cb18f(0x163)](0x1f4));};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"browserstack-node-sdk","version":"1.29.
|
|
1
|
+
{"name":"browserstack-node-sdk","version":"1.29.1","private":false,"description":"Node SDK for browserstack selenium-webdriver tests","main":"./src/index.js","scripts":{},"author":"BrowserStack","license":"SEE LICENSE IN LICENSE.md","bin":{"browserstack-node-sdk":"./src/bin/runner.js","browserstack-cli":"./src/bin/runner.js","setup":"./src/bin/setup.js"},"dependencies":{"@google-cloud/compute":"^4.0.1","@google-cloud/container":"^5.2.0","@google-cloud/resource-manager":"^5.0.1","@kubernetes/client-node":"^0.18.1","@percy/appium-app":"^2.0.1","@percy/selenium-webdriver":"^2.0.0","aws-sdk":"^2.1346.0","bluebird":"^3.7.2","browserstack-local":"^1.5.3","chalk":"^4.1.2","cheerio":"^1.0.0-rc.11","dotenv":"^16.0.3","emittery":"^0.11.0","follow-redirects":"^1.15.3","getos":"^3.2.1","git-last-commit":"^1.0.1","git-repo-info":"^2.1.1","gitconfiglocal":"^2.1.0","global-agent":"^3.0.0","googleapis":"^126.0.1","jest-worker":"^28.1.0","js-yaml":"^4.1.0","js-yaml-cloudformation-schema":"^1.0.0","mocha-multi-reporters":"^1.5.1","monkeypatch":"^1.0.0","p-limit":"^3.1.0","pac-proxy-agent":"^7.0.1","reconnecting-websocket":"^4.4.0","request":"^2.88.2","requestretry":"^7.1.0","table":"^6.8.1","update-notifier":"5.1.0","uuid":"^8.3.2","windows-release":"^5.1.0","winston":"^3.8.2","winston-transport":"^4.5.0","ws":"^8.13.0","yargs":"^17.5.1","yauzl":"^2.10.0"},"devDependencies":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a0_0x246d33=a0_0x5b1c;function a0_0x5b1c(_0x25849f,_0x5c9194){const _0x1925f4=a0_0x1925();return a0_0x5b1c=function(_0x5b1c2d,_0x4e274a){_0x5b1c2d=_0x5b1c2d-0x165;let _0x2ed3c5=_0x1925f4[_0x5b1c2d];return _0x2ed3c5;},a0_0x5b1c(_0x25849f,_0x5c9194);}(function(_0x9e6293,_0x54b43a){const _0xd06800=a0_0x5b1c,_0x510383=_0x9e6293();while(!![]){try{const _0x395e4c=parseInt(_0xd06800(0x175))/0x1*(parseInt(_0xd06800(0x184))/0x2)+parseInt(_0xd06800(0x188))/0x3*(parseInt(_0xd06800(0x16c))/0x4)+-parseInt(_0xd06800(0x165))/0x5*(parseInt(_0xd06800(0x174))/0x6)+-parseInt(_0xd06800(0x167))/0x7*(-parseInt(_0xd06800(0x16b))/0x8)+-parseInt(_0xd06800(0x182))/0x9*(parseInt(_0xd06800(0x17e))/0xa)+parseInt(_0xd06800(0x187))/0xb+parseInt(_0xd06800(0x171))/0xc*(-parseInt(_0xd06800(0x17c))/0xd);if(_0x395e4c===_0x54b43a)break;else _0x510383['push'](_0x510383['shift']());}catch(_0x21285f){_0x510383['push'](_0x510383['shift']());}}}(a0_0x1925,0xeab5e));function a0_0x1925(){const _0x5e4fb2=['12AQEMCk','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','test','6tJEFnr','316331zpJUBV','WebDriver','../../helpers/helper','Failed\x20to\x20update\x20sessionName\x20','passed','exports','error','3255746oUMnOy','helpers','2410wcVXkK','container','rPmda','skipSessionName','50967LbbviC','winstonLogger','8hglseC','Failed\x20to\x20update\x20sessionStatus\x20','../../helpers/logger','12071884dCAqkA','174822UycrLK','codeceptjs/lib/index.js','dispatcher','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22}}','583925lnUXaG','executeScript','953197nIPZOG','@codeceptjs/helper/helper.js','title','event','16hpJjOi','4NLEnYA','stringify','lcONG','started','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'];a0_0x1925=function(){return _0x5e4fb2;};return a0_0x1925();}const {requireModule}=require(a0_0x246d33(0x177)),logger=require(a0_0x246d33(0x186))[a0_0x246d33(0x183)],CodeceptJS=requireModule(a0_0x246d33(0x189)),CodeceptHelper=requireModule(a0_0x246d33(0x168)),{isTrue}=require(a0_0x246d33(0x177));module[a0_0x246d33(0x17a)]=function(_0x510b71){const _0x2e5dad=a0_0x246d33,_0x52ab14={'rPmda':function(_0x505861,_0x19ee44){return _0x505861(_0x19ee44);},'lcONG':_0x2e5dad(0x176)};CodeceptJS['event'][_0x2e5dad(0x18a)]['on'](CodeceptJS[_0x2e5dad(0x16a)]['test'][_0x2e5dad(0x16f)],async _0x2cda9f=>{const _0x26356b=_0x2e5dad;try{!_0x52ab14[_0x26356b(0x180)](isTrue,_0x510b71[_0x26356b(0x181)])&&await CodeceptJS[_0x26356b(0x17f)]['helpers'](_0x52ab14[_0x26356b(0x16e)])[_0x26356b(0x166)](_0x26356b(0x172)+_0x2cda9f[_0x26356b(0x169)]+'\x22}}');}catch(_0x2c3ada){logger['error'](_0x26356b(0x178)+_0x2c3ada);}}),CodeceptJS['event'][_0x2e5dad(0x18a)]['on'](CodeceptJS[_0x2e5dad(0x16a)][_0x2e5dad(0x173)][_0x2e5dad(0x179)],async _0x4062e8=>{const _0xe29447=_0x2e5dad;try{await CodeceptJS[_0xe29447(0x17f)][_0xe29447(0x17d)](_0x52ab14['lcONG'])[_0xe29447(0x166)](_0xe29447(0x18b));}catch(_0x583bb9){logger['error']('Failed\x20to\x20update\x20sessionStatus\x20'+_0x583bb9);}}),CodeceptJS[_0x2e5dad(0x16a)][_0x2e5dad(0x18a)]['on'](CodeceptJS[_0x2e5dad(0x16a)][_0x2e5dad(0x173)]['failed'],async(_0x3a8381,_0x431bb2)=>{const _0x4d7a4a=_0x2e5dad;try{await CodeceptJS[_0x4d7a4a(0x17f)][_0x4d7a4a(0x17d)](_0x52ab14[_0x4d7a4a(0x16e)])[_0x4d7a4a(0x166)](_0x4d7a4a(0x170)+JSON[_0x4d7a4a(0x16d)](_0x431bb2)+'}}');}catch(_0xfd7768){logger[_0x4d7a4a(0x17b)](_0x4d7a4a(0x185)+_0xfd7768);}});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a1_0x4b4cc5=a1_0x5bd9;(function(_0x2bcc33,_0x7d6801){const _0x3a2eab=a1_0x5bd9,_0x357d00=_0x2bcc33();while(!![]){try{const _0x3cca16=parseInt(_0x3a2eab(0x1b5))/0x1+-parseInt(_0x3a2eab(0x157))/0x2+-parseInt(_0x3a2eab(0x19b))/0x3*(-parseInt(_0x3a2eab(0x1be))/0x4)+parseInt(_0x3a2eab(0x15a))/0x5+-parseInt(_0x3a2eab(0x13e))/0x6+parseInt(_0x3a2eab(0x175))/0x7*(-parseInt(_0x3a2eab(0x1aa))/0x8)+parseInt(_0x3a2eab(0x144))/0x9*(-parseInt(_0x3a2eab(0x18c))/0xa);if(_0x3cca16===_0x7d6801)break;else _0x357d00['push'](_0x357d00['shift']());}catch(_0x3f8cd6){_0x357d00['push'](_0x357d00['shift']());}}}(a1_0x47fb,0x4c6b7));function a1_0x47fb(){const _0x477856=['path','MPbMr','lHfMw','CLBxp','useW3C','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','addConfig','run','2183694aFKQyn','desiredCapabilities','dirname','rYUhj','QKusP','teardownAll','63CUOfse','now','QwVkc','Workers','mergeDeep','QcacM','vslKB','JHGOT','config','push','spawn','Inslb','sqAuA','qmBTz','plugins','oMguP','printResults','yLxeY','JIcJa','235304zelciQ','forEach','getPlatformName','863680uPmsOb','fEbMZ','mUUbi','rQzNB','GWZel','log','rIaXg','BrowserStackPlugin','env','ylRWS','tZFfb','--config','testConfig','gyAnc','WebDriver','loSBo','join','length','EvCPf','fIoEI','testContextOptions','LdWts','IgIUE','SvTkZ','ZCzfw','addTests','YkJaP','42gVysMh','PZqxB','gbFKk','../../helpers/BrowserStackSetup','BrowserStackPlugin.js','Started\x20:\x20','browserStackCwd','enabled','cRjFt','../../helpers/helper','codecept.json','WYcgb','XvnOO','process','fszUS','event','TjtIe','Passed\x20:\x20','zwICt','faiFJ','xSXwn','passed','cwd','629830xmYBGE','skipSessionName','IfsgR','hNgsr','oPrWg','hMOAw','rbcWE','title','chdir','winstonLogger','helpers','slice','modifyBrowserStackW3CCaps','createGroupsOfSuites','hOTGH','268221iYsoQq','test','result','existsSync','modifyBrowserStackCaps','SRmRz','isUndefined','WjqAO','findIndex','wEHOS','Failed\x20:\x20','SZZnz','bootstrapAll','require','ElWBi','240696yfEJIJ','XPMYp','EuhSu','ZJjQu','VJSpI','qImWA','YogyZ','SaTcT','lYlnC','MkdJw','QDrJG','617434UzVjGG','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','JzXmt','mySpb','GvlYk','pIcgU','KBTeN','tgiPP','NbeSX','28zFVxWm','info','ziinh','gAfSt','HxFMb','dgKwG'];a1_0x47fb=function(){return _0x477856;};return a1_0x47fb();}function a1_0x5bd9(_0x2c1548,_0x3cf041){const _0x47fbe3=a1_0x47fb();return a1_0x5bd9=function(_0x5bd9a1,_0x7c8372){_0x5bd9a1=_0x5bd9a1-0x137;let _0x522846=_0x47fbe3[_0x5bd9a1];return _0x522846;},a1_0x5bd9(_0x2c1548,_0x3cf041);}const fs=require('fs'),path=require(a1_0x4b4cc5(0x1c4)),{spawn}=require('child_process'),process=require(a1_0x4b4cc5(0x182)),logger=require('../../helpers/logger')[a1_0x4b4cc5(0x195)],{default:BrowserStackSetup}=require(a1_0x4b4cc5(0x178)),helper=require(a1_0x4b4cc5(0x17e)),{requireModule}=require(a1_0x4b4cc5(0x17e)),CodeceptJS=requireModule('codeceptjs/lib/index.js'),getUserCodeceptJSConfigs=(_0x39bd35,_0x8b9ebb)=>{const _0x34ed27=a1_0x4b4cc5,_0x150f85={'RmkRp':function(_0x1a2795,_0x202952){return _0x1a2795(_0x202952);},'GiLSN':function(_0x19be63,_0x262f30){return _0x19be63+_0x262f30;},'SRmRz':'config','TjtIe':'helpers','fIoEI':_0x34ed27(0x168),'dgKwG':_0x34ed27(0x17f),'ZCzfw':function(_0x489c59,_0xdea7e){return _0x489c59==_0xdea7e;},'tgiPP':function(_0x128f82,_0x2cb5f4){return _0x128f82!==_0x2cb5f4;},'KBTeN':_0x34ed27(0x190),'yLxeY':'aDTZh','wMqIh':_0x34ed27(0x163),'rQzNB':function(_0x26228c,_0x425312){return _0x26228c===_0x425312;},'IfsgR':_0x34ed27(0x187),'HxFMb':_0x34ed27(0x1af),'JzXmt':_0x34ed27(0x160),'JIcJa':'codecept.conf.js','EuhSu':_0x34ed27(0x15c),'gbFKk':function(_0x3fd42e,_0x12a1b7){return _0x3fd42e!==_0x12a1b7;},'xSXwn':'NBlEV','xXGbV':_0x34ed27(0x17d)};let _0x47c069=null,_0x258b43={},_0x57aba6=_0x8b9ebb[_0x34ed27(0x1a3)](_0x2ee517=>_0x2ee517==_0x34ed27(0x165));_0x150f85[_0x34ed27(0x172)](_0x57aba6,-0x1)&&(_0x150f85['tgiPP'](_0x150f85[_0x34ed27(0x1bb)],_0x150f85[_0x34ed27(0x1bb)])?(_0x746c51[_0x34ed27(0x1bf)](_0x34ed27(0x13b)+_0x40bc1b),_0x39642f=_0x150f85['RmkRp'](_0x1efeeb,_0xad56a4)):_0x57aba6=_0x8b9ebb['findIndex'](_0x3d380b=>_0x3d380b=='-c'));if(!helper['isUndefined'](_0x39bd35[_0x34ed27(0x14c)])&&fs['existsSync'](path['join'](process['cwd'](),_0x39bd35['config']))){if(_0x150f85[_0x34ed27(0x1bc)](_0x150f85[_0x34ed27(0x155)],_0x150f85['wMqIh']))_0x47c069=path[_0x34ed27(0x16a)](process[_0x34ed27(0x18b)](),_0x39bd35['config']),_0x8b9ebb[_0x34ed27(0x197)](_0x57aba6,0x2);else{let _0x18c630=_0x150f85['GiLSN'](_0x2d1303[_0x34ed27(0x159)](_0x294a69,'_'),'_'+_0x49376c[_0x34ed27(0x145)]());const _0x5f1190={};_0x5f1190[_0x34ed27(0x13f)]=_0x3b89a2;const _0x16b881=_0x5f1190;_0x2add5e[_0x18c630]=_0xd04f78[_0x150f85[_0x34ed27(0x1a0)]][_0x150f85[_0x34ed27(0x185)]][_0x150f85['fIoEI']]?_0x40d3d8[_0x34ed27(0x148)](_0x16b881,_0x5b3de8[_0x150f85[_0x34ed27(0x1a0)]][_0x150f85[_0x34ed27(0x185)]][_0x150f85[_0x34ed27(0x16d)]]):_0x16b881,_0x21ec18[_0x34ed27(0x14d)](_0x18c630);}}else{if(!helper[_0x34ed27(0x1a1)](_0x39bd35['c'])&&fs[_0x34ed27(0x19e)](path[_0x34ed27(0x16a)](process[_0x34ed27(0x18b)](),_0x39bd35['c'])))_0x150f85[_0x34ed27(0x15d)](_0x150f85[_0x34ed27(0x18e)],_0x150f85[_0x34ed27(0x18e)])?(_0x47c069=path[_0x34ed27(0x16a)](process['cwd'](),_0x39bd35['c']),_0x8b9ebb['slice'](_0x57aba6,0x2)):_0x89e6ff=_0x101f50['findIndex'](_0x1f3a6f=>_0x1f3a6f=='-c');else{if(_0x150f85[_0x34ed27(0x1bc)](_0x150f85[_0x34ed27(0x1c2)],_0x150f85[_0x34ed27(0x1b7)])){if(fs['existsSync'](path[_0x34ed27(0x16a)](process[_0x34ed27(0x18b)](),_0x150f85[_0x34ed27(0x156)]))){if(_0x150f85[_0x34ed27(0x1bc)](_0x150f85[_0x34ed27(0x1ac)],_0x150f85['EuhSu']))for(let _0x549a7b of _0x41ada2){const _0xc9e121=_0x2ce674['spawn']();_0xc9e121[_0x34ed27(0x173)](_0x549a7b),_0xc9e121[_0x34ed27(0x13c)](_0xa7d7b6);}else _0x47c069=path[_0x34ed27(0x16a)](process['cwd'](),_0x150f85[_0x34ed27(0x156)]);}else fs[_0x34ed27(0x19e)](path[_0x34ed27(0x16a)](process[_0x34ed27(0x18b)](),_0x150f85[_0x34ed27(0x1c3)]))&&(_0x150f85[_0x34ed27(0x177)](_0x150f85[_0x34ed27(0x189)],_0x150f85['xXGbV'])?_0x47c069=path['join'](process['cwd'](),_0x150f85[_0x34ed27(0x1c3)]):_0x30c721=_0x59dcfc['join'](_0x2cb796[_0x34ed27(0x18b)](),_0x150f85[_0x34ed27(0x1c3)]));}else _0x570625=_0x162866[_0x34ed27(0x16a)](_0x135154[_0x34ed27(0x18b)](),_0x4dee38['c']),_0x391542[_0x34ed27(0x197)](_0x154e7a,0x2);}}return _0x47c069;};async function run(_0x3b5b5e,_0x376e61){const _0x5b46e0=a1_0x4b4cc5,_0x303d66={'lHfMw':_0x5b46e0(0x186),'faiFJ':function(_0x4cae42,_0x3ac307){return _0x4cae42===_0x3ac307;},'LdWts':_0x5b46e0(0x18f),'FqNal':_0x5b46e0(0x1bd),'lYlnC':'codeceptjs','SvTkZ':function(_0x362b94,_0xf8a405){return _0x362b94!==_0xf8a405;},'WYcgb':'tsxlc','loSBo':function(_0x50f889,_0x23fbd1){return _0x50f889+_0x23fbd1;},'YogyZ':'config','YkJaP':_0x5b46e0(0x196),'MkdJw':_0x5b46e0(0x168),'ziinh':'codecept.conf.js','PZqxB':function(_0x923f48,_0x23f948){return _0x923f48===_0x23f948;},'MxkWp':_0x5b46e0(0x149),'rbcWE':_0x5b46e0(0x1a5),'fszUS':function(_0x5f1ea1,_0x1bacbc){return _0x5f1ea1===_0x1bacbc;},'QKusP':_0x5b46e0(0x1ba),'vESzs':_0x5b46e0(0x1ab),'IgIUE':_0x5b46e0(0x17a),'gyAnc':_0x5b46e0(0x1a4),'EvCPf':_0x5b46e0(0x1a2),'hMOAw':_0x5b46e0(0x17f),'GvlYk':_0x5b46e0(0x14b),'ElWBi':_0x5b46e0(0x1ad),'GPLQk':_0x5b46e0(0x1b6),'oMguP':_0x5b46e0(0x1b4),'yIrls':function(_0x247a41,_0x66f649,_0x346301){return _0x247a41(_0x66f649,_0x346301);},'QwVkc':_0x5b46e0(0x164),'XvnOO':function(_0x30253a,_0x302855){return _0x30253a(_0x302855);},'WKYnE':function(_0x358f03,_0x5b8a3f){return _0x358f03===_0x5b8a3f;},'qmBTz':_0x5b46e0(0x1ae),'vslKB':_0x5b46e0(0x179),'gAfSt':_0x5b46e0(0x17b),'NJXem':function(_0x6d477a,_0x5e1ba2){return _0x6d477a*_0x5e1ba2;},'mySpb':_0x5b46e0(0x14f),'SaTcT':_0x5b46e0(0x139),'rQDps':_0x5b46e0(0x141),'GWZel':_0x5b46e0(0x150),'fEbMZ':function(_0x233679){return _0x233679();}},_0x4d7c82=new BrowserStackSetup(_0x3b5b5e,_0x303d66[_0x5b46e0(0x1b2)]);await _0x4d7c82['initialize'](),await helper['handleApp'](_0x4d7c82[_0x5b46e0(0x14c)]);if(!_0x4d7c82[_0x5b46e0(0x14c)])return;const _0x21e499=_0x303d66['yIrls'](getUserCodeceptJSConfigs,_0x3b5b5e,_0x376e61);let _0x59083a={};_0x21e499?_0x303d66[_0x5b46e0(0x176)](_0x303d66[_0x5b46e0(0x146)],_0x303d66[_0x5b46e0(0x146)])?(logger[_0x5b46e0(0x1bf)](_0x5b46e0(0x13b)+_0x21e499),_0x59083a=_0x303d66[_0x5b46e0(0x181)](require,_0x21e499)):_0x261de8['printResults']():_0x303d66['WKYnE'](_0x303d66[_0x5b46e0(0x151)],_0x303d66[_0x5b46e0(0x151)])?logger[_0x5b46e0(0x1bf)](_0x303d66['GPLQk']):_0x47c9fd[_0x5b46e0(0x15f)](_0x303d66[_0x5b46e0(0x138)],_0x286639[_0x5b46e0(0x193)]);let _0x4fd7b2=helper[_0x5b46e0(0x13a)](_0x4d7c82[_0x5b46e0(0x14c)]);const _0x5ed239=[];_0x4d7c82[_0x5b46e0(0x14c)]['platforms']['forEach']((_0x386c60,_0x151d3f)=>{const _0x340419=_0x5b46e0;if(_0x303d66[_0x340419(0x188)](_0x303d66[_0x340419(0x16f)],_0x303d66['FqNal'])){const _0x567a92=_0x190dfe['spawn']();_0x567a92[_0x340419(0x173)](_0x4b5e18),_0x567a92[_0x340419(0x13c)](_0x11b53a);}else{if(_0x4fd7b2)_0x5ed239[_0x340419(0x14d)](helper['modifyBrowserStackW3CCaps'](_0x4d7c82[_0x340419(0x14c)],_0x303d66['lYlnC'],_0x151d3f));else _0x5ed239['push'](helper[_0x340419(0x19f)](_0x4d7c82[_0x340419(0x14c)],_0x303d66[_0x340419(0x1b2)],_0x151d3f));}});const _0x985198={},_0x44dac8=[];_0x5ed239[_0x5b46e0(0x158)](_0xc41c28=>{const _0x3d19a7=_0x5b46e0;if(_0x303d66['SvTkZ'](_0x303d66[_0x3d19a7(0x180)],_0x303d66[_0x3d19a7(0x180)]))_0x2965da=_0x4bdb15[_0x3d19a7(0x16a)](_0x387c57[_0x3d19a7(0x18b)](),_0x4de55d[_0x3d19a7(0x14c)]),_0x5e46a3[_0x3d19a7(0x197)](_0xf1773d,0x2);else{let _0x50dbd9=_0x303d66[_0x3d19a7(0x169)](helper['getPlatformName'](_0xc41c28,'_'),'_'+Date[_0x3d19a7(0x145)]());const _0x15d41b={};_0x15d41b[_0x3d19a7(0x13f)]=_0xc41c28;const _0x81e30f=_0x15d41b;_0x985198[_0x50dbd9]=_0x59083a[_0x303d66[_0x3d19a7(0x1b0)]][_0x303d66[_0x3d19a7(0x174)]][_0x303d66[_0x3d19a7(0x1b3)]]?helper['mergeDeep'](_0x81e30f,_0x59083a[_0x303d66[_0x3d19a7(0x1b0)]][_0x303d66[_0x3d19a7(0x174)]][_0x303d66[_0x3d19a7(0x1b3)]]):_0x81e30f,_0x44dac8[_0x3d19a7(0x14d)](_0x50dbd9);}});const _0x46a891={};_0x46a891[_0x5b46e0(0x166)]=_0x21e499;const _0x4567d1=_0x46a891,_0x94f41b=path['join'](__dirname,_0x303d66[_0x5b46e0(0x14a)]),_0x41fb68=process[_0x5b46e0(0x18b)]();process[_0x5b46e0(0x162)][_0x303d66[_0x5b46e0(0x1c1)]]=_0x41fb68,process[_0x5b46e0(0x194)](path[_0x5b46e0(0x140)](_0x21e499));const _0x4489ff=new CodeceptJS[(_0x5b46e0(0x147))](null,_0x4567d1),_0x4c6f5f=_0x4489ff[_0x5b46e0(0x199)](_0x303d66['NJXem'](_0x4d7c82[_0x5b46e0(0x14c)]['parallelsPerPlatform'],_0x4d7c82[_0x5b46e0(0x14c)]['platforms'][_0x5b46e0(0x16b)])),_0x44e613=_0x44dac8['map'](_0x1e0262=>{const _0x339cd4=_0x5b46e0;if(_0x303d66[_0x339cd4(0x176)](_0x303d66['MxkWp'],_0x303d66['MxkWp'])){const _0x20258d={..._0x985198[_0x1e0262]},_0x5c98e2={};_0x5c98e2['WebDriver']=_0x20258d;const _0x481dfc={};_0x481dfc[_0x339cd4(0x1a8)]=_0x94f41b,_0x481dfc[_0x339cd4(0x17c)]=!![],_0x481dfc[_0x339cd4(0x18d)]=_0x4d7c82['config']['testContextOptions'][_0x339cd4(0x18d)];const _0x5a613b={};_0x5a613b['BrowserStackPlugin']=_0x481dfc;const _0x499738={};return _0x499738['helpers']=_0x5c98e2,_0x499738[_0x339cd4(0x152)]=_0x5a613b,_0x499738;}else _0x25ca5f=_0x270a79[_0x339cd4(0x16a)](_0x1d0130[_0x339cd4(0x18b)](),_0x303d66[_0x339cd4(0x1c0)]);});for(const _0x20448e of _0x44e613){if(_0x303d66[_0x5b46e0(0x188)](_0x303d66[_0x5b46e0(0x1b8)],_0x303d66[_0x5b46e0(0x1b1)])){if(_0x3a3eeb)_0x2875e9[_0x5b46e0(0x14d)](_0x155d23[_0x5b46e0(0x198)](_0x1d8f4c[_0x5b46e0(0x14c)],_0x303d66['lYlnC'],_0x3f4bb2));else _0x261da6['push'](_0x569ce1[_0x5b46e0(0x19f)](_0x48877c[_0x5b46e0(0x14c)],_0x303d66[_0x5b46e0(0x1b2)],_0x9e4a39));}else for(let _0xfac1ee of _0x4c6f5f){if(_0x303d66[_0x5b46e0(0x171)](_0x303d66['rQDps'],_0x303d66[_0x5b46e0(0x15e)])){const _0x53c37e=_0x4489ff[_0x5b46e0(0x14e)]();_0x53c37e[_0x5b46e0(0x173)](_0xfac1ee),_0x53c37e['addConfig'](_0x20448e);}else _0x3f3a3c[_0x5b46e0(0x15f)](_0x303d66['rbcWE'],_0x20128a[_0x5b46e0(0x193)]);}}_0x4489ff['on'](CodeceptJS['event'][_0x5b46e0(0x19c)]['failed'],(_0x599032,_0x505d8b)=>{const _0x4c560b=_0x5b46e0;if(_0x303d66[_0x4c560b(0x183)](_0x303d66[_0x4c560b(0x142)],_0x303d66['vESzs'])){const _0x9b14e5={..._0x223ada[_0x11fbf5]},_0x407612={};_0x407612[_0x4c560b(0x168)]=_0x9b14e5;const _0x5f2c76={};_0x5f2c76[_0x4c560b(0x1a8)]=_0x457c44,_0x5f2c76['enabled']=!![],_0x5f2c76[_0x4c560b(0x18d)]=_0x44c94f[_0x4c560b(0x14c)][_0x4c560b(0x16e)][_0x4c560b(0x18d)];const _0x335de8={};_0x335de8[_0x4c560b(0x161)]=_0x5f2c76;const _0x14fd32={};return _0x14fd32[_0x4c560b(0x196)]=_0x407612,_0x14fd32['plugins']=_0x335de8,_0x14fd32;}else console['log'](_0x303d66[_0x4c560b(0x192)],_0x599032[_0x4c560b(0x193)]);}),_0x4489ff['on'](CodeceptJS[_0x5b46e0(0x184)][_0x5b46e0(0x19c)][_0x5b46e0(0x18a)],async _0x52b678=>{const _0x5e9545=_0x5b46e0,_0x474f96={};_0x474f96[_0x5e9545(0x19a)]=_0x303d66['IgIUE'];const _0x25143b=_0x474f96;_0x303d66[_0x5e9545(0x171)](_0x303d66[_0x5e9545(0x167)],_0x303d66[_0x5e9545(0x16c)])?console['log'](_0x303d66[_0x5e9545(0x138)],_0x52b678[_0x5e9545(0x193)]):_0x2f8c2d['log'](_0x25143b['hOTGH'],_0x2de1d7[_0x5e9545(0x193)]);}),_0x4489ff['on'](CodeceptJS[_0x5b46e0(0x184)][_0x5b46e0(0x19c)]['before'],async _0x25c4e2=>{const _0xc4af50=_0x5b46e0,_0xf7dcee={};_0xf7dcee[_0xc4af50(0x1a6)]=_0x303d66[_0xc4af50(0x1c0)],_0xf7dcee[_0xc4af50(0x137)]=_0x303d66[_0xc4af50(0x191)];const _0x4e8db6=_0xf7dcee;if(_0x303d66[_0xc4af50(0x171)](_0x303d66[_0xc4af50(0x1b9)],_0x303d66[_0xc4af50(0x1a9)]))console['log'](_0x303d66[_0xc4af50(0x170)],_0x25c4e2['title']);else{if(_0xbcb592['existsSync'](_0x4e3288[_0xc4af50(0x16a)](_0x1eca10[_0xc4af50(0x18b)](),_0x4e8db6[_0xc4af50(0x1a6)])))_0x35ba10=_0x469740[_0xc4af50(0x16a)](_0x58d450[_0xc4af50(0x18b)](),_0x4e8db6[_0xc4af50(0x1a6)]);else _0x3bde31[_0xc4af50(0x19e)](_0x146ae1[_0xc4af50(0x16a)](_0x3888f1[_0xc4af50(0x18b)](),_0x4e8db6[_0xc4af50(0x137)]))&&(_0x29dc28=_0x45f6db[_0xc4af50(0x16a)](_0x3b3e06[_0xc4af50(0x18b)](),_0x4e8db6[_0xc4af50(0x137)]));}}),_0x4489ff['on'](CodeceptJS[_0x5b46e0(0x184)]['all'][_0x5b46e0(0x19d)],async()=>{const _0x4e8386=_0x5b46e0;_0x303d66['fszUS'](_0x303d66[_0x4e8386(0x153)],_0x303d66[_0x4e8386(0x153)])?_0x4489ff[_0x4e8386(0x154)]():_0x59d365[_0x4e8386(0x1bf)](_0x303d66['GPLQk']);});async function _0x3b1c7e(){const _0x7164eb=_0x5b46e0;try{await _0x4489ff[_0x7164eb(0x1a7)](),await _0x4489ff[_0x7164eb(0x13d)]();}finally{process[_0x7164eb(0x194)](_0x41fb68),await _0x4489ff[_0x7164eb(0x143)]();}}_0x303d66[_0x5b46e0(0x15b)](_0x3b1c7e);}module['exports']=run;
|
|
2
|
+
'use strict';const a1_0x9de3=a1_0x9e87;(function(_0x429c31,_0x53bc9e){const _0x4ea7be=a1_0x9e87,_0x4be85d=_0x429c31();while(!![]){try{const _0x40b663=parseInt(_0x4ea7be(0x1fc))/0x1*(parseInt(_0x4ea7be(0x25d))/0x2)+-parseInt(_0x4ea7be(0x241))/0x3+-parseInt(_0x4ea7be(0x206))/0x4+parseInt(_0x4ea7be(0x1f1))/0x5+-parseInt(_0x4ea7be(0x247))/0x6+parseInt(_0x4ea7be(0x258))/0x7+-parseInt(_0x4ea7be(0x21e))/0x8*(-parseInt(_0x4ea7be(0x1fb))/0x9);if(_0x40b663===_0x53bc9e)break;else _0x4be85d['push'](_0x4be85d['shift']());}catch(_0x112b9f){_0x4be85d['push'](_0x4be85d['shift']());}}}(a1_0x1e6d,0xf1ad3));const fs=require('fs'),path=require(a1_0x9de3(0x26e)),{spawn}=require('child_process'),process=require(a1_0x9de3(0x244)),logger=require(a1_0x9de3(0x205))[a1_0x9de3(0x1eb)],{default:BrowserStackSetup}=require(a1_0x9de3(0x259)),helper=require(a1_0x9de3(0x215)),{requireModule}=require(a1_0x9de3(0x215)),CodeceptJS=requireModule(a1_0x9de3(0x1f0)),getUserCodeceptJSConfigs=(_0x51abfc,_0x32aaf8)=>{const _0x4e9c50=a1_0x9de3,_0x34107e={};_0x34107e[_0x4e9c50(0x1ff)]=_0x4e9c50(0x1e5),_0x34107e[_0x4e9c50(0x264)]=_0x4e9c50(0x255),_0x34107e[_0x4e9c50(0x20f)]=function(_0x39d4da,_0x20adca){return _0x39d4da+_0x20adca;},_0x34107e['BaUfM']=_0x4e9c50(0x23f),_0x34107e[_0x4e9c50(0x209)]=_0x4e9c50(0x208),_0x34107e[_0x4e9c50(0x203)]=_0x4e9c50(0x254),_0x34107e['TqMep']=function(_0x25e974,_0x4adc2d){return _0x25e974==_0x4adc2d;},_0x34107e[_0x4e9c50(0x263)]=function(_0x15b0ea,_0x25b0f5){return _0x15b0ea!==_0x25b0f5;},_0x34107e[_0x4e9c50(0x251)]=_0x4e9c50(0x1f7),_0x34107e[_0x4e9c50(0x20d)]=function(_0x39c908,_0xb77ffa){return _0x39c908===_0xb77ffa;},_0x34107e['FMYOq']='bfnku',_0x34107e[_0x4e9c50(0x24a)]=_0x4e9c50(0x1ed),_0x34107e[_0x4e9c50(0x20c)]=function(_0x37aef5,_0x51c387){return _0x37aef5!==_0x51c387;},_0x34107e['doolh']=_0x4e9c50(0x1fd),_0x34107e[_0x4e9c50(0x24f)]=_0x4e9c50(0x207),_0x34107e[_0x4e9c50(0x1fe)]=function(_0xf59d67,_0x225320){return _0xf59d67!==_0x225320;},_0x34107e['oFXev']=_0x4e9c50(0x1e9),_0x34107e['TVXVu']=function(_0x215339,_0x43da4a){return _0x215339===_0x43da4a;},_0x34107e[_0x4e9c50(0x242)]=_0x4e9c50(0x26f),_0x34107e[_0x4e9c50(0x20b)]='DCDOt',_0x34107e[_0x4e9c50(0x240)]=_0x4e9c50(0x21f);const _0x55bd20=_0x34107e;let _0x310426=null,_0x5b2096={},_0x54474e=_0x32aaf8[_0x4e9c50(0x201)](_0xe7859=>_0xe7859=='--config');if(_0x55bd20[_0x4e9c50(0x23a)](_0x54474e,-0x1)){if(_0x55bd20['rCYli'](_0x55bd20[_0x4e9c50(0x251)],_0x55bd20[_0x4e9c50(0x251)])){if(_0x3c1162[_0x4e9c50(0x200)](_0x410b8c[_0x4e9c50(0x1e7)](_0x305c5d['cwd'](),_0x55bd20[_0x4e9c50(0x1ff)])))_0x15195b=_0x529b52[_0x4e9c50(0x1e7)](_0x19ccbc[_0x4e9c50(0x1f3)](),_0x55bd20['gXLcV']);else _0x55a9b6['existsSync'](_0x235dbd['join'](_0x21e7d5[_0x4e9c50(0x1f3)](),_0x55bd20[_0x4e9c50(0x264)]))&&(_0x43dc93=_0x45df1d[_0x4e9c50(0x1e7)](_0x28f594[_0x4e9c50(0x1f3)](),_0x55bd20['CNEcE']));}else _0x54474e=_0x32aaf8['findIndex'](_0x124ada=>_0x124ada=='-c');}if(!helper['isUndefined'](_0x51abfc['config'])&&fs[_0x4e9c50(0x200)](path[_0x4e9c50(0x1e7)](process['cwd'](),_0x51abfc[_0x4e9c50(0x23f)]))){if(_0x55bd20[_0x4e9c50(0x20d)](_0x55bd20['FMYOq'],_0x55bd20[_0x4e9c50(0x24a)])){let _0x5a9116=_0x55bd20[_0x4e9c50(0x20f)](_0xd1b6eb[_0x4e9c50(0x235)](_0x59ef0c,'_'),'_'+_0x108554[_0x4e9c50(0x228)]());const _0x48a566={};_0x48a566[_0x4e9c50(0x261)]=_0x48effb;const _0x3fa22c=_0x48a566;_0x3a386b[_0x5a9116]=_0x376aad[_0x55bd20[_0x4e9c50(0x23c)]][_0x55bd20[_0x4e9c50(0x209)]][_0x55bd20['MiKwN']]?_0x13f13c[_0x4e9c50(0x231)](_0x3fa22c,_0x8a631d[_0x55bd20[_0x4e9c50(0x23c)]][_0x55bd20['hnvKX']][_0x55bd20[_0x4e9c50(0x203)]]):_0x3fa22c,_0x4a194c[_0x4e9c50(0x1f4)](_0x5a9116);}else _0x310426=path[_0x4e9c50(0x1e7)](process[_0x4e9c50(0x1f3)](),_0x51abfc[_0x4e9c50(0x23f)]),_0x32aaf8[_0x4e9c50(0x266)](_0x54474e,0x2);}else{if(!helper[_0x4e9c50(0x253)](_0x51abfc['c'])&&fs[_0x4e9c50(0x200)](path[_0x4e9c50(0x1e7)](process[_0x4e9c50(0x1f3)](),_0x51abfc['c'])))_0x55bd20['BojYz'](_0x55bd20[_0x4e9c50(0x236)],_0x55bd20[_0x4e9c50(0x24f)])?(_0x310426=path['join'](process[_0x4e9c50(0x1f3)](),_0x51abfc['c']),_0x32aaf8[_0x4e9c50(0x266)](_0x54474e,0x2)):_0x2a941f=_0x1e17ae[_0x4e9c50(0x201)](_0x1c8859=>_0x1c8859=='-c');else{if(_0x55bd20[_0x4e9c50(0x1fe)](_0x55bd20[_0x4e9c50(0x216)],_0x55bd20[_0x4e9c50(0x216)])){const _0x236fde={..._0x1c4ec9[_0x1b721e]},_0x46ee21={};_0x46ee21[_0x4e9c50(0x254)]=_0x236fde;const _0x58cd0a={};_0x58cd0a['require']=_0xa4c94b,_0x58cd0a[_0x4e9c50(0x1e6)]=!![],_0x58cd0a['skipSessionName']=_0x4adf0c[_0x4e9c50(0x23f)][_0x4e9c50(0x22c)]['skipSessionName'];const _0x4a92a2={};_0x4a92a2['BrowserStackPlugin']=_0x58cd0a;const _0x161258={};return _0x161258[_0x4e9c50(0x208)]=_0x46ee21,_0x161258['plugins']=_0x4a92a2,_0x161258;}else{if(fs[_0x4e9c50(0x200)](path[_0x4e9c50(0x1e7)](process['cwd'](),_0x55bd20[_0x4e9c50(0x1ff)])))_0x55bd20['TVXVu'](_0x55bd20[_0x4e9c50(0x242)],_0x55bd20['hoXAh'])?(_0x1903f1=_0x3a0d72['join'](_0x2a4b3c['cwd'](),_0x387588[_0x4e9c50(0x23f)]),_0x418d6b[_0x4e9c50(0x266)](_0x1087d5,0x2)):_0x310426=path[_0x4e9c50(0x1e7)](process[_0x4e9c50(0x1f3)](),_0x55bd20[_0x4e9c50(0x1ff)]);else fs[_0x4e9c50(0x200)](path['join'](process[_0x4e9c50(0x1f3)](),_0x55bd20['CNEcE']))&&(_0x55bd20[_0x4e9c50(0x20d)](_0x55bd20[_0x4e9c50(0x240)],_0x55bd20[_0x4e9c50(0x240)])?_0x310426=path[_0x4e9c50(0x1e7)](process[_0x4e9c50(0x1f3)](),_0x55bd20[_0x4e9c50(0x264)]):_0x3b8df5=_0x1a0121[_0x4e9c50(0x1e7)](_0x2dd573[_0x4e9c50(0x1f3)](),_0x55bd20[_0x4e9c50(0x1ff)]));}}}return _0x310426;};async function run(_0xc37cf2,_0x5f5670){const _0xfca9b7=a1_0x9de3,_0x3a01f0={'barYl':function(_0x40e163,_0xb43705){return _0x40e163(_0xb43705);},'AhuAM':_0xfca9b7(0x233),'TczWM':'codeceptjs','cHBBm':function(_0x36a628,_0x1f6803){return _0x36a628!==_0x1f6803;},'iZxPi':_0xfca9b7(0x249),'UXOMt':_0xfca9b7(0x26a),'kzbAX':'RjYBc','GNwTy':function(_0x2e0942,_0x33a108){return _0x2e0942+_0x33a108;},'aipep':'config','jUANf':'helpers','kAGUx':_0xfca9b7(0x254),'LhUyA':function(_0x36e1eb,_0x4f8672){return _0x36e1eb===_0x4f8672;},'OuwaY':_0xfca9b7(0x250),'AADEQ':_0xfca9b7(0x255),'SPxvB':'Passed\x20:\x20','QKabE':_0xfca9b7(0x1f2),'JyvyV':function(_0x45a6a4,_0x50087c){return _0x45a6a4===_0x50087c;},'lgkFK':'ottlC','yOtHf':function(_0x50577d,_0x5425fc){return _0x50577d!==_0x5425fc;},'ZxwqP':_0xfca9b7(0x22f),'QGEQK':_0xfca9b7(0x24c),'tMusq':function(_0x44232,_0x8f8bde){return _0x44232===_0x8f8bde;},'BuMAK':_0xfca9b7(0x243),'MwdFZ':'fbflP','uWHqq':_0xfca9b7(0x234),'AmGYq':function(_0xfeb59c,_0x8d4234,_0x4ad1b5){return _0xfeb59c(_0x8d4234,_0x4ad1b5);},'nmIMU':_0xfca9b7(0x212),'bBSaa':_0xfca9b7(0x23d),'PFakE':function(_0xddfea9,_0x297ff8){return _0xddfea9(_0x297ff8);},'vwpjH':function(_0x543253,_0x257aa7){return _0x543253===_0x257aa7;},'vBXIA':'oclbo','PBiIW':'jxGdh','HTEFK':_0xfca9b7(0x22b),'ayAho':_0xfca9b7(0x1f6),'MSfzE':function(_0x3e8f84,_0x33953d){return _0x3e8f84*_0x33953d;},'emgny':_0xfca9b7(0x239),'JDoUQ':_0xfca9b7(0x22d),'hLbgF':function(_0x5ec7cf,_0x1e012b){return _0x5ec7cf!==_0x1e012b;},'MMUHQ':'yragD','QOMuW':function(_0x8969b8){return _0x8969b8();}},_0x2562ce=new BrowserStackSetup(_0xc37cf2,_0x3a01f0['TczWM']);await _0x2562ce[_0xfca9b7(0x204)](),await helper[_0xfca9b7(0x245)](_0x2562ce[_0xfca9b7(0x23f)]);if(!_0x2562ce[_0xfca9b7(0x23f)])return;const _0x5470c0=_0x3a01f0[_0xfca9b7(0x1e0)](getUserCodeceptJSConfigs,_0xc37cf2,_0x5f5670);let _0x296bd1={};_0x5470c0?_0x3a01f0['yOtHf'](_0x3a01f0[_0xfca9b7(0x256)],_0x3a01f0['bBSaa'])?(logger[_0xfca9b7(0x25e)](_0xfca9b7(0x224)+_0x5470c0),_0x296bd1=_0x3a01f0[_0xfca9b7(0x1e2)](require,_0x5470c0)):(_0x21feae[_0xfca9b7(0x25e)](_0xfca9b7(0x224)+_0x5a9e03),_0x2b7f31=_0x3a01f0['barYl'](_0x2bf3eb,_0x1067ad)):_0x3a01f0[_0xfca9b7(0x257)](_0x3a01f0['vBXIA'],_0x3a01f0['PBiIW'])?_0x29dcc1[_0xfca9b7(0x22a)](_0x3a01f0[_0xfca9b7(0x1ec)],_0x238d31[_0xfca9b7(0x1ef)]):logger[_0xfca9b7(0x25e)](_0x3a01f0[_0xfca9b7(0x229)]);let _0x5e4b08=helper[_0xfca9b7(0x26d)](_0x2562ce[_0xfca9b7(0x23f)]);const _0x45358d=[];_0x2562ce['config'][_0xfca9b7(0x220)]['forEach']((_0x34ba9e,_0x51f579)=>{const _0x2fa013=_0xfca9b7,_0x23082a={};_0x23082a[_0x2fa013(0x223)]=_0x3a01f0[_0x2fa013(0x265)];const _0x407870=_0x23082a;if(_0x3a01f0[_0x2fa013(0x217)](_0x3a01f0[_0x2fa013(0x1f5)],_0x3a01f0[_0x2fa013(0x1f5)])){if(_0x5162b5)_0x4d7b39[_0x2fa013(0x1f4)](_0x4f9906[_0x2fa013(0x1ea)](_0x43c8a3[_0x2fa013(0x23f)],_0x407870[_0x2fa013(0x223)],_0xa8ded9));else _0x571055[_0x2fa013(0x1f4)](_0x482dfb[_0x2fa013(0x237)](_0x4773da[_0x2fa013(0x23f)],_0x407870[_0x2fa013(0x223)],_0x9f5a3b));}else{if(_0x5e4b08)_0x45358d[_0x2fa013(0x1f4)](helper['modifyBrowserStackW3CCaps'](_0x2562ce[_0x2fa013(0x23f)],_0x3a01f0[_0x2fa013(0x265)],_0x51f579));else _0x45358d[_0x2fa013(0x1f4)](helper['modifyBrowserStackCaps'](_0x2562ce['config'],_0x3a01f0['TczWM'],_0x51f579));}});const _0x5f57c3={},_0xc4b011=[];_0x45358d['forEach'](_0x39412c=>{const _0x85d733=_0xfca9b7;if(_0x3a01f0['cHBBm'](_0x3a01f0['UXOMt'],_0x3a01f0[_0x85d733(0x202)])){let _0x15b17e=_0x3a01f0['GNwTy'](helper[_0x85d733(0x235)](_0x39412c,'_'),'_'+Date[_0x85d733(0x228)]());const _0x329780={};_0x329780[_0x85d733(0x261)]=_0x39412c;const _0x423751=_0x329780;_0x5f57c3[_0x15b17e]=_0x296bd1[_0x3a01f0[_0x85d733(0x267)]][_0x3a01f0[_0x85d733(0x1ee)]][_0x3a01f0['kAGUx']]?helper[_0x85d733(0x231)](_0x423751,_0x296bd1[_0x3a01f0[_0x85d733(0x267)]][_0x3a01f0[_0x85d733(0x1ee)]][_0x3a01f0[_0x85d733(0x20e)]]):_0x423751,_0xc4b011[_0x85d733(0x1f4)](_0x15b17e);}else for(let _0x129b09 of _0x31caf8){const _0x118992=_0x41f145[_0x85d733(0x1f9)]();_0x118992[_0x85d733(0x246)](_0x129b09),_0x118992['addConfig'](_0x11101c);}});const _0x2f7513={};_0x2f7513[_0xfca9b7(0x1e1)]=_0x5470c0;const _0x338eeb=_0x2f7513,_0x257bd5=path['join'](__dirname,_0x3a01f0['HTEFK']),_0x542fb3=process[_0xfca9b7(0x1f3)]();process[_0xfca9b7(0x25f)][_0x3a01f0[_0xfca9b7(0x25b)]]=_0x542fb3,process[_0xfca9b7(0x248)](path[_0xfca9b7(0x211)](_0x5470c0));const _0x3d438b=new CodeceptJS[(_0xfca9b7(0x230))](null,_0x338eeb),_0x267e71=_0x3d438b[_0xfca9b7(0x226)](_0x3a01f0[_0xfca9b7(0x252)](_0x2562ce['config'][_0xfca9b7(0x221)],_0x2562ce[_0xfca9b7(0x23f)][_0xfca9b7(0x220)][_0xfca9b7(0x24b)])),_0x19fea4=_0xc4b011[_0xfca9b7(0x262)](_0x10eb83=>{const _0x4e37c4=_0xfca9b7;if(_0x3a01f0[_0x4e37c4(0x269)](_0x3a01f0[_0x4e37c4(0x1e4)],_0x3a01f0[_0x4e37c4(0x1e4)])){const _0x4225fb={..._0x5f57c3[_0x10eb83]},_0x2446bc={};_0x2446bc[_0x4e37c4(0x254)]=_0x4225fb;const _0x45eb9b={};_0x45eb9b[_0x4e37c4(0x218)]=_0x257bd5,_0x45eb9b[_0x4e37c4(0x1e6)]=!![],_0x45eb9b['skipSessionName']=_0x2562ce[_0x4e37c4(0x23f)][_0x4e37c4(0x22c)][_0x4e37c4(0x23e)];const _0x50887b={};_0x50887b[_0x4e37c4(0x25c)]=_0x45eb9b;const _0xadb83a={};return _0xadb83a[_0x4e37c4(0x208)]=_0x2446bc,_0xadb83a[_0x4e37c4(0x22e)]=_0x50887b,_0xadb83a;}else _0x3d7a5b=_0x2a1c3d[_0x4e37c4(0x1e7)](_0x50a89e[_0x4e37c4(0x1f3)](),_0x13266b['c']),_0x11eb2e[_0x4e37c4(0x266)](_0x299c9b,0x2);});for(const _0x2de125 of _0x19fea4){if(_0x3a01f0['tMusq'](_0x3a01f0['emgny'],_0x3a01f0[_0xfca9b7(0x1e3)]))_0x4e95f5=_0x23ad3e['join'](_0x9eca4a[_0xfca9b7(0x1f3)](),_0x3a01f0[_0xfca9b7(0x23b)]);else for(let _0x25efaa of _0x267e71){if(_0x3a01f0[_0xfca9b7(0x21d)](_0x3a01f0['MMUHQ'],_0x3a01f0[_0xfca9b7(0x21a)]))_0x440be2[_0xfca9b7(0x22a)](_0x3a01f0['SPxvB'],_0x446ff6[_0xfca9b7(0x1ef)]);else{const _0x16053d=_0x3d438b[_0xfca9b7(0x1f9)]();_0x16053d[_0xfca9b7(0x246)](_0x25efaa),_0x16053d['addConfig'](_0x2de125);}}}_0x3d438b['on'](CodeceptJS[_0xfca9b7(0x25a)]['test'][_0xfca9b7(0x260)],(_0x45d571,_0x5941c0)=>{const _0x2ecd1c=_0xfca9b7,_0x44cb77={};_0x44cb77[_0x2ecd1c(0x24d)]=_0x3a01f0['QKabE'];const _0xd68dad=_0x44cb77;_0x3a01f0[_0x2ecd1c(0x1fa)](_0x3a01f0[_0x2ecd1c(0x210)],_0x3a01f0['lgkFK'])?console[_0x2ecd1c(0x22a)](_0x3a01f0['QKabE'],_0x45d571['title']):_0x2f1a9e[_0x2ecd1c(0x22a)](_0xd68dad['TrrLi'],_0x2b0f5c[_0x2ecd1c(0x1ef)]);}),_0x3d438b['on'](CodeceptJS['event']['test'][_0xfca9b7(0x20a)],async _0x5dd6d5=>{const _0x1424c0=_0xfca9b7;_0x3a01f0[_0x1424c0(0x26c)](_0x3a01f0['ZxwqP'],_0x3a01f0[_0x1424c0(0x213)])?_0x482df9['printResults']():console[_0x1424c0(0x22a)](_0x3a01f0[_0x1424c0(0x21c)],_0x5dd6d5['title']);}),_0x3d438b['on'](CodeceptJS[_0xfca9b7(0x25a)][_0xfca9b7(0x232)]['before'],async _0x5b0107=>{const _0x33304e=_0xfca9b7,_0x1de39e={};_0x1de39e[_0x33304e(0x21b)]=_0x3a01f0[_0x33304e(0x229)];const _0x4a5ee2=_0x1de39e;_0x3a01f0[_0x33304e(0x1f8)](_0x3a01f0[_0x33304e(0x238)],_0x3a01f0[_0x33304e(0x238)])?console['log'](_0x3a01f0[_0x33304e(0x1ec)],_0x5b0107[_0x33304e(0x1ef)]):_0x1b30aa['info'](_0x4a5ee2['xAeIM']);}),_0x3d438b['on'](CodeceptJS[_0xfca9b7(0x25a)][_0xfca9b7(0x26b)][_0xfca9b7(0x268)],async()=>{const _0x565200=_0xfca9b7;if(_0x3a01f0['yOtHf'](_0x3a01f0[_0x565200(0x214)],_0x3a01f0[_0x565200(0x1e8)]))_0x3d438b[_0x565200(0x24e)]();else{const _0x193a75=_0x2134a1[_0x565200(0x1f9)]();_0x193a75[_0x565200(0x246)](_0x19c365),_0x193a75['addConfig'](_0x4cbd89);}});async function _0xfe98a5(){const _0x2f5519=_0xfca9b7;try{await _0x3d438b[_0x2f5519(0x219)](),await _0x3d438b[_0x2f5519(0x227)]();}finally{process[_0x2f5519(0x248)](_0x542fb3),await _0x3d438b[_0x2f5519(0x225)]();}}_0x3a01f0['QOMuW'](_0xfe98a5);}function a1_0x9e87(_0x1c7007,_0x28b8f3){const _0x1e6dc1=a1_0x1e6d();return a1_0x9e87=function(_0x9e87eb,_0x596919){_0x9e87eb=_0x9e87eb-0x1e0;let _0x30feac=_0x1e6dc1[_0x9e87eb];return _0x30feac;},a1_0x9e87(_0x1c7007,_0x28b8f3);}module[a1_0x9de3(0x222)]=run;function a1_0x1e6d(){const _0x40988a=['doolh','modifyBrowserStackCaps','BuMAK','ttimn','TqMep','AADEQ','BaUfM','iIqdf','skipSessionName','config','yTsCG','5672289sKCAxl','BKUnY','Apjfc','process','handleApp','addTests','4996500KVpNUL','chdir','yKyyw','siSPq','length','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','TrrLi','printResults','QdeFi','uCIWW','WAvoE','MSfzE','isUndefined','WebDriver','codecept.json','nmIMU','vwpjH','2186842SfXrPD','../../helpers/BrowserStackSetup','event','ayAho','BrowserStackPlugin','1114XxVojb','info','env','failed','desiredCapabilities','map','rCYli','CNEcE','TczWM','slice','aipep','result','LhUyA','KyFWX','all','yOtHf','useW3C','path','ZlTNn','AmGYq','testConfig','PFakE','JDoUQ','OuwaY','codecept.conf.js','enabled','join','uWHqq','pXzcB','modifyBrowserStackW3CCaps','winstonLogger','AhuAM','iQefc','jUANf','title','codeceptjs/lib/index.js','4912290SxahaZ','Failed\x20:\x20','cwd','push','iZxPi','browserStackCwd','xHAss','tMusq','spawn','JyvyV','4032153GHyzwX','2505QRFYMG','KXIcs','bfSpj','gXLcV','existsSync','findIndex','kzbAX','MiKwN','initialize','../../helpers/logger','3075188FGAubd','WSrWq','helpers','hnvKX','passed','hoXAh','BojYz','uFlpx','kAGUx','GBJQe','lgkFK','dirname','qAxQq','ZxwqP','MwdFZ','../../helpers/helper','oFXev','cHBBm','require','bootstrapAll','MMUHQ','xAeIM','SPxvB','hLbgF','32JiAtzM','LCEfb','platforms','parallelsPerPlatform','exports','KuOnN','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','teardownAll','createGroupsOfSuites','run','now','QGEQK','log','BrowserStackPlugin.js','testContextOptions','eznbg','plugins','yPvcJ','Workers','mergeDeep','test','Started\x20:\x20','YGHnN','getPlatformName'];a1_0x1e6d=function(){return _0x40988a;};return a1_0x1e6d();}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a2_0x5d6e(){const _0x107348=['IpZAV','tpwff','zOCUQ','getHubUrl','ZCOMh','xnpiP','cyan','PdkGW','KLSCs','Removing\x20tmp\x20directory\x20created\x20for\x20reports','RBbMO','log','removeDir','../utils/constants','rOeJG','788501ZBkwjW','5fOQvwE','\x20steps','green','red','join','splice','TNkNI','cGgBA','rIkJI','ubPBD','cbQCE','mSjJO','NfEnZ','logLevel','VMGeG','VCIXu','533703gkPVvu','config','bgWhite','kPpQw','zkHbI','jIlzk','QFZMM','modifyBrowserStackCaps','****\x20RESULTS\x20****','adVxk','14UwdCOw','steps','hxRJu','tjEej','cpJlD','NZMuN','1607328jrEAPA','then','getPlatformName','whOXR','../../helpers/BrowserStackSetup','\x20skipped','\x20scenarios','piJuE','BFKjg','scenariosFailed','forEach','900YThNRQ','length','tQCAR','362329dStKlo','qclQX','jURJx','KuzEE','tqSdE','NJgfD','mergeOutputFiles','yellow','3321064orRHVz','wZqLl','WwUlb','exitCode','stepsUndefined','nupFL','platforms','push','debug','createDir','tGIVe','finalExecution','pngBA','tIKKY','nWIfu','Generating\x20consolidated\x20report...','HncZO','jVQeY','processSuccess','XVpCJ','XJSjy','\x20undefined','stepsPassed','finally','anLmm','fntVk','LGrHY','BjZxB','stepsSkipped','cucumber-js','cntZt','proxySettings','useW3C','../../helpers/helper','XAnCJ','nMYGP','DOpRS','8908216xARkbD','stepsPending','jxyPl','\x20failed','stepsFailed','bold','modifyBrowserStackW3CCaps','bJghM','QIlJx','../test-runner','vQmFP','turboScaleUrl','initialize','cwd','KmSIP','sgdeP','9kcTnhP','DhMXa','hRxkI','chalk','nKhSg','6624804fSSxWC','skipSessionName','\x20ambiguous','scenarios','argv','ldFBa','\x20passed','\x20pending'];a2_0x5d6e=function(){return _0x107348;};return a2_0x5d6e();}const a2_0x4b4fa0=a2_0x48ff;(function(_0x1f4e6d,_0x1f4ce8){const _0x5df948=a2_0x48ff,_0x30bae5=_0x1f4e6d();while(!![]){try{const _0x112d7a=parseInt(_0x5df948(0x1e3))/0x1+-parseInt(_0x5df948(0x1dd))/0x2*(-parseInt(_0x5df948(0x1d3))/0x3)+parseInt(_0x5df948(0x1f9))/0x4+-parseInt(_0x5df948(0x1c3))/0x5*(-parseInt(_0x5df948(0x1ab))/0x6)+parseInt(_0x5df948(0x1c2))/0x7+-parseInt(_0x5df948(0x196))/0x8*(parseInt(_0x5df948(0x1a6))/0x9)+-parseInt(_0x5df948(0x1ee))/0xa*(parseInt(_0x5df948(0x1f1))/0xb);if(_0x112d7a===_0x1f4ce8)break;else _0x30bae5['push'](_0x30bae5['shift']());}catch(_0x1ddae0){_0x30bae5['push'](_0x30bae5['shift']());}}}(a2_0x5d6e,0xc8989));const fs=require('fs'),path=require('path'),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x4b4fa0(0x1e7)),helper=require(a2_0x4b4fa0(0x192)),constants=require(a2_0x4b4fa0(0x1c0)),{parallelCucumberRun}=require(a2_0x4b4fa0(0x19f)),chalk=require(a2_0x4b4fa0(0x1a9));function printCucumberStats(_0x356c6e){const _0x129b53=a2_0x4b4fa0,_0x2b152e={'QBLow':function(_0x6e6ee8,_0x409d9c){return _0x6e6ee8(_0x409d9c);},'nMYGP':function(_0x111d88,_0x48c162){return _0x111d88>_0x48c162;},'jURJx':_0x129b53(0x180),'nKhSg':_0x129b53(0x1bc),'adVxk':'cucumber','tQCAR':function(_0xc3a37,_0x5e1112){return _0xc3a37-_0x5e1112;},'VMGeG':function(_0x5d1514,_0x50eb61){return _0x5d1514>=_0x50eb61;},'sgdeP':function(_0x58fa0d,_0x81afaa){return _0x58fa0d===_0x81afaa;},'QIlJx':'psMbG','qkGUF':function(_0x2ebbd8,_0x161662){return _0x2ebbd8>_0x161662;},'rIkJI':function(_0x540f30,_0x10a18e){return _0x540f30-_0x10a18e;},'mSjJO':function(_0x1fa007,_0x463724){return _0x1fa007>_0x463724;},'XJSjy':function(_0x117679,_0x50ad89){return _0x117679>_0x50ad89;},'anLmm':function(_0xbcdbee,_0x4a756e){return _0xbcdbee!==_0x4a756e;},'wZqLl':_0x129b53(0x1ba),'TNkNI':function(_0x4525ba,_0x163a53){return _0x4525ba>_0x163a53;},'XVpCJ':_0x129b53(0x18a),'tGIVe':_0x129b53(0x1d7),'vQmFP':function(_0x279568,_0x43eda5){return _0x279568>_0x43eda5;},'jIlzk':_0x129b53(0x1cd),'KmSIP':'IPNFq','ldFBa':'tELQZ','tqSdE':'QCSlX','BSXBY':function(_0xfef086,_0x54b61d){return _0xfef086>_0x54b61d;},'ZCOMh':_0x129b53(0x193),'KuzEE':function(_0x588e90,_0x38b30c){return _0x588e90>_0x38b30c;},'BFKjg':_0x129b53(0x1d9),'tpwff':function(_0x4b92bf,_0x1b0022){return _0x4b92bf>_0x1b0022;},'qnUAw':function(_0x1b1437,_0x107e8d){return _0x1b1437===_0x107e8d;},'tfJMV':'ADDbD','cntZt':_0x129b53(0x1cc),'gcDaV':function(_0x4071ca,_0x2ad922){return _0x4071ca!==_0x2ad922;},'hDySj':_0x129b53(0x1d6),'rnfFZ':_0x129b53(0x1f6),'LGrHY':_0x129b53(0x19d),'HncZO':_0x129b53(0x1b8),'BjZxB':function(_0x43de7d,_0xf26244){return _0x43de7d+_0xf26244;},'piJuE':function(_0x5f3146,_0x5bd474){return _0x5f3146+_0x5bd474;},'whOXR':function(_0x4026ea,_0x57953d){return _0x4026ea+_0x57953d;},'IpZAV':function(_0x321286,_0xdcda51){return _0x321286+_0xdcda51;},'qclQX':function(_0x52f386,_0xbbbde6){return _0x52f386==_0xbbbde6;},'GjDlH':function(_0x33897a,_0x3e50e3){return _0x33897a===_0x3e50e3;},'DOpRS':_0x129b53(0x1a8),'KLSCs':'Wobzd','OlgAR':function(_0x24a9ce,_0x4b7db5){return _0x24a9ce==_0x4b7db5;},'nWIfu':_0x129b53(0x1db)};let _0x4eeba8=0x0;if(_0x2b152e['OlgAR'](_0x356c6e[_0x129b53(0x1ef)],0x0))return _0x4eeba8;return console[_0x129b53(0x1be)](chalk[_0x129b53(0x19b)][_0x129b53(0x1d5)](_0x2b152e[_0x129b53(0x17f)])),_0x356c6e[_0x129b53(0x1ed)](_0x5a040d=>{const _0x3ef3e6=_0x129b53,_0x29e01a={};_0x29e01a[_0x3ef3e6(0x17d)]=_0x2b152e[_0x3ef3e6(0x1f3)],_0x29e01a[_0x3ef3e6(0x1e0)]=_0x2b152e[_0x3ef3e6(0x1aa)];const _0x1b707d=_0x29e01a;if(_0x2b152e[_0x3ef3e6(0x1a5)](_0x2b152e[_0x3ef3e6(0x19e)],_0x2b152e[_0x3ef3e6(0x19e)])){let _0xc6f9f1=_0x5a040d[0x0],_0x285b2d=_0x5a040d[0x1];console[_0x3ef3e6(0x1be)]('\x0a'+chalk['bold'][_0x3ef3e6(0x1f8)](''+helper[_0x3ef3e6(0x1e5)](_0xc6f9f1)));let _0x3fc052=_0x285b2d[_0x3ef3e6(0x1ae)],_0x1c9a1d=_0x285b2d[_0x3ef3e6(0x1de)],_0x551524=_0x285b2d[_0x3ef3e6(0x1ec)],_0x2375d2=_0x285b2d[_0x3ef3e6(0x19a)],_0x129786=_0x285b2d[_0x3ef3e6(0x187)],_0x5635b4=_0x285b2d[_0x3ef3e6(0x18d)],_0x5087dc=_0x285b2d[_0x3ef3e6(0x197)],_0x3ddc13=_0x285b2d[_0x3ef3e6(0x1fd)],_0x1bd706=_0x285b2d['stepsUnknown'],_0x3d0bdf=_0x285b2d['stepsAmbiguous'],_0x491a18=_0x285b2d[_0x3ef3e6(0x183)],_0x460910=_0x3fc052+_0x3ef3e6(0x1e9);const _0x5806e9=_0x2b152e['qkGUF'](_0x2b152e['rIkJI'](_0x3fc052,_0x551524),0x0)?_0x2b152e[_0x3ef3e6(0x1cb)](_0x3fc052,_0x551524):0x0;if(_0x2b152e['mSjJO'](_0x551524,0x0)&&_0x2b152e[_0x3ef3e6(0x185)](_0x5806e9,0x0)){if(_0x2b152e['anLmm'](_0x2b152e[_0x3ef3e6(0x1fa)],_0x2b152e['wZqLl'])){_0x2175ae=_0x176319;let _0x1576fe=_0x2b152e['QBLow'](_0x3ad7e1,_0x1bee50);_0x3f318b[_0x3ef3e6(0x1fc)]=_0x1576fe,_0x2b152e[_0x3ef3e6(0x194)](_0x2f7dee[_0x3ef3e6(0x1ef)],0x0)&&(_0x11ada5[_0x3ef3e6(0x179)](_0x2b152e[_0x3ef3e6(0x1f3)]),_0x3b357e[_0x3ef3e6(0x1f7)](_0x464fb3,_0x2b87f0),_0xb0107e['debug'](_0x2b152e[_0x3ef3e6(0x1aa)]),_0x2affff['removeDir'](_0x34374e));}else _0x460910+='\x20('+chalk[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1c6)](_0x551524+_0x3ef3e6(0x199))+',\x20'+chalk[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1c5)](_0x5806e9+'\x20passed')+')';}else(_0x2b152e['TNkNI'](_0x551524,0x0)||_0x2b152e['nMYGP'](_0x5806e9,0x0))&&(_0x2b152e[_0x3ef3e6(0x189)](_0x2b152e[_0x3ef3e6(0x184)],_0x2b152e[_0x3ef3e6(0x17b)])?_0x460910+=_0x2b152e['vQmFP'](_0x551524,0x0)?'\x20('+chalk[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1c6)](_0x551524+_0x3ef3e6(0x199))+')':'\x20('+chalk[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1c5)](_0x5806e9+_0x3ef3e6(0x1b1))+')':(_0x25e9b0[_0x3ef3e6(0x179)](_0x1b707d[_0x3ef3e6(0x17d)]),_0x516549['mergeOutputFiles'](_0x4508f5,_0x55faf4),_0x264c7a[_0x3ef3e6(0x179)](_0x1b707d['tjEej']),_0x351347[_0x3ef3e6(0x1bf)](_0x342630)));let _0xe4a922=_0x1c9a1d+_0x3ef3e6(0x1c4),_0x2b3173=[];_0x2b152e[_0x3ef3e6(0x1ce)](_0x3d0bdf,0x0)&&(_0x2b152e['anLmm'](_0x2b152e[_0x3ef3e6(0x1d8)],_0x2b152e[_0x3ef3e6(0x1a4)])?_0x2b3173[_0x3ef3e6(0x178)](''+chalk['bold'][_0x3ef3e6(0x1c6)](_0x3d0bdf+_0x3ef3e6(0x1ad))):_0x5a06c5=0x1);_0x2b152e[_0x3ef3e6(0x1c9)](_0x2375d2,0x0)&&(_0x2b152e[_0x3ef3e6(0x1a5)](_0x2b152e[_0x3ef3e6(0x1b0)],_0x2b152e[_0x3ef3e6(0x1f5)])?_0x53c784[_0x3ef3e6(0x178)](''+_0x29e0e9[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1b9)](_0x1cc495+'\x20skipped')):_0x2b3173['push'](''+chalk[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1c6)](_0x2375d2+_0x3ef3e6(0x199))));_0x2b152e['BSXBY'](_0x129786,0x0)&&(_0x2b152e[_0x3ef3e6(0x189)](_0x2b152e[_0x3ef3e6(0x1b7)],_0x2b152e[_0x3ef3e6(0x1b7)])?_0x580f9c[_0x3ef3e6(0x178)](''+_0x33c674[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1f8)](_0x1308ff+_0x3ef3e6(0x1e8))):_0x2b3173[_0x3ef3e6(0x178)](''+chalk[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1c5)](_0x129786+_0x3ef3e6(0x1b1))));if(_0x2b152e[_0x3ef3e6(0x1f4)](_0x5087dc,0x0)){if(_0x2b152e[_0x3ef3e6(0x189)](_0x2b152e[_0x3ef3e6(0x1eb)],_0x2b152e[_0x3ef3e6(0x1eb)])){if(_0x5a840f)_0x59f7ee[_0x3ef3e6(0x178)](_0x5f0cd0[_0x3ef3e6(0x19c)](_0x2eff66[_0x3ef3e6(0x1d4)],_0x2b152e[_0x3ef3e6(0x1dc)],_0x17d99a));else _0x5d0ee3[_0x3ef3e6(0x178)](_0x109686[_0x3ef3e6(0x1da)](_0x1e1012['config'],_0x2b152e[_0x3ef3e6(0x1dc)],_0x3cd868));}else _0x2b3173[_0x3ef3e6(0x178)](''+chalk[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1f8)](_0x5087dc+'\x20pending'));}_0x2b152e[_0x3ef3e6(0x1b4)](_0x5635b4,0x0)&&(_0x2b152e['qnUAw'](_0x2b152e['tfJMV'],_0x2b152e[_0x3ef3e6(0x18f)])?_0x3277ff+='\x20('+_0x11c179['bold'][_0x3ef3e6(0x1c6)](_0xbe3434+'\x20failed')+',\x20'+_0x44ef9b[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1c5)](_0x14555d+_0x3ef3e6(0x1b1))+')':_0x2b3173[_0x3ef3e6(0x178)](''+chalk[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1b9)](_0x5635b4+'\x20skipped')));_0x2b152e[_0x3ef3e6(0x1a0)](_0x3ddc13,0x0)&&(_0x2b152e['gcDaV'](_0x2b152e['hDySj'],_0x2b152e['rnfFZ'])?_0x2b3173[_0x3ef3e6(0x178)](''+chalk['bold'][_0x3ef3e6(0x1f8)](_0x3ddc13+'\x20undefined')):_0x2a0e55[_0x3ef3e6(0x1c8)](_0x476212[_0x4e67d4],0x2));_0x2b152e[_0x3ef3e6(0x1f4)](_0x1bd706,0x0)&&(_0x2b152e[_0x3ef3e6(0x189)](_0x2b152e[_0x3ef3e6(0x18b)],_0x2b152e[_0x3ef3e6(0x181)])?_0x2b3173[_0x3ef3e6(0x178)](''+chalk[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1f8)](_0x1bd706+_0x3ef3e6(0x1e8))):_0x20e686[_0x3ef3e6(0x178)](''+_0x4dccdf[_0x3ef3e6(0x19b)][_0x3ef3e6(0x1c6)](_0x1c34c2+_0x3ef3e6(0x199))));const _0xb0e7a=_0x2b152e[_0x3ef3e6(0x18c)](_0x2b152e[_0x3ef3e6(0x1ea)](_0x2b152e[_0x3ef3e6(0x1ea)](_0xe4a922,'('),_0x2b3173['join'](',\x20')),')');console[_0x3ef3e6(0x1be)](_0x2b152e[_0x3ef3e6(0x1e6)](_0x2b152e[_0x3ef3e6(0x1b3)](_0x2b152e[_0x3ef3e6(0x18c)](_0x2b152e['IpZAV']('\x0a',_0x460910),'\x0a'),_0xb0e7a),'\x0a'));if(_0x2b152e[_0x3ef3e6(0x1f2)](_0x491a18,![])){if(_0x2b152e['GjDlH'](_0x2b152e[_0x3ef3e6(0x195)],_0x2b152e[_0x3ef3e6(0x1bb)])){_0xf1cbbd[_0x3ef3e6(0x17a)](_0x366194);for(let _0x155fde=_0x2b152e[_0x3ef3e6(0x1f0)](_0x4ae4f0[_0x3ef3e6(0x1ef)],0x1);_0x2b152e[_0x3ef3e6(0x1d1)](_0x155fde,0x0);_0x155fde--){_0x554394['splice'](_0x4bb990[_0x155fde],0x2);}}else _0x4eeba8=0x1;}}else _0x318013[_0x3ef3e6(0x178)](''+_0x589513['bold'][_0x3ef3e6(0x1c5)](_0xa1a28a+_0x3ef3e6(0x1b1)));}),_0x4eeba8;}async function run(_0x3be19b,_0x4692ce){const _0x53ddf3=a2_0x4b4fa0,_0x33e950={'DhMXa':function(_0x385195,_0x94f401){return _0x385195>_0x94f401;},'NZMuN':function(_0x4029fe,_0x5e46d5){return _0x4029fe===_0x5e46d5;},'cGgBA':_0x53ddf3(0x198),'rOeJG':'cucumber','tIFrO':function(_0xf9ab11,_0x518e8b){return _0xf9ab11(_0x518e8b);},'hxRJu':'lfWiL','WwUlb':_0x53ddf3(0x180),'xGwmS':_0x53ddf3(0x1bc),'zOCUQ':_0x53ddf3(0x18e),'VCIXu':'tmp','jVQeY':_0x53ddf3(0x17e),'cpJlD':function(_0x1e8007,_0x309e18){return _0x1e8007-_0x309e18;},'nupFL':function(_0x2d29c2,_0x235f10){return _0x2d29c2>=_0x235f10;},'NfEnZ':function(_0x1834b7,_0x56324e){return _0x1834b7!==_0x56324e;},'RBbMO':'AyFkq','ONQQm':function(_0x28780d,_0x278d47,_0x5692fe,_0x5b8eeb,_0x353406,_0x4dd0cb){return _0x28780d(_0x278d47,_0x5692fe,_0x5b8eeb,_0x353406,_0x4dd0cb);}},_0x166220=new BrowserStackSetup(_0x3be19b,_0x33e950[_0x53ddf3(0x1b5)]);await _0x166220[_0x53ddf3(0x1a2)](),await helper['handleApp'](_0x166220[_0x53ddf3(0x1d4)]);const _0x475ce3=[];if(!_0x166220[_0x53ddf3(0x1d4)])return;const _0x1f5875=_0x166220[_0x53ddf3(0x1d4)]['parallelsPerPlatform'];let _0x17de1d=helper[_0x53ddf3(0x191)](_0x166220[_0x53ddf3(0x1d4)]);_0x166220[_0x53ddf3(0x1d4)][_0x53ddf3(0x1ff)][_0x53ddf3(0x1ed)]((_0x4e74e0,_0x3a79cd)=>{const _0x3fb87c=_0x53ddf3;if(_0x33e950['NZMuN'](_0x33e950['cGgBA'],_0x33e950[_0x3fb87c(0x1ca)])){if(_0x17de1d)_0x475ce3[_0x3fb87c(0x178)](helper[_0x3fb87c(0x19c)](_0x166220[_0x3fb87c(0x1d4)],_0x33e950[_0x3fb87c(0x1c1)],_0x3a79cd));else _0x475ce3['push'](helper['modifyBrowserStackCaps'](_0x166220[_0x3fb87c(0x1d4)],_0x33e950['rOeJG'],_0x3a79cd));}else _0xb3cfe2+=_0x33e950[_0x3fb87c(0x1a7)](_0x4283da,0x0)?'\x20('+_0x3d3771[_0x3fb87c(0x19b)][_0x3fb87c(0x1c6)](_0xe1f62d+_0x3fb87c(0x199))+')':'\x20('+_0x35f6a7[_0x3fb87c(0x19b)][_0x3fb87c(0x1c5)](_0x219968+'\x20passed')+')';});let _0x42539f={'server':helper[_0x53ddf3(0x1b6)](_0x166220[_0x53ddf3(0x1d4)]),'proxySettings':_0x166220[_0x53ddf3(0x1d4)][_0x53ddf3(0x190)],'maxWorkers':_0x1f5875,'browserStackLogLevel':_0x166220['config'][_0x53ddf3(0x1d0)],'skipSessionName':_0x166220['config']['testContextOptions'][_0x53ddf3(0x1ac)],'turboScaleUrl':_0x166220[_0x53ddf3(0x1d4)][_0x53ddf3(0x1a1)]},_0x2daa23=process[_0x53ddf3(0x1af)],[_0x2d3cab,_0x324252]=helper['parseFormatters'](_0x2daa23),_0xac8edd=path[_0x53ddf3(0x1c7)](process[_0x53ddf3(0x1a3)](),_0x33e950[_0x53ddf3(0x1d2)]);if(_0x33e950[_0x53ddf3(0x1a7)](_0x324252[_0x53ddf3(0x1ef)],0x0)){if(_0x33e950[_0x53ddf3(0x1e2)](_0x33e950[_0x53ddf3(0x182)],_0x33e950[_0x53ddf3(0x182)])){helper[_0x53ddf3(0x17a)](_0xac8edd);for(let _0x57a377=_0x33e950[_0x53ddf3(0x1e1)](_0x2d3cab[_0x53ddf3(0x1ef)],0x1);_0x33e950[_0x53ddf3(0x1fe)](_0x57a377,0x0);_0x57a377--){_0x33e950[_0x53ddf3(0x1cf)](_0x33e950[_0x53ddf3(0x1bd)],_0x33e950[_0x53ddf3(0x1bd)])?_0x54386f[_0x53ddf3(0x178)](''+_0x42f60c[_0x53ddf3(0x19b)][_0x53ddf3(0x1f8)](_0x5983a8+_0x53ddf3(0x1b2))):_0x2daa23[_0x53ddf3(0x1c8)](_0x2d3cab[_0x57a377],0x2);}}else _0x172412[_0x53ddf3(0x178)](''+_0x9686e2[_0x53ddf3(0x19b)][_0x53ddf3(0x1f8)](_0x37604a+_0x53ddf3(0x186)));}let _0xe1f714;_0x33e950['ONQQm'](parallelCucumberRun,_0x475ce3,_0x42539f,_0x166220[_0x53ddf3(0x1d4)],_0x2daa23,_0x324252)[_0x53ddf3(0x1e4)](async _0x323c6c=>{const _0x1b64bb=_0x53ddf3;_0xe1f714=_0x323c6c;let _0x335cb8=_0x33e950['tIFrO'](printCucumberStats,_0x323c6c);process[_0x1b64bb(0x1fc)]=_0x335cb8,_0x33e950[_0x1b64bb(0x1a7)](_0x324252['length'],0x0)&&(_0x33e950[_0x1b64bb(0x1e2)](_0x33e950[_0x1b64bb(0x1df)],_0x33e950[_0x1b64bb(0x1df)])?(logger['debug'](_0x33e950[_0x1b64bb(0x1fb)]),helper[_0x1b64bb(0x1f7)](_0xac8edd,_0x324252),logger[_0x1b64bb(0x179)](_0x33e950['xGwmS']),helper[_0x1b64bb(0x1bf)](_0xac8edd)):_0x36ae68[_0x1b64bb(0x178)](''+_0x2427e9[_0x1b64bb(0x19b)][_0x1b64bb(0x1c6)](_0x138b30+_0x1b64bb(0x1ad))));})[_0x53ddf3(0x188)](async()=>{const _0x439a78=_0x53ddf3;_0x166220['errorMessage']=helper['getErrorMessageFromResults'](_0xe1f714,_0x33e950[_0x439a78(0x1c1)]),await helper[_0x439a78(0x17c)](_0x166220);});}function a2_0x48ff(_0x425fed,_0x54c8ee){const _0x5d6ea4=a2_0x5d6e();return a2_0x48ff=function(_0x48ff70,_0x40a3eb){_0x48ff70=_0x48ff70-0x178;let _0x2e3917=_0x5d6ea4[_0x48ff70];return _0x2e3917;},a2_0x48ff(_0x425fed,_0x54c8ee);}module['exports']=run;
|
|
2
|
+
'use strict';const a2_0x4a4e04=a2_0xd865;function a2_0xd865(_0x10520c,_0xddbac8){const _0x47136e=a2_0x4713();return a2_0xd865=function(_0xd865d3,_0x57c1d4){_0xd865d3=_0xd865d3-0x12a;let _0x4aa813=_0x47136e[_0xd865d3];return _0x4aa813;},a2_0xd865(_0x10520c,_0xddbac8);}function a2_0x4713(){const _0x5b2d1a=['logLevel','yMDJr','hlRsv','3063395EhWrMV','exitCode','9dDeFiy','QIheU','DHjzi','BqhWx','aUOwm','pCRtv','AQewA','config','debug','yellow','stepsFailed','scenariosFailed','XKHla','Removing\x20tmp\x20directory\x20created\x20for\x20reports','VdrMW','HZdih','blXfA','cucumber-js','modifyBrowserStackCaps','red','tmp','JNHGE','green','MNTku','MlCvf','disrL','path','YrvYY','7900416EQICmS','iSoIy','winstonLogger','JAdwO','AhKQP','484551sBsdLe','APaaz','getPlatformName','2271633vnSjYK','XCcAt','processSuccess','stepsAmbiguous','cwd','zBisb','join','mergeOutputFiles','oAOSi','../../helpers/BrowserStackSetup','LgfWe','stepsUnknown','ehElR','JRsiR','CbxID','bArNQ','TIAqs','splice','KSoLc','wBiQZ','handleApp','log','DZneJ','SlpoT','ByJHU','Dmdwa','qhibM','../test-runner','YbCuJ','KqNSK','qNxqb','qzGcB','Ouyfs','modifyBrowserStackW3CCaps','\x20skipped','\x20passed','\x20steps','../../helpers/helper','\x20failed','useW3C','1626138jLGAkQ','\x20undefined','getErrorMessageFromResults','skipSessionName','CPCub','QxkjA','createDir','SOxrI','bNgyW','UEIGW','\x20ambiguous','proxySettings','finally','eYxiq','DFBOL','kRDag','YxfBm','jrBza','UbvrW','LemwX','then','HBXfO','initialize','52sklsUX','EYlHF','PFHXG','50772KcKkBl','VHTRj','nSVXf','CEhTN','Ozmso','Generating\x20consolidated\x20report...','eataJ','testContextOptions','bold','brGQt','gRNef','vwJOn','cucumber','131134hThqJI','VxJvG','AiycN','ncGrw','vGkGG','../utils/constants','AOGKZ','MOpET','length','parallelsPerPlatform','scenarios','getHubUrl','rtGqf','TJbtR','\x20pending','forEach','bVkIi','kOeRT','platforms','MlLfS','steps','ZSzot','XgprX','fZOeU','removeDir','FAoKU','stepsPending','iTjgv','parseFormatters','push','cyan','PpmPo','stepsUndefined'];a2_0x4713=function(){return _0x5b2d1a;};return a2_0x4713();}(function(_0x50b404,_0x4af08a){const _0x5a1dbb=a2_0xd865,_0xcce6ca=_0x50b404();while(!![]){try{const _0x5770a9=parseInt(_0x5a1dbb(0x13b))/0x1*(-parseInt(_0x5a1dbb(0x1ae))/0x2)+-parseInt(_0x5a1dbb(0x1a1))/0x3*(-parseInt(_0x5a1dbb(0x19e))/0x4)+parseInt(_0x5a1dbb(0x139))/0x5+-parseInt(_0x5a1dbb(0x187))/0x6+-parseInt(_0x5a1dbb(0x15f))/0x7+parseInt(_0x5a1dbb(0x157))/0x8+-parseInt(_0x5a1dbb(0x15c))/0x9;if(_0x5770a9===_0x4af08a)break;else _0xcce6ca['push'](_0xcce6ca['shift']());}catch(_0x2d8911){_0xcce6ca['push'](_0xcce6ca['shift']());}}}(a2_0x4713,0x8dc97));const fs=require('fs'),path=require(a2_0x4a4e04(0x155)),logger=require('../../helpers/logger')[a2_0x4a4e04(0x159)],{default:BrowserStackSetup}=require(a2_0x4a4e04(0x168)),helper=require(a2_0x4a4e04(0x184)),constants=require(a2_0x4a4e04(0x1b3)),{parallelCucumberRun}=require(a2_0x4a4e04(0x17a)),chalk=require('chalk');function printCucumberStats(_0x3d2cb9){const _0x43f1fe=a2_0x4a4e04,_0x46cc72={'RZDOT':_0x43f1fe(0x1a6),'LgfWe':_0x43f1fe(0x148),'gRNef':'cucumber','qerWe':function(_0x385b42,_0x2248c3){return _0x385b42(_0x2248c3);},'LemwX':function(_0x257725,_0x11df31){return _0x257725>_0x11df31;},'iTjgv':function(_0x53faa3,_0x10a044){return _0x53faa3-_0x10a044;},'PFHXG':function(_0x4bc4a5,_0xb8ed5c){return _0x4bc4a5>=_0xb8ed5c;},'MNTku':function(_0x25ad8d,_0x3ce084){return _0x25ad8d>_0x3ce084;},'JAdwO':function(_0x4d15a4,_0x20a0dc){return _0x4d15a4===_0x20a0dc;},'elFRa':'idXLe','Dmdwa':'ifNtm','VHTRj':function(_0x1236ae,_0x42510b){return _0x1236ae>_0x42510b;},'bArNQ':function(_0x57bae4,_0x283732){return _0x57bae4-_0x283732;},'VdrMW':function(_0x42e6d8,_0x463a9b){return _0x42e6d8>_0x463a9b;},'vGkGG':function(_0x377345,_0x565010){return _0x377345>_0x565010;},'iwIFx':function(_0x4bf6c1,_0x22c220){return _0x4bf6c1!==_0x22c220;},'wBiQZ':_0x43f1fe(0x1c1),'ZSzot':function(_0x54f4ab,_0x3cb0a6){return _0x54f4ab>_0x3cb0a6;},'Ouyfs':function(_0x138816,_0x15d8f7){return _0x138816>_0x15d8f7;},'iSoIy':function(_0xb13685,_0x11d44c){return _0xb13685===_0x11d44c;},'yNYGf':'iQWQg','nSVXf':function(_0x28927c,_0x51e947){return _0x28927c>_0x51e947;},'nJNTz':function(_0x5c8989,_0x2e71c3){return _0x5c8989===_0x2e71c3;},'XKHla':_0x43f1fe(0x16b),'VxJvG':_0x43f1fe(0x1bf),'oAOSi':_0x43f1fe(0x1b1),'EYlHF':_0x43f1fe(0x17e),'hlRsv':function(_0x31a5ce,_0x1f732a){return _0x31a5ce>_0x1f732a;},'DFBOL':function(_0x12a085,_0x3874e9){return _0x12a085===_0x3874e9;},'YrvYY':_0x43f1fe(0x196),'KSoLc':function(_0x428149,_0x4dc066){return _0x428149!==_0x4dc066;},'BqhWx':_0x43f1fe(0x199),'vwJOn':function(_0x53a6fb,_0x154215){return _0x53a6fb>_0x154215;},'MlCvf':_0x43f1fe(0x179),'YbCuJ':_0x43f1fe(0x197),'UEIGW':function(_0x1ba37e,_0x5c347a){return _0x1ba37e===_0x5c347a;},'bVkIi':_0x43f1fe(0x177),'HBXfO':_0x43f1fe(0x16c),'XgprX':function(_0x5f138b,_0x37b6f1){return _0x5f138b!==_0x37b6f1;},'QIheU':_0x43f1fe(0x1a4),'OluEE':function(_0x98fc60,_0x584a91){return _0x98fc60+_0x584a91;},'SlpoT':function(_0x23e27d,_0x31e5e0){return _0x23e27d+_0x31e5e0;},'AhKQP':function(_0x4a24e,_0x2d3c92){return _0x4a24e+_0x2d3c92;},'Ozmso':function(_0x3a18b1,_0x89b950){return _0x3a18b1+_0x89b950;},'FAoKU':function(_0x3e60d4,_0xda7ace){return _0x3e60d4+_0xda7ace;},'PpmPo':function(_0x26c999,_0x53d420){return _0x26c999==_0x53d420;},'pUnDF':function(_0x146967,_0x3eaa3a){return _0x146967!==_0x3eaa3a;},'yMDJr':_0x43f1fe(0x198),'AQewA':'****\x20RESULTS\x20****'};let _0x571364=0x0;if(_0x46cc72[_0x43f1fe(0x134)](_0x3d2cb9['length'],0x0))return _0x571364;return console['log'](chalk[_0x43f1fe(0x1a9)]['bgWhite'](_0x46cc72[_0x43f1fe(0x141)])),_0x3d2cb9[_0x43f1fe(0x1bd)](_0x13bb13=>{const _0x577bf9=_0x43f1fe,_0x58c6b7={'qNxqb':_0x46cc72[_0x577bf9(0x1ab)],'brGQt':function(_0x239a27,_0x362450){return _0x46cc72['qerWe'](_0x239a27,_0x362450);},'HZdih':function(_0x4520eb,_0x4bc820){const _0x45bfc3=_0x577bf9;return _0x46cc72[_0x45bfc3(0x19a)](_0x4520eb,_0x4bc820);},'pCRtv':_0x46cc72['RZDOT'],'eataJ':_0x46cc72['LgfWe'],'QxkjA':function(_0x45109f,_0x51416f){return _0x46cc72['iTjgv'](_0x45109f,_0x51416f);},'aUOwm':function(_0x38de67,_0x198daa){const _0x58d7de=_0x577bf9;return _0x46cc72[_0x58d7de(0x1a0)](_0x38de67,_0x198daa);},'AiycN':function(_0x5bcbce,_0x514465){const _0x11e101=_0x577bf9;return _0x46cc72[_0x11e101(0x152)](_0x5bcbce,_0x514465);}};if(_0x46cc72[_0x577bf9(0x15a)](_0x46cc72['elFRa'],_0x46cc72[_0x577bf9(0x178)]))_0x439f8a[_0x577bf9(0x132)](''+_0x3a9a8a[_0x577bf9(0x1a9)][_0x577bf9(0x133)](_0x199a31+_0x577bf9(0x181)));else{let _0x2a8bc9=_0x13bb13[0x0],_0x2fcfd9=_0x13bb13[0x1];console[_0x577bf9(0x174)]('\x0a'+chalk['bold'][_0x577bf9(0x144)](''+helper[_0x577bf9(0x15e)](_0x2a8bc9)));let _0x1642bb=_0x2fcfd9[_0x577bf9(0x1b8)],_0xc2ddfd=_0x2fcfd9[_0x577bf9(0x1c2)],_0x25ab7f=_0x2fcfd9[_0x577bf9(0x146)],_0x20887d=_0x2fcfd9[_0x577bf9(0x145)],_0x5033e1=_0x2fcfd9['stepsPassed'],_0x457327=_0x2fcfd9['stepsSkipped'],_0x86ab93=_0x2fcfd9[_0x577bf9(0x12f)],_0x33f2be=_0x2fcfd9[_0x577bf9(0x135)],_0x415abe=_0x2fcfd9[_0x577bf9(0x16a)],_0x5b8144=_0x2fcfd9[_0x577bf9(0x162)],_0xe72e52=_0x2fcfd9[_0x577bf9(0x161)],_0x1c1dd7=_0x1642bb+'\x20scenarios';const _0x118c72=_0x46cc72[_0x577bf9(0x1a2)](_0x46cc72[_0x577bf9(0x130)](_0x1642bb,_0x25ab7f),0x0)?_0x46cc72[_0x577bf9(0x16e)](_0x1642bb,_0x25ab7f):0x0;if(_0x46cc72[_0x577bf9(0x149)](_0x25ab7f,0x0)&&_0x46cc72[_0x577bf9(0x1b2)](_0x118c72,0x0))_0x46cc72['iwIFx'](_0x46cc72[_0x577bf9(0x172)],_0x46cc72[_0x577bf9(0x172)])?_0x4389ff[_0x577bf9(0x132)](''+_0x533a6c['bold'][_0x577bf9(0x14e)](_0x3e8724+_0x577bf9(0x191))):_0x1c1dd7+='\x20('+chalk['bold'][_0x577bf9(0x14e)](_0x25ab7f+'\x20failed')+',\x20'+chalk[_0x577bf9(0x1a9)][_0x577bf9(0x151)](_0x118c72+_0x577bf9(0x182))+')';else(_0x46cc72[_0x577bf9(0x12a)](_0x25ab7f,0x0)||_0x46cc72[_0x577bf9(0x17f)](_0x118c72,0x0))&&(_0x46cc72[_0x577bf9(0x158)](_0x46cc72['yNYGf'],_0x46cc72['yNYGf'])?_0x1c1dd7+=_0x46cc72[_0x577bf9(0x1a3)](_0x25ab7f,0x0)?'\x20('+chalk[_0x577bf9(0x1a9)][_0x577bf9(0x14e)](_0x25ab7f+_0x577bf9(0x185))+')':'\x20('+chalk[_0x577bf9(0x1a9)][_0x577bf9(0x151)](_0x118c72+_0x577bf9(0x182))+')':(_0x843f54[_0x577bf9(0x143)](_0x46cc72['RZDOT']),_0x596170[_0x577bf9(0x166)](_0x5ebecd,_0x3b78d9),_0x2eb688[_0x577bf9(0x143)](_0x46cc72[_0x577bf9(0x169)]),_0x3ac17e['removeDir'](_0x3cd22b)));let _0x1575c9=_0xc2ddfd+_0x577bf9(0x183),_0x5b5f9c=[];_0x46cc72[_0x577bf9(0x149)](_0x5b8144,0x0)&&(_0x46cc72['nJNTz'](_0x46cc72[_0x577bf9(0x147)],_0x46cc72[_0x577bf9(0x1af)])?_0x1382ae=0x1:_0x5b5f9c[_0x577bf9(0x132)](''+chalk[_0x577bf9(0x1a9)][_0x577bf9(0x14e)](_0x5b8144+'\x20ambiguous')));if(_0x46cc72[_0x577bf9(0x17f)](_0x20887d,0x0)){if(_0x46cc72['JAdwO'](_0x46cc72[_0x577bf9(0x167)],_0x46cc72[_0x577bf9(0x19f)])){if(_0x34de57)_0x3f49f1['push'](_0x4e1c22['modifyBrowserStackW3CCaps'](_0x4c0151[_0x577bf9(0x142)],_0x58c6b7['qNxqb'],_0x5e8a12));else _0x39ec4b[_0x577bf9(0x132)](_0xe1b3fe[_0x577bf9(0x14d)](_0x3dc3ef[_0x577bf9(0x142)],_0x58c6b7[_0x577bf9(0x17d)],_0x15fd20));}else _0x5b5f9c['push'](''+chalk[_0x577bf9(0x1a9)][_0x577bf9(0x14e)](_0x20887d+_0x577bf9(0x185)));}if(_0x46cc72[_0x577bf9(0x138)](_0x5033e1,0x0)){if(_0x46cc72[_0x577bf9(0x195)](_0x46cc72[_0x577bf9(0x156)],_0x46cc72[_0x577bf9(0x156)]))_0x5b5f9c[_0x577bf9(0x132)](''+chalk[_0x577bf9(0x1a9)][_0x577bf9(0x151)](_0x5033e1+_0x577bf9(0x182)));else{_0x572b73=_0x579ba7;let _0x5154e9=_0x58c6b7[_0x577bf9(0x1aa)](_0x586b29,_0x5b91e9);_0x22c46c[_0x577bf9(0x13a)]=_0x5154e9,_0x58c6b7[_0x577bf9(0x14a)](_0x27ef5e[_0x577bf9(0x1b6)],0x0)&&(_0x292edc[_0x577bf9(0x143)](_0x58c6b7[_0x577bf9(0x140)]),_0x3efeab['mergeOutputFiles'](_0x999a4f,_0x3975df),_0x58396c[_0x577bf9(0x143)](_0x58c6b7[_0x577bf9(0x1a7)]),_0x5ea60f[_0x577bf9(0x12d)](_0x55c710));}}_0x46cc72[_0x577bf9(0x19a)](_0x86ab93,0x0)&&(_0x46cc72[_0x577bf9(0x171)](_0x46cc72['BqhWx'],_0x46cc72[_0x577bf9(0x13e)])?_0x4b522b[_0x577bf9(0x132)](''+_0x432621[_0x577bf9(0x1a9)][_0x577bf9(0x151)](_0x595b77+_0x577bf9(0x182))):_0x5b5f9c[_0x577bf9(0x132)](''+chalk[_0x577bf9(0x1a9)]['yellow'](_0x86ab93+_0x577bf9(0x1bc))));if(_0x46cc72[_0x577bf9(0x1ac)](_0x457327,0x0)){if(_0x46cc72['nJNTz'](_0x46cc72[_0x577bf9(0x153)],_0x46cc72[_0x577bf9(0x17b)])){_0x49240e[_0x577bf9(0x18d)](_0x127247);for(let _0x48dbc8=_0x58c6b7[_0x577bf9(0x18c)](_0x5d8a9b['length'],0x1);_0x58c6b7[_0x577bf9(0x13f)](_0x48dbc8,0x0);_0x48dbc8--){_0x1efeed[_0x577bf9(0x170)](_0xd27524[_0x48dbc8],0x2);}}else _0x5b5f9c[_0x577bf9(0x132)](''+chalk[_0x577bf9(0x1a9)][_0x577bf9(0x133)](_0x457327+_0x577bf9(0x181)));}_0x46cc72[_0x577bf9(0x17f)](_0x33f2be,0x0)&&(_0x46cc72[_0x577bf9(0x190)](_0x46cc72[_0x577bf9(0x1be)],_0x46cc72[_0x577bf9(0x19c)])?_0x4e24c2[_0x577bf9(0x132)](''+_0x7395fd[_0x577bf9(0x1a9)][_0x577bf9(0x144)](_0x23960e+_0x577bf9(0x181))):_0x5b5f9c[_0x577bf9(0x132)](''+chalk[_0x577bf9(0x1a9)][_0x577bf9(0x144)](_0x33f2be+_0x577bf9(0x188))));_0x46cc72['nSVXf'](_0x415abe,0x0)&&(_0x46cc72[_0x577bf9(0x12b)](_0x46cc72[_0x577bf9(0x13c)],_0x46cc72[_0x577bf9(0x13c)])?_0xc82587+=_0x58c6b7[_0x577bf9(0x1b0)](_0x2200f6,0x0)?'\x20('+_0x2df125[_0x577bf9(0x1a9)]['red'](_0x52de86+_0x577bf9(0x185))+')':'\x20('+_0x58d4c9[_0x577bf9(0x1a9)]['green'](_0x110935+_0x577bf9(0x182))+')':_0x5b5f9c[_0x577bf9(0x132)](''+chalk[_0x577bf9(0x1a9)][_0x577bf9(0x144)](_0x415abe+_0x577bf9(0x181))));const _0xbec81f=_0x46cc72['OluEE'](_0x46cc72['OluEE'](_0x46cc72[_0x577bf9(0x176)](_0x1575c9,'('),_0x5b5f9c[_0x577bf9(0x165)](',\x20')),')');console[_0x577bf9(0x174)](_0x46cc72[_0x577bf9(0x15b)](_0x46cc72['OluEE'](_0x46cc72[_0x577bf9(0x1a5)](_0x46cc72[_0x577bf9(0x12e)]('\x0a',_0x1c1dd7),'\x0a'),_0xbec81f),'\x0a')),_0x46cc72[_0x577bf9(0x134)](_0xe72e52,![])&&(_0x46cc72['pUnDF'](_0x46cc72[_0x577bf9(0x137)],_0x46cc72['yMDJr'])?_0x5c345f+='\x20('+_0x35604e[_0x577bf9(0x1a9)]['red'](_0xb58e2a+_0x577bf9(0x185))+',\x20'+_0x14fc2f[_0x577bf9(0x1a9)]['green'](_0xbeb141+'\x20passed')+')':_0x571364=0x1);}}),_0x571364;}async function run(_0x402bda,_0x39117a){const _0x5a3e2c=a2_0x4a4e04,_0x1f4183={'TIAqs':function(_0x2295e6,_0x1e18bc){return _0x2295e6!==_0x1e18bc;},'fZOeU':'hobEg','DZneJ':_0x5a3e2c(0x1ad),'CbxID':function(_0x32d5b5,_0x33d032){return _0x32d5b5(_0x33d032);},'blXfA':function(_0x36c35d,_0x4aca19){return _0x36c35d>_0x4aca19;},'JNHGE':_0x5a3e2c(0x1bb),'eYxiq':_0x5a3e2c(0x160),'hRCkJ':_0x5a3e2c(0x1a6),'GrGAo':_0x5a3e2c(0x148),'VdrEd':_0x5a3e2c(0x14c),'lVObo':_0x5a3e2c(0x14f),'SOxrI':function(_0x144cc8,_0x1eeb59){return _0x144cc8>_0x1eeb59;},'APaaz':function(_0x294e66,_0x42e833){return _0x294e66!==_0x42e833;},'KqNSK':'GoBQV','AOGKZ':function(_0x57c07f,_0x4d9b3f){return _0x57c07f-_0x4d9b3f;},'bNgyW':function(_0x112b66,_0x2e2dc6){return _0x112b66>=_0x2e2dc6;},'MOpET':function(_0x5e116b,_0x3d1205){return _0x5e116b===_0x3d1205;},'CPCub':_0x5a3e2c(0x154),'zBisb':_0x5a3e2c(0x1ba),'DHjzi':function(_0x51e4a2,_0x47694c,_0x3750ad,_0x47e5c1,_0xa337fb,_0x12db78){return _0x51e4a2(_0x47694c,_0x3750ad,_0x47e5c1,_0xa337fb,_0x12db78);}},_0x409b6c=new BrowserStackSetup(_0x402bda,_0x1f4183['VdrEd']);await _0x409b6c[_0x5a3e2c(0x19d)](),await helper[_0x5a3e2c(0x173)](_0x409b6c[_0x5a3e2c(0x142)]);const _0x493f9f=[];if(!_0x409b6c[_0x5a3e2c(0x142)])return;const _0x6a3736=_0x409b6c['config'][_0x5a3e2c(0x1b7)];let _0x53e5fd=helper[_0x5a3e2c(0x186)](_0x409b6c[_0x5a3e2c(0x142)]);_0x409b6c['config'][_0x5a3e2c(0x1c0)][_0x5a3e2c(0x1bd)]((_0x24824d,_0x5f5db8)=>{const _0x1cd82d=_0x5a3e2c;if(_0x1f4183['TIAqs'](_0x1f4183['fZOeU'],_0x1f4183[_0x1cd82d(0x12c)]))_0x2b0bb7['push'](''+_0x33aaf8[_0x1cd82d(0x1a9)]['yellow'](_0x227c76+_0x1cd82d(0x188)));else{if(_0x53e5fd)_0x493f9f[_0x1cd82d(0x132)](helper[_0x1cd82d(0x180)](_0x409b6c[_0x1cd82d(0x142)],_0x1f4183['DZneJ'],_0x5f5db8));else _0x493f9f[_0x1cd82d(0x132)](helper[_0x1cd82d(0x14d)](_0x409b6c[_0x1cd82d(0x142)],_0x1f4183['DZneJ'],_0x5f5db8));}});let _0x5df33e={'server':helper[_0x5a3e2c(0x1b9)](_0x409b6c[_0x5a3e2c(0x142)]),'proxySettings':_0x409b6c[_0x5a3e2c(0x142)][_0x5a3e2c(0x192)],'maxWorkers':_0x6a3736,'browserStackLogLevel':_0x409b6c['config'][_0x5a3e2c(0x136)],'skipSessionName':_0x409b6c[_0x5a3e2c(0x142)][_0x5a3e2c(0x1a8)][_0x5a3e2c(0x18a)],'turboScaleUrl':_0x409b6c[_0x5a3e2c(0x142)]['turboScaleUrl']},_0x59606f=process['argv'],[_0xb9bf5,_0x2a2bc6]=helper[_0x5a3e2c(0x131)](_0x59606f),_0x1c3c7a=path[_0x5a3e2c(0x165)](process[_0x5a3e2c(0x163)](),_0x1f4183['lVObo']);if(_0x1f4183[_0x5a3e2c(0x18e)](_0x2a2bc6[_0x5a3e2c(0x1b6)],0x0)){if(_0x1f4183[_0x5a3e2c(0x15d)](_0x1f4183[_0x5a3e2c(0x17c)],_0x1f4183[_0x5a3e2c(0x17c)]))_0x207159[_0x5a3e2c(0x132)](''+_0x3aa80b[_0x5a3e2c(0x1a9)][_0x5a3e2c(0x14e)](_0x435425+_0x5a3e2c(0x185)));else{helper[_0x5a3e2c(0x18d)](_0x1c3c7a);for(let _0x5071d7=_0x1f4183[_0x5a3e2c(0x1b4)](_0xb9bf5['length'],0x1);_0x1f4183[_0x5a3e2c(0x18f)](_0x5071d7,0x0);_0x5071d7--){_0x1f4183[_0x5a3e2c(0x1b5)](_0x1f4183[_0x5a3e2c(0x18b)],_0x1f4183[_0x5a3e2c(0x164)])?_0x479178[_0x5a3e2c(0x132)](''+_0x587d7e['bold']['yellow'](_0x294374+_0x5a3e2c(0x1bc))):_0x59606f['splice'](_0xb9bf5[_0x5071d7],0x2);}}}let _0xb9c259;_0x1f4183[_0x5a3e2c(0x13d)](parallelCucumberRun,_0x493f9f,_0x5df33e,_0x409b6c[_0x5a3e2c(0x142)],_0x59606f,_0x2a2bc6)[_0x5a3e2c(0x19b)](async _0x119f46=>{const _0x723921=_0x5a3e2c;_0xb9c259=_0x119f46;let _0x73872b=_0x1f4183[_0x723921(0x16d)](printCucumberStats,_0x119f46);process['exitCode']=_0x73872b,_0x1f4183[_0x723921(0x14b)](_0x2a2bc6[_0x723921(0x1b6)],0x0)&&(_0x1f4183[_0x723921(0x16f)](_0x1f4183[_0x723921(0x150)],_0x1f4183[_0x723921(0x194)])?(logger[_0x723921(0x143)](_0x1f4183['hRCkJ']),helper[_0x723921(0x166)](_0x1c3c7a,_0x2a2bc6),logger[_0x723921(0x143)](_0x1f4183['GrGAo']),helper[_0x723921(0x12d)](_0x1c3c7a)):_0x6bf6ff['splice'](_0x225c12[_0x3867a0],0x2));})[_0x5a3e2c(0x193)](async()=>{const _0x2ee267=_0x5a3e2c;_0x409b6c['errorMessage']=helper[_0x2ee267(0x189)](_0xb9c259,_0x1f4183[_0x2ee267(0x175)]),await helper['finalExecution'](_0x409b6c);});}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a3_0x1933(_0x5d430b,_0x518fd8){const _0x524c50=a3_0x524c();return a3_0x1933=function(_0x19335f,_0x4a3f25){_0x19335f=_0x19335f-0x187;let _0x53c15a=_0x524c50[_0x19335f];return _0x53c15a;},a3_0x1933(_0x5d430b,_0x518fd8);}function a3_0x524c(){const _0x6a31ad=['LyaSP','hsuIH','PqHiG','BTjrL','gherkinDocument','usqtv','xoBdn','text','PEuON','OxmDQ','IlvAa','result','CHhmd','ypZgh','lMnPc','wdkIQ','ggOGe','CONFIG','saMTX','TIPEX','AAiSU','UbBmk','hbVdu','uri','bXUMW','Executing\x20tests\x20for\x20','OoyEF','status','wkUNd','pickle','HAspq','gqvAk','CaxcH','VUwAc','BYpCz','../../../helpers/helper','eventDataCollector','nkCFz','TdjJY','eventBroadcaster','ryZSp','jRCUW','OuIEQ','OTbaO','HsyoH','QmnXz','getTestCaseAttempt','355732CmAaAC','WyDIj','ZteRY','DBiqj','2011005KiFFQt','nESSP','foIsq','UNKNOWN','nFCzx','parseTestCaseAttempt','testCaseStarted','5020272BZpMYR','ULcKP','1826835evhgTk','gMWap','keyword','pyWeh','SUAAA','FxAdM','jjMYC','xmZzz','xfsNe','HGAhJ','name','MVfGg','IsPNV','EVLeK','ubdPy','EEBHz','BXoYq','testSteps','uFMfw','lPnjE','isBstackHook','ndpBZ','3651156mQwRbC','PENDING','cwd','XhuCE','incrementCounter','FeqAq','esmgc','testCaseAttempt','\x20-\x20','ejnrr','env','iKAHS','HUKjN','2oZIVOJ','@cucumber/cucumber','SzZBb','UmlHV','4905838cibEcU','logTestRunFinished','geMfu','kmphM','CZVbQ','actionLocation','18667oZlSoz','__platform','testRunStarted','uMyGd','CuKqI','SJFcR','testRunFinished','Ekbnj','NfBiI','GSfgW','xMDjn','forEach','sourceLocation','OrjSW','YQHQa','supportCodeLibrary','SRUam','HCCcy','gTgZF','feature','ZkHuu','AsJen','cucumber-js/test.setup.js','kaTBX','log','eKhYq','NYzVl','UJsoA','capability','includes','testCaseStartedId','parse','ucZzL','xvWSn','FAILED','YDiqN','snippetBuilder','JwriQ','LkwiO','sKnEl','iCgEv','exports','IRGKQ','message','nTECl','lneff','PASSED','yzTkN','AdqfJ','logTestCaseFinished','OppVB','envelope','jhuUg','AMBIGUOUS','CNldl','dsvky','MBLvI','LYnrl','testCaseFinished','YwNKb','ouNfp','Evwxq','WzmTL'];a3_0x524c=function(){return _0x6a31ad;};return a3_0x524c();}const a3_0x576f23=a3_0x1933;(function(_0x22f6f6,_0x545faa){const _0x511e8e=a3_0x1933,_0x28f23c=_0x22f6f6();while(!![]){try{const _0x359242=parseInt(_0x511e8e(0x1c6))/0x1*(-parseInt(_0x511e8e(0x1bc))/0x2)+parseInt(_0x511e8e(0x190))/0x3+parseInt(_0x511e8e(0x18c))/0x4+parseInt(_0x511e8e(0x199))/0x5+parseInt(_0x511e8e(0x1af))/0x6+-parseInt(_0x511e8e(0x1c0))/0x7+-parseInt(_0x511e8e(0x197))/0x8;if(_0x359242===_0x545faa)break;else _0x28f23c['push'](_0x28f23c['shift']());}catch(_0x49a88c){_0x28f23c['push'](_0x28f23c['shift']());}}}(a3_0x524c,0x5e44e));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x576f23(0x228)),{Formatter,formatterHelpers,Status}=requireModule(a3_0x576f23(0x1bd));class BrowserstackFormatter extends Formatter{constructor(_0x5cac8a){const _0x459358=a3_0x576f23,_0x4ca822={'IlvAa':function(_0x450ab6,_0x5a327b){return _0x450ab6(_0x5a327b);},'BXoYq':function(_0x292716,_0x3ad1a3){return _0x292716+_0x3ad1a3;},'Ekbnj':function(_0x484c29,_0x623016){return _0x484c29!==_0x623016;},'rQkWH':function(_0x2e996d,_0x56e709){return _0x2e996d(_0x56e709);},'xoBdn':function(_0x41953d,_0x3f7570){return _0x41953d+_0x3f7570;},'HAspq':function(_0x306f39,_0x1900c8,_0x349917){return _0x306f39(_0x1900c8,_0x349917);},'UJsoA':_0x459358(0x210),'pyWeh':_0x459358(0x1f1),'nESSP':function(_0x168e32,_0x5d4c7a){return _0x168e32+_0x5d4c7a;},'jjMYC':'\x20-\x20','gTgZF':function(_0x35b1ea,_0x4ed37b){return _0x35b1ea===_0x4ed37b;},'OTbaO':_0x459358(0x1ed),'ggOGe':function(_0x3daea7,_0x2773bf){return _0x3daea7===_0x2773bf;},'BTjrL':_0x459358(0x19e),'irRMp':function(_0x26ea15,_0x477a56){return _0x26ea15===_0x477a56;},'dsvky':_0x459358(0x1cf),'foIsq':_0x459358(0x18f),'ndpBZ':function(_0x20c9d7,_0x30b75a){return _0x20c9d7!==_0x30b75a;},'OuIEQ':_0x459358(0x1e6),'JmlbX':function(_0x3a0075,_0x116003){return _0x3a0075===_0x116003;},'rUyKk':'aVwpg','HsyoH':'skTFs','CHhmd':function(_0x1a3b3c,_0x229e6c){return _0x1a3b3c(_0x229e6c);},'ZkHuu':function(_0x44e10e,_0x2c6e3d){return _0x44e10e+_0x2c6e3d;},'OoyEF':'pqERu','AAiSU':_0x459358(0x1cb),'ypZgh':'eeNjT','HUKjN':_0x459358(0x204),'gMWap':_0x459358(0x1f9)};super(_0x5cac8a),_0x5cac8a[_0x459358(0x22c)]['on'](_0x4ca822[_0x459358(0x19a)],_0x598cee=>{const _0x4043d2=_0x459358,_0xe87fb8={'jhuUg':function(_0x43493d,_0x32c390,_0xe0f27d){const _0x2eb372=a3_0x1933;return _0x4ca822[_0x2eb372(0x223)](_0x43493d,_0x32c390,_0xe0f27d);},'AsJen':_0x4ca822[_0x4043d2(0x1e1)],'CNldl':_0x4ca822[_0x4043d2(0x19c)],'TIPEX':function(_0xb2f8f,_0xe4a28b){const _0x51f8c1=_0x4043d2;return _0x4ca822[_0x51f8c1(0x191)](_0xb2f8f,_0xe4a28b);},'ryZSp':_0x4ca822[_0x4043d2(0x19f)],'AJbWp':function(_0x44b191,_0x519fd1){const _0x21f519=_0x4043d2;return _0x4ca822[_0x21f519(0x191)](_0x44b191,_0x519fd1);},'IRGKQ':function(_0x25e2ed,_0x26706e){const _0xdd0010=_0x4043d2;return _0x4ca822[_0xdd0010(0x20b)](_0x25e2ed,_0x26706e);}};if(_0x4ca822[_0x4043d2(0x1d8)](_0x4ca822[_0x4043d2(0x188)],_0x4ca822[_0x4043d2(0x188)])){if(_0x598cee[_0x4043d2(0x196)]){if(_0x4ca822[_0x4043d2(0x215)](_0x4ca822['BTjrL'],_0x4ca822[_0x4043d2(0x208)]))testSuites+=0x1;else{let _0x4dfab0=_0x459157[_0x4043d2(0x1e5)](_0x255445[_0x4043d2(0x1b9)][_0x4043d2(0x216)]);_0x375c52=_0x4dfab0[_0x4043d2(0x1e2)];}}else{if(_0x598cee[_0x4043d2(0x1c8)]){if(_0x4ca822['irRMp'](_0x4ca822[_0x4043d2(0x1fd)],_0x4ca822[_0x4043d2(0x192)]))_0x288549+=0x1;else{let _0x2c9924;if(_0x4ca822[_0x4043d2(0x1ae)](process[_0x4043d2(0x1b9)][_0x4043d2(0x216)],undefined)){if(_0x4ca822[_0x4043d2(0x1cd)](_0x4ca822[_0x4043d2(0x187)],_0x4ca822['OuIEQ'])){_0x564e97=!![];const _0x412f8c=_0xe87fb8[_0x4043d2(0x1fa)](_0x4587ba,_0x386eea,[_0xe87fb8[_0x4043d2(0x1db)],_0xe87fb8[_0x4043d2(0x1fc)]]);_0x412f8c&&(_0x1f8fe4[_0xe87fb8[_0x4043d2(0x218)](_0xe87fb8[_0x4043d2(0x218)](_0x473f43[_0x4043d2(0x209)][_0x4043d2(0x1d9)]['name'],_0xe87fb8[_0x4043d2(0x22d)]),_0x4c31d6[_0x4043d2(0x222)][_0x4043d2(0x1a3)])]=_0x412f8c,this[_0x4043d2(0x1de)](_0xe87fb8['AJbWp'](_0x412f8c,'\x0a')));}else{let _0x25163a=JSON['parse'](process[_0x4043d2(0x1b9)][_0x4043d2(0x216)]);_0x2c9924=_0x25163a['capability'];}}_0x4ca822[_0x4043d2(0x1ae)](_0x2c9924,undefined)&&(_0x4ca822['JmlbX'](_0x4ca822['rUyKk'],_0x4ca822[_0x4043d2(0x189)])?(_0x532fb8['__platform']=_0x4ca822[_0x4043d2(0x20f)](_0x4316b3,_0x7b775b),this[_0x4043d2(0x1de)](_0x4ca822[_0x4043d2(0x1a9)](_0x4043d2(0x21e)+_0x3a1fad[_0x4043d2(0x1c7)],'\x0a'))):(global[_0x4043d2(0x1c7)]=_0x4ca822[_0x4043d2(0x211)](getPlatformName,_0x2c9924),this['log'](_0x4ca822[_0x4043d2(0x1da)](_0x4043d2(0x21e)+global['__platform'],'\x0a'))));}}else{if(_0x598cee[_0x4043d2(0x200)]){if(_0x4ca822[_0x4043d2(0x1cd)](_0x4ca822[_0x4043d2(0x21f)],_0x4ca822[_0x4043d2(0x219)]))this[_0x4043d2(0x1f7)](_0x598cee['testCaseFinished']);else return!![];}else{if(_0x598cee[_0x4043d2(0x1cc)]){if(_0x4ca822[_0x4043d2(0x1ae)](_0x4ca822[_0x4043d2(0x212)],_0x4ca822[_0x4043d2(0x1bb)]))this['logTestRunFinished'](_0x598cee[_0x4043d2(0x1cc)]);else{let _0x4e57a8;if(_0x4ca822[_0x4043d2(0x1cd)](_0x232843[_0x4043d2(0x1b9)][_0x4043d2(0x216)],_0x3cc92b)){let _0x5d9b9a=_0x2ab5b0['parse'](_0x4068b8[_0x4043d2(0x1b9)][_0x4043d2(0x216)]);_0x4e57a8=_0x5d9b9a[_0x4043d2(0x1e2)];}_0x4ca822[_0x4043d2(0x1cd)](_0x4e57a8,_0x361b10)&&(_0x148437[_0x4043d2(0x1c7)]=_0x4ca822['rQkWH'](_0x4567c1,_0x4e57a8),this[_0x4043d2(0x1de)](_0x4ca822[_0x4043d2(0x20b)]('Executing\x20tests\x20for\x20'+_0x556c2a[_0x4043d2(0x1c7)],'\x0a')));}}}}}}else this[_0x4043d2(0x1de)](_0xe87fb8[_0x4043d2(0x1f0)](_0xe87fb8[_0x4043d2(0x218)]('\x0a',_0x2953f2[_0x4043d2(0x1c7)]),'\x0a'));});}[a3_0x576f23(0x1f7)](_0xff22e9){const _0x1c40c4=a3_0x576f23,_0x4ff32a={'Evwxq':function(_0x157c88,_0x293a8d){return _0x157c88+_0x293a8d;},'YDiqN':function(_0x4c955d,_0x3433be){return _0x4c955d+_0x3433be;},'yzTkN':function(_0x910d2a,_0x26ec86){return _0x910d2a+_0x26ec86;},'UmlHV':'\x20\x20\x20\x20','SUAAA':_0x1c40c4(0x1b7),'BYpCz':function(_0x3e0204,_0x1218f8){return _0x3e0204==_0x1218f8;},'VUwAc':'FAILED','NYzVl':function(_0x5a95cd,_0x5d633c,_0x35395d){return _0x5a95cd(_0x5d633c,_0x35395d);},'nFCzx':'result','ULcKP':_0x1c40c4(0x1f1),'wkUNd':function(_0x4bea01,_0x54009b){return _0x4bea01+_0x54009b;},'MVfGg':function(_0x468875,_0x178383){return _0x468875+_0x178383;},'ouNfp':function(_0x1acaa2,_0x8d30ec){return _0x1acaa2!=_0x8d30ec;},'Pmufj':'bstack','gqvAk':function(_0x202723,_0x1d4317){return _0x202723+_0x1d4317;},'HGAhJ':function(_0x2e1932,_0x1a01e5){return _0x2e1932==_0x1a01e5;},'BFqWx':function(_0x3c56a7,_0x51a476,_0x4c3552){return _0x3c56a7(_0x51a476,_0x4c3552);},'eKhYq':function(_0x480f88,_0x4ba514){return _0x480f88+_0x4ba514;},'HCCcy':function(_0x52f1ad,_0x17db32){return _0x52f1ad!==_0x17db32;},'nkCFz':_0x1c40c4(0x1dc),'bXUMW':function(_0x40d191,_0x1b3c99){return _0x40d191===_0x1b3c99;},'ZteRY':_0x1c40c4(0x1ee),'kaTBX':function(_0x24561f,_0x5c2913){return _0x24561f!==_0x5c2913;},'JwriQ':_0x1c40c4(0x1a1),'iKAHS':function(_0x4e3c48,_0x5a30c3){return _0x4e3c48+_0x5a30c3;},'BxOkv':function(_0x249532,_0x57453a){return _0x249532+_0x57453a;},'EVLeK':function(_0x1aefcf,_0x435fb6){return _0x1aefcf===_0x435fb6;},'UbBmk':_0x1c40c4(0x1b5),'IsPNV':_0x1c40c4(0x1e7),'LkwiO':'kWnVr','CaxcH':function(_0x1f125f,_0x7838af){return _0x1f125f+_0x7838af;},'EEBHz':'DGhzn','kmphM':function(_0x4016e0,_0x44e2eb){return _0x4016e0+_0x44e2eb;},'TdjJY':function(_0x380ac3,_0x41c6d1){return _0x380ac3+_0x41c6d1;},'CuKqI':function(_0x44ed11,_0x5e802e){return _0x44ed11+_0x5e802e;},'uFMfw':function(_0x3ed138,_0x1a2944){return _0x3ed138+_0x1a2944;},'LYnrl':function(_0x3e83e3,_0xb18968){return _0x3e83e3+_0xb18968;},'lPnjE':function(_0x12352b,_0x5c43b8){return _0x12352b+_0x5c43b8;},'wXIjY':'rtfhA','lMnPc':_0x1c40c4(0x1f3)};if(_0x4ff32a[_0x1c40c4(0x1dd)](global[_0x1c40c4(0x1c7)],undefined)){if(_0x4ff32a[_0x1c40c4(0x1d7)](_0x4ff32a[_0x1c40c4(0x1a8)],_0x4ff32a[_0x1c40c4(0x1a8)])){_0xc850e8+=0x1,this[_0x1c40c4(0x1de)](_0x4ff32a[_0x1c40c4(0x203)](_0x4ff32a[_0x1c40c4(0x203)](_0x4ff32a[_0x1c40c4(0x1e9)](_0x4ff32a[_0x1c40c4(0x1f5)](_0x4ff32a[_0x1c40c4(0x1e9)](_0x4ff32a['UmlHV'],_0x4ada65['keyword']),_0x52afce[_0x1c40c4(0x20c)]||''),_0x4ff32a['SUAAA']),_0x5c81c6[_0x51b09d[_0x1c40c4(0x210)]['status']]),'\x0a')),this['incrementCounter'](_0x4a50a4[_0xdc167b[_0x1c40c4(0x210)]['status']]);if(_0x4ff32a['BYpCz'](_0x10bf16[_0x46f25b[_0x1c40c4(0x210)][_0x1c40c4(0x220)]],_0x4ff32a[_0x1c40c4(0x226)])){_0x28426d=!![];const _0xd13a88=_0x4ff32a[_0x1c40c4(0x1e0)](_0x1432a1,_0x1d81f6,[_0x4ff32a[_0x1c40c4(0x194)],_0x4ff32a[_0x1c40c4(0x198)]]);_0xd13a88&&(_0x5d74aa[_0x4ff32a[_0x1c40c4(0x221)](_0x4ff32a[_0x1c40c4(0x1a4)](_0x41e398['gherkinDocument'][_0x1c40c4(0x1d9)][_0x1c40c4(0x1a3)],_0x4ff32a['SUAAA']),_0x38ae59[_0x1c40c4(0x222)][_0x1c40c4(0x1a3)])]=_0xd13a88,this[_0x1c40c4(0x1de)](_0x4ff32a[_0x1c40c4(0x1e9)](_0xd13a88,'\x0a')));}}else this[_0x1c40c4(0x1de)](_0x4ff32a[_0x1c40c4(0x1c3)](_0x4ff32a[_0x1c40c4(0x22b)]('\x0a',global[_0x1c40c4(0x1c7)]),'\x0a'));}const _0x3fc3b6=this[_0x1c40c4(0x229)][_0x1c40c4(0x18b)](_0xff22e9[_0x1c40c4(0x1e4)]);this[_0x1c40c4(0x1de)](_0x4ff32a[_0x1c40c4(0x1ca)](_0x4ff32a[_0x1c40c4(0x1ab)](_0x4ff32a[_0x1c40c4(0x1ff)](_0x4ff32a[_0x1c40c4(0x1ac)]('\x20\x20',_0x3fc3b6[_0x1c40c4(0x209)][_0x1c40c4(0x1d9)]['name']),_0x4ff32a[_0x1c40c4(0x19d)]),_0x3fc3b6[_0x1c40c4(0x222)][_0x1c40c4(0x1a3)]),'\x0a'));const _0x2e9e64={};_0x2e9e64[_0x1c40c4(0x1b1)]=this['cwd'],_0x2e9e64['snippetBuilder']=this[_0x1c40c4(0x1ea)],_0x2e9e64[_0x1c40c4(0x1d5)]=this[_0x1c40c4(0x1d5)],_0x2e9e64[_0x1c40c4(0x1b6)]=_0x3fc3b6;const _0x4dc56c=formatterHelpers[_0x1c40c4(0x195)](_0x2e9e64);let _0x46f6a9=![];_0x4dc56c[_0x1c40c4(0x1aa)][_0x1c40c4(0x1d1)](_0x482600=>{const _0x5d5fb3=_0x1c40c4,_0x3773fb={'CZVbQ':function(_0x3e7939,_0x1288f1){const _0x3de759=a3_0x1933;return _0x4ff32a[_0x3de759(0x202)](_0x3e7939,_0x1288f1);},'XhuCE':_0x4ff32a['Pmufj'],'PEuON':function(_0x4a15bf,_0x4c8d13){return _0x4ff32a['gqvAk'](_0x4a15bf,_0x4c8d13);},'AdqfJ':function(_0x49e613,_0x1af980){const _0x2c11e1=a3_0x1933;return _0x4ff32a[_0x2c11e1(0x1a4)](_0x49e613,_0x1af980);},'usqtv':_0x4ff32a[_0x5d5fb3(0x1bf)],'hsuIH':_0x4ff32a[_0x5d5fb3(0x19d)],'LyaSP':function(_0xe5cf3c,_0x1bd831){const _0x5399cc=_0x5d5fb3;return _0x4ff32a[_0x5399cc(0x1a2)](_0xe5cf3c,_0x1bd831);},'hbVdu':_0x4ff32a[_0x5d5fb3(0x226)],'YQHQa':function(_0x5a7769,_0xcc4bd9,_0x29a6e0){return _0x4ff32a['BFqWx'](_0x5a7769,_0xcc4bd9,_0x29a6e0);},'SRUam':_0x4ff32a['nFCzx'],'FUBVp':_0x4ff32a[_0x5d5fb3(0x198)],'QmnXz':function(_0x232b27,_0x1bbf8d){const _0x17e274=_0x5d5fb3;return _0x4ff32a[_0x17e274(0x1df)](_0x232b27,_0x1bbf8d);},'ejnrr':function(_0x141e03,_0x5f305c){const _0x86903d=_0x5d5fb3;return _0x4ff32a[_0x86903d(0x1d7)](_0x141e03,_0x5f305c);},'jRCUW':_0x4ff32a[_0x5d5fb3(0x22a)]};if(_0x4ff32a[_0x5d5fb3(0x21d)](_0x4ff32a[_0x5d5fb3(0x18e)],_0x4ff32a[_0x5d5fb3(0x18e)])){if(_0x4ff32a[_0x5d5fb3(0x202)](_0x482600[_0x5d5fb3(0x1a3)],_0x4ff32a['Pmufj'])&&!this[_0x5d5fb3(0x1ad)](_0x482600)){if(_0x4ff32a['kaTBX'](_0x4ff32a[_0x5d5fb3(0x1eb)],_0x4ff32a[_0x5d5fb3(0x1eb)])){if(_0x3773fb[_0x5d5fb3(0x1c4)](_0x4afbff['name'],_0x3773fb[_0x5d5fb3(0x1b2)])&&!this[_0x5d5fb3(0x1ad)](_0x3f2fb1)){_0x5853fa+=0x1,this[_0x5d5fb3(0x1de)](_0x3773fb[_0x5d5fb3(0x20d)](_0x3773fb['AdqfJ'](_0x3773fb['PEuON'](_0x3773fb[_0x5d5fb3(0x1f6)](_0x3773fb[_0x5d5fb3(0x20d)](_0x3773fb[_0x5d5fb3(0x20a)],_0x189468[_0x5d5fb3(0x19b)]),_0x48a980['text']||''),_0x3773fb[_0x5d5fb3(0x206)]),_0xff977e[_0x1ae94a[_0x5d5fb3(0x210)][_0x5d5fb3(0x220)]]),'\x0a')),this[_0x5d5fb3(0x1b3)](_0x4a8f91[_0x480463['result'][_0x5d5fb3(0x220)]]);if(_0x3773fb[_0x5d5fb3(0x205)](_0x1fe8f8[_0x25b1ac[_0x5d5fb3(0x210)][_0x5d5fb3(0x220)]],_0x3773fb[_0x5d5fb3(0x21b)])){_0x56f5e4=!![];const _0x1ab4fa=_0x3773fb[_0x5d5fb3(0x1d4)](_0x54e840,_0x382cca,[_0x3773fb[_0x5d5fb3(0x1d6)],_0x3773fb['FUBVp']]);_0x1ab4fa&&(_0x4271d2[_0x3773fb[_0x5d5fb3(0x1f6)](_0x3773fb['AdqfJ'](_0x1df320['gherkinDocument']['feature'][_0x5d5fb3(0x1a3)],_0x3773fb['hsuIH']),_0x18da55[_0x5d5fb3(0x222)][_0x5d5fb3(0x1a3)])]=_0x1ab4fa,this['log'](_0x3773fb[_0x5d5fb3(0x18a)](_0x1ab4fa,'\x0a')));}}}else{totalTests+=0x1,this[_0x5d5fb3(0x1de)](_0x4ff32a[_0x5d5fb3(0x1ba)](_0x4ff32a[_0x5d5fb3(0x1a4)](_0x4ff32a[_0x5d5fb3(0x224)](_0x4ff32a['wkUNd'](_0x4ff32a['BxOkv'](_0x4ff32a[_0x5d5fb3(0x1bf)],_0x482600[_0x5d5fb3(0x19b)]),_0x482600[_0x5d5fb3(0x20c)]||''),_0x4ff32a[_0x5d5fb3(0x19d)]),Status[_0x482600[_0x5d5fb3(0x210)][_0x5d5fb3(0x220)]]),'\x0a')),this[_0x5d5fb3(0x1b3)](Status[_0x482600[_0x5d5fb3(0x210)][_0x5d5fb3(0x220)]]);if(_0x4ff32a[_0x5d5fb3(0x227)](Status[_0x482600[_0x5d5fb3(0x210)]['status']],_0x4ff32a[_0x5d5fb3(0x226)])){if(_0x4ff32a[_0x5d5fb3(0x1a6)](_0x4ff32a[_0x5d5fb3(0x21a)],_0x4ff32a[_0x5d5fb3(0x1a5)])){if(_0x3773fb[_0x5d5fb3(0x1b8)](_0x4bbbc1[_0x5d5fb3(0x1d2)],_0x45ddf8))return![];if(_0x1fd1b5[_0x5d5fb3(0x1c5)]&&_0x9583a2['actionLocation'][_0x5d5fb3(0x21c)][_0x5d5fb3(0x1e3)](_0x3773fb[_0x5d5fb3(0x22e)]))return!![];return![];}else{_0x46f6a9=!![];const _0x31d40f=_0x4ff32a['NYzVl'](nestedKeyValue,_0x482600,[_0x4ff32a[_0x5d5fb3(0x194)],_0x4ff32a[_0x5d5fb3(0x198)]]);_0x31d40f&&(_0x4ff32a[_0x5d5fb3(0x1d7)](_0x4ff32a[_0x5d5fb3(0x1ec)],_0x4ff32a[_0x5d5fb3(0x1ec)])?this[_0x5d5fb3(0x1f7)](_0x52fb4d['testCaseFinished']):(testsErrorMessage[_0x4ff32a[_0x5d5fb3(0x221)](_0x4ff32a[_0x5d5fb3(0x225)](_0x3fc3b6[_0x5d5fb3(0x209)][_0x5d5fb3(0x1d9)][_0x5d5fb3(0x1a3)],_0x4ff32a[_0x5d5fb3(0x19d)]),_0x3fc3b6[_0x5d5fb3(0x222)][_0x5d5fb3(0x1a3)])]=_0x31d40f,this[_0x5d5fb3(0x1de)](_0x4ff32a[_0x5d5fb3(0x1ba)](_0x31d40f,'\x0a'))));}}}}}else return![];}),_0x46f6a9&&(_0x4ff32a[_0x1c40c4(0x21d)](_0x4ff32a['wXIjY'],_0x4ff32a[_0x1c40c4(0x213)])?this[_0x1c40c4(0x1c1)](_0x58c680[_0x1c40c4(0x1cc)]):testSuitesFailed+=0x1),this[_0x1c40c4(0x1de)]('\x0a');}['logTestRunFinished'](_0x3e82dc){}['isBstackHook'](_0x3ab7f8){const _0x5042bc=a3_0x576f23,_0x1ec238={};_0x1ec238[_0x5042bc(0x1f8)]=function(_0x59da0f,_0x23e950){return _0x59da0f+_0x23e950;},_0x1ec238[_0x5042bc(0x20e)]='\x20-\x20',_0x1ec238[_0x5042bc(0x201)]=function(_0x47b81a,_0x5c00f8){return _0x47b81a+_0x5c00f8;},_0x1ec238[_0x5042bc(0x18d)]=function(_0x186d66,_0x1a2042){return _0x186d66!==_0x1a2042;},_0x1ec238[_0x5042bc(0x1d0)]=function(_0x9445ee,_0x45c28e){return _0x9445ee!==_0x45c28e;},_0x1ec238[_0x5042bc(0x207)]=_0x5042bc(0x217),_0x1ec238[_0x5042bc(0x1d3)]=_0x5042bc(0x1dc),_0x1ec238[_0x5042bc(0x1ce)]=function(_0xe5e074,_0x23f927){return _0xe5e074===_0x23f927;},_0x1ec238[_0x5042bc(0x1a0)]=_0x5042bc(0x1b4);const _0x5d1e94=_0x1ec238;if(_0x5d1e94['WyDIj'](_0x3ab7f8[_0x5042bc(0x1d2)],undefined)){if(_0x5d1e94['xMDjn'](_0x5d1e94[_0x5042bc(0x207)],_0x5d1e94[_0x5042bc(0x207)]))_0xe44598+=0x1;else return![];}if(_0x3ab7f8[_0x5042bc(0x1c5)]&&_0x3ab7f8[_0x5042bc(0x1c5)][_0x5042bc(0x21c)][_0x5042bc(0x1e3)](_0x5d1e94[_0x5042bc(0x1d3)])){if(_0x5d1e94['NfBiI'](_0x5d1e94[_0x5042bc(0x1a0)],_0x5d1e94[_0x5042bc(0x1a0)]))return!![];else _0x2f9e5d[_0x5d1e94['OppVB'](_0x5d1e94[_0x5042bc(0x1f8)](_0x1ca858[_0x5042bc(0x209)][_0x5042bc(0x1d9)][_0x5042bc(0x1a3)],_0x5d1e94['OxmDQ']),_0x81891c['pickle'][_0x5042bc(0x1a3)])]=_0x3914df,this[_0x5042bc(0x1de)](_0x5d1e94[_0x5042bc(0x201)](_0x53c7f8,'\x0a'));}return![];}[a3_0x576f23(0x1b3)](_0xe2fb87){const _0x4a62f2=a3_0x576f23,_0x1db36d={};_0x1db36d[_0x4a62f2(0x214)]=_0x4a62f2(0x1e8),_0x1db36d[_0x4a62f2(0x1f2)]=_0x4a62f2(0x1f4),_0x1db36d[_0x4a62f2(0x1be)]='SKIPPED',_0x1db36d[_0x4a62f2(0x1a7)]=_0x4a62f2(0x1b0),_0x1db36d['uMyGd']='UNDEFINED',_0x1db36d[_0x4a62f2(0x1c2)]=_0x4a62f2(0x193),_0x1db36d[_0x4a62f2(0x1fe)]=_0x4a62f2(0x1fb);const _0x3f8b47=_0x1db36d;switch(_0xe2fb87){case _0x3f8b47['wdkIQ']:testsFailed+=0x1;break;case _0x3f8b47[_0x4a62f2(0x1f2)]:testsPassed+=0x1;break;case _0x3f8b47['SzZBb']:testsSkipped+=0x1;break;case _0x3f8b47['ubdPy']:testsPending+=0x1;break;case _0x3f8b47[_0x4a62f2(0x1c9)]:testsUndefined+=0x1;break;case _0x3f8b47[_0x4a62f2(0x1c2)]:testsUnknown+=0x1;break;case _0x3f8b47[_0x4a62f2(0x1fe)]:testsAmbiguous+=0x1;break;default:break;}}}module[a3_0x576f23(0x1ef)]=BrowserstackFormatter;
|
|
1
|
+
const a3_0x1da04d=a3_0x109d;(function(_0x4d8144,_0x1f8cf8){const _0x4bfbd4=a3_0x109d,_0x4bc6fb=_0x4d8144();while(!![]){try{const _0x423b9a=parseInt(_0x4bfbd4(0x1e1))/0x1+parseInt(_0x4bfbd4(0x17c))/0x2+parseInt(_0x4bfbd4(0x15c))/0x3+-parseInt(_0x4bfbd4(0x19b))/0x4+-parseInt(_0x4bfbd4(0x148))/0x5+-parseInt(_0x4bfbd4(0x1a3))/0x6+parseInt(_0x4bfbd4(0x1ad))/0x7*(-parseInt(_0x4bfbd4(0x167))/0x8);if(_0x423b9a===_0x1f8cf8)break;else _0x4bc6fb['push'](_0x4bc6fb['shift']());}catch(_0x1e8f3d){_0x4bc6fb['push'](_0x4bc6fb['shift']());}}}(a3_0x2fe2,0x99f3d));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x1da04d(0x18a)),{Formatter,formatterHelpers,Status}=requireModule(a3_0x1da04d(0x14d));class BrowserstackFormatter extends Formatter{constructor(_0x498645){const _0x34df5b=a3_0x1da04d,_0x357598={'gGWOS':function(_0x19050b,_0x56cd49){return _0x19050b+_0x56cd49;},'gkEHd':function(_0x335083,_0x33f983){return _0x335083+_0x33f983;},'IfDjz':_0x34df5b(0x1c2),'OEXii':function(_0x38a82a,_0x367b02){return _0x38a82a+_0x367b02;},'kjHMD':function(_0xe99b98,_0x38f703){return _0xe99b98!==_0x38f703;},'zsBuQ':'cucumber-js/test.setup.js','kVIqN':function(_0x4068b3,_0x558f43){return _0x4068b3!==_0x558f43;},'owdVx':'lWWGX','zOMPC':function(_0x4d4194,_0x525b41){return _0x4d4194===_0x525b41;},'nlGDs':'FJoCc','xNIvQ':function(_0x145d02,_0x56af41){return _0x145d02!==_0x56af41;},'GlUcI':_0x34df5b(0x1da),'iYGmo':_0x34df5b(0x1aa),'HDJRK':function(_0x4f2362,_0x3b88ea){return _0x4f2362!==_0x3b88ea;},'hXLeQ':_0x34df5b(0x1d1),'tCfOX':_0x34df5b(0x188),'OcduW':_0x34df5b(0x176),'LEqBl':'ljznZ','jDONE':function(_0x4dda18,_0x1f57c1){return _0x4dda18(_0x1f57c1);},'qGSlf':_0x34df5b(0x174),'HZugZ':'wLZFm','ovPvi':function(_0x1bbc9d,_0x257f98){return _0x1bbc9d===_0x257f98;},'hQXBs':'Xhttq','SnLBi':_0x34df5b(0x160)};super(_0x498645),_0x498645['eventBroadcaster']['on'](_0x357598[_0x34df5b(0x1b0)],_0x470c4c=>{const _0x548471=_0x34df5b,_0x2a6fab={'IsLse':function(_0x5e4328,_0x4dfc77){const _0x29e463=a3_0x109d;return _0x357598[_0x29e463(0x199)](_0x5e4328,_0x4dfc77);},'qfkFG':_0x357598[_0x548471(0x18b)]};if(_0x357598['kVIqN'](_0x357598[_0x548471(0x1b1)],_0x357598[_0x548471(0x1b1)]))_0x17e12b[_0x357598['gGWOS'](_0x357598[_0x548471(0x1a0)](_0x39feeb[_0x548471(0x1dc)][_0x548471(0x180)]['name'],_0x357598[_0x548471(0x1a6)]),_0x3a172c['pickle'][_0x548471(0x19c)])]=_0x244def,this[_0x548471(0x16e)](_0x357598[_0x548471(0x1a0)](_0x592a18,'\x0a'));else{if(_0x470c4c[_0x548471(0x195)])_0x357598['zOMPC'](_0x357598[_0x548471(0x153)],_0x357598[_0x548471(0x153)])?testSuites+=0x1:_0x21893a+=0x1;else{if(_0x470c4c[_0x548471(0x1c8)]){if(_0x357598[_0x548471(0x1ac)](_0x357598[_0x548471(0x152)],_0x357598[_0x548471(0x15d)])){let _0xb28acb;if(_0x357598[_0x548471(0x1ac)](process[_0x548471(0x1c6)][_0x548471(0x14c)],undefined)){if(_0x357598[_0x548471(0x1dd)](_0x357598[_0x548471(0x18e)],_0x357598['tCfOX'])){let _0x5a14cd=JSON[_0x548471(0x1e2)](process[_0x548471(0x1c6)]['CONFIG']);_0xb28acb=_0x5a14cd[_0x548471(0x196)];}else this['logTestCaseFinished'](_0x1c212d[_0x548471(0x170)]);}_0x357598[_0x548471(0x199)](_0xb28acb,undefined)&&(_0x357598[_0x548471(0x19a)](_0x357598[_0x548471(0x14e)],_0x357598[_0x548471(0x156)])?_0x53f6a6+=0x1:(global[_0x548471(0x1d4)]=_0x357598['jDONE'](getPlatformName,_0xb28acb),this[_0x548471(0x16e)](_0x357598[_0x548471(0x1b7)](_0x548471(0x1d2)+global[_0x548471(0x1d4)],'\x0a'))));}else this[_0x548471(0x16e)](_0x357598[_0x548471(0x1a0)](_0x357598[_0x548471(0x1a9)]('\x0a',_0x456645['__platform']),'\x0a'));}else{if(_0x470c4c[_0x548471(0x170)]){if(_0x357598[_0x548471(0x19a)](_0x357598[_0x548471(0x194)],_0x357598[_0x548471(0x159)])){if(_0x2a6fab['IsLse'](_0xedca6a[_0x548471(0x1cc)],_0x3186eb))return![];if(_0x52223d[_0x548471(0x1bf)]&&_0x22dfc4[_0x548471(0x1bf)][_0x548471(0x1d6)][_0x548471(0x1cd)](_0x2a6fab['qfkFG']))return!![];return![];}else this[_0x548471(0x168)](_0x470c4c[_0x548471(0x170)]);}else{if(_0x470c4c['testRunFinished']){if(_0x357598[_0x548471(0x155)](_0x357598[_0x548471(0x16d)],_0x357598['hQXBs']))this[_0x548471(0x172)](_0x470c4c['testRunFinished']);else return![];}}}}}});}['logTestCaseFinished'](_0x3d59f5){const _0xa45ffa=a3_0x1da04d,_0x203738={'TWEbG':function(_0x28c7a9,_0x39737e){return _0x28c7a9+_0x39737e;},'nZiyQ':function(_0x4e344f,_0x2f522e){return _0x4e344f+_0x2f522e;},'wpKvl':function(_0x5ef179,_0x2d6bfe){return _0x5ef179+_0x2d6bfe;},'aKLtn':function(_0x535986,_0x479beb){return _0x535986+_0x479beb;},'otLXo':_0xa45ffa(0x171),'JhphJ':_0xa45ffa(0x1c2),'lARWm':function(_0x1a01fb,_0x29f931){return _0x1a01fb==_0x29f931;},'LiIrx':_0xa45ffa(0x1e5),'Kxtlh':function(_0xd3b4bb,_0x5127fb,_0x29be36){return _0xd3b4bb(_0x5127fb,_0x29be36);},'lMWvb':_0xa45ffa(0x177),'TdLMS':_0xa45ffa(0x1e3),'kvUVG':function(_0x47aff6,_0x13a846){return _0x47aff6+_0x13a846;},'Gseew':function(_0x3eb15d,_0x4ea39c){return _0x3eb15d!=_0x4ea39c;},'gpXYf':'bstack','vKaVB':function(_0xfcda92,_0xe00646){return _0xfcda92!==_0xe00646;},'tTVYh':function(_0x38b7be,_0x48d86c){return _0x38b7be(_0x48d86c);},'ZTKDm':function(_0x5f34,_0x3137ee){return _0x5f34+_0x3137ee;},'IQADh':function(_0x22ab83,_0x548b1f){return _0x22ab83!==_0x548b1f;},'wIAyM':'uOHvO','rgECa':_0xa45ffa(0x17d),'bHXoO':function(_0x2e4ab2,_0x3d6a55){return _0x2e4ab2!=_0x3d6a55;},'iDNBe':function(_0x11e790,_0x188949){return _0x11e790===_0x188949;},'slYcZ':_0xa45ffa(0x1ba),'eUHad':_0xa45ffa(0x1ce),'wFWxz':function(_0x506076,_0x23a0e7){return _0x506076+_0x23a0e7;},'iUhiA':function(_0x26c351,_0x3f0d67){return _0x26c351+_0x3f0d67;},'wShgv':function(_0x1f14b5,_0x386f2c){return _0x1f14b5+_0x386f2c;},'HXwWG':function(_0x2bcca5,_0x496a14){return _0x2bcca5==_0x496a14;},'Kjdtf':function(_0x28e7ef,_0xc27fcf){return _0x28e7ef===_0xc27fcf;},'TcxrM':'DaTsS','HpUaS':function(_0x47f389,_0x211f92,_0x21684f){return _0x47f389(_0x211f92,_0x21684f);},'RgMaq':_0xa45ffa(0x17e),'mwKpl':_0xa45ffa(0x182),'BMkEk':function(_0x31e30b,_0xc98a89){return _0x31e30b!==_0xc98a89;},'pmACK':function(_0x610190,_0x25ebe8){return _0x610190!==_0x25ebe8;},'YwKKK':_0xa45ffa(0x16b),'samYg':'QEAvt','DqSTX':function(_0x575685,_0x431c46){return _0x575685+_0x431c46;},'GebdI':function(_0x456962,_0x407c61){return _0x456962+_0x407c61;},'Lesdg':function(_0x5c37b1,_0x2c522a){return _0x5c37b1+_0x2c522a;},'vDHQX':_0xa45ffa(0x197)};_0x203738[_0xa45ffa(0x18d)](global[_0xa45ffa(0x1d4)],undefined)&&(_0x203738['pmACK'](_0x203738[_0xa45ffa(0x1b9)],_0x203738[_0xa45ffa(0x1b3)])?this['log'](_0x203738[_0xa45ffa(0x1e4)](_0x203738['DqSTX']('\x0a',global[_0xa45ffa(0x1d4)]),'\x0a')):this[_0xa45ffa(0x172)](_0x1ead13[_0xa45ffa(0x19f)]));const _0x364656=this[_0xa45ffa(0x151)][_0xa45ffa(0x1d0)](_0x3d59f5[_0xa45ffa(0x179)]);this['log'](_0x203738[_0xa45ffa(0x161)](_0x203738['GebdI'](_0x203738[_0xa45ffa(0x1ab)](_0x203738[_0xa45ffa(0x1af)]('\x20\x20',_0x364656[_0xa45ffa(0x1dc)][_0xa45ffa(0x180)][_0xa45ffa(0x19c)]),_0x203738[_0xa45ffa(0x187)]),_0x364656['pickle']['name']),'\x0a'));const _0x32f2d0={};_0x32f2d0[_0xa45ffa(0x192)]=this[_0xa45ffa(0x192)],_0x32f2d0['snippetBuilder']=this[_0xa45ffa(0x190)],_0x32f2d0[_0xa45ffa(0x166)]=this['supportCodeLibrary'],_0x32f2d0[_0xa45ffa(0x193)]=_0x364656;const _0x5a1a33=formatterHelpers[_0xa45ffa(0x1b8)](_0x32f2d0);let _0x31bff9=![];_0x5a1a33[_0xa45ffa(0x1a5)]['forEach'](_0x44e039=>{const _0xe50678=_0xa45ffa,_0x5e99b5={'TzvEH':function(_0x5b7d20,_0x32e3e8){const _0x2d9f59=a3_0x109d;return _0x203738[_0x2d9f59(0x165)](_0x5b7d20,_0x32e3e8);},'kfDDw':function(_0x30ebeb,_0x20f7a8){return _0x203738['TWEbG'](_0x30ebeb,_0x20f7a8);},'FWblN':function(_0x46ff82,_0xbb4b3){const _0x12f03d=a3_0x109d;return _0x203738[_0x12f03d(0x150)](_0x46ff82,_0xbb4b3);},'KahGo':function(_0x4b1733,_0x107a57){const _0x1b4bd9=a3_0x109d;return _0x203738[_0x1b4bd9(0x1c7)](_0x4b1733,_0x107a57);},'PlNBY':function(_0x570a2f,_0x1910e7){const _0xb70e0a=a3_0x109d;return _0x203738[_0xb70e0a(0x15e)](_0x570a2f,_0x1910e7);},'eNvAK':_0x203738[_0xe50678(0x163)],'quFhq':_0x203738[_0xe50678(0x187)],'hETnx':function(_0x11281c,_0xd8254b){const _0x586117=_0xe50678;return _0x203738[_0x586117(0x17f)](_0x11281c,_0xd8254b);},'eVRte':_0x203738[_0xe50678(0x14b)],'Wgeyg':function(_0x2a14f4,_0x33930f,_0x3f68b3){const _0x14b4a4=_0xe50678;return _0x203738[_0x14b4a4(0x1bb)](_0x2a14f4,_0x33930f,_0x3f68b3);},'OcmUw':_0x203738[_0xe50678(0x14a)],'LxzGr':_0x203738['TdLMS'],'aOOKc':function(_0x2b6185,_0x12b65a){const _0x1d20ae=_0xe50678;return _0x203738[_0x1d20ae(0x1c7)](_0x2b6185,_0x12b65a);},'fIlQc':function(_0x3c808f,_0xd5964d){const _0xee507b=_0xe50678;return _0x203738[_0xee507b(0x1c0)](_0x3c808f,_0xd5964d);},'batHM':function(_0xc54c8,_0x18cc5e){const _0x3d2d5c=_0xe50678;return _0x203738[_0x3d2d5c(0x15f)](_0xc54c8,_0x18cc5e);},'kvKnl':_0x203738[_0xe50678(0x181)],'mJKFL':function(_0x1dd003,_0x3f66f6){const _0x4b4f98=_0xe50678;return _0x203738[_0x4b4f98(0x165)](_0x1dd003,_0x3f66f6);},'LODiw':function(_0x2a8c6b,_0x150396){return _0x203738['aKLtn'](_0x2a8c6b,_0x150396);},'HnKPj':function(_0x41b08e,_0x4cee6c){return _0x203738['TWEbG'](_0x41b08e,_0x4cee6c);},'nhKcA':function(_0x28abff,_0x477ed1){const _0x3b6419=_0xe50678;return _0x203738[_0x3b6419(0x1cb)](_0x28abff,_0x477ed1);},'OOPdu':function(_0x53cbd4,_0xded01a){const _0x2ae80d=_0xe50678;return _0x203738[_0x2ae80d(0x1b5)](_0x53cbd4,_0xded01a);},'rLede':function(_0x361c0c,_0x1ee81a){const _0x202f23=_0xe50678;return _0x203738[_0x202f23(0x198)](_0x361c0c,_0x1ee81a);}};if(_0x203738[_0xe50678(0x149)](_0x203738['wIAyM'],_0x203738['rgECa'])){if(_0x203738[_0xe50678(0x183)](_0x44e039[_0xe50678(0x19c)],_0x203738[_0xe50678(0x181)])&&!this['isBstackHook'](_0x44e039)){if(_0x203738[_0xe50678(0x1b2)](_0x203738['slYcZ'],_0x203738[_0xe50678(0x1bd)])){_0x3b22f1+=0x1,this[_0xe50678(0x16e)](_0x5e99b5[_0xe50678(0x178)](_0x5e99b5[_0xe50678(0x154)](_0x5e99b5[_0xe50678(0x16a)](_0x5e99b5[_0xe50678(0x1bc)](_0x5e99b5['PlNBY'](_0x5e99b5[_0xe50678(0x1d3)],_0xf0a20d['keyword']),_0x3a47db[_0xe50678(0x169)]||''),_0x5e99b5[_0xe50678(0x1a8)]),_0xb1b42a[_0x2dabea['result'][_0xe50678(0x1db)]]),'\x0a')),this['incrementCounter'](_0x5858f3[_0x5ba9a4[_0xe50678(0x177)]['status']]);if(_0x5e99b5[_0xe50678(0x184)](_0x22d263[_0x13d012[_0xe50678(0x177)]['status']],_0x5e99b5[_0xe50678(0x175)])){_0x42a989=!![];const _0xe6f1f9=_0x5e99b5[_0xe50678(0x1df)](_0x34f722,_0x4a0da9,[_0x5e99b5[_0xe50678(0x1be)],_0x5e99b5[_0xe50678(0x1de)]]);_0xe6f1f9&&(_0x5a6752[_0x5e99b5[_0xe50678(0x1bc)](_0x5e99b5[_0xe50678(0x16c)](_0x2761b8[_0xe50678(0x1dc)][_0xe50678(0x180)][_0xe50678(0x19c)],_0x5e99b5[_0xe50678(0x1a8)]),_0x3c46dc[_0xe50678(0x19e)][_0xe50678(0x19c)])]=_0xe6f1f9,this['log'](_0x5e99b5['fIlQc'](_0xe6f1f9,'\x0a')));}}else{totalTests+=0x1,this[_0xe50678(0x16e)](_0x203738[_0xe50678(0x15b)](_0x203738[_0xe50678(0x165)](_0x203738[_0xe50678(0x15b)](_0x203738['iUhiA'](_0x203738['wShgv'](_0x203738[_0xe50678(0x163)],_0x44e039[_0xe50678(0x186)]),_0x44e039[_0xe50678(0x169)]||''),_0x203738['JhphJ']),Status[_0x44e039[_0xe50678(0x177)][_0xe50678(0x1db)]]),'\x0a')),this[_0xe50678(0x16f)](Status[_0x44e039[_0xe50678(0x177)][_0xe50678(0x1db)]]);if(_0x203738[_0xe50678(0x1ca)](Status[_0x44e039[_0xe50678(0x177)][_0xe50678(0x1db)]],_0x203738['LiIrx'])){if(_0x203738[_0xe50678(0x173)](_0x203738[_0xe50678(0x18f)],_0x203738[_0xe50678(0x18f)])){_0x31bff9=!![];const _0x5ed37e=_0x203738[_0xe50678(0x164)](nestedKeyValue,_0x44e039,[_0x203738['lMWvb'],_0x203738[_0xe50678(0x1a4)]]);if(_0x5ed37e){if(_0x203738[_0xe50678(0x173)](_0x203738[_0xe50678(0x157)],_0x203738[_0xe50678(0x147)])){if(_0x5e99b5['batHM'](_0x12aaa3[_0xe50678(0x19c)],_0x5e99b5[_0xe50678(0x1a2)])&&!this[_0xe50678(0x1d9)](_0x1987a3)){_0x2b876c+=0x1,this[_0xe50678(0x16e)](_0x5e99b5['mJKFL'](_0x5e99b5[_0xe50678(0x1e0)](_0x5e99b5[_0xe50678(0x16c)](_0x5e99b5[_0xe50678(0x154)](_0x5e99b5[_0xe50678(0x16a)](_0x5e99b5['eNvAK'],_0x142db7[_0xe50678(0x186)]),_0x5a04a3[_0xe50678(0x169)]||''),_0x5e99b5[_0xe50678(0x1a8)]),_0x29f495[_0x19daeb[_0xe50678(0x177)][_0xe50678(0x1db)]]),'\x0a')),this[_0xe50678(0x16f)](_0x2af893[_0x594985[_0xe50678(0x177)][_0xe50678(0x1db)]]);if(_0x5e99b5[_0xe50678(0x184)](_0x46fa49[_0x11600c['result'][_0xe50678(0x1db)]],_0x5e99b5[_0xe50678(0x175)])){_0xdb0ffc=!![];const _0x386d2c=_0x5e99b5['Wgeyg'](_0x369f40,_0x36f874,[_0x5e99b5[_0xe50678(0x1be)],_0x5e99b5[_0xe50678(0x1de)]]);_0x386d2c&&(_0x114acf[_0x5e99b5[_0xe50678(0x189)](_0x5e99b5[_0xe50678(0x1bc)](_0xcf3cff[_0xe50678(0x1dc)][_0xe50678(0x180)][_0xe50678(0x19c)],_0x5e99b5[_0xe50678(0x1a8)]),_0x17c35e[_0xe50678(0x19e)]['name'])]=_0x386d2c,this[_0xe50678(0x16e)](_0x5e99b5['HnKPj'](_0x386d2c,'\x0a')));}}}else testsErrorMessage[_0x203738['TWEbG'](_0x203738[_0xe50678(0x1ab)](_0x364656[_0xe50678(0x1dc)]['feature'][_0xe50678(0x19c)],_0x203738[_0xe50678(0x187)]),_0x364656['pickle'][_0xe50678(0x19c)])]=_0x5ed37e,this['log'](_0x203738[_0xe50678(0x1c7)](_0x5ed37e,'\x0a'));}}else return!![];}}}}else{let _0x1375b8;if(_0x5e99b5[_0xe50678(0x15a)](_0x29d759[_0xe50678(0x1c6)][_0xe50678(0x14c)],_0xda1bee)){let _0x47d59e=_0x2dcc41['parse'](_0x41b71f['env'][_0xe50678(0x14c)]);_0x1375b8=_0x47d59e[_0xe50678(0x196)];}_0x5e99b5['nhKcA'](_0x1375b8,_0x47a59b)&&(_0x3f2df5[_0xe50678(0x1d4)]=_0x5e99b5[_0xe50678(0x1a7)](_0x181c12,_0x1375b8),this['log'](_0x5e99b5['rLede'](_0xe50678(0x1d2)+_0x54f363[_0xe50678(0x1d4)],'\x0a')));}});if(_0x31bff9){if(_0x203738[_0xa45ffa(0x1b2)](_0x203738[_0xa45ffa(0x18c)],_0x203738[_0xa45ffa(0x18c)]))testSuitesFailed+=0x1;else{let _0x3b7df5=_0x12ce40['parse'](_0x56a235['env'][_0xa45ffa(0x14c)]);_0x1d9b49=_0x3b7df5[_0xa45ffa(0x196)];}}this[_0xa45ffa(0x16e)]('\x0a');}[a3_0x1da04d(0x172)](_0xfeb4b9){}[a3_0x1da04d(0x1d9)](_0x106b1f){const _0x485954=a3_0x1da04d,_0x336225={'pRMUo':function(_0x3de3a6,_0x165ca6){return _0x3de3a6(_0x165ca6);},'KwHAb':function(_0x46d780,_0xee8968){return _0x46d780+_0xee8968;},'HKYFb':function(_0x553cdd,_0xd0f39d,_0x4014d6){return _0x553cdd(_0xd0f39d,_0x4014d6);},'BHljT':_0x485954(0x177),'anQEs':'message','llPvH':function(_0x220684,_0x4c19b9){return _0x220684+_0x4c19b9;},'CwlBd':_0x485954(0x1c2),'ZBFcz':function(_0xc62c26,_0x2688f7){return _0xc62c26+_0x2688f7;},'CXAGE':function(_0x3f1651,_0x1e2dcc){return _0x3f1651!==_0x1e2dcc;},'KHblL':_0x485954(0x14f),'nNZPC':_0x485954(0x17a),'ChLjx':function(_0x1f8c54,_0x125c2e){return _0x1f8c54!==_0x125c2e;},'bdGPU':_0x485954(0x1b4),'xoRrm':'XJdEX'};if(_0x336225[_0x485954(0x162)](_0x106b1f[_0x485954(0x1cc)],undefined)){if(_0x336225[_0x485954(0x162)](_0x336225[_0x485954(0x1d7)],_0x336225['KHblL']))_0x3dbd12[_0x485954(0x1d4)]=_0x336225['pRMUo'](_0x2f9fdf,_0xfd170f),this[_0x485954(0x16e)](_0x336225[_0x485954(0x1b6)](_0x485954(0x1d2)+_0x4691c1['__platform'],'\x0a'));else return![];}if(_0x106b1f[_0x485954(0x1bf)]&&_0x106b1f[_0x485954(0x1bf)]['uri'][_0x485954(0x1cd)](_0x336225['nNZPC'])){if(_0x336225['ChLjx'](_0x336225['bdGPU'],_0x336225[_0x485954(0x158)]))return!![];else{_0x26a23b=!![];const _0x28a34e=_0x336225[_0x485954(0x19d)](_0x4a2724,_0x35b17a,[_0x336225[_0x485954(0x1d8)],_0x336225['anQEs']]);_0x28a34e&&(_0x515ce8[_0x336225[_0x485954(0x1b6)](_0x336225['llPvH'](_0x52cbb3['gherkinDocument'][_0x485954(0x180)][_0x485954(0x19c)],_0x336225[_0x485954(0x1c9)]),_0x13c61c['pickle'][_0x485954(0x19c)])]=_0x28a34e,this[_0x485954(0x16e)](_0x336225[_0x485954(0x1c3)](_0x28a34e,'\x0a')));}}return![];}[a3_0x1da04d(0x16f)](_0x118525){const _0x4cb258=a3_0x1da04d,_0x23e019={};_0x23e019[_0x4cb258(0x1c1)]=_0x4cb258(0x1e5),_0x23e019[_0x4cb258(0x1a1)]=_0x4cb258(0x146),_0x23e019[_0x4cb258(0x1ae)]='SKIPPED',_0x23e019[_0x4cb258(0x1c4)]=_0x4cb258(0x1c5),_0x23e019['npGns']=_0x4cb258(0x1d5),_0x23e019[_0x4cb258(0x1cf)]=_0x4cb258(0x191),_0x23e019[_0x4cb258(0x185)]='AMBIGUOUS';const _0x5ef3f0=_0x23e019;switch(_0x118525){case _0x5ef3f0[_0x4cb258(0x1c1)]:testsFailed+=0x1;break;case _0x5ef3f0[_0x4cb258(0x1a1)]:testsPassed+=0x1;break;case _0x5ef3f0['nKyZv']:testsSkipped+=0x1;break;case _0x5ef3f0[_0x4cb258(0x1c4)]:testsPending+=0x1;break;case _0x5ef3f0['npGns']:testsUndefined+=0x1;break;case _0x5ef3f0[_0x4cb258(0x1cf)]:testsUnknown+=0x1;break;case _0x5ef3f0['sJeUt']:testsAmbiguous+=0x1;break;default:break;}}}function a3_0x109d(_0x12a813,_0x1c172e){const _0x2fe2b0=a3_0x2fe2();return a3_0x109d=function(_0x109d7f,_0x3d1fa0){_0x109d7f=_0x109d7f-0x146;let _0x2147b8=_0x2fe2b0[_0x109d7f];return _0x2147b8;},a3_0x109d(_0x12a813,_0x1c172e);}module[a3_0x1da04d(0x17b)]=BrowserstackFormatter;function a3_0x2fe2(){const _0x42b324=['Kjdtf','aiunb','eVRte','foIEX','result','TzvEH','testCaseStartedId','cucumber-js/test.setup.js','exports','616356TqisQe','joOCD','wEIGG','lARWm','feature','gpXYf','RbtvU','bHXoO','hETnx','sJeUt','keyword','JhphJ','dPviU','LODiw','../../../helpers/helper','zsBuQ','vDHQX','BMkEk','hXLeQ','TcxrM','snippetBuilder','UNKNOWN','cwd','testCaseAttempt','qGSlf','testCaseStarted','capability','DMQjC','ZTKDm','kjHMD','zOMPC','602148TokcBW','name','HKYFb','pickle','testRunFinished','gkEHd','FziPz','kvKnl','2076606ScBLNW','TdLMS','testSteps','IfDjz','OOPdu','quFhq','OEXii','Mlgsa','iUhiA','xNIvQ','7RdQLHK','nKyZv','Lesdg','SnLBi','owdVx','iDNBe','samYg','xzkYt','tTVYh','KwHAb','gGWOS','parseTestCaseAttempt','YwKKK','xsxRE','Kxtlh','KahGo','eUHad','OcmUw','actionLocation','kvUVG','eUrPT','\x20-\x20','ZBFcz','uOXuE','PENDING','env','wpKvl','testRunStarted','CwlBd','HXwWG','vKaVB','sourceLocation','includes','yPobl','aeCKC','getTestCaseAttempt','zvNZZ','Executing\x20tests\x20for\x20','eNvAK','__platform','UNDEFINED','uri','KHblL','BHljT','isBstackHook','ujFZo','status','gherkinDocument','HDJRK','LxzGr','Wgeyg','mJKFL','1168202CLEydF','parse','message','wShgv','FAILED','PASSED','mwKpl','1938500FGjASr','IQADh','lMWvb','LiIrx','CONFIG','@cucumber/cucumber','OcduW','nJyhv','nZiyQ','eventDataCollector','GlUcI','nlGDs','kfDDw','ovPvi','LEqBl','RgMaq','xoRrm','HZugZ','nhKcA','wFWxz','2516826rDlrHL','iYGmo','aKLtn','Gseew','envelope','GebdI','CXAGE','otLXo','HpUaS','TWEbG','supportCodeLibrary','6403160AEuzZI','logTestCaseFinished','text','FWblN','YXivE','aOOKc','hQXBs','log','incrementCounter','testCaseFinished','\x20\x20\x20\x20','logTestRunFinished'];a3_0x2fe2=function(){return _0x42b324;};return a3_0x2fe2();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a4_0x35ad(_0x15498d,_0x2d96e4){const _0x321856=a4_0x3218();return a4_0x35ad=function(_0x35ad53,_0xfbefca){_0x35ad53=_0x35ad53-0xbf;let _0x494f75=_0x321856[_0x35ad53];return _0x494f75;},a4_0x35ad(_0x15498d,_0x2d96e4);}const a4_0x517775=a4_0x35ad;(function(_0x5c3646,_0x22e2cb){const _0x380df9=a4_0x35ad,_0x4c392d=_0x5c3646();while(!![]){try{const _0x426356=parseInt(_0x380df9(0xc3))/0x1*(-parseInt(_0x380df9(0x15d))/0x2)+parseInt(_0x380df9(0x11d))/0x3*(parseInt(_0x380df9(0x118))/0x4)+parseInt(_0x380df9(0x129))/0x5*(parseInt(_0x380df9(0xc8))/0x6)+-parseInt(_0x380df9(0x11a))/0x7+-parseInt(_0x380df9(0x135))/0x8*(parseInt(_0x380df9(0x120))/0x9)+parseInt(_0x380df9(0xf2))/0xa*(-parseInt(_0x380df9(0x121))/0xb)+parseInt(_0x380df9(0x17b))/0xc*(parseInt(_0x380df9(0x170))/0xd);if(_0x426356===_0x22e2cb)break;else _0x4c392d['push'](_0x4c392d['shift']());}catch(_0x17e408){_0x4c392d['push'](_0x4c392d['shift']());}}}(a4_0x3218,0x30dd8));const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0x517775(0xec)),{Formatter}=requireModule(a4_0x517775(0xd8)),pickleParser=requireModule(a4_0x517775(0xcd));class BrowserstackFormatter extends Formatter{constructor(_0x58ad2e){const _0x4fb077=a4_0x517775,_0x4edd92={'PJUTw':_0x4fb077(0x112),'IBDYf':function(_0xe28b8f,_0xd26f4f){return _0xe28b8f(_0xd26f4f);},'wBGAv':function(_0x36f791,_0x50ae83){return _0x36f791+_0x50ae83;},'aWziW':_0x4fb077(0x171),'VwHEb':_0x4fb077(0x160),'nmMVb':function(_0x39bce5,_0xe70b91){return _0x39bce5!==_0xe70b91;},'PWkDe':_0x4fb077(0x154),'gaUiM':_0x4fb077(0x107),'sldcx':function(_0x1987f3,_0x225672){return _0x1987f3!==_0x225672;},'wCZYc':'Kajcu','iopZA':function(_0x172ec6,_0x4df15e){return _0x172ec6===_0x4df15e;},'WqNvi':_0x4fb077(0xd7),'AVAkw':function(_0x3fd5d5,_0x56b53c){return _0x3fd5d5+_0x56b53c;},'FeNbB':function(_0x5563d6,_0x2e8717){return _0x5563d6+_0x2e8717;},'aRShz':'\x20-\x20','NbrQv':'bvYsI','EGAel':_0x4fb077(0x12b),'jdAwy':function(_0x13c31e,_0xfda997){return _0x13c31e===_0xfda997;},'pMKkm':_0x4fb077(0xdf),'LrJlI':_0x4fb077(0xc6),'UiXLZ':function(_0x18ebdd,_0x10b567){return _0x18ebdd!==_0x10b567;},'ZyIdQ':_0x4fb077(0x180),'JSHtV':_0x4fb077(0xe2),'zxBtc':_0x4fb077(0xfa),'MNhPi':_0x4fb077(0x17a),'GwWYi':_0x4fb077(0xf9),'xQQVS':_0x4fb077(0x110),'gltYl':_0x4fb077(0xde)};super(_0x58ad2e),_0x58ad2e['eventBroadcaster']['on'](_0x4edd92[_0x4fb077(0xf3)],()=>{const _0x1344d4=_0x4fb077,_0x5c6ff5={'QhkjE':_0x4edd92[_0x1344d4(0xf6)],'jrIGT':function(_0x2a1786,_0x3f0e67){const _0x2bc62c=_0x1344d4;return _0x4edd92[_0x2bc62c(0x10f)](_0x2a1786,_0x3f0e67);},'eztAL':function(_0x258b17,_0x21ed92){const _0xab412c=_0x1344d4;return _0x4edd92[_0xab412c(0x162)](_0x258b17,_0x21ed92);},'BNexS':_0x4edd92[_0x1344d4(0x10a)],'DiQru':function(_0x192faa,_0x1e735f){const _0x1e16db=_0x1344d4;return _0x4edd92[_0x1e16db(0x162)](_0x192faa,_0x1e735f);},'bDLVB':_0x4edd92[_0x1344d4(0xfc)]};if(_0x4edd92[_0x1344d4(0x127)](_0x4edd92[_0x1344d4(0x16d)],_0x4edd92[_0x1344d4(0x10e)])){let _0x36bd30;if(_0x4edd92[_0x1344d4(0x127)](process[_0x1344d4(0x116)][_0x1344d4(0x17d)],undefined)){if(_0x4edd92[_0x1344d4(0xcf)](_0x4edd92[_0x1344d4(0x12a)],_0x4edd92[_0x1344d4(0x12a)])){let _0x4065b0=_0x2e7727[_0x1344d4(0x139)](_0x584e56[_0x1344d4(0x116)][_0x1344d4(0x17d)]);_0x460864=_0x4065b0['capability'];}else{let _0x397dc9=JSON['parse'](process[_0x1344d4(0x116)][_0x1344d4(0x17d)]);_0x36bd30=_0x397dc9[_0x1344d4(0xc4)];}}_0x4edd92[_0x1344d4(0x127)](_0x36bd30,undefined)&&(_0x4edd92['iopZA'](_0x4edd92[_0x1344d4(0x10b)],_0x4edd92[_0x1344d4(0x10b)])?(global[_0x1344d4(0xbf)]=_0x4edd92[_0x1344d4(0x10f)](getPlatformName,_0x36bd30),console['log'](_0x1344d4(0x16c)+global[_0x1344d4(0xbf)])):!_0x61d016['actionLocation']['uri'][_0x1344d4(0x172)](_0x5c6ff5[_0x1344d4(0x175)])&&(_0x5c6ff5[_0x1344d4(0x14c)](_0x50336f,_0x6d8f95[_0x4c6101][_0x1344d4(0xd3)][_0x1344d4(0xcb)]()),_0x4e01c6?_0x3801f2[_0x1344d4(0x15b)](_0x5c6ff5['eztAL'](_0x5c6ff5[_0x1344d4(0x146)],_0x27fd5f[_0x4e802f][_0x1344d4(0xd3)][_0x1344d4(0xcb)]())):_0xb87e41['log'](_0x5c6ff5[_0x1344d4(0xc2)](_0x5c6ff5['bDLVB'],_0x32a7ae[_0x1b1c89][_0x1344d4(0xd3)][_0x1344d4(0xcb)]()))));}else _0x35d700+=0x1;}),_0x58ad2e[_0x4fb077(0x12f)]['on'](_0x4edd92[_0x4fb077(0x13f)],()=>{const _0xfd8d6=_0x4fb077,_0x4da2de={'EowtJ':function(_0x3171f9,_0x2949b8){const _0x4dbca1=a4_0x35ad;return _0x4edd92[_0x4dbca1(0x14f)](_0x3171f9,_0x2949b8);},'jdHUD':function(_0x87dd36,_0x2c9a90){const _0x34e5b4=a4_0x35ad;return _0x4edd92[_0x34e5b4(0x11c)](_0x87dd36,_0x2c9a90);},'LHnNx':_0x4edd92[_0xfd8d6(0x102)]};_0x4edd92['iopZA'](_0x4edd92[_0xfd8d6(0xda)],_0x4edd92['EGAel'])?(_0x1cb120[_0x4da2de[_0xfd8d6(0x131)](_0x4da2de[_0xfd8d6(0x169)](_0x1f25e2[_0xfd8d6(0xfd)]['feature'][_0xfd8d6(0x114)],_0x4da2de[_0xfd8d6(0x16b)]),_0x16a02a[_0xfd8d6(0x104)]['name'])]=_0x1d79e5,_0x53f229[_0xfd8d6(0x15b)](_0x4da2de['jdHUD'](_0x4afa84,'\x0a'))):testSuites+=0x1;}),_0x58ad2e['eventBroadcaster']['on'](_0x4edd92[_0x4fb077(0x109)],_0x3a6275=>{const _0x59b36c=_0x4fb077,_0x2b5373={'McKZh':function(_0x46483e,_0x3e622a){const _0x312707=a4_0x35ad;return _0x4edd92[_0x312707(0x162)](_0x46483e,_0x3e622a);},'qPipe':_0x4edd92[_0x59b36c(0xfc)]};_0x4edd92['jdAwy'](_0x4edd92['pMKkm'],_0x4edd92[_0x59b36c(0x151)])?this[_0x59b36c(0xd5)](_0x3a6275):_0x28bc58['log'](_0x2b5373[_0x59b36c(0x126)](_0x2b5373[_0x59b36c(0xdb)],_0x148b56['result'][_0x59b36c(0xd3)][_0x59b36c(0xcb)]()));}),_0x58ad2e['eventBroadcaster']['on'](_0x4edd92[_0x4fb077(0x119)],()=>{const _0x35c380=_0x4fb077,_0x53c5d7={'PACuC':function(_0xf91abc,_0x7b2143){const _0x3e89ab=a4_0x35ad;return _0x4edd92[_0x3e89ab(0x127)](_0xf91abc,_0x7b2143);},'Ullwo':function(_0x4afdc0,_0xc3e588){const _0x7dccbc=a4_0x35ad;return _0x4edd92[_0x7dccbc(0x10f)](_0x4afdc0,_0xc3e588);}};if(_0x4edd92[_0x35c380(0x17c)](_0x4edd92[_0x35c380(0x153)],_0x4edd92['LrJlI']))totalTests-=0x2;else{let _0xacf2e7;if(_0x53c5d7['PACuC'](_0x5fb6d8[_0x35c380(0x116)]['CONFIG'],_0x5ecaf3)){let _0x114aa4=_0x10c654['parse'](_0x17f7a7[_0x35c380(0x116)][_0x35c380(0x17d)]);_0xacf2e7=_0x114aa4[_0x35c380(0xc4)];}_0x53c5d7[_0x35c380(0x133)](_0xacf2e7,_0x15c5ca)&&(_0x52d668[_0x35c380(0xbf)]=_0x53c5d7[_0x35c380(0x165)](_0x240e94,_0xacf2e7),_0x513511[_0x35c380(0x15b)](_0x35c380(0x16c)+_0xdd90af[_0x35c380(0xbf)]));}}),_0x58ad2e[_0x4fb077(0x12f)]['on'](_0x4edd92[_0x4fb077(0xf0)],()=>{const _0x43b9dc=_0x4fb077;_0x4edd92[_0x43b9dc(0x11e)](_0x4edd92[_0x43b9dc(0x16a)],_0x4edd92[_0x43b9dc(0xeb)])?totalTests+=0x1:this[_0x43b9dc(0xd5)](_0x5c4855);});}[a4_0x517775(0xd5)](_0x1c092b){const _0x5eb5d9=a4_0x517775,_0xdfd874={'XmAmQ':function(_0x15f042,_0x59ef8a){return _0x15f042+_0x59ef8a;},'CxRgT':function(_0x31f23a,_0x321ae4){return _0x31f23a+_0x321ae4;},'PuaGt':_0x5eb5d9(0xf4),'DzGge':_0x5eb5d9(0x147),'XzsRx':function(_0x46c8d7,_0x3a0ebe){return _0x46c8d7(_0x3a0ebe);},'zzDPm':function(_0xc76d51,_0x5256af){return _0xc76d51!==_0x5256af;},'xuSaz':_0x5eb5d9(0x128),'gTgrN':_0x5eb5d9(0xe1),'gnuNV':'FAILED','fZqDi':'PASSED','gpljX':'SKIPPED','hCSxk':_0x5eb5d9(0x181),'gSSWX':_0x5eb5d9(0x185),'vYRdJ':'UNKNOWN','IzKxH':_0x5eb5d9(0xd0),'psVSn':function(_0x704f38,_0x4a091e){return _0x704f38+_0x4a091e;},'ANpsU':_0x5eb5d9(0x160),'srzWC':'cucumber-js/test_old.setup.js','BsaWu':'\x20\x20\x20\x20AFTER\x20-\x20','uVyiA':function(_0x5ccb75,_0x34858e){return _0x5ccb75+_0x34858e;},'FGVWv':function(_0x1c585c,_0xf3b3dd){return _0x1c585c+_0xf3b3dd;},'gzwug':function(_0x15a273,_0x196ddc){return _0x15a273+_0x196ddc;},'LGaNZ':function(_0xb6d78f,_0x5569d6){return _0xb6d78f+_0x5569d6;},'eLduG':function(_0x392bf0,_0x5ecf26){return _0x392bf0+_0x5ecf26;},'ngzgA':function(_0x1e2845,_0x410ad0,_0x3ae58d){return _0x1e2845(_0x410ad0,_0x3ae58d);},'wrFGc':_0x5eb5d9(0x10c),'KujUt':_0x5eb5d9(0x108),'rfQfF':'stack','jLkTt':function(_0x3c0ed9,_0x41cf00){return _0x3c0ed9+_0x41cf00;},'AzwXm':function(_0x3fad75,_0x5cdc03){return _0x3fad75+_0x5cdc03;},'zqjxI':function(_0x2891c3,_0x32d716){return _0x2891c3!==_0x32d716;},'opvgV':'PkhXJ','KDrsV':'ueHtX','Rngtq':function(_0x46a650,_0x54af26){return _0x46a650+_0x54af26;},'WHavA':function(_0x47141e,_0x29ed58){return _0x47141e(_0x29ed58);},'HvwNy':'Uqvbf','iVoid':function(_0x1eb5fc,_0xb566a5){return _0x1eb5fc===_0xb566a5;},'JRuRZ':'rLKgC','Izejg':_0x5eb5d9(0x123),'luQkX':function(_0x3681ec,_0x9ea049){return _0x3681ec(_0x9ea049);},'RIRTr':_0x5eb5d9(0x15a),'JREUE':_0x5eb5d9(0x16e),'sRWAz':'lSqeN','KSWpn':function(_0x565662,_0x24b0fd){return _0x565662+_0x24b0fd;},'cjaGH':function(_0x5b61ac,_0x42a2ba){return _0x5b61ac==_0x42a2ba;},'dsXhZ':function(_0x28e43a,_0x2ebf1e){return _0x28e43a!==_0x2ebf1e;},'hIPFn':_0x5eb5d9(0xe8),'dREDF':function(_0x10985b,_0x5cbdc5,_0x5f5a5b){return _0x10985b(_0x5cbdc5,_0x5f5a5b);},'uuAMR':_0x5eb5d9(0xff),'hvYAR':_0x5eb5d9(0x14d),'SeSvI':function(_0x18ca79,_0x277c49){return _0x18ca79(_0x277c49);},'oQjBR':function(_0x1e48e0,_0x10fde5){return _0x1e48e0(_0x10fde5);},'YLUxw':function(_0x1ef05a,_0x4285dc){return _0x1ef05a+_0x4285dc;},'LbgaL':function(_0x288138,_0x41c2f3){return _0x288138+_0x41c2f3;},'oXKfv':function(_0x5dc819,_0x4914e6){return _0x5dc819+_0x4914e6;},'oWfDN':_0x5eb5d9(0x164),'JXmFi':function(_0x43a588,_0x514494){return _0x43a588+_0x514494;},'XVYEW':function(_0x2f9d9d,_0x310616){return _0x2f9d9d!==_0x310616;},'KnxBY':_0x5eb5d9(0x125),'pHame':_0x5eb5d9(0x10d),'YVOcB':_0x5eb5d9(0x184),'UsoPP':function(_0x1ae1da,_0x53eef1){return _0x1ae1da+_0x53eef1;},'ojSaa':function(_0x385c7e,_0x20887e){return _0x385c7e+_0x20887e;},'PZzZp':function(_0x274651,_0x540496){return _0x274651<_0x540496;},'KzxwO':function(_0x12b185,_0x2b75e9){return _0x12b185!==_0x2b75e9;},'FtEGM':'sdpBM','vYIMP':function(_0x1473a8,_0xa59f11){return _0x1473a8+_0xa59f11;},'iYlwI':function(_0x157033,_0x54650a){return _0x157033===_0x54650a;},'qQCbi':'uayZu','aOZuB':_0x5eb5d9(0x14a),'uJoFX':function(_0x401246,_0x14c8e9){return _0x401246!==_0x14c8e9;},'kypUZ':_0x5eb5d9(0xf7),'QmjXq':_0x5eb5d9(0x152),'qpYXe':_0x5eb5d9(0x173),'rAMsE':'lzgfL','FWCEK':function(_0x44f89d,_0x1a48f9){return _0x44f89d!==_0x1a48f9;},'HElgn':_0x5eb5d9(0x13d),'uefqp':'UXSCH','hwpAD':function(_0x4854da,_0x313a73){return _0x4854da+_0x313a73;},'VsXbL':function(_0x3de98e,_0x38fba1){return _0x3de98e+_0x38fba1;}};let _0x1043eb=![];function _0x2c5aee(_0x358d3e){const _0xadc7e7=_0x5eb5d9;if(_0xdfd874[_0xadc7e7(0x13b)](_0xdfd874[_0xadc7e7(0x106)],_0xdfd874[_0xadc7e7(0x103)]))switch(_0x358d3e){case _0xdfd874[_0xadc7e7(0x176)]:testsFailed+=0x1;break;case _0xdfd874['fZqDi']:testsPassed+=0x1;break;case _0xdfd874[_0xadc7e7(0x143)]:testsSkipped+=0x1;break;case _0xdfd874['hCSxk']:testsPending+=0x1;break;case _0xdfd874[_0xadc7e7(0xc0)]:testsUndefined+=0x1;break;case _0xdfd874[_0xadc7e7(0xdc)]:testsUnknown+=0x1;break;case _0xdfd874['IzKxH']:testsAmbiguous+=0x1;break;default:break;}else _0x47b10f=!![],_0x35daad['log'](_0xdfd874[_0xadc7e7(0xe6)](_0xdfd874['XmAmQ'](_0xdfd874[_0xadc7e7(0x13a)](_0xdfd874[_0xadc7e7(0x111)],_0x34fad6[_0x4113ef[_0xadc7e7(0xe5)][_0xadc7e7(0x14e)]][_0xadc7e7(0xc9)]),_0xdfd874[_0xadc7e7(0x144)]),_0x591e18[_0xadc7e7(0x10c)][_0xadc7e7(0xd3)][_0xadc7e7(0xcb)]())),_0xdfd874[_0xadc7e7(0x183)](_0xdbe71,_0x55ad5a['result'][_0xadc7e7(0xd3)][_0xadc7e7(0xcb)]());}_0xdfd874['zqjxI'](global[_0x5eb5d9(0xbf)],undefined)&&(_0xdfd874[_0x5eb5d9(0x13b)](_0xdfd874['oWfDN'],_0xdfd874[_0x5eb5d9(0x13c)])?_0x4d3a9f[_0x5eb5d9(0x15b)](_0xdfd874[_0x5eb5d9(0x150)](_0xdfd874[_0x5eb5d9(0x145)],_0x54e71b[_0x44e379][_0x5eb5d9(0xd3)][_0x5eb5d9(0xcb)]())):console[_0x5eb5d9(0x15b)](_0xdfd874['AzwXm'](_0xdfd874[_0x5eb5d9(0xc5)]('\x0a',global[_0x5eb5d9(0xbf)]),'\x0a')));let _0xc700b=![];if(_0xdfd874[_0x5eb5d9(0x100)](typeof this[_0x5eb5d9(0x166)][_0x5eb5d9(0x132)],_0xdfd874[_0x5eb5d9(0x17e)])){if(_0xdfd874[_0x5eb5d9(0x13b)](_0xdfd874[_0x5eb5d9(0xe3)],_0xdfd874[_0x5eb5d9(0x11f)])){var _0x23c75b=this[_0x5eb5d9(0x166)][_0x5eb5d9(0x132)](_0x1c092b['sourceLocation']),_0x8492ab=_0x23c75b[_0x5eb5d9(0x104)],_0x4bbbac=_0x23c75b[_0x5eb5d9(0xd6)];console[_0x5eb5d9(0x15b)](_0xdfd874[_0x5eb5d9(0xfb)]('\x20\x20',_0x8492ab[_0x5eb5d9(0x114)]));var _0x1ac761=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x8492ab);_0x4bbbac[_0x5eb5d9(0x15f)][_0x5eb5d9(0xd2)](function(_0x14691a){const _0xf1f2e6=_0x5eb5d9,_0xaf7ace={'vrkbV':function(_0x608b86,_0x56ef2f){const _0x4eb508=a4_0x35ad;return _0xdfd874[_0x4eb508(0x115)](_0x608b86,_0x56ef2f);},'knWyI':_0xdfd874[_0xf1f2e6(0x149)],'LFzUb':function(_0x430352,_0x5bb152,_0x4aadcc){const _0x1c3351=_0xf1f2e6;return _0xdfd874[_0x1c3351(0x12c)](_0x430352,_0x5bb152,_0x4aadcc);},'nFwxC':_0xdfd874[_0xf1f2e6(0xfe)],'lZphE':_0xdfd874[_0xf1f2e6(0x167)],'lbsBL':_0xdfd874[_0xf1f2e6(0xca)],'TMTwE':function(_0x2b5884,_0x3b7ce0){const _0x42cd5a=_0xf1f2e6;return _0xdfd874[_0x42cd5a(0xd1)](_0x2b5884,_0x3b7ce0);},'qzlVh':function(_0x1aed39,_0x39e2a8){const _0x498ed6=_0xf1f2e6;return _0xdfd874[_0x498ed6(0x15c)](_0x1aed39,_0x39e2a8);},'TXZds':_0xdfd874[_0xf1f2e6(0x111)],'ScqqL':_0xdfd874[_0xf1f2e6(0x144)],'jBBQP':function(_0x370e5e,_0x369fa7){return _0xdfd874['XzsRx'](_0x370e5e,_0x369fa7);}};if(_0xdfd874[_0xf1f2e6(0x130)](_0xdfd874['opvgV'],_0xdfd874[_0xf1f2e6(0xce)]))_0x314179+=0x1;else{if(_0x14691a[_0xf1f2e6(0x161)]&&_0x14691a[_0xf1f2e6(0xe5)])_0xdfd874['zzDPm'](_0xdfd874[_0xf1f2e6(0xf8)],_0xdfd874[_0xf1f2e6(0xf8)])?!_0x3b8a30[_0xf1f2e6(0x161)]['uri']['includes'](_0xdfd874[_0xf1f2e6(0xe7)])&&(_0xdfd874[_0xf1f2e6(0x183)](_0x52ae18,_0x34d796[_0xf1f2e6(0x10c)]['status'][_0xf1f2e6(0xcb)]()),_0x3ff5a9?_0x3b7a4d[_0xf1f2e6(0x15b)](_0xdfd874[_0xf1f2e6(0x150)](_0xdfd874[_0xf1f2e6(0x149)],_0x33f294[_0xf1f2e6(0x10c)][_0xf1f2e6(0xd3)][_0xf1f2e6(0xcb)]())):_0x30f896[_0xf1f2e6(0x15b)](_0xdfd874['uVyiA'](_0xdfd874[_0xf1f2e6(0x145)],_0x210fe3['result'][_0xf1f2e6(0xd3)][_0xf1f2e6(0xcb)]()))):(_0x1043eb=!![],console['log'](_0xdfd874[_0xf1f2e6(0xd1)](_0xdfd874[_0xf1f2e6(0x15c)](_0xdfd874['Rngtq'](_0xdfd874[_0xf1f2e6(0x111)],_0x1ac761[_0x14691a['sourceLocation'][_0xf1f2e6(0x14e)]][_0xf1f2e6(0xc9)]),_0xdfd874[_0xf1f2e6(0x144)]),_0x14691a[_0xf1f2e6(0x10c)][_0xf1f2e6(0xd3)][_0xf1f2e6(0xcb)]())),_0xdfd874[_0xf1f2e6(0x140)](_0x2c5aee,_0x14691a['result'][_0xf1f2e6(0xd3)][_0xf1f2e6(0xcb)]()));else{if(_0x14691a[_0xf1f2e6(0x161)]){if(_0xdfd874[_0xf1f2e6(0x130)](_0xdfd874[_0xf1f2e6(0x12e)],_0xdfd874['HvwNy']))_0xeb71b9[_0xf1f2e6(0x15b)](_0xdfd874[_0xf1f2e6(0x177)](_0xdfd874['gzwug']('\x0a',_0x1a0050[_0xf1f2e6(0xbf)]),'\x0a'));else{if(!_0x14691a['actionLocation'][_0xf1f2e6(0xe9)]['includes'](_0xdfd874['srzWC'])){if(_0xdfd874[_0xf1f2e6(0x14b)](_0xdfd874[_0xf1f2e6(0x136)],_0xdfd874['Izejg']))_0x36f68e-=0x2;else{_0xdfd874[_0xf1f2e6(0x122)](_0x2c5aee,_0x14691a[_0xf1f2e6(0x10c)][_0xf1f2e6(0xd3)][_0xf1f2e6(0xcb)]());if(_0x1043eb)_0xdfd874[_0xf1f2e6(0x13b)](_0xdfd874[_0xf1f2e6(0x17f)],_0xdfd874[_0xf1f2e6(0x13e)])?console[_0xf1f2e6(0x15b)](_0xdfd874[_0xf1f2e6(0x15c)](_0xdfd874[_0xf1f2e6(0x149)],_0x14691a['result']['status']['toUpperCase']())):_0x359326['log'](_0xaf7ace['vrkbV'](_0xaf7ace[_0xf1f2e6(0x137)],_0xc7bdf[_0xf1f2e6(0x10c)][_0xf1f2e6(0xd3)][_0xf1f2e6(0xcb)]()));else{if(_0xdfd874['zqjxI'](_0xdfd874[_0xf1f2e6(0x15e)],_0xdfd874['sRWAz'])){const _0x207f2c=_0xaf7ace[_0xf1f2e6(0x182)](_0x2f6ad1,_0x16fb67,[_0xaf7ace[_0xf1f2e6(0xd9)],_0xaf7ace[_0xf1f2e6(0x11b)],_0xaf7ace[_0xf1f2e6(0xc1)]]);_0x207f2c&&(_0x2e2015[_0xe990['name']]=_0x207f2c,_0x1d3dd0[_0xf1f2e6(0x15b)](_0xaf7ace[_0xf1f2e6(0xe0)](_0x207f2c,'\x0a'))),_0x5d47aa=!![];}else console['log'](_0xdfd874[_0xf1f2e6(0xfb)](_0xdfd874[_0xf1f2e6(0x145)],_0x14691a[_0xf1f2e6(0x10c)][_0xf1f2e6(0xd3)][_0xf1f2e6(0xcb)]()));}}}}}}if(_0xdfd874['cjaGH'](_0x14691a['result']['status']['toUpperCase'](),_0xdfd874['gnuNV'])){if(_0xdfd874[_0xf1f2e6(0x157)](_0xdfd874[_0xf1f2e6(0xdd)],_0xdfd874[_0xf1f2e6(0xdd)]))_0x15326e[_0xf1f2e6(0x15b)](_0xdfd874[_0xf1f2e6(0x141)](_0xdfd874[_0xf1f2e6(0x149)],_0x5347bf[_0xf24d24]['status'][_0xf1f2e6(0xcb)]()));else{const _0x138cd7=_0xdfd874[_0xf1f2e6(0x117)](nestedKeyValue,_0x14691a,[_0xdfd874[_0xf1f2e6(0xfe)],_0xdfd874[_0xf1f2e6(0x167)],_0xdfd874[_0xf1f2e6(0xca)]]);_0x138cd7&&(_0xdfd874[_0xf1f2e6(0x130)](_0xdfd874[_0xf1f2e6(0xea)],_0xdfd874['hvYAR'])?(testsErrorMessage[_0x8492ab[_0xf1f2e6(0x114)]]=_0x138cd7,console['log'](_0xdfd874[_0xf1f2e6(0x115)](_0x138cd7,'\x0a'))):(_0x7b7e49=!![],_0x2d4f53[_0xf1f2e6(0x15b)](_0xaf7ace['vrkbV'](_0xaf7ace[_0xf1f2e6(0xef)](_0xaf7ace[_0xf1f2e6(0xef)](_0xaf7ace[_0xf1f2e6(0x163)],_0x464de8[_0x80be29[_0xf1f2e6(0xe5)][_0xf1f2e6(0x14e)]][_0xf1f2e6(0xc9)]),_0xaf7ace['ScqqL']),_0x3396ca[_0x2c5838]['status']['toUpperCase']())),_0xaf7ace['jBBQP'](_0x565024,_0x3bf74a[_0x2fee55][_0xf1f2e6(0xd3)][_0xf1f2e6(0xcb)]()))),_0xc700b=!![];}}}});}else _0xdfd874[_0x5eb5d9(0x179)](_0x2698b5,_0x54954b[_0x5eb5d9(0x10c)][_0x5eb5d9(0xd3)][_0x5eb5d9(0xcb)]()),_0x256d88?_0x1f8398[_0x5eb5d9(0x15b)](_0xdfd874[_0x5eb5d9(0xd4)](_0xdfd874[_0x5eb5d9(0x149)],_0x25245d[_0x5eb5d9(0x10c)]['status'][_0x5eb5d9(0xcb)]())):_0x16e9e8['log'](_0xdfd874[_0x5eb5d9(0xe6)](_0xdfd874[_0x5eb5d9(0x145)],_0x5bf06f[_0x5eb5d9(0x10c)]['status']['toUpperCase']()));}else{const _0x5f586a=this[_0x5eb5d9(0x166)][_0x5eb5d9(0x113)](_0x1c092b);console['log'](_0xdfd874[_0x5eb5d9(0x138)](_0xdfd874[_0x5eb5d9(0xed)](_0xdfd874['uVyiA']('\x20\x20',_0x5f586a[_0x5eb5d9(0xfd)][_0x5eb5d9(0x168)][_0x5eb5d9(0x114)]),_0xdfd874[_0x5eb5d9(0x144)]),_0x5f586a[_0x5eb5d9(0x104)][_0x5eb5d9(0x114)]));var _0x1ac761=(0x0,pickleParser[_0x5eb5d9(0xf1)])(_0x5f586a[_0x5eb5d9(0x104)]);let _0x27f810=_0x5f586a['testCase'][_0x5eb5d9(0x15f)],_0x1020d5=_0x5f586a[_0x5eb5d9(0x105)],_0x5ee9e1=_0x27f810[_0x5eb5d9(0xc7)];for(let _0x32ac13=0x0;_0xdfd874['PZzZp'](_0x32ac13,_0x5ee9e1);_0x32ac13++){let _0x2ca940=_0x27f810[_0x32ac13];if(_0x2ca940[_0x5eb5d9(0x161)]&&_0x2ca940['sourceLocation'])_0xdfd874['KzxwO'](_0xdfd874[_0x5eb5d9(0x156)],_0xdfd874[_0x5eb5d9(0x156)])?(_0x45e9eb[_0x5eb5d9(0xbf)]=_0xdfd874[_0x5eb5d9(0x140)](_0x1028cd,_0xa6e450),_0x2f4de3[_0x5eb5d9(0x15b)](_0x5eb5d9(0x16c)+_0xa28e5a[_0x5eb5d9(0xbf)])):(_0x1043eb=!![],console['log'](_0xdfd874[_0x5eb5d9(0x12d)](_0xdfd874[_0x5eb5d9(0xd4)](_0xdfd874[_0x5eb5d9(0x174)](_0xdfd874[_0x5eb5d9(0x111)],_0x1ac761[_0x2ca940[_0x5eb5d9(0xe5)][_0x5eb5d9(0x14e)]][_0x5eb5d9(0xc9)]),_0xdfd874[_0x5eb5d9(0x144)]),_0x1020d5[_0x32ac13][_0x5eb5d9(0xd3)][_0x5eb5d9(0xcb)]())),_0xdfd874[_0x5eb5d9(0x140)](_0x2c5aee,_0x1020d5[_0x32ac13]['status']['toUpperCase']()));else{if(_0x2ca940[_0x5eb5d9(0x161)]){if(_0xdfd874['iYlwI'](_0xdfd874[_0x5eb5d9(0x101)],_0xdfd874[_0x5eb5d9(0xee)]))_0xdfd874[_0x5eb5d9(0xcc)](_0x13c594,_0x3bd8bf[_0x200095][_0x5eb5d9(0xd3)][_0x5eb5d9(0xcb)]()),_0x2c69fe?_0x33a85d['log'](_0xdfd874[_0x5eb5d9(0x12d)](_0xdfd874[_0x5eb5d9(0x149)],_0x5bed9c[_0x1f01e6][_0x5eb5d9(0xd3)]['toUpperCase']())):_0x35795e['log'](_0xdfd874['AzwXm'](_0xdfd874['ANpsU'],_0x23097b[_0x125ced][_0x5eb5d9(0xd3)]['toUpperCase']()));else{if(!_0x2ca940['actionLocation']['uri'][_0x5eb5d9(0x172)](_0xdfd874[_0x5eb5d9(0xe7)])){if(_0xdfd874['uJoFX'](_0xdfd874[_0x5eb5d9(0x158)],_0xdfd874[_0x5eb5d9(0x16f)])){_0xdfd874[_0x5eb5d9(0x140)](_0x2c5aee,_0x1020d5[_0x32ac13][_0x5eb5d9(0xd3)][_0x5eb5d9(0xcb)]());if(_0x1043eb){if(_0xdfd874[_0x5eb5d9(0x157)](_0xdfd874[_0x5eb5d9(0x178)],_0xdfd874[_0x5eb5d9(0x148)]))console[_0x5eb5d9(0x15b)](_0xdfd874[_0x5eb5d9(0xfb)](_0xdfd874['BsaWu'],_0x1020d5[_0x32ac13][_0x5eb5d9(0xd3)][_0x5eb5d9(0xcb)]()));else{_0x96f899=!![];const _0xdfb1e0=_0xdfd874[_0x5eb5d9(0x117)](_0x321151,_0x542b22[_0x3b24b2],[_0xdfd874['KujUt'],_0xdfd874['rfQfF']]);_0xdfb1e0&&(_0x28fcd9[_0xdfd874['CxRgT'](_0xdfd874[_0x5eb5d9(0xf5)](_0x258894[_0x5eb5d9(0xfd)]['feature']['name'],_0xdfd874[_0x5eb5d9(0x144)]),_0x38f424[_0x5eb5d9(0x104)][_0x5eb5d9(0x114)])]=_0xdfb1e0,_0xd6d33c[_0x5eb5d9(0x15b)](_0xdfd874[_0x5eb5d9(0x13a)](_0xdfb1e0,'\x0a')));}}else _0xdfd874[_0x5eb5d9(0x142)](_0xdfd874['HElgn'],_0xdfd874[_0x5eb5d9(0x155)])?console[_0x5eb5d9(0x15b)](_0xdfd874[_0x5eb5d9(0xe6)](_0xdfd874[_0x5eb5d9(0x145)],_0x1020d5[_0x32ac13][_0x5eb5d9(0xd3)]['toUpperCase']())):(_0x5d3690[_0x24e08f[_0x5eb5d9(0x114)]]=_0x316586,_0xb10ec6[_0x5eb5d9(0x15b)](_0xdfd874[_0x5eb5d9(0x159)](_0x3eade4,'\x0a')));}else _0x1e392c+=0x1;}}}}if(_0xdfd874[_0x5eb5d9(0xe4)](_0x1020d5[_0x32ac13]['status']['toUpperCase'](),_0xdfd874[_0x5eb5d9(0x176)])){_0xc700b=!![];const _0x2c99cc=_0xdfd874[_0x5eb5d9(0x117)](nestedKeyValue,_0x1020d5[_0x32ac13],[_0xdfd874[_0x5eb5d9(0x167)],_0xdfd874[_0x5eb5d9(0xca)]]);_0x2c99cc&&(testsErrorMessage[_0xdfd874['hwpAD'](_0xdfd874[_0x5eb5d9(0x124)](_0x5f586a['gherkinDocument'][_0x5eb5d9(0x168)]['name'],_0xdfd874[_0x5eb5d9(0x144)]),_0x5f586a[_0x5eb5d9(0x104)][_0x5eb5d9(0x114)])]=_0x2c99cc,console['log'](_0xdfd874['AzwXm'](_0x2c99cc,'\x0a')));}}}_0xc700b&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a4_0x517775(0x134)]=BrowserstackFormatter;function a4_0x3218(){const _0x5bb95a=['NUOVw','TMTwE','FCdRi','LYYPE','pHame','cjaGH','sourceLocation','XmAmQ','srzWC','baQDN','uri','uuAMR','JSHtV','../../../helpers/helper','ojSaa','aOZuB','qzlVh','gltYl','getStepLineToPickledStepMap','1799650RqGLJb','zxBtc','\x20\x20\x20\x20','LbgaL','PJUTw','wvpjk','KDrsV','test-case-finished','test-run-started','KSWpn','VwHEb','gherkinDocument','wrFGc','tJJdQ','XVYEW','qQCbi','aRShz','gTgrN','pickle','stepResults','xuSaz','ZmwCe','exception','GwWYi','aWziW','WqNvi','result','ayfVz','gaUiM','IBDYf','test-run-finished','PuaGt','cucumber-js/test_old.setup.js','getTestCaseAttempt','name','eLduG','env','dREDF','80KnSlku','xQQVS','453201tNgvcl','lZphE','FeNbB','19659XnyKaP','UiXLZ','YVOcB','45waytuD','11IgiPSN','luQkX','WOjpY','VsXbL','undefined','McKZh','nmMVb','YXqUG','250070offkbO','wCZYc','bqVVG','ngzgA','YLUxw','HvwNy','eventBroadcaster','zqjxI','EowtJ','getTestCaseData','PACuC','exports','602024hQcGto','JRuRZ','knWyI','UsoPP','parse','CxRgT','zzDPm','oWfDN','uRtzE','JREUE','MNhPi','WHavA','LGaNZ','FWCEK','gpljX','DzGge','ANpsU','BNexS','\x20-\x20','rAMsE','BsaWu','ZWHlC','iVoid','jrIGT','RwDPg','line','AVAkw','psVSn','pMKkm','MZBHm','LrJlI','iBvtl','uefqp','FtEGM','dsXhZ','kypUZ','oXKfv','dEkIx','log','AzwXm','124kfUcda','sRWAz','steps','\x20\x20\x20\x20BEFORE\x20-\x20','actionLocation','wBGAv','TXZds','SxkRM','Ullwo','eventDataCollector','KujUt','feature','jdHUD','ZyIdQ','LHnNx','Executing\x20tests\x20for\x20','PWkDe','EfHyL','QmjXq','400491HblbyQ','\x20\x20\x20\x20AFTER\x20-\x20','includes','TozDD','vYIMP','QhkjE','gnuNV','FGVWv','qpYXe','SeSvI','test-case-started','348lwBGUq','iopZA','CONFIG','KnxBY','RIRTr','AiSpa','PENDING','LFzUb','XzsRx','xDMSV','UNDEFINED','__platform','gSSWX','lbsBL','DiQru','4893AgtOpM','capability','JXmFi','ASlxs','length','12UMeKcL','text','rfQfF','toUpperCase','oQjBR','cucumber/lib/formatter/helpers/pickle_parser.js','opvgV','sldcx','AMBIGUOUS','jLkTt','forEach','status','gzwug','logTestCaseFinished','testCase','rsmMb','cucumber','nFwxC','NbrQv','qPipe','vYRdJ','hIPFn','test-step-started'];a4_0x3218=function(){return _0x5bb95a;};return a4_0x3218();}
|
|
1
|
+
const a4_0x1b27eb=a4_0x29d2;(function(_0x1a93c6,_0x60bb1d){const _0x1e14b8=a4_0x29d2,_0xa62caf=_0x1a93c6();while(!![]){try{const _0x219ef0=-parseInt(_0x1e14b8(0x11f))/0x1+parseInt(_0x1e14b8(0xff))/0x2+-parseInt(_0x1e14b8(0xcb))/0x3+parseInt(_0x1e14b8(0xa8))/0x4+-parseInt(_0x1e14b8(0x130))/0x5*(-parseInt(_0x1e14b8(0x142))/0x6)+parseInt(_0x1e14b8(0x9f))/0x7+parseInt(_0x1e14b8(0xb4))/0x8*(parseInt(_0x1e14b8(0xb6))/0x9);if(_0x219ef0===_0x60bb1d)break;else _0xa62caf['push'](_0xa62caf['shift']());}catch(_0x1dbc92){_0xa62caf['push'](_0xa62caf['shift']());}}}(a4_0x45ae,0x8cac7));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule('cucumber'),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js');class BrowserstackFormatter extends Formatter{constructor(_0x204e72){const _0x55b62e=a4_0x29d2,_0xe69ce3={'oCmad':function(_0x226997,_0x1b6941){return _0x226997!==_0x1b6941;},'pFnLe':function(_0x3729fa,_0x404533){return _0x3729fa(_0x404533);},'NZFLP':function(_0x46cd3b,_0x531ec2){return _0x46cd3b+_0x531ec2;},'JICjC':function(_0x159f50,_0x1853da){return _0x159f50!==_0x1853da;},'FmBLt':_0x55b62e(0xd8),'JoiKT':_0x55b62e(0xc6),'niaMd':function(_0x3678d4,_0x47a1fc){return _0x3678d4===_0x47a1fc;},'orqkR':'FmpVx','GJjuN':function(_0x13c481,_0x304242){return _0x13c481!==_0x304242;},'ggzAl':_0x55b62e(0xa7),'gFwlz':'\x20\x20\x20\x20BEFORE\x20-\x20','IYWqn':_0x55b62e(0xa5),'HKppP':function(_0x50a609,_0x89d7a1){return _0x50a609+_0x89d7a1;},'woyNW':_0x55b62e(0xac),'VqGXl':function(_0x314458,_0x242456){return _0x314458!==_0x242456;},'mQiQw':_0x55b62e(0x14e),'hSfbD':function(_0x9491b0,_0x10f525){return _0x9491b0!==_0x10f525;},'mNraz':_0x55b62e(0x140),'QITQr':_0x55b62e(0x124),'TsbSz':function(_0x200130,_0x39aec7){return _0x200130(_0x39aec7);},'HXUXT':_0x55b62e(0xf5),'OonCi':_0x55b62e(0x9b),'iPnNC':_0x55b62e(0x121),'xfxpF':_0x55b62e(0x126),'tXTYn':_0x55b62e(0xb1),'JLQVT':'test-step-started'};super(_0x204e72),_0x204e72[_0x55b62e(0x122)]['on'](_0xe69ce3[_0x55b62e(0xba)],()=>{const _0x33db29=_0x55b62e,_0x130411={'sGeOW':function(_0x15ccc2,_0x2acc0b){return _0xe69ce3['oCmad'](_0x15ccc2,_0x2acc0b);},'sOtVo':function(_0x5dce6a,_0x53bf4e){return _0xe69ce3['oCmad'](_0x5dce6a,_0x53bf4e);},'eslOz':function(_0x1be133,_0x3478c0){const _0xfc64aa=a4_0x29d2;return _0xe69ce3[_0xfc64aa(0xde)](_0x1be133,_0x3478c0);},'EuTYF':function(_0x3b4b76,_0xec1b9b){const _0x2ab581=a4_0x29d2;return _0xe69ce3[_0x2ab581(0xa9)](_0x3b4b76,_0xec1b9b);}};if(_0xe69ce3[_0x33db29(0x9d)](_0xe69ce3[_0x33db29(0x99)],_0xe69ce3[_0x33db29(0x9a)])){let _0x3c6b4c;if(_0xe69ce3['oCmad'](process['env'][_0x33db29(0xe1)],undefined)){if(_0xe69ce3['niaMd'](_0xe69ce3['orqkR'],_0xe69ce3[_0x33db29(0x141)])){let _0x333274=JSON[_0x33db29(0x108)](process[_0x33db29(0x14b)]['CONFIG']);_0x3c6b4c=_0x333274[_0x33db29(0xa0)];}else{let _0x4a2212=_0x4c75d5['parse'](_0x2c4bf0['env'][_0x33db29(0xe1)]);_0x195bfd=_0x4a2212['capability'];}}if(_0xe69ce3['GJjuN'](_0x3c6b4c,undefined)){if(_0xe69ce3[_0x33db29(0x9d)](_0xe69ce3[_0x33db29(0xc2)],_0xe69ce3[_0x33db29(0xc2)])){let _0x10b8d7;if(_0x130411['sGeOW'](_0x5ef62d['env'][_0x33db29(0xe1)],_0x360c0f)){let _0x75b0da=_0xefc963[_0x33db29(0x108)](_0x42a3a5['env'][_0x33db29(0xe1)]);_0x10b8d7=_0x75b0da[_0x33db29(0xa0)];}_0x130411[_0x33db29(0xe0)](_0x10b8d7,_0x4c9106)&&(_0x23615a[_0x33db29(0xa2)]=_0x130411[_0x33db29(0xef)](_0x31ab32,_0x10b8d7),_0x29eae6[_0x33db29(0x101)](_0x33db29(0x128)+_0x5b31f1['__platform']));}else global['__platform']=_0xe69ce3[_0x33db29(0xde)](getPlatformName,_0x3c6b4c),console[_0x33db29(0x101)](_0x33db29(0x128)+global[_0x33db29(0xa2)]);}}else _0x6768ca[_0x33db29(0x101)](_0x130411[_0x33db29(0x102)](_0x130411[_0x33db29(0x102)]('\x0a',_0x3bccf9['__platform']),'\x0a'));}),_0x204e72[_0x55b62e(0x122)]['on'](_0xe69ce3[_0x55b62e(0xd3)],()=>{const _0x32941c=_0x55b62e,_0x126e30={'orXZV':function(_0x387cf1,_0x1c7aa0){const _0x3d42f9=a4_0x29d2;return _0xe69ce3[_0x3d42f9(0xa9)](_0x387cf1,_0x1c7aa0);},'AGtus':_0xe69ce3[_0x32941c(0xca)]};_0xe69ce3['GJjuN'](_0xe69ce3[_0x32941c(0x11a)],_0xe69ce3[_0x32941c(0x11a)])?_0x41becf[_0x32941c(0x101)](_0x126e30[_0x32941c(0xc9)](_0x126e30[_0x32941c(0xd6)],_0x50582d[_0x32941c(0xe8)]['status'][_0x32941c(0x12c)]())):testSuites+=0x1;}),_0x204e72[_0x55b62e(0x122)]['on'](_0xe69ce3[_0x55b62e(0xe6)],_0x3cffe8=>{const _0x551320=_0x55b62e,_0x19a35c={'LCanc':function(_0x8d270b,_0x1da77c){const _0x3250f4=a4_0x29d2;return _0xe69ce3[_0x3250f4(0x111)](_0x8d270b,_0x1da77c);},'hfvJv':_0xe69ce3['woyNW']};_0xe69ce3[_0x551320(0xed)](_0xe69ce3[_0x551320(0xe3)],_0xe69ce3['mQiQw'])?_0x1445c5[_0x551320(0x101)](_0x19a35c['LCanc'](_0x19a35c[_0x551320(0x13a)],_0xf77cd4[_0x421f4f][_0x551320(0x96)][_0x551320(0x12c)]())):this[_0x551320(0x120)](_0x3cffe8);}),_0x204e72[_0x55b62e(0x122)]['on'](_0xe69ce3[_0x55b62e(0xab)],()=>{const _0x28be7c=_0x55b62e;_0xe69ce3[_0x28be7c(0xeb)](_0xe69ce3[_0x28be7c(0xbc)],_0xe69ce3[_0x28be7c(0xbe)])?totalTests-=0x2:_0x198642-=0x2;}),_0x204e72[_0x55b62e(0x122)]['on'](_0xe69ce3[_0x55b62e(0xb2)],()=>{const _0x2658da=_0x55b62e;_0xe69ce3[_0x2658da(0xeb)](_0xe69ce3[_0x2658da(0x100)],_0xe69ce3[_0x2658da(0x100)])?(_0x296016['__platform']=_0xe69ce3[_0x2658da(0xc8)](_0xeb6ba,_0x17feaa),_0x2db13a[_0x2658da(0x101)](_0x2658da(0x128)+_0x25de80[_0x2658da(0xa2)])):totalTests+=0x1;});}['logTestCaseFinished'](_0x510d19){const _0x483f47=a4_0x29d2,_0x2dd0c5={'XroQA':function(_0x1b55ea,_0x2745f2,_0x1fe505){return _0x1b55ea(_0x2745f2,_0x1fe505);},'ARngC':_0x483f47(0xe8),'jrQDh':_0x483f47(0xb7),'SLIPB':_0x483f47(0x103),'eQExg':function(_0x28ad17,_0x48484a){return _0x28ad17+_0x48484a;},'MFUls':function(_0x11720a,_0x20a09d){return _0x11720a!==_0x20a09d;},'CrNmO':_0x483f47(0x94),'pKKVs':_0x483f47(0xd9),'UdzXv':'PASSED','vICay':_0x483f47(0x11d),'fDGid':_0x483f47(0x10e),'hfAlP':_0x483f47(0x106),'sHNze':_0x483f47(0xbd),'GfFxN':'AMBIGUOUS','lUaXD':function(_0x35fcea,_0x18e869){return _0x35fcea(_0x18e869);},'GXdxc':function(_0x5644f6,_0x19cdec){return _0x5644f6+_0x19cdec;},'DdMVG':_0x483f47(0xac),'vQtRt':function(_0x43f4e9,_0x31537f){return _0x43f4e9+_0x31537f;},'pxOaj':_0x483f47(0x11e),'dlnBc':function(_0x1e5420,_0x3d64f2){return _0x1e5420+_0x3d64f2;},'gQHcv':function(_0x269044,_0x30402e){return _0x269044+_0x30402e;},'rbHzq':'\x20\x20\x20\x20','LFcbl':_0x483f47(0xe9),'yroxb':function(_0x3c37a0,_0x4ba696,_0x2bd074){return _0x3c37a0(_0x4ba696,_0x2bd074);},'ktZpi':function(_0x216166,_0x519534){return _0x216166+_0x519534;},'MTzRv':'cucumber-js/test_old.setup.js','WMEpC':function(_0x1e3618,_0x25c9c2){return _0x1e3618(_0x25c9c2);},'Vsdoc':function(_0x29a74e,_0x326655){return _0x29a74e+_0x326655;},'KOQdt':function(_0x348bef,_0x37275a){return _0x348bef+_0x37275a;},'RLMaV':function(_0x2c7ce8,_0xfbe90d){return _0x2c7ce8+_0xfbe90d;},'LKBDp':function(_0x57d604,_0x41c536){return _0x57d604===_0x41c536;},'spWxD':_0x483f47(0x12b),'Fpnir':_0x483f47(0x13c),'ccovM':function(_0x1a4d7e,_0x5d9c5a){return _0x1a4d7e!==_0x5d9c5a;},'aCqEs':'keVNB','mgZmr':function(_0x28ee2c,_0x46870d){return _0x28ee2c+_0x46870d;},'kbLgP':'lZYma','RneFK':function(_0x41daad,_0x259225){return _0x41daad===_0x259225;},'pyOae':_0x483f47(0xe7),'NmLKF':_0x483f47(0xcc),'DHzOJ':_0x483f47(0x127),'jVMbW':_0x483f47(0xb9),'yFcAT':function(_0x4534c5,_0x12e8bb){return _0x4534c5+_0x12e8bb;},'gpVfl':function(_0x3e8a6f,_0x4c3e23){return _0x3e8a6f!==_0x4c3e23;},'MyyXk':'Iipei','rLHsp':_0x483f47(0x147),'FmvWQ':function(_0x5e0c92,_0x556606){return _0x5e0c92+_0x556606;},'etAqV':function(_0xc30de6,_0x21219f){return _0xc30de6==_0x21219f;},'ezkAl':_0x483f47(0xd7),'JRoLO':_0x483f47(0xfe),'ZInVk':function(_0x49af2f,_0x44d695){return _0x49af2f===_0x44d695;},'JWLcZ':_0x483f47(0x114),'xFVAp':_0x483f47(0xee),'srXjG':function(_0x48d4a7,_0x44db91){return _0x48d4a7(_0x44db91);},'clWdO':function(_0x12a766,_0x5aba2a){return _0x12a766+_0x5aba2a;},'HjCgH':function(_0x2739d4,_0x1d076a){return _0x2739d4+_0x1d076a;},'sMfgs':function(_0x1e9db7,_0x2aa6ec){return _0x1e9db7!==_0x2aa6ec;},'rFZjp':_0x483f47(0x112),'mgtJU':_0x483f47(0xb0),'hZtxu':function(_0x3deade,_0x41a543){return _0x3deade+_0x41a543;},'iRWIC':_0x483f47(0xbb),'VilbU':_0x483f47(0xd1),'sXXgF':function(_0x400d2f,_0x5a6de9){return _0x400d2f<_0x5a6de9;},'hnXzL':function(_0x481f84,_0x44134b){return _0x481f84!==_0x44134b;},'hJAnj':'MGvEb','lYYNK':function(_0xb5ee31,_0x50be20){return _0xb5ee31+_0x50be20;},'bJBqh':function(_0x344f59,_0x2bda0a){return _0x344f59+_0x2bda0a;},'Budxb':function(_0x4bf634,_0x4a76e2){return _0x4bf634===_0x4a76e2;},'ayycc':_0x483f47(0xf2),'DSmOv':function(_0x56ccaf,_0x10e573){return _0x56ccaf!==_0x10e573;},'RvJFD':_0x483f47(0xa3),'asGaG':_0x483f47(0xd2),'TLrEm':function(_0x23485e,_0x461766){return _0x23485e+_0x461766;},'VgJbo':function(_0x3addc7,_0x15fd6d){return _0x3addc7===_0x15fd6d;},'VvPCF':_0x483f47(0xda),'lJBpj':_0x483f47(0x12e),'iJbZD':function(_0x4258c1,_0xcd1bc2){return _0x4258c1+_0xcd1bc2;},'qReOU':function(_0x53831c,_0x3d2e34,_0x2bbfdb){return _0x53831c(_0x3d2e34,_0x2bbfdb);},'PzVnm':function(_0x559457,_0x567808){return _0x559457+_0x567808;}};let _0x3e1dd9=![];function _0x2fad51(_0x50c7ba){const _0x20bffc=_0x483f47,_0x4c6f2d={'WPZHo':function(_0x463ffd,_0x1e99e8,_0x331b16){const _0x150350=a4_0x29d2;return _0x2dd0c5[_0x150350(0x14c)](_0x463ffd,_0x1e99e8,_0x331b16);},'SasVL':_0x2dd0c5[_0x20bffc(0xec)],'cDJCp':_0x2dd0c5['jrQDh'],'eYyuF':_0x2dd0c5[_0x20bffc(0xf1)],'vAyEg':function(_0x2c2fac,_0x426ef2){const _0x15a73c=_0x20bffc;return _0x2dd0c5[_0x15a73c(0xd0)](_0x2c2fac,_0x426ef2);}};if(_0x2dd0c5[_0x20bffc(0x148)](_0x2dd0c5[_0x20bffc(0xf0)],_0x2dd0c5[_0x20bffc(0xf0)])){const _0x3c4389=_0x4c6f2d[_0x20bffc(0xf8)](_0x2fc4e0,_0x1be934,[_0x4c6f2d['SasVL'],_0x4c6f2d[_0x20bffc(0x115)],_0x4c6f2d['eYyuF']]);_0x3c4389&&(_0x10e79d[_0x43a71f[_0x20bffc(0xdd)]]=_0x3c4389,_0x3b27b0[_0x20bffc(0x101)](_0x4c6f2d[_0x20bffc(0x144)](_0x3c4389,'\x0a'))),_0x5bedfd=!![];}else switch(_0x50c7ba){case _0x2dd0c5[_0x20bffc(0x10c)]:testsFailed+=0x1;break;case _0x2dd0c5[_0x20bffc(0x12d)]:testsPassed+=0x1;break;case _0x2dd0c5[_0x20bffc(0x113)]:testsSkipped+=0x1;break;case _0x2dd0c5[_0x20bffc(0x132)]:testsPending+=0x1;break;case _0x2dd0c5['hfAlP']:testsUndefined+=0x1;break;case _0x2dd0c5[_0x20bffc(0x118)]:testsUnknown+=0x1;break;case _0x2dd0c5[_0x20bffc(0xc4)]:testsAmbiguous+=0x1;break;default:break;}}_0x2dd0c5[_0x483f47(0x117)](global['__platform'],undefined)&&(_0x2dd0c5[_0x483f47(0xa1)](_0x2dd0c5[_0x483f47(0xe2)],_0x2dd0c5[_0x483f47(0xa6)])?console[_0x483f47(0x101)](_0x2dd0c5[_0x483f47(0xa4)](_0x2dd0c5[_0x483f47(0xa4)]('\x0a',global['__platform']),'\x0a')):(_0x2dd0c5['lUaXD'](_0x30ff29,_0x3b3aaf['result'][_0x483f47(0x96)][_0x483f47(0x12c)]()),_0x40f9b4?_0xb22ffd[_0x483f47(0x101)](_0x2dd0c5[_0x483f47(0xc0)](_0x2dd0c5[_0x483f47(0xaf)],_0x131033[_0x483f47(0xe8)][_0x483f47(0x96)][_0x483f47(0x12c)]())):_0x16cd27[_0x483f47(0x101)](_0x2dd0c5[_0x483f47(0xf9)](_0x2dd0c5[_0x483f47(0xad)],_0x25e672['result']['status'][_0x483f47(0x12c)]()))));let _0x4880f3=![];if(_0x2dd0c5[_0x483f47(0xa1)](typeof this[_0x483f47(0x152)][_0x483f47(0x119)],_0x2dd0c5[_0x483f47(0x10f)])){if(_0x2dd0c5[_0x483f47(0x148)](_0x2dd0c5[_0x483f47(0xfd)],_0x2dd0c5[_0x483f47(0xfd)]))_0x9f6037=!![],_0x35394d[_0x483f47(0x101)](_0x2dd0c5[_0x483f47(0xdf)](_0x2dd0c5[_0x483f47(0xf9)](_0x2dd0c5[_0x483f47(0xc5)](_0x2dd0c5[_0x483f47(0xb5)],_0x383d76[_0x159322[_0x483f47(0xb3)][_0x483f47(0x13d)]]['text']),_0x2dd0c5[_0x483f47(0x143)]),_0x4d63ea[_0x57ce27][_0x483f47(0x96)][_0x483f47(0x12c)]())),_0x2dd0c5[_0x483f47(0x10b)](_0x3c0266,_0x4aa2a7[_0x4393cd][_0x483f47(0x96)][_0x483f47(0x12c)]());else{var _0x3a09fd=this[_0x483f47(0x152)][_0x483f47(0x119)](_0x510d19[_0x483f47(0xb3)]),_0x4177d5=_0x3a09fd['pickle'],_0x20fe26=_0x3a09fd[_0x483f47(0x138)];console[_0x483f47(0x101)](_0x2dd0c5[_0x483f47(0xdf)]('\x20\x20',_0x4177d5['name']));var _0x4f65cd=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x4177d5);_0x20fe26[_0x483f47(0x125)][_0x483f47(0x139)](function(_0x24f5af){const _0x2bf2de=_0x483f47,_0x49aeb5={'xtXLV':function(_0x3b55fb,_0x5338e3){return _0x2dd0c5['gQHcv'](_0x3b55fb,_0x5338e3);},'WauvA':_0x2dd0c5[_0x2bf2de(0xaf)],'sQJyK':_0x2dd0c5[_0x2bf2de(0xad)],'iopIG':function(_0x6e4e1a,_0x2045eb){return _0x2dd0c5['dlnBc'](_0x6e4e1a,_0x2045eb);},'GUaBo':_0x2dd0c5[_0x2bf2de(0x143)],'OKhog':function(_0x52ee2f,_0x18df73){return _0x2dd0c5['KOQdt'](_0x52ee2f,_0x18df73);},'XKEsX':function(_0x5259bc,_0x1d6695){const _0x38d98=_0x2bf2de;return _0x2dd0c5[_0x38d98(0x10b)](_0x5259bc,_0x1d6695);},'CIzKr':function(_0x59df9f,_0x4e7db6){return _0x2dd0c5['RLMaV'](_0x59df9f,_0x4e7db6);}};if(_0x2dd0c5['LKBDp'](_0x2dd0c5[_0x2bf2de(0xf3)],_0x2dd0c5[_0x2bf2de(0xf7)]))_0x3af09a['log'](_0x49aeb5[_0x2bf2de(0x12a)](_0x49aeb5[_0x2bf2de(0x136)],_0x194064[_0x2bf2de(0xe8)][_0x2bf2de(0x96)]['toUpperCase']()));else{if(_0x24f5af['actionLocation']&&_0x24f5af['sourceLocation']){if(_0x2dd0c5[_0x2bf2de(0xce)](_0x2dd0c5[_0x2bf2de(0xae)],_0x2dd0c5[_0x2bf2de(0xae)])){_0x4a22c9=!![];const _0x32fe31=_0x2dd0c5[_0x2bf2de(0xea)](_0x187411,_0x5ed7f4[_0x13a194],[_0x2dd0c5[_0x2bf2de(0x13f)],_0x2dd0c5[_0x2bf2de(0xf1)]]);_0x32fe31&&(_0x48a922[_0x2dd0c5[_0x2bf2de(0xc0)](_0x2dd0c5['GXdxc'](_0x100b61[_0x2bf2de(0x13e)][_0x2bf2de(0x104)][_0x2bf2de(0xdd)],_0x2dd0c5[_0x2bf2de(0x143)]),_0x5ce396[_0x2bf2de(0xc1)][_0x2bf2de(0xdd)])]=_0x32fe31,_0x2ff00e[_0x2bf2de(0x101)](_0x2dd0c5[_0x2bf2de(0xe5)](_0x32fe31,'\x0a')));}else _0x3e1dd9=!![],console[_0x2bf2de(0x101)](_0x2dd0c5[_0x2bf2de(0xc0)](_0x2dd0c5[_0x2bf2de(0x97)](_0x2dd0c5[_0x2bf2de(0xcd)](_0x2dd0c5['rbHzq'],_0x4f65cd[_0x24f5af[_0x2bf2de(0xb3)][_0x2bf2de(0x13d)]][_0x2bf2de(0xdc)]),_0x2dd0c5[_0x2bf2de(0x143)]),_0x24f5af[_0x2bf2de(0xe8)][_0x2bf2de(0x96)][_0x2bf2de(0x12c)]())),_0x2dd0c5[_0x2bf2de(0xd5)](_0x2fad51,_0x24f5af[_0x2bf2de(0xe8)][_0x2bf2de(0x96)]['toUpperCase']());}else _0x24f5af[_0x2bf2de(0xb8)]&&(_0x2dd0c5['LKBDp'](_0x2dd0c5[_0x2bf2de(0x13b)],_0x2dd0c5[_0x2bf2de(0x13b)])?!_0x24f5af[_0x2bf2de(0xb8)]['uri'][_0x2bf2de(0x98)](_0x2dd0c5['MTzRv'])&&(_0x2dd0c5['RneFK'](_0x2dd0c5[_0x2bf2de(0x146)],_0x2dd0c5['NmLKF'])?_0xf78c3b[_0x2bf2de(0x101)](_0x49aeb5[_0x2bf2de(0x12a)](_0x49aeb5['sQJyK'],_0xdba5af[_0x28f461]['status'][_0x2bf2de(0x12c)]())):(_0x2dd0c5[_0x2bf2de(0xd5)](_0x2fad51,_0x24f5af[_0x2bf2de(0xe8)][_0x2bf2de(0x96)][_0x2bf2de(0x12c)]()),_0x3e1dd9?_0x2dd0c5[_0x2bf2de(0x148)](_0x2dd0c5['DHzOJ'],_0x2dd0c5['jVMbW'])?console[_0x2bf2de(0x101)](_0x2dd0c5[_0x2bf2de(0x110)](_0x2dd0c5[_0x2bf2de(0xaf)],_0x24f5af['result'][_0x2bf2de(0x96)][_0x2bf2de(0x12c)]())):_0x298571+=0x1:_0x2dd0c5[_0x2bf2de(0xa1)](_0x2dd0c5[_0x2bf2de(0xfb)],_0x2dd0c5[_0x2bf2de(0x11c)])?console[_0x2bf2de(0x101)](_0x2dd0c5[_0x2bf2de(0x107)](_0x2dd0c5[_0x2bf2de(0xad)],_0x24f5af[_0x2bf2de(0xe8)][_0x2bf2de(0x96)]['toUpperCase']())):!_0x4ba071[_0x2bf2de(0xb8)][_0x2bf2de(0x150)]['includes'](_0x2dd0c5[_0x2bf2de(0xe4)])&&(_0x2dd0c5[_0x2bf2de(0xd5)](_0x2de615,_0x4c9153[_0x3e7017][_0x2bf2de(0x96)][_0x2bf2de(0x12c)]()),_0x1a1451?_0x51a725[_0x2bf2de(0x101)](_0x2dd0c5['Vsdoc'](_0x2dd0c5['DdMVG'],_0x39ba0b[_0x36dded][_0x2bf2de(0x96)][_0x2bf2de(0x12c)]())):_0x3ddfe0[_0x2bf2de(0x101)](_0x2dd0c5[_0x2bf2de(0x97)](_0x2dd0c5[_0x2bf2de(0xad)],_0x409018[_0x25ef7a][_0x2bf2de(0x96)]['toUpperCase']()))))):_0x6c1338+=0x1);if(_0x2dd0c5[_0x2bf2de(0xc7)](_0x24f5af['result'][_0x2bf2de(0x96)][_0x2bf2de(0x12c)](),_0x2dd0c5[_0x2bf2de(0x10c)])){if(_0x2dd0c5[_0x2bf2de(0xce)](_0x2dd0c5[_0x2bf2de(0xbf)],_0x2dd0c5[_0x2bf2de(0xaa)])){const _0x3344ae=_0x2dd0c5[_0x2bf2de(0xea)](nestedKeyValue,_0x24f5af,[_0x2dd0c5[_0x2bf2de(0xec)],_0x2dd0c5['jrQDh'],_0x2dd0c5[_0x2bf2de(0xf1)]]);_0x3344ae&&(_0x2dd0c5['ZInVk'](_0x2dd0c5[_0x2bf2de(0x9c)],_0x2dd0c5[_0x2bf2de(0x12f)])?(_0x5a7d22[_0x49aeb5[_0x2bf2de(0x134)](_0x49aeb5[_0x2bf2de(0x134)](_0x58048d[_0x2bf2de(0x13e)][_0x2bf2de(0x104)][_0x2bf2de(0xdd)],_0x49aeb5[_0x2bf2de(0x135)]),_0x4c0e50['pickle']['name'])]=_0x148310,_0xf78af7[_0x2bf2de(0x101)](_0x49aeb5[_0x2bf2de(0x14a)](_0x578372,'\x0a'))):(testsErrorMessage[_0x4177d5[_0x2bf2de(0xdd)]]=_0x3344ae,console[_0x2bf2de(0x101)](_0x2dd0c5[_0x2bf2de(0xf9)](_0x3344ae,'\x0a')))),_0x4880f3=!![];}else _0x49aeb5[_0x2bf2de(0x137)](_0x4eabb3,_0x3501a8[_0x53965d][_0x2bf2de(0x96)][_0x2bf2de(0x12c)]()),_0x5dd615?_0x2f4b63[_0x2bf2de(0x101)](_0x49aeb5[_0x2bf2de(0x134)](_0x49aeb5['WauvA'],_0x4cdea7[_0x3ce47b]['status'][_0x2bf2de(0x12c)]())):_0x506830['log'](_0x49aeb5[_0x2bf2de(0x9e)](_0x49aeb5[_0x2bf2de(0x129)],_0x3c8c08[_0x2e8c90][_0x2bf2de(0x96)][_0x2bf2de(0x12c)]()));}}});}}else{const _0x57a1f2=this[_0x483f47(0x152)][_0x483f47(0x10a)](_0x510d19);console[_0x483f47(0x101)](_0x2dd0c5['KOQdt'](_0x2dd0c5[_0x483f47(0xcf)](_0x2dd0c5[_0x483f47(0xf9)]('\x20\x20',_0x57a1f2[_0x483f47(0x13e)][_0x483f47(0x104)]['name']),_0x2dd0c5[_0x483f47(0x143)]),_0x57a1f2['pickle']['name']));var _0x4f65cd=(0x0,pickleParser[_0x483f47(0x133)])(_0x57a1f2[_0x483f47(0xc1)]);let _0x372e66=_0x57a1f2['testCase'][_0x483f47(0x125)],_0x1e49ea=_0x57a1f2['stepResults'],_0xaf75d1=_0x372e66[_0x483f47(0xf6)];for(let _0x397955=0x0;_0x2dd0c5[_0x483f47(0x14f)](_0x397955,_0xaf75d1);_0x397955++){let _0x6888a4=_0x372e66[_0x397955];if(_0x6888a4[_0x483f47(0xb8)]&&_0x6888a4[_0x483f47(0xb3)])_0x2dd0c5[_0x483f47(0x123)](_0x2dd0c5[_0x483f47(0x131)],_0x2dd0c5['hJAnj'])?(_0x2e6a73[_0x1ef33f['name']]=_0x2934e4,_0xdd7d82[_0x483f47(0x101)](_0x2dd0c5['Vsdoc'](_0x21c992,'\x0a'))):(_0x3e1dd9=!![],console['log'](_0x2dd0c5[_0x483f47(0x105)](_0x2dd0c5[_0x483f47(0xd4)](_0x2dd0c5[_0x483f47(0xc0)](_0x2dd0c5[_0x483f47(0xb5)],_0x4f65cd[_0x6888a4['sourceLocation'][_0x483f47(0x13d)]][_0x483f47(0xdc)]),_0x2dd0c5[_0x483f47(0x143)]),_0x1e49ea[_0x397955]['status'][_0x483f47(0x12c)]())),_0x2dd0c5[_0x483f47(0x10b)](_0x2fad51,_0x1e49ea[_0x397955][_0x483f47(0x96)][_0x483f47(0x12c)]()));else _0x6888a4[_0x483f47(0xb8)]&&(_0x2dd0c5[_0x483f47(0xfc)](_0x2dd0c5['ayycc'],_0x2dd0c5['ayycc'])?!_0x6888a4[_0x483f47(0xb8)][_0x483f47(0x150)]['includes'](_0x2dd0c5[_0x483f47(0xe4)])&&(_0x2dd0c5[_0x483f47(0x14d)](_0x2dd0c5[_0x483f47(0xdb)],_0x2dd0c5[_0x483f47(0xdb)])?!_0x1e0042['actionLocation'][_0x483f47(0x150)]['includes'](_0x2dd0c5['MTzRv'])&&(_0x2dd0c5[_0x483f47(0x11b)](_0xf9d207,_0x7bf3f2[_0x483f47(0xe8)][_0x483f47(0x96)][_0x483f47(0x12c)]()),_0x562f53?_0x59f5a0[_0x483f47(0x101)](_0x2dd0c5['dlnBc'](_0x2dd0c5[_0x483f47(0xaf)],_0x46d7a6[_0x483f47(0xe8)][_0x483f47(0x96)][_0x483f47(0x12c)]())):_0x5cdb6e[_0x483f47(0x101)](_0x2dd0c5[_0x483f47(0x151)](_0x2dd0c5[_0x483f47(0xad)],_0x9e9ba5['result']['status']['toUpperCase']()))):(_0x2dd0c5[_0x483f47(0x10b)](_0x2fad51,_0x1e49ea[_0x397955]['status'][_0x483f47(0x12c)]()),_0x3e1dd9?_0x2dd0c5[_0x483f47(0x14d)](_0x2dd0c5[_0x483f47(0x149)],_0x2dd0c5[_0x483f47(0x149)])?this[_0x483f47(0x120)](_0x4d08da):console[_0x483f47(0x101)](_0x2dd0c5[_0x483f47(0x109)](_0x2dd0c5['DdMVG'],_0x1e49ea[_0x397955][_0x483f47(0x96)][_0x483f47(0x12c)]())):_0x2dd0c5[_0x483f47(0xfa)](_0x2dd0c5[_0x483f47(0x145)],_0x2dd0c5[_0x483f47(0x10d)])?_0x4c1b65+=0x1:console['log'](_0x2dd0c5[_0x483f47(0xc3)](_0x2dd0c5['pxOaj'],_0x1e49ea[_0x397955][_0x483f47(0x96)]['toUpperCase']())))):(_0x34b019=!![],_0x42eb65[_0x483f47(0x101)](_0x2dd0c5['HjCgH'](_0x2dd0c5[_0x483f47(0xcd)](_0x2dd0c5['ktZpi'](_0x2dd0c5[_0x483f47(0xb5)],_0x322172[_0x4210fa['sourceLocation'][_0x483f47(0x13d)]][_0x483f47(0xdc)]),_0x2dd0c5[_0x483f47(0x143)]),_0x2f6e47[_0x483f47(0xe8)][_0x483f47(0x96)]['toUpperCase']())),_0x2dd0c5['lUaXD'](_0x5172a8,_0x4f4c8c[_0x483f47(0xe8)][_0x483f47(0x96)]['toUpperCase']())));if(_0x2dd0c5[_0x483f47(0xc7)](_0x1e49ea[_0x397955]['status'][_0x483f47(0x12c)](),_0x2dd0c5[_0x483f47(0x10c)])){_0x4880f3=!![];const _0x583ea5=_0x2dd0c5[_0x483f47(0x95)](nestedKeyValue,_0x1e49ea[_0x397955],[_0x2dd0c5[_0x483f47(0x13f)],_0x2dd0c5[_0x483f47(0xf1)]]);_0x583ea5&&(testsErrorMessage[_0x2dd0c5[_0x483f47(0x110)](_0x2dd0c5[_0x483f47(0xf4)](_0x57a1f2[_0x483f47(0x13e)][_0x483f47(0x104)][_0x483f47(0xdd)],_0x2dd0c5['LFcbl']),_0x57a1f2[_0x483f47(0xc1)]['name'])]=_0x583ea5,console[_0x483f47(0x101)](_0x2dd0c5[_0x483f47(0x105)](_0x583ea5,'\x0a')));}}}_0x4880f3&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a4_0x29d2(_0x3a61d9,_0x23e20e){const _0x45ae25=a4_0x45ae();return a4_0x29d2=function(_0x29d227,_0x28c8a5){_0x29d227=_0x29d227-0x94;let _0x532d73=_0x45ae25[_0x29d227];return _0x532d73;},a4_0x29d2(_0x3a61d9,_0x23e20e);}module[a4_0x1b27eb(0x116)]=BrowserstackFormatter;function a4_0x45ae(){const _0xfea64d=['line','gherkinDocument','jrQDh','MPsoD','orqkR','6ElbGgl','LFcbl','vAyEg','VvPCF','pyOae','OWGvb','MFUls','asGaG','OKhog','env','XroQA','DSmOv','enKAp','sXXgF','uri','clWdO','eventDataCollector','iULWy','qReOU','status','KOQdt','includes','FmBLt','JoiKT','test-run-started','JWLcZ','JICjC','CIzKr','1202292bFBpVX','capability','gpVfl','__platform','vsLvh','hZtxu','LgNUe','mgtJU','ugNOP','1913272diStBZ','NZFLP','JRoLO','tXTYn','\x20\x20\x20\x20AFTER\x20-\x20','pxOaj','aCqEs','DdMVG','FnYjk','test-run-finished','JLQVT','sourceLocation','105304eJkYlS','rbHzq','657NAZTbF','exception','actionLocation','vUgbP','OonCi','undefined','mNraz','UNKNOWN','QITQr','ezkAl','GXdxc','pickle','ggzAl','iJbZD','GfFxN','gQHcv','lBWiY','etAqV','TsbSz','orXZV','gFwlz','2051970HVyGyx','emlYk','mgZmr','ccovM','RLMaV','eQExg','VPYWp','mkrGw','iPnNC','bJBqh','WMEpC','AGtus','NICfE','CtwTc','FAILED','pqIBB','RvJFD','text','name','pFnLe','dlnBc','sOtVo','CONFIG','rFZjp','mQiQw','MTzRv','ktZpi','xfxpF','MllbP','result','\x20-\x20','yroxb','hSfbD','ARngC','VqGXl','Otbth','eslOz','CrNmO','SLIPB','qGIKZ','spWxD','PzVnm','tyHPw','length','Fpnir','WPZHo','vQtRt','VgJbo','MyyXk','Budxb','VilbU','zdxpS','1448318ElgyIz','HXUXT','log','EuTYF','stack','feature','lYYNK','UNDEFINED','FmvWQ','parse','TLrEm','getTestCaseAttempt','lUaXD','pKKVs','lJBpj','PENDING','iRWIC','yFcAT','HKppP','SoEEM','vICay','Efvlw','cDJCp','exports','sMfgs','sHNze','getTestCaseData','IYWqn','srXjG','rLHsp','SKIPPED','\x20\x20\x20\x20BEFORE\x20-\x20','1139820ParLrv','logTestCaseFinished','test-case-started','eventBroadcaster','hnXzL','rUnni','steps','test-case-finished','nfpNQ','Executing\x20tests\x20for\x20','sQJyK','xtXLV','NKgdA','toUpperCase','UdzXv','PyjJL','xFVAp','324385XcgWDC','hJAnj','fDGid','getStepLineToPickledStepMap','iopIG','GUaBo','WauvA','XKEsX','testCase','forEach','hfvJv','kbLgP','bDweE'];a4_0x45ae=function(){return _0xfea64d;};return a4_0x45ae();}
|