browserstack-node-sdk 1.31.21 → 1.31.22
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 -0
- 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 -0
- 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_0x4523ab=a25_0x5d7d;function a25_0x5d7d(_0x86aae5,_0x200636){const _0x193065=a25_0x1930();return a25_0x5d7d=function(_0x5d7d24,_0x572465){_0x5d7d24=_0x5d7d24-0x168;let _0x239a7e=_0x193065[_0x5d7d24];return _0x239a7e;},a25_0x5d7d(_0x86aae5,_0x200636);}(function(_0x165fe0,_0xbbd079){const _0x4f6e8c=a25_0x5d7d,_0xcc1e0b=_0x165fe0();while(!![]){try{const _0x10627b=-parseInt(_0x4f6e8c(0x195))/0x1*(-parseInt(_0x4f6e8c(0x21e))/0x2)+-parseInt(_0x4f6e8c(0x193))/0x3*(-parseInt(_0x4f6e8c(0x19a))/0x4)+parseInt(_0x4f6e8c(0x189))/0x5*(parseInt(_0x4f6e8c(0x21d))/0x6)+parseInt(_0x4f6e8c(0x21a))/0x7+parseInt(_0x4f6e8c(0x19b))/0x8*(-parseInt(_0x4f6e8c(0x218))/0x9)+parseInt(_0x4f6e8c(0x1c5))/0xa+parseInt(_0x4f6e8c(0x21f))/0xb*(-parseInt(_0x4f6e8c(0x1f8))/0xc);if(_0x10627b===_0xbbd079)break;else _0xcc1e0b['push'](_0xcc1e0b['shift']());}catch(_0x46d9e4){_0xcc1e0b['push'](_0xcc1e0b['shift']());}}}(a25_0x1930,0xa1305));const {v4:uuidv4}=require(a25_0x4523ab(0x1d0)),{name,version}=require(a25_0x4523ab(0x221)),logPatcher=require(a25_0x4523ab(0x1c3)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a25_0x4523ab(0x1e4)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession}=require(a25_0x4523ab(0x174)),{consoleHolder}=require(a25_0x4523ab(0x1c6)),{getPlatformVersion}=require(a25_0x4523ab(0x1b6));console={},Object['keys'](consoleHolder)[a25_0x4523ab(0x1ef)](_0x466e24=>{const _0x1e80e7=a25_0x4523ab,_0x4db3ad={};_0x4db3ad['YRsKm']=function(_0x579279,_0x55d817){return _0x579279!==_0x55d817;},_0x4db3ad[_0x1e80e7(0x190)]=_0x1e80e7(0x210),_0x4db3ad[_0x1e80e7(0x1d6)]=function(_0x1a8bcc,_0x27ae85){return _0x1a8bcc!==_0x27ae85;},_0x4db3ad[_0x1e80e7(0x1bb)]=_0x1e80e7(0x1e9),_0x4db3ad['Sxwxy']=function(_0x49c429,_0x4edaeb){return _0x49c429!==_0x4edaeb;},_0x4db3ad['mDJTk']=_0x1e80e7(0x180),_0x4db3ad[_0x1e80e7(0x214)]=function(_0x27cb38,_0x19b6f0){return _0x27cb38===_0x19b6f0;},_0x4db3ad[_0x1e80e7(0x21c)]=_0x1e80e7(0x20c),_0x4db3ad[_0x1e80e7(0x1cd)]=_0x1e80e7(0x1be);const _0x42f1cd=_0x4db3ad;console[_0x466e24]=(..._0x12ab77)=>{const _0x553374=_0x1e80e7;if(_0x42f1cd[_0x553374(0x214)](_0x42f1cd['zrjIa'],_0x42f1cd[_0x553374(0x1cd)])){const _0x2f116c=_0x42f1cd[_0x553374(0x16a)](_0x3e6550[_0x553374(0x1f7)],_0x42f1cd[_0x553374(0x190)])&&!_0x8e0245['markedStatus']&&_0x42f1cd[_0x553374(0x1d6)](_0x119a65[_0x553374(0x1b9)],_0x42f1cd[_0x553374(0x1bb)])&&_0x42f1cd[_0x553374(0x22d)](_0x4cf9a2[_0x553374(0x1b9)],_0x42f1cd[_0x553374(0x1d2)])&&!_0x3c3cf6[_0x553374(0x1a7)];return _0x2f116c;}else BSTestOpsPatcher[_0x466e24](..._0x12ab77);};}),exports['getTestEnv']=()=>{const _0x5015a9=a25_0x4523ab,_0x5e32c4={'IWGwn':_0x5015a9(0x1e7),'thqAG':function(_0x1c8035){return _0x1c8035();}};return{'ci':_0x5e32c4[_0x5015a9(0x213)],'key':_0x5e32c4[_0x5015a9(0x1a6)](uuidv4),'version':version,'collector':_0x5015a9(0x1ba)+name};},exports[a25_0x4523ab(0x1f3)]=_0x420c2c=>{const _0x13ff3b=a25_0x4523ab,_0x394b2b={'ZqnQO':function(_0x3328e4){return _0x3328e4();},'Lwvlz':function(_0x1f6606,_0x20aa21){return _0x1f6606===_0x20aa21;},'ycFRP':_0x13ff3b(0x1e0),'unlsL':function(_0x673edc){return _0x673edc();},'izDyy':_0x13ff3b(0x16f),'vzzBq':function(_0x39b452,_0x11b74b){return _0x39b452!==_0x11b74b;},'vzyNd':_0x13ff3b(0x169),'uuCMB':_0x13ff3b(0x1d7),'KIGTA':_0x13ff3b(0x1f4),'UqpVv':_0x13ff3b(0x175),'HgLds':function(_0x51b5f9,_0xe24641){return _0x51b5f9===_0xe24641;},'OzqeT':_0x13ff3b(0x1c8),'izQvY':_0x13ff3b(0x1cf),'YdtWh':_0x13ff3b(0x210),'imRlW':function(_0x1c2cad,_0x172310){return _0x1c2cad!==_0x172310;},'CkPIg':_0x13ff3b(0x1d4),'ZJETv':_0x13ff3b(0x17c)};if(!_0x420c2c||_0x394b2b[_0x13ff3b(0x1f9)](typeof _0x420c2c,_0x394b2b[_0x13ff3b(0x199)]))return _0x394b2b[_0x13ff3b(0x1d3)](_0x394b2b[_0x13ff3b(0x1c4)],_0x394b2b[_0x13ff3b(0x1dd)])?[null,null]:[null,null];if(_0x394b2b['vzzBq'](_0x420c2c['indexOf'](_0x394b2b['UqpVv']),-0x1)){if(_0x394b2b[_0x13ff3b(0x191)](_0x394b2b[_0x13ff3b(0x1f1)],_0x394b2b[_0x13ff3b(0x187)])){const _0xf7d58b=_0x7c040a[_0x13ff3b(0x1e3)][_0x1a97e8]||[];_0xf7d58b[_0x13ff3b(0x1ef)](_0x1730e7=>{const _0x3eb112=_0x13ff3b;if(!_0x1730e7[_0x3eb112(0x198)])_0x1730e7['hookAnalyticsId']=_0x394b2b['ZqnQO'](_0x143879);else _0x1730e7['markedStatus']&&_0x394b2b[_0x3eb112(0x1d3)](_0x5b583b,_0x394b2b[_0x3eb112(0x16e)])&&(_0x1730e7['hookAnalyticsId']=_0x394b2b[_0x3eb112(0x1f2)](_0x4d543f),delete _0x1730e7[_0x3eb112(0x19f)]);});}else{const _0x2b82b7=_0x420c2c['split'](_0x394b2b[_0x13ff3b(0x1af)]);return[_0x2b82b7[0x0]['slice'](0x0,-0x1)[_0x13ff3b(0x22b)]('\x22')[0x1],_0x2b82b7[0x1]['substring'](0x1)];}}else{if(_0x394b2b[_0x13ff3b(0x1f9)](_0x420c2c[_0x13ff3b(0x201)](_0x394b2b['YdtWh']),-0x1)){if(_0x394b2b[_0x13ff3b(0x225)](_0x394b2b['CkPIg'],_0x394b2b[_0x13ff3b(0x204)])){const _0x115c34=_0x420c2c['split'](_0x394b2b[_0x13ff3b(0x1d8)]);return[_0x115c34[0x0]['slice'](0x0,-0x1)[_0x13ff3b(0x22b)]('\x22')[0x1],_0x420c2c];}else _0x3454f3[_0x394b2b['izDyy']]=_0xdd450a;}}return[null,null];},exports[a25_0x4523ab(0x16c)]=_0x462224=>{const _0x34ca7c=a25_0x4523ab,_0x19faea={'JHCAV':function(_0x411445,_0x235f23){return _0x411445!==_0x235f23;},'uArNV':_0x34ca7c(0x169),'EQsoN':function(_0x149115,_0x57ee43){return _0x149115!==_0x57ee43;},'HUEzV':_0x34ca7c(0x175),'gmeXN':_0x34ca7c(0x210),'CWRwG':function(_0x175776,_0x5403b3){return _0x175776(_0x5403b3);},'rLmiW':function(_0x3a8200){return _0x3a8200();},'UCvhW':function(_0x48e907,_0x59ab3e){return _0x48e907===_0x59ab3e;},'bkdWj':'wMrjo','wiPOM':_0x34ca7c(0x194),'sYldV':function(_0x532a0b,_0xaf98a){return _0x532a0b!==_0xaf98a;},'oLwif':'JguRv','ZnKbm':_0x34ca7c(0x1a1),'oQQZu':function(_0x14da86,_0x4c37fb){return _0x14da86===_0x4c37fb;},'SyqBp':'YbRUR','neCLV':_0x34ca7c(0x1f5),'pvvjj':_0x34ca7c(0x177),'kqmUK':_0x34ca7c(0x20a),'AXXDa':_0x34ca7c(0x1e0)};if(!_0x462224||!_0x462224[_0x34ca7c(0x1e3)]){if(_0x19faea[_0x34ca7c(0x211)](_0x19faea[_0x34ca7c(0x1bf)],_0x19faea[_0x34ca7c(0x1bf)]))return[];else{if(!_0x4e53c3||_0x19faea[_0x34ca7c(0x229)](typeof _0x266633,_0x19faea[_0x34ca7c(0x1a2)]))return[null,null];if(_0x19faea[_0x34ca7c(0x223)](_0x4eaa75['indexOf'](_0x19faea['HUEzV']),-0x1)){const _0x59ba86=_0x30e3a4['split'](_0x19faea['HUEzV']);return[_0x59ba86[0x0][_0x34ca7c(0x1b7)](0x0,-0x1)[_0x34ca7c(0x22b)]('\x22')[0x1],_0x59ba86[0x1]['substring'](0x1)];}else{if(_0x19faea[_0x34ca7c(0x229)](_0x5cdc2f['indexOf'](_0x19faea['gmeXN']),-0x1)){const _0x981593=_0xd81523[_0x34ca7c(0x22b)](_0x19faea[_0x34ca7c(0x1fe)]);return[_0x981593[0x0][_0x34ca7c(0x1b7)](0x0,-0x1)[_0x34ca7c(0x22b)]('\x22')[0x1],_0x4473f4];}}return[null,null];}}const _0xbeed62=[];return[_0x19faea[_0x34ca7c(0x21b)],_0x19faea[_0x34ca7c(0x192)],_0x19faea[_0x34ca7c(0x171)],_0x19faea[_0x34ca7c(0x1ad)]][_0x34ca7c(0x1ef)](_0x507b76=>{const _0x5a2b56=_0x34ca7c,_0xa5478e={'blJnM':function(_0x180f7c,_0x496715){const _0x2cedad=a25_0x5d7d;return _0x19faea[_0x2cedad(0x185)](_0x180f7c,_0x496715);},'Olgiq':function(_0x91ae78){const _0x4b39a8=a25_0x5d7d;return _0x19faea[_0x4b39a8(0x1bd)](_0x91ae78);},'wnTPv':function(_0x3b07a0,_0x3ae81f){const _0xf1e61a=a25_0x5d7d;return _0x19faea[_0xf1e61a(0x200)](_0x3b07a0,_0x3ae81f);},'aCLjC':_0x19faea[_0x5a2b56(0x1dc)],'KSfLD':_0x19faea['wiPOM'],'VLQDd':function(_0x2ee192,_0xcb6473){return _0x19faea['sYldV'](_0x2ee192,_0xcb6473);},'wEOEx':_0x19faea[_0x5a2b56(0x1ae)]};if(_0x19faea[_0x5a2b56(0x202)](_0x19faea['ZnKbm'],_0x19faea['ZnKbm'])){const _0x2ff8e3=_0x3a4ac6[_0x5a2b56(0x16d)](_0x9388fe);return _0x2ff8e3&&(_0x4f34ff=_0x31538e['concat'](_0x2ff8e3)),_0x1f1def;}else{const _0x570412=_0x462224['parent'][_0x507b76]||[];_0x570412[_0x5a2b56(0x1ef)](_0x4bd2a0=>{const _0x3da8e6=_0x5a2b56,_0x440273={'KSPAX':function(_0x38d705,_0x244510){const _0x1319c9=a25_0x5d7d;return _0xa5478e[_0x1319c9(0x18d)](_0x38d705,_0x244510);},'bXcRN':function(_0x9ad46f){return _0xa5478e['Olgiq'](_0x9ad46f);}};_0xa5478e[_0x3da8e6(0x19d)](_0xa5478e['aCLjC'],_0xa5478e[_0x3da8e6(0x1b3)])?_0x440273[_0x3da8e6(0x226)](_0x7c8232,_0x3da8e6(0x1a5)+_0x126fa2):_0x4bd2a0['hookAnalyticsId']&&(_0xa5478e['VLQDd'](_0xa5478e[_0x3da8e6(0x1fc)],_0xa5478e[_0x3da8e6(0x1fc)])?_0x2284ad['hookAnalyticsId']=_0x440273['bXcRN'](_0x52701f):_0xbeed62[_0x3da8e6(0x197)](_0x4bd2a0['hookAnalyticsId']));});}}),[..._0xbeed62,...exports['getHooksForTest'](_0x462224[_0x34ca7c(0x1e3)])];},exports['mapTestHooks']=_0xdc474d=>{const _0x2f91fd=a25_0x4523ab,_0x2ae48a={'mJcbO':'hook:','fOdKn':'generic','ETxVU':function(_0x817194){return _0x817194();},'HKKcu':function(_0x3c35cb,_0x242cfa){return _0x3c35cb===_0x242cfa;},'mIxwY':_0x2f91fd(0x1d1),'rJsMs':_0x2f91fd(0x1eb),'txZBl':function(_0x5e799c,_0x296fc3){return _0x5e799c===_0x296fc3;},'WQZFa':_0x2f91fd(0x1c9),'gIDvj':_0x2f91fd(0x17d),'SFLlm':function(_0x4180d4,_0x177a27){return _0x4180d4===_0x177a27;},'ZgOBX':_0x2f91fd(0x1e0),'SIrYu':function(_0x42896c,_0x56d7af){return _0x42896c!==_0x56d7af;},'cvTtv':_0x2f91fd(0x1b4),'zyHUq':_0x2f91fd(0x1fb),'HxoxZ':function(_0x47017a,_0x47152c){return _0x47017a!==_0x47152c;},'WnSMs':_0x2f91fd(0x1f0),'JORPU':_0x2f91fd(0x17a),'vxbPy':_0x2f91fd(0x1d9),'QZYiF':_0x2f91fd(0x1f5),'hqQfN':'_afterAll','hzPCc':'_beforeEach'};if(!_0xdc474d||!_0xdc474d[_0x2f91fd(0x1e3)]){if(_0x2ae48a[_0x2f91fd(0x1b5)](_0x2ae48a[_0x2f91fd(0x1aa)],_0x2ae48a[_0x2f91fd(0x1a9)]))return;else return[];}[_0x2ae48a['QZYiF'],_0x2ae48a['hqQfN'],_0x2ae48a[_0x2f91fd(0x1ed)],_0x2ae48a[_0x2f91fd(0x220)]][_0x2f91fd(0x1ef)](_0x2fda16=>{const _0x35d29b=_0x2f91fd,_0x1ab9a6={'evSrv':_0x2ae48a[_0x35d29b(0x1bc)],'UtARq':function(_0x1f6318){const _0x486e41=_0x35d29b;return _0x2ae48a[_0x486e41(0x176)](_0x1f6318);},'ILcOp':function(_0x3ef279,_0x5043b4){const _0x52cfff=_0x35d29b;return _0x2ae48a[_0x52cfff(0x18c)](_0x3ef279,_0x5043b4);},'sNgqP':_0x2ae48a[_0x35d29b(0x16b)],'UEgGZ':_0x2ae48a[_0x35d29b(0x1da)],'RUWHi':function(_0x599866,_0x22e8f4){return _0x2ae48a['txZBl'](_0x599866,_0x22e8f4);},'yQGsD':_0x2ae48a['WQZFa'],'fZDqJ':_0x2ae48a[_0x35d29b(0x1c0)],'TddHY':function(_0x236282,_0xdec86d){const _0x4b1e74=_0x35d29b;return _0x2ae48a[_0x4b1e74(0x222)](_0x236282,_0xdec86d);},'lWPLo':_0x2ae48a[_0x35d29b(0x220)],'yklPn':function(_0xe59c74,_0x4fef1e){const _0x4f812f=_0x35d29b;return _0x2ae48a[_0x4f812f(0x1b5)](_0xe59c74,_0x4fef1e);},'dnyZi':_0x2ae48a[_0x35d29b(0x183)],'AYLwf':_0x2ae48a['zyHUq'],'SxLwC':function(_0x372571){const _0x4779a0=_0x35d29b;return _0x2ae48a[_0x4779a0(0x176)](_0x372571);}};if(_0x2ae48a[_0x35d29b(0x209)](_0x2ae48a[_0x35d29b(0x20e)],_0x2ae48a[_0x35d29b(0x20e)])){const _0x49d82a=_0x449321[_0x35d29b(0x22b)](_0x2ae48a[_0x35d29b(0x1c2)]);return[_0x49d82a[0x0]['slice'](0x0,-0x1)['split']('\x22')[0x1],_0x49d82a[0x1][_0x35d29b(0x215)](0x1)];}else{const _0x284c1b=_0xdc474d[_0x35d29b(0x1e3)][_0x2fda16]||[];_0x284c1b['forEach'](_0x5873c2=>{const _0x3bcf65=_0x35d29b;if(_0x1ab9a6[_0x3bcf65(0x20b)](_0x1ab9a6[_0x3bcf65(0x1fd)],_0x1ab9a6[_0x3bcf65(0x172)]))return{'ci':_0x1ab9a6[_0x3bcf65(0x1ac)],'key':_0x1ab9a6[_0x3bcf65(0x1ee)](_0x1f5aac),'version':_0x5e9e5b,'collector':_0x3bcf65(0x1ba)+_0x3e51dc};else{if(!_0x5873c2['hookAnalyticsId']){if(_0x1ab9a6[_0x3bcf65(0x1ab)](_0x1ab9a6['yQGsD'],_0x1ab9a6['fZDqJ'])){const _0x2996e9=_0x5de071[_0x3bcf65(0x1e3)][_0x3aba5e]||[];_0x2996e9[_0x3bcf65(0x1ef)](_0x5a9374=>{const _0x1a17cd=_0x3bcf65;_0x5a9374['hookAnalyticsId']&&_0x33545d[_0x1a17cd(0x197)](_0x5a9374[_0x1a17cd(0x198)]);});}else _0x5873c2[_0x3bcf65(0x198)]=_0x1ab9a6['UtARq'](uuidv4);}else _0x5873c2[_0x3bcf65(0x19f)]&&_0x1ab9a6['TddHY'](_0x2fda16,_0x1ab9a6[_0x3bcf65(0x182)])&&(_0x1ab9a6['yklPn'](_0x1ab9a6['dnyZi'],_0x1ab9a6[_0x3bcf65(0x1a0)])?(_0x5873c2[_0x3bcf65(0x198)]=_0x1ab9a6['SxLwC'](uuidv4),delete _0x5873c2[_0x3bcf65(0x19f)]):_0xf3142f[_0x3bcf65(0x197)](_0x2c7b0d['hookAnalyticsId']));}});}}),exports[_0x2f91fd(0x196)](_0xdc474d[_0x2f91fd(0x1e3)]);},exports[a25_0x4523ab(0x1f6)]=async(_0x5419a6,_0x4e8422)=>{const _0x1b9c47=a25_0x4523ab,_0x51aa71={'VmPqO':function(_0x1ff908){return _0x1ff908();},'MdyYo':_0x1b9c47(0x210),'GQRqC':function(_0x30581b,_0x164040){return _0x30581b===_0x164040;},'yxOJb':'QCzSx','fncdU':_0x1b9c47(0x228),'SsBnO':function(_0x1c21b5){return _0x1c21b5();},'efaDL':function(_0x3e956d,_0x128fe4){return _0x3e956d!==_0x128fe4;},'YHZWf':'HUDlF','FDsHv':_0x1b9c47(0x1cb),'iMvar':'browserstack','OvnCi':'appium:app','eZDpz':_0x1b9c47(0x1e6),'usFxH':_0x1b9c47(0x20d),'HrqjK':_0x1b9c47(0x17f),'wKjdl':function(_0x512101,_0x296fa1){return _0x512101(_0x296fa1);},'zFcKH':function(_0x2905a0,_0x53ccb4){return _0x2905a0===_0x53ccb4;},'oXMze':function(_0x21d284,_0x5aef9f){return _0x21d284!==_0x5aef9f;},'ornEE':_0x1b9c47(0x18e),'pVOce':_0x1b9c47(0x1b1),'AolIP':'unknown_grid','uHAGj':_0x1b9c47(0x1e1),'YXiRF':function(_0x56bb6c,_0x338968){return _0x56bb6c===_0x338968;},'kfRFJ':_0x1b9c47(0x1ff),'KVVrj':_0x1b9c47(0x184),'YZyBw':function(_0x225756,_0xc0eae4){return _0x225756(_0xc0eae4);}};try{if(_0x51aa71[_0x1b9c47(0x206)](_0x51aa71[_0x1b9c47(0x1e2)],_0x51aa71[_0x1b9c47(0x1b2)]))_0x198534[_0x1b9c47(0x198)]=_0x51aa71[_0x1b9c47(0x1c7)](_0x4b6f20),delete _0x4e0d8d[_0x1b9c47(0x19f)];else{if(!_0x51aa71['SsBnO'](isTestObservabilitySession)){if(_0x51aa71[_0x1b9c47(0x178)](_0x51aa71[_0x1b9c47(0x168)],_0x51aa71['FDsHv']))return;else _0x4ebfa2=_0x417cf8[_0x1b9c47(0x216)](_0x2d6997);}const _0x5b4587=await _0x5419a6[_0x1b9c47(0x22a)](),_0x59fee6=await _0x5419a6[_0x1b9c47(0x188)](),_0x5cb765={},_0xc8c9ae=Object['fromEntries'](_0x59fee6[_0x1b9c47(0x22a)]()[_0x1b9c47(0x17e)]),_0x3e2205={'product':_0x51aa71[_0x1b9c47(0x206)](global[_0x1b9c47(0x1ca)],_0x51aa71[_0x1b9c47(0x18f)])?_0xc8c9ae[_0x51aa71[_0x1b9c47(0x1e8)]]||_0xc8c9ae[_0x51aa71[_0x1b9c47(0x203)]]?_0x51aa71['usFxH']:_0x51aa71[_0x1b9c47(0x1db)]:null,'capabilities':_0xc8c9ae,'platform':_0x5b4587[_0x1b9c47(0x1ec)](),'platform_version':_0x51aa71[_0x1b9c47(0x208)](getPlatformVersion,_0x51aa71['zFcKH'](global[_0x1b9c47(0x1ca)],_0x51aa71[_0x1b9c47(0x18f)])),'browser':_0x5b4587[_0x1b9c47(0x18a)](),'browser_version':_0x5b4587['getBrowserVersion'](),'session_id':_0x59fee6[_0x1b9c47(0x1c1)]()};if(global[_0x1b9c47(0x1ca)]){if(_0x51aa71['oXMze'](_0x51aa71['ornEE'],_0x51aa71['ornEE']))return;else _0x5cb765[global[_0x1b9c47(0x1ca)]]=_0x3e2205;}else{if(_0x51aa71['zFcKH'](_0x51aa71[_0x1b9c47(0x186)],_0x51aa71[_0x1b9c47(0x186)]))_0x5cb765[_0x51aa71['AolIP']]=_0x3e2205;else{const _0x38a2c8=_0x234b80[_0x1b9c47(0x22b)](_0x51aa71[_0x1b9c47(0x179)]);return[_0x38a2c8[0x0][_0x1b9c47(0x1b7)](0x0,-0x1)[_0x1b9c47(0x22b)]('\x22')[0x1],_0xe79b40];}}process[_0x1b9c47(0x1ea)](_0x1b9c47(0x1b8)+process[_0x1b9c47(0x1d5)],{'timestamp':new Date()['toISOString'](),'level':null,'message':null,'kind':_0x51aa71[_0x1b9c47(0x1de)],'http_response':_0x5cb765,'uuid':_0x4e8422});}}catch(_0x96174f){_0x51aa71[_0x1b9c47(0x1b0)](_0x51aa71[_0x1b9c47(0x205)],_0x51aa71[_0x1b9c47(0x1a8)])?_0x544d2f[_0x1b9c47(0x198)]&&_0x284188['push'](_0x468ece[_0x1b9c47(0x198)]):_0x51aa71['YZyBw'](debug,_0x1b9c47(0x1a5)+_0x96174f);}},exports[a25_0x4523ab(0x16d)]=_0x42df29=>{const _0x287f56=a25_0x4523ab,_0x19b52b={};_0x19b52b['WpKAG']=function(_0x5dc675,_0xf5270c){return _0x5dc675!==_0xf5270c;},_0x19b52b['mYdNo']=_0x287f56(0x210),_0x19b52b[_0x287f56(0x17b)]=_0x287f56(0x1e9),_0x19b52b['lfnTh']=_0x287f56(0x180),_0x19b52b[_0x287f56(0x18b)]=_0x287f56(0x181),_0x19b52b['ibbyo']=function(_0x5595e3,_0x310827){return _0x5595e3===_0x310827;},_0x19b52b[_0x287f56(0x219)]=_0x287f56(0x170),_0x19b52b[_0x287f56(0x1a4)]=function(_0x1d752f,_0x4c258f){return _0x1d752f!==_0x4c258f;},_0x19b52b[_0x287f56(0x207)]=_0x287f56(0x1ce),_0x19b52b['JvYWK']=_0x287f56(0x1fa);const _0x5ecd36=_0x19b52b,_0x22da9b=_0x42df29[_0x287f56(0x212)][_0x287f56(0x224)]((_0x5e52f3,_0x36a5b5)=>{const _0xf982a5=_0x287f56,_0x18fc87={'diaCB':function(_0x4968d5,_0x58d664){const _0x4388d4=a25_0x5d7d;return _0x5ecd36[_0x4388d4(0x173)](_0x4968d5,_0x58d664);},'YGUQz':_0x5ecd36[_0xf982a5(0x19c)],'HXOoj':_0x5ecd36[_0xf982a5(0x17b)],'gGlNp':_0x5ecd36[_0xf982a5(0x19e)]};if(_0x5ecd36[_0xf982a5(0x173)](_0x5ecd36[_0xf982a5(0x18b)],_0x5ecd36[_0xf982a5(0x18b)])){const _0x542cd0=_0x26273d[_0xf982a5(0x212)][_0xf982a5(0x224)]((_0x18b005,_0x16d2c0)=>{const _0x9a211f=_0xf982a5,_0x4d6166=_0x119468[_0x9a211f(0x16d)](_0x16d2c0);return _0x4d6166&&(_0x18b005=_0x18b005['concat'](_0x4d6166)),_0x18b005;},[]),_0x4a9ee2=_0x13bf30[_0xf982a5(0x1df)]['filter'](_0x56caff=>{const _0x366bb5=_0xf982a5,_0x456bd8=_0x18fc87[_0x366bb5(0x20f)](_0x56caff[_0x366bb5(0x1f7)],_0x18fc87[_0x366bb5(0x1e5)])&&!_0x56caff[_0x366bb5(0x19f)]&&_0x18fc87[_0x366bb5(0x20f)](_0x56caff[_0x366bb5(0x1b9)],_0x18fc87[_0x366bb5(0x227)])&&_0x18fc87[_0x366bb5(0x20f)](_0x56caff['state'],_0x18fc87[_0x366bb5(0x217)])&&!_0x56caff[_0x366bb5(0x1a7)];return _0x456bd8;});return _0x4a9ee2[_0xf982a5(0x216)](_0x542cd0);}else{const _0x3e4b6=exports['getHookSkippedTests'](_0x36a5b5);return _0x3e4b6&&(_0x5ecd36[_0xf982a5(0x1a3)](_0x5ecd36[_0xf982a5(0x219)],_0x5ecd36[_0xf982a5(0x219)])?_0x5e52f3=_0x5e52f3[_0xf982a5(0x216)](_0x3e4b6):_0x441493[_0x6eaaec[_0xf982a5(0x1ca)]]=_0x44f054),_0x5e52f3;}},[]),_0x15e063=_0x42df29[_0x287f56(0x1df)][_0x287f56(0x1cc)](_0x3e9ae5=>{const _0x521636=_0x287f56;if(_0x5ecd36['QpcCV'](_0x5ecd36[_0x521636(0x207)],_0x5ecd36[_0x521636(0x22c)])){const _0x1aba97=_0x5ecd36[_0x521636(0x1a4)](_0x3e9ae5[_0x521636(0x1f7)],_0x5ecd36[_0x521636(0x19c)])&&!_0x3e9ae5[_0x521636(0x19f)]&&_0x5ecd36[_0x521636(0x173)](_0x3e9ae5[_0x521636(0x1b9)],_0x5ecd36[_0x521636(0x17b)])&&_0x5ecd36[_0x521636(0x1a4)](_0x3e9ae5[_0x521636(0x1b9)],_0x5ecd36[_0x521636(0x19e)])&&!_0x3e9ae5[_0x521636(0x1a7)];return _0x1aba97;}else return;});return _0x15e063[_0x287f56(0x216)](_0x22da9b);};function a25_0x1930(){const _0xcf4c9e=['_beforeAll','sendPlatformDetails','type','20347992slLdEx','vzzBq','iUXla','scOnv','wEOEx','sNgqP','gmeXN','TVcVD','UCvhW','indexOf','sYldV','eZDpz','ZJETv','kfRFJ','GQRqC','PFoyx','wKjdl','HxoxZ','_beforeEach','ILcOp','FDMQI','app-automate','WnSMs','diaCB','hook','oQQZu','suites','IWGwn','Sctvt','substring','concat','gGlNp','69408CYMFRL','JNOUJ','5153631ebpTTp','neCLV','zrjIa','62670EpsBPg','8uajcjt','11VtPeUp','ZgOBX','../../../../package.json','SFLlm','EQsoN','reduce','imRlW','KSPAX','HXOoj','iwoJE','JHCAV','getCapabilities','split','JvYWK','Sxwxy','YHZWf','string','YRsKm','mIxwY','getHooksForTest','getHookSkippedTests','ycFRP','unknown_grid','Jdvqj','kqmUK','UEgGZ','WpKAG','../../../helpers/test-observability/utils','hook:','ETxVU','_afterAll','efaDL','MdyYo','LXdzQ','YwGKw','Xttik','XePBg','map_','automate','failed','AeuxW','lWPLo','cvTtv','vgfXt','CWRwG','pVOce','izQvY','getSession','565oyPvlz','getBrowserName','leIab','HKKcu','blJnM','NcIMi','iMvar','NknSV','HgLds','pvvjj','261111tfcVVR','sndzS','148216FDxpTg','mapTestHooks','push','hookAnalyticsId','vzyNd','12XhJsai','552ZZhlJP','mYdNo','wnTPv','lfnTh','markedStatus','AYLwf','uAFId','uArNV','ibbyo','QpcCV','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','thqAG','pending','KVVrj','vxbPy','JORPU','RUWHi','evSrv','AXXDa','oLwif','UqpVv','YXiRF','vRbfD','fncdU','KSfLD','SQFZa','SIrYu','../../../helpers/helper','slice','bs:addPlatformDetails:','state','js-','tzgmz','fOdKn','rLmiW','smtYD','SyqBp','gIDvj','toJSON','mJcbO','../../utils/logPatcher','uuCMB','1175300FukOIG','../../../helpers/test-observability/constants','VmPqO','namxD','ODaUR','__cloud_provider___','WmKiI','filter','YihCL','fPJNp','Jsavn','uuid','LfcLC','mDJTk','Lwvlz','swhVI','pid','okIZQ','agDsD','YdtWh','xSGLh','rJsMs','HrqjK','bkdWj','KIGTA','uHAGj','tests','_afterEach','TEST_PLATFORM','yxOJb','parent','../../utils/logReportingAPI','YGUQz','app','generic','OvnCi','passed','emit','xftoa','getPlatform','hzPCc','UtARq','forEach','IMrGK','OzqeT','unlsL','getHookDetails','iUmlB'];a25_0x1930=function(){return _0xcf4c9e;};return a25_0x1930();}
|
|
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 +1 @@
|
|
|
1
|
-
const a26_0x44a057=a26_0x28e1;(function(_0x996095,_0x461e50){const _0x4f3a80=a26_0x28e1,_0x1e18a8=_0x996095();while(!![]){try{const _0x49f3c5=parseInt(_0x4f3a80(0x14f))/0x1*(parseInt(_0x4f3a80(0x17f))/0x2)+parseInt(_0x4f3a80(0x194))/0x3*(parseInt(_0x4f3a80(0x13f))/0x4)+-parseInt(_0x4f3a80(0x191))/0x5*(-parseInt(_0x4f3a80(0x157))/0x6)+-parseInt(_0x4f3a80(0x172))/0x7+-parseInt(_0x4f3a80(0x15b))/0x8*(parseInt(_0x4f3a80(0x169))/0x9)+-parseInt(_0x4f3a80(0x133))/0xa*(-parseInt(_0x4f3a80(0x143))/0xb)+parseInt(_0x4f3a80(0x15e))/0xc;if(_0x49f3c5===_0x461e50)break;else _0x1e18a8['push'](_0x1e18a8['shift']());}catch(_0x50f6d2){_0x1e18a8['push'](_0x1e18a8['shift']());}}}(a26_0xdd38,0x97215));function a26_0xdd38(){const _0x7770cd=['mochaHooks','FQSyi','jiZOk','Automate\x20test\x20case\x20execution\x20has\x20started.','\x22}}','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','nyJvX','titlePath','https:','\x20-\x20','XnGPZ','YkPgQ','accessibilityScanStarted','3663110cwxBlr','gVKiv','oiGYo','494034GtKRNA','lvhFc','EOjlB','HarKm','__drivers','TnvuW','env','../../helpers/percy/utils','Failed\x20to\x20store\x20session\x20name:\x20','hkydc','util','FcUqO','ObservabilitySync:','session_','mKTXx','WKQAU','message','Tklkx','../../helpers/performance-tester','EtCRi','err','sessionNameSet__','../../helpers/test-observability/utils','.\x20Error\x20:','UEzIK','currentTest','rKbLT','quitCount_','nGhOH','LWWlP','ZYZCY','Passed','stringify','format','DZtgM','fHsix','executeScript','timeout','percyCaptureMode','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','state','tYOlm','shift','testcase','KANpJ','VITXx','getCurrentUrl','ZKwra','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','info','__sessionFailed','IZCqx','50JZPBJe','__skipSessionName','RFKZD','XFfew','yBJwM','testAnalyticsId','BS_A11Y_TEST_RUN_ID','debug','browserstackSessionName','length','OkIci',',\x22level\x22:\x20\x22','4syUynp','KloGS','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','protocol','794013mrqCSB','title','../../helpers/logger','executeAsyncScript','stopMonitoring','iHKWk','cubaa','isArray','ZERIi','rwzyu','capabilities','shouldScanTestForAccessibility','966162vVHHtI','http:','Mlluq','GFcvP','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','xRaFO','ptHBR','offFq','6Stwouv','driverCleanup','WgZjw','file','24EZEbOe','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','isAccessibilityPlatform','124464slCgMd','XTjEc','\x20|\x20','aXxxM','xevfI','error','app','hoxDF','./test-observability/mochaUtils','AqOGU','KNxsD','1715976ITTifl','../../helpers/accessibility-automation/helper','VHfKc','iIDno','XdTCJ','IIjVg','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','fcGMf','../../helpers/helper','7306096WEjuyV','jnTfk','Dyeju','__error_messages__','now','FPhDu','cvkgj','eKUQT','CyhFj','join','IjMrF','then','ccMKc','2uCfzaq','yCoTA','qVvEv','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.'];a26_0xdd38=function(){return _0x7770cd;};return a26_0xdd38();}function a26_0x28e1(_0x18d354,_0x2f7e76){const _0xdd382c=a26_0xdd38();return a26_0x28e1=function(_0x28e1ca,_0x5385fb){_0x28e1ca=_0x28e1ca-0x123;let _0x5b0e71=_0xdd382c[_0x28e1ca];return _0x5b0e71;},a26_0x28e1(_0x18d354,_0x2f7e76);}const util=require(a26_0x44a057(0x19e)),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a26_0x44a057(0x16a)),{percyAutoCapture}=require(a26_0x44a057(0x19b)),{sendPlatformDetails}=require(a26_0x44a057(0x166)),{isBrowserstackInfra,markSessionStatus}=require(a26_0x44a057(0x171)),{isTestObservabilitySession}=require(a26_0x44a057(0x1aa)),PerformanceTester=require(a26_0x44a057(0x1a6)),logger=require(a26_0x44a057(0x145))['winstonLogger'];exports[a26_0x44a057(0x184)]={'beforeAll'(){const _0x4cf7ed=a26_0x44a057,_0x58b243={'KNxsD':_0x4cf7ed(0x18d),'AqOGU':_0x4cf7ed(0x187),'WgZjw':_0x4cf7ed(0x141),'XiFub':_0x4cf7ed(0x15c),'OkIci':function(_0x36b689,_0x246a33){return _0x36b689!==_0x246a33;},'GFcvP':'syEVo','hmkCN':'zScol','WKQAU':function(_0x53fc02,_0x45970b){return _0x53fc02===_0x45970b;},'XnGPZ':_0x4cf7ed(0x17c),'hkydc':function(_0x1b267b,_0x282642){return _0x1b267b===_0x282642;},'tYOlm':_0x4cf7ed(0x162),'UEzIK':function(_0x56d068,_0x1bca15,_0x551b5a,_0x537a3e){return _0x56d068(_0x1bca15,_0x551b5a,_0x537a3e);},'ccMKc':'failed','fHsix':_0x4cf7ed(0x160),'eKUQT':_0x4cf7ed(0x19f),'mnGQf':function(_0x22e31f,_0x11c7e3,_0x3c3123){return _0x22e31f(_0x11c7e3,_0x3c3123);},'cubaa':'passed','ZKwra':function(_0x25673b,_0x4914ee){return _0x25673b===_0x4914ee;},'jnTfk':_0x4cf7ed(0x1a7),'VITXx':_0x4cf7ed(0x180),'HarKm':_0x4cf7ed(0x14b),'iIDno':function(_0x33c960){return _0x33c960();},'FTkiG':_0x4cf7ed(0x16e),'XTjEc':_0x4cf7ed(0x195),'gVKiv':'NakPp','qyFBt':_0x4cf7ed(0x196),'YkPgQ':function(_0x1c62e4,_0x347524,_0x24a6d4){return _0x1c62e4(_0x347524,_0x24a6d4);}};PerformanceTester['startMonitoring']();const _0x58c31d='browserstack internal helper hook';global['__error_messages__']=[],global[_0x4cf7ed(0x131)]=![],global[_0x4cf7ed(0x158)]=async()=>{const _0x198d9a=_0x4cf7ed,_0x2bca4a={};_0x2bca4a[_0x198d9a(0x186)]=_0x58b243[_0x198d9a(0x159)],_0x2bca4a['XdTCJ']=_0x58b243['XiFub'];const _0x408469=_0x2bca4a;if(_0x58b243[_0x198d9a(0x13d)](_0x58b243[_0x198d9a(0x152)],_0x58b243['hmkCN'])){let _0x13e3b9=![];try{_0x58b243[_0x198d9a(0x1a3)](_0x58b243[_0x198d9a(0x18e)],_0x58b243[_0x198d9a(0x18e)])?(await global[_0x198d9a(0x198)][0x0][_0x198d9a(0x1a1)],_0x13e3b9=!![],global[_0x198d9a(0x131)]?_0x58b243[_0x198d9a(0x19d)](_0x58b243[_0x198d9a(0x128)],_0x58b243[_0x198d9a(0x128)])?await _0x58b243[_0x198d9a(0x1ac)](markSessionStatus,global[_0x198d9a(0x198)][0x0],_0x58b243[_0x198d9a(0x17e)],global['__error_messages__']['join'](_0x58b243[_0x198d9a(0x1b7)])):_0x316f28[_0x198d9a(0x163)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x4d60d4[_0x198d9a(0x1b5)](_0x4ae193)):_0x58b243[_0x198d9a(0x1a3)](_0x58b243[_0x198d9a(0x179)],_0x58b243['eKUQT'])?await _0x58b243['mnGQf'](markSessionStatus,global[_0x198d9a(0x198)][0x0],_0x58b243[_0x198d9a(0x149)]):_0x528926[_0x198d9a(0x130)](_0x408469[_0x198d9a(0x186)])):(_0x48c8ec[_0x198d9a(0x14a)](_0x59f84f[_0x198d9a(0x198)])&&_0xbe0132[_0x198d9a(0x198)][0x0]&&(_0x2f935d[_0x198d9a(0x198)][0x0][_0x198d9a(0x13b)]=this['currentTest'][_0x198d9a(0x18b)]()[_0x198d9a(0x17b)](_0x58b243[_0x198d9a(0x168)])),_0x46b253[_0x198d9a(0x13b)]=this[_0x198d9a(0x1ad)][_0x198d9a(0x18b)]()[_0x198d9a(0x17b)](_0x58b243[_0x198d9a(0x168)]));}catch(_0x52ede4){}global['__error_messages__']=[],global[_0x198d9a(0x131)]=![];if(_0x13e3b9){if(_0x58b243[_0x198d9a(0x12e)](_0x58b243['jnTfk'],_0x58b243[_0x198d9a(0x173)]))try{if(_0x58b243[_0x198d9a(0x12e)](_0x58b243[_0x198d9a(0x12c)],_0x58b243[_0x198d9a(0x12c)])){try{_0x58b243[_0x198d9a(0x19d)](_0x58b243['HarKm'],_0x58b243[_0x198d9a(0x197)])?_0x58b243[_0x198d9a(0x16c)](isTestObservabilitySession)&&(_0x58b243['OkIci'](_0x58b243['FTkiG'],_0x58b243[_0x198d9a(0x15f)])?global[_0x198d9a(0x198)][0x0]&&(_0x58b243[_0x198d9a(0x13d)](_0x58b243[_0x198d9a(0x192)],_0x58b243['qyFBt'])?await _0x58b243[_0x198d9a(0x18f)](sendPlatformDetails,global[_0x198d9a(0x198)][0x0],this[_0x198d9a(0x1ad)]?this[_0x198d9a(0x1ad)][_0x198d9a(0x138)]:null):_0x2f312d=new _0x19e034(_0x1a85ac)):_0x5e0220[_0x198d9a(0x130)](_0x58b243[_0x198d9a(0x167)])):_0x3e5713[_0x198d9a(0x13a)](_0x198d9a(0x19c)+_0x427b28);}catch{}await global['__drivers'][0x0]['initQuit']();}else _0x5e55c6[_0x198d9a(0x130)](_0x408469[_0x198d9a(0x16d)]);}catch(_0x1e0770){}else _0x155c00[_0x198d9a(0x163)](_0x198d9a(0x126)+this['currentTest'][_0x198d9a(0x18b)]()+_0x198d9a(0x1ab),_0xdcaaf3);}}else _0x4c78c9=![];};},'beforeEach'(_0xd01067){const _0x5619e6=a26_0x44a057,_0x4c3cb7={'Tklkx':function(_0x5f23c7,_0x6933bb){return _0x5f23c7>_0x6933bb;},'iHKWk':'\x20-\x20','GEdoU':function(_0x35f389,_0x34e11e,_0xff3c2b){return _0x35f389(_0x34e11e,_0xff3c2b);},'MYQZy':function(_0x69eaa6){return _0x69eaa6();},'IZCqx':function(_0x25fe17,_0x670a2f){return _0x25fe17>_0x670a2f;},'FPhDu':function(_0x2db5e9,_0x463612){return _0x2db5e9===_0x463612;},'xRaFO':_0x5619e6(0x150),'cvkgj':_0x5619e6(0x18c),'ptHBR':_0x5619e6(0x183),'FQSyi':_0x5619e6(0x187),'Mlluq':function(_0x2f9381){return _0x2f9381();}};new Promise(async _0x11bc95=>{const _0x10b470=_0x5619e6,_0x2abe5b='browserstack internal helper hook';let _0x34d227=!![];try{_0x4c3cb7[_0x10b470(0x1a5)](global[_0x10b470(0x198)]['length'],0x1)&&(await global['driverCleanup'](),global[_0x10b470(0x198)][_0x10b470(0x129)]()),_0x4c3cb7[_0x10b470(0x1a5)](global[_0x10b470(0x198)][0x0][_0x10b470(0x1af)],0x0)&&(_0x34d227=![],await global[_0x10b470(0x158)]());}catch{}try{Array[_0x10b470(0x14a)](global[_0x10b470(0x198)])&&global[_0x10b470(0x198)][0x0]&&(global[_0x10b470(0x198)][0x0][_0x10b470(0x13b)]=this[_0x10b470(0x1ad)][_0x10b470(0x18b)]()[_0x10b470(0x17b)](_0x4c3cb7[_0x10b470(0x148)])),global[_0x10b470(0x13b)]=this[_0x10b470(0x1ad)][_0x10b470(0x18b)]()[_0x10b470(0x17b)](_0x4c3cb7[_0x10b470(0x148)]);}catch(_0xafeb5a){logger[_0x10b470(0x13a)](_0x10b470(0x19c)+_0xafeb5a);}this[_0x10b470(0x1ad)][_0x10b470(0x14e)]=_0x4c3cb7['GEdoU'](shouldScanTestForAccessibility,this[_0x10b470(0x1ad)][_0x10b470(0x18b)](),!![]),this[_0x10b470(0x1ad)][_0x10b470(0x190)]=!![];if(_0x4c3cb7['MYQZy'](isAccessibilityAutomationSession)&&_0x34d227&&Array[_0x10b470(0x14a)](global[_0x10b470(0x198)])&&_0x4c3cb7[_0x10b470(0x132)](global[_0x10b470(0x198)]['length'],0x0)&&global[_0x10b470(0x15d)])try{const _0x16e543=await global[_0x10b470(0x198)][0x0][_0x10b470(0x1a1)];if(_0x16e543){let _0x8e728e=!![];const _0x5a94f2=await global['__drivers'][0x0][_0x10b470(0x12d)]();let _0x466d9e;try{_0x466d9e=new URL(_0x5a94f2);}catch(_0xaf7e7a){_0x8e728e=![];}_0x8e728e=_0x4c3cb7[_0x10b470(0x177)](_0x466d9e['protocol'],_0x4c3cb7[_0x10b470(0x154)])||_0x4c3cb7[_0x10b470(0x177)](_0x466d9e[_0x10b470(0x142)],_0x4c3cb7[_0x10b470(0x178)]),_0x8e728e&&(this[_0x10b470(0x1ad)][_0x10b470(0x14e)]?(logger[_0x10b470(0x130)](_0x4c3cb7[_0x10b470(0x155)]),await global[_0x10b470(0x198)][0x0][_0x10b470(0x146)](_0x10b470(0x12f))):await global['__drivers'][0x0][_0x10b470(0x123)](_0x10b470(0x189))),this[_0x10b470(0x1ad)]['accessibilityScanStarted']=this[_0x10b470(0x1ad)][_0x10b470(0x14e)],this[_0x10b470(0x1ad)][_0x10b470(0x14e)]&&logger[_0x10b470(0x130)](_0x4c3cb7[_0x10b470(0x185)]);}}catch(_0x175da7){logger['error'](_0x10b470(0x16f)+util['format'](_0x175da7));}_0x4c3cb7[_0x10b470(0x151)](_0x11bc95);})[_0x5619e6(0x17d)](_0xd01067);},'afterEach'(_0x2f43ff){const _0x5d2bad=a26_0x44a057,_0x501b4b={'RFKZD':function(_0x20146a,_0x273af0){return _0x20146a>_0x273af0;},'hoxDF':function(_0x16e1a5,_0xaa28b8){return _0x16e1a5===_0xaa28b8;},'rwzyu':_0x5d2bad(0x12a),'mKTXx':'appium:app','PsooH':function(_0x27a423,_0x3060b1,_0x198750,_0x424406){return _0x27a423(_0x3060b1,_0x198750,_0x424406);},'qVvEv':'\x20-\x20','CyhFj':function(_0x212941,_0x3b4166){return _0x212941!==_0x3b4166;},'Dyeju':'passed','nyJvX':function(_0x21872b,_0x3182a0,_0x3e3290){return _0x21872b(_0x3182a0,_0x3e3290);},'XFfew':function(_0x441ed1,_0x18fea7){return _0x441ed1+_0x18fea7;},'nGhOH':'Failed:\x20','TnvuW':_0x5d2bad(0x163),'offFq':function(_0x4a5b57,_0x39343f,_0x20f1f1){return _0x4a5b57(_0x39343f,_0x20f1f1);},'VHfKc':_0x5d2bad(0x1b3),'yBJwM':'info','KloGS':_0x5d2bad(0x15c),'rKbLT':function(_0x3bee42,_0x31b38a){return _0x3bee42(_0x31b38a);},'fcGMf':_0x5d2bad(0x141),'aXxxM':function(_0x24c904){return _0x24c904();},'LWWlP':function(_0x37d008,_0xfd7211,_0x5cf513){return _0x37d008(_0xfd7211,_0x5cf513);},'ZYZCY':function(_0x337334,_0x39deb5,_0x132e62){return _0x337334(_0x39deb5,_0x132e62);},'oiGYo':_0x5d2bad(0x13a),'KANpJ':function(_0x4faabf){return _0x4faabf();}},_0x2cd06f='browserstack internal helper hook';this[_0x5d2bad(0x124)](0xfde8);const _0xa195a6=async(_0x97f0a,_0x6476c3)=>{const _0x113546=_0x5d2bad;await global[_0x113546(0x198)][0x0][_0x113546(0x123)](_0x113546(0x182)+_0x97f0a+_0x113546(0x13e)+_0x6476c3+_0x113546(0x188));};new Promise(async _0x32e6cf=>{const _0x13f597=_0x5d2bad;try{_0x501b4b[_0x13f597(0x135)](global['__drivers'][_0x13f597(0x13c)],0x1)&&(await global[_0x13f597(0x158)](),global[_0x13f597(0x198)]['shift'](),global[_0x13f597(0x175)]=[],global[_0x13f597(0x131)]=![]);try{if(global['percy']&&_0x501b4b[_0x13f597(0x165)](global[_0x13f597(0x125)],_0x501b4b[_0x13f597(0x14c)])&&global[_0x13f597(0x198)][0x0]){const _0x251131=_0x501b4b['RFKZD'](global['capabilities'][_0x13f597(0x13c)],0x0)?!!global[_0x13f597(0x14d)][0x0][_0x13f597(0x164)]||!!global[_0x13f597(0x14d)][0x0][_0x501b4b[_0x13f597(0x1a2)]]:![],_0x527ab8={};_0x527ab8[_0x13f597(0x164)]=_0x251131,await _0x501b4b['PsooH'](percyAutoCapture,global[_0x13f597(0x198)][0x0],_0x501b4b[_0x13f597(0x14c)],_0x527ab8);}}catch(_0x1be09f){}!global[_0x13f597(0x134)]&&(await global['__drivers'][0x0][_0x13f597(0x123)](_0x13f597(0x153)+JSON['stringify'](this[_0x13f597(0x1ad)][_0x13f597(0x18b)]()[_0x13f597(0x17b)](_0x501b4b[_0x13f597(0x181)]))+'}}'),global['__drivers'][0x0][_0x13f597(0x1a9)]=!![]);const _0x5a78ef=_0x501b4b[_0x13f597(0x17a)](this[_0x13f597(0x1ad)][_0x13f597(0x127)],_0x501b4b[_0x13f597(0x174)]);_0x5a78ef?(global['__sessionFailed']=!![],global[_0x13f597(0x175)]['push'](this[_0x13f597(0x1ad)][_0x13f597(0x1a8)][_0x13f597(0x1a4)]),await _0x501b4b[_0x13f597(0x18a)](_0xa195a6,JSON[_0x13f597(0x1b4)](_0x501b4b[_0x13f597(0x136)](_0x501b4b[_0x13f597(0x1b0)],this[_0x13f597(0x1ad)][_0x13f597(0x1a8)]['message'])),_0x501b4b[_0x13f597(0x199)])):await _0x501b4b[_0x13f597(0x156)](_0xa195a6,JSON[_0x13f597(0x1b4)](_0x501b4b[_0x13f597(0x16b)]),_0x501b4b[_0x13f597(0x137)]);}catch(_0x3ed963){}try{if(this['currentTest'][_0x13f597(0x190)]&&global[_0x13f597(0x15d)]){this[_0x13f597(0x1ad)][_0x13f597(0x14e)]&&logger[_0x13f597(0x130)](_0x501b4b[_0x13f597(0x140)]);const _0x39d1a1={'saveResults':this[_0x13f597(0x1ad)][_0x13f597(0x14e)],'testDetails':{'name':this[_0x13f597(0x1ad)][_0x13f597(0x144)],'testRunId':process[_0x13f597(0x19a)][_0x13f597(0x139)],'filePath':this[_0x13f597(0x1ad)][_0x13f597(0x15a)],'scopeList':this['currentTest'][_0x13f597(0x18b)]()},'platform':await _0x501b4b[_0x13f597(0x1ae)](fetchPlatformDetails,global[_0x13f597(0x198)][0x0])};await global[_0x13f597(0x198)][0x0]['executeAsyncScript']('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',_0x39d1a1),this[_0x13f597(0x1ad)][_0x13f597(0x14e)]&&logger[_0x13f597(0x130)](_0x501b4b[_0x13f597(0x170)]);}}catch(_0x489833){logger[_0x13f597(0x163)](_0x13f597(0x126)+this[_0x13f597(0x1ad)][_0x13f597(0x18b)]()+_0x13f597(0x1ab),_0x489833);}try{try{if(_0x501b4b[_0x13f597(0x161)](isTestObservabilitySession)){global[_0x13f597(0x198)][0x0]&&await _0x501b4b[_0x13f597(0x1b1)](sendPlatformDetails,global['__drivers'][0x0],this[_0x13f597(0x1ad)]?this[_0x13f597(0x1ad)][_0x13f597(0x138)]:null);if(_0x501b4b['aXxxM'](isBrowserstackInfra)){const _0x23afb3=_0x13f597(0x1a0)+Date[_0x13f597(0x176)]();await _0x501b4b[_0x13f597(0x1b2)](_0xa195a6,JSON[_0x13f597(0x1b4)](_0x23afb3),_0x501b4b[_0x13f597(0x193)]);}}}catch{}_0x501b4b[_0x13f597(0x135)](global['__drivers'][0x0]['quitCount_'],0x0)&&await global[_0x13f597(0x158)]();}catch(_0x467b63){}_0x501b4b[_0x13f597(0x12b)](_0x32e6cf);})[_0x5d2bad(0x17d)](()=>_0x2f43ff());},'afterAll'(_0xf9fe6e){const _0x15f120=a26_0x44a057,_0x48abd4={'DZtgM':function(_0x2f3e90){return _0x2f3e90();}},_0x2cd168='browserstack internal helper hook';this[_0x15f120(0x124)](0xfde8),new Promise(async _0x21366c=>{const _0x448993=_0x15f120;PerformanceTester[_0x448993(0x147)](),await global['driverCleanup'](),_0x48abd4[_0x448993(0x1b6)](_0x21366c);})['then'](()=>_0xf9fe6e());}};
|
|
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,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a27_0x15ce7d=a27_0x42f1;function a27_0x42f1(_0x43588c,_0x5a5545){const _0x1013f4=a27_0x1013();return a27_0x42f1=function(_0x42f1c1,_0x2ec783){_0x42f1c1=_0x42f1c1-0x19a;let _0x2bd8eb=_0x1013f4[_0x42f1c1];return _0x2bd8eb;},a27_0x42f1(_0x43588c,_0x5a5545);}(function(_0x5002a0,_0xdb265b){const _0x160451=a27_0x42f1,_0x49615c=_0x5002a0();while(!![]){try{const _0x1d69b5=parseInt(_0x160451(0x20b))/0x1+-parseInt(_0x160451(0x1fa))/0x2*(parseInt(_0x160451(0x21f))/0x3)+-parseInt(_0x160451(0x1b9))/0x4*(parseInt(_0x160451(0x21a))/0x5)+-parseInt(_0x160451(0x225))/0x6+parseInt(_0x160451(0x1c9))/0x7*(parseInt(_0x160451(0x1ff))/0x8)+parseInt(_0x160451(0x19c))/0x9*(parseInt(_0x160451(0x1bd))/0xa)+parseInt(_0x160451(0x1f4))/0xb;if(_0x1d69b5===_0xdb265b)break;else _0x49615c['push'](_0x49615c['shift']());}catch(_0x187cb6){_0x49615c['push'](_0x49615c['shift']());}}}(a27_0x1013,0xc0874));function a27_0x1013(){const _0x4a7749=['Vikem','map','ciIpa','2723600MeNluq','cRPxw','Rzysy','TBsrF','sRket','DfPpp','532404WMWlHH','FmpmU','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','../../helpers/BrowserStackSetup','sQyva','6472568JLPZFi','nFRxi','--env','trim','zQpdy','getPlatformName','XgRHk','WNEIj','config','splice','now','kprbr','617273BzFxhD','VCbSx','PtBPC','ZJPkG','eMIiL','PyBjT','ACnAf','nightwatch.cmd','../utils/constants','test_settings','uCTrB','close','host','zGAqJ','platform','10ZziqsA','jLHuO','YuayC','RMqMY','jVoEZ','3vgjDkn','UwAok','nightwatch','qFSQG','QkdSx','unlinkSync','6641292DPCbho','mKddP','NQQdY','filter','ydFCP','existsSync','mergeDeep','13851036VemFzP','child\x20process\x20exited\x20with\x20code\x20','slice','--config','eNJgu','rQmhI','eWPTx','uUwJb','eHPKi','Getting\x20your\x20nightwatch\x20configs\x20from\x20','zwpcw','selenium','info','forEach','debug','rMKok','rOfMs','UNjBI','YLCMu','CbqIA','start_process','Deleting\x20','push','sGzyr','modifyBrowserStackW3CCaps','huFvC','port','jFKhl','KosEU','2102536WPvNpC','nightwatch.conf.js','ZEMCY','ZrEBr','10tXucbD','pKzKe','DHDUa','VQbTf','test','njaMg','platforms','AdaWf','findIndex','KXhoT','winstonLogger','jRxfF','7UOCCxN','isUndefined','CJKIG','kIBsj','ENUhy','Avbmf','env','Oftct','LVkiq','jApWn','rQAha','webdriver','isogW','../../helpers/logger','zEjvI','split','desiredCapabilities','gMcCd','cwd','UqoDa','TDlEx','qTwIu','TaNuu','HIkZf','MsDJH','Csgxk','nightwatch-browserstack.json','nightwatch.json','length','ztBzx','koGkU','nePLt','RerYV','join','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','KAkma','qlHgF','fiBYZ','xwXYy','gHEfY'];a27_0x1013=function(){return _0x4a7749;};return a27_0x1013();}const fs=require('fs'),path=require('path'),{spawn}=require('child_process'),logger=require(a27_0x15ce7d(0x1d6))[a27_0x15ce7d(0x1c7)],{default:BrowserStackSetup}=require(a27_0x15ce7d(0x1fd)),helper=require('../../helpers/helper'),constants=require(a27_0x15ce7d(0x213)),getUserNightwatchConfigs=(_0x24e2ff,_0x3ed304)=>{const _0x15b3de=a27_0x15ce7d,_0x278007={'kprbr':function(_0x5ec146,_0x16bab3){return _0x5ec146>_0x16bab3;},'ACnAf':function(_0xbb7bfa,_0x57c605){return _0xbb7bfa!==_0x57c605;},'YLCMu':_0x15b3de(0x206),'uUwJb':_0x15b3de(0x1e2),'VCbSx':_0x15b3de(0x1ba),'jRxfF':function(_0x96cf53,_0xdf112a){return _0x96cf53===_0xdf112a;},'AdaWf':_0x15b3de(0x1ef),'sQyva':_0x15b3de(0x1e4),'DfPpp':function(_0x426678,_0x1d61ec){return _0x426678!==_0x1d61ec;},'qsPlA':_0x15b3de(0x1ad),'qFSQG':'bUFCD','Avbmf':'IJNla','qTwIu':'cZCOs','Oftct':function(_0x7e0941,_0x58de0a){return _0x7e0941(_0x58de0a);},'eWPTx':function(_0x122fcf,_0x3d08e9){return _0x122fcf!==_0x3d08e9;},'eHPKi':_0x15b3de(0x1b5),'eeTEi':'xwlsX','rMKok':_0x15b3de(0x1fc)};let _0x200ec3=null,_0x41f573={};const _0x55101c=_0x3ed304[_0x15b3de(0x1c5)](_0x155722=>_0x155722===_0x15b3de(0x19f));if(!helper[_0x15b3de(0x1ca)](_0x24e2ff[_0x15b3de(0x207)])&&fs[_0x15b3de(0x19a)](path[_0x15b3de(0x1ea)](process[_0x15b3de(0x1db)](),_0x24e2ff[_0x15b3de(0x207)])))_0x278007['ACnAf'](_0x278007['YLCMu'],_0x278007[_0x15b3de(0x1ae)])?_0xbb40ff+='_'+_0x993d7:(_0x200ec3=path[_0x15b3de(0x1ea)](process['cwd'](),_0x24e2ff[_0x15b3de(0x207)]),_0x3ed304[_0x15b3de(0x208)](_0x55101c,0x2));else{if(_0x278007[_0x15b3de(0x211)](_0x278007[_0x15b3de(0x1a3)],_0x278007[_0x15b3de(0x1a3)]))_0x446167[_0x15b3de(0x208)](_0x2de6b7,0x2);else{if(fs[_0x15b3de(0x19a)](path[_0x15b3de(0x1ea)](process[_0x15b3de(0x1db)](),_0x278007['VCbSx'])))_0x278007[_0x15b3de(0x1c8)](_0x278007[_0x15b3de(0x1c4)],_0x278007[_0x15b3de(0x1c4)])?_0x200ec3=path[_0x15b3de(0x1ea)](process['cwd'](),_0x278007[_0x15b3de(0x20c)]):(_0x51bd60=_0x3e115e['join'](_0x1c5ad1[_0x15b3de(0x1db)](),_0x5b1416[_0x15b3de(0x207)]),_0x227f5d['splice'](_0x4d4b0b,0x2));else{if(fs[_0x15b3de(0x19a)](path[_0x15b3de(0x1ea)](process[_0x15b3de(0x1db)](),_0x278007[_0x15b3de(0x1fe)]))){if(_0x278007[_0x15b3de(0x1f9)](_0x278007['qsPlA'],_0x278007[_0x15b3de(0x222)]))_0x200ec3=path[_0x15b3de(0x1ea)](process[_0x15b3de(0x1db)](),_0x278007[_0x15b3de(0x1fe)]);else{let _0x68461b=_0x2eab5b['findIndex'](_0x26679a=>_0x26679a===_0x15b3de(0x201));_0x278007['kprbr'](_0x68461b,-0x1)&&_0x326532[_0x15b3de(0x208)](_0x68461b,0x2),_0x68461b=_0x4839d8[_0x15b3de(0x1c5)](_0x25aa35=>_0x25aa35==='-e'),_0x278007[_0x15b3de(0x20a)](_0x68461b,-0x1)&&_0x254618['splice'](_0x68461b,0x2);}}}}}if(_0x200ec3)_0x278007[_0x15b3de(0x1f9)](_0x278007[_0x15b3de(0x1ce)],_0x278007[_0x15b3de(0x1de)])?(logger[_0x15b3de(0x1a8)](_0x15b3de(0x1a5)+_0x200ec3),_0x41f573=_0x278007[_0x15b3de(0x1d0)](require,_0x200ec3)):_0xa4a8e['splice'](_0x589c21,0x2);else{if(_0x278007[_0x15b3de(0x1a2)](_0x278007[_0x15b3de(0x1a4)],_0x278007['eeTEi']))logger[_0x15b3de(0x1a8)](_0x278007[_0x15b3de(0x1ab)]);else return;}return _0x41f573;},removeExistingEnvs=_0x14c0d6=>{const _0x2f088e=a27_0x15ce7d,_0x163d95={};_0x163d95[_0x2f088e(0x1a6)]='nightwatch.conf.js',_0x163d95[_0x2f088e(0x1b7)]=function(_0x34343b,_0x144281){return _0x34343b>_0x144281;},_0x163d95[_0x2f088e(0x227)]=function(_0x4e0fad,_0x3f93de){return _0x4e0fad===_0x3f93de;},_0x163d95[_0x2f088e(0x1cc)]=_0x2f088e(0x1e6),_0x163d95[_0x2f088e(0x1bc)]=function(_0x4659f2,_0x1fd7d8){return _0x4659f2>_0x1fd7d8;},_0x163d95[_0x2f088e(0x1b3)]=function(_0x36bb59,_0x2ca704){return _0x36bb59===_0x2ca704;},_0x163d95['KAkma']=_0x2f088e(0x1d3),_0x163d95[_0x2f088e(0x1c2)]=_0x2f088e(0x1d2);const _0x19198a=_0x163d95;let _0x26e7aa=_0x14c0d6[_0x2f088e(0x1c5)](_0x4f3226=>_0x4f3226===_0x2f088e(0x201));_0x19198a[_0x2f088e(0x1b7)](_0x26e7aa,-0x1)&&(_0x19198a[_0x2f088e(0x227)](_0x19198a[_0x2f088e(0x1cc)],_0x19198a[_0x2f088e(0x1cc)])?_0x14c0d6[_0x2f088e(0x208)](_0x26e7aa,0x2):_0x47f07f['test_settings']={}),_0x26e7aa=_0x14c0d6[_0x2f088e(0x1c5)](_0x51092f=>_0x51092f==='-e'),_0x19198a['ZrEBr'](_0x26e7aa,-0x1)&&(_0x19198a[_0x2f088e(0x1b3)](_0x19198a[_0x2f088e(0x1ec)],_0x19198a[_0x2f088e(0x1c2)])?_0x342cf8=_0x26d087[_0x2f088e(0x1ea)](_0x1efb14[_0x2f088e(0x1db)](),_0x19198a[_0x2f088e(0x1a6)]):_0x14c0d6[_0x2f088e(0x208)](_0x26e7aa,0x2));};function run(_0x2ef9f2,_0x3595c4){const _0xefbac2=a27_0x15ce7d,_0xf0a756={'PyBjT':function(_0x322f9b,_0x24c3a0){return _0x322f9b+_0x24c3a0;},'VQbTf':_0xefbac2(0x214),'bnuSe':_0xefbac2(0x1e4),'GsRHb':_0xefbac2(0x1fc),'ydFCP':function(_0x38ff9c,_0x18748b){return _0x38ff9c!==_0x18748b;},'HIkZf':_0xefbac2(0x226),'PtBPC':function(_0x445a02,_0x391676){return _0x445a02===_0x391676;},'RdyOk':_0xefbac2(0x200),'ciIpa':_0xefbac2(0x1f5),'gHEfY':_0xefbac2(0x221),'zemJV':_0xefbac2(0x1ac),'QUfBY':function(_0x439238,_0x26bf46){return _0x439238!==_0x26bf46;},'Vikem':_0xefbac2(0x1cd),'UqoDa':_0xefbac2(0x20e),'hlzSi':function(_0x153141,_0x433d4c){return _0x153141!==_0x433d4c;},'zQpdy':_0xefbac2(0x1e8),'fiBYZ':_0xefbac2(0x1bb),'QkdSx':function(_0x234642,_0x5e5009){return _0x234642!==_0x5e5009;},'isogW':_0xefbac2(0x1b8),'jVoEZ':_0xefbac2(0x1f7),'eMIiL':function(_0x9e13ed,_0x4fc9b4){return _0x9e13ed(_0x4fc9b4);},'TaNuu':function(_0x34aa4b,_0x9d8c55){return _0x34aa4b!==_0x9d8c55;},'gMcCd':'pVqTJ','eNJgu':_0xefbac2(0x1ba),'qDpVr':function(_0x42995a,_0x126f89){return _0x42995a!==_0x126f89;},'FmpmU':_0xefbac2(0x1e7),'ihOOx':_0xefbac2(0x21b),'sRket':_0xefbac2(0x1be),'RMqMY':function(_0x5b02fe,_0x1acb07,_0x543df2){return _0x5b02fe(_0x1acb07,_0x543df2);},'qlHgF':'hub.browserstack.com','CbqIA':_0xefbac2(0x1eb),'zGAqJ':function(_0x52f2b0,_0x5d0b6c){return _0x52f2b0===_0x5d0b6c;},'YuayC':_0xefbac2(0x1d7),'jZIIx':_0xefbac2(0x205),'KXhoT':_0xefbac2(0x1e1),'uCTrB':_0xefbac2(0x1e3),'RerYV':function(_0x4e5765,_0x22685d,_0x50db13,_0x39fc2b){return _0x4e5765(_0x22685d,_0x50db13,_0x39fc2b);},'DHDUa':_0xefbac2(0x212),'DACTE':_0xefbac2(0x19f),'LVkiq':_0xefbac2(0x201),'TDlEx':'inherit','CJKIG':_0xefbac2(0x216)},_0x1e4daa=new BrowserStackSetup(_0x2ef9f2);if(!_0x1e4daa[_0xefbac2(0x207)]){if(_0xf0a756['QkdSx'](_0xf0a756[_0xefbac2(0x1f8)],_0xf0a756[_0xefbac2(0x1f8)])){let _0x2b7399=_0xf0a756[_0xefbac2(0x210)](_0x474b13['getPlatformName'](_0x1d2c7d,'_'),'_'+_0x3c25e9[_0xefbac2(0x209)]());_0x2e60c6&&(_0x2b7399+='_'+_0x5c40be);if(_0x26f57c&&(!_0x4424b3[_0xf0a756[_0xefbac2(0x1c0)]]||!_0x2f950d[_0xf0a756[_0xefbac2(0x1c0)]][_0x108561]))return;const _0x44737c={..._0x1b9d51};_0x44737c[_0xefbac2(0x1d9)]=_0x3ef91f;const _0x5ffa25=_0x44737c;_0x37135d[_0x2b7399]=_0x3e4290?_0x3d38c5[_0xefbac2(0x19b)](_0x3b7cb4[_0xf0a756['VQbTf']][_0x193ee0],_0x5ffa25):_0x5ffa25,_0x3540ed[_0xefbac2(0x1b2)](_0x2b7399);}else return;}const _0x206bf1=_0xf0a756[_0xefbac2(0x21d)](getUserNightwatchConfigs,_0x2ef9f2,_0x3595c4),_0x22b2c2={};_0x22b2c2[_0xefbac2(0x1b0)]=![];const _0x56746={};_0x56746[_0xefbac2(0x217)]=_0xf0a756[_0xefbac2(0x1ed)],_0x56746[_0xefbac2(0x1b6)]=0x1bb;const _0x60c25c={};_0x60c25c[_0xefbac2(0x1d4)]=_0x22b2c2,_0x60c25c[_0xefbac2(0x1a7)]=_0x56746;const _0x5ad151=_0x60c25c;logger['info'](_0xf0a756[_0xefbac2(0x1af)]);const _0x3d5680={..._0x206bf1},_0x340a0c=_0x3d5680,_0x12d017=helper['useW3C'](_0x1e4daa[_0xefbac2(0x207)]),_0x517ba0=[];_0x1e4daa[_0xefbac2(0x207)][_0xefbac2(0x1c3)]['forEach']((_0x59c365,_0x1d8c55)=>{const _0x288399=_0xefbac2,_0x5b9976={};_0x5b9976[_0x288399(0x1a1)]=_0xf0a756['bnuSe'],_0x5b9976[_0x288399(0x1f6)]=_0xf0a756['GsRHb'];const _0x111c38=_0x5b9976;_0xf0a756[_0x288399(0x229)](_0xf0a756[_0x288399(0x1e0)],_0xf0a756[_0x288399(0x1e0)])?(_0x1a1394['debug']('child\x20process\x20exited\x20with\x20code\x20'+_0x4decba),_0x23d7a7['info']('Deleting\x20'+_0x2700f1),_0x534251[_0x288399(0x224)](_0x57a945)):_0x12d017?_0xf0a756[_0x288399(0x20d)](_0xf0a756['RdyOk'],_0xf0a756[_0x288399(0x1f3)])?_0x2ad822=_0x56c71b[_0x288399(0x1ea)](_0x3c010b['cwd'](),_0x111c38[_0x288399(0x1a1)]):_0x517ba0['push'](helper[_0x288399(0x1b4)](_0x1e4daa[_0x288399(0x207)],_0xf0a756['gHEfY'],_0x1d8c55)):_0xf0a756[_0x288399(0x229)](_0xf0a756['zemJV'],_0xf0a756['zemJV'])?_0x1b1ce4[_0x288399(0x1a8)](_0x111c38[_0x288399(0x1f6)]):_0x517ba0['push'](helper['modifyBrowserStackCaps'](_0x1e4daa[_0x288399(0x207)],_0xf0a756[_0x288399(0x1f0)],_0x1d8c55));});const _0x15a80b={},_0xbd0d32=[];_0x2ef9f2['env']=_0x2ef9f2['env']||_0x2ef9f2['e'];const _0x3abcb1=_0x2ef9f2[_0xefbac2(0x1cf)]?_0x2ef9f2[_0xefbac2(0x1cf)][_0xefbac2(0x202)]()[_0xefbac2(0x1d8)](',')[_0xefbac2(0x1f2)](_0x2462d0=>_0x2462d0['trim']())[_0xefbac2(0x228)](_0x170d81=>_0x170d81!==''):[''];_0xf0a756[_0xefbac2(0x218)](_0x3abcb1[_0xefbac2(0x1e5)],0x0)&&(_0xf0a756[_0xefbac2(0x1df)](_0xf0a756[_0xefbac2(0x21c)],_0xf0a756['jZIIx'])?_0x3abcb1['push'](''):_0x12477f[_0xefbac2(0x1a9)](_0x536571=>{const _0x261557=_0xefbac2;let _0x3cb5d2=_0xf0a756[_0x261557(0x210)](_0x330f1a[_0x261557(0x204)](_0x536571,'_'),'_'+_0x2ab092[_0x261557(0x209)]());_0x3b4f1c&&(_0x3cb5d2+='_'+_0x3748f4);if(_0x145a6e&&(!_0x69d691[_0xf0a756[_0x261557(0x1c0)]]||!_0x1d098b[_0xf0a756[_0x261557(0x1c0)]][_0x2091ec]))return;const _0x12a617={..._0x458264};_0x12a617[_0x261557(0x1d9)]=_0x536571;const _0x2857a3=_0x12a617;_0x4ff7b7[_0x3cb5d2]=_0x243e27?_0x37c407['mergeDeep'](_0x1799d1[_0xf0a756[_0x261557(0x1c0)]][_0x8ec0aa],_0x2857a3):_0x2857a3,_0x4fe346[_0x261557(0x1b2)](_0x3cb5d2);}));_0x3abcb1[_0xefbac2(0x1a9)](_0x5cff9b=>{const _0x49fcb2=_0xefbac2,_0x36773d={'xpKNg':function(_0x4d609e,_0x31db20){const _0x4a6ed3=a27_0x42f1;return _0xf0a756[_0x4a6ed3(0x20f)](_0x4d609e,_0x31db20);},'UwAok':_0xf0a756[_0x49fcb2(0x1f0)]};_0xf0a756['TaNuu'](_0xf0a756[_0x49fcb2(0x1da)],_0xf0a756['gMcCd'])?_0x41ce9b[_0x49fcb2(0x1b2)](''):_0x517ba0[_0x49fcb2(0x1a9)](_0x781ef2=>{const _0x52c401=_0x49fcb2;if(_0xf0a756['QUfBY'](_0xf0a756[_0x52c401(0x1f1)],_0xf0a756[_0x52c401(0x1dc)])){let _0x184830=_0xf0a756[_0x52c401(0x210)](helper['getPlatformName'](_0x781ef2,'_'),'_'+Date[_0x52c401(0x209)]());_0x5cff9b&&(_0xf0a756['hlzSi'](_0xf0a756[_0x52c401(0x203)],_0xf0a756[_0x52c401(0x1ee)])?_0x184830+='_'+_0x5cff9b:(_0x1ab8b5['info'](_0x52c401(0x1a5)+_0x3efce2),_0x4187f5=_0x36773d['xpKNg'](_0x2925e3,_0x1bd11c)));if(_0x5cff9b&&(!_0x206bf1[_0xf0a756[_0x52c401(0x1c0)]]||!_0x206bf1[_0xf0a756[_0x52c401(0x1c0)]][_0x5cff9b])){if(_0xf0a756[_0x52c401(0x223)](_0xf0a756[_0x52c401(0x1d5)],_0xf0a756[_0x52c401(0x21e)]))return;else _0x5b1d4c[_0x52c401(0x1b2)](_0x27bf71['modifyBrowserStackCaps'](_0x181d4b[_0x52c401(0x207)],_0x36773d[_0x52c401(0x220)],_0x5b0eb7));}const _0x1512fb={..._0x5ad151};_0x1512fb[_0x52c401(0x1d9)]=_0x781ef2;const _0x2ffac4=_0x1512fb;_0x15a80b[_0x184830]=_0x5cff9b?helper[_0x52c401(0x19b)](_0x206bf1[_0xf0a756['VQbTf']][_0x5cff9b],_0x2ffac4):_0x2ffac4,_0xbd0d32[_0x52c401(0x1b2)](_0x184830);}else return;});});!_0x340a0c[_0xefbac2(0x214)]&&(_0xf0a756[_0xefbac2(0x20d)](_0xf0a756['KXhoT'],_0xf0a756[_0xefbac2(0x1c6)])?_0x340a0c['test_settings']={}:_0x4058b3['push'](_0x4a85f4[_0xefbac2(0x1b4)](_0x297458[_0xefbac2(0x207)],_0xf0a756[_0xefbac2(0x1f0)],_0x8e0326)));_0x340a0c['test_settings']={..._0x340a0c[_0xefbac2(0x214)],..._0x15a80b};const _0x41574a=path[_0xefbac2(0x1ea)](__dirname,_0xf0a756[_0xefbac2(0x215)]);fs['writeFileSync'](_0x41574a,JSON['stringify'](_0x340a0c)),_0xf0a756[_0xefbac2(0x20f)](removeExistingEnvs,_0x3595c4);const _0xff77ca=_0xf0a756[_0xefbac2(0x1e9)](spawn,/^win/[_0xefbac2(0x1c1)](process[_0xefbac2(0x219)])?_0xf0a756[_0xefbac2(0x1bf)]:_0xf0a756[_0xefbac2(0x1f0)],[_0xf0a756['DACTE'],_0x41574a,..._0x3595c4[_0xefbac2(0x19e)](0x1),_0xf0a756[_0xefbac2(0x1d1)],_0xbd0d32['join'](',')],{'stdio':_0xf0a756[_0xefbac2(0x1dd)]});_0xff77ca['on'](_0xf0a756[_0xefbac2(0x1cb)],async _0x49e395=>{const _0x4d3cd4=_0xefbac2;if(_0xf0a756['qDpVr'](_0xf0a756[_0x4d3cd4(0x1fb)],_0xf0a756['ihOOx']))logger[_0x4d3cd4(0x1aa)](_0x4d3cd4(0x19d)+_0x49e395),logger[_0x4d3cd4(0x1a8)](_0x4d3cd4(0x1b1)+_0x41574a),fs[_0x4d3cd4(0x224)](_0x41574a);else{if(_0xb6957b[_0x4d3cd4(0x19a)](_0x17e312[_0x4d3cd4(0x1ea)](_0x5c1ae6[_0x4d3cd4(0x1db)](),_0xf0a756[_0x4d3cd4(0x1a0)])))_0x31f736=_0x2d7fe7[_0x4d3cd4(0x1ea)](_0x55fb76[_0x4d3cd4(0x1db)](),_0xf0a756['eNJgu']);else _0x376b8b['existsSync'](_0x237841[_0x4d3cd4(0x1ea)](_0x301811[_0x4d3cd4(0x1db)](),_0xf0a756['bnuSe']))&&(_0x178820=_0x221ce2[_0x4d3cd4(0x1ea)](_0x2dd31c[_0x4d3cd4(0x1db)](),_0xf0a756['bnuSe']));}});}module['exports']=run;
|
|
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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a28_0x4cac(){const _0x400583=['Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','BWNyL','VZlod','GBIuc','latest','BuDQx','qqOQD','RDhwC','accessibilityOptions','jmcms','IQzbX','browser','aUJZU','cxYDx','dffIT','hVnyR','MBfrP','XNSCR','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','WCFJT','9408846zqevGg','No\x20summaryResults\x20found.','format','wcagVersion','WquFj','SlRGn','platformValidation','2wbCZpj','cUvlx','warn','xwQHh','UGWVw','akRCW','OkFXs','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','gcWpx','DYxmv','yicYL','XPYNG','tSPyE','HGeSi','nuYyQ','xkmEB','connectOptions','MTkZH','rcsxG','eIkQO','accessibilityOptions.wcagVersion','debug','ONabO','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','40VmYNeO','xLUnB','lWYGZ','41803443IyvqQz','getAccessibilitySummary','iJEAM','GVkls','HdmlR','AWmwf','elUdG','FuChs','VSkhX','playwright-chromium','zxjPW','oLvDR','BS_A11Y_JWT','wsEndpoint','BpmZQ','VQZjX','OcLEL','testInfo','stringify','UBhUL','CeIjg','YbfDB','TgZjL','JZvqQ','Uolni','accessibilityOptions.scannerVersion','tYMCE','wcdjM','accessibilityOptions.scannerProcessingTimeout','JZWHw','soWAU','bjAKB','LhobU','accessibilityOptions.includeIssueType.bestPractice','DAtfr','sKBDx','zeMTT','util','qxzlz','bestPractice','deviceName','sKCUE','VwLdf','chrome','VHLRQ','ErSpM','aLDYK','needsReview','PhdIV','error','qmJFH','GsGPT','fIwvm','accessibilityOptions.includeIssueType.needsReview','jinCm','yvQom','No\x20accessibility\x20results\x20were\x20found.','includeIssueType','Skmwu','mUAOi','../../helpers/helper','KCYCP','vpJXh','AERDm','7390096NeDQlA','sdYSN','browser_version','xfQzZ','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','PXUka','gKlcT','SfoXs','daPTQ','3817365MVZlOL','winstonLogger','NBfWT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','zbAaW','browserName','../../helpers/logger','HCEBv','wzRLb','SxWGF','GlntD','hdVZx','QUPIo','AZqIE','use','VIbzH','yoGJe','QsvZp','aWTiV','../../helpers/accessibility-automation/helper','Ijzoj','nySvw','EGOnx','scannerVersion','env','GKQfD','iTXJy','753268qZcVAZ','lqVrq','sDEYZ','scannerProcessingTimeout','KUJZE','accessibilityPlatform','PaDHh','pGZVN','4518486fgiMfs','qcdfQ','Bqixx','SCxOs','nWXMv','mrwni','ULclp','acQrw','778746KPPsTC','OkqyS','currentTest','BJNVE','getAccessibilityResults','iqmNN','project'];a28_0x4cac=function(){return _0x400583;};return a28_0x4cac();}function a28_0x53e6(_0x44f66c,_0x24dfa2){const _0x4cac4d=a28_0x4cac();return a28_0x53e6=function(_0x53e604,_0x3a6876){_0x53e604=_0x53e604-0xdb;let _0x4c3484=_0x4cac4d[_0x53e604];return _0x4c3484;},a28_0x53e6(_0x44f66c,_0x24dfa2);}const a28_0x432fb9=a28_0x53e6;(function(_0x5d3a83,_0x3f5c5c){const _0x462e00=a28_0x53e6,_0x335cdd=_0x5d3a83();while(!![]){try{const _0x448964=-parseInt(_0x462e00(0x154))/0x1*(-parseInt(_0x462e00(0x176))/0x2)+-parseInt(_0x462e00(0x129))/0x3+-parseInt(_0x462e00(0x144))/0x4*(parseInt(_0x462e00(0xdd))/0x5)+-parseInt(_0x462e00(0x16f))/0x6+parseInt(_0x462e00(0x14c))/0x7+-parseInt(_0x462e00(0x120))/0x8+parseInt(_0x462e00(0xe0))/0x9;if(_0x448964===_0x3f5c5c)break;else _0x335cdd['push'](_0x335cdd['shift']());}catch(_0x49de03){_0x335cdd['push'](_0x335cdd['shift']());}}}(a28_0x4cac,0xc2de1));const util=require(a28_0x432fb9(0x105)),logger=require(a28_0x432fb9(0x12f))[a28_0x432fb9(0x12a)],{isAccessibilityAutomationSession}=require(a28_0x432fb9(0x13c)),{isUndefined}=require(a28_0x432fb9(0x11c));exports['setAccessibilityPlaywrightCapabilities']=async _0x41dc61=>{const _0x4118b8=a28_0x432fb9,_0x25cd55={};_0x25cd55[_0x4118b8(0x103)]=_0x4118b8(0xdc),_0x25cd55[_0x4118b8(0x16e)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x25cd55[_0x4118b8(0xf3)]=function(_0x579a21,_0x4b6248){return _0x579a21!==_0x4b6248;},_0x25cd55['EGOnx']=_0x4118b8(0x15c),_0x25cd55[_0x4118b8(0x10c)]=_0x4118b8(0x133),_0x25cd55['GKQfD']=function(_0x3ecb1c,_0x1bae30){return _0x3ecb1c!==_0x1bae30;},_0x25cd55['PXUka']=_0x4118b8(0x121),_0x25cd55[_0x4118b8(0x16a)]=_0x4118b8(0x18a),_0x25cd55['pGZVN']=function(_0x3b4e49,_0x2688a6){return _0x3b4e49!==_0x2688a6;},_0x25cd55['mUAOi']=_0x4118b8(0x14d),_0x25cd55['BJNVE']=_0x4118b8(0xfc),_0x25cd55[_0x4118b8(0x16b)]=_0x4118b8(0xf4),_0x25cd55[_0x4118b8(0x136)]=_0x4118b8(0x146),_0x25cd55[_0x4118b8(0x10a)]=_0x4118b8(0x101),_0x25cd55[_0x4118b8(0x132)]=_0x4118b8(0x115),_0x25cd55['OcLEL']='accessibilityOptions.authToken',_0x25cd55[_0x4118b8(0x13b)]=_0x4118b8(0xf9);const _0x16487b=_0x25cd55;if(_0x41dc61[_0x4118b8(0x163)]){if(_0x16487b[_0x4118b8(0xf3)](_0x16487b[_0x4118b8(0x13f)],_0x16487b['VHLRQ'])){if(_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x172)]){if(_0x16487b[_0x4118b8(0x142)](_0x16487b[_0x4118b8(0x125)],_0x16487b[_0x4118b8(0x125)]))return _0x49f49c[_0x4118b8(0x178)](_0x16487b[_0x4118b8(0x103)]),![];else _0x41dc61[_0x16487b['hVnyR']]=_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x172)];}if(_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x147)]){if(_0x16487b[_0x4118b8(0x14b)](_0x16487b[_0x4118b8(0x11b)],_0x16487b[_0x4118b8(0x11b)]))return _0x52f139[_0x4118b8(0x178)](_0x16487b[_0x4118b8(0x16e)]),![];else _0x41dc61[_0x16487b[_0x4118b8(0x157)]]=_0x41dc61[_0x4118b8(0x163)]['scannerProcessingTimeout'];}_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x119)]&&(_0x16487b[_0x4118b8(0x142)](_0x16487b[_0x4118b8(0x16b)],_0x16487b[_0x4118b8(0x136)])?(_0x41dc61[_0x16487b[_0x4118b8(0x10a)]]=_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x119)]['bestPractice'],_0x41dc61[_0x16487b[_0x4118b8(0x132)]]=_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x119)][_0x4118b8(0x10f)]):_0x2eca16());}else try{const event=new _0x1c6305('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x26837c.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x4a6fe9(event.detail.data);};_0x3edcf9.addEventListener('A11Y_RESULTS_RESPONSE',fn);_0x252588.dispatchEvent(event);}catch{_0x54b1eb();}}const _0x4158d8=JSON['parse'](process[_0x4118b8(0x141)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x4118b8(0x140)];_0x41dc61[_0x16487b[_0x4118b8(0xf0)]]=process[_0x4118b8(0x141)][_0x4118b8(0xec)],_0x41dc61[_0x16487b[_0x4118b8(0x13b)]]=_0x4158d8,delete _0x41dc61[_0x4118b8(0x163)];},exports[a28_0x432fb9(0x158)]=async _0x8c1fb2=>{const _0x2ff3aa=a28_0x432fb9,_0x153b37={'lqVrq':'accessibilityOptions.scannerProcessingTimeout','VIbzH':'browserstack.accessibility','DAtfr':function(_0x3cadf2,_0x15df7e){return _0x3cadf2+_0x15df7e;},'JIjPI':function(_0x57ef07,_0x464c26){return _0x57ef07(_0x464c26);},'xfQzZ':_0x2ff3aa(0xdc),'RDhwC':function(_0x2dc37e,_0x12f5d9){return _0x2dc37e!==_0x12f5d9;},'cUvlx':'jOdey','zeMTT':_0x2ff3aa(0x17f),'KUJZE':_0x2ff3aa(0xf5),'PhdIV':_0x2ff3aa(0x174),'IQzbX':function(_0x4798c1,_0x4043f9){return _0x4798c1===_0x4043f9;},'VZlod':_0x2ff3aa(0x139),'QUPIo':_0x2ff3aa(0x17c),'otLje':_0x2ff3aa(0x118),'XPYNG':function(_0x3ac733,_0x1906dd){return _0x3ac733===_0x1906dd;},'yicYL':'nzyyG','GPYxQ':_0x2ff3aa(0xff),'jinCm':_0x2ff3aa(0x17d)};if(global[_0x2ff3aa(0x149)]){if(_0x153b37[_0x2ff3aa(0x162)](_0x153b37[_0x2ff3aa(0x177)],_0x153b37[_0x2ff3aa(0x104)]))try{if(_0x153b37[_0x2ff3aa(0x162)](_0x153b37[_0x2ff3aa(0x148)],_0x153b37[_0x2ff3aa(0x110)])){const res=await _0x8c1fb2.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS');const fn=function(event){window.removeEventListener('A11Y_RESULTS_RESPONSE',fn);resolve(event.detail.data);};window.addEventListener('A11Y_RESULTS_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return res;}else _0x2ce4dc[_0x153b37[_0x2ff3aa(0x145)]]=_0x1a6b9f[_0x2ff3aa(0x163)][_0x2ff3aa(0x147)];}catch{if(_0x153b37[_0x2ff3aa(0x165)](_0x153b37[_0x2ff3aa(0x15d)],_0x153b37[_0x2ff3aa(0x135)]))_0x54c2a2.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',_0xdc0ac2),_0x1d004e(_0x20b989.detail.summary);else return logger[_0x2ff3aa(0x111)](_0x153b37['otLje']),[];}else{_0x23848b[_0x153b37[_0x2ff3aa(0x138)]]=![];const _0x14aa8d=_0x153b37[_0x2ff3aa(0x102)](_0x536b2f,_0x153b37['JIjPI'](_0x10db19,_0x22499f[_0x2ff3aa(0xf2)](_0x5679db)));_0x5f2148[_0x2ff3aa(0x156)][_0x2ff3aa(0xf1)][_0x2ff3aa(0x15a)]['use'][_0x2ff3aa(0x186)][_0x2ff3aa(0xed)]=_0x14aa8d;}}else{if(_0x153b37[_0x2ff3aa(0x181)](_0x153b37[_0x2ff3aa(0x180)],_0x153b37['GPYxQ']))_0x2c1660[_0x2ff3aa(0x178)](_0x153b37[_0x2ff3aa(0x123)]),_0x50886c[_0x2ff3aa(0x149)]=![];else return logger[_0x2ff3aa(0x178)](_0x153b37[_0x2ff3aa(0x116)]),[];}},exports[a28_0x432fb9(0xe1)]=async _0x1c0261=>{const _0x1426f0=a28_0x432fb9,_0x25d411={'iJEAM':function(_0xd8f612,_0x174925){return _0xd8f612!==_0x174925;},'GBIuc':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','dNOjX':function(_0x4ca7c5,_0x25ed3f){return _0x4ca7c5===_0x25ed3f;},'KCYCP':_0x1426f0(0x10b),'Skmwu':function(_0x7b640c,_0x363d04){return _0x7b640c===_0x363d04;},'AWmwf':_0x1426f0(0xe9),'JZvqQ':_0x1426f0(0xdc),'HdmlR':function(_0x39901b,_0x8f0eff){return _0x39901b(_0x8f0eff);},'zxjPW':function(_0x33e30e,_0x31368e){return _0x33e30e===_0x31368e;},'BuDQx':'latest','feIQV':function(_0x584891,_0x1d9545){return _0x584891>_0x1d9545;},'MTkZH':_0x1426f0(0x12c),'wzRLb':_0x1426f0(0x124),'rcsxG':_0x1426f0(0x101),'vpJXh':'accessibilityOptions.includeIssueType.needsReview','acQrw':_0x1426f0(0x179),'LhobU':'IJOBi','VQZjX':function(_0x1f48b1,_0xc25a8){return _0x1f48b1!==_0xc25a8;},'AERDm':_0x1426f0(0xfd),'zhPfl':_0x1426f0(0x170),'XNSCR':'oOJCX'};if(global[_0x1426f0(0x149)]){if(_0x25d411[_0x1426f0(0xe2)](_0x25d411['acQrw'],_0x25d411[_0x1426f0(0x153)])){if(!_0x25d411['iJEAM'](_0x167e7a[_0x1426f0(0x108)],''))return _0x44229e[_0x1426f0(0x178)](_0x25d411[_0x1426f0(0x15e)]),![];const _0x3a0f11=_0xca9a59[_0x1426f0(0x166)];if(!(_0x25d411['dNOjX'](_0x3a0f11,_0x25d411[_0x1426f0(0x11d)])||_0x25d411[_0x1426f0(0x11a)](_0x3a0f11,_0x25d411[_0x1426f0(0xe5)])))return _0x260d91['warn'](_0x25d411[_0x1426f0(0xf7)]),![];const _0x44fa24=_0x25d411[_0x1426f0(0xe4)](_0x18b4bb,_0x4f7e48[_0x1426f0(0x122)]);if(!(_0x25d411[_0x1426f0(0xea)](_0x44fa24,_0x25d411[_0x1426f0(0x160)])||_0x25d411['feIQV'](_0x44fa24,0x5e)))return _0xb5c266[_0x1426f0(0x178)](_0x25d411[_0x1426f0(0x187)]),![];}else try{if(_0x25d411[_0x1426f0(0xe2)](_0x25d411[_0x1426f0(0x100)],_0x25d411[_0x1426f0(0x100)]))return _0x307c35['warn'](_0x25d411[_0x1426f0(0x131)]),{};else{const summaryResults=await _0x1c0261.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){window.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);resolve(event.detail.summary);};window.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return summaryResults;}}catch{if(_0x25d411[_0x1426f0(0xef)](_0x25d411[_0x1426f0(0x11f)],_0x25d411['AERDm']))_0x95f113[_0x25d411[_0x1426f0(0x188)]]=_0xf0afc1[_0x1426f0(0x163)]['includeIssueType'][_0x1426f0(0x107)],_0x56edbf[_0x25d411[_0x1426f0(0x11e)]]=_0x44713f[_0x1426f0(0x163)][_0x1426f0(0x119)][_0x1426f0(0x10f)];else return logger[_0x1426f0(0x18b)](_0x25d411['zhPfl']),{};}}else{if(_0x25d411[_0x1426f0(0x11a)](_0x25d411['XNSCR'],_0x25d411[_0x1426f0(0x16c)]))return logger[_0x1426f0(0x178)](_0x25d411[_0x1426f0(0x131)]),{};else _0x1c32bd.removeEventListener('A11Y_RESULTS_RESPONSE',_0x58504a),_0x3f5652(_0xa3250c.detail.data);}},exports[a28_0x432fb9(0x175)]=async _0x814614=>{const _0x294208=a28_0x432fb9,_0x165897={'Bqixx':'accessibilityOptions.wcagVersion','BpmZQ':_0x294208(0xfc),'QsvZp':_0x294208(0x101),'MqXmg':_0x294208(0x115),'xkmEB':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','OkqyS':_0x294208(0x170),'bkiib':function(_0x38ff2f,_0xecb234){return _0x38ff2f===_0xecb234;},'sKCUE':'zNhnP','NBfWT':'HjbJr','oLvDR':function(_0x450309,_0x487c79){return _0x450309!==_0x487c79;},'gcWpx':_0x294208(0x113),'ONabO':_0x294208(0x16d),'nWXMv':function(_0x35a0f1,_0x2a22c2){return _0x35a0f1===_0x2a22c2;},'HCEBv':_0x294208(0x10b),'gKlcT':function(_0x18c57f,_0x3e02f5){return _0x18c57f===_0x3e02f5;},'iqmNN':_0x294208(0xe9),'hdVZx':_0x294208(0x168),'ijCUu':_0x294208(0xdc),'Uolni':function(_0xaaa32f,_0x8bdaea){return _0xaaa32f(_0x8bdaea);},'FuChs':_0x294208(0x15f),'qmJFH':function(_0x19c71c,_0x37e9de){return _0x19c71c>_0x37e9de;},'PaDHh':function(_0x2f9c25,_0x5d10ad){return _0x2f9c25!==_0x5d10ad;},'eIkQO':_0x294208(0x10d),'dffIT':'YKrYF','akRCW':_0x294208(0x12c),'elUdG':function(_0x44af2e,_0x561d39){return _0x44af2e===_0x561d39;},'xLUnB':_0x294208(0x127)};try{if(_0x165897['bkiib'](_0x165897[_0x294208(0x109)],_0x165897[_0x294208(0x12b)]))_0x50c0b8[_0x294208(0x163)][_0x294208(0x172)]&&(_0x512c4b[_0x165897[_0x294208(0x14e)]]=_0x5f11a4[_0x294208(0x163)][_0x294208(0x172)]),_0x3b5ec6[_0x294208(0x163)][_0x294208(0x147)]&&(_0x40f5ee[_0x165897[_0x294208(0xee)]]=_0x35707d[_0x294208(0x163)][_0x294208(0x147)]),_0x3ff68c[_0x294208(0x163)]['includeIssueType']&&(_0x2b6885[_0x165897[_0x294208(0x13a)]]=_0x54f1c1[_0x294208(0x163)][_0x294208(0x119)][_0x294208(0x107)],_0xddcee8[_0x165897['MqXmg']]=_0x191cdc[_0x294208(0x163)]['includeIssueType'][_0x294208(0x10f)]);else{if(!_0x165897[_0x294208(0xeb)](_0x814614[_0x294208(0x108)],''))return _0x165897['oLvDR'](_0x165897[_0x294208(0x17e)],_0x165897[_0x294208(0x17e)])?(_0x38ba57[_0x294208(0x178)](_0x165897[_0x294208(0x185)]),[]):(logger[_0x294208(0x178)](_0x165897[_0x294208(0xdb)]),![]);const _0x3bc321=_0x814614[_0x294208(0x166)];if(!(_0x165897[_0x294208(0x150)](_0x3bc321,_0x165897[_0x294208(0x130)])||_0x165897[_0x294208(0x126)](_0x3bc321,_0x165897[_0x294208(0x159)]))){if(_0x165897['oLvDR'](_0x165897[_0x294208(0x134)],_0x165897['hdVZx']))_0x19b525();else return logger[_0x294208(0x178)](_0x165897['ijCUu']),![];}const _0x3ed699=_0x165897[_0x294208(0xf8)](parseInt,_0x814614['browser_version']);if(!(_0x165897[_0x294208(0x150)](_0x3ed699,_0x165897[_0x294208(0xe7)])||_0x165897[_0x294208(0x112)](_0x3ed699,0x5e)))return _0x165897[_0x294208(0x14a)](_0x165897[_0x294208(0x189)],_0x165897[_0x294208(0x169)])?(logger['warn'](_0x165897[_0x294208(0x17b)]),![]):(_0xd75c80['debug'](_0x165897[_0x294208(0x155)]),{});}}catch(_0x13999e){_0x165897[_0x294208(0xe6)](_0x165897[_0x294208(0xde)],_0x165897[_0x294208(0xde)])?logger['debug']('Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20'+util[_0x294208(0x171)](_0x13999e)):_0xa1dc4a[_0x165897[_0x294208(0x14e)]]=_0x3d2ded[_0x294208(0x163)][_0x294208(0x172)];}return!![];},exports['processAccessibilityCaps']=(_0x3db231,_0x1b9b87,_0x397b6b)=>{const _0x120319=a28_0x432fb9,_0x40c1be={'iTXJy':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','ULclp':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','gaaVi':_0x120319(0x118),'qqOQD':function(_0x20d454,_0x4d073e){return _0x20d454!==_0x4d073e;},'AaRIU':'XyTRa','VIeRW':'pOiMB','aUJZU':function(_0x4459ce){return _0x4459ce();},'mrwni':function(_0x20727e,_0x705d1f){return _0x20727e===_0x705d1f;},'tYMCE':'USstF','tSPyE':'yJwnh','HGeSi':'browserstack.accessibility','VSkhX':_0x120319(0x106),'aLDYK':'uhRsm','lWYGZ':function(_0x4df08d,_0x2b1ba0){return _0x4df08d===_0x2b1ba0;},'GVkls':_0x120319(0x10b),'yvQom':function(_0x7ac178,_0x2301b2){return _0x7ac178===_0x2301b2;},'SCxOs':_0x120319(0xe9),'DrFWZ':function(_0x1d49fd,_0x539c9e){return _0x1d49fd!==_0x539c9e;},'TgZjL':_0x120319(0x128),'wFGYC':'RCeMP','WquFj':_0x120319(0xdc),'Ijzoj':'latest','FQPTj':function(_0x1573b2,_0x1f0a10){return _0x1573b2>_0x1f0a10;},'UGWVw':'YIeSw','nySvw':function(_0xb6686f,_0x310bed){return _0xb6686f(_0x310bed);},'iShMa':function(_0x336874,_0x4926a1){return _0x336874===_0x4926a1;},'NvCeK':'dTQnp','soWAU':_0x120319(0x12d),'wcdjM':function(_0x3b8834,_0x2c7fa9){return _0x3b8834===_0x2c7fa9;},'jmcms':'nEVZz','nuYyQ':function(_0x503c1f,_0x2507f3){return _0x503c1f+_0x2507f3;},'hpxER':function(_0x27cad8,_0x2c5fd4){return _0x27cad8===_0x2c5fd4;},'fIwvm':'HTQti'};try{if(_0x40c1be[_0x120319(0x161)](_0x40c1be['AaRIU'],_0x40c1be['VIeRW'])){if(_0x40c1be[_0x120319(0x167)](isAccessibilityAutomationSession)){if(_0x40c1be[_0x120319(0x151)](_0x40c1be[_0x120319(0xfa)],_0x40c1be[_0x120319(0x182)]))_0x4af2e7[_0x120319(0x18b)](_0x120319(0x15b)+_0x3cf927[_0x120319(0x171)](_0x56cc47));else{global[_0x120319(0x149)]=!![];if(!_0x3db231[_0x40c1be[_0x120319(0x183)]]){if(_0x40c1be[_0x120319(0x161)](_0x40c1be[_0x120319(0xe8)],_0x40c1be[_0x120319(0x10e)]))global['accessibilityPlatform']=![];else return _0x4aff65['warn'](_0x40c1be[_0x120319(0x143)]),![];}!(_0x40c1be[_0x120319(0xdf)](_0x3db231['browserName'],_0x40c1be[_0x120319(0xe3)])||_0x40c1be[_0x120319(0x117)](_0x3db231[_0x120319(0x12e)],_0x40c1be[_0x120319(0x14f)]))&&(_0x40c1be['DrFWZ'](_0x40c1be[_0x120319(0xf6)],_0x40c1be['wFGYC'])?(logger[_0x120319(0x178)](_0x40c1be[_0x120319(0x173)]),global[_0x120319(0x149)]=![]):(_0x25665d['warn'](_0x40c1be[_0x120319(0x152)]),_0x4bcd93[_0x120319(0x149)]=![]));!(_0x40c1be[_0x120319(0x151)](_0x3db231[_0x120319(0x122)],_0x40c1be[_0x120319(0x13d)])||_0x40c1be['FQPTj'](_0x3db231[_0x120319(0x122)],0x5e))&&(_0x40c1be[_0x120319(0x117)](_0x40c1be[_0x120319(0x17a)],_0x40c1be[_0x120319(0x17a)])?(logger['warn'](_0x40c1be['ULclp']),global[_0x120319(0x149)]=![]):_0x1335ef[_0x120319(0x18b)]('Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20'+_0x1b3cc3['format'](_0xd6c069)));if(!_0x40c1be[_0x120319(0x13e)](isUndefined,_0x3db231[_0x120319(0x108)])){if(_0x40c1be['iShMa'](_0x40c1be['NvCeK'],_0x40c1be[_0x120319(0xfe)]))try{const event=new _0x361c53('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){_0x41047b.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x361389(event.detail.summary);};_0x279c0d.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x195a50.dispatchEvent(event);}catch{_0x334e75();}else logger[_0x120319(0x178)](_0x40c1be[_0x120319(0x143)]),global[_0x120319(0x149)]=![];}if(!global['accessibilityPlatform']){if(_0x40c1be[_0x120319(0xfb)](_0x40c1be[_0x120319(0x164)],_0x40c1be[_0x120319(0x164)])){_0x3db231[_0x40c1be[_0x120319(0x183)]]=![];const _0x317462=_0x40c1be[_0x120319(0x184)](_0x1b9b87,_0x40c1be[_0x120319(0x13e)](encodeURIComponent,JSON['stringify'](_0x3db231)));_0x397b6b['currentTest'][_0x120319(0xf1)][_0x120319(0x15a)][_0x120319(0x137)][_0x120319(0x186)][_0x120319(0xed)]=_0x317462;}else return _0x50a363[_0x120319(0x111)](_0x40c1be['gaaVi']),[];}}}}else _0x5a93c5['warn'](_0x40c1be[_0x120319(0x143)]),_0x4429a0['accessibilityPlatform']=![];}catch(_0x5ecefb){_0x40c1be['hpxER'](_0x40c1be[_0x120319(0x114)],_0x40c1be[_0x120319(0x114)])?logger[_0x120319(0x18b)](_0x120319(0x15b)+util[_0x120319(0x171)](_0x5ecefb)):_0x595053[_0x120319(0x149)]=![];}};
|
|
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));}};
|