browserstack-node-sdk 1.27.2 → 1.28.0
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 +1 -1
- package/ats/src/cloudproviders/AWS.js +1 -0
- package/ats/src/cloudproviders/Azure.js +1 -0
- package/ats/src/cloudproviders/CloudProvider.js +1 -0
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -0
- package/ats/src/cloudproviders/gcs.js +1 -0
- package/ats/src/cloudproviders/utils.js +1 -0
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/azureresources/akscluster.json +134 -0
- package/ats/src/templates/azureresources/federatedidentityhub.json +50 -0
- package/ats/src/templates/azureresources/federatedidentitynode.json +50 -0
- package/ats/src/templates/azureresources/managedidentity.json +49 -0
- package/ats/src/templates/azureresources/storageaccount.json +92 -0
- package/ats/src/templates/cert-manager/cert-manager.yaml +1140 -0
- package/ats/src/templates/cert-manager/clusterissuer.yaml +21 -0
- package/ats/src/templates/cert-manager/crds.yaml +4468 -0
- package/ats/src/templates/default-service-account.yaml +5 -0
- package/ats/src/templates/gcpresources/KubeConfigTemplate.yaml +23 -0
- package/ats/src/templates/gcpresources/gkecluster.json +92 -0
- package/ats/src/templates/gcpresources/regionmap.json +198 -0
- package/ats/src/templates/hub-deployment.yaml +6 -0
- package/ats/src/templates/hub-service.yaml +1 -1
- package/ats/src/templates/ingress.yaml +20 -0
- package/ats/src/templates/nginx/helper.yaml +333 -0
- package/ats/src/templates/nginx/pods-and-services.yaml +315 -0
- package/ats/src/templates/nginx/private-pods-and-services.yaml +184 -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/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -0
- package/src/helpers/ats/helper.js +1 -0
- 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/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
- package/ats/src/config/instanceTypes.json +0 -554
|
@@ -1 +1 @@
|
|
|
1
|
-
const a23_0x207dd0=a23_0x3393;(function(_0x3694a7,_0x30a548){const _0x1dd6b3=a23_0x3393,_0x19110e=_0x3694a7();while(!![]){try{const _0x1cde4d=parseInt(_0x1dd6b3(0x103))/0x1+parseInt(_0x1dd6b3(0x96))/0x2*(-parseInt(_0x1dd6b3(0xd3))/0x3)+-parseInt(_0x1dd6b3(0xaa))/0x4+parseInt(_0x1dd6b3(0xc8))/0x5+-parseInt(_0x1dd6b3(0x93))/0x6*(parseInt(_0x1dd6b3(0x9d))/0x7)+parseInt(_0x1dd6b3(0xb2))/0x8*(parseInt(_0x1dd6b3(0xdc))/0x9)+parseInt(_0x1dd6b3(0xb3))/0xa;if(_0x1cde4d===_0x30a548)break;else _0x19110e['push'](_0x19110e['shift']());}catch(_0x3ddb37){_0x19110e['push'](_0x19110e['shift']());}}}(a23_0x476a,0x8e265));function a23_0x476a(){const _0x396263=['YmiSv','JQAhq','jtZxq','isRunning','./instrumentationUtils','fCYMT','GwoWo','ilAoc','1854ZARKsI','getCredentialsPath','NXXKY','4RJJmAa','MZgVR','ZAYSg','eGMbR','getDirForConfig','xogrV','bwhzk','9982RTaqPn','true','request','toString','reportToGalactusAndSendToEDS','constructor','type','rznmo','homedir','XDlIF','mkoXE','utf-8','encodeBase64','2413352cAebOt','base64','MHyqY','tIqze','pQyZX','dLoMj','oxvfD','rgSdV','8ubgseN','16565550zgBCvt','bSumx','CwADz','wmmvj','../config/constants','stringify','IvnOi','https://','ZDrYo','wHtlY','AZMuF','message','zmfgf','ami','LlVcs','vzkJD','oNkUz','concurrency','clusterName','browserstack-local','SQzgi','923110erxhyb','LCgdJ','pgIMu','sbcwJ','5|7|6|4|2|8|0|3|1','iLnJE','fetchOrUpdateUserConfig','.ats','Itxce','stopLocalBinary','browserStackLocalOptions','1481091fGDodk','kfQuT','GUVru','sLvbP','ats-repeater','sendEventToBackend','path','WWMnz','s3Bucket','5076126MhcYWH','toLowerCase','promisify','EEFXy','ami-0a0b7559ee7c88dcd','body','writeFileSync','from','isArray','XRqcz','getAccessKey','startLocalBinarySync','uPUQv','method','fCNIp','LOG','wGdrv','min','replace','accessKey','statusCode','IlRPF','username','/packages/cli/get-grid-details?gridId=','startSync','custom-repeater','join','wcHmK','auth','pkAnb','parse','key','existsSync','yLGsi','UOoFd','kebabCase','hubVersion','instanceType','xyMcj','208420TkvRdj','LETJj','getNodeGroupMaxSize','dfsKH','MPfoW','cloudProvider','forceLocal','password','setLocalArgs','customRepeaters','Browserstack','Frpty','LIozo','stop','split','getGridDetails','JdFDa','ceil','ABAeD','kPFnh','Local','localIdentifier','$1-$2','uujIA','browserVersion'];a23_0x476a=function(){return _0x396263;};return a23_0x476a();}function a23_0x3393(_0x206e8f,_0x1cc180){const _0x476a80=a23_0x476a();return a23_0x3393=function(_0x3393af,_0x5ee0c6){_0x3393af=_0x3393af-0x79;let _0x126973=_0x476a80[_0x3393af];return _0x126973;},a23_0x3393(_0x206e8f,_0x1cc180);}const path=require(a23_0x207dd0(0xd9)),os=require('os'),fs=require('fs'),webSocketUtils=require('./webSocketUtils'),{sendInstrumentationEvent}=require(a23_0x207dd0(0x8f)),BrowserstackLocalLauncher=require(a23_0x207dd0(0xc6)),util=require('util'),request=require(a23_0x207dd0(0x9f)),promisifiedRequest=util[a23_0x207dd0(0xde)](request),{global_registry,AWS_INSTANCE_TYPE_LIST,WS_EVENTS,AG_API_URL}=require(a23_0x207dd0(0xb7));exports[a23_0x207dd0(0xa9)]=_0x7111d=>Buffer[a23_0x207dd0(0xe3)](_0x7111d)[a23_0x207dd0(0xa0)](a23_0x207dd0(0xab)),exports[a23_0x207dd0(0x9a)]=()=>{const _0x3928f7=a23_0x207dd0,_0x43cc50={};_0x43cc50[_0x3928f7(0xc7)]=_0x3928f7(0xcf);const _0x34455d=_0x43cc50;return path[_0x3928f7(0xf6)](os[_0x3928f7(0xa5)](),_0x34455d[_0x3928f7(0xc7)]);},exports['getCredentialsPath']=()=>{const _0x5aab8f=a23_0x207dd0,_0x45c0bc={};_0x45c0bc[_0x5aab8f(0x91)]='credentials.json';const _0x54f959=_0x45c0bc;return path[_0x5aab8f(0xf6)](this[_0x5aab8f(0x9a)](),_0x54f959[_0x5aab8f(0x91)]);},exports[a23_0x207dd0(0x105)]=_0x239c8c=>{const _0x4c1691=a23_0x207dd0,_0x5c9db4={'mENlX':function(_0x2bd487,_0x26c782){return _0x2bd487(_0x26c782);},'ABAeD':function(_0x57a782){return _0x57a782();},'CwADz':'key','NXXKY':'verbose','EEFXy':_0x4c1691(0x109),'LCgdJ':_0x4c1691(0x9e),'GZwyQ':_0x4c1691(0x87),'ZDrYo':_0x4c1691(0xd7),'JdFDa':_0x4c1691(0xf5),'fwKFM':function(_0x334efe,_0xd0a38c){return _0x334efe===_0xd0a38c;},'Frpty':function(_0x32cf44,_0x3c4424){return _0x32cf44!==_0x3c4424;},'iLnJE':_0x4c1691(0xcb),'oNkUz':function(_0x4c36c1,_0x2f36a4){return _0x4c36c1!==_0x2f36a4;},'qePkz':_0x4c1691(0x85),'dLoMj':_0x4c1691(0x104),'MZgVR':function(_0x4f5d35,_0x167885){return _0x4f5d35+_0x167885;},'pQyZX':function(_0x25bbd4,_0x4c712b){return _0x25bbd4/_0x4c712b;},'sJncF':function(_0x4b2102,_0x54755a){return _0x4b2102*_0x54755a;},'hfkAb':function(_0x10a553,_0x141589){return _0x10a553*_0x141589;}};let _0x42ad98=0xe;if(global_registry['concurrency']&&global_registry['instanceType']){if(_0x5c9db4[_0x4c1691(0x7d)](_0x5c9db4['iLnJE'],_0x5c9db4[_0x4c1691(0xcd)]))_0x2b5d39&&_0x455a9b[_0x4c1691(0x7f)](_0x2cd9b2=>{const _0x4944a1=_0x4c1691;if(_0x2cd9b2)return _0x5c9db4['mENlX'](_0x1303ce,_0x2cd9b2);_0x5c9db4[_0x4944a1(0x84)](_0x3c94bb);});else{if(AWS_INSTANCE_TYPE_LIST[global_registry['instanceType']]){if(_0x5c9db4[_0x4c1691(0xc3)](_0x5c9db4['qePkz'],_0x5c9db4[_0x4c1691(0xaf)]))return Math[_0x4c1691(0xed)](_0x5c9db4[_0x4c1691(0x97)](Math['ceil'](_0x5c9db4[_0x4c1691(0xae)](_0x5c9db4['sJncF'](global_registry[_0x4c1691(0xc4)],0x2),_0x5c9db4['hfkAb'](AWS_INSTANCE_TYPE_LIST[global_registry[_0x4c1691(0x101)]],0x2))),0x1),0x1c2);else{let _0x1a4782={};return _0x1a4782[_0x5c9db4[_0x4c1691(0xb5)]]=this[_0x4c1691(0xe6)](_0x5a8408),_0x1a4782[_0x5c9db4[_0x4c1691(0x95)]]=0x3,_0x1a4782[_0x5c9db4[_0x4c1691(0xdf)]]=_0x5c9db4[_0x4c1691(0xc9)],_0x1a4782[_0x5c9db4['GZwyQ']]=_0x5c9db4[_0x4c1691(0xbb)],_0x2500f4[_0x4c1691(0x7b)]&&_0x564b64[_0x4c1691(0xe4)](_0x4a70ba[_0x4c1691(0x7b)])&&(_0x1a4782[_0x5c9db4[_0x4c1691(0x82)]]=_0x1d8835['customRepeaters'][_0x4c1691(0xf6)](',')),_0x142482['browserStackLocalOptions']&&_0x5c9db4['fwKFM'](_0x19e6bf[_0x4c1691(0xd2)][_0x4c1691(0xa2)],_0x1cd4f5)&&(_0x1a4782={..._0x50af89[_0x4c1691(0xd2)],..._0x1a4782}),_0x1a4782;}}return _0x42ad98;}}return _0x42ad98;},exports['updateGlobalRegistryWithConfig']=(_0x12c59d,_0x4fcb8d,_0x17c1c0,_0x19687f,_0x9fcc59,_0x29ee69,_0x3354b2,_0xe8fa15,_0x173849)=>{const _0x489a04=a23_0x207dd0,_0x5b22ce={};_0x5b22ce[_0x489a04(0x7e)]=_0x489a04(0xcc),_0x5b22ce[_0x489a04(0xb1)]=_0x489a04(0xe0);const _0x5ad328=_0x5b22ce,_0x5bc18d=_0x5ad328[_0x489a04(0x7e)][_0x489a04(0x80)]('|');let _0xbfd708=0x0;while(!![]){switch(_0x5bc18d[_0xbfd708++]){case'0':global_registry[_0x489a04(0xc0)]=_0x3354b2[_0x489a04(0xc0)]||_0x5ad328[_0x489a04(0xb1)];continue;case'1':global_registry[_0x489a04(0x8a)]=_0x173849;continue;case'2':global_registry[_0x489a04(0x101)]=_0x9fcc59;continue;case'3':global_registry[_0x489a04(0x100)]=_0xe8fa15;continue;case'4':global_registry['concurrency']=_0x19687f;continue;case'5':global_registry[_0x489a04(0x108)]=_0x12c59d;continue;case'6':global_registry[_0x489a04(0xc5)]=_0x4fcb8d;continue;case'7':global_registry['clusterRegion']=_0x17c1c0;continue;case'8':global_registry[_0x489a04(0xdb)]=_0x29ee69;continue;}break;}},exports[a23_0x207dd0(0xff)]=_0x17bfd9=>_0x17bfd9[a23_0x207dd0(0xee)](/([a-z])([A-Z])/g,a23_0x207dd0(0x88))[a23_0x207dd0(0xee)](/[\s_]+/g,'-')[a23_0x207dd0(0xdd)](),exports[a23_0x207dd0(0xa1)]=async(_0x39a5ac,_0x16b776,_0x919c4e,_0x6426ba,_0x17efa2,_0x83f7c9,_0x2ea299)=>{const _0x21b95b=a23_0x207dd0,_0x40e7e3={'XRqcz':function(_0x22bb59,_0x444598,_0x328057,_0x462077,_0x8dd509,_0x3852d2,_0xf839b3){return _0x22bb59(_0x444598,_0x328057,_0x462077,_0x8dd509,_0x3852d2,_0xf839b3);}};await _0x40e7e3[_0x21b95b(0xe5)](sendInstrumentationEvent,_0x39a5ac,_0x17efa2,_0x6426ba,_0x83f7c9,null,_0x39a5ac);const _0x2bc41f={};_0x2bc41f[_0x21b95b(0xa3)]=WS_EVENTS[_0x21b95b(0xeb)],_0x2bc41f[_0x21b95b(0xbe)]=_0x919c4e,await webSocketUtils[_0x21b95b(0xd8)](_0x16b776,_0x2bc41f,_0x2ea299,!![]);},exports[a23_0x207dd0(0xe6)]=_0x1b27a8=>{const _0x5c51cb=a23_0x207dd0;return _0x1b27a8[_0x5c51cb(0xef)];},exports[a23_0x207dd0(0x7a)]=_0x29f964=>{const _0x2915a0=a23_0x207dd0,_0x2e826f={'Yftjb':_0x2915a0(0xcf),'qmweN':function(_0x3b0627,_0x16326c){return _0x3b0627(_0x16326c);},'QodCt':function(_0xe9fc03){return _0xe9fc03();},'KsLXb':_0x2915a0(0xfb),'pgIMu':'verbose','wHtlY':_0x2915a0(0x109),'NoTzO':_0x2915a0(0x9e),'bwhzk':_0x2915a0(0x87),'MHyqY':_0x2915a0(0xd7),'WWMnz':function(_0x289400,_0x1ed92a){return _0x289400!==_0x1ed92a;},'AZMuF':_0x2915a0(0xb9),'bSumx':_0x2915a0(0xf5),'fCYMT':function(_0x5e9906,_0x4aaad8){return _0x5e9906===_0x4aaad8;},'ZAYSg':_0x2915a0(0xf1)};let _0x48760e={};_0x48760e[_0x2e826f['KsLXb']]=this[_0x2915a0(0xe6)](_0x29f964),_0x48760e[_0x2e826f[_0x2915a0(0xca)]]=0x3,_0x48760e[_0x2e826f[_0x2915a0(0xbc)]]=_0x2e826f['NoTzO'],_0x48760e[_0x2e826f[_0x2915a0(0x9c)]]=_0x2e826f[_0x2915a0(0xac)];if(_0x29f964[_0x2915a0(0x7b)]&&Array[_0x2915a0(0xe4)](_0x29f964[_0x2915a0(0x7b)])){if(_0x2e826f[_0x2915a0(0xda)](_0x2e826f['AZMuF'],_0x2e826f[_0x2915a0(0xbd)]))return _0x238421['join'](_0x268ae8[_0x2915a0(0xa5)](),_0x2e826f['Yftjb']);else _0x48760e[_0x2e826f[_0x2915a0(0xb4)]]=_0x29f964[_0x2915a0(0x7b)][_0x2915a0(0xf6)](',');}if(_0x29f964[_0x2915a0(0xd2)]&&_0x2e826f[_0x2915a0(0x90)](_0x29f964['browserStackLocalOptions'][_0x2915a0(0xa2)],Object)){if(_0x2e826f[_0x2915a0(0xda)](_0x2e826f[_0x2915a0(0x98)],_0x2e826f[_0x2915a0(0x98)])){if(_0x3f897e)return _0x2e826f['qmweN'](_0x197c4d,_0x467988);_0x2e826f['QodCt'](_0x1040fa);}else _0x48760e={..._0x29f964[_0x2915a0(0xd2)],..._0x48760e};}return _0x48760e;},exports[a23_0x207dd0(0xe7)]=_0x57e14a=>{const _0x91645f=a23_0x207dd0,_0x4c549d=new BrowserstackLocalLauncher[(_0x91645f(0x86))](),_0x1764ea=this[_0x91645f(0x7a)](_0x57e14a),_0x26fa56=_0x4c549d[_0x91645f(0xf4)](_0x1764ea);if(_0x26fa56)throw _0x26fa56;return isLocalRunning=_0x4c549d[_0x91645f(0x8e)](),_0x4c549d;},exports[a23_0x207dd0(0xd1)]=async _0x37354b=>{const _0x114ae4=a23_0x207dd0,_0x529be9={'xogrV':function(_0x25cb3d,_0x3ab5c2){return _0x25cb3d!==_0x3ab5c2;},'rxIhK':_0x114ae4(0x8d),'jhPOX':_0x114ae4(0x92),'xyMcj':function(_0x563169,_0x4ccc43){return _0x563169===_0x4ccc43;},'UOoFd':_0x114ae4(0x8b),'oxvfD':function(_0x5d710e,_0xd9bb8e){return _0x5d710e(_0xd9bb8e);},'HPKpm':function(_0x501d2c){return _0x501d2c();},'eGMbR':function(_0x1266da){return _0x1266da();},'Vojpt':_0x114ae4(0xf7),'yLGsi':_0x114ae4(0xe8)};return new Promise((_0x5182b3,_0x2e3a1f)=>{const _0x390eb2=_0x114ae4,_0x186c75={'wGdrv':function(_0x4d4026,_0x308616){return _0x529be9['oxvfD'](_0x4d4026,_0x308616);},'rznmo':function(_0x1cb78b){const _0xe04f8b=a23_0x3393;return _0x529be9[_0xe04f8b(0x99)](_0x1cb78b);}};if(_0x529be9['xogrV'](_0x529be9['Vojpt'],_0x529be9[_0x390eb2(0xfd)]))_0x37354b&&_0x37354b[_0x390eb2(0x7f)](_0x342c6f=>{const _0x194099=_0x390eb2;if(_0x529be9[_0x194099(0x9b)](_0x529be9['rxIhK'],_0x529be9['jhPOX'])){if(_0x342c6f){if(_0x529be9[_0x194099(0x102)](_0x529be9[_0x194099(0xfe)],_0x529be9['UOoFd']))return _0x529be9[_0x194099(0xb0)](_0x2e3a1f,_0x342c6f);else{const _0x90d4ad={'MPfoW':function(_0x4ece5c,_0x5a86bd){const _0x13c468=_0x194099;return _0x186c75[_0x13c468(0xec)](_0x4ece5c,_0x5a86bd);},'vzkJD':function(_0x16f3f0){const _0x145ded=_0x194099;return _0x186c75[_0x145ded(0xa4)](_0x16f3f0);}};return new _0x2a0fa0((_0x1d8a47,_0x2b00cc)=>{const _0x5f2033=_0x194099;_0x57c0ba&&_0x57a8af[_0x5f2033(0x7f)](_0x2cb486=>{const _0x356232=_0x5f2033;if(_0x2cb486)return _0x90d4ad[_0x356232(0x107)](_0x2b00cc,_0x2cb486);_0x90d4ad[_0x356232(0xc2)](_0x1d8a47);});});}}_0x529be9['HPKpm'](_0x5182b3);}else{const _0x47f274={..._0x1d344a['browserStackLocalOptions'],..._0x5d7b05};_0x53d13c=_0x47f274;}});else{const _0x1c20d9=new _0x8de044[(_0x390eb2(0x86))](),_0x3556f5=this[_0x390eb2(0x7a)](_0x3c7cb4),_0xd3ffeb=_0x1c20d9[_0x390eb2(0xf4)](_0x3556f5);if(_0xd3ffeb)throw _0xd3ffeb;return _0x31bbad=_0x1c20d9[_0x390eb2(0x8e)](),_0x1c20d9;}});},exports[a23_0x207dd0(0xce)]=(_0x33fccf,_0x445e8f)=>{const _0x2576e8=a23_0x207dd0,_0xdf5352={};_0xdf5352[_0x2576e8(0xea)]=function(_0x55018f,_0x1dea10){return _0x55018f+_0x1dea10;},_0xdf5352[_0x2576e8(0xc1)]=function(_0x331491,_0x5c9f36){return _0x331491/_0x5c9f36;},_0xdf5352[_0x2576e8(0xbf)]=function(_0x2d4feb,_0x527740){return _0x2d4feb*_0x527740;},_0xdf5352['kfQuT']=function(_0x1c401b,_0x44cd58){return _0x1c401b&&_0x44cd58;},_0xdf5352['qbVTo']=function(_0x410d34,_0x401f18){return _0x410d34===_0x401f18;},_0xdf5352[_0x2576e8(0xd6)]=_0x2576e8(0x106),_0xdf5352['mkoXE']=function(_0x41eea0,_0x30fd35){return _0x41eea0&&_0x30fd35;},_0xdf5352[_0x2576e8(0x8c)]=function(_0x13cb68,_0x4d058e){return _0x13cb68!==_0x4d058e;},_0xdf5352['mAKJA']=_0x2576e8(0xad),_0xdf5352[_0x2576e8(0xd0)]='RIwtV',_0xdf5352[_0x2576e8(0xa6)]=_0x2576e8(0xa8);const _0x148f27=_0xdf5352,_0x519411=fs[_0x2576e8(0xfc)](this[_0x2576e8(0x94)]());if(_0x519411||_0x148f27[_0x2576e8(0xd4)](_0x33fccf,_0x445e8f)){if(_0x148f27['qbVTo'](_0x148f27[_0x2576e8(0xd6)],_0x148f27[_0x2576e8(0xd6)])){if(_0x148f27[_0x2576e8(0xa7)](_0x33fccf,_0x445e8f)){if(_0x148f27[_0x2576e8(0x8c)](_0x148f27['mAKJA'],_0x148f27[_0x2576e8(0xd0)])){const _0x2d7f16={};_0x2d7f16['username']=_0x33fccf,_0x2d7f16[_0x2576e8(0x79)]=_0x445e8f;const _0xf9ac57={};_0xf9ac57[_0x2576e8(0x7c)]=_0x2d7f16;const _0x5081d3=_0xf9ac57;fs['writeFileSync'](this[_0x2576e8(0x94)](),JSON[_0x2576e8(0xb8)](_0x5081d3));}else{const _0x3995ad={};_0x3995ad[_0x2576e8(0xf2)]=_0x525d3b,_0x3995ad[_0x2576e8(0x79)]=_0x206e8c;const _0x4ac2fb={};_0x4ac2fb['Browserstack']=_0x3995ad;const _0x5260d2=_0x4ac2fb;_0x5b81a5[_0x2576e8(0xe2)](this[_0x2576e8(0x94)](),_0x574927[_0x2576e8(0xb8)](_0x5260d2));}}const _0x234412=JSON[_0x2576e8(0xfa)](fs['readFileSync'](this['getCredentialsPath'](),_0x148f27[_0x2576e8(0xa6)]));return[_0x234412[_0x2576e8(0x7c)]['username'],_0x234412['Browserstack'][_0x2576e8(0x79)]];}else return _0x56becb[_0x2576e8(0xed)](_0x148f27[_0x2576e8(0xea)](_0x1c32ca[_0x2576e8(0x83)](_0x148f27[_0x2576e8(0xc1)](_0x148f27[_0x2576e8(0xbf)](_0x41dc6b[_0x2576e8(0xc4)],0x2),_0x148f27['zmfgf'](_0x595559[_0x3a9f01[_0x2576e8(0x101)]],0x2))),0x1),0x1c2);}return null;},exports[a23_0x207dd0(0x81)]=async(_0x2038e9,_0x580893,_0x4eb1f5)=>{const _0x1c5407=a23_0x207dd0,_0x41a292={'GUVru':function(_0x1cacb9,_0x2b500f){return _0x1cacb9(_0x2b500f);},'KrvHp':'GET','wmmvj':function(_0x245a11,_0x5d776e){return _0x245a11===_0x5d776e;},'pkAnb':_0x1c5407(0x89)},_0x4737b1=_0x1c5407(0xba)+_0x2038e9+':'+_0x580893+'@'+AG_API_URL+_0x1c5407(0xf3)+_0x4eb1f5,_0x2aa42a={};_0x2aa42a['username']=_0x2038e9,_0x2aa42a['password']=_0x580893;const _0x35c57f={};_0x35c57f['url']=_0x4737b1,_0x35c57f[_0x1c5407(0xe9)]=_0x41a292['KrvHp'],_0x35c57f[_0x1c5407(0xf8)]=_0x2aa42a;const _0xa135bc=_0x35c57f,_0x3da21d=await _0x41a292[_0x1c5407(0xd5)](promisifiedRequest,_0xa135bc);if(_0x41a292[_0x1c5407(0xb6)](_0x3da21d[_0x1c5407(0xf0)],0xc8))return _0x41a292[_0x1c5407(0xb6)](_0x41a292['pkAnb'],_0x41a292[_0x1c5407(0xf9)])?JSON['parse'](_0x3da21d[_0x1c5407(0xe1)]):_0x41a292['GUVru'](_0x3c400e,_0x100512);return null;};
|
|
1
|
+
const a29_0x112dcb=a29_0x4c49;function a29_0x4c49(_0x3ac8bb,_0x51dde6){const _0x51e1ed=a29_0x51e1();return a29_0x4c49=function(_0x4c496a,_0x1fa904){_0x4c496a=_0x4c496a-0x184;let _0x742e69=_0x51e1ed[_0x4c496a];return _0x742e69;},a29_0x4c49(_0x3ac8bb,_0x51dde6);}function a29_0x51e1(){const _0x4bce7c=['message','constructor','DmHKX','existsSync','270911BRxcbL','ZGipx','gltro','Local','NsBnd','TvJHp','error','vKHDp','pfeUz','join','2WkSLiU','3699300QjSLMq','bXktg','ebUQZ','getGridDetails','ccuUq','forceLocal','wUfBT','stringify','mPoQK','eYcvG','YdDOi','ECAga','xkNMi','orOtj','hubVersion','localIdentifier','AoSco','key','pFiXR','ejqWP','chPCC','parse','QWbAN','5xMfBBS','kebabCase','PTioL','fetchOrUpdateUserConfig','homedir','isArray','PGyDs','minNodes','QrNJi','JLCkv','3080968wrltcM','customRepeaters','encodeBase64','ivVSe','ynMxw','concurrency','iKLoS','mCqgK','readFileSync','vfHXR','YmzvI','zVuIw','fDRrL','GXWXz','from','aACZy','nQHEX','split','OoxqV','ZyBux','wwwKC','method','CBkmR','ycPly','swwmZ','body','clusterName','startLocalBinarySync','reportToGalactusAndSendToEDS','custom-repeater','uaKNY','Jywjy','PQJub','request','.ats','auth','statusCode','aoAMn','kUurM','tFrIG','maxNodes','verbose','toNYF','sYFbl','BWdpG','ULGsp','s3Bucket','ami-0a0b7559ee7c88dcd','vhnaG','JvnIJ','startSync','xgRUX','ablTo','CXLra','ixILU','mHrLa','sendEventToBackend','cHQwJ','/packages/cli/get-grid-details?gridId=','ArJlT','getDirForConfig','2898712lHDFmT','Nzgae','PTjdi','push','cJAYc','oKLtg','hszHD','./webSocketUtils','fYNiB','emkRI','wKYGV','rNSwr','$1-$2','exdBr','Browserstack','https://','xMyLu','XzYBp','ami','MUkQq','uGEop','tqpBW','writeFileSync','promisify','ZiWJy','filter','kubeApply','browserStackLocalOptions','HGKay','username','GET','mTQpY','credentials.json','iBaPg','gmYLE','kMOSL','9|10|8|0|4|1|2|6|3|7|5','ats-repeater','KSTUU','getCredentialsPath','setLocalArgs','stop','UQmyZ','true','xxGKv','2308439uqKsgZ','browserVersion','getAccessKey','utf-8','cBude','FKnLN','ItDLZ','WFqxl','@kubernetes/client-node','password','9|6|0|7|8|4|1|10|5|3|2','OhrPe','read','hSvUV','browserstack-local','nIxVV','./instrumentationUtils','65601osYHcw','JKsal','qarLB','hPZLt','uTiaj','kind','sWVlh','instanceType','xFcSK','1713744mUIBtL','replace','NkjYH','path','TKHJs','isRunning','accessKey','ptUnR','XDpMp','util','cloudProvider','UUdYU'];a29_0x51e1=function(){return _0x4bce7c;};return a29_0x51e1();}(function(_0x75d9e4,_0x554d75){const _0x41ca62=a29_0x4c49,_0x3c01eb=_0x75d9e4();while(!![]){try{const _0x2b4f3a=parseInt(_0x41ca62(0x1e1))/0x1+parseInt(_0x41ca62(0x1eb))/0x2*(parseInt(_0x41ca62(0x1c8))/0x3)+parseInt(_0x41ca62(0x18a))/0x4*(-parseInt(_0x41ca62(0x203))/0x5)+parseInt(_0x41ca62(0x1ec))/0x6+-parseInt(_0x41ca62(0x1b7))/0x7+parseInt(_0x41ca62(0x20d))/0x8+parseInt(_0x41ca62(0x1d1))/0x9;if(_0x2b4f3a===_0x554d75)break;else _0x3c01eb['push'](_0x3c01eb['shift']());}catch(_0x52308e){_0x3c01eb['push'](_0x3c01eb['shift']());}}}(a29_0x51e1,0x6914a));const path=require(a29_0x112dcb(0x1d4)),os=require('os'),fs=require('fs'),webSocketUtils=require(a29_0x112dcb(0x191)),{sendInstrumentationEvent}=require(a29_0x112dcb(0x1c7)),BrowserstackLocalLauncher=require(a29_0x112dcb(0x1c5)),util=require(a29_0x112dcb(0x1da)),request=require(a29_0x112dcb(0x22e)),k8s=require(a29_0x112dcb(0x1bf)),{logger}=require('../config/logger'),promisifiedRequest=util[a29_0x112dcb(0x1a1)](request),{global_registry,WS_EVENTS,AG_API_URL}=require('../config/constants');exports[a29_0x112dcb(0x20f)]=_0x475aec=>Buffer[a29_0x112dcb(0x21b)](_0x475aec)['toString']('base64'),exports[a29_0x112dcb(0x189)]=()=>{const _0xb65bf9=a29_0x112dcb,_0x522ae7={};_0x522ae7[_0xb65bf9(0x1ff)]=_0xb65bf9(0x22f);const _0x292817=_0x522ae7;return path[_0xb65bf9(0x1ea)](os[_0xb65bf9(0x207)](),_0x292817[_0xb65bf9(0x1ff)]);},exports[a29_0x112dcb(0x1b1)]=()=>{const _0x1067e2=a29_0x112dcb,_0x1a9e47={};_0x1a9e47[_0x1067e2(0x232)]=_0x1067e2(0x1aa);const _0x264321=_0x1a9e47;return path[_0x1067e2(0x1ea)](this[_0x1067e2(0x189)](),_0x264321[_0x1067e2(0x232)]);},exports['updateGlobalRegistryWithConfig']=(_0x5c2bbd,_0x416cb9,_0x14d67a,_0x250062,_0x5bdbfd,_0x1e381b,_0x614d4f,_0x270ce0,_0x1a9566,_0x53a39b,_0x17d274)=>{const _0x44ea00=a29_0x112dcb,_0xc05467={};_0xc05467[_0x44ea00(0x1f7)]=_0x44ea00(0x1ae),_0xc05467[_0x44ea00(0x1a2)]=_0x44ea00(0x23c);const _0x5cedfd=_0xc05467,_0x3a833b=_0x5cedfd['ECAga'][_0x44ea00(0x21e)]('|');let _0xbd2516=0x0;while(!![]){switch(_0x3a833b[_0xbd2516++]){case'0':global_registry['concurrency']=_0x250062;continue;case'1':global_registry[_0x44ea00(0x23b)]=_0x1e381b;continue;case'2':global_registry[_0x44ea00(0x19c)]=_0x614d4f[_0x44ea00(0x19c)]||_0x5cedfd[_0x44ea00(0x1a2)];continue;case'3':global_registry[_0x44ea00(0x1b8)]=_0x1a9566;continue;case'4':global_registry[_0x44ea00(0x1cf)]=_0x5bdbfd;continue;case'5':global_registry[_0x44ea00(0x235)]=_0x17d274;continue;case'6':global_registry['hubVersion']=_0x270ce0;continue;case'7':global_registry[_0x44ea00(0x20a)]=_0x53a39b;continue;case'8':global_registry[_0x44ea00(0x227)]=_0x416cb9;continue;case'9':global_registry['cloudProvider']=_0x5c2bbd;continue;case'10':global_registry['clusterRegion']=_0x14d67a;continue;}break;}},exports[a29_0x112dcb(0x204)]=_0x2293be=>_0x2293be[a29_0x112dcb(0x1d2)](/([a-z])([A-Z])/g,a29_0x112dcb(0x196))[a29_0x112dcb(0x1d2)](/[\s_]+/g,'-')['toLowerCase'](),exports[a29_0x112dcb(0x229)]=async(_0x16aa36,_0x4b4891,_0x135026,_0x4a7d70,_0x53595d,_0x8e973d,_0x54c730)=>{const _0x224d7e=a29_0x112dcb,_0x24d4c2={'QNEze':function(_0x1049f3,_0x4fae6e,_0x79ef88,_0x50f52e,_0x16af0c,_0x25c4d8,_0x944d17){return _0x1049f3(_0x4fae6e,_0x79ef88,_0x50f52e,_0x16af0c,_0x25c4d8,_0x944d17);}};await _0x24d4c2['QNEze'](sendInstrumentationEvent,_0x16aa36,_0x53595d,_0x4a7d70,_0x8e973d,null,_0x16aa36);const _0x46556b={};_0x46556b['type']=WS_EVENTS['LOG'],_0x46556b[_0x224d7e(0x1dd)]=_0x135026,await webSocketUtils[_0x224d7e(0x185)](_0x4b4891,_0x46556b,_0x54c730,!![]);},exports[a29_0x112dcb(0x1b9)]=_0xe84ad1=>{const _0x3eef3d=a29_0x112dcb;return _0xe84ad1[_0x3eef3d(0x1d7)];},exports['setLocalArgs']=_0x335bec=>{const _0x4efcb5=a29_0x112dcb,_0x4a64ff={'nQHEX':function(_0x1ebec7,_0x37c7fd){return _0x1ebec7(_0x37c7fd);},'riLgJ':function(_0x408e9d){return _0x408e9d();},'kMOSL':_0x4efcb5(0x1fd),'tqpBW':_0x4efcb5(0x236),'QrNJi':_0x4efcb5(0x1f1),'gltro':_0x4efcb5(0x1b5),'ptUnR':_0x4efcb5(0x1fb),'FKnLN':_0x4efcb5(0x1af),'JLCkv':function(_0x168ccd,_0x6aa733){return _0x168ccd!==_0x6aa733;},'WFqxl':_0x4efcb5(0x197),'rNSwr':_0x4efcb5(0x1b0),'VvBqL':'custom-repeater','SQMDe':function(_0x15dacb,_0x4a262f){return _0x15dacb===_0x4a262f;},'pfeUz':function(_0x462f61,_0x3c3aa3){return _0x462f61===_0x3c3aa3;},'wKYGV':_0x4efcb5(0x1f9)};let _0x2fd329={};_0x2fd329[_0x4a64ff[_0x4efcb5(0x1ad)]]=this['getAccessKey'](_0x335bec),_0x2fd329[_0x4a64ff[_0x4efcb5(0x19f)]]=0x3,_0x2fd329[_0x4a64ff[_0x4efcb5(0x20b)]]=_0x4a64ff[_0x4efcb5(0x1e3)],_0x2fd329[_0x4a64ff[_0x4efcb5(0x1d8)]]=_0x4a64ff[_0x4efcb5(0x1bc)];if(_0x335bec[_0x4efcb5(0x20e)]&&Array[_0x4efcb5(0x208)](_0x335bec[_0x4efcb5(0x20e)])){if(_0x4a64ff[_0x4efcb5(0x20c)](_0x4a64ff[_0x4efcb5(0x1be)],_0x4a64ff[_0x4efcb5(0x195)]))_0x2fd329[_0x4a64ff['VvBqL']]=_0x335bec[_0x4efcb5(0x20e)][_0x4efcb5(0x1ea)](',');else{const _0x139229=new _0x2d1bf3[(_0x4efcb5(0x1e4))](),_0x330a55=this['setLocalArgs'](_0x13645f),_0x353a4b=_0x139229['startSync'](_0x330a55);if(_0x353a4b)throw _0x353a4b;return _0xf3005a=_0x139229[_0x4efcb5(0x1d6)](),_0x139229;}}if(_0x335bec[_0x4efcb5(0x1a5)]&&_0x4a64ff['SQMDe'](_0x335bec[_0x4efcb5(0x1a5)]['constructor'],Object)){if(_0x4a64ff[_0x4efcb5(0x1e9)](_0x4a64ff[_0x4efcb5(0x194)],_0x4a64ff['wKYGV']))_0x2fd329={..._0x335bec['browserStackLocalOptions'],..._0x2fd329};else{if(_0x52d801)return _0x4a64ff[_0x4efcb5(0x21d)](_0x5871cc,_0x3f9745);_0x4a64ff['riLgJ'](_0xcdf87d);}}return _0x2fd329;},exports[a29_0x112dcb(0x228)]=_0x25c2b1=>{const _0x277413=a29_0x112dcb,_0x42c616=new BrowserstackLocalLauncher[(_0x277413(0x1e4))](),_0x4c444a=this[_0x277413(0x1b2)](_0x25c2b1),_0x5e10bf=_0x42c616[_0x277413(0x23f)](_0x4c444a);if(_0x5e10bf)throw _0x5e10bf;return isLocalRunning=_0x42c616[_0x277413(0x1d6)](),_0x42c616;},exports['stopLocalBinary']=async _0x20b9fe=>{const _0x3521bf=a29_0x112dcb,_0x11c9db={'hSvUV':function(_0x436972,_0xc7f628){return _0x436972&&_0xc7f628;},'tFrIG':_0x3521bf(0x1ba),'xkNMi':_0x3521bf(0x1fd),'icFgv':_0x3521bf(0x236),'Ebuyq':_0x3521bf(0x1f1),'POiYa':_0x3521bf(0x1b5),'qXJZk':_0x3521bf(0x1fb),'uGEop':_0x3521bf(0x1af),'PGyDs':_0x3521bf(0x22a),'sWVlh':function(_0x2a1ed8,_0x55e1b3){return _0x2a1ed8===_0x55e1b3;},'qarLB':function(_0x3ae82c,_0x45e0a1){return _0x3ae82c(_0x45e0a1);},'swwmZ':function(_0xb43eb2){return _0xb43eb2();},'vKHDp':function(_0xa85a15,_0xb90863){return _0xa85a15!==_0xb90863;},'XDpMp':'XEzkY','mPoQK':function(_0x19af70,_0x48471d){return _0x19af70===_0x48471d;},'ccuUq':'Qfgqy','ZGipx':_0x3521bf(0x214),'XzYBp':function(_0x268e60,_0x4f6bcd){return _0x268e60===_0x4f6bcd;},'ynMxw':_0x3521bf(0x190),'zVuIw':_0x3521bf(0x1f5)};return new Promise((_0x5c8e8a,_0x1f78b3)=>{const _0x4999be=_0x3521bf,_0xa14710={'airHv':function(_0x105d9f,_0x503985){const _0x455d29=a29_0x4c49;return _0x11c9db[_0x455d29(0x1c4)](_0x105d9f,_0x503985);},'QUXwa':_0x11c9db[_0x4999be(0x234)],'bXktg':_0x11c9db[_0x4999be(0x1f8)],'PTjdi':_0x11c9db['icFgv'],'mHrLa':_0x11c9db['Ebuyq'],'iBaPg':_0x11c9db['POiYa'],'mTQpY':_0x11c9db['qXJZk'],'NsBnd':_0x11c9db[_0x4999be(0x19e)],'PTioL':_0x11c9db[_0x4999be(0x209)],'NkjYH':function(_0x316b14,_0x2063a1){const _0x1bd1a8=_0x4999be;return _0x11c9db[_0x1bd1a8(0x1ce)](_0x316b14,_0x2063a1);},'xMyLu':function(_0x59a9ba,_0x131876){const _0x52b003=_0x4999be;return _0x11c9db[_0x52b003(0x1ca)](_0x59a9ba,_0x131876);},'kUurM':function(_0x4f0c19){const _0x8a23d4=_0x4999be;return _0x11c9db[_0x8a23d4(0x225)](_0x4f0c19);},'YdDOi':function(_0x4e7167,_0x56abd0){const _0x287010=_0x4999be;return _0x11c9db[_0x287010(0x1e8)](_0x4e7167,_0x56abd0);},'iKLoS':_0x11c9db[_0x4999be(0x1d9)],'toNYF':function(_0x469ac4,_0x14e74d){const _0x13e45a=_0x4999be;return _0x11c9db[_0x13e45a(0x1f4)](_0x469ac4,_0x14e74d);},'FOppg':_0x11c9db[_0x4999be(0x1f0)],'oKLtg':_0x11c9db[_0x4999be(0x1e2)],'BWdpG':function(_0xefedc5){return _0x11c9db['swwmZ'](_0xefedc5);}};if(_0x11c9db[_0x4999be(0x19b)](_0x11c9db[_0x4999be(0x211)],_0x11c9db[_0x4999be(0x218)])){if(_0xa14710['airHv'](_0x56a8d8,_0x54369d)){const _0x476676={};_0x476676[_0x4999be(0x1a7)]=_0x5b9e16,_0x476676['password']=_0x484b35;const _0x1baa8e={};_0x1baa8e['Browserstack']=_0x476676;const _0x30bf8f=_0x1baa8e;_0x25df1d[_0x4999be(0x1a0)](this[_0x4999be(0x1b1)](),_0x2b7225[_0x4999be(0x1f3)](_0x30bf8f));}const _0x384492=_0xd46faa[_0x4999be(0x201)](_0x2f7c9b[_0x4999be(0x215)](this[_0x4999be(0x1b1)](),_0xa14710['QUXwa']));return[_0x384492[_0x4999be(0x198)][_0x4999be(0x1a7)],_0x384492[_0x4999be(0x198)][_0x4999be(0x1c0)]];}else _0x20b9fe&&_0x20b9fe['stop'](_0xac7d1e=>{const _0xf9df54=_0x4999be,_0x1808e1={'DmHKX':_0xa14710[_0xf9df54(0x1ed)],'CBkmR':_0xa14710[_0xf9df54(0x18c)],'OhrPe':_0xa14710[_0xf9df54(0x184)],'YmzvI':_0xa14710[_0xf9df54(0x1ab)],'ULGsp':_0xa14710[_0xf9df54(0x1a9)],'QWbAN':_0xa14710[_0xf9df54(0x1e5)],'Jywjy':_0xa14710[_0xf9df54(0x205)],'hPZLt':function(_0x4441f3,_0x1a562e){const _0x554f8f=_0xf9df54;return _0xa14710[_0x554f8f(0x1d3)](_0x4441f3,_0x1a562e);},'sYFbl':function(_0x2f1970,_0x5c28b1){const _0x59da4c=_0xf9df54;return _0xa14710[_0x59da4c(0x19a)](_0x2f1970,_0x5c28b1);},'RVEWo':function(_0x2e05b5){const _0x1ffc84=_0xf9df54;return _0xa14710[_0x1ffc84(0x233)](_0x2e05b5);}};if(_0xa14710[_0xf9df54(0x1f6)](_0xa14710['iKLoS'],_0xa14710[_0xf9df54(0x213)])){let _0x109808={};return _0x109808[_0x1808e1[_0xf9df54(0x1df)]]=this['getAccessKey'](_0x21a141),_0x109808[_0x1808e1[_0xf9df54(0x223)]]=0x3,_0x109808[_0x1808e1[_0xf9df54(0x1c2)]]=_0x1808e1[_0xf9df54(0x217)],_0x109808[_0x1808e1[_0xf9df54(0x23a)]]=_0x1808e1[_0xf9df54(0x202)],_0x34b7b3[_0xf9df54(0x20e)]&&_0x888221[_0xf9df54(0x208)](_0x32b279[_0xf9df54(0x20e)])&&(_0x109808[_0x1808e1[_0xf9df54(0x22c)]]=_0x2941d8[_0xf9df54(0x20e)][_0xf9df54(0x1ea)](',')),_0x1174d6[_0xf9df54(0x1a5)]&&_0x1808e1[_0xf9df54(0x1cb)](_0x5035e9[_0xf9df54(0x1a5)][_0xf9df54(0x1de)],_0x18de8a)&&(_0x109808={..._0x5dcf23[_0xf9df54(0x1a5)],..._0x109808}),_0x109808;}else{if(_0xac7d1e){if(_0xa14710[_0xf9df54(0x237)](_0xa14710['FOppg'],_0xa14710[_0xf9df54(0x18f)]))_0x33d2db&&_0x3e6a44[_0xf9df54(0x1b3)](_0x44ee55=>{const _0x547002=_0xf9df54;if(_0x44ee55)return _0x1808e1[_0x547002(0x238)](_0x45450e,_0x44ee55);_0x1808e1['RVEWo'](_0x496b2e);});else return _0xa14710[_0xf9df54(0x19a)](_0x1f78b3,_0xac7d1e);}_0xa14710[_0xf9df54(0x239)](_0x5c8e8a);}});});},exports[a29_0x112dcb(0x206)]=(_0x396992,_0x51c9bd)=>{const _0x41e207=a29_0x112dcb,_0x1c8ee9={};_0x1c8ee9[_0x41e207(0x188)]=_0x41e207(0x22f),_0x1c8ee9[_0x41e207(0x200)]=function(_0x179bea,_0x1dbdb6){return _0x179bea&&_0x1dbdb6;},_0x1c8ee9[_0x41e207(0x21f)]=function(_0x30a309,_0x393b51){return _0x30a309===_0x393b51;},_0x1c8ee9[_0x41e207(0x219)]=_0x41e207(0x1cc),_0x1c8ee9[_0x41e207(0x193)]=_0x41e207(0x1a6),_0x1c8ee9[_0x41e207(0x242)]=function(_0x4aec0e,_0x537bed){return _0x4aec0e===_0x537bed;},_0x1c8ee9['fRJYJ']=_0x41e207(0x1bb),_0x1c8ee9[_0x41e207(0x1fe)]=_0x41e207(0x186),_0x1c8ee9[_0x41e207(0x22d)]=_0x41e207(0x1ba);const _0x33a852=_0x1c8ee9,_0x42bed0=fs[_0x41e207(0x1e0)](this[_0x41e207(0x1b1)]());if(_0x42bed0||_0x33a852[_0x41e207(0x200)](_0x396992,_0x51c9bd)){if(_0x33a852[_0x41e207(0x21f)](_0x33a852[_0x41e207(0x219)],_0x33a852[_0x41e207(0x193)]))return _0x626183[_0x41e207(0x1d7)];else{if(_0x33a852[_0x41e207(0x200)](_0x396992,_0x51c9bd)){if(_0x33a852['CXLra'](_0x33a852['fRJYJ'],_0x33a852[_0x41e207(0x1fe)]))return _0x3fee1d[_0x41e207(0x1ea)](_0x2a431e[_0x41e207(0x207)](),_0x33a852[_0x41e207(0x188)]);else{const _0x1c6f4e={};_0x1c6f4e[_0x41e207(0x1a7)]=_0x396992,_0x1c6f4e['password']=_0x51c9bd;const _0x557a1a={};_0x557a1a[_0x41e207(0x198)]=_0x1c6f4e;const _0x20a9b3=_0x557a1a;fs[_0x41e207(0x1a0)](this[_0x41e207(0x1b1)](),JSON[_0x41e207(0x1f3)](_0x20a9b3));}}const _0x5050f4=JSON['parse'](fs[_0x41e207(0x215)](this['getCredentialsPath'](),_0x33a852[_0x41e207(0x22d)]));return[_0x5050f4[_0x41e207(0x198)][_0x41e207(0x1a7)],_0x5050f4[_0x41e207(0x198)][_0x41e207(0x1c0)]];}}return null;},exports[a29_0x112dcb(0x1ef)]=async(_0xb25901,_0x10f608,_0x8c12ab)=>{const _0x3c9247=a29_0x112dcb,_0x364ec7={'JvnIJ':_0x3c9247(0x1a8),'ebUQZ':function(_0x217a18,_0x498999){return _0x217a18(_0x498999);},'GXWXz':function(_0x25ec72,_0xbf1f24){return _0x25ec72===_0xbf1f24;},'uaKNY':_0x3c9247(0x224),'vfHXR':_0x3c9247(0x241)},_0x3d301c=_0x3c9247(0x199)+_0xb25901+':'+_0x10f608+'@'+AG_API_URL+_0x3c9247(0x187)+_0x8c12ab,_0x40e34b={};_0x40e34b[_0x3c9247(0x1a7)]=_0xb25901,_0x40e34b[_0x3c9247(0x1c0)]=_0x10f608;const _0x3eff5d={};_0x3eff5d['url']=_0x3d301c,_0x3eff5d[_0x3c9247(0x222)]=_0x364ec7[_0x3c9247(0x23e)],_0x3eff5d[_0x3c9247(0x230)]=_0x40e34b;const _0x236e9c=_0x3eff5d,_0xb759e1=await _0x364ec7[_0x3c9247(0x1ee)](promisifiedRequest,_0x236e9c);if(_0x364ec7[_0x3c9247(0x21a)](_0xb759e1[_0x3c9247(0x231)],0xc8)){if(_0x364ec7[_0x3c9247(0x21a)](_0x364ec7[_0x3c9247(0x22b)],_0x364ec7[_0x3c9247(0x216)])){const _0x171ebd={};_0x171ebd[_0x3c9247(0x1a7)]=_0x140226,_0x171ebd[_0x3c9247(0x1c0)]=_0x1523b1;const _0x2380b7={};_0x2380b7[_0x3c9247(0x198)]=_0x171ebd;const _0x177059=_0x2380b7;_0x10997b[_0x3c9247(0x1a0)](this[_0x3c9247(0x1b1)](),_0x3fc060['stringify'](_0x177059));}else return[_0xb759e1,JSON[_0x3c9247(0x201)](_0xb759e1[_0x3c9247(0x226)])];}return[_0xb759e1,null];},exports[a29_0x112dcb(0x1a4)]=async(_0x576f44,_0x276d4f)=>{const _0x272500=a29_0x112dcb,_0x3a8540={'epnTD':_0x272500(0x1aa),'MUkQq':_0x272500(0x22a),'TvJHp':function(_0x1bd346,_0x48e5d5){return _0x1bd346(_0x48e5d5);},'oCdCd':_0x272500(0x1c1),'ixILU':_0x272500(0x23c),'xxGKv':function(_0x434337){return _0x434337();},'xFcSK':function(_0x5e763d,_0x1da714){return _0x5e763d!==_0x1da714;},'gmYLE':_0x272500(0x220),'fYNiB':_0x272500(0x1b4),'vhnaG':function(_0x2e40ee,_0xc1a54a){return _0x2e40ee===_0xc1a54a;},'VYqSX':_0x272500(0x240),'AoSco':_0x272500(0x18b),'wwwKC':'HqCvN','cJAYc':_0x272500(0x210),'JPXGn':_0x272500(0x1c9),'BsLUv':function(_0x168a34,_0x224b82){return _0x168a34!==_0x224b82;},'nIxVV':_0x272500(0x1dc),'ItDLZ':_0x272500(0x21c)},_0x36009c=await k8s['KubernetesObjectApi']['makeApiClient'](_0x276d4f),_0x26697e=_0x576f44[_0x272500(0x1a3)](_0x47e9a5=>_0x47e9a5&&_0x47e9a5[_0x272500(0x1cd)]&&_0x47e9a5['metadata']),_0x1d2912=[];for await(const _0x263a5c of _0x26697e){if(_0x3a8540[_0x272500(0x1d0)](_0x3a8540[_0x272500(0x1ac)],_0x3a8540[_0x272500(0x192)]))try{if(_0x3a8540['vhnaG'](_0x3a8540['VYqSX'],_0x3a8540[_0x272500(0x1fc)]))return _0x4dce85[_0x272500(0x1ea)](this[_0x272500(0x189)](),_0x3a8540['epnTD']);else{await _0x36009c[_0x272500(0x1c3)](_0x263a5c);const _0x1b2ca7=await _0x36009c['patch'](_0x263a5c);_0x1d2912[_0x272500(0x18d)](_0x1b2ca7['body']);}}catch(_0x461f8b){if(_0x3a8540['xFcSK'](_0x3a8540[_0x272500(0x221)],_0x3a8540['wwwKC']))_0x5e7c20[_0x3a8540[_0x272500(0x19d)]]=_0x813a19[_0x272500(0x20e)][_0x272500(0x1ea)](',');else try{if(_0x3a8540[_0x272500(0x23d)](_0x3a8540[_0x272500(0x18e)],_0x3a8540['JPXGn']))return _0x3a8540[_0x272500(0x1e6)](_0x545143,_0x31083a);else{const _0x24765f=await _0x36009c['create'](_0x263a5c);_0x1d2912[_0x272500(0x18d)](_0x24765f[_0x272500(0x226)]);}}catch(_0x49e1dd){if(_0x3a8540['BsLUv'](_0x3a8540[_0x272500(0x1c6)],_0x3a8540[_0x272500(0x1bd)]))logger[_0x272500(0x1e7)](_0x49e1dd),process['exit'](0x1);else{const _0x35eed9=_0x3a8540['oCdCd'][_0x272500(0x21e)]('|');let _0xb144ff=0x0;while(!![]){switch(_0x35eed9[_0xb144ff++]){case'0':_0x590aab[_0x272500(0x227)]=_0x14878d;continue;case'1':_0x13f152[_0x272500(0x19c)]=_0x2abf18[_0x272500(0x19c)]||_0x3a8540[_0x272500(0x243)];continue;case'2':_0x1b529d[_0x272500(0x235)]=_0x3cce3a;continue;case'3':_0x3630b4[_0x272500(0x20a)]=_0x2fd567;continue;case'4':_0x4440f[_0x272500(0x23b)]=_0x1e77eb;continue;case'5':_0x1d13ae[_0x272500(0x1b8)]=_0x356393;continue;case'6':_0x2c5836['clusterRegion']=_0x5b9230;continue;case'7':_0x14558a[_0x272500(0x212)]=_0x43536d;continue;case'8':_0x17410b[_0x272500(0x1cf)]=_0x293011;continue;case'9':_0x4006a0[_0x272500(0x1db)]=_0x16b466;continue;case'10':_0x24760f[_0x272500(0x1fa)]=_0x5195f1;continue;}break;}}}}else{const _0xe5f036={'TKHJs':function(_0x30055d,_0x4952a5){const _0x37bdd4=_0x272500;return _0x3a8540[_0x37bdd4(0x1e6)](_0x30055d,_0x4952a5);},'wUfBT':function(_0x1068fc){const _0x1bbfa9=_0x272500;return _0x3a8540[_0x1bbfa9(0x1b6)](_0x1068fc);}};return new _0x4dabed((_0x292986,_0x144456)=>{const _0xfbb9e=_0x272500,_0xd2c053={'GpNoR':function(_0x3a7bda,_0x21876c){const _0x52b2d8=a29_0x4c49;return _0xe5f036[_0x52b2d8(0x1d5)](_0x3a7bda,_0x21876c);},'sqBbn':function(_0x400fd1){const _0x379eea=a29_0x4c49;return _0xe5f036[_0x379eea(0x1f2)](_0x400fd1);}};_0x160223&&_0x3ed1fd[_0xfbb9e(0x1b3)](_0x135278=>{if(_0x135278)return _0xd2c053['GpNoR'](_0x144456,_0x135278);_0xd2c053['sqBbn'](_0x292986);});});}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a30_0x255c(){const _0x4bfbcb=['true','addListeners','yxPWw','jCJVR','1328290KMoGrV','lruTn','KztXL','dxOSy','MWtks','../config/logger','1544964OcqfNW','delay','debug','close','addEventListener','bXhAo','982248PUlIca','6WxkBGA','BIeWr','oGRaz','rtfGa','qBQGR','21gUhtHG','fKjUm','tkQpG','fSuvi','rIxiZ','NtuYp',']:\x20','parse','env','type','VooQh','cMAlR','glyww','TBkzg','data','MWDEk','toUTCString','yTRfW','username','3878991clDAHh','WS_OPENED_BEFORE','zyoDl','cQgCj','stringify','requestId','cRYsS','message','xNqFn','pCjsX','lIqXO','exQlD','sendEventToBackend','error','QHHsT','vSsgs','mBRor','EHlVi','6wAwOgq','fpxeY','open','logType','wizMk','OTbOh','Socket\x20error:\x20','ayQmV','Message\x20received\x20from\x20server!\x20=>\x20','37366hnPmXp','huaHl','8528510kDvXCS','bstackUsername','CXxqx','mrRoF','Socket\x20closed','2017744wiHuwA','Socket\x20open','cgdrL','fxzWY','HfHLW','LOG','wkuAg','UuWOk','uKcFT','ODgKo','WS_CLOSED_BEFORE','nECmu','KhOfH','NMQUm','ItrsX','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','svhLe','KPLuy','TEOJm','nYGNx'];a30_0x255c=function(){return _0x4bfbcb;};return a30_0x255c();}const a30_0x5c5a39=a30_0x1a64;(function(_0x2b3693,_0x1ef83a){const _0x3ce3f4=a30_0x1a64,_0x37cd06=_0x2b3693();while(!![]){try{const _0x255e1b=-parseInt(_0x3ce3f4(0x101))/0x1*(-parseInt(_0x3ce3f4(0xd5))/0x2)+parseInt(_0x3ce3f4(0xfa))/0x3+-parseInt(_0x3ce3f4(0xdc))/0x4+-parseInt(_0x3ce3f4(0xf4))/0x5*(-parseInt(_0x3ce3f4(0xcc))/0x6)+parseInt(_0x3ce3f4(0x106))/0x7*(parseInt(_0x3ce3f4(0x100))/0x8)+parseInt(_0x3ce3f4(0xba))/0x9+-parseInt(_0x3ce3f4(0xd7))/0xa;if(_0x255e1b===_0x1ef83a)break;else _0x37cd06['push'](_0x37cd06['shift']());}catch(_0x2bc93){_0x37cd06['push'](_0x37cd06['shift']());}}}(a30_0x255c,0x51bcf));const {global_registry,WS_EVENTS}=require('../config/constants'),{logger}=require(a30_0x5c5a39(0xf9));exports[a30_0x5c5a39(0xf1)]=_0x5e9c0c=>{const _0x5810a6=a30_0x5c5a39,_0x3ff7dd={};_0x3ff7dd[_0x5810a6(0xe8)]=_0x5810a6(0xdd),_0x3ff7dd[_0x5810a6(0xb4)]=function(_0x10b5f1,_0x577800){return _0x10b5f1!==_0x577800;},_0x3ff7dd['zyoDl']='RQEOl',_0x3ff7dd['nYGNx']=_0x5810a6(0xcb),_0x3ff7dd[_0x5810a6(0xe0)]=function(_0x5b4dfb,_0x1a03ed){return _0x5b4dfb===_0x1a03ed;},_0x3ff7dd[_0x5810a6(0xf2)]='true',_0x3ff7dd[_0x5810a6(0xc2)]=function(_0x4d31c1,_0x5e25fb){return _0x4d31c1===_0x5e25fb;},_0x3ff7dd['qBQGR']=_0x5810a6(0xf8),_0x3ff7dd['UuWOk']=_0x5810a6(0x104),_0x3ff7dd['BIeWr']='Socket\x20reconnected',_0x3ff7dd[_0x5810a6(0xd0)]='gAqfK',_0x3ff7dd[_0x5810a6(0xca)]=function(_0x38f826,_0x5f28a){return _0x38f826!==_0x5f28a;},_0x3ff7dd[_0x5810a6(0xb1)]=_0x5810a6(0xb8),_0x3ff7dd[_0x5810a6(0xc4)]=_0x5810a6(0x10b),_0x3ff7dd[_0x5810a6(0xb6)]=function(_0x52de4d,_0x3d7806){return _0x52de4d===_0x3d7806;},_0x3ff7dd[_0x5810a6(0xf7)]=_0x5810a6(0x10a),_0x3ff7dd[_0x5810a6(0xc0)]=function(_0x6679c6,_0x54f846){return _0x6679c6!==_0x54f846;},_0x3ff7dd[_0x5810a6(0xb2)]=_0x5810a6(0xd6),_0x3ff7dd[_0x5810a6(0xff)]=function(_0xc9142e,_0x52c1a3){return _0xc9142e===_0x52c1a3;},_0x3ff7dd[_0x5810a6(0xd1)]=_0x5810a6(0xc5),_0x3ff7dd[_0x5810a6(0xbd)]=_0x5810a6(0xf6),_0x3ff7dd['svhLe']=_0x5810a6(0xe9),_0x3ff7dd[_0x5810a6(0x109)]=function(_0x16479b,_0x59e52b){return _0x16479b===_0x59e52b;},_0x3ff7dd[_0x5810a6(0xe4)]=_0x5810a6(0xe2),_0x3ff7dd[_0x5810a6(0xd3)]='XvuFK',_0x3ff7dd['cgdrL']=_0x5810a6(0xdb),_0x3ff7dd[_0x5810a6(0xc8)]=_0x5810a6(0xce),_0x3ff7dd[_0x5810a6(0xed)]='message',_0x3ff7dd[_0x5810a6(0xc3)]=_0x5810a6(0xc7),_0x3ff7dd['tkQpG']=_0x5810a6(0xfd);const _0x3d9fa3=_0x3ff7dd;_0x5e9c0c['addEventListener'](_0x3d9fa3[_0x5810a6(0xc8)],()=>{const _0x5b6533=_0x5810a6,_0x4ec3e5={};_0x4ec3e5[_0x5b6533(0xb3)]=_0x3d9fa3[_0x5b6533(0xe8)];const _0x2e7528=_0x4ec3e5;if(_0x3d9fa3['TBkzg'](_0x3d9fa3[_0x5b6533(0xbc)],_0x3d9fa3[_0x5b6533(0xef)]))_0x3d9fa3[_0x5b6533(0xe0)](process['env'][_0x5b6533(0xe6)],_0x3d9fa3[_0x5b6533(0xf2)])?_0x3d9fa3['xNqFn'](_0x3d9fa3[_0x5b6533(0x105)],_0x3d9fa3[_0x5b6533(0xe3)])?_0x4ca06f[_0x5b6533(0xfc)](_0x5b6533(0xd2)+_0x2f0528):logger[_0x5b6533(0xfc)](_0x3d9fa3['BIeWr']):_0x3d9fa3['HfHLW'](_0x3d9fa3[_0x5b6533(0xd0)],_0x3d9fa3[_0x5b6533(0xd0)])?(logger[_0x5b6533(0xfc)](_0x3d9fa3['KhOfH']),process[_0x5b6533(0xaf)][_0x5b6533(0xbb)]=!![]):(_0x19e4d0[_0x5b6533(0xfc)](_0x2e7528[_0x5b6533(0xb3)]),_0x56266b[_0x5b6533(0xaf)][_0x5b6533(0xbb)]=!![]);else{_0x4d7fd2['debug'](_0x5b6533(0xd4)+_0x4e91b5[_0x5b6533(0xb5)]);let _0x292c79,_0x5968b9;try{_0x5968b9=_0x1e77e7[_0x5b6533(0x10d)](_0x541fdf[_0x5b6533(0xb5)]),_0x292c79=_0x5968b9[_0x5b6533(0xb0)];}catch(_0x40f44f){_0x4f5fa7[_0x5b6533(0xc7)](_0x5b6533(0xeb)+_0x355c33[_0x5b6533(0xb5)]);}}}),_0x5e9c0c[_0x5810a6(0xfe)](_0x3d9fa3['KPLuy'],async function(_0x4b52f3){const _0xa0aa68=_0x5810a6;if(_0x3d9fa3['mBRor'](_0x3d9fa3[_0xa0aa68(0xb1)],_0x3d9fa3[_0xa0aa68(0xc4)])){logger[_0xa0aa68(0xfc)]('Message\x20received\x20from\x20server!\x20=>\x20'+_0x4b52f3[_0xa0aa68(0xb5)]);let _0x8165af,_0x36669d;try{if(_0x3d9fa3['MWDEk'](_0x3d9fa3['dxOSy'],_0x3d9fa3['dxOSy']))_0x36669d=JSON[_0xa0aa68(0x10d)](_0x4b52f3[_0xa0aa68(0xb5)]),_0x8165af=_0x36669d[_0xa0aa68(0xb0)];else{const _0x23fc93={};return _0x23fc93[_0xa0aa68(0xbf)]=_0x2c265a[_0xa0aa68(0xbf)],_0x23fc93[_0xa0aa68(0xb9)]=_0x28b5dc[_0xa0aa68(0xd8)],_0x23fc93;}}catch(_0x85c06f){_0x3d9fa3[_0xa0aa68(0xc0)](_0x3d9fa3[_0xa0aa68(0xb2)],_0x3d9fa3[_0xa0aa68(0xb2)])?(_0x4a39b9=_0x4cecfc[_0xa0aa68(0x10d)](_0xdf3610[_0xa0aa68(0xb5)]),_0x285973=_0x5d8ab9[_0xa0aa68(0xb0)]):logger[_0xa0aa68(0xc7)](_0xa0aa68(0xeb)+_0x4b52f3[_0xa0aa68(0xb5)]);}}else _0x244ecb['debug'](_0x3d9fa3[_0xa0aa68(0x102)]);}),_0x5e9c0c['addEventListener'](_0x3d9fa3[_0x5810a6(0xc3)],function(_0x4883ee){const _0x51ad78=_0x5810a6;_0x3d9fa3[_0x51ad78(0xff)](_0x3d9fa3[_0x51ad78(0xd1)],_0x3d9fa3['OTbOh'])?logger[_0x51ad78(0xfc)](_0x51ad78(0xd2)+_0x4883ee):_0x5c2a36='['+new _0x549347()['toUTCString']()+_0x51ad78(0x10c)+_0xc2b6b2[_0x51ad78(0xc1)];}),_0x5e9c0c['addEventListener'](_0x3d9fa3[_0x5810a6(0x108)],function(){const _0xb73e1d=_0x5810a6,_0x25afea={'fKjUm':function(_0x1fa0fb,_0x14935c){const _0xe8747d=a30_0x1a64;return _0x3d9fa3[_0xe8747d(0xc2)](_0x1fa0fb,_0x14935c);},'vSsgs':_0x3d9fa3[_0xb73e1d(0xf2)],'oGRaz':_0x3d9fa3['BIeWr'],'ODgKo':_0x3d9fa3[_0xb73e1d(0xe8)]};_0x3d9fa3[_0xb73e1d(0xe0)](_0x3d9fa3['cQgCj'],_0x3d9fa3[_0xb73e1d(0xec)])?_0x8adad0['error'](_0xb73e1d(0xeb)+_0x4546fe[_0xb73e1d(0xb5)]):(_0x3d9fa3['fSuvi'](process['env'][_0xb73e1d(0xbb)],_0x3d9fa3[_0xb73e1d(0xf2)])&&(_0x3d9fa3[_0xb73e1d(0x109)](_0x3d9fa3[_0xb73e1d(0xe4)],_0x3d9fa3[_0xb73e1d(0xd3)])?_0x25afea[_0xb73e1d(0x107)](_0x326750[_0xb73e1d(0xaf)]['WS_CLOSED_BEFORE'],_0x25afea[_0xb73e1d(0xc9)])?_0x1d135e[_0xb73e1d(0xfc)](_0x25afea[_0xb73e1d(0x103)]):(_0x2bc4a3[_0xb73e1d(0xfc)](_0x25afea[_0xb73e1d(0xe5)]),_0x5c7a6e[_0xb73e1d(0xaf)][_0xb73e1d(0xbb)]=!![]):process[_0xb73e1d(0xaf)][_0xb73e1d(0xe6)]=_0x3d9fa3[_0xb73e1d(0xf2)]),logger[_0xb73e1d(0xfc)](_0x3d9fa3[_0xb73e1d(0xde)]));});};const getLogMetaData=()=>{const _0x5d0d08=a30_0x5c5a39,_0x4ecbf6={};return _0x4ecbf6[_0x5d0d08(0xbf)]=global_registry[_0x5d0d08(0xbf)],_0x4ecbf6[_0x5d0d08(0xb9)]=global_registry[_0x5d0d08(0xd8)],_0x4ecbf6;};function a30_0x1a64(_0x3e5590,_0x439c16){const _0x255ca2=a30_0x255c();return a30_0x1a64=function(_0x1a64cb,_0x168993){_0x1a64cb=_0x1a64cb-0xaf;let _0x1dd38b=_0x255ca2[_0x1a64cb];return _0x1dd38b;},a30_0x1a64(_0x3e5590,_0x439c16);}exports[a30_0x5c5a39(0xfb)]=_0x5ccc7e=>new Promise((_0xd6e504,_0x43cff3)=>setTimeout(_0xd6e504,_0x5ccc7e)),exports[a30_0x5c5a39(0xc6)]=async(_0x9b7ab8,_0x274459,_0x36f30a='info',_0x489390=![])=>{const _0x222db5=a30_0x5c5a39,_0x497f98={'ItrsX':function(_0x5d4cc2,_0x30e8ae){return _0x5d4cc2===_0x30e8ae;},'fpxeY':_0x222db5(0xf0),'lruTn':_0x222db5(0xdb),'nECmu':function(_0x4323db,_0x5a06b3){return _0x4323db===_0x5a06b3;},'jCJVR':_0x222db5(0xee),'fxzWY':function(_0x4e8c42){return _0x4e8c42();},'DpaGZ':function(_0x5f087d,_0x458578){return _0x5f087d!==_0x458578;},'dosxp':_0x222db5(0xda),'EkoRD':_0x222db5(0xd9)};let _0x31bdaa=_0x274459[_0x222db5(0xc1)];_0x497f98[_0x222db5(0xea)](_0x274459[_0x222db5(0xb0)],WS_EVENTS[_0x222db5(0xe1)])&&(_0x497f98[_0x222db5(0xe7)](_0x497f98['jCJVR'],_0x497f98[_0x222db5(0xf3)])?_0x31bdaa='['+new Date()[_0x222db5(0xb7)]()+_0x222db5(0x10c)+_0x274459['message']:(_0x497f98['ItrsX'](_0x4c95d5[_0x222db5(0xaf)][_0x222db5(0xbb)],_0x497f98[_0x222db5(0xcd)])&&(_0x16fdfe[_0x222db5(0xaf)][_0x222db5(0xe6)]=_0x497f98['fpxeY']),_0x202543[_0x222db5(0xfc)](_0x497f98[_0x222db5(0xf5)])));const _0x528229={};_0x528229[_0x222db5(0xc1)]=_0x31bdaa,_0x528229[_0x222db5(0xcf)]=_0x36f30a;const _0xf43ca9={'type':_0x274459[_0x222db5(0xb0)],..._0x497f98[_0x222db5(0xdf)](getLogMetaData),'data':_0x528229};_0x9b7ab8['send'](JSON[_0x222db5(0xbe)](_0xf43ca9)),_0x489390&&(_0x497f98['DpaGZ'](_0x497f98['dosxp'],_0x497f98['EkoRD'])?await this['delay'](0x1f4):_0x40e43d[_0x222db5(0xaf)][_0x222db5(0xe6)]=_0x497f98[_0x222db5(0xcd)]);};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"browserstack-node-sdk","version":"1.
|
|
1
|
+
{"name":"browserstack-node-sdk","version":"1.28.0","private":false,"description":"Node SDK for browserstack selenium-webdriver tests","main":"./src/index.js","scripts":{},"author":"BrowserStack","license":"SEE LICENSE IN LICENSE.md","bin":{"browserstack-node-sdk":"./src/bin/runner.js","browserstack-cli":"./src/bin/runner.js","setup":"./src/bin/setup.js"},"dependencies":{"@google-cloud/compute":"^4.0.1","@google-cloud/container":"^5.2.0","@google-cloud/resource-manager":"^5.0.1","@kubernetes/client-node":"^0.18.1","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","getos":"^3.2.1","git-last-commit":"^1.0.1","git-repo-info":"^2.1.1","gitconfiglocal":"^2.1.0","global-agent":"^3.0.0","googleapis":"^126.0.1","jest-worker":"^28.1.0","js-yaml":"^4.1.0","js-yaml-cloudformation-schema":"^1.0.0","mocha-multi-reporters":"^1.5.1","monkeypatch":"^1.0.0","p-limit":"^3.1.0","pac-proxy-agent":"^6.0.3","reconnecting-websocket":"^4.4.0","request":"^2.88.2","requestretry":"^7.1.0","table":"^6.8.1","update-notifier":"5.1.0","uuid":"^8.3.2","windows-release":"^5.1.0","winston":"^3.8.2","winston-transport":"^4.5.0","ws":"^8.13.0","yargs":"^17.5.1"},"devDependencies":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a0_0x9b834b=a0_0x5285;function a0_0x5285(_0x3f0bf3,_0x4efd41){const _0x19a41d=a0_0x19a4();return a0_0x5285=function(_0x528507,_0xe0b8b){_0x528507=_0x528507-0x1ac;let _0x177ced=_0x19a41d[_0x528507];return _0x177ced;},a0_0x5285(_0x3f0bf3,_0x4efd41);}(function(_0x3a2696,_0x350b1e){const _0x4aa079=a0_0x5285,_0x44a938=_0x3a2696();while(!![]){try{const _0x295541=parseInt(_0x4aa079(0x1c6))/0x1+parseInt(_0x4aa079(0x1b7))/0x2+parseInt(_0x4aa079(0x1af))/0x3+-parseInt(_0x4aa079(0x1c3))/0x4*(-parseInt(_0x4aa079(0x1ba))/0x5)+parseInt(_0x4aa079(0x1bd))/0x6+parseInt(_0x4aa079(0x1b0))/0x7+-parseInt(_0x4aa079(0x1c2))/0x8*(parseInt(_0x4aa079(0x1b4))/0x9);if(_0x295541===_0x350b1e)break;else _0x44a938['push'](_0x44a938['shift']());}catch(_0x530936){_0x44a938['push'](_0x44a938['shift']());}}}(a0_0x19a4,0x81fc6));const {requireModule}=require('../../helpers/helper'),logger=require(a0_0x9b834b(0x1bc))['winstonLogger'],CodeceptJS=requireModule('codeceptjs/lib/index.js'),CodeceptHelper=requireModule('@codeceptjs/helper/helper.js'),{isTrue}=require(a0_0x9b834b(0x1c0));module[a0_0x9b834b(0x1b2)]=function(_0x17d594){const _0x33d2a8=a0_0x9b834b,_0xe5c1ec={'skNoG':function(_0x578c16,_0x2e2f60){return _0x578c16(_0x2e2f60);},'NZQWF':_0x33d2a8(0x1c7)};CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event']['test'][_0x33d2a8(0x1ca)],async _0x3c2f98=>{const _0x3b5a4f=_0x33d2a8;try{!_0xe5c1ec['skNoG'](isTrue,_0x17d594[_0x3b5a4f(0x1b8)])&&await CodeceptJS[_0x3b5a4f(0x1c1)]['helpers'](_0xe5c1ec['NZQWF'])[_0x3b5a4f(0x1b5)](_0x3b5a4f(0x1b9)+_0x3c2f98['title']+_0x3b5a4f(0x1ae));}catch(_0x4d8872){logger['error'](_0x3b5a4f(0x1c9)+_0x4d8872);}}),CodeceptJS[_0x33d2a8(0x1b3)]['dispatcher']['on'](CodeceptJS[_0x33d2a8(0x1b3)][_0x33d2a8(0x1ac)][_0x33d2a8(0x1c8)],async _0x48ded5=>{const _0x21d074=_0x33d2a8;try{await CodeceptJS[_0x21d074(0x1c1)][_0x21d074(0x1ad)](_0xe5c1ec[_0x21d074(0x1b1)])[_0x21d074(0x1b5)](_0x21d074(0x1bf));}catch(_0x526e8c){logger['error'](_0x21d074(0x1c5)+_0x526e8c);}}),CodeceptJS['event'][_0x33d2a8(0x1b6)]['on'](CodeceptJS[_0x33d2a8(0x1b3)][_0x33d2a8(0x1ac)][_0x33d2a8(0x1be)],async(_0x4b3c93,_0x3ab41c)=>{const _0x36bf81=_0x33d2a8;try{await CodeceptJS[_0x36bf81(0x1c1)]['helpers'](_0xe5c1ec['NZQWF'])[_0x36bf81(0x1b5)](_0x36bf81(0x1bb)+JSON[_0x36bf81(0x1c4)](_0x3ab41c)+'}}');}catch(_0x5ee48b){logger['error'](_0x36bf81(0x1c5)+_0x5ee48b);}});};function a0_0x19a4(){const _0x367b49=['9078584cqzwJb','19892dyPczM','stringify','Failed\x20to\x20update\x20sessionStatus\x20','115228DggpFR','WebDriver','passed','Failed\x20to\x20update\x20sessionName\x20','started','test','helpers','\x22}}','783078AJAaQG','5988122oAfXuA','NZQWF','exports','event','18VcNGfC','executeScript','dispatcher','1304614zBdABr','skipSessionName','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','335FNGkFe','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','../../helpers/logger','3509220qoPZwI','failed','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22}}','../../helpers/helper','container'];a0_0x19a4=function(){return _0x367b49;};return a0_0x19a4();}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a1_0x2c8c(){const _0x4469f3=['GYgvO','tirEI','../../helpers/BrowserStackSetup','PpFVa','OAvBM','createGroupsOfSuites','plugins','chdir','IYzbs','platforms','eFpIo','sfgam','env','event','require','push','UeTZe','RreMv','WebDriver','test','modifyBrowserStackCaps','jZtPa','KrciU','getPlatformName','join','teardownAll','dirname','cdFAE','158736UoFSWQ','desiredCapabilities','initialize','mVKEr','SLXdS','now','FBgfa','EdFLx','winstonLogger','ETOVe','process','findIndex','sBzuj','useW3C','4276118guIYdp','pLbld','2981488ZmmRaD','codeceptjs/lib/index.js','3RAxKtX','sKqkt','skfKr','bootstrapAll','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','AObJj','all','IDvLo','fgjHT','RFwmq','49ZEwpvq','mergeDeep','--config','isUndefined','361380HqBqQd','tlyYw','YaOve','yABUR','Started\x20:\x20','MFECr','60426AJJDwR','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','MlnQd','slice','GUXpn','parallelsPerPlatform','RyzrJ','HpvkP','MEKRR','CICTv','codecept.json','XYHPz','eRtxB','KyUVh','sbBYV','AQOsC','PHEfo','bKcDx','HMORV','VRgNV','info','eEqHG','bVOiU','Ngbyo','../../helpers/helper','DXdNs','tLVmD','lxqpD','child_process','cwd','gSEkA','DCSGu','title','addTests','tijha','config','TBEgi','Zzqnx','10wLVnLP','handleApp','676196ylIOYi','path','qNUjM','nTGIP','MAxcM','log','cRgNX','HUYlL','242458bFXrWj','xrjCb','Passed\x20:\x20','skipSessionName','run','XEXWB','spawn','VSgsM','exports','FhGsW','UtwDZ','BrowserStackPlugin','QOOzX','map','existsSync','atckN','addConfig','testContextOptions','helpers','JIPTS','IwHlm','fulIU','result','browserStackCwd','owbPk','modifyBrowserStackW3CCaps','forEach','BZuFZ','codeceptjs','kVlVq','codecept.conf.js','failed','230btMcED','enabled','vXdBm'];a1_0x2c8c=function(){return _0x4469f3;};return a1_0x2c8c();}const a1_0x557461=a1_0x39bd;(function(_0x5708b0,_0x1adb69){const _0x3fc251=a1_0x39bd,_0x527eaa=_0x5708b0();while(!![]){try{const _0x42ed4a=parseInt(_0x3fc251(0x208))/0x1+-parseInt(_0x3fc251(0x23e))/0x2*(-parseInt(_0x3fc251(0x1fa))/0x3)+-parseInt(_0x3fc251(0x236))/0x4*(parseInt(_0x3fc251(0x234))/0x5)+parseInt(_0x3fc251(0x1e8))/0x6*(parseInt(_0x3fc251(0x204))/0x7)+-parseInt(_0x3fc251(0x1f8))/0x8+-parseInt(_0x3fc251(0x20e))/0x9*(parseInt(_0x3fc251(0x25e))/0xa)+parseInt(_0x3fc251(0x1f6))/0xb;if(_0x42ed4a===_0x1adb69)break;else _0x527eaa['push'](_0x527eaa['shift']());}catch(_0x30e32a){_0x527eaa['push'](_0x527eaa['shift']());}}}(a1_0x2c8c,0x2eb65));const fs=require('fs'),path=require(a1_0x557461(0x237)),{spawn}=require(a1_0x557461(0x22a)),process=require(a1_0x557461(0x1f2)),logger=require('../../helpers/logger')[a1_0x557461(0x1f0)],{default:BrowserStackSetup}=require(a1_0x557461(0x263)),helper=require('../../helpers/helper'),{requireModule}=require(a1_0x557461(0x226)),CodeceptJS=requireModule(a1_0x557461(0x1f9)),getUserCodeceptJSConfigs=(_0x247dc5,_0x530218)=>{const _0x50942c=a1_0x557461,_0x2cc67f={};_0x2cc67f[_0x50942c(0x25b)]=_0x50942c(0x20c),_0x2cc67f[_0x50942c(0x21e)]='Passed\x20:\x20',_0x2cc67f[_0x50942c(0x21b)]=function(_0x34e968,_0x98be10){return _0x34e968+_0x98be10;},_0x2cc67f['dKoCw']='config',_0x2cc67f['gSEkA']=_0x50942c(0x250),_0x2cc67f[_0x50942c(0x238)]=_0x50942c(0x273),_0x2cc67f[_0x50942c(0x253)]=_0x50942c(0x25c),_0x2cc67f[_0x50942c(0x259)]=_0x50942c(0x218),_0x2cc67f[_0x50942c(0x210)]=function(_0x52a74c,_0x2cd810){return _0x52a74c==_0x2cd810;},_0x2cc67f[_0x50942c(0x221)]=function(_0x556b7e,_0x25d041){return _0x556b7e!==_0x25d041;},_0x2cc67f[_0x50942c(0x1ee)]=_0x50942c(0x229),_0x2cc67f[_0x50942c(0x23d)]=function(_0x20b28c,_0x5947a8){return _0x20b28c!==_0x5947a8;},_0x2cc67f['owbPk']=_0x50942c(0x217),_0x2cc67f[_0x50942c(0x215)]=_0x50942c(0x201),_0x2cc67f[_0x50942c(0x23c)]=function(_0x2a4a8b,_0x25e3ac){return _0x2a4a8b===_0x25e3ac;},_0x2cc67f[_0x50942c(0x24a)]=_0x50942c(0x269),_0x2cc67f[_0x50942c(0x260)]=_0x50942c(0x239),_0x2cc67f[_0x50942c(0x21d)]='bSdQO',_0x2cc67f[_0x50942c(0x1ec)]=_0x50942c(0x20a),_0x2cc67f[_0x50942c(0x262)]=function(_0x937113,_0x5c3771){return _0x937113===_0x5c3771;},_0x2cc67f[_0x50942c(0x1ef)]=_0x50942c(0x232),_0x2cc67f[_0x50942c(0x265)]='poQOr';const _0x53fa6a=_0x2cc67f;let _0x51a0e8=null,_0x55d4a1={},_0x9f0bb2=_0x530218[_0x50942c(0x1f3)](_0x128422=>_0x128422==_0x50942c(0x206));_0x53fa6a['MlnQd'](_0x9f0bb2,-0x1)&&(_0x53fa6a[_0x50942c(0x221)](_0x53fa6a[_0x50942c(0x1ee)],_0x53fa6a['FBgfa'])?(_0x5f5922=_0xfb0edb[_0x50942c(0x1e4)](_0x5cf047[_0x50942c(0x22b)](),_0x124fce['c']),_0x8e57e6[_0x50942c(0x211)](_0x239685,0x2)):_0x9f0bb2=_0x530218[_0x50942c(0x1f3)](_0x50dcde=>_0x50dcde=='-c'));if(!helper['isUndefined'](_0x247dc5[_0x50942c(0x231)])&&fs['existsSync'](path['join'](process[_0x50942c(0x22b)](),_0x247dc5[_0x50942c(0x231)])))_0x53fa6a[_0x50942c(0x23d)](_0x53fa6a[_0x50942c(0x256)],_0x53fa6a[_0x50942c(0x215)])?(_0x51a0e8=path[_0x50942c(0x1e4)](process[_0x50942c(0x22b)](),_0x247dc5[_0x50942c(0x231)]),_0x530218[_0x50942c(0x211)](_0x9f0bb2,0x2)):_0x3f6a85['log'](_0x53fa6a[_0x50942c(0x25b)],_0x350290['title']);else{if(!helper[_0x50942c(0x207)](_0x247dc5['c'])&&fs[_0x50942c(0x24c)](path[_0x50942c(0x1e4)](process[_0x50942c(0x22b)](),_0x247dc5['c'])))_0x53fa6a['cRgNX'](_0x53fa6a[_0x50942c(0x24a)],_0x53fa6a[_0x50942c(0x24a)])?(_0x51a0e8=path['join'](process['cwd'](),_0x247dc5['c']),_0x530218[_0x50942c(0x211)](_0x9f0bb2,0x2)):_0x390b03['log'](_0x53fa6a[_0x50942c(0x21e)],_0x399fc0['title']);else{if(_0x53fa6a['cRgNX'](_0x53fa6a[_0x50942c(0x260)],_0x53fa6a[_0x50942c(0x260)])){if(fs['existsSync'](path[_0x50942c(0x1e4)](process[_0x50942c(0x22b)](),_0x53fa6a[_0x50942c(0x253)])))_0x53fa6a[_0x50942c(0x23c)](_0x53fa6a['AQOsC'],_0x53fa6a['SLXdS'])?_0x25139b=_0xfa727c[_0x50942c(0x1f3)](_0x1ee91a=>_0x1ee91a=='-c'):_0x51a0e8=path['join'](process[_0x50942c(0x22b)](),_0x53fa6a[_0x50942c(0x253)]);else{if(fs[_0x50942c(0x24c)](path['join'](process[_0x50942c(0x22b)](),_0x53fa6a[_0x50942c(0x259)]))){if(_0x53fa6a['tirEI'](_0x53fa6a[_0x50942c(0x1ef)],_0x53fa6a[_0x50942c(0x265)])){let _0x43d92f=_0x53fa6a[_0x50942c(0x21b)](_0x14c789[_0x50942c(0x1e3)](_0x4edc23,'_'),'_'+_0x3d6375[_0x50942c(0x1ed)]());const _0x5dc465={};_0x5dc465['desiredCapabilities']=_0x46e6b3;const _0x494984=_0x5dc465;_0x2ff093[_0x43d92f]=_0x1b9176[_0x53fa6a['dKoCw']][_0x53fa6a[_0x50942c(0x22c)]][_0x53fa6a[_0x50942c(0x238)]]?_0x4bd60b[_0x50942c(0x205)](_0x494984,_0x7f24cd[_0x53fa6a['dKoCw']][_0x53fa6a[_0x50942c(0x22c)]][_0x53fa6a[_0x50942c(0x238)]]):_0x494984,_0x408f9c[_0x50942c(0x270)](_0x43d92f);}else _0x51a0e8=path[_0x50942c(0x1e4)](process[_0x50942c(0x22b)](),_0x53fa6a[_0x50942c(0x259)]);}}}else{if(_0xa4efd6[_0x50942c(0x24c)](_0xa88af7[_0x50942c(0x1e4)](_0x347aa9[_0x50942c(0x22b)](),_0x53fa6a['fulIU'])))_0x34b814=_0x2e58ac[_0x50942c(0x1e4)](_0x4e67cf[_0x50942c(0x22b)](),_0x53fa6a['fulIU']);else _0x51e8a2['existsSync'](_0x3bb909[_0x50942c(0x1e4)](_0x1b7680[_0x50942c(0x22b)](),_0x53fa6a[_0x50942c(0x259)]))&&(_0x3f42e0=_0x2870a0[_0x50942c(0x1e4)](_0x4b39c2[_0x50942c(0x22b)](),_0x53fa6a[_0x50942c(0x259)]));}}}return _0x51a0e8;};function a1_0x39bd(_0x446d05,_0x52f517){const _0x2c8cdb=a1_0x2c8c();return a1_0x39bd=function(_0x39bd06,_0x5116f8){_0x39bd06=_0x39bd06-0x1e1;let _0x461e9b=_0x2c8cdb[_0x39bd06];return _0x461e9b;},a1_0x39bd(_0x446d05,_0x52f517);}async function run(_0x5b06b5,_0x3f6a4e){const _0x1df879=a1_0x557461,_0x56adc4={'RreMv':_0x1df879(0x20f),'GYgvO':function(_0xc47d95,_0x249355){return _0xc47d95(_0x249355);},'fgjHT':_0x1df879(0x25a),'tijha':function(_0x6689de,_0x4e04a1){return _0x6689de===_0x4e04a1;},'DXdNs':_0x1df879(0x264),'sbBYV':function(_0x5e55ed,_0x378586){return _0x5e55ed!==_0x378586;},'mkPlU':_0x1df879(0x251),'OgVlt':'kQLfT','jZtPa':function(_0x48e0f0,_0x1542b2){return _0x48e0f0+_0x1542b2;},'tlyYw':'config','atckN':'helpers','MAxcM':'WebDriver','FhGsW':function(_0x3ebec1,_0x5a190f){return _0x3ebec1!==_0x5a190f;},'skfKr':_0x1df879(0x224),'HlPWB':_0x1df879(0x25c),'RFwmq':'codecept.json','sBzuj':_0x1df879(0x219),'XEXWB':'Failed\x20:\x20','IwHlm':function(_0x40d702,_0x3f5b06){return _0x40d702!==_0x3f5b06;},'AObJj':_0x1df879(0x22d),'fAMUW':_0x1df879(0x240),'HMORV':_0x1df879(0x1e2),'GFziJ':_0x1df879(0x20c),'Zzqnx':_0x1df879(0x21a),'mVKEr':'AnmEF','MEKRR':function(_0x5e466b,_0x4f8589,_0x4c16d5){return _0x5e466b(_0x4f8589,_0x4c16d5);},'tLVmD':function(_0x3369ad,_0x119c6b){return _0x3369ad!==_0x119c6b;},'eEqHG':_0x1df879(0x1f1),'jOyAw':_0x1df879(0x271),'GUXpn':function(_0x3c8c1b,_0x1ab616){return _0x3c8c1b(_0x1ab616);},'VSgsM':function(_0x5e22be,_0x25e5ad){return _0x5e22be===_0x25e5ad;},'bKcDx':_0x1df879(0x20d),'tdbct':_0x1df879(0x225),'RyzrJ':'BrowserStackPlugin.js','sKqkt':_0x1df879(0x255),'pLbld':function(_0xb93bad,_0x2e1f54){return _0xb93bad*_0x2e1f54;},'sfgam':function(_0x50c681,_0x29fa4b){return _0x50c681!==_0x29fa4b;},'eFpIo':_0x1df879(0x20b),'cdFAE':'dZQwv','xrjCb':function(_0x3fac22){return _0x3fac22();}},_0x50b31b=new BrowserStackSetup(_0x5b06b5,_0x56adc4['fgjHT']);await _0x50b31b[_0x1df879(0x1ea)](),await helper[_0x1df879(0x235)](_0x50b31b[_0x1df879(0x231)]);if(!_0x50b31b[_0x1df879(0x231)])return;const _0x11a039=_0x56adc4[_0x1df879(0x216)](getUserCodeceptJSConfigs,_0x5b06b5,_0x3f6a4e);let _0x1495a6={};_0x11a039?_0x56adc4[_0x1df879(0x228)](_0x56adc4[_0x1df879(0x223)],_0x56adc4['jOyAw'])?(logger[_0x1df879(0x222)](_0x1df879(0x1fe)+_0x11a039),_0x1495a6=_0x56adc4[_0x1df879(0x212)](require,_0x11a039)):_0x506a8a[_0x1df879(0x222)](_0x56adc4[_0x1df879(0x272)]):_0x56adc4[_0x1df879(0x245)](_0x56adc4[_0x1df879(0x21f)],_0x56adc4['tdbct'])?(_0x57f263[_0x1df879(0x222)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x53443a),_0x2854c4=_0x56adc4[_0x1df879(0x261)](_0x4828f6,_0x3a4dec)):logger[_0x1df879(0x222)](_0x56adc4[_0x1df879(0x272)]);let _0x466b46=helper[_0x1df879(0x1f5)](_0x50b31b[_0x1df879(0x231)]);const _0x85c8c4=[];_0x50b31b[_0x1df879(0x231)][_0x1df879(0x26a)][_0x1df879(0x258)]((_0x17eb4e,_0x18c0b1)=>{const _0x57adc5=_0x1df879,_0x534305={};_0x534305[_0x57adc5(0x248)]=_0x56adc4[_0x57adc5(0x202)];const _0x2ab8af=_0x534305;if(_0x56adc4[_0x57adc5(0x230)](_0x56adc4[_0x57adc5(0x227)],_0x56adc4[_0x57adc5(0x227)])){if(_0x466b46)_0x85c8c4['push'](helper['modifyBrowserStackW3CCaps'](_0x50b31b[_0x57adc5(0x231)],_0x56adc4[_0x57adc5(0x202)],_0x18c0b1));else _0x85c8c4[_0x57adc5(0x270)](helper['modifyBrowserStackCaps'](_0x50b31b[_0x57adc5(0x231)],_0x56adc4[_0x57adc5(0x202)],_0x18c0b1));}else{if(_0x41aefd)_0x5d8df3[_0x57adc5(0x270)](_0x28ad38[_0x57adc5(0x257)](_0x543db0[_0x57adc5(0x231)],_0x2ab8af[_0x57adc5(0x248)],_0x34f6b7));else _0x3c3ae1['push'](_0x1f500b[_0x57adc5(0x275)](_0x1523b6[_0x57adc5(0x231)],_0x2ab8af[_0x57adc5(0x248)],_0x5e3168));}});const _0xe5fef4={},_0x56c745=[];_0x85c8c4['forEach'](_0x4aaef7=>{const _0x3bbb74=_0x1df879;if(_0x56adc4[_0x3bbb74(0x21c)](_0x56adc4['mkPlU'],_0x56adc4['OgVlt'])){let _0x15b698=_0x56adc4[_0x3bbb74(0x1e1)](helper[_0x3bbb74(0x1e3)](_0x4aaef7,'_'),'_'+Date[_0x3bbb74(0x1ed)]());const _0x2dd998={};_0x2dd998[_0x3bbb74(0x1e9)]=_0x4aaef7;const _0x205ced=_0x2dd998;_0xe5fef4[_0x15b698]=_0x1495a6[_0x56adc4[_0x3bbb74(0x209)]][_0x56adc4[_0x3bbb74(0x24d)]][_0x56adc4['MAxcM']]?helper[_0x3bbb74(0x205)](_0x205ced,_0x1495a6[_0x56adc4[_0x3bbb74(0x209)]][_0x56adc4['atckN']][_0x56adc4[_0x3bbb74(0x23a)]]):_0x205ced,_0x56c745[_0x3bbb74(0x270)](_0x15b698);}else _0x4db025=_0x1c0a47[_0x3bbb74(0x1e4)](_0x4ce2b2['cwd'](),_0xa3a868[_0x3bbb74(0x231)]),_0xb93c71[_0x3bbb74(0x211)](_0x424d43,0x2);});const _0x1d5405={};_0x1d5405['testConfig']=_0x11a039;const _0x2fa1b1=_0x1d5405,_0x11c030=path['join'](__dirname,_0x56adc4[_0x1df879(0x214)]),_0x30849f=process['cwd']();process[_0x1df879(0x26d)][_0x56adc4[_0x1df879(0x1fb)]]=_0x30849f,process['chdir'](path[_0x1df879(0x1e6)](_0x11a039));const _0x4c8876=new CodeceptJS['Workers'](null,_0x2fa1b1),_0x4e141e=_0x4c8876[_0x1df879(0x266)](_0x56adc4[_0x1df879(0x1f7)](_0x50b31b[_0x1df879(0x231)][_0x1df879(0x213)],_0x50b31b[_0x1df879(0x231)][_0x1df879(0x26a)]['length'])),_0x225fb9=_0x56c745[_0x1df879(0x24b)](_0x43a1ab=>{const _0xdb8730=_0x1df879;if(_0x56adc4[_0xdb8730(0x247)](_0x56adc4['skfKr'],_0x56adc4[_0xdb8730(0x1fc)])){const _0x2dade0={..._0x306004[_0x7d275d]},_0x23d0cf={};_0x23d0cf[_0xdb8730(0x273)]=_0x2dade0;const _0x171053={};_0x171053[_0xdb8730(0x26f)]=_0x318e80,_0x171053[_0xdb8730(0x25f)]=!![],_0x171053[_0xdb8730(0x241)]=_0x24ee38[_0xdb8730(0x231)][_0xdb8730(0x24f)][_0xdb8730(0x241)];const _0x4b4e41={};_0x4b4e41[_0xdb8730(0x249)]=_0x171053;const _0x30274e={};return _0x30274e['helpers']=_0x23d0cf,_0x30274e['plugins']=_0x4b4e41,_0x30274e;}else{const _0x511d0b={..._0xe5fef4[_0x43a1ab]},_0xc61932={};_0xc61932[_0xdb8730(0x273)]=_0x511d0b;const _0x3c69db={};_0x3c69db[_0xdb8730(0x26f)]=_0x11c030,_0x3c69db[_0xdb8730(0x25f)]=!![],_0x3c69db[_0xdb8730(0x241)]=_0x50b31b['config'][_0xdb8730(0x24f)][_0xdb8730(0x241)];const _0x43939d={};_0x43939d[_0xdb8730(0x249)]=_0x3c69db;const _0x273f96={};return _0x273f96['helpers']=_0xc61932,_0x273f96[_0xdb8730(0x267)]=_0x43939d,_0x273f96;}});for(const _0x57e8b7 of _0x225fb9){if(_0x56adc4[_0x1df879(0x26c)](_0x56adc4['eFpIo'],_0x56adc4[_0x1df879(0x26b)]))_0x407ad6=_0x1a862e[_0x1df879(0x1e4)](_0x2507c5[_0x1df879(0x22b)](),_0x56adc4['HlPWB']);else for(let _0x1b2858 of _0x4e141e){if(_0x56adc4[_0x1df879(0x245)](_0x56adc4[_0x1df879(0x1e7)],_0x56adc4[_0x1df879(0x1e7)])){const _0x28336d=_0x4c8876[_0x1df879(0x244)]();_0x28336d['addTests'](_0x1b2858),_0x28336d['addConfig'](_0x57e8b7);}else _0x53dee2=_0x1affb5[_0x1df879(0x1e4)](_0x1e7b14[_0x1df879(0x22b)](),_0x56adc4[_0x1df879(0x203)]);}}_0x4c8876['on'](CodeceptJS[_0x1df879(0x26e)][_0x1df879(0x274)][_0x1df879(0x25d)],(_0x43e5d2,_0xefdf35)=>{const _0x4c188d=_0x1df879;if(_0x56adc4[_0x4c188d(0x230)](_0x56adc4[_0x4c188d(0x1f4)],_0x56adc4[_0x4c188d(0x1f4)]))console[_0x4c188d(0x23b)](_0x56adc4[_0x4c188d(0x243)],_0x43e5d2[_0x4c188d(0x22e)]);else{const _0x473e5f=_0x385905[_0x4c188d(0x244)]();_0x473e5f[_0x4c188d(0x22f)](_0x1007f2),_0x473e5f[_0x4c188d(0x24e)](_0x3e0c7f);}}),_0x4c8876['on'](CodeceptJS[_0x1df879(0x26e)][_0x1df879(0x274)]['passed'],async _0x5ab6d3=>{const _0x569a47=_0x1df879;_0x56adc4[_0x569a47(0x252)](_0x56adc4[_0x569a47(0x1ff)],_0x56adc4[_0x569a47(0x1ff)])?_0x51857e['printResults']():console[_0x569a47(0x23b)](_0x56adc4['fAMUW'],_0x5ab6d3[_0x569a47(0x22e)]);}),_0x4c8876['on'](CodeceptJS['event'][_0x1df879(0x274)]['before'],async _0x2e6ee3=>{const _0x265037=_0x1df879;if(_0x56adc4[_0x265037(0x230)](_0x56adc4[_0x265037(0x220)],_0x56adc4[_0x265037(0x220)]))console[_0x265037(0x23b)](_0x56adc4['GFziJ'],_0x2e6ee3['title']);else for(let _0x3262ba of _0x20cd07){const _0x6bab14=_0x381e65[_0x265037(0x244)]();_0x6bab14[_0x265037(0x22f)](_0x3262ba),_0x6bab14[_0x265037(0x24e)](_0x4c02a1);}}),_0x4c8876['on'](CodeceptJS[_0x1df879(0x26e)][_0x1df879(0x200)][_0x1df879(0x254)],async()=>{const _0x17a94d=_0x1df879;_0x56adc4[_0x17a94d(0x230)](_0x56adc4[_0x17a94d(0x233)],_0x56adc4[_0x17a94d(0x1eb)])?_0x2427cc['log'](_0x56adc4['XEXWB'],_0x53dc89['title']):_0x4c8876['printResults']();});async function _0x1aeed5(){const _0x274cb4=_0x1df879;try{await _0x4c8876[_0x274cb4(0x1fd)](),await _0x4c8876[_0x274cb4(0x242)]();}finally{process[_0x274cb4(0x268)](_0x30849f),await _0x4c8876[_0x274cb4(0x1e5)]();}}_0x56adc4[_0x1df879(0x23f)](_0x1aeed5);}module[a1_0x557461(0x246)]=run;
|
|
2
|
+
'use strict';function a1_0xc9d7(_0x5d43c1,_0x2962b9){const _0x9dbe1=a1_0x9dbe();return a1_0xc9d7=function(_0xc9d79a,_0x14b558){_0xc9d79a=_0xc9d79a-0x15b;let _0x2167c8=_0x9dbe1[_0xc9d79a];return _0x2167c8;},a1_0xc9d7(_0x5d43c1,_0x2962b9);}function a1_0x9dbe(){const _0x3b5e4a=['codecept.conf.js','oxell','run','KusCo','wewKD','dirname','addConfig','gikEW','config','helpers','ZxXgP','OgjZV','skipSessionName','failed','modifyBrowserStackCaps','ESSPt','dIMlV','JfIbx','chdir','modifyBrowserStackW3CCaps','browserStackCwd','winstonLogger','info','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','desiredCapabilities','AHWdS','plugins','teardownAll','auoaf','bBkUd','Woidg','Workers','HORIm','slice','hSLAh','rYdjK','1380078cWooxL','XiLHH','spawn','Started\x20:\x20','Irilg','YuFAn','nXkvF','QIMNV','map','USYDN','ncakj','vZIEo','pzdbg','ioEKT','KMXTQ','isUndefined','zoyul','log','moZcE','TueqX','LWjIL','findIndex','join','--config','KXHgH','BrowserStackPlugin.js','EGiek','446fygTWp','forEach','process','../../helpers/BrowserStackSetup','getPlatformName','URGQS','CdzEy','platforms','oNZwT','hsbxL','passed','8676352pySrAY','9460140noKgbw','require','codecept.json','event','test','uOqSt','BYcfN','enabled','createGroupsOfSuites','WebDriver','exports','../../helpers/helper','uckFk','handleApp','HrWBL','wYiQy','Vjmwc','AGnXG','LrYKY','GbGyU','nJprQ','HJswV','KIdQm','kUQpn','3059740dlZCzC','CQqUe','zOymB','hmryI','JdySJ','existsSync','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','4365908JODKtX','djEZo','cwd','parallelsPerPlatform','push','env','6351128MPSkMv','hjfDP','TBLew','CQPEA','uieJB','useW3C','osgrQ','MDPOT','now','mergeDeep','IMZkN','ldTif','NZUIb','sLNDh','UyvnS','tvCtx','title','xXmNG','19689BeiCpQ','path','before','XjKbQ','hkqeK','oDfPD','testContextOptions','aIvvD','../../helpers/logger','BrowserStackPlugin','YOXuF','testConfig'];a1_0x9dbe=function(){return _0x3b5e4a;};return a1_0x9dbe();}const a1_0x18cbc9=a1_0xc9d7;(function(_0x39ab71,_0x28cf28){const _0x40b167=a1_0xc9d7,_0x2e04f1=_0x39ab71();while(!![]){try{const _0x777359=parseInt(_0x40b167(0x19a))/0x1+parseInt(_0x40b167(0x1b5))/0x2*(-parseInt(_0x40b167(0x16a))/0x3)+-parseInt(_0x40b167(0x1e0))/0x4+parseInt(_0x40b167(0x1d9))/0x5+parseInt(_0x40b167(0x1c1))/0x6+parseInt(_0x40b167(0x1e6))/0x7+-parseInt(_0x40b167(0x1c0))/0x8;if(_0x777359===_0x28cf28)break;else _0x2e04f1['push'](_0x2e04f1['shift']());}catch(_0x4a2cef){_0x2e04f1['push'](_0x2e04f1['shift']());}}}(a1_0x9dbe,0xcc362));const fs=require('fs'),path=require(a1_0x18cbc9(0x16b)),{spawn}=require('child_process'),process=require(a1_0x18cbc9(0x1b7)),logger=require(a1_0x18cbc9(0x172))[a1_0x18cbc9(0x18b)],{default:BrowserStackSetup}=require(a1_0x18cbc9(0x1b8)),helper=require(a1_0x18cbc9(0x1cc)),{requireModule}=require(a1_0x18cbc9(0x1cc)),CodeceptJS=requireModule('codeceptjs/lib/index.js'),getUserCodeceptJSConfigs=(_0x2ff5fd,_0x2e77da)=>{const _0x14d095=a1_0x18cbc9,_0x55ec62={};_0x55ec62[_0x14d095(0x194)]=function(_0x1af386,_0x2d6c97){return _0x1af386+_0x2d6c97;},_0x55ec62[_0x14d095(0x15e)]=_0x14d095(0x17e),_0x55ec62[_0x14d095(0x1d8)]=_0x14d095(0x17f),_0x55ec62[_0x14d095(0x1e1)]=_0x14d095(0x1ca),_0x55ec62[_0x14d095(0x19b)]=_0x14d095(0x1c3),_0x55ec62['BDjwE']='Failed\x20:\x20',_0x55ec62['ESSPt']=function(_0x25c688,_0x16ed1d){return _0x25c688==_0x16ed1d;},_0x55ec62[_0x14d095(0x1d3)]=function(_0x7ad56a,_0x47ddbb){return _0x7ad56a!==_0x47ddbb;},_0x55ec62[_0x14d095(0x1d2)]=_0x14d095(0x1d6),_0x55ec62[_0x14d095(0x163)]=_0x14d095(0x177),_0x55ec62[_0x14d095(0x15f)]=function(_0x5cc627,_0x35ab27){return _0x5cc627!==_0x35ab27;},_0x55ec62[_0x14d095(0x1bd)]=_0x14d095(0x16d),_0x55ec62[_0x14d095(0x17a)]=_0x14d095(0x1dd),_0x55ec62[_0x14d095(0x1cd)]=function(_0x376f0e,_0x14efec){return _0x376f0e===_0x14efec;},_0x55ec62[_0x14d095(0x162)]=_0x14d095(0x193),_0x55ec62[_0x14d095(0x1b4)]=_0x14d095(0x1a1),_0x55ec62[_0x14d095(0x1c6)]=function(_0x350fe9,_0x42218a){return _0x350fe9===_0x42218a;},_0x55ec62[_0x14d095(0x1a3)]=_0x14d095(0x1a6),_0x55ec62[_0x14d095(0x1d1)]=_0x14d095(0x176),_0x55ec62['gikEW']=_0x14d095(0x166),_0x55ec62['WCVgd']='okAGX',_0x55ec62[_0x14d095(0x171)]='JCUzO',_0x55ec62[_0x14d095(0x1a7)]='kbceC';const _0x10d0ce=_0x55ec62;let _0x395f5b=null,_0x2b7078={},_0x23e932=_0x2e77da[_0x14d095(0x1af)](_0x4a3c98=>_0x4a3c98==_0x14d095(0x1b1));_0x10d0ce[_0x14d095(0x185)](_0x23e932,-0x1)&&(_0x10d0ce[_0x14d095(0x1d3)](_0x10d0ce[_0x14d095(0x1d2)],_0x10d0ce['ldTif'])?_0x23e932=_0x2e77da[_0x14d095(0x1af)](_0x110a51=>_0x110a51=='-c'):(_0x335266=_0x3122e5['join'](_0x1758f1[_0x14d095(0x1e2)](),_0x56c503['config']),_0x14aca6[_0x14d095(0x197)](_0x37d778,0x2)));if(!helper[_0x14d095(0x1a9)](_0x2ff5fd[_0x14d095(0x17e)])&&fs[_0x14d095(0x1de)](path[_0x14d095(0x1b0)](process[_0x14d095(0x1e2)](),_0x2ff5fd[_0x14d095(0x17e)]))){if(_0x10d0ce[_0x14d095(0x15f)](_0x10d0ce['oNZwT'],_0x10d0ce['wewKD']))_0x395f5b=path['join'](process[_0x14d095(0x1e2)](),_0x2ff5fd[_0x14d095(0x17e)]),_0x2e77da[_0x14d095(0x197)](_0x23e932,0x2);else for(let _0x713de of _0xc19de4){const _0x5536f5=_0x4d7f8d[_0x14d095(0x19c)]();_0x5536f5['addTests'](_0x713de),_0x5536f5['addConfig'](_0xeaee2e);}}else{if(!helper[_0x14d095(0x1a9)](_0x2ff5fd['c'])&&fs[_0x14d095(0x1de)](path[_0x14d095(0x1b0)](process[_0x14d095(0x1e2)](),_0x2ff5fd['c']))){if(_0x10d0ce['uckFk'](_0x10d0ce[_0x14d095(0x162)],_0x10d0ce[_0x14d095(0x1b4)])){let _0x410f78=_0x10d0ce[_0x14d095(0x194)](_0x1cec4b[_0x14d095(0x1b9)](_0x5a18a2,'_'),'_'+_0x19105d[_0x14d095(0x160)]());const _0x6d7c34={};_0x6d7c34[_0x14d095(0x18e)]=_0x3cbce6;const _0x45376c=_0x6d7c34;_0x23621d[_0x410f78]=_0x490740[_0x10d0ce[_0x14d095(0x15e)]][_0x10d0ce[_0x14d095(0x1d8)]][_0x10d0ce[_0x14d095(0x1e1)]]?_0x157881['mergeDeep'](_0x45376c,_0x23879d[_0x10d0ce[_0x14d095(0x15e)]][_0x10d0ce[_0x14d095(0x1d8)]][_0x10d0ce[_0x14d095(0x1e1)]]):_0x45376c,_0x50452c[_0x14d095(0x1e4)](_0x410f78);}else _0x395f5b=path[_0x14d095(0x1b0)](process['cwd'](),_0x2ff5fd['c']),_0x2e77da['slice'](_0x23e932,0x2);}else{if(_0x10d0ce[_0x14d095(0x1c6)](_0x10d0ce[_0x14d095(0x1a3)],_0x10d0ce[_0x14d095(0x1a3)])){if(fs[_0x14d095(0x1de)](path[_0x14d095(0x1b0)](process[_0x14d095(0x1e2)](),_0x10d0ce[_0x14d095(0x1d1)])))_0x10d0ce[_0x14d095(0x1d3)](_0x10d0ce[_0x14d095(0x17d)],_0x10d0ce['WCVgd'])?_0x395f5b=path[_0x14d095(0x1b0)](process['cwd'](),_0x10d0ce[_0x14d095(0x1d1)]):_0x2c3e6e=_0x2d5339[_0x14d095(0x1b0)](_0x3d55cd[_0x14d095(0x1e2)](),_0x10d0ce[_0x14d095(0x19b)]);else{if(fs[_0x14d095(0x1de)](path[_0x14d095(0x1b0)](process['cwd'](),_0x10d0ce[_0x14d095(0x19b)]))){if(_0x10d0ce[_0x14d095(0x1d3)](_0x10d0ce[_0x14d095(0x171)],_0x10d0ce['ioEKT']))_0x395f5b=path['join'](process[_0x14d095(0x1e2)](),_0x10d0ce[_0x14d095(0x19b)]);else{const _0x197301={..._0x12b958[_0x531651]},_0x52daf1={};_0x52daf1['WebDriver']=_0x197301;const _0x164d59={};_0x164d59['require']=_0x2ea00b,_0x164d59[_0x14d095(0x1c8)]=!![],_0x164d59[_0x14d095(0x182)]=_0x5097de[_0x14d095(0x17e)][_0x14d095(0x170)][_0x14d095(0x182)];const _0x4def7e={};_0x4def7e[_0x14d095(0x173)]=_0x164d59;const _0x36609c={};return _0x36609c['helpers']=_0x52daf1,_0x36609c[_0x14d095(0x190)]=_0x4def7e,_0x36609c;}}}}else _0x20d4c0['log'](_0x10d0ce['BDjwE'],_0x5c8912['title']);}}return _0x395f5b;};async function run(_0x5ddb84,_0x591d15){const _0x58d173=a1_0x18cbc9,_0x1e4ac0={'hsbxL':_0x58d173(0x1df),'VQIip':function(_0x1dff51,_0x2af4e4){return _0x1dff51!==_0x2af4e4;},'EvXfq':_0x58d173(0x1ac),'hSLAh':'codeceptjs','dIMlV':'codecept.conf.js','xXmNG':function(_0x1c873e,_0x437351){return _0x1c873e===_0x437351;},'tvCtx':_0x58d173(0x164),'ncakj':function(_0x3f1116,_0x4b38a7){return _0x3f1116+_0x4b38a7;},'AHWdS':_0x58d173(0x17e),'GbGyU':_0x58d173(0x17f),'oDfPD':'WebDriver','LYuuw':function(_0x127efa,_0x2e13b6){return _0x127efa===_0x2e13b6;},'TpPGU':_0x58d173(0x174),'lJGLk':_0x58d173(0x1dc),'hjfDP':'Passed\x20:\x20','sLNDh':function(_0x19d0fe,_0x17689d){return _0x19d0fe(_0x17689d);},'nJprQ':function(_0x4e5d15,_0x5a3671){return _0x4e5d15===_0x5a3671;},'JfIbx':'ykxJc','ZxXgP':'Failed\x20:\x20','auoaf':'dtwRY','TueqX':_0x58d173(0x1c3),'CdzEy':function(_0x282f94,_0x4fa46e){return _0x282f94===_0x4fa46e;},'uieJB':'DzigN','wYiQy':_0x58d173(0x1db),'hkqeK':_0x58d173(0x19d),'TBLew':function(_0x5be173,_0x244a1b){return _0x5be173!==_0x244a1b;},'zoyul':_0x58d173(0x1da),'nXkvF':'rUtdp','Irilg':function(_0x11d412,_0x54b63b,_0x53f277){return _0x11d412(_0x54b63b,_0x53f277);},'URGQS':_0x58d173(0x181),'CQPEA':_0x58d173(0x179),'wuUty':_0x58d173(0x1cf),'YuFAn':_0x58d173(0x1b3),'BYcfN':_0x58d173(0x18a),'LWjIL':function(_0x21de39,_0x9357d5){return _0x21de39*_0x9357d5;},'KIdQm':_0x58d173(0x1b2),'vZIEo':'wwrHi','KMXTQ':'wZyDF','HORIm':function(_0x57d973){return _0x57d973();}},_0x567d52=new BrowserStackSetup(_0x5ddb84,_0x1e4ac0[_0x58d173(0x198)]);await _0x567d52['initialize'](),await helper[_0x58d173(0x1ce)](_0x567d52['config']);if(!_0x567d52[_0x58d173(0x17e)])return;const _0x3c09d5=_0x1e4ac0[_0x58d173(0x19e)](getUserCodeceptJSConfigs,_0x5ddb84,_0x591d15);let _0x3b7b69={};_0x3c09d5?_0x1e4ac0[_0x58d173(0x1d5)](_0x1e4ac0[_0x58d173(0x1ba)],_0x1e4ac0[_0x58d173(0x15b)])?(_0x25d5bc=_0x7baba7[_0x58d173(0x1b0)](_0x53cff8[_0x58d173(0x1e2)](),_0x5765db['c']),_0x401b82[_0x58d173(0x197)](_0xe48297,0x2)):(logger[_0x58d173(0x18c)](_0x58d173(0x18d)+_0x3c09d5),_0x3b7b69=_0x1e4ac0[_0x58d173(0x165)](require,_0x3c09d5)):_0x1e4ac0[_0x58d173(0x1e8)](_0x1e4ac0['wuUty'],_0x1e4ac0['wuUty'])?_0x29ae80[_0x58d173(0x18c)](_0x1e4ac0['hsbxL']):logger[_0x58d173(0x18c)](_0x1e4ac0[_0x58d173(0x1be)]);let _0x3ee4d7=helper[_0x58d173(0x15d)](_0x567d52['config']);const _0x1be3c7=[];_0x567d52['config'][_0x58d173(0x1bc)][_0x58d173(0x1b6)]((_0x149b05,_0x204f56)=>{const _0x516f51=_0x58d173;if(_0x1e4ac0['VQIip'](_0x1e4ac0['EvXfq'],_0x1e4ac0['EvXfq']))_0x16e150=_0x428ce4['findIndex'](_0x5b6af8=>_0x5b6af8=='-c');else{if(_0x3ee4d7)_0x1be3c7[_0x516f51(0x1e4)](helper[_0x516f51(0x189)](_0x567d52['config'],_0x1e4ac0[_0x516f51(0x198)],_0x204f56));else _0x1be3c7[_0x516f51(0x1e4)](helper[_0x516f51(0x184)](_0x567d52[_0x516f51(0x17e)],_0x1e4ac0['hSLAh'],_0x204f56));}});const _0x45f920={},_0x37d446=[];_0x1be3c7[_0x58d173(0x1b6)](_0x5e3e9b=>{const _0x5694c7=_0x58d173;if(_0x1e4ac0[_0x5694c7(0x169)](_0x1e4ac0[_0x5694c7(0x167)],_0x1e4ac0[_0x5694c7(0x167)])){let _0x15f8e1=_0x1e4ac0[_0x5694c7(0x1a4)](helper[_0x5694c7(0x1b9)](_0x5e3e9b,'_'),'_'+Date[_0x5694c7(0x160)]());const _0x2fbad9={};_0x2fbad9[_0x5694c7(0x18e)]=_0x5e3e9b;const _0x24a36b=_0x2fbad9;_0x45f920[_0x15f8e1]=_0x3b7b69[_0x1e4ac0['AHWdS']][_0x1e4ac0[_0x5694c7(0x1d4)]][_0x1e4ac0[_0x5694c7(0x16f)]]?helper[_0x5694c7(0x161)](_0x24a36b,_0x3b7b69[_0x1e4ac0[_0x5694c7(0x18f)]][_0x1e4ac0[_0x5694c7(0x1d4)]][_0x1e4ac0[_0x5694c7(0x16f)]]):_0x24a36b,_0x37d446['push'](_0x15f8e1);}else _0x3628d2=_0x28f41c['join'](_0x389751[_0x5694c7(0x1e2)](),_0x1e4ac0[_0x5694c7(0x186)]);});const _0x585902={};_0x585902[_0x58d173(0x175)]=_0x3c09d5;const _0x31df1f=_0x585902,_0x1f8cce=path[_0x58d173(0x1b0)](__dirname,_0x1e4ac0[_0x58d173(0x19f)]),_0x284064=process[_0x58d173(0x1e2)]();process[_0x58d173(0x1e5)][_0x1e4ac0[_0x58d173(0x1c7)]]=_0x284064,process[_0x58d173(0x188)](path[_0x58d173(0x17b)](_0x3c09d5));const _0x4a850d=new CodeceptJS[(_0x58d173(0x195))](null,_0x31df1f),_0x569a97=_0x4a850d[_0x58d173(0x1c9)](_0x1e4ac0[_0x58d173(0x1ae)](_0x567d52[_0x58d173(0x17e)][_0x58d173(0x1e3)],_0x567d52[_0x58d173(0x17e)][_0x58d173(0x1bc)]['length'])),_0xa37ea5=_0x37d446[_0x58d173(0x1a2)](_0x5160d4=>{const _0x3cd27e=_0x58d173;if(_0x1e4ac0['LYuuw'](_0x1e4ac0['TpPGU'],_0x1e4ac0['lJGLk'])){const _0xe9b948=_0x28c8fd[_0x3cd27e(0x19c)]();_0xe9b948['addTests'](_0x1c3234),_0xe9b948['addConfig'](_0x1fa3ef);}else{const _0x412224={..._0x45f920[_0x5160d4]},_0x1b6f4d={};_0x1b6f4d[_0x3cd27e(0x1ca)]=_0x412224;const _0x58354c={};_0x58354c[_0x3cd27e(0x1c2)]=_0x1f8cce,_0x58354c['enabled']=!![],_0x58354c['skipSessionName']=_0x567d52[_0x3cd27e(0x17e)]['testContextOptions'][_0x3cd27e(0x182)];const _0xef04c7={};_0xef04c7[_0x3cd27e(0x173)]=_0x58354c;const _0x216f1d={};return _0x216f1d['helpers']=_0x1b6f4d,_0x216f1d[_0x3cd27e(0x190)]=_0xef04c7,_0x216f1d;}});for(const _0x290d3c of _0xa37ea5){if(_0x1e4ac0[_0x58d173(0x169)](_0x1e4ac0[_0x58d173(0x1d7)],_0x1e4ac0[_0x58d173(0x1d7)]))for(let _0x20cc11 of _0x569a97){if(_0x1e4ac0['LYuuw'](_0x1e4ac0[_0x58d173(0x1a5)],_0x1e4ac0[_0x58d173(0x1a8)])){if(_0x40cc1d)_0x13db3c[_0x58d173(0x1e4)](_0x19ce3c['modifyBrowserStackW3CCaps'](_0x458103['config'],_0x1e4ac0[_0x58d173(0x198)],_0x1caa9e));else _0x33a49e[_0x58d173(0x1e4)](_0x2d6e90[_0x58d173(0x184)](_0x7a0aa1[_0x58d173(0x17e)],_0x1e4ac0[_0x58d173(0x198)],_0x5225d1));}else{const _0x194bfc=_0x4a850d[_0x58d173(0x19c)]();_0x194bfc['addTests'](_0x20cc11),_0x194bfc[_0x58d173(0x17c)](_0x290d3c);}}else _0x4f0770['log'](_0x1e4ac0['hjfDP'],_0x261f30[_0x58d173(0x168)]);}_0x4a850d['on'](CodeceptJS['event'][_0x58d173(0x1c5)][_0x58d173(0x183)],(_0x520aef,_0x34ebc7)=>{const _0x5317f=_0x58d173,_0x359996={'EvhEG':function(_0x1a4171,_0x306b1a){const _0x3bba47=a1_0xc9d7;return _0x1e4ac0[_0x3bba47(0x165)](_0x1a4171,_0x306b1a);}};_0x1e4ac0[_0x5317f(0x1d5)](_0x1e4ac0[_0x5317f(0x187)],_0x1e4ac0[_0x5317f(0x187)])?console[_0x5317f(0x1ab)](_0x1e4ac0[_0x5317f(0x180)],_0x520aef[_0x5317f(0x168)]):(_0x1e900a[_0x5317f(0x18c)](_0x5317f(0x18d)+_0x513f7b),_0xb021f1=_0x359996['EvhEG'](_0x9b42cd,_0x1c53e5));}),_0x4a850d['on'](CodeceptJS[_0x58d173(0x1c4)][_0x58d173(0x1c5)][_0x58d173(0x1bf)],async _0x465b81=>{const _0x36ba5c=_0x58d173;_0x1e4ac0[_0x36ba5c(0x1d5)](_0x1e4ac0[_0x36ba5c(0x192)],_0x1e4ac0['auoaf'])?console[_0x36ba5c(0x1ab)](_0x1e4ac0[_0x36ba5c(0x1e7)],_0x465b81[_0x36ba5c(0x168)]):_0x49221f['printResults']();}),_0x4a850d['on'](CodeceptJS['event'][_0x58d173(0x1c5)][_0x58d173(0x16c)],async _0x3e789a=>{const _0x3b055e=_0x58d173;if(_0x1e4ac0[_0x3b055e(0x1bb)](_0x1e4ac0[_0x3b055e(0x15c)],_0x1e4ac0[_0x3b055e(0x1d0)])){if(_0x4569f[_0x3b055e(0x1de)](_0x2edc3c[_0x3b055e(0x1b0)](_0x1cd670[_0x3b055e(0x1e2)](),_0x1e4ac0[_0x3b055e(0x186)])))_0x40e047=_0x2acbfa['join'](_0x593afd[_0x3b055e(0x1e2)](),_0x1e4ac0[_0x3b055e(0x186)]);else _0x4a0334['existsSync'](_0x3a9699[_0x3b055e(0x1b0)](_0x304bcc[_0x3b055e(0x1e2)](),_0x1e4ac0[_0x3b055e(0x1ad)]))&&(_0x4f1319=_0x569179['join'](_0x32cd8e['cwd'](),_0x1e4ac0['TueqX']));}else console[_0x3b055e(0x1ab)](_0x1e4ac0['hkqeK'],_0x3e789a[_0x3b055e(0x168)]);}),_0x4a850d['on'](CodeceptJS[_0x58d173(0x1c4)]['all']['result'],async()=>{const _0x112220=_0x58d173,_0x3025c7={};_0x3025c7[_0x112220(0x199)]=_0x1e4ac0[_0x112220(0x16e)];const _0x583f99=_0x3025c7;_0x1e4ac0[_0x112220(0x1e8)](_0x1e4ac0[_0x112220(0x1aa)],_0x1e4ac0[_0x112220(0x1a0)])?_0x4a850d['printResults']():_0x42ff09['log'](_0x583f99['rYdjK'],_0x417b48[_0x112220(0x168)]);});async function _0x40658f(){const _0x54e4ef=_0x58d173;try{await _0x4a850d['bootstrapAll'](),await _0x4a850d[_0x54e4ef(0x178)]();}finally{process[_0x54e4ef(0x188)](_0x284064),await _0x4a850d[_0x54e4ef(0x191)]();}}_0x1e4ac0[_0x58d173(0x196)](_0x40658f);}module[a1_0x18cbc9(0x1cb)]=run;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x170480=a2_0x26d4;(function(_0x4facef,_0x579ce9){const _0x249ac8=a2_0x26d4,_0x44aef5=_0x4facef();while(!![]){try{const _0x3b2e02=-parseInt(_0x249ac8(0xf7))/0x1+-parseInt(_0x249ac8(0x72))/0x2+parseInt(_0x249ac8(0xa3))/0x3*(parseInt(_0x249ac8(0xec))/0x4)+-parseInt(_0x249ac8(0xd0))/0x5*(parseInt(_0x249ac8(0xd9))/0x6)+-parseInt(_0x249ac8(0x82))/0x7+parseInt(_0x249ac8(0x7b))/0x8+parseInt(_0x249ac8(0x6c))/0x9*(parseInt(_0x249ac8(0xb8))/0xa);if(_0x3b2e02===_0x579ce9)break;else _0x44aef5['push'](_0x44aef5['shift']());}catch(_0xa0b558){_0x44aef5['push'](_0x44aef5['shift']());}}}(a2_0x4183,0xd9aee));const fs=require('fs'),path=require('path'),logger=require(a2_0x170480(0xf9))[a2_0x170480(0xed)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a2_0x170480(0x93)),constants=require(a2_0x170480(0xf0)),{parallelCucumberRun}=require('../test-runner'),chalk=require(a2_0x170480(0xa5));function a2_0x4183(){const _0xb32998=['steps','VbBNu','initialize','stepsAmbiguous','cucumber-js','103446zwdbVu','DAmEr','qTAER','bgWhite','WeECd','errorMessage','ZiIbb','stepsUndefined','HJYHH','NaqnG','DETZA','oEYSR','push','cwd','\x20undefined','green','VuXkz','ClKdN','useW3C','256sCxshp','winstonLogger','maxWorkers','nbzGM','../utils/constants','gFfkE','debug','log','stepsPending','mzIkN','AnCcU','991130EvPdCQ','haSNJ','../../helpers/logger','cyan','1823175gkMoHb','yellow','length','HbiMC','finally','tRMOs','817058mXYdAZ','hTnQm','QLAaa','mtFLR','scenariosFailed','bold','argv','HpeXN','\x20scenarios','1611616ZlTdgO','stepsSkipped','RCJDH','then','****\x20RESULTS\x20****','VdcQN','IdYjc','6571005xmoUWY','testContextOptions','vogrA','ocyhB','splice','modifyBrowserStackW3CCaps','red','stepsUnknown','forEach','stepsFailed','xDnAZ','handleApp','\x20skipped','nniQG','tFTqq','TjWGm','\x20passed','../../helpers/helper','FzsTx','stepsPassed','mZpfU','irYrn','server','QeDny','vNUJL','NKLID','browserStackLogLevel','tKTTK','huaqy','\x20ambiguous','finalExecution','SrSaQ','logLevel','44382QnDYgL','PVSwX','chalk','tmp','cucumber','cYyiO','qAKyo','aYJpX','mJSBk','parseFormatters','scenarios','Kmfsq','FIVGS','removeDir','exports','lTMfF','skipSessionName','aHEPT','kqBLn','\x20steps','MHVFh','170yGywXp','getPlatformName','getErrorMessageFromResults','mergeOutputFiles','proxySettings','jsYBD','createDir','jRiNs','VJtYg','hubUrl','config','SHmZf','gdVxc','CuZil','\x20pending','\x20failed','fmnvt','ZHuUv','SUKrg','Generating\x20consolidated\x20report...','nWfYE','GVhEV','platforms','kSkke','395fTxGmc','CDfCP','Removing\x20tmp\x20directory\x20created\x20for\x20reports','Hosoo'];a2_0x4183=function(){return _0xb32998;};return a2_0x4183();}function printCucumberStats(_0x489750){const _0x3de1bd=a2_0x170480,_0x4fcef2={'aYJpX':_0x3de1bd(0xa7),'vECUZ':_0x3de1bd(0xcb),'blFsf':_0x3de1bd(0xd2),'DETZA':function(_0x4db694,_0x377600){return _0x4db694>_0x377600;},'WeECd':function(_0x3c8bf7,_0x1973c4){return _0x3c8bf7(_0x1973c4);},'nWfYE':function(_0x1c8485,_0x2da011){return _0x1c8485!==_0x2da011;},'SHmZf':_0x3de1bd(0x80),'QLAaa':function(_0x533440,_0x1ac137){return _0x533440-_0x1ac137;},'Hosoo':function(_0x794de7,_0x32e8d5){return _0x794de7-_0x32e8d5;},'Kmfsq':function(_0xd55009,_0x320381){return _0xd55009>_0x320381;},'ocyhB':function(_0x41248b,_0xd2d836){return _0x41248b===_0xd2d836;},'HpeXN':_0x3de1bd(0xb7),'mZpfU':'NmtSU','jsYBD':function(_0x5f1804,_0x32ad50){return _0x5f1804>_0x32ad50;},'HbiMC':function(_0x492803,_0x5ab6cc){return _0x492803>_0x5ab6cc;},'glrDh':_0x3de1bd(0x94),'vogrA':'azlvf','IdYjc':_0x3de1bd(0x7d),'NKLID':_0x3de1bd(0xea),'TjWGm':function(_0xa4a21a,_0x3c2f8e){return _0xa4a21a>_0x3c2f8e;},'QeDny':function(_0x4fd82b,_0x5bbcb6){return _0x4fd82b!==_0x5bbcb6;},'huaqy':_0x3de1bd(0xe1),'GVhEV':function(_0x569c91,_0x2c91cc){return _0x569c91>_0x2c91cc;},'xDnAZ':function(_0x2126d7,_0x5e412f){return _0x2126d7!==_0x5e412f;},'PVSwX':'KIZAc','vMGiF':'rlISd','DAmEr':_0x3de1bd(0xf5),'oEYSR':_0x3de1bd(0xd5),'OBsrp':function(_0x13f637,_0x444efb){return _0x13f637!==_0x444efb;},'jgkRe':_0x3de1bd(0xf8),'SUKrg':_0x3de1bd(0xf1),'ZHuUv':function(_0x507eac,_0x1f22bd){return _0x507eac+_0x1f22bd;},'mJSBk':function(_0x41c9fb,_0x20ec80){return _0x41c9fb+_0x20ec80;},'tKTTK':function(_0x17fcec,_0x1f4391){return _0x17fcec+_0x1f4391;},'NaqnG':function(_0x4bdd05,_0x480489){return _0x4bdd05+_0x480489;},'TbOVa':function(_0x400c9f,_0x562e11){return _0x400c9f+_0x562e11;},'fmnvt':function(_0x2457ce,_0x4df91b){return _0x2457ce==_0x4df91b;},'vBAyk':_0x3de1bd(0x90),'KIOiw':_0x3de1bd(0xbf),'Mhlvv':_0x3de1bd(0x7f)};let _0xfeb9b9=0x0;if(_0x4fcef2[_0x3de1bd(0xc8)](_0x489750['length'],0x0))return _0xfeb9b9;return console[_0x3de1bd(0xf3)](chalk['bold'][_0x3de1bd(0xdc)](_0x4fcef2['Mhlvv'])),_0x489750['forEach'](_0x5ec44d=>{const _0x5e5209=_0x3de1bd,_0x1cbf76={'vNUJL':_0x4fcef2['vECUZ'],'AnCcU':_0x4fcef2['blFsf'],'KdHjQ':function(_0x56f616,_0x1e408a){const _0x58444d=a2_0x26d4;return _0x4fcef2[_0x58444d(0xe3)](_0x56f616,_0x1e408a);},'sGQLU':function(_0x56dbdd,_0x4b9aab){const _0x371e7b=a2_0x26d4;return _0x4fcef2[_0x371e7b(0xdd)](_0x56dbdd,_0x4b9aab);}};if(_0x4fcef2['nWfYE'](_0x4fcef2[_0x5e5209(0xc3)],_0x4fcef2[_0x5e5209(0xc3)]))_0x4f5969['debug'](_0x1cbf76[_0x5e5209(0x9a)]),_0x250686[_0x5e5209(0xbb)](_0x27cbff,_0x5377cb),_0x64e68c[_0x5e5209(0xf2)](_0x1cbf76[_0x5e5209(0xf6)]),_0x23d7c9['removeDir'](_0x43eb36);else{let _0x44dc36=_0x5ec44d[0x0],_0x167b42=_0x5ec44d[0x1];console[_0x5e5209(0xf3)]('\x0a'+chalk[_0x5e5209(0x77)][_0x5e5209(0x6d)](''+helper[_0x5e5209(0xb9)](_0x44dc36)));let _0x1144cb=_0x167b42[_0x5e5209(0xad)],_0xd66189=_0x167b42[_0x5e5209(0xd4)],_0x4342e1=_0x167b42[_0x5e5209(0x76)],_0x38019e=_0x167b42[_0x5e5209(0x8b)],_0x3a7fa9=_0x167b42[_0x5e5209(0x95)],_0x5c5be6=_0x167b42[_0x5e5209(0x7c)],_0x30f514=_0x167b42[_0x5e5209(0xf4)],_0x549265=_0x167b42[_0x5e5209(0xe0)],_0x58216a=_0x167b42[_0x5e5209(0x89)],_0x486485=_0x167b42[_0x5e5209(0xd7)],_0xc86868=_0x167b42['processSuccess'],_0x50da24=_0x1144cb+_0x5e5209(0x7a);const _0x4010f7=_0x4fcef2['DETZA'](_0x4fcef2[_0x5e5209(0x74)](_0x1144cb,_0x4342e1),0x0)?_0x4fcef2[_0x5e5209(0xd3)](_0x1144cb,_0x4342e1):0x0;if(_0x4fcef2[_0x5e5209(0xe3)](_0x4342e1,0x0)&&_0x4fcef2[_0x5e5209(0xae)](_0x4010f7,0x0))_0x4fcef2[_0x5e5209(0x85)](_0x4fcef2[_0x5e5209(0x79)],_0x4fcef2['HpeXN'])?_0x50da24+='\x20('+chalk[_0x5e5209(0x77)][_0x5e5209(0x88)](_0x4342e1+_0x5e5209(0xc7))+',\x20'+chalk[_0x5e5209(0x77)]['green'](_0x4010f7+_0x5e5209(0x92))+')':_0x1c67f6[_0x5e5209(0xe5)](''+_0x57c337['bold']['cyan'](_0x57ac0e+'\x20skipped'));else{if(_0x4fcef2[_0x5e5209(0xae)](_0x4342e1,0x0)||_0x4fcef2['DETZA'](_0x4010f7,0x0)){if(_0x4fcef2[_0x5e5209(0x85)](_0x4fcef2[_0x5e5209(0x96)],_0x4fcef2['mZpfU']))_0x50da24+=_0x4fcef2[_0x5e5209(0xbd)](_0x4342e1,0x0)?'\x20('+chalk['bold'][_0x5e5209(0x88)](_0x4342e1+_0x5e5209(0xc7))+')':'\x20('+chalk['bold'][_0x5e5209(0xe8)](_0x4010f7+_0x5e5209(0x92))+')';else{if(_0x4b0ce0)_0x41a656[_0x5e5209(0xe5)](_0x2a77e2[_0x5e5209(0x87)](_0x694107['config'],_0x4fcef2['aYJpX'],_0x4eca5b));else _0x41696a[_0x5e5209(0xe5)](_0x3308a9['modifyBrowserStackCaps'](_0x417ce3[_0x5e5209(0xc2)],_0x4fcef2[_0x5e5209(0xaa)],_0x1a1fe3));}}}let _0x2d2f60=_0xd66189+_0x5e5209(0xb6),_0x3368b2=[];_0x4fcef2[_0x5e5209(0x6f)](_0x486485,0x0)&&(_0x4fcef2[_0x5e5209(0xcc)](_0x4fcef2['glrDh'],_0x4fcef2[_0x5e5209(0x84)])?_0x3368b2[_0x5e5209(0xe5)](''+chalk[_0x5e5209(0x77)]['red'](_0x486485+_0x5e5209(0x9f))):_0x5d43bf+=_0x1cbf76['KdHjQ'](_0x2cc5ed,0x0)?'\x20('+_0x454203[_0x5e5209(0x77)][_0x5e5209(0x88)](_0x2fbc61+_0x5e5209(0xc7))+')':'\x20('+_0x442810[_0x5e5209(0x77)][_0x5e5209(0xe8)](_0x312f8b+'\x20passed')+')');_0x4fcef2[_0x5e5209(0x6f)](_0x38019e,0x0)&&(_0x4fcef2[_0x5e5209(0x85)](_0x4fcef2[_0x5e5209(0x81)],_0x4fcef2[_0x5e5209(0x9b)])?_0x2dd5e4[_0x5e5209(0xe5)](''+_0x4ab6c1[_0x5e5209(0x77)][_0x5e5209(0x6d)](_0x4ede43+_0x5e5209(0xc6))):_0x3368b2['push'](''+chalk[_0x5e5209(0x77)][_0x5e5209(0x88)](_0x38019e+'\x20failed')));_0x4fcef2[_0x5e5209(0x91)](_0x3a7fa9,0x0)&&(_0x4fcef2[_0x5e5209(0x99)](_0x4fcef2[_0x5e5209(0x9e)],_0x4fcef2['huaqy'])?_0x11596[_0x5e5209(0xe5)](''+_0x9f4ee5[_0x5e5209(0x77)]['red'](_0x49c614+_0x5e5209(0xc7))):_0x3368b2[_0x5e5209(0xe5)](''+chalk['bold'][_0x5e5209(0xe8)](_0x3a7fa9+'\x20passed')));_0x4fcef2['GVhEV'](_0x30f514,0x0)&&(_0x4fcef2[_0x5e5209(0x8c)](_0x4fcef2[_0x5e5209(0xa4)],_0x4fcef2['vMGiF'])?_0x3368b2[_0x5e5209(0xe5)](''+chalk[_0x5e5209(0x77)][_0x5e5209(0x6d)](_0x30f514+_0x5e5209(0xc6))):_0x3fe87c=0x1);if(_0x4fcef2[_0x5e5209(0xcd)](_0x5c5be6,0x0)){if(_0x4fcef2['ocyhB'](_0x4fcef2['DAmEr'],_0x4fcef2[_0x5e5209(0xda)]))_0x3368b2[_0x5e5209(0xe5)](''+chalk['bold'][_0x5e5209(0x6b)](_0x5c5be6+'\x20skipped'));else{_0x33b1a8=_0xd2d83d;let _0x513b03=_0x1cbf76['sGQLU'](_0x2fea0b,_0x10d9dd);_0x1a268a['exitCode']=_0x513b03,_0x1cbf76['KdHjQ'](_0x36c7d3[_0x5e5209(0x6e)],0x0)&&(_0x548b56[_0x5e5209(0xf2)](_0x1cbf76[_0x5e5209(0x9a)]),_0x38fcb4[_0x5e5209(0xbb)](_0x4cce0b,_0x3d3161),_0x105610[_0x5e5209(0xf2)](_0x1cbf76[_0x5e5209(0xf6)]),_0x13fb10[_0x5e5209(0xb0)](_0x227338));}}_0x4fcef2[_0x5e5209(0xe3)](_0x549265,0x0)&&(_0x4fcef2[_0x5e5209(0x8c)](_0x4fcef2[_0x5e5209(0xe4)],_0x4fcef2['oEYSR'])?_0x2fa562[_0x5e5209(0xe5)](''+_0x1bcf17['bold'][_0x5e5209(0xe8)](_0x4f1093+_0x5e5209(0x92))):_0x3368b2[_0x5e5209(0xe5)](''+chalk['bold'][_0x5e5209(0x6d)](_0x549265+'\x20undefined')));_0x4fcef2[_0x5e5209(0x6f)](_0x58216a,0x0)&&(_0x4fcef2['OBsrp'](_0x4fcef2['jgkRe'],_0x4fcef2[_0x5e5209(0xca)])?_0x3368b2[_0x5e5209(0xe5)](''+chalk[_0x5e5209(0x77)][_0x5e5209(0x6d)](_0x58216a+_0x5e5209(0x8e))):_0x434ea0[_0x5e5209(0xe5)](''+_0x45c6e2['bold'][_0x5e5209(0x6d)](_0x5ca7a9+_0x5e5209(0xe7))));const _0x53fca4=_0x4fcef2[_0x5e5209(0xc9)](_0x4fcef2[_0x5e5209(0xab)](_0x4fcef2[_0x5e5209(0x9d)](_0x2d2f60,'('),_0x3368b2['join'](',\x20')),')');console[_0x5e5209(0xf3)](_0x4fcef2[_0x5e5209(0xe2)](_0x4fcef2[_0x5e5209(0xe2)](_0x4fcef2[_0x5e5209(0xab)](_0x4fcef2['TbOVa']('\x0a',_0x50da24),'\x0a'),_0x53fca4),'\x0a')),_0x4fcef2[_0x5e5209(0xc8)](_0xc86868,![])&&(_0x4fcef2['ocyhB'](_0x4fcef2['vBAyk'],_0x4fcef2['KIOiw'])?_0x4f693a[_0x5e5209(0xe5)](''+_0xa2bbb1[_0x5e5209(0x77)]['red'](_0x42b1fc+_0x5e5209(0x9f))):_0xfeb9b9=0x1);}}),_0xfeb9b9;}async function run(_0x3233d5,_0x8335a4){const _0x4e303f=a2_0x170480,_0x2b1801={'SrSaQ':function(_0x140a63,_0x16afc3){return _0x140a63===_0x16afc3;},'hTnQm':_0x4e303f(0xc5),'ZiIbb':_0x4e303f(0xa7),'mtFLR':function(_0x1c4abf,_0x475b7e){return _0x1c4abf-_0x475b7e;},'qTAER':function(_0x365299,_0x3adec9){return _0x365299>=_0x3adec9;},'kqBLn':function(_0x5d9d89,_0x1612a0){return _0x5d9d89(_0x1612a0);},'lRaGC':function(_0x3d9d7b,_0x27ca73){return _0x3d9d7b>_0x27ca73;},'lTMfF':_0x4e303f(0x97),'aHEPT':_0x4e303f(0xcb),'kMxak':_0x4e303f(0xd2),'nniQG':_0x4e303f(0xd8),'maePO':_0x4e303f(0xa6),'kSkke':function(_0x49dcd2,_0x2bef42){return _0x49dcd2>_0x2bef42;},'tRMOs':function(_0x152a32,_0x130a90){return _0x152a32===_0x130a90;},'gdVxc':_0x4e303f(0xd1),'VuXkz':_0x4e303f(0xa8),'nbzGM':function(_0x4cd1e6,_0x30722b){return _0x4cd1e6===_0x30722b;},'ydqZz':_0x4e303f(0xc0),'qAKyo':'gwxLz','FIVGS':function(_0x8dd5e1,_0x211bbd,_0x16234a,_0x4f2f72,_0x1f25e6,_0x28d9b9){return _0x8dd5e1(_0x211bbd,_0x16234a,_0x4f2f72,_0x1f25e6,_0x28d9b9);}},_0x15af25=new BrowserStackSetup(_0x3233d5,_0x2b1801[_0x4e303f(0x8f)]);await _0x15af25[_0x4e303f(0xd6)](),await helper[_0x4e303f(0x8d)](_0x15af25['config']);const _0xe410b1=[];if(!_0x15af25[_0x4e303f(0xc2)])return;const _0x3ef9f1=_0x15af25[_0x4e303f(0xc2)]['parallelsPerPlatform'];let _0xce48ee=helper[_0x4e303f(0xeb)](_0x15af25[_0x4e303f(0xc2)]);_0x15af25[_0x4e303f(0xc2)][_0x4e303f(0xce)][_0x4e303f(0x8a)]((_0x4be624,_0x54a157)=>{const _0x1583a1=_0x4e303f;if(_0x2b1801['SrSaQ'](_0x2b1801[_0x1583a1(0x73)],_0x2b1801[_0x1583a1(0x73)])){if(_0xce48ee)_0xe410b1[_0x1583a1(0xe5)](helper['modifyBrowserStackW3CCaps'](_0x15af25[_0x1583a1(0xc2)],_0x2b1801['ZiIbb'],_0x54a157));else _0xe410b1[_0x1583a1(0xe5)](helper['modifyBrowserStackCaps'](_0x15af25['config'],_0x2b1801[_0x1583a1(0xdf)],_0x54a157));}else _0x2057e3[_0x1583a1(0x86)](_0x8b1c41[_0x2c83ac],0x2);});const _0x9bfe51={};_0x9bfe51[_0x4e303f(0x98)]=constants[_0x4e303f(0xc1)],_0x9bfe51[_0x4e303f(0xbc)]=_0x15af25[_0x4e303f(0xc2)][_0x4e303f(0xbc)],_0x9bfe51[_0x4e303f(0xee)]=_0x3ef9f1,_0x9bfe51[_0x4e303f(0x9c)]=_0x15af25[_0x4e303f(0xc2)][_0x4e303f(0xa2)],_0x9bfe51[_0x4e303f(0xb3)]=_0x15af25[_0x4e303f(0xc2)][_0x4e303f(0x83)][_0x4e303f(0xb3)];let _0x28a49d=_0x9bfe51,_0x4508ac=process[_0x4e303f(0x78)],[_0x399514,_0x58b37e]=helper[_0x4e303f(0xac)](_0x4508ac),_0x14a246=path['join'](process[_0x4e303f(0xe6)](),_0x2b1801['maePO']);if(_0x2b1801[_0x4e303f(0xcf)](_0x58b37e[_0x4e303f(0x6e)],0x0)){if(_0x2b1801[_0x4e303f(0x71)](_0x2b1801[_0x4e303f(0xc4)],_0x2b1801[_0x4e303f(0xe9)]))_0x1e65a2+='\x20('+_0x279490[_0x4e303f(0x77)][_0x4e303f(0x88)](_0x9d52c4+_0x4e303f(0xc7))+',\x20'+_0x509b41['bold'][_0x4e303f(0xe8)](_0x401e18+_0x4e303f(0x92))+')';else{helper[_0x4e303f(0xbe)](_0x14a246);for(let _0x5d1953=_0x2b1801['mtFLR'](_0x399514[_0x4e303f(0x6e)],0x1);_0x2b1801[_0x4e303f(0xdb)](_0x5d1953,0x0);_0x5d1953--){if(_0x2b1801[_0x4e303f(0xef)](_0x2b1801['ydqZz'],_0x2b1801[_0x4e303f(0xa9)])){_0x3ab0fa['createDir'](_0xc8450);for(let _0x4811da=_0x2b1801[_0x4e303f(0x75)](_0x24d2e2['length'],0x1);_0x2b1801[_0x4e303f(0xdb)](_0x4811da,0x0);_0x4811da--){_0x2bd05b[_0x4e303f(0x86)](_0x30b2ac[_0x4811da],0x2);}}else _0x4508ac['splice'](_0x399514[_0x5d1953],0x2);}}}let _0x46ef18;_0x2b1801[_0x4e303f(0xaf)](parallelCucumberRun,_0xe410b1,_0x28a49d,_0x15af25[_0x4e303f(0xc2)],_0x4508ac,_0x58b37e)[_0x4e303f(0x7e)](async _0x4bcaaf=>{const _0xe8ce6=_0x4e303f;_0x46ef18=_0x4bcaaf;let _0x19d41f=_0x2b1801[_0xe8ce6(0xb5)](printCucumberStats,_0x4bcaaf);process['exitCode']=_0x19d41f,_0x2b1801['lRaGC'](_0x58b37e[_0xe8ce6(0x6e)],0x0)&&(_0x2b1801[_0xe8ce6(0xa1)](_0x2b1801[_0xe8ce6(0xb2)],_0x2b1801[_0xe8ce6(0xb2)])?(logger[_0xe8ce6(0xf2)](_0x2b1801[_0xe8ce6(0xb4)]),helper[_0xe8ce6(0xbb)](_0x14a246,_0x58b37e),logger[_0xe8ce6(0xf2)](_0x2b1801['kMxak']),helper[_0xe8ce6(0xb0)](_0x14a246)):_0x24460b[_0xe8ce6(0xe5)](''+_0x2877e1[_0xe8ce6(0x77)][_0xe8ce6(0x6d)](_0x793a61+_0xe8ce6(0x8e))));})[_0x4e303f(0x70)](async()=>{const _0x109f59=_0x4e303f;_0x15af25[_0x109f59(0xde)]=helper[_0x109f59(0xba)](_0x46ef18,_0x2b1801[_0x109f59(0xdf)]),await helper[_0x109f59(0xa0)](_0x15af25);});}function a2_0x26d4(_0x825bac,_0x3ff475){const _0x41838a=a2_0x4183();return a2_0x26d4=function(_0x26d4f1,_0x510a9c){_0x26d4f1=_0x26d4f1-0x6b;let _0x571fe9=_0x41838a[_0x26d4f1];return _0x571fe9;},a2_0x26d4(_0x825bac,_0x3ff475);}module[a2_0x170480(0xb1)]=run;
|
|
2
|
+
'use strict';function a2_0x4cd7(_0x5ce58d,_0x5b3157){const _0x3ec582=a2_0x3ec5();return a2_0x4cd7=function(_0x4cd778,_0x28a193){_0x4cd778=_0x4cd778-0x166;let _0x9e668b=_0x3ec582[_0x4cd778];return _0x9e668b;},a2_0x4cd7(_0x5ce58d,_0x5b3157);}const a2_0x2b1d98=a2_0x4cd7;(function(_0x3dea76,_0x11cac9){const _0x467341=a2_0x4cd7,_0x167579=_0x3dea76();while(!![]){try{const _0x2ce710=-parseInt(_0x467341(0x187))/0x1*(parseInt(_0x467341(0x1a4))/0x2)+parseInt(_0x467341(0x172))/0x3+-parseInt(_0x467341(0x16b))/0x4+-parseInt(_0x467341(0x1b8))/0x5*(-parseInt(_0x467341(0x1bb))/0x6)+parseInt(_0x467341(0x1d2))/0x7+-parseInt(_0x467341(0x1a8))/0x8+parseInt(_0x467341(0x19a))/0x9;if(_0x2ce710===_0x11cac9)break;else _0x167579['push'](_0x167579['shift']());}catch(_0xfe24f8){_0x167579['push'](_0x167579['shift']());}}}(a2_0x3ec5,0x82480));function a2_0x3ec5(){const _0x4aa484=['WIutm','winstonLogger','NxKNR','YPGja','ezHJh','NrcAv','cwd','16735644ejypCH','bold','IvtQe','yJUyV','yellow','YGBdu','createDir','UuRtM','\x20failed','giagB','170TtKTNY','join','gmcuV','initialize','7886008fGDBSy','log','mFjHq','rQTUn','rKgOV','AWIyn','removeDir','cyan','iHjDM','mergeOutputFiles','IsEcg','rOTdB','oqiBe','length','stepsPending','HmsLI','85yFeEqr','MFiFK','VGCmn','180066biVJXa','\x20skipped','handleApp','red','IYGaW','parseFormatters','zVBdT','piiYI','green','cTlbX','PcyNg','\x20steps','cucumber','skipSessionName','NMSHG','vvOIl','OZMCv','stepsUnknown','EWPMo','RFBzv','modifyBrowserStackW3CCaps','finally','VqEAc','4303656FtXQSW','cucumber-js','stepsPassed','processSuccess','RSTHb','finalExecution','CBjie','HQeUM','../utils/constants','stepsSkipped','qgsZn','CWIoV','qKdYE','eFxWm','twhqJ','iJRxi','imQLO','modifyBrowserStackCaps','\x20scenarios','HfJeT','AJSHn','NqdQs','ZBFHN','mXQRW','pdkYM','exports','KdWwe','sQmfO','../../helpers/logger','stepsFailed','NciwG','LZDcm','YVxla','BlNcj','mbVHw','stepsUndefined','3120684wLEgtE','Removing\x20tmp\x20directory\x20created\x20for\x20reports','rzLWg','bFesw','then','push','bucPH','726924ZZURKW','flYot','mIWuF','\x20passed','\x20ambiguous','kBybO','useW3C','tmp','config','steps','forEach','RNApH','YWVvy','stepsAmbiguous','CxvXW','NdCGi','../test-runner','argv','splice','JJpDr','sjHUQ','10909JNfSHZ','debug','ToSnu','vgvJD','fxqkN','UlYBQ','scenariosFailed','spqFK','SvpKW','exitCode','errorMessage','\x20pending'];a2_0x3ec5=function(){return _0x4aa484;};return a2_0x3ec5();}const fs=require('fs'),path=require('path'),logger=require(a2_0x2b1d98(0x1ee))[a2_0x2b1d98(0x194)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),constants=require(a2_0x2b1d98(0x1da)),{parallelCucumberRun}=require(a2_0x2b1d98(0x182)),chalk=require('chalk');function printCucumberStats(_0x33fa44){const _0x1e5a3b=a2_0x2b1d98,_0x1cccab={'kBybO':function(_0x52c0d3,_0x528411){return _0x52c0d3>_0x528411;},'YWVvy':'Generating\x20consolidated\x20report...','sjHUQ':_0x1e5a3b(0x16c),'giagB':function(_0x214fc5,_0x3e5111){return _0x214fc5-_0x3e5111;},'OPBUU':function(_0x51012f,_0x463c6a){return _0x51012f>=_0x463c6a;},'spqFK':function(_0x8f0bc3,_0xc39b46){return _0x8f0bc3(_0xc39b46);},'vvOIl':'cucumber','eFxWm':function(_0x28c057,_0x14f399){return _0x28c057!==_0x14f399;},'zfDvx':_0x1e5a3b(0x193),'AJSHn':_0x1e5a3b(0x1c5),'pdkYM':function(_0x4cdf88,_0x340482){return _0x4cdf88>_0x340482;},'qKdYE':function(_0x18d99c,_0x1259dc){return _0x18d99c===_0x1259dc;},'KdWwe':'mzJKA','fxqkN':function(_0x814f18,_0x1c1ffd){return _0x814f18>_0x1c1ffd;},'yJUyV':_0x1e5a3b(0x1ac),'RFBzv':_0x1e5a3b(0x1e9),'ZBFHN':function(_0x4e72a4,_0x3251b9){return _0x4e72a4>_0x3251b9;},'flYot':function(_0x34b5ca,_0x5dc313){return _0x34b5ca>_0x5dc313;},'NciwG':_0x1e5a3b(0x1c9),'OyYGO':function(_0x4e2bbf,_0x5aa5a1){return _0x4e2bbf>_0x5aa5a1;},'VqEAc':function(_0x3315bd,_0x2d6d44){return _0x3315bd===_0x2d6d44;},'YGBdu':_0x1e5a3b(0x168),'vgvJD':_0x1e5a3b(0x1c1),'mbVHw':function(_0x34a3e5,_0x43444e){return _0x34a3e5>_0x43444e;},'NqdQs':function(_0x1055f3,_0x4019d8){return _0x1055f3!==_0x4019d8;},'OZMCv':_0x1e5a3b(0x189),'YVxla':_0x1e5a3b(0x1ba),'MFiFK':_0x1e5a3b(0x197),'RSTHb':function(_0x31b9ac,_0x591d95){return _0x31b9ac>_0x591d95;},'qgsZn':_0x1e5a3b(0x1cd),'bucPH':function(_0x2c7eac,_0x133ade){return _0x2c7eac>_0x133ade;},'rMYyJ':'JgyPn','EQoHh':_0x1e5a3b(0x18f),'UlYBQ':_0x1e5a3b(0x1bf),'GLEJD':'UqVrh','iHjDM':function(_0x26cbd6,_0x5cab2f){return _0x26cbd6+_0x5cab2f;},'NdCGi':function(_0x13f18e,_0x27aed4){return _0x13f18e+_0x27aed4;},'bFesw':function(_0x268a38,_0x521ee5){return _0x268a38+_0x521ee5;},'rzLWg':function(_0x551f60,_0x3cd3fc){return _0x551f60+_0x3cd3fc;},'iJRxi':function(_0x3cc14b,_0x422f3c){return _0x3cc14b==_0x422f3c;},'CBjie':_0x1e5a3b(0x195),'YPGja':_0x1e5a3b(0x1e2),'HmsLI':'****\x20RESULTS\x20****'};let _0x16293b=0x0;if(_0x1cccab[_0x1e5a3b(0x1e1)](_0x33fa44[_0x1e5a3b(0x1b5)],0x0))return _0x16293b;return console[_0x1e5a3b(0x1a9)](chalk[_0x1e5a3b(0x19b)]['bgWhite'](_0x1cccab[_0x1e5a3b(0x1b7)])),_0x33fa44[_0x1e5a3b(0x17c)](_0x2ec230=>{const _0x9ae29b=_0x1e5a3b,_0x4f33ff={'HQeUM':function(_0x82f1ff,_0x2b2172){const _0xc2fe34=a2_0x4cd7;return _0x1cccab[_0xc2fe34(0x1a3)](_0x82f1ff,_0x2b2172);},'CWIoV':function(_0xbfd57d,_0x213425){return _0x1cccab['OPBUU'](_0xbfd57d,_0x213425);},'cTlbX':function(_0x5aeb24,_0x42eb6c){const _0x3d7366=a2_0x4cd7;return _0x1cccab[_0x3d7366(0x18e)](_0x5aeb24,_0x42eb6c);},'JJpDr':function(_0x65a988,_0x2f88dd){return _0x1cccab['kBybO'](_0x65a988,_0x2f88dd);},'gmcuV':_0x1cccab[_0x9ae29b(0x17e)],'LZDcm':_0x1cccab['sjHUQ'],'twhqJ':_0x1cccab[_0x9ae29b(0x1ca)]};if(_0x1cccab[_0x9ae29b(0x1df)](_0x1cccab['zfDvx'],_0x1cccab[_0x9ae29b(0x1e6)])){let _0x46883a=_0x2ec230[0x0],_0x11c0d2=_0x2ec230[0x1];console[_0x9ae29b(0x1a9)]('\x0a'+chalk[_0x9ae29b(0x19b)][_0x9ae29b(0x19e)](''+helper['getPlatformName'](_0x46883a)));let _0x1a4dac=_0x11c0d2['scenarios'],_0x4e7b83=_0x11c0d2[_0x9ae29b(0x17b)],_0x595263=_0x11c0d2[_0x9ae29b(0x18d)],_0x3ef472=_0x11c0d2[_0x9ae29b(0x1ef)],_0x30e2fc=_0x11c0d2[_0x9ae29b(0x1d4)],_0x243865=_0x11c0d2[_0x9ae29b(0x1db)],_0x52c1c7=_0x11c0d2[_0x9ae29b(0x1b6)],_0x5ef3d4=_0x11c0d2[_0x9ae29b(0x16a)],_0x2f4396=_0x11c0d2[_0x9ae29b(0x1cc)],_0x5701bf=_0x11c0d2[_0x9ae29b(0x17f)],_0x4822cb=_0x11c0d2[_0x9ae29b(0x1d5)],_0x5abe84=_0x1a4dac+_0x9ae29b(0x1e4);const _0x274a60=_0x1cccab[_0x9ae29b(0x177)](_0x1cccab[_0x9ae29b(0x1a3)](_0x1a4dac,_0x595263),0x0)?_0x1cccab['giagB'](_0x1a4dac,_0x595263):0x0;if(_0x1cccab['pdkYM'](_0x595263,0x0)&&_0x1cccab['kBybO'](_0x274a60,0x0))_0x1cccab[_0x9ae29b(0x1de)](_0x1cccab[_0x9ae29b(0x1ec)],_0x1cccab[_0x9ae29b(0x1ec)])?_0x5abe84+='\x20('+chalk['bold'][_0x9ae29b(0x1be)](_0x595263+_0x9ae29b(0x1a2))+',\x20'+chalk[_0x9ae29b(0x19b)]['green'](_0x274a60+'\x20passed')+')':_0x1267f0+='\x20('+_0x981954[_0x9ae29b(0x19b)][_0x9ae29b(0x1be)](_0xf1d70+_0x9ae29b(0x1a2))+',\x20'+_0x1a3931[_0x9ae29b(0x19b)][_0x9ae29b(0x1c3)](_0x10ef19+'\x20passed')+')';else{if(_0x1cccab[_0x9ae29b(0x18b)](_0x595263,0x0)||_0x1cccab[_0x9ae29b(0x18b)](_0x274a60,0x0)){if(_0x1cccab[_0x9ae29b(0x1df)](_0x1cccab[_0x9ae29b(0x19d)],_0x1cccab[_0x9ae29b(0x1ce)]))_0x5abe84+=_0x1cccab[_0x9ae29b(0x1e8)](_0x595263,0x0)?'\x20('+chalk[_0x9ae29b(0x19b)][_0x9ae29b(0x1be)](_0x595263+_0x9ae29b(0x1a2))+')':'\x20('+chalk['bold'][_0x9ae29b(0x1c3)](_0x274a60+'\x20passed')+')';else{_0x34cb2d[_0x9ae29b(0x1a0)](_0x482317);for(let _0x318f62=_0x4f33ff[_0x9ae29b(0x1d9)](_0x2a2711[_0x9ae29b(0x1b5)],0x1);_0x4f33ff[_0x9ae29b(0x1dd)](_0x318f62,0x0);_0x318f62--){_0x225ac8[_0x9ae29b(0x184)](_0x4ed314[_0x318f62],0x2);}}}}let _0xa8c292=_0x4e7b83+_0x9ae29b(0x1c6),_0x4f35b1=[];_0x1cccab[_0x9ae29b(0x173)](_0x5701bf,0x0)&&(_0x1cccab[_0x9ae29b(0x1de)](_0x1cccab[_0x9ae29b(0x1f0)],_0x1cccab[_0x9ae29b(0x1f0)])?_0x4f35b1['push'](''+chalk[_0x9ae29b(0x19b)][_0x9ae29b(0x1be)](_0x5701bf+_0x9ae29b(0x176))):_0x28f161[_0x9ae29b(0x170)](''+_0x4f03c8['bold'][_0x9ae29b(0x1af)](_0x4b6e6e+_0x9ae29b(0x1bc))));if(_0x1cccab['OyYGO'](_0x3ef472,0x0)){if(_0x1cccab[_0x9ae29b(0x1d1)](_0x1cccab[_0x9ae29b(0x19f)],_0x1cccab[_0x9ae29b(0x18a)])){_0x4b0510=_0x142481;let _0x372e6b=_0x4f33ff[_0x9ae29b(0x1c4)](_0x4ee2c,_0x4bd4bb);_0x3e57ed['exitCode']=_0x372e6b,_0x4f33ff[_0x9ae29b(0x185)](_0x3a4352[_0x9ae29b(0x1b5)],0x0)&&(_0x49a647[_0x9ae29b(0x188)](_0x4f33ff[_0x9ae29b(0x1a6)]),_0x2809f8[_0x9ae29b(0x1b1)](_0x54c770,_0x8a709),_0x5b8ca4[_0x9ae29b(0x188)](_0x4f33ff[_0x9ae29b(0x166)]),_0x22418d[_0x9ae29b(0x1ae)](_0xd99a77));}else _0x4f35b1[_0x9ae29b(0x170)](''+chalk[_0x9ae29b(0x19b)]['red'](_0x3ef472+'\x20failed'));}if(_0x1cccab[_0x9ae29b(0x169)](_0x30e2fc,0x0)){if(_0x1cccab[_0x9ae29b(0x1e7)](_0x1cccab[_0x9ae29b(0x1cb)],_0x1cccab[_0x9ae29b(0x1cb)])){if(_0x40e052)_0x56003a[_0x9ae29b(0x170)](_0x14c23d[_0x9ae29b(0x1cf)](_0x58ef78['config'],_0x4f33ff['twhqJ'],_0x74ff4a));else _0x38dd65['push'](_0x2dbef1[_0x9ae29b(0x1e3)](_0x1afe63[_0x9ae29b(0x17a)],_0x4f33ff[_0x9ae29b(0x1e0)],_0x8d4d32));}else _0x4f35b1['push'](''+chalk[_0x9ae29b(0x19b)]['green'](_0x30e2fc+_0x9ae29b(0x175)));}_0x1cccab[_0x9ae29b(0x1ea)](_0x52c1c7,0x0)&&(_0x1cccab[_0x9ae29b(0x1de)](_0x1cccab[_0x9ae29b(0x167)],_0x1cccab[_0x9ae29b(0x1b9)])?_0xbbcf5a+=_0x1cccab[_0x9ae29b(0x177)](_0x121758,0x0)?'\x20('+_0x590dc7['bold']['red'](_0xc8659f+_0x9ae29b(0x1a2))+')':'\x20('+_0x10d095['bold'][_0x9ae29b(0x1c3)](_0x37a383+_0x9ae29b(0x175))+')':_0x4f35b1[_0x9ae29b(0x170)](''+chalk[_0x9ae29b(0x19b)][_0x9ae29b(0x19e)](_0x52c1c7+_0x9ae29b(0x192))));_0x1cccab[_0x9ae29b(0x1d6)](_0x243865,0x0)&&(_0x1cccab[_0x9ae29b(0x1df)](_0x1cccab['qgsZn'],_0x1cccab[_0x9ae29b(0x1dc)])?_0x8a63fa[_0x9ae29b(0x170)](''+_0x2a7aed['bold'][_0x9ae29b(0x19e)](_0x97f9fc+'\x20undefined')):_0x4f35b1[_0x9ae29b(0x170)](''+chalk[_0x9ae29b(0x19b)]['cyan'](_0x243865+_0x9ae29b(0x1bc))));_0x1cccab[_0x9ae29b(0x171)](_0x5ef3d4,0x0)&&(_0x1cccab[_0x9ae29b(0x1e7)](_0x1cccab['rMYyJ'],_0x1cccab['EQoHh'])?_0x4f35b1[_0x9ae29b(0x170)](''+chalk[_0x9ae29b(0x19b)]['yellow'](_0x5ef3d4+'\x20undefined')):_0x46bc6c[_0x9ae29b(0x170)](''+_0x2bf7e8['bold'][_0x9ae29b(0x1be)](_0x14a1d7+_0x9ae29b(0x1a2))));_0x1cccab[_0x9ae29b(0x173)](_0x2f4396,0x0)&&(_0x1cccab[_0x9ae29b(0x1d1)](_0x1cccab[_0x9ae29b(0x18c)],_0x1cccab['GLEJD'])?(_0x429535[_0x9ae29b(0x188)](_0x1cccab[_0x9ae29b(0x17e)]),_0x175dbc[_0x9ae29b(0x1b1)](_0x458bd1,_0x1a0383),_0x3ae192[_0x9ae29b(0x188)](_0x1cccab[_0x9ae29b(0x186)]),_0x42dffb[_0x9ae29b(0x1ae)](_0x166da4)):_0x4f35b1[_0x9ae29b(0x170)](''+chalk[_0x9ae29b(0x19b)]['yellow'](_0x2f4396+_0x9ae29b(0x1bc))));const _0x59e543=_0x1cccab[_0x9ae29b(0x1b0)](_0x1cccab[_0x9ae29b(0x181)](_0x1cccab[_0x9ae29b(0x16e)](_0xa8c292,'('),_0x4f35b1[_0x9ae29b(0x1a5)](',\x20')),')');console[_0x9ae29b(0x1a9)](_0x1cccab[_0x9ae29b(0x16e)](_0x1cccab[_0x9ae29b(0x16e)](_0x1cccab[_0x9ae29b(0x181)](_0x1cccab[_0x9ae29b(0x16d)]('\x0a',_0x5abe84),'\x0a'),_0x59e543),'\x0a')),_0x1cccab[_0x9ae29b(0x1e1)](_0x4822cb,![])&&(_0x1cccab['qKdYE'](_0x1cccab[_0x9ae29b(0x1d8)],_0x1cccab[_0x9ae29b(0x196)])?_0x5b1151['splice'](_0x3e508d[_0x379e55],0x2):_0x16293b=0x1);}else _0x250b30=0x1;}),_0x16293b;}async function run(_0x30ec82,_0x3d97f5){const _0x27ca0c=a2_0x2b1d98,_0x28a381={'VIUFK':function(_0x18e88b,_0x567655){return _0x18e88b!==_0x567655;},'yYyfR':_0x27ca0c(0x174),'RNApH':_0x27ca0c(0x19c),'rOTdB':_0x27ca0c(0x1c7),'ieVYt':function(_0x3155fa,_0x289539){return _0x3155fa(_0x289539);},'HfJeT':function(_0x316768,_0x12f8fc){return _0x316768>_0x12f8fc;},'vSIsj':function(_0x31ee4c,_0x975cf5){return _0x31ee4c!==_0x975cf5;},'IsEcg':_0x27ca0c(0x1ad),'rQTUn':'Generating\x20consolidated\x20report...','piiYI':_0x27ca0c(0x16c),'NrcAv':_0x27ca0c(0x1d3),'UuRtM':_0x27ca0c(0x179),'CxvXW':function(_0x538096,_0x38d018){return _0x538096===_0x38d018;},'mFjHq':'EYVqG','fqDMA':function(_0x480bcb,_0x4aaba4){return _0x480bcb-_0x4aaba4;},'XohoB':function(_0x31c440,_0x3e9b89){return _0x31c440>=_0x3e9b89;},'XiFZR':_0x27ca0c(0x1b4),'keBjv':'xoGsl','sQmfO':function(_0xfc245c,_0x2ec1a9,_0x44d815,_0x2d9671,_0x5b906f,_0x2d4c26){return _0xfc245c(_0x2ec1a9,_0x44d815,_0x2d9671,_0x5b906f,_0x2d4c26);}},_0x4b2bab=new BrowserStackSetup(_0x30ec82,_0x28a381[_0x27ca0c(0x198)]);await _0x4b2bab[_0x27ca0c(0x1a7)](),await helper[_0x27ca0c(0x1bd)](_0x4b2bab[_0x27ca0c(0x17a)]);const _0x202405=[];if(!_0x4b2bab[_0x27ca0c(0x17a)])return;const _0x179485=_0x4b2bab[_0x27ca0c(0x17a)]['parallelsPerPlatform'];let _0x193e9c=helper[_0x27ca0c(0x178)](_0x4b2bab['config']);_0x4b2bab['config']['platforms'][_0x27ca0c(0x17c)]((_0x25bd08,_0x3dada7)=>{const _0x4b71d1=_0x27ca0c;if(_0x28a381['VIUFK'](_0x28a381['yYyfR'],_0x28a381[_0x4b71d1(0x17d)])){if(_0x193e9c)_0x202405['push'](helper[_0x4b71d1(0x1cf)](_0x4b2bab[_0x4b71d1(0x17a)],_0x28a381[_0x4b71d1(0x1b3)],_0x3dada7));else _0x202405[_0x4b71d1(0x170)](helper[_0x4b71d1(0x1e3)](_0x4b2bab[_0x4b71d1(0x17a)],_0x28a381['rOTdB'],_0x3dada7));}else _0x1599c1['push'](''+_0x367211[_0x4b71d1(0x19b)][_0x4b71d1(0x1be)](_0x58b5cd+_0x4b71d1(0x176)));});let _0x2efded={'server':helper['getHubUrl'](_0x4b2bab[_0x27ca0c(0x17a)]),'proxySettings':_0x4b2bab['config']['proxySettings'],'maxWorkers':_0x179485,'browserStackLogLevel':_0x4b2bab['config']['logLevel'],'skipSessionName':_0x4b2bab[_0x27ca0c(0x17a)]['testContextOptions'][_0x27ca0c(0x1c8)],'turboScaleUrl':_0x4b2bab['config']['turboScaleUrl']},_0x14ad32=process[_0x27ca0c(0x183)],[_0x2a30db,_0x5c6cd3]=helper[_0x27ca0c(0x1c0)](_0x14ad32),_0x5bff65=path['join'](process[_0x27ca0c(0x199)](),_0x28a381[_0x27ca0c(0x1a1)]);if(_0x28a381[_0x27ca0c(0x1e5)](_0x5c6cd3[_0x27ca0c(0x1b5)],0x0)){if(_0x28a381[_0x27ca0c(0x180)](_0x28a381[_0x27ca0c(0x1aa)],_0x28a381[_0x27ca0c(0x1aa)])){helper[_0x27ca0c(0x1a0)](_0x5bff65);for(let _0x2ae508=_0x28a381['fqDMA'](_0x2a30db[_0x27ca0c(0x1b5)],0x1);_0x28a381['XohoB'](_0x2ae508,0x0);_0x2ae508--){_0x28a381[_0x27ca0c(0x180)](_0x28a381['XiFZR'],_0x28a381['keBjv'])?_0x3aaa6b[_0x27ca0c(0x170)](''+_0x1eea43[_0x27ca0c(0x19b)][_0x27ca0c(0x19e)](_0x17d2fa+'\x20pending')):_0x14ad32[_0x27ca0c(0x184)](_0x2a30db[_0x2ae508],0x2);}}else _0x31a631[_0x27ca0c(0x170)](''+_0x45886c['bold']['yellow'](_0x3a3e66+'\x20skipped'));}let _0x53bc92;_0x28a381[_0x27ca0c(0x1ed)](parallelCucumberRun,_0x202405,_0x2efded,_0x4b2bab[_0x27ca0c(0x17a)],_0x14ad32,_0x5c6cd3)[_0x27ca0c(0x16f)](async _0x1ad860=>{const _0x347445=_0x27ca0c;_0x53bc92=_0x1ad860;let _0x410bc0=_0x28a381['ieVYt'](printCucumberStats,_0x1ad860);process[_0x347445(0x190)]=_0x410bc0,_0x28a381[_0x347445(0x1e5)](_0x5c6cd3[_0x347445(0x1b5)],0x0)&&(_0x28a381['vSIsj'](_0x28a381[_0x347445(0x1b2)],_0x28a381['IsEcg'])?_0x15bfbb[_0x347445(0x170)](''+_0x496a4c[_0x347445(0x19b)]['green'](_0x5ef31a+_0x347445(0x175))):(logger[_0x347445(0x188)](_0x28a381[_0x347445(0x1ab)]),helper[_0x347445(0x1b1)](_0x5bff65,_0x5c6cd3),logger[_0x347445(0x188)](_0x28a381[_0x347445(0x1c2)]),helper[_0x347445(0x1ae)](_0x5bff65)));})[_0x27ca0c(0x1d0)](async()=>{const _0x592aa8=_0x27ca0c;_0x4b2bab[_0x592aa8(0x191)]=helper['getErrorMessageFromResults'](_0x53bc92,_0x28a381['rOTdB']),await helper[_0x592aa8(0x1d7)](_0x4b2bab);});}module[a2_0x2b1d98(0x1eb)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a3_0x3419(){const _0x2332c8=['qpWBk','IPRAo','pZVYm','vxJFe','@cucumber/cucumber','uTQur','zXVbp','KxgOR','fbMrP','xkAVC','1021728EBFvTS','BbFXz','ceJCz','supportCodeLibrary','jPrUi','yqxGk','ysYNu','RCDwP','Ciomg','XWlmr','HFDyl','GaKwh','fkLMv','JjVzd','sseYk','eventDataCollector','686496vefnxi','NnTXS','Yrkzm','iJEDE','dnxuc','WuXtZ','logTestRunFinished','VmyGS','KVwQF','isBstackHook','KyivC','status','nDKcH','TJbSJ','bstack','lTRbb','uNoKO','cucumber-js/test.setup.js','PXqrl','vvLSf','4HTgxcB','MBkvJ','FAILED','keyword','qXHvB','zqNxn','pickle','2Mbxotk','Yilcs','OSeNL','AzqfK','\x20-\x20','SZmUZ','forEach','AOxQG','eIvxs','LbPpa','SKIPPED','NZYue','result','PENDING','iIVTH','name','\x20\x20\x20\x20','CDJFA','ALCpb','testCaseAttempt','RyUYY','YANiI','env','UXVZD','Wvhde','snippetBuilder','uri','WWyeq','vWNpY','log','CONFIG','AMVhs','PxCfl','ftubx','chvHz','DHbDv','HpKJc','843801iDTyLg','qgdKj','HJXWl','UfDzi','dZbSf','imtUK','yuvJQ','feature','message','testRunFinished','testSteps','uiFDU','JZNUg','McgzM','parse','testCaseStartedId','eaXlo','ZcEpM','LPBez','AMBIGUOUS','GPSBb','EdzWA','Aqjtz','sourceLocation','ubEfc','rmqjz','1466433CiiLKr','logTestCaseFinished','crzhd','1423895ScFUsx','vUOQG','eApqM','actionLocation','EJcLm','xFNCw','cwd','UNDEFINED','Executing\x20tests\x20for\x20','text','lBCkp','VYRHa','Yxefd','envelope','__platform','includes','WtbOI','XgmOG','oBxxD','jNMxO','szjVj','sZIdU','715122wLmDBX','incrementCounter','capability','testCaseFinished','302640APbLEA','PASSED','vhETq','gherkinDocument','sFjFe','VlgoG','yXvpj','HbHGt','GaxIT'];a3_0x3419=function(){return _0x2332c8;};return a3_0x3419();}const a3_0x2fe377=a3_0x3e4a;(function(_0x167017,_0x34ec07){const _0x34e98b=a3_0x3e4a,_0x19c0e1=_0x167017();while(!![]){try{const _0x26e530=-parseInt(_0x34e98b(0x1be))/0x1+-parseInt(_0x34e98b(0x162))/0x2*(-parseInt(_0x34e98b(0x147))/0x3)+-parseInt(_0x34e98b(0x15b))/0x4*(parseInt(_0x34e98b(0x1a4))/0x5)+parseInt(_0x34e98b(0x1ba))/0x6+parseInt(_0x34e98b(0x187))/0x7+parseInt(_0x34e98b(0x1d1))/0x8+parseInt(_0x34e98b(0x1a1))/0x9;if(_0x26e530===_0x34ec07)break;else _0x19c0e1['push'](_0x19c0e1['shift']());}catch(_0x1538a6){_0x19c0e1['push'](_0x19c0e1['shift']());}}}(a3_0x3419,0x29f14));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule(a3_0x2fe377(0x1cb));class BrowserstackFormatter extends Formatter{constructor(_0x505104){const _0x44d3eb=a3_0x2fe377,_0x64ce24={'yqxGk':function(_0x3c162c,_0x1cd6c4){return _0x3c162c!==_0x1cd6c4;},'KxgOR':_0x44d3eb(0x158),'NnTXS':function(_0x5148f4,_0x4350aa){return _0x5148f4+_0x4350aa;},'IPRAo':function(_0x6c1812,_0x1fd5da){return _0x6c1812+_0x1fd5da;},'YANiI':_0x44d3eb(0x166),'iJEDE':function(_0x200358,_0x4768d5){return _0x200358+_0x4768d5;},'Yxefd':function(_0x195105,_0x11d511){return _0x195105+_0x11d511;},'vUOQG':'\x20\x20\x20\x20','DNdvs':function(_0x5984aa,_0x5953d7){return _0x5984aa==_0x5953d7;},'RyUYY':_0x44d3eb(0x15d),'NZYue':function(_0xbe226,_0x443587,_0x2119df){return _0xbe226(_0x443587,_0x2119df);},'UfDzi':'result','SZmUZ':_0x44d3eb(0x18f),'yuvJQ':function(_0x384b72,_0x2f831e){return _0x384b72!==_0x2f831e;},'LPBez':function(_0x2d33cc,_0xc5c81c){return _0x2d33cc(_0xc5c81c);},'sZIdU':function(_0x2bee84,_0x2ef527){return _0x2bee84!==_0x2ef527;},'NpVYy':'xKfUp','crzhd':_0x44d3eb(0x19c),'zXVbp':function(_0x1324a8,_0x3b55b6){return _0x1324a8===_0x3b55b6;},'LbPpa':_0x44d3eb(0x17d),'ceJCz':_0x44d3eb(0x163),'XWlmr':_0x44d3eb(0x145),'YomXk':'xlzTY','dnxuc':function(_0x36dae3,_0x3881b8){return _0x36dae3!==_0x3881b8;},'SmfCp':function(_0x425e93,_0x4a6636){return _0x425e93!==_0x4a6636;},'szjVj':_0x44d3eb(0x13d),'PXqrl':function(_0x4a650f,_0x5c49cd){return _0x4a650f+_0x5c49cd;},'dZbSf':function(_0x4ce694,_0x473906){return _0x4ce694!==_0x473906;},'vWNpY':_0x44d3eb(0x1a0),'VZHin':_0x44d3eb(0x1cf),'OSeNL':_0x44d3eb(0x189),'nDKcH':_0x44d3eb(0x1b1)};super(_0x505104),_0x505104['eventBroadcaster']['on'](_0x64ce24[_0x44d3eb(0x153)],_0x5de076=>{const _0x3d2024=_0x44d3eb,_0x33a769={'qXHvB':function(_0x2302c9,_0x1cdd82){return _0x64ce24['yqxGk'](_0x2302c9,_0x1cdd82);},'chvHz':function(_0x46993b,_0x5684c0){return _0x64ce24['yuvJQ'](_0x46993b,_0x5684c0);},'JjVzd':function(_0x54ef53,_0x565295){const _0x26a7dc=a3_0x3e4a;return _0x64ce24[_0x26a7dc(0x199)](_0x54ef53,_0x565295);},'UXVZD':function(_0x34cdf4,_0x43e177){return _0x64ce24['Yxefd'](_0x34cdf4,_0x43e177);}};if(_0x64ce24[_0x3d2024(0x1b9)](_0x64ce24['NpVYy'],_0x64ce24[_0x3d2024(0x1a3)])){if(_0x5de076['testCaseStarted']){if(_0x64ce24[_0x3d2024(0x1cd)](_0x64ce24['LbPpa'],_0x64ce24[_0x3d2024(0x16b)]))testSuites+=0x1;else{if(_0x64ce24[_0x3d2024(0x13c)](_0x5d6efe[_0x3d2024(0x19e)],_0x103740))return![];if(_0x3567df[_0x3d2024(0x1a7)]&&_0xd55149[_0x3d2024(0x1a7)][_0x3d2024(0x17c)][_0x3d2024(0x1b3)](_0x64ce24[_0x3d2024(0x1ce)]))return!![];return![];}}else{if(_0x5de076['testRunStarted']){if(_0x64ce24[_0x3d2024(0x18d)](_0x64ce24['ceJCz'],_0x64ce24[_0x3d2024(0x1d3)])){let _0x5a51ff=_0x39cb99[_0x3d2024(0x195)](_0x4f73b7['env'][_0x3d2024(0x180)]);_0x3e54dd=_0x5a51ff[_0x3d2024(0x1bc)];}else{let _0x535b8b;if(_0x64ce24[_0x3d2024(0x1b9)](process['env']['CONFIG'],undefined)){if(_0x64ce24[_0x3d2024(0x18d)](_0x64ce24[_0x3d2024(0x140)],_0x64ce24['YomXk'])){let _0x161084=JSON[_0x3d2024(0x195)](process[_0x3d2024(0x178)][_0x3d2024(0x180)]);_0x535b8b=_0x161084[_0x3d2024(0x1bc)];}else{let _0xed9e69;if(_0x33a769[_0x3d2024(0x15f)](_0x5530bd[_0x3d2024(0x178)][_0x3d2024(0x180)],_0x4bf2a1)){let _0x1e8e49=_0x3cc28c['parse'](_0x45dfbe[_0x3d2024(0x178)][_0x3d2024(0x180)]);_0xed9e69=_0x1e8e49[_0x3d2024(0x1bc)];}_0x33a769[_0x3d2024(0x184)](_0xed9e69,_0x2350d6)&&(_0xc2599e[_0x3d2024(0x1b2)]=_0x33a769[_0x3d2024(0x144)](_0x3dca76,_0xed9e69),this['log'](_0x33a769[_0x3d2024(0x179)](_0x3d2024(0x1ac)+_0x4d2241[_0x3d2024(0x1b2)],'\x0a')));}}_0x64ce24[_0x3d2024(0x14b)](_0x535b8b,undefined)&&(_0x64ce24['SmfCp'](_0x64ce24[_0x3d2024(0x1b8)],_0x64ce24[_0x3d2024(0x1b8)])?(_0x2dad64[_0x64ce24[_0x3d2024(0x148)](_0x64ce24[_0x3d2024(0x1c8)](_0xf14fdb[_0x3d2024(0x1c1)]['feature'][_0x3d2024(0x171)],_0x64ce24['YANiI']),_0x244814[_0x3d2024(0x161)][_0x3d2024(0x171)])]=_0x140db6,this['log'](_0x64ce24[_0x3d2024(0x14a)](_0x39aa75,'\x0a'))):(global[_0x3d2024(0x1b2)]=_0x64ce24['LPBez'](getPlatformName,_0x535b8b),this[_0x3d2024(0x17f)](_0x64ce24[_0x3d2024(0x159)](_0x3d2024(0x1ac)+global['__platform'],'\x0a'))));}}else{if(_0x5de076['testCaseFinished']){if(_0x64ce24[_0x3d2024(0x18b)](_0x64ce24['vWNpY'],_0x64ce24[_0x3d2024(0x17e)])){_0x2050df+=0x1,this[_0x3d2024(0x17f)](_0x64ce24[_0x3d2024(0x148)](_0x64ce24[_0x3d2024(0x148)](_0x64ce24['IPRAo'](_0x64ce24[_0x3d2024(0x14a)](_0x64ce24[_0x3d2024(0x1b0)](_0x64ce24[_0x3d2024(0x1a5)],_0x58f858[_0x3d2024(0x15e)]),_0x5412db[_0x3d2024(0x1ad)]||''),_0x64ce24[_0x3d2024(0x177)]),_0x3e3519[_0x38e172[_0x3d2024(0x16e)]['status']]),'\x0a')),this[_0x3d2024(0x1bb)](_0x1d189b[_0x454a5c[_0x3d2024(0x16e)][_0x3d2024(0x152)]]);if(_0x64ce24['DNdvs'](_0x1e63f0[_0x82d842[_0x3d2024(0x16e)][_0x3d2024(0x152)]],_0x64ce24[_0x3d2024(0x176)])){_0x39ccaf=!![];const _0x2a4494=_0x64ce24[_0x3d2024(0x16d)](_0x243013,_0x1e267a,[_0x64ce24[_0x3d2024(0x18a)],_0x64ce24[_0x3d2024(0x167)]]);_0x2a4494&&(_0x38335e[_0x64ce24[_0x3d2024(0x14a)](_0x64ce24[_0x3d2024(0x14a)](_0x5d924d['gherkinDocument']['feature'][_0x3d2024(0x171)],_0x64ce24[_0x3d2024(0x177)]),_0xd3bc85[_0x3d2024(0x161)][_0x3d2024(0x171)])]=_0x2a4494,this['log'](_0x64ce24['iJEDE'](_0x2a4494,'\x0a')));}}else this[_0x3d2024(0x1a2)](_0x5de076['testCaseFinished']);}else _0x5de076['testRunFinished']&&(_0x64ce24['zXVbp'](_0x64ce24['VZHin'],_0x64ce24[_0x3d2024(0x164)])?this[_0x3d2024(0x17f)](_0x33a769['UXVZD'](_0x33a769[_0x3d2024(0x179)]('\x0a',_0x525e0e[_0x3d2024(0x1b2)]),'\x0a')):this[_0x3d2024(0x14d)](_0x5de076[_0x3d2024(0x190)]));}}}else _0x5aaef6+=0x1;});}['logTestCaseFinished'](_0x4d67ca){const _0x269aa2=a3_0x2fe377,_0x529c18={'YQUIa':function(_0x264646,_0x2f99be){return _0x264646!=_0x2f99be;},'BbFXz':_0x269aa2(0x155),'AMVhs':function(_0xde8008,_0x4d5b7e){return _0xde8008+_0x4d5b7e;},'vxJFe':function(_0x2a3779,_0x2e0605){return _0x2a3779+_0x2e0605;},'Aqjtz':function(_0x4c0cae,_0x465129){return _0x4c0cae+_0x465129;},'PxCfl':_0x269aa2(0x172),'eaXlo':_0x269aa2(0x166),'Wvhde':function(_0x2bce50,_0x4e7e2e){return _0x2bce50==_0x4e7e2e;},'JZNUg':'FAILED','McgzM':function(_0x41d741,_0x33ef61,_0x510351){return _0x41d741(_0x33ef61,_0x510351);},'qgdKj':_0x269aa2(0x16e),'lBCkp':_0x269aa2(0x18f),'AzqfK':function(_0xb0b639,_0x389718){return _0xb0b639+_0x389718;},'AOxQG':function(_0x11fbf8,_0x3caf7a){return _0x11fbf8+_0x3caf7a;},'RCDwP':function(_0x17994b,_0x4ea2f3){return _0x17994b(_0x4ea2f3);},'WtbOI':function(_0x1e94f4,_0x2a810c){return _0x1e94f4+_0x2a810c;},'uTQur':function(_0x3efee4,_0x314da8){return _0x3efee4!==_0x314da8;},'CDJFA':_0x269aa2(0x154),'qpWBk':'bCbMQ','vhETq':function(_0x4813b4,_0x73cb45){return _0x4813b4!=_0x73cb45;},'ZcEpM':function(_0x5cf08d,_0x348185){return _0x5cf08d===_0x348185;},'KyivC':_0x269aa2(0x1c3),'WuXtZ':_0x269aa2(0x19b),'eIvxs':function(_0x36bf19,_0x57e67e){return _0x36bf19+_0x57e67e;},'GaxIT':function(_0x369372,_0x2c1206){return _0x369372+_0x2c1206;},'ULVkr':function(_0xa1760c,_0x3ff6b1){return _0xa1760c==_0x3ff6b1;},'jNMxO':function(_0x63c4cd,_0x156652){return _0x63c4cd===_0x156652;},'KVwQF':'HmbiA','uNoKO':_0x269aa2(0x192),'Yrkzm':_0x269aa2(0x1d0),'imtUK':'XySRU','GrrQC':function(_0x4e6d4c,_0x44a780){return _0x4e6d4c+_0x44a780;},'vjAYv':function(_0x5b09c4,_0x1f6a5b){return _0x5b09c4+_0x1f6a5b;},'ubEfc':function(_0x11c0cf,_0x50b458){return _0x11c0cf!==_0x50b458;},'chAek':_0x269aa2(0x13b),'RbxvQ':_0x269aa2(0x15c),'oBxxD':function(_0x554e8c,_0x3035fc){return _0x554e8c+_0x3035fc;},'zqNxn':function(_0x5e3a94,_0x159a1e){return _0x5e3a94+_0x159a1e;},'LYGIU':function(_0x146b1b,_0x344b6e){return _0x146b1b+_0x344b6e;},'IKyuS':function(_0x3b4581,_0x5e496a){return _0x3b4581+_0x5e496a;},'EJcLm':_0x269aa2(0x1af)};if(_0x529c18[_0x269aa2(0x19f)](global[_0x269aa2(0x1b2)],undefined)){if(_0x529c18['ubEfc'](_0x529c18['chAek'],_0x529c18['RbxvQ']))this[_0x269aa2(0x17f)](_0x529c18['AMVhs'](_0x529c18[_0x269aa2(0x1b6)]('\x0a',global['__platform']),'\x0a'));else{if(_0x529c18['YQUIa'](_0x5d0484['name'],_0x529c18[_0x269aa2(0x1d2)])&&!this[_0x269aa2(0x150)](_0x577a6e)){_0xf777e6+=0x1,this[_0x269aa2(0x17f)](_0x529c18[_0x269aa2(0x181)](_0x529c18[_0x269aa2(0x1ca)](_0x529c18[_0x269aa2(0x19d)](_0x529c18['Aqjtz'](_0x529c18[_0x269aa2(0x1ca)](_0x529c18[_0x269aa2(0x182)],_0xee0935[_0x269aa2(0x15e)]),_0x4eaed1['text']||''),_0x529c18[_0x269aa2(0x197)]),_0x43806c[_0x4a97cb[_0x269aa2(0x16e)]['status']]),'\x0a')),this[_0x269aa2(0x1bb)](_0x5b59fc[_0x109ed7['result'][_0x269aa2(0x152)]]);if(_0x529c18[_0x269aa2(0x17a)](_0x5130bb[_0x368ab6[_0x269aa2(0x16e)]['status']],_0x529c18[_0x269aa2(0x193)])){_0x279966=!![];const _0x4b0ec2=_0x529c18[_0x269aa2(0x194)](_0x350625,_0x26a859,[_0x529c18[_0x269aa2(0x188)],_0x529c18[_0x269aa2(0x1ae)]]);_0x4b0ec2&&(_0x555fb8[_0x529c18[_0x269aa2(0x165)](_0x529c18[_0x269aa2(0x19d)](_0x37ac69[_0x269aa2(0x1c1)][_0x269aa2(0x18e)]['name'],_0x529c18[_0x269aa2(0x197)]),_0x5c7fb3[_0x269aa2(0x161)]['name'])]=_0x4b0ec2,this[_0x269aa2(0x17f)](_0x529c18[_0x269aa2(0x169)](_0x4b0ec2,'\x0a')));}}}}const _0x33d2d6=this[_0x269aa2(0x146)]['getTestCaseAttempt'](_0x4d67ca[_0x269aa2(0x196)]);this[_0x269aa2(0x17f)](_0x529c18[_0x269aa2(0x160)](_0x529c18['LYGIU'](_0x529c18['AOxQG'](_0x529c18['IKyuS']('\x20\x20',_0x33d2d6[_0x269aa2(0x1c1)][_0x269aa2(0x18e)]['name']),_0x529c18[_0x269aa2(0x197)]),_0x33d2d6[_0x269aa2(0x161)][_0x269aa2(0x171)]),'\x0a'));const _0x573cae={};_0x573cae['cwd']=this[_0x269aa2(0x1aa)],_0x573cae[_0x269aa2(0x17b)]=this[_0x269aa2(0x17b)],_0x573cae[_0x269aa2(0x13a)]=this[_0x269aa2(0x13a)],_0x573cae[_0x269aa2(0x175)]=_0x33d2d6;const _0x32fbc2=formatterHelpers['parseTestCaseAttempt'](_0x573cae);let _0x18b630=![];_0x32fbc2[_0x269aa2(0x191)][_0x269aa2(0x168)](_0x536ea6=>{const _0x3d5e84=_0x269aa2;if(_0x529c18[_0x3d5e84(0x1cc)](_0x529c18[_0x3d5e84(0x173)],_0x529c18[_0x3d5e84(0x1c7)])){if(_0x529c18[_0x3d5e84(0x1c0)](_0x536ea6[_0x3d5e84(0x171)],_0x529c18[_0x3d5e84(0x1d2)])&&!this[_0x3d5e84(0x150)](_0x536ea6)){if(_0x529c18[_0x3d5e84(0x198)](_0x529c18[_0x3d5e84(0x151)],_0x529c18[_0x3d5e84(0x14c)]))this['logTestCaseFinished'](_0x295998[_0x3d5e84(0x1bd)]);else{totalTests+=0x1,this[_0x3d5e84(0x17f)](_0x529c18[_0x3d5e84(0x16a)](_0x529c18[_0x3d5e84(0x169)](_0x529c18[_0x3d5e84(0x16a)](_0x529c18['GaxIT'](_0x529c18[_0x3d5e84(0x169)](_0x529c18[_0x3d5e84(0x182)],_0x536ea6['keyword']),_0x536ea6[_0x3d5e84(0x1ad)]||''),_0x529c18[_0x3d5e84(0x197)]),Status[_0x536ea6[_0x3d5e84(0x16e)][_0x3d5e84(0x152)]]),'\x0a')),this[_0x3d5e84(0x1bb)](Status[_0x536ea6[_0x3d5e84(0x16e)][_0x3d5e84(0x152)]]);if(_0x529c18['ULVkr'](Status[_0x536ea6[_0x3d5e84(0x16e)][_0x3d5e84(0x152)]],_0x529c18[_0x3d5e84(0x193)])){if(_0x529c18[_0x3d5e84(0x1b7)](_0x529c18[_0x3d5e84(0x14f)],_0x529c18[_0x3d5e84(0x157)]))return!![];else{_0x18b630=!![];const _0x5c57d6=_0x529c18['McgzM'](nestedKeyValue,_0x536ea6,[_0x529c18[_0x3d5e84(0x188)],_0x529c18[_0x3d5e84(0x1ae)]]);_0x5c57d6&&(_0x529c18[_0x3d5e84(0x1cc)](_0x529c18[_0x3d5e84(0x149)],_0x529c18[_0x3d5e84(0x18c)])?(testsErrorMessage[_0x529c18[_0x3d5e84(0x1c6)](_0x529c18['GrrQC'](_0x33d2d6[_0x3d5e84(0x1c1)][_0x3d5e84(0x18e)][_0x3d5e84(0x171)],_0x529c18[_0x3d5e84(0x197)]),_0x33d2d6[_0x3d5e84(0x161)][_0x3d5e84(0x171)])]=_0x5c57d6,this[_0x3d5e84(0x17f)](_0x529c18['vjAYv'](_0x5c57d6,'\x0a'))):_0x3504c1+=0x1);}}}}}else _0x3cb665[_0x3d5e84(0x1b2)]=_0x529c18[_0x3d5e84(0x13e)](_0x52998b,_0x5138ef),this[_0x3d5e84(0x17f)](_0x529c18[_0x3d5e84(0x1b4)](_0x3d5e84(0x1ac)+_0x25e0a5[_0x3d5e84(0x1b2)],'\x0a'));});if(_0x18b630){if(_0x529c18[_0x269aa2(0x19f)](_0x529c18[_0x269aa2(0x1a8)],_0x529c18[_0x269aa2(0x1a8)]))return![];else testSuitesFailed+=0x1;}this[_0x269aa2(0x17f)]('\x0a');}[a3_0x2fe377(0x14d)](_0x1c5eec){}[a3_0x2fe377(0x150)](_0x412aed){const _0x405c96=a3_0x2fe377,_0x5242ed={'xFNCw':function(_0x49bc11,_0x101aef,_0x54e27e){return _0x49bc11(_0x101aef,_0x54e27e);},'ALCpb':_0x405c96(0x16e),'HbHGt':_0x405c96(0x18f),'HFDyl':function(_0x44100b,_0x5f342f){return _0x44100b+_0x5f342f;},'rKRAP':function(_0x2aab51,_0x743e81){return _0x2aab51+_0x743e81;},'iIVTH':_0x405c96(0x166),'cOdvN':function(_0x4a8639,_0x331ce9){return _0x4a8639+_0x331ce9;},'sFjFe':function(_0x117f07,_0x18464e){return _0x117f07!==_0x18464e;},'jcZNJ':function(_0x517ea3,_0x320187){return _0x517ea3===_0x320187;},'vvLSf':_0x405c96(0x1b5),'bnDdr':_0x405c96(0x186),'QdTYv':_0x405c96(0x158),'pZVYm':'AiKzm','eApqM':_0x405c96(0x13f)};if(_0x5242ed[_0x405c96(0x1c2)](_0x412aed[_0x405c96(0x19e)],undefined)){if(_0x5242ed['jcZNJ'](_0x5242ed[_0x405c96(0x15a)],_0x5242ed['bnDdr']))this[_0x405c96(0x14d)](_0x471449[_0x405c96(0x190)]);else return![];}if(_0x412aed[_0x405c96(0x1a7)]&&_0x412aed['actionLocation'][_0x405c96(0x17c)][_0x405c96(0x1b3)](_0x5242ed['QdTYv'])){if(_0x5242ed['jcZNJ'](_0x5242ed[_0x405c96(0x1c9)],_0x5242ed[_0x405c96(0x1a6)])){_0xba802d=!![];const _0x38098a=_0x5242ed[_0x405c96(0x1a9)](_0x52d8ab,_0x1ab24a,[_0x5242ed[_0x405c96(0x174)],_0x5242ed[_0x405c96(0x1c5)]]);_0x38098a&&(_0x284c21[_0x5242ed[_0x405c96(0x141)](_0x5242ed['rKRAP'](_0x4c760f[_0x405c96(0x1c1)][_0x405c96(0x18e)][_0x405c96(0x171)],_0x5242ed[_0x405c96(0x170)]),_0x1497a3[_0x405c96(0x161)][_0x405c96(0x171)])]=_0x38098a,this['log'](_0x5242ed['cOdvN'](_0x38098a,'\x0a')));}else return!![];}return![];}['incrementCounter'](_0x6ef3f5){const _0x446b64=a3_0x2fe377,_0x1ff76f={};_0x1ff76f[_0x446b64(0x185)]=_0x446b64(0x15d),_0x1ff76f[_0x446b64(0x156)]=_0x446b64(0x1bf),_0x1ff76f[_0x446b64(0x142)]=_0x446b64(0x16c),_0x1ff76f[_0x446b64(0x1c4)]=_0x446b64(0x16f),_0x1ff76f[_0x446b64(0x143)]=_0x446b64(0x1ab),_0x1ff76f[_0x446b64(0x183)]='UNKNOWN',_0x1ff76f[_0x446b64(0x14e)]=_0x446b64(0x19a);const _0xeed07f=_0x1ff76f;switch(_0x6ef3f5){case _0xeed07f[_0x446b64(0x185)]:testsFailed+=0x1;break;case _0xeed07f[_0x446b64(0x156)]:testsPassed+=0x1;break;case _0xeed07f[_0x446b64(0x142)]:testsSkipped+=0x1;break;case _0xeed07f[_0x446b64(0x1c4)]:testsPending+=0x1;break;case _0xeed07f[_0x446b64(0x143)]:testsUndefined+=0x1;break;case _0xeed07f[_0x446b64(0x183)]:testsUnknown+=0x1;break;case _0xeed07f[_0x446b64(0x14e)]:testsAmbiguous+=0x1;break;default:break;}}}function a3_0x3e4a(_0x300f24,_0x266823){const _0x3419dd=a3_0x3419();return a3_0x3e4a=function(_0x3e4aa2,_0x471447){_0x3e4aa2=_0x3e4aa2-0x13a;let _0x4fa7f0=_0x3419dd[_0x3e4aa2];return _0x4fa7f0;},a3_0x3e4a(_0x300f24,_0x266823);}module['exports']=BrowserstackFormatter;
|
|
1
|
+
const a3_0x4ad78e=a3_0x1543;(function(_0x716100,_0x2cad3d){const _0x5d7784=a3_0x1543,_0x9822bc=_0x716100();while(!![]){try{const _0x5f4570=-parseInt(_0x5d7784(0x1d6))/0x1*(parseInt(_0x5d7784(0x15a))/0x2)+parseInt(_0x5d7784(0x16e))/0x3*(-parseInt(_0x5d7784(0x1a5))/0x4)+-parseInt(_0x5d7784(0x19d))/0x5*(parseInt(_0x5d7784(0x16a))/0x6)+-parseInt(_0x5d7784(0x184))/0x7+-parseInt(_0x5d7784(0x18d))/0x8*(-parseInt(_0x5d7784(0x17b))/0x9)+-parseInt(_0x5d7784(0x1d7))/0xa+parseInt(_0x5d7784(0x160))/0xb;if(_0x5f4570===_0x2cad3d)break;else _0x9822bc['push'](_0x9822bc['shift']());}catch(_0x362cd1){_0x9822bc['push'](_0x9822bc['shift']());}}}(a3_0x2ab7,0xdeb7c));function a3_0x1543(_0x1c956,_0x4a2a02){const _0x2ab7fa=a3_0x2ab7();return a3_0x1543=function(_0x15430e,_0x3b14e9){_0x15430e=_0x15430e-0x156;let _0x41b64d=_0x2ab7fa[_0x15430e];return _0x41b64d;},a3_0x1543(_0x1c956,_0x4a2a02);}function a3_0x2ab7(){const _0xa17512=['ZuDfV','qrAtV','232hfzPGq','yOvBO','CdJDg','rPfLi','feature','\x20\x20\x20\x20','status','cTLZV','jYHSB','cucumber-js/test.setup.js','result','__platform','YbFgC','SOKGO','mqqqY','HaPEG','1701585VQFmgf','gHVmW','wywjC','bhyvd','UxDsj','testRunFinished','Executing\x20tests\x20for\x20','bCnhr','5864gpGNsG','UImct','ZBfVv','keyword','oTkgt','PvJtM','EoRFr','HJJnx','../../../helpers/helper','vLiyf','UNKNOWN','snippetBuilder','qqcIR','qwlHY','UNDEFINED','LjuRC','sMOAs','anVMS','XkYCw','ecWtu','rleqN','vTfZR','upolz','testCaseFinished','dVuns','dqpZW','includes','forEach','PxdXn','nEUlY','GHnip','VinOO','pUUcB','KXkAj','YHGAS','testSteps','envelope','Kjgbj','GxcfX','ecfgp','isBstackHook','capability','nkgQq','SKIPPED','gLhiF','BhbxA','getTestCaseAttempt','@cucumber/cucumber','PENDING','11QdjwQU','15865540SShWzu','ZpUzW','KYVEW','zWElK','text','QWtCZ','RlXch','pickle','RZCCN','QMUMS','stZaP','QuQun','nsNBd','log','logTestRunFinished','lphuy','WlCPM','qbatE','LXXyV','UiMKU','testRunStarted','pAwIh','XTiyY','rBnEA','parseTestCaseAttempt','ZPZVK','message','Hxbrc','name','275074HbbAIQ','eventDataCollector','gIJJn','supportCodeLibrary','env','iQtxa','59564824Qfckex','parse','AZthf','RUfmI','sDzOD','GSkwP','kqIGE','zZtFw','qjJhg','uri','6xPdErQ','Xdtpa','pljbI','GfNgD','3402TkhYpl','CNLRA','dhEIw','UEJmR','FAILED','rutKc','CIeOB','sourceLocation','mqiyz','exports','OItcn','PASSED','sNuvU','391581gRAVvw','jltzp','\x20-\x20','CONFIG','PPxAl','cwd','logTestCaseFinished','fjsDo','UQCeh','4635897zKYikk','ZwWLb','mlgIn','incrementCounter','gherkinDocument','AIaMP','dQxIs'];a3_0x2ab7=function(){return _0xa17512;};return a3_0x2ab7();}const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x4ad78e(0x1ad)),{Formatter,formatterHelpers,Status}=requireModule(a3_0x4ad78e(0x1d4));class BrowserstackFormatter extends Formatter{constructor(_0x245913){const _0x2194b2=a3_0x4ad78e,_0x421843={'yFEmg':function(_0x3cdb11,_0x311662){return _0x3cdb11!==_0x311662;},'xUtSW':_0x2194b2(0x196),'AIaMP':function(_0x32fde7,_0x23fdba){return _0x32fde7(_0x23fdba);},'Xdtpa':function(_0x52fec2,_0x4ab0a8){return _0x52fec2+_0x4ab0a8;},'KdHed':_0x2194b2(0x17d),'ecWtu':function(_0x3af40c,_0x1aa099){return _0x3af40c!==_0x1aa099;},'upolz':_0x2194b2(0x1ec),'gIJJn':function(_0x17b9dd,_0x8002c1){return _0x17b9dd===_0x8002c1;},'jltzp':_0x2194b2(0x1aa),'HaPEG':_0x2194b2(0x1c7),'UImct':'BiDSr','GfNgD':function(_0x5293cd,_0x1b425c){return _0x5293cd!==_0x1b425c;},'vLiyf':function(_0x557277,_0x5cf748){return _0x557277===_0x5cf748;},'UEJmR':'gJrnC','GxcfX':'ZjcuP','Kjgbj':function(_0x5e095e,_0x11e1bd){return _0x5e095e!==_0x11e1bd;},'YbFgC':_0x2194b2(0x195),'qwlHY':_0x2194b2(0x1bd),'ZpUzW':_0x2194b2(0x1c6),'yOvBO':_0x2194b2(0x176),'sSgPP':_0x2194b2(0x1c9)};super(_0x245913),_0x245913['eventBroadcaster']['on'](_0x421843['sSgPP'],_0x185672=>{const _0x500c21=_0x2194b2,_0x30dd8b={'nEUlY':function(_0x5cb371,_0xa61ea0){return _0x421843['yFEmg'](_0x5cb371,_0xa61ea0);},'QMUMS':_0x421843['xUtSW'],'rleqN':function(_0x284834,_0x38dd04){const _0x46adf4=a3_0x1543;return _0x421843[_0x46adf4(0x189)](_0x284834,_0x38dd04);},'KYVEW':function(_0x10e5fc,_0x3e09c2){const _0x169be6=a3_0x1543;return _0x421843[_0x169be6(0x16b)](_0x10e5fc,_0x3e09c2);},'PrRMc':function(_0xbb2ab6,_0x8094c6){const _0x81cf67=a3_0x1543;return _0x421843[_0x81cf67(0x16b)](_0xbb2ab6,_0x8094c6);},'LNPrE':function(_0x266cef,_0x2f5ceb){return _0x421843['Xdtpa'](_0x266cef,_0x2f5ceb);},'stZaP':function(_0x1b8abd,_0x2c9605){const _0x21d0b7=a3_0x1543;return _0x421843[_0x21d0b7(0x16b)](_0x1b8abd,_0x2c9605);},'Gonow':_0x421843['KdHed']};if(_0x421843[_0x500c21(0x1b8)](_0x421843[_0x500c21(0x1bb)],_0x421843[_0x500c21(0x1bb)])){if(_0x30dd8b[_0x500c21(0x1c2)](_0x293317['sourceLocation'],_0x4b03fc))return![];if(_0x12fb11['actionLocation']&&_0x414696['actionLocation'][_0x500c21(0x169)][_0x500c21(0x1bf)](_0x30dd8b[_0x500c21(0x1e0)]))return!![];return![];}else{if(_0x185672['testCaseStarted'])_0x421843[_0x500c21(0x15c)](_0x421843[_0x500c21(0x17c)],_0x421843[_0x500c21(0x17c)])?testSuites+=0x1:this['logTestRunFinished'](_0x685b6['testRunFinished']);else{if(_0x185672[_0x500c21(0x1eb)]){if(_0x421843['yFEmg'](_0x421843[_0x500c21(0x19c)],_0x421843[_0x500c21(0x1a6)])){let _0x24eb5a;if(_0x421843[_0x500c21(0x16d)](process[_0x500c21(0x15e)]['CONFIG'],undefined)){if(_0x421843['vLiyf'](_0x421843[_0x500c21(0x171)],_0x421843[_0x500c21(0x1cb)]))_0x3604b3[_0x500c21(0x198)]=_0x30dd8b[_0x500c21(0x1b9)](_0x329101,_0x2806da),this[_0x500c21(0x1e4)](_0x30dd8b['KYVEW'](_0x500c21(0x1a3)+_0x55719b[_0x500c21(0x198)],'\x0a'));else{let _0x59bf15=JSON[_0x500c21(0x161)](process['env'][_0x500c21(0x17e)]);_0x24eb5a=_0x59bf15[_0x500c21(0x1ce)];}}if(_0x421843[_0x500c21(0x1ca)](_0x24eb5a,undefined)){if(_0x421843[_0x500c21(0x1ae)](_0x421843[_0x500c21(0x199)],_0x421843[_0x500c21(0x1b2)])){let _0x2c7e63=_0xfb4ac[_0x500c21(0x161)](_0x1b4d69[_0x500c21(0x15e)][_0x500c21(0x17e)]);_0x5827cc=_0x2c7e63[_0x500c21(0x1ce)];}else global[_0x500c21(0x198)]=_0x421843['AIaMP'](getPlatformName,_0x24eb5a),this[_0x500c21(0x1e4)](_0x421843[_0x500c21(0x16b)](_0x500c21(0x1a3)+global['__platform'],'\x0a'));}}else this[_0x500c21(0x181)](_0x1ade82[_0x500c21(0x1bc)]);}else{if(_0x185672['testCaseFinished'])_0x421843[_0x500c21(0x1ca)](_0x421843[_0x500c21(0x1d8)],_0x421843['ZpUzW'])?this['log'](_0x30dd8b['PrRMc'](_0x30dd8b['LNPrE']('\x0a',_0x3d3e34['__platform']),'\x0a')):this[_0x500c21(0x181)](_0x185672['testCaseFinished']);else _0x185672[_0x500c21(0x1a2)]&&(_0x421843['gIJJn'](_0x421843[_0x500c21(0x18e)],_0x421843[_0x500c21(0x18e)])?this[_0x500c21(0x1e5)](_0x185672[_0x500c21(0x1a2)]):(_0x3f3db6[_0x30dd8b[_0x500c21(0x1e1)](_0x30dd8b[_0x500c21(0x1e1)](_0x2efefc[_0x500c21(0x188)][_0x500c21(0x191)][_0x500c21(0x159)],_0x30dd8b['Gonow']),_0x570702['pickle'][_0x500c21(0x159)])]=_0x55257c,this[_0x500c21(0x1e4)](_0x30dd8b[_0x500c21(0x1d9)](_0x22b8a1,'\x0a'))));}}}});}['logTestCaseFinished'](_0x5ee1ab){const _0x527d48=a3_0x4ad78e,_0x5c33b3={'ZwWLb':function(_0x2a9b02,_0x1417df,_0x17653d){return _0x2a9b02(_0x1417df,_0x17653d);},'UiMKU':'result','Hxbrc':'message','AZthf':function(_0x341a53,_0x1b0b45){return _0x341a53+_0x1b0b45;},'CIeOB':function(_0x293243,_0x445cc8){return _0x293243+_0x445cc8;},'OItcn':_0x527d48(0x17d),'WlCPM':function(_0x2c733a,_0x2924c6){return _0x2c733a!=_0x2924c6;},'gHVmW':'bstack','mlgIn':function(_0x5aaf7d,_0x527ee0){return _0x5aaf7d+_0x527ee0;},'PxdXn':function(_0x568816,_0x49965d){return _0x568816+_0x49965d;},'LXXyV':function(_0x35528e,_0x2ecd07){return _0x35528e+_0x2ecd07;},'qjJhg':function(_0x1cc475,_0x250ecb){return _0x1cc475+_0x250ecb;},'RZCCN':_0x527d48(0x192),'anVMS':function(_0x126a1a,_0x5a0311){return _0x126a1a==_0x5a0311;},'RdCfg':_0x527d48(0x172),'PPxAl':function(_0x41e256,_0x2de499,_0x950524){return _0x41e256(_0x2de499,_0x950524);},'mqqqY':function(_0x2d6519,_0xa5b1fd){return _0x2d6519+_0xa5b1fd;},'rutKc':function(_0x5739d0,_0xe683b3){return _0x5739d0+_0xe683b3;},'SOKGO':function(_0x3039c2,_0x3becb5){return _0x3039c2===_0x3becb5;},'qbatE':_0x527d48(0x1a0),'QuQun':_0x527d48(0x1b1),'RlXch':function(_0x5e0835,_0x22bde0){return _0x5e0835!==_0x22bde0;},'sNuvU':_0x527d48(0x1c4),'wywjC':_0x527d48(0x156),'sMOAs':function(_0x2c2ce0,_0x13ecca){return _0x2c2ce0+_0x13ecca;},'UJqyy':function(_0x4a5d7b,_0x38da3c){return _0x4a5d7b==_0x38da3c;},'pUUcB':function(_0x139426,_0x51e97c){return _0x139426!==_0x51e97c;},'dhEIw':'Kkoxc','pZrWd':_0x527d48(0x1e3),'iCvWM':function(_0x3b4fae,_0x3dbfee,_0x23fd0e){return _0x3b4fae(_0x3dbfee,_0x23fd0e);},'rPfLi':function(_0x4bb5c2,_0x380af3){return _0x4bb5c2===_0x380af3;},'ZBfVv':_0x527d48(0x18c),'kqIGE':function(_0x2e376c,_0xea8742){return _0x2e376c+_0xea8742;},'BhbxA':function(_0x269968,_0x10c860){return _0x269968!==_0x10c860;},'nkgQq':_0x527d48(0x164),'tlLci':_0x527d48(0x182),'GSkwP':function(_0x2bd591,_0x2f1cbf){return _0x2bd591+_0x2f1cbf;},'aRfGg':function(_0x5ca695,_0x18f099){return _0x5ca695+_0x18f099;},'GHnip':function(_0x25a4dd,_0x5e0d29){return _0x25a4dd+_0x5e0d29;},'gLhiF':function(_0x5d63dd,_0x2d726b){return _0x5d63dd+_0x2d726b;},'zWElK':_0x527d48(0x1a4)};_0x5c33b3[_0x527d48(0x1c5)](global[_0x527d48(0x198)],undefined)&&(_0x5c33b3[_0x527d48(0x1d2)](_0x5c33b3[_0x527d48(0x1cf)],_0x5c33b3['tlLci'])?this[_0x527d48(0x1e4)](_0x5c33b3[_0x527d48(0x168)](_0x5c33b3[_0x527d48(0x165)]('\x0a',global[_0x527d48(0x198)]),'\x0a')):_0x3adeb5+=0x1);const _0x4284f4=this[_0x527d48(0x15b)][_0x527d48(0x1d3)](_0x5ee1ab['testCaseStartedId']);this[_0x527d48(0x1e4)](_0x5c33b3['aRfGg'](_0x5c33b3[_0x527d48(0x1b5)](_0x5c33b3[_0x527d48(0x1c3)](_0x5c33b3[_0x527d48(0x1d1)]('\x20\x20',_0x4284f4[_0x527d48(0x188)][_0x527d48(0x191)][_0x527d48(0x159)]),_0x5c33b3[_0x527d48(0x178)]),_0x4284f4[_0x527d48(0x1de)][_0x527d48(0x159)]),'\x0a'));const _0x3c0f69={};_0x3c0f69['cwd']=this[_0x527d48(0x180)],_0x3c0f69[_0x527d48(0x1b0)]=this[_0x527d48(0x1b0)],_0x3c0f69[_0x527d48(0x15d)]=this[_0x527d48(0x15d)],_0x3c0f69['testCaseAttempt']=_0x4284f4;const _0x4a2fd8=formatterHelpers[_0x527d48(0x1ef)](_0x3c0f69);let _0x23039a=![];_0x4a2fd8[_0x527d48(0x1c8)][_0x527d48(0x1c0)](_0x5b7d76=>{const _0x315831=_0x527d48;if(_0x5c33b3[_0x315831(0x19a)](_0x5c33b3[_0x315831(0x1e8)],_0x5c33b3[_0x315831(0x1e2)])){_0x45ef5d=!![];const _0x1c4b3d=_0x5c33b3[_0x315831(0x185)](_0x95d16a,_0x64fca1,[_0x5c33b3['UiMKU'],_0x5c33b3[_0x315831(0x158)]]);_0x1c4b3d&&(_0x3a451f[_0x5c33b3[_0x315831(0x162)](_0x5c33b3['CIeOB'](_0x48d55b[_0x315831(0x188)][_0x315831(0x191)][_0x315831(0x159)],_0x5c33b3[_0x315831(0x178)]),_0x5d9c16[_0x315831(0x1de)]['name'])]=_0x1c4b3d,this[_0x315831(0x1e4)](_0x5c33b3[_0x315831(0x174)](_0x1c4b3d,'\x0a')));}else{if(_0x5c33b3['WlCPM'](_0x5b7d76[_0x315831(0x159)],_0x5c33b3[_0x315831(0x19e)])&&!this[_0x315831(0x1cd)](_0x5b7d76)){if(_0x5c33b3[_0x315831(0x1dd)](_0x5c33b3[_0x315831(0x17a)],_0x5c33b3[_0x315831(0x19f)])){totalTests+=0x1,this['log'](_0x5c33b3[_0x315831(0x186)](_0x5c33b3[_0x315831(0x186)](_0x5c33b3[_0x315831(0x162)](_0x5c33b3[_0x315831(0x1b5)](_0x5c33b3['LXXyV'](_0x5c33b3[_0x315831(0x1df)],_0x5b7d76[_0x315831(0x1a8)]),_0x5b7d76[_0x315831(0x1db)]||''),_0x5c33b3[_0x315831(0x178)]),Status[_0x5b7d76[_0x315831(0x197)][_0x315831(0x193)]]),'\x0a')),this[_0x315831(0x187)](Status[_0x5b7d76[_0x315831(0x197)][_0x315831(0x193)]]);if(_0x5c33b3['UJqyy'](Status[_0x5b7d76[_0x315831(0x197)][_0x315831(0x193)]],_0x5c33b3['RdCfg'])){if(_0x5c33b3[_0x315831(0x1c5)](_0x5c33b3[_0x315831(0x170)],_0x5c33b3['pZrWd'])){_0x23039a=!![];const _0x311445=_0x5c33b3['iCvWM'](nestedKeyValue,_0x5b7d76,[_0x5c33b3[_0x315831(0x1ea)],_0x5c33b3['Hxbrc']]);_0x311445&&(_0x5c33b3[_0x315831(0x190)](_0x5c33b3[_0x315831(0x1a7)],_0x5c33b3[_0x315831(0x1a7)])?(testsErrorMessage[_0x5c33b3['LXXyV'](_0x5c33b3['PxdXn'](_0x4284f4[_0x315831(0x188)]['feature'][_0x315831(0x159)],_0x5c33b3[_0x315831(0x178)]),_0x4284f4[_0x315831(0x1de)]['name'])]=_0x311445,this[_0x315831(0x1e4)](_0x5c33b3[_0x315831(0x166)](_0x311445,'\x0a'))):_0x468b1c+=0x1);}else return![];}}else{if(_0x5c33b3[_0x315831(0x1e7)](_0xb27181['name'],_0x5c33b3[_0x315831(0x19e)])&&!this[_0x315831(0x1cd)](_0x3dafcf)){_0x175111+=0x1,this[_0x315831(0x1e4)](_0x5c33b3['mlgIn'](_0x5c33b3[_0x315831(0x1c1)](_0x5c33b3[_0x315831(0x1e9)](_0x5c33b3[_0x315831(0x168)](_0x5c33b3['mlgIn'](_0x5c33b3[_0x315831(0x1df)],_0x391867['keyword']),_0x5910ed[_0x315831(0x1db)]||''),_0x5c33b3['OItcn']),_0x400e86[_0x2f60c4[_0x315831(0x197)][_0x315831(0x193)]]),'\x0a')),this[_0x315831(0x187)](_0xf15b85[_0x18dc6a[_0x315831(0x197)][_0x315831(0x193)]]);if(_0x5c33b3[_0x315831(0x1b6)](_0x1e81c0[_0x1b598b[_0x315831(0x197)][_0x315831(0x193)]],_0x5c33b3['RdCfg'])){_0x4f8c6c=!![];const _0x6be08b=_0x5c33b3[_0x315831(0x17f)](_0x555dd4,_0xb399a6,[_0x5c33b3[_0x315831(0x1ea)],_0x5c33b3['Hxbrc']]);_0x6be08b&&(_0x408655[_0x5c33b3[_0x315831(0x19b)](_0x5c33b3[_0x315831(0x173)](_0x1d53b3[_0x315831(0x188)][_0x315831(0x191)][_0x315831(0x159)],_0x5c33b3[_0x315831(0x178)]),_0x5d6e61[_0x315831(0x1de)][_0x315831(0x159)])]=_0x6be08b,this[_0x315831(0x1e4)](_0x5c33b3[_0x315831(0x1e9)](_0x6be08b,'\x0a')));}}}}}});if(_0x23039a){if(_0x5c33b3[_0x527d48(0x190)](_0x5c33b3[_0x527d48(0x1da)],_0x5c33b3[_0x527d48(0x1da)]))testSuitesFailed+=0x1;else return!![];}this[_0x527d48(0x1e4)]('\x0a');}['logTestRunFinished'](_0xedd66a){}['isBstackHook'](_0x19ce5d){const _0x2fc56b=a3_0x4ad78e,_0x21430b={'LjuRC':function(_0x5a86a8,_0x3d08c0){return _0x5a86a8!==_0x3d08c0;},'iQtxa':function(_0x3afb3e,_0x53911c){return _0x3afb3e(_0x53911c);},'dQxIs':function(_0x318041,_0xc02b8b){return _0x318041+_0xc02b8b;},'lphuy':function(_0xc53e39,_0x5a2b38){return _0xc53e39+_0x5a2b38;},'XTiyY':function(_0x9f1098,_0x48d23c){return _0x9f1098+_0x48d23c;},'dqpZW':_0x2fc56b(0x192),'zZtFw':_0x2fc56b(0x17d),'QWtCZ':function(_0x20c53c,_0x306f0c){return _0x20c53c==_0x306f0c;},'ZuDfV':_0x2fc56b(0x172),'svWgG':function(_0x54fab4,_0x145252,_0xd415a1){return _0x54fab4(_0x145252,_0xd415a1);},'HJJnx':_0x2fc56b(0x197),'CNLRA':_0x2fc56b(0x157),'UQCeh':function(_0xfd7415,_0x280270){return _0xfd7415+_0x280270;},'JqKcU':function(_0x261b1f,_0x4b9b6e){return _0x261b1f+_0x4b9b6e;},'rBnEA':function(_0x1a0ee4,_0x22119c){return _0x1a0ee4!==_0x22119c;},'VnJHe':function(_0x39d0d7,_0x35bd7d){return _0x39d0d7===_0x35bd7d;},'UxDsj':_0x2fc56b(0x1ba),'gFmBY':_0x2fc56b(0x196),'oTkgt':function(_0x9fdc0c,_0x5bd682){return _0x9fdc0c===_0x5bd682;},'pljbI':'mLlgH'};if(_0x21430b[_0x2fc56b(0x1ee)](_0x19ce5d[_0x2fc56b(0x175)],undefined)){if(_0x21430b['VnJHe'](_0x21430b[_0x2fc56b(0x1a1)],_0x21430b[_0x2fc56b(0x1a1)]))return![];else{let _0x2c1627;if(_0x21430b[_0x2fc56b(0x1b4)](_0xbfc6d3[_0x2fc56b(0x15e)][_0x2fc56b(0x17e)],_0x4312f1)){let _0x4f9965=_0x768829['parse'](_0x2d34c5['env'][_0x2fc56b(0x17e)]);_0x2c1627=_0x4f9965[_0x2fc56b(0x1ce)];}_0x21430b[_0x2fc56b(0x1b4)](_0x2c1627,_0x4a3595)&&(_0x403e7c['__platform']=_0x21430b[_0x2fc56b(0x15f)](_0xf1aff8,_0x2c1627),this['log'](_0x21430b['dQxIs'](_0x2fc56b(0x1a3)+_0x199a47[_0x2fc56b(0x198)],'\x0a')));}}if(_0x19ce5d['actionLocation']&&_0x19ce5d['actionLocation'][_0x2fc56b(0x169)][_0x2fc56b(0x1bf)](_0x21430b['gFmBY'])){if(_0x21430b[_0x2fc56b(0x1a9)](_0x21430b[_0x2fc56b(0x16c)],_0x21430b[_0x2fc56b(0x16c)]))return!![];else{_0x1ef76d+=0x1,this[_0x2fc56b(0x1e4)](_0x21430b[_0x2fc56b(0x1e6)](_0x21430b[_0x2fc56b(0x1e6)](_0x21430b[_0x2fc56b(0x1ed)](_0x21430b[_0x2fc56b(0x18a)](_0x21430b['dQxIs'](_0x21430b[_0x2fc56b(0x1be)],_0x408cd9[_0x2fc56b(0x1a8)]),_0x33d474[_0x2fc56b(0x1db)]||''),_0x21430b[_0x2fc56b(0x167)]),_0x2fb027[_0x183013[_0x2fc56b(0x197)][_0x2fc56b(0x193)]]),'\x0a')),this[_0x2fc56b(0x187)](_0x4bf412[_0x3e8f2c[_0x2fc56b(0x197)]['status']]);if(_0x21430b[_0x2fc56b(0x1dc)](_0x31570d[_0x5e427b[_0x2fc56b(0x197)][_0x2fc56b(0x193)]],_0x21430b[_0x2fc56b(0x18b)])){_0x44e0af=!![];const _0x5a1eb7=_0x21430b['svWgG'](_0x501fca,_0x7d313,[_0x21430b[_0x2fc56b(0x1ac)],_0x21430b[_0x2fc56b(0x16f)]]);_0x5a1eb7&&(_0x27bc99[_0x21430b[_0x2fc56b(0x183)](_0x21430b[_0x2fc56b(0x18a)](_0x371948['gherkinDocument'][_0x2fc56b(0x191)]['name'],_0x21430b[_0x2fc56b(0x167)]),_0xc72b5c[_0x2fc56b(0x1de)][_0x2fc56b(0x159)])]=_0x5a1eb7,this[_0x2fc56b(0x1e4)](_0x21430b['JqKcU'](_0x5a1eb7,'\x0a')));}}}return![];}[a3_0x4ad78e(0x187)](_0x47baa2){const _0xaff4d7=a3_0x4ad78e,_0x23b366={};_0x23b366[_0xaff4d7(0x1ab)]=_0xaff4d7(0x172),_0x23b366[_0xaff4d7(0x194)]=_0xaff4d7(0x179),_0x23b366['fHnMF']=_0xaff4d7(0x1d0),_0x23b366[_0xaff4d7(0x1b7)]=_0xaff4d7(0x1d5),_0x23b366[_0xaff4d7(0x163)]=_0xaff4d7(0x1b3),_0x23b366[_0xaff4d7(0x1cc)]=_0xaff4d7(0x1af),_0x23b366['CdJDg']='AMBIGUOUS';const _0x3538da=_0x23b366;switch(_0x47baa2){case _0x3538da[_0xaff4d7(0x1ab)]:testsFailed+=0x1;break;case _0x3538da[_0xaff4d7(0x194)]:testsPassed+=0x1;break;case _0x3538da['fHnMF']:testsSkipped+=0x1;break;case _0x3538da[_0xaff4d7(0x1b7)]:testsPending+=0x1;break;case _0x3538da[_0xaff4d7(0x163)]:testsUndefined+=0x1;break;case _0x3538da[_0xaff4d7(0x1cc)]:testsUnknown+=0x1;break;case _0x3538da[_0xaff4d7(0x18f)]:testsAmbiguous+=0x1;break;default:break;}}}module[a3_0x4ad78e(0x177)]=BrowserstackFormatter;
|