browserstack-node-sdk 1.30.0 → 1.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/gcs.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/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/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/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/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a6_0x4d79a6=a6_0x56ab;(function(_0x20aaab,_0x2e4c0d){const _0x40c162=a6_0x56ab,_0x428cd5=_0x20aaab();while(!![]){try{const _0x866d98=parseInt(_0x40c162(0x1ef))/0x1*(-parseInt(_0x40c162(0x1d6))/0x2)+-parseInt(_0x40c162(0x1f4))/0x3*(parseInt(_0x40c162(0x1f8))/0x4)+parseInt(_0x40c162(0x1ea))/0x5*(parseInt(_0x40c162(0x1f1))/0x6)+-parseInt(_0x40c162(0x1c7))/0x7*(parseInt(_0x40c162(0x1ae))/0x8)+-parseInt(_0x40c162(0x1b3))/0x9*(-parseInt(_0x40c162(0x1dc))/0xa)+parseInt(_0x40c162(0x1f5))/0xb+-parseInt(_0x40c162(0x1b9))/0xc*(parseInt(_0x40c162(0x1b2))/0xd);if(_0x866d98===_0x2e4c0d)break;else _0x428cd5['push'](_0x428cd5['shift']());}catch(_0x340537){_0x428cd5['push'](_0x428cd5['shift']());}}}(a6_0x40d3,0xa2573));const {requireModule,modifyCommand,isTrue}=require(a6_0x4d79a6(0x1c9)),setKeepAlive=require(a6_0x4d79a6(0x1ed)),cucumberModule=requireModule(a6_0x4d79a6(0x1b8)),logger=require(a6_0x4d79a6(0x1cb))[a6_0x4d79a6(0x1f3)];modifyCommand(),setKeepAlive();let Before=cucumberModule['Before'],After=cucumberModule[a6_0x4d79a6(0x1b7)],configuration=process['env'][a6_0x4d79a6(0x1d3)];if(configuration!==undefined){let config=JSON[a6_0x4d79a6(0x1fb)](configuration);isTrue(config[a6_0x4d79a6(0x1c5)])&&(global[a6_0x4d79a6(0x1c0)]=!![]),require(a6_0x4d79a6(0x1ee))['browserstackAgentV2'](config);}global[a6_0x4d79a6(0x1cd)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a6_0x4d79a6(0x1e0)]=_0x16e68b=>{const _0xf5efc2=a6_0x4d79a6,_0x544b10={'SLcQt':function(_0x22c1bb,_0x47d63d){return _0x22c1bb(_0x47d63d);}};global['__timeout']=_0x16e68b,_0x544b10[_0xf5efc2(0x1e9)](__setDefaultTimeout,_0x16e68b);};const a6_0x546c0b={};a6_0x546c0b[a6_0x4d79a6(0x1ad)]=a6_0x4d79a6(0x1af),Before(a6_0x546c0b,function(){const _0x313426=a6_0x4d79a6,_0x2a9b69={};_0x2a9b69['QkQLQ']=_0x313426(0x1bf);const _0x352389=_0x2a9b69;logger[_0x313426(0x1d2)](_0x352389[_0x313426(0x1c3)]),global[_0x313426(0x1d1)]=[];});const a6_0x4dc5bc={};function a6_0x56ab(_0x1c15eb,_0x154bea){const _0x40d338=a6_0x40d3();return a6_0x56ab=function(_0x56ab22,_0x3c25f6){_0x56ab22=_0x56ab22-0x1ad;let _0x494d4e=_0x40d338[_0x56ab22];return _0x494d4e;},a6_0x56ab(_0x1c15eb,_0x154bea);}a6_0x4dc5bc[a6_0x4d79a6(0x1ad)]=a6_0x4d79a6(0x1af),a6_0x4dc5bc[a6_0x4d79a6(0x1c1)]=0x2710,After(a6_0x4dc5bc,function(_0x3b6eda,_0x1a913e){const _0x2dd5c5=a6_0x4d79a6,_0x159b7f={'bEwMW':function(_0x3867e8,_0x562ee9){return _0x3867e8(_0x562ee9);},'MPTMK':'../../index','KyBZn':function(_0x4b715b){return _0x4b715b();},'BwqFh':_0x2dd5c5(0x1bf),'XDYBA':function(_0x54c91e,_0x271db7){return _0x54c91e===_0x271db7;},'rBXZC':'AawZw','AkbMA':function(_0x4dbd97,_0x99cb79){return _0x4dbd97!==_0x99cb79;},'rICwP':_0x2dd5c5(0x1df),'eoMTQ':function(_0x11b1e4,_0x36d8a7){return _0x11b1e4==_0x36d8a7;},'NbgLc':'failed','yJIEm':_0x2dd5c5(0x1d0),'heGtx':_0x2dd5c5(0x1fc),'IyBor':_0x2dd5c5(0x1f6),'PupAe':'nGmyK','IkAJo':function(_0x306cc2,_0x35c73b){return _0x306cc2!==_0x35c73b;},'kcGsY':_0x2dd5c5(0x1ca),'yvoTg':_0x2dd5c5(0x1b0),'bRVob':function(_0x51e041,_0x4896da){return _0x51e041!==_0x4896da;},'fCMOl':'ixJvG','uEEpz':function(_0x13eee0){return _0x13eee0();},'bMDOO':function(_0x5ced1d,_0x13f1d2){return _0x5ced1d===_0x13f1d2;},'EagqI':_0x2dd5c5(0x1be),'eVPsE':function(_0x191aca){return _0x191aca();},'QfnBf':_0x2dd5c5(0x1c8)};logger['debug'](_0x159b7f[_0x2dd5c5(0x1bb)]),new Promise(async(_0x2c0389,_0x46a97a)=>{const _0x4c340d=_0x2dd5c5,_0x36d671={'QmodS':function(_0x1133db,_0x53d68a){return _0x159b7f['bEwMW'](_0x1133db,_0x53d68a);},'bOFFW':function(_0x1ce648,_0x443ae2){return _0x159b7f['bEwMW'](_0x1ce648,_0x443ae2);},'ZIzXB':function(_0x2a6604){const _0x5a8bf8=a6_0x56ab;return _0x159b7f[_0x5a8bf8(0x1e5)](_0x2a6604);},'eJCgL':_0x159b7f['BwqFh']};let _0x202b09=![];try{if(_0x159b7f[_0x4c340d(0x1e4)](_0x159b7f[_0x4c340d(0x1fa)],_0x159b7f[_0x4c340d(0x1fa)])){await global[_0x4c340d(0x1b1)]['session_'],_0x202b09=!![];!global[_0x4c340d(0x1c0)]&&(_0x159b7f[_0x4c340d(0x1e7)](_0x159b7f[_0x4c340d(0x1b6)],_0x159b7f[_0x4c340d(0x1b6)])?_0x5b3b63[_0x4c340d(0x1c0)]=!![]:await global[_0x4c340d(0x1b1)]['executeScript'](_0x4c340d(0x1de)+_0x3b6eda[_0x4c340d(0x1f0)][_0x4c340d(0x1ad)]+_0x4c340d(0x1e2)));if(_0x159b7f[_0x4c340d(0x1b5)](_0x3b6eda[_0x4c340d(0x1c6)]['status'][_0x4c340d(0x1d5)](),_0x159b7f[_0x4c340d(0x1d9)]))_0x159b7f[_0x4c340d(0x1e7)](_0x159b7f[_0x4c340d(0x1eb)],_0x159b7f[_0x4c340d(0x1dd)])?await global[_0x4c340d(0x1b1)][_0x4c340d(0x1bc)](_0x4c340d(0x1e3)+JSON[_0x4c340d(0x1e8)](global[_0x4c340d(0x1d1)][_0x4c340d(0x1d8)](_0x159b7f['IyBor']))+'}}'):(_0x4b0fa7[_0x4c340d(0x1d2)](_0x4c340d(0x1bd)+_0x58e5e3),_0x36d671[_0x4c340d(0x1b4)](_0x294b00,_0x39434b));else{if(_0x159b7f[_0x4c340d(0x1e4)](_0x159b7f[_0x4c340d(0x1f9)],_0x159b7f[_0x4c340d(0x1f9)]))await global[_0x4c340d(0x1b1)][_0x4c340d(0x1bc)](_0x4c340d(0x1d4));else{let _0x364fb4=_0x18fe91[_0x4c340d(0x1fb)](_0x43d1ae);_0x159b7f[_0x4c340d(0x1fd)](_0x406af5,_0x364fb4[_0x4c340d(0x1c5)])&&(_0x366535[_0x4c340d(0x1c0)]=!![]),_0x159b7f[_0x4c340d(0x1fd)](_0x130b98,_0x159b7f[_0x4c340d(0x1da)])[_0x4c340d(0x1ba)](_0x364fb4);}}}else _0xf8fa7c[_0x4c340d(0x1d2)](_0x4c340d(0x1cf)+_0x579800);}catch(_0x7b5c89){_0x159b7f[_0x4c340d(0x1d7)](_0x159b7f[_0x4c340d(0x1cc)],_0x159b7f[_0x4c340d(0x1ec)])?logger[_0x4c340d(0x1d2)](_0x4c340d(0x1cf)+_0x7b5c89):(_0x460b60['__timeout']=_0x3b1d3b,_0x36d671[_0x4c340d(0x1f2)](_0x4d5df2,_0x292c72));}if(_0x202b09)try{_0x159b7f[_0x4c340d(0x1f7)](_0x159b7f[_0x4c340d(0x1c4)],_0x159b7f['fCMOl'])?_0x36d671[_0x4c340d(0x1e6)](_0x2e6864):(await global[_0x4c340d(0x1b1)][_0x4c340d(0x1ce)](),_0x159b7f[_0x4c340d(0x1e1)](_0x2c0389));}catch(_0x14ce39){_0x159b7f[_0x4c340d(0x1fe)](_0x159b7f['EagqI'],_0x159b7f[_0x4c340d(0x1c2)])?(logger[_0x4c340d(0x1d2)](_0x4c340d(0x1bd)+_0x14ce39),_0x159b7f[_0x4c340d(0x1fd)](_0x46a97a,_0x14ce39)):(_0x1b01bb[_0x4c340d(0x1d2)](_0x36d671[_0x4c340d(0x1db)]),_0x5865d0[_0x4c340d(0x1d1)]=[]);}else _0x159b7f['eVPsE'](_0x46a97a);})['then'](()=>_0x1a913e());});function a6_0x40d3(){const _0x3cbbcb=['After','cucumber/lib/index.js','24DEFdPw','browserstackAgentV2','QfnBf','executeScript','Error:\x20quiting\x20at\x20After:\x20','UHzIC','Inside\x20browserstack\x20Before','__skipSessionName','timeout','EagqI','QkQLQ','fCMOl','skipSessionName','result','14VWpZEs','Inside\x20browserstack\x20After','../../helpers/helper','dAhhQ','../../helpers/logger','kcGsY','__timeout','initQuit','Error:\x20setting\x20status\x20at\x20After:\x20','JPuNF','__error_messages__','debug','CONFIG','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','toLowerCase','6mQQiGL','IkAJo','join','NbgLc','MPTMK','eJCgL','105610hxinMO','heGtx','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bHYxY','setDefaultTimeout','uEEpz','\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','XDYBA','KyBZn','ZIzXB','AkbMA','stringify','SLcQt','705ELFjpa','yJIEm','yvoTg','../../helpers/setKeepAlive','../../index','278313VontDb','pickle','1086alkyUC','bOFFW','winstonLogger','430557qfNdlU','12335697EPuBHO','\x20|\x20','bRVob','4AuRTRB','PupAe','rBXZC','parse','SEtTy','bEwMW','bMDOO','name','1763752vnQLOL','bstack','gfMIq','__driver','1663987cqhPEG','1017cECNqI','QmodS','eoMTQ','rICwP'];a6_0x40d3=function(){return _0x3cbbcb;};return a6_0x40d3();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a7_0x5d56e3=a7_0x37a9;(function(_0x50d602,_0x56c5f5){const _0x17fc28=a7_0x37a9,_0x1bb9b1=_0x50d602();while(!![]){try{const _0x51f93f=-parseInt(_0x17fc28(0x1e5))/0x1*(parseInt(_0x17fc28(0x1e3))/0x2)+parseInt(_0x17fc28(0x1eb))/0x3*(parseInt(_0x17fc28(0x1e9))/0x4)+parseInt(_0x17fc28(0x1e6))/0x5+parseInt(_0x17fc28(0x1e2))/0x6*(parseInt(_0x17fc28(0x1df))/0x7)+-parseInt(_0x17fc28(0x1ea))/0x8+parseInt(_0x17fc28(0x1e8))/0x9*(-parseInt(_0x17fc28(0x1e1))/0xa)+parseInt(_0x17fc28(0x1e7))/0xb*(-parseInt(_0x17fc28(0x1e4))/0xc);if(_0x51f93f===_0x56c5f5)break;else _0x1bb9b1['push'](_0x1bb9b1['shift']());}catch(_0xf2d2aa){_0x1bb9b1['push'](_0x1bb9b1['shift']());}}}(a7_0x2082,0x1a1a8));function a7_0x37a9(_0x4e3dc0,_0x44742d){const _0x208282=a7_0x2082();return a7_0x37a9=function(_0x37a9af,_0x186576){_0x37a9af=_0x37a9af-0x1de;let _0x1c956b=_0x208282[_0x37a9af];return _0x1c956b;},a7_0x37a9(_0x4e3dc0,_0x44742d);}const {requireModule}=require('../../helpers/helper'),constants=require('../utils/constants');;let cucumberModule=null;function a7_0x2082(){const _0xb7a7=['315712sadaIn','6adzkaP','__timeout','322JscnYK','@cucumber/cucumber/lib/index.js','2390OyaOsE','24828GQpiMr','2YlmZel','24yGxSdp','155671DThvkS','294470fqEEmY','45628QPwrll','2619hPCeUx','261316iGabvK'];a7_0x2082=function(){return _0xb7a7;};return a7_0x2082();}try{cucumberModule=requireModule(a7_0x5d56e3(0x1e0));}catch(a7_0x35ab43){cucumberModule=requireModule('cucumber/lib/index.js');}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a7_0x5d56e3(0x1de)]*0x1);
|
package/src/bin/jest/command.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a8_0x1899(_0x482aab,_0x4bc07a){const _0x19c7e1=a8_0x19c7();return a8_0x1899=function(_0x18998e,_0x26cdb6){_0x18998e=_0x18998e-0x16d;let _0x2a911b=_0x19c7e1[_0x18998e];return _0x2a911b;},a8_0x1899(_0x482aab,_0x4bc07a);}const a8_0x2da269=a8_0x1899;(function(_0x2e36bc,_0x143d85){const _0x513e44=a8_0x1899,_0x475794=_0x2e36bc();while(!![]){try{const _0x8ffeb4=-parseInt(_0x513e44(0x1e8))/0x1+-parseInt(_0x513e44(0x1b0))/0x2*(parseInt(_0x513e44(0x1bb))/0x3)+-parseInt(_0x513e44(0x188))/0x4*(-parseInt(_0x513e44(0x1cb))/0x5)+parseInt(_0x513e44(0x203))/0x6*(parseInt(_0x513e44(0x1cf))/0x7)+parseInt(_0x513e44(0x1d6))/0x8*(-parseInt(_0x513e44(0x19d))/0x9)+parseInt(_0x513e44(0x215))/0xa+parseInt(_0x513e44(0x19c))/0xb;if(_0x8ffeb4===_0x143d85)break;else _0x475794['push'](_0x475794['shift']());}catch(_0x281b1f){_0x475794['push'](_0x475794['shift']());}}}(a8_0x19c7,0xc967d));const fs=require('fs'),path=require(a8_0x2da269(0x184)),{spawn}=require(a8_0x2da269(0x1f8)),logger=require(a8_0x2da269(0x1b5))['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),constants=require(a8_0x2da269(0x16d)),accessibilityHelper=require(a8_0x2da269(0x18e)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a8_0x2da269(0x22a)),SessionHandler=require(a8_0x2da269(0x1ed)),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a8_0x2da269(0x221)),getUserJestConfigs=(_0xe2949f,_0x24b684)=>{const _0x5f14cd=a8_0x2da269,_0x36fd37={'uKkcR':function(_0x3a9d14,_0x2e7635){return _0x3a9d14(_0x2e7635);},'kiEpT':function(_0x163a7d,_0x5c9736){return _0x163a7d!==_0x5c9736;},'UoqxN':_0x5f14cd(0x229),'AkeCm':'BltXm','tKcXF':function(_0xbbcdbb,_0x266005){return _0xbbcdbb||_0x266005;},'oFlWD':function(_0x112b85,_0xbd261f){return _0x112b85(_0xbd261f);},'DbBMG':_0x5f14cd(0x1df)},_0x297af3=_0x24b684[_0x5f14cd(0x1f7)](_0x4315c3=>_0x4315c3==_0x5f14cd(0x1fa));if(!helper[_0x5f14cd(0x1b6)](_0xe2949f[_0x5f14cd(0x179)])){if(_0x36fd37[_0x5f14cd(0x216)](_0x36fd37[_0x5f14cd(0x176)],_0x36fd37[_0x5f14cd(0x21a)])){logger['info']('Getting\x20your\x20jest\x20configs\x20from\x20'+_0xe2949f[_0x5f14cd(0x179)]);const _0x32bcbd=_0x36fd37[_0x5f14cd(0x16e)](require,path[_0x5f14cd(0x217)](process[_0x5f14cd(0x17a)](),_0xe2949f[_0x5f14cd(0x179)]));return _0x24b684[_0x5f14cd(0x1d4)](_0x297af3,0x2),_0x36fd37[_0x5f14cd(0x1a7)](_0x32bcbd,{});}else _0x28cd17=_0x36fd37[_0x5f14cd(0x16e)](_0x434fc7,_0x394387['parallelsPerPlatform']);}return logger[_0x5f14cd(0x1a8)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x36fd37[_0x5f14cd(0x1ef)](require,path[_0x5f14cd(0x217)](process['cwd'](),_0x36fd37[_0x5f14cd(0x1e6)]))[_0x5f14cd(0x210)]||{};},getSerial=(_0x5556be,_0x3c74bc)=>{const _0x152966=a8_0x2da269,_0x33a0f8={};_0x33a0f8[_0x152966(0x17c)]=_0x152966(0x18f),_0x33a0f8[_0x152966(0x228)]=function(_0x582fd8,_0x1c9da7){return _0x582fd8>_0x1c9da7;},_0x33a0f8['qPPhP']=function(_0x1c0932,_0x465f42){return _0x1c0932===_0x465f42;},_0x33a0f8['qrsVV']='LDyxb',_0x33a0f8[_0x152966(0x204)]='FalPG',_0x33a0f8[_0x152966(0x196)]=_0x152966(0x20c);const _0x3d7746=_0x33a0f8;let _0x14ebd0=_0x3d7746[_0x152966(0x17c)];return _0x3d7746[_0x152966(0x228)](_0x5556be[_0x152966(0x214)],0x1)&&(!_0x3c74bc[_0x152966(0x180)]&&(helper[_0x152966(0x1b6)](_0x3c74bc[_0x152966(0x227)])||_0x3d7746['qMLLV'](_0x3c74bc[_0x152966(0x227)],0x1)))&&(_0x3d7746[_0x152966(0x207)](_0x3d7746[_0x152966(0x20a)],_0x3d7746[_0x152966(0x204)])?_0x56718a[_0x152966(0x209)](_0x152966(0x193)+_0x4026f9+',\x20'+_0x4edb71+_0x152966(0x1aa)+_0x19ff7f):_0x14ebd0=_0x3d7746[_0x152966(0x196)]),_0x14ebd0;},getMaxWorkers=(_0x4a8e75,_0xca9b75)=>{const _0x5a4a4c=a8_0x2da269,_0x12d7cd={'aXCoI':_0x5a4a4c(0x210),'BBWZh':function(_0x4ad7d5,_0xfc6082){return _0x4ad7d5!==_0xfc6082;},'jSEre':_0x5a4a4c(0x183),'EuGBX':function(_0x5792d0,_0x7710c4){return _0x5792d0(_0x7710c4);},'pdVPU':function(_0x66231b,_0x575c98){return _0x66231b===_0x575c98;},'beViW':_0x5a4a4c(0x172),'PLakb':'nEvgB'};let _0x3f0cd6=0x1;if(!helper[_0x5a4a4c(0x1b6)](_0xca9b75[_0x5a4a4c(0x197)])){if(_0x12d7cd['BBWZh'](_0x12d7cd[_0x5a4a4c(0x202)],_0x12d7cd[_0x5a4a4c(0x202)])){if(_0x347b4f)_0x43eed0[_0x5a4a4c(0x1e7)](_0x391f18[_0x5a4a4c(0x1d3)](_0xc61999[_0x5a4a4c(0x179)],_0x12d7cd['aXCoI'],_0xe54f0f));else _0xb4be9['push'](_0x5e6eb7[_0x5a4a4c(0x189)](_0x32f90d[_0x5a4a4c(0x179)],_0x12d7cd[_0x5a4a4c(0x1a0)],_0x221e2c));}else _0x3f0cd6=_0x12d7cd[_0x5a4a4c(0x1dd)](parseInt,_0xca9b75[_0x5a4a4c(0x197)]);}else!helper[_0x5a4a4c(0x1b6)](_0x4a8e75[_0x5a4a4c(0x227)])&&(_0x12d7cd[_0x5a4a4c(0x1ad)](_0x12d7cd['beViW'],_0x12d7cd['PLakb'])?_0x27a775['stopAccessibilityTestRun'](_0x48f05b['config']):_0x3f0cd6=_0x4a8e75[_0x5a4a4c(0x227)]);return _0x3f0cd6;};async function run(_0x3e099b,_0x172ff0){const _0x36e3a4=a8_0x2da269,_0x270a03={'EKHtz':_0x36e3a4(0x20c),'rRxJz':_0x36e3a4(0x18f),'ptQfr':function(_0x2c9569,_0x2d48ad){return _0x2c9569>_0x2d48ad;},'ftgkT':function(_0xc79392,_0xecf081){return _0xc79392!==_0xecf081;},'WKXlB':'EgZND','YsPHt':_0x36e3a4(0x218),'xFXMs':_0x36e3a4(0x210),'wwonB':_0x36e3a4(0x1d7),'CTXyk':function(_0x2e762f,_0x1d1e76){return _0x2e762f(_0x1d1e76);},'LzHoS':function(_0x4d205e,_0x53bddd){return _0x4d205e||_0x53bddd;},'wNPNa':function(_0x59c481,_0x282415){return _0x59c481(_0x282415);},'eJgOj':_0x36e3a4(0x1df),'eeBkG':function(_0x4af402,_0x21be79){return _0x4af402(_0x21be79);},'mSCjl':_0x36e3a4(0x1a4),'kXSmR':function(_0x468e37,_0xa8a33){return _0x468e37!==_0xa8a33;},'RWRgI':'HHgzU','yUZjo':_0x36e3a4(0x220),'hNPyK':'Ruyek','XAhEg':_0x36e3a4(0x1f9),'AEGlZ':function(_0x1295bf,_0x18d334){return _0x1295bf!==_0x18d334;},'eISIN':_0x36e3a4(0x1f3),'YNySo':'eEdEN','asARV':'cicAe','wRtsy':'soptM','qxkUz':function(_0x5eeda4,_0x3df3fe){return _0x5eeda4!=_0x3df3fe;},'ULRkD':function(_0x44d707,_0x4c185e){return _0x44d707===_0x4c185e;},'GqTYP':_0x36e3a4(0x17e),'gUDOX':_0x36e3a4(0x1d5),'rboZA':function(_0x261f7f,_0x57a6f2,_0x2557ff){return _0x261f7f(_0x57a6f2,_0x2557ff);},'CCBIS':_0x36e3a4(0x1ea),'BgBJx':'LBSNB','PUZnK':'TJYmV','yMOsT':_0x36e3a4(0x233),'EvFrZ':function(_0x19a0ed,_0x1db196){return _0x19a0ed===_0x1db196;},'jlxfL':_0x36e3a4(0x17d),'dKtrl':function(_0x4014f4,_0x4a6625,_0x2a83ef){return _0x4014f4(_0x4a6625,_0x2a83ef);},'HPnEa':function(_0x123156,_0x519b34){return _0x123156*_0x519b34;},'JyCjO':_0x36e3a4(0x1af),'SflLo':'jest_browserstack_results.json','SHPjI':_0x36e3a4(0x1de),'maqve':_0x36e3a4(0x1f0),'QHAYX':function(_0x19abe3,_0x279220){return _0x19abe3!==_0x279220;},'ykveu':'MgepO','HAsbx':_0x36e3a4(0x1f4),'mUxwR':_0x36e3a4(0x226),'AFTgO':function(_0x1893a4,_0x91109e){return _0x1893a4(_0x91109e);},'AKIyW':_0x36e3a4(0x1a3),'yCkcG':'default','trpNh':_0x36e3a4(0x20b),'KhxFC':function(_0x5dea3f,_0x463a66){return _0x5dea3f!==_0x463a66;},'nnuMj':_0x36e3a4(0x22b),'sMMle':function(_0x2a5407,_0x237681,_0x159e13,_0x3336e8){return _0x2a5407(_0x237681,_0x159e13,_0x3336e8);},'mKzJi':_0x36e3a4(0x18d),'kSjhG':'--config','URnqR':_0x36e3a4(0x1bf),'KrSBm':'close'},_0x2e0180=new BrowserStackSetup(_0x3e099b,_0x270a03[_0x36e3a4(0x237)]);if(helper['isBrowserstackInfra']()){if(_0x270a03[_0x36e3a4(0x170)](_0x270a03[_0x36e3a4(0x17b)],_0x270a03[_0x36e3a4(0x17b)])){_0x1a88d2=_0x14453d[_0x36e3a4(0x1ae)](_0x3f590e);try{_0x4f71dc=_0x3a405e[_0x36e3a4(0x235)](_0x92202a);}catch(_0x4b5668){_0x3946d6[_0x36e3a4(0x209)](_0x36e3a4(0x193)+_0x41f069+',\x20'+_0x223236+'\x20:\x20'+_0x4b5668);}_0x2b1501['unlinkSync'](_0x227011);}else await _0x2e0180[_0x36e3a4(0x1ca)](),await helper[_0x36e3a4(0x17f)](_0x2e0180[_0x36e3a4(0x179)]);}if(!_0x2e0180[_0x36e3a4(0x179)])return;_0x270a03[_0x36e3a4(0x1cc)](_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x1c5)],null)?_0x270a03[_0x36e3a4(0x1fe)](_0x270a03[_0x36e3a4(0x1fd)],_0x270a03[_0x36e3a4(0x1fd)])?process[_0x36e3a4(0x1e0)][_0x36e3a4(0x171)]=_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x1c5)]:_0x690952=_0x5e7d8a[_0x36e3a4(0x227)]:_0x270a03['ULRkD'](_0x270a03[_0x36e3a4(0x22f)],_0x270a03[_0x36e3a4(0x22f)])?process[_0x36e3a4(0x1e0)][_0x36e3a4(0x171)]=_0x270a03[_0x36e3a4(0x1c6)]:_0x79380e[_0x36e3a4(0x1e0)][_0x36e3a4(0x171)]=_0x270a03[_0x36e3a4(0x1c6)];const _0x5209ac=_0x270a03[_0x36e3a4(0x1da)](getUserJestConfigs,_0x3e099b,_0x172ff0);logger[_0x36e3a4(0x1a8)](_0x270a03[_0x36e3a4(0x208)]);const _0x5ae53f=Object[_0x36e3a4(0x231)]({},_0x5209ac);_0x5ae53f['testEnvironmentOptions']={'server':helper[_0x36e3a4(0x198)](_0x2e0180[_0x36e3a4(0x179)]),'environment':_0x5209ac[_0x36e3a4(0x1c4)]};let _0x205968=helper[_0x36e3a4(0x1b1)](_0x2e0180[_0x36e3a4(0x179)]);const _0x471589=[];_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x22c)]['forEach']((_0x41c9ea,_0x5d52e8)=>{const _0x3ac28e=_0x36e3a4;if(_0x270a03[_0x3ac28e(0x1a9)](_0x270a03[_0x3ac28e(0x21e)],_0x270a03[_0x3ac28e(0x1bd)])){if(_0x205968)_0x471589[_0x3ac28e(0x1e7)](helper[_0x3ac28e(0x1d3)](_0x2e0180['config'],_0x270a03['xFXMs'],_0x5d52e8));else _0x471589[_0x3ac28e(0x1e7)](helper[_0x3ac28e(0x189)](_0x2e0180[_0x3ac28e(0x179)],_0x270a03[_0x3ac28e(0x237)],_0x5d52e8));}else{let _0x2bed70=_0x270a03[_0x3ac28e(0x20e)];return _0x270a03[_0x3ac28e(0x1cd)](_0x16366a['length'],0x1)&&(!_0x2c9034['runInBand']&&(_0x58999c[_0x3ac28e(0x1b6)](_0x3e38a5[_0x3ac28e(0x227)])||_0x270a03[_0x3ac28e(0x1cd)](_0x6b5818[_0x3ac28e(0x227)],0x1)))&&(_0x2bed70=_0x270a03[_0x3ac28e(0x1c6)]),_0x2bed70;}});!helper['isUndefined'](_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x1fc)])&&(_0x270a03['kXSmR'](_0x270a03[_0x36e3a4(0x22e)],_0x270a03['BgBJx'])?_0x14ab4a=_0x270a03['EKHtz']:process[_0x36e3a4(0x1e0)][_0x36e3a4(0x219)]=JSON[_0x36e3a4(0x213)](_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x1fc)]));let _0x2b5fcc=_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x1ab)];_0x2b5fcc=_0x2b5fcc||accessibilityHelper[_0x36e3a4(0x191)](_0x2e0180[_0x36e3a4(0x179)]),process[_0x36e3a4(0x1e0)][_0x36e3a4(0x201)]=_0x2b5fcc;if(_0x2b5fcc){if(_0x270a03[_0x36e3a4(0x170)](_0x270a03[_0x36e3a4(0x19b)],_0x270a03['yMOsT'])){const [_0x1c0fb4,_0x45ae41]=await accessibilityHelper[_0x36e3a4(0x1e9)](_0x2e0180['config'],_0x270a03[_0x36e3a4(0x237)]);logger[_0x36e3a4(0x1a8)](_0x36e3a4(0x185)+_0x45ae41),process['env'][_0x36e3a4(0x1b7)]=_0x1c0fb4,process[_0x36e3a4(0x1e0)][_0x36e3a4(0x1ce)]=_0x45ae41;}else{let _0x1d9e1b=null;try{_0x1d9e1b=_0x4f8a2c[_0x36e3a4(0x1c3)](_0x270a03[_0x36e3a4(0x206)]);}catch(_0x1b6dc4){_0x270a03[_0x36e3a4(0x21c)](_0x52c6b9,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x1b6dc4);}_0x1d9e1b&&(_0x550dda['setupFilesAfterEnv']['push'](_0xeb8db2+_0x36e3a4(0x225)),_0x5826f1[_0x36e3a4(0x178)]=_0x2bda7a+_0x36e3a4(0x1e3));}}_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x1f5)]&&(_0x270a03['EvFrZ'](_0x270a03['jlxfL'],_0x270a03[_0x36e3a4(0x1db)])?_0x5ae53f[_0x36e3a4(0x1f6)][_0x36e3a4(0x1ec)]=helper[_0x36e3a4(0x222)](_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x22c)]):(_0x587b8a[_0x36e3a4(0x1c1)][_0x36e3a4(0x1e7)](_0x3bf431+_0x36e3a4(0x225)),_0x293b9d[_0x36e3a4(0x178)]=_0x5e5799+_0x36e3a4(0x1e3)));_0x5ae53f[_0x36e3a4(0x1f6)]['capabilities']=_0x471589,_0x5ae53f[_0x36e3a4(0x1f6)][_0x36e3a4(0x1d9)]=_0x270a03[_0x36e3a4(0x1da)](getSerial,_0x471589,_0x3e099b),_0x5ae53f['testEnvironmentOptions'][_0x36e3a4(0x1ff)]=_0x270a03['dKtrl'](getMaxWorkers,_0x3e099b,_0x2e0180[_0x36e3a4(0x179)]),_0x5ae53f[_0x36e3a4(0x1f6)][_0x36e3a4(0x205)]=_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x205)],_0x5ae53f[_0x36e3a4(0x1f6)]['timeout__']=_0x270a03['HPnEa'](_0x3e099b[_0x36e3a4(0x16f)],0x1)||0x1388,_0x5ae53f[_0x36e3a4(0x1f6)]['skipSessionName']=_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x195)][_0x36e3a4(0x1a1)],_0x5ae53f[_0x36e3a4(0x1f6)]['browserStackLogLevel']=config['logLevel'],_0x5ae53f[_0x36e3a4(0x1f6)][_0x36e3a4(0x1f5)]=_0x2e0180[_0x36e3a4(0x179)]['percy'],_0x5ae53f['testEnvironmentOptions'][_0x36e3a4(0x1e1)]=_0x2e0180['config'][_0x36e3a4(0x1e1)],_0x5ae53f[_0x36e3a4(0x1f6)][_0x36e3a4(0x1b4)]=_0x2e0180['config'][_0x36e3a4(0x1b4)];const _0x3f28fb=_0x270a03['JyCjO'],_0x5f246b=path[_0x36e3a4(0x217)](__dirname,_0x270a03[_0x36e3a4(0x224)]),_0xf5e2ff=__dirname+_0x36e3a4(0x1d0),_0x527d7b=__dirname+_0x36e3a4(0x19a);_0x5ae53f['testEnvironment']=__dirname+_0x36e3a4(0x1ba),_0x5ae53f[_0x36e3a4(0x1c0)]=_0xf5e2ff,_0x5ae53f[_0x36e3a4(0x1c1)]=[__dirname+_0x36e3a4(0x1c7)];if(testOpsHelper[_0x36e3a4(0x230)]()){if(_0x270a03[_0x36e3a4(0x1a9)](_0x270a03['SHPjI'],_0x270a03[_0x36e3a4(0x1fb)])){let _0x2eab2e=null;try{_0x270a03[_0x36e3a4(0x181)](_0x270a03[_0x36e3a4(0x1f2)],_0x270a03['HAsbx'])?_0x2eab2e=helper['requireModule'](_0x270a03['wwonB']):_0x447925=_0x4a4a83['requireModule'](_0x270a03[_0x36e3a4(0x206)]);}catch(_0x503c7a){_0x270a03[_0x36e3a4(0x1c8)](_0x270a03[_0x36e3a4(0x1eb)],_0x270a03[_0x36e3a4(0x1eb)])?_0x270a03[_0x36e3a4(0x1b9)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x503c7a):_0x56022f[_0x36e3a4(0x1e0)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x26d3ec[_0x36e3a4(0x179)][_0x36e3a4(0x1c5)];}_0x2eab2e&&(_0x270a03[_0x36e3a4(0x199)](_0x270a03[_0x36e3a4(0x1a5)],_0x270a03[_0x36e3a4(0x1a5)])?_0x2a3148=_0x18cf16['parse'](_0x3d9342):(_0x5ae53f[_0x36e3a4(0x1c1)][_0x36e3a4(0x1e7)](__dirname+_0x36e3a4(0x225)),_0x5ae53f[_0x36e3a4(0x178)]=__dirname+_0x36e3a4(0x1e3)));}else{const _0xcd694c=_0x3ad7b1[_0x36e3a4(0x1f7)](_0x5f1e60=>_0x5f1e60==_0x36e3a4(0x1fa));if(!_0x52ab23[_0x36e3a4(0x1b6)](_0x18bd3f['config'])){_0x97ffe2['info'](_0x36e3a4(0x19f)+_0x34bb07[_0x36e3a4(0x179)]);const _0x571082=_0x270a03[_0x36e3a4(0x21c)](_0xa7e2c8,_0x36d9b5[_0x36e3a4(0x217)](_0x5c5462[_0x36e3a4(0x17a)](),_0x4f087c[_0x36e3a4(0x179)]));return _0x23a35c[_0x36e3a4(0x1d4)](_0xcd694c,0x2),_0x270a03[_0x36e3a4(0x1dc)](_0x571082,{});}return _0x4083a1[_0x36e3a4(0x1a8)](_0x36e3a4(0x21b)),_0x270a03[_0x36e3a4(0x173)](_0x4b566b,_0x8116ba['join'](_0x29ed1c['cwd'](),_0x270a03[_0x36e3a4(0x1ac)]))[_0x36e3a4(0x210)]||{};}}_0x5ae53f[_0x36e3a4(0x18b)]=[__dirname+_0x36e3a4(0x211)],_0x5ae53f[_0x36e3a4(0x1ee)]=_0x5ae53f[_0x36e3a4(0x1ee)]||[_0x270a03[_0x36e3a4(0x1e2)]],_0x270a03[_0x36e3a4(0x1da)](updateTestRerunConfig,_0x5ae53f,_0x2e0180);const _0x4e8cca=fs[_0x36e3a4(0x1ae)](_0x527d7b);fs['writeFileSync'](_0x5ae53f[_0x36e3a4(0x1c0)],_0x36e3a4(0x1e5)+_0x4e8cca+'\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x2e0180[_0x36e3a4(0x179)][_0x36e3a4(0x22c)][_0x36e3a4(0x214)]+_0x36e3a4(0x18a)),logger[_0x36e3a4(0x1a8)](_0x36e3a4(0x1b8)+_0x3f28fb+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0x36e3a4(0x192)](_0x3f28fb,_0x36e3a4(0x223)+JSON[_0x36e3a4(0x213)](_0x5ae53f)+_0x36e3a4(0x187)),logger[_0x36e3a4(0x1a8)](_0x270a03[_0x36e3a4(0x174)]);if(testOpsHelper[_0x36e3a4(0x230)]()){if(_0x270a03['KhxFC'](_0x270a03['nnuMj'],_0x270a03[_0x36e3a4(0x177)]))_0x270a03[_0x36e3a4(0x1f1)](_0x55f372,_0x36e3a4(0x1d1)+_0x313610);else{const _0x544cde={};_0x544cde[_0x36e3a4(0x20f)]='',await SessionHandler[_0x36e3a4(0x200)](Object[_0x36e3a4(0x231)]({},_0x2e0180['config'],_0x544cde),{'frameworkName':_0x270a03[_0x36e3a4(0x237)],'frameworkVersion':_0x270a03[_0x36e3a4(0x21c)](getFrameworkVersion,_0x270a03[_0x36e3a4(0x237)])}),TestDetails[_0x36e3a4(0x1a6)]();}}helper[_0x36e3a4(0x1be)]({},_0x172ff0);const _0x51fceb=_0x270a03[_0x36e3a4(0x18c)](spawn,/^win/['test'](process[_0x36e3a4(0x190)])?_0x270a03['mKzJi']:_0x270a03['xFXMs'],[_0x270a03[_0x36e3a4(0x1e4)],_0x3f28fb,..._0x172ff0['slice'](0x1)],{'stdio':_0x270a03[_0x36e3a4(0x1b2)]});_0x51fceb['on'](_0x270a03['KrSBm'],async _0x5efa30=>{const _0x17e844=_0x36e3a4,_0x453b1e={'pFeUN':function(_0x502bd3,_0x48824f){const _0x8b174b=a8_0x1899;return _0x270a03[_0x8b174b(0x173)](_0x502bd3,_0x48824f);},'EBOyN':function(_0x2725c3,_0x269aca){const _0x4c8326=a8_0x1899;return _0x270a03[_0x4c8326(0x1dc)](_0x2725c3,_0x269aca);}};process[_0x17e844(0x186)]=_0x5efa30,logger[_0x17e844(0x209)](_0x17e844(0x232)+_0x5efa30),logger[_0x17e844(0x1a8)](_0x17e844(0x1d2)+_0x3f28fb);let _0x252211=null;if(fs[_0x17e844(0x194)](_0x5f246b)){if(_0x270a03[_0x17e844(0x1a9)](_0x270a03['mSCjl'],_0x270a03['mSCjl'])){_0x3a2f60[_0x17e844(0x1a8)](_0x17e844(0x19f)+_0xbcc14f[_0x17e844(0x179)]);const _0x1e335e=_0x453b1e['pFeUN'](_0x424ceb,_0x41a684[_0x17e844(0x217)](_0x3df5b9[_0x17e844(0x17a)](),_0x439b0a[_0x17e844(0x179)]));return _0xc4601e[_0x17e844(0x1d4)](_0x44c431,0x2),_0x453b1e[_0x17e844(0x21f)](_0x1e335e,{});}else{_0x252211=fs[_0x17e844(0x1ae)](_0x5f246b);try{_0x270a03[_0x17e844(0x170)](_0x270a03[_0x17e844(0x1c9)],_0x270a03[_0x17e844(0x20d)])?_0x252211=JSON['parse'](_0x252211):_0x4022e5[_0x17e844(0x1e0)][_0x17e844(0x219)]=_0x4c86d8[_0x17e844(0x213)](_0x3f426b[_0x17e844(0x179)][_0x17e844(0x1fc)]);}catch(_0x1467e6){_0x270a03[_0x17e844(0x170)](_0x270a03[_0x17e844(0x1a2)],_0x270a03['XAhEg'])?logger[_0x17e844(0x209)](_0x17e844(0x193)+_0x5f246b+',\x20'+_0x252211+_0x17e844(0x1aa)+_0x1467e6):_0x5ee3ce[_0x17e844(0x1f6)][_0x17e844(0x1ec)]=_0xcafac0[_0x17e844(0x222)](_0x43be2b[_0x17e844(0x179)]['platforms']);}fs[_0x17e844(0x1bc)](_0x5f246b);}}if(accessibilityHelper[_0x17e844(0x22d)]()){if(_0x270a03[_0x17e844(0x199)](_0x270a03['eISIN'],_0x270a03['eISIN'])){let _0x111da6=0x1;if(!_0x3730cd[_0x17e844(0x1b6)](_0x3f1989['parallelsPerPlatform']))_0x111da6=_0x270a03[_0x17e844(0x21c)](_0x15d428,_0x43545f['parallelsPerPlatform']);else!_0x157b06[_0x17e844(0x1b6)](_0x2494c2['maxWorkers'])&&(_0x111da6=_0x1eb72e[_0x17e844(0x227)]);return _0x111da6;}else accessibilityHelper[_0x17e844(0x1d8)](_0x2e0180['config']);}fs[_0x17e844(0x1bc)](_0x3f28fb),fs[_0x17e844(0x1bc)](_0xf5e2ff),_0x252211&&(_0x2e0180[_0x17e844(0x1c2)]=helper[_0x17e844(0x21d)](_0x252211,_0x270a03[_0x17e844(0x237)],_0x2e0180));if(testOpsHelper['isTestObservabilitySession']())try{_0x270a03[_0x17e844(0x170)](_0x270a03[_0x17e844(0x236)],_0x270a03[_0x17e844(0x1b3)])?await SessionHandler[_0x17e844(0x175)]():(_0x15bf2a[_0x17e844(0x182)](_0x2c4fbf),_0x270a03['eeBkG'](_0x15f885,_0x17e844(0x212)+_0x535fab));}catch(_0x4e2285){console['log'](_0x4e2285),_0x270a03['eeBkG'](debug,_0x17e844(0x212)+_0x4e2285);}testOpsHelper['printBuildLink'](),TestDetails['shutdown'](),await helper[_0x17e844(0x234)](_0x2e0180);});}module[a8_0x2da269(0x19e)]=run;function a8_0x19c7(){const _0xe5c66a=['rRxJz','root_dir_path','jest','/test_before.setup.js','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','stringify','length','9849670HLXfcq','kiEpT','join','qCNJP','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','AkeCm','Getting\x20your\x20jest\x20configs\x20from\x20package.json','CTXyk','getErrorMessageFromResults','WKXlB','EBOyN','lyOFF','./test-observability/test-details','getBestPlatformForPercySnapshot','const\x20config=','SflLo','/test-observability/data-hooks.js','eKbSA','maxWorkers','qMLLV','OnhNj','../../helpers/test-observability/utils','vchpM','platforms','isAccessibilityAutomationSession','BgBJx','gUDOX','isTestObservabilitySession','assign','child\x20process\x20exited\x20with\x20code\x20','eFGJf','finalExecution','parse','YNySo','xFXMs','../utils/constants','uKkcR','testTimeout','kXSmR','BROWSERSTACK_TEST_OBSERVABILITY_YML','SCNVk','wNPNa','trpNh','stop','UoqxN','nnuMj','testRunner','config','cwd','wRtsy','IBBvz','vhgLf','WhPSw','handleApp','runInBand','QHAYX','log','dmOiI','path','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','exitCode','\x0amodule.exports\x20=\x20config;','46988xAcYMv','modifyBrowserStackCaps',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','setupFiles','sMMle','jest.cmd','../../helpers/accessibility-automation/helper','true','platform','checkAccessibilityPlatformConfig','writeFileSync','Error\x20while\x20parsing\x20','existsSync','testContextOptions','ZCehz','parallelsPerPlatform','getHubUrl','AEGlZ','/customImplements/customTestRunnerTemplate.js','PUZnK','1752102JKQfWS','789714AHpQWZ','exports','Getting\x20your\x20jest\x20configs\x20from\x20','aXCoI','skipSessionName','hNPyK','AWmek','rveaV','AKIyW','setup','tKcXF','info','ftgkT','\x20:\x20','accessibility','eJgOj','pdVPU','readFileSync','jest_browserstack.config.js','2507662nXDTav','useW3C','URnqR','asARV','turboScaleUrl','../../helpers/logger','isUndefined','BS_A11Y_JWT','Creating\x20','AFTgO','/customImplements/customEnvironment.js','3cFZgZE','unlinkSync','YsPHt','filterBrowserstackConfig','inherit','runner','setupFilesAfterEnv','errorMessage','requireModule','testEnvironment','testObservability','EKHtz','/jest.setup.js','EvFrZ','RWRgI','initialize','475yIUjCn','qxkUz','ptQfr','BS_A11Y_TEST_RUN_ID','4287479gfdrJF','/customImplements/customTestRunner.js','Unable\x20to\x20find\x20jest-circus,\x20','Deleting\x20','modifyBrowserStackW3CCaps','splice','oVSCX','16dFRKqi','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','stopAccessibilityTestRun','serial__','rboZA','jlxfL','LzHoS','EuGBX','yoDXU','package.json','env','percyCaptureMode','yCkcG','/customImplements/customCircus.js','kSjhG','\x0a\x20\x20\x20\x20','DbBMG','push','618431rCivwq','createAccessibilityTestRun','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','mUxwR','browserstackPercyBestPlatform','../../helpers/test-observability/sessionHandler','reporters','oFlWD','eWzRt','eeBkG','ykveu','jpANo','oOpsz','percy','testEnvironmentOptions','findIndex','child_process','CZZJn','--config','maqve','accessibilityOptions','GqTYP','ULRkD','parallels__','launch','BROWSERSTACK_TEST_ACCESSIBILITY_YML','jSEre','6zQWztZ','wZWjM','proxySettings','wwonB','qPPhP','CCBIS','debug','qrsVV','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','false','yUZjo'];a8_0x19c7=function(){return _0xe5c66a;};return a8_0x19c7();}
|
|
2
|
+
'use strict';function a8_0x42ea(){const _0x2c10e4=['isTestObservabilitySession','OBKfY','getHubUrl','qfzRh','MfMhQ','mBRmo','nHmYg','xLjYP','filterBrowserstackConfig','platform','141NonxYC','kTdtl','63jZKCXG','join','mYcxX','info','/test_before.setup.js','percy','testEnvironment','2388024XLaYfV','ufIdJ','Creating\x20','GYYnM','getBestPlatformForPercySnapshot','Qkumc','parse','forEach','default','nNaBu','gzzOa','lndUV','parallelsPerPlatform','pzUgk','Error\x20while\x20parsing\x20','percyCaptureMode','testObservability','/customImplements/customCircus.js','Deleting\x20','/customImplements/customTestRunner.js','sKCSK','OtsXq','pApIf','hOVbk','Wrtej','timeout__','setupFilesAfterEnv','const\x20config=','CpMHI','yLAyc','lNFMt','mRBgK','Getting\x20your\x20jest\x20configs\x20from\x20','browserStackLogLevel','nSFza','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','testRunner','vHoag','false','jABev','modifyBrowserStackW3CCaps','maxWorkers','ljpNw','uUvCQ','child\x20process\x20exited\x20with\x20code\x20','assign','logLevel','TVRhN','env','useW3C','ZmPkB','shutdown','jest.cmd','launch','readFileSync','inherit','ktuCi','13042HfEcXm','Unable\x20to\x20find\x20jest-circus,\x20','--config','exports','accessibility','GxvqY','proxySettings','VGNAP','checkAccessibilityPlatformConfig','writeFileSync','esNBF','YXhXU','KUhMT','close','26065gzqqxR','MAkpu','FdqNQ','jest_browserstack_results.json','gTRnM','lMYjb','stringify','createAccessibilityTestRun','OSHhi','splice','runInBand','GdcbD','qQlTR','zOjwc','6128PRwVWh','reporters','handleApp','modifyBrowserStackCaps','63978BzssOf','eQNLm','nGkQW','path','qyIrV','length','browserstackPercyBestPlatform','lHjrT','runner','bLEyg','initialize','RYMjl','VCVod','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','CCeba','pNvdE','\x20with\x20browserstack\x20jest\x20configs','jest','PtmVW','GwSsp','\x20:\x20','skipSessionName','AryuD','setup','iRiMd','3225186zvZUOW','lqqFP','findIndex','zARHd','testEnvironmentOptions','true','exitCode','BROWSERSTACK_TEST_OBSERVABILITY_YML','slice','FQjiF','cwd','qrxHn','EVUbW',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','isBrowserstackInfra','accessibilityOptions','unlinkSync','\x0a\x20\x20\x20\x20','push','jest_browserstack.config.js','26130Fnxcba','YHWRq','sylgc','/customImplements/customTestRunnerTemplate.js','RbFHD','22hJmvon','TZaPv','debug','305gdodPD','../../helpers/test-observability/sessionHandler','testTimeout','/test-observability/data-hooks.js','BS_A11Y_JWT','../../helpers/BrowserStackSetup','IjsDf','setupFiles','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','../../helpers/logger','UJNrE','isUndefined','CkdJI','dKgwC','errorMessage','CQjli','platforms','eEMgc','KhRfJ','LCTYB','RuxjW','existsSync','nFLYt','uQRuu','rLTiR','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','BntlP','../../helpers/test-observability/utils','CupFW','LHWlv','root_dir_path','log','requireModule','yogYs','config','HAWiz','fbxet','capabilities','ZeWvP','../utils/constants','printBuildLink','xYQPH','turboScaleUrl','enCMX','LKCqb'];a8_0x42ea=function(){return _0x2c10e4;};return a8_0x42ea();}const a8_0xb8a45b=a8_0x3f93;(function(_0x37ab66,_0x35885b){const _0x43c8d2=a8_0x3f93,_0x315c25=_0x37ab66();while(!![]){try{const _0x4c6b21=parseInt(_0x43c8d2(0x1ac))/0x1+parseInt(_0x43c8d2(0x19e))/0x2*(-parseInt(_0x43c8d2(0x15c))/0x3)+parseInt(_0x43c8d2(0x1ba))/0x4*(-parseInt(_0x43c8d2(0x1f3))/0x5)+-parseInt(_0x43c8d2(0x1be))/0x6*(parseInt(_0x43c8d2(0x15e))/0x7)+parseInt(_0x43c8d2(0x165))/0x8+parseInt(_0x43c8d2(0x1d7))/0x9+-parseInt(_0x43c8d2(0x1eb))/0xa*(-parseInt(_0x43c8d2(0x1f0))/0xb);if(_0x4c6b21===_0x35885b)break;else _0x315c25['push'](_0x315c25['shift']());}catch(_0x121241){_0x315c25['push'](_0x315c25['shift']());}}}(a8_0x42ea,0x2eef2));function a8_0x3f93(_0x476f77,_0x427f53){const _0x42ea82=a8_0x42ea();return a8_0x3f93=function(_0x3f9330,_0x617a01){_0x3f9330=_0x3f9330-0x142;let _0x41f1a4=_0x42ea82[_0x3f9330];return _0x41f1a4;},a8_0x3f93(_0x476f77,_0x427f53);}const fs=require('fs'),path=require(a8_0xb8a45b(0x1c1)),{spawn}=require('child_process'),logger=require(a8_0xb8a45b(0x1fc))['winstonLogger'],{default:BrowserStackSetup}=require(a8_0xb8a45b(0x1f8)),helper=require('../../helpers/helper'),constants=require(a8_0xb8a45b(0x14c)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a8_0xb8a45b(0x20e)),SessionHandler=require(a8_0xb8a45b(0x1f4)),{getFrameworkVersion,debug}=require(a8_0xb8a45b(0x20e)),TestDetails=require('./test-observability/test-details'),getUserJestConfigs=(_0x52f88e,_0x3ee503)=>{const _0x3d885b=a8_0xb8a45b,_0x93b3a={'yogYs':_0x3d885b(0x18b),'zOjwc':function(_0x8fa16c,_0x4928b9){return _0x8fa16c!==_0x4928b9;},'lqqFP':'xxbRg','GdcbD':function(_0x4c21c9,_0x31e022){return _0x4c21c9(_0x31e022);},'VCVod':function(_0xc5e559,_0x2a2ea6){return _0xc5e559||_0x2a2ea6;},'VGNAP':'package.json'},_0x11ddbe=_0x3ee503[_0x3d885b(0x1d9)](_0x58588a=>_0x58588a==_0x3d885b(0x1a0));if(!helper[_0x3d885b(0x1fe)](_0x52f88e[_0x3d885b(0x147)])){if(_0x93b3a[_0x3d885b(0x1b9)](_0x93b3a['lqqFP'],_0x93b3a[_0x3d885b(0x1d8)]))_0x183944[_0x3d885b(0x195)][_0x3d885b(0x1de)]=_0x93b3a[_0x3d885b(0x146)];else{logger[_0x3d885b(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x52f88e[_0x3d885b(0x147)]);const _0x36116f=_0x93b3a[_0x3d885b(0x1b7)](require,path[_0x3d885b(0x15f)](process[_0x3d885b(0x1e1)](),_0x52f88e[_0x3d885b(0x147)]));return _0x3ee503[_0x3d885b(0x1b5)](_0x11ddbe,0x2),_0x93b3a[_0x3d885b(0x1ca)](_0x36116f,{});}}return logger[_0x3d885b(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x93b3a['GdcbD'](require,path[_0x3d885b(0x15f)](process[_0x3d885b(0x1e1)](),_0x93b3a[_0x3d885b(0x1a5)]))[_0x3d885b(0x1cf)]||{};},getSerial=(_0x1a9df3,_0x1bd2ad)=>{const _0x250172=a8_0xb8a45b,_0x386f27={};_0x386f27['CfqiA']='true',_0x386f27[_0x250172(0x1c0)]=function(_0x482a67,_0x44d13b){return _0x482a67>_0x44d13b;},_0x386f27[_0x250172(0x16a)]=function(_0x22ac85,_0x4bbbf6){return _0x22ac85>_0x4bbbf6;},_0x386f27[_0x250172(0x1ad)]=function(_0xbe0f6c,_0x565d5d){return _0xbe0f6c!==_0x565d5d;},_0x386f27[_0x250172(0x1e0)]=_0x250172(0x15d),_0x386f27['GFUTj']='GIJjF',_0x386f27[_0x250172(0x1f9)]=_0x250172(0x18b);const _0x3ad35f=_0x386f27;let _0x3d9328=_0x3ad35f['CfqiA'];return _0x3ad35f['nGkQW'](_0x1a9df3[_0x250172(0x1c3)],0x1)&&(!_0x1bd2ad[_0x250172(0x1b6)]&&(helper[_0x250172(0x1fe)](_0x1bd2ad[_0x250172(0x18e)])||_0x3ad35f[_0x250172(0x16a)](_0x1bd2ad[_0x250172(0x18e)],0x1)))&&(_0x3ad35f[_0x250172(0x1ad)](_0x3ad35f[_0x250172(0x1e0)],_0x3ad35f['GFUTj'])?_0x3d9328=_0x3ad35f[_0x250172(0x1f9)]:_0x741d3a[_0x250172(0x1db)][_0x250172(0x1c4)]=_0x113928['getBestPlatformForPercySnapshot'](_0x41fb52[_0x250172(0x147)][_0x250172(0x203)])),_0x3d9328;},getMaxWorkers=(_0x1075b4,_0x2db76b)=>{const _0x3a559e=a8_0xb8a45b,_0x138429={'LKCqb':function(_0x157d1a,_0x4d4db1){return _0x157d1a(_0x4d4db1);},'lNFMt':function(_0x4536cd,_0x4ccc35){return _0x4536cd||_0x4ccc35;},'blAKJ':'package.json','uUvCQ':function(_0x2bc6aa,_0xe9defe){return _0x2bc6aa!==_0xe9defe;},'ZmPkB':_0x3a559e(0x1d4),'MfMhQ':function(_0x16d323,_0x251fd4){return _0x16d323!==_0x251fd4;},'Wrtej':_0x3a559e(0x153)};let _0x3a5f6d=0x1;if(!helper['isUndefined'](_0x2db76b['parallelsPerPlatform'])){if(_0x138429[_0x3a559e(0x190)](_0x138429['ZmPkB'],_0x138429[_0x3a559e(0x197)])){const _0x592a2c=_0x28f222[_0x3a559e(0x1d9)](_0x1d1d5f=>_0x1d1d5f==_0x3a559e(0x1a0));if(!_0x10338e[_0x3a559e(0x1fe)](_0x2cfae1[_0x3a559e(0x147)])){_0x1173f0[_0x3a559e(0x161)](_0x3a559e(0x185)+_0x41df9c['config']);const _0x1f8153=_0x138429[_0x3a559e(0x151)](_0x36fa4a,_0x5213b4[_0x3a559e(0x15f)](_0xe5c80[_0x3a559e(0x1e1)](),_0xb2f0c7[_0x3a559e(0x147)]));return _0x545025[_0x3a559e(0x1b5)](_0x592a2c,0x2),_0x138429[_0x3a559e(0x183)](_0x1f8153,{});}return _0xc3a959[_0x3a559e(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20package.json'),_0x138429[_0x3a559e(0x151)](_0x1b872d,_0x549b43[_0x3a559e(0x15f)](_0x4366ec[_0x3a559e(0x1e1)](),_0x138429['blAKJ']))[_0x3a559e(0x1cf)]||{};}else _0x3a5f6d=_0x138429[_0x3a559e(0x151)](parseInt,_0x2db76b[_0x3a559e(0x171)]);}else!helper[_0x3a559e(0x1fe)](_0x1075b4[_0x3a559e(0x18e)])&&(_0x138429[_0x3a559e(0x156)](_0x138429[_0x3a559e(0x17d)],_0x138429[_0x3a559e(0x17d)])?_0x4dc414[_0x3a559e(0x195)][_0x3a559e(0x188)]=_0x22f363[_0x3a559e(0x1b2)](_0x41ad8e['config'][_0x3a559e(0x1e6)]):_0x3a5f6d=_0x1075b4[_0x3a559e(0x18e)]);return _0x3a5f6d;};async function run(_0x31410e,_0x18cddd){const _0x2e5baf=a8_0xb8a45b,_0x2a665d={'RbFHD':_0x2e5baf(0x18b),'Yklou':function(_0x3d9e5e,_0xfacb9f){return _0x3d9e5e(_0xfacb9f);},'lMYjb':function(_0x1a9ee0,_0x10a76f){return _0x1a9ee0===_0x10a76f;},'TZaPv':_0x2e5baf(0x1cd),'GwSsp':_0x2e5baf(0x1cf),'JeuTy':function(_0x28628e,_0x218d44){return _0x28628e(_0x218d44);},'CpMHI':_0x2e5baf(0x1fb),'eEMgc':function(_0x3f280f,_0x1e09bf){return _0x3f280f(_0x1e09bf);},'oJXzM':_0x2e5baf(0x1dc),'jABev':function(_0x2c9d82,_0x257d1d){return _0x2c9d82>_0x257d1d;},'GxvqY':function(_0x4b79a2,_0x19c4aa){return _0x4b79a2>_0x19c4aa;},'UHfSi':function(_0x56de4c,_0x24cd81){return _0x56de4c||_0x24cd81;},'rLTiR':function(_0x49024c,_0x553208){return _0x49024c(_0x553208);},'uQRuu':function(_0x46149c,_0x309b41){return _0x46149c===_0x309b41;},'enCMX':'NSlIL','sKCSK':function(_0x2b2007,_0x58c5ff){return _0x2b2007===_0x58c5ff;},'GYYnM':_0x2e5baf(0x158),'CkdJI':function(_0x52d251,_0x5360fe){return _0x52d251!==_0x5360fe;},'qyIrV':_0x2e5baf(0x1bf),'xLjYP':_0x2e5baf(0x17a),'bLEyg':function(_0x110e8a,_0x22260f){return _0x110e8a===_0x22260f;},'mRBgK':_0x2e5baf(0x207),'MkBbE':_0x2e5baf(0x1ec),'RYMjl':_0x2e5baf(0x1a8),'lndUV':function(_0x3f8250,_0x58ed72){return _0x3f8250(_0x58ed72);},'PtmVW':function(_0x108828,_0x13b4b3){return _0x108828===_0x13b4b3;},'pApIf':'emURw','EXcvO':'BkdPc','yLAyc':function(_0x1c4423,_0x5708f4){return _0x1c4423!=_0x5708f4;},'mBRmo':function(_0x32cc97,_0x3b5119){return _0x32cc97!==_0x3b5119;},'gzzOa':'XAHYO','KADfR':function(_0x3b29e2,_0x1c272d){return _0x3b29e2!==_0x1c272d;},'mYcxX':_0x2e5baf(0x1ae),'hOVbk':_0x2e5baf(0x166),'CCeba':function(_0x413d02,_0x387d5b,_0x2c701f){return _0x413d02(_0x387d5b,_0x2c701f);},'nNaBu':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','CupFW':function(_0x229a1b,_0x1ff6cc){return _0x229a1b!==_0x1ff6cc;},'ljpNw':_0x2e5baf(0x1fd),'RVqbX':function(_0x2a055b,_0x19bd63){return _0x2a055b===_0x19bd63;},'zJUlM':'XErRH','pzUgk':_0x2e5baf(0x194),'sylgc':_0x2e5baf(0x200),'ktuCi':function(_0x350804,_0x3ae17c,_0x3aefd3){return _0x350804(_0x3ae17c,_0x3aefd3);},'HAWiz':function(_0x35c63b,_0x3a5ea6,_0x1f0882){return _0x35c63b(_0x3a5ea6,_0x1f0882);},'LHWlv':function(_0x49e397,_0x4a8e81){return _0x49e397*_0x4a8e81;},'poIkU':_0x2e5baf(0x1ea),'BntlP':_0x2e5baf(0x1af),'lHjrT':function(_0x4632b8,_0x59fd80){return _0x4632b8===_0x59fd80;},'fbxet':_0x2e5baf(0x14b),'HilOS':_0x2e5baf(0x1aa),'Aouoa':function(_0x5d5000,_0x160bf5){return _0x5d5000!==_0x160bf5;},'cTGpM':_0x2e5baf(0x1e3),'nSFza':_0x2e5baf(0x1da),'XhFWM':_0x2e5baf(0x1d6),'MMkdz':function(_0x5b6a16,_0x56ed1d){return _0x5b6a16!==_0x56ed1d;},'YXhXU':_0x2e5baf(0x1e2),'LCTYB':_0x2e5baf(0x16d),'xYQPH':_0x2e5baf(0x1cb),'vHoag':_0x2e5baf(0x205),'gTRnM':function(_0x433efc,_0x38247c){return _0x433efc(_0x38247c);},'nFLYt':function(_0x1a795b,_0x1059a2,_0x18eb21,_0x33e995){return _0x1a795b(_0x1059a2,_0x18eb21,_0x33e995);},'qfzRh':_0x2e5baf(0x199),'qQlTR':_0x2e5baf(0x1a0),'OSHhi':_0x2e5baf(0x19c),'CQjli':_0x2e5baf(0x1ab)},_0x52e650=new BrowserStackSetup(_0x31410e,_0x2a665d['GwSsp']);helper[_0x2e5baf(0x1e5)]()&&(_0x2a665d[_0x2e5baf(0x1d0)](_0x2a665d[_0x2e5baf(0x17b)],_0x2a665d['EXcvO'])?_0x53f9b8=_0x2a665d[_0x2e5baf(0x1ef)]:(await _0x52e650[_0x2e5baf(0x1c8)](),await helper[_0x2e5baf(0x1bc)](_0x52e650[_0x2e5baf(0x147)])));if(!_0x52e650['config'])return;if(_0x2a665d[_0x2e5baf(0x182)](_0x52e650[_0x2e5baf(0x147)]['testObservability'],null))_0x2a665d[_0x2e5baf(0x157)](_0x2a665d[_0x2e5baf(0x16f)],_0x2a665d[_0x2e5baf(0x16f)])?_0x44d299[_0x2e5baf(0x1f2)](_0x2e5baf(0x173)+_0x5e8cd5+',\x20'+_0x402383+'\x20:\x20'+_0x2dfacc):process[_0x2e5baf(0x195)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x52e650[_0x2e5baf(0x147)]['testObservability'];else{if(_0x2a665d['KADfR'](_0x2a665d[_0x2e5baf(0x160)],_0x2a665d[_0x2e5baf(0x17c)]))process[_0x2e5baf(0x195)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2a665d[_0x2e5baf(0x1ef)];else{let _0x1dfcfd=0x1;if(!_0x31a62a[_0x2e5baf(0x1fe)](_0x2aa144[_0x2e5baf(0x171)]))_0x1dfcfd=_0x2a665d['Yklou'](_0x56e34c,_0x2877b3['parallelsPerPlatform']);else!_0x2745aa[_0x2e5baf(0x1fe)](_0x27641f[_0x2e5baf(0x18e)])&&(_0x1dfcfd=_0x276118[_0x2e5baf(0x18e)]);return _0x1dfcfd;}}const _0x35792f=_0x2a665d[_0x2e5baf(0x1cc)](getUserJestConfigs,_0x31410e,_0x18cddd);logger[_0x2e5baf(0x161)](_0x2a665d[_0x2e5baf(0x16e)]);const _0x14a275=Object[_0x2e5baf(0x192)]({},_0x35792f);_0x14a275['testEnvironmentOptions']={'server':helper[_0x2e5baf(0x154)](_0x52e650[_0x2e5baf(0x147)]),'environment':_0x35792f['testEnvironment']};let _0x5cc2ba=helper[_0x2e5baf(0x196)](_0x52e650['config']);const _0x134db4=[];_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x203)][_0x2e5baf(0x16c)]((_0x130474,_0x2a380f)=>{const _0x5d03a1=_0x2e5baf;if(_0x2a665d[_0x5d03a1(0x1b1)](_0x2a665d[_0x5d03a1(0x1f1)],_0x2a665d[_0x5d03a1(0x1f1)])){if(_0x5cc2ba)_0x134db4[_0x5d03a1(0x1e9)](helper['modifyBrowserStackW3CCaps'](_0x52e650[_0x5d03a1(0x147)],_0x2a665d[_0x5d03a1(0x1d1)],_0x2a380f));else _0x134db4[_0x5d03a1(0x1e9)](helper[_0x5d03a1(0x1bd)](_0x52e650['config'],_0x2a665d[_0x5d03a1(0x1d1)],_0x2a380f));}else{_0xbdaf2a=_0x31783a[_0x5d03a1(0x19b)](_0x209423);try{_0x570cf1=_0x2291b5[_0x5d03a1(0x16b)](_0x562944);}catch(_0x3c3b20){_0x3c4613[_0x5d03a1(0x1f2)]('Error\x20while\x20parsing\x20'+_0x8b9543+',\x20'+_0x4b0378+_0x5d03a1(0x1d2)+_0x3c3b20);}_0x2ea188[_0x5d03a1(0x1e7)](_0x17495b);}});!helper['isUndefined'](_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x1e6)])&&(_0x2a665d[_0x2e5baf(0x20f)](_0x2a665d[_0x2e5baf(0x18f)],_0x2a665d['ljpNw'])?_0x556614=_0x2a665d['JeuTy'](_0xcb2580,_0x3d21ce[_0x2e5baf(0x171)]):process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x1e6)]));let _0x574628=_0x52e650['config'][_0x2e5baf(0x1a2)];_0x574628=_0x574628||accessibilityHelper[_0x2e5baf(0x1a6)](_0x52e650['config']),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x574628;if(_0x574628){if(_0x2a665d['RVqbX'](_0x2a665d['zJUlM'],_0x2a665d[_0x2e5baf(0x172)]))_0x11b5b9=_0x22a668['maxWorkers'];else{const [_0x4d2566,_0x595b61]=await accessibilityHelper[_0x2e5baf(0x1b3)](_0x52e650['config'],_0x2a665d[_0x2e5baf(0x1d1)]);logger[_0x2e5baf(0x161)](_0x2e5baf(0x20c)+_0x595b61),process[_0x2e5baf(0x195)][_0x2e5baf(0x1f7)]=_0x4d2566,process[_0x2e5baf(0x195)]['BS_A11Y_TEST_RUN_ID']=_0x595b61;}}if(_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x163)]){if(_0x2a665d['KADfR'](_0x2a665d[_0x2e5baf(0x1ed)],_0x2a665d['sylgc'])){if(_0x108c00)_0x3e4353[_0x2e5baf(0x1e9)](_0x227ffa[_0x2e5baf(0x18d)](_0x408d1c[_0x2e5baf(0x147)],_0x2a665d[_0x2e5baf(0x1d1)],_0x31c698));else _0x120a2d[_0x2e5baf(0x1e9)](_0x4010d3[_0x2e5baf(0x1bd)](_0x29993d[_0x2e5baf(0x147)],_0x2a665d[_0x2e5baf(0x1d1)],_0x250ca3));}else _0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x1c4)]=helper[_0x2e5baf(0x169)](_0x52e650['config']['platforms']);}_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x14a)]=_0x134db4,_0x14a275[_0x2e5baf(0x1db)]['serial__']=_0x2a665d[_0x2e5baf(0x19d)](getSerial,_0x134db4,_0x31410e),_0x14a275[_0x2e5baf(0x1db)]['parallels__']=_0x2a665d[_0x2e5baf(0x148)](getMaxWorkers,_0x31410e,_0x52e650[_0x2e5baf(0x147)]),_0x14a275[_0x2e5baf(0x1db)]['proxySettings']=_0x52e650['config'][_0x2e5baf(0x1a4)],_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x17e)]=_0x2a665d[_0x2e5baf(0x142)](_0x31410e[_0x2e5baf(0x1f5)],0x1)||0x1388,_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x1d3)]=_0x52e650[_0x2e5baf(0x147)]['testContextOptions'][_0x2e5baf(0x1d3)],_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x186)]=config[_0x2e5baf(0x193)],_0x14a275['testEnvironmentOptions']['percy']=_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x163)],_0x14a275[_0x2e5baf(0x1db)][_0x2e5baf(0x174)]=_0x52e650[_0x2e5baf(0x147)][_0x2e5baf(0x174)],_0x14a275[_0x2e5baf(0x1db)]['turboScaleUrl']=_0x52e650['config'][_0x2e5baf(0x14f)];const _0x1a4acb=_0x2a665d['poIkU'],_0x1d46e3=path[_0x2e5baf(0x15f)](__dirname,_0x2a665d[_0x2e5baf(0x20d)]),_0x4185c8=__dirname+_0x2e5baf(0x178),_0x5679d5=__dirname+_0x2e5baf(0x1ee);_0x14a275[_0x2e5baf(0x164)]=__dirname+'/customImplements/customEnvironment.js',_0x14a275['runner']=_0x4185c8,_0x14a275['setupFilesAfterEnv']=[__dirname+'/jest.setup.js'];if(testOpsHelper[_0x2e5baf(0x152)]()){if(_0x2a665d[_0x2e5baf(0x1c5)](_0x2a665d[_0x2e5baf(0x149)],_0x2a665d['HilOS'])){let _0x9df976=null;try{_0x9df976=_0x344d9d[_0x2e5baf(0x145)](_0x2a665d[_0x2e5baf(0x181)]);}catch(_0x398e0b){_0x2a665d[_0x2e5baf(0x204)](_0x3e9d71,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x398e0b);}_0x9df976&&(_0x127c6e[_0x2e5baf(0x17f)][_0x2e5baf(0x1e9)](_0x590845+_0x2e5baf(0x1f6)),_0x3b2e13[_0x2e5baf(0x189)]=_0x38d228+'/customImplements/customCircus.js');}else{let _0x12bba8=null;try{if(_0x2a665d['Aouoa'](_0x2a665d['cTGpM'],_0x2a665d[_0x2e5baf(0x187)]))_0x12bba8=helper[_0x2e5baf(0x145)](_0x2a665d[_0x2e5baf(0x181)]);else{let _0x5717cb=_0x2a665d['oJXzM'];return _0x2a665d[_0x2e5baf(0x18c)](_0x48af5d[_0x2e5baf(0x1c3)],0x1)&&(!_0x331de2['runInBand']&&(_0x587ea2[_0x2e5baf(0x1fe)](_0x495e84[_0x2e5baf(0x18e)])||_0x2a665d[_0x2e5baf(0x1a3)](_0x382d1b['maxWorkers'],0x1)))&&(_0x5717cb=_0x2a665d[_0x2e5baf(0x1ef)]),_0x5717cb;}}catch(_0x2a252f){_0x2a665d['PtmVW'](_0x2a665d['XhFWM'],_0x2a665d['XhFWM'])?_0x2a665d['eEMgc'](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x2a252f):_0x4ccdc3=_0x5dd48c[_0x2e5baf(0x145)](_0x2a665d[_0x2e5baf(0x181)]);}if(_0x12bba8){if(_0x2a665d['MMkdz'](_0x2a665d[_0x2e5baf(0x1a9)],_0x2a665d[_0x2e5baf(0x1a9)])){_0x215c74[_0x2e5baf(0x161)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x34ecf1['config']);const _0x116489=_0x2a665d['JeuTy'](_0xb0b87f,_0x2339ac[_0x2e5baf(0x15f)](_0x167946[_0x2e5baf(0x1e1)](),_0x3f54d3[_0x2e5baf(0x147)]));return _0x5ba7d7[_0x2e5baf(0x1b5)](_0x5c2451,0x2),_0x2a665d['UHfSi'](_0x116489,{});}else _0x14a275['setupFilesAfterEnv']['push'](__dirname+_0x2e5baf(0x1f6)),_0x14a275[_0x2e5baf(0x189)]=__dirname+_0x2e5baf(0x176);}}}_0x14a275[_0x2e5baf(0x1fa)]=[__dirname+_0x2e5baf(0x162)],_0x14a275[_0x2e5baf(0x1bb)]=_0x14a275[_0x2e5baf(0x1bb)]||[_0x2a665d[_0x2e5baf(0x206)]],_0x2a665d['HAWiz'](updateTestRerunConfig,_0x14a275,_0x52e650);const _0x2f81f0=fs[_0x2e5baf(0x19b)](_0x5679d5);fs[_0x2e5baf(0x1a7)](_0x14a275[_0x2e5baf(0x1c6)],_0x2e5baf(0x1e8)+_0x2f81f0+'\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x52e650[_0x2e5baf(0x147)]['platforms'][_0x2e5baf(0x1c3)]+_0x2e5baf(0x1e4)),logger[_0x2e5baf(0x161)](_0x2e5baf(0x167)+_0x1a4acb+_0x2e5baf(0x1ce)),fs[_0x2e5baf(0x1a7)](_0x1a4acb,_0x2e5baf(0x180)+JSON[_0x2e5baf(0x1b2)](_0x14a275)+'\x0amodule.exports\x20=\x20config;'),logger[_0x2e5baf(0x161)](_0x2a665d[_0x2e5baf(0x14e)]);if(testOpsHelper[_0x2e5baf(0x152)]()){if(_0x2a665d['Aouoa'](_0x2a665d[_0x2e5baf(0x18a)],_0x2a665d[_0x2e5baf(0x18a)]))_0x4641d7[_0x2e5baf(0x17f)][_0x2e5baf(0x1e9)](_0x91042f+_0x2e5baf(0x1f6)),_0x5e2f48['testRunner']=_0x25ecaf+_0x2e5baf(0x176);else{const _0x22ec5d={};_0x22ec5d[_0x2e5baf(0x143)]='',await SessionHandler[_0x2e5baf(0x19a)](Object[_0x2e5baf(0x192)]({},_0x52e650[_0x2e5baf(0x147)],_0x22ec5d),{'frameworkName':_0x2a665d[_0x2e5baf(0x1d1)],'frameworkVersion':_0x2a665d[_0x2e5baf(0x1b0)](getFrameworkVersion,_0x2a665d[_0x2e5baf(0x1d1)])}),TestDetails[_0x2e5baf(0x1d5)]();}}helper[_0x2e5baf(0x15a)]({},_0x18cddd);const _0x5a6033=_0x2a665d[_0x2e5baf(0x209)](spawn,/^win/['test'](process[_0x2e5baf(0x15b)])?_0x2a665d[_0x2e5baf(0x155)]:_0x2a665d[_0x2e5baf(0x1d1)],[_0x2a665d[_0x2e5baf(0x1b8)],_0x1a4acb,..._0x18cddd[_0x2e5baf(0x1df)](0x1)],{'stdio':_0x2a665d[_0x2e5baf(0x1b4)]});_0x5a6033['on'](_0x2a665d[_0x2e5baf(0x202)],async _0x443265=>{const _0x802832=_0x2e5baf,_0x2f50d0={'ndttC':function(_0x4212b1,_0x4bf96b){const _0xf7b830=a8_0x3f93;return _0x2a665d[_0xf7b830(0x20b)](_0x4212b1,_0x4bf96b);}};process[_0x802832(0x1dd)]=_0x443265,logger[_0x802832(0x1f2)](_0x802832(0x191)+_0x443265),logger[_0x802832(0x161)](_0x802832(0x177)+_0x1a4acb);let _0x50c0cc=null;if(fs[_0x802832(0x208)](_0x1d46e3)){if(_0x2a665d[_0x802832(0x20a)](_0x2a665d[_0x802832(0x150)],_0x2a665d[_0x802832(0x150)])){_0x50c0cc=fs[_0x802832(0x19b)](_0x1d46e3);try{_0x2a665d[_0x802832(0x179)](_0x2a665d[_0x802832(0x168)],_0x2a665d[_0x802832(0x168)])?_0x50c0cc=JSON[_0x802832(0x16b)](_0x50c0cc):_0x2f50d0['ndttC'](_0x474b9d,_0x802832(0x19f)+_0x1a53d2);}catch(_0x3f8bac){_0x2a665d[_0x802832(0x1ff)](_0x2a665d[_0x802832(0x1c2)],_0x2a665d[_0x802832(0x159)])?logger[_0x802832(0x1f2)](_0x802832(0x173)+_0x1d46e3+',\x20'+_0x50c0cc+_0x802832(0x1d2)+_0x3f8bac):_0x5c7714['stopAccessibilityTestRun'](_0x2376c5[_0x802832(0x147)]);}fs[_0x802832(0x1e7)](_0x1d46e3);}else _0x26a293=_0x35cc79['parse'](_0x1752e4);}accessibilityHelper['isAccessibilityAutomationSession']()&&(_0x2a665d[_0x802832(0x1c7)](_0x2a665d[_0x802832(0x184)],_0x2a665d['MkBbE'])?_0x4d272b[_0x802832(0x195)][_0x802832(0x1de)]=_0x2d20e6[_0x802832(0x147)][_0x802832(0x175)]:accessibilityHelper['stopAccessibilityTestRun'](_0x52e650['config']));fs[_0x802832(0x1e7)](_0x1a4acb),fs[_0x802832(0x1e7)](_0x4185c8),_0x50c0cc&&(_0x52e650[_0x802832(0x201)]=helper['getErrorMessageFromResults'](_0x50c0cc,_0x2a665d[_0x802832(0x1d1)],_0x52e650));if(testOpsHelper[_0x802832(0x152)]())try{_0x2a665d[_0x802832(0x1b1)](_0x2a665d[_0x802832(0x1c9)],_0x2a665d[_0x802832(0x1c9)])?await SessionHandler['stop']():(_0x1ee19a[_0x802832(0x144)](_0x29690f),_0x2a665d[_0x802832(0x20b)](_0x20d5ee,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x5bf5be));}catch(_0x3956e1){console['log'](_0x3956e1),_0x2a665d[_0x802832(0x170)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x3956e1);}testOpsHelper[_0x802832(0x14d)](),TestDetails[_0x802832(0x198)](),await helper['finalExecution'](_0x52e650);});}module[a8_0xb8a45b(0x1a1)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a9_0xb002(_0x31de2d,_0x4dda65){const _0x4e6c3a=a9_0x4e6c();return a9_0xb002=function(_0xb0028f,_0x3ea8d5){_0xb0028f=_0xb0028f-0x147;let _0x319e48=_0x4e6c3a[_0xb0028f];return _0x319e48;},a9_0xb002(_0x31de2d,_0x4dda65);}const a9_0x37e913=a9_0xb002;(function(_0x382708,_0x5b0398){const _0x2053ff=a9_0xb002,_0x2740c2=_0x382708();while(!![]){try{const _0x42d09c=-parseInt(_0x2053ff(0x14e))/0x1+parseInt(_0x2053ff(0x154))/0x2*(-parseInt(_0x2053ff(0x150))/0x3)+-parseInt(_0x2053ff(0x153))/0x4+-parseInt(_0x2053ff(0x15b))/0x5*(parseInt(_0x2053ff(0x157))/0x6)+parseInt(_0x2053ff(0x15c))/0x7+-parseInt(_0x2053ff(0x158))/0x8+-parseInt(_0x2053ff(0x14b))/0x9*(-parseInt(_0x2053ff(0x147))/0xa);if(_0x42d09c===_0x5b0398)break;else _0x2740c2['push'](_0x2740c2['shift']());}catch(_0x46c8e7){_0x2740c2['push'](_0x2740c2['shift']());}}}(a9_0x4e6c,0x869a5));const path=require(a9_0x37e913(0x156)),{requireModule}=require(a9_0x37e913(0x159));let initJestAdapter=requireModule(a9_0x37e913(0x14f));initJestAdapter=typeof initJestAdapter===a9_0x37e913(0x152)?initJestAdapter:initJestAdapter[a9_0x37e913(0x149)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,'./customJestAdapterInit.js');function a9_0x4e6c(){const _0xbc8713=['40212hFnSRg','1713344ZrTSor','../../../helpers/helper','includes','5oKAVvU','3638453mJgsZp','10qjNVWe','/jestAdapterInit','default','initRequireModule','5926374Tksxwi','WRvLU','exports','156290ziLFxv','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','69201wcMJFk','jqzsw','function','353212sGnJjH','14sDqyNc','requireInternalModule','path'];a9_0x4e6c=function(){return _0xbc8713;};return a9_0x4e6c();}module[a9_0x37e913(0x14d)]=(..._0x12f9cc)=>{const _0x5c6bc1=a9_0x37e913,_0x47b8ab={'WRvLU':_0x5c6bc1(0x148),'jqzsw':function(_0x56ce14,_0x325ccf){return _0x56ce14===_0x325ccf;},'LxHto':function(_0x12e332,..._0x18f4aa){return _0x12e332(..._0x18f4aa);}};return _0x12f9cc[0x3][_0x5c6bc1(0x14a)]=_0x12f9cc[0x3]['requireInternalModule'],_0x12f9cc[0x3][_0x5c6bc1(0x155)]=(..._0x33261e)=>{const _0x4c633a=_0x5c6bc1;if(_0x33261e[0x0]&&_0x33261e[0x0][_0x4c633a(0x15a)](_0x47b8ab[_0x4c633a(0x14c)])&&_0x47b8ab[_0x4c633a(0x151)](_0x33261e[0x1],undefined))return _0x12f9cc[0x3][_0x4c633a(0x14a)](FRAMEWORK_INITIALIZER);else return _0x12f9cc[0x3]['initRequireModule'](..._0x33261e);},_0x47b8ab['LxHto'](initJestAdapter,..._0x12f9cc);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a10_0x1ade(){const _0x4c805c=['../../../index','../../utils/constants','projectConfig','__esModule','qwYAD','__driversArray','490440veMHVe','timeout__','qqxVX','lhztD','875304JcwYJw','tiRae','global','0|1|4|3|2','oWktW','niIyk','registerListeners','OSing','getInstance','qHNwh','__timeout','181555FfzWiS','testContext','SZeVj','test_start','teardown','3npxGlM','../test-observability/obsReporter','AGYzF','requireSeleniumWebdriver','djIcV','default','AhpjU','handleTestEvent','jest-environment-node','4838490sUpzUe','shutdown','ItCYD','GXKHW','JpIro','AzMVr','browserstackAgentV2','../../../helpers/test-observability/utils','2|4|1|0|3','2476672ABZjAx','876780GyVsaE','TgVHy','../../../helpers/test-observability/requestQueueHandler','Builder','cLsxt','__webdriver','OKKPy','requireModule','quit','modifyCommand','builder','USIqt','sessionNameProvided','isTrue','configuration','1097268caHkjo','14RrjhsA','cleanup','orhYn','browserstackPercyBestPlatform','gcdzj','BSTACK_DELTA','yvdub','../../../helpers/helper','lPlMl','driver','cleanupDrivers','testEnvironmentOptions','capability','browserstackPlatformIndex','test'];a10_0x1ade=function(){return _0x4c805c;};return a10_0x1ade();}const a10_0x50c00f=a10_0x1957;(function(_0x4516a1,_0x3c567f){const _0x3514f3=a10_0x1957,_0x4ff39e=_0x4516a1();while(!![]){try{const _0x75fff8=parseInt(_0x3514f3(0x170))/0x1+parseInt(_0x3514f3(0x188))/0x2+parseInt(_0x3514f3(0x175))/0x3*(-parseInt(_0x3514f3(0x165))/0x4)+parseInt(_0x3514f3(0x161))/0x5+parseInt(_0x3514f3(0x197))/0x6*(-parseInt(_0x3514f3(0x198))/0x7)+-parseInt(_0x3514f3(0x187))/0x8+parseInt(_0x3514f3(0x17e))/0x9;if(_0x75fff8===_0x3c567f)break;else _0x4ff39e['push'](_0x4ff39e['shift']());}catch(_0x4ab253){_0x4ff39e['push'](_0x4ff39e['shift']());}}}(a10_0x1ade,0x58405));const helper=require(a10_0x50c00f(0x153)),constants=require(a10_0x50c00f(0x15c)),{isTestObservabilitySession}=require(a10_0x50c00f(0x185)),RequestQueueHandler=require(a10_0x50c00f(0x18a)),ObservabilityReporter=require(a10_0x50c00f(0x176)),_seleniumWebdriver=helper[a10_0x50c00f(0x178)](),SeleniumEnvironmentNode=helper[a10_0x50c00f(0x18f)](a10_0x50c00f(0x17d)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function _interopRequireDefault(_0xc3da83){const _0x364048=a10_0x50c00f;return _0xc3da83&&_0xc3da83[_0x364048(0x15e)]?_0xc3da83:{'default':_0xc3da83};}helper[a10_0x50c00f(0x191)]();const originalBuilder=_seleniumWebdriver2['default'][a10_0x50c00f(0x18b)];class CustomEnvironment extends _jestEnvironmentNode2[a10_0x50c00f(0x17a)]{constructor(_0x52304b){const _0x431939=a10_0x50c00f,_0x381a00={'gcdzj':function(_0x3054ba,_0x280864){return _0x3054ba===_0x280864;},'lPlMl':_0x431939(0x173),'USIqt':_0x431939(0x168),'AGYzF':function(_0x34fa84,_0x445660){return _0x34fa84+_0x445660;},'TgVHy':function(_0x3a2601,_0x5e91df){return _0x3a2601!==_0x5e91df;},'OSing':_0x431939(0x166),'OKKPy':_0x431939(0x190),'cKyaK':_0x431939(0x181),'qqxVX':_0x431939(0x179),'SZeVj':_0x431939(0x186),'niIyk':function(_0x26f30f){return _0x26f30f();},'Lebjy':function(_0x388bee,_0xbbc780){return _0x388bee!==_0xbbc780;},'qwYAD':'FawJG','AzMVr':function(_0x5babf3,_0x34ea4e){return _0x5babf3(_0x34ea4e);},'LCdtc':_0x431939(0x15b),'ItCYD':function(_0x3c92a2,_0x41cfeb){return _0x3c92a2!==_0x41cfeb;},'yvdub':'yoIIT','oWktW':function(_0x56a9aa,_0x4d81a4){return _0x56a9aa===_0x4d81a4;},'MFteA':_0x431939(0x18c)};super(_0x52304b),this[_0x431939(0x167)]['__timeout']=0x0,this[_0x431939(0x196)]={},_0x52304b[_0x431939(0x157)]=_0x52304b[_0x431939(0x157)]||{};if(helper['isBrowserstackInfra']()){if(_0x381a00[_0x431939(0x189)](_0x381a00['cKyaK'],_0x381a00[_0x431939(0x163)])){const _0x6f1109=_0x381a00[_0x431939(0x172)]['split']('|');let _0x3ba50c=0x0;while(!![]){switch(_0x6f1109[_0x3ba50c++]){case'0':this[_0x431939(0x158)]=_0x52304b[_0x431939(0x15d)]?_0x52304b[_0x431939(0x15d)]['capability']:_0x52304b[_0x431939(0x158)];continue;case'1':this[_0x431939(0x196)]=_0x52304b[_0x431939(0x157)];continue;case'2':_0x52304b[_0x431939(0x157)]=_0x52304b[_0x431939(0x15d)]?_0x52304b['projectConfig'][_0x431939(0x157)]:_0x52304b[_0x431939(0x157)];continue;case'3':this['global'][_0x431939(0x16f)]=_0x381a00[_0x431939(0x177)](this[_0x431939(0x196)][_0x431939(0x162)],constants[_0x431939(0x151)]);continue;case'4':this['builder']=new _seleniumWebdriver2[(_0x431939(0x17a))]['Builder']();continue;}break;}}else{const {name:_0x1e1e25}=_0x521150;_0x381a00[_0x431939(0x150)](_0x1e1e25,_0x381a00[_0x431939(0x154)])&&(this[_0x431939(0x167)][_0x431939(0x171)]=_0x53ac1b[_0x431939(0x15a)]);}}if(_0x381a00['niIyk'](isTestObservabilitySession)){if(_0x381a00['Lebjy'](_0x381a00['qwYAD'],_0x381a00[_0x431939(0x15f)])){const _0xa99ec2=_0x381a00[_0x431939(0x193)]['split']('|');let _0x13f12e=0x0;while(!![]){switch(_0xa99ec2[_0x13f12e++]){case'0':_0x1fbd1f[_0x431939(0x157)]=_0x307e98[_0x431939(0x15d)]?_0x20caff['projectConfig']['testEnvironmentOptions']:_0x230b7d[_0x431939(0x157)];continue;case'1':this[_0x431939(0x192)]=new _0x1b9f6d[(_0x431939(0x17a))][(_0x431939(0x18b))]();continue;case'2':this['global'][_0x431939(0x16f)]=_0x381a00['AGYzF'](this[_0x431939(0x196)][_0x431939(0x162)],_0x11d099['BSTACK_DELTA']);continue;case'3':this[_0x431939(0x158)]=_0x401cb9[_0x431939(0x15d)]?_0x43ea0b[_0x431939(0x15d)][_0x431939(0x158)]:_0x1b06f9['capability'];continue;case'4':this[_0x431939(0x196)]=_0x315cfb['testEnvironmentOptions'];continue;}break;}}else{const _0x4295b4=new ObservabilityReporter();_0x4295b4[_0x431939(0x16b)]();}}this[_0x431939(0x167)]['__drivers']=[],this['global'][_0x431939(0x18d)]=_0x381a00[_0x431939(0x183)](require,_0x381a00['LCdtc'])[_0x431939(0x184)]({...this[_0x431939(0x196)],'capability':this[_0x431939(0x158)]||{}},this,_0x381a00[_0x431939(0x16a)](isTestObservabilitySession)),this[_0x431939(0x167)][_0x431939(0x159)]=_0x52304b['projectConfig']?_0x52304b['projectConfig'][_0x431939(0x159)]:_0x52304b['browserstackPlatformIndex'],this[_0x431939(0x167)][_0x431939(0x14f)]=_0x52304b[_0x431939(0x157)]['browserstackPercyBestPlatform'],helper[_0x431939(0x195)](this['configuration']['skipSessionName'])?_0x381a00[_0x431939(0x180)](_0x381a00[_0x431939(0x152)],_0x381a00['yvdub'])?this[_0x431939(0x167)][_0x431939(0x194)]=!![]:this[_0x431939(0x167)][_0x431939(0x194)]=!![]:_0x381a00[_0x431939(0x169)](_0x381a00['MFteA'],_0x381a00['MFteA'])?this[_0x431939(0x167)][_0x431939(0x194)]=![]:this[_0x431939(0x167)][_0x431939(0x171)]=_0x48985d[_0x431939(0x15a)],this[_0x431939(0x167)][_0x431939(0x199)]=async()=>{const _0x49717c=_0x431939;if(_0x381a00[_0x49717c(0x189)](_0x381a00[_0x49717c(0x16c)],_0x381a00[_0x49717c(0x16c)])){const _0x30d16e={};return _0x30d16e['default']=_0x16ccb4,_0x10a250&&_0xaf1aa1[_0x49717c(0x15e)]?_0x5f26b2:_0x30d16e;}else await this[_0x49717c(0x167)][_0x49717c(0x155)]['quit'](_0x381a00[_0x49717c(0x18e)]);};}async[a10_0x50c00f(0x174)](){const _0x407e69=a10_0x50c00f;await helper[_0x407e69(0x156)](this[_0x407e69(0x167)][_0x407e69(0x160)]),await RequestQueueHandler[_0x407e69(0x16d)]()[_0x407e69(0x17f)](),this[_0x407e69(0x167)]['__webdriver'][_0x407e69(0x18b)]=originalBuilder;}async['setup'](){}async[a10_0x50c00f(0x17c)](_0x3fff5f,_0x4cfa0f){const _0x595775=a10_0x50c00f,_0x2e3b98={};_0x2e3b98[_0x595775(0x182)]=function(_0xbee166,_0x4e5f11){return _0xbee166===_0x4e5f11;},_0x2e3b98[_0x595775(0x164)]=_0x595775(0x173),_0x2e3b98[_0x595775(0x17b)]=function(_0x2b69e7,_0x430696){return _0x2b69e7===_0x430696;},_0x2e3b98[_0x595775(0x19a)]=_0x595775(0x16e);const _0x175e3c=_0x2e3b98,{name:_0x26432e}=_0x3fff5f;_0x175e3c[_0x595775(0x182)](_0x26432e,_0x175e3c['lhztD'])&&(_0x175e3c[_0x595775(0x17b)](_0x175e3c[_0x595775(0x19a)],_0x175e3c[_0x595775(0x19a)])?this[_0x595775(0x167)]['testContext']=_0x3fff5f[_0x595775(0x15a)]:this[_0x595775(0x167)][_0x595775(0x194)]=![]);}}function a10_0x1957(_0x1d80a8,_0x1b6fbb){const _0x1ade06=a10_0x1ade();return a10_0x1957=function(_0x19571c,_0x1086fa){_0x19571c=_0x19571c-0x14f;let _0x510a35=_0x1ade06[_0x19571c];return _0x510a35;},a10_0x1957(_0x1d80a8,_0x1b6fbb);}module['exports']=CustomEnvironment;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0xf3311d=a11_0x32ea;(function(_0x1d2ad8,_0x15e77f){const _0x40a41b=a11_0x32ea,_0x59ca2e=_0x1d2ad8();while(!![]){try{const _0x493d5d=parseInt(_0x40a41b(0x178))/0x1+-parseInt(_0x40a41b(0x185))/0x2*(parseInt(_0x40a41b(0x192))/0x3)+parseInt(_0x40a41b(0x1b3))/0x4+parseInt(_0x40a41b(0x180))/0x5*(parseInt(_0x40a41b(0x195))/0x6)+parseInt(_0x40a41b(0x1a2))/0x7+parseInt(_0x40a41b(0x16b))/0x8+-parseInt(_0x40a41b(0x1b2))/0x9*(parseInt(_0x40a41b(0x179))/0xa);if(_0x493d5d===_0x15e77f)break;else _0x59ca2e['push'](_0x59ca2e['shift']());}catch(_0xfea3af){_0x59ca2e['push'](_0x59ca2e['shift']());}}}(a11_0x3e8b,0xc28b4));const {requireModule}=require(a11_0xf3311d(0x190)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a11_0xf3311d(0x1a8)),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require(a11_0xf3311d(0x17d)),{o11yErrorHandler}=require(a11_0xf3311d(0x1ae)),exportsI=requireModule(a11_0xf3311d(0x194)),initInitialize=exportsI['initialize'];exportsI[a11_0xf3311d(0x189)]=(..._0x435f29)=>{const _0x562a39=a11_0xf3311d,_0x40ac9e={'nmGfd':function(_0x5e0baf){return _0x5e0baf();},'ADlKT':function(_0x54387e,_0x2633f6){return _0x54387e(_0x2633f6);},'HIbho':_0x562a39(0x1ad),'iOJPc':_0x562a39(0x19c),'dLHiK':function(_0x21f11e,_0x181c3c){return _0x21f11e!==_0x181c3c;},'csbNO':_0x562a39(0x187),'OWpsg':_0x562a39(0x1af),'HWamf':function(_0x34ce11,_0x593643){return _0x34ce11!==_0x593643;},'XGWNm':_0x562a39(0x18d),'IzyfP':function(_0x6c6ecd,_0x7c4d7){return _0x6c6ecd!==_0x7c4d7;},'YukNf':_0x562a39(0x15e),'qVQma':_0x562a39(0x1b4),'fNtxq':_0x562a39(0x18e),'MvoVk':function(_0x1d99f6,_0x1b6f96){return _0x1d99f6===_0x1b6f96;},'akJRM':_0x562a39(0x19f),'JYTUs':_0x562a39(0x198),'JTYcz':_0x562a39(0x197),'yGUwI':_0x562a39(0x18c),'HGPXo':_0x562a39(0x162),'aAPlh':'afterEach','Upbte':function(_0x1aa75f,_0x43f006){return _0x1aa75f>_0x43f006;},'DZDQJ':function(_0x3e79e8,_0x3001e5){return _0x3e79e8===_0x3001e5;},'sNXAt':_0x562a39(0x1ab),'LDrrc':_0x562a39(0x168),'LMSpo':function(_0x1886e1,_0x46314d){return _0x1886e1===_0x46314d;},'JSHkN':_0x562a39(0x1a0),'WVDaE':_0x562a39(0x181),'Wkadz':_0x562a39(0x193),'EUmUu':'TestRunSkipped','VyQUg':_0x562a39(0x15b),'TRJOj':_0x562a39(0x18a),'HdyQQ':_0x562a39(0x199),'Gccmt':_0x562a39(0x175),'NCdQR':function(_0xd3db55,_0xe85e5b){return _0xd3db55(_0xe85e5b);},'FArIw':_0x562a39(0x17a)};try{const _0x2022c2=new ObservabilityReporter();_0x2022c2[_0x562a39(0x1ac)]&&(_0x40ac9e['IzyfP'](_0x40ac9e[_0x562a39(0x169)],_0x40ac9e[_0x562a39(0x166)])?(_0x40ac9e[_0x562a39(0x1b1)](patchConsoleLogger),_0x2022c2[_0x562a39(0x182)]()):(_0x52bef4[_0x562a39(0x1a9)][_0x562a39(0x1b6)]=_0x51e2db[_0x562a39(0x16f)](_0x4c630d[_0x562a39(0x16d)]+_0x562a39(0x161)),delete _0x52f331[_0x562a39(0x1a9)][_0x562a39(0x188)])),_0x2022c2[_0x562a39(0x1ac)]&&_0x40ac9e[_0x562a39(0x17b)](requireModule,_0x40ac9e[_0x562a39(0x17e)])[_0x562a39(0x16e)](_0x40ac9e[_0x562a39(0x17b)](o11yErrorHandler,async(_0x90d9bd,_0x12516d)=>{const _0x13631d=_0x562a39,_0x2473cc={'IsnFd':function(_0x2223cb,_0x2464cd){const _0x13f7d2=a11_0x32ea;return _0x40ac9e[_0x13f7d2(0x16a)](_0x2223cb,_0x2464cd);}},_0x138432=_0x40ac9e['ADlKT'](requireModule,_0x40ac9e[_0x13631d(0x17c)])[_0x13631d(0x17f)];switch(_0x90d9bd[_0x13631d(0x172)]){case _0x40ac9e['iOJPc']:if(_0x2022c2[_0x13631d(0x1ac)]){if(_0x40ac9e[_0x13631d(0x15d)](_0x40ac9e['csbNO'],_0x40ac9e[_0x13631d(0x1b5)])){if(!_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1b6)]){if(_0x40ac9e[_0x13631d(0x174)](_0x40ac9e['XGWNm'],_0x40ac9e[_0x13631d(0x1a7)]))_0x40ac9e['nmGfd'](_0x3e6846),_0x298cae[_0x13631d(0x182)]();else{const _0x36ce1e=TestDetails['setTestUUID'](process['pid']+_0x13631d(0x161));_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1b6)]=_0x36ce1e;}}else _0x90d9bd['hook'][_0x13631d(0x188)]&&(_0x40ac9e[_0x13631d(0x1b0)](_0x40ac9e[_0x13631d(0x1aa)],_0x40ac9e['YukNf'])?_0x2d340f&&(_0x143f03[_0x536d79]=_0x3b7c41[_0x994cc4]):(_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1b6)]=TestDetails[_0x13631d(0x16f)](process[_0x13631d(0x16d)]+_0x13631d(0x161)),delete _0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x188)]));_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x1a6)]=new Date()[_0x13631d(0x163)](),await _0x2022c2['sendTestRunEvent'](_0x90d9bd[_0x13631d(0x1a9)],undefined,![],_0x40ac9e['qVQma']);}else _0x2473cc['IsnFd'](_0x4b4a8b,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0xb45b00);}break;case _0x40ac9e[_0x13631d(0x1a4)]:_0x2022c2[_0x13631d(0x1ac)]&&(_0x40ac9e[_0x13631d(0x18f)](_0x40ac9e['akJRM'],_0x40ac9e['akJRM'])?(await _0x2022c2[_0x13631d(0x164)](_0x90d9bd[_0x13631d(0x1a9)],undefined,![],_0x40ac9e['JYTUs']),TestDetails[_0x13631d(0x177)](process[_0x13631d(0x16d)]+_0x13631d(0x161))):_0x422597[_0x13631d(0x19e)](_0x8892e2)[_0x13631d(0x170)](_0x32cd5b=>{try{_0x494ef8&&(_0xf953f[_0x32cd5b]=_0x593a72[_0x32cd5b]);}catch{}}));break;case _0x40ac9e[_0x13631d(0x18b)]:[_0x40ac9e[_0x13631d(0x173)],_0x40ac9e[_0x13631d(0x183)],_0x40ac9e[_0x13631d(0x19d)]][_0x13631d(0x160)](_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x19a)])&&(_0x2022c2[_0x13631d(0x197)]=_0x90d9bd['hook']['type']),_0x12516d[_0x13631d(0x186)]&&_0x40ac9e[_0x13631d(0x196)](_0x12516d[_0x13631d(0x186)][_0x13631d(0x165)],0x0)&&(_0x90d9bd[_0x13631d(0x1a9)][_0x13631d(0x15f)]=[_0x12516d[_0x13631d(0x186)][0x0][0x0]]);if(_0x2022c2[_0x13631d(0x1ac)]){if(_0x40ac9e['DZDQJ'](_0x40ac9e[_0x13631d(0x191)],_0x40ac9e[_0x13631d(0x191)]))await _0x2022c2[_0x13631d(0x164)](_0x90d9bd[_0x13631d(0x1a9)],undefined,![],_0x40ac9e[_0x13631d(0x1a5)]),TestDetails['removeTestUUID'](process[_0x13631d(0x16d)]+_0x13631d(0x161));else try{_0x7615c6&&(_0x3c6c22[_0x61d28c]=_0x9ddc57[_0x1192aa]);}catch{}}break;case _0x40ac9e['LDrrc']:if(_0x2022c2[_0x13631d(0x1ac)]){if(_0x40ac9e['LMSpo'](_0x40ac9e[_0x13631d(0x167)],_0x40ac9e[_0x13631d(0x167)]))await _0x2022c2[_0x13631d(0x1a3)](_0x90d9bd[_0x13631d(0x16c)]);else{const _0x1074d3=_0xeedb22[_0x13631d(0x16f)](_0x40815a['pid']+_0x13631d(0x161));_0x584aa7[_0x13631d(0x1a9)][_0x13631d(0x1b6)]=_0x1074d3;}}break;case _0x40ac9e['WVDaE']:_0x90d9bd[_0x13631d(0x16c)]={..._0x40ac9e[_0x13631d(0x16a)](_0x138432,_0x90d9bd[_0x13631d(0x16c)]),..._0x90d9bd['test']};_0x2022c2[_0x13631d(0x1ac)]&&(_0x2022c2[_0x13631d(0x1ac)]&&(!_0x90d9bd[_0x13631d(0x16c)][_0x13631d(0x188)]&&(_0x90d9bd['test']['markedStatus']=!![],await _0x2022c2['sendTestRunEvent'](_0x90d9bd['test']))));break;case _0x40ac9e['Wkadz']:_0x90d9bd[_0x13631d(0x16c)]={..._0x40ac9e['ADlKT'](_0x138432,_0x90d9bd[_0x13631d(0x16c)]),..._0x90d9bd['test']};_0x2022c2[_0x13631d(0x1ac)]&&(_0x2022c2['testObservability']&&(!_0x90d9bd['test']['markedStatus']&&(_0x90d9bd['test'][_0x13631d(0x188)]=!![],await _0x2022c2[_0x13631d(0x164)](_0x90d9bd['test'],undefined,![],_0x40ac9e[_0x13631d(0x19b)]))));break;case _0x40ac9e['VyQUg']:_0x2022c2['hook_failure']=null;break;case _0x40ac9e[_0x13631d(0x184)]:await RequestQueueHandler[_0x13631d(0x171)]()[_0x13631d(0x176)](),process[_0x13631d(0x15c)]();break;default:}}));}catch(_0x3af22a){_0x40ac9e['ADlKT'](debug,_0x562a39(0x1a1)+_0x3af22a);}return _0x40ac9e[_0x562a39(0x16a)](initInitialize,..._0x435f29);};try{Object[a11_0xf3311d(0x19e)](exportsI)[a11_0xf3311d(0x170)](_0xa76028=>{try{exports&&(exports[_0xa76028]=exportsI[_0xa76028]);}catch{}});}catch{}function a11_0x32ea(_0x5f34ce,_0x41b512){const _0x3e8bb9=a11_0x3e8b();return a11_0x32ea=function(_0x32ea41,_0x31f545){_0x32ea41=_0x32ea41-0x15b;let _0x4e1ff8=_0x3e8bb9[_0x32ea41];return _0x4e1ff8;},a11_0x32ea(_0x5f34ce,_0x41b512);}function a11_0x3e8b(){const _0x4598b6=['Upbte','hook_failure','HookRunFinished','yzioD','type','EUmUu','hook_start','aAPlh','keys','IgPDl','aDSZI','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','8288203taMCRO','testStarted','fNtxq','JYTUs','started_at','XGWNm','../../../helpers/test-observability/requestQueueHandler','hook','YukNf','eRAnL','testObservability','jest-circus/build/utils.js','../../../helpers/test-observability/error-handler','akRmc','IzyfP','nmGfd','36yqwVvX','2306136vHWfIx','HookRunStarted','OWpsg','hookAnalyticsId','run_describe_finish','removeAllListeners','dLHiK','ZRKqZ','errorsDetailed','includes',':hookAnalyticsId','beforeEach','toISOString','sendTestRunEvent','length','Gccmt','JSHkN','test_start','HdyQQ','ADlKT','975136fTTcoa','test','pid','addEventHandler','setTestUUID','forEach','getInstance','name','yGUwI','HWamf','hWPtp','shutdown','removeTestUUID','1237325Qywjpq','8515240RugvOA','jest-circus/build/state.js','NCdQR','HIbho','../../../helpers/test-observability/utils','FArIw','makeSingleTestResult','1086260BCoBgg','test_done','registerListeners','HGPXo','TRJOj','6184eYlQkJ','unhandledErrors','YVHaj','markedStatus','initialize','teardown','JTYcz','beforeAll','HNLXd','hook_success','MvoVk','../../../helpers/helper','sNXAt','3gOJMOQ','test_skip','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','30fZzqKz'];a11_0x3e8b=function(){return _0x4598b6;};return a11_0x3e8b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a12_0x263d1a=a12_0x2455;(function(_0x5b7a97,_0x37b453){const _0x1684d1=a12_0x2455,_0x16fe1a=_0x5b7a97();while(!![]){try{const _0x4212de=parseInt(_0x1684d1(0x207))/0x1+parseInt(_0x1684d1(0x203))/0x2+-parseInt(_0x1684d1(0x200))/0x3*(-parseInt(_0x1684d1(0x1f3))/0x4)+-parseInt(_0x1684d1(0x1f7))/0x5*(-parseInt(_0x1684d1(0x1fa))/0x6)+parseInt(_0x1684d1(0x204))/0x7+-parseInt(_0x1684d1(0x1fe))/0x8+-parseInt(_0x1684d1(0x1f1))/0x9*(parseInt(_0x1684d1(0x202))/0xa);if(_0x4212de===_0x37b453)break;else _0x16fe1a['push'](_0x16fe1a['shift']());}catch(_0x167f58){_0x16fe1a['push'](_0x16fe1a['shift']());}}}(a12_0x8f55,0xb4925));function a12_0x2455(_0x55b786,_0x931c82){const _0x8f5508=a12_0x8f55();return a12_0x2455=function(_0x24553d,_0x2b17da){_0x24553d=_0x24553d-0x1eb;let _0x18c243=_0x8f5508[_0x24553d];return _0x18c243;},a12_0x2455(_0x55b786,_0x931c82);}const {requireModule,isBrowserstackInfra}=require(a12_0x263d1a(0x1fc)),a12_0xbf835b={};a12_0xbf835b[a12_0x263d1a(0x1eb)]=!![],Object[a12_0x263d1a(0x1f5)](exports,a12_0x263d1a(0x1f4),a12_0xbf835b),exports[a12_0x263d1a(0x1ff)]=void 0x0;function _interopRequireDefault(_0x2431f9){const _0x52b605=a12_0x263d1a;return _0x2431f9&&_0x2431f9[_0x52b605(0x1f4)]?_0x2431f9:{'default':_0x2431f9};}function a12_0x8f55(){const _0x5cf4f5=['__esModule','defineProperty','idgAv','1066805mVvOHd','length','false','12oaZhVP','runTests','../../../helpers/helper','slice','4925648epPjCU','default','1944357zGCxkI','config','20TcQCgg','589030mkNMFE','7768901JVIPZE','hkZJS','jest-runner','24230RAQFbN','_globalConfig','freeze','testEnvironmentOptions','chcqD','capabilities','exports','context','value','AGzCU','forEach','parallels__','serial__','push','5166459HUCbGb','qFsuO','4BzECCi'];a12_0x8f55=function(){return _0x5cf4f5;};return a12_0x8f55();}const JestRunner=_interopRequireDefault(requireModule(a12_0x263d1a(0x206)))[a12_0x263d1a(0x1ff)];class TestRunner extends JestRunner{constructor(..._0x288890){super(..._0x288890);}[a12_0x263d1a(0x1fb)](..._0x59cd93){const _0x4cf552=a12_0x263d1a,_0x27ddc8={'qFsuO':function(_0x394134){return _0x394134();},'chcqD':function(_0x4598fa,_0x18d65b){return _0x4598fa-_0x18d65b;},'idgAv':function(_0x393fcc,_0x123c07){return _0x393fcc*_0x123c07;},'AGzCU':function(_0x1185c8,_0x59256f){return _0x1185c8==_0x59256f;},'hkZJS':_0x4cf552(0x1f9),'Ltfxf':function(_0x5aa80f,_0x441a6c){return _0x5aa80f<_0x441a6c;}};if(!_0x27ddc8[_0x4cf552(0x1f2)](isBrowserstackInfra))return super['runTests'](..._0x59cd93);const _0x3c1313=_0x59cd93[0x0],_0x138026=_0x59cd93[_0x27ddc8[_0x4cf552(0x20b)](_0x59cd93[_0x4cf552(0x1f8)],0x1)],_0x50664c=_0x3c1313[0x0][_0x4cf552(0x20e)][_0x4cf552(0x201)]['testEnvironmentOptions'][_0x4cf552(0x20c)],_0x5d8a2e=_0x3c1313[0x0][_0x4cf552(0x20e)]['config'][_0x4cf552(0x20a)][_0x4cf552(0x1ee)];_0x5d8a2e&&(this[_0x4cf552(0x208)]=Object[_0x4cf552(0x209)]({...this['_globalConfig'],'maxWorkers':_0x27ddc8[_0x4cf552(0x1f6)](_0x5d8a2e,_0x50664c[_0x4cf552(0x1f8)])}));if(_0x27ddc8[_0x4cf552(0x1ec)](_0x3c1313[0x0][_0x4cf552(0x20e)][_0x4cf552(0x201)][_0x4cf552(0x20a)][_0x4cf552(0x1ef)],_0x27ddc8[_0x4cf552(0x205)]))_0x138026&&(_0x138026['serial']=![]);const _0x11aa18=[];for(let _0x5062df=0x0;_0x27ddc8['Ltfxf'](_0x5062df,_0x3c1313[_0x4cf552(0x1f8)]);_0x5062df++){const _0x5d3b30=[];_0x50664c[_0x4cf552(0x1ed)]((_0xf21809,_0x240020)=>{const _0x4e0afa=_0x4cf552,_0x337243={..._0x3c1313[_0x5062df]};let _0x154dc1=_0x337243;_0x154dc1['context']=Object[_0x4e0afa(0x209)]({..._0x154dc1[_0x4e0afa(0x20e)],'config':{..._0x154dc1[_0x4e0afa(0x20e)][_0x4e0afa(0x201)],'capability':_0xf21809,'browserstackPlatformIndex':_0x240020}}),_0x5d3b30[_0x4e0afa(0x1f0)](_0x154dc1);}),_0x11aa18['push'](..._0x5d3b30);}return super[_0x4cf552(0x1fb)](_0x11aa18,..._0x59cd93[_0x4cf552(0x1fd)](0x1));}}module[a12_0x263d1a(0x20d)]=TestRunner;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a13_0x5de334=a13_0x2739;(function(_0x109886,_0x5ce10e){const _0x33ed85=a13_0x2739,_0x419d67=_0x109886();while(!![]){try{const _0x4fa560=-parseInt(_0x33ed85(0x1da))/0x1+-parseInt(_0x33ed85(0x1bb))/0x2*(parseInt(_0x33ed85(0x1d8))/0x3)+-parseInt(_0x33ed85(0x1c8))/0x4+parseInt(_0x33ed85(0x19d))/0x5+parseInt(_0x33ed85(0x1f2))/0x6+parseInt(_0x33ed85(0x1d0))/0x7*(parseInt(_0x33ed85(0x18b))/0x8)+-parseInt(_0x33ed85(0x1f6))/0x9;if(_0x4fa560===_0x5ce10e)break;else _0x419d67['push'](_0x419d67['shift']());}catch(_0x11b082){_0x419d67['push'](_0x419d67['shift']());}}}(a13_0x3813,0x685a5));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x5de334(0x148)),{isBrowserstackInfra}=require(a13_0x5de334(0x178));let __error_messages__=[];const RequestQueueHandler=require(a13_0x5de334(0x169));function a13_0x2739(_0x2e292e,_0x1710cc){const _0x381393=a13_0x3813();return a13_0x2739=function(_0x2739d3,_0x46671d){_0x2739d3=_0x2739d3-0x141;let _0x4d48c7=_0x381393[_0x2739d3];return _0x4d48c7;},a13_0x2739(_0x2e292e,_0x1710cc);}jest[a13_0x5de334(0x18e)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x5de334(0x17f)),{percyAutoCapture}=require(a13_0x5de334(0x178)),logger=require(a13_0x5de334(0x199))[a13_0x5de334(0x1f7)],TestDetails=require('./test-observability/test-details');function stripUnicode(_0x374f67){const _0x5596ca=a13_0x5de334;return _0x374f67['replace'](/\\u001b\[.*?m/g,'')[_0x5596ca(0x1a9)](0x1,-0x1);}function a13_0x3813(){const _0x3576d7=['getInstance','YcggZ','executeAsyncScript','nvTxY','app','zjiCl','JSShr','3NWEUuM','tmZEr','43558qwvgme','\x22,\x22level\x22:\x20\x22error\x22}}','replace','quitCount_','HKrZQ','isAccessibilityPlatform',':testAnalyticsId','amzXz','\x0a\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\x20this.res\x20=\x20null;\x0a\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\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\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\x20this.res\x20=\x20window.tapTransporterData;\x0a\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});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\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\x20window.dispatchEvent(e);\x0a\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\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20','VrSvT','rtuey','sZnax','FuLUP','xMryv','apipr','UUxqU','testcase','getCurrentUrl','AWmWY','error','pid','name','http:','initQuit','4316214oNuXht','ZiSal','VOuas','titlePath','2606562yTnMfL','winstonLogger','YdKDL','LNusf','.\x20Error\x20:','IzTtI','kWSHW','eLELG','DPziA','HJSZj','undefined','\x20|\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','SEjRC',',\x22level\x22:\x20\x22','env','xLFzM','ftqxh','KEZxU','BTwSx','qUfKI','KmfJW','currentTest','xlvYK','iDIoA','browserstackSessionName','XxVJh','idVaK','QQGFS','capabilities','shift','currentTestName','length','../../helpers/test-observability/utils','WkyRh','rKarA','lxtbK','pTaBo','YiQoC','xpNSB','ClnPw','XOLqY','zmxhw','WRAzQ','SduPz','kTiih','percyCaptureMode','AhLeX','JHpmY','hSCwQ','mVTXQ','MQCIX','message','CXYBq','vhMtT','MWhSw','DlXnQ','getTestUUID','jZrJC','log','nlgci','description','oIEVx','YeiYA','fjhPy','YQYIX','../../helpers/test-observability/requestQueueHandler','xbsbS','rfxKL','tFGiI','TyttN','addReporter','iDiLV','VhMyN','SUTly','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','join','kUDkb','IqRix','sDePX','arqWr','../../helpers/helper','EQOYX','info','LwvID','appium:app','testPath','getEnv','../../helpers/accessibility-automation/helper','CIGYR','ZCwoq','errors','\x22}}','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','sqsWo','mXIbr','uCyUh','percy','\x0a\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\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\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\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\x20window.dispatchEvent(e);\x0a\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\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\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\x20callback();\x0a\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\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','llmYY','8168FOOyRn','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','JfhQl','setTimeout','ULErV','coDii','debug','stringify','push','tLAwf','NFbUS','zHoGC','FLiud','YNVwp','../../helpers/logger','getState','session_','NNDmC','15005bUrHTG','hrClM','bPOdN','arzSy','RHwwh','PVoHm','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','pendingUploads','irGUH','AUIVZ','ROeVE','slice','dEQAY','__drivers','aOUTX','failedExpectations','eqKQP','MViaw','Lsfcc','dbNID','PBJoV','now','dTPDp','qUdZR','RIXrz','oZogB','AgCvM','executeScript','\x0a\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\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','632262dJqsxE','whScR','uouHW','QfUAJ','zQBYV','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','YfCBM','jUkam','ObservabilitySync:','\x22,\x22level\x22:\x20\x22info\x22}}','CrFrY','RONxK','protocol','1130952OmsWxT','pairX','McYiZ','jXALu','zDKME','rqMJa','Gzhth','IucMb','4368KXijSn'];a13_0x3813=function(){return _0x3576d7;};return a13_0x3813();}async function setContext(){const _0x3f2e19=a13_0x5de334,_0x4bc7c3={'FuLUP':function(_0x388424,_0x519da7){return _0x388424>_0x519da7;},'PgTPM':function(_0x2a35e3,_0x351a49){return _0x2a35e3(_0x351a49);},'KmfJW':function(_0x52fef0,_0x2fa207){return _0x52fef0(_0x2fa207);},'RHwwh':function(_0xc2d4d9,_0x14628d){return _0xc2d4d9(_0x14628d);},'jZrJC':function(_0x5a7889,_0x2b1d1a){return _0x5a7889<=_0x2b1d1a;},'CrFrY':function(_0x391e7a){return _0x391e7a();},'qUdZR':function(_0x23267e,_0x1dc12c){return _0x23267e===_0x1dc12c;},'tFGiI':_0x3f2e19(0x1a2),'SduPz':_0x3f2e19(0x14d),'ULErV':function(_0x4351e2,_0x3c9129){return _0x4351e2===_0x3c9129;},'FhrHR':_0x3f2e19(0x1fe),'GWBnJ':_0x3f2e19(0x1de),'GQhdU':function(_0x124586,_0x5cee2f){return _0x124586!==_0x5cee2f;},'nvTxY':_0x3f2e19(0x200),'JfhQl':_0x3f2e19(0x1f9),'uouHW':_0x3f2e19(0x1af),'mVTXQ':function(_0x2079ed,_0x5ca734){return _0x2079ed>_0x5ca734;},'kTiih':function(_0x171f26,_0x45ee4f){return _0x171f26===_0x45ee4f;},'kUDkb':_0x3f2e19(0x190),'arzSy':function(_0x5e6ad4,_0x49afd9){return _0x5e6ad4!==_0x49afd9;},'xlvYK':_0x3f2e19(0x20a),'JHpmY':function(_0x1cf15c,_0x52cc01){return _0x1cf15c!==_0x52cc01;},'oTZoJ':'XEgUL','NFbUS':_0x3f2e19(0x1d2),'RONxK':function(_0x2d3b1e,_0x21365b){return _0x2d3b1e===_0x21365b;},'HJSZj':_0x3f2e19(0x198),'MQCIX':function(_0x466b91,_0x591b83){return _0x466b91(_0x591b83);},'rfxKL':function(_0x5014c3,_0x5b15eb){return _0x5014c3!==_0x5b15eb;},'IzTtI':_0x3f2e19(0x1cb),'pWMSG':'cfYwN','IqRix':function(_0x410cd1,_0x4e6748){return _0x410cd1(_0x4e6748);},'SEjRC':_0x3f2e19(0x14b),'pGYPc':function(_0x2b832c,_0x52adff){return _0x2b832c!==_0x52adff;},'eqKQP':_0x3f2e19(0x1a8)};if(!_0x4bc7c3[_0x3f2e19(0x1c5)](isBrowserstackInfra)){if(_0x4bc7c3[_0x3f2e19(0x1b5)](_0x4bc7c3[_0x3f2e19(0x16c)],_0x4bc7c3[_0x3f2e19(0x153)]))_0x331cf7[_0x3f2e19(0x162)](_0x821577);else return;}if(!sessionNameProvided){if(_0x4bc7c3[_0x3f2e19(0x18f)](_0x4bc7c3['FhrHR'],_0x4bc7c3['GWBnJ']))_0x357b8b['log'](_0x3ff37d);else{const _0x2f1221=expect[_0x3f2e19(0x19a)]()[_0x3f2e19(0x146)];await __drivers[0x0][_0x3f2e19(0x1b9)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x2f1221+_0x3f2e19(0x183));}}let _0x2dd899=null,_0x2d5196=![];if(_0x4bc7c3['GQhdU'](typeof jasmine,_0x4bc7c3[_0x3f2e19(0x1d4)]))_0x4bc7c3[_0x3f2e19(0x18f)](_0x4bc7c3[_0x3f2e19(0x18d)],_0x4bc7c3[_0x3f2e19(0x1bd)])?_0x18a8cf['errors']&&_0x4bc7c3[_0x3f2e19(0x1e6)](_0x979652['errors']['length'],0x0)?(_0x36c3f5=!![],_0xff3d04=_0x4bc7c3['PgTPM'](_0xd46d1d,_0x32dfa4[_0x3f2e19(0x192)](_0x444896[_0x3f2e19(0x182)][0x0][0x0][_0x3f2e19(0x15b)]||_0x51909f[_0x3f2e19(0x182)][0x0][0x0]))):_0x280481=_0x4bc7c3[_0x3f2e19(0x20c)](_0x26ae5d,_0x530220[_0x3f2e19(0x192)](_0x239026[_0x3f2e19(0x1ef)])):jasmine[_0x3f2e19(0x20d)][_0x3f2e19(0x1ad)]&&_0x4bc7c3[_0x3f2e19(0x159)](jasmine[_0x3f2e19(0x20d)]['failedExpectations'][_0x3f2e19(0x147)],0x0)?_0x4bc7c3[_0x3f2e19(0x154)](_0x4bc7c3[_0x3f2e19(0x174)],_0x4bc7c3[_0x3f2e19(0x174)])?(_0x2d5196=!![],_0x2dd899=_0x4bc7c3[_0x3f2e19(0x1a1)](stripUnicode,JSON[_0x3f2e19(0x192)](jasmine[_0x3f2e19(0x20d)][_0x3f2e19(0x1ad)][0x0][_0x3f2e19(0x15b)]))):_0x27b84b=_0x4bc7c3[_0x3f2e19(0x1a1)](_0x2a46a2,_0x53c237[_0x3f2e19(0x192)](_0x271983[_0x3f2e19(0x20d)][_0x3f2e19(0x164)])):_0x4bc7c3[_0x3f2e19(0x1a0)](_0x4bc7c3['xlvYK'],_0x4bc7c3[_0x3f2e19(0x20e)])?_0x4bc7c3[_0x3f2e19(0x161)](_0xa31af6[_0x3f2e19(0x1d1)]()[_0x3f2e19(0x1a5)],0x0)&&(_0x4bc7c3[_0x3f2e19(0x1a1)](_0x37dc0c,_0x5dbeed),_0x4bc7c3[_0x3f2e19(0x1c5)](_0x4c4582)):_0x2dd899=_0x4bc7c3[_0x3f2e19(0x20c)](stripUnicode,JSON[_0x3f2e19(0x192)](jasmine[_0x3f2e19(0x20d)][_0x3f2e19(0x164)]));else{if(_0x4bc7c3[_0x3f2e19(0x157)](_0x4bc7c3['oTZoJ'],_0x4bc7c3[_0x3f2e19(0x195)])){if(testContext[_0x3f2e19(0x182)]&&_0x4bc7c3[_0x3f2e19(0x1e6)](testContext['errors']['length'],0x0)){if(_0x4bc7c3[_0x3f2e19(0x1c6)](_0x4bc7c3[_0x3f2e19(0x1ff)],_0x4bc7c3[_0x3f2e19(0x1ff)]))_0x2d5196=!![],_0x2dd899=_0x4bc7c3[_0x3f2e19(0x15a)](stripUnicode,JSON[_0x3f2e19(0x192)](testContext[_0x3f2e19(0x182)][0x0][0x0][_0x3f2e19(0x15b)]||testContext[_0x3f2e19(0x182)][0x0][0x0]));else{const _0x4219e8={};_0x4219e8['specStarted']=_0x4fc29a=>{const _0x42bd53=_0x3f2e19;_0x15dad8[_0x42bd53(0x20d)]=_0x4fc29a;},_0x585994[_0x3f2e19(0x17e)]()[_0x3f2e19(0x16e)](_0x4219e8);}}else _0x4bc7c3[_0x3f2e19(0x16b)](_0x4bc7c3[_0x3f2e19(0x1fb)],_0x4bc7c3['pWMSG'])?_0x2dd899=_0x4bc7c3[_0x3f2e19(0x175)](stripUnicode,JSON[_0x3f2e19(0x192)](testContext[_0x3f2e19(0x1ef)])):(_0x5dcb4e=!![],_0xefecfd=_0x4bc7c3['PgTPM'](_0x421702,_0x2c16c8[_0x3f2e19(0x192)](_0x26f441[_0x3f2e19(0x182)][0x0][0x0]['message']||_0x12ef6e[_0x3f2e19(0x182)][0x0][0x0])));}else _0x41da62[_0x3f2e19(0x1ed)](_0x3f2e19(0x1a4)+_0x20c101);}if(_0x2d5196){if(_0x4bc7c3['JHpmY'](_0x4bc7c3['SEjRC'],_0x4bc7c3[_0x3f2e19(0x204)]))return;else __error_messages__[_0x3f2e19(0x193)](_0x2dd899),await __drivers[0x0][_0x3f2e19(0x1b9)](_0x3f2e19(0x1c0)+_0x2dd899+_0x3f2e19(0x1db));}else _0x4bc7c3['pGYPc'](_0x4bc7c3[_0x3f2e19(0x1ae)],_0x4bc7c3[_0x3f2e19(0x1ae)])?_0xa4d2ca=new _0x4367b2(_0x4ae6f7):await __drivers[0x0][_0x3f2e19(0x1b9)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x2dd899+_0x3f2e19(0x1c4));}const executeAnnotate=async(_0x5e4984,_0x2a4558)=>{const _0x3d8b13=a13_0x5de334;await global['__drivers'][0x0][_0x3d8b13(0x1b9)](_0x3d8b13(0x18c)+_0x5e4984+_0x3d8b13(0x205)+_0x2a4558+'\x22}}');};async function driverCleanup(){const _0x201835=a13_0x5de334,_0x48f2e3={'rtuey':function(_0x57a188,_0xb70cd1){return _0x57a188(_0xb70cd1);},'pSogg':_0x201835(0x184),'EQOYX':function(_0x33bd89,_0x552158){return _0x33bd89(_0x552158);},'tLAwf':function(_0x454509){return _0x454509();},'ZCwoq':function(_0x32cc22,_0x5580d1){return _0x32cc22<=_0x5580d1;},'iDIoA':function(_0x5a1478,_0x591c77){return _0x5a1478(_0x591c77);},'amzXz':function(_0x47320c){return _0x47320c();},'xLFzM':function(_0x8a7b88,_0x3b13b3,_0x1077e8){return _0x8a7b88(_0x3b13b3,_0x1077e8);},'AgCvM':function(_0x3f917d,_0x42fab7){return _0x3f917d!==_0x42fab7;},'dEQAY':_0x201835(0x15f),'Mvqtl':_0x201835(0x187),'vhMtT':function(_0x176b4b,_0x575dd3){return _0x176b4b===_0x575dd3;},'zjiCl':_0x201835(0x149),'irGUH':'ZyXiA','Lsfcc':function(_0xee6750,_0x153d69){return _0xee6750>_0x153d69;},'LwvID':_0x201835(0x1fc),'YeiYA':_0x201835(0x141),'KEZxU':_0x201835(0x201),'oZogB':function(_0x1b622a,_0x55ea20){return _0x1b622a!==_0x55ea20;},'xpNSB':_0x201835(0x1c9),'FXEJW':_0x201835(0x202),'TyttN':function(_0x1b1350,_0x11208b){return _0x1b1350===_0x11208b;},'tzzbK':_0x201835(0x1fd),'AhLeX':_0x201835(0x1f3),'Gzhth':function(_0x1d07aa,_0x24e14f){return _0x1d07aa!==_0x24e14f;},'FLiud':_0x201835(0x180),'xMryv':_0x201835(0x18a),'aOUTX':_0x201835(0x14a),'WRAzQ':_0x201835(0x1e9),'tmZEr':_0x201835(0x158),'VOuas':_0x201835(0x1bc)};if(!_0x48f2e3[_0x201835(0x194)](isBrowserstackInfra)){if(_0x48f2e3[_0x201835(0x1b8)](_0x48f2e3[_0x201835(0x1aa)],_0x48f2e3['Mvqtl']))return;else _0x1c33aa=_0x48f2e3[_0x201835(0x1e4)](_0xc816a6,_0x5a1d85[_0x201835(0x192)](_0x31ae95[_0x201835(0x1ef)]));}let _0x4a5601=![];try{_0x48f2e3['vhMtT'](_0x48f2e3[_0x201835(0x1d6)],_0x48f2e3[_0x201835(0x1a6)])?_0x439cac[_0x201835(0x17a)](_0x48f2e3['pSogg']):(await __drivers[0x0]['session_'],_0x4a5601=!![],_0x48f2e3[_0x201835(0x1b0)](__error_messages__[_0x201835(0x147)],0x0)?_0x48f2e3[_0x201835(0x15d)](_0x48f2e3[_0x201835(0x17b)],_0x48f2e3[_0x201835(0x166)])?(_0x48f2e3[_0x201835(0x179)](_0x44f194,_0xdad3a9),_0x48f2e3['tLAwf'](_0x5d9cd6)):await __drivers[0x0][_0x201835(0x1b9)](_0x201835(0x203)+JSON['stringify'](__error_messages__[_0x201835(0x173)](_0x48f2e3[_0x201835(0x209)]))+'}}'):_0x48f2e3[_0x201835(0x1b7)](_0x48f2e3[_0x201835(0x14e)],_0x48f2e3[_0x201835(0x14e)])?_0x3803e0[_0x201835(0x1ed)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x201835(0x20d)][_0x201835(0x1f5)]()+_0x201835(0x1fa),_0x55f076):await __drivers[0x0][_0x201835(0x1b9)](_0x48f2e3['FXEJW']));}catch(_0x5c3bc8){if(_0x48f2e3[_0x201835(0x16d)](_0x48f2e3['tzzbK'],_0x48f2e3[_0x201835(0x156)])){const _0x2230a0=_0x48f2e3[_0x201835(0x207)](_0x58e1a1,async()=>{const _0x33acce=_0x201835;_0x48f2e3[_0x33acce(0x181)](_0x366461[_0x33acce(0x1d1)]()[_0x33acce(0x1a5)],0x0)&&(_0x48f2e3[_0x33acce(0x20f)](_0x199e65,_0x2230a0),_0x48f2e3[_0x33acce(0x1e1)](_0x5eeb04));},0x3e8);}else console[_0x201835(0x162)](_0x5c3bc8);}__error_messages__=[];if(_0x4a5601){if(_0x48f2e3[_0x201835(0x1ce)](_0x48f2e3[_0x201835(0x197)],_0x48f2e3[_0x201835(0x1e7)]))try{if(_0x48f2e3[_0x201835(0x16d)](_0x48f2e3[_0x201835(0x1ac)],_0x48f2e3[_0x201835(0x152)]))return _0x3d9658[_0x201835(0x1dc)](/\\u001b\[.*?m/g,'')[_0x201835(0x1a9)](0x1,-0x1);else await __drivers[0x0][_0x201835(0x1f1)]();}catch(_0x115b29){_0x48f2e3[_0x201835(0x15d)](_0x48f2e3[_0x201835(0x1d9)],_0x48f2e3[_0x201835(0x1f4)])?_0x248a31=![]:console[_0x201835(0x162)](_0x115b29);}else _0x493259[_0x201835(0x20d)]=_0x9494d0;}}beforeAll(async()=>{const _0x3d4a9a=a13_0x5de334,_0x2764f4={'NNDmC':function(_0x191beb,_0x1908e5){return _0x191beb>_0x1908e5;},'SUTly':function(_0x17c7fd,_0x435653){return _0x17c7fd(_0x435653);},'dtmVb':function(_0x3c0ba4,_0x33ac8e){return _0x3c0ba4(_0x33ac8e);},'rqMJa':function(_0x558712,_0x3a94f3){return _0x558712(_0x3a94f3);},'CXYBq':function(_0x120baf,_0x5dac23){return _0x120baf!==_0x5dac23;},'pTaBo':_0x3d4a9a(0x167),'mXIbr':_0x3d4a9a(0x196),'AWmWY':_0x3d4a9a(0x172),'ClnPw':function(_0x2051fe,_0xe105e6){return _0x2051fe!==_0xe105e6;},'XOLqY':_0x3d4a9a(0x200),'MWhSw':function(_0x1c9506,_0x2a9b3c){return _0x1c9506===_0x2a9b3c;},'oIEVx':_0x3d4a9a(0x1ca),'JSShr':_0x3d4a9a(0x142),'ftqxh':function(_0x17ed37,_0x14e22c){return _0x17ed37!==_0x14e22c;},'zDKME':_0x3d4a9a(0x1b2),'wxqry':function(_0xd1d567){return _0xd1d567();},'bPOdN':function(_0x102836,_0x313cb3){return _0x102836===_0x313cb3;},'IucMb':_0x3d4a9a(0x168),'jUkam':function(_0x431d75,_0x329122,_0x421354){return _0x431d75(_0x329122,_0x421354);}},_0x3d0ad7='browserstack internal helper hook';_0x2764f4[_0x3d4a9a(0x14f)](typeof jasmine,_0x2764f4[_0x3d4a9a(0x150)])&&(_0x2764f4[_0x3d4a9a(0x15e)](_0x2764f4[_0x3d4a9a(0x165)],_0x2764f4[_0x3d4a9a(0x1d7)])?_0x40df48[_0x3d4a9a(0x20d)][_0x3d4a9a(0x1ad)]&&_0x2764f4[_0x3d4a9a(0x19c)](_0x28228b['currentTest']['failedExpectations'][_0x3d4a9a(0x147)],0x0)?(_0x328817=!![],_0x486067=_0x2764f4[_0x3d4a9a(0x171)](_0x329972,_0x8ef52c['stringify'](_0x4314d4[_0x3d4a9a(0x20d)][_0x3d4a9a(0x1ad)][0x0][_0x3d4a9a(0x15b)]))):_0x34d29c=_0x2764f4['dtmVb'](_0x5d6cfa,_0x4a4393[_0x3d4a9a(0x192)](_0x44741d[_0x3d4a9a(0x20d)][_0x3d4a9a(0x164)])):jasmine[_0x3d4a9a(0x17e)]()[_0x3d4a9a(0x16e)]({'specStarted':_0xa095ae=>{const _0x1fb568=_0x3d4a9a,_0x3d8552={'iDiLV':function(_0x1985be,_0x981d92){const _0x2cc9f7=a13_0x2739;return _0x2764f4[_0x2cc9f7(0x1cd)](_0x1985be,_0x981d92);}};_0x2764f4[_0x1fb568(0x15c)](_0x2764f4[_0x1fb568(0x14c)],_0x2764f4[_0x1fb568(0x186)])?jasmine[_0x1fb568(0x20d)]=_0xa095ae:(_0x14aa15=!![],_0x289e68=_0x3d8552[_0x1fb568(0x16f)](_0x18b6b0,_0x919b52[_0x1fb568(0x192)](_0x49b56b[_0x1fb568(0x20d)][_0x1fb568(0x1ad)][0x0][_0x1fb568(0x15b)])));}}));let _0x459b77=![];try{_0x2764f4[_0x3d4a9a(0x208)](_0x2764f4[_0x3d4a9a(0x1cc)],_0x2764f4['zDKME'])?_0x30c047['info'](_0x2764f4[_0x3d4a9a(0x1ec)]):(await __drivers[0x0][_0x3d4a9a(0x19b)],_0x459b77=!![]);}catch(_0x3ca070){}if(_0x459b77)try{try{if(_0x2764f4['wxqry'](isTestObservabilitySession)){if(global[_0x3d4a9a(0x1ab)][0x0]){if(_0x2764f4[_0x3d4a9a(0x19f)](_0x2764f4[_0x3d4a9a(0x1cf)],_0x2764f4[_0x3d4a9a(0x1cf)]))await _0x2764f4[_0x3d4a9a(0x1c2)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x3d4a9a(0x160)](process['pid']+_0x3d4a9a(0x1e0)));else return;}}}catch{}}catch(_0x44734b){}}),beforeEach(async()=>{const _0x4cf0cb=a13_0x5de334,_0x298149={'nlgci':function(_0x136bc0,_0x564a50){return _0x136bc0>_0x564a50;},'qUfKI':function(_0x197574){return _0x197574();},'QfUAJ':function(_0x140cf6,_0x872a81,_0x751298){return _0x140cf6(_0x872a81,_0x751298);},'AUIVZ':function(_0x3fb338,_0x7b63ac){return _0x3fb338===_0x7b63ac;},'dbNID':_0x4cf0cb(0x1f0),'RIXrz':'https:','hrClM':_0x4cf0cb(0x1a3),'zQBYV':function(_0x3c289d,_0x7f1cd5){return _0x3c289d>_0x7f1cd5;}},_0x464ef9='browserstack internal helper hook';try{_0x298149[_0x4cf0cb(0x163)](__drivers[_0x4cf0cb(0x147)],0x1)&&(await _0x298149['qUfKI'](driverCleanup),__drivers[_0x4cf0cb(0x145)]());const _0x3cf2d1=expect[_0x4cf0cb(0x19a)]()['currentTestName'];__drivers[0x0][_0x4cf0cb(0x210)]=_0x3cf2d1;_0x298149[_0x4cf0cb(0x163)](__drivers[0x0][_0x4cf0cb(0x1dd)],0x0)&&await _0x298149[_0x4cf0cb(0x20b)](driverCleanup);let _0x4445ad=_0x298149[_0x4cf0cb(0x1be)](shouldScanTestForAccessibility,_0x3cf2d1,![]);if(_0x298149['qUfKI'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x4cf0cb(0x1df)])try{let _0x4dcdbb=await __drivers[0x0][_0x4cf0cb(0x19b)];if(_0x4dcdbb){let _0x36f6e1=!![],_0x3cf2f1=await __drivers[0x0][_0x4cf0cb(0x1eb)](),_0x1e679e;try{_0x1e679e=new URL(_0x3cf2f1);}catch(_0x5e6b76){_0x36f6e1=![];}_0x36f6e1=_0x298149[_0x4cf0cb(0x1a7)](_0x1e679e[_0x4cf0cb(0x1c7)],_0x298149[_0x4cf0cb(0x1b1)])||_0x298149['AUIVZ'](_0x1e679e[_0x4cf0cb(0x1c7)],_0x298149[_0x4cf0cb(0x1b6)]),_0x36f6e1&&(_0x4445ad?(logger[_0x4cf0cb(0x17a)](_0x298149[_0x4cf0cb(0x19e)]),await __drivers[0x0]['executeAsyncScript'](_0x4cf0cb(0x189))):await __drivers[0x0][_0x4cf0cb(0x1b9)](_0x4cf0cb(0x1ba)));}}catch(_0x3373fd){logger[_0x4cf0cb(0x1ed)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x3373fd);}if(_0x298149[_0x4cf0cb(0x1bf)](__drivers[0x0][_0x4cf0cb(0x1dd)],0x0))await _0x298149[_0x4cf0cb(0x20b)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x1e77b2=a13_0x5de334,_0x35bd6b={'dTPDp':function(_0x4559cb,_0x9f7f3d){return _0x4559cb>_0x9f7f3d;},'sqsWo':function(_0x541853){return _0x541853();},'VhMyN':function(_0x4df2ed,_0x14e2b3){return _0x4df2ed===_0x14e2b3;},'YdKDL':_0x1e77b2(0x1ea),'rYihX':_0x1e77b2(0x17c),'NkUqa':function(_0x91d1f9,_0x355aa6,_0x1131c7,_0x157fd6){return _0x91d1f9(_0x355aa6,_0x1131c7,_0x157fd6);},'YfCBM':function(_0x4947b3,_0x3eb96e,_0x42f2b7){return _0x4947b3(_0x3eb96e,_0x42f2b7);},'VrSvT':_0x1e77b2(0x184),'sZnax':function(_0x40181a,_0x1470d8){return _0x40181a(_0x1470d8);},'Estpo':_0x1e77b2(0x172),'apipr':function(_0x381644,_0x5e4687,_0x35304e){return _0x381644(_0x5e4687,_0x35304e);},'sDePX':_0x1e77b2(0x191),'kzXTD':function(_0xe560f,_0xbdeacf){return _0xe560f>_0xbdeacf;}},_0x352982='browserstack internal helper hook';try{_0x35bd6b[_0x1e77b2(0x1b4)](__drivers[_0x1e77b2(0x147)],0x1)&&(await _0x35bd6b[_0x1e77b2(0x185)](driverCleanup),__drivers[_0x1e77b2(0x145)]());try{if(global[_0x1e77b2(0x188)]&&_0x35bd6b[_0x1e77b2(0x170)](global[_0x1e77b2(0x155)],_0x35bd6b[_0x1e77b2(0x1f8)])&&__drivers[0x0]){const _0x2c2e86=_0x35bd6b[_0x1e77b2(0x1b4)](global[_0x1e77b2(0x144)][_0x1e77b2(0x147)],0x0)?!!global[_0x1e77b2(0x144)][0x0][_0x1e77b2(0x1d5)]||!!global[_0x1e77b2(0x144)][0x0][_0x35bd6b['rYihX']]:![],_0x206a39={};_0x206a39[_0x1e77b2(0x1d5)]=_0x2c2e86,await _0x35bd6b['NkUqa'](percyAutoCapture,__drivers[0x0],_0x35bd6b[_0x1e77b2(0x1f8)],_0x206a39);}}catch(_0x2b17ba){}let _0x20f747=_0x35bd6b['YfCBM'](shouldScanTestForAccessibility,expect['getState']()[_0x1e77b2(0x146)],![]);try{if(_0x35bd6b['sqsWo'](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0x20f747&&logger[_0x1e77b2(0x17a)](_0x35bd6b[_0x1e77b2(0x1e3)]);const _0x2f0be2={'saveResults':_0x20f747,'testDetails':{'name':expect[_0x1e77b2(0x19a)]()[_0x1e77b2(0x146)],'testRunId':process[_0x1e77b2(0x206)]['BS_A11Y_TEST_RUN_ID'],'filePath':expect[_0x1e77b2(0x19a)]()[_0x1e77b2(0x17d)],'scopeList':[expect[_0x1e77b2(0x19a)]()[_0x1e77b2(0x146)]]},'platform':await _0x35bd6b[_0x1e77b2(0x1e5)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x1e77b2(0x1d3)](_0x1e77b2(0x1e2),_0x2f0be2),_0x20f747&&logger[_0x1e77b2(0x17a)](_0x35bd6b['Estpo']);}}catch(_0x3c5ef3){logger[_0x1e77b2(0x1ed)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x1e77b2(0x20d)]['titlePath']()+_0x1e77b2(0x1fa),_0x3c5ef3);}await _0x35bd6b[_0x1e77b2(0x185)](setContext);try{if(_0x35bd6b[_0x1e77b2(0x185)](isTestObservabilitySession)){global[_0x1e77b2(0x1ab)][0x0]&&await _0x35bd6b[_0x1e77b2(0x1c1)](sendPlatformDetails,global[_0x1e77b2(0x1ab)][0x0],TestDetails['getTestUUID'](process[_0x1e77b2(0x1ee)]+_0x1e77b2(0x1e0)));if(_0x35bd6b[_0x1e77b2(0x185)](isBrowserstackInfra)){const _0x5333b2=_0x1e77b2(0x1c3)+Date[_0x1e77b2(0x1b3)]();await _0x35bd6b[_0x1e77b2(0x1e8)](executeAnnotate,JSON['stringify'](_0x5333b2),_0x35bd6b[_0x1e77b2(0x176)]);}}}catch(_0x21017e){}_0x35bd6b['kzXTD'](__drivers[0x0][_0x1e77b2(0x1dd)],0x0)&&await _0x35bd6b[_0x1e77b2(0x185)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x11d1d9={'xbsbS':function(_0x10afc6,_0x5c0912){return _0x10afc6<=_0x5c0912;},'arqWr':function(_0x3c4224,_0x284f5b){return _0x3c4224(_0x284f5b);},'QQGFS':function(_0xc103e7){return _0xc103e7();},'zmxhw':function(_0x52a55e,_0x48982a,_0x2d3ef0){return _0x52a55e(_0x48982a,_0x2d3ef0);},'EcbDP':function(_0x3d1be7){return _0x3d1be7();}};jest['setTimeout'](0x186a0);const _0x34ec5f='browserstack internal helper hook';await new Promise(_0x14f208=>{const _0x2f3575=a13_0x2739,_0xf73ce7=_0x11d1d9[_0x2f3575(0x151)](setInterval,async()=>{const _0x145a4d=_0x2f3575;_0x11d1d9[_0x145a4d(0x16a)](RequestQueueHandler[_0x145a4d(0x1d1)]()[_0x145a4d(0x1a5)],0x0)&&(_0x11d1d9[_0x145a4d(0x177)](clearInterval,_0xf73ce7),_0x11d1d9[_0x145a4d(0x143)](_0x14f208));},0x3e8);});try{await _0x11d1d9['EcbDP'](driverCleanup);}catch(_0x5bf2bd){}process['removeAllListeners']();},0x2710);
|
|
1
|
+
const a13_0x34e7ce=a13_0x1c42;function a13_0x1c42(_0x510895,_0x576777){const _0x4da13e=a13_0x4da1();return a13_0x1c42=function(_0x1c4298,_0x38fbe6){_0x1c4298=_0x1c4298-0x13a;let _0x56dadb=_0x4da13e[_0x1c4298];return _0x56dadb;},a13_0x1c42(_0x510895,_0x576777);}(function(_0x4a63b8,_0x5cc038){const _0x1ddaac=a13_0x1c42,_0x2e39dc=_0x4a63b8();while(!![]){try{const _0x3bd26a=-parseInt(_0x1ddaac(0x192))/0x1+parseInt(_0x1ddaac(0x182))/0x2*(parseInt(_0x1ddaac(0x1c0))/0x3)+-parseInt(_0x1ddaac(0x1e0))/0x4+-parseInt(_0x1ddaac(0x1ac))/0x5+parseInt(_0x1ddaac(0x177))/0x6*(-parseInt(_0x1ddaac(0x1b2))/0x7)+parseInt(_0x1ddaac(0x1d9))/0x8*(parseInt(_0x1ddaac(0x171))/0x9)+parseInt(_0x1ddaac(0x1bd))/0xa*(parseInt(_0x1ddaac(0x1cb))/0xb);if(_0x3bd26a===_0x5cc038)break;else _0x2e39dc['push'](_0x2e39dc['shift']());}catch(_0x2090fe){_0x2e39dc['push'](_0x2e39dc['shift']());}}}(a13_0x4da1,0xaec3e));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x34e7ce(0x167)),{isBrowserstackInfra}=require(a13_0x34e7ce(0x1d2));let __error_messages__=[];const RequestQueueHandler=require(a13_0x34e7ce(0x19f));function a13_0x4da1(){const _0x365566=['addReporter','wkyEz','../../helpers/test-observability/requestQueueHandler','zRhcy','stringify','kyLEs','pendingUploads','YeHgL','sfolB','\x22}}','getState','cbSvS','IRczu','.\x20Error\x20:','cXEGA','4069280tgpCct','rixRf','bISJr','pWqvc','\x0a\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\x20this.res\x20=\x20null;\x0a\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\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\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\x20this.res\x20=\x20window.tapTransporterData;\x0a\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});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\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\x20window.dispatchEvent(e);\x0a\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\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20','wJLga','987AfmkyU','PypWq','__drivers','aeeGA','odNsF','initQuit','VnJXO','http:','XjekC','kGiuu','KcAgb','4814540wurWtY','WfsTt','percyCaptureMode','6GEutKR','KateR','getCurrentUrl','ogMvo','cLWFU','specStarted','JazVQ',',\x22level\x22:\x20\x22','description','protocol','unhSy','44ScKeXR','LqHyA','xfXXA','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','getEnv','executeScript','../../helpers/helper','VGjqa','cGMBw','owRcU','ClHeP','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','BS_A11Y_TEST_RUN_ID','3076032pvckmZ','SbHYJ','rgSqM','zutsy','KkhSw','OyDqL','CZtNG','2193128gZVmUy','CwEGG','dmVWv','xEAhN','getInstance','capabilities','zOYyP','YpynT','fbtKA','executeAsyncScript','NjSwT','currentTest','percy','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','testPath','ArqAP','hHGbi','yDDCI','IRXZa','vndZV','isAccessibilityPlatform','dlTMk','error','WrDaO','EauLH','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','info','log','RlZsP','undefined','XQRbU','KSGwa','app','LKaqx','AQjkV','YHocu','jzUdz','iuBcf','EoUFf',':testAnalyticsId','currentTestName','failedExpectations','ylBHH','XXAii','lHWIl','qUEjX','iFXNS','shift','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','errors','gUOsR','\x0a\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\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\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\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\x20window.dispatchEvent(e);\x0a\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\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\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\x20callback();\x0a\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\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','getTestUUID','TpdSL','appium:app','syGTO','setTimeout','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','name','ptiQA','kBskE','LMGKx','ICxPe','QJMQn','XLhIT','../../helpers/test-observability/utils','YvPcl','GgioQ','length','pqrcK','CqoKO','vIqax','YrGwr','pFNFY','WqHfR','27xkCRsz','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','XpmoM','removeAllListeners','oPACO','push','40542dpMvRx','OtTpL','NSweC','vOGjx','mEGBl','pid','\x22,\x22level\x22:\x20\x22info\x22}}','dDLqC','INItN','../../helpers/accessibility-automation/helper','pHEKl','203594PhrdqQ','ObservabilitySync:','DIvYw','ZcEQf','gjvQM','rAdlP','Uxlnb','UGZvo','KiUkw','USKeD','OuEfA','KLRgU','quitCount_','uHzfI','replace','zQxNR','252209sXYxhH','tRKqL','debug','TWjUa','tZRcg','mArUI','HmmVu','browserstackSessionName','KHfWp','message','\x22,\x22level\x22:\x20\x22error\x22}}'];a13_0x4da1=function(){return _0x365566;};return a13_0x4da1();}jest[a13_0x34e7ce(0x15e)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x34e7ce(0x180)),{percyAutoCapture}=require(a13_0x34e7ce(0x1d2)),logger=require('../../helpers/logger')['winstonLogger'],TestDetails=require('./test-observability/test-details');function stripUnicode(_0x595ebf){const _0x2651b8=a13_0x34e7ce;return _0x595ebf[_0x2651b8(0x190)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0x3ae606=a13_0x34e7ce,_0x55b373={'IRczu':function(_0x55bfd4,_0x2f6e2d){return _0x55bfd4(_0x2f6e2d);},'xfXXA':function(_0x15698a){return _0x15698a();},'NtozO':function(_0x520a71,_0x56ce04){return _0x520a71>_0x56ce04;},'ZcEQf':function(_0x42baba,_0x12ba0c){return _0x42baba(_0x12ba0c);},'WqHfR':function(_0x5aefa6,_0x20d142){return _0x5aefa6<=_0x20d142;},'rAdlP':function(_0x120caf,_0xbe860a){return _0x120caf(_0xbe860a);},'gjvQM':function(_0x4cec4e){return _0x4cec4e();},'NSweC':function(_0x1ab48f,_0x69b08d){return _0x1ab48f<=_0x69b08d;},'KateR':function(_0x23f99f,_0x3e00f1){return _0x23f99f(_0x3e00f1);},'wkyEz':function(_0x2793bc){return _0x2793bc();},'OyDqL':function(_0x5c6d47,_0x2a6b46,_0x53945c){return _0x5c6d47(_0x2a6b46,_0x53945c);},'HmmVu':function(_0xd49f3c,_0x104442){return _0xd49f3c(_0x104442);},'xkEUl':function(_0x217de0){return _0x217de0();},'zQxNR':function(_0x5e4c08,_0x399e0a){return _0x5e4c08!==_0x399e0a;},'dmVWv':_0x3ae606(0x1e8),'tRKqL':function(_0x5f209e,_0x43e29d){return _0x5f209e===_0x43e29d;},'gyhej':'AgWoa','vGCmN':'DOKLe','JazVQ':function(_0x12b64b,_0x7f6998){return _0x12b64b!==_0x7f6998;},'RlZsP':'undefined','YHocu':'dFFFI','aEBwx':function(_0x39edfb,_0x34a60f){return _0x39edfb>_0x34a60f;},'CYkEJ':_0x3ae606(0x164),'AmhOG':_0x3ae606(0x16b),'hHGbi':'xICVL','fTEDX':function(_0x5b0335,_0xc16c4e){return _0x5b0335(_0xc16c4e);},'sfolB':_0x3ae606(0x150),'CZtNG':function(_0x378a4a,_0x456ef5){return _0x378a4a===_0x456ef5;},'WrDaO':_0x3ae606(0x19a),'ClHeP':_0x3ae606(0x1db),'USKeD':function(_0x13de68,_0x388d34){return _0x13de68(_0x388d34);},'uHzfI':function(_0x551664,_0x165453){return _0x551664===_0x165453;},'oPACO':_0x3ae606(0x15b),'cXEGA':_0x3ae606(0x1b3),'XQRbU':_0x3ae606(0x1be)};if(!_0x55b373['xkEUl'](isBrowserstackInfra)){if(_0x55b373[_0x3ae606(0x191)](_0x55b373[_0x3ae606(0x1e2)],_0x55b373['dmVWv']))_0x55b373[_0x3ae606(0x1a9)](_0x4d5f1a,_0x59e002),_0x55b373[_0x3ae606(0x1cd)](_0x2966b5);else return;}if(!sessionNameProvided){if(_0x55b373[_0x3ae606(0x193)](_0x55b373['gyhej'],_0x55b373['vGCmN']))_0x9d16a4[_0x3ae606(0x13c)](_0x3ae606(0x156)+_0x54b50a);else{const _0x354593=expect[_0x3ae606(0x1a7)]()['currentTestName'];await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x354593+_0x3ae606(0x1a6));}}let _0x1da5da=null,_0x304a52=![];if(_0x55b373[_0x3ae606(0x1c6)](typeof jasmine,_0x55b373[_0x3ae606(0x142)]))_0x55b373[_0x3ae606(0x1c6)](_0x55b373['YHocu'],_0x55b373[_0x3ae606(0x149)])?_0x28bb98[_0x3ae606(0x1eb)]['failedExpectations']&&_0x55b373['NtozO'](_0x3c7982[_0x3ae606(0x1eb)][_0x3ae606(0x14f)]['length'],0x0)?(_0x300da4=!![],_0x1c61c0=_0x55b373[_0x3ae606(0x1a9)](_0x33a581,_0x453825[_0x3ae606(0x1a1)](_0x3eb37f['currentTest'][_0x3ae606(0x14f)][0x0][_0x3ae606(0x19b)]))):_0x36aac4=_0x55b373['ZcEQf'](_0x10a566,_0x366605['stringify'](_0x39192[_0x3ae606(0x1eb)][_0x3ae606(0x1c8)])):jasmine['currentTest'][_0x3ae606(0x14f)]&&_0x55b373['aEBwx'](jasmine[_0x3ae606(0x1eb)][_0x3ae606(0x14f)]['length'],0x0)?_0x55b373[_0x3ae606(0x193)](_0x55b373['CYkEJ'],_0x55b373['AmhOG'])?_0xd1a4e=new _0x3ffd0c(_0x438c11):(_0x304a52=!![],_0x1da5da=_0x55b373[_0x3ae606(0x185)](stripUnicode,JSON[_0x3ae606(0x1a1)](jasmine['currentTest'][_0x3ae606(0x14f)][0x0]['message']))):_0x55b373[_0x3ae606(0x191)](_0x55b373[_0x3ae606(0x1f0)],_0x55b373['hHGbi'])?_0x55b373[_0x3ae606(0x170)](_0x425caf[_0x3ae606(0x1e4)]()['pendingUploads'],0x0)&&(_0x55b373[_0x3ae606(0x187)](_0x5aff8e,_0x4cea93),_0x55b373[_0x3ae606(0x186)](_0x366dfe)):_0x1da5da=_0x55b373['fTEDX'](stripUnicode,JSON[_0x3ae606(0x1a1)](jasmine['currentTest'][_0x3ae606(0x1c8)]));else{if(_0x55b373[_0x3ae606(0x193)](_0x55b373[_0x3ae606(0x1a5)],_0x55b373[_0x3ae606(0x1a5)])){if(testContext[_0x3ae606(0x157)]&&_0x55b373['aEBwx'](testContext[_0x3ae606(0x157)]['length'],0x0)){if(_0x55b373[_0x3ae606(0x1df)](_0x55b373[_0x3ae606(0x13d)],_0x55b373[_0x3ae606(0x13d)]))_0x304a52=!![],_0x1da5da=_0x55b373[_0x3ae606(0x198)](stripUnicode,JSON[_0x3ae606(0x1a1)](testContext[_0x3ae606(0x157)][0x0][0x0][_0x3ae606(0x19b)]||testContext['errors'][0x0][0x0]));else return;}else{if(_0x55b373[_0x3ae606(0x1df)](_0x55b373[_0x3ae606(0x1d6)],_0x55b373[_0x3ae606(0x1d6)]))_0x1da5da=_0x55b373[_0x3ae606(0x18b)](stripUnicode,JSON['stringify'](testContext[_0x3ae606(0x160)]));else return _0x2ea849[_0x3ae606(0x190)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}}else{const _0x2d79ad={'jzUdz':function(_0x349bbc,_0x143d25){const _0x56bce9=_0x3ae606;return _0x55b373[_0x56bce9(0x179)](_0x349bbc,_0x143d25);},'rixRf':function(_0x31cf38,_0x524607){const _0x560a1e=_0x3ae606;return _0x55b373[_0x560a1e(0x1c1)](_0x31cf38,_0x524607);},'AQjkV':function(_0x3fa27e){const _0x2fce1b=_0x3ae606;return _0x55b373[_0x2fce1b(0x19e)](_0x3fa27e);}},_0x3b49c4=_0x55b373[_0x3ae606(0x1de)](_0x731373,async()=>{const _0x30a9d0=_0x3ae606;_0x2d79ad[_0x30a9d0(0x14a)](_0x128e38[_0x30a9d0(0x1e4)]()[_0x30a9d0(0x1a3)],0x0)&&(_0x2d79ad[_0x30a9d0(0x1ad)](_0x581ab2,_0x3b49c4),_0x2d79ad[_0x30a9d0(0x148)](_0xb922a8));},0x3e8);}}if(_0x304a52){if(_0x55b373[_0x3ae606(0x18f)](_0x55b373[_0x3ae606(0x175)],_0x55b373[_0x3ae606(0x1ab)])){const _0x502d7a={};_0x502d7a[_0x3ae606(0x1c5)]=_0x23c298=>{const _0x4005ac=_0x3ae606;_0x3a0a5c[_0x4005ac(0x1eb)]=_0x23c298;},_0x10ef02[_0x3ae606(0x1d0)]()[_0x3ae606(0x19d)](_0x502d7a);}else __error_messages__[_0x3ae606(0x176)](_0x1da5da),await __drivers[0x0][_0x3ae606(0x1d1)](_0x3ae606(0x15f)+_0x1da5da+_0x3ae606(0x19c));}else _0x55b373[_0x3ae606(0x1df)](_0x55b373[_0x3ae606(0x144)],_0x55b373[_0x3ae606(0x144)])?await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x1da5da+_0x3ae606(0x17d)):_0xcf5be7=_0x55b373[_0x3ae606(0x198)](_0x108f48,_0x3e9826[_0x3ae606(0x1a1)](_0x272c6a[_0x3ae606(0x160)]));}const executeAnnotate=async(_0x16563f,_0x25a9ea)=>{const _0x788645=a13_0x34e7ce;await global[_0x788645(0x1b4)][0x0][_0x788645(0x1d1)](_0x788645(0x1d7)+_0x16563f+_0x788645(0x1c7)+_0x25a9ea+_0x788645(0x1a6));};async function driverCleanup(){const _0x416656=a13_0x34e7ce,_0x480aec={'OxthR':function(_0x2c48f1,_0x201f96){return _0x2c48f1(_0x201f96);},'gQPLB':function(_0x4604b7,_0x5cef5f){return _0x4604b7(_0x5cef5f);},'OuEfA':function(_0x1c3b50,_0x16b8e5){return _0x1c3b50(_0x16b8e5);},'UGZvo':function(_0x98605b,_0x5dc4c0){return _0x98605b>_0x5dc4c0;},'vndZV':function(_0x16ee0b,_0xb8a2e3){return _0x16ee0b(_0xb8a2e3);},'pWqvc':_0x416656(0x13f),'bOVNn':function(_0x5bfe9e){return _0x5bfe9e();},'iuBcf':function(_0x42782f,_0x2e784e){return _0x42782f!==_0x2e784e;},'QRQuC':_0x416656(0x17e),'iqtqe':_0x416656(0x1c3),'KcAgb':function(_0x3c2d51,_0x2bcc7b){return _0x3c2d51!==_0x2bcc7b;},'kGiuu':_0x416656(0x16c),'pGNhk':function(_0x52529c,_0x2b844a){return _0x52529c>_0x2b844a;},'LqHyA':function(_0x52a0bb,_0x45d9f6){return _0x52a0bb!==_0x45d9f6;},'JGuVg':_0x416656(0x1a0),'tGqSj':_0x416656(0x165),'KiUkw':'\x20|\x20','NHvoe':_0x416656(0x13b),'VGjqa':_0x416656(0x172),'XjekC':function(_0x50e149,_0x437c5e){return _0x50e149===_0x437c5e;},'gyFdn':_0x416656(0x168),'zutsy':_0x416656(0x1d4),'owRcU':function(_0x46df16,_0x51e813){return _0x46df16!==_0x51e813;},'vOGjx':_0x416656(0x1e1),'DIvYw':_0x416656(0x16e),'bISJr':'jkDjf','YpynT':function(_0x12d9e6,_0x1e818a){return _0x12d9e6!==_0x1e818a;},'bvREV':_0x416656(0x17f),'NjSwT':_0x416656(0x169)};if(!_0x480aec['bOVNn'](isBrowserstackInfra)){if(_0x480aec[_0x416656(0x14b)](_0x480aec['QRQuC'],_0x480aec['iqtqe']))return;else _0x37560d=_0x480aec['OxthR'](_0x15b926,_0x1f952b[_0x416656(0x1a1)](_0x4c73e[_0x416656(0x1eb)][_0x416656(0x1c8)]));}let _0x5eca3a=![];try{_0x480aec[_0x416656(0x1bc)](_0x480aec['kGiuu'],_0x480aec[_0x416656(0x1bb)])?_0x3facc1[_0x416656(0x141)](_0x113976):(await __drivers[0x0]['session_'],_0x5eca3a=!![],_0x480aec['pGNhk'](__error_messages__[_0x416656(0x16a)],0x0)?_0x480aec[_0x416656(0x1cc)](_0x480aec['JGuVg'],_0x480aec['tGqSj'])?await __drivers[0x0]['executeScript'](_0x416656(0x1ce)+JSON[_0x416656(0x1a1)](__error_messages__['join'](_0x480aec[_0x416656(0x18a)]))+'}}'):(_0x1e49dd=!![],_0x3c2d50=_0x480aec['gQPLB'](_0x1c5020,_0x3417bb['stringify'](_0x3f3639[_0x416656(0x1eb)]['failedExpectations'][0x0][_0x416656(0x19b)]))):_0x480aec['iuBcf'](_0x480aec['NHvoe'],_0x480aec['NHvoe'])?_0x585952[_0x416656(0x141)](_0x303734):await __drivers[0x0]['executeScript'](_0x480aec[_0x416656(0x1d3)]));}catch(_0x389d34){_0x480aec[_0x416656(0x1ba)](_0x480aec['gyFdn'],_0x480aec[_0x416656(0x1dc)])?(_0x3bc58c=!![],_0x4c59ea=_0x480aec[_0x416656(0x18c)](_0x59399a,_0x449765[_0x416656(0x1a1)](_0x5f4097[_0x416656(0x157)][0x0][0x0]['message']||_0x38df83[_0x416656(0x157)][0x0][0x0]))):console[_0x416656(0x141)](_0x389d34);}__error_messages__=[];if(_0x5eca3a){if(_0x480aec[_0x416656(0x1d5)](_0x480aec['vOGjx'],_0x480aec[_0x416656(0x17a)]))_0x26a0d5[_0x416656(0x157)]&&_0x480aec[_0x416656(0x189)](_0x32032f['errors'][_0x416656(0x16a)],0x0)?(_0x422655=!![],_0x36a177=_0x480aec['gQPLB'](_0x557925,_0x2cc978['stringify'](_0x4dec6a[_0x416656(0x157)][0x0][0x0][_0x416656(0x19b)]||_0x5017be[_0x416656(0x157)][0x0][0x0]))):_0x3ceb2b=_0x480aec[_0x416656(0x1f3)](_0x326780,_0x3f7b36[_0x416656(0x1a1)](_0x5518b9[_0x416656(0x160)]));else try{_0x480aec[_0x416656(0x1ba)](_0x480aec[_0x416656(0x184)],_0x480aec[_0x416656(0x1ae)])?_0x6a51b4[_0x416656(0x140)](_0x480aec[_0x416656(0x1af)]):await __drivers[0x0][_0x416656(0x1b7)]();}catch(_0x5ab066){_0x480aec[_0x416656(0x1e7)](_0x480aec['bvREV'],_0x480aec[_0x416656(0x1ea)])?console['log'](_0x5ab066):_0x3938eb[_0x416656(0x1eb)]=_0x1e58f7;}}}beforeAll(async()=>{const _0x3903f7=a13_0x34e7ce,_0x39f3c4={'KkhSw':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','EoUFf':function(_0x3c3122,_0x338af4){return _0x3c3122===_0x338af4;},'IRXZa':_0x3903f7(0x1f1),'DMmSo':function(_0x2be639,_0x407a82){return _0x2be639!==_0x407a82;},'JbWUk':_0x3903f7(0x143),'KLRgU':function(_0x21d2b8,_0x30aa98){return _0x21d2b8===_0x30aa98;},'XXAii':_0x3903f7(0x1e6),'odNsF':_0x3903f7(0x162),'ptiQA':_0x3903f7(0x1e3),'lHWIl':function(_0x1eea3d){return _0x1eea3d();},'cbSvS':function(_0x4bf9b6,_0x424938){return _0x4bf9b6===_0x424938;},'YeHgL':_0x3903f7(0x173),'gUOsR':_0x3903f7(0x1b1),'TWjUa':function(_0x5dc547,_0x39a35f,_0x1c5fd2){return _0x5dc547(_0x39a35f,_0x1c5fd2);}},_0x1f147c='browserstack internal helper hook';if(_0x39f3c4['DMmSo'](typeof jasmine,_0x39f3c4['JbWUk'])){if(_0x39f3c4[_0x3903f7(0x18d)](_0x39f3c4[_0x3903f7(0x151)],_0x39f3c4[_0x3903f7(0x1b6)]))return;else jasmine[_0x3903f7(0x1d0)]()[_0x3903f7(0x19d)]({'specStarted':_0x2365c2=>{const _0x5bba51=_0x3903f7;_0x39f3c4[_0x5bba51(0x14c)](_0x39f3c4[_0x5bba51(0x1f2)],_0x39f3c4[_0x5bba51(0x1f2)])?jasmine[_0x5bba51(0x1eb)]=_0x2365c2:_0x5639ff[_0x5bba51(0x140)](_0x39f3c4[_0x5bba51(0x1dd)]);}});}let _0x30650a=![];try{_0x39f3c4[_0x3903f7(0x18d)](_0x39f3c4[_0x3903f7(0x161)],_0x39f3c4[_0x3903f7(0x161)])?(await __drivers[0x0]['session_'],_0x30650a=!![]):_0x6d8754=![];}catch(_0x6298b1){}if(_0x30650a)try{try{_0x39f3c4[_0x3903f7(0x152)](isTestObservabilitySession)&&(global[_0x3903f7(0x1b4)][0x0]&&(_0x39f3c4[_0x3903f7(0x1a8)](_0x39f3c4[_0x3903f7(0x1a4)],_0x39f3c4[_0x3903f7(0x158)])?_0x49248f[_0x3903f7(0x13c)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x3903f7(0x1eb)]['titlePath']()+_0x3903f7(0x1aa),_0x40fcf0):await _0x39f3c4[_0x3903f7(0x195)](sendPlatformDetails,global[_0x3903f7(0x1b4)][0x0],TestDetails['getTestUUID'](process[_0x3903f7(0x17c)]+_0x3903f7(0x14d)))));}catch{}}catch(_0x45bb96){}}),beforeEach(async()=>{const _0x48345f=a13_0x34e7ce,_0x3798dd={'unhSy':function(_0x5baf0a,_0x1bd097){return _0x5baf0a>_0x1bd097;},'LKaqx':function(_0x1c1a3a){return _0x1c1a3a();},'LMGKx':function(_0x2d0b08,_0x5f0b98){return _0x2d0b08>_0x5f0b98;},'kyLEs':function(_0x3ce72f){return _0x3ce72f();},'KSGwa':function(_0x11b65a,_0x5a6f2d,_0x5f41b2){return _0x11b65a(_0x5a6f2d,_0x5f41b2);},'pHEKl':function(_0x2143f6){return _0x2143f6();},'qUEjX':function(_0xc2bd9e,_0x97d5c9){return _0xc2bd9e===_0x97d5c9;},'ArqAP':_0x48345f(0x1b9),'Uxlnb':'https:','EauLH':_0x48345f(0x1ed)},_0x4c8945='browserstack internal helper hook';try{_0x3798dd[_0x48345f(0x1ca)](__drivers[_0x48345f(0x16a)],0x1)&&(await _0x3798dd[_0x48345f(0x147)](driverCleanup),__drivers[_0x48345f(0x155)]());const _0x15d243=expect[_0x48345f(0x1a7)]()[_0x48345f(0x14e)];__drivers[0x0][_0x48345f(0x199)]=_0x15d243;_0x3798dd[_0x48345f(0x163)](__drivers[0x0]['quitCount_'],0x0)&&await _0x3798dd[_0x48345f(0x1a2)](driverCleanup);let _0x4b1c79=_0x3798dd[_0x48345f(0x145)](shouldScanTestForAccessibility,_0x15d243,![]);if(_0x3798dd[_0x48345f(0x181)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x48345f(0x13a)])try{let _0x4f031c=await __drivers[0x0]['session_'];if(_0x4f031c){let _0x487d35=!![],_0x20acdc=await __drivers[0x0][_0x48345f(0x1c2)](),_0x597bdf;try{_0x597bdf=new URL(_0x20acdc);}catch(_0x2f1409){_0x487d35=![];}_0x487d35=_0x3798dd['qUEjX'](_0x597bdf[_0x48345f(0x1c9)],_0x3798dd[_0x48345f(0x1ef)])||_0x3798dd[_0x48345f(0x153)](_0x597bdf[_0x48345f(0x1c9)],_0x3798dd[_0x48345f(0x188)]),_0x487d35&&(_0x4b1c79?(logger['info'](_0x3798dd[_0x48345f(0x13e)]),await __drivers[0x0]['executeAsyncScript'](_0x48345f(0x159))):await __drivers[0x0][_0x48345f(0x1d1)]('\x0a\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\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'));}}catch(_0x4e7a6b){logger['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x4e7a6b);}if(_0x3798dd[_0x48345f(0x1ca)](__drivers[0x0][_0x48345f(0x18e)],0x0))await _0x3798dd[_0x48345f(0x147)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x10f053=a13_0x34e7ce,_0x575096={'iFXNS':function(_0x463e6e,_0x9375df){return _0x463e6e>_0x9375df;},'tZRcg':function(_0xfcae85){return _0xfcae85();},'XWaSg':function(_0xf3a583,_0x37bb03){return _0xf3a583===_0x37bb03;},'cLWFU':'testcase','OtTpL':function(_0x4cb387,_0x221cd0){return _0x4cb387>_0x221cd0;},'jiiOE':_0x10f053(0x15c),'vIqax':function(_0x53480c,_0x53c26b,_0x540faa,_0x3fc1d8){return _0x53480c(_0x53c26b,_0x540faa,_0x3fc1d8);},'XLhIT':function(_0x240303,_0x2472c7,_0x6ec982){return _0x240303(_0x2472c7,_0x6ec982);},'pFNFY':function(_0x25d788){return _0x25d788();},'syGTO':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','SbHYJ':function(_0x34c38b,_0x132576){return _0x34c38b(_0x132576);},'VnJXO':_0x10f053(0x13f),'prWDM':function(_0x24dcda){return _0x24dcda();},'mEGBl':_0x10f053(0x194),'xkrhT':function(_0xfb67a8,_0x230b89){return _0xfb67a8>_0x230b89;},'ONGFe':function(_0x305a46){return _0x305a46();}},_0x337d8b='browserstack internal helper hook';try{_0x575096[_0x10f053(0x154)](__drivers['length'],0x1)&&(await _0x575096[_0x10f053(0x196)](driverCleanup),__drivers['shift']());try{if(global[_0x10f053(0x1ec)]&&_0x575096['XWaSg'](global[_0x10f053(0x1bf)],_0x575096[_0x10f053(0x1c4)])&&__drivers[0x0]){const _0x44e04b=_0x575096[_0x10f053(0x178)](global['capabilities'][_0x10f053(0x16a)],0x0)?!!global[_0x10f053(0x1e5)][0x0][_0x10f053(0x146)]||!!global[_0x10f053(0x1e5)][0x0][_0x575096['jiiOE']]:![],_0x2528cf={};_0x2528cf[_0x10f053(0x146)]=_0x44e04b,await _0x575096[_0x10f053(0x16d)](percyAutoCapture,__drivers[0x0],_0x575096[_0x10f053(0x1c4)],_0x2528cf);}}catch(_0x4b6145){}let _0x2eb229=_0x575096[_0x10f053(0x166)](shouldScanTestForAccessibility,expect['getState']()['currentTestName'],![]);try{if(_0x575096[_0x10f053(0x16f)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x10f053(0x13a)]){_0x2eb229&&logger[_0x10f053(0x140)](_0x575096[_0x10f053(0x15d)]);const _0x2c83b1={'saveResults':_0x2eb229,'testDetails':{'name':expect[_0x10f053(0x1a7)]()[_0x10f053(0x14e)],'testRunId':process['env'][_0x10f053(0x1d8)],'filePath':expect[_0x10f053(0x1a7)]()[_0x10f053(0x1ee)],'scopeList':[expect[_0x10f053(0x1a7)]()[_0x10f053(0x14e)]]},'platform':await _0x575096[_0x10f053(0x1da)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x10f053(0x1e9)](_0x10f053(0x1b0),_0x2c83b1),_0x2eb229&&logger[_0x10f053(0x140)](_0x575096[_0x10f053(0x1b8)]);}}catch(_0x378102){logger['error'](_0x10f053(0x1cf)+this[_0x10f053(0x1eb)]['titlePath']()+'.\x20Error\x20:',_0x378102);}await _0x575096['pFNFY'](setContext);try{if(_0x575096[_0x10f053(0x16f)](isTestObservabilitySession)){global[_0x10f053(0x1b4)][0x0]&&await _0x575096[_0x10f053(0x166)](sendPlatformDetails,global[_0x10f053(0x1b4)][0x0],TestDetails[_0x10f053(0x15a)](process['pid']+':testAnalyticsId'));if(_0x575096['prWDM'](isBrowserstackInfra)){const _0x4ab4ef=_0x10f053(0x183)+Date['now']();await _0x575096['XLhIT'](executeAnnotate,JSON[_0x10f053(0x1a1)](_0x4ab4ef),_0x575096[_0x10f053(0x17b)]);}}}catch(_0x5f0fce){}_0x575096['xkrhT'](__drivers[0x0]['quitCount_'],0x0)&&await _0x575096['ONGFe'](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x3beb55=a13_0x34e7ce,_0xea7156={'Ctajv':function(_0x4c317b,_0x1db70c){return _0x4c317b<=_0x1db70c;},'dvhwW':function(_0x23c490,_0x317004){return _0x23c490(_0x317004);},'aeeGA':function(_0x212c3f){return _0x212c3f();},'mArUI':function(_0x2f5f23,_0x1e6eb5,_0x13de05){return _0x2f5f23(_0x1e6eb5,_0x13de05);}};jest[_0x3beb55(0x15e)](0x186a0);const _0x36d0db='browserstack internal helper hook';await new Promise(_0x545bc2=>{const _0x585f18=_0x3beb55,_0x86100f=_0xea7156[_0x585f18(0x197)](setInterval,async()=>{const _0x31bcc9=_0x585f18;_0xea7156['Ctajv'](RequestQueueHandler[_0x31bcc9(0x1e4)]()[_0x31bcc9(0x1a3)],0x0)&&(_0xea7156['dvhwW'](clearInterval,_0x86100f),_0xea7156[_0x31bcc9(0x1b5)](_0x545bc2));},0x3e8);});try{await _0xea7156[_0x3beb55(0x1b5)](driverCleanup);}catch(_0x6dc09f){}process[_0x3beb55(0x174)]();},0x2710);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a14_0x3e7275=a14_0x4436;(function(_0x53597e,_0x37858d){const _0x3e38b4=a14_0x4436,_0x485b79=_0x53597e();while(!![]){try{const _0x557cb8=-parseInt(_0x3e38b4(0xd4))/0x1+-parseInt(_0x3e38b4(0xd7))/0x2+parseInt(_0x3e38b4(0xdf))/0x3+-parseInt(_0x3e38b4(0xd3))/0x4*(parseInt(_0x3e38b4(0xdb))/0x5)+-parseInt(_0x3e38b4(0xda))/0x6*(-parseInt(_0x3e38b4(0xd8))/0x7)+parseInt(_0x3e38b4(0xe0))/0x8*(parseInt(_0x3e38b4(0xd6))/0x9)+parseInt(_0x3e38b4(0xd5))/0xa*(parseInt(_0x3e38b4(0xdd))/0xb);if(_0x557cb8===_0x37858d)break;else _0x485b79['push'](_0x485b79['shift']());}catch(_0x37492a){_0x485b79['push'](_0x485b79['shift']());}}}(a14_0x2919,0x87365));const requestSpy=require(a14_0x3e7275(0xd9)),{addRequestSpy}=require(a14_0x3e7275(0xdc));function a14_0x4436(_0x398e3a,_0x26cd51){const _0x291920=a14_0x2919();return a14_0x4436=function(_0x4436d1,_0x198a53){_0x4436d1=_0x4436d1-0xd3;let _0x195f13=_0x291920[_0x4436d1];return _0x195f13;},a14_0x4436(_0x398e3a,_0x26cd51);}beforeAll(()=>{const _0x586ff0={'mfbpt':function(_0x23f88b){return _0x23f88b();}},_0x35ca3c='browserstack internal helper hook';_0x586ff0['mfbpt'](addRequestSpy);}),afterAll(async()=>{const _0x58a051=a14_0x3e7275,_0x1d7e4a='browserstack internal helper hook';jest[_0x58a051(0xde)](0xea60),requestSpy['restore']();});function a14_0x2919(){const _0x570666=['140313EZdbsw','80MSryYO','3704iTNTEa','1104231CsDKRL','471940ecTbRr','918315rJaXBx','2146994GTJqYn','208579NJvpXb','../../../helpers/request-spy','216fuaAte','3940lEEdRa','../../../helpers/test-observability/utils','308JVRFSO','setTimeout'];a14_0x2919=function(){return _0x570666;};return a14_0x2919();}
|