browserstack-node-sdk 1.28.1 → 1.28.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/gcs.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a30_0x5f15(_0x23d2fb,_0x326e3d){const _0x58a02f=a30_0x58a0();return a30_0x5f15=function(_0x5f155e,_0x2ed35b){_0x5f155e=_0x5f155e-0xe1;let _0x490cbd=_0x58a02f[_0x5f155e];return _0x490cbd;},a30_0x5f15(_0x23d2fb,_0x326e3d);}const a30_0x421e9e=a30_0x5f15;(function(_0x39435f,_0x189ddc){const _0x3393d3=a30_0x5f15,_0xcf0520=_0x39435f();while(!![]){try{const _0x4e2ca7=-parseInt(_0x3393d3(0x125))/0x1+parseInt(_0x3393d3(0xea))/0x2+parseInt(_0x3393d3(0x115))/0x3*(parseInt(_0x3393d3(0xe7))/0x4)+-parseInt(_0x3393d3(0xe9))/0x5*(-parseInt(_0x3393d3(0x109))/0x6)+-parseInt(_0x3393d3(0xe2))/0x7+parseInt(_0x3393d3(0xf4))/0x8*(-parseInt(_0x3393d3(0xed))/0x9)+parseInt(_0x3393d3(0xfd))/0xa*(parseInt(_0x3393d3(0x104))/0xb);if(_0x4e2ca7===_0x189ddc)break;else _0xcf0520['push'](_0xcf0520['shift']());}catch(_0x4f0abe){_0xcf0520['push'](_0xcf0520['shift']());}}}(a30_0x58a0,0xdad32));const {global_registry,WS_EVENTS}=require(a30_0x421e9e(0x124)),{logger}=require(a30_0x421e9e(0x136));function a30_0x58a0(){const _0x531a26=['error','BDWsx','CaxaI','mAvhk','asQRZ','WteDL','../config/logger','ruSNn','jiSIp','qQPBN','GZRaY','kajnI','AtiUv','sendEventToBackend','OGCfY','DjRSy','WDImw','toUTCString','955682qMpcDM','close','koOlD','Agqeh','hVtIt','8fpyeLN','tqnVQ','130ilYVsO','275216rBILsJ','Socket\x20reconnected','addListeners','10377ScTWTq','env','abgIi','TGONB','Message\x20received\x20from\x20server!\x20=>\x20','tGJUg','delay','5864QGzotr','rnbJP','nRDhZ','CIPWb','send','data','Vvtfy','YRnqk','username','10zvXwAD','MqVYh','Yzsdp','requestId','VqluW','debug','scUjD','5681731SXTtNa',']:\x20','info','HvcRA','KgVfl','340662OvblDm','logType','type','stringify','WS_OPENED_BEFORE','open','fjJNM','Socket\x20closed','FbWZo','AByYs','LOG','oKLTF','181521WazwaR','Socket\x20open','ZTdwK','SsYtP','aPxHO','KVwjP','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','parse','DLxiC','Ukdhg','anbUE','VhrnK','oiwva','OjcwH','YHPky','../config/constants','373364jYnZbx','lRsXp','FiRmp','jyJhu','message','addEventListener','bstackUsername','LHCgy','KQBvu','Socket\x20error:\x20','WS_CLOSED_BEFORE'];a30_0x58a0=function(){return _0x531a26;};return a30_0x58a0();}exports[a30_0x421e9e(0xec)]=_0x3efd1f=>{const _0x3d9939=a30_0x421e9e,_0x5a0584={};_0x5a0584[_0x3d9939(0x131)]=_0x3d9939(0xeb),_0x5a0584['WDImw']='true',_0x5a0584[_0x3d9939(0x12d)]=function(_0x2a94e9,_0x2c78fe){return _0x2a94e9===_0x2c78fe;},_0x5a0584['Yzsdp']=_0x3d9939(0x116),_0x5a0584[_0x3d9939(0xfe)]=function(_0x3296ca,_0x1133be){return _0x3296ca===_0x1133be;},_0x5a0584[_0x3d9939(0xf2)]=_0x3d9939(0xfb),_0x5a0584['KVwjP']=function(_0x3c4538,_0x9837e9){return _0x3c4538===_0x9837e9;},_0x5a0584[_0x3d9939(0xfa)]=function(_0x2513d0,_0x22e334){return _0x2513d0!==_0x22e334;},_0x5a0584[_0x3d9939(0x114)]=_0x3d9939(0x111),_0x5a0584[_0x3d9939(0x122)]=_0x3d9939(0x11d),_0x5a0584[_0x3d9939(0x120)]='nXXwM',_0x5a0584[_0x3d9939(0x123)]=_0x3d9939(0x133),_0x5a0584['SsYtP']=function(_0x53b5c,_0x3a1e48){return _0x53b5c===_0x3a1e48;},_0x5a0584[_0x3d9939(0xe8)]=_0x3d9939(0x112),_0x5a0584['koOlD']=_0x3d9939(0xf0),_0x5a0584[_0x3d9939(0xf5)]=_0x3d9939(0x13c),_0x5a0584['jiSIp']=function(_0x3a6d71,_0x145160){return _0x3a6d71!==_0x145160;},_0x5a0584['OGCfY']=_0x3d9939(0x103),_0x5a0584[_0x3d9939(0x101)]='mFeTn',_0x5a0584[_0x3d9939(0x139)]=function(_0x1c832a,_0x12c877){return _0x1c832a!==_0x12c877;},_0x5a0584[_0x3d9939(0x13a)]=_0x3d9939(0x13b),_0x5a0584[_0x3d9939(0xe5)]=_0x3d9939(0x132),_0x5a0584[_0x3d9939(0xe6)]=function(_0x1cd87a,_0x418b40){return _0x1cd87a===_0x418b40;},_0x5a0584[_0x3d9939(0xef)]=_0x3d9939(0x137),_0x5a0584[_0x3d9939(0x10f)]=_0x3d9939(0x126),_0x5a0584['aPxHO']=_0x3d9939(0x110),_0x5a0584['HvcRA']=_0x3d9939(0x10e),_0x5a0584[_0x3d9939(0xf7)]=_0x3d9939(0x129),_0x5a0584[_0x3d9939(0xf6)]='error',_0x5a0584['FiRmp']=_0x3d9939(0xe3);const _0x4717f4=_0x5a0584;_0x3efd1f[_0x3d9939(0x12a)](_0x4717f4[_0x3d9939(0x107)],()=>{const _0x3d0670=_0x3d9939,_0x1ce957={'tEHiN':function(_0x49a51e,_0x2ce29d){const _0xa64324=a30_0x5f15;return _0x4717f4[_0xa64324(0x12d)](_0x49a51e,_0x2ce29d);},'oiwva':_0x4717f4[_0x3d0670(0x140)],'LHCgy':_0x4717f4[_0x3d0670(0x131)],'anbUE':_0x4717f4[_0x3d0670(0xff)]};_0x4717f4[_0x3d0670(0xfe)](_0x4717f4['tGJUg'],_0x4717f4[_0x3d0670(0xf2)])?_0x4717f4[_0x3d0670(0x11a)](process[_0x3d0670(0xee)][_0x3d0670(0x12f)],_0x4717f4[_0x3d0670(0x140)])?_0x4717f4[_0x3d0670(0xfa)](_0x4717f4[_0x3d0670(0x114)],_0x4717f4[_0x3d0670(0x122)])?logger[_0x3d0670(0x102)](_0x4717f4[_0x3d0670(0x131)]):_0x1ce957['tEHiN'](_0x4a631a[_0x3d0670(0xee)][_0x3d0670(0x12f)],_0x1ce957[_0x3d0670(0x121)])?_0x35ad9f[_0x3d0670(0x102)](_0x1ce957[_0x3d0670(0x12c)]):(_0x5d72e4[_0x3d0670(0x102)](_0x1ce957[_0x3d0670(0x11f)]),_0x5aeee3[_0x3d0670(0xee)][_0x3d0670(0x10d)]=!![]):_0x4717f4[_0x3d0670(0xfa)](_0x4717f4[_0x3d0670(0x120)],_0x4717f4[_0x3d0670(0x123)])?(logger['debug'](_0x4717f4['Yzsdp']),process[_0x3d0670(0xee)][_0x3d0670(0x10d)]=!![]):_0x1a4db5[_0x3d0670(0x102)](_0x4717f4[_0x3d0670(0x131)]):_0x1de4b8[_0x3d0670(0xee)]['WS_CLOSED_BEFORE']=_0x4717f4[_0x3d0670(0x140)];}),_0x3efd1f[_0x3d9939(0x12a)](_0x4717f4[_0x3d9939(0xf7)],async function(_0xb2370a){const _0x36f1bd=_0x3d9939;if(_0x4717f4[_0x36f1bd(0x118)](_0x4717f4['tqnVQ'],_0x4717f4['tqnVQ'])){logger[_0x36f1bd(0x102)](_0x36f1bd(0xf1)+_0xb2370a[_0x36f1bd(0xf9)]);let _0x847832,_0x291d82;try{if(_0x4717f4[_0x36f1bd(0xfa)](_0x4717f4['koOlD'],_0x4717f4[_0x36f1bd(0xe4)])){_0x29e2cb[_0x36f1bd(0x102)](_0x36f1bd(0xf1)+_0x3299f7[_0x36f1bd(0xf9)]);let _0x37af21,_0x4f41c3;try{_0x4f41c3=_0x4f11d4['parse'](_0x3090e1['data']),_0x37af21=_0x4f41c3[_0x36f1bd(0x10b)];}catch(_0xbcf330){_0x49970b['error'](_0x36f1bd(0x11b)+_0x137bd7['data']);}}else _0x291d82=JSON[_0x36f1bd(0x11c)](_0xb2370a[_0x36f1bd(0xf9)]),_0x847832=_0x291d82[_0x36f1bd(0x10b)];}catch(_0x43439c){_0x4717f4[_0x36f1bd(0x11a)](_0x4717f4[_0x36f1bd(0xf5)],_0x4717f4['rnbJP'])?logger[_0x36f1bd(0x130)](_0x36f1bd(0x11b)+_0xb2370a[_0x36f1bd(0xf9)]):_0x4ae8c1[_0x36f1bd(0x102)](_0x36f1bd(0x12e)+_0x38d9cf);}}else{const _0x411de6={};return _0x411de6[_0x36f1bd(0x100)]=_0x3e2e71[_0x36f1bd(0x100)],_0x411de6[_0x36f1bd(0xfc)]=_0x2f4431[_0x36f1bd(0x12b)],_0x411de6;}}),_0x3efd1f[_0x3d9939(0x12a)](_0x4717f4[_0x3d9939(0xf6)],function(_0x3a2c37){const _0x3868f2=_0x3d9939;_0x4717f4[_0x3868f2(0x138)](_0x4717f4[_0x3868f2(0x13e)],_0x4717f4['VqluW'])?logger[_0x3868f2(0x102)]('Socket\x20error:\x20'+_0x3a2c37):_0x30ff3b[_0x3868f2(0x130)](_0x3868f2(0x11b)+_0x2173e7[_0x3868f2(0xf9)]);}),_0x3efd1f[_0x3d9939(0x12a)](_0x4717f4[_0x3d9939(0x127)],function(){const _0x53996a=_0x3d9939;_0x4717f4[_0x53996a(0x139)](_0x4717f4[_0x53996a(0x13a)],_0x4717f4['Agqeh'])?(_0x4717f4[_0x53996a(0xe6)](process[_0x53996a(0xee)][_0x53996a(0x10d)],_0x4717f4[_0x53996a(0x140)])&&(_0x4717f4['KQBvu'](_0x4717f4['abgIi'],_0x4717f4[_0x53996a(0x10f)])?(_0xbbfef6[_0x53996a(0x102)](_0x4717f4[_0x53996a(0xff)]),_0x23f47a['env'][_0x53996a(0x10d)]=!![]):process['env']['WS_CLOSED_BEFORE']=_0x4717f4[_0x53996a(0x140)]),logger['debug'](_0x4717f4[_0x53996a(0x119)])):_0x1f2f2b='['+new _0xc978f8()['toUTCString']()+_0x53996a(0x105)+_0x5430e8[_0x53996a(0x129)];});};const getLogMetaData=()=>{const _0x4a3c32=a30_0x421e9e,_0x42136e={};return _0x42136e[_0x4a3c32(0x100)]=global_registry['requestId'],_0x42136e[_0x4a3c32(0xfc)]=global_registry['bstackUsername'],_0x42136e;};exports[a30_0x421e9e(0xf3)]=_0x18fdd6=>new Promise((_0x515b3b,_0x39f100)=>setTimeout(_0x515b3b,_0x18fdd6)),exports[a30_0x421e9e(0x13d)]=async(_0x421746,_0x56fc74,_0x2ac582=a30_0x421e9e(0x106),_0x3ff0e4=![])=>{const _0x194a05=a30_0x421e9e,_0x5c5759={'ZTdwK':function(_0x25659e,_0x1e3c30){return _0x25659e===_0x1e3c30;},'jyJhu':'true','mcsEr':_0x194a05(0x110),'WteDL':'vGxYE','TWymy':_0x194a05(0x13f),'KgVfl':function(_0x41880d){return _0x41880d();},'asQRZ':function(_0x331577,_0x5ee253){return _0x331577!==_0x5ee253;},'Ukdhg':'WqigK'};let _0x1856b1=_0x56fc74[_0x194a05(0x129)];_0x5c5759[_0x194a05(0x117)](_0x56fc74[_0x194a05(0x10b)],WS_EVENTS[_0x194a05(0x113)])&&(_0x5c5759[_0x194a05(0x117)](_0x5c5759[_0x194a05(0x135)],_0x5c5759['TWymy'])?(_0x5c5759[_0x194a05(0x117)](_0x2fd91e[_0x194a05(0xee)][_0x194a05(0x10d)],_0x5c5759[_0x194a05(0x128)])&&(_0x52db58[_0x194a05(0xee)][_0x194a05(0x12f)]=_0x5c5759[_0x194a05(0x128)]),_0x41151a[_0x194a05(0x102)](_0x5c5759['mcsEr'])):_0x1856b1='['+new Date()[_0x194a05(0xe1)]()+_0x194a05(0x105)+_0x56fc74[_0x194a05(0x129)]);const _0x75d955={};_0x75d955[_0x194a05(0x129)]=_0x1856b1,_0x75d955[_0x194a05(0x10a)]=_0x2ac582;const _0x4a3ded={'type':_0x56fc74['type'],..._0x5c5759[_0x194a05(0x108)](getLogMetaData),'data':_0x75d955};_0x421746[_0x194a05(0xf8)](JSON[_0x194a05(0x10c)](_0x4a3ded)),_0x3ff0e4&&(_0x5c5759[_0x194a05(0x134)](_0x5c5759['Ukdhg'],_0x5c5759[_0x194a05(0x11e)])?(_0x11706f=_0x74727f[_0x194a05(0x11c)](_0x5344b0[_0x194a05(0xf9)]),_0x3185e5=_0x506eac[_0x194a05(0x10b)]):await this['delay'](0x1f4));};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"browserstack-node-sdk","version":"1.28.
|
|
1
|
+
{"name":"browserstack-node-sdk","version":"1.28.3","private":false,"description":"Node SDK for browserstack selenium-webdriver tests","main":"./src/index.js","scripts":{},"author":"BrowserStack","license":"SEE LICENSE IN LICENSE.md","bin":{"browserstack-node-sdk":"./src/bin/runner.js","browserstack-cli":"./src/bin/runner.js","setup":"./src/bin/setup.js"},"dependencies":{"@google-cloud/compute":"^4.0.1","@google-cloud/container":"^5.2.0","@google-cloud/resource-manager":"^5.0.1","@kubernetes/client-node":"^0.18.1","@percy/appium-app":"^2.0.1","@percy/selenium-webdriver":"^2.0.0","aws-sdk":"^2.1346.0","bluebird":"^3.7.2","browserstack-local":"^1.5.3","chalk":"^4.1.2","cheerio":"^1.0.0-rc.11","dotenv":"^16.0.3","emittery":"^0.11.0","follow-redirects":"^1.15.3","getos":"^3.2.1","git-last-commit":"^1.0.1","git-repo-info":"^2.1.1","gitconfiglocal":"^2.1.0","global-agent":"^3.0.0","googleapis":"^126.0.1","jest-worker":"^28.1.0","js-yaml":"^4.1.0","js-yaml-cloudformation-schema":"^1.0.0","mocha-multi-reporters":"^1.5.1","monkeypatch":"^1.0.0","p-limit":"^3.1.0","pac-proxy-agent":"^7.0.1","reconnecting-websocket":"^4.4.0","request":"^2.88.2","requestretry":"^7.1.0","table":"^6.8.1","update-notifier":"5.1.0","uuid":"^8.3.2","windows-release":"^5.1.0","winston":"^3.8.2","winston-transport":"^4.5.0","ws":"^8.13.0","yargs":"^17.5.1","yauzl":"^2.10.0"},"devDependencies":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a0_0x49bc4d=a0_0x249f;(function(_0x56143a,_0x5e1b83){const _0x1ef967=a0_0x249f,_0x327d98=_0x56143a();while(!![]){try{const _0x1103c2=-parseInt(_0x1ef967(0x1f4))/0x1*(-parseInt(_0x1ef967(0x1f1))/0x2)+-parseInt(_0x1ef967(0x1fe))/0x3*(-parseInt(_0x1ef967(0x1e5))/0x4)+-parseInt(_0x1ef967(0x1f7))/0x5*(parseInt(_0x1ef967(0x1ee))/0x6)+-parseInt(_0x1ef967(0x1f3))/0x7+parseInt(_0x1ef967(0x1fc))/0x8+-parseInt(_0x1ef967(0x200))/0x9*(-parseInt(_0x1ef967(0x1e6))/0xa)+parseInt(_0x1ef967(0x1e9))/0xb*(-parseInt(_0x1ef967(0x201))/0xc);if(_0x1103c2===_0x5e1b83)break;else _0x327d98['push'](_0x327d98['shift']());}catch(_0x55866f){_0x327d98['push'](_0x327d98['shift']());}}}(a0_0x4482,0xe4bb8));const {requireModule}=require('../../helpers/helper'),logger=require(a0_0x49bc4d(0x1ed))['winstonLogger'],CodeceptJS=requireModule(a0_0x49bc4d(0x1f8)),CodeceptHelper=requireModule(a0_0x49bc4d(0x1f6)),{isTrue}=require('../../helpers/helper');function a0_0x249f(_0x1865ac,_0x19411f){const _0x4482e6=a0_0x4482();return a0_0x249f=function(_0x249fba,_0x4bef52){_0x249fba=_0x249fba-0x1e5;let _0x346bee=_0x4482e6[_0x249fba];return _0x346bee;},a0_0x249f(_0x1865ac,_0x19411f);}function a0_0x4482(){const _0x174ad8=['12413632sFVRoA','318586RABgXa','started','@codeceptjs/helper/helper.js','25OScijI','codeceptjs/lib/index.js','event','test','executeScript','12069184oXnZnB','Knwbt','221919hPWeZE','\x22}}','2104344ZGptBI','40392SFcklK','error','passed','failed','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22}}','upxMl','52mhvZMm','10BxJZrw','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','container','2167HrhWnn','Failed\x20to\x20update\x20sessionStatus\x20','skipSessionName','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','../../helpers/logger','343806LtDRJq','dispatcher','WebDriver','6QIBuLw','exports'];a0_0x4482=function(){return _0x174ad8;};return a0_0x4482();}module[a0_0x49bc4d(0x1f2)]=function(_0x3ef58c){const _0x2ea708=a0_0x49bc4d,_0x39e6ab={'upxMl':function(_0x195271,_0x5e85ae){return _0x195271(_0x5e85ae);},'Knwbt':_0x2ea708(0x1f0)};CodeceptJS['event'][_0x2ea708(0x1ef)]['on'](CodeceptJS[_0x2ea708(0x1f9)][_0x2ea708(0x1fa)][_0x2ea708(0x1f5)],async _0x26d1f9=>{const _0x42cb6e=_0x2ea708;try{!_0x39e6ab[_0x42cb6e(0x206)](isTrue,_0x3ef58c[_0x42cb6e(0x1eb)])&&await CodeceptJS[_0x42cb6e(0x1e8)]['helpers'](_0x39e6ab[_0x42cb6e(0x1fd)])[_0x42cb6e(0x1fb)](_0x42cb6e(0x1e7)+_0x26d1f9['title']+_0x42cb6e(0x1ff));}catch(_0x4a83ad){logger[_0x42cb6e(0x202)]('Failed\x20to\x20update\x20sessionName\x20'+_0x4a83ad);}}),CodeceptJS[_0x2ea708(0x1f9)][_0x2ea708(0x1ef)]['on'](CodeceptJS['event'][_0x2ea708(0x1fa)][_0x2ea708(0x203)],async _0x1dedb8=>{const _0x590176=_0x2ea708;try{await CodeceptJS[_0x590176(0x1e8)]['helpers'](_0x39e6ab[_0x590176(0x1fd)])['executeScript'](_0x590176(0x205));}catch(_0x385d23){logger['error'](_0x590176(0x1ea)+_0x385d23);}}),CodeceptJS[_0x2ea708(0x1f9)][_0x2ea708(0x1ef)]['on'](CodeceptJS[_0x2ea708(0x1f9)][_0x2ea708(0x1fa)][_0x2ea708(0x204)],async(_0x1a1a6a,_0x150842)=>{const _0x34eb04=_0x2ea708;try{await CodeceptJS[_0x34eb04(0x1e8)]['helpers'](_0x39e6ab['Knwbt'])[_0x34eb04(0x1fb)](_0x34eb04(0x1ec)+JSON['stringify'](_0x150842)+'}}');}catch(_0x301924){logger[_0x34eb04(0x202)](_0x34eb04(0x1ea)+_0x301924);}});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a1_0x37844c=a1_0x251d;(function(_0x15576f,_0x751e28){const _0x3a326b=a1_0x251d,_0x11f7b0=_0x15576f();while(!![]){try{const _0x4ddd4c=parseInt(_0x3a326b(0x1bd))/0x1+-parseInt(_0x3a326b(0x1dd))/0x2+parseInt(_0x3a326b(0x1f9))/0x3*(-parseInt(_0x3a326b(0x1c6))/0x4)+-parseInt(_0x3a326b(0x1bc))/0x5*(parseInt(_0x3a326b(0x216))/0x6)+-parseInt(_0x3a326b(0x1e6))/0x7+parseInt(_0x3a326b(0x1b9))/0x8+-parseInt(_0x3a326b(0x1de))/0x9*(-parseInt(_0x3a326b(0x19f))/0xa);if(_0x4ddd4c===_0x751e28)break;else _0x11f7b0['push'](_0x11f7b0['shift']());}catch(_0x39728c){_0x11f7b0['push'](_0x11f7b0['shift']());}}}(a1_0x3587,0x463c4));function a1_0x251d(_0x34dbdb,_0x5f08af){const _0x3587ff=a1_0x3587();return a1_0x251d=function(_0x251d4b,_0x42826d){_0x251d4b=_0x251d4b-0x19a;let _0x1385d1=_0x3587ff[_0x251d4b];return _0x1385d1;},a1_0x251d(_0x34dbdb,_0x5f08af);}const fs=require('fs'),path=require(a1_0x37844c(0x1bb)),{spawn}=require(a1_0x37844c(0x1b0)),process=require(a1_0x37844c(0x1ff)),logger=require('../../helpers/logger')[a1_0x37844c(0x210)],{default:BrowserStackSetup}=require(a1_0x37844c(0x1a8)),helper=require(a1_0x37844c(0x1d0)),{requireModule}=require(a1_0x37844c(0x1d0)),CodeceptJS=requireModule(a1_0x37844c(0x1f2)),getUserCodeceptJSConfigs=(_0x428f6a,_0x5b83e8)=>{const _0x309521=a1_0x37844c,_0x3c1b2e={};_0x3c1b2e[_0x309521(0x1f7)]=function(_0x3b0848,_0xd37605){return _0x3b0848+_0xd37605;},_0x3c1b2e['WrWfi']=_0x309521(0x20f),_0x3c1b2e[_0x309521(0x1a1)]='helpers',_0x3c1b2e['FSxCv']='WebDriver',_0x3c1b2e[_0x309521(0x1f5)]=_0x309521(0x201),_0x3c1b2e[_0x309521(0x1af)]=_0x309521(0x208),_0x3c1b2e[_0x309521(0x20a)]=function(_0x167f34,_0x12c32c){return _0x167f34==_0x12c32c;},_0x3c1b2e[_0x309521(0x21a)]=function(_0x59a4ae,_0x299378){return _0x59a4ae!==_0x299378;},_0x3c1b2e[_0x309521(0x1a2)]=_0x309521(0x1a7),_0x3c1b2e[_0x309521(0x1e1)]=function(_0x216c3f,_0x49bc38){return _0x216c3f!==_0x49bc38;},_0x3c1b2e[_0x309521(0x212)]=_0x309521(0x19e),_0x3c1b2e[_0x309521(0x1c4)]=function(_0x448af2,_0x4bfcd2){return _0x448af2===_0x4bfcd2;},_0x3c1b2e[_0x309521(0x226)]=_0x309521(0x1a5),_0x3c1b2e[_0x309521(0x1b4)]=function(_0x1b42f7,_0x1968e1){return _0x1b42f7!==_0x1968e1;},_0x3c1b2e[_0x309521(0x1fc)]='hPvMr',_0x3c1b2e[_0x309521(0x1ba)]=_0x309521(0x1dc),_0x3c1b2e[_0x309521(0x21d)]=function(_0x1ca3c4,_0x2d48ef){return _0x1ca3c4!==_0x2d48ef;},_0x3c1b2e['RLbhj']='wcgIz',_0x3c1b2e[_0x309521(0x1ed)]='QkQqI';const _0x4f81af=_0x3c1b2e;let _0x41478d=null,_0x2d53c9={},_0xcb567d=_0x5b83e8['findIndex'](_0x2bf743=>_0x2bf743==_0x309521(0x227));if(_0x4f81af[_0x309521(0x20a)](_0xcb567d,-0x1)){if(_0x4f81af[_0x309521(0x21a)](_0x4f81af[_0x309521(0x1a2)],_0x4f81af[_0x309521(0x1a2)]))for(let _0x3b9def of _0x4b2372){const _0x25ae24=_0x3c517a[_0x309521(0x1ab)]();_0x25ae24[_0x309521(0x222)](_0x3b9def),_0x25ae24[_0x309521(0x1ce)](_0x4316ed);}else _0xcb567d=_0x5b83e8[_0x309521(0x1b5)](_0x3f9639=>_0x3f9639=='-c');}if(!helper[_0x309521(0x1e4)](_0x428f6a[_0x309521(0x20f)])&&fs[_0x309521(0x1db)](path[_0x309521(0x1cd)](process[_0x309521(0x1eb)](),_0x428f6a[_0x309521(0x20f)]))){if(_0x4f81af['QHllO'](_0x4f81af['Wpcsd'],_0x4f81af[_0x309521(0x212)])){let _0x1e6ee5=_0x4f81af[_0x309521(0x1f7)](_0x389b1c[_0x309521(0x1b2)](_0x402fd1,'_'),'_'+_0x3fc2e7[_0x309521(0x1ea)]());const _0x192563={};_0x192563[_0x309521(0x1cb)]=_0x5cadf9;const _0x3d8a2c=_0x192563;_0x119db9[_0x1e6ee5]=_0x487363[_0x4f81af['WrWfi']][_0x4f81af[_0x309521(0x1a1)]][_0x4f81af[_0x309521(0x217)]]?_0x487d5d[_0x309521(0x1f3)](_0x3d8a2c,_0x54e0d5[_0x4f81af[_0x309521(0x1e5)]][_0x4f81af[_0x309521(0x1a1)]][_0x4f81af[_0x309521(0x217)]]):_0x3d8a2c,_0x6ec698[_0x309521(0x1e7)](_0x1e6ee5);}else _0x41478d=path['join'](process[_0x309521(0x1eb)](),_0x428f6a[_0x309521(0x20f)]),_0x5b83e8[_0x309521(0x229)](_0xcb567d,0x2);}else{if(!helper['isUndefined'](_0x428f6a['c'])&&fs[_0x309521(0x1db)](path[_0x309521(0x1cd)](process['cwd'](),_0x428f6a['c'])))_0x4f81af['kZzJc'](_0x4f81af['xDBWT'],_0x4f81af[_0x309521(0x226)])?(_0x41478d=path[_0x309521(0x1cd)](process[_0x309521(0x1eb)](),_0x428f6a['c']),_0x5b83e8[_0x309521(0x229)](_0xcb567d,0x2)):(_0xf8ae64=_0x70ba1e[_0x309521(0x1cd)](_0x3c9e9d[_0x309521(0x1eb)](),_0x463322['c']),_0xeb5a7f['slice'](_0x283e55,0x2));else{if(_0x4f81af['YCFtg'](_0x4f81af[_0x309521(0x1fc)],_0x4f81af['rOcyQ']))_0x1c0dd6=_0x59136b[_0x309521(0x1b5)](_0x380478=>_0x380478=='-c');else{if(fs[_0x309521(0x1db)](path[_0x309521(0x1cd)](process['cwd'](),_0x4f81af[_0x309521(0x1f5)]))){if(_0x4f81af[_0x309521(0x1e1)](_0x4f81af['oYyff'],_0x4f81af[_0x309521(0x1ba)])){if(_0xb61693[_0x309521(0x1db)](_0x3b4406[_0x309521(0x1cd)](_0x5a458d[_0x309521(0x1eb)](),_0x4f81af['KGOkB'])))_0x3b0697=_0x433412[_0x309521(0x1cd)](_0x31e373[_0x309521(0x1eb)](),_0x4f81af[_0x309521(0x1f5)]);else _0x1a5c02[_0x309521(0x1db)](_0x413fd1[_0x309521(0x1cd)](_0x4bbf41[_0x309521(0x1eb)](),_0x4f81af[_0x309521(0x1af)]))&&(_0x4ff3a6=_0x3aef09['join'](_0x271d44[_0x309521(0x1eb)](),_0x4f81af['ZwWEk']));}else _0x41478d=path['join'](process['cwd'](),_0x4f81af[_0x309521(0x1f5)]);}else fs[_0x309521(0x1db)](path[_0x309521(0x1cd)](process[_0x309521(0x1eb)](),_0x4f81af[_0x309521(0x1af)]))&&(_0x4f81af[_0x309521(0x21d)](_0x4f81af[_0x309521(0x21b)],_0x4f81af[_0x309521(0x1ed)])?_0x41478d=path[_0x309521(0x1cd)](process[_0x309521(0x1eb)](),_0x4f81af[_0x309521(0x1af)]):_0x261a9f=_0x20fd18['join'](_0x4303d0[_0x309521(0x1eb)](),_0x4f81af[_0x309521(0x1f5)]));}}}return _0x41478d;};function a1_0x3587(){const _0x1cfb1d=['ZmaQF','hFwiG','UvrDO','15iwNOIZ','testConfig','exports','rOcyQ','FncOT','PYiPV','process','browserStackCwd','codecept.conf.js','failed','qrNWB','gxmqE','IZqFQ','printResults','QbWRF','codecept.json','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','eUcxW','FVtKU','zmajX','platforms','bootstrapAll','config','winstonLogger','IJdDm','Wpcsd','BrowserStackPlugin.js','log','PQhMM','12WJaNtN','FSxCv','Kymyh','zVFNM','bvedZ','RLbhj','UfqCo','COxUt','lRKqw','MJLIl','initialize','title','addTests','mlzog','map','AKAkD','xDBWT','--config','before','slice','BNwnA','NKrZk','SVOIu','WebDriver','pwEQR','1990lHJyrv','forEach','tqqTF','Rytcz','CioXl','bdaiO','LJHPK','nVGqu','FRtwL','../../helpers/BrowserStackSetup','xRuOc','bxjnk','spawn','length','kUyan','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','ZwWEk','child_process','hneal','getPlatformName','event','YCFtg','findIndex','JHocO','Failed\x20:\x20','skipSessionName','228112jODaZf','oYyff','path','1306750UTdACM','56381coxyma','modifyBrowserStackCaps','GmXiq','codeceptjs','DvywM','PAbeN','modifyBrowserStackW3CCaps','kZzJc','EXUJL','33848cpVCYD','RNFgl','pFmDg','require','Started\x20:\x20','desiredCapabilities','run','join','addConfig','BrowserStackPlugin','../../helpers/helper','all','mOcwp','iVSJq','RKJey','enabled','Workers','passed','handleApp','XAlcc','chdir','existsSync','TToPo','490620rdiALk','66663ucemOC','bXHMN','info','QHllO','useW3C','GepsC','isUndefined','WrWfi','3226188zfTENJ','push','ZgZPp','plugins','now','cwd','dOrps','CHFwB','test','lbTMu','dTcLu','dirname','codeceptjs/lib/index.js','mergeDeep','helpers','KGOkB'];a1_0x3587=function(){return _0x1cfb1d;};return a1_0x3587();}async function run(_0x2f9f60,_0x2ae7bf){const _0x46e962=a1_0x37844c,_0x53413a={'iVSJq':_0x46e962(0x208),'PYiPV':_0x46e962(0x209),'gxmqE':function(_0x55746b,_0x553cad){return _0x55746b!==_0x553cad;},'DvywM':'fVbCh','lbTMu':_0x46e962(0x1c0),'xRuOc':function(_0x254794,_0xdf9850){return _0x254794===_0xdf9850;},'qrNWB':_0x46e962(0x1ad),'lRKqw':function(_0x1c6e51,_0x4f47a8){return _0x1c6e51+_0x4f47a8;},'MJLIl':'config','Kymyh':_0x46e962(0x1f4),'dOrps':_0x46e962(0x19d),'mlzog':'zSQZy','hneal':_0x46e962(0x1f8),'PAbeN':_0x46e962(0x1b7),'QbWRF':_0x46e962(0x1ca),'ahKDJ':function(_0x284b40,_0x37d626){return _0x284b40===_0x37d626;},'XAlcc':_0x46e962(0x1c5),'pFmDg':_0x46e962(0x1e8),'ZmaQF':function(_0x277bdb,_0x23140c){return _0x277bdb(_0x23140c);},'XmKel':'SjhWi','bXHMN':_0x46e962(0x1a4),'AKAkD':'Passed\x20:\x20','rciow':function(_0x1bbb6a,_0x28a12d){return _0x1bbb6a===_0x28a12d;},'GmXiq':'sfeUM','BDFFk':_0x46e962(0x19c),'NKrZk':function(_0x3aa023,_0x1d3041){return _0x3aa023!==_0x1d3041;},'RNFgl':'jofaX','zVFNM':function(_0x230a8b,_0x5c0b41,_0x3ad681){return _0x230a8b(_0x5c0b41,_0x3ad681);},'PQhMM':function(_0x328aaa,_0x324095){return _0x328aaa===_0x324095;},'wZZHE':_0x46e962(0x1d4),'FncOT':'DcTGS','eWihn':_0x46e962(0x1a3),'IJdDm':_0x46e962(0x1f0),'mOcwp':_0x46e962(0x213),'GepsC':_0x46e962(0x200),'BNwnA':function(_0x4e0976,_0x2ffb91){return _0x4e0976*_0x2ffb91;},'IZqFQ':'dFfYW','JHocO':function(_0x22c837,_0x31ed55){return _0x22c837===_0x31ed55;},'UfqCo':_0x46e962(0x1a6),'mQvxz':_0x46e962(0x20b),'bxjnk':function(_0x574380){return _0x574380();}},_0x2c9396=new BrowserStackSetup(_0x2f9f60,_0x53413a['lbTMu']);await _0x2c9396[_0x46e962(0x220)](),await helper[_0x46e962(0x1d8)](_0x2c9396['config']);if(!_0x2c9396[_0x46e962(0x20f)])return;const _0x4050f1=_0x53413a[_0x46e962(0x219)](getUserCodeceptJSConfigs,_0x2f9f60,_0x2ae7bf);let _0x382ffb={};_0x4050f1?_0x53413a[_0x46e962(0x215)](_0x53413a['wZZHE'],_0x53413a[_0x46e962(0x1fd)])?_0x1467a1=_0x3a7dc2[_0x46e962(0x1cd)](_0x45f96d[_0x46e962(0x1eb)](),_0x53413a[_0x46e962(0x1d3)]):(logger[_0x46e962(0x1e0)](_0x46e962(0x1ae)+_0x4050f1),_0x382ffb=_0x53413a[_0x46e962(0x1f6)](require,_0x4050f1)):_0x53413a[_0x46e962(0x204)](_0x53413a['eWihn'],_0x53413a[_0x46e962(0x211)])?logger[_0x46e962(0x1e0)](_0x53413a[_0x46e962(0x1fe)]):(_0x93c966=_0x3db7df[_0x46e962(0x1cd)](_0x4264b3['cwd'](),_0x2bc9c3['config']),_0x31fe41[_0x46e962(0x229)](_0x421fd0,0x2));let _0x381026=helper[_0x46e962(0x1e2)](_0x2c9396[_0x46e962(0x20f)]);const _0x252518=[];_0x2c9396['config'][_0x46e962(0x20d)][_0x46e962(0x1a0)]((_0x4fe6bf,_0x3412d6)=>{const _0x412aa9=_0x46e962;if(_0x53413a[_0x412aa9(0x204)](_0x53413a[_0x412aa9(0x1c1)],_0x53413a[_0x412aa9(0x1c1)]))_0x5af446['info'](_0x53413a['PYiPV']);else{if(_0x381026)_0x252518['push'](helper[_0x412aa9(0x1c3)](_0x2c9396['config'],_0x53413a[_0x412aa9(0x1ef)],_0x3412d6));else _0x252518['push'](helper[_0x412aa9(0x1be)](_0x2c9396['config'],_0x53413a[_0x412aa9(0x1ef)],_0x3412d6));}});const _0x45c2b7={},_0x58a3d6=[];_0x252518['forEach'](_0x3f128f=>{const _0x597428=_0x46e962;if(_0x53413a[_0x597428(0x1a9)](_0x53413a[_0x597428(0x203)],_0x53413a[_0x597428(0x203)])){let _0x51b99c=_0x53413a[_0x597428(0x21e)](helper['getPlatformName'](_0x3f128f,'_'),'_'+Date[_0x597428(0x1ea)]());const _0x91efef={};_0x91efef[_0x597428(0x1cb)]=_0x3f128f;const _0x3ac882=_0x91efef;_0x45c2b7[_0x51b99c]=_0x382ffb[_0x53413a[_0x597428(0x21f)]][_0x53413a['Kymyh']][_0x53413a['dOrps']]?helper[_0x597428(0x1f3)](_0x3ac882,_0x382ffb[_0x53413a[_0x597428(0x21f)]][_0x53413a[_0x597428(0x218)]][_0x53413a[_0x597428(0x1ec)]]):_0x3ac882,_0x58a3d6[_0x597428(0x1e7)](_0x51b99c);}else{if(_0x421298)_0x27c5df[_0x597428(0x1e7)](_0x1fe42d[_0x597428(0x1c3)](_0x6f2859[_0x597428(0x20f)],_0x53413a[_0x597428(0x1ef)],_0xcf56b8));else _0x5b4c1d[_0x597428(0x1e7)](_0x50af06['modifyBrowserStackCaps'](_0x26b15b['config'],_0x53413a[_0x597428(0x1ef)],_0x453107));}});const _0x440054={};_0x440054[_0x46e962(0x1fa)]=_0x4050f1;const _0xe2f508=_0x440054,_0x440b6b=path[_0x46e962(0x1cd)](__dirname,_0x53413a[_0x46e962(0x1d2)]),_0x280ea4=process[_0x46e962(0x1eb)]();process['env'][_0x53413a[_0x46e962(0x1e3)]]=_0x280ea4,process[_0x46e962(0x1da)](path[_0x46e962(0x1f1)](_0x4050f1));const _0x3acaf1=new CodeceptJS[(_0x46e962(0x1d6))](null,_0xe2f508),_0x41c62d=_0x3acaf1['createGroupsOfSuites'](_0x53413a[_0x46e962(0x19a)](_0x2c9396['config']['parallelsPerPlatform'],_0x2c9396[_0x46e962(0x20f)][_0x46e962(0x20d)][_0x46e962(0x1ac)])),_0x5b1739=_0x58a3d6[_0x46e962(0x224)](_0x26b22c=>{const _0x58db65=_0x46e962;if(_0x53413a['gxmqE'](_0x53413a[_0x58db65(0x223)],_0x53413a[_0x58db65(0x1b1)])){const _0x5dae5e={..._0x45c2b7[_0x26b22c]},_0x2f24d4={};_0x2f24d4[_0x58db65(0x19d)]=_0x5dae5e;const _0x29e94d={};_0x29e94d[_0x58db65(0x1c9)]=_0x440b6b,_0x29e94d[_0x58db65(0x1d5)]=!![],_0x29e94d['skipSessionName']=_0x2c9396[_0x58db65(0x20f)]['testContextOptions'][_0x58db65(0x1b8)];const _0x3e9744={};_0x3e9744[_0x58db65(0x1cf)]=_0x29e94d;const _0x3a2cc5={};return _0x3a2cc5[_0x58db65(0x1f4)]=_0x2f24d4,_0x3a2cc5[_0x58db65(0x1e9)]=_0x3e9744,_0x3a2cc5;}else _0x8cd602[_0x58db65(0x206)]();});for(const _0x572351 of _0x5b1739){if(_0x53413a['PQhMM'](_0x53413a['IZqFQ'],_0x53413a[_0x46e962(0x205)]))for(let _0x537074 of _0x41c62d){if(_0x53413a[_0x46e962(0x1b6)](_0x53413a[_0x46e962(0x21c)],_0x53413a['mQvxz'])){const _0xe4938f={..._0x1ca79c[_0x375714]},_0x37cce4={};_0x37cce4['WebDriver']=_0xe4938f;const _0x2ccee8={};_0x2ccee8[_0x46e962(0x1c9)]=_0x4cfa08,_0x2ccee8[_0x46e962(0x1d5)]=!![],_0x2ccee8[_0x46e962(0x1b8)]=_0x107d52[_0x46e962(0x20f)]['testContextOptions']['skipSessionName'];const _0x4656d3={};_0x4656d3[_0x46e962(0x1cf)]=_0x2ccee8;const _0x26d854={};return _0x26d854[_0x46e962(0x1f4)]=_0x37cce4,_0x26d854[_0x46e962(0x1e9)]=_0x4656d3,_0x26d854;}else{const _0x4dd7c7=_0x3acaf1['spawn']();_0x4dd7c7[_0x46e962(0x222)](_0x537074),_0x4dd7c7[_0x46e962(0x1ce)](_0x572351);}}else _0x47e5bc['log'](_0x53413a[_0x46e962(0x1c2)],_0x202727[_0x46e962(0x221)]);}_0x3acaf1['on'](CodeceptJS[_0x46e962(0x1b3)][_0x46e962(0x1ee)][_0x46e962(0x202)],(_0x52cfa7,_0x42dc2d)=>{const _0x53c72e=_0x46e962,_0x8e5e82={};_0x8e5e82['UIDyd']=_0x53413a[_0x53c72e(0x207)];const _0x2a2bd1=_0x8e5e82;_0x53413a['ahKDJ'](_0x53413a[_0x53c72e(0x1d9)],_0x53413a[_0x53c72e(0x1c8)])?_0x4cf351[_0x53c72e(0x214)](_0x2a2bd1['UIDyd'],_0x18ecc2[_0x53c72e(0x221)]):console[_0x53c72e(0x214)](_0x53413a[_0x53c72e(0x1c2)],_0x52cfa7['title']);}),_0x3acaf1['on'](CodeceptJS[_0x46e962(0x1b3)]['test'][_0x46e962(0x1d7)],async _0x366799=>{const _0xbd2faa=_0x46e962;_0x53413a[_0xbd2faa(0x204)](_0x53413a['XmKel'],_0x53413a[_0xbd2faa(0x1df)])?console[_0xbd2faa(0x214)](_0x53413a[_0xbd2faa(0x225)],_0x366799[_0xbd2faa(0x221)]):(_0x4f1776[_0xbd2faa(0x1e0)](_0xbd2faa(0x1ae)+_0x18f8a2),_0x5619cb=_0x53413a[_0xbd2faa(0x1f6)](_0x1c3e00,_0x5542e8));}),_0x3acaf1['on'](CodeceptJS['event'][_0x46e962(0x1ee)][_0x46e962(0x228)],async _0x17fca0=>{const _0x48927d=_0x46e962,_0x34a97b={};_0x34a97b[_0x48927d(0x20c)]=_0x53413a[_0x48927d(0x225)];const _0x3b7937=_0x34a97b;_0x53413a['rciow'](_0x53413a[_0x48927d(0x1bf)],_0x53413a['BDFFk'])?_0x6c1c8[_0x48927d(0x214)](_0x3b7937[_0x48927d(0x20c)],_0x57e6a2[_0x48927d(0x221)]):console[_0x48927d(0x214)](_0x53413a['QbWRF'],_0x17fca0['title']);}),_0x3acaf1['on'](CodeceptJS[_0x46e962(0x1b3)][_0x46e962(0x1d1)]['result'],async()=>{const _0x475f26=_0x46e962;if(_0x53413a[_0x475f26(0x19b)](_0x53413a[_0x475f26(0x1c7)],_0x53413a[_0x475f26(0x1c7)])){const _0x355ce9=_0x4d2456['spawn']();_0x355ce9[_0x475f26(0x222)](_0x2cc52c),_0x355ce9['addConfig'](_0x1a9313);}else _0x3acaf1['printResults']();});async function _0x4955b6(){const _0x44dbad=_0x46e962;try{await _0x3acaf1[_0x44dbad(0x20e)](),await _0x3acaf1[_0x44dbad(0x1cc)]();}finally{process[_0x44dbad(0x1da)](_0x280ea4),await _0x3acaf1['teardownAll']();}}_0x53413a[_0x46e962(0x1aa)](_0x4955b6);}module[a1_0x37844c(0x1fb)]=run;
|
|
2
|
+
'use strict';function a1_0x562e(_0x5ddd58,_0x8c2fe7){const _0x11bf85=a1_0x11bf();return a1_0x562e=function(_0x562e9b,_0x27f880){_0x562e9b=_0x562e9b-0x7d;let _0x4180ff=_0x11bf85[_0x562e9b];return _0x4180ff;},a1_0x562e(_0x5ddd58,_0x8c2fe7);}const a1_0x35b3ed=a1_0x562e;(function(_0x326fd6,_0x41847c){const _0x4ff96e=a1_0x562e,_0x472f1b=_0x326fd6();while(!![]){try{const _0x32aea7=parseInt(_0x4ff96e(0xe0))/0x1*(-parseInt(_0x4ff96e(0xda))/0x2)+-parseInt(_0x4ff96e(0x9e))/0x3+-parseInt(_0x4ff96e(0xfd))/0x4*(parseInt(_0x4ff96e(0x107))/0x5)+parseInt(_0x4ff96e(0x117))/0x6*(parseInt(_0x4ff96e(0x10b))/0x7)+parseInt(_0x4ff96e(0x105))/0x8+parseInt(_0x4ff96e(0xd9))/0x9+-parseInt(_0x4ff96e(0xc3))/0xa*(parseInt(_0x4ff96e(0xa4))/0xb);if(_0x32aea7===_0x41847c)break;else _0x472f1b['push'](_0x472f1b['shift']());}catch(_0x8488b1){_0x472f1b['push'](_0x472f1b['shift']());}}}(a1_0x11bf,0x3a4c2));function a1_0x11bf(){const _0x42f609=['RMlzy','YzHFE','path','NVZBJ','failed','../../helpers/BrowserStackSetup','gUhqG','OKcQE','bootstrapAll','pLpFE','XEDMi','dirname','UboXT','initialize','333153SIOSZI','ETTCl','kLOAP','weWFP','WfubQ','DbqQm','545875MVCWQK','nPkAu','cwd','createGroupsOfSuites','DUJNx','plugins','map','teardownAll','addTests','platforms','UKkZu','BLRdM','bzEan','meLxo','PyJnK','jocRA','length','MnzqD','BUfnO','sPSVR','ZwDdZ','../../helpers/helper','OmEZz','desiredCapabilities','Luluj','XbGhE','JQBhU','hDcDo','testContextOptions','now','slice','30TKEhzm','printResults','iPUgw','config','Passed\x20:\x20','ieSaa','KuTPz','findIndex','UyMch','parallelsPerPlatform','ulXUw','Workers','abxkW','SORAG','wAVwa','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','event','jpHRm','VmsFo','codeceptjs/lib/index.js','testConfig','push','2927655qzwHIA','13318qRmItq','OPEZY','run','vixbx','result','zqxBA','22BObVLM','aMmpg','join','info','child_process','codecept.conf.js','YFtzu','qnFdD','cEDCW','require','ZqvZQ','PAFcW','KCbAc','tRsmm','ePZiq','rJCRt','spawn','helpers','modifyBrowserStackCaps','VGpBO','fljEG','XCNmr','--config','ACKCz','zKhxx','BrowserStackPlugin','KPmmj','addConfig','forEach','20sFMwcE','WebDriver','BrowserStackPlugin.js','modifyBrowserStackW3CCaps','uHiFP','chdir','rdcgC','ojXAJ','1182944teslKL','isUndefined','37820kZJsri','DhBCW','Failed\x20:\x20','HNVca','7OXQFlt','zHacO','NOECs','qqIup','ACfSv','Started\x20:\x20','jptms','PFlvR','before','qzxsC','skipSessionName','pZoNc','1259202WgWBgI','XjHsM','getPlatformName','MRFBm','FVuVP','ergbh','log','biEDR','existsSync','TaeXi','VsCZZ','process','CPKmW','qHtAV','sLKyj','HrOwQ','codecept.json','mergeDeep','title','test'];a1_0x11bf=function(){return _0x42f609;};return a1_0x11bf();}const fs=require('fs'),path=require(a1_0x35b3ed(0x92)),{spawn}=require(a1_0x35b3ed(0xe4)),process=require(a1_0x35b3ed(0x87)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a1_0x35b3ed(0x95)),helper=require(a1_0x35b3ed(0xb9)),{requireModule}=require('../../helpers/helper'),CodeceptJS=requireModule(a1_0x35b3ed(0xd6)),getUserCodeceptJSConfigs=(_0x1d19f0,_0x11d11d)=>{const _0x3b7772=a1_0x35b3ed,_0x374eca={};_0x374eca[_0x3b7772(0xe1)]=_0x3b7772(0x109),_0x374eca[_0x3b7772(0x7f)]=function(_0x448cc9,_0x1572d9){return _0x448cc9+_0x1572d9;},_0x374eca[_0x3b7772(0xbf)]=_0x3b7772(0xc6),_0x374eca[_0x3b7772(0xea)]=_0x3b7772(0xf1),_0x374eca['ZwDdZ']=_0x3b7772(0xfe),_0x374eca[_0x3b7772(0xc9)]=_0x3b7772(0x8c),_0x374eca[_0x3b7772(0xe6)]=_0x3b7772(0xc7),_0x374eca[_0x3b7772(0x96)]=function(_0x47df20,_0x5fe82a){return _0x47df20==_0x5fe82a;},_0x374eca[_0x3b7772(0x83)]=function(_0x322b9d,_0x20d2a3){return _0x322b9d!==_0x20d2a3;},_0x374eca[_0x3b7772(0x89)]=_0x3b7772(0xaf),_0x374eca[_0x3b7772(0x86)]=_0x3b7772(0xa3),_0x374eca[_0x3b7772(0x9f)]=_0x3b7772(0xc5),_0x374eca[_0x3b7772(0x112)]=function(_0x460a3a,_0x4d6b97){return _0x460a3a===_0x4d6b97;},_0x374eca['jptms']=_0x3b7772(0x7d),_0x374eca[_0x3b7772(0xf5)]='ykQlG',_0x374eca[_0x3b7772(0x97)]=function(_0x279f92,_0x2f5d16){return _0x279f92!==_0x2f5d16;},_0x374eca['pZoNc']=_0x3b7772(0x90),_0x374eca[_0x3b7772(0xb0)]=_0x3b7772(0xe5),_0x374eca['pLpFE']=_0x3b7772(0xb2),_0x374eca[_0x3b7772(0xef)]=_0x3b7772(0x104),_0x374eca[_0x3b7772(0xcf)]=function(_0x4b6c2d,_0x3405e7){return _0x4b6c2d===_0x3405e7;},_0x374eca[_0x3b7772(0xf3)]=_0x3b7772(0x9a),_0x374eca[_0x3b7772(0xb1)]=_0x3b7772(0xf4);const _0xaba75d=_0x374eca;let _0x13688f=null,_0x51e306={},_0x4978ec=_0x11d11d['findIndex'](_0x27d151=>_0x27d151==_0x3b7772(0xf6));_0xaba75d['gUhqG'](_0x4978ec,-0x1)&&(_0xaba75d[_0x3b7772(0x83)](_0xaba75d[_0x3b7772(0x89)],_0xaba75d[_0x3b7772(0x86)])?_0x4978ec=_0x11d11d[_0x3b7772(0xca)](_0x3dc9ce=>_0x3dc9ce=='-c'):_0x2b6558[_0x3b7772(0x82)](_0xaba75d['aMmpg'],_0x4b7ba2['title']));if(!helper['isUndefined'](_0x1d19f0[_0x3b7772(0xc6)])&&fs[_0x3b7772(0x84)](path[_0x3b7772(0xe2)](process[_0x3b7772(0xa6)](),_0x1d19f0[_0x3b7772(0xc6)]))){if(_0xaba75d[_0x3b7772(0x83)](_0xaba75d['ETTCl'],_0xaba75d['ETTCl'])){let _0x3cf925=_0xaba75d[_0x3b7772(0x7f)](_0xd56567[_0x3b7772(0x7e)](_0x5a80ac,'_'),'_'+_0x47c2e1[_0x3b7772(0xc1)]());const _0x2ed73b={};_0x2ed73b['desiredCapabilities']=_0x1a4584;const _0x25132d=_0x2ed73b;_0x4987d8[_0x3cf925]=_0x144f0a[_0xaba75d[_0x3b7772(0xbf)]][_0xaba75d[_0x3b7772(0xea)]][_0xaba75d[_0x3b7772(0xb8)]]?_0x53070f['mergeDeep'](_0x25132d,_0x556b6c[_0xaba75d['hDcDo']][_0xaba75d[_0x3b7772(0xea)]][_0xaba75d[_0x3b7772(0xb8)]]):_0x25132d,_0x4ba151['push'](_0x3cf925);}else _0x13688f=path[_0x3b7772(0xe2)](process['cwd'](),_0x1d19f0[_0x3b7772(0xc6)]),_0x11d11d['slice'](_0x4978ec,0x2);}else{if(!helper[_0x3b7772(0x106)](_0x1d19f0['c'])&&fs['existsSync'](path[_0x3b7772(0xe2)](process[_0x3b7772(0xa6)](),_0x1d19f0['c'])))_0xaba75d['PFlvR'](_0xaba75d[_0x3b7772(0x111)],_0xaba75d[_0x3b7772(0xf5)])?_0x4821ca=_0x20afd5[_0x3b7772(0xe2)](_0xd23fb8[_0x3b7772(0xa6)](),_0xaba75d['KuTPz']):(_0x13688f=path['join'](process[_0x3b7772(0xa6)](),_0x1d19f0['c']),_0x11d11d[_0x3b7772(0xc2)](_0x4978ec,0x2));else{if(_0xaba75d[_0x3b7772(0x97)](_0xaba75d[_0x3b7772(0x116)],_0xaba75d[_0x3b7772(0x116)]))_0x58e69e[_0x3b7772(0xc4)]();else{if(fs[_0x3b7772(0x84)](path['join'](process[_0x3b7772(0xa6)](),_0xaba75d[_0x3b7772(0xb0)])))_0xaba75d[_0x3b7772(0x112)](_0xaba75d[_0x3b7772(0x99)],_0xaba75d[_0x3b7772(0xef)])?_0x4f2c4a[_0x3b7772(0x82)](_0xaba75d[_0x3b7772(0xe6)],_0x2017fe[_0x3b7772(0x8e)]):_0x13688f=path['join'](process[_0x3b7772(0xa6)](),_0xaba75d[_0x3b7772(0xb0)]);else{if(fs[_0x3b7772(0x84)](path['join'](process[_0x3b7772(0xa6)](),_0xaba75d[_0x3b7772(0xc9)]))){if(_0xaba75d[_0x3b7772(0xcf)](_0xaba75d[_0x3b7772(0xf3)],_0xaba75d[_0x3b7772(0xb1)]))for(let _0x246610 of _0x651e68){const _0x3deb2c=_0x42aef6[_0x3b7772(0xf0)]();_0x3deb2c[_0x3b7772(0xac)](_0x246610),_0x3deb2c[_0x3b7772(0xfb)](_0x3daf1b);}else _0x13688f=path['join'](process[_0x3b7772(0xa6)](),_0xaba75d[_0x3b7772(0xc9)]);}}}}}return _0x13688f;};async function run(_0x599bc6,_0x5d332a){const _0x1d6f6d=a1_0x35b3ed,_0x280abc={'zKhxx':'codeceptjs','PAFcW':function(_0x3e0d63,_0x27de2e){return _0x3e0d63(_0x27de2e);},'CPKmW':function(_0x5eedd9,_0x306edc){return _0x5eedd9===_0x306edc;},'KPmmj':_0x1d6f6d(0xd4),'zqxBA':_0x1d6f6d(0xd2),'jocRA':_0x1d6f6d(0x8a),'ePZiq':_0x1d6f6d(0x80),'VmsFo':function(_0x1cb04d,_0x52f64c){return _0x1cb04d+_0x52f64c;},'ieSaa':_0x1d6f6d(0xc6),'ACfSv':_0x1d6f6d(0xf1),'KCbAc':_0x1d6f6d(0xfe),'GgPnN':function(_0x1b43c7,_0x32e35e){return _0x1b43c7!==_0x32e35e;},'BUfnO':_0x1d6f6d(0xd1),'ulmae':'codecept.conf.js','qzxsC':_0x1d6f6d(0x8c),'CqKGb':function(_0x3e8a1f,_0x16d987){return _0x3e8a1f===_0x16d987;},'dGGdG':_0x1d6f6d(0xa5),'UyMch':_0x1d6f6d(0xed),'sRyFU':_0x1d6f6d(0x109),'vixbx':'LOxPb','Luluj':_0x1d6f6d(0xb7),'nwYXQ':'Passed\x20:\x20','zHacO':_0x1d6f6d(0xb5),'UKkZu':_0x1d6f6d(0xe7),'JQBhU':_0x1d6f6d(0x110),'NOECs':'husAR','WfubQ':_0x1d6f6d(0xf7),'UboXT':function(_0x54c825,_0xfbb21d,_0x4685f2){return _0x54c825(_0xfbb21d,_0x4685f2);},'qqIup':_0x1d6f6d(0x91),'HNVca':_0x1d6f6d(0x8b),'cEDCW':_0x1d6f6d(0x108),'OPEZY':_0x1d6f6d(0xa8),'qTBKE':_0x1d6f6d(0xff),'SORAG':'browserStackCwd','cCyae':function(_0x535aa8,_0x5a6c31){return _0x535aa8*_0x5a6c31;},'HRIEN':_0x1d6f6d(0x103),'weWFP':_0x1d6f6d(0x101),'kLOAP':_0x1d6f6d(0xbd),'vPkQQ':'KOayY','TaeXi':function(_0x507be8){return _0x507be8();}},_0x1c25a7=new BrowserStackSetup(_0x599bc6,_0x280abc[_0x1d6f6d(0xf8)]);await _0x1c25a7[_0x1d6f6d(0x9d)](),await helper['handleApp'](_0x1c25a7['config']);if(!_0x1c25a7['config'])return;const _0x13ebe3=_0x280abc[_0x1d6f6d(0x9c)](getUserCodeceptJSConfigs,_0x599bc6,_0x5d332a);let _0x2bd31c={};if(_0x13ebe3){if(_0x280abc[_0x1d6f6d(0x88)](_0x280abc[_0x1d6f6d(0x10e)],_0x280abc[_0x1d6f6d(0x10a)])){if(_0x50c8ec)_0x3da76e[_0x1d6f6d(0xd8)](_0x362e57[_0x1d6f6d(0x100)](_0xc73a26[_0x1d6f6d(0xc6)],_0x280abc[_0x1d6f6d(0xf8)],_0x480481));else _0x51ab73[_0x1d6f6d(0xd8)](_0x2d3866[_0x1d6f6d(0xf2)](_0x30e0cc[_0x1d6f6d(0xc6)],_0x280abc[_0x1d6f6d(0xf8)],_0x31b8c2));}else logger[_0x1d6f6d(0xe3)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x13ebe3),_0x2bd31c=_0x280abc[_0x1d6f6d(0xeb)](require,_0x13ebe3);}else _0x280abc[_0x1d6f6d(0x88)](_0x280abc[_0x1d6f6d(0xe8)],_0x280abc[_0x1d6f6d(0xdb)])?(_0x35ebaf=_0x38759e[_0x1d6f6d(0xe2)](_0x4d3e15[_0x1d6f6d(0xa6)](),_0x45e603[_0x1d6f6d(0xc6)]),_0x4c3499['slice'](_0x17f326,0x2)):logger[_0x1d6f6d(0xe3)](_0x280abc[_0x1d6f6d(0xdf)]);let _0x8ed6dc=helper['useW3C'](_0x1c25a7[_0x1d6f6d(0xc6)]);const _0x537b5c=[];_0x1c25a7[_0x1d6f6d(0xc6)][_0x1d6f6d(0xad)]['forEach']((_0x36c0b2,_0x310f4a)=>{const _0x3d29b4=_0x1d6f6d,_0xbfbf0d={'NVZBJ':function(_0xb2ab5a,_0x559d67){return _0x280abc['PAFcW'](_0xb2ab5a,_0x559d67);}};if(_0x280abc[_0x3d29b4(0x88)](_0x280abc[_0x3d29b4(0xfa)],_0x280abc[_0x3d29b4(0xfa)])){if(_0x8ed6dc)_0x537b5c[_0x3d29b4(0xd8)](helper[_0x3d29b4(0x100)](_0x1c25a7[_0x3d29b4(0xc6)],_0x280abc[_0x3d29b4(0xf8)],_0x310f4a));else _0x537b5c[_0x3d29b4(0xd8)](helper['modifyBrowserStackCaps'](_0x1c25a7[_0x3d29b4(0xc6)],_0x280abc['zKhxx'],_0x310f4a));}else _0x50d6d4[_0x3d29b4(0xe3)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x326b43),_0x53e51d=_0xbfbf0d[_0x3d29b4(0x93)](_0x52e194,_0x521fce);});const _0xed4d2f={},_0x1b137c=[];_0x537b5c[_0x1d6f6d(0xfc)](_0x424b66=>{const _0x3eebbd=_0x1d6f6d;if(_0x280abc[_0x3eebbd(0x88)](_0x280abc[_0x3eebbd(0xb3)],_0x280abc[_0x3eebbd(0xee)]))_0x5edbe0['info'](_0x280abc['zqxBA']);else{let _0x48599e=_0x280abc[_0x3eebbd(0xd5)](helper[_0x3eebbd(0x7e)](_0x424b66,'_'),'_'+Date[_0x3eebbd(0xc1)]());const _0x466968={};_0x466968[_0x3eebbd(0xbb)]=_0x424b66;const _0x242061=_0x466968;_0xed4d2f[_0x48599e]=_0x2bd31c[_0x280abc['ieSaa']][_0x280abc[_0x3eebbd(0x10f)]][_0x280abc[_0x3eebbd(0xec)]]?helper[_0x3eebbd(0x8d)](_0x242061,_0x2bd31c[_0x280abc[_0x3eebbd(0xc8)]][_0x280abc['ACfSv']][_0x280abc[_0x3eebbd(0xec)]]):_0x242061,_0x1b137c[_0x3eebbd(0xd8)](_0x48599e);}});const _0x972a19={};_0x972a19[_0x1d6f6d(0xd7)]=_0x13ebe3;const _0x342484=_0x972a19,_0x1d9578=path[_0x1d6f6d(0xe2)](__dirname,_0x280abc['qTBKE']),_0x278255=process['cwd']();process['env'][_0x280abc[_0x1d6f6d(0xd0)]]=_0x278255,process[_0x1d6f6d(0x102)](path[_0x1d6f6d(0x9b)](_0x13ebe3));const _0x3cc35d=new CodeceptJS[(_0x1d6f6d(0xce))](null,_0x342484),_0x36a957=_0x3cc35d[_0x1d6f6d(0xa7)](_0x280abc['cCyae'](_0x1c25a7[_0x1d6f6d(0xc6)][_0x1d6f6d(0xcc)],_0x1c25a7['config'][_0x1d6f6d(0xad)][_0x1d6f6d(0xb4)])),_0x1e6188=_0x1b137c[_0x1d6f6d(0xaa)](_0x5719b7=>{const _0x1b101b=_0x1d6f6d;if(_0x280abc['GgPnN'](_0x280abc[_0x1b101b(0xb6)],_0x280abc[_0x1b101b(0xb6)])){const _0x3e9fc2=_0x56a214[_0x1b101b(0xf0)]();_0x3e9fc2[_0x1b101b(0xac)](_0x2e4b5c),_0x3e9fc2[_0x1b101b(0xfb)](_0x569f1f);}else{const _0x169737={..._0xed4d2f[_0x5719b7]},_0x206b59={};_0x206b59[_0x1b101b(0xfe)]=_0x169737;const _0x4cabaf={};_0x4cabaf['require']=_0x1d9578,_0x4cabaf['enabled']=!![],_0x4cabaf[_0x1b101b(0x115)]=_0x1c25a7[_0x1b101b(0xc6)][_0x1b101b(0xc0)][_0x1b101b(0x115)];const _0x3a2d92={};_0x3a2d92['BrowserStackPlugin']=_0x4cabaf;const _0x3e850e={};return _0x3e850e[_0x1b101b(0xf1)]=_0x206b59,_0x3e850e[_0x1b101b(0xa9)]=_0x3a2d92,_0x3e850e;}});for(const _0x292efd of _0x1e6188){if(_0x280abc['GgPnN'](_0x280abc['HRIEN'],_0x280abc[_0x1d6f6d(0xa1)]))for(let _0x305328 of _0x36a957){if(_0x280abc[_0x1d6f6d(0x88)](_0x280abc[_0x1d6f6d(0xa0)],_0x280abc['vPkQQ']))_0xf2d552=_0x455d64[_0x1d6f6d(0xe2)](_0x2aaa76['cwd'](),_0x280abc['ulmae']);else{const _0x190448=_0x3cc35d[_0x1d6f6d(0xf0)]();_0x190448[_0x1d6f6d(0xac)](_0x305328),_0x190448[_0x1d6f6d(0xfb)](_0x292efd);}}else{const _0x4ec6ed={..._0x3e6f85[_0x59222b]},_0x5f5874={};_0x5f5874[_0x1d6f6d(0xfe)]=_0x4ec6ed;const _0x5d2648={};_0x5d2648[_0x1d6f6d(0xe9)]=_0x468df5,_0x5d2648['enabled']=!![],_0x5d2648[_0x1d6f6d(0x115)]=_0x4d4796[_0x1d6f6d(0xc6)]['testContextOptions'][_0x1d6f6d(0x115)];const _0x5c253f={};_0x5c253f[_0x1d6f6d(0xf9)]=_0x5d2648;const _0x1dfce7={};return _0x1dfce7[_0x1d6f6d(0xf1)]=_0x5f5874,_0x1dfce7['plugins']=_0x5c253f,_0x1dfce7;}}_0x3cc35d['on'](CodeceptJS[_0x1d6f6d(0xd3)][_0x1d6f6d(0x8f)][_0x1d6f6d(0x94)],(_0x38e5dc,_0x53e2e6)=>{const _0xb479e3=_0x1d6f6d,_0x36f829={};_0x36f829[_0xb479e3(0xba)]=_0x280abc['ulmae'],_0x36f829[_0xb479e3(0x81)]=_0x280abc[_0xb479e3(0x114)];const _0x2abfd8=_0x36f829;if(_0x280abc['CqKGb'](_0x280abc['dGGdG'],_0x280abc[_0xb479e3(0xcb)])){if(_0x4b90a0[_0xb479e3(0x84)](_0x21f5e7[_0xb479e3(0xe2)](_0x188c5b[_0xb479e3(0xa6)](),_0x2abfd8[_0xb479e3(0xba)])))_0x52660f=_0x10b7ee[_0xb479e3(0xe2)](_0x2f0350[_0xb479e3(0xa6)](),_0x2abfd8[_0xb479e3(0xba)]);else _0x2895ed[_0xb479e3(0x84)](_0x56fe23['join'](_0x58fb05['cwd'](),_0x2abfd8[_0xb479e3(0x81)]))&&(_0x36d494=_0x4f89f5[_0xb479e3(0xe2)](_0x4e07c8[_0xb479e3(0xa6)](),_0x2abfd8[_0xb479e3(0x81)]));}else console['log'](_0x280abc['sRyFU'],_0x38e5dc[_0xb479e3(0x8e)]);}),_0x3cc35d['on'](CodeceptJS[_0x1d6f6d(0xd3)]['test']['passed'],async _0x10ef01=>{const _0x2cb6b4=_0x1d6f6d;_0x280abc['GgPnN'](_0x280abc[_0x2cb6b4(0xdd)],_0x280abc[_0x2cb6b4(0xbc)])?console[_0x2cb6b4(0x82)](_0x280abc['nwYXQ'],_0x10ef01['title']):_0x3c80a9=_0x2ac9c8[_0x2cb6b4(0xca)](_0x4055f0=>_0x4055f0=='-c');}),_0x3cc35d['on'](CodeceptJS[_0x1d6f6d(0xd3)][_0x1d6f6d(0x8f)][_0x1d6f6d(0x113)],async _0x53ff29=>{const _0x5ce1ff=_0x1d6f6d;_0x280abc['GgPnN'](_0x280abc[_0x5ce1ff(0x10c)],_0x280abc[_0x5ce1ff(0xae)])?console['log'](_0x280abc['JQBhU'],_0x53ff29['title']):(_0x5ac331=_0x25203c[_0x5ce1ff(0xe2)](_0x48c571[_0x5ce1ff(0xa6)](),_0x10664c['c']),_0x161e1d['slice'](_0x3aee76,0x2));}),_0x3cc35d['on'](CodeceptJS[_0x1d6f6d(0xd3)]['all'][_0x1d6f6d(0xde)],async()=>{const _0x2afcf2=_0x1d6f6d,_0x5d050c={};_0x5d050c[_0x2afcf2(0xcd)]=_0x280abc[_0x2afcf2(0xbe)];const _0x2bdb63=_0x5d050c;_0x280abc['GgPnN'](_0x280abc[_0x2afcf2(0x10d)],_0x280abc[_0x2afcf2(0xa2)])?_0x3cc35d[_0x2afcf2(0xc4)]():_0xec012[_0x2afcf2(0x82)](_0x2bdb63[_0x2afcf2(0xcd)],_0x14a7c4[_0x2afcf2(0x8e)]);});async function _0x1dbc35(){const _0x2cfe7d=_0x1d6f6d;try{await _0x3cc35d[_0x2cfe7d(0x98)](),await _0x3cc35d[_0x2cfe7d(0xdc)]();}finally{process['chdir'](_0x278255),await _0x3cc35d[_0x2cfe7d(0xab)]();}}_0x280abc[_0x1d6f6d(0x85)](_0x1dbc35);}module['exports']=run;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x28c9b8=a2_0x1003;(function(_0x2e8059,_0x249390){const _0xcc350=a2_0x1003,_0x25776a=_0x2e8059();while(!![]){try{const _0x553f5a=-parseInt(_0xcc350(0xeb))/0x1*(-parseInt(_0xcc350(0xd5))/0x2)+-parseInt(_0xcc350(0xea))/0x3+-parseInt(_0xcc350(0xcf))/0x4*(-parseInt(_0xcc350(0x133))/0x5)+parseInt(_0xcc350(0xa4))/0x6+-parseInt(_0xcc350(0xb8))/0x7+-parseInt(_0xcc350(0x11a))/0x8*(-parseInt(_0xcc350(0xc2))/0x9)+-parseInt(_0xcc350(0x12a))/0xa;if(_0x553f5a===_0x249390)break;else _0x25776a['push'](_0x25776a['shift']());}catch(_0x5ad544){_0x25776a['push'](_0x25776a['shift']());}}}(a2_0x4f17,0xaff9c));const fs=require('fs'),path=require(a2_0x28c9b8(0xdf)),logger=require(a2_0x28c9b8(0xf5))[a2_0x28c9b8(0xb6)],{default:BrowserStackSetup}=require(a2_0x28c9b8(0xf0)),helper=require(a2_0x28c9b8(0xe2)),constants=require(a2_0x28c9b8(0xb1)),{parallelCucumberRun}=require(a2_0x28c9b8(0xab)),chalk=require(a2_0x28c9b8(0x118));function printCucumberStats(_0x4d5445){const _0x4b11b5=a2_0x28c9b8,_0x23eb0a={'DoIEi':function(_0x5629d4,_0x3a3f92){return _0x5629d4(_0x3a3f92);},'YnFak':function(_0x164177,_0x440ac5){return _0x164177>_0x440ac5;},'nltpb':_0x4b11b5(0x10b),'gymSt':_0x4b11b5(0xc9),'WbCNM':function(_0x4b7d55,_0x25d0af){return _0x4b7d55-_0x25d0af;},'nmJWL':function(_0x115b58,_0x562078){return _0x115b58>=_0x562078;},'KOnyu':_0x4b11b5(0x129),'VPAvU':function(_0x5dd21f,_0x4cd960){return _0x5dd21f!==_0x4cd960;},'SNOtS':_0x4b11b5(0xdb),'TgHSC':function(_0x2c2c96,_0x41bc0a){return _0x2c2c96-_0x41bc0a;},'KrVMW':function(_0x3c9ea4,_0x36149a){return _0x3c9ea4>_0x36149a;},'yygrF':function(_0x5a0f45,_0x32a295){return _0x5a0f45>_0x32a295;},'CyXjI':function(_0x26945f,_0x178774){return _0x26945f===_0x178774;},'ecSLA':'pRAFM','HSrMd':function(_0x320cca,_0x5342c4){return _0x320cca>_0x5342c4;},'kRmVM':function(_0x178cb5,_0x2176de){return _0x178cb5>_0x2176de;},'hIBDO':_0x4b11b5(0xc4),'CMBby':function(_0x124e75,_0x17e41e){return _0x124e75>_0x17e41e;},'iCWnP':function(_0x260955,_0x325487){return _0x260955!==_0x325487;},'mnVnV':_0x4b11b5(0x130),'TSTvn':function(_0x3860fd,_0x52c3c6){return _0x3860fd>_0x52c3c6;},'SwFtQ':function(_0x487413,_0x536964){return _0x487413!==_0x536964;},'FRMyC':_0x4b11b5(0xa7),'AOLcK':_0x4b11b5(0xbf),'TtNCN':function(_0x2593dd,_0x20fb43){return _0x2593dd>_0x20fb43;},'Tlemj':function(_0x20399a,_0x2bd4a5){return _0x20399a===_0x2bd4a5;},'FtKWU':'qTAiX','LDHqe':_0x4b11b5(0x106),'pMUDQ':function(_0x986232,_0x2db8a1){return _0x986232>_0x2db8a1;},'PMbjL':function(_0x490387,_0x1cbb6f){return _0x490387===_0x1cbb6f;},'Zfbqn':_0x4b11b5(0xad),'KLLLb':function(_0x474fd1,_0x23bd49){return _0x474fd1===_0x23bd49;},'JCMXy':'hJdAw','mHPuX':_0x4b11b5(0xc7),'glirs':'OWOdi','pCtQk':function(_0x5ce195,_0x4dfa66){return _0x5ce195!==_0x4dfa66;},'irsDC':_0x4b11b5(0x105),'ayqsA':function(_0x455d18,_0x1f8b76){return _0x455d18+_0x1f8b76;},'pKvQT':function(_0x23d687,_0xaab0bc){return _0x23d687+_0xaab0bc;},'KWUKV':function(_0x1cfd55,_0x37980f){return _0x1cfd55+_0x37980f;},'zawMP':function(_0x57293a,_0x4bf2a5){return _0x57293a+_0x4bf2a5;},'yjyAN':function(_0x4e3551,_0x43a1b0){return _0x4e3551+_0x43a1b0;},'WnEGr':function(_0x5b6bca,_0x466667){return _0x5b6bca==_0x466667;},'gpuRU':_0x4b11b5(0x11c),'niZCL':_0x4b11b5(0xe4),'MLucN':function(_0x45d260,_0x4f02d8){return _0x45d260==_0x4f02d8;},'CiKsM':_0x4b11b5(0xec)};let _0x185fb8=0x0;if(_0x23eb0a[_0x4b11b5(0xdd)](_0x4d5445[_0x4b11b5(0xd7)],0x0))return _0x185fb8;return console['log'](chalk[_0x4b11b5(0x10d)][_0x4b11b5(0x127)](_0x23eb0a[_0x4b11b5(0xcb)])),_0x4d5445[_0x4b11b5(0xbc)](_0x1af748=>{const _0x32ba67=_0x4b11b5,_0x59c4fd={};_0x59c4fd[_0x32ba67(0x104)]=_0x23eb0a[_0x32ba67(0xef)],_0x59c4fd[_0x32ba67(0x120)]=_0x23eb0a[_0x32ba67(0x12f)],_0x59c4fd[_0x32ba67(0x132)]=_0x23eb0a['gymSt'];const _0x2dbbd9=_0x59c4fd;if(_0x23eb0a['VPAvU'](_0x23eb0a['SNOtS'],_0x23eb0a['SNOtS'])){if(_0x451d4d)_0xa20798['push'](_0x2ff519['modifyBrowserStackW3CCaps'](_0x284c95['config'],_0x2dbbd9['GQgaK'],_0x46d408));else _0x2e77b1['push'](_0x158f9c[_0x32ba67(0x116)](_0x324519[_0x32ba67(0x125)],_0x2dbbd9['GQgaK'],_0x3b0e12));}else{let _0x510597=_0x1af748[0x0],_0x3ebf40=_0x1af748[0x1];console[_0x32ba67(0x113)]('\x0a'+chalk[_0x32ba67(0x10d)]['yellow'](''+helper['getPlatformName'](_0x510597)));let _0x2067b5=_0x3ebf40[_0x32ba67(0xb2)],_0x2e6cec=_0x3ebf40[_0x32ba67(0xb3)],_0x31f171=_0x3ebf40['scenariosFailed'],_0x2b568b=_0x3ebf40[_0x32ba67(0x117)],_0x1b9e23=_0x3ebf40[_0x32ba67(0xa5)],_0x58e56c=_0x3ebf40[_0x32ba67(0x123)],_0x53f8ea=_0x3ebf40[_0x32ba67(0x126)],_0x202ac2=_0x3ebf40['stepsUndefined'],_0x53ece3=_0x3ebf40[_0x32ba67(0x10f)],_0x872a5b=_0x3ebf40[_0x32ba67(0xb0)],_0x117ad0=_0x3ebf40[_0x32ba67(0xd3)],_0x58f2d3=_0x2067b5+'\x20scenarios';const _0x376016=_0x23eb0a[_0x32ba67(0x12e)](_0x23eb0a[_0x32ba67(0xd9)](_0x2067b5,_0x31f171),0x0)?_0x23eb0a['WbCNM'](_0x2067b5,_0x31f171):0x0;if(_0x23eb0a[_0x32ba67(0x119)](_0x31f171,0x0)&&_0x23eb0a[_0x32ba67(0xf4)](_0x376016,0x0))_0x23eb0a[_0x32ba67(0xf2)](_0x23eb0a['ecSLA'],_0x23eb0a[_0x32ba67(0x11b)])?_0x58f2d3+='\x20('+chalk['bold'][_0x32ba67(0xd6)](_0x31f171+_0x32ba67(0xd2))+',\x20'+chalk[_0x32ba67(0x10d)]['green'](_0x376016+_0x32ba67(0x103))+')':_0x1b2729[_0x32ba67(0xd1)](''+_0x16f447[_0x32ba67(0x10d)]['green'](_0x253b15+_0x32ba67(0x103)));else{if(_0x23eb0a[_0x32ba67(0x11f)](_0x31f171,0x0)||_0x23eb0a['kRmVM'](_0x376016,0x0)){if(_0x23eb0a[_0x32ba67(0x135)](_0x23eb0a['hIBDO'],_0x23eb0a['hIBDO'])){_0x39b046=_0xf2ea77;let _0x44cd2f=_0x23eb0a[_0x32ba67(0xf8)](_0x105b94,_0x255efc);_0x580ddd['exitCode']=_0x44cd2f,_0x23eb0a[_0x32ba67(0x12e)](_0x216a26[_0x32ba67(0xd7)],0x0)&&(_0x479137['debug'](_0x23eb0a[_0x32ba67(0x12f)]),_0x2fbf09[_0x32ba67(0xee)](_0x2689c4,_0x4ccc65),_0x1b1e71[_0x32ba67(0xe6)](_0x23eb0a[_0x32ba67(0xf3)]),_0x12d246[_0x32ba67(0xfb)](_0x4c8436));}else _0x58f2d3+=_0x23eb0a['YnFak'](_0x31f171,0x0)?'\x20('+chalk[_0x32ba67(0x10d)][_0x32ba67(0xd6)](_0x31f171+_0x32ba67(0xd2))+')':'\x20('+chalk[_0x32ba67(0x10d)][_0x32ba67(0xcd)](_0x376016+'\x20passed')+')';}}let _0x441afd=_0x2e6cec+_0x32ba67(0xa6),_0x102db4=[];_0x23eb0a[_0x32ba67(0x107)](_0x872a5b,0x0)&&(_0x23eb0a[_0x32ba67(0xba)](_0x23eb0a[_0x32ba67(0xe5)],_0x23eb0a[_0x32ba67(0xe5)])?_0x4c41d3[_0x32ba67(0xd1)](''+_0x7b587d[_0x32ba67(0x10d)][_0x32ba67(0xa3)](_0x2a28d1+'\x20pending')):_0x102db4[_0x32ba67(0xd1)](''+chalk['bold'][_0x32ba67(0xd6)](_0x872a5b+_0x32ba67(0xce))));_0x23eb0a['TSTvn'](_0x2b568b,0x0)&&(_0x23eb0a[_0x32ba67(0xaa)](_0x23eb0a[_0x32ba67(0xe1)],_0x23eb0a[_0x32ba67(0xf6)])?_0x102db4[_0x32ba67(0xd1)](''+chalk[_0x32ba67(0x10d)][_0x32ba67(0xd6)](_0x2b568b+_0x32ba67(0xd2))):_0x3e4b0e[_0x32ba67(0xd1)](''+_0x3e80b5[_0x32ba67(0x10d)][_0x32ba67(0xd6)](_0x42765c+_0x32ba67(0xd2))));_0x23eb0a[_0x32ba67(0x109)](_0x1b9e23,0x0)&&(_0x23eb0a[_0x32ba67(0xf1)](_0x23eb0a['FtKWU'],_0x23eb0a['LDHqe'])?_0x195adf[_0x32ba67(0xd1)](''+_0x1740ff['bold']['cyan'](_0x31ec77+_0x32ba67(0xed))):_0x102db4['push'](''+chalk[_0x32ba67(0x10d)][_0x32ba67(0xcd)](_0x1b9e23+_0x32ba67(0x103))));if(_0x23eb0a[_0x32ba67(0xfc)](_0x53f8ea,0x0)){if(_0x23eb0a[_0x32ba67(0x101)](_0x23eb0a[_0x32ba67(0x12d)],_0x23eb0a[_0x32ba67(0x12d)]))_0x102db4[_0x32ba67(0xd1)](''+chalk['bold'][_0x32ba67(0xa3)](_0x53f8ea+_0x32ba67(0x128)));else{_0x16b093['createDir'](_0x1526cd);for(let _0x132ddf=_0x23eb0a[_0x32ba67(0xb9)](_0x39ae61[_0x32ba67(0xd7)],0x1);_0x23eb0a[_0x32ba67(0xf9)](_0x132ddf,0x0);_0x132ddf--){_0xc734c9[_0x32ba67(0x124)](_0x2df489[_0x132ddf],0x2);}}}_0x23eb0a[_0x32ba67(0x119)](_0x58e56c,0x0)&&(_0x23eb0a[_0x32ba67(0x136)](_0x23eb0a[_0x32ba67(0xcc)],_0x23eb0a[_0x32ba67(0xcc)])?_0x102db4[_0x32ba67(0xd1)](''+chalk[_0x32ba67(0x10d)][_0x32ba67(0xa9)](_0x58e56c+_0x32ba67(0xed))):_0x5c5d8c['push'](''+_0x6c4948['bold'][_0x32ba67(0xa3)](_0x4a5350+_0x32ba67(0xed))));_0x23eb0a[_0x32ba67(0x114)](_0x202ac2,0x0)&&(_0x23eb0a['KLLLb'](_0x23eb0a[_0x32ba67(0xe3)],_0x23eb0a[_0x32ba67(0x12b)])?_0xb12b47[_0x32ba67(0x124)](_0xb9519e[_0x38a29d],0x2):_0x102db4[_0x32ba67(0xd1)](''+chalk[_0x32ba67(0x10d)][_0x32ba67(0xa3)](_0x202ac2+_0x32ba67(0xca))));_0x23eb0a['pMUDQ'](_0x53ece3,0x0)&&(_0x23eb0a[_0x32ba67(0xe7)](_0x23eb0a['irsDC'],_0x23eb0a[_0x32ba67(0x137)])?_0x34df9a+='\x20('+_0x5af13e['bold']['red'](_0x1de236+_0x32ba67(0xd2))+',\x20'+_0x1e65a7[_0x32ba67(0x10d)][_0x32ba67(0xcd)](_0x302a6d+_0x32ba67(0x103))+')':_0x102db4[_0x32ba67(0xd1)](''+chalk[_0x32ba67(0x10d)][_0x32ba67(0xa3)](_0x53ece3+_0x32ba67(0xed))));const _0x3412da=_0x23eb0a[_0x32ba67(0xdc)](_0x23eb0a[_0x32ba67(0xdc)](_0x23eb0a[_0x32ba67(0x102)](_0x441afd,'('),_0x102db4['join'](',\x20')),')');console[_0x32ba67(0x113)](_0x23eb0a[_0x32ba67(0xa8)](_0x23eb0a[_0x32ba67(0xa2)](_0x23eb0a['yjyAN'](_0x23eb0a[_0x32ba67(0xa2)]('\x0a',_0x58f2d3),'\x0a'),_0x3412da),'\x0a')),_0x23eb0a[_0x32ba67(0xfd)](_0x117ad0,![])&&(_0x23eb0a[_0x32ba67(0xe7)](_0x23eb0a[_0x32ba67(0x111)],_0x23eb0a[_0x32ba67(0xc6)])?_0x185fb8=0x1:(_0x409d64[_0x32ba67(0xe6)](_0x2dbbd9[_0x32ba67(0x120)]),_0x1f43b5['mergeOutputFiles'](_0x8afcbd,_0x6d33db),_0x4e7943['debug'](_0x2dbbd9[_0x32ba67(0x132)]),_0x669b74[_0x32ba67(0xfb)](_0xd81082)));}}),_0x185fb8;}async function run(_0x9b5a11,_0xb58911){const _0x4daf86=a2_0x28c9b8,_0x4badd7={'AtcRm':function(_0x40f014,_0x22598a){return _0x40f014!==_0x22598a;},'xMadC':_0x4daf86(0xbd),'CpGHH':_0x4daf86(0x129),'Ekkmx':function(_0x391c6d,_0xa8c320){return _0x391c6d>_0xa8c320;},'NRQyc':function(_0x475c10,_0x59093d){return _0x475c10(_0x59093d);},'ctYKR':function(_0x52b408,_0x1021ae){return _0x52b408===_0x1021ae;},'MBAEh':_0x4daf86(0xc0),'njSja':_0x4daf86(0x10b),'wSyxE':_0x4daf86(0xc9),'SDtDS':_0x4daf86(0x134),'zsXTS':_0x4daf86(0xde),'Enmld':function(_0x36e908,_0x5bb8b0){return _0x36e908===_0x5bb8b0;},'gyCvB':_0x4daf86(0x10e),'zjZay':'hpBoc','RKTqI':function(_0xf5317c,_0x1f6bc2){return _0xf5317c-_0x1f6bc2;},'GYGjB':function(_0x4c91d1,_0x2d1e12){return _0x4c91d1>=_0x2d1e12;},'FdXjk':'Pouep','tOabv':_0x4daf86(0x10a),'pDWMv':function(_0x4b4074,_0xa6ba19,_0x38ab76,_0x338081,_0x48fbe3,_0x1e5ec7){return _0x4b4074(_0xa6ba19,_0x38ab76,_0x338081,_0x48fbe3,_0x1e5ec7);}},_0x2b6175=new BrowserStackSetup(_0x9b5a11,_0x4badd7[_0x4daf86(0xc5)]);await _0x2b6175[_0x4daf86(0x11d)](),await helper[_0x4daf86(0x131)](_0x2b6175[_0x4daf86(0x125)]);const _0x4d2dc9=[];if(!_0x2b6175[_0x4daf86(0x125)])return;const _0x35c5f0=_0x2b6175['config'][_0x4daf86(0xfa)];let _0x43dbf1=helper[_0x4daf86(0xd4)](_0x2b6175[_0x4daf86(0x125)]);_0x2b6175[_0x4daf86(0x125)][_0x4daf86(0xff)][_0x4daf86(0xbc)]((_0x250713,_0x2d2beb)=>{const _0x193287=_0x4daf86;if(_0x4badd7[_0x193287(0xae)](_0x4badd7['xMadC'],_0x4badd7[_0x193287(0xe8)]))_0x56d0c7[_0x193287(0xd1)](''+_0x483559['bold'][_0x193287(0xa3)](_0x3e1232+_0x193287(0xca)));else{if(_0x43dbf1)_0x4d2dc9['push'](helper[_0x193287(0x110)](_0x2b6175[_0x193287(0x125)],_0x4badd7[_0x193287(0xd0)],_0x2d2beb));else _0x4d2dc9[_0x193287(0xd1)](helper[_0x193287(0x116)](_0x2b6175['config'],_0x4badd7[_0x193287(0xd0)],_0x2d2beb));}});let _0x65f983={'server':helper[_0x4daf86(0x115)](_0x2b6175['config']),'proxySettings':_0x2b6175[_0x4daf86(0x125)][_0x4daf86(0xbb)],'maxWorkers':_0x35c5f0,'browserStackLogLevel':_0x2b6175[_0x4daf86(0x125)][_0x4daf86(0xaf)],'skipSessionName':_0x2b6175[_0x4daf86(0x125)][_0x4daf86(0x108)]['skipSessionName'],'turboScaleUrl':_0x2b6175[_0x4daf86(0x125)][_0x4daf86(0x121)]},_0x3a7ab4=process['argv'],[_0x4db7c8,_0x604656]=helper[_0x4daf86(0x122)](_0x3a7ab4),_0x3878f=path['join'](process[_0x4daf86(0x12c)](),_0x4badd7['zsXTS']);if(_0x4badd7[_0x4daf86(0x112)](_0x604656['length'],0x0)){if(_0x4badd7[_0x4daf86(0xbe)](_0x4badd7[_0x4daf86(0xda)],_0x4badd7[_0x4daf86(0x10c)]))_0xb7d88e=0x1;else{helper[_0x4daf86(0xb4)](_0x3878f);for(let _0x3970f4=_0x4badd7[_0x4daf86(0x11e)](_0x4db7c8[_0x4daf86(0xd7)],0x1);_0x4badd7['GYGjB'](_0x3970f4,0x0);_0x3970f4--){_0x4badd7[_0x4daf86(0xae)](_0x4badd7[_0x4daf86(0xe9)],_0x4badd7['tOabv'])?_0x3a7ab4[_0x4daf86(0x124)](_0x4db7c8[_0x3970f4],0x2):_0x1014b7[_0x4daf86(0xd1)](''+_0x357d50[_0x4daf86(0x10d)][_0x4daf86(0xd6)](_0x445011+_0x4daf86(0xce)));}}}let _0x6e0edf;_0x4badd7['pDWMv'](parallelCucumberRun,_0x4d2dc9,_0x65f983,_0x2b6175[_0x4daf86(0x125)],_0x3a7ab4,_0x604656)[_0x4daf86(0xf7)](async _0x417d7e=>{const _0x4213cc=_0x4daf86;_0x6e0edf=_0x417d7e;let _0x4fd9a2=_0x4badd7[_0x4213cc(0xd8)](printCucumberStats,_0x417d7e);process[_0x4213cc(0x100)]=_0x4fd9a2,_0x4badd7['Ekkmx'](_0x604656[_0x4213cc(0xd7)],0x0)&&(_0x4badd7[_0x4213cc(0xc1)](_0x4badd7[_0x4213cc(0xb5)],_0x4badd7[_0x4213cc(0xb5)])?(logger[_0x4213cc(0xe6)](_0x4badd7[_0x4213cc(0xe0)]),helper[_0x4213cc(0xee)](_0x3878f,_0x604656),logger[_0x4213cc(0xe6)](_0x4badd7[_0x4213cc(0xc3)]),helper[_0x4213cc(0xfb)](_0x3878f)):_0x38690d+=_0x4badd7[_0x4213cc(0x112)](_0x233954,0x0)?'\x20('+_0x80046[_0x4213cc(0x10d)][_0x4213cc(0xd6)](_0x59c3cc+_0x4213cc(0xd2))+')':'\x20('+_0x1e4347['bold'][_0x4213cc(0xcd)](_0x143252+_0x4213cc(0x103))+')');})[_0x4daf86(0xfe)](async()=>{const _0x232c20=_0x4daf86;_0x2b6175[_0x232c20(0xac)]=helper['getErrorMessageFromResults'](_0x6e0edf,_0x4badd7['CpGHH']),await helper[_0x232c20(0xb7)](_0x2b6175);});}function a2_0x1003(_0x463130,_0x4e34bb){const _0x4f1751=a2_0x4f17();return a2_0x1003=function(_0x100356,_0x23dc11){_0x100356=_0x100356-0xa2;let _0x3a0d93=_0x4f1751[_0x100356];return _0x3a0d93;},a2_0x1003(_0x463130,_0x4e34bb);}function a2_0x4f17(){const _0x271c5d=['green','\x20ambiguous','788oexmwT','CpGHH','push','\x20failed','processSuccess','useW3C','716724NjUBfW','red','length','NRQyc','TgHSC','gyCvB','xohfH','ayqsA','MLucN','tmp','path','njSja','FRMyC','../../helpers/helper','mHPuX','nkFeH','mnVnV','debug','pCtQk','xMadC','FdXjk','2204124FdOmFf','4ueSgRJ','****\x20RESULTS\x20****','\x20skipped','mergeOutputFiles','KOnyu','../../helpers/BrowserStackSetup','Tlemj','CyXjI','gymSt','yygrF','../../helpers/logger','AOLcK','then','DoIEi','nmJWL','parallelsPerPlatform','removeDir','pMUDQ','WnEGr','finally','platforms','exitCode','PMbjL','pKvQT','\x20passed','GQgaK','JvReC','YlmtZ','CMBby','testContextOptions','TtNCN','PIkcz','Generating\x20consolidated\x20report...','zjZay','bold','DxtEo','stepsUnknown','modifyBrowserStackW3CCaps','gpuRU','Ekkmx','log','TSTvn','getHubUrl','modifyBrowserStackCaps','stepsFailed','chalk','KrVMW','6633032iexbGH','ecSLA','DHZld','initialize','RKTqI','HSrMd','tDjaa','turboScaleUrl','parseFormatters','stepsSkipped','splice','config','stepsPending','bgWhite','\x20pending','cucumber','8549170rNDaGV','glirs','cwd','Zfbqn','YnFak','nltpb','VKEFh','handleApp','NfPKX','33265QZxdlc','cucumber-js','VPAvU','KLLLb','irsDC','zawMP','yellow','109986eIgcfx','stepsPassed','\x20steps','pIIYY','KWUKV','cyan','SwFtQ','../test-runner','errorMessage','SUYLw','AtcRm','logLevel','stepsAmbiguous','../utils/constants','scenarios','steps','createDir','MBAEh','winstonLogger','finalExecution','8967896hWLBMw','WbCNM','iCWnP','proxySettings','forEach','mLGFJ','Enmld','NglfI','GJBij','ctYKR','9kUATdG','wSyxE','jkxeD','SDtDS','niZCL','ivEmC','exports','Removing\x20tmp\x20directory\x20created\x20for\x20reports','\x20undefined','CiKsM','JCMXy'];a2_0x4f17=function(){return _0x271c5d;};return a2_0x4f17();}module[a2_0x28c9b8(0xc8)]=run;
|
|
2
|
+
'use strict';const a2_0x4272ef=a2_0x47ae;(function(_0x3bd306,_0x2dc8cf){const _0x51228f=a2_0x47ae,_0x199007=_0x3bd306();while(!![]){try{const _0x3ec3c0=-parseInt(_0x51228f(0x197))/0x1+parseInt(_0x51228f(0x142))/0x2*(-parseInt(_0x51228f(0x1a5))/0x3)+parseInt(_0x51228f(0x17c))/0x4+parseInt(_0x51228f(0x17a))/0x5*(-parseInt(_0x51228f(0x18e))/0x6)+parseInt(_0x51228f(0x168))/0x7*(-parseInt(_0x51228f(0x13d))/0x8)+-parseInt(_0x51228f(0x15f))/0x9*(-parseInt(_0x51228f(0x15a))/0xa)+parseInt(_0x51228f(0x157))/0xb;if(_0x3ec3c0===_0x2dc8cf)break;else _0x199007['push'](_0x199007['shift']());}catch(_0x2f3da8){_0x199007['push'](_0x199007['shift']());}}}(a2_0x30a8,0xf3446));function a2_0x30a8(){const _0x5efc01=['PVwQv','bold','getErrorMessageFromResults','YsaQq','hLPry','cwd','JyYnb','PsTuT','ivjMg','forEach','YANWv','WjZun','fbSUo','3420693ErwMpC','parseFormatters','exitCode','smDOq','stepsUnknown','scenariosFailed','stepsFailed','MXwTw','../../helpers/helper','stepsPassed','../../helpers/logger','grBeR','OtLmC','testContextOptions','YipyI','\x20pending','wNLvu','yellow','GMkNY','log','ZVKpw','removeDir','chalk','vNMxX','yVvMo','scOgf','../../helpers/BrowserStackSetup','skipSessionName','cucumber','length','green','324776VGJjev','WaUjL','XqGrI','fFanz','join','2XbWTvb','pZHse','exports','estKv','\x20failed','hDpPx','KPoGG','\x20undefined','OfHEs','hbKBZ','lZDik','then','stepsUndefined','Removing\x20tmp\x20directory\x20created\x20for\x20reports','push','wNkoE','DftWY','tnYaT','\x20ambiguous','wCtBH','debug','46015123RIyFCj','sUZXe','hLSxJ','1605250mSlYCd','Ijhan','gTtNm','mergeOutputFiles','argv','9hbsNye','winstonLogger','JRqTj','PkqlM','ivlMg','cyan','cwNkX','HiBPM','../utils/constants','189UHnPRr','rjuhX','createDir','tmp','config','handleApp','Mznit','YlvFI','stepsPending','finally','KxPiS','path','RGzyX','modifyBrowserStackW3CCaps','QtZIa','red','IpPoZ','BuaHp','3411315cGtqgE','akglD','5833464uPtNnf','proxySettings','FOFEA','OFyKX','qKDXK','gEprs','EEcgB','kWyrQ','splice','errorMessage','wlHAv','Generating\x20consolidated\x20report...','modifyBrowserStackCaps','JjOCA','RyJCC','yePss','processSuccess','boAxf','12OAWpPG','\x20skipped','WkuOC','GksPB','getHubUrl','VSjcG','\x20passed','jkdoW','RwboA','1204786bkOPgn'];a2_0x30a8=function(){return _0x5efc01;};return a2_0x30a8();}const fs=require('fs'),path=require(a2_0x4272ef(0x173)),logger=require(a2_0x4272ef(0x1af))[a2_0x4272ef(0x160)],{default:BrowserStackSetup}=require(a2_0x4272ef(0x138)),helper=require(a2_0x4272ef(0x1ad)),constants=require(a2_0x4272ef(0x167)),{parallelCucumberRun}=require('../test-runner'),chalk=require(a2_0x4272ef(0x134));function a2_0x47ae(_0x11fdb7,_0x968af1){const _0x30a85a=a2_0x30a8();return a2_0x47ae=function(_0x47ae69,_0x3e4c85){_0x47ae69=_0x47ae69-0x133;let _0xed9e27=_0x30a85a[_0x47ae69];return _0xed9e27;},a2_0x47ae(_0x11fdb7,_0x968af1);}function printCucumberStats(_0x45b835){const _0x4f8a2d=a2_0x4272ef,_0x26fbfd={'FOFEA':_0x4f8a2d(0x187),'tPiBZ':_0x4f8a2d(0x14f),'grBeR':function(_0x3a7a27,_0x5c6356){return _0x3a7a27>_0x5c6356;},'DftWY':function(_0x3dd7ec,_0x1944d9){return _0x3dd7ec(_0x1944d9);},'KPoGG':'cucumber','RwboA':function(_0x7d4530,_0x42c9a3){return _0x7d4530!==_0x42c9a3;},'wNLvu':_0x4f8a2d(0x1b7),'rjuhX':function(_0x161bf3,_0x2c118b){return _0x161bf3-_0x2c118b;},'wlHAv':function(_0xdb1257,_0x2e5044){return _0xdb1257>_0x2e5044;},'yVvMo':function(_0x2d92c2,_0x38feff){return _0x2d92c2>_0x38feff;},'IpPoZ':function(_0x26e777,_0x2071de){return _0x26e777!==_0x2071de;},'VSjcG':_0x4f8a2d(0x174),'PVwQv':function(_0x40c8c5,_0x28d8c0){return _0x40c8c5>_0x28d8c0;},'QtZIa':function(_0x42564f,_0xa9322f){return _0x42564f>_0xa9322f;},'JyYnb':function(_0x47121e,_0x307525){return _0x47121e===_0x307525;},'MXwTw':_0x4f8a2d(0x166),'KxPiS':function(_0x92f5ed,_0x345db4){return _0x92f5ed===_0x345db4;},'gTtNm':'nTMHz','OfHEs':_0x4f8a2d(0x189),'boAxf':function(_0x5cb434,_0xc6e9de){return _0x5cb434===_0xc6e9de;},'cwNkX':_0x4f8a2d(0x1b9),'XqGrI':function(_0x3e421f,_0x2162f0){return _0x3e421f>_0x2162f0;},'hLPry':'TxQAs','PsTuT':function(_0x12e0f9,_0x57bd70){return _0x12e0f9>_0x57bd70;},'yePss':'xvZVB','hDpPx':'TNoCi','tnYaT':'cwVOf','FsbyI':function(_0x589061,_0x5701b9){return _0x589061>_0x5701b9;},'akglD':_0x4f8a2d(0x1a3),'smDOq':_0x4f8a2d(0x158),'qKDXK':_0x4f8a2d(0x19b),'fbSUo':function(_0x4d8da1,_0x4ede4d){return _0x4d8da1+_0x4ede4d;},'YipyI':function(_0x5262e2,_0x46081c){return _0x5262e2+_0x46081c;},'wNkoE':function(_0x206719,_0xc64a1f){return _0x206719+_0xc64a1f;},'ivlMg':function(_0x49de08,_0x1044d8){return _0x49de08+_0x1044d8;},'wCtBH':function(_0x32d9ea,_0x5f3f66){return _0x32d9ea==_0x5f3f66;},'OFyKX':'vxkJo','RyJCC':'****\x20RESULTS\x20****'};let _0x328448=0x0;if(_0x26fbfd[_0x4f8a2d(0x155)](_0x45b835[_0x4f8a2d(0x13b)],0x0))return _0x328448;return console[_0x4f8a2d(0x1b8)](chalk[_0x4f8a2d(0x199)]['bgWhite'](_0x26fbfd[_0x4f8a2d(0x18a)])),_0x45b835[_0x4f8a2d(0x1a1)](_0x47c665=>{const _0x20d9de=_0x4f8a2d,_0x43d94e={'eIcwD':function(_0x159088,_0x5688b1){const _0x1d0280=a2_0x47ae;return _0x26fbfd[_0x1d0280(0x1b0)](_0x159088,_0x5688b1);},'pZHse':function(_0x42d8dd,_0x3f6342){const _0x54b7d0=a2_0x47ae;return _0x26fbfd[_0x54b7d0(0x152)](_0x42d8dd,_0x3f6342);},'sHtuJ':function(_0x44c5cd,_0xa715e7){return _0x26fbfd['grBeR'](_0x44c5cd,_0xa715e7);},'kWyrQ':_0x26fbfd[_0x20d9de(0x17e)],'WbkKL':_0x26fbfd['tPiBZ'],'WkuOC':_0x26fbfd[_0x20d9de(0x148)]};if(_0x26fbfd[_0x20d9de(0x196)](_0x26fbfd[_0x20d9de(0x1b5)],_0x26fbfd['wNLvu']))_0x50a196+=_0x43d94e['eIcwD'](_0x27d5cd,0x0)?'\x20('+_0x22426b[_0x20d9de(0x199)][_0x20d9de(0x177)](_0x47a33f+_0x20d9de(0x146))+')':'\x20('+_0x4d40dc[_0x20d9de(0x199)]['green'](_0x1d2f67+_0x20d9de(0x194))+')';else{let _0x147217=_0x47c665[0x0],_0x5a963e=_0x47c665[0x1];console['log']('\x0a'+chalk['bold']['yellow'](''+helper['getPlatformName'](_0x147217)));let _0x11dd2c=_0x5a963e['scenarios'],_0x30ca13=_0x5a963e['steps'],_0x553792=_0x5a963e[_0x20d9de(0x1aa)],_0x3afd84=_0x5a963e[_0x20d9de(0x1ab)],_0x333244=_0x5a963e[_0x20d9de(0x1ae)],_0x552512=_0x5a963e['stepsSkipped'],_0x2e989b=_0x5a963e[_0x20d9de(0x170)],_0x5a6e58=_0x5a963e[_0x20d9de(0x14e)],_0x2f6ec6=_0x5a963e[_0x20d9de(0x1a9)],_0x2739c3=_0x5a963e['stepsAmbiguous'],_0x305f84=_0x5a963e[_0x20d9de(0x18c)],_0x16e795=_0x11dd2c+'\x20scenarios';const _0x3b4dd9=_0x26fbfd[_0x20d9de(0x1b0)](_0x26fbfd[_0x20d9de(0x169)](_0x11dd2c,_0x553792),0x0)?_0x26fbfd[_0x20d9de(0x169)](_0x11dd2c,_0x553792):0x0;if(_0x26fbfd[_0x20d9de(0x186)](_0x553792,0x0)&&_0x26fbfd[_0x20d9de(0x136)](_0x3b4dd9,0x0))_0x26fbfd[_0x20d9de(0x178)](_0x26fbfd['VSjcG'],_0x26fbfd[_0x20d9de(0x193)])?_0xbbc844[_0x20d9de(0x150)](''+_0x49e8ef[_0x20d9de(0x199)][_0x20d9de(0x1b6)](_0x3adadb+'\x20skipped')):_0x16e795+='\x20('+chalk[_0x20d9de(0x199)][_0x20d9de(0x177)](_0x553792+'\x20failed')+',\x20'+chalk[_0x20d9de(0x199)][_0x20d9de(0x13c)](_0x3b4dd9+'\x20passed')+')';else(_0x26fbfd[_0x20d9de(0x198)](_0x553792,0x0)||_0x26fbfd[_0x20d9de(0x176)](_0x3b4dd9,0x0))&&(_0x26fbfd[_0x20d9de(0x19e)](_0x26fbfd['MXwTw'],_0x26fbfd[_0x20d9de(0x1ac)])?_0x16e795+=_0x26fbfd[_0x20d9de(0x186)](_0x553792,0x0)?'\x20('+chalk[_0x20d9de(0x199)][_0x20d9de(0x177)](_0x553792+_0x20d9de(0x146))+')':'\x20('+chalk[_0x20d9de(0x199)][_0x20d9de(0x13c)](_0x3b4dd9+'\x20passed')+')':_0x1d203f[_0x20d9de(0x150)](''+_0x5ec81b[_0x20d9de(0x199)]['yellow'](_0x4af0c6+_0x20d9de(0x149))));let _0x4eacdf=_0x30ca13+'\x20steps',_0x17b5d3=[];if(_0x26fbfd[_0x20d9de(0x1b0)](_0x2739c3,0x0)){if(_0x26fbfd['KxPiS'](_0x26fbfd[_0x20d9de(0x15c)],_0x26fbfd[_0x20d9de(0x14a)])){_0x39dd84=_0x5584ce;let _0x572108=_0x43d94e[_0x20d9de(0x143)](_0x2a7fb5,_0x371392);_0x275d9f[_0x20d9de(0x1a7)]=_0x572108,_0x43d94e['sHtuJ'](_0xf7e02f[_0x20d9de(0x13b)],0x0)&&(_0x5927dc[_0x20d9de(0x156)](_0x43d94e[_0x20d9de(0x183)]),_0x18c21e[_0x20d9de(0x15d)](_0x2d307d,_0x23f815),_0x825b56[_0x20d9de(0x156)](_0x43d94e['WbkKL']),_0x2be5fa[_0x20d9de(0x133)](_0x424135));}else _0x17b5d3['push'](''+chalk[_0x20d9de(0x199)][_0x20d9de(0x177)](_0x2739c3+_0x20d9de(0x154)));}if(_0x26fbfd[_0x20d9de(0x186)](_0x3afd84,0x0)){if(_0x26fbfd[_0x20d9de(0x18d)](_0x26fbfd[_0x20d9de(0x165)],_0x26fbfd['cwNkX']))_0x17b5d3[_0x20d9de(0x150)](''+chalk[_0x20d9de(0x199)][_0x20d9de(0x177)](_0x3afd84+_0x20d9de(0x146)));else{if(_0x541ead)_0x58e714[_0x20d9de(0x150)](_0x3c721e[_0x20d9de(0x175)](_0x2f2007[_0x20d9de(0x16c)],_0x43d94e[_0x20d9de(0x190)],_0x1ddb38));else _0x1d5d80[_0x20d9de(0x150)](_0x489f18[_0x20d9de(0x188)](_0x32fa00[_0x20d9de(0x16c)],_0x43d94e[_0x20d9de(0x190)],_0x49c005));}}_0x26fbfd[_0x20d9de(0x13f)](_0x333244,0x0)&&(_0x26fbfd[_0x20d9de(0x172)](_0x26fbfd[_0x20d9de(0x19c)],_0x26fbfd[_0x20d9de(0x19c)])?_0x17b5d3[_0x20d9de(0x150)](''+chalk[_0x20d9de(0x199)][_0x20d9de(0x13c)](_0x333244+_0x20d9de(0x194))):_0x348f63[_0x20d9de(0x150)](''+_0x3bf8ac[_0x20d9de(0x199)][_0x20d9de(0x177)](_0x326ff6+'\x20ambiguous')));_0x26fbfd['PsTuT'](_0x2e989b,0x0)&&(_0x26fbfd[_0x20d9de(0x196)](_0x26fbfd[_0x20d9de(0x18b)],_0x26fbfd[_0x20d9de(0x147)])?_0x17b5d3[_0x20d9de(0x150)](''+chalk[_0x20d9de(0x199)][_0x20d9de(0x1b6)](_0x2e989b+_0x20d9de(0x1b4))):_0x35f31e=0x1);_0x26fbfd[_0x20d9de(0x19f)](_0x552512,0x0)&&(_0x26fbfd[_0x20d9de(0x196)](_0x26fbfd['tnYaT'],_0x26fbfd[_0x20d9de(0x153)])?_0x43e079[_0x20d9de(0x150)](''+_0x1cd83f[_0x20d9de(0x199)][_0x20d9de(0x177)](_0x488e54+_0x20d9de(0x146))):_0x17b5d3[_0x20d9de(0x150)](''+chalk[_0x20d9de(0x199)][_0x20d9de(0x164)](_0x552512+_0x20d9de(0x18f))));_0x26fbfd['FsbyI'](_0x5a6e58,0x0)&&(_0x26fbfd['IpPoZ'](_0x26fbfd[_0x20d9de(0x17b)],_0x26fbfd[_0x20d9de(0x1a8)])?_0x17b5d3[_0x20d9de(0x150)](''+chalk[_0x20d9de(0x199)]['yellow'](_0x5a6e58+_0x20d9de(0x149))):_0x21b18a['push'](''+_0x16ade6[_0x20d9de(0x199)][_0x20d9de(0x1b6)](_0x4c4008+'\x20pending')));_0x26fbfd[_0x20d9de(0x1b0)](_0x2f6ec6,0x0)&&(_0x26fbfd[_0x20d9de(0x19e)](_0x26fbfd[_0x20d9de(0x180)],_0x26fbfd['qKDXK'])?_0x17b5d3[_0x20d9de(0x150)](''+chalk[_0x20d9de(0x199)][_0x20d9de(0x1b6)](_0x2f6ec6+'\x20skipped')):_0x4ce0f2[_0x20d9de(0x150)](''+_0xadc1fe[_0x20d9de(0x199)][_0x20d9de(0x13c)](_0x42643f+_0x20d9de(0x194))));const _0x2ab5b5=_0x26fbfd[_0x20d9de(0x1a4)](_0x26fbfd[_0x20d9de(0x1a4)](_0x26fbfd[_0x20d9de(0x1b3)](_0x4eacdf,'('),_0x17b5d3['join'](',\x20')),')');console[_0x20d9de(0x1b8)](_0x26fbfd[_0x20d9de(0x151)](_0x26fbfd[_0x20d9de(0x151)](_0x26fbfd[_0x20d9de(0x163)](_0x26fbfd[_0x20d9de(0x1b3)]('\x0a',_0x16e795),'\x0a'),_0x2ab5b5),'\x0a')),_0x26fbfd[_0x20d9de(0x155)](_0x305f84,![])&&(_0x26fbfd[_0x20d9de(0x196)](_0x26fbfd['OFyKX'],_0x26fbfd[_0x20d9de(0x17f)])?(_0x3012cc[_0x20d9de(0x156)](_0x26fbfd[_0x20d9de(0x17e)]),_0x4fa9ca[_0x20d9de(0x15d)](_0x5ace02,_0xfc4930),_0x4cfbb7[_0x20d9de(0x156)](_0x26fbfd['tPiBZ']),_0x4c0ed2[_0x20d9de(0x133)](_0x4950ba)):_0x328448=0x1);}}),_0x328448;}async function run(_0x31b997,_0x4e471e){const _0x4d9f00=a2_0x4272ef,_0x111806={'hLSxJ':function(_0x449f29,_0x39ed39){return _0x449f29===_0x39ed39;},'estKv':_0x4d9f00(0x195),'scOgf':_0x4d9f00(0x13a),'CfATi':function(_0x2d7718,_0xdd8742){return _0x2d7718-_0xdd8742;},'Mznit':function(_0x52f543,_0x2710d3){return _0x52f543>=_0x2710d3;},'YlvFI':function(_0xa2e69a,_0x4a92c4){return _0xa2e69a(_0x4a92c4);},'Dbwyq':function(_0x4bc980,_0x2c4205){return _0x4bc980>_0x2c4205;},'PkqlM':function(_0x49da95,_0x139f2c){return _0x49da95!==_0x139f2c;},'BuaHp':_0x4d9f00(0x13e),'OtLmC':_0x4d9f00(0x187),'ivjMg':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','lZDik':'cucumber-js','KHLQI':_0x4d9f00(0x16b),'fFanz':function(_0x276d85,_0x738c61){return _0x276d85>_0x738c61;},'EEcgB':_0x4d9f00(0x161),'iAUwA':function(_0x5441f3,_0x1ca1a9){return _0x5441f3-_0x1ca1a9;},'gEprs':function(_0x1fde41,_0x2451eb){return _0x1fde41===_0x2451eb;},'hbKBZ':_0x4d9f00(0x15b),'GksPB':_0x4d9f00(0x135),'YANWv':function(_0x2ff02d,_0x3edf0a,_0x1335eb,_0xe6ed8,_0x50f1f6,_0x51de29){return _0x2ff02d(_0x3edf0a,_0x1335eb,_0xe6ed8,_0x50f1f6,_0x51de29);}},_0x3df3d4=new BrowserStackSetup(_0x31b997,_0x111806[_0x4d9f00(0x14c)]);await _0x3df3d4['initialize'](),await helper[_0x4d9f00(0x16d)](_0x3df3d4[_0x4d9f00(0x16c)]);const _0x169ef2=[];if(!_0x3df3d4[_0x4d9f00(0x16c)])return;const _0xb52208=_0x3df3d4[_0x4d9f00(0x16c)]['parallelsPerPlatform'];let _0x24f78d=helper['useW3C'](_0x3df3d4[_0x4d9f00(0x16c)]);_0x3df3d4[_0x4d9f00(0x16c)]['platforms'][_0x4d9f00(0x1a1)]((_0x56f1be,_0x3aa675)=>{const _0x45e96e=_0x4d9f00;if(_0x111806[_0x45e96e(0x159)](_0x111806[_0x45e96e(0x145)],_0x111806[_0x45e96e(0x145)])){if(_0x24f78d)_0x169ef2[_0x45e96e(0x150)](helper['modifyBrowserStackW3CCaps'](_0x3df3d4[_0x45e96e(0x16c)],_0x111806[_0x45e96e(0x137)],_0x3aa675));else _0x169ef2[_0x45e96e(0x150)](helper[_0x45e96e(0x188)](_0x3df3d4[_0x45e96e(0x16c)],_0x111806[_0x45e96e(0x137)],_0x3aa675));}else _0x3fed8e+='\x20('+_0xa538f1['bold'][_0x45e96e(0x177)](_0x400b71+'\x20failed')+',\x20'+_0x779886['bold']['green'](_0xba741a+'\x20passed')+')';});let _0x30d729={'server':helper[_0x4d9f00(0x192)](_0x3df3d4['config']),'proxySettings':_0x3df3d4[_0x4d9f00(0x16c)][_0x4d9f00(0x17d)],'maxWorkers':_0xb52208,'browserStackLogLevel':_0x3df3d4[_0x4d9f00(0x16c)]['logLevel'],'skipSessionName':_0x3df3d4['config'][_0x4d9f00(0x1b2)][_0x4d9f00(0x139)],'turboScaleUrl':_0x3df3d4[_0x4d9f00(0x16c)]['turboScaleUrl']},_0x140c5d=process[_0x4d9f00(0x15e)],[_0x2b51ed,_0x18b088]=helper[_0x4d9f00(0x1a6)](_0x140c5d),_0x5f1ad5=path[_0x4d9f00(0x141)](process[_0x4d9f00(0x19d)](),_0x111806['KHLQI']);if(_0x111806[_0x4d9f00(0x140)](_0x18b088[_0x4d9f00(0x13b)],0x0)){if(_0x111806[_0x4d9f00(0x159)](_0x111806[_0x4d9f00(0x182)],_0x111806[_0x4d9f00(0x182)])){helper[_0x4d9f00(0x16a)](_0x5f1ad5);for(let _0x327639=_0x111806['iAUwA'](_0x2b51ed[_0x4d9f00(0x13b)],0x1);_0x111806[_0x4d9f00(0x16e)](_0x327639,0x0);_0x327639--){_0x111806[_0x4d9f00(0x181)](_0x111806[_0x4d9f00(0x14b)],_0x111806[_0x4d9f00(0x191)])?_0x4de5f8[_0x4d9f00(0x150)](''+_0x184455['bold'][_0x4d9f00(0x164)](_0x4c2169+_0x4d9f00(0x18f))):_0x140c5d['splice'](_0x2b51ed[_0x327639],0x2);}}else{_0x2710df['createDir'](_0x2f5e54);for(let _0xa882fe=_0x111806['CfATi'](_0xfe144d[_0x4d9f00(0x13b)],0x1);_0x111806[_0x4d9f00(0x16e)](_0xa882fe,0x0);_0xa882fe--){_0x2a8f7a[_0x4d9f00(0x184)](_0x4789e2[_0xa882fe],0x2);}}}let _0x107ee1;_0x111806[_0x4d9f00(0x1a2)](parallelCucumberRun,_0x169ef2,_0x30d729,_0x3df3d4[_0x4d9f00(0x16c)],_0x140c5d,_0x18b088)[_0x4d9f00(0x14d)](async _0x168a82=>{const _0x2973f2=_0x4d9f00;_0x107ee1=_0x168a82;let _0x1a7e48=_0x111806[_0x2973f2(0x16f)](printCucumberStats,_0x168a82);process[_0x2973f2(0x1a7)]=_0x1a7e48,_0x111806['Dbwyq'](_0x18b088[_0x2973f2(0x13b)],0x0)&&(_0x111806[_0x2973f2(0x162)](_0x111806['BuaHp'],_0x111806[_0x2973f2(0x179)])?_0x5a40ef[_0x2973f2(0x184)](_0x21c969[_0x3f36c8],0x2):(logger[_0x2973f2(0x156)](_0x111806[_0x2973f2(0x1b1)]),helper[_0x2973f2(0x15d)](_0x5f1ad5,_0x18b088),logger[_0x2973f2(0x156)](_0x111806[_0x2973f2(0x1a0)]),helper[_0x2973f2(0x133)](_0x5f1ad5)));})[_0x4d9f00(0x171)](async()=>{const _0x27319e=_0x4d9f00;_0x3df3d4[_0x27319e(0x185)]=helper[_0x27319e(0x19a)](_0x107ee1,_0x111806[_0x27319e(0x137)]),await helper['finalExecution'](_0x3df3d4);});}module[a2_0x4272ef(0x144)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a3_0x440c(_0x5f2309,_0x3229cf){const _0x288e3e=a3_0x288e();return a3_0x440c=function(_0x440c83,_0x16fa49){_0x440c83=_0x440c83-0x1d2;let _0x39d507=_0x288e3e[_0x440c83];return _0x39d507;},a3_0x440c(_0x5f2309,_0x3229cf);}const a3_0x3d9f7c=a3_0x440c;(function(_0x5352aa,_0x418d8a){const _0x2fe976=a3_0x440c,_0x11fa6a=_0x5352aa();while(!![]){try{const _0x4e5910=parseInt(_0x2fe976(0x201))/0x1*(-parseInt(_0x2fe976(0x239))/0x2)+-parseInt(_0x2fe976(0x22b))/0x3+parseInt(_0x2fe976(0x1fb))/0x4+parseInt(_0x2fe976(0x232))/0x5+parseInt(_0x2fe976(0x212))/0x6+parseInt(_0x2fe976(0x263))/0x7+parseInt(_0x2fe976(0x203))/0x8*(-parseInt(_0x2fe976(0x1ed))/0x9);if(_0x4e5910===_0x418d8a)break;else _0x11fa6a['push'](_0x11fa6a['shift']());}catch(_0x1ed673){_0x11fa6a['push'](_0x11fa6a['shift']());}}}(a3_0x288e,0x81d0c));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x3d9f7c(0x228)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x129975){const _0x1ea71b=a3_0x3d9f7c,_0x5f5d4c={'USIEe':function(_0x3c53bc,_0x205e7c){return _0x3c53bc!==_0x205e7c;},'qaxTV':_0x1ea71b(0x248),'WPSYG':function(_0x131cd7,_0x3954a8){return _0x131cd7(_0x3954a8);},'CbafF':function(_0x196cd4,_0x4767f9){return _0x196cd4+_0x4767f9;},'WvVfn':function(_0x2c7f58,_0x7c10f0){return _0x2c7f58!==_0x7c10f0;},'RtPTs':_0x1ea71b(0x208),'iCGrC':'zzGtZ','AfGQm':function(_0x35de33,_0x13ee77){return _0x35de33===_0x13ee77;},'RZOBO':'tvjMK','Kpdtd':_0x1ea71b(0x1f7),'NQlSw':function(_0x11d543,_0x4cc7f0){return _0x11d543!==_0x4cc7f0;},'CmbMc':'LmXoP','jtYVS':function(_0x1f56e4,_0x1f5e09){return _0x1f56e4!==_0x1f5e09;},'nsIIA':_0x1ea71b(0x24a),'BrGlz':function(_0x425ab1,_0x4c5651){return _0x425ab1(_0x4c5651);},'mKcFL':function(_0xdfcc34,_0x28428c){return _0xdfcc34===_0x28428c;},'XtqfC':_0x1ea71b(0x256),'Zrcdg':function(_0x2098b5,_0x26b17c){return _0x2098b5===_0x26b17c;},'okRDa':_0x1ea71b(0x226),'HCEvA':_0x1ea71b(0x254)};super(_0x129975),_0x129975['eventBroadcaster']['on'](_0x5f5d4c[_0x1ea71b(0x21e)],_0x3aa27c=>{const _0x3ac80b=_0x1ea71b,_0x3bdfb0={'eYELO':function(_0x471c5f,_0x503f37){const _0x3f4c2d=a3_0x440c;return _0x5f5d4c[_0x3f4c2d(0x220)](_0x471c5f,_0x503f37);},'euKyK':function(_0x528aee,_0x3b0f56){return _0x5f5d4c['CbafF'](_0x528aee,_0x3b0f56);},'TYrgy':function(_0x58d928,_0x136d3c){const _0x851326=a3_0x440c;return _0x5f5d4c[_0x851326(0x1e2)](_0x58d928,_0x136d3c);}};if(_0x5f5d4c[_0x3ac80b(0x1f4)](_0x5f5d4c[_0x3ac80b(0x20a)],_0x5f5d4c[_0x3ac80b(0x1d5)])){if(_0x3aa27c[_0x3ac80b(0x1e0)])_0x5f5d4c[_0x3ac80b(0x1e1)](_0x5f5d4c[_0x3ac80b(0x20e)],_0x5f5d4c[_0x3ac80b(0x20e)])?testSuites+=0x1:(_0x293489[_0x3ac80b(0x1db)]=_0x3bdfb0['eYELO'](_0xe3ee74,_0x30a67c),this[_0x3ac80b(0x1fc)](_0x3bdfb0[_0x3ac80b(0x223)](_0x3ac80b(0x266)+_0x53ff65[_0x3ac80b(0x1db)],'\x0a')));else{if(_0x3aa27c[_0x3ac80b(0x233)]){if(_0x5f5d4c['AfGQm'](_0x5f5d4c[_0x3ac80b(0x200)],_0x5f5d4c[_0x3ac80b(0x200)])){let _0x67934d;if(_0x5f5d4c['USIEe'](process[_0x3ac80b(0x206)][_0x3ac80b(0x1f2)],undefined)){if(_0x5f5d4c[_0x3ac80b(0x262)](_0x5f5d4c[_0x3ac80b(0x1ec)],_0x5f5d4c[_0x3ac80b(0x1ec)]))this['logTestCaseFinished'](_0x337cfd['testCaseFinished']);else{let _0x504cf0=JSON[_0x3ac80b(0x25b)](process['env'][_0x3ac80b(0x1f2)]);_0x67934d=_0x504cf0[_0x3ac80b(0x245)];}}if(_0x5f5d4c['jtYVS'](_0x67934d,undefined)){if(_0x5f5d4c[_0x3ac80b(0x262)](_0x5f5d4c['nsIIA'],_0x5f5d4c[_0x3ac80b(0x1ea)])){let _0x4e2bd0=_0xeda769[_0x3ac80b(0x25b)](_0x15228f[_0x3ac80b(0x206)][_0x3ac80b(0x1f2)]);_0xc88b55=_0x4e2bd0[_0x3ac80b(0x245)];}else global[_0x3ac80b(0x1db)]=_0x5f5d4c[_0x3ac80b(0x20f)](getPlatformName,_0x67934d),this[_0x3ac80b(0x1fc)](_0x5f5d4c['CbafF'](_0x3ac80b(0x266)+global['__platform'],'\x0a'));}}else this[_0x3ac80b(0x214)](_0x2d20f3['testRunFinished']);}else{if(_0x3aa27c[_0x3ac80b(0x1dd)]){if(_0x5f5d4c['mKcFL'](_0x5f5d4c[_0x3ac80b(0x227)],_0x5f5d4c[_0x3ac80b(0x227)]))this[_0x3ac80b(0x23c)](_0x3aa27c[_0x3ac80b(0x1dd)]);else{if(_0x5f5d4c[_0x3ac80b(0x258)](_0x49cd55['sourceLocation'],_0x2cbed2))return![];if(_0x1f55db['actionLocation']&&_0x221634[_0x3ac80b(0x211)][_0x3ac80b(0x264)]['includes'](_0x5f5d4c[_0x3ac80b(0x224)]))return!![];return![];}}else{if(_0x3aa27c[_0x3ac80b(0x1ef)]){if(_0x5f5d4c['Zrcdg'](_0x5f5d4c[_0x3ac80b(0x261)],_0x5f5d4c[_0x3ac80b(0x261)]))this[_0x3ac80b(0x214)](_0x3aa27c['testRunFinished']);else{let _0x4aa4b7;if(_0x5f5d4c[_0x3ac80b(0x258)](_0x320aa['env'][_0x3ac80b(0x1f2)],_0x5ed624)){let _0x43986f=_0x345b97[_0x3ac80b(0x25b)](_0x268efe[_0x3ac80b(0x206)]['CONFIG']);_0x4aa4b7=_0x43986f[_0x3ac80b(0x245)];}_0x5f5d4c[_0x3ac80b(0x258)](_0x4aa4b7,_0x26529b)&&(_0x20d377[_0x3ac80b(0x1db)]=_0x5f5d4c[_0x3ac80b(0x220)](_0x2b2117,_0x4aa4b7),this['log'](_0x5f5d4c[_0x3ac80b(0x1e2)](_0x3ac80b(0x266)+_0x8f6ac7[_0x3ac80b(0x1db)],'\x0a')));}}}}}}else this[_0x3ac80b(0x1fc)](_0x3bdfb0[_0x3ac80b(0x223)](_0x3bdfb0[_0x3ac80b(0x237)]('\x0a',_0x1a0b39[_0x3ac80b(0x1db)]),'\x0a'));});}[a3_0x3d9f7c(0x23c)](_0x188849){const _0xebe3d9=a3_0x3d9f7c,_0x3178b3={'iOPtd':function(_0x53a62e,_0x561aa6){return _0x53a62e!=_0x561aa6;},'pzPSP':_0xebe3d9(0x1f0),'eXYRv':function(_0x47c500,_0x4c4472){return _0x47c500+_0x4c4472;},'OmpPG':function(_0x57d928,_0xbcdc69){return _0x57d928+_0xbcdc69;},'FjVWu':_0xebe3d9(0x1d4),'VIsiq':_0xebe3d9(0x225),'WTbTp':function(_0x582803,_0x2bad2f){return _0x582803==_0x2bad2f;},'hwUen':_0xebe3d9(0x25e),'MJHvs':function(_0x440660,_0x57639b,_0x43a3e4){return _0x440660(_0x57639b,_0x43a3e4);},'tBCqT':_0xebe3d9(0x217),'OprPB':'message','JIpgk':function(_0x184dbe,_0x4491dd){return _0x184dbe+_0x4491dd;},'unAwS':function(_0x3e7b4,_0x50b40c){return _0x3e7b4+_0x50b40c;},'eMLZg':function(_0x57e7db,_0x5c2ce3){return _0x57e7db+_0x5c2ce3;},'myuPv':function(_0xed2127,_0x3cdbd9){return _0xed2127+_0x3cdbd9;},'VvGVf':function(_0x395c8c,_0x5e91cf){return _0x395c8c==_0x5e91cf;},'eKFmo':function(_0x25a946,_0x47831d,_0x117a23){return _0x25a946(_0x47831d,_0x117a23);},'csxaD':function(_0x342911,_0x57a258){return _0x342911===_0x57a258;},'QQNjr':_0xebe3d9(0x1f5),'jzqYl':function(_0x58d8ff,_0x29f121){return _0x58d8ff!=_0x29f121;},'bpLka':function(_0x200b84,_0x1550a5){return _0x200b84===_0x1550a5;},'XXkSG':_0xebe3d9(0x207),'HBibt':_0xebe3d9(0x231),'hjUki':function(_0x4d6f92,_0x409163){return _0x4d6f92+_0x409163;},'srozC':function(_0x5cf44b,_0x158431){return _0x5cf44b+_0x158431;},'PzTPO':function(_0x3d9f8c,_0x1e0374){return _0x3d9f8c+_0x1e0374;},'FgbrV':function(_0x3a89dc,_0x3d48a1){return _0x3a89dc==_0x3d48a1;},'GZtYF':function(_0xc24f71,_0x8edfc5){return _0xc24f71!==_0x8edfc5;},'oNnwU':'DhtGt','WjgTc':_0xebe3d9(0x21c),'kYDnO':_0xebe3d9(0x235),'mLzED':function(_0x114e2a,_0x505396){return _0x114e2a+_0x505396;},'EZAzu':function(_0x594806,_0x259ed9){return _0x594806+_0x259ed9;},'emhYs':function(_0x1db568,_0x5b0751){return _0x1db568!==_0x5b0751;},'vlYZC':function(_0x6ed37,_0x11a129){return _0x6ed37!==_0x11a129;},'trKbj':_0xebe3d9(0x22c),'LksSm':function(_0x5d99ae,_0x1ec0ac){return _0x5d99ae+_0x1ec0ac;},'jDvhe':function(_0x206d16,_0x22d7ec){return _0x206d16+_0x22d7ec;},'ttQvy':function(_0x165420,_0x3edc4c){return _0x165420+_0x3edc4c;},'QRLTA':function(_0x3b0593,_0x4a5195){return _0x3b0593+_0x4a5195;},'KmiVq':function(_0x1a7698,_0x181391){return _0x1a7698!==_0x181391;},'GnhWx':'bMpSN','OiSWp':_0xebe3d9(0x21a)};_0x3178b3[_0xebe3d9(0x25c)](global[_0xebe3d9(0x1db)],undefined)&&(_0x3178b3[_0xebe3d9(0x22a)](_0x3178b3[_0xebe3d9(0x1ee)],_0x3178b3[_0xebe3d9(0x1ee)])?_0x3bab44+=0x1:this[_0xebe3d9(0x1fc)](_0x3178b3[_0xebe3d9(0x21b)](_0x3178b3[_0xebe3d9(0x20d)]('\x0a',global[_0xebe3d9(0x1db)]),'\x0a')));const _0x2b6bb3=this[_0xebe3d9(0x1fa)][_0xebe3d9(0x1f8)](_0x188849[_0xebe3d9(0x236)]);this[_0xebe3d9(0x1fc)](_0x3178b3[_0xebe3d9(0x1e6)](_0x3178b3[_0xebe3d9(0x1e9)](_0x3178b3['QRLTA'](_0x3178b3[_0xebe3d9(0x1e6)]('\x20\x20',_0x2b6bb3[_0xebe3d9(0x218)][_0xebe3d9(0x24f)][_0xebe3d9(0x269)]),_0x3178b3[_0xebe3d9(0x252)]),_0x2b6bb3[_0xebe3d9(0x238)][_0xebe3d9(0x269)]),'\x0a'));const _0x1dec6b={};_0x1dec6b['cwd']=this[_0xebe3d9(0x216)],_0x1dec6b[_0xebe3d9(0x1d9)]=this[_0xebe3d9(0x1d9)],_0x1dec6b[_0xebe3d9(0x1da)]=this[_0xebe3d9(0x1da)],_0x1dec6b[_0xebe3d9(0x23d)]=_0x2b6bb3;const _0x24a391=formatterHelpers[_0xebe3d9(0x25d)](_0x1dec6b);let _0x53298d=![];_0x24a391['testSteps'][_0xebe3d9(0x221)](_0x5b2d68=>{const _0x52f489=_0xebe3d9,_0x411b6f={'kuwkA':function(_0x4b3be9,_0x17f203){const _0x42a0b7=a3_0x440c;return _0x3178b3[_0x42a0b7(0x1d8)](_0x4b3be9,_0x17f203);},'iKKry':function(_0x48735d,_0x2e7b0f){const _0x30e7a9=a3_0x440c;return _0x3178b3[_0x30e7a9(0x267)](_0x48735d,_0x2e7b0f);},'DQDia':_0x3178b3[_0x52f489(0x1f1)],'vYygu':_0x3178b3[_0x52f489(0x252)],'Yuyrw':function(_0x35db9c,_0x366446){const _0x8fd750=_0x52f489;return _0x3178b3[_0x8fd750(0x1e8)](_0x35db9c,_0x366446);},'VCfiD':_0x3178b3[_0x52f489(0x22f)],'fhxZf':function(_0x336cf9,_0x383527,_0x2aff0d){const _0x1b1e3a=_0x52f489;return _0x3178b3[_0x1b1e3a(0x1e4)](_0x336cf9,_0x383527,_0x2aff0d);},'DnrHt':_0x3178b3[_0x52f489(0x23f)],'GDuHP':_0x3178b3['OprPB'],'dreyv':function(_0x8630f5,_0x4b6992){const _0x39c028=_0x52f489;return _0x3178b3[_0x39c028(0x247)](_0x8630f5,_0x4b6992);},'wGLvD':function(_0x4f4f22,_0x140b95){const _0x5afc09=_0x52f489;return _0x3178b3[_0x5afc09(0x1e3)](_0x4f4f22,_0x140b95);}};if(_0x3178b3[_0x52f489(0x250)](_0x3178b3[_0x52f489(0x20b)],_0x3178b3[_0x52f489(0x20b)])){if(_0x3178b3[_0x52f489(0x215)](_0x5b2d68[_0x52f489(0x269)],_0x3178b3[_0x52f489(0x23e)])&&!this['isBstackHook'](_0x5b2d68)){if(_0x3178b3[_0x52f489(0x1fe)](_0x3178b3['XXkSG'],_0x3178b3[_0x52f489(0x240)]))_0x2dc5ce+=0x1;else{totalTests+=0x1,this[_0x52f489(0x1fc)](_0x3178b3[_0x52f489(0x1e5)](_0x3178b3[_0x52f489(0x267)](_0x3178b3[_0x52f489(0x267)](_0x3178b3[_0x52f489(0x1df)](_0x3178b3[_0x52f489(0x1e6)](_0x3178b3[_0x52f489(0x1f1)],_0x5b2d68[_0x52f489(0x213)]),_0x5b2d68[_0x52f489(0x1eb)]||''),_0x3178b3[_0x52f489(0x252)]),Status[_0x5b2d68[_0x52f489(0x217)][_0x52f489(0x229)]]),'\x0a')),this[_0x52f489(0x24c)](Status[_0x5b2d68[_0x52f489(0x217)]['status']]);if(_0x3178b3['FgbrV'](Status[_0x5b2d68[_0x52f489(0x217)]['status']],_0x3178b3['hwUen'])){if(_0x3178b3[_0x52f489(0x204)](_0x3178b3['oNnwU'],_0x3178b3[_0x52f489(0x234)])){if(_0x3178b3[_0x52f489(0x24b)](_0x158049['name'],_0x3178b3[_0x52f489(0x23e)])&&!this[_0x52f489(0x253)](_0x1d7316)){_0x5682f3+=0x1,this[_0x52f489(0x1fc)](_0x3178b3[_0x52f489(0x241)](_0x3178b3['eXYRv'](_0x3178b3[_0x52f489(0x241)](_0x3178b3[_0x52f489(0x241)](_0x3178b3[_0x52f489(0x1dc)](_0x3178b3[_0x52f489(0x1f1)],_0x35e5e9[_0x52f489(0x213)]),_0x35bd93[_0x52f489(0x1eb)]||''),_0x3178b3[_0x52f489(0x252)]),_0x90d8ce[_0x43101d[_0x52f489(0x217)][_0x52f489(0x229)]]),'\x0a')),this[_0x52f489(0x24c)](_0x5b9798[_0x2b83c1[_0x52f489(0x217)][_0x52f489(0x229)]]);if(_0x3178b3[_0x52f489(0x1ff)](_0x4995f7[_0x356dc2[_0x52f489(0x217)]['status']],_0x3178b3[_0x52f489(0x22f)])){_0x21cb90=!![];const _0x56def3=_0x3178b3['MJHvs'](_0x2d2cba,_0x1917f0,[_0x3178b3[_0x52f489(0x23f)],_0x3178b3[_0x52f489(0x246)]]);_0x56def3&&(_0x1a117f[_0x3178b3[_0x52f489(0x247)](_0x3178b3['unAwS'](_0xa2417e[_0x52f489(0x218)][_0x52f489(0x24f)][_0x52f489(0x269)],_0x3178b3[_0x52f489(0x252)]),_0x177f81['pickle'][_0x52f489(0x269)])]=_0x56def3,this[_0x52f489(0x1fc)](_0x3178b3[_0x52f489(0x267)](_0x56def3,'\x0a')));}}}else{_0x53298d=!![];const _0x472790=_0x3178b3[_0x52f489(0x1e4)](nestedKeyValue,_0x5b2d68,[_0x3178b3[_0x52f489(0x23f)],_0x3178b3['OprPB']]);if(_0x472790){if(_0x3178b3[_0x52f489(0x250)](_0x3178b3['WjgTc'],_0x3178b3[_0x52f489(0x260)])){_0x12bc99+=0x1,this['log'](_0x411b6f['kuwkA'](_0x411b6f['kuwkA'](_0x411b6f[_0x52f489(0x25f)](_0x411b6f[_0x52f489(0x202)](_0x411b6f[_0x52f489(0x25f)](_0x411b6f[_0x52f489(0x243)],_0x186adf[_0x52f489(0x213)]),_0x3b65c7[_0x52f489(0x1eb)]||''),_0x411b6f['vYygu']),_0x326b0a[_0x5cb13e['result'][_0x52f489(0x229)]]),'\x0a')),this[_0x52f489(0x24c)](_0x19cc14[_0x1565a4['result']['status']]);if(_0x411b6f[_0x52f489(0x1d7)](_0x21be95[_0x2ec43a['result'][_0x52f489(0x229)]],_0x411b6f['VCfiD'])){_0x72bcc7=!![];const _0x3c7ebf=_0x411b6f['fhxZf'](_0x3b9928,_0x13d043,[_0x411b6f[_0x52f489(0x222)],_0x411b6f[_0x52f489(0x1f9)]]);_0x3c7ebf&&(_0x57d0a8[_0x411b6f[_0x52f489(0x202)](_0x411b6f[_0x52f489(0x219)](_0x16f65c['gherkinDocument'][_0x52f489(0x24f)][_0x52f489(0x269)],_0x411b6f[_0x52f489(0x265)]),_0x4b4cff[_0x52f489(0x238)]['name'])]=_0x3c7ebf,this[_0x52f489(0x1fc)](_0x411b6f[_0x52f489(0x230)](_0x3c7ebf,'\x0a')));}}else testsErrorMessage[_0x3178b3['hjUki'](_0x3178b3['mLzED'](_0x2b6bb3[_0x52f489(0x218)][_0x52f489(0x24f)][_0x52f489(0x269)],_0x3178b3['VIsiq']),_0x2b6bb3[_0x52f489(0x238)][_0x52f489(0x269)])]=_0x472790,this[_0x52f489(0x1fc)](_0x3178b3[_0x52f489(0x1e3)](_0x472790,'\x0a'));}}}}}}else return!![];});if(_0x53298d){if(_0x3178b3[_0xebe3d9(0x22d)](_0x3178b3[_0xebe3d9(0x259)],_0x3178b3['OiSWp']))testSuitesFailed+=0x1;else{_0x18f9c7=!![];const _0x2b6e40=_0x3178b3[_0xebe3d9(0x1e4)](_0x46f7a0,_0x33dc1c,[_0x3178b3[_0xebe3d9(0x23f)],_0x3178b3['OprPB']]);_0x2b6e40&&(_0x34d840[_0x3178b3[_0xebe3d9(0x24d)](_0x3178b3[_0xebe3d9(0x24d)](_0x2d3368[_0xebe3d9(0x218)]['feature'][_0xebe3d9(0x269)],_0x3178b3[_0xebe3d9(0x252)]),_0x19d342[_0xebe3d9(0x238)][_0xebe3d9(0x269)])]=_0x2b6e40,this[_0xebe3d9(0x1fc)](_0x3178b3[_0xebe3d9(0x1df)](_0x2b6e40,'\x0a')));}}this['log']('\x0a');}[a3_0x3d9f7c(0x214)](_0x2fd93c){}[a3_0x3d9f7c(0x253)](_0x283f89){const _0x15b411=a3_0x3d9f7c,_0x327735={};_0x327735[_0x15b411(0x21f)]=function(_0x2e1038,_0x551770){return _0x2e1038+_0x551770;},_0x327735[_0x15b411(0x24e)]=_0x15b411(0x225),_0x327735[_0x15b411(0x257)]=function(_0x936b95,_0xe21932){return _0x936b95+_0xe21932;},_0x327735[_0x15b411(0x1d6)]=function(_0x32f42d,_0x41ffd9){return _0x32f42d!==_0x41ffd9;},_0x327735[_0x15b411(0x244)]=function(_0x4f64f0,_0x4a15a4){return _0x4f64f0!==_0x4a15a4;},_0x327735['Mhzmi']='QGXBj',_0x327735['OUGIB']=_0x15b411(0x268),_0x327735[_0x15b411(0x210)]='cucumber-js/test.setup.js',_0x327735[_0x15b411(0x1fd)]=function(_0x12a1cf,_0x463493){return _0x12a1cf===_0x463493;},_0x327735['gqKne']=_0x15b411(0x1de),_0x327735['xpuUP']='JmGAb';const _0x3d4fe3=_0x327735;if(_0x3d4fe3[_0x15b411(0x1d6)](_0x283f89[_0x15b411(0x1f6)],undefined)){if(_0x3d4fe3['CcHQJ'](_0x3d4fe3[_0x15b411(0x249)],_0x3d4fe3['OUGIB']))return![];else _0x2d45bc[_0x3d4fe3[_0x15b411(0x21f)](_0x3d4fe3['WtPpE'](_0x335cc2[_0x15b411(0x218)][_0x15b411(0x24f)][_0x15b411(0x269)],_0x3d4fe3[_0x15b411(0x24e)]),_0x4a52f0['pickle']['name'])]=_0x2b962c,this[_0x15b411(0x1fc)](_0x3d4fe3['NfZWq'](_0x387092,'\x0a'));}if(_0x283f89[_0x15b411(0x211)]&&_0x283f89[_0x15b411(0x211)][_0x15b411(0x264)][_0x15b411(0x242)](_0x3d4fe3[_0x15b411(0x210)]))return _0x3d4fe3[_0x15b411(0x1fd)](_0x3d4fe3[_0x15b411(0x21d)],_0x3d4fe3[_0x15b411(0x1e7)])?![]:!![];return![];}['incrementCounter'](_0x3c0233){const _0x45c073=a3_0x3d9f7c,_0x2e50e4={};_0x2e50e4[_0x45c073(0x23a)]=_0x45c073(0x25e),_0x2e50e4[_0x45c073(0x23b)]=_0x45c073(0x251),_0x2e50e4[_0x45c073(0x20c)]='SKIPPED',_0x2e50e4[_0x45c073(0x25a)]=_0x45c073(0x1d3),_0x2e50e4[_0x45c073(0x209)]='UNDEFINED',_0x2e50e4['Ahwyi']=_0x45c073(0x255),_0x2e50e4['CFBFX']=_0x45c073(0x22e);const _0x2d6b5c=_0x2e50e4;switch(_0x3c0233){case _0x2d6b5c[_0x45c073(0x23a)]:testsFailed+=0x1;break;case _0x2d6b5c[_0x45c073(0x23b)]:testsPassed+=0x1;break;case _0x2d6b5c[_0x45c073(0x20c)]:testsSkipped+=0x1;break;case _0x2d6b5c[_0x45c073(0x25a)]:testsPending+=0x1;break;case _0x2d6b5c[_0x45c073(0x209)]:testsUndefined+=0x1;break;case _0x2d6b5c[_0x45c073(0x1f3)]:testsUnknown+=0x1;break;case _0x2d6b5c[_0x45c073(0x205)]:testsAmbiguous+=0x1;break;default:break;}}}module[a3_0x3d9f7c(0x1d2)]=BrowserstackFormatter;function a3_0x288e(){const _0x257eb1=['9903anFhLJ','kuwkA','4056aQfoou','GZtYF','CFBFX','env','qoNQN','AFRlN','PtYEb','RtPTs','QQNjr','XAgXJ','jDvhe','RZOBO','BrGlz','vfvAC','actionLocation','4614540MlfiSn','keyword','logTestRunFinished','jzqYl','cwd','result','gherkinDocument','dreyv','zvCVS','LksSm','AfSjr','gqKne','HCEvA','WtPpE','WPSYG','forEach','DnrHt','euKyK','qaxTV','\x20-\x20','qysqW','XtqfC','../../../helpers/helper','status','vlYZC','782784PcbEev','psxeC','KmiVq','AMBIGUOUS','hwUen','wGLvD','jlqra','1350090pDlTxn','testRunStarted','oNnwU','rBGhh','testCaseStartedId','TYrgy','pickle','170yCncKc','UdtPr','AnLEF','logTestCaseFinished','testCaseAttempt','pzPSP','tBCqT','HBibt','eXYRv','includes','DQDia','CcHQJ','capability','OprPB','JIpgk','cucumber-js/test.setup.js','Mhzmi','RfcYU','iOPtd','incrementCounter','EZAzu','BalWq','feature','csxaD','PASSED','VIsiq','isBstackHook','envelope','UNKNOWN','tAjyT','NfZWq','USIEe','GnhWx','pxfdW','parse','emhYs','parseTestCaseAttempt','FAILED','iKKry','kYDnO','okRDa','NQlSw','3042221TmWYlp','uri','vYygu','Executing\x20tests\x20for\x20','eMLZg','MqEkV','name','exports','PENDING','\x20\x20\x20\x20','iCGrC','aquaP','Yuyrw','myuPv','snippetBuilder','supportCodeLibrary','__platform','OmpPG','testCaseFinished','cSFbg','srozC','testCaseStarted','AfGQm','CbafF','unAwS','eKFmo','hjUki','PzTPO','xpuUP','VvGVf','ttQvy','nsIIA','text','CmbMc','7002XsBjgA','trKbj','testRunFinished','bstack','FjVWu','CONFIG','Ahwyi','WvVfn','BVFBd','sourceLocation','aknjU','getTestCaseAttempt','GDuHP','eventDataCollector','2220568hHjFnY','log','VGzeX','bpLka','WTbTp','Kpdtd'];a3_0x288e=function(){return _0x257eb1;};return a3_0x288e();}
|
|
1
|
+
const a3_0x5540dd=a3_0x5a4c;function a3_0x5a4c(_0x188dac,_0x180a2d){const _0x92ef1e=a3_0x92ef();return a3_0x5a4c=function(_0x5a4ccd,_0x205211){_0x5a4ccd=_0x5a4ccd-0xe9;let _0x2f5f5d=_0x92ef1e[_0x5a4ccd];return _0x2f5f5d;},a3_0x5a4c(_0x188dac,_0x180a2d);}(function(_0x965d38,_0x39f9ae){const _0x23fdc8=a3_0x5a4c,_0x2a5079=_0x965d38();while(!![]){try{const _0x467ed4=-parseInt(_0x23fdc8(0x127))/0x1+parseInt(_0x23fdc8(0x12d))/0x2+parseInt(_0x23fdc8(0x101))/0x3+parseInt(_0x23fdc8(0x113))/0x4+-parseInt(_0x23fdc8(0xf1))/0x5+parseInt(_0x23fdc8(0x14c))/0x6+-parseInt(_0x23fdc8(0x153))/0x7*(parseInt(_0x23fdc8(0xff))/0x8);if(_0x467ed4===_0x39f9ae)break;else _0x2a5079['push'](_0x2a5079['shift']());}catch(_0x582825){_0x2a5079['push'](_0x2a5079['shift']());}}}(a3_0x92ef,0xcec0d));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule(a3_0x5540dd(0x124));function a3_0x92ef(){const _0x738852=['includes','JxUCh','kHESr','GFpvW','fcfMB','BrzKh','pGsLQ','qbcnz','XVCcU','xUBZq','logTestRunFinished','capability','Izhzi','\x20-\x20','CelgY','apolf','cucumber-js/test.setup.js','VqOSr','ZbnGE','kmOeZ','nSVPC','trOrB','ViPma','ywkOl','testCaseFinished','exports','QLZHf','uWkqf','MsZeo','iiabo','isBstackHook','jCRoU','NCKPI','incrementCounter','6887015RpEsin','WAWbt','CbZTS','hqlqF','status','FAILED','actionLocation','testCaseStartedId','rAVXT','vlOYh','oHmEQ','xGAPA','uMIZG','eDeBR','40xTwgbc','ggqaZ','5030121CexUir','fluMU','YlOsk','iAfCP','tJOca','wtWya','IbzXi','keyword','yDmpN','KvMFI','cwd','dNlHz','nKkAv','rnbtA','bstack','tdGuc','Pluoj','JGQLR','5312772PYkGRg','qXawJ','wRSeo','XKhbx','FNCxl','forEach','name','zwXoG','BSEUE','GTLZM','ejysp','fnuik','rJiZZ','oniYz','Hxlsx','testRunStarted','iEGFG','@cucumber/cucumber','GQCsR','yeewb','72408hhVoXf','TGczy','sourceLocation','gherkinDocument','OWbLt','HSHsb','2099756KuQtOO','ZswAt','VmNMG','result','RlkWE','logTestCaseFinished','PASSED','jbckw','pygbU','AMBIGUOUS','testCaseAttempt','vtaGZ','IyqCs','testRunFinished','env','isGTi','BKyQX','eventBroadcaster','uri','feature','rKYsF','YymrD','zANFR','parse','xKnzq','text','QZSOR','CONFIG','dbxvx','snippetBuilder','pickle','9234534zaPgzO','vvYIL','Executing\x20tests\x20for\x20','sPyVE','gXyEC','getTestCaseAttempt','YXyOd','4616073jYtSNd','EOyCr','WeYqh','rrTuK','jRNIq','DlyDy','PENDING','wVMmV','NTQyu','\x20\x20\x20\x20','XDaVf','eIACq','WeYFL','BGsqh','kXOji','oEtKL','zxUsd','sicqB','message','supportCodeLibrary','XbfKt','yzdbJ','uQLZF','kJkKN','rkEiB','__platform','jZRtG','TCfWR','YcHYy','EwzLp','KndHv','amRbK','log','WqbXD','krUZz'];a3_0x92ef=function(){return _0x738852;};return a3_0x92ef();}class BrowserstackFormatter extends Formatter{constructor(_0x174b7f){const _0x3b1b22=a3_0x5540dd,_0x4a4631={'GTLZM':function(_0x2adc67,_0x29b962){return _0x2adc67!==_0x29b962;},'CLvdN':function(_0x77030,_0x289859){return _0x77030(_0x289859);},'IbzXi':function(_0x596423,_0x194335){return _0x596423+_0x194335;},'sPyVE':function(_0xf80b33,_0x450379){return _0xf80b33!=_0x450379;},'jAQiF':_0x3b1b22(0x10f),'KvMFI':function(_0x293c42,_0x553e02){return _0x293c42+_0x553e02;},'qbcnz':'\x20\x20\x20\x20','Izhzi':'\x20-\x20','nKkAv':function(_0x314509,_0x444459){return _0x314509==_0x444459;},'MsZeo':_0x3b1b22(0xf6),'rrTuK':function(_0x5bc0f1,_0xa53051,_0xe6e2f3){return _0x5bc0f1(_0xa53051,_0xe6e2f3);},'WeYFL':_0x3b1b22(0x130),'dLRhc':_0x3b1b22(0x165),'iAfCP':function(_0x12a2aa,_0x5e050c){return _0x12a2aa+_0x5e050c;},'dbxvx':function(_0x3154ea,_0xd5e233){return _0x3154ea+_0xd5e233;},'apolf':function(_0x203b94,_0x1b2570){return _0x203b94+_0x1b2570;},'EOyCr':function(_0x5eeb86,_0x54405f){return _0x5eeb86===_0x54405f;},'yzdbJ':'yRPEv','JxUCh':_0x3b1b22(0x145),'rnbtA':function(_0x390fe4,_0xa83393){return _0x390fe4!==_0xa83393;},'QLZHf':_0x3b1b22(0x141),'DlyDy':_0x3b1b22(0x18a),'BGsqh':_0x3b1b22(0x18d),'sicqB':_0x3b1b22(0x13c),'WqbXD':function(_0x32ef3e,_0x147523){return _0x32ef3e===_0x147523;},'JGQLR':_0x3b1b22(0xfd),'eDeBR':function(_0x2025c0,_0x5be10c){return _0x2025c0!==_0x5be10c;},'oEtKL':function(_0x7f9e99,_0x4bc439){return _0x7f9e99!==_0x4bc439;},'rJiZZ':_0x3b1b22(0x175),'XVCcU':_0x3b1b22(0x15d),'dMxac':function(_0x57e5d6,_0x271b50){return _0x57e5d6(_0x271b50);},'fnuik':function(_0x4892ea,_0x1e5f5a){return _0x4892ea!==_0x1e5f5a;},'XbfKt':'CKuyK','QZSOR':_0x3b1b22(0x18c),'mIEmJ':'envelope'};super(_0x174b7f),_0x174b7f[_0x3b1b22(0x13e)]['on'](_0x4a4631['mIEmJ'],_0x40fbbe=>{const _0x3c0e3c=_0x3b1b22,_0x2a157b={'EwzLp':function(_0x4e64ef,_0x1e2671){const _0x1510b8=a3_0x5a4c;return _0x4a4631[_0x1510b8(0x11c)](_0x4e64ef,_0x1e2671);},'sDolO':function(_0x3d684b,_0x4fd047){return _0x4a4631['CLvdN'](_0x3d684b,_0x4fd047);},'dNlHz':function(_0x5bfafb,_0x4d974a){const _0x2c54ff=a3_0x5a4c;return _0x4a4631[_0x2c54ff(0x107)](_0x5bfafb,_0x4d974a);},'tJOca':function(_0x1ee38a,_0x22b57d){const _0x28b007=a3_0x5a4c;return _0x4a4631[_0x28b007(0x14f)](_0x1ee38a,_0x22b57d);},'IyqCs':_0x4a4631['jAQiF'],'BKyQX':function(_0x350ff3,_0x385cac){const _0x48b506=a3_0x5a4c;return _0x4a4631[_0x48b506(0x107)](_0x350ff3,_0x385cac);},'jRNIq':function(_0x6e6039,_0xcfce33){const _0x208f30=a3_0x5a4c;return _0x4a4631[_0x208f30(0x10a)](_0x6e6039,_0xcfce33);},'wVMmV':_0x4a4631[_0x3c0e3c(0x17d)],'iiabo':_0x4a4631[_0x3c0e3c(0x182)],'xYJRX':function(_0x50f44a,_0x2efc49){const _0x17e443=_0x3c0e3c;return _0x4a4631[_0x17e443(0x10d)](_0x50f44a,_0x2efc49);},'WeYqh':_0x4a4631[_0x3c0e3c(0xeb)],'SfjjE':function(_0x592387,_0x455aec,_0xfcad32){return _0x4a4631['rrTuK'](_0x592387,_0x455aec,_0xfcad32);},'ZswAt':_0x4a4631[_0x3c0e3c(0x15f)],'kmOeZ':_0x4a4631['dLRhc'],'eSbqx':function(_0x448747,_0x37761c){const _0x4a71d1=_0x3c0e3c;return _0x4a4631[_0x4a71d1(0x104)](_0x448747,_0x37761c);},'wtWya':function(_0xb68d34,_0x492be9){const _0x289d13=_0x3c0e3c;return _0x4a4631[_0x289d13(0x149)](_0xb68d34,_0x492be9);},'fcfMB':function(_0x4b6bc6,_0x453e5d){const _0x1ad54e=_0x3c0e3c;return _0x4a4631[_0x1ad54e(0x185)](_0x4b6bc6,_0x453e5d);},'vtaGZ':function(_0x574446,_0x4f18ad,_0x5d86b9){const _0x317c7b=_0x3c0e3c;return _0x4a4631[_0x317c7b(0x156)](_0x574446,_0x4f18ad,_0x5d86b9);},'kXOji':function(_0x288aa0,_0x3574d6){const _0x30ef82=_0x3c0e3c;return _0x4a4631[_0x30ef82(0x149)](_0x288aa0,_0x3574d6);}};if(_0x4a4631[_0x3c0e3c(0x154)](_0x4a4631[_0x3c0e3c(0x168)],_0x4a4631[_0x3c0e3c(0x177)]))this[_0x3c0e3c(0x132)](_0x3b0e64[_0x3c0e3c(0x18e)]);else{if(_0x40fbbe['testCaseStarted']){if(_0x4a4631[_0x3c0e3c(0x10e)](_0x4a4631[_0x3c0e3c(0xe9)],_0x4a4631[_0x3c0e3c(0x158)]))testSuites+=0x1;else{let _0x1fa3e6;if(_0x2a157b[_0x3c0e3c(0x170)](_0xa91df[_0x3c0e3c(0x13b)]['CONFIG'],_0x47e8a4)){let _0x512c18=_0x4967db[_0x3c0e3c(0x144)](_0x20c153['env'][_0x3c0e3c(0x148)]);_0x1fa3e6=_0x512c18[_0x3c0e3c(0x181)];}_0x2a157b[_0x3c0e3c(0x170)](_0x1fa3e6,_0x5a53ac)&&(_0x4b8e8f['__platform']=_0x2a157b['sDolO'](_0x53ce18,_0x1fa3e6),this[_0x3c0e3c(0x173)](_0x2a157b[_0x3c0e3c(0x10c)]('Executing\x20tests\x20for\x20'+_0x2d3033[_0x3c0e3c(0x16c)],'\x0a')));}}else{if(_0x40fbbe[_0x3c0e3c(0x122)]){if(_0x4a4631['rnbtA'](_0x4a4631[_0x3c0e3c(0x160)],_0x4a4631[_0x3c0e3c(0x164)])){let _0x351cd4;if(_0x4a4631[_0x3c0e3c(0x11c)](process[_0x3c0e3c(0x13b)][_0x3c0e3c(0x148)],undefined)){if(_0x4a4631[_0x3c0e3c(0x174)](_0x4a4631['JGQLR'],_0x4a4631[_0x3c0e3c(0x112)])){let _0x330ccb=JSON[_0x3c0e3c(0x144)](process[_0x3c0e3c(0x13b)][_0x3c0e3c(0x148)]);_0x351cd4=_0x330ccb[_0x3c0e3c(0x181)];}else return![];}if(_0x4a4631[_0x3c0e3c(0xfe)](_0x351cd4,undefined)){if(_0x4a4631[_0x3c0e3c(0x162)](_0x4a4631[_0x3c0e3c(0x11f)],_0x4a4631[_0x3c0e3c(0x17e)]))global[_0x3c0e3c(0x16c)]=_0x4a4631['dMxac'](getPlatformName,_0x351cd4),this[_0x3c0e3c(0x173)](_0x4a4631[_0x3c0e3c(0x149)](_0x3c0e3c(0x14e)+global['__platform'],'\x0a'));else{if(_0x2a157b[_0x3c0e3c(0x105)](_0x302a2b[_0x3c0e3c(0x119)],_0x2a157b[_0x3c0e3c(0x139)])&&!this[_0x3c0e3c(0xed)](_0x56cb70)){_0x16aea8+=0x1,this[_0x3c0e3c(0x173)](_0x2a157b[_0x3c0e3c(0x10c)](_0x2a157b[_0x3c0e3c(0x13d)](_0x2a157b[_0x3c0e3c(0x157)](_0x2a157b[_0x3c0e3c(0x13d)](_0x2a157b[_0x3c0e3c(0x10c)](_0x2a157b[_0x3c0e3c(0x15a)],_0x59e3ed[_0x3c0e3c(0x108)]),_0x141ef8[_0x3c0e3c(0x146)]||''),_0x2a157b[_0x3c0e3c(0xec)]),_0x978301[_0x242598[_0x3c0e3c(0x130)][_0x3c0e3c(0xf5)]]),'\x0a')),this[_0x3c0e3c(0xf0)](_0x35285f[_0x3ccde6[_0x3c0e3c(0x130)][_0x3c0e3c(0xf5)]]);if(_0x2a157b['xYJRX'](_0x27d9fb[_0x39bf70[_0x3c0e3c(0x130)][_0x3c0e3c(0xf5)]],_0x2a157b[_0x3c0e3c(0x155)])){_0x2858eb=!![];const _0x1630d3=_0x2a157b['SfjjE'](_0x7a6acb,_0x5c1276,[_0x2a157b[_0x3c0e3c(0x12e)],_0x2a157b[_0x3c0e3c(0x189)]]);_0x1630d3&&(_0x509fea[_0x2a157b['eSbqx'](_0x2a157b[_0x3c0e3c(0x106)](_0x499181[_0x3c0e3c(0x12a)][_0x3c0e3c(0x140)][_0x3c0e3c(0x119)],_0x2a157b[_0x3c0e3c(0xec)]),_0x13fef5[_0x3c0e3c(0x14b)][_0x3c0e3c(0x119)])]=_0x1630d3,this[_0x3c0e3c(0x173)](_0x2a157b[_0x3c0e3c(0x17a)](_0x1630d3,'\x0a')));}}}}}else{let _0x322e54=_0x22500c[_0x3c0e3c(0x144)](_0x275b1d[_0x3c0e3c(0x13b)][_0x3c0e3c(0x148)]);_0x1bf85f=_0x322e54['capability'];}}else{if(_0x40fbbe[_0x3c0e3c(0x18e)]){if(_0x4a4631[_0x3c0e3c(0x11e)](_0x4a4631[_0x3c0e3c(0x167)],_0x4a4631[_0x3c0e3c(0x167)])){_0x792c0f=!![];const _0x280fcf=_0x2a157b[_0x3c0e3c(0x138)](_0x5cf891,_0x4b9aaa,[_0x2a157b[_0x3c0e3c(0x12e)],_0x2a157b['kmOeZ']]);_0x280fcf&&(_0x3fbddc[_0x2a157b['wtWya'](_0x2a157b[_0x3c0e3c(0x161)](_0x3d5246[_0x3c0e3c(0x12a)][_0x3c0e3c(0x140)]['name'],_0x2a157b['iiabo']),_0x264b0a['pickle']['name'])]=_0x280fcf,this[_0x3c0e3c(0x173)](_0x2a157b[_0x3c0e3c(0x106)](_0x280fcf,'\x0a')));}else this['logTestCaseFinished'](_0x40fbbe[_0x3c0e3c(0x18e)]);}else{if(_0x40fbbe[_0x3c0e3c(0x13a)]){if(_0x4a4631[_0x3c0e3c(0x154)](_0x4a4631[_0x3c0e3c(0x147)],_0x4a4631[_0x3c0e3c(0x147)]))this[_0x3c0e3c(0x180)](_0x40fbbe[_0x3c0e3c(0x13a)]);else return!![];}}}}}});}[a3_0x5540dd(0x132)](_0x1791af){const _0x3298b1=a3_0x5540dd,_0x1fc2cd={'FNCxl':function(_0x494bc5,_0x2e6169){return _0x494bc5+_0x2e6169;},'rAVXT':_0x3298b1(0x183),'kHESr':function(_0x3e28e9,_0x59d303){return _0x3e28e9+_0x59d303;},'wRSeo':function(_0x51f062,_0x1756d6){return _0x51f062+_0x1756d6;},'vlOYh':function(_0x2f3aa9,_0x3016a1){return _0x2f3aa9+_0x3016a1;},'xGAPA':function(_0x1ec34b,_0xc0e355){return _0x1ec34b+_0xc0e355;},'trOrB':_0x3298b1(0x15c),'amRbK':function(_0x67e35a,_0x51d531){return _0x67e35a==_0x51d531;},'TGczy':'FAILED','jbckw':function(_0xb16a0a,_0x1a755f,_0x11788d){return _0xb16a0a(_0x1a755f,_0x11788d);},'pGsLQ':_0x3298b1(0x130),'eIACq':_0x3298b1(0x165),'HSHsb':function(_0x5cc3b7,_0xb33e84){return _0x5cc3b7===_0xb33e84;},'GXLuM':_0x3298b1(0x12b),'GQCsR':function(_0x4e9d1f,_0x56fa6f){return _0x4e9d1f!=_0x56fa6f;},'XKhbx':_0x3298b1(0x10f),'tjvIH':function(_0x123ee7,_0x2c6059){return _0x123ee7===_0x2c6059;},'NTQyu':_0x3298b1(0x14d),'bLWWl':_0x3298b1(0x16f),'gXyEC':function(_0x1ceb71,_0x59836d){return _0x1ceb71+_0x59836d;},'ZbnGE':_0x3298b1(0xfb),'Aalfx':function(_0x134551,_0x30d404,_0x54af4e){return _0x134551(_0x30d404,_0x54af4e);},'YlOsk':_0x3298b1(0xf2),'kJkKN':function(_0x20ab44,_0x45ab0b){return _0x20ab44+_0x45ab0b;},'KndHv':function(_0x3b2c48,_0xd9c26a){return _0x3b2c48(_0xd9c26a);},'oniYz':function(_0x518e92,_0x3ab9a5){return _0x518e92!==_0x3ab9a5;},'jCRoU':function(_0x5c912b,_0x47b9d0){return _0x5c912b!==_0x47b9d0;},'BSEUE':_0x3298b1(0x184),'fluMU':'fuiJF','xUBZq':function(_0x25e19b,_0x45e507){return _0x25e19b+_0x45e507;},'ZOqnV':function(_0x11009d,_0x52447b){return _0x11009d+_0x52447b;},'ggqaZ':function(_0x2158d2,_0x19bb20){return _0x2158d2+_0x19bb20;},'ejysp':_0x3298b1(0x110)};_0x1fc2cd[_0x3298b1(0x120)](global[_0x3298b1(0x16c)],undefined)&&(_0x1fc2cd['jCRoU'](_0x1fc2cd[_0x3298b1(0x11b)],_0x1fc2cd[_0x3298b1(0x102)])?this[_0x3298b1(0x173)](_0x1fc2cd[_0x3298b1(0x17f)](_0x1fc2cd[_0x3298b1(0x16a)]('\x0a',global[_0x3298b1(0x16c)]),'\x0a')):this['logTestRunFinished'](_0x4a62a4[_0x3298b1(0x13a)]));const _0x30e569=this['eventDataCollector'][_0x3298b1(0x151)](_0x1791af[_0x3298b1(0xf8)]);this['log'](_0x1fc2cd['kJkKN'](_0x1fc2cd['ZOqnV'](_0x1fc2cd['gXyEC'](_0x1fc2cd[_0x3298b1(0x100)]('\x20\x20',_0x30e569[_0x3298b1(0x12a)][_0x3298b1(0x140)][_0x3298b1(0x119)]),_0x1fc2cd[_0x3298b1(0xf9)]),_0x30e569['pickle'][_0x3298b1(0x119)]),'\x0a'));const _0x3a49c9={};_0x3a49c9[_0x3298b1(0x10b)]=this['cwd'],_0x3a49c9[_0x3298b1(0x14a)]=this['snippetBuilder'],_0x3a49c9[_0x3298b1(0x166)]=this['supportCodeLibrary'],_0x3a49c9[_0x3298b1(0x137)]=_0x30e569;const _0x57ecc5=formatterHelpers['parseTestCaseAttempt'](_0x3a49c9);let _0x2cfe1f=![];_0x57ecc5['testSteps'][_0x3298b1(0x118)](_0x3910cf=>{const _0x283081=_0x3298b1,_0x1eae36={'NCKPI':function(_0x343974,_0x3db901){const _0x3bdaf6=a3_0x5a4c;return _0x1fc2cd[_0x3bdaf6(0x115)](_0x343974,_0x3db901);},'qXawJ':function(_0x4379a9,_0x309456){const _0x39f227=a3_0x5a4c;return _0x1fc2cd[_0x39f227(0xfa)](_0x4379a9,_0x309456);},'uQLZF':function(_0x2640f6,_0x526429){const _0x117a2e=a3_0x5a4c;return _0x1fc2cd[_0x117a2e(0xfc)](_0x2640f6,_0x526429);},'RlkWE':_0x1fc2cd['trOrB'],'rkEiB':_0x1fc2cd[_0x283081(0xf9)],'VqOSr':function(_0x109dd2,_0x5d7b12){const _0x37b97f=_0x283081;return _0x1fc2cd[_0x37b97f(0x172)](_0x109dd2,_0x5d7b12);},'iWdBd':_0x1fc2cd[_0x283081(0x128)],'BrzKh':function(_0x50fea8,_0x577844,_0x7308c8){const _0x9959d5=_0x283081;return _0x1fc2cd[_0x9959d5(0x134)](_0x50fea8,_0x577844,_0x7308c8);},'jZRtG':_0x1fc2cd[_0x283081(0x17c)],'CbZTS':_0x1fc2cd[_0x283081(0x15e)]};if(_0x1fc2cd[_0x283081(0x12c)](_0x1fc2cd['GXLuM'],_0x1fc2cd['GXLuM'])){if(_0x1fc2cd[_0x283081(0x125)](_0x3910cf[_0x283081(0x119)],_0x1fc2cd[_0x283081(0x116)])&&!this[_0x283081(0xed)](_0x3910cf)){if(_0x1fc2cd['tjvIH'](_0x1fc2cd[_0x283081(0x15b)],_0x1fc2cd['bLWWl']))_0x4d298f+=0x1;else{totalTests+=0x1,this[_0x283081(0x173)](_0x1fc2cd[_0x283081(0x150)](_0x1fc2cd[_0x283081(0x178)](_0x1fc2cd[_0x283081(0x115)](_0x1fc2cd['vlOYh'](_0x1fc2cd[_0x283081(0x115)](_0x1fc2cd[_0x283081(0x18b)],_0x3910cf[_0x283081(0x108)]),_0x3910cf[_0x283081(0x146)]||''),_0x1fc2cd[_0x283081(0xf9)]),Status[_0x3910cf['result'][_0x283081(0xf5)]]),'\x0a')),this[_0x283081(0xf0)](Status[_0x3910cf[_0x283081(0x130)][_0x283081(0xf5)]]);if(_0x1fc2cd[_0x283081(0x172)](Status[_0x3910cf[_0x283081(0x130)][_0x283081(0xf5)]],_0x1fc2cd[_0x283081(0x128)])){if(_0x1fc2cd['HSHsb'](_0x1fc2cd[_0x283081(0x188)],_0x1fc2cd[_0x283081(0x188)])){_0x2cfe1f=!![];const _0x3adfdc=_0x1fc2cd['Aalfx'](nestedKeyValue,_0x3910cf,[_0x1fc2cd['pGsLQ'],_0x1fc2cd[_0x283081(0x15e)]]);_0x3adfdc&&(_0x1fc2cd[_0x283081(0x12c)](_0x1fc2cd['YlOsk'],_0x1fc2cd[_0x283081(0x103)])?(testsErrorMessage[_0x1fc2cd[_0x283081(0x117)](_0x1fc2cd[_0x283081(0x16a)](_0x30e569[_0x283081(0x12a)][_0x283081(0x140)][_0x283081(0x119)],_0x1fc2cd[_0x283081(0xf9)]),_0x30e569[_0x283081(0x14b)][_0x283081(0x119)])]=_0x3adfdc,this['log'](_0x1fc2cd['kHESr'](_0x3adfdc,'\x0a'))):(_0x2a3987[_0x1fc2cd['FNCxl'](_0x1fc2cd[_0x283081(0x117)](_0x1a0c9d[_0x283081(0x12a)]['feature']['name'],_0x1fc2cd[_0x283081(0xf9)]),_0x4c6eae['pickle'][_0x283081(0x119)])]=_0xec42bf,this[_0x283081(0x173)](_0x1fc2cd[_0x283081(0x178)](_0x43689b,'\x0a'))));}else{_0x58c905+=0x1,this[_0x283081(0x173)](_0x1eae36[_0x283081(0xef)](_0x1eae36['NCKPI'](_0x1eae36['NCKPI'](_0x1eae36[_0x283081(0x114)](_0x1eae36[_0x283081(0x169)](_0x1eae36[_0x283081(0x131)],_0x5a2709[_0x283081(0x108)]),_0x2a93be[_0x283081(0x146)]||''),_0x1eae36[_0x283081(0x16b)]),_0x32d3ec[_0x44497a[_0x283081(0x130)][_0x283081(0xf5)]]),'\x0a')),this[_0x283081(0xf0)](_0xf78e2[_0x3b6028[_0x283081(0x130)][_0x283081(0xf5)]]);if(_0x1eae36[_0x283081(0x187)](_0x5abbbe[_0x1943c1['result'][_0x283081(0xf5)]],_0x1eae36['iWdBd'])){_0x4dd067=!![];const _0x320c45=_0x1eae36[_0x283081(0x17b)](_0x3ac18b,_0x5243da,[_0x1eae36[_0x283081(0x16d)],_0x1eae36[_0x283081(0xf3)]]);_0x320c45&&(_0x27c884[_0x1eae36[_0x283081(0x169)](_0x1eae36[_0x283081(0x169)](_0x3e6f7b[_0x283081(0x12a)]['feature'][_0x283081(0x119)],_0x1eae36[_0x283081(0x16b)]),_0x511031[_0x283081(0x14b)][_0x283081(0x119)])]=_0x320c45,this[_0x283081(0x173)](_0x1eae36['NCKPI'](_0x320c45,'\x0a')));}}}}}}else _0x3631cb+=0x1;}),_0x2cfe1f&&(_0x1fc2cd[_0x3298b1(0xee)](_0x1fc2cd[_0x3298b1(0x11d)],_0x1fc2cd['ejysp'])?(_0x1cf42d[_0x3298b1(0x16c)]=_0x1fc2cd[_0x3298b1(0x171)](_0x3e9165,_0x3d661f),this['log'](_0x1fc2cd[_0x3298b1(0x150)](_0x3298b1(0x14e)+_0x1b3486['__platform'],'\x0a'))):testSuitesFailed+=0x1),this['log']('\x0a');}[a3_0x5540dd(0x180)](_0x5bd7f4){}[a3_0x5540dd(0xed)](_0x26fbfa){const _0x210f6b=a3_0x5540dd,_0x11aae7={};_0x11aae7[_0x210f6b(0x163)]=function(_0x1364cb,_0x5d5832){return _0x1364cb+_0x5d5832;},_0x11aae7['Pluoj']=function(_0x3fb001,_0x1495f1){return _0x3fb001!==_0x1495f1;},_0x11aae7[_0x210f6b(0xf4)]=_0x210f6b(0x186),_0x11aae7['YXyOd']=function(_0x58081c,_0x42e8e9){return _0x58081c!==_0x42e8e9;},_0x11aae7[_0x210f6b(0x142)]=function(_0x34ffc6,_0x161069){return _0x34ffc6===_0x161069;},_0x11aae7['TCfWR']='plZjB',_0x11aae7[_0x210f6b(0x121)]=function(_0x4a1d9c,_0xacfa5c){return _0x4a1d9c!==_0xacfa5c;},_0x11aae7[_0x210f6b(0x123)]=_0x210f6b(0xea);const _0x510023=_0x11aae7;if(_0x510023[_0x210f6b(0x152)](_0x26fbfa[_0x210f6b(0x129)],undefined)){if(_0x510023[_0x210f6b(0x142)](_0x510023['TCfWR'],_0x510023[_0x210f6b(0x16e)]))return![];else this[_0x210f6b(0x173)](_0x510023[_0x210f6b(0x163)](_0x510023[_0x210f6b(0x163)]('\x0a',_0x39c364['__platform']),'\x0a'));}if(_0x26fbfa[_0x210f6b(0xf7)]&&_0x26fbfa[_0x210f6b(0xf7)]['uri'][_0x210f6b(0x176)](_0x510023[_0x210f6b(0xf4)])){if(_0x510023[_0x210f6b(0x121)](_0x510023[_0x210f6b(0x123)],_0x510023[_0x210f6b(0x123)])){if(_0x510023[_0x210f6b(0x111)](_0x3eb3ce[_0x210f6b(0x129)],_0x1f0587))return![];if(_0x101ffe[_0x210f6b(0xf7)]&&_0x268820[_0x210f6b(0xf7)][_0x210f6b(0x13f)][_0x210f6b(0x176)](_0x510023[_0x210f6b(0xf4)]))return!![];return![];}else return!![];}return![];}['incrementCounter'](_0xb0260b){const _0x1d2b9a=a3_0x5540dd,_0x523d28={};_0x523d28['zANFR']=_0x1d2b9a(0xf6),_0x523d28[_0x1d2b9a(0x135)]=_0x1d2b9a(0x133),_0x523d28[_0x1d2b9a(0x126)]='SKIPPED',_0x523d28[_0x1d2b9a(0x12f)]=_0x1d2b9a(0x159),_0x523d28[_0x1d2b9a(0x11a)]='UNDEFINED',_0x523d28[_0x1d2b9a(0x179)]='UNKNOWN',_0x523d28[_0x1d2b9a(0x109)]=_0x1d2b9a(0x136);const _0x1b75a3=_0x523d28;switch(_0xb0260b){case _0x1b75a3[_0x1d2b9a(0x143)]:testsFailed+=0x1;break;case _0x1b75a3[_0x1d2b9a(0x135)]:testsPassed+=0x1;break;case _0x1b75a3[_0x1d2b9a(0x126)]:testsSkipped+=0x1;break;case _0x1b75a3[_0x1d2b9a(0x12f)]:testsPending+=0x1;break;case _0x1b75a3[_0x1d2b9a(0x11a)]:testsUndefined+=0x1;break;case _0x1b75a3[_0x1d2b9a(0x179)]:testsUnknown+=0x1;break;case _0x1b75a3[_0x1d2b9a(0x109)]:testsAmbiguous+=0x1;break;default:break;}}}module[a3_0x5540dd(0x18f)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0xefdb7b=a4_0x402b;function a4_0x5b57(){const _0x56d5b1=['xPeBg','DOhCY','test-run-started','\x20-\x20','oZxef','uri','pickle','log','Vcnsb','HeapV','FzhEI','jowCu','XTdTD','PsaUy','crDrG','RWOOR','XqZeI','eHZQV','test-step-started','toUpperCase','kSwrO','7lNgypS','logTestCaseFinished','AloaW','NHKsc','DLwAu','Executing\x20tests\x20for\x20','zyCLm','NkLfP','liIOs','yBSWO','JrQQi','eKIYH','vOryO','testCase','zbLjO','89885qnYKbc','WvDsQ','kbjFs','env','842UCOhde','1509777FYWKHl','GhCbD','OVokA','__platform','cbXcl','oykoX','maSBz','eventDataCollector','5733MNOcrQ','WePbg','PEQja','ypFzR','mUrmZ','RVQMx','fwBNJ','pzgrM','fCZOT','KgqHs','FkyeY','HMQsR','fEMJV','UszkX','FAILED','etUjI','djcbT','260720SSRmal','qXFCL','VKDTr','uEgiR','XiHPC','AnKfe','feature','exception','CoJGy','586nyafRI','vIkPb','Gjqae','XCQFA','cucumber-js/test_old.setup.js','XngxG','includes','zVEIl','SYcPY','yuAsr','UNDEFINED','fOZEY','actionLocation','gherkinDocument','14290JKuSOX','MfBaB','LvZlL','ahVAo','UNKNOWN','YkWnC','rgDwG','KRbno','mfQNP','NxQGI','getStepLineToPickledStepMap','LUwou','ohLUk','CONFIG','kDXlq','2979480YzQlJa','BJKiz','kKEyo','QryjV','exports','uAqtO','text','DWraB','gqvrr','result','UMkIJ','wrfsx','seXzc','HHsST','getTestCaseData','PENDING','uymBg','Nmxpq','capability','hFFfZ','PASSED','ZcCEi','DUpkw','lyCBG','DbGfa','test-case-finished','status','\x20\x20\x20\x20AFTER\x20-\x20','ontqp','eventBroadcaster','OMGir','fdiQL','pCMfy','wjMlJ','esiLQ','VogwE','2555064jihWPp','VTApr','bIwXL','qTWsk','tUATQ','qYqTP','FIsBA','VNowU','mlbDj','HOjXj','xOifS','stepResults','MALWX','zmFul','YlpAv','ccIIx','test-run-finished','cucumber','rgOoF','Usrxv','../../../helpers/helper','XkmEo','JWOgM','bCwaY','ZwYvq','mjAIf','HPTTZ','SCwjP','\x20\x20\x20\x20BEFORE\x20-\x20','WpRfr','\x20\x20\x20\x20','yGfkn','parse','EKfHH','VAQJN','GyCFv','gdvmk','name','sourceLocation','steps','GyBnu','oPJRS','undefined','islIk','szWdU','zXgeD','iWxzc','DsttG','BEUew','line','BdblF','Jcxcn','DXVcT','tGssL','TtfCW','cucumber/lib/formatter/helpers/pickle_parser.js','RurhW','ErEgn'];a4_0x5b57=function(){return _0x56d5b1;};return a4_0x5b57();}function a4_0x402b(_0x47eded,_0x55c5a8){const _0x5b57d4=a4_0x5b57();return a4_0x402b=function(_0x402b19,_0x179b90){_0x402b19=_0x402b19-0x125;let _0x42853e=_0x5b57d4[_0x402b19];return _0x42853e;},a4_0x402b(_0x47eded,_0x55c5a8);}(function(_0x335334,_0x40d97f){const _0xf015a8=a4_0x402b,_0xc6583b=_0x335334();while(!![]){try{const _0x28f7c9=parseInt(_0xf015a8(0x16f))/0x1*(-parseInt(_0xf015a8(0x192))/0x2)+-parseInt(_0xf015a8(0x170))/0x3+parseInt(_0xf015a8(0x189))/0x4+-parseInt(_0xf015a8(0x16b))/0x5+parseInt(_0xf015a8(0x1d3))/0x6+-parseInt(_0xf015a8(0x15c))/0x7*(parseInt(_0xf015a8(0x1af))/0x8)+-parseInt(_0xf015a8(0x178))/0x9*(-parseInt(_0xf015a8(0x1a0))/0xa);if(_0x28f7c9===_0x40d97f)break;else _0xc6583b['push'](_0xc6583b['shift']());}catch(_0x1e6788){_0xc6583b['push'](_0xc6583b['shift']());}}}(a4_0x5b57,0x3fb38));const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0xefdb7b(0x1e7)),{Formatter}=requireModule(a4_0xefdb7b(0x1e4)),pickleParser=requireModule(a4_0xefdb7b(0x144));class BrowserstackFormatter extends Formatter{constructor(_0x5ad0e2){const _0x12e304=a4_0xefdb7b,_0x597fc9={'kSwrO':function(_0x2953c5,_0x25bf75){return _0x2953c5+_0x25bf75;},'KRbno':'\x20\x20\x20\x20BEFORE\x20-\x20','bIwXL':function(_0x4c705e,_0x3b1464){return _0x4c705e(_0x3b1464);},'rgDwG':_0x12e304(0x1ca),'SCwjP':function(_0x455bbb,_0x577a60){return _0x455bbb+_0x577a60;},'HMQsR':function(_0x184b43,_0xb0b61f){return _0x184b43!==_0xb0b61f;},'ErEgn':'QVMWU','UszkX':function(_0xe3f11d,_0x26b593){return _0xe3f11d!==_0x26b593;},'HPTTZ':function(_0x5f280b,_0x53d452){return _0x5f280b===_0x53d452;},'TfwNN':_0x12e304(0x18c),'mfQNP':_0x12e304(0x13a),'Vcnsb':function(_0x2579de,_0x5ec76a){return _0x2579de!==_0x5ec76a;},'hFFfZ':_0x12e304(0x182),'FzhEI':_0x12e304(0x15e),'LvZlL':function(_0x6291bc,_0x32d6b0){return _0x6291bc===_0x32d6b0;},'DbGfa':_0x12e304(0x176),'liIOs':'bokfL','WgxLA':_0x12e304(0x1b2),'RrzlO':_0x12e304(0x17b),'NXRcV':_0x12e304(0x141),'BJKiz':'JeDwh','yaUYx':function(_0x3b237a,_0x4a50f3){return _0x3b237a===_0x4a50f3;},'Gjqae':_0x12e304(0x167),'vIkPb':_0x12e304(0x154),'OJBZY':_0x12e304(0x149),'HOjXj':'test-case-started','JWOgM':_0x12e304(0x1c8),'GhCbD':_0x12e304(0x1e3),'YkWnC':_0x12e304(0x159)};super(_0x5ad0e2),_0x5ad0e2[_0x12e304(0x1cc)]['on'](_0x597fc9['OJBZY'],()=>{const _0x5e9923=_0x12e304,_0x242598={'KgqHs':function(_0x5c9372,_0x1b4a54){return _0x597fc9['bIwXL'](_0x5c9372,_0x1b4a54);},'bCwaY':function(_0x5d964c,_0x16c4c5){const _0x30be1a=a4_0x402b;return _0x597fc9[_0x30be1a(0x15b)](_0x5d964c,_0x16c4c5);},'HeapV':_0x597fc9['rgDwG'],'XTdTD':function(_0x12e156,_0x1482db){return _0x597fc9['SCwjP'](_0x12e156,_0x1482db);},'AnKfe':_0x597fc9[_0x5e9923(0x1a7)]};if(_0x597fc9[_0x5e9923(0x183)](_0x597fc9[_0x5e9923(0x146)],_0x597fc9[_0x5e9923(0x146)]))_0x305152[_0x5e9923(0x14e)](_0x597fc9[_0x5e9923(0x15b)](_0x597fc9[_0x5e9923(0x1a7)],_0x424362[_0x5e9923(0x1b8)][_0x5e9923(0x1c9)]['toUpperCase']()));else{let _0x12983b;if(_0x597fc9[_0x5e9923(0x185)](process[_0x5e9923(0x16e)][_0x5e9923(0x1ad)],undefined)){if(_0x597fc9[_0x5e9923(0x127)](_0x597fc9['TfwNN'],_0x597fc9[_0x5e9923(0x1a8)]))_0x58b0b4[_0x5e9923(0x173)]=_0x242598[_0x5e9923(0x181)](_0x8c188a,_0xbc2143),_0x2d5b63['log'](_0x5e9923(0x161)+_0x35be1e[_0x5e9923(0x173)]);else{let _0x2b45f9=JSON[_0x5e9923(0x12d)](process[_0x5e9923(0x16e)][_0x5e9923(0x1ad)]);_0x12983b=_0x2b45f9[_0x5e9923(0x1c1)];}}_0x597fc9[_0x5e9923(0x185)](_0x12983b,undefined)&&(_0x597fc9[_0x5e9923(0x14f)](_0x597fc9[_0x5e9923(0x1c2)],_0x597fc9[_0x5e9923(0x151)])?(global[_0x5e9923(0x173)]=_0x597fc9[_0x5e9923(0x1d5)](getPlatformName,_0x12983b),console[_0x5e9923(0x14e)]('Executing\x20tests\x20for\x20'+global[_0x5e9923(0x173)])):(_0x242598['KgqHs'](_0x515513,_0x29e15f[_0x35eb58][_0x5e9923(0x1c9)][_0x5e9923(0x15a)]()),_0x5db031?_0x3a2ec3[_0x5e9923(0x14e)](_0x242598[_0x5e9923(0x1ea)](_0x242598[_0x5e9923(0x150)],_0x61aaad[_0x3de7e6][_0x5e9923(0x1c9)][_0x5e9923(0x15a)]())):_0x28aefd[_0x5e9923(0x14e)](_0x242598[_0x5e9923(0x153)](_0x242598[_0x5e9923(0x18e)],_0x105962[_0x523789][_0x5e9923(0x1c9)][_0x5e9923(0x15a)]()))));}}),_0x5ad0e2[_0x12e304(0x1cc)]['on'](_0x597fc9[_0x12e304(0x1dc)],()=>{const _0x5f0b17=_0x12e304,_0x354239={'XqZeI':function(_0x1bd350,_0x5d3e17){return _0x597fc9['SCwjP'](_0x1bd350,_0x5d3e17);},'yuAsr':_0x597fc9[_0x5f0b17(0x1a6)]};_0x597fc9[_0x5f0b17(0x1a2)](_0x597fc9[_0x5f0b17(0x1c7)],_0x597fc9[_0x5f0b17(0x164)])?_0x4a666a['log'](_0x354239[_0x5f0b17(0x157)](_0x354239[_0x5f0b17(0x19b)],_0x3a8edd[_0xcc9b17][_0x5f0b17(0x1c9)][_0x5f0b17(0x15a)]())):testSuites+=0x1;}),_0x5ad0e2['eventBroadcaster']['on'](_0x597fc9[_0x12e304(0x1e9)],_0x411191=>{const _0x4e89d0=_0x12e304;_0x597fc9[_0x4e89d0(0x183)](_0x597fc9['WgxLA'],_0x597fc9['RrzlO'])?this[_0x4e89d0(0x15d)](_0x411191):_0x379001-=0x2;}),_0x5ad0e2['eventBroadcaster']['on'](_0x597fc9[_0x12e304(0x171)],()=>{const _0x25ced6=_0x12e304;_0x597fc9[_0x25ced6(0x14f)](_0x597fc9['NXRcV'],_0x597fc9[_0x25ced6(0x1b0)])?totalTests-=0x2:_0x20f0b8[_0x25ced6(0x14e)](_0x597fc9[_0x25ced6(0x128)](_0x597fc9['SCwjP']('\x0a',_0x1969b0['__platform']),'\x0a'));}),_0x5ad0e2[_0x12e304(0x1cc)]['on'](_0x597fc9[_0x12e304(0x1a5)],()=>{const _0x4ad9e1=_0x12e304;if(_0x597fc9['yaUYx'](_0x597fc9[_0x4ad9e1(0x194)],_0x597fc9[_0x4ad9e1(0x193)])){let _0x206246=_0x225922[_0x4ad9e1(0x12d)](_0x235268[_0x4ad9e1(0x16e)][_0x4ad9e1(0x1ad)]);_0x234a6b=_0x206246[_0x4ad9e1(0x1c1)];}else totalTests+=0x1;});}[a4_0xefdb7b(0x15d)](_0x5518e3){const _0x437333=a4_0xefdb7b,_0x4962ff={'xPeBg':function(_0x336edd,_0x5dbc0b){return _0x336edd!==_0x5dbc0b;},'gqvrr':_0x437333(0x12f),'qYqTP':_0x437333(0x186),'mCoOS':_0x437333(0x1c3),'EKfHH':'SKIPPED','kbjFs':_0x437333(0x1be),'ObeAs':_0x437333(0x19c),'oykoX':_0x437333(0x1a4),'JrQQi':'AMBIGUOUS','VKDTr':function(_0x15719e,_0x56fe1e){return _0x15719e+_0x56fe1e;},'DLwAu':'\x20\x20\x20\x20AFTER\x20-\x20','ohLUk':function(_0x5efd5f,_0x50acfc){return _0x5efd5f+_0x50acfc;},'XiHPC':_0x437333(0x129),'WvDsQ':function(_0x372b86,_0x8c1684){return _0x372b86+_0x8c1684;},'lyCBG':function(_0x297ee9,_0x1065b0){return _0x297ee9+_0x1065b0;},'xOifS':_0x437333(0x12b),'cbXcl':_0x437333(0x14a),'islIk':function(_0x5dec43,_0x3349ca){return _0x5dec43(_0x3349ca);},'crDrG':function(_0x2fc2ce,_0x6be50b,_0x3b57de){return _0x2fc2ce(_0x6be50b,_0x3b57de);},'NxQGI':_0x437333(0x190),'XkmEo':'stack','DOhCY':function(_0x196867,_0x58c15c){return _0x196867+_0x58c15c;},'mUrmZ':_0x437333(0x196),'iWxzc':function(_0x29d548,_0x25f060){return _0x29d548===_0x25f060;},'Nmxpq':_0x437333(0x1d9),'RWOOR':_0x437333(0x1c5),'AwHGE':'xpCCo','wutXc':'aTMjc','VogwE':function(_0x37e71c,_0x5193f8){return _0x37e71c+_0x5193f8;},'XngxG':_0x437333(0x188),'mjAIf':_0x437333(0x131),'GyBnu':function(_0x26122d,_0x4e9671){return _0x26122d(_0x4e9671);},'zVEIl':_0x437333(0x1e1),'eHZQV':_0x437333(0x17f),'qTWsk':function(_0x4a4a02,_0x1ca5e4){return _0x4a4a02+_0x1ca5e4;},'ahVAo':_0x437333(0x191),'BdblF':function(_0x11a075,_0x409e32){return _0x11a075==_0x409e32;},'kDXlq':function(_0x1da691,_0x50a004){return _0x1da691!==_0x50a004;},'OVokA':_0x437333(0x152),'symMe':_0x437333(0x1d7),'DWraB':_0x437333(0x1b8),'ccIIx':function(_0x47b86a,_0x14a44d){return _0x47b86a!==_0x14a44d;},'oPJRS':_0x437333(0x18a),'mpBWf':_0x437333(0x14b),'XCQFA':function(_0x1b64c0,_0x7a21bd){return _0x1b64c0+_0x7a21bd;},'ontqp':function(_0x204ae1,_0x55132e){return _0x204ae1+_0x55132e;},'BEUew':function(_0x293119,_0x2f3aad){return _0x293119(_0x2f3aad);},'VTApr':function(_0x24be1d,_0x54e8c9){return _0x24be1d(_0x54e8c9);},'NkLfP':function(_0x47a897,_0x4d587a){return _0x47a897+_0x4d587a;},'pCMfy':function(_0x39cd7a,_0x3b4db6){return _0x39cd7a!==_0x3b4db6;},'Jcxcn':function(_0x3cc88c,_0x3f515c){return _0x3cc88c+_0x3f515c;},'wrfsx':function(_0x3795e6,_0x536538){return _0x3795e6+_0x536538;},'seXzc':function(_0x58da99,_0x3a8e89){return _0x58da99!==_0x3a8e89;},'zmFul':_0x437333(0x1ab),'yGfkn':_0x437333(0x15f),'CmEYe':function(_0x4e9332,_0x50f039){return _0x4e9332+_0x50f039;},'eeYbg':_0x437333(0x137),'uymBg':function(_0x43ca92,_0x176cad){return _0x43ca92!==_0x176cad;},'TCAgz':_0x437333(0x165),'HMXNA':'ytUao','fOZEY':function(_0x2959f7,_0x3dbe70){return _0x2959f7+_0x3dbe70;},'PEQja':function(_0x5c4085,_0x457eca){return _0x5c4085+_0x457eca;},'MqwjY':function(_0x111a76,_0x3afe07){return _0x111a76+_0x3afe07;},'ZcCEi':function(_0x10f8b0,_0x2465dc){return _0x10f8b0+_0x2465dc;},'mJLxN':function(_0x32542a,_0x207332){return _0x32542a<_0x207332;},'mlbDj':function(_0x2a0f4f,_0x48dcab){return _0x2a0f4f!==_0x48dcab;},'MVbLQ':_0x437333(0x179),'SYcPY':_0x437333(0x1e5),'RurhW':function(_0x2f68fc,_0x3f76d2){return _0x2f68fc+_0x3f76d2;},'szWdU':function(_0x332aca,_0x2ffd78){return _0x332aca!==_0x2ffd78;},'esiLQ':'QOmdF','ZwYvq':_0x437333(0x1bc),'fdiQL':_0x437333(0x1b1),'VNowU':_0x437333(0x187),'OMGir':function(_0x17745c,_0x396fa9){return _0x17745c(_0x396fa9);},'fwBNJ':'ldygm','jSUEo':_0x437333(0x1b9),'PMQWg':function(_0x22aebb,_0x3c8c24){return _0x22aebb+_0x3c8c24;},'tGssL':function(_0x1230ee,_0x50e3a2){return _0x1230ee!==_0x50e3a2;},'DsttG':_0x437333(0x184),'uAqtO':_0x437333(0x1df),'cKdQm':function(_0x2240c2,_0x59f821){return _0x2240c2+_0x59f821;},'WpRfr':function(_0x4eac6c,_0x303f7d,_0x1bbcc1){return _0x4eac6c(_0x303f7d,_0x1bbcc1);},'fCZOT':function(_0x34b374,_0x5f3b94){return _0x34b374+_0x5f3b94;}};let _0x285ed8=![];function _0x501bc7(_0x40b392){const _0xf80190=_0x437333;if(_0x4962ff['xPeBg'](_0x4962ff[_0xf80190(0x1b7)],_0x4962ff[_0xf80190(0x1b7)]))_0x3ff303+=0x1;else switch(_0x40b392){case _0x4962ff[_0xf80190(0x1d8)]:testsFailed+=0x1;break;case _0x4962ff['mCoOS']:testsPassed+=0x1;break;case _0x4962ff[_0xf80190(0x12e)]:testsSkipped+=0x1;break;case _0x4962ff[_0xf80190(0x16d)]:testsPending+=0x1;break;case _0x4962ff['ObeAs']:testsUndefined+=0x1;break;case _0x4962ff[_0xf80190(0x175)]:testsUnknown+=0x1;break;case _0x4962ff[_0xf80190(0x166)]:testsAmbiguous+=0x1;break;default:break;}}_0x4962ff[_0x437333(0x1e2)](global[_0x437333(0x173)],undefined)&&(_0x4962ff[_0x437333(0x1bb)](_0x4962ff[_0x437333(0x1e0)],_0x4962ff[_0x437333(0x12c)])?console[_0x437333(0x14e)](_0x4962ff['VKDTr'](_0x4962ff['CmEYe']('\x0a',global[_0x437333(0x173)]),'\x0a')):_0x5e8e16['log'](_0x4962ff[_0x437333(0x18b)](_0x4962ff[_0x437333(0x160)],_0x262ba5['result']['status'][_0x437333(0x15a)]())));let _0x1df68e=![];if(_0x4962ff['seXzc'](typeof this[_0x437333(0x177)][_0x437333(0x1bd)],_0x4962ff['eeYbg'])){if(_0x4962ff[_0x437333(0x1bf)](_0x4962ff['TCAgz'],_0x4962ff['HMXNA'])){var _0x32712f=this[_0x437333(0x177)][_0x437333(0x1bd)](_0x5518e3[_0x437333(0x133)]),_0x2154f2=_0x32712f[_0x437333(0x14d)],_0x6500ba=_0x32712f['testCase'];console[_0x437333(0x14e)](_0x4962ff[_0x437333(0x19d)]('\x20\x20',_0x2154f2['name']));var _0x22c92a=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x2154f2);_0x6500ba[_0x437333(0x134)]['forEach'](function(_0x369006){const _0xe05c43=_0x437333,_0x21ceb7={'GyCFv':function(_0x1da558,_0x5a40e4){const _0x27bea9=a4_0x402b;return _0x4962ff[_0x27bea9(0x16c)](_0x1da558,_0x5a40e4);},'RVQMx':_0x4962ff[_0xe05c43(0x174)],'wjMlJ':function(_0x56af58,_0x1c9bf0){return _0x4962ff['lyCBG'](_0x56af58,_0x1c9bf0);},'EVbJY':function(_0x44ef06,_0xe0a4e0,_0x3ae160){const _0x12f959=_0xe05c43;return _0x4962ff[_0x12f959(0x155)](_0x44ef06,_0xe0a4e0,_0x3ae160);},'TtfCW':_0x4962ff[_0xe05c43(0x1a9)],'gljbT':_0x4962ff['XkmEo'],'zbLjO':function(_0x9a5e10,_0x3ea21e){const _0x4b5e12=_0xe05c43;return _0x4962ff[_0x4b5e12(0x148)](_0x9a5e10,_0x3ea21e);},'vOryO':function(_0x15b37b,_0x22fcef){const _0x145561=_0xe05c43;return _0x4962ff[_0x145561(0x1c6)](_0x15b37b,_0x22fcef);},'zyCLm':_0x4962ff[_0xe05c43(0x17c)],'Usrxv':function(_0x3cb533,_0x510555){return _0x4962ff['islIk'](_0x3cb533,_0x510555);},'MfBaB':_0x4962ff[_0xe05c43(0x160)],'xjjbd':_0x4962ff[_0xe05c43(0x18d)]};if(_0x4962ff['iWxzc'](_0x4962ff[_0xe05c43(0x1c0)],_0x4962ff[_0xe05c43(0x156)]))_0x1e77cf['log'](_0x4962ff[_0xe05c43(0x1ac)](_0x4962ff[_0xe05c43(0x18d)],_0x5b5e7a[_0x28de3a][_0xe05c43(0x1c9)][_0xe05c43(0x15a)]()));else{if(_0x369006['actionLocation']&&_0x369006[_0xe05c43(0x133)])_0x4962ff[_0xe05c43(0x147)](_0x4962ff['AwHGE'],_0x4962ff['wutXc'])?(_0x285ed8=!![],console['log'](_0x4962ff[_0xe05c43(0x1ac)](_0x4962ff[_0xe05c43(0x1d2)](_0x4962ff[_0xe05c43(0x18b)](_0x4962ff[_0xe05c43(0x1dd)],_0x22c92a[_0x369006[_0xe05c43(0x133)]['line']][_0xe05c43(0x1b5)]),_0x4962ff[_0xe05c43(0x174)]),_0x369006[_0xe05c43(0x1b8)][_0xe05c43(0x1c9)]['toUpperCase']())),_0x4962ff['islIk'](_0x501bc7,_0x369006[_0xe05c43(0x1b8)][_0xe05c43(0x1c9)][_0xe05c43(0x15a)]())):this[_0xe05c43(0x15d)](_0x49a53f);else{if(_0x369006[_0xe05c43(0x19e)]){if(_0x4962ff['iWxzc'](_0x4962ff[_0xe05c43(0x197)],_0x4962ff[_0xe05c43(0x197)]))!_0x369006[_0xe05c43(0x19e)]['uri'][_0xe05c43(0x198)](_0x4962ff[_0xe05c43(0x17c)])&&(_0x4962ff['xPeBg'](_0x4962ff['mjAIf'],_0x4962ff[_0xe05c43(0x126)])?(_0x19c3fe[_0x21ceb7[_0xe05c43(0x130)](_0x21ceb7[_0xe05c43(0x130)](_0x397c7b[_0xe05c43(0x19f)][_0xe05c43(0x18f)][_0xe05c43(0x132)],_0x21ceb7[_0xe05c43(0x17d)]),_0xde9e89[_0xe05c43(0x14d)][_0xe05c43(0x132)])]=_0x130af2,_0x255840['log'](_0x21ceb7['wjMlJ'](_0x5d5701,'\x0a'))):(_0x4962ff[_0xe05c43(0x135)](_0x501bc7,_0x369006['result'][_0xe05c43(0x1c9)]['toUpperCase']()),_0x285ed8?_0x4962ff[_0xe05c43(0x13b)](_0x4962ff[_0xe05c43(0x199)],_0x4962ff[_0xe05c43(0x158)])?_0x3273ec+=0x1:console[_0xe05c43(0x14e)](_0x4962ff[_0xe05c43(0x1d6)](_0x4962ff[_0xe05c43(0x160)],_0x369006[_0xe05c43(0x1b8)][_0xe05c43(0x1c9)]['toUpperCase']())):_0x4962ff[_0xe05c43(0x147)](_0x4962ff[_0xe05c43(0x1a3)],_0x4962ff[_0xe05c43(0x1a3)])?(_0x56142f[_0xf06be9['name']]=_0x1c3d7b,_0x51de0d[_0xe05c43(0x14e)](_0x4962ff[_0xe05c43(0x18b)](_0x1df2f4,'\x0a'))):console[_0xe05c43(0x14e)](_0x4962ff[_0xe05c43(0x16c)](_0x4962ff[_0xe05c43(0x18d)],_0x369006[_0xe05c43(0x1b8)][_0xe05c43(0x1c9)]['toUpperCase']()))));else{_0x58acc0=!![];const _0x551879=_0x21ceb7['EVbJY'](_0x20a695,_0x46949f[_0x432dc4],[_0x21ceb7[_0xe05c43(0x143)],_0x21ceb7['gljbT']]);_0x551879&&(_0x3ba8b9[_0x21ceb7[_0xe05c43(0x16a)](_0x21ceb7[_0xe05c43(0x1d0)](_0x1b30d7[_0xe05c43(0x19f)][_0xe05c43(0x18f)][_0xe05c43(0x132)],_0x21ceb7[_0xe05c43(0x17d)]),_0x549b57[_0xe05c43(0x14d)]['name'])]=_0x551879,_0x3665fb[_0xe05c43(0x14e)](_0x21ceb7[_0xe05c43(0x168)](_0x551879,'\x0a')));}}}if(_0x4962ff[_0xe05c43(0x13f)](_0x369006['result'][_0xe05c43(0x1c9)][_0xe05c43(0x15a)](),_0x4962ff[_0xe05c43(0x1d8)])){if(_0x4962ff[_0xe05c43(0x1ae)](_0x4962ff[_0xe05c43(0x172)],_0x4962ff['symMe'])){const _0x293645=_0x4962ff[_0xe05c43(0x155)](nestedKeyValue,_0x369006,[_0x4962ff[_0xe05c43(0x1b6)],_0x4962ff['NxQGI'],_0x4962ff[_0xe05c43(0x1e8)]]);_0x293645&&(_0x4962ff['ccIIx'](_0x4962ff[_0xe05c43(0x136)],_0x4962ff['mpBWf'])?(testsErrorMessage[_0x2154f2[_0xe05c43(0x132)]]=_0x293645,console['log'](_0x4962ff[_0xe05c43(0x195)](_0x293645,'\x0a'))):!_0x468dd5[_0xe05c43(0x19e)][_0xe05c43(0x14c)][_0xe05c43(0x198)](_0x21ceb7[_0xe05c43(0x162)])&&(_0x21ceb7[_0xe05c43(0x1e6)](_0x4408c8,_0x31d155[_0x6dce22][_0xe05c43(0x1c9)][_0xe05c43(0x15a)]()),_0x5c5b29?_0x1a800d[_0xe05c43(0x14e)](_0x21ceb7[_0xe05c43(0x168)](_0x21ceb7[_0xe05c43(0x1a1)],_0x2ce267[_0x3ef30f][_0xe05c43(0x1c9)][_0xe05c43(0x15a)]())):_0x43d65e[_0xe05c43(0x14e)](_0x21ceb7[_0xe05c43(0x16a)](_0x21ceb7['xjjbd'],_0x2b990e[_0x1240ec][_0xe05c43(0x1c9)][_0xe05c43(0x15a)]())))),_0x1df68e=!![];}else _0x17d11f=!![],_0xc48b12[_0xe05c43(0x14e)](_0x4962ff[_0xe05c43(0x1ac)](_0x4962ff[_0xe05c43(0x16c)](_0x4962ff[_0xe05c43(0x1c6)](_0x4962ff['xOifS'],_0x2bb795[_0x51c3b7[_0xe05c43(0x133)][_0xe05c43(0x13e)]]['text']),_0x4962ff[_0xe05c43(0x174)]),_0x11b9bd[_0xe05c43(0x1b8)][_0xe05c43(0x1c9)][_0xe05c43(0x15a)]())),_0x4962ff[_0xe05c43(0x138)](_0x21ccce,_0x5ac7e7['result']['status']['toUpperCase']());}}});}else _0x1ff8dd+=0x1;}else{const _0x1a0c01=this[_0x437333(0x177)]['getTestCaseAttempt'](_0x5518e3);console['log'](_0x4962ff[_0x437333(0x17a)](_0x4962ff['MqwjY'](_0x4962ff[_0x437333(0x1c4)]('\x20\x20',_0x1a0c01[_0x437333(0x19f)]['feature'][_0x437333(0x132)]),_0x4962ff['cbXcl']),_0x1a0c01[_0x437333(0x14d)][_0x437333(0x132)]));var _0x22c92a=(0x0,pickleParser[_0x437333(0x1aa)])(_0x1a0c01[_0x437333(0x14d)]);let _0x442ca8=_0x1a0c01[_0x437333(0x169)]['steps'],_0x1f6aea=_0x1a0c01[_0x437333(0x1de)],_0x5d57bc=_0x442ca8['length'];for(let _0x3d7ac2=0x0;_0x4962ff['mJLxN'](_0x3d7ac2,_0x5d57bc);_0x3d7ac2++){let _0x1f6f46=_0x442ca8[_0x3d7ac2];if(_0x1f6f46[_0x437333(0x19e)]&&_0x1f6f46[_0x437333(0x133)])_0x4962ff[_0x437333(0x1db)](_0x4962ff['MVbLQ'],_0x4962ff[_0x437333(0x19a)])?(_0x285ed8=!![],console[_0x437333(0x14e)](_0x4962ff[_0x437333(0x17a)](_0x4962ff[_0x437333(0x145)](_0x4962ff[_0x437333(0x140)](_0x4962ff['xOifS'],_0x22c92a[_0x1f6f46['sourceLocation']['line']][_0x437333(0x1b5)]),_0x4962ff[_0x437333(0x174)]),_0x1f6aea[_0x3d7ac2][_0x437333(0x1c9)][_0x437333(0x15a)]())),_0x4962ff[_0x437333(0x138)](_0x501bc7,_0x1f6aea[_0x3d7ac2][_0x437333(0x1c9)]['toUpperCase']())):(_0xd83e0d=!![],_0x2a3116['log'](_0x4962ff[_0x437333(0x1d2)](_0x4962ff[_0x437333(0x148)](_0x4962ff[_0x437333(0x1cb)](_0x4962ff[_0x437333(0x1dd)],_0x2e5e0a[_0x1951f3[_0x437333(0x133)]['line']]['text']),_0x4962ff['cbXcl']),_0x7d5773[_0x1b98db]['status'][_0x437333(0x15a)]())),_0x4962ff[_0x437333(0x13d)](_0x26fe05,_0x4d540c[_0x5512ec]['status'][_0x437333(0x15a)]()));else{if(_0x1f6f46[_0x437333(0x19e)]){if(_0x4962ff[_0x437333(0x139)](_0x4962ff[_0x437333(0x1d1)],_0x4962ff[_0x437333(0x125)])){if(!_0x1f6f46[_0x437333(0x19e)][_0x437333(0x14c)][_0x437333(0x198)](_0x4962ff[_0x437333(0x17c)])){if(_0x4962ff['iWxzc'](_0x4962ff[_0x437333(0x1ce)],_0x4962ff[_0x437333(0x1da)]))_0x4962ff['VTApr'](_0x43b9d6,_0x388727[_0x437333(0x1b8)]['status'][_0x437333(0x15a)]()),_0x3c3f4d?_0xcdafae[_0x437333(0x14e)](_0x4962ff[_0x437333(0x163)](_0x4962ff[_0x437333(0x160)],_0x50bede[_0x437333(0x1b8)][_0x437333(0x1c9)][_0x437333(0x15a)]())):_0x185524[_0x437333(0x14e)](_0x4962ff['VogwE'](_0x4962ff[_0x437333(0x18d)],_0x3f131f[_0x437333(0x1b8)][_0x437333(0x1c9)][_0x437333(0x15a)]()));else{_0x4962ff[_0x437333(0x1cd)](_0x501bc7,_0x1f6aea[_0x3d7ac2]['status']['toUpperCase']());if(_0x285ed8){if(_0x4962ff[_0x437333(0x1ae)](_0x4962ff[_0x437333(0x17e)],_0x4962ff['jSUEo']))console['log'](_0x4962ff['PMQWg'](_0x4962ff[_0x437333(0x160)],_0x1f6aea[_0x3d7ac2][_0x437333(0x1c9)][_0x437333(0x15a)]()));else{let _0x65a1a3;if(_0x4962ff[_0x437333(0x1cf)](_0xe18f2f[_0x437333(0x16e)]['CONFIG'],_0x4983b6)){let _0x322e68=_0x5cb1f0[_0x437333(0x12d)](_0x36f73a['env'][_0x437333(0x1ad)]);_0x65a1a3=_0x322e68[_0x437333(0x1c1)];}_0x4962ff['xPeBg'](_0x65a1a3,_0x356ae8)&&(_0x4d4f1a['__platform']=_0x4962ff['islIk'](_0x46ce6f,_0x65a1a3),_0x58ee0a[_0x437333(0x14e)](_0x437333(0x161)+_0x50942e['__platform']));}}else{if(_0x4962ff[_0x437333(0x142)](_0x4962ff[_0x437333(0x13c)],_0x4962ff[_0x437333(0x1b4)]))console[_0x437333(0x14e)](_0x4962ff['cKdQm'](_0x4962ff[_0x437333(0x18d)],_0x1f6aea[_0x3d7ac2][_0x437333(0x1c9)][_0x437333(0x15a)]()));else{const _0x3088a8=_0x4962ff[_0x437333(0x155)](_0x455006,_0x556229,[_0x4962ff[_0x437333(0x1b6)],_0x4962ff[_0x437333(0x1a9)],_0x4962ff['XkmEo']]);_0x3088a8&&(_0x11eca4[_0x238cce[_0x437333(0x132)]]=_0x3088a8,_0x521f4e[_0x437333(0x14e)](_0x4962ff['Jcxcn'](_0x3088a8,'\x0a'))),_0x2a2101=!![];}}}}}else!_0x41373d[_0x437333(0x19e)][_0x437333(0x14c)][_0x437333(0x198)](_0x4962ff[_0x437333(0x17c)])&&(_0x4962ff[_0x437333(0x1d4)](_0x2c5bb9,_0x9059e7[_0x437333(0x1b8)][_0x437333(0x1c9)][_0x437333(0x15a)]()),_0x3146fd?_0x45484b['log'](_0x4962ff[_0x437333(0x16c)](_0x4962ff[_0x437333(0x160)],_0x76c96c['result']['status'][_0x437333(0x15a)]())):_0xb889de['log'](_0x4962ff[_0x437333(0x1ba)](_0x4962ff[_0x437333(0x18d)],_0x21f3c5[_0x437333(0x1b8)][_0x437333(0x1c9)][_0x437333(0x15a)]())));}}if(_0x4962ff[_0x437333(0x13f)](_0x1f6aea[_0x3d7ac2][_0x437333(0x1c9)][_0x437333(0x15a)](),_0x4962ff[_0x437333(0x1d8)])){_0x1df68e=!![];const _0x33e368=_0x4962ff[_0x437333(0x12a)](nestedKeyValue,_0x1f6aea[_0x3d7ac2],[_0x4962ff[_0x437333(0x1a9)],_0x4962ff[_0x437333(0x1e8)]]);_0x33e368&&(testsErrorMessage[_0x4962ff[_0x437333(0x17a)](_0x4962ff[_0x437333(0x180)](_0x1a0c01[_0x437333(0x19f)]['feature'][_0x437333(0x132)],_0x4962ff[_0x437333(0x174)]),_0x1a0c01['pickle'][_0x437333(0x132)])]=_0x33e368,console['log'](_0x4962ff[_0x437333(0x19d)](_0x33e368,'\x0a')));}}}_0x1df68e&&(testSuitesFailed+=0x1),console[_0x437333(0x14e)]('\x0a');}}module[a4_0xefdb7b(0x1b3)]=BrowserstackFormatter;
|
|
1
|
+
const a4_0x40f81a=a4_0x4cac;(function(_0x1e8bb7,_0x540f7d){const _0x2a62f3=a4_0x4cac,_0x17a97f=_0x1e8bb7();while(!![]){try{const _0x5c4978=parseInt(_0x2a62f3(0x1e9))/0x1+parseInt(_0x2a62f3(0x1a5))/0x2+-parseInt(_0x2a62f3(0x165))/0x3*(parseInt(_0x2a62f3(0x1cc))/0x4)+-parseInt(_0x2a62f3(0x1b4))/0x5+parseInt(_0x2a62f3(0x1e4))/0x6+parseInt(_0x2a62f3(0x1be))/0x7+-parseInt(_0x2a62f3(0x1c3))/0x8*(parseInt(_0x2a62f3(0x1bd))/0x9);if(_0x5c4978===_0x540f7d)break;else _0x17a97f['push'](_0x17a97f['shift']());}catch(_0x17febf){_0x17a97f['push'](_0x17a97f['shift']());}}}(a4_0x2832,0xeea11));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a4_0x40f81a(0x1fd)),pickleParser=requireModule(a4_0x40f81a(0x206));class BrowserstackFormatter extends Formatter{constructor(_0x465a1a){const _0x57020f=a4_0x40f81a,_0x510fbc={'NrFqV':function(_0x6eed5,_0x425310){return _0x6eed5+_0x425310;},'EAoGe':_0x57020f(0x174),'atEFS':function(_0xf27d98,_0x1eb520){return _0xf27d98+_0x1eb520;},'nBxCG':function(_0x5608ec,_0x4ec137){return _0x5608ec!==_0x4ec137;},'bABGV':_0x57020f(0x1e5),'hWhzG':function(_0x5b7d74,_0x41e67d){return _0x5b7d74!==_0x41e67d;},'VglMq':function(_0x4fba72,_0x2e8f81){return _0x4fba72===_0x2e8f81;},'LBKDT':'ewFXd','YveMc':_0x57020f(0x184),'JbMKz':function(_0x3d2e19,_0x83072e){return _0x3d2e19===_0x83072e;},'hZHbF':_0x57020f(0x1a6),'bTsHY':function(_0x93befe,_0x33c6f0){return _0x93befe(_0x33c6f0);},'KunBP':function(_0x47462d,_0x13ecdb,_0x43360a){return _0x47462d(_0x13ecdb,_0x43360a);},'YRgvC':_0x57020f(0x17a),'Iezjd':_0x57020f(0x197),'Ogbem':_0x57020f(0x190),'RmqLj':function(_0x10b5cb,_0x29f64a){return _0x10b5cb+_0x29f64a;},'XgZlt':_0x57020f(0x1f4),'ldzDq':_0x57020f(0x16d),'cgsta':function(_0x221a33,_0x1d22a2){return _0x221a33===_0x1d22a2;},'TlVos':_0x57020f(0x1bc),'rHOeq':_0x57020f(0x1d5),'xaoQW':_0x57020f(0x16b),'ekdML':function(_0x2d4f85,_0x3ba839){return _0x2d4f85+_0x3ba839;},'bQKEB':function(_0x211c97,_0xc05d98){return _0x211c97+_0xc05d98;},'rhnjr':function(_0x1813a0,_0xf2bcfc){return _0x1813a0+_0xf2bcfc;},'hChVW':'\x20\x20\x20\x20','RVjRA':_0x57020f(0x191),'kAoup':function(_0x52625b,_0x36f54e){return _0x52625b(_0x36f54e);},'Eefly':function(_0x2bce54,_0x26f56d){return _0x2bce54===_0x26f56d;},'ZznLA':'uHTFh','KNUCl':_0x57020f(0x1dd),'wGPqA':'test-case-started','xhzhV':_0x57020f(0x18a),'ZteHu':_0x57020f(0x173),'GypbB':_0x57020f(0x1da)};super(_0x465a1a),_0x465a1a['eventBroadcaster']['on'](_0x510fbc['KNUCl'],()=>{const _0x31bf6e=_0x57020f,_0x21935e={'nhBzY':function(_0x1970b4,_0x2ef0d3){const _0x122264=a4_0x4cac;return _0x510fbc[_0x122264(0x20f)](_0x1970b4,_0x2ef0d3);}};if(_0x510fbc[_0x31bf6e(0x1fa)](_0x510fbc[_0x31bf6e(0x16f)],_0x510fbc[_0x31bf6e(0x16f)]))_0x35a412-=0x2;else{let _0x50b3c0;if(_0x510fbc[_0x31bf6e(0x1cf)](process[_0x31bf6e(0x17c)][_0x31bf6e(0x217)],undefined)){if(_0x510fbc['VglMq'](_0x510fbc[_0x31bf6e(0x175)],_0x510fbc['YveMc']))_0x521274['log'](_0x510fbc[_0x31bf6e(0x1f9)](_0x510fbc[_0x31bf6e(0x198)],_0xee23d1[_0x31bf6e(0x17a)][_0x31bf6e(0x208)]['toUpperCase']()));else{let _0x5c4e79=JSON[_0x31bf6e(0x1c6)](process[_0x31bf6e(0x17c)][_0x31bf6e(0x217)]);_0x50b3c0=_0x5c4e79['capability'];}}_0x510fbc[_0x31bf6e(0x1fa)](_0x50b3c0,undefined)&&(_0x510fbc[_0x31bf6e(0x1d1)](_0x510fbc[_0x31bf6e(0x19c)],_0x510fbc[_0x31bf6e(0x19c)])?(global[_0x31bf6e(0x199)]=_0x510fbc[_0x31bf6e(0x195)](getPlatformName,_0x50b3c0),console[_0x31bf6e(0x1b5)](_0x31bf6e(0x1fc)+global[_0x31bf6e(0x199)])):_0x4d865e[_0x31bf6e(0x1b5)](_0x21935e[_0x31bf6e(0x20e)](_0x21935e[_0x31bf6e(0x20e)]('\x0a',_0x1624bf[_0x31bf6e(0x199)]),'\x0a')));}}),_0x465a1a[_0x57020f(0x19f)]['on'](_0x510fbc['wGPqA'],()=>{const _0x194e42=_0x57020f,_0x128a35={'LHFTo':function(_0x1c2246,_0x8a6f0d,_0x2bed78){const _0x5e3cc2=a4_0x4cac;return _0x510fbc[_0x5e3cc2(0x1f1)](_0x1c2246,_0x8a6f0d,_0x2bed78);},'ZpSuU':_0x510fbc[_0x194e42(0x1c2)],'rWbKq':_0x510fbc['Iezjd'],'eYZPe':_0x510fbc[_0x194e42(0x189)],'VKxDK':function(_0x4c5798,_0x3df79f){const _0x30bab8=_0x194e42;return _0x510fbc[_0x30bab8(0x1d4)](_0x4c5798,_0x3df79f);}};if(_0x510fbc['nBxCG'](_0x510fbc[_0x194e42(0x1aa)],_0x510fbc[_0x194e42(0x1bf)]))testSuites+=0x1;else{const _0x379bca=_0x128a35[_0x194e42(0x1a2)](_0x1ee0d0,_0xe0bab0,[_0x128a35[_0x194e42(0x214)],_0x128a35['rWbKq'],_0x128a35['eYZPe']]);_0x379bca&&(_0x4c6256[_0x4805fd[_0x194e42(0x176)]]=_0x379bca,_0x532108['log'](_0x128a35[_0x194e42(0x207)](_0x379bca,'\x0a'))),_0x41707f=!![];}}),_0x465a1a['eventBroadcaster']['on'](_0x510fbc[_0x57020f(0x179)],_0x53aaa3=>{const _0x5aed1b=_0x57020f;_0x510fbc[_0x5aed1b(0x17e)](_0x510fbc[_0x5aed1b(0x1e7)],_0x510fbc[_0x5aed1b(0x1fb)])?(_0x362aec[_0x5d3a7a[_0x5aed1b(0x176)]]=_0x396e99,_0x58a271[_0x5aed1b(0x1b5)](_0x510fbc[_0x5aed1b(0x1f9)](_0x1c6782,'\x0a'))):this['logTestCaseFinished'](_0x53aaa3);}),_0x465a1a[_0x57020f(0x19f)]['on'](_0x510fbc[_0x57020f(0x17b)],()=>{const _0x50f017=_0x57020f;_0x510fbc[_0x50f017(0x1d1)](_0x510fbc[_0x50f017(0x1c7)],_0x510fbc['xaoQW'])?totalTests-=0x2:_0x48600f+=0x1;}),_0x465a1a[_0x57020f(0x19f)]['on'](_0x510fbc[_0x57020f(0x1bb)],()=>{const _0x1131c9=_0x57020f;_0x510fbc[_0x1131c9(0x1a7)](_0x510fbc[_0x1131c9(0x1ae)],_0x510fbc[_0x1131c9(0x1ae)])?totalTests+=0x1:(_0x5666cf=!![],_0x428506[_0x1131c9(0x1b5)](_0x510fbc[_0x1131c9(0x17f)](_0x510fbc['bQKEB'](_0x510fbc[_0x1131c9(0x212)](_0x510fbc[_0x1131c9(0x18c)],_0x1b855f[_0x3cee89[_0x1131c9(0x20c)][_0x1131c9(0x203)]][_0x1131c9(0x1ef)]),_0x510fbc[_0x1131c9(0x171)]),_0x25bc24[_0x1131c9(0x17a)][_0x1131c9(0x208)][_0x1131c9(0x1e1)]())),_0x510fbc[_0x1131c9(0x215)](_0x12a660,_0x4d3cba[_0x1131c9(0x17a)][_0x1131c9(0x208)][_0x1131c9(0x1e1)]()));});}[a4_0x40f81a(0x177)](_0x9a95ae){const _0x3245a1=a4_0x40f81a,_0x281f39={'bCAEB':function(_0x102f97,_0x31adce){return _0x102f97!==_0x31adce;},'ERWld':_0x3245a1(0x1b2),'KscRL':_0x3245a1(0x1c8),'BYzNm':_0x3245a1(0x166),'nCWkz':_0x3245a1(0x202),'Yedtz':_0x3245a1(0x1d8),'wtfGa':'UNDEFINED','COUDh':_0x3245a1(0x218),'gYZSB':_0x3245a1(0x186),'wGIjD':function(_0x43455e,_0x20969b){return _0x43455e(_0x20969b);},'mJuth':function(_0x24dc7b,_0x5a5842){return _0x24dc7b+_0x5a5842;},'ibFSu':'\x20\x20\x20\x20AFTER\x20-\x20','jWAhb':'\x20\x20\x20\x20BEFORE\x20-\x20','jlZdn':_0x3245a1(0x1ed),'VLAjo':function(_0x4e3dec,_0x2ffdbd){return _0x4e3dec(_0x2ffdbd);},'EziCy':function(_0x419208,_0x1c3706){return _0x419208+_0x1c3706;},'ZjVnJ':function(_0x4c6d79,_0x181266){return _0x4c6d79+_0x181266;},'nQpjh':function(_0x40e2a5,_0x3244e1){return _0x40e2a5+_0x3244e1;},'ndtDW':_0x3245a1(0x1b8),'pPajL':_0x3245a1(0x191),'NwMAk':function(_0x59f217,_0x6ecc81){return _0x59f217!==_0x6ecc81;},'wTPTS':'ASkNx','asfHW':'jEqUv','TmMqZ':_0x3245a1(0x1ce),'PBOsd':_0x3245a1(0x1df),'ZUETi':function(_0x39086e,_0x4251db){return _0x39086e+_0x4251db;},'ABlKS':function(_0x2ec8be,_0x3157c0){return _0x2ec8be+_0x3157c0;},'vixEL':function(_0x1cc2d2,_0x221a2d){return _0x1cc2d2(_0x221a2d);},'SFEhO':_0x3245a1(0x1b1),'fhOrJ':_0x3245a1(0x1af),'raQuI':function(_0x199824,_0x4b6e5d){return _0x199824!==_0x4b6e5d;},'ANlHw':_0x3245a1(0x1f3),'ulEje':_0x3245a1(0x18b),'OQVoK':function(_0x528dbf,_0x204154){return _0x528dbf(_0x204154);},'zJmQO':function(_0x1223d8,_0x18ade6){return _0x1223d8===_0x18ade6;},'Nhbhe':_0x3245a1(0x209),'JBTwu':_0x3245a1(0x20a),'Iztsc':'TvoXg','Xwqvh':function(_0x12b131,_0xe7665f){return _0x12b131+_0xe7665f;},'ehqWR':function(_0x1adade,_0x380fea){return _0x1adade==_0x380fea;},'FBbLd':'IuWFP','UWsjo':function(_0x198c06,_0x3a40d6,_0x350c60){return _0x198c06(_0x3a40d6,_0x350c60);},'shyiU':_0x3245a1(0x17a),'Obgpd':_0x3245a1(0x197),'FJnaw':_0x3245a1(0x190),'JyJks':'UBljv','DUQmw':_0x3245a1(0x1b6),'gwQxQ':function(_0x5b9c33,_0x23fe40){return _0x5b9c33!==_0x23fe40;},'HZClL':function(_0x26ce6b,_0x1e94cb){return _0x26ce6b+_0x1e94cb;},'QCBxQ':function(_0x90301b,_0x6cc4f4){return _0x90301b(_0x6cc4f4);},'cAnpH':function(_0x2a1adb,_0x3760be){return _0x2a1adb+_0x3760be;},'Obuah':_0x3245a1(0x213),'qBMct':_0x3245a1(0x1ff),'rfHCf':function(_0x40b2b2,_0x4bb08d){return _0x40b2b2+_0x4bb08d;},'mCyux':_0x3245a1(0x1e3),'gYRGT':'pFras','LuPTm':_0x3245a1(0x167),'dDUIr':function(_0x339b9c,_0x3dd45a){return _0x339b9c+_0x3dd45a;},'EvAJM':function(_0x30f201,_0x5ab9c4){return _0x30f201<_0x5ab9c4;},'LVajR':function(_0x5a6733,_0x117d59){return _0x5a6733!==_0x117d59;},'cPdKn':'QxDmH','rAmhv':function(_0x194af8,_0x499eca){return _0x194af8+_0x499eca;},'eDiHH':_0x3245a1(0x1ec),'ksUjd':_0x3245a1(0x1ca),'AdLhZ':'IpPrs','OTtIQ':function(_0x46389c,_0x27b56e){return _0x46389c===_0x27b56e;},'VJpea':_0x3245a1(0x205),'oZXNE':function(_0x11dac1,_0x57f309){return _0x11dac1+_0x57f309;},'jOrgQ':function(_0x3125d7,_0x503ed0){return _0x3125d7==_0x503ed0;},'OKfXj':function(_0x59f9ca,_0x50a1ad,_0x38ffb3){return _0x59f9ca(_0x50a1ad,_0x38ffb3);},'ZtOgy':function(_0x3edad1,_0x316840){return _0x3edad1+_0x316840;}};let _0x2b5350=![];function _0x2befe5(_0x30242a){const _0x4a7870=_0x3245a1;if(_0x281f39[_0x4a7870(0x1fe)](_0x281f39['ERWld'],_0x281f39[_0x4a7870(0x1b9)]))_0x281220+=0x1;else switch(_0x30242a){case _0x281f39[_0x4a7870(0x19e)]:testsFailed+=0x1;break;case _0x281f39[_0x4a7870(0x1d6)]:testsPassed+=0x1;break;case _0x281f39[_0x4a7870(0x1e2)]:testsSkipped+=0x1;break;case _0x281f39[_0x4a7870(0x168)]:testsPending+=0x1;break;case _0x281f39['wtfGa']:testsUndefined+=0x1;break;case _0x281f39[_0x4a7870(0x1de)]:testsUnknown+=0x1;break;case _0x281f39[_0x4a7870(0x187)]:testsAmbiguous+=0x1;break;default:break;}}_0x281f39[_0x3245a1(0x1a8)](global[_0x3245a1(0x199)],undefined)&&(_0x281f39['raQuI'](_0x281f39['Obuah'],_0x281f39[_0x3245a1(0x178)])?console[_0x3245a1(0x1b5)](_0x281f39['rfHCf'](_0x281f39[_0x3245a1(0x188)]('\x0a',global[_0x3245a1(0x199)]),'\x0a')):(_0x281f39[_0x3245a1(0x180)](_0x12ca4b,_0x5496ba[_0x1fa4fe]['status'][_0x3245a1(0x1e1)]()),_0x40a141?_0x57f7f5[_0x3245a1(0x1b5)](_0x281f39[_0x3245a1(0x1f7)](_0x281f39[_0x3245a1(0x181)],_0x4aad70[_0x3b01b1][_0x3245a1(0x208)][_0x3245a1(0x1e1)]())):_0x3bd581[_0x3245a1(0x1b5)](_0x281f39[_0x3245a1(0x1f7)](_0x281f39[_0x3245a1(0x1f2)],_0x2641b0[_0x332e41][_0x3245a1(0x208)]['toUpperCase']()))));let _0x119578=![];if(_0x281f39[_0x3245a1(0x1fe)](typeof this[_0x3245a1(0x211)][_0x3245a1(0x216)],_0x281f39[_0x3245a1(0x1db)])){if(_0x281f39[_0x3245a1(0x1fe)](_0x281f39[_0x3245a1(0x1c5)],_0x281f39[_0x3245a1(0x18f)])){var _0x176748=this[_0x3245a1(0x211)]['getTestCaseData'](_0x9a95ae[_0x3245a1(0x20c)]),_0x2650c8=_0x176748[_0x3245a1(0x18d)],_0x6a5ac9=_0x176748['testCase'];console[_0x3245a1(0x1b5)](_0x281f39['dDUIr']('\x20\x20',_0x2650c8[_0x3245a1(0x176)]));var _0x55a7a2=(0x0,pickleParser[_0x3245a1(0x20d)])(_0x2650c8);_0x6a5ac9[_0x3245a1(0x1c0)][_0x3245a1(0x1a9)](function(_0x1eeafc){const _0x4afb53=_0x3245a1,_0xfa99ba={'PCFWU':function(_0x15d969,_0x256440){return _0x281f39['ZjVnJ'](_0x15d969,_0x256440);},'xjMJO':_0x281f39[_0x4afb53(0x181)],'MoqHP':function(_0x4e35d5,_0x3ac88e){const _0x4183ba=_0x4afb53;return _0x281f39[_0x4183ba(0x1b7)](_0x4e35d5,_0x3ac88e);},'astwE':function(_0x5148c2,_0x59e46d){const _0xc7da82=_0x4afb53;return _0x281f39[_0xc7da82(0x1e6)](_0x5148c2,_0x59e46d);},'ZXTxR':function(_0x249354,_0x45054c){const _0x121138=_0x4afb53;return _0x281f39[_0x121138(0x1f7)](_0x249354,_0x45054c);},'rWDsR':_0x281f39['ndtDW'],'oXcIf':_0x281f39[_0x4afb53(0x1f5)],'TJYCQ':function(_0x2b9c77,_0x5620bb){const _0x1fb44f=_0x4afb53;return _0x281f39[_0x1fb44f(0x180)](_0x2b9c77,_0x5620bb);}};if(_0x281f39['NwMAk'](_0x281f39['wTPTS'],_0x281f39[_0x4afb53(0x169)])){if(_0x1eeafc[_0x4afb53(0x183)]&&_0x1eeafc[_0x4afb53(0x20c)])_0x281f39[_0x4afb53(0x1f0)](_0x281f39[_0x4afb53(0x1eb)],_0x281f39['PBOsd'])?(_0x2b5350=!![],console[_0x4afb53(0x1b5)](_0x281f39[_0x4afb53(0x17d)](_0x281f39[_0x4afb53(0x194)](_0x281f39[_0x4afb53(0x188)](_0x281f39[_0x4afb53(0x1f6)],_0x55a7a2[_0x1eeafc[_0x4afb53(0x20c)][_0x4afb53(0x203)]][_0x4afb53(0x1ef)]),_0x281f39[_0x4afb53(0x1f5)]),_0x1eeafc[_0x4afb53(0x17a)]['status'][_0x4afb53(0x1e1)]())),_0x281f39[_0x4afb53(0x210)](_0x2befe5,_0x1eeafc[_0x4afb53(0x17a)][_0x4afb53(0x208)][_0x4afb53(0x1e1)]())):!_0x427811[_0x4afb53(0x183)][_0x4afb53(0x1a0)]['includes'](_0x281f39[_0x4afb53(0x1cd)])&&(_0x281f39[_0x4afb53(0x180)](_0x478c34,_0x38ad9c['result']['status'][_0x4afb53(0x1e1)]()),_0x302ef8?_0x297eba[_0x4afb53(0x1b5)](_0x281f39[_0x4afb53(0x1f7)](_0x281f39[_0x4afb53(0x181)],_0x237cf9[_0x4afb53(0x17a)][_0x4afb53(0x208)]['toUpperCase']())):_0x82e832[_0x4afb53(0x1b5)](_0x281f39['mJuth'](_0x281f39[_0x4afb53(0x1f2)],_0x4e7aff[_0x4afb53(0x17a)][_0x4afb53(0x208)][_0x4afb53(0x1e1)]())));else{if(_0x1eeafc['actionLocation']){if(_0x281f39[_0x4afb53(0x1f0)](_0x281f39['SFEhO'],_0x281f39['fhOrJ']))!_0x1eeafc[_0x4afb53(0x183)][_0x4afb53(0x1a0)][_0x4afb53(0x196)](_0x281f39['jlZdn'])&&(_0x281f39['raQuI'](_0x281f39[_0x4afb53(0x1e0)],_0x281f39[_0x4afb53(0x1c1)])?(_0x281f39[_0x4afb53(0x16a)](_0x2befe5,_0x1eeafc['result'][_0x4afb53(0x208)]['toUpperCase']()),_0x2b5350?_0x281f39[_0x4afb53(0x19b)](_0x281f39[_0x4afb53(0x1d3)],_0x281f39[_0x4afb53(0x1d3)])?console[_0x4afb53(0x1b5)](_0x281f39[_0x4afb53(0x194)](_0x281f39[_0x4afb53(0x181)],_0x1eeafc['result']['status'][_0x4afb53(0x1e1)]())):_0x415d7b['log'](_0xfa99ba[_0x4afb53(0x1d2)](_0xfa99ba['xjMJO'],_0x5a27e1[_0x1d2718]['status'][_0x4afb53(0x1e1)]())):_0x281f39[_0x4afb53(0x1a8)](_0x281f39['JBTwu'],_0x281f39['Iztsc'])?console[_0x4afb53(0x1b5)](_0x281f39['Xwqvh'](_0x281f39[_0x4afb53(0x1f2)],_0x1eeafc['result']['status']['toUpperCase']())):(_0x3e27f8[_0x4afb53(0x199)]=_0x281f39[_0x4afb53(0x180)](_0x265f4f,_0x2af9e0),_0x2f304d[_0x4afb53(0x1b5)](_0x4afb53(0x1fc)+_0x17e0df[_0x4afb53(0x199)]))):!_0x343fa8[_0x4afb53(0x183)][_0x4afb53(0x1a0)][_0x4afb53(0x196)](_0x281f39[_0x4afb53(0x1cd)])&&(_0x281f39[_0x4afb53(0x1c4)](_0x61ea1f,_0x28344a[_0x166cbc][_0x4afb53(0x208)]['toUpperCase']()),_0x61f119?_0x50b0d2[_0x4afb53(0x1b5)](_0x281f39['mJuth'](_0x281f39[_0x4afb53(0x181)],_0x60954d[_0x1a9a83][_0x4afb53(0x208)][_0x4afb53(0x1e1)]())):_0xa25aa0[_0x4afb53(0x1b5)](_0x281f39['mJuth'](_0x281f39[_0x4afb53(0x1f2)],_0x24f0a3[_0x38773f][_0x4afb53(0x208)][_0x4afb53(0x1e1)]()))));else{let _0x567f45=_0x14173a[_0x4afb53(0x1c6)](_0x102499['env'][_0x4afb53(0x217)]);_0x3cd1a7=_0x567f45[_0x4afb53(0x1d0)];}}}if(_0x281f39['ehqWR'](_0x1eeafc[_0x4afb53(0x17a)][_0x4afb53(0x208)][_0x4afb53(0x1e1)](),_0x281f39['KscRL'])){if(_0x281f39['zJmQO'](_0x281f39[_0x4afb53(0x185)],_0x281f39[_0x4afb53(0x185)])){const _0x37201c=_0x281f39['UWsjo'](nestedKeyValue,_0x1eeafc,[_0x281f39[_0x4afb53(0x20b)],_0x281f39[_0x4afb53(0x19d)],_0x281f39[_0x4afb53(0x1d9)]]);_0x37201c&&(_0x281f39[_0x4afb53(0x1a8)](_0x281f39[_0x4afb53(0x192)],_0x281f39[_0x4afb53(0x1ee)])?(testsErrorMessage[_0x2650c8[_0x4afb53(0x176)]]=_0x37201c,console[_0x4afb53(0x1b5)](_0x281f39['nQpjh'](_0x37201c,'\x0a'))):(_0x40bb8b=!![],_0x3eed90[_0x4afb53(0x1b5)](_0xfa99ba[_0x4afb53(0x1d7)](_0xfa99ba[_0x4afb53(0x1ea)](_0xfa99ba['ZXTxR'](_0xfa99ba[_0x4afb53(0x1a4)],_0x25993f[_0x149c09[_0x4afb53(0x20c)][_0x4afb53(0x203)]][_0x4afb53(0x1ef)]),_0xfa99ba[_0x4afb53(0x19a)]),_0x24a61e[_0x543ef3][_0x4afb53(0x208)][_0x4afb53(0x1e1)]())),_0xfa99ba[_0x4afb53(0x200)](_0x7eee39,_0x1b7529[_0x32cc0c]['status'][_0x4afb53(0x1e1)]()))),_0x119578=!![];}else _0x5306fd[_0x4afb53(0x1b5)](_0x281f39[_0x4afb53(0x194)](_0x281f39[_0x4afb53(0x1f2)],_0x418bad[_0x5271a1][_0x4afb53(0x208)]['toUpperCase']()));}}else this[_0x4afb53(0x177)](_0x758481);});}else{let _0x48b92e;if(_0x281f39[_0x3245a1(0x1ab)](_0x8e15cb[_0x3245a1(0x17c)]['CONFIG'],_0x37785a)){let _0x158774=_0x1daffb[_0x3245a1(0x1c6)](_0x2e10ef[_0x3245a1(0x17c)]['CONFIG']);_0x48b92e=_0x158774[_0x3245a1(0x1d0)];}_0x281f39[_0x3245a1(0x1ab)](_0x48b92e,_0x4a598b)&&(_0x54649a['__platform']=_0x281f39[_0x3245a1(0x210)](_0xbe900e,_0x48b92e),_0x190b2d[_0x3245a1(0x1b5)]('Executing\x20tests\x20for\x20'+_0x2a61c8['__platform']));}}else{const _0x36cb05=this['eventDataCollector'][_0x3245a1(0x1ac)](_0x9a95ae);console[_0x3245a1(0x1b5)](_0x281f39['dDUIr'](_0x281f39[_0x3245a1(0x1b3)](_0x281f39[_0x3245a1(0x1f7)]('\x20\x20',_0x36cb05['gherkinDocument'][_0x3245a1(0x201)]['name']),_0x281f39['pPajL']),_0x36cb05[_0x3245a1(0x18d)][_0x3245a1(0x176)]));var _0x55a7a2=(0x0,pickleParser[_0x3245a1(0x20d)])(_0x36cb05['pickle']);let _0x3688d4=_0x36cb05[_0x3245a1(0x1a1)][_0x3245a1(0x1c0)],_0x5ea253=_0x36cb05[_0x3245a1(0x193)],_0x308083=_0x3688d4['length'];for(let _0x14e9a1=0x0;_0x281f39[_0x3245a1(0x1b0)](_0x14e9a1,_0x308083);_0x14e9a1++){let _0x12a8a3=_0x3688d4[_0x14e9a1];if(_0x12a8a3[_0x3245a1(0x183)]&&_0x12a8a3['sourceLocation'])_0x281f39[_0x3245a1(0x1f8)](_0x281f39['cPdKn'],_0x281f39['cPdKn'])?_0x473a9d[_0x3245a1(0x1b5)](_0x281f39[_0x3245a1(0x1e6)](_0x281f39[_0x3245a1(0x1f2)],_0x44574b[_0x3245a1(0x17a)][_0x3245a1(0x208)][_0x3245a1(0x1e1)]())):(_0x2b5350=!![],console[_0x3245a1(0x1b5)](_0x281f39[_0x3245a1(0x17d)](_0x281f39['rAmhv'](_0x281f39[_0x3245a1(0x1f7)](_0x281f39[_0x3245a1(0x1f6)],_0x55a7a2[_0x12a8a3[_0x3245a1(0x20c)][_0x3245a1(0x203)]][_0x3245a1(0x1ef)]),_0x281f39['pPajL']),_0x5ea253[_0x14e9a1][_0x3245a1(0x208)][_0x3245a1(0x1e1)]())),_0x281f39[_0x3245a1(0x16a)](_0x2befe5,_0x5ea253[_0x14e9a1][_0x3245a1(0x208)][_0x3245a1(0x1e1)]()));else{if(_0x12a8a3['actionLocation']){if(_0x281f39[_0x3245a1(0x19b)](_0x281f39[_0x3245a1(0x1cb)],_0x281f39[_0x3245a1(0x1cb)])){if(!_0x12a8a3[_0x3245a1(0x183)][_0x3245a1(0x1a0)][_0x3245a1(0x196)](_0x281f39[_0x3245a1(0x1cd)])){if(_0x281f39[_0x3245a1(0x19b)](_0x281f39[_0x3245a1(0x1a3)],_0x281f39[_0x3245a1(0x1a3)])){_0x281f39[_0x3245a1(0x180)](_0x2befe5,_0x5ea253[_0x14e9a1][_0x3245a1(0x208)]['toUpperCase']());if(_0x2b5350){if(_0x281f39[_0x3245a1(0x19b)](_0x281f39[_0x3245a1(0x1dc)],_0x281f39['AdLhZ']))console[_0x3245a1(0x1b5)](_0x281f39[_0x3245a1(0x182)](_0x281f39[_0x3245a1(0x181)],_0x5ea253[_0x14e9a1]['status']['toUpperCase']()));else{_0x20ba25=!![];const _0xd23f51=_0x281f39['UWsjo'](_0x9b44e2,_0x4fde5e[_0x446bcf],[_0x281f39[_0x3245a1(0x19d)],_0x281f39['FJnaw']]);_0xd23f51&&(_0x183b58[_0x281f39[_0x3245a1(0x1f7)](_0x281f39['EziCy'](_0x30eced[_0x3245a1(0x204)][_0x3245a1(0x201)][_0x3245a1(0x176)],_0x281f39[_0x3245a1(0x1f5)]),_0x406ca3[_0x3245a1(0x18d)][_0x3245a1(0x176)])]=_0xd23f51,_0xad1522['log'](_0x281f39[_0x3245a1(0x1b7)](_0xd23f51,'\x0a')));}}else _0x281f39[_0x3245a1(0x1ba)](_0x281f39['VJpea'],_0x281f39[_0x3245a1(0x172)])?console['log'](_0x281f39[_0x3245a1(0x16c)](_0x281f39['jWAhb'],_0x5ea253[_0x14e9a1][_0x3245a1(0x208)][_0x3245a1(0x1e1)]())):_0x3cfa46+=0x1;}else _0xb04b53[_0x281f39[_0x3245a1(0x1b3)](_0x281f39[_0x3245a1(0x1b7)](_0x15e886[_0x3245a1(0x204)][_0x3245a1(0x201)]['name'],_0x281f39['pPajL']),_0x441bb9[_0x3245a1(0x18d)][_0x3245a1(0x176)])]=_0x5413b5,_0x2175d5[_0x3245a1(0x1b5)](_0x281f39[_0x3245a1(0x182)](_0x175b9d,'\x0a'));}}else _0x281f39[_0x3245a1(0x1c9)](_0x47f18f,_0x2a4e4d['result']['status'][_0x3245a1(0x1e1)]()),_0x577c7f?_0x419c5b[_0x3245a1(0x1b5)](_0x281f39[_0x3245a1(0x1f7)](_0x281f39[_0x3245a1(0x181)],_0x483e52[_0x3245a1(0x17a)][_0x3245a1(0x208)][_0x3245a1(0x1e1)]())):_0x1c3c93[_0x3245a1(0x1b5)](_0x281f39[_0x3245a1(0x16e)](_0x281f39[_0x3245a1(0x1f2)],_0x59f42f[_0x3245a1(0x17a)][_0x3245a1(0x208)]['toUpperCase']()));}}if(_0x281f39[_0x3245a1(0x1e8)](_0x5ea253[_0x14e9a1]['status'][_0x3245a1(0x1e1)](),_0x281f39[_0x3245a1(0x19e)])){_0x119578=!![];const _0x34c5d4=_0x281f39[_0x3245a1(0x170)](nestedKeyValue,_0x5ea253[_0x14e9a1],[_0x281f39[_0x3245a1(0x19d)],_0x281f39[_0x3245a1(0x1d9)]]);_0x34c5d4&&(testsErrorMessage[_0x281f39[_0x3245a1(0x1e6)](_0x281f39[_0x3245a1(0x1b7)](_0x36cb05[_0x3245a1(0x204)][_0x3245a1(0x201)][_0x3245a1(0x176)],_0x281f39[_0x3245a1(0x1f5)]),_0x36cb05[_0x3245a1(0x18d)][_0x3245a1(0x176)])]=_0x34c5d4,console[_0x3245a1(0x1b5)](_0x281f39[_0x3245a1(0x18e)](_0x34c5d4,'\x0a')));}}}_0x119578&&(testSuitesFailed+=0x1),console[_0x3245a1(0x1b5)]('\x0a');}}module[a4_0x40f81a(0x1ad)]=BrowserstackFormatter;function a4_0x4cac(_0x452f28,_0x15e203){const _0x283279=a4_0x2832();return a4_0x4cac=function(_0x4cac2b,_0x2729d9){_0x4cac2b=_0x4cac2b-0x165;let _0x259835=_0x283279[_0x4cac2b];return _0x259835;},a4_0x4cac(_0x452f28,_0x15e203);}function a4_0x2832(){const _0x4113a1=['includes','exception','EAoGe','__platform','oXcIf','zJmQO','hZHbF','Obgpd','KscRL','eventBroadcaster','uri','testCase','LHFTo','ksUjd','rWDsR','3829176SzWqSp','UBLOy','Eefly','raQuI','forEach','XgZlt','gwQxQ','getTestCaseAttempt','exports','ZznLA','WISQW','EvAJM','abdAX','JkWfw','Xwqvh','1125680BKzoGh','log','KfMYk','ZjVnJ','\x20\x20\x20\x20','ERWld','OTtIQ','GypbB','IUbxM','30366873bONtWN','11743942cImCPr','ldzDq','steps','ulEje','YRgvC','8uPlnFL','VLAjo','gYRGT','parse','xaoQW','FAILED','QCBxQ','GxXwm','eDiHH','237704ePRoVM','jlZdn','SgXde','hWhzG','capability','JbMKz','PCFWU','Nhbhe','RmqLj','JcmVk','BYzNm','MoqHP','PENDING','FJnaw','test-step-started','mCyux','AdLhZ','test-run-started','COUDh','CGYKC','ANlHw','toUpperCase','nCWkz','undefined','6049056NRIgtO','OKiqE','nQpjh','TlVos','jOrgQ','629874BZkbLm','astwE','TmMqZ','BvIOq','cucumber-js/test_old.setup.js','DUQmw','text','NwMAk','KunBP','jWAhb','bBKxY','TomPW','pPajL','ndtDW','mJuth','LVajR','NrFqV','nBxCG','rHOeq','Executing\x20tests\x20for\x20','cucumber','bCAEB','JREzz','TJYCQ','feature','SKIPPED','line','gherkinDocument','RhUxD','cucumber/lib/formatter/helpers/pickle_parser.js','VKxDK','status','cWHRE','lXrpf','shyiU','sourceLocation','getStepLineToPickledStepMap','nhBzY','atEFS','vixEL','eventDataCollector','rhnjr','gCIiv','ZpSuU','kAoup','getTestCaseData','CONFIG','UNKNOWN','33Ldnrme','PASSED','WyoPw','Yedtz','asfHW','OQVoK','iXJwR','oZXNE','DjPmP','cAnpH','bABGV','OKfXj','RVjRA','VJpea','test-run-finished','\x20\x20\x20\x20AFTER\x20-\x20','LBKDT','name','logTestCaseFinished','qBMct','xhzhV','result','ZteHu','env','ZUETi','cgsta','ekdML','wGIjD','ibFSu','HZClL','actionLocation','frklu','FBbLd','AMBIGUOUS','gYZSB','ABlKS','Ogbem','test-case-finished','MsBNn','hChVW','pickle','ZtOgy','LuPTm','stack','\x20-\x20','JyJks','stepResults','EziCy','bTsHY'];a4_0x2832=function(){return _0x4113a1;};return a4_0x2832();}
|