browserstack-node-sdk 1.28.1 → 1.28.2
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/gcs.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
- package/src/helpers/percy/Percy.js +0 -1
- package/src/helpers/percy/PercyBinary.js +0 -1
- package/src/helpers/percy/PercyCaptureMap.js +0 -1
- package/src/helpers/percy/PercyCaptureModes.js +0 -1
- package/src/helpers/percy/PercySDK.js +0 -1
- package/src/helpers/percy/index.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a19_0x278299=a19_0x39f1;function a19_0x3c9f(){const _0x405b77=['Vaqva','bLXCV','emit','SAESw','forEach','1947108mNCmOe','string','Zpiaj','ckZPq','../../../helpers/test-observability/utils','FPSLC','__cloud_provider___','vAKem','PoNMh','failed','rzXVl','cwPYU','TBaHf','YFlWA','XmHWV','WuZQF','hookAnalyticsId','CKzOA','QduXb','OXIqi','pFBcJ','uuid','ElMOg','type','toISOString','aIJFO','dLPze','JIKxH','LrnSf','_beforeAll','BXSyB','TnyQo','uHiJL','_beforeEach','fromEntries','mwJxb','passed','LuKcn','usgXp','kdWpf','fsxnP','getHookDetails','UBASa','LTTcN','LrjQa','VeaEc','hook:','split','filter','QqZgR','AHBmS','reduce','suites','peHRX','PqNwb','srxbC','lcNVN','js-','generic','TEST_PLATFORM','tests','DFaQn','OGodq','bYqwD','xGpQH','../../../../package.json','OWybr','pid','keys','3qkVgel','uiOGU','99032lOjLbJ','Gayit','dIGyD','getBrowserName','iiaFY','wWHgA','tBDkK','pending','state','bLgsm','../../utils/logPatcher','Dxoed','153886mZqjUq','CAJXs','1182176FIATyg','czxkL','182965YoEIrI','ytcdm','LjdwA','mONYx','tIPEU','LAGXO','NctSy','boyFZ','map_','unknown_grid','push','fTgTA','concat','CbubL','hook','_afterAll','FsJYw','ifeUf','getTestEnv','3581879vIHDhm','ZXxTD','appium:app','dRfAg','pCQmf','getHooksForTest','WSlda','razlG','HyiUB','OMTXm','XooOp','substring','doYZy','PASVP','indexOf','aXEPq','getHookSkippedTests','GsAHv','bs:addPlatformDetails:','getSession','pwahs','479609bpZDHr','qektH','nkYfn','getPlatform','LJAMn','VnyET','gYLWE','CcxdD','LajDC','vJyOG','../../../helpers/test-observability/constants','slice','_afterEach','parent','zqikE','dMlkZ','automate','fgdZj','getBrowserVersion','LhjdP','DKCbh','xGmpA','app','Olupi','VNBXP','FkImi','WaoLW','ouOTs','VLMYX','ZWmRo','Ptqkj','dHYkU','mapTestHooks','AoaMP','markedStatus','getCapabilities','Iqnoj','cAzKy','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','../../../helpers/helper','585xKHaUY','HQcMw','ElpqE','lmPRz'];a19_0x3c9f=function(){return _0x405b77;};return a19_0x3c9f();}(function(_0x3120b3,_0x581416){const _0x56d59b=a19_0x39f1,_0x11dec0=_0x3120b3();while(!![]){try{const _0x135175=parseInt(_0x56d59b(0x234))/0x1+parseInt(_0x56d59b(0x208))/0x2+parseInt(_0x56d59b(0x1fa))/0x3*(-parseInt(_0x56d59b(0x20a))/0x4)+parseInt(_0x56d59b(0x20c))/0x5+parseInt(_0x56d59b(0x265))/0x6+parseInt(_0x56d59b(0x21f))/0x7+parseInt(_0x56d59b(0x1fc))/0x8*(-parseInt(_0x56d59b(0x25c))/0x9);if(_0x135175===_0x581416)break;else _0x11dec0['push'](_0x11dec0['shift']());}catch(_0x49c782){_0x11dec0['push'](_0x11dec0['shift']());}}}(a19_0x3c9f,0x505dd));function a19_0x39f1(_0x227cf5,_0x4c428e){const _0x3c9f25=a19_0x3c9f();return a19_0x39f1=function(_0x39f14d,_0x185cba){_0x39f14d=_0x39f14d-0x1cc;let _0x5cf2d8=_0x3c9f25[_0x39f14d];return _0x5cf2d8;},a19_0x39f1(_0x227cf5,_0x4c428e);}const {v4:uuidv4}=require(a19_0x278299(0x27a)),{name,version}=require(a19_0x278299(0x1f6)),logPatcher=require(a19_0x278299(0x206)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require('../../utils/logReportingAPI'),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession}=require(a19_0x278299(0x269)),{consoleHolder}=require(a19_0x278299(0x23e)),{getPlatformVersion}=require(a19_0x278299(0x25b));console={},Object[a19_0x278299(0x1f9)](consoleHolder)[a19_0x278299(0x264)](_0xf66a99=>{const _0x2e18c1=a19_0x278299,_0x464227={};_0x464227[_0x2e18c1(0x22b)]=function(_0x544e79,_0x327803){return _0x544e79===_0x327803;},_0x464227[_0x2e18c1(0x26a)]='nhscx';const _0x3183c9=_0x464227;console[_0xf66a99]=(..._0x1ee63d)=>{const _0x1f7032=_0x2e18c1;if(_0x3183c9['doYZy'](_0x3183c9[_0x1f7032(0x26a)],_0x3183c9[_0x1f7032(0x26a)]))BSTestOpsPatcher[_0xf66a99](..._0x1ee63d);else return[null,null];};}),exports[a19_0x278299(0x21e)]=()=>{const _0x4f7064=a19_0x278299,_0x339429={'XmHWV':_0x4f7064(0x1ef),'SAESw':function(_0x2d51f7){return _0x2d51f7();}};return{'ci':_0x339429[_0x4f7064(0x273)],'key':_0x339429[_0x4f7064(0x263)](uuidv4),'version':version,'collector':_0x4f7064(0x1ee)+name};},exports[a19_0x278299(0x1de)]=_0x2ab692=>{const _0x48e383=a19_0x278299,_0x32851c={'dLPze':function(_0x31c858){return _0x31c858();},'PASVP':function(_0x451bc5,_0x42f6ad){return _0x451bc5(_0x42f6ad);},'fgdZj':function(_0x280eb4,_0x1c6dd7){return _0x280eb4!=_0x1c6dd7;},'WuZQF':'string','oTqRM':function(_0x28d121,_0x1c2bba){return _0x28d121!==_0x1c2bba;},'Olupi':_0x48e383(0x1e3),'FkImi':function(_0x3b1e9b,_0x55cf1a){return _0x3b1e9b!==_0x55cf1a;},'jJdoq':_0x48e383(0x1dc),'razlG':_0x48e383(0x236),'PqNwb':function(_0xa8b437,_0xcb7873){return _0xa8b437!==_0xcb7873;},'Zpiaj':_0x48e383(0x21a),'eHdku':function(_0x3011c,_0x18c1ad){return _0x3011c!==_0x18c1ad;},'boyFZ':_0x48e383(0x1fe),'vAKem':function(_0xcb9ee4,_0x234ba2){return _0xcb9ee4===_0x234ba2;},'LuKcn':_0x48e383(0x277),'peHRX':_0x48e383(0x255)};if(!_0x2ab692||_0x32851c[_0x48e383(0x245)](typeof _0x2ab692,_0x32851c[_0x48e383(0x274)]))return[null,null];if(_0x32851c['oTqRM'](_0x2ab692[_0x48e383(0x22d)](_0x32851c[_0x48e383(0x24b)]),-0x1)){if(_0x32851c[_0x48e383(0x24d)](_0x32851c['jJdoq'],_0x32851c[_0x48e383(0x226)])){const _0x2caf01=_0x2ab692[_0x48e383(0x1e4)](_0x32851c[_0x48e383(0x24b)]);return[_0x2caf01[0x0][_0x48e383(0x23f)](0x0,-0x1)['split']('\x22')[0x1],_0x2caf01[0x1]['substring'](0x1)];}else _0x3f1b96['hookAnalyticsId']=_0x32851c[_0x48e383(0x1cf)](_0x2a89e4);}else{if(_0x32851c[_0x48e383(0x1eb)](_0x2ab692['indexOf'](_0x32851c[_0x48e383(0x267)]),-0x1)){if(_0x32851c['eHdku'](_0x32851c[_0x48e383(0x213)],_0x32851c[_0x48e383(0x213)]))_0x32851c[_0x48e383(0x22c)](_0x2aaca5,_0x48e383(0x25a)+_0x1b13ad);else{const _0xc89c97=_0x2ab692[_0x48e383(0x1e4)](_0x32851c[_0x48e383(0x267)]);return[_0xc89c97[0x0][_0x48e383(0x23f)](0x0,-0x1)[_0x48e383(0x1e4)]('\x22')[0x1],_0x2ab692];}}else{if(_0x32851c[_0x48e383(0x26c)](_0x32851c[_0x48e383(0x1da)],_0x32851c[_0x48e383(0x1ea)])){const _0x32e7bb=_0x1baa2f[_0x48e383(0x22f)](_0x38175f);return _0x32e7bb&&(_0x4215bc=_0x240bac['concat'](_0x32e7bb)),_0x9522d7;}else return[null,null];}}},exports[a19_0x278299(0x224)]=_0x3d7f8b=>{const _0x43439d=a19_0x278299,_0x1f8788={};_0x1f8788[_0x43439d(0x219)]=_0x43439d(0x1e3),_0x1f8788['YFlWA']=function(_0x2beba6,_0x4ca8de){return _0x2beba6===_0x4ca8de;},_0x1f8788['fsxnP']=_0x43439d(0x259),_0x1f8788['iiaFY']=_0x43439d(0x23d),_0x1f8788['OXIqi']=function(_0x47c34d,_0xb602bd){return _0x47c34d!=_0xb602bd;},_0x1f8788[_0x43439d(0x1ed)]='hook',_0x1f8788[_0x43439d(0x223)]=_0x43439d(0x1d9),_0x1f8788[_0x43439d(0x20e)]=_0x43439d(0x26e),_0x1f8788[_0x43439d(0x209)]=function(_0x4e8ce7,_0x303ac8){return _0x4e8ce7!==_0x303ac8;},_0x1f8788['QtbkZ']='uhIxV',_0x1f8788[_0x43439d(0x201)]=_0x43439d(0x1d2),_0x1f8788['uVlYa']='_afterAll',_0x1f8788[_0x43439d(0x25f)]=_0x43439d(0x1d6),_0x1f8788[_0x43439d(0x1fd)]=_0x43439d(0x240);const _0xd0f675=_0x1f8788;if(!_0x3d7f8b||!_0x3d7f8b[_0x43439d(0x241)])return[];const _0x3175e2=[];return[_0xd0f675[_0x43439d(0x201)],_0xd0f675['uVlYa'],_0xd0f675[_0x43439d(0x25f)],_0xd0f675[_0x43439d(0x1fd)]][_0x43439d(0x264)](_0x484ddf=>{const _0x59ebee=_0x43439d,_0x1bc69d={'zqikE':function(_0xadc625,_0x394926){const _0x42b209=a19_0x39f1;return _0xd0f675[_0x42b209(0x278)](_0xadc625,_0x394926);},'DKCbh':_0xd0f675['lcNVN'],'HQcMw':_0xd0f675[_0x59ebee(0x223)],'UbSPY':_0xd0f675['LjdwA']};if(_0xd0f675[_0x59ebee(0x209)](_0xd0f675['QtbkZ'],_0xd0f675['QtbkZ'])){const _0x418961=_0x1bc69d[_0x59ebee(0x242)](_0x1fa68f[_0x59ebee(0x1cc)],_0x1bc69d[_0x59ebee(0x248)])&&!_0x46acfe[_0x59ebee(0x256)]&&_0x1bc69d['zqikE'](_0x2c5584[_0x59ebee(0x204)],_0x1bc69d[_0x59ebee(0x25d)])&&_0x1bc69d[_0x59ebee(0x242)](_0x18d73d['state'],_0x1bc69d['UbSPY'])&&!_0x2fb066[_0x59ebee(0x203)];return _0x418961;}else{let _0x227791=_0x3d7f8b[_0x59ebee(0x241)][_0x484ddf]||[];_0x227791[_0x59ebee(0x264)](_0x37b2a5=>{const _0x124504=_0x59ebee,_0x57676d={};_0x57676d['vtJBs']=_0xd0f675[_0x124504(0x219)];const _0x38785e=_0x57676d;if(_0xd0f675[_0x124504(0x272)](_0xd0f675[_0x124504(0x1dd)],_0xd0f675[_0x124504(0x200)])){const _0x19267a=_0x1b8a56[_0x124504(0x1e4)](_0x38785e['vtJBs']);return[_0x19267a[0x0][_0x124504(0x23f)](0x0,-0x1)['split']('\x22')[0x1],_0x19267a[0x1][_0x124504(0x22a)](0x1)];}else{if(_0x37b2a5[_0x124504(0x275)])_0x3175e2['push'](_0x37b2a5['hookAnalyticsId']);}});}}),[..._0x3175e2,...exports['getHooksForTest'](_0x3d7f8b[_0x43439d(0x241)])];},exports[a19_0x278299(0x254)]=_0x3aba58=>{const _0x42bfcb=a19_0x278299,_0x59580a={'tBDkK':function(_0x497b96){return _0x497b96();},'QdmJR':function(_0x4453f6,_0x452e5d){return _0x4453f6==_0x452e5d;},'GsAHv':_0x42bfcb(0x240),'gYLWE':function(_0x774b7e){return _0x774b7e();},'VeaEc':function(_0x1384ad,_0x1551ea){return _0x1384ad===_0x1551ea;},'LJAMn':_0x42bfcb(0x258),'pkgOR':'JRrJH','CKzOA':function(_0x4985f2,_0x336392){return _0x4985f2!==_0x336392;},'WaoLW':_0x42bfcb(0x251),'tIPEU':_0x42bfcb(0x1e1),'usgXp':function(_0x188d4f,_0x358600){return _0x188d4f==_0x358600;},'CcxdD':_0x42bfcb(0x228),'TnyQo':function(_0x424feb,_0x7ee58e){return _0x424feb!=_0x7ee58e;},'uHiJL':_0x42bfcb(0x266),'pwahs':'hook:','HyiUB':'hook','uwESZ':function(_0x57db13,_0x24be7f){return _0x57db13!==_0x24be7f;},'JIKxH':'SKTZg','OGodq':_0x42bfcb(0x271),'DgzvI':'_beforeAll','ElMOg':_0x42bfcb(0x21b),'LTTcN':'_beforeEach'};if(!_0x3aba58||!_0x3aba58['parent'])return;[_0x59580a['DgzvI'],_0x59580a[_0x42bfcb(0x27b)],_0x59580a[_0x42bfcb(0x1e0)],_0x59580a[_0x42bfcb(0x230)]][_0x42bfcb(0x264)](_0x4a9004=>{const _0x27a6bd=_0x42bfcb,_0x59264d={'qZSVQ':function(_0x56fbdf,_0x89a8e6){const _0x38fe52=a19_0x39f1;return _0x59580a[_0x38fe52(0x1d4)](_0x56fbdf,_0x89a8e6);},'LhjdP':_0x59580a[_0x27a6bd(0x1d5)],'OWybr':function(_0xcc63b8,_0x33e0fb){const _0x3666db=_0x27a6bd;return _0x59580a[_0x3666db(0x276)](_0xcc63b8,_0x33e0fb);},'FsJYw':_0x59580a[_0x27a6bd(0x233)],'pFBcJ':_0x59580a[_0x27a6bd(0x227)]};if(_0x59580a['uwESZ'](_0x59580a[_0x27a6bd(0x1d0)],_0x59580a[_0x27a6bd(0x1f3)])){let _0x116f68=_0x3aba58[_0x27a6bd(0x241)][_0x4a9004]||[];_0x116f68[_0x27a6bd(0x264)](_0x1aeb9b=>{const _0x33e763=_0x27a6bd,_0x12dc41={'HtoJr':function(_0xc553f8){const _0x4b0637=a19_0x39f1;return _0x59580a[_0x4b0637(0x202)](_0xc553f8);},'mONYx':function(_0x2c1d3f,_0xf1cef3){return _0x59580a['QdmJR'](_0x2c1d3f,_0xf1cef3);},'DFaQn':_0x59580a[_0x33e763(0x230)],'bYqwD':function(_0x5304c5){const _0x26929d=_0x33e763;return _0x59580a[_0x26929d(0x23a)](_0x5304c5);}};if(_0x59580a[_0x33e763(0x1e2)](_0x59580a[_0x33e763(0x238)],_0x59580a['pkgOR']))_0x5a88b4[_0xe3418b[_0x33e763(0x26b)]]=_0x2dcaa3;else{if(!_0x1aeb9b[_0x33e763(0x275)]){if(_0x59580a['CKzOA'](_0x59580a[_0x33e763(0x24e)],_0x59580a[_0x33e763(0x210)]))_0x1aeb9b['hookAnalyticsId']=_0x59580a[_0x33e763(0x202)](uuidv4);else{let _0x541e00=_0x2d3e8b[_0x33e763(0x241)][_0x238abd]||[];_0x541e00[_0x33e763(0x264)](_0x19f507=>{const _0x4c8911=_0x33e763;if(!_0x19f507[_0x4c8911(0x275)])_0x19f507[_0x4c8911(0x275)]=_0x12dc41['HtoJr'](_0x4019c8);else _0x19f507[_0x4c8911(0x256)]&&_0x12dc41[_0x4c8911(0x20f)](_0x41997f,_0x12dc41[_0x4c8911(0x1f2)])&&(_0x19f507['hookAnalyticsId']=_0x12dc41[_0x4c8911(0x1f4)](_0x14c466),delete _0x19f507[_0x4c8911(0x256)]);});}}else{if(_0x1aeb9b[_0x33e763(0x256)]&&_0x59580a[_0x33e763(0x1db)](_0x4a9004,_0x59580a[_0x33e763(0x230)])){if(_0x59580a['VeaEc'](_0x59580a[_0x33e763(0x23b)],_0x59580a[_0x33e763(0x23b)]))_0x1aeb9b[_0x33e763(0x275)]=_0x59580a[_0x33e763(0x23a)](uuidv4),delete _0x1aeb9b['markedStatus'];else{if(!_0x534048||_0x59264d['qZSVQ'](typeof _0x14f7eb,_0x59264d[_0x33e763(0x247)]))return[null,null];if(_0x59264d['OWybr'](_0x16a76a[_0x33e763(0x22d)](_0x59264d[_0x33e763(0x21c)]),-0x1)){const _0x2b1ded=_0x8481f[_0x33e763(0x1e4)](_0x59264d['FsJYw']);return[_0x2b1ded[0x0][_0x33e763(0x23f)](0x0,-0x1)[_0x33e763(0x1e4)]('\x22')[0x1],_0x2b1ded[0x1][_0x33e763(0x22a)](0x1)];}else{if(_0x59264d[_0x33e763(0x1f7)](_0x2729cd['indexOf'](_0x59264d['pFBcJ']),-0x1)){const _0x54c7a0=_0xca5fac[_0x33e763(0x1e4)](_0x59264d[_0x33e763(0x279)]);return[_0x54c7a0[0x0][_0x33e763(0x23f)](0x0,-0x1)['split']('\x22')[0x1],_0x21a78d];}else return[null,null];}}}}}});}else{if(_0x371e0b['hookAnalyticsId'])_0x49a2b9[_0x27a6bd(0x216)](_0x2ed950[_0x27a6bd(0x275)]);}}),exports[_0x42bfcb(0x254)](_0x3aba58[_0x42bfcb(0x241)]);},exports['sendPlatformDetails']=async(_0x46cc7e,_0x343c56)=>{const _0xdfe536=a19_0x278299,_0x2a245d={'mwJxb':function(_0x32cf27,_0x9abc80){return _0x32cf27!=_0x9abc80;},'srxbC':_0xdfe536(0x21a),'NctSy':_0xdfe536(0x1d9),'LrnSf':function(_0x4fbe51,_0x189763){return _0x4fbe51!=_0x189763;},'fjwif':_0xdfe536(0x26e),'bLgsm':'_beforeAll','ouOTs':_0xdfe536(0x21b),'XooOp':'_beforeEach','tVwRw':_0xdfe536(0x240),'LAGXO':function(_0x123a86){return _0x123a86();},'Vaqva':function(_0x203c71,_0x561c94){return _0x203c71==_0x561c94;},'rzXVl':_0xdfe536(0x215),'xGpQH':function(_0x244212,_0x183680){return _0x244212!==_0x183680;},'dRfAg':'yhHvv','Ptqkj':function(_0x86f80b,_0x5860fc){return _0x86f80b==_0x5860fc;},'ZXxTD':'browserstack','QnnZN':_0xdfe536(0x221),'cwPYU':_0xdfe536(0x24a),'LajDC':'app-automate','fTgTA':_0xdfe536(0x244),'uiOGU':function(_0x178205,_0x1a694a){return _0x178205(_0x1a694a);},'AHBmS':_0xdfe536(0x26d),'qektH':_0xdfe536(0x243),'ElpqE':function(_0x17a4c8,_0x4dd02a){return _0x17a4c8===_0x4dd02a;},'ckZPq':_0xdfe536(0x20b),'UBASa':_0xdfe536(0x1f0),'Dxoed':'acbPH','FFoGe':_0xdfe536(0x1ce)};try{if(_0x2a245d[_0xdfe536(0x1f5)](_0x2a245d['dRfAg'],_0x2a245d[_0xdfe536(0x222)])){const _0xb2a0c4=_0x5a5a2a[_0xdfe536(0x1e9)]['reduce']((_0x2ba4c0,_0x4cb123)=>{const _0x1af7e8=_0xdfe536,_0x161d5d=_0xa71189[_0x1af7e8(0x22f)](_0x4cb123);return _0x161d5d&&(_0x2ba4c0=_0x2ba4c0[_0x1af7e8(0x218)](_0x161d5d)),_0x2ba4c0;},[]),_0x515152=_0x200257[_0xdfe536(0x1f1)][_0xdfe536(0x1e5)](_0x3930d0=>{const _0x43190e=_0xdfe536,_0x404c9e=_0x2a245d[_0x43190e(0x1d8)](_0x3930d0['type'],_0x2a245d[_0x43190e(0x1ec)])&&!_0x3930d0[_0x43190e(0x256)]&&_0x2a245d[_0x43190e(0x1d8)](_0x3930d0[_0x43190e(0x204)],_0x2a245d[_0x43190e(0x212)])&&_0x2a245d[_0x43190e(0x1d1)](_0x3930d0[_0x43190e(0x204)],_0x2a245d['fjwif'])&&!_0x3930d0['pending'];return _0x404c9e;});return _0x515152[_0xdfe536(0x218)](_0xb2a0c4);}else{if(!_0x2a245d['LAGXO'](isTestObservabilitySession))return;const _0x24f3ad=await _0x46cc7e[_0xdfe536(0x257)](),_0x10f509=await _0x46cc7e[_0xdfe536(0x232)]();let _0xfebba3={};const _0xd38395=Object[_0xdfe536(0x1d7)](_0x10f509['getCapabilities']()[_0xdfe536(0x214)]);let _0x291945={'product':_0x2a245d[_0xdfe536(0x252)](global[_0xdfe536(0x26b)],_0x2a245d[_0xdfe536(0x220)])?_0xd38395[_0x2a245d['QnnZN']]||_0xd38395[_0x2a245d[_0xdfe536(0x270)]]?_0x2a245d[_0xdfe536(0x23c)]:_0x2a245d[_0xdfe536(0x217)]:null,'capabilities':_0xd38395,'platform':_0x24f3ad[_0xdfe536(0x237)](),'platform_version':_0x2a245d[_0xdfe536(0x1fb)](getPlatformVersion,_0x2a245d[_0xdfe536(0x260)](global['__cloud_provider___'],_0x2a245d['ZXxTD'])),'browser':_0x24f3ad[_0xdfe536(0x1ff)](),'browser_version':_0x24f3ad[_0xdfe536(0x246)](),'session_id':_0x10f509['toJSON']()};if(global[_0xdfe536(0x26b)]){if(_0x2a245d[_0xdfe536(0x1f5)](_0x2a245d[_0xdfe536(0x1e7)],_0x2a245d[_0xdfe536(0x235)]))_0xfebba3[global[_0xdfe536(0x26b)]]=_0x291945;else{if(!_0x18a737||!_0x4457df[_0xdfe536(0x241)])return[];const _0x14db4f=[];return[_0x2a245d[_0xdfe536(0x205)],_0x2a245d[_0xdfe536(0x24f)],_0x2a245d[_0xdfe536(0x229)],_0x2a245d['tVwRw']][_0xdfe536(0x264)](_0x50ce5c=>{const _0x1b85e9=_0xdfe536;let _0x1ae571=_0x5c6af7[_0x1b85e9(0x241)][_0x50ce5c]||[];_0x1ae571[_0x1b85e9(0x264)](_0x1dd16a=>{const _0x564f37=_0x1b85e9;if(_0x1dd16a[_0x564f37(0x275)])_0x14db4f[_0x564f37(0x216)](_0x1dd16a[_0x564f37(0x275)]);});}),[..._0x14db4f,..._0x2c4f13[_0xdfe536(0x224)](_0x2de4d8[_0xdfe536(0x241)])];}}else{if(_0x2a245d[_0xdfe536(0x25e)](_0x2a245d[_0xdfe536(0x268)],_0x2a245d[_0xdfe536(0x268)]))_0xfebba3[_0x2a245d[_0xdfe536(0x26f)]]=_0x291945;else{if(!_0x35ffa9[_0xdfe536(0x275)])_0x31e0fb[_0xdfe536(0x275)]=_0x2a245d[_0xdfe536(0x211)](_0x433745);else _0x9703bd[_0xdfe536(0x256)]&&_0x2a245d[_0xdfe536(0x260)](_0x50a211,_0x2a245d['tVwRw'])&&(_0x55aef4[_0xdfe536(0x275)]=_0x2a245d[_0xdfe536(0x211)](_0x1e4ded),delete _0x2c89bb[_0xdfe536(0x256)]);}}process[_0xdfe536(0x262)](_0xdfe536(0x231)+process[_0xdfe536(0x1f8)],{'timestamp':new Date()[_0xdfe536(0x1cd)](),'level':null,'message':null,'kind':_0x2a245d[_0xdfe536(0x1df)],'http_response':_0xfebba3,'uuid':_0x343c56});}}catch(_0x29a87d){_0x2a245d[_0xdfe536(0x25e)](_0x2a245d[_0xdfe536(0x207)],_0x2a245d['FFoGe'])?_0x4d1e95[_0x2a245d[_0xdfe536(0x26f)]]=_0x15259c:_0x2a245d['uiOGU'](debug,_0xdfe536(0x25a)+_0x29a87d);}},exports['getHookSkippedTests']=_0x406cb4=>{const _0x3a7fcb=a19_0x278299,_0x13179a={};_0x13179a[_0x3a7fcb(0x253)]=function(_0xc053b9,_0x3fefa9){return _0xc053b9===_0x3fefa9;},_0x13179a[_0x3a7fcb(0x22e)]=_0x3a7fcb(0x249),_0x13179a[_0x3a7fcb(0x21d)]='DsHXY',_0x13179a[_0x3a7fcb(0x1d3)]=_0x3a7fcb(0x250),_0x13179a[_0x3a7fcb(0x225)]=_0x3a7fcb(0x1e6),_0x13179a['bLXCV']=function(_0x64d6e2,_0x5e478b){return _0x64d6e2!=_0x5e478b;},_0x13179a[_0x3a7fcb(0x239)]='hook',_0x13179a[_0x3a7fcb(0x24c)]=_0x3a7fcb(0x1d9),_0x13179a[_0x3a7fcb(0x20d)]=_0x3a7fcb(0x26e);const _0x1edcd8=_0x13179a,_0x4b165e=_0x406cb4[_0x3a7fcb(0x1e9)][_0x3a7fcb(0x1e8)]((_0x375338,_0x497084)=>{const _0xca778=_0x3a7fcb;if(_0x1edcd8[_0xca778(0x253)](_0x1edcd8[_0xca778(0x22e)],_0x1edcd8[_0xca778(0x21d)]))_0x25732d[_0x5c27ea](..._0x2d5a33);else{const _0x34e25c=exports['getHookSkippedTests'](_0x497084);return _0x34e25c&&(_0x1edcd8['dHYkU'](_0x1edcd8[_0xca778(0x1d3)],_0x1edcd8['BXSyB'])?_0x375338=_0x375338[_0xca778(0x218)](_0x34e25c):_0x5722ba[_0x37daf6]=(..._0x2261ec)=>{_0x377230[_0x1ea4c2](..._0x2261ec);}),_0x375338;}},[]),_0xe2984=_0x406cb4[_0x3a7fcb(0x1f1)]['filter'](_0x3c2a55=>{const _0x1ef189=_0x3a7fcb;if(_0x1edcd8['dHYkU'](_0x1edcd8[_0x1ef189(0x225)],_0x1edcd8[_0x1ef189(0x225)])){const _0x28986d=_0x1edcd8[_0x1ef189(0x261)](_0x3c2a55[_0x1ef189(0x1cc)],_0x1edcd8['VnyET'])&&!_0x3c2a55[_0x1ef189(0x256)]&&_0x1edcd8[_0x1ef189(0x261)](_0x3c2a55[_0x1ef189(0x204)],_0x1edcd8[_0x1ef189(0x24c)])&&_0x1edcd8['bLXCV'](_0x3c2a55[_0x1ef189(0x204)],_0x1edcd8['ytcdm'])&&!_0x3c2a55[_0x1ef189(0x203)];return _0x28986d;}else{let _0x4cd02e=_0x170588[_0x1ef189(0x241)][_0x55ef14]||[];_0x4cd02e['forEach'](_0x378dc0=>{const _0x45e573=_0x1ef189;if(_0x378dc0[_0x45e573(0x275)])_0x3c5b0d[_0x45e573(0x216)](_0x378dc0[_0x45e573(0x275)]);});}});return _0xe2984['concat'](_0x4b165e);};
|
|
1
|
+
function a19_0x22bb(){const _0x1d744c=['bAiRZ','Rgzhq','getHookSkippedTests','filter','getHooksForTest','tests','wzNrT','SSGwy','yWJbY','LqGyN','iFqYT','../../utils/logReportingAPI','OLMpS','hookAnalyticsId','../../utils/logPatcher','kFRUp','fvfxF','mapTestHooks','fzUVM','getBrowserName','../../../helpers/helper','ZuRzJ','toJSON','mTgry','HCYZY','pQFfE','Zdswy','33RijAjc','OAqdU','ucuwz','ZGgtG','slice','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','199111UDrwxn','hook','_beforeEach','1277442FcyvPQ','unknown_grid','../../../helpers/test-observability/utils','toISOString','XIXoy','mhTLR','26954qCikno','pUjCJ','string','430zpCsQq','BxEUu','594167oLLQok','getTestEnv','ISPZK','QPLsH','generic','QAZFX','failed','rcCjx','indexOf','IrlVo','bTbcc','ifuCE','fQzQL','ikEEu','QwKQU','hNleL','SggOg','TEST_PLATFORM','46908BEJfAe','emit','_afterAll','WXCaJ','state','KCVGr','CnIww','WUAzY','fJdNT','suRoS','ogZOe','velGz','qpvjf','push','suites','js-','ymLJX','tKMId','emtmy','pending','../../../../package.json','QDEWD','BaoFm','kJclC','icbXc','VsWSa','BTJKX','cHmhR','UwqVk','xYmAJ','TxSuY','YonnE','BipJi','forEach','zQavB','getCapabilities','Bsrug','hupnR','ypbJH','5Ccnntg','reduce','passed','uYlVL','XPiVp','AJcPb','iCprM','lerlu','nDcEd','getHookDetails','MfiYO','type','OwARI','YXcUN','JspiH','iPIaR','automate','CLMgC','XaGdV','iJjvD','HnhYM','CnysV','split','VBcaO','bwoDP','jcibx','PFRti','app-automate','kzomn','concat','JtFCJ','xHJXq','ltrsW','HPVdt','YWbXG','getSession','WPaHO','AkQYl','markedStatus','rFdEs','HicZU','CozNP','LEERG','PbpeS','470264gteVvf','jEWzV','_afterEach','EAVyk','UaPYb','pid','FfKOK','__cloud_provider___','TlHsj','8XTermF','ohGpL','ZlLTL','WrKvi','oYOdY','_beforeAll','SBAXB','parent','rEwNT','getBrowserVersion','lcBQi','hook:','substring','sendPlatformDetails','527004qWTGMi','DCWJJ'];a19_0x22bb=function(){return _0x1d744c;};return a19_0x22bb();}const a19_0x850e33=a19_0x34f5;(function(_0x3b1c3d,_0x4b60e6){const _0x383186=a19_0x34f5,_0x1e5fce=_0x3b1c3d();while(!![]){try{const _0x555838=-parseInt(_0x383186(0x283))/0x1+parseInt(_0x383186(0x26c))/0x2*(-parseInt(_0x383186(0x25d))/0x3)+-parseInt(_0x383186(0x229))/0x4+parseInt(_0x383186(0x1fd))/0x5*(-parseInt(_0x383186(0x240))/0x6)+-parseInt(_0x383186(0x271))/0x7+-parseInt(_0x383186(0x232))/0x8*(parseInt(_0x383186(0x266))/0x9)+parseInt(_0x383186(0x26f))/0xa*(parseInt(_0x383186(0x263))/0xb);if(_0x555838===_0x4b60e6)break;else _0x1e5fce['push'](_0x1e5fce['shift']());}catch(_0x2e2c9a){_0x1e5fce['push'](_0x1e5fce['shift']());}}}(a19_0x22bb,0x24db9));const {v4:uuidv4}=require('uuid'),{name,version}=require(a19_0x850e33(0x1ea)),logPatcher=require(a19_0x850e33(0x250)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a19_0x850e33(0x24d)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession}=require(a19_0x850e33(0x268)),{consoleHolder}=require('../../../helpers/test-observability/constants'),{getPlatformVersion}=require(a19_0x850e33(0x256));function a19_0x34f5(_0x419436,_0x15c620){const _0x22bb0c=a19_0x22bb();return a19_0x34f5=function(_0x34f5b7,_0x4f1b03){_0x34f5b7=_0x34f5b7-0x1e0;let _0xbcbb6d=_0x22bb0c[_0x34f5b7];return _0xbcbb6d;},a19_0x34f5(_0x419436,_0x15c620);}console={},Object['keys'](consoleHolder)[a19_0x850e33(0x1f7)](_0x5aba37=>{const _0x38877b=a19_0x850e33,_0x5c4fdd={'mTgry':function(_0x56c5a0){return _0x56c5a0();},'icbXc':function(_0x23323f,_0x2f3f8b){return _0x23323f==_0x2f3f8b;},'jslqh':_0x38877b(0x22b),'FfKOK':function(_0x4ac744,_0x4677ce){return _0x4ac744!==_0x4677ce;},'WPaHO':'UFWcg','bwoDP':_0x38877b(0x1f5)};console[_0x5aba37]=(..._0x551bc0)=>{const _0xc0a6b2=_0x38877b;if(_0x5c4fdd[_0xc0a6b2(0x22f)](_0x5c4fdd[_0xc0a6b2(0x221)],_0x5c4fdd[_0xc0a6b2(0x215)]))BSTestOpsPatcher[_0x5aba37](..._0x551bc0);else{const _0x3eb9af={'WrKvi':function(_0x49e951){const _0x2f5b3b=_0xc0a6b2;return _0x5c4fdd[_0x2f5b3b(0x259)](_0x49e951);},'CozNP':function(_0x394d67,_0x445ede){const _0x30b480=_0xc0a6b2;return _0x5c4fdd[_0x30b480(0x1ee)](_0x394d67,_0x445ede);},'nbNqi':_0x5c4fdd['jslqh']};let _0x23548f=_0x57cc21[_0xc0a6b2(0x239)][_0x2d94dc]||[];_0x23548f[_0xc0a6b2(0x1f7)](_0x5995e5=>{const _0x1b7629=_0xc0a6b2;if(!_0x5995e5['hookAnalyticsId'])_0x5995e5['hookAnalyticsId']=_0x3eb9af['WrKvi'](_0x2f0567);else _0x5995e5['markedStatus']&&_0x3eb9af[_0x1b7629(0x226)](_0x46a261,_0x3eb9af['nbNqi'])&&(_0x5995e5['hookAnalyticsId']=_0x3eb9af[_0x1b7629(0x235)](_0x737b3e),delete _0x5995e5[_0x1b7629(0x223)]);});}};}),exports[a19_0x850e33(0x272)]=()=>{const _0x126923=a19_0x850e33,_0x18f9aa={'YWbXG':_0x126923(0x275),'qpvjf':function(_0x2fb4e7){return _0x2fb4e7();}};return{'ci':_0x18f9aa[_0x126923(0x21f)],'key':_0x18f9aa[_0x126923(0x1e2)](uuidv4),'version':version,'collector':'js-'+name};},exports[a19_0x850e33(0x206)]=_0x37c7c4=>{const _0x5e6394=a19_0x850e33,_0x360ef0={'VsWSa':function(_0x2922bd,_0xc7d271){return _0x2922bd(_0xc7d271);},'TlHsj':_0x5e6394(0x237),'jEWzV':_0x5e6394(0x285),'zePAu':_0x5e6394(0x265),'MfiYO':'_afterEach','uYlVL':function(_0x20c03a,_0x286efa){return _0x20c03a!=_0x286efa;},'TxSuY':_0x5e6394(0x26e),'iPIaR':function(_0x2b4f2c,_0x400310){return _0x2b4f2c!==_0x400310;},'lcBQi':_0x5e6394(0x23d),'emQqO':function(_0x2d7c01,_0x45db61){return _0x2d7c01===_0x45db61;},'ogZOe':_0x5e6394(0x249),'emtmy':function(_0x21a338,_0xe83a4f){return _0x21a338!==_0xe83a4f;},'AJcPb':'hook','UwqVk':function(_0x2c0d3d,_0x3a302c){return _0x2c0d3d===_0x3a302c;},'yWJbY':_0x5e6394(0x25f),'QDEWD':_0x5e6394(0x274),'VYRNN':function(_0x22eb29,_0x77fca4){return _0x22eb29!==_0x77fca4;},'kJclC':_0x5e6394(0x20e),'PFRti':_0x5e6394(0x210)};if(!_0x37c7c4||_0x360ef0[_0x5e6394(0x200)](typeof _0x37c7c4,_0x360ef0[_0x5e6394(0x1f4)]))return[null,null];if(_0x360ef0[_0x5e6394(0x20c)](_0x37c7c4[_0x5e6394(0x279)](_0x360ef0['lcBQi']),-0x1)){if(_0x360ef0['emQqO'](_0x360ef0[_0x5e6394(0x1e0)],_0x360ef0[_0x5e6394(0x1e0)])){const _0x1c9832=_0x37c7c4['split'](_0x360ef0[_0x5e6394(0x23c)]);return[_0x1c9832[0x0][_0x5e6394(0x261)](0x0,-0x1)['split']('\x22')[0x1],_0x1c9832[0x1][_0x5e6394(0x23e)](0x1)];}else{if(_0x47906a[_0x5e6394(0x24f)])_0x3f9b90[_0x5e6394(0x1e3)](_0x18fff1['hookAnalyticsId']);}}else{if(_0x360ef0[_0x5e6394(0x1e8)](_0x37c7c4[_0x5e6394(0x279)](_0x360ef0[_0x5e6394(0x202)]),-0x1)){if(_0x360ef0[_0x5e6394(0x1f2)](_0x360ef0[_0x5e6394(0x24a)],_0x360ef0[_0x5e6394(0x1eb)]))_0x360ef0[_0x5e6394(0x1ef)](_0x524b12,'Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20'+_0x2766ee);else{const _0x5062a0=_0x37c7c4[_0x5e6394(0x213)](_0x360ef0[_0x5e6394(0x202)]);return[_0x5062a0[0x0][_0x5e6394(0x261)](0x0,-0x1)[_0x5e6394(0x213)]('\x22')[0x1],_0x37c7c4];}}else{if(_0x360ef0['VYRNN'](_0x360ef0[_0x5e6394(0x1ed)],_0x360ef0[_0x5e6394(0x217)]))return[null,null];else{if(!_0x5f3f35||!_0x400d95[_0x5e6394(0x239)])return[];const _0x433a1c=[];return[_0x360ef0[_0x5e6394(0x231)],_0x360ef0[_0x5e6394(0x22a)],_0x360ef0['zePAu'],_0x360ef0[_0x5e6394(0x207)]][_0x5e6394(0x1f7)](_0x583304=>{const _0xd63f42=_0x5e6394;let _0x3d3f7f=_0x3cef0a[_0xd63f42(0x239)][_0x583304]||[];_0x3d3f7f[_0xd63f42(0x1f7)](_0x58ce97=>{const _0x5c6ca2=_0xd63f42;if(_0x58ce97['hookAnalyticsId'])_0x433a1c[_0x5c6ca2(0x1e3)](_0x58ce97['hookAnalyticsId']);});}),[..._0x433a1c,..._0x3ea4ee[_0x5e6394(0x246)](_0x256fe8[_0x5e6394(0x239)])];}}}},exports[a19_0x850e33(0x246)]=_0x53a17b=>{const _0x5ac0dd=a19_0x850e33,_0x547440={};_0x547440['fQzQL']=function(_0x593d24,_0x4ea1df){return _0x593d24===_0x4ea1df;},_0x547440[_0x5ac0dd(0x248)]=_0x5ac0dd(0x234),_0x547440['fzUVM']=function(_0x2c4357,_0x5de548){return _0x2c4357===_0x5de548;},_0x547440['pbJSk']='wWIqp',_0x547440[_0x5ac0dd(0x1e6)]=_0x5ac0dd(0x20a),_0x547440[_0x5ac0dd(0x22d)]=_0x5ac0dd(0x237),_0x547440['jxHYp']=_0x5ac0dd(0x285),_0x547440['bAiRZ']=_0x5ac0dd(0x265),_0x547440['SBAXB']='_afterEach';const _0x34cfa5=_0x547440;if(!_0x53a17b||!_0x53a17b[_0x5ac0dd(0x239)])return[];const _0x5bc678=[];return[_0x34cfa5[_0x5ac0dd(0x22d)],_0x34cfa5['jxHYp'],_0x34cfa5[_0x5ac0dd(0x242)],_0x34cfa5[_0x5ac0dd(0x238)]][_0x5ac0dd(0x1f7)](_0x2577b3=>{const _0x1b79a4=_0x5ac0dd;if(_0x34cfa5[_0x1b79a4(0x254)](_0x34cfa5['pbJSk'],_0x34cfa5[_0x1b79a4(0x1e6)]))return[null,null];else{let _0x368005=_0x53a17b['parent'][_0x2577b3]||[];_0x368005[_0x1b79a4(0x1f7)](_0x2f592c=>{const _0x2a0928=_0x1b79a4;if(_0x34cfa5[_0x2a0928(0x27d)](_0x34cfa5[_0x2a0928(0x248)],_0x34cfa5[_0x2a0928(0x248)])){if(_0x2f592c[_0x2a0928(0x24f)])_0x5bc678[_0x2a0928(0x1e3)](_0x2f592c[_0x2a0928(0x24f)]);}else _0x3d4871[_0x2ab8bc]=(..._0x57d632)=>{_0x5f36ae[_0x32433](..._0x57d632);};});}}),[..._0x5bc678,...exports[_0x5ac0dd(0x246)](_0x53a17b['parent'])];},exports[a19_0x850e33(0x253)]=_0x3d32ee=>{const _0x1a1f30=a19_0x850e33,_0x3930bf={'QwKQU':function(_0x49de1a,_0x59c21a){return _0x49de1a!=_0x59c21a;},'UjehX':_0x1a1f30(0x26e),'hNleL':function(_0xb7777d,_0x278445){return _0xb7777d!==_0x278445;},'ohGpL':'hook:','kFRUp':_0x1a1f30(0x264),'ssldc':_0x1a1f30(0x27c),'BipJi':function(_0x2e67dc,_0x17467d){return _0x2e67dc!==_0x17467d;},'BxEUu':_0x1a1f30(0x201),'qqJvg':_0x1a1f30(0x1fb),'HPVdt':function(_0x52a9ef){return _0x52a9ef();},'ltrsW':function(_0x595dc3,_0x4a6f7b){return _0x595dc3==_0x4a6f7b;},'lerlu':_0x1a1f30(0x22b),'UlBrC':function(_0x28a98c,_0x30a8ae){return _0x28a98c===_0x30a8ae;},'cHmhR':_0x1a1f30(0x27b),'fvfxF':function(_0x2707ff,_0xc499bb){return _0x2707ff!=_0xc499bb;},'TYICf':_0x1a1f30(0x1ff),'IrlVo':_0x1a1f30(0x277),'zQavB':_0x1a1f30(0x236),'HnhYM':_0x1a1f30(0x237),'HCYZY':_0x1a1f30(0x285),'CSOuH':_0x1a1f30(0x265)};if(!_0x3d32ee||!_0x3d32ee['parent'])return;[_0x3930bf[_0x1a1f30(0x211)],_0x3930bf[_0x1a1f30(0x25a)],_0x3930bf['CSOuH'],_0x3930bf[_0x1a1f30(0x204)]][_0x1a1f30(0x1f7)](_0x4bd537=>{const _0x660e3d=_0x1a1f30,_0x16a58c={'JaCHO':function(_0x5700a7,_0x141158){const _0x5d0a73=a19_0x34f5;return _0x3930bf[_0x5d0a73(0x252)](_0x5700a7,_0x141158);},'TyozK':_0x3930bf[_0x660e3d(0x251)],'WUAzY':function(_0x366890,_0x1b9fcd){const _0x205428=_0x660e3d;return _0x3930bf[_0x205428(0x252)](_0x366890,_0x1b9fcd);},'LqGyN':_0x3930bf['TYICf'],'DGXlR':_0x3930bf[_0x660e3d(0x27a)]};if(_0x3930bf['UlBrC'](_0x3930bf[_0x660e3d(0x1f8)],_0x3930bf[_0x660e3d(0x1f8)])){let _0x3cf8cd=_0x3d32ee['parent'][_0x4bd537]||[];_0x3cf8cd[_0x660e3d(0x1f7)](_0x1ca0f1=>{const _0x308b0e=_0x660e3d,_0xf0db8f={'JtFCJ':function(_0x1b374b,_0x5bb8f0){const _0xa98011=a19_0x34f5;return _0x3930bf[_0xa98011(0x27f)](_0x1b374b,_0x5bb8f0);},'fEYgg':_0x3930bf['UjehX'],'CNasp':function(_0xe0d63f,_0x3b1430){const _0x353aa7=a19_0x34f5;return _0x3930bf[_0x353aa7(0x280)](_0xe0d63f,_0x3b1430);},'qtFry':_0x3930bf[_0x308b0e(0x233)],'suRoS':_0x3930bf[_0x308b0e(0x251)]};if(_0x3930bf[_0x308b0e(0x280)](_0x3930bf['ssldc'],_0x3930bf['ssldc']))_0x28030b=_0x280fdc['concat'](_0x13ee77);else{if(!_0x1ca0f1['hookAnalyticsId']){if(_0x3930bf[_0x308b0e(0x1f6)](_0x3930bf[_0x308b0e(0x270)],_0x3930bf['qqJvg']))_0x1ca0f1[_0x308b0e(0x24f)]=_0x3930bf[_0x308b0e(0x21e)](uuidv4);else{if(!_0x2248d4||_0xf0db8f[_0x308b0e(0x21b)](typeof _0x4931f2,_0xf0db8f['fEYgg']))return[null,null];if(_0xf0db8f['CNasp'](_0x3a8b02['indexOf'](_0xf0db8f['qtFry']),-0x1)){const _0x14b207=_0x5e6ef4[_0x308b0e(0x213)](_0xf0db8f['qtFry']);return[_0x14b207[0x0]['slice'](0x0,-0x1)[_0x308b0e(0x213)]('\x22')[0x1],_0x14b207[0x1][_0x308b0e(0x23e)](0x1)];}else{if(_0xf0db8f['CNasp'](_0x4b296f['indexOf'](_0xf0db8f[_0x308b0e(0x28c)]),-0x1)){const _0x9bac3b=_0xe595e3['split'](_0xf0db8f[_0x308b0e(0x28c)]);return[_0x9bac3b[0x0][_0x308b0e(0x261)](0x0,-0x1)[_0x308b0e(0x213)]('\x22')[0x1],_0xc982f7];}else return[null,null];}}}else{if(_0x1ca0f1['markedStatus']&&_0x3930bf[_0x308b0e(0x21d)](_0x4bd537,_0x3930bf[_0x308b0e(0x204)])){if(_0x3930bf['UlBrC'](_0x3930bf['cHmhR'],_0x3930bf[_0x308b0e(0x1f1)]))_0x1ca0f1['hookAnalyticsId']=_0x3930bf[_0x308b0e(0x21e)](uuidv4),delete _0x1ca0f1['markedStatus'];else{const _0x27583c=_0x4e58db[_0x308b0e(0x244)](_0x10ce81);return _0x27583c&&(_0x5ecf23=_0x569262[_0x308b0e(0x21a)](_0x27583c)),_0x2feb39;}}}}});}else{const _0x5994ae=_0x3d72e9[_0x660e3d(0x1e4)][_0x660e3d(0x1fe)]((_0x28cdc5,_0x36301c)=>{const _0x4ba12d=_0x660e3d,_0x485c8f=_0x51958a[_0x4ba12d(0x244)](_0x36301c);return _0x485c8f&&(_0x28cdc5=_0x28cdc5['concat'](_0x485c8f)),_0x28cdc5;},[]),_0x2ecec5=_0x4acd7e[_0x660e3d(0x247)]['filter'](_0x58c839=>{const _0x3fec6b=_0x660e3d,_0x20a9e0=_0x16a58c['JaCHO'](_0x58c839[_0x3fec6b(0x208)],_0x16a58c['TyozK'])&&!_0x58c839[_0x3fec6b(0x223)]&&_0x16a58c[_0x3fec6b(0x28a)](_0x58c839[_0x3fec6b(0x287)],_0x16a58c[_0x3fec6b(0x24b)])&&_0x16a58c['JaCHO'](_0x58c839[_0x3fec6b(0x287)],_0x16a58c['DGXlR'])&&!_0x58c839[_0x3fec6b(0x1e9)];return _0x20a9e0;});return _0x2ecec5[_0x660e3d(0x21a)](_0x5994ae);}}),exports[_0x1a1f30(0x253)](_0x3d32ee[_0x1a1f30(0x239)]);},exports[a19_0x850e33(0x23f)]=async(_0x1074dc,_0x14caaa)=>{const _0x1ca19f=a19_0x850e33,_0x5ca106={'XaGdV':_0x1ca19f(0x23d),'JspiH':function(_0x566157){return _0x566157();},'pUjCJ':function(_0x378e7d,_0x1cffc6){return _0x378e7d==_0x1cffc6;},'HicZU':_0x1ca19f(0x22b),'ZuRzJ':function(_0x3ea5ae,_0x23342e){return _0x3ea5ae!==_0x23342e;},'PbpeS':'aJZUP','ZeNPc':_0x1ca19f(0x227),'WuwnC':function(_0x1a4584){return _0x1a4584();},'fJdNT':function(_0x56e570,_0x59a01d){return _0x56e570==_0x59a01d;},'iFqYT':'browserstack','velGz':'appium:app','xYmAJ':'app','mhTLR':_0x1ca19f(0x218),'ZGgtG':_0x1ca19f(0x20d),'QAZFX':function(_0x4f5fc1,_0x5540f5){return _0x4f5fc1(_0x5540f5);},'tKMId':_0x1ca19f(0x286),'QGATW':_0x1ca19f(0x24e),'DCWJJ':function(_0x5e19d0,_0x40ce49){return _0x5e19d0===_0x40ce49;},'rcCjx':_0x1ca19f(0x273),'rFdEs':'unknown_grid','SggOg':_0x1ca19f(0x282),'rEwNT':function(_0xc1ca2e,_0x5364a2){return _0xc1ca2e!==_0x5364a2;},'swJfp':_0x1ca19f(0x243),'HWKOH':_0x1ca19f(0x219),'BTJKX':function(_0x127a78,_0x27325f){return _0x127a78(_0x27325f);}};try{if(_0x5ca106[_0x1ca19f(0x257)](_0x5ca106[_0x1ca19f(0x228)],_0x5ca106['ZeNPc'])){if(!_0x5ca106['WuwnC'](isTestObservabilitySession))return;const _0x183f3c=await _0x1074dc['getCapabilities'](),_0x2ae1a7=await _0x1074dc[_0x1ca19f(0x220)]();let _0x42d960={};const _0x1ac89f=Object['fromEntries'](_0x2ae1a7[_0x1ca19f(0x1f9)]()['map_']);let _0x55b493={'product':_0x5ca106[_0x1ca19f(0x28b)](global[_0x1ca19f(0x230)],_0x5ca106[_0x1ca19f(0x24c)])?_0x1ac89f[_0x5ca106[_0x1ca19f(0x1e1)]]||_0x1ac89f[_0x5ca106[_0x1ca19f(0x1f3)]]?_0x5ca106[_0x1ca19f(0x26b)]:_0x5ca106[_0x1ca19f(0x260)]:null,'capabilities':_0x1ac89f,'platform':_0x183f3c['getPlatform'](),'platform_version':_0x5ca106[_0x1ca19f(0x276)](getPlatformVersion,_0x5ca106[_0x1ca19f(0x26d)](global['__cloud_provider___'],_0x5ca106[_0x1ca19f(0x24c)])),'browser':_0x183f3c[_0x1ca19f(0x255)](),'browser_version':_0x183f3c[_0x1ca19f(0x23b)](),'session_id':_0x2ae1a7[_0x1ca19f(0x258)]()};global[_0x1ca19f(0x230)]?_0x5ca106[_0x1ca19f(0x257)](_0x5ca106[_0x1ca19f(0x1e7)],_0x5ca106['QGATW'])?_0x42d960[global[_0x1ca19f(0x230)]]=_0x55b493:_0x4923c7[_0x3d6b38](..._0x4e76a8):_0x5ca106[_0x1ca19f(0x241)](_0x5ca106[_0x1ca19f(0x278)],_0x5ca106[_0x1ca19f(0x278)])?_0x42d960[_0x5ca106[_0x1ca19f(0x224)]]=_0x55b493:_0x3fbf01[_0x140a72['__cloud_provider___']]=_0x3d277f,process[_0x1ca19f(0x284)]('bs:addPlatformDetails:'+process[_0x1ca19f(0x22e)],{'timestamp':new Date()[_0x1ca19f(0x269)](),'level':null,'message':null,'kind':_0x5ca106[_0x1ca19f(0x281)],'http_response':_0x42d960,'uuid':_0x14caaa});}else{const _0x4bdede=_0x448dbd[_0x1ca19f(0x213)](_0x5ca106[_0x1ca19f(0x20f)]);return[_0x4bdede[0x0]['slice'](0x0,-0x1)[_0x1ca19f(0x213)]('\x22')[0x1],_0x4bdede[0x1][_0x1ca19f(0x23e)](0x1)];}}catch(_0x2e6762){if(_0x5ca106[_0x1ca19f(0x23a)](_0x5ca106['swJfp'],_0x5ca106['HWKOH']))_0x5ca106[_0x1ca19f(0x1f0)](debug,_0x1ca19f(0x262)+_0x2e6762);else{if(!_0x1c52ac[_0x1ca19f(0x24f)])_0x4fdba4[_0x1ca19f(0x24f)]=_0x5ca106[_0x1ca19f(0x20b)](_0x48e3af);else _0x1b5cec['markedStatus']&&_0x5ca106[_0x1ca19f(0x26d)](_0x50a588,_0x5ca106[_0x1ca19f(0x225)])&&(_0x28e26d[_0x1ca19f(0x24f)]=_0x5ca106['JspiH'](_0x4e6974),delete _0x1549be[_0x1ca19f(0x223)]);}}},exports[a19_0x850e33(0x244)]=_0x574488=>{const _0x5d541a=a19_0x850e33,_0x3397f8={'ypbJH':_0x5d541a(0x275),'EAVyk':function(_0x53cbdc){return _0x53cbdc();},'VBcaO':_0x5d541a(0x264),'AkQYl':function(_0xf8c021,_0x2ef452){return _0xf8c021===_0x2ef452;},'jcibx':'AGKdM','CnIww':function(_0xf5a222,_0x113e41){return _0xf5a222===_0x113e41;},'nDcEd':_0x5d541a(0x203),'ikEEu':_0x5d541a(0x267),'OwARI':function(_0x35c1ba,_0x1ca8c3){return _0x35c1ba!==_0x1ca8c3;},'OAqdU':_0x5d541a(0x288),'CnysV':function(_0x185890,_0x29b495){return _0x185890!=_0x29b495;},'Bsrug':function(_0x220bb8,_0x2871d2){return _0x220bb8!=_0x2871d2;},'pQFfE':'passed','Zdswy':function(_0x267845,_0x5cd1d9){return _0x267845!=_0x5cd1d9;},'BaoFm':_0x5d541a(0x277)},_0x1ad9a6=_0x574488[_0x5d541a(0x1e4)][_0x5d541a(0x1fe)]((_0xbf2719,_0x77be7c)=>{const _0x46b606=_0x5d541a,_0x5770ca={};_0x5770ca[_0x46b606(0x26a)]=_0x3397f8[_0x46b606(0x214)];const _0x2fc96d=_0x5770ca;if(_0x3397f8[_0x46b606(0x222)](_0x3397f8[_0x46b606(0x216)],_0x3397f8[_0x46b606(0x216)])){const _0x53aa86=exports[_0x46b606(0x244)](_0x77be7c);if(_0x53aa86){if(_0x3397f8[_0x46b606(0x289)](_0x3397f8['nDcEd'],_0x3397f8[_0x46b606(0x205)]))_0xbf2719=_0xbf2719[_0x46b606(0x21a)](_0x53aa86);else return{'ci':_0x3397f8[_0x46b606(0x1fc)],'key':_0x3397f8[_0x46b606(0x22c)](_0x4ca97a),'version':_0x12f3ad,'collector':_0x46b606(0x1e5)+_0xde7217};}return _0xbf2719;}else{const _0x457dcd=_0x4b2c83[_0x46b606(0x213)](_0x2fc96d[_0x46b606(0x26a)]);return[_0x457dcd[0x0][_0x46b606(0x261)](0x0,-0x1)[_0x46b606(0x213)]('\x22')[0x1],_0x5764d8];}},[]),_0x83d2eb=_0x574488['tests'][_0x5d541a(0x245)](_0x679adf=>{const _0x536e8a=_0x5d541a,_0x26c2bd={};_0x26c2bd[_0x536e8a(0x21c)]=_0x3397f8[_0x536e8a(0x27e)];const _0x5a42cb=_0x26c2bd;if(_0x3397f8[_0x536e8a(0x209)](_0x3397f8[_0x536e8a(0x25e)],_0x3397f8[_0x536e8a(0x25e)]))_0x53376a[_0x5a42cb[_0x536e8a(0x21c)]]=_0x4b54b1;else{const _0x2b2645=_0x3397f8[_0x536e8a(0x212)](_0x679adf[_0x536e8a(0x208)],_0x3397f8[_0x536e8a(0x214)])&&!_0x679adf[_0x536e8a(0x223)]&&_0x3397f8[_0x536e8a(0x1fa)](_0x679adf[_0x536e8a(0x287)],_0x3397f8[_0x536e8a(0x25b)])&&_0x3397f8[_0x536e8a(0x25c)](_0x679adf[_0x536e8a(0x287)],_0x3397f8[_0x536e8a(0x1ec)])&&!_0x679adf[_0x536e8a(0x1e9)];return _0x2b2645;}});return _0x83d2eb[_0x5d541a(0x21a)](_0x1ad9a6);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a20_0x7d7f61=a20_0x3a73;(function(_0x1e1b05,_0x29ea15){const _0x66a7e6=a20_0x3a73,_0x213810=_0x1e1b05();while(!![]){try{const _0x52f0a0=parseInt(_0x66a7e6(0x159))/0x1+-parseInt(_0x66a7e6(0x13b))/0x2*(parseInt(_0x66a7e6(0x160))/0x3)+-parseInt(_0x66a7e6(0x147))/0x4*(-parseInt(_0x66a7e6(0x14d))/0x5)+-parseInt(_0x66a7e6(0x154))/0x6+-parseInt(_0x66a7e6(0x105))/0x7*(-parseInt(_0x66a7e6(0x16c))/0x8)+parseInt(_0x66a7e6(0x155))/0x9+-parseInt(_0x66a7e6(0x10c))/0xa*(parseInt(_0x66a7e6(0x138))/0xb);if(_0x52f0a0===_0x29ea15)break;else _0x213810['push'](_0x213810['shift']());}catch(_0x2e4034){_0x213810['push'](_0x213810['shift']());}}}(a20_0x5f08,0xa70ce));const {isAccessibilityAutomationSession,shouldScanTestForAccessibility,fetchPlatformDetails}=require('../mocha/accessibility-automation/helper'),{sendPlatformDetails}=require(a20_0x7d7f61(0x145)),{isBrowserstackInfra}=require(a20_0x7d7f61(0x156)),{isTestObservabilitySession}=require('../../helpers/test-observability/utils');function a20_0x5f08(){const _0x258225=['executeScript','quitCount_','currentTest','Failed:\x20','AONSI','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','JqaCI','ORAQP','titlePath','__sessionFailed','title','https:','eCLZN','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case','bXTtO','OlyOX','session_','iXiRH','error','tZwRr','mwTKo','then','file','\x22}}','ewdwk','__skipSessionName','GElxn','driverCleanup','lkHRY','mrRfV','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','GuAkg','ogLkj','vHulM','hrfmW','length','env','12202817zIVHnn','__error_messages__','VEDfJ','1574tXmJCZ','join','COJRA','shift','testAnalyticsId','http:','qUbfL','fZmQQ','CTZrm','BnmUs','./test-observability/mochaUtils','__drivers','2536UfIsLP','cSVyO','IAseR','shouldScanTestForAccessibility','ivHzX','AFASY','5350bbKoBX','CFFtQ','PaLdJ','YzzbZ','sessionNameSet__','getCurrentUrl','message','2426580eGlcXg','11778669CIQgIN','../../helpers/helper','initQuit','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','1265230gfWeIo','timeout','accessibilityScanStarted','HgdhJ','gEPgH','wWoqG','fnNZH','1833Eoyqdj','xunYq','err','wYeFG','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','MELVL','isAccessibilityPlatform','GVKMe','mVosO','yiHeX','passed','Diqvx','2143472OQMkuk','XAjuV','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','eTrZI','hhkwS','ObservabilitySync:','jXmFp','debug','FifeI','Automate\x20test\x20case\x20execution\x20has\x20started.','info','protocol','stringify','now','XfYUW','Fcxuk','lUVwR','tfjbT','cTOCI','isArray','14twweSQ','mochaHooks','SYUUU','yUQzv','CXAYV','jpRnW','EllXK','20juhMvH','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','DfUrs','push','Passed','TPOjJ','gnatT'];a20_0x5f08=function(){return _0x258225;};return a20_0x5f08();}function a20_0x3a73(_0x525f63,_0x2826ae){const _0x5f082f=a20_0x5f08();return a20_0x3a73=function(_0x3a7378,_0x5960e8){_0x3a7378=_0x3a7378-0xf6;let _0x164c8e=_0x5f082f[_0x3a7378];return _0x164c8e;},a20_0x3a73(_0x525f63,_0x2826ae);}exports[a20_0x7d7f61(0x106)]={'beforeAll'(){const _0x57c50a=a20_0x7d7f61,_0x30ddf6={'lUVwR':_0x57c50a(0xfa),'PaLdJ':_0x57c50a(0x164),'yDaYX':_0x57c50a(0x120),'CTZrm':_0x57c50a(0x16e),'CFFtQ':function(_0xa701f0,_0x447ecc){return _0xa701f0!==_0x447ecc;},'mwTKo':_0x57c50a(0xff),'eTrZI':_0x57c50a(0x14c),'ORAQP':function(_0x5ed4b7,_0x221028){return _0x5ed4b7===_0x221028;},'XAjuV':_0x57c50a(0x107),'FifeI':'\x20|\x20','CXAYV':_0x57c50a(0x15e),'ogLkj':_0x57c50a(0x117),'Fcxuk':function(_0x454b69,_0x2a5443){return _0x454b69!==_0x2a5443;},'BnmUs':_0x57c50a(0x165),'iXiRH':_0x57c50a(0x14b),'IAseR':function(_0x378b01,_0x461496){return _0x378b01!==_0x461496;},'EllXK':_0x57c50a(0x12f),'COJRA':_0x57c50a(0x121),'GVKMe':function(_0x5e7ae4,_0x240bb7){return _0x5e7ae4!==_0x240bb7;},'YzzbZ':_0x57c50a(0x135),'tfjbT':_0x57c50a(0x10e),'mrRfV':function(_0x4a8811){return _0x4a8811();},'tZwRr':function(_0x1247fe,_0x48031d){return _0x1247fe===_0x48031d;},'XccTX':_0x57c50a(0x112),'NOYGI':'DEorx','GElxn':function(_0xad8678,_0x26e641,_0x598ed5){return _0xad8678(_0x26e641,_0x598ed5);}},_0x28c0fc='browserstack internal helper hook';global[_0x57c50a(0x139)]=[],global[_0x57c50a(0x11c)]=![],global[_0x57c50a(0x12e)]=async()=>{const _0x3e2636=_0x57c50a,_0x35c8ca={};_0x35c8ca['qUbfL']=_0x30ddf6[_0x3e2636(0x143)];const _0x29d0e9=_0x35c8ca;let _0x1dffb6=![];try{_0x30ddf6[_0x3e2636(0x14e)](_0x30ddf6[_0x3e2636(0x127)],_0x30ddf6[_0x3e2636(0x16f)])?(await global[_0x3e2636(0x146)][0x0][_0x3e2636(0x123)],_0x1dffb6=!![],global['__sessionFailed']?_0x30ddf6[_0x3e2636(0x11a)](_0x30ddf6[_0x3e2636(0x16d)],_0x30ddf6[_0x3e2636(0x16d)])?await global[_0x3e2636(0x146)][0x0][_0x3e2636(0x113)](_0x3e2636(0x131)+JSON[_0x3e2636(0xfd)](global[_0x3e2636(0x139)][_0x3e2636(0x13c)](_0x30ddf6[_0x3e2636(0xf9)]))+'}}'):_0x10b29d['info'](_0x30ddf6[_0x3e2636(0x101)]):_0x30ddf6[_0x3e2636(0x14e)](_0x30ddf6[_0x3e2636(0x109)],_0x30ddf6[_0x3e2636(0x133)])?await global['__drivers'][0x0]['executeScript'](_0x3e2636(0x118)):_0x4a5a5a['error'](_0x3e2636(0x158)+this[_0x3e2636(0x115)][_0x3e2636(0x11b)]()+'.\x20Error\x20:',_0x52c9b4)):_0x123aca[_0x3e2636(0xfb)](_0x29d0e9[_0x3e2636(0x141)]);}catch(_0x14df6f){}global[_0x3e2636(0x139)]=[],global[_0x3e2636(0x11c)]=![];if(_0x1dffb6){if(_0x30ddf6[_0x3e2636(0x100)](_0x30ddf6[_0x3e2636(0x144)],_0x30ddf6[_0x3e2636(0x124)]))try{if(_0x30ddf6[_0x3e2636(0x149)](_0x30ddf6[_0x3e2636(0x10b)],_0x30ddf6[_0x3e2636(0x13d)])){try{if(_0x30ddf6[_0x3e2636(0x167)](_0x30ddf6[_0x3e2636(0x150)],_0x30ddf6[_0x3e2636(0x102)])){if(_0x30ddf6[_0x3e2636(0x130)](isTestObservabilitySession)){if(_0x30ddf6[_0x3e2636(0x126)](_0x30ddf6['XccTX'],_0x30ddf6['NOYGI']))_0x302067=new _0x59b18c(_0x4b2829);else{if(global[_0x3e2636(0x146)][0x0])await _0x30ddf6[_0x3e2636(0x12d)](sendPlatformDetails,global[_0x3e2636(0x146)][0x0],this[_0x3e2636(0x115)]?this[_0x3e2636(0x115)][_0x3e2636(0x13f)]:null);}}}else _0x48777b=![];}catch{}await global[_0x3e2636(0x146)][0x0][_0x3e2636(0x157)]();}else _0x4a0919[_0x3e2636(0xfb)](_0x30ddf6[_0x3e2636(0x14f)]);}catch(_0x2ed669){}else _0x5a9e92[_0x3e2636(0x125)](_0x30ddf6['yDaYX'],_0x23d667);}};},'beforeEach'(_0x50390b){const _0x2b7cd4=a20_0x7d7f61,_0x585bee={'MhYxn':function(_0x379718,_0x22acb0){return _0x379718>_0x22acb0;},'Xwblq':function(_0x55ee17,_0x5ee85b){return _0x55ee17(_0x5ee85b);},'GuAkg':function(_0x26dfa1){return _0x26dfa1();},'VEDfJ':function(_0xb30dad,_0x522ee9){return _0xb30dad>_0x522ee9;},'wYeFG':function(_0x155d43,_0x487aed){return _0x155d43===_0x487aed;},'fZmQQ':_0x2b7cd4(0x140),'ewdwk':_0x2b7cd4(0x11e),'eCLZN':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','yiHeX':'Automate\x20test\x20case\x20execution\x20has\x20started.','HgdhJ':'Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case'};new Promise(async _0x3be2e1=>{const _0x4f0b48=_0x2b7cd4,_0xad0bee='browserstack internal helper hook';let _0x2d7fb4=!![];try{_0x585bee['MhYxn'](global[_0x4f0b48(0x146)]['length'],0x1)&&(await global['driverCleanup'](),global[_0x4f0b48(0x146)][_0x4f0b48(0x13e)]()),_0x585bee['MhYxn'](global['__drivers'][0x0]['quitCount_'],0x0)&&(_0x2d7fb4=![],await global[_0x4f0b48(0x12e)]());}catch{}this[_0x4f0b48(0x115)]['shouldScanTestForAccessibility']=_0x585bee['Xwblq'](shouldScanTestForAccessibility,this['currentTest'][_0x4f0b48(0x11b)]()),this[_0x4f0b48(0x115)]['accessibilityScanStarted']=!![];if(_0x585bee[_0x4f0b48(0x132)](isAccessibilityAutomationSession)&&_0x2d7fb4&&Array[_0x4f0b48(0x104)](global['__drivers'])&&_0x585bee[_0x4f0b48(0x13a)](global['__drivers'][_0x4f0b48(0x136)],0x0)&&global[_0x4f0b48(0x166)])try{let _0x2f08e0=await global[_0x4f0b48(0x146)][0x0][_0x4f0b48(0x123)];if(_0x2f08e0){let _0x2b159c=!![],_0x232a37=await global[_0x4f0b48(0x146)][0x0][_0x4f0b48(0x152)](),_0x3430bc;try{_0x3430bc=new URL(_0x232a37);}catch(_0x361687){_0x2b159c=![];}_0x2b159c=_0x585bee[_0x4f0b48(0x163)](_0x3430bc['protocol'],_0x585bee[_0x4f0b48(0x142)])||_0x585bee['wYeFG'](_0x3430bc[_0x4f0b48(0xfc)],_0x585bee[_0x4f0b48(0x12b)]),_0x2b159c&&(this['currentTest']['shouldScanTestForAccessibility']?(logger[_0x4f0b48(0xfb)](_0x585bee[_0x4f0b48(0x11f)]),await global['__drivers'][0x0]['executeAsyncScript']('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20')):await global[_0x4f0b48(0x146)][0x0][_0x4f0b48(0x113)](_0x4f0b48(0x10d))),this[_0x4f0b48(0x115)]['accessibilityScanStarted']=this[_0x4f0b48(0x115)][_0x4f0b48(0x14a)],this[_0x4f0b48(0x115)][_0x4f0b48(0x14a)]&&logger[_0x4f0b48(0xfb)](_0x585bee[_0x4f0b48(0x169)]);}}catch(_0x2e0f64){logger[_0x4f0b48(0x125)](_0x585bee[_0x4f0b48(0x15c)],_0x2e0f64);}_0x585bee[_0x4f0b48(0x132)](_0x3be2e1);})[_0x2b7cd4(0x128)](_0x50390b);},'afterEach'(_0x38422d){const _0x2fec34=a20_0x7d7f61,_0x39399c={'gEPgH':function(_0x3673b4,_0x522588){return _0x3673b4>_0x522588;},'JqaCI':'\x20-\x20','SVlav':function(_0x598c1,_0x1146cc){return _0x598c1!==_0x1146cc;},'ZszfQ':_0x2fec34(0x16a),'vHulM':function(_0x515cfd,_0xb647f2,_0x3d8a28){return _0x515cfd(_0xb647f2,_0x3d8a28);},'cTOCI':function(_0x136d57,_0x27f411){return _0x136d57+_0x27f411;},'cSVyO':_0x2fec34(0x116),'mVosO':_0x2fec34(0x125),'fnNZH':_0x2fec34(0x110),'xunYq':_0x2fec34(0xfb),'jXmFp':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','OlyOX':function(_0x132ed4,_0x1a8c31){return _0x132ed4(_0x1a8c31);},'yUQzv':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','TPOjJ':function(_0x2a34e7){return _0x2a34e7();},'Diqvx':function(_0x477160,_0x369d0d,_0x1e06e3){return _0x477160(_0x369d0d,_0x1e06e3);},'jpRnW':function(_0x506b21){return _0x506b21();},'hhkwS':_0x2fec34(0xf8)},_0x280348='browserstack internal helper hook';this['timeout'](0xfde8);const _0x28ebb1=async(_0x52a632,_0x933757)=>{const _0x318d19=_0x2fec34;await global['__drivers'][0x0][_0x318d19(0x113)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x52a632+',\x22level\x22:\x20\x22'+_0x933757+_0x318d19(0x12a));};new Promise(async _0x5ee119=>{const _0x24c43a=_0x2fec34;try{_0x39399c[_0x24c43a(0x15d)](global[_0x24c43a(0x146)][_0x24c43a(0x136)],0x1)&&(await global['driverCleanup'](),global[_0x24c43a(0x146)][_0x24c43a(0x13e)](),global[_0x24c43a(0x139)]=[],global['__sessionFailed']=![]);!global[_0x24c43a(0x12c)]&&(await global['__drivers'][0x0][_0x24c43a(0x113)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x24c43a(0xfd)](this[_0x24c43a(0x115)][_0x24c43a(0x11b)]()[_0x24c43a(0x13c)](_0x39399c[_0x24c43a(0x119)]))+'}}'),global[_0x24c43a(0x146)][0x0][_0x24c43a(0x151)]=!![]);const _0x48544b=_0x39399c['SVlav'](this[_0x24c43a(0x115)]['state'],_0x39399c['ZszfQ']);_0x48544b?(global[_0x24c43a(0x11c)]=!![],global[_0x24c43a(0x139)][_0x24c43a(0x10f)](this[_0x24c43a(0x115)][_0x24c43a(0x162)][_0x24c43a(0x153)]),await _0x39399c[_0x24c43a(0x134)](_0x28ebb1,JSON[_0x24c43a(0xfd)](_0x39399c[_0x24c43a(0x103)](_0x39399c[_0x24c43a(0x148)],this['currentTest'][_0x24c43a(0x162)][_0x24c43a(0x153)])),_0x39399c[_0x24c43a(0x168)])):await _0x39399c[_0x24c43a(0x134)](_0x28ebb1,JSON[_0x24c43a(0xfd)](_0x39399c[_0x24c43a(0x15f)]),_0x39399c[_0x24c43a(0x161)]);}catch(_0x1e8714){}try{if(this['currentTest'][_0x24c43a(0x15b)]&&global[_0x24c43a(0x166)]){this[_0x24c43a(0x115)][_0x24c43a(0x14a)]&&logger[_0x24c43a(0xfb)](_0x39399c[_0x24c43a(0xf7)]);const _0x418152={'saveResults':this[_0x24c43a(0x115)][_0x24c43a(0x14a)],'testDetails':{'name':this[_0x24c43a(0x115)][_0x24c43a(0x11d)],'testRunId':process[_0x24c43a(0x137)]['BS_A11Y_TEST_RUN_ID'],'filePath':this[_0x24c43a(0x115)][_0x24c43a(0x129)],'scopeList':this[_0x24c43a(0x115)][_0x24c43a(0x11b)]()},'platform':await _0x39399c[_0x24c43a(0x122)](fetchPlatformDetails,global[_0x24c43a(0x146)][0x0])};final_res=await global[_0x24c43a(0x146)][0x0]['executeAsyncScript']('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',_0x418152),this[_0x24c43a(0x115)][_0x24c43a(0x14a)]&&logger['info'](_0x39399c[_0x24c43a(0x108)]);}}catch(_0x2ccc9d){logger[_0x24c43a(0x125)](_0x24c43a(0x158)+this['currentTest'][_0x24c43a(0x11b)]()+'.\x20Error\x20:',_0x2ccc9d);}try{try{if(_0x39399c[_0x24c43a(0x111)](isTestObservabilitySession)){if(global[_0x24c43a(0x146)][0x0])await _0x39399c[_0x24c43a(0x16b)](sendPlatformDetails,global[_0x24c43a(0x146)][0x0],this[_0x24c43a(0x115)]?this[_0x24c43a(0x115)][_0x24c43a(0x13f)]:null);if(_0x39399c[_0x24c43a(0x10a)](isBrowserstackInfra)){const _0x19c3ec=_0x24c43a(0xf6)+Date[_0x24c43a(0xfe)]();await _0x39399c['vHulM'](_0x28ebb1,JSON[_0x24c43a(0xfd)](_0x19c3ec),_0x39399c[_0x24c43a(0x170)]);}}}catch{}if(_0x39399c[_0x24c43a(0x15d)](global['__drivers'][0x0][_0x24c43a(0x114)],0x0))await global['driverCleanup']();}catch(_0xa8f965){}_0x39399c[_0x24c43a(0x111)](_0x5ee119);})['then'](()=>_0x38422d());},'afterAll'(_0x106617){const _0x40e75d=a20_0x7d7f61,_0x42ae2e={'LEYmi':function(_0x8aae10){return _0x8aae10();}},_0x295836='browserstack internal helper hook';this[_0x40e75d(0x15a)](0xfde8),new Promise(async _0x4d34b3=>{const _0x2dd2d5=_0x40e75d;await global[_0x2dd2d5(0x12e)](),_0x42ae2e['LEYmi'](_0x4d34b3);})[_0x40e75d(0x128)](()=>_0x106617());}};
|
|
1
|
+
const a20_0x224d9a=a20_0x318a;function a20_0x318a(_0xff402e,_0x506820){const _0xe78ea1=a20_0xe78e();return a20_0x318a=function(_0x318a38,_0x59e10b){_0x318a38=_0x318a38-0x114;let _0x3de311=_0xe78ea1[_0x318a38];return _0x3de311;},a20_0x318a(_0xff402e,_0x506820);}(function(_0x5e8a82,_0x547092){const _0x5a8e28=a20_0x318a,_0x13ad11=_0x5e8a82();while(!![]){try{const _0x151887=parseInt(_0x5a8e28(0x13c))/0x1*(-parseInt(_0x5a8e28(0x186))/0x2)+-parseInt(_0x5a8e28(0x180))/0x3*(-parseInt(_0x5a8e28(0x165))/0x4)+parseInt(_0x5a8e28(0x160))/0x5+-parseInt(_0x5a8e28(0x11c))/0x6+parseInt(_0x5a8e28(0x135))/0x7*(parseInt(_0x5a8e28(0x151))/0x8)+parseInt(_0x5a8e28(0x141))/0x9+-parseInt(_0x5a8e28(0x179))/0xa*(-parseInt(_0x5a8e28(0x18d))/0xb);if(_0x151887===_0x547092)break;else _0x13ad11['push'](_0x13ad11['shift']());}catch(_0x3956e6){_0x13ad11['push'](_0x13ad11['shift']());}}}(a20_0xe78e,0xd348d));function a20_0xe78e(){const _0x2037ba=['2177418GcEmxx','file','JmkjF','testAnalyticsId','byjVV','sessionNameSet__','hsZnR','9911SZQoJS','debug','BQlNY','BzrmG','xEtJn','Ndahe','./test-observability/mochaUtils','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case','../mocha/accessibility-automation/helper','CiVaq','ffxyC','udVHM','BnJpf','4768302cRvphf','ObservabilitySync:','XDwgY','timeout','err','Passed','executeScript','EgqFC','currentTest','getCurrentUrl','vYrZd','protocol','LjWPc','stringify','RxEZV','BADRc','state','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','xpDhh','LLTCL','Automate\x20test\x20case\x20execution\x20has\x20started.','wByEK','bnAwd','Lieus',',\x22level\x22:\x20\x22','6083PQvhRB','WvoLm','DSRBL','FLdbt','cqlZT','length','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','1gYLdqX','title','accessibilityScanStarted','__drivers','AuMkG','5223411wSVYqW','gTXJp','FZotj','quitCount_','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','EzCBn','env','zxYUE','\x20|\x20','kKLvw','bRcVn','gpDAb','qaUbs','wigzt','TFYwz','push','3280htaSNy','shouldScanTestForAccessibility','driverCleanup','hzytG','VNOeK','ZMUQA','titlePath','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','shift','then','BS_A11Y_TEST_RUN_ID','__skipSessionName','../../helpers/test-observability/utils','\x22}}','2796435OMHrQs','passed','error','MsXYS','__error_messages__','116GiXYYL','dPpUT','mRsSO','hXZIb','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','now','iSyye','oJrFG','info','message','__sessionFailed','PaOuJ','qFyMu','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','CUnIh','KSOxA','ZIOlg','isArray','DLxbr','10170dDohgB','bDBcm','bceSh','join','qGrus','initQuit','../../helpers/helper','34818hidFXr','session_','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','isAccessibilityPlatform','pNMDB','CsCSm'];a20_0xe78e=function(){return _0x2037ba;};return a20_0xe78e();}const {isAccessibilityAutomationSession,shouldScanTestForAccessibility,fetchPlatformDetails}=require(a20_0x224d9a(0x117)),{sendPlatformDetails}=require(a20_0x224d9a(0x115)),{isBrowserstackInfra}=require(a20_0x224d9a(0x17f)),{isTestObservabilitySession}=require(a20_0x224d9a(0x15e));exports['mochaHooks']={'beforeAll'(){const _0x541357=a20_0x224d9a,_0x1eccd3={'PaOuJ':_0x541357(0x116),'FLdbt':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','udVHM':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','xEtJn':_0x541357(0x130),'ZMUQA':function(_0x275de4,_0x2572a5){return _0x275de4===_0x2572a5;},'ffxyC':_0x541357(0x14b),'hXZIb':function(_0x2e31dd,_0x391827){return _0x2e31dd!==_0x391827;},'mRsSO':'MqVwn','zxYUE':_0x541357(0x184),'EgqFC':_0x541357(0x149),'cqlZT':function(_0x5e4dbf,_0x17418a){return _0x5e4dbf!==_0x17418a;},'gTXJp':_0x541357(0x16c),'XDwgY':'GhBXC','Qxuhk':_0x541357(0x163),'OKQzV':function(_0x32e8c5,_0x5c1277){return _0x32e8c5===_0x5c1277;},'CiVaq':_0x541357(0x172),'dPpUT':_0x541357(0x12e),'BQlNY':_0x541357(0x14d),'gpDAb':_0x541357(0x16d),'FZotj':function(_0x344c71){return _0x344c71();},'Lieus':_0x541357(0x185),'kKLvw':function(_0x1d2a82,_0x1374b8,_0x23a108){return _0x1d2a82(_0x1374b8,_0x23a108);}},_0x125526='browserstack internal helper hook';global[_0x541357(0x164)]=[],global[_0x541357(0x170)]=![],global[_0x541357(0x153)]=async()=>{const _0x14afbb=_0x541357,_0x4b0c6c={};_0x4b0c6c['qGrus']=_0x1eccd3[_0x14afbb(0x171)],_0x4b0c6c[_0x14afbb(0x12b)]=_0x1eccd3[_0x14afbb(0x138)],_0x4b0c6c[_0x14afbb(0x174)]=_0x1eccd3[_0x14afbb(0x11a)],_0x4b0c6c[_0x14afbb(0x14e)]=_0x1eccd3[_0x14afbb(0x191)];const _0x9de8fe=_0x4b0c6c;let _0x11437e=![];try{_0x1eccd3[_0x14afbb(0x156)](_0x1eccd3[_0x14afbb(0x119)],_0x1eccd3['ffxyC'])?(await global[_0x14afbb(0x13f)][0x0][_0x14afbb(0x181)],_0x11437e=!![],global[_0x14afbb(0x170)]?_0x1eccd3[_0x14afbb(0x168)](_0x1eccd3[_0x14afbb(0x167)],_0x1eccd3[_0x14afbb(0x148)])?await global[_0x14afbb(0x13f)][0x0][_0x14afbb(0x122)](_0x14afbb(0x182)+JSON['stringify'](global[_0x14afbb(0x164)][_0x14afbb(0x17c)](_0x1eccd3[_0x14afbb(0x123)]))+'}}'):_0x2fa5af[_0x14afbb(0x162)](_0x14afbb(0x145)+this['currentTest'][_0x14afbb(0x157)]()+'.\x20Error\x20:',_0x1d8422):_0x1eccd3['cqlZT'](_0x1eccd3[_0x14afbb(0x142)],_0x1eccd3[_0x14afbb(0x142)])?_0x33fe87[_0x14afbb(0x162)](_0x9de8fe[_0x14afbb(0x17d)],_0x5f2080):await global['__drivers'][0x0]['executeScript'](_0x14afbb(0x158))):_0x33d7d9=new _0x4d60fc(_0xbdedee);}catch(_0x30dd04){}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x11437e){if(_0x1eccd3[_0x14afbb(0x156)](_0x1eccd3[_0x14afbb(0x11e)],_0x1eccd3['Qxuhk']))_0x581302[_0x14afbb(0x16e)](_0x9de8fe['BADRc']);else try{if(_0x1eccd3['OKQzV'](_0x1eccd3[_0x14afbb(0x118)],_0x1eccd3[_0x14afbb(0x166)]))_0x191515[_0x14afbb(0x16e)](_0x9de8fe[_0x14afbb(0x174)]);else{try{if(_0x1eccd3['ZMUQA'](_0x1eccd3[_0x14afbb(0x18f)],_0x1eccd3[_0x14afbb(0x14c)]))_0x1b8428=![];else{if(_0x1eccd3[_0x14afbb(0x143)](isTestObservabilitySession)){if(_0x1eccd3[_0x14afbb(0x139)](_0x1eccd3[_0x14afbb(0x133)],_0x1eccd3['Lieus']))_0x596682[_0x14afbb(0x16e)](_0x9de8fe[_0x14afbb(0x14e)]);else{if(global[_0x14afbb(0x13f)][0x0])await _0x1eccd3[_0x14afbb(0x14a)](sendPlatformDetails,global[_0x14afbb(0x13f)][0x0],this[_0x14afbb(0x124)]?this[_0x14afbb(0x124)][_0x14afbb(0x189)]:null);}}}}catch{}await global[_0x14afbb(0x13f)][0x0][_0x14afbb(0x17e)]();}}catch(_0x557381){}}};},'beforeEach'(_0x7789ab){const _0x1625bd=a20_0x224d9a,_0x34d51b={'JmkjF':function(_0x12b8d3,_0x116b90){return _0x12b8d3>_0x116b90;},'VNOeK':function(_0x5b80da,_0x5e0c8a){return _0x5b80da(_0x5e0c8a);},'Ndahe':function(_0x277a32){return _0x277a32();},'bceSh':function(_0x4d0e5a,_0x3ce375){return _0x4d0e5a===_0x3ce375;},'LjWPc':'http:','LLTCL':'https:','ZIOlg':_0x1625bd(0x173),'BnJpf':_0x1625bd(0x130),'FVYwH':_0x1625bd(0x116),'fDBOB':function(_0x204283){return _0x204283();}};new Promise(async _0xf79353=>{const _0x1d5d27=_0x1625bd,_0x388e57='browserstack internal helper hook';let _0x1d587d=!![];try{_0x34d51b[_0x1d5d27(0x188)](global[_0x1d5d27(0x13f)][_0x1d5d27(0x13a)],0x1)&&(await global[_0x1d5d27(0x153)](),global[_0x1d5d27(0x13f)]['shift']()),_0x34d51b[_0x1d5d27(0x188)](global[_0x1d5d27(0x13f)][0x0][_0x1d5d27(0x144)],0x0)&&(_0x1d587d=![],await global[_0x1d5d27(0x153)]());}catch{}this[_0x1d5d27(0x124)][_0x1d5d27(0x152)]=_0x34d51b[_0x1d5d27(0x155)](shouldScanTestForAccessibility,this[_0x1d5d27(0x124)][_0x1d5d27(0x157)]()),this['currentTest'][_0x1d5d27(0x13e)]=!![];if(_0x34d51b[_0x1d5d27(0x114)](isAccessibilityAutomationSession)&&_0x1d587d&&Array[_0x1d5d27(0x177)](global[_0x1d5d27(0x13f)])&&_0x34d51b[_0x1d5d27(0x188)](global[_0x1d5d27(0x13f)][_0x1d5d27(0x13a)],0x0)&&global[_0x1d5d27(0x183)])try{let _0x374840=await global[_0x1d5d27(0x13f)][0x0][_0x1d5d27(0x181)];if(_0x374840){let _0x386f23=!![],_0x311d68=await global[_0x1d5d27(0x13f)][0x0][_0x1d5d27(0x125)](),_0x324a6a;try{_0x324a6a=new URL(_0x311d68);}catch(_0x5a6406){_0x386f23=![];}_0x386f23=_0x34d51b['bceSh'](_0x324a6a[_0x1d5d27(0x127)],_0x34d51b[_0x1d5d27(0x128)])||_0x34d51b[_0x1d5d27(0x17b)](_0x324a6a['protocol'],_0x34d51b[_0x1d5d27(0x12f)]),_0x386f23&&(this[_0x1d5d27(0x124)][_0x1d5d27(0x152)]?(logger['info'](_0x34d51b[_0x1d5d27(0x176)]),await global['__drivers'][0x0]['executeAsyncScript'](_0x1d5d27(0x12d))):await global[_0x1d5d27(0x13f)][0x0][_0x1d5d27(0x122)](_0x1d5d27(0x13b))),this[_0x1d5d27(0x124)][_0x1d5d27(0x13e)]=this['currentTest']['shouldScanTestForAccessibility'],this[_0x1d5d27(0x124)][_0x1d5d27(0x152)]&&logger[_0x1d5d27(0x16e)](_0x34d51b[_0x1d5d27(0x11b)]);}}catch(_0x526ead){logger[_0x1d5d27(0x162)](_0x34d51b['FVYwH'],_0x526ead);}_0x34d51b['fDBOB'](_0xf79353);})[_0x1625bd(0x15b)](_0x7789ab);},'afterEach'(_0x3dc88a){const _0x363899=a20_0x224d9a,_0x2d2f06={'hzytG':function(_0x17a47e,_0x128cab){return _0x17a47e>_0x128cab;},'bDBcm':'\x20-\x20','byjVV':function(_0x1c1c47,_0x538062){return _0x1c1c47!==_0x538062;},'TFYwz':_0x363899(0x161),'AuMkG':function(_0x394e0b,_0x37e387,_0x4c5e68){return _0x394e0b(_0x37e387,_0x4c5e68);},'KSOxA':function(_0x4e19fa,_0x1967e7){return _0x4e19fa+_0x1967e7;},'DSRBL':'Failed:\x20','BzrmG':_0x363899(0x162),'cCVuS':_0x363899(0x121),'WvoLm':_0x363899(0x16e),'wByEK':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','vYrZd':function(_0x55e677,_0x2a1735){return _0x55e677(_0x2a1735);},'jNmEh':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','hsZnR':function(_0x304667){return _0x304667();},'DLxbr':function(_0xa38cdb,_0x26afbe,_0x3a5f12){return _0xa38cdb(_0x26afbe,_0x3a5f12);},'bnAwd':function(_0x3a9f6a,_0x22a588,_0x1c1605){return _0x3a9f6a(_0x22a588,_0x1c1605);},'EzCBn':_0x363899(0x18e),'RxEZV':function(_0x1e7aa1){return _0x1e7aa1();}},_0x31825c='browserstack internal helper hook';this[_0x363899(0x11f)](0xfde8);const _0x1a2360=async(_0x103049,_0xa1fc21)=>{const _0x36378e=_0x363899;await global[_0x36378e(0x13f)][0x0][_0x36378e(0x122)](_0x36378e(0x169)+_0x103049+_0x36378e(0x134)+_0xa1fc21+_0x36378e(0x15f));};new Promise(async _0x40aec8=>{const _0x12c49a=_0x363899;try{_0x2d2f06['hzytG'](global[_0x12c49a(0x13f)][_0x12c49a(0x13a)],0x1)&&(await global['driverCleanup'](),global[_0x12c49a(0x13f)][_0x12c49a(0x15a)](),global[_0x12c49a(0x164)]=[],global[_0x12c49a(0x170)]=![]);!global[_0x12c49a(0x15d)]&&(await global[_0x12c49a(0x13f)][0x0][_0x12c49a(0x122)](_0x12c49a(0x16a)+JSON[_0x12c49a(0x129)](this[_0x12c49a(0x124)][_0x12c49a(0x157)]()[_0x12c49a(0x17c)](_0x2d2f06[_0x12c49a(0x17a)]))+'}}'),global['__drivers'][0x0][_0x12c49a(0x18b)]=!![]);const _0x565fc3=_0x2d2f06[_0x12c49a(0x18a)](this[_0x12c49a(0x124)][_0x12c49a(0x12c)],_0x2d2f06[_0x12c49a(0x14f)]);_0x565fc3?(global[_0x12c49a(0x170)]=!![],global[_0x12c49a(0x164)][_0x12c49a(0x150)](this[_0x12c49a(0x124)][_0x12c49a(0x120)][_0x12c49a(0x16f)]),await _0x2d2f06['AuMkG'](_0x1a2360,JSON['stringify'](_0x2d2f06[_0x12c49a(0x175)](_0x2d2f06[_0x12c49a(0x137)],this[_0x12c49a(0x124)][_0x12c49a(0x120)][_0x12c49a(0x16f)])),_0x2d2f06[_0x12c49a(0x190)])):await _0x2d2f06[_0x12c49a(0x140)](_0x1a2360,JSON[_0x12c49a(0x129)](_0x2d2f06['cCVuS']),_0x2d2f06[_0x12c49a(0x136)]);}catch(_0x26a340){}try{if(this[_0x12c49a(0x124)][_0x12c49a(0x13e)]&&global[_0x12c49a(0x183)]){this['currentTest'][_0x12c49a(0x152)]&&logger[_0x12c49a(0x16e)](_0x2d2f06[_0x12c49a(0x131)]);const _0x11aacc={'saveResults':this[_0x12c49a(0x124)][_0x12c49a(0x152)],'testDetails':{'name':this[_0x12c49a(0x124)][_0x12c49a(0x13d)],'testRunId':process[_0x12c49a(0x147)][_0x12c49a(0x15c)],'filePath':this['currentTest'][_0x12c49a(0x187)],'scopeList':this[_0x12c49a(0x124)][_0x12c49a(0x157)]()},'platform':await _0x2d2f06[_0x12c49a(0x126)](fetchPlatformDetails,global['__drivers'][0x0])};final_res=await global[_0x12c49a(0x13f)][0x0]['executeAsyncScript'](_0x12c49a(0x159),_0x11aacc),this[_0x12c49a(0x124)][_0x12c49a(0x152)]&&logger[_0x12c49a(0x16e)](_0x2d2f06['jNmEh']);}}catch(_0x9af159){logger['error'](_0x12c49a(0x145)+this['currentTest'][_0x12c49a(0x157)]()+'.\x20Error\x20:',_0x9af159);}try{try{if(_0x2d2f06[_0x12c49a(0x18c)](isTestObservabilitySession)){if(global['__drivers'][0x0])await _0x2d2f06[_0x12c49a(0x178)](sendPlatformDetails,global['__drivers'][0x0],this[_0x12c49a(0x124)]?this[_0x12c49a(0x124)][_0x12c49a(0x189)]:null);if(_0x2d2f06[_0x12c49a(0x18c)](isBrowserstackInfra)){const _0x140dfa=_0x12c49a(0x11d)+Date[_0x12c49a(0x16b)]();await _0x2d2f06[_0x12c49a(0x132)](_0x1a2360,JSON[_0x12c49a(0x129)](_0x140dfa),_0x2d2f06[_0x12c49a(0x146)]);}}}catch{}if(_0x2d2f06[_0x12c49a(0x154)](global[_0x12c49a(0x13f)][0x0]['quitCount_'],0x0))await global[_0x12c49a(0x153)]();}catch(_0x199e83){}_0x2d2f06[_0x12c49a(0x12a)](_0x40aec8);})[_0x363899(0x15b)](()=>_0x3dc88a());},'afterAll'(_0xbbafba){const _0x8e9bd5=a20_0x224d9a,_0x5f10a7={'sVyrA':function(_0x1adabd){return _0x1adabd();}},_0x332af1='browserstack internal helper hook';this[_0x8e9bd5(0x11f)](0xfde8),new Promise(async _0x4182f6=>{const _0x42347b=_0x8e9bd5;await global[_0x42347b(0x153)](),_0x5f10a7['sVyrA'](_0x4182f6);})['then'](()=>_0xbbafba());}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a21_0x42ea2f=a21_0x5469;function a21_0x1c89(){const _0x3ea34e=['findIndex','fEynK','aOFYu','CuLSU','lqIAq','exports','rXQOV','JYVJI','xHmYR','NwGtB','UBeAi','KAOMk','env','test','6706014OnadUO','URVUw','trMNd','mergeDeep','5848AHYXcZ','selenium','4102HxzYsb','6036YQszES','nightwatch.conf.js','nightwatch-browserstack.json','LMBwO','PCnqX','118090DHxAaf','hwSJI','../utils/constants','qRMxP','13tSAGDG','now','Getting\x20your\x20nightwatch\x20configs\x20from\x20','dnHDJ','Znruz','VwqgO','lJplO','writeFileSync','hub.browserstack.com','RzXPB','join','qXgvV','sYUeW','child_process','ILdXg','ldZkm','ygJvU','dZqCr','uCKbq','qphrN','PtMxr','xpxew','--config','test_settings','RbHSv','nwGBn','jkvYC','RanNN','modifyBrowserStackW3CCaps','webdriver','close','debug','stringify','getPlatformName','OEFnG','info','qntDq','UVShb','useW3C','--env','cHrlr','51jFangM','lofST','fZuLx','OxDam','HKFkh','nightwatch.cmd','start_process','config','splice','unlinkSync','109932QtuFHR','6JLfkUS','port','bgoNw','existsSync','push','Eexke','lIbKH','XSqqP','CdZPl','Wuxxl','OdHNr','nightwatch','3281195poOwJT','forEach','zYkRy','../../helpers/helper','SOIUO','map','LXHjg','JpLMZ','../../helpers/BrowserStackSetup','14EIgPGy','slice','modifyBrowserStackCaps','efSQQ','desiredCapabilities','isUndefined','fOnvD','50HjGhgy','child\x20process\x20exited\x20with\x20code\x20','nightwatch.json','OLOIz','20669HGfxaG','split','cwd','uYsHK','oUqPX','zEnPt','trim','lzwai','1455561glvDUm'];a21_0x1c89=function(){return _0x3ea34e;};return a21_0x1c89();}(function(_0x30d0f4,_0x26eb78){const _0x55b863=a21_0x5469,_0x284950=_0x30d0f4();while(!![]){try{const _0x25f26b=parseInt(_0x55b863(0x199))/0x1*(-parseInt(_0x55b863(0x1c7))/0x2)+-parseInt(_0x55b863(0x179))/0x3*(-parseInt(_0x55b863(0x183))/0x4)+-parseInt(_0x55b863(0x190))/0x5*(-parseInt(_0x55b863(0x184))/0x6)+parseInt(_0x55b863(0x1c1))/0x7*(-parseInt(_0x55b863(0x1bf))/0x8)+-parseInt(_0x55b863(0x1ac))/0x9*(parseInt(_0x55b863(0x1a0))/0xa)+-parseInt(_0x55b863(0x1a4))/0xb*(-parseInt(_0x55b863(0x1c2))/0xc)+-parseInt(_0x55b863(0x1cb))/0xd*(-parseInt(_0x55b863(0x1bb))/0xe);if(_0x25f26b===_0x26eb78)break;else _0x284950['push'](_0x284950['shift']());}catch(_0x59f7ba){_0x284950['push'](_0x284950['shift']());}}}(a21_0x1c89,0x7626b));const fs=require('fs'),path=require('path'),{spawn}=require(a21_0x42ea2f(0x1d8)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a21_0x42ea2f(0x198)),helper=require(a21_0x42ea2f(0x193)),constants=require(a21_0x42ea2f(0x1c9)),getUserNightwatchConfigs=(_0x1b6c6a,_0x2be600)=>{const _0x1e4dc3=a21_0x42ea2f,_0x381625={'UBeAi':_0x1e4dc3(0x1c3),'xpxew':_0x1e4dc3(0x1a2),'trMNd':_0x1e4dc3(0x18f),'OEFnG':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','cHrlr':function(_0x59dd6f,_0x36eec2){return _0x59dd6f===_0x36eec2;},'qXgvV':_0x1e4dc3(0x1b5),'qRMxP':'kpRbe','Wuxxl':_0x1e4dc3(0x19f),'aOFYu':function(_0x4ba375,_0x3f4d65){return _0x4ba375===_0x3f4d65;},'ygJvU':_0x1e4dc3(0x18b),'uYsHK':function(_0x4a24f5,_0x472453){return _0x4a24f5!==_0x472453;},'Eexke':_0x1e4dc3(0x18e),'fEynK':_0x1e4dc3(0x1dc),'lJplO':function(_0x2ba8f2,_0x4d124b){return _0x2ba8f2===_0x4d124b;},'lnjDF':'kenEd','pEfab':_0x1e4dc3(0x1cf),'NwGtB':function(_0x6a2d,_0x25c959){return _0x6a2d(_0x25c959);},'efSQQ':function(_0x2726e7,_0x239534){return _0x2726e7!==_0x239534;},'sWziw':_0x1e4dc3(0x17b)};let _0xaf73d1=null,_0x2eccea={};const _0xf10339=_0x2be600[_0x1e4dc3(0x1ad)](_0x29ed5a=>_0x29ed5a==_0x1e4dc3(0x166));if(!helper[_0x1e4dc3(0x19e)](_0x1b6c6a[_0x1e4dc3(0x180)])&&fs[_0x1e4dc3(0x187)](path[_0x1e4dc3(0x1d5)](process[_0x1e4dc3(0x1a6)](),_0x1b6c6a[_0x1e4dc3(0x180)])))_0x381625[_0x1e4dc3(0x178)](_0x381625['qXgvV'],_0x381625[_0x1e4dc3(0x1d6)])?(_0xaf73d1=path[_0x1e4dc3(0x1d5)](process[_0x1e4dc3(0x1a6)](),_0x1b6c6a[_0x1e4dc3(0x180)]),_0x2be600[_0x1e4dc3(0x181)](_0xf10339,0x2)):_0xe6ab71[_0x1e4dc3(0x181)](_0xdb1e4,0x2);else{if(_0x381625['cHrlr'](_0x381625[_0x1e4dc3(0x1ca)],_0x381625[_0x1e4dc3(0x18d)])){if(_0x474eb0['existsSync'](_0x3c3162[_0x1e4dc3(0x1d5)](_0x4ca42a[_0x1e4dc3(0x1a6)](),_0x381625[_0x1e4dc3(0x1b7)])))_0x497e1b=_0x5a4a03['join'](_0x3b2e43[_0x1e4dc3(0x1a6)](),_0x381625[_0x1e4dc3(0x1b7)]);else _0x3782fc['existsSync'](_0x5a95a3[_0x1e4dc3(0x1d5)](_0x53d355[_0x1e4dc3(0x1a6)](),_0x381625['xpxew']))&&(_0x205041=_0x258d47[_0x1e4dc3(0x1d5)](_0x27f162[_0x1e4dc3(0x1a6)](),_0x381625[_0x1e4dc3(0x165)]));}else{if(fs[_0x1e4dc3(0x187)](path[_0x1e4dc3(0x1d5)](process[_0x1e4dc3(0x1a6)](),_0x381625[_0x1e4dc3(0x1b7)]))){if(_0x381625[_0x1e4dc3(0x1af)](_0x381625[_0x1e4dc3(0x1db)],_0x381625['ygJvU']))_0xaf73d1=path[_0x1e4dc3(0x1d5)](process[_0x1e4dc3(0x1a6)](),_0x381625['UBeAi']);else{if(_0x70e202)_0x43f52e[_0x1e4dc3(0x188)](_0x55330d[_0x1e4dc3(0x16c)](_0x46565a[_0x1e4dc3(0x180)],_0x381625[_0x1e4dc3(0x1bd)],_0x2cb88b));else _0x48564b['push'](_0x15602f[_0x1e4dc3(0x19b)](_0x197abc[_0x1e4dc3(0x180)],_0x381625[_0x1e4dc3(0x1bd)],_0x39f530));}}else fs['existsSync'](path[_0x1e4dc3(0x1d5)](process[_0x1e4dc3(0x1a6)](),_0x381625[_0x1e4dc3(0x165)]))&&(_0x381625[_0x1e4dc3(0x1a7)](_0x381625[_0x1e4dc3(0x189)],_0x381625[_0x1e4dc3(0x1ae)])?_0xaf73d1=path['join'](process[_0x1e4dc3(0x1a6)](),_0x381625[_0x1e4dc3(0x165)]):_0x51f513[_0x1e4dc3(0x173)](_0x381625[_0x1e4dc3(0x172)]));}}return _0xaf73d1?_0x381625[_0x1e4dc3(0x1d1)](_0x381625['lnjDF'],_0x381625['pEfab'])?_0x6a98d3[_0x1e4dc3(0x181)](_0x337454,0x2):(logger[_0x1e4dc3(0x173)](_0x1e4dc3(0x1cd)+_0xaf73d1),_0x2eccea=_0x381625[_0x1e4dc3(0x1b6)](require,_0xaf73d1)):_0x381625[_0x1e4dc3(0x19c)](_0x381625['sWziw'],_0x381625['sWziw'])?(_0x161bf7=_0x49f135[_0x1e4dc3(0x1d5)](_0x36ac6f[_0x1e4dc3(0x1a6)](),_0x526dc3[_0x1e4dc3(0x180)]),_0x2deb4e[_0x1e4dc3(0x181)](_0x215171,0x2)):logger[_0x1e4dc3(0x173)](_0x381625[_0x1e4dc3(0x172)]),_0x2eccea;},removeExistingEnvs=_0x180c25=>{const _0x4cdc42=a21_0x42ea2f,_0x1d14f5={};_0x1d14f5[_0x4cdc42(0x164)]=_0x4cdc42(0x1c3),_0x1d14f5[_0x4cdc42(0x174)]=_0x4cdc42(0x1a2),_0x1d14f5[_0x4cdc42(0x18a)]=function(_0x4dc1a6,_0x3aef52){return _0x4dc1a6>_0x3aef52;},_0x1d14f5['SOIUO']=function(_0x32e181,_0x52cec1){return _0x32e181===_0x52cec1;},_0x1d14f5['acdFi']=_0x4cdc42(0x18c),_0x1d14f5[_0x4cdc42(0x17d)]='KjupG',_0x1d14f5['jkvYC']=function(_0x41d842,_0x3019c9){return _0x41d842>_0x3019c9;},_0x1d14f5[_0x4cdc42(0x1d4)]=function(_0x18fa39,_0x2d4a70){return _0x18fa39!==_0x2d4a70;},_0x1d14f5[_0x4cdc42(0x1b8)]=_0x4cdc42(0x1a9),_0x1d14f5['CuLSU']=_0x4cdc42(0x1b3);const _0x2bbc6d=_0x1d14f5;let _0x493ec3=_0x180c25['findIndex'](_0x423a8a=>_0x423a8a==_0x4cdc42(0x177));_0x2bbc6d[_0x4cdc42(0x18a)](_0x493ec3,-0x1)&&(_0x2bbc6d[_0x4cdc42(0x194)](_0x2bbc6d['acdFi'],_0x2bbc6d[_0x4cdc42(0x17d)])?_0x50a02e=_0x1274be[_0x4cdc42(0x1d5)](_0x2b9226['cwd'](),_0x2bbc6d[_0x4cdc42(0x164)]):_0x180c25[_0x4cdc42(0x181)](_0x493ec3,0x2)),_0x493ec3=_0x180c25[_0x4cdc42(0x1ad)](_0x39fa74=>_0x39fa74=='-e'),_0x2bbc6d[_0x4cdc42(0x16a)](_0x493ec3,-0x1)&&(_0x2bbc6d[_0x4cdc42(0x1d4)](_0x2bbc6d[_0x4cdc42(0x1b8)],_0x2bbc6d[_0x4cdc42(0x1b0)])?_0x180c25[_0x4cdc42(0x181)](_0x493ec3,0x2):_0x25ed1e=_0xf08ee0[_0x4cdc42(0x1d5)](_0xcc94a[_0x4cdc42(0x1a6)](),_0x2bbc6d[_0x4cdc42(0x174)]));};function a21_0x5469(_0x181347,_0x929795){const _0x1c89db=a21_0x1c89();return a21_0x5469=function(_0x546926,_0x3b205b){_0x546926=_0x546926-0x164;let _0x54630a=_0x1c89db[_0x546926];return _0x54630a;},a21_0x5469(_0x181347,_0x929795);}function run(_0x2dd8de,_0x36de43){const _0xfc4eae=a21_0x42ea2f,_0xf53340={'RanNN':function(_0x29f19c,_0x382bc1){return _0x29f19c+_0x382bc1;},'PCnqX':'test_settings','zYkRy':function(_0x3e9d89,_0x197499){return _0x3e9d89===_0x197499;},'ILdXg':_0xfc4eae(0x1c5),'wkrUj':'EsHMa','URVUw':'nightwatch','JYVJI':function(_0x1d3cf7,_0x524811){return _0x1d3cf7!==_0x524811;},'EyYrp':_0xfc4eae(0x1d0),'TfNBf':function(_0x262c25,_0x2baa84){return _0x262c25+_0x2baa84;},'ldZkm':'YBEXM','sYUeW':function(_0xcf5f1e,_0x1ea470){return _0xcf5f1e(_0x1ea470);},'UVShb':'DbrxY','JpLMZ':function(_0x1c321c,_0x3f0903,_0x2178ca){return _0x1c321c(_0x3f0903,_0x2178ca);},'RbHSv':_0xfc4eae(0x1d3),'hwSJI':'Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','lofST':function(_0x4b6b22,_0x35a3d1){return _0x4b6b22==_0x35a3d1;},'dnHDJ':_0xfc4eae(0x1c4),'LXHjg':function(_0x40554b,_0x2def17,_0x1487ae,_0x578cba){return _0x40554b(_0x2def17,_0x1487ae,_0x578cba);},'OxDam':_0xfc4eae(0x17e),'uCKbq':_0xfc4eae(0x166),'OLOIz':'--env','bgoNw':'inherit','nwGBn':_0xfc4eae(0x16e)},_0x41ecc9=new BrowserStackSetup(_0x2dd8de);if(!_0x41ecc9[_0xfc4eae(0x180)])return;const _0x1e95d9=_0xf53340[_0xfc4eae(0x197)](getUserNightwatchConfigs,_0x2dd8de,_0x36de43),_0x2d5072={};_0x2d5072[_0xfc4eae(0x17f)]=![];const _0x38f0db={};_0x38f0db['host']=_0xf53340[_0xfc4eae(0x168)],_0x38f0db[_0xfc4eae(0x185)]=0x1bb;const _0x28776f={};_0x28776f[_0xfc4eae(0x16d)]=_0x2d5072,_0x28776f[_0xfc4eae(0x1c0)]=_0x38f0db;const _0x51ed4b=_0x28776f;logger['info'](_0xf53340[_0xfc4eae(0x1c8)]);const _0xe5e59c={..._0x1e95d9},_0x320b00=_0xe5e59c;let _0x44596c=helper[_0xfc4eae(0x176)](_0x41ecc9[_0xfc4eae(0x180)]);const _0x3c4028=[];_0x41ecc9['config']['platforms'][_0xfc4eae(0x191)]((_0x426c6c,_0x2492ce)=>{const _0x32bfbe=_0xfc4eae;if(_0xf53340[_0x32bfbe(0x192)](_0xf53340[_0x32bfbe(0x1d9)],_0xf53340['wkrUj'])){let _0x11b74e=_0xf53340[_0x32bfbe(0x16b)](_0xa30033[_0x32bfbe(0x171)](_0x3781e0,'_'),'_'+_0x193d55[_0x32bfbe(0x1cc)]());if(_0x146449)_0x11b74e+='_'+_0x3c0d6d;if(_0x257b61&&(!_0x331c61[_0xf53340['PCnqX']]||!_0x3e22fc[_0xf53340[_0x32bfbe(0x1c6)]][_0x543442]))return;const _0x1e630e={..._0x2719f1};_0x1e630e[_0x32bfbe(0x19d)]=_0x3060b5;const _0x3fb14d=_0x1e630e;_0x573901[_0x11b74e]=_0x3aac1b?_0x29afdc[_0x32bfbe(0x1be)](_0x4c9b78[_0xf53340[_0x32bfbe(0x1c6)]][_0x22d305],_0x3fb14d):_0x3fb14d,_0x45e4e1[_0x32bfbe(0x188)](_0x11b74e);}else{if(_0x44596c)_0x3c4028['push'](helper[_0x32bfbe(0x16c)](_0x41ecc9[_0x32bfbe(0x180)],_0xf53340[_0x32bfbe(0x1bc)],_0x2492ce));else _0x3c4028['push'](helper[_0x32bfbe(0x19b)](_0x41ecc9[_0x32bfbe(0x180)],_0xf53340[_0x32bfbe(0x1bc)],_0x2492ce));}});const _0x1d89b5={},_0x8cfdef=[];_0x2dd8de[_0xfc4eae(0x1b9)]=_0x2dd8de[_0xfc4eae(0x1b9)]||_0x2dd8de['e'];const _0x41aab1=_0x2dd8de['env']?_0x2dd8de['env'][_0xfc4eae(0x1aa)]()[_0xfc4eae(0x1a5)](',')[_0xfc4eae(0x195)](_0x2f8276=>_0x2f8276[_0xfc4eae(0x1aa)]())['filter'](_0x2ce09d=>_0x2ce09d!=''):[''];if(_0xf53340[_0xfc4eae(0x17a)](_0x41aab1['length'],0x0))_0x41aab1['push']('');_0x41aab1[_0xfc4eae(0x191)](_0x7906e0=>{const _0x1d800f=_0xfc4eae,_0x1a544b={'oUqPX':function(_0x136506,_0x603619){return _0xf53340['TfNBf'](_0x136506,_0x603619);},'qphrN':_0xf53340['PCnqX']};if(_0xf53340[_0x1d800f(0x192)](_0xf53340[_0x1d800f(0x1da)],_0xf53340[_0x1d800f(0x1da)]))_0x3c4028[_0x1d800f(0x191)](_0x4faea7=>{const _0x1522fb=_0x1d800f;if(_0xf53340[_0x1522fb(0x1b4)](_0xf53340['EyYrp'],_0xf53340['EyYrp']))_0x15711d[_0x1522fb(0x16f)](_0x1522fb(0x1a1)+_0x4a5ce1),_0x15675a[_0x1522fb(0x173)]('Deleting\x20'+_0x1b2271),_0x249665[_0x1522fb(0x182)](_0x4d272d);else{let _0x5a2019=_0xf53340[_0x1522fb(0x16b)](helper[_0x1522fb(0x171)](_0x4faea7,'_'),'_'+Date[_0x1522fb(0x1cc)]());if(_0x7906e0)_0x5a2019+='_'+_0x7906e0;if(_0x7906e0&&(!_0x1e95d9[_0xf53340['PCnqX']]||!_0x1e95d9[_0xf53340[_0x1522fb(0x1c6)]][_0x7906e0]))return;const _0x49b1d5={..._0x51ed4b};_0x49b1d5[_0x1522fb(0x19d)]=_0x4faea7;const _0x9cb1aa=_0x49b1d5;_0x1d89b5[_0x5a2019]=_0x7906e0?helper[_0x1522fb(0x1be)](_0x1e95d9[_0xf53340['PCnqX']][_0x7906e0],_0x9cb1aa):_0x9cb1aa,_0x8cfdef[_0x1522fb(0x188)](_0x5a2019);}});else{const _0xfd2126={'lzwai':function(_0xa8bb87,_0x22b280){const _0x5d060a=_0x1d800f;return _0x1a544b[_0x5d060a(0x1a8)](_0xa8bb87,_0x22b280);},'lqIAq':_0x1a544b[_0x1d800f(0x1de)]};_0x37d1d7[_0x1d800f(0x191)](_0xf13772=>{const _0x48f21e=_0x1d800f;let _0x222b02=_0xfd2126[_0x48f21e(0x1ab)](_0x559aec[_0x48f21e(0x171)](_0xf13772,'_'),'_'+_0x451dd6[_0x48f21e(0x1cc)]());if(_0x13b32a)_0x222b02+='_'+_0x5f4e91;if(_0x2018bc&&(!_0x2111e4[_0xfd2126['lqIAq']]||!_0x432bb0[_0xfd2126[_0x48f21e(0x1b1)]][_0xc20fc4]))return;const _0x392ed8={..._0x394765};_0x392ed8[_0x48f21e(0x19d)]=_0xf13772;const _0xe05dfd=_0x392ed8;_0x324243[_0x222b02]=_0x33bbba?_0x264cdc['mergeDeep'](_0x32b2d0[_0xfd2126['lqIAq']][_0x173652],_0xe05dfd):_0xe05dfd,_0x181d11['push'](_0x222b02);});}});if(!_0x320b00[_0xfc4eae(0x167)])_0x320b00['test_settings']={};_0x320b00[_0xfc4eae(0x167)]={..._0x320b00['test_settings'],..._0x1d89b5};const _0x3052b9=path[_0xfc4eae(0x1d5)](__dirname,_0xf53340[_0xfc4eae(0x1ce)]);fs[_0xfc4eae(0x1d2)](_0x3052b9,JSON[_0xfc4eae(0x170)](_0x320b00)),_0xf53340[_0xfc4eae(0x1d7)](removeExistingEnvs,_0x36de43);const _0x3ad359=_0xf53340[_0xfc4eae(0x196)](spawn,/^win/[_0xfc4eae(0x1ba)](process['platform'])?_0xf53340[_0xfc4eae(0x17c)]:_0xf53340[_0xfc4eae(0x1bc)],[_0xf53340[_0xfc4eae(0x1dd)],_0x3052b9,..._0x36de43[_0xfc4eae(0x19a)](0x1),_0xf53340[_0xfc4eae(0x1a3)],_0x8cfdef['join'](',')],{'stdio':_0xf53340[_0xfc4eae(0x186)]});_0x3ad359['on'](_0xf53340[_0xfc4eae(0x169)],async _0x170914=>{const _0x5bc8e7=_0xfc4eae;_0xf53340['zYkRy'](_0xf53340[_0x5bc8e7(0x175)],_0xf53340[_0x5bc8e7(0x175)])?(logger['debug'](_0x5bc8e7(0x1a1)+_0x170914),logger[_0x5bc8e7(0x173)]('Deleting\x20'+_0x3052b9),fs[_0x5bc8e7(0x182)](_0x3052b9)):(_0x13450e[_0x5bc8e7(0x173)]('Getting\x20your\x20nightwatch\x20configs\x20from\x20'+_0x493b75),_0x44d767=_0xf53340[_0x5bc8e7(0x1d7)](_0x1ff8eb,_0x1baaf5));});}module[a21_0x42ea2f(0x1b2)]=run;
|
|
2
|
+
'use strict';const a21_0x2a62c3=a21_0x2586;(function(_0x2fca34,_0x286fc5){const _0x175525=a21_0x2586,_0x65a1ad=_0x2fca34();while(!![]){try{const _0x37e546=-parseInt(_0x175525(0x15d))/0x1+-parseInt(_0x175525(0x1c8))/0x2*(parseInt(_0x175525(0x1d2))/0x3)+parseInt(_0x175525(0x1aa))/0x4*(-parseInt(_0x175525(0x1b5))/0x5)+parseInt(_0x175525(0x1ac))/0x6*(-parseInt(_0x175525(0x1ab))/0x7)+parseInt(_0x175525(0x1b7))/0x8*(-parseInt(_0x175525(0x17e))/0x9)+parseInt(_0x175525(0x1b2))/0xa+parseInt(_0x175525(0x1dc))/0xb*(parseInt(_0x175525(0x178))/0xc);if(_0x37e546===_0x286fc5)break;else _0x65a1ad['push'](_0x65a1ad['shift']());}catch(_0x2e9158){_0x65a1ad['push'](_0x65a1ad['shift']());}}}(a21_0x5bc1,0x7f7ac));function a21_0x2586(_0x25f23e,_0xdedd9){const _0x5bc12f=a21_0x5bc1();return a21_0x2586=function(_0x25868d,_0x34e6c5){_0x25868d=_0x25868d-0x15a;let _0x45296a=_0x5bc12f[_0x25868d];return _0x45296a;},a21_0x2586(_0x25f23e,_0xdedd9);}const fs=require('fs'),path=require(a21_0x2a62c3(0x1c5)),{spawn}=require('child_process'),logger=require(a21_0x2a62c3(0x192))[a21_0x2a62c3(0x165)],{default:BrowserStackSetup}=require(a21_0x2a62c3(0x190)),helper=require(a21_0x2a62c3(0x188)),constants=require(a21_0x2a62c3(0x196)),getUserNightwatchConfigs=(_0x1ca633,_0x2eaa2f)=>{const _0x460f47=a21_0x2a62c3,_0x230148={'gSgub':_0x460f47(0x1d5),'gMbQQ':function(_0x2b94cf,_0x11246b){return _0x2b94cf+_0x11246b;},'hPMLs':_0x460f47(0x1d6),'xJcAK':function(_0x24634e,_0x10ea53){return _0x24634e>_0x10ea53;},'xuluM':'nightwatch','eyxZO':function(_0x5dd72c,_0x22ebc9){return _0x5dd72c===_0x22ebc9;},'kxwVb':_0x460f47(0x16b),'jQXJl':_0x460f47(0x1de),'sjLrc':_0x460f47(0x160),'zJfiV':_0x460f47(0x197),'nFbUS':_0x460f47(0x198),'ZEinA':_0x460f47(0x1d7),'TRgGF':'HSebn','UdqKb':function(_0x5e32a7,_0x587626){return _0x5e32a7!==_0x587626;},'aRgWS':_0x460f47(0x173),'edZCz':_0x460f47(0x1c0),'orABF':_0x460f47(0x16d),'XjPxV':function(_0x1006c4,_0x392e8a){return _0x1006c4(_0x392e8a);},'MnLFe':_0x460f47(0x162),'oiUYl':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x22d6dd=null,_0x54a179={};const _0x4842e2=_0x2eaa2f[_0x460f47(0x1bb)](_0x414672=>_0x414672==_0x460f47(0x1dd));if(!helper[_0x460f47(0x161)](_0x1ca633[_0x460f47(0x164)])&&fs['existsSync'](path[_0x460f47(0x194)](process[_0x460f47(0x18a)](),_0x1ca633['config'])))_0x230148[_0x460f47(0x18f)](_0x230148[_0x460f47(0x195)],_0x230148[_0x460f47(0x19d)])?_0x24ebde['splice'](_0x2935bf,0x2):(_0x22d6dd=path[_0x460f47(0x194)](process[_0x460f47(0x18a)](),_0x1ca633[_0x460f47(0x164)]),_0x2eaa2f[_0x460f47(0x191)](_0x4842e2,0x2));else{if(_0x230148[_0x460f47(0x18f)](_0x230148[_0x460f47(0x1d0)],_0x230148[_0x460f47(0x1b0)]))_0xcf19fd=_0x3c7ee5[_0x460f47(0x194)](_0x14f1ef[_0x460f47(0x18a)](),_0x230148[_0x460f47(0x167)]);else{if(fs[_0x460f47(0x1a0)](path[_0x460f47(0x194)](process[_0x460f47(0x18a)](),_0x230148[_0x460f47(0x1a8)])))_0x230148[_0x460f47(0x18f)](_0x230148[_0x460f47(0x16a)],_0x230148[_0x460f47(0x18e)])?_0x578017['splice'](_0x1c5713,0x2):_0x22d6dd=path[_0x460f47(0x194)](process[_0x460f47(0x18a)](),_0x230148[_0x460f47(0x1a8)]);else{if(fs[_0x460f47(0x1a0)](path['join'](process[_0x460f47(0x18a)](),_0x230148[_0x460f47(0x167)]))){if(_0x230148[_0x460f47(0x15e)](_0x230148[_0x460f47(0x1b6)],_0x230148[_0x460f47(0x1b6)])){let _0x3d0883=_0x230148[_0x460f47(0x1c4)](_0x3878dc[_0x460f47(0x177)](_0x59468c,'_'),'_'+_0x443c35[_0x460f47(0x15c)]());if(_0x3c6d2f)_0x3d0883+='_'+_0x1a4bf6;if(_0x141ec8&&(!_0x19b36c[_0x230148[_0x460f47(0x1c6)]]||!_0x18ada5[_0x230148[_0x460f47(0x1c6)]][_0x51d22c]))return;const _0x7ef41b={..._0x312c73};_0x7ef41b[_0x460f47(0x1c2)]=_0x441eda;const _0x10d2ad=_0x7ef41b;_0xc8f57f[_0x3d0883]=_0x469e59?_0x4743bc[_0x460f47(0x1c1)](_0x1e5eeb[_0x230148[_0x460f47(0x1c6)]][_0x224510],_0x10d2ad):_0x10d2ad,_0x3e67b3[_0x460f47(0x1ad)](_0x3d0883);}else _0x22d6dd=path[_0x460f47(0x194)](process[_0x460f47(0x18a)](),_0x230148[_0x460f47(0x167)]);}}}}if(_0x22d6dd){if(_0x230148[_0x460f47(0x18f)](_0x230148[_0x460f47(0x169)],_0x230148[_0x460f47(0x19e)])){let _0x4356ad=_0x3ed503[_0x460f47(0x1bb)](_0x12c343=>_0x12c343==_0x460f47(0x1a5));_0x230148[_0x460f47(0x1a9)](_0x4356ad,-0x1)&&_0x1f4460[_0x460f47(0x191)](_0x4356ad,0x2),_0x4356ad=_0x4c95f3[_0x460f47(0x1bb)](_0x32dbdf=>_0x32dbdf=='-e'),_0x230148[_0x460f47(0x1a9)](_0x4356ad,-0x1)&&_0x4704e3['splice'](_0x4356ad,0x2);}else logger[_0x460f47(0x184)](_0x460f47(0x1cb)+_0x22d6dd),_0x54a179=_0x230148[_0x460f47(0x17f)](require,_0x22d6dd);}else{if(_0x230148[_0x460f47(0x15e)](_0x230148['MnLFe'],_0x230148[_0x460f47(0x180)])){if(_0x32a6a1)_0x466659[_0x460f47(0x1ad)](_0x1b1b9d[_0x460f47(0x15b)](_0x52502e['config'],_0x230148[_0x460f47(0x1bc)],_0x4ffe89));else _0x3d71ef[_0x460f47(0x1ad)](_0x14c8d9[_0x460f47(0x18d)](_0xc78ba2['config'],_0x230148[_0x460f47(0x1bc)],_0x10956c));}else logger[_0x460f47(0x184)](_0x230148[_0x460f47(0x1a4)]);}return _0x54a179;},removeExistingEnvs=_0x2cab3c=>{const _0x2ed8fa=a21_0x2a62c3,_0x1807d6={};_0x1807d6[_0x2ed8fa(0x19f)]=function(_0x2212d1,_0x32a4c5){return _0x2212d1+_0x32a4c5;},_0x1807d6[_0x2ed8fa(0x1d1)]=_0x2ed8fa(0x1d6),_0x1807d6[_0x2ed8fa(0x17a)]=function(_0x537e2a,_0xb94ebe){return _0x537e2a>_0xb94ebe;},_0x1807d6[_0x2ed8fa(0x1ba)]=function(_0x44d2cc,_0x97b0c9){return _0x44d2cc!==_0x97b0c9;},_0x1807d6[_0x2ed8fa(0x183)]=_0x2ed8fa(0x1a6),_0x1807d6['jyyju']=function(_0xfb9f10,_0x5de739){return _0xfb9f10>_0x5de739;},_0x1807d6['OeyqF']=function(_0x161a57,_0x187732){return _0x161a57===_0x187732;},_0x1807d6[_0x2ed8fa(0x16c)]='TUbAc',_0x1807d6[_0x2ed8fa(0x19c)]='LZboY';const _0x2205f2=_0x1807d6;let _0x5a620e=_0x2cab3c[_0x2ed8fa(0x1bb)](_0x2225fe=>_0x2225fe==_0x2ed8fa(0x1a5));if(_0x2205f2[_0x2ed8fa(0x17a)](_0x5a620e,-0x1)){if(_0x2205f2[_0x2ed8fa(0x1ba)](_0x2205f2['GHCRw'],_0x2205f2['GHCRw'])){const _0x4a6806={'EvCNq':function(_0x4e9935,_0x4877eb){const _0x1b19b7=_0x2ed8fa;return _0x2205f2[_0x1b19b7(0x19f)](_0x4e9935,_0x4877eb);},'IeGtT':_0x2205f2[_0x2ed8fa(0x1d1)]};_0x5ecbce[_0x2ed8fa(0x1c3)](_0x1ae827=>{const _0x283c45=_0x2ed8fa;let _0x5658c8=_0x4a6806[_0x283c45(0x168)](_0x574a8a[_0x283c45(0x177)](_0x1ae827,'_'),'_'+_0x3c7c9a[_0x283c45(0x15c)]());if(_0x421cc5)_0x5658c8+='_'+_0x293baa;if(_0x1c5fff&&(!_0x4e8ce0[_0x4a6806['IeGtT']]||!_0x3d6004[_0x4a6806[_0x283c45(0x1b8)]][_0x2df961]))return;const _0x21de84={..._0x2207c0};_0x21de84[_0x283c45(0x1c2)]=_0x1ae827;const _0x3bfea8=_0x21de84;_0x39f522[_0x5658c8]=_0x5196b2?_0x1382ca['mergeDeep'](_0x4a71d3[_0x4a6806[_0x283c45(0x1b8)]][_0x11c1a],_0x3bfea8):_0x3bfea8,_0x2a55ce['push'](_0x5658c8);});}else _0x2cab3c['splice'](_0x5a620e,0x2);}_0x5a620e=_0x2cab3c[_0x2ed8fa(0x1bb)](_0x2c0029=>_0x2c0029=='-e'),_0x2205f2[_0x2ed8fa(0x1cc)](_0x5a620e,-0x1)&&(_0x2205f2[_0x2ed8fa(0x186)](_0x2205f2[_0x2ed8fa(0x16c)],_0x2205f2[_0x2ed8fa(0x19c)])?(_0xe4927b[_0x2ed8fa(0x1a3)](_0x2ed8fa(0x166)+_0x41ab47),_0xf0c01c['info'](_0x2ed8fa(0x1a2)+_0x151b55),_0x28ba4b[_0x2ed8fa(0x174)](_0x4eeeb7)):_0x2cab3c[_0x2ed8fa(0x191)](_0x5a620e,0x2));};function a21_0x5bc1(){const _0x29c176=['gSgub','EvCNq','edZCz','ZEinA','XKslg','gaxjM','qoVQq','start_process','nightwatch-browserstack.json','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','CHcaX','bxhqP','mInSq','unlinkSync','KpqYf','hub.browserstack.com','getPlatformName','276nFjVNJ','platforms','lfFmS','nfNMx','XHtrS','slice','1951389qliAjW','XjPxV','MnLFe','FhMTq','split','GHCRw','info','host','OeyqF','MaJko','../../helpers/helper','trim','cwd','fDNPj','test','modifyBrowserStackCaps','TRgGF','eyxZO','../../helpers/BrowserStackSetup','splice','../../helpers/logger','jbPzM','join','kxwVb','../utils/constants','oDhhS','nightwatch.conf.js','writeFileSync','LSnsX','PUmaH','JweqQ','jQXJl','orABF','bnmeo','existsSync','DVZGT','Deleting\x20','debug','oiUYl','--env','NCaDO','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','nFbUS','xJcAK','4otBfQa','7IXaJgB','1356738LcGXxG','push','lTVCu','GzgIg','zJfiV','port','5467090bItbUx','filter','EQYBq','3823485ttkdoH','aRgWS','16iRmLBo','IeGtT','map','fzHsY','findIndex','xuluM','vmTec','qVGxw','TWPEi','gEbeS','mergeDeep','desiredCapabilities','forEach','gMbQQ','path','hPMLs','fykKO','100RFxhlb','webdriver','stringify','Getting\x20your\x20nightwatch\x20configs\x20from\x20','jyyju','Zwqgd','YkKTH','TheAI','sjLrc','mBIlq','37302XoupWt','exports','RrNro','nightwatch.json','test_settings','xuAIB','close','qOIGY','selenium','env','1294392dcDtwt','--config','ANAmq','nightwatch','inherit','modifyBrowserStackW3CCaps','now','684847JkJjTa','UdqKb','LUqGZ','Ngypr','isUndefined','LqUFW','NNBnV','config','winstonLogger','child\x20process\x20exited\x20with\x20code\x20'];a21_0x5bc1=function(){return _0x29c176;};return a21_0x5bc1();}function run(_0x4c1e50,_0x13ca33){const _0x2039e5=a21_0x2a62c3,_0x36f18f={'qOIGY':_0x2039e5(0x170),'EQYBq':function(_0x2eef0d,_0x427638){return _0x2eef0d!==_0x427638;},'GzgIg':_0x2039e5(0x193),'LUqGZ':_0x2039e5(0x1df),'qVGxw':function(_0x3e6189,_0x5b4a2f){return _0x3e6189(_0x5b4a2f);},'bxhqP':'uSHAB','fDNPj':_0x2039e5(0x17b),'fykKO':function(_0x1495b9,_0x4c06c6){return _0x1495b9+_0x4c06c6;},'PVqro':'test_settings','IHziy':_0x2039e5(0x198),'MaJko':'nightwatch.json','emzov':function(_0x390b38,_0x40cc0c){return _0x390b38===_0x40cc0c;},'TheAI':'UIWzQ','Zwqgd':function(_0xcd62e5,_0x4914eb){return _0xcd62e5===_0x4914eb;},'FhMTq':_0x2039e5(0x1bd),'KpqYf':function(_0x13c253,_0x315961,_0x3a07b6){return _0x13c253(_0x315961,_0x3a07b6);},'TWPEi':_0x2039e5(0x176),'WcsTZ':_0x2039e5(0x1a7),'YkKTH':function(_0x3e9a37,_0x57e431){return _0x3e9a37==_0x57e431;},'LSnsX':_0x2039e5(0x16f),'NNBnV':function(_0x4f76f0,_0x5bd435){return _0x4f76f0(_0x5bd435);},'GUuSd':function(_0x5016e7,_0x574ac6,_0x4edc79,_0xc705b4){return _0x5016e7(_0x574ac6,_0x4edc79,_0xc705b4);},'XirBH':'nightwatch.cmd','XHtrS':_0x2039e5(0x1dd),'PUmaH':_0x2039e5(0x1a5),'witYN':_0x2039e5(0x15a),'RrNro':_0x2039e5(0x1d8)},_0x20bd11=new BrowserStackSetup(_0x4c1e50);if(!_0x20bd11[_0x2039e5(0x164)])return;const _0x27ec72=_0x36f18f[_0x2039e5(0x175)](getUserNightwatchConfigs,_0x4c1e50,_0x13ca33),_0x2eeca8={};_0x2eeca8[_0x2039e5(0x16e)]=![];const _0x47d89a={};_0x47d89a[_0x2039e5(0x185)]=_0x36f18f[_0x2039e5(0x1bf)],_0x47d89a[_0x2039e5(0x1b1)]=0x1bb;const _0x545377={};_0x545377[_0x2039e5(0x1c9)]=_0x2eeca8,_0x545377[_0x2039e5(0x1da)]=_0x47d89a;const _0x4233c7=_0x545377;logger[_0x2039e5(0x184)](_0x36f18f['WcsTZ']);const _0x2a4c55={..._0x27ec72},_0xf2b819=_0x2a4c55;let _0x40c7a2=helper['useW3C'](_0x20bd11[_0x2039e5(0x164)]);const _0x201fa7=[];_0x20bd11['config'][_0x2039e5(0x179)]['forEach']((_0x367e5b,_0x9d087f)=>{const _0x428415=_0x2039e5;if(_0x36f18f['EQYBq'](_0x36f18f[_0x428415(0x1af)],_0x36f18f[_0x428415(0x1af)]))_0x65052a[_0x428415(0x184)](_0x36f18f[_0x428415(0x1d9)]);else{if(_0x40c7a2)_0x201fa7[_0x428415(0x1ad)](helper[_0x428415(0x15b)](_0x20bd11[_0x428415(0x164)],_0x36f18f[_0x428415(0x15f)],_0x9d087f));else _0x201fa7['push'](helper[_0x428415(0x18d)](_0x20bd11['config'],_0x36f18f[_0x428415(0x15f)],_0x9d087f));}});const _0x74420e={},_0x36c77d=[];_0x4c1e50[_0x2039e5(0x1db)]=_0x4c1e50[_0x2039e5(0x1db)]||_0x4c1e50['e'];const _0x247e83=_0x4c1e50['env']?_0x4c1e50[_0x2039e5(0x1db)]['trim']()[_0x2039e5(0x182)](',')[_0x2039e5(0x1b9)](_0x2e6230=>_0x2e6230[_0x2039e5(0x189)]())[_0x2039e5(0x1b3)](_0x38b8e4=>_0x38b8e4!=''):[''];if(_0x36f18f[_0x2039e5(0x1ce)](_0x247e83['length'],0x0))_0x247e83[_0x2039e5(0x1ad)]('');_0x247e83[_0x2039e5(0x1c3)](_0x4d13a2=>{const _0x33cf91=_0x2039e5,_0x5e74c4={};_0x5e74c4[_0x33cf91(0x1a1)]=_0x36f18f['IHziy'],_0x5e74c4['CHcaX']=_0x36f18f[_0x33cf91(0x187)];const _0x5e905f=_0x5e74c4;if(_0x36f18f['emzov'](_0x36f18f[_0x33cf91(0x1cf)],_0x36f18f[_0x33cf91(0x1cf)]))_0x201fa7['forEach'](_0x2cd523=>{const _0x46ac34=_0x33cf91,_0x43da51={'lTVCu':function(_0x2d0cca,_0x32eb5b){const _0x1fad94=a21_0x2586;return _0x36f18f[_0x1fad94(0x1be)](_0x2d0cca,_0x32eb5b);}};if(_0x36f18f[_0x46ac34(0x1b4)](_0x36f18f[_0x46ac34(0x172)],_0x36f18f[_0x46ac34(0x18b)])){let _0x1a1157=_0x36f18f[_0x46ac34(0x1c7)](helper[_0x46ac34(0x177)](_0x2cd523,'_'),'_'+Date['now']());if(_0x4d13a2)_0x1a1157+='_'+_0x4d13a2;if(_0x4d13a2&&(!_0x27ec72[_0x36f18f['PVqro']]||!_0x27ec72[_0x36f18f['PVqro']][_0x4d13a2]))return;const _0x427db1={..._0x4233c7};_0x427db1[_0x46ac34(0x1c2)]=_0x2cd523;const _0x2edf06=_0x427db1;_0x74420e[_0x1a1157]=_0x4d13a2?helper[_0x46ac34(0x1c1)](_0x27ec72[_0x36f18f['PVqro']][_0x4d13a2],_0x2edf06):_0x2edf06,_0x36c77d['push'](_0x1a1157);}else _0x594dd9[_0x46ac34(0x184)](_0x46ac34(0x1cb)+_0x1e24ad),_0x462933=_0x43da51[_0x46ac34(0x1ae)](_0x1fe635,_0x569bbb);});else{if(_0x18c808['existsSync'](_0x4b91c9[_0x33cf91(0x194)](_0x63c7e1[_0x33cf91(0x18a)](),_0x5e905f['DVZGT'])))_0x3a7c4=_0x3be7f2['join'](_0x2998ee[_0x33cf91(0x18a)](),_0x5e905f['DVZGT']);else _0x57ed2d[_0x33cf91(0x1a0)](_0x3bc8dd[_0x33cf91(0x194)](_0x49ba19[_0x33cf91(0x18a)](),_0x5e905f[_0x33cf91(0x171)]))&&(_0x2e0860=_0x13be64[_0x33cf91(0x194)](_0x211ead[_0x33cf91(0x18a)](),_0x5e905f['CHcaX']));}});if(!_0xf2b819['test_settings'])_0xf2b819[_0x2039e5(0x1d6)]={};_0xf2b819[_0x2039e5(0x1d6)]={..._0xf2b819[_0x2039e5(0x1d6)],..._0x74420e};const _0x43ab14=path['join'](__dirname,_0x36f18f[_0x2039e5(0x19a)]);fs[_0x2039e5(0x199)](_0x43ab14,JSON[_0x2039e5(0x1ca)](_0xf2b819)),_0x36f18f[_0x2039e5(0x163)](removeExistingEnvs,_0x13ca33);const _0x4b8a27=_0x36f18f['GUuSd'](spawn,/^win/[_0x2039e5(0x18c)](process['platform'])?_0x36f18f['XirBH']:_0x36f18f[_0x2039e5(0x15f)],[_0x36f18f[_0x2039e5(0x17c)],_0x43ab14,..._0x13ca33[_0x2039e5(0x17d)](0x1),_0x36f18f[_0x2039e5(0x19b)],_0x36c77d[_0x2039e5(0x194)](',')],{'stdio':_0x36f18f['witYN']});_0x4b8a27['on'](_0x36f18f[_0x2039e5(0x1d4)],async _0x5911d4=>{const _0x46a3ee=_0x2039e5;_0x36f18f[_0x46a3ee(0x1cd)](_0x36f18f[_0x46a3ee(0x181)],_0x36f18f[_0x46a3ee(0x181)])?(logger['debug'](_0x46a3ee(0x166)+_0x5911d4),logger[_0x46a3ee(0x184)]('Deleting\x20'+_0x43ab14),fs[_0x46a3ee(0x174)](_0x43ab14)):(_0x2d92c2=_0x5f37c0['join'](_0x27ad06[_0x46a3ee(0x18a)](),_0x4d9b88[_0x46a3ee(0x164)]),_0x5e2079[_0x46a3ee(0x191)](_0x595a2a,0x2));});}module[a21_0x2a62c3(0x1d3)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a22_0x437b(_0x353597,_0x44c6b7){const _0x13225b=a22_0x1322();return a22_0x437b=function(_0x437b1b,_0x43d210){_0x437b1b=_0x437b1b-0xfa;let _0xf37afd=_0x13225b[_0x437b1b];return _0xf37afd;},a22_0x437b(_0x353597,_0x44c6b7);}function a22_0x1322(){const _0x4aa31f=['OtgTF','rrdQK','Jiwuh','NJnIH','XBsmF','xvsan','scannerProcessingTimeout','setAccessibilityPlaywrightCapabilities','EBLKt','gqKwb','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','bsoky','1258326OCyggR','wcagVersion','yVvNu','4XSEDSP','LgMdF','CKtNa','xTNFA','LtKdz','9928sJGWbO','mRTmc','RMqir','jlhRJ','SxDGe','JgKZr','azLha','euDLB','LHOfg','Zoaui','627471MLCdGr','UYpFF','czFmv','qVDlg','scannerVersion','getAccessibilityResults','No\x20accessibility\x20results\x20were\x20found.','warn','oIKxz','KqfBU','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','nTYIT','Nlknn','cnHLW','xgpRa','UkAAi','platformValidation','EolvU','accessibilityOptions.scannerProcessingTimeout','CuZOx','accessibilityPlatform','ftiNU','7BwTvID','gNdIs','6041646MwFPMx','408485fXCixZ','WoMQx','latest','UJTSi','DJTYb','GveFo','lqkfT','accessibilityOptions.includeIssueType.needsReview','lGFqZ','QSwdM','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','browser_version','hnapE','GebdZ','gMQQJ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','JSPHa','bestPractice','accessibilityOptions.authToken','QqLVM','../../helpers/logger','accessibilityOptions.scannerVersion','deviceName','pFqzD','includeIssueType','202610vOWlpn','kJqHr','env','chrome','vCEiA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','accessibilityOptions.wcagVersion','YdwHf','awxAN','891SuTadI','2965DLhbCk','qYfYE','IsnJP','YJYfo','nzqHg','Tzspg','wmDCq','playwright-chromium','accessibilityOptions.includeIssueType.bestPractice','671760zlGuhL','CmnXL','debug','HFkmA','mDIix','browser','MZZld','sGTGJ','EObDk','accessibilityOptions','uPfpK','winstonLogger','PwqNn','oUjiq','No\x20summaryResults\x20found.','vVGcr','vHXhk'];a22_0x1322=function(){return _0x4aa31f;};return a22_0x1322();}const a22_0x4a8878=a22_0x437b;(function(_0x3a4347,_0x290c34){const _0x2d2697=a22_0x437b,_0x37ed8a=_0x3a4347();while(!![]){try{const _0x5bcef3=-parseInt(_0x2d2697(0x104))/0x1+parseInt(_0x2d2697(0x150))/0x2*(parseInt(_0x2d2697(0x15f))/0x3)+parseInt(_0x2d2697(0x155))/0x4*(parseInt(_0x2d2697(0x127))/0x5)+parseInt(_0x2d2697(0x14d))/0x6*(parseInt(_0x2d2697(0x101))/0x7)+parseInt(_0x2d2697(0x130))/0x8+parseInt(_0x2d2697(0x103))/0x9+parseInt(_0x2d2697(0x11d))/0xa*(-parseInt(_0x2d2697(0x126))/0xb);if(_0x5bcef3===_0x290c34)break;else _0x37ed8a['push'](_0x37ed8a['shift']());}catch(_0x37237a){_0x37ed8a['push'](_0x37ed8a['shift']());}}}(a22_0x1322,0xc4a7b));const logger=require(a22_0x4a8878(0x118))[a22_0x4a8878(0x13b)];exports[a22_0x4a8878(0x148)]=async _0x4005c1=>{const _0x15469e=a22_0x4a8878,_0x2220b2={};_0x2220b2[_0x15469e(0x154)]=_0x15469e(0x12f),_0x2220b2[_0x15469e(0x138)]=_0x15469e(0x10b),_0x2220b2['xTNFA']=_0x15469e(0x123),_0x2220b2[_0x15469e(0x134)]='accessibilityOptions.scannerProcessingTimeout',_0x2220b2[_0x15469e(0x157)]=_0x15469e(0x165),_0x2220b2[_0x15469e(0x168)]=function(_0x378af4,_0x4cbde9){return _0x378af4===_0x4cbde9;},_0x2220b2[_0x15469e(0x149)]=_0x15469e(0x109),_0x2220b2[_0x15469e(0x167)]=function(_0x832d8e,_0x1a6126){return _0x832d8e===_0x1a6126;},_0x2220b2[_0x15469e(0x141)]='SDryo',_0x2220b2[_0x15469e(0x107)]=_0x15469e(0x11b),_0x2220b2[_0x15469e(0x15d)]='eAuti',_0x2220b2[_0x15469e(0x114)]=_0x15469e(0x15b),_0x2220b2[_0x15469e(0x100)]=function(_0xc61a7b,_0x2e892e){return _0xc61a7b!==_0x2e892e;},_0x2220b2[_0x15469e(0xfa)]=_0x15469e(0x13c),_0x2220b2[_0x15469e(0x159)]=_0x15469e(0x102),_0x2220b2[_0x15469e(0x160)]=_0x15469e(0x116),_0x2220b2[_0x15469e(0x105)]=_0x15469e(0x119);const _0x5d75fd=_0x2220b2;if(_0x4005c1['accessibilityOptions']){if(_0x5d75fd[_0x15469e(0x168)](_0x5d75fd[_0x15469e(0x149)],_0x5d75fd[_0x15469e(0x149)])){_0x4005c1[_0x15469e(0x139)][_0x15469e(0x14e)]&&(_0x5d75fd[_0x15469e(0x167)](_0x5d75fd[_0x15469e(0x141)],_0x5d75fd[_0x15469e(0x107)])?(_0x538b0e[_0x5d75fd['LtKdz']]=_0xedb950[_0x15469e(0x139)]['includeIssueType'][_0x15469e(0x115)],_0x54d7c6[_0x5d75fd[_0x15469e(0x138)]]=_0x65114a['accessibilityOptions'][_0x15469e(0x11c)]['needsReview']):_0x4005c1[_0x5d75fd[_0x15469e(0x153)]]=_0x4005c1[_0x15469e(0x139)][_0x15469e(0x14e)]);_0x4005c1[_0x15469e(0x139)][_0x15469e(0x147)]&&(_0x5d75fd[_0x15469e(0x168)](_0x5d75fd['LHOfg'],_0x5d75fd['JSPHa'])?(_0x3168af[_0x15469e(0x139)][_0x15469e(0x14e)]&&(_0x4851f8[_0x5d75fd[_0x15469e(0x153)]]=_0x572f94[_0x15469e(0x139)][_0x15469e(0x14e)]),_0x192966['accessibilityOptions'][_0x15469e(0x147)]&&(_0x13be90[_0x5d75fd[_0x15469e(0x134)]]=_0x11e265[_0x15469e(0x139)]['scannerProcessingTimeout']),_0x1afacd['accessibilityOptions']['includeIssueType']&&(_0x3eb70a[_0x5d75fd['LtKdz']]=_0x202cfe[_0x15469e(0x139)]['includeIssueType']['bestPractice'],_0x30a61d[_0x5d75fd[_0x15469e(0x138)]]=_0x447a96['accessibilityOptions'][_0x15469e(0x11c)]['needsReview'])):_0x4005c1[_0x5d75fd[_0x15469e(0x134)]]=_0x4005c1['accessibilityOptions'][_0x15469e(0x147)]);if(_0x4005c1[_0x15469e(0x139)][_0x15469e(0x11c)]){if(_0x5d75fd['ftiNU'](_0x5d75fd[_0x15469e(0xfa)],_0x5d75fd[_0x15469e(0x159)]))_0x4005c1[_0x5d75fd[_0x15469e(0x154)]]=_0x4005c1[_0x15469e(0x139)]['includeIssueType'][_0x15469e(0x115)],_0x4005c1[_0x5d75fd['EObDk']]=_0x4005c1[_0x15469e(0x139)][_0x15469e(0x11c)]['needsReview'];else{const event=new _0x1cc3bc('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x3bec4e.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x1ea003(event.detail.data);};_0x139e38.addEventListener('A11Y_RESULTS_RESPONSE',fn),_0x339ee7.dispatchEvent(event);}}}else return _0x4c1301['error'](_0x5d75fd['RMqir']),[];}let _0x227040=JSON['parse'](process[_0x15469e(0x11f)][_0x15469e(0x14b)])[_0x15469e(0x163)];_0x4005c1[_0x5d75fd[_0x15469e(0x160)]]=process[_0x15469e(0x11f)]['BS_A11Y_JWT'],_0x4005c1[_0x5d75fd['WoMQx']]=_0x227040,delete _0x4005c1['accessibilityOptions'];},exports[a22_0x4a8878(0x164)]=async _0x2cab1b=>{const _0x426679=a22_0x4a8878,_0x5c2e8e={};_0x5c2e8e[_0x426679(0x10c)]='accessibilityOptions.wcagVersion',_0x5c2e8e[_0x426679(0x12d)]=function(_0x20b2f2,_0x597102){return _0x20b2f2===_0x597102;},_0x5c2e8e[_0x426679(0x128)]=_0x426679(0x131),_0x5c2e8e['vHXhk']=function(_0xb9a8c6,_0x2222b2){return _0xb9a8c6!==_0x2222b2;},_0x5c2e8e['yVvNu']='oiTwq',_0x5c2e8e[_0x426679(0x137)]=function(_0x249385,_0x23cca8){return _0x249385===_0x23cca8;},_0x5c2e8e['XBsmF']=_0x426679(0x144),_0x5c2e8e[_0x426679(0x13f)]=_0x426679(0x165),_0x5c2e8e[_0x426679(0x133)]=function(_0x256962,_0x394c09){return _0x256962!==_0x394c09;},_0x5c2e8e[_0x426679(0x143)]=_0x426679(0x16a),_0x5c2e8e[_0x426679(0x146)]='RGhAy',_0x5c2e8e[_0x426679(0x125)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.';const _0x41330c=_0x5c2e8e;if(global[_0x426679(0xff)]){if(_0x41330c[_0x426679(0x12d)](_0x41330c[_0x426679(0x128)],_0x41330c[_0x426679(0x128)]))try{if(_0x41330c[_0x426679(0x140)](_0x41330c['yVvNu'],_0x41330c[_0x426679(0x14f)])){const event=new _0x1d48e1('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){_0x381eaa.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x7aec85(event.detail.summary);};_0x534d8b.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn),_0xcf4442.dispatchEvent(event);}else{const res=await _0x2cab1b.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS');const fn=function(event){window.removeEventListener('A11Y_RESULTS_RESPONSE',fn);resolve(event.detail.data);};window.addEventListener('A11Y_RESULTS_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return res;}}catch{if(_0x41330c[_0x426679(0x137)](_0x41330c[_0x426679(0x145)],_0x41330c[_0x426679(0x145)]))return logger['error'](_0x41330c[_0x426679(0x13f)]),[];else _0xcb0aee();}else _0x2fd614[_0x41330c['lGFqZ']]=_0x12b795['accessibilityOptions'][_0x426679(0x14e)];}else{if(_0x41330c[_0x426679(0x133)](_0x41330c['Jiwuh'],_0x41330c[_0x426679(0x146)]))return logger['warn'](_0x41330c[_0x426679(0x125)]),[];else _0x4b1175();}},exports['getAccessibilitySummary']=async _0x107606=>{const _0x7e29fb=a22_0x4a8878,_0x359466={'uPfpK':function(_0x23b325,_0x34972d){return _0x23b325!==_0x34972d;},'rrdQK':_0x7e29fb(0x113),'CLSEa':function(_0x1ba9c5,_0x16b667){return _0x1ba9c5===_0x16b667;},'MZZld':'chrome','qVDlg':function(_0x26a57e,_0x1e1357){return _0x26a57e===_0x1e1357;},'CuZOx':_0x7e29fb(0x12e),'xgpRa':function(_0x581596,_0x417383){return _0x581596(_0x417383);},'uKqsV':_0x7e29fb(0x106),'JgKZr':function(_0x286110,_0x221ca5){return _0x286110>_0x221ca5;},'cnHLW':_0x7e29fb(0x169),'LgMdF':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','OsQxs':function(_0x1036f0,_0x1372ec){return _0x1036f0===_0x1372ec;},'Dakry':'KqqjX','CKtNa':_0x7e29fb(0x161),'Tzspg':function(_0x11c27f,_0x25cb77){return _0x11c27f===_0x25cb77;},'kJqHr':_0x7e29fb(0x121),'mRTmc':'SYOsp','GebdZ':_0x7e29fb(0x13e),'nzqHg':_0x7e29fb(0x108),'IsnJP':_0x7e29fb(0xfc)};if(global[_0x7e29fb(0xff)]){if(_0x359466['OsQxs'](_0x359466['Dakry'],_0x359466[_0x7e29fb(0x152)])){if(!_0x359466[_0x7e29fb(0x13a)](_0x83ec4f['deviceName'],''))return _0x52efcc['warn'](_0x359466[_0x7e29fb(0x142)]),![];let _0x442541=_0x349943[_0x7e29fb(0x135)];if(!(_0x359466['CLSEa'](_0x442541,_0x359466[_0x7e29fb(0x136)])||_0x359466[_0x7e29fb(0x162)](_0x442541,_0x359466[_0x7e29fb(0xfe)])))return _0x22eca4[_0x7e29fb(0x166)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.'),![];const _0x942f05=_0x359466[_0x7e29fb(0x16d)](_0xd10c12,_0x4054f3[_0x7e29fb(0x10f)]);if(!(_0x359466[_0x7e29fb(0x162)](_0x942f05,_0x359466['uKqsV'])||_0x359466[_0x7e29fb(0x15a)](_0x942f05,0x5e)))return _0x4edd4d[_0x7e29fb(0x166)](_0x7e29fb(0x122)),![];}else try{if(_0x359466[_0x7e29fb(0x12c)](_0x359466['kJqHr'],_0x359466[_0x7e29fb(0x11e)])){const summaryResults=await _0x107606.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){window.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);resolve(event.detail.summary);};window.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return summaryResults;}else return _0x589914[_0x7e29fb(0x166)](_0x359466[_0x7e29fb(0x16c)]),{};}catch{return _0x359466[_0x7e29fb(0x13a)](_0x359466[_0x7e29fb(0x156)],_0x359466['mRTmc'])?(_0x2e4794['warn'](_0x359466[_0x7e29fb(0x151)]),[]):(logger[_0x7e29fb(0x132)](_0x359466[_0x7e29fb(0x111)]),{});}}else{if(_0x359466[_0x7e29fb(0x162)](_0x359466[_0x7e29fb(0x12b)],_0x359466[_0x7e29fb(0x129)]))try{const event=new _0x25f372('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x203b71.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x159830(event.detail.data);};_0x515046.addEventListener('A11Y_RESULTS_RESPONSE',fn);_0x149db7.dispatchEvent(event);}catch{_0x2c676b();}else return logger[_0x7e29fb(0x166)](_0x359466[_0x7e29fb(0x16c)]),{};}},exports[a22_0x4a8878(0xfb)]=async _0x238fbf=>{const _0x34639a=a22_0x4a8878,_0x4630aa={'rEHno':_0x34639a(0x13e),'lqkfT':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','QSwdM':_0x34639a(0xfd),'oUjiq':function(_0x53bee6,_0x5d1c1f){return _0x53bee6!==_0x5d1c1f;},'YJYfo':_0x34639a(0x112),'yqfyq':_0x34639a(0x124),'eVrre':function(_0x380e1b,_0x42d726){return _0x380e1b!==_0x42d726;},'hnapE':function(_0x1cacdb,_0x33a870){return _0x1cacdb===_0x33a870;},'bsoky':'qQjqu','YlfhB':_0x34639a(0x120),'EDZUj':_0x34639a(0x12e),'gqKwb':function(_0x568015,_0x51d47f){return _0x568015===_0x51d47f;},'QqLVM':_0x34639a(0x15e),'RvuTk':function(_0x1f7f1e,_0x5a4f19){return _0x1f7f1e(_0x5a4f19);},'uqKrT':'latest','jlhRJ':function(_0x1d97a1,_0x5ecb0e){return _0x1d97a1>_0x5ecb0e;},'Nlknn':_0x34639a(0x15c)};try{if(_0x4630aa[_0x34639a(0x13d)](_0x4630aa[_0x34639a(0x12a)],_0x4630aa['yqfyq'])){if(!_0x4630aa['eVrre'](_0x238fbf[_0x34639a(0x11a)],''))return _0x4630aa['hnapE'](_0x4630aa[_0x34639a(0x14c)],_0x4630aa[_0x34639a(0x14c)])?(logger[_0x34639a(0x166)](_0x4630aa[_0x34639a(0x10a)]),![]):(_0x213825[_0x34639a(0x132)](_0x4630aa['rEHno']),{});let _0x5045aa=_0x238fbf[_0x34639a(0x135)];if(!(_0x4630aa[_0x34639a(0x110)](_0x5045aa,_0x4630aa['YlfhB'])||_0x4630aa[_0x34639a(0x110)](_0x5045aa,_0x4630aa['EDZUj']))){if(_0x4630aa[_0x34639a(0x14a)](_0x4630aa[_0x34639a(0x117)],_0x4630aa['QqLVM']))return logger[_0x34639a(0x166)](_0x34639a(0x10e)),![];else _0x54313e.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',_0xf1840c),_0x3783d1(_0xdc34f.detail.summary);}const _0x48d99a=_0x4630aa['RvuTk'](parseInt,_0x238fbf[_0x34639a(0x10f)]);if(!(_0x4630aa[_0x34639a(0x14a)](_0x48d99a,_0x4630aa['uqKrT'])||_0x4630aa[_0x34639a(0x158)](_0x48d99a,0x5e)))return _0x4630aa[_0x34639a(0x14a)](_0x4630aa[_0x34639a(0x16b)],_0x4630aa['Nlknn'])?(logger[_0x34639a(0x166)](_0x34639a(0x122)),![]):(_0x20984b[_0x34639a(0x166)](_0x4630aa[_0x34639a(0x10a)]),![]);}else _0xe4c755[_0x4630aa[_0x34639a(0x10d)]]=_0x435ca1['accessibilityOptions'][_0x34639a(0x147)];}catch{}return!![];};
|
|
1
|
+
const a22_0xb4b5d4=a22_0x1285;(function(_0x127c61,_0x372fd2){const _0x269dc4=a22_0x1285,_0x6ad2ce=_0x127c61();while(!![]){try{const _0x37762c=parseInt(_0x269dc4(0x1cc))/0x1*(-parseInt(_0x269dc4(0x1c1))/0x2)+parseInt(_0x269dc4(0x1f7))/0x3+-parseInt(_0x269dc4(0x1a6))/0x4*(-parseInt(_0x269dc4(0x1dd))/0x5)+-parseInt(_0x269dc4(0x19b))/0x6+-parseInt(_0x269dc4(0x1fa))/0x7*(parseInt(_0x269dc4(0x18e))/0x8)+parseInt(_0x269dc4(0x1e3))/0x9+-parseInt(_0x269dc4(0x1ea))/0xa;if(_0x37762c===_0x372fd2)break;else _0x6ad2ce['push'](_0x6ad2ce['shift']());}catch(_0x24b2c7){_0x6ad2ce['push'](_0x6ad2ce['shift']());}}}(a22_0x134e,0xef15f));const logger=require(a22_0xb4b5d4(0x1c3))[a22_0xb4b5d4(0x1a4)];function a22_0x1285(_0x289ee0,_0x4287c4){const _0x134ef3=a22_0x134e();return a22_0x1285=function(_0x1285f7,_0x1808fa){_0x1285f7=_0x1285f7-0x187;let _0x248cdd=_0x134ef3[_0x1285f7];return _0x248cdd;},a22_0x1285(_0x289ee0,_0x4287c4);}exports[a22_0xb4b5d4(0x1a1)]=async _0x539b6=>{const _0x2c0072=a22_0xb4b5d4,_0x565b8a={};_0x565b8a[_0x2c0072(0x188)]=_0x2c0072(0x1b5),_0x565b8a[_0x2c0072(0x1b9)]=_0x2c0072(0x1be),_0x565b8a[_0x2c0072(0x1d5)]='accessibilityOptions.includeIssueType.needsReview',_0x565b8a[_0x2c0072(0x197)]=_0x2c0072(0x194),_0x565b8a[_0x2c0072(0x18c)]=function(_0x3f453b,_0x44d803){return _0x3f453b===_0x44d803;},_0x565b8a['pONJs']=_0x2c0072(0x199),_0x565b8a[_0x2c0072(0x1ca)]=_0x2c0072(0x1c4),_0x565b8a['tZuaE']=_0x2c0072(0x1b3),_0x565b8a['FQRQU']=function(_0x42746b,_0x2d5910){return _0x42746b!==_0x2d5910;},_0x565b8a[_0x2c0072(0x1c8)]=_0x2c0072(0x191),_0x565b8a[_0x2c0072(0x18b)]=_0x2c0072(0x192),_0x565b8a[_0x2c0072(0x1f2)]=_0x2c0072(0x1ae),_0x565b8a['tvoAa']='accessibilityOptions.authToken',_0x565b8a['xjNVT']=_0x2c0072(0x1e1);const _0x426487=_0x565b8a;if(_0x539b6[_0x2c0072(0x1d9)]){if(_0x426487[_0x2c0072(0x18c)](_0x426487[_0x2c0072(0x1c7)],_0x426487[_0x2c0072(0x1c7)])){_0x539b6[_0x2c0072(0x1d9)]['wcagVersion']&&(_0x426487[_0x2c0072(0x18c)](_0x426487['XQTTm'],_0x426487[_0x2c0072(0x1c6)])?_0x40ea03[_0x426487['dGzor']]=_0x4d7c6f[_0x2c0072(0x1d9)][_0x2c0072(0x1ec)]:_0x539b6[_0x426487[_0x2c0072(0x188)]]=_0x539b6[_0x2c0072(0x1d9)][_0x2c0072(0x1ec)]);if(_0x539b6[_0x2c0072(0x1d9)][_0x2c0072(0x1e0)]){if(_0x426487[_0x2c0072(0x1db)](_0x426487[_0x2c0072(0x1c8)],_0x426487['hzBEQ']))try{const event=new _0x20b183('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x3d4c70.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0xea37eb(event.detail.data);};_0x4e3e24.addEventListener('A11Y_RESULTS_RESPONSE',fn);_0x4c3c18.dispatchEvent(event);}catch{_0x5d88d0();}else _0x539b6[_0x426487[_0x2c0072(0x18b)]]=_0x539b6[_0x2c0072(0x1d9)][_0x2c0072(0x1e0)];}_0x539b6[_0x2c0072(0x1d9)][_0x2c0072(0x1e8)]&&(_0x426487['nLjtc'](_0x426487['TTxVZ'],_0x426487[_0x2c0072(0x1f2)])?(_0x539b6[_0x426487[_0x2c0072(0x1b9)]]=_0x539b6[_0x2c0072(0x1d9)]['includeIssueType'][_0x2c0072(0x1aa)],_0x539b6[_0x426487[_0x2c0072(0x1d5)]]=_0x539b6[_0x2c0072(0x1d9)]['includeIssueType'][_0x2c0072(0x1b1)]):(_0x584ec5[_0x426487[_0x2c0072(0x1b9)]]=_0xfa8e07[_0x2c0072(0x1d9)][_0x2c0072(0x1e8)][_0x2c0072(0x1aa)],_0x40bbaa[_0x426487[_0x2c0072(0x1d5)]]=_0x4a4c06[_0x2c0072(0x1d9)][_0x2c0072(0x1e8)]['needsReview']));}else return _0x1a54ca[_0x2c0072(0x1d0)](_0x426487[_0x2c0072(0x197)]),![];}let _0x2de83b=JSON[_0x2c0072(0x1b7)](process['env'][_0x2c0072(0x1cd)])[_0x2c0072(0x1dc)];_0x539b6[_0x426487['tvoAa']]=process[_0x2c0072(0x19e)][_0x2c0072(0x1af)],_0x539b6[_0x426487['xjNVT']]=_0x2de83b,delete _0x539b6['accessibilityOptions'];},exports[a22_0xb4b5d4(0x1e2)]=async _0x505f2c=>{const _0x31a73d=a22_0xb4b5d4,_0x4caadd={'vdhHr':function(_0x1590cc,_0x1411a7){return _0x1590cc!==_0x1411a7;},'Imasj':_0x31a73d(0x194),'mThkA':function(_0x4ce79c,_0x5dcee1){return _0x4ce79c===_0x5dcee1;},'kmoct':_0x31a73d(0x1b8),'jFSMW':_0x31a73d(0x1bd),'qQZzy':function(_0x55d221,_0x453aad){return _0x55d221(_0x453aad);},'BIXhv':_0x31a73d(0x196),'GXBvU':function(_0x29044a,_0x458a3e){return _0x29044a>_0x458a3e;},'OJEpK':function(_0x270f7e,_0x467285){return _0x270f7e===_0x467285;},'nkhtM':'TBGFp','JrmNy':_0x31a73d(0x1b0),'OxdEr':'ZCjTd','wTRXs':function(_0x138f6b,_0x4ac286){return _0x138f6b!==_0x4ac286;},'jVQqQ':_0x31a73d(0x1f3),'wDZkX':'oBbTV','WvVvR':_0x31a73d(0x189),'NeXoc':function(_0x328f52,_0xea887b){return _0x328f52!==_0xea887b;},'gMRHd':'bPEwL','EzClj':_0x31a73d(0x187),'Dqcil':_0x31a73d(0x1ef)};if(global['accessibilityPlatform']){if(_0x4caadd[_0x31a73d(0x1ac)](_0x4caadd['nkhtM'],_0x4caadd['nkhtM']))try{if(_0x4caadd[_0x31a73d(0x1ac)](_0x4caadd['JrmNy'],_0x4caadd[_0x31a73d(0x1f4)])){const event=new _0x1dcec0('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x548872.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x568037(event.detail.data);};_0x38c9bc.addEventListener('A11Y_RESULTS_RESPONSE',fn),_0x1bd6a7.dispatchEvent(event);}else{const res=await _0x505f2c.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS');const fn=function(event){window.removeEventListener('A11Y_RESULTS_RESPONSE',fn);resolve(event.detail.data);};window.addEventListener('A11Y_RESULTS_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return res;}}catch{if(_0x4caadd['wTRXs'](_0x4caadd[_0x31a73d(0x1c5)],_0x4caadd[_0x31a73d(0x1ab)]))return logger[_0x31a73d(0x1a8)](_0x4caadd[_0x31a73d(0x1b6)]),[];else{const event=new _0x16f693('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){_0x4f848e.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x3f5def(event.detail.summary);};_0x4a72c1.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn),_0x48af79.dispatchEvent(event);}}else return _0x3c1e14[_0x31a73d(0x1d0)](_0x31a73d(0x1ba)),![];}else{if(_0x4caadd[_0x31a73d(0x1cf)](_0x4caadd['gMRHd'],_0x4caadd['EzClj']))return logger['warn'](_0x4caadd[_0x31a73d(0x1c0)]),[];else{if(!_0x4caadd[_0x31a73d(0x1d8)](_0x3f31c6[_0x31a73d(0x1e9)],''))return _0x33b190[_0x31a73d(0x1d0)](_0x4caadd[_0x31a73d(0x193)]),![];let _0x39479d=_0x95e875[_0x31a73d(0x1df)];if(!(_0x4caadd[_0x31a73d(0x1f0)](_0x39479d,_0x4caadd[_0x31a73d(0x1d4)])||_0x4caadd[_0x31a73d(0x1f0)](_0x39479d,_0x4caadd[_0x31a73d(0x1a7)])))return _0xe923fc[_0x31a73d(0x1d0)](_0x31a73d(0x1ba)),![];const _0x216dde=_0x4caadd[_0x31a73d(0x18f)](_0x4e8806,_0x213634[_0x31a73d(0x1a9)]);if(!(_0x4caadd['mThkA'](_0x216dde,_0x4caadd[_0x31a73d(0x1c9)])||_0x4caadd['GXBvU'](_0x216dde,0x5e)))return _0x55398b['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'),![];}}},exports[a22_0xb4b5d4(0x1c2)]=async _0x3af597=>{const _0x372932=a22_0xb4b5d4,_0x135f35={};_0x135f35[_0x372932(0x19c)]=_0x372932(0x1b5),_0x135f35[_0x372932(0x1f1)]=_0x372932(0x192),_0x135f35[_0x372932(0x1b2)]='accessibilityOptions.includeIssueType.bestPractice',_0x135f35[_0x372932(0x1e6)]=_0x372932(0x1f9),_0x135f35[_0x372932(0x1a0)]=_0x372932(0x189),_0x135f35[_0x372932(0x1cb)]=function(_0x4dd5e3,_0xb928d1){return _0x4dd5e3===_0xb928d1;},_0x135f35['ECnQi']=_0x372932(0x1ed),_0x135f35[_0x372932(0x18d)]='tVDqV',_0x135f35['uojTN']='sWVAp',_0x135f35['nXgiI']=function(_0x500d7e,_0x88b4f6){return _0x500d7e!==_0x88b4f6;},_0x135f35['jBSjO']=_0x372932(0x1bf),_0x135f35['RyFLb']='vrwhP',_0x135f35[_0x372932(0x1ee)]=_0x372932(0x1de),_0x135f35[_0x372932(0x19a)]='bcgvA',_0x135f35[_0x372932(0x19f)]=_0x372932(0x1e5);const _0x33eca3=_0x135f35;if(global[_0x372932(0x1e4)]){if(_0x33eca3[_0x372932(0x1cb)](_0x33eca3['ECnQi'],_0x33eca3[_0x372932(0x190)]))try{if(_0x33eca3[_0x372932(0x1cb)](_0x33eca3[_0x372932(0x18d)],_0x33eca3[_0x372932(0x1a5)]))_0xdf04ca['accessibilityOptions'][_0x372932(0x1ec)]&&(_0x35484d[_0x33eca3['gmbsR']]=_0xcb1509[_0x372932(0x1d9)][_0x372932(0x1ec)]),_0x1ac9d9[_0x372932(0x1d9)][_0x372932(0x1e0)]&&(_0x26462a[_0x33eca3['Wqxow']]=_0x5bc088['accessibilityOptions'][_0x372932(0x1e0)]),_0x39713d[_0x372932(0x1d9)]['includeIssueType']&&(_0x54c8f3[_0x33eca3['AuIrU']]=_0x1b2633['accessibilityOptions'][_0x372932(0x1e8)][_0x372932(0x1aa)],_0x52d177[_0x33eca3[_0x372932(0x1e6)]]=_0x46fdc4[_0x372932(0x1d9)][_0x372932(0x1e8)][_0x372932(0x1b1)]);else{const summaryResults=await _0x3af597.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){window.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);resolve(event.detail.summary);};window.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return summaryResults;}}catch{if(_0x33eca3[_0x372932(0x1ce)](_0x33eca3[_0x372932(0x1d1)],_0x33eca3[_0x372932(0x1f8)]))return logger['debug'](_0x33eca3['yxpkV']),{};else _0x3b6f34();}else return _0x37e651[_0x372932(0x1a8)](_0x33eca3[_0x372932(0x1a0)]),[];}else{if(_0x33eca3[_0x372932(0x1ce)](_0x33eca3[_0x372932(0x19a)],_0x33eca3[_0x372932(0x19a)]))try{const event=new _0x4be60a('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){_0x233352.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x477833(event.detail.summary);};_0x14019b.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x34c1bf.dispatchEvent(event);}catch{_0x5a5903();}else return logger[_0x372932(0x1d0)](_0x33eca3[_0x372932(0x19f)]),{};}},exports['platformValidation']=async _0x2bb61f=>{const _0x46ab7d=a22_0xb4b5d4,_0x27d6da={'LoOHS':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','lokxJ':_0x46ab7d(0x192),'GrXSb':function(_0x5340f8,_0x123db3){return _0x5340f8===_0x123db3;},'keQDM':_0x46ab7d(0x195),'oVFYm':function(_0xc9b22,_0x2aeec9){return _0xc9b22!==_0x2aeec9;},'hVLzG':'rWkOV','PzlKR':_0x46ab7d(0x1a2),'katWO':_0x46ab7d(0x194),'HrlPC':_0x46ab7d(0x1b8),'RMBpQ':_0x46ab7d(0x1bd),'yxSQU':function(_0x54ab7c,_0x10e86e){return _0x54ab7c!==_0x10e86e;},'eDYXC':_0x46ab7d(0x1b4),'uapfS':_0x46ab7d(0x1eb),'ELbBE':function(_0x5d769c,_0x16d88c){return _0x5d769c(_0x16d88c);},'NMbTj':'latest','EXkPm':function(_0x47386b,_0x355eb8){return _0x47386b>_0x355eb8;},'WhChA':'kIhgH'};try{if(_0x27d6da[_0x46ab7d(0x1bb)](_0x27d6da[_0x46ab7d(0x1f6)],_0x27d6da[_0x46ab7d(0x1f6)])){if(!_0x27d6da[_0x46ab7d(0x18a)](_0x2bb61f[_0x46ab7d(0x1e9)],'')){if(_0x27d6da['oVFYm'](_0x27d6da[_0x46ab7d(0x1da)],_0x27d6da[_0x46ab7d(0x1d3)]))return logger['warn'](_0x27d6da[_0x46ab7d(0x1a3)]),![];else _0x1ee405.removeEventListener('A11Y_RESULTS_RESPONSE',_0x2aafa2),_0x35ad49(_0x167984.detail.data);}let _0x45a026=_0x2bb61f[_0x46ab7d(0x1df)];if(!(_0x27d6da['GrXSb'](_0x45a026,_0x27d6da['HrlPC'])||_0x27d6da['GrXSb'](_0x45a026,_0x27d6da[_0x46ab7d(0x1bc)])))return _0x27d6da[_0x46ab7d(0x1e7)](_0x27d6da['eDYXC'],_0x27d6da[_0x46ab7d(0x1d2)])?(logger['warn'](_0x46ab7d(0x1ba)),![]):(_0x180831[_0x46ab7d(0x1d0)](_0x27d6da[_0x46ab7d(0x198)]),{});const _0x227cf9=_0x27d6da[_0x46ab7d(0x1ad)](parseInt,_0x2bb61f[_0x46ab7d(0x1a9)]);if(!(_0x27d6da[_0x46ab7d(0x1bb)](_0x227cf9,_0x27d6da[_0x46ab7d(0x1d6)])||_0x27d6da['EXkPm'](_0x227cf9,0x5e))){if(_0x27d6da[_0x46ab7d(0x18a)](_0x27d6da[_0x46ab7d(0x1d7)],_0x27d6da[_0x46ab7d(0x1d7)]))_0x21e9bd();else return logger[_0x46ab7d(0x1d0)](_0x46ab7d(0x1f5)),![];}}else _0x41579a[_0x27d6da[_0x46ab7d(0x19d)]]=_0x53a563['accessibilityOptions'][_0x46ab7d(0x1e0)];}catch{}return!![];};function a22_0x134e(){const _0x591e6a=['OWAfI','LoOHS','oaguV','PgThX','2481666QKFjQn','gmbsR','lokxJ','env','vxTGn','ZbRpc','setAccessibilityPlaywrightCapabilities','ogzPj','katWO','winstonLogger','uojTN','108rsANJT','jFSMW','error','browser_version','bestPractice','wDZkX','OJEpK','ELbBE','sqfVI','BS_A11Y_JWT','VehwB','needsReview','AuIrU','Bqkfm','jXmkg','accessibilityOptions.wcagVersion','WvVvR','parse','chrome','CHIkC','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','GrXSb','RMBpQ','playwright-chromium','accessibilityOptions.includeIssueType.bestPractice','Ccxbc','Dqcil','1401122tPZJYp','getAccessibilitySummary','../../helpers/logger','MBDvm','jVQqQ','tZuaE','pONJs','hzBEQ','BIXhv','XQTTm','qSZWr','1scjzeG','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','nXgiI','NeXoc','warn','jBSjO','uapfS','PzlKR','kmoct','AapEP','NMbTj','WhChA','vdhHr','accessibilityOptions','hVLzG','FQRQU','scannerVersion','268215yqLkEp','No\x20summaryResults\x20found.','browser','scannerProcessingTimeout','accessibilityOptions.scannerVersion','getAccessibilityResults','12106188kDtErn','accessibilityPlatform','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','DZuvH','yxSQU','includeIssueType','deviceName','8023690EPwxLJ','lrsUz','wcagVersion','UBWaf','yxpkV','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','mThkA','Wqxow','TTxVZ','jreIl','OxdEr','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','keQDM','5620833QYXMlu','RyFLb','accessibilityOptions.includeIssueType.needsReview','6199438FIXqyZ','lvfFx','dGzor','No\x20accessibility\x20results\x20were\x20found.','oVFYm','LXKwy','nLjtc','JfavT','16mjUBQz','qQZzy','ECnQi','ojgKH','accessibilityOptions.scannerProcessingTimeout','Imasj','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','sPCaH','latest'];a22_0x134e=function(){return _0x591e6a;};return a22_0x134e();}
|