browserstack-node-sdk 1.32.14 → 1.32.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.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/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.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/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a40_0x4d11(_0xd8fbb2,_0x54e1ec){const _0x3978cc=a40_0x3978();return a40_0x4d11=function(_0x4d11e4,_0x99adf5){_0x4d11e4=_0x4d11e4-0x1e8;let _0x3379a4=_0x3978cc[_0x4d11e4];return _0x3379a4;},a40_0x4d11(_0xd8fbb2,_0x54e1ec);}const a40_0x331f24=a40_0x4d11;function a40_0x3978(){const _0x44ce4f=['rdVCS','986622rLifUm','getTestUUID','setTestDetails','MUcsN','_test','71mIZQqR','AXVjx','dirPath','glEwr','.json','getTestRunIdFromTestInfo','getStoreDirName','force','../../../helpers/helper','setup','tests','readFileSync','getProjectIdFromTestInfo','1405676sHjNfe','uuid','434KNwavp','writeFileSync','4052259mLhxMt','getTestDetails','1650365DtNhxZ','getFilePath','path','_projectId','YsVNw','shutdown','IeUWO','191114qQzUgr','join','env','ureMN','8vxHPiB','string','getTestIdFromTestInfo','retry','yNjvI','mkdirSync','HOEbc','rmSync','uNUUE','parse','exports','2355282CwsOJu','bJgmc','project','PCqdr','existsSync','testId','RnLux','stringify','toString','BS_TESTOPS_BUILD_HASHED_ID','cwd','recursive'];a40_0x3978=function(){return _0x44ce4f;};return a40_0x3978();}(function(_0xcf349f,_0x4f0e85){const _0x2a8758=a40_0x4d11,_0x1fc33d=_0xcf349f();while(!![]){try{const _0x445058=parseInt(_0x2a8758(0x1eb))/0x1*(parseInt(_0x2a8758(0x1fa))/0x2)+parseInt(_0x2a8758(0x221))/0x3+parseInt(_0x2a8758(0x1f8))/0x4+parseInt(_0x2a8758(0x1fe))/0x5+-parseInt(_0x2a8758(0x214))/0x6+parseInt(_0x2a8758(0x205))/0x7+-parseInt(_0x2a8758(0x209))/0x8*(parseInt(_0x2a8758(0x1fc))/0x9);if(_0x445058===_0x4f0e85)break;else _0x1fc33d['push'](_0x1fc33d['shift']());}catch(_0x30c7b5){_0x1fc33d['push'](_0x1fc33d['shift']());}}}(a40_0x3978,0x33565));const fs=require('fs'),path=require(a40_0x331f24(0x200)),{v4:uuidv4}=require(a40_0x331f24(0x1f9)),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants'),{nestedKeyValue}=require(a40_0x331f24(0x1f3));class TestDetails{static [a40_0x331f24(0x1f5)]={};static [a40_0x331f24(0x1ed)]=path[a40_0x331f24(0x206)](process[a40_0x331f24(0x21e)](),TestDetails[a40_0x331f24(0x1f1)]());static[a40_0x331f24(0x1f4)](){const _0x1549f6=a40_0x331f24;this[_0x1549f6(0x203)]();const _0x487c85={};_0x487c85[_0x1549f6(0x21f)]=!![],fs[_0x1549f6(0x20e)](this[_0x1549f6(0x1ed)],_0x487c85);}static[a40_0x331f24(0x1f1)](){const _0x1216eb=a40_0x331f24,_0x37381a={};_0x37381a[_0x1216eb(0x20f)]=function(_0x5f3f70,_0x2a62e4){return _0x5f3f70+_0x2a62e4;},_0x37381a['IeUWO']=function(_0x5010ef,_0x3420cf){return _0x5010ef+_0x3420cf;};const _0x311de2=_0x37381a;return _0x311de2['HOEbc'](_0x311de2[_0x1216eb(0x204)](TEMP_STORE_DIR_NAME,'-'),process[_0x1216eb(0x207)][_0x1216eb(0x21d)]);}static[a40_0x331f24(0x1ff)](_0x41c092){const _0x519ff2=a40_0x331f24,_0x15e179={};_0x15e179[_0x519ff2(0x211)]=function(_0x5a2945,_0x56a89a){return _0x5a2945+_0x56a89a;},_0x15e179[_0x519ff2(0x217)]=_0x519ff2(0x1ef);const _0x2bed68=_0x15e179;return path[_0x519ff2(0x206)](this[_0x519ff2(0x1ed)],_0x2bed68['uNUUE'](_0x41c092,_0x2bed68[_0x519ff2(0x217)]));}static[a40_0x331f24(0x1f0)](_0xf9d2c4){const _0x4ba85e=a40_0x331f24,_0x1340f2={};_0x1340f2[_0x4ba85e(0x21a)]=function(_0x3f096c,_0x3ec71b){return _0x3f096c+_0x3ec71b;},_0x1340f2[_0x4ba85e(0x215)]=function(_0x1a0258,_0x3ea386){return _0x1a0258+_0x3ea386;},_0x1340f2['glEwr']=function(_0x25aac6,_0x5c68e4){return _0x25aac6+_0x5c68e4;},_0x1340f2[_0x4ba85e(0x20d)]=function(_0x3b4080,_0x3a63c4){return _0x3b4080+_0x3a63c4;};const _0x384512=_0x1340f2;return _0x384512[_0x4ba85e(0x21a)](_0x384512[_0x4ba85e(0x215)](_0x384512[_0x4ba85e(0x1ee)](_0x384512[_0x4ba85e(0x20d)](this[_0x4ba85e(0x1f7)](_0xf9d2c4),'-'),this[_0x4ba85e(0x20b)](_0xf9d2c4)),'-'),_0xf9d2c4[_0x4ba85e(0x20c)]);}static[a40_0x331f24(0x1f7)](_0x30c2c9){const _0xc29fd2=a40_0x331f24,_0x1d1e24={'AXVjx':function(_0x326210,_0x22b947,_0x6f8564){return _0x326210(_0x22b947,_0x6f8564);},'nJlMq':_0xc29fd2(0x1ea),'YsVNw':_0xc29fd2(0x201),'BFCDz':_0xc29fd2(0x216),'dCBZZ':'__projectId'};return _0x1d1e24[_0xc29fd2(0x1ec)](nestedKeyValue,_0x30c2c9,[_0x1d1e24['nJlMq'],_0x1d1e24[_0xc29fd2(0x202)]])||_0x1d1e24[_0xc29fd2(0x1ec)](nestedKeyValue,_0x30c2c9,[_0x1d1e24['BFCDz'],_0x1d1e24['dCBZZ']]);}static[a40_0x331f24(0x20b)](_0x42f9cc){const _0x34df6e=a40_0x331f24,_0x558841={'MUcsN':function(_0x260e0,_0x2b24aa,_0x2eea20){return _0x260e0(_0x2b24aa,_0x2eea20);},'ggGjI':_0x34df6e(0x1ea)};return _0x558841[_0x34df6e(0x1e9)](nestedKeyValue,_0x42f9cc,[_0x558841['ggGjI'],'id'])||_0x42f9cc[_0x34df6e(0x219)];}static[a40_0x331f24(0x222)](_0x1dbcee){const _0x39c280=a40_0x331f24,_0x5b1b1a={'rdVCS':function(_0x46e65f,_0x4b0533){return _0x46e65f===_0x4b0533;},'ureMN':_0x39c280(0x20a),'fJoWT':function(_0x4522b3){return _0x4522b3();}};if(this[_0x39c280(0x1f5)][_0x1dbcee]&&_0x5b1b1a[_0x39c280(0x220)](typeof this[_0x39c280(0x1f5)][_0x1dbcee][_0x39c280(0x1f9)],_0x5b1b1a[_0x39c280(0x208)]))return this[_0x39c280(0x1f5)][_0x1dbcee][_0x39c280(0x1f9)];const _0x200f88=this[_0x39c280(0x1ff)](_0x1dbcee);if(fs[_0x39c280(0x218)](_0x200f88)){const _0x43a9df=JSON['parse'](fs[_0x39c280(0x1f6)](_0x200f88)[_0x39c280(0x21c)]());return this[_0x39c280(0x1f5)][_0x1dbcee]=_0x43a9df,this[_0x39c280(0x1f5)][_0x1dbcee][_0x39c280(0x1f9)];}return this[_0x39c280(0x1f5)][_0x1dbcee]={'uuid':_0x5b1b1a['fJoWT'](uuidv4)},fs[_0x39c280(0x1fb)](_0x200f88,JSON[_0x39c280(0x21b)](this['tests'][_0x1dbcee])),this[_0x39c280(0x1f5)][_0x1dbcee][_0x39c280(0x1f9)];}static[a40_0x331f24(0x203)](){const _0x3a4433=a40_0x331f24,_0x1ce8e7={};_0x1ce8e7[_0x3a4433(0x21f)]=!![],_0x1ce8e7[_0x3a4433(0x1f2)]=!![],fs[_0x3a4433(0x210)](this[_0x3a4433(0x1ed)],_0x1ce8e7);}static[a40_0x331f24(0x1fd)](_0x1dc711){const _0x319ca9=a40_0x331f24;if(this['tests'][_0x1dc711])return this[_0x319ca9(0x1f5)][_0x1dc711];const _0x40bf2c=this[_0x319ca9(0x1ff)](_0x1dc711);if(fs[_0x319ca9(0x218)](_0x40bf2c)){const _0x2c7f96=JSON['parse'](fs[_0x319ca9(0x1f6)](_0x40bf2c)[_0x319ca9(0x21c)]());return this['tests'][_0x1dc711]=_0x2c7f96,_0x2c7f96;}return{};}static[a40_0x331f24(0x1e8)](_0x2814e4,_0x17373d){const _0x548abc=a40_0x331f24,_0x4d2aa2=this[_0x548abc(0x1ff)](_0x2814e4);if(fs[_0x548abc(0x218)](_0x4d2aa2)){const _0x4ae45f=JSON[_0x548abc(0x212)](fs['readFileSync'](_0x4d2aa2)[_0x548abc(0x21c)]()),_0x44e4e1={..._0x4ae45f,..._0x17373d};this[_0x548abc(0x1f5)][_0x2814e4]=_0x44e4e1;}else this[_0x548abc(0x1f5)][_0x2814e4]=_0x17373d;fs[_0x548abc(0x1fb)](_0x4d2aa2,this[_0x548abc(0x1f5)][_0x2814e4]);}}module[a40_0x331f24(0x213)]=TestDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a41_0x28f9(_0x523fc1,_0x115bed){const _0x50eab2=a41_0x50ea();return a41_0x28f9=function(_0x28f9dd,_0x298c97){_0x28f9dd=_0x28f9dd-0xe5;let _0x315fa4=_0x50eab2[_0x28f9dd];return _0x315fa4;},a41_0x28f9(_0x523fc1,_0x115bed);}const a41_0x4d40ab=a41_0x28f9;(function(_0x5cdb40,_0x13b92b){const _0x491495=a41_0x28f9,_0x1eee3a=_0x5cdb40();while(!![]){try{const _0x107ec0=parseInt(_0x491495(0xf5))/0x1*(-parseInt(_0x491495(0xe8))/0x2)+parseInt(_0x491495(0x161))/0x3*(-parseInt(_0x491495(0x108))/0x4)+parseInt(_0x491495(0xed))/0x5+-parseInt(_0x491495(0x14a))/0x6*(parseInt(_0x491495(0x138))/0x7)+-parseInt(_0x491495(0xfd))/0x8*(parseInt(_0x491495(0x113))/0x9)+-parseInt(_0x491495(0x130))/0xa+parseInt(_0x491495(0x116))/0xb;if(_0x107ec0===_0x13b92b)break;else _0x1eee3a['push'](_0x1eee3a['shift']());}catch(_0x89e64c){_0x1eee3a['push'](_0x1eee3a['shift']());}}}(a41_0x50ea,0x877a6));const path=require(a41_0x4d40ab(0x109)),url=require(a41_0x4d40ab(0x112)),util=require(a41_0x4d40ab(0x139)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require('../../helpers/helper'),{o11yErrorHandler}=require(a41_0x4d40ab(0x12e)),{debug,getPlatformDetails}=require(a41_0x4d40ab(0x128)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),logger=require(a41_0x4d40ab(0x12a))[a41_0x4d40ab(0x10e)],scripts=require(a41_0x4d40ab(0x168)),{browserStackExecuteDriver}=require(a41_0x4d40ab(0x107)),AccessibilityHelper=require(a41_0x4d40ab(0x149)),getBrowserNameFromChannel=_0x204efd=>{const _0x2751f5=a41_0x4d40ab,_0x17ac53={};_0x17ac53[_0x2751f5(0x13b)]=_0x2751f5(0x167),_0x17ac53['CXIoo']=_0x2751f5(0x15a),_0x17ac53['ZVEUJ']=_0x2751f5(0x175),_0x17ac53[_0x2751f5(0x169)]=_0x2751f5(0x15b);const _0x17737c=_0x17ac53;if(_0x204efd[_0x2751f5(0x123)](_0x17737c[_0x2751f5(0x13b)]))return _0x17737c['AePrZ'];if(_0x204efd[_0x2751f5(0x123)](_0x17737c[_0x2751f5(0x11c)]))return _0x17737c[_0x2751f5(0x11c)];if(_0x204efd['includes'](_0x17737c['ZVEUJ']))return _0x17737c[_0x2751f5(0x182)];if(_0x204efd['includes'](_0x17737c[_0x2751f5(0x169)]))return _0x17737c['ovrUh'];},getBrowserFromWSEndpoint=_0x37d926=>{const _0x154a7b=a41_0x4d40ab,_0x3a78b1={'badbH':'chrome','foYMK':function(_0x479ae2,_0x1ff430){return _0x479ae2(_0x1ff430);}};try{const _0xaafa3c=url[_0x154a7b(0xe6)](_0x37d926),_0x26976e=new URLSearchParams(_0xaafa3c[_0x154a7b(0x165)]),_0x1e2bf5=Object[_0x154a7b(0x104)](_0x26976e[_0x154a7b(0x142)]()),_0x8aaeef=JSON['parse'](_0x1e2bf5[_0x154a7b(0x159)]);if(_0x8aaeef&&(_0x8aaeef[_0x154a7b(0x14b)]||_0x8aaeef[_0x154a7b(0x13f)]))return _0x8aaeef[_0x154a7b(0x14b)]||_0x8aaeef[_0x154a7b(0x13f)];return _0x3a78b1[_0x154a7b(0x11e)];}catch(_0x1098a1){_0x3a78b1[_0x154a7b(0xef)](debug,_0x154a7b(0x134)+_0x1098a1['toString']());}},getCloudProviderFromWsEndpoint=_0x5a6375=>{const _0x8ee0cd=a41_0x4d40ab,_0x7957a9={};_0x7957a9[_0x8ee0cd(0x110)]=_0x8ee0cd(0x164),_0x7957a9['JlXFL']=_0x8ee0cd(0x15f),_0x7957a9['zEHFq']=_0x8ee0cd(0x16c);const _0x4ddbb8=_0x7957a9;if(_0x5a6375[_0x8ee0cd(0x123)](_0x4ddbb8['pnTfF']))return _0x4ddbb8[_0x8ee0cd(0x148)];return _0x4ddbb8['zEHFq'];},a41_0x4286fd={};function a41_0x50ea(){const _0x3377ca=['assign','Error\x20in\x20importing\x20connection\x20','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','qsaaI','sSyMH','JMIce','3490914SiOTbp','util','Not\x20able\x20to\x20import\x20Connection','AePrZ','GWNgY','prototype','params','browserName','sessionError','Connection','entries','FMpvK','project','sessionId','apply','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','JlXFL','./accessibility-helper','6vkFDFU','browser','wNVel','HfwIy','kewuO','patchCRConnection','sHuIw','ZgLrj','debug','CaOxf','use','__driver','__workerDetails','bQSRB','qeNDb','caps','edge','safari','eWAOV','OMHcv','ImRpl','browserstack','platform_version','18048yNikzt','Failed\x20to\x20perform\x20scan\x20','cloudProvider','browserstack.com','query','currentTest','chrome','../../helpers/accessibility-automation/scripts','ovrUh','Performing\x20scan\x20for\x20','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','unknown_grid','toString','cilSO','CRConnection','BROWSERSTACK_TEST_OBSERVABILITY','EpHoU','exports','platform','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','firefox','defineProperty','usPFu','platformVersion','VOFlw','patchConnection','server','TAoIb','accessibilityPlatform','mBbfN','performScan','format','currentSessionDetails','ZVEUJ','_defaultConnectOptions','parse','platformDetails','2VxqMBk','XkTwq','jAJHH','shouldWrapCommand','toLowerCase','5234310iVIAVx','sendMessageToServer','foYMK','fPSel','bStackParams','XtmiE','RaHLi','chromium','554551FfVhel','bsSessionId','_name','Setting\x20session\x20id\x20received\x20from\x20BS\x20','channel','_type','bstackPerformA11yScan','YKGXj','8yGhHXh','platformName','playwright-','JcAie','Not\x20able\x20to\x20import\x20crConnection','version','sIRop','fromEntries','AOhis','patch','../../bin/playwright/accessibility-helper','112imabwT','path','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','product','_browserType','vHWNb','winstonLogger','client','pnTfF','rfjCA','url','607077xDaTzz','testInfo','FawMy','10943647RoSUGV','method','_onMessage','setupBrowserDetails','crConnection.js','vmQmP','CXIoo','Klebm','badbH','XKSyw','XDQBk','join','dpGCP','includes','connection.js','lib','ARXMt','GrUgI','../../helpers/test-observability/utils','env','../../helpers/logger','Error\x20in\x20finding\x20platform\x20details\x20','browser_version','fwwJX','../../helpers/test-observability/error-handler','titlePath','1976670qPYlYj','vAttc'];a41_0x50ea=function(){return _0x3377ca;};return a41_0x50ea();}a41_0x4286fd['cloudProvider']=undefined,a41_0x4286fd[a41_0x4d40ab(0xf6)]=undefined,a41_0x4286fd[a41_0x4d40ab(0x14b)]=undefined,a41_0x4286fd[a41_0x4d40ab(0x12c)]=undefined,a41_0x4286fd[a41_0x4d40ab(0x173)]=undefined,a41_0x4286fd['platform_version']=undefined,a41_0x4286fd[a41_0x4d40ab(0x10b)]=undefined,a41_0x4286fd['capabilities']={};class PlaywrightSessionDetails{static [a41_0x4d40ab(0x181)]=a41_0x4286fd;constructor(){const _0x3e9ead=a41_0x4d40ab,_0x2a8fe8={};_0x2a8fe8[_0x3e9ead(0x122)]='Invalid\x20constructor,\x20please\x20use\x20static\x20methods';const _0x32cf21=_0x2a8fe8;throw new Error(_0x32cf21['dpGCP']);}static [a41_0x4d40ab(0x140)]=null;static[a41_0x4d40ab(0x119)](_0x3599fd,_0xab64f,_0x464601=null){const _0x356700=a41_0x4d40ab,_0x449acb={'eWAOV':'local_grid','DVXkL':function(_0x2242d9,_0x3707de,_0xbac042){return _0x2242d9(_0x3707de,_0xbac042);},'XynEE':_0x356700(0x144),'AOhis':'use','XDQBk':'connectOptions','cilSO':function(_0x16270f,_0x4e0516){return _0x16270f(_0x4e0516);},'YWbjl':function(_0x520400,_0x5daf97){return _0x520400===_0x5daf97;},'rfjCA':_0x356700(0x15f),'qsaaI':'automate','usPFu':function(_0x2cf335,_0x384cce){return _0x2cf335(_0x384cce);},'sSyMH':function(_0x3c238b,_0x3deb5e){return _0x3c238b+_0x3deb5e;},'FMpvK':_0x356700(0xff),'XnvfX':function(_0x14318b){return _0x14318b();},'TAoIb':function(_0x5d9423,_0x3afebb){return _0x5d9423(_0x3afebb);}},_0x23c1b5=this;return _0x449acb[_0x356700(0x17c)](o11yErrorHandler,async function _0x55d8bf(_0x41d256,_0x2c2d27,_0x414ee4=null){const _0x201466=_0x356700;let _0x210013=_0x41d256[_0x201466(0xf7)];const _0x1ed65c=_0x41d256[_0x201466(0x102)]();let _0x5a932e=null,_0x4e0ef9=null,_0x5312f6=null,_0x4145a8=_0x449acb[_0x201466(0x15c)];if(_0x41d256['_connection']['isRemote']()||global[_0x201466(0x17d)]){const _0xc25dc2=_0x41d256[_0x201466(0x10c)][_0x201466(0xe5)]||_0x449acb['DVXkL'](nestedKeyValue,_0x2c2d27,[_0x449acb['XynEE'],_0x449acb[_0x201466(0x105)],_0x449acb[_0x201466(0x120)]]),_0x2689cd=_0x414ee4||_0xc25dc2&&_0xc25dc2['wsEndpoint'];_0x2689cd&&(_0x4145a8=_0x449acb[_0x201466(0x16e)](getCloudProviderFromWsEndpoint,_0x2689cd),_0x449acb['YWbjl'](_0x4145a8,_0x449acb[_0x201466(0x111)])&&(_0x5312f6=_0x449acb[_0x201466(0x135)],_0x210013=_0x449acb[_0x201466(0x16e)](getBrowserFromWSEndpoint,_0x2689cd)||_0x210013,_0x5a932e=_0x23c1b5['currentSessionDetails'][_0x201466(0x173)],_0x4e0ef9=_0x23c1b5[_0x201466(0x181)][_0x201466(0x160)]));}else{_0x2c2d27&&_0x2c2d27['project'][_0x201466(0x154)][_0x201466(0xf9)]?_0x210013=_0x449acb[_0x201466(0x177)](getBrowserNameFromChannel,_0x2c2d27[_0x201466(0x144)]['use'][_0x201466(0xf9)]):_0x210013=_0x449acb[_0x201466(0x136)](_0x449acb[_0x201466(0x143)],_0x210013[_0x201466(0xec)]());const _0x42b078=await _0x449acb['XnvfX'](getPlatformDetails);_0x5a932e=_0x42b078[_0x201466(0xfe)],_0x4e0ef9=_0x42b078[_0x201466(0x178)];}const _0x22aaad={};_0x22aaad['browser']=_0x210013,_0x22aaad['browser_version']=_0x1ed65c,_0x22aaad['capabilities']={},_0x22aaad[_0x201466(0x173)]=_0x5a932e,_0x22aaad['platform_version']=_0x4e0ef9,_0x22aaad[_0x201466(0x10b)]=_0x5312f6;const _0x5deba9=_0x22aaad,_0x1e0e0f={};_0x1e0e0f[_0x201466(0x163)]=_0x4145a8,_0x23c1b5[_0x201466(0x181)]=Object[_0x201466(0x132)]({},_0x23c1b5[_0x201466(0x181)],_0x1e0e0f,_0x5deba9);})(_0x3599fd,_0xab64f,_0x464601);}static[a41_0x4d40ab(0x106)](){const _0x3a0053=a41_0x4d40ab;this['patchConnection'](),this[_0x3a0053(0x14f)]();}static[a41_0x4d40ab(0x17a)](){const _0x465e88=a41_0x4d40ab,_0x2f39b1={'ZgLrj':function(_0x17ce1a,_0x2d2ffb,_0x5c73a9){return _0x17ce1a(_0x2d2ffb,_0x5c73a9);},'GWNgY':_0x465e88(0x166),'sIRop':_0x465e88(0x114),'tljhb':_0x465e88(0x12f),'xKaVr':function(_0x123829,_0x4b5ff9,_0x2edf5c){return _0x123829(_0x4b5ff9,_0x2edf5c);},'HfwIy':_0x465e88(0x156),'VOFlw':'pwPage','FawMy':function(_0x2a6723,_0x4831d2){return _0x2a6723===_0x4831d2;},'vHWNb':'Page','XkTwq':function(_0x423f76,_0x137db0,_0x4466aa,_0x510527){return _0x423f76(_0x137db0,_0x4466aa,_0x510527);},'EpHoU':function(_0x1783de,_0x395473){return _0x1783de(_0x395473);},'mOjHl':'lib','bQSRB':_0x465e88(0x10f),'GrUgI':_0x465e88(0x124),'sHuIw':function(_0x44d5fe,_0x1cc1b8){return _0x44d5fe(_0x1cc1b8);},'RaHLi':_0x465e88(0x13a),'fwwJX':function(_0x1da5dd,_0x3208f9){return _0x1da5dd!=_0x3208f9;},'mBbfN':function(_0x43946f){return _0x43946f();},'ImRpl':'sendMessageToServer','ARXMt':'dispatch'},_0x49e557=this;if(!this['Connection'])try{const _0xba56d3=path['join'](_0x2f39b1['mOjHl'],_0x2f39b1[_0x465e88(0x157)],_0x2f39b1[_0x465e88(0x127)]),_0x492a77=_0x2f39b1['EpHoU'](importFileFromPWCore,_0xba56d3);!_0x492a77?_0x2f39b1['sHuIw'](debug,_0x2f39b1[_0x465e88(0xf3)]):this['Connection']=_0x492a77[_0x465e88(0x141)];}catch(_0x2a2d40){_0x2f39b1['EpHoU'](debug,_0x465e88(0x133)+_0x2a2d40[_0x465e88(0x16d)]());}const _0x169edf=this[_0x465e88(0x141)];try{if(_0x2f39b1[_0x465e88(0x12d)](_0x169edf,null)){const _0xa1b5fc=_0x169edf[_0x465e88(0x13d)]['dispatch'],_0x52b4e8=_0x169edf[_0x465e88(0x13d)][_0x465e88(0xee)];_0x2f39b1[_0x465e88(0x17e)](isAccessibilityAutomationSession)&&Object[_0x465e88(0x176)](_0x169edf['prototype'],_0x2f39b1[_0x465e88(0x15e)],{'get':function(){const _0x10ac1e=_0x465e88,_0x1d19a8={'XtmiE':function(_0x578051,_0x35a7ae,_0xa0e399){const _0x3eb522=a41_0x28f9;return _0x2f39b1[_0x3eb522(0x151)](_0x578051,_0x35a7ae,_0xa0e399);},'zgWKL':_0x2f39b1[_0x10ac1e(0x13c)],'MwAQk':_0x2f39b1[_0x10ac1e(0x103)],'XKSyw':_0x2f39b1['tljhb'],'fPSel':function(_0x41e845,_0x2d6c99,_0x566573){return _0x2f39b1['xKaVr'](_0x41e845,_0x2d6c99,_0x566573);},'kewuO':_0x2f39b1[_0x10ac1e(0x14d)],'ARSDj':_0x2f39b1[_0x10ac1e(0x179)],'vmQmP':function(_0xe68402,_0x41d4c6){const _0x4318ba=_0x10ac1e;return _0x2f39b1[_0x4318ba(0x115)](_0xe68402,_0x41d4c6);},'GUcNs':_0x2f39b1[_0x10ac1e(0x10d)],'wNVel':function(_0x13c9fd,_0x4dad55,_0x2198c0,_0x36a624){const _0x5ae6d5=_0x10ac1e;return _0x2f39b1[_0x5ae6d5(0xe9)](_0x13c9fd,_0x4dad55,_0x2198c0,_0x36a624);}};return async function(){const _0x21564a=_0x10ac1e;try{if(!global[_0x21564a(0xfb)]&&global['accessibilityPlatform']&&_0x1d19a8['XtmiE'](nestedKeyValue,global[_0x21564a(0x156)],[_0x1d19a8['zgWKL'],_0x1d19a8['MwAQk'],_0x1d19a8[_0x21564a(0x11f)]])&&_0x1d19a8[_0x21564a(0xf2)](shouldScanTestForAccessibility,global[_0x21564a(0x156)][_0x21564a(0x166)][_0x21564a(0x114)]['titlePath'],!![])&&scripts[_0x21564a(0xeb)](arguments[0x1])){logger['debug'](_0x21564a(0x16a)+arguments[0x1]),global['bstackPerformA11yScan']=!![];const _0x769374=_0x1d19a8[_0x21564a(0xf0)](nestedKeyValue,global,[_0x1d19a8[_0x21564a(0x14e)],_0x1d19a8['ARSDj']]),_0x551cc4={};_0x551cc4[_0x21564a(0x117)]=arguments[0x1],_0x769374&&logger['debug'](util[_0x21564a(0x180)](await AccessibilityHelper['performScan'](_0x769374,_0x551cc4)));if(_0x1d19a8[_0x21564a(0x11b)](arguments[0x0][_0x21564a(0xfa)],_0x1d19a8['GUcNs'])&&global['__driver']){const _0x392ca9={};_0x392ca9[_0x21564a(0x117)]=arguments[0x1],await _0x1d19a8[_0x21564a(0x14c)](browserStackExecuteDriver,global[_0x21564a(0x155)],scripts[_0x21564a(0x17f)],_0x392ca9);}}}catch(_0x2408fb){logger[_0x21564a(0x152)](_0x21564a(0x162)+util[_0x21564a(0x180)](_0x2408fb));}return global['bstackPerformA11yScan']=![],_0x52b4e8[_0x21564a(0x146)](this,arguments);};}}),!_0x2f39b1[_0x465e88(0x150)](isFalse,process[_0x465e88(0x129)][_0x465e88(0x170)])&&Object[_0x465e88(0x176)](_0x169edf[_0x465e88(0x13d)],_0x2f39b1[_0x465e88(0x126)],{'get':function(){const _0x59403d={'qeNDb':function(_0x13eb19,_0x2ed5a9){const _0x1c4191=a41_0x28f9;return _0x2f39b1[_0x1c4191(0x171)](_0x13eb19,_0x2ed5a9);},'YKGXj':function(_0x377eab,_0x2d0f6e){const _0x1acdaa=a41_0x28f9;return _0x2f39b1[_0x1acdaa(0x171)](_0x377eab,_0x2d0f6e);}};return function _0x1aa814(_0xa87b0f){const _0x3c66a8=a41_0x28f9,_0x316894=_0xa87b0f&&_0xa87b0f[_0x3c66a8(0x13e)]&&_0xa87b0f[_0x3c66a8(0x13e)]['bsParams'];if(_0x316894){const _0x1d3930=_0x316894[_0x3c66a8(0x145)],_0x225371=_0x316894[_0x3c66a8(0xe7)];_0x225371&&(_0x59403d[_0x3c66a8(0x158)](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x225371[_0x3c66a8(0x16d)]()),_0x49e557['currentSessionDetails'][_0x3c66a8(0x173)]=_0x225371[_0x3c66a8(0xfe)],_0x49e557[_0x3c66a8(0x181)][_0x3c66a8(0x160)]=_0x225371[_0x3c66a8(0x178)]),_0x1d3930&&(_0x59403d[_0x3c66a8(0xfc)](debug,_0x3c66a8(0xf8)+_0x1d3930),_0x49e557[_0x3c66a8(0x181)][_0x3c66a8(0xf6)]=_0x1d3930);}return _0xa1b5fc['apply'](this,arguments);};}});}}catch(_0x4339c5){_0x2f39b1['EpHoU'](debug,_0x465e88(0x174)+_0x4339c5),_0x49e557[_0x465e88(0x140)]=_0x4339c5[_0x465e88(0x16d)]();}}static[a41_0x4d40ab(0x14f)](){const _0x4ec233=a41_0x4d40ab,_0x52ad49={'OMHcv':function(_0x2cca24,_0x70efd1){return _0x2cca24(_0x70efd1);},'JMIce':function(_0x32fcea,_0x5f3798){return _0x32fcea(_0x5f3798);},'Klebm':function(_0x2d12f3){return _0x2d12f3();},'ucDiA':_0x4ec233(0x125),'vAttc':_0x4ec233(0x17b),'yDVDm':_0x4ec233(0xf4),'Sikox':_0x4ec233(0x11a),'csRFS':_0x4ec233(0x101),'jAJHH':'Error\x20in\x20importing\x20crConnection','CaOxf':function(_0x46d462,_0x2e538a){return _0x46d462!=_0x2e538a;},'LrmLM':_0x4ec233(0x118),'JcAie':function(_0x225e8f,_0x50731b){return _0x225e8f(_0x50731b);}},_0x16cc23=this;if(_0x52ad49[_0x4ec233(0x11d)](isAccessibilityAutomationSession)){let _0x549725=null;try{const _0x351141=path[_0x4ec233(0x121)](_0x52ad49['ucDiA'],_0x52ad49[_0x4ec233(0x131)],_0x52ad49['yDVDm'],_0x52ad49['Sikox']),_0x37c09a=_0x52ad49['JMIce'](importFileFromPWCore,_0x351141);!_0x37c09a?_0x52ad49[_0x4ec233(0x15d)](debug,_0x52ad49['csRFS']):_0x549725=_0x37c09a[_0x4ec233(0x16f)];}catch(_0x2b1a18){_0x52ad49['JMIce'](debug,_0x52ad49[_0x4ec233(0xea)]);}try{if(_0x52ad49[_0x4ec233(0x153)](_0x549725,null)){const _0x5b1a2c=_0x549725[_0x4ec233(0x13d)][_0x4ec233(0x118)];Object[_0x4ec233(0x176)](_0x549725[_0x4ec233(0x13d)],_0x52ad49['LrmLM'],{'get':function(){return function _0x3bde62(_0x3f1f3a){const _0x4b939e=a41_0x28f9;try{const _0x2806ce=_0x3f1f3a[_0x4b939e(0xf1)];if(_0x2806ce){delete _0x3f1f3a[_0x4b939e(0xf1)];const _0x21b219=_0x2806ce[_0x4b939e(0x145)],_0x52c92a=_0x2806ce[_0x4b939e(0xe7)];_0x52c92a&&(_0x52ad49[_0x4b939e(0x15d)](debug,_0x4b939e(0x10a)+_0x52c92a[_0x4b939e(0x16d)]()),_0x16cc23['currentSessionDetails'][_0x4b939e(0x173)]=_0x52c92a['platformName'],_0x16cc23[_0x4b939e(0x181)]['platform_version']=_0x52c92a[_0x4b939e(0x178)]),_0x21b219&&(_0x52ad49[_0x4b939e(0x137)](debug,_0x4b939e(0x16b)+_0x21b219),_0x16cc23[_0x4b939e(0x181)][_0x4b939e(0xf6)]=_0x21b219);}}catch(_0x44e7dc){_0x52ad49[_0x4b939e(0x15d)](debug,_0x4b939e(0x12b)+_0x44e7dc[_0x4b939e(0x16d)]());}return _0x5b1a2c['apply'](this,arguments);};}});}}catch(_0x204adc){_0x52ad49[_0x4ec233(0x100)](debug,_0x4ec233(0x147)+_0x204adc),_0x16cc23[_0x4ec233(0x140)]=_0x204adc[_0x4ec233(0x16d)]();}}}static['getDetails'](){const _0x8eeb4b=a41_0x4d40ab;return this[_0x8eeb4b(0x181)];}}module[a41_0x4d40ab(0x172)]=PlaywrightSessionDetails;
|
|
1
|
+
const a41_0x6b28d5=a41_0x30d6;(function(_0x4d0e87,_0x25535d){const _0x54a766=a41_0x30d6,_0x627546=_0x4d0e87();while(!![]){try{const _0x11c05b=parseInt(_0x54a766(0x7c))/0x1+-parseInt(_0x54a766(0xa5))/0x2+-parseInt(_0x54a766(0xff))/0x3*(-parseInt(_0x54a766(0xd7))/0x4)+parseInt(_0x54a766(0x9b))/0x5+-parseInt(_0x54a766(0x10c))/0x6+-parseInt(_0x54a766(0xc6))/0x7+parseInt(_0x54a766(0xbe))/0x8;if(_0x11c05b===_0x25535d)break;else _0x627546['push'](_0x627546['shift']());}catch(_0x351632){_0x627546['push'](_0x627546['shift']());}}}(a41_0x5b67,0xa4c9a));function a41_0x30d6(_0x5bd1be,_0x42a521){const _0x5b6701=a41_0x5b67();return a41_0x30d6=function(_0x30d61f,_0x2b657b){_0x30d61f=_0x30d61f-0x76;let _0x4a7a77=_0x5b6701[_0x30d61f];return _0x4a7a77;},a41_0x30d6(_0x5bd1be,_0x42a521);}const path=require(a41_0x6b28d5(0x109)),url=require(a41_0x6b28d5(0x9f)),util=require(a41_0x6b28d5(0xa2)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a41_0x6b28d5(0x84)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require(a41_0x6b28d5(0x8e)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a41_0x6b28d5(0xe9)),logger=require(a41_0x6b28d5(0xe7))['winstonLogger'],scripts=require('../../helpers/accessibility-automation/scripts'),{browserStackExecuteDriver}=require('../../bin/playwright/accessibility-helper'),AccessibilityHelper=require('./accessibility-helper'),getBrowserNameFromChannel=_0x1328eb=>{const _0x128286=a41_0x6b28d5,_0xeed36b={};_0xeed36b[_0x128286(0xfd)]='chrome',_0xeed36b[_0x128286(0xea)]='edge',_0xeed36b[_0x128286(0x97)]=_0x128286(0xda),_0xeed36b[_0x128286(0xd5)]='safari';const _0x3c7bbf=_0xeed36b;if(_0x1328eb[_0x128286(0xb2)](_0x3c7bbf[_0x128286(0xfd)]))return _0x3c7bbf[_0x128286(0xfd)];if(_0x1328eb[_0x128286(0xb2)](_0x3c7bbf[_0x128286(0xea)]))return _0x3c7bbf[_0x128286(0xea)];if(_0x1328eb['includes'](_0x3c7bbf[_0x128286(0x97)]))return _0x3c7bbf[_0x128286(0x97)];if(_0x1328eb[_0x128286(0xb2)](_0x3c7bbf[_0x128286(0xd5)]))return _0x3c7bbf[_0x128286(0xd5)];},getBrowserFromWSEndpoint=_0x470d38=>{const _0x28cf81=a41_0x6b28d5,_0x11b957={'IZldP':_0x28cf81(0xa8),'aROIq':function(_0x993211,_0x13822f){return _0x993211(_0x13822f);}};try{const _0x556005=url[_0x28cf81(0xf4)](_0x470d38),_0x3281ae=new URLSearchParams(_0x556005[_0x28cf81(0xf9)]),_0x476f4c=Object['fromEntries'](_0x3281ae[_0x28cf81(0xcd)]()),_0x54bb80=JSON[_0x28cf81(0xf4)](_0x476f4c[_0x28cf81(0xd9)]);if(_0x54bb80&&(_0x54bb80[_0x28cf81(0xae)]||_0x54bb80[_0x28cf81(0x101)]))return _0x54bb80['browser']||_0x54bb80[_0x28cf81(0x101)];return _0x11b957[_0x28cf81(0xbc)];}catch(_0x1d3ce5){_0x11b957[_0x28cf81(0x7e)](debug,_0x28cf81(0x80)+_0x1d3ce5[_0x28cf81(0xf8)]());}},getCloudProviderFromWsEndpoint=_0x4cdd23=>{const _0x5e315f=a41_0x6b28d5,_0x381264={};_0x381264[_0x5e315f(0xc7)]='browserstack.com',_0x381264[_0x5e315f(0x77)]=_0x5e315f(0xdc),_0x381264['uThcu']=_0x5e315f(0xab);const _0x4783e2=_0x381264;if(_0x4cdd23[_0x5e315f(0xb2)](_0x4783e2[_0x5e315f(0xc7)]))return _0x4783e2[_0x5e315f(0x77)];return _0x4783e2[_0x5e315f(0xfa)];},a41_0x45cfbd={};a41_0x45cfbd['cloudProvider']=undefined,a41_0x45cfbd['bsSessionId']=undefined,a41_0x45cfbd['browser']=undefined,a41_0x45cfbd[a41_0x6b28d5(0xfb)]=undefined,a41_0x45cfbd[a41_0x6b28d5(0xe8)]=undefined,a41_0x45cfbd[a41_0x6b28d5(0xc2)]=undefined,a41_0x45cfbd[a41_0x6b28d5(0xc0)]=undefined,a41_0x45cfbd[a41_0x6b28d5(0xa9)]={};function a41_0x5b67(){const _0x11ca69=['_connection','4921336YzDWPT','patchCRConnection','product','LKZnE','platform_version','server','vYguk','HAyde','6658834FbLbHs','Necqf','automate','format','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','nTzgh','method','entries','Error\x20in\x20importing\x20connection\x20','platformName','use','Error\x20in\x20importing\x20crConnection','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','cnaxM','debug','hBZUw','BROWSERSTACK_TEST_OBSERVABILITY','1464vdUYOG','sessionId','caps','firefox','Performing\x20scan\x20for\x20','browserstack','DmZgF','patchConnection','dispatch','accessibilityPlatform','exports','bstackPerformA11yScan','shouldWrapCommand','lfByi','GKlNP','bsParams','../../helpers/logger','platform','../../helpers/accessibility-automation/helper','OdpYi','bStackParams','_onMessage','vgrzi','project','aqaiF','CLWYq','Setting\x20session\x20id\x20received\x20from\x20BS\x20','CRConnection','fIyGx','parse','pzQPO','lib','crConnection.js','toString','query','uThcu','browser_version','version','pCOQM','cloudProvider','10071vaNuVK','defineProperty','browserName','erRuf','beNmN','NsjXV','_name','MJJpN','QaYCd','apply','path','Connection','local_grid','5641488XjcNxj','sendMessageToServer','pZIuc','testInfo','PnHse','RRlUH','currentSessionDetails','107980fpozan','platformVersion','aROIq','__workerDetails','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','aDBvX','DcNvL','nIpfB','../../helpers/helper','params','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','env','performScan','Error\x20in\x20finding\x20platform\x20details\x20','CYsHo','currentTest','SkxOg','channel','../../helpers/test-observability/utils','Xvdcf','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','UKeaw','prototype','LOjYg','OOXwD','cyYpy','ojYZL','hQRgT','Failed\x20to\x20perform\x20scan\x20','sessionError','4248460zSqNWC','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','DbWWH','titlePath','url','patch','ZqyRc','util','TuMPC','_defaultConnectOptions','470042yyuDCx','setupBrowserDetails','connection.js','chrome','capabilities','playwright-','unknown_grid','platformDetails','ZTuvf','browser','FjUga','vbsPC','BboIc','includes','wsEndpoint','HlQtf','nYRsO','OcqKp','omIZv','LwiEz','assign','NhPsy','join','IZldP'];a41_0x5b67=function(){return _0x11ca69;};return a41_0x5b67();}class PlaywrightSessionDetails{static [a41_0x6b28d5(0x7b)]=a41_0x45cfbd;constructor(){const _0x548ae6=a41_0x6b28d5,_0x44093f={};_0x44093f[_0x548ae6(0x79)]=_0x548ae6(0x86);const _0x39c529=_0x44093f;throw new Error(_0x39c529[_0x548ae6(0x79)]);}static [a41_0x6b28d5(0x9a)]=null;static[a41_0x6b28d5(0xa6)](_0x377481,_0x251a7a,_0x1610ab=null){const _0x2336ee=a41_0x6b28d5,_0x29948a={'LwiEz':_0x2336ee(0x10b),'omIZv':function(_0x4a3919,_0x25a453,_0x3b2135){return _0x4a3919(_0x25a453,_0x3b2135);},'NsjXV':'project','Ecavs':_0x2336ee(0xd0),'hQRgT':'connectOptions','UKeaw':function(_0x5bb00a,_0x5c516a){return _0x5bb00a(_0x5c516a);},'NhPsy':function(_0x2aac51,_0x303853){return _0x2aac51===_0x303853;},'OcqKp':_0x2336ee(0xdc),'PnXne':_0x2336ee(0xc8),'aqaiF':function(_0x596d49,_0x2f7fe1){return _0x596d49+_0x2f7fe1;},'jVrJp':_0x2336ee(0xaa),'FjUga':function(_0x1874b4){return _0x1874b4();}},_0x55db26=this;return _0x29948a['UKeaw'](o11yErrorHandler,async function _0x24e458(_0x1130dd,_0x5d3bf1,_0x3bcf05=null){const _0x4b014d=_0x2336ee;let _0x383041=_0x1130dd[_0x4b014d(0x105)];const _0x50cf9a=_0x1130dd[_0x4b014d(0xfc)]();let _0x3a1b0a=null,_0x46202a=null,_0x2efe9c=null,_0x30303a=_0x29948a[_0x4b014d(0xb8)];if(_0x1130dd[_0x4b014d(0xbd)]['isRemote']()||global['accessibilityPlatform']){const _0x39b00a=_0x1130dd['_browserType'][_0x4b014d(0xa4)]||_0x29948a[_0x4b014d(0xb7)](nestedKeyValue,_0x5d3bf1,[_0x29948a[_0x4b014d(0x104)],_0x29948a['Ecavs'],_0x29948a[_0x4b014d(0x98)]]),_0x2e37f3=_0x3bcf05||_0x39b00a&&_0x39b00a[_0x4b014d(0xb3)];_0x2e37f3&&(_0x30303a=_0x29948a[_0x4b014d(0x92)](getCloudProviderFromWsEndpoint,_0x2e37f3),_0x29948a[_0x4b014d(0xba)](_0x30303a,_0x29948a[_0x4b014d(0xb6)])&&(_0x2efe9c=_0x29948a['PnXne'],_0x383041=_0x29948a[_0x4b014d(0x92)](getBrowserFromWSEndpoint,_0x2e37f3)||_0x383041,_0x3a1b0a=_0x55db26[_0x4b014d(0x7b)]['platform'],_0x46202a=_0x55db26['currentSessionDetails'][_0x4b014d(0xc2)]));}else{_0x5d3bf1&&_0x5d3bf1['project'][_0x4b014d(0xd0)][_0x4b014d(0x8d)]?_0x383041=_0x29948a[_0x4b014d(0x92)](getBrowserNameFromChannel,_0x5d3bf1[_0x4b014d(0xee)][_0x4b014d(0xd0)]['channel']):_0x383041=_0x29948a[_0x4b014d(0xef)](_0x29948a['jVrJp'],_0x383041['toLowerCase']());const _0x4e47c2=await _0x29948a[_0x4b014d(0xaf)](getPlatformDetails);_0x3a1b0a=_0x4e47c2[_0x4b014d(0xcf)],_0x46202a=_0x4e47c2[_0x4b014d(0x7d)];}const _0x20af5c={};_0x20af5c['browser']=_0x383041,_0x20af5c['browser_version']=_0x50cf9a,_0x20af5c[_0x4b014d(0xa9)]={},_0x20af5c[_0x4b014d(0xe8)]=_0x3a1b0a,_0x20af5c[_0x4b014d(0xc2)]=_0x46202a,_0x20af5c[_0x4b014d(0xc0)]=_0x2efe9c;const _0x3e43fb=_0x20af5c,_0xd1b060={};_0xd1b060[_0x4b014d(0xfe)]=_0x30303a,_0x55db26['currentSessionDetails']=Object[_0x4b014d(0xb9)]({},_0x55db26['currentSessionDetails'],_0xd1b060,_0x3e43fb);})(_0x377481,_0x251a7a,_0x1610ab);}static[a41_0x6b28d5(0xa0)](){const _0x3760a3=a41_0x6b28d5;this[_0x3760a3(0xde)](),this[_0x3760a3(0xbf)]();}static[a41_0x6b28d5(0xde)](){const _0x3d3441=a41_0x6b28d5,_0x129282={'BboIc':function(_0x467f44,_0xd072d4,_0x5bb1d6){return _0x467f44(_0xd072d4,_0x5bb1d6);},'vYguk':'currentTest','cnaxM':'testInfo','LKZnE':_0x3d3441(0x9e),'DbWWH':_0x3d3441(0x7f),'vgrzi':'pwPage','beNmN':function(_0x443dc3,_0x506dcd){return _0x443dc3===_0x506dcd;},'fIyGx':'Page','gQxBe':function(_0x4ff613,_0x12710e,_0x2c657b,_0x49cbd3){return _0x4ff613(_0x12710e,_0x2c657b,_0x49cbd3);},'DcNvL':function(_0x40c147,_0x18a141){return _0x40c147(_0x18a141);},'MJJpN':_0x3d3441(0xf6),'YzOOl':'client','QaYCd':_0x3d3441(0xa7),'nIpfB':'Not\x20able\x20to\x20import\x20Connection','TRpuj':function(_0x3497e4,_0x3e768c){return _0x3497e4(_0x3e768c);},'GKlNP':function(_0x1fdf90,_0x2cc0cd){return _0x1fdf90!=_0x2cc0cd;},'aDBvX':function(_0x13f381){return _0x13f381();},'RRlUH':_0x3d3441(0x76),'NmqAS':'dispatch'},_0x376b9b=this;if(!this[_0x3d3441(0x10a)])try{const _0x544068=path['join'](_0x129282[_0x3d3441(0x106)],_0x129282['YzOOl'],_0x129282[_0x3d3441(0x107)]),_0x5af458=_0x129282['DcNvL'](importFileFromPWCore,_0x544068);!_0x5af458?_0x129282['DcNvL'](debug,_0x129282[_0x3d3441(0x83)]):this[_0x3d3441(0x10a)]=_0x5af458['Connection'];}catch(_0x3f4474){_0x129282['TRpuj'](debug,_0x3d3441(0xce)+_0x3f4474[_0x3d3441(0xf8)]());}const _0x13cea3=this[_0x3d3441(0x10a)];try{if(_0x129282[_0x3d3441(0xe5)](_0x13cea3,null)){const _0xaea425=_0x13cea3[_0x3d3441(0x93)][_0x3d3441(0xdf)],_0x52e69d=_0x13cea3[_0x3d3441(0x93)][_0x3d3441(0x76)];_0x129282[_0x3d3441(0x81)](isAccessibilityAutomationSession)&&Object[_0x3d3441(0x100)](_0x13cea3[_0x3d3441(0x93)],_0x129282[_0x3d3441(0x7a)],{'get':function(){const _0x18bfcf=_0x3d3441,_0x4635fc={'YRuVt':function(_0x129473,_0x26ab07,_0x7d9c08){const _0x42271c=a41_0x30d6;return _0x129282[_0x42271c(0xb1)](_0x129473,_0x26ab07,_0x7d9c08);},'ZTuvf':_0x129282[_0x18bfcf(0xc4)],'SkxOg':_0x129282[_0x18bfcf(0xd3)],'LOjYg':_0x129282[_0x18bfcf(0xc1)],'SCxLO':function(_0x26fdcc,_0x24cacf,_0x583ae9){const _0x126957=_0x18bfcf;return _0x129282[_0x126957(0xb1)](_0x26fdcc,_0x24cacf,_0x583ae9);},'EWJhK':function(_0x1c6ddf,_0x3d382b,_0x5bb435){const _0x3a4eb=_0x18bfcf;return _0x129282[_0x3a4eb(0xb1)](_0x1c6ddf,_0x3d382b,_0x5bb435);},'CLWYq':_0x129282[_0x18bfcf(0x9d)],'CYsHo':_0x129282[_0x18bfcf(0xed)],'nTzgh':function(_0x3e4336,_0x13375a){const _0x4e6be1=_0x18bfcf;return _0x129282[_0x4e6be1(0x103)](_0x3e4336,_0x13375a);},'Xvdcf':_0x129282[_0x18bfcf(0xf3)],'ZqyRc':function(_0xd1bb11,_0x1f7966,_0x97431a,_0x1d44b6){return _0x129282['gQxBe'](_0xd1bb11,_0x1f7966,_0x97431a,_0x1d44b6);}};return async function(){const _0x31c2e6=_0x18bfcf;try{if(!global[_0x31c2e6(0xe2)]&&global[_0x31c2e6(0xe0)]&&_0x4635fc['YRuVt'](nestedKeyValue,global[_0x31c2e6(0x7f)],[_0x4635fc[_0x31c2e6(0xad)],_0x4635fc[_0x31c2e6(0x8c)],_0x4635fc[_0x31c2e6(0x94)]])&&_0x4635fc['SCxLO'](shouldScanTestForAccessibility,global[_0x31c2e6(0x7f)][_0x31c2e6(0x8b)][_0x31c2e6(0x78)][_0x31c2e6(0x9e)],!![])&&scripts[_0x31c2e6(0xe3)](arguments[0x1])){logger['debug'](_0x31c2e6(0xdb)+arguments[0x1]),global[_0x31c2e6(0xe2)]=!![];const _0x5744fc=_0x4635fc['EWJhK'](nestedKeyValue,global,[_0x4635fc[_0x31c2e6(0xf0)],_0x4635fc[_0x31c2e6(0x8a)]]),_0x421f06={};_0x421f06[_0x31c2e6(0xcc)]=arguments[0x1],_0x5744fc&&logger[_0x31c2e6(0xd4)](util[_0x31c2e6(0xc9)](await AccessibilityHelper['performScan'](_0x5744fc,_0x421f06)));if(_0x4635fc[_0x31c2e6(0xcb)](arguments[0x0]['_type'],_0x4635fc[_0x31c2e6(0x8f)])&&global['__driver']){const _0x599889={};_0x599889['method']=arguments[0x1],await _0x4635fc[_0x31c2e6(0xa1)](browserStackExecuteDriver,global['__driver'],scripts[_0x31c2e6(0x88)],_0x599889);}}}catch(_0x476dac){logger[_0x31c2e6(0xd4)](_0x31c2e6(0x99)+util[_0x31c2e6(0xc9)](_0x476dac));}return global[_0x31c2e6(0xe2)]=![],_0x52e69d[_0x31c2e6(0x108)](this,arguments);};}}),!_0x129282[_0x3d3441(0x82)](isFalse,process[_0x3d3441(0x87)][_0x3d3441(0xd6)])&&Object[_0x3d3441(0x100)](_0x13cea3[_0x3d3441(0x93)],_0x129282['NmqAS'],{'get':function(){return function _0x2e485b(_0x3f03df){const _0x47c2b1=a41_0x30d6,_0x3a2957=_0x3f03df&&_0x3f03df[_0x47c2b1(0x85)]&&_0x3f03df[_0x47c2b1(0x85)][_0x47c2b1(0xe6)];if(_0x3a2957){const _0x5d3686=_0x3a2957[_0x47c2b1(0xd8)],_0x1f2a5b=_0x3a2957[_0x47c2b1(0xac)];_0x1f2a5b&&(_0x129282[_0x47c2b1(0x82)](debug,_0x47c2b1(0xd2)+_0x1f2a5b[_0x47c2b1(0xf8)]()),_0x376b9b[_0x47c2b1(0x7b)][_0x47c2b1(0xe8)]=_0x1f2a5b[_0x47c2b1(0xcf)],_0x376b9b[_0x47c2b1(0x7b)][_0x47c2b1(0xc2)]=_0x1f2a5b[_0x47c2b1(0x7d)]),_0x5d3686&&(_0x129282[_0x47c2b1(0x82)](debug,_0x47c2b1(0xf1)+_0x5d3686),_0x376b9b[_0x47c2b1(0x7b)]['bsSessionId']=_0x5d3686);}return _0xaea425[_0x47c2b1(0x108)](this,arguments);};}});}}catch(_0x15a4b3){_0x129282[_0x3d3441(0x82)](debug,_0x3d3441(0x90)+_0x15a4b3),_0x376b9b[_0x3d3441(0x9a)]=_0x15a4b3[_0x3d3441(0xf8)]();}}static[a41_0x6b28d5(0xbf)](){const _0x27c178=a41_0x6b28d5,_0xbf7fa0={'HlQtf':function(_0x538029,_0x33a27b){return _0x538029(_0x33a27b);},'pzQPO':function(_0x2ea6d7){return _0x2ea6d7();},'HAyde':_0x27c178(0xf6),'DmZgF':_0x27c178(0xc3),'lfByi':'chromium','OOXwD':_0x27c178(0xf7),'cyYpy':function(_0x506f9a,_0x5f3e71){return _0x506f9a(_0x5f3e71);},'erRuf':function(_0xa09dd1,_0x52b2d9){return _0xa09dd1(_0x52b2d9);},'TuMPC':'Not\x20able\x20to\x20import\x20crConnection','nYRsO':_0x27c178(0xd1),'vbsPC':function(_0x14fd25,_0x5059e6){return _0x14fd25!=_0x5059e6;},'HXniQ':'_onMessage'},_0x4aaec2=this;if(_0xbf7fa0[_0x27c178(0xf5)](isAccessibilityAutomationSession)){let _0x76d5a2=null;try{const _0x13c462=path[_0x27c178(0xbb)](_0xbf7fa0[_0x27c178(0xc5)],_0xbf7fa0[_0x27c178(0xdd)],_0xbf7fa0[_0x27c178(0xe4)],_0xbf7fa0[_0x27c178(0x95)]),_0x3f879c=_0xbf7fa0[_0x27c178(0x96)](importFileFromPWCore,_0x13c462);!_0x3f879c?_0xbf7fa0[_0x27c178(0x102)](debug,_0xbf7fa0[_0x27c178(0xa3)]):_0x76d5a2=_0x3f879c[_0x27c178(0xf2)];}catch(_0x578943){_0xbf7fa0[_0x27c178(0x102)](debug,_0xbf7fa0[_0x27c178(0xb5)]);}try{if(_0xbf7fa0[_0x27c178(0xb0)](_0x76d5a2,null)){const _0x1b914f=_0x76d5a2[_0x27c178(0x93)][_0x27c178(0xec)];Object[_0x27c178(0x100)](_0x76d5a2[_0x27c178(0x93)],_0xbf7fa0['HXniQ'],{'get':function(){return function _0x54f612(_0x418ba2){const _0x191d0b=a41_0x30d6;try{const _0x799107=_0x418ba2[_0x191d0b(0xeb)];if(_0x799107){delete _0x418ba2[_0x191d0b(0xeb)];const _0x5122de=_0x799107['sessionId'],_0x175d8f=_0x799107[_0x191d0b(0xac)];_0x175d8f&&(_0xbf7fa0[_0x191d0b(0xb4)](debug,_0x191d0b(0x91)+_0x175d8f[_0x191d0b(0xf8)]()),_0x4aaec2['currentSessionDetails'][_0x191d0b(0xe8)]=_0x175d8f[_0x191d0b(0xcf)],_0x4aaec2[_0x191d0b(0x7b)][_0x191d0b(0xc2)]=_0x175d8f[_0x191d0b(0x7d)]),_0x5122de&&(_0xbf7fa0[_0x191d0b(0xb4)](debug,_0x191d0b(0xca)+_0x5122de),_0x4aaec2[_0x191d0b(0x7b)]['bsSessionId']=_0x5122de);}}catch(_0x3a4e13){_0xbf7fa0[_0x191d0b(0xb4)](debug,_0x191d0b(0x89)+_0x3a4e13[_0x191d0b(0xf8)]());}return _0x1b914f['apply'](this,arguments);};}});}}catch(_0x334bae){_0xbf7fa0[_0x27c178(0x102)](debug,_0x27c178(0x9c)+_0x334bae),_0x4aaec2[_0x27c178(0x9a)]=_0x334bae[_0x27c178(0xf8)]();}}}static['getDetails'](){const _0xb32891=a41_0x6b28d5;return this[_0xb32891(0x7b)];}}module[a41_0x6b28d5(0xe1)]=PlaywrightSessionDetails;
|
package/src/bin/runner.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a42_0x3bc5b5=a42_0x4e11;(function(_0x4d4e82,_0x40b303){const _0x34a3b1=a42_0x4e11,_0x33f232=_0x4d4e82();while(!![]){try{const _0x2cf179=-parseInt(_0x34a3b1(0xd1))/0x1+parseInt(_0x34a3b1(0xd3))/0x2*(parseInt(_0x34a3b1(0xab))/0x3)+parseInt(_0x34a3b1(0x105))/0x4*(-parseInt(_0x34a3b1(0xdc))/0x5)+-parseInt(_0x34a3b1(0xd5))/0x6*(parseInt(_0x34a3b1(0xe8))/0x7)+parseInt(_0x34a3b1(0xc7))/0x8+parseInt(_0x34a3b1(0xd6))/0x9*(parseInt(_0x34a3b1(0xde))/0xa)+-parseInt(_0x34a3b1(0xc9))/0xb*(-parseInt(_0x34a3b1(0xdb))/0xc);if(_0x2cf179===_0x40b303)break;else _0x33f232['push'](_0x33f232['shift']());}catch(_0x13f46c){_0x33f232['push'](_0x33f232['shift']());}}}(a42_0x1b81,0xd71ca));function a42_0x1b81(){const _0x1d3408=['VANILLA','quYAU','jest','hLjwY','yargs','FRZiX','./utils/constants','parserConfiguration','nSxxX','usage:\x20$0\x20<command>\x20[args]','wrap','nightwatch','--package','run','./jest/command','KWPJd','winstonLogger','--no-opts','mocha','.local-not-set.json','HELP','--opts','--no-package','codeceptjs','startMonitoring','NxjIY','27WdEVKc','liaKA','config','NyQJH','vJoCC','cNMmL','includes','mocha/lib/cli/cli.js','./cucumber-js/command','setBrowserStackAutomationDisable','node','wqZhh','ldlob','./mocha/command','format','PLAYWRIGHT','alias','showHelpOnFail','INTEGRATIONS','ooaGA','version','cVtqv','usage','../helpers/helper','CODECEPTJS','ABEhC','gysTN','ndzae','3690200umgGts','TNhDb','8364268bIjrps','Parsing\x20command\x20line\x20arguements','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','existsSync','util','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','mbcbV','globalException','34330vwtcCj','JEST','5836nQMXCD','./integrations/command','6441888OIrFxB','2241xZxqrV','tcxLx','cucumber-js','playwright','sdk:setup-start','24SsLjKs','504920ZFhpxM','IHtpP','51950NnhQyc','error','klXvt','push','.browserstack','isUndefined','zyGMm','SDKTestSuccessful','./codeceptjs/command','CUCUMBER','7brtfIg','describe','../helpers/logger','unlinkSync','mocha/lib/cli/commands.js','message','fireFunnelTestEvent','HrMcv','../helpers/performance-tester','setTestObservabilityDisable','bignK','ats','demandCommand','XtnRf','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','INFO','dot-notation','SQzWx','join','NIGHTWATCH','framework','./nightwatch/command','handler','MOCHA','command','path','VERSION','argv','HTzIO','52JpheVQ','help','TQcdX','--config','slice','exitCode','debug','OcnAK'];a42_0x1b81=function(){return _0x1d3408;};return a42_0x1b81();}const fs=require('fs'),path=require(a42_0x3bc5b5(0x101)),util=require(a42_0x3bc5b5(0xcd)),{performance}=require('perf_hooks'),{requireModule}=require(a42_0x3bc5b5(0xc2)),helper=require(a42_0x3bc5b5(0xc2)),runIntegrations=require(a42_0x3bc5b5(0xd4)),captureError=async(_0x2cb2b1,_0x506fed,_0xc4ac4b=null)=>{const _0x5825b2=a42_0x3bc5b5,_0x31582c={'klXvt':function(_0xc7e9f0,_0x1dc5bd,_0x5fd19a){return _0xc7e9f0(_0x1dc5bd,_0x5fd19a);},'nSxxX':_0x5825b2(0xe5)};try{await _0x31582c[_0x5825b2(0xe0)](_0x2cb2b1,_0x506fed,_0xc4ac4b);}catch(_0x5658b8){process[_0x5825b2(0x8e)]=0x1,logger[_0x5825b2(0xdf)](util[_0x5825b2(0xb9)](_0x5658b8));const _0x12e221={};_0x12e221[_0x5825b2(0xd0)]=_0x5658b8[_0x5825b2(0xed)];const _0xdaafad=_0x12e221;if(helper['isUndefined'](global[_0x5825b2(0xad)])&&helper[_0x5825b2(0xe3)](global[_0x5825b2(0xfc)]))return;try{helper[_0x5825b2(0xee)](_0x31582c[_0x5825b2(0x99)],_0xdaafad,global[_0x5825b2(0xad)],global[_0x5825b2(0xfc)]);}catch(_0xe94428){logger[_0x5825b2(0x8f)](_0x5825b2(0xcb)+_0xe94428);}}};try{const browserstackFolderPath=path[a42_0x3bc5b5(0xfa)](helper['homedir'](),a42_0x3bc5b5(0xe2));if(fs[a42_0x3bc5b5(0xcc)](browserstackFolderPath)){const filePath=path[a42_0x3bc5b5(0xfa)](browserstackFolderPath,a42_0x3bc5b5(0xa4));fs[a42_0x3bc5b5(0xcc)](filePath)&&fs[a42_0x3bc5b5(0xeb)](filePath);}}catch(a42_0x2fb24c){logger['debug'](a42_0x3bc5b5(0xf6)+a42_0x2fb24c['message']);}process['argv']['includes']('mocha')&&(!process[a42_0x3bc5b5(0x103)][a42_0x3bc5b5(0xb1)](a42_0x3bc5b5(0xa6))&&process['argv'][a42_0x3bc5b5(0xe1)](a42_0x3bc5b5(0xa2)),!process[a42_0x3bc5b5(0x103)][a42_0x3bc5b5(0xb1)](a42_0x3bc5b5(0x8c))&&process[a42_0x3bc5b5(0x103)][a42_0x3bc5b5(0xe1)]('--no-config'),!process[a42_0x3bc5b5(0x103)]['includes'](a42_0x3bc5b5(0x9d))&&process[a42_0x3bc5b5(0x103)][a42_0x3bc5b5(0xe1)](a42_0x3bc5b5(0xa7)));function a42_0x4e11(_0x4c30f2,_0x1f9bb5){const _0x1b8122=a42_0x1b81();return a42_0x4e11=function(_0x4e113d,_0x15d652){_0x4e113d=_0x4e113d-0x8b;let _0xdcd6c0=_0x1b8122[_0x4e113d];return _0xdcd6c0;},a42_0x4e11(_0x4c30f2,_0x1f9bb5);}const yargs=require(a42_0x3bc5b5(0x95)),Constants=require(a42_0x3bc5b5(0x97)),PerformanceTester=require(a42_0x3bc5b5(0xf0)),logger=require(a42_0x3bc5b5(0xea))[a42_0x3bc5b5(0xa1)];PerformanceTester[a42_0x3bc5b5(0xa9)](),performance['mark'](a42_0x3bc5b5(0xda));const a42_0x27d25d={};a42_0x27d25d[a42_0x3bc5b5(0xf8)]=![];const argv=yargs[a42_0x3bc5b5(0x98)](a42_0x27d25d)[a42_0x3bc5b5(0xc1)](a42_0x3bc5b5(0x9a))[a42_0x3bc5b5(0xbb)]('v',a42_0x3bc5b5(0xbf))[a42_0x3bc5b5(0xe9)]('v')[a42_0x3bc5b5(0xbb)]('h','help')[a42_0x3bc5b5(0x106)](a42_0x3bc5b5(0x106))[a42_0x3bc5b5(0xbc)](!![],Constants[a42_0x3bc5b5(0x102)][a42_0x3bc5b5(0xa5)])[a42_0x3bc5b5(0x100)](a42_0x3bc5b5(0x93),Constants[a42_0x3bc5b5(0xd2)][a42_0x3bc5b5(0xf7)],function(_0x48c46f){const _0x5c3322=a42_0x3bc5b5,_0x4f4805={'ooaGA':function(_0x48820a,_0x4c30cc,_0x150735,_0x1588b2){return _0x48820a(_0x4c30cc,_0x150735,_0x1588b2);},'lhlKg':function(_0xd2c1e4,_0x199695){return _0xd2c1e4(_0x199695);},'SQzWx':_0x5c3322(0x9f)};helper[_0x5c3322(0xf1)](),helper[_0x5c3322(0xb4)]();const _0x2c7cc8=process[_0x5c3322(0x103)][_0x5c3322(0x8d)](0x2);return _0x4f4805[_0x5c3322(0xbe)](captureError,_0x4f4805['lhlKg'](require,_0x4f4805[_0x5c3322(0xf9)]),_0x48c46f[_0x5c3322(0x103)],_0x2c7cc8);})['command'](a42_0x3bc5b5(0xa3),Constants[a42_0x3bc5b5(0xff)][a42_0x3bc5b5(0xf7)],_0x2f1a0e=>{const _0x54ebce=a42_0x3bc5b5,_0x352c88={'ldlob':function(_0x948702,_0x4d3d5f,_0x28d9e0){return _0x948702(_0x4d3d5f,_0x28d9e0);},'ABEhC':function(_0x115580,_0xe7de4a){return _0x115580(_0xe7de4a);},'vJoCC':_0x54ebce(0xb8),'FRZiX':_0x54ebce(0xca),'CmjjD':'mocha/lib/cli/run.js','HrMcv':function(_0x28076d,_0x2c39a0){return _0x28076d(_0x2c39a0);},'mbcbV':_0x54ebce(0xec),'NyQJH':_0x54ebce(0xb2),'XtnRf':function(_0x15fe73){return _0x15fe73();}};logger[_0x54ebce(0x8f)](_0x352c88[_0x54ebce(0x96)]);const _0xc50554=_0x352c88['ABEhC'](requireModule,_0x352c88['CmjjD']),_0x3b044=_0x352c88[_0x54ebce(0xef)](requireModule,_0x352c88[_0x54ebce(0xcf)]);process[_0x54ebce(0x103)]=process['argv']['slice'](0x1),delete _0xc50554[_0x54ebce(0xfe)],_0xc50554[_0x54ebce(0xfe)]=function(_0xb38588){const _0x54c9df=_0x54ebce;return _0x352c88[_0x54c9df(0xb7)](captureError,_0x352c88[_0x54c9df(0xc4)](require,_0x352c88[_0x54c9df(0xaf)]),_0xb38588);},_0x3b044[_0x54ebce(0x9e)]=_0xc50554;const {main:_0x500b55}=_0x352c88[_0x54ebce(0xef)](requireModule,_0x352c88[_0x54ebce(0xae)]);_0x352c88[_0x54ebce(0xf5)](_0x500b55);})[a42_0x3bc5b5(0x100)](a42_0x3bc5b5(0xd8),Constants[a42_0x3bc5b5(0xe7)]['INFO'],function(_0x35c9c2){const _0x39a009=a42_0x3bc5b5,_0x584ce8={'tcxLx':function(_0x261665,_0x30319a,_0x115b6c,_0x21f1d1){return _0x261665(_0x30319a,_0x115b6c,_0x21f1d1);},'wqZhh':function(_0x43c68e,_0x42d1e3){return _0x43c68e(_0x42d1e3);},'IHtpP':_0x39a009(0xb3)},_0x2e3f6b=process[_0x39a009(0x103)]['slice'](0x2);return _0x584ce8[_0x39a009(0xd7)](captureError,_0x584ce8[_0x39a009(0xb6)](require,_0x584ce8[_0x39a009(0xdd)]),_0x35c9c2[_0x39a009(0x103)],_0x2e3f6b);})['command'](a42_0x3bc5b5(0xb5),Constants[a42_0x3bc5b5(0x91)][a42_0x3bc5b5(0xf7)],function(_0x36713f){const _0x593908=a42_0x3bc5b5,_0x4f674e={'HTzIO':function(_0x55a70c,_0x24500d,_0x49a3be,_0x2bdf35){return _0x55a70c(_0x24500d,_0x49a3be,_0x2bdf35);},'TNhDb':function(_0x27b4dd,_0x17b477){return _0x27b4dd(_0x17b477);},'quYAU':'./vanilla-js/command'},_0x47b49c=process[_0x593908(0x103)][_0x593908(0x8d)](0x2);return _0x4f674e[_0x593908(0x104)](captureError,_0x4f674e[_0x593908(0xc8)](require,_0x4f674e[_0x593908(0x92)]),_0x36713f[_0x593908(0x103)],_0x47b49c);})[a42_0x3bc5b5(0x100)](a42_0x3bc5b5(0x9c),Constants[a42_0x3bc5b5(0xfb)][a42_0x3bc5b5(0xf7)],function(_0x509bd4){const _0x1630cd=a42_0x3bc5b5,_0x21fec5={'hLjwY':function(_0x341ba1,_0x4126cc,_0x461695,_0x45ce1f){return _0x341ba1(_0x4126cc,_0x461695,_0x45ce1f);},'DCyFF':function(_0x36479c,_0x1853c4){return _0x36479c(_0x1853c4);},'gysTN':_0x1630cd(0xfd)},_0x17a3e3=process[_0x1630cd(0x103)][_0x1630cd(0x8d)](0x2);return _0x21fec5[_0x1630cd(0x94)](captureError,_0x21fec5['DCyFF'](require,_0x21fec5[_0x1630cd(0xc5)]),_0x509bd4['argv'],_0x17a3e3);})[a42_0x3bc5b5(0x100)](a42_0x3bc5b5(0xa8),Constants[a42_0x3bc5b5(0xc3)][a42_0x3bc5b5(0xf7)],function(_0x3630d8){const _0x2a51d0=a42_0x3bc5b5,_0x3ddc0c={'TQcdX':function(_0x4ade4e,_0x24693f,_0xf82397,_0x3c104e){return _0x4ade4e(_0x24693f,_0xf82397,_0x3c104e);},'bignK':function(_0x5effa0,_0x5812f0){return _0x5effa0(_0x5812f0);},'cVtqv':_0x2a51d0(0xe6)},_0x142481=process[_0x2a51d0(0x103)]['slice'](0x2);return _0x3ddc0c[_0x2a51d0(0x8b)](captureError,_0x3ddc0c[_0x2a51d0(0xf2)](require,_0x3ddc0c[_0x2a51d0(0xc0)]),_0x3630d8[_0x2a51d0(0x103)],_0x142481);})[a42_0x3bc5b5(0x100)]('ats',Constants['HST'][a42_0x3bc5b5(0xf7)],function(_0x37bae8){const _0x59699f=a42_0x3bc5b5,_0x20ec62={'cNMmL':function(_0x1b69fd,_0x2ac48f,_0x2ca6e1){return _0x1b69fd(_0x2ac48f,_0x2ca6e1);},'liaKA':function(_0x1a1e49,_0x2288b4){return _0x1a1e49(_0x2288b4);},'KWPJd':'../../ats/src/index'},_0x30df71=process[_0x59699f(0x103)][_0x59699f(0x8d)](0x2);return _0x20ec62[_0x59699f(0xb0)](captureError,_0x20ec62[_0x59699f(0xac)](require,_0x20ec62[_0x59699f(0xa0)]),_0x37bae8);})[a42_0x3bc5b5(0x100)]('integrations',Constants[a42_0x3bc5b5(0xbd)][a42_0x3bc5b5(0xf7)],function(_0x310bb4){const _0x1f6d24=a42_0x3bc5b5,_0xdf3fb1={'NxjIY':function(_0x174726,_0x51dcb8){return _0x174726(_0x51dcb8);}};return _0xdf3fb1[_0x1f6d24(0xaa)](runIntegrations,_0x310bb4);})[a42_0x3bc5b5(0x100)](a42_0x3bc5b5(0xd9),Constants[a42_0x3bc5b5(0xba)]['INFO'],function(_0x5072de){const _0x499ca0=a42_0x3bc5b5,_0xe84178={'zyGMm':function(_0x29858f,_0x459c80,_0x15e935,_0x2a2aa2){return _0x29858f(_0x459c80,_0x15e935,_0x2a2aa2);},'ndzae':function(_0x47c7f0,_0x103dcf){return _0x47c7f0(_0x103dcf);},'OcnAK':'./playwright/command'},_0x4a7c84=process['argv'][_0x499ca0(0x8d)](0x2);return _0xe84178[_0x499ca0(0xe4)](captureError,_0xe84178[_0x499ca0(0xc6)](require,_0xe84178[_0x499ca0(0x90)]),_0x5072de[_0x499ca0(0x103)],_0x4a7c84);})[a42_0x3bc5b5(0xf4)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a42_0x3bc5b5(0x9b)](null)['argv'];!helper[a42_0x3bc5b5(0xe3)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x3bc5b5(0xf3)&&console[a42_0x3bc5b5(0xdf)](a42_0x3bc5b5(0xce));
|
|
2
|
+
'use strict';const a42_0x1646ef=a42_0x8e93;(function(_0x9e7387,_0x2e635d){const _0x31a82b=a42_0x8e93,_0x45d2f6=_0x9e7387();while(!![]){try{const _0xc1b4e7=-parseInt(_0x31a82b(0x24a))/0x1*(parseInt(_0x31a82b(0x234))/0x2)+parseInt(_0x31a82b(0x21b))/0x3*(parseInt(_0x31a82b(0x20b))/0x4)+-parseInt(_0x31a82b(0x256))/0x5+-parseInt(_0x31a82b(0x232))/0x6+-parseInt(_0x31a82b(0x253))/0x7*(-parseInt(_0x31a82b(0x1ef))/0x8)+-parseInt(_0x31a82b(0x219))/0x9+-parseInt(_0x31a82b(0x255))/0xa*(-parseInt(_0x31a82b(0x245))/0xb);if(_0xc1b4e7===_0x2e635d)break;else _0x45d2f6['push'](_0x45d2f6['shift']());}catch(_0x377463){_0x45d2f6['push'](_0x45d2f6['shift']());}}}(a42_0x220a,0xd5a62));const fs=require('fs'),path=require('path'),util=require(a42_0x1646ef(0x1ff)),{performance}=require(a42_0x1646ef(0x213)),{requireModule}=require(a42_0x1646ef(0x238)),helper=require(a42_0x1646ef(0x238)),runIntegrations=require(a42_0x1646ef(0x23d)),captureError=async(_0x17c900,_0x3a7760,_0x3c6582=null)=>{const _0x4edf39=a42_0x1646ef,_0x4ae4d6={'xsUOE':function(_0x155f52,_0x1dff58,_0x5c920e){return _0x155f52(_0x1dff58,_0x5c920e);},'YGctG':_0x4edf39(0x211)};try{await _0x4ae4d6[_0x4edf39(0x250)](_0x17c900,_0x3a7760,_0x3c6582);}catch(_0x58467b){process[_0x4edf39(0x1f8)]=0x1,logger[_0x4edf39(0x204)](util[_0x4edf39(0x200)](_0x58467b));const _0x4a0963={};_0x4a0963[_0x4edf39(0x229)]=_0x58467b[_0x4edf39(0x206)];const _0x3248cf=_0x4a0963;if(helper[_0x4edf39(0x224)](global[_0x4edf39(0x228)])&&helper[_0x4edf39(0x224)](global[_0x4edf39(0x20a)]))return;try{helper[_0x4edf39(0x226)](_0x4ae4d6[_0x4edf39(0x22c)],_0x3248cf,global[_0x4edf39(0x228)],global[_0x4edf39(0x20a)]);}catch(_0x102044){logger[_0x4edf39(0x212)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x102044);}}};function a42_0x220a(){const _0x4cf7b9=['--no-package','HELP','FbqAV','INFO','isUndefined','unlinkSync','fireFunnelTestEvent','GJQmj','config','globalException','pzWIT','./jest/command','YGctG','yargs','homedir','Usybf','./nightwatch/command','handler','9897318ZYHLqv','usage:\x20$0\x20<command>\x20[args]','3004HbsvYT','beVau','HyPER','qAHPr','../helpers/helper','.browserstack','alias','run','EPoKn','./integrations/command','--opts','lXQiY','--no-config','--config','MScbT','integrations','setBrowserStackAutomationDisable','38735224ONJKvs','gVMFS','./playwright/command','.local-not-set.json','uhWHV','467OYcTti','PLAYWRIGHT','push','cucumber-js','mark','HST','xsUOE','vIhUW','ZMTFW','446152RnXnbK','nightwatch','10kxalXH','4944035rjGOGR','CUCUMBER','version','MOCHA','144XsaRUC','codeceptjs','showHelpOnFail','PlIdr','../helpers/logger','slice','help','describe','fhKTS','exitCode','command','join','DmybZ','Parsing\x20command\x20line\x20arguements','sdk:setup-start','LphIp','util','format','hzeqs','playwright','mocha','error','qBzDi','message','argv','existsSync','dkxIZ','framework','4kBJbBz','dot-notation','winstonLogger','VANILLA','setTestObservabilityDisable','--no-opts','SDKTestSuccessful','debug','perf_hooks','cdrGA','NIGHTWATCH','includes','CODECEPTJS','XBaPf','7462107ldIfJB','ats','1126173FFlKdz','jest','./cucumber-js/command','node','nJsXw'];a42_0x220a=function(){return _0x4cf7b9;};return a42_0x220a();}try{const browserstackFolderPath=path[a42_0x1646ef(0x1fa)](helper[a42_0x1646ef(0x22e)](),a42_0x1646ef(0x239));if(fs[a42_0x1646ef(0x208)](browserstackFolderPath)){const filePath=path[a42_0x1646ef(0x1fa)](browserstackFolderPath,a42_0x1646ef(0x248));fs[a42_0x1646ef(0x208)](filePath)&&fs[a42_0x1646ef(0x225)](filePath);}}catch(a42_0x43c3d6){logger[a42_0x1646ef(0x212)]('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a42_0x43c3d6[a42_0x1646ef(0x206)]);}process[a42_0x1646ef(0x207)]['includes'](a42_0x1646ef(0x203))&&(!process[a42_0x1646ef(0x207)][a42_0x1646ef(0x216)](a42_0x1646ef(0x23e))&&process[a42_0x1646ef(0x207)]['push'](a42_0x1646ef(0x210)),!process[a42_0x1646ef(0x207)][a42_0x1646ef(0x216)](a42_0x1646ef(0x241))&&process['argv'][a42_0x1646ef(0x24c)](a42_0x1646ef(0x240)),!process[a42_0x1646ef(0x207)][a42_0x1646ef(0x216)]('--package')&&process[a42_0x1646ef(0x207)][a42_0x1646ef(0x24c)](a42_0x1646ef(0x220)));const yargs=require(a42_0x1646ef(0x22d)),Constants=require('./utils/constants'),PerformanceTester=require('../helpers/performance-tester'),logger=require(a42_0x1646ef(0x1f3))[a42_0x1646ef(0x20d)];function a42_0x8e93(_0x332de5,_0x351538){const _0x220a06=a42_0x220a();return a42_0x8e93=function(_0x8e9373,_0x3b565f){_0x8e9373=_0x8e9373-0x1ed;let _0x36fded=_0x220a06[_0x8e9373];return _0x36fded;},a42_0x8e93(_0x332de5,_0x351538);}PerformanceTester['startMonitoring'](),performance[a42_0x1646ef(0x24e)](a42_0x1646ef(0x1fd));const a42_0x7b2b0={};a42_0x7b2b0[a42_0x1646ef(0x20c)]=![];const argv=yargs['parserConfiguration'](a42_0x7b2b0)['usage'](a42_0x1646ef(0x233))['alias']('v',a42_0x1646ef(0x1ed))[a42_0x1646ef(0x1f6)]('v')[a42_0x1646ef(0x23a)]('h',a42_0x1646ef(0x1f5))[a42_0x1646ef(0x1f5)](a42_0x1646ef(0x1f5))[a42_0x1646ef(0x1f1)](!![],Constants['VERSION'][a42_0x1646ef(0x221)])[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x21c),Constants['JEST']['INFO'],function(_0x451267){const _0xdd9989=a42_0x1646ef,_0x27fa61={'pzWIT':function(_0x2bdc37,_0x2dddf5,_0xd6d3e9,_0x58220f){return _0x2bdc37(_0x2dddf5,_0xd6d3e9,_0x58220f);},'MScbT':function(_0x2ade80,_0x3e9b14){return _0x2ade80(_0x3e9b14);},'GJQmj':_0xdd9989(0x22b)};helper[_0xdd9989(0x20f)](),helper[_0xdd9989(0x244)]();const _0x580665=process[_0xdd9989(0x207)][_0xdd9989(0x1f4)](0x2);return _0x27fa61[_0xdd9989(0x22a)](captureError,_0x27fa61[_0xdd9989(0x242)](require,_0x27fa61[_0xdd9989(0x227)]),_0x451267[_0xdd9989(0x207)],_0x580665);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x203),Constants[a42_0x1646ef(0x1ee)][a42_0x1646ef(0x223)],_0x521794=>{const _0x103950=a42_0x1646ef,_0x180c66={'QqOWB':function(_0x1ab08b,_0x3c9927,_0x28b8dc){return _0x1ab08b(_0x3c9927,_0x28b8dc);},'dkxIZ':function(_0x960aa5,_0x8db1a9){return _0x960aa5(_0x8db1a9);},'fhKTS':'./mocha/command','nJsXw':_0x103950(0x1fc),'gVMFS':'mocha/lib/cli/run.js','kHkJY':'mocha/lib/cli/commands.js','Usybf':function(_0x55645a,_0x269c95){return _0x55645a(_0x269c95);},'hzeqs':'mocha/lib/cli/cli.js','vIhUW':function(_0x4d18a2){return _0x4d18a2();}};logger['debug'](_0x180c66[_0x103950(0x21f)]);const _0x59f404=_0x180c66['dkxIZ'](requireModule,_0x180c66[_0x103950(0x246)]),_0x268641=_0x180c66['dkxIZ'](requireModule,_0x180c66['kHkJY']);process[_0x103950(0x207)]=process[_0x103950(0x207)][_0x103950(0x1f4)](0x1),delete _0x59f404[_0x103950(0x231)],_0x59f404[_0x103950(0x231)]=function(_0x10177c){const _0x33ec2b=_0x103950;return _0x180c66['QqOWB'](captureError,_0x180c66[_0x33ec2b(0x209)](require,_0x180c66[_0x33ec2b(0x1f7)]),_0x10177c);},_0x268641[_0x103950(0x23b)]=_0x59f404;const {main:_0x6a07e6}=_0x180c66[_0x103950(0x22f)](requireModule,_0x180c66[_0x103950(0x201)]);_0x180c66[_0x103950(0x251)](_0x6a07e6);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x24d),Constants[a42_0x1646ef(0x257)]['INFO'],function(_0x374ca6){const _0x157014=a42_0x1646ef,_0x521110={'DmybZ':function(_0x56ff61,_0x4fab85,_0x60321b,_0x4e9d3a){return _0x56ff61(_0x4fab85,_0x60321b,_0x4e9d3a);},'lXQiY':function(_0x390276,_0x394a36){return _0x390276(_0x394a36);},'XBaPf':_0x157014(0x21d)},_0x33382f=process[_0x157014(0x207)][_0x157014(0x1f4)](0x2);return _0x521110[_0x157014(0x1fb)](captureError,_0x521110[_0x157014(0x23f)](require,_0x521110[_0x157014(0x218)]),_0x374ca6[_0x157014(0x207)],_0x33382f);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x21e),Constants[a42_0x1646ef(0x20e)][a42_0x1646ef(0x223)],function(_0x35f63d){const _0x97e19=a42_0x1646ef,_0x590024={'qAHPr':function(_0x386e38,_0x548e7b,_0x3888df,_0x4f208e){return _0x386e38(_0x548e7b,_0x3888df,_0x4f208e);},'cdrGA':function(_0x125cc2,_0x31685a){return _0x125cc2(_0x31685a);},'xBfeS':'./vanilla-js/command'},_0x179071=process[_0x97e19(0x207)][_0x97e19(0x1f4)](0x2);return _0x590024[_0x97e19(0x237)](captureError,_0x590024[_0x97e19(0x214)](require,_0x590024['xBfeS']),_0x35f63d[_0x97e19(0x207)],_0x179071);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x254),Constants[a42_0x1646ef(0x215)][a42_0x1646ef(0x223)],function(_0x4036b3){const _0x25924c=a42_0x1646ef,_0x3b7895={'beVau':function(_0xb17864,_0x1acb80,_0x3afb56,_0x34237b){return _0xb17864(_0x1acb80,_0x3afb56,_0x34237b);},'biPgh':function(_0x1581d4,_0x3eaf9d){return _0x1581d4(_0x3eaf9d);},'qBzDi':_0x25924c(0x230)},_0xb007d4=process[_0x25924c(0x207)][_0x25924c(0x1f4)](0x2);return _0x3b7895[_0x25924c(0x235)](captureError,_0x3b7895['biPgh'](require,_0x3b7895[_0x25924c(0x205)]),_0x4036b3['argv'],_0xb007d4);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x1f0),Constants[a42_0x1646ef(0x217)][a42_0x1646ef(0x223)],function(_0x3e07d8){const _0x48a7b4=a42_0x1646ef,_0x33b77d={'EPoKn':function(_0x588dc2,_0xa6d058,_0xb0c034,_0x2378f2){return _0x588dc2(_0xa6d058,_0xb0c034,_0x2378f2);},'FbqAV':function(_0x2c7e49,_0x4ca4ac){return _0x2c7e49(_0x4ca4ac);},'SgLyn':'./codeceptjs/command'},_0x3e0aa3=process[_0x48a7b4(0x207)][_0x48a7b4(0x1f4)](0x2);return _0x33b77d[_0x48a7b4(0x23c)](captureError,_0x33b77d[_0x48a7b4(0x222)](require,_0x33b77d['SgLyn']),_0x3e07d8[_0x48a7b4(0x207)],_0x3e0aa3);})['command'](a42_0x1646ef(0x21a),Constants[a42_0x1646ef(0x24f)][a42_0x1646ef(0x223)],function(_0x3fddfe){const _0x24fb11=a42_0x1646ef,_0x544acc={'ZMTFW':function(_0x4eeab8,_0xecd6ef,_0x54cac7){return _0x4eeab8(_0xecd6ef,_0x54cac7);},'vtuod':function(_0xc2f5e0,_0x388959){return _0xc2f5e0(_0x388959);},'PlIdr':'../../ats/src/index'},_0x1aba2c=process[_0x24fb11(0x207)][_0x24fb11(0x1f4)](0x2);return _0x544acc[_0x24fb11(0x252)](captureError,_0x544acc['vtuod'](require,_0x544acc[_0x24fb11(0x1f2)]),_0x3fddfe);})['command'](a42_0x1646ef(0x243),Constants['INTEGRATIONS'][a42_0x1646ef(0x223)],function(_0x2682cb){const _0x3e7b9d=a42_0x1646ef,_0x1f526c={'LphIp':function(_0x28043a,_0x4beee5){return _0x28043a(_0x4beee5);}};return _0x1f526c[_0x3e7b9d(0x1fe)](runIntegrations,_0x2682cb);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x202),Constants[a42_0x1646ef(0x24b)][a42_0x1646ef(0x223)],function(_0x2b034a){const _0x4b86d8=a42_0x1646ef,_0x22b71f={'uhWHV':function(_0x255305,_0x1fbf14,_0x275ba9,_0x51f761){return _0x255305(_0x1fbf14,_0x275ba9,_0x51f761);},'umQyS':function(_0x24306d,_0x35ec4e){return _0x24306d(_0x35ec4e);},'HyPER':_0x4b86d8(0x247)},_0x5333ca=process[_0x4b86d8(0x207)][_0x4b86d8(0x1f4)](0x2);return _0x22b71f[_0x4b86d8(0x249)](captureError,_0x22b71f['umQyS'](require,_0x22b71f[_0x4b86d8(0x236)]),_0x2b034a[_0x4b86d8(0x207)],_0x5333ca);})['demandCommand'](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')['wrap'](null)['argv'];!helper[a42_0x1646ef(0x224)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x1646ef(0x21a)&&console['error']('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');
|
package/src/bin/setup.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
const a43_0x31e2f4=a43_0x159d;(function(_0x3e32fc,_0x293c6b){const _0x4043fe=a43_0x159d,_0x42873b=_0x3e32fc();while(!![]){try{const _0x26b20e=-parseInt(_0x4043fe(0xde))/0x1*(-parseInt(_0x4043fe(0xec))/0x2)+-parseInt(_0x4043fe(0xdc))/0x3*(-parseInt(_0x4043fe(0xcc))/0x4)+-parseInt(_0x4043fe(0xab))/0x5*(parseInt(_0x4043fe(0xdf))/0x6)+-parseInt(_0x4043fe(0xe9))/0x7+-parseInt(_0x4043fe(0xca))/0x8+-parseInt(_0x4043fe(0xd2))/0x9*(parseInt(_0x4043fe(0xdd))/0xa)+parseInt(_0x4043fe(0xeb))/0xb;if(_0x26b20e===_0x293c6b)break;else _0x42873b['push'](_0x42873b['shift']());}catch(_0x54599c){_0x42873b['push'](_0x42873b['shift']());}}}(a43_0x10c7,0x1e592));const fs=require('fs'),helper=require('../helpers/helper'),yaml=require(a43_0x31e2f4(0xbd)),yargs=require(a43_0x31e2f4(0xba)),logger=require(a43_0x31e2f4(0xd0))[a43_0x31e2f4(0xc7)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a43_0x31e2f4(0xbc),configFile=process[a43_0x31e2f4(0xed)]()+a43_0x31e2f4(0xb0),packageFile=process[a43_0x31e2f4(0xed)]()+a43_0x31e2f4(0xae),frameworks=[a43_0x31e2f4(0xe4),a43_0x31e2f4(0xc4),a43_0x31e2f4(0xc2),a43_0x31e2f4(0xe2),a43_0x31e2f4(0xd8),'codeceptjs','playwright'];let config;logger[a43_0x31e2f4(0xc3)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a43_0x31e2f4(0xe3)][a43_0x31e2f4(0xbb)],yargs[a43_0x31e2f4(0xe3)]['key'],yargs['argv'][a43_0x31e2f4(0xf1)]);function a43_0x159d(_0x5d61df,_0x25efab){const _0x10c7d4=a43_0x10c7();return a43_0x159d=function(_0x159d6a,_0x326c97){_0x159d6a=_0x159d6a-0xab;let _0x2a8357=_0x10c7d4[_0x159d6a];return _0x2a8357;},a43_0x159d(_0x5d61df,_0x25efab);}try{sdkSetup();}catch(a43_0x610742){logger[a43_0x31e2f4(0xf4)](a43_0x31e2f4(0xe8)+a43_0x610742);}addScriptInPackageJson();function a43_0x10c7(){const _0x27aeef=['1bpjBOY','876BDUPWK','load','Mpztm','node','argv','mocha','\x20&&\x20npm\x20update\x20browserstack-node-sdk','includes','npm\x20update\x20browserstack-node-sdk','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','1053430oStqYX','OXFfW','4177382guFAjM','432778czypgE','cwd','source','scripts','push','playwright','Eofxp','splice','debug','6415VEztPe','HQcII','node-setup','/package.json','utf8','/browserstack.yml','IKXIX','Truyn','error','NErtI','stringify','YOUR_USERNAME','wbWok','mcjxD','Setup\x20completed','yargs','username','/../../browserstack.pw.yml.sample','js-yaml','writeFileSync','fireFunnelTestEvent','browserstack-node-sdk','readFileSync','cucumber-js','info','jest','split','rhvep','winstonLogger','CTHWX','qRJwG','1464976qnClMR','kdITA','16zvxMmc','isUndefined','iNZKb','EaTBG','../helpers/logger','YOUR_ACCESS_KEY','1661031jjbBJr','QmFVc','length','indexOf','browserstack-node-sdk\x20','postinstall','nightwatch','replace','uNAhi','nlZdR','175233JWjwji','10rjiplQ'];a43_0x10c7=function(){return _0x27aeef;};return a43_0x10c7();}function createConfigurationFile(_0x33806b,_0x1c9caf,_0x5a72d5=![]){const _0x8c8d7c=a43_0x31e2f4,_0x471ceb={};_0x471ceb[_0x8c8d7c(0xc6)]='utf8',_0x471ceb[_0x8c8d7c(0xea)]=_0x8c8d7c(0xb6),_0x471ceb['wbWok']=_0x8c8d7c(0xd1);const _0xf462c0=_0x471ceb;try{let _0x307472=fs[_0x8c8d7c(0xc1)](_0x5a72d5?configFileTemplatePW:configFileTemplate,_0xf462c0[_0x8c8d7c(0xc6)]);_0x33806b&&(_0x307472=_0x307472[_0x8c8d7c(0xd9)](_0xf462c0['OXFfW'],_0x33806b)),_0x1c9caf&&(_0x307472=_0x307472['replace'](_0xf462c0[_0x8c8d7c(0xb7)],_0x1c9caf)),config=yaml[_0x8c8d7c(0xe0)](_0x307472),fs[_0x8c8d7c(0xbe)](configFile,_0x307472,_0x4d7be4=>{const _0x40c672=_0x8c8d7c;_0x4d7be4&&logger[_0x40c672(0xb3)](_0x4d7be4);});}catch(_0x1d9a90){logger[_0x8c8d7c(0xb3)](_0x1d9a90);}}function addPostInstallScript(_0x1171c0,_0x46e2b2){const _0x32c21f=a43_0x31e2f4,_0x5829ba={};_0x5829ba[_0x32c21f(0xda)]=_0x32c21f(0xd7),_0x5829ba[_0x32c21f(0xce)]=_0x32c21f(0xe7),_0x5829ba[_0x32c21f(0xb1)]=_0x32c21f(0xe5);const _0x5aa63c=_0x5829ba;let _0xd7cc1d=_0x1171c0[_0x5aa63c[_0x32c21f(0xda)]];if(_0xd7cc1d&&_0xd7cc1d['includes'](_0x5aa63c[_0x32c21f(0xce)]))return;!_0xd7cc1d?_0xd7cc1d=_0x5aa63c[_0x32c21f(0xce)]:_0xd7cc1d+=_0x5aa63c['IKXIX'],_0x46e2b2[_0x32c21f(0xf0)]([_0x5aa63c['uNAhi'],_0xd7cc1d]);}function addScriptInPackageJson(){const _0x3f1ed3=a43_0x31e2f4,_0x293178={'EaTBG':_0x3f1ed3(0xaf),'mcjxD':function(_0x5184e8,_0x4436c5){return _0x5184e8<_0x4436c5;},'qRJwG':function(_0x4cef0a,_0x2d4435,_0x510aac){return _0x4cef0a(_0x2d4435,_0x510aac);},'Mpztm':function(_0x55def8,_0x4d2f56){return _0x55def8<_0x4d2f56;},'rTXjt':function(_0x5625e2,_0x2f32e2){return _0x5625e2<_0x2f32e2;},'CTHWX':function(_0x1ca047,_0x332f01){return _0x1ca047!==_0x332f01;},'Truyn':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x55615b=JSON['parse'](fs[_0x3f1ed3(0xc1)](packageFile,_0x293178[_0x3f1ed3(0xcf)])),_0xe54af4=[];for(let _0x2ab7b6=0x0;_0x293178[_0x3f1ed3(0xb8)](_0x2ab7b6,frameworks[_0x3f1ed3(0xd4)]);_0x2ab7b6+=0x1){const _0x495d43=_0x293178[_0x3f1ed3(0xc9)](findScriptsWithFramework,_0x55615b[_0x3f1ed3(0xef)],frameworks[_0x2ab7b6]);for(let _0x130581=0x0;_0x293178[_0x3f1ed3(0xe1)](_0x130581,_0x495d43['length']);_0x130581+=0x1){_0xe54af4['push'](_0x293178[_0x3f1ed3(0xc9)](getUpdatedCommand,_0x55615b[_0x3f1ed3(0xef)],_0x495d43[_0x130581]));}_0x293178[_0x3f1ed3(0xc9)](addPostInstallScript,_0x55615b[_0x3f1ed3(0xef)],_0xe54af4);}const _0x3d72c5={..._0x55615b['scripts']},_0x513927=_0x3d72c5;for(let _0x4b5615=0x0;_0x293178['rTXjt'](_0x4b5615,_0xe54af4['length']);_0x4b5615+=0x1){_0x513927[_0xe54af4[_0x4b5615][0x0]]=_0xe54af4[_0x4b5615][0x1];}_0x293178[_0x3f1ed3(0xc8)](JSON['stringify'](_0x55615b['scripts']),JSON[_0x3f1ed3(0xb5)](_0x513927))&&(logger[_0x3f1ed3(0xc3)](_0x293178[_0x3f1ed3(0xb2)]),_0x55615b['scripts']=_0x513927,fs['writeFileSync'](packageFile,JSON[_0x3f1ed3(0xb5)](_0x55615b,null,0x2),_0x19c21e=>{const _0x13e44f=_0x3f1ed3;_0x19c21e&&logger[_0x13e44f(0xb3)](_0x19c21e);}));};function findScriptsWithFramework(_0x6dc4b1,_0x94b069){const _0xd7d91e=a43_0x31e2f4,_0x292cc1={};_0x292cc1[_0xd7d91e(0xf2)]=function(_0x3e9075,_0x5b0d3b){return _0x3e9075<_0x5b0d3b;},_0x292cc1[_0xd7d91e(0xdb)]=_0xd7d91e(0xc0);const _0x229ed0=_0x292cc1,_0x44c031=[],_0x341ac3=Object['entries'](_0x6dc4b1);for(let _0x38c949=0x0;_0x229ed0[_0xd7d91e(0xf2)](_0x38c949,_0x341ac3[_0xd7d91e(0xd4)]);_0x38c949+=0x1){_0x341ac3[_0x38c949][0x1][_0xd7d91e(0xe6)](_0x94b069)&&!_0x341ac3[_0x38c949][0x1]['includes'](_0x229ed0[_0xd7d91e(0xdb)])&&_0x44c031[_0xd7d91e(0xf0)](_0x341ac3[_0x38c949][0x0]);}return _0x44c031;}function getUpdatedCommand(_0x31d8d4,_0x189c74){const _0x3d5f50=a43_0x31e2f4,_0x2da42a={};_0x2da42a[_0x3d5f50(0xb4)]=function(_0x1d4b68,_0x5de663){return _0x1d4b68!==_0x5de663;},_0x2da42a[_0x3d5f50(0xcb)]=_0x3d5f50(0xc0),_0x2da42a[_0x3d5f50(0xd3)]=function(_0x2b8c2a,_0x1ddbf9){return _0x2b8c2a===_0x1ddbf9;};const _0x5cbf7e=_0x2da42a,_0x5ef580=_0x189c74+'-browserstack',_0x11829a=_0x31d8d4[_0x189c74],_0x3ae414=_0x11829a[_0x3d5f50(0xc5)]('\x20');for(const _0x48717c of frameworks){if(_0x5cbf7e[_0x3d5f50(0xb4)](_0x3ae414[_0x3d5f50(0xd5)](_0x48717c),-0x1)){_0x3ae414[_0x3d5f50(0xf3)](_0x3ae414[_0x3d5f50(0xd5)](_0x48717c),0x0,_0x5cbf7e[_0x3d5f50(0xcb)]);break;}}let _0x2f28b7=_0x3ae414['join']('\x20');return _0x5cbf7e[_0x3d5f50(0xd3)](_0x2f28b7,_0x11829a)&&(_0x2f28b7=_0x3d5f50(0xd6)+_0x11829a),[_0x5ef580,_0x2f28b7];}function sdkSetup(){const _0x37b5bc=a43_0x31e2f4,_0x324a75={};_0x324a75[_0x37b5bc(0xac)]=_0x37b5bc(0xad),_0x324a75['jZWOm']='SDKSetup';const _0xe9864c=_0x324a75;if(helper[_0x37b5bc(0xcd)](config))return;config[_0x37b5bc(0xee)]=_0xe9864c[_0x37b5bc(0xac)];try{helper[_0x37b5bc(0xbf)](_0xe9864c['jZWOm'],{},config,'');}catch(_0x2f085d){logger['debug'](_0x37b5bc(0xe8)+_0x2f085d);}}logger[a43_0x31e2f4(0xc3)](a43_0x31e2f4(0xb9));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a44_0x247f47=a44_0x2302;(function(_0x3a8448,_0x4723cf){const _0x33da67=a44_0x2302,_0x1dd663=_0x3a8448();while(!![]){try{const _0x415f6b=-parseInt(_0x33da67(0xcb))/0x1+parseInt(_0x33da67(0xb0))/0x2+parseInt(_0x33da67(0xb1))/0x3+parseInt(_0x33da67(0xdb))/0x4+-parseInt(_0x33da67(0xb4))/0x5*(-parseInt(_0x33da67(0xba))/0x6)+parseInt(_0x33da67(0xb6))/0x7+parseInt(_0x33da67(0xdc))/0x8*(-parseInt(_0x33da67(0xad))/0x9);if(_0x415f6b===_0x4723cf)break;else _0x1dd663['push'](_0x1dd663['shift']());}catch(_0xb84f86){_0x1dd663['push'](_0x1dd663['shift']());}}}(a44_0x4da4,0x74364));function a44_0x4da4(){const _0x2385ba=['49404wZSEhO','TXtTF','GeEIP','GoJel','zKLOY','qLCmB','pJkTI','knQPn','AFwuy','send','test-file-start','../../helpers/accessibility-automation/helper','map','getStderr','end','forEach','env','324977rTKRtA','VFxHG','emittery','DmKoR','format','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','json','WGdHW','root_dir_path','NsdgN','kmciY','Ndppq','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','emit','gJgOM','platform','2826952PtNiQY','9032152RHtsbJ','launch','parallelVanillaRun','Tgvjp','parallelTestRun','file','stdout','wGiuQ','platform-run-success','\x20for','dPkow','then','azsMI','TvfNj','XakLP','stderr','waitForExit','bRnmB','Running\x20','test-file-failure','debug','dCeoG','CBaVO','all','getWorkers','exitCode','LGvbQ','worker','PVyCc','error','Enrlv','p-limit','kMnlQ','_child','RXvQl','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','cucumberWorker','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','eNeFS','../../helpers/test-observability/utils','mocha','failureCount','./testWorker.js','FwKiR','vgGeR','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','util','../../helpers/test-observability/sessionHandler','platforms','catch','winstonLogger','results','BS_A11Y_JWT','pbRjb','PnMxS','test-file-success','resolve','platformCaps','_workerPool','pipe','platform-run-failure','getStdout','vveox','Workers\x20failed\x20to\x20exit\x20gracefully','length','XgsDl','9loscHf','vanillaWorker','configuration','1094006TRJKZg','1653054OCQgiG','push','QGkXs','70ASELsT','log','69755FXDgoi','Worker','ukkxS','LBknY'];a44_0x4da4=function(){return _0x2385ba;};return a44_0x4da4();}const Worker=require('jest-worker')[a44_0x247f47(0xb7)],Emittery=require(a44_0x247f47(0xcd)),pLimit=require(a44_0x247f47(0x8a)),util=require(a44_0x247f47(0x99)),logger=require('../../helpers/logger')[a44_0x247f47(0x9d)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0x247f47(0xc5)),SessionHandler=require(a44_0x247f47(0x9a)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a44_0x247f47(0x92)),checkAccessibility=_0x3a846d=>{const _0x18e3ed=a44_0x247f47,_0x5bdbe3={};_0x5bdbe3[_0x18e3ed(0xa1)]=function(_0x37b1e6,_0x34daf2){return _0x37b1e6===_0x34daf2;};const _0x5439b7=_0x5bdbe3;let _0x176d3a=![];try{_0x3a846d[_0x18e3ed(0x9b)][_0x18e3ed(0xc9)](_0x482e9a=>{if(_0x5439b7['PnMxS'](_0x482e9a['accessibility'],!![]))return _0x176d3a=!![],!![];});}catch(_0x87d0c2){logger[_0x18e3ed(0x7f)](_0x18e3ed(0xd7)+_0x87d0c2);}return _0x176d3a;};function a44_0x2302(_0x259a7d,_0xdc1d2d){const _0x4da4f3=a44_0x4da4();return a44_0x2302=function(_0x230237,_0x8f1e51){_0x230237=_0x230237-0x7f;let _0x2ad89f=_0x4da4f3[_0x230237];return _0x2ad89f;},a44_0x2302(_0x259a7d,_0xdc1d2d);}exports[a44_0x247f47(0xe0)]=(_0x37ca73,_0x387f8b,_0x47763e)=>new Promise(async _0x14a6e0=>{const _0x178ff7=a44_0x247f47,_0x2bc6e6={'dCeoG':_0x178ff7(0x94),'CBaVO':function(_0x3196f3,_0xabc785){return _0x3196f3+_0xabc785;},'ukkxS':_0x178ff7(0x9e),'Enrlv':'Workers\x20failed\x20to\x20exit\x20gracefully','wkDEw':function(_0xc82fbe){return _0xc82fbe();},'Ndppq':function(_0x5670a6,_0x3ad5b1){return _0x5670a6(_0x3ad5b1);},'kYfJi':function(_0x5d5c58){return _0x5d5c58();},'eNeFS':function(_0xf29884,_0x41fdc5){return _0xf29884(_0x41fdc5);},'RXvQl':_0x178ff7(0xc4),'XgsDl':_0x178ff7(0x93),'zKLOY':function(_0x3f7648,_0x11c4af){return _0x3f7648(_0x11c4af);},'rRkAB':function(_0x3971f0,_0x3cb3de){return _0x3971f0===_0x3cb3de;},'pbRjb':'true','ePjjX':function(_0x3c7607,_0x333678){return _0x3c7607===_0x333678;},'sCljk':function(_0x2009ce,_0xe5c777,_0x412133){return _0x2009ce(_0xe5c777,_0x412133);},'wGiuQ':_0x178ff7(0x95),'VFxHG':_0x178ff7(0x86),'gJgOM':_0x178ff7(0xd1),'knQPn':'pipe','HIFTO':function(_0xafa71c,_0x1751fb){return _0xafa71c*_0x1751fb;},'GoJel':'test-file-success','LGvbQ':_0x178ff7(0xef),'vveox':function(_0x2d7b32,_0x2ae8ad){return _0x2d7b32(_0x2ae8ad);},'GeEIP':function(_0x728465,_0x363062){return _0x728465*_0x363062;}},_0x3e2e9c={},_0x4ebfb6={..._0x47763e};_0x4ebfb6[_0x178ff7(0xd3)]='',await SessionHandler[_0x178ff7(0xdd)](_0x4ebfb6,{'frameworkName':_0x2bc6e6['XgsDl'],'frameworkVersion':_0x2bc6e6[_0x178ff7(0xbe)](getFrameworkVersion,_0x2bc6e6[_0x178ff7(0xac)])});let _0x1bc61b=_0x2bc6e6['rRkAB'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x2bc6e6[_0x178ff7(0xa0)]);process[_0x178ff7(0xca)][_0x178ff7(0x98)]=_0x2bc6e6['zKLOY'](checkAccessibility,_0x47763e),_0x1bc61b=_0x1bc61b||_0x2bc6e6['ePjjX'](process[_0x178ff7(0xca)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x2bc6e6[_0x178ff7(0xa0)]);if(_0x1bc61b){const [_0x278a45,_0x34a6fa]=await _0x2bc6e6['sCljk'](createAccessibilityTestRun,_0x47763e,_0x2bc6e6[_0x178ff7(0xac)]);logger[_0x178ff7(0x7f)](_0x178ff7(0x8e)+_0x34a6fa),process[_0x178ff7(0xca)][_0x178ff7(0x9f)]=_0x278a45,process[_0x178ff7(0xca)]['BS_A11Y_TEST_RUN_ID']=_0x34a6fa;}const _0x586ad6=new Worker(require[_0x178ff7(0xa3)](_0x2bc6e6[_0x178ff7(0xe3)]),{'exposedMethods':[_0x2bc6e6[_0x178ff7(0xcc)]],'forkOptions':{'serialization':_0x2bc6e6[_0x178ff7(0xd9)],'stdio':_0x2bc6e6[_0x178ff7(0xc1)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x2bc6e6['HIFTO'](_0x387f8b,0x1),'enableWorkerThreads':!![]}),_0x3652b2=new Emittery();_0x3652b2['on'](_0x2bc6e6[_0x178ff7(0xbd)],_0x5a4c1e=>{const _0x6d396=_0x178ff7;_0x3e2e9c[_0x5a4c1e[0x0]]?(_0x3e2e9c[_0x5a4c1e[0x0]][_0x2bc6e6['dCeoG']]=_0x2bc6e6[_0x6d396(0x81)](_0x3e2e9c[_0x5a4c1e[0x0]][_0x2bc6e6[_0x6d396(0x80)]],_0x5a4c1e[0x1][_0x2bc6e6['dCeoG']]),_0x3e2e9c[_0x5a4c1e[0x0]][_0x2bc6e6[_0x6d396(0xb8)]]=[..._0x3e2e9c[_0x5a4c1e[0x0]][_0x2bc6e6[_0x6d396(0xb8)]],..._0x5a4c1e[0x1][_0x2bc6e6[_0x6d396(0xb8)]]]):_0x3e2e9c[_0x5a4c1e[0x0]]={'failureCount':_0x5a4c1e[0x1][_0x2bc6e6[_0x6d396(0x80)]],'results':[..._0x5a4c1e[0x1][_0x2bc6e6[_0x6d396(0xb8)]]]};}),_0x3652b2['on'](_0x2bc6e6[_0x178ff7(0x85)],_0x1ab40c=>console[_0x178ff7(0xb5)](_0x1ab40c[0x1]));_0x586ad6['getStdout']()&&_0x586ad6[_0x178ff7(0xa8)]()[_0x178ff7(0xa6)](process[_0x178ff7(0xe2)]);_0x586ad6[_0x178ff7(0xc7)]()&&_0x586ad6[_0x178ff7(0xc7)]()['pipe'](process[_0x178ff7(0xeb)]);const _0x42b720=async()=>{const _0x127ca0=_0x178ff7,{forceExited:_0x2e3b9f}=await _0x586ad6[_0x127ca0(0xc8)]();_0x2e3b9f&&console[_0x127ca0(0x88)](_0x2bc6e6[_0x127ca0(0x89)]);_0x2bc6e6['wkDEw'](isAccessibilityAutomationSession)&&await _0x2bc6e6[_0x127ca0(0xd6)](stopAccessibilityTestRun,_0x47763e)[_0x127ca0(0x9c)](_0x4159d2=>{const _0x545147=_0x127ca0;logger['error'](_0x545147(0xd0)+util[_0x545147(0xcf)](_0x4159d2));});if(_0x2bc6e6['kYfJi'](isTestObservabilitySession))try{await SessionHandler['stop']();}catch(_0x29fd03){_0x2bc6e6[_0x127ca0(0xd6)](debug,_0x127ca0(0x90)+_0x29fd03);}_0x2bc6e6[_0x127ca0(0x91)](_0x14a6e0,_0x3e2e9c);},_0x1b5e8f=_0x2bc6e6[_0x178ff7(0xa9)](pLimit,_0x2bc6e6[_0x178ff7(0xbc)](_0x387f8b,0x1)),_0x114f00=_0x47df63=>_0x1b5e8f(async()=>{const _0x5866aa=_0x178ff7;return await _0x3652b2[_0x5866aa(0xd8)](_0x2bc6e6[_0x5866aa(0x8d)],_0x47df63),_0x586ad6[_0x5866aa(0x86)](_0x47df63,_0x47763e);});Promise[_0x178ff7(0x82)](_0x37ca73['map'](_0x454183=>_0x114f00(_0x454183)['then'](_0x1ece24=>_0x3652b2['emit'](_0x178ff7(0xa2),[_0x454183['configuration'][_0x178ff7(0xda)],_0x1ece24]),_0x2875cb=>_0x3652b2[_0x178ff7(0xd8)](_0x178ff7(0xef),[_0x454183,_0x2875cb]))))[_0x178ff7(0xe7)](_0x42b720,_0x42b720);}),exports['parallelCucumberRun']=(_0xf060af,_0x48e3f4,_0x513262,_0x191b4a,_0x4265df)=>{const _0x27486c=a44_0x247f47,_0x440c07={'kMnlQ':_0x27486c(0xaa),'vgGeR':function(_0x2695ac,_0x5bc72c){return _0x2695ac(_0x5bc72c);},'XakLP':'platform-run-start','azsMI':'./testWorker.js','bRnmB':_0x27486c(0x8f),'pJkTI':_0x27486c(0xd1),'WGdHW':_0x27486c(0xa6),'TXtTF':_0x27486c(0xe4),'PVyCc':_0x27486c(0xa7)};return new Promise(_0x1ae0e1=>{const _0x443051=_0x27486c,_0x5b591a=[],_0x45e4bd=new Worker(require['resolve'](_0x440c07[_0x443051(0xe8)]),{'exposedMethods':[_0x440c07[_0x443051(0xed)]],'forkOptions':{'serialization':_0x440c07[_0x443051(0xc0)],'stdio':_0x440c07[_0x443051(0xd2)]},'numWorkers':_0xf060af['length'],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x308840=new Emittery();_0x308840['on'](_0x440c07[_0x443051(0xbb)],_0x16dbee=>{const _0x329136=_0x443051;_0x5b591a[_0x329136(0xb2)]([_0x16dbee[0x0],_0x16dbee[0x1]]);}),_0x308840['on'](_0x440c07[_0x443051(0x87)],_0x3035b1=>console[_0x443051(0xb5)](_0x3035b1[0x1]));_0x45e4bd[_0x443051(0xa8)]()&&_0x45e4bd['getStdout']()[_0x443051(0xa6)](process[_0x443051(0xe2)]);_0x45e4bd[_0x443051(0xc7)]()&&_0x45e4bd['getStderr']()[_0x443051(0xa6)](process[_0x443051(0xeb)]);const _0x108000=async()=>{const _0x2b3cf1=_0x443051,{forceExited:_0x286fc4}=await _0x45e4bd['end']();_0x286fc4&&console[_0x2b3cf1(0x88)](_0x440c07[_0x2b3cf1(0x8b)]),_0x440c07[_0x2b3cf1(0x97)](_0x1ae0e1,_0x5b591a);},_0x1c75c5=_0x440c07[_0x443051(0x97)](pLimit,_0xf060af[_0x443051(0xab)]),_0x6e004d=(_0x5b1cac,_0x258488)=>_0x1c75c5(async()=>{const _0x46394a=_0x443051;return await _0x308840[_0x46394a(0xd8)](_0x440c07[_0x46394a(0xea)],_0x5b1cac),_0x48e3f4[_0x46394a(0xa4)]=_0x513262[_0x46394a(0x9b)][_0x258488],_0x45e4bd['cucumberWorker'](_0x5b1cac,_0x48e3f4,_0x513262,_0x191b4a,_0x4265df);});Promise['all'](_0xf060af['map']((_0x55891c,_0x2af9ab)=>_0x6e004d(_0x55891c,_0x2af9ab)['then'](_0x4c643e=>_0x308840['emit'](_0x443051(0xe4),[_0x55891c,_0x4c643e]),_0x36a8b3=>_0x308840[_0x443051(0xd8)](_0x443051(0xa7),[_0x55891c,_0x36a8b3]))))[_0x443051(0xe7)](_0x108000,_0x108000);});},exports[a44_0x247f47(0xde)]=(_0x3652c9,_0x50f539)=>new Promise(_0x3e923f=>{const _0x33499d=a44_0x247f47,_0x26d17c={'TvfNj':function(_0x250cf5,_0x195d30){return _0x250cf5===_0x195d30;},'NsdgN':function(_0x461837,_0xec485){return _0x461837!==_0xec485;},'DmKoR':'exit','dPkow':_0x33499d(0xaa),'Tgvjp':function(_0x2ec57a,_0x1a3fe9){return _0x2ec57a(_0x1a3fe9);},'aEjxP':'./testWorker.js','bWLXC':_0x33499d(0xae),'FwKiR':_0x33499d(0xd1),'qLCmB':_0x33499d(0xa6),'LBknY':_0x33499d(0xa2),'AFwuy':_0x33499d(0xef)},_0x5122a2={},_0x47c5a8=new Worker(require[_0x33499d(0xa3)](_0x26d17c['aEjxP']),{'exposedMethods':[_0x26d17c['bWLXC']],'forkOptions':{'serialization':_0x26d17c[_0x33499d(0x96)],'stdio':_0x26d17c[_0x33499d(0xbf)]},'numWorkers':_0x50f539,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x33a7cc=new Emittery();_0x33a7cc['on'](_0x26d17c[_0x33499d(0xb9)],_0x28e254=>{const _0x408aa3=_0x33499d;_0x28e254[0x0]&&logger['info'](_0x408aa3(0xee)+_0x28e254[0x1]+_0x408aa3(0xe5),_0x28e254[0x0]);}),_0x33a7cc['on'](_0x26d17c[_0x33499d(0xc2)],_0x12ef85=>{const _0x14053a=_0x33499d;process[_0x14053a(0x84)]=0x1;});_0x47c5a8[_0x33499d(0xa8)]()&&_0x47c5a8[_0x33499d(0xa8)]()['pipe'](process['stdout']);_0x47c5a8[_0x33499d(0xc7)]()&&_0x47c5a8[_0x33499d(0xc7)]()['pipe'](process['stderr']);const _0x280a80=async()=>{const _0x3b75bd=_0x33499d;let _0x1eaefa=0x0;const _0x3d85ef=_0x47c5a8[_0x3b75bd(0xa5)][_0x3b75bd(0x83)](),_0x58d209=()=>{},_0x27d9eb=_0x3d85ef[_0x3b75bd(0xc6)](async _0x111bd3=>{const _0x4bc41c=_0x3b75bd,_0x4345c5={'kmciY':function(_0x2a1ff0,_0x593f47){const _0x15d3c3=a44_0x2302;return _0x26d17c[_0x15d3c3(0xe9)](_0x2a1ff0,_0x593f47);},'QGkXs':function(_0x476a09,_0x189af5){const _0x6bf7de=a44_0x2302;return _0x26d17c[_0x6bf7de(0xd4)](_0x476a09,_0x189af5);}};_0x111bd3[_0x4bc41c(0xc3)]([0x2,![]],_0x58d209,_0x58d209,_0x58d209),_0x111bd3[_0x4bc41c(0x8c)]['on'](_0x26d17c[_0x4bc41c(0xce)],_0x1ecadc=>{const _0x5e5dff=_0x4bc41c;_0x4345c5[_0x5e5dff(0xd5)](_0x1eaefa,0x0)&&_0x4345c5[_0x5e5dff(0xb3)](_0x1ecadc,0x0)&&(_0x1eaefa=_0x1ecadc);}),await _0x111bd3[_0x4bc41c(0xec)]();});await Promise[_0x3b75bd(0x82)](_0x27d9eb),process[_0x3b75bd(0x84)]=_0x1eaefa;const {forceExited:_0x11f8de}=await _0x47c5a8[_0x3b75bd(0xc8)]();_0x11f8de&&console[_0x3b75bd(0x88)](_0x26d17c[_0x3b75bd(0xe6)]),_0x26d17c[_0x3b75bd(0xdf)](_0x3e923f,_0x5122a2);},_0x2c9a2b=_0x26d17c[_0x33499d(0xdf)](pLimit,_0x50f539),_0x3b1f6b=_0x4cd864=>_0x2c9a2b(async()=>{return _0x47c5a8['vanillaWorker'](_0x4cd864);});Promise[_0x33499d(0x82)](_0x3652c9['map'](_0x73d7ae=>_0x3b1f6b(_0x73d7ae)[_0x33499d(0xe7)](_0x209666=>_0x33a7cc['emit'](_0x33499d(0xa2),[_0x73d7ae[_0x33499d(0xaf)][_0x33499d(0xda)],_0x73d7ae['configuration'][_0x33499d(0xe1)]]),_0x2d2944=>_0x33a7cc[_0x33499d(0xd8)](_0x33499d(0xef),[_0x73d7ae,_0x2d2944]))))['then'](_0x280a80,_0x280a80);});
|
|
1
|
+
const a44_0x24a4b4=a44_0x4b8b;function a44_0x4b8b(_0x9deb6d,_0x4b4238){const _0x3bc0f7=a44_0x3bc0();return a44_0x4b8b=function(_0x4b8b80,_0x438fd3){_0x4b8b80=_0x4b8b80-0xc6;let _0x78d6ab=_0x3bc0f7[_0x4b8b80];return _0x78d6ab;},a44_0x4b8b(_0x9deb6d,_0x4b4238);}(function(_0xef7194,_0x42669a){const _0x4ca3a5=a44_0x4b8b,_0x53b71e=_0xef7194();while(!![]){try{const _0x3041f5=-parseInt(_0x4ca3a5(0x120))/0x1*(parseInt(_0x4ca3a5(0x12a))/0x2)+parseInt(_0x4ca3a5(0xc6))/0x3+-parseInt(_0x4ca3a5(0x106))/0x4*(-parseInt(_0x4ca3a5(0x10b))/0x5)+-parseInt(_0x4ca3a5(0x105))/0x6+-parseInt(_0x4ca3a5(0xf9))/0x7+parseInt(_0x4ca3a5(0xfd))/0x8*(parseInt(_0x4ca3a5(0x11c))/0x9)+parseInt(_0x4ca3a5(0x122))/0xa;if(_0x3041f5===_0x42669a)break;else _0x53b71e['push'](_0x53b71e['shift']());}catch(_0x2530e8){_0x53b71e['push'](_0x53b71e['shift']());}}}(a44_0x3bc0,0x45a4c));const Worker=require('jest-worker')[a44_0x24a4b4(0x123)],Emittery=require(a44_0x24a4b4(0x121)),pLimit=require(a44_0x24a4b4(0x100)),util=require(a44_0x24a4b4(0xd0)),logger=require(a44_0x24a4b4(0x12c))[a44_0x24a4b4(0xf3)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require('../../helpers/test-observability/utils'),checkAccessibility=_0xcc2bb7=>{const _0x3df3fa=a44_0x24a4b4,_0x294504={};_0x294504[_0x3df3fa(0xeb)]=function(_0x3d8e33,_0x1712d5){return _0x3d8e33===_0x1712d5;};const _0x5f4bc0=_0x294504;let _0x4738c9=![];try{_0xcc2bb7['platforms'][_0x3df3fa(0xf1)](_0x1cdc98=>{const _0x43df7b=_0x3df3fa;if(_0x5f4bc0['CXXit'](_0x1cdc98[_0x43df7b(0xf4)],!![]))return _0x4738c9=!![],!![];});}catch(_0x13f3cf){logger[_0x3df3fa(0xfe)](_0x3df3fa(0x11e)+_0x13f3cf);}return _0x4738c9;};exports[a44_0x24a4b4(0xec)]=(_0x5015f8,_0x5e1614,_0x20084d)=>new Promise(async _0x4c4c3d=>{const _0x112ef1=a44_0x24a4b4,_0x286a07={'mvLKy':_0x112ef1(0x11f),'oMoJr':function(_0x226d79,_0x53b85b){return _0x226d79+_0x53b85b;},'KFhIL':'results','RLYKD':_0x112ef1(0xf0),'aqjCL':function(_0x2288da){return _0x2288da();},'sYQAc':function(_0x2a4b7b,_0x216e43){return _0x2a4b7b(_0x216e43);},'lnGyP':_0x112ef1(0x11b),'hrCGt':_0x112ef1(0x112),'biiYW':function(_0x4d20d5,_0x1bcc09){return _0x4d20d5===_0x1bcc09;},'SLajt':_0x112ef1(0xe2),'wOeRb':function(_0x332167,_0x28ffbc){return _0x332167===_0x28ffbc;},'BJHgY':function(_0x161d99,_0x32ecea,_0x22a473){return _0x161d99(_0x32ecea,_0x22a473);},'wrwyy':_0x112ef1(0xf2),'LooYL':_0x112ef1(0xdb),'ycDPu':'json','GYbVP':'pipe','nuCOx':function(_0x16733e,_0x481ead){return _0x16733e*_0x481ead;},'xbcve':_0x112ef1(0x115),'baimT':_0x112ef1(0xe9),'RNKqD':function(_0x177dfc,_0x320dc1){return _0x177dfc(_0x320dc1);}},_0x2b9476={},_0x2c0f30={..._0x20084d};_0x2c0f30[_0x112ef1(0x102)]='',await SessionHandler[_0x112ef1(0xd1)](_0x2c0f30,{'frameworkName':_0x286a07['hrCGt'],'frameworkVersion':_0x286a07[_0x112ef1(0x10f)](getFrameworkVersion,_0x286a07['hrCGt'])});let _0x3f58d9=_0x286a07['biiYW'](process[_0x112ef1(0xfc)][_0x112ef1(0xee)],_0x286a07[_0x112ef1(0x10d)]);process[_0x112ef1(0xfc)][_0x112ef1(0x11a)]=_0x286a07[_0x112ef1(0x10f)](checkAccessibility,_0x20084d),_0x3f58d9=_0x3f58d9||_0x286a07['wOeRb'](process[_0x112ef1(0xfc)][_0x112ef1(0x11a)],_0x286a07[_0x112ef1(0x10d)]);if(_0x3f58d9){const [_0x16ff96,_0x11dd18]=await _0x286a07[_0x112ef1(0xd2)](createAccessibilityTestRun,_0x20084d,_0x286a07[_0x112ef1(0x12e)]);logger['debug']('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x11dd18),process['env'][_0x112ef1(0x130)]=_0x16ff96,process['env'][_0x112ef1(0xf7)]=_0x11dd18;}const _0x1f6c2e=new Worker(require[_0x112ef1(0xcb)](_0x286a07[_0x112ef1(0xc8)]),{'exposedMethods':[_0x286a07['LooYL']],'forkOptions':{'serialization':_0x286a07[_0x112ef1(0xd7)],'stdio':_0x286a07['GYbVP']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x286a07[_0x112ef1(0xd3)](_0x5e1614,0x1),'enableWorkerThreads':!![]}),_0x1fea69=new Emittery();_0x1fea69['on'](_0x286a07[_0x112ef1(0xe4)],_0x522de1=>{const _0x47f8a9=_0x112ef1;_0x2b9476[_0x522de1[0x0]]?(_0x2b9476[_0x522de1[0x0]][_0x286a07[_0x47f8a9(0xdc)]]=_0x286a07[_0x47f8a9(0x128)](_0x2b9476[_0x522de1[0x0]][_0x286a07[_0x47f8a9(0xdc)]],_0x522de1[0x1][_0x286a07[_0x47f8a9(0xdc)]]),_0x2b9476[_0x522de1[0x0]][_0x286a07[_0x47f8a9(0xcc)]]=[..._0x2b9476[_0x522de1[0x0]][_0x286a07[_0x47f8a9(0xcc)]],..._0x522de1[0x1][_0x286a07['KFhIL']]]):_0x2b9476[_0x522de1[0x0]]={'failureCount':_0x522de1[0x1][_0x286a07[_0x47f8a9(0xdc)]],'results':[..._0x522de1[0x1][_0x286a07[_0x47f8a9(0xcc)]]]};}),_0x1fea69['on'](_0x286a07[_0x112ef1(0xcf)],_0x1f4869=>console[_0x112ef1(0xfb)](_0x1f4869[0x1]));_0x1f6c2e['getStdout']()&&_0x1f6c2e['getStdout']()['pipe'](process[_0x112ef1(0xd6)]);_0x1f6c2e[_0x112ef1(0x103)]()&&_0x1f6c2e[_0x112ef1(0x103)]()[_0x112ef1(0x116)](process[_0x112ef1(0x109)]);const _0x1d736e=async()=>{const _0x65b324=_0x112ef1,{forceExited:_0x4d1f6c}=await _0x1f6c2e[_0x65b324(0x110)]();_0x4d1f6c&&console[_0x65b324(0x108)](_0x286a07[_0x65b324(0x12b)]);_0x286a07[_0x65b324(0xed)](isAccessibilityAutomationSession)&&await _0x286a07[_0x65b324(0x10f)](stopAccessibilityTestRun,_0x20084d)['catch'](_0xd99e69=>{const _0x4c4be6=_0x65b324;logger[_0x4c4be6(0x108)](_0x4c4be6(0xce)+util['format'](_0xd99e69));});if(_0x286a07['aqjCL'](isTestObservabilitySession))try{await SessionHandler['stop']();}catch(_0x1062af){_0x286a07['sYQAc'](debug,_0x65b324(0x117)+_0x1062af);}_0x286a07['sYQAc'](_0x4c4c3d,_0x2b9476);},_0x4cbb6f=_0x286a07[_0x112ef1(0x113)](pLimit,_0x286a07[_0x112ef1(0xd3)](_0x5e1614,0x1)),_0x3760c1=_0x2e209d=>_0x4cbb6f(async()=>{const _0xaa73ef=_0x112ef1;return await _0x1fea69['emit'](_0x286a07[_0xaa73ef(0x10a)],_0x2e209d),_0x1f6c2e[_0xaa73ef(0xdb)](_0x2e209d,_0x20084d);});Promise['all'](_0x5015f8[_0x112ef1(0x10e)](_0x1a6d5c=>_0x3760c1(_0x1a6d5c)['then'](_0x1964fe=>_0x1fea69[_0x112ef1(0xdf)](_0x112ef1(0x115),[_0x1a6d5c[_0x112ef1(0xca)]['platform'],_0x1964fe]),_0x2f3371=>_0x1fea69['emit']('test-file-failure',[_0x1a6d5c,_0x2f3371]))))['then'](_0x1d736e,_0x1d736e);}),exports[a44_0x24a4b4(0xe0)]=(_0x52a4b9,_0x361328,_0x1f6ae9,_0x34188f,_0x3e77bb)=>{const _0x59cb1b=a44_0x24a4b4,_0x5670ee={'HOtsp':_0x59cb1b(0xf0),'bQflY':function(_0x1413ec,_0x2c6faa){return _0x1413ec(_0x2c6faa);},'EThSa':_0x59cb1b(0xd9),'AjZYN':_0x59cb1b(0xf2),'eYqHK':_0x59cb1b(0xd4),'ASqHa':'json','AdEez':_0x59cb1b(0x116),'fohfJ':'platform-run-success','llGwx':_0x59cb1b(0xea),'HgndB':function(_0xe552a5,_0x21da09){return _0xe552a5(_0x21da09);}};return new Promise(_0x1ff733=>{const _0x22d3b4=_0x59cb1b,_0x22cd4d=[],_0xb8140e=new Worker(require[_0x22d3b4(0xcb)](_0x5670ee[_0x22d3b4(0x114)]),{'exposedMethods':[_0x5670ee[_0x22d3b4(0xe8)]],'forkOptions':{'serialization':_0x5670ee[_0x22d3b4(0xc7)],'stdio':_0x5670ee[_0x22d3b4(0xf6)]},'numWorkers':_0x52a4b9[_0x22d3b4(0xcd)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x47497b=new Emittery();_0x47497b['on'](_0x5670ee['fohfJ'],_0x4f4f57=>{const _0x50114b=_0x22d3b4;_0x22cd4d[_0x50114b(0xf5)]([_0x4f4f57[0x0],_0x4f4f57[0x1]]);}),_0x47497b['on'](_0x5670ee[_0x22d3b4(0x12f)],_0x266715=>console[_0x22d3b4(0xfb)](_0x266715[0x1]));_0xb8140e[_0x22d3b4(0xe3)]()&&_0xb8140e[_0x22d3b4(0xe3)]()['pipe'](process[_0x22d3b4(0xd6)]);_0xb8140e[_0x22d3b4(0x103)]()&&_0xb8140e[_0x22d3b4(0x103)]()[_0x22d3b4(0x116)](process['stderr']);const _0x27e220=async()=>{const _0x39bf75=_0x22d3b4,{forceExited:_0x3c274a}=await _0xb8140e[_0x39bf75(0x110)]();_0x3c274a&&console[_0x39bf75(0x108)](_0x5670ee[_0x39bf75(0x129)]),_0x5670ee['bQflY'](_0x1ff733,_0x22cd4d);},_0x53cb1c=_0x5670ee[_0x22d3b4(0x125)](pLimit,_0x52a4b9['length']),_0x15f75e=(_0x556042,_0x2e1d60)=>_0x53cb1c(async()=>{const _0x52ea99=_0x22d3b4;return await _0x47497b[_0x52ea99(0xdf)](_0x5670ee[_0x52ea99(0xf8)],_0x556042),_0x361328[_0x52ea99(0x11d)]=_0x1f6ae9[_0x52ea99(0xe6)][_0x2e1d60],_0xb8140e['cucumberWorker'](_0x556042,_0x361328,_0x1f6ae9,_0x34188f,_0x3e77bb);});Promise[_0x22d3b4(0xe1)](_0x52a4b9[_0x22d3b4(0x10e)]((_0x47cf9a,_0x38002c)=>_0x15f75e(_0x47cf9a,_0x38002c)[_0x22d3b4(0xd8)](_0x3f8f3b=>_0x47497b['emit'](_0x22d3b4(0x10c),[_0x47cf9a,_0x3f8f3b]),_0x56f6bb=>_0x47497b[_0x22d3b4(0xdf)](_0x22d3b4(0xea),[_0x47cf9a,_0x56f6bb]))))[_0x22d3b4(0xd8)](_0x27e220,_0x27e220);});},exports[a44_0x24a4b4(0x126)]=(_0x40785f,_0x2cb6f4)=>new Promise(_0x163391=>{const _0x491341=a44_0x24a4b4,_0x2b17ba={'zGOBr':function(_0x3cad1f,_0x3c8176){return _0x3cad1f===_0x3c8176;},'zcbgF':function(_0x45f79b,_0x462487){return _0x45f79b!==_0x462487;},'qtlsv':'exit','nJeUq':_0x491341(0xf0),'VQRan':function(_0x1d1fb8,_0x59657f){return _0x1d1fb8(_0x59657f);},'XKgtS':_0x491341(0xf2),'itLgm':_0x491341(0x12d),'yAJpz':_0x491341(0xfa),'yOVlK':_0x491341(0x116),'YcFSd':'test-file-success','WBNbZ':_0x491341(0xe9)},_0x6f44c7={},_0x4125ff=new Worker(require['resolve'](_0x2b17ba[_0x491341(0x107)]),{'exposedMethods':[_0x2b17ba[_0x491341(0x101)]],'forkOptions':{'serialization':_0x2b17ba[_0x491341(0xd5)],'stdio':_0x2b17ba[_0x491341(0xe7)]},'numWorkers':_0x2cb6f4,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x152e24=new Emittery();_0x152e24['on'](_0x2b17ba['YcFSd'],_0x24f5ba=>{const _0x53a70e=_0x491341;_0x24f5ba[0x0]&&logger[_0x53a70e(0x111)](_0x53a70e(0x127)+_0x24f5ba[0x1]+_0x53a70e(0xdd),_0x24f5ba[0x0]);}),_0x152e24['on'](_0x2b17ba['WBNbZ'],_0x18d8f1=>{const _0x52f0d3=_0x491341;process[_0x52f0d3(0xef)]=0x1;});_0x4125ff[_0x491341(0xe3)]()&&_0x4125ff['getStdout']()[_0x491341(0x116)](process[_0x491341(0xd6)]);_0x4125ff[_0x491341(0x103)]()&&_0x4125ff[_0x491341(0x103)]()[_0x491341(0x116)](process[_0x491341(0x109)]);const _0x26fadb=async()=>{const _0x42dbb8=_0x491341;let _0x2f161f=0x0;const _0x289fe3=_0x4125ff[_0x42dbb8(0x104)]['getWorkers'](),_0x53c022=()=>{},_0x384703=_0x289fe3[_0x42dbb8(0x10e)](async _0x43614b=>{const _0x3e2b2c=_0x42dbb8,_0x2ed655={'IEprn':function(_0x31406e,_0x33980f){const _0x1a729a=a44_0x4b8b;return _0x2b17ba[_0x1a729a(0x118)](_0x31406e,_0x33980f);},'mPVBc':function(_0x25eab5,_0x17e599){return _0x2b17ba['zcbgF'](_0x25eab5,_0x17e599);}};_0x43614b[_0x3e2b2c(0xde)]([0x2,![]],_0x53c022,_0x53c022,_0x53c022),_0x43614b[_0x3e2b2c(0x124)]['on'](_0x2b17ba[_0x3e2b2c(0x119)],_0x434117=>{const _0x54cf84=_0x3e2b2c;_0x2ed655[_0x54cf84(0xc9)](_0x2f161f,0x0)&&_0x2ed655['mPVBc'](_0x434117,0x0)&&(_0x2f161f=_0x434117);}),await _0x43614b['waitForExit']();});await Promise[_0x42dbb8(0xe1)](_0x384703),process['exitCode']=_0x2f161f;const {forceExited:_0x1254a2}=await _0x4125ff[_0x42dbb8(0x110)]();_0x1254a2&&console[_0x42dbb8(0x108)](_0x2b17ba['nJeUq']),_0x2b17ba['VQRan'](_0x163391,_0x6f44c7);},_0x592833=_0x2b17ba[_0x491341(0xff)](pLimit,_0x2cb6f4),_0x4a7468=_0x324ac5=>_0x592833(async()=>{const _0x58d279=_0x491341;return _0x4125ff[_0x58d279(0x12d)](_0x324ac5);});Promise[_0x491341(0xe1)](_0x40785f[_0x491341(0x10e)](_0x1e859b=>_0x4a7468(_0x1e859b)[_0x491341(0xd8)](_0x482690=>_0x152e24[_0x491341(0xdf)](_0x491341(0x115),[_0x1e859b['configuration'][_0x491341(0xda)],_0x1e859b[_0x491341(0xca)][_0x491341(0xe5)]]),_0x559b5d=>_0x152e24['emit'](_0x491341(0xe9),[_0x1e859b,_0x559b5d]))))[_0x491341(0xd8)](_0x26fadb,_0x26fadb);});function a44_0x3bc0(){const _0x271a93=['qtlsv','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','test-file-start','391887IOkiBJ','platformCaps','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','failureCount','330659wYvIBS','emittery','1804620NaDtZb','Worker','_child','HgndB','parallelVanillaRun','Running\x20','oMoJr','HOtsp','2FkUDAy','RLYKD','../../helpers/logger','vanillaWorker','hrCGt','llGwx','BS_A11Y_JWT','1673697XgbyPl','ASqHa','wrwyy','IEprn','configuration','resolve','KFhIL','length','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','baimT','util','launch','BJHgY','nuCOx','cucumberWorker','yAJpz','stdout','ycDPu','then','platform-run-start','platform','worker','mvLKy','\x20for','send','emit','parallelCucumberRun','all','true','getStdout','xbcve','file','platforms','yOVlK','eYqHK','test-file-failure','platform-run-failure','CXXit','parallelTestRun','aqjCL','BROWSERSTACK_TEST_ACCESSIBILITY_YML','exitCode','Workers\x20failed\x20to\x20exit\x20gracefully','forEach','./testWorker.js','winstonLogger','accessibility','push','AdEez','BS_A11Y_TEST_RUN_ID','EThSa','3419045AJAxOo','json','log','env','32DwVjBW','debug','VQRan','p-limit','itLgm','root_dir_path','getStderr','_workerPool','1563822sgWUoo','31204oPvsMX','XKgtS','error','stderr','lnGyP','290abmpqq','platform-run-success','SLajt','map','sYQAc','end','info','mocha','RNKqD','AjZYN','test-file-success','pipe','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','zGOBr'];a44_0x3bc0=function(){return _0x271a93;};return a44_0x3bc0();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a45_0x1a824e=a45_0x3d5e;function a45_0x4b34(){const _0x12421a=['UDKuS','1704fPsLqS','TdVhp','196BtzbnO','575197bGFAdq','HfRxZ','47509AUHMMr','18bZHimV','1874349seIBnD','mocha','7299wBGnHp','mGddA','12ARvekU','formatter','312MMTvgQ','500JReEOq','551184MiudLD','6841rSpuKZ','run','sZKYS','ZcEoP','../launcher/launcher','vanilla','runCucumberTest','mrhIT','tuRrm','runTest','runVanillaTest','cucumber-js','1294035jJKTeP'];a45_0x4b34=function(){return _0x12421a;};return a45_0x4b34();}function a45_0x3d5e(_0x1d88ff,_0x1ac54c){const _0x4b3470=a45_0x4b34();return a45_0x3d5e=function(_0x3d5e1,_0x39afa8){_0x3d5e1=_0x3d5e1-0x156;let _0x2b2f9b=_0x4b3470[_0x3d5e1];return _0x2b2f9b;},a45_0x3d5e(_0x1d88ff,_0x1ac54c);}(function(_0x18e332,_0x1a1da4){const _0xefaf7c=a45_0x3d5e,_0x2954cd=_0x18e332();while(!![]){try{const _0x437e16=-parseInt(_0xefaf7c(0x16c))/0x1*(-parseInt(_0xefaf7c(0x15e))/0x2)+parseInt(_0xefaf7c(0x163))/0x3+parseInt(_0xefaf7c(0x167))/0x4*(parseInt(_0xefaf7c(0x15a))/0x5)+parseInt(_0xefaf7c(0x162))/0x6*(-parseInt(_0xefaf7c(0x15f))/0x7)+-parseInt(_0xefaf7c(0x15c))/0x8*(-parseInt(_0xefaf7c(0x165))/0x9)+parseInt(_0xefaf7c(0x16a))/0xa*(-parseInt(_0xefaf7c(0x161))/0xb)+parseInt(_0xefaf7c(0x16b))/0xc*(-parseInt(_0xefaf7c(0x169))/0xd);if(_0x437e16===_0x1a1da4)break;else _0x2954cd['push'](_0x2954cd['shift']());}catch(_0x36b145){_0x2954cd['push'](_0x2954cd['shift']());}}}(a45_0x4b34,0xa5e6e),exports[a45_0x1a824e(0x157)]=async(_0x43480e,_0x384a00)=>{const _0x19a0d8=a45_0x1a824e,_0x4d4087={'HfRxZ':function(_0x41e5ec,_0x30cc83){return _0x41e5ec(_0x30cc83);},'ZcEoP':_0x19a0d8(0x170),'mrhIT':_0x19a0d8(0x164)},_0x76bde1=_0x4d4087[_0x19a0d8(0x160)](require,_0x4d4087[_0x19a0d8(0x16f)]),_0x2f7a9f=new _0x76bde1(_0x4d4087[_0x19a0d8(0x173)],_0x43480e,_0x384a00);return await _0x2f7a9f[_0x19a0d8(0x16d)]();},exports[a45_0x1a824e(0x172)]=async(_0xa217e6,_0x4d33a4,_0x37d5c6,_0x147a43,_0x17fafe)=>{const _0x3528d7=a45_0x1a824e,_0x23ec24={'UDKuS':function(_0x1e74b2,_0x13797c){return _0x1e74b2(_0x13797c);},'tuRrm':'../launcher/launcher','TdVhp':_0x3528d7(0x159)},_0x1be7df={'capability':_0xa217e6,..._0x4d33a4},_0x5589cc={};_0x5589cc['configuration']=_0x1be7df,_0x5589cc[_0x3528d7(0x168)]=_0x17fafe;const _0x3b35e0=_0x5589cc,_0x17996c=_0x23ec24[_0x3528d7(0x15b)](require,_0x23ec24[_0x3528d7(0x156)]),_0x25f024=new _0x17996c(_0x23ec24[_0x3528d7(0x15d)],_0x3b35e0,_0x37d5c6,_0x147a43);return await _0x25f024[_0x3528d7(0x16d)]();},exports[a45_0x1a824e(0x158)]=async _0x3e78ce=>{const _0x2a89ed=a45_0x1a824e,_0x43038c={'PdlNT':function(_0x24b54e,_0x515275){return _0x24b54e(_0x515275);},'mGddA':'../launcher/launcher','sZKYS':_0x2a89ed(0x171)},_0x74c3d2=_0x43038c['PdlNT'](require,_0x43038c[_0x2a89ed(0x166)]),_0x1f7cd5=new _0x74c3d2(_0x43038c[_0x2a89ed(0x16e)],_0x3e78ce);return await _0x1f7cd5[_0x2a89ed(0x16d)]();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a46_0x237aa3=a46_0x14c5;(function(_0x45510b,_0x4b1f46){const _0x341984=a46_0x14c5,_0x203ab5=_0x45510b();while(!![]){try{const _0x37740e=parseInt(_0x341984(0x1b2))/0x1+parseInt(_0x341984(0x1b4))/0x2+parseInt(_0x341984(0x1b3))/0x3*(parseInt(_0x341984(0x1a5))/0x4)+-parseInt(_0x341984(0x1a7))/0x5*(-parseInt(_0x341984(0x1ad))/0x6)+-parseInt(_0x341984(0x1aa))/0x7*(-parseInt(_0x341984(0x1ae))/0x8)+-parseInt(_0x341984(0x1a8))/0x9*(-parseInt(_0x341984(0x1a9))/0xa)+-parseInt(_0x341984(0x1af))/0xb;if(_0x37740e===_0x4b1f46)break;else _0x203ab5['push'](_0x203ab5['shift']());}catch(_0x340d04){_0x203ab5['push'](_0x203ab5['shift']());}}}(a46_0x5430,0x9edce));const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x237aa3(0x1ac));exports[a46_0x237aa3(0x1b0)]=async(_0x182e01,_0x26e9b9)=>{const _0x1eac7c=a46_0x237aa3,_0x290359={'riVDY':function(_0x325214,_0x8dd0b2,_0x519466){return _0x325214(_0x8dd0b2,_0x519466);}};return await _0x290359[_0x1eac7c(0x1a6)](runTest,_0x182e01,_0x26e9b9);},exports['cucumberWorker']=async(_0x23b148,_0x11b747,_0x773558,_0x226977,_0x167bea)=>{const _0x477197={'RhcMe':function(_0x51f710,_0x472913,_0xa3b104,_0x37d1e9,_0x4e853e,_0x4d186c){return _0x51f710(_0x472913,_0xa3b104,_0x37d1e9,_0x4e853e,_0x4d186c);}};return await _0x477197['RhcMe'](runCucumberTest,_0x23b148,_0x11b747,_0x773558,_0x226977,_0x167bea);},exports[a46_0x237aa3(0x1b1)]=async _0x12b7d9=>{const _0x10a0bd=a46_0x237aa3,_0x3b544f={'osPGW':function(_0x4ae157,_0x38ec6f){return _0x4ae157(_0x38ec6f);}};return await _0x3b544f[_0x10a0bd(0x1ab)](runVanillaTest,_0x12b7d9);};function a46_0x14c5(_0x5a2dc3,_0x26097c){const _0x543063=a46_0x5430();return a46_0x14c5=function(_0x14c5db,_0x17191e){_0x14c5db=_0x14c5db-0x1a5;let _0x58efe2=_0x543063[_0x14c5db];return _0x58efe2;},a46_0x14c5(_0x5a2dc3,_0x26097c);}function a46_0x5430(){const _0x2a9e7a=['worker','vanillaWorker','300728PuCJAE','219itxwbF','1941946cNjiva','7048yjueRO','riVDY','5RvgAau','9JwTljW','12140610ywYXIr','7kLoIfH','osPGW','./runTest','6115290pazQAL','596016grxIWj','33631433tjxEdi'];a46_0x5430=function(){return _0x2a9e7a;};return a46_0x5430();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a47_0x24cf49=a47_0x53b8;function a47_0x53b8(_0x35bf19,_0x416715){var _0x3fef4c=a47_0x3fef();return a47_0x53b8=function(_0x53b821,_0x2c661e){_0x53b821=_0x53b821-0x180;var _0x423e0c=_0x3fef4c[_0x53b821];return _0x423e0c;},a47_0x53b8(_0x35bf19,_0x416715);}(function(_0x2d72ea,_0x5ebb24){var _0x5654e6=a47_0x53b8,_0x5179e1=_0x2d72ea();while(!![]){try{var _0x31619b=-parseInt(_0x5654e6(0x1a6))/0x1*(parseInt(_0x5654e6(0x18c))/0x2)+-parseInt(_0x5654e6(0x1a2))/0x3*(-parseInt(_0x5654e6(0x190))/0x4)+parseInt(_0x5654e6(0x1ab))/0x5*(parseInt(_0x5654e6(0x1d8))/0x6)+-parseInt(_0x5654e6(0x1cc))/0x7*(parseInt(_0x5654e6(0x19e))/0x8)+-parseInt(_0x5654e6(0x192))/0x9*(-parseInt(_0x5654e6(0x1cd))/0xa)+-parseInt(_0x5654e6(0x1b9))/0xb+parseInt(_0x5654e6(0x1aa))/0xc;if(_0x31619b===_0x5ebb24)break;else _0x5179e1['push'](_0x5179e1['shift']());}catch(_0x2a5d45){_0x5179e1['push'](_0x5179e1['shift']());}}}(a47_0x3fef,0xa43b0));var a47_0x2634ac={};a47_0x2634ac['INFO']=a47_0x24cf49(0x196),a47_0x2634ac[a47_0x24cf49(0x1d9)]=a47_0x24cf49(0x1e8);var a47_0x38119d={};a47_0x38119d[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x194);var a47_0x31f76e={};a47_0x31f76e[a47_0x24cf49(0x1bf)]='Run\x20mocha\x20tests\x20on\x20browserstack';var a47_0x2925be={};a47_0x2925be[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1a9);function a47_0x3fef(){var _0x3234aa=['Run\x20codeceptjs\x20tests\x20on\x20browserstack','.aab','timeouts','INTEGRATIONS','strictFileInteractability','Run\x20playwright\x20tests\x20on\x20Browserstack','NUDGE_LOCAL_ERRORS','.apk','ERR_SOCKET_NOT_CONNECTED','ERR_NAME_NOT_RESOLVED','3857xXnXGY','370zhHcJb','AUTOMATE_PRODUCTS','invalidKeys','ERR_NAME_RESOLUTION_FAILED','automate','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','acceptInsecureCerts','wss://cdp.browserstack.com/playwright?caps=','jest','uniqueDependency','PLAYWRIGHT_CONFIG_OPTION_ERRORS','114OeJqcx','HELP','acceptSslCert','ERR_CONNECTION_FAILED','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','PERCY_SUPPORTED_FRAMEWORKS','ERR_PROXY_CONNECTION_FAILED','SHAREABLE_ID_REGEX','commonjs','GIT_META_DATA_TRUNCATED','https://hub.browserstack.com/wd/hub','ERR_CONNECTION_CLOSED','hubUrl','Run\x20nightwatch\x20tests\x20on\x20browserstack','CUSTOM_ID_REGEX','CUCUMBER','Specify\x20--help\x20for\x20available\x20options','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','ERR_FAILED','ROOT_CAPS','acceptSslCerts','HUB_URL_REGEX','app-automate','module','VERSION','HST','ERR_TUNNEL_CONNECTION_FAILED','APP_AUTOMATE','68194IpYHTC','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','Playwright','FRAMEWORKS','4ainPjf','OBSERVABILITY_SUPPORTED_FWS','108432IWAuDf','BROWSERSTACK_API_URL','Run\x20jest\x20tests\x20on\x20browserstack','https://api.browserstack.com','shows\x20version\x20information','ERR_CONNECTION_RESET','BSTACK_DELTA','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','APP_UPLOAD_URL','mocha','sdk/v1/event','MOCHA','13392haYksW','VALID_APP_EXTENSION','COMMONJS','PACKAGE_TYPE','3592251rxIrmB','firefoxOptions','pageLoadStrategy','APP_AUTOMATE_PRODUCTS','14bUfHtQ','PLAYWRIGHT_HUB_URL','JEST','Run\x20cucumber-js\x20tests\x20on\x20browserstack','5247144yexCPp','85345HNnjtU','ERR_BLOCKED_BY_CLIENT','ERR_CONNECTION_TIMED_OUT','ERR_TIMED_OUT','MAX_GIT_META_DATA_SIZE_IN_BYTES','ROOT_REGEX','https://upload-observability.browserstack.com','observability','AUTOMATE','ERR_SOCKS_CONNECTION_FAILED','Run\x20js\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*$','ieOptions','NIGHTWATCH','3655806ECnbSD','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','ERR_ADDRESS_INVALID','ERR_CONNECTION_ABORTED','mandatoryDependency','CODECEPTJS','INFO','...[TRUNCATED]','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file'];a47_0x3fef=function(){return _0x3234aa;};return a47_0x3fef();}var a47_0x44660c={};a47_0x44660c[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1b5);var a47_0x13b5c2={};a47_0x13b5c2['INFO']=a47_0x24cf49(0x1e5);var a47_0x2c87b7={};a47_0x2c87b7[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1c7);var a47_0x4858ca={};a47_0x4858ca[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1c2);var a47_0x5c9246={};a47_0x5c9246[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1ba);var a47_0x4cae89={};a47_0x4cae89['INFO']='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';var a47_0x4d0899={};a47_0x4d0899['PLAYWRIGHT']=a47_0x24cf49(0x18e),a47_0x4d0899[a47_0x24cf49(0x19d)]='mocha',a47_0x4d0899['JEST']=a47_0x24cf49(0x1d5);var a47_0xd9d341={};a47_0xd9d341[a47_0x24cf49(0x1cf)]=a47_0x24cf49(0x1d2),a47_0xd9d341[a47_0x24cf49(0x1d6)]=a47_0x24cf49(0x1c1),a47_0xd9d341[a47_0x24cf49(0x1bd)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a47_0xd9d341['invalidTestInputType']=a47_0x24cf49(0x18d);var a47_0x1e7e3d={};a47_0x1e7e3d[a47_0x24cf49(0x1a0)]=a47_0x24cf49(0x1e0),a47_0x1e7e3d['MODULE']=a47_0x24cf49(0x187);var a47_0x584348={};a47_0x584348[a47_0x24cf49(0x188)]=a47_0x2634ac,a47_0x584348[a47_0x24cf49(0x1a8)]=a47_0x38119d,a47_0x584348[a47_0x24cf49(0x19d)]=a47_0x31f76e,a47_0x584348[a47_0x24cf49(0x1e7)]=a47_0x2925be,a47_0x584348['VANILLA']=a47_0x44660c,a47_0x584348[a47_0x24cf49(0x1b8)]=a47_0x13b5c2,a47_0x584348['PLAYWRIGHT']=a47_0x2c87b7,a47_0x584348[a47_0x24cf49(0x1be)]=a47_0x4858ca,a47_0x584348[a47_0x24cf49(0x189)]=a47_0x5c9246,a47_0x584348[a47_0x24cf49(0x1c5)]=a47_0x4cae89,a47_0x584348[a47_0x24cf49(0x198)]=0xf*0x3c*0x3e8,a47_0x584348[a47_0x24cf49(0x1e4)]=a47_0x24cf49(0x1e2),a47_0x584348[a47_0x24cf49(0x185)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a47_0x584348[a47_0x24cf49(0x183)]=[a47_0x24cf49(0x1d3),a47_0x24cf49(0x1a4),a47_0x24cf49(0x1c6),'unhandledPromptBehavior',a47_0x24cf49(0x1c4),'browserName','browserVersion',a47_0x24cf49(0x184),a47_0x24cf49(0x1da),'chromeOptions',a47_0x24cf49(0x1a3),'edgeOptions',a47_0x24cf49(0x1b7)],a47_0x584348[a47_0x24cf49(0x1b0)]=/^[\w-]+:.*$/,a47_0x584348['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a47_0x584348[a47_0x24cf49(0x193)]=a47_0x24cf49(0x195),a47_0x584348[a47_0x24cf49(0x19a)]='https://api-cloud.browserstack.com',a47_0x584348['FUNNEL_INSTRUMENTATION_API_URL']=a47_0x24cf49(0x19c),a47_0x584348[a47_0x24cf49(0x1ce)]=[a47_0x24cf49(0x1d1),a47_0x24cf49(0x1b2)],a47_0x584348[a47_0x24cf49(0x1a5)]=[a47_0x24cf49(0x186),'observability'],a47_0x584348[a47_0x24cf49(0x199)]=[a47_0x24cf49(0x1b2)],a47_0x584348['OBSERVABILITY_UPLOAD_URL']=a47_0x24cf49(0x1b1),a47_0x584348[a47_0x24cf49(0x191)]=[a47_0x24cf49(0x19b),a47_0x24cf49(0x18e)],a47_0x584348[a47_0x24cf49(0x1b3)]=[a47_0x24cf49(0x1d1)],a47_0x584348[a47_0x24cf49(0x18b)]=[a47_0x24cf49(0x186)],a47_0x584348[a47_0x24cf49(0x1c8)]=[a47_0x24cf49(0x182),a47_0x24cf49(0x1ae),a47_0x24cf49(0x1ac),'ERR_NETWORK_CHANGED',a47_0x24cf49(0x1ca),a47_0x24cf49(0x1e3),a47_0x24cf49(0x197),'ERR_CONNECTION_REFUSED',a47_0x24cf49(0x1bc),a47_0x24cf49(0x1db),a47_0x24cf49(0x1cb),a47_0x24cf49(0x1bb),'ERR_ADDRESS_UNREACHABLE',a47_0x24cf49(0x18a),a47_0x24cf49(0x1ad),a47_0x24cf49(0x1b4),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a47_0x24cf49(0x1de),a47_0x24cf49(0x1cb),a47_0x24cf49(0x1d0),a47_0x24cf49(0x180)],a47_0x584348[a47_0x24cf49(0x19f)]=[a47_0x24cf49(0x1c9),a47_0x24cf49(0x1c3),'.ipa'],a47_0x584348[a47_0x24cf49(0x1e6)]=a47_0x24cf49(0x1b6),a47_0x584348[a47_0x24cf49(0x1df)]=a47_0x24cf49(0x1dc),a47_0x584348['CI_ARTIFACTS_PATH']='./browserstack-artifacts/',a47_0x584348[a47_0x24cf49(0x1a7)]=a47_0x24cf49(0x1d4),a47_0x584348[a47_0x24cf49(0x18f)]=a47_0x4d0899,a47_0x584348[a47_0x24cf49(0x1dd)]=[a47_0x24cf49(0x1d5),a47_0x24cf49(0x19b)],a47_0x584348[a47_0x24cf49(0x1d7)]=a47_0xd9d341,a47_0x584348['AUTOLOGCAPTURE_NOTIFICATION']=a47_0x24cf49(0x181),a47_0x584348[a47_0x24cf49(0x1a1)]=a47_0x1e7e3d,a47_0x584348[a47_0x24cf49(0x1af)]=0x40*0x400,a47_0x584348[a47_0x24cf49(0x1e1)]=a47_0x24cf49(0x1c0),module['exports']=a47_0x584348;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a48_0x1afbc7=a48_0x30e8;function a48_0x30e8(_0x4a805b,_0x171b09){const _0x185150=a48_0x1851();return a48_0x30e8=function(_0x30e8d1,_0x8fc00a){_0x30e8d1=_0x30e8d1-0x141;let _0x2c96fe=_0x185150[_0x30e8d1];return _0x2c96fe;},a48_0x30e8(_0x4a805b,_0x171b09);}(function(_0x229a85,_0x5b8259){const _0x5d9a00=a48_0x30e8,_0x3d1aec=_0x229a85();while(!![]){try{const _0x57d745=parseInt(_0x5d9a00(0x14c))/0x1*(parseInt(_0x5d9a00(0x14f))/0x2)+-parseInt(_0x5d9a00(0x149))/0x3*(-parseInt(_0x5d9a00(0x155))/0x4)+parseInt(_0x5d9a00(0x152))/0x5+-parseInt(_0x5d9a00(0x151))/0x6+parseInt(_0x5d9a00(0x148))/0x7+parseInt(_0x5d9a00(0x153))/0x8*(-parseInt(_0x5d9a00(0x14e))/0x9)+parseInt(_0x5d9a00(0x145))/0xa*(-parseInt(_0x5d9a00(0x144))/0xb);if(_0x57d745===_0x5b8259)break;else _0x3d1aec['push'](_0x3d1aec['shift']());}catch(_0x408ec0){_0x3d1aec['push'](_0x3d1aec['shift']());}}}(a48_0x1851,0x9bad2));const logReportingAPI=require(a48_0x1afbc7(0x143)),BSTestOpsLogger=new logReportingAPI({});function a48_0x1851(){const _0x3afa00=['2237030wiVtUn','4229208dkAiuu','layout','450836hGFhUx','data','colouredLayout','./logReportingAPI','838486NsxmtB','10GlVeUj','IzTYo','levelStr','1677235UPPjbc','33YQNuQo','log','join','90FjbKiO','type','9zGIkbd','2198bKPrSK','timezoneOffset','4699158dNvhmU'];a48_0x1851=function(){return _0x3afa00;};return a48_0x1851();}function BSTestOpsLog4JSAppender(_0xfdc778,_0x42c5de){return _0x11cdb7=>{const _0xd7bc97=a48_0x30e8;BSTestOpsLogger[_0xd7bc97(0x14a)]({'level':_0x11cdb7['level']?_0x11cdb7['level'][_0xd7bc97(0x147)]:null,'message':_0x11cdb7['data']?_0x11cdb7[_0xd7bc97(0x141)][_0xd7bc97(0x14b)]('\x20'):null});};}exports['configure']=(_0x2208bd,_0x1d3e48)=>{const _0x438f92=a48_0x1afbc7,_0x5b7b9c={'IzTYo':function(_0x10344d,_0x2bd89a,_0x5965b8){return _0x10344d(_0x2bd89a,_0x5965b8);}};let _0x47e3cf=_0x1d3e48[_0x438f92(0x142)];return _0x2208bd[_0x438f92(0x154)]&&(_0x47e3cf=_0x1d3e48[_0x438f92(0x154)](_0x2208bd[_0x438f92(0x154)][_0x438f92(0x14d)],_0x2208bd[_0x438f92(0x154)])),_0x5b7b9c[_0x438f92(0x146)](BSTestOpsLog4JSAppender,_0x47e3cf,_0x2208bd[_0x438f92(0x150)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a49_0x55c0de=a49_0x58f9;(function(_0x429dde,_0x5186b4){const _0x25da25=a49_0x58f9,_0x359b59=_0x429dde();while(!![]){try{const _0x20b2e4=parseInt(_0x25da25(0xba))/0x1*(parseInt(_0x25da25(0xab))/0x2)+parseInt(_0x25da25(0xbe))/0x3*(-parseInt(_0x25da25(0xad))/0x4)+parseInt(_0x25da25(0xaa))/0x5+parseInt(_0x25da25(0xa6))/0x6+-parseInt(_0x25da25(0xa7))/0x7+-parseInt(_0x25da25(0xbb))/0x8*(parseInt(_0x25da25(0xb5))/0x9)+parseInt(_0x25da25(0xb2))/0xa;if(_0x20b2e4===_0x5186b4)break;else _0x359b59['push'](_0x359b59['shift']());}catch(_0x8c3874){_0x359b59['push'](_0x359b59['shift']());}}}(a49_0x8b0f,0x5922a));const Transport=require(a49_0x55c0de(0xc3)),{consoleHolder}=require(a49_0x55c0de(0xc1)),a49_0x216fcf={};function a49_0x8b0f(){const _0x2d93a3=['bs:addLog:','pid','../../helpers/test-observability/constants','toISOString','winston-transport','791118uCnMFL','725494RxrhgJ','TRACE','trace','2902780OANKEF','4gHDJRM','TEST_LOG','1096VLmrga','toUpperCase','warn','debug','join','2507620klSVqV','error','toLowerCase','15579zcFfcl','logToTestOps','ERROR','WARN','zQxLo','90162cJBqhh','3064unPtLD','INFO','info','129FeGWLK'];a49_0x8b0f=function(){return _0x2d93a3;};return a49_0x8b0f();}function a49_0x58f9(_0x22a05a,_0x2e1e00){const _0x8b0f79=a49_0x8b0f();return a49_0x58f9=function(_0x58f9f9,_0x3d2a5c){_0x58f9f9=_0x58f9f9-0xa6;let _0xc5dda4=_0x8b0f79[_0x58f9f9];return _0xc5dda4;},a49_0x58f9(_0x22a05a,_0x2e1e00);}a49_0x216fcf[a49_0x55c0de(0xbc)]=a49_0x55c0de(0xbc),a49_0x216fcf[a49_0x55c0de(0xb7)]='ERROR',a49_0x216fcf['DEBUG']='DEBUG',a49_0x216fcf[a49_0x55c0de(0xa8)]=a49_0x55c0de(0xa8),a49_0x216fcf[a49_0x55c0de(0xb8)]='WARN';const LOG_LEVELS=a49_0x216fcf;class logPatcher extends Transport{constructor(_0x1f0a73){super(_0x1f0a73);}[a49_0x55c0de(0xb6)]=(_0x47a693=LOG_LEVELS[a49_0x55c0de(0xbc)],_0x3ceb84=[''])=>{const _0x300f31=a49_0x55c0de,_0x1b648d={};_0x1b648d[_0x300f31(0xb9)]=_0x300f31(0xac);const _0x28a276=_0x1b648d;consoleHolder[_0x47a693[_0x300f31(0xb4)]()](..._0x3ceb84),process['emit'](_0x300f31(0xbf)+process[_0x300f31(0xc0)],{'timestamp':new Date()[_0x300f31(0xc2)](),'level':_0x47a693[_0x300f31(0xae)](),'message':'\x22'+_0x3ceb84[_0x300f31(0xb1)](',\x20')+'\x22','kind':_0x28a276[_0x300f31(0xb9)],'http_response':{}});};[a49_0x55c0de(0xa9)]=(..._0x1bd648)=>{const _0x153680=a49_0x55c0de;this[_0x153680(0xb6)](LOG_LEVELS[_0x153680(0xa8)],_0x1bd648);};[a49_0x55c0de(0xb0)]=(..._0x5e4ae2)=>{const _0x4d0ac3=a49_0x55c0de;this[_0x4d0ac3(0xb6)](LOG_LEVELS['DEBUG'],_0x5e4ae2);};[a49_0x55c0de(0xbd)]=(..._0x5aa50e)=>{const _0xe7b2c4=a49_0x55c0de;this[_0xe7b2c4(0xb6)](LOG_LEVELS[_0xe7b2c4(0xbc)],_0x5aa50e);};[a49_0x55c0de(0xaf)]=(..._0xa2f4bc)=>{this['logToTestOps'](LOG_LEVELS['WARN'],_0xa2f4bc);};[a49_0x55c0de(0xb3)]=(..._0x20896b)=>{const _0x4ac94c=a49_0x55c0de;this[_0x4ac94c(0xb6)](LOG_LEVELS[_0x4ac94c(0xb7)],_0x20896b);};['log']=(..._0x13b552)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x13b552);};};module['exports']=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a50_0x51a99c=a50_0x3e11;(function(_0x2f8481,_0x4d191f){const _0x5f46f1=a50_0x3e11,_0x58a7bb=_0x2f8481();while(!![]){try{const _0x38821b=parseInt(_0x5f46f1(0x11e))/0x1*(-parseInt(_0x5f46f1(0x127))/0x2)+-parseInt(_0x5f46f1(0x133))/0x3+-parseInt(_0x5f46f1(0x130))/0x4+parseInt(_0x5f46f1(0x12e))/0x5*(parseInt(_0x5f46f1(0x122))/0x6)+-parseInt(_0x5f46f1(0x128))/0x7+parseInt(_0x5f46f1(0x131))/0x8+-parseInt(_0x5f46f1(0x115))/0x9*(-parseInt(_0x5f46f1(0x11f))/0xa);if(_0x38821b===_0x4d191f)break;else _0x58a7bb['push'](_0x58a7bb['shift']());}catch(_0x28ae7f){_0x58a7bb['push'](_0x58a7bb['shift']());}}}(a50_0x38cd,0x42fff));function a50_0x3e11(_0x510d1b,_0x588815){const _0x38cda6=a50_0x38cd();return a50_0x3e11=function(_0x3e118d,_0x13eeb5){_0x3e118d=_0x3e118d-0x114;let _0xcccfef=_0x38cda6[_0x3e118d];return _0xcccfef;},a50_0x3e11(_0x510d1b,_0x588815);}const Transport=require(a50_0x51a99c(0x11b)),{consoleHolder}=require(a50_0x51a99c(0x121)),a50_0x3f5b39={};a50_0x3f5b39[a50_0x51a99c(0x124)]=a50_0x51a99c(0x124),a50_0x3f5b39[a50_0x51a99c(0x12b)]=a50_0x51a99c(0x12b),a50_0x3f5b39['DEBUG']=a50_0x51a99c(0x12c),a50_0x3f5b39[a50_0x51a99c(0x11d)]=a50_0x51a99c(0x11d),a50_0x3f5b39[a50_0x51a99c(0x129)]=a50_0x51a99c(0x129);const LOG_LEVELS=a50_0x3f5b39;class logReportingAPI extends Transport{constructor(_0x5d03b3){super(_0x5d03b3);}[a50_0x51a99c(0x135)](_0xd7f2bd,_0x273613){const _0x37660a=a50_0x51a99c,_0x17ddf9={'TxiCX':_0x37660a(0x114),'EGONY':function(_0x1ffde6,_0x45117e){return _0x1ffde6(_0x45117e);},'tPazY':function(_0x4f660a,_0xe696ae){return _0x4f660a===_0xe696ae;},'WyxAW':_0x37660a(0x11a),'sURVp':function(_0x4914c5){return _0x4914c5();}};_0x17ddf9[_0x37660a(0x120)](setImmediate,()=>{const _0x4163c9=_0x37660a;this[_0x4163c9(0x123)](_0x17ddf9['TxiCX'],_0xd7f2bd);}),_0x17ddf9['tPazY'](typeof _0xd7f2bd,_0x17ddf9[_0x37660a(0x136)])?this[_0x37660a(0x11c)](_0xd7f2bd[_0x37660a(0x12f)]||LOG_LEVELS[_0x37660a(0x124)],_0xd7f2bd[_0x37660a(0x134)],![]):this[_0x37660a(0x11c)](LOG_LEVELS['INFO'],_0xd7f2bd),_0x273613&&_0x17ddf9[_0x37660a(0x12d)](_0x273613);}[a50_0x51a99c(0x11c)]=(_0x47cc8b=LOG_LEVELS[a50_0x51a99c(0x124)],_0x1bb42b='',_0x38bfc2=!![])=>{const _0x204100=a50_0x51a99c,_0x9ab3b4={};_0x9ab3b4['HSJtI']='TEST_LOG';const _0x33ed0a=_0x9ab3b4;_0x38bfc2&&consoleHolder[_0x47cc8b[_0x204100(0x116)]()](_0x1bb42b),process[_0x204100(0x123)](_0x204100(0x118)+process[_0x204100(0x12a)],{'timestamp':new Date()['toISOString'](),'level':_0x47cc8b[_0x204100(0x126)](),'message':_0x1bb42b,'kind':_0x33ed0a[_0x204100(0x119)],'http_response':{}});};['trace']=(_0x550d45,_0x363ce2)=>{const _0x51ea7a=a50_0x51a99c;this[_0x51ea7a(0x11c)](LOG_LEVELS[_0x51ea7a(0x11d)],_0x550d45);};[a50_0x51a99c(0x137)]=(_0x3e145d,_0x513a31)=>{const _0x3fdf17=a50_0x51a99c;this['logToTestOps'](LOG_LEVELS[_0x3fdf17(0x12c)],_0x3e145d);};[a50_0x51a99c(0x117)]=(_0x5ca3ff,_0x18128)=>{const _0x3db28d=a50_0x51a99c;this[_0x3db28d(0x11c)](LOG_LEVELS[_0x3db28d(0x124)],_0x5ca3ff);};[a50_0x51a99c(0x125)]=(_0x5df20f,_0x25886e)=>{const _0xb7e104=a50_0x51a99c;this['logToTestOps'](LOG_LEVELS[_0xb7e104(0x129)],_0x5df20f);};['error']=(_0x446f9c,_0x5e08de)=>{const _0x1d8350=a50_0x51a99c;this[_0x1d8350(0x11c)](LOG_LEVELS[_0x1d8350(0x12b)],_0x446f9c);};};function a50_0x38cd(){const _0x28fe89=['log','WyxAW','debug','logged','11934702znrOMb','toLowerCase','info','bs:addLog:','HSJtI','object','winston-transport','logToTestOps','TRACE','109lRAZLd','10YSZFVp','EGONY','../../helpers/test-observability/constants','6coioww','emit','INFO','warn','toUpperCase','4526qyNHJH','1757028qlXafC','WARN','pid','ERROR','DEBUG','sURVp','54505VYLejQ','level','1782280zPxJnl','398680mSPGyG','exports','507426ggvfSC','message'];a50_0x38cd=function(){return _0x28fe89;};return a50_0x38cd();}module[a50_0x51a99c(0x132)]=logReportingAPI;
|