browserstack-node-sdk 1.31.11 → 1.31.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -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/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a29_0x18e5b7=a29_0x1d2d;(function(_0x446e2a,_0x129574){const _0x4b8da3=a29_0x1d2d,_0x1ac2bd=_0x446e2a();while(!![]){try{const _0x4f0f73=parseInt(_0x4b8da3(0x158))/0x1+parseInt(_0x4b8da3(0x18d))/0x2+parseInt(_0x4b8da3(0x186))/0x3+-parseInt(_0x4b8da3(0x1a4))/0x4*(parseInt(_0x4b8da3(0x19b))/0x5)+-parseInt(_0x4b8da3(0x17f))/0x6+-parseInt(_0x4b8da3(0x15d))/0x7+parseInt(_0x4b8da3(0x175))/0x8*(parseInt(_0x4b8da3(0x164))/0x9);if(_0x4f0f73===_0x129574)break;else _0x1ac2bd['push'](_0x1ac2bd['shift']());}catch(_0xa02006){_0x1ac2bd['push'](_0x1ac2bd['shift']());}}}(a29_0x2eb8,0x984cc));const {global_registry,WS_EVENTS}=require('../config/constants'),{logger}=require('../config/logger');exports['addListeners']=_0xaf5150=>{const _0x3b89be=a29_0x1d2d,_0x4139f4={};_0x4139f4[_0x3b89be(0x19a)]=function(_0x571209,_0x798650){return _0x571209===_0x798650;},_0x4139f4[_0x3b89be(0x161)]=_0x3b89be(0x1a3),_0x4139f4[_0x3b89be(0x19e)]=_0x3b89be(0x18e),_0x4139f4[_0x3b89be(0x151)]='Socket\x20open',_0x4139f4['zlCRc']=function(_0x49ed02,_0x579076){return _0x49ed02!==_0x579076;},_0x4139f4['NJkbX']='QNROj',_0x4139f4['JFWfG']=function(_0x27d546,_0x39733f){return _0x27d546===_0x39733f;},_0x4139f4['SLhTh']=_0x3b89be(0x16f),_0x4139f4[_0x3b89be(0x192)]=_0x3b89be(0x15a),_0x4139f4[_0x3b89be(0x1a5)]=_0x3b89be(0x1a2),_0x4139f4[_0x3b89be(0x18a)]=function(_0x3d6f85,_0x7f7560){return _0x3d6f85===_0x7f7560;},_0x4139f4['IRnQS']=_0x3b89be(0x177),_0x4139f4[_0x3b89be(0x156)]=function(_0x1874fa,_0x22f85c){return _0x1874fa===_0x22f85c;},_0x4139f4[_0x3b89be(0x169)]=_0x3b89be(0x159),_0x4139f4[_0x3b89be(0x181)]=_0x3b89be(0x15c),_0x4139f4[_0x3b89be(0x162)]='OTPMj',_0x4139f4[_0x3b89be(0x160)]=_0x3b89be(0x157),_0x4139f4[_0x3b89be(0x15b)]=_0x3b89be(0x178),_0x4139f4['CZpSJ']=function(_0x481902,_0x22d6d1){return _0x481902!==_0x22d6d1;},_0x4139f4[_0x3b89be(0x18b)]=_0x3b89be(0x16e),_0x4139f4['WBueN']=function(_0x3d7f64,_0x2fac87){return _0x3d7f64!==_0x2fac87;},_0x4139f4[_0x3b89be(0x150)]=_0x3b89be(0x199),_0x4139f4[_0x3b89be(0x1a1)]=_0x3b89be(0x176),_0x4139f4[_0x3b89be(0x187)]=_0x3b89be(0x19d),_0x4139f4['sLOEa']=_0x3b89be(0x167),_0x4139f4[_0x3b89be(0x16d)]='message',_0x4139f4[_0x3b89be(0x183)]='error',_0x4139f4[_0x3b89be(0x190)]=_0x3b89be(0x1a6);const _0x17004b=_0x4139f4;_0xaf5150[_0x3b89be(0x170)](_0x17004b[_0x3b89be(0x16c)],()=>{const _0x50a9cd=_0x3b89be,_0x326d90={};_0x326d90[_0x50a9cd(0x197)]=_0x17004b['abhfn'];const _0x577342=_0x326d90;if(_0x17004b[_0x50a9cd(0x193)](_0x17004b[_0x50a9cd(0x180)],_0x17004b[_0x50a9cd(0x180)]))_0x27e1f2[_0x50a9cd(0x19f)]['WS_CLOSED_BEFORE']=_0x577342[_0x50a9cd(0x197)];else{if(_0x17004b[_0x50a9cd(0x19a)](process[_0x50a9cd(0x19f)][_0x50a9cd(0x17e)],_0x17004b[_0x50a9cd(0x161)]))_0x17004b[_0x50a9cd(0x194)](_0x17004b[_0x50a9cd(0x153)],_0x17004b[_0x50a9cd(0x153)])?logger[_0x50a9cd(0x17c)](_0x17004b['lAnkW']):_0x17004b[_0x50a9cd(0x19a)](_0x3d63a9[_0x50a9cd(0x19f)][_0x50a9cd(0x17e)],_0x17004b[_0x50a9cd(0x161)])?_0x12b779[_0x50a9cd(0x17c)](_0x17004b[_0x50a9cd(0x19e)]):(_0x3ba3f2[_0x50a9cd(0x17c)](_0x17004b[_0x50a9cd(0x151)]),_0x486765[_0x50a9cd(0x19f)][_0x50a9cd(0x195)]=!![]);else{if(_0x17004b[_0x50a9cd(0x19a)](_0x17004b['yZWAY'],_0x17004b[_0x50a9cd(0x1a5)])){_0x20e702[_0x50a9cd(0x17c)](_0x50a9cd(0x18c)+_0x4bac27['data']);let _0x3c6336,_0x11a633;try{_0x11a633=_0x4c9e89['parse'](_0xbcbefe[_0x50a9cd(0x163)]),_0x3c6336=_0x11a633[_0x50a9cd(0x173)];}catch(_0x78ff05){_0x348575['error'](_0x50a9cd(0x15f)+_0xca6b53[_0x50a9cd(0x163)]);}}else logger[_0x50a9cd(0x17c)](_0x17004b[_0x50a9cd(0x151)]),process[_0x50a9cd(0x19f)]['WS_OPENED_BEFORE']=!![];}}}),_0xaf5150[_0x3b89be(0x170)](_0x17004b['jFWjv'],async function(_0x4a02bd){const _0x38aed8=_0x3b89be;if(_0x17004b[_0x38aed8(0x156)](_0x17004b['bNRiU'],_0x17004b[_0x38aed8(0x181)]))_0x17004b[_0x38aed8(0x18a)](_0xfc2144[_0x38aed8(0x19f)][_0x38aed8(0x195)],_0x17004b[_0x38aed8(0x161)])&&(_0x3b48a8[_0x38aed8(0x19f)][_0x38aed8(0x17e)]=_0x17004b['abhfn']),_0x2926e1[_0x38aed8(0x17c)](_0x17004b[_0x38aed8(0x184)]);else{logger[_0x38aed8(0x17c)](_0x38aed8(0x18c)+_0x4a02bd[_0x38aed8(0x163)]);let _0x561169,_0x2607f9;try{_0x17004b['zlCRc'](_0x17004b[_0x38aed8(0x162)],_0x17004b[_0x38aed8(0x160)])?(_0x2607f9=JSON[_0x38aed8(0x185)](_0x4a02bd[_0x38aed8(0x163)]),_0x561169=_0x2607f9['type']):_0x4dd10f['error'](_0x38aed8(0x15f)+_0x396377['data']);}catch(_0x2adee4){_0x17004b[_0x38aed8(0x193)](_0x17004b[_0x38aed8(0x15b)],_0x17004b[_0x38aed8(0x15b)])?_0x4ba2bc='['+new _0x408927()[_0x38aed8(0x16a)]()+']:\x20'+_0x38de76['message']:logger[_0x38aed8(0x18f)](_0x38aed8(0x15f)+_0x4a02bd['data']);}}}),_0xaf5150[_0x3b89be(0x170)](_0x17004b[_0x3b89be(0x183)],function(_0x303f37){const _0x19aa54=_0x3b89be;if(_0x17004b[_0x19aa54(0x17b)](_0x17004b[_0x19aa54(0x18b)],_0x17004b['ThykH'])){const _0x2c2f23={};return _0x2c2f23[_0x19aa54(0x196)]=_0x4ea23b['requestId'],_0x2c2f23[_0x19aa54(0x1a0)]=_0x5e4d95[_0x19aa54(0x17d)],_0x2c2f23;}else logger[_0x19aa54(0x17c)](_0x19aa54(0x171)+_0x303f37);}),_0xaf5150[_0x3b89be(0x170)](_0x17004b['KxeVL'],function(){const _0x4df07d=_0x3b89be,_0xcc5053={};_0xcc5053[_0x4df07d(0x14f)]=_0x17004b[_0x4df07d(0x151)];const _0x2f3d05=_0xcc5053;_0x17004b[_0x4df07d(0x182)](_0x17004b['zBpqf'],_0x17004b[_0x4df07d(0x150)])?(_0x274807[_0x4df07d(0x17c)](_0x2f3d05[_0x4df07d(0x14f)]),_0x4643b5[_0x4df07d(0x19f)][_0x4df07d(0x195)]=!![]):(_0x17004b[_0x4df07d(0x18a)](process[_0x4df07d(0x19f)][_0x4df07d(0x195)],_0x17004b[_0x4df07d(0x161)])&&(_0x17004b[_0x4df07d(0x194)](_0x17004b[_0x4df07d(0x1a1)],_0x17004b[_0x4df07d(0x187)])?_0x596093['debug'](_0x17004b['lAnkW']):process['env'][_0x4df07d(0x17e)]=_0x17004b[_0x4df07d(0x161)]),logger[_0x4df07d(0x17c)](_0x17004b[_0x4df07d(0x184)]));});};function a29_0x1d2d(_0x5d99d5,_0x44f244){const _0x2eb812=a29_0x2eb8();return a29_0x1d2d=function(_0x1d2ddc,_0x5eae4e){_0x1d2ddc=_0x1d2ddc-0x14f;let _0x5ddc59=_0x2eb812[_0x1d2ddc];return _0x5ddc59;},a29_0x1d2d(_0x5d99d5,_0x44f244);}function a29_0x2eb8(){const _0x3b3e2e=[']:\x20','type','send','8kMJwrG','OlSIh','Socket\x20closed','BOxoG','efPLk','message','CZpSJ','debug','bstackUsername','WS_CLOSED_BEFORE','2808228JEnTzt','NJkbX','vBbhB','WBueN','QiIiY','IRnQS','parse','10461OGXwIJ','ozqKw','cqgSb','delay','DXlLD','ThykH','Message\x20received\x20from\x20server!\x20=>\x20','113150RsghRk','Socket\x20reconnected','error','KxeVL','info','yZWAY','zlCRc','JFWfG','WS_OPENED_BEFORE','requestId','nDSfI','ijkJZ','TIcId','lkaLf','5mSAxSo','RBmAo','Qcfek','lAnkW','env','username','APgTN','JftvL','true','1255516pKXPks','gcXTL','close','RfAfq','zBpqf','IGpvR','YkAjc','SLhTh','LOG','AjAxV','AIwUC','tSDBh','682834LthpIV','vErbY','JwRZH','HjsjQ','cXTDk','1139285DGDCjR','stringify','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','klqLq','abhfn','OPOTX','data','7430364dlTmZA','sendEventToBackend','logType','open','bhyaz','bNRiU','toUTCString','vttjd','sLOEa','jFWjv','PKIiM','ACfNW','addEventListener','Socket\x20error:\x20'];a29_0x2eb8=function(){return _0x3b3e2e;};return a29_0x2eb8();}const getLogMetaData=()=>{const _0x54465a=a29_0x1d2d,_0x4fbc67={};return _0x4fbc67[_0x54465a(0x196)]=global_registry['requestId'],_0x4fbc67['username']=global_registry[_0x54465a(0x17d)],_0x4fbc67;};exports[a29_0x18e5b7(0x189)]=_0xb3fff8=>new Promise((_0x1eb5f7,_0x1af2da)=>setTimeout(_0x1eb5f7,_0xb3fff8)),exports[a29_0x18e5b7(0x165)]=async(_0x22bebe,_0x1de7bb,_0x5816c5=a29_0x18e5b7(0x191),_0x4a54eb=![])=>{const _0x4f78b1=a29_0x18e5b7,_0x102402={'cqgSb':function(_0x197c1e,_0x3e408c){return _0x197c1e===_0x3e408c;},'RBmAo':function(_0x2f5ced,_0x16a07f){return _0x2f5ced!==_0x16a07f;},'uRVuh':_0x4f78b1(0x152),'TeUMt':_0x4f78b1(0x168),'efPLk':function(_0x15f4ec){return _0x15f4ec();},'vttjd':_0x4f78b1(0x155),'huZtk':_0x4f78b1(0x198)};let _0x1d94b9=_0x1de7bb[_0x4f78b1(0x17a)];_0x102402[_0x4f78b1(0x188)](_0x1de7bb[_0x4f78b1(0x173)],WS_EVENTS[_0x4f78b1(0x154)])&&(_0x102402[_0x4f78b1(0x19c)](_0x102402['uRVuh'],_0x102402['TeUMt'])?_0x1d94b9='['+new Date()['toUTCString']()+_0x4f78b1(0x172)+_0x1de7bb[_0x4f78b1(0x17a)]:(_0x21cfc9=_0x11a2bd[_0x4f78b1(0x185)](_0x4998b1[_0x4f78b1(0x163)]),_0x19ccc3=_0x1aa223[_0x4f78b1(0x173)]));const _0x2fccda={};_0x2fccda[_0x4f78b1(0x17a)]=_0x1d94b9,_0x2fccda[_0x4f78b1(0x166)]=_0x5816c5;const _0x4df5fb={'type':_0x1de7bb['type'],..._0x102402[_0x4f78b1(0x179)](getLogMetaData),'data':_0x2fccda};_0x22bebe[_0x4f78b1(0x174)](JSON[_0x4f78b1(0x15e)](_0x4df5fb)),_0x4a54eb&&(_0x102402[_0x4f78b1(0x188)](_0x102402[_0x4f78b1(0x16b)],_0x102402['huZtk'])?_0x3d0927[_0x4f78b1(0x17c)](_0x4f78b1(0x171)+_0x222827):await this[_0x4f78b1(0x189)](0x1f4));};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"browserstack-node-sdk","version":"1.31.
|
|
1
|
+
{"name":"browserstack-node-sdk","version":"1.31.12","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":"1.0.0-rc3","@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.4","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","got":"^11.8.6","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","requestretry":"^7.1.0","stack-trace":"0.0.10","table":"^6.8.1","update-notifier":"6.0.2","uuid":"^8.3.2","windows-release":"^5.1.0","winston":"^3.8.2","winston-transport":"^4.5.0","ws":"^8.13.0","yargs":"^17.5.1","yauzl":"^2.10.0"},"devDependencies":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a0_0x5d9e(){const _0x281669=['title','skipSessionStatus','xyCTI','8836029CtxEvB','456208cdshhS','4409208GDVAob','1107394SvbcXs','OVlnd','\x22}}','passed','2077002bCqJZF','6651519BLxrkH','container','helpers','test','hZoWA','started','executeScript','event','15dxWelO','zDzQl','30CmXZqc','winstonLogger','YcDnO','failed','__skipSessionStatus','codeceptjs/lib/index.js','12vptKzv','dispatcher','error','sLHGK','exports','../../helpers/helper','511122oUdYeE','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','WebDriver','Failed\x20to\x20update\x20sessionStatus\x20'];a0_0x5d9e=function(){return _0x281669;};return a0_0x5d9e();}const a0_0x485af0=a0_0x38a8;(function(_0x4f7972,_0x40db74){const _0x247375=a0_0x38a8,_0x181d21=_0x4f7972();while(!![]){try{const _0x136c43=-parseInt(_0x247375(0x104))/0x1+-parseInt(_0x247375(0x106))/0x2+parseInt(_0x247375(0xfc))/0x3*(-parseInt(_0x247375(0xf6))/0x4)+-parseInt(_0x247375(0xee))/0x5*(parseInt(_0x247375(0x10a))/0x6)+parseInt(_0x247375(0x10b))/0x7+-parseInt(_0x247375(0x105))/0x8+-parseInt(_0x247375(0x103))/0x9*(-parseInt(_0x247375(0xf0))/0xa);if(_0x136c43===_0x40db74)break;else _0x181d21['push'](_0x181d21['shift']());}catch(_0x556a91){_0x181d21['push'](_0x181d21['shift']());}}}(a0_0x5d9e,0xbf9f1));function a0_0x38a8(_0x16523a,_0x3bfc54){const _0x5d9ed8=a0_0x5d9e();return a0_0x38a8=function(_0x38a8d4,_0x136ec3){_0x38a8d4=_0x38a8d4-0xeb;let _0x1dcc3a=_0x5d9ed8[_0x38a8d4];return _0x1dcc3a;},a0_0x38a8(_0x16523a,_0x3bfc54);}const {requireModule,markSessionStatus}=require(a0_0x485af0(0xfb)),logger=require('../../helpers/logger')[a0_0x485af0(0xf1)],CodeceptJS=requireModule(a0_0x485af0(0xf5)),CodeceptHelper=requireModule('@codeceptjs/helper/helper.js'),{isTrue}=require(a0_0x485af0(0xfb));module[a0_0x485af0(0xfa)]=function(_0x3a5294){const _0x92da29=a0_0x485af0,_0x40e34f={'xyCTI':function(_0x2371bd,_0x23b574){return _0x2371bd(_0x23b574);},'hZoWA':_0x92da29(0xfe),'sLHGK':function(_0x2ebd99,_0x5e5aec,_0x51a6f9){return _0x2ebd99(_0x5e5aec,_0x51a6f9);},'OVlnd':_0x92da29(0x109),'YcDnO':function(_0x230416,_0x2e61fb,_0x1f4e2f,_0x4c5e4a){return _0x230416(_0x2e61fb,_0x1f4e2f,_0x4c5e4a);},'zDzQl':_0x92da29(0xf3)};_0x3a5294[_0x92da29(0x101)]&&(global[_0x92da29(0xf4)]=_0x3a5294[_0x92da29(0x101)]),CodeceptJS[_0x92da29(0xed)]['dispatcher']['on'](CodeceptJS[_0x92da29(0xed)][_0x92da29(0x10e)][_0x92da29(0xeb)],async _0x57c6c2=>{const _0x10e541=_0x92da29;try{!_0x40e34f[_0x10e541(0x102)](isTrue,_0x3a5294['skipSessionName'])&&await CodeceptJS[_0x10e541(0x10c)][_0x10e541(0x10d)](_0x40e34f[_0x10e541(0x10f)])[_0x10e541(0xec)](_0x10e541(0xfd)+_0x57c6c2[_0x10e541(0x100)]+_0x10e541(0x108));}catch(_0x1616b8){logger[_0x10e541(0xf8)]('Failed\x20to\x20update\x20sessionName\x20'+_0x1616b8);}}),CodeceptJS[_0x92da29(0xed)][_0x92da29(0xf7)]['on'](CodeceptJS['event'][_0x92da29(0x10e)][_0x92da29(0x109)],async _0x511436=>{const _0x50bfb7=_0x92da29;try{await _0x40e34f[_0x50bfb7(0xf9)](markSessionStatus,CodeceptJS[_0x50bfb7(0x10c)]['helpers'](_0x40e34f['hZoWA']),_0x40e34f[_0x50bfb7(0x107)]);}catch(_0x17ca0b){logger[_0x50bfb7(0xf8)]('Failed\x20to\x20update\x20sessionStatus\x20'+_0x17ca0b);}}),CodeceptJS[_0x92da29(0xed)][_0x92da29(0xf7)]['on'](CodeceptJS[_0x92da29(0xed)][_0x92da29(0x10e)]['failed'],async(_0x4fcac7,_0x19eaf4)=>{const _0x587c0b=_0x92da29;try{await _0x40e34f[_0x587c0b(0xf2)](markSessionStatus,CodeceptJS['container'][_0x587c0b(0x10d)](_0x40e34f[_0x587c0b(0x10f)]),_0x40e34f[_0x587c0b(0xef)],_0x19eaf4);}catch(_0x2698ad){logger[_0x587c0b(0xf8)](_0x587c0b(0xff)+_0x2698ad);}});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a1_0x1290(_0x3da40b,_0x4819f1){const _0x284ec8=a1_0x284e();return a1_0x1290=function(_0x1290ae,_0x365041){_0x1290ae=_0x1290ae-0xd6;let _0x45af89=_0x284ec8[_0x1290ae];return _0x45af89;},a1_0x1290(_0x3da40b,_0x4819f1);}const a1_0x185061=a1_0x1290;(function(_0x1a4e97,_0xd86f26){const _0xa7ddf1=a1_0x1290,_0x29fead=_0x1a4e97();while(!![]){try{const _0x427e01=-parseInt(_0xa7ddf1(0xe5))/0x1*(parseInt(_0xa7ddf1(0x11b))/0x2)+-parseInt(_0xa7ddf1(0x168))/0x3*(parseInt(_0xa7ddf1(0x15e))/0x4)+parseInt(_0xa7ddf1(0x14f))/0x5+-parseInt(_0xa7ddf1(0x174))/0x6+-parseInt(_0xa7ddf1(0x16c))/0x7+-parseInt(_0xa7ddf1(0x172))/0x8*(-parseInt(_0xa7ddf1(0x100))/0x9)+parseInt(_0xa7ddf1(0xf5))/0xa;if(_0x427e01===_0xd86f26)break;else _0x29fead['push'](_0x29fead['shift']());}catch(_0x146108){_0x29fead['push'](_0x29fead['shift']());}}}(a1_0x284e,0x40b46));const fs=require('fs'),path=require(a1_0x185061(0x147)),{spawn}=require('child_process'),process=require(a1_0x185061(0xe6)),logger=require(a1_0x185061(0x15d))[a1_0x185061(0x11d)],{default:BrowserStackSetup}=require(a1_0x185061(0xff)),helper=require(a1_0x185061(0x144)),{requireModule}=require('../../helpers/helper'),CodeceptJS=requireModule(a1_0x185061(0xf0)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x8f8777,_0x4c816b)=>{const _0x3e9695=a1_0x185061,_0x229fbc={};_0x229fbc[_0x3e9695(0xde)]=_0x3e9695(0x142),_0x229fbc[_0x3e9695(0x15f)]=_0x3e9695(0x105),_0x229fbc['ybrzQ']=_0x3e9695(0x175),_0x229fbc[_0x3e9695(0xfa)]=_0x3e9695(0xdb),_0x229fbc[_0x3e9695(0x10b)]=function(_0x52c257,_0x598a30){return _0x52c257===_0x598a30;},_0x229fbc[_0x3e9695(0x13e)]=function(_0x100031,_0x522d54){return _0x100031!==_0x522d54;},_0x229fbc[_0x3e9695(0x160)]='EFjiY',_0x229fbc[_0x3e9695(0xf4)]=_0x3e9695(0x10d),_0x229fbc[_0x3e9695(0x10e)]=function(_0x13b338,_0x41869a){return _0x13b338===_0x41869a;},_0x229fbc['rrUUA']=_0x3e9695(0x10f),_0x229fbc[_0x3e9695(0x176)]=function(_0x5df092,_0x11961e){return _0x5df092===_0x11961e;},_0x229fbc[_0x3e9695(0xe7)]=_0x3e9695(0x159),_0x229fbc['blUXb']=_0x3e9695(0x177),_0x229fbc[_0x3e9695(0x107)]='SRFwm',_0x229fbc[_0x3e9695(0xe8)]=_0x3e9695(0x14c),_0x229fbc[_0x3e9695(0x125)]=_0x3e9695(0x13c),_0x229fbc['qtmks']=_0x3e9695(0x123);const _0x4bd6eb=_0x229fbc;let _0x65aff3=null;const _0x56df23={};let _0x3bc53b=_0x4c816b[_0x3e9695(0xe2)](_0x18349e=>_0x18349e===_0x3e9695(0x103));_0x4bd6eb['HrfUy'](_0x3bc53b,-0x1)&&(_0x4bd6eb[_0x3e9695(0x13e)](_0x4bd6eb[_0x3e9695(0x160)],_0x4bd6eb[_0x3e9695(0xf4)])?_0x3bc53b=_0x4c816b[_0x3e9695(0xe2)](_0x66e54a=>_0x66e54a==='-c'):_0xa9788f['info'](_0x4bd6eb[_0x3e9695(0xde)]));if(!helper[_0x3e9695(0x12c)](_0x8f8777[_0x3e9695(0x12e)])&&fs['existsSync'](path['join'](process['cwd'](),_0x8f8777[_0x3e9695(0x12e)])))_0x4bd6eb[_0x3e9695(0x10e)](_0x4bd6eb[_0x3e9695(0x110)],_0x4bd6eb[_0x3e9695(0x110)])?(_0x65aff3=path['join'](process[_0x3e9695(0xf8)](),_0x8f8777[_0x3e9695(0x12e)]),_0x4c816b[_0x3e9695(0x121)](_0x3bc53b,0x2)):_0x347f0c['push'](_0x3329d5[_0x3e9695(0x117)](_0x60cf03['config'],_0x4bd6eb[_0x3e9695(0x15f)],_0x1c0338));else{if(!helper[_0x3e9695(0x12c)](_0x8f8777['c'])&&fs[_0x3e9695(0xf2)](path[_0x3e9695(0x112)](process[_0x3e9695(0xf8)](),_0x8f8777['c'])))_0x4bd6eb['eTQXf'](_0x4bd6eb[_0x3e9695(0xe7)],_0x4bd6eb[_0x3e9695(0xe7)])?(_0x65aff3=path[_0x3e9695(0x112)](process[_0x3e9695(0xf8)](),_0x8f8777['c']),_0x4c816b[_0x3e9695(0x121)](_0x3bc53b,0x2)):_0x1f276b=_0x5e3fa6[_0x3e9695(0xe2)](_0x333da6=>_0x333da6==='-c');else{if(_0x4bd6eb[_0x3e9695(0x13e)](_0x4bd6eb[_0x3e9695(0x137)],_0x4bd6eb[_0x3e9695(0x137)]))_0x191dd0=_0x94d60d[_0x3e9695(0x112)](_0x4de1d5[_0x3e9695(0xf8)](),_0x4bd6eb['ybrzQ']);else{if(fs[_0x3e9695(0xf2)](path['join'](process['cwd'](),_0x4bd6eb['ybrzQ'])))_0x4bd6eb[_0x3e9695(0x10b)](_0x4bd6eb[_0x3e9695(0x107)],_0x4bd6eb[_0x3e9695(0xe8)])?_0x4dab8d[_0x3e9695(0x16f)](_0x4bd6eb[_0x3e9695(0xfa)],_0x279ec4[_0x3e9695(0x173)]):_0x65aff3=path[_0x3e9695(0x112)](process['cwd'](),_0x4bd6eb[_0x3e9695(0xe9)]);else{if(fs[_0x3e9695(0xf2)](path[_0x3e9695(0x112)](process['cwd'](),_0x4bd6eb['mvbqZ']))){if(_0x4bd6eb[_0x3e9695(0x13e)](_0x4bd6eb[_0x3e9695(0xeb)],_0x4bd6eb[_0x3e9695(0xeb)])){const _0x381acb={..._0x40a856[_0x54eaae]},_0x160e6d={};_0x160e6d[_0x3e9695(0xdf)]=_0x381acb;const _0x3f2fcc={};_0x3f2fcc[_0x3e9695(0x127)]=_0x174f91,_0x3f2fcc[_0x3e9695(0xd8)]=!![],_0x3f2fcc[_0x3e9695(0xd9)]=_0x10c6e9[_0x3e9695(0x12e)]['testContextOptions']['skipSessionName'],_0x3f2fcc['skipSessionStatus']=_0x3f33f8[_0x3e9695(0x12e)][_0x3e9695(0x129)][_0x3e9695(0xfe)];const _0x34c69f={};_0x34c69f[_0x3e9695(0x16e)]=_0x3f2fcc;const _0x52b6dc={};return _0x52b6dc[_0x3e9695(0x140)]=_0x160e6d,_0x52b6dc[_0x3e9695(0xd7)]=_0x34c69f,_0x52b6dc;}else _0x65aff3=path['join'](process[_0x3e9695(0xf8)](),_0x4bd6eb[_0x3e9695(0x125)]);}}}}}return _0x65aff3;};function a1_0x284e(){const _0xcd05da=['codeceptjs/lib/index.js','NemNI','existsSync','initialize','cTCZx','5501120WPagxA','nFIob','stack','cwd','DApaZ','BXcaI','bArKh','Slqdz','mXWdA','skipSessionStatus','../../helpers/BrowserStackSetup','27BvvnMS','result','zFwnc','--config','UXmlf','codeceptjs','HrPBJ','CumiB','desiredCapabilities','getPlatformName','forEach','HrfUy','event','mMPrG','rSWDv','auhhB','rrUUA','map','join','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','rpbQD','MvVxO','env','modifyBrowserStackW3CCaps','all','mlzeT','FntjM','2QsBBCh','wABDZ','winstonLogger','Udugk','KSopH','modifyBrowserStackCaps','slice','eZHuE','ifoeu','teardownAll','mvbqZ','exports','require','SGvGn','testContextOptions','tHHWI','createGroupsOfSuites','isUndefined','VmhIz','config','bootstrapAll','opNzX','ardnq','CBmay','UjuPQ','platforms','MAPLu','printResults','blUXb','finalExecution','push','hnHGa','xKZyC','codecept.json','Zkhki','IaukU','browserStackCwd','helpers','passed','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Vfxeo','../../helpers/helper','hODVF','chdir','path','Mwqcl','kMfIE','YzQUS','info','uborW','hiMyG','before','2197900hAbPrh','mBDXs','spawn','TSDVs','vBiEY','addTests','xpxwT','oiGMp','TCNqb','koJps','Cxtxv','useW3C','CpQWM','wJSMC','../../helpers/logger','707956GqXWQV','bdfHH','PEBtP','testConfig','rMFJO','mergeDeep','gGbMo','nHegB','ohtZU','HAbEd','3PraFWq','IznKF','RKNab','MNnLP','3065125BWsSqb','SWdzu','BrowserStackPlugin','log','HpIhC','Failed\x20:\x20','1227056LuwnjM','title','1458828jYcFap','codecept.conf.js','eTQXf','kcZrL','BrowserStackPlugin.js','sxKhk','EPzAB','ZSsWl','rxWKg','plugins','enabled','skipSessionName','hxWRb','Started\x20:\x20','JEjjs','OqumD','jhKuJ','WebDriver','DeDlG','JxziR','findIndex','Passed\x20:\x20','addConfig','326806ELUZkw','process','facKk','qIpTw','ybrzQ','rGxem','qtmks','test','errorMessage','err','fHOeh'];a1_0x284e=function(){return _0xcd05da;};return a1_0x284e();}async function run(_0xd3d292,_0x831717){const _0x14af50=a1_0x185061,_0x3adf24={'HrPBJ':_0x14af50(0xe3),'xKZyC':'codeceptjs','ardnq':function(_0xc34188,_0x7d3f2b){return _0xc34188+_0x7d3f2b;},'UjuPQ':_0x14af50(0x12e),'FntjM':_0x14af50(0x140),'mlzeT':_0x14af50(0xdf),'gGbMo':function(_0x4ed58c,_0x5e5bd3){return _0x4ed58c!==_0x5e5bd3;},'vBiEY':_0x14af50(0x17a),'MvVxO':_0x14af50(0x11c),'Slqdz':_0x14af50(0x167),'rpbQD':function(_0x2dfc03,_0x444ff3){return _0x2dfc03===_0x444ff3;},'KSopH':_0x14af50(0x165),'sxKhk':function(_0x17d2d9,_0x15fecc){return _0x17d2d9===_0x15fecc;},'DApaZ':'nkkvn','tHHWI':function(_0x3c3343,_0x3cf951){return _0x3c3343+_0x3cf951;},'NemNI':_0x14af50(0x171),'PlZHV':_0x14af50(0x13a),'bArKh':_0x14af50(0x152),'Mwqcl':function(_0xd64b18,_0x523f1b){return _0xd64b18(_0x523f1b);},'kMfIE':_0x14af50(0xd6),'DeDlG':_0x14af50(0x13c),'koJps':function(_0x3a7dac,_0x54c708){return _0x3a7dac===_0x54c708;},'MNnLP':_0x14af50(0x16d),'xpxwT':function(_0x46e179,_0x976099){return _0x46e179===_0x976099;},'OqumD':_0x14af50(0x12d),'UXmlf':'vvqIX','hODVF':_0x14af50(0xdb),'Vfxeo':_0x14af50(0x175),'eZHuE':_0x14af50(0x132),'TCNqb':_0x14af50(0x166),'HpIhC':function(_0x30b24d,_0x7756f6,_0x38e441){return _0x30b24d(_0x7756f6,_0x38e441);},'zFwnc':function(_0x381e66,_0x23c62d){return _0x381e66===_0x23c62d;},'wJSMC':_0x14af50(0x17b),'hxWRb':'NTRxa','fHOeh':function(_0x4c4f46,_0x4ba9e5){return _0x4c4f46!==_0x4ba9e5;},'CpQWM':_0x14af50(0x150),'hiMyG':_0x14af50(0x162),'MAPLu':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','XUANr':_0x14af50(0x178),'rGxem':_0x14af50(0x13f),'JxziR':function(_0x491cb7,_0x1ed59a){return _0x491cb7*_0x1ed59a;},'YzQUS':function(_0x4913b0,_0xe267f3){return _0x4913b0!==_0xe267f3;},'opNzX':_0x14af50(0x128),'oiGMp':_0x14af50(0x11e),'JEjjs':'MtVOO','Zkhki':function(_0x318d5b){return _0x318d5b();}},_0x475505=new BrowserStackSetup(_0xd3d292,_0x3adf24['xKZyC']);await _0x475505[_0x14af50(0xf3)](),await helper['handleApp'](_0x475505[_0x14af50(0x12e)]);if(!_0x475505[_0x14af50(0x12e)]){if(_0x3adf24['rpbQD'](_0x3adf24['TCNqb'],_0x3adf24[_0x14af50(0x157)]))return;else _0x39d2b5=_0x553f85[_0x14af50(0x112)](_0x39a143['cwd'](),_0x26e3be[_0x14af50(0x12e)]),_0x5c525c[_0x14af50(0x121)](_0x39b31c,0x2);}const _0x198fef=_0x3adf24[_0x14af50(0x170)](getUserCodeceptJSConfigs,_0xd3d292,_0x831717);let _0x7a46ac={};_0x198fef?_0x3adf24[_0x14af50(0x102)](_0x3adf24[_0x14af50(0x15c)],_0x3adf24[_0x14af50(0xda)])?_0x3ea3cd[_0x14af50(0x16f)](_0x3adf24[_0x14af50(0x106)],_0x521b2a[_0x14af50(0x173)]):(logger[_0x14af50(0x14b)](_0x14af50(0x113)+_0x198fef),_0x7a46ac=_0x3adf24[_0x14af50(0x148)](require,_0x198fef)):_0x3adf24[_0x14af50(0xef)](_0x3adf24[_0x14af50(0x15b)],_0x3adf24[_0x14af50(0x14d)])?logger[_0x14af50(0x14b)](_0x3adf24[_0x14af50(0x135)]):(_0x42711e[_0x14af50(0xed)]=_0x19dfa9,_0x1f0e57['finalExecution'](_0x415a1f),_0x232e89[_0x14af50(0x136)]());const _0x29ea35=helper[_0x14af50(0x15a)](_0x475505[_0x14af50(0x12e)]),_0x4f7b0e=[];_0x475505[_0x14af50(0x12e)][_0x14af50(0x134)][_0x14af50(0x10a)]((_0x43dadd,_0x3924b2)=>{const _0x4543c1=_0x14af50,_0x4109a6={'DpDSO':function(_0x20611b,_0x1f22e4){const _0x4dd7fc=a1_0x1290;return _0x3adf24[_0x4dd7fc(0x131)](_0x20611b,_0x1f22e4);},'RKNab':_0x3adf24[_0x4543c1(0x133)],'mXWdA':_0x3adf24[_0x4543c1(0x11a)],'nFIob':_0x3adf24['mlzeT']};if(_0x3adf24[_0x4543c1(0x164)](_0x3adf24[_0x4543c1(0x153)],_0x3adf24['vBiEY'])){const _0x1db586=_0x4109a6['DpDSO'](_0x5da431[_0x4543c1(0x109)](_0x5c633d,'_'),'_'+_0x234c24['now']()),_0x1826a3={};_0x1826a3[_0x4543c1(0x108)]=_0x477c0a;const _0x5d6131=_0x1826a3;_0x5b53b2[_0x1db586]=_0x59a908[_0x4109a6[_0x4543c1(0x16a)]][_0x4109a6[_0x4543c1(0xfd)]][_0x4109a6['nFIob']]?_0x1ab2f4['mergeDeep'](_0x5d6131,_0x60f4bf[_0x4109a6[_0x4543c1(0x16a)]][_0x4109a6[_0x4543c1(0xfd)]][_0x4109a6[_0x4543c1(0xf6)]]):_0x5d6131,_0x5814dc[_0x4543c1(0x139)](_0x1db586);}else _0x29ea35?_0x3adf24[_0x4543c1(0x164)](_0x3adf24[_0x4543c1(0x115)],_0x3adf24[_0x4543c1(0xfc)])?_0x4f7b0e['push'](helper[_0x4543c1(0x117)](_0x475505[_0x4543c1(0x12e)],_0x3adf24[_0x4543c1(0x13b)],_0x3924b2)):_0x454371?_0x578913[_0x4543c1(0x139)](_0x39d0d8[_0x4543c1(0x117)](_0xe53155[_0x4543c1(0x12e)],_0x3adf24[_0x4543c1(0x13b)],_0x26a535)):_0x1b70fc[_0x4543c1(0x139)](_0x20b9fa[_0x4543c1(0x120)](_0x57fa81[_0x4543c1(0x12e)],_0x3adf24[_0x4543c1(0x13b)],_0x2f593a)):_0x3adf24[_0x4543c1(0x114)](_0x3adf24[_0x4543c1(0x11f)],_0x3adf24['KSopH'])?_0x4f7b0e[_0x4543c1(0x139)](helper['modifyBrowserStackCaps'](_0x475505[_0x4543c1(0x12e)],_0x3adf24[_0x4543c1(0x13b)],_0x3924b2)):(_0x8e9fc=_0x2c8ccd['join'](_0x5db7c3[_0x4543c1(0xf8)](),_0x396a0f['c']),_0x475ea7[_0x4543c1(0x121)](_0x1e7822,0x2));});const _0x47ddcd={},_0x15b25e=[];_0x4f7b0e[_0x14af50(0x10a)](_0x4313e9=>{const _0x505c6c=_0x14af50;if(_0x3adf24['sxKhk'](_0x3adf24[_0x505c6c(0xf9)],_0x3adf24[_0x505c6c(0xf9)])){const _0x1a0496=_0x3adf24[_0x505c6c(0x12a)](helper[_0x505c6c(0x109)](_0x4313e9,'_'),'_'+Date['now']()),_0x270d3e={};_0x270d3e[_0x505c6c(0x108)]=_0x4313e9;const _0x4b790f=_0x270d3e;_0x47ddcd[_0x1a0496]=_0x7a46ac[_0x3adf24[_0x505c6c(0x133)]][_0x3adf24['FntjM']][_0x3adf24['mlzeT']]?helper[_0x505c6c(0x163)](_0x4b790f,_0x7a46ac[_0x3adf24['UjuPQ']][_0x3adf24[_0x505c6c(0x11a)]][_0x3adf24[_0x505c6c(0x119)]]):_0x4b790f,_0x15b25e[_0x505c6c(0x139)](_0x1a0496);}else return;});const _0x4ba6d9={};_0x4ba6d9[_0x14af50(0x161)]=_0x198fef;const _0x3d3f34=_0x4ba6d9,_0x1abfd7=path[_0x14af50(0x112)](__dirname,_0x3adf24['XUANr']),_0x1ba724=process[_0x14af50(0xf8)]();process[_0x14af50(0x116)][_0x3adf24[_0x14af50(0xea)]]=_0x1ba724,process[_0x14af50(0x146)](path['dirname'](_0x198fef));const _0x53b23c=new CodeceptJS['Workers'](null,_0x3d3f34),_0x455e2e=_0x53b23c[_0x14af50(0x12b)](_0x3adf24[_0x14af50(0xe1)](_0x475505[_0x14af50(0x12e)]['parallelsPerPlatform'],_0x475505[_0x14af50(0x12e)][_0x14af50(0x134)]['length'])),_0x3cc305=_0x15b25e[_0x14af50(0x111)](_0xe5c987=>{const _0x2890fd=_0x14af50,_0x4147b7={};_0x4147b7[_0x2890fd(0x169)]=_0x3adf24[_0x2890fd(0xf1)];const _0x5fcba8=_0x4147b7;if(_0x3adf24['gGbMo'](_0x3adf24['PlZHV'],_0x3adf24[_0x2890fd(0xfb)])){const _0x3bba37={..._0x47ddcd[_0xe5c987]},_0x3efe65={};_0x3efe65['WebDriver']=_0x3bba37;const _0x541cc1={};_0x541cc1['require']=_0x1abfd7,_0x541cc1['enabled']=!![],_0x541cc1['skipSessionName']=_0x475505[_0x2890fd(0x12e)][_0x2890fd(0x129)][_0x2890fd(0xd9)],_0x541cc1['skipSessionStatus']=_0x475505[_0x2890fd(0x12e)][_0x2890fd(0x129)][_0x2890fd(0xfe)];const _0xae76ff={};_0xae76ff[_0x2890fd(0x16e)]=_0x541cc1;const _0x311fdd={};return _0x311fdd[_0x2890fd(0x140)]=_0x3efe65,_0x311fdd[_0x2890fd(0xd7)]=_0xae76ff,_0x311fdd;}else{_0x5d76d7[_0x2890fd(0x16f)](_0x5fcba8[_0x2890fd(0x169)],_0x346951[_0x2890fd(0x173)]);const _0x2ede15={[_0x6cddbd[_0x2890fd(0x173)]]:_0x244469[_0x2890fd(0xee)][_0x2890fd(0xf7)]};_0x1bb2cf[_0x2890fd(0x139)](_0x2ede15);}});for(const _0x2a7814 of _0x3cc305){if(_0x3adf24[_0x14af50(0x14a)](_0x3adf24[_0x14af50(0x130)],_0x3adf24['opNzX']))_0x594905[_0x14af50(0x139)](_0x56ebe4[_0x14af50(0x120)](_0x28b38c[_0x14af50(0x12e)],_0x3adf24[_0x14af50(0x13b)],_0x424a52));else for(const _0xad1dd of _0x455e2e){if(_0x3adf24[_0x14af50(0x164)](_0x3adf24[_0x14af50(0x156)],_0x3adf24[_0x14af50(0xdc)])){const _0x455f88=_0x53b23c[_0x14af50(0x151)]();_0x455f88[_0x14af50(0x154)](_0xad1dd),_0x455f88[_0x14af50(0xe4)](_0x2a7814);}else for(const _0x105b41 of _0x14e94b){const _0x4b2af1=_0x4c1f12[_0x14af50(0x151)]();_0x4b2af1['addTests'](_0x105b41),_0x4b2af1['addConfig'](_0x55dc6c);}}}_0x53b23c['on'](CodeceptJS[_0x14af50(0x10c)][_0x14af50(0xec)]['failed'],(_0x4a4903,_0x534722)=>{const _0x30fa3d=_0x14af50;if(_0x3adf24[_0x30fa3d(0x179)](_0x3adf24[_0x30fa3d(0x149)],_0x3adf24[_0x30fa3d(0x149)])){console[_0x30fa3d(0x16f)](_0x3adf24[_0x30fa3d(0xf1)],_0x4a4903[_0x30fa3d(0x173)]);const _0x4db03c={[_0x4a4903[_0x30fa3d(0x173)]]:_0x4a4903[_0x30fa3d(0xee)][_0x30fa3d(0xf7)]};_testErrorData[_0x30fa3d(0x139)](_0x4db03c);}else _0x12a294[_0x30fa3d(0x14b)](_0x30fa3d(0x113)+_0x21d560),_0x5225ee=_0x3adf24['Mwqcl'](_0x5a5da8,_0x2b9357);}),_0x53b23c['on'](CodeceptJS[_0x14af50(0x10c)][_0x14af50(0xec)][_0x14af50(0x141)],async _0x4b60a6=>{const _0x352567=_0x14af50;_0x3adf24[_0x352567(0x158)](_0x3adf24[_0x352567(0x16b)],_0x3adf24[_0x352567(0x16b)])?console[_0x352567(0x16f)](_0x3adf24['HrPBJ'],_0x4b60a6[_0x352567(0x173)]):_0x32dfb2=_0x5309b8[_0x352567(0x112)](_0x2f4e4f[_0x352567(0xf8)](),_0x3adf24[_0x352567(0xe0)]);}),_0x53b23c['on'](CodeceptJS['event'][_0x14af50(0xec)][_0x14af50(0x14e)],async _0xf25d14=>{const _0x248812=_0x14af50;if(_0x3adf24[_0x248812(0x155)](_0x3adf24[_0x248812(0xdd)],_0x3adf24[_0x248812(0x104)])){const _0x1ea565=_0xbad14a['spawn']();_0x1ea565[_0x248812(0x154)](_0x53d32a),_0x1ea565['addConfig'](_0x5b39ea);}else console[_0x248812(0x16f)](_0x3adf24[_0x248812(0x145)],_0xf25d14['title']);}),_0x53b23c['on'](CodeceptJS[_0x14af50(0x10c)][_0x14af50(0x118)][_0x14af50(0x101)],async()=>{const _0x1e4a83=_0x14af50;if(_0x3adf24[_0x1e4a83(0x158)](_0x3adf24[_0x1e4a83(0x122)],_0x3adf24['eZHuE']))_0x475505[_0x1e4a83(0xed)]=_testErrorData,helper[_0x1e4a83(0x138)](_0x475505),_0x53b23c['printResults']();else{if(_0x57b5f8['existsSync'](_0x141fb0[_0x1e4a83(0x112)](_0x3fb652['cwd'](),_0x3adf24['Vfxeo'])))_0xfaa64e=_0x1c7893['join'](_0x5167dd[_0x1e4a83(0xf8)](),_0x3adf24[_0x1e4a83(0x143)]);else _0x38d6c7[_0x1e4a83(0xf2)](_0x3e207e['join'](_0x204fdb[_0x1e4a83(0xf8)](),_0x3adf24[_0x1e4a83(0xe0)]))&&(_0x51f12a=_0x3dc902[_0x1e4a83(0x112)](_0x43a667[_0x1e4a83(0xf8)](),_0x3adf24[_0x1e4a83(0xe0)]));}});async function _0x456307(){const _0x4cb1c4=_0x14af50;try{await _0x53b23c[_0x4cb1c4(0x12f)](),await _0x53b23c['run']();}finally{process['chdir'](_0x1ba724),await _0x53b23c[_0x4cb1c4(0x124)]();}}_0x3adf24[_0x14af50(0x13d)](_0x456307);}module[a1_0x185061(0x126)]=run;
|
|
2
|
+
'use strict';const a1_0x1b2337=a1_0x1f52;(function(_0x25e044,_0x4bc35b){const _0x4c1cfb=a1_0x1f52,_0x6db27b=_0x25e044();while(!![]){try{const _0x5797ac=parseInt(_0x4c1cfb(0x121))/0x1+parseInt(_0x4c1cfb(0x141))/0x2+-parseInt(_0x4c1cfb(0x16a))/0x3*(-parseInt(_0x4c1cfb(0x10c))/0x4)+-parseInt(_0x4c1cfb(0x119))/0x5*(parseInt(_0x4c1cfb(0x14e))/0x6)+parseInt(_0x4c1cfb(0x13c))/0x7+parseInt(_0x4c1cfb(0x161))/0x8*(parseInt(_0x4c1cfb(0x11c))/0x9)+-parseInt(_0x4c1cfb(0x15e))/0xa;if(_0x5797ac===_0x4bc35b)break;else _0x6db27b['push'](_0x6db27b['shift']());}catch(_0x5c9c2f){_0x6db27b['push'](_0x6db27b['shift']());}}}(a1_0x43bc,0x8a158));const fs=require('fs'),path=require(a1_0x1b2337(0x117)),{spawn}=require(a1_0x1b2337(0x18c)),process=require(a1_0x1b2337(0x14f)),logger=require(a1_0x1b2337(0x127))[a1_0x1b2337(0x100)],{default:BrowserStackSetup}=require(a1_0x1b2337(0x186)),helper=require(a1_0x1b2337(0xf5)),{requireModule}=require(a1_0x1b2337(0xf5)),CodeceptJS=requireModule(a1_0x1b2337(0x140)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x38100d,_0x44d1b6)=>{const _0x59e1ac=a1_0x1b2337,_0x362f5d={};_0x362f5d[_0x59e1ac(0x132)]='codecept.conf.js',_0x362f5d[_0x59e1ac(0x171)]=_0x59e1ac(0x104),_0x362f5d[_0x59e1ac(0x148)]=function(_0x45a21a,_0x12ce65){return _0x45a21a===_0x12ce65;},_0x362f5d[_0x59e1ac(0x122)]=function(_0x273c1d,_0x41c003){return _0x273c1d===_0x41c003;},_0x362f5d['JQVga']='OUISd',_0x362f5d[_0x59e1ac(0x142)]=_0x59e1ac(0x114),_0x362f5d['NxSLW']=_0x59e1ac(0x166),_0x362f5d['ysVxT']=function(_0x41cfbb,_0x588118){return _0x41cfbb!==_0x588118;},_0x362f5d[_0x59e1ac(0xf7)]='nPfdy',_0x362f5d[_0x59e1ac(0xf0)]=_0x59e1ac(0x17d),_0x362f5d[_0x59e1ac(0x159)]=_0x59e1ac(0x106),_0x362f5d['xPncs']=function(_0x56ea04,_0x5b8a1c){return _0x56ea04===_0x5b8a1c;},_0x362f5d[_0x59e1ac(0x17c)]=_0x59e1ac(0xf4),_0x362f5d[_0x59e1ac(0x15d)]=function(_0x3c5309,_0x1f5904){return _0x3c5309===_0x1f5904;},_0x362f5d[_0x59e1ac(0x164)]=_0x59e1ac(0x124);const _0x4e6190=_0x362f5d;let _0x64ff02=null;const _0x27cf05={};let _0x34fd94=_0x44d1b6[_0x59e1ac(0x189)](_0x2d699b=>_0x2d699b===_0x59e1ac(0x173));if(_0x4e6190[_0x59e1ac(0x148)](_0x34fd94,-0x1)){if(_0x4e6190[_0x59e1ac(0x122)](_0x4e6190['JQVga'],_0x4e6190[_0x59e1ac(0x11a)]))_0x34fd94=_0x44d1b6[_0x59e1ac(0x189)](_0x430aa7=>_0x430aa7==='-c');else{if(_0x298006['existsSync'](_0x4bfa51[_0x59e1ac(0x184)](_0x2c6cc5[_0x59e1ac(0x156)](),_0x4e6190[_0x59e1ac(0x132)])))_0x34f591=_0x4bd934['join'](_0x2ce479['cwd'](),_0x4e6190[_0x59e1ac(0x132)]);else _0x1de15e[_0x59e1ac(0x12c)](_0x311c7d['join'](_0x25c358['cwd'](),_0x4e6190[_0x59e1ac(0x171)]))&&(_0x37a65f=_0x5b9b22[_0x59e1ac(0x184)](_0x513b82['cwd'](),_0x4e6190[_0x59e1ac(0x171)]));}}if(!helper['isUndefined'](_0x38100d[_0x59e1ac(0x137)])&&fs[_0x59e1ac(0x12c)](path['join'](process[_0x59e1ac(0x156)](),_0x38100d['config'])))_0x4e6190[_0x59e1ac(0x122)](_0x4e6190[_0x59e1ac(0x142)],_0x4e6190['NxSLW'])?(_0x160d97=_0x14c3cd[_0x59e1ac(0x184)](_0x129c1e['cwd'](),_0xbaa585[_0x59e1ac(0x137)]),_0x45c149['slice'](_0x3456ae,0x2)):(_0x64ff02=path[_0x59e1ac(0x184)](process[_0x59e1ac(0x156)](),_0x38100d[_0x59e1ac(0x137)]),_0x44d1b6[_0x59e1ac(0x111)](_0x34fd94,0x2));else{if(!helper[_0x59e1ac(0x12d)](_0x38100d['c'])&&fs[_0x59e1ac(0x12c)](path[_0x59e1ac(0x184)](process['cwd'](),_0x38100d['c']))){if(_0x4e6190[_0x59e1ac(0x145)](_0x4e6190[_0x59e1ac(0xf7)],_0x4e6190[_0x59e1ac(0xf0)]))_0x64ff02=path['join'](process[_0x59e1ac(0x156)](),_0x38100d['c']),_0x44d1b6['slice'](_0x34fd94,0x2);else{const _0x23663a={..._0x48122d[_0x56a2fa]},_0x4d134b={};_0x4d134b[_0x59e1ac(0xf3)]=_0x23663a;const _0xf21ff5={};_0xf21ff5['require']=_0x19376f,_0xf21ff5[_0x59e1ac(0x18d)]=!![],_0xf21ff5[_0x59e1ac(0x15b)]=_0x148d6b[_0x59e1ac(0x137)][_0x59e1ac(0x138)]['skipSessionName'],_0xf21ff5[_0x59e1ac(0xee)]=_0x2456c8['config'][_0x59e1ac(0x138)][_0x59e1ac(0xee)];const _0x290060={};_0x290060[_0x59e1ac(0x123)]=_0xf21ff5;const _0x355eab={};return _0x355eab[_0x59e1ac(0x168)]=_0x4d134b,_0x355eab[_0x59e1ac(0x153)]=_0x290060,_0x355eab;}}else{if(_0x4e6190[_0x59e1ac(0x148)](_0x4e6190[_0x59e1ac(0x159)],_0x4e6190[_0x59e1ac(0x159)])){if(fs[_0x59e1ac(0x12c)](path[_0x59e1ac(0x184)](process['cwd'](),_0x4e6190[_0x59e1ac(0x132)]))){if(_0x4e6190[_0x59e1ac(0x18e)](_0x4e6190['rXGbA'],_0x4e6190['rXGbA']))_0x64ff02=path[_0x59e1ac(0x184)](process[_0x59e1ac(0x156)](),_0x4e6190['XofQE']);else return;}else{if(fs[_0x59e1ac(0x12c)](path[_0x59e1ac(0x184)](process[_0x59e1ac(0x156)](),_0x4e6190[_0x59e1ac(0x171)]))){if(_0x4e6190['OLGlN'](_0x4e6190[_0x59e1ac(0x164)],_0x4e6190[_0x59e1ac(0x164)]))_0x64ff02=path[_0x59e1ac(0x184)](process[_0x59e1ac(0x156)](),_0x4e6190[_0x59e1ac(0x171)]);else{const _0x30b505=_0x37b8c5[_0x59e1ac(0x109)]();_0x30b505['addTests'](_0x596e3d),_0x30b505[_0x59e1ac(0x157)](_0x546269);}}}}else _0x20e38d[_0x59e1ac(0x143)]=_0x22d6b7,_0x207102[_0x59e1ac(0x120)](_0x8c89c5),_0x2e1f4f[_0x59e1ac(0x10f)]();}}return _0x64ff02;};function a1_0x43bc(){const _0x6938f5=['SgmrN','ndCxh','passed','skipSessionName','browserStackCwd','OLGlN','12857000MYZHOj','ZlVJC','bRqum','8MQYWmk','FXDni','vUxhk','ctMSK','frrJs','aeVUx','modifyBrowserStackCaps','helpers','push','2985657zZCoul','illuu','UXzMR','title','WbgOZ','NybAh','result','vVonH','forEach','--config','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','Pgjfv','testConfig','npCvW','desiredCapabilities','BrowserStackPlugin.js','info','HsGZf','rXGbA','ZrSMS','MsUmO','zMzBa','YnjDF','VFjKp','map','jkeHW','join','UMqTs','../../helpers/BrowserStackSetup','Kkrdp','HXHRG','findIndex','tnuPX','DsgVN','child_process','enabled','xPncs','failed','now','skipSessionStatus','before','YOEas','modifyBrowserStackW3CCaps','zgfOO','WebDriver','KEBzz','../../helpers/helper','bIUBI','CPeHS','require','platforms','addTests','Nafmo','pndio','HYJpp','VoYFu','ZSdaZ','winstonLogger','FMWlL','IUhbA','gPhUB','codecept.json','event','XeIIb','pXNWp','err','spawn','Workers','dirname','4kpRQKH','Passed\x20:\x20','ImtMu','printResults','cSvFQ','slice','VKuhs','initialize','zrrsD','oigIO','Started\x20:\x20','path','BUiVO','2765OsbRiJ','JQVga','TDGFU','6718581ULyjsN','ABZVq','tHVRO','METMF','finalExecution','943219pbvKSg','bfPXz','BrowserStackPlugin','QdqgZ','TYKHA','niyrC','../../helpers/logger','qcxtt','codeceptjs','all','parallelsPerPlatform','existsSync','isUndefined','codecept.conf.js','stack','DIBmX','chdir','XofQE','mNslI','lMhEX','fqGVW','iwZFp','config','testContextOptions','YBTGe','handleApp','UmKfP','1449049kzydvn','test','YLhAh','AEfRv','codeceptjs/lib/index.js','36666yOXCEX','bApxc','errorMessage','Failed\x20:\x20','ysVxT','aOZGs','teardownAll','yvPxY','YdInL','log','length','iHGPk','mergeDeep','11490IiHaGe','process','GivmG','getPlatformName','LLKMq','plugins','UyWNe','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','cwd','addConfig'];a1_0x43bc=function(){return _0x6938f5;};return a1_0x43bc();}function a1_0x1f52(_0x99e6f6,_0xc4623){const _0x43bc32=a1_0x43bc();return a1_0x1f52=function(_0x1f5269,_0x3a835b){_0x1f5269=_0x1f5269-0xec;let _0x40f87b=_0x43bc32[_0x1f5269];return _0x40f87b;},a1_0x1f52(_0x99e6f6,_0xc4623);}async function run(_0x53eed1,_0x3a0bcb){const _0x4f7e79=a1_0x1b2337,_0x11d21b={'qcxtt':_0x4f7e79(0x129),'TDGFU':_0x4f7e79(0x10d),'VFjKp':'codecept.json','bRqum':_0x4f7e79(0x155),'illuu':function(_0x569d86,_0x25afd7){return _0x569d86!==_0x25afd7;},'YdInL':_0x4f7e79(0x158),'vUxhk':function(_0x40e7b5,_0x2207c8){return _0x40e7b5===_0x2207c8;},'MsUmO':_0x4f7e79(0x188),'NybAh':_0x4f7e79(0x13e),'cSvFQ':_0x4f7e79(0x144),'LLKMq':_0x4f7e79(0x107),'oigIO':_0x4f7e79(0x103),'METMF':function(_0xeba072,_0x158a07){return _0xeba072+_0x158a07;},'UMqTs':'config','DIBmX':_0x4f7e79(0x168),'VoYFu':_0x4f7e79(0xf3),'sLupu':function(_0x409547,_0x43af1c){return _0x409547===_0x43af1c;},'UmKfP':_0x4f7e79(0x183),'npCvW':'ScSOG','fqGVW':function(_0x180752,_0x2a7e38){return _0x180752(_0x2a7e38);},'BUiVO':_0x4f7e79(0x116),'FXDni':'iuKmb','tnuPX':_0x4f7e79(0x12e),'tHVRO':_0x4f7e79(0x101),'lMhEX':function(_0x3896ac,_0x58258e){return _0x3896ac!==_0x58258e;},'UyWNe':'YcZLb','iHGPk':_0x4f7e79(0x175),'HsGZf':_0x4f7e79(0xf6),'Nafmo':'unsht','yUsZT':function(_0x452ec9,_0x133f44){return _0x452ec9!==_0x133f44;},'frrJs':_0x4f7e79(0x17f),'Ijuph':_0x4f7e79(0x13f),'ZlVJC':function(_0x5106fb,_0x5a7d54,_0x3056bd){return _0x5106fb(_0x5a7d54,_0x3056bd);},'mNslI':_0x4f7e79(0x102),'HYJpp':_0x4f7e79(0x16c),'iwZFp':function(_0x11fc52,_0x50c3e2){return _0x11fc52(_0x50c3e2);},'WbgOZ':'PZDVn','TYKHA':_0x4f7e79(0x146),'ABZVq':_0x4f7e79(0x179),'NyueQ':_0x4f7e79(0x15c),'Kkrdp':function(_0x4add5c,_0x59d61c){return _0x4add5c*_0x59d61c;},'pndio':function(_0x2cecfb,_0x52f0b9){return _0x2cecfb===_0x52f0b9;},'niyrC':_0x4f7e79(0x139),'DsgVN':_0x4f7e79(0x10e),'zgfOO':function(_0x3d15d6,_0x4e045c){return _0x3d15d6!==_0x4e045c;},'VKuhs':_0x4f7e79(0xff),'YnjDF':function(_0x195b32){return _0x195b32();}},_0x2956ce=new BrowserStackSetup(_0x53eed1,_0x11d21b['qcxtt']);await _0x2956ce[_0x4f7e79(0x113)](),await helper[_0x4f7e79(0x13a)](_0x2956ce[_0x4f7e79(0x137)]);if(!_0x2956ce[_0x4f7e79(0x137)]){if(_0x11d21b['yUsZT'](_0x11d21b[_0x4f7e79(0x165)],_0x11d21b['Ijuph']))return;else _0x560e88?_0x181d09[_0x4f7e79(0x169)](_0x1629cf[_0x4f7e79(0xf1)](_0x2d8526[_0x4f7e79(0x137)],_0x11d21b[_0x4f7e79(0x128)],_0x43e663)):_0xe85743[_0x4f7e79(0x169)](_0x38da9f[_0x4f7e79(0x167)](_0x580ffe[_0x4f7e79(0x137)],_0x11d21b[_0x4f7e79(0x128)],_0x21794e));}const _0x559bc5=_0x11d21b[_0x4f7e79(0x15f)](getUserCodeceptJSConfigs,_0x53eed1,_0x3a0bcb);let _0x207df0={};_0x559bc5?_0x11d21b[_0x4f7e79(0x163)](_0x11d21b[_0x4f7e79(0x133)],_0x11d21b[_0x4f7e79(0xfd)])?(_0x20e3b7=_0x33bbc8[_0x4f7e79(0x184)](_0xfeca8[_0x4f7e79(0x156)](),_0x56f9cd['c']),_0x15f822[_0x4f7e79(0x111)](_0x3be225,0x2)):(logger[_0x4f7e79(0x17a)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x559bc5),_0x207df0=_0x11d21b[_0x4f7e79(0x136)](require,_0x559bc5)):_0x11d21b[_0x4f7e79(0x134)](_0x11d21b[_0x4f7e79(0x16e)],_0x11d21b[_0x4f7e79(0x125)])?logger['info'](_0x11d21b[_0x4f7e79(0x160)]):_0x1f24ad['push'](_0x6044d3[_0x4f7e79(0xf1)](_0x2eb373['config'],_0x11d21b['qcxtt'],_0x6e967d));const _0x179d29=helper['useW3C'](_0x2956ce[_0x4f7e79(0x137)]),_0x67ee59=[];_0x2956ce[_0x4f7e79(0x137)][_0x4f7e79(0xf9)][_0x4f7e79(0x172)]((_0x2e1549,_0x1f1c66)=>{const _0x3a3e2b=_0x4f7e79,_0x1186f1={};_0x1186f1[_0x3a3e2b(0x150)]=_0x11d21b['bRqum'];const _0x4dda50=_0x1186f1;_0x11d21b[_0x3a3e2b(0x16b)](_0x11d21b['YdInL'],_0x11d21b[_0x3a3e2b(0x149)])?_0x3cec54[_0x3a3e2b(0x14a)](_0x11d21b[_0x3a3e2b(0x11b)],_0x5aa14f[_0x3a3e2b(0x16d)]):_0x179d29?_0x11d21b[_0x3a3e2b(0x163)](_0x11d21b[_0x3a3e2b(0x17e)],_0x11d21b[_0x3a3e2b(0x17e)])?_0x67ee59[_0x3a3e2b(0x169)](helper[_0x3a3e2b(0xf1)](_0x2956ce['config'],_0x11d21b[_0x3a3e2b(0x128)],_0x1f1c66)):_0x11ccfd['info'](_0x4dda50[_0x3a3e2b(0x150)]):_0x11d21b[_0x3a3e2b(0x16b)](_0x11d21b[_0x3a3e2b(0x16f)],_0x11d21b[_0x3a3e2b(0x16f)])?_0x3ad629=_0x54a21c['join'](_0x37b0cc['cwd'](),_0x11d21b[_0x3a3e2b(0x181)]):_0x67ee59[_0x3a3e2b(0x169)](helper[_0x3a3e2b(0x167)](_0x2956ce[_0x3a3e2b(0x137)],_0x11d21b[_0x3a3e2b(0x128)],_0x1f1c66));});const _0x5b503a={},_0x58565d=[];_0x67ee59[_0x4f7e79(0x172)](_0x405a5d=>{const _0x35e0b2=_0x4f7e79;if(_0x11d21b['vUxhk'](_0x11d21b[_0x35e0b2(0x152)],_0x11d21b[_0x35e0b2(0x115)])){_0x11195f[_0x35e0b2(0x14a)](_0x11d21b['cSvFQ'],_0x2329f7[_0x35e0b2(0x16d)]);const _0x3f1d81={[_0x1d9223[_0x35e0b2(0x16d)]]:_0x2757e4[_0x35e0b2(0x108)][_0x35e0b2(0x12f)]};_0x4cf80a['push'](_0x3f1d81);}else{const _0x5d3a0a=_0x11d21b[_0x35e0b2(0x11f)](helper[_0x35e0b2(0x151)](_0x405a5d,'_'),'_'+Date[_0x35e0b2(0xed)]()),_0x4854ee={};_0x4854ee['desiredCapabilities']=_0x405a5d;const _0x59f25c=_0x4854ee;_0x5b503a[_0x5d3a0a]=_0x207df0[_0x11d21b[_0x35e0b2(0x185)]][_0x11d21b['DIBmX']][_0x11d21b[_0x35e0b2(0xfe)]]?helper[_0x35e0b2(0x14d)](_0x59f25c,_0x207df0[_0x11d21b[_0x35e0b2(0x185)]][_0x11d21b[_0x35e0b2(0x130)]][_0x11d21b['VoYFu']]):_0x59f25c,_0x58565d['push'](_0x5d3a0a);}});const _0x39a4c4={};_0x39a4c4[_0x4f7e79(0x176)]=_0x559bc5;const _0x8c6081=_0x39a4c4,_0x4fef43=path[_0x4f7e79(0x184)](__dirname,_0x11d21b[_0x4f7e79(0x11d)]),_0x4d5df2=process[_0x4f7e79(0x156)]();process['env'][_0x11d21b['NyueQ']]=_0x4d5df2,process[_0x4f7e79(0x131)](path[_0x4f7e79(0x10b)](_0x559bc5));const _0x29a3ad=new CodeceptJS[(_0x4f7e79(0x10a))](null,_0x8c6081),_0x9f48c5=_0x29a3ad['createGroupsOfSuites'](_0x11d21b[_0x4f7e79(0x187)](_0x2956ce[_0x4f7e79(0x137)][_0x4f7e79(0x12b)],_0x2956ce[_0x4f7e79(0x137)][_0x4f7e79(0xf9)][_0x4f7e79(0x14b)])),_0x2c8674=_0x58565d[_0x4f7e79(0x182)](_0x367714=>{const _0x7bfc0b=_0x4f7e79;if(_0x11d21b['sLupu'](_0x11d21b[_0x7bfc0b(0x13b)],_0x11d21b[_0x7bfc0b(0x177)])){const _0x29f383=_0x11d21b[_0x7bfc0b(0x11f)](_0xf72409[_0x7bfc0b(0x151)](_0x40cbbe,'_'),'_'+_0x1b8c45['now']()),_0x5b1f7e={};_0x5b1f7e[_0x7bfc0b(0x178)]=_0x395374;const _0x1b7752=_0x5b1f7e;_0x2c17ba[_0x29f383]=_0x577fba[_0x11d21b['UMqTs']][_0x11d21b[_0x7bfc0b(0x130)]][_0x11d21b[_0x7bfc0b(0xfe)]]?_0x361fd6[_0x7bfc0b(0x14d)](_0x1b7752,_0x376c6b[_0x11d21b[_0x7bfc0b(0x185)]][_0x11d21b[_0x7bfc0b(0x130)]][_0x11d21b['VoYFu']]):_0x1b7752,_0x2594df[_0x7bfc0b(0x169)](_0x29f383);}else{const _0x38e647={..._0x5b503a[_0x367714]},_0x438a11={};_0x438a11['WebDriver']=_0x38e647;const _0x2f3b33={};_0x2f3b33[_0x7bfc0b(0xf8)]=_0x4fef43,_0x2f3b33[_0x7bfc0b(0x18d)]=!![],_0x2f3b33[_0x7bfc0b(0x15b)]=_0x2956ce[_0x7bfc0b(0x137)][_0x7bfc0b(0x138)]['skipSessionName'],_0x2f3b33[_0x7bfc0b(0xee)]=_0x2956ce[_0x7bfc0b(0x137)][_0x7bfc0b(0x138)][_0x7bfc0b(0xee)];const _0x11b514={};_0x11b514[_0x7bfc0b(0x123)]=_0x2f3b33;const _0xac9a0e={};return _0xac9a0e[_0x7bfc0b(0x168)]=_0x438a11,_0xac9a0e[_0x7bfc0b(0x153)]=_0x11b514,_0xac9a0e;}});for(const _0x1edeb0 of _0x2c8674){if(_0x11d21b[_0x4f7e79(0xfc)](_0x11d21b[_0x4f7e79(0x126)],_0x11d21b[_0x4f7e79(0x18b)]))_0x285fc1['info'](_0x4f7e79(0x174)+_0x269824),_0x483def=_0x11d21b[_0x4f7e79(0x135)](_0xc00a0,_0x278676);else for(const _0x50fc51 of _0x9f48c5){if(_0x11d21b[_0x4f7e79(0xf2)](_0x11d21b['VKuhs'],_0x11d21b[_0x4f7e79(0x112)]))_0x5507ca[_0x4f7e79(0x14a)](_0x11d21b['BUiVO'],_0x8dd8fd[_0x4f7e79(0x16d)]);else{const _0x460d1b=_0x29a3ad[_0x4f7e79(0x109)]();_0x460d1b['addTests'](_0x50fc51),_0x460d1b[_0x4f7e79(0x157)](_0x1edeb0);}}}_0x29a3ad['on'](CodeceptJS[_0x4f7e79(0x105)][_0x4f7e79(0x13d)][_0x4f7e79(0xec)],(_0x5e5547,_0x2cac1e)=>{const _0xe0075a=_0x4f7e79;if(_0x11d21b[_0xe0075a(0x16b)](_0x11d21b[_0xe0075a(0x162)],_0x11d21b[_0xe0075a(0x162)]))_0x1b03e5=_0x4ab84a[_0xe0075a(0x189)](_0x47d95f=>_0x47d95f==='-c');else{console[_0xe0075a(0x14a)](_0x11d21b[_0xe0075a(0x110)],_0x5e5547[_0xe0075a(0x16d)]);const _0x5db0e8={[_0x5e5547[_0xe0075a(0x16d)]]:_0x5e5547[_0xe0075a(0x108)]['stack']};_testErrorData['push'](_0x5db0e8);}}),_0x29a3ad['on'](CodeceptJS[_0x4f7e79(0x105)][_0x4f7e79(0x13d)][_0x4f7e79(0x15a)],async _0x2a7181=>{const _0x2e0a96=_0x4f7e79;_0x11d21b[_0x2e0a96(0x16b)](_0x11d21b[_0x2e0a96(0x11e)],_0x11d21b[_0x2e0a96(0x11e)])?_0x4699d6=_0x3c8edb['join'](_0xf0f263[_0x2e0a96(0x156)](),_0x11d21b[_0x2e0a96(0x18a)]):console[_0x2e0a96(0x14a)](_0x11d21b['TDGFU'],_0x2a7181[_0x2e0a96(0x16d)]);}),_0x29a3ad['on'](CodeceptJS[_0x4f7e79(0x105)][_0x4f7e79(0x13d)][_0x4f7e79(0xef)],async _0x4a54c6=>{const _0x54b666=_0x4f7e79;if(_0x11d21b[_0x54b666(0x134)](_0x11d21b[_0x54b666(0x154)],_0x11d21b[_0x54b666(0x14c)]))console[_0x54b666(0x14a)](_0x11d21b[_0x54b666(0x118)],_0x4a54c6[_0x54b666(0x16d)]);else for(const _0xace5ac of _0x1e0659){const _0xa521e5=_0x4c02d3[_0x54b666(0x109)]();_0xa521e5[_0x54b666(0xfa)](_0xace5ac),_0xa521e5['addConfig'](_0xe51497);}}),_0x29a3ad['on'](CodeceptJS[_0x4f7e79(0x105)][_0x4f7e79(0x12a)][_0x4f7e79(0x170)],async()=>{const _0x1de4bd=_0x4f7e79;_0x11d21b['vUxhk'](_0x11d21b[_0x1de4bd(0x17b)],_0x11d21b[_0x1de4bd(0xfb)])?_0xd07b6f['push'](_0x3a4f7a[_0x1de4bd(0x167)](_0x337c5f[_0x1de4bd(0x137)],_0x11d21b[_0x1de4bd(0x128)],_0x9b21a5)):(_0x2956ce[_0x1de4bd(0x143)]=_testErrorData,helper['finalExecution'](_0x2956ce),_0x29a3ad[_0x1de4bd(0x10f)]());});async function _0x26f1fb(){const _0x4ec930=_0x4f7e79;try{await _0x29a3ad['bootstrapAll'](),await _0x29a3ad['run']();}finally{process['chdir'](_0x4d5df2),await _0x29a3ad[_0x4ec930(0x147)]();}}_0x11d21b[_0x4f7e79(0x180)](_0x26f1fb);}module['exports']=run;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a2_0x1e59(_0x20e624,_0x3c0dcf){const _0x1dd719=a2_0x1dd7();return a2_0x1e59=function(_0x1e593f,_0x57ce86){_0x1e593f=_0x1e593f-0xe7;let _0x668982=_0x1dd719[_0x1e593f];return _0x668982;},a2_0x1e59(_0x20e624,_0x3c0dcf);}const a2_0x112dec=a2_0x1e59;(function(_0x326695,_0x3eec4f){const _0x569bbe=a2_0x1e59,_0x39af98=_0x326695();while(!![]){try{const _0x30b7df=parseInt(_0x569bbe(0xf6))/0x1+parseInt(_0x569bbe(0xf1))/0x2+-parseInt(_0x569bbe(0x149))/0x3+parseInt(_0x569bbe(0x152))/0x4*(-parseInt(_0x569bbe(0x165))/0x5)+parseInt(_0x569bbe(0x135))/0x6+-parseInt(_0x569bbe(0x175))/0x7*(-parseInt(_0x569bbe(0x14a))/0x8)+-parseInt(_0x569bbe(0x122))/0x9*(parseInt(_0x569bbe(0x10c))/0xa);if(_0x30b7df===_0x3eec4f)break;else _0x39af98['push'](_0x39af98['shift']());}catch(_0x3cf7d0){_0x39af98['push'](_0x39af98['shift']());}}}(a2_0x1dd7,0x7c44d));const fs=require('fs'),path=require(a2_0x112dec(0x132)),logger=require(a2_0x112dec(0x145))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x112dec(0x127)),helper=require('../../helpers/helper'),constants=require(a2_0x112dec(0x137)),{parallelCucumberRun}=require(a2_0x112dec(0x139)),chalk=require(a2_0x112dec(0x136));function a2_0x1dd7(){const _0x3b6f79=['modifyBrowserStackCaps','stepsUnknown','fAOnj','20lUnKKJ','YanQL','feitE','ipgZg','****\x20RESULTS\x20****','MVlmz','green','SyYnW','QfQmB','OQVkG','gfMhT','AHuSE','bold','MUWWw','errorMessage','log','YUqEj','hxWhX','xQUkh','push','Generating\x20consolidated\x20report...','red','1379727Mnbtnp','length','mergeOutputFiles','scenarios','FXZvP','../../helpers/BrowserStackSetup','config','EVgTK','ZDGWZ','removeDir','TpMwv','TeJMk','yellow','\x20passed','svreZ','bThGo','path','ospGB','TEwNn','1668234FSqAka','chalk','../utils/constants','nOtIA','../test-runner','huKit','createDir','\x20failed','UqYjJ','cucumber','useW3C','cyan','finally','srSdT','then','stepsUndefined','../../helpers/logger','EBLeI','gzidr','plkxj','1085715tHMFgs','8JHQExn','hrrHf','TjmCl','iCSkV','pHAaL','WoiNx','sEcKB','PTPNu','33940bDkYlm','zFRrq','yVbxC','parallelsPerPlatform','handleApp','UeKUR','xGaZH','yJoZu','scenariosFailed','\x20ambiguous','RGMeO','ZbJOZ','\x20pending','finalExecution','xoYXO','ABvpX','RytdA','hioDx','cucumber-js','355ynJveY','exports','TLUrJ','kIJbo','\x20undefined','join','eJdXY','\x20scenarios','parseFormatters','skipSessionName','ehhiR','TNczl','RXMYO','KLRcs','\x20skipped','ZEwVU','5695130SKdPdy','getErrorMessageFromResults','dfdHK','WUFjl','skipSessionStatus','tmp','huRJe','proxySettings','pRskZ','lzrkp','fffrq','yBWNQ','ZksXy','testContextOptions','HWngp','haatu','INdAk','ARXPy','PyoGc','582854LpUfRP','qTDxi','steps','SAoZe','forEach','396895aPabRO','dWAgq','stepsPassed','stepsPending','Removing\x20tmp\x20directory\x20created\x20for\x20reports','splice','modifyBrowserStackW3CCaps','rAxkQ','exitCode','vIvdZ','processSuccess','stepsSkipped','bVUaW','LggAN','EnxIq','debug','mclAw','markSDKSetupComplete','tIJLS'];a2_0x1dd7=function(){return _0x3b6f79;};return a2_0x1dd7();}function printCucumberStats(_0x5529c2){const _0x295c17=a2_0x112dec,_0x5e61d8={'YUqEj':function(_0x1895ac,_0x2f97bd){return _0x1895ac>_0x2f97bd;},'hzuSn':function(_0x21accd,_0x85cea8){return _0x21accd(_0x85cea8);},'ARXPy':function(_0x3b2741,_0x4dd05f){return _0x3b2741>_0x4dd05f;},'sEcKB':_0x295c17(0x120),'feitE':_0x295c17(0xfa),'FXZvP':function(_0x290ad9,_0x168891){return _0x290ad9-_0x168891;},'RXMYO':function(_0x398101,_0x5cfb4c){return _0x398101>=_0x5cfb4c;},'TLUrJ':_0x295c17(0x13e),'lzrkp':function(_0x5d4c46,_0x22c126){return _0x5d4c46!==_0x22c126;},'WUFjl':_0x295c17(0x111),'ZEwVU':function(_0x234ecf,_0x485a24){return _0x234ecf>_0x485a24;},'JgHgc':function(_0x41da33,_0x4a360e){return _0x41da33>_0x4a360e;},'xQUkh':_0x295c17(0x134),'iCSkV':_0x295c17(0x10f),'QfQmB':function(_0x11fce6,_0x1fdff3){return _0x11fce6!==_0x1fdff3;},'LggAN':_0x295c17(0xec),'bThGo':_0x295c17(0x12a),'ZbJOZ':function(_0x5c454e,_0x5982c2){return _0x5c454e!==_0x5982c2;},'TNczl':'DvORL','UeKUR':_0x295c17(0x15c),'gfMhT':function(_0x1d0d1f,_0x3f8b9b){return _0x1d0d1f===_0x3f8b9b;},'UqYjJ':_0x295c17(0xff),'dWAgq':function(_0x336558,_0x2bdfb5){return _0x336558>_0x2bdfb5;},'SyYnW':_0x295c17(0xf2),'NoTsO':'Vmbzm','zFRrq':function(_0x87af0a,_0x16e68b){return _0x87af0a>_0x16e68b;},'uWVOM':'PvbQr','svreZ':_0x295c17(0x159),'OQVkG':function(_0x457e92,_0x1221db){return _0x457e92===_0x1221db;},'lCAgF':_0x295c17(0x158),'EBLeI':_0x295c17(0x16f),'rAxkQ':_0x295c17(0x162),'PTPNu':_0x295c17(0x163),'hrrHf':function(_0x574a35,_0x4690b7){return _0x574a35>_0x4690b7;},'eJdXY':'iKryT','pRskZ':function(_0x9152ca,_0x71c32d){return _0x9152ca+_0x71c32d;},'MUWWw':function(_0x442366,_0x3e2e1c){return _0x442366+_0x3e2e1c;},'yVbxC':function(_0x1fbc92,_0x4e3cb9){return _0x1fbc92+_0x4e3cb9;},'AHuSE':function(_0x18f84c,_0x25147b){return _0x18f84c===_0x25147b;},'huRJe':function(_0x51e0e8,_0x2b3905){return _0x51e0e8!==_0x2b3905;},'umWUX':_0x295c17(0xf0),'JnxBw':function(_0x35b1ed,_0x4b0851){return _0x35b1ed===_0x4b0851;},'fAOnj':function(_0x4dc5fe,_0x2794b1){return _0x4dc5fe===_0x2794b1;},'mclAw':_0x295c17(0x102),'ZksXy':_0x295c17(0x108),'uvlGk':_0x295c17(0x110)};let _0x4b9846=0x0;if(_0x5e61d8['JnxBw'](_0x5529c2[_0x295c17(0x123)],0x0)){if(_0x5e61d8[_0x295c17(0x10b)](_0x5e61d8[_0x295c17(0x106)],_0x5e61d8[_0x295c17(0xea)]))_0x59175c+=_0x5e61d8[_0x295c17(0x11c)](_0x5ab39c,0x0)?'\x20('+_0x363737[_0x295c17(0x118)][_0x295c17(0x121)](_0x277a16+_0x295c17(0x13c))+')':'\x20('+_0x5e8cab[_0x295c17(0x118)][_0x295c17(0x112)](_0x53c1ac+_0x295c17(0x12f))+')';else return _0x4b9846;}return console[_0x295c17(0x11b)](chalk['bold']['bgWhite'](_0x5e61d8['uvlGk'])),_0x5529c2[_0x295c17(0xf5)](_0x3e3035=>{const _0x404f7d=_0x295c17,_0x2b81bb={};_0x2b81bb[_0x404f7d(0x133)]=_0x5e61d8[_0x404f7d(0x167)];const _0x5bc31b=_0x2b81bb;if(_0x5e61d8[_0x404f7d(0xe7)](_0x5e61d8[_0x404f7d(0x178)],_0x5e61d8[_0x404f7d(0x178)]))return _0x33bfaa;else{const _0x57e1bc=_0x3e3035[0x0],_0x1d4202=_0x3e3035[0x1];console['log']('\x0a'+chalk[_0x404f7d(0x118)]['yellow'](''+helper['getPlatformName'](_0x57e1bc)));const _0x4248c2=_0x1d4202[_0x404f7d(0x125)],_0x25b04c=_0x1d4202[_0x404f7d(0xf3)],_0x37bbb6=_0x1d4202[_0x404f7d(0x15a)],_0x325040=_0x1d4202['stepsFailed'],_0x42f29e=_0x1d4202[_0x404f7d(0xf8)],_0x48e887=_0x1d4202[_0x404f7d(0x101)],_0x1c1098=_0x1d4202[_0x404f7d(0xf9)],_0x2d41bc=_0x1d4202[_0x404f7d(0x144)],_0x38e6d1=_0x1d4202[_0x404f7d(0x10a)],_0x39ee55=_0x1d4202['stepsAmbiguous'],_0x497290=_0x1d4202[_0x404f7d(0x100)];let _0x5c07cf=_0x4248c2+_0x404f7d(0x16c);const _0xefea80=_0x5e61d8[_0x404f7d(0x174)](_0x5e61d8[_0x404f7d(0x126)](_0x4248c2,_0x37bbb6),0x0)?_0x5e61d8[_0x404f7d(0x126)](_0x4248c2,_0x37bbb6):0x0;if(_0x5e61d8[_0x404f7d(0xef)](_0x37bbb6,0x0)&&_0x5e61d8['JgHgc'](_0xefea80,0x0)){if(_0x5e61d8[_0x404f7d(0xe7)](_0x5e61d8[_0x404f7d(0x11e)],_0x5e61d8[_0x404f7d(0x14d)]))_0x5c07cf+='\x20('+chalk[_0x404f7d(0x118)][_0x404f7d(0x121)](_0x37bbb6+'\x20failed')+',\x20'+chalk[_0x404f7d(0x118)]['green'](_0xefea80+_0x404f7d(0x12f))+')';else{_0x501c6e=_0x4ac34a;const _0x4d2ac4=_0x5e61d8['hzuSn'](_0x50bf48,_0x212b7e);_0x17e0a2[_0x404f7d(0xfe)]=_0x4d2ac4,_0x5e61d8[_0x404f7d(0xef)](_0x2d6d38['length'],0x0)&&(_0x93eb04[_0x404f7d(0x105)](_0x5e61d8[_0x404f7d(0x150)]),_0xaf5ac[_0x404f7d(0x124)](_0x44ccb6,_0x1c0c0f),_0x29b276[_0x404f7d(0x105)](_0x5e61d8[_0x404f7d(0x10e)]),_0x29b7fc['removeDir'](_0x4950f2));}}else(_0x5e61d8[_0x404f7d(0x174)](_0x37bbb6,0x0)||_0x5e61d8[_0x404f7d(0x174)](_0xefea80,0x0))&&(_0x5e61d8[_0x404f7d(0x114)](_0x5e61d8[_0x404f7d(0x103)],_0x5e61d8[_0x404f7d(0x131)])?_0x5c07cf+=_0x5e61d8['ARXPy'](_0x37bbb6,0x0)?'\x20('+chalk[_0x404f7d(0x118)][_0x404f7d(0x121)](_0x37bbb6+_0x404f7d(0x13c))+')':'\x20('+chalk[_0x404f7d(0x118)]['green'](_0xefea80+_0x404f7d(0x12f))+')':_0x23798f[_0x404f7d(0x11f)](''+_0x42fc85['bold'][_0x404f7d(0x121)](_0x19bbb4+_0x404f7d(0x15b))));const _0x176e73=_0x25b04c+'\x20steps',_0x29f870=[];if(_0x5e61d8[_0x404f7d(0x174)](_0x39ee55,0x0)){if(_0x5e61d8[_0x404f7d(0x15d)](_0x5e61d8[_0x404f7d(0x170)],_0x5e61d8[_0x404f7d(0x157)]))_0x29f870[_0x404f7d(0x11f)](''+chalk['bold'][_0x404f7d(0x121)](_0x39ee55+'\x20ambiguous'));else{_0x57ca46[_0x404f7d(0x13b)](_0xd672fe);for(let _0x29bc2d=_0x5e61d8[_0x404f7d(0x126)](_0x1170ff[_0x404f7d(0x123)],0x1);_0x5e61d8[_0x404f7d(0x171)](_0x29bc2d,0x0);_0x29bc2d--){_0x6fe923[_0x404f7d(0xfb)](_0x233774[_0x29bc2d],0x2);}}}if(_0x5e61d8['JgHgc'](_0x325040,0x0)){if(_0x5e61d8[_0x404f7d(0x116)](_0x5e61d8[_0x404f7d(0x13d)],_0x5e61d8[_0x404f7d(0x13d)]))_0x29f870[_0x404f7d(0x11f)](''+chalk[_0x404f7d(0x118)][_0x404f7d(0x121)](_0x325040+'\x20failed'));else return;}_0x5e61d8[_0x404f7d(0xf7)](_0x42f29e,0x0)&&(_0x5e61d8[_0x404f7d(0xe7)](_0x5e61d8[_0x404f7d(0x113)],_0x5e61d8['NoTsO'])?_0x29f870['push'](''+chalk[_0x404f7d(0x118)][_0x404f7d(0x112)](_0x42f29e+'\x20passed')):_0x111653['push'](_0x284f31[_0x404f7d(0xfc)](_0x322253[_0x404f7d(0x128)],_0x5bc31b[_0x404f7d(0x133)],_0x926ee7)));_0x5e61d8[_0x404f7d(0x153)](_0x1c1098,0x0)&&(_0x5e61d8[_0x404f7d(0x15d)](_0x5e61d8['uWVOM'],_0x5e61d8[_0x404f7d(0x130)])?_0x29f870[_0x404f7d(0x11f)](''+chalk[_0x404f7d(0x118)][_0x404f7d(0x12e)](_0x1c1098+_0x404f7d(0x15e))):_0x4834a3[_0x404f7d(0x11f)](''+_0xca7e33['bold'][_0x404f7d(0x12e)](_0x19d670+'\x20undefined')));_0x5e61d8['YUqEj'](_0x48e887,0x0)&&(_0x5e61d8[_0x404f7d(0x115)](_0x5e61d8['lCAgF'],_0x5e61d8[_0x404f7d(0x146)])?_0x5f1c1a=0x1:_0x29f870[_0x404f7d(0x11f)](''+chalk[_0x404f7d(0x118)]['cyan'](_0x48e887+_0x404f7d(0x173))));_0x5e61d8[_0x404f7d(0x153)](_0x2d41bc,0x0)&&(_0x5e61d8[_0x404f7d(0x114)](_0x5e61d8[_0x404f7d(0xfd)],_0x5e61d8[_0x404f7d(0x151)])?_0x29f870[_0x404f7d(0x11f)](''+chalk[_0x404f7d(0x118)]['yellow'](_0x2d41bc+_0x404f7d(0x169))):_0x39b55f[_0x404f7d(0x11f)](_0x5c0541['modifyBrowserStackCaps'](_0x5a9b45[_0x404f7d(0x128)],_0x5e61d8[_0x404f7d(0x167)],_0x3ae77e)));_0x5e61d8[_0x404f7d(0x14b)](_0x38e6d1,0x0)&&(_0x5e61d8[_0x404f7d(0x116)](_0x5e61d8['eJdXY'],_0x5e61d8[_0x404f7d(0x16b)])?_0x29f870[_0x404f7d(0x11f)](''+chalk['bold'][_0x404f7d(0x12e)](_0x38e6d1+_0x404f7d(0x173))):_0x2fb928[_0x404f7d(0x11f)](''+_0x19249d[_0x404f7d(0x118)]['green'](_0x3fb7c8+'\x20passed')));const _0x4ad65c=_0x5e61d8[_0x404f7d(0x17d)](_0x5e61d8[_0x404f7d(0x17d)](_0x5e61d8[_0x404f7d(0x17d)](_0x176e73,'('),_0x29f870[_0x404f7d(0x16a)](',\x20')),')');console[_0x404f7d(0x11b)](_0x5e61d8[_0x404f7d(0x119)](_0x5e61d8['yVbxC'](_0x5e61d8[_0x404f7d(0x17d)](_0x5e61d8[_0x404f7d(0x154)]('\x0a',_0x5c07cf),'\x0a'),_0x4ad65c),'\x0a')),_0x5e61d8[_0x404f7d(0x117)](_0x497290,![])&&(_0x5e61d8[_0x404f7d(0x17b)](_0x5e61d8['umWUX'],_0x5e61d8['umWUX'])?_0x292345[_0x404f7d(0x11f)](''+_0x2fd839[_0x404f7d(0x118)][_0x404f7d(0x12e)](_0xb12287+'\x20skipped')):_0x4b9846=0x1);}}),_0x4b9846;}async function run(_0x51d8c7,_0x14de6f){const _0x4d444c=a2_0x112dec,_0x206186={'YanQL':_0x4d444c(0x120),'TeJMk':_0x4d444c(0xfa),'KLRcs':function(_0x3311ce,_0x483589){return _0x3311ce===_0x483589;},'huKit':_0x4d444c(0x14c),'nOtIA':function(_0x447dd0,_0x3cc0b0){return _0x447dd0===_0x3cc0b0;},'jFSOR':'glCBj','VzuGh':_0x4d444c(0x142),'kIJbo':_0x4d444c(0x13e),'EnxIq':function(_0x1d2e44,_0xc1d468){return _0x1d2e44!==_0xc1d468;},'AziOs':_0x4d444c(0x14f),'haatu':function(_0x474dd4,_0x3575cc){return _0x474dd4(_0x3575cc);},'FthYL':function(_0x2256c7,_0x418cae){return _0x2256c7>_0x418cae;},'dfdHK':function(_0x51e5d0,_0x649f4d){return _0x51e5d0===_0x649f4d;},'fffrq':_0x4d444c(0x160),'INdAk':_0x4d444c(0x161),'dzHWi':_0x4d444c(0x164),'yBWNQ':function(_0x12f2f5,_0x3d0d59){return _0x12f2f5===_0x3d0d59;},'gzidr':_0x4d444c(0x129),'HcKBm':_0x4d444c(0x17a),'hxWhX':_0x4d444c(0xf4),'pHAaL':function(_0x7f01d2,_0x3ec926){return _0x7f01d2-_0x3ec926;},'XWVuL':function(_0xf2e11e,_0x47da5e){return _0xf2e11e>=_0x47da5e;},'TpMwv':_0x4d444c(0x148),'UvpVv':function(_0x1aa641,_0x1d2d5f,_0x1e5b88,_0x44cab3,_0x1c453f,_0x3f74de){return _0x1aa641(_0x1d2d5f,_0x1e5b88,_0x44cab3,_0x1c453f,_0x3f74de);}},_0xba5143=new BrowserStackSetup(_0x51d8c7,_0x206186['dzHWi']);await _0xba5143['initialize'](),await helper[_0x4d444c(0x156)](_0xba5143[_0x4d444c(0x128)]);const _0x38d4da=[];if(!_0xba5143[_0x4d444c(0x128)]){if(_0x206186[_0x4d444c(0xe9)](_0x206186['gzidr'],_0x206186[_0x4d444c(0x147)]))return;else _0x1ae6d6+='\x20('+_0x30f579[_0x4d444c(0x118)][_0x4d444c(0x121)](_0x57bdea+_0x4d444c(0x13c))+',\x20'+_0x424f29[_0x4d444c(0x118)]['green'](_0x23d9cd+'\x20passed')+')';}const _0x3dc030=_0xba5143[_0x4d444c(0x128)][_0x4d444c(0x155)],_0x205073=helper[_0x4d444c(0x13f)](_0xba5143[_0x4d444c(0x128)]);_0xba5143[_0x4d444c(0x128)]['platforms'][_0x4d444c(0xf5)]((_0x2ce4f,_0x152f46)=>{const _0x16ed8b=_0x4d444c;_0x206186[_0x16ed8b(0x172)](_0x206186[_0x16ed8b(0x13a)],_0x206186[_0x16ed8b(0x13a)])?_0x205073?_0x206186[_0x16ed8b(0x138)](_0x206186['jFSOR'],_0x206186['VzuGh'])?(_0xebc254['debug'](_0x206186[_0x16ed8b(0x10d)]),_0x4e531c[_0x16ed8b(0x124)](_0x52e6ba,_0x481d25),_0x289333[_0x16ed8b(0x105)](_0x206186['TeJMk']),_0x34142e[_0x16ed8b(0x12b)](_0x2057c6)):_0x38d4da[_0x16ed8b(0x11f)](helper[_0x16ed8b(0xfc)](_0xba5143[_0x16ed8b(0x128)],_0x206186['kIJbo'],_0x152f46)):_0x206186[_0x16ed8b(0x104)](_0x206186['AziOs'],_0x206186['AziOs'])?_0x2decd8['push'](''+_0xdc2297['bold'][_0x16ed8b(0x140)](_0x1cd9fc+_0x16ed8b(0x173))):_0x38d4da[_0x16ed8b(0x11f)](helper[_0x16ed8b(0x109)](_0xba5143['config'],_0x206186[_0x16ed8b(0x168)],_0x152f46)):_0x3908df['push'](''+_0x3df9d1[_0x16ed8b(0x118)][_0x16ed8b(0x12e)](_0xc1808a+_0x16ed8b(0x15e)));});const _0x2c995a={'server':helper['getHubUrl'](_0xba5143['config']),'proxySettings':_0xba5143[_0x4d444c(0x128)][_0x4d444c(0x17c)],'maxWorkers':_0x3dc030,'browserStackLogLevel':_0xba5143[_0x4d444c(0x128)]['logLevel'],'skipSessionName':_0xba5143['config'][_0x4d444c(0xeb)][_0x4d444c(0x16e)],'skipSessionStatus':_0xba5143[_0x4d444c(0x128)][_0x4d444c(0xeb)][_0x4d444c(0x179)],'turboScaleUrl':_0xba5143[_0x4d444c(0x128)]['turboScaleUrl']},_0x546169=process['argv'],[_0x407125,_0x4e9e90]=helper[_0x4d444c(0x16d)](_0x546169),_0x4d02ed=path[_0x4d444c(0x16a)](process['cwd'](),_0x206186['HcKBm']);if(_0x206186['FthYL'](_0x4e9e90[_0x4d444c(0x123)],0x0)){if(_0x206186[_0x4d444c(0x104)](_0x206186['hxWhX'],_0x206186[_0x4d444c(0x11d)]))_0x2ae908?_0x292825[_0x4d444c(0x11f)](_0x190366[_0x4d444c(0xfc)](_0x4d0615[_0x4d444c(0x128)],_0x206186['kIJbo'],_0x4bc3ac)):_0x178349[_0x4d444c(0x11f)](_0x2241b9[_0x4d444c(0x109)](_0x337432[_0x4d444c(0x128)],_0x206186[_0x4d444c(0x168)],_0x527c0f));else{helper['createDir'](_0x4d02ed);for(let _0x4f9cb3=_0x206186[_0x4d444c(0x14e)](_0x407125[_0x4d444c(0x123)],0x1);_0x206186['XWVuL'](_0x4f9cb3,0x0);_0x4f9cb3--){_0x206186[_0x4d444c(0x104)](_0x206186[_0x4d444c(0x12c)],_0x206186[_0x4d444c(0x12c)])?_0x244bdd[_0x4d444c(0x11f)](''+_0xcaa9b7[_0x4d444c(0x118)][_0x4d444c(0x121)](_0x440ca4+'\x20failed')):_0x546169[_0x4d444c(0xfb)](_0x407125[_0x4f9cb3],0x2);}}}helper[_0x4d444c(0x107)]();let _0x2195dd;_0x206186['UvpVv'](parallelCucumberRun,_0x38d4da,_0x2c995a,_0xba5143[_0x4d444c(0x128)],_0x546169,_0x4e9e90)[_0x4d444c(0x143)](async _0x133b19=>{const _0x499be2=_0x4d444c;_0x2195dd=_0x133b19;const _0x7b3266=_0x206186[_0x499be2(0xed)](printCucumberStats,_0x133b19);process[_0x499be2(0xfe)]=_0x7b3266,_0x206186['FthYL'](_0x4e9e90[_0x499be2(0x123)],0x0)&&(_0x206186[_0x499be2(0x177)](_0x206186[_0x499be2(0xe8)],_0x206186[_0x499be2(0xee)])?_0x3e253c[_0x499be2(0xfb)](_0x15ac81[_0x106c50],0x2):(logger['debug'](_0x206186[_0x499be2(0x10d)]),helper[_0x499be2(0x124)](_0x4d02ed,_0x4e9e90),logger[_0x499be2(0x105)](_0x206186[_0x499be2(0x12d)]),helper['removeDir'](_0x4d02ed)));})[_0x4d444c(0x141)](async()=>{const _0x58778f=_0x4d444c;_0xba5143[_0x58778f(0x11a)]=helper[_0x58778f(0x176)](_0x2195dd,_0x206186['kIJbo']),await helper[_0x58778f(0x15f)](_0xba5143);});}module[a2_0x112dec(0x166)]=run;
|
|
2
|
+
'use strict';const a2_0x3cf54a=a2_0x2c8b;(function(_0x2d0de8,_0x2d33e0){const _0x5e9a05=a2_0x2c8b,_0x4d959a=_0x2d0de8();while(!![]){try{const _0x22ec08=-parseInt(_0x5e9a05(0x254))/0x1*(-parseInt(_0x5e9a05(0x213))/0x2)+-parseInt(_0x5e9a05(0x1fa))/0x3+-parseInt(_0x5e9a05(0x23a))/0x4*(parseInt(_0x5e9a05(0x1fe))/0x5)+parseInt(_0x5e9a05(0x1eb))/0x6+parseInt(_0x5e9a05(0x1d8))/0x7+parseInt(_0x5e9a05(0x1ef))/0x8+-parseInt(_0x5e9a05(0x261))/0x9*(parseInt(_0x5e9a05(0x208))/0xa);if(_0x22ec08===_0x2d33e0)break;else _0x4d959a['push'](_0x4d959a['shift']());}catch(_0x476027){_0x4d959a['push'](_0x4d959a['shift']());}}}(a2_0x5923,0x6bc17));const fs=require('fs'),path=require(a2_0x3cf54a(0x20a)),logger=require(a2_0x3cf54a(0x206))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x3cf54a(0x253)),helper=require(a2_0x3cf54a(0x248)),constants=require(a2_0x3cf54a(0x246)),{parallelCucumberRun}=require('../test-runner'),chalk=require(a2_0x3cf54a(0x24f));function a2_0x2c8b(_0xa4f735,_0x3c2065){const _0x592378=a2_0x5923();return a2_0x2c8b=function(_0x2c8b55,_0xf79119){_0x2c8b55=_0x2c8b55-0x1cf;let _0x15a72b=_0x592378[_0x2c8b55];return _0x15a72b;},a2_0x2c8b(_0xa4f735,_0x3c2065);}function a2_0x5923(){const _0x5464d9=['HxSyj','join','HFRLk','HaKIo','DBDFU','getHubUrl','\x20undefined','yvZAi','1872395suhDGz','initialize','FXWSw','UygcF','oURGo','eFXvf','YKiCz','ndInD','TcabS','rbQru','forEach','removeDir','URQmV','fEPwq','proxySettings','argv','HHIzy','gJqWg','skipSessionStatus','1075674RAawdO','WQjZm','RajWC','createDir','3026344YvWfhh','finally','KAIet','kYzPG','GyWxV','\x20scenarios','ekyVS','daAiX','processSuccess','length','exitCode','128502nSASLP','Removing\x20tmp\x20directory\x20created\x20for\x20reports','red','douuQ','35WSrBDb','GiBdI','OLmnq','XCvCX','yrAEa','\x20failed','uUsGX','cucumber','../../helpers/logger','\x20passed','197970prMdMo','yHSYX','path','testContextOptions','kSnIe','FmgTc','platforms','push','tmp','Generating\x20consolidated\x20report...','kdWuV','2vnnabY','JOXvp','EUOyE','uyERD','finalExecution','modifyBrowserStackCaps','NRdyP','debug','splice','parseFormatters','lFEPn','stepsSkipped','HWccC','ziHcK','scenarios','getErrorMessageFromResults','cyan','errorMessage','JUUaM','parallelsPerPlatform','bQXaa','zaUAq','FVelm','IegED','logLevel','ACCIj','cWqaW','bgWhite','JeKfm','dlxgc','config','LBppm','turboScaleUrl','steps','wsSRy','msJKN','nuXVz','MgvmD','kVlyg','87112aJXTtK','gwyLl','flHWx','ZQPfz','LfGPW','bgTpR','eeewG','XDYAr','\x20steps','then','BxUsm','stepsPassed','../utils/constants','cwd','../../helpers/helper','ecCEy','TuAED','vQYuz','\x20skipped','WCvQl','eKtdD','chalk','green','exports','yellow','../../helpers/BrowserStackSetup','247124eRPPTZ','DyrDh','CgMJe','Vtcon','duReS','TWkvb','BxLRB','AfEwL','bold','handleApp','log','mergeOutputFiles','stepsAmbiguous','198yovBcM','dpLYY','useW3C','modifyBrowserStackW3CCaps','scenariosFailed','wkTfR'];a2_0x5923=function(){return _0x5464d9;};return a2_0x5923();}function printCucumberStats(_0x1ed4ac){const _0x245869=a2_0x3cf54a,_0x567ca2={'WCvQl':function(_0x371753,_0x444ae2){return _0x371753-_0x444ae2;},'vQYuz':function(_0x4c2d55,_0x398dbd){return _0x4c2d55>=_0x398dbd;},'XDYAr':_0x245869(0x205),'fEKDC':function(_0x12748d,_0x1c6e7b){return _0x12748d(_0x1c6e7b);},'TcabS':function(_0x1f5129,_0x45dc9e){return _0x1f5129>_0x45dc9e;},'HxSyj':'Generating\x20consolidated\x20report...','HHIzy':_0x245869(0x1fb),'bAcQA':function(_0x258bcc,_0x13f534){return _0x258bcc!==_0x13f534;},'duReS':_0x245869(0x25a),'XlaYt':function(_0x544aa9,_0x2a4018){return _0x544aa9>_0x2a4018;},'IHzZX':function(_0x3f15fa,_0x2d8e62){return _0x3f15fa-_0x2d8e62;},'CgMJe':function(_0x1a704f,_0x3d32c7){return _0x1a704f===_0x3d32c7;},'bgTpR':_0x245869(0x214),'flHWx':function(_0x3bbb4a,_0x3f68f7){return _0x3bbb4a>_0x3f68f7;},'daAiX':_0x245869(0x262),'uUsGX':function(_0x3efdba,_0x3824a5){return _0x3efdba>_0x3824a5;},'kSnIe':function(_0x47a8db,_0x34bbf5){return _0x47a8db>_0x34bbf5;},'FVelm':'gvlYM','gJqWg':_0x245869(0x244),'YeDug':function(_0x183461,_0x246ee5){return _0x183461>_0x246ee5;},'yrAEa':function(_0x48ac27,_0x48b02f){return _0x48ac27===_0x48b02f;},'AfEwL':'dRmxW','vCRvP':_0x245869(0x236),'doQWw':function(_0xfc76e4,_0x37cda0){return _0xfc76e4>_0x37cda0;},'EUOyE':function(_0x451a18,_0x58f116){return _0x451a18!==_0x58f116;},'uyERD':_0x245869(0x1dc),'ekyVS':function(_0x3ef778,_0x35602a){return _0x3ef778>_0x35602a;},'TWkvb':_0x245869(0x23b),'ndInD':function(_0x4eef1d,_0x18fa12){return _0x4eef1d>_0x18fa12;},'JwAek':function(_0x14b062,_0x207f1c){return _0x14b062!==_0x207f1c;},'cWqaW':_0x245869(0x1d2),'ACCIj':function(_0x11fc7e,_0x52be2b){return _0x11fc7e!==_0x52be2b;},'fnkfj':_0x245869(0x212),'IvdTM':'vGSkM','XCvCX':function(_0x560e87,_0x3f8acf){return _0x560e87>_0x3f8acf;},'JUUaM':function(_0x158706,_0x52bdab){return _0x158706!==_0x52bdab;},'eeewG':'YPZBR','RChJM':_0x245869(0x1ec),'rbQru':function(_0x5b6963,_0x4c8051){return _0x5b6963+_0x4c8051;},'nuXVz':function(_0x176a26,_0x371c85){return _0x176a26+_0x371c85;},'zaUAq':function(_0x37a54f,_0x3a5221){return _0x37a54f+_0x3a5221;},'FXWSw':function(_0x4f79ec,_0xa4e500){return _0x4f79ec+_0xa4e500;},'kYzPG':function(_0x35d79a,_0x5980a6){return _0x35d79a===_0x5980a6;},'TuAED':_0x245869(0x21f),'LBppm':'bIOfW','lFEPn':_0x245869(0x1d7),'yHSYX':'****\x20RESULTS\x20****'};let _0x48d6b5=0x0;if(_0x567ca2[_0x245869(0x1f2)](_0x1ed4ac[_0x245869(0x1f8)],0x0)){if(_0x567ca2[_0x245869(0x22c)](_0x567ca2[_0x245869(0x232)],_0x567ca2[_0x245869(0x21d)]))return _0x48d6b5;else{_0x57a4bf[_0x245869(0x1ee)](_0x5a17fa);for(let _0x53c4b7=_0x567ca2[_0x245869(0x24d)](_0x4c1e1c[_0x245869(0x1f8)],0x1);_0x567ca2[_0x245869(0x24b)](_0x53c4b7,0x0);_0x53c4b7--){_0x4151a2['splice'](_0x3718da[_0x53c4b7],0x2);}}}return console[_0x245869(0x25e)](chalk['bold'][_0x245869(0x22e)](_0x567ca2[_0x245869(0x209)])),_0x1ed4ac['forEach'](_0xaeb064=>{const _0x5950ed=_0x245869,_0x2306b6={};_0x2306b6[_0x5950ed(0x238)]=_0x567ca2[_0x5950ed(0x1d0)],_0x2306b6[_0x5950ed(0x23d)]=_0x567ca2[_0x5950ed(0x1e8)];const _0x54e621=_0x2306b6;if(_0x567ca2['bAcQA'](_0x567ca2[_0x5950ed(0x258)],_0x567ca2[_0x5950ed(0x258)]))_0x3c03b7[_0x5950ed(0x20f)](''+_0x1fe360[_0x5950ed(0x25c)]['red'](_0x3c84ca+'\x20ambiguous'));else{const _0x2dfee0=_0xaeb064[0x0],_0x10009a=_0xaeb064[0x1];console[_0x5950ed(0x25e)]('\x0a'+chalk[_0x5950ed(0x25c)][_0x5950ed(0x252)](''+helper['getPlatformName'](_0x2dfee0)));const _0x23f917=_0x10009a[_0x5950ed(0x221)],_0x211df3=_0x10009a[_0x5950ed(0x234)],_0x36ee2f=_0x10009a[_0x5950ed(0x265)],_0xc73eee=_0x10009a['stepsFailed'],_0x4e8bd4=_0x10009a[_0x5950ed(0x245)],_0x43aa0d=_0x10009a[_0x5950ed(0x21e)],_0x4c5516=_0x10009a['stepsPending'],_0x40365b=_0x10009a['stepsUndefined'],_0x42e10b=_0x10009a['stepsUnknown'],_0x81df66=_0x10009a[_0x5950ed(0x260)],_0x4b4e6e=_0x10009a[_0x5950ed(0x1f7)];let _0x30cd72=_0x23f917+_0x5950ed(0x1f4);const _0x3ef9e9=_0x567ca2['XlaYt'](_0x567ca2['IHzZX'](_0x23f917,_0x36ee2f),0x0)?_0x567ca2['WCvQl'](_0x23f917,_0x36ee2f):0x0;if(_0x567ca2[_0x5950ed(0x1e0)](_0x36ee2f,0x0)&&_0x567ca2['TcabS'](_0x3ef9e9,0x0))_0x567ca2['CgMJe'](_0x567ca2['bgTpR'],_0x567ca2[_0x5950ed(0x23f)])?_0x30cd72+='\x20('+chalk['bold'][_0x5950ed(0x1fc)](_0x36ee2f+_0x5950ed(0x203))+',\x20'+chalk[_0x5950ed(0x25c)][_0x5950ed(0x250)](_0x3ef9e9+_0x5950ed(0x207))+')':_0x492737[_0x5950ed(0x20f)](''+_0x1010de[_0x5950ed(0x25c)][_0x5950ed(0x252)](_0x49ab26+'\x20skipped'));else(_0x567ca2[_0x5950ed(0x23c)](_0x36ee2f,0x0)||_0x567ca2[_0x5950ed(0x1e0)](_0x3ef9e9,0x0))&&(_0x567ca2[_0x5950ed(0x256)](_0x567ca2[_0x5950ed(0x1f6)],_0x567ca2[_0x5950ed(0x1f6)])?_0x30cd72+=_0x567ca2[_0x5950ed(0x204)](_0x36ee2f,0x0)?'\x20('+chalk['bold']['red'](_0x36ee2f+_0x5950ed(0x203))+')':'\x20('+chalk[_0x5950ed(0x25c)][_0x5950ed(0x250)](_0x3ef9e9+_0x5950ed(0x207))+')':_0x2b91de[_0x5950ed(0x20f)](_0xfeecc1['modifyBrowserStackCaps'](_0x1af3ec[_0x5950ed(0x231)],_0x567ca2[_0x5950ed(0x241)],_0x192d55)));const _0x38169a=_0x211df3+_0x5950ed(0x242),_0xae2d17=[];_0x567ca2[_0x5950ed(0x20c)](_0x81df66,0x0)&&(_0x567ca2[_0x5950ed(0x256)](_0x567ca2[_0x5950ed(0x229)],_0x567ca2[_0x5950ed(0x1e9)])?_0x5493c2+='\x20('+_0x979b9[_0x5950ed(0x25c)]['red'](_0x556388+'\x20failed')+',\x20'+_0x720aca[_0x5950ed(0x25c)]['green'](_0x5eb9ff+_0x5950ed(0x207))+')':_0xae2d17['push'](''+chalk['bold'][_0x5950ed(0x1fc)](_0x81df66+'\x20ambiguous')));_0x567ca2['YeDug'](_0xc73eee,0x0)&&(_0x567ca2[_0x5950ed(0x202)](_0x567ca2[_0x5950ed(0x25b)],_0x567ca2['vCRvP'])?_0x2a50ca[_0x5950ed(0x20f)](''+_0x5b168b[_0x5950ed(0x25c)][_0x5950ed(0x252)](_0x1414b8+_0x5950ed(0x1d6))):_0xae2d17['push'](''+chalk[_0x5950ed(0x25c)][_0x5950ed(0x1fc)](_0xc73eee+_0x5950ed(0x203))));_0x567ca2['doQWw'](_0x4e8bd4,0x0)&&(_0x567ca2[_0x5950ed(0x215)](_0x567ca2[_0x5950ed(0x216)],_0x567ca2[_0x5950ed(0x216)])?_0x2665d9[_0x5950ed(0x20f)](''+_0x243279[_0x5950ed(0x25c)]['red'](_0x54cd1a+_0x5950ed(0x203))):_0xae2d17[_0x5950ed(0x20f)](''+chalk[_0x5950ed(0x25c)][_0x5950ed(0x250)](_0x4e8bd4+_0x5950ed(0x207))));_0x567ca2[_0x5950ed(0x1f5)](_0x4c5516,0x0)&&(_0x567ca2[_0x5950ed(0x202)](_0x567ca2[_0x5950ed(0x259)],_0x567ca2[_0x5950ed(0x259)])?_0xae2d17['push'](''+chalk[_0x5950ed(0x25c)]['yellow'](_0x4c5516+'\x20pending')):_0x95dab3[_0x5950ed(0x20f)](''+_0x2955cc[_0x5950ed(0x25c)][_0x5950ed(0x250)](_0x42eaf7+_0x5950ed(0x207))));if(_0x567ca2[_0x5950ed(0x1df)](_0x43aa0d,0x0)){if(_0x567ca2['JwAek'](_0x567ca2[_0x5950ed(0x22d)],_0x567ca2[_0x5950ed(0x22d)])){_0x27ed6f=_0x4764b2;const _0x4b30ef=_0x567ca2['fEKDC'](_0x4c7dc9,_0x45f711);_0x2a44ca[_0x5950ed(0x1f9)]=_0x4b30ef,_0x567ca2[_0x5950ed(0x1e0)](_0x5abd98[_0x5950ed(0x1f8)],0x0)&&(_0x155a72[_0x5950ed(0x21a)](_0x567ca2['HxSyj']),_0x5d7427[_0x5950ed(0x25f)](_0x31f15f,_0x5d9018),_0xfc6193[_0x5950ed(0x21a)](_0x567ca2[_0x5950ed(0x1e8)]),_0x3a184a[_0x5950ed(0x1e3)](_0x413631));}else _0xae2d17[_0x5950ed(0x20f)](''+chalk[_0x5950ed(0x25c)]['cyan'](_0x43aa0d+_0x5950ed(0x24c)));}_0x567ca2[_0x5950ed(0x1df)](_0x40365b,0x0)&&(_0x567ca2['ACCIj'](_0x567ca2['fnkfj'],_0x567ca2['IvdTM'])?_0xae2d17[_0x5950ed(0x20f)](''+chalk[_0x5950ed(0x25c)][_0x5950ed(0x252)](_0x40365b+_0x5950ed(0x1d6))):_0x21e2d1[_0x5950ed(0x20f)](''+_0x3c4c79[_0x5950ed(0x25c)][_0x5950ed(0x252)](_0x29d95a+'\x20pending')));_0x567ca2[_0x5950ed(0x201)](_0x42e10b,0x0)&&(_0x567ca2[_0x5950ed(0x225)](_0x567ca2[_0x5950ed(0x240)],_0x567ca2['RChJM'])?_0xae2d17[_0x5950ed(0x20f)](''+chalk[_0x5950ed(0x25c)][_0x5950ed(0x252)](_0x42e10b+_0x5950ed(0x24c))):_0x2c6b99?_0x5e5f66[_0x5950ed(0x20f)](_0x25b743[_0x5950ed(0x264)](_0x55795b['config'],_0x567ca2[_0x5950ed(0x241)],_0x1b204c)):_0x485fb2[_0x5950ed(0x20f)](_0x552e25[_0x5950ed(0x218)](_0x571b7e[_0x5950ed(0x231)],_0x567ca2[_0x5950ed(0x241)],_0x17b0b8)));const _0x2c3779=_0x567ca2[_0x5950ed(0x1e1)](_0x567ca2['rbQru'](_0x567ca2[_0x5950ed(0x237)](_0x38169a,'('),_0xae2d17[_0x5950ed(0x1d1)](',\x20')),')');console[_0x5950ed(0x25e)](_0x567ca2[_0x5950ed(0x237)](_0x567ca2[_0x5950ed(0x237)](_0x567ca2[_0x5950ed(0x228)](_0x567ca2[_0x5950ed(0x1da)]('\x0a',_0x30cd72),'\x0a'),_0x2c3779),'\x0a')),_0x567ca2['kYzPG'](_0x4b4e6e,![])&&(_0x567ca2['ACCIj'](_0x567ca2[_0x5950ed(0x24a)],_0x567ca2[_0x5950ed(0x24a)])?(_0x36167[_0x5950ed(0x21a)](_0x54e621[_0x5950ed(0x238)]),_0x2bcf8f[_0x5950ed(0x25f)](_0x2b40d1,_0x1230de),_0x2e03e2['debug'](_0x54e621[_0x5950ed(0x23d)]),_0x5e3daf[_0x5950ed(0x1e3)](_0x1ea845)):_0x48d6b5=0x1);}}),_0x48d6b5;}async function run(_0x3d627f,_0x347481){const _0x101035=a2_0x3cf54a,_0x2536b2={'AhZjO':function(_0x376917,_0x35ae8b){return _0x376917===_0x35ae8b;},'DyrDh':_0x101035(0x1dd),'eKtdD':function(_0x2cd4ac,_0x508ad5){return _0x2cd4ac===_0x508ad5;},'YKiCz':_0x101035(0x1d3),'KAIet':_0x101035(0x205),'dlxgc':function(_0x52b2d9,_0x2e7f90){return _0x52b2d9===_0x2e7f90;},'wsSRy':_0x101035(0x1f3),'RajWC':_0x101035(0x1d4),'UygcF':function(_0x3b08ca,_0x1db264){return _0x3b08ca>_0x1db264;},'LfGPW':function(_0x42af8e,_0x91a93e){return _0x42af8e(_0x91a93e);},'bQXaa':function(_0x4b7603,_0x240f32){return _0x4b7603>_0x240f32;},'jtPlb':function(_0x5b5631,_0x3389d4){return _0x5b5631===_0x3389d4;},'URQmV':'vEWMH','FmgTc':_0x101035(0x211),'fEPwq':_0x101035(0x1fb),'IegED':'cucumber-js','douuQ':function(_0x508300,_0x5b09ae){return _0x508300===_0x5b09ae;},'ecCEy':'bEeJi','qlTgN':_0x101035(0x210),'kVlyg':function(_0x3502bb,_0x5019de){return _0x3502bb!==_0x5019de;},'ziHcK':_0x101035(0x22f),'OLmnq':_0x101035(0x257),'pSnTo':function(_0x5954ff,_0x33a117){return _0x5954ff-_0x33a117;},'ybxXP':function(_0x18ae12,_0x530ae3){return _0x18ae12>=_0x530ae3;},'mexzs':function(_0x539869,_0x33fadf){return _0x539869===_0x33fadf;},'GiBdI':_0x101035(0x219),'UzWBS':_0x101035(0x1cf),'JLKiw':function(_0x469b9b,_0x529551,_0x2486bf,_0x3fa495,_0x32c4b7,_0xf2e039){return _0x469b9b(_0x529551,_0x2486bf,_0x3fa495,_0x32c4b7,_0xf2e039);}},_0x17d267=new BrowserStackSetup(_0x3d627f,_0x2536b2[_0x101035(0x22a)]);await _0x17d267[_0x101035(0x1d9)](),await helper[_0x101035(0x25d)](_0x17d267['config']);const _0x1ce7af=[];if(!_0x17d267[_0x101035(0x231)]){if(_0x2536b2[_0x101035(0x1fd)](_0x2536b2[_0x101035(0x249)],_0x2536b2[_0x101035(0x249)]))return;else _0xc1d904['splice'](_0x21cf44[_0x311abb],0x2);}const _0x440f8f=_0x17d267['config'][_0x101035(0x226)],_0x32426b=helper[_0x101035(0x263)](_0x17d267['config']);_0x17d267[_0x101035(0x231)][_0x101035(0x20e)][_0x101035(0x1e2)]((_0x1d4b5c,_0x183f8b)=>{const _0x2bcd2f=_0x101035;if(_0x2536b2['AhZjO'](_0x2536b2[_0x2bcd2f(0x255)],_0x2536b2[_0x2bcd2f(0x255)])){if(_0x32426b){if(_0x2536b2[_0x2bcd2f(0x24e)](_0x2536b2[_0x2bcd2f(0x1de)],_0x2536b2[_0x2bcd2f(0x1de)]))_0x1ce7af[_0x2bcd2f(0x20f)](helper[_0x2bcd2f(0x264)](_0x17d267[_0x2bcd2f(0x231)],_0x2536b2['KAIet'],_0x183f8b));else return;}else _0x2536b2[_0x2bcd2f(0x230)](_0x2536b2[_0x2bcd2f(0x235)],_0x2536b2[_0x2bcd2f(0x1ed)])?_0x3600b0=0x1:_0x1ce7af[_0x2bcd2f(0x20f)](helper['modifyBrowserStackCaps'](_0x17d267[_0x2bcd2f(0x231)],_0x2536b2['KAIet'],_0x183f8b));}else _0x447857[_0x2bcd2f(0x20f)](''+_0x55df4e[_0x2bcd2f(0x25c)][_0x2bcd2f(0x223)](_0x16041c+_0x2bcd2f(0x24c)));});const _0x3f63f5={'server':helper[_0x101035(0x1d5)](_0x17d267[_0x101035(0x231)]),'proxySettings':_0x17d267[_0x101035(0x231)][_0x101035(0x1e6)],'maxWorkers':_0x440f8f,'browserStackLogLevel':_0x17d267[_0x101035(0x231)][_0x101035(0x22b)],'skipSessionName':_0x17d267[_0x101035(0x231)][_0x101035(0x20b)]['skipSessionName'],'skipSessionStatus':_0x17d267[_0x101035(0x231)][_0x101035(0x20b)][_0x101035(0x1ea)],'turboScaleUrl':_0x17d267['config'][_0x101035(0x233)]},_0xa7953c=process[_0x101035(0x1e7)],[_0x2a39e3,_0x1da869]=helper[_0x101035(0x21c)](_0xa7953c),_0x3b469a=path[_0x101035(0x1d1)](process[_0x101035(0x247)](),_0x2536b2['qlTgN']);if(_0x2536b2[_0x101035(0x227)](_0x1da869['length'],0x0)){if(_0x2536b2[_0x101035(0x239)](_0x2536b2[_0x101035(0x220)],_0x2536b2[_0x101035(0x200)])){helper[_0x101035(0x1ee)](_0x3b469a);for(let _0x120e3a=_0x2536b2['pSnTo'](_0x2a39e3[_0x101035(0x1f8)],0x1);_0x2536b2['ybxXP'](_0x120e3a,0x0);_0x120e3a--){_0x2536b2['mexzs'](_0x2536b2[_0x101035(0x1ff)],_0x2536b2['UzWBS'])?_0x5862db['push'](_0x44612e[_0x101035(0x264)](_0x854efc[_0x101035(0x231)],_0x2536b2[_0x101035(0x1f1)],_0x515a2e)):_0xa7953c[_0x101035(0x21b)](_0x2a39e3[_0x120e3a],0x2);}}else _0xe923ef+=_0x2536b2[_0x101035(0x1db)](_0x4db3da,0x0)?'\x20('+_0xecec38['bold']['red'](_0x3e5a11+_0x101035(0x203))+')':'\x20('+_0x45d51f[_0x101035(0x25c)][_0x101035(0x250)](_0x100e23+'\x20passed')+')';}helper['markSDKSetupComplete']();let _0x40d016;_0x2536b2['JLKiw'](parallelCucumberRun,_0x1ce7af,_0x3f63f5,_0x17d267['config'],_0xa7953c,_0x1da869)[_0x101035(0x243)](async _0x203c75=>{const _0x342947=_0x101035;_0x40d016=_0x203c75;const _0x2298df=_0x2536b2[_0x342947(0x23e)](printCucumberStats,_0x203c75);process[_0x342947(0x1f9)]=_0x2298df;if(_0x2536b2[_0x342947(0x227)](_0x1da869['length'],0x0)){if(_0x2536b2['jtPlb'](_0x2536b2[_0x342947(0x1e4)],_0x2536b2[_0x342947(0x1e4)]))logger[_0x342947(0x21a)](_0x2536b2[_0x342947(0x20d)]),helper['mergeOutputFiles'](_0x3b469a,_0x1da869),logger[_0x342947(0x21a)](_0x2536b2[_0x342947(0x1e5)]),helper['removeDir'](_0x3b469a);else return _0x3a7795;}})[_0x101035(0x1f0)](async()=>{const _0x4c583a=_0x101035;_0x17d267[_0x4c583a(0x224)]=helper[_0x4c583a(0x222)](_0x40d016,_0x2536b2['KAIet']),await helper[_0x4c583a(0x217)](_0x17d267);});}module[a2_0x3cf54a(0x251)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a3_0x2db1a5=a3_0x5184;(function(_0x3dfcc7,_0x3d6950){const _0x34277b=a3_0x5184,_0x25ef57=_0x3dfcc7();while(!![]){try{const _0xcd286f=parseInt(_0x34277b(0x1d7))/0x1+-parseInt(_0x34277b(0x163))/0x2*(parseInt(_0x34277b(0x14a))/0x3)+-parseInt(_0x34277b(0x147))/0x4+-parseInt(_0x34277b(0x162))/0x5*(-parseInt(_0x34277b(0x15c))/0x6)+-parseInt(_0x34277b(0x1a4))/0x7*(parseInt(_0x34277b(0x160))/0x8)+parseInt(_0x34277b(0x196))/0x9+parseInt(_0x34277b(0x145))/0xa;if(_0xcd286f===_0x3d6950)break;else _0x25ef57['push'](_0x25ef57['shift']());}catch(_0x393c8f){_0x25ef57['push'](_0x25ef57['shift']());}}}(a3_0x5c9f,0xe1eec));function a3_0x5c9f(){const _0x268dc1=['XDxHu','PASSED','feature','capability','wcBQu','gherkinDocument','PTqcg','goAmy','XYZEl','RUxSW','839394bhbjcn','CgKzb','env','rjIlu','IynXO','qRnKi','cwd','GvfxS','TUpkc','oCwai','UNDEFINED','OobQy','OvXFU','DXHLg','98khLOqx','pXpRY','fycJg','testRunFinished','IsyNW','status','CKlRK','eventDataCollector','aSxyW','dihRU','rMxkk','uvlDC','SKIPPED','wOPpm','logTestRunFinished','clffk','vEuOr','ZsoXk','AeTwe','VDPJM','jVmGV','supportCodeLibrary','VGByw','oDnAC','includes','log','testRunStarted','Xklcf','forEach','ffMZg','SVJIu','yiVKp','uUyKR','uri','SjYqO','iYrDR','TIofP','Wiqgc','testCaseAttempt','text','logTestCaseFinished','Executing\x20tests\x20for\x20','dcOmx','dFbwd','pcsRv','uryau','SuQlf','fEuOI','parseTestCaseAttempt','YaMpC','BolIH','1801624KZHOZD','incrementCounter','Ppmdg','KIjzT','AMBIGUOUS','testCaseFinished','eventBroadcaster','ythGh','MkYUx','vTANl','rhWGS','bstack','DKKgY','18200800xUUAYI','\x20\x20\x20\x20','1981092WyKBOM','XQlTC','qVRwH','7323nwGzrT','eZLAh','xPadV','flxJQ','xmIiu','YmVhz','exports','VpqeL','\x20-\x20','result','name','CSwvb','PYUHa','ECcqm','VdSfT','cQALr','JSzyz','EYQsp','4134QMoCiR','qJzcG','gmsCb','isBstackHook','524024lupBju','parse','510DnkSFt','1186lNYkcP','__platform','ihxrX','actionLocation','dbnUZ','CONFIG','JzwpR','OyUpH','PygDc','iOwio','UEWmK','FAILED','hwMTc','tmxcT','UNKNOWN','FyczK','testCaseStarted','NFRWb','YzUmE','PENDING','bveBW','DcEyj','xZtxW','klPBY','pickle','lbjyj','testSteps','DRAKM','keyword','snippetBuilder','Egbqu','message','srzwR','irXuW','InZYH','sDmgQ','tkHvy','dEXvb','wyGFO','envelope','lvbOv'];a3_0x5c9f=function(){return _0x268dc1;};return a3_0x5c9f();}const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x44d70e){const _0x432dc2=a3_0x5184,_0x132245={'RUxSW':function(_0x16e0a6,_0x4e0896){return _0x16e0a6+_0x4e0896;},'DRAKM':function(_0x19de98,_0x9b836f){return _0x19de98+_0x9b836f;},'GvfxS':function(_0x451311,_0x203e4e){return _0x451311+_0x203e4e;},'CSwvb':function(_0x299851,_0x573833){return _0x299851+_0x573833;},'pcsRv':function(_0x1e25ec,_0x4ed71c){return _0x1e25ec+_0x4ed71c;},'dEXvb':_0x432dc2(0x146),'IynXO':_0x432dc2(0x152),'SuQlf':function(_0x58ced3,_0x50a078){return _0x58ced3===_0x50a078;},'uUyKR':_0x432dc2(0x16e),'jVmGV':function(_0x5ad11f,_0x124318,_0x66ec47){return _0x5ad11f(_0x124318,_0x66ec47);},'dbnUZ':'result','FyczK':_0x432dc2(0x182),'lbjyj':function(_0x2098a4,_0x442669){return _0x2098a4+_0x442669;},'PTqcg':function(_0x4da91d,_0x5b0cd6){return _0x4da91d!==_0x5b0cd6;},'wyGFO':function(_0x33af14,_0x4cd9f1){return _0x33af14(_0x4cd9f1);},'DUHux':function(_0x381399,_0x561169){return _0x381399+_0x561169;},'cQALr':_0x432dc2(0x1d5),'tkHvy':'pnvPu','DpusB':function(_0x17a6cd,_0x2bbd82){return _0x17a6cd!==_0x2bbd82;},'fEuOI':'EpbHd','izqXE':_0x432dc2(0x17a),'OyUpH':_0x432dc2(0x1a1),'XDxHu':function(_0x242fbc,_0x2713cb){return _0x242fbc!==_0x2713cb;},'uvlDC':_0x432dc2(0x14e),'dFbwd':'hwpvK','KIjzT':function(_0x639e29,_0x7f3baa){return _0x639e29===_0x7f3baa;},'rjIlu':_0x432dc2(0x140),'oDnAC':_0x432dc2(0x1a6),'JzwpR':function(_0xd6fe8b,_0x443a8f){return _0xd6fe8b===_0x443a8f;},'NFRWb':_0x432dc2(0x177),'gsRzM':_0x432dc2(0x141),'irXuW':_0x432dc2(0x19b),'cMAvc':_0x432dc2(0x18a)};super(_0x44d70e),_0x44d70e[_0x432dc2(0x13e)]['on'](_0x132245['cMAvc'],_0x4f5534=>{const _0x525314=_0x432dc2,_0x527485={'YmVhz':function(_0x54c948,_0x53ae01){const _0x382101=a3_0x5184;return _0x132245[_0x382101(0x192)](_0x54c948,_0x53ae01);},'SjYqO':function(_0xfe45a0,_0x179098){const _0x4155a0=a3_0x5184;return _0x132245[_0x4155a0(0x189)](_0xfe45a0,_0x179098);},'XQlTC':function(_0x36486b,_0x4bd800){return _0x132245['DUHux'](_0x36486b,_0x4bd800);},'goAmy':function(_0x3bd6fa,_0x2024e9){return _0x132245['GvfxS'](_0x3bd6fa,_0x2024e9);},'TIofP':_0x132245[_0x525314(0x19a)]};if(_0x132245[_0x525314(0x1d2)](_0x132245[_0x525314(0x159)],_0x132245[_0x525314(0x187)])){_0x3c006a+=0x1,this[_0x525314(0x1bd)](_0x132245[_0x525314(0x195)](_0x132245[_0x525314(0x17e)](_0x132245[_0x525314(0x19d)](_0x132245[_0x525314(0x155)](_0x132245[_0x525314(0x1d0)](_0x132245[_0x525314(0x188)],_0xb66735[_0x525314(0x17f)]),_0x2ff127[_0x525314(0x1cb)]||''),_0x132245[_0x525314(0x19a)]),_0x47a2bb[_0x4339cb['result']['status']]),'\x0a')),this[_0x525314(0x1d8)](_0x54d5d4[_0x220bc3[_0x525314(0x153)]['status']]);if(_0x132245['SuQlf'](_0x5f369d[_0x517f68['result'][_0x525314(0x1a9)]],_0x132245[_0x525314(0x1c4)])){_0x1e7e56=!![];const _0x65885=_0x132245[_0x525314(0x1b8)](_0x5b0eaa,_0x4895da,[_0x132245[_0x525314(0x167)],_0x132245[_0x525314(0x172)]]);_0x65885&&(_0x599352[_0x132245[_0x525314(0x155)](_0x132245['DRAKM'](_0x4bd594['gherkinDocument'][_0x525314(0x18e)]['name'],_0x132245[_0x525314(0x19a)]),_0x42828a['pickle'][_0x525314(0x154)])]=_0x65885,this[_0x525314(0x1bd)](_0x132245[_0x525314(0x17c)](_0x65885,'\x0a')));}}else{if(_0x4f5534[_0x525314(0x173)])_0x132245['DpusB'](_0x132245[_0x525314(0x1d3)],_0x132245['izqXE'])?testSuites+=0x1:this[_0x525314(0x1b2)](_0x1b6f1a['testRunFinished']);else{if(_0x4f5534[_0x525314(0x1be)]){if(_0x132245[_0x525314(0x1d2)](_0x132245['OyUpH'],_0x132245[_0x525314(0x16a)])){let _0x3592b1;if(_0x132245[_0x525314(0x18c)](process[_0x525314(0x198)][_0x525314(0x168)],undefined)){if(_0x132245['SuQlf'](_0x132245[_0x525314(0x1af)],_0x132245[_0x525314(0x1cf)]))return!![];else{const _0x54585a=JSON[_0x525314(0x161)](process[_0x525314(0x198)][_0x525314(0x168)]);_0x3592b1=_0x54585a[_0x525314(0x18f)];}}if(_0x132245[_0x525314(0x192)](_0x3592b1,undefined)){if(_0x132245[_0x525314(0x1da)](_0x132245[_0x525314(0x199)],_0x132245[_0x525314(0x1bb)])){const _0x35d6b4=_0x158f52[_0x525314(0x161)](_0x592b42['env'][_0x525314(0x168)]);_0x109030=_0x35d6b4[_0x525314(0x18f)];}else global[_0x525314(0x164)]=_0x132245[_0x525314(0x189)](getPlatformName,_0x3592b1),this[_0x525314(0x1bd)](_0x132245[_0x525314(0x19d)](_0x525314(0x1cd)+global[_0x525314(0x164)],'\x0a'));}}else{let _0x5c561e;if(_0x527485[_0x525314(0x14f)](_0x1162c8[_0x525314(0x198)][_0x525314(0x168)],_0x584898)){const _0xad7585=_0x4f7c42[_0x525314(0x161)](_0x2945f0[_0x525314(0x198)][_0x525314(0x168)]);_0x5c561e=_0xad7585[_0x525314(0x18f)];}_0x527485['YmVhz'](_0x5c561e,_0xec09b5)&&(_0x563074['__platform']=_0x527485[_0x525314(0x1c6)](_0x26da9a,_0x5c561e),this[_0x525314(0x1bd)](_0x527485[_0x525314(0x148)](_0x525314(0x1cd)+_0x4bb95e[_0x525314(0x164)],'\x0a')));}}else{if(_0x4f5534[_0x525314(0x13d)])_0x132245[_0x525314(0x169)](_0x132245[_0x525314(0x174)],_0x132245['gsRzM'])?_0x3cb6a7+=0x1:this['logTestCaseFinished'](_0x4f5534[_0x525314(0x13d)]);else _0x4f5534[_0x525314(0x1a7)]&&(_0x132245[_0x525314(0x1d2)](_0x132245['irXuW'],_0x132245[_0x525314(0x184)])?this[_0x525314(0x1b2)](_0x4f5534['testRunFinished']):(_0x3166b7[_0x527485[_0x525314(0x193)](_0x527485['goAmy'](_0x5de074[_0x525314(0x191)][_0x525314(0x18e)][_0x525314(0x154)],_0x527485[_0x525314(0x1c8)]),_0x25a5ef[_0x525314(0x17b)][_0x525314(0x154)])]=_0x265f03,this[_0x525314(0x1bd)](_0x527485[_0x525314(0x193)](_0x3fc1ae,'\x0a'))));}}}});}[a3_0x2db1a5(0x1cc)](_0x561f19){const _0x16a3b3=a3_0x2db1a5,_0x28e497={'DXHLg':function(_0xc80314,_0x425a2e){return _0xc80314!==_0x425a2e;},'ythGh':_0x16a3b3(0x143),'Ppmdg':function(_0x17c0b5,_0x33e291){return _0x17c0b5+_0x33e291;},'EYQsp':function(_0x15df75,_0xb0bd87){return _0x15df75+_0xb0bd87;},'AeTwe':function(_0x21e6b8,_0x26e0c8){return _0x21e6b8+_0x26e0c8;},'XKlVy':function(_0x3963c6,_0x440fd7){return _0x3963c6+_0x440fd7;},'rhWGS':_0x16a3b3(0x146),'XYZEl':_0x16a3b3(0x152),'VDPJM':function(_0x46171c,_0x21d478){return _0x46171c===_0x21d478;},'IsyNW':'FAILED','yiVKp':function(_0x1f9db7,_0x552c8c,_0x24c987){return _0x1f9db7(_0x552c8c,_0x24c987);},'dGdXA':_0x16a3b3(0x153),'VdSfT':_0x16a3b3(0x182),'xPadV':function(_0x9895ed,_0x577357){return _0x9895ed+_0x577357;},'Egbqu':function(_0x3883ef,_0x2754b3){return _0x3883ef+_0x2754b3;},'lvbOv':_0x16a3b3(0x1b4),'wOPpm':function(_0x37fd23,_0x523aca){return _0x37fd23===_0x523aca;},'ZsoXk':_0x16a3b3(0x1d1),'DKKgY':function(_0x341607,_0x81bf5d){return _0x341607+_0x81bf5d;},'InZYH':function(_0x597372,_0x4704d7){return _0x597372+_0x4704d7;},'CgKzb':function(_0x473498,_0x46c56f){return _0x473498+_0x46c56f;},'iOwio':function(_0x1ddfca,_0x20d584){return _0x1ddfca+_0x20d584;},'Xklcf':_0x16a3b3(0x14d),'TUpkc':_0x16a3b3(0x165),'UEWmK':function(_0x3fae81,_0x375109){return _0x3fae81===_0x375109;},'BolIH':_0x16a3b3(0x156),'sDmgQ':function(_0x3818a5,_0x5025da){return _0x3818a5!==_0x5025da;},'Wiqgc':'cucumber-js/test.setup.js','dcOmx':function(_0x3b8ead,_0x511934){return _0x3b8ead!==_0x511934;},'qMYbj':'GyJwx','PXstB':_0x16a3b3(0x15d),'qVRwH':function(_0x383e19,_0x50cfe4){return _0x383e19+_0x50cfe4;},'clffk':function(_0x5a660d,_0x3d9cda){return _0x5a660d+_0x3d9cda;},'kkHyR':function(_0x53dde5,_0x2a98fc){return _0x53dde5+_0x2a98fc;},'dihRU':function(_0x5c6aa5,_0x36ed5d){return _0x5c6aa5!==_0x36ed5d;},'wcBQu':_0x16a3b3(0x14b)};if(_0x28e497[_0x16a3b3(0x1ce)](global[_0x16a3b3(0x164)],undefined)){if(_0x28e497[_0x16a3b3(0x1b1)](_0x28e497['qMYbj'],_0x28e497['PXstB'])){if(_0x28e497[_0x16a3b3(0x1a3)](_0x4d406e['name'],_0x28e497[_0x16a3b3(0x13f)])&&!this['isBstackHook'](_0x5b193e)){_0x2f8d0b+=0x1,this[_0x16a3b3(0x1bd)](_0x28e497[_0x16a3b3(0x1d9)](_0x28e497['Ppmdg'](_0x28e497[_0x16a3b3(0x15b)](_0x28e497[_0x16a3b3(0x1b6)](_0x28e497['XKlVy'](_0x28e497[_0x16a3b3(0x142)],_0x1c2594[_0x16a3b3(0x17f)]),_0x40e790[_0x16a3b3(0x1cb)]||''),_0x28e497['XYZEl']),_0x1ac542[_0x4a23d5[_0x16a3b3(0x153)][_0x16a3b3(0x1a9)]]),'\x0a')),this[_0x16a3b3(0x1d8)](_0x5525be[_0x51ff61[_0x16a3b3(0x153)][_0x16a3b3(0x1a9)]]);if(_0x28e497[_0x16a3b3(0x1b7)](_0x5268d7[_0x3f5621[_0x16a3b3(0x153)][_0x16a3b3(0x1a9)]],_0x28e497[_0x16a3b3(0x1a8)])){_0x2a6e69=!![];const _0x510f44=_0x28e497[_0x16a3b3(0x1c3)](_0x1ce0f8,_0x5b5f51,[_0x28e497['dGdXA'],_0x28e497[_0x16a3b3(0x158)]]);_0x510f44&&(_0xc7695b[_0x28e497[_0x16a3b3(0x1d9)](_0x28e497[_0x16a3b3(0x15b)](_0x1c0c1f[_0x16a3b3(0x191)][_0x16a3b3(0x18e)][_0x16a3b3(0x154)],_0x28e497[_0x16a3b3(0x194)]),_0x2a3fb0[_0x16a3b3(0x17b)]['name'])]=_0x510f44,this[_0x16a3b3(0x1bd)](_0x28e497[_0x16a3b3(0x1d9)](_0x510f44,'\x0a')));}}}else this[_0x16a3b3(0x1bd)](_0x28e497[_0x16a3b3(0x144)](_0x28e497[_0x16a3b3(0x149)]('\x0a',global[_0x16a3b3(0x164)]),'\x0a'));}const _0x11b16f=this[_0x16a3b3(0x1ab)]['getTestCaseAttempt'](_0x561f19['testCaseStartedId']);this[_0x16a3b3(0x1bd)](_0x28e497[_0x16a3b3(0x1b3)](_0x28e497['kkHyR'](_0x28e497[_0x16a3b3(0x1b6)](_0x28e497[_0x16a3b3(0x181)]('\x20\x20',_0x11b16f[_0x16a3b3(0x191)]['feature'][_0x16a3b3(0x154)]),_0x28e497['XYZEl']),_0x11b16f[_0x16a3b3(0x17b)][_0x16a3b3(0x154)]),'\x0a'));const _0x1e5c71={};_0x1e5c71[_0x16a3b3(0x19c)]=this[_0x16a3b3(0x19c)],_0x1e5c71[_0x16a3b3(0x180)]=this[_0x16a3b3(0x180)],_0x1e5c71[_0x16a3b3(0x1b9)]=this[_0x16a3b3(0x1b9)],_0x1e5c71[_0x16a3b3(0x1ca)]=_0x11b16f;const _0x3d5924=formatterHelpers[_0x16a3b3(0x1d4)](_0x1e5c71);let _0x1a1c94=![];_0x3d5924[_0x16a3b3(0x17d)][_0x16a3b3(0x1c0)](_0x3ecdd1=>{const _0x52fe79=_0x16a3b3;if(_0x28e497['DXHLg'](_0x28e497['lvbOv'],_0x28e497[_0x52fe79(0x18b)]))return![];else{if(_0x28e497[_0x52fe79(0x1a3)](_0x3ecdd1[_0x52fe79(0x154)],_0x28e497['ythGh'])&&!this[_0x52fe79(0x15f)](_0x3ecdd1)){if(_0x28e497[_0x52fe79(0x1b1)](_0x28e497[_0x52fe79(0x1b5)],_0x28e497[_0x52fe79(0x1b5)])){totalTests+=0x1,this['log'](_0x28e497[_0x52fe79(0x144)](_0x28e497[_0x52fe79(0x185)](_0x28e497['CgKzb'](_0x28e497[_0x52fe79(0x197)](_0x28e497[_0x52fe79(0x16c)](_0x28e497['rhWGS'],_0x3ecdd1['keyword']),_0x3ecdd1[_0x52fe79(0x1cb)]||''),_0x28e497[_0x52fe79(0x194)]),Status[_0x3ecdd1[_0x52fe79(0x153)][_0x52fe79(0x1a9)]]),'\x0a')),this['incrementCounter'](Status[_0x3ecdd1[_0x52fe79(0x153)][_0x52fe79(0x1a9)]]);if(_0x28e497[_0x52fe79(0x1b7)](Status[_0x3ecdd1[_0x52fe79(0x153)][_0x52fe79(0x1a9)]],_0x28e497[_0x52fe79(0x1a8)])){if(_0x28e497[_0x52fe79(0x1a3)](_0x28e497[_0x52fe79(0x1bf)],_0x28e497[_0x52fe79(0x19e)])){_0x1a1c94=!![];const _0x58e2c6=_0x28e497[_0x52fe79(0x1c3)](nestedKeyValue,_0x3ecdd1,[_0x28e497['dGdXA'],_0x28e497[_0x52fe79(0x158)]]);_0x58e2c6&&(_0x28e497[_0x52fe79(0x16d)](_0x28e497[_0x52fe79(0x1d6)],_0x28e497[_0x52fe79(0x1d6)])?(testsErrorMessage[_0x28e497[_0x52fe79(0x185)](_0x28e497['DKKgY'](_0x11b16f[_0x52fe79(0x191)]['feature'][_0x52fe79(0x154)],_0x28e497[_0x52fe79(0x194)]),_0x11b16f['pickle'][_0x52fe79(0x154)])]=_0x58e2c6,this[_0x52fe79(0x1bd)](_0x28e497[_0x52fe79(0x144)](_0x58e2c6,'\x0a'))):this[_0x52fe79(0x1bd)](_0x28e497[_0x52fe79(0x14c)](_0x28e497['Egbqu']('\x0a',_0x2f6eea[_0x52fe79(0x164)]),'\x0a')));}else _0xac871e+=0x1;}}else this[_0x52fe79(0x1cc)](_0x4344b6[_0x52fe79(0x13d)]);}}});if(_0x1a1c94){if(_0x28e497[_0x16a3b3(0x1ad)](_0x28e497[_0x16a3b3(0x190)],_0x28e497[_0x16a3b3(0x190)])){if(_0x28e497[_0x16a3b3(0x186)](_0x155f36['sourceLocation'],_0x42e9cb))return![];if(_0x1c124c['actionLocation']&&_0x4d87b0[_0x16a3b3(0x166)][_0x16a3b3(0x1c5)][_0x16a3b3(0x1bc)](_0x28e497[_0x16a3b3(0x1c9)]))return!![];return![];}else testSuitesFailed+=0x1;}this[_0x16a3b3(0x1bd)]('\x0a');}[a3_0x2db1a5(0x1b2)](_0x46ea13){}[a3_0x2db1a5(0x15f)](_0x35f851){const _0xd86b4c=a3_0x2db1a5,_0x5d7590={'VGByw':function(_0x451933,_0x22c49d,_0x3d85f8){return _0x451933(_0x22c49d,_0x3d85f8);},'KXJfx':_0xd86b4c(0x153),'srzwR':_0xd86b4c(0x182),'OvXFU':function(_0x29ac7f,_0x3d3f49){return _0x29ac7f+_0x3d3f49;},'rMxkk':_0xd86b4c(0x152),'hwMTc':function(_0x3cd495,_0x520f83){return _0x3cd495+_0x520f83;},'CKlRK':function(_0xc42cd7,_0x41f405){return _0xc42cd7(_0x41f405);},'yiyeC':function(_0x41ec1f,_0x191c2a){return _0x41ec1f!==_0x191c2a;},'SVJIu':function(_0x3785d2,_0x3066a1){return _0x3785d2!==_0x3066a1;},'GXpgE':_0xd86b4c(0x15e),'xZtxW':_0xd86b4c(0x170),'YzUmE':'cucumber-js/test.setup.js','yKRSs':function(_0x5a4024,_0x58c9a8){return _0x5a4024===_0x58c9a8;},'oCwai':'xtBaV','ffMZg':_0xd86b4c(0x1a5)};if(_0x5d7590['yiyeC'](_0x35f851['sourceLocation'],undefined)){if(_0x5d7590[_0xd86b4c(0x1c2)](_0x5d7590['GXpgE'],_0x5d7590[_0xd86b4c(0x179)]))return![];else{_0x3a69e4=!![];const _0x1a7291=_0x5d7590[_0xd86b4c(0x1ba)](_0x5169d0,_0x380bd2,[_0x5d7590['KXJfx'],_0x5d7590[_0xd86b4c(0x183)]]);_0x1a7291&&(_0x19e43f[_0x5d7590['OvXFU'](_0x5d7590['OvXFU'](_0x547170[_0xd86b4c(0x191)]['feature']['name'],_0x5d7590[_0xd86b4c(0x1ae)]),_0x516fb9[_0xd86b4c(0x17b)][_0xd86b4c(0x154)])]=_0x1a7291,this[_0xd86b4c(0x1bd)](_0x5d7590[_0xd86b4c(0x16f)](_0x1a7291,'\x0a')));}}if(_0x35f851['actionLocation']&&_0x35f851[_0xd86b4c(0x166)][_0xd86b4c(0x1c5)]['includes'](_0x5d7590[_0xd86b4c(0x175)])){if(_0x5d7590['yKRSs'](_0x5d7590[_0xd86b4c(0x19f)],_0x5d7590[_0xd86b4c(0x1c1)]))_0x3cef55[_0xd86b4c(0x164)]=_0x5d7590[_0xd86b4c(0x1aa)](_0x513b3d,_0x2b3ccc),this[_0xd86b4c(0x1bd)](_0x5d7590[_0xd86b4c(0x1a2)](_0xd86b4c(0x1cd)+_0x78cb21[_0xd86b4c(0x164)],'\x0a'));else return!![];}return![];}[a3_0x2db1a5(0x1d8)](_0x53c5d6){const _0x2e2483=a3_0x2db1a5,_0x362975={};_0x362975[_0x2e2483(0x1ac)]='FAILED',_0x362975[_0x2e2483(0x151)]=_0x2e2483(0x18d),_0x362975[_0x2e2483(0x15a)]=_0x2e2483(0x1b0),_0x362975['DcEyj']=_0x2e2483(0x176),_0x362975[_0x2e2483(0x16b)]=_0x2e2483(0x1a0),_0x362975[_0x2e2483(0x157)]=_0x2e2483(0x171),_0x362975[_0x2e2483(0x1c7)]=_0x2e2483(0x1db);const _0x4ce990=_0x362975;switch(_0x53c5d6){case _0x4ce990['aSxyW']:testsFailed+=0x1;break;case _0x4ce990['VpqeL']:testsPassed+=0x1;break;case _0x4ce990['JSzyz']:testsSkipped+=0x1;break;case _0x4ce990[_0x2e2483(0x178)]:testsPending+=0x1;break;case _0x4ce990[_0x2e2483(0x16b)]:testsUndefined+=0x1;break;case _0x4ce990['ECcqm']:testsUnknown+=0x1;break;case _0x4ce990[_0x2e2483(0x1c7)]:testsAmbiguous+=0x1;break;default:break;}}}function a3_0x5184(_0x215cd7,_0x218074){const _0x5c9f22=a3_0x5c9f();return a3_0x5184=function(_0x5184d0,_0xea0d89){_0x5184d0=_0x5184d0-0x13d;let _0x2dcd8c=_0x5c9f22[_0x5184d0];return _0x2dcd8c;},a3_0x5184(_0x215cd7,_0x218074);}module[a3_0x2db1a5(0x150)]=BrowserstackFormatter;
|
|
1
|
+
const a3_0x1a936c=a3_0x42bd;(function(_0x22734d,_0x2c2e2c){const _0x2563f8=a3_0x42bd,_0x177ae0=_0x22734d();while(!![]){try{const _0x5c2547=parseInt(_0x2563f8(0x1f8))/0x1*(-parseInt(_0x2563f8(0x1c3))/0x2)+-parseInt(_0x2563f8(0x1c0))/0x3*(parseInt(_0x2563f8(0x1c9))/0x4)+parseInt(_0x2563f8(0x1fb))/0x5+parseInt(_0x2563f8(0x1e3))/0x6+parseInt(_0x2563f8(0x19b))/0x7+-parseInt(_0x2563f8(0x200))/0x8+parseInt(_0x2563f8(0x1e0))/0x9*(parseInt(_0x2563f8(0x1f0))/0xa);if(_0x5c2547===_0x2c2e2c)break;else _0x177ae0['push'](_0x177ae0['shift']());}catch(_0xbd7f9f){_0x177ae0['push'](_0x177ae0['shift']());}}}(a3_0x2d99,0x78b39));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x1a936c(0x201)),{Formatter,formatterHelpers,Status}=requireModule(a3_0x1a936c(0x20b));class BrowserstackFormatter extends Formatter{constructor(_0x2b8b39){const _0x35ed9d=a3_0x1a936c,_0x1ee469={'ZbWQg':function(_0x3c2cd4,_0x4381b7){return _0x3c2cd4+_0x4381b7;},'ORqws':function(_0x1a65d5,_0x44889d){return _0x1a65d5+_0x44889d;},'oEXlj':function(_0x37db6c,_0x116cc2){return _0x37db6c+_0x116cc2;},'FCgcr':_0x35ed9d(0x1b4),'cbHCm':'\x20-\x20','PGGWl':function(_0x16ce03,_0x325225){return _0x16ce03===_0x325225;},'tLuTx':'FAILED','qdOSC':function(_0x511875,_0x3afc8a,_0x32b449){return _0x511875(_0x3afc8a,_0x32b449);},'jaZLc':'result','GSQli':'message','dYvLs':function(_0x533677,_0x2600eb){return _0x533677+_0x2600eb;},'XowZV':function(_0x2050cb,_0x2c3a98){return _0x2050cb+_0x2c3a98;},'YVcmT':function(_0x1eee5e,_0x309a22,_0x65ccd7){return _0x1eee5e(_0x309a22,_0x65ccd7);},'PTZOq':function(_0x5c2f5c,_0x395cb5){return _0x5c2f5c+_0x395cb5;},'heJqf':_0x35ed9d(0x215),'yzFcg':function(_0x2a8679,_0x443732){return _0x2a8679!==_0x443732;},'tcEJa':'zCOxP','mQdbC':function(_0x62931b,_0x33fc37){return _0x62931b===_0x33fc37;},'NXFAQ':_0x35ed9d(0x1b8),'WWLOm':_0x35ed9d(0x1ac),'ZxZag':function(_0x56961c,_0x2e6b09){return _0x56961c!==_0x2e6b09;},'hFRqP':function(_0x63c84c,_0x586edd){return _0x63c84c===_0x586edd;},'dLrIn':_0x35ed9d(0x212),'UutEA':function(_0x172237,_0x5b0d70){return _0x172237!==_0x5b0d70;},'ScKra':_0x35ed9d(0x227),'WhypD':'UlOPg','Rftga':function(_0x55a0c0,_0x258c31){return _0x55a0c0(_0x258c31);},'Zkbky':_0x35ed9d(0x20e),'OZNTh':_0x35ed9d(0x1f7),'BEbsw':_0x35ed9d(0x222),'DsIqk':_0x35ed9d(0x1bc),'MCYyu':_0x35ed9d(0x1fc)};super(_0x2b8b39),_0x2b8b39[_0x35ed9d(0x1af)]['on'](_0x1ee469[_0x35ed9d(0x21e)],_0x252ab8=>{const _0x2a75b2=_0x35ed9d,_0x4ae475={'cxqIv':function(_0x273f28,_0x4e0b4a){const _0x2f69dc=a3_0x42bd;return _0x1ee469[_0x2f69dc(0x1b9)](_0x273f28,_0x4e0b4a);},'kVfVL':_0x1ee469[_0x2a75b2(0x1f5)]};if(_0x1ee469[_0x2a75b2(0x1ae)](_0x1ee469[_0x2a75b2(0x1ec)],_0x1ee469['heJqf'])){if(_0x252ab8[_0x2a75b2(0x1ea)])_0x1ee469[_0x2a75b2(0x1f2)](_0x1ee469['tcEJa'],_0x1ee469['tcEJa'])?_0x555166+=0x1:testSuites+=0x1;else{if(_0x252ab8[_0x2a75b2(0x214)]){if(_0x1ee469['mQdbC'](_0x1ee469['NXFAQ'],_0x1ee469[_0x2a75b2(0x1d1)])){_0x60c276+=0x1,this['log'](_0x1ee469[_0x2a75b2(0x1d0)](_0x1ee469[_0x2a75b2(0x1d0)](_0x1ee469[_0x2a75b2(0x1e5)](_0x1ee469[_0x2a75b2(0x1d0)](_0x1ee469[_0x2a75b2(0x1d4)](_0x1ee469[_0x2a75b2(0x1b0)],_0x2b9ffa['keyword']),_0x41c809[_0x2a75b2(0x1d2)]||''),_0x1ee469[_0x2a75b2(0x1f5)]),_0x6f7c3d[_0x48ffb5[_0x2a75b2(0x1e9)]['status']]),'\x0a')),this['incrementCounter'](_0x1ebc27[_0x3a56c[_0x2a75b2(0x1e9)][_0x2a75b2(0x19d)]]);if(_0x1ee469[_0x2a75b2(0x1ae)](_0x22f1dd[_0x3d0bed[_0x2a75b2(0x1e9)]['status']],_0x1ee469[_0x2a75b2(0x1ba)])){_0x49e0b5=!![];const _0x275d21=_0x1ee469[_0x2a75b2(0x1e7)](_0x34d4e1,_0x146ec1,[_0x1ee469['jaZLc'],_0x1ee469[_0x2a75b2(0x21c)]]);_0x275d21&&(_0x5cb3c7[_0x1ee469['ZbWQg'](_0x1ee469[_0x2a75b2(0x1aa)](_0xaf17e[_0x2a75b2(0x223)]['feature'][_0x2a75b2(0x1d6)],_0x1ee469[_0x2a75b2(0x1f5)]),_0x13952c['pickle']['name'])]=_0x275d21,this['log'](_0x1ee469[_0x2a75b2(0x1d7)](_0x275d21,'\x0a')));}}else{let _0x1fe6d4;if(_0x1ee469['ZxZag'](process[_0x2a75b2(0x1a6)][_0x2a75b2(0x20d)],undefined)){if(_0x1ee469['hFRqP'](_0x1ee469[_0x2a75b2(0x1ab)],_0x1ee469[_0x2a75b2(0x1ab)])){const _0x58e831=JSON[_0x2a75b2(0x1ed)](process['env']['CONFIG']);_0x1fe6d4=_0x58e831[_0x2a75b2(0x1fe)];}else return![];}_0x1ee469[_0x2a75b2(0x19e)](_0x1fe6d4,undefined)&&(_0x1ee469[_0x2a75b2(0x19e)](_0x1ee469[_0x2a75b2(0x1bf)],_0x1ee469[_0x2a75b2(0x1d8)])?(global[_0x2a75b2(0x1fa)]=_0x1ee469[_0x2a75b2(0x217)](getPlatformName,_0x1fe6d4),this['log'](_0x1ee469[_0x2a75b2(0x1d7)](_0x2a75b2(0x1e6)+global[_0x2a75b2(0x1fa)],'\x0a'))):_0x52c371+=0x1);}}else{if(_0x252ab8[_0x2a75b2(0x1a3)])_0x1ee469[_0x2a75b2(0x225)](_0x1ee469[_0x2a75b2(0x1ee)],_0x1ee469[_0x2a75b2(0x1da)])?this[_0x2a75b2(0x208)](_0x252ab8[_0x2a75b2(0x1a3)]):(_0x566913[_0x4ae475['cxqIv'](_0x4ae475[_0x2a75b2(0x1ff)](_0x48e834['gherkinDocument'][_0x2a75b2(0x20f)][_0x2a75b2(0x1d6)],_0x4ae475[_0x2a75b2(0x19c)]),_0x3f169a['pickle'][_0x2a75b2(0x1d6)])]=_0x205ca8,this[_0x2a75b2(0x1e4)](_0x4ae475[_0x2a75b2(0x1ff)](_0x14e3fa,'\x0a')));else{if(_0x252ab8[_0x2a75b2(0x1cd)]){if(_0x1ee469[_0x2a75b2(0x1ce)](_0x1ee469['BEbsw'],_0x1ee469['DsIqk'])){_0x2ae133=!![];const _0x468880=_0x1ee469[_0x2a75b2(0x1c1)](_0x3bd576,_0x457f5d,[_0x1ee469['jaZLc'],_0x1ee469[_0x2a75b2(0x21c)]]);_0x468880&&(_0x35b76a[_0x1ee469['ZbWQg'](_0x1ee469[_0x2a75b2(0x1d7)](_0x438162[_0x2a75b2(0x223)][_0x2a75b2(0x20f)][_0x2a75b2(0x1d6)],_0x1ee469[_0x2a75b2(0x1f5)]),_0x3ed80f['pickle'][_0x2a75b2(0x1d6)])]=_0x468880,this['log'](_0x1ee469[_0x2a75b2(0x1d0)](_0x468880,'\x0a')));}else this[_0x2a75b2(0x1ca)](_0x252ab8[_0x2a75b2(0x1cd)]);}}}}}else return!![];});}[a3_0x1a936c(0x208)](_0x3c5651){const _0x3cd233=a3_0x1a936c,_0x3cd9f4={'AbMnp':function(_0x332055,_0x47ebd9){return _0x332055(_0x47ebd9);},'mzUMr':function(_0xdcc661,_0x5e6080){return _0xdcc661+_0x5e6080;},'WSRRp':function(_0x30be39,_0xa021f6){return _0x30be39!==_0xa021f6;},'bzeVD':function(_0xfa681c,_0x3c061b){return _0xfa681c!==_0x3c061b;},'TFtGs':function(_0x50316e,_0x5190d6){return _0x50316e+_0x5190d6;},'XBolO':_0x3cd233(0x226),'AHBCG':function(_0x53535a,_0xceef73){return _0x53535a!==_0xceef73;},'Gjavg':_0x3cd233(0x1c6),'BcNpW':function(_0x16773c,_0x2ee568){return _0x16773c===_0x2ee568;},'JeFCL':_0x3cd233(0x221),'UwMyz':function(_0x3f4dd8,_0x5bc52b){return _0x3f4dd8+_0x5bc52b;},'BHJfx':function(_0x4bab6e,_0x2a084d){return _0x4bab6e+_0x2a084d;},'SBcbQ':function(_0x5de471,_0x149b83){return _0x5de471+_0x149b83;},'uLwEd':_0x3cd233(0x1b4),'AzCVV':'\x20-\x20','uIXXW':'FAILED','BzfFC':function(_0x457d09,_0x310e65){return _0x457d09===_0x310e65;},'xhoyR':'kztNv','pnRTv':_0x3cd233(0x1a8),'JWtEH':function(_0x2d7908,_0x934073,_0x24434c){return _0x2d7908(_0x934073,_0x24434c);},'zSXnD':'result','jcXvA':'message','cbGZL':_0x3cd233(0x1f3),'bsaBF':function(_0x38b1df,_0xb0affa){return _0x38b1df+_0xb0affa;},'Flysz':function(_0x3c1788,_0x1e73fa){return _0x3c1788+_0x1e73fa;},'CShvI':function(_0x313b36,_0x570952){return _0x313b36===_0x570952;},'JUXHN':function(_0x34b2eb,_0x3ed3cc,_0xeb6d92){return _0x34b2eb(_0x3ed3cc,_0xeb6d92);},'EDDAc':function(_0x23b29e,_0x2c0c46){return _0x23b29e+_0x2c0c46;},'czVPK':function(_0x50dad2,_0x56af5d){return _0x50dad2!==_0x56af5d;},'NlsIU':'HMSRT','dtBUi':function(_0x2aeedc,_0x5f5c35){return _0x2aeedc+_0x5f5c35;},'xmiDz':function(_0x22daf9,_0x3aa638){return _0x22daf9+_0x3aa638;},'WDafO':function(_0x4a91c2,_0x5acd9b){return _0x4a91c2+_0x5acd9b;},'ujXpI':'qXApO','qjxhD':_0x3cd233(0x1eb)};_0x3cd9f4[_0x3cd233(0x205)](global[_0x3cd233(0x1fa)],undefined)&&(_0x3cd9f4[_0x3cd233(0x1c7)](_0x3cd9f4[_0x3cd233(0x1b3)],_0x3cd9f4[_0x3cd233(0x1b3)])?this[_0x3cd233(0x1e4)](_0x3cd9f4['dtBUi'](_0x3cd9f4['BHJfx']('\x0a',global[_0x3cd233(0x1fa)]),'\x0a')):(_0x4b8c4a['__platform']=_0x3cd9f4['AbMnp'](_0x5dd60d,_0x461c66),this[_0x3cd233(0x1e4)](_0x3cd9f4[_0x3cd233(0x1c4)](_0x3cd233(0x1e6)+_0x1b3bd4['__platform'],'\x0a'))));const _0xc580b1=this['eventDataCollector'][_0x3cd233(0x1bb)](_0x3c5651[_0x3cd233(0x21a)]);this[_0x3cd233(0x1e4)](_0x3cd9f4[_0x3cd233(0x1de)](_0x3cd9f4[_0x3cd233(0x1b2)](_0x3cd9f4['WDafO'](_0x3cd9f4[_0x3cd233(0x209)]('\x20\x20',_0xc580b1['gherkinDocument'][_0x3cd233(0x20f)][_0x3cd233(0x1d6)]),_0x3cd9f4[_0x3cd233(0x202)]),_0xc580b1['pickle'][_0x3cd233(0x1d6)]),'\x0a'));const _0x56b549={};_0x56b549[_0x3cd233(0x1a5)]=this[_0x3cd233(0x1a5)],_0x56b549['snippetBuilder']=this[_0x3cd233(0x1a4)],_0x56b549[_0x3cd233(0x1dc)]=this[_0x3cd233(0x1dc)],_0x56b549[_0x3cd233(0x1d5)]=_0xc580b1;const _0x422d86=formatterHelpers[_0x3cd233(0x20a)](_0x56b549);let _0x1c7548=![];_0x422d86['testSteps'][_0x3cd233(0x1ad)](_0x1908e2=>{const _0x5d488a=_0x3cd233,_0x2b838e={'oIYNG':function(_0x2631ec,_0x28cded){const _0x3b725d=a3_0x42bd;return _0x3cd9f4[_0x3b725d(0x1b6)](_0x2631ec,_0x28cded);}};if(_0x3cd9f4[_0x5d488a(0x1dd)](_0x3cd9f4['XBolO'],_0x3cd9f4[_0x5d488a(0x1f4)]))this[_0x5d488a(0x208)](_0x5abc2c['testCaseFinished']);else{if(_0x3cd9f4[_0x5d488a(0x211)](_0x1908e2[_0x5d488a(0x1d6)],_0x3cd9f4['Gjavg'])&&!this[_0x5d488a(0x1d9)](_0x1908e2)){if(_0x3cd9f4[_0x5d488a(0x1cb)](_0x3cd9f4[_0x5d488a(0x1d3)],_0x3cd9f4['JeFCL'])){totalTests+=0x1,this[_0x5d488a(0x1e4)](_0x3cd9f4['UwMyz'](_0x3cd9f4[_0x5d488a(0x1b6)](_0x3cd9f4[_0x5d488a(0x213)](_0x3cd9f4[_0x5d488a(0x206)](_0x3cd9f4['TFtGs'](_0x3cd9f4[_0x5d488a(0x21b)],_0x1908e2['keyword']),_0x1908e2[_0x5d488a(0x1d2)]||''),_0x3cd9f4[_0x5d488a(0x202)]),Status[_0x1908e2[_0x5d488a(0x1e9)][_0x5d488a(0x19d)]]),'\x0a')),this['incrementCounter'](Status[_0x1908e2[_0x5d488a(0x1e9)][_0x5d488a(0x19d)]]);if(_0x3cd9f4[_0x5d488a(0x1cb)](Status[_0x1908e2[_0x5d488a(0x1e9)][_0x5d488a(0x19d)]],_0x3cd9f4[_0x5d488a(0x1a9)])){if(_0x3cd9f4[_0x5d488a(0x1fd)](_0x3cd9f4[_0x5d488a(0x219)],_0x3cd9f4[_0x5d488a(0x1b5)])){const _0x94a8d9=_0x2faddd['parse'](_0x307d5a['env'][_0x5d488a(0x20d)]);_0x56fdf0=_0x94a8d9[_0x5d488a(0x1fe)];}else{_0x1c7548=!![];const _0xa8b395=_0x3cd9f4[_0x5d488a(0x1c2)](nestedKeyValue,_0x1908e2,[_0x3cd9f4['zSXnD'],_0x3cd9f4[_0x5d488a(0x1be)]]);if(_0xa8b395){if(_0x3cd9f4['WSRRp'](_0x3cd9f4[_0x5d488a(0x1e1)],_0x3cd9f4[_0x5d488a(0x1e1)])){let _0x55a777;if(_0x3cd9f4['WSRRp'](_0x219419[_0x5d488a(0x1a6)][_0x5d488a(0x20d)],_0x41ef23)){const _0x467e9d=_0x4d5368[_0x5d488a(0x1ed)](_0x1673ea[_0x5d488a(0x1a6)][_0x5d488a(0x20d)]);_0x55a777=_0x467e9d['capability'];}_0x3cd9f4[_0x5d488a(0x1dd)](_0x55a777,_0x4e9ef5)&&(_0xc281d5[_0x5d488a(0x1fa)]=_0x3cd9f4[_0x5d488a(0x216)](_0x19a012,_0x55a777),this['log'](_0x3cd9f4[_0x5d488a(0x1c4)](_0x5d488a(0x1e6)+_0x299953['__platform'],'\x0a')));}else testsErrorMessage[_0x3cd9f4[_0x5d488a(0x1b6)](_0x3cd9f4[_0x5d488a(0x1c4)](_0xc580b1[_0x5d488a(0x223)][_0x5d488a(0x20f)][_0x5d488a(0x1d6)],_0x3cd9f4[_0x5d488a(0x202)]),_0xc580b1['pickle'][_0x5d488a(0x1d6)])]=_0xa8b395,this[_0x5d488a(0x1e4)](_0x3cd9f4[_0x5d488a(0x1b6)](_0xa8b395,'\x0a'));}}}}else this[_0x5d488a(0x1e4)](_0x2b838e[_0x5d488a(0x1f6)](_0x2b838e[_0x5d488a(0x1f6)]('\x0a',_0x1b742f[_0x5d488a(0x1fa)]),'\x0a'));}}});if(_0x1c7548){if(_0x3cd9f4[_0x3cd233(0x1cc)](_0x3cd9f4[_0x3cd233(0x224)],_0x3cd9f4[_0x3cd233(0x1ef)]))testSuitesFailed+=0x1;else{if(_0x3cd9f4[_0x3cd233(0x1dd)](_0x36894d[_0x3cd233(0x1d6)],_0x3cd9f4[_0x3cd233(0x1df)])&&!this[_0x3cd233(0x1d9)](_0xc6546)){_0x4635c2+=0x1,this[_0x3cd233(0x1e4)](_0x3cd9f4[_0x3cd233(0x1c4)](_0x3cd9f4['bsaBF'](_0x3cd9f4[_0x3cd233(0x1b6)](_0x3cd9f4[_0x3cd233(0x213)](_0x3cd9f4[_0x3cd233(0x1de)](_0x3cd9f4[_0x3cd233(0x21b)],_0x4ca52d[_0x3cd233(0x1c5)]),_0x5c930e[_0x3cd233(0x1d2)]||''),_0x3cd9f4[_0x3cd233(0x202)]),_0x3a59d0[_0x31af99[_0x3cd233(0x1e9)][_0x3cd233(0x19d)]]),'\x0a')),this['incrementCounter'](_0x5bddbb[_0x38c817[_0x3cd233(0x1e9)]['status']]);if(_0x3cd9f4['CShvI'](_0xce8a8d[_0x1824ec[_0x3cd233(0x1e9)][_0x3cd233(0x19d)]],_0x3cd9f4[_0x3cd233(0x1a9)])){_0x396f62=!![];const _0x5597d6=_0x3cd9f4[_0x3cd233(0x1a1)](_0xb0ddbf,_0x299c35,[_0x3cd9f4[_0x3cd233(0x218)],_0x3cd9f4[_0x3cd233(0x1be)]]);_0x5597d6&&(_0x5b4863[_0x3cd9f4[_0x3cd233(0x1de)](_0x3cd9f4['BHJfx'](_0x258376['gherkinDocument']['feature'][_0x3cd233(0x1d6)],_0x3cd9f4[_0x3cd233(0x202)]),_0xe18b5b[_0x3cd233(0x210)][_0x3cd233(0x1d6)])]=_0x5597d6,this[_0x3cd233(0x1e4)](_0x3cd9f4[_0x3cd233(0x1cf)](_0x5597d6,'\x0a')));}}}}this[_0x3cd233(0x1e4)]('\x0a');}['logTestRunFinished'](_0x29855c){}[a3_0x1a936c(0x1d9)](_0x4c4877){const _0xd65b3=a3_0x1a936c,_0x5ee377={};_0x5ee377[_0xd65b3(0x1b7)]=function(_0x1cb9b4,_0x5acd66){return _0x1cb9b4!==_0x5acd66;},_0x5ee377['rSUdk']=_0xd65b3(0x1f9),_0x5ee377[_0xd65b3(0x20c)]=function(_0x31fe86,_0x1ba5b5){return _0x31fe86!==_0x1ba5b5;},_0x5ee377[_0xd65b3(0x1b1)]=function(_0x546461,_0x429208){return _0x546461!==_0x429208;},_0x5ee377[_0xd65b3(0x1a7)]=_0xd65b3(0x204),_0x5ee377['FsAUV']=function(_0x1e69f7,_0x37f0b5){return _0x1e69f7===_0x37f0b5;},_0x5ee377['hCMMR']=_0xd65b3(0x1e2);const _0x20b66d=_0x5ee377;if(_0x20b66d[_0xd65b3(0x20c)](_0x4c4877['sourceLocation'],undefined)){if(_0x20b66d[_0xd65b3(0x1b1)](_0x20b66d['NjqDS'],_0x20b66d[_0xd65b3(0x1a7)])){if(_0x20b66d[_0xd65b3(0x1b7)](_0x470e7b['sourceLocation'],_0x5041ff))return![];if(_0x57db1b[_0xd65b3(0x207)]&&_0x33cafc['actionLocation'][_0xd65b3(0x1a0)]['includes'](_0x20b66d['rSUdk']))return!![];return![];}else return![];}if(_0x4c4877[_0xd65b3(0x207)]&&_0x4c4877[_0xd65b3(0x207)][_0xd65b3(0x1a0)]['includes'](_0x20b66d[_0xd65b3(0x21f)])){if(_0x20b66d['FsAUV'](_0x20b66d['hCMMR'],_0x20b66d[_0xd65b3(0x1c8)]))return!![];else this['logTestRunFinished'](_0x12b839['testRunFinished']);}return![];}['incrementCounter'](_0x3c31eb){const _0x26fc0c=a3_0x1a936c,_0x20acbc={};_0x20acbc[_0x26fc0c(0x21d)]=_0x26fc0c(0x1bd),_0x20acbc[_0x26fc0c(0x1e8)]=_0x26fc0c(0x1db),_0x20acbc[_0x26fc0c(0x1a2)]='SKIPPED',_0x20acbc[_0x26fc0c(0x203)]='PENDING',_0x20acbc['COgbh']=_0x26fc0c(0x1f1),_0x20acbc[_0x26fc0c(0x19a)]=_0x26fc0c(0x19f),_0x20acbc['IVRZo']=_0x26fc0c(0x220);const _0x36adf1=_0x20acbc;switch(_0x3c31eb){case _0x36adf1[_0x26fc0c(0x21d)]:testsFailed+=0x1;break;case _0x36adf1[_0x26fc0c(0x1e8)]:testsPassed+=0x1;break;case _0x36adf1['HjXwo']:testsSkipped+=0x1;break;case _0x36adf1[_0x26fc0c(0x203)]:testsPending+=0x1;break;case _0x36adf1['COgbh']:testsUndefined+=0x1;break;case _0x36adf1[_0x26fc0c(0x19a)]:testsUnknown+=0x1;break;case _0x36adf1['IVRZo']:testsAmbiguous+=0x1;break;default:break;}}}function a3_0x2d99(){const _0x5643e7=['NjqDS','tUQJv','uIXXW','dYvLs','dLrIn','Scptj','forEach','PGGWl','eventBroadcaster','FCgcr','qkzGc','xmiDz','NlsIU','\x20\x20\x20\x20','pnRTv','TFtGs','aZArz','GCnLs','PTZOq','tLuTx','getTestCaseAttempt','DAQhc','FAILED','jcXvA','ScKra','33AXYdBW','YVcmT','JWtEH','2594yoCcfV','mzUMr','keyword','bstack','CShvI','hCMMR','215164POHxHs','logTestRunFinished','BcNpW','WSRRp','testRunFinished','hFRqP','EDDAc','ZbWQg','WWLOm','text','JeFCL','oEXlj','testCaseAttempt','name','XowZV','WhypD','isBstackHook','OZNTh','PASSED','supportCodeLibrary','bzeVD','Flysz','Gjavg','3417201eEQytB','cbGZL','drwUB','3573612IMwlMl','log','ORqws','Executing\x20tests\x20for\x20','qdOSC','TqDBl','result','testCaseStarted','tiDdG','heJqf','parse','Zkbky','qjxhD','20jRUHaO','UNDEFINED','yzFcg','JXoZR','XBolO','cbHCm','oIYNG','prDcM','39CgHNtP','cucumber-js/test.setup.js','__platform','2637310kPAKir','envelope','BzfFC','capability','cxqIv','5983800dUNrdF','../../../helpers/helper','AzCVV','ylavk','Bfila','czVPK','SBcbQ','actionLocation','logTestCaseFinished','dtBUi','parseTestCaseAttempt','@cucumber/cucumber','Qqcsk','CONFIG','QyfvX','feature','pickle','AHBCG','rGBxC','BHJfx','testRunStarted','wwZgL','AbMnp','Rftga','zSXnD','xhoyR','testCaseStartedId','uLwEd','GSQli','dXKJo','MCYyu','rSUdk','AMBIGUOUS','KconW','hBvUY','gherkinDocument','ujXpI','ZxZag','gmqvf','ZxDzu','kBBiw','15470GQLPqi','kVfVL','status','UutEA','UNKNOWN','uri','JUXHN','HjXwo','testCaseFinished','snippetBuilder','cwd','env'];a3_0x2d99=function(){return _0x5643e7;};return a3_0x2d99();}function a3_0x42bd(_0x1f9310,_0x53b7d2){const _0x2d99f0=a3_0x2d99();return a3_0x42bd=function(_0x42bd48,_0x2643fc){_0x42bd48=_0x42bd48-0x19a;let _0x247564=_0x2d99f0[_0x42bd48];return _0x247564;},a3_0x42bd(_0x1f9310,_0x53b7d2);}module['exports']=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x4e8486=a4_0x59fd;(function(_0x1d27d8,_0x1bf34c){const _0x1b8c6a=a4_0x59fd,_0x233cad=_0x1d27d8();while(!![]){try{const _0xac9cc4=parseInt(_0x1b8c6a(0x267))/0x1*(parseInt(_0x1b8c6a(0x292))/0x2)+parseInt(_0x1b8c6a(0x2a2))/0x3*(-parseInt(_0x1b8c6a(0x289))/0x4)+-parseInt(_0x1b8c6a(0x1f9))/0x5+parseInt(_0x1b8c6a(0x223))/0x6*(-parseInt(_0x1b8c6a(0x247))/0x7)+-parseInt(_0x1b8c6a(0x1ef))/0x8+parseInt(_0x1b8c6a(0x1f6))/0x9+parseInt(_0x1b8c6a(0x1ec))/0xa;if(_0xac9cc4===_0x1bf34c)break;else _0x233cad['push'](_0x233cad['shift']());}catch(_0x48fe20){_0x233cad['push'](_0x233cad['shift']());}}}(a4_0x4fad,0x4e952));function a4_0x4fad(){const _0x3fe43e=['kCenj','2272580tNmDeT','\x20-\x20','undefined','3956616wJCGPe','bXirv','uAvvZ','getTestCaseAttempt','bVlda','AgAeE','yUeYS','4162680JStNRK','QAmLe','qkoGX','135440TYAxdn','YUsSi','ImKas','CpyPT','OtkvY','lsiHt','KePRk','SruZe','eventDataCollector','HfNPx','test-run-started','uMiLN','QYlQc','result','zkSEX','stepResults','fJxKF','getStepLineToPickledStepMap','WzzAD','xBfGx','wYGjW','tCIQh','SKIPPED','aiarQ','qGhMK','YyQNj','ElsEQ','Executing\x20tests\x20for\x20','ZzKDr','test-step-started','Chylo','test-case-started','env','nYgtJ','eIRuE','nadSF','sourceLocation','Qncbz','BhtXw','WLQES','IGYaL','Hgtcd','129180hUrIMS','AyLAZ','JvLwZ','steps','__platform','UYgOy','SLOBy','wDJmz','YpmCW','CVTLn','\x20\x20\x20\x20','CnrCm','capability','RScbY','XIPMR','qLzlg','FFUBa','RgLcp','ndBli','stack','RItWd','TXVGp','\x20\x20\x20\x20AFTER\x20-\x20','AVoKb','CONFIG','test-case-finished','test-run-finished','LkFsu','qryrX','Lqwlc','includes','yIIvF','drlbM','jHPIP','iIjiH','bMlqR','21PWsWjw','VDHPt','tFVBI','status','SYEUd','eventBroadcaster','GJyeN','evmwN','exception','PASSED','BCRAg','pickle','AMBIGUOUS','TseoW','oQUBV','cucumber-js/test_old.setup.js','vozKx','toUpperCase','getTestCaseData','bjmVW','wOJsn','qoUzt','log','OYXJp','VnEyl','cucumber','vUJgz','CBCLM','Nfwek','fLfBP','uri','lMOaX','1uMCKXZ','\x20\x20\x20\x20BEFORE\x20-\x20','Oglok','PcdAu','VolQg','nHmCq','hulIL','UNDEFINED','Dsajv','PENDING','forEach','BMpJv','OCmtx','EtWOu','petCd','name','XqEtV','ZEKLz','line','JeRIN','mANBX','vqRKc','JvROu','lxPjF','GTSUH','KTFan','EqJfh','bPFgc','feature','iFOVe','lSBHC','kCGQd','VWBew','beaUU','32wHfnJH','cucumber/lib/formatter/helpers/pickle_parser.js','PQTtv','GFjpx','uUizO','length','gherkinDocument','actionLocation','xpaZx','668798DjyAMw','VeftB','oxXwt','blhnX','hotDR','exports','hWKmk','inTgv','FAILED','yimLd','YqtYP','ScHct','parse','text','JJwcd','MpvlG','43518jUxGaw','reTyr','GegZn','RyeIb','logTestCaseFinished','QKzoA'];a4_0x4fad=function(){return _0x3fe43e;};return a4_0x4fad();}function a4_0x59fd(_0xaf0f5f,_0x43266d){const _0x4fad4a=a4_0x4fad();return a4_0x59fd=function(_0x59fdbf,_0x138a03){_0x59fdbf=_0x59fdbf-0x1e6;let _0x5e8761=_0x4fad4a[_0x59fdbf];return _0x5e8761;},a4_0x59fd(_0xaf0f5f,_0x43266d);}const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a4_0x4e8486(0x260)),pickleParser=requireModule(a4_0x4e8486(0x28a));class BrowserstackFormatter extends Formatter{constructor(_0x5b910d){const _0x1aa4bd=a4_0x4e8486,_0x4a5bf2={'oxXwt':function(_0x39b735,_0x38e4e2){return _0x39b735+_0x38e4e2;},'VolQg':_0x1aa4bd(0x239),'YqtYP':_0x1aa4bd(0x256),'FvIAT':function(_0x504286,_0x2a4667){return _0x504286(_0x2a4667);},'wbXOz':function(_0x21b8d9,_0x1a1a51){return _0x21b8d9+_0x1a1a51;},'RXjoN':function(_0x524616,_0x26ef14){return _0x524616+_0x26ef14;},'IhAxo':_0x1aa4bd(0x268),'Oglok':function(_0x4ff0df,_0x24ab2f,_0x2b4641){return _0x4ff0df(_0x24ab2f,_0x2b4641);},'snkSB':_0x1aa4bd(0x24f),'petCd':_0x1aa4bd(0x236),'BMpJv':function(_0x304c5c,_0x3d2503){return _0x304c5c+_0x3d2503;},'iIjiH':_0x1aa4bd(0x1ed),'bjmVW':function(_0x5304eb,_0x24d24a){return _0x5304eb!==_0x24d24a;},'YyQNj':'UKYCb','jOvjm':'fBHCn','wOJsn':_0x1aa4bd(0x20b),'fLfBP':function(_0x57a6f4,_0x42fa23){return _0x57a6f4===_0x42fa23;},'QAmLe':_0x1aa4bd(0x26f),'LkFsu':_0x1aa4bd(0x299),'IGYaL':function(_0x2f8883,_0x5733d9){return _0x2f8883(_0x5733d9);},'vhAdk':function(_0x4bdde8,_0x205ac8){return _0x4bdde8===_0x205ac8;},'AgAeE':'efizz','XqEtV':function(_0x5e0e55,_0x1e1bf7){return _0x5e0e55+_0x1e1bf7;},'fJxKF':function(_0x166a58,_0x2def5a){return _0x166a58+_0x2def5a;},'nhHpf':_0x1aa4bd(0x22d),'RScbY':function(_0x3ad45e,_0x1d4e27){return _0x3ad45e(_0x1d4e27);},'czEBS':function(_0x4e02f2,_0xb55db5){return _0x4e02f2===_0xb55db5;},'lSBHC':_0x1aa4bd(0x237),'bDIPd':_0x1aa4bd(0x273),'jHPIP':_0x1aa4bd(0x287),'OtkvY':function(_0x5b6ab8,_0x5d2a08){return _0x5b6ab8(_0x5d2a08);},'XCILb':function(_0x2d22d8,_0x4c8835){return _0x2d22d8!==_0x4c8835;},'Qncbz':_0x1aa4bd(0x274),'xBfGx':'gdUeI','mjLlR':_0x1aa4bd(0x203),'uGObB':_0x1aa4bd(0x218),'lGgnX':_0x1aa4bd(0x23c),'ZfZLz':_0x1aa4bd(0x23d),'nHmCq':_0x1aa4bd(0x216)};super(_0x5b910d),_0x5b910d[_0x1aa4bd(0x24c)]['on'](_0x4a5bf2['mjLlR'],()=>{const _0x1a7500=_0x1aa4bd,_0x33e649={'bVlda':function(_0xb70608,_0x1a7472,_0x1c16bb){const _0x30fcf1=a4_0x59fd;return _0x4a5bf2[_0x30fcf1(0x269)](_0xb70608,_0x1a7472,_0x1c16bb);},'lZkXY':_0x4a5bf2['snkSB'],'ZEKLz':_0x4a5bf2[_0x1a7500(0x275)],'ScHct':function(_0x44fa20,_0x116b14){const _0x572b0a=_0x1a7500;return _0x4a5bf2[_0x572b0a(0x272)](_0x44fa20,_0x116b14);},'bMlqR':function(_0x3cd10e,_0x1c67da){return _0x4a5bf2['RXjoN'](_0x3cd10e,_0x1c67da);},'zPjhO':_0x4a5bf2[_0x1a7500(0x245)]};if(_0x4a5bf2[_0x1a7500(0x25a)](_0x4a5bf2[_0x1a7500(0x212)],_0x4a5bf2['YyQNj']))_0x42fdb6[_0x1a7500(0x25d)](_0x4a5bf2[_0x1a7500(0x294)](_0x4a5bf2[_0x1a7500(0x26b)],_0x575c39[_0x3cd252]['status'][_0x1a7500(0x258)]()));else{let _0x43bc3e;if(_0x4a5bf2[_0x1a7500(0x25a)](process['env'][_0x1a7500(0x23b)],undefined)){if(_0x4a5bf2['bjmVW'](_0x4a5bf2['jOvjm'],_0x4a5bf2[_0x1a7500(0x25b)])){const _0x55c2c9=JSON['parse'](process[_0x1a7500(0x219)][_0x1a7500(0x23b)]);_0x43bc3e=_0x55c2c9[_0x1a7500(0x22f)];}else!_0xc9733d[_0x1a7500(0x290)][_0x1a7500(0x265)]['includes'](_0x4a5bf2[_0x1a7500(0x29c)])&&(_0x4a5bf2['FvIAT'](_0x5a24dc,_0x368e8c[_0x1aab55][_0x1a7500(0x24a)][_0x1a7500(0x258)]()),_0x3c7439?_0x1abf58['log'](_0x4a5bf2['wbXOz'](_0x4a5bf2[_0x1a7500(0x26b)],_0x5acea7[_0x518137]['status'][_0x1a7500(0x258)]())):_0x35aed8['log'](_0x4a5bf2['RXjoN'](_0x4a5bf2['IhAxo'],_0x47c085[_0x31ab75][_0x1a7500(0x24a)][_0x1a7500(0x258)]())));}if(_0x4a5bf2[_0x1a7500(0x25a)](_0x43bc3e,undefined)){if(_0x4a5bf2[_0x1a7500(0x264)](_0x4a5bf2[_0x1a7500(0x1f7)],_0x4a5bf2[_0x1a7500(0x23e)])){_0x165e71=!![];const _0x2a0a84=_0x33e649[_0x1a7500(0x1f3)](_0x3fbac3,_0x25fbea[_0x2d504b],[_0x33e649['lZkXY'],_0x33e649[_0x1a7500(0x278)]]);_0x2a0a84&&(_0x19bb1c[_0x33e649[_0x1a7500(0x29d)](_0x33e649[_0x1a7500(0x246)](_0x5ea5c8['gherkinDocument'][_0x1a7500(0x283)][_0x1a7500(0x276)],_0x33e649['zPjhO']),_0x333b6f[_0x1a7500(0x252)]['name'])]=_0x2a0a84,_0x30b26b[_0x1a7500(0x25d)](_0x33e649[_0x1a7500(0x246)](_0x2a0a84,'\x0a')));}else global[_0x1a7500(0x227)]=_0x4a5bf2[_0x1a7500(0x221)](getPlatformName,_0x43bc3e),console['log'](_0x1a7500(0x214)+global['__platform']);}}}),_0x5b910d['eventBroadcaster']['on'](_0x4a5bf2['uGObB'],()=>{const _0x2cbc29=_0x1aa4bd;_0x4a5bf2['vhAdk'](_0x4a5bf2[_0x2cbc29(0x1f4)],_0x4a5bf2[_0x2cbc29(0x1f4)])?testSuites+=0x1:_0x2e3dbd+=0x1;}),_0x5b910d[_0x1aa4bd(0x24c)]['on'](_0x4a5bf2['lGgnX'],_0x21bf8f=>{const _0xa30a96=_0x1aa4bd;_0x4a5bf2['czEBS'](_0x4a5bf2[_0xa30a96(0x285)],_0x4a5bf2['bDIPd'])?(_0x4a1331=!![],_0x3c7b4b[_0xa30a96(0x25d)](_0x4a5bf2[_0xa30a96(0x277)](_0x4a5bf2['wbXOz'](_0x4a5bf2[_0xa30a96(0x209)](_0x4a5bf2['nhHpf'],_0x3f8926[_0x3c64d5[_0xa30a96(0x21d)][_0xa30a96(0x279)]][_0xa30a96(0x29f)]),_0x4a5bf2[_0xa30a96(0x245)]),_0x3724ad[_0x557f47][_0xa30a96(0x24a)][_0xa30a96(0x258)]())),_0x4a5bf2[_0xa30a96(0x230)](_0x3f6a36,_0xcf1583[_0x5d91c5][_0xa30a96(0x24a)][_0xa30a96(0x258)]())):this[_0xa30a96(0x1e9)](_0x21bf8f);}),_0x5b910d[_0x1aa4bd(0x24c)]['on'](_0x4a5bf2['ZfZLz'],()=>{const _0x14d0c4=_0x1aa4bd;_0x4a5bf2['bjmVW'](_0x4a5bf2[_0x14d0c4(0x244)],_0x4a5bf2[_0x14d0c4(0x244)])?_0x26e4e2+=0x1:totalTests-=0x2;}),_0x5b910d[_0x1aa4bd(0x24c)]['on'](_0x4a5bf2[_0x1aa4bd(0x26c)],()=>{const _0x33e83a=_0x1aa4bd,_0x316d00={'VxqTo':function(_0x9fcacb,_0x530752){return _0x4a5bf2['bjmVW'](_0x9fcacb,_0x530752);},'qLzlg':function(_0x3e8f6c,_0x4c3266){const _0xb301f6=a4_0x59fd;return _0x4a5bf2[_0xb301f6(0x1fd)](_0x3e8f6c,_0x4c3266);}};if(_0x4a5bf2['XCILb'](_0x4a5bf2[_0x33e83a(0x21e)],_0x4a5bf2[_0x33e83a(0x20c)]))totalTests+=0x1;else{let _0x264c87;if(_0x316d00['VxqTo'](_0x20abd0[_0x33e83a(0x219)][_0x33e83a(0x23b)],_0x52a140)){const _0x2d9977=_0x59ab46[_0x33e83a(0x29e)](_0x32391b['env'][_0x33e83a(0x23b)]);_0x264c87=_0x2d9977[_0x33e83a(0x22f)];}_0x316d00['VxqTo'](_0x264c87,_0x1972fa)&&(_0x2543aa[_0x33e83a(0x227)]=_0x316d00[_0x33e83a(0x232)](_0x4ec8d7,_0x264c87),_0x27283a['log'](_0x33e83a(0x214)+_0x2d09b1[_0x33e83a(0x227)]));}});}[a4_0x4e8486(0x1e9)](_0x5327ae){const _0x4686d1=a4_0x4e8486,_0x1d4ed3={'BhtXw':function(_0x4a0849,_0x3a8f88){return _0x4a0849===_0x3a8f88;},'tFVBI':_0x4686d1(0x224),'GJyeN':_0x4686d1(0x29a),'QRlpt':_0x4686d1(0x250),'SYEUd':_0x4686d1(0x20f),'bXirv':_0x4686d1(0x270),'hulIL':_0x4686d1(0x26e),'Chylo':'UNKNOWN','hBXOr':_0x4686d1(0x253),'hotDR':function(_0x114165,_0x45519e){return _0x114165(_0x45519e);},'ZzKDr':function(_0x454a4b,_0x19ecea){return _0x454a4b+_0x19ecea;},'blhnX':_0x4686d1(0x239),'YpmCW':function(_0x53fd2d,_0xa1a0f9){return _0x53fd2d+_0xa1a0f9;},'Lqwlc':'\x20\x20\x20\x20BEFORE\x20-\x20','Hgtcd':function(_0x237ede,_0x48ce01){return _0x237ede+_0x48ce01;},'vqRKc':_0x4686d1(0x1ed),'KTFan':function(_0x40f9e5,_0x330a05){return _0x40f9e5+_0x330a05;},'CVTLn':'cucumber-js/test_old.setup.js','KePRk':function(_0x432564,_0x2a817e){return _0x432564(_0x2a817e);},'ZyLEO':function(_0x549f02,_0x407a63){return _0x549f02+_0x407a63;},'lxPjF':_0x4686d1(0x22d),'JvROu':function(_0x3742ce,_0x1964e5){return _0x3742ce(_0x1964e5);},'MpvlG':function(_0x5188a3,_0x3ff1e5){return _0x5188a3!==_0x3ff1e5;},'wYGjW':_0x4686d1(0x23a),'FFUBa':_0x4686d1(0x1e6),'Nfwek':_0x4686d1(0x207),'iFOVe':function(_0x203abc,_0x4af54b){return _0x203abc+_0x4af54b;},'nYgtJ':function(_0x53c9cc,_0x123fc1){return _0x53c9cc+_0x123fc1;},'RONRf':function(_0x3bf29f,_0x3c5bac){return _0x3bf29f(_0x3c5bac);},'nadSF':function(_0x5235a4,_0x79f485){return _0x5235a4!==_0x79f485;},'XIPMR':_0x4686d1(0x220),'onrMW':function(_0x16ad9f,_0x1acc17){return _0x16ad9f===_0x1acc17;},'BCRAg':_0x4686d1(0x204),'PQTtv':_0x4686d1(0x243),'tCIQh':function(_0x540b59,_0x34208a){return _0x540b59(_0x34208a);},'lMOaX':_0x4686d1(0x21b),'GFjpx':function(_0x40f326,_0x1e7b52){return _0x40f326===_0x1e7b52;},'YUsSi':'AdnQw','QKzoA':function(_0x523d3d,_0x2defa8){return _0x523d3d+_0x2defa8;},'tvOdf':function(_0x3f0cbd,_0x102f91){return _0x3f0cbd===_0x102f91;},'vfOkS':_0x4686d1(0x262),'yIIvF':_0x4686d1(0x235),'UXHxb':function(_0x4a13fc,_0x47d56a,_0x3af5ec){return _0x4a13fc(_0x47d56a,_0x3af5ec);},'vUJgz':_0x4686d1(0x206),'TXVGp':_0x4686d1(0x24f),'TseoW':_0x4686d1(0x236),'VeftB':_0x4686d1(0x1f8),'qGhMK':_0x4686d1(0x288),'wvIka':function(_0x41b1f0,_0x233972){return _0x41b1f0+_0x233972;},'VDHPt':function(_0x35de23,_0x16b59e){return _0x35de23(_0x16b59e);},'HfNPx':function(_0x4a3e34,_0x30368c,_0x526527){return _0x4a3e34(_0x30368c,_0x526527);},'vozKx':function(_0xa02238,_0x3715fd){return _0xa02238+_0x3715fd;},'SwdtS':function(_0x2a4000,_0x555f03){return _0x2a4000(_0x555f03);},'QAvYv':function(_0x451c7c,_0xc54e16){return _0x451c7c+_0xc54e16;},'AogsJ':function(_0x1cfcfc,_0x2bb795){return _0x1cfcfc+_0x2bb795;},'JvLwZ':function(_0xe376a,_0x409a8d){return _0xe376a+_0x409a8d;},'RLMRB':function(_0x3a5b7c,_0x5c26c0){return _0x3a5b7c!==_0x5c26c0;},'qryrX':function(_0x3c0afb,_0x4d4664){return _0x3c0afb===_0x4d4664;},'hWKmk':_0x4686d1(0x291),'FyqgH':function(_0x46cb45,_0x5c595b){return _0x46cb45!==_0x5c595b;},'SruZe':_0x4686d1(0x1ee),'qoUzt':function(_0x28c6bb,_0x37636b){return _0x28c6bb!==_0x37636b;},'JeRIN':_0x4686d1(0x1f5),'evmwN':function(_0x569a71,_0x3702db){return _0x569a71+_0x3702db;},'oQUBV':function(_0x5bd6e5,_0x444e9c){return _0x5bd6e5+_0x444e9c;},'kCenj':function(_0x322a45,_0xe06e7b){return _0x322a45+_0xe06e7b;},'uAvvZ':function(_0x384a6f,_0x36c051){return _0x384a6f+_0x36c051;},'kCGQd':function(_0x489011,_0x14b25c){return _0x489011<_0x14b25c;},'JeXFQ':function(_0x13ef36,_0x4090eb){return _0x13ef36!==_0x4090eb;},'CpyPT':_0x4686d1(0x27b),'GTSUH':'zkRYd','EqJfh':function(_0x26eb97,_0x106e03){return _0x26eb97+_0x106e03;},'QYlQc':function(_0x1f790f,_0x58377b){return _0x1f790f+_0x58377b;},'lCbWQ':function(_0x4aa9ea,_0x1092be){return _0x4aa9ea(_0x1092be);},'bPFgc':_0x4686d1(0x22e),'ElsEQ':_0x4686d1(0x210),'gpgTY':function(_0x1faa78,_0x342809){return _0x1faa78===_0x342809;},'ImKas':_0x4686d1(0x1e8),'PcdAu':'XTVIE','YwWKn':'zYXde','wDJmz':function(_0x155d49,_0x53847f){return _0x155d49+_0x53847f;},'yimLd':function(_0x530289,_0x47862d){return _0x530289===_0x47862d;},'nRVRT':_0x4686d1(0x1fe),'OYXJp':function(_0x56a706,_0x2f54f2){return _0x56a706+_0x2f54f2;},'VnEyl':function(_0x112956,_0xc02d35){return _0x112956===_0xc02d35;},'rRfRb':function(_0x85afa1,_0x84351,_0x313314){return _0x85afa1(_0x84351,_0x313314);},'QVlWX':function(_0x2d50d3,_0x414291){return _0x2d50d3+_0x414291;},'GegZn':function(_0x18be22,_0x5eba85){return _0x18be22+_0x5eba85;}};let _0x4f6abd=![];function _0x339270(_0x174f27){const _0x1fa068=_0x4686d1;if(_0x1d4ed3[_0x1fa068(0x21f)](_0x1d4ed3[_0x1fa068(0x249)],_0x1d4ed3[_0x1fa068(0x249)]))switch(_0x174f27){case _0x1d4ed3[_0x1fa068(0x24d)]:testsFailed+=0x1;break;case _0x1d4ed3['QRlpt']:testsPassed+=0x1;break;case _0x1d4ed3[_0x1fa068(0x24b)]:testsSkipped+=0x1;break;case _0x1d4ed3[_0x1fa068(0x1f0)]:testsPending+=0x1;break;case _0x1d4ed3[_0x1fa068(0x26d)]:testsUndefined+=0x1;break;case _0x1d4ed3[_0x1fa068(0x217)]:testsUnknown+=0x1;break;case _0x1d4ed3['hBXOr']:testsAmbiguous+=0x1;break;default:break;}else{const _0x5c8ac5=_0x59ba45[_0x1fa068(0x29e)](_0x42885f[_0x1fa068(0x219)][_0x1fa068(0x23b)]);_0xf18f50=_0x5c8ac5[_0x1fa068(0x22f)];}}_0x1d4ed3['RLMRB'](global[_0x4686d1(0x227)],undefined)&&(_0x1d4ed3[_0x4686d1(0x23f)](_0x1d4ed3[_0x4686d1(0x298)],_0x1d4ed3[_0x4686d1(0x298)])?console[_0x4686d1(0x25d)](_0x1d4ed3[_0x4686d1(0x257)](_0x1d4ed3[_0x4686d1(0x21a)]('\x0a',global[_0x4686d1(0x227)]),'\x0a')):(_0x1d4ed3[_0x4686d1(0x296)](_0x496153,_0x3850d3[_0xa6eaaa][_0x4686d1(0x24a)]['toUpperCase']()),_0x5c680e?_0x496141[_0x4686d1(0x25d)](_0x1d4ed3[_0x4686d1(0x215)](_0x1d4ed3['blhnX'],_0x1990c1[_0x224bd0][_0x4686d1(0x24a)][_0x4686d1(0x258)]())):_0x39bb15['log'](_0x1d4ed3[_0x4686d1(0x22b)](_0x1d4ed3[_0x4686d1(0x240)],_0x389c72[_0xfd4ede][_0x4686d1(0x24a)][_0x4686d1(0x258)]()))));let _0x2cb891=![];if(_0x1d4ed3['FyqgH'](typeof this[_0x4686d1(0x201)][_0x4686d1(0x259)],_0x1d4ed3[_0x4686d1(0x200)])){if(_0x1d4ed3[_0x4686d1(0x25c)](_0x1d4ed3[_0x4686d1(0x27a)],_0x1d4ed3[_0x4686d1(0x27a)]))_0xaba60['log'](_0x1d4ed3[_0x4686d1(0x222)](_0x1d4ed3[_0x4686d1(0x240)],_0x8551d[_0x4686d1(0x206)][_0x4686d1(0x24a)]['toUpperCase']()));else{var _0x4f5b46=this['eventDataCollector'][_0x4686d1(0x259)](_0x5327ae[_0x4686d1(0x21d)]),_0x514a96=_0x4f5b46[_0x4686d1(0x252)],_0x4099fa=_0x4f5b46['testCase'];console['log'](_0x1d4ed3[_0x4686d1(0x24e)]('\x20\x20',_0x514a96['name']));var _0x3ed2ac=(0x0,pickleParser[_0x4686d1(0x20a)])(_0x514a96);_0x4099fa[_0x4686d1(0x226)][_0x4686d1(0x271)](function(_0x1c5d70){const _0x140949=_0x4686d1,_0x2f42d5={'JJwcd':function(_0x182d39,_0x595278){const _0x4b741c=a4_0x59fd;return _0x1d4ed3[_0x4b741c(0x22b)](_0x182d39,_0x595278);},'SLOBy':function(_0x399245,_0x48486d){return _0x1d4ed3['ZzKDr'](_0x399245,_0x48486d);},'uUizO':function(_0x106411,_0x49e6cb){return _0x1d4ed3['ZyLEO'](_0x106411,_0x49e6cb);},'UYgOy':_0x1d4ed3[_0x140949(0x27e)],'RgLcp':_0x1d4ed3[_0x140949(0x27c)],'rwdgb':function(_0x30d186,_0x4ec45b){const _0x313a0d=_0x140949;return _0x1d4ed3[_0x313a0d(0x27d)](_0x30d186,_0x4ec45b);}};if(_0x1d4ed3['MpvlG'](_0x1d4ed3[_0x140949(0x20d)],_0x1d4ed3[_0x140949(0x233)])){if(_0x1c5d70[_0x140949(0x290)]&&_0x1c5d70[_0x140949(0x21d)])_0x1d4ed3[_0x140949(0x2a1)](_0x1d4ed3['Nfwek'],_0x1d4ed3[_0x140949(0x263)])?this['logTestCaseFinished'](_0x579c92):(_0x4f6abd=!![],console[_0x140949(0x25d)](_0x1d4ed3[_0x140949(0x284)](_0x1d4ed3[_0x140949(0x215)](_0x1d4ed3[_0x140949(0x21a)](_0x1d4ed3['lxPjF'],_0x3ed2ac[_0x1c5d70[_0x140949(0x21d)][_0x140949(0x279)]][_0x140949(0x29f)]),_0x1d4ed3[_0x140949(0x27c)]),_0x1c5d70[_0x140949(0x206)]['status']['toUpperCase']())),_0x1d4ed3['RONRf'](_0x339270,_0x1c5d70[_0x140949(0x206)][_0x140949(0x24a)]['toUpperCase']()));else _0x1c5d70[_0x140949(0x290)]&&(_0x1d4ed3['nadSF'](_0x1d4ed3['XIPMR'],_0x1d4ed3[_0x140949(0x231)])?_0x2cd694['log'](_0x1d4ed3[_0x140949(0x215)](_0x1d4ed3[_0x140949(0x295)],_0x1d8423[_0x140949(0x206)]['status'][_0x140949(0x258)]())):!_0x1c5d70['actionLocation'][_0x140949(0x265)]['includes'](_0x1d4ed3[_0x140949(0x22c)])&&(_0x1d4ed3['onrMW'](_0x1d4ed3[_0x140949(0x251)],_0x1d4ed3[_0x140949(0x28b)])?(_0x21fb82[_0x1e9a87['name']]=_0x242390,_0x312613[_0x140949(0x25d)](_0x2f42d5[_0x140949(0x2a0)](_0x3863b3,'\x0a'))):(_0x1d4ed3[_0x140949(0x20e)](_0x339270,_0x1c5d70[_0x140949(0x206)][_0x140949(0x24a)][_0x140949(0x258)]()),_0x4f6abd?_0x1d4ed3[_0x140949(0x21f)](_0x1d4ed3[_0x140949(0x266)],_0x1d4ed3['lMOaX'])?console[_0x140949(0x25d)](_0x1d4ed3[_0x140949(0x22b)](_0x1d4ed3[_0x140949(0x295)],_0x1c5d70[_0x140949(0x206)]['status']['toUpperCase']())):_0x563624+=0x1:_0x1d4ed3[_0x140949(0x28c)](_0x1d4ed3[_0x140949(0x1fa)],_0x1d4ed3[_0x140949(0x1fa)])?console[_0x140949(0x25d)](_0x1d4ed3[_0x140949(0x1ea)](_0x1d4ed3[_0x140949(0x240)],_0x1c5d70[_0x140949(0x206)][_0x140949(0x24a)]['toUpperCase']())):(_0x3ab751[_0x1d4ed3[_0x140949(0x222)](_0x1d4ed3[_0x140949(0x22b)](_0x2a88b8['gherkinDocument']['feature'][_0x140949(0x276)],_0x1d4ed3[_0x140949(0x27c)]),_0x294e2c['pickle']['name'])]=_0x4f9c58,_0x365ad9[_0x140949(0x25d)](_0x1d4ed3[_0x140949(0x280)](_0x248768,'\x0a'))))));if(_0x1d4ed3['BhtXw'](_0x1c5d70[_0x140949(0x206)][_0x140949(0x24a)][_0x140949(0x258)](),_0x1d4ed3[_0x140949(0x24d)])){if(_0x1d4ed3['tvOdf'](_0x1d4ed3['vfOkS'],_0x1d4ed3[_0x140949(0x242)]))_0x3d096a-=0x2;else{const _0x501052=_0x1d4ed3['UXHxb'](nestedKeyValue,_0x1c5d70,[_0x1d4ed3[_0x140949(0x261)],_0x1d4ed3[_0x140949(0x238)],_0x1d4ed3['TseoW']]);_0x501052&&(_0x1d4ed3['onrMW'](_0x1d4ed3[_0x140949(0x293)],_0x1d4ed3[_0x140949(0x211)])?(_0x252bb2=!![],_0x67d2af[_0x140949(0x25d)](_0x2f42d5['SLOBy'](_0x2f42d5[_0x140949(0x229)](_0x2f42d5[_0x140949(0x28d)](_0x2f42d5[_0x140949(0x228)],_0x3c27fd[_0x1da310[_0x140949(0x21d)][_0x140949(0x279)]][_0x140949(0x29f)]),_0x2f42d5[_0x140949(0x234)]),_0x143807[_0x140949(0x206)]['status'][_0x140949(0x258)]())),_0x2f42d5['rwdgb'](_0x18cbd8,_0x203ed1[_0x140949(0x206)]['status'][_0x140949(0x258)]())):(testsErrorMessage[_0x514a96['name']]=_0x501052,console[_0x140949(0x25d)](_0x1d4ed3['wvIka'](_0x501052,'\x0a')))),_0x2cb891=!![];}}}else!_0x2b3444['actionLocation'][_0x140949(0x265)][_0x140949(0x241)](_0x1d4ed3[_0x140949(0x22c)])&&(_0x1d4ed3[_0x140949(0x1ff)](_0x4280a7,_0x2eca62['result'][_0x140949(0x24a)][_0x140949(0x258)]()),_0x534a46?_0x48f4da[_0x140949(0x25d)](_0x1d4ed3[_0x140949(0x215)](_0x1d4ed3['blhnX'],_0x43c08a[_0x140949(0x206)][_0x140949(0x24a)][_0x140949(0x258)]())):_0x1d919b['log'](_0x1d4ed3[_0x140949(0x22b)](_0x1d4ed3[_0x140949(0x240)],_0x324787[_0x140949(0x206)]['status']['toUpperCase']())));});}}else{const _0x5b08d6=this[_0x4686d1(0x201)][_0x4686d1(0x1f2)](_0x5327ae);console[_0x4686d1(0x25d)](_0x1d4ed3[_0x4686d1(0x255)](_0x1d4ed3[_0x4686d1(0x1eb)](_0x1d4ed3[_0x4686d1(0x1f1)]('\x20\x20',_0x5b08d6[_0x4686d1(0x28f)][_0x4686d1(0x283)][_0x4686d1(0x276)]),_0x1d4ed3[_0x4686d1(0x27c)]),_0x5b08d6['pickle']['name']));const _0x1105e3=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x5b08d6[_0x4686d1(0x252)]),_0x36e945=_0x5b08d6['testCase'][_0x4686d1(0x226)],_0xce57b1=_0x5b08d6[_0x4686d1(0x208)],_0x86db68=_0x36e945[_0x4686d1(0x28e)];for(let _0x5cbb5a=0x0;_0x1d4ed3[_0x4686d1(0x286)](_0x5cbb5a,_0x86db68);_0x5cbb5a++){const _0x165830=_0x36e945[_0x5cbb5a];if(_0x165830['actionLocation']&&_0x165830['sourceLocation'])_0x1d4ed3['JeXFQ'](_0x1d4ed3[_0x4686d1(0x1fc)],_0x1d4ed3[_0x4686d1(0x27f)])?(_0x4f6abd=!![],console[_0x4686d1(0x25d)](_0x1d4ed3[_0x4686d1(0x281)](_0x1d4ed3[_0x4686d1(0x22b)](_0x1d4ed3[_0x4686d1(0x205)](_0x1d4ed3[_0x4686d1(0x27e)],_0x1105e3[_0x165830[_0x4686d1(0x21d)][_0x4686d1(0x279)]][_0x4686d1(0x29f)]),_0x1d4ed3['vqRKc']),_0xce57b1[_0x5cbb5a][_0x4686d1(0x24a)][_0x4686d1(0x258)]())),_0x1d4ed3['lCbWQ'](_0x339270,_0xce57b1[_0x5cbb5a][_0x4686d1(0x24a)]['toUpperCase']())):(_0x47eb90[_0x4686d1(0x227)]=_0x1d4ed3[_0x4686d1(0x248)](_0x24a574,_0x34e259),_0x435f82[_0x4686d1(0x25d)](_0x4686d1(0x214)+_0x12c22d[_0x4686d1(0x227)]));else{if(_0x165830[_0x4686d1(0x290)]){if(_0x1d4ed3[_0x4686d1(0x21c)](_0x1d4ed3[_0x4686d1(0x282)],_0x1d4ed3[_0x4686d1(0x213)])){if(!_0x165830['actionLocation']['uri'][_0x4686d1(0x241)](_0x1d4ed3[_0x4686d1(0x22c)])){if(_0x1d4ed3['gpgTY'](_0x1d4ed3[_0x4686d1(0x1fb)],_0x1d4ed3[_0x4686d1(0x1fb)])){_0x1d4ed3[_0x4686d1(0x20e)](_0x339270,_0xce57b1[_0x5cbb5a][_0x4686d1(0x24a)][_0x4686d1(0x258)]());if(_0x4f6abd){if(_0x1d4ed3[_0x4686d1(0x23f)](_0x1d4ed3[_0x4686d1(0x26a)],_0x1d4ed3['YwWKn'])){const _0x4c7b3a=_0x1d4ed3[_0x4686d1(0x202)](_0x31668e,_0x475129,[_0x1d4ed3[_0x4686d1(0x261)],_0x1d4ed3[_0x4686d1(0x238)],_0x1d4ed3['TseoW']]);_0x4c7b3a&&(_0x57e8f2[_0x295dda[_0x4686d1(0x276)]]=_0x4c7b3a,_0x207035[_0x4686d1(0x25d)](_0x1d4ed3[_0x4686d1(0x257)](_0x4c7b3a,'\x0a'))),_0x535172=!![];}else console['log'](_0x1d4ed3[_0x4686d1(0x22a)](_0x1d4ed3[_0x4686d1(0x295)],_0xce57b1[_0x5cbb5a][_0x4686d1(0x24a)][_0x4686d1(0x258)]()));}else _0x1d4ed3[_0x4686d1(0x29b)](_0x1d4ed3['nRVRT'],_0x1d4ed3['nRVRT'])?console['log'](_0x1d4ed3[_0x4686d1(0x25e)](_0x1d4ed3[_0x4686d1(0x240)],_0xce57b1[_0x5cbb5a][_0x4686d1(0x24a)][_0x4686d1(0x258)]())):(_0x1d4ed3['SwdtS'](_0x2c199f,_0x1b9f0d[_0x4686d1(0x206)]['status'][_0x4686d1(0x258)]()),_0x21d98d?_0x281d77[_0x4686d1(0x25d)](_0x1d4ed3['QAvYv'](_0x1d4ed3[_0x4686d1(0x295)],_0x341c73['result'][_0x4686d1(0x24a)][_0x4686d1(0x258)]())):_0x77db6[_0x4686d1(0x25d)](_0x1d4ed3['AogsJ'](_0x1d4ed3[_0x4686d1(0x240)],_0x433b06[_0x4686d1(0x206)]['status'][_0x4686d1(0x258)]())));}else _0x3492d6[_0x4686d1(0x25d)](_0x1d4ed3[_0x4686d1(0x21a)](_0x1d4ed3[_0x4686d1(0x240)],_0x2277cd[_0xa0a7b6][_0x4686d1(0x24a)][_0x4686d1(0x258)]()));}}else _0x28910b[_0x4686d1(0x25d)](_0x1d4ed3[_0x4686d1(0x225)](_0x1d4ed3[_0x4686d1(0x222)]('\x0a',_0x3a1c30[_0x4686d1(0x227)]),'\x0a'));}}if(_0x1d4ed3[_0x4686d1(0x25f)](_0xce57b1[_0x5cbb5a][_0x4686d1(0x24a)][_0x4686d1(0x258)](),_0x1d4ed3[_0x4686d1(0x24d)])){_0x2cb891=!![];const _0x39966b=_0x1d4ed3['rRfRb'](nestedKeyValue,_0xce57b1[_0x5cbb5a],[_0x1d4ed3[_0x4686d1(0x238)],_0x1d4ed3[_0x4686d1(0x254)]]);_0x39966b&&(testsErrorMessage[_0x1d4ed3[_0x4686d1(0x25e)](_0x1d4ed3['QVlWX'](_0x5b08d6[_0x4686d1(0x28f)][_0x4686d1(0x283)][_0x4686d1(0x276)],_0x1d4ed3['vqRKc']),_0x5b08d6['pickle'][_0x4686d1(0x276)])]=_0x39966b,console[_0x4686d1(0x25d)](_0x1d4ed3[_0x4686d1(0x1e7)](_0x39966b,'\x0a')));}}}_0x2cb891&&(testSuitesFailed+=0x1),console[_0x4686d1(0x25d)]('\x0a');}}module[a4_0x4e8486(0x297)]=BrowserstackFormatter;
|
|
1
|
+
const a4_0xe87e66=a4_0x571e;function a4_0x4a18(){const _0x2e7180=['PTrmd','4210800KSchIP','qkNYw','stack','Pgqwp','dKAVC','cDdMS','AMBIGUOUS','tLDfj','ivYKB','__platform','KznGO','wWIzd','XbsgZ','qSacp','ZbTRS','uzqBt','\x20\x20\x20\x20AFTER\x20-\x20','eiidM','OcvWR','yZCmQ','qtHfN','ijLzV','TFzBH','ZOAMN','UDlRu','hezde','EVxvx','mBUqY','1458164bKYibS','actionLocation','idKUJ','qPxca','INVGj','kzrfR','vJSnr','AKgio','vpsgS','cucumber-js/test_old.setup.js','XHXMe','EfJrh','LFKkz','PENDING','hluuv','cXsUw','fKhhh','qnyLE','GjIXF','KKEvs','exception','mZtQX','IeLij','YizkJ','658959gZTlps','oBnLa','UNKNOWN','OhFip','sourceLocation','bbmiB','env','361578KwKnJU','GEAMc','test-case-finished','toUpperCase','mnmpG','xjCbK','LvYOf','result','IzWKM','fyrdk','CONFIG','FAILED','lNVYs','HrzQY','QPqBH','pAmRx','test-run-started','aaiUM','exports','PIYSU','YGpIa','lVNdU','capability','nzOGZ','sPVMT','eventDataCollector','NbGKw','KJruG','Executing\x20tests\x20for\x20','fFRpX','VXjdB','UPftS','10352rxfqpo','qwmPD','LnHDF','JZYDh','hfMFu','steps','LtSih','PASSED','HUsfF','BydDE','VqgYS','eEZlD','rSwRZ','xAxgB','VZHqV','logTestCaseFinished','stepResults','rGwIf','amByc','gEwpN','EbAGD','\x20\x20\x20\x20BEFORE\x20-\x20','pickle','AxaHx','GBvLP','rtWos','text','CikUJ','5732517bPqITX','undefined','gkzqs','MxVpy','testCase','aDgTd','NSXHo','getTestCaseAttempt','snSaQ','qTLSJ','feature','evqLA','uwwuJ','jtivo','SKIPPED','gherkinDocument','ChVAa','cmruW','obmtm','LqxcB','test-case-started','ULUOk','15VZmrKN','zZrDN','rPIvN','EJnQo','CoPog','OAXcm','zkWKk','FfrKP','xLBPm','MTdGS','MFRkO','XLgRy','bGPJB','includes','eventBroadcaster','GhtwQ','uri','zbNxD','Wudyb','YufXB','16724232AHggUd','status','cucumber','vunDa','IIUXT','forEach','MCwWi','ukAyH','Gajrs','LetBI','tHhjx','ovlRx','length','line','dEYwk','fHKhY','xCeVc','pgMXo','FjnPa','parse','\x20-\x20','Tpxho','\x20\x20\x20\x20','gLdNa','BefZD','jGLxU','test-step-started','TjxNf','name','Wgnff','NYGdv','test-run-finished','yGCMQ','UdblU','getStepLineToPickledStepMap','log','getTestCaseData','PYmNq'];a4_0x4a18=function(){return _0x2e7180;};return a4_0x4a18();}(function(_0xd1f54f,_0x2d0ce6){const _0x315081=a4_0x571e,_0x367008=_0xd1f54f();while(!![]){try{const _0x4bc07a=-parseInt(_0x315081(0x222))/0x1+parseInt(_0x315081(0x249))/0x2+parseInt(_0x315081(0x229))/0x3+-parseInt(_0x315081(0x20a))/0x4*(parseInt(_0x315081(0x1b3))/0x5)+-parseInt(_0x315081(0x1ee))/0x6+parseInt(_0x315081(0x265))/0x7+parseInt(_0x315081(0x1c7))/0x8;if(_0x4bc07a===_0x2d0ce6)break;else _0x367008['push'](_0x367008['shift']());}catch(_0x3f27cc){_0x367008['push'](_0x367008['shift']());}}}(a4_0x4a18,0x8dcac));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a4_0xe87e66(0x1c9)),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js');class BrowserstackFormatter extends Formatter{constructor(_0x43e0fe){const _0x8c485=a4_0xe87e66,_0x170c81={'xjCbK':function(_0x59d0c9,_0x2c6d21){return _0x59d0c9(_0x2c6d21);},'hezde':function(_0x12bbf6,_0x266ca5){return _0x12bbf6+_0x266ca5;},'qSVlQ':_0x8c485(0x1dd),'UDlRu':_0x8c485(0x1db),'evqLA':function(_0x5710d2,_0x4d1a89){return _0x5710d2(_0x4d1a89);},'WePQo':function(_0x320f3d,_0x4ec688){return _0x320f3d===_0x4ec688;},'LUtju':_0x8c485(0x1ad),'tHhjx':'AVhDJ','LetBI':function(_0x223476,_0x35d7bc){return _0x223476!==_0x35d7bc;},'hfMFu':_0x8c485(0x23d),'ttcXx':function(_0x3bf4f0,_0x168caa){return _0x3bf4f0!==_0x168caa;},'lxgGZ':'YdNsV','LqxcB':_0x8c485(0x1bf),'zZrDN':function(_0x10bf2c,_0x58e5dd){return _0x10bf2c(_0x58e5dd);},'hluuv':function(_0x1f35d2,_0x95d81c){return _0x1f35d2===_0x95d81c;},'GEAMc':'FZssR','IIUXT':function(_0x571f6f,_0xae6c24){return _0x571f6f!==_0xae6c24;},'TjxNf':function(_0x349fec,_0x3efd7a){return _0x349fec!==_0x3efd7a;},'idKUJ':_0x8c485(0x264),'LvYOf':function(_0x1a8e7e,_0x421ec2,_0x53e73b){return _0x1a8e7e(_0x421ec2,_0x53e73b);},'MxVpy':_0x8c485(0x21e),'FfrKP':_0x8c485(0x1f0),'pAmRx':function(_0x24bb8b,_0x1c57b7){return _0x24bb8b+_0x1c57b7;},'MCwWi':function(_0x292752,_0x16c0ee){return _0x292752+_0x16c0ee;},'uzqBt':_0x8c485(0x1c2),'dEYwk':function(_0x11ace8,_0x22f2fd){return _0x11ace8+_0x22f2fd;},'qtHfN':function(_0x50b10c,_0x5744fc){return _0x50b10c!==_0x5744fc;},'qnyLE':_0x8c485(0x1b6),'jtivo':_0x8c485(0x239),'Wudyb':_0x8c485(0x1b1),'FyPvH':_0x8c485(0x22b),'lNVYs':_0x8c485(0x1e6),'amByc':_0x8c485(0x1e1)};super(_0x43e0fe),_0x43e0fe[_0x8c485(0x1c1)]['on'](_0x170c81[_0x8c485(0x1aa)],()=>{const _0x2c1f63=_0x8c485,_0x4c2320={'BydDE':function(_0x43a957,_0x324076){return _0x170c81['hezde'](_0x43a957,_0x324076);},'eEZlD':_0x170c81['qSVlQ'],'rSwRZ':_0x170c81[_0x2c1f63(0x206)],'XYRkn':function(_0x2ddc5c,_0x304d35){const _0xac96d8=_0x2c1f63;return _0x170c81[_0xac96d8(0x1a8)](_0x2ddc5c,_0x304d35);}};if(_0x170c81['WePQo'](_0x170c81['LUtju'],_0x170c81[_0x2c1f63(0x1d1)]))_0xfd9943-=0x2;else{let _0xc7cbd4;if(_0x170c81[_0x2c1f63(0x1d0)](process[_0x2c1f63(0x228)][_0x2c1f63(0x233)],undefined)){if(_0x170c81[_0x2c1f63(0x1d0)](_0x170c81[_0x2c1f63(0x24d)],_0x170c81[_0x2c1f63(0x24d)]))_0x5018e6=!![],_0x613be2[_0x2c1f63(0x1ea)](_0x4c2320[_0x2c1f63(0x252)](_0x4c2320['BydDE'](_0x4c2320[_0x2c1f63(0x252)](_0x4c2320[_0x2c1f63(0x254)],_0x65f91[_0x47f59e[_0x2c1f63(0x226)][_0x2c1f63(0x1d4)]][_0x2c1f63(0x263)]),_0x4c2320[_0x2c1f63(0x255)]),_0x1039dd[_0x10caec][_0x2c1f63(0x1c8)][_0x2c1f63(0x22c)]())),_0x4c2320['XYRkn'](_0x6ac61c,_0x580286[_0x4b71eb][_0x2c1f63(0x1c8)][_0x2c1f63(0x22c)]());else{const _0x54ca7e=JSON[_0x2c1f63(0x1da)](process[_0x2c1f63(0x228)][_0x2c1f63(0x233)]);_0xc7cbd4=_0x54ca7e[_0x2c1f63(0x23f)];}}_0x170c81['ttcXx'](_0xc7cbd4,undefined)&&(_0x170c81['ttcXx'](_0x170c81['lxgGZ'],_0x170c81[_0x2c1f63(0x1b0)])?(global[_0x2c1f63(0x1f7)]=_0x170c81[_0x2c1f63(0x1b4)](getPlatformName,_0xc7cbd4),console[_0x2c1f63(0x1ea)]('Executing\x20tests\x20for\x20'+global['__platform'])):(_0x202613[_0x2c1f63(0x1f7)]=_0x170c81[_0x2c1f63(0x22e)](_0x4c7c64,_0x237d4f),_0x5e8673['log'](_0x2c1f63(0x245)+_0x20b775[_0x2c1f63(0x1f7)])));}}),_0x43e0fe['eventBroadcaster']['on'](_0x170c81[_0x8c485(0x1c5)],()=>{const _0x6041b0=_0x8c485,_0x141816={'qSacp':function(_0x4836ef,_0x3cce4c){const _0x10a874=a4_0x571e;return _0x170c81[_0x10a874(0x207)](_0x4836ef,_0x3cce4c);},'XbsgZ':_0x170c81[_0x6041b0(0x206)]};_0x170c81['hluuv'](_0x170c81['GEAMc'],_0x170c81[_0x6041b0(0x22a)])?testSuites+=0x1:(_0xb51e69[_0x141816[_0x6041b0(0x1fb)](_0x141816['qSacp'](_0x384b15[_0x6041b0(0x1ac)]['feature'][_0x6041b0(0x1e3)],_0x141816[_0x6041b0(0x1fa)]),_0x31677d[_0x6041b0(0x25f)][_0x6041b0(0x1e3)])]=_0x3d1c80,_0x3a13e4[_0x6041b0(0x1ea)](_0x141816[_0x6041b0(0x1fb)](_0x3980da,'\x0a')));}),_0x43e0fe['eventBroadcaster']['on'](_0x170c81['FyPvH'],_0x185e02=>{const _0x1f8109=_0x8c485,_0x593fae={'Tpxho':function(_0x44ab6f,_0x3f2465){return _0x170c81['IIUXT'](_0x44ab6f,_0x3f2465);},'yZCmQ':function(_0x46eb61,_0x20dd29){const _0x31cd5d=a4_0x571e;return _0x170c81[_0x31cd5d(0x1cb)](_0x46eb61,_0x20dd29);},'ZgMde':function(_0x34d9a7,_0x2bfe3e){const _0x2cacc3=a4_0x571e;return _0x170c81[_0x2cacc3(0x1a8)](_0x34d9a7,_0x2bfe3e);}};if(_0x170c81[_0x1f8109(0x1e2)](_0x170c81[_0x1f8109(0x20c)],_0x170c81[_0x1f8109(0x20c)])){let _0x42167e;if(_0x593fae[_0x1f8109(0x1dc)](_0x2ba91e['env'][_0x1f8109(0x233)],_0x3a9e53)){const _0x582f9a=_0x2d807[_0x1f8109(0x1da)](_0x577aad[_0x1f8109(0x228)]['CONFIG']);_0x42167e=_0x582f9a[_0x1f8109(0x23f)];}_0x593fae[_0x1f8109(0x201)](_0x42167e,_0x4de18e)&&(_0x16a8ac['__platform']=_0x593fae['ZgMde'](_0x126006,_0x42167e),_0x17ccaa['log']('Executing\x20tests\x20for\x20'+_0x2d7292[_0x1f8109(0x1f7)]));}else this[_0x1f8109(0x258)](_0x185e02);}),_0x43e0fe[_0x8c485(0x1c1)]['on'](_0x170c81[_0x8c485(0x235)],()=>{const _0x5f195f=_0x8c485,_0x300781={'LtSih':function(_0x5aa739,_0x4cf6cd,_0x1be3b9){const _0x364251=a4_0x571e;return _0x170c81[_0x364251(0x22f)](_0x5aa739,_0x4cf6cd,_0x1be3b9);},'Gajrs':_0x170c81[_0x5f195f(0x1a0)],'CoPog':_0x170c81[_0x5f195f(0x1ba)],'vunDa':function(_0x4dc0d2,_0x361303){const _0x2df42b=_0x5f195f;return _0x170c81[_0x2df42b(0x238)](_0x4dc0d2,_0x361303);},'gkzqs':function(_0x255568,_0x4572a5){const _0x5c93ec=_0x5f195f;return _0x170c81[_0x5c93ec(0x1cd)](_0x255568,_0x4572a5);},'ijLzV':_0x170c81[_0x5f195f(0x206)]};if(_0x170c81[_0x5f195f(0x218)](_0x170c81['uzqBt'],_0x170c81[_0x5f195f(0x1fd)]))totalTests-=0x2;else{_0x169339=!![];const _0x2dcf7f=_0x300781[_0x5f195f(0x24f)](_0x4a08d9,_0x583c1e[_0x399618],[_0x300781[_0x5f195f(0x1cf)],_0x300781[_0x5f195f(0x1b7)]]);_0x2dcf7f&&(_0x3bde45[_0x300781[_0x5f195f(0x1ca)](_0x300781[_0x5f195f(0x19f)](_0x370967[_0x5f195f(0x1ac)][_0x5f195f(0x1a7)][_0x5f195f(0x1e3)],_0x300781[_0x5f195f(0x203)]),_0x4b4f08[_0x5f195f(0x25f)][_0x5f195f(0x1e3)])]=_0x2dcf7f,_0x9bedcb[_0x5f195f(0x1ea)](_0x300781[_0x5f195f(0x19f)](_0x2dcf7f,'\x0a')));}}),_0x43e0fe[_0x8c485(0x1c1)]['on'](_0x170c81[_0x8c485(0x25b)],()=>{const _0x4538f0=_0x8c485;_0x170c81[_0x4538f0(0x202)](_0x170c81['qnyLE'],_0x170c81[_0x4538f0(0x21b)])?_0x40a5a2[_0x4538f0(0x1ea)](_0x170c81[_0x4538f0(0x1d5)](_0x170c81['dEYwk']('\x0a',_0x46681d[_0x4538f0(0x1f7)]),'\x0a')):totalTests+=0x1;});}[a4_0xe87e66(0x258)](_0x1f9d76){const _0x5efe2a=a4_0xe87e66,_0x56a5d0={'pgMXo':function(_0x192195,_0x4c1c0b){return _0x192195===_0x4c1c0b;},'mBUqY':_0x5efe2a(0x24a),'GjIXF':_0x5efe2a(0x240),'FjnPa':_0x5efe2a(0x234),'XLgRy':_0x5efe2a(0x250),'ORydR':_0x5efe2a(0x1ab),'snSaQ':_0x5efe2a(0x217),'tLDfj':'UNDEFINED','ZbTRS':_0x5efe2a(0x224),'QemXk':_0x5efe2a(0x1f4),'EbAGD':function(_0x269d6f,_0x35bb23){return _0x269d6f+_0x35bb23;},'dKAVC':_0x5efe2a(0x1fe),'INVGj':function(_0x141bd7,_0x2dba4a){return _0x141bd7+_0x2dba4a;},'xAxgB':_0x5efe2a(0x213),'cUViZ':function(_0x5bcf18,_0x5aefc5){return _0x5bcf18(_0x5aefc5);},'cmruW':_0x5efe2a(0x25e),'zkWKk':function(_0x20b45f,_0x15b040){return _0x20b45f===_0x15b040;},'EVxvx':'CxsiX','IzWKM':_0x5efe2a(0x200),'AxaHx':function(_0x2ffc97,_0x337120){return _0x2ffc97===_0x337120;},'GBvLP':_0x5efe2a(0x225),'QCTaN':_0x5efe2a(0x205),'Pgqwp':function(_0x57e657,_0xc2cf54){return _0x57e657+_0xc2cf54;},'xLBPm':function(_0x24d068,_0x5bc196){return _0x24d068+_0x5bc196;},'gEwpN':function(_0xef56f5,_0x26c575){return _0xef56f5+_0x26c575;},'QPqBH':_0x5efe2a(0x1dd),'fKhhh':_0x5efe2a(0x1db),'aaiUM':function(_0x279d02,_0x9adc70){return _0x279d02(_0x9adc70);},'grhKA':'JndJq','vpsgS':_0x5efe2a(0x21d),'LnHDF':function(_0x32f3c4,_0x118899){return _0x32f3c4(_0x118899);},'JZYDh':function(_0x36cd71,_0xaaa10d){return _0x36cd71!==_0xaaa10d;},'nhVtE':_0x5efe2a(0x20f),'HUsfF':'VcToh','cDdMS':function(_0x4a5c01,_0x354f08){return _0x4a5c01+_0x354f08;},'BefZD':function(_0x2ec9f5,_0x38e899){return _0x2ec9f5===_0x38e899;},'qTLSJ':_0x5efe2a(0x247),'KPYsa':function(_0x2f8e07,_0x3ef1e0){return _0x2f8e07+_0x3ef1e0;},'UPftS':function(_0x4cbcef,_0x82d668){return _0x4cbcef===_0x82d668;},'RyZao':function(_0x54257f,_0x51ed2b){return _0x54257f!==_0x51ed2b;},'LFKkz':_0x5efe2a(0x215),'NYGdv':_0x5efe2a(0x1e0),'RhWEF':function(_0x237f33,_0x21e0b7,_0x2ba17d){return _0x237f33(_0x21e0b7,_0x2ba17d);},'lVNdU':'result','AKgio':_0x5efe2a(0x21e),'gLdNa':'stack','uwwuJ':function(_0x3cb106,_0x4a7a2a){return _0x3cb106===_0x4a7a2a;},'KznGO':'jzDMY','PYmNq':_0x5efe2a(0x220),'PTrmd':function(_0x2d39f5,_0xd0e8b5){return _0x2d39f5+_0xd0e8b5;},'HrzQY':function(_0x4baff8,_0x363f9e){return _0x4baff8+_0x363f9e;},'Wgnff':function(_0x5f49eb,_0x54cb00){return _0x5f49eb+_0x54cb00;},'ULUOk':function(_0x5c5022,_0x32ff3b){return _0x5c5022+_0x32ff3b;},'wWIzd':function(_0x2759ae,_0x371f6f){return _0x2759ae+_0x371f6f;},'obmtm':function(_0x569474,_0x455986){return _0x569474(_0x455986);},'ukAyH':function(_0x51c5f6,_0x5c792d){return _0x51c5f6!==_0x5c792d;},'fFRpX':_0x5efe2a(0x1a3),'zbNxD':_0x5efe2a(0x19e),'vJSnr':_0x5efe2a(0x219),'TFzBH':_0x5efe2a(0x221),'NbGKw':function(_0x2e4460,_0x325664){return _0x2e4460+_0x325664;},'eiidM':function(_0x49e7ca,_0x3e38f9){return _0x49e7ca+_0x3e38f9;},'cdRTC':function(_0x339855,_0x325207){return _0x339855+_0x325207;},'MTdGS':function(_0x535581,_0x3cfbf1){return _0x535581+_0x3cfbf1;},'xCeVc':function(_0x173570,_0x8db646){return _0x173570<_0x8db646;},'ovlRx':function(_0x561750,_0x40c0f4){return _0x561750===_0x40c0f4;},'bbmiB':_0x5efe2a(0x244),'mnmpG':_0x5efe2a(0x23c),'JBkaK':function(_0x3015af,_0x23da2b){return _0x3015af+_0x23da2b;},'VqgYS':function(_0x5e921a,_0x554258){return _0x5e921a(_0x554258);},'MFRkO':function(_0x3466b5,_0x56f319){return _0x3466b5!==_0x56f319;},'qPxca':_0x5efe2a(0x1b8),'sPVMT':_0x5efe2a(0x214),'mZtQX':function(_0x52de1f,_0x2d64a5){return _0x52de1f===_0x2d64a5;},'yGCMQ':_0x5efe2a(0x223),'rGwIf':function(_0x1c544a,_0x55d0e7){return _0x1c544a===_0x55d0e7;},'aDgTd':'TkTTb','VZHqV':'oqlEz','rPIvN':function(_0x41c8dd,_0x3a441d){return _0x41c8dd===_0x3a441d;},'ivYKB':function(_0x252aa8,_0x57cb4e,_0x2ee1ee){return _0x252aa8(_0x57cb4e,_0x2ee1ee);}};let _0x4f0bea=![];function _0x2e8654(_0x47a794){const _0x3a1b86=_0x5efe2a;if(_0x56a5d0[_0x3a1b86(0x1d8)](_0x56a5d0[_0x3a1b86(0x209)],_0x56a5d0[_0x3a1b86(0x21c)]))_0x416ef6+=0x1;else switch(_0x47a794){case _0x56a5d0['FjnPa']:testsFailed+=0x1;break;case _0x56a5d0[_0x3a1b86(0x1be)]:testsPassed+=0x1;break;case _0x56a5d0['ORydR']:testsSkipped+=0x1;break;case _0x56a5d0[_0x3a1b86(0x1a5)]:testsPending+=0x1;break;case _0x56a5d0[_0x3a1b86(0x1f5)]:testsUndefined+=0x1;break;case _0x56a5d0[_0x3a1b86(0x1fc)]:testsUnknown+=0x1;break;case _0x56a5d0['QemXk']:testsAmbiguous+=0x1;break;default:break;}}_0x56a5d0[_0x5efe2a(0x24c)](global['__platform'],undefined)&&(_0x56a5d0[_0x5efe2a(0x1ce)](_0x56a5d0[_0x5efe2a(0x246)],_0x56a5d0[_0x5efe2a(0x246)])?_0x4fb9f8[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x25d)](_0x56a5d0[_0x5efe2a(0x1f2)],_0x15ea1d[_0x5efe2a(0x230)]['status'][_0x5efe2a(0x22c)]())):console['log'](_0x56a5d0['INVGj'](_0x56a5d0[_0x5efe2a(0x1e4)]('\x0a',global[_0x5efe2a(0x1f7)]),'\x0a')));let _0x1cb95e=![];if(_0x56a5d0['ukAyH'](typeof this['eventDataCollector'][_0x5efe2a(0x1eb)],_0x56a5d0[_0x5efe2a(0x1c4)])){if(_0x56a5d0[_0x5efe2a(0x24c)](_0x56a5d0[_0x5efe2a(0x210)],_0x56a5d0[_0x5efe2a(0x204)])){var _0xb32705=this[_0x5efe2a(0x242)]['getTestCaseData'](_0x1f9d76[_0x5efe2a(0x226)]),_0x19f953=_0xb32705[_0x5efe2a(0x25f)],_0x575df6=_0xb32705[_0x5efe2a(0x1a1)];console[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x243)]('\x20\x20',_0x19f953['name']));var _0x38c94c=(0x0,pickleParser[_0x5efe2a(0x1e9)])(_0x19f953);_0x575df6[_0x5efe2a(0x24e)][_0x5efe2a(0x1cc)](function(_0x2003e0){const _0x430f32=_0x5efe2a,_0x59cbc4={'qgMeG':_0x56a5d0[_0x430f32(0x256)],'UdblU':function(_0x3ef273,_0x5e9d3a){return _0x56a5d0['cUViZ'](_0x3ef273,_0x5e9d3a);},'rtWos':function(_0x36951f,_0x1d6d26){const _0x45a486=_0x430f32;return _0x56a5d0[_0x45a486(0x20e)](_0x36951f,_0x1d6d26);},'fHKhY':_0x56a5d0[_0x430f32(0x1f2)],'fyrdk':_0x56a5d0[_0x430f32(0x1ae)],'YufXB':function(_0x3ed678,_0x58546b){const _0x48ff82=_0x430f32;return _0x56a5d0[_0x48ff82(0x20e)](_0x3ed678,_0x58546b);},'qkNYw':function(_0x523764,_0xdd8b85){const _0x5b922d=_0x430f32;return _0x56a5d0[_0x5b922d(0x20e)](_0x523764,_0xdd8b85);}};if(_0x56a5d0['zkWKk'](_0x56a5d0[_0x430f32(0x208)],_0x56a5d0[_0x430f32(0x231)]))!_0x455832[_0x430f32(0x20b)]['uri']['includes'](_0x59cbc4['qgMeG'])&&(_0x59cbc4[_0x430f32(0x1e8)](_0x22a0d1,_0x2895ac[_0x58d0a4]['status']['toUpperCase']()),_0xbf8cb4?_0x300e9b[_0x430f32(0x1ea)](_0x59cbc4[_0x430f32(0x262)](_0x59cbc4[_0x430f32(0x1d6)],_0x14ea2b[_0x37a20a][_0x430f32(0x1c8)][_0x430f32(0x22c)]())):_0x5382d9['log'](_0x59cbc4[_0x430f32(0x262)](_0x59cbc4[_0x430f32(0x232)],_0x3265b3[_0x206ced][_0x430f32(0x1c8)]['toUpperCase']())));else{if(_0x2003e0['actionLocation']&&_0x2003e0['sourceLocation'])_0x56a5d0[_0x430f32(0x260)](_0x56a5d0[_0x430f32(0x261)],_0x56a5d0['QCTaN'])?this[_0x430f32(0x258)](_0x2647e6):(_0x4f0bea=!![],console[_0x430f32(0x1ea)](_0x56a5d0[_0x430f32(0x1f1)](_0x56a5d0[_0x430f32(0x1bb)](_0x56a5d0['gEwpN'](_0x56a5d0[_0x430f32(0x237)],_0x38c94c[_0x2003e0['sourceLocation'][_0x430f32(0x1d4)]]['text']),_0x56a5d0[_0x430f32(0x21a)]),_0x2003e0[_0x430f32(0x230)][_0x430f32(0x1c8)][_0x430f32(0x22c)]())),_0x56a5d0['aaiUM'](_0x2e8654,_0x2003e0[_0x430f32(0x230)][_0x430f32(0x1c8)]['toUpperCase']()));else _0x2003e0[_0x430f32(0x20b)]&&(_0x56a5d0['zkWKk'](_0x56a5d0['grhKA'],_0x56a5d0['grhKA'])?!_0x2003e0[_0x430f32(0x20b)][_0x430f32(0x1c3)][_0x430f32(0x1c0)](_0x56a5d0[_0x430f32(0x256)])&&(_0x56a5d0[_0x430f32(0x1b9)](_0x56a5d0[_0x430f32(0x212)],_0x56a5d0[_0x430f32(0x212)])?(_0x56a5d0[_0x430f32(0x24b)](_0x2e8654,_0x2003e0[_0x430f32(0x230)][_0x430f32(0x1c8)]['toUpperCase']()),_0x4f0bea?_0x56a5d0[_0x430f32(0x24c)](_0x56a5d0['nhVtE'],_0x56a5d0[_0x430f32(0x251)])?console[_0x430f32(0x1ea)](_0x56a5d0[_0x430f32(0x1f3)](_0x56a5d0[_0x430f32(0x1f2)],_0x2003e0[_0x430f32(0x230)][_0x430f32(0x1c8)][_0x430f32(0x22c)]())):_0x3dd6a5[_0x430f32(0x1ea)](_0x59cbc4[_0x430f32(0x1c6)](_0x59cbc4['fHKhY'],_0x15924b[_0xcf9847]['status']['toUpperCase']())):_0x56a5d0[_0x430f32(0x1df)](_0x56a5d0[_0x430f32(0x1a6)],_0x56a5d0['qTLSJ'])?console['log'](_0x56a5d0['KPYsa'](_0x56a5d0[_0x430f32(0x1ae)],_0x2003e0[_0x430f32(0x230)][_0x430f32(0x1c8)][_0x430f32(0x22c)]())):_0x1ba00f[_0x430f32(0x1ea)](_0x59cbc4[_0x430f32(0x1c6)](_0x59cbc4[_0x430f32(0x232)],_0xd88018[_0x1a254a][_0x430f32(0x1c8)]['toUpperCase']()))):(_0x1c6bc8[_0x566d56[_0x430f32(0x1e3)]]=_0x1a87f1,_0x4d38b3[_0x430f32(0x1ea)](_0x56a5d0[_0x430f32(0x20e)](_0x59c474,'\x0a')))):_0x5f3b01['log'](_0x59cbc4[_0x430f32(0x1ef)](_0x59cbc4[_0x430f32(0x232)],_0x299e76[_0x430f32(0x230)][_0x430f32(0x1c8)]['toUpperCase']())));if(_0x56a5d0[_0x430f32(0x248)](_0x2003e0[_0x430f32(0x230)][_0x430f32(0x1c8)][_0x430f32(0x22c)](),_0x56a5d0[_0x430f32(0x1d9)])){if(_0x56a5d0['RyZao'](_0x56a5d0[_0x430f32(0x216)],_0x56a5d0[_0x430f32(0x1e5)])){const _0x2cdbd0=_0x56a5d0['RhWEF'](nestedKeyValue,_0x2003e0,[_0x56a5d0['lVNdU'],_0x56a5d0['AKgio'],_0x56a5d0[_0x430f32(0x1de)]]);_0x2cdbd0&&(_0x56a5d0[_0x430f32(0x1a9)](_0x56a5d0[_0x430f32(0x1f8)],_0x56a5d0[_0x430f32(0x1ec)])?_0x374d1e+=0x1:(testsErrorMessage[_0x19f953[_0x430f32(0x1e3)]]=_0x2cdbd0,console[_0x430f32(0x1ea)](_0x56a5d0[_0x430f32(0x1bb)](_0x2cdbd0,'\x0a')))),_0x1cb95e=!![];}else _0x31c02d+=0x1;}}});}else{const _0x3f0f54=_0x27de14[_0x5efe2a(0x1da)](_0x301a08['env'][_0x5efe2a(0x233)]);_0xdd610=_0x3f0f54[_0x5efe2a(0x23f)];}}else{const _0x589b8c=this[_0x5efe2a(0x242)][_0x5efe2a(0x1a4)](_0x1f9d76);console[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x1ff)](_0x56a5d0['cdRTC'](_0x56a5d0[_0x5efe2a(0x1bc)]('\x20\x20',_0x589b8c[_0x5efe2a(0x1ac)]['feature']['name']),_0x56a5d0[_0x5efe2a(0x21a)]),_0x589b8c[_0x5efe2a(0x25f)][_0x5efe2a(0x1e3)]));const _0x21f206=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x589b8c[_0x5efe2a(0x25f)]),_0xf18dcb=_0x589b8c[_0x5efe2a(0x1a1)]['steps'],_0x3da96e=_0x589b8c[_0x5efe2a(0x259)],_0x376618=_0xf18dcb[_0x5efe2a(0x1d3)];for(let _0x1eca52=0x0;_0x56a5d0[_0x5efe2a(0x1d7)](_0x1eca52,_0x376618);_0x1eca52++){const _0x34488f=_0xf18dcb[_0x1eca52];if(_0x34488f[_0x5efe2a(0x20b)]&&_0x34488f[_0x5efe2a(0x226)])_0x56a5d0[_0x5efe2a(0x1d2)](_0x56a5d0[_0x5efe2a(0x227)],_0x56a5d0[_0x5efe2a(0x22d)])?(_0x56a5d0[_0x5efe2a(0x24b)](_0xb621c8,_0x495c3f[_0x5efe2a(0x230)][_0x5efe2a(0x1c8)][_0x5efe2a(0x22c)]()),_0x1b067c?_0x270d2b[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x1ed)](_0x56a5d0[_0x5efe2a(0x1f2)],_0x11b1a0[_0x5efe2a(0x230)]['status'][_0x5efe2a(0x22c)]())):_0x52e152[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x25d)](_0x56a5d0['cmruW'],_0x27b5df['result'][_0x5efe2a(0x1c8)][_0x5efe2a(0x22c)]()))):(_0x4f0bea=!![],console[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x1ed)](_0x56a5d0['JBkaK'](_0x56a5d0[_0x5efe2a(0x1e4)](_0x56a5d0['QPqBH'],_0x21f206[_0x34488f[_0x5efe2a(0x226)][_0x5efe2a(0x1d4)]]['text']),_0x56a5d0[_0x5efe2a(0x21a)]),_0x3da96e[_0x1eca52]['status'][_0x5efe2a(0x22c)]())),_0x56a5d0[_0x5efe2a(0x253)](_0x2e8654,_0x3da96e[_0x1eca52][_0x5efe2a(0x1c8)][_0x5efe2a(0x22c)]()));else{if(_0x34488f[_0x5efe2a(0x20b)]){if(_0x56a5d0[_0x5efe2a(0x1bd)](_0x56a5d0[_0x5efe2a(0x20d)],_0x56a5d0[_0x5efe2a(0x241)])){if(!_0x34488f[_0x5efe2a(0x20b)][_0x5efe2a(0x1c3)][_0x5efe2a(0x1c0)](_0x56a5d0[_0x5efe2a(0x256)])){if(_0x56a5d0[_0x5efe2a(0x21f)](_0x56a5d0['yGCMQ'],_0x56a5d0[_0x5efe2a(0x1e7)])){_0x56a5d0[_0x5efe2a(0x23a)](_0x2e8654,_0x3da96e[_0x1eca52]['status']['toUpperCase']());if(_0x4f0bea)_0x56a5d0[_0x5efe2a(0x25a)](_0x56a5d0[_0x5efe2a(0x1a2)],_0x56a5d0['aDgTd'])?console[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x1ff)](_0x56a5d0[_0x5efe2a(0x1f2)],_0x3da96e[_0x1eca52]['status'][_0x5efe2a(0x22c)]())):!_0x2b47ca[_0x5efe2a(0x20b)][_0x5efe2a(0x1c3)][_0x5efe2a(0x1c0)](_0x56a5d0[_0x5efe2a(0x256)])&&(_0x56a5d0[_0x5efe2a(0x23a)](_0x17af09,_0x564433[_0x5efe2a(0x230)][_0x5efe2a(0x1c8)]['toUpperCase']()),_0x1ef013?_0x1f6f81[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x1bb)](_0x56a5d0[_0x5efe2a(0x1f2)],_0x1ba9ec[_0x5efe2a(0x230)][_0x5efe2a(0x1c8)][_0x5efe2a(0x22c)]())):_0x3a9e61['log'](_0x56a5d0[_0x5efe2a(0x236)](_0x56a5d0[_0x5efe2a(0x1ae)],_0x27c666['result'][_0x5efe2a(0x1c8)][_0x5efe2a(0x22c)]())));else{if(_0x56a5d0[_0x5efe2a(0x24c)](_0x56a5d0[_0x5efe2a(0x257)],_0x56a5d0[_0x5efe2a(0x257)])){const _0xec1db1=_0x56a5d0['RhWEF'](_0x54130b,_0x1cd052,[_0x56a5d0[_0x5efe2a(0x23e)],_0x56a5d0[_0x5efe2a(0x211)],_0x56a5d0[_0x5efe2a(0x1de)]]);_0xec1db1&&(_0x34340f[_0x448b90[_0x5efe2a(0x1e3)]]=_0xec1db1,_0x46b4d6[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x1e4)](_0xec1db1,'\x0a'))),_0x1dfc4e=!![];}else console[_0x5efe2a(0x1ea)](_0x56a5d0['cDdMS'](_0x56a5d0['cmruW'],_0x3da96e[_0x1eca52]['status']['toUpperCase']()));}}else _0x56a5d0[_0x5efe2a(0x24b)](_0x45959b,_0x2f7923[_0x4edd10]['status'][_0x5efe2a(0x22c)]()),_0x38eb56?_0x1d9f58[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x25d)](_0x56a5d0[_0x5efe2a(0x1f2)],_0x540cfc[_0x52626a][_0x5efe2a(0x1c8)][_0x5efe2a(0x22c)]())):_0x46919c[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x25c)](_0x56a5d0['cmruW'],_0x5ed04a[_0x1fc6e6][_0x5efe2a(0x1c8)][_0x5efe2a(0x22c)]()));}}else _0xb2df0f=!![],_0x71af96[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x1b2)](_0x56a5d0[_0x5efe2a(0x1ed)](_0x56a5d0[_0x5efe2a(0x1f9)](_0x56a5d0[_0x5efe2a(0x237)],_0x4a5b73[_0x371486[_0x5efe2a(0x226)][_0x5efe2a(0x1d4)]][_0x5efe2a(0x263)]),_0x56a5d0[_0x5efe2a(0x21a)]),_0xa3e46a[_0x5efe2a(0x230)][_0x5efe2a(0x1c8)]['toUpperCase']())),_0x56a5d0[_0x5efe2a(0x1af)](_0x537b98,_0x5aa9c7['result'][_0x5efe2a(0x1c8)][_0x5efe2a(0x22c)]());}}if(_0x56a5d0[_0x5efe2a(0x1b5)](_0x3da96e[_0x1eca52][_0x5efe2a(0x1c8)][_0x5efe2a(0x22c)](),_0x56a5d0[_0x5efe2a(0x1d9)])){_0x1cb95e=!![];const _0x284b7b=_0x56a5d0[_0x5efe2a(0x1f6)](nestedKeyValue,_0x3da96e[_0x1eca52],[_0x56a5d0[_0x5efe2a(0x211)],_0x56a5d0[_0x5efe2a(0x1de)]]);_0x284b7b&&(testsErrorMessage[_0x56a5d0[_0x5efe2a(0x20e)](_0x56a5d0[_0x5efe2a(0x1ed)](_0x589b8c['gherkinDocument'][_0x5efe2a(0x1a7)][_0x5efe2a(0x1e3)],_0x56a5d0[_0x5efe2a(0x21a)]),_0x589b8c[_0x5efe2a(0x25f)]['name'])]=_0x284b7b,console[_0x5efe2a(0x1ea)](_0x56a5d0[_0x5efe2a(0x1b2)](_0x284b7b,'\x0a')));}}}_0x1cb95e&&(testSuitesFailed+=0x1),console[_0x5efe2a(0x1ea)]('\x0a');}}function a4_0x571e(_0x3c7c60,_0x44b64a){const _0x4a1898=a4_0x4a18();return a4_0x571e=function(_0x571ec6,_0xf08378){_0x571ec6=_0x571ec6-0x19e;let _0x3f5327=_0x4a1898[_0x571ec6];return _0x3f5327;},a4_0x571e(_0x3c7c60,_0x44b64a);}module[a4_0xe87e66(0x23b)]=BrowserstackFormatter;
|