browserstack-node-sdk 1.31.22 → 1.31.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a25_0x354370=a25_0x37dd;function a25_0xf33a(){const _0x2ad273=['VpvMQ','XgHms','filter','ObQIA','__cloud_provider___','upYkD','ZsmIS','push','indexOf','_beforeEach','CFrPc','dKpYy','tsANn','mapTestHooks','../../../helpers/helper','zMLsN','generic','type','GkgNR','oCEme','wvLuP','EtNzw','ccyQl','dPZqO','aAWCw','QSthc','parent','cQJeM','DWFCr','792920LfjAbY','9leHSoR','JNJAO','mDmSL','XjtBz','failed','HaIFN','browserstack','edMbK','_afterEach','js-','../../../../package.json','TNgzR','7647143QMBrdF','tests','eelzU','VgGep','jhFNG','IdxqI','EKBZZ','ZOMSd','dyGlM','ddIup','getHooksForTest','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','Vyaao','exGGK','mueey','OUUrs','DQxlL','getBrowserVersion','../../utils/logReportingAPI','PQnca','passed','app','kNVDq','8173304kVRuln','pid','xJqGa','hFARN','VLXop','KIihA','DyTZY','Mvfbk','getHookSkippedTests','automate','keys','_afterAll','DExwN','CKFvM','MFIBM','201eklbWL','Qjoyd','getSession','bs:addPlatformDetails:','gLntG','OtbLo','laUsH','TeMSQ','ZTXZa','sJKYH','zyjMn','ltvsT','1774495WZsXFM','zvDfT','svaiG','Xzwjr','../../utils/logPatcher','BcHby','hook','pending','FgPOL','split','CwsUN','epIOU','SBngU','cbQAz','Tpxsm','dPXSK','cNQNA','UHkYO','_beforeAll','DTTlM','fromEntries','PSLUZ','unknown_grid','HktFn','yZqxm','hookAnalyticsId','Ojyap','VkNeF','getTestEnv','EwGNj','nXLrD','WhBZd','KZcah','appium:app','lwThN','iWrcp','rpUcO','forEach','getHookDetails','toISOString','FkxLn','reduce','KRTcb','yaXvA','wqZIM','JLtcG','getBrowserName','ShcAU','VJATE','markedStatus','hxHUF','QnFgf','NLQqh','sendPlatformDetails','750625zEtBer','WVnSI','tSjEg','izVhG','RIaSy','MXbUK','hnAoX','../../../helpers/test-observability/utils','ErmGG','BIwMr','olNPj','qomkS','map_','Svcye','ToSpE','Cdnfz','state','qUisv','32613750ccJwED','zMrQi','fnsiL','KHcxs','emit','KsWqH','45204ynWtMF','tPvGA','zuZkQ','cauup','wFNXc','../../../helpers/test-observability/constants','oZOpj','concat','XllNs','VciSF','OpdDw','app-automate','12CKunLw','OvyFL','NNfsD','SEjjn','EXyGL','TmpqX','xRZnp','slice','eNxrz','suites','substring','QFAYi'];a25_0xf33a=function(){return _0x2ad273;};return a25_0xf33a();}(function(_0x555277,_0x4b92c5){const _0x21fb0f=a25_0x37dd,_0x3a2f28=_0x555277();while(!![]){try{const _0x49a095=parseInt(_0x21fb0f(0xd4))/0x1+-parseInt(_0x21fb0f(0x121))/0x2+-parseInt(_0x21fb0f(0x154))/0x3*(-parseInt(_0x21fb0f(0xec))/0x4)+-parseInt(_0x21fb0f(0x160))/0x5*(-parseInt(_0x21fb0f(0xf8))/0x6)+parseInt(_0x21fb0f(0x12e))/0x7+parseInt(_0x21fb0f(0x145))/0x8+parseInt(_0x21fb0f(0x122))/0x9*(-parseInt(_0x21fb0f(0xe6))/0xa);if(_0x49a095===_0x4b92c5)break;else _0x3a2f28['push'](_0x3a2f28['shift']());}catch(_0x4ed353){_0x3a2f28['push'](_0x3a2f28['shift']());}}}(a25_0xf33a,0xa484b));function a25_0x37dd(_0x4f0eb5,_0x225c4d){const _0xf33a52=a25_0xf33a();return a25_0x37dd=function(_0x37dd00,_0x70c013){_0x37dd00=_0x37dd00-0xaa;let _0x4bfcd9=_0xf33a52[_0x37dd00];return _0x4bfcd9;},a25_0x37dd(_0x4f0eb5,_0x225c4d);}const {v4:uuidv4}=require('uuid'),{name,version}=require(a25_0x354370(0x12c)),logPatcher=require(a25_0x354370(0x164)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a25_0x354370(0x140)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession}=require(a25_0x354370(0xdb)),{consoleHolder}=require(a25_0x354370(0xf1)),{getPlatformVersion}=require(a25_0x354370(0x112));console={},Object[a25_0x354370(0x14f)](consoleHolder)[a25_0x354370(0xc3)](_0x144cdf=>{const _0xdeed2=a25_0x354370,_0x2e0bf8={};_0x2e0bf8[_0xdeed2(0xd0)]=function(_0xc256ac,_0xdb7808){return _0xc256ac===_0xdb7808;},_0x2e0bf8[_0xdeed2(0x141)]='lzGpl',_0x2e0bf8[_0xdeed2(0x16a)]=_0xdeed2(0x131);const _0x3a7594=_0x2e0bf8;console[_0x144cdf]=(..._0x5d85fe)=>{const _0x28bc68=_0xdeed2;if(_0x3a7594[_0x28bc68(0xd0)](_0x3a7594[_0x28bc68(0x141)],_0x3a7594[_0x28bc68(0x16a)]))return[];else BSTestOpsPatcher[_0x144cdf](..._0x5d85fe);};}),exports[a25_0x354370(0xba)]=()=>{const _0xaaad7a=a25_0x354370,_0x282292={'XgHms':'generic','FgPOL':function(_0x1fdfad){return _0x1fdfad();}};return{'ci':_0x282292[_0xaaad7a(0x105)],'key':_0x282292[_0xaaad7a(0x168)](uuidv4),'version':version,'collector':_0xaaad7a(0x12b)+name};},exports[a25_0x354370(0xc4)]=_0x466e3=>{const _0x110125=a25_0x354370,_0x3ce7f1={};_0x3ce7f1[_0x110125(0x151)]='hook:',_0x3ce7f1[_0x110125(0xd7)]=_0x110125(0x166),_0x3ce7f1[_0x110125(0x10e)]=function(_0x3fabb6,_0xd1f312){return _0x3fabb6!==_0xd1f312;},_0x3ce7f1['UuLcx']='string',_0x3ce7f1['WhBZd']=function(_0xbb464,_0x50e121){return _0xbb464===_0x50e121;},_0x3ce7f1['zvDfT']=_0x110125(0x13d),_0x3ce7f1[_0x110125(0x13b)]='SAdYy',_0x3ce7f1['RIaSy']=function(_0x25d778,_0x2bd994){return _0x25d778!==_0x2bd994;},_0x3ce7f1[_0x110125(0x10a)]=function(_0x5ec32b,_0x4c7c21){return _0x5ec32b===_0x4c7c21;},_0x3ce7f1['JLtcG']='bULOU',_0x3ce7f1[_0x110125(0xbc)]=function(_0x465214,_0x3aa1fa){return _0x465214!==_0x3aa1fa;},_0x3ce7f1[_0x110125(0xf4)]=_0x110125(0x15d),_0x3ce7f1[_0x110125(0xaf)]=_0x110125(0x14c);const _0x57b333=_0x3ce7f1;if(!_0x466e3||_0x57b333['CFrPc'](typeof _0x466e3,_0x57b333['UuLcx'])){if(_0x57b333[_0x110125(0xbd)](_0x57b333[_0x110125(0x161)],_0x57b333['exGGK'])){const _0x4c6087=_0x2e8f25[_0x110125(0x169)](_0x57b333[_0x110125(0x151)]);return[_0x4c6087[0x0][_0x110125(0xff)](0x0,-0x1)[_0x110125(0x169)]('\x22')[0x1],_0x4c6087[0x1][_0x110125(0x102)](0x1)];}else return[null,null];}if(_0x57b333[_0x110125(0xd8)](_0x466e3[_0x110125(0x10c)](_0x57b333[_0x110125(0x151)]),-0x1)){if(_0x57b333[_0x110125(0x10a)](_0x57b333[_0x110125(0xcb)],_0x57b333[_0x110125(0xcb)])){const _0x537327=_0x466e3[_0x110125(0x169)](_0x57b333[_0x110125(0x151)]);return[_0x537327[0x0][_0x110125(0xff)](0x0,-0x1)['split']('\x22')[0x1],_0x537327[0x1][_0x110125(0x102)](0x1)];}else return;}else{if(_0x57b333['RIaSy'](_0x466e3[_0x110125(0x10c)](_0x57b333[_0x110125(0xd7)]),-0x1)){if(_0x57b333[_0x110125(0xbc)](_0x57b333['XllNs'],_0x57b333[_0x110125(0xaf)])){const _0x53754f=_0x466e3[_0x110125(0x169)](_0x57b333[_0x110125(0xd7)]);return[_0x53754f[0x0][_0x110125(0xff)](0x0,-0x1)['split']('\x22')[0x1],_0x466e3];}else{const _0x39579b=_0x1192ad['split'](_0x57b333[_0x110125(0xd7)]);return[_0x39579b[0x0][_0x110125(0xff)](0x0,-0x1)['split']('\x22')[0x1],_0x274de0];}}}return[null,null];},exports[a25_0x354370(0x138)]=_0x39724f=>{const _0x8171e3=a25_0x354370,_0x4f5186={};_0x4f5186[_0x8171e3(0xd5)]=function(_0x510912,_0x4230c1){return _0x510912===_0x4230c1;},_0x4f5186[_0x8171e3(0xd1)]=_0x8171e3(0xe5),_0x4f5186[_0x8171e3(0xae)]=function(_0x4f37a,_0x180a6b){return _0x4f37a!==_0x180a6b;},_0x4f5186[_0x8171e3(0xc6)]=_0x8171e3(0xe1),_0x4f5186[_0x8171e3(0xc8)]=_0x8171e3(0xca),_0x4f5186[_0x8171e3(0xeb)]=_0x8171e3(0xd6),_0x4f5186[_0x8171e3(0xf6)]='HCfoC',_0x4f5186[_0x8171e3(0xf0)]=_0x8171e3(0x13c),_0x4f5186[_0x8171e3(0x110)]=_0x8171e3(0xb0),_0x4f5186[_0x8171e3(0xee)]=_0x8171e3(0x150),_0x4f5186['GkgNR']=_0x8171e3(0x10d),_0x4f5186[_0x8171e3(0x118)]=_0x8171e3(0x12a);const _0xe213ca=_0x4f5186;if(!_0x39724f||!_0x39724f[_0x8171e3(0x11e)]){if(_0xe213ca['WVnSI'](_0xe213ca[_0x8171e3(0xf6)],_0xe213ca[_0x8171e3(0xf0)]))_0xa5566c[_0x3d33e3[_0x8171e3(0x108)]]=_0x5119ef;else return[];}const _0x47125d=[];return[_0xe213ca[_0x8171e3(0x110)],_0xe213ca['zuZkQ'],_0xe213ca[_0x8171e3(0x116)],_0xe213ca[_0x8171e3(0x118)]][_0x8171e3(0xc3)](_0x12fdf7=>{const _0x4a6cae=_0x8171e3;if(_0xe213ca['cNQNA'](_0xe213ca['KsWqH'],_0xe213ca[_0x4a6cae(0xeb)]))_0x319c6c=_0x36807e[_0x4a6cae(0xf3)](_0x5d3ae6);else{const _0x2950c7=_0x39724f[_0x4a6cae(0x11e)][_0x12fdf7]||[];_0x2950c7[_0x4a6cae(0xc3)](_0x4ae53c=>{const _0x123630=_0x4a6cae;_0xe213ca[_0x123630(0xd5)](_0xe213ca[_0x123630(0xd1)],_0xe213ca[_0x123630(0xd1)])?_0x4ae53c['hookAnalyticsId']&&(_0xe213ca[_0x123630(0xae)](_0xe213ca[_0x123630(0xc6)],_0xe213ca[_0x123630(0xc8)])?_0x47125d[_0x123630(0x10b)](_0x4ae53c['hookAnalyticsId']):_0x2c77d4[_0x66a882](..._0x152681)):_0x24e16d['push'](_0x57b466[_0x123630(0xb7)]);});}}),[..._0x47125d,...exports[_0x8171e3(0x138)](_0x39724f['parent'])];},exports[a25_0x354370(0x111)]=_0x481436=>{const _0x3fdf01=a25_0x354370,_0x568068={'GbQwA':_0x3fdf01(0xb4),'oZOpj':function(_0x2fece8,_0x5eb650){return _0x2fece8!==_0x5eb650;},'SEjjn':_0x3fdf01(0x166),'KIihA':_0x3fdf01(0x142),'VNcfv':_0x3fdf01(0x126),'VLXop':function(_0x28a8b1){return _0x28a8b1();},'KZcah':function(_0x4606e2,_0x1a878d){return _0x4606e2===_0x1a878d;},'yaXvA':_0x3fdf01(0x12a),'DyTZY':function(_0x35dc,_0x6d9a3f){return _0x35dc!==_0x6d9a3f;},'Vyaao':_0x3fdf01(0xb5),'CHIkK':'cFEwq','Xzwjr':function(_0x3600ef,_0xecefe0){return _0x3600ef===_0xecefe0;},'Qjoyd':_0x3fdf01(0x132),'KHcxs':_0x3fdf01(0x133),'HtUTx':function(_0x242937,_0x177b88){return _0x242937===_0x177b88;},'cQJeM':_0x3fdf01(0x120),'dyGlM':'DywVT','OtbLo':_0x3fdf01(0xde),'VkNeF':'KzRfG','ZTXZa':_0x3fdf01(0xcd),'BIwMr':'_beforeAll','ddIup':_0x3fdf01(0x150),'xRZnp':_0x3fdf01(0x10d)};if(!_0x481436||!_0x481436[_0x3fdf01(0x11e)]){if(_0x568068[_0x3fdf01(0x163)](_0x568068[_0x3fdf01(0xb9)],_0x568068[_0x3fdf01(0x15c)]))_0x355480[_0x568068['GbQwA']]=_0x4c763f;else return;}[_0x568068[_0x3fdf01(0xdd)],_0x568068[_0x3fdf01(0x137)],_0x568068[_0x3fdf01(0xfe)],_0x568068[_0x3fdf01(0xc9)]][_0x3fdf01(0xc3)](_0x7eb75e=>{const _0x3f332a=_0x3fdf01,_0x3466ea={'CKFvM':function(_0xb4a19e,_0x24c71c){const _0x401ef7=a25_0x37dd;return _0x568068[_0x401ef7(0xf2)](_0xb4a19e,_0x24c71c);},'dKpYy':_0x568068[_0x3f332a(0xfb)],'hnAoX':_0x568068[_0x3f332a(0x14a)],'ltvsT':_0x568068['VNcfv'],'gPQnm':function(_0x213fa4,_0x123c7f){const _0x1d56d4=_0x3f332a;return _0x568068[_0x1d56d4(0xf2)](_0x213fa4,_0x123c7f);},'VJATE':function(_0xb98f33,_0x2b9062){const _0x560428=_0x3f332a;return _0x568068[_0x560428(0xf2)](_0xb98f33,_0x2b9062);},'Tpxsm':function(_0x19dbc2){const _0x234cdb=_0x3f332a;return _0x568068[_0x234cdb(0x149)](_0x19dbc2);},'oCEme':function(_0x465967,_0x17f39e){return _0x568068['KZcah'](_0x465967,_0x17f39e);},'PSLUZ':_0x568068[_0x3f332a(0xc9)],'fnsiL':function(_0x41c3d9){const _0xd8d83e=_0x3f332a;return _0x568068[_0xd8d83e(0x149)](_0x41c3d9);},'cqNVY':function(_0x1ac2de,_0x3f531b){const _0x575eff=_0x3f332a;return _0x568068[_0x575eff(0x14b)](_0x1ac2de,_0x3f531b);},'BcHby':_0x568068[_0x3f332a(0x13a)],'EhIOy':_0x568068['CHIkK'],'hFARN':function(_0x1dd8c3,_0x562034){const _0x3a8249=_0x3f332a;return _0x568068[_0x3a8249(0x163)](_0x1dd8c3,_0x562034);},'xJqGa':_0x568068[_0x3f332a(0x155)],'widQR':_0x568068[_0x3f332a(0xe9)],'nyGyH':function(_0x3d4d29){const _0x57826a=_0x3f332a;return _0x568068[_0x57826a(0x149)](_0x3d4d29);},'XjtBz':function(_0x4d7b82,_0x4fd2f6){return _0x568068['HtUTx'](_0x4d7b82,_0x4fd2f6);},'PESgj':function(_0x297195,_0x2eda3f){const _0x47ca21=_0x3f332a;return _0x568068[_0x47ca21(0xbe)](_0x297195,_0x2eda3f);},'GeRYo':_0x568068[_0x3f332a(0x11f)],'laUsH':_0x568068[_0x3f332a(0x136)]};if(_0x568068[_0x3f332a(0xf2)](_0x568068[_0x3f332a(0x159)],_0x568068['OtbLo']))return;else{const _0x33a81d=_0x481436['parent'][_0x7eb75e]||[];_0x33a81d[_0x3f332a(0xc3)](_0x32a761=>{const _0x5ed1e5=_0x3f332a,_0x3d1c7a={'QFAYi':function(_0x3ff291){const _0x45d05e=a25_0x37dd;return _0x3466ea[_0x45d05e(0xac)](_0x3ff291);},'EXyGL':function(_0x1a3c2b,_0x1f7077){const _0x1788a9=a25_0x37dd;return _0x3466ea[_0x1788a9(0x117)](_0x1a3c2b,_0x1f7077);},'dPZqO':_0x3466ea[_0x5ed1e5(0xb3)],'HaIFN':function(_0x201e3b){return _0x3466ea['fnsiL'](_0x201e3b);}};if(_0x3466ea['cqNVY'](_0x3466ea[_0x5ed1e5(0x165)],_0x3466ea['EhIOy'])){if(!_0x32a761['hookAnalyticsId']){if(_0x3466ea[_0x5ed1e5(0x148)](_0x3466ea[_0x5ed1e5(0x147)],_0x3466ea['widQR'])){const _0x3babb4={'lwThN':function(_0x2552f4,_0x3bb635){const _0x19a828=_0x5ed1e5;return _0x3466ea[_0x19a828(0x152)](_0x2552f4,_0x3bb635);},'zyjMn':_0x3466ea[_0x5ed1e5(0x10f)],'TmpqX':function(_0x317c50,_0x3a6a87){const _0x56c8f8=_0x5ed1e5;return _0x3466ea[_0x56c8f8(0x152)](_0x317c50,_0x3a6a87);},'VciSF':_0x3466ea[_0x5ed1e5(0xda)],'NLQqh':_0x3466ea[_0x5ed1e5(0x15f)]},_0x26a71c=_0x3cb95a[_0x5ed1e5(0x101)]['reduce']((_0x524853,_0x2ab685)=>{const _0x2eee0d=_0x5ed1e5,_0xb625d0=_0x1d1907[_0x2eee0d(0x14d)](_0x2ab685);return _0xb625d0&&(_0x524853=_0x524853[_0x2eee0d(0xf3)](_0xb625d0)),_0x524853;},[]),_0xf4926e=_0x14bbfc[_0x5ed1e5(0x12f)]['filter'](_0x4f0b6b=>{const _0x4e5f5b=_0x5ed1e5,_0x237824=_0x3babb4[_0x4e5f5b(0xc0)](_0x4f0b6b[_0x4e5f5b(0x115)],_0x3babb4[_0x4e5f5b(0x15e)])&&!_0x4f0b6b[_0x4e5f5b(0xcf)]&&_0x3babb4[_0x4e5f5b(0xfd)](_0x4f0b6b[_0x4e5f5b(0xe4)],_0x3babb4[_0x4e5f5b(0xf5)])&&_0x3babb4['TmpqX'](_0x4f0b6b['state'],_0x3babb4[_0x4e5f5b(0xd2)])&&!_0x4f0b6b[_0x4e5f5b(0x167)];return _0x237824;});return _0xf4926e['concat'](_0x26a71c);}else _0x32a761[_0x5ed1e5(0xb7)]=_0x3466ea['nyGyH'](uuidv4);}else{if(_0x32a761[_0x5ed1e5(0xcf)]&&_0x3466ea[_0x5ed1e5(0x125)](_0x7eb75e,_0x3466ea[_0x5ed1e5(0xb3)])){if(_0x3466ea['PESgj'](_0x3466ea['GeRYo'],_0x3466ea[_0x5ed1e5(0x15a)])){if(!_0x20c54f[_0x5ed1e5(0xb7)])_0x51cf72[_0x5ed1e5(0xb7)]=_0x3d1c7a[_0x5ed1e5(0x103)](_0x9b6ec5);else _0xf5498a[_0x5ed1e5(0xcf)]&&_0x3d1c7a[_0x5ed1e5(0xfc)](_0xb0f6ce,_0x3d1c7a[_0x5ed1e5(0x11b)])&&(_0x5d968d[_0x5ed1e5(0xb7)]=_0x3d1c7a[_0x5ed1e5(0x127)](_0x55b645),delete _0x227fea[_0x5ed1e5(0xcf)]);}else _0x32a761['hookAnalyticsId']=_0x3466ea[_0x5ed1e5(0xe8)](uuidv4),delete _0x32a761[_0x5ed1e5(0xcf)];}}}else{const _0x254fb2=_0x3466ea[_0x5ed1e5(0x152)](_0x305934[_0x5ed1e5(0x115)],_0x3466ea[_0x5ed1e5(0x10f)])&&!_0x229b6c[_0x5ed1e5(0xcf)]&&_0x3466ea['gPQnm'](_0x39365b[_0x5ed1e5(0xe4)],_0x3466ea['hnAoX'])&&_0x3466ea[_0x5ed1e5(0xce)](_0x175c59[_0x5ed1e5(0xe4)],_0x3466ea['ltvsT'])&&!_0x3b9265[_0x5ed1e5(0x167)];return _0x254fb2;}});}}),exports[_0x3fdf01(0x111)](_0x481436['parent']);},exports[a25_0x354370(0xd3)]=async(_0x25c39f,_0x2d9ae8)=>{const _0x273f2d=a25_0x354370,_0x42a461={'VpvMQ':function(_0x33d96a){return _0x33d96a();},'upYkD':function(_0x2f9500,_0x46192a){return _0x2f9500===_0x46192a;},'dPXSK':_0x273f2d(0x12a),'ErmGG':function(_0x370602){return _0x370602();},'ccyQl':_0x273f2d(0x114),'eNxrz':function(_0x31eec3,_0x5ed9b6){return _0x31eec3!==_0x5ed9b6;},'TeMSQ':_0x273f2d(0xe7),'QSthc':function(_0x42d095){return _0x42d095();},'OvyFL':function(_0x2fac46,_0x5c08bd){return _0x2fac46!==_0x5c08bd;},'Cdnfz':_0x273f2d(0xaa),'MFIBM':_0x273f2d(0x128),'sFSuu':_0x273f2d(0xbf),'MXbUK':_0x273f2d(0x143),'uZlME':_0x273f2d(0xf7),'svaiG':_0x273f2d(0x14e),'gLntG':function(_0x4064ea,_0x14cd8f){return _0x4064ea(_0x14cd8f);},'ZOMSd':function(_0x51ecf6,_0x20c0c4){return _0x51ecf6===_0x20c0c4;},'EtNzw':function(_0xb60b75,_0x4143ba){return _0xb60b75!==_0x4143ba;},'edMbK':_0x273f2d(0xb8),'zMLsN':_0x273f2d(0x11c),'DQxlL':_0x273f2d(0xb6),'ObQIA':_0x273f2d(0xb4),'ToSpE':'TEST_PLATFORM','qomkS':_0x273f2d(0x123)};try{if(_0x42a461[_0x273f2d(0x100)](_0x42a461[_0x273f2d(0x15b)],_0x42a461[_0x273f2d(0x15b)])){const _0x2486e7=_0x13d13e['parent'][_0x3c832f]||[];_0x2486e7[_0x273f2d(0xc3)](_0xae9936=>{const _0x1a7091=_0x273f2d;_0xae9936[_0x1a7091(0xb7)]&&_0x346db5['push'](_0xae9936[_0x1a7091(0xb7)]);});}else{if(!_0x42a461[_0x273f2d(0x11d)](isTestObservabilitySession)){if(_0x42a461[_0x273f2d(0xf9)](_0x42a461[_0x273f2d(0xe3)],_0x42a461[_0x273f2d(0xe3)])){const _0x22399d=_0x2de243['getHookSkippedTests'](_0x3a5d9f);return _0x22399d&&(_0x4d1b97=_0x5b08cc[_0x273f2d(0xf3)](_0x22399d)),_0x1bb157;}else return;}const _0x232b3a=await _0x25c39f['getCapabilities'](),_0x510de1=await _0x25c39f[_0x273f2d(0x156)](),_0x106312={},_0x53a28b=Object[_0x273f2d(0xb2)](_0x510de1['getCapabilities']()[_0x273f2d(0xe0)]),_0x3e525e={'product':_0x42a461[_0x273f2d(0x109)](global[_0x273f2d(0x108)],_0x42a461[_0x273f2d(0x153)])?_0x53a28b[_0x42a461['sFSuu']]||_0x53a28b[_0x42a461[_0x273f2d(0xd9)]]?_0x42a461['uZlME']:_0x42a461[_0x273f2d(0x162)]:null,'capabilities':_0x53a28b,'platform':_0x232b3a['getPlatform'](),'platform_version':_0x42a461[_0x273f2d(0x158)](getPlatformVersion,_0x42a461[_0x273f2d(0x135)](global[_0x273f2d(0x108)],_0x42a461[_0x273f2d(0x153)])),'browser':_0x232b3a[_0x273f2d(0xcc)](),'browser_version':_0x232b3a[_0x273f2d(0x13f)](),'session_id':_0x510de1['toJSON']()};if(global[_0x273f2d(0x108)]){if(_0x42a461[_0x273f2d(0x119)](_0x42a461[_0x273f2d(0x129)],_0x42a461['edMbK']))return[null,null];else _0x106312[global['__cloud_provider___']]=_0x3e525e;}else{if(_0x42a461['EtNzw'](_0x42a461[_0x273f2d(0x113)],_0x42a461[_0x273f2d(0x13e)]))_0x106312[_0x42a461[_0x273f2d(0x107)]]=_0x3e525e;else{const _0x361312=_0x3b3e9c[_0x273f2d(0x11e)][_0x1e80f9]||[];_0x361312[_0x273f2d(0xc3)](_0x5e84d2=>{const _0x2a5d94=_0x273f2d;if(!_0x5e84d2[_0x2a5d94(0xb7)])_0x5e84d2[_0x2a5d94(0xb7)]=_0x42a461[_0x2a5d94(0x104)](_0x348cb5);else _0x5e84d2[_0x2a5d94(0xcf)]&&_0x42a461['upYkD'](_0x5bb6c9,_0x42a461[_0x2a5d94(0xad)])&&(_0x5e84d2[_0x2a5d94(0xb7)]=_0x42a461[_0x2a5d94(0xdc)](_0x428cae),delete _0x5e84d2['markedStatus']);});}}process[_0x273f2d(0xea)](_0x273f2d(0x157)+process[_0x273f2d(0x146)],{'timestamp':new Date()[_0x273f2d(0xc5)](),'level':null,'message':null,'kind':_0x42a461[_0x273f2d(0xe2)],'http_response':_0x106312,'uuid':_0x2d9ae8});}}catch(_0x253bce){if(_0x42a461[_0x273f2d(0x119)](_0x42a461[_0x273f2d(0xdf)],_0x42a461['qomkS']))return{'ci':_0x42a461[_0x273f2d(0x11a)],'key':_0x42a461[_0x273f2d(0x104)](_0x77e7ad),'version':_0x1297a6,'collector':_0x273f2d(0x12b)+_0x5f0b89};else _0x42a461[_0x273f2d(0x158)](debug,_0x273f2d(0x139)+_0x253bce);}},exports[a25_0x354370(0x14d)]=_0x220f1d=>{const _0x5356b8=a25_0x354370,_0x3c2a2c={'EKBZZ':function(_0x15a395,_0xb5e9){return _0x15a395(_0xb5e9);},'mDmSL':function(_0x4a204e,_0x1c227f){return _0x4a204e===_0x1c227f;},'TNgzR':_0x5356b8(0xef),'NNfsD':'vIDMd','iWrcp':_0x5356b8(0xc2),'kNVDq':function(_0x147d30){return _0x147d30();},'cbQAz':_0x5356b8(0xb1),'EwGNj':function(_0x2e730f,_0x6d104){return _0x2e730f!==_0x6d104;},'qDiqP':'hook','eelzU':_0x5356b8(0x142),'tPvGA':function(_0x5c17c5,_0x1869a4){return _0x5c17c5!==_0x1869a4;},'epIOU':'failed'},_0x1dd765=_0x220f1d[_0x5356b8(0x101)][_0x5356b8(0xc7)]((_0x377863,_0x1ed059)=>{const _0x290ab3=_0x5356b8;if(_0x3c2a2c[_0x290ab3(0x124)](_0x3c2a2c[_0x290ab3(0x12d)],_0x3c2a2c[_0x290ab3(0x12d)])){const _0x411ce9=exports[_0x290ab3(0x14d)](_0x1ed059);return _0x411ce9&&(_0x3c2a2c[_0x290ab3(0x124)](_0x3c2a2c[_0x290ab3(0xfa)],_0x3c2a2c[_0x290ab3(0xc1)])?_0x1bad97[_0x290ab3(0xb7)]&&_0x55c811[_0x290ab3(0x10b)](_0x28b490['hookAnalyticsId']):_0x377863=_0x377863[_0x290ab3(0xf3)](_0x411ce9)),_0x377863;}else _0x3c2a2c[_0x290ab3(0x134)](_0x3d389f,_0x290ab3(0x139)+_0x4c10a9);},[]),_0x30b019=_0x220f1d[_0x5356b8(0x12f)][_0x5356b8(0x106)](_0x26ce1b=>{const _0x1c64a2=_0x5356b8;if(_0x3c2a2c[_0x1c64a2(0x124)](_0x3c2a2c[_0x1c64a2(0xab)],_0x3c2a2c['cbQAz'])){const _0x116073=_0x3c2a2c[_0x1c64a2(0xbb)](_0x26ce1b[_0x1c64a2(0x115)],_0x3c2a2c['qDiqP'])&&!_0x26ce1b[_0x1c64a2(0xcf)]&&_0x3c2a2c[_0x1c64a2(0xbb)](_0x26ce1b[_0x1c64a2(0xe4)],_0x3c2a2c[_0x1c64a2(0x130)])&&_0x3c2a2c[_0x1c64a2(0xed)](_0x26ce1b['state'],_0x3c2a2c[_0x1c64a2(0x16b)])&&!_0x26ce1b[_0x1c64a2(0x167)];return _0x116073;}else _0x48feb3[_0x1c64a2(0xb7)]=_0x3c2a2c[_0x1c64a2(0x144)](_0x2b381b),delete _0x58f73e['markedStatus'];});return _0x30b019[_0x5356b8(0xf3)](_0x1dd765);};
|
|
1
|
+
function a25_0xaeec(_0xd523c5,_0x33134c){const _0x2460ac=a25_0x2460();return a25_0xaeec=function(_0xaeec74,_0x80196a){_0xaeec74=_0xaeec74-0x167;let _0x268009=_0x2460ac[_0xaeec74];return _0x268009;},a25_0xaeec(_0xd523c5,_0x33134c);}const a25_0x35b2de=a25_0xaeec;(function(_0x1711b5,_0xe94554){const _0x598847=a25_0xaeec,_0x43ff94=_0x1711b5();while(!![]){try{const _0x59f411=-parseInt(_0x598847(0x1b8))/0x1+-parseInt(_0x598847(0x1fd))/0x2*(-parseInt(_0x598847(0x1ec))/0x3)+parseInt(_0x598847(0x207))/0x4+-parseInt(_0x598847(0x1f0))/0x5*(-parseInt(_0x598847(0x16b))/0x6)+parseInt(_0x598847(0x20a))/0x7+-parseInt(_0x598847(0x1a2))/0x8*(-parseInt(_0x598847(0x204))/0x9)+-parseInt(_0x598847(0x194))/0xa;if(_0x59f411===_0xe94554)break;else _0x43ff94['push'](_0x43ff94['shift']());}catch(_0x3d521){_0x43ff94['push'](_0x43ff94['shift']());}}}(a25_0x2460,0x35d94));function a25_0x2460(){const _0xb326bd=['Debzf','PPDWl','_beforeEach','23229bxewsr','ItcUl','mZsBU','701156dknBkN','DMSyN','Wrzjn','1233386rKvEbn','ytrKX','SXWEZ','hook','getPlatform','JQOwN','THBQR','AtcZG','iSehW','_beforeAll','USoCT','automate','uuid','342ifbdeU','JNCpt','AmQnd','QYpPq','bVEOq','_afterAll','SpVHS','app-automate','kLyFh','otxCk','js-','mbhJQ','../../../helpers/test-observability/constants','IRNHt','string','EPOKj','fptYY','VAjrv','iiZQx','state','appium:app','LmQJI','getHookDetails','TIgJs','pcZBm','SusBB','type','MSpkx','pQOof','nsNhv','XcpGA','shoQy','iHPKR','HCyLL','aPcfL','wEJFw','UfOBy','wswgt','HNqbH','slice','DkTji','4215670TmYwrl','hOxoa','getHookSkippedTests','VJtAt','app','tMRZH','iWzgC','_afterEach','iGIpo','ApLBo','lcJrP','../../../helpers/test-observability/utils','Vglql','NjeTf','104EjAojK','bOtMd','XTrqA','Qphwq','maifs','unknown_grid','reduce','substring','__cloud_provider___','markedStatus','rpbpp','WsNhW','passed','browserstack','FhZHn','aUEAa','tests','split','EIpUc','rnOLm','MzBxs','getHooksForTest','333914VwVCBh','fHkDI','umQfZ','kcqnp','CiCLU','KSMoW','EZXix','getSession','LhMDf','YjJhJ','AmInT','hzkmu','DNOwN','YCgaW','GzZqw','ikVMA','vPYoI','failed','JWIdN','TEST_PLATFORM','wtGua','fIPwm','oFBJJ','fuLpc','RAPUH','LTGGZ','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','concat','ZUpeR','forEach','OuhGT','pujHo','toISOString','parent','lkdAp','ltMEG','qpJzw','Ofjub','ysgNU','getCapabilities','xUtOE','indexOf','lwMSv','mapTestHooks','yHUqE','map_','AWuuj','QSMXk','push','UCXVV','yDFSo','IkEUi','192fSacgr','pid','fvPzk','jZTWl','24665bgHNlT','zNdSZ','fromEntries','XoSuZ','Bnzoi','qIean','dXlnx','pending','MnfhT','hookAnalyticsId','betzb','JxkjV','GCLfS','9682GwLuJx','TOiiG','keys','../../../../package.json'];a25_0x2460=function(){return _0xb326bd;};return a25_0x2460();}const {v4:uuidv4}=require(a25_0x35b2de(0x16a)),{name,version}=require(a25_0x35b2de(0x200)),logPatcher=require('../../utils/logPatcher'),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require('../../utils/logReportingAPI'),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession}=require(a25_0x35b2de(0x19f)),{consoleHolder}=require(a25_0x35b2de(0x177)),{getPlatformVersion}=require('../../../helpers/helper');console={},Object[a25_0x35b2de(0x1ff)](consoleHolder)[a25_0x35b2de(0x1d5)](_0x9eab8e=>{const _0xb133c8=a25_0x35b2de,_0x5ece6c={};_0x5ece6c['FhZHn']=function(_0x38afc8,_0x443c74){return _0x38afc8===_0x443c74;},_0x5ece6c[_0xb133c8(0x1bc)]=_0xb133c8(0x1e4),_0x5ece6c[_0xb133c8(0x1e7)]=_0xb133c8(0x19d);const _0x1deff9=_0x5ece6c;console[_0x9eab8e]=(..._0x2c8815)=>{const _0x282adc=_0xb133c8;if(_0x1deff9[_0x282adc(0x1b0)](_0x1deff9[_0x282adc(0x1bc)],_0x1deff9[_0x282adc(0x1e7)])){const _0x5f2d0d=_0x3e9589[_0x282adc(0x196)](_0x2b21e2);return _0x5f2d0d&&(_0x5deb01=_0x52f876[_0x282adc(0x1d3)](_0x5f2d0d)),_0x235847;}else BSTestOpsPatcher[_0x9eab8e](..._0x2c8815);};}),exports['getTestEnv']=()=>{const _0x2f9490=a25_0x35b2de,_0x1b8837={'yXFXQ':'generic','fIPwm':function(_0x2acb7c){return _0x2acb7c();}};return{'ci':_0x1b8837['yXFXQ'],'key':_0x1b8837[_0x2f9490(0x1cd)](uuidv4),'version':version,'collector':_0x2f9490(0x175)+name};},exports[a25_0x35b2de(0x181)]=_0x5dccda=>{const _0x124464=a25_0x35b2de,_0x2e825e={'ptNhW':function(_0x50bc5e){return _0x50bc5e();},'ZUpeR':function(_0x3d7c3f,_0x5d52ae){return _0x3d7c3f!==_0x5d52ae;},'YjJhJ':_0x124464(0x20d),'Ofjub':_0x124464(0x1ae),'XTrqA':_0x124464(0x1c9),'rnOLm':function(_0x589409,_0xfef4b7){return _0x589409!==_0xfef4b7;},'bOtMd':_0x124464(0x179),'iWzgC':_0x124464(0x1ac),'MzBxs':_0x124464(0x1c6),'pQOof':'hook:','EIpUc':function(_0x3d5728,_0x1e439d){return _0x3d5728===_0x1e439d;},'QYpPq':_0x124464(0x1b1),'SpVHS':function(_0x53d19f,_0x457a12){return _0x53d19f===_0x457a12;},'AmQnd':_0x124464(0x1e6)};if(!_0x5dccda||_0x2e825e[_0x124464(0x1b5)](typeof _0x5dccda,_0x2e825e[_0x124464(0x1a3)])){if(_0x2e825e[_0x124464(0x1d4)](_0x2e825e[_0x124464(0x19a)],_0x2e825e[_0x124464(0x1b6)]))return[null,null];else _0x18f212[_0x124464(0x1f9)]=_0x2e825e['ptNhW'](_0x2c8401);}if(_0x2e825e[_0x124464(0x1b5)](_0x5dccda[_0x124464(0x1e1)](_0x2e825e['pQOof']),-0x1)){if(_0x2e825e[_0x124464(0x1b4)](_0x2e825e['QYpPq'],_0x2e825e[_0x124464(0x16e)])){const _0x45b641=_0x5dccda['split'](_0x2e825e[_0x124464(0x187)]);return[_0x45b641[0x0][_0x124464(0x192)](0x0,-0x1)['split']('\x22')[0x1],_0x45b641[0x1][_0x124464(0x1a9)](0x1)];}else _0x3dd1a5[_0x124464(0x1e8)](_0x49b6bd['hookAnalyticsId']);}else{if(_0x2e825e['ZUpeR'](_0x5dccda[_0x124464(0x1e1)](_0x2e825e[_0x124464(0x1c1)]),-0x1)){if(_0x2e825e[_0x124464(0x171)](_0x2e825e[_0x124464(0x16d)],_0x2e825e[_0x124464(0x16d)])){const _0x1d1097=_0x5dccda[_0x124464(0x1b3)](_0x2e825e[_0x124464(0x1c1)]);return[_0x1d1097[0x0][_0x124464(0x192)](0x0,-0x1)['split']('\x22')[0x1],_0x5dccda];}else{const _0x2baebf=_0x2e825e[_0x124464(0x1d4)](_0x2c0955[_0x124464(0x185)],_0x2e825e[_0x124464(0x1c1)])&&!_0x248002[_0x124464(0x1ab)]&&_0x2e825e[_0x124464(0x1d4)](_0xaa37b5[_0x124464(0x17e)],_0x2e825e[_0x124464(0x1dd)])&&_0x2e825e[_0x124464(0x1d4)](_0x43b347[_0x124464(0x17e)],_0x2e825e[_0x124464(0x1a4)])&&!_0x2c2e56[_0x124464(0x1f7)];return _0x2baebf;}}}return[null,null];},exports[a25_0x35b2de(0x1b7)]=_0x252604=>{const _0xbc19e=a25_0x35b2de,_0x591236={'Wrzjn':_0xbc19e(0x20d),'LmQJI':function(_0x58ddd4){return _0x58ddd4();},'wEJFw':function(_0x4464f1,_0x3b2916){return _0x4464f1===_0x3b2916;},'jZTWl':_0xbc19e(0x19b),'HCyLL':function(_0x407e35){return _0x407e35();},'fHkDI':_0xbc19e(0x1a7),'hzkmu':function(_0x38a70e,_0xade84f){return _0x38a70e===_0xade84f;},'otxCk':_0xbc19e(0x1dc),'JxkjV':_0xbc19e(0x19e),'tMRZH':function(_0x24cd97,_0x3192e1){return _0x24cd97!==_0x3192e1;},'omCWn':'oFdFe','gfxDM':_0xbc19e(0x1ce),'Bnzoi':'PRfZB','JWIdN':function(_0x3fc74d,_0x16fdf2){return _0x3fc74d===_0x16fdf2;},'qIean':'yPSMp','Vglql':_0xbc19e(0x1d7),'zLJRN':_0xbc19e(0x167),'LhMDf':'_afterAll','zNdSZ':_0xbc19e(0x203)};if(!_0x252604||!_0x252604[_0xbc19e(0x1d9)]){if(_0x591236[_0xbc19e(0x1ca)](_0x591236[_0xbc19e(0x1f5)],_0x591236[_0xbc19e(0x1a0)])){const _0x3a14a3=_0xf0b298[_0xbc19e(0x1b3)](_0x591236[_0xbc19e(0x209)]);return[_0x3a14a3[0x0][_0xbc19e(0x192)](0x0,-0x1)[_0xbc19e(0x1b3)]('\x22')[0x1],_0x56299c];}else return[];}const _0x2522ab=[];return[_0x591236['zLJRN'],_0x591236[_0xbc19e(0x1c0)],_0x591236[_0xbc19e(0x1f1)],_0x591236[_0xbc19e(0x1ef)]][_0xbc19e(0x1d5)](_0x27c883=>{const _0x4c4616=_0xbc19e,_0x3eaa21={'DNOwN':_0x591236[_0x4c4616(0x1b9)],'XoSuZ':function(_0x39b117,_0x576fa5){const _0x2f2cf6=_0x4c4616;return _0x591236[_0x2f2cf6(0x1c3)](_0x39b117,_0x576fa5);},'DMSyN':_0x591236[_0x4c4616(0x174)],'VQHNT':_0x591236[_0x4c4616(0x1fb)],'RAPUH':function(_0x1a9fbd,_0x43796d){const _0x299947=_0x4c4616;return _0x591236[_0x299947(0x199)](_0x1a9fbd,_0x43796d);},'nXTad':_0x591236['omCWn']};if(_0x591236['hzkmu'](_0x591236['gfxDM'],_0x591236[_0x4c4616(0x1f4)])){if(!_0x47a621[_0x4c4616(0x1f9)])_0x1f3fe2['hookAnalyticsId']=_0x591236[_0x4c4616(0x180)](_0x2840a2);else _0x31d3c8[_0x4c4616(0x1ab)]&&_0x591236[_0x4c4616(0x18e)](_0x3815f2,_0x591236[_0x4c4616(0x1ef)])&&(_0x278cb1[_0x4c4616(0x1f9)]=_0x591236[_0x4c4616(0x18c)](_0xfaa15c),delete _0xd816c7[_0x4c4616(0x1ab)]);}else{const _0x570e63=_0x252604['parent'][_0x27c883]||[];_0x570e63[_0x4c4616(0x1d5)](_0x440517=>{const _0x3931cb=_0x4c4616,_0x3e2cbd={};_0x3e2cbd[_0x3931cb(0x1e0)]=_0x3eaa21[_0x3931cb(0x1c4)];const _0x1f57b2=_0x3e2cbd;if(_0x3eaa21[_0x3931cb(0x1f3)](_0x3eaa21[_0x3931cb(0x208)],_0x3eaa21['VQHNT']))_0x35e3ae[_0x1f57b2[_0x3931cb(0x1e0)]]=_0xc16c73;else{if(_0x440517[_0x3931cb(0x1f9)]){if(_0x3eaa21[_0x3931cb(0x1d0)](_0x3eaa21['nXTad'],_0x3eaa21['nXTad']))return[];else _0x2522ab[_0x3931cb(0x1e8)](_0x440517[_0x3931cb(0x1f9)]);}}});}}),[..._0x2522ab,...exports['getHooksForTest'](_0x252604['parent'])];},exports[a25_0x35b2de(0x1e3)]=_0x2ee682=>{const _0x131b2e=a25_0x35b2de,_0x21e08e={'GCLfS':'generic','lwMSv':function(_0x345dfd){return _0x345dfd();},'KSMoW':function(_0x59a94a,_0xc4f0b2){return _0x59a94a===_0xc4f0b2;},'ltMEG':_0x131b2e(0x19b),'mZsBU':function(_0x9da447,_0x2f6297){return _0x9da447!==_0x2f6297;},'pcZBm':_0x131b2e(0x18d),'NjeTf':function(_0x1eb1a1,_0x2bfb04){return _0x1eb1a1!==_0x2bfb04;},'McQdM':_0x131b2e(0x1f6),'betzb':_0x131b2e(0x18b),'EZXix':function(_0x28dc99,_0xefde6c){return _0x28dc99===_0xefde6c;},'fptYY':'vcuWr','wswgt':_0x131b2e(0x173),'VJtAt':function(_0x4e51e0){return _0x4e51e0();},'ytrKX':_0x131b2e(0x1ba),'jrtiy':'FXbtu','yuvnL':_0x131b2e(0x167),'ItcUl':_0x131b2e(0x170),'JUFXb':_0x131b2e(0x203)};if(!_0x2ee682||!_0x2ee682[_0x131b2e(0x1d9)]){if(_0x21e08e[_0x131b2e(0x206)](_0x21e08e['jrtiy'],_0x21e08e['jrtiy']))_0x5e4b9a[_0x1d3274](..._0x577829);else return;}[_0x21e08e['yuvnL'],_0x21e08e[_0x131b2e(0x205)],_0x21e08e['JUFXb'],_0x21e08e[_0x131b2e(0x1db)]][_0x131b2e(0x1d5)](_0x42f230=>{const _0x37fa4f=_0x131b2e;if(_0x21e08e[_0x37fa4f(0x1a1)](_0x21e08e[_0x37fa4f(0x20b)],_0x21e08e[_0x37fa4f(0x20b)]))return{'ci':_0x21e08e[_0x37fa4f(0x1fc)],'key':_0x21e08e['lwMSv'](_0x94f5d1),'version':_0x33431a,'collector':_0x37fa4f(0x175)+_0x2ec65f};else{const _0x4a6fc8=_0x2ee682[_0x37fa4f(0x1d9)][_0x42f230]||[];_0x4a6fc8[_0x37fa4f(0x1d5)](_0x108af0=>{const _0x526296=_0x37fa4f,_0x160b27={'AmInT':function(_0xfda0d8){const _0xb2201=a25_0xaeec;return _0x21e08e[_0xb2201(0x1e2)](_0xfda0d8);},'HNqbH':function(_0x10730,_0x3c280a){const _0x107fb3=a25_0xaeec;return _0x21e08e[_0x107fb3(0x1bd)](_0x10730,_0x3c280a);},'npyPU':_0x21e08e['ltMEG']};if(_0x21e08e[_0x526296(0x206)](_0x21e08e[_0x526296(0x183)],_0x21e08e['pcZBm']))_0x3062ef=_0x5ee525['concat'](_0x5e243f);else{if(!_0x108af0[_0x526296(0x1f9)]){if(_0x21e08e[_0x526296(0x1a1)](_0x21e08e['McQdM'],_0x21e08e[_0x526296(0x1fa)]))_0x108af0[_0x526296(0x1f9)]=_0x21e08e[_0x526296(0x1e2)](uuidv4);else{const _0x2890ca={'TOiiG':function(_0x3e0b14){const _0x2310b0=_0x526296;return _0x160b27[_0x2310b0(0x1c2)](_0x3e0b14);},'THBQR':function(_0x53a3e6,_0x1aac4c){const _0x47b77e=_0x526296;return _0x160b27[_0x47b77e(0x191)](_0x53a3e6,_0x1aac4c);},'maifs':_0x160b27['npyPU']},_0x41a422=_0x46a549[_0x526296(0x1d9)][_0x92eb7c]||[];_0x41a422[_0x526296(0x1d5)](_0x447997=>{const _0x2a4a2b=_0x526296;if(!_0x447997['hookAnalyticsId'])_0x447997[_0x2a4a2b(0x1f9)]=_0x2890ca[_0x2a4a2b(0x1fe)](_0x299521);else _0x447997[_0x2a4a2b(0x1ab)]&&_0x2890ca[_0x2a4a2b(0x210)](_0x12336c,_0x2890ca[_0x2a4a2b(0x1a6)])&&(_0x447997[_0x2a4a2b(0x1f9)]=_0x2890ca[_0x2a4a2b(0x1fe)](_0x673bbe),delete _0x447997[_0x2a4a2b(0x1ab)]);});}}else{if(_0x108af0[_0x526296(0x1ab)]&&_0x21e08e[_0x526296(0x1bd)](_0x42f230,_0x21e08e[_0x526296(0x1db)])){if(_0x21e08e[_0x526296(0x1be)](_0x21e08e[_0x526296(0x17b)],_0x21e08e[_0x526296(0x190)]))return;else _0x108af0['hookAnalyticsId']=_0x21e08e[_0x526296(0x197)](uuidv4),delete _0x108af0[_0x526296(0x1ab)];}}}});}}),exports['mapTestHooks'](_0x2ee682[_0x131b2e(0x1d9)]);},exports['sendPlatformDetails']=async(_0x1cfb54,_0x1cca98)=>{const _0x3c73e3=a25_0x35b2de,_0x5a549b={'EPOKj':function(_0xa72068,_0x593129){return _0xa72068!==_0x593129;},'ysgNU':_0x3c73e3(0x179),'iSehW':function(_0x454bad,_0xe4f89d){return _0x454bad!==_0xe4f89d;},'SXWEZ':'hook:','IRNHt':'hook','YCgaW':'XnLpK','kcqnp':_0x3c73e3(0x189),'VAjrv':function(_0x562e59){return _0x562e59();},'VLkym':function(_0x546476,_0x24843b){return _0x546476===_0x24843b;},'MnfhT':_0x3c73e3(0x1ea),'shoQy':function(_0x49ec56,_0x12470c){return _0x49ec56===_0x12470c;},'JQOwN':_0x3c73e3(0x1af),'hABen':_0x3c73e3(0x17f),'PPDWl':_0x3c73e3(0x198),'bVEOq':_0x3c73e3(0x172),'fuLpc':_0x3c73e3(0x169),'fvPzk':function(_0x4726eb,_0x3f20fb){return _0x4726eb(_0x3f20fb);},'IkEUi':function(_0x7a2c6b,_0x1f4b38){return _0x7a2c6b!==_0x1f4b38;},'mbhJQ':_0x3c73e3(0x1ad),'Qphwq':'ggJcD','wtGua':_0x3c73e3(0x16c),'iGIpo':'xJFpp','MSpkx':_0x3c73e3(0x1a7),'LNceF':_0x3c73e3(0x1cb),'USoCT':_0x3c73e3(0x1da),'JaavW':function(_0xf82a43,_0x12e548){return _0xf82a43(_0x12e548);}};try{if(_0x5a549b['iSehW'](_0x5a549b[_0x3c73e3(0x1c5)],_0x5a549b[_0x3c73e3(0x1bb)])){if(!_0x5a549b[_0x3c73e3(0x17c)](isTestObservabilitySession)){if(_0x5a549b['VLkym'](_0x5a549b[_0x3c73e3(0x1f8)],_0x5a549b[_0x3c73e3(0x1f8)]))return;else _0x35d6ee[_0x3c73e3(0x1f9)]&&_0x4557b8[_0x3c73e3(0x1e8)](_0x8f12d[_0x3c73e3(0x1f9)]);}const _0xe0a173=await _0x1cfb54['getCapabilities'](),_0x210b2b=await _0x1cfb54[_0x3c73e3(0x1bf)](),_0x2187e3={},_0x241c82=Object[_0x3c73e3(0x1f2)](_0x210b2b[_0x3c73e3(0x1df)]()[_0x3c73e3(0x1e5)]),_0x59de3a={'product':_0x5a549b[_0x3c73e3(0x18a)](global[_0x3c73e3(0x1aa)],_0x5a549b['JQOwN'])?_0x241c82[_0x5a549b['hABen']]||_0x241c82[_0x5a549b[_0x3c73e3(0x202)]]?_0x5a549b[_0x3c73e3(0x16f)]:_0x5a549b[_0x3c73e3(0x1cf)]:null,'capabilities':_0x241c82,'platform':_0xe0a173[_0x3c73e3(0x20e)](),'platform_version':_0x5a549b[_0x3c73e3(0x1ee)](getPlatformVersion,_0x5a549b[_0x3c73e3(0x18a)](global[_0x3c73e3(0x1aa)],_0x5a549b[_0x3c73e3(0x20f)])),'browser':_0xe0a173['getBrowserName'](),'browser_version':_0xe0a173['getBrowserVersion'](),'session_id':_0x210b2b['toJSON']()};if(global[_0x3c73e3(0x1aa)]){if(_0x5a549b['IkEUi'](_0x5a549b[_0x3c73e3(0x176)],_0x5a549b[_0x3c73e3(0x1a5)]))_0x2187e3[global[_0x3c73e3(0x1aa)]]=_0x59de3a;else{if(!_0x271417||_0x5a549b[_0x3c73e3(0x17a)](typeof _0x147395,_0x5a549b[_0x3c73e3(0x1de)]))return[null,null];if(_0x5a549b[_0x3c73e3(0x212)](_0x17eadb[_0x3c73e3(0x1e1)](_0x5a549b[_0x3c73e3(0x20c)]),-0x1)){const _0x29ab0a=_0x298481['split'](_0x5a549b['SXWEZ']);return[_0x29ab0a[0x0][_0x3c73e3(0x192)](0x0,-0x1)[_0x3c73e3(0x1b3)]('\x22')[0x1],_0x29ab0a[0x1][_0x3c73e3(0x1a9)](0x1)];}else{if(_0x5a549b[_0x3c73e3(0x17a)](_0x58ac61['indexOf'](_0x5a549b[_0x3c73e3(0x178)]),-0x1)){const _0x445b58=_0x21641b[_0x3c73e3(0x1b3)](_0x5a549b['IRNHt']);return[_0x445b58[0x0][_0x3c73e3(0x192)](0x0,-0x1)[_0x3c73e3(0x1b3)]('\x22')[0x1],_0x398ba2];}}return[null,null];}}else{if(_0x5a549b[_0x3c73e3(0x1eb)](_0x5a549b[_0x3c73e3(0x1cc)],_0x5a549b[_0x3c73e3(0x19c)]))_0x2187e3[_0x5a549b[_0x3c73e3(0x186)]]=_0x59de3a;else return;}process['emit']('bs:addPlatformDetails:'+process[_0x3c73e3(0x1ed)],{'timestamp':new Date()[_0x3c73e3(0x1d8)](),'level':null,'message':null,'kind':_0x5a549b['LNceF'],'http_response':_0x2187e3,'uuid':_0x1cca98});}else _0x5aa1c3[_0x37537d]=(..._0x4e57cd)=>{_0x6dc4cd[_0x3d44a0](..._0x4e57cd);};}catch(_0x9c1c40){_0x5a549b[_0x3c73e3(0x17a)](_0x5a549b[_0x3c73e3(0x168)],_0x5a549b['USoCT'])?_0x19333b[_0x40c8c6[_0x3c73e3(0x1aa)]]=_0x136b0a:_0x5a549b['JaavW'](debug,'Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20'+_0x9c1c40);}},exports[a25_0x35b2de(0x196)]=_0xfaa269=>{const _0x5b6b00=a25_0x35b2de,_0x48c210={'AtcZG':function(_0x138c83,_0x4d8142){return _0x138c83!==_0x4d8142;},'hOxoa':_0x5b6b00(0x193),'TIgJs':function(_0x16e869,_0x228254){return _0x16e869===_0x228254;},'SusBB':_0x5b6b00(0x18f),'UCXVV':function(_0x5827ba,_0x8bad94){return _0x5827ba(_0x8bad94);},'LJcUL':_0x5b6b00(0x1c7),'vPYoI':_0x5b6b00(0x17d),'OuhGT':_0x5b6b00(0x20d),'nsNhv':'passed','LTGGZ':_0x5b6b00(0x1c9)},_0x133794=_0xfaa269['suites'][_0x5b6b00(0x1a8)]((_0x453a61,_0x3a648d)=>{const _0x545fe0=_0x5b6b00;if(_0x48c210[_0x545fe0(0x211)](_0x48c210[_0x545fe0(0x195)],_0x48c210[_0x545fe0(0x195)])){const _0x213531=_0x4f7094[_0x545fe0(0x1d9)][_0xe985ba]||[];_0x213531[_0x545fe0(0x1d5)](_0x165754=>{const _0x297d38=_0x545fe0;_0x165754[_0x297d38(0x1f9)]&&_0x427e3c[_0x297d38(0x1e8)](_0x165754[_0x297d38(0x1f9)]);});}else{const _0xcd506e=exports[_0x545fe0(0x196)](_0x3a648d);if(_0xcd506e){if(_0x48c210[_0x545fe0(0x182)](_0x48c210[_0x545fe0(0x184)],_0x48c210[_0x545fe0(0x184)]))_0x453a61=_0x453a61[_0x545fe0(0x1d3)](_0xcd506e);else return[null,null];}return _0x453a61;}},[]),_0x319205=_0xfaa269[_0x5b6b00(0x1b2)]['filter'](_0x4eee19=>{const _0x1fcc3b=_0x5b6b00,_0xacf7af={'Debzf':function(_0x5db109,_0x3a027e){const _0x1b262f=a25_0xaeec;return _0x48c210[_0x1b262f(0x1e9)](_0x5db109,_0x3a027e);}};if(_0x48c210[_0x1fcc3b(0x182)](_0x48c210['LJcUL'],_0x48c210[_0x1fcc3b(0x1c8)]))_0xacf7af[_0x1fcc3b(0x201)](_0x56c2bd,_0x1fcc3b(0x1d2)+_0x4aa24c);else{const _0x36f9f0=_0x48c210[_0x1fcc3b(0x211)](_0x4eee19['type'],_0x48c210[_0x1fcc3b(0x1d6)])&&!_0x4eee19[_0x1fcc3b(0x1ab)]&&_0x48c210[_0x1fcc3b(0x211)](_0x4eee19[_0x1fcc3b(0x17e)],_0x48c210[_0x1fcc3b(0x188)])&&_0x48c210[_0x1fcc3b(0x211)](_0x4eee19[_0x1fcc3b(0x17e)],_0x48c210[_0x1fcc3b(0x1d1)])&&!_0x4eee19[_0x1fcc3b(0x1f7)];return _0x36f9f0;}});return _0x319205[_0x5b6b00(0x1d3)](_0x133794);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a26_0x37aef8=a26_0xa085;(function(_0x95c6a5,_0x1c30f6){const _0x30fd73=a26_0xa085,_0x1c8d1c=_0x95c6a5();while(!![]){try{const _0x145a4d=parseInt(_0x30fd73(0x106))/0x1+-parseInt(_0x30fd73(0x107))/0x2*(-parseInt(_0x30fd73(0x80))/0x3)+-parseInt(_0x30fd73(0xb0))/0x4+parseInt(_0x30fd73(0x7a))/0x5*(-parseInt(_0x30fd73(0x109))/0x6)+-parseInt(_0x30fd73(0x10a))/0x7+-parseInt(_0x30fd73(0xf6))/0x8+parseInt(_0x30fd73(0xfd))/0x9;if(_0x145a4d===_0x1c30f6)break;else _0x1c8d1c['push'](_0x1c8d1c['shift']());}catch(_0x4d5c76){_0x1c8d1c['push'](_0x1c8d1c['shift']());}}}(a26_0xba4a,0x72339));function a26_0xba4a(){const _0x40df62=['sTkgI','setGlobal','shift','__drivers','yFyuu','MElnl','iHGWO','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','bstackA11yShouldScan','titlePath','yqfoh','RgHhp','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','app','../../helpers/logger','sksnF','../../helpers/performance-tester','Performing\x20scan\x20before\x20saving\x20results','winstonLogger','startMonitoring','currentTest','XRSUV','qUVFw','\x20-\x20','stringify','err','executeScript','fGLqO','push','message','then','Automate\x20test\x20case\x20execution\x20has\x20started.','cmRZL','QMROp','UInZp','isAccessibilityPlatform','jOfIw','ghAiw','nlAwt','__error_messages__','oNtuq','olbWL','zoTEF','dVblk','debug','859256EjcKHt','FXlDO','tThxS','yzmRV','fjLjj','\x22}}','testAnalyticsId','ZNMDd','http:','KEjND','isArray','oiRjk','jWNyR','capabilities','.\x20Error\x20:','Passed','dBEtj','../../helpers/accessibility-automation/helper','./test-observability/mochaUtils','cgLfa','bAveZ','frdWw','../../helpers/percy/utils','ZJuiN','ViSTW','WAXRm','__sessionFailed','RbJAN','timeout','getCurrentUrl','initQuit','kFJrU','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','file','shouldScanTestForAccessibility','LqfTR','Igbqh','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','YREVt','veBVT','testcase','driverCleanup','qUxjI','yqvon','../../helpers/test-observability/utils','pgqKF','uPrjC','qnVdR','UtWRB','now','FpgmY','WTcDh','https:','accessibilityScanStarted','Failed:\x20','util','bBNTy','UZegO','env','format','VfDGP','quitCount_','OGADN','join','ObservabilitySync:','gpQkz','Failed\x20to\x20store\x20session\x20name:\x20','\x20|\x20','JRqCg','kltqS','6963488cuVAbW','length','../../helpers/helper','getGlobal','OwUyu','__skipSessionName','jnXcj','12521331yPGPyi','../../helpers/accessibility-automation/scripts','browserstackSessionName','UnQjm','BS_A11Y_TEST_RUN_ID','executeAsyncScript','MzZER','RDane','stopMonitoring','344557BtyPLp','1523866tuSQFd','hVZHV','366hAwBNm','2265823wexDtJ','passed','percyCaptureMode','50905oYdPFc','saveTestResults','error','info','XCXKr','title','3nVrHJu','BAqdk','state'];a26_0xba4a=function(){return _0x40df62;};return a26_0xba4a();}function a26_0xa085(_0x16423a,_0x35b836){const _0xba4a3f=a26_0xba4a();return a26_0xa085=function(_0xa08503,_0x2b2ff8){_0xa08503=_0xa08503-0x78;let _0x5dc2e6=_0xba4a3f[_0xa08503];return _0x5dc2e6;},a26_0xa085(_0x16423a,_0x35b836);}const util=require(a26_0x37aef8(0xe7)),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a26_0x37aef8(0xc1)),{percyAutoCapture}=require(a26_0x37aef8(0xc6)),{sendPlatformDetails}=require(a26_0x37aef8(0xc2)),{isBrowserstackInfra,markSessionStatus}=require(a26_0x37aef8(0xf8)),{isTestObservabilitySession}=require(a26_0x37aef8(0xdc)),PerformanceTester=require(a26_0x37aef8(0x93)),scripts=require(a26_0x37aef8(0xfe)),globals=require('../../helpers/globals'),logger=require(a26_0x37aef8(0x91))[a26_0x37aef8(0x95)];exports['mochaHooks']={'beforeAll'(){const _0x45e2f3=a26_0x37aef8,_0x50f69f={'fGLqO':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','jnXcj':_0x45e2f3(0xa2),'KEjND':_0x45e2f3(0x9a),'qnVdR':function(_0x5ecaf7,_0x927226){return _0x5ecaf7!==_0x927226;},'WAXRm':_0x45e2f3(0x83),'MfZbN':_0x45e2f3(0x88),'sMzZh':_0x45e2f3(0xbb),'ZJuiN':_0x45e2f3(0xda),'MzZER':function(_0x362fec,_0x2b2e93,_0x32194d,_0x49fe27){return _0x362fec(_0x2b2e93,_0x32194d,_0x49fe27);},'iHGWO':'failed','dBEtj':_0x45e2f3(0xf3),'FpgmY':'MBxkY','BAqdk':'PpDrX','pgqKF':function(_0x12ea8b,_0x91a069,_0x3a0bfe){return _0x12ea8b(_0x91a069,_0x3a0bfe);},'bgijN':_0x45e2f3(0x78),'yzmRV':'DEKNu','RDane':function(_0x568bf3,_0x20dd95){return _0x568bf3===_0x20dd95;},'pHXLo':'XXvmS','yFyuu':function(_0x61d146,_0x6d138b){return _0x61d146!==_0x6d138b;},'cmRZL':_0x45e2f3(0xb7),'veBVT':'bnokQ','fjLjj':function(_0x16b583){return _0x16b583();},'kltqS':_0x45e2f3(0xee),'jOfIw':function(_0x392f17,_0x53f6eb){return _0x392f17!==_0x53f6eb;},'XCXKr':_0x45e2f3(0x8e)};PerformanceTester[_0x45e2f3(0x96)]();const _0x53e2ee='browserstack internal helper hook';global['__error_messages__']=[],global[_0x45e2f3(0xca)]=![],global['driverCleanup']=async()=>{const _0x295aff=_0x45e2f3,_0x25803a={};_0x25803a['UnQjm']=_0x50f69f[_0x295aff(0x9e)],_0x25803a[_0x295aff(0xac)]=_0x50f69f[_0x295aff(0xfc)],_0x25803a[_0x295aff(0xde)]=_0x50f69f[_0x295aff(0xb9)];const _0x1d54e2=_0x25803a;if(_0x50f69f[_0x295aff(0xdf)](_0x50f69f[_0x295aff(0xc9)],_0x50f69f[_0x295aff(0xc9)]))_0x339aad[_0x295aff(0x7c)](_0x295aff(0xd0)+_0x38f119[_0x295aff(0xeb)](_0x18ad6e));else{let _0x5e9a75=![];try{_0x50f69f[_0x295aff(0xdf)](_0x50f69f['MfZbN'],_0x50f69f['sMzZh'])?(await global[_0x295aff(0x86)][0x0]['session_'],_0x5e9a75=!![],global['__sessionFailed']?_0x50f69f['qnVdR'](_0x50f69f[_0x295aff(0xc7)],_0x50f69f['ZJuiN'])?this[_0x295aff(0x97)][_0x295aff(0xd2)]&&_0x24fe1b[_0x295aff(0x7d)](_0x1d54e2[_0x295aff(0x100)]):await _0x50f69f[_0x295aff(0x103)](markSessionStatus,global[_0x295aff(0x86)][0x0],_0x50f69f[_0x295aff(0x89)],global[_0x295aff(0xaa)][_0x295aff(0xef)](_0x50f69f[_0x295aff(0xc0)])):_0x50f69f[_0x295aff(0xdf)](_0x50f69f[_0x295aff(0xe2)],_0x50f69f[_0x295aff(0x81)])?await _0x50f69f[_0x295aff(0xdd)](markSessionStatus,global[_0x295aff(0x86)][0x0],_0x50f69f['bgijN']):_0x5ad9b9=new _0x80099c(_0x4fca3f)):_0x378c92[_0x295aff(0x7d)](_0x1d54e2[_0x295aff(0xac)]);}catch(_0x97a01e){}global['__error_messages__']=[],global[_0x295aff(0xca)]=![];if(_0x5e9a75){if(_0x50f69f[_0x295aff(0xdf)](_0x50f69f[_0x295aff(0xb3)],_0x50f69f[_0x295aff(0xb3)]))_0x44b511[_0x295aff(0x7d)](_0x1d54e2['UnQjm']);else try{if(_0x50f69f[_0x295aff(0x104)](_0x50f69f['pHXLo'],_0x50f69f['pHXLo'])){try{_0x50f69f[_0x295aff(0x87)](_0x50f69f[_0x295aff(0xa3)],_0x50f69f[_0x295aff(0xd7)])?_0x50f69f[_0x295aff(0xb4)](isTestObservabilitySession)&&(_0x50f69f['yFyuu'](_0x50f69f[_0x295aff(0xf5)],_0x50f69f[_0x295aff(0xf5)])?_0x1ba120[_0x295aff(0x7c)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x295aff(0x97)]['titlePath']()+_0x295aff(0xbe),_0x4233c9):global[_0x295aff(0x86)][0x0]&&(_0x50f69f[_0x295aff(0xa7)](_0x50f69f['XCXKr'],_0x50f69f[_0x295aff(0x7e)])?_0x1f8cf1=![]:await _0x50f69f[_0x295aff(0xdd)](sendPlatformDetails,global[_0x295aff(0x86)][0x0],this[_0x295aff(0x97)]?this[_0x295aff(0x97)][_0x295aff(0xb6)]:null))):(_0x38981c['isArray'](_0x5758ae[_0x295aff(0x86)])&&_0x2eae4e[_0x295aff(0x86)][0x0]&&(_0x3b6867['__drivers'][0x0]['browserstackSessionName']=this[_0x295aff(0x97)]['titlePath']()[_0x295aff(0xef)](_0x1d54e2[_0x295aff(0xde)])),_0x392880[_0x295aff(0xff)]=this[_0x295aff(0x97)][_0x295aff(0x8c)]()['join'](_0x1d54e2['uPrjC']));}catch{}await global[_0x295aff(0x86)][0x0][_0x295aff(0xce)]();}else _0x833372[_0x295aff(0xaf)](_0x295aff(0xf2)+_0x45e088);}catch(_0x20defe){}}}};},'beforeEach'(_0x89bb81){const _0x29ad87=a26_0x37aef8,_0x1fc2a6={'bBNTy':function(_0x175f24,_0x2a2c36){return _0x175f24>_0x2a2c36;},'LqfTR':_0x29ad87(0x9a),'ViSTW':function(_0x20ee3b,_0x3588d3,_0x23bd1e){return _0x20ee3b(_0x3588d3,_0x23bd1e);},'YREVt':_0x29ad87(0x8b),'gpQkz':function(_0x49832c){return _0x49832c();},'nlAwt':function(_0x572525,_0x5a15ff){return _0x572525>_0x5a15ff;},'ghAiw':_0x29ad87(0xa6),'tThxS':function(_0x1a905c,_0x44c812){return _0x1a905c===_0x44c812;},'yqfoh':_0x29ad87(0xb8),'dVblk':function(_0x56d16a,_0x431d4b){return _0x56d16a===_0x431d4b;},'zoTEF':_0x29ad87(0xe4),'yqvon':_0x29ad87(0x8a),'UInZp':'Automate\x20test\x20case\x20execution\x20has\x20started.'};new Promise(async _0x564ccd=>{const _0x2cb41a=_0x29ad87,_0x14c79b='browserstack internal helper hook';let _0x36cd28=!![];try{_0x1fc2a6['bBNTy'](global[_0x2cb41a(0x86)][_0x2cb41a(0xf7)],0x1)&&(await global[_0x2cb41a(0xd9)](),global['__drivers']['shift']()),_0x1fc2a6[_0x2cb41a(0xe8)](global[_0x2cb41a(0x86)][0x0]['quitCount_'],0x0)&&(_0x36cd28=![],await global[_0x2cb41a(0xd9)]());}catch{}try{Array[_0x2cb41a(0xba)](global[_0x2cb41a(0x86)])&&global['__drivers'][0x0]&&(global[_0x2cb41a(0x86)][0x0]['browserstackSessionName']=this[_0x2cb41a(0x97)][_0x2cb41a(0x8c)]()[_0x2cb41a(0xef)](_0x1fc2a6[_0x2cb41a(0xd3)])),global[_0x2cb41a(0xff)]=this[_0x2cb41a(0x97)][_0x2cb41a(0x8c)]()[_0x2cb41a(0xef)](_0x1fc2a6[_0x2cb41a(0xd3)]);}catch(_0x202b2b){logger[_0x2cb41a(0xaf)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x202b2b);}this[_0x2cb41a(0x97)][_0x2cb41a(0xd2)]=_0x1fc2a6[_0x2cb41a(0xc8)](shouldScanTestForAccessibility,this['currentTest'][_0x2cb41a(0x8c)](),!![]),globals[_0x2cb41a(0x84)](_0x1fc2a6[_0x2cb41a(0xd6)],this[_0x2cb41a(0x97)][_0x2cb41a(0xd2)]),this['currentTest'][_0x2cb41a(0xe5)]=!![];if(_0x1fc2a6[_0x2cb41a(0xf1)](isAccessibilityAutomationSession)&&_0x36cd28&&Array['isArray'](global['__drivers'])&&_0x1fc2a6[_0x2cb41a(0xa9)](global[_0x2cb41a(0x86)]['length'],0x0)&&globals['getGlobal'](_0x1fc2a6[_0x2cb41a(0xa8)]))try{const _0x1bd2c6=await global[_0x2cb41a(0x86)][0x0]['session_'];if(_0x1bd2c6){let _0xeaca5e=!![];const _0x9fbdb5=await global[_0x2cb41a(0x86)][0x0][_0x2cb41a(0xcd)]();let _0x537d43;try{_0x537d43=new URL(_0x9fbdb5);}catch(_0x212e4a){_0xeaca5e=![];}_0xeaca5e=_0x1fc2a6[_0x2cb41a(0xb2)](_0x537d43['protocol'],_0x1fc2a6[_0x2cb41a(0x8d)])||_0x1fc2a6[_0x2cb41a(0xae)](_0x537d43['protocol'],_0x1fc2a6[_0x2cb41a(0xad)]),_0xeaca5e&&(this[_0x2cb41a(0x97)]['shouldScanTestForAccessibility']&&logger['info'](_0x1fc2a6[_0x2cb41a(0xdb)])),this[_0x2cb41a(0x97)][_0x2cb41a(0xe5)]=this[_0x2cb41a(0x97)][_0x2cb41a(0xd2)],this[_0x2cb41a(0x97)][_0x2cb41a(0xd2)]&&logger[_0x2cb41a(0x7d)](_0x1fc2a6[_0x2cb41a(0xa5)]);}}catch(_0x3f91c2){logger[_0x2cb41a(0x7c)](_0x2cb41a(0xd0)+util[_0x2cb41a(0xeb)](_0x3f91c2));}_0x1fc2a6[_0x2cb41a(0xf1)](_0x564ccd);})[_0x29ad87(0xa1)](_0x89bb81);},'afterEach'(_0x245f24){const _0x37503a=a26_0x37aef8,_0x5531a5={'hVZHV':function(_0x220d62,_0x33f587){return _0x220d62>_0x33f587;},'jWNyR':function(_0x3c7260,_0x3dd52d){return _0x3c7260===_0x3dd52d;},'Igbqh':_0x37503a(0xd8),'XRSUV':'appium:app','bAveZ':function(_0x5d3c83,_0x196a6e,_0x2e7750,_0x246dc2){return _0x5d3c83(_0x196a6e,_0x2e7750,_0x246dc2);},'VfDGP':'\x20-\x20','QMROp':function(_0x4d8135,_0x68c509){return _0x4d8135!==_0x68c509;},'UtWRB':_0x37503a(0x78),'frdWw':function(_0x1ae151,_0x8d32c5,_0x125eb8){return _0x1ae151(_0x8d32c5,_0x125eb8);},'ffoDQ':function(_0x190f45,_0x2db59b){return _0x190f45+_0x2db59b;},'UZegO':_0x37503a(0xe6),'oNtuq':'error','WTcDh':function(_0x2aa3c9,_0x4468d6,_0x18afb6){return _0x2aa3c9(_0x4468d6,_0x18afb6);},'sksnF':_0x37503a(0xbf),'FflOg':_0x37503a(0x7d),'yifba':_0x37503a(0xa6),'SeLvm':_0x37503a(0x8b),'kFJrU':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','OwUyu':function(_0x97ee4b,_0xc408c4){return _0x97ee4b(_0xc408c4);},'RbJAN':_0x37503a(0x94),'jmTeG':_0x37503a(0xd5),'cgLfa':function(_0x288574){return _0x288574();},'FXlDO':function(_0x1eda4d,_0x35a375,_0x14bd30){return _0x1eda4d(_0x35a375,_0x14bd30);},'JRqCg':_0x37503a(0xaf)},_0x463d77='browserstack internal helper hook';this[_0x37503a(0xcc)](0xfde8);const _0x234da6=async(_0x243395,_0x139d93)=>{const _0x2dc305=_0x37503a;await global[_0x2dc305(0x86)][0x0][_0x2dc305(0x9d)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x243395+',\x22level\x22:\x20\x22'+_0x139d93+_0x2dc305(0xb5));};new Promise(async _0x2020d1=>{const _0x55c87e=_0x37503a;try{_0x5531a5[_0x55c87e(0x108)](global[_0x55c87e(0x86)][_0x55c87e(0xf7)],0x1)&&(await global['driverCleanup'](),global[_0x55c87e(0x86)][_0x55c87e(0x85)](),global[_0x55c87e(0xaa)]=[],global['__sessionFailed']=![]);try{if(global['percy']&&_0x5531a5[_0x55c87e(0xbc)](global[_0x55c87e(0x79)],_0x5531a5[_0x55c87e(0xd4)])&&global[_0x55c87e(0x86)][0x0]){const _0x25de51=_0x5531a5[_0x55c87e(0x108)](global['capabilities'][_0x55c87e(0xf7)],0x0)?!!global[_0x55c87e(0xbd)][0x0][_0x55c87e(0x90)]||!!global['capabilities'][0x0][_0x5531a5[_0x55c87e(0x98)]]:![],_0x22f9ff={};_0x22f9ff[_0x55c87e(0x90)]=_0x25de51,await _0x5531a5[_0x55c87e(0xc4)](percyAutoCapture,global[_0x55c87e(0x86)][0x0],_0x5531a5[_0x55c87e(0xd4)],_0x22f9ff);}}catch(_0x1c20e5){}!global[_0x55c87e(0xfb)]&&(await global[_0x55c87e(0x86)][0x0][_0x55c87e(0x9d)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x55c87e(0x9b)](this['currentTest']['titlePath']()[_0x55c87e(0xef)](_0x5531a5[_0x55c87e(0xec)]))+'}}'),global[_0x55c87e(0x86)][0x0]['sessionNameSet__']=!![]);const _0x49c43f=_0x5531a5[_0x55c87e(0xa4)](this[_0x55c87e(0x97)][_0x55c87e(0x82)],_0x5531a5[_0x55c87e(0xe0)]);_0x49c43f?(global[_0x55c87e(0xca)]=!![],global[_0x55c87e(0xaa)][_0x55c87e(0x9f)](this[_0x55c87e(0x97)][_0x55c87e(0x9c)][_0x55c87e(0xa0)]),await _0x5531a5[_0x55c87e(0xc5)](_0x234da6,JSON[_0x55c87e(0x9b)](_0x5531a5['ffoDQ'](_0x5531a5[_0x55c87e(0xe9)],this[_0x55c87e(0x97)][_0x55c87e(0x9c)][_0x55c87e(0xa0)])),_0x5531a5[_0x55c87e(0xab)])):await _0x5531a5[_0x55c87e(0xe3)](_0x234da6,JSON[_0x55c87e(0x9b)](_0x5531a5[_0x55c87e(0x92)]),_0x5531a5['FflOg']);}catch(_0x4defd2){}try{if(this['currentTest'][_0x55c87e(0xe5)]&&globals[_0x55c87e(0xf9)](_0x5531a5['yifba'])&&globals[_0x55c87e(0xf9)](_0x5531a5['SeLvm'])){logger[_0x55c87e(0x7d)](_0x5531a5[_0x55c87e(0xcf)]);const _0x1a2177={'saveResults':this[_0x55c87e(0x97)]['shouldScanTestForAccessibility'],'testDetails':{'name':this[_0x55c87e(0x97)][_0x55c87e(0x7f)],'testRunId':process[_0x55c87e(0xea)][_0x55c87e(0x101)],'filePath':this[_0x55c87e(0x97)][_0x55c87e(0xd1)],'scopeList':this[_0x55c87e(0x97)]['titlePath']()},'platform':await _0x5531a5[_0x55c87e(0xfa)](fetchPlatformDetails,global[_0x55c87e(0x86)][0x0])};logger[_0x55c87e(0xaf)](_0x5531a5[_0x55c87e(0xcb)]),logger[_0x55c87e(0xaf)](util['format'](await global[_0x55c87e(0x86)][0x0][_0x55c87e(0x102)](scripts['performScan'],{'method':global[_0x55c87e(0xff)]}))),await global[_0x55c87e(0x86)][0x0][_0x55c87e(0x102)](scripts[_0x55c87e(0x7b)],_0x1a2177),logger[_0x55c87e(0x7d)](_0x5531a5['jmTeG']);}}catch(_0xf317ae){logger[_0x55c87e(0x7c)](_0x55c87e(0x8f)+this[_0x55c87e(0x97)][_0x55c87e(0x8c)]()+_0x55c87e(0xbe),_0xf317ae);}try{try{if(_0x5531a5['cgLfa'](isTestObservabilitySession)){global[_0x55c87e(0x86)][0x0]&&await _0x5531a5[_0x55c87e(0xc5)](sendPlatformDetails,global['__drivers'][0x0],this['currentTest']?this[_0x55c87e(0x97)][_0x55c87e(0xb6)]:null);if(_0x5531a5['cgLfa'](isBrowserstackInfra)){const _0x4187b6=_0x55c87e(0xf0)+Date[_0x55c87e(0xe1)]();await _0x5531a5[_0x55c87e(0xb1)](_0x234da6,JSON[_0x55c87e(0x9b)](_0x4187b6),_0x5531a5[_0x55c87e(0xf4)]);}}}catch{}_0x5531a5[_0x55c87e(0x108)](global[_0x55c87e(0x86)][0x0][_0x55c87e(0xed)],0x0)&&await global[_0x55c87e(0xd9)]();}catch(_0x379241){}_0x5531a5[_0x55c87e(0xc3)](_0x2020d1);})[_0x37503a(0xa1)](()=>_0x245f24());},'afterAll'(_0x18bee5){const _0x5a4d07=a26_0x37aef8,_0x20906f={'qUVFw':function(_0x56dfa0){return _0x56dfa0();}},_0xeca452='browserstack internal helper hook';this[_0x5a4d07(0xcc)](0xfde8),new Promise(async _0x49b319=>{const _0x7fac48=_0x5a4d07;PerformanceTester[_0x7fac48(0x105)](),await global['driverCleanup'](),_0x20906f[_0x7fac48(0x99)](_0x49b319);})[_0x5a4d07(0xa1)](()=>_0x18bee5());}};
|
|
1
|
+
function a26_0x444b(){const _0x267122=['oUxZj','startMonitoring','fTXFH','driverCleanup','err','deJaQ','KwJOf','CAJvp','VMyQD','wPjCd','bstackA11yShouldScan','Automate\x20test\x20case\x20execution\x20has\x20started.','KeSDE','ujLUL','info','aYclB','isArray','ChZqW','title','WeeuZ','qDcxr','pdORk','32wAlewf','setGlobal','capabilities','BGeNb','RTogO','titlePath','MIVFf','__drivers','WotZn','app','join','KuHOz','qMsGj','5692JSuvYn','../../helpers/globals','accessibilityScanStarted','tmxdi','format','24XzFREA','UBzaM','https:','__skipSessionName','813703PrUsEa','.\x20Error\x20:','performScan','VZooH','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','ObservabilitySync:','saveTestResults','9319170AlXxeW','timeout','Alira','LGvbA','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','shouldScanTestForAccessibility','../../helpers/performance-tester','RXhxr','STZGW','5100070BZItuZ','protocol','ZEOdV','failed','yyDtT','bhozC','executeScript','xjlFX','zuZVi','quitCount_','oMnwO','util','then','stringify','Failed:\x20','LdMBc','../../helpers/test-observability/utils','Iwgha','testcase','env','./test-observability/mochaUtils','error','IneWy','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','gKGhg','passed','qfIMr','tBjNG','LHOwR','executeAsyncScript','doaBp','2697kDfScK','currentTest','kCtaO','7GvKNRh','11235306OXYFSE','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','AnDhh','OlSFl','fCwNR','uFoHQ','sPGnY','Osmzq','rRTwd','Failed\x20to\x20store\x20session\x20name:\x20','../../helpers/accessibility-automation/helper','message','\x20|\x20','HeLhN','lbjfq','sOMPv','18608odxsAY','percy','GMHcH','../../helpers/logger','KRRcN','\x20-\x20','fXUHz','__sessionFailed','dHDUI','PYUeA','jXhMd','nRDTH','appium:app','xIuNw',',\x22level\x22:\x20\x22','twxPq','file','1583397SyPVMJ','VkzDC','debug','ikSly','../../helpers/accessibility-automation/scripts','Performing\x20scan\x20before\x20saving\x20results','now','BS_A11Y_TEST_RUN_ID','push','DvGtf','length','Passed','initQuit','getGlobal','testAnalyticsId','IkuGa','eSNBE','sessionNameSet__','yBNLI','__error_messages__','http:','oDoJz','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','RCbOM','PzDaV','session_','isAccessibilityPlatform','winstonLogger','shift','browserstackSessionName'];a26_0x444b=function(){return _0x267122;};return a26_0x444b();}const a26_0x294400=a26_0x27fb;(function(_0x1793db,_0x16b1e8){const _0x9b7309=a26_0x27fb,_0x473020=_0x1793db();while(!![]){try{const _0x4cd0dd=-parseInt(_0x9b7309(0x1e4))/0x1*(-parseInt(_0x9b7309(0x22b))/0x2)+-parseInt(_0x9b7309(0x217))/0x3*(-parseInt(_0x9b7309(0x1df))/0x4)+parseInt(_0x9b7309(0x1f8))/0x5+-parseInt(_0x9b7309(0x21b))/0x6*(parseInt(_0x9b7309(0x21a))/0x7)+parseInt(_0x9b7309(0x1d2))/0x8*(-parseInt(_0x9b7309(0x19e))/0x9)+parseInt(_0x9b7309(0x1ef))/0xa+parseInt(_0x9b7309(0x1e8))/0xb;if(_0x4cd0dd===_0x16b1e8)break;else _0x473020['push'](_0x473020['shift']());}catch(_0x4d13c6){_0x473020['push'](_0x473020['shift']());}}}(a26_0x444b,0xe8782));const util=require(a26_0x294400(0x203)),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a26_0x294400(0x225)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require(a26_0x294400(0x20c)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper'),{isTestObservabilitySession}=require(a26_0x294400(0x208)),PerformanceTester=require(a26_0x294400(0x1f5)),scripts=require(a26_0x294400(0x1a2)),globals=require(a26_0x294400(0x1e0)),logger=require(a26_0x294400(0x22e))[a26_0x294400(0x1b9)];function a26_0x27fb(_0x58fe85,_0x2eaf53){const _0x444bef=a26_0x444b();return a26_0x27fb=function(_0x27fb12,_0x15a0b7){_0x27fb12=_0x27fb12-0x194;let _0x27d9c9=_0x444bef[_0x27fb12];return _0x27d9c9;},a26_0x27fb(_0x58fe85,_0x2eaf53);}exports['mochaHooks']={'beforeAll'(){const _0x599ec8=a26_0x294400,_0x71c1cd={'WotZn':_0x599ec8(0x21c),'zQZfP':_0x599ec8(0x230),'dHDUI':_0x599ec8(0x1c7),'nRDTH':function(_0x214bf3,_0x1de6ff){return _0x214bf3!==_0x1de6ff;},'VZooH':_0x599ec8(0x197),'tBjNG':function(_0x3f4b81,_0x171224){return _0x3f4b81===_0x171224;},'RCbOM':_0x599ec8(0x1b0),'VMyQD':_0x599ec8(0x223),'ucKxO':function(_0x527b1f,_0x448f3,_0x1ad43b,_0x2a22cc){return _0x527b1f(_0x448f3,_0x1ad43b,_0x2a22cc);},'zuZVi':_0x599ec8(0x1fb),'WeeuZ':_0x599ec8(0x227),'DvGtf':function(_0x536a8b,_0x533f00){return _0x536a8b!==_0x533f00;},'PzDaV':_0x599ec8(0x19a),'fXUHz':'DGLyd','aYclB':function(_0x4e4804,_0x55fc3b,_0x584f31){return _0x4e4804(_0x55fc3b,_0x584f31);},'OlSFl':_0x599ec8(0x211),'fTXFH':_0x599ec8(0x1e2),'KRRcN':_0x599ec8(0x214),'sOMPv':_0x599ec8(0x220),'AtvnN':function(_0x395ec6,_0x591f52){return _0x395ec6!==_0x591f52;},'eSNBE':_0x599ec8(0x1b3),'KuHOz':_0x599ec8(0x1ad),'doaBp':function(_0x1f7869){return _0x1f7869();},'STZGW':function(_0x1f53a2,_0x4c929e){return _0x1f53a2!==_0x4c929e;},'pdORk':_0x599ec8(0x19c),'VkzDC':_0x599ec8(0x229),'IneWy':function(_0x2daf2a,_0x4074ff){return _0x2daf2a!==_0x4074ff;},'ZEOdV':'eYndr','LGvbA':'EzVQP'};PerformanceTester[_0x599ec8(0x1bd)]();const _0x3e75f3='browserstack internal helper hook';global['__error_messages__']=[],global['__sessionFailed']=![],global[_0x599ec8(0x1bf)]=async()=>{const _0x2d5564=_0x599ec8,_0x21464b={};_0x21464b[_0x2d5564(0x1f1)]=_0x71c1cd[_0x2d5564(0x195)];const _0x3cc1f2=_0x21464b;if(_0x71c1cd[_0x2d5564(0x198)](_0x71c1cd[_0x2d5564(0x1eb)],_0x71c1cd['VZooH']))this[_0x2d5564(0x218)]['shouldScanTestForAccessibility']&&_0xd78abb[_0x2d5564(0x1ca)](_0x71c1cd[_0x2d5564(0x1da)]);else{let _0x10868a=![];try{_0x71c1cd[_0x2d5564(0x213)](_0x71c1cd[_0x2d5564(0x1b5)],_0x71c1cd[_0x2d5564(0x1b5)])?(await global['__drivers'][0x0][_0x2d5564(0x1b7)],_0x10868a=!![],global['__sessionFailed']?_0x71c1cd[_0x2d5564(0x213)](_0x71c1cd[_0x2d5564(0x1c4)],_0x71c1cd[_0x2d5564(0x1c4)])?await _0x71c1cd['ucKxO'](markSessionStatus,global['__drivers'][0x0],_0x71c1cd[_0x2d5564(0x200)],global[_0x2d5564(0x1b1)][_0x2d5564(0x1dc)](_0x71c1cd[_0x2d5564(0x1cf)])):_0x15f0ee[_0x2d5564(0x20d)](_0x2d5564(0x1b4)+this['currentTest']['titlePath']()+'.\x20Error\x20:',_0x11a415):_0x71c1cd[_0x2d5564(0x1a7)](_0x71c1cd[_0x2d5564(0x1b6)],_0x71c1cd[_0x2d5564(0x231)])?await _0x71c1cd[_0x2d5564(0x1cb)](markSessionStatus,global[_0x2d5564(0x1d9)][0x0],_0x71c1cd[_0x2d5564(0x21e)]):_0x52a66e[_0x2d5564(0x1ca)](_0x71c1cd['WotZn'])):(_0x1a5bb8[_0x2d5564(0x1cc)](_0xc0a6fa['__drivers'])&&_0xecc8c3[_0x2d5564(0x1d9)][0x0]&&(_0x413589[_0x2d5564(0x1d9)][0x0][_0x2d5564(0x1bb)]=this[_0x2d5564(0x218)][_0x2d5564(0x1d7)]()[_0x2d5564(0x1dc)](_0x71c1cd['zQZfP'])),_0x5ec86a[_0x2d5564(0x1bb)]=this['currentTest'][_0x2d5564(0x1d7)]()['join'](_0x71c1cd['zQZfP']));}catch(_0x8c8ae4){}global['__error_messages__']=[],global[_0x2d5564(0x194)]=![];if(_0x10868a){if(_0x71c1cd[_0x2d5564(0x213)](_0x71c1cd[_0x2d5564(0x1be)],_0x71c1cd[_0x2d5564(0x22f)]))_0xcba054['error'](_0x2d5564(0x1ec)+_0x43b03d['format'](_0x70c731));else try{if(_0x71c1cd[_0x2d5564(0x1a7)](_0x71c1cd[_0x2d5564(0x22a)],_0x71c1cd[_0x2d5564(0x22a)]))_0x2c5383=![];else{try{_0x71c1cd['AtvnN'](_0x71c1cd[_0x2d5564(0x1ae)],_0x71c1cd[_0x2d5564(0x1dd)])?_0x71c1cd[_0x2d5564(0x216)](isTestObservabilitySession)&&(_0x71c1cd[_0x2d5564(0x1f7)](_0x71c1cd[_0x2d5564(0x1d1)],_0x71c1cd[_0x2d5564(0x19f)])?global[_0x2d5564(0x1d9)][0x0]&&(_0x71c1cd[_0x2d5564(0x20e)](_0x71c1cd[_0x2d5564(0x1fa)],_0x71c1cd[_0x2d5564(0x1f2)])?await _0x71c1cd[_0x2d5564(0x1cb)](sendPlatformDetails,global[_0x2d5564(0x1d9)][0x0],this[_0x2d5564(0x218)]?this['currentTest'][_0x2d5564(0x1ac)]:null):_0x481f25['debug']('Failed\x20to\x20store\x20session\x20name:\x20'+_0x3434f4)):_0x2947b6[_0x2d5564(0x1ca)](_0x3cc1f2[_0x2d5564(0x1f1)])):_0x3b3bff=new _0x35363f(_0x39150b);}catch{}await global['__drivers'][0x0][_0x2d5564(0x1aa)]();}}catch(_0x3ce5ac){}}}};},'beforeEach'(_0x19534d){const _0x28abfe=a26_0x294400,_0x128676={'kCtaO':function(_0x463c36,_0xcd19ec){return _0x463c36>_0xcd19ec;},'sPGnY':function(_0x24cfca,_0x483d5b){return _0x24cfca>_0x483d5b;},'Osmzq':_0x28abfe(0x230),'AnDhh':function(_0x14ff26,_0x4ed5fa,_0x300eed){return _0x14ff26(_0x4ed5fa,_0x300eed);},'qMsGj':_0x28abfe(0x1c6),'KwJOf':function(_0x92ed76){return _0x92ed76();},'oMnwO':_0x28abfe(0x1b8),'PYUeA':function(_0x345041,_0x32c314){return _0x345041===_0x32c314;},'GMHcH':_0x28abfe(0x1b2),'xjlFX':_0x28abfe(0x1e6),'MIVFf':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','mdhLw':_0x28abfe(0x1c7)};new Promise(async _0x2b468f=>{const _0x150550=_0x28abfe,_0x4ff0a1='browserstack internal helper hook';let _0x2517cd=!![];try{_0x128676[_0x150550(0x219)](global[_0x150550(0x1d9)]['length'],0x1)&&(await global[_0x150550(0x1bf)](),global['__drivers'][_0x150550(0x1ba)]()),_0x128676[_0x150550(0x221)](global[_0x150550(0x1d9)][0x0]['quitCount_'],0x0)&&(_0x2517cd=![],await global[_0x150550(0x1bf)]());}catch{}try{Array[_0x150550(0x1cc)](global[_0x150550(0x1d9)])&&global[_0x150550(0x1d9)][0x0]&&(global[_0x150550(0x1d9)][0x0][_0x150550(0x1bb)]=this[_0x150550(0x218)][_0x150550(0x1d7)]()[_0x150550(0x1dc)](_0x128676['Osmzq'])),global['browserstackSessionName']=this[_0x150550(0x218)]['titlePath']()[_0x150550(0x1dc)](_0x128676[_0x150550(0x222)]);}catch(_0x100e1a){logger['debug'](_0x150550(0x224)+_0x100e1a);}this['currentTest'][_0x150550(0x1f4)]=_0x128676[_0x150550(0x21d)](shouldScanTestForAccessibility,this[_0x150550(0x218)][_0x150550(0x1d7)](),!![]),globals[_0x150550(0x1d3)](_0x128676[_0x150550(0x1de)],this['currentTest'][_0x150550(0x1f4)]),this[_0x150550(0x218)][_0x150550(0x1e1)]=!![];if(_0x128676[_0x150550(0x1c2)](isAccessibilityAutomationSession)&&_0x2517cd&&Array[_0x150550(0x1cc)](global['__drivers'])&&_0x128676[_0x150550(0x219)](global['__drivers'][_0x150550(0x1a8)],0x0)&&globals[_0x150550(0x1ab)](_0x128676[_0x150550(0x202)]))try{const _0x56b42a=await global[_0x150550(0x1d9)][0x0][_0x150550(0x1b7)];if(_0x56b42a){let _0x5400dc=!![];const _0x955fa6=await global['__drivers'][0x0]['getCurrentUrl']();let _0x1ef1bf;try{_0x1ef1bf=new URL(_0x955fa6);}catch(_0x308598){_0x5400dc=![];}_0x5400dc=_0x128676['PYUeA'](_0x1ef1bf[_0x150550(0x1f9)],_0x128676[_0x150550(0x22d)])||_0x128676[_0x150550(0x196)](_0x1ef1bf[_0x150550(0x1f9)],_0x128676[_0x150550(0x1ff)]),_0x5400dc&&(this['currentTest'][_0x150550(0x1f4)]&&logger[_0x150550(0x1ca)](_0x128676[_0x150550(0x1d8)])),this[_0x150550(0x218)][_0x150550(0x1e1)]=this[_0x150550(0x218)][_0x150550(0x1f4)],this[_0x150550(0x218)]['shouldScanTestForAccessibility']&&logger['info'](_0x128676['mdhLw']);}}catch(_0x23b95e){logger[_0x150550(0x20d)](_0x150550(0x1ec)+util[_0x150550(0x1e3)](_0x23b95e));}_0x128676['KwJOf'](_0x2b468f);})[_0x28abfe(0x204)](_0x19534d);},'afterEach'(_0x4c9963){const _0x1208ae=a26_0x294400,_0x5e8f74={'sBkNo':function(_0x1fce93,_0x149015){return _0x1fce93>_0x149015;},'RXhxr':function(_0x5993f8,_0x13cb70){return _0x5993f8===_0x13cb70;},'gKGhg':_0x1208ae(0x20a),'Iwgha':function(_0x2530ff,_0x3b8231){return _0x2530ff>_0x3b8231;},'fCwNR':_0x1208ae(0x199),'xubUs':function(_0x519870,_0x1ff144,_0x2c9e48,_0x299ce9){return _0x519870(_0x1ff144,_0x2c9e48,_0x299ce9);},'RTogO':_0x1208ae(0x230),'TranO':function(_0x4647bc,_0x2f0f64){return _0x4647bc!==_0x2f0f64;},'qfIMr':_0x1208ae(0x211),'CAJvp':function(_0x55fb6d,_0x15db7f,_0x533303){return _0x55fb6d(_0x15db7f,_0x533303);},'bhozC':function(_0x1176c7,_0x51e60b){return _0x1176c7+_0x51e60b;},'AvWLD':_0x1208ae(0x206),'qDcxr':_0x1208ae(0x20d),'KBIuA':_0x1208ae(0x1a9),'NGuEF':_0x1208ae(0x1ca),'deJaQ':_0x1208ae(0x1b8),'LdMBc':_0x1208ae(0x1c6),'ujLUL':_0x1208ae(0x20f),'yyDtT':function(_0x286d15,_0x24a8ae){return _0x286d15(_0x24a8ae);},'ChZqW':_0x1208ae(0x1a3),'BGeNb':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','KeSDE':function(_0x432888){return _0x432888();},'oUxZj':function(_0x45d906,_0x54acec,_0x255f39){return _0x45d906(_0x54acec,_0x255f39);},'UBzaM':_0x1208ae(0x1a0),'HeLhN':function(_0x3a9c18,_0x2d2add){return _0x3a9c18>_0x2d2add;},'wPjCd':function(_0x2edfbe){return _0x2edfbe();}},_0x28af9d='browserstack internal helper hook';this[_0x1208ae(0x1f0)](0xfde8);const _0x16005a=async(_0x638063,_0x4cfd26)=>{const _0x347ea3=_0x1208ae;await global[_0x347ea3(0x1d9)][0x0][_0x347ea3(0x1fe)](_0x347ea3(0x1f3)+_0x638063+_0x347ea3(0x19b)+_0x4cfd26+'\x22}}');};new Promise(async _0x3696d2=>{const _0xe0fa64=_0x1208ae;try{_0x5e8f74['sBkNo'](global[_0xe0fa64(0x1d9)][_0xe0fa64(0x1a8)],0x1)&&(await global[_0xe0fa64(0x1bf)](),global[_0xe0fa64(0x1d9)]['shift'](),global[_0xe0fa64(0x1b1)]=[],global[_0xe0fa64(0x194)]=![]);try{if(global[_0xe0fa64(0x22c)]&&_0x5e8f74[_0xe0fa64(0x1f6)](global['percyCaptureMode'],_0x5e8f74[_0xe0fa64(0x210)])&&global[_0xe0fa64(0x1d9)][0x0]){const _0x42bd2b=_0x5e8f74[_0xe0fa64(0x209)](global[_0xe0fa64(0x1d4)][_0xe0fa64(0x1a8)],0x0)?!!global[_0xe0fa64(0x1d4)][0x0][_0xe0fa64(0x1db)]||!!global['capabilities'][0x0][_0x5e8f74[_0xe0fa64(0x21f)]]:![],_0x3999f1={};_0x3999f1[_0xe0fa64(0x1db)]=_0x42bd2b,await _0x5e8f74['xubUs'](percyAutoCapture,global[_0xe0fa64(0x1d9)][0x0],_0x5e8f74[_0xe0fa64(0x210)],_0x3999f1);}}catch(_0x554625){}!global[_0xe0fa64(0x1e7)]&&(await global['__drivers'][0x0][_0xe0fa64(0x1fe)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON['stringify'](this[_0xe0fa64(0x218)]['titlePath']()[_0xe0fa64(0x1dc)](_0x5e8f74[_0xe0fa64(0x1d6)]))+'}}'),global[_0xe0fa64(0x1d9)][0x0][_0xe0fa64(0x1af)]=!![]);const _0xb84e02=_0x5e8f74['TranO'](this[_0xe0fa64(0x218)]['state'],_0x5e8f74[_0xe0fa64(0x212)]);_0xb84e02?(global[_0xe0fa64(0x194)]=!![],global[_0xe0fa64(0x1b1)][_0xe0fa64(0x1a6)](this['currentTest'][_0xe0fa64(0x1c0)][_0xe0fa64(0x226)]),await _0x5e8f74[_0xe0fa64(0x1c3)](_0x16005a,JSON[_0xe0fa64(0x205)](_0x5e8f74[_0xe0fa64(0x1fd)](_0x5e8f74['AvWLD'],this[_0xe0fa64(0x218)]['err']['message'])),_0x5e8f74[_0xe0fa64(0x1d0)])):await _0x5e8f74['CAJvp'](_0x16005a,JSON[_0xe0fa64(0x205)](_0x5e8f74['KBIuA']),_0x5e8f74['NGuEF']);}catch(_0x1a4479){}try{if(this[_0xe0fa64(0x218)][_0xe0fa64(0x1e1)]&&globals[_0xe0fa64(0x1ab)](_0x5e8f74[_0xe0fa64(0x1c1)])&&globals['getGlobal'](_0x5e8f74[_0xe0fa64(0x207)])){logger['info'](_0x5e8f74[_0xe0fa64(0x1c9)]);const _0x2c5cfd={'saveResults':this[_0xe0fa64(0x218)]['shouldScanTestForAccessibility'],'testDetails':{'name':this[_0xe0fa64(0x218)][_0xe0fa64(0x1ce)],'testRunId':process[_0xe0fa64(0x20b)][_0xe0fa64(0x1a5)],'filePath':this[_0xe0fa64(0x218)][_0xe0fa64(0x19d)],'scopeList':this[_0xe0fa64(0x218)][_0xe0fa64(0x1d7)]()},'platform':await _0x5e8f74[_0xe0fa64(0x1fc)](fetchPlatformDetails,global[_0xe0fa64(0x1d9)][0x0])};logger[_0xe0fa64(0x1a0)](_0x5e8f74[_0xe0fa64(0x1cd)]),logger[_0xe0fa64(0x1a0)](util[_0xe0fa64(0x1e3)](await global[_0xe0fa64(0x1d9)][0x0][_0xe0fa64(0x215)](scripts[_0xe0fa64(0x1ea)],{'method':global[_0xe0fa64(0x1bb)]}))),await global[_0xe0fa64(0x1d9)][0x0][_0xe0fa64(0x215)](scripts[_0xe0fa64(0x1ee)],_0x2c5cfd),logger[_0xe0fa64(0x1ca)](_0x5e8f74[_0xe0fa64(0x1d5)]);}}catch(_0x1f0403){logger[_0xe0fa64(0x20d)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0xe0fa64(0x218)][_0xe0fa64(0x1d7)]()+_0xe0fa64(0x1e9),_0x1f0403);}try{try{if(_0x5e8f74[_0xe0fa64(0x1c8)](isTestObservabilitySession)){global['__drivers'][0x0]&&await _0x5e8f74[_0xe0fa64(0x1bc)](sendPlatformDetails,global[_0xe0fa64(0x1d9)][0x0],this[_0xe0fa64(0x218)]?this[_0xe0fa64(0x218)][_0xe0fa64(0x1ac)]:null);if(_0x5e8f74[_0xe0fa64(0x1c8)](isBrowserstackInfra)){const _0x232145=_0xe0fa64(0x1ed)+Date[_0xe0fa64(0x1a4)]();await _0x5e8f74['CAJvp'](_0x16005a,JSON[_0xe0fa64(0x205)](_0x232145),_0x5e8f74[_0xe0fa64(0x1e5)]);}}}catch{}_0x5e8f74[_0xe0fa64(0x228)](global[_0xe0fa64(0x1d9)][0x0][_0xe0fa64(0x201)],0x0)&&await global[_0xe0fa64(0x1bf)]();}catch(_0x3ab99a){}_0x5e8f74[_0xe0fa64(0x1c5)](_0x3696d2);})[_0x1208ae(0x204)](()=>_0x4c9963());},'afterAll'(_0x5e2254){const _0x8a5a2a=a26_0x294400,_0xe4e06d={'ikSly':function(_0x5834a6){return _0x5834a6();}},_0x42dd43='browserstack internal helper hook';this['timeout'](0xfde8),new Promise(async _0xf5d5a2=>{const _0x38a4ff=a26_0x27fb;PerformanceTester['stopMonitoring'](),await global['driverCleanup'](),_0xe4e06d[_0x38a4ff(0x1a1)](_0xf5d5a2);})[_0x8a5a2a(0x204)](()=>_0x5e2254());}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a27_0x313823=a27_0x2231;function a27_0x2231(_0x233881,_0x5ff1b){const _0x683d48=a27_0x683d();return a27_0x2231=function(_0x2231bd,_0x4bac38){_0x2231bd=_0x2231bd-0x1b1;let _0x24a8a2=_0x683d48[_0x2231bd];return _0x24a8a2;},a27_0x2231(_0x233881,_0x5ff1b);}(function(_0x223774,_0x574b71){const _0x5999f3=a27_0x2231,_0x1c4860=_0x223774();while(!![]){try{const _0x396a6b=parseInt(_0x5999f3(0x1dd))/0x1+parseInt(_0x5999f3(0x20b))/0x2+parseInt(_0x5999f3(0x1cb))/0x3*(parseInt(_0x5999f3(0x1c3))/0x4)+-parseInt(_0x5999f3(0x1cd))/0x5*(parseInt(_0x5999f3(0x1f7))/0x6)+parseInt(_0x5999f3(0x1e1))/0x7+-parseInt(_0x5999f3(0x23d))/0x8*(-parseInt(_0x5999f3(0x21b))/0x9)+-parseInt(_0x5999f3(0x1f8))/0xa;if(_0x396a6b===_0x574b71)break;else _0x1c4860['push'](_0x1c4860['shift']());}catch(_0x3d4643){_0x1c4860['push'](_0x1c4860['shift']());}}}(a27_0x683d,0x82fac));function a27_0x683d(){const _0x7a4896=['NYmnT','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','gWwkT','existsSync','splice','forEach','BxxIC','hkoiW','cwd','modifyBrowserStackCaps','vZreL','nightwatch.cmd','OWbdD','43264XkNUFo','nightwatch.conf.js','inherit','findIndex','njmUn','PyjGg','svlMz','port','hQIPz','iXLOV','iSaOZ','OWzcj','eEDsB','useW3C','hub.browserstack.com','hkBzI','khGTs','MGLgA','test_settings','cSkwU','config','xVVVO','280VXJjTT','LlDcm','jYjmE','glOfA','xFpet','--env','host','SnmiW','1428oYIFat','nightwatch-browserstack.json','670THWOuC','aNomd','JDdgS','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','QLDxE','tDUUp','EDJqB','aMJeQ','aIpfq','length','SXyrY','NUMaA','../../helpers/helper','VEpHf','IbINg','ERSCO','1018572vvLbwY','EwZtZ','VAnlo','debug','410921BGgtbu','Eacfh','NzgLi','xhnZd','ORxrx','zdMRQ','adOgQ','TpDDH','caLTd','nCsmv','winstonLogger','XlqDZ','child\x20process\x20exited\x20with\x20code\x20','xFLpu','Kobtc','ABrrc','nightwatch.json','vxAHC','SkttR','wWesK','ANMVg','NQnGv','23658Faykgi','11036470jGXoQD','vBOOn','aUVyt','GIYnO','--config','Viits','now','start_process','pbhkh','StTTL','Getting\x20your\x20nightwatch\x20configs\x20from\x20','modifyBrowserStackW3CCaps','Deleting\x20','cvfPv','unlinkSync','../../helpers/logger','qMWkN','../utils/constants','info','1066660mWTSwh','lgvlv','selenium','TFmGx','desiredCapabilities','platform','xFicZ','trim','wiaia','push','env','fTLni','DzBEr','ZQEkz','map','eCxpm','873kVgBTR','test','bLhBr','zsQes','JkZzM','yfhEJ','UkLUC','mergeDeep','child_process','pmkAj','ZrdEY','BiwDk','eLpIR','UQrpj','join','rFGGB','uSjrN','XfMSs','sgeMu','getPlatformName','JItnP'];a27_0x683d=function(){return _0x7a4896;};return a27_0x683d();}const fs=require('fs'),path=require('path'),{spawn}=require(a27_0x313823(0x223)),logger=require(a27_0x313823(0x207))[a27_0x313823(0x1eb)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a27_0x313823(0x1d9)),constants=require(a27_0x313823(0x209)),getUserNightwatchConfigs=(_0x265e30,_0x53ba13)=>{const _0x4d510c=a27_0x313823,_0x42233d={'IJBgl':function(_0x3b1faf,_0x167635){return _0x3b1faf+_0x167635;},'pmkAj':_0x4d510c(0x1bf),'DzBEr':_0x4d510c(0x23e),'eEDsB':function(_0x44d1ff,_0x1a45df){return _0x44d1ff!==_0x1a45df;},'hkoiW':_0x4d510c(0x236),'njmUn':function(_0xbd8aa3,_0x2eb0f8){return _0xbd8aa3===_0x2eb0f8;},'vZreL':_0x4d510c(0x213),'fTLni':function(_0x14c30f,_0xcb618d){return _0x14c30f!==_0xcb618d;},'zsQes':'fNepe','kqgcc':_0x4d510c(0x1f1),'zFUJD':_0x4d510c(0x1da),'xFicZ':_0x4d510c(0x1d5),'NQnGv':_0x4d510c(0x21f),'bWgWo':function(_0x4d4188,_0xb1b57c){return _0x4d4188(_0xb1b57c);},'uSjrN':function(_0x37818f,_0x1ff3a9){return _0x37818f!==_0x1ff3a9;},'vxAHC':'RAuLn','ZrdEY':_0x4d510c(0x1e3),'hQIPz':_0x4d510c(0x231)};let _0x4cacc9=null,_0x4b1324={};const _0x36c8be=_0x53ba13['findIndex'](_0x3c2886=>_0x3c2886===_0x4d510c(0x1fc));if(!helper['isUndefined'](_0x265e30[_0x4d510c(0x1c1)])&&fs[_0x4d510c(0x233)](path[_0x4d510c(0x229)](process[_0x4d510c(0x238)](),_0x265e30[_0x4d510c(0x1c1)])))_0x42233d[_0x4d510c(0x1b9)](_0x42233d[_0x4d510c(0x237)],_0x42233d[_0x4d510c(0x237)])?_0x31d20a['splice'](_0x55a8dd,0x2):(_0x4cacc9=path[_0x4d510c(0x229)](process['cwd'](),_0x265e30['config']),_0x53ba13[_0x4d510c(0x234)](_0x36c8be,0x2));else{if(_0x42233d[_0x4d510c(0x1b1)](_0x42233d[_0x4d510c(0x23a)],_0x42233d[_0x4d510c(0x23a)])){if(fs[_0x4d510c(0x233)](path[_0x4d510c(0x229)](process['cwd'](),_0x42233d['DzBEr'])))_0x42233d['fTLni'](_0x42233d[_0x4d510c(0x21e)],_0x42233d[_0x4d510c(0x21e)])?(_0x100344=_0x122943['join'](_0x256bc3[_0x4d510c(0x238)](),_0xdde34a[_0x4d510c(0x1c1)]),_0x2e1e25[_0x4d510c(0x234)](_0x42d1b6,0x2)):_0x4cacc9=path[_0x4d510c(0x229)](process[_0x4d510c(0x238)](),_0x42233d[_0x4d510c(0x217)]);else{if(fs[_0x4d510c(0x233)](path[_0x4d510c(0x229)](process[_0x4d510c(0x238)](),_0x42233d['kqgcc']))){if(_0x42233d[_0x4d510c(0x216)](_0x42233d['zFUJD'],_0x42233d['zFUJD']))return;else _0x4cacc9=path[_0x4d510c(0x229)](process['cwd'](),_0x42233d['kqgcc']);}}}else _0x31f9d9[_0x4d510c(0x214)]('');}if(_0x4cacc9){if(_0x42233d[_0x4d510c(0x1b1)](_0x42233d[_0x4d510c(0x211)],_0x42233d[_0x4d510c(0x1f6)])){let _0x5754c0=_0x42233d['IJBgl'](_0x101d11[_0x4d510c(0x22e)](_0x116668,'_'),'_'+_0x31c1a5[_0x4d510c(0x1fe)]());_0x449327&&(_0x5754c0+='_'+_0x184d7c);if(_0x139a80&&(!_0xa14da6[_0x42233d['pmkAj']]||!_0x397981[_0x42233d[_0x4d510c(0x224)]][_0x1cecc5]))return;const _0x492f41={..._0x1abf5d};_0x492f41[_0x4d510c(0x20f)]=_0x57ec81;const _0x4efddc=_0x492f41;_0x417492[_0x5754c0]=_0x373bb5?_0x4a9006[_0x4d510c(0x222)](_0x3f7892[_0x42233d[_0x4d510c(0x224)]][_0x4c1319],_0x4efddc):_0x4efddc,_0x47a27c['push'](_0x5754c0);}else logger[_0x4d510c(0x20a)](_0x4d510c(0x202)+_0x4cacc9),_0x4b1324=_0x42233d['bWgWo'](require,_0x4cacc9);}else _0x42233d[_0x4d510c(0x22b)](_0x42233d[_0x4d510c(0x1f2)],_0x42233d[_0x4d510c(0x225)])?logger['info'](_0x42233d[_0x4d510c(0x1b5)]):_0x237ea0=_0x552688[_0x4d510c(0x229)](_0xd6943c[_0x4d510c(0x238)](),_0x42233d[_0x4d510c(0x217)]);return _0x4b1324;},removeExistingEnvs=_0x2798b7=>{const _0x345d64=a27_0x313823,_0x3b74e2={};_0x3b74e2[_0x345d64(0x1e8)]='Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file',_0x3b74e2[_0x345d64(0x22c)]=function(_0x14be1e,_0x121887){return _0x14be1e>_0x121887;},_0x3b74e2['Viits']=function(_0x26730,_0xc927ea){return _0x26730===_0xc927ea;},_0x3b74e2[_0x345d64(0x1de)]=_0x345d64(0x1bd),_0x3b74e2[_0x345d64(0x1c6)]=function(_0x56f4ff,_0x4bf250){return _0x56f4ff>_0x4bf250;},_0x3b74e2['bLhBr']=function(_0xf45d02,_0xebbc7a){return _0xf45d02===_0xebbc7a;},_0x3b74e2['yfhEJ']='SBHmG';const _0x3b2dcc=_0x3b74e2;let _0x4f2486=_0x2798b7[_0x345d64(0x240)](_0x319b44=>_0x319b44===_0x345d64(0x1c8));if(_0x3b2dcc[_0x345d64(0x22c)](_0x4f2486,-0x1)){if(_0x3b2dcc[_0x345d64(0x1fd)](_0x3b2dcc[_0x345d64(0x1de)],_0x3b2dcc[_0x345d64(0x1de)]))_0x2798b7['splice'](_0x4f2486,0x2);else return;}_0x4f2486=_0x2798b7[_0x345d64(0x240)](_0x5ef20b=>_0x5ef20b==='-e'),_0x3b2dcc[_0x345d64(0x1c6)](_0x4f2486,-0x1)&&(_0x3b2dcc[_0x345d64(0x21d)](_0x3b2dcc[_0x345d64(0x220)],_0x3b2dcc[_0x345d64(0x220)])?_0x2798b7['splice'](_0x4f2486,0x2):_0x375ece[_0x345d64(0x20a)](_0x3b2dcc[_0x345d64(0x1e8)]));};function run(_0x59cfaa,_0x40abc2){const _0x213a11=a27_0x313823,_0x5af9a9={'ANMVg':'nightwatch.json','tDUUp':function(_0x3fdec0,_0x1c6201){return _0x3fdec0(_0x1c6201);},'hKBho':function(_0x39fa27,_0x3abe50){return _0x39fa27===_0x3abe50;},'StTTL':_0x213a11(0x1b7),'OWbdD':_0x213a11(0x1f3),'Kobtc':function(_0x4febe7,_0x176f46){return _0x4febe7!==_0x176f46;},'adOgQ':_0x213a11(0x1df),'QLDxE':'nightwatch','eLpIR':_0x213a11(0x22f),'MGLgA':function(_0x55f251,_0x3ffcb9){return _0x55f251>_0x3ffcb9;},'iVQOT':function(_0x4d0454,_0x1b747d){return _0x4d0454>_0x1b747d;},'mwAbs':function(_0x141f75,_0x373c9f){return _0x141f75+_0x373c9f;},'HSgGC':'test_settings','aNomd':_0x213a11(0x23e),'kHVCg':function(_0x2cc896,_0x140861){return _0x2cc896!==_0x140861;},'agijs':_0x213a11(0x1c5),'gbmiK':_0x213a11(0x1bc),'IbINg':function(_0x3202b1,_0x5ac1e4){return _0x3202b1+_0x5ac1e4;},'rFGGB':_0x213a11(0x1ca),'EDJqB':_0x213a11(0x1d7),'xVVVO':_0x213a11(0x1b3),'mReEe':function(_0x381bc5,_0xa0554e){return _0x381bc5===_0xa0554e;},'JDdgS':'jrgYN','wWesK':'yvacQ','cvfPv':function(_0x29496e,_0x2b3345){return _0x29496e===_0x2b3345;},'aMJeQ':_0x213a11(0x228),'OWzcj':function(_0x56f24e,_0x3a9a1d){return _0x56f24e!==_0x3a9a1d;},'qMWkN':_0x213a11(0x1e6),'BiwDk':_0x213a11(0x1c7),'xFLpu':function(_0x18fffe,_0xc16383,_0x444386){return _0x18fffe(_0xc16383,_0x444386);},'ABrrc':_0x213a11(0x1bb),'eCxpm':_0x213a11(0x1d0),'iXLOV':function(_0x224e7b,_0x3fe7d6){return _0x224e7b!==_0x3fe7d6;},'cSkwU':_0x213a11(0x20c),'UkLUC':'bKWON','Eacfh':function(_0x492619,_0x23f79f){return _0x492619!==_0x23f79f;},'rIdKN':_0x213a11(0x1ea),'xhnZd':'SIGfC','ORxrx':_0x213a11(0x1cc),'ERSCO':function(_0x10f997,_0x25c028,_0x502f15,_0x1badce){return _0x10f997(_0x25c028,_0x502f15,_0x1badce);},'GIYnO':_0x213a11(0x23b),'lDaAu':_0x213a11(0x1fc),'LlDcm':_0x213a11(0x1c8),'oBDXQ':_0x213a11(0x23f),'TFmGx':'close'},_0x8915f1=new BrowserStackSetup(_0x59cfaa);if(!_0x8915f1[_0x213a11(0x1c1)]){if(_0x5af9a9[_0x213a11(0x1b8)](_0x5af9a9[_0x213a11(0x208)],_0x5af9a9[_0x213a11(0x226)]))return;else _0x46cb8e[_0x213a11(0x1e0)](_0x213a11(0x1ed)+_0x2f664f),_0x5769fc[_0x213a11(0x20a)]('Deleting\x20'+_0x22ec07),_0x3781ae[_0x213a11(0x206)](_0x4d6984);}const _0x452896=_0x5af9a9[_0x213a11(0x1ee)](getUserNightwatchConfigs,_0x59cfaa,_0x40abc2),_0x53699c={};_0x53699c[_0x213a11(0x1ff)]=![];const _0x12c6cc={};_0x12c6cc[_0x213a11(0x1c9)]=_0x5af9a9[_0x213a11(0x1f0)],_0x12c6cc[_0x213a11(0x1b4)]=0x1bb;const _0x5c766b={};_0x5c766b['webdriver']=_0x53699c,_0x5c766b[_0x213a11(0x20d)]=_0x12c6cc;const _0x235edd=_0x5c766b;logger[_0x213a11(0x20a)](_0x5af9a9[_0x213a11(0x21a)]);const _0x57f3d4={..._0x452896},_0x335f0c=_0x57f3d4,_0x19938a=helper[_0x213a11(0x1ba)](_0x8915f1[_0x213a11(0x1c1)]),_0x2bcf4a=[];_0x8915f1[_0x213a11(0x1c1)]['platforms'][_0x213a11(0x235)]((_0x1db74e,_0x2542be)=>{const _0x205cca=_0x213a11,_0x466730={'sgeMu':function(_0x257a23,_0x23e62c){return _0x5af9a9['tDUUp'](_0x257a23,_0x23e62c);}};_0x5af9a9['hKBho'](_0x5af9a9[_0x205cca(0x201)],_0x5af9a9[_0x205cca(0x23c)])?_0x4a5b34['test_settings']={}:_0x19938a?_0x5af9a9[_0x205cca(0x1ef)](_0x5af9a9[_0x205cca(0x1e7)],_0x5af9a9[_0x205cca(0x1e7)])?(_0x356f2b[_0x205cca(0x20a)]('Getting\x20your\x20nightwatch\x20configs\x20from\x20'+_0x3a3c12),_0x41db72=_0x466730[_0x205cca(0x22d)](_0x58444d,_0x25bc71)):_0x2bcf4a[_0x205cca(0x214)](helper[_0x205cca(0x203)](_0x8915f1['config'],_0x5af9a9[_0x205cca(0x1d1)],_0x2542be)):_0x5af9a9[_0x205cca(0x1ef)](_0x5af9a9['eLpIR'],_0x5af9a9[_0x205cca(0x227)])?_0x17f1a6=_0x10b0c9[_0x205cca(0x229)](_0x335ac9[_0x205cca(0x238)](),_0x5af9a9[_0x205cca(0x1f5)]):_0x2bcf4a['push'](helper['modifyBrowserStackCaps'](_0x8915f1['config'],_0x5af9a9[_0x205cca(0x1d1)],_0x2542be));});const _0x5b31e2={},_0xe5a199=[];_0x59cfaa[_0x213a11(0x215)]=_0x59cfaa[_0x213a11(0x215)]||_0x59cfaa['e'];const _0x3fa6aa=_0x59cfaa['env']?_0x59cfaa[_0x213a11(0x215)]['trim']()['split'](',')[_0x213a11(0x219)](_0x13151f=>_0x13151f[_0x213a11(0x212)]())['filter'](_0x51e23f=>_0x51e23f!==''):[''];if(_0x5af9a9[_0x213a11(0x205)](_0x3fa6aa[_0x213a11(0x1d6)],0x0)){if(_0x5af9a9[_0x213a11(0x1b6)](_0x5af9a9[_0x213a11(0x1c0)],_0x5af9a9[_0x213a11(0x221)]))_0x3fa6aa['push']('');else{let _0x226205=_0x2a7959[_0x213a11(0x240)](_0x495aab=>_0x495aab==='--env');_0x5af9a9[_0x213a11(0x1be)](_0x226205,-0x1)&&_0x37075e[_0x213a11(0x234)](_0x226205,0x2),_0x226205=_0x33604b['findIndex'](_0x14fc73=>_0x14fc73==='-e'),_0x5af9a9['iVQOT'](_0x226205,-0x1)&&_0x9a6e37[_0x213a11(0x234)](_0x226205,0x2);}}_0x3fa6aa['forEach'](_0x137212=>{const _0x34c0ce=_0x213a11,_0xc49a12={'aUVyt':function(_0x361ff4,_0x130c25){return _0x5af9a9['mwAbs'](_0x361ff4,_0x130c25);},'XlqDZ':_0x5af9a9['HSgGC'],'YyJcM':_0x5af9a9[_0x34c0ce(0x1d1)],'NUMaA':_0x5af9a9[_0x34c0ce(0x1ce)],'PYcpN':_0x5af9a9[_0x34c0ce(0x1f5)],'caLTd':function(_0x463350,_0x4a61db){return _0x5af9a9['kHVCg'](_0x463350,_0x4a61db);},'pbhkh':_0x5af9a9['agijs'],'bnMRJ':_0x5af9a9['gbmiK'],'ZQEkz':function(_0x43d85b,_0x486948){const _0x729305=_0x34c0ce;return _0x5af9a9[_0x729305(0x1db)](_0x43d85b,_0x486948);},'gWwkT':function(_0x15d519,_0x4f16fc){const _0x3e3c6d=_0x34c0ce;return _0x5af9a9[_0x3e3c6d(0x1ef)](_0x15d519,_0x4f16fc);},'vBOOn':_0x5af9a9[_0x34c0ce(0x22a)],'xLduF':_0x5af9a9[_0x34c0ce(0x1d3)],'NYmnT':_0x5af9a9[_0x34c0ce(0x1c2)]};_0x5af9a9['mReEe'](_0x5af9a9[_0x34c0ce(0x1cf)],_0x5af9a9[_0x34c0ce(0x1f4)])?_0x29ecb9?_0x493800[_0x34c0ce(0x214)](_0x200fb9[_0x34c0ce(0x203)](_0x338fe2[_0x34c0ce(0x1c1)],_0x5af9a9[_0x34c0ce(0x1d1)],_0x27a94e)):_0xdc9134[_0x34c0ce(0x214)](_0x53fe05[_0x34c0ce(0x239)](_0x9b22fa[_0x34c0ce(0x1c1)],_0x5af9a9['QLDxE'],_0xd310c4)):_0x2bcf4a[_0x34c0ce(0x235)](_0x3c85db=>{const _0x4adfff=_0x34c0ce;if(_0xc49a12[_0x4adfff(0x1e9)](_0xc49a12[_0x4adfff(0x200)],_0xc49a12['bnMRJ'])){let _0x290def=_0xc49a12[_0x4adfff(0x218)](helper[_0x4adfff(0x22e)](_0x3c85db,'_'),'_'+Date[_0x4adfff(0x1fe)]());if(_0x137212){if(_0xc49a12[_0x4adfff(0x232)](_0xc49a12[_0x4adfff(0x1f9)],_0xc49a12['xLduF']))_0x290def+='_'+_0x137212;else{const _0x50711f={'ctZYI':function(_0x121cf0,_0x5e483c){const _0x5e9da7=_0x4adfff;return _0xc49a12[_0x5e9da7(0x1fa)](_0x121cf0,_0x5e483c);},'PyjGg':_0xc49a12[_0x4adfff(0x1ec)]};_0x903ade['forEach'](_0x80fea3=>{const _0x3612b8=_0x4adfff;let _0x15eb3e=_0x50711f['ctZYI'](_0x3c6767[_0x3612b8(0x22e)](_0x80fea3,'_'),'_'+_0x5ade18[_0x3612b8(0x1fe)]());_0x1629c3&&(_0x15eb3e+='_'+_0x3358eb);if(_0x296fa0&&(!_0x34d2ff[_0x50711f[_0x3612b8(0x1b2)]]||!_0x5e8b69[_0x50711f['PyjGg']][_0x3f99bf]))return;const _0x47405d={..._0x2ca0ac};_0x47405d[_0x3612b8(0x20f)]=_0x80fea3;const _0x2a206e=_0x47405d;_0x4ee26d[_0x15eb3e]=_0x49b554?_0x3e9805[_0x3612b8(0x222)](_0x1a3ee6[_0x50711f[_0x3612b8(0x1b2)]][_0x34482d],_0x2a206e):_0x2a206e,_0x858eaf[_0x3612b8(0x214)](_0x15eb3e);});}}if(_0x137212&&(!_0x452896[_0xc49a12[_0x4adfff(0x1ec)]]||!_0x452896[_0xc49a12[_0x4adfff(0x1ec)]][_0x137212])){if(_0xc49a12[_0x4adfff(0x1e9)](_0xc49a12[_0x4adfff(0x230)],_0xc49a12[_0x4adfff(0x230)]))_0x3b57c0[_0x4adfff(0x214)](_0x361594[_0x4adfff(0x203)](_0x3abb3f[_0x4adfff(0x1c1)],_0xc49a12['YyJcM'],_0x3e6169));else return;}const _0x514fe5={..._0x235edd};_0x514fe5[_0x4adfff(0x20f)]=_0x3c85db;const _0x213398=_0x514fe5;_0x5b31e2[_0x290def]=_0x137212?helper[_0x4adfff(0x222)](_0x452896[_0xc49a12['XlqDZ']][_0x137212],_0x213398):_0x213398,_0xe5a199['push'](_0x290def);}else{if(_0x134234[_0x4adfff(0x233)](_0xa78af0[_0x4adfff(0x229)](_0x417ead[_0x4adfff(0x238)](),_0xc49a12[_0x4adfff(0x1d8)])))_0x4080d4=_0x2780bb[_0x4adfff(0x229)](_0x4874b0[_0x4adfff(0x238)](),_0xc49a12[_0x4adfff(0x1d8)]);else _0x24530c[_0x4adfff(0x233)](_0x2f4e11[_0x4adfff(0x229)](_0x1d0502[_0x4adfff(0x238)](),_0xc49a12['PYcpN']))&&(_0x130391=_0x376f44[_0x4adfff(0x229)](_0x59cb23[_0x4adfff(0x238)](),_0xc49a12['PYcpN']));}});});!_0x335f0c[_0x213a11(0x1bf)]&&(_0x5af9a9[_0x213a11(0x1e2)](_0x5af9a9['rIdKN'],_0x5af9a9[_0x213a11(0x1e4)])?_0x335f0c[_0x213a11(0x1bf)]={}:_0x40b976[_0x213a11(0x214)](_0x5227f0[_0x213a11(0x239)](_0x3ac34a[_0x213a11(0x1c1)],_0x5af9a9['QLDxE'],_0x14b6e4)));_0x335f0c['test_settings']={..._0x335f0c['test_settings'],..._0x5b31e2};const _0x3bb0f1=path[_0x213a11(0x229)](__dirname,_0x5af9a9[_0x213a11(0x1e5)]);fs['writeFileSync'](_0x3bb0f1,JSON['stringify'](_0x335f0c)),_0x5af9a9[_0x213a11(0x1d2)](removeExistingEnvs,_0x40abc2);const _0x6b0d78=_0x5af9a9[_0x213a11(0x1dc)](spawn,/^win/[_0x213a11(0x21c)](process[_0x213a11(0x210)])?_0x5af9a9[_0x213a11(0x1fb)]:_0x5af9a9[_0x213a11(0x1d1)],[_0x5af9a9['lDaAu'],_0x3bb0f1,..._0x40abc2['slice'](0x1),_0x5af9a9[_0x213a11(0x1c4)],_0xe5a199['join'](',')],{'stdio':_0x5af9a9['oBDXQ']});_0x6b0d78['on'](_0x5af9a9[_0x213a11(0x20e)],async _0x37fa54=>{const _0x200d7e=_0x213a11;_0x5af9a9[_0x200d7e(0x205)](_0x5af9a9[_0x200d7e(0x1d4)],_0x5af9a9['aMJeQ'])?(logger['debug']('child\x20process\x20exited\x20with\x20code\x20'+_0x37fa54),logger[_0x200d7e(0x20a)](_0x200d7e(0x204)+_0x3bb0f1),fs['unlinkSync'](_0x3bb0f1)):_0x3fb834[_0x200d7e(0x234)](_0x594c36,0x2);});}module['exports']=run;
|
|
2
|
+
'use strict';const a27_0x47d170=a27_0x10bc;(function(_0x52ab1b,_0x1304f0){const _0x5c8a2a=a27_0x10bc,_0x3befde=_0x52ab1b();while(!![]){try{const _0x9c1afa=parseInt(_0x5c8a2a(0x11f))/0x1+parseInt(_0x5c8a2a(0xd8))/0x2+-parseInt(_0x5c8a2a(0xef))/0x3*(parseInt(_0x5c8a2a(0xe2))/0x4)+parseInt(_0x5c8a2a(0x132))/0x5*(parseInt(_0x5c8a2a(0x10c))/0x6)+parseInt(_0x5c8a2a(0xf8))/0x7+-parseInt(_0x5c8a2a(0xfa))/0x8+-parseInt(_0x5c8a2a(0x128))/0x9;if(_0x9c1afa===_0x1304f0)break;else _0x3befde['push'](_0x3befde['shift']());}catch(_0x45889d){_0x3befde['push'](_0x3befde['shift']());}}}(a27_0x4455,0x3d53a));const fs=require('fs'),path=require(a27_0x47d170(0x153)),{spawn}=require(a27_0x47d170(0x15a)),logger=require('../../helpers/logger')[a27_0x47d170(0x12a)],{default:BrowserStackSetup}=require(a27_0x47d170(0x15d)),helper=require('../../helpers/helper'),constants=require(a27_0x47d170(0xe4)),getUserNightwatchConfigs=(_0x4287e9,_0x316519)=>{const _0x38332a=a27_0x47d170,_0x51dba5={'FhROW':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','KbMGC':function(_0x3fa137,_0x56550f){return _0x3fa137>_0x56550f;},'pAsxn':function(_0x6b0635,_0x422028){return _0x6b0635+_0x422028;},'WbXxF':_0x38332a(0x131),'TJavE':function(_0x133e23,_0x398fcb){return _0x133e23===_0x398fcb;},'fYXNB':'JVSZK','oUZLK':function(_0x11a110,_0x4fccef){return _0x11a110!==_0x4fccef;},'XeiMJ':_0x38332a(0xd7),'iDAuc':_0x38332a(0x103),'NmDpB':_0x38332a(0x13a),'sbxBP':function(_0x39f2fd,_0x2aaac5){return _0x39f2fd===_0x2aaac5;},'DsKGO':_0x38332a(0x155),'BayPP':_0x38332a(0x10a),'xVyHN':function(_0x5937cd,_0x340e51){return _0x5937cd!==_0x340e51;},'GESIe':_0x38332a(0x13c),'zuydS':function(_0x85d992,_0x4c94cd){return _0x85d992===_0x4c94cd;},'CUxsN':_0x38332a(0x11a),'LOSei':function(_0x3c7d48,_0x10be13){return _0x3c7d48(_0x10be13);},'iOxbm':function(_0x16f7fe,_0x2d3cba){return _0x16f7fe===_0x2d3cba;},'lnnjC':_0x38332a(0x139),'OuEey':_0x38332a(0x125)};let _0xf2d76=null,_0x28e27b={};const _0x36dfd0=_0x316519[_0x38332a(0x159)](_0x4478e0=>_0x4478e0===_0x38332a(0x14c));if(!helper[_0x38332a(0xdd)](_0x4287e9[_0x38332a(0x111)])&&fs[_0x38332a(0xfe)](path[_0x38332a(0xdc)](process['cwd'](),_0x4287e9[_0x38332a(0x111)])))_0x51dba5[_0x38332a(0xd9)](_0x51dba5[_0x38332a(0x15f)],_0x51dba5[_0x38332a(0x15f)])?(_0xf2d76=path['join'](process[_0x38332a(0x105)](),_0x4287e9[_0x38332a(0x111)]),_0x316519['splice'](_0x36dfd0,0x2)):_0x2442b1[_0x38332a(0x108)](_0x51dba5['FhROW']);else{if(_0x51dba5[_0x38332a(0x12e)](_0x51dba5[_0x38332a(0xe1)],_0x51dba5[_0x38332a(0xfc)])){if(fs[_0x38332a(0xfe)](path[_0x38332a(0xdc)](process[_0x38332a(0x105)](),_0x51dba5[_0x38332a(0x156)])))_0x51dba5[_0x38332a(0x113)](_0x51dba5[_0x38332a(0x14e)],_0x51dba5[_0x38332a(0x14e)])?_0xf2d76=path[_0x38332a(0xdc)](process[_0x38332a(0x105)](),_0x51dba5['NmDpB']):_0x2ef666[_0x38332a(0x131)]={};else fs[_0x38332a(0xfe)](path['join'](process[_0x38332a(0x105)](),_0x51dba5[_0x38332a(0xe3)]))&&(_0x51dba5['xVyHN'](_0x51dba5[_0x38332a(0x104)],_0x51dba5[_0x38332a(0x104)])?_0x492a24['splice'](_0x267c65,0x2):_0xf2d76=path[_0x38332a(0xdc)](process[_0x38332a(0x105)](),_0x51dba5[_0x38332a(0xe3)]));}else{let _0x52bb42=_0x4a574b['findIndex'](_0x499caf=>_0x499caf===_0x38332a(0xde));_0x51dba5['KbMGC'](_0x52bb42,-0x1)&&_0x3fe0c9[_0x38332a(0xf3)](_0x52bb42,0x2),_0x52bb42=_0x68714a[_0x38332a(0x159)](_0x7bcfbd=>_0x7bcfbd==='-e'),_0x51dba5[_0x38332a(0x152)](_0x52bb42,-0x1)&&_0x18922d[_0x38332a(0xf3)](_0x52bb42,0x2);}}if(_0xf2d76)_0x51dba5[_0x38332a(0xe0)](_0x51dba5['CUxsN'],_0x51dba5[_0x38332a(0x158)])?(logger[_0x38332a(0x108)](_0x38332a(0x160)+_0xf2d76),_0x28e27b=_0x51dba5[_0x38332a(0xeb)](require,_0xf2d76)):_0x52e397[_0x38332a(0x112)](_0x1dfbcc=>{const _0x4f9d18=_0x38332a;let _0x1a3542=_0x51dba5[_0x4f9d18(0x147)](_0xe05229['getPlatformName'](_0x1dfbcc,'_'),'_'+_0x1b254b[_0x4f9d18(0x122)]());_0x2c6186&&(_0x1a3542+='_'+_0x6555a7);if(_0x1d92e4&&(!_0x2a2204[_0x51dba5[_0x4f9d18(0x10b)]]||!_0x30929a[_0x51dba5[_0x4f9d18(0x10b)]][_0x52c59d]))return;const _0x3c156c={..._0x21f944};_0x3c156c[_0x4f9d18(0xdb)]=_0x1dfbcc;const _0x735d=_0x3c156c;_0x7d5eda[_0x1a3542]=_0x3e0d27?_0x50763e[_0x4f9d18(0xf4)](_0x1ab96a[_0x51dba5[_0x4f9d18(0x10b)]][_0x18d7f7],_0x735d):_0x735d,_0x24da46['push'](_0x1a3542);});else{if(_0x51dba5[_0x38332a(0x140)](_0x51dba5[_0x38332a(0x151)],_0x51dba5[_0x38332a(0x145)]))return;else logger[_0x38332a(0x108)](_0x51dba5[_0x38332a(0x10e)]);}return _0x28e27b;},removeExistingEnvs=_0x195e74=>{const _0x359993=a27_0x47d170,_0x4d9827={};_0x4d9827[_0x359993(0x100)]=_0x359993(0x13a),_0x4d9827[_0x359993(0x134)]=function(_0x3fbe12,_0x5c2c12){return _0x3fbe12>_0x5c2c12;},_0x4d9827[_0x359993(0x13b)]=function(_0x24d875,_0x135ed4){return _0x24d875===_0x135ed4;},_0x4d9827[_0x359993(0xe7)]=_0x359993(0x144),_0x4d9827['UQezS']=function(_0x4b7e81,_0x1a6d4b){return _0x4b7e81!==_0x1a6d4b;},_0x4d9827[_0x359993(0x10d)]=_0x359993(0x123),_0x4d9827[_0x359993(0xf2)]='FTMBd';const _0x5726d2=_0x4d9827;let _0x36d18c=_0x195e74[_0x359993(0x159)](_0x262202=>_0x262202===_0x359993(0xde));_0x5726d2[_0x359993(0x134)](_0x36d18c,-0x1)&&(_0x5726d2[_0x359993(0x13b)](_0x5726d2[_0x359993(0xe7)],_0x5726d2[_0x359993(0xe7)])?_0x195e74[_0x359993(0xf3)](_0x36d18c,0x2):_0x5a4880=_0xcbc974[_0x359993(0xdc)](_0x22d336[_0x359993(0x105)](),_0x5726d2[_0x359993(0x100)])),_0x36d18c=_0x195e74[_0x359993(0x159)](_0x15e68a=>_0x15e68a==='-e'),_0x5726d2[_0x359993(0x134)](_0x36d18c,-0x1)&&(_0x5726d2[_0x359993(0xee)](_0x5726d2[_0x359993(0x10d)],_0x5726d2[_0x359993(0xf2)])?_0x195e74[_0x359993(0xf3)](_0x36d18c,0x2):_0x293fff+='_'+_0xcf326b);};function run(_0x5b5a99,_0x41aa29){const _0x317729=a27_0x47d170,_0xd017bb={'WFdEy':'nightwatch','HpYuc':_0x317729(0x10a),'EiVrL':function(_0x351d91,_0x252e28){return _0x351d91===_0x252e28;},'YUHak':'lhWiq','eyEhq':function(_0x2fd002,_0x21a573){return _0x2fd002===_0x21a573;},'vnQfJ':_0x317729(0x126),'yoeFY':'BWfPG','HkZqa':function(_0x35cb3a,_0x37424f){return _0x35cb3a===_0x37424f;},'VAgIb':_0x317729(0x12b),'EtyLG':_0x317729(0x120),'WOZoU':_0x317729(0x13a),'VEDBX':function(_0x18f8d4,_0x1d36ce){return _0x18f8d4===_0x1d36ce;},'hwjWJ':_0x317729(0xec),'gXpHF':_0x317729(0x11b),'iWPMJ':function(_0x3a5315,_0xdc6ef2){return _0x3a5315+_0xdc6ef2;},'OWNHY':_0x317729(0x15c),'CAUfn':_0x317729(0x131),'oVISv':function(_0x3e53b8,_0x26e372){return _0x3e53b8!==_0x26e372;},'qbtVs':'qstlF','RbvuA':_0x317729(0x157),'cHVFe':function(_0x1bf7b2,_0x560cf1){return _0x1bf7b2(_0x560cf1);},'rPGoW':function(_0x2e902d,_0xc7e132){return _0x2e902d+_0xc7e132;},'jDQJO':function(_0x4b3611,_0x9f6e){return _0x4b3611!==_0x9f6e;},'pDRAJ':_0x317729(0xf6),'fIoeq':'QmCSs','EdwsL':function(_0x4002b0,_0x2767ed){return _0x4002b0!==_0x2767ed;},'jDtqV':'bfiaU','IuzwR':function(_0x2acfb8,_0xca1e02,_0x56b58a){return _0x2acfb8(_0xca1e02,_0x56b58a);},'erQxG':_0x317729(0x142),'EYXxJ':'Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','RXbOp':function(_0x266222,_0x487d27){return _0x266222===_0x487d27;},'AooQC':function(_0x21f08b,_0x252c58){return _0x21f08b===_0x252c58;},'LSXdM':_0x317729(0xfb),'uKPpp':_0x317729(0x115),'ReKUp':_0x317729(0x10f),'gGZuG':'nightwatch-browserstack.json','zmAXA':function(_0x5402aa,_0x5ef575){return _0x5402aa(_0x5ef575);},'hasys':function(_0x435862,_0x1609e4,_0x112f33,_0x413132){return _0x435862(_0x1609e4,_0x112f33,_0x413132);},'ooCbU':_0x317729(0x119),'Tysxc':_0x317729(0x14c),'CivdL':_0x317729(0xde),'HWrBY':_0x317729(0x146),'BnLMq':_0x317729(0x141)},_0xb8835=new BrowserStackSetup(_0x5b5a99);if(!_0xb8835[_0x317729(0x111)]){if(_0xd017bb[_0x317729(0x13f)](_0xd017bb['jDtqV'],_0xd017bb[_0x317729(0xf9)]))return;else return;}const _0x2590f9=_0xd017bb['IuzwR'](getUserNightwatchConfigs,_0x5b5a99,_0x41aa29),_0x457860={};_0x457860['start_process']=![];const _0x4dd721={};_0x4dd721[_0x317729(0x107)]=_0xd017bb[_0x317729(0xf1)],_0x4dd721['port']=0x1bb;const _0x5e45ae={};_0x5e45ae['webdriver']=_0x457860,_0x5e45ae['selenium']=_0x4dd721;const _0x985bfb=_0x5e45ae;logger[_0x317729(0x108)](_0xd017bb[_0x317729(0x121)]);const _0x28cb15={..._0x2590f9},_0x4ca00e=_0x28cb15,_0x2c4e6b=helper['useW3C'](_0xb8835['config']),_0x4c5754=[];_0xb8835[_0x317729(0x111)][_0x317729(0x12c)]['forEach']((_0x511a69,_0x44dc8f)=>{const _0x4746cc=_0x317729;_0xd017bb[_0x4746cc(0x136)](_0xd017bb[_0x4746cc(0x11c)],_0xd017bb[_0x4746cc(0x11c)])?_0x2c4e6b?_0xd017bb[_0x4746cc(0xe5)](_0xd017bb[_0x4746cc(0x14b)],_0xd017bb[_0x4746cc(0x124)])?(_0x27d554[_0x4746cc(0x135)]('child\x20process\x20exited\x20with\x20code\x20'+_0x98a5c3),_0x11012c[_0x4746cc(0x108)](_0x4746cc(0xdf)+_0x5744f3),_0x545470[_0x4746cc(0x138)](_0x3221eb)):_0x4c5754[_0x4746cc(0x15b)](helper[_0x4746cc(0x148)](_0xb8835[_0x4746cc(0x111)],_0xd017bb[_0x4746cc(0x143)],_0x44dc8f)):_0xd017bb['HkZqa'](_0xd017bb['VAgIb'],_0xd017bb[_0x4746cc(0x15e)])?_0x522abc?_0xcbf3a3['push'](_0x1e8bd8[_0x4746cc(0x148)](_0x431c0d[_0x4746cc(0x111)],_0xd017bb[_0x4746cc(0x143)],_0x19cb21)):_0x4ea21d['push'](_0x2a8921[_0x4746cc(0x118)](_0x56fd2c['config'],_0xd017bb['WFdEy'],_0x3c7570)):_0x4c5754[_0x4746cc(0x15b)](helper[_0x4746cc(0x118)](_0xb8835['config'],_0xd017bb[_0x4746cc(0x143)],_0x44dc8f)):_0x307e09=_0x5c0060[_0x4746cc(0xdc)](_0x49dbc9[_0x4746cc(0x105)](),_0xd017bb[_0x4746cc(0x116)]);});const _0x2f133b={},_0x1019d1=[];_0x5b5a99[_0x317729(0x109)]=_0x5b5a99[_0x317729(0x109)]||_0x5b5a99['e'];const _0x5e0990=_0x5b5a99[_0x317729(0x109)]?_0x5b5a99['env'][_0x317729(0x13e)]()[_0x317729(0xf0)](',')['map'](_0x26ec90=>_0x26ec90['trim']())['filter'](_0x554091=>_0x554091!==''):[''];_0xd017bb[_0x317729(0xe6)](_0x5e0990[_0x317729(0xe9)],0x0)&&(_0xd017bb[_0x317729(0x130)](_0xd017bb[_0x317729(0x127)],_0xd017bb[_0x317729(0x11e)])?_0x2fb89e[_0x317729(0x15b)](_0x4ad811[_0x317729(0x118)](_0x37e514[_0x317729(0x111)],_0xd017bb[_0x317729(0x143)],_0x386094)):_0x5e0990[_0x317729(0x15b)](''));_0x5e0990[_0x317729(0x112)](_0x5770de=>{const _0xd44fdf=_0x317729,_0x4df620={'uhTOX':function(_0x1bc174,_0x1a477d){const _0x5b93b1=a27_0x10bc;return _0xd017bb[_0x5b93b1(0xf5)](_0x1bc174,_0x1a477d);},'iGBuJ':function(_0x4c5437,_0x411204){return _0xd017bb['rPGoW'](_0x4c5437,_0x411204);},'juudF':_0xd017bb[_0xd44fdf(0x102)]};if(_0xd017bb[_0xd44fdf(0xe8)](_0xd017bb[_0xd44fdf(0x14f)],_0xd017bb[_0xd44fdf(0x14f)])){if(_0x4618e0[_0xd44fdf(0xfe)](_0x2f6b2d[_0xd44fdf(0xdc)](_0x54e9e5['cwd'](),_0xd017bb[_0xd44fdf(0x14a)])))_0x5a82ce=_0x47c66c[_0xd44fdf(0xdc)](_0x502cc7[_0xd44fdf(0x105)](),_0xd017bb[_0xd44fdf(0x14a)]);else _0x18fd9c[_0xd44fdf(0xfe)](_0x4ad2ed[_0xd44fdf(0xdc)](_0x5d1f1f[_0xd44fdf(0x105)](),_0xd017bb[_0xd44fdf(0x116)]))&&(_0x4b0fdc=_0x31ca4a['join'](_0x159ec3[_0xd44fdf(0x105)](),_0xd017bb[_0xd44fdf(0x116)]));}else _0x4c5754[_0xd44fdf(0x112)](_0x49d101=>{const _0x46aab8=_0xd44fdf;if(_0xd017bb[_0x46aab8(0x137)](_0xd017bb[_0x46aab8(0x106)],_0xd017bb[_0x46aab8(0x11d)]))_0x2f9c5c['push']('');else{let _0x53d9b4=_0xd017bb['iWPMJ'](helper[_0x46aab8(0x14d)](_0x49d101,'_'),'_'+Date[_0x46aab8(0x122)]());_0x5770de&&(_0xd017bb[_0x46aab8(0x136)](_0xd017bb[_0x46aab8(0x110)],_0xd017bb[_0x46aab8(0x110)])?_0x53d9b4+='_'+_0x5770de:(_0x369ed3[_0x46aab8(0x108)](_0x46aab8(0x160)+_0x5e76b3),_0x578734=_0x4df620[_0x46aab8(0xea)](_0x82919c,_0x3bd6ef)));if(_0x5770de&&(!_0x2590f9[_0xd017bb[_0x46aab8(0x102)]]||!_0x2590f9[_0xd017bb[_0x46aab8(0x102)]][_0x5770de])){if(_0xd017bb[_0x46aab8(0x129)](_0xd017bb['qbtVs'],_0xd017bb[_0x46aab8(0x101)]))return;else{let _0x5d318b=_0x4df620['iGBuJ'](_0x3daed5['getPlatformName'](_0x476f10,'_'),'_'+_0x402dd2[_0x46aab8(0x122)]());_0x240eab&&(_0x5d318b+='_'+_0x47742e);if(_0x4f850c&&(!_0xe3dd06[_0x4df620[_0x46aab8(0x154)]]||!_0x4af01e[_0x4df620['juudF']][_0x58b3ae]))return;const _0x5a9858={..._0x22ae9a};_0x5a9858[_0x46aab8(0xdb)]=_0x4bc49e;const _0x1d4f52=_0x5a9858;_0x309334[_0x5d318b]=_0x137d7c?_0x50f87c['mergeDeep'](_0x336b38[_0x4df620[_0x46aab8(0x154)]][_0x4ea78c],_0x1d4f52):_0x1d4f52,_0x7fd1c0['push'](_0x5d318b);}}const _0x1de94d={..._0x985bfb};_0x1de94d[_0x46aab8(0xdb)]=_0x49d101;const _0x256823=_0x1de94d;_0x2f133b[_0x53d9b4]=_0x5770de?helper[_0x46aab8(0xf4)](_0x2590f9[_0xd017bb[_0x46aab8(0x102)]][_0x5770de],_0x256823):_0x256823,_0x1019d1['push'](_0x53d9b4);}});});!_0x4ca00e['test_settings']&&(_0xd017bb[_0x317729(0xda)](_0xd017bb[_0x317729(0x117)],_0xd017bb[_0x317729(0x117)])?_0x4ca00e[_0x317729(0x131)]={}:_0x43b586[_0x317729(0x15b)](_0x5ba433[_0x317729(0x148)](_0xf00542[_0x317729(0x111)],_0xd017bb[_0x317729(0x143)],_0x4cff74)));_0x4ca00e['test_settings']={..._0x4ca00e[_0x317729(0x131)],..._0x2f133b};const _0x277d42=path['join'](__dirname,_0xd017bb[_0x317729(0x149)]);fs[_0x317729(0x13d)](_0x277d42,JSON['stringify'](_0x4ca00e)),_0xd017bb['zmAXA'](removeExistingEnvs,_0x41aa29);const _0x5b8fb5=_0xd017bb[_0x317729(0x12f)](spawn,/^win/[_0x317729(0xff)](process[_0x317729(0x12d)])?_0xd017bb[_0x317729(0xed)]:_0xd017bb[_0x317729(0x143)],[_0xd017bb[_0x317729(0x114)],_0x277d42,..._0x41aa29['slice'](0x1),_0xd017bb[_0x317729(0x133)],_0x1019d1[_0x317729(0xdc)](',')],{'stdio':_0xd017bb[_0x317729(0xf7)]});_0x5b8fb5['on'](_0xd017bb[_0x317729(0x150)],async _0x2f33bd=>{const _0x2778c1=_0x317729;_0xd017bb[_0x2778c1(0xda)](_0xd017bb[_0x2778c1(0xfd)],_0xd017bb[_0x2778c1(0xfd)])?(logger[_0x2778c1(0x135)]('child\x20process\x20exited\x20with\x20code\x20'+_0x2f33bd),logger['info'](_0x2778c1(0xdf)+_0x277d42),fs[_0x2778c1(0x138)](_0x277d42)):(_0x3f622d=_0x9ae747[_0x2778c1(0xdc)](_0x132445[_0x2778c1(0x105)](),_0x73b829[_0x2778c1(0x111)]),_0x852f2e['splice'](_0x5d28ac,0x2));});}function a27_0x10bc(_0x255c25,_0x45b223){const _0x44552a=a27_0x4455();return a27_0x10bc=function(_0x10bcc1,_0x417f7f){_0x10bcc1=_0x10bcc1-0xd7;let _0x382a59=_0x44552a[_0x10bcc1];return _0x382a59;},a27_0x10bc(_0x255c25,_0x45b223);}function a27_0x4455(){const _0xcac75d=['ALIJo','143248AYskZr','TJavE','HkZqa','desiredCapabilities','join','isUndefined','--env','Deleting\x20','zuydS','XeiMJ','52WmtjJd','BayPP','../utils/constants','eyEhq','RXbOp','NRkCT','jDQJO','length','uhTOX','LOSei','MZwGU','ooCbU','UQezS','49365ZxeHTt','split','erQxG','JHRqS','splice','mergeDeep','cHVFe','sqNMq','HWrBY','2643956fPnKqP','jDtqV','3498152RZSsHO','lMIyO','iDAuc','fIoeq','existsSync','test','VTznn','RbvuA','CAUfn','dZfcR','GESIe','cwd','hwjWJ','host','info','env','nightwatch.json','WbXxF','402gLxWNi','IMvSO','FhROW','AIcAK','OWNHY','config','forEach','sbxBP','Tysxc','nqnVn','HpYuc','ReKUp','modifyBrowserStackCaps','nightwatch.cmd','XUQom','TNlaF','YUHak','gXpHF','uKPpp','84273DluCQX','rQhQO','EYXxJ','now','zNTid','yoeFY','IVEft','MdYJe','LSXdM','191106gGssJl','oVISv','winstonLogger','RUhBr','platforms','platform','oUZLK','hasys','AooQC','test_settings','29105gDiiBB','CivdL','lDHpg','debug','EiVrL','VEDBX','unlinkSync','hEqqp','nightwatch.conf.js','sWoUY','RoIbH','writeFileSync','trim','EdwsL','iOxbm','close','hub.browserstack.com','WFdEy','Tmbaq','OuEey','inherit','pAsxn','modifyBrowserStackW3CCaps','gGZuG','WOZoU','vnQfJ','--config','getPlatformName','DsKGO','pDRAJ','BnLMq','lnnjC','KbMGC','path','juudF','rJUlb','NmDpB','qpmzs','CUxsN','findIndex','child_process','push','tZLIx','../../helpers/BrowserStackSetup','EtyLG','fYXNB','Getting\x20your\x20nightwatch\x20configs\x20from\x20'];a27_0x4455=function(){return _0xcac75d;};return a27_0x4455();}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a28_0x1577(_0x41ff40,_0xc4ecc8){const _0x118d42=a28_0x118d();return a28_0x1577=function(_0x1577f6,_0x5ec501){_0x1577f6=_0x1577f6-0x19c;let _0x3efa2b=_0x118d42[_0x1577f6];return _0x3efa2b;},a28_0x1577(_0x41ff40,_0xc4ecc8);}const a28_0x5db226=a28_0x1577;function a28_0x118d(){const _0x537e55=['../../helpers/accessibility-automation/scripts','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','IjFrg','CwBBg','accessibilityPlatform','KBVjS','scannerVersion','YbGWI','dCeey','hUazT','bmxUB','1006453Ukgxgu','DDarB','tWIIz','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','getAccessibilitySummary','aJFsT','ktrFq','taIyS','moutk','RQGlb','performScan','project','testInfo','avYlr','13881990qTEaUE','22137665QySkrM','error','xFPsV','winstonLogger','stringify','tdTmV','browser_version','deviceName','iHKqF','wcagVersion','No\x20summaryResults\x20found.','1158910QxaoUS','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','../../helpers/helper','qeeEb','RtdbL','9qRFMeG','luUbO','scannerProcessingTimeout','TIgdc','KdMuC','fdlft','processAccessibilityCaps','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','VexgK','env','accessibilityOptions.wcagVersion','browserName','YWOeI','bbOQm','jqUST','crMWK','fyydU','93095VCwiyQ','accessibilityOptions.authToken','getAccessibilityResults','rieGg','CQGOX','VsjdE','nUnXt','XBDZP','lihij','CFxuC','TmXaG','ZycRB','ryfaB','GLeny','tsFiN','qGxEa','warn','mHNUC','accessibilityOptions.includeIssueType.bestPractice','currentTest','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','wsEndpoint','latest','parse','connectOptions','TmAPT','browserstack.accessibility','agjOx','BS_A11Y_JWT','3sLtAEq','uVfou','includeIssueType','accessibilityOptions.scannerProcessingTimeout','method','vyRyE','replace','Zavwc','QIHoZ','AVXqa','debug','PlwAi','accessibilityOptions','pZTHZ','mUKGz','bstackSdkArgs','oCIqi','CsqIk','lltTl','fMgSR','kIFWC','YTSfj','WwoWe','nTEUK','zhqdp','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','hKTFg','browserStackEvaluate','KivJn','14IuIVGA','XGOxh','uJaEd','chrome','bLlVr','../../helpers/logger','MNkva','Jtnum','format','RjWtK','Rvcma','408axaJts','pKuZW','WDRAn','GxwEL','accessibilityOptions.includeIssueType.needsReview','2989276mBdOnJ','uxVzG','CLUNm','wetxS','LfTWm','SuBRG','akpVD','rvIkJ','jejYi','vMSwv','bestPractice','use','kvvNx','CmWEh','RErSp','RejKm','3974776ahseCk','RUdxr','gYtnJ','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','needsReview','accessibilityOptions.scannerVersion','OSPnn','mRueZ','xuhmj','yEjuY','faLQF','util','tNwLH'];a28_0x118d=function(){return _0x537e55;};return a28_0x118d();}(function(_0x4f1a93,_0x392cc2){const _0x189709=a28_0x1577,_0x4155a3=_0x4f1a93();while(!![]){try{const _0x24c941=-parseInt(_0x189709(0x1fa))/0x1+parseInt(_0x189709(0x214))/0x2*(-parseInt(_0x189709(0x1a4))/0x3)+parseInt(_0x189709(0x1d1))/0x4+-parseInt(_0x189709(0x22a))/0x5*(-parseInt(_0x189709(0x1cc))/0x6)+-parseInt(_0x189709(0x1c1))/0x7*(-parseInt(_0x189709(0x1e1))/0x8)+parseInt(_0x189709(0x219))/0x9*(parseInt(_0x189709(0x208))/0xa)+-parseInt(_0x189709(0x209))/0xb;if(_0x24c941===_0x392cc2)break;else _0x4155a3['push'](_0x4155a3['shift']());}catch(_0x2bf095){_0x4155a3['push'](_0x4155a3['shift']());}}}(a28_0x118d,0xc28d1));const util=require(a28_0x5db226(0x1ed)),logger=require(a28_0x5db226(0x1c6))[a28_0x5db226(0x20c)],{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a28_0x5db226(0x216)),scripts=require(a28_0x5db226(0x1ef));exports[a28_0x5db226(0x1bf)]=async(_0x2cdfec,_0x212865,_0x37cb8c={})=>{const _0x341497=a28_0x5db226,_0xba851={};_0xba851[_0x341497(0x232)]=_0x341497(0x1b3);const _0x15cf9e=_0xba851;return await _0x2cdfec['evaluate'](_0x341497(0x1e4)+_0x212865[_0x341497(0x1aa)](/arguments/g,_0x15cf9e[_0x341497(0x232)])+_0x341497(0x1f0)+JSON[_0x341497(0x20d)](_0x37cb8c)+')');},exports['setAccessibilityPlaywrightCapabilities']=async _0x46d43d=>{const _0x560be0=a28_0x5db226,_0x48b8d0={'xFPsV':function(_0x480fd0,_0x1e3184){return _0x480fd0!==_0x1e3184;},'CwBBg':_0x560be0(0x1e5),'RejKm':function(_0x3089bf,_0x49fc68){return _0x3089bf===_0x49fc68;},'AVXqa':_0x560be0(0x1c4),'taIyS':'playwright-chromium','YJugJ':_0x560be0(0x1bd),'luUbO':function(_0x51d074,_0x41cc33){return _0x51d074(_0x41cc33);},'bbOQm':_0x560be0(0x19d),'kvvNx':function(_0xc83a4e,_0x22b25d){return _0xc83a4e>_0x22b25d;},'mRueZ':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','hUazT':_0x560be0(0x1a7),'RtdbL':_0x560be0(0x223),'tdTmV':'accessibilityOptions.includeIssueType.bestPractice','pZTHZ':_0x560be0(0x1d0),'qGxEa':function(_0x3ff6d1,_0xdf24c1){return _0x3ff6d1===_0xdf24c1;},'CQGOX':'whjuN','YbGWI':_0x560be0(0x1e2),'iHKqF':_0x560be0(0x202),'akpVD':function(_0x5d505c,_0x351a1f){return _0x5d505c===_0x351a1f;},'faLQF':_0x560be0(0x1fc),'MNkva':_0x560be0(0x22b),'jejYi':_0x560be0(0x1e7)};if(_0x46d43d[_0x560be0(0x1b0)]){if(_0x48b8d0[_0x560be0(0x239)](_0x48b8d0[_0x560be0(0x22e)],_0x48b8d0['CQGOX'])){if(_0x46d43d[_0x560be0(0x1b0)][_0x560be0(0x212)]){if(_0x48b8d0[_0x560be0(0x20b)](_0x48b8d0[_0x560be0(0x1f6)],_0x48b8d0['YbGWI'])){if(!_0x48b8d0['xFPsV'](_0x23cb7d['deviceName'],''))return _0x153b0b[_0x560be0(0x23a)](_0x48b8d0[_0x560be0(0x1f2)]),![];const _0x2fd288=_0x3c2639['browser'];if(!(_0x48b8d0[_0x560be0(0x1e0)](_0x2fd288,_0x48b8d0[_0x560be0(0x1ad)])||_0x48b8d0[_0x560be0(0x1e0)](_0x2fd288,_0x48b8d0[_0x560be0(0x201)])))return _0x5aa177[_0x560be0(0x23a)](_0x48b8d0['YJugJ']),![];const _0x42b29d=_0x48b8d0[_0x560be0(0x21a)](_0x5e06d4,_0x4155f6[_0x560be0(0x20f)]);if(!(_0x48b8d0['RejKm'](_0x42b29d,_0x48b8d0[_0x560be0(0x226)])||_0x48b8d0[_0x560be0(0x1dd)](_0x42b29d,0x5e)))return _0x2c2301['warn'](_0x48b8d0[_0x560be0(0x1e9)]),![];}else _0x46d43d[_0x48b8d0[_0x560be0(0x218)]]=_0x46d43d[_0x560be0(0x1b0)][_0x560be0(0x212)];}_0x46d43d[_0x560be0(0x1b0)][_0x560be0(0x21b)]&&(_0x48b8d0[_0x560be0(0x20b)](_0x48b8d0[_0x560be0(0x211)],_0x48b8d0['iHKqF'])?_0x2111f5[_0x48b8d0[_0x560be0(0x1f8)]]=_0x44fca5[_0x560be0(0x1b0)]['scannerProcessingTimeout']:_0x46d43d[_0x48b8d0['hUazT']]=_0x46d43d[_0x560be0(0x1b0)][_0x560be0(0x21b)]),_0x46d43d[_0x560be0(0x1b0)]['includeIssueType']&&(_0x48b8d0[_0x560be0(0x1d7)](_0x48b8d0[_0x560be0(0x1ec)],_0x48b8d0[_0x560be0(0x1ec)])?(_0x46d43d[_0x48b8d0[_0x560be0(0x20e)]]=_0x46d43d[_0x560be0(0x1b0)][_0x560be0(0x1a6)][_0x560be0(0x1db)],_0x46d43d[_0x48b8d0[_0x560be0(0x1b1)]]=_0x46d43d['accessibilityOptions']['includeIssueType']['needsReview']):(_0x595b1f[_0x560be0(0x1b0)][_0x560be0(0x212)]&&(_0x4ccf97[_0x48b8d0[_0x560be0(0x218)]]=_0x26c277[_0x560be0(0x1b0)][_0x560be0(0x212)]),_0x269f62['accessibilityOptions'][_0x560be0(0x21b)]&&(_0x301805[_0x48b8d0[_0x560be0(0x1f8)]]=_0x1cecfe[_0x560be0(0x1b0)][_0x560be0(0x21b)]),_0x162808[_0x560be0(0x1b0)][_0x560be0(0x1a6)]&&(_0x20266b[_0x48b8d0[_0x560be0(0x20e)]]=_0x466c2f[_0x560be0(0x1b0)][_0x560be0(0x1a6)][_0x560be0(0x1db)],_0x3a8e11[_0x48b8d0[_0x560be0(0x1b1)]]=_0x14314f['accessibilityOptions']['includeIssueType'][_0x560be0(0x1e6)])));}else _0x25166c[_0x560be0(0x23a)](_0x48b8d0[_0x560be0(0x1f2)]),_0x50b309[_0x560be0(0x1f3)]=![];}const _0x23e8a6=JSON[_0x560be0(0x19e)](process[_0x560be0(0x222)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x560be0(0x1f5)];_0x46d43d[_0x48b8d0[_0x560be0(0x1c7)]]=process[_0x560be0(0x222)][_0x560be0(0x1a3)],_0x46d43d[_0x48b8d0[_0x560be0(0x1d9)]]=_0x23e8a6,delete _0x46d43d['accessibilityOptions'];},exports[a28_0x5db226(0x22c)]=async _0x4f8080=>{const _0x5ce274=a28_0x5db226,_0x3a2e52={};_0x3a2e52[_0x5ce274(0x21c)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x3a2e52['SuBRG']='No\x20accessibility\x20results\x20were\x20found.',_0x3a2e52[_0x5ce274(0x1af)]=_0x5ce274(0x220),_0x3a2e52[_0x5ce274(0x238)]=_0x5ce274(0x23c),_0x3a2e52[_0x5ce274(0x1b9)]=_0x5ce274(0x1d0),_0x3a2e52['fMgSR']=function(_0x3dd047,_0x462f17){return _0x3dd047===_0x462f17;},_0x3a2e52[_0x5ce274(0x1d8)]='dtAKt',_0x3a2e52['CLUNm']=_0x5ce274(0x225),_0x3a2e52[_0x5ce274(0x1ca)]=function(_0x305e87,_0x488786){return _0x305e87!==_0x488786;},_0x3a2e52[_0x5ce274(0x1a5)]=_0x5ce274(0x1c2),_0x3a2e52[_0x5ce274(0x1cf)]='hzXqr',_0x3a2e52[_0x5ce274(0x1ee)]=_0x5ce274(0x1ab);const _0x52de1d=_0x3a2e52;if(global[_0x5ce274(0x1f3)]){if(_0x52de1d[_0x5ce274(0x1b7)](_0x52de1d[_0x5ce274(0x1d8)],_0x52de1d['rvIkJ']))try{if(_0x52de1d[_0x5ce274(0x1b7)](_0x52de1d[_0x5ce274(0x1d3)],_0x52de1d[_0x5ce274(0x1d3)])){logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x4f8080,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x4f8080,scripts.getResults);return res;}else return _0x4793ef['warn'](_0x52de1d[_0x5ce274(0x21c)]),[];}catch{return _0x52de1d[_0x5ce274(0x1ca)](_0x52de1d[_0x5ce274(0x1a5)],_0x52de1d[_0x5ce274(0x1a5)])?(_0x23e058['error'](_0x52de1d[_0x5ce274(0x1d6)]),[]):(logger[_0x5ce274(0x20a)](_0x52de1d['SuBRG']),[]);}else return _0x11d18c[_0x5ce274(0x23a)](_0x52de1d[_0x5ce274(0x1af)]),![];}else{if(_0x52de1d[_0x5ce274(0x1ca)](_0x52de1d[_0x5ce274(0x1cf)],_0x52de1d[_0x5ce274(0x1ee)]))return logger[_0x5ce274(0x23a)](_0x52de1d['TIgdc']),[];else _0xc22546[_0x52de1d[_0x5ce274(0x238)]]=_0x589e48[_0x5ce274(0x1b0)]['includeIssueType'][_0x5ce274(0x1db)],_0x1e41ef[_0x52de1d['YTSfj']]=_0x24a5e2[_0x5ce274(0x1b0)]['includeIssueType'][_0x5ce274(0x1e6)];}},exports[a28_0x5db226(0x204)]=async(_0x1d4b31,_0x693504='')=>{const _0x46e3b2=a28_0x5db226,_0x5aa898={};_0x5aa898[_0x46e3b2(0x1f4)]=function(_0x8f2f6,_0x38b1a4){return _0x8f2f6!==_0x38b1a4;},_0x5aa898[_0x46e3b2(0x1bc)]=_0x46e3b2(0x21e);const _0x2405a4=_0x5aa898;if(global[_0x46e3b2(0x1f3)]){if(_0x2405a4[_0x46e3b2(0x1f4)](_0x2405a4[_0x46e3b2(0x1bc)],_0x2405a4[_0x46e3b2(0x1bc)]))_0x3b8166['debug'](_0x46e3b2(0x1fd)+_0x1cf96f[_0x46e3b2(0x1c9)](_0x333813));else{const _0x2b66b2={};return _0x2b66b2[_0x46e3b2(0x1a8)]=_0x693504,await exports[_0x46e3b2(0x1bf)](_0x1d4b31,scripts[_0x46e3b2(0x204)],_0x2b66b2);}}},exports[a28_0x5db226(0x1fe)]=async _0x2ed098=>{const _0x2ca0ff=a28_0x5db226,_0x330b23={'VsjdE':_0x2ca0ff(0x1a1),'ryfaB':function(_0x1f64bc,_0xc8ff85){return _0x1f64bc+_0xc8ff85;},'CmWEh':function(_0x4f824e,_0x45ba7b){return _0x4f824e(_0x45ba7b);},'OSPnn':_0x2ca0ff(0x215),'KivJn':_0x2ca0ff(0x223),'vyRyE':function(_0x1a7c1e,_0x3b2f44){return _0x1a7c1e===_0x3b2f44;},'aJFsT':_0x2ca0ff(0x1f7),'rieGg':_0x2ca0ff(0x1eb),'GLeny':_0x2ca0ff(0x1d5),'vPlMa':_0x2ca0ff(0x1e3),'lsUDZ':_0x2ca0ff(0x23b),'ZlbuJ':_0x2ca0ff(0x213),'kIFWC':function(_0x26d5b7,_0x3dabf7){return _0x26d5b7===_0x3dabf7;},'nUnXt':_0x2ca0ff(0x1c3),'fyydU':_0x2ca0ff(0x1a0)};if(global[_0x2ca0ff(0x1f3)]){if(_0x330b23[_0x2ca0ff(0x1a9)](_0x330b23[_0x2ca0ff(0x1ff)],_0x330b23[_0x2ca0ff(0x22d)]))_0x3722b5[_0x2ca0ff(0x1f3)]=![];else try{if(_0x330b23['vyRyE'](_0x330b23[_0x2ca0ff(0x237)],_0x330b23['GLeny'])){logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x2ed098,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x2ed098,scripts.getResultsSummary);return summaryResults;}else{_0x104936[_0x330b23[_0x2ca0ff(0x22f)]]=![];const _0x4d5ab8=_0x330b23[_0x2ca0ff(0x236)](_0x5ebe01,_0x330b23[_0x2ca0ff(0x1de)](_0x5d7376,_0x12ddc9[_0x2ca0ff(0x20d)](_0x88f2f)));_0x470aee[_0x2ca0ff(0x23d)][_0x2ca0ff(0x206)][_0x2ca0ff(0x205)][_0x2ca0ff(0x1dc)][_0x2ca0ff(0x19f)]['wsEndpoint']=_0x4d5ab8;}}catch{return _0x330b23['vyRyE'](_0x330b23['vPlMa'],_0x330b23['lsUDZ'])?(_0x33df8e[_0x2ca0ff(0x23a)](_0x330b23[_0x2ca0ff(0x1e8)]),{}):(logger[_0x2ca0ff(0x1ae)](_0x330b23['ZlbuJ']),{});}}else{if(_0x330b23[_0x2ca0ff(0x1b8)](_0x330b23[_0x2ca0ff(0x230)],_0x330b23[_0x2ca0ff(0x229)]))_0x1edd86[_0x330b23[_0x2ca0ff(0x1c0)]]=_0x32c6d6[_0x2ca0ff(0x1b0)]['wcagVersion'];else return logger[_0x2ca0ff(0x23a)](_0x330b23['OSPnn']),{};}},exports['platformValidation']=async _0x39c294=>{const _0x9ec86a=a28_0x5db226,_0x417845={'XBDZP':_0x9ec86a(0x1bd),'CsqIk':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','oCIqi':_0x9ec86a(0x220),'bLlVr':function(_0x2d8d66,_0x12de76){return _0x2d8d66===_0x12de76;},'RErSp':'KJWFP','avYlr':function(_0x55a995,_0x586ed3){return _0x55a995!==_0x586ed3;},'VexgK':_0x9ec86a(0x1be),'WwoWe':'ZlMRx','vMSwv':'chrome','DDarB':'playwright-chromium','wetxS':_0x9ec86a(0x1f9),'lKrzY':function(_0x264b56,_0x5ac6c6){return _0x264b56(_0x5ac6c6);},'qeeEb':_0x9ec86a(0x19d),'RshET':function(_0x2f1030,_0x488cd2){return _0x2f1030>_0x488cd2;},'lltTl':'fKuXl','YIQNR':_0x9ec86a(0x1f1),'pKuZW':_0x9ec86a(0x1ac)};try{if(_0x417845[_0x9ec86a(0x1c5)](_0x417845[_0x9ec86a(0x1df)],_0x417845[_0x9ec86a(0x1df)])){if(!_0x417845[_0x9ec86a(0x207)](_0x39c294['deviceName'],'')){if(_0x417845['bLlVr'](_0x417845[_0x9ec86a(0x221)],_0x417845[_0x9ec86a(0x1ba)]))_0x134e18[_0x9ec86a(0x1ae)](_0x9ec86a(0x23e)+_0x237ae2[_0x9ec86a(0x1c9)](_0x39322e));else return logger[_0x9ec86a(0x23a)](_0x417845[_0x9ec86a(0x1b5)]),![];}const _0x2ebd86=_0x39c294['browser'];if(!(_0x417845[_0x9ec86a(0x1c5)](_0x2ebd86,_0x417845[_0x9ec86a(0x1da)])||_0x417845[_0x9ec86a(0x1c5)](_0x2ebd86,_0x417845[_0x9ec86a(0x1fb)])))return _0x417845[_0x9ec86a(0x207)](_0x417845[_0x9ec86a(0x1d4)],_0x417845[_0x9ec86a(0x1d4)])?(_0x20bd55[_0x9ec86a(0x23a)](_0x417845[_0x9ec86a(0x231)]),![]):(logger[_0x9ec86a(0x23a)](_0x417845[_0x9ec86a(0x231)]),![]);const _0x4b5ab1=_0x417845['lKrzY'](parseInt,_0x39c294['browser_version']);if(!(_0x417845[_0x9ec86a(0x1c5)](_0x4b5ab1,_0x417845[_0x9ec86a(0x217)])||_0x417845['RshET'](_0x4b5ab1,0x5e)))return _0x417845[_0x9ec86a(0x207)](_0x417845[_0x9ec86a(0x1b6)],_0x417845['lltTl'])?(_0x217995[_0x9ec86a(0x23a)](_0x417845['CsqIk']),![]):(logger['warn'](_0x417845['oCIqi']),![]);}else _0x34903d[_0x9ec86a(0x23a)](_0x417845[_0x9ec86a(0x231)]),_0x46b5f5[_0x9ec86a(0x1f3)]=![];}catch(_0x2462a8){_0x417845[_0x9ec86a(0x207)](_0x417845['YIQNR'],_0x417845[_0x9ec86a(0x1cd)])?logger[_0x9ec86a(0x1ae)](_0x9ec86a(0x1fd)+util[_0x9ec86a(0x1c9)](_0x2462a8)):(_0xc2018c[_0x9ec86a(0x23a)](_0x417845[_0x9ec86a(0x1b4)]),_0x36f180[_0x9ec86a(0x1f3)]=![]);}return!![];},exports[a28_0x5db226(0x21f)]=(_0x29c47c,_0x56689f,_0x1a6811)=>{const _0x195732=a28_0x5db226,_0x350993={'WDRAn':_0x195732(0x213),'TmXaG':function(_0x78e61d){return _0x78e61d();},'uxVzG':_0x195732(0x1a1),'ZycRB':function(_0x268e34,_0x5be6d4){return _0x268e34!==_0x5be6d4;},'Rvcma':'xhMBb','nTEUK':function(_0x4e7882,_0x5baeaf){return _0x4e7882===_0x5baeaf;},'xuhmj':_0x195732(0x1c4),'jqUST':'playwright-chromium','KdMuC':_0x195732(0x1bd),'uqXlM':function(_0x3c9bf2,_0x5c49e2){return _0x3c9bf2===_0x5c49e2;},'agjOx':_0x195732(0x19d),'CFxuC':function(_0x1ed2a4,_0x1f01fb){return _0x1ed2a4>_0x1f01fb;},'RQGlb':_0x195732(0x220),'mUKGz':function(_0x34318c,_0x1a238f){return _0x34318c(_0x1a238f);},'ktrFq':_0x195732(0x1e5),'Jtnum':function(_0x57c939,_0x1a4ce5){return _0x57c939+_0x1a4ce5;},'crMWK':function(_0x4d4de7,_0xb3a487){return _0x4d4de7(_0xb3a487);}};try{if(_0x350993[_0x195732(0x234)](isAccessibilityAutomationSession)){global[_0x195732(0x1f3)]=!![];if(!_0x29c47c[_0x350993[_0x195732(0x1d2)]]){if(_0x350993[_0x195732(0x235)](_0x350993[_0x195732(0x1cb)],_0x350993['Rvcma']))return _0x59deea[_0x195732(0x1ae)](_0x350993[_0x195732(0x1ce)]),{};else global[_0x195732(0x1f3)]=![];}!(_0x350993[_0x195732(0x1bb)](_0x29c47c[_0x195732(0x224)],_0x350993[_0x195732(0x1ea)])||_0x350993[_0x195732(0x1bb)](_0x29c47c[_0x195732(0x224)],_0x350993[_0x195732(0x227)]))&&(logger['warn'](_0x350993[_0x195732(0x21d)]),global[_0x195732(0x1f3)]=![]);!(_0x350993['uqXlM'](_0x29c47c['browser_version'],_0x350993[_0x195732(0x1a2)])||_0x350993[_0x195732(0x233)](_0x29c47c[_0x195732(0x20f)],0x5e))&&(logger[_0x195732(0x23a)](_0x350993[_0x195732(0x203)]),global['accessibilityPlatform']=![]);!_0x350993[_0x195732(0x1b2)](isUndefined,_0x29c47c[_0x195732(0x210)])&&(logger['warn'](_0x350993[_0x195732(0x200)]),global[_0x195732(0x1f3)]=![]);if(!global['accessibilityPlatform']){_0x29c47c[_0x350993['uxVzG']]=![];const _0xba39e2=_0x350993[_0x195732(0x1c8)](_0x56689f,_0x350993[_0x195732(0x228)](encodeURIComponent,JSON['stringify'](_0x29c47c)));_0x1a6811['currentTest'][_0x195732(0x206)]['project'][_0x195732(0x1dc)][_0x195732(0x19f)][_0x195732(0x19c)]=_0xba39e2;}}}catch(_0x3f9478){logger[_0x195732(0x1ae)](_0x195732(0x23e)+util[_0x195732(0x1c9)](_0x3f9478));}};
|
|
1
|
+
const a28_0x2374fe=a28_0x1f54;(function(_0x2a6a19,_0x2242e5){const _0x124d08=a28_0x1f54,_0x5473bf=_0x2a6a19();while(!![]){try{const _0x3ab956=parseInt(_0x124d08(0x1cb))/0x1+-parseInt(_0x124d08(0x1f3))/0x2+parseInt(_0x124d08(0x189))/0x3+parseInt(_0x124d08(0x16e))/0x4+parseInt(_0x124d08(0x178))/0x5+-parseInt(_0x124d08(0x206))/0x6*(-parseInt(_0x124d08(0x18f))/0x7)+-parseInt(_0x124d08(0x1bd))/0x8*(parseInt(_0x124d08(0x1ae))/0x9);if(_0x3ab956===_0x2242e5)break;else _0x5473bf['push'](_0x5473bf['shift']());}catch(_0x478729){_0x5473bf['push'](_0x5473bf['shift']());}}}(a28_0x5473,0x5c479));const util=require(a28_0x2374fe(0x208)),logger=require(a28_0x2374fe(0x1b7))['winstonLogger'],{isAccessibilityAutomationSession}=require(a28_0x2374fe(0x1c0)),{isUndefined}=require(a28_0x2374fe(0x19f)),scripts=require('../../helpers/accessibility-automation/scripts');function a28_0x1f54(_0xfa9672,_0x180957){const _0x547399=a28_0x5473();return a28_0x1f54=function(_0x1f54f2,_0x4e5236){_0x1f54f2=_0x1f54f2-0x16d;let _0x5f2e25=_0x547399[_0x1f54f2];return _0x5f2e25;},a28_0x1f54(_0xfa9672,_0x180957);}exports[a28_0x2374fe(0x17c)]=async(_0x1b69e7,_0x5390cb,_0x2dd1af={})=>{const _0x485d8c=a28_0x2374fe,_0x1b9bb3={};_0x1b9bb3[_0x485d8c(0x1a6)]=_0x485d8c(0x205);const _0x2c8e2a=_0x1b9bb3;return await _0x1b69e7['evaluate'](_0x485d8c(0x1f8)+_0x5390cb['replace'](/arguments/g,_0x2c8e2a[_0x485d8c(0x1a6)])+_0x485d8c(0x170)+JSON[_0x485d8c(0x214)](_0x2dd1af)+')');},exports[a28_0x2374fe(0x1cc)]=async _0xa27527=>{const _0x49776d=a28_0x2374fe,_0x782a47={};_0x782a47[_0x49776d(0x1e6)]=_0x49776d(0x1b6),_0x782a47['Lmmkr']=_0x49776d(0x218),_0x782a47[_0x49776d(0x1f7)]=_0x49776d(0x215),_0x782a47[_0x49776d(0x1d7)]=_0x49776d(0x176),_0x782a47[_0x49776d(0x1be)]=_0x49776d(0x1de),_0x782a47[_0x49776d(0x1bf)]=_0x49776d(0x21e),_0x782a47['OZCBY']=function(_0x105269,_0x4342d0){return _0x105269===_0x4342d0;},_0x782a47[_0x49776d(0x21a)]=_0x49776d(0x183),_0x782a47[_0x49776d(0x1f1)]=function(_0x1f5d54,_0x5534db){return _0x1f5d54===_0x5534db;},_0x782a47[_0x49776d(0x1b9)]=_0x49776d(0x1db),_0x782a47['tPGPr']=_0x49776d(0x1e8),_0x782a47[_0x49776d(0x18d)]=function(_0x58ab98,_0x2a594c){return _0x58ab98!==_0x2a594c;},_0x782a47[_0x49776d(0x1b1)]=_0x49776d(0x1e1),_0x782a47[_0x49776d(0x1ca)]=function(_0x44f5b6,_0x101299){return _0x44f5b6===_0x101299;},_0x782a47['ezYxt']=_0x49776d(0x16f),_0x782a47[_0x49776d(0x1fe)]=_0x49776d(0x1aa),_0x782a47[_0x49776d(0x212)]=_0x49776d(0x1cf),_0x782a47[_0x49776d(0x1a7)]=_0x49776d(0x21d);const _0x413712=_0x782a47;if(_0xa27527[_0x49776d(0x19d)]){if(_0x413712[_0x49776d(0x1b5)](_0x413712[_0x49776d(0x21a)],_0x413712['kpMba'])){_0xa27527['accessibilityOptions'][_0x49776d(0x201)]&&(_0x413712[_0x49776d(0x1f1)](_0x413712[_0x49776d(0x1b9)],_0x413712[_0x49776d(0x1f2)])?(_0x2cd120[_0x49776d(0x19d)][_0x49776d(0x201)]&&(_0x21f840[_0x413712[_0x49776d(0x1e6)]]=_0x468bb1['accessibilityOptions'][_0x49776d(0x201)]),_0x521f16['accessibilityOptions']['scannerProcessingTimeout']&&(_0x22d208[_0x413712[_0x49776d(0x203)]]=_0x5d93ea[_0x49776d(0x19d)][_0x49776d(0x1fd)]),_0x4fd35d[_0x49776d(0x19d)]['includeIssueType']&&(_0x5865ae[_0x413712[_0x49776d(0x1f7)]]=_0x503559['accessibilityOptions']['includeIssueType'][_0x49776d(0x1c7)],_0x497ec4[_0x413712[_0x49776d(0x1d7)]]=_0x18c2ed['accessibilityOptions']['includeIssueType'][_0x49776d(0x20f)])):_0xa27527[_0x413712[_0x49776d(0x1e6)]]=_0xa27527[_0x49776d(0x19d)]['wcagVersion']);_0xa27527[_0x49776d(0x19d)][_0x49776d(0x1fd)]&&(_0x413712[_0x49776d(0x18d)](_0x413712[_0x49776d(0x1b1)],_0x413712['vXuvP'])?(_0x3bd220['warn'](_0x413712[_0x49776d(0x1be)]),_0x253502['accessibilityPlatform']=![]):_0xa27527[_0x413712[_0x49776d(0x203)]]=_0xa27527[_0x49776d(0x19d)]['scannerProcessingTimeout']);if(_0xa27527['accessibilityOptions'][_0x49776d(0x192)]){if(_0x413712['KNVfW'](_0x413712[_0x49776d(0x175)],_0x413712[_0x49776d(0x1fe)]))return _0x4608ee[_0x49776d(0x1c4)](_0x413712[_0x49776d(0x1bf)]),![];else _0xa27527[_0x413712[_0x49776d(0x1f7)]]=_0xa27527[_0x49776d(0x19d)][_0x49776d(0x192)][_0x49776d(0x1c7)],_0xa27527[_0x413712[_0x49776d(0x1d7)]]=_0xa27527[_0x49776d(0x19d)]['includeIssueType'][_0x49776d(0x20f)];}}else return _0x449228[_0x49776d(0x1c4)](_0x413712[_0x49776d(0x1be)]),![];}const _0x1c6ced=JSON[_0x49776d(0x1a8)](process[_0x49776d(0x1ef)][_0x49776d(0x219)])[_0x49776d(0x1f5)];_0xa27527[_0x413712[_0x49776d(0x212)]]=process[_0x49776d(0x1ef)][_0x49776d(0x1c6)],_0xa27527[_0x413712['UiSiB']]=_0x1c6ced,delete _0xa27527[_0x49776d(0x19d)];},exports['getAccessibilityResults']=async _0x21aac6=>{const _0x2951f8=a28_0x2374fe,_0x207e6d={};_0x207e6d[_0x2951f8(0x1d5)]=_0x2951f8(0x1bb),_0x207e6d[_0x2951f8(0x217)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x207e6d[_0x2951f8(0x1d6)]=_0x2951f8(0x190),_0x207e6d[_0x2951f8(0x19b)]=function(_0x4866c0,_0x1afaf6){return _0x4866c0===_0x1afaf6;},_0x207e6d[_0x2951f8(0x1ee)]=_0x2951f8(0x1a9),_0x207e6d['NtUTP']=function(_0x392ca4,_0x1a1b20){return _0x392ca4===_0x1a1b20;},_0x207e6d['LIjcB']=_0x2951f8(0x1a1),_0x207e6d[_0x2951f8(0x188)]=_0x2951f8(0x1d3),_0x207e6d['rfLqf']=function(_0x737dbb,_0x2621a8){return _0x737dbb!==_0x2621a8;},_0x207e6d[_0x2951f8(0x187)]=_0x2951f8(0x200),_0x207e6d[_0x2951f8(0x1dd)]=_0x2951f8(0x171),_0x207e6d['ribHT']=_0x2951f8(0x18b);const _0x32da8b=_0x207e6d;if(global['accessibilityPlatform']){if(_0x32da8b['CsHgn'](_0x32da8b[_0x2951f8(0x1ee)],_0x32da8b[_0x2951f8(0x1ee)]))try{if(_0x32da8b[_0x2951f8(0x193)](_0x32da8b[_0x2951f8(0x213)],_0x32da8b[_0x2951f8(0x188)]))return _0x27ac33[_0x2951f8(0x18a)](_0x32da8b['kbmqG']),{};else{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x21aac6,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x21aac6,scripts.getResults);return res;}}catch{return _0x32da8b[_0x2951f8(0x216)](_0x32da8b['HkjNi'],_0x32da8b[_0x2951f8(0x187)])?(_0xb035d8[_0x2951f8(0x1c4)](_0x32da8b[_0x2951f8(0x217)]),[]):(logger['error'](_0x32da8b[_0x2951f8(0x1d6)]),[]);}else _0x180855[_0x2951f8(0x18a)]('Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20'+_0x3ffe49[_0x2951f8(0x20e)](_0x270a1c));}else return _0x32da8b[_0x2951f8(0x216)](_0x32da8b[_0x2951f8(0x1dd)],_0x32da8b[_0x2951f8(0x184)])?(logger[_0x2951f8(0x1c4)](_0x32da8b[_0x2951f8(0x217)]),[]):(_0x2cd882[_0x2951f8(0x1f9)](_0x32da8b[_0x2951f8(0x1d6)]),[]);},exports[a28_0x2374fe(0x1ea)]=async(_0x42543d,_0x452ef0='')=>{const _0x55da0b=a28_0x2374fe,_0x197624={};_0x197624[_0x55da0b(0x207)]=_0x55da0b(0x1e2),_0x197624['UhEaa']=function(_0x118f12,_0xaebcc5){return _0x118f12!==_0xaebcc5;},_0x197624[_0x55da0b(0x1e3)]='GucIg';const _0x3d37e8=_0x197624;if(global[_0x55da0b(0x19c)]){if(_0x3d37e8[_0x55da0b(0x1d1)](_0x3d37e8['vDkVb'],_0x3d37e8[_0x55da0b(0x1e3)]))return _0x23aff8[_0x55da0b(0x1c4)](_0x3d37e8['gSXSY']),{};else{const _0x2f596a={};return _0x2f596a[_0x55da0b(0x191)]=_0x452ef0,await exports[_0x55da0b(0x17c)](_0x42543d,scripts[_0x55da0b(0x1ea)],_0x2f596a);}}},exports[a28_0x2374fe(0x198)]=async _0x19074e=>{const _0xbca02c=a28_0x2374fe,_0x29f00a={'VuHQA':'accessibilityOptions.includeIssueType.bestPractice','wzXqf':_0xbca02c(0x176),'BzDJr':function(_0x1014f0,_0x557995){return _0x1014f0!==_0x557995;},'ShEIt':_0xbca02c(0x21e),'NikcY':function(_0x8c256d,_0x288c12){return _0x8c256d===_0x288c12;},'xnwGX':_0xbca02c(0x17b),'nKLNz':_0xbca02c(0x1ce),'XXYyV':_0xbca02c(0x1c1),'XNavc':function(_0x214bae,_0x3a666b){return _0x214bae(_0x3a666b);},'EjjCP':_0xbca02c(0x195),'LdVtf':function(_0x1eb71e,_0x4278dc){return _0x1eb71e>_0x4278dc;},'aKitH':_0xbca02c(0x1de),'BMhSH':_0xbca02c(0x1b6),'aVZib':'browserstack.accessibility','kkhQP':function(_0x1c88aa,_0x3e9b44){return _0x1c88aa+_0x3e9b44;},'kCXkW':function(_0x120972,_0x4bc8bf){return _0x120972===_0x4bc8bf;},'QUeSK':_0xbca02c(0x1d8),'DUYVJ':_0xbca02c(0x210),'dMyRe':_0xbca02c(0x1c8),'BRZxe':_0xbca02c(0x1ed),'tbyrD':_0xbca02c(0x172),'uKqHM':'No\x20summaryResults\x20found.','febgj':_0xbca02c(0x1a5),'fibpZ':_0xbca02c(0x1e2)};if(global[_0xbca02c(0x19c)]){if(_0x29f00a[_0xbca02c(0x1bc)](_0x29f00a[_0xbca02c(0x1f6)],_0x29f00a[_0xbca02c(0x1f6)]))try{if(_0x29f00a[_0xbca02c(0x1ff)](_0x29f00a[_0xbca02c(0x1d0)],_0x29f00a[_0xbca02c(0x19e)])){logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x19074e,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x19074e,scripts.getResultsSummary);return summaryResults;}else _0xeb20ce[_0x29f00a[_0xbca02c(0x1eb)]]=_0x3b5193[_0xbca02c(0x19d)]['includeIssueType'][_0xbca02c(0x1c7)],_0x6511c7[_0x29f00a['wzXqf']]=_0x3d02b7[_0xbca02c(0x19d)][_0xbca02c(0x192)][_0xbca02c(0x20f)];}catch{if(_0x29f00a['kCXkW'](_0x29f00a[_0xbca02c(0x174)],_0x29f00a[_0xbca02c(0x1f4)])){if(!_0x29f00a[_0xbca02c(0x1ff)](_0x558497[_0xbca02c(0x1c3)],''))return _0x45f646[_0xbca02c(0x1c4)](_0x29f00a[_0xbca02c(0x1a0)]),![];const _0x26a018=_0xde6726[_0xbca02c(0x1b4)];if(!(_0x29f00a[_0xbca02c(0x17d)](_0x26a018,_0x29f00a[_0xbca02c(0x1ad)])||_0x29f00a['NikcY'](_0x26a018,_0x29f00a[_0xbca02c(0x1e4)])))return _0xa780c4[_0xbca02c(0x1c4)](_0x29f00a[_0xbca02c(0x202)]),![];const _0x38f847=_0x29f00a['XNavc'](_0x32d5dc,_0x4f9708[_0xbca02c(0x182)]);if(!(_0x29f00a['NikcY'](_0x38f847,_0x29f00a[_0xbca02c(0x1a4)])||_0x29f00a['LdVtf'](_0x38f847,0x5e)))return _0x41821b[_0xbca02c(0x1c4)](_0x29f00a['aKitH']),![];}else return logger[_0xbca02c(0x18a)](_0x29f00a[_0xbca02c(0x1e0)]),{};}else _0x4271f6[_0x29f00a[_0xbca02c(0x1e7)]]=_0x4e6208['accessibilityOptions'][_0xbca02c(0x201)];}else{if(_0x29f00a['kCXkW'](_0x29f00a[_0xbca02c(0x1ac)],_0x29f00a[_0xbca02c(0x1ac)]))return logger[_0xbca02c(0x1c4)](_0x29f00a[_0xbca02c(0x1e5)]),{};else{_0x40d2eb[_0x29f00a['aVZib']]=![];const _0x18cac0=_0x29f00a[_0xbca02c(0x1b8)](_0x6895de,_0x29f00a[_0xbca02c(0x194)](_0x22c61b,_0x14e33b[_0xbca02c(0x214)](_0x305a9e)));_0x228ddb[_0xbca02c(0x21b)][_0xbca02c(0x19a)][_0xbca02c(0x17e)]['use']['connectOptions']['wsEndpoint']=_0x18cac0;}}},exports[a28_0x2374fe(0x1b2)]=async _0x293d55=>{const _0x593ceb=a28_0x2374fe,_0x29ee3c={'UWHGH':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','WkEor':_0x593ceb(0x21e),'KZERS':_0x593ceb(0x218),'kSshz':function(_0x2e3a1a,_0x269919){return _0x2e3a1a!==_0x269919;},'MDBBn':'mNvLk','auGLk':function(_0x13a47e,_0x2c83c4){return _0x13a47e!==_0x2c83c4;},'oqkaN':function(_0x426e4c,_0x4f87bc){return _0x426e4c===_0x4f87bc;},'ZGojF':'boRxR','AKLYJ':_0x593ceb(0x209),'binRU':function(_0x50fdf6,_0x404b0f){return _0x50fdf6===_0x404b0f;},'Xxsfq':_0x593ceb(0x17b),'rmgmp':function(_0x130657,_0x3b5826){return _0x130657===_0x3b5826;},'sNCtf':_0x593ceb(0x1ce),'jYAnx':'cxkbl','nosmh':_0x593ceb(0x211),'GpfbV':function(_0x442560,_0x368242){return _0x442560(_0x368242);},'XSPVa':function(_0x4d98d4,_0x51f81b){return _0x4d98d4===_0x51f81b;},'bBpVA':'latest','ayNpz':function(_0xd69988,_0x2f8739){return _0xd69988>_0x2f8739;},'ingxu':function(_0xcc9b4b,_0x4a486e){return _0xcc9b4b!==_0x4a486e;},'tCaoI':_0x593ceb(0x20d),'UaaaN':_0x593ceb(0x173),'vnvdD':_0x593ceb(0x1de),'pPoZY':function(_0x328d2f,_0x366dcb){return _0x328d2f!==_0x366dcb;},'yhVjI':_0x593ceb(0x1d9),'UfjIj':'yPgMW'};try{if(_0x29ee3c[_0x593ceb(0x181)](_0x29ee3c['MDBBn'],_0x29ee3c['MDBBn']))_0x431b85[_0x593ceb(0x1c4)](_0x29ee3c[_0x593ceb(0x1cd)]),_0x463775[_0x593ceb(0x19c)]=![];else{if(!_0x29ee3c[_0x593ceb(0x1ec)](_0x293d55[_0x593ceb(0x1c3)],''))return _0x29ee3c['oqkaN'](_0x29ee3c[_0x593ceb(0x16d)],_0x29ee3c['AKLYJ'])?(_0x3fff8a[_0x593ceb(0x1c4)](_0x29ee3c[_0x593ceb(0x1cd)]),![]):(logger[_0x593ceb(0x1c4)](_0x29ee3c[_0x593ceb(0x20b)]),![]);const _0x148f18=_0x293d55[_0x593ceb(0x1b4)];if(!(_0x29ee3c[_0x593ceb(0x196)](_0x148f18,_0x29ee3c[_0x593ceb(0x1fc)])||_0x29ee3c[_0x593ceb(0x199)](_0x148f18,_0x29ee3c['sNCtf']))){if(_0x29ee3c['binRU'](_0x29ee3c[_0x593ceb(0x204)],_0x29ee3c[_0x593ceb(0x186)]))_0x40435c[_0x593ceb(0x1c4)](_0x29ee3c[_0x593ceb(0x20b)]),_0x263c3c['accessibilityPlatform']=![];else return logger[_0x593ceb(0x1c4)](_0x29ee3c[_0x593ceb(0x1cd)]),![];}const _0x1c01dc=_0x29ee3c[_0x593ceb(0x1c9)](parseInt,_0x293d55[_0x593ceb(0x182)]);if(!(_0x29ee3c[_0x593ceb(0x1dc)](_0x1c01dc,_0x29ee3c['bBpVA'])||_0x29ee3c['ayNpz'](_0x1c01dc,0x5e))){if(_0x29ee3c[_0x593ceb(0x1a3)](_0x29ee3c[_0x593ceb(0x180)],_0x29ee3c[_0x593ceb(0x197)]))return logger[_0x593ceb(0x1c4)](_0x29ee3c[_0x593ceb(0x1c5)]),![];else _0x20a241[_0x29ee3c[_0x593ceb(0x1d4)]]=_0x109eaa[_0x593ceb(0x19d)][_0x593ceb(0x1fd)];}}}catch(_0x52e3ee){_0x29ee3c[_0x593ceb(0x1a2)](_0x29ee3c['yhVjI'],_0x29ee3c[_0x593ceb(0x1fb)])?logger[_0x593ceb(0x18a)](_0x593ceb(0x1f0)+util[_0x593ceb(0x20e)](_0x52e3ee)):_0x5438a9[_0x593ceb(0x18a)](_0x593ceb(0x1df)+_0x1ae46c[_0x593ceb(0x20e)](_0x184e75));}return!![];},exports['processAccessibilityCaps']=(_0x1c5dd3,_0x450386,_0x61fd06)=>{const _0x57ad38=a28_0x2374fe,_0x45d4b1={'AXjnH':function(_0xc73f4a){return _0xc73f4a();},'SSrVr':_0x57ad38(0x1fa),'AcOGl':function(_0x42c482,_0x186d53){return _0x42c482===_0x186d53;},'UNaqw':_0x57ad38(0x1b3),'FHsui':function(_0x203b92,_0x289103){return _0x203b92===_0x289103;},'wLhaj':_0x57ad38(0x17b),'bHvDW':function(_0xea9a98,_0x5ced75){return _0xea9a98===_0x5ced75;},'LDiIf':_0x57ad38(0x1ce),'FWGKu':_0x57ad38(0x1c1),'SNwyd':function(_0x1f69f4,_0xd06a4e){return _0x1f69f4===_0xd06a4e;},'aSnXV':'latest','rbsSp':function(_0x21e888,_0x11784f){return _0x21e888>_0x11784f;},'LcjDB':_0x57ad38(0x1de),'epqaC':function(_0x49f513,_0xdcd404){return _0x49f513(_0xdcd404);},'zEVuM':_0x57ad38(0x21e),'kvhuY':function(_0x420225,_0x3372d4){return _0x420225+_0x3372d4;},'jWuVd':function(_0x1edb28,_0x4fe2c7){return _0x1edb28(_0x4fe2c7);}};try{if(_0x45d4b1['AXjnH'](isAccessibilityAutomationSession)){global[_0x57ad38(0x19c)]=!![];!_0x1c5dd3[_0x45d4b1['SSrVr']]&&(_0x45d4b1[_0x57ad38(0x18c)](_0x45d4b1[_0x57ad38(0x179)],_0x45d4b1[_0x57ad38(0x179)])?global[_0x57ad38(0x19c)]=![]:_0x3f0537[_0x57ad38(0x19c)]=![]);!(_0x45d4b1[_0x57ad38(0x1da)](_0x1c5dd3[_0x57ad38(0x1e9)],_0x45d4b1[_0x57ad38(0x20a)])||_0x45d4b1[_0x57ad38(0x1ba)](_0x1c5dd3[_0x57ad38(0x1e9)],_0x45d4b1[_0x57ad38(0x17f)]))&&(logger['warn'](_0x45d4b1[_0x57ad38(0x21c)]),global[_0x57ad38(0x19c)]=![]);!(_0x45d4b1[_0x57ad38(0x185)](_0x1c5dd3[_0x57ad38(0x182)],_0x45d4b1[_0x57ad38(0x1c2)])||_0x45d4b1['rbsSp'](_0x1c5dd3[_0x57ad38(0x182)],0x5e))&&(logger[_0x57ad38(0x1c4)](_0x45d4b1[_0x57ad38(0x177)]),global[_0x57ad38(0x19c)]=![]);!_0x45d4b1[_0x57ad38(0x1d2)](isUndefined,_0x1c5dd3[_0x57ad38(0x1c3)])&&(logger[_0x57ad38(0x1c4)](_0x45d4b1['zEVuM']),global[_0x57ad38(0x19c)]=![]);if(!global['accessibilityPlatform']){_0x1c5dd3[_0x45d4b1[_0x57ad38(0x17a)]]=![];const _0x13127a=_0x45d4b1[_0x57ad38(0x20c)](_0x450386,_0x45d4b1[_0x57ad38(0x1af)](encodeURIComponent,JSON[_0x57ad38(0x214)](_0x1c5dd3)));_0x61fd06['currentTest'][_0x57ad38(0x19a)][_0x57ad38(0x17e)][_0x57ad38(0x18e)][_0x57ad38(0x1b0)][_0x57ad38(0x1ab)]=_0x13127a;}}}catch(_0x23d9e8){logger[_0x57ad38(0x18a)](_0x57ad38(0x1df)+util['format'](_0x23d9e8));}};function a28_0x5473(){const _0x1f9682=['wsEndpoint','febgj','xnwGX','9xQBrxW','jWuVd','connectOptions','vXuvP','platformValidation','XnJph','browser','OZCBY','accessibilityOptions.wcagVersion','../../helpers/logger','kkhQP','JwxUl','bHvDW','No\x20summaryResults\x20found.','kCXkW','2551544raQBmR','PisaR','VTtRk','../../helpers/accessibility-automation/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','aSnXV','deviceName','warn','vnvdD','BS_A11Y_JWT','bestPractice','gXTAt','GpfbV','KNVfW','510962gQFNhw','setAccessibilityPlaywrightCapabilities','UWHGH','playwright-chromium','accessibilityOptions.authToken','DUYVJ','UhEaa','epqaC','vJtID','KZERS','kbmqG','DUrKZ','NNVuZ','mWBEO','DQhyU','FHsui','YstuH','XSPVa','VTQKa','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','uKqHM','oWBKs','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','vDkVb','nKLNz','fibpZ','snqtn','BMhSH','VSxIe','browserName','performScan','VuHQA','auGLk','jFYkF','gzbVK','env','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','iezhV','tPGPr','1471902xBqYzp','tbyrD','scannerVersion','QUeSK','vtZtM','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','error','browserstack.accessibility','UfjIj','Xxsfq','scannerProcessingTimeout','ibJmI','BzDJr','LBvaC','wcagVersion','XXYyV','Lmmkr','jYAnx','bstackSdkArgs','12qbfEuU','gSXSY','util','BlBOA','wLhaj','WkEor','kvhuY','rwnBP','format','needsReview','HxAzK','FpoFU','fMNdB','LIjcB','stringify','accessibilityOptions.includeIssueType.bestPractice','rfLqf','pcDXu','accessibilityOptions.scannerProcessingTimeout','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','kpMba','currentTest','FWGKu','accessibilityOptions.scannerVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','ZGojF','606052jndjLe','Dqgwf','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','XWRON','kubGQ','iNyDy','BRZxe','ezYxt','accessibilityOptions.includeIssueType.needsReview','LcjDB','178350ujjGyn','UNaqw','SSrVr','chrome','browserStackEvaluate','NikcY','project','LDiIf','tCaoI','kSshz','browser_version','bazDm','ribHT','SNwyd','nosmh','HkjNi','kuihu','893166VqRcYH','debug','EeTxa','AcOGl','amscn','use','1529514lnxItD','No\x20accessibility\x20results\x20were\x20found.','method','includeIssueType','NtUTP','XNavc','latest','binRU','UaaaN','getAccessibilitySummary','rmgmp','testInfo','CsHgn','accessibilityPlatform','accessibilityOptions','dMyRe','../../helpers/helper','ShEIt','bIRSv','pPoZY','ingxu','EjjCP','XRldU','JtxuL','UiSiB','parse','FNhHL','aXOrx'];a28_0x5473=function(){return _0x1f9682;};return a28_0x5473();}
|