browserstack-node-sdk 1.27.3 → 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_0x4db7d2=a23_0x3231;function a23_0x3231(_0x164d35,_0x356eef){const _0x44b694=a23_0x44b6();return a23_0x3231=function(_0x3231d0,_0x262543){_0x3231d0=_0x3231d0-0x19b;let _0x107bbd=_0x44b694[_0x3231d0];return _0x107bbd;},a23_0x3231(_0x164d35,_0x356eef);}(function(_0x50aa32,_0x3c634a){const _0xb3e117=a23_0x3231,_0x520444=_0x50aa32();while(!![]){try{const _0x17f312=parseInt(_0xb3e117(0x200))/0x1+parseInt(_0xb3e117(0x222))/0x2*(parseInt(_0xb3e117(0x1cb))/0x3)+-parseInt(_0xb3e117(0x214))/0x4*(parseInt(_0xb3e117(0x227))/0x5)+-parseInt(_0xb3e117(0x1db))/0x6*(-parseInt(_0xb3e117(0x1ef))/0x7)+-parseInt(_0xb3e117(0x1a2))/0x8*(-parseInt(_0xb3e117(0x1b9))/0x9)+-parseInt(_0xb3e117(0x1fa))/0xa+-parseInt(_0xb3e117(0x1ad))/0xb*(-parseInt(_0xb3e117(0x221))/0xc);if(_0x17f312===_0x3c634a)break;else _0x520444['push'](_0x520444['shift']());}catch(_0x724874){_0x520444['push'](_0x520444['shift']());}}}(a23_0x44b6,0xab067));function a23_0x44b6(){const _0x1fa817=['SyNhD','1837tYofHQ','browserstack-local','./webSocketUtils','request','aUbbG','ami-0a0b7559ee7c88dcd','UegYC','AeJvx','stop','mVWqm','uBKmF','replace','395649FNTiaJ','toString','VRCYl','stringify','join','startSync','BrmRG','fetchOrUpdateUserConfig','localIdentifier','HRCXO','lNfsz','ceil','JOjWi','min','ami','constructor','getAccessKey','setLocalArgs','3yTYznk','getNodeGroupMaxSize','ILxFn','IkxWH','true','writeFileSync','startLocalBinarySync','YoWwY','from','vCbvW','readFileSync','YzUtW','bFixj','6|0|4|5|8|2|3|1|7','getGridDetails','xvLPn','6zFubEZ','TIOym','mhmxw','$1-$2','hubVersion','homedir','yMjya','promisify','LOG','Uuhar','SfFko','browserStackLocalOptions','existsSync','getCredentialsPath','updateGlobalRegistryWithConfig','fcfoO','key','VyhyW','instanceType','ixsQN','1570177malcUW','rkOyW','tQpbX','GmheE','customRepeaters','cloudProvider','DkyWp','../config/constants','LKxsy','Browserstack','.ats','13473930QVZyOM','utCGy','ZeQHK','yYFJa','ZVzch','igdWX','924205bTBJyV','FbefC','syyAy','encodeBase64','ats-repeater','Paxdt','Jcibz','type','password','getDirForConfig','auth','bbVJm','base64','parse','clusterName','XCtSN','OzGOC','utf-8','EemuO','ElMGW','4KlrOpb','YpYNi','credentials.json','Local','NXhwv','TPuSZ','TANye','aDEsN','XkEnp','isArray','ShruU','qTguG','fxVBQ','30972cnEocp','505258JikVDE','EcZEQ','uhskB','accessKey','HnjUu','3097595XmXVZq','url','reportToGalactusAndSendToEDS','IgUns','https://','message','gTwmo','yGwlN','concurrency','WKblh','body','forceLocal','RTotM','username','sWMaY','152BPIsmW','/packages/cli/get-grid-details?gridId=','iDVgw','WoMaz','sendEventToBackend','GET','ItOmu','verbose','kebabCase','s3Bucket'];a23_0x44b6=function(){return _0x1fa817;};return a23_0x44b6();}const path=require('path'),os=require('os'),fs=require('fs'),webSocketUtils=require(a23_0x4db7d2(0x1af)),{sendInstrumentationEvent}=require('./instrumentationUtils'),BrowserstackLocalLauncher=require(a23_0x4db7d2(0x1ae)),util=require('util'),request=require(a23_0x4db7d2(0x1b0)),promisifiedRequest=util[a23_0x4db7d2(0x1e2)](request),{global_registry,AWS_INSTANCE_TYPE_LIST,WS_EVENTS,AG_API_URL}=require(a23_0x4db7d2(0x1f6));exports[a23_0x4db7d2(0x203)]=_0xdf182f=>Buffer[a23_0x4db7d2(0x1d3)](_0xdf182f)[a23_0x4db7d2(0x1ba)](a23_0x4db7d2(0x20c)),exports[a23_0x4db7d2(0x209)]=()=>{const _0x917832=a23_0x4db7d2,_0x101b65={};_0x101b65[_0x917832(0x1ff)]=_0x917832(0x1f9);const _0x3a2ecd=_0x101b65;return path[_0x917832(0x1bd)](os[_0x917832(0x1e0)](),_0x3a2ecd[_0x917832(0x1ff)]);},exports['getCredentialsPath']=()=>{const _0x21cd7c=a23_0x4db7d2,_0x24a307={};_0x24a307[_0x21cd7c(0x20b)]=_0x21cd7c(0x216);const _0x14cdb3=_0x24a307;return path[_0x21cd7c(0x1bd)](this[_0x21cd7c(0x209)](),_0x14cdb3['bbVJm']);},exports[a23_0x4db7d2(0x1cc)]=_0x161918=>{const _0x1915fd=a23_0x4db7d2,_0x2a28f2={};_0x2a28f2[_0x1915fd(0x1e5)]=_0x1915fd(0x216),_0x2a28f2['TPuSZ']=_0x1915fd(0x1f9),_0x2a28f2[_0x1915fd(0x21e)]=function(_0x329984,_0x107f40){return _0x329984===_0x107f40;},_0x2a28f2[_0x1915fd(0x1b4)]=_0x1915fd(0x206),_0x2a28f2[_0x1915fd(0x1f1)]=function(_0xafe9e3,_0x163c1c){return _0xafe9e3===_0x163c1c;},_0x2a28f2[_0x1915fd(0x1bb)]=_0x1915fd(0x1b6),_0x2a28f2[_0x1915fd(0x1c5)]=_0x1915fd(0x21a),_0x2a28f2[_0x1915fd(0x19c)]=function(_0x2acef3,_0x49feb6){return _0x2acef3+_0x49feb6;},_0x2a28f2[_0x1915fd(0x20f)]=function(_0x3baf00,_0x49e1bd){return _0x3baf00/_0x49e1bd;},_0x2a28f2['NXhwv']=function(_0x321f24,_0x54ffd0){return _0x321f24*_0x54ffd0;};const _0x32ddae=_0x2a28f2;let _0x29b982=0xe;if(global_registry[_0x1915fd(0x19b)]&&global_registry[_0x1915fd(0x1ed)]){if(_0x32ddae[_0x1915fd(0x21e)](_0x32ddae[_0x1915fd(0x1b4)],_0x32ddae[_0x1915fd(0x1b4)])){if(AWS_INSTANCE_TYPE_LIST[global_registry[_0x1915fd(0x1ed)]])return _0x32ddae[_0x1915fd(0x1f1)](_0x32ddae[_0x1915fd(0x1bb)],_0x32ddae['JOjWi'])?_0x47d2b8['join'](this['getDirForConfig'](),_0x32ddae[_0x1915fd(0x1e5)]):Math['min'](_0x32ddae[_0x1915fd(0x19c)](Math[_0x1915fd(0x1c4)](_0x32ddae['XCtSN'](_0x32ddae['NXhwv'](global_registry[_0x1915fd(0x19b)],0x2),_0x32ddae[_0x1915fd(0x218)](AWS_INSTANCE_TYPE_LIST[global_registry[_0x1915fd(0x1ed)]],0x2))),0x1),0x1c2);return _0x29b982;}else return _0x3c5271[_0x1915fd(0x1bd)](_0x5ea4fe[_0x1915fd(0x1e0)](),_0x32ddae[_0x1915fd(0x219)]);}return _0x29b982;},exports[a23_0x4db7d2(0x1e9)]=(_0x26fade,_0x1fa644,_0x383559,_0x40ba3e,_0x1cd176,_0x1bd656,_0x5bd79c,_0x5e1af7,_0x3a7a8c)=>{const _0x1d96e5=a23_0x4db7d2,_0x438bfa={};_0x438bfa[_0x1d96e5(0x1dc)]=_0x1d96e5(0x1d8),_0x438bfa[_0x1d96e5(0x1a1)]=_0x1d96e5(0x1b2);const _0x249559=_0x438bfa,_0x8cc39d=_0x249559[_0x1d96e5(0x1dc)]['split']('|');let _0x969b4=0x0;while(!![]){switch(_0x8cc39d[_0x969b4++]){case'0':global_registry['clusterRegion']=_0x383559;continue;case'1':global_registry[_0x1d96e5(0x1df)]=_0x5e1af7;continue;case'2':global_registry[_0x1d96e5(0x1ab)]=_0x1bd656;continue;case'3':global_registry[_0x1d96e5(0x1c7)]=_0x5bd79c[_0x1d96e5(0x1c7)]||_0x249559[_0x1d96e5(0x1a1)];continue;case'4':global_registry[_0x1d96e5(0x20e)]=_0x1fa644;continue;case'5':global_registry[_0x1d96e5(0x19b)]=_0x40ba3e;continue;case'6':global_registry[_0x1d96e5(0x1f4)]=_0x26fade;continue;case'7':global_registry['browserVersion']=_0x3a7a8c;continue;case'8':global_registry[_0x1d96e5(0x1ed)]=_0x1cd176;continue;}break;}},exports[a23_0x4db7d2(0x1aa)]=_0x1c4884=>_0x1c4884[a23_0x4db7d2(0x1b8)](/([a-z])([A-Z])/g,a23_0x4db7d2(0x1de))[a23_0x4db7d2(0x1b8)](/[\s_]+/g,'-')['toLowerCase'](),exports[a23_0x4db7d2(0x229)]=async(_0x5e1b54,_0x3e4367,_0x10d487,_0x33219c,_0x385aec,_0x41ea7f,_0x109758)=>{const _0x31ddc7=a23_0x4db7d2,_0xe3ef14={'Uuhar':function(_0x29f936,_0x50bcc1,_0x549806,_0x2da4cf,_0x4a1272,_0xebe89b,_0xc968f7){return _0x29f936(_0x50bcc1,_0x549806,_0x2da4cf,_0x4a1272,_0xebe89b,_0xc968f7);}};await _0xe3ef14[_0x31ddc7(0x1e4)](sendInstrumentationEvent,_0x5e1b54,_0x385aec,_0x33219c,_0x41ea7f,null,_0x5e1b54);const _0xa5a838={};_0xa5a838[_0x31ddc7(0x207)]=WS_EVENTS[_0x31ddc7(0x1e3)],_0xa5a838[_0x31ddc7(0x22c)]=_0x10d487,await webSocketUtils[_0x31ddc7(0x1a6)](_0x3e4367,_0xa5a838,_0x109758,!![]);},exports[a23_0x4db7d2(0x1c9)]=_0x3a6f68=>{const _0x376e60=a23_0x4db7d2;return _0x3a6f68[_0x376e60(0x225)];},exports['setLocalArgs']=_0x1331d3=>{const _0xf5a0de=a23_0x4db7d2,_0x1a462f={'qTguG':function(_0x435de9,_0x34f753){return _0x435de9(_0x34f753);},'Pexgm':function(_0x38a72b){return _0x38a72b();},'OzGOC':_0xf5a0de(0x1eb),'xvLPn':_0xf5a0de(0x1a9),'vCbvW':_0xf5a0de(0x19e),'WoMaz':_0xf5a0de(0x1cf),'lNfsz':_0xf5a0de(0x1c1),'EemuO':_0xf5a0de(0x204),'yMjya':function(_0x267df1,_0x41b1e9){return _0x267df1===_0x41b1e9;},'IgUns':_0xf5a0de(0x1c2),'Paxdt':'custom-repeater','DwIOb':function(_0x17b3a8,_0x44f522){return _0x17b3a8===_0x44f522;},'syyAy':function(_0x40daa0,_0x2d9117){return _0x40daa0!==_0x2d9117;},'vxOuS':_0xf5a0de(0x1f2),'SLejZ':_0xf5a0de(0x22e)};let _0x584e8e={};_0x584e8e[_0x1a462f[_0xf5a0de(0x210)]]=this[_0xf5a0de(0x1c9)](_0x1331d3),_0x584e8e[_0x1a462f[_0xf5a0de(0x1da)]]=0x3,_0x584e8e[_0x1a462f[_0xf5a0de(0x1d4)]]=_0x1a462f[_0xf5a0de(0x1a5)],_0x584e8e[_0x1a462f[_0xf5a0de(0x1c3)]]=_0x1a462f[_0xf5a0de(0x212)];if(_0x1331d3[_0xf5a0de(0x1f3)]&&Array[_0xf5a0de(0x21d)](_0x1331d3[_0xf5a0de(0x1f3)])){if(_0x1a462f[_0xf5a0de(0x1e1)](_0x1a462f[_0xf5a0de(0x22a)],_0x1a462f[_0xf5a0de(0x22a)]))_0x584e8e[_0x1a462f[_0xf5a0de(0x205)]]=_0x1331d3[_0xf5a0de(0x1f3)][_0xf5a0de(0x1bd)](',');else{const _0x45ffea={'uBKmF':function(_0x335fcd,_0x1c419b){const _0x43a698=_0xf5a0de;return _0x1a462f[_0x43a698(0x21f)](_0x335fcd,_0x1c419b);},'DkyWp':function(_0x439f79){return _0x1a462f['Pexgm'](_0x439f79);}};_0x59b787&&_0x1b2627[_0xf5a0de(0x1b5)](_0x2d668f=>{const _0x253f7c=_0xf5a0de;if(_0x2d668f)return _0x45ffea[_0x253f7c(0x1b7)](_0x39a0fd,_0x2d668f);_0x45ffea[_0x253f7c(0x1f5)](_0x2cdbbc);});}}if(_0x1331d3['browserStackLocalOptions']&&_0x1a462f['DwIOb'](_0x1331d3[_0xf5a0de(0x1e6)][_0xf5a0de(0x1c8)],Object)){if(_0x1a462f[_0xf5a0de(0x202)](_0x1a462f['vxOuS'],_0x1a462f['SLejZ']))_0x584e8e={..._0x1331d3[_0xf5a0de(0x1e6)],..._0x584e8e};else return _0x2c2d32['parse'](_0x472530[_0xf5a0de(0x19d)]);}return _0x584e8e;},exports[a23_0x4db7d2(0x1d1)]=_0x48c0ae=>{const _0x16f735=a23_0x4db7d2,_0x2b1aeb=new BrowserstackLocalLauncher[(_0x16f735(0x217))](),_0x4b559e=this[_0x16f735(0x1ca)](_0x48c0ae),_0x416a07=_0x2b1aeb[_0x16f735(0x1be)](_0x4b559e);if(_0x416a07)throw _0x416a07;return isLocalRunning=_0x2b1aeb['isRunning'](),_0x2b1aeb;},exports['stopLocalBinary']=async _0x40e56=>{const _0x32aa0e=a23_0x4db7d2,_0x3590be={'viQdn':function(_0x4357f4,_0x432d23){return _0x4357f4&&_0x432d23;},'UegYC':_0x32aa0e(0x211),'YzUtW':function(_0x325c1,_0x533da8){return _0x325c1!==_0x533da8;},'ItOmu':'ZFfEp','XkEnp':function(_0x4f12fc,_0x515cc2){return _0x4f12fc===_0x515cc2;},'EdEka':'HESyW','yYFJa':function(_0x3e6501,_0x52a13f){return _0x3e6501(_0x52a13f);},'ElMGW':function(_0x138adc){return _0x138adc();},'VyhyW':_0x32aa0e(0x226)};return new Promise((_0x3d5526,_0x20a168)=>{const _0x502fbf=_0x32aa0e,_0x15bb35={'uhskB':function(_0x1f5a86,_0x1e9f4c){return _0x3590be['viQdn'](_0x1f5a86,_0x1e9f4c);},'RTotM':_0x3590be[_0x502fbf(0x1b3)],'YoWwY':function(_0x294845,_0x5d5ec1){const _0xf50b9b=_0x502fbf;return _0x3590be[_0xf50b9b(0x1d6)](_0x294845,_0x5d5ec1);},'bFixj':_0x3590be[_0x502fbf(0x1a8)],'QHgiS':function(_0x4e4119,_0x1bedd0){const _0x3fada8=_0x502fbf;return _0x3590be[_0x3fada8(0x21c)](_0x4e4119,_0x1bedd0);},'fcfoO':_0x3590be['EdEka'],'mhmxw':function(_0x1866a7,_0x49ea35){const _0x41a8e6=_0x502fbf;return _0x3590be[_0x41a8e6(0x1fd)](_0x1866a7,_0x49ea35);},'BrmRG':function(_0x18071c){const _0x4b9405=_0x502fbf;return _0x3590be[_0x4b9405(0x213)](_0x18071c);}};if(_0x3590be[_0x502fbf(0x1d6)](_0x3590be[_0x502fbf(0x1ec)],_0x3590be[_0x502fbf(0x1ec)])){const _0x57d080={};_0x57d080[_0x502fbf(0x1a0)]=_0xb4de9e,_0x57d080[_0x502fbf(0x208)]=_0x80b641;const _0x58c469={};_0x58c469[_0x502fbf(0x1f8)]=_0x57d080;const _0x427498=_0x58c469;_0x10ae52[_0x502fbf(0x1d0)](this['getCredentialsPath'](),_0x4bd484[_0x502fbf(0x1bc)](_0x427498));}else _0x40e56&&_0x40e56['stop'](_0x9074d=>{const _0x19860b=_0x502fbf;if(_0x15bb35[_0x19860b(0x1d2)](_0x15bb35[_0x19860b(0x1d7)],_0x15bb35[_0x19860b(0x1d7)])){const _0x25a9a6={..._0x182836[_0x19860b(0x1e6)],..._0x578370};_0x1a7e41=_0x25a9a6;}else{if(_0x9074d){if(_0x15bb35['QHgiS'](_0x15bb35[_0x19860b(0x1ea)],_0x15bb35[_0x19860b(0x1ea)]))return _0x15bb35[_0x19860b(0x1dd)](_0x20a168,_0x9074d);else{if(_0x15bb35[_0x19860b(0x224)](_0x23dcd3,_0x2f76f8)){const _0xb02128={};_0xb02128[_0x19860b(0x1a0)]=_0x5d1fdb,_0xb02128['password']=_0x208a11;const _0x165e5e={};_0x165e5e['Browserstack']=_0xb02128;const _0x26e319=_0x165e5e;_0x327e87[_0x19860b(0x1d0)](this[_0x19860b(0x1e8)](),_0x1600ab[_0x19860b(0x1bc)](_0x26e319));}const _0x22ad37=_0x9045a7[_0x19860b(0x20d)](_0x5bc4dc[_0x19860b(0x1d5)](this[_0x19860b(0x1e8)](),_0x15bb35[_0x19860b(0x19f)]));return[_0x22ad37[_0x19860b(0x1f8)][_0x19860b(0x1a0)],_0x22ad37['Browserstack'][_0x19860b(0x208)]];}}_0x15bb35[_0x19860b(0x1bf)](_0x3d5526);}});});},exports[a23_0x4db7d2(0x1c0)]=(_0x19c2b5,_0x56076d)=>{const _0x47c820=a23_0x4db7d2,_0x31de9b={};_0x31de9b[_0x47c820(0x1a4)]=function(_0x5d7268,_0x200741){return _0x5d7268+_0x200741;},_0x31de9b['EcZEQ']=function(_0xcaed67,_0x373715){return _0xcaed67/_0x373715;},_0x31de9b[_0x47c820(0x201)]=function(_0x1c5483,_0x4bd58f){return _0x1c5483*_0x4bd58f;},_0x31de9b[_0x47c820(0x21b)]=function(_0x5f7258,_0x5d6106){return _0x5f7258&&_0x5d6106;},_0x31de9b[_0x47c820(0x1f0)]=function(_0x141c01,_0x3626c6){return _0x141c01!==_0x3626c6;},_0x31de9b[_0x47c820(0x215)]=_0x47c820(0x1cd),_0x31de9b[_0x47c820(0x1fc)]=_0x47c820(0x1ee),_0x31de9b[_0x47c820(0x1ac)]=function(_0x1fbe0f,_0x2e612e){return _0x1fbe0f===_0x2e612e;},_0x31de9b[_0x47c820(0x1fe)]='zWiyH',_0x31de9b[_0x47c820(0x220)]=_0x47c820(0x211);const _0x520694=_0x31de9b,_0x4b8d16=fs[_0x47c820(0x1e7)](this[_0x47c820(0x1e8)]());if(_0x4b8d16||_0x520694[_0x47c820(0x21b)](_0x19c2b5,_0x56076d)){if(_0x520694[_0x47c820(0x1f0)](_0x520694['YpYNi'],_0x520694[_0x47c820(0x1fc)])){if(_0x520694[_0x47c820(0x21b)](_0x19c2b5,_0x56076d)){if(_0x520694[_0x47c820(0x1ac)](_0x520694[_0x47c820(0x1fe)],_0x520694['ZVzch'])){const _0x40f5b2={};_0x40f5b2[_0x47c820(0x1a0)]=_0x19c2b5,_0x40f5b2[_0x47c820(0x208)]=_0x56076d;const _0x1db8af={};_0x1db8af['Browserstack']=_0x40f5b2;const _0x54909d=_0x1db8af;fs[_0x47c820(0x1d0)](this[_0x47c820(0x1e8)](),JSON[_0x47c820(0x1bc)](_0x54909d));}else{const _0x2301b3=new _0xc8807f[(_0x47c820(0x217))](),_0xd23f74=this[_0x47c820(0x1ca)](_0x37d658),_0x502ed7=_0x2301b3['startSync'](_0xd23f74);if(_0x502ed7)throw _0x502ed7;return _0x545bf1=_0x2301b3['isRunning'](),_0x2301b3;}}const _0x13c18e=JSON[_0x47c820(0x20d)](fs[_0x47c820(0x1d5)](this[_0x47c820(0x1e8)](),_0x520694[_0x47c820(0x220)]));return[_0x13c18e[_0x47c820(0x1f8)][_0x47c820(0x1a0)],_0x13c18e[_0x47c820(0x1f8)]['password']];}else{let _0x597dee=0xe;if(_0x8b54d4[_0x47c820(0x19b)]&&_0x540476['instanceType']){if(_0xbca6dc[_0x25163a[_0x47c820(0x1ed)]])return _0x592e0b[_0x47c820(0x1c6)](_0x520694['iDVgw'](_0x55e425[_0x47c820(0x1c4)](_0x520694[_0x47c820(0x223)](_0x520694[_0x47c820(0x201)](_0x596d9e[_0x47c820(0x19b)],0x2),_0x520694[_0x47c820(0x201)](_0x43b37c[_0xbaacd4[_0x47c820(0x1ed)]],0x2))),0x1),0x1c2);return _0x597dee;}return _0x597dee;}}return null;},exports[a23_0x4db7d2(0x1d9)]=async(_0xee5d77,_0x60fdef,_0x56a3cb)=>{const _0x5ab22c=a23_0x4db7d2,_0x24a30d={'qZjtz':function(_0x1798dc,_0x56f7d2){return _0x1798dc(_0x56f7d2);},'gTwmo':_0x5ab22c(0x1a7),'IkxWH':function(_0x2de5d5,_0x1fe36f){return _0x2de5d5===_0x1fe36f;},'aUbbG':function(_0xc75155,_0x14ce1d){return _0xc75155===_0x14ce1d;},'LKxsy':_0x5ab22c(0x1fb)},_0x2a8321=_0x5ab22c(0x22b)+_0xee5d77+':'+_0x60fdef+'@'+AG_API_URL+_0x5ab22c(0x1a3)+_0x56a3cb,_0x563f0b={};_0x563f0b[_0x5ab22c(0x1a0)]=_0xee5d77,_0x563f0b['password']=_0x60fdef;const _0x422feb={};_0x422feb[_0x5ab22c(0x228)]=_0x2a8321,_0x422feb['method']=_0x24a30d[_0x5ab22c(0x22d)],_0x422feb[_0x5ab22c(0x20a)]=_0x563f0b;const _0x552c77=_0x422feb,_0x3ea99a=await _0x24a30d['qZjtz'](promisifiedRequest,_0x552c77);if(_0x24a30d[_0x5ab22c(0x1ce)](_0x3ea99a['statusCode'],0xc8))return _0x24a30d[_0x5ab22c(0x1b1)](_0x24a30d[_0x5ab22c(0x1f7)],_0x24a30d['LKxsy'])?JSON[_0x5ab22c(0x20d)](_0x3ea99a['body']):_0x24a30d['qZjtz'](_0x2cd244,_0x2c2c1d);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
|
-
function
|
|
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
|
-
function
|
|
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';const a1_0x2b66b0=a1_0x5a5d;(function(_0x25349b,_0x2c53e3){const _0x12d866=a1_0x5a5d,_0xddb191=_0x25349b();while(!![]){try{const _0x32e6c6=parseInt(_0x12d866(0x154))/0x1+-parseInt(_0x12d866(0x183))/0x2+-parseInt(_0x12d866(0x160))/0x3*(-parseInt(_0x12d866(0x14d))/0x4)+parseInt(_0x12d866(0x10a))/0x5*(-parseInt(_0x12d866(0x12b))/0x6)+-parseInt(_0x12d866(0x170))/0x7*(-parseInt(_0x12d866(0x18c))/0x8)+-parseInt(_0x12d866(0x148))/0x9+-parseInt(_0x12d866(0x18a))/0xa;if(_0x32e6c6===_0x2c53e3)break;else _0xddb191['push'](_0xddb191['shift']());}catch(_0x819ad9){_0xddb191['push'](_0xddb191['shift']());}}}(a1_0xd52c,0x458b1));function a1_0xd52c(){const _0x24472b=['GHZKq','wBEuN','gfUpb','env','DnLET','JohPD','Sxhow','11994QPpLjp','Utatg','title','KeamR','GmBPh','XSGaV','hGYez','existsSync','SAATH','CKRZr','getPlatformName','require','bootstrapAll','vQpGU','slice','testContextOptions','7jOVwPg','helpers','rEwrH','createGroupsOfSuites','xYDHV','config','info','KqJsf','IbezF','teardownAll','dirname','XgMca','wtpay','test','addTests','PfuRS','lQlMN','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','BywHR','1980sMIrgO','jozLx','kHUhT','GtmQA','map','XTyTF','browserStackCwd','2112190pdyGlM','codecept.conf.js','3596368VsJlkP','fAWRd','--config','NtCSt','UsXOj','testConfig','exports','UQlKs','HHgCk','Cnzuj','sqgHn','rzvOO','../../helpers/BrowserStackSetup','uwEhi','codeceptjs/lib/index.js','platforms','hLzUc','jAvkC','all','2435jgGKTU','Started\x20:\x20','VxXZn','SUeqy','parallelsPerPlatform','REzmy','uikIs','BrowserStackPlugin','plugins','WebDriver','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','../../helpers/helper','MTmRP','UDCTx','XKufg','Failed\x20:\x20','push','KkLNI','SlHow','spawn','kzZaV','ldcSV','modifyBrowserStackW3CCaps','now','addConfig','uAnGz','failed','kcOpZ','VimMH','BrowserStackPlugin.js','zjECp','log','IgtNG','4878eilbGs','findIndex','../../helpers/logger','mergeDeep','cwd','vPSrp','lFlkV','event','codeceptjs','MlQRG','PxpZe','KqMiQ','vwXbd','QFBWr','passed','winstonLogger','enabled','yYvSx','modifyBrowserStackCaps','EJSOd','desiredCapabilities','OUfxQ','SohEj','ZhTdn','forEach','SmJel','child_process','run','Workers','3505959NMgdFo','pCqDn','EFqVC','xodMS','isUndefined','356JoAPne','chdir','mVRJD','skipSessionName','urUOh','aSPbS','join','477172BZVPxC','before','initialize','qUbIL','ajpYZ'];a1_0xd52c=function(){return _0x24472b;};return a1_0xd52c();}const fs=require('fs'),path=require('path'),{spawn}=require(a1_0x2b66b0(0x145)),process=require('process'),logger=require(a1_0x2b66b0(0x12d))[a1_0x2b66b0(0x13a)],{default:BrowserStackSetup}=require(a1_0x2b66b0(0x103)),helper=require(a1_0x2b66b0(0x115)),{requireModule}=require(a1_0x2b66b0(0x115)),CodeceptJS=requireModule(a1_0x2b66b0(0x105)),getUserCodeceptJSConfigs=(_0x4ee412,_0x34cd09)=>{const _0x295723=a1_0x2b66b0,_0x247269={'jAvkC':function(_0x2edff1,_0x2b2c89){return _0x2edff1(_0x2b2c89);},'XTyTF':'codecept.json','pCqDn':_0x295723(0x18b),'zjECp':_0x295723(0x181),'IbezF':function(_0x5559c8,_0x2383b6){return _0x5559c8==_0x2383b6;},'QFBWr':function(_0x294c3e,_0x533071){return _0x294c3e!==_0x533071;},'cERvu':_0x295723(0x131),'CKRZr':_0x295723(0x15f),'wHjcd':function(_0x3f9f98,_0x53baa1){return _0x3f9f98===_0x53baa1;},'mVRJD':_0x295723(0x142),'vPSrp':_0x295723(0x117),'XSGaV':_0x295723(0x110),'xpESd':function(_0xc5807e,_0x16eb05){return _0xc5807e!==_0x16eb05;},'qUbIL':_0x295723(0x10c),'EFqVC':_0x295723(0x104),'VimMH':function(_0x298d7f,_0x253d28){return _0x298d7f!==_0x253d28;},'vwXbd':_0x295723(0x11b),'dGTMP':function(_0x16ad59,_0x518c6c){return _0x16ad59===_0x518c6c;},'cBDCk':_0x295723(0x180),'YBeMu':_0x295723(0x118)};let _0x176330=null,_0x4d91f4={},_0x2d8c57=_0x34cd09['findIndex'](_0x3fbf5c=>_0x3fbf5c==_0x295723(0x18e));_0x247269[_0x295723(0x178)](_0x2d8c57,-0x1)&&(_0x247269[_0x295723(0x138)](_0x247269['cERvu'],_0x247269[_0x295723(0x169)])?_0x2d8c57=_0x34cd09[_0x295723(0x12c)](_0x27d82a=>_0x27d82a=='-c'):(_0x15f3d9[_0x295723(0x176)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x46adfe),_0x53dd82=_0x247269[_0x295723(0x108)](_0x5cf66c,_0xf272f0)));if(!helper[_0x295723(0x14c)](_0x4ee412[_0x295723(0x175)])&&fs[_0x295723(0x167)](path[_0x295723(0x153)](process[_0x295723(0x12f)](),_0x4ee412[_0x295723(0x175)])))_0x247269['wHjcd'](_0x247269['mVRJD'],_0x247269[_0x295723(0x14f)])?(_0x176330=path['join'](process['cwd'](),_0x4ee412[_0x295723(0x175)]),_0x34cd09['slice'](_0x2d8c57,0x2)):_0x44a67a=_0x4f6659[_0x295723(0x153)](_0x2a353d[_0x295723(0x12f)](),_0x247269[_0x295723(0x188)]);else{if(!helper[_0x295723(0x14c)](_0x4ee412['c'])&&fs[_0x295723(0x167)](path[_0x295723(0x153)](process[_0x295723(0x12f)](),_0x4ee412['c'])))_0x247269['wHjcd'](_0x247269[_0x295723(0x130)],_0x247269[_0x295723(0x165)])?_0x3a85c7=_0x1a9f84[_0x295723(0x153)](_0x28c9d7['cwd'](),_0x247269['pCqDn']):(_0x176330=path[_0x295723(0x153)](process[_0x295723(0x12f)](),_0x4ee412['c']),_0x34cd09[_0x295723(0x16e)](_0x2d8c57,0x2));else{if(_0x247269['xpESd'](_0x247269[_0x295723(0x157)],_0x247269[_0x295723(0x14a)])){if(fs['existsSync'](path[_0x295723(0x153)](process[_0x295723(0x12f)](),_0x247269[_0x295723(0x149)]))){if(_0x247269[_0x295723(0x126)](_0x247269[_0x295723(0x137)],_0x247269['vwXbd'])){if(_0x13a5cb['existsSync'](_0x202cee[_0x295723(0x153)](_0x19d1b4['cwd'](),_0x247269['pCqDn'])))_0x3e5c4e=_0x12bd6d[_0x295723(0x153)](_0x51bbce['cwd'](),_0x247269['pCqDn']);else _0x2da9ae[_0x295723(0x167)](_0x1a1119['join'](_0x3aa698[_0x295723(0x12f)](),_0x247269['XTyTF']))&&(_0x536355=_0x1d356a[_0x295723(0x153)](_0x463fbb['cwd'](),_0x247269[_0x295723(0x188)]));}else _0x176330=path[_0x295723(0x153)](process[_0x295723(0x12f)](),_0x247269[_0x295723(0x149)]);}else fs[_0x295723(0x167)](path['join'](process['cwd'](),_0x247269[_0x295723(0x188)]))&&(_0x247269['dGTMP'](_0x247269['cBDCk'],_0x247269['YBeMu'])?(_0x421a30=_0x43207d[_0x295723(0x153)](_0x448a61['cwd'](),_0x2fcf23['c']),_0x4c7434['slice'](_0x237636,0x2)):_0x176330=path[_0x295723(0x153)](process[_0x295723(0x12f)](),_0x247269['XTyTF']));}else _0x5909fe['info'](_0x247269[_0x295723(0x128)]);}}return _0x176330;};async function run(_0x16a973,_0x10c159){const _0x157316=a1_0x2b66b0,_0x5d41b8={'rzvOO':_0x157316(0x133),'PxpZe':_0x157316(0x10b),'kcOpZ':function(_0x516c52,_0x141c06){return _0x516c52===_0x141c06;},'Cnzuj':_0x157316(0x141),'UQlKs':function(_0x3f1ef1,_0x72d69e){return _0x3f1ef1+_0x72d69e;},'kHUhT':_0x157316(0x175),'hGYez':_0x157316(0x171),'urUOh':_0x157316(0x113),'NtCSt':_0x157316(0x168),'GHZKq':_0x157316(0x177),'SmJel':function(_0x2d08f7,_0x23d555){return _0x2d08f7+_0x23d555;},'GmBPh':function(_0x1f35ad,_0x14a891){return _0x1f35ad!==_0x14a891;},'jozLx':_0x157316(0x15d),'SUeqy':_0x157316(0x119),'XgMca':'iDHZR','BUTgP':_0x157316(0x134),'Utatg':_0x157316(0x174),'MTmRP':'Passed\x20:\x20','wtpay':function(_0x34b788,_0x28a382){return _0x34b788===_0x28a382;},'EJSOd':_0x157316(0x101),'wBEuN':_0x157316(0x194),'rEwrH':_0x157316(0x15e),'gfUpb':function(_0x20ba0b,_0x5c9038,_0x116d0a){return _0x20ba0b(_0x5c9038,_0x116d0a);},'BywHR':function(_0x57e715,_0x201c23){return _0x57e715!==_0x201c23;},'KqMiQ':'HFkRX','ldcSV':function(_0x3c98d9,_0x5b9f05){return _0x3c98d9(_0x5b9f05);},'KeamR':'LmwJV','hLzUc':'ZziNl','YynqE':_0x157316(0x181),'aSPbS':_0x157316(0x127),'nmgHu':_0x157316(0x189),'REzmy':function(_0x368d6f,_0x41fd93){return _0x368d6f*_0x41fd93;},'PfuRS':_0x157316(0x14b),'kzZaV':_0x157316(0x18d),'uAnGz':function(_0x136109,_0x572ec4){return _0x136109===_0x572ec4;},'vQpGU':_0x157316(0x11c),'aVAQU':_0x157316(0x13c),'ajpYZ':function(_0x11b769){return _0x11b769();}},_0x2d6567=new BrowserStackSetup(_0x16a973,_0x5d41b8[_0x157316(0x102)]);await _0x2d6567[_0x157316(0x156)](),await helper['handleApp'](_0x2d6567['config']);if(!_0x2d6567[_0x157316(0x175)])return;const _0x3c07d7=_0x5d41b8[_0x157316(0x15b)](getUserCodeceptJSConfigs,_0x16a973,_0x10c159);let _0x52bc98={};if(_0x3c07d7){if(_0x5d41b8[_0x157316(0x182)](_0x5d41b8[_0x157316(0x136)],_0x5d41b8[_0x157316(0x136)])){if(_0x1e3bdd)_0x5ad35b[_0x157316(0x11a)](_0x3c0b95[_0x157316(0x120)](_0x16916b[_0x157316(0x175)],_0x5d41b8['rzvOO'],_0x9c18b9));else _0x128a78[_0x157316(0x11a)](_0x2a7a52[_0x157316(0x13d)](_0x3f8fae[_0x157316(0x175)],_0x5d41b8[_0x157316(0x102)],_0x319ee9));}else logger[_0x157316(0x176)](_0x157316(0x114)+_0x3c07d7),_0x52bc98=_0x5d41b8[_0x157316(0x11f)](require,_0x3c07d7);}else _0x5d41b8[_0x157316(0x125)](_0x5d41b8[_0x157316(0x163)],_0x5d41b8[_0x157316(0x107)])?_0x1db8e=_0x348178[_0x157316(0x12c)](_0xdd6cf8=>_0xdd6cf8=='-c'):logger['info'](_0x5d41b8['YynqE']);let _0xa0b347=helper['useW3C'](_0x2d6567['config']);const _0x440b59=[];_0x2d6567['config'][_0x157316(0x106)]['forEach']((_0x9be84a,_0x3e8cc8)=>{const _0x1984a7=_0x157316,_0x1aa45a={};_0x1aa45a[_0x1984a7(0x12a)]=_0x5d41b8[_0x1984a7(0x135)];const _0x12701b=_0x1aa45a;if(_0x5d41b8[_0x1984a7(0x125)](_0x5d41b8['Cnzuj'],_0x5d41b8[_0x1984a7(0x100)])){if(_0xa0b347)_0x440b59[_0x1984a7(0x11a)](helper[_0x1984a7(0x120)](_0x2d6567[_0x1984a7(0x175)],_0x5d41b8[_0x1984a7(0x102)],_0x3e8cc8));else _0x440b59['push'](helper[_0x1984a7(0x13d)](_0x2d6567[_0x1984a7(0x175)],_0x5d41b8[_0x1984a7(0x102)],_0x3e8cc8));}else _0x122b39[_0x1984a7(0x129)](_0x12701b[_0x1984a7(0x12a)],_0x20d595[_0x1984a7(0x162)]);});const _0xa7b2b1={},_0x545c77=[];_0x440b59[_0x157316(0x143)](_0x2cad8f=>{const _0x128750=_0x157316,_0x6dac4c={'vrgcL':function(_0x25f9ec,_0x558c8e){const _0x46a512=a1_0x5a5d;return _0x5d41b8[_0x46a512(0x193)](_0x25f9ec,_0x558c8e);},'OUfxQ':_0x5d41b8['kHUhT'],'UsXOj':_0x5d41b8[_0x128750(0x166)],'GtmQA':_0x5d41b8[_0x128750(0x151)]};if(_0x5d41b8['kcOpZ'](_0x5d41b8[_0x128750(0x18f)],_0x5d41b8[_0x128750(0x159)])){let _0x29a3f6=_0x6dac4c['vrgcL'](_0x53fa30[_0x128750(0x16a)](_0x1a28fa,'_'),'_'+_0x408386[_0x128750(0x121)]());const _0x5cf858={};_0x5cf858[_0x128750(0x13f)]=_0x45fa3d;const _0x84b537=_0x5cf858;_0x2e9d0a[_0x29a3f6]=_0x10db31[_0x6dac4c[_0x128750(0x140)]][_0x6dac4c[_0x128750(0x190)]][_0x6dac4c[_0x128750(0x186)]]?_0x496839[_0x128750(0x12e)](_0x84b537,_0x3718a5[_0x6dac4c[_0x128750(0x140)]][_0x6dac4c[_0x128750(0x190)]][_0x6dac4c['GtmQA']]):_0x84b537,_0x3f52df[_0x128750(0x11a)](_0x29a3f6);}else{let _0x897598=_0x5d41b8[_0x128750(0x144)](helper['getPlatformName'](_0x2cad8f,'_'),'_'+Date[_0x128750(0x121)]());const _0x964691={};_0x964691['desiredCapabilities']=_0x2cad8f;const _0x5ec313=_0x964691;_0xa7b2b1[_0x897598]=_0x52bc98[_0x5d41b8[_0x128750(0x185)]][_0x5d41b8[_0x128750(0x166)]][_0x5d41b8['urUOh']]?helper[_0x128750(0x12e)](_0x5ec313,_0x52bc98[_0x5d41b8[_0x128750(0x185)]][_0x5d41b8[_0x128750(0x166)]][_0x5d41b8['urUOh']]):_0x5ec313,_0x545c77['push'](_0x897598);}});const _0x7ffdbb={};_0x7ffdbb[_0x157316(0x191)]=_0x3c07d7;const _0x4163cb=_0x7ffdbb,_0x25da23=path[_0x157316(0x153)](__dirname,_0x5d41b8[_0x157316(0x152)]),_0x3ed0e7=process[_0x157316(0x12f)]();process[_0x157316(0x15c)][_0x5d41b8['nmgHu']]=_0x3ed0e7,process[_0x157316(0x14e)](path[_0x157316(0x17a)](_0x3c07d7));const _0x21ba96=new CodeceptJS[(_0x157316(0x147))](null,_0x4163cb),_0x530e62=_0x21ba96[_0x157316(0x173)](_0x5d41b8[_0x157316(0x10f)](_0x2d6567[_0x157316(0x175)][_0x157316(0x10e)],_0x2d6567[_0x157316(0x175)][_0x157316(0x106)]['length'])),_0x57b400=_0x545c77[_0x157316(0x187)](_0x232f5c=>{const _0x93efa7=_0x157316;if(_0x5d41b8['GmBPh'](_0x5d41b8['jozLx'],_0x5d41b8[_0x93efa7(0x184)])){const _0x4ad9f5=_0x5a6e9f[_0x93efa7(0x11d)]();_0x4ad9f5[_0x93efa7(0x17e)](_0x3ed86c),_0x4ad9f5[_0x93efa7(0x122)](_0x142db0);}else{const _0x4b9f43={..._0xa7b2b1[_0x232f5c]},_0x4c9d22={};_0x4c9d22['WebDriver']=_0x4b9f43;const _0x138b6e={};_0x138b6e[_0x93efa7(0x16b)]=_0x25da23,_0x138b6e[_0x93efa7(0x13b)]=!![],_0x138b6e['skipSessionName']=_0x2d6567[_0x93efa7(0x175)][_0x93efa7(0x16f)][_0x93efa7(0x150)];const _0x14cc86={};_0x14cc86[_0x93efa7(0x111)]=_0x138b6e;const _0x726be7={};return _0x726be7[_0x93efa7(0x171)]=_0x4c9d22,_0x726be7[_0x93efa7(0x112)]=_0x14cc86,_0x726be7;}});for(const _0x2895f8 of _0x57b400){if(_0x5d41b8[_0x157316(0x164)](_0x5d41b8[_0x157316(0x17f)],_0x5d41b8[_0x157316(0x11e)]))for(let _0x4e2083 of _0x530e62){if(_0x5d41b8[_0x157316(0x123)](_0x5d41b8[_0x157316(0x16d)],_0x5d41b8['aVAQU']))_0x7e157e=_0x353d3c[_0x157316(0x153)](_0x1dd000[_0x157316(0x12f)](),_0x47c3c6['config']),_0x22fd63['slice'](_0x38a81a,0x2);else{const _0xf7a427=_0x21ba96[_0x157316(0x11d)]();_0xf7a427[_0x157316(0x17e)](_0x4e2083),_0xf7a427[_0x157316(0x122)](_0x2895f8);}}else{const _0x289e87={..._0x120ce0[_0x10f613]},_0x11c513={};_0x11c513[_0x157316(0x113)]=_0x289e87;const _0x35d080={};_0x35d080[_0x157316(0x16b)]=_0x42fe81,_0x35d080['enabled']=!![],_0x35d080[_0x157316(0x150)]=_0x139515[_0x157316(0x175)][_0x157316(0x16f)][_0x157316(0x150)];const _0x3742a2={};_0x3742a2['BrowserStackPlugin']=_0x35d080;const _0x58e9e4={};return _0x58e9e4['helpers']=_0x11c513,_0x58e9e4[_0x157316(0x112)]=_0x3742a2,_0x58e9e4;}}_0x21ba96['on'](CodeceptJS[_0x157316(0x132)]['test'][_0x157316(0x124)],(_0x11fd80,_0x3a4007)=>{const _0xa0e64e=_0x157316;_0x5d41b8['kcOpZ'](_0x5d41b8[_0xa0e64e(0x17b)],_0x5d41b8['BUTgP'])?_0x5e9ac9['log'](_0x5d41b8[_0xa0e64e(0x10d)],_0x5c6031['title']):console[_0xa0e64e(0x129)](_0x5d41b8[_0xa0e64e(0x10d)],_0x11fd80[_0xa0e64e(0x162)]);}),_0x21ba96['on'](CodeceptJS[_0x157316(0x132)][_0x157316(0x17d)][_0x157316(0x139)],async _0x1e23ab=>{const _0x22524f=_0x157316;if(_0x5d41b8['GmBPh'](_0x5d41b8[_0x22524f(0x161)],_0x5d41b8[_0x22524f(0x161)]))for(let _0x129f0a of _0x252610){const _0x40ddb7=_0x39a1cb['spawn']();_0x40ddb7[_0x22524f(0x17e)](_0x129f0a),_0x40ddb7['addConfig'](_0x45c0ae);}else console[_0x22524f(0x129)](_0x5d41b8['MTmRP'],_0x1e23ab[_0x22524f(0x162)]);}),_0x21ba96['on'](CodeceptJS[_0x157316(0x132)]['test'][_0x157316(0x155)],async _0x1d3bb8=>{const _0x92ae98=_0x157316;_0x5d41b8[_0x92ae98(0x17c)](_0x5d41b8['EJSOd'],_0x5d41b8[_0x92ae98(0x13e)])?console['log'](_0x5d41b8[_0x92ae98(0x135)],_0x1d3bb8[_0x92ae98(0x162)]):_0x3d9cdc['printResults']();}),_0x21ba96['on'](CodeceptJS[_0x157316(0x132)][_0x157316(0x109)]['result'],async()=>{const _0x9f3114=_0x157316;_0x5d41b8['kcOpZ'](_0x5d41b8[_0x9f3114(0x15a)],_0x5d41b8[_0x9f3114(0x172)])?_0x53e8ad[_0x9f3114(0x129)](_0x5d41b8[_0x9f3114(0x116)],_0x428b68[_0x9f3114(0x162)]):_0x21ba96['printResults']();});async function _0x3d367a(){const _0x4bd141=_0x157316;try{await _0x21ba96[_0x4bd141(0x16c)](),await _0x21ba96[_0x4bd141(0x146)]();}finally{process[_0x4bd141(0x14e)](_0x3ed0e7),await _0x21ba96[_0x4bd141(0x179)]();}}_0x5d41b8[_0x157316(0x158)](_0x3d367a);}function a1_0x5a5d(_0x4648eb,_0x14cd75){const _0xd52cdf=a1_0xd52c();return a1_0x5a5d=function(_0x5a5da3,_0x415edc){_0x5a5da3=_0x5a5da3-0x100;let _0x5b5179=_0xd52cdf[_0x5a5da3];return _0x5b5179;},a1_0x5a5d(_0x4648eb,_0x14cd75);}module[a1_0x2b66b0(0x192)]=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_0x3cb81e=a2_0x1c19;(function(_0x518e05,_0x5cdccb){const _0x1d81d1=a2_0x1c19,_0x27a8d3=_0x518e05();while(!![]){try{const _0x12c986=parseInt(_0x1d81d1(0xeb))/0x1+parseInt(_0x1d81d1(0x86))/0x2+-parseInt(_0x1d81d1(0xa7))/0x3+parseInt(_0x1d81d1(0x98))/0x4+-parseInt(_0x1d81d1(0x74))/0x5+parseInt(_0x1d81d1(0x88))/0x6+-parseInt(_0x1d81d1(0x80))/0x7;if(_0x12c986===_0x5cdccb)break;else _0x27a8d3['push'](_0x27a8d3['shift']());}catch(_0x500431){_0x27a8d3['push'](_0x27a8d3['shift']());}}}(a2_0x1fc2,0x6f11b));function a2_0x1fc2(){const _0x4f3c40=['yYPrU','initialize','stepsFailed','then','getPlatformName','nnZRx','nOdTG','niULK','MCtkr','BmmnA','Qhljl','SbEbV','jtMwe','ubTVS','2329110QsgXNk','ShAvy','proxySettings','wvHTV','\x20skipped','debug','ZmFPP','modifyBrowserStackW3CCaps','tmp','aGGHu','xFWyK','../../helpers/helper','5785087DqJqmZ','WYmOt','browserStackLogLevel','cyan','iqhrx','****\x20RESULTS\x20****','1491294dOEDJH','\x20passed','3505692CBQWsa','TAGnx','uNhhx','GcICr','SkUfF','red','cTSGy','\x20scenarios','yellow','mtTNH','unaYe','HLnIg','xmrYg','SyLXW','../test-runner','qvOxC','261152ajJrpO','dhwfv','\x20steps','yVFdY','XCQSv','../utils/constants','cPGsT','MpSyZ','argv','maxWorkers','length','splice','parallelsPerPlatform','SddeA','Ioutf','860307ZkTWiH','UcMiX','bold','\x20failed','xYRCq','lzphY','scenarios','uelJj','getErrorMessageFromResults','nhohn','Generating\x20consolidated\x20report...','jPwki','scenariosFailed','stepsUnknown','path','wLzrF','handleApp','kfsMW','nXTGC','uxqBM','iQnJg','exports','chalk','DfloX','mergeOutputFiles','CGhEe','config','qlESg','JQHzn','obNzv','removeDir','server','jvcXS','wvexH','modifyBrowserStackCaps','dxVvt','BtSYb','forEach','testContextOptions','steps','cucumber','Mpxrx','jRAPh','qSsrx','JpMfY','../../helpers/logger','winstonLogger','fpFbb','jiujG','Removing\x20tmp\x20directory\x20created\x20for\x20reports','KHeUc','RcQdM','gPtGN','YVNOf','skipSessionName','SjhgT','../../helpers/BrowserStackSetup','stepsPending','join','\x20ambiguous','kzvcX','tLMbp','stepsAmbiguous','UldbS','finally','exitCode','HRHXC','green','638754rDmlte','rSoYd','log','MHzRU','KvRew','stepsUndefined','XsPdK','NLFaB','dPHsN','ZDDos','TkOUR','KrnLO','KRXyk','LNpKM','aUsic','VAAGw','wXKJO','parseFormatters','\x20pending','createDir','xWFLO','push','XhtDR','UlVPU','bwZyw'];a2_0x1fc2=function(){return _0x4f3c40;};return a2_0x1fc2();}const fs=require('fs'),path=require(a2_0x3cb81e(0xb5)),logger=require(a2_0x3cb81e(0xd4))[a2_0x3cb81e(0xd5)],{default:BrowserStackSetup}=require(a2_0x3cb81e(0xdf)),helper=require(a2_0x3cb81e(0x7f)),constants=require(a2_0x3cb81e(0x9d)),{parallelCucumberRun}=require(a2_0x3cb81e(0x96)),chalk=require(a2_0x3cb81e(0xbd));function a2_0x1c19(_0x4286e4,_0x477bd8){const _0x1fc293=a2_0x1fc2();return a2_0x1c19=function(_0x1c197f,_0x3cd62d){_0x1c197f=_0x1c197f-0x67;let _0x42204a=_0x1fc293[_0x1c197f];return _0x42204a;},a2_0x1c19(_0x4286e4,_0x477bd8);}function printCucumberStats(_0x1a0aa2){const _0x265b17=a2_0x3cb81e,_0x110cf4={};_0x110cf4[_0x265b17(0x6c)]='Generating\x20consolidated\x20report...',_0x110cf4[_0x265b17(0xb6)]=_0x265b17(0xd8),_0x110cf4['nXTGC']=_0x265b17(0xcf),_0x110cf4[_0x265b17(0x77)]=function(_0x5e9a7f,_0x365887){return _0x5e9a7f-_0x365887;},_0x110cf4[_0x265b17(0xda)]=function(_0x19cba5,_0x5350a1){return _0x19cba5>=_0x5350a1;},_0x110cf4[_0x265b17(0xff)]=function(_0x184db7,_0x3b718e){return _0x184db7===_0x3b718e;},_0x110cf4[_0x265b17(0xee)]=_0x265b17(0xc4),_0x110cf4[_0x265b17(0xe9)]='HlpDw',_0x110cf4[_0x265b17(0xe3)]=function(_0x322eca,_0x1f5714){return _0x322eca>_0x1f5714;},_0x110cf4['aUsic']=function(_0x24ef49,_0xec6787){return _0x24ef49-_0xec6787;},_0x110cf4[_0x265b17(0xc7)]=function(_0x2dc9cc,_0x2fdf06){return _0x2dc9cc>_0x2fdf06;},_0x110cf4[_0x265b17(0xc2)]=function(_0xea435a,_0x5ce661){return _0xea435a>_0x5ce661;},_0x110cf4[_0x265b17(0xc8)]=function(_0x3c9766,_0x5191ee){return _0x3c9766!==_0x5191ee;},_0x110cf4['jRAPh']=_0x265b17(0x9c),_0x110cf4[_0x265b17(0xa5)]=_0x265b17(0x7d),_0x110cf4['XsPdK']=function(_0x16abe2,_0x50b22c){return _0x16abe2>_0x50b22c;},_0x110cf4[_0x265b17(0xd6)]=_0x265b17(0x89),_0x110cf4[_0x265b17(0x6d)]=_0x265b17(0xb8),_0x110cf4['ZDDos']=function(_0x2c4abe,_0x2be4e4){return _0x2c4abe>_0x2be4e4;},_0x110cf4['xmrYg']=function(_0x37dbab,_0x42bf7e){return _0x37dbab!==_0x42bf7e;},_0x110cf4[_0x265b17(0x9b)]=_0x265b17(0x8b),_0x110cf4[_0x265b17(0x103)]=_0x265b17(0xa6),_0x110cf4[_0x265b17(0x75)]=function(_0xec328,_0x83c111){return _0xec328>_0x83c111;},_0x110cf4[_0x265b17(0xef)]=function(_0x8b6cf4,_0x22ca43){return _0x8b6cf4===_0x22ca43;},_0x110cf4[_0x265b17(0xae)]=_0x265b17(0xcb),_0x110cf4[_0x265b17(0x6f)]=function(_0x55ed81,_0x18f128){return _0x55ed81>_0x18f128;},_0x110cf4[_0x265b17(0x6b)]=function(_0x57d348,_0x385f34){return _0x57d348===_0x385f34;},_0x110cf4['dPHsN']='ZXbZM',_0x110cf4[_0x265b17(0xdb)]=_0x265b17(0xf7),_0x110cf4[_0x265b17(0xdc)]=function(_0xc700ec,_0x1645f7){return _0xc700ec>_0x1645f7;},_0x110cf4[_0x265b17(0x102)]=_0x265b17(0xbb),_0x110cf4[_0x265b17(0xd3)]=function(_0x3261b8,_0x4c4695){return _0x3261b8>_0x4c4695;},_0x110cf4['dxVvt']=_0x265b17(0xc0),_0x110cf4[_0x265b17(0x8a)]=_0x265b17(0x7e),_0x110cf4[_0x265b17(0xab)]=function(_0x33ee11,_0x2f0926){return _0x33ee11>_0x2f0926;},_0x110cf4[_0x265b17(0xbe)]=_0x265b17(0xc3),_0x110cf4[_0x265b17(0x101)]=function(_0x4be335,_0x27ab4a){return _0x4be335!==_0x27ab4a;},_0x110cf4[_0x265b17(0xb0)]=_0x265b17(0xec),_0x110cf4[_0x265b17(0xd7)]=function(_0x48c2c5,_0x1e6f46){return _0x48c2c5+_0x1e6f46;},_0x110cf4[_0x265b17(0xf5)]=function(_0x41b88e,_0x5a48d1){return _0x41b88e+_0x5a48d1;},_0x110cf4['jtMwe']=function(_0x40a200,_0x3cf8ac){return _0x40a200+_0x3cf8ac;},_0x110cf4[_0x265b17(0x93)]=function(_0x972a6b,_0x22823e){return _0x972a6b+_0x22823e;},_0x110cf4[_0x265b17(0xe4)]=function(_0x269cd7,_0x3401b6){return _0x269cd7+_0x3401b6;},_0x110cf4[_0x265b17(0xb2)]=function(_0x453131,_0x3a3295){return _0x453131+_0x3a3295;},_0x110cf4[_0x265b17(0x9e)]=function(_0x19a909,_0x4c6c4b){return _0x19a909==_0x4c6c4b;},_0x110cf4[_0x265b17(0x7a)]=_0x265b17(0x97),_0x110cf4[_0x265b17(0xa8)]='lPiqF',_0x110cf4[_0x265b17(0xf2)]=function(_0x486ffc,_0x1334ee){return _0x486ffc==_0x1334ee;},_0x110cf4[_0x265b17(0x9f)]=_0x265b17(0x85);const _0x1fc7c7=_0x110cf4;let _0x5e7824=0x0;if(_0x1fc7c7[_0x265b17(0xf2)](_0x1a0aa2[_0x265b17(0xa2)],0x0))return _0x5e7824;return console[_0x265b17(0xed)](chalk[_0x265b17(0xa9)]['bgWhite'](_0x1fc7c7['MpSyZ'])),_0x1a0aa2[_0x265b17(0xcc)](_0x2dac40=>{const _0x3d15f6=_0x265b17,_0x2cb485={'LNpKM':function(_0x3cadc2,_0x5da056){const _0x83ba09=a2_0x1c19;return _0x1fc7c7[_0x83ba09(0x77)](_0x3cadc2,_0x5da056);},'SjhgT':function(_0x43c0b2,_0x1db1e8){const _0x5222c3=a2_0x1c19;return _0x1fc7c7[_0x5222c3(0xda)](_0x43c0b2,_0x1db1e8);}};if(_0x1fc7c7[_0x3d15f6(0xff)](_0x1fc7c7[_0x3d15f6(0xee)],_0x1fc7c7[_0x3d15f6(0xe9)]))_0x14f76f[_0x3d15f6(0x100)](''+_0x2b767d['bold'][_0x3d15f6(0x83)](_0x1147e4+_0x3d15f6(0x78)));else{let _0x4e7579=_0x2dac40[0x0],_0xf97dbe=_0x2dac40[0x1];console['log']('\x0a'+chalk[_0x3d15f6(0xa9)][_0x3d15f6(0x90)](''+helper[_0x3d15f6(0x6a)](_0x4e7579)));let _0x316a27=_0xf97dbe[_0x3d15f6(0xad)],_0x20efe3=_0xf97dbe[_0x3d15f6(0xce)],_0x973f7a=_0xf97dbe[_0x3d15f6(0xb3)],_0x486931=_0xf97dbe[_0x3d15f6(0x68)],_0x227125=_0xf97dbe['stepsPassed'],_0x3cadb2=_0xf97dbe['stepsSkipped'],_0x57cdb7=_0xf97dbe[_0x3d15f6(0xe0)],_0x445794=_0xf97dbe[_0x3d15f6(0xf0)],_0x3c4d26=_0xf97dbe[_0x3d15f6(0xb4)],_0xd4358e=_0xf97dbe[_0x3d15f6(0xe5)],_0x2f8ce8=_0xf97dbe['processSuccess'],_0x2d1fc7=_0x316a27+_0x3d15f6(0x8f);const _0x3a56d0=_0x1fc7c7[_0x3d15f6(0xe3)](_0x1fc7c7[_0x3d15f6(0x77)](_0x316a27,_0x973f7a),0x0)?_0x1fc7c7[_0x3d15f6(0xf9)](_0x316a27,_0x973f7a):0x0;if(_0x1fc7c7[_0x3d15f6(0xc7)](_0x973f7a,0x0)&&_0x1fc7c7[_0x3d15f6(0xc2)](_0x3a56d0,0x0))_0x1fc7c7[_0x3d15f6(0xc8)](_0x1fc7c7[_0x3d15f6(0xd1)],_0x1fc7c7[_0x3d15f6(0xa5)])?_0x2d1fc7+='\x20('+chalk['bold']['red'](_0x973f7a+_0x3d15f6(0xaa))+',\x20'+chalk[_0x3d15f6(0xa9)][_0x3d15f6(0xea)](_0x3a56d0+_0x3d15f6(0x87))+')':_0x4759a6+='\x20('+_0x36bd83[_0x3d15f6(0xa9)][_0x3d15f6(0x8d)](_0x3c9627+_0x3d15f6(0xaa))+',\x20'+_0x41ad41[_0x3d15f6(0xa9)][_0x3d15f6(0xea)](_0x4dc53e+'\x20passed')+')';else(_0x1fc7c7[_0x3d15f6(0xc7)](_0x973f7a,0x0)||_0x1fc7c7[_0x3d15f6(0xf1)](_0x3a56d0,0x0))&&(_0x1fc7c7[_0x3d15f6(0xff)](_0x1fc7c7[_0x3d15f6(0xd6)],_0x1fc7c7[_0x3d15f6(0x6d)])?(_0x4454cc[_0x3d15f6(0x79)](_0x1fc7c7[_0x3d15f6(0x6c)]),_0x10b1b4['mergeOutputFiles'](_0x4b2988,_0x539ff9),_0x51914d[_0x3d15f6(0x79)](_0x1fc7c7[_0x3d15f6(0xb6)]),_0x2f8f80[_0x3d15f6(0xc5)](_0xb457ae)):_0x2d1fc7+=_0x1fc7c7[_0x3d15f6(0xf4)](_0x973f7a,0x0)?'\x20('+chalk[_0x3d15f6(0xa9)][_0x3d15f6(0x8d)](_0x973f7a+_0x3d15f6(0xaa))+')':'\x20('+chalk['bold'][_0x3d15f6(0xea)](_0x3a56d0+_0x3d15f6(0x87))+')');let _0x30d637=_0x20efe3+_0x3d15f6(0x9a),_0x22eb0d=[];_0x1fc7c7['ZDDos'](_0xd4358e,0x0)&&(_0x1fc7c7[_0x3d15f6(0x94)](_0x1fc7c7[_0x3d15f6(0x9b)],_0x1fc7c7[_0x3d15f6(0x103)])?_0x22eb0d[_0x3d15f6(0x100)](''+chalk[_0x3d15f6(0xa9)][_0x3d15f6(0x8d)](_0xd4358e+_0x3d15f6(0xe2))):_0x5dd4f1[_0x3d15f6(0x100)](''+_0x2441c8[_0x3d15f6(0xa9)]['yellow'](_0x3c3a95+_0x3d15f6(0xfd))));_0x1fc7c7[_0x3d15f6(0x75)](_0x486931,0x0)&&(_0x1fc7c7['KvRew'](_0x1fc7c7[_0x3d15f6(0xae)],_0x1fc7c7[_0x3d15f6(0xae)])?_0x22eb0d['push'](''+chalk['bold']['red'](_0x486931+_0x3d15f6(0xaa))):_0x230000[_0x3d15f6(0xa3)](_0x158cce[_0x22bbdc],0x2));_0x1fc7c7[_0x3d15f6(0x6f)](_0x227125,0x0)&&(_0x1fc7c7[_0x3d15f6(0x6b)](_0x1fc7c7[_0x3d15f6(0xf3)],_0x1fc7c7[_0x3d15f6(0xdb)])?_0x12d25e[_0x3d15f6(0x100)](''+_0xa4c118[_0x3d15f6(0xa9)][_0x3d15f6(0x8d)](_0x2077ce+_0x3d15f6(0xaa))):_0x22eb0d['push'](''+chalk[_0x3d15f6(0xa9)][_0x3d15f6(0xea)](_0x227125+'\x20passed')));if(_0x1fc7c7[_0x3d15f6(0xdc)](_0x57cdb7,0x0)){if(_0x1fc7c7['wvexH'](_0x1fc7c7[_0x3d15f6(0x102)],_0x1fc7c7[_0x3d15f6(0x102)])){_0x542b2b[_0x3d15f6(0xfe)](_0x370e02);for(let _0x757287=_0x2cb485[_0x3d15f6(0xf8)](_0x443efc[_0x3d15f6(0xa2)],0x1);_0x2cb485[_0x3d15f6(0xde)](_0x757287,0x0);_0x757287--){_0xd2ae27[_0x3d15f6(0xa3)](_0x5628b8[_0x757287],0x2);}}else _0x22eb0d[_0x3d15f6(0x100)](''+chalk[_0x3d15f6(0xa9)]['yellow'](_0x57cdb7+_0x3d15f6(0xfd)));}_0x1fc7c7['JpMfY'](_0x3cadb2,0x0)&&(_0x1fc7c7[_0x3d15f6(0xff)](_0x1fc7c7[_0x3d15f6(0xca)],_0x1fc7c7[_0x3d15f6(0x8a)])?_0x285f0e[_0x3d15f6(0x100)](''+_0x3482ab[_0x3d15f6(0xa9)][_0x3d15f6(0x8d)](_0x85b71c+'\x20ambiguous')):_0x22eb0d['push'](''+chalk[_0x3d15f6(0xa9)]['cyan'](_0x3cadb2+_0x3d15f6(0x78))));if(_0x1fc7c7['xYRCq'](_0x445794,0x0)){if(_0x1fc7c7['wvexH'](_0x1fc7c7[_0x3d15f6(0xbe)],_0x1fc7c7[_0x3d15f6(0xbe)])){if(_0x5cba11)_0x2eea05[_0x3d15f6(0x100)](_0x2e1e19[_0x3d15f6(0x7b)](_0xad0b7d[_0x3d15f6(0xc1)],_0x1fc7c7[_0x3d15f6(0xb9)],_0x2a3820));else _0x5eb8d2[_0x3d15f6(0x100)](_0x21d335['modifyBrowserStackCaps'](_0x96d0f9['config'],_0x1fc7c7[_0x3d15f6(0xb9)],_0x37a475));}else _0x22eb0d[_0x3d15f6(0x100)](''+chalk[_0x3d15f6(0xa9)]['yellow'](_0x445794+'\x20undefined'));}_0x1fc7c7[_0x3d15f6(0xdc)](_0x3c4d26,0x0)&&(_0x1fc7c7[_0x3d15f6(0x101)](_0x1fc7c7[_0x3d15f6(0xb0)],_0x1fc7c7[_0x3d15f6(0xb0)])?_0x2747d3=0x1:_0x22eb0d[_0x3d15f6(0x100)](''+chalk['bold'][_0x3d15f6(0x90)](_0x3c4d26+_0x3d15f6(0x78))));const _0x12cb4a=_0x1fc7c7[_0x3d15f6(0xd7)](_0x1fc7c7[_0x3d15f6(0xf5)](_0x1fc7c7[_0x3d15f6(0x72)](_0x30d637,'('),_0x22eb0d['join'](',\x20')),')');console['log'](_0x1fc7c7[_0x3d15f6(0x93)](_0x1fc7c7['tLMbp'](_0x1fc7c7[_0x3d15f6(0xf5)](_0x1fc7c7[_0x3d15f6(0xb2)]('\x0a',_0x2d1fc7),'\x0a'),_0x12cb4a),'\x0a')),_0x1fc7c7[_0x3d15f6(0x9e)](_0x2f8ce8,![])&&(_0x1fc7c7['xmrYg'](_0x1fc7c7[_0x3d15f6(0x7a)],_0x1fc7c7[_0x3d15f6(0xa8)])?_0x5e7824=0x1:_0x4809b7[_0x3d15f6(0x100)](''+_0x13231b[_0x3d15f6(0xa9)][_0x3d15f6(0xea)](_0x281faf+_0x3d15f6(0x87))));}}),_0x5e7824;}async function run(_0x5a7bd1,_0x35399e){const _0x5237c2=a2_0x3cb81e,_0x5bcd82={'SbEbV':function(_0xb6465f,_0x3075e0){return _0xb6465f!==_0x3075e0;},'iqhrx':_0x5237c2(0xba),'vmyaA':_0x5237c2(0xf6),'WYmOt':_0x5237c2(0xcf),'VAAGw':function(_0x3166c7,_0x2eb834){return _0x3166c7>_0x2eb834;},'yYPrU':function(_0x11febb,_0x2fcc5c){return _0x11febb(_0x2fcc5c);},'Qhljl':function(_0x136c2c,_0x13f191){return _0x136c2c>_0x13f191;},'lzphY':_0x5237c2(0xb1),'cTSGy':_0x5237c2(0xd8),'Mpxrx':function(_0x131ef1,_0x26fe75){return _0x131ef1>_0x26fe75;},'wXKJO':_0x5237c2(0xe6),'mtTNH':'cucumber-js','ubTVS':_0x5237c2(0x7c),'KsAdh':function(_0x57ed1b,_0xfd78f2){return _0x57ed1b>_0xfd78f2;},'qSsrx':_0x5237c2(0x95),'SkUfF':function(_0x1dfeda,_0xbe9566){return _0x1dfeda-_0xbe9566;},'unaYe':function(_0x9a73a1,_0x46c28a){return _0x9a73a1>=_0x46c28a;},'MCtkr':function(_0x5df5aa,_0x494a17){return _0x5df5aa===_0x494a17;},'dhwfv':_0x5237c2(0xd9),'KnHOb':function(_0x2cd592,_0x26da2b,_0x29c8be,_0x20770f,_0x147b6a,_0x4823f8){return _0x2cd592(_0x26da2b,_0x29c8be,_0x20770f,_0x147b6a,_0x4823f8);}},_0x2591d1=new BrowserStackSetup(_0x5a7bd1,_0x5bcd82[_0x5237c2(0x91)]);await _0x2591d1[_0x5237c2(0x67)](),await helper[_0x5237c2(0xb7)](_0x2591d1[_0x5237c2(0xc1)]);const _0x35ceb9=[];if(!_0x2591d1[_0x5237c2(0xc1)])return;const _0x34099b=_0x2591d1[_0x5237c2(0xc1)][_0x5237c2(0xa4)];let _0xcb7797=helper['useW3C'](_0x2591d1[_0x5237c2(0xc1)]);_0x2591d1[_0x5237c2(0xc1)]['platforms']['forEach']((_0x2dbacc,_0x360015)=>{const _0x1e67ba=_0x5237c2;if(_0x5bcd82['SbEbV'](_0x5bcd82[_0x1e67ba(0x84)],_0x5bcd82['vmyaA'])){if(_0xcb7797)_0x35ceb9[_0x1e67ba(0x100)](helper['modifyBrowserStackW3CCaps'](_0x2591d1[_0x1e67ba(0xc1)],_0x5bcd82[_0x1e67ba(0x81)],_0x360015));else _0x35ceb9[_0x1e67ba(0x100)](helper[_0x1e67ba(0xc9)](_0x2591d1[_0x1e67ba(0xc1)],_0x5bcd82['WYmOt'],_0x360015));}else _0x3c88ea[_0x1e67ba(0x100)](''+_0x5ed027[_0x1e67ba(0xa9)][_0x1e67ba(0x90)](_0x15ad58+'\x20undefined'));});const _0x5b8d78={};_0x5b8d78[_0x5237c2(0xc6)]=constants['hubUrl'],_0x5b8d78[_0x5237c2(0x76)]=_0x2591d1[_0x5237c2(0xc1)][_0x5237c2(0x76)],_0x5b8d78[_0x5237c2(0xa1)]=_0x34099b,_0x5b8d78[_0x5237c2(0x82)]=_0x2591d1['config']['logLevel'],_0x5b8d78[_0x5237c2(0xdd)]=_0x2591d1[_0x5237c2(0xc1)][_0x5237c2(0xcd)]['skipSessionName'];let _0x1b63e5=_0x5b8d78,_0x443343=process[_0x5237c2(0xa0)],[_0x30b562,_0x317b74]=helper[_0x5237c2(0xfc)](_0x443343),_0x34dc08=path[_0x5237c2(0xe1)](process['cwd'](),_0x5bcd82[_0x5237c2(0x73)]);if(_0x5bcd82['KsAdh'](_0x317b74[_0x5237c2(0xa2)],0x0)){if(_0x5bcd82['SbEbV'](_0x5bcd82[_0x5237c2(0xd2)],_0x5bcd82[_0x5237c2(0xd2)]))_0x259c1b+=_0x5bcd82[_0x5237c2(0xfa)](_0x2c7bd5,0x0)?'\x20('+_0x35ec26['bold']['red'](_0x4ceecf+_0x5237c2(0xaa))+')':'\x20('+_0x330be2[_0x5237c2(0xa9)]['green'](_0x314e6f+_0x5237c2(0x87))+')';else{helper[_0x5237c2(0xfe)](_0x34dc08);for(let _0x318fa6=_0x5bcd82[_0x5237c2(0x8c)](_0x30b562[_0x5237c2(0xa2)],0x1);_0x5bcd82[_0x5237c2(0x92)](_0x318fa6,0x0);_0x318fa6--){_0x5bcd82[_0x5237c2(0x6e)](_0x5bcd82[_0x5237c2(0x99)],_0x5bcd82[_0x5237c2(0x99)])?_0x443343[_0x5237c2(0xa3)](_0x30b562[_0x318fa6],0x2):_0x34aad5[_0x5237c2(0x100)](''+_0x2d19d6[_0x5237c2(0xa9)][_0x5237c2(0x90)](_0x392b36+_0x5237c2(0x78)));}}}let _0x394d59;_0x5bcd82['KnHOb'](parallelCucumberRun,_0x35ceb9,_0x1b63e5,_0x2591d1['config'],_0x443343,_0x317b74)[_0x5237c2(0x69)](async _0x296cd6=>{const _0x45ef4e=_0x5237c2;_0x394d59=_0x296cd6;let _0x40ccc5=_0x5bcd82[_0x45ef4e(0x104)](printCucumberStats,_0x296cd6);process[_0x45ef4e(0xe8)]=_0x40ccc5;if(_0x5bcd82[_0x45ef4e(0xd0)](_0x317b74[_0x45ef4e(0xa2)],0x0)){if(_0x5bcd82[_0x45ef4e(0x71)](_0x5bcd82[_0x45ef4e(0xfb)],_0x5bcd82[_0x45ef4e(0xfb)])){_0x41b102=_0x22e3ba;let _0x5484da=_0x5bcd82['yYPrU'](_0x27c51e,_0x1047d3);_0x2b6ae9[_0x45ef4e(0xe8)]=_0x5484da,_0x5bcd82[_0x45ef4e(0x70)](_0x5a880e[_0x45ef4e(0xa2)],0x0)&&(_0x489463['debug'](_0x5bcd82[_0x45ef4e(0xac)]),_0xe5c533[_0x45ef4e(0xbf)](_0x711fdd,_0x54e9aa),_0x1c9e3d['debug'](_0x5bcd82[_0x45ef4e(0x8e)]),_0x45b828[_0x45ef4e(0xc5)](_0x24f2c3));}else logger[_0x45ef4e(0x79)](_0x5bcd82[_0x45ef4e(0xac)]),helper[_0x45ef4e(0xbf)](_0x34dc08,_0x317b74),logger[_0x45ef4e(0x79)](_0x5bcd82[_0x45ef4e(0x8e)]),helper[_0x45ef4e(0xc5)](_0x34dc08);}})[_0x5237c2(0xe7)](async()=>{const _0x8d76ff=_0x5237c2;_0x2591d1['errorMessage']=helper[_0x8d76ff(0xaf)](_0x394d59,_0x5bcd82[_0x8d76ff(0x81)]),await helper['finalExecution'](_0x2591d1);});}module[a2_0x3cb81e(0xbc)]=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_0x44dd(_0x496148,_0xc7fe3b){const _0x2ddcea=a3_0x2ddc();return a3_0x44dd=function(_0x44dda7,_0x1f92ea){_0x44dda7=_0x44dda7-0xca;let _0x2f56c5=_0x2ddcea[_0x44dda7];return _0x2f56c5;},a3_0x44dd(_0x496148,_0xc7fe3b);}const a3_0x29cbc2=a3_0x44dd;(function(_0xb91dc7,_0x3a9140){const _0x4eea31=a3_0x44dd,_0x2944d2=_0xb91dc7();while(!![]){try{const _0x58cdd9=-parseInt(_0x4eea31(0x11b))/0x1+parseInt(_0x4eea31(0x15a))/0x2+-parseInt(_0x4eea31(0xfe))/0x3*(parseInt(_0x4eea31(0xe6))/0x4)+parseInt(_0x4eea31(0x119))/0x5+parseInt(_0x4eea31(0x130))/0x6*(-parseInt(_0x4eea31(0x147))/0x7)+-parseInt(_0x4eea31(0x151))/0x8+parseInt(_0x4eea31(0x142))/0x9*(parseInt(_0x4eea31(0x11a))/0xa);if(_0x58cdd9===_0x3a9140)break;else _0x2944d2['push'](_0x2944d2['shift']());}catch(_0x2dfb0c){_0x2944d2['push'](_0x2944d2['shift']());}}}(a3_0x2ddc,0x9ab82));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x29cbc2(0xe1)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber');class BrowserstackFormatter extends Formatter{constructor(_0xffaf80){const _0x4b429a=a3_0x29cbc2,_0x18a34c={'osRLm':function(_0x19f8b1,_0x3bd93e){return _0x19f8b1!=_0x3bd93e;},'tBHDM':_0x4b429a(0x105),'mNNSf':function(_0x50290c,_0x8b6226){return _0x50290c+_0x8b6226;},'ZLDVv':function(_0x496269,_0x147545){return _0x496269+_0x147545;},'aSmMn':'\x20\x20\x20\x20','pGKpW':_0x4b429a(0xcb),'xlMBi':function(_0x5257ca,_0xc82fbb){return _0x5257ca==_0xc82fbb;},'NjchT':'FAILED','YAKSA':function(_0x2c32ed,_0x4f9845,_0xcdcebe){return _0x2c32ed(_0x4f9845,_0xcdcebe);},'XJzPv':_0x4b429a(0x136),'ccoiQ':_0x4b429a(0x13d),'NMhFN':function(_0xbd1cda,_0x40eb5e){return _0xbd1cda+_0x40eb5e;},'fVlzC':function(_0x1d81f7,_0x13bf08){return _0x1d81f7+_0x13bf08;},'erFxV':function(_0x265121,_0x1c7be0){return _0x265121+_0x1c7be0;},'NoClz':function(_0x12eb5b,_0x58795b){return _0x12eb5b+_0x58795b;},'mWanV':function(_0x8c4898,_0x31faf2,_0x527852){return _0x8c4898(_0x31faf2,_0x527852);},'WNOhr':function(_0x57463d,_0x55861d){return _0x57463d+_0x55861d;},'avZuY':function(_0x22ef91,_0x584579){return _0x22ef91+_0x584579;},'sBlwB':function(_0xc52a05,_0x385d59){return _0xc52a05+_0x385d59;},'iYePk':function(_0xfce971,_0x15f258){return _0xfce971+_0x15f258;},'QzZao':function(_0x453111,_0x499a0f){return _0x453111+_0x499a0f;},'lfMTl':function(_0x499add,_0x210e46){return _0x499add!==_0x210e46;},'ZeHjR':'cVMcg','JSrwK':function(_0x4cf0d6,_0x5920db){return _0x4cf0d6!==_0x5920db;},'UDlNX':_0x4b429a(0x13c),'mwbkq':'IxcNp','thWNe':function(_0x53724c,_0x3d8ace){return _0x53724c===_0x3d8ace;},'VfcyN':_0x4b429a(0x157),'lKRdq':_0x4b429a(0xf1),'SnPIh':'dCYFI','WKWhK':function(_0x59d7f1,_0x563acc){return _0x59d7f1!==_0x563acc;},'mPdXs':_0x4b429a(0x13e),'lCjzx':function(_0xad8385,_0xb157b5){return _0xad8385(_0xb157b5);},'AafDl':function(_0x227afd,_0x703420){return _0x227afd+_0x703420;},'cEQIn':function(_0x2ae30f,_0x7a57b9){return _0x2ae30f!==_0x7a57b9;},'vetwc':_0x4b429a(0xde),'GflUH':'KlzEr','NBLLq':function(_0x4632cd,_0xaa835d){return _0x4632cd!==_0xaa835d;},'seJfq':_0x4b429a(0x133),'DaQrn':_0x4b429a(0x139),'brPhs':_0x4b429a(0x149)};super(_0xffaf80),_0xffaf80['eventBroadcaster']['on'](_0x18a34c['brPhs'],_0x26e439=>{const _0x63bffb=_0x4b429a,_0x57b5dc={'yTVRA':function(_0xa778e9,_0x189a3c){return _0x18a34c['sBlwB'](_0xa778e9,_0x189a3c);},'LqvtT':function(_0x138508,_0x198bb1){const _0x5f3db0=a3_0x44dd;return _0x18a34c[_0x5f3db0(0x11e)](_0x138508,_0x198bb1);},'XoZrL':function(_0x5ea9c5,_0x181901){const _0x5c974b=a3_0x44dd;return _0x18a34c[_0x5c974b(0x137)](_0x5ea9c5,_0x181901);},'ZnVso':_0x18a34c[_0x63bffb(0x126)],'YFrfy':function(_0x110588,_0x500a57){return _0x18a34c['QzZao'](_0x110588,_0x500a57);}};if(_0x18a34c['lfMTl'](_0x18a34c[_0x63bffb(0x153)],_0x18a34c['ZeHjR']))return!![];else{if(_0x26e439['testCaseStarted']){if(_0x18a34c[_0x63bffb(0x13a)](_0x18a34c[_0x63bffb(0xd2)],_0x18a34c[_0x63bffb(0x118)]))testSuites+=0x1;else{if(_0x18a34c[_0x63bffb(0xec)](_0x4edcf6[_0x63bffb(0x113)],_0x18a34c[_0x63bffb(0x11d)])&&!this[_0x63bffb(0x10e)](_0x1683c9)){_0x54fac0+=0x1,this[_0x63bffb(0xd0)](_0x18a34c[_0x63bffb(0xd7)](_0x18a34c[_0x63bffb(0xd7)](_0x18a34c[_0x63bffb(0xd7)](_0x18a34c['mNNSf'](_0x18a34c['ZLDVv'](_0x18a34c[_0x63bffb(0x102)],_0x477fb6[_0x63bffb(0xfa)]),_0x578192[_0x63bffb(0x100)]||''),_0x18a34c[_0x63bffb(0x126)]),_0x379ae5[_0x2626f0[_0x63bffb(0x136)][_0x63bffb(0x12c)]]),'\x0a')),this[_0x63bffb(0x14a)](_0x254683[_0xb133bc[_0x63bffb(0x136)]['status']]);if(_0x18a34c[_0x63bffb(0xd9)](_0x581950[_0x1ee70c[_0x63bffb(0x136)][_0x63bffb(0x12c)]],_0x18a34c['NjchT'])){_0xef8d67=!![];const _0x542da8=_0x18a34c['YAKSA'](_0x5b121f,_0x3010c3,[_0x18a34c[_0x63bffb(0x104)],_0x18a34c[_0x63bffb(0xef)]]);_0x542da8&&(_0x3bda93[_0x18a34c[_0x63bffb(0xd7)](_0x18a34c[_0x63bffb(0x137)](_0x4cb40d[_0x63bffb(0x132)][_0x63bffb(0x15c)]['name'],_0x18a34c[_0x63bffb(0x126)]),_0x57481a[_0x63bffb(0x152)]['name'])]=_0x542da8,this['log'](_0x18a34c['fVlzC'](_0x542da8,'\x0a')));}}}}else{if(_0x26e439[_0x63bffb(0x14d)]){if(_0x18a34c[_0x63bffb(0x138)](_0x18a34c[_0x63bffb(0x10f)],_0x18a34c[_0x63bffb(0x10f)])){let _0xb19a67;if(_0x18a34c['JSrwK'](process[_0x63bffb(0xee)]['CONFIG'],undefined)){if(_0x18a34c[_0x63bffb(0x13a)](_0x18a34c['lKRdq'],_0x18a34c[_0x63bffb(0x158)])){let _0x449453=JSON[_0x63bffb(0x146)](process[_0x63bffb(0xee)]['CONFIG']);_0xb19a67=_0x449453['capability'];}else this[_0x63bffb(0xd0)](_0x57b5dc[_0x63bffb(0x103)](_0x57b5dc['LqvtT']('\x0a',_0x34dc7b[_0x63bffb(0x129)]),'\x0a'));}_0x18a34c[_0x63bffb(0x12a)](_0xb19a67,undefined)&&(_0x18a34c['thWNe'](_0x18a34c['mPdXs'],_0x18a34c['mPdXs'])?(global[_0x63bffb(0x129)]=_0x18a34c[_0x63bffb(0x106)](getPlatformName,_0xb19a67),this[_0x63bffb(0xd0)](_0x18a34c[_0x63bffb(0x141)](_0x63bffb(0x13b)+global['__platform'],'\x0a'))):(_0x32bf1d[_0x57b5dc[_0x63bffb(0x103)](_0x57b5dc[_0x63bffb(0xf9)](_0x41741f['gherkinDocument']['feature'][_0x63bffb(0x113)],_0x57b5dc[_0x63bffb(0xf8)]),_0x212847[_0x63bffb(0x152)][_0x63bffb(0x113)])]=_0x2a3bea,this[_0x63bffb(0xd0)](_0x57b5dc['YFrfy'](_0x21d1f8,'\x0a'))));}else{let _0x2cde6c=_0x36a538[_0x63bffb(0x146)](_0x5c717f['env']['CONFIG']);_0xc44254=_0x2cde6c['capability'];}}else{if(_0x26e439[_0x63bffb(0xda)]){if(_0x18a34c['cEQIn'](_0x18a34c['vetwc'],_0x18a34c[_0x63bffb(0xfc)]))this[_0x63bffb(0x12d)](_0x26e439[_0x63bffb(0xda)]);else return![];}else{if(_0x26e439[_0x63bffb(0xff)]){if(_0x18a34c[_0x63bffb(0x111)](_0x18a34c['seJfq'],_0x18a34c[_0x63bffb(0x127)]))this['logTestRunFinished'](_0x26e439[_0x63bffb(0xff)]);else{_0x44c901+=0x1,this[_0x63bffb(0xd0)](_0x18a34c['erFxV'](_0x18a34c['erFxV'](_0x18a34c['mNNSf'](_0x18a34c[_0x63bffb(0xf6)](_0x18a34c[_0x63bffb(0xe0)](_0x18a34c[_0x63bffb(0x102)],_0x1b9974['keyword']),_0x499892['text']||''),_0x18a34c[_0x63bffb(0x126)]),_0x4f34bc[_0x3e85a2[_0x63bffb(0x136)][_0x63bffb(0x12c)]]),'\x0a')),this[_0x63bffb(0x14a)](_0x18fbd4[_0x2b2915[_0x63bffb(0x136)][_0x63bffb(0x12c)]]);if(_0x18a34c['xlMBi'](_0x5cc50f[_0x210840['result'][_0x63bffb(0x12c)]],_0x18a34c[_0x63bffb(0x125)])){_0x3eb543=!![];const _0x4e778d=_0x18a34c[_0x63bffb(0x101)](_0x497785,_0x4b5a19,[_0x18a34c[_0x63bffb(0x104)],_0x18a34c['ccoiQ']]);_0x4e778d&&(_0x1d214a[_0x18a34c[_0x63bffb(0xdb)](_0x18a34c[_0x63bffb(0xe0)](_0x5942f7[_0x63bffb(0x132)][_0x63bffb(0x15c)][_0x63bffb(0x113)],_0x18a34c[_0x63bffb(0x126)]),_0x39d5a3[_0x63bffb(0x152)][_0x63bffb(0x113)])]=_0x4e778d,this['log'](_0x18a34c[_0x63bffb(0x14f)](_0x4e778d,'\x0a')));}}}}}}}});}[a3_0x29cbc2(0x12d)](_0x8786e6){const _0x307563=a3_0x29cbc2,_0x5b32f6={'KWMeh':function(_0x1e162e,_0x59ae11){return _0x1e162e!==_0x59ae11;},'cWfFW':function(_0x528927,_0x515fd9){return _0x528927!==_0x515fd9;},'LHKPi':function(_0xe8a9c,_0x347099){return _0xe8a9c(_0x347099);},'FJQcP':function(_0x27129c,_0x7eb11b){return _0x27129c+_0x7eb11b;},'phLLC':function(_0x5f2816,_0x37bbfa,_0x48c1fb){return _0x5f2816(_0x37bbfa,_0x48c1fb);},'wUDKZ':_0x307563(0x136),'fUoto':_0x307563(0x13d),'KYveS':function(_0x581534,_0x391cfa){return _0x581534+_0x391cfa;},'nebFr':_0x307563(0xcb),'kllXV':function(_0x407b9c,_0x279ade){return _0x407b9c(_0x279ade);},'UxieE':function(_0x3bf44d,_0xcbe532){return _0x3bf44d+_0xcbe532;},'kqskL':function(_0x47f793,_0x243020){return _0x47f793===_0x243020;},'PCKww':_0x307563(0x134),'GuBdo':_0x307563(0xf7),'IMHQC':function(_0x5d6b01,_0x197411){return _0x5d6b01!=_0x197411;},'ZHBYI':_0x307563(0x105),'eNKrn':_0x307563(0xe2),'HfhEi':function(_0x1e3522,_0x4091b9){return _0x1e3522+_0x4091b9;},'EDwPn':function(_0x1b668f,_0x3179a7){return _0x1b668f+_0x3179a7;},'pkmIY':function(_0x44d51b,_0xdd0f46){return _0x44d51b+_0xdd0f46;},'OOFpP':_0x307563(0x10a),'hFfqs':function(_0x176c5c,_0x3e68a4){return _0x176c5c==_0x3e68a4;},'wjjlh':_0x307563(0x11c),'ZWGTm':_0x307563(0x107),'rqdsY':'KugUv','TnXco':_0x307563(0x14c),'JHVLf':_0x307563(0x14b),'YgJIG':_0x307563(0xf2),'omvCQ':_0x307563(0xcc),'Txnbx':_0x307563(0x128),'WZBWD':function(_0x51868f,_0x30ddd6){return _0x51868f+_0x30ddd6;},'rTmWD':function(_0x5ab7d4,_0x19ff48){return _0x5ab7d4+_0x19ff48;},'jykvR':function(_0x13c8a6,_0x26fc9f){return _0x13c8a6+_0x26fc9f;},'PbpKm':function(_0x5d29a8,_0x2485b5){return _0x5d29a8+_0x2485b5;},'uoQAQ':function(_0x3c641c,_0x312274){return _0x3c641c!==_0x312274;},'PrWoo':'kJEQm'};if(_0x5b32f6[_0x307563(0x12e)](global[_0x307563(0x129)],undefined)){if(_0x5b32f6[_0x307563(0x12e)](_0x5b32f6['omvCQ'],_0x5b32f6['Txnbx']))this[_0x307563(0xd0)](_0x5b32f6[_0x307563(0xdc)](_0x5b32f6[_0x307563(0xf3)]('\x0a',global[_0x307563(0x129)]),'\x0a'));else{let _0x2b85c8;if(_0x5b32f6[_0x307563(0x116)](_0x2bac34[_0x307563(0xee)][_0x307563(0x144)],_0x1d9fdf)){let _0x3fc76d=_0x5e3d05[_0x307563(0x146)](_0x201b01[_0x307563(0xee)]['CONFIG']);_0x2b85c8=_0x3fc76d[_0x307563(0xd3)];}_0x5b32f6[_0x307563(0x12e)](_0x2b85c8,_0x1c51a6)&&(_0x5ac511['__platform']=_0x5b32f6[_0x307563(0x13f)](_0x239453,_0x2b85c8),this[_0x307563(0xd0)](_0x5b32f6['FJQcP'](_0x307563(0x13b)+_0x4350db[_0x307563(0x129)],'\x0a')));}}const _0x5cd943=this[_0x307563(0xdf)][_0x307563(0xd1)](_0x8786e6[_0x307563(0x154)]);this['log'](_0x5b32f6[_0x307563(0x112)](_0x5b32f6['jykvR'](_0x5b32f6['EDwPn'](_0x5b32f6[_0x307563(0x156)]('\x20\x20',_0x5cd943[_0x307563(0x132)]['feature']['name']),_0x5b32f6[_0x307563(0x155)]),_0x5cd943[_0x307563(0x152)][_0x307563(0x113)]),'\x0a'));const _0x2bba6d={};_0x2bba6d[_0x307563(0xea)]=this[_0x307563(0xea)],_0x2bba6d[_0x307563(0xe7)]=this[_0x307563(0xe7)],_0x2bba6d[_0x307563(0xcd)]=this['supportCodeLibrary'],_0x2bba6d[_0x307563(0x148)]=_0x5cd943;const _0x39fbec=formatterHelpers[_0x307563(0xcf)](_0x2bba6d);let _0xa38e9=![];_0x39fbec['testSteps'][_0x307563(0x109)](_0x50198c=>{const _0x1f8259=_0x307563,_0x592d3c={'dUuHj':function(_0xb8c83,_0x384d5d,_0x367361){const _0x2f40a5=a3_0x44dd;return _0x5b32f6[_0x2f40a5(0x10d)](_0xb8c83,_0x384d5d,_0x367361);},'XmKEi':_0x5b32f6[_0x1f8259(0xce)],'GfvzU':_0x5b32f6[_0x1f8259(0xd8)],'yfPcx':function(_0x4f36d7,_0x2fccae){return _0x5b32f6['KYveS'](_0x4f36d7,_0x2fccae);},'kTRzW':_0x5b32f6[_0x1f8259(0x155)],'njEuY':function(_0x33c1d0,_0x18df6e){return _0x5b32f6['kllXV'](_0x33c1d0,_0x18df6e);},'vIHPb':function(_0x37a6b2,_0x356b3c){const _0x35c65e=_0x1f8259;return _0x5b32f6[_0x35c65e(0x159)](_0x37a6b2,_0x356b3c);}};if(_0x5b32f6['kqskL'](_0x5b32f6[_0x1f8259(0xf0)],_0x5b32f6[_0x1f8259(0x11f)]))_0x4d8a33+=0x1;else{if(_0x5b32f6['IMHQC'](_0x50198c[_0x1f8259(0x113)],_0x5b32f6['ZHBYI'])&&!this[_0x1f8259(0x10e)](_0x50198c)){if(_0x5b32f6[_0x1f8259(0x12e)](_0x5b32f6['eNKrn'],_0x5b32f6[_0x1f8259(0xed)])){_0x4f731f=!![];const _0x5bfda7=_0x592d3c[_0x1f8259(0x12b)](_0x276f0b,_0x5f01b3,[_0x592d3c[_0x1f8259(0x108)],_0x592d3c['GfvzU']]);_0x5bfda7&&(_0x31e0c5[_0x592d3c['yfPcx'](_0x592d3c[_0x1f8259(0xd4)](_0x316e28[_0x1f8259(0x132)][_0x1f8259(0x15c)][_0x1f8259(0x113)],_0x592d3c['kTRzW']),_0x205d9e['pickle']['name'])]=_0x5bfda7,this['log'](_0x592d3c[_0x1f8259(0xd4)](_0x5bfda7,'\x0a')));}else{totalTests+=0x1,this[_0x1f8259(0xd0)](_0x5b32f6[_0x1f8259(0x110)](_0x5b32f6[_0x1f8259(0xdc)](_0x5b32f6[_0x1f8259(0xe3)](_0x5b32f6[_0x1f8259(0x15b)](_0x5b32f6[_0x1f8259(0x10b)](_0x5b32f6[_0x1f8259(0xeb)],_0x50198c[_0x1f8259(0xfa)]),_0x50198c['text']||''),_0x5b32f6[_0x1f8259(0x155)]),Status[_0x50198c[_0x1f8259(0x136)]['status']]),'\x0a')),this[_0x1f8259(0x14a)](Status[_0x50198c['result']['status']]);if(_0x5b32f6[_0x1f8259(0x123)](Status[_0x50198c['result'][_0x1f8259(0x12c)]],_0x5b32f6[_0x1f8259(0x143)])){if(_0x5b32f6['cWfFW'](_0x5b32f6[_0x1f8259(0x150)],_0x5b32f6[_0x1f8259(0x131)])){_0xa38e9=!![];const _0x4f73e3=_0x5b32f6[_0x1f8259(0x10d)](nestedKeyValue,_0x50198c,[_0x5b32f6[_0x1f8259(0xce)],_0x5b32f6[_0x1f8259(0xd8)]]);_0x4f73e3&&(_0x5b32f6[_0x1f8259(0x116)](_0x5b32f6['TnXco'],_0x5b32f6['JHVLf'])?(testsErrorMessage[_0x5b32f6['HfhEi'](_0x5b32f6[_0x1f8259(0x15b)](_0x5cd943[_0x1f8259(0x132)]['feature'][_0x1f8259(0x113)],_0x5b32f6[_0x1f8259(0x155)]),_0x5cd943['pickle']['name'])]=_0x4f73e3,this[_0x1f8259(0xd0)](_0x5b32f6['UxieE'](_0x4f73e3,'\x0a'))):_0x285222+=0x1);}else _0x4114d2[_0x1f8259(0x129)]=_0x592d3c['njEuY'](_0x382b50,_0x388e39),this[_0x1f8259(0xd0)](_0x592d3c[_0x1f8259(0x122)](_0x1f8259(0x13b)+_0x368014[_0x1f8259(0x129)],'\x0a'));}}}}});if(_0xa38e9){if(_0x5b32f6[_0x307563(0xe8)](_0x5b32f6[_0x307563(0xf5)],_0x5b32f6[_0x307563(0xf5)])){if(_0x5b32f6[_0x307563(0x116)](_0x7905e3['sourceLocation'],_0x5bbe1a))return![];if(_0x368c04[_0x307563(0x135)]&&_0x56964e[_0x307563(0x135)][_0x307563(0x145)][_0x307563(0xd6)](_0x5b32f6[_0x307563(0xfd)]))return!![];return![];}else testSuitesFailed+=0x1;}this['log']('\x0a');}['logTestRunFinished'](_0x1ac4cb){}[a3_0x29cbc2(0x10e)](_0x12744c){const _0x30a52f=a3_0x29cbc2,_0x4ac93d={};_0x4ac93d['vdXgg']=function(_0x546e30,_0x118384){return _0x546e30!==_0x118384;},_0x4ac93d[_0x30a52f(0x14e)]=function(_0x3a6267,_0x322d02){return _0x3a6267!==_0x322d02;},_0x4ac93d[_0x30a52f(0xca)]=_0x30a52f(0x10c),_0x4ac93d[_0x30a52f(0x117)]='kWRsg',_0x4ac93d[_0x30a52f(0x114)]=_0x30a52f(0xf2),_0x4ac93d[_0x30a52f(0xe9)]=_0x30a52f(0xe5),_0x4ac93d['bQINW']=_0x30a52f(0x120);const _0x425335=_0x4ac93d;if(_0x425335[_0x30a52f(0x124)](_0x12744c[_0x30a52f(0xfb)],undefined)){if(_0x425335[_0x30a52f(0x14e)](_0x425335['SQFvW'],_0x425335[_0x30a52f(0x117)]))return![];else this[_0x30a52f(0x12f)](_0x253442['testRunFinished']);}if(_0x12744c[_0x30a52f(0x135)]&&_0x12744c['actionLocation'][_0x30a52f(0x145)]['includes'](_0x425335['TPSiO'])){if(_0x425335[_0x30a52f(0x14e)](_0x425335[_0x30a52f(0xe9)],_0x425335['bQINW']))return!![];else this[_0x30a52f(0x12d)](_0x10e9ea[_0x30a52f(0xda)]);}return![];}[a3_0x29cbc2(0x14a)](_0x4a3cd0){const _0x33e15e=a3_0x29cbc2,_0x12052e={};_0x12052e[_0x33e15e(0xe4)]=_0x33e15e(0x11c),_0x12052e['yceSc']='PASSED',_0x12052e['Nfiyk']='SKIPPED',_0x12052e[_0x33e15e(0xf4)]='PENDING',_0x12052e[_0x33e15e(0x115)]='UNDEFINED',_0x12052e[_0x33e15e(0xd5)]='UNKNOWN',_0x12052e['sNKko']=_0x33e15e(0x121);const _0x15a478=_0x12052e;switch(_0x4a3cd0){case _0x15a478[_0x33e15e(0xe4)]:testsFailed+=0x1;break;case _0x15a478['yceSc']:testsPassed+=0x1;break;case _0x15a478[_0x33e15e(0x140)]:testsSkipped+=0x1;break;case _0x15a478[_0x33e15e(0xf4)]:testsPending+=0x1;break;case _0x15a478[_0x33e15e(0x115)]:testsUndefined+=0x1;break;case _0x15a478[_0x33e15e(0xd5)]:testsUnknown+=0x1;break;case _0x15a478['sNKko']:testsAmbiguous+=0x1;break;default:break;}}}module[a3_0x29cbc2(0xdd)]=BrowserstackFormatter;function a3_0x2ddc(){const _0x3efee8=['testCaseStartedId','nebFr','PbpKm','uFKxe','SnPIh','UxieE','2272930hkiNRk','FJQcP','feature','SQFvW','\x20-\x20','yRLQR','supportCodeLibrary','wUDKZ','parseTestCaseAttempt','log','getTestCaseAttempt','UDlNX','capability','yfPcx','SXMzr','includes','mNNSf','fUoto','xlMBi','testCaseFinished','WNOhr','HfhEi','exports','aMjSw','eventDataCollector','erFxV','../../../helpers/helper','OCxUC','EDwPn','lcmHY','giLpB','3199568MAOwoN','snippetBuilder','uoQAQ','yLQCf','cwd','OOFpP','osRLm','eNKrn','env','ccoiQ','PCKww','mUDCI','cucumber-js/test.setup.js','WZBWD','UnyPW','PrWoo','NoClz','bcHoo','ZnVso','XoZrL','keyword','sourceLocation','GflUH','YgJIG','3sTXrRI','testRunFinished','text','mWanV','aSmMn','yTVRA','XJzPv','bstack','lCjzx','CxcrX','XmKEi','forEach','\x20\x20\x20\x20','pkmIY','xAXLR','phLLC','isBstackHook','VfcyN','KYveS','NBLLq','rTmWD','name','TPSiO','UwAKh','KWMeh','maTpF','mwbkq','2029910CYjmjX','10giHBSZ','830968gfxogn','FAILED','tBHDM','iYePk','GuBdo','ayqcv','AMBIGUOUS','vIHPb','hFfqs','vdXgg','NjchT','pGKpW','DaQrn','LIZFu','__platform','WKWhK','dUuHj','status','logTestCaseFinished','cWfFW','logTestRunFinished','976296ZntTeY','rqdsY','gherkinDocument','TXYZw','KWSLz','actionLocation','result','NMhFN','thWNe','cNZAM','JSrwK','Executing\x20tests\x20for\x20','vsrqh','message','SFDDF','LHKPi','Nfiyk','AafDl','20861577sDFySg','wjjlh','CONFIG','uri','parse','35HUXWUH','testCaseAttempt','envelope','incrementCounter','xWKkC','juwkl','testRunStarted','bKmfV','avZuY','ZWGTm','6257840npkFzZ','pickle','ZeHjR'];a3_0x2ddc=function(){return _0x3efee8;};return a3_0x2ddc();}
|
|
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;
|