browserstack-node-sdk 1.31.13 → 1.31.15
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/CFTemplates/aws-eks-cluster-dep.yaml +36 -1
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -0
- package/ats/src/commands/start_commands/grid.js +1 -0
- package/ats/src/commands/stop.js +1 -0
- package/ats/src/commands/stop_commands/grid.js +1 -0
- 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/templates/autoscaler/deployment.yaml +2 -0
- package/ats/src/templates/gcpresources/gkecluster.json +37 -0
- package/ats/src/templates/vpc-cni-cm.yaml +8 -0
- 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 a29_0x397d0f=a29_0x1347;function a29_0x32b3(){const _0x1587f8=['soRQQ','20jByYES','eRVgW','lAmQS','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','dAMSU','Message\x20received\x20from\x20server!\x20=>\x20','Socket\x20reconnected','ynRsX','SWQkc','PluvV','requestId','send','DQOHp','WS_OPENED_BEFORE','Socket\x20open','GOpep','YaIfI','VBZgU','442143UaLUkm','qyJMM','IsbWd','dksKU','wbeIk','info','Julfi','LYIoY','576056afVXCE','nrxsb','ZkhKN','qGmvV','sendEventToBackend','183495uHUTlv','message','15dvKkoN','oEzQW','iVzTz','7WwfhuV','FcMtG','WS_CLOSED_BEFORE','eIrDl','GzQSD','XsrKS','true','mxWNN','FgMwH','GSjkq','qYqWe','parse','Bfzrq','delay','CQZdb','type','addEventListener','964590qoqjqu','bstackUsername','BsMov','stringify','JTqbP','oXAUn','yPesg','GhloM',']:\x20','env','error','DHpoX','bRocy','close','1396yVWvSU','XEXlm','toUTCString','GeniR','username','debug','MNvfE','SJDQb','../config/constants','vJhtJ','OvYhU','132956wJVnqc','246598DrsEwg','BEFzh','jpVAN','YznXI','KYmvj','pxDlP','CJcHS','muZzd','Socket\x20error:\x20','data','ZkrcM'];a29_0x32b3=function(){return _0x1587f8;};return a29_0x32b3();}(function(_0x4464b2,_0x25c03e){const _0x2c1910=a29_0x1347,_0x448f9c=_0x4464b2();while(!![]){try{const _0x3eba8b=parseInt(_0x2c1910(0x1c7))/0x1+parseInt(_0x2c1910(0x1c6))/0x2+-parseInt(_0x2c1910(0x199))/0x3*(-parseInt(_0x2c1910(0x1bb))/0x4)+-parseInt(_0x2c1910(0x197))/0x5+-parseInt(_0x2c1910(0x1ad))/0x6+-parseInt(_0x2c1910(0x19c))/0x7*(parseInt(_0x2c1910(0x192))/0x8)+parseInt(_0x2c1910(0x18a))/0x9*(parseInt(_0x2c1910(0x1d3))/0xa);if(_0x3eba8b===_0x25c03e)break;else _0x448f9c['push'](_0x448f9c['shift']());}catch(_0x5ac367){_0x448f9c['push'](_0x448f9c['shift']());}}}(a29_0x32b3,0x230f4));function a29_0x1347(_0x5324a6,_0x1d678f){const _0x32b3db=a29_0x32b3();return a29_0x1347=function(_0x13473e,_0x240778){_0x13473e=_0x13473e-0x17b;let _0x1f4879=_0x32b3db[_0x13473e];return _0x1f4879;},a29_0x1347(_0x5324a6,_0x1d678f);}const {global_registry,WS_EVENTS}=require(a29_0x397d0f(0x1c3)),{logger}=require('../config/logger');exports['addListeners']=_0x391d83=>{const _0x5a1767=a29_0x397d0f,_0x28e4ca={};_0x28e4ca['xecHw']=function(_0x53ed8a,_0x524324){return _0x53ed8a===_0x524324;},_0x28e4ca[_0x5a1767(0x1cb)]=_0x5a1767(0x1a2),_0x28e4ca[_0x5a1767(0x19a)]=_0x5a1767(0x17e),_0x28e4ca[_0x5a1767(0x1cc)]=_0x5a1767(0x186),_0x28e4ca[_0x5a1767(0x181)]='MRbZM',_0x28e4ca['ZkhKN']=_0x5a1767(0x1be),_0x28e4ca['qGmvV']=function(_0x488861,_0x8e8557){return _0x488861===_0x8e8557;},_0x28e4ca[_0x5a1767(0x191)]=function(_0xf81651,_0x407c37){return _0xf81651!==_0x407c37;},_0x28e4ca[_0x5a1767(0x19b)]='TaVfF',_0x28e4ca[_0x5a1767(0x1c1)]='NDvGx',_0x28e4ca[_0x5a1767(0x1a4)]=_0x5a1767(0x1bc),_0x28e4ca[_0x5a1767(0x1aa)]=function(_0x79fdca,_0x42cee4){return _0x79fdca===_0x42cee4;},_0x28e4ca[_0x5a1767(0x1d1)]='Socket\x20closed',_0x28e4ca[_0x5a1767(0x1ce)]=function(_0x374f91,_0x5f1bd8){return _0x374f91!==_0x5f1bd8;},_0x28e4ca[_0x5a1767(0x1b2)]=_0x5a1767(0x184),_0x28e4ca[_0x5a1767(0x17c)]=_0x5a1767(0x187),_0x28e4ca[_0x5a1767(0x1d4)]=function(_0x186f28,_0x27beaa){return _0x186f28!==_0x27beaa;},_0x28e4ca[_0x5a1767(0x1b4)]=_0x5a1767(0x1a8),_0x28e4ca[_0x5a1767(0x1af)]=function(_0x4171a8,_0x323aff){return _0x4171a8===_0x323aff;},_0x28e4ca[_0x5a1767(0x1a1)]=_0x5a1767(0x1a0),_0x28e4ca[_0x5a1767(0x1ca)]=_0x5a1767(0x190),_0x28e4ca[_0x5a1767(0x1b1)]=function(_0x654f05,_0x146b84){return _0x654f05===_0x146b84;},_0x28e4ca[_0x5a1767(0x18e)]=_0x5a1767(0x1cd),_0x28e4ca[_0x5a1767(0x1a6)]=_0x5a1767(0x180),_0x28e4ca[_0x5a1767(0x18d)]=function(_0x3ca4a6,_0xda387c){return _0x3ca4a6===_0xda387c;},_0x28e4ca[_0x5a1767(0x19f)]='JzMbl',_0x28e4ca['OvYhU']='open',_0x28e4ca[_0x5a1767(0x1d2)]='message',_0x28e4ca[_0x5a1767(0x1a3)]=_0x5a1767(0x1b7),_0x28e4ca[_0x5a1767(0x18c)]=_0x5a1767(0x1ba);const _0x538d02=_0x28e4ca;_0x391d83[_0x5a1767(0x1ac)](_0x538d02[_0x5a1767(0x1c5)],()=>{const _0x4a12fd=_0x5a1767;_0x538d02['xecHw'](_0x538d02[_0x4a12fd(0x181)],_0x538d02[_0x4a12fd(0x194)])?_0x538d02['xecHw'](_0x14553e[_0x4a12fd(0x1b6)][_0x4a12fd(0x19e)],_0x538d02['KYmvj'])?_0x24aacd[_0x4a12fd(0x1c0)](_0x538d02[_0x4a12fd(0x19a)]):(_0x559999['debug'](_0x538d02['pxDlP']),_0x5dba64[_0x4a12fd(0x1b6)][_0x4a12fd(0x185)]=!![]):_0x538d02[_0x4a12fd(0x195)](process[_0x4a12fd(0x1b6)][_0x4a12fd(0x19e)],_0x538d02[_0x4a12fd(0x1cb)])?_0x538d02['LYIoY'](_0x538d02[_0x4a12fd(0x19b)],_0x538d02['MNvfE'])?logger[_0x4a12fd(0x1c0)](_0x538d02[_0x4a12fd(0x19a)]):(_0x313424=_0x7301b8['parse'](_0x3aa023[_0x4a12fd(0x1d0)]),_0x16c15f=_0x5277c5[_0x4a12fd(0x1ab)]):_0x538d02[_0x4a12fd(0x191)](_0x538d02[_0x4a12fd(0x1a4)],_0x538d02[_0x4a12fd(0x1a4)])?_0x254eda='['+new _0x2659bd()[_0x4a12fd(0x1bd)]()+_0x4a12fd(0x1b5)+_0x237a06[_0x4a12fd(0x198)]:(logger[_0x4a12fd(0x1c0)](_0x538d02[_0x4a12fd(0x1cc)]),process['env'][_0x4a12fd(0x185)]=!![]);}),_0x391d83[_0x5a1767(0x1ac)](_0x538d02[_0x5a1767(0x1d2)],async function(_0x4561eb){const _0x4c1753=_0x5a1767,_0x242433={'jpVAN':function(_0xffd4c2,_0x38e7f5){const _0x4a7919=a29_0x1347;return _0x538d02[_0x4a7919(0x1aa)](_0xffd4c2,_0x38e7f5);},'BEFzh':_0x538d02[_0x4c1753(0x1cb)],'FcMtG':_0x538d02[_0x4c1753(0x1d1)]};if(_0x538d02['muZzd'](_0x538d02[_0x4c1753(0x1b2)],_0x538d02[_0x4c1753(0x17c)])){logger[_0x4c1753(0x1c0)](_0x4c1753(0x17d)+_0x4561eb[_0x4c1753(0x1d0)]);let _0x33690d,_0x549c9f;try{_0x538d02[_0x4c1753(0x1d4)](_0x538d02[_0x4c1753(0x1b4)],_0x538d02[_0x4c1753(0x1b4)])?(_0x242433[_0x4c1753(0x1c9)](_0x22ec7a[_0x4c1753(0x1b6)][_0x4c1753(0x185)],_0x242433[_0x4c1753(0x1c8)])&&(_0xdebbc3[_0x4c1753(0x1b6)]['WS_CLOSED_BEFORE']=_0x242433[_0x4c1753(0x1c8)]),_0x25eff8[_0x4c1753(0x1c0)](_0x242433[_0x4c1753(0x19d)])):(_0x549c9f=JSON['parse'](_0x4561eb[_0x4c1753(0x1d0)]),_0x33690d=_0x549c9f[_0x4c1753(0x1ab)]);}catch(_0x8b4799){if(_0x538d02[_0x4c1753(0x1af)](_0x538d02[_0x4c1753(0x1a1)],_0x538d02[_0x4c1753(0x1a1)]))logger['error'](_0x4c1753(0x17b)+_0x4561eb['data']);else{const _0x43f21f={};return _0x43f21f['requestId']=_0x59ed34['requestId'],_0x43f21f[_0x4c1753(0x1bf)]=_0x15e0ee[_0x4c1753(0x1ae)],_0x43f21f;}}}else _0x3a6e38[_0x4c1753(0x1c0)](_0x4c1753(0x1cf)+_0x356a5f);}),_0x391d83[_0x5a1767(0x1ac)](_0x538d02[_0x5a1767(0x1a3)],function(_0x292077){const _0x3d7b88=_0x5a1767;_0x538d02[_0x3d7b88(0x191)](_0x538d02[_0x3d7b88(0x1ca)],_0x538d02[_0x3d7b88(0x1ca)])?_0x1080b0[_0x3d7b88(0x1b7)](_0x3d7b88(0x17b)+_0x557d1d[_0x3d7b88(0x1d0)]):logger[_0x3d7b88(0x1c0)]('Socket\x20error:\x20'+_0x292077);}),_0x391d83[_0x5a1767(0x1ac)](_0x538d02['IsbWd'],function(){const _0x1c5518=_0x5a1767,_0x119881={};_0x119881['vJhtJ']=_0x538d02['KYmvj'];const _0x597923=_0x119881;_0x538d02[_0x1c5518(0x1b1)](_0x538d02[_0x1c5518(0x18e)],_0x538d02['qYqWe'])?_0x268b35['debug'](_0x538d02[_0x1c5518(0x19a)]):(_0x538d02[_0x1c5518(0x18d)](process[_0x1c5518(0x1b6)][_0x1c5518(0x185)],_0x538d02[_0x1c5518(0x1cb)])&&(_0x538d02[_0x1c5518(0x1ce)](_0x538d02[_0x1c5518(0x19f)],_0x538d02[_0x1c5518(0x19f)])?_0x37ebc7[_0x1c5518(0x1b6)]['WS_CLOSED_BEFORE']=_0x597923[_0x1c5518(0x1c4)]:process[_0x1c5518(0x1b6)][_0x1c5518(0x19e)]=_0x538d02['KYmvj']),logger[_0x1c5518(0x1c0)](_0x538d02['ZkrcM']));});};const getLogMetaData=()=>{const _0x35c20c=a29_0x397d0f,_0x4922b3={};return _0x4922b3[_0x35c20c(0x182)]=global_registry[_0x35c20c(0x182)],_0x4922b3['username']=global_registry[_0x35c20c(0x1ae)],_0x4922b3;};exports[a29_0x397d0f(0x1a9)]=_0x4b59d1=>new Promise((_0x23ae2b,_0x14c76c)=>setTimeout(_0x23ae2b,_0x4b59d1)),exports[a29_0x397d0f(0x196)]=async(_0x4e4d45,_0x6cc7bd,_0x402abe=a29_0x397d0f(0x18f),_0x93659b=![])=>{const _0x13bea7=a29_0x397d0f,_0x3e26d6={'DHpoX':_0x13bea7(0x186),'umEAW':function(_0xa5811,_0x130eba){return _0xa5811===_0x130eba;},'GSjkq':function(_0x578ede,_0x505d91){return _0x578ede!==_0x505d91;},'lAmQS':_0x13bea7(0x193),'bRocy':_0x13bea7(0x1b3),'GnNjw':function(_0x49ecaa){return _0x49ecaa();},'qyJMM':function(_0x504336,_0x1f1f27){return _0x504336===_0x1f1f27;},'SJDQb':_0x13bea7(0x188),'VBZgU':_0x13bea7(0x17f)};let _0x5b46ff=_0x6cc7bd[_0x13bea7(0x198)];if(_0x3e26d6['umEAW'](_0x6cc7bd[_0x13bea7(0x1ab)],WS_EVENTS['LOG'])){if(_0x3e26d6[_0x13bea7(0x1a5)](_0x3e26d6[_0x13bea7(0x1d5)],_0x3e26d6[_0x13bea7(0x1b9)]))_0x5b46ff='['+new Date()[_0x13bea7(0x1bd)]()+']:\x20'+_0x6cc7bd[_0x13bea7(0x198)];else{_0x13f539[_0x13bea7(0x1c0)](_0x13bea7(0x17d)+_0x33d014[_0x13bea7(0x1d0)]);let _0x5c2014,_0x422474;try{_0x422474=_0x85c767[_0x13bea7(0x1a7)](_0x5dc718[_0x13bea7(0x1d0)]),_0x5c2014=_0x422474[_0x13bea7(0x1ab)];}catch(_0x5338af){_0x30e601[_0x13bea7(0x1b7)](_0x13bea7(0x17b)+_0x1e5b2c[_0x13bea7(0x1d0)]);}}}const _0x287a9d={};_0x287a9d[_0x13bea7(0x198)]=_0x5b46ff,_0x287a9d['logType']=_0x402abe;const _0x54b64b={'type':_0x6cc7bd[_0x13bea7(0x1ab)],..._0x3e26d6['GnNjw'](getLogMetaData),'data':_0x287a9d};_0x4e4d45[_0x13bea7(0x183)](JSON[_0x13bea7(0x1b0)](_0x54b64b)),_0x93659b&&(_0x3e26d6[_0x13bea7(0x18b)](_0x3e26d6[_0x13bea7(0x1c2)],_0x3e26d6[_0x13bea7(0x189)])?(_0x5de611[_0x13bea7(0x1c0)](_0x3e26d6[_0x13bea7(0x1b8)]),_0x4c7823['env'][_0x13bea7(0x185)]=!![]):await this[_0x13bea7(0x1a9)](0x1f4));};
|
|
1
|
+
const a33_0x3c1215=a33_0x2623;function a33_0x2623(_0x51dacb,_0x42b7a9){const _0x166294=a33_0x1662();return a33_0x2623=function(_0x262319,_0x29276b){_0x262319=_0x262319-0x1c3;let _0x3039b2=_0x166294[_0x262319];return _0x3039b2;},a33_0x2623(_0x51dacb,_0x42b7a9);}(function(_0x21baf1,_0x1b3f25){const _0x4f3dfc=a33_0x2623,_0x4c8fed=_0x21baf1();while(!![]){try{const _0x305522=-parseInt(_0x4f3dfc(0x232))/0x1+-parseInt(_0x4f3dfc(0x1c3))/0x2+parseInt(_0x4f3dfc(0x20f))/0x3*(parseInt(_0x4f3dfc(0x226))/0x4)+-parseInt(_0x4f3dfc(0x222))/0x5+parseInt(_0x4f3dfc(0x20d))/0x6*(parseInt(_0x4f3dfc(0x1d3))/0x7)+parseInt(_0x4f3dfc(0x1d8))/0x8+parseInt(_0x4f3dfc(0x221))/0x9*(parseInt(_0x4f3dfc(0x1fe))/0xa);if(_0x305522===_0x1b3f25)break;else _0x4c8fed['push'](_0x4c8fed['shift']());}catch(_0x1bc749){_0x4c8fed['push'](_0x4c8fed['shift']());}}}(a33_0x1662,0xa76e2));const {global_registry,WS_EVENTS}=require('../config/constants'),{logger}=require(a33_0x3c1215(0x208)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils');exports['addListeners']=_0x291831=>{const _0x2034f7=a33_0x3c1215,_0x42ef21={};_0x42ef21['otCGW']=function(_0x2d3750,_0x49902d){return _0x2d3750!==_0x49902d;},_0x42ef21[_0x2034f7(0x1f3)]=_0x2034f7(0x1d9),_0x42ef21[_0x2034f7(0x230)]=_0x2034f7(0x1e0),_0x42ef21[_0x2034f7(0x1d0)]=function(_0x2f2229,_0x5cc2bb){return _0x2f2229===_0x5cc2bb;},_0x42ef21[_0x2034f7(0x203)]=_0x2034f7(0x1c9),_0x42ef21[_0x2034f7(0x21d)]=_0x2034f7(0x1f4),_0x42ef21['BXvIk']='znQFY',_0x42ef21[_0x2034f7(0x1ce)]=_0x2034f7(0x1cb),_0x42ef21[_0x2034f7(0x1f5)]=_0x2034f7(0x217),_0x42ef21[_0x2034f7(0x211)]=_0x2034f7(0x20b),_0x42ef21[_0x2034f7(0x20c)]=_0x2034f7(0x20e),_0x42ef21['jWgaC']='iEFgi',_0x42ef21['satjL']=function(_0x310587,_0x3e90c2){return _0x310587!==_0x3e90c2;},_0x42ef21[_0x2034f7(0x1e5)]=_0x2034f7(0x1e8),_0x42ef21[_0x2034f7(0x1de)]='qwomC',_0x42ef21[_0x2034f7(0x1e9)]=_0x2034f7(0x1c5),_0x42ef21[_0x2034f7(0x215)]=function(_0x1cdd6b,_0x2e6644){return _0x1cdd6b===_0x2e6644;},_0x42ef21['dSDXU']='ydgMU',_0x42ef21['RLucY']=function(_0x20bfca,_0x24bf74){return _0x20bfca===_0x24bf74;},_0x42ef21[_0x2034f7(0x223)]=function(_0x5395a4,_0x53b314){return _0x5395a4!==_0x53b314;},_0x42ef21[_0x2034f7(0x1f1)]=_0x2034f7(0x1c8),_0x42ef21[_0x2034f7(0x1d1)]=_0x2034f7(0x1ff),_0x42ef21[_0x2034f7(0x212)]=_0x2034f7(0x21c),_0x42ef21['DcbXK']=_0x2034f7(0x1dd),_0x42ef21[_0x2034f7(0x1cf)]=_0x2034f7(0x1f8),_0x42ef21[_0x2034f7(0x216)]='message',_0x42ef21[_0x2034f7(0x22d)]=_0x2034f7(0x225),_0x42ef21[_0x2034f7(0x1e6)]=_0x2034f7(0x1d2);const _0x5e498c=_0x42ef21;_0x291831[_0x2034f7(0x1da)](_0x5e498c['nRyMN'],()=>{const _0x52fb6d=_0x2034f7;_0x5e498c[_0x52fb6d(0x231)](_0x5e498c['fMQKr'],_0x5e498c['TAqPO'])?_0x5e498c['tofrj'](process['env'][_0x52fb6d(0x1c6)],_0x5e498c[_0x52fb6d(0x203)])?_0x5e498c[_0x52fb6d(0x231)](_0x5e498c[_0x52fb6d(0x21d)],_0x5e498c[_0x52fb6d(0x1f7)])?logger[_0x52fb6d(0x218)](_0x5e498c[_0x52fb6d(0x1ce)]):(_0x119f43=_0x356b47[_0x52fb6d(0x1e4)](_0xac5198[_0x52fb6d(0x1ed)]),_0x59df45=_0x496b40[_0x52fb6d(0x1f0)]):_0x5e498c[_0x52fb6d(0x231)](_0x5e498c[_0x52fb6d(0x1f5)],_0x5e498c[_0x52fb6d(0x211)])?(logger[_0x52fb6d(0x218)](_0x5e498c[_0x52fb6d(0x20c)]),process[_0x52fb6d(0x1d5)]['WS_OPENED_BEFORE']=!![]):_0x2ff965['gridProfileId']=_0x5479aa['gridProfileId']:_0xc179e9[_0x52fb6d(0x218)](_0x52fb6d(0x1e7)+_0x1d4166);}),_0x291831[_0x2034f7(0x1da)](_0x5e498c[_0x2034f7(0x216)],async function(_0x1ff98a){const _0x543e1e=_0x2034f7;if(_0x5e498c[_0x543e1e(0x1d0)](_0x5e498c[_0x543e1e(0x206)],_0x5e498c[_0x543e1e(0x206)])){logger['debug'](_0x543e1e(0x21a)+_0x1ff98a[_0x543e1e(0x1ed)]);let _0x4d0eef,_0x54dd75;try{_0x5e498c[_0x543e1e(0x1d7)](_0x5e498c[_0x543e1e(0x1e5)],_0x5e498c[_0x543e1e(0x1de)])?(_0x54dd75=JSON['parse'](_0x1ff98a[_0x543e1e(0x1ed)]),_0x4d0eef=_0x54dd75[_0x543e1e(0x1f0)]):_0x3a0976[_0x543e1e(0x1d5)][_0x543e1e(0x1c6)]=_0x5e498c[_0x543e1e(0x203)];}catch(_0x5ad7e5){_0x5e498c[_0x543e1e(0x1d0)](_0x5e498c[_0x543e1e(0x1e9)],_0x5e498c[_0x543e1e(0x1e9)])?logger[_0x543e1e(0x225)](_0x543e1e(0x1e1)+_0x1ff98a[_0x543e1e(0x1ed)]):(_0x5cd3e3[_0x543e1e(0x218)](_0x5e498c[_0x543e1e(0x20c)]),_0x117e67[_0x543e1e(0x1d5)][_0x543e1e(0x200)]=!![]);}}else _0x537406='['+new _0x61b4ed()[_0x543e1e(0x1cc)]()+_0x543e1e(0x1e2)+_0x3cd26a[_0x543e1e(0x224)];}),_0x291831[_0x2034f7(0x1da)](_0x5e498c[_0x2034f7(0x22d)],function(_0x3f6ecc){const _0x49196b=_0x2034f7;_0x5e498c[_0x49196b(0x215)](_0x5e498c[_0x49196b(0x214)],_0x5e498c[_0x49196b(0x214)])?logger[_0x49196b(0x218)]('Socket\x20error:\x20'+_0x3f6ecc):_0x5e5ee6[_0x49196b(0x218)](_0x5e498c[_0x49196b(0x1ce)]);}),_0x291831['addEventListener'](_0x5e498c[_0x2034f7(0x1e6)],function(){const _0x5b55cb=_0x2034f7,_0xe04cfe={'opMGk':function(_0x2216c6,_0x3a8974){const _0x12399b=a33_0x2623;return _0x5e498c[_0x12399b(0x202)](_0x2216c6,_0x3a8974);},'nScfe':_0x5e498c[_0x5b55cb(0x203)],'wGegH':_0x5e498c[_0x5b55cb(0x1ce)],'GdQpc':_0x5e498c[_0x5b55cb(0x20c)]};if(_0x5e498c[_0x5b55cb(0x223)](_0x5e498c[_0x5b55cb(0x1f1)],_0x5e498c[_0x5b55cb(0x1f1)])){_0x7d6296[_0x5b55cb(0x218)](_0x5b55cb(0x21a)+_0x55e69f['data']);let _0x556089,_0x265918;try{_0x265918=_0x622ff3[_0x5b55cb(0x1e4)](_0x495eae[_0x5b55cb(0x1ed)]),_0x556089=_0x265918['type'];}catch(_0x515fa3){_0x166ed6[_0x5b55cb(0x225)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x2deae1[_0x5b55cb(0x1ed)]);}}else _0x5e498c[_0x5b55cb(0x215)](process[_0x5b55cb(0x1d5)][_0x5b55cb(0x200)],_0x5e498c[_0x5b55cb(0x203)])&&(_0x5e498c[_0x5b55cb(0x231)](_0x5e498c[_0x5b55cb(0x1d1)],_0x5e498c['uLYQk'])?process[_0x5b55cb(0x1d5)][_0x5b55cb(0x1c6)]=_0x5e498c[_0x5b55cb(0x203)]:_0xe04cfe[_0x5b55cb(0x209)](_0x4f5c3d[_0x5b55cb(0x1d5)][_0x5b55cb(0x1c6)],_0xe04cfe[_0x5b55cb(0x1ef)])?_0x153c95[_0x5b55cb(0x218)](_0xe04cfe[_0x5b55cb(0x1d4)]):(_0x272799[_0x5b55cb(0x218)](_0xe04cfe[_0x5b55cb(0x1d6)]),_0x17cbcc[_0x5b55cb(0x1d5)]['WS_OPENED_BEFORE']=!![])),logger[_0x5b55cb(0x218)](_0x5e498c[_0x5b55cb(0x205)]);});};const getLogMetaData=()=>{const _0x41f823=a33_0x3c1215,_0x3593fb={'CNyCr':function(_0x5758e3,_0x1ae3be){return _0x5758e3===_0x1ae3be;},'dPzga':_0x41f823(0x1c9),'UFmcj':_0x41f823(0x1dd),'nuYkc':function(_0x28a379){return _0x28a379();},'RolZc':function(_0x5cd794,_0x4ba20f){return _0x5cd794!==_0x4ba20f;},'aoVrs':_0x41f823(0x1c4),'phsgS':function(_0x1edeb8,_0xd0f224){return _0x1edeb8===_0xd0f224;},'fjLRe':_0x41f823(0x1db),'hkFZj':_0x41f823(0x1f2),'FoqyN':function(_0x36410d,_0x3ebb53){return _0x36410d!==_0x3ebb53;},'xsTQf':_0x41f823(0x204),'PemkF':_0x41f823(0x1eb)};let _0x4f1e23=_0x3593fb[_0x41f823(0x1c7)](cli_version_and_path);const _0x2cbd39={'requestId':global_registry['requestId'],'username':global_registry[_0x41f823(0x1fd)],'cli_version':_0x4f1e23[_0x41f823(0x1ec)],'cli_path':_0x4f1e23[_0x41f823(0x201)],'os':_0x3593fb[_0x41f823(0x1c7)](_os),'os_version':_0x3593fb[_0x41f823(0x1c7)](os_version),'npm_version':_0x3593fb[_0x41f823(0x1c7)](npm_version),'ci_environment':_0x3593fb[_0x41f823(0x1c7)](ci_environment)};return global_registry[_0x41f823(0x1dc)]&&(_0x3593fb[_0x41f823(0x1cd)](_0x3593fb[_0x41f823(0x21e)],_0x3593fb['aoVrs'])?_0x607794[_0x41f823(0x1ca)]=_0x4cb10c[_0x41f823(0x1ca)]:_0x2cbd39[_0x41f823(0x1dc)]=global_registry[_0x41f823(0x1dc)]),global_registry[_0x41f823(0x1ee)]&&(_0x3593fb[_0x41f823(0x220)](_0x3593fb[_0x41f823(0x1f9)],_0x3593fb[_0x41f823(0x207)])?_0x4f626c[_0x41f823(0x1ee)]=_0x230926[_0x41f823(0x1ee)]:_0x2cbd39[_0x41f823(0x1ee)]=global_registry['gridProfile']),global_registry[_0x41f823(0x1ca)]&&(_0x3593fb[_0x41f823(0x1e3)](_0x3593fb[_0x41f823(0x21b)],_0x3593fb['PemkF'])?_0x2cbd39[_0x41f823(0x1ca)]=global_registry['gridName']:(_0x3593fb['CNyCr'](_0x46baba[_0x41f823(0x1d5)][_0x41f823(0x200)],_0x3593fb[_0x41f823(0x22a)])&&(_0x2e5782[_0x41f823(0x1d5)][_0x41f823(0x1c6)]=_0x3593fb[_0x41f823(0x22a)]),_0x242326[_0x41f823(0x218)](_0x3593fb[_0x41f823(0x1fb)]))),_0x2cbd39;};function a33_0x1662(){const _0x2dfe06=['YoKCm','zlcXJ','nPjLS','sJGcB','NmaBQ','TAqPO','otCGW','1371235qbsOot','2611880HHprUR','ZilpU','qCUNB','WS_CLOSED_BEFORE','nuYkc','kYXNt','true','gridName','Socket\x20reconnected','toUTCString','RolZc','uVCHQ','nRyMN','tofrj','QDLyD','close','70IcNlmI','wGegH','env','GdQpc','satjL','5145736WlwXMQ','pyoeG','addEventListener','dyJbA','gridProfileId','Socket\x20closed','Lljuo','NXglI','LMxBB','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20',']:\x20','FoqyN','parse','oPEBB','pAkSP','Socket\x20error:\x20','uEQXC','waBSv','PwvLN','xBWTp','version','data','gridProfile','nScfe','type','AZGqY','wmjiZ','fMQKr','xgZsM','RpSps','xjEXE','BXvIk','open','fjLRe','LOG','UFmcj','logType','bstackUsername','4170NVKdKS','uuHig','WS_OPENED_BEFORE','path','RLucY','PZBbf','XYych','DcbXK','jWgaC','hkFZj','../config/logger','opMGk','requestId','YoHsp','psdhn','259716HepDxC','Socket\x20open','2715trjznz','eFCgp','lFQIy','uLYQk','BBxEA','dSDXU','MCqxd','sqJQq','JWmfY','debug','info','Message\x20received\x20from\x20server!\x20=>\x20','xsTQf','gSWtG','nPdPU','aoVrs','delay','phsgS','70209gmzSgr','5251450SPqCPH','kBvFx','message','error','372MuuPJn','CHXGI','send','JfpyV','dPzga'];a33_0x1662=function(){return _0x2dfe06;};return a33_0x1662();}exports[a33_0x3c1215(0x21f)]=_0x4e0531=>new Promise((_0x3a29e4,_0x459422)=>setTimeout(_0x3a29e4,_0x4e0531)),exports['sendEventToBackend']=async(_0x6c386d,_0x292ccb,_0x1b1bb5=a33_0x3c1215(0x219),_0x484cdb=![])=>{const _0x423e4e=a33_0x3c1215,_0x5e01e6={'BBxEA':function(_0x32c229){return _0x32c229();},'eFCgp':function(_0xc923ce){return _0xc923ce();},'YoKCm':function(_0x2f90d){return _0x2f90d();},'NXglI':function(_0x324afb,_0x480ec4){return _0x324afb===_0x480ec4;},'NmaBQ':_0x423e4e(0x22c),'JfpyV':function(_0x2caa1b){return _0x2caa1b();},'sJGcB':function(_0x35afb2,_0x410030){return _0x35afb2===_0x410030;},'PwvLN':_0x423e4e(0x1f6),'IMKsp':_0x423e4e(0x227)};let _0x10b033=_0x292ccb[_0x423e4e(0x224)];if(_0x5e01e6[_0x423e4e(0x1df)](_0x292ccb['type'],WS_EVENTS[_0x423e4e(0x1fa)])){if(_0x5e01e6[_0x423e4e(0x1df)](_0x5e01e6[_0x423e4e(0x22f)],_0x5e01e6[_0x423e4e(0x22f)]))_0x10b033='['+new Date()['toUTCString']()+_0x423e4e(0x1e2)+_0x292ccb[_0x423e4e(0x224)];else{let _0x257b7c=_0x5e01e6[_0x423e4e(0x213)](_0xb980fd);const _0x11942e={'requestId':_0x69750a[_0x423e4e(0x20a)],'username':_0x4ee797[_0x423e4e(0x1fd)],'cli_version':_0x257b7c['version'],'cli_path':_0x257b7c['path'],'os':_0x5e01e6[_0x423e4e(0x213)](_0x151e07),'os_version':_0x5e01e6[_0x423e4e(0x210)](_0x36fd47),'npm_version':_0x5e01e6['BBxEA'](_0x270974),'ci_environment':_0x5e01e6[_0x423e4e(0x22b)](_0x492a2d)};return _0x54d1c2['gridProfileId']&&(_0x11942e[_0x423e4e(0x1dc)]=_0x1b4abe[_0x423e4e(0x1dc)]),_0x306684[_0x423e4e(0x1ee)]&&(_0x11942e[_0x423e4e(0x1ee)]=_0x422c87['gridProfile']),_0x5bcd0a[_0x423e4e(0x1ca)]&&(_0x11942e['gridName']=_0x572d26[_0x423e4e(0x1ca)]),_0x11942e;}}const _0x8f2400={};_0x8f2400[_0x423e4e(0x224)]=_0x10b033,_0x8f2400[_0x423e4e(0x1fc)]=_0x1b1bb5;const _0xb96273={'type':_0x292ccb[_0x423e4e(0x1f0)],..._0x5e01e6[_0x423e4e(0x229)](getLogMetaData),'data':_0x8f2400};_0x6c386d[_0x423e4e(0x228)](JSON['stringify'](_0xb96273)),_0x484cdb&&(_0x5e01e6[_0x423e4e(0x22e)](_0x5e01e6[_0x423e4e(0x1ea)],_0x5e01e6['IMKsp'])?_0x27ae5e[_0x423e4e(0x225)](_0x423e4e(0x1e1)+_0x28f801[_0x423e4e(0x1ed)]):await this[_0x423e4e(0x21f)](0x1f4));};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"browserstack-node-sdk","version":"1.31.
|
|
1
|
+
{"name":"browserstack-node-sdk","version":"1.31.15","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","monkeypatch":"^1.0.0","p-limit":"^3.1.0","pac-proxy-agent":"^7.0.1","reconnecting-websocket":"^4.4.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
|
-
const
|
|
1
|
+
const a0_0x2b6120=a0_0xd9a0;function a0_0x101f(){const _0x4ab90d=['2684124KSIwSp','@codeceptjs/helper/helper.js','executeScript','dispatcher','1664208MQVBMo','\x22}}','__skipSessionStatus','31409sMySMy','593175oOOwfN','rWKsX','628qNyhVm','147189mysEMC','container','helpers','373228TptazT','title','event','Failed\x20to\x20update\x20sessionStatus\x20','288lWCNME','codeceptjs/lib/index.js','qxdcP','UeiEk','failed','skipSessionStatus','633XgXfhF','../../helpers/logger','test','oBIXu','OTLKs','exports','../../helpers/helper','error'];a0_0x101f=function(){return _0x4ab90d;};return a0_0x101f();}(function(_0x5770da,_0x5ef3fc){const _0xa8ef41=a0_0xd9a0,_0x29ea3b=_0x5770da();while(!![]){try{const _0x177631=parseInt(_0xa8ef41(0x10e))/0x1+-parseInt(_0xa8ef41(0xf1))/0x2+parseInt(_0xa8ef41(0xfb))/0x3*(-parseInt(_0xa8ef41(0x10d))/0x4)+-parseInt(_0xa8ef41(0x10b))/0x5+-parseInt(_0xa8ef41(0xf5))/0x6*(-parseInt(_0xa8ef41(0x10a))/0x7)+-parseInt(_0xa8ef41(0x107))/0x8+parseInt(_0xa8ef41(0x103))/0x9;if(_0x177631===_0x5ef3fc)break;else _0x29ea3b['push'](_0x29ea3b['shift']());}catch(_0x5f092e){_0x29ea3b['push'](_0x29ea3b['shift']());}}}(a0_0x101f,0x1bedf));function a0_0xd9a0(_0x38f7ab,_0x5655ef){const _0x101f7d=a0_0x101f();return a0_0xd9a0=function(_0xd9a050,_0x319210){_0xd9a050=_0xd9a050-0xf1;let _0x5dfa70=_0x101f7d[_0xd9a050];return _0x5dfa70;},a0_0xd9a0(_0x38f7ab,_0x5655ef);}const {requireModule,markSessionStatus}=require(a0_0x2b6120(0x101)),logger=require(a0_0x2b6120(0xfc))['winstonLogger'],CodeceptJS=requireModule(a0_0x2b6120(0xf6)),CodeceptHelper=requireModule(a0_0x2b6120(0x104)),{isTrue}=require('../../helpers/helper');module[a0_0x2b6120(0x100)]=function(_0x5e74ae){const _0x38008c=a0_0x2b6120,_0x195685={'OTLKs':function(_0x5b1ae9,_0x53c2b8){return _0x5b1ae9(_0x53c2b8);},'rWKsX':'WebDriver','qxdcP':function(_0x207fd7,_0x4ff2ea,_0x182cee){return _0x207fd7(_0x4ff2ea,_0x182cee);},'UeiEk':'passed','oBIXu':function(_0x1e2b05,_0x2d7bd7,_0x4c9b30,_0x4b0914){return _0x1e2b05(_0x2d7bd7,_0x4c9b30,_0x4b0914);},'srtLY':_0x38008c(0xf9)};_0x5e74ae['skipSessionStatus']&&(global[_0x38008c(0x109)]=_0x5e74ae[_0x38008c(0xfa)]),CodeceptJS[_0x38008c(0xf3)][_0x38008c(0x106)]['on'](CodeceptJS[_0x38008c(0xf3)]['test']['started'],async _0x5f37d7=>{const _0x3810d0=_0x38008c;try{!_0x195685[_0x3810d0(0xff)](isTrue,_0x5e74ae['skipSessionName'])&&await CodeceptJS['container'][_0x3810d0(0x110)](_0x195685[_0x3810d0(0x10c)])[_0x3810d0(0x105)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x5f37d7[_0x3810d0(0xf2)]+_0x3810d0(0x108));}catch(_0x11264a){logger[_0x3810d0(0x102)]('Failed\x20to\x20update\x20sessionName\x20'+_0x11264a);}}),CodeceptJS[_0x38008c(0xf3)][_0x38008c(0x106)]['on'](CodeceptJS[_0x38008c(0xf3)][_0x38008c(0xfd)]['passed'],async _0x7c1b34=>{const _0x495e52=_0x38008c;try{await _0x195685[_0x495e52(0xf7)](markSessionStatus,CodeceptJS['container'][_0x495e52(0x110)](_0x195685[_0x495e52(0x10c)]),_0x195685[_0x495e52(0xf8)]);}catch(_0x543a76){logger[_0x495e52(0x102)](_0x495e52(0xf4)+_0x543a76);}}),CodeceptJS[_0x38008c(0xf3)][_0x38008c(0x106)]['on'](CodeceptJS[_0x38008c(0xf3)][_0x38008c(0xfd)][_0x38008c(0xf9)],async(_0x2e3697,_0x2a1b1b)=>{const _0x5390bd=_0x38008c;try{await _0x195685[_0x5390bd(0xfe)](markSessionStatus,CodeceptJS[_0x5390bd(0x10f)]['helpers'](_0x195685[_0x5390bd(0x10c)]),_0x195685['srtLY'],_0x2a1b1b);}catch(_0x5c9996){logger['error'](_0x5390bd(0xf4)+_0x5c9996);}});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a1_0x15b870=a1_0x1735;(function(_0x4f03ba,_0x3c4905){const _0x385eaf=a1_0x1735,_0x53aed4=_0x4f03ba();while(!![]){try{const _0x525653=-parseInt(_0x385eaf(0x135))/0x1+parseInt(_0x385eaf(0x115))/0x2*(parseInt(_0x385eaf(0xd9))/0x3)+parseInt(_0x385eaf(0xd3))/0x4*(parseInt(_0x385eaf(0x172))/0x5)+parseInt(_0x385eaf(0x149))/0x6*(-parseInt(_0x385eaf(0x171))/0x7)+-parseInt(_0x385eaf(0x11c))/0x8*(-parseInt(_0x385eaf(0x166))/0x9)+-parseInt(_0x385eaf(0xf1))/0xa*(parseInt(_0x385eaf(0x10c))/0xb)+parseInt(_0x385eaf(0x144))/0xc;if(_0x525653===_0x3c4905)break;else _0x53aed4['push'](_0x53aed4['shift']());}catch(_0x2254dc){_0x53aed4['push'](_0x53aed4['shift']());}}}(a1_0x4416,0x53004));const fs=require('fs'),path=require(a1_0x15b870(0x164)),{spawn}=require(a1_0x15b870(0x11e)),process=require('process'),logger=require('../../helpers/logger')[a1_0x15b870(0x16e)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a1_0x15b870(0x110)),{requireModule}=require(a1_0x15b870(0x110)),CodeceptJS=requireModule(a1_0x15b870(0x14e)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x302052,_0x4d9c33)=>{const _0x4dcaa9=a1_0x15b870,_0x28b057={};_0x28b057[_0x4dcaa9(0x14d)]=_0x4dcaa9(0x140),_0x28b057['qSwPw']=_0x4dcaa9(0xf6),_0x28b057[_0x4dcaa9(0x102)]=function(_0x3fdf29,_0x473669){return _0x3fdf29===_0x473669;},_0x28b057[_0x4dcaa9(0xe7)]=function(_0x577162,_0x305fa2){return _0x577162!==_0x305fa2;},_0x28b057['NWuLe']=_0x4dcaa9(0xee),_0x28b057[_0x4dcaa9(0xf9)]='HIyxK',_0x28b057[_0x4dcaa9(0x173)]=_0x4dcaa9(0x152),_0x28b057[_0x4dcaa9(0x161)]=function(_0x1a55fe,_0x2b322d){return _0x1a55fe!==_0x2b322d;},_0x28b057[_0x4dcaa9(0x156)]=_0x4dcaa9(0xfe),_0x28b057['GRShq']=_0x4dcaa9(0xe3),_0x28b057[_0x4dcaa9(0xea)]=function(_0x541d13,_0x135437){return _0x541d13===_0x135437;},_0x28b057[_0x4dcaa9(0x16f)]=_0x4dcaa9(0x142),_0x28b057['QuMPF']=_0x4dcaa9(0xd8),_0x28b057['RgXGp']=_0x4dcaa9(0xda),_0x28b057[_0x4dcaa9(0x14f)]=function(_0x38f499,_0x24a3a1){return _0x38f499!==_0x24a3a1;},_0x28b057['DPWms']=_0x4dcaa9(0x10f);const _0x41962a=_0x28b057;let _0x2b5d82=null;const _0x47a9ca={};let _0x25bafc=_0x4d9c33['findIndex'](_0x48cdf9=>_0x48cdf9===_0x4dcaa9(0x160));if(_0x41962a['TqATr'](_0x25bafc,-0x1)){if(_0x41962a[_0x4dcaa9(0xe7)](_0x41962a['NWuLe'],_0x41962a[_0x4dcaa9(0xdf)]))for(const _0x130b30 of _0x17c85f){const _0x385da5=_0x1bb286[_0x4dcaa9(0x126)]();_0x385da5[_0x4dcaa9(0x109)](_0x130b30),_0x385da5['addConfig'](_0x3dd850);}else _0x25bafc=_0x4d9c33[_0x4dcaa9(0x14b)](_0x55493f=>_0x55493f==='-c');}if(!helper['isUndefined'](_0x302052['config'])&&fs[_0x4dcaa9(0x12e)](path[_0x4dcaa9(0x167)](process[_0x4dcaa9(0x145)](),_0x302052[_0x4dcaa9(0x147)])))_0x41962a['WNuHd'](_0x41962a[_0x4dcaa9(0xf9)],_0x41962a['NHYtL'])?(_0x2b5d82=path[_0x4dcaa9(0x167)](process[_0x4dcaa9(0x145)](),_0x302052[_0x4dcaa9(0x147)]),_0x4d9c33[_0x4dcaa9(0x15c)](_0x25bafc,0x2)):(_0x4b42e7['errorMessage']=_0x23fbdf,_0x3afe62['finalExecution'](_0x176731),_0x36ae20[_0x4dcaa9(0x12c)]());else{if(!helper[_0x4dcaa9(0xff)](_0x302052['c'])&&fs['existsSync'](path[_0x4dcaa9(0x167)](process[_0x4dcaa9(0x145)](),_0x302052['c'])))_0x41962a['rmGrg'](_0x41962a[_0x4dcaa9(0x156)],_0x41962a[_0x4dcaa9(0x118)])?(_0x2b5d82=path[_0x4dcaa9(0x167)](process[_0x4dcaa9(0x145)](),_0x302052['c']),_0x4d9c33[_0x4dcaa9(0x15c)](_0x25bafc,0x2)):_0x368797=_0x4a1c62[_0x4dcaa9(0x167)](_0x4b9f31['cwd'](),_0x41962a[_0x4dcaa9(0x14d)]);else{if(_0x41962a[_0x4dcaa9(0xea)](_0x41962a[_0x4dcaa9(0x16f)],_0x41962a[_0x4dcaa9(0xfb)]))_0x27d0a3=_0x5dada1[_0x4dcaa9(0x167)](_0x274292['cwd'](),_0x2fb842['c']),_0x5c66bb[_0x4dcaa9(0x15c)](_0x4c0e72,0x2);else{if(fs['existsSync'](path[_0x4dcaa9(0x167)](process[_0x4dcaa9(0x145)](),_0x41962a[_0x4dcaa9(0x14d)]))){if(_0x41962a[_0x4dcaa9(0xea)](_0x41962a['RgXGp'],_0x41962a[_0x4dcaa9(0x13b)]))_0x2b5d82=path['join'](process[_0x4dcaa9(0x145)](),_0x41962a[_0x4dcaa9(0x14d)]);else{if(_0x587269[_0x4dcaa9(0x12e)](_0x5207db[_0x4dcaa9(0x167)](_0x178e8b[_0x4dcaa9(0x145)](),_0x41962a['LyOjy'])))_0x4af4dc=_0x32716b[_0x4dcaa9(0x167)](_0x184f5e[_0x4dcaa9(0x145)](),_0x41962a['LyOjy']);else _0x53a19a[_0x4dcaa9(0x12e)](_0x3701f1['join'](_0x339089[_0x4dcaa9(0x145)](),_0x41962a[_0x4dcaa9(0x13d)]))&&(_0x579695=_0x257de5[_0x4dcaa9(0x167)](_0x57e232[_0x4dcaa9(0x145)](),_0x41962a[_0x4dcaa9(0x13d)]));}}else{if(fs['existsSync'](path[_0x4dcaa9(0x167)](process[_0x4dcaa9(0x145)](),_0x41962a['qSwPw']))){if(_0x41962a['adVjK'](_0x41962a[_0x4dcaa9(0x114)],_0x41962a[_0x4dcaa9(0x114)])){const _0x4e2924={..._0x2b2b54[_0x2e01cc]},_0x2c264b={};_0x2c264b[_0x4dcaa9(0x132)]=_0x4e2924;const _0x3a68db={};_0x3a68db[_0x4dcaa9(0x154)]=_0x5393e8,_0x3a68db[_0x4dcaa9(0x16c)]=!![],_0x3a68db[_0x4dcaa9(0x113)]=_0x2e62ea['config'][_0x4dcaa9(0x15f)]['skipSessionName'],_0x3a68db[_0x4dcaa9(0x15a)]=_0x1480d0[_0x4dcaa9(0x147)][_0x4dcaa9(0x15f)][_0x4dcaa9(0x15a)];const _0x366089={};_0x366089['BrowserStackPlugin']=_0x3a68db;const _0x2cf5ea={};return _0x2cf5ea[_0x4dcaa9(0x151)]=_0x2c264b,_0x2cf5ea[_0x4dcaa9(0x15e)]=_0x366089,_0x2cf5ea;}else _0x2b5d82=path[_0x4dcaa9(0x167)](process['cwd'](),_0x41962a[_0x4dcaa9(0x13d)]);}}}}}return _0x2b5d82;};async function run(_0xac8d2b,_0x44387d){const _0x44a04f=a1_0x15b870,_0x15a7b4={'bizXp':'codeceptjs','rZcsE':_0x44a04f(0x137),'JqLLx':'codecept.json','CWBaY':function(_0x412722,_0x4e19da){return _0x412722!==_0x4e19da;},'YdjCv':'NJzxn','qTIeE':_0x44a04f(0x170),'Rdjns':function(_0x3786b4,_0x198473){return _0x3786b4!==_0x198473;},'ltStX':'egluj','rbXhh':_0x44a04f(0xe4),'NyERz':'Failed\x20:\x20','MRdmz':function(_0x3d9edd,_0x51449f){return _0x3d9edd===_0x51449f;},'ZeONw':_0x44a04f(0x146),'Qxmpp':function(_0x5243eb,_0x3879d0){return _0x5243eb+_0x3879d0;},'tMTge':_0x44a04f(0x147),'HAqQI':_0x44a04f(0x151),'cAhyz':_0x44a04f(0x132),'NOlwN':function(_0x4f9a3a,_0x3e0fca){return _0x4f9a3a===_0x3e0fca;},'UGgVT':_0x44a04f(0x169),'tiFoM':_0x44a04f(0x15d),'SfwbS':function(_0x336b95,_0x267a6a){return _0x336b95!==_0x267a6a;},'pAyUn':_0x44a04f(0x108),'hbRhu':'ykkbl','ZsrRZ':function(_0x5baeb8,_0x39e3df){return _0x5baeb8===_0x39e3df;},'pJQVt':_0x44a04f(0x141),'pXyDm':_0x44a04f(0x136),'Zxrhd':function(_0x40ec81,_0xc28c11){return _0x40ec81(_0xc28c11);},'lyMch':function(_0x3f1af6,_0x2470ef){return _0x3f1af6!==_0x2470ef;},'nPkDI':_0x44a04f(0xe9),'RBdUT':_0x44a04f(0xfd),'kXJZb':_0x44a04f(0x157),'PXbUC':_0x44a04f(0x155),'gZKvA':_0x44a04f(0x112),'ygxSg':function(_0x16ddca,_0x2d141d){return _0x16ddca===_0x2d141d;},'xiOmO':_0x44a04f(0x10e),'bgRUZ':_0x44a04f(0x12b),'xGtBw':function(_0x5021a9,_0x411bc5,_0x1f7f4e){return _0x5021a9(_0x411bc5,_0x1f7f4e);},'PggSr':function(_0x38fac9,_0x146d30){return _0x38fac9===_0x146d30;},'VCMQC':_0x44a04f(0xd6),'XJPku':function(_0x7439c1,_0x3bbbf2){return _0x7439c1(_0x3bbbf2);},'APntw':_0x44a04f(0x175),'jCxHa':'BrowserStackPlugin.js','KMRYS':'browserStackCwd','ZpRiI':function(_0x10b70d,_0x19a312){return _0x10b70d*_0x19a312;},'JacoB':function(_0x2c56b3,_0x8d07a0){return _0x2c56b3!==_0x8d07a0;},'zsZec':_0x44a04f(0xdb),'kjgaa':'GmQju','GKcPs':_0x44a04f(0x168),'nCHyd':_0x44a04f(0xfc),'Jxynh':function(_0x68ab34){return _0x68ab34();}},_0x4a1661=new BrowserStackSetup(_0xac8d2b,_0x15a7b4[_0x44a04f(0x121)]);await _0x4a1661['initialize'](),await helper[_0x44a04f(0x119)](_0x4a1661[_0x44a04f(0x147)]);if(!_0x4a1661[_0x44a04f(0x147)]){if(_0x15a7b4['ygxSg'](_0x15a7b4[_0x44a04f(0x120)],_0x15a7b4[_0x44a04f(0x106)]))return;else return;}const _0x1ccbd2=_0x15a7b4[_0x44a04f(0x14c)](getUserCodeceptJSConfigs,_0xac8d2b,_0x44387d);let _0x56e5e9={};if(_0x1ccbd2)_0x15a7b4[_0x44a04f(0x122)](_0x15a7b4['VCMQC'],_0x15a7b4['VCMQC'])?(logger[_0x44a04f(0x10a)](_0x44a04f(0x116)+_0x1ccbd2),_0x56e5e9=_0x15a7b4[_0x44a04f(0x150)](require,_0x1ccbd2)):_0x1c0bf6['push'](_0xba295a[_0x44a04f(0x143)](_0x18979a['config'],_0x15a7b4[_0x44a04f(0x121)],_0x3a41d0));else{if(_0x15a7b4[_0x44a04f(0xd5)](_0x15a7b4[_0x44a04f(0x104)],_0x15a7b4[_0x44a04f(0x104)]))logger[_0x44a04f(0x10a)](_0x15a7b4[_0x44a04f(0x16d)]);else{const _0x5b795b=_0xc50a1[_0x44a04f(0x126)]();_0x5b795b[_0x44a04f(0x109)](_0xd5968a),_0x5b795b['addConfig'](_0x4d6a81);}}const _0x5d6dc1=helper['useW3C'](_0x4a1661[_0x44a04f(0x147)]),_0x3107fd=[];_0x4a1661[_0x44a04f(0x147)][_0x44a04f(0xf2)][_0x44a04f(0x123)]((_0x1a20e2,_0x34fec2)=>{const _0xcc91c1=_0x44a04f;_0x15a7b4[_0xcc91c1(0x12f)](_0x15a7b4[_0xcc91c1(0xe5)],_0x15a7b4[_0xcc91c1(0x16b)])?_0x5d6dc1?_0x15a7b4[_0xcc91c1(0x162)](_0x15a7b4[_0xcc91c1(0x125)],_0x15a7b4[_0xcc91c1(0x125)])?_0x15c78c=_0x578244[_0xcc91c1(0x14b)](_0x221d73=>_0x221d73==='-c'):_0x3107fd['push'](helper[_0xcc91c1(0x143)](_0x4a1661[_0xcc91c1(0x147)],_0x15a7b4[_0xcc91c1(0x121)],_0x34fec2)):_0x15a7b4['Rdjns'](_0x15a7b4[_0xcc91c1(0xf7)],_0x15a7b4[_0xcc91c1(0xf7)])?_0x23faa6[_0xcc91c1(0x10a)](_0x15a7b4[_0xcc91c1(0x16d)]):_0x3107fd[_0xcc91c1(0x100)](helper[_0xcc91c1(0x163)](_0x4a1661['config'],_0x15a7b4['bizXp'],_0x34fec2)):_0x58574a=_0x2cdbf9[_0xcc91c1(0x167)](_0x43f0db[_0xcc91c1(0x145)](),_0x15a7b4['JqLLx']);});const _0x43e6f6={},_0x176543=[];_0x3107fd[_0x44a04f(0x123)](_0x100c47=>{const _0x278d89=_0x44a04f,_0x419ef4={};_0x419ef4[_0x278d89(0x131)]=_0x15a7b4[_0x278d89(0x15b)];const _0x2c2244=_0x419ef4;if(_0x15a7b4['MRdmz'](_0x15a7b4['ZeONw'],_0x15a7b4['ZeONw'])){const _0x571d00=_0x15a7b4[_0x278d89(0x13f)](helper['getPlatformName'](_0x100c47,'_'),'_'+Date[_0x278d89(0xdd)]()),_0xd4755c={};_0xd4755c['desiredCapabilities']=_0x100c47;const _0x320502=_0xd4755c;_0x43e6f6[_0x571d00]=_0x56e5e9[_0x15a7b4['tMTge']][_0x15a7b4[_0x278d89(0x101)]][_0x15a7b4[_0x278d89(0xd4)]]?helper[_0x278d89(0xef)](_0x320502,_0x56e5e9[_0x15a7b4[_0x278d89(0x111)]][_0x15a7b4[_0x278d89(0x101)]][_0x15a7b4[_0x278d89(0xd4)]]):_0x320502,_0x176543[_0x278d89(0x100)](_0x571d00);}else{_0x5efba8[_0x278d89(0xf3)](_0x2c2244[_0x278d89(0x131)],_0x52439b[_0x278d89(0x10d)]);const _0x182b02={[_0x6e314b[_0x278d89(0x10d)]]:_0x4edbad[_0x278d89(0x12d)][_0x278d89(0x12a)]};_0x10248c[_0x278d89(0x100)](_0x182b02);}});const _0x2e950a={};_0x2e950a['testConfig']=_0x1ccbd2;const _0x5b265b=_0x2e950a,_0x112de4=path[_0x44a04f(0x167)](__dirname,_0x15a7b4[_0x44a04f(0xed)]),_0x16c975=process[_0x44a04f(0x145)]();process[_0x44a04f(0xf4)][_0x15a7b4[_0x44a04f(0x134)]]=_0x16c975,process['chdir'](path['dirname'](_0x1ccbd2));const _0x35acd4=new CodeceptJS[(_0x44a04f(0x16a))](null,_0x5b265b),_0x45abbe=_0x35acd4['createGroupsOfSuites'](_0x15a7b4['ZpRiI'](_0x4a1661[_0x44a04f(0x147)][_0x44a04f(0x133)],_0x4a1661['config']['platforms']['length'])),_0x1c38b2=_0x176543[_0x44a04f(0xec)](_0x5abd20=>{const _0x4241f0=_0x44a04f,_0x590a8e={'iHTgj':function(_0x19c143,_0x4ef60e){return _0x15a7b4['Qxmpp'](_0x19c143,_0x4ef60e);},'GhEmd':_0x15a7b4[_0x4241f0(0x111)],'JGBar':_0x15a7b4[_0x4241f0(0x101)],'XLSmH':_0x15a7b4['cAhyz']};if(_0x15a7b4[_0x4241f0(0x138)](_0x15a7b4['UGgVT'],_0x15a7b4[_0x4241f0(0xe1)])){const _0x5b4fe1={..._0x43e6f6[_0x5abd20]},_0x381de7={};_0x381de7[_0x4241f0(0x132)]=_0x5b4fe1;const _0x4d9aa5={};_0x4d9aa5['require']=_0x112de4,_0x4d9aa5[_0x4241f0(0x16c)]=!![],_0x4d9aa5[_0x4241f0(0x113)]=_0x4a1661[_0x4241f0(0x147)]['testContextOptions'][_0x4241f0(0x113)],_0x4d9aa5[_0x4241f0(0x15a)]=_0x4a1661['config'][_0x4241f0(0x15f)][_0x4241f0(0x15a)];const _0x12a6d6={};_0x12a6d6[_0x4241f0(0xfa)]=_0x4d9aa5;const _0x370f63={};return _0x370f63[_0x4241f0(0x151)]=_0x381de7,_0x370f63['plugins']=_0x12a6d6,_0x370f63;}else{const _0x356c86=_0x590a8e[_0x4241f0(0x13e)](_0x1d6747['getPlatformName'](_0x4336a8,'_'),'_'+_0x8431a3[_0x4241f0(0xdd)]()),_0x164be4={};_0x164be4[_0x4241f0(0x130)]=_0x51317c;const _0x1193fd=_0x164be4;_0x3d1e0f[_0x356c86]=_0x4dd691[_0x590a8e[_0x4241f0(0x105)]][_0x590a8e[_0x4241f0(0x127)]][_0x590a8e[_0x4241f0(0x129)]]?_0x58c038[_0x4241f0(0xef)](_0x1193fd,_0x2ed545[_0x590a8e[_0x4241f0(0x105)]][_0x590a8e['JGBar']][_0x590a8e[_0x4241f0(0x129)]]):_0x1193fd,_0x440b60[_0x4241f0(0x100)](_0x356c86);}});for(const _0x57eefd of _0x1c38b2){if(_0x15a7b4[_0x44a04f(0xde)](_0x15a7b4[_0x44a04f(0x11b)],_0x15a7b4['kjgaa']))for(const _0x506ec5 of _0x45abbe){if(_0x15a7b4[_0x44a04f(0xde)](_0x15a7b4[_0x44a04f(0xe6)],_0x15a7b4[_0x44a04f(0x14a)])){const _0x17da26=_0x35acd4[_0x44a04f(0x126)]();_0x17da26[_0x44a04f(0x109)](_0x506ec5),_0x17da26[_0x44a04f(0x153)](_0x57eefd);}else _0x5d2b1d['log'](_0x15a7b4[_0x44a04f(0xd7)],_0x1daa2e[_0x44a04f(0x10d)]);}else _0x98bb54[_0x44a04f(0x100)](_0xfd15c1[_0x44a04f(0x163)](_0x4620a3[_0x44a04f(0x147)],_0x15a7b4[_0x44a04f(0x121)],_0x1614dc));}_0x35acd4['on'](CodeceptJS[_0x44a04f(0x117)][_0x44a04f(0x158)]['failed'],(_0x2e1d7c,_0x5268b6)=>{const _0x2de1cc=_0x44a04f,_0x7765d6={};_0x7765d6['NfScA']=_0x15a7b4[_0x2de1cc(0x121)];const _0x145d97=_0x7765d6;if(_0x15a7b4[_0x2de1cc(0x139)](_0x15a7b4[_0x2de1cc(0xe8)],_0x15a7b4[_0x2de1cc(0x159)])){console['log'](_0x15a7b4['NyERz'],_0x2e1d7c[_0x2de1cc(0x10d)]);const _0x2f4cc1={[_0x2e1d7c[_0x2de1cc(0x10d)]]:_0x2e1d7c[_0x2de1cc(0x12d)][_0x2de1cc(0x12a)]};_testErrorData['push'](_0x2f4cc1);}else _0x5428a5?_0xcae579[_0x2de1cc(0x100)](_0x2d96c4[_0x2de1cc(0x143)](_0x22638a[_0x2de1cc(0x147)],_0x145d97[_0x2de1cc(0x11d)],_0x3b135f)):_0x282a61[_0x2de1cc(0x100)](_0x45d112[_0x2de1cc(0x163)](_0x5c0f74[_0x2de1cc(0x147)],_0x145d97['NfScA'],_0x37dea9));}),_0x35acd4['on'](CodeceptJS['event'][_0x44a04f(0x158)][_0x44a04f(0x13a)],async _0x8a5087=>{const _0xd6dc2c=_0x44a04f;_0x15a7b4[_0xd6dc2c(0xf0)](_0x15a7b4['pJQVt'],_0x15a7b4[_0xd6dc2c(0x128)])?(_0x155477=_0x4bbc77[_0xd6dc2c(0x167)](_0x3bae9d[_0xd6dc2c(0x145)](),_0x390520[_0xd6dc2c(0x147)]),_0x4dc8c8[_0xd6dc2c(0x15c)](_0x570956,0x2)):console[_0xd6dc2c(0xf3)](_0x15a7b4[_0xd6dc2c(0xd7)],_0x8a5087['title']);}),_0x35acd4['on'](CodeceptJS[_0x44a04f(0x117)][_0x44a04f(0x158)][_0x44a04f(0x103)],async _0x45b38a=>{const _0x4eee01=_0x44a04f,_0xb6799f={'islVo':function(_0x50a13f,_0x83621){return _0x15a7b4['Zxrhd'](_0x50a13f,_0x83621);}};_0x15a7b4[_0x4eee01(0xeb)](_0x15a7b4[_0x4eee01(0x10b)],_0x15a7b4[_0x4eee01(0x174)])?console[_0x4eee01(0xf3)](_0x15a7b4[_0x4eee01(0x148)],_0x45b38a[_0x4eee01(0x10d)]):(_0x19325f[_0x4eee01(0x10a)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x3ac4b9),_0x51f14c=_0xb6799f[_0x4eee01(0x11a)](_0xa6f436,_0x4e674a));}),_0x35acd4['on'](CodeceptJS[_0x44a04f(0x117)]['all'][_0x44a04f(0x165)],async()=>{const _0x57f00c=_0x44a04f;_0x15a7b4[_0x57f00c(0xf0)](_0x15a7b4[_0x57f00c(0xe0)],_0x15a7b4[_0x57f00c(0x107)])?_0x2d94dc['log'](_0x15a7b4[_0x57f00c(0x148)],_0xba2ae3['title']):(_0x4a1661[_0x57f00c(0xe2)]=_testErrorData,helper[_0x57f00c(0x13c)](_0x4a1661),_0x35acd4['printResults']());});async function _0xd4bac6(){const _0x36f20e=_0x44a04f;try{await _0x35acd4[_0x36f20e(0xdc)](),await _0x35acd4[_0x36f20e(0x124)]();}finally{process[_0x36f20e(0xf5)](_0x16c975),await _0x35acd4['teardownAll']();}}_0x15a7b4[_0x44a04f(0x11f)](_0xd4bac6);}function a1_0x1735(_0x394444,_0xd0922){const _0x4416fe=a1_0x4416();return a1_0x1735=function(_0x17354b,_0x2103ed){_0x17354b=_0x17354b-0xd3;let _0x439cc5=_0x4416fe[_0x17354b];return _0x439cc5;},a1_0x1735(_0x394444,_0xd0922);}function a1_0x4416(){const _0x22a31e=['plugins','testContextOptions','--config','rmGrg','Rdjns','modifyBrowserStackCaps','path','result','3951VgCCQh','join','PcEmv','coocf','Workers','qTIeE','enabled','rZcsE','winstonLogger','qFmru','ZSBLv','7Nfqyop','362225WCwVai','NHYtL','RBdUT','pBkpz','20UYWFZz','cAhyz','MRdmz','sKMvz','tiFoM','JjEWy','3HZgqWj','oBCfC','gAxVC','bootstrapAll','now','JacoB','NWuLe','PXbUC','UGgVT','errorMessage','AuYrz','rjnNM','YdjCv','GKcPs','WNuHd','pAyUn','cWeVK','bgYIw','lyMch','map','jCxHa','JRljw','mergeDeep','ZsrRZ','30560NJeHaM','platforms','log','env','chdir','codecept.json','rbXhh','exports','vzwdm','BrowserStackPlugin','QuMPF','dCjer','rrjVK','OSSay','isUndefined','push','HAqQI','TqATr','before','APntw','GhEmd','bgRUZ','gZKvA','vPLEN','addTests','info','nPkDI','1056XIuCDh','title','LpcQW','jUXbi','../../helpers/helper','tMTge','xahKP','skipSessionName','DPWms','841452beoCfM','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','event','GRShq','handleApp','islVo','zsZec','11432YqYKtH','NfScA','child_process','Jxynh','xiOmO','bizXp','PggSr','forEach','run','ltStX','spawn','JGBar','pXyDm','XLSmH','stack','dZBdu','printResults','err','existsSync','CWBaY','desiredCapabilities','lXuAj','WebDriver','parallelsPerPlatform','KMRYS','596518OquiPh','aCQBp','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','NOlwN','SfwbS','passed','RgXGp','finalExecution','qSwPw','iHTgj','Qxmpp','codecept.conf.js','zbHeK','CFolt','modifyBrowserStackW3CCaps','4964724kdtkvw','cwd','ErLIZ','config','kXJZb','3564858EErCgS','nCHyd','findIndex','xGtBw','LyOjy','codeceptjs/lib/index.js','adVjK','XJPku','helpers','DiXmy','addConfig','require','xpQvJ','rVWis','Started\x20:\x20','test','hbRhu','skipSessionStatus','NyERz','slice','Passed\x20:\x20'];a1_0x4416=function(){return _0x22a31e;};return a1_0x4416();}module[a1_0x15b870(0xf8)]=run;
|
|
2
|
+
'use strict';const a1_0x51d4c8=a1_0x2a66;(function(_0x28d742,_0x54d36f){const _0x3caeb5=a1_0x2a66,_0x20f285=_0x28d742();while(!![]){try{const _0x374af8=-parseInt(_0x3caeb5(0x124))/0x1*(-parseInt(_0x3caeb5(0x139))/0x2)+parseInt(_0x3caeb5(0x15e))/0x3*(-parseInt(_0x3caeb5(0x167))/0x4)+-parseInt(_0x3caeb5(0xf6))/0x5*(-parseInt(_0x3caeb5(0x152))/0x6)+-parseInt(_0x3caeb5(0xf3))/0x7*(-parseInt(_0x3caeb5(0x106))/0x8)+-parseInt(_0x3caeb5(0x155))/0x9*(parseInt(_0x3caeb5(0x144))/0xa)+parseInt(_0x3caeb5(0xeb))/0xb+-parseInt(_0x3caeb5(0xe4))/0xc*(-parseInt(_0x3caeb5(0xe1))/0xd);if(_0x374af8===_0x54d36f)break;else _0x20f285['push'](_0x20f285['shift']());}catch(_0x35c4b7){_0x20f285['push'](_0x20f285['shift']());}}}(a1_0x212f,0x4e9df));const fs=require('fs'),path=require(a1_0x51d4c8(0xdf)),{spawn}=require(a1_0x51d4c8(0x116)),process=require(a1_0x51d4c8(0x137)),logger=require(a1_0x51d4c8(0x12e))['winstonLogger'],{default:BrowserStackSetup}=require(a1_0x51d4c8(0xd6)),helper=require(a1_0x51d4c8(0x163)),{requireModule}=require(a1_0x51d4c8(0x163)),CodeceptJS=requireModule(a1_0x51d4c8(0xe9)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x49beba,_0x57ca33)=>{const _0x4abadd=a1_0x51d4c8,_0x2f5316={};_0x2f5316['Bwzuo']=_0x4abadd(0xdd),_0x2f5316['ZMOIR']='Failed\x20:\x20',_0x2f5316[_0x4abadd(0x169)]=function(_0x21335f,_0x1c458){return _0x21335f===_0x1c458;},_0x2f5316[_0x4abadd(0x140)]=function(_0x117676,_0x560b88){return _0x117676!==_0x560b88;},_0x2f5316[_0x4abadd(0x128)]=_0x4abadd(0x12b),_0x2f5316[_0x4abadd(0x129)]=_0x4abadd(0x13b),_0x2f5316['VrrVv']=_0x4abadd(0x150),_0x2f5316[_0x4abadd(0x12d)]=_0x4abadd(0xec),_0x2f5316[_0x4abadd(0xea)]=function(_0x59e5bc,_0x154a8a){return _0x59e5bc!==_0x154a8a;},_0x2f5316[_0x4abadd(0xfa)]='mSkNy',_0x2f5316[_0x4abadd(0x112)]=_0x4abadd(0xf9),_0x2f5316[_0x4abadd(0x102)]=_0x4abadd(0x138),_0x2f5316[_0x4abadd(0xe6)]=_0x4abadd(0x141),_0x2f5316[_0x4abadd(0xf4)]='codecept.json',_0x2f5316[_0x4abadd(0xed)]=_0x4abadd(0x16d),_0x2f5316[_0x4abadd(0x11f)]='Rkrjh';const _0x12ac6f=_0x2f5316;let _0x2a541e=null;const _0x2b71f9={};let _0x108e6f=_0x57ca33[_0x4abadd(0xf7)](_0x8da778=>_0x8da778===_0x4abadd(0x127));_0x12ac6f[_0x4abadd(0x169)](_0x108e6f,-0x1)&&(_0x12ac6f[_0x4abadd(0x140)](_0x12ac6f[_0x4abadd(0x128)],_0x12ac6f[_0x4abadd(0x129)])?_0x108e6f=_0x57ca33['findIndex'](_0x45648c=>_0x45648c==='-c'):_0x4dcfd1=_0x522d79['findIndex'](_0x4b5219=>_0x4b5219==='-c'));if(!helper[_0x4abadd(0xda)](_0x49beba[_0x4abadd(0x119)])&&fs[_0x4abadd(0x107)](path[_0x4abadd(0x125)](process['cwd'](),_0x49beba['config']))){if(_0x12ac6f[_0x4abadd(0x140)](_0x12ac6f['VrrVv'],_0x12ac6f[_0x4abadd(0x12d)]))_0x2a541e=path[_0x4abadd(0x125)](process['cwd'](),_0x49beba[_0x4abadd(0x119)]),_0x57ca33[_0x4abadd(0x114)](_0x108e6f,0x2);else for(const _0x14850a of _0x788eb2){const _0x1ecb76=_0x95bf4f[_0x4abadd(0xee)]();_0x1ecb76[_0x4abadd(0x122)](_0x14850a),_0x1ecb76[_0x4abadd(0x14b)](_0x14d5e9);}}else{if(!helper[_0x4abadd(0xda)](_0x49beba['c'])&&fs['existsSync'](path[_0x4abadd(0x125)](process[_0x4abadd(0x147)](),_0x49beba['c']))){if(_0x12ac6f[_0x4abadd(0xea)](_0x12ac6f[_0x4abadd(0xfa)],_0x12ac6f[_0x4abadd(0xfa)])){const _0x3921f9={..._0x254d8b[_0x2c2cf7]},_0x51fef3={};_0x51fef3[_0x4abadd(0x13c)]=_0x3921f9;const _0x441853={};_0x441853[_0x4abadd(0xfd)]=_0x46bf54,_0x441853[_0x4abadd(0x13f)]=!![],_0x441853[_0x4abadd(0x160)]=_0x529e2d['config'][_0x4abadd(0x15a)]['skipSessionName'],_0x441853[_0x4abadd(0xf5)]=_0x5cca6c['config'][_0x4abadd(0x15a)][_0x4abadd(0xf5)];const _0x1e4cbd={};_0x1e4cbd[_0x4abadd(0x164)]=_0x441853;const _0x479b56={};return _0x479b56[_0x4abadd(0x104)]=_0x51fef3,_0x479b56[_0x4abadd(0x103)]=_0x1e4cbd,_0x479b56;}else _0x2a541e=path[_0x4abadd(0x125)](process[_0x4abadd(0x147)](),_0x49beba['c']),_0x57ca33['slice'](_0x108e6f,0x2);}else{if(_0x12ac6f['LejXM'](_0x12ac6f[_0x4abadd(0x112)],_0x12ac6f[_0x4abadd(0x112)])){if(fs[_0x4abadd(0x107)](path[_0x4abadd(0x125)](process['cwd'](),_0x12ac6f['tYMGS'])))_0x12ac6f[_0x4abadd(0x169)](_0x12ac6f['IlPrP'],_0x12ac6f[_0x4abadd(0xe6)])?_0x2a541e=path[_0x4abadd(0x125)](process[_0x4abadd(0x147)](),_0x12ac6f[_0x4abadd(0x102)]):_0x27d400[_0x4abadd(0xe0)](_0x12ac6f[_0x4abadd(0xdc)],_0x574795[_0x4abadd(0x123)]);else fs[_0x4abadd(0x107)](path[_0x4abadd(0x125)](process['cwd'](),_0x12ac6f[_0x4abadd(0xf4)]))&&(_0x12ac6f[_0x4abadd(0xea)](_0x12ac6f[_0x4abadd(0xed)],_0x12ac6f[_0x4abadd(0x11f)])?_0x2a541e=path['join'](process[_0x4abadd(0x147)](),_0x12ac6f[_0x4abadd(0xf4)]):(_0x185ae2=_0x8035ce[_0x4abadd(0x125)](_0x108e41[_0x4abadd(0x147)](),_0x45848e[_0x4abadd(0x119)]),_0x3685a7[_0x4abadd(0x114)](_0x1df044,0x2)));}else{_0x274ae2[_0x4abadd(0xe0)](_0x12ac6f['ZMOIR'],_0x56fe3b['title']);const _0x20cc8e={[_0x1684ac[_0x4abadd(0x123)]]:_0x39b34c[_0x4abadd(0x109)]['stack']};_0x1f4fde['push'](_0x20cc8e);}}}return _0x2a541e;};async function run(_0xeff6e9,_0x995f6){const _0x24609e=a1_0x51d4c8,_0xb90cfb={'pzqsD':_0x24609e(0x130),'HYOdr':'codeceptjs','cjYwc':_0x24609e(0x138),'tfMBI':'codecept.json','UijfS':function(_0x4374b6,_0x3715fb){return _0x4374b6!==_0x3715fb;},'QZIlU':_0x24609e(0xef),'pjuhO':_0x24609e(0xff),'zCPCe':function(_0x440b1a,_0x56c67a){return _0x440b1a!==_0x56c67a;},'cxYCd':_0x24609e(0x131),'dSByB':'uVffk','USHZc':function(_0x3b958d,_0x1505b1){return _0x3b958d!==_0x1505b1;},'zSYhd':'CgNRn','JKQBt':'tBCRV','RmWEq':function(_0xdde34f,_0x3ed1a8){return _0xdde34f(_0x3ed1a8);},'cTPla':function(_0x476058,_0xa822a8){return _0x476058===_0xa822a8;},'uymzO':_0x24609e(0x13a),'ubaNb':function(_0x436913,_0x44d0f){return _0x436913+_0x44d0f;},'KfhcO':_0x24609e(0x119),'LOHAL':_0x24609e(0x104),'rQtVX':_0x24609e(0x13c),'uSiXG':function(_0x162223,_0x166e62){return _0x162223===_0x166e62;},'Suoxp':'ryaZj','imkmm':_0x24609e(0x14f),'MjxAc':function(_0x6fe185,_0x182d79){return _0x6fe185===_0x182d79;},'WwQDw':_0x24609e(0x10e),'zrHrn':_0x24609e(0x108),'YhfRm':_0x24609e(0xf2),'KEzsq':function(_0x2d4b29,_0x578f9b){return _0x2d4b29!==_0x578f9b;},'TzLQb':_0x24609e(0x136),'MgFlF':_0x24609e(0xdd),'mDybc':function(_0x188d1,_0x5f952b){return _0x188d1+_0x5f952b;},'znExb':function(_0x27eda1,_0x1221a4){return _0x27eda1===_0x1221a4;},'pbPjj':_0x24609e(0x15f),'EXmYA':function(_0x3088fe,_0x258a38){return _0x3088fe!==_0x258a38;},'yNNZB':_0x24609e(0x12c),'PcTIj':function(_0x4aa1a4,_0x19a997){return _0x4aa1a4!==_0x19a997;},'GhvjK':_0x24609e(0x113),'cUYob':function(_0x2059f5,_0x4ce830,_0xea33b4){return _0x2059f5(_0x4ce830,_0xea33b4);},'uzNab':'kcgQt','vCTtn':function(_0x2545f8,_0x2f8063){return _0x2545f8!==_0x2f8063;},'PldGa':_0x24609e(0xe2),'kjGfS':_0x24609e(0x11c),'mibpj':'BrowserStackPlugin.js','PoOFc':_0x24609e(0x146),'JBHwf':function(_0x5ead8f,_0x5851be){return _0x5ead8f*_0x5851be;},'BnBJg':function(_0x33fbd0,_0x46060c){return _0x33fbd0!==_0x46060c;},'XqfQh':_0x24609e(0x11e),'OUpBN':_0x24609e(0x15b),'YwwrW':_0x24609e(0x118),'qsmAN':function(_0x31ff91){return _0x31ff91();}},_0x352127=new BrowserStackSetup(_0xeff6e9,_0xb90cfb[_0x24609e(0x10b)]);await _0x352127[_0x24609e(0x14a)](),await helper[_0x24609e(0x14e)](_0x352127['config']);if(!_0x352127['config']){if(_0xb90cfb[_0x24609e(0x154)](_0xb90cfb[_0x24609e(0x13e)],_0xb90cfb['GhvjK']))_0x55115f['info'](_0xb90cfb['pzqsD']);else return;}const _0x2a395b=_0xb90cfb['cUYob'](getUserCodeceptJSConfigs,_0xeff6e9,_0x995f6);let _0x1f0c29={};if(_0x2a395b){if(_0xb90cfb[_0x24609e(0xd4)](_0xb90cfb['uzNab'],_0xb90cfb['uzNab'])){const _0x222f28=_0x35a56d[_0x24609e(0xee)]();_0x222f28[_0x24609e(0x122)](_0x50228d),_0x222f28['addConfig'](_0x148f22);}else logger['info'](_0x24609e(0xd9)+_0x2a395b),_0x1f0c29=_0xb90cfb[_0x24609e(0xe3)](require,_0x2a395b);}else _0xb90cfb[_0x24609e(0xd7)](_0xb90cfb[_0x24609e(0x133)],_0xb90cfb[_0x24609e(0x135)])?logger[_0x24609e(0x120)](_0xb90cfb[_0x24609e(0x12f)]):_0x9d6ab9[_0x24609e(0x157)](_0x3ce30b[_0x24609e(0x132)](_0x5d96e0['config'],_0xb90cfb['HYOdr'],_0x166e82));const _0x453eeb=helper['useW3C'](_0x352127[_0x24609e(0x119)]),_0x53cd7a=[];_0x352127['config'][_0x24609e(0x134)][_0x24609e(0x142)]((_0x48d5ee,_0x48e2e0)=>{const _0x4c20f0=_0x24609e,_0x47dc3b={};_0x47dc3b[_0x4c20f0(0x14c)]=_0xb90cfb[_0x4c20f0(0x10b)],_0x47dc3b[_0x4c20f0(0x143)]=_0xb90cfb['cjYwc'],_0x47dc3b[_0x4c20f0(0x16b)]=_0xb90cfb[_0x4c20f0(0x16c)];const _0x3bc50b=_0x47dc3b;if(_0xb90cfb['UijfS'](_0xb90cfb['QZIlU'],_0xb90cfb[_0x4c20f0(0xfb)]))_0x453eeb?_0xb90cfb[_0x4c20f0(0xd4)](_0xb90cfb[_0x4c20f0(0x110)],_0xb90cfb['dSByB'])?_0x53cd7a[_0x4c20f0(0x157)](helper['modifyBrowserStackW3CCaps'](_0x352127[_0x4c20f0(0x119)],_0xb90cfb[_0x4c20f0(0x10b)],_0x48e2e0)):_0x1157ac[_0x4c20f0(0x157)](_0x55bf06[_0x4c20f0(0xe5)](_0x168772[_0x4c20f0(0x119)],_0xb90cfb[_0x4c20f0(0x10b)],_0x48d439)):_0xb90cfb[_0x4c20f0(0x10d)](_0xb90cfb[_0x4c20f0(0x101)],_0xb90cfb[_0x4c20f0(0xe8)])?_0x53cd7a[_0x4c20f0(0x157)](helper['modifyBrowserStackCaps'](_0x352127['config'],_0xb90cfb['HYOdr'],_0x48e2e0)):_0xe756f6?_0x485329[_0x4c20f0(0x157)](_0x4c82c1[_0x4c20f0(0x132)](_0x41615a[_0x4c20f0(0x119)],_0x3bc50b[_0x4c20f0(0x14c)],_0x113b6d)):_0x9d66bd[_0x4c20f0(0x157)](_0x4c3035[_0x4c20f0(0xe5)](_0x4982c9[_0x4c20f0(0x119)],_0x3bc50b[_0x4c20f0(0x14c)],_0x3392e1));else{if(_0x1d3686['existsSync'](_0x4082e8[_0x4c20f0(0x125)](_0xe4edb6[_0x4c20f0(0x147)](),_0x3bc50b['dsGGa'])))_0xa4e440=_0xda13c3['join'](_0x3e2239['cwd'](),_0x3bc50b[_0x4c20f0(0x143)]);else _0xb55a78[_0x4c20f0(0x107)](_0x16b846['join'](_0x15ae24['cwd'](),_0x3bc50b[_0x4c20f0(0x16b)]))&&(_0x1e83be=_0xdb9607[_0x4c20f0(0x125)](_0x612a9f[_0x4c20f0(0x147)](),_0x3bc50b['rwQPm']));}});const _0x139b0e={},_0x5ed8b8=[];_0x53cd7a[_0x24609e(0x142)](_0x2442da=>{const _0x42a6f0=_0x24609e,_0x505232={'hXYPd':function(_0x3383ba,_0x34bf2e){const _0x323f8f=a1_0x2a66;return _0xb90cfb[_0x323f8f(0xe3)](_0x3383ba,_0x34bf2e);}};if(_0xb90cfb[_0x42a6f0(0x10f)](_0xb90cfb[_0x42a6f0(0xf1)],_0xb90cfb['uymzO'])){const _0x19bda4=_0xb90cfb[_0x42a6f0(0x16f)](helper[_0x42a6f0(0xd8)](_0x2442da,'_'),'_'+Date[_0x42a6f0(0x151)]()),_0x121e6b={};_0x121e6b['desiredCapabilities']=_0x2442da;const _0x5072a4=_0x121e6b;_0x139b0e[_0x19bda4]=_0x1f0c29[_0xb90cfb['KfhcO']][_0xb90cfb[_0x42a6f0(0xdb)]][_0xb90cfb[_0x42a6f0(0xd5)]]?helper['mergeDeep'](_0x5072a4,_0x1f0c29[_0xb90cfb['KfhcO']][_0xb90cfb[_0x42a6f0(0xdb)]][_0xb90cfb[_0x42a6f0(0xd5)]]):_0x5072a4,_0x5ed8b8[_0x42a6f0(0x157)](_0x19bda4);}else _0x23e29b[_0x42a6f0(0x120)](_0x42a6f0(0xd9)+_0x41aeda),_0x375546=_0x505232[_0x42a6f0(0xf0)](_0x1a3eb4,_0x4b614f);});const _0xa19876={};_0xa19876[_0x24609e(0x159)]=_0x2a395b;const _0x5078e7=_0xa19876,_0x28143e=path[_0x24609e(0x125)](__dirname,_0xb90cfb[_0x24609e(0x15d)]),_0x68a537=process[_0x24609e(0x147)]();process['env'][_0xb90cfb[_0x24609e(0xf8)]]=_0x68a537,process[_0x24609e(0x168)](path[_0x24609e(0x121)](_0x2a395b));const _0x36bb60=new CodeceptJS[(_0x24609e(0x111))](null,_0x5078e7),_0xb0489d=_0x36bb60['createGroupsOfSuites'](_0xb90cfb[_0x24609e(0x16a)](_0x352127[_0x24609e(0x119)][_0x24609e(0x171)],_0x352127['config'][_0x24609e(0x134)][_0x24609e(0x117)])),_0x575691=_0x5ed8b8[_0x24609e(0xfc)](_0x5d9274=>{const _0x55f453=_0x24609e,_0xd48e52={};_0xd48e52['NGhox']=_0xb90cfb[_0x55f453(0x16c)];const _0x38a0c3=_0xd48e52;if(_0xb90cfb[_0x55f453(0x149)](_0xb90cfb['Suoxp'],_0xb90cfb[_0x55f453(0x165)])){const _0xe20ff7={..._0x139b0e[_0x5d9274]},_0x261d86={};_0x261d86[_0x55f453(0x13c)]=_0xe20ff7;const _0x3aa6b0={};_0x3aa6b0[_0x55f453(0xfd)]=_0x28143e,_0x3aa6b0[_0x55f453(0x13f)]=!![],_0x3aa6b0[_0x55f453(0x160)]=_0x352127['config']['testContextOptions'][_0x55f453(0x160)],_0x3aa6b0[_0x55f453(0xf5)]=_0x352127[_0x55f453(0x119)][_0x55f453(0x15a)][_0x55f453(0xf5)];const _0x5047d7={};_0x5047d7[_0x55f453(0x164)]=_0x3aa6b0;const _0x2b3a7a={};return _0x2b3a7a[_0x55f453(0x104)]=_0x261d86,_0x2b3a7a[_0x55f453(0x103)]=_0x5047d7,_0x2b3a7a;}else _0x5c1abc=_0x444c05[_0x55f453(0x125)](_0x16071f[_0x55f453(0x147)](),_0x38a0c3[_0x55f453(0xfe)]);});for(const _0xe141bd of _0x575691){if(_0xb90cfb['BnBJg'](_0xb90cfb[_0x24609e(0x156)],_0xb90cfb['XqfQh']))_0x17784b=_0x4bb518['join'](_0x4e01ac[_0x24609e(0x147)](),_0xb90cfb[_0x24609e(0x13d)]);else for(const _0x5d1466 of _0xb0489d){if(_0xb90cfb[_0x24609e(0x166)](_0xb90cfb['OUpBN'],_0xb90cfb[_0x24609e(0x100)]))_0x452e89[_0x24609e(0xde)]=_0x4492e1,_0x237e76[_0x24609e(0x11b)](_0x2817c9),_0x3b09d6['printResults']();else{const _0xac73=_0x36bb60[_0x24609e(0xee)]();_0xac73[_0x24609e(0x122)](_0x5d1466),_0xac73[_0x24609e(0x14b)](_0xe141bd);}}}_0x36bb60['on'](CodeceptJS[_0x24609e(0x15c)][_0x24609e(0x105)][_0x24609e(0x126)],(_0x100959,_0x4afd9e)=>{const _0x888f08=_0x24609e,_0x5c36be={};_0x5c36be['EpeSl']=_0xb90cfb['imkmm'];const _0x5b84dd=_0x5c36be;if(_0xb90cfb['MjxAc'](_0xb90cfb[_0x888f08(0x12a)],_0xb90cfb[_0x888f08(0x170)]))_0xc519e2[_0x888f08(0xe0)](_0x5b84dd[_0x888f08(0x162)],_0x449bdf[_0x888f08(0x123)]);else{console[_0x888f08(0xe0)](_0xb90cfb[_0x888f08(0x148)],_0x100959[_0x888f08(0x123)]);const _0x3152f6={[_0x100959['title']]:_0x100959[_0x888f08(0x109)]['stack']};_testErrorData[_0x888f08(0x157)](_0x3152f6);}}),_0x36bb60['on'](CodeceptJS[_0x24609e(0x15c)][_0x24609e(0x105)][_0x24609e(0x158)],async _0x36f304=>{const _0x43f9a9=_0x24609e;if(_0xb90cfb['KEzsq'](_0xb90cfb[_0x43f9a9(0x145)],_0xb90cfb[_0x43f9a9(0x145)]))return;else console[_0x43f9a9(0xe0)](_0xb90cfb['MgFlF'],_0x36f304[_0x43f9a9(0x123)]);}),_0x36bb60['on'](CodeceptJS['event'][_0x24609e(0x105)][_0x24609e(0x10a)],async _0x3868ff=>{const _0x104852=_0x24609e;if(_0xb90cfb[_0x104852(0x166)](_0xb90cfb['pbPjj'],_0xb90cfb[_0x104852(0x153)]))console[_0x104852(0xe0)](_0xb90cfb['imkmm'],_0x3868ff[_0x104852(0x123)]);else{const _0x27809d=_0xb90cfb['mDybc'](_0x23118a[_0x104852(0xd8)](_0x2e863a,'_'),'_'+_0x4d9230[_0x104852(0x151)]()),_0x5424a6={};_0x5424a6[_0x104852(0x11a)]=_0x1692c6;const _0x56df69=_0x5424a6;_0x21aec9[_0x27809d]=_0x436fa5[_0xb90cfb[_0x104852(0x11d)]][_0xb90cfb[_0x104852(0xdb)]][_0xb90cfb[_0x104852(0xd5)]]?_0x37802e[_0x104852(0x10c)](_0x56df69,_0x188b47[_0xb90cfb[_0x104852(0x11d)]][_0xb90cfb[_0x104852(0xdb)]][_0xb90cfb[_0x104852(0xd5)]]):_0x56df69,_0x16585e['push'](_0x27809d);}}),_0x36bb60['on'](CodeceptJS[_0x24609e(0x15c)][_0x24609e(0x161)][_0x24609e(0xe7)],async()=>{const _0x533bb1=_0x24609e;_0xb90cfb['EXmYA'](_0xb90cfb[_0x533bb1(0xd3)],_0xb90cfb[_0x533bb1(0xd3)])?(_0x587b1b=_0x48e7e5['join'](_0x7123b9[_0x533bb1(0x147)](),_0x42fd9e['c']),_0x1de687[_0x533bb1(0x114)](_0x4dd6e1,0x2)):(_0x352127[_0x533bb1(0xde)]=_testErrorData,helper[_0x533bb1(0x11b)](_0x352127),_0x36bb60['printResults']());});async function _0x441b91(){const _0x8c6c35=_0x24609e;try{await _0x36bb60['bootstrapAll'](),await _0x36bb60['run']();}finally{process[_0x8c6c35(0x168)](_0x68a537),await _0x36bb60[_0x8c6c35(0x14d)]();}}_0xb90cfb[_0x24609e(0x115)](_0x441b91);}function a1_0x212f(){const _0x41ca7f=['helpers','test','8abHXgc','existsSync','qeArp','err','before','HYOdr','mergeDeep','USHZc','MADxP','cTPla','cxYCd','Workers','fkxcq','ujytS','slice','qsmAN','child_process','length','yBsdu','config','desiredCapabilities','finalExecution','BCrwA','KfhcO','PnZau','pLENe','info','dirname','addTests','title','1LpHUko','join','failed','--config','CtDAZ','luaPP','WwQDw','qREtt','lmVTp','SSOhX','../../helpers/logger','pzqsD','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','wNMpL','modifyBrowserStackW3CCaps','PldGa','platforms','kjGfS','FpMRP','process','codecept.conf.js','286878JYvovS','SqgbG','NrZhw','WebDriver','cjYwc','GhvjK','enabled','vCAOh','INTNV','forEach','dsGGa','50dkCXOL','TzLQb','browserStackCwd','cwd','YhfRm','uSiXG','initialize','addConfig','qdSIJ','teardownAll','handleApp','Started\x20:\x20','IgzwA','now','6KgHFgU','pbPjj','PcTIj','737055dwMrEP','XqfQh','push','passed','testConfig','testContextOptions','FmwlY','event','mibpj','75273ToxHIg','QokIu','skipSessionName','all','EpeSl','../../helpers/helper','BrowserStackPlugin','Suoxp','znExb','56AwDSQz','chdir','LejXM','JBHwf','rwQPm','tfMBI','xbJMG','exports','ubaNb','zrHrn','parallelsPerPlatform','yNNZB','zCPCe','rQtVX','../../helpers/BrowserStackSetup','vCTtn','getPlatformName','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','isUndefined','LOHAL','Bwzuo','Passed\x20:\x20','errorMessage','path','log','156YwdAwo','iYXDQ','RmWEq','8868ykSkiB','modifyBrowserStackCaps','IlPrP','result','JKQBt','codeceptjs/lib/index.js','oYUkf','602162nprTiV','XhJgp','BqwsG','spawn','lVZtb','hXYPd','uymzO','Failed\x20:\x20','2720368yCABQF','tsXkm','skipSessionStatus','2435455afyQRN','findIndex','PoOFc','dlLyY','VPvcQ','pjuhO','map','require','NGhox','iQUSx','YwwrW','zSYhd','tYMGS','plugins'];a1_0x212f=function(){return _0x41ca7f;};return a1_0x212f();}function a1_0x2a66(_0x472eab,_0x5b1cb7){const _0x212f0a=a1_0x212f();return a1_0x2a66=function(_0x2a666f,_0x4c97cc){_0x2a666f=_0x2a666f-0xd3;let _0x4a452b=_0x212f0a[_0x2a666f];return _0x4a452b;},a1_0x2a66(_0x472eab,_0x5b1cb7);}module[a1_0x51d4c8(0x16e)]=run;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0xf402a6=a2_0x1da9;(function(_0x10d229,_0x524ef7){const _0x1d0173=a2_0x1da9,_0x40a4e1=_0x10d229();while(!![]){try{const _0x5ea5cd=-parseInt(_0x1d0173(0x200))/0x1*(parseInt(_0x1d0173(0x1eb))/0x2)+-parseInt(_0x1d0173(0x268))/0x3+-parseInt(_0x1d0173(0x271))/0x4*(parseInt(_0x1d0173(0x254))/0x5)+-parseInt(_0x1d0173(0x253))/0x6+parseInt(_0x1d0173(0x224))/0x7*(-parseInt(_0x1d0173(0x204))/0x8)+-parseInt(_0x1d0173(0x27b))/0x9+parseInt(_0x1d0173(0x269))/0xa;if(_0x5ea5cd===_0x524ef7)break;else _0x40a4e1['push'](_0x40a4e1['shift']());}catch(_0x55f70f){_0x40a4e1['push'](_0x40a4e1['shift']());}}}(a2_0xd758,0x5a6d9));function a2_0x1da9(_0x5c6c4f,_0x32e76f){const _0xd75835=a2_0xd758();return a2_0x1da9=function(_0x1da996,_0x36bcd6){_0x1da996=_0x1da996-0x1e9;let _0x43eec8=_0xd75835[_0x1da996];return _0x43eec8;},a2_0x1da9(_0x5c6c4f,_0x32e76f);}const fs=require('fs'),path=require('path'),logger=require(a2_0xf402a6(0x25a))[a2_0xf402a6(0x234)],{default:BrowserStackSetup}=require(a2_0xf402a6(0x230)),helper=require(a2_0xf402a6(0x1ff)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a2_0xf402a6(0x228)),chalk=require(a2_0xf402a6(0x245));function a2_0xd758(){const _0x308222=['config','\x20ambiguous','TAQxL','ACZUq','hltkM','zhXzb','4428636muiqCG','3260eHRbAF','finally','fCdnQ','MbvQa','hgudN','Ybggg','../../helpers/logger','OCEBO','jyjQo','Xgkiw','getHubUrl','lUhgY','errorMessage','pTgbf','stepsPassed','mergeOutputFiles','\x20passed','debug','parseFormatters','lLIwv','114081eGpPPQ','21532430TpBFQZ','zgSoJ','beXRa','platforms','stepsFailed','kBQRA','\x20scenarios','IMVJW','708YGUKvR','XuqWJ','OlrGk','logLevel','qbhcq','jKapz','GqjwF','createDir','\x20undefined','iIYbH','3800925eKUtUm','EKNSv','cucumber','****\x20RESULTS\x20****','QuAVR','cyan','bcYco','QZsxj','testContextOptions','WRyVO','forEach','ylxpu','xVVXN','Removing\x20tmp\x20directory\x20created\x20for\x20reports','869486IGNGOg','WVaUC','fdyqG','RHwIq','Qhtgv','skipSessionName','ajYRa','sLCeQ','vfMJf','Kotdn','JSCTH','UHTpM','\x20skipped','scenarios','getPlatformName','cwPLA','steps','ilSJX','UiIaW','parallelsPerPlatform','../../helpers/helper','1eSRUXN','turboScaleUrl','KgOtC','exitCode','6088pjYEID','green','join','KIyIw','red','cElke','typOj','length','SFvey','niraj','qaFMk','xOLis','vrafw','push','modifyBrowserStackW3CCaps','hhvIU','stepsUndefined','zMLgG','Jnpmg','handleApp','wpIfO','yellow','rbTLQ','yvZop','tGPMZ','useW3C','bold','\x20pending','modifyBrowserStackCaps','then','removeDir','getErrorMessageFromResults','315rljmju','Swvjv','kigcV','stepsAmbiguous','../test-runner','VooNC','Zlirv','markSDKSetupComplete','PpLUO','wEDwx','qiYgG','initialize','../../helpers/BrowserStackSetup','ltaNL','tmp','fjRlb','winstonLogger','log','kIioV','jWHgJ','ckAKl','MdGMy','OFolJ','WPATC','pMQRU','dLwhD','BKadi','\x20failed','cucumber-js','splice','bXXeo','exports','gMgwv','chalk','nClzb','Generating\x20consolidated\x20report...','fqTwN','AFefg','processSuccess','vgChl','fIfSs'];a2_0xd758=function(){return _0x308222;};return a2_0xd758();}function printCucumberStats(_0x43d608){const _0x51171e=a2_0xf402a6,_0x11301f={'SFvey':function(_0xf2796c,_0x43d7e2){return _0xf2796c-_0x43d7e2;},'vrafw':function(_0x120b36,_0x5b00b9){return _0x120b36>=_0x5b00b9;},'fjRlb':_0x51171e(0x27d),'MdGMy':'Generating\x20consolidated\x20report...','yvZop':_0x51171e(0x1ea),'typOj':function(_0x28937d,_0x14b14c){return _0x28937d(_0x14b14c);},'RHwIq':function(_0x39c8a2,_0x30cefc){return _0x39c8a2>_0x30cefc;},'UpjCq':function(_0x21b075,_0x49e165){return _0x21b075===_0x49e165;},'zhXzb':_0x51171e(0x276),'EKNSv':function(_0x478f86,_0x5741a2){return _0x478f86>_0x5741a2;},'BNICR':function(_0x4465f1,_0x311ef6){return _0x4465f1-_0x311ef6;},'beXRa':function(_0x4c6399,_0x3e4741){return _0x4c6399===_0x3e4741;},'UiIaW':_0x51171e(0x242),'VooNC':function(_0x1658c9,_0x4e8297){return _0x1658c9>_0x4e8297;},'QuAVR':function(_0x49bd69,_0x4fab8a){return _0x49bd69===_0x4fab8a;},'ajYRa':_0x51171e(0x1ef),'WTBOO':_0x51171e(0x231),'tGPMZ':function(_0x5e49e0,_0x2d766e){return _0x5e49e0!==_0x2d766e;},'HemYo':'DJCdJ','hZRCO':_0x51171e(0x261),'fqTwN':function(_0x23ab57,_0x192ee5){return _0x23ab57>_0x192ee5;},'zgSoJ':_0x51171e(0x272),'AFefg':_0x51171e(0x23b),'KgOtC':'hzOVG','paXuQ':function(_0x2b66d4,_0x2b2dee){return _0x2b66d4===_0x2b2dee;},'wpIfO':_0x51171e(0x1fc),'WVaUC':'KCiiK','hltkM':function(_0x144302,_0x5bd434){return _0x144302>_0x5bd434;},'PpLUO':function(_0x2ae8b2,_0x5582d6){return _0x2ae8b2!==_0x5582d6;},'JSCTH':_0x51171e(0x25b),'hhvIU':_0x51171e(0x282),'Swvjv':function(_0x1ea194,_0x12181d){return _0x1ea194>_0x12181d;},'ACZUq':function(_0x20f2ae,_0x50785c){return _0x20f2ae===_0x50785c;},'WRyVO':_0x51171e(0x27a),'gMgwv':function(_0x2a722e,_0x57fff1){return _0x2a722e+_0x57fff1;},'ZDUhM':function(_0x3c4dbe,_0x3b2519){return _0x3c4dbe+_0x3b2519;},'ckAKl':function(_0x2340e6,_0x413447){return _0x2340e6+_0x413447;},'OFolJ':function(_0x255b4b,_0x6d57bf){return _0x255b4b+_0x6d57bf;},'IMVJW':function(_0x5a0d00,_0x40a756){return _0x5a0d00+_0x40a756;},'Xgkiw':function(_0x44977e,_0x46bd67){return _0x44977e+_0x46bd67;},'lLIwv':_0x51171e(0x25f),'ylxpu':'fHRTC','Zlirv':function(_0x4c6d46,_0x200519){return _0x4c6d46===_0x200519;},'AWkUs':'bOmmV','cwPLA':_0x51171e(0x259),'fCdnQ':_0x51171e(0x27e)};let _0x1c8a75=0x0;if(_0x11301f[_0x51171e(0x22a)](_0x43d608[_0x51171e(0x20b)],0x0)){if(_0x11301f[_0x51171e(0x22a)](_0x11301f['AWkUs'],_0x11301f[_0x51171e(0x1fa)]))_0x90b09e['push'](''+_0x3dabbd['bold'][_0x51171e(0x205)](_0x103771+_0x51171e(0x264)));else return _0x1c8a75;}return console['log'](chalk[_0x51171e(0x21e)]['bgWhite'](_0x11301f[_0x51171e(0x256)])),_0x43d608[_0x51171e(0x285)](_0x592319=>{const _0x2903a7=_0x51171e,_0x23ec73={'qaFMk':function(_0x25c6a2,_0xc42f5e){const _0x2d6341=a2_0x1da9;return _0x11301f[_0x2d6341(0x20a)](_0x25c6a2,_0xc42f5e);},'vfMJf':function(_0x204b99,_0x36ca4b){const _0x125f47=a2_0x1da9;return _0x11301f[_0x125f47(0x1ee)](_0x204b99,_0x36ca4b);},'kigcV':_0x11301f[_0x2903a7(0x239)],'niraj':_0x11301f['yvZop']};if(_0x11301f['UpjCq'](_0x11301f[_0x2903a7(0x252)],_0x11301f[_0x2903a7(0x252)])){const _0x5655d5=_0x592319[0x0],_0x2695ea=_0x592319[0x1];console[_0x2903a7(0x235)]('\x0a'+chalk['bold'][_0x2903a7(0x219)](''+helper[_0x2903a7(0x1f9)](_0x5655d5)));const _0x554c54=_0x2695ea[_0x2903a7(0x1f8)],_0x10aa62=_0x2695ea[_0x2903a7(0x1fb)],_0x512786=_0x2695ea['scenariosFailed'],_0x7e0da0=_0x2695ea[_0x2903a7(0x26d)],_0x448c12=_0x2695ea[_0x2903a7(0x262)],_0x3cb597=_0x2695ea['stepsSkipped'],_0x4079e5=_0x2695ea['stepsPending'],_0x1865d3=_0x2695ea[_0x2903a7(0x214)],_0x3719bb=_0x2695ea['stepsUnknown'],_0x13d277=_0x2695ea[_0x2903a7(0x227)],_0x41d423=_0x2695ea[_0x2903a7(0x24a)];let _0x4de8f1=_0x554c54+_0x2903a7(0x26f);const _0x3f27cb=_0x11301f[_0x2903a7(0x27c)](_0x11301f[_0x2903a7(0x20c)](_0x554c54,_0x512786),0x0)?_0x11301f['BNICR'](_0x554c54,_0x512786):0x0;if(_0x11301f[_0x2903a7(0x27c)](_0x512786,0x0)&&_0x11301f[_0x2903a7(0x27c)](_0x3f27cb,0x0)){if(_0x11301f[_0x2903a7(0x26b)](_0x11301f['UiIaW'],_0x11301f[_0x2903a7(0x1fd)]))_0x4de8f1+='\x20('+chalk['bold']['red'](_0x512786+_0x2903a7(0x23f))+',\x20'+chalk[_0x2903a7(0x21e)][_0x2903a7(0x205)](_0x3f27cb+_0x2903a7(0x264))+')';else{_0x356de3[_0x2903a7(0x278)](_0x434202);for(let _0x45346f=_0x11301f[_0x2903a7(0x20c)](_0x3a72fb[_0x2903a7(0x20b)],0x1);_0x11301f[_0x2903a7(0x210)](_0x45346f,0x0);_0x45346f--){_0xceb30d['splice'](_0x3a625a[_0x45346f],0x2);}}}else(_0x11301f['EKNSv'](_0x512786,0x0)||_0x11301f[_0x2903a7(0x229)](_0x3f27cb,0x0))&&(_0x11301f[_0x2903a7(0x27f)](_0x11301f[_0x2903a7(0x1f1)],_0x11301f['WTBOO'])?_0x258254[_0x2903a7(0x211)](''+_0x4cf01d['bold'][_0x2903a7(0x208)](_0x193337+_0x2903a7(0x24e))):_0x4de8f1+=_0x11301f[_0x2903a7(0x229)](_0x512786,0x0)?'\x20('+chalk['bold']['red'](_0x512786+_0x2903a7(0x23f))+')':'\x20('+chalk[_0x2903a7(0x21e)][_0x2903a7(0x205)](_0x3f27cb+_0x2903a7(0x264))+')');const _0x344cba=_0x10aa62+'\x20steps',_0x1f8719=[];_0x11301f['VooNC'](_0x13d277,0x0)&&(_0x11301f[_0x2903a7(0x21c)](_0x11301f['HemYo'],_0x11301f['hZRCO'])?_0x1f8719[_0x2903a7(0x211)](''+chalk[_0x2903a7(0x21e)][_0x2903a7(0x208)](_0x13d277+_0x2903a7(0x24e))):_0x4c852a['splice'](_0x48897b[_0x41df42],0x2));_0x11301f[_0x2903a7(0x248)](_0x7e0da0,0x0)&&(_0x11301f[_0x2903a7(0x21c)](_0x11301f[_0x2903a7(0x26a)],_0x11301f[_0x2903a7(0x249)])?_0x1f8719['push'](''+chalk[_0x2903a7(0x21e)]['red'](_0x7e0da0+_0x2903a7(0x23f))):_0x2efc36['push'](''+_0x119d2c[_0x2903a7(0x21e)][_0x2903a7(0x280)](_0x1b1d57+_0x2903a7(0x1f7))));_0x11301f[_0x2903a7(0x27c)](_0x448c12,0x0)&&(_0x11301f[_0x2903a7(0x26b)](_0x11301f[_0x2903a7(0x202)],_0x11301f[_0x2903a7(0x202)])?_0x1f8719[_0x2903a7(0x211)](''+chalk[_0x2903a7(0x21e)][_0x2903a7(0x205)](_0x448c12+_0x2903a7(0x264))):_0x397dea+='\x20('+_0x47e268[_0x2903a7(0x21e)]['red'](_0x492359+_0x2903a7(0x23f))+',\x20'+_0x34d8de[_0x2903a7(0x21e)][_0x2903a7(0x205)](_0x18c9fd+_0x2903a7(0x264))+')');_0x11301f[_0x2903a7(0x1ee)](_0x4079e5,0x0)&&(_0x11301f['paXuQ'](_0x11301f[_0x2903a7(0x218)],_0x11301f[_0x2903a7(0x218)])?_0x1f8719[_0x2903a7(0x211)](''+chalk['bold'][_0x2903a7(0x219)](_0x4079e5+_0x2903a7(0x21f))):_0x228eb5=0x1);_0x11301f[_0x2903a7(0x1ee)](_0x3cb597,0x0)&&(_0x11301f[_0x2903a7(0x21c)](_0x11301f[_0x2903a7(0x1ec)],_0x11301f[_0x2903a7(0x1ec)])?_0x599923?_0xf13d70[_0x2903a7(0x211)](_0x173e50[_0x2903a7(0x212)](_0x13120d[_0x2903a7(0x24d)],_0x11301f['fjRlb'],_0x326888)):_0x59955c['push'](_0x15fd68['modifyBrowserStackCaps'](_0x3e9a0c[_0x2903a7(0x24d)],_0x11301f[_0x2903a7(0x233)],_0xe43646)):_0x1f8719['push'](''+chalk['bold'][_0x2903a7(0x280)](_0x3cb597+'\x20skipped')));_0x11301f[_0x2903a7(0x251)](_0x1865d3,0x0)&&(_0x11301f[_0x2903a7(0x22c)](_0x11301f[_0x2903a7(0x1f5)],_0x11301f[_0x2903a7(0x213)])?_0x1f8719[_0x2903a7(0x211)](''+chalk[_0x2903a7(0x21e)][_0x2903a7(0x219)](_0x1865d3+_0x2903a7(0x279))):_0x1a849b['push'](''+_0x22e88a[_0x2903a7(0x21e)][_0x2903a7(0x219)](_0x571c2b+_0x2903a7(0x21f))));if(_0x11301f[_0x2903a7(0x225)](_0x3719bb,0x0)){if(_0x11301f[_0x2903a7(0x250)](_0x11301f[_0x2903a7(0x284)],_0x11301f['WRyVO']))_0x1f8719[_0x2903a7(0x211)](''+chalk[_0x2903a7(0x21e)][_0x2903a7(0x219)](_0x3719bb+_0x2903a7(0x1f7)));else{_0x1eaf75=_0x57c1ea;const _0x151708=_0x23ec73[_0x2903a7(0x20e)](_0x329734,_0x197282);_0xe3b0f8['exitCode']=_0x151708,_0x23ec73[_0x2903a7(0x1f3)](_0x313aa9[_0x2903a7(0x20b)],0x0)&&(_0xba1cb1[_0x2903a7(0x265)](_0x23ec73[_0x2903a7(0x226)]),_0x49adb2[_0x2903a7(0x263)](_0x2def53,_0x432a7f),_0x5cc54d[_0x2903a7(0x265)](_0x23ec73[_0x2903a7(0x20d)]),_0x1dcbbb['removeDir'](_0x34e7cb));}}const _0x1740b3=_0x11301f[_0x2903a7(0x244)](_0x11301f['ZDUhM'](_0x11301f[_0x2903a7(0x238)](_0x344cba,'('),_0x1f8719[_0x2903a7(0x206)](',\x20')),')');console['log'](_0x11301f[_0x2903a7(0x23a)](_0x11301f[_0x2903a7(0x238)](_0x11301f[_0x2903a7(0x270)](_0x11301f[_0x2903a7(0x25d)]('\x0a',_0x4de8f1),'\x0a'),_0x1740b3),'\x0a'));if(_0x11301f['beXRa'](_0x41d423,![])){if(_0x11301f[_0x2903a7(0x27f)](_0x11301f[_0x2903a7(0x267)],_0x11301f[_0x2903a7(0x286)]))return;else _0x1c8a75=0x1;}}else _0x5c1aa5[_0x2903a7(0x265)](_0x11301f[_0x2903a7(0x239)]),_0x2e4b52[_0x2903a7(0x263)](_0x2da735,_0x257bfc),_0x32aa28['debug'](_0x11301f[_0x2903a7(0x21b)]),_0x4a431c[_0x2903a7(0x222)](_0x4aa22f);}),_0x1c8a75;}async function run(_0x1bc421,_0x2b2e68){const _0x21f93d=a2_0xf402a6,_0x5b6e20={'bcYco':_0x21f93d(0x27d),'OlrGk':function(_0x381d3e,_0x3ffe30){return _0x381d3e!==_0x3ffe30;},'zMLgG':'IbcRD','wEDwx':_0x21f93d(0x246),'loQLR':function(_0x3bfc25,_0x3a5967){return _0x3bfc25===_0x3a5967;},'Jnpmg':_0x21f93d(0x236),'GgcWj':_0x21f93d(0x24f),'MbvQa':_0x21f93d(0x1ed),'kBQRA':function(_0x2b44d7,_0x28b188){return _0x2b44d7>_0x28b188;},'pMQRU':function(_0x292cd5,_0x4c7bb4){return _0x292cd5(_0x4c7bb4);},'fIfSs':'ctJxy','gAOID':_0x21f93d(0x209),'qiYgG':_0x21f93d(0x247),'GqjwF':'Removing\x20tmp\x20directory\x20created\x20for\x20reports','XQvzr':_0x21f93d(0x240),'KIyIw':_0x21f93d(0x258),'gFVXW':_0x21f93d(0x23d),'vgChl':_0x21f93d(0x232),'rbTLQ':function(_0x4ee75a,_0x2e4f65){return _0x4ee75a===_0x2e4f65;},'tQvwS':_0x21f93d(0x23e),'qbhcq':function(_0x2d0fe2,_0x20c456){return _0x2d0fe2-_0x20c456;},'Kotdn':function(_0x47e231,_0x44800e){return _0x47e231>=_0x44800e;},'jWHgJ':function(_0x556a39,_0x15e81b){return _0x556a39===_0x15e81b;},'oxrXf':_0x21f93d(0x1f6),'xOLis':_0x21f93d(0x25c),'pSLNL':function(_0x323da1,_0x4b8a8e,_0x45242c,_0x494cd7,_0x35213e,_0x1fc763){return _0x323da1(_0x4b8a8e,_0x45242c,_0x494cd7,_0x35213e,_0x1fc763);}},_0x135dd5=new BrowserStackSetup(_0x1bc421,_0x5b6e20['XQvzr']);await _0x135dd5[_0x21f93d(0x22f)](),await helper[_0x21f93d(0x217)](_0x135dd5[_0x21f93d(0x24d)]);const _0x857afb=[];if(!_0x135dd5[_0x21f93d(0x24d)]){if(_0x5b6e20['OlrGk'](_0x5b6e20[_0x21f93d(0x207)],_0x5b6e20['gFVXW']))return;else _0x111e44[_0x21f93d(0x211)](''+_0x511b16[_0x21f93d(0x21e)][_0x21f93d(0x219)](_0x249ef5+_0x21f93d(0x1f7)));}const _0x546718=_0x135dd5[_0x21f93d(0x24d)][_0x21f93d(0x1fe)],_0x1f973c=helper[_0x21f93d(0x21d)](_0x135dd5[_0x21f93d(0x24d)]);_0x135dd5[_0x21f93d(0x24d)][_0x21f93d(0x26c)][_0x21f93d(0x285)]((_0x527408,_0x2e951b)=>{const _0x5f1875=_0x21f93d,_0x2d5ac7={};_0x2d5ac7[_0x5f1875(0x1f2)]=_0x5b6e20['bcYco'];const _0x383c26=_0x2d5ac7;if(_0x5b6e20[_0x5f1875(0x273)](_0x5b6e20[_0x5f1875(0x215)],_0x5b6e20[_0x5f1875(0x22d)])){if(_0x1f973c)_0x5b6e20['loQLR'](_0x5b6e20[_0x5f1875(0x216)],_0x5b6e20[_0x5f1875(0x216)])?_0x857afb[_0x5f1875(0x211)](helper[_0x5f1875(0x212)](_0x135dd5[_0x5f1875(0x24d)],_0x5b6e20[_0x5f1875(0x281)],_0x2e951b)):_0x3db945['push'](_0x55bbdf['modifyBrowserStackCaps'](_0x43c3e9[_0x5f1875(0x24d)],_0x383c26['sLCeQ'],_0x59e596));else{if(_0x5b6e20[_0x5f1875(0x273)](_0x5b6e20['GgcWj'],_0x5b6e20[_0x5f1875(0x257)]))_0x857afb[_0x5f1875(0x211)](helper[_0x5f1875(0x220)](_0x135dd5[_0x5f1875(0x24d)],_0x5b6e20[_0x5f1875(0x281)],_0x2e951b));else return _0x5a25d9;}}else _0xeb7c52[_0x5f1875(0x211)](''+_0x3fbf28['bold']['red'](_0x33df14+_0x5f1875(0x23f)));});const _0x1bee44={'server':helper[_0x21f93d(0x25e)](_0x135dd5[_0x21f93d(0x24d)]),'proxySettings':_0x135dd5[_0x21f93d(0x24d)]['proxySettings'],'maxWorkers':_0x546718,'browserStackLogLevel':_0x135dd5[_0x21f93d(0x24d)][_0x21f93d(0x274)],'skipSessionName':_0x135dd5[_0x21f93d(0x24d)]['testContextOptions'][_0x21f93d(0x1f0)],'skipSessionStatus':_0x135dd5[_0x21f93d(0x24d)][_0x21f93d(0x283)]['skipSessionStatus'],'turboScaleUrl':_0x135dd5[_0x21f93d(0x24d)][_0x21f93d(0x201)]},_0x52f375=process['argv'],[_0x3ac9cd,_0xd3a5ec]=helper[_0x21f93d(0x266)](_0x52f375),_0x1c45e6=path[_0x21f93d(0x206)](process['cwd'](),_0x5b6e20[_0x21f93d(0x24b)]);if(_0x5b6e20[_0x21f93d(0x26e)](_0xd3a5ec[_0x21f93d(0x20b)],0x0)){if(_0x5b6e20[_0x21f93d(0x21a)](_0x5b6e20['tQvwS'],_0x5b6e20['tQvwS'])){helper[_0x21f93d(0x278)](_0x1c45e6);for(let _0x3e5737=_0x5b6e20[_0x21f93d(0x275)](_0x3ac9cd[_0x21f93d(0x20b)],0x1);_0x5b6e20[_0x21f93d(0x1f4)](_0x3e5737,0x0);_0x3e5737--){_0x5b6e20[_0x21f93d(0x237)](_0x5b6e20['oxrXf'],_0x5b6e20[_0x21f93d(0x20f)])?_0x3d93c0[_0x21f93d(0x211)](''+_0x45853d[_0x21f93d(0x21e)]['yellow'](_0x200ddf+_0x21f93d(0x279))):_0x52f375[_0x21f93d(0x241)](_0x3ac9cd[_0x3e5737],0x2);}}else _0x2519e8+=_0x5b6e20[_0x21f93d(0x26e)](_0x2b23cd,0x0)?'\x20('+_0x248ffa[_0x21f93d(0x21e)]['red'](_0x3721aa+'\x20failed')+')':'\x20('+_0x52f56f['bold'][_0x21f93d(0x205)](_0x78b9b5+'\x20passed')+')';}helper[_0x21f93d(0x22b)]();let _0x52fcda;_0x5b6e20['pSLNL'](parallelCucumberRun,_0x857afb,_0x1bee44,_0x135dd5[_0x21f93d(0x24d)],_0x52f375,_0xd3a5ec)[_0x21f93d(0x221)](async _0x102d53=>{const _0x156a45=_0x21f93d,_0x152b26={};_0x152b26[_0x156a45(0x1e9)]=_0x5b6e20['bcYco'];const _0x4a67d3=_0x152b26;_0x52fcda=_0x102d53;const _0x5be1eb=_0x5b6e20[_0x156a45(0x23c)](printCucumberStats,_0x102d53);process[_0x156a45(0x203)]=_0x5be1eb,_0x5b6e20[_0x156a45(0x26e)](_0xd3a5ec[_0x156a45(0x20b)],0x0)&&(_0x5b6e20[_0x156a45(0x273)](_0x5b6e20[_0x156a45(0x24c)],_0x5b6e20['gAOID'])?(logger[_0x156a45(0x265)](_0x5b6e20[_0x156a45(0x22e)]),helper[_0x156a45(0x263)](_0x1c45e6,_0xd3a5ec),logger['debug'](_0x5b6e20[_0x156a45(0x277)]),helper[_0x156a45(0x222)](_0x1c45e6)):_0x3efb2c[_0x156a45(0x211)](_0x3d7612[_0x156a45(0x212)](_0x342752['config'],_0x4a67d3[_0x156a45(0x1e9)],_0x2ec672)));})[_0x21f93d(0x255)](async()=>{const _0x1e6118=_0x21f93d;_0x135dd5[_0x1e6118(0x260)]=helper[_0x1e6118(0x223)](_0x52fcda,_0x5b6e20[_0x1e6118(0x281)]),await helper['finalExecution'](_0x135dd5);});}module[a2_0xf402a6(0x243)]=run;
|
|
2
|
+
'use strict';const a2_0x350018=a2_0x304a;(function(_0x515e31,_0x4c9a20){const _0x2d07c6=a2_0x304a,_0x2ba284=_0x515e31();while(!![]){try{const _0x40d26a=-parseInt(_0x2d07c6(0x1e3))/0x1*(-parseInt(_0x2d07c6(0x1bb))/0x2)+-parseInt(_0x2d07c6(0x1be))/0x3*(parseInt(_0x2d07c6(0x22f))/0x4)+-parseInt(_0x2d07c6(0x1d3))/0x5+-parseInt(_0x2d07c6(0x221))/0x6+-parseInt(_0x2d07c6(0x234))/0x7+-parseInt(_0x2d07c6(0x209))/0x8+parseInt(_0x2d07c6(0x1b3))/0x9;if(_0x40d26a===_0x4c9a20)break;else _0x2ba284['push'](_0x2ba284['shift']());}catch(_0x3e9600){_0x2ba284['push'](_0x2ba284['shift']());}}}(a2_0x1ff5,0xaadca));const fs=require('fs'),path=require(a2_0x350018(0x210)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x350018(0x1cb)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a2_0x350018(0x20d)),chalk=require(a2_0x350018(0x1f8));function a2_0x304a(_0x4702e8,_0x5195c0){const _0x1ff505=a2_0x1ff5();return a2_0x304a=function(_0x304a9e,_0x407231){_0x304a9e=_0x304a9e-0x1ab;let _0x15ee10=_0x1ff505[_0x304a9e];return _0x15ee10;},a2_0x304a(_0x4702e8,_0x5195c0);}function printCucumberStats(_0x281f1e){const _0x4907a8=a2_0x350018,_0x48a3b9={'SQvUu':_0x4907a8(0x1c2),'hfNLB':_0x4907a8(0x228),'xUQco':function(_0x45e39e,_0x4aee55){return _0x45e39e(_0x4aee55);},'HzwCO':function(_0x214009,_0x1daddc){return _0x214009>_0x1daddc;},'ofvdo':_0x4907a8(0x216),'ecqTl':function(_0x2c8041,_0x1e3e89){return _0x2c8041!==_0x1e3e89;},'RffOQ':'nlLwF','QEFlg':function(_0x2212df,_0xfc343a){return _0x2212df-_0xfc343a;},'FfMhg':function(_0x1481cb,_0x29ae3d){return _0x1481cb-_0x29ae3d;},'AmsvK':function(_0x539f08,_0x2da0f5){return _0x539f08>_0x2da0f5;},'jdlCR':function(_0x20ef25,_0x142f93){return _0x20ef25>_0x142f93;},'Orxpv':_0x4907a8(0x1b4),'xvdMP':'EPezT','nfveN':function(_0x3cd4a0,_0x117207){return _0x3cd4a0===_0x117207;},'powHf':_0x4907a8(0x1c6),'WkXdB':function(_0x442609,_0x5cb06e){return _0x442609>_0x5cb06e;},'jLQOF':function(_0x59b16a,_0x45d1c8){return _0x59b16a!==_0x45d1c8;},'xRmmo':'bqHxK','VeBMu':_0x4907a8(0x1e4),'yahOh':function(_0x1f50df,_0x3eb7cd){return _0x1f50df>_0x3eb7cd;},'tiHWu':'FcaWZ','OFKnT':_0x4907a8(0x1c7),'PSMGt':function(_0x2227af,_0x1edce8){return _0x2227af>_0x1edce8;},'lyqYR':_0x4907a8(0x1c9),'FTxvq':_0x4907a8(0x1ee),'jHart':function(_0x441cf7,_0x205746){return _0x441cf7!==_0x205746;},'WnXoh':_0x4907a8(0x22b),'xGIHo':'kSDre','hQrPv':function(_0x34dcaa,_0x4797e4){return _0x34dcaa!==_0x4797e4;},'bUvOj':_0x4907a8(0x1f2),'bqnXl':_0x4907a8(0x1e6),'SSLvd':function(_0x33002e,_0x4b89be){return _0x33002e>_0x4b89be;},'ZEUrm':function(_0x35a371,_0x57433f){return _0x35a371!==_0x57433f;},'jlIQj':_0x4907a8(0x202),'DZRFC':function(_0xd26e2e,_0x2a4538){return _0xd26e2e+_0x2a4538;},'oYoji':function(_0x4d8471,_0x138c96){return _0x4d8471+_0x138c96;},'CckPK':function(_0x3db181,_0x1ccdc2){return _0x3db181+_0x1ccdc2;},'SKfYz':function(_0x4b3822,_0x2c6db1){return _0x4b3822===_0x2c6db1;},'ScSuP':'VGiye','sLoME':'JgfvL','BkFhJ':function(_0x29f26b,_0x25cef8){return _0x29f26b===_0x25cef8;},'zojhD':function(_0x3e75f3,_0x1b77d4){return _0x3e75f3===_0x1b77d4;},'ccVWW':_0x4907a8(0x1fe),'kgftH':_0x4907a8(0x238),'JiYaw':_0x4907a8(0x1d5)};let _0x1631ca=0x0;if(_0x48a3b9['BkFhJ'](_0x281f1e[_0x4907a8(0x1e7)],0x0))return _0x48a3b9['zojhD'](_0x48a3b9[_0x4907a8(0x1af)],_0x48a3b9[_0x4907a8(0x1f5)])?_0x357114:_0x1631ca;return console[_0x4907a8(0x1ce)](chalk[_0x4907a8(0x1e0)]['bgWhite'](_0x48a3b9['JiYaw'])),_0x281f1e[_0x4907a8(0x1ad)](_0x2b7545=>{const _0x4cb04c=_0x4907a8;if(_0x48a3b9[_0x4cb04c(0x23a)](_0x48a3b9[_0x4cb04c(0x1fc)],_0x48a3b9[_0x4cb04c(0x1fc)]))_0x269b5c['push'](''+_0x4e941b[_0x4cb04c(0x1e0)][_0x4cb04c(0x1bc)](_0x4c4e22+_0x4cb04c(0x200)));else{const _0x456e51=_0x2b7545[0x0],_0x3ebf14=_0x2b7545[0x1];console[_0x4cb04c(0x1ce)]('\x0a'+chalk[_0x4cb04c(0x1e0)]['yellow'](''+helper[_0x4cb04c(0x205)](_0x456e51)));const _0x40f0b8=_0x3ebf14['scenarios'],_0xf5b4=_0x3ebf14[_0x4cb04c(0x224)],_0x5083d5=_0x3ebf14[_0x4cb04c(0x1d1)],_0x163892=_0x3ebf14[_0x4cb04c(0x1b7)],_0x2ebb72=_0x3ebf14[_0x4cb04c(0x211)],_0x28302f=_0x3ebf14[_0x4cb04c(0x1ff)],_0x294e7a=_0x3ebf14[_0x4cb04c(0x227)],_0x497451=_0x3ebf14['stepsUndefined'],_0x3e553e=_0x3ebf14['stepsUnknown'],_0x290767=_0x3ebf14[_0x4cb04c(0x21c)],_0x10582b=_0x3ebf14[_0x4cb04c(0x1c0)];let _0x2e3781=_0x40f0b8+_0x4cb04c(0x1ca);const _0x2879c9=_0x48a3b9[_0x4cb04c(0x22c)](_0x48a3b9['QEFlg'](_0x40f0b8,_0x5083d5),0x0)?_0x48a3b9[_0x4cb04c(0x1f1)](_0x40f0b8,_0x5083d5):0x0;if(_0x48a3b9[_0x4cb04c(0x237)](_0x5083d5,0x0)&&_0x48a3b9[_0x4cb04c(0x21d)](_0x2879c9,0x0))_0x48a3b9['ecqTl'](_0x48a3b9[_0x4cb04c(0x207)],_0x48a3b9['xvdMP'])?_0x2e3781+='\x20('+chalk['bold'][_0x4cb04c(0x21b)](_0x5083d5+_0x4cb04c(0x1de))+',\x20'+chalk[_0x4cb04c(0x1e0)][_0x4cb04c(0x1bc)](_0x2879c9+_0x4cb04c(0x200))+')':(_0x371cab['debug'](_0x48a3b9[_0x4cb04c(0x22e)]),_0x5bf460[_0x4cb04c(0x232)](_0x1a9d6f,_0x516d4a),_0x303596['debug'](_0x48a3b9[_0x4cb04c(0x1ae)]),_0x3e74c5[_0x4cb04c(0x1f6)](_0x3df6d2));else(_0x48a3b9[_0x4cb04c(0x21d)](_0x5083d5,0x0)||_0x48a3b9[_0x4cb04c(0x237)](_0x2879c9,0x0))&&(_0x48a3b9[_0x4cb04c(0x206)](_0x48a3b9['powHf'],_0x48a3b9[_0x4cb04c(0x1e5)])?_0x2e3781+=_0x48a3b9[_0x4cb04c(0x21d)](_0x5083d5,0x0)?'\x20('+chalk[_0x4cb04c(0x1e0)]['red'](_0x5083d5+_0x4cb04c(0x1de))+')':'\x20('+chalk['bold'][_0x4cb04c(0x1bc)](_0x2879c9+_0x4cb04c(0x200))+')':_0x41179e[_0x4cb04c(0x1d7)](''+_0x1db07e[_0x4cb04c(0x1e0)][_0x4cb04c(0x220)](_0x51852f+_0x4cb04c(0x1ef))));const _0x1b6a90=_0xf5b4+_0x4cb04c(0x1c1),_0x56f4c9=[];_0x48a3b9[_0x4cb04c(0x20e)](_0x290767,0x0)&&(_0x48a3b9[_0x4cb04c(0x1d0)](_0x48a3b9[_0x4cb04c(0x1ac)],_0x48a3b9[_0x4cb04c(0x1ac)])?_0x3f37db=0x1:_0x56f4c9[_0x4cb04c(0x1d7)](''+chalk[_0x4cb04c(0x1e0)][_0x4cb04c(0x21b)](_0x290767+_0x4cb04c(0x21e))));if(_0x48a3b9[_0x4cb04c(0x20e)](_0x163892,0x0)){if(_0x48a3b9[_0x4cb04c(0x206)](_0x48a3b9[_0x4cb04c(0x1bf)],_0x48a3b9[_0x4cb04c(0x1bf)]))_0x56f4c9[_0x4cb04c(0x1d7)](''+chalk[_0x4cb04c(0x1e0)][_0x4cb04c(0x21b)](_0x163892+_0x4cb04c(0x1de)));else return;}if(_0x48a3b9['yahOh'](_0x2ebb72,0x0)){if(_0x48a3b9[_0x4cb04c(0x1d0)](_0x48a3b9['tiHWu'],_0x48a3b9[_0x4cb04c(0x217)]))_0x56f4c9[_0x4cb04c(0x1d7)](''+chalk[_0x4cb04c(0x1e0)][_0x4cb04c(0x1bc)](_0x2ebb72+_0x4cb04c(0x200)));else{_0x404989=_0x39f733;const _0x5dde6f=_0x48a3b9['xUQco'](_0x4ddb23,_0x46e0cb);_0x245a7e[_0x4cb04c(0x223)]=_0x5dde6f,_0x48a3b9['HzwCO'](_0x2e851b[_0x4cb04c(0x1e7)],0x0)&&(_0x3c7939[_0x4cb04c(0x236)](_0x48a3b9[_0x4cb04c(0x22e)]),_0x5178af[_0x4cb04c(0x232)](_0x1efa48,_0x31bffc),_0x71600e[_0x4cb04c(0x236)](_0x48a3b9[_0x4cb04c(0x1ae)]),_0x317fcb[_0x4cb04c(0x1f6)](_0x5f48ca));}}_0x48a3b9[_0x4cb04c(0x1d4)](_0x294e7a,0x0)&&(_0x48a3b9[_0x4cb04c(0x23a)](_0x48a3b9[_0x4cb04c(0x1cd)],_0x48a3b9[_0x4cb04c(0x1e8)])?_0x56f4c9[_0x4cb04c(0x1d7)](''+chalk[_0x4cb04c(0x1e0)][_0x4cb04c(0x220)](_0x294e7a+'\x20pending')):_0x598782[_0x4cb04c(0x1d7)](_0x94cf40[_0x4cb04c(0x1e2)](_0x1791b8[_0x4cb04c(0x219)],_0x48a3b9[_0x4cb04c(0x208)],_0x1fbf8b)));_0x48a3b9[_0x4cb04c(0x1d4)](_0x28302f,0x0)&&(_0x48a3b9[_0x4cb04c(0x1b8)](_0x48a3b9[_0x4cb04c(0x1c5)],_0x48a3b9[_0x4cb04c(0x21a)])?_0x56f4c9[_0x4cb04c(0x1d7)](''+chalk[_0x4cb04c(0x1e0)][_0x4cb04c(0x20f)](_0x28302f+_0x4cb04c(0x1ef))):_0x1c1c3f+='\x20('+_0x4093b1[_0x4cb04c(0x1e0)]['red'](_0x6919c3+_0x4cb04c(0x1de))+',\x20'+_0x310450[_0x4cb04c(0x1e0)]['green'](_0x116ed2+_0x4cb04c(0x200))+')');_0x48a3b9[_0x4cb04c(0x20e)](_0x497451,0x0)&&(_0x48a3b9[_0x4cb04c(0x1ba)](_0x48a3b9['bUvOj'],_0x48a3b9[_0x4cb04c(0x218)])?_0x56f4c9['push'](''+chalk[_0x4cb04c(0x1e0)]['yellow'](_0x497451+'\x20undefined')):_0x18603a['push'](''+_0x40f307[_0x4cb04c(0x1e0)][_0x4cb04c(0x20f)](_0x5173af+_0x4cb04c(0x1ef))));_0x48a3b9[_0x4cb04c(0x1d9)](_0x3e553e,0x0)&&(_0x48a3b9['ZEUrm'](_0x48a3b9['jlIQj'],_0x48a3b9[_0x4cb04c(0x1fa)])?_0x193bf7[_0x4cb04c(0x1d7)](''+_0x3ba856['bold'][_0x4cb04c(0x220)](_0x3a071a+_0x4cb04c(0x1ec))):_0x56f4c9[_0x4cb04c(0x1d7)](''+chalk['bold']['yellow'](_0x3e553e+_0x4cb04c(0x1ef))));const _0x1ba211=_0x48a3b9[_0x4cb04c(0x1d6)](_0x48a3b9[_0x4cb04c(0x1d6)](_0x48a3b9['DZRFC'](_0x1b6a90,'('),_0x56f4c9[_0x4cb04c(0x230)](',\x20')),')');console['log'](_0x48a3b9[_0x4cb04c(0x1d6)](_0x48a3b9[_0x4cb04c(0x1d6)](_0x48a3b9[_0x4cb04c(0x1fd)](_0x48a3b9[_0x4cb04c(0x1b5)]('\x0a',_0x2e3781),'\x0a'),_0x1ba211),'\x0a')),_0x48a3b9[_0x4cb04c(0x1cc)](_0x10582b,![])&&(_0x48a3b9['nfveN'](_0x48a3b9[_0x4cb04c(0x1ea)],_0x48a3b9[_0x4cb04c(0x1b2)])?_0x3f9d7a['splice'](_0x53396c[_0x219330],0x2):_0x1631ca=0x1);}}),_0x1631ca;}async function run(_0x5bcbc6,_0xc49a6a){const _0x45b4ca=a2_0x350018,_0x5e42b6={'jqkSZ':function(_0x5cdbc9,_0x430c47){return _0x5cdbc9-_0x430c47;},'VYNAi':function(_0x5b0b1b,_0x2ba0ea){return _0x5b0b1b>=_0x2ba0ea;},'sWzcc':function(_0x5bed2f,_0x3d00e1){return _0x5bed2f>_0x3d00e1;},'kXjuF':function(_0x2a6655,_0x4a4ae1){return _0x2a6655!==_0x4a4ae1;},'IvWoK':'emWXr','IiaJv':_0x45b4ca(0x204),'NmPkY':_0x45b4ca(0x203),'OpbJu':'cucumber','lKdZw':function(_0x3acf60,_0x9333c9){return _0x3acf60!==_0x9333c9;},'ebPfT':_0x45b4ca(0x1cf),'BFJKI':_0x45b4ca(0x1ab),'FfrVQ':function(_0x1658f3,_0x3e6b32){return _0x1658f3(_0x3e6b32);},'OXGov':function(_0x50c7b2,_0x3177ad){return _0x50c7b2===_0x3177ad;},'gehEN':_0x45b4ca(0x1dd),'WvUUk':_0x45b4ca(0x1c2),'dsbeT':_0x45b4ca(0x228),'eHykG':_0x45b4ca(0x1df),'IVBdv':_0x45b4ca(0x239),'VWLiq':_0x45b4ca(0x1fb),'ARZwq':_0x45b4ca(0x214),'LEPwN':'ZlDbh','iXLqG':_0x45b4ca(0x1da),'kqwVd':_0x45b4ca(0x1d2),'hOmkG':function(_0x5ea043,_0x338339,_0x4ecaf9,_0x33766f,_0x7fbdd,_0x5466d7){return _0x5ea043(_0x338339,_0x4ecaf9,_0x33766f,_0x7fbdd,_0x5466d7);}},_0x79ccf1=new BrowserStackSetup(_0x5bcbc6,_0x5e42b6[_0x45b4ca(0x20a)]);await _0x79ccf1[_0x45b4ca(0x20b)](),await helper[_0x45b4ca(0x212)](_0x79ccf1[_0x45b4ca(0x219)]);const _0xbcf9f6=[];if(!_0x79ccf1[_0x45b4ca(0x219)]){if(_0x5e42b6[_0x45b4ca(0x1f3)](_0x5e42b6[_0x45b4ca(0x1b0)],_0x5e42b6['VWLiq']))return;else{_0x1430f8['createDir'](_0x455eac);for(let _0x1d6a36=_0x5e42b6[_0x45b4ca(0x1f4)](_0x591a57[_0x45b4ca(0x1e7)],0x1);_0x5e42b6[_0x45b4ca(0x226)](_0x1d6a36,0x0);_0x1d6a36--){_0x1d26b7[_0x45b4ca(0x1b6)](_0x42491e[_0x1d6a36],0x2);}}}const _0x3b7c1b=_0x79ccf1['config'][_0x45b4ca(0x213)],_0x1fdd5f=helper[_0x45b4ca(0x22a)](_0x79ccf1['config']);_0x79ccf1['config']['platforms'][_0x45b4ca(0x1ad)]((_0x298c48,_0x4886d2)=>{const _0x4f3079=_0x45b4ca;_0x5e42b6[_0x4f3079(0x21f)](_0x5e42b6[_0x4f3079(0x231)],_0x5e42b6[_0x4f3079(0x231)])?_0x47f5da['push'](''+_0x578a53[_0x4f3079(0x1e0)]['red'](_0x1c190b+_0x4f3079(0x1de))):_0x1fdd5f?_0x5e42b6['kXjuF'](_0x5e42b6['IiaJv'],_0x5e42b6[_0x4f3079(0x20c)])?_0xbcf9f6[_0x4f3079(0x1d7)](helper[_0x4f3079(0x1bd)](_0x79ccf1[_0x4f3079(0x219)],_0x5e42b6[_0x4f3079(0x215)],_0x4886d2)):_0x5c8502+=_0x5e42b6[_0x4f3079(0x1f9)](_0x8faa28,0x0)?'\x20('+_0x49d016['bold'][_0x4f3079(0x21b)](_0x33a1ee+_0x4f3079(0x1de))+')':'\x20('+_0x2f75b3['bold'][_0x4f3079(0x1bc)](_0x994af5+_0x4f3079(0x200))+')':_0x5e42b6['lKdZw'](_0x5e42b6[_0x4f3079(0x233)],_0x5e42b6[_0x4f3079(0x1e1)])?_0xbcf9f6[_0x4f3079(0x1d7)](helper[_0x4f3079(0x1e2)](_0x79ccf1[_0x4f3079(0x219)],_0x5e42b6[_0x4f3079(0x215)],_0x4886d2)):_0x1ede6f[_0x4f3079(0x1d7)](''+_0x19f949[_0x4f3079(0x1e0)][_0x4f3079(0x220)](_0x2f846c+_0x4f3079(0x225)));});const _0x231018={'server':helper['getHubUrl'](_0x79ccf1[_0x45b4ca(0x219)]),'proxySettings':_0x79ccf1['config'][_0x45b4ca(0x1c8)],'maxWorkers':_0x3b7c1b,'browserStackLogLevel':_0x79ccf1[_0x45b4ca(0x219)][_0x45b4ca(0x1b9)],'skipSessionName':_0x79ccf1[_0x45b4ca(0x219)][_0x45b4ca(0x1e9)][_0x45b4ca(0x1db)],'skipSessionStatus':_0x79ccf1[_0x45b4ca(0x219)][_0x45b4ca(0x1e9)][_0x45b4ca(0x235)],'turboScaleUrl':_0x79ccf1[_0x45b4ca(0x219)][_0x45b4ca(0x1ed)]},_0x218d0d=process['argv'],[_0x3865ac,_0x4284fb]=helper[_0x45b4ca(0x1c4)](_0x218d0d),_0x1e03fc=path[_0x45b4ca(0x230)](process[_0x45b4ca(0x1eb)](),_0x5e42b6['ARZwq']);if(_0x5e42b6[_0x45b4ca(0x1f9)](_0x4284fb['length'],0x0)){if(_0x5e42b6[_0x45b4ca(0x1f7)](_0x5e42b6['LEPwN'],_0x5e42b6[_0x45b4ca(0x1b1)])){helper['createDir'](_0x1e03fc);for(let _0x341fec=_0x5e42b6[_0x45b4ca(0x1f4)](_0x3865ac[_0x45b4ca(0x1e7)],0x1);_0x5e42b6[_0x45b4ca(0x226)](_0x341fec,0x0);_0x341fec--){_0x5e42b6[_0x45b4ca(0x21f)](_0x5e42b6[_0x45b4ca(0x22d)],_0x5e42b6['kqwVd'])?_0x218d0d['splice'](_0x3865ac[_0x341fec],0x2):_0x3f8b72[_0x45b4ca(0x1d7)](_0x592d30[_0x45b4ca(0x1bd)](_0x52d74d[_0x45b4ca(0x219)],_0x5e42b6[_0x45b4ca(0x215)],_0x26aa77));}}else _0x258395?_0x1e1d05[_0x45b4ca(0x1d7)](_0x559531[_0x45b4ca(0x1bd)](_0x51fb52[_0x45b4ca(0x219)],_0x5e42b6['OpbJu'],_0x5e9e7e)):_0x1b7b52[_0x45b4ca(0x1d7)](_0x368cf4[_0x45b4ca(0x1e2)](_0x2d5e23[_0x45b4ca(0x219)],_0x5e42b6[_0x45b4ca(0x215)],_0x91542e));}helper[_0x45b4ca(0x229)]();let _0x45f2ba;_0x5e42b6[_0x45b4ca(0x201)](parallelCucumberRun,_0xbcf9f6,_0x231018,_0x79ccf1[_0x45b4ca(0x219)],_0x218d0d,_0x4284fb)[_0x45b4ca(0x1c3)](async _0x28f921=>{const _0x1c4ed3=_0x45b4ca;_0x45f2ba=_0x28f921;const _0x51973d=_0x5e42b6['FfrVQ'](printCucumberStats,_0x28f921);process['exitCode']=_0x51973d,_0x5e42b6[_0x1c4ed3(0x1f9)](_0x4284fb[_0x1c4ed3(0x1e7)],0x0)&&(_0x5e42b6[_0x1c4ed3(0x1f7)](_0x5e42b6[_0x1c4ed3(0x1d8)],_0x5e42b6[_0x1c4ed3(0x1d8)])?(logger[_0x1c4ed3(0x236)](_0x5e42b6['WvUUk']),helper['mergeOutputFiles'](_0x1e03fc,_0x4284fb),logger[_0x1c4ed3(0x236)](_0x5e42b6[_0x1c4ed3(0x222)]),helper[_0x1c4ed3(0x1f6)](_0x1e03fc)):_0x38fb40[_0x1c4ed3(0x1d7)](''+_0x2d8e44[_0x1c4ed3(0x1e0)][_0x1c4ed3(0x21b)](_0x3d98ab+'\x20ambiguous')));})['finally'](async()=>{const _0x5d6ac4=_0x45b4ca;_0x79ccf1['errorMessage']=helper[_0x5d6ac4(0x1dc)](_0x45f2ba,_0x5e42b6[_0x5d6ac4(0x215)]),await helper[_0x5d6ac4(0x1f0)](_0x79ccf1);});}function a2_0x1ff5(){const _0x5c8f98=['splice','stepsFailed','jHart','logLevel','hQrPv','175256brSlIO','green','modifyBrowserStackW3CCaps','460521YTMprD','VeBMu','processSuccess','\x20steps','Generating\x20consolidated\x20report...','then','parseFormatters','WnXoh','ciBpk','MKOCl','proxySettings','SLVYC','\x20scenarios','../../helpers/helper','SKfYz','lyqYR','log','TFXub','jLQOF','scenariosFailed','jjyrq','3099580HnFxRG','PSMGt','****\x20RESULTS\x20****','DZRFC','push','gehEN','SSLvd','LeNJj','skipSessionName','getErrorMessageFromResults','hEkDI','\x20failed','cucumber-js','bold','BFJKI','modifyBrowserStackCaps','1wTVfyn','mZxAH','powHf','IfLWw','length','FTxvq','testContextOptions','ScSuP','cwd','\x20undefined','turboScaleUrl','adpET','\x20skipped','finalExecution','FfMhg','LwEyV','lKdZw','jqkSZ','kgftH','removeDir','OXGov','chalk','sWzcc','jlIQj','qziYj','RffOQ','oYoji','opAyd','stepsSkipped','\x20passed','hOmkG','BLEyM','xPFDO','lBUJH','getPlatformName','nfveN','Orxpv','ofvdo','3079608jstSCk','eHykG','initialize','NmPkY','../test-runner','WkXdB','cyan','path','stepsPassed','handleApp','parallelsPerPlatform','tmp','OpbJu','cucumber','OFKnT','bqnXl','config','xGIHo','red','stepsAmbiguous','jdlCR','\x20ambiguous','kXjuF','yellow','2350014ZDFsPJ','dsbeT','exitCode','steps','\x20pending','VYNAi','stepsPending','Removing\x20tmp\x20directory\x20created\x20for\x20reports','markSDKSetupComplete','useW3C','eFYFx','HzwCO','iXLqG','SQvUu','20BBhxfb','join','IvWoK','mergeOutputFiles','ebPfT','3421768yfdvxo','skipSessionStatus','debug','AmsvK','qwwWz','aPFMK','ecqTl','BfloR','xRmmo','forEach','hfNLB','ccVWW','IVBdv','LEPwN','sLoME','29386053WyPKdD','QpySn','CckPK'];a2_0x1ff5=function(){return _0x5c8f98;};return a2_0x1ff5();}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a3_0x28f11d=a3_0x4c42;(function(_0x31f702,_0x286b52){const _0x92bdff=a3_0x4c42,_0x454189=_0x31f702();while(!![]){try{const _0x210eac=parseInt(_0x92bdff(0x1fe))/0x1*(parseInt(_0x92bdff(0x1cc))/0x2)+-parseInt(_0x92bdff(0x1bf))/0x3*(-parseInt(_0x92bdff(0x222))/0x4)+-parseInt(_0x92bdff(0x1e0))/0x5+parseInt(_0x92bdff(0x225))/0x6*(-parseInt(_0x92bdff(0x1e3))/0x7)+parseInt(_0x92bdff(0x1b0))/0x8*(parseInt(_0x92bdff(0x1ee))/0x9)+-parseInt(_0x92bdff(0x1d6))/0xa*(parseInt(_0x92bdff(0x242))/0xb)+parseInt(_0x92bdff(0x1c4))/0xc;if(_0x210eac===_0x286b52)break;else _0x454189['push'](_0x454189['shift']());}catch(_0x1d1292){_0x454189['push'](_0x454189['shift']());}}}(a3_0x3dc6,0x3fab7));function a3_0x3dc6(){const _0x1193a7=['Zxfpp','FQZpa','beLhD','UNKNOWN','xtNFJ','wWZcq','NDMGm','actionLocation','CBjUU','fnbSj','CONFIG','supportCodeLibrary','testRunFinished','343688AYydxm','fJSpf','PMTor','@cucumber/cucumber','bXYxb','incrementCounter','NbgwG','testCaseAttempt','owsqs','WTzEd','testCaseStartedId','uikkB','zbooX','WoFJv','testRunStarted','__platform','../../../helpers/helper','dFQtc','pickle','jgzug','yyIyD','crosp','keyword','hNyxU','eScXk','env','nrhwz','snippetBuilder','parse','feature','YPbaE','FAILED','NQppV','log','rukrj','name','1768096DeQDRY','KNXjV','BkLQH','9102NXmoML','uRJtb','eventBroadcaster','XrUNg','cwd','YsIxS','sMNIz','ScmEH','bstack','isBstackHook','wuGtS','mTwVk','IrYFd','LsJmW','OenRF','tZTjW','fZPFe','YjTbu','CAekn','YeQVs','vTEDH','piWcj','mStEJ','EzRdI','message','aSagW','ykqiB','pxlNn','HoruF','380435TNHhFS','MboAO','sourceLocation','gEEpo','tgOeU','OzfxY','SKIPPED','yNwsm','bPDSY','VNaDN','GwEOO','XcVaV','BeOBE','thPUm','GCFpu','133816LJExpY','parseTestCaseAttempt','result','logTestCaseFinished','GZnNP','logTestRunFinished','SoTuD','nvKtV','lBZDF','miocD','Aulgu','rYpxn','testCaseFinished','cucumber-js/test.setup.js','xbWZk','3Ffpotm','envelope','FNfQR','capability','includes','2216124gfAIEC','\x20-\x20','AntPr','bPDgn','TIBen','OXJun','qmGKI','bUCEH','2ckxrNB','forEach','mjmDG','HSjsj','oraKy','aKxYh','gXxMi','status','vtQQD','fARmt','50UKULhC','PENDING','Bvhlr','tmbds','cOkWS','uri','tkIfL','getTestCaseAttempt','UNDEFINED','Executing\x20tests\x20for\x20','2273975Isynan','gRoNM','text','455vQOSOY','hZAQM','gteYJ','\x20\x20\x20\x20','ayMTT','eIPTm','QWzji','azypu','PASSED','lAyvR','gherkinDocument','9RTihrc','testCaseStarted','oDVTP'];a3_0x3dc6=function(){return _0x1193a7;};return a3_0x3dc6();}const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x28f11d(0x20e)),{Formatter,formatterHelpers,Status}=requireModule(a3_0x28f11d(0x201));function a3_0x4c42(_0x148816,_0x1076a8){const _0x3dc656=a3_0x3dc6();return a3_0x4c42=function(_0x4c42a3,_0x252466){_0x4c42a3=_0x4c42a3-0x1a7;let _0x1cf904=_0x3dc656[_0x4c42a3];return _0x1cf904;},a3_0x4c42(_0x148816,_0x1076a8);}class BrowserstackFormatter extends Formatter{constructor(_0x15844c){const _0x2b51e7=a3_0x28f11d,_0x4a3e37={'NDMGm':function(_0x4387f3,_0x8e256f){return _0x4387f3+_0x8e256f;},'jgzug':function(_0x4aed55,_0x100e4d){return _0x4aed55+_0x100e4d;},'crosp':function(_0x324abc,_0x117477){return _0x324abc!==_0x117477;},'WoFJv':function(_0x575f20,_0x2ab8a5){return _0x575f20(_0x2ab8a5);},'NatOc':'\x20\x20\x20\x20','Bvhlr':_0x2b51e7(0x1c5),'BkLQH':function(_0x58d9f2,_0x2f09c9){return _0x58d9f2===_0x2f09c9;},'piWcj':'FAILED','uRJtb':function(_0x16689e,_0x16f97a,_0x175932){return _0x16689e(_0x16f97a,_0x175932);},'eScXk':_0x2b51e7(0x1b2),'lBZDF':_0x2b51e7(0x23d),'GwEOO':function(_0x13d775,_0x2af625){return _0x13d775+_0x2af625;},'thPUm':function(_0x4cf9d3,_0x3f5622){return _0x4cf9d3===_0x3f5622;},'bUCEH':_0x2b51e7(0x23f),'tmbds':_0x2b51e7(0x233),'EzRdI':_0x2b51e7(0x204),'wWZcq':function(_0xc2a4d0,_0x4cbf92){return _0xc2a4d0!==_0x4cbf92;},'pxlNn':_0x2b51e7(0x22b),'CAekn':function(_0x22e76f,_0x1c9b68){return _0x22e76f!==_0x1c9b68;},'XcVaV':function(_0x3c7d9c,_0x13f7a7){return _0x3c7d9c!==_0x13f7a7;},'tZTjW':_0x2b51e7(0x1aa),'NWRAz':_0x2b51e7(0x1e5),'GCFpu':function(_0x19fda8,_0x3a3f67){return _0x19fda8+_0x3a3f67;},'SoTuD':_0x2b51e7(0x1e1),'YPbaE':_0x2b51e7(0x239),'mStEJ':_0x2b51e7(0x1c0)};super(_0x15844c),_0x15844c[_0x2b51e7(0x227)]['on'](_0x4a3e37[_0x2b51e7(0x23b)],_0x6c663c=>{const _0xd3cf24=_0x2b51e7,_0x96a16c={'yyIyD':function(_0x3d3cd8,_0x23dfd9){const _0x47ba16=a3_0x4c42;return _0x4a3e37[_0x47ba16(0x1f7)](_0x3d3cd8,_0x23dfd9);},'YeQVs':function(_0x2930ff,_0x4bc63b){const _0x4164c1=a3_0x4c42;return _0x4a3e37[_0x4164c1(0x1f7)](_0x2930ff,_0x4bc63b);},'bTGsP':function(_0xa0d634,_0x30d0f7){return _0x4a3e37['jgzug'](_0xa0d634,_0x30d0f7);},'gEEpo':_0x4a3e37['NatOc'],'xbWZk':_0x4a3e37[_0xd3cf24(0x1d8)],'hZAQM':function(_0x37eadf,_0x3e0791){const _0x5febd0=_0xd3cf24;return _0x4a3e37[_0x5febd0(0x224)](_0x37eadf,_0x3e0791);},'OzfxY':_0x4a3e37[_0xd3cf24(0x23a)],'gFjyM':function(_0x43e62c,_0x9324bc,_0xb68e72){const _0x284263=_0xd3cf24;return _0x4a3e37[_0x284263(0x226)](_0x43e62c,_0x9324bc,_0xb68e72);},'VrfAy':_0x4a3e37[_0xd3cf24(0x216)],'zbooX':_0x4a3e37[_0xd3cf24(0x1b8)],'LsJmW':function(_0x380391,_0x4de819){const _0x53e4cf=_0xd3cf24;return _0x4a3e37[_0x53e4cf(0x1ab)](_0x380391,_0x4de819);},'azypu':function(_0x4105f5,_0x681e35){const _0x2cd469=_0xd3cf24;return _0x4a3e37[_0x2cd469(0x211)](_0x4105f5,_0x681e35);},'fARmt':function(_0x209425,_0x4c3e52){const _0x4f0792=_0xd3cf24;return _0x4a3e37[_0x4f0792(0x1ab)](_0x209425,_0x4c3e52);}};if(_0x4a3e37[_0xd3cf24(0x1ae)](_0x4a3e37[_0xd3cf24(0x1cb)],_0x4a3e37[_0xd3cf24(0x1cb)])){if(_0x6c663c[_0xd3cf24(0x1ef)])_0x4a3e37['crosp'](_0x4a3e37[_0xd3cf24(0x1d9)],_0x4a3e37[_0xd3cf24(0x1d9)])?this[_0xd3cf24(0x21f)](_0x4a3e37[_0xd3cf24(0x1f7)](_0x4a3e37['jgzug']('\x0a',_0x17b7ab[_0xd3cf24(0x20d)]),'\x0a')):testSuites+=0x1;else{if(_0x6c663c[_0xd3cf24(0x20c)]){if(_0x4a3e37[_0xd3cf24(0x224)](_0x4a3e37['EzRdI'],_0x4a3e37[_0xd3cf24(0x23c)])){let _0x279bf5;if(_0x4a3e37[_0xd3cf24(0x1f6)](process[_0xd3cf24(0x217)][_0xd3cf24(0x1fb)],undefined)){if(_0x4a3e37['BkLQH'](_0x4a3e37[_0xd3cf24(0x240)],_0x4a3e37[_0xd3cf24(0x240)])){const _0x78643e=JSON[_0xd3cf24(0x21a)](process[_0xd3cf24(0x217)][_0xd3cf24(0x1fb)]);_0x279bf5=_0x78643e[_0xd3cf24(0x1c2)];}else{_0x29a86b+=0x1,this[_0xd3cf24(0x21f)](_0x96a16c['yyIyD'](_0x96a16c[_0xd3cf24(0x212)](_0x96a16c['YeQVs'](_0x96a16c[_0xd3cf24(0x238)](_0x96a16c['bTGsP'](_0x96a16c[_0xd3cf24(0x245)],_0x4224d6['keyword']),_0x120899['text']||''),_0x96a16c[_0xd3cf24(0x1be)]),_0x1deb7e[_0x508917['result'][_0xd3cf24(0x1d3)]]),'\x0a')),this[_0xd3cf24(0x203)](_0x505669[_0x2cba68[_0xd3cf24(0x1b2)][_0xd3cf24(0x1d3)]]);if(_0x96a16c[_0xd3cf24(0x1e4)](_0x228187[_0x240517['result'][_0xd3cf24(0x1d3)]],_0x96a16c[_0xd3cf24(0x247)])){_0x3335aa=!![];const _0x57d338=_0x96a16c['gFjyM'](_0x3965af,_0x103d8e,[_0x96a16c['VrfAy'],_0x96a16c[_0xd3cf24(0x20a)]]);_0x57d338&&(_0x15f45a[_0x96a16c['bTGsP'](_0x96a16c[_0xd3cf24(0x212)](_0x39589a[_0xd3cf24(0x1ed)][_0xd3cf24(0x21b)][_0xd3cf24(0x221)],_0x96a16c[_0xd3cf24(0x1be)]),_0x389a6a[_0xd3cf24(0x210)][_0xd3cf24(0x221)])]=_0x57d338,this['log'](_0x96a16c[_0xd3cf24(0x232)](_0x57d338,'\x0a')));}}}_0x4a3e37[_0xd3cf24(0x237)](_0x279bf5,undefined)&&(_0x4a3e37[_0xd3cf24(0x1ac)](_0x4a3e37[_0xd3cf24(0x234)],_0x4a3e37['NWRAz'])?(global[_0xd3cf24(0x20d)]=_0x4a3e37[_0xd3cf24(0x20b)](getPlatformName,_0x279bf5),this['log'](_0x4a3e37[_0xd3cf24(0x1af)](_0xd3cf24(0x1df)+global[_0xd3cf24(0x20d)],'\x0a'))):(_0x248839[_0x96a16c[_0xd3cf24(0x212)](_0x96a16c[_0xd3cf24(0x1ea)](_0x1edde7[_0xd3cf24(0x1ed)][_0xd3cf24(0x21b)][_0xd3cf24(0x221)],_0x96a16c[_0xd3cf24(0x1be)]),_0x45b32a[_0xd3cf24(0x210)]['name'])]=_0x3a6b63,this['log'](_0x96a16c[_0xd3cf24(0x1d5)](_0x5ed4f0,'\x0a'))));}else{let _0x79767f;if(_0x4a3e37[_0xd3cf24(0x213)](_0x96112e[_0xd3cf24(0x217)][_0xd3cf24(0x1fb)],_0x20f65f)){const _0xf612a8=_0x3f0e04[_0xd3cf24(0x21a)](_0x28ac47[_0xd3cf24(0x217)][_0xd3cf24(0x1fb)]);_0x79767f=_0xf612a8['capability'];}_0x4a3e37[_0xd3cf24(0x213)](_0x79767f,_0x12a698)&&(_0x38194e[_0xd3cf24(0x20d)]=_0x4a3e37[_0xd3cf24(0x20b)](_0x871c3a,_0x79767f),this[_0xd3cf24(0x21f)](_0x4a3e37['NDMGm']('Executing\x20tests\x20for\x20'+_0x46ab32[_0xd3cf24(0x20d)],'\x0a')));}}else{if(_0x6c663c[_0xd3cf24(0x1bc)])_0x4a3e37[_0xd3cf24(0x1ac)](_0x4a3e37['SoTuD'],_0x4a3e37[_0xd3cf24(0x1b6)])?_0x17675b+=0x1:this[_0xd3cf24(0x1b3)](_0x6c663c[_0xd3cf24(0x1bc)]);else _0x6c663c['testRunFinished']&&(_0x4a3e37[_0xd3cf24(0x1ae)](_0x4a3e37[_0xd3cf24(0x21c)],_0x4a3e37['YPbaE'])?this[_0xd3cf24(0x1b5)](_0x6c663c[_0xd3cf24(0x1fd)]):this[_0xd3cf24(0x1b3)](_0x5cffd4['testCaseFinished']));}}}else _0x3101eb+=0x1;});}['logTestCaseFinished'](_0x19b89e){const _0x46a5c5=a3_0x28f11d,_0x1bf761={'pGzjy':function(_0x2dd01c,_0x2e5509){return _0x2dd01c(_0x2e5509);},'bPDgn':function(_0x4d4229,_0x8ef893){return _0x4d4229+_0x8ef893;},'miocD':function(_0xa4e482,_0x2f05be,_0x5f321c){return _0xa4e482(_0x2f05be,_0x5f321c);},'WTzEd':_0x46a5c5(0x1b2),'nvKtV':_0x46a5c5(0x23d),'YsIxS':function(_0x14817e,_0x4cca34){return _0x14817e+_0x4cca34;},'dFQtc':function(_0x1c4896,_0x54f0f7){return _0x1c4896+_0x54f0f7;},'tkIfL':_0x46a5c5(0x1c5),'tgOeU':function(_0x4e8ab5,_0x5dc286){return _0x4e8ab5+_0x5dc286;},'mTwVk':function(_0x195021,_0x22cd30){return _0x195021!==_0x22cd30;},'qmGKI':_0x46a5c5(0x22d),'CBjUU':function(_0x2da9dd,_0x2e0c42){return _0x2da9dd+_0x2e0c42;},'AntPr':function(_0x181511,_0x407e35){return _0x181511+_0x407e35;},'KNXjV':function(_0xdb49b3,_0x30a219){return _0xdb49b3+_0x30a219;},'yNwsm':_0x46a5c5(0x1e6),'IrYFd':function(_0x562fdc,_0x45bbfe){return _0x562fdc===_0x45bbfe;},'aSagW':'FAILED','vtKwG':function(_0x4d5b18,_0x4a074c){return _0x4d5b18+_0x4a074c;},'YjTbu':function(_0x1ba170,_0x3431d3){return _0x1ba170+_0x3431d3;},'Zxfpp':'JFMWJ','FQZpa':_0x46a5c5(0x218),'XrUNg':function(_0x34fd04,_0x3f6e68){return _0x34fd04!==_0x3f6e68;},'qDKjB':function(_0x4066b8,_0x503e74){return _0x4066b8!==_0x503e74;},'Aulgu':_0x46a5c5(0x22f),'OXJun':function(_0xc154e6,_0x54b139){return _0xc154e6+_0x54b139;},'fZPFe':function(_0x412c2c,_0x43216d){return _0x412c2c+_0x43216d;},'eIPTm':function(_0x11db65,_0x30de3a){return _0x11db65===_0x30de3a;},'gXxMi':function(_0x2d6467,_0x4506cb){return _0x2d6467!==_0x4506cb;},'oDVTP':_0x46a5c5(0x1f3),'mjmDG':function(_0x3158ed,_0x5d0429,_0x223e15){return _0x3158ed(_0x5d0429,_0x223e15);},'hNyxU':_0x46a5c5(0x1e7),'LOLPw':_0x46a5c5(0x1cf),'uikkB':function(_0x80c24,_0x59c206){return _0x80c24+_0x59c206;},'bXYxb':function(_0x25de42,_0x31b0a8){return _0x25de42+_0x31b0a8;},'FNfQR':'cucumber-js/test.setup.js','QWzji':function(_0x37c2f8,_0x25b2ca){return _0x37c2f8===_0x25b2ca;},'bPDSY':_0x46a5c5(0x1d0),'rukrj':function(_0x1abfc6,_0xabeb48){return _0x1abfc6+_0xabeb48;},'tbFhv':function(_0x35a774,_0x2fd293){return _0x35a774+_0x2fd293;},'PBzTK':function(_0x5a39c9,_0x53c7fe){return _0x5a39c9!==_0x53c7fe;},'NQppV':_0x46a5c5(0x1ec)};_0x1bf761[_0x46a5c5(0x1d2)](global[_0x46a5c5(0x20d)],undefined)&&(_0x1bf761[_0x46a5c5(0x1e9)](_0x1bf761[_0x46a5c5(0x1a9)],_0x1bf761[_0x46a5c5(0x1a9)])?this[_0x46a5c5(0x21f)](_0x1bf761[_0x46a5c5(0x220)](_0x1bf761['fZPFe']('\x0a',global[_0x46a5c5(0x20d)]),'\x0a')):(_0x29a1fa[_0x46a5c5(0x20d)]=_0x1bf761['pGzjy'](_0x2f8366,_0x801a75),this['log'](_0x1bf761[_0x46a5c5(0x1c7)](_0x46a5c5(0x1df)+_0x4ba116[_0x46a5c5(0x20d)],'\x0a'))));const _0x218dcf=this['eventDataCollector'][_0x46a5c5(0x1dd)](_0x19b89e[_0x46a5c5(0x208)]);this[_0x46a5c5(0x21f)](_0x1bf761['tbFhv'](_0x1bf761['bPDgn'](_0x1bf761[_0x46a5c5(0x202)](_0x1bf761[_0x46a5c5(0x1c9)]('\x20\x20',_0x218dcf['gherkinDocument'][_0x46a5c5(0x21b)][_0x46a5c5(0x221)]),_0x1bf761[_0x46a5c5(0x1dc)]),_0x218dcf['pickle'][_0x46a5c5(0x221)]),'\x0a'));const _0xd8772c={};_0xd8772c[_0x46a5c5(0x229)]=this['cwd'],_0xd8772c[_0x46a5c5(0x219)]=this[_0x46a5c5(0x219)],_0xd8772c['supportCodeLibrary']=this[_0x46a5c5(0x1fc)],_0xd8772c[_0x46a5c5(0x205)]=_0x218dcf;const _0x6f9735=formatterHelpers[_0x46a5c5(0x1b1)](_0xd8772c);let _0x2b8d9b=![];_0x6f9735['testSteps'][_0x46a5c5(0x1cd)](_0x518fec=>{const _0x359ca1=_0x46a5c5;if(_0x1bf761['IrYFd'](_0x1bf761[_0x359ca1(0x1f1)],_0x1bf761[_0x359ca1(0x1f2)])){const _0x8eff06=_0x2b817a[_0x359ca1(0x21a)](_0x2b7030['env'][_0x359ca1(0x1fb)]);_0x5a37bb=_0x8eff06['capability'];}else{if(_0x1bf761[_0x359ca1(0x228)](_0x518fec[_0x359ca1(0x221)],_0x1bf761[_0x359ca1(0x1ca)])&&!this[_0x359ca1(0x22e)](_0x518fec)){if(_0x1bf761['qDKjB'](_0x1bf761[_0x359ca1(0x1ba)],_0x1bf761['Aulgu'])){_0x56b1ac=!![];const _0x3f505b=_0x1bf761['miocD'](_0xea7cad,_0x54705f,[_0x1bf761['WTzEd'],_0x1bf761['nvKtV']]);_0x3f505b&&(_0x2af8b7[_0x1bf761[_0x359ca1(0x22a)](_0x1bf761[_0x359ca1(0x20f)](_0x5163db[_0x359ca1(0x1ed)][_0x359ca1(0x21b)]['name'],_0x1bf761[_0x359ca1(0x1dc)]),_0x464fcd[_0x359ca1(0x210)][_0x359ca1(0x221)])]=_0x3f505b,this[_0x359ca1(0x21f)](_0x1bf761[_0x359ca1(0x246)](_0x3f505b,'\x0a')));}else{totalTests+=0x1,this[_0x359ca1(0x21f)](_0x1bf761[_0x359ca1(0x22a)](_0x1bf761[_0x359ca1(0x1c6)](_0x1bf761[_0x359ca1(0x1c9)](_0x1bf761['CBjUU'](_0x1bf761[_0x359ca1(0x235)](_0x1bf761['yNwsm'],_0x518fec['keyword']),_0x518fec[_0x359ca1(0x1e2)]||''),_0x1bf761[_0x359ca1(0x1dc)]),Status[_0x518fec[_0x359ca1(0x1b2)][_0x359ca1(0x1d3)]]),'\x0a')),this[_0x359ca1(0x203)](Status[_0x518fec[_0x359ca1(0x1b2)]['status']]);if(_0x1bf761[_0x359ca1(0x1e8)](Status[_0x518fec[_0x359ca1(0x1b2)][_0x359ca1(0x1d3)]],_0x1bf761[_0x359ca1(0x23e)])){if(_0x1bf761[_0x359ca1(0x1d2)](_0x1bf761['oDVTP'],_0x1bf761[_0x359ca1(0x1f0)]))return![];else{_0x2b8d9b=!![];const _0x7d174=_0x1bf761[_0x359ca1(0x1ce)](nestedKeyValue,_0x518fec,[_0x1bf761['WTzEd'],_0x1bf761[_0x359ca1(0x1b7)]]);if(_0x7d174){if(_0x1bf761[_0x359ca1(0x230)](_0x1bf761[_0x359ca1(0x215)],_0x1bf761['LOLPw']))testsErrorMessage[_0x1bf761[_0x359ca1(0x209)](_0x1bf761[_0x359ca1(0x223)](_0x218dcf[_0x359ca1(0x1ed)][_0x359ca1(0x21b)][_0x359ca1(0x221)],_0x1bf761[_0x359ca1(0x1dc)]),_0x218dcf[_0x359ca1(0x210)][_0x359ca1(0x221)])]=_0x7d174,this[_0x359ca1(0x21f)](_0x1bf761[_0x359ca1(0x202)](_0x7d174,'\x0a'));else{if(_0x1bf761[_0x359ca1(0x230)](_0x2feedc[_0x359ca1(0x221)],_0x1bf761[_0x359ca1(0x1ca)])&&!this[_0x359ca1(0x22e)](_0x40edd3)){_0x450168+=0x1,this[_0x359ca1(0x21f)](_0x1bf761[_0x359ca1(0x1f9)](_0x1bf761[_0x359ca1(0x1c6)](_0x1bf761['dFQtc'](_0x1bf761[_0x359ca1(0x223)](_0x1bf761['dFQtc'](_0x1bf761[_0x359ca1(0x1a8)],_0xea9aa9[_0x359ca1(0x214)]),_0x54550c[_0x359ca1(0x1e2)]||''),_0x1bf761[_0x359ca1(0x1dc)]),_0x58bda2[_0x480b63[_0x359ca1(0x1b2)][_0x359ca1(0x1d3)]]),'\x0a')),this[_0x359ca1(0x203)](_0x504240[_0x3fcbd4['result'][_0x359ca1(0x1d3)]]);if(_0x1bf761[_0x359ca1(0x231)](_0x75b2e0[_0x387c85[_0x359ca1(0x1b2)][_0x359ca1(0x1d3)]],_0x1bf761[_0x359ca1(0x23e)])){_0x365c43=!![];const _0x3a4918=_0x1bf761[_0x359ca1(0x1b9)](_0x55ba09,_0x29d08b,[_0x1bf761[_0x359ca1(0x207)],_0x1bf761[_0x359ca1(0x1b7)]]);_0x3a4918&&(_0x53142b[_0x1bf761[_0x359ca1(0x20f)](_0x1bf761['vtKwG'](_0x55a58f['gherkinDocument']['feature']['name'],_0x1bf761[_0x359ca1(0x1dc)]),_0x527db6[_0x359ca1(0x210)][_0x359ca1(0x221)])]=_0x3a4918,this[_0x359ca1(0x21f)](_0x1bf761[_0x359ca1(0x236)](_0x3a4918,'\x0a')));}}}}}}}}}});if(_0x2b8d9b){if(_0x1bf761['PBzTK'](_0x1bf761[_0x46a5c5(0x21e)],_0x1bf761[_0x46a5c5(0x21e)])){if(_0x1bf761[_0x46a5c5(0x228)](_0x576025[_0x46a5c5(0x244)],_0x398cf5))return![];if(_0x17d922[_0x46a5c5(0x1f8)]&&_0x589046[_0x46a5c5(0x1f8)][_0x46a5c5(0x1db)][_0x46a5c5(0x1c3)](_0x1bf761[_0x46a5c5(0x1c1)]))return!![];return![];}else testSuitesFailed+=0x1;}this[_0x46a5c5(0x21f)]('\x0a');}[a3_0x28f11d(0x1b5)](_0x229f05){}['isBstackHook'](_0x302e33){const _0x3379b8=a3_0x28f11d,_0x49e147={};_0x49e147['GZnNP']=function(_0x28c080,_0x332fcf){return _0x28c080!==_0x332fcf;},_0x49e147['owsqs']=function(_0x8d127b,_0x2e4554){return _0x8d127b!==_0x2e4554;},_0x49e147['BeOBE']=_0x3379b8(0x243),_0x49e147[_0x3379b8(0x1bb)]=_0x3379b8(0x241),_0x49e147[_0x3379b8(0x1fa)]=_0x3379b8(0x1bd),_0x49e147[_0x3379b8(0x1c8)]=function(_0x441952,_0x3a5dba){return _0x441952!==_0x3a5dba;},_0x49e147['vtQQD']='NCGiM';const _0x27fa03=_0x49e147;if(_0x27fa03[_0x3379b8(0x1b4)](_0x302e33[_0x3379b8(0x244)],undefined)){if(_0x27fa03[_0x3379b8(0x206)](_0x27fa03[_0x3379b8(0x1ad)],_0x27fa03['rYpxn']))return![];else this[_0x3379b8(0x1b5)](_0x43268d[_0x3379b8(0x1fd)]);}if(_0x302e33['actionLocation']&&_0x302e33[_0x3379b8(0x1f8)][_0x3379b8(0x1db)][_0x3379b8(0x1c3)](_0x27fa03[_0x3379b8(0x1fa)]))return _0x27fa03[_0x3379b8(0x1c8)](_0x27fa03['vtQQD'],_0x27fa03[_0x3379b8(0x1d4)])?!![]:!![];return![];}['incrementCounter'](_0x3214b6){const _0x38c3a0=a3_0x28f11d,_0x494a39={};_0x494a39[_0x38c3a0(0x22c)]=_0x38c3a0(0x21d),_0x494a39[_0x38c3a0(0x1da)]=_0x38c3a0(0x1eb),_0x494a39['IaSFJ']=_0x38c3a0(0x1a7),_0x494a39[_0x38c3a0(0x1d1)]=_0x38c3a0(0x1d7),_0x494a39[_0x38c3a0(0x1ff)]=_0x38c3a0(0x1de),_0x494a39[_0x38c3a0(0x1f5)]=_0x38c3a0(0x1f4),_0x494a39[_0x38c3a0(0x200)]='AMBIGUOUS';const _0x2f6009=_0x494a39;switch(_0x3214b6){case _0x2f6009['ScmEH']:testsFailed+=0x1;break;case _0x2f6009[_0x38c3a0(0x1da)]:testsPassed+=0x1;break;case _0x2f6009['IaSFJ']:testsSkipped+=0x1;break;case _0x2f6009[_0x38c3a0(0x1d1)]:testsPending+=0x1;break;case _0x2f6009[_0x38c3a0(0x1ff)]:testsUndefined+=0x1;break;case _0x2f6009[_0x38c3a0(0x1f5)]:testsUnknown+=0x1;break;case _0x2f6009[_0x38c3a0(0x200)]:testsAmbiguous+=0x1;break;default:break;}}}module['exports']=BrowserstackFormatter;
|
|
1
|
+
const a3_0x56526f=a3_0x3441;(function(_0x128c68,_0x487578){const _0x527acd=a3_0x3441,_0x574e98=_0x128c68();while(!![]){try{const _0x3d5ea9=-parseInt(_0x527acd(0x28e))/0x1+-parseInt(_0x527acd(0x229))/0x2+-parseInt(_0x527acd(0x279))/0x3*(parseInt(_0x527acd(0x261))/0x4)+parseInt(_0x527acd(0x200))/0x5+-parseInt(_0x527acd(0x228))/0x6*(parseInt(_0x527acd(0x209))/0x7)+parseInt(_0x527acd(0x214))/0x8+-parseInt(_0x527acd(0x221))/0x9*(-parseInt(_0x527acd(0x219))/0xa);if(_0x3d5ea9===_0x487578)break;else _0x574e98['push'](_0x574e98['shift']());}catch(_0x3cc274){_0x574e98['push'](_0x574e98['shift']());}}}(a3_0x526d,0x25b8b));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x56526f(0x265)),{Formatter,formatterHelpers,Status}=requireModule(a3_0x56526f(0x25e));function a3_0x526d(){const _0x1ddf2d=['tkyuj','PENDING','testRunFinished','log','1707620pfeUbU','YTJIc','result','jccmX','RArMx','LwWDd','UrhNN','eventDataCollector','9xBCwtr','envelope','Iijas','YTAnK','QXuMA','__platform','hLWrt','12QkVDUV','183794wNHnzc','isBstackHook','hOVpp','mowVA','Executing\x20tests\x20for\x20','gherkinDocument','EvQmN','actionLocation','testRunStarted','slDks','LliNt','nUZdA','sourceLocation','incrementCounter','XgOSZ','KGfse','yxBob','VsAib','capability','TVKpV','CgbZq','NPSbQ','TJESQ','QdMDv','SlQaq','EEiNi','vpyEH','uri','ZRgIO','logTestCaseFinished','ptluv','tNPfl','vMeuY','MfJOj','forEach','JuGDv','GTWtx','kvyoS','yWDZM','SGWEf','LNMZF','ZgMdd','logTestRunFinished','UNKNOWN','supportCodeLibrary','NqNZK','IAqFL','cYIwj','MptFp','EyXPb','axWVo','exports','cucumber-js/test.setup.js','@cucumber/cucumber','ubgcg','VJELS','4516WWerfU','bstack','fBENv','Busyw','../../../helpers/helper','CslTh','CfmKW','PuwMs','ymCVW','abnHI','HuKSt','testCaseStarted','UNDEFINED','UcKPn','parse','baTkx','BYWLK','name','qMTaa','ZpAJr','text','izceB','TfsTq','wFlaf','348xPjhrd','\x20-\x20','qHWDd','DaOmv','testSteps','eyFTc','dLdWe','xywOt','yDLxo','SKIPPED','ksXkY','DrNXR','parseTestCaseAttempt','FeJcy','eventBroadcaster','LKFEH','zvluf','DYSrV','snippetBuilder','testCaseFinished','xEIbm','88821KXwOIW','uiIfd','kpfeB','includes','lACIH','THEdl','LKAVI','iycRl','lNJKz','IlquN','sYWkm','\x20\x20\x20\x20','SEcvV','oYWcz','GsSNl','Ailox','message','PdQTE','AMBIGUOUS','JvTVV','770355yMPjrW','hhKcK','Eddtt','RQXoK','CONFIG','keyword','PYYML','env','aaXwE','170191rhuree','FAILED','dKkeo','cwd','feature','XFKPJ','uQFFJ','testCaseStartedId','GqAsf','status','pickle','1519856sYBkxG'];a3_0x526d=function(){return _0x1ddf2d;};return a3_0x526d();}function a3_0x3441(_0xc288ce,_0x2fb522){const _0x526d2b=a3_0x526d();return a3_0x3441=function(_0x344195,_0x37ec3d){_0x344195=_0x344195-0x1f2;let _0xdcbe51=_0x526d2b[_0x344195];return _0xdcbe51;},a3_0x3441(_0xc288ce,_0x2fb522);}class BrowserstackFormatter extends Formatter{constructor(_0x2fd862){const _0x3ed8ca=a3_0x56526f,_0x55d4b0={'XgOSZ':function(_0x976f2d,_0x380b88,_0x4210fe){return _0x976f2d(_0x380b88,_0x4210fe);},'hXbRc':_0x3ed8ca(0x21b),'CpALQ':_0x3ed8ca(0x1fc),'hLWrt':function(_0xffcd1b,_0xa314c3){return _0xffcd1b+_0xa314c3;},'TJESQ':function(_0x5ba1c3,_0x43eb3a){return _0x5ba1c3+_0x43eb3a;},'baTkx':'\x20-\x20','mowVA':function(_0x358fcb,_0x54596f){return _0x358fcb+_0x54596f;},'kucIC':function(_0x5247b9,_0x21e8c2){return _0x5247b9+_0x21e8c2;},'JqObc':_0x3ed8ca(0x1f7),'Eddtt':function(_0x554341,_0x7f77ff){return _0x554341===_0x7f77ff;},'ZpAJr':_0x3ed8ca(0x20a),'xywOt':function(_0x427709,_0x2f952b){return _0x427709!==_0x2f952b;},'tNPfl':_0x3ed8ca(0x24e),'GsSNl':function(_0x307894,_0x1f9519){return _0x307894===_0x1f9519;},'LKFEH':_0x3ed8ca(0x21e),'HuKSt':function(_0x3a6a0e,_0x4b1189){return _0x3a6a0e!==_0x4b1189;},'LKAVI':'DacFt','qwAxR':'SCgwX','dLdWe':_0x3ed8ca(0x28f),'sYWkm':function(_0x4adf81,_0x59912b){return _0x4adf81!==_0x59912b;},'EEiNi':_0x3ed8ca(0x293),'ptluv':function(_0x3b9a8c,_0x16ce49){return _0x3b9a8c(_0x16ce49);},'wInHV':function(_0x41fcab,_0x515905){return _0x41fcab+_0x515905;},'ZgMdd':_0x3ed8ca(0x289),'wIKMS':_0x3ed8ca(0x24f),'hOVpp':function(_0x2d9777,_0xfd48da){return _0x2d9777!==_0xfd48da;},'ZRgIO':_0x3ed8ca(0x206),'izceB':_0x3ed8ca(0x222)};super(_0x2fd862),_0x2fd862[_0x3ed8ca(0x287)]['on'](_0x55d4b0[_0x3ed8ca(0x276)],_0x2da654=>{const _0x90a12b=_0x3ed8ca,_0x22dbee={'CfmKW':function(_0x46af7a,_0x4f6737,_0x5b4b27){const _0x225ef0=a3_0x3441;return _0x55d4b0[_0x225ef0(0x237)](_0x46af7a,_0x4f6737,_0x5b4b27);},'eyFTc':_0x55d4b0['hXbRc'],'NqNZK':_0x55d4b0['CpALQ'],'lNJKz':function(_0x2768db,_0x407b3e){const _0x35f175=a3_0x3441;return _0x55d4b0[_0x35f175(0x227)](_0x2768db,_0x407b3e);},'EyXPb':function(_0x15bcec,_0x477acb){const _0x4f795d=a3_0x3441;return _0x55d4b0[_0x4f795d(0x23f)](_0x15bcec,_0x477acb);},'hhKcK':_0x55d4b0[_0x90a12b(0x270)],'ymCVW':function(_0x18a1ee,_0x51d975){const _0x202ba7=_0x90a12b;return _0x55d4b0[_0x202ba7(0x22c)](_0x18a1ee,_0x51d975);},'XFKPJ':function(_0x24650b,_0xd2c568){const _0x517271=_0x90a12b;return _0x55d4b0[_0x517271(0x23f)](_0x24650b,_0xd2c568);},'axWVo':function(_0xdd24c9,_0x86d134){return _0x55d4b0['kucIC'](_0xdd24c9,_0x86d134);},'CgbZq':_0x55d4b0['JqObc'],'dKkeo':function(_0x24ee0f,_0x32bbd4){const _0x4c0bd5=_0x90a12b;return _0x55d4b0[_0x4c0bd5(0x202)](_0x24ee0f,_0x32bbd4);},'CslTh':_0x55d4b0[_0x90a12b(0x274)],'MfJOj':function(_0x2013c2,_0x5d0115){const _0x442d14=_0x90a12b;return _0x55d4b0[_0x442d14(0x227)](_0x2013c2,_0x5d0115);}};if(_0x55d4b0[_0x90a12b(0x280)](_0x55d4b0[_0x90a12b(0x248)],_0x55d4b0[_0x90a12b(0x248)])){const _0x3a8f5c=_0x512842[_0x90a12b(0x26f)](_0x3ff687[_0x90a12b(0x207)][_0x90a12b(0x204)]);_0x1a39ac=_0x3a8f5c[_0x90a12b(0x23b)];}else{if(_0x2da654[_0x90a12b(0x26c)])_0x55d4b0[_0x90a12b(0x1fa)](_0x55d4b0[_0x90a12b(0x288)],_0x55d4b0[_0x90a12b(0x288)])?testSuites+=0x1:_0x414f0f+=0x1;else{if(_0x2da654[_0x90a12b(0x231)]){if(_0x55d4b0['HuKSt'](_0x55d4b0[_0x90a12b(0x1f2)],_0x55d4b0['qwAxR'])){let _0x308ef6;if(_0x55d4b0[_0x90a12b(0x280)](process[_0x90a12b(0x207)][_0x90a12b(0x204)],undefined)){if(_0x55d4b0[_0x90a12b(0x202)](_0x55d4b0[_0x90a12b(0x27f)],_0x55d4b0[_0x90a12b(0x27f)])){const _0x13b192=JSON[_0x90a12b(0x26f)](process[_0x90a12b(0x207)][_0x90a12b(0x204)]);_0x308ef6=_0x13b192[_0x90a12b(0x23b)];}else{_0x376099=!![];const _0x104f41=_0x22dbee[_0x90a12b(0x267)](_0x55609a,_0x1c488c,[_0x22dbee[_0x90a12b(0x27e)],_0x22dbee['NqNZK']]);_0x104f41&&(_0x3dfdaa[_0x22dbee['lNJKz'](_0x22dbee[_0x90a12b(0x25a)](_0x1b25a8[_0x90a12b(0x22e)][_0x90a12b(0x20d)][_0x90a12b(0x272)],_0x22dbee[_0x90a12b(0x201)]),_0x384858[_0x90a12b(0x213)][_0x90a12b(0x272)])]=_0x104f41,this[_0x90a12b(0x218)](_0x22dbee[_0x90a12b(0x269)](_0x104f41,'\x0a')));}}_0x55d4b0[_0x90a12b(0x1f6)](_0x308ef6,undefined)&&(_0x55d4b0[_0x90a12b(0x202)](_0x55d4b0[_0x90a12b(0x242)],_0x55d4b0[_0x90a12b(0x242)])?(global['__platform']=_0x55d4b0[_0x90a12b(0x247)](getPlatformName,_0x308ef6),this['log'](_0x55d4b0['wInHV']('Executing\x20tests\x20for\x20'+global[_0x90a12b(0x226)],'\x0a'))):this[_0x90a12b(0x253)](_0x1be6f2[_0x90a12b(0x217)]));}else{_0xb8976+=0x1,this[_0x90a12b(0x218)](_0x22dbee[_0x90a12b(0x1f4)](_0x22dbee[_0x90a12b(0x269)](_0x22dbee[_0x90a12b(0x20e)](_0x22dbee[_0x90a12b(0x25b)](_0x22dbee[_0x90a12b(0x1f4)](_0x22dbee[_0x90a12b(0x23d)],_0x27abca[_0x90a12b(0x205)]),_0x42237d[_0x90a12b(0x275)]||''),_0x22dbee[_0x90a12b(0x201)]),_0x8a6f9b[_0xf5a07e[_0x90a12b(0x21b)][_0x90a12b(0x212)]]),'\x0a')),this[_0x90a12b(0x236)](_0x38aa91[_0x1ec33d[_0x90a12b(0x21b)][_0x90a12b(0x212)]]);if(_0x22dbee[_0x90a12b(0x20b)](_0xa72235[_0x48ee1d[_0x90a12b(0x21b)][_0x90a12b(0x212)]],_0x22dbee[_0x90a12b(0x266)])){_0x2846a5=!![];const _0x5e5aac=_0x22dbee[_0x90a12b(0x267)](_0xf6f989,_0x4ec5bb,[_0x22dbee[_0x90a12b(0x27e)],_0x22dbee[_0x90a12b(0x256)]]);_0x5e5aac&&(_0x4a9305[_0x22dbee[_0x90a12b(0x25b)](_0x22dbee[_0x90a12b(0x24a)](_0x2fd4b1[_0x90a12b(0x22e)]['feature']['name'],_0x22dbee['hhKcK']),_0x2e4a5c[_0x90a12b(0x213)][_0x90a12b(0x272)])]=_0x5e5aac,this[_0x90a12b(0x218)](_0x22dbee[_0x90a12b(0x25b)](_0x5e5aac,'\x0a')));}}}else{if(_0x2da654[_0x90a12b(0x28c)]){if(_0x55d4b0[_0x90a12b(0x26b)](_0x55d4b0[_0x90a12b(0x252)],_0x55d4b0['wIKMS']))this[_0x90a12b(0x246)](_0x2da654[_0x90a12b(0x28c)]);else return!![];}else{if(_0x2da654[_0x90a12b(0x217)]){if(_0x55d4b0[_0x90a12b(0x22b)](_0x55d4b0[_0x90a12b(0x245)],_0x55d4b0[_0x90a12b(0x245)]))return![];else this[_0x90a12b(0x253)](_0x2da654['testRunFinished']);}}}}}});}[a3_0x56526f(0x246)](_0x54e55b){const _0x4e14ce=a3_0x56526f,_0x3f36e8={'cYIwj':function(_0x593ec6,_0x6104aa){return _0x593ec6!==_0x6104aa;},'YTJIc':_0x4e14ce(0x262),'LliNt':function(_0x4db98a,_0x32d399){return _0x4db98a+_0x32d399;},'uQFFJ':function(_0x2f56d7,_0x113127){return _0x2f56d7+_0x113127;},'MptFp':function(_0x125e3c,_0x5c8acf){return _0x125e3c+_0x5c8acf;},'lACIH':_0x4e14ce(0x1f7),'Ailox':_0x4e14ce(0x27a),'BYWLK':function(_0x5dc7fa,_0x811680){return _0x5dc7fa===_0x811680;},'JvTVV':_0x4e14ce(0x20a),'lrSdh':function(_0x10b5a3,_0xab7b7b,_0xb0fb1e){return _0x10b5a3(_0xab7b7b,_0xb0fb1e);},'tkyuj':_0x4e14ce(0x21b),'QXuMA':_0x4e14ce(0x1fc),'kpfeB':function(_0x42b5ee,_0x42e939){return _0x42b5ee+_0x42e939;},'PdQTE':function(_0x5866d9,_0xf2061d){return _0x5866d9+_0xf2061d;},'VJELS':_0x4e14ce(0x25d),'DYSrV':function(_0x338268,_0x9fa5ec){return _0x338268(_0x9fa5ec);},'TVKpV':_0x4e14ce(0x26e),'SlQaq':function(_0x51f28b,_0x41e5a9){return _0x51f28b!==_0x41e5a9;},'yDLxo':function(_0x55fd52,_0x1afdaf){return _0x55fd52!==_0x1afdaf;},'UrhNN':_0x4e14ce(0x28d),'SYQrG':function(_0x4ae356,_0x4d6390){return _0x4ae356+_0x4d6390;},'wFlaf':function(_0x3a944b,_0x28cb42){return _0x3a944b+_0x28cb42;},'EvQmN':function(_0x37eccd,_0x2f8c98){return _0x37eccd+_0x2f8c98;},'RQXoK':function(_0x529b77,_0x27790b){return _0x529b77===_0x27790b;},'AJgje':function(_0x4356af,_0x47eee3){return _0x4356af===_0x47eee3;},'KGfse':_0x4e14ce(0x277),'ksXkY':_0x4e14ce(0x208),'yGJPH':function(_0x18fdf4,_0x21417a,_0x18bfe8){return _0x18fdf4(_0x21417a,_0x18bfe8);},'fBENv':function(_0x486157,_0xb8417b){return _0x486157!==_0xb8417b;},'vMeuY':_0x4e14ce(0x239),'hbZwP':_0x4e14ce(0x23a),'HWXrD':function(_0x3732c5,_0x8ff87d){return _0x3732c5+_0x8ff87d;},'oYWcz':function(_0x545a69,_0x45a3d7){return _0x545a69+_0x45a3d7;},'Busyw':function(_0x1876fc,_0x1adcd5){return _0x1876fc!==_0x1adcd5;},'qHWDd':'unvCc','slDks':_0x4e14ce(0x224),'NPSbQ':function(_0x10aa26,_0x1057b9){return _0x10aa26+_0x1057b9;},'jccmX':function(_0x47b7f4,_0x6ff176){return _0x47b7f4+_0x6ff176;},'QdMDv':function(_0x14c256,_0x4c682e){return _0x14c256===_0x4c682e;},'ubgcg':_0x4e14ce(0x211)};if(_0x3f36e8[_0x4e14ce(0x258)](global[_0x4e14ce(0x226)],undefined)){if(_0x3f36e8[_0x4e14ce(0x264)](_0x3f36e8[_0x4e14ce(0x27b)],_0x3f36e8[_0x4e14ce(0x232)]))this['log'](_0x3f36e8[_0x4e14ce(0x23e)](_0x3f36e8[_0x4e14ce(0x20f)]('\x0a',global[_0x4e14ce(0x226)]),'\x0a'));else{if(_0x3f36e8['cYIwj'](_0x40d947[_0x4e14ce(0x272)],_0x3f36e8[_0x4e14ce(0x21a)])&&!this[_0x4e14ce(0x22a)](_0x43f47c)){_0x4adc72+=0x1,this[_0x4e14ce(0x218)](_0x3f36e8['LliNt'](_0x3f36e8[_0x4e14ce(0x20f)](_0x3f36e8[_0x4e14ce(0x233)](_0x3f36e8[_0x4e14ce(0x20f)](_0x3f36e8[_0x4e14ce(0x259)](_0x3f36e8['lACIH'],_0x5f1ce5[_0x4e14ce(0x205)]),_0x2209b7['text']||''),_0x3f36e8[_0x4e14ce(0x1fb)]),_0x484064[_0xca4bb4['result'][_0x4e14ce(0x212)]]),'\x0a')),this[_0x4e14ce(0x236)](_0x25d5e3[_0x21fc91[_0x4e14ce(0x21b)][_0x4e14ce(0x212)]]);if(_0x3f36e8[_0x4e14ce(0x271)](_0xb51411[_0x1ded55[_0x4e14ce(0x21b)]['status']],_0x3f36e8['JvTVV'])){_0x444960=!![];const _0x220925=_0x3f36e8['lrSdh'](_0x20a9a5,_0x4545d1,[_0x3f36e8[_0x4e14ce(0x215)],_0x3f36e8[_0x4e14ce(0x225)]]);_0x220925&&(_0x5acde0[_0x3f36e8[_0x4e14ce(0x290)](_0x3f36e8['kpfeB'](_0x44dbc6[_0x4e14ce(0x22e)][_0x4e14ce(0x20d)][_0x4e14ce(0x272)],_0x3f36e8[_0x4e14ce(0x1fb)]),_0x2c9b25[_0x4e14ce(0x213)][_0x4e14ce(0x272)])]=_0x220925,this[_0x4e14ce(0x218)](_0x3f36e8[_0x4e14ce(0x1fd)](_0x220925,'\x0a')));}}}}const _0x30e4f6=this[_0x4e14ce(0x220)]['getTestCaseAttempt'](_0x54e55b[_0x4e14ce(0x210)]);this[_0x4e14ce(0x218)](_0x3f36e8[_0x4e14ce(0x1fd)](_0x3f36e8[_0x4e14ce(0x21c)](_0x3f36e8[_0x4e14ce(0x1fd)](_0x3f36e8[_0x4e14ce(0x20f)]('\x20\x20',_0x30e4f6[_0x4e14ce(0x22e)][_0x4e14ce(0x20d)][_0x4e14ce(0x272)]),_0x3f36e8['Ailox']),_0x30e4f6[_0x4e14ce(0x213)][_0x4e14ce(0x272)]),'\x0a'));const _0x5ed71f={};_0x5ed71f[_0x4e14ce(0x20c)]=this['cwd'],_0x5ed71f[_0x4e14ce(0x28b)]=this[_0x4e14ce(0x28b)],_0x5ed71f[_0x4e14ce(0x255)]=this[_0x4e14ce(0x255)],_0x5ed71f['testCaseAttempt']=_0x30e4f6;const _0x221d27=formatterHelpers[_0x4e14ce(0x285)](_0x5ed71f);let _0x1984cd=![];_0x221d27[_0x4e14ce(0x27d)][_0x4e14ce(0x24b)](_0x407e14=>{const _0x3d84fe=_0x4e14ce,_0x9f0329={'TMSgz':function(_0x41469c,_0x50e52f){const _0x5366e8=a3_0x3441;return _0x3f36e8[_0x5366e8(0x258)](_0x41469c,_0x50e52f);},'abnHI':_0x3f36e8[_0x3d84fe(0x260)],'DaOmv':function(_0x5f0013,_0x436973){const _0x23d4e3=_0x3d84fe;return _0x3f36e8[_0x23d4e3(0x28a)](_0x5f0013,_0x436973);},'qMTaa':function(_0x2eddf1,_0x5ea596){const _0x5535c1=_0x3d84fe;return _0x3f36e8[_0x5535c1(0x233)](_0x2eddf1,_0x5ea596);},'JuGDv':_0x3f36e8[_0x3d84fe(0x1fb)]};if(_0x3f36e8[_0x3d84fe(0x258)](_0x3f36e8[_0x3d84fe(0x23c)],_0x3f36e8[_0x3d84fe(0x23c)])){if(_0x9f0329['TMSgz'](_0x19ca2c['sourceLocation'],_0x444f65))return![];if(_0x207fd2[_0x3d84fe(0x230)]&&_0x29061c[_0x3d84fe(0x230)]['uri'][_0x3d84fe(0x291)](_0x9f0329[_0x3d84fe(0x26a)]))return!![];return![];}else{if(_0x3f36e8[_0x3d84fe(0x241)](_0x407e14[_0x3d84fe(0x272)],_0x3f36e8['YTJIc'])&&!this[_0x3d84fe(0x22a)](_0x407e14)){if(_0x3f36e8[_0x3d84fe(0x281)](_0x3f36e8[_0x3d84fe(0x21f)],_0x3f36e8['UrhNN']))_0x279d01[_0x3d84fe(0x226)]=_0x9f0329[_0x3d84fe(0x27c)](_0x5acbec,_0x2885fb),this['log'](_0x9f0329[_0x3d84fe(0x273)]('Executing\x20tests\x20for\x20'+_0x44ce1d['__platform'],'\x0a'));else{totalTests+=0x1,this['log'](_0x3f36e8['SYQrG'](_0x3f36e8[_0x3d84fe(0x259)](_0x3f36e8['SYQrG'](_0x3f36e8[_0x3d84fe(0x278)](_0x3f36e8[_0x3d84fe(0x22f)](_0x3f36e8[_0x3d84fe(0x292)],_0x407e14['keyword']),_0x407e14[_0x3d84fe(0x275)]||''),_0x3f36e8[_0x3d84fe(0x1fb)]),Status[_0x407e14[_0x3d84fe(0x21b)]['status']]),'\x0a')),this['incrementCounter'](Status[_0x407e14[_0x3d84fe(0x21b)][_0x3d84fe(0x212)]]);if(_0x3f36e8[_0x3d84fe(0x203)](Status[_0x407e14['result'][_0x3d84fe(0x212)]],_0x3f36e8[_0x3d84fe(0x1ff)])){if(_0x3f36e8['AJgje'](_0x3f36e8[_0x3d84fe(0x238)],_0x3f36e8[_0x3d84fe(0x283)]))this[_0x3d84fe(0x246)](_0x20cb06[_0x3d84fe(0x28c)]);else{_0x1984cd=!![];const _0x30dbd8=_0x3f36e8['yGJPH'](nestedKeyValue,_0x407e14,[_0x3f36e8['tkyuj'],_0x3f36e8['QXuMA']]);_0x30dbd8&&(_0x3f36e8[_0x3d84fe(0x263)](_0x3f36e8[_0x3d84fe(0x249)],_0x3f36e8['hbZwP'])?(testsErrorMessage[_0x3f36e8[_0x3d84fe(0x290)](_0x3f36e8['HWXrD'](_0x30e4f6[_0x3d84fe(0x22e)][_0x3d84fe(0x20d)][_0x3d84fe(0x272)],_0x3f36e8[_0x3d84fe(0x1fb)]),_0x30e4f6[_0x3d84fe(0x213)][_0x3d84fe(0x272)])]=_0x30dbd8,this['log'](_0x3f36e8[_0x3d84fe(0x1f9)](_0x30dbd8,'\x0a'))):(_0x4ee214[_0x9f0329[_0x3d84fe(0x273)](_0x9f0329[_0x3d84fe(0x273)](_0x89886f[_0x3d84fe(0x22e)][_0x3d84fe(0x20d)][_0x3d84fe(0x272)],_0x9f0329[_0x3d84fe(0x24c)]),_0x59104d[_0x3d84fe(0x213)][_0x3d84fe(0x272)])]=_0x31ff6b,this['log'](_0x9f0329['qMTaa'](_0x9f9f48,'\x0a'))));}}}}}}),_0x1984cd&&(_0x3f36e8[_0x4e14ce(0x240)](_0x3f36e8[_0x4e14ce(0x25f)],_0x3f36e8[_0x4e14ce(0x25f)])?testSuitesFailed+=0x1:this['log'](_0x3f36e8[_0x4e14ce(0x22f)](_0x3f36e8[_0x4e14ce(0x1fd)]('\x0a',_0x39d719['__platform']),'\x0a'))),this[_0x4e14ce(0x218)]('\x0a');}[a3_0x56526f(0x253)](_0x1ae46c){}[a3_0x56526f(0x22a)](_0x32b6ec){const _0x4b1ee5=a3_0x56526f,_0x542578={'SGWEf':function(_0x50bf96,_0x4e0e1f){return _0x50bf96!==_0x4e0e1f;},'pgWTL':function(_0x5962bd,_0x11aff1){return _0x5962bd(_0x11aff1);},'PuwMs':function(_0x3025d5,_0xd7eb3e){return _0x3025d5+_0xd7eb3e;},'IlquN':function(_0x12d1bd,_0x265ffe){return _0x12d1bd===_0x265ffe;},'DrNXR':_0x4b1ee5(0x24d),'FeJcy':_0x4b1ee5(0x25d),'RArMx':_0x4b1ee5(0x223)};if(_0x542578[_0x4b1ee5(0x250)](_0x32b6ec[_0x4b1ee5(0x235)],undefined)){if(_0x542578[_0x4b1ee5(0x1f5)](_0x542578[_0x4b1ee5(0x284)],_0x542578[_0x4b1ee5(0x284)]))return![];else{let _0x7a191e;if(_0x542578['SGWEf'](_0x4f7ec7[_0x4b1ee5(0x207)]['CONFIG'],_0x24cc29)){const _0x394238=_0x33635b[_0x4b1ee5(0x26f)](_0x47cdb5[_0x4b1ee5(0x207)][_0x4b1ee5(0x204)]);_0x7a191e=_0x394238[_0x4b1ee5(0x23b)];}_0x542578[_0x4b1ee5(0x250)](_0x7a191e,_0x2b0d72)&&(_0x3f55b5['__platform']=_0x542578['pgWTL'](_0x40a53f,_0x7a191e),this['log'](_0x542578[_0x4b1ee5(0x268)](_0x4b1ee5(0x22d)+_0x5b07bc['__platform'],'\x0a')));}}if(_0x32b6ec[_0x4b1ee5(0x230)]&&_0x32b6ec[_0x4b1ee5(0x230)][_0x4b1ee5(0x244)][_0x4b1ee5(0x291)](_0x542578[_0x4b1ee5(0x286)])){if(_0x542578[_0x4b1ee5(0x250)](_0x542578['RArMx'],_0x542578[_0x4b1ee5(0x21d)]))_0x5c2769+=0x1;else return!![];}return![];}[a3_0x56526f(0x236)](_0x5d8e52){const _0x29c577=a3_0x56526f,_0x538a77={};_0x538a77[_0x29c577(0x234)]=_0x29c577(0x20a),_0x538a77[_0x29c577(0x243)]='PASSED',_0x538a77[_0x29c577(0x257)]=_0x29c577(0x282),_0x538a77[_0x29c577(0x1f3)]=_0x29c577(0x216),_0x538a77['syVNN']=_0x29c577(0x26d),_0x538a77[_0x29c577(0x251)]=_0x29c577(0x254),_0x538a77[_0x29c577(0x1f8)]=_0x29c577(0x1fe);const _0x3a9dbe=_0x538a77;switch(_0x5d8e52){case _0x3a9dbe[_0x29c577(0x234)]:testsFailed+=0x1;break;case _0x3a9dbe['vpyEH']:testsPassed+=0x1;break;case _0x3a9dbe[_0x29c577(0x257)]:testsSkipped+=0x1;break;case _0x3a9dbe[_0x29c577(0x1f3)]:testsPending+=0x1;break;case _0x3a9dbe['syVNN']:testsUndefined+=0x1;break;case _0x3a9dbe[_0x29c577(0x251)]:testsUnknown+=0x1;break;case _0x3a9dbe[_0x29c577(0x1f8)]:testsAmbiguous+=0x1;break;default:break;}}}module[a3_0x56526f(0x25c)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a4_0x4a16(){const _0x21666d=['LOHOg','logTestCaseFinished','pickle','yUWzM','exception','hvvtH','test-run-finished','\x20-\x20','VWvQs','test-run-started','TgysZ','UBykg','PUEJd','wHkXm','TwXKV','hXSJU','afyME','actionLocation','SKIPPED','eventBroadcaster','nsJWv','1455496eqllyz','vRQOF','uchtE','mwLyi','SKRvi','vqKkq','74432YzZzfG','parse','WtZxz','fwGzh','UJLDv','tXgAj','Esvcz','1165vTwkjn','Gmeuf','stack','FkfRr','gherkinDocument','jKecR','XLANS','somQI','QNPVX','MYQnb','ORVfk','WmzZl','WdNwI','length','Executing\x20tests\x20for\x20','XaZTO','lUKIl','vJjRX','hJuid','env','gfwSw','UNKNOWN','getTestCaseData','iszra','uBqYI','getStepLineToPickledStepMap','ympza','pisdZ','190619acalHS','QFCoG','wAFNQ','feature','LsfBE','14LlaoVr','UNDEFINED','status','HDehk','YiGNS','QGzHO','enttb','YEIHx','qkaYS','mOsjo','41OSkfgl','dWGNP','includes','RooEP','Jzzvk','YXxJn','117nQCBJY','result','xcduT','JGfPS','khdeM','SiRaN','dWKCX','ESybW','BNWEd','../../../helpers/helper','CCkdv','AQJzT','AjhtE','DTnRS','TuwQq','1306670xhJiSe','PENDING','omnyJ','FNCDw','aZcCc','NUvpy','jzeDk','AEJPa','test-case-finished','nBwZD','bmXov','WZzCS','oNpjs','JjAex','MLFmj','uri','knuhY','iDxEL','wcteJ','KsgQL','GinDq','UCQDB','log','WrKmz','eQyDl','MMfup','spHgC','cLFCK','UYMgd','BKSTR','text','\x20\x20\x20\x20BEFORE\x20-\x20','ZLfGV','RDzJA','FKhNa','WEdgl','RHjLe','TcguL','\x20\x20\x20\x20','__platform','KhRRe','IcIPQ','lAFrT','ufHGc','iuzln','BNnpJ','jlHsz','uIXOE','cucumber/lib/formatter/helpers/pickle_parser.js','fGKvY','zIBKy','uKCli','toUpperCase','gCZaS','fLsFJ','testCase','ixGwu','bYJsb','ffNBB','DTRhc','XHVto','WbsxI','SoleR','WzgvT','\x20\x20\x20\x20AFTER\x20-\x20','cYJpN','RIJMI','fZjZz','FAILED','XTqJa','5214846XbnERp','IoZkf','372SupsYg','capability','fjigA','AMBIGUOUS','TiEKX','CONFIG','KGRZX','cucumber-js/test_old.setup.js','5367027cvVPvy','bfFxm','KpqPP','undefined','uhxAE','OaWsw','name','oICgR','RfoOG','DOrAA','crAAd','YhgJx','tsBae','uPUZX','PRDON','steps','sourceLocation','HYqNW','line','bddlP','8684SCdVMu','MyDFc','NDJmb'];a4_0x4a16=function(){return _0x21666d;};return a4_0x4a16();}const a4_0x1b9563=a4_0x9944;(function(_0x28548e,_0x1e6199){const _0x411f4f=a4_0x9944,_0x9d3a5a=_0x28548e();while(!![]){try{const _0x38e8f4=parseInt(_0x411f4f(0x15b))/0x1*(parseInt(_0x411f4f(0x129))/0x2)+-parseInt(_0x411f4f(0x1c0))/0x3+-parseInt(_0x411f4f(0x1d4))/0x4*(-parseInt(_0x411f4f(0x130))/0x5)+-parseInt(_0x411f4f(0x1b6))/0x6+parseInt(_0x411f4f(0x151))/0x7*(parseInt(_0x411f4f(0x123))/0x8)+parseInt(_0x411f4f(0x161))/0x9*(parseInt(_0x411f4f(0x170))/0xa)+parseInt(_0x411f4f(0x14c))/0xb*(-parseInt(_0x411f4f(0x1b8))/0xc);if(_0x38e8f4===_0x1e6199)break;else _0x9d3a5a['push'](_0x9d3a5a['shift']());}catch(_0x199dca){_0x9d3a5a['push'](_0x9d3a5a['shift']());}}}(a4_0x4a16,0xdb74f));const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0x1b9563(0x16a)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a4_0x1b9563(0x1a0));class BrowserstackFormatter extends Formatter{constructor(_0x504437){const _0x1e5058=a4_0x1b9563,_0x4fe618={'BNWEd':function(_0x115b9b,_0x2dc13e){return _0x115b9b+_0x2dc13e;},'tXgAj':_0x1e5058(0x1b0),'WdNwI':function(_0x77a69d,_0x3b7a0e,_0x3976c8){return _0x77a69d(_0x3b7a0e,_0x3976c8);},'JjAex':_0x1e5058(0x112),'NFKhG':'stack','FkfRr':function(_0x422ab8,_0x58fd2f){return _0x422ab8+_0x58fd2f;},'SiRaN':function(_0x2b2f7d,_0x1f3fce){return _0x2b2f7d+_0x1f3fce;},'DTRhc':_0x1e5058(0x115),'AjhtE':function(_0x5aafc8,_0xe956f9){return _0x5aafc8+_0xe956f9;},'VDusu':function(_0x17559e,_0x2f4f8d){return _0x17559e(_0x2f4f8d);},'dWKCX':function(_0x2ffe61,_0x547d27){return _0x2ffe61+_0x547d27;},'TcguL':_0x1e5058(0x18f),'BKSTR':function(_0x1bd983,_0x4b40f4){return _0x1bd983!==_0x4b40f4;},'fwGzh':_0x1e5058(0x12f),'UCQDB':'TtQfJ','HYqNW':function(_0x52679,_0x55a2bf){return _0x52679===_0x55a2bf;},'tsBae':_0x1e5058(0x147),'AQJzT':_0x1e5058(0x188),'Gmeuf':function(_0x1bf57c,_0x37bcfe){return _0x1bf57c===_0x37bcfe;},'vqKkq':_0x1e5058(0x17b),'TiEKX':_0x1e5058(0x1ac),'nBwZD':function(_0x5ba192,_0x2ffb1e){return _0x5ba192(_0x2ffb1e);},'ffNBB':_0x1e5058(0x12d),'vJjRX':function(_0x52065d,_0x24035f){return _0x52065d+_0x24035f;},'aZcCc':function(_0x385107,_0x1aa99f){return _0x385107+_0x1aa99f;},'uchtE':'\x20\x20\x20\x20','afyME':function(_0x28d5ed,_0x5e9019){return _0x28d5ed(_0x5e9019);},'Ifxej':_0x1e5058(0x165),'MyDFc':_0x1e5058(0x1d7),'IcIPQ':function(_0x36da64,_0x5caf37){return _0x36da64+_0x5caf37;},'wcteJ':function(_0x264eeb,_0x124097){return _0x264eeb!==_0x124097;},'crAAd':_0x1e5058(0x18a),'nghjw':function(_0x3983fa,_0x7b861b,_0x1ffd45){return _0x3983fa(_0x7b861b,_0x1ffd45);},'jzeDk':'result','WbsxI':_0x1e5058(0x15a),'SoleR':_0x1e5058(0x117),'Jzzvk':'test-case-started','NUvpy':_0x1e5058(0x178),'oICgR':_0x1e5058(0x114),'OVcRW':'test-step-started'};super(_0x504437),_0x504437[_0x1e5058(0x121)]['on'](_0x4fe618[_0x1e5058(0x1ae)],()=>{const _0x14e526=_0x1e5058;if(_0x4fe618[_0x14e526(0x18d)](_0x4fe618[_0x14e526(0x12c)],_0x4fe618[_0x14e526(0x185)])){let _0x71256b;if(_0x4fe618[_0x14e526(0x18d)](process[_0x14e526(0x143)][_0x14e526(0x1bd)],undefined)){if(_0x4fe618[_0x14e526(0x1d1)](_0x4fe618[_0x14e526(0x1cc)],_0x4fe618[_0x14e526(0x16c)]))_0x1ea7c1[_0x14e526(0x186)](_0x4fe618[_0x14e526(0x169)](_0x4fe618['tXgAj'],_0x36f944[_0x14e526(0x162)][_0x14e526(0x153)][_0x14e526(0x1a4)]()));else{const _0x1ba03d=JSON[_0x14e526(0x12a)](process[_0x14e526(0x143)]['CONFIG']);_0x71256b=_0x1ba03d[_0x14e526(0x1b9)];}}if(_0x4fe618[_0x14e526(0x18d)](_0x71256b,undefined)){if(_0x4fe618[_0x14e526(0x131)](_0x4fe618[_0x14e526(0x128)],_0x4fe618[_0x14e526(0x1bc)])){_0x520e86=!![];const _0x2c649d=_0x4fe618[_0x14e526(0x13c)](_0x62bef7,_0x148719[_0x3382fd],[_0x4fe618[_0x14e526(0x17d)],_0x4fe618['NFKhG']]);_0x2c649d&&(_0x3e9870[_0x4fe618[_0x14e526(0x133)](_0x4fe618[_0x14e526(0x166)](_0x161cea[_0x14e526(0x134)][_0x14e526(0x14f)]['name'],_0x4fe618[_0x14e526(0x1ab)]),_0x323782[_0x14e526(0x110)]['name'])]=_0x2c649d,_0x1edac7[_0x14e526(0x186)](_0x4fe618[_0x14e526(0x16d)](_0x2c649d,'\x0a')));}else global[_0x14e526(0x197)]=_0x4fe618[_0x14e526(0x179)](getPlatformName,_0x71256b),console[_0x14e526(0x186)](_0x14e526(0x13e)+global[_0x14e526(0x197)]);}}else _0x4fe618['VDusu'](_0xbf098b,_0x51e1e3[_0x14e526(0x162)][_0x14e526(0x153)][_0x14e526(0x1a4)]()),_0x488de8?_0x363c11[_0x14e526(0x186)](_0x4fe618[_0x14e526(0x167)](_0x4fe618[_0x14e526(0x12e)],_0x4e4fba[_0x14e526(0x162)][_0x14e526(0x153)][_0x14e526(0x1a4)]())):_0x4833c3[_0x14e526(0x186)](_0x4fe618[_0x14e526(0x16d)](_0x4fe618[_0x14e526(0x195)],_0x575d41[_0x14e526(0x162)][_0x14e526(0x153)]['toUpperCase']()));}),_0x504437[_0x1e5058(0x121)]['on'](_0x4fe618[_0x1e5058(0x15f)],()=>{const _0x27b5a5=_0x1e5058,_0x39a884={'XTqJa':function(_0x141809,_0x4270af){const _0xa9d145=a4_0x9944;return _0x4fe618[_0xa9d145(0x167)](_0x141809,_0x4270af);},'uIXOE':_0x4fe618[_0x27b5a5(0x12e)]};_0x4fe618[_0x27b5a5(0x1d1)](_0x4fe618[_0x27b5a5(0x1aa)],_0x4fe618[_0x27b5a5(0x1aa)])?testSuites+=0x1:_0x2beba1[_0x27b5a5(0x186)](_0x39a884[_0x27b5a5(0x1b5)](_0x39a884[_0x27b5a5(0x19f)],_0x3fa43f[_0x1e268a][_0x27b5a5(0x153)]['toUpperCase']()));}),_0x504437[_0x1e5058(0x121)]['on'](_0x4fe618[_0x1e5058(0x175)],_0x24d882=>{const _0x2626ce=_0x1e5058;_0x4fe618[_0x2626ce(0x131)](_0x4fe618['Ifxej'],_0x4fe618[_0x2626ce(0x1d5)])?(_0x3dab07=!![],_0x3a608d[_0x2626ce(0x186)](_0x4fe618[_0x2626ce(0x141)](_0x4fe618[_0x2626ce(0x174)](_0x4fe618[_0x2626ce(0x167)](_0x4fe618[_0x2626ce(0x125)],_0x3ddb5c[_0x5ab200[_0x2626ce(0x1d0)]['line']][_0x2626ce(0x18e)]),_0x4fe618[_0x2626ce(0x1ab)]),_0x26b59e[_0x3c0532][_0x2626ce(0x153)][_0x2626ce(0x1a4)]())),_0x4fe618[_0x2626ce(0x11e)](_0x2ad972,_0x2a9417[_0x1aa8cd][_0x2626ce(0x153)][_0x2626ce(0x1a4)]())):this[_0x2626ce(0x10f)](_0x24d882);}),_0x504437[_0x1e5058(0x121)]['on'](_0x4fe618[_0x1e5058(0x1c7)],()=>{const _0x4266c4=_0x1e5058,_0x283e93={'DTnRS':function(_0x106f50,_0xbde414){const _0x32cd62=a4_0x9944;return _0x4fe618[_0x32cd62(0x199)](_0x106f50,_0xbde414);},'FKhNa':_0x4fe618['TcguL']};_0x4fe618[_0x4266c4(0x182)](_0x4fe618[_0x4266c4(0x1ca)],_0x4fe618['crAAd'])?_0x37a7e6[_0x4266c4(0x186)](_0x283e93[_0x4266c4(0x16e)](_0x283e93[_0x4266c4(0x192)],_0x6d7c53[_0x404767][_0x4266c4(0x153)][_0x4266c4(0x1a4)]())):totalTests-=0x2;}),_0x504437[_0x1e5058(0x121)]['on'](_0x4fe618['OVcRW'],()=>{const _0x2836ba=_0x1e5058;if(_0x4fe618[_0x2836ba(0x131)](_0x4fe618[_0x2836ba(0x1ad)],_0x4fe618[_0x2836ba(0x1ad)]))totalTests+=0x1;else{const _0x42b110=_0x4fe618['nghjw'](_0x2cb068,_0x1f109c,[_0x4fe618[_0x2836ba(0x176)],_0x4fe618[_0x2836ba(0x17d)],_0x4fe618['NFKhG']]);_0x42b110&&(_0x1462c3[_0x16eeae[_0x2836ba(0x1c6)]]=_0x42b110,_0x4888ef[_0x2836ba(0x186)](_0x4fe618[_0x2836ba(0x16d)](_0x42b110,'\x0a'))),_0x20ed1f=!![];}});}['logTestCaseFinished'](_0x5402c9){const _0x430a56=a4_0x1b9563,_0x2f3d32={'MYQnb':function(_0x4ea5b1,_0x1d6d55){return _0x4ea5b1+_0x1d6d55;},'uPUZX':_0x430a56(0x18f),'ZLfGV':function(_0x2f54bd,_0x4f2a5a){return _0x2f54bd===_0x4f2a5a;},'RHjLe':_0x430a56(0x144),'SKRvi':_0x430a56(0x1b4),'PUEJd':'PASSED','kvzYp':_0x430a56(0x120),'jlHsz':_0x430a56(0x171),'uBqYI':_0x430a56(0x152),'TwXKV':_0x430a56(0x145),'IoZkf':_0x430a56(0x1bb),'NDJmb':_0x430a56(0x1bf),'ESybW':function(_0x78ff25,_0x4c3158){return _0x78ff25(_0x4c3158);},'KGRZX':_0x430a56(0x1b0),'MLFmj':function(_0x369b66,_0xa2398c){return _0x369b66+_0xa2398c;},'YEIHx':function(_0x3f0f37,_0x50f0c1){return _0x3f0f37(_0x50f0c1);},'JGfPS':function(_0xc4310c,_0x2aa262){return _0xc4310c+_0x2aa262;},'QFCoG':function(_0x5e124b,_0x5029af){return _0x5e124b+_0x5029af;},'jKecR':_0x430a56(0x196),'WmzZl':_0x430a56(0x115),'DOrAA':function(_0xf83692,_0x50fc4e){return _0xf83692(_0x50fc4e);},'TuwQq':function(_0x403330,_0x4c744b){return _0x403330!==_0x4c744b;},'lAFrT':function(_0x41ec7b,_0x5255a5){return _0x41ec7b(_0x5255a5);},'xcduT':function(_0x2d32a6,_0x2af6ff){return _0x2d32a6+_0x2af6ff;},'fLsFJ':function(_0x34ee28,_0x223294){return _0x34ee28!==_0x223294;},'AEJPa':_0x430a56(0x13a),'fjigA':function(_0x4bf07f,_0x1ab609){return _0x4bf07f!==_0x1ab609;},'iuzln':_0x430a56(0x1af),'KsgQL':function(_0x515d6e,_0x81c66c){return _0x515d6e+_0x81c66c;},'YiGNS':function(_0x4d0a41,_0x48cf11){return _0x4d0a41+_0x48cf11;},'RIJMI':_0x430a56(0x16b),'adMnB':_0x430a56(0x111),'SQxRO':function(_0xaf6aa,_0x5bec15){return _0xaf6aa!==_0x5bec15;},'ixGwu':_0x430a56(0x187),'WEdgl':function(_0x2c0191,_0x58d294){return _0x2c0191(_0x58d294);},'ufHGc':function(_0x16c4f3,_0x202c35){return _0x16c4f3===_0x202c35;},'MlhhT':_0x430a56(0x1c4),'CFiby':_0x430a56(0x1a3),'hXSJU':function(_0x490a11,_0x164b69){return _0x490a11+_0x164b69;},'cYJpN':function(_0x371214,_0x4e71e4){return _0x371214===_0x4e71e4;},'PRDON':_0x430a56(0x13f),'OGJTr':_0x430a56(0x198),'hvvtH':function(_0x35eab2,_0x5a9476){return _0x35eab2+_0x5a9476;},'VWvQs':_0x430a56(0x136),'axdlm':function(_0x4a4ef1,_0x154296,_0x40df71){return _0x4a4ef1(_0x154296,_0x40df71);},'OtLdG':'result','fGKvY':'exception','UYMgd':_0x430a56(0x132),'RDzJA':function(_0x3caddf,_0x100906){return _0x3caddf===_0x100906;},'enttb':_0x430a56(0x126),'fZjZz':function(_0xd86081,_0x5b6c40){return _0xd86081+_0x5b6c40;},'nsJWv':function(_0x20d5b8,_0x2ef4b3){return _0x20d5b8+_0x2ef4b3;},'TgysZ':function(_0x6923cd,_0x154623){return _0x6923cd+_0x154623;},'GinDq':function(_0x412232,_0x389f7a){return _0x412232+_0x389f7a;},'oNpjs':_0x430a56(0x180),'omnyJ':function(_0x3aabc4,_0x5327a5){return _0x3aabc4+_0x5327a5;},'bddlP':_0x430a56(0x1c3),'dWGNP':_0x430a56(0x1a2),'bmXov':function(_0x21ad51,_0x46272d){return _0x21ad51+_0x46272d;},'ympza':function(_0x1c3685,_0x48c13c){return _0x1c3685+_0x48c13c;},'bGEnI':function(_0x4dd8d1,_0x5b2619){return _0x4dd8d1<_0x5b2619;},'qkaYS':function(_0x560fd0,_0x35e3ed){return _0x560fd0!==_0x35e3ed;},'BNnpJ':_0x430a56(0x173),'OaWsw':function(_0x575eb0,_0x17b340){return _0x575eb0+_0x17b340;},'WtZxz':_0x430a56(0x1c1),'QcmiI':_0x430a56(0x1cb),'JTwxK':function(_0x3de930,_0x3de6c7){return _0x3de930!==_0x3de6c7;},'UBykg':_0x430a56(0x1c8),'elTNc':_0x430a56(0x189),'gCZaS':function(_0x2ae084,_0x5c7739){return _0x2ae084===_0x5c7739;},'wAFNQ':'URKNY','cLFCK':_0x430a56(0x11b),'bYJsb':function(_0x4e9168,_0x1cc806){return _0x4e9168+_0x1cc806;},'LsfBE':function(_0x516619,_0x488702){return _0x516619!==_0x488702;},'somQI':'VpPba','QEAcJ':_0x430a56(0x156),'HDehk':function(_0x5b0a9b,_0xb607d0){return _0x5b0a9b===_0xb607d0;},'RooEP':function(_0x2092b1,_0x21ffe3,_0x4aaea4){return _0x2092b1(_0x21ffe3,_0x4aaea4);},'Wqgyw':function(_0x221f0a,_0x182888){return _0x221f0a+_0x182888;},'iDxEL':function(_0x27de36,_0x3c65e1){return _0x27de36+_0x3c65e1;},'hJuid':function(_0x3dcfeb,_0x2da66d){return _0x3dcfeb+_0x2da66d;}};let _0x2753d9=![];function _0x6cab29(_0xfe7a67){const _0x242774=_0x430a56,_0x16e489={'lUKIl':function(_0x715bf5,_0x8036c4){return _0x2f3d32['MYQnb'](_0x715bf5,_0x8036c4);},'YXxJn':_0x2f3d32['uPUZX']};if(_0x2f3d32[_0x242774(0x190)](_0x2f3d32[_0x242774(0x194)],_0x2f3d32[_0x242774(0x194)]))switch(_0xfe7a67){case _0x2f3d32[_0x242774(0x127)]:testsFailed+=0x1;break;case _0x2f3d32[_0x242774(0x11a)]:testsPassed+=0x1;break;case _0x2f3d32['kvzYp']:testsSkipped+=0x1;break;case _0x2f3d32[_0x242774(0x19e)]:testsPending+=0x1;break;case _0x2f3d32[_0x242774(0x148)]:testsUndefined+=0x1;break;case _0x2f3d32[_0x242774(0x11c)]:testsUnknown+=0x1;break;case _0x2f3d32[_0x242774(0x1b7)]:testsAmbiguous+=0x1;break;default:break;}else _0x278166['log'](_0x16e489[_0x242774(0x140)](_0x16e489[_0x242774(0x160)],_0x2dfac7['result'][_0x242774(0x153)]['toUpperCase']()));}_0x2f3d32['fjigA'](global['__platform'],undefined)&&(_0x2f3d32[_0x430a56(0x16f)](_0x2f3d32[_0x430a56(0x17c)],_0x2f3d32[_0x430a56(0x17c)])?!_0x5c94bb[_0x430a56(0x11f)][_0x430a56(0x17f)][_0x430a56(0x15d)](_0x2f3d32[_0x430a56(0x1d6)])&&(_0x2f3d32['ESybW'](_0x2a4c88,_0x30b292[_0x51122e][_0x430a56(0x153)][_0x430a56(0x1a4)]()),_0x31bd45?_0x436708[_0x430a56(0x186)](_0x2f3d32[_0x430a56(0x139)](_0x2f3d32[_0x430a56(0x1be)],_0x346599[_0x1e9566][_0x430a56(0x153)]['toUpperCase']())):_0x5625fc['log'](_0x2f3d32[_0x430a56(0x17e)](_0x2f3d32[_0x430a56(0x1cd)],_0x518b25[_0x59095a][_0x430a56(0x153)][_0x430a56(0x1a4)]()))):console['log'](_0x2f3d32[_0x430a56(0x172)](_0x2f3d32[_0x430a56(0x1b3)]('\x0a',global[_0x430a56(0x197)]),'\x0a')));let _0x149594=![];if(_0x2f3d32[_0x430a56(0x1ba)](typeof this['eventDataCollector'][_0x430a56(0x146)],_0x2f3d32[_0x430a56(0x1d3)])){if(_0x2f3d32[_0x430a56(0x190)](_0x2f3d32[_0x430a56(0x15c)],_0x2f3d32[_0x430a56(0x15c)])){var _0x16dcb8=this['eventDataCollector']['getTestCaseData'](_0x5402c9[_0x430a56(0x1d0)]),_0x554cf3=_0x16dcb8[_0x430a56(0x110)],_0x3c21de=_0x16dcb8[_0x430a56(0x1a7)];console['log'](_0x2f3d32[_0x430a56(0x11d)]('\x20\x20',_0x554cf3[_0x430a56(0x1c6)]));var _0x2b1bdb=(0x0,pickleParser[_0x430a56(0x149)])(_0x554cf3);_0x3c21de[_0x430a56(0x1cf)]['forEach'](function(_0x252f5e){const _0x2f967f=_0x430a56,_0x29a840={'vRQOF':function(_0x252b25,_0x285525){const _0xabe41a=a4_0x9944;return _0x2f3d32[_0xabe41a(0x163)](_0x252b25,_0x285525);},'pisdZ':_0x2f3d32[_0x2f967f(0x13b)],'QNPVX':_0x2f3d32[_0x2f967f(0x1d6)],'KpqPP':function(_0x1b3286,_0x4ac9f7){const _0x24aeac=_0x2f967f;return _0x2f3d32[_0x24aeac(0x1c9)](_0x1b3286,_0x4ac9f7);},'eduCa':_0x2f3d32[_0x2f967f(0x1be)],'uEqtJ':_0x2f3d32[_0x2f967f(0x1cd)]};if(_0x2f3d32[_0x2f967f(0x1a6)](_0x2f3d32[_0x2f967f(0x177)],_0x2f3d32[_0x2f967f(0x177)]))_0x5298e9[_0x2f967f(0x197)]=_0x2f3d32[_0x2f967f(0x158)](_0x38b9f8,_0x2c96de),_0x584a79[_0x2f967f(0x186)]('Executing\x20tests\x20for\x20'+_0x2fdfe4['__platform']);else{if(_0x252f5e[_0x2f967f(0x11f)]&&_0x252f5e['sourceLocation'])_0x2f3d32[_0x2f967f(0x1ba)](_0x2f3d32[_0x2f967f(0x19c)],_0x2f3d32[_0x2f967f(0x19c)])?(_0x287268[_0x29a840[_0x2f967f(0x124)](_0x29a840[_0x2f967f(0x124)](_0x1e73e1[_0x2f967f(0x134)]['feature'][_0x2f967f(0x1c6)],_0x29a840[_0x2f967f(0x14b)]),_0x471d08[_0x2f967f(0x110)][_0x2f967f(0x1c6)])]=_0x186174,_0x5a0849[_0x2f967f(0x186)](_0x29a840[_0x2f967f(0x124)](_0x3cd4cc,'\x0a'))):(_0x2753d9=!![],console[_0x2f967f(0x186)](_0x2f3d32[_0x2f967f(0x183)](_0x2f3d32['YiGNS'](_0x2f3d32[_0x2f967f(0x17e)](_0x2f3d32[_0x2f967f(0x135)],_0x2b1bdb[_0x252f5e['sourceLocation'][_0x2f967f(0x1d2)]][_0x2f967f(0x18e)]),_0x2f3d32['WmzZl']),_0x252f5e[_0x2f967f(0x162)]['status'][_0x2f967f(0x1a4)]())),_0x2f3d32[_0x2f967f(0x168)](_0x6cab29,_0x252f5e['result'][_0x2f967f(0x153)][_0x2f967f(0x1a4)]()));else _0x252f5e[_0x2f967f(0x11f)]&&(_0x2f3d32[_0x2f967f(0x190)](_0x2f3d32[_0x2f967f(0x1b2)],_0x2f3d32['adMnB'])?!_0x4384ff[_0x2f967f(0x11f)][_0x2f967f(0x17f)][_0x2f967f(0x15d)](_0x29a840[_0x2f967f(0x138)])&&(_0x29a840[_0x2f967f(0x1c2)](_0x2110fc,_0x61f409[_0x2f967f(0x162)]['status'][_0x2f967f(0x1a4)]()),_0x352ec7?_0x1124bb['log'](_0x29a840[_0x2f967f(0x124)](_0x29a840['eduCa'],_0x4701a1[_0x2f967f(0x162)][_0x2f967f(0x153)][_0x2f967f(0x1a4)]())):_0x50a023['log'](_0x29a840[_0x2f967f(0x124)](_0x29a840['uEqtJ'],_0x35147b[_0x2f967f(0x162)][_0x2f967f(0x153)][_0x2f967f(0x1a4)]()))):!_0x252f5e[_0x2f967f(0x11f)][_0x2f967f(0x17f)][_0x2f967f(0x15d)](_0x2f3d32[_0x2f967f(0x1d6)])&&(_0x2f3d32['SQxRO'](_0x2f3d32[_0x2f967f(0x1a8)],_0x2f3d32[_0x2f967f(0x1a8)])?_0x397649+=0x1:(_0x2f3d32[_0x2f967f(0x193)](_0x6cab29,_0x252f5e[_0x2f967f(0x162)][_0x2f967f(0x153)]['toUpperCase']()),_0x2753d9?_0x2f3d32[_0x2f967f(0x19b)](_0x2f3d32['MlhhT'],_0x2f3d32['CFiby'])?_0x4ae940-=0x2:console[_0x2f967f(0x186)](_0x2f3d32['hXSJU'](_0x2f3d32[_0x2f967f(0x1be)],_0x252f5e[_0x2f967f(0x162)][_0x2f967f(0x153)][_0x2f967f(0x1a4)]())):_0x2f3d32[_0x2f967f(0x1b1)](_0x2f3d32[_0x2f967f(0x1ce)],_0x2f3d32['OGJTr'])?(_0x14fffc=!![],_0x5b52da[_0x2f967f(0x186)](_0x2f3d32[_0x2f967f(0x164)](_0x2f3d32[_0x2f967f(0x17e)](_0x2f3d32[_0x2f967f(0x14d)](_0x2f3d32[_0x2f967f(0x135)],_0x3a5589[_0x2183c7[_0x2f967f(0x1d0)]['line']]['text']),_0x2f3d32[_0x2f967f(0x13b)]),_0x2a7204[_0x2f967f(0x162)][_0x2f967f(0x153)]['toUpperCase']())),_0x2f3d32[_0x2f967f(0x1c9)](_0x244855,_0x1153d3[_0x2f967f(0x162)][_0x2f967f(0x153)][_0x2f967f(0x1a4)]())):console[_0x2f967f(0x186)](_0x2f3d32[_0x2f967f(0x113)](_0x2f3d32[_0x2f967f(0x1cd)],_0x252f5e[_0x2f967f(0x162)]['status'][_0x2f967f(0x1a4)]())))));if(_0x2f3d32[_0x2f967f(0x19b)](_0x252f5e[_0x2f967f(0x162)]['status'][_0x2f967f(0x1a4)](),_0x2f3d32[_0x2f967f(0x127)])){if(_0x2f3d32['ZLfGV'](_0x2f3d32[_0x2f967f(0x116)],_0x2f3d32[_0x2f967f(0x116)])){const _0x1e2a14=_0x2f3d32['axdlm'](nestedKeyValue,_0x252f5e,[_0x2f3d32['OtLdG'],_0x2f3d32['fGKvY'],_0x2f3d32['UYMgd']]);if(_0x1e2a14){if(_0x2f3d32[_0x2f967f(0x191)](_0x2f3d32[_0x2f967f(0x157)],_0x2f3d32[_0x2f967f(0x157)]))testsErrorMessage[_0x554cf3[_0x2f967f(0x1c6)]]=_0x1e2a14,console[_0x2f967f(0x186)](_0x2f3d32['fZjZz'](_0x1e2a14,'\x0a'));else{let _0x3e0e02;if(_0x2f3d32[_0x2f967f(0x16f)](_0x126666['env'][_0x2f967f(0x1bd)],_0x23883b)){const _0x12b5e5=_0x3da06c[_0x2f967f(0x12a)](_0x303deb[_0x2f967f(0x143)][_0x2f967f(0x1bd)]);_0x3e0e02=_0x12b5e5[_0x2f967f(0x1b9)];}_0x2f3d32[_0x2f967f(0x16f)](_0x3e0e02,_0x294377)&&(_0x1f7921[_0x2f967f(0x197)]=_0x2f3d32[_0x2f967f(0x19a)](_0x4ed6c5,_0x3e0e02),_0x2229a5['log'](_0x2f967f(0x13e)+_0x485478[_0x2f967f(0x197)]));}}_0x149594=!![];}else this[_0x2f967f(0x10f)](_0x4d8bd9);}}});}else _0x2826d0+=0x1;}else{const _0x5d451a=this['eventDataCollector']['getTestCaseAttempt'](_0x5402c9);console['log'](_0x2f3d32[_0x430a56(0x118)](_0x2f3d32[_0x430a56(0x17a)](_0x2f3d32[_0x430a56(0x14a)]('\x20\x20',_0x5d451a[_0x430a56(0x134)][_0x430a56(0x14f)]['name']),_0x2f3d32[_0x430a56(0x13b)]),_0x5d451a[_0x430a56(0x110)][_0x430a56(0x1c6)]));const _0x30891f=(0x0,pickleParser[_0x430a56(0x149)])(_0x5d451a['pickle']),_0x104f1f=_0x5d451a[_0x430a56(0x1a7)][_0x430a56(0x1cf)],_0x344116=_0x5d451a['stepResults'],_0x26f2c1=_0x104f1f[_0x430a56(0x13d)];for(let _0x318fe5=0x0;_0x2f3d32['bGEnI'](_0x318fe5,_0x26f2c1);_0x318fe5++){const _0x4ff591=_0x104f1f[_0x318fe5];if(_0x4ff591['actionLocation']&&_0x4ff591[_0x430a56(0x1d0)])_0x2f3d32[_0x430a56(0x159)](_0x2f3d32[_0x430a56(0x19d)],_0x2f3d32['BNnpJ'])?(_0x2f3d32[_0x430a56(0x193)](_0x4e0fd8,_0x4a2cc3[_0x1703d9]['status'][_0x430a56(0x1a4)]()),_0x119f45?_0x566e18[_0x430a56(0x186)](_0x2f3d32[_0x430a56(0x122)](_0x2f3d32[_0x430a56(0x1be)],_0x4d42b7[_0xb5b7d4][_0x430a56(0x153)][_0x430a56(0x1a4)]())):_0xdd1c4f[_0x430a56(0x186)](_0x2f3d32['TgysZ'](_0x2f3d32['uPUZX'],_0x2bb4e4[_0x2060ff][_0x430a56(0x153)][_0x430a56(0x1a4)]()))):(_0x2753d9=!![],console[_0x430a56(0x186)](_0x2f3d32[_0x430a56(0x1c5)](_0x2f3d32[_0x430a56(0x122)](_0x2f3d32['YiGNS'](_0x2f3d32[_0x430a56(0x135)],_0x30891f[_0x4ff591['sourceLocation']['line']][_0x430a56(0x18e)]),_0x2f3d32['WmzZl']),_0x344116[_0x318fe5]['status'][_0x430a56(0x1a4)]())),_0x2f3d32[_0x430a56(0x168)](_0x6cab29,_0x344116[_0x318fe5][_0x430a56(0x153)][_0x430a56(0x1a4)]()));else{if(_0x4ff591[_0x430a56(0x11f)]){if(_0x2f3d32[_0x430a56(0x159)](_0x2f3d32[_0x430a56(0x12b)],_0x2f3d32['QcmiI'])){if(!_0x4ff591['actionLocation'][_0x430a56(0x17f)]['includes'](_0x2f3d32[_0x430a56(0x1d6)])){if(_0x2f3d32['JTwxK'](_0x2f3d32[_0x430a56(0x119)],_0x2f3d32['elTNc'])){_0x2f3d32[_0x430a56(0x168)](_0x6cab29,_0x344116[_0x318fe5][_0x430a56(0x153)][_0x430a56(0x1a4)]());if(_0x2753d9)_0x2f3d32[_0x430a56(0x1a5)](_0x2f3d32[_0x430a56(0x14e)],_0x2f3d32[_0x430a56(0x18b)])?_0x3f9abd['log'](_0x2f3d32[_0x430a56(0x163)](_0x2f3d32[_0x430a56(0x184)]('\x0a',_0x31cee3[_0x430a56(0x197)]),'\x0a')):console[_0x430a56(0x186)](_0x2f3d32[_0x430a56(0x1a9)](_0x2f3d32[_0x430a56(0x1be)],_0x344116[_0x318fe5]['status'][_0x430a56(0x1a4)]()));else{if(_0x2f3d32[_0x430a56(0x150)](_0x2f3d32[_0x430a56(0x137)],_0x2f3d32['QEAcJ']))console[_0x430a56(0x186)](_0x2f3d32[_0x430a56(0x113)](_0x2f3d32[_0x430a56(0x1cd)],_0x344116[_0x318fe5][_0x430a56(0x153)][_0x430a56(0x1a4)]()));else{const _0x3d912c=_0xec879['parse'](_0x145191[_0x430a56(0x143)][_0x430a56(0x1bd)]);_0x2d7123=_0x3d912c[_0x430a56(0x1b9)];}}}else _0x41a917+=0x1;}}else _0x4f53fc[_0x54f3cb['name']]=_0x44c1f8,_0x5235c9[_0x430a56(0x186)](_0x2f3d32[_0x430a56(0x155)](_0x959621,'\x0a'));}}if(_0x2f3d32[_0x430a56(0x154)](_0x344116[_0x318fe5][_0x430a56(0x153)][_0x430a56(0x1a4)](),_0x2f3d32[_0x430a56(0x127)])){_0x149594=!![];const _0x510f99=_0x2f3d32[_0x430a56(0x15e)](nestedKeyValue,_0x344116[_0x318fe5],[_0x2f3d32[_0x430a56(0x1a1)],_0x2f3d32[_0x430a56(0x18c)]]);_0x510f99&&(testsErrorMessage[_0x2f3d32['Wqgyw'](_0x2f3d32[_0x430a56(0x181)](_0x5d451a[_0x430a56(0x134)][_0x430a56(0x14f)][_0x430a56(0x1c6)],_0x2f3d32['WmzZl']),_0x5d451a['pickle'][_0x430a56(0x1c6)])]=_0x510f99,console[_0x430a56(0x186)](_0x2f3d32[_0x430a56(0x142)](_0x510f99,'\x0a')));}}}_0x149594&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a4_0x9944(_0x274839,_0x308cbb){const _0x4a163c=a4_0x4a16();return a4_0x9944=function(_0x9944ea,_0x2fcf3e){_0x9944ea=_0x9944ea-0x10f;let _0x1d7217=_0x4a163c[_0x9944ea];return _0x1d7217;},a4_0x9944(_0x274839,_0x308cbb);}module['exports']=BrowserstackFormatter;
|
|
1
|
+
function a4_0x3749(_0x32c6c1,_0x7f6992){const _0x28cc0c=a4_0x28cc();return a4_0x3749=function(_0x37498f,_0x5b0e61){_0x37498f=_0x37498f-0x1f0;let _0x2000d8=_0x28cc0c[_0x37498f];return _0x2000d8;},a4_0x3749(_0x32c6c1,_0x7f6992);}const a4_0x2d14d9=a4_0x3749;(function(_0x54fd71,_0x337b8b){const _0x33813d=a4_0x3749,_0x5ad0ed=_0x54fd71();while(!![]){try{const _0x43e3b6=parseInt(_0x33813d(0x1f2))/0x1+-parseInt(_0x33813d(0x224))/0x2+parseInt(_0x33813d(0x262))/0x3+-parseInt(_0x33813d(0x239))/0x4*(parseInt(_0x33813d(0x23b))/0x5)+-parseInt(_0x33813d(0x297))/0x6+parseInt(_0x33813d(0x218))/0x7+parseInt(_0x33813d(0x263))/0x8;if(_0x43e3b6===_0x337b8b)break;else _0x5ad0ed['push'](_0x5ad0ed['shift']());}catch(_0x2a1240){_0x5ad0ed['push'](_0x5ad0ed['shift']());}}}(a4_0x28cc,0x52625));function a4_0x28cc(){const _0x52937c=['iGHvA','pickle','UNDEFINED','mwoHW','capability','nEFbJ','stack','CONFIG','eDPOf','name','UZpoA','ucgMT','FpbiG','xiQVM','lcYly','VGXHH','PENDING','text','parse','test-case-finished','OacWO','dcciO','getTestCaseData','NabYC','CHOjq','TfBns','32862huixRl','pcpfH','test-case-started','eventDataCollector','ypPJM','CJFJZ','RSZvx','VioNL','EpEnn','aixlx','env','exception','HlCuC','exports','__platform','NapuA','uri','zAkFD','eDNrX','OVLGW','Jjojd','SxLRJ','NpPLH','OiHFA','HbGyH','eventBroadcaster','327157TqSEqG','fURZP','rpMVl','cfVVi','line','bLQGO','MoJzc','vMqQn','sourceLocation','xQMPe','YANNK','\x20\x20\x20\x20AFTER\x20-\x20','VfsEJ','UCzFx','mrKvE','TVbpE','ArkwO','\x20-\x20','gMmYm','xiUmL','includes','KRCwx','PDNtP','DKxaZ','log','cucumber-js/test_old.setup.js','Tndqw','gherkinDocument','kmMqI','lAfVY','tIzeA','vFLMP','FAILED','gKypO','THQVS','XSipb','byIWC','fYiuy','699314XmMqEe','iRLWt','QgBNf','kqfaD','actionLocation','QDqqV','TyjYq','\x20\x20\x20\x20','ETJDs','hQQBS','cucumber/lib/formatter/helpers/pickle_parser.js','BskRU','785710tjZVJi','poxTq','ayivU','undefined','eQiVa','VAZXS','loPnW','KnsDX','ctBtA','vOGhU','ZVhUp','Executing\x20tests\x20for\x20','AvrBD','XrQmz','PGEEg','LvBIy','gpPnd','FjIgs','VGHmy','rgoXG','sMksw','11508UfZqBF','cucumber','235EKjDfI','testCase','AMBIGUOUS','wRLGI','OmCKm','igDXS','test-run-started','tEUBX','vXfVM','UNKNOWN','psqnJ','result','gGcEd','kOMDe','MmgpU','MWKbq','xyopn','sWrZs','vsgld','CDijh','XiBUe','UUjzz','ozKhT','vZapB','wptJz','YGdbB','ArqDq','HflvD','BpVMW','toUpperCase','GZMot','logTestCaseFinished','SdKxR','JjNqi','forEach','MWysS','IgVaT','getStepLineToPickledStepMap','length','205482hwAYsC','3003544XcUagS','wcHzD','dpMfS','gUAnK','ejQni','alZqT','status','steps','HHsbd','QtbqO','KNmMG','lPAxr','BMsSs','GzmVP','test-step-started','LKoxK','cBZEJ','PkTOP','JequC','MpOcU','feature','qkTAO','jZDWR','BXxjV','vrgLk','NCwHV'];a4_0x28cc=function(){return _0x52937c;};return a4_0x28cc();}const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a4_0x2d14d9(0x23a)),pickleParser=requireModule(a4_0x2d14d9(0x222));class BrowserstackFormatter extends Formatter{constructor(_0x4361b5){const _0xba9310=a4_0x2d14d9,_0x2f3675={'FpbiG':function(_0x11a03d,_0x243dc9){return _0x11a03d+_0x243dc9;},'iGHvA':function(_0x39c340,_0x27fcce){return _0x39c340+_0x27fcce;},'TfBns':_0xba9310(0x21f),'ETJDs':_0xba9310(0x203),'MpOcU':function(_0x29154f,_0xad62a1){return _0x29154f(_0xad62a1);},'qLEBV':_0xba9310(0x20b),'fYiuy':'\x20\x20\x20\x20AFTER\x20-\x20','YWhOy':'\x20\x20\x20\x20BEFORE\x20-\x20','cfVVi':function(_0x5bb004,_0x2ac0d3){return _0x5bb004!==_0x2ac0d3;},'wptJz':_0xba9310(0x21a),'osMqt':function(_0x45540b,_0x2a38da){return _0x45540b!==_0x2a38da;},'PGEEg':_0xba9310(0x1fe),'XLOzk':_0xba9310(0x225),'jZDWR':function(_0x27b20c,_0x5e2534){return _0x27b20c!==_0x5e2534;},'HflvD':_0xba9310(0x201),'OiHFA':_0xba9310(0x23f),'vZapB':function(_0x474616,_0x2cefbc){return _0x474616===_0x2cefbc;},'PDNtP':'DCJvG','tIzeA':function(_0x32c5ce,_0x24ccf8){return _0x32c5ce(_0x24ccf8);},'ctBtA':function(_0x2a244e,_0x223036){return _0x2a244e+_0x223036;},'JequC':function(_0x2c0df7,_0x405b9a){return _0x2c0df7!==_0x405b9a;},'mwoHW':_0xba9310(0x202),'vOGhU':_0xba9310(0x243),'KqPHk':'EwnPT','OacWO':function(_0x4b20b5,_0x5a6e55){return _0x4b20b5+_0x5a6e55;},'fURZP':_0xba9310(0x265),'sMksw':_0xba9310(0x241),'AvrBD':_0xba9310(0x299),'loPnW':_0xba9310(0x290),'CDijh':'test-run-finished','FCyGv':_0xba9310(0x271)};super(_0x4361b5),_0x4361b5[_0xba9310(0x1f1)]['on'](_0x2f3675[_0xba9310(0x238)],()=>{const _0x182ba8=_0xba9310,_0x51ff1d={'THQVS':function(_0x1ab3a1,_0x1956b7){const _0x4562eb=a4_0x3749;return _0x2f3675[_0x4562eb(0x289)](_0x1ab3a1,_0x1956b7);},'eDNrX':function(_0xc129f6,_0x20a172){const _0x101530=a4_0x3749;return _0x2f3675[_0x101530(0x27d)](_0xc129f6,_0x20a172);},'NpPLH':_0x2f3675[_0x182ba8(0x296)],'cYUhX':_0x2f3675[_0x182ba8(0x220)],'DKxaZ':function(_0x2d87ef,_0x574fb0){const _0x1c549e=_0x182ba8;return _0x2f3675[_0x1c549e(0x276)](_0x2d87ef,_0x574fb0);},'vsgld':_0x2f3675['qLEBV'],'SxLRJ':function(_0x43d2b6,_0x2b346b){return _0x2f3675['MpOcU'](_0x43d2b6,_0x2b346b);},'zAkFD':_0x2f3675[_0x182ba8(0x217)],'HlCuC':_0x2f3675['YWhOy']};if(_0x2f3675[_0x182ba8(0x1f5)](_0x2f3675['wptJz'],_0x2f3675[_0x182ba8(0x253)]))_0x49eaa1=!![],_0xd0417[_0x182ba8(0x20a)](_0x51ff1d[_0x182ba8(0x214)](_0x51ff1d[_0x182ba8(0x214)](_0x51ff1d[_0x182ba8(0x2a9)](_0x51ff1d[_0x182ba8(0x2ad)],_0x4f23d1[_0xa1a069[_0x182ba8(0x1fa)][_0x182ba8(0x1f6)]][_0x182ba8(0x28e)]),_0x51ff1d['cYUhX']),_0x59148d[_0x268c75]['status'][_0x182ba8(0x258)]())),_0x51ff1d[_0x182ba8(0x209)](_0x963f0e,_0x46fd28[_0x2669a2][_0x182ba8(0x269)]['toUpperCase']());else{let _0x291778;if(_0x2f3675[_0x182ba8(0x1f5)](process[_0x182ba8(0x2a1)][_0x182ba8(0x284)],undefined)){if(_0x2f3675['osMqt'](_0x2f3675[_0x182ba8(0x232)],_0x2f3675['XLOzk'])){const _0x5d278e=JSON[_0x182ba8(0x28f)](process[_0x182ba8(0x2a1)]['CONFIG']);_0x291778=_0x5d278e[_0x182ba8(0x281)];}else!_0x3589e4[_0x182ba8(0x21c)][_0x182ba8(0x2a7)]['includes'](_0x51ff1d[_0x182ba8(0x24d)])&&(_0x51ff1d[_0x182ba8(0x2ac)](_0x423570,_0x52d15d[_0x30b75b][_0x182ba8(0x269)][_0x182ba8(0x258)]()),_0x903f61?_0x4feedd['log'](_0x51ff1d['eDNrX'](_0x51ff1d[_0x182ba8(0x2a8)],_0x252f04[_0x3393c5][_0x182ba8(0x269)][_0x182ba8(0x258)]())):_0x4515fb[_0x182ba8(0x20a)](_0x51ff1d[_0x182ba8(0x2a9)](_0x51ff1d[_0x182ba8(0x2a3)],_0x56ae42[_0x41dbb8]['status'][_0x182ba8(0x258)]())));}_0x2f3675['cfVVi'](_0x291778,undefined)&&(_0x2f3675[_0x182ba8(0x279)](_0x2f3675[_0x182ba8(0x256)],_0x2f3675[_0x182ba8(0x2ae)])?(global[_0x182ba8(0x2a5)]=_0x2f3675[_0x182ba8(0x276)](getPlatformName,_0x291778),console['log'](_0x182ba8(0x22f)+global[_0x182ba8(0x2a5)])):_0x56e81e+=0x1);}}),_0x4361b5[_0xba9310(0x1f1)]['on'](_0x2f3675[_0xba9310(0x230)],()=>{const _0x281713=_0xba9310;_0x2f3675[_0x281713(0x252)](_0x2f3675[_0x281713(0x208)],_0x2f3675[_0x281713(0x208)])?testSuites+=0x1:this['logTestCaseFinished'](_0x1c9edb);}),_0x4361b5[_0xba9310(0x1f1)]['on'](_0x2f3675[_0xba9310(0x22a)],_0x39b60c=>{const _0x435e52=_0xba9310;_0x2f3675[_0x435e52(0x275)](_0x2f3675[_0x435e52(0x280)],_0x2f3675[_0x435e52(0x280)])?(_0x2f3675[_0x435e52(0x210)](_0x18a44b,_0x244eb7[_0x435e52(0x246)][_0x435e52(0x269)][_0x435e52(0x258)]()),_0x3874a9?_0x4599d0[_0x435e52(0x20a)](_0x2f3675[_0x435e52(0x27d)](_0x2f3675[_0x435e52(0x217)],_0x1bd07b[_0x435e52(0x246)]['status'][_0x435e52(0x258)]())):_0x67d1bc[_0x435e52(0x20a)](_0x2f3675[_0x435e52(0x22c)](_0x2f3675['YWhOy'],_0x2beb96[_0x435e52(0x246)][_0x435e52(0x269)][_0x435e52(0x258)]()))):this[_0x435e52(0x25a)](_0x39b60c);}),_0x4361b5[_0xba9310(0x1f1)]['on'](_0x2f3675[_0xba9310(0x24e)],()=>{const _0xbeaa83=_0xba9310;_0x2f3675[_0xbeaa83(0x252)](_0x2f3675[_0xbeaa83(0x22d)],_0x2f3675['KqPHk'])?_0x51b541-=0x2:totalTests-=0x2;}),_0x4361b5[_0xba9310(0x1f1)]['on'](_0x2f3675['FCyGv'],()=>{const _0x70d69f=_0xba9310,_0x2681cd={'psqnJ':function(_0x2b4997,_0x46a14f){const _0xbaf322=a4_0x3749;return _0x2f3675[_0xbaf322(0x22c)](_0x2b4997,_0x46a14f);},'kqfaD':function(_0x468446,_0x133300){const _0x4f954b=a4_0x3749;return _0x2f3675[_0x4f954b(0x291)](_0x468446,_0x133300);},'YBxso':_0x2f3675[_0x70d69f(0x220)],'CJFJZ':function(_0x419750,_0x256059){return _0x2f3675['ctBtA'](_0x419750,_0x256059);}};_0x2f3675['vZapB'](_0x2f3675[_0x70d69f(0x1f3)],_0x2f3675[_0x70d69f(0x1f3)])?totalTests+=0x1:(_0x28985d[_0x2681cd[_0x70d69f(0x245)](_0x2681cd[_0x70d69f(0x21b)](_0x50c1dd[_0x70d69f(0x20d)][_0x70d69f(0x277)]['name'],_0x2681cd['YBxso']),_0x530c65[_0x70d69f(0x27e)][_0x70d69f(0x286)])]=_0x305642,_0x5f23c2[_0x70d69f(0x20a)](_0x2681cd[_0x70d69f(0x29c)](_0x37dbe7,'\x0a')));});}['logTestCaseFinished'](_0x27ef33){const _0x4a5733=a4_0x2d14d9,_0xd0bb98={'gGcEd':function(_0x2aee0a,_0x5388e6){return _0x2aee0a!==_0x5388e6;},'VioNL':_0x4a5733(0x23e),'gpPnd':_0x4a5733(0x204),'xQMPe':_0x4a5733(0x212),'KRCwx':'PASSED','SdKxR':'SKIPPED','UUjzz':_0x4a5733(0x28d),'BOMYf':_0x4a5733(0x27f),'UZpoA':_0x4a5733(0x244),'NabYC':_0x4a5733(0x23d),'MWysS':function(_0xba6dd1,_0xad3f5c){return _0xba6dd1(_0xad3f5c);},'wcHzD':function(_0x414e3e,_0x1c0d1b){return _0x414e3e+_0x1c0d1b;},'sWrZs':_0x4a5733(0x1fd),'igDXS':'\x20\x20\x20\x20BEFORE\x20-\x20','tEUBX':function(_0x733232,_0x4192cc){return _0x733232(_0x4192cc);},'HbGyH':function(_0x45893e,_0x5d76ef){return _0x45893e+_0x5d76ef;},'KnsDX':function(_0x4cbd7b,_0x164ac8){return _0x4cbd7b+_0x164ac8;},'BXxjV':function(_0x6039a0,_0x3a2f94,_0x575577){return _0x6039a0(_0x3a2f94,_0x575577);},'hQQBS':_0x4a5733(0x2a2),'XrQmz':_0x4a5733(0x283),'BskRU':_0x4a5733(0x203),'vMqQn':function(_0x1cbb14,_0x5bfe51){return _0x1cbb14+_0x5bfe51;},'kOMDe':_0x4a5733(0x21f),'GzmVP':_0x4a5733(0x295),'TyjYq':function(_0x38ebea,_0x2e82a4){return _0x38ebea!==_0x2e82a4;},'eQiVa':_0x4a5733(0x28a),'fRIoh':_0x4a5733(0x285),'BpVMW':function(_0x25a40d,_0x915865){return _0x25a40d+_0x915865;},'KNmMG':function(_0x2f9cbf,_0x1501c8){return _0x2f9cbf===_0x1501c8;},'ypPJM':_0x4a5733(0x267),'PkTOP':_0x4a5733(0x266),'cBZEJ':_0x4a5733(0x20b),'QtbqO':_0x4a5733(0x233),'XSipb':_0x4a5733(0x26e),'iviaX':function(_0x202a2e,_0x12ed07){return _0x202a2e(_0x12ed07);},'kmMqI':'ckSoa','NCwHV':_0x4a5733(0x226),'GZMot':function(_0x487420,_0x268579){return _0x487420+_0x268579;},'lAfVY':function(_0x199147,_0x53c703){return _0x199147===_0x53c703;},'vrgLk':_0x4a5733(0x1f7),'JQsqe':_0x4a5733(0x216),'UCzFx':function(_0x1a2c62,_0x263866){return _0x1a2c62+_0x263866;},'MoJzc':function(_0x3407d4,_0x25326b){return _0x3407d4===_0x25326b;},'pcpfH':_0x4a5733(0x249),'FjIgs':function(_0x43a427,_0x4fb9a2,_0x3e01f5){return _0x43a427(_0x4fb9a2,_0x3e01f5);},'JjNqi':_0x4a5733(0x246),'qkTAO':_0x4a5733(0x21d),'xyopn':function(_0xf2cc3c,_0x5d8b8e){return _0xf2cc3c+_0x5d8b8e;},'MVXqA':function(_0x383734,_0x51dad0){return _0x383734!==_0x51dad0;},'rgoXG':function(_0x1641f1,_0x2afe8e){return _0x1641f1!==_0x2afe8e;},'YANNK':function(_0x2db1a2,_0x1fcf3a){return _0x2db1a2(_0x1fcf3a);},'VGXHH':function(_0x2fb5e2,_0x24b191){return _0x2fb5e2+_0x24b191;},'RSZvx':function(_0x46c380,_0x1fc705,_0x15e602){return _0x46c380(_0x1fc705,_0x15e602);},'Jjojd':function(_0x291c6f,_0x15035e){return _0x291c6f+_0x15035e;},'BMsSs':function(_0x5ed63d,_0x973914){return _0x5ed63d===_0x973914;},'YGdbB':'qZgxB','rpMVl':function(_0x3dcea8,_0x1397a1){return _0x3dcea8!==_0x1397a1;},'XiBUe':_0x4a5733(0x227),'alZqT':_0x4a5733(0x205),'snuiK':function(_0x2d98cb,_0x33f3e9){return _0x2d98cb<_0x33f3e9;},'tPlvG':'FcDKI','Tndqw':function(_0x1cb06c,_0x313ec2){return _0x1cb06c+_0x313ec2;},'ArqDq':function(_0x4e32a7,_0xbafe59){return _0x4e32a7+_0xbafe59;},'iRLWt':function(_0x3b0cbc,_0xcf7262){return _0x3b0cbc(_0xcf7262);},'HHsbd':function(_0xe0dbbf,_0x2bf691){return _0xe0dbbf!==_0x2bf691;},'NapuA':_0x4a5733(0x24a),'ucgMT':'IjDtm','IgVaT':function(_0x4a2094,_0x31bca8){return _0x4a2094(_0x31bca8);},'LKoxK':_0x4a5733(0x29f),'aixlx':_0x4a5733(0x28b),'gKypO':function(_0xbb5f5c,_0x1fe1d4){return _0xbb5f5c+_0x1fe1d4;},'mrKvE':function(_0xd5135f,_0x5405dc){return _0xd5135f===_0x5405dc;},'VAZXS':function(_0x4dba10,_0x3d87eb,_0x25f500){return _0x4dba10(_0x3d87eb,_0x25f500);}};let _0xe9dc74=![];function _0x5b11b8(_0x393caa){const _0x380ad7=_0x4a5733;if(_0xd0bb98[_0x380ad7(0x247)](_0xd0bb98[_0x380ad7(0x29e)],_0xd0bb98[_0x380ad7(0x234)]))switch(_0x393caa){case _0xd0bb98[_0x380ad7(0x1fb)]:testsFailed+=0x1;break;case _0xd0bb98[_0x380ad7(0x207)]:testsPassed+=0x1;break;case _0xd0bb98[_0x380ad7(0x25b)]:testsSkipped+=0x1;break;case _0xd0bb98[_0x380ad7(0x250)]:testsPending+=0x1;break;case _0xd0bb98['BOMYf']:testsUndefined+=0x1;break;case _0xd0bb98[_0x380ad7(0x287)]:testsUnknown+=0x1;break;case _0xd0bb98[_0x380ad7(0x294)]:testsAmbiguous+=0x1;break;default:break;}else{const _0x4a92cc=_0x3bb462[_0x380ad7(0x28f)](_0x53df31[_0x380ad7(0x2a1)][_0x380ad7(0x284)]);_0x2b2fb5=_0x4a92cc[_0x380ad7(0x281)];}}_0xd0bb98[_0x4a5733(0x247)](global['__platform'],undefined)&&(_0xd0bb98[_0x4a5733(0x26f)](_0xd0bb98[_0x4a5733(0x254)],_0xd0bb98['YGdbB'])?console[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x22b)](_0xd0bb98[_0x4a5733(0x259)]('\x0a',global[_0x4a5733(0x2a5)]),'\x0a')):(_0xd0bb98[_0x4a5733(0x25e)](_0x5ecdbc,_0x39c48f[_0x616b28][_0x4a5733(0x269)][_0x4a5733(0x258)]()),_0x2203e3?_0x3eda11['log'](_0xd0bb98[_0x4a5733(0x264)](_0xd0bb98[_0x4a5733(0x24c)],_0x41eddf[_0x403021][_0x4a5733(0x269)][_0x4a5733(0x258)]())):_0x2a4346['log'](_0xd0bb98[_0x4a5733(0x264)](_0xd0bb98[_0x4a5733(0x240)],_0x438ed7[_0x55d48d][_0x4a5733(0x269)][_0x4a5733(0x258)]()))));let _0x3164f9=![];if(_0xd0bb98[_0x4a5733(0x1f4)](typeof this[_0x4a5733(0x29a)][_0x4a5733(0x293)],_0xd0bb98[_0x4a5733(0x24f)])){if(_0xd0bb98['rgoXG'](_0xd0bb98['alZqT'],_0xd0bb98[_0x4a5733(0x268)]))_0x558972[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x264)](_0xd0bb98['sWrZs'],_0x35ea8f[_0x3c9966][_0x4a5733(0x269)][_0x4a5733(0x258)]()));else{var _0x10f587=this[_0x4a5733(0x29a)][_0x4a5733(0x293)](_0x27ef33[_0x4a5733(0x1fa)]),_0x2240b1=_0x10f587[_0x4a5733(0x27e)],_0x3d7886=_0x10f587[_0x4a5733(0x23c)];console[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x28c)]('\x20\x20',_0x2240b1[_0x4a5733(0x286)]));var _0x1e9bf9=(0x0,pickleParser[_0x4a5733(0x260)])(_0x2240b1);_0x3d7886[_0x4a5733(0x26a)][_0x4a5733(0x25d)](function(_0x44980f){const _0x257736=_0x4a5733,_0x4f718f={'dcciO':function(_0x3dc83e,_0x21e5b6){const _0x2008e8=a4_0x3749;return _0xd0bb98[_0x2008e8(0x1f9)](_0x3dc83e,_0x21e5b6);},'ozKhT':_0xd0bb98[_0x257736(0x240)],'nEFbJ':function(_0xb1e1ad,_0x173ba1){const _0xcc08f1=_0x257736;return _0xd0bb98[_0xcc08f1(0x22b)](_0xb1e1ad,_0x173ba1);},'VGHmy':function(_0x2d3753,_0x26f89a){const _0x515c74=_0x257736;return _0xd0bb98[_0x515c74(0x264)](_0x2d3753,_0x26f89a);},'vFLMP':_0xd0bb98['kOMDe'],'ZVhUp':_0xd0bb98['BskRU'],'TzzbP':function(_0x28db50,_0xe55728){const _0x5925da=_0x257736;return _0xd0bb98[_0x5925da(0x242)](_0x28db50,_0xe55728);},'OVLGW':_0xd0bb98[_0x257736(0x24c)]};if(_0xd0bb98[_0x257736(0x247)](_0xd0bb98[_0x257736(0x270)],_0xd0bb98[_0x257736(0x270)]))_0xf5a087+=0x1;else{if(_0x44980f[_0x257736(0x21c)]&&_0x44980f['sourceLocation'])_0xd0bb98[_0x257736(0x21e)](_0xd0bb98[_0x257736(0x228)],_0xd0bb98['fRIoh'])?(_0xe9dc74=!![],console[_0x257736(0x20a)](_0xd0bb98[_0x257736(0x1f9)](_0xd0bb98[_0x257736(0x257)](_0xd0bb98[_0x257736(0x257)](_0xd0bb98[_0x257736(0x248)],_0x1e9bf9[_0x44980f[_0x257736(0x1fa)][_0x257736(0x1f6)]][_0x257736(0x28e)]),_0xd0bb98[_0x257736(0x223)]),_0x44980f[_0x257736(0x246)][_0x257736(0x269)][_0x257736(0x258)]())),_0xd0bb98[_0x257736(0x25e)](_0x5b11b8,_0x44980f[_0x257736(0x246)]['status'][_0x257736(0x258)]())):_0x1f9d96[_0x257736(0x20a)](_0x4f718f[_0x257736(0x292)](_0x4f718f[_0x257736(0x251)],_0x5d05a2[_0x257736(0x246)][_0x257736(0x269)][_0x257736(0x258)]()));else{if(_0x44980f[_0x257736(0x21c)]){if(_0xd0bb98['KNmMG'](_0xd0bb98[_0x257736(0x29b)],_0xd0bb98[_0x257736(0x274)]))_0x5e2bfb['__platform']=_0xd0bb98[_0x257736(0x242)](_0x288504,_0x372023),_0x1b392b[_0x257736(0x20a)](_0x257736(0x22f)+_0x34b24c[_0x257736(0x2a5)]);else{if(!_0x44980f[_0x257736(0x21c)][_0x257736(0x2a7)][_0x257736(0x206)](_0xd0bb98[_0x257736(0x273)])){if(_0xd0bb98[_0x257736(0x247)](_0xd0bb98[_0x257736(0x26c)],_0xd0bb98[_0x257736(0x215)]))_0xd0bb98['iviaX'](_0x5b11b8,_0x44980f[_0x257736(0x246)][_0x257736(0x269)]['toUpperCase']()),_0xe9dc74?_0xd0bb98[_0x257736(0x21e)](_0xd0bb98[_0x257736(0x20e)],_0xd0bb98[_0x257736(0x27c)])?console[_0x257736(0x20a)](_0xd0bb98[_0x257736(0x259)](_0xd0bb98['sWrZs'],_0x44980f[_0x257736(0x246)][_0x257736(0x269)][_0x257736(0x258)]())):(_0x43b970[_0x466311['name']]=_0xaaaaac,_0x165f54[_0x257736(0x20a)](_0x4f718f['nEFbJ'](_0xe804b2,'\x0a'))):_0xd0bb98[_0x257736(0x20f)](_0xd0bb98[_0x257736(0x27b)],_0xd0bb98['JQsqe'])?_0x1bb5fd[_0x257736(0x20a)](_0xd0bb98['HbGyH'](_0xd0bb98[_0x257736(0x22b)]('\x0a',_0x3b5c3c[_0x257736(0x2a5)]),'\x0a')):console[_0x257736(0x20a)](_0xd0bb98[_0x257736(0x1ff)](_0xd0bb98[_0x257736(0x240)],_0x44980f[_0x257736(0x246)][_0x257736(0x269)][_0x257736(0x258)]()));else{_0x4dda95=!![];const _0x4d062c=_0xd0bb98[_0x257736(0x27a)](_0x57f2e1,_0x241c91[_0x5e2bae],[_0xd0bb98[_0x257736(0x221)],_0xd0bb98[_0x257736(0x231)]]);_0x4d062c&&(_0x1cf314[_0xd0bb98[_0x257736(0x1f0)](_0xd0bb98['HbGyH'](_0x3c6fbe[_0x257736(0x20d)][_0x257736(0x277)][_0x257736(0x286)],_0xd0bb98[_0x257736(0x223)]),_0x4923b1['pickle'][_0x257736(0x286)])]=_0x4d062c,_0x2cd2ff[_0x257736(0x20a)](_0xd0bb98[_0x257736(0x1f0)](_0x4d062c,'\x0a')));}}}}}if(_0xd0bb98['MoJzc'](_0x44980f['result'][_0x257736(0x269)]['toUpperCase'](),_0xd0bb98[_0x257736(0x1fb)])){if(_0xd0bb98['TyjYq'](_0xd0bb98[_0x257736(0x298)],_0xd0bb98[_0x257736(0x298)]))_0x470ef1=!![],_0x4b043b[_0x257736(0x20a)](_0x4f718f[_0x257736(0x282)](_0x4f718f[_0x257736(0x292)](_0x4f718f[_0x257736(0x236)](_0x4f718f[_0x257736(0x211)],_0x3ac8d3[_0x108fcc[_0x257736(0x1fa)][_0x257736(0x1f6)]][_0x257736(0x28e)]),_0x4f718f[_0x257736(0x22e)]),_0x50c2d4['result'][_0x257736(0x269)][_0x257736(0x258)]())),_0x4f718f['TzzbP'](_0x323eb1,_0x4d4376['result'][_0x257736(0x269)][_0x257736(0x258)]());else{const _0x44e6dd=_0xd0bb98[_0x257736(0x235)](nestedKeyValue,_0x44980f,[_0xd0bb98[_0x257736(0x25c)],_0xd0bb98[_0x257736(0x221)],_0xd0bb98[_0x257736(0x231)]]);_0x44e6dd&&(_0xd0bb98[_0x257736(0x26d)](_0xd0bb98[_0x257736(0x278)],_0xd0bb98['qkTAO'])?(testsErrorMessage[_0x2240b1['name']]=_0x44e6dd,console[_0x257736(0x20a)](_0xd0bb98[_0x257736(0x24b)](_0x44e6dd,'\x0a'))):_0x25c2bf['log'](_0x4f718f['dcciO'](_0x4f718f[_0x257736(0x2aa)],_0x151f6a[_0x257736(0x246)]['status'][_0x257736(0x258)]()))),_0x3164f9=!![];}}}});}}else{const _0x11b29d=this[_0x4a5733(0x29a)]['getTestCaseAttempt'](_0x27ef33);console[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x1f9)](_0xd0bb98[_0x4a5733(0x264)](_0xd0bb98['wcHzD']('\x20\x20',_0x11b29d[_0x4a5733(0x20d)][_0x4a5733(0x277)]['name']),_0xd0bb98[_0x4a5733(0x223)]),_0x11b29d[_0x4a5733(0x27e)][_0x4a5733(0x286)]));const _0x47b1b5=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x11b29d['pickle']),_0x5d27d8=_0x11b29d['testCase'][_0x4a5733(0x26a)],_0x22e75d=_0x11b29d['stepResults'],_0x5d40bf=_0x5d27d8[_0x4a5733(0x261)];for(let _0x526f05=0x0;_0xd0bb98['snuiK'](_0x526f05,_0x5d40bf);_0x526f05++){const _0x480989=_0x5d27d8[_0x526f05];if(_0x480989[_0x4a5733(0x21c)]&&_0x480989[_0x4a5733(0x1fa)])_0xd0bb98[_0x4a5733(0x237)](_0xd0bb98['tPlvG'],_0xd0bb98['tPlvG'])?_0x59fff3+=0x1:(_0xe9dc74=!![],console[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x20c)](_0xd0bb98[_0x4a5733(0x24b)](_0xd0bb98[_0x4a5733(0x255)](_0xd0bb98[_0x4a5733(0x248)],_0x47b1b5[_0x480989[_0x4a5733(0x1fa)][_0x4a5733(0x1f6)]][_0x4a5733(0x28e)]),_0xd0bb98[_0x4a5733(0x223)]),_0x22e75d[_0x526f05]['status']['toUpperCase']())),_0xd0bb98[_0x4a5733(0x219)](_0x5b11b8,_0x22e75d[_0x526f05]['status'][_0x4a5733(0x258)]()));else{if(_0x480989['actionLocation']){if(_0xd0bb98[_0x4a5733(0x26b)](_0xd0bb98['NapuA'],_0xd0bb98[_0x4a5733(0x2a6)])){let _0x239d83;if(_0xd0bb98['MVXqA'](_0x3b92c9[_0x4a5733(0x2a1)][_0x4a5733(0x284)],_0x58bb61)){const _0x3b31ab=_0x4c9d5f[_0x4a5733(0x28f)](_0x34d755[_0x4a5733(0x2a1)][_0x4a5733(0x284)]);_0x239d83=_0x3b31ab[_0x4a5733(0x281)];}_0xd0bb98['rgoXG'](_0x239d83,_0x13d945)&&(_0x446183[_0x4a5733(0x2a5)]=_0xd0bb98['iviaX'](_0x543d4c,_0x239d83),_0x33a3b2[_0x4a5733(0x20a)](_0x4a5733(0x22f)+_0x454a88['__platform']));}else{if(!_0x480989[_0x4a5733(0x21c)][_0x4a5733(0x2a7)][_0x4a5733(0x206)](_0xd0bb98[_0x4a5733(0x273)])){if(_0xd0bb98[_0x4a5733(0x26f)](_0xd0bb98[_0x4a5733(0x288)],_0xd0bb98[_0x4a5733(0x288)]))_0xd0bb98[_0x4a5733(0x25f)](_0x5b11b8,_0x22e75d[_0x526f05][_0x4a5733(0x269)][_0x4a5733(0x258)]()),_0xe9dc74?_0xd0bb98['lAfVY'](_0xd0bb98[_0x4a5733(0x272)],_0xd0bb98['LKoxK'])?console[_0x4a5733(0x20a)](_0xd0bb98['wcHzD'](_0xd0bb98[_0x4a5733(0x24c)],_0x22e75d[_0x526f05][_0x4a5733(0x269)]['toUpperCase']())):_0x43c9bf[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x259)](_0xd0bb98[_0x4a5733(0x240)],_0x23bb30[_0x5e97d2][_0x4a5733(0x269)][_0x4a5733(0x258)]())):_0xd0bb98[_0x4a5733(0x1f8)](_0xd0bb98[_0x4a5733(0x2a0)],_0xd0bb98['aixlx'])?console[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x213)](_0xd0bb98[_0x4a5733(0x240)],_0x22e75d[_0x526f05][_0x4a5733(0x269)]['toUpperCase']())):!_0x4d56e9['actionLocation'][_0x4a5733(0x2a7)]['includes'](_0xd0bb98[_0x4a5733(0x273)])&&(_0xd0bb98[_0x4a5733(0x1fc)](_0x5dfa8a,_0xa2165b[_0x4a5733(0x246)][_0x4a5733(0x269)]['toUpperCase']()),_0x1c1b95?_0xa1d31d[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x28c)](_0xd0bb98[_0x4a5733(0x24c)],_0x2ce66c[_0x4a5733(0x246)][_0x4a5733(0x269)][_0x4a5733(0x258)]())):_0x5d4cc5[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x257)](_0xd0bb98[_0x4a5733(0x240)],_0x51f077[_0x4a5733(0x246)][_0x4a5733(0x269)][_0x4a5733(0x258)]())));else{const _0x3d992e=_0xd0bb98[_0x4a5733(0x29d)](_0x46108e,_0x1a8f6b,[_0xd0bb98['JjNqi'],_0xd0bb98['hQQBS'],_0xd0bb98[_0x4a5733(0x231)]]);_0x3d992e&&(_0x232cb3[_0xafd361[_0x4a5733(0x286)]]=_0x3d992e,_0x1fa3b8['log'](_0xd0bb98[_0x4a5733(0x2ab)](_0x3d992e,'\x0a'))),_0x29fd61=!![];}}}}}if(_0xd0bb98[_0x4a5733(0x200)](_0x22e75d[_0x526f05][_0x4a5733(0x269)]['toUpperCase'](),_0xd0bb98[_0x4a5733(0x1fb)])){_0x3164f9=!![];const _0x5452a7=_0xd0bb98[_0x4a5733(0x229)](nestedKeyValue,_0x22e75d[_0x526f05],[_0xd0bb98[_0x4a5733(0x221)],_0xd0bb98[_0x4a5733(0x231)]]);_0x5452a7&&(testsErrorMessage[_0xd0bb98[_0x4a5733(0x20c)](_0xd0bb98[_0x4a5733(0x1ff)](_0x11b29d['gherkinDocument'][_0x4a5733(0x277)][_0x4a5733(0x286)],_0xd0bb98[_0x4a5733(0x223)]),_0x11b29d['pickle'][_0x4a5733(0x286)])]=_0x5452a7,console[_0x4a5733(0x20a)](_0xd0bb98[_0x4a5733(0x1ff)](_0x5452a7,'\x0a')));}}}_0x3164f9&&(testSuitesFailed+=0x1),console[_0x4a5733(0x20a)]('\x0a');}}module[a4_0x2d14d9(0x2a4)]=BrowserstackFormatter;
|