browserstack-node-sdk 1.31.5 → 1.31.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/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/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -0
- 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/browserStackSdk.js +1 -0
- 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/percy/utils.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
- package/src/browserstackSDKMethods.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a29_0x5226(_0x1b578b,_0xac2a60){const _0x2a952b=a29_0x2a95();return a29_0x5226=function(_0x522683,_0x4f83e7){_0x522683=_0x522683-0xb5;let _0xa7c89c=_0x2a952b[_0x522683];return _0xa7c89c;},a29_0x5226(_0x1b578b,_0xac2a60);}const a29_0x3509d3=a29_0x5226;(function(_0x28556a,_0x3b47ef){const _0x45d078=a29_0x5226,_0x9f5b3b=_0x28556a();while(!![]){try{const _0x40aad5=-parseInt(_0x45d078(0xb7))/0x1*(-parseInt(_0x45d078(0xe7))/0x2)+parseInt(_0x45d078(0xdf))/0x3+parseInt(_0x45d078(0xf7))/0x4+-parseInt(_0x45d078(0xdc))/0x5*(parseInt(_0x45d078(0xf6))/0x6)+parseInt(_0x45d078(0x100))/0x7*(parseInt(_0x45d078(0x111))/0x8)+-parseInt(_0x45d078(0xbb))/0x9*(parseInt(_0x45d078(0xc9))/0xa)+-parseInt(_0x45d078(0x10a))/0xb;if(_0x40aad5===_0x3b47ef)break;else _0x9f5b3b['push'](_0x9f5b3b['shift']());}catch(_0x227002){_0x9f5b3b['push'](_0x9f5b3b['shift']());}}}(a29_0x2a95,0xb2ee8));const {global_registry,WS_EVENTS}=require(a29_0x3509d3(0xe9)),{logger}=require(a29_0x3509d3(0x10d));function a29_0x2a95(){const _0x3e59af=['iqlPS','CLUTs','MIUZm','AXUDk','MPzMi','sendEventToBackend','569912EOPWAh','GWGHU','xDGTX','kWxWu','gcmfA','debug','gmdza','send','addEventListener','HDwVe','3009919ocOgEc','eYABK','alMCH','../config/logger','IasXj','wAYBa','nvcTU','64JnzEKN','error','jaCTm','bQMXo','207699qJKlEV','szPHG','jdbAT','JCgtr','225GasxhJ','kwtGr','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','requestId','sxwRs','WOYMU','message','username','stringify',']:\x20','IWznp','Message\x20received\x20from\x20server!\x20=>\x20','pROyK','Socket\x20open','282650KzPnYW','UUsoo','delay','bstackUsername','pwcDg','parse','TaAsb','IpcpI','VKPbp','env','ISxCp','type','wpaej','cSPAd','BEErN','Qxakj','logType','TDxmq','WS_OPENED_BEFORE','71380NDgMVP','open','WOpGx','1925946rLJtnw','QKbKy','data','lxOev','ziEaB','LOG','rBGUv','addListeners','2VWwAsx','AlfyS','../config/constants','yhXrF','Socket\x20closed','true','atZoD','Socket\x20reconnected','zolWs','Socket\x20error:\x20','xMPQc','aADsN','WS_CLOSED_BEFORE','Kmzsw','hEMKw','12sjQcOT','962804btQfOB','eotTS','GBBwB'];a29_0x2a95=function(){return _0x3e59af;};return a29_0x2a95();}exports[a29_0x3509d3(0xe6)]=_0xea3f1c=>{const _0x3182ac=a29_0x3509d3,_0x87bb94={};_0x87bb94[_0x3182ac(0xb8)]=_0x3182ac(0xee),_0x87bb94[_0x3182ac(0xf1)]=function(_0x2cdaae,_0x30ec78){return _0x2cdaae!==_0x30ec78;},_0x87bb94[_0x3182ac(0xe2)]='tvxCe',_0x87bb94[_0x3182ac(0xf4)]=function(_0x27af45,_0x2e3ada){return _0x27af45===_0x2e3ada;},_0x87bb94[_0x3182ac(0xda)]=_0x3182ac(0xec),_0x87bb94[_0x3182ac(0x102)]=_0x3182ac(0xca),_0x87bb94[_0x3182ac(0xe0)]=function(_0x2f6436,_0x3344f1){return _0x2f6436!==_0x3344f1;},_0x87bb94[_0x3182ac(0xd6)]='SbYsO',_0x87bb94[_0x3182ac(0x101)]=_0x3182ac(0xc8),_0x87bb94[_0x3182ac(0xcd)]=function(_0x30fa13,_0x3b14ce){return _0x30fa13===_0x3b14ce;},_0x87bb94[_0x3182ac(0x104)]=_0x3182ac(0xe8),_0x87bb94[_0x3182ac(0xc5)]=_0x3182ac(0xfb),_0x87bb94[_0x3182ac(0xcf)]=_0x3182ac(0x106),_0x87bb94[_0x3182ac(0xc0)]=_0x3182ac(0x109),_0x87bb94[_0x3182ac(0xfc)]=function(_0x424e02,_0x1e0933){return _0x424e02===_0x1e0933;},_0x87bb94[_0x3182ac(0xfe)]=_0x3182ac(0xd7),_0x87bb94[_0x3182ac(0xe5)]=_0x3182ac(0xba),_0x87bb94[_0x3182ac(0xf5)]=function(_0x159e3a,_0x577757){return _0x159e3a===_0x577757;},_0x87bb94[_0x3182ac(0xc7)]=_0x3182ac(0xeb),_0x87bb94['XsZGU']=function(_0x7989e5,_0x44cec9){return _0x7989e5!==_0x44cec9;},_0x87bb94[_0x3182ac(0xf9)]='nNlbA',_0x87bb94[_0x3182ac(0xd3)]=_0x3182ac(0xe3),_0x87bb94[_0x3182ac(0xd8)]=function(_0x143272,_0x42da34){return _0x143272!==_0x42da34;},_0x87bb94[_0x3182ac(0x10c)]=_0x3182ac(0x10b),_0x87bb94[_0x3182ac(0xed)]=_0x3182ac(0xd5),_0x87bb94[_0x3182ac(0xbc)]=function(_0x2413bb,_0x426e4a){return _0x2413bb===_0x426e4a;},_0x87bb94[_0x3182ac(0xfd)]=function(_0x235eb6,_0x45abbe){return _0x235eb6===_0x45abbe;},_0x87bb94['jaCTm']='OvfhR',_0x87bb94[_0x3182ac(0xfa)]=_0x3182ac(0xdd),_0x87bb94[_0x3182ac(0xf8)]=_0x3182ac(0xc1),_0x87bb94[_0x3182ac(0x10f)]=_0x3182ac(0x112),_0x87bb94[_0x3182ac(0xd0)]='close';const _0x4a9436=_0x87bb94;_0xea3f1c[_0x3182ac(0x108)](_0x4a9436[_0x3182ac(0xfa)],()=>{const _0xd269dc=_0x3182ac;_0x4a9436[_0xd269dc(0xf1)](_0x4a9436[_0xd269dc(0xe2)],_0x4a9436[_0xd269dc(0xe2)])?_0x4e203f[_0xd269dc(0x112)](_0xd269dc(0xbd)+_0x40535c[_0xd269dc(0xe1)]):_0x4a9436[_0xd269dc(0xf4)](process[_0xd269dc(0xd2)][_0xd269dc(0xf3)],_0x4a9436['TDxmq'])?_0x4a9436[_0xd269dc(0xf1)](_0x4a9436[_0xd269dc(0x102)],_0x4a9436['xDGTX'])?_0x2a7fcd[_0xd269dc(0x105)](_0x4a9436[_0xd269dc(0xb8)]):logger[_0xd269dc(0x105)](_0x4a9436[_0xd269dc(0xb8)]):_0x4a9436[_0xd269dc(0xe0)](_0x4a9436[_0xd269dc(0xd6)],_0x4a9436[_0xd269dc(0xd6)])?_0x1f8d07='['+new _0x3e1579()['toUTCString']()+_0xd269dc(0xc4)+_0x5530b9[_0xd269dc(0xc1)]:(logger[_0xd269dc(0x105)](_0x4a9436['GWGHU']),process[_0xd269dc(0xd2)][_0xd269dc(0xdb)]=!![]);}),_0xea3f1c[_0x3182ac(0x108)](_0x4a9436['eotTS'],async function(_0x5120e5){const _0x450ab8=_0x3182ac,_0x2e5c72={};_0x2e5c72[_0x450ab8(0xb9)]=_0x4a9436[_0x450ab8(0xda)];const _0x381e6e=_0x2e5c72;if(_0x4a9436[_0x450ab8(0xe0)](_0x4a9436['gcmfA'],_0x4a9436[_0x450ab8(0xc5)])){logger[_0x450ab8(0x105)](_0x450ab8(0xc6)+_0x5120e5['data']);let _0x1d6da0,_0x160b01;try{_0x4a9436[_0x450ab8(0xf1)](_0x4a9436[_0x450ab8(0xcf)],_0x4a9436['WOYMU'])?(_0x160b01=JSON[_0x450ab8(0xce)](_0x5120e5[_0x450ab8(0xe1)]),_0x1d6da0=_0x160b01[_0x450ab8(0xd4)]):(_0x3ac45b[_0x450ab8(0x105)](_0x4a9436['GWGHU']),_0x44b8c4[_0x450ab8(0xd2)][_0x450ab8(0xdb)]=!![]);}catch(_0x5d6da3){_0x4a9436[_0x450ab8(0xfc)](_0x4a9436[_0x450ab8(0xfe)],_0x4a9436[_0x450ab8(0xe5)])?_0x33d080['env'][_0x450ab8(0xf3)]=_0x381e6e[_0x450ab8(0xb9)]:logger[_0x450ab8(0x112)](_0x450ab8(0xbd)+_0x5120e5[_0x450ab8(0xe1)]);}}else _0x4a9436[_0x450ab8(0xcd)](_0x4c81e5['env'][_0x450ab8(0xf3)],_0x4a9436['TDxmq'])?_0x337954[_0x450ab8(0x105)](_0x4a9436[_0x450ab8(0xb8)]):(_0x5f3fb9[_0x450ab8(0x105)](_0x4a9436[_0x450ab8(0x101)]),_0x5cf42c[_0x450ab8(0xd2)][_0x450ab8(0xdb)]=!![]);}),_0xea3f1c[_0x3182ac(0x108)](_0x4a9436[_0x3182ac(0x10f)],function(_0x4f20cc){const _0x1e2190=_0x3182ac,_0x23b8bc={'sxwRs':function(_0x24bc86,_0x23ae6){const _0x1fcd88=a29_0x5226;return _0x4a9436[_0x1fcd88(0xf5)](_0x24bc86,_0x23ae6);},'WuNWi':_0x4a9436[_0x1e2190(0xda)],'IasXj':_0x4a9436[_0x1e2190(0xc7)]};_0x4a9436['XsZGU'](_0x4a9436[_0x1e2190(0xf9)],_0x4a9436[_0x1e2190(0xd3)])?logger[_0x1e2190(0x105)](_0x1e2190(0xf0)+_0x4f20cc):(_0x23b8bc[_0x1e2190(0xbf)](_0x4ef174[_0x1e2190(0xd2)][_0x1e2190(0xdb)],_0x23b8bc['WuNWi'])&&(_0x56715a['env'][_0x1e2190(0xf3)]=_0x23b8bc['WuNWi']),_0x286a31[_0x1e2190(0x105)](_0x23b8bc[_0x1e2190(0x10e)]));}),_0xea3f1c[_0x3182ac(0x108)](_0x4a9436[_0x3182ac(0xd0)],function(){const _0x401562=_0x3182ac;if(_0x4a9436[_0x401562(0xd8)](_0x4a9436[_0x401562(0x10c)],_0x4a9436[_0x401562(0xed)]))_0x4a9436[_0x401562(0xbc)](process['env'][_0x401562(0xdb)],_0x4a9436['TDxmq'])&&(_0x4a9436[_0x401562(0xfd)](_0x4a9436[_0x401562(0xb5)],_0x4a9436[_0x401562(0xb5)])?process[_0x401562(0xd2)][_0x401562(0xf3)]=_0x4a9436[_0x401562(0xda)]:_0x2f4a39[_0x401562(0x105)](_0x401562(0xf0)+_0x346a4e)),logger[_0x401562(0x105)](_0x4a9436[_0x401562(0xc7)]);else{const _0x59ed77={};return _0x59ed77[_0x401562(0xbe)]=_0x37f4a7[_0x401562(0xbe)],_0x59ed77[_0x401562(0xc2)]=_0x489c39[_0x401562(0xcc)],_0x59ed77;}});};const getLogMetaData=()=>{const _0x59653b=a29_0x3509d3,_0x198c5b={};return _0x198c5b[_0x59653b(0xbe)]=global_registry[_0x59653b(0xbe)],_0x198c5b['username']=global_registry[_0x59653b(0xcc)],_0x198c5b;};exports[a29_0x3509d3(0xcb)]=_0x1a768f=>new Promise((_0x299c83,_0x362f0b)=>setTimeout(_0x299c83,_0x1a768f)),exports[a29_0x3509d3(0xff)]=async(_0x220da6,_0x6f1d81,_0x2e3e92='info',_0x403faf=![])=>{const _0x393505=a29_0x3509d3,_0x3d2159={'yhXrF':function(_0x55e3ba,_0x32e4b8){return _0x55e3ba===_0x32e4b8;},'kWxWu':_0x393505(0xb6),'nvcTU':function(_0x172a8e){return _0x172a8e();},'zolWs':_0x393505(0xf2),'VKPbp':_0x393505(0xde)};let _0xacf2e5=_0x6f1d81[_0x393505(0xc1)];_0x3d2159[_0x393505(0xea)](_0x6f1d81[_0x393505(0xd4)],WS_EVENTS[_0x393505(0xe4)])&&(_0x3d2159['yhXrF'](_0x3d2159[_0x393505(0x103)],_0x3d2159[_0x393505(0x103)])?_0xacf2e5='['+new Date()['toUTCString']()+_0x393505(0xc4)+_0x6f1d81['message']:(_0x320533=_0x3707e4[_0x393505(0xce)](_0x7ee1fe['data']),_0x10ced3=_0x88564c['type']));const _0x215ecb={};_0x215ecb[_0x393505(0xc1)]=_0xacf2e5,_0x215ecb[_0x393505(0xd9)]=_0x2e3e92;const _0x53cc56={'type':_0x6f1d81['type'],..._0x3d2159[_0x393505(0x110)](getLogMetaData),'data':_0x215ecb};_0x220da6[_0x393505(0x107)](JSON[_0x393505(0xc3)](_0x53cc56));if(_0x403faf){if(_0x3d2159[_0x393505(0xea)](_0x3d2159[_0x393505(0xef)],_0x3d2159[_0x393505(0xd1)])){_0x275d51[_0x393505(0x105)](_0x393505(0xc6)+_0x443e8c[_0x393505(0xe1)]);let _0x4f8044,_0x33fc09;try{_0x33fc09=_0x1221db[_0x393505(0xce)](_0x197883[_0x393505(0xe1)]),_0x4f8044=_0x33fc09['type'];}catch(_0x5e8f4e){_0x2c127c['error'](_0x393505(0xbd)+_0x5ee2ee[_0x393505(0xe1)]);}}else await this[_0x393505(0xcb)](0x1f4);}};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"browserstack-node-sdk","version":"1.31.
|
|
1
|
+
{"name":"browserstack-node-sdk","version":"1.31.7","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","stack-trace":"0.0.10","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
|
-
|
|
1
|
+
const a0_0x562ba1=a0_0x5947;(function(_0x17f07a,_0x4bcbda){const _0x539f26=a0_0x5947,_0x4270c8=_0x17f07a();while(!![]){try{const _0x354c8f=parseInt(_0x539f26(0x14a))/0x1*(-parseInt(_0x539f26(0x140))/0x2)+-parseInt(_0x539f26(0x144))/0x3*(parseInt(_0x539f26(0x146))/0x4)+-parseInt(_0x539f26(0x14e))/0x5+-parseInt(_0x539f26(0x147))/0x6+parseInt(_0x539f26(0x148))/0x7+-parseInt(_0x539f26(0x158))/0x8*(parseInt(_0x539f26(0x143))/0x9)+parseInt(_0x539f26(0x15f))/0xa*(parseInt(_0x539f26(0x141))/0xb);if(_0x354c8f===_0x4bcbda)break;else _0x4270c8['push'](_0x4270c8['shift']());}catch(_0x3762bd){_0x4270c8['push'](_0x4270c8['shift']());}}}(a0_0x1134,0x190ba));function a0_0x5947(_0x698047,_0x3abcdc){const _0x113411=a0_0x1134();return a0_0x5947=function(_0x59474d,_0x38965a){_0x59474d=_0x59474d-0x140;let _0x1a4c3c=_0x113411[_0x59474d];return _0x1a4c3c;},a0_0x5947(_0x698047,_0x3abcdc);}const {requireModule,markSessionStatus}=require('../../helpers/helper'),logger=require(a0_0x562ba1(0x159))[a0_0x562ba1(0x153)],CodeceptJS=requireModule(a0_0x562ba1(0x151)),CodeceptHelper=requireModule('@codeceptjs/helper/helper.js'),{isTrue}=require(a0_0x562ba1(0x149));function a0_0x1134(){const _0x398711=['started','40kBVEgu','../../helpers/logger','helpers','WebDriver','Uhtkf','skipSessionStatus','executeScript','5881170dPUgzb','test','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','27910rVvudG','11lafHdn','Failed\x20to\x20update\x20sessionStatus\x20','243693ydTZgQ','312711QpOqJA','skipSessionName','4dqJzcj','1124034vEYXzm','40649IMeaGL','../../helpers/helper','1uYKhnD','title','error','failed','252110WgxQfs','dispatcher','event','codeceptjs/lib/index.js','\x22}}','winstonLogger','container','passed','exports'];a0_0x1134=function(){return _0x398711;};return a0_0x1134();}module[a0_0x562ba1(0x156)]=function(_0x117f88){const _0x29cc04=a0_0x562ba1,_0x372228={'pDDYB':function(_0x528e74,_0x120cc0){return _0x528e74(_0x120cc0);},'Uhtkf':_0x29cc04(0x15b),'AuWyl':function(_0x17409d,_0x49647e,_0x2793e0){return _0x17409d(_0x49647e,_0x2793e0);},'FDqDa':_0x29cc04(0x155),'yycia':function(_0xc3548a,_0x5d59f4,_0x3b5918,_0x49373f){return _0xc3548a(_0x5d59f4,_0x3b5918,_0x49373f);},'XQkZe':_0x29cc04(0x14d)};_0x117f88['skipSessionStatus']&&(global['__skipSessionStatus']=_0x117f88[_0x29cc04(0x15d)]),CodeceptJS[_0x29cc04(0x150)][_0x29cc04(0x14f)]['on'](CodeceptJS[_0x29cc04(0x150)][_0x29cc04(0x160)][_0x29cc04(0x157)],async _0x313a2f=>{const _0x4dcba7=_0x29cc04;try{!_0x372228['pDDYB'](isTrue,_0x117f88[_0x4dcba7(0x145)])&&await CodeceptJS[_0x4dcba7(0x154)]['helpers'](_0x372228[_0x4dcba7(0x15c)])[_0x4dcba7(0x15e)](_0x4dcba7(0x161)+_0x313a2f[_0x4dcba7(0x14b)]+_0x4dcba7(0x152));}catch(_0x32af7d){logger[_0x4dcba7(0x14c)]('Failed\x20to\x20update\x20sessionName\x20'+_0x32af7d);}}),CodeceptJS[_0x29cc04(0x150)]['dispatcher']['on'](CodeceptJS[_0x29cc04(0x150)][_0x29cc04(0x160)][_0x29cc04(0x155)],async _0x42e490=>{const _0x3be634=_0x29cc04;try{await _0x372228['AuWyl'](markSessionStatus,CodeceptJS[_0x3be634(0x154)][_0x3be634(0x15a)](_0x372228['Uhtkf']),_0x372228['FDqDa']);}catch(_0x4f1622){logger[_0x3be634(0x14c)](_0x3be634(0x142)+_0x4f1622);}}),CodeceptJS[_0x29cc04(0x150)][_0x29cc04(0x14f)]['on'](CodeceptJS[_0x29cc04(0x150)][_0x29cc04(0x160)]['failed'],async(_0x1d3137,_0x117c12)=>{const _0x5022a0=_0x29cc04;try{await _0x372228['yycia'](markSessionStatus,CodeceptJS[_0x5022a0(0x154)]['helpers'](_0x372228[_0x5022a0(0x15c)]),_0x372228['XQkZe'],_0x117c12);}catch(_0x1d95e2){logger[_0x5022a0(0x14c)](_0x5022a0(0x142)+_0x1d95e2);}});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a1_0x43f44c=a1_0x4040;(function(_0x44e4ef,_0xae6810){const _0x4f684f=a1_0x4040,_0x52fbfd=_0x44e4ef();while(!![]){try{const _0x2a0d4e=parseInt(_0x4f684f(0x117))/0x1+parseInt(_0x4f684f(0xc6))/0x2+-parseInt(_0x4f684f(0x140))/0x3+parseInt(_0x4f684f(0xd0))/0x4+parseInt(_0x4f684f(0x103))/0x5*(parseInt(_0x4f684f(0x13e))/0x6)+-parseInt(_0x4f684f(0x12e))/0x7*(parseInt(_0x4f684f(0xd9))/0x8)+parseInt(_0x4f684f(0xfd))/0x9;if(_0x2a0d4e===_0xae6810)break;else _0x52fbfd['push'](_0x52fbfd['shift']());}catch(_0x3fad58){_0x52fbfd['push'](_0x52fbfd['shift']());}}}(a1_0x48e1,0x48d1e));function a1_0x4040(_0x166f76,_0x4fc005){const _0x48e139=a1_0x48e1();return a1_0x4040=function(_0x4040f4,_0x5caf95){_0x4040f4=_0x4040f4-0xad;let _0x492803=_0x48e139[_0x4040f4];return _0x492803;},a1_0x4040(_0x166f76,_0x4fc005);}const fs=require('fs'),path=require('path'),{spawn}=require('child_process'),process=require(a1_0x43f44c(0xc2)),logger=require(a1_0x43f44c(0x10e))[a1_0x43f44c(0xbd)],{default:BrowserStackSetup}=require(a1_0x43f44c(0x105)),helper=require(a1_0x43f44c(0x141)),{requireModule}=require(a1_0x43f44c(0x141)),CodeceptJS=requireModule(a1_0x43f44c(0x136)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x1d0469,_0x16cca9)=>{const _0x1e23eb=a1_0x43f44c,_0x3e630b={};_0x3e630b[_0x1e23eb(0xec)]=_0x1e23eb(0xf3),_0x3e630b[_0x1e23eb(0x13d)]=_0x1e23eb(0xd5),_0x3e630b[_0x1e23eb(0x10a)]=function(_0x9ed80a,_0x1e045c){return _0x9ed80a===_0x1e045c;},_0x3e630b[_0x1e23eb(0xe3)]=function(_0x36b2fd,_0x5addd2){return _0x36b2fd!==_0x5addd2;},_0x3e630b[_0x1e23eb(0xad)]=_0x1e23eb(0x126),_0x3e630b[_0x1e23eb(0x131)]=_0x1e23eb(0xfa),_0x3e630b['zrnjN']='oEHbt',_0x3e630b[_0x1e23eb(0x106)]=_0x1e23eb(0xbf),_0x3e630b[_0x1e23eb(0x111)]=function(_0xff3335,_0x349e6f){return _0xff3335===_0x349e6f;},_0x3e630b[_0x1e23eb(0x124)]=_0x1e23eb(0xba),_0x3e630b[_0x1e23eb(0xb4)]=function(_0x369229,_0x42d85d){return _0x369229!==_0x42d85d;},_0x3e630b[_0x1e23eb(0xbc)]=_0x1e23eb(0x10f),_0x3e630b[_0x1e23eb(0x118)]=_0x1e23eb(0x11c),_0x3e630b[_0x1e23eb(0x11b)]=function(_0x3d6ae0,_0x1d8103){return _0x3d6ae0===_0x1d8103;},_0x3e630b[_0x1e23eb(0xff)]=_0x1e23eb(0xc7),_0x3e630b[_0x1e23eb(0xce)]=_0x1e23eb(0xe6),_0x3e630b[_0x1e23eb(0xfc)]='WGuWG',_0x3e630b['eftXs']=_0x1e23eb(0x12b);const _0xc8131=_0x3e630b;let _0x5bedba=null;const _0x42c97e={};let _0x2ad31c=_0x16cca9[_0x1e23eb(0x121)](_0x5f5399=>_0x5f5399===_0x1e23eb(0xb8));_0xc8131[_0x1e23eb(0x10a)](_0x2ad31c,-0x1)&&(_0xc8131[_0x1e23eb(0xe3)](_0xc8131[_0x1e23eb(0xad)],_0xc8131[_0x1e23eb(0x131)])?_0x2ad31c=_0x16cca9[_0x1e23eb(0x121)](_0x29c2cc=>_0x29c2cc==='-c'):(_0x5acfd7=_0x3b20ea['join'](_0x1b9b29['cwd'](),_0x43d392['c']),_0x2fc552[_0x1e23eb(0x12a)](_0x1a55a0,0x2)));if(!helper[_0x1e23eb(0xe4)](_0x1d0469[_0x1e23eb(0xf6)])&&fs['existsSync'](path[_0x1e23eb(0x143)](process['cwd'](),_0x1d0469[_0x1e23eb(0xf6)])))_0xc8131[_0x1e23eb(0x10a)](_0xc8131[_0x1e23eb(0xe7)],_0xc8131['kUmxt'])?(_0x4cb51a[_0x1e23eb(0xf4)]=_0x47f01e,_0x1ceb50[_0x1e23eb(0x11d)](_0x5ac5f3),_0x433547['printResults']()):(_0x5bedba=path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0x1d0469[_0x1e23eb(0xf6)]),_0x16cca9[_0x1e23eb(0x12a)](_0x2ad31c,0x2));else{if(!helper[_0x1e23eb(0xe4)](_0x1d0469['c'])&&fs[_0x1e23eb(0xf9)](path[_0x1e23eb(0x143)](process['cwd'](),_0x1d0469['c']))){if(_0xc8131[_0x1e23eb(0x111)](_0xc8131[_0x1e23eb(0x124)],_0xc8131['cLMxD']))_0x5bedba=path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0x1d0469['c']),_0x16cca9[_0x1e23eb(0x12a)](_0x2ad31c,0x2);else{_0x5d6a46[_0x1e23eb(0xb6)](_0xc8131[_0x1e23eb(0xec)],_0x54fe0e[_0x1e23eb(0x110)]);const _0x248926={[_0x4c446f[_0x1e23eb(0x110)]]:_0x3a4286[_0x1e23eb(0xd2)][_0x1e23eb(0x123)]};_0x2f5f50[_0x1e23eb(0xe8)](_0x248926);}}else{if(_0xc8131[_0x1e23eb(0xb4)](_0xc8131[_0x1e23eb(0xbc)],_0xc8131[_0x1e23eb(0xbc)])){const _0x35cd6b={..._0x408869[_0x18a32f]},_0x2f33bb={};_0x2f33bb[_0x1e23eb(0xfe)]=_0x35cd6b;const _0x142b2a={};_0x142b2a[_0x1e23eb(0xd3)]=_0x2069c9,_0x142b2a['enabled']=!![],_0x142b2a[_0x1e23eb(0xeb)]=_0x2ee8a6['config'][_0x1e23eb(0xc1)][_0x1e23eb(0xeb)],_0x142b2a['skipSessionStatus']=_0x20343c[_0x1e23eb(0xf6)][_0x1e23eb(0xc1)][_0x1e23eb(0xda)];const _0x3c1e02={};_0x3c1e02['BrowserStackPlugin']=_0x142b2a;const _0x19805b={};return _0x19805b[_0x1e23eb(0xc4)]=_0x2f33bb,_0x19805b[_0x1e23eb(0x130)]=_0x3c1e02,_0x19805b;}else{if(fs[_0x1e23eb(0xf9)](path['join'](process[_0x1e23eb(0x122)](),_0xc8131['HzsbB'])))_0xc8131[_0x1e23eb(0x11b)](_0xc8131[_0x1e23eb(0xff)],_0xc8131[_0x1e23eb(0xff)])?_0x5bedba=path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0xc8131[_0x1e23eb(0x118)]):_0x505a94?_0x4e3e8e[_0x1e23eb(0xe8)](_0x134df3[_0x1e23eb(0x109)](_0x1e5471[_0x1e23eb(0xf6)],_0xc8131[_0x1e23eb(0x13d)],_0x1f8097)):_0x4ee593[_0x1e23eb(0xe8)](_0x3cbb7c['modifyBrowserStackCaps'](_0x1f9844[_0x1e23eb(0xf6)],_0xc8131[_0x1e23eb(0x13d)],_0x7d0d2c));else{if(fs['existsSync'](path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0xc8131[_0x1e23eb(0xce)]))){if(_0xc8131[_0x1e23eb(0xe3)](_0xc8131[_0x1e23eb(0xfc)],_0xc8131[_0x1e23eb(0x148)]))_0x5bedba=path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0xc8131['bIJCI']);else{const _0x9559a2=_0x4cab81[_0x1e23eb(0x133)]();_0x9559a2['addTests'](_0x4bb6bc),_0x9559a2['addConfig'](_0x3d6c59);}}}}}}return _0x5bedba;};function a1_0x48e1(){const _0x2ae30a=['brSHY','codeceptjs','cZIyl','RDyCk','dXmlA','7408amlMsz','skipSessionStatus','GRTBQ','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','EItar','OYuLR','qWqlg','ESvly','failed','Qlsnv','RtCLN','isUndefined','zvjLr','codecept.json','zrnjN','push','event','Started\x20:\x20','skipSessionName','BdybP','GltSk','VqRFl','Bafqh','HMFuQ','forEach','MIUgb','Failed\x20:\x20','errorMessage','printResults','config','all','XwBnq','existsSync','WNMlq','zuhSg','CgZdt','1864206czpavW','WebDriver','GxoWu','OLAMB','LSjiU','exports','15175jfUTYP','PjQsU','../../helpers/BrowserStackSetup','kUmxt','chdir','IdOAk','modifyBrowserStackW3CCaps','lqmhT','xwYRs','test','nqZZv','../../helpers/logger','pEvnT','title','OFNPg','dirname','result','passed','AiOlq','XKjai','235109PnNUVQ','HzsbB','parallelsPerPlatform','mergeDeep','UzQtA','codecept.conf.js','finalExecution','UDXlb','addTests','useW3C','findIndex','cwd','stack','cLMxD','VkCxq','irwyB','NaLfl','Passed\x20:\x20','WJHvG','slice','WHptD','hhMDi','initialize','3423BfeIfs','ikJmU','plugins','CmGEm','EdEub','spawn','YfIqH','now','codeceptjs/lib/index.js','platforms','aMLoy','Kshwm','enabled','xksbZ','OroDS','PfBcf','402muBiJw','addConfig','993687xoYsxG','../../helpers/helper','desiredCapabilities','join','BrowserStackPlugin','WcDbL','testConfig','QVwvK','eftXs','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','info','yJniE','map','ZWMSg','Csknc','dvMQq','teardownAll','tmOPS','handleApp','kJtYV','cvHuu','hVHAK','log','mSYVN','--config','QeRGp','RfmiF','Dofxr','sZMNv','winstonLogger','length','hYlNV','getPlatformName','testContextOptions','process','AxsqD','helpers','Kdgoh','670158grccAP','TuimQ','rVocW','mfVGP','HqniB','tAdXI','rDaOv','YLsVm','bIJCI','Workers','406584cnwXvJ','pDVNA','err','require'];a1_0x48e1=function(){return _0x2ae30a;};return a1_0x48e1();}async function run(_0x292226,_0x430131){const _0xd1329f=a1_0x43f44c,_0x41f330={'MIUgb':_0xd1329f(0x11c),'pDVNA':_0xd1329f(0xe6),'hhMDi':_0xd1329f(0xd5),'xksbZ':function(_0x2a756d,_0x1c5b2c){return _0x2a756d+_0x1c5b2c;},'WJHvG':_0xd1329f(0xf6),'dXmlA':'helpers','AxsqD':'WebDriver','VkCxq':function(_0x25a3b0,_0x565c86){return _0x25a3b0!==_0x565c86;},'OLAMB':_0xd1329f(0xdf),'rDaOv':function(_0x505a5f,_0x2dd1f0){return _0x505a5f===_0x2dd1f0;},'PCUrT':_0xd1329f(0x115),'ikJmU':_0xd1329f(0xe5),'mfVGP':_0xd1329f(0x11e),'ESvly':_0xd1329f(0xe2),'dvMQq':'LDwKQ','GltSk':_0xd1329f(0xdc),'QVwvK':function(_0x24091b,_0x34b3ef){return _0x24091b!==_0x34b3ef;},'XKjai':'pkdVQ','tAdXI':_0xd1329f(0xea),'YfIqH':function(_0x2f9840,_0x47b120){return _0x2f9840!==_0x47b120;},'LSjiU':_0xd1329f(0xbb),'zJlBP':_0xd1329f(0xb9),'HqniB':'Failed\x20:\x20','WcDbL':function(_0x5dc0c0,_0x369001){return _0x5dc0c0(_0x369001);},'kJtYV':function(_0x4c6c73,_0x511964){return _0x4c6c73===_0x511964;},'NaLfl':_0xd1329f(0x13c),'XwBnq':_0xd1329f(0x128),'yJniE':_0xd1329f(0x108),'EItar':_0xd1329f(0xde),'VqRFl':function(_0x17a323,_0x106c41){return _0x17a323!==_0x106c41;},'HMFuQ':_0xd1329f(0xcd),'Bafqh':function(_0x1665b3,_0x356c4f,_0x43498f){return _0x1665b3(_0x356c4f,_0x43498f);},'xwYRs':_0xd1329f(0xc5),'hVHAK':function(_0x3d4045,_0x49ce3e){return _0x3d4045(_0x49ce3e);},'aMLoy':function(_0x3ac5d4,_0x1d140e){return _0x3ac5d4===_0x1d140e;},'PjQsU':_0xd1329f(0xd4),'nqZZv':_0xd1329f(0xdb),'oMGgM':'BrowserStackPlugin.js','mSYVN':'browserStackCwd','cZIyl':function(_0x24fb96,_0x517959){return _0x24fb96*_0x517959;},'rVocW':function(_0x75ec93,_0x44bc66){return _0x75ec93===_0x44bc66;},'zuhSg':_0xd1329f(0xae),'RDyCk':_0xd1329f(0x132),'xuXCi':function(_0x346263){return _0x346263();}},_0x490f8d=new BrowserStackSetup(_0x292226,_0x41f330['hhMDi']);await _0x490f8d[_0xd1329f(0x12d)](),await helper[_0xd1329f(0xb2)](_0x490f8d[_0xd1329f(0xf6)]);if(!_0x490f8d['config']){if(_0x41f330[_0xd1329f(0xee)](_0x41f330['HMFuQ'],_0x41f330[_0xd1329f(0xf0)]))return;else return;}const _0x46892b=_0x41f330[_0xd1329f(0xef)](getUserCodeceptJSConfigs,_0x292226,_0x430131);let _0x26fb3e={};if(_0x46892b){if(_0x41f330[_0xd1329f(0xb3)](_0x41f330[_0xd1329f(0x10b)],_0x41f330[_0xd1329f(0x10b)]))logger[_0xd1329f(0x14a)](_0xd1329f(0x149)+_0x46892b),_0x26fb3e=_0x41f330[_0xd1329f(0xb5)](require,_0x46892b);else{if(_0x52b512[_0xd1329f(0xf9)](_0x4ed0ea['join'](_0xea4158[_0xd1329f(0x122)](),_0x41f330['MIUgb'])))_0x390902=_0xa66067['join'](_0x377be2[_0xd1329f(0x122)](),_0x41f330[_0xd1329f(0xf2)]);else _0x45d365[_0xd1329f(0xf9)](_0x2885e1[_0xd1329f(0x143)](_0x41f6d8['cwd'](),_0x41f330[_0xd1329f(0xd1)]))&&(_0x325f85=_0x5e8e18[_0xd1329f(0x143)](_0x33390c[_0xd1329f(0x122)](),_0x41f330['pDVNA']));}}else _0x41f330[_0xd1329f(0x138)](_0x41f330[_0xd1329f(0x104)],_0x41f330[_0xd1329f(0x10d)])?_0x4d36de[_0xd1329f(0xe8)](_0x1ff30b['modifyBrowserStackCaps'](_0x2c8157[_0xd1329f(0xf6)],_0x41f330[_0xd1329f(0x12c)],_0x418284)):logger[_0xd1329f(0x14a)](_0x41f330[_0xd1329f(0xed)]);const _0x155e9e=helper[_0xd1329f(0x120)](_0x490f8d[_0xd1329f(0xf6)]),_0x59b044=[];_0x490f8d[_0xd1329f(0xf6)]['platforms']['forEach']((_0x38d6a1,_0x558d91)=>{const _0x1d1a5a=_0xd1329f;if(_0x41f330['VkCxq'](_0x41f330[_0x1d1a5a(0x100)],_0x41f330['OLAMB'])){const _0x352a4e=_0x41f330[_0x1d1a5a(0x13b)](_0x5e449f[_0x1d1a5a(0xc0)](_0x527bff,'_'),'_'+_0x3c4bc7[_0x1d1a5a(0x135)]()),_0x597752={};_0x597752[_0x1d1a5a(0x142)]=_0x4c7ef1;const _0x53f11a=_0x597752;_0x21fb30[_0x352a4e]=_0x38179f[_0x41f330[_0x1d1a5a(0x129)]][_0x41f330[_0x1d1a5a(0xd8)]][_0x41f330[_0x1d1a5a(0xc3)]]?_0x3ae99d['mergeDeep'](_0x53f11a,_0x2962fd[_0x41f330[_0x1d1a5a(0x129)]][_0x41f330['dXmlA']][_0x41f330[_0x1d1a5a(0xc3)]]):_0x53f11a,_0x985b8f[_0x1d1a5a(0xe8)](_0x352a4e);}else _0x155e9e?_0x41f330[_0x1d1a5a(0xcc)](_0x41f330['PCUrT'],_0x41f330[_0x1d1a5a(0x12f)])?_0x13ccfe=_0x1a6988[_0x1d1a5a(0x121)](_0x46f5f9=>_0x46f5f9==='-c'):_0x59b044[_0x1d1a5a(0xe8)](helper['modifyBrowserStackW3CCaps'](_0x490f8d[_0x1d1a5a(0xf6)],_0x41f330[_0x1d1a5a(0x12c)],_0x558d91)):_0x41f330[_0x1d1a5a(0x125)](_0x41f330[_0x1d1a5a(0xc9)],_0x41f330[_0x1d1a5a(0xe0)])?_0x59b044[_0x1d1a5a(0xe8)](helper['modifyBrowserStackCaps'](_0x490f8d[_0x1d1a5a(0xf6)],_0x41f330[_0x1d1a5a(0x12c)],_0x558d91)):_0x8ecd40=_0x590a25['join'](_0x57aa7a[_0x1d1a5a(0x122)](),_0x41f330['MIUgb']);});const _0x3e9e6d={},_0x33b1e0=[];_0x59b044[_0xd1329f(0xf1)](_0x45ffaf=>{const _0xbcef04=_0xd1329f;if(_0x41f330[_0xbcef04(0x125)](_0x41f330[_0xbcef04(0xaf)],_0x41f330[_0xbcef04(0xaf)]))_0x17d4b4[_0xbcef04(0xe8)](_0x32b9af['modifyBrowserStackW3CCaps'](_0x1244af[_0xbcef04(0xf6)],_0x41f330['hhMDi'],_0x4b950b));else{const _0x301608=_0x41f330[_0xbcef04(0x13b)](helper[_0xbcef04(0xc0)](_0x45ffaf,'_'),'_'+Date['now']()),_0x3adf04={};_0x3adf04[_0xbcef04(0x142)]=_0x45ffaf;const _0x95cb07=_0x3adf04;_0x3e9e6d[_0x301608]=_0x26fb3e[_0x41f330[_0xbcef04(0x129)]][_0x41f330['dXmlA']][_0x41f330[_0xbcef04(0xc3)]]?helper[_0xbcef04(0x11a)](_0x95cb07,_0x26fb3e[_0x41f330[_0xbcef04(0x129)]][_0x41f330[_0xbcef04(0xd8)]][_0x41f330[_0xbcef04(0xc3)]]):_0x95cb07,_0x33b1e0[_0xbcef04(0xe8)](_0x301608);}});const _0x361a29={};_0x361a29[_0xd1329f(0x146)]=_0x46892b;const _0x116276=_0x361a29,_0x358f4c=path['join'](__dirname,_0x41f330['oMGgM']),_0x2018d6=process[_0xd1329f(0x122)]();process['env'][_0x41f330[_0xd1329f(0xb7)]]=_0x2018d6,process[_0xd1329f(0x107)](path[_0xd1329f(0x112)](_0x46892b));const _0x1720dd=new CodeceptJS[(_0xd1329f(0xcf))](null,_0x116276),_0x593d87=_0x1720dd['createGroupsOfSuites'](_0x41f330[_0xd1329f(0xd6)](_0x490f8d[_0xd1329f(0xf6)][_0xd1329f(0x119)],_0x490f8d[_0xd1329f(0xf6)][_0xd1329f(0x137)][_0xd1329f(0xbe)])),_0x401135=_0x33b1e0[_0xd1329f(0x14c)](_0x1920f4=>{const _0x44f004=_0xd1329f,_0x58388e={};_0x58388e[_0x44f004(0x139)]=_0x41f330[_0x44f004(0xed)];const _0x9a2516=_0x58388e;if(_0x41f330[_0x44f004(0x147)](_0x41f330[_0x44f004(0x116)],_0x41f330[_0x44f004(0x116)]))_0x548846[_0x44f004(0x14a)](_0x9a2516[_0x44f004(0x139)]);else{const _0x8eb37c={..._0x3e9e6d[_0x1920f4]},_0x676565={};_0x676565[_0x44f004(0xfe)]=_0x8eb37c;const _0x4c9315={};_0x4c9315[_0x44f004(0xd3)]=_0x358f4c,_0x4c9315[_0x44f004(0x13a)]=!![],_0x4c9315[_0x44f004(0xeb)]=_0x490f8d[_0x44f004(0xf6)]['testContextOptions'][_0x44f004(0xeb)],_0x4c9315[_0x44f004(0xda)]=_0x490f8d[_0x44f004(0xf6)][_0x44f004(0xc1)][_0x44f004(0xda)];const _0x579ae4={};_0x579ae4[_0x44f004(0x144)]=_0x4c9315;const _0x1b1280={};return _0x1b1280['helpers']=_0x676565,_0x1b1280['plugins']=_0x579ae4,_0x1b1280;}});for(const _0x266a8e of _0x401135){if(_0x41f330[_0xd1329f(0xc8)](_0x41f330[_0xd1329f(0xfb)],_0x41f330['zuhSg']))for(const _0x574ec9 of _0x593d87){if(_0x41f330[_0xd1329f(0x134)](_0x41f330['RDyCk'],_0x41f330[_0xd1329f(0xd7)]))_0x5c4798=_0x16d4f9['join'](_0x4fa320['cwd'](),_0x41f330['pDVNA']);else{const _0x5ddc3c=_0x1720dd[_0xd1329f(0x133)]();_0x5ddc3c['addTests'](_0x574ec9),_0x5ddc3c['addConfig'](_0x266a8e);}}else _0xccb695=_0x189bac[_0xd1329f(0x143)](_0x2c82dc[_0xd1329f(0x122)](),_0x30fd08[_0xd1329f(0xf6)]),_0x2e173b['slice'](_0x14d7f0,0x2);}_0x1720dd['on'](CodeceptJS[_0xd1329f(0xe9)][_0xd1329f(0x10c)][_0xd1329f(0xe1)],(_0x2e358f,_0x1c60e0)=>{const _0x14ad1a=_0xd1329f;if(_0x41f330[_0x14ad1a(0x134)](_0x41f330[_0x14ad1a(0x101)],_0x41f330['zJlBP'])){console[_0x14ad1a(0xb6)](_0x41f330[_0x14ad1a(0xca)],_0x2e358f[_0x14ad1a(0x110)]);const _0x1dc9e6={[_0x2e358f[_0x14ad1a(0x110)]]:_0x2e358f['err'][_0x14ad1a(0x123)]};_testErrorData['push'](_0x1dc9e6);}else _0x2a3158[_0x14ad1a(0xb6)](_0x41f330[_0x14ad1a(0xcb)],_0x2196b5['title']);}),_0x1720dd['on'](CodeceptJS[_0xd1329f(0xe9)][_0xd1329f(0x10c)][_0xd1329f(0x114)],async _0x3b1ca9=>{const _0xb9f86e=_0xd1329f;_0x41f330['kJtYV'](_0x41f330[_0xb9f86e(0x127)],_0x41f330[_0xb9f86e(0x127)])?console[_0xb9f86e(0xb6)](_0x41f330[_0xb9f86e(0xf8)],_0x3b1ca9[_0xb9f86e(0x110)]):(_0x1b9049[_0xb9f86e(0x14a)](_0xb9f86e(0x149)+_0x136df7),_0x2b08cc=_0x41f330[_0xb9f86e(0x145)](_0x39fd41,_0x253ad5));}),_0x1720dd['on'](CodeceptJS[_0xd1329f(0xe9)]['test']['before'],async _0x433316=>{const _0x575c53=_0xd1329f,_0x25a69f={};_0x25a69f[_0x575c53(0xb1)]=_0x41f330['XwBnq'];const _0x7e3290=_0x25a69f;_0x41f330[_0x575c53(0xcc)](_0x41f330[_0x575c53(0x14b)],_0x41f330[_0x575c53(0x14b)])?console[_0x575c53(0xb6)](_0x41f330[_0x575c53(0xcb)],_0x433316[_0x575c53(0x110)]):_0x48ae66[_0x575c53(0xb6)](_0x7e3290['tmOPS'],_0x4033f9['title']);}),_0x1720dd['on'](CodeceptJS[_0xd1329f(0xe9)][_0xd1329f(0xf7)][_0xd1329f(0x113)],async()=>{const _0x2ee51e=_0xd1329f;if(_0x41f330['kJtYV'](_0x41f330['EItar'],_0x41f330[_0x2ee51e(0xdd)]))_0x490f8d[_0x2ee51e(0xf4)]=_testErrorData,helper['finalExecution'](_0x490f8d),_0x1720dd[_0x2ee51e(0xf5)]();else for(const _0x2a68c4 of _0x2bd1f8){const _0xff97f2=_0x36d4f6[_0x2ee51e(0x133)]();_0xff97f2[_0x2ee51e(0x11f)](_0x2a68c4),_0xff97f2[_0x2ee51e(0x13f)](_0x4e0255);}});async function _0x5e2dad(){const _0x1ad251=_0xd1329f;try{await _0x1720dd['bootstrapAll'](),await _0x1720dd['run']();}finally{process[_0x1ad251(0x107)](_0x2018d6),await _0x1720dd[_0x1ad251(0xb0)]();}}_0x41f330['xuXCi'](_0x5e2dad);}module[a1_0x43f44c(0x102)]=run;
|
|
2
|
+
'use strict';function a1_0x24c1(){const _0x1c3d08=['VBDmw','kQjym','errorMessage','VydOT','UvAcN','dirname','eEjEy','BrowserStackPlugin','JEAgR','XakGg','info','oHURG','BFcWm','config','child_process','enabled','dvKHP','err','YeuJD','xVyTl','slice','skipSessionStatus','QbHAm','getPlatformName','QqzIm','hDcwu','modifyBrowserStackCaps','GonpN','Started\x20:\x20','DYBQb','178770HhMlVU','platforms','isUndefined','findIndex','testConfig','finalExecution','VnnmX','all','mergeDeep','codecept.json','BrowserStackPlugin.js','VqogY','BPhVv','addTests','jpcGj','spawn','wiUPM','99448uRnPrn','ctkhb','jAHYb','cyCJv','MBAlq','DNmJQ','PkLwm','useW3C','Failed\x20:\x20','../../helpers/BrowserStackSetup','OQbKv','addConfig','initialize','bootstrapAll','before','existsSync','skipSessionName','UtMQT','Passed\x20:\x20','FHINX','dKxfi','test','../../helpers/helper','xBCvK','334890LRtMGP','UGmDz','HKTIm','sgZFM','SFMWe','GiJDs','result','PGxdI','desiredCapabilities','codeceptjs/lib/index.js','rYGQM','bFSTn','parallelsPerPlatform','zmDtf','aIVCY','chdir','failed','helpers','eaOAr','--config','require','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','LlwaA','woAfV','codeceptjs','plugins','env','XGNJi','fypGz','KrLMG','mlffl','WebDriver','jVCRA','fSEhO','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','now','event','cwd','push','zzTBs','Zebcd','jAqWt','4106998OsBdPR','gLOVL','length','NZYia','YZbGO','title','awlaI','QopIc','758708dubVSG','teardownAll','codecept.conf.js','testContextOptions','chGdw','LbERX','winstonLogger','uiRPP','dbaZy','FYXRu','path','run','147459wDjEDb','modifyBrowserStackW3CCaps','12ZQUTZO','sMkzY','join','FWYei','mUCsK','printResults','Workers','RkjSj','forEach','log','../../helpers/logger','stack','12994136MmPehK'];a1_0x24c1=function(){return _0x1c3d08;};return a1_0x24c1();}const a1_0x554d40=a1_0x1c51;(function(_0x455b8c,_0xa4bf74){const _0x48155f=a1_0x1c51,_0x3ba473=_0x455b8c();while(!![]){try{const _0x39e112=-parseInt(_0x48155f(0x106))/0x1+-parseInt(_0x48155f(0xca))/0x2*(parseInt(_0x48155f(0xc8))/0x3)+-parseInt(_0x48155f(0xbc))/0x4+-parseInt(_0x48155f(0x8a))/0x5+-parseInt(_0x48155f(0xf5))/0x6+-parseInt(_0x48155f(0xb4))/0x7+parseInt(_0x48155f(0xd6))/0x8;if(_0x39e112===_0xa4bf74)break;else _0x3ba473['push'](_0x3ba473['shift']());}catch(_0xfd3417){_0x3ba473['push'](_0x3ba473['shift']());}}}(a1_0x24c1,0x57181));const fs=require('fs'),path=require(a1_0x554d40(0xc6)),{spawn}=require(a1_0x554d40(0xe5)),process=require('process'),logger=require(a1_0x554d40(0xd4))[a1_0x554d40(0xc2)],{default:BrowserStackSetup}=require(a1_0x554d40(0x10f)),helper=require(a1_0x554d40(0x88)),{requireModule}=require(a1_0x554d40(0x88)),CodeceptJS=requireModule(a1_0x554d40(0x93)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x5376f6,_0x269b58)=>{const _0x3383ea=a1_0x554d40,_0x3befb8={};_0x3befb8[_0x3383ea(0xc4)]=_0x3383ea(0x118),_0x3befb8[_0x3383ea(0xaa)]=_0x3383ea(0xa2),_0x3befb8['SFMWe']=_0x3383ea(0xbe),_0x3befb8[_0x3383ea(0xef)]=_0x3383ea(0xfe),_0x3befb8[_0x3383ea(0x101)]=function(_0x38f602,_0x95eb17){return _0x38f602+_0x95eb17;},_0x3befb8[_0x3383ea(0x119)]=_0x3383ea(0xe4),_0x3befb8[_0x3383ea(0xe3)]='helpers',_0x3befb8[_0x3383ea(0x108)]=_0x3383ea(0xa9),_0x3befb8[_0x3383ea(0xed)]=function(_0x451cb4,_0x342b40){return _0x451cb4===_0x342b40;},_0x3befb8['uiRPP']=_0x3383ea(0x109),_0x3befb8[_0x3383ea(0xce)]='anpnL',_0x3befb8[_0x3383ea(0xe0)]=function(_0x577f81,_0x4a853a){return _0x577f81!==_0x4a853a;},_0x3befb8[_0x3383ea(0xdf)]='Blhle',_0x3befb8[_0x3383ea(0xd7)]=_0x3383ea(0x97),_0x3befb8[_0x3383ea(0x10b)]=function(_0x25e336,_0x12d247){return _0x25e336!==_0x12d247;},_0x3befb8[_0x3383ea(0xdd)]='pUOqM',_0x3befb8[_0x3383ea(0xc1)]=_0x3383ea(0x10a),_0x3befb8[_0x3383ea(0xc5)]=_0x3383ea(0xf4);const _0x125b68=_0x3befb8;let _0x32f2fb=null;const _0x2d3f3c={};let _0x5a59a6=_0x269b58['findIndex'](_0x28c150=>_0x28c150===_0x3383ea(0x9d));if(_0x125b68[_0x3383ea(0xed)](_0x5a59a6,-0x1)){if(_0x125b68[_0x3383ea(0xed)](_0x125b68['uiRPP'],_0x125b68[_0x3383ea(0xc3)]))_0x5a59a6=_0x269b58['findIndex'](_0x4642f1=>_0x4642f1==='-c');else for(const _0x576108 of _0x3d44b3){const _0x126bb8=_0x207dcd[_0x3383ea(0x104)]();_0x126bb8['addTests'](_0x576108),_0x126bb8[_0x3383ea(0x111)](_0x2c069b);}}if(!helper[_0x3383ea(0xf7)](_0x5376f6[_0x3383ea(0xe4)])&&fs[_0x3383ea(0x115)](path[_0x3383ea(0xcc)](process[_0x3383ea(0xaf)](),_0x5376f6[_0x3383ea(0xe4)])))_0x125b68[_0x3383ea(0xed)](_0x125b68[_0x3383ea(0xce)],_0x125b68[_0x3383ea(0xce)])?(_0x32f2fb=path[_0x3383ea(0xcc)](process[_0x3383ea(0xaf)](),_0x5376f6[_0x3383ea(0xe4)]),_0x269b58[_0x3383ea(0xeb)](_0x5a59a6,0x2)):_0x475235['log'](_0x125b68[_0x3383ea(0xc4)],_0x512306[_0x3383ea(0xb9)]);else{if(!helper['isUndefined'](_0x5376f6['c'])&&fs[_0x3383ea(0x115)](path['join'](process['cwd'](),_0x5376f6['c'])))_0x125b68[_0x3383ea(0xe0)](_0x125b68[_0x3383ea(0xdf)],_0x125b68['VBDmw'])?(_0x32f2fb=path['join'](process[_0x3383ea(0xaf)](),_0x5376f6['c']),_0x269b58['slice'](_0x5a59a6,0x2)):_0x38ac0a?_0x1b8367['push'](_0x43f27d[_0x3383ea(0xc9)](_0x356774[_0x3383ea(0xe4)],_0x125b68[_0x3383ea(0xaa)],_0xfddee9)):_0x259ec2[_0x3383ea(0xb0)](_0x5d14a6[_0x3383ea(0xf1)](_0x24f3ab['config'],_0x125b68[_0x3383ea(0xaa)],_0x4832b0));else{if(_0x125b68['DNmJQ'](_0x125b68[_0x3383ea(0xdd)],_0x125b68[_0x3383ea(0xdd)])){if(_0x46a57d['existsSync'](_0x352aa6[_0x3383ea(0xcc)](_0x258c87[_0x3383ea(0xaf)](),_0x125b68['SFMWe'])))_0x4c5b7e=_0x50536c[_0x3383ea(0xcc)](_0x2f8966[_0x3383ea(0xaf)](),_0x125b68[_0x3383ea(0x8e)]);else _0x4af7be['existsSync'](_0x210bd5['join'](_0x583b2c[_0x3383ea(0xaf)](),_0x125b68['QqzIm']))&&(_0x4f2c1f=_0x23795c['join'](_0xcfbf04[_0x3383ea(0xaf)](),_0x125b68[_0x3383ea(0xef)]));}else{if(fs[_0x3383ea(0x115)](path[_0x3383ea(0xcc)](process[_0x3383ea(0xaf)](),_0x125b68[_0x3383ea(0x8e)]))){if(_0x125b68[_0x3383ea(0xed)](_0x125b68[_0x3383ea(0xc1)],_0x125b68['LbERX']))_0x32f2fb=path['join'](process[_0x3383ea(0xaf)](),_0x125b68[_0x3383ea(0x8e)]);else{const _0x4bcfc2=_0x125b68[_0x3383ea(0x101)](_0x4108fa[_0x3383ea(0xee)](_0x5414f6,'_'),'_'+_0x1d4d69[_0x3383ea(0xad)]()),_0x2dec95={};_0x2dec95[_0x3383ea(0x92)]=_0x4e6cb0;const _0x58c5b3=_0x2dec95;_0x54549f[_0x4bcfc2]=_0x3e6451[_0x125b68[_0x3383ea(0x119)]][_0x125b68[_0x3383ea(0xe3)]][_0x125b68[_0x3383ea(0x108)]]?_0x1c42e7['mergeDeep'](_0x58c5b3,_0x3aadfb[_0x125b68[_0x3383ea(0x119)]][_0x125b68[_0x3383ea(0xe3)]][_0x125b68['jAHYb']]):_0x58c5b3,_0x251710[_0x3383ea(0xb0)](_0x4bcfc2);}}else fs['existsSync'](path[_0x3383ea(0xcc)](process[_0x3383ea(0xaf)](),_0x125b68[_0x3383ea(0xef)]))&&(_0x125b68[_0x3383ea(0xed)](_0x125b68[_0x3383ea(0xc5)],_0x125b68[_0x3383ea(0xc5)])?_0x32f2fb=path[_0x3383ea(0xcc)](process['cwd'](),_0x125b68['QqzIm']):_0x231456=_0x3501de[_0x3383ea(0xcc)](_0xd987d0[_0x3383ea(0xaf)](),_0x125b68[_0x3383ea(0xef)]));}}}return _0x32f2fb;};async function run(_0x1349ea,_0x19b6ca){const _0x28f998=a1_0x554d40,_0x1a29be={'KrLMG':_0x28f998(0xa2),'XGNJi':_0x28f998(0x10e),'UGmDz':function(_0x3294ef,_0x394f1f){return _0x3294ef===_0x394f1f;},'Zebcd':_0x28f998(0x8d),'bFSTn':'qHzTh','YeuJD':_0x28f998(0xbb),'GGZuR':_0x28f998(0xcd),'aIVCY':_0x28f998(0x10c),'kQjym':function(_0x31cc29,_0x37b703){return _0x31cc29!==_0x37b703;},'dKxfi':_0x28f998(0x91),'jAqWt':function(_0x3295ac,_0x2eb4a4){return _0x3295ac+_0x2eb4a4;},'huCnq':_0x28f998(0xe4),'OQbKv':_0x28f998(0x9b),'woAfV':_0x28f998(0xa9),'RkjSj':'codecept.conf.js','fypGz':_0x28f998(0xa0),'VnnmX':_0x28f998(0x94),'awlaI':_0x28f998(0xf3),'gLOVL':_0x28f998(0xac),'YZbGO':'ZXlOn','JEupM':function(_0x1d30b0,_0x1917bf){return _0x1d30b0===_0x1917bf;},'zzTBs':_0x28f998(0xe2),'GNUTo':_0x28f998(0x118),'hwMVR':function(_0x45180c,_0x4ecb3e){return _0x45180c!==_0x4ecb3e;},'chGdw':_0x28f998(0xa8),'jpcGj':'XEsbi','eaOAr':function(_0x5ea9b7,_0x5754eb){return _0x5ea9b7(_0x5754eb);},'NZYia':_0x28f998(0xda),'VlgDU':function(_0x44d626,_0x350a15){return _0x44d626!==_0x350a15;},'ctkhb':_0x28f998(0xcb),'PlxEa':function(_0x51c09f,_0x339293,_0x127127){return _0x51c09f(_0x339293,_0x127127);},'GaCAP':function(_0x23d99f,_0x4f22d7){return _0x23d99f!==_0x4f22d7;},'TxYVy':_0x28f998(0x89),'UtMQT':_0x28f998(0xe7),'GiJDs':function(_0x31865f,_0x30664d){return _0x31865f!==_0x30664d;},'fSEhO':_0x28f998(0xea),'BYesr':_0x28f998(0xff),'KSMJq':'browserStackCwd','VqogY':function(_0x19dc87,_0x16a88f){return _0x19dc87*_0x16a88f;},'HKTIm':function(_0x2a692a,_0x559ee1){return _0x2a692a!==_0x559ee1;},'pmnXP':'CiDwZ','BTJjw':'Gnyqy','GonpN':function(_0x1e70e4,_0x37ddbe){return _0x1e70e4!==_0x37ddbe;},'UvAcN':_0x28f998(0xf0),'wiUPM':function(_0x34796e){return _0x34796e();}},_0x26e976=new BrowserStackSetup(_0x1349ea,_0x1a29be[_0x28f998(0xa7)]);await _0x26e976[_0x28f998(0x112)](),await helper['handleApp'](_0x26e976[_0x28f998(0xe4)]);if(!_0x26e976['config']){if(_0x1a29be['VlgDU'](_0x1a29be[_0x28f998(0x107)],_0x1a29be[_0x28f998(0x107)]))_0x14ac58[_0x28f998(0xb0)](_0x2678bd[_0x28f998(0xc9)](_0x542cab[_0x28f998(0xe4)],_0x1a29be[_0x28f998(0xa7)],_0x1f4691));else return;}const _0x1b8f4a=_0x1a29be['PlxEa'](getUserCodeceptJSConfigs,_0x1349ea,_0x19b6ca);let _0x3abdca={};if(_0x1b8f4a)_0x1a29be['GaCAP'](_0x1a29be['TxYVy'],_0x1a29be[_0x28f998(0x117)])?(logger[_0x28f998(0xe1)](_0x28f998(0x9f)+_0x1b8f4a),_0x3abdca=_0x1a29be[_0x28f998(0x9c)](require,_0x1b8f4a)):(_0x7c8b0c=_0x36d906[_0x28f998(0xcc)](_0x2dc589[_0x28f998(0xaf)](),_0x7b6506[_0x28f998(0xe4)]),_0x5da3f4[_0x28f998(0xeb)](_0x4c4f98,0x2));else{if(_0x1a29be[_0x28f998(0x8f)](_0x1a29be[_0x28f998(0xab)],_0x1a29be['fSEhO'])){_0x221025[_0x28f998(0xd3)](_0x1a29be[_0x28f998(0xa5)],_0x2337ab[_0x28f998(0xb9)]);const _0x45fb17={[_0x2c24ab['title']]:_0x4887b2[_0x28f998(0xe8)][_0x28f998(0xd5)]};_0x35c49c[_0x28f998(0xb0)](_0x45fb17);}else logger[_0x28f998(0xe1)](_0x1a29be[_0x28f998(0xb5)]);}const _0x382d06=helper[_0x28f998(0x10d)](_0x26e976['config']),_0x2bd053=[];_0x26e976[_0x28f998(0xe4)][_0x28f998(0xf6)][_0x28f998(0xd2)]((_0x406b94,_0x54fcd5)=>{const _0x127cf3=_0x28f998;_0x1a29be[_0x127cf3(0x8b)](_0x1a29be[_0x127cf3(0xb2)],_0x1a29be[_0x127cf3(0x95)])?_0x2ce945[_0x127cf3(0xb0)](_0x2c70a6[_0x127cf3(0xf1)](_0x3550eb[_0x127cf3(0xe4)],_0x1a29be[_0x127cf3(0xa7)],_0x39b020)):_0x382d06?_0x1a29be[_0x127cf3(0x8b)](_0x1a29be[_0x127cf3(0xe9)],_0x1a29be['GGZuR'])?(_0x3e6edd=_0x38b40f['join'](_0x247a09[_0x127cf3(0xaf)](),_0x4707a7['c']),_0x469a65[_0x127cf3(0xeb)](_0x5f23e9,0x2)):_0x2bd053[_0x127cf3(0xb0)](helper['modifyBrowserStackW3CCaps'](_0x26e976[_0x127cf3(0xe4)],_0x1a29be[_0x127cf3(0xa7)],_0x54fcd5)):_0x1a29be[_0x127cf3(0x8b)](_0x1a29be['aIVCY'],_0x1a29be[_0x127cf3(0x98)])?_0x2bd053['push'](helper[_0x127cf3(0xf1)](_0x26e976[_0x127cf3(0xe4)],_0x1a29be[_0x127cf3(0xa7)],_0x54fcd5)):(_0x571fb9[_0x127cf3(0xd9)]=_0x279f22,_0x7ecc64[_0x127cf3(0xfa)](_0x200d8b),_0x514a1c[_0x127cf3(0xcf)]());});const _0x56fc5c={},_0x3bef9c=[];_0x2bd053[_0x28f998(0xd2)](_0x347bde=>{const _0x144da3=_0x28f998;if(_0x1a29be[_0x144da3(0xd8)](_0x1a29be[_0x144da3(0x11a)],_0x1a29be[_0x144da3(0x11a)])){const _0x516f26={..._0x14fa07[_0x15b168]},_0x3b0772={};_0x3b0772[_0x144da3(0xa9)]=_0x516f26;const _0x54115f={};_0x54115f[_0x144da3(0x9e)]=_0x3a1926,_0x54115f['enabled']=!![],_0x54115f[_0x144da3(0x116)]=_0x1b3b2e['config'][_0x144da3(0xbf)][_0x144da3(0x116)],_0x54115f['skipSessionStatus']=_0xb2a884[_0x144da3(0xe4)][_0x144da3(0xbf)][_0x144da3(0xec)];const _0x3c1372={};_0x3c1372['BrowserStackPlugin']=_0x54115f;const _0x346cd9={};return _0x346cd9['helpers']=_0x3b0772,_0x346cd9[_0x144da3(0xa3)]=_0x3c1372,_0x346cd9;}else{const _0x3833a6=_0x1a29be[_0x144da3(0xb3)](helper[_0x144da3(0xee)](_0x347bde,'_'),'_'+Date['now']()),_0x4ebf09={};_0x4ebf09[_0x144da3(0x92)]=_0x347bde;const _0xbfb72=_0x4ebf09;_0x56fc5c[_0x3833a6]=_0x3abdca[_0x1a29be['huCnq']][_0x1a29be['OQbKv']][_0x1a29be[_0x144da3(0xa1)]]?helper[_0x144da3(0xfd)](_0xbfb72,_0x3abdca[_0x1a29be['huCnq']][_0x1a29be[_0x144da3(0x110)]][_0x1a29be['woAfV']]):_0xbfb72,_0x3bef9c[_0x144da3(0xb0)](_0x3833a6);}});const _0x45104e={};_0x45104e[_0x28f998(0xf9)]=_0x1b8f4a;const _0x154789=_0x45104e,_0x9ecb88=path[_0x28f998(0xcc)](__dirname,_0x1a29be['BYesr']),_0x544c93=process[_0x28f998(0xaf)]();process[_0x28f998(0xa4)][_0x1a29be['KSMJq']]=_0x544c93,process[_0x28f998(0x99)](path[_0x28f998(0xdc)](_0x1b8f4a));const _0x12cd2b=new CodeceptJS[(_0x28f998(0xd0))](null,_0x154789),_0xbb086=_0x12cd2b['createGroupsOfSuites'](_0x1a29be[_0x28f998(0x100)](_0x26e976[_0x28f998(0xe4)][_0x28f998(0x96)],_0x26e976[_0x28f998(0xe4)]['platforms'][_0x28f998(0xb6)])),_0x2a54ca=_0x3bef9c['map'](_0x27e6a8=>{const _0x22ee1d=_0x28f998;if(_0x1a29be[_0x22ee1d(0x8b)](_0x1a29be[_0x22ee1d(0xa6)],_0x1a29be[_0x22ee1d(0xfb)]))_0x448205=_0x34f87a[_0x22ee1d(0xcc)](_0x288a3d[_0x22ee1d(0xaf)](),_0x1a29be[_0x22ee1d(0xd1)]);else{const _0x112a25={..._0x56fc5c[_0x27e6a8]},_0x2f0541={};_0x2f0541[_0x22ee1d(0xa9)]=_0x112a25;const _0x1e1520={};_0x1e1520['require']=_0x9ecb88,_0x1e1520[_0x22ee1d(0xe6)]=!![],_0x1e1520['skipSessionName']=_0x26e976[_0x22ee1d(0xe4)][_0x22ee1d(0xbf)][_0x22ee1d(0x116)],_0x1e1520[_0x22ee1d(0xec)]=_0x26e976['config'][_0x22ee1d(0xbf)][_0x22ee1d(0xec)];const _0x262ac0={};_0x262ac0[_0x22ee1d(0xde)]=_0x1e1520;const _0x197f26={};return _0x197f26[_0x22ee1d(0x9b)]=_0x2f0541,_0x197f26[_0x22ee1d(0xa3)]=_0x262ac0,_0x197f26;}});for(const _0x2142bc of _0x2a54ca){if(_0x1a29be[_0x28f998(0x8c)](_0x1a29be['pmnXP'],_0x1a29be['BTJjw']))for(const _0x3aacd6 of _0xbb086){if(_0x1a29be[_0x28f998(0xf2)](_0x1a29be[_0x28f998(0xdb)],_0x1a29be['UvAcN']))_0x9de551[_0x28f998(0xd3)](_0x1a29be[_0x28f998(0xba)],_0x158825[_0x28f998(0xb9)]);else{const _0x217eb1=_0x12cd2b[_0x28f998(0x104)]();_0x217eb1[_0x28f998(0x102)](_0x3aacd6),_0x217eb1[_0x28f998(0x111)](_0x2142bc);}}else return;}_0x12cd2b['on'](CodeceptJS[_0x28f998(0xae)][_0x28f998(0x11b)][_0x28f998(0x9a)],(_0x23fbe3,_0x3f26a3)=>{const _0x1d612e=_0x28f998;if(_0x1a29be[_0x1d612e(0x8b)](_0x1a29be[_0x1d612e(0xb8)],_0x1a29be[_0x1d612e(0xb8)])){console[_0x1d612e(0xd3)](_0x1a29be[_0x1d612e(0xa5)],_0x23fbe3[_0x1d612e(0xb9)]);const _0x5b87b4={[_0x23fbe3['title']]:_0x23fbe3[_0x1d612e(0xe8)][_0x1d612e(0xd5)]};_testErrorData['push'](_0x5b87b4);}else _0xae920c[_0x1d612e(0xe1)](_0x1a29be['gLOVL']);}),_0x12cd2b['on'](CodeceptJS[_0x28f998(0xae)][_0x28f998(0x11b)]['passed'],async _0x22455a=>{const _0x45cbfe=_0x28f998;if(_0x1a29be['JEupM'](_0x1a29be[_0x45cbfe(0xb1)],_0x1a29be[_0x45cbfe(0xb1)]))console['log'](_0x1a29be['GNUTo'],_0x22455a[_0x45cbfe(0xb9)]);else{const _0x41e3d8=_0x299a2b[_0x45cbfe(0x104)]();_0x41e3d8['addTests'](_0x199f62),_0x41e3d8[_0x45cbfe(0x111)](_0x57ee14);}}),_0x12cd2b['on'](CodeceptJS[_0x28f998(0xae)][_0x28f998(0x11b)][_0x28f998(0x114)],async _0x3c62d8=>{const _0x4a63bc=_0x28f998;_0x1a29be['hwMVR'](_0x1a29be[_0x4a63bc(0xc0)],_0x1a29be[_0x4a63bc(0x103)])?console[_0x4a63bc(0xd3)](_0x1a29be[_0x4a63bc(0xba)],_0x3c62d8[_0x4a63bc(0xb9)]):_0x4e95c0=_0x140eba[_0x4a63bc(0xf8)](_0xca8363=>_0xca8363==='-c');}),_0x12cd2b['on'](CodeceptJS[_0x28f998(0xae)][_0x28f998(0xfc)][_0x28f998(0x90)],async()=>{const _0x34a407=_0x28f998,_0xb70f63={'hXPgv':function(_0x4ffce0,_0x1dde2b){const _0x30245c=a1_0x1c51;return _0x1a29be[_0x30245c(0x9c)](_0x4ffce0,_0x1dde2b);}};_0x1a29be['UGmDz'](_0x1a29be[_0x34a407(0xb7)],_0x1a29be[_0x34a407(0xb7)])?(_0x26e976[_0x34a407(0xd9)]=_testErrorData,helper[_0x34a407(0xfa)](_0x26e976),_0x12cd2b[_0x34a407(0xcf)]()):(_0x2c77a0[_0x34a407(0xe1)](_0x34a407(0x9f)+_0x44f816),_0x4c076a=_0xb70f63['hXPgv'](_0x45797e,_0x2dc026));});async function _0x2d696a(){const _0x3b4b1e=_0x28f998;try{await _0x12cd2b[_0x3b4b1e(0x113)](),await _0x12cd2b[_0x3b4b1e(0xc7)]();}finally{process[_0x3b4b1e(0x99)](_0x544c93),await _0x12cd2b[_0x3b4b1e(0xbd)]();}}_0x1a29be[_0x28f998(0x105)](_0x2d696a);}function a1_0x1c51(_0x44bffa,_0x3fd228){const _0x24c1fc=a1_0x24c1();return a1_0x1c51=function(_0x1c5120,_0x5e0267){_0x1c5120=_0x1c5120-0x88;let _0x24ae63=_0x24c1fc[_0x1c5120];return _0x24ae63;},a1_0x1c51(_0x44bffa,_0x3fd228);}module['exports']=run;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x11e82c=a2_0x3ed0;(function(_0x155c4d,_0x2fe234){const _0x118542=a2_0x3ed0,_0x2571f8=_0x155c4d();while(!![]){try{const _0x49df7f=parseInt(_0x118542(0xef))/0x1+-parseInt(_0x118542(0x9e))/0x2+-parseInt(_0x118542(0x103))/0x3+-parseInt(_0x118542(0x129))/0x4+-parseInt(_0x118542(0xa5))/0x5+-parseInt(_0x118542(0xc8))/0x6*(parseInt(_0x118542(0xd6))/0x7)+parseInt(_0x118542(0x126))/0x8*(parseInt(_0x118542(0xe3))/0x9);if(_0x49df7f===_0x2fe234)break;else _0x2571f8['push'](_0x2571f8['shift']());}catch(_0x48ad47){_0x2571f8['push'](_0x2571f8['shift']());}}}(a2_0x1100,0x66aa8));function a2_0x1100(){const _0x40f084=['testContextOptions','UIOMU','sdtly','processSuccess','akzos','fbnse','skipSessionStatus','stepsPassed','../utils/constants','logLevel','uUiHF','lHtqr','IdrHH','LmMfA','eWxSA','qReJv','cSBKV','OYSpn','hgQZg','../../helpers/logger','push','Xmhyi','Vtdpx','cvwxG','DVgZX','\x20scenarios','mmSii','knGAy','wmWWd','bgWhite','LEivW','mergeOutputFiles','Pehgy','684224nLFDdL','modifyBrowserStackW3CCaps','uMXit','2966164PwXXKp','useW3C','sjVkM','kDNNa','****\x20RESULTS\x20****','config','turboScaleUrl','stepsUndefined','qwMUa','finalExecution','cucumber-js','369392cyLkLw','kywmk','KdEKS','path','Generating\x20consolidated\x20report...','createDir','wKzPS','2222670jjyhKs','HMwYE','JdVvs','\x20pending','gOGrj','tJVRI','aikxx','HoTss','Iertw','egqyj','BsGiS','xdnKK','HkoUU','../test-runner','log','VyZfN','aaODu','forEach','mbLzy','modifyBrowserStackCaps','\x20undefined','join','\x20ambiguous','atkUn','green','stepsUnknown','skipSessionName','dhHTv','stepsPending','\x20skipped','proxySettings','../../helpers/BrowserStackSetup','yellow','TSBnw','initialize','41958eigCNr','kWcjU','debug','KFCrY','CGoZy','lVugR','ieZTj','veEVL','WUeHq','ftDTV','bold','vVRXr','TvqSK','IoKUe','161YkJHla','XvXrR','IdbGv','BPpwS','FQLng','mApGu','YXYjy','finally','JZsUA','AvtSw','fGyMl','VizJq','lqICR','225iEPmki','stepsSkipped','KMOLM','BIPyu','removeDir','XTbQf','Removing\x20tmp\x20directory\x20created\x20for\x20reports','BAGyq','getErrorMessageFromResults','gNdYb','steps','DkiNs','454441RBurly','length','splice','\x20failed','red','tQDDQ','cyan','../../helpers/helper','stepsAmbiguous','CVNco','\x20passed','iGptl','scenariosFailed','AWNCw','VWcSK','AdaWG','exports','parallelsPerPlatform','yFeii','cucumber','1921533UuRPDn','kCCvw'];a2_0x1100=function(){return _0x40f084;};return a2_0x1100();}function a2_0x3ed0(_0x4d7efe,_0x3a304e){const _0x110008=a2_0x1100();return a2_0x3ed0=function(_0x3ed0de,_0x5de3eb){_0x3ed0de=_0x3ed0de-0x9d;let _0x5a7430=_0x110008[_0x3ed0de];return _0x5a7430;},a2_0x3ed0(_0x4d7efe,_0x3a304e);}const fs=require('fs'),path=require(a2_0x11e82c(0xa1)),logger=require(a2_0x11e82c(0x118))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x11e82c(0xc4)),helper=require(a2_0x11e82c(0xf6)),constants=require(a2_0x11e82c(0x10d)),{parallelCucumberRun}=require(a2_0x11e82c(0xb2)),chalk=require('chalk');function printCucumberStats(_0x54ba36){const _0xb9795a=a2_0x11e82c,_0x396db9={};_0x396db9['HMwYE']=_0xb9795a(0x102),_0x396db9[_0xb9795a(0x106)]=function(_0x390cc6,_0x1277c3){return _0x390cc6!==_0x1277c3;},_0x396db9[_0xb9795a(0xe8)]=_0xb9795a(0xad),_0x396db9['Vtdpx']=function(_0x3c944f,_0x5cbeb5){return _0x3c944f>_0x5cbeb5;},_0x396db9['KEkFF']=function(_0x3eadba,_0x284845){return _0x3eadba-_0x284845;},_0x396db9['XvXrR']=function(_0x82039,_0x1415f5){return _0x82039===_0x1415f5;},_0x396db9[_0xb9795a(0xd9)]='GkIAY',_0x396db9[_0xb9795a(0xd5)]=function(_0x165bd2,_0x4a5fd2){return _0x165bd2===_0x4a5fd2;},_0x396db9[_0xb9795a(0xb7)]=_0xb9795a(0xe6),_0x396db9[_0xb9795a(0xdc)]=_0xb9795a(0xe2),_0x396db9[_0xb9795a(0x11a)]=function(_0x381ce0,_0x278834){return _0x381ce0>_0x278834;},_0x396db9[_0xb9795a(0x110)]=_0xb9795a(0xa7),_0x396db9['veEVL']=_0xb9795a(0x128),_0x396db9[_0xb9795a(0xbc)]=_0xb9795a(0xdb),_0x396db9[_0xb9795a(0xd4)]=_0xb9795a(0x12c),_0x396db9[_0xb9795a(0x113)]='HnONU',_0x396db9[_0xb9795a(0x117)]=function(_0x4bd791,_0x507bc7){return _0x4bd791===_0x507bc7;},_0x396db9['dhHTv']='PCkIc',_0x396db9[_0xb9795a(0xce)]=function(_0x50de40,_0x1be84f){return _0x50de40>_0x1be84f;},_0x396db9[_0xb9795a(0x131)]=function(_0x6719ba,_0x323457){return _0x6719ba===_0x323457;},_0x396db9['IdrHH']=_0xb9795a(0xe1),_0x396db9[_0xb9795a(0xfc)]=_0xb9795a(0xa9),_0x396db9['cSBKV']=function(_0x36491f,_0x259b2c){return _0x36491f>_0x259b2c;},_0x396db9[_0xb9795a(0x120)]=_0xb9795a(0xfd),_0x396db9['DkiNs']=_0xb9795a(0x109),_0x396db9[_0xb9795a(0x116)]=_0xb9795a(0xf8),_0x396db9['WUeHq']=function(_0x1766b5,_0x1bb23c){return _0x1766b5+_0x1bb23c;},_0x396db9[_0xb9795a(0x101)]=function(_0x5b51b6,_0x1f9e0e){return _0x5b51b6+_0x1f9e0e;},_0x396db9['fbnse']=function(_0x386b45,_0x2a5e7c){return _0x386b45+_0x2a5e7c;},_0x396db9['JZsUA']=function(_0x18fa70,_0x138b0c){return _0x18fa70+_0x138b0c;},_0x396db9[_0xb9795a(0xa4)]=_0xb9795a(0xec),_0x396db9[_0xb9795a(0xf4)]=function(_0x438ab4,_0x338791){return _0x438ab4===_0x338791;},_0x396db9[_0xb9795a(0xb4)]=_0xb9795a(0xa0),_0x396db9[_0xb9795a(0xd8)]=_0xb9795a(0xfa),_0x396db9[_0xb9795a(0x123)]=_0xb9795a(0x12d);const _0x4fa090=_0x396db9;let _0x42a505=0x0;if(_0x4fa090['tQDDQ'](_0x54ba36['length'],0x0)){if(_0x4fa090['UIOMU'](_0x4fa090['VyZfN'],_0x4fa090['IdbGv']))return _0x42a505;else _0x3c6ee4[_0xb9795a(0x119)](''+_0x4f285a[_0xb9795a(0xd2)]['red'](_0x45c946+_0xb9795a(0xbb)));}return console[_0xb9795a(0xb3)](chalk[_0xb9795a(0xd2)][_0xb9795a(0x122)](_0x4fa090[_0xb9795a(0x123)])),_0x54ba36[_0xb9795a(0xb6)](_0xedc36=>{const _0xd3783a=_0xb9795a,_0x39528a={};_0x39528a[_0xd3783a(0xea)]=_0x4fa090[_0xd3783a(0xa6)];const _0x2805d1=_0x39528a;if(_0x4fa090[_0xd3783a(0x106)](_0x4fa090[_0xd3783a(0xe8)],_0x4fa090['XTbQf']))_0x29760a[_0xd3783a(0x119)](''+_0x4d0023[_0xd3783a(0xd2)]['green'](_0x435d35+_0xd3783a(0xf9)));else{const _0x16a993=_0xedc36[0x0],_0x2c48e9=_0xedc36[0x1];console['log']('\x0a'+chalk[_0xd3783a(0xd2)][_0xd3783a(0xc5)](''+helper['getPlatformName'](_0x16a993)));const _0x1b0e27=_0x2c48e9['scenarios'],_0x20f759=_0x2c48e9[_0xd3783a(0xed)],_0x14b29f=_0x2c48e9[_0xd3783a(0xfb)],_0x280908=_0x2c48e9['stepsFailed'],_0x17c7b7=_0x2c48e9[_0xd3783a(0x10c)],_0x170219=_0x2c48e9[_0xd3783a(0xe4)],_0x123f6f=_0x2c48e9[_0xd3783a(0xc1)],_0x1cdaab=_0x2c48e9[_0xd3783a(0x130)],_0x15c890=_0x2c48e9[_0xd3783a(0xbe)],_0x4019fb=_0x2c48e9[_0xd3783a(0xf7)],_0x3c2574=_0x2c48e9[_0xd3783a(0x108)];let _0x5f4fdf=_0x1b0e27+_0xd3783a(0x11e);const _0x4088b3=_0x4fa090[_0xd3783a(0x11b)](_0x4fa090['KEkFF'](_0x1b0e27,_0x14b29f),0x0)?_0x4fa090['KEkFF'](_0x1b0e27,_0x14b29f):0x0;if(_0x4fa090[_0xd3783a(0x11b)](_0x14b29f,0x0)&&_0x4fa090[_0xd3783a(0x11b)](_0x4088b3,0x0))_0x4fa090[_0xd3783a(0xd7)](_0x4fa090['BPpwS'],_0x4fa090[_0xd3783a(0xd9)])?_0x5f4fdf+='\x20('+chalk['bold'][_0xd3783a(0xf3)](_0x14b29f+_0xd3783a(0xf2))+',\x20'+chalk[_0xd3783a(0xd2)][_0xd3783a(0xbd)](_0x4088b3+_0xd3783a(0xf9))+')':_0x4e4605[_0xd3783a(0x119)](_0xc23cb8['modifyBrowserStackW3CCaps'](_0x1f3fa1['config'],_0x4fa090['HMwYE'],_0x192547));else{if(_0x4fa090[_0xd3783a(0x11b)](_0x14b29f,0x0)||_0x4fa090[_0xd3783a(0x11b)](_0x4088b3,0x0)){if(_0x4fa090['IoKUe'](_0x4fa090[_0xd3783a(0xb7)],_0x4fa090[_0xd3783a(0xdc)]))return _0x19294e;else _0x5f4fdf+=_0x4fa090[_0xd3783a(0x11a)](_0x14b29f,0x0)?'\x20('+chalk[_0xd3783a(0xd2)][_0xd3783a(0xf3)](_0x14b29f+_0xd3783a(0xf2))+')':'\x20('+chalk[_0xd3783a(0xd2)][_0xd3783a(0xbd)](_0x4088b3+'\x20passed')+')';}}const _0xfbae5=_0x20f759+'\x20steps',_0x6464be=[];_0x4fa090[_0xd3783a(0x11a)](_0x4019fb,0x0)&&(_0x4fa090[_0xd3783a(0x106)](_0x4fa090[_0xd3783a(0x110)],_0x4fa090[_0xd3783a(0x110)])?_0x34b5a7[_0xd3783a(0xf1)](_0x3a7dcd[_0x18143b],0x2):_0x6464be['push'](''+chalk['bold'][_0xd3783a(0xf3)](_0x4019fb+_0xd3783a(0xbb))));_0x4fa090[_0xd3783a(0x11a)](_0x280908,0x0)&&(_0x4fa090[_0xd3783a(0xd5)](_0x4fa090[_0xd3783a(0xcf)],_0x4fa090[_0xd3783a(0xbc)])?_0x396abd[_0xd3783a(0x119)](''+_0x545cb0[_0xd3783a(0xd2)][_0xd3783a(0xc5)](_0x5d78cd+_0xd3783a(0xc2))):_0x6464be['push'](''+chalk['bold']['red'](_0x280908+_0xd3783a(0xf2))));_0x4fa090['Xmhyi'](_0x17c7b7,0x0)&&(_0x4fa090[_0xd3783a(0xd5)](_0x4fa090['TvqSK'],_0x4fa090[_0xd3783a(0x113)])?_0x26da8d[_0xd3783a(0x119)](''+_0x4848a6[_0xd3783a(0xd2)][_0xd3783a(0xc5)](_0x1e4eea+'\x20undefined')):_0x6464be[_0xd3783a(0x119)](''+chalk['bold'][_0xd3783a(0xbd)](_0x17c7b7+_0xd3783a(0xf9))));_0x4fa090[_0xd3783a(0x11a)](_0x123f6f,0x0)&&(_0x4fa090[_0xd3783a(0x117)](_0x4fa090[_0xd3783a(0xc0)],_0x4fa090[_0xd3783a(0xc0)])?_0x6464be[_0xd3783a(0x119)](''+chalk['bold'][_0xd3783a(0xc5)](_0x123f6f+_0xd3783a(0xa8))):_0x17c828=0x1);_0x4fa090[_0xd3783a(0xce)](_0x170219,0x0)&&(_0x4fa090[_0xd3783a(0x131)](_0x4fa090[_0xd3783a(0x111)],_0x4fa090[_0xd3783a(0xfc)])?_0x38f3c1['push'](_0x17076e[_0xd3783a(0xb8)](_0x3aaa20[_0xd3783a(0x12e)],_0x2805d1[_0xd3783a(0xea)],_0x207544)):_0x6464be[_0xd3783a(0x119)](''+chalk[_0xd3783a(0xd2)][_0xd3783a(0xf5)](_0x170219+_0xd3783a(0xc2))));_0x4fa090[_0xd3783a(0x115)](_0x1cdaab,0x0)&&(_0x4fa090['UIOMU'](_0x4fa090[_0xd3783a(0x120)],_0x4fa090[_0xd3783a(0xee)])?_0x6464be[_0xd3783a(0x119)](''+chalk[_0xd3783a(0xd2)]['yellow'](_0x1cdaab+_0xd3783a(0xb9))):_0x1f7887[_0xd3783a(0x119)](''+_0x2f2b14[_0xd3783a(0xd2)][_0xd3783a(0xf5)](_0xb8b37b+_0xd3783a(0xc2))));_0x4fa090[_0xd3783a(0x115)](_0x15c890,0x0)&&(_0x4fa090[_0xd3783a(0xd5)](_0x4fa090[_0xd3783a(0x116)],_0x4fa090[_0xd3783a(0x116)])?_0x6464be[_0xd3783a(0x119)](''+chalk[_0xd3783a(0xd2)][_0xd3783a(0xc5)](_0x15c890+_0xd3783a(0xc2))):_0xb282ff['push'](''+_0x2d356b[_0xd3783a(0xd2)][_0xd3783a(0xf3)](_0x2d9936+_0xd3783a(0xf2))));const _0x31d8b9=_0x4fa090['WUeHq'](_0x4fa090[_0xd3783a(0x101)](_0x4fa090[_0xd3783a(0x10a)](_0xfbae5,'('),_0x6464be[_0xd3783a(0xba)](',\x20')),')');console['log'](_0x4fa090[_0xd3783a(0xde)](_0x4fa090[_0xd3783a(0x10a)](_0x4fa090[_0xd3783a(0xd0)](_0x4fa090[_0xd3783a(0xd0)]('\x0a',_0x5f4fdf),'\x0a'),_0x31d8b9),'\x0a')),_0x4fa090[_0xd3783a(0x117)](_0x3c2574,![])&&(_0x4fa090[_0xd3783a(0x131)](_0x4fa090[_0xd3783a(0xa4)],_0x4fa090[_0xd3783a(0xa4)])?_0x42a505=0x1:_0x579409?_0x470fb6[_0xd3783a(0x119)](_0xa5a3e1['modifyBrowserStackW3CCaps'](_0x38b04f['config'],_0x4fa090[_0xd3783a(0xa6)],_0x10a187)):_0x25a7d5[_0xd3783a(0x119)](_0x56ca7e[_0xd3783a(0xb8)](_0x283ba1[_0xd3783a(0x12e)],_0x4fa090[_0xd3783a(0xa6)],_0x127919)));}}),_0x42a505;}async function run(_0x50c49c,_0x4a0a9a){const _0x390c1c=a2_0x11e82c,_0x524564={'BsGiS':function(_0x4a6ff2,_0x181166){return _0x4a6ff2>_0x181166;},'aaODu':function(_0x417e89,_0x411396){return _0x417e89-_0x411396;},'LmMfA':function(_0x1aed6c,_0x1351d1){return _0x1aed6c>=_0x1351d1;},'wmWWd':function(_0x55bb10,_0x2e6e10){return _0x55bb10!==_0x2e6e10;},'sdtly':_0x390c1c(0xc9),'KMOLM':function(_0x2e9e4f,_0x3fa318){return _0x2e9e4f===_0x3fa318;},'broST':_0x390c1c(0xcb),'egqyj':_0x390c1c(0xcd),'mmSii':_0x390c1c(0x102),'NsraZ':_0x390c1c(0x114),'qawes':function(_0x2582b7,_0x464519){return _0x2582b7(_0x464519);},'VCImV':function(_0x55e5e9,_0x19d0c2){return _0x55e5e9>_0x19d0c2;},'HkoUU':_0x390c1c(0xa2),'CGoZy':_0x390c1c(0xe9),'TSBnw':function(_0x1e830c,_0x124d38){return _0x1e830c(_0x124d38);},'fNgXz':_0x390c1c(0xfe),'uRPKj':_0x390c1c(0x12b),'nkZSw':_0x390c1c(0x9d),'aikxx':function(_0x34733a,_0x47c901){return _0x34733a===_0x47c901;},'ftDTV':_0x390c1c(0x125),'kCCvw':'tmp','xdnKK':function(_0x285600,_0x242830){return _0x285600!==_0x242830;},'kywmk':_0x390c1c(0x11c),'tJVRI':function(_0x57ee5c,_0x423caf){return _0x57ee5c!==_0x423caf;},'HoTss':_0x390c1c(0xda),'vawin':function(_0x523724,_0x4a0c17,_0x55f022,_0x30591c,_0x218360,_0x1b16d2){return _0x523724(_0x4a0c17,_0x55f022,_0x30591c,_0x218360,_0x1b16d2);}},_0x335cc5=new BrowserStackSetup(_0x50c49c,_0x524564['nkZSw']);await _0x335cc5[_0x390c1c(0xc7)](),await helper['handleApp'](_0x335cc5[_0x390c1c(0x12e)]);const _0x35dc39=[];if(!_0x335cc5[_0x390c1c(0x12e)]){if(_0x524564[_0x390c1c(0xab)](_0x524564[_0x390c1c(0xd1)],_0x524564[_0x390c1c(0xd1)]))return;else return;}const _0x4e4bc6=_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x100)],_0x5ae81a=helper[_0x390c1c(0x12a)](_0x335cc5[_0x390c1c(0x12e)]);_0x335cc5[_0x390c1c(0x12e)]['platforms'][_0x390c1c(0xb6)]((_0x4e9eeb,_0x4a952c)=>{const _0x5d885d=_0x390c1c,_0x4b8a8e={'uUiHF':function(_0x55bcea,_0x47c6a9){const _0x249b80=a2_0x3ed0;return _0x524564[_0x249b80(0xaf)](_0x55bcea,_0x47c6a9);},'fGyMl':function(_0x432609,_0xd5b3ac){const _0x3762b3=a2_0x3ed0;return _0x524564[_0x3762b3(0xb5)](_0x432609,_0xd5b3ac);},'vVRXr':function(_0x1413f2,_0x22585f){return _0x524564['LmMfA'](_0x1413f2,_0x22585f);}};if(_0x524564[_0x5d885d(0x121)](_0x524564[_0x5d885d(0x107)],_0x524564[_0x5d885d(0x107)]))_0x51f78e+=_0x4b8a8e[_0x5d885d(0x10f)](_0x1b2f06,0x0)?'\x20('+_0x402d55[_0x5d885d(0xd2)][_0x5d885d(0xf3)](_0x200087+_0x5d885d(0xf2))+')':'\x20('+_0x37ce8[_0x5d885d(0xd2)][_0x5d885d(0xbd)](_0x372af4+_0x5d885d(0xf9))+')';else{if(_0x5ae81a)_0x524564[_0x5d885d(0xe5)](_0x524564['broST'],_0x524564[_0x5d885d(0xae)])?_0x2f5cee+='\x20('+_0x4e5c5e['bold'][_0x5d885d(0xf3)](_0x47c79c+'\x20failed')+',\x20'+_0x6bb4e5['bold']['green'](_0x5834c0+_0x5d885d(0xf9))+')':_0x35dc39[_0x5d885d(0x119)](helper[_0x5d885d(0x127)](_0x335cc5['config'],_0x524564[_0x5d885d(0x11f)],_0x4a952c));else{if(_0x524564['KMOLM'](_0x524564['NsraZ'],_0x524564['NsraZ']))_0x35dc39[_0x5d885d(0x119)](helper[_0x5d885d(0xb8)](_0x335cc5[_0x5d885d(0x12e)],_0x524564[_0x5d885d(0x11f)],_0x4a952c));else{_0x8f1acd[_0x5d885d(0xa3)](_0x59d25d);for(let _0x163204=_0x4b8a8e[_0x5d885d(0xe0)](_0x442b1f[_0x5d885d(0xf0)],0x1);_0x4b8a8e[_0x5d885d(0xd3)](_0x163204,0x0);_0x163204--){_0x2772a0[_0x5d885d(0xf1)](_0xa43e78[_0x163204],0x2);}}}}});const _0x20b370={'server':helper['getHubUrl'](_0x335cc5[_0x390c1c(0x12e)]),'proxySettings':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0xc3)],'maxWorkers':_0x4e4bc6,'browserStackLogLevel':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x10e)],'skipSessionName':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x105)][_0x390c1c(0xbf)],'skipSessionStatus':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x105)][_0x390c1c(0x10b)],'turboScaleUrl':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x12f)]},_0x5c949a=process['argv'],[_0xe831bb,_0x37a4e0]=helper['parseFormatters'](_0x5c949a),_0x307b5a=path[_0x390c1c(0xba)](process['cwd'](),_0x524564[_0x390c1c(0x104)]);if(_0x524564['BsGiS'](_0x37a4e0[_0x390c1c(0xf0)],0x0)){if(_0x524564[_0x390c1c(0xb0)](_0x524564[_0x390c1c(0x9f)],_0x524564[_0x390c1c(0x9f)])){_0x5dbb07=_0x1fc828;const _0x421b0d=_0x524564['qawes'](_0x16db73,_0x5b336f);_0x38a555['exitCode']=_0x421b0d,_0x524564['VCImV'](_0x2ee335[_0x390c1c(0xf0)],0x0)&&(_0x1f0479[_0x390c1c(0xca)](_0x524564[_0x390c1c(0xb1)]),_0x41b14e[_0x390c1c(0x124)](_0x75de5b,_0xc68e49),_0x4d831e[_0x390c1c(0xca)](_0x524564[_0x390c1c(0xcc)]),_0x490a56[_0x390c1c(0xe7)](_0x319fef));}else{helper['createDir'](_0x307b5a);for(let _0x2b6b49=_0x524564[_0x390c1c(0xb5)](_0xe831bb[_0x390c1c(0xf0)],0x1);_0x524564[_0x390c1c(0x112)](_0x2b6b49,0x0);_0x2b6b49--){_0x524564[_0x390c1c(0xaa)](_0x524564[_0x390c1c(0xac)],_0x524564[_0x390c1c(0xac)])?_0x224e96['push'](''+_0x3228ad[_0x390c1c(0xd2)]['yellow'](_0x13757e+_0x390c1c(0xa8))):_0x5c949a[_0x390c1c(0xf1)](_0xe831bb[_0x2b6b49],0x2);}}}let _0x279c1c;_0x524564['vawin'](parallelCucumberRun,_0x35dc39,_0x20b370,_0x335cc5[_0x390c1c(0x12e)],_0x5c949a,_0x37a4e0)['then'](async _0x51e26b=>{const _0x569887=_0x390c1c,_0x173f58={};_0x173f58['AvtSw']=_0x524564[_0x569887(0xb1)],_0x173f58[_0x569887(0x11d)]=_0x524564[_0x569887(0xcc)];const _0x22077f=_0x173f58;_0x279c1c=_0x51e26b;const _0x376134=_0x524564[_0x569887(0xc6)](printCucumberStats,_0x51e26b);process['exitCode']=_0x376134,_0x524564['VCImV'](_0x37a4e0[_0x569887(0xf0)],0x0)&&(_0x524564['KMOLM'](_0x524564['fNgXz'],_0x524564['uRPKj'])?(_0x343aaf['debug'](_0x22077f[_0x569887(0xdf)]),_0x46c1ac[_0x569887(0x124)](_0x1d09e5,_0x2e4917),_0x2db109['debug'](_0x22077f[_0x569887(0x11d)]),_0x9e6415[_0x569887(0xe7)](_0x2ee6ab)):(logger[_0x569887(0xca)](_0x524564[_0x569887(0xb1)]),helper[_0x569887(0x124)](_0x307b5a,_0x37a4e0),logger['debug'](_0x524564[_0x569887(0xcc)]),helper[_0x569887(0xe7)](_0x307b5a)));})[_0x390c1c(0xdd)](async()=>{const _0x3382ff=_0x390c1c;_0x335cc5['errorMessage']=helper[_0x3382ff(0xeb)](_0x279c1c,_0x524564['mmSii']),await helper[_0x3382ff(0x132)](_0x335cc5);});}module[a2_0x11e82c(0xff)]=run;
|
|
2
|
+
'use strict';function a2_0x2dfe(){const _0x115a05=['DeCGY','19cVveHn','hyXvR','zfsVS','mbkZw','jxJOL','tmp','config','exports','oHiBO','lWTpO','errorMessage','cKcwP','zHcSQ','bFsfk','\x20ambiguous','zkecx','getHubUrl','push','HuNdi','createDir','fRNIO','vIHyy','FqAsf','IlxrQ','../../helpers/BrowserStackSetup','20726qgYeWl','vbhMo','gxaDy','HGLkT','bgWhite','qTxkG','mergeOutputFiles','then','iuzBr','ARLeI','889cGYgPq','wzaGY','ZDOty','splice','kBCUa','uMbIW','bLHri','stepsPending','Vhvsw','Removing\x20tmp\x20directory\x20created\x20for\x20reports','hFHlS','steps','\x20failed','RqzNh','htigV','pdmET','FIwSC','gvySx','forEach','swLGX','kdZwa','getPlatformName','BYztI','sXkaO','PWvpy','kwmEr','testContextOptions','hEquk','cucumber','uIHQh','6183170ceNnBC','sDapg','../test-runner','yxouk','jHDpV','\x20undefined','cwd','yellow','FzRXb','TarJu','VugRA','CLZlS','join','qpUUC','green','HFuZE','wYqVA','parseFormatters','bFziN','qfaQw','3451430zfxzli','JUNJM','rAFnK','vjItk','stepsAmbiguous','\x20passed','WkOxj','log','4600134teFdQM','ofCHL','4phhaAl','WouUF','red','FexAC','xbRji','GOkSY','\x20pending','1077537qeKahM','length','5816484ZsZYXy','PlNOC','UFpXn','RmHef','stepsUndefined','qxkOc','QZeLI','YSudx','cWezd','LsWrQ','swIaI','../../helpers/helper','stepsUnknown','BHrgw','ADrgQ','sMSNA','njIYN','JaNwo','processSuccess','\x20skipped','Generating\x20consolidated\x20report...','stepsPassed','YPULT','qiPSH','XXjAO','mdcqY','useW3C','chMmg','QOpqa','EwzsW','NSnXo','AdAzZ','logLevel','bold','debug','15504dbswdQ','VJmOm','turboScaleUrl','scenarios','../../helpers/logger','initialize','getErrorMessageFromResults','hhPHK','modifyBrowserStackCaps','XVFxp','cucumber-js','wCfWa','modifyBrowserStackW3CCaps','finalExecution','skipSessionStatus','****\x20RESULTS\x20****','../utils/constants','removeDir','oBBcD','parallelsPerPlatform','gyRPg','argv','Sfsge','FvEvv','RlqGq','skipSessionName','HeMHo','stepsSkipped','finally'];a2_0x2dfe=function(){return _0x115a05;};return a2_0x2dfe();}const a2_0x3dfac3=a2_0x1d8c;(function(_0x45a9d2,_0x30747e){const _0x216a7e=a2_0x1d8c,_0x528669=_0x45a9d2();while(!![]){try{const _0x1cae2a=-parseInt(_0x216a7e(0xda))/0x1*(parseInt(_0x216a7e(0xf3))/0x2)+parseInt(_0x216a7e(0x140))/0x3+parseInt(_0x216a7e(0x139))/0x4*(-parseInt(_0x216a7e(0x12f))/0x5)+parseInt(_0x216a7e(0x137))/0x6+parseInt(_0x216a7e(0xfd))/0x7*(parseInt(_0x216a7e(0x165))/0x8)+parseInt(_0x216a7e(0x142))/0x9+-parseInt(_0x216a7e(0x11b))/0xa;if(_0x1cae2a===_0x30747e)break;else _0x528669['push'](_0x528669['shift']());}catch(_0x4ed7f8){_0x528669['push'](_0x528669['shift']());}}}(a2_0x2dfe,0x7d302));const fs=require('fs'),path=require('path'),logger=require(a2_0x3dfac3(0x169))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x3dfac3(0xf2)),helper=require(a2_0x3dfac3(0x14d)),constants=require(a2_0x3dfac3(0xcc)),{parallelCucumberRun}=require(a2_0x3dfac3(0x11d)),chalk=require('chalk');function printCucumberStats(_0x2052be){const _0x48f91b=a2_0x3dfac3,_0x2bcb53={'JaNwo':function(_0x5d93db,_0x5dbf2b){return _0x5d93db-_0x5dbf2b;},'njIYN':function(_0x3c73df,_0x45dc05){return _0x3c73df>=_0x45dc05;},'wYqVA':function(_0x46501b,_0x299354){return _0x46501b>_0x299354;},'WouUF':'cucumber','BHrgw':_0x48f91b(0x156),'hyXvR':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','bFsfk':function(_0x43b763,_0x3ca217){return _0x43b763(_0x3ca217);},'ZDOty':function(_0x1287bb,_0x20f5af){return _0x1287bb!==_0x20f5af;},'xbRji':_0x48f91b(0x15a),'AdAzZ':_0x48f91b(0x16e),'HGLkT':function(_0xf99a6e,_0x133fec){return _0xf99a6e-_0x133fec;},'hEquk':function(_0x317528,_0x2f70ba){return _0x317528>_0x2f70ba;},'EwzsW':'NqkAa','FexAC':function(_0x1cdac5,_0x3e104e){return _0x1cdac5>_0x3e104e;},'JUNJM':function(_0x4282ac,_0x281961){return _0x4282ac!==_0x281961;},'HuNdi':'WElNO','YPULT':_0x48f91b(0x15b),'RqzNh':function(_0x4096ad,_0x5d47cc){return _0x4096ad>_0x5d47cc;},'gxaDy':function(_0x156d9c,_0x169400){return _0x156d9c!==_0x169400;},'HeMHo':_0x48f91b(0xd4),'sMSNA':'wCxKS','GOkSY':function(_0x527191,_0x1c7a11){return _0x527191===_0x1c7a11;},'jqaam':_0x48f91b(0xd9),'vIHyy':_0x48f91b(0x11c),'jHDpV':function(_0x57ca8c,_0x2aee33){return _0x57ca8c===_0x2aee33;},'ARLeI':_0x48f91b(0x170),'oBBcD':'FDQdg','kBCUa':function(_0x3dc52a,_0x4c407e){return _0x3dc52a>_0x4c407e;},'zfsVS':_0x48f91b(0xe3),'WkOxj':_0x48f91b(0x10b),'Vhvsw':function(_0x2c32c0,_0x58747d){return _0x2c32c0>_0x58747d;},'jxJOL':function(_0x26dda5,_0x29035b){return _0x26dda5===_0x29035b;},'hhPHK':_0x48f91b(0x10c),'ADrgQ':_0x48f91b(0xf1),'CLZlS':'ZoAhD','FzRXb':function(_0x2929f6,_0x2b1496){return _0x2929f6!==_0x2b1496;},'RmHef':_0x48f91b(0x148),'cKcwP':_0x48f91b(0x14b),'qTxkG':function(_0xe0c1b8,_0x54d4dd){return _0xe0c1b8+_0x54d4dd;},'FvEvv':function(_0x1fdedc,_0x2605bc){return _0x1fdedc+_0x2605bc;},'BYztI':function(_0x5c1c32,_0x3fe067){return _0x5c1c32+_0x3fe067;},'HFuZE':function(_0x425bc5,_0x5a9ec0){return _0x425bc5===_0x5a9ec0;},'swIaI':_0x48f91b(0x147),'YSudx':'gQnzC','TarJu':function(_0x1d2f91,_0x2480db){return _0x1d2f91!==_0x2480db;},'hFHlS':_0x48f91b(0xfb),'swLGX':_0x48f91b(0xcb)};let _0x25b92d=0x0;if(_0x2bcb53[_0x48f91b(0x11f)](_0x2052be[_0x48f91b(0x141)],0x0)){if(_0x2bcb53[_0x48f91b(0x124)](_0x2bcb53['hFHlS'],_0x2bcb53[_0x48f91b(0x107)])){_0x582335['createDir'](_0x195b6c);for(let _0x5ecf22=_0x2bcb53[_0x48f91b(0x153)](_0x596d26['length'],0x1);_0x2bcb53[_0x48f91b(0x152)](_0x5ecf22,0x0);_0x5ecf22--){_0x55a7c5[_0x48f91b(0x100)](_0xcec0b1[_0x5ecf22],0x2);}}else return _0x25b92d;}return console[_0x48f91b(0x136)](chalk['bold'][_0x48f91b(0xf7)](_0x2bcb53[_0x48f91b(0x110)])),_0x2052be[_0x48f91b(0x10f)](_0x12d62c=>{const _0x53903c=_0x48f91b,_0x10d46f={'bLHri':_0x2bcb53[_0x53903c(0x14f)],'yxouk':_0x2bcb53[_0x53903c(0xdb)],'VJmOm':_0x2bcb53[_0x53903c(0x13a)],'mbkZw':function(_0x57ed10,_0x897fa5){const _0xb6a23a=_0x53903c;return _0x2bcb53[_0xb6a23a(0xe7)](_0x57ed10,_0x897fa5);},'zkecx':function(_0x7607d0,_0x3f8b9a){return _0x2bcb53['wYqVA'](_0x7607d0,_0x3f8b9a);}};if(_0x2bcb53['ZDOty'](_0x2bcb53[_0x53903c(0x13d)],_0x2bcb53[_0x53903c(0x161)])){const _0x283f7f=_0x12d62c[0x0],_0x12c24b=_0x12d62c[0x1];console['log']('\x0a'+chalk[_0x53903c(0x163)][_0x53903c(0x122)](''+helper[_0x53903c(0x112)](_0x283f7f)));const _0x43cb47=_0x12c24b[_0x53903c(0x168)],_0x4b1a70=_0x12c24b[_0x53903c(0x108)],_0x567767=_0x12c24b['scenariosFailed'],_0x3c16d5=_0x12c24b['stepsFailed'],_0x4cfdc6=_0x12c24b[_0x53903c(0x157)],_0x13b50c=_0x12c24b[_0x53903c(0xd7)],_0x58bd6e=_0x12c24b[_0x53903c(0x104)],_0x522266=_0x12c24b[_0x53903c(0x146)],_0x41e13d=_0x12c24b[_0x53903c(0x14e)],_0x3fcaa3=_0x12c24b[_0x53903c(0x133)],_0x108edc=_0x12c24b[_0x53903c(0x154)];let _0x1cfb56=_0x43cb47+'\x20scenarios';const _0x21a94a=_0x2bcb53[_0x53903c(0x12b)](_0x2bcb53['JaNwo'](_0x43cb47,_0x567767),0x0)?_0x2bcb53[_0x53903c(0xf6)](_0x43cb47,_0x567767):0x0;if(_0x2bcb53[_0x53903c(0x118)](_0x567767,0x0)&&_0x2bcb53[_0x53903c(0x12b)](_0x21a94a,0x0))_0x2bcb53[_0x53903c(0xff)](_0x2bcb53[_0x53903c(0x15f)],_0x2bcb53[_0x53903c(0x15f)])?(_0x10dc15[_0x53903c(0x164)](_0x10d46f[_0x53903c(0x103)]),_0x12a2ac[_0x53903c(0xf9)](_0x3e09ad,_0x3f4e20),_0x3359a6['debug'](_0x10d46f['yxouk']),_0x29b2b6[_0x53903c(0xcd)](_0x757024)):_0x1cfb56+='\x20('+chalk[_0x53903c(0x163)][_0x53903c(0x13b)](_0x567767+'\x20failed')+',\x20'+chalk[_0x53903c(0x163)][_0x53903c(0x129)](_0x21a94a+_0x53903c(0x134))+')';else(_0x2bcb53[_0x53903c(0x13c)](_0x567767,0x0)||_0x2bcb53[_0x53903c(0x12b)](_0x21a94a,0x0))&&(_0x2bcb53['JUNJM'](_0x2bcb53[_0x53903c(0xec)],_0x2bcb53[_0x53903c(0x158)])?_0x1cfb56+=_0x2bcb53['wYqVA'](_0x567767,0x0)?'\x20('+chalk[_0x53903c(0x163)][_0x53903c(0x13b)](_0x567767+_0x53903c(0x109))+')':'\x20('+chalk[_0x53903c(0x163)][_0x53903c(0x129)](_0x21a94a+_0x53903c(0x134))+')':_0x282372[_0x53903c(0xeb)](''+_0x263b36[_0x53903c(0x163)]['green'](_0x363cc7+_0x53903c(0x134))));const _0x4f7704=_0x4b1a70+'\x20steps',_0x393dc3=[];_0x2bcb53[_0x53903c(0x10a)](_0x3fcaa3,0x0)&&(_0x2bcb53[_0x53903c(0xf5)](_0x2bcb53[_0x53903c(0xd6)],_0x2bcb53[_0x53903c(0x151)])?_0x393dc3[_0x53903c(0xeb)](''+chalk[_0x53903c(0x163)][_0x53903c(0x13b)](_0x3fcaa3+_0x53903c(0xe8))):_0x4b2b61+=_0x2bcb53[_0x53903c(0x12b)](_0x3d7bd6,0x0)?'\x20('+_0x1f5619[_0x53903c(0x163)][_0x53903c(0x13b)](_0x4fabda+_0x53903c(0x109))+')':'\x20('+_0x225267[_0x53903c(0x163)][_0x53903c(0x129)](_0x33c6c7+_0x53903c(0x134))+')');if(_0x2bcb53[_0x53903c(0x118)](_0x3c16d5,0x0)){if(_0x2bcb53[_0x53903c(0x13e)](_0x2bcb53['jqaam'],_0x2bcb53[_0x53903c(0xef)]))return _0x2bc597;else _0x393dc3['push'](''+chalk[_0x53903c(0x163)][_0x53903c(0x13b)](_0x3c16d5+_0x53903c(0x109)));}_0x2bcb53[_0x53903c(0x118)](_0x4cfdc6,0x0)&&(_0x2bcb53['jHDpV'](_0x2bcb53[_0x53903c(0xfc)],_0x2bcb53[_0x53903c(0xce)])?_0x435c9b?_0x3a0ed8[_0x53903c(0xeb)](_0x54363e[_0x53903c(0xc8)](_0x1ce9e4[_0x53903c(0xe0)],_0x10d46f[_0x53903c(0x166)],_0x4b5235)):_0x181dae[_0x53903c(0xeb)](_0x15fd1c[_0x53903c(0x16d)](_0xa47277[_0x53903c(0xe0)],_0x10d46f[_0x53903c(0x166)],_0xdce4bb)):_0x393dc3[_0x53903c(0xeb)](''+chalk[_0x53903c(0x163)][_0x53903c(0x129)](_0x4cfdc6+'\x20passed')));_0x2bcb53[_0x53903c(0x101)](_0x58bd6e,0x0)&&(_0x2bcb53[_0x53903c(0x13e)](_0x2bcb53[_0x53903c(0xdc)],_0x2bcb53[_0x53903c(0x135)])?_0xfc9e75[_0x53903c(0xeb)](_0x3714b0[_0x53903c(0x16d)](_0x47dec4[_0x53903c(0xe0)],_0x2bcb53['WouUF'],_0x23cb8e)):_0x393dc3[_0x53903c(0xeb)](''+chalk['bold'][_0x53903c(0x122)](_0x58bd6e+_0x53903c(0x13f))));_0x2bcb53[_0x53903c(0x105)](_0x13b50c,0x0)&&(_0x2bcb53[_0x53903c(0xde)](_0x2bcb53[_0x53903c(0x16c)],_0x2bcb53[_0x53903c(0x150)])?_0x1b388f=0x1:_0x393dc3[_0x53903c(0xeb)](''+chalk[_0x53903c(0x163)]['cyan'](_0x13b50c+_0x53903c(0x155))));_0x2bcb53['kBCUa'](_0x522266,0x0)&&(_0x2bcb53[_0x53903c(0x130)](_0x2bcb53['CLZlS'],_0x2bcb53[_0x53903c(0x126)])?_0x2376d4[_0x53903c(0xeb)](_0x337e9f[_0x53903c(0xc8)](_0x1f3e24['config'],_0x2bcb53[_0x53903c(0x13a)],_0x50b236)):_0x393dc3[_0x53903c(0xeb)](''+chalk[_0x53903c(0x163)][_0x53903c(0x122)](_0x522266+_0x53903c(0x120))));_0x2bcb53[_0x53903c(0x101)](_0x41e13d,0x0)&&(_0x2bcb53[_0x53903c(0x123)](_0x2bcb53[_0x53903c(0x145)],_0x2bcb53[_0x53903c(0xe5)])?_0x393dc3[_0x53903c(0xeb)](''+chalk[_0x53903c(0x163)]['yellow'](_0x41e13d+_0x53903c(0x155))):_0x5dc002+='\x20('+_0x489e63['bold'][_0x53903c(0x13b)](_0x24f359+_0x53903c(0x109))+',\x20'+_0x53ce57['bold'][_0x53903c(0x129)](_0x4549dd+_0x53903c(0x134))+')');const _0x15566f=_0x2bcb53[_0x53903c(0xf8)](_0x2bcb53[_0x53903c(0xd3)](_0x2bcb53[_0x53903c(0xf8)](_0x4f7704,'('),_0x393dc3[_0x53903c(0x127)](',\x20')),')');console[_0x53903c(0x136)](_0x2bcb53[_0x53903c(0x113)](_0x2bcb53[_0x53903c(0x113)](_0x2bcb53[_0x53903c(0xd3)](_0x2bcb53['BYztI']('\x0a',_0x1cfb56),'\x0a'),_0x15566f),'\x0a')),_0x2bcb53['HFuZE'](_0x108edc,![])&&(_0x2bcb53[_0x53903c(0x12a)](_0x2bcb53[_0x53903c(0x14c)],_0x2bcb53[_0x53903c(0x149)])?_0x585b1c[_0x53903c(0xeb)](''+_0x4ddff6[_0x53903c(0x163)]['red'](_0x1c2f99+_0x53903c(0xe8))):_0x25b92d=0x1);}else{_0x594e68=_0x220aae;const _0x3e0aae=_0x10d46f[_0x53903c(0xdd)](_0x5de354,_0x4df043);_0x7108d['exitCode']=_0x3e0aae,_0x10d46f[_0x53903c(0xe9)](_0x3d478b['length'],0x0)&&(_0x3020c7['debug'](_0x10d46f[_0x53903c(0x103)]),_0x2f74ab[_0x53903c(0xf9)](_0x5a9419,_0x60d6e5),_0x2ac9db[_0x53903c(0x164)](_0x10d46f[_0x53903c(0x11e)]),_0x300416['removeDir'](_0x235d50));}}),_0x25b92d;}async function run(_0x103254,_0x1e275c){const _0x202c18=a2_0x3dfac3,_0x575f06={'gvySx':function(_0x5f2fa0,_0x575d7e){return _0x5f2fa0!==_0x575d7e;},'VugRA':_0x202c18(0xd0),'UFpXn':_0x202c18(0x131),'fRNIO':function(_0x2c3185,_0xd19de7){return _0x2c3185===_0xd19de7;},'ofCHL':'ibflq','wmxvt':_0x202c18(0x15e),'bFziN':_0x202c18(0x119),'rtGGg':'yuyKK','kdZwa':_0x202c18(0xe6),'qpUUC':function(_0x52357d,_0x103fb6){return _0x52357d(_0x103fb6);},'iMoOm':function(_0x12514b,_0x44358d){return _0x12514b>_0x44358d;},'cWezd':_0x202c18(0x132),'FqAsf':'Generating\x20consolidated\x20report...','uMbIW':_0x202c18(0x106),'AXnHM':_0x202c18(0x16f),'oHiBO':_0x202c18(0xd2),'PWvpy':_0x202c18(0xdf),'vbhMo':function(_0x11bffa,_0x1efec8){return _0x11bffa>_0x1efec8;},'chMmg':function(_0x4c58ae,_0x2eff04){return _0x4c58ae===_0x2eff04;},'qfaQw':_0x202c18(0x160),'wzaGY':'zekac','PlNOC':function(_0x261018,_0x12d5fa){return _0x261018-_0x12d5fa;},'FIwSC':function(_0x17f3f1,_0x4385ce){return _0x17f3f1>=_0x4385ce;},'kwmEr':_0x202c18(0x159),'uIHQh':'rTKIy','sXkaO':function(_0x37fa99,_0x3c47e9,_0x410274,_0x134487,_0x2edeee,_0xc13364){return _0x37fa99(_0x3c47e9,_0x410274,_0x134487,_0x2edeee,_0xc13364);}},_0x38fd38=new BrowserStackSetup(_0x103254,_0x575f06['AXnHM']);await _0x38fd38[_0x202c18(0x16a)](),await helper['handleApp'](_0x38fd38[_0x202c18(0xe0)]);const _0x66a447=[];if(!_0x38fd38['config']){if(_0x575f06['gvySx'](_0x575f06[_0x202c18(0xe2)],_0x575f06[_0x202c18(0xe2)]))_0x194fdf[_0x202c18(0xeb)](''+_0x1ec398['bold'][_0x202c18(0x122)](_0x4f2d65+_0x202c18(0x120)));else return;}const _0x4eb1a4=_0x38fd38[_0x202c18(0xe0)][_0x202c18(0xcf)],_0x8725b8=helper[_0x202c18(0x15c)](_0x38fd38['config']);_0x38fd38[_0x202c18(0xe0)]['platforms'][_0x202c18(0x10f)]((_0x448619,_0x11ef8c)=>{const _0x3753d0=_0x202c18;if(_0x575f06[_0x3753d0(0x10e)](_0x575f06[_0x3753d0(0x125)],_0x575f06[_0x3753d0(0x144)]))_0x8725b8?_0x575f06[_0x3753d0(0xee)](_0x575f06[_0x3753d0(0x138)],_0x575f06['wmxvt'])?_0xe7bd51[_0x3753d0(0xeb)](''+_0x2b3e5d[_0x3753d0(0x163)]['cyan'](_0x2787e4+_0x3753d0(0x155))):_0x66a447[_0x3753d0(0xeb)](helper[_0x3753d0(0xc8)](_0x38fd38[_0x3753d0(0xe0)],_0x575f06['bFziN'],_0x11ef8c)):_0x575f06[_0x3753d0(0x10e)](_0x575f06['rtGGg'],_0x575f06[_0x3753d0(0x111)])?_0x66a447[_0x3753d0(0xeb)](helper[_0x3753d0(0x16d)](_0x38fd38[_0x3753d0(0xe0)],_0x575f06[_0x3753d0(0x12d)],_0x11ef8c)):_0x5045f4[_0x3753d0(0xeb)](''+_0x2fbb3d[_0x3753d0(0x163)][_0x3753d0(0x122)](_0x5ef2cd+_0x3753d0(0x155)));else return;});const _0x12aa8a={'server':helper[_0x202c18(0xea)](_0x38fd38['config']),'proxySettings':_0x38fd38[_0x202c18(0xe0)]['proxySettings'],'maxWorkers':_0x4eb1a4,'browserStackLogLevel':_0x38fd38[_0x202c18(0xe0)][_0x202c18(0x162)],'skipSessionName':_0x38fd38[_0x202c18(0xe0)]['testContextOptions'][_0x202c18(0xd5)],'skipSessionStatus':_0x38fd38[_0x202c18(0xe0)][_0x202c18(0x117)][_0x202c18(0xca)],'turboScaleUrl':_0x38fd38[_0x202c18(0xe0)][_0x202c18(0x167)]},_0x5b62=process[_0x202c18(0xd1)],[_0x48aa60,_0x5182e4]=helper[_0x202c18(0x12c)](_0x5b62),_0x30c8ec=path[_0x202c18(0x127)](process[_0x202c18(0x121)](),_0x575f06[_0x202c18(0x115)]);if(_0x575f06[_0x202c18(0xf4)](_0x5182e4[_0x202c18(0x141)],0x0)){if(_0x575f06[_0x202c18(0x15d)](_0x575f06[_0x202c18(0x12e)],_0x575f06[_0x202c18(0xfe)]))_0x501161[_0x202c18(0xeb)](''+_0x4becc5[_0x202c18(0x163)]['yellow'](_0x515ea5+_0x202c18(0x13f)));else{helper[_0x202c18(0xed)](_0x30c8ec);for(let _0xdfa832=_0x575f06[_0x202c18(0x143)](_0x48aa60[_0x202c18(0x141)],0x1);_0x575f06[_0x202c18(0x10d)](_0xdfa832,0x0);_0xdfa832--){_0x575f06[_0x202c18(0x10e)](_0x575f06[_0x202c18(0x116)],_0x575f06[_0x202c18(0x11a)])?_0x5b62['splice'](_0x48aa60[_0xdfa832],0x2):_0x97ad7a[_0x202c18(0x100)](_0x2fd62b[_0x85b86f],0x2);}}}let _0x208f16;_0x575f06[_0x202c18(0x114)](parallelCucumberRun,_0x66a447,_0x12aa8a,_0x38fd38['config'],_0x5b62,_0x5182e4)[_0x202c18(0xfa)](async _0x297135=>{const _0x3e91b3=_0x202c18;_0x208f16=_0x297135;const _0x45ecbf=_0x575f06[_0x3e91b3(0x128)](printCucumberStats,_0x297135);process['exitCode']=_0x45ecbf,_0x575f06['iMoOm'](_0x5182e4[_0x3e91b3(0x141)],0x0)&&(_0x575f06[_0x3e91b3(0x10e)](_0x575f06[_0x3e91b3(0x14a)],_0x575f06[_0x3e91b3(0x14a)])?_0x594488[_0x3e91b3(0xeb)](''+_0x454ab1[_0x3e91b3(0x163)][_0x3e91b3(0x13b)](_0x3a799f+_0x3e91b3(0x109))):(logger[_0x3e91b3(0x164)](_0x575f06[_0x3e91b3(0xf0)]),helper[_0x3e91b3(0xf9)](_0x30c8ec,_0x5182e4),logger[_0x3e91b3(0x164)](_0x575f06[_0x3e91b3(0x102)]),helper[_0x3e91b3(0xcd)](_0x30c8ec)));})[_0x202c18(0xd8)](async()=>{const _0x2bc766=_0x202c18;_0x38fd38[_0x2bc766(0xe4)]=helper[_0x2bc766(0x16b)](_0x208f16,_0x575f06[_0x2bc766(0x12d)]),await helper[_0x2bc766(0xc9)](_0x38fd38);});}function a2_0x1d8c(_0x41dd3f,_0x5780a9){const _0x2dfebb=a2_0x2dfe();return a2_0x1d8c=function(_0x1d8cec,_0xa39ceb){_0x1d8cec=_0x1d8cec-0xc8;let _0x1be1e3=_0x2dfebb[_0x1d8cec];return _0x1be1e3;},a2_0x1d8c(_0x41dd3f,_0x5780a9);}module[a2_0x3dfac3(0xe1)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a3_0x3c7690=a3_0x56c5;(function(_0x184977,_0x129429){const _0x29e03a=a3_0x56c5,_0x3bee7e=_0x184977();while(!![]){try{const _0x1971d=-parseInt(_0x29e03a(0xd3))/0x1+parseInt(_0x29e03a(0xd9))/0x2+-parseInt(_0x29e03a(0x8e))/0x3*(-parseInt(_0x29e03a(0xd8))/0x4)+-parseInt(_0x29e03a(0xdb))/0x5*(parseInt(_0x29e03a(0xa0))/0x6)+parseInt(_0x29e03a(0xc7))/0x7+-parseInt(_0x29e03a(0xaf))/0x8*(parseInt(_0x29e03a(0x124))/0x9)+parseInt(_0x29e03a(0xd4))/0xa*(parseInt(_0x29e03a(0xe9))/0xb);if(_0x1971d===_0x129429)break;else _0x3bee7e['push'](_0x3bee7e['shift']());}catch(_0xc7a14b){_0x3bee7e['push'](_0x3bee7e['shift']());}}}(a3_0xd1fd,0x27768));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule(a3_0x3c7690(0xe8));class BrowserstackFormatter extends Formatter{constructor(_0x598527){const _0x40aac5=a3_0x3c7690,_0xdabf7f={'WfHaH':function(_0xf71c28,_0x45f576){return _0xf71c28+_0x45f576;},'sJwXw':function(_0x4afb24,_0x5054fc){return _0x4afb24+_0x5054fc;},'LzqTH':function(_0x113740,_0x1d1d1f){return _0x113740+_0x1d1d1f;},'UwnVF':function(_0x248ec1,_0x48d5b9){return _0x248ec1+_0x48d5b9;},'KarQY':'\x20\x20\x20\x20','bHAKq':_0x40aac5(0x120),'FgCSM':function(_0x1a9527,_0x457dd2){return _0x1a9527===_0x457dd2;},'FOihm':_0x40aac5(0x111),'Fxdsc':function(_0x474c18,_0x56228d,_0x555369){return _0x474c18(_0x56228d,_0x555369);},'zzqGU':'result','ROIqL':'message','fmFtN':function(_0x276505,_0x24ff04){return _0x276505+_0x24ff04;},'eQJfb':function(_0x1251c8,_0x43e659){return _0x1251c8(_0x43e659);},'TduwB':function(_0x2e5d04,_0x1b6f78){return _0x2e5d04!==_0x1b6f78;},'jCkid':_0x40aac5(0xf5),'WZkbI':function(_0x105fb0,_0x503401,_0x117b53){return _0x105fb0(_0x503401,_0x117b53);},'PwOBG':function(_0x39a9ed,_0x5ea4dd){return _0x39a9ed+_0x5ea4dd;},'WZayW':function(_0x1917f1,_0x981ed3){return _0x1917f1+_0x981ed3;},'dPngi':_0x40aac5(0xf7),'CIkrE':'QvVjP','HXFVJ':'BVHdO','UiFHt':_0x40aac5(0xa8),'gNqPp':_0x40aac5(0x11d),'HQCbg':function(_0x278fa1,_0x784f48){return _0x278fa1!==_0x784f48;},'EDwpX':_0x40aac5(0x125),'YuYUd':'TOhPs','CYYgq':_0x40aac5(0x81),'BScUH':function(_0x18e57f,_0x547911){return _0x18e57f!==_0x547911;},'XdDZw':_0x40aac5(0xc4),'cOgoG':_0x40aac5(0xfd),'spSwj':function(_0xe54d09,_0x3fbff9){return _0xe54d09===_0x3fbff9;},'sNCdL':_0x40aac5(0x10b),'hTJBP':_0x40aac5(0xe6),'KmyKU':'envelope'};super(_0x598527),_0x598527['eventBroadcaster']['on'](_0xdabf7f['KmyKU'],_0x393258=>{const _0x5edf3c=_0x40aac5,_0x51415c={'zEzIy':function(_0x3425a8,_0x5eef15,_0x4803ac){const _0x3b9a37=a3_0x56c5;return _0xdabf7f[_0x3b9a37(0x85)](_0x3425a8,_0x5eef15,_0x4803ac);},'EJLtU':_0xdabf7f[_0x5edf3c(0x127)],'PqgDQ':_0xdabf7f[_0x5edf3c(0x128)],'TysJT':function(_0x356440,_0x9a6b9a){const _0x94afda=_0x5edf3c;return _0xdabf7f[_0x94afda(0xb2)](_0x356440,_0x9a6b9a);},'BirNX':_0xdabf7f[_0x5edf3c(0xd2)],'bbWys':function(_0x1a0383,_0x2e5958){const _0x18ae0d=_0x5edf3c;return _0xdabf7f[_0x18ae0d(0xc9)](_0x1a0383,_0x2e5958);}};if(_0xdabf7f[_0x5edf3c(0x82)](_0xdabf7f[_0x5edf3c(0x11c)],_0xdabf7f[_0x5edf3c(0x11c)])){if(_0x393258[_0x5edf3c(0xfa)])_0xdabf7f[_0x5edf3c(0x82)](_0xdabf7f[_0x5edf3c(0x8d)],_0xdabf7f[_0x5edf3c(0xea)])?this[_0x5edf3c(0xa5)](_0xdabf7f[_0x5edf3c(0xab)](_0xdabf7f[_0x5edf3c(0xa1)]('\x0a',_0x239de5['__platform']),'\x0a')):testSuites+=0x1;else{if(_0x393258['testRunStarted']){if(_0xdabf7f[_0x5edf3c(0x82)](_0xdabf7f[_0x5edf3c(0xb7)],_0xdabf7f['gNqPp'])){const _0x33aa12=_0x276561[_0x5edf3c(0xf9)](_0x10da02['env'][_0x5edf3c(0xe5)]);_0x3988f1=_0x33aa12['capability'];}else{let _0xc50a20;if(_0xdabf7f[_0x5edf3c(0x117)](process['env']['CONFIG'],undefined)){if(_0xdabf7f[_0x5edf3c(0x117)](_0xdabf7f[_0x5edf3c(0x121)],_0xdabf7f[_0x5edf3c(0x121)])){_0xa36366+=0x1,this[_0x5edf3c(0xa5)](_0xdabf7f[_0x5edf3c(0x94)](_0xdabf7f[_0x5edf3c(0x94)](_0xdabf7f[_0x5edf3c(0x114)](_0xdabf7f[_0x5edf3c(0xa1)](_0xdabf7f[_0x5edf3c(0x114)](_0xdabf7f[_0x5edf3c(0xdf)],_0x3b183c[_0x5edf3c(0x87)]),_0x5994fe[_0x5edf3c(0xd0)]||''),_0xdabf7f['bHAKq']),_0x5aa973[_0x335011[_0x5edf3c(0xdc)][_0x5edf3c(0x119)]]),'\x0a')),this['incrementCounter'](_0x3013b3[_0x51db51[_0x5edf3c(0xdc)]['status']]);if(_0xdabf7f['FgCSM'](_0x552e56[_0x509be2['result'][_0x5edf3c(0x119)]],_0xdabf7f[_0x5edf3c(0xf1)])){_0x1823d7=!![];const _0x588efb=_0xdabf7f[_0x5edf3c(0x104)](_0x30d35a,_0x1831fa,[_0xdabf7f[_0x5edf3c(0x127)],_0xdabf7f[_0x5edf3c(0x128)]]);_0x588efb&&(_0x5429a3[_0xdabf7f[_0x5edf3c(0xb0)](_0xdabf7f[_0x5edf3c(0xab)](_0x392c06[_0x5edf3c(0x92)][_0x5edf3c(0xca)][_0x5edf3c(0xfe)],_0xdabf7f[_0x5edf3c(0xd2)]),_0x3207ad['pickle'][_0x5edf3c(0xfe)])]=_0x588efb,this[_0x5edf3c(0xa5)](_0xdabf7f[_0x5edf3c(0x94)](_0x588efb,'\x0a')));}}else{const _0x1bdf52=JSON[_0x5edf3c(0xf9)](process[_0x5edf3c(0x9c)]['CONFIG']);_0xc50a20=_0x1bdf52[_0x5edf3c(0xb8)];}}if(_0xdabf7f['HQCbg'](_0xc50a20,undefined)){if(_0xdabf7f[_0x5edf3c(0x82)](_0xdabf7f[_0x5edf3c(0xc0)],_0xdabf7f[_0x5edf3c(0xbb)])){_0x188960=!![];const _0x367bb9=_0x51415c[_0x5edf3c(0xb3)](_0x10ba99,_0x39f83e,[_0x51415c[_0x5edf3c(0xed)],_0x51415c[_0x5edf3c(0xfc)]]);_0x367bb9&&(_0x374902[_0x51415c[_0x5edf3c(0x83)](_0x51415c[_0x5edf3c(0x83)](_0x1b96c8[_0x5edf3c(0x92)][_0x5edf3c(0xca)][_0x5edf3c(0xfe)],_0x51415c['BirNX']),_0x21bbf1[_0x5edf3c(0x10d)][_0x5edf3c(0xfe)])]=_0x367bb9,this[_0x5edf3c(0xa5)](_0x51415c[_0x5edf3c(0xe7)](_0x367bb9,'\x0a')));}else global[_0x5edf3c(0xcb)]=_0xdabf7f[_0x5edf3c(0xf8)](getPlatformName,_0xc50a20),this['log'](_0xdabf7f[_0x5edf3c(0xc9)](_0x5edf3c(0xbc)+global['__platform'],'\x0a'));}}}else{if(_0x393258[_0x5edf3c(0xcd)])_0xdabf7f[_0x5edf3c(0xa2)](_0xdabf7f[_0x5edf3c(0xba)],_0xdabf7f[_0x5edf3c(0xb4)])?this[_0x5edf3c(0xf0)](_0x393258['testCaseFinished']):(_0x156821[_0x5edf3c(0xcb)]=_0xdabf7f['eQJfb'](_0xc908a8,_0x1ec9b9),this[_0x5edf3c(0xa5)](_0xdabf7f['fmFtN'](_0x5edf3c(0xbc)+_0x24e0e1[_0x5edf3c(0xcb)],'\x0a')));else{if(_0x393258[_0x5edf3c(0x107)]){if(_0xdabf7f[_0x5edf3c(0xbf)](_0xdabf7f[_0x5edf3c(0xc2)],_0xdabf7f[_0x5edf3c(0xe4)])){if(_0xdabf7f[_0x5edf3c(0x88)](_0x30ba04[_0x5edf3c(0xc8)],_0x1c2a3d))return![];if(_0x3f94a7[_0x5edf3c(0x100)]&&_0x233d4a[_0x5edf3c(0x100)][_0x5edf3c(0xde)]['includes'](_0xdabf7f['jCkid']))return!![];return![];}else this[_0x5edf3c(0xb1)](_0x393258[_0x5edf3c(0x107)]);}}}}}else _0x40d958+=0x1;});}['logTestCaseFinished'](_0x590693){const _0x4a14e9=a3_0x3c7690,_0x247389={'aeEmh':function(_0x33b89e,_0x44c1e7){return _0x33b89e!==_0x44c1e7;},'uVBZn':function(_0x1e3820,_0x401bfd){return _0x1e3820!==_0x401bfd;},'NFRjy':function(_0xa4baed,_0x2865f1){return _0xa4baed(_0x2865f1);},'Nqhrs':function(_0x5f2f40,_0x555423){return _0x5f2f40+_0x555423;},'xgCcx':function(_0x225ae9,_0x15e4b5){return _0x225ae9!==_0x15e4b5;},'etEvf':_0x4a14e9(0x8b),'tlRgC':function(_0x43ad1d,_0x3ab730){return _0x43ad1d+_0x3ab730;},'sXUtP':function(_0x1ec750,_0x424eae){return _0x1ec750+_0x424eae;},'txEFR':_0x4a14e9(0x10a),'nPdQm':'\x20-\x20','vdlSA':function(_0x3db235,_0x15ce27){return _0x3db235===_0x15ce27;},'dImAZ':'FAILED','kIfSs':function(_0x245fd8,_0x31f745,_0x411f44){return _0x245fd8(_0x31f745,_0x411f44);},'WOrfT':'result','qoVDx':'message','TcFJS':function(_0x59f1f0,_0x2f23bb){return _0x59f1f0+_0x2f23bb;},'lEEwB':function(_0x58b52c,_0xc917){return _0x58b52c===_0xc917;},'tZAaN':_0x4a14e9(0xd6),'kxBHo':function(_0x487b1b,_0x30733a){return _0x487b1b!==_0x30733a;},'vJpbW':_0x4a14e9(0xbe),'zxzra':_0x4a14e9(0x8c),'OLLnM':function(_0x34caaf,_0x1edb48){return _0x34caaf+_0x1edb48;},'TyAmy':function(_0xe02310,_0x33af0a){return _0xe02310===_0x33af0a;},'zFPfO':function(_0x4f397f,_0x24db6d){return _0x4f397f===_0x24db6d;},'fZcuj':_0x4a14e9(0xf3),'FSTWg':'agEAb','XkggS':function(_0x109a99,_0x51719c,_0x291ab4){return _0x109a99(_0x51719c,_0x291ab4);},'SnfRx':'fFHGF','tPVqI':'ITCKO','EJIQe':function(_0xf17ae6,_0x293a13){return _0xf17ae6+_0x293a13;},'uKKEx':function(_0x567466,_0x26f5e1){return _0x567466+_0x26f5e1;},'KXwBm':function(_0x270eba,_0x45c603){return _0x270eba!==_0x45c603;},'uqKOW':_0x4a14e9(0x99),'SelqN':_0x4a14e9(0x113),'sKIXT':function(_0x53685c,_0x3251a9){return _0x53685c+_0x3251a9;},'dHnMA':function(_0x4e8ab2,_0x3fe27d){return _0x4e8ab2+_0x3fe27d;},'jgFwF':function(_0x137fe1,_0x1ec38c){return _0x137fe1+_0x1ec38c;},'ozycC':_0x4a14e9(0x11b)};if(_0x247389[_0x4a14e9(0x80)](global['__platform'],undefined)){if(_0x247389[_0x4a14e9(0xdd)](_0x247389['uqKOW'],_0x247389[_0x4a14e9(0xd1)]))this['log'](_0x247389[_0x4a14e9(0x126)](_0x247389['dHnMA']('\x0a',global[_0x4a14e9(0xcb)]),'\x0a'));else{let _0x3e28bb;if(_0x247389['aeEmh'](_0x36d740[_0x4a14e9(0x9c)]['CONFIG'],_0x1941c0)){const _0x1537af=_0x180196[_0x4a14e9(0xf9)](_0x23fd6c[_0x4a14e9(0x9c)][_0x4a14e9(0xe5)]);_0x3e28bb=_0x1537af[_0x4a14e9(0xb8)];}_0x247389['uVBZn'](_0x3e28bb,_0x3dab30)&&(_0x510929[_0x4a14e9(0xcb)]=_0x247389['NFRjy'](_0x410952,_0x3e28bb),this[_0x4a14e9(0xa5)](_0x247389[_0x4a14e9(0xff)](_0x4a14e9(0xbc)+_0x4c81c1['__platform'],'\x0a')));}}const _0x3d8246=this[_0x4a14e9(0x123)][_0x4a14e9(0x106)](_0x590693[_0x4a14e9(0xc3)]);this[_0x4a14e9(0xa5)](_0x247389[_0x4a14e9(0xb5)](_0x247389[_0x4a14e9(0x10e)](_0x247389[_0x4a14e9(0xff)](_0x247389[_0x4a14e9(0x84)]('\x20\x20',_0x3d8246[_0x4a14e9(0x92)][_0x4a14e9(0xca)][_0x4a14e9(0xfe)]),_0x247389['nPdQm']),_0x3d8246[_0x4a14e9(0x10d)][_0x4a14e9(0xfe)]),'\x0a'));const _0x3bd24c={};_0x3bd24c['cwd']=this[_0x4a14e9(0x109)],_0x3bd24c['snippetBuilder']=this[_0x4a14e9(0x102)],_0x3bd24c[_0x4a14e9(0x9f)]=this[_0x4a14e9(0x9f)],_0x3bd24c[_0x4a14e9(0x116)]=_0x3d8246;const _0x405577=formatterHelpers[_0x4a14e9(0xe2)](_0x3bd24c);let _0x416f31=![];_0x405577[_0x4a14e9(0xc6)][_0x4a14e9(0x86)](_0x4859c8=>{const _0x575e6e=_0x4a14e9,_0x3e725={'anXZP':function(_0x1848e2,_0x284497){return _0x247389['xgCcx'](_0x1848e2,_0x284497);},'ThcWp':_0x247389[_0x575e6e(0xf6)],'bebWX':function(_0x22725a,_0x52e2fe){const _0x370102=_0x575e6e;return _0x247389[_0x370102(0xff)](_0x22725a,_0x52e2fe);},'SoLzh':function(_0x8145e,_0x2a554c){const _0x1cbf69=_0x575e6e;return _0x247389[_0x1cbf69(0xb6)](_0x8145e,_0x2a554c);},'FICKX':function(_0x5bfd86,_0x11dcf5){return _0x247389['sXUtP'](_0x5bfd86,_0x11dcf5);},'xyBwt':function(_0x56a76f,_0x2952c3){const _0x51d123=_0x575e6e;return _0x247389[_0x51d123(0xff)](_0x56a76f,_0x2952c3);},'OIqxQ':_0x247389[_0x575e6e(0x98)],'fPOLT':_0x247389[_0x575e6e(0xf4)],'EBqsV':function(_0x561d93,_0x1ccee9){const _0x107fdc=_0x575e6e;return _0x247389[_0x107fdc(0x110)](_0x561d93,_0x1ccee9);},'BvFoG':_0x247389[_0x575e6e(0xc1)],'XQNFH':function(_0x4079fa,_0x3c0536,_0x4f1821){return _0x247389['kIfSs'](_0x4079fa,_0x3c0536,_0x4f1821);},'PykjV':_0x247389['WOrfT'],'lcfWv':_0x247389[_0x575e6e(0x90)],'AsynF':function(_0x2452e8,_0x50d440){const _0x12c0f7=_0x575e6e;return _0x247389[_0x12c0f7(0xb5)](_0x2452e8,_0x50d440);}};if(_0x247389[_0x575e6e(0x95)](_0x247389[_0x575e6e(0xb9)],_0x247389[_0x575e6e(0xb9)])){if(_0x247389[_0x575e6e(0x103)](_0x4859c8[_0x575e6e(0xfe)],_0x247389['etEvf'])&&!this[_0x575e6e(0x11f)](_0x4859c8)){if(_0x247389[_0x575e6e(0x103)](_0x247389[_0x575e6e(0xee)],_0x247389[_0x575e6e(0xec)])){totalTests+=0x1,this[_0x575e6e(0xa5)](_0x247389['sXUtP'](_0x247389[_0x575e6e(0xae)](_0x247389['tlRgC'](_0x247389[_0x575e6e(0xff)](_0x247389['OLLnM'](_0x247389[_0x575e6e(0x98)],_0x4859c8[_0x575e6e(0x87)]),_0x4859c8[_0x575e6e(0xd0)]||''),_0x247389[_0x575e6e(0xf4)]),Status[_0x4859c8[_0x575e6e(0xdc)][_0x575e6e(0x119)]]),'\x0a')),this[_0x575e6e(0xbd)](Status[_0x4859c8[_0x575e6e(0xdc)][_0x575e6e(0x119)]]);if(_0x247389[_0x575e6e(0x112)](Status[_0x4859c8['result'][_0x575e6e(0x119)]],_0x247389[_0x575e6e(0xc1)])){if(_0x247389[_0x575e6e(0x93)](_0x247389[_0x575e6e(0xe3)],_0x247389[_0x575e6e(0x91)])){if(_0x3e725['anXZP'](_0x51e42c[_0x575e6e(0xfe)],_0x3e725['ThcWp'])&&!this['isBstackHook'](_0x415746)){_0x135b8e+=0x1,this[_0x575e6e(0xa5)](_0x3e725[_0x575e6e(0xcc)](_0x3e725[_0x575e6e(0xad)](_0x3e725['FICKX'](_0x3e725[_0x575e6e(0x11e)](_0x3e725['bebWX'](_0x3e725['OIqxQ'],_0x14e057[_0x575e6e(0x87)]),_0x46b6bb['text']||''),_0x3e725[_0x575e6e(0xf2)]),_0x53a817[_0x15bd2a['result'][_0x575e6e(0x119)]]),'\x0a')),this[_0x575e6e(0xbd)](_0xc9a295[_0x4541f4[_0x575e6e(0xdc)][_0x575e6e(0x119)]]);if(_0x3e725[_0x575e6e(0xef)](_0x5f1e81[_0x24455f[_0x575e6e(0xdc)][_0x575e6e(0x119)]],_0x3e725[_0x575e6e(0x7f)])){_0x2ac149=!![];const _0x4611f3=_0x3e725['XQNFH'](_0x1653e5,_0x314ac8,[_0x3e725[_0x575e6e(0xa3)],_0x3e725[_0x575e6e(0x122)]]);_0x4611f3&&(_0x26b0a3[_0x3e725[_0x575e6e(0x11e)](_0x3e725[_0x575e6e(0xcc)](_0x2faeea['gherkinDocument'][_0x575e6e(0xca)]['name'],_0x3e725[_0x575e6e(0xf2)]),_0x386fd6[_0x575e6e(0x10d)][_0x575e6e(0xfe)])]=_0x4611f3,this[_0x575e6e(0xa5)](_0x3e725['AsynF'](_0x4611f3,'\x0a')));}}}else{_0x416f31=!![];const _0x48efa4=_0x247389[_0x575e6e(0x118)](nestedKeyValue,_0x4859c8,[_0x247389[_0x575e6e(0xd5)],_0x247389[_0x575e6e(0x90)]]);_0x48efa4&&(_0x247389[_0x575e6e(0x103)](_0x247389[_0x575e6e(0x105)],_0x247389[_0x575e6e(0x115)])?(testsErrorMessage[_0x247389[_0x575e6e(0xa4)](_0x247389[_0x575e6e(0x8f)](_0x3d8246[_0x575e6e(0x92)][_0x575e6e(0xca)][_0x575e6e(0xfe)],_0x247389['nPdQm']),_0x3d8246[_0x575e6e(0x10d)][_0x575e6e(0xfe)])]=_0x48efa4,this['log'](_0x247389['uKKEx'](_0x48efa4,'\x0a'))):_0x2152b8+=0x1);}}}else return!![];}}else this[_0x575e6e(0xb1)](_0x2eda39['testRunFinished']);}),_0x416f31&&(_0x247389[_0x4a14e9(0x101)](_0x247389[_0x4a14e9(0x11a)],_0x247389[_0x4a14e9(0x11a)])?this[_0x4a14e9(0xf0)](_0x45a206['testCaseFinished']):testSuitesFailed+=0x1),this[_0x4a14e9(0xa5)]('\x0a');}[a3_0x3c7690(0xb1)](_0x46b945){}['isBstackHook'](_0xe28e43){const _0x2e84af=a3_0x3c7690,_0xd9aa9d={};_0xd9aa9d['qmFmE']=function(_0x4675b5,_0x861c18){return _0x4675b5+_0x861c18;},_0xd9aa9d['TgWDs']='\x20-\x20',_0xd9aa9d[_0x2e84af(0xac)]=function(_0x1cba55,_0x56ab55){return _0x1cba55+_0x56ab55;},_0xd9aa9d[_0x2e84af(0xa7)]=function(_0x4488a7,_0x1910be){return _0x4488a7!==_0x1910be;},_0xd9aa9d[_0x2e84af(0x9b)]=function(_0x3a9e3a,_0x9a976a){return _0x3a9e3a===_0x9a976a;},_0xd9aa9d[_0x2e84af(0xd7)]=_0x2e84af(0xda),_0xd9aa9d[_0x2e84af(0xc5)]=_0x2e84af(0xe1),_0xd9aa9d[_0x2e84af(0xaa)]=_0x2e84af(0xf5),_0xd9aa9d[_0x2e84af(0x9e)]=function(_0x1d8c96,_0x436d90){return _0x1d8c96!==_0x436d90;},_0xd9aa9d[_0x2e84af(0x89)]='gxAJc',_0xd9aa9d[_0x2e84af(0xe0)]=_0x2e84af(0x10f);const _0x5db580=_0xd9aa9d;if(_0x5db580[_0x2e84af(0xa7)](_0xe28e43[_0x2e84af(0xc8)],undefined))return _0x5db580['lNThz'](_0x5db580[_0x2e84af(0xd7)],_0x5db580['Besjv'])?![]:![];if(_0xe28e43[_0x2e84af(0x100)]&&_0xe28e43[_0x2e84af(0x100)]['uri'][_0x2e84af(0x96)](_0x5db580[_0x2e84af(0xaa)])){if(_0x5db580[_0x2e84af(0x9e)](_0x5db580['nmFoo'],_0x5db580['yhEZr']))return!![];else _0x5e2222[_0x5db580[_0x2e84af(0x10c)](_0x5db580[_0x2e84af(0x10c)](_0x90c007['gherkinDocument'][_0x2e84af(0xca)]['name'],_0x5db580[_0x2e84af(0xce)]),_0x37b8a6[_0x2e84af(0x10d)][_0x2e84af(0xfe)])]=_0x13d999,this[_0x2e84af(0xa5)](_0x5db580[_0x2e84af(0xac)](_0x4d6365,'\x0a'));}return![];}[a3_0x3c7690(0xbd)](_0x5de392){const _0x151829=a3_0x3c7690,_0x3dcb35={};_0x3dcb35[_0x151829(0x9d)]=_0x151829(0x111),_0x3dcb35[_0x151829(0xcf)]='PASSED',_0x3dcb35['faluB']=_0x151829(0xa9),_0x3dcb35[_0x151829(0x9a)]=_0x151829(0x97),_0x3dcb35[_0x151829(0x8a)]='UNDEFINED',_0x3dcb35[_0x151829(0x108)]=_0x151829(0xfb),_0x3dcb35[_0x151829(0xa6)]=_0x151829(0xeb);const _0x37f960=_0x3dcb35;switch(_0x5de392){case _0x37f960[_0x151829(0x9d)]:testsFailed+=0x1;break;case _0x37f960[_0x151829(0xcf)]:testsPassed+=0x1;break;case _0x37f960['faluB']:testsSkipped+=0x1;break;case _0x37f960['efVvS']:testsPending+=0x1;break;case _0x37f960[_0x151829(0x8a)]:testsUndefined+=0x1;break;case _0x37f960['idrSp']:testsUnknown+=0x1;break;case _0x37f960['xKFQT']:testsAmbiguous+=0x1;break;default:break;}}}module['exports']=BrowserstackFormatter;function a3_0x56c5(_0x50aa5c,_0x586cba){const _0xd1fdec=a3_0xd1fd();return a3_0x56c5=function(_0x56c575,_0x13c7bf){_0x56c575=_0x56c575-0x7f;let _0x5d1e3=_0xd1fdec[_0x56c575];return _0x5d1e3;},a3_0x56c5(_0x50aa5c,_0x586cba);}function a3_0xd1fd(){const _0x315ca7=['supportCodeLibrary','56838qzMEmG','sJwXw','BScUH','PykjV','OLLnM','log','xKFQT','ctaZU','TcEnH','SKIPPED','mrNsS','WfHaH','NWVwC','SoLzh','sXUtP','56VpbPHG','fmFtN','logTestRunFinished','PwOBG','zEzIy','cOgoG','TcFJS','tlRgC','UiFHt','capability','tZAaN','XdDZw','CYYgq','Executing\x20tests\x20for\x20','incrementCounter','lSYyn','spSwj','YuYUd','dImAZ','sNCdL','testCaseStartedId','ujiIA','Besjv','testSteps','132846gGJQYx','sourceLocation','WZayW','feature','__platform','bebWX','testCaseFinished','TgWDs','TGRGF','text','SelqN','bHAKq','278227jfEJfD','830uhDUej','WOrfT','zqKBp','QYkFi','43528kfOFUP','499484xyIsjH','jsLlQ','155uLeXvP','result','KXwBm','uri','KarQY','yhEZr','HOwgk','parseTestCaseAttempt','fZcuj','hTJBP','CONFIG','moQne','bbWys','@cucumber/cucumber','85382aDVAiQ','HXFVJ','AMBIGUOUS','zxzra','EJLtU','vJpbW','EBqsV','logTestCaseFinished','FOihm','fPOLT','JOkmY','nPdQm','cucumber-js/test.setup.js','etEvf','LMRRh','eQJfb','parse','testCaseStarted','UNKNOWN','PqgDQ','NBwQt','name','Nqhrs','actionLocation','xgCcx','snippetBuilder','kxBHo','Fxdsc','SnfRx','getTestCaseAttempt','testRunFinished','idrSp','cwd','\x20\x20\x20\x20','jYtTR','qmFmE','pickle','dHnMA','rpkfN','vdlSA','FAILED','TyAmy','zzBYy','UwnVF','tPVqI','testCaseAttempt','HQCbg','XkggS','status','ozycC','VcFTK','dPngi','PHWaa','xyBwt','isBstackHook','\x20-\x20','EDwpX','lcfWv','eventDataCollector','286668OxMGue','Reras','sKIXT','zzqGU','ROIqL','BvFoG','uVBZn','KOZhh','FgCSM','TysJT','jgFwF','WZkbI','forEach','keyword','TduwB','nmFoo','VRmeZ','bstack','KTFrY','CIkrE','12CQbsAy','EJIQe','qoVDx','FSTWg','gherkinDocument','zFPfO','LzqTH','lEEwB','includes','PENDING','txEFR','Cqlaf','efVvS','lNThz','env','uyhIS','abjse'];a3_0xd1fd=function(){return _0x315ca7;};return a3_0xd1fd();}
|
|
1
|
+
const a3_0x3b4a03=a3_0x191d;function a3_0x191d(_0x199f81,_0x4c3c1e){const _0x36c497=a3_0x36c4();return a3_0x191d=function(_0x191d1f,_0x3fdafc){_0x191d1f=_0x191d1f-0x1ce;let _0x5ba965=_0x36c497[_0x191d1f];return _0x5ba965;},a3_0x191d(_0x199f81,_0x4c3c1e);}(function(_0x438ad7,_0x1c2208){const _0x19cf13=a3_0x191d,_0x21cdb2=_0x438ad7();while(!![]){try{const _0x16f085=-parseInt(_0x19cf13(0x21b))/0x1+parseInt(_0x19cf13(0x1d9))/0x2+parseInt(_0x19cf13(0x1ed))/0x3*(parseInt(_0x19cf13(0x22c))/0x4)+-parseInt(_0x19cf13(0x1eb))/0x5+parseInt(_0x19cf13(0x1e6))/0x6+-parseInt(_0x19cf13(0x1cf))/0x7+parseInt(_0x19cf13(0x24d))/0x8;if(_0x16f085===_0x1c2208)break;else _0x21cdb2['push'](_0x21cdb2['shift']());}catch(_0x12f496){_0x21cdb2['push'](_0x21cdb2['shift']());}}}(a3_0x36c4,0xd71e7));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x3b4a03(0x231)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x1f2cd4){const _0xecf055=a3_0x3b4a03,_0x3ed83c={'llbvC':function(_0x1f5d52,_0x2e2bf0){return _0x1f5d52+_0x2e2bf0;},'QmWlN':_0xecf055(0x20f),'hVDwQ':'\x20-\x20','qAYWG':function(_0x22fb7a,_0x1f08a9){return _0x22fb7a===_0x1f08a9;},'lkWIr':_0xecf055(0x1f9),'SxtLj':function(_0x304852,_0x23760e,_0x4a63e8){return _0x304852(_0x23760e,_0x4a63e8);},'kuDod':_0xecf055(0x257),'aWRtQ':_0xecf055(0x26d),'oDwTf':function(_0x7f591e,_0x168a21){return _0x7f591e+_0x168a21;},'LRsQx':'oZEAv','yeJGH':_0xecf055(0x261),'plWIM':_0xecf055(0x219),'oJitx':'ZBXRu','CsFei':function(_0x3745ff,_0x37ae80){return _0x3745ff!==_0x37ae80;},'BQauW':function(_0x27eb09,_0x5b3114){return _0x27eb09===_0x5b3114;},'vKYhr':_0xecf055(0x256),'rdRYz':_0xecf055(0x25f),'tplWN':_0xecf055(0x1f3),'moYnw':function(_0x483bda,_0x1a5e02){return _0x483bda(_0x1a5e02);},'ubzWU':function(_0x430922,_0x27c704){return _0x430922+_0x27c704;},'CIJDK':_0xecf055(0x259),'pXiLr':_0xecf055(0x1fd),'acCQr':function(_0x2620e0,_0x5a2012){return _0x2620e0!==_0x5a2012;},'UMmAt':_0xecf055(0x1d1),'rTIwL':_0xecf055(0x1ff),'tgnWb':'envelope'};super(_0x1f2cd4),_0x1f2cd4[_0xecf055(0x1d5)]['on'](_0x3ed83c[_0xecf055(0x253)],_0x4fa020=>{const _0x5b2c95=_0xecf055,_0x1e34d7={'wsuxm':function(_0x4710a6,_0x4cff96){const _0x3fd327=a3_0x191d;return _0x3ed83c[_0x3fd327(0x23a)](_0x4710a6,_0x4cff96);},'NXkeY':function(_0x4cae69,_0x3191d5){const _0x9201d9=a3_0x191d;return _0x3ed83c[_0x9201d9(0x23a)](_0x4cae69,_0x3191d5);},'OKhkl':function(_0x5d1b8d,_0x402cf0){const _0x57bb77=a3_0x191d;return _0x3ed83c[_0x57bb77(0x23a)](_0x5d1b8d,_0x402cf0);},'vQDTy':_0x3ed83c['QmWlN'],'fpSeH':_0x3ed83c[_0x5b2c95(0x225)],'vfBCT':function(_0x2d4686,_0x230424){const _0x49dae1=_0x5b2c95;return _0x3ed83c[_0x49dae1(0x246)](_0x2d4686,_0x230424);},'zAdFt':_0x3ed83c['lkWIr'],'GpvWE':function(_0x414ba6,_0x25e83c,_0x26d368){const _0x229246=_0x5b2c95;return _0x3ed83c[_0x229246(0x1f8)](_0x414ba6,_0x25e83c,_0x26d368);},'viyvB':_0x3ed83c[_0x5b2c95(0x1da)],'uBjHZ':_0x3ed83c[_0x5b2c95(0x248)],'VVldc':function(_0x66d5f5,_0x650152){const _0x29e144=_0x5b2c95;return _0x3ed83c[_0x29e144(0x210)](_0x66d5f5,_0x650152);},'IABag':function(_0x46d778,_0x3aab3b){const _0x2e9ad8=_0x5b2c95;return _0x3ed83c[_0x2e9ad8(0x23a)](_0x46d778,_0x3aab3b);}};if(_0x3ed83c[_0x5b2c95(0x246)](_0x3ed83c[_0x5b2c95(0x1d4)],_0x3ed83c[_0x5b2c95(0x1d4)])){if(_0x4fa020[_0x5b2c95(0x22f)])_0x3ed83c[_0x5b2c95(0x246)](_0x3ed83c['yeJGH'],_0x3ed83c[_0x5b2c95(0x244)])?testSuites+=0x1:this[_0x5b2c95(0x21f)](_0x1fc774['testRunFinished']);else{if(_0x4fa020[_0x5b2c95(0x214)]){if(_0x3ed83c[_0x5b2c95(0x246)](_0x3ed83c[_0x5b2c95(0x201)],_0x3ed83c[_0x5b2c95(0x22e)]))this[_0x5b2c95(0x224)](_0xb2f464[_0x5b2c95(0x23d)]);else{let _0x332674;if(_0x3ed83c[_0x5b2c95(0x1e5)](process[_0x5b2c95(0x1ec)][_0x5b2c95(0x1dc)],undefined)){if(_0x3ed83c[_0x5b2c95(0x215)](_0x3ed83c[_0x5b2c95(0x24c)],_0x3ed83c['rdRYz'])){_0x243fed+=0x1,this[_0x5b2c95(0x25b)](_0x1e34d7[_0x5b2c95(0x242)](_0x1e34d7[_0x5b2c95(0x242)](_0x1e34d7[_0x5b2c95(0x242)](_0x1e34d7[_0x5b2c95(0x1ce)](_0x1e34d7[_0x5b2c95(0x1d2)](_0x1e34d7[_0x5b2c95(0x213)],_0x43a949[_0x5b2c95(0x22b)]),_0x2af25d[_0x5b2c95(0x208)]||''),_0x1e34d7[_0x5b2c95(0x211)]),_0xd9e508[_0x20129a['result'][_0x5b2c95(0x20d)]]),'\x0a')),this['incrementCounter'](_0x45be7b[_0x135806[_0x5b2c95(0x257)][_0x5b2c95(0x20d)]]);if(_0x1e34d7['vfBCT'](_0x5bc50c[_0x54f20e[_0x5b2c95(0x257)][_0x5b2c95(0x20d)]],_0x1e34d7[_0x5b2c95(0x200)])){_0x47ebd4=!![];const _0x5e6aa1=_0x1e34d7[_0x5b2c95(0x220)](_0x279ab6,_0x6d184e,[_0x1e34d7[_0x5b2c95(0x1d3)],_0x1e34d7[_0x5b2c95(0x221)]]);_0x5e6aa1&&(_0x55b1a7[_0x1e34d7[_0x5b2c95(0x242)](_0x1e34d7[_0x5b2c95(0x22a)](_0x2357b0[_0x5b2c95(0x204)][_0x5b2c95(0x1f2)][_0x5b2c95(0x240)],_0x1e34d7[_0x5b2c95(0x211)]),_0x1476e6[_0x5b2c95(0x216)][_0x5b2c95(0x240)])]=_0x5e6aa1,this[_0x5b2c95(0x25b)](_0x1e34d7[_0x5b2c95(0x1db)](_0x5e6aa1,'\x0a')));}}else{const _0x5187ce=JSON[_0x5b2c95(0x23f)](process[_0x5b2c95(0x1ec)][_0x5b2c95(0x1dc)]);_0x332674=_0x5187ce[_0x5b2c95(0x218)];}}_0x3ed83c[_0x5b2c95(0x1e5)](_0x332674,undefined)&&(_0x3ed83c[_0x5b2c95(0x1e5)](_0x3ed83c[_0x5b2c95(0x223)],_0x3ed83c[_0x5b2c95(0x223)])?_0x4a79ab+=0x1:(global[_0x5b2c95(0x1fe)]=_0x3ed83c[_0x5b2c95(0x250)](getPlatformName,_0x332674),this[_0x5b2c95(0x25b)](_0x3ed83c[_0x5b2c95(0x251)](_0x5b2c95(0x25d)+global[_0x5b2c95(0x1fe)],'\x0a'))));}}else{if(_0x4fa020[_0x5b2c95(0x23d)])_0x3ed83c[_0x5b2c95(0x1e5)](_0x3ed83c['CIJDK'],_0x3ed83c[_0x5b2c95(0x234)])?this[_0x5b2c95(0x224)](_0x4fa020['testCaseFinished']):this[_0x5b2c95(0x25b)](_0x3ed83c['llbvC'](_0x3ed83c[_0x5b2c95(0x23a)]('\x0a',_0x3ac0ef['__platform']),'\x0a'));else{if(_0x4fa020[_0x5b2c95(0x206)]){if(_0x3ed83c['acCQr'](_0x3ed83c[_0x5b2c95(0x222)],_0x3ed83c['rTIwL']))this[_0x5b2c95(0x21f)](_0x4fa020['testRunFinished']);else{const _0x339ffa=_0x453c59[_0x5b2c95(0x23f)](_0x5019c4[_0x5b2c95(0x1ec)][_0x5b2c95(0x1dc)]);_0x22d4b1=_0x339ffa[_0x5b2c95(0x218)];}}}}}}else return![];});}[a3_0x3b4a03(0x224)](_0x22ee1d){const _0x4f6669=a3_0x3b4a03,_0x13b35b={'JvXeG':function(_0x4b31fc,_0x597c8e){return _0x4b31fc!==_0x597c8e;},'yYCrC':_0x4f6669(0x21c),'kCzgC':function(_0x120622,_0x3c1762){return _0x120622(_0x3c1762);},'VBZuj':function(_0x5520d0,_0x2ec64e){return _0x5520d0+_0x2ec64e;},'heeob':function(_0x302d13,_0x2280aa,_0xa2e2a3){return _0x302d13(_0x2280aa,_0xa2e2a3);},'QPXGU':_0x4f6669(0x257),'XanBb':'message','erJdy':_0x4f6669(0x1fc),'fJQlF':function(_0x254c3b,_0x371d08){return _0x254c3b+_0x371d08;},'vCQgi':function(_0x462d61,_0x5ecc83){return _0x462d61!==_0x5ecc83;},'AQzzb':_0x4f6669(0x25a),'Honam':_0x4f6669(0x254),'sTJim':function(_0x1ce293,_0x18e28b){return _0x1ce293!==_0x18e28b;},'HMpaE':_0x4f6669(0x265),'UEnQi':function(_0x262d73,_0x17bf5d){return _0x262d73===_0x17bf5d;},'vZeLe':_0x4f6669(0x263),'oZdxz':function(_0x426c92,_0x14e222){return _0x426c92+_0x14e222;},'KJEzR':_0x4f6669(0x20f),'frbbE':_0x4f6669(0x1f9),'yJsdW':_0x4f6669(0x20a),'IQIzt':'cVFPg','SshPX':function(_0x47081f,_0x49646c){return _0x47081f+_0x49646c;},'ixacS':function(_0x506a8b,_0x5102de){return _0x506a8b!==_0x5102de;},'wsMOK':function(_0x3c733b,_0x44bd5d){return _0x3c733b!==_0x44bd5d;},'Tabhd':function(_0x5bc5c8,_0x1204c0){return _0x5bc5c8===_0x1204c0;},'HPSCP':_0x4f6669(0x227),'XgUGC':function(_0x3f4547,_0x7d9932){return _0x3f4547+_0x7d9932;},'GexKu':function(_0x5617d6,_0x17988b){return _0x5617d6+_0x17988b;},'yTFzP':function(_0x588576,_0x2d81c1){return _0x588576+_0x2d81c1;},'HBrec':function(_0x49e787,_0x449f3e){return _0x49e787+_0x449f3e;},'dudWY':function(_0x294fa6,_0x207866){return _0x294fa6+_0x207866;},'GSTmN':function(_0x34955a,_0x5111bf){return _0x34955a===_0x5111bf;},'cBQPh':'WCfNu'};if(_0x13b35b['wsMOK'](global[_0x4f6669(0x1fe)],undefined)){if(_0x13b35b[_0x4f6669(0x202)](_0x13b35b[_0x4f6669(0x267)],_0x13b35b['HPSCP']))this['log'](_0x13b35b[_0x4f6669(0x20b)](_0x13b35b[_0x4f6669(0x1ee)]('\x0a',global[_0x4f6669(0x1fe)]),'\x0a'));else{if(_0x13b35b[_0x4f6669(0x269)](_0x594c35[_0x4f6669(0x236)],_0x3e6436))return![];if(_0x2613fe['actionLocation']&&_0x7abf2e[_0x4f6669(0x1f5)][_0x4f6669(0x1dd)][_0x4f6669(0x226)](_0x13b35b['yYCrC']))return!![];return![];}}const _0x2fe0dc=this[_0x4f6669(0x235)][_0x4f6669(0x26a)](_0x22ee1d['testCaseStartedId']);this[_0x4f6669(0x25b)](_0x13b35b[_0x4f6669(0x232)](_0x13b35b[_0x4f6669(0x1f1)](_0x13b35b[_0x4f6669(0x1ee)](_0x13b35b['dudWY']('\x20\x20',_0x2fe0dc[_0x4f6669(0x204)][_0x4f6669(0x1f2)][_0x4f6669(0x240)]),_0x13b35b[_0x4f6669(0x207)]),_0x2fe0dc[_0x4f6669(0x216)][_0x4f6669(0x240)]),'\x0a'));const _0x1b5c86={};_0x1b5c86[_0x4f6669(0x1e2)]=this['cwd'],_0x1b5c86[_0x4f6669(0x237)]=this[_0x4f6669(0x237)],_0x1b5c86[_0x4f6669(0x1d8)]=this[_0x4f6669(0x1d8)],_0x1b5c86[_0x4f6669(0x1de)]=_0x2fe0dc;const _0xabd331=formatterHelpers[_0x4f6669(0x1f6)](_0x1b5c86);let _0x20af44=![];_0xabd331[_0x4f6669(0x25c)]['forEach'](_0x5d4830=>{const _0x46977c=_0x4f6669,_0x155bc2={'iszbX':function(_0x4849b2,_0x242c3e){return _0x13b35b['kCzgC'](_0x4849b2,_0x242c3e);},'bXJwc':function(_0x2bc127,_0x4889fe){return _0x13b35b['VBZuj'](_0x2bc127,_0x4889fe);},'NzLQc':function(_0x251ecd,_0x9b7c94,_0x454036){return _0x13b35b['heeob'](_0x251ecd,_0x9b7c94,_0x454036);},'CDNEZ':_0x13b35b[_0x46977c(0x1e7)],'OscYC':_0x13b35b[_0x46977c(0x233)],'wSizC':function(_0x13b93d,_0x16c9a3){return _0x13b35b['VBZuj'](_0x13b93d,_0x16c9a3);},'VEQyl':_0x13b35b['erJdy'],'tHhBG':function(_0x210afc,_0x24a14d){const _0x1ae046=_0x46977c;return _0x13b35b[_0x1ae046(0x209)](_0x210afc,_0x24a14d);}};if(_0x13b35b['vCQgi'](_0x13b35b[_0x46977c(0x203)],_0x13b35b[_0x46977c(0x245)])){if(_0x13b35b[_0x46977c(0x20c)](_0x5d4830[_0x46977c(0x240)],_0x13b35b[_0x46977c(0x22d)])&&!this[_0x46977c(0x241)](_0x5d4830)){if(_0x13b35b[_0x46977c(0x24b)](_0x13b35b['vZeLe'],_0x13b35b['vZeLe'])){totalTests+=0x1,this[_0x46977c(0x25b)](_0x13b35b[_0x46977c(0x209)](_0x13b35b[_0x46977c(0x264)](_0x13b35b[_0x46977c(0x209)](_0x13b35b[_0x46977c(0x205)](_0x13b35b[_0x46977c(0x205)](_0x13b35b[_0x46977c(0x26c)],_0x5d4830[_0x46977c(0x22b)]),_0x5d4830[_0x46977c(0x208)]||''),_0x13b35b[_0x46977c(0x207)]),Status[_0x5d4830[_0x46977c(0x257)][_0x46977c(0x20d)]]),'\x0a')),this[_0x46977c(0x238)](Status[_0x5d4830[_0x46977c(0x257)]['status']]);if(_0x13b35b[_0x46977c(0x24b)](Status[_0x5d4830[_0x46977c(0x257)][_0x46977c(0x20d)]],_0x13b35b[_0x46977c(0x266)])){if(_0x13b35b['vCQgi'](_0x13b35b[_0x46977c(0x255)],_0x13b35b[_0x46977c(0x255)]))_0x369c46+=0x1;else{_0x20af44=!![];const _0x3f1a23=_0x13b35b[_0x46977c(0x23b)](nestedKeyValue,_0x5d4830,[_0x13b35b['QPXGU'],_0x13b35b[_0x46977c(0x233)]]);_0x3f1a23&&(_0x13b35b[_0x46977c(0x269)](_0x13b35b[_0x46977c(0x228)],_0x13b35b['IQIzt'])?(_0x4e0445[_0x46977c(0x1fe)]=_0x155bc2[_0x46977c(0x217)](_0x4f8035,_0x5eda34),this[_0x46977c(0x25b)](_0x155bc2['bXJwc'](_0x46977c(0x25d)+_0x6d8ece[_0x46977c(0x1fe)],'\x0a'))):(testsErrorMessage[_0x13b35b['SshPX'](_0x13b35b[_0x46977c(0x26b)](_0x2fe0dc[_0x46977c(0x204)][_0x46977c(0x1f2)]['name'],_0x13b35b['erJdy']),_0x2fe0dc[_0x46977c(0x216)][_0x46977c(0x240)])]=_0x3f1a23,this['log'](_0x13b35b[_0x46977c(0x209)](_0x3f1a23,'\x0a'))));}}}else return!![];}}else{_0x2c6ffe=!![];const _0x588ba2=_0x155bc2['NzLQc'](_0x149889,_0x203daa,[_0x155bc2[_0x46977c(0x1f4)],_0x155bc2[_0x46977c(0x212)]]);_0x588ba2&&(_0x3bb788[_0x155bc2[_0x46977c(0x1e8)](_0x155bc2[_0x46977c(0x21e)](_0x4a8687[_0x46977c(0x204)][_0x46977c(0x1f2)][_0x46977c(0x240)],_0x155bc2[_0x46977c(0x1d6)]),_0x319bb6[_0x46977c(0x216)]['name'])]=_0x588ba2,this['log'](_0x155bc2[_0x46977c(0x249)](_0x588ba2,'\x0a')));}});if(_0x20af44){if(_0x13b35b['GSTmN'](_0x13b35b[_0x4f6669(0x260)],_0x13b35b['cBQPh']))testSuitesFailed+=0x1;else{let _0x388fcd;if(_0x13b35b[_0x4f6669(0x269)](_0x37cde1[_0x4f6669(0x1ec)]['CONFIG'],_0x1b4b8b)){const _0x3b7f94=_0x3f0626[_0x4f6669(0x23f)](_0x2eb4a3['env'][_0x4f6669(0x1dc)]);_0x388fcd=_0x3b7f94[_0x4f6669(0x218)];}_0x13b35b[_0x4f6669(0x243)](_0x388fcd,_0x128abb)&&(_0x8f7746['__platform']=_0x13b35b[_0x4f6669(0x258)](_0x5378e0,_0x388fcd),this[_0x4f6669(0x25b)](_0x13b35b[_0x4f6669(0x264)](_0x4f6669(0x25d)+_0x277891[_0x4f6669(0x1fe)],'\x0a')));}}this['log']('\x0a');}['logTestRunFinished'](_0x11da1d){}[a3_0x3b4a03(0x241)](_0x1d58dd){const _0x4a17c4=a3_0x3b4a03,_0x5a9abd={'ntCNF':function(_0x28dd3f,_0x3ea90a){return _0x28dd3f+_0x3ea90a;},'VojEF':_0x4a17c4(0x1fc),'goQtg':function(_0x7cbecf,_0x4e2851){return _0x7cbecf+_0x4e2851;},'zvMsl':function(_0x4b97f9,_0x112b3a){return _0x4b97f9!==_0x112b3a;},'IGPUZ':_0x4a17c4(0x265),'NxrLx':function(_0x4f0bee,_0x5d0af6){return _0x4f0bee+_0x5d0af6;},'ojgUy':function(_0x551877,_0x4491b8){return _0x551877+_0x4491b8;},'AIMqq':function(_0x5b6884,_0x323a74){return _0x5b6884+_0x323a74;},'RKdCf':_0x4a17c4(0x20f),'SAeNE':function(_0x1ed51f,_0x5e1c39){return _0x1ed51f===_0x5e1c39;},'VCaRk':_0x4a17c4(0x1f9),'iNHoe':function(_0x4c13fc,_0xad9852,_0x2b6e68){return _0x4c13fc(_0xad9852,_0x2b6e68);},'fMoxx':'result','zbDdw':_0x4a17c4(0x26d),'VjcDh':function(_0x18240c,_0x1fba59){return _0x18240c+_0x1fba59;},'arjaV':function(_0x79de31,_0x3dd2f5){return _0x79de31!==_0x3dd2f5;},'sApoy':'xGxzh','XDQLx':_0x4a17c4(0x1e9),'Cezvl':_0x4a17c4(0x21c),'DkZXR':'udQgl','HSqZw':_0x4a17c4(0x239)};if(_0x5a9abd[_0x4a17c4(0x1ef)](_0x1d58dd[_0x4a17c4(0x236)],undefined)){if(_0x5a9abd[_0x4a17c4(0x21a)](_0x5a9abd['sApoy'],_0x5a9abd['XDQLx']))return![];else _0x40224d[_0x5a9abd[_0x4a17c4(0x268)](_0x5a9abd[_0x4a17c4(0x268)](_0x3e7412[_0x4a17c4(0x204)]['feature'][_0x4a17c4(0x240)],_0x5a9abd[_0x4a17c4(0x247)]),_0x4ff17e[_0x4a17c4(0x216)][_0x4a17c4(0x240)])]=_0x11b4e5,this[_0x4a17c4(0x25b)](_0x5a9abd[_0x4a17c4(0x20e)](_0x4e3c2e,'\x0a'));}if(_0x1d58dd[_0x4a17c4(0x1f5)]&&_0x1d58dd[_0x4a17c4(0x1f5)][_0x4a17c4(0x1dd)]['includes'](_0x5a9abd[_0x4a17c4(0x252)])){if(_0x5a9abd[_0x4a17c4(0x1fa)](_0x5a9abd[_0x4a17c4(0x1f7)],_0x5a9abd[_0x4a17c4(0x24a)])){if(_0x5a9abd[_0x4a17c4(0x1ef)](_0x28bd9a[_0x4a17c4(0x240)],_0x5a9abd[_0x4a17c4(0x1df)])&&!this[_0x4a17c4(0x241)](_0x16d0ed)){_0x15770f+=0x1,this[_0x4a17c4(0x25b)](_0x5a9abd[_0x4a17c4(0x25e)](_0x5a9abd['ojgUy'](_0x5a9abd[_0x4a17c4(0x20e)](_0x5a9abd[_0x4a17c4(0x24f)](_0x5a9abd[_0x4a17c4(0x268)](_0x5a9abd[_0x4a17c4(0x1e4)],_0x5260dc[_0x4a17c4(0x22b)]),_0x4e82da[_0x4a17c4(0x208)]||''),_0x5a9abd[_0x4a17c4(0x247)]),_0x2f3779[_0x551a2c[_0x4a17c4(0x257)][_0x4a17c4(0x20d)]]),'\x0a')),this[_0x4a17c4(0x238)](_0x51f3b3[_0x338755['result'][_0x4a17c4(0x20d)]]);if(_0x5a9abd[_0x4a17c4(0x1fa)](_0x40d456[_0x55ac14[_0x4a17c4(0x257)][_0x4a17c4(0x20d)]],_0x5a9abd[_0x4a17c4(0x1fb)])){_0x13a24c=!![];const _0x44f50e=_0x5a9abd['iNHoe'](_0x1c4555,_0x291822,[_0x5a9abd['fMoxx'],_0x5a9abd[_0x4a17c4(0x23e)]]);_0x44f50e&&(_0x3e7f3c[_0x5a9abd[_0x4a17c4(0x1e0)](_0x5a9abd[_0x4a17c4(0x268)](_0x292fee[_0x4a17c4(0x204)][_0x4a17c4(0x1f2)][_0x4a17c4(0x240)],_0x5a9abd[_0x4a17c4(0x247)]),_0x1de0a2[_0x4a17c4(0x216)]['name'])]=_0x44f50e,this[_0x4a17c4(0x25b)](_0x5a9abd['ojgUy'](_0x44f50e,'\x0a')));}}}else return!![];}return![];}['incrementCounter'](_0x4bde79){const _0x3c02bc=a3_0x3b4a03,_0x14160a={};_0x14160a[_0x3c02bc(0x21d)]='FAILED',_0x14160a[_0x3c02bc(0x1d0)]=_0x3c02bc(0x1e1),_0x14160a[_0x3c02bc(0x1ea)]=_0x3c02bc(0x229),_0x14160a[_0x3c02bc(0x1d7)]=_0x3c02bc(0x24e),_0x14160a['eRQJM']=_0x3c02bc(0x262),_0x14160a['IWMXn']=_0x3c02bc(0x1f0),_0x14160a['AdMXh']=_0x3c02bc(0x230);const _0x331c0a=_0x14160a;switch(_0x4bde79){case _0x331c0a[_0x3c02bc(0x21d)]:testsFailed+=0x1;break;case _0x331c0a[_0x3c02bc(0x1d0)]:testsPassed+=0x1;break;case _0x331c0a['jqNJa']:testsSkipped+=0x1;break;case _0x331c0a[_0x3c02bc(0x1d7)]:testsPending+=0x1;break;case _0x331c0a[_0x3c02bc(0x1e3)]:testsUndefined+=0x1;break;case _0x331c0a['IWMXn']:testsUnknown+=0x1;break;case _0x331c0a['AdMXh']:testsAmbiguous+=0x1;break;default:break;}}}function a3_0x36c4(){const _0x1807e4=['eRQJM','RKdCf','CsFei','1901970FJCxnu','QPXGU','bXJwc','pBfTg','jqNJa','2517505aqispU','env','303MfzrXA','GexKu','zvMsl','UNKNOWN','HBrec','feature','JBahs','CDNEZ','actionLocation','parseTestCaseAttempt','DkZXR','SxtLj','FAILED','SAeNE','VCaRk','\x20-\x20','lmCxM','__platform','kDjfy','zAdFt','plWIM','Tabhd','AQzzb','gherkinDocument','oZdxz','testRunFinished','erJdy','text','fJQlF','VOgKE','XgUGC','sTJim','status','goQtg','\x20\x20\x20\x20','oDwTf','fpSeH','OscYC','vQDTy','testRunStarted','BQauW','pickle','iszbX','capability','UOsIT','arjaV','1497662cOKvUH','cucumber-js/test.setup.js','vbTZD','wSizC','logTestRunFinished','GpvWE','uBjHZ','UMmAt','tplWN','logTestCaseFinished','hVDwQ','includes','qvPBF','IQIzt','SKIPPED','VVldc','keyword','14836WSPPrO','HMpaE','oJitx','testCaseStarted','AMBIGUOUS','../../../helpers/helper','yTFzP','XanBb','pXiLr','eventDataCollector','sourceLocation','snippetBuilder','incrementCounter','hDXQR','llbvC','heeob','exports','testCaseFinished','zbDdw','parse','name','isBstackHook','wsuxm','ixacS','yeJGH','Honam','qAYWG','VojEF','aWRtQ','tHhBG','HSqZw','UEnQi','vKYhr','15626752HuBkda','PENDING','AIMqq','moYnw','ubzWU','Cezvl','tgnWb','nVpAe','yJsdW','UxWqv','result','kCzgC','vcrXz','xCxuu','log','testSteps','Executing\x20tests\x20for\x20','NxrLx','llnvd','cBQPh','pjtrS','UNDEFINED','ENtqE','VBZuj','bstack','frbbE','HPSCP','ntCNF','JvXeG','getTestCaseAttempt','SshPX','KJEzR','message','NXkeY','6160630mwrogH','DuAbC','mowxg','OKhkl','viyvB','LRsQx','eventBroadcaster','VEQyl','oLfDK','supportCodeLibrary','2234864UqXely','kuDod','IABag','CONFIG','uri','testCaseAttempt','IGPUZ','VjcDh','PASSED','cwd'];a3_0x36c4=function(){return _0x1807e4;};return a3_0x36c4();}module[a3_0x3b4a03(0x23c)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x1323c3=a4_0x242d;(function(_0x4454d8,_0x3b60c6){const _0x1b315f=a4_0x242d,_0x27a2f2=_0x4454d8();while(!![]){try{const _0x1cf85a=-parseInt(_0x1b315f(0x176))/0x1+-parseInt(_0x1b315f(0x177))/0x2+parseInt(_0x1b315f(0x1f9))/0x3*(parseInt(_0x1b315f(0x206))/0x4)+parseInt(_0x1b315f(0x1c8))/0x5+parseInt(_0x1b315f(0x1fd))/0x6+parseInt(_0x1b315f(0x150))/0x7*(parseInt(_0x1b315f(0x17f))/0x8)+-parseInt(_0x1b315f(0x1d3))/0x9*(-parseInt(_0x1b315f(0x1ff))/0xa);if(_0x1cf85a===_0x3b60c6)break;else _0x27a2f2['push'](_0x27a2f2['shift']());}catch(_0x9ad146){_0x27a2f2['push'](_0x27a2f2['shift']());}}}(a4_0x3675,0xd3757));function a4_0x3675(){const _0x5ca987=['cucumber/lib/formatter/helpers/pickle_parser.js','QmoXO','text','tzvzT','MBluE','AMBIGUOUS','dIzXh','crwhT','GmTqw','FszrD','VBnMH','test-case-finished','qxEoV','DuUcU','JBDAL','pQoex','ulXSH','egwUv','nmSre','UHIxE','getStepLineToPickledStepMap','odvvr','TNgyy','yjsHF','jVTas','87621VlOgUO','sQCqG','oadXj','NCjSm','629040GoHPZR','log','15618130kGFcTe','test-run-finished','MveDF','TkrMe','status','EJaWa','GCKhk','48pzXFsq','VCWwn','YEpdY','__platform','getTestCaseData','KKQGl','UQYry','nWYBl','TMjJZ','wwCrg','AriVx','AUqIn','PASSED','vpxDS','QUHYG','QkMVz','fwAkH','vRyvR','steps','56tlSvAI','TqkpM','UfXcb','sourceLocation','\x20\x20\x20\x20','AKRII','nDfeJ','qIySw','GBptv','szvIB','cucumber','feature','IcGQe','QEjkP','XngGN','hXIuY','EaztF','GXOEJ','kNPaG','Cgoar','vhFwY','eventDataCollector','SChkt','uvWmI','stepResults','IzJEs','OgGXW','aldlu','capability','HgKCA','pgfsh','OHBFb','jYuoE','wtXFg','FLWaU','KCgrc','tSqaT','Rizdq','1276037ilPVVI','682252GjiQqB','TqbPJ','jaPzw','hXgQO','toUpperCase','uri','oDEod','parse','19704rOXJeT','wgbgc','AsDVL','PENDING','zSMjZ','AGdnZ','idnJi','\x20\x20\x20\x20BEFORE\x20-\x20','oPZCw','actionLocation','TUmsO','xxYmH','jMLmM','HRqnD','length','mbDZp','exception','TuGEB','stack','YoUQG','undefined','YdMgL','\x20-\x20','env','name','pluDR','../../../helpers/helper','nTPUh','testCase','pickle','UJGXm','Snqev','NXvJC','pDydb','RDLJf','PXuIv','NcUOP','DspCB','RnSJw','ePVCB','eZUaR','RPZvT','exports','Executing\x20tests\x20for\x20','includes','hFaGn','QruaC','eNJTj','iYqVH','JpEmp','pnrtf','gherkinDocument','line','ULTid','lpVxu','ceAiA','mzTXy','Neqmy','Mzqns','UNDEFINED','CONFIG','fpRjz','eFPue','vyjXH','SodYT','slejG','getTestCaseAttempt','ESPKX','\x20\x20\x20\x20AFTER\x20-\x20','Zopog','test-step-started','GXGlN','jHrSQ','2232285UMhECw','yxiWf','xZwuU','HovJU','test-case-started','YRWWS','result','tloyr','HHjWC','tItdr','ACJYk','9DKywLM','IPStp','INoPN','QdubJ','WvFNW','sPign','logTestCaseFinished','eventBroadcaster','trCvm','test-run-started','aIdKH','bTUCI','oiHjE'];a4_0x3675=function(){return _0x5ca987;};return a4_0x3675();}const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0x1323c3(0x199)),{Formatter}=requireModule(a4_0x1323c3(0x15a)),pickleParser=requireModule(a4_0x1323c3(0x1e0));function a4_0x242d(_0x995eaf,_0x4fd933){const _0x3675de=a4_0x3675();return a4_0x242d=function(_0x242d48,_0x3d5b75){_0x242d48=_0x242d48-0x14c;let _0x22811c=_0x3675de[_0x242d48];return _0x22811c;},a4_0x242d(_0x995eaf,_0x4fd933);}class BrowserstackFormatter extends Formatter{constructor(_0x4932ba){const _0x104aa4=a4_0x1323c3,_0x284f25={'TMjJZ':function(_0x2a5b83,_0x34e406){return _0x2a5b83+_0x34e406;},'QmoXO':_0x104aa4(0x186),'aIdKH':function(_0x524fdc,_0x240fbd){return _0x524fdc(_0x240fbd);},'OHBFb':function(_0x5dd4c8,_0x2b0cc4){return _0x5dd4c8===_0x2b0cc4;},'YEpdY':_0x104aa4(0x1b6),'AriVx':_0x104aa4(0x1f5),'OgGXW':function(_0x4320e4,_0x4e9e99){return _0x4320e4!==_0x4e9e99;},'Snqev':_0x104aa4(0x178),'JpEmp':function(_0x1dc30b,_0x5b5e23){return _0x1dc30b!==_0x5b5e23;},'YdMgL':_0x104aa4(0x1d2),'sQCqG':function(_0x2010b2,_0x415775,_0xb4781e){return _0x2010b2(_0x415775,_0xb4781e);},'ESPKX':'result','Cgoar':'exception','szvIB':_0x104aa4(0x191),'TvFyX':_0x104aa4(0x20c),'CSKxc':_0x104aa4(0x16e),'jaPzw':function(_0x2b9c5f,_0x4a3875){return _0x2b9c5f+_0x4a3875;},'hXgQO':_0x104aa4(0x1c3),'kNPaG':function(_0x2aac2d,_0x2bd7ca){return _0x2aac2d===_0x2bd7ca;},'gjKki':_0x104aa4(0x1ad),'oDEod':_0x104aa4(0x1bf),'SVJmU':_0x104aa4(0x1e8),'MveDF':_0x104aa4(0x181),'lpVxu':'HnHFL','kNOWk':_0x104aa4(0x1dc),'AGdnZ':_0x104aa4(0x1cc),'UJGXm':_0x104aa4(0x1eb),'IzJEs':_0x104aa4(0x200),'iYqVH':_0x104aa4(0x1c5)};super(_0x4932ba),_0x4932ba[_0x104aa4(0x1da)]['on'](_0x284f25['kNOWk'],()=>{const _0xd9f473=_0x104aa4;if(_0x284f25[_0xd9f473(0x16f)](_0x284f25[_0xd9f473(0x208)],_0x284f25[_0xd9f473(0x210)]))_0x3111c0['log'](_0x284f25['TMjJZ'](_0x284f25[_0xd9f473(0x1e1)],_0x30eba4[_0x3bf3dd][_0xd9f473(0x203)][_0xd9f473(0x17b)]()));else{let _0x5cde9c;if(_0x284f25['OgGXW'](process[_0xd9f473(0x196)]['CONFIG'],undefined)){if(_0x284f25[_0xd9f473(0x16f)](_0x284f25[_0xd9f473(0x19e)],_0x284f25[_0xd9f473(0x19e)])){const _0x149b0f=JSON[_0xd9f473(0x17e)](process[_0xd9f473(0x196)][_0xd9f473(0x1bb)]);_0x5cde9c=_0x149b0f[_0xd9f473(0x16c)];}else _0x2a20e6-=0x2;}_0x284f25[_0xd9f473(0x16a)](_0x5cde9c,undefined)&&(_0x284f25[_0xd9f473(0x1b0)](_0x284f25['YdMgL'],_0x284f25[_0xd9f473(0x194)])?(_0x3240dd[_0xd9f473(0x209)]=_0x284f25[_0xd9f473(0x1dd)](_0x26fa1b,_0x4aeda6),_0x55a207[_0xd9f473(0x1fe)](_0xd9f473(0x1aa)+_0x135db4[_0xd9f473(0x209)])):(global['__platform']=_0x284f25[_0xd9f473(0x1dd)](getPlatformName,_0x5cde9c),console[_0xd9f473(0x1fe)](_0xd9f473(0x1aa)+global[_0xd9f473(0x209)])));}}),_0x4932ba[_0x104aa4(0x1da)]['on'](_0x284f25[_0x104aa4(0x184)],()=>{const _0x53012d=_0x104aa4,_0x1c88ee={'eZUaR':function(_0x37e2e2,_0x2f42b3,_0x4be3bb){const _0xf7c5d2=a4_0x242d;return _0x284f25[_0xf7c5d2(0x1fa)](_0x37e2e2,_0x2f42b3,_0x4be3bb);},'oPZCw':_0x284f25[_0x53012d(0x1c2)],'aldlu':_0x284f25[_0x53012d(0x163)],'BxPka':_0x284f25[_0x53012d(0x159)],'PXuIv':function(_0x32ac28,_0x351892){const _0x556725=_0x53012d;return _0x284f25[_0x556725(0x20e)](_0x32ac28,_0x351892);}};if(_0x284f25[_0x53012d(0x16f)](_0x284f25['TvFyX'],_0x284f25['CSKxc'])){const _0x17e149=_0x1c88ee[_0x53012d(0x1a7)](_0x435a42,_0x20adc0,[_0x1c88ee[_0x53012d(0x187)],_0x1c88ee[_0x53012d(0x16b)],_0x1c88ee['BxPka']]);_0x17e149&&(_0x5538e7[_0x56d620[_0x53012d(0x197)]]=_0x17e149,_0x41b88f[_0x53012d(0x1fe)](_0x1c88ee[_0x53012d(0x1a2)](_0x17e149,'\x0a'))),_0x60cee=!![];}else testSuites+=0x1;}),_0x4932ba['eventBroadcaster']['on'](_0x284f25[_0x104aa4(0x19d)],_0x179bb1=>{const _0x51b32f=_0x104aa4,_0x4a5b9c={'XngGN':function(_0x356af1,_0x4cc436){const _0x570d1c=a4_0x242d;return _0x284f25[_0x570d1c(0x179)](_0x356af1,_0x4cc436);},'UHIxE':_0x284f25[_0x51b32f(0x17a)]};_0x284f25[_0x51b32f(0x162)](_0x284f25['gjKki'],_0x284f25['gjKki'])?this[_0x51b32f(0x1d9)](_0x179bb1):_0x170552['log'](_0x4a5b9c[_0x51b32f(0x15e)](_0x4a5b9c[_0x51b32f(0x1f3)],_0x432010[_0x5244e4][_0x51b32f(0x203)][_0x51b32f(0x17b)]()));}),_0x4932ba[_0x104aa4(0x1da)]['on'](_0x284f25[_0x104aa4(0x169)],()=>{const _0x451850=_0x104aa4,_0x1a44df={'eNJTj':function(_0x568ce3,_0x196777){const _0x5286b3=a4_0x242d;return _0x284f25[_0x5286b3(0x20e)](_0x568ce3,_0x196777);}};_0x284f25[_0x451850(0x16a)](_0x284f25[_0x451850(0x17d)],_0x284f25['SVJmU'])?totalTests-=0x2:(_0x3128e1[_0x1c3aec[_0x451850(0x197)]]=_0x4744ff,_0x378ea4[_0x451850(0x1fe)](_0x1a44df[_0x451850(0x1ae)](_0x56d0e6,'\x0a')));}),_0x4932ba[_0x104aa4(0x1da)]['on'](_0x284f25[_0x104aa4(0x1af)],()=>{const _0x3876b2=_0x104aa4;_0x284f25[_0x3876b2(0x16a)](_0x284f25[_0x3876b2(0x201)],_0x284f25[_0x3876b2(0x1b5)])?totalTests+=0x1:_0x9985ac+=0x1;});}[a4_0x1323c3(0x1d9)](_0xda8d1f){const _0x48114c=a4_0x1323c3,_0x4b4585={'nDfeJ':function(_0x56f9db,_0x48324a){return _0x56f9db!==_0x48324a;},'qxEoV':'xyIrc','nTPUh':'FAILED','pluDR':_0x48114c(0x212),'EaztF':'SKIPPED','SChkt':_0x48114c(0x182),'mzTXy':_0x48114c(0x1ba),'STWix':'UNKNOWN','trCvm':_0x48114c(0x1e5),'QUHYG':function(_0x3e7246,_0x3a9c6d){return _0x3e7246(_0x3a9c6d);},'vhFwY':function(_0x17f047,_0x338153){return _0x17f047+_0x338153;},'oadXj':_0x48114c(0x1c3),'fwAkH':_0x48114c(0x186),'xZwuU':'cucumber-js/test_old.setup.js','HovJU':function(_0x146159,_0x532a6b){return _0x146159+_0x532a6b;},'mbDZp':function(_0x2a8bb3,_0x48b2ef){return _0x2a8bb3+_0x48b2ef;},'nWYBl':function(_0xe36c88,_0x4a1b12){return _0xe36c88+_0x4a1b12;},'xxYmH':_0x48114c(0x154),'uvWmI':_0x48114c(0x195),'ULTid':function(_0x59e0c1,_0x55d941){return _0x59e0c1(_0x55d941);},'slejG':function(_0x25d76c,_0x2bcb54){return _0x25d76c+_0x2bcb54;},'WvFNW':function(_0x4c2eb9,_0x2dc616){return _0x4c2eb9+_0x2dc616;},'HRqnD':function(_0x4f3d3b,_0x45b944){return _0x4f3d3b!==_0x45b944;},'fpRjz':function(_0x3aff6a,_0x467ed5){return _0x3aff6a(_0x467ed5);},'QkMVz':function(_0x438bec,_0x2d8d02){return _0x438bec+_0x2d8d02;},'KCgrc':function(_0x3a6de3,_0x34e6a4){return _0x3a6de3+_0x34e6a4;},'wwCrg':function(_0x1b769e,_0x33f2db){return _0x1b769e===_0x33f2db;},'vpeyo':_0x48114c(0x1d1),'RDLJf':'oluSn','DuUcU':function(_0x304b42,_0x409fa2){return _0x304b42!==_0x409fa2;},'vFnDT':_0x48114c(0x204),'crwhT':_0x48114c(0x1a6),'wtXFg':function(_0xc1e12f,_0x97c1da){return _0xc1e12f+_0x97c1da;},'pDydb':function(_0x358b0a,_0x114833){return _0x358b0a+_0x114833;},'eVKHG':function(_0x27de89,_0xd8f22b){return _0x27de89(_0xd8f22b);},'zSMjZ':function(_0x259c67,_0x44cda7){return _0x259c67===_0x44cda7;},'egwUv':_0x48114c(0x158),'IcGQe':_0x48114c(0x1ef),'Mzqns':function(_0x586b9f,_0x31de01){return _0x586b9f(_0x31de01);},'vRyvR':'tZpqL','KKQGl':_0x48114c(0x1cf),'QTGMq':_0x48114c(0x1a8),'HHjWC':_0x48114c(0x1be),'RbFJh':function(_0xf8356,_0x5e1a12){return _0xf8356+_0x5e1a12;},'qIySw':function(_0x15592b,_0x564def){return _0x15592b===_0x564def;},'VCWwn':_0x48114c(0x1ac),'TkrMe':function(_0x14b435,_0x470027,_0x2ea6d9){return _0x14b435(_0x470027,_0x2ea6d9);},'GXOEJ':'result','bTUCI':_0x48114c(0x18f),'hXIuY':'stack','TpAQe':function(_0x1ba103,_0x51493b){return _0x1ba103===_0x51493b;},'VBnMH':'pywzv','Zopog':function(_0x424f03,_0x24c13f){return _0x424f03+_0x24c13f;},'HgKCA':function(_0x3d6e7f,_0x17fd60){return _0x3d6e7f+_0x17fd60;},'TUmsO':function(_0x51b1df,_0x1ceefb){return _0x51b1df+_0x1ceefb;},'sPign':function(_0x3b3774,_0x19d28f){return _0x3b3774+_0x19d28f;},'AUqIn':function(_0x15d06c,_0x5e1cd7,_0x131f06){return _0x15d06c(_0x5e1cd7,_0x131f06);},'tSqaT':function(_0x367b37,_0x2efa1e){return _0x367b37+_0x2efa1e;},'TNgyy':function(_0x2f55a7,_0x2d60da){return _0x2f55a7+_0x2d60da;},'QdubJ':function(_0x2f5b08,_0x18f5d3){return _0x2f5b08+_0x18f5d3;},'JBDAL':_0x48114c(0x213),'eFPue':_0x48114c(0x205),'cNpSG':function(_0x438442,_0x447835){return _0x438442+_0x447835;},'DAYwS':_0x48114c(0x193),'yjsHF':_0x48114c(0x175),'jHrSQ':'rBOri','fSFQT':function(_0x4c08d2,_0x85ba42){return _0x4c08d2+_0x85ba42;},'DspCB':function(_0x459c0f,_0x414f08){return _0x459c0f+_0x414f08;},'fWJwZ':function(_0x5afec2,_0x30d38f){return _0x5afec2<_0x30d38f;},'oiHjE':_0x48114c(0x152),'INoPN':function(_0xd28ca0,_0x29a015){return _0xd28ca0+_0x29a015;},'FLWaU':function(_0x52c760,_0xc55c67){return _0x52c760(_0xc55c67);},'YRWWS':function(_0x513633,_0x3d81bc){return _0x513633===_0x3d81bc;},'NXvJC':'IZzsm','QEjkP':'WIgxW','tzvzT':_0x48114c(0x180),'NCjSm':function(_0x546cdd,_0x1270f7){return _0x546cdd(_0x1270f7);},'GXGlN':_0x48114c(0x1e9),'Neqmy':function(_0x179b7b,_0x178c8a){return _0x179b7b+_0x178c8a;},'dIzXh':'qBvxk','AKRII':'MWUmq','idnJi':function(_0x4b31e6,_0x1b5ba4){return _0x4b31e6+_0x1b5ba4;},'MBluE':function(_0x4b1869,_0x2a07e2){return _0x4b1869===_0x2a07e2;}};let _0x1519b8=![];function _0x163f65(_0x2ecd64){const _0x3c20df=_0x48114c;if(_0x4b4585['nDfeJ'](_0x4b4585[_0x3c20df(0x1ec)],_0x4b4585[_0x3c20df(0x1ec)]))_0xcbcbea+=0x1;else switch(_0x2ecd64){case _0x4b4585[_0x3c20df(0x19a)]:testsFailed+=0x1;break;case _0x4b4585[_0x3c20df(0x198)]:testsPassed+=0x1;break;case _0x4b4585[_0x3c20df(0x160)]:testsSkipped+=0x1;break;case _0x4b4585[_0x3c20df(0x166)]:testsPending+=0x1;break;case _0x4b4585[_0x3c20df(0x1b7)]:testsUndefined+=0x1;break;case _0x4b4585['STWix']:testsUnknown+=0x1;break;case _0x4b4585[_0x3c20df(0x1db)]:testsAmbiguous+=0x1;break;default:break;}}_0x4b4585['nDfeJ'](global[_0x48114c(0x209)],undefined)&&(_0x4b4585[_0x48114c(0x156)](_0x4b4585[_0x48114c(0x1ee)],_0x4b4585[_0x48114c(0x1bd)])?console[_0x48114c(0x1fe)](_0x4b4585['cNpSG'](_0x4b4585[_0x48114c(0x16d)]('\x0a',global[_0x48114c(0x209)]),'\x0a')):(_0x4b4585[_0x48114c(0x214)](_0xb0ec59,_0x4cf49f[_0x3f791a][_0x48114c(0x203)][_0x48114c(0x17b)]()),_0x5aae47?_0x5b082f[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x164)](_0x4b4585[_0x48114c(0x1fb)],_0x439af6[_0x51cb73][_0x48114c(0x203)][_0x48114c(0x17b)]())):_0x1aa7ef['log'](_0x4b4585[_0x48114c(0x164)](_0x4b4585[_0x48114c(0x14d)],_0x39f672[_0x57624d][_0x48114c(0x203)][_0x48114c(0x17b)]()))));let _0x31bda8=![];if(_0x4b4585['nDfeJ'](typeof this[_0x48114c(0x165)][_0x48114c(0x20a)],_0x4b4585['DAYwS'])){if(_0x4b4585[_0x48114c(0x183)](_0x4b4585[_0x48114c(0x1f7)],_0x4b4585[_0x48114c(0x1c7)]))_0x4baed7[_0x48114c(0x1fe)](_0x4b4585['vhFwY'](_0x4b4585[_0x48114c(0x1fb)],_0x29400d[_0x48114c(0x1ce)]['status'][_0x48114c(0x17b)]()));else{var _0x57e649=this[_0x48114c(0x165)][_0x48114c(0x20a)](_0xda8d1f[_0x48114c(0x153)]),_0x27d579=_0x57e649[_0x48114c(0x19c)],_0x374d51=_0x57e649[_0x48114c(0x19b)];console[_0x48114c(0x1fe)](_0x4b4585['TNgyy']('\x20\x20',_0x27d579[_0x48114c(0x197)]));var _0x343faa=(0x0,pickleParser[_0x48114c(0x1f4)])(_0x27d579);_0x374d51[_0x48114c(0x14f)]['forEach'](function(_0x5603c1){const _0x528a52=_0x48114c,_0x19abfc={'TqkpM':function(_0x50bb7f,_0x12475f){const _0x1588be=a4_0x242d;return _0x4b4585[_0x1588be(0x1c0)](_0x50bb7f,_0x12475f);},'RnSJw':function(_0xb054ca,_0x150051){return _0x4b4585['WvFNW'](_0xb054ca,_0x150051);},'pnrtf':_0x4b4585[_0x528a52(0x18a)],'jYuoE':_0x4b4585[_0x528a52(0x167)],'nmSre':function(_0x3de187,_0x7f00b8){return _0x4b4585['QUHYG'](_0x3de187,_0x7f00b8);},'jMLmM':function(_0x8f3010,_0x20eca9){return _0x4b4585['HRqnD'](_0x8f3010,_0x20eca9);},'TuGEB':function(_0x321ca8,_0x31698d){const _0x48ab8d=_0x528a52;return _0x4b4585[_0x48ab8d(0x156)](_0x321ca8,_0x31698d);},'jVTas':function(_0x2bff9a,_0x29106a){const _0x369696=_0x528a52;return _0x4b4585[_0x369696(0x1bc)](_0x2bff9a,_0x29106a);},'QsiLj':_0x4b4585[_0x528a52(0x1ca)],'ulXSH':_0x4b4585['oadXj'],'ElYtl':function(_0x402d41,_0x44e9bb){const _0x23da77=_0x528a52;return _0x4b4585[_0x23da77(0x14c)](_0x402d41,_0x44e9bb);},'NcUOP':_0x4b4585[_0x528a52(0x14d)],'IPStp':function(_0x4dc4d9,_0x5c85f6){const _0x973163=_0x528a52;return _0x4b4585[_0x973163(0x173)](_0x4dc4d9,_0x5c85f6);},'YoUQG':function(_0x4fee96,_0x2717e8){const _0x4e7c08=_0x528a52;return _0x4b4585[_0x4e7c08(0x1cb)](_0x4fee96,_0x2717e8);},'yxiWf':function(_0x22103f,_0x59ad31){return _0x4b4585['fpRjz'](_0x22103f,_0x59ad31);},'QNTwJ':function(_0x19c6d9,_0x1fec5f){const _0x6f1b85=_0x528a52;return _0x4b4585[_0x6f1b85(0x1d7)](_0x19c6d9,_0x1fec5f);}};if(_0x4b4585[_0x528a52(0x20f)](_0x4b4585['vpeyo'],_0x4b4585[_0x528a52(0x1a1)]))_0x3a217b=!![],_0x3bc2e3[_0x528a52(0x1fe)](_0x19abfc[_0x528a52(0x151)](_0x19abfc[_0x528a52(0x1a5)](_0x19abfc[_0x528a52(0x1a5)](_0x19abfc[_0x528a52(0x1b1)],_0x3d306d[_0x44f854['sourceLocation'][_0x528a52(0x1b3)]][_0x528a52(0x1e2)]),_0x19abfc['jYuoE']),_0x4522b4[_0x528a52(0x1ce)]['status']['toUpperCase']())),_0x19abfc[_0x528a52(0x1f2)](_0x17235d,_0x5f4235[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]());else{if(_0x5603c1[_0x528a52(0x188)]&&_0x5603c1[_0x528a52(0x153)]){if(_0x4b4585[_0x528a52(0x1ed)](_0x4b4585['vFnDT'],_0x4b4585[_0x528a52(0x1e7)]))_0x1519b8=!![],console[_0x528a52(0x1fe)](_0x4b4585[_0x528a52(0x18e)](_0x4b4585[_0x528a52(0x171)](_0x4b4585[_0x528a52(0x1a0)](_0x4b4585['xxYmH'],_0x343faa[_0x5603c1['sourceLocation'][_0x528a52(0x1b3)]][_0x528a52(0x1e2)]),_0x4b4585[_0x528a52(0x167)]),_0x5603c1['result']['status'][_0x528a52(0x17b)]())),_0x4b4585['eVKHG'](_0x163f65,_0x5603c1[_0x528a52(0x1ce)]['status'][_0x528a52(0x17b)]());else{let _0x2f015c;if(_0x19abfc[_0x528a52(0x18b)](_0x3c2ccb[_0x528a52(0x196)][_0x528a52(0x1bb)],_0x531298)){const _0x2745aa=_0x1008d3[_0x528a52(0x17e)](_0xb025b9[_0x528a52(0x196)][_0x528a52(0x1bb)]);_0x2f015c=_0x2745aa['capability'];}_0x19abfc[_0x528a52(0x190)](_0x2f015c,_0x4469d2)&&(_0x5b6a24[_0x528a52(0x209)]=_0x19abfc[_0x528a52(0x1f8)](_0x30c997,_0x2f015c),_0x3cd45f[_0x528a52(0x1fe)]('Executing\x20tests\x20for\x20'+_0x35f8e2[_0x528a52(0x209)]));}}else _0x5603c1[_0x528a52(0x188)]&&(_0x4b4585['zSMjZ'](_0x4b4585[_0x528a52(0x1f1)],_0x4b4585[_0x528a52(0x1f1)])?!_0x5603c1[_0x528a52(0x188)][_0x528a52(0x17c)]['includes'](_0x4b4585[_0x528a52(0x1ca)])&&(_0x4b4585[_0x528a52(0x18c)](_0x4b4585['IcGQe'],_0x4b4585[_0x528a52(0x15c)])?!_0x2bc09a[_0x528a52(0x188)]['uri'][_0x528a52(0x1ab)](_0x19abfc['QsiLj'])&&(_0x19abfc[_0x528a52(0x1f8)](_0x45e93c,_0x5bc2a3[_0x3f39f7][_0x528a52(0x203)]['toUpperCase']()),_0x598820?_0x4b35cc[_0x528a52(0x1fe)](_0x19abfc[_0x528a52(0x151)](_0x19abfc[_0x528a52(0x1f0)],_0x2462a9[_0x310196][_0x528a52(0x203)]['toUpperCase']())):_0x56799f[_0x528a52(0x1fe)](_0x19abfc['ElYtl'](_0x19abfc[_0x528a52(0x1a3)],_0x148231[_0x1a5718]['status'][_0x528a52(0x17b)]()))):(_0x4b4585[_0x528a52(0x1b9)](_0x163f65,_0x5603c1['result'][_0x528a52(0x203)][_0x528a52(0x17b)]()),_0x1519b8?_0x4b4585[_0x528a52(0x20f)](_0x4b4585[_0x528a52(0x14e)],_0x4b4585[_0x528a52(0x20b)])?(_0x58f9ba[_0x19abfc['ElYtl'](_0x19abfc[_0x528a52(0x1d4)](_0x9742b0[_0x528a52(0x1b2)][_0x528a52(0x15b)][_0x528a52(0x197)],_0x19abfc[_0x528a52(0x170)]),_0x207c28['pickle'][_0x528a52(0x197)])]=_0x56ab69,_0x3749f6[_0x528a52(0x1fe)](_0x19abfc[_0x528a52(0x192)](_0xa189cf,'\x0a'))):console[_0x528a52(0x1fe)](_0x4b4585['HovJU'](_0x4b4585[_0x528a52(0x1fb)],_0x5603c1[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]())):_0x4b4585[_0x528a52(0x183)](_0x4b4585['QTGMq'],_0x4b4585[_0x528a52(0x1d0)])?!_0x3be05b[_0x528a52(0x188)][_0x528a52(0x17c)][_0x528a52(0x1ab)](_0x4b4585[_0x528a52(0x1ca)])&&(_0x4b4585[_0x528a52(0x214)](_0x2f83e4,_0x361443['result'][_0x528a52(0x203)][_0x528a52(0x17b)]()),_0x4f72f6?_0x6046b0[_0x528a52(0x1fe)](_0x4b4585[_0x528a52(0x1cb)](_0x4b4585[_0x528a52(0x1fb)],_0x2aa32c[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]())):_0x2f5b8[_0x528a52(0x1fe)](_0x4b4585[_0x528a52(0x1cb)](_0x4b4585[_0x528a52(0x14d)],_0x2c26fd[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]()))):console[_0x528a52(0x1fe)](_0x4b4585['RbFJh'](_0x4b4585[_0x528a52(0x14d)],_0x5603c1[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]())))):(_0x19abfc[_0x528a52(0x1c9)](_0x4cfd7e,_0x3e105b[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]()),_0x1167da?_0x8de397[_0x528a52(0x1fe)](_0x19abfc['TqkpM'](_0x19abfc['ulXSH'],_0x3f2562['result'][_0x528a52(0x203)][_0x528a52(0x17b)]())):_0x4420db[_0x528a52(0x1fe)](_0x19abfc['QNTwJ'](_0x19abfc[_0x528a52(0x1a3)],_0x427db4['result'][_0x528a52(0x203)][_0x528a52(0x17b)]()))));if(_0x4b4585[_0x528a52(0x157)](_0x5603c1['result'][_0x528a52(0x203)][_0x528a52(0x17b)](),_0x4b4585[_0x528a52(0x19a)])){if(_0x4b4585[_0x528a52(0x18c)](_0x4b4585[_0x528a52(0x207)],_0x4b4585['VCWwn']))_0x28a83e=!![],_0x3f88bc['log'](_0x4b4585[_0x528a52(0x164)](_0x4b4585['mbDZp'](_0x4b4585[_0x528a52(0x20d)](_0x4b4585['xxYmH'],_0x3d6d05[_0xae9b36['sourceLocation'][_0x528a52(0x1b3)]][_0x528a52(0x1e2)]),_0x4b4585[_0x528a52(0x167)]),_0x279b35[_0x526d1b]['status'][_0x528a52(0x17b)]())),_0x4b4585[_0x528a52(0x1b4)](_0x47f011,_0x575c13[_0x1d44e2]['status'][_0x528a52(0x17b)]());else{const _0x374f6a=_0x4b4585['TkrMe'](nestedKeyValue,_0x5603c1,[_0x4b4585[_0x528a52(0x161)],_0x4b4585['bTUCI'],_0x4b4585['hXIuY']]);if(_0x374f6a){if(_0x4b4585['TpAQe'](_0x4b4585[_0x528a52(0x1ea)],_0x4b4585[_0x528a52(0x1ea)]))testsErrorMessage[_0x27d579['name']]=_0x374f6a,console[_0x528a52(0x1fe)](_0x4b4585[_0x528a52(0x1c4)](_0x374f6a,'\x0a'));else{const _0x2bb7dc=_0x150911[_0x528a52(0x17e)](_0x3aaa6f[_0x528a52(0x196)][_0x528a52(0x1bb)]);_0x397833=_0x2bb7dc[_0x528a52(0x16c)];}}_0x31bda8=!![];}}}});}}else{const _0x460729=this[_0x48114c(0x165)][_0x48114c(0x1c1)](_0xda8d1f);console['log'](_0x4b4585['fSFQT'](_0x4b4585['QkMVz'](_0x4b4585[_0x48114c(0x1a4)]('\x20\x20',_0x460729[_0x48114c(0x1b2)]['feature']['name']),_0x4b4585[_0x48114c(0x167)]),_0x460729[_0x48114c(0x19c)][_0x48114c(0x197)]));const _0x28d4b7=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x460729[_0x48114c(0x19c)]),_0x24e97f=_0x460729[_0x48114c(0x19b)][_0x48114c(0x14f)],_0x3352a8=_0x460729[_0x48114c(0x168)],_0xed5c2a=_0x24e97f[_0x48114c(0x18d)];for(let _0x129251=0x0;_0x4b4585['fWJwZ'](_0x129251,_0xed5c2a);_0x129251++){const _0x55b0cf=_0x24e97f[_0x129251];if(_0x55b0cf[_0x48114c(0x188)]&&_0x55b0cf[_0x48114c(0x153)])_0x4b4585['zSMjZ'](_0x4b4585['oiHjE'],_0x4b4585[_0x48114c(0x1df)])?(_0x1519b8=!![],console[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x1d5)](_0x4b4585[_0x48114c(0x14c)](_0x4b4585[_0x48114c(0x1c4)](_0x4b4585['xxYmH'],_0x28d4b7[_0x55b0cf[_0x48114c(0x153)][_0x48114c(0x1b3)]][_0x48114c(0x1e2)]),_0x4b4585[_0x48114c(0x167)]),_0x3352a8[_0x129251][_0x48114c(0x203)][_0x48114c(0x17b)]())),_0x4b4585[_0x48114c(0x172)](_0x163f65,_0x3352a8[_0x129251][_0x48114c(0x203)][_0x48114c(0x17b)]())):this[_0x48114c(0x1d9)](_0x26d41a);else{if(_0x55b0cf[_0x48114c(0x188)]){if(_0x4b4585[_0x48114c(0x1cd)](_0x4b4585[_0x48114c(0x19f)],_0x4b4585[_0x48114c(0x15d)]))_0x269093[_0x48114c(0x1fe)](_0x4b4585['HgKCA'](_0x4b4585[_0x48114c(0x14d)],_0xac2de6[_0x48114c(0x1ce)]['status']['toUpperCase']()));else{if(!_0x55b0cf[_0x48114c(0x188)][_0x48114c(0x17c)][_0x48114c(0x1ab)](_0x4b4585[_0x48114c(0x1ca)])){if(_0x4b4585[_0x48114c(0x20f)](_0x4b4585['tzvzT'],_0x4b4585[_0x48114c(0x1e3)]))_0x4b4585[_0x48114c(0x1fc)](_0x163f65,_0x3352a8[_0x129251][_0x48114c(0x203)][_0x48114c(0x17b)]()),_0x1519b8?_0x4b4585['HRqnD'](_0x4b4585['GXGlN'],_0x4b4585[_0x48114c(0x1c6)])?_0x2bab25+=0x1:console[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x1b8)](_0x4b4585[_0x48114c(0x1fb)],_0x3352a8[_0x129251][_0x48114c(0x203)][_0x48114c(0x17b)]())):_0x4b4585[_0x48114c(0x156)](_0x4b4585[_0x48114c(0x1e6)],_0x4b4585[_0x48114c(0x155)])?console[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x185)](_0x4b4585['fwAkH'],_0x3352a8[_0x129251]['status']['toUpperCase']())):_0x3fa052['log'](_0x4b4585[_0x48114c(0x189)](_0x4b4585[_0x48114c(0x1d8)]('\x0a',_0x41553e[_0x48114c(0x209)]),'\x0a'));else{_0x580b9e=!![];const _0x1d6d88=_0x4b4585[_0x48114c(0x211)](_0x4ebb3c,_0x11702d[_0x1acd15],[_0x4b4585[_0x48114c(0x1de)],_0x4b4585[_0x48114c(0x15f)]]);_0x1d6d88&&(_0x36cda3[_0x4b4585[_0x48114c(0x174)](_0x4b4585[_0x48114c(0x1f6)](_0x1d3461[_0x48114c(0x1b2)][_0x48114c(0x15b)][_0x48114c(0x197)],_0x4b4585[_0x48114c(0x167)]),_0x4ee67e[_0x48114c(0x19c)][_0x48114c(0x197)])]=_0x1d6d88,_0x446cd7[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x1d6)](_0x1d6d88,'\x0a')));}}}}}if(_0x4b4585[_0x48114c(0x1e4)](_0x3352a8[_0x129251]['status']['toUpperCase'](),_0x4b4585[_0x48114c(0x19a)])){_0x31bda8=!![];const _0x3366b9=_0x4b4585[_0x48114c(0x202)](nestedKeyValue,_0x3352a8[_0x129251],[_0x4b4585[_0x48114c(0x1de)],_0x4b4585['hXIuY']]);_0x3366b9&&(testsErrorMessage[_0x4b4585[_0x48114c(0x1b8)](_0x4b4585[_0x48114c(0x1d6)](_0x460729['gherkinDocument'][_0x48114c(0x15b)][_0x48114c(0x197)],_0x4b4585[_0x48114c(0x167)]),_0x460729['pickle'][_0x48114c(0x197)])]=_0x3366b9,console[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x20d)](_0x3366b9,'\x0a')));}}}_0x31bda8&&(testSuitesFailed+=0x1),console[_0x48114c(0x1fe)]('\x0a');}}module[a4_0x1323c3(0x1a9)]=BrowserstackFormatter;
|
|
1
|
+
const a4_0xdd31e6=a4_0x2727;function a4_0x1e5f(){const _0x439fcc=['capability','McNkq','kGKOK','cucumber','YSTNT','undefined','kJTtV','ScDGj','actionLocation','KMGsL','JWFHs','VCKDG','gherkinDocument','uri','2JyFejF','pmbfg','MUchX','getTestCaseAttempt','FDNLC','cucumber-js/test_old.setup.js','\x20\x20\x20\x20AFTER\x20-\x20','itVYJ','test-run-started','ENODm','jYxdX','PENDING','GXtSd','length','MQcTS','JDCiZ','FycLf','SZSWC','bEcJt','WWMoS','ntnmI','cYDdU','Naibs','rNuKZ','eventDataCollector','rdTwh','result','line','toUpperCase','CCQhj','prDRv','getTestCaseData','stepResults','status','aulKc','vAqww','keXnM','EVBna','ylxYf','Mcbcy','nBEjB','eventBroadcaster','AgULe','EWzOa','exports','iLrCV','rfaMa','BVOHR','erSUk','CONFIG','CUYGp','bhbAt','274090nIPrLx','wydWl','JfKrn','253362cTdVjT','sourceLocation','sPxzb','jFVgb','PGDNE','kTZRx','uRCyi','SlrtZ','VqoCi','QKsdk','RFpWd','BsqVX','pSrkq','fohWP','nrEzD','feature','WMKqw','YqteO','QehFc','PASSED','USwtn','BvqJC','\x20-\x20','uLWrv','cgmmY','YRHzf','AGMnL','cucumber/lib/formatter/helpers/pickle_parser.js','jNBsf','pRYJA','CHEQP','581832jSamKR','vXmSd','AugNj','test-case-started','pVDaS','yBdPf','SKIPPED','nrony','1170441hlvngb','QdUsS','forEach','nNIVU','KbmzN','Katzf','adXuG','UnyMm','aMvxk','hMnHn','pickle','rHztl','LfOtp','GtrDe','81xtgRPL','JJWJr','GSghQ','sjsgn','vrsua','test-case-finished','bPKBU','name','3217030IaqSJq','FMkNw','text','__platform','SkmTF','mtJqo','Cyllh','cPdhy','getStepLineToPickledStepMap','VHDgj','HPtDf','WemIE','DuudA','WtuUt','vsPCR','log','CyNMq','MPfLF','LxRkZ','FAILED','NAlcV','VKird','CTIJE','exception','466584bhukZA','ltxlE','brlYu','includes','OWCof','env','testCase','42BHbCFq','dvZEN','XvwSU','aMIYy','rsXgk','stack','uzyeP','test-run-finished','parse','fxMWH','logTestCaseFinished','CqjVR','OFsOQ','fHcNe','\x20\x20\x20\x20BEFORE\x20-\x20','../../../helpers/helper','yfbNB','steps','tNuRe','2443620ARglwv','yXOBQ','Executing\x20tests\x20for\x20','AMBIGUOUS','jmnqd'];a4_0x1e5f=function(){return _0x439fcc;};return a4_0x1e5f();}(function(_0x23a1b4,_0x244e6a){const _0x553c4f=a4_0x2727,_0x4551de=_0x23a1b4();while(!![]){try{const _0x375386=-parseInt(_0x553c4f(0x128))/0x1*(-parseInt(_0x553c4f(0xa6))/0x2)+parseInt(_0x553c4f(0xcd))/0x3+-parseInt(_0x553c4f(0xfb))/0x4+-parseInt(_0x553c4f(0xe3))/0x5+parseInt(_0x553c4f(0x115))/0x6+-parseInt(_0x553c4f(0x102))/0x7*(-parseInt(_0x553c4f(0xc5))/0x8)+parseInt(_0x553c4f(0xdb))/0x9*(-parseInt(_0x553c4f(0xa3))/0xa);if(_0x375386===_0x244e6a)break;else _0x4551de['push'](_0x4551de['shift']());}catch(_0x2f67f0){_0x4551de['push'](_0x4551de['shift']());}}}(a4_0x1e5f,0x754a4));function a4_0x2727(_0x2a3bb4,_0x48ca5d){const _0x1e5fc5=a4_0x1e5f();return a4_0x2727=function(_0x27271b,_0x443952){_0x27271b=_0x27271b-0xa0;let _0x4b3e1e=_0x1e5fc5[_0x27271b];return _0x4b3e1e;},a4_0x2727(_0x2a3bb4,_0x48ca5d);}const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0xdd31e6(0x111)),{Formatter}=requireModule(a4_0xdd31e6(0x11d)),pickleParser=requireModule(a4_0xdd31e6(0xc1));class BrowserstackFormatter extends Formatter{constructor(_0x425ea8){const _0x1a9e53=a4_0xdd31e6,_0xdbc6c2={'pRYJA':function(_0x58985f,_0x7696f0,_0x45dcfc){return _0x58985f(_0x7696f0,_0x45dcfc);},'fxMWH':_0x1a9e53(0x142),'SZSWC':_0x1a9e53(0xfa),'McNkq':_0x1a9e53(0x107),'PGDNE':function(_0xd95dff,_0x480a06){return _0xd95dff+_0x480a06;},'ojqme':function(_0x9ebece,_0xb678ec){return _0x9ebece!==_0xb678ec;},'KxSyF':function(_0x3f89a7,_0x18bf17){return _0x3f89a7!==_0x18bf17;},'QKsdk':function(_0x22044a,_0xe2f00){return _0x22044a(_0xe2f00);},'ILvYj':_0x1a9e53(0xbc),'kTZRx':function(_0x24f9fa,_0x497b76){return _0x24f9fa===_0x497b76;},'aMIYy':_0x1a9e53(0x134),'WWMoS':_0x1a9e53(0xff),'QkAyF':function(_0x4a36cc,_0x1af594){return _0x4a36cc!==_0x1af594;},'jYxdX':function(_0x4ba057,_0x3eb1df){return _0x4ba057!==_0x3eb1df;},'jmnqd':'cTXcA','sjsgn':_0x1a9e53(0xbd),'EWzOa':function(_0x393cf2,_0x24e9d2){return _0x393cf2!==_0x24e9d2;},'QdUsS':_0x1a9e53(0x14c),'OaHbc':function(_0x3d34df,_0x5a704c){return _0x3d34df(_0x5a704c);},'VHDgj':function(_0x12a703,_0x25a19){return _0x12a703+_0x25a19;},'prDRv':_0x1a9e53(0x12e),'Katzf':_0x1a9e53(0x110),'nrony':function(_0x4ba555,_0x3a44c6){return _0x4ba555!==_0x3a44c6;},'jCeVj':_0x1a9e53(0x13a),'CHEQP':'RQcBx','MQcTS':function(_0x4b98fd,_0x3d1943){return _0x4b98fd+_0x3d1943;},'ylxYf':'hCsjU','SlrtZ':_0x1a9e53(0x13c),'sPxzb':_0x1a9e53(0x108),'JfKrn':function(_0x336729,_0x109f6f){return _0x336729+_0x109f6f;},'CqjVR':_0x1a9e53(0x104),'ExPUz':_0x1a9e53(0xf3),'GtrDe':_0x1a9e53(0x130),'QbTGH':_0x1a9e53(0xc8),'brlYu':_0x1a9e53(0xe0),'WMKqw':_0x1a9e53(0x109),'JWFHs':'test-step-started'};super(_0x425ea8),_0x425ea8[_0x1a9e53(0x151)]['on'](_0xdbc6c2[_0x1a9e53(0xda)],()=>{const _0x32265b=_0x1a9e53,_0x268ce7={'rsXgk':function(_0x4b0edf,_0x4192b8){return _0xdbc6c2['ojqme'](_0x4b0edf,_0x4192b8);},'EVBna':function(_0x45f36f,_0x3a43c2){return _0xdbc6c2['KxSyF'](_0x45f36f,_0x3a43c2);},'rHztl':function(_0x3dd808,_0x5a51cf){return _0xdbc6c2['QKsdk'](_0x3dd808,_0x5a51cf);},'UTMdB':function(_0x16ed4e,_0x6669a4,_0x1a6845){const _0x4e9e03=a4_0x2727;return _0xdbc6c2[_0x4e9e03(0xc3)](_0x16ed4e,_0x6669a4,_0x1a6845);},'iLrCV':_0xdbc6c2[_0x32265b(0x139)],'rNuKZ':_0xdbc6c2[_0x32265b(0x11b)],'bPKBU':function(_0xe6e21,_0x1de170){return _0xdbc6c2['PGDNE'](_0xe6e21,_0x1de170);},'adXuG':_0xdbc6c2['ILvYj']};if(_0xdbc6c2['kTZRx'](_0xdbc6c2[_0x32265b(0x105)],_0xdbc6c2[_0x32265b(0x13b)])){let _0x610646;if(_0x268ce7[_0x32265b(0x106)](_0x30d1f8['env'][_0x32265b(0xa0)],_0x4dc210)){const _0x25364e=_0x17d51d[_0x32265b(0x10a)](_0x4b4d58[_0x32265b(0x100)][_0x32265b(0xa0)]);_0x610646=_0x25364e[_0x32265b(0x11a)];}_0x268ce7[_0x32265b(0x14d)](_0x610646,_0x5bd69a)&&(_0x516fc5[_0x32265b(0xe6)]=_0x268ce7[_0x32265b(0xd8)](_0x4336da,_0x610646),_0x2a7129[_0x32265b(0xf2)](_0x32265b(0x117)+_0x44e8fd[_0x32265b(0xe6)]));}else{let _0x55c902;if(_0xdbc6c2['QkAyF'](process[_0x32265b(0x100)][_0x32265b(0xa0)],undefined)){if(_0xdbc6c2['jYxdX'](_0xdbc6c2[_0x32265b(0x119)],_0xdbc6c2[_0x32265b(0xde)])){const _0x2ebfa8=JSON['parse'](process[_0x32265b(0x100)][_0x32265b(0xa0)]);_0x55c902=_0x2ebfa8[_0x32265b(0x11a)];}else{_0x2432d9=!![];const _0xdb43ee=_0x268ce7['UTMdB'](_0x3ebd3b,_0x47c4de[_0x2b65ba],[_0x268ce7[_0x32265b(0x155)],_0x268ce7[_0x32265b(0x13f)]]);_0xdb43ee&&(_0x298fbf[_0x268ce7['bPKBU'](_0x268ce7[_0x32265b(0xe1)](_0x4898cf[_0x32265b(0x126)][_0x32265b(0xb5)]['name'],_0x268ce7[_0x32265b(0xd3)]),_0x5ebde8[_0x32265b(0xd7)]['name'])]=_0xdb43ee,_0x30c258[_0x32265b(0xf2)](_0x268ce7[_0x32265b(0xe1)](_0xdb43ee,'\x0a')));}}if(_0xdbc6c2[_0x32265b(0x132)](_0x55c902,undefined)){if(_0xdbc6c2[_0x32265b(0x153)](_0xdbc6c2[_0x32265b(0xce)],_0xdbc6c2[_0x32265b(0xce)])){const _0x71d382=_0xdbc6c2[_0x32265b(0xc3)](_0x4bfcb2,_0x3d38b5,[_0xdbc6c2[_0x32265b(0x10b)],_0xdbc6c2[_0x32265b(0x139)],_0xdbc6c2[_0x32265b(0x11b)]]);_0x71d382&&(_0xe47e66[_0x513b55[_0x32265b(0xe2)]]=_0x71d382,_0x386213[_0x32265b(0xf2)](_0xdbc6c2['PGDNE'](_0x71d382,'\x0a'))),_0x16255c=!![];}else global['__platform']=_0xdbc6c2[_0x32265b(0xaf)](getPlatformName,_0x55c902),console[_0x32265b(0xf2)](_0x32265b(0x117)+global[_0x32265b(0xe6)]);}}}),_0x425ea8[_0x1a9e53(0x151)]['on'](_0xdbc6c2['QbTGH'],()=>{const _0x563144=_0x1a9e53;_0xdbc6c2[_0x563144(0xcc)](_0xdbc6c2['jCeVj'],_0xdbc6c2[_0x563144(0xc4)])?testSuites+=0x1:(_0xdbc6c2['OaHbc'](_0x3c66bf,_0x4cca6f[_0x4ebbd2]['status']['toUpperCase']()),_0x35f540?_0x760695[_0x563144(0xf2)](_0xdbc6c2[_0x563144(0xec)](_0xdbc6c2[_0x563144(0x146)],_0x493a7e[_0x2aa6d4][_0x563144(0x149)]['toUpperCase']())):_0x5c9161[_0x563144(0xf2)](_0xdbc6c2[_0x563144(0xaa)](_0xdbc6c2[_0x563144(0xd2)],_0x1ae4ae[_0x3bf6fe]['status']['toUpperCase']())));}),_0x425ea8[_0x1a9e53(0x151)]['on'](_0xdbc6c2[_0x1a9e53(0xfd)],_0x3cec0d=>{const _0x28a0bd=_0x1a9e53;_0xdbc6c2['kTZRx'](_0xdbc6c2[_0x28a0bd(0x14e)],_0xdbc6c2[_0x28a0bd(0x14e)])?this['logTestCaseFinished'](_0x3cec0d):_0x31f577[_0x28a0bd(0xf2)](_0xdbc6c2[_0x28a0bd(0xaa)](_0xdbc6c2[_0x28a0bd(0x136)]('\x0a',_0x4bf938['__platform']),'\x0a'));}),_0x425ea8[_0x1a9e53(0x151)]['on'](_0xdbc6c2[_0x1a9e53(0xb6)],()=>{const _0x859bd0=_0x1a9e53;_0xdbc6c2[_0x859bd0(0xab)](_0xdbc6c2[_0x859bd0(0xad)],_0xdbc6c2[_0x859bd0(0xa8)])?this[_0x859bd0(0x10c)](_0x41165b):totalTests-=0x2;}),_0x425ea8[_0x1a9e53(0x151)]['on'](_0xdbc6c2[_0x1a9e53(0x124)],()=>{const _0x1ac9f1=_0x1a9e53;_0xdbc6c2['KxSyF'](_0xdbc6c2[_0x1ac9f1(0x10d)],_0xdbc6c2['ExPUz'])?totalTests+=0x1:_0x2a0c73[_0x1ac9f1(0xf2)](_0xdbc6c2[_0x1ac9f1(0xa5)](_0xdbc6c2[_0x1ac9f1(0xd2)],_0x3278ef['result'][_0x1ac9f1(0x149)][_0x1ac9f1(0x144)]()));});}['logTestCaseFinished'](_0x4d37e5){const _0x550f12=a4_0xdd31e6,_0x121d46={'yXOBQ':function(_0x25432b,_0x28b30b){return _0x25432b===_0x28b30b;},'FMkNw':_0x550f12(0xd6),'WtuUt':_0x550f12(0x129),'CTIJE':_0x550f12(0xf6),'BsqVX':_0x550f12(0xb9),'VKird':_0x550f12(0xcb),'fHcNe':_0x550f12(0x133),'cPdhy':'UNDEFINED','GJzsB':'UNKNOWN','vXmSd':_0x550f12(0x118),'VqoCi':function(_0x4b2a7e,_0x364b00){return _0x4b2a7e+_0x364b00;},'QehFc':function(_0x3ef0a8,_0xb2a3c4){return _0x3ef0a8+_0xb2a3c4;},'ENODm':'\x20\x20\x20\x20','JDCiZ':_0x550f12(0xbc),'BvqJC':function(_0x12b343,_0x4f8e8a){return _0x12b343(_0x4f8e8a);},'LfOtp':function(_0xb3170d,_0x13238c){return _0xb3170d(_0x13238c);},'AugNj':_0x550f12(0x12d),'aMvxk':function(_0x4be563,_0x59316e){return _0x4be563+_0x59316e;},'rfaMa':'\x20\x20\x20\x20AFTER\x20-\x20','Naibs':function(_0x2bf571,_0x3b5c0d){return _0x2bf571+_0x3b5c0d;},'UnyMm':_0x550f12(0x110),'Mcbcy':function(_0xa272f3,_0x2c8b59){return _0xa272f3(_0x2c8b59);},'yfbNB':function(_0x3564d0,_0x19819b){return _0x3564d0+_0x19819b;},'SkmTF':function(_0x5b5919,_0x319095){return _0x5b5919+_0x319095;},'fohWP':function(_0x138c15,_0x1a9569){return _0x138c15(_0x1a9569);},'cYDdU':function(_0x1a27bc,_0x156ed2){return _0x1a27bc+_0x156ed2;},'NAlcV':_0x550f12(0xbe),'itVYJ':function(_0x5fca9d,_0x3b03fa){return _0x5fca9d===_0x3b03fa;},'wydWl':'KKgEv','bhbAt':function(_0x3d082c,_0x3b0766){return _0x3d082c+_0x3b0766;},'aulKc':function(_0x15be67,_0x1f9884){return _0x15be67!==_0x1f9884;},'pGxqH':_0x550f12(0xb0),'CUYGp':'bZvIm','WemIE':_0x550f12(0xe8),'ltxlE':function(_0x215677,_0xc6f7f4){return _0x215677===_0xc6f7f4;},'YqteO':_0x550f12(0xf1),'pVDaS':_0x550f12(0x123),'JJWJr':_0x550f12(0x114),'zrIxj':function(_0x52bb84,_0x2ac300){return _0x52bb84===_0x2ac300;},'YRHzf':_0x550f12(0x157),'GSghQ':function(_0x3ae7e4,_0x2a0aea,_0x5eefe9){return _0x3ae7e4(_0x2a0aea,_0x5eefe9);},'MUchX':_0x550f12(0x142),'USwtn':_0x550f12(0xfa),'XAHEe':_0x550f12(0x107),'kJTtV':_0x550f12(0xb2),'AGMnL':function(_0x1532d1,_0xa2f32a){return _0x1532d1+_0xa2f32a;},'ZlQcC':function(_0x28c2d1,_0x25213a){return _0x28c2d1+_0x25213a;},'aXqTr':function(_0x247111,_0x408531){return _0x247111+_0x408531;},'AgULe':_0x550f12(0xf4),'mXDAo':_0x550f12(0x11e),'nBEjB':function(_0x54d52a,_0x489001){return _0x54d52a+_0x489001;},'aRPpO':_0x550f12(0x11f),'vrsua':function(_0x16aeec,_0x4795b6){return _0x16aeec!==_0x4795b6;},'nNIVU':_0x550f12(0x141),'nrEzD':function(_0x3b4bda,_0x357ff1){return _0x3b4bda+_0x357ff1;},'uRCyi':function(_0x45bd3a,_0x3548ec){return _0x45bd3a+_0x3548ec;},'KbmzN':function(_0x568f11,_0x4abc75){return _0x568f11+_0x4abc75;},'VCKDG':function(_0xfaf7ce,_0x4b6073){return _0xfaf7ce<_0x4b6073;},'erSUk':_0x550f12(0xa9),'lDNFM':function(_0x310dfd,_0xc4b59a){return _0x310dfd+_0xc4b59a;},'CCQhj':function(_0x47ffec,_0x53b3c6){return _0x47ffec(_0x53b3c6);},'vAqww':'pmCrD','ScDGj':_0x550f12(0x11c),'HPtDf':function(_0x2394b5,_0x54a7bd){return _0x2394b5(_0x54a7bd);},'DuudA':_0x550f12(0x138),'FDNLC':'uYEkk','OCxEX':function(_0x471624,_0x3d275c){return _0x471624+_0x3d275c;},'jNBsf':function(_0x1b8f03,_0x5b871c){return _0x1b8f03===_0x5b871c;},'Cyllh':_0x550f12(0xf5),'yBdPf':function(_0x408f1c,_0x4a08f1){return _0x408f1c+_0x4a08f1;},'dvZEN':function(_0x1192c8,_0x232e02){return _0x1192c8===_0x232e02;},'JuXkM':function(_0x1ba048,_0x5b16eb){return _0x1ba048+_0x5b16eb;}};let _0x71b8fb=![];function _0x7e28ea(_0x18c96e){const _0x51eee3=_0x550f12;if(_0x121d46[_0x51eee3(0x116)](_0x121d46[_0x51eee3(0xe4)],_0x121d46[_0x51eee3(0xf0)]))_0x205f73+=0x1;else switch(_0x18c96e){case _0x121d46[_0x51eee3(0xf9)]:testsFailed+=0x1;break;case _0x121d46[_0x51eee3(0xb1)]:testsPassed+=0x1;break;case _0x121d46[_0x51eee3(0xf8)]:testsSkipped+=0x1;break;case _0x121d46[_0x51eee3(0x10f)]:testsPending+=0x1;break;case _0x121d46[_0x51eee3(0xea)]:testsUndefined+=0x1;break;case _0x121d46['GJzsB']:testsUnknown+=0x1;break;case _0x121d46[_0x51eee3(0xc6)]:testsAmbiguous+=0x1;break;default:break;}}_0x121d46[_0x550f12(0x14a)](global[_0x550f12(0xe6)],undefined)&&(_0x121d46['aulKc'](_0x121d46[_0x550f12(0x152)],_0x121d46['mXDAo'])?console[_0x550f12(0xf2)](_0x121d46[_0x550f12(0x13e)](_0x121d46[_0x550f12(0x150)]('\x0a',global[_0x550f12(0xe6)]),'\x0a')):(_0x3b9b86=!![],_0x1b4bf1[_0x550f12(0xf2)](_0x121d46[_0x550f12(0xae)](_0x121d46[_0x550f12(0xb8)](_0x121d46['VqoCi'](_0x121d46[_0x550f12(0x131)],_0x167753[_0x4c41cf[_0x550f12(0xa7)][_0x550f12(0x143)]][_0x550f12(0xe5)]),_0x121d46['JDCiZ']),_0x556c69[_0x5ccd48][_0x550f12(0x149)][_0x550f12(0x144)]())),_0x121d46[_0x550f12(0xbb)](_0x3c0b70,_0x329abe[_0x28cff0][_0x550f12(0x149)]['toUpperCase']())));let _0x2d6b51=![];if(_0x121d46[_0x550f12(0x14a)](typeof this[_0x550f12(0x140)][_0x550f12(0x147)],_0x121d46['aRPpO'])){if(_0x121d46[_0x550f12(0xdf)](_0x121d46['nNIVU'],_0x121d46[_0x550f12(0xd0)]))_0x32b48c[_0x121d46[_0x550f12(0xb8)](_0x121d46[_0x550f12(0xb8)](_0x76d560['gherkinDocument'][_0x550f12(0xb5)]['name'],_0x121d46[_0x550f12(0x137)]),_0x33971f[_0x550f12(0xd7)][_0x550f12(0xe2)])]=_0x182f7f,_0x836517[_0x550f12(0xf2)](_0x121d46['VqoCi'](_0x459ff2,'\x0a'));else{var _0x5b5e65=this[_0x550f12(0x140)]['getTestCaseData'](_0x4d37e5[_0x550f12(0xa7)]),_0x6d2878=_0x5b5e65['pickle'],_0x4b6b0b=_0x5b5e65[_0x550f12(0x101)];console[_0x550f12(0xf2)](_0x121d46[_0x550f12(0x13e)]('\x20\x20',_0x6d2878['name']));var _0x12a73f=(0x0,pickleParser[_0x550f12(0xeb)])(_0x6d2878);_0x4b6b0b[_0x550f12(0x113)][_0x550f12(0xcf)](function(_0x1123d4){const _0x21d6df=_0x550f12,_0x147db3={'agleL':function(_0x1d354a,_0x5363a1){const _0x502879=a4_0x2727;return _0x121d46[_0x502879(0x13d)](_0x1d354a,_0x5363a1);},'OFsOQ':_0x121d46[_0x21d6df(0xd4)]};if(_0x121d46[_0x21d6df(0x116)](_0x121d46[_0x21d6df(0xf7)],_0x121d46[_0x21d6df(0xf7)])){if(_0x1123d4[_0x21d6df(0x122)]&&_0x1123d4[_0x21d6df(0xa7)])_0x121d46[_0x21d6df(0x12f)](_0x121d46[_0x21d6df(0xa4)],_0x121d46[_0x21d6df(0xa4)])?(_0x71b8fb=!![],console[_0x21d6df(0xf2)](_0x121d46[_0x21d6df(0xa2)](_0x121d46[_0x21d6df(0xd5)](_0x121d46['QehFc'](_0x121d46['ENODm'],_0x12a73f[_0x1123d4['sourceLocation']['line']][_0x21d6df(0xe5)]),_0x121d46[_0x21d6df(0x137)]),_0x1123d4[_0x21d6df(0x142)][_0x21d6df(0x149)][_0x21d6df(0x144)]())),_0x121d46[_0x21d6df(0xb3)](_0x7e28ea,_0x1123d4[_0x21d6df(0x142)][_0x21d6df(0x149)][_0x21d6df(0x144)]())):(_0xe67412['__platform']=_0x121d46[_0x21d6df(0xd9)](_0x5c57b2,_0x22f729),_0x17eec9[_0x21d6df(0xf2)]('Executing\x20tests\x20for\x20'+_0x43c17d['__platform']));else _0x1123d4[_0x21d6df(0x122)]&&(_0x121d46['aulKc'](_0x121d46['pGxqH'],_0x121d46[_0x21d6df(0xa1)])?!_0x1123d4[_0x21d6df(0x122)][_0x21d6df(0x127)][_0x21d6df(0xfe)](_0x121d46[_0x21d6df(0xc7)])&&(_0x121d46[_0x21d6df(0x14a)](_0x121d46['WemIE'],_0x121d46[_0x21d6df(0xee)])?!_0x28e5c7['actionLocation'][_0x21d6df(0x127)][_0x21d6df(0xfe)](_0x121d46[_0x21d6df(0xc7)])&&(_0x121d46['LfOtp'](_0x36019b,_0x2c6ba7['result'][_0x21d6df(0x149)][_0x21d6df(0x144)]()),_0x5d19c3?_0x2ba668['log'](_0x121d46[_0x21d6df(0xd5)](_0x121d46['rfaMa'],_0x2e74ac[_0x21d6df(0x142)]['status'][_0x21d6df(0x144)]())):_0x4e0142[_0x21d6df(0xf2)](_0x121d46[_0x21d6df(0x13e)](_0x121d46[_0x21d6df(0xd4)],_0x377736[_0x21d6df(0x142)]['status'][_0x21d6df(0x144)]()))):(_0x121d46[_0x21d6df(0xbb)](_0x7e28ea,_0x1123d4[_0x21d6df(0x142)][_0x21d6df(0x149)]['toUpperCase']()),_0x71b8fb?_0x121d46[_0x21d6df(0xfc)](_0x121d46['YqteO'],_0x121d46[_0x21d6df(0xb7)])?console[_0x21d6df(0xf2)](_0x121d46[_0x21d6df(0xd5)](_0x121d46[_0x21d6df(0x156)],_0x1123d4['result'][_0x21d6df(0x149)]['toUpperCase']())):(_0x121d46[_0x21d6df(0x14f)](_0x352b87,_0x5e2945['result'][_0x21d6df(0x149)][_0x21d6df(0x144)]()),_0x4dc630?_0x5eb1f4[_0x21d6df(0xf2)](_0x121d46[_0x21d6df(0x112)](_0x121d46[_0x21d6df(0x156)],_0x20be64[_0x21d6df(0x142)][_0x21d6df(0x149)][_0x21d6df(0x144)]())):_0xe0144d[_0x21d6df(0xf2)](_0x121d46[_0x21d6df(0xe7)](_0x121d46[_0x21d6df(0xd4)],_0x27841e['result'][_0x21d6df(0x149)]['toUpperCase']()))):_0x121d46['aulKc'](_0x121d46[_0x21d6df(0xc9)],_0x121d46[_0x21d6df(0xdc)])?console[_0x21d6df(0xf2)](_0x121d46[_0x21d6df(0xb8)](_0x121d46[_0x21d6df(0xd4)],_0x1123d4[_0x21d6df(0x142)][_0x21d6df(0x149)][_0x21d6df(0x144)]())):_0x3f3aff-=0x2)):!_0x133a90[_0x21d6df(0x122)][_0x21d6df(0x127)][_0x21d6df(0xfe)](_0x121d46[_0x21d6df(0xc7)])&&(_0x121d46[_0x21d6df(0xb3)](_0x628202,_0x7131f2[_0x7c4baf][_0x21d6df(0x149)][_0x21d6df(0x144)]()),_0x4eddd5?_0x5e3aa6[_0x21d6df(0xf2)](_0x121d46[_0x21d6df(0x13d)](_0x121d46['rfaMa'],_0x23b1f9[_0x3113de][_0x21d6df(0x149)][_0x21d6df(0x144)]())):_0x223ea4['log'](_0x121d46[_0x21d6df(0xe7)](_0x121d46[_0x21d6df(0xd4)],_0x1ee4a1[_0x362b0e][_0x21d6df(0x149)][_0x21d6df(0x144)]()))));if(_0x121d46[_0x21d6df(0x116)](_0x1123d4['result'][_0x21d6df(0x149)][_0x21d6df(0x144)](),_0x121d46[_0x21d6df(0xf9)])){if(_0x121d46['zrIxj'](_0x121d46[_0x21d6df(0xbf)],_0x121d46[_0x21d6df(0xbf)])){const _0x326ed5=_0x121d46[_0x21d6df(0xdd)](nestedKeyValue,_0x1123d4,[_0x121d46[_0x21d6df(0x12a)],_0x121d46['USwtn'],_0x121d46['XAHEe']]);if(_0x326ed5){if(_0x121d46[_0x21d6df(0xfc)](_0x121d46[_0x21d6df(0x120)],_0x121d46[_0x21d6df(0x120)]))testsErrorMessage[_0x6d2878[_0x21d6df(0xe2)]]=_0x326ed5,console[_0x21d6df(0xf2)](_0x121d46['AGMnL'](_0x326ed5,'\x0a'));else{const _0x31b0b7=_0x10210e[_0x21d6df(0x10a)](_0x17e3ea['env'][_0x21d6df(0xa0)]);_0x21595=_0x31b0b7[_0x21d6df(0x11a)];}}_0x2d6b51=!![];}else _0x16d6f9[_0x21d6df(0xf2)](_0x147db3['agleL'](_0x147db3[_0x21d6df(0x10e)],_0x430ef5[_0x2ed618][_0x21d6df(0x149)]['toUpperCase']()));}}else _0x675e86+=0x1;});}}else{const _0x19b5d1=this[_0x550f12(0x140)][_0x550f12(0x12b)](_0x4d37e5);console[_0x550f12(0xf2)](_0x121d46[_0x550f12(0xb4)](_0x121d46[_0x550f12(0xac)](_0x121d46[_0x550f12(0xd1)]('\x20\x20',_0x19b5d1['gherkinDocument'][_0x550f12(0xb5)]['name']),_0x121d46[_0x550f12(0x137)]),_0x19b5d1[_0x550f12(0xd7)][_0x550f12(0xe2)]));const _0x2bfeaf=(0x0,pickleParser[_0x550f12(0xeb)])(_0x19b5d1[_0x550f12(0xd7)]),_0xb9608b=_0x19b5d1[_0x550f12(0x101)][_0x550f12(0x113)],_0x31dacb=_0x19b5d1[_0x550f12(0x148)],_0x4cc0e4=_0xb9608b[_0x550f12(0x135)];for(let _0x49a18c=0x0;_0x121d46[_0x550f12(0x125)](_0x49a18c,_0x4cc0e4);_0x49a18c++){const _0x470427=_0xb9608b[_0x49a18c];if(_0x470427[_0x550f12(0x122)]&&_0x470427['sourceLocation'])_0x121d46[_0x550f12(0x14a)](_0x121d46['erSUk'],_0x121d46[_0x550f12(0x158)])?_0x36673a[_0x550f12(0xf2)](_0x121d46[_0x550f12(0xae)](_0x121d46[_0x550f12(0x156)],_0x33f03b[_0x550f12(0x142)][_0x550f12(0x149)][_0x550f12(0x144)]())):(_0x71b8fb=!![],console[_0x550f12(0xf2)](_0x121d46['lDNFM'](_0x121d46['SkmTF'](_0x121d46[_0x550f12(0xac)](_0x121d46[_0x550f12(0x131)],_0x2bfeaf[_0x470427[_0x550f12(0xa7)][_0x550f12(0x143)]][_0x550f12(0xe5)]),_0x121d46['JDCiZ']),_0x31dacb[_0x49a18c][_0x550f12(0x149)]['toUpperCase']())),_0x121d46[_0x550f12(0x145)](_0x7e28ea,_0x31dacb[_0x49a18c][_0x550f12(0x149)]['toUpperCase']()));else _0x470427[_0x550f12(0x122)]&&(_0x121d46[_0x550f12(0x12f)](_0x121d46[_0x550f12(0x14b)],_0x121d46[_0x550f12(0x14b)])?!_0x470427[_0x550f12(0x122)]['uri'][_0x550f12(0xfe)](_0x121d46[_0x550f12(0xc7)])&&(_0x121d46[_0x550f12(0x14a)](_0x121d46[_0x550f12(0x121)],_0x121d46[_0x550f12(0x121)])?_0x40c30c['log'](_0x121d46['cYDdU'](_0x121d46[_0x550f12(0x156)],_0xb37501[_0x129113][_0x550f12(0x149)][_0x550f12(0x144)]())):(_0x121d46[_0x550f12(0xed)](_0x7e28ea,_0x31dacb[_0x49a18c][_0x550f12(0x149)][_0x550f12(0x144)]()),_0x71b8fb?_0x121d46[_0x550f12(0xdf)](_0x121d46[_0x550f12(0xef)],_0x121d46[_0x550f12(0x12c)])?console[_0x550f12(0xf2)](_0x121d46['OCxEX'](_0x121d46[_0x550f12(0x156)],_0x31dacb[_0x49a18c][_0x550f12(0x149)][_0x550f12(0x144)]())):(_0x42154f[_0x171f80['name']]=_0xd4a165,_0x43e103['log'](_0x121d46['ZlQcC'](_0x515edb,'\x0a'))):_0x121d46[_0x550f12(0xc2)](_0x121d46[_0x550f12(0xe9)],_0x121d46[_0x550f12(0xe9)])?console[_0x550f12(0xf2)](_0x121d46[_0x550f12(0xca)](_0x121d46[_0x550f12(0xd4)],_0x31dacb[_0x49a18c][_0x550f12(0x149)][_0x550f12(0x144)]())):_0x1e5dae+=0x1)):(_0x360482=!![],_0x301e66[_0x550f12(0xf2)](_0x121d46['aXqTr'](_0x121d46['aMvxk'](_0x121d46['AGMnL'](_0x121d46[_0x550f12(0x131)],_0x1bc906[_0x28e810[_0x550f12(0xa7)][_0x550f12(0x143)]]['text']),_0x121d46['JDCiZ']),_0x38e579[_0x550f12(0x142)]['status'][_0x550f12(0x144)]())),_0x121d46[_0x550f12(0x14f)](_0x2e3219,_0x260571[_0x550f12(0x142)][_0x550f12(0x149)]['toUpperCase']())));if(_0x121d46[_0x550f12(0x103)](_0x31dacb[_0x49a18c][_0x550f12(0x149)][_0x550f12(0x144)](),_0x121d46[_0x550f12(0xf9)])){_0x2d6b51=!![];const _0x389103=_0x121d46[_0x550f12(0xdd)](nestedKeyValue,_0x31dacb[_0x49a18c],[_0x121d46[_0x550f12(0xba)],_0x121d46['XAHEe']]);_0x389103&&(testsErrorMessage[_0x121d46['JuXkM'](_0x121d46[_0x550f12(0xae)](_0x19b5d1[_0x550f12(0x126)][_0x550f12(0xb5)][_0x550f12(0xe2)],_0x121d46[_0x550f12(0x137)]),_0x19b5d1[_0x550f12(0xd7)]['name'])]=_0x389103,console[_0x550f12(0xf2)](_0x121d46[_0x550f12(0xc0)](_0x389103,'\x0a')));}}}_0x2d6b51&&(testSuitesFailed+=0x1),console[_0x550f12(0xf2)]('\x0a');}}module[a4_0xdd31e6(0x154)]=BrowserstackFormatter;
|