browserstack-node-sdk 1.31.6 → 1.31.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/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/percy/utils.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_0x486de5=a6_0xa54a;(function(_0x2b560e,_0xbed23){const _0x2db01c=a6_0xa54a,_0x551080=_0x2b560e();while(!![]){try{const _0x20d3da=parseInt(_0x2db01c(0x89))/0x1*(parseInt(_0x2db01c(0x8a))/0x2)+parseInt(_0x2db01c(0xc3))/0x3+parseInt(_0x2db01c(0xc0))/0x4*(parseInt(_0x2db01c(0xa0))/0x5)+-parseInt(_0x2db01c(0x8b))/0x6*(-parseInt(_0x2db01c(0x96))/0x7)+parseInt(_0x2db01c(0xc2))/0x8*(-parseInt(_0x2db01c(0x86))/0x9)+parseInt(_0x2db01c(0x83))/0xa*(parseInt(_0x2db01c(0xb1))/0xb)+-parseInt(_0x2db01c(0xbf))/0xc;if(_0x20d3da===_0xbed23)break;else _0x551080['push'](_0x551080['shift']());}catch(_0x58c1ed){_0x551080['push'](_0x551080['shift']());}}}(a6_0x5ce5,0x28112));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a6_0x486de5(0x9a)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule('cucumber/lib/index.js'),logger=require(a6_0x486de5(0x99))[a6_0x486de5(0x8c)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a6_0x486de5(0xbc)],configuration=process['env'][a6_0x486de5(0xb0)];if(configuration!==undefined){const config=JSON[a6_0x486de5(0xab)](configuration);isTrue(config[a6_0x486de5(0x8d)])&&(global[a6_0x486de5(0xc4)]=!![]),global[a6_0x486de5(0xa8)]=isTrue(config[a6_0x486de5(0xbe)]),require(a6_0x486de5(0xb7))[a6_0x486de5(0x90)](config),global[a6_0x486de5(0xa7)]=config[a6_0x486de5(0xa9)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];function a6_0xa54a(_0x2254fe,_0x4e07c2){const _0x5ce54b=a6_0x5ce5();return a6_0xa54a=function(_0xa54a3c,_0x210452){_0xa54a3c=_0xa54a3c-0x82;let _0x329571=_0x5ce54b[_0xa54a3c];return _0x329571;},a6_0xa54a(_0x2254fe,_0x4e07c2);}cucumberModule[a6_0x486de5(0xb3)]=_0x4f02d7=>{const _0x5df14f=a6_0x486de5,_0x3bcf10={'KTYVf':function(_0x34c8d4,_0xb2d11f){return _0x34c8d4(_0xb2d11f);}};global[_0x5df14f(0xc7)]=_0x4f02d7,_0x3bcf10[_0x5df14f(0x92)](__setDefaultTimeout,_0x4f02d7);};const a6_0xf1d99d={};function a6_0x5ce5(){const _0x3c3323=['platformCaps','YniIj','parse','vHUvM','Inside\x20browserstack\x20After','\x20|\x20','Inside\x20browserstack\x20Before','CONFIG','319dJyFzU','iKOyW','setDefaultTimeout','GOgqO','__driver','Error:\x20setting\x20status\x20at\x20After:\x20','../../index','Hsadz','mnxxC','\x22}}','gWgwl','After','lXUJx','skipSessionStatus','6074208XySvQU','52Edbjpe','xxizK','115072kYqoOX','186465PgzUQB','__skipSessionName','UFYXe','UVQpe','__timeout','debug','109520TCAxxA','Error:\x20quiting\x20at\x20After:\x20','join','144mnZyLH','WcZtp','twzxB','2TJbpBQ','135342knjoGb','4236pAnWZT','winstonLogger','skipSessionName','VRMNi','failed','browserstackAgentV2','rVXrg','KTYVf','aiujU','fnZqT','__error_messages__','917nzOQqu','AbQLZ','NdxrR','../../helpers/logger','../../helpers/helper','YvZNy','session_','nzajj','Ydqks','timeout','112635MJzMRh','name','bstack','yptFg','mXuzm','JVHtQ','pickle','__platformCaps','__skipSessionStatus'];a6_0x5ce5=function(){return _0x3c3323;};return a6_0x5ce5();}a6_0xf1d99d[a6_0x486de5(0xa1)]=a6_0x486de5(0xa2),Before(a6_0xf1d99d,function(){const _0x416091=a6_0x486de5,_0x3a88f7={};_0x3a88f7[_0x416091(0xa4)]=_0x416091(0xaf);const _0x2c25ff=_0x3a88f7;logger[_0x416091(0x82)](_0x2c25ff[_0x416091(0xa4)]),global[_0x416091(0x95)]=[];});const a6_0x9851e5={};a6_0x9851e5['name']=a6_0x486de5(0xa2),a6_0x9851e5[a6_0x486de5(0x9f)]=0x2710,After(a6_0x9851e5,function(_0x216b49,_0x3f76c7){const _0x4e4a40=a6_0x486de5,_0x205d4f={'NdxrR':function(_0x4926f3,_0x574fca){return _0x4926f3(_0x574fca);},'aiujU':_0x4e4a40(0xb7),'Hsadz':_0x4e4a40(0xaf),'xxizK':function(_0x57bfe2,_0x8872a){return _0x57bfe2(_0x8872a);},'pJxTW':function(_0x2ef0a2){return _0x2ef0a2();},'iKOyW':function(_0x54f73d,_0x2167f6){return _0x54f73d!==_0x2167f6;},'YvZNy':_0x4e4a40(0x8e),'BsTts':function(_0x48d832,_0x1fcc6a){return _0x48d832!==_0x1fcc6a;},'BxkpR':_0x4e4a40(0x9d),'yptFg':function(_0x1b4f43,_0x491911){return _0x1b4f43===_0x491911;},'Ydqks':_0x4e4a40(0x8f),'DVkQd':'KAqgY','GOgqO':_0x4e4a40(0xac),'HBQrT':function(_0x385b93,_0x5deb3e,_0x146c50,_0x33afe1){return _0x385b93(_0x5deb3e,_0x146c50,_0x33afe1);},'UVQpe':_0x4e4a40(0xae),'mnxxC':_0x4e4a40(0xbd),'ReTvJ':function(_0x321e37,_0x19eca6,_0x59efeb){return _0x321e37(_0x19eca6,_0x59efeb);},'AbQLZ':'passed','WcZtp':'JNUoh','YniIj':_0x4e4a40(0xc5),'twzxB':function(_0xb4e567){return _0xb4e567();},'rVXrg':_0x4e4a40(0xbb),'fnZqT':function(_0x3bbc6c){return _0x3bbc6c();},'qxzkX':_0x4e4a40(0xad)};logger[_0x4e4a40(0x82)](_0x205d4f['qxzkX']),new Promise(async(_0x2d2db0,_0x606127)=>{const _0x449a85=_0x4e4a40,_0x9bc7fc={'JVHtQ':function(_0xe76ee2){return _0x205d4f['pJxTW'](_0xe76ee2);}};let _0x153e64=![];try{if(_0x205d4f['iKOyW'](_0x205d4f[_0x449a85(0x9b)],_0x205d4f[_0x449a85(0x9b)]))_0xcec84c[_0x449a85(0xc4)]=!![];else{await global[_0x449a85(0xb5)][_0x449a85(0x9c)],_0x153e64=!![];!global[_0x449a85(0xc4)]&&(_0x205d4f['BsTts'](_0x205d4f['BxkpR'],_0x205d4f['BxkpR'])?_0x9bc7fc[_0x449a85(0xa5)](_0x2af688):await global[_0x449a85(0xb5)]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x216b49[_0x449a85(0xa6)][_0x449a85(0xa1)]+_0x449a85(0xba)));if(_0x205d4f[_0x449a85(0xa3)](_0x216b49['result']['status']['toLowerCase'](),_0x205d4f[_0x449a85(0x9e)]))_0x205d4f[_0x449a85(0xb2)](_0x205d4f['DVkQd'],_0x205d4f[_0x449a85(0xb4)])?await _0x205d4f['HBQrT'](markSessionStatus,global['__driver'],_0x205d4f['Ydqks'],global[_0x449a85(0x95)][_0x449a85(0x85)](_0x205d4f[_0x449a85(0xc6)])):_0x13367f['debug']('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x4389be);else{if(_0x205d4f[_0x449a85(0xb2)](_0x205d4f[_0x449a85(0xb9)],_0x205d4f[_0x449a85(0xb9)])){const _0xfc3df7=_0x4151a5[_0x449a85(0xab)](_0x3694ca);_0x205d4f[_0x449a85(0x98)](_0x1c9580,_0xfc3df7['skipSessionName'])&&(_0x4852f5['__skipSessionName']=!![]),_0xa390b6[_0x449a85(0xa8)]=_0x205d4f[_0x449a85(0x98)](_0x41779d,_0xfc3df7[_0x449a85(0xbe)]),_0x205d4f[_0x449a85(0x98)](_0x22788b,_0x205d4f[_0x449a85(0x93)])[_0x449a85(0x90)](_0xfc3df7),_0x29bd16[_0x449a85(0xa7)]=_0xfc3df7[_0x449a85(0xa9)]||{};}else await _0x205d4f['ReTvJ'](markSessionStatus,global[_0x449a85(0xb5)],_0x205d4f[_0x449a85(0x97)]);}}}catch(_0x30930e){_0x205d4f[_0x449a85(0xa3)](_0x205d4f[_0x449a85(0x87)],_0x205d4f['WcZtp'])?logger[_0x449a85(0x82)](_0x449a85(0xb6)+_0x30930e):(_0x4f4e3d['debug'](_0x449a85(0x84)+_0x48ea7f),_0x205d4f[_0x449a85(0x98)](_0x1761c8,_0x1fb4af));}if(_0x153e64)try{_0x205d4f[_0x449a85(0xa3)](_0x205d4f[_0x449a85(0xaa)],_0x205d4f[_0x449a85(0xaa)])?(await global['__driver']['initQuit'](),_0x205d4f[_0x449a85(0x88)](_0x2d2db0)):(_0x4dd380['debug'](_0x205d4f[_0x449a85(0xb8)]),_0x2d81ed[_0x449a85(0x95)]=[]);}catch(_0x43f6d4){_0x205d4f[_0x449a85(0xa3)](_0x205d4f[_0x449a85(0x91)],_0x205d4f['rVXrg'])?(logger[_0x449a85(0x82)](_0x449a85(0x84)+_0x43f6d4),_0x205d4f[_0x449a85(0xc1)](_0x606127,_0x43f6d4)):(_0x1d4916[_0x449a85(0xc7)]=_0xcc0326,_0x205d4f[_0x449a85(0xc1)](_0x3f6cda,_0x2a504b));}else _0x205d4f[_0x449a85(0x94)](_0x606127);})['then'](()=>_0x3f76c7());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a7_0x1e93f5=a7_0x42a1;(function(_0x49c004,_0x459b27){const _0x2fc588=a7_0x42a1,_0x33f068=_0x49c004();while(!![]){try{const _0x9f2785=parseInt(_0x2fc588(0x10a))/0x1*(parseInt(_0x2fc588(0x10d))/0x2)+parseInt(_0x2fc588(0x112))/0x3*(parseInt(_0x2fc588(0x10c))/0x4)+parseInt(_0x2fc588(0x113))/0x5*(-parseInt(_0x2fc588(0x10e))/0x6)+parseInt(_0x2fc588(0x111))/0x7*(-parseInt(_0x2fc588(0x106))/0x8)+-parseInt(_0x2fc588(0x110))/0x9*(parseInt(_0x2fc588(0x108))/0xa)+parseInt(_0x2fc588(0x114))/0xb+parseInt(_0x2fc588(0x109))/0xc*(parseInt(_0x2fc588(0x10f))/0xd);if(_0x9f2785===_0x459b27)break;else _0x33f068['push'](_0x33f068['shift']());}catch(_0x3a2f0c){_0x33f068['push'](_0x33f068['shift']());}}}(a7_0x4a0c,0xeb613));function a7_0x4a0c(){const _0x2f1ccd=['33529756KrvWmj','13581ItsNHK','2278059nWAjCJ','54UscOzZ','53090lJvcoM','2706319vZsPlL','40tgFUGE','../utils/constants','4990ZVogrA','12cKtqpR','107193WGSfGI','__timeout','263096lcAnZm','8SuQKMK','618oQfazC'];a7_0x4a0c=function(){return _0x2f1ccd;};return a7_0x4a0c();}function a7_0x42a1(_0x31a798,_0x4e06ab){const _0x4a0c62=a7_0x4a0c();return a7_0x42a1=function(_0x42a174,_0x1b94a2){_0x42a174=_0x42a174-0x106;let _0x4c6e51=_0x4a0c62[_0x42a174];return _0x4c6e51;},a7_0x42a1(_0x31a798,_0x4e06ab);}const {requireModule}=require('../../helpers/helper'),constants=require(a7_0x1e93f5(0x107));;let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js');}catch(a7_0x8f4900){cucumberModule=requireModule('cucumber/lib/index.js');}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a7_0x1e93f5(0x10b)]*0x1);
|
package/src/bin/jest/command.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a8_0x1b51(_0x202c6d,_0x395d61){const _0x31d580=a8_0x31d5();return a8_0x1b51=function(_0x1b51ec,_0x1881c5){_0x1b51ec=_0x1b51ec-0x159;let _0x2f3452=_0x31d580[_0x1b51ec];return _0x2f3452;},a8_0x1b51(_0x202c6d,_0x395d61);}const a8_0x699711=a8_0x1b51;function a8_0x31d5(){const _0x434265=['skipSessionStatus','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/test-observability/utils','iZpti','qYAfS','nIWGt','assign','getHubUrl','./test-observability/helper','tbfWI','getErrorMessageFromResults','unlinkSync','zerSq','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','config','../../helpers/percy/utils','DQsuE','../../helpers/test-observability/sessionHandler','PZECa','vnzhu','jKdjI','YMcHD','initialize','runner','test','1949262kbZQph','existsSync','Tjujv','testRunner','UvojD','txhlG','readFileSync','faasG','ksuWu','package.json','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','24RYPoKN','LqYoA','splice','vhQFp','parallelsPerPlatform','path','forEach','dKWRt','browserStackLogLevel','KRDws','jqBKc','filterBrowserstackConfig','IJMGU','FPvDb','YChIW','hzdbR','Getting\x20your\x20jest\x20configs\x20from\x20package.json','jest_browserstack.config.js','setup','root_dir_path','Unable\x20to\x20find\x20jest-circus,\x20','maxWorkers','CureX','/customImplements/customCircus.js','capabilities','jest.cmd','HzunT','createAccessibilityTestRun','log','push','LIdpF','hhLEp','isBrowserstackInfra','QZPgi','testEnvironment','WQrdG','testEnvironmentOptions','wHyxp','38251980brcRPK','cQtCm','uWgvw','../../helpers/logger','skipSessionName','kmnze','testContextOptions','nKzIZ','aDDXL','rgXBs','Creating\x20','SlcfS','true','JAixQ','findIndex','mPJWe','qiDkC','platforms','\x20with\x20browserstack\x20jest\x20configs','JevDw','eKeZb','NKHTm','accessibility','LvXwD','\x0amodule.exports\x20=\x20config;','rzFyL','JBSEp','./test-observability/test-details','dvRyq','wceWU','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','KBrnw','OjNNv','gVcMq','zvWZL','info','vUIcc','slKED','qHpsR','join','oRHeU','Error\x20while\x20parsing\x20','954952dpNvSh','stopAccessibilityTestRun','ZYOdq','customImplements','../../helpers/BrowserStackSetup','../../helpers/helper','cGSAB','platform','bwiJj','modifyBrowserStackW3CCaps','DQypM','parse','isAccessibilityAutomationSession','bHKNe','/customImplements/customTestRunnerTemplate.js','BZbcd','jest','zBfgw','FbiTq','stop','104WDdGej','jFSgu','/customImplements/customTestRunner.js','jest_browserstack_results.json','handleApp','CFAzR','NQzxc','exitCode','mDSJe','proxySettings','rXdmK','\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','fZGBO','iiPdY','mhDIe','browserStackPercyOptions','vltWz','NYqxm','Talem','modifyBrowserStackCaps','\x20:\x20','khpzW','LGAnr','writeFileSync','isTestObservabilitySession','stringify','935HsOmtY','runInBand','finalExecution','bUWLO','--config','cRdNF','REBHA','GslhF','eAEVA','cwd','logLevel','inherit','ZNNNw','LSTgv','requireModule','launch','yElNU','JvXwN','acOia','VxSEl','PtfJs','AwSFu','opkQU','exports','testObservability','qLMSU','const\x20config=','1399629QijWBj','child\x20process\x20exited\x20with\x20code\x20','McNaU','noNVC','13748yKSwGC','Fxizp','663893SwPNut','default','Getting\x20your\x20jest\x20configs\x20from\x20','checkAccessibilityPlatformConfig','VFiJE','/jest.setup.js','uEakt','ifnwp','mZbfQ','setupFilesAfterEnv','cuFZM','dwHAw','ViIEl','errorMessage','platformCaps','isUndefined','/test-observability/data-hooks.js','printBuildLink','turboScaleUrl','length','COADU','UTpaj','accessibilityOptions','env','/customImplements/customEnvironment.js','HZIWh','ziIUU','733995VReCfm','debug'];a8_0x31d5=function(){return _0x434265;};return a8_0x31d5();}(function(_0x5445bf,_0x2b40ec){const _0x167fbe=a8_0x1b51,_0x1d4c61=_0x5445bf();while(!![]){try{const _0x4db4e8=-parseInt(_0x167fbe(0x177))/0x1+-parseInt(_0x167fbe(0x209))/0x2+-parseInt(_0x167fbe(0x1ad))/0x3+-parseInt(_0x167fbe(0x175))/0x4*(-parseInt(_0x167fbe(0x237))/0x5)+-parseInt(_0x167fbe(0x1b9))/0x6*(parseInt(_0x167fbe(0x171))/0x7)+-parseInt(_0x167fbe(0x21d))/0x8*(parseInt(_0x167fbe(0x192))/0x9)+parseInt(_0x167fbe(0x1df))/0xa;if(_0x4db4e8===_0x2b40ec)break;else _0x1d4c61['push'](_0x1d4c61['shift']());}catch(_0x1038b5){_0x1d4c61['push'](_0x1d4c61['shift']());}}}(a8_0x31d5,0xc7697));const fs=require('fs'),path=require(a8_0x699711(0x1be)),{spawn}=require('child_process'),logger=require(a8_0x699711(0x1e2))['winstonLogger'],{default:BrowserStackSetup}=require(a8_0x699711(0x20d)),helper=require(a8_0x699711(0x20e)),constants=require('../utils/constants'),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require(a8_0x699711(0x19c)),testOpsHelper=require(a8_0x699711(0x196)),SessionHandler=require(a8_0x699711(0x1a5)),{getFrameworkVersion,debug}=require(a8_0x699711(0x196)),TestDetails=require(a8_0x699711(0x1fa)),{getPercyOptions}=require(a8_0x699711(0x1a3)),getUserJestConfigs=(_0x246e8d,_0x4bf561)=>{const _0x96c2e9=a8_0x699711,_0x3e5e46={'qNzoR':function(_0x1c99a8,_0xd73325){return _0x1c99a8!==_0xd73325;},'rgXBs':_0x96c2e9(0x216),'dwHAw':function(_0x61cdb5,_0x8e7b45){return _0x61cdb5(_0x8e7b45);},'iZpti':function(_0x128f01,_0x1e3581){return _0x128f01||_0x1e3581;},'JBSEp':_0x96c2e9(0x1c9),'CrLkb':_0x96c2e9(0x1b6)},_0x41449b=_0x4bf561[_0x96c2e9(0x1ed)](_0x2ada6a=>_0x2ada6a===_0x96c2e9(0x15a));if(!helper[_0x96c2e9(0x186)](_0x246e8d[_0x96c2e9(0x1a2)])){if(_0x3e5e46['qNzoR'](_0x3e5e46[_0x96c2e9(0x1e8)],_0x3e5e46[_0x96c2e9(0x1e8)])){_0x3d2378=_0x114400[_0x96c2e9(0x1b3)](_0x1d5a82);try{_0x8742b7=_0x2191cc[_0x96c2e9(0x214)](_0x4de419);}catch(_0x884098){_0x2309a0['debug'](_0x96c2e9(0x208)+_0x5bfe30+',\x20'+_0x25fe2e+_0x96c2e9(0x231)+_0x884098);}_0x403a6d[_0x96c2e9(0x19f)](_0x2f45de);}else{logger[_0x96c2e9(0x202)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x246e8d[_0x96c2e9(0x1a2)]);const _0x412685=_0x3e5e46[_0x96c2e9(0x182)](require,path['join'](process[_0x96c2e9(0x15f)](),_0x246e8d[_0x96c2e9(0x1a2)]));return _0x4bf561[_0x96c2e9(0x1bb)](_0x41449b,0x2),_0x3e5e46[_0x96c2e9(0x197)](_0x412685,{});}}return logger['info'](_0x3e5e46[_0x96c2e9(0x1f9)]),_0x3e5e46['dwHAw'](require,path[_0x96c2e9(0x206)](process[_0x96c2e9(0x15f)](),_0x3e5e46['CrLkb']))[_0x96c2e9(0x219)]||{};},getSerial=(_0x504251,_0x307539)=>{const _0x23024c=a8_0x699711,_0x1a328e={};_0x1a328e[_0x23024c(0x1c3)]='true',_0x1a328e[_0x23024c(0x1b2)]=function(_0x610b97,_0xfeb70f){return _0x610b97>_0xfeb70f;},_0x1a328e[_0x23024c(0x15b)]=function(_0x487cfd,_0x49dd42){return _0x487cfd>_0x49dd42;},_0x1a328e['nIWGt']=function(_0x239ba6,_0x167933){return _0x239ba6===_0x167933;},_0x1a328e[_0x23024c(0x1bc)]=_0x23024c(0x168),_0x1a328e[_0x23024c(0x1c5)]='false';const _0x3dc1b1=_0x1a328e;let _0x231bcc=_0x3dc1b1[_0x23024c(0x1c3)];return _0x3dc1b1['txhlG'](_0x504251[_0x23024c(0x18a)],0x1)&&(!_0x307539[_0x23024c(0x238)]&&(helper[_0x23024c(0x186)](_0x307539['maxWorkers'])||_0x3dc1b1[_0x23024c(0x15b)](_0x307539[_0x23024c(0x1ce)],0x1)))&&(_0x3dc1b1[_0x23024c(0x199)](_0x3dc1b1[_0x23024c(0x1bc)],_0x3dc1b1['vhQFp'])?_0x231bcc=_0x3dc1b1[_0x23024c(0x1c5)]:(_0xee3ed3[_0x23024c(0x180)][_0x23024c(0x1d6)](_0x2ce4e3+'/test-observability/data-hooks.js'),_0x579855[_0x23024c(0x1b0)]=_0xf3311e+_0x23024c(0x1d0))),_0x231bcc;},getMaxWorkers=(_0x3776fe,_0x206565)=>{const _0x422291=a8_0x699711,_0x4d1714={'NKHTm':function(_0x19b49b,_0x81e9aa){return _0x19b49b(_0x81e9aa);},'Tjujv':function(_0x9c3b2d,_0x5f0724){return _0x9c3b2d||_0x5f0724;},'HZIWh':function(_0x5249bd,_0x51edd3){return _0x5249bd!==_0x51edd3;},'RPFpT':_0x422291(0x191),'vUIcc':_0x422291(0x16f),'CFAzR':function(_0x424fa9,_0x309b81){return _0x424fa9!==_0x309b81;},'FhOay':_0x422291(0x227),'LIdpF':_0x422291(0x1cf)};let _0x1bcd0d=0x1;if(!helper[_0x422291(0x186)](_0x206565[_0x422291(0x1bd)])){if(_0x4d1714[_0x422291(0x190)](_0x4d1714['RPFpT'],_0x4d1714[_0x422291(0x203)]))_0x1bcd0d=_0x4d1714[_0x422291(0x1f4)](parseInt,_0x206565[_0x422291(0x1bd)]);else{_0x2a2f84[_0x422291(0x202)](_0x422291(0x179)+_0x5d6778['config']);const _0x1aed0b=_0x4d1714['NKHTm'](_0x4817fe,_0x21d4ed[_0x422291(0x206)](_0x269176[_0x422291(0x15f)](),_0x52f6fa['config']));return _0x1a1474[_0x422291(0x1bb)](_0xfd3e22,0x2),_0x4d1714[_0x422291(0x1af)](_0x1aed0b,{});}}else!helper[_0x422291(0x186)](_0x3776fe['maxWorkers'])&&(_0x4d1714[_0x422291(0x222)](_0x4d1714['FhOay'],_0x4d1714[_0x422291(0x1d7)])?_0x1bcd0d=_0x3776fe[_0x422291(0x1ce)]:_0x21b17a[_0x422291(0x18e)][_0x422291(0x195)]=_0x382fe4['stringify'](_0x13b88f['config'][_0x422291(0x18d)]));return _0x1bcd0d;};async function run(_0x1c179f,_0x2e9086){const _0x4015df=a8_0x699711,_0x4bccbb={'McNaU':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','UTpaj':function(_0x4f4028,_0x2a9fa7){return _0x4f4028(_0x2a9fa7);},'noNVC':'false','vsyZz':_0x4015df(0x1eb),'SlcfS':function(_0x1f8e6c,_0xa40297){return _0x1f8e6c>_0xa40297;},'DQypM':'jest','PtfJs':function(_0x382819,_0x1cadea){return _0x382819(_0x1cadea);},'qiDkC':function(_0x58d42e,_0x41ba8f){return _0x58d42e||_0x41ba8f;},'eAuhw':_0x4015df(0x1c9),'KBrnw':_0x4015df(0x1b6),'JvXwN':function(_0x1ee244,_0x1d64ed){return _0x1ee244===_0x1d64ed;},'YChIW':_0x4015df(0x22f),'HgfFA':_0x4015df(0x1f8),'ZNNNw':_0x4015df(0x15c),'uEakt':'bIpNt','ORNPY':function(_0xc82b08,_0x5de257){return _0xc82b08===_0x5de257;},'fZGBO':_0x4015df(0x198),'eAEVA':_0x4015df(0x163),'cGSAB':function(_0x1bec57,_0x14ae2e){return _0x1bec57(_0x14ae2e);},'mhDIe':function(_0x34df40,_0x3f541f){return _0x34df40(_0x3f541f);},'LGAnr':function(_0x5d3197,_0x469c8d){return _0x5d3197(_0x469c8d);},'kQNtI':function(_0x54186e,_0x1a2b13){return _0x54186e===_0x1a2b13;},'sBVyE':_0x4015df(0x1a8),'llYjt':function(_0x1358ff,_0x337dda){return _0x1358ff!==_0x337dda;},'uWgvw':_0x4015df(0x1d8),'wHyxp':function(_0x3248ed,_0x458628){return _0x3248ed===_0x458628;},'gVcMq':_0x4015df(0x232),'ZqQtp':function(_0x18d6b6,_0x1f647b){return _0x18d6b6!==_0x1f647b;},'opkQU':_0x4015df(0x1da),'vEUEo':function(_0x220fd9,_0x30b4f1){return _0x220fd9!==_0x30b4f1;},'NYqxm':_0x4015df(0x1fc),'FbiTq':function(_0x58e9d5,_0x4d36d5){return _0x58e9d5===_0x4d36d5;},'vltWz':_0x4015df(0x1ff),'mZbfQ':function(_0x335c0e,_0x271005){return _0x335c0e!==_0x271005;},'slKED':_0x4015df(0x1c2),'dvRyq':_0x4015df(0x1f6),'mDSJe':function(_0x30aed1,_0xdb63f6){return _0x30aed1!=_0xdb63f6;},'GslhF':function(_0x5c8f2d,_0x38cdf9){return _0x5c8f2d!==_0x38cdf9;},'zerSq':_0x4015df(0x17b),'eKeZb':function(_0x220ebb,_0x1f8434){return _0x220ebb===_0x1f8434;},'FPvDb':_0x4015df(0x218),'AwSFu':_0x4015df(0x1b1),'ifnwp':function(_0xe5628,_0x2dd2f8,_0x217031){return _0xe5628(_0x2dd2f8,_0x217031);},'vnzhu':_0x4015df(0x1b8),'DQsuE':function(_0x53d6f5,_0x5b5282){return _0x53d6f5===_0x5b5282;},'bOWYT':'poOme','COADU':_0x4015df(0x159),'zvWZL':function(_0x132a1d,_0x590691){return _0x132a1d===_0x590691;},'NMKLF':_0x4015df(0x166),'cQtCm':function(_0x4d4f67,_0xa1aac,_0x422e28){return _0x4d4f67(_0xa1aac,_0x422e28);},'WQrdG':function(_0x4562f6,_0x49163f){return _0x4562f6*_0x49163f;},'NQzxc':_0x4015df(0x1ca),'bwiJj':_0x4015df(0x20c),'VxSEl':_0x4015df(0x220),'ksuWu':_0x4015df(0x19d),'hzdbR':_0x4015df(0x1ba),'zBfgw':function(_0x10d07f,_0x204a3f){return _0x10d07f!==_0x204a3f;},'HzunT':_0x4015df(0x205),'JAixQ':function(_0x5a32cc,_0x44d3f3){return _0x5a32cc===_0x44d3f3;},'JLTqm':_0x4015df(0x1f2),'kmnze':function(_0x1cba6e,_0x38d694){return _0x1cba6e(_0x38d694);},'cuFZM':'VGEsq','ViIEl':_0x4015df(0x178),'YMcHD':function(_0x5eed10,_0x1efba1,_0x27eaea){return _0x5eed10(_0x1efba1,_0x27eaea);},'oRHeU':_0x4015df(0x1a1),'ERfWb':function(_0x3e593f,_0x3091d5){return _0x3e593f!==_0x3091d5;},'VmIfj':'VVGBp','mPJWe':_0x4015df(0x176),'PZECa':function(_0x220bd5,_0x57d4e8){return _0x220bd5(_0x57d4e8);},'iiPdY':function(_0x2b9db5,_0x49c8c8,_0x34b7ae,_0x1b187b){return _0x2b9db5(_0x49c8c8,_0x34b7ae,_0x1b187b);},'faasG':_0x4015df(0x1d2),'lLuiJ':_0x4015df(0x15a),'jFSgu':_0x4015df(0x161),'aDDXL':'close'},_0x57c54c=new BrowserStackSetup(_0x1c179f,_0x4bccbb['DQypM']);if(helper[_0x4015df(0x1d9)]()){if(_0x4bccbb[_0x4015df(0x21b)](_0x4bccbb[_0x4015df(0x22d)],_0x4bccbb['vltWz']))await _0x57c54c[_0x4015df(0x1aa)](),await helper[_0x4015df(0x221)](_0x57c54c['config']);else{let _0x259bd6=null;try{_0x259bd6=_0x21452b[_0x4015df(0x164)](_0x4bccbb['McNaU']);}catch(_0x2d4bfe){_0x4bccbb[_0x4015df(0x18c)](_0x2b7aa5,_0x4015df(0x1cd)+_0x2d4bfe);}_0x259bd6&&(_0x360e9f[_0x4015df(0x180)][_0x4015df(0x1d6)](_0x4c686f+_0x4015df(0x187)),_0x598fbc[_0x4015df(0x1b0)]=_0x3b9c2e+'/customImplements/customCircus.js');}}if(!_0x57c54c['config']){if(_0x4bccbb[_0x4015df(0x17f)](_0x4bccbb[_0x4015df(0x204)],_0x4bccbb[_0x4015df(0x1fb)]))return;else _0x36f224=_0x4bccbb[_0x4015df(0x174)];}if(_0x4bccbb[_0x4015df(0x225)](_0x57c54c['config'][_0x4015df(0x16e)],null)){if(_0x4bccbb[_0x4015df(0x15d)](_0x4bccbb[_0x4015df(0x1a0)],_0x4bccbb['zerSq'])){let _0x1791bc=_0x4bccbb['vsyZz'];return _0x4bccbb[_0x4015df(0x1ea)](_0x177f41[_0x4015df(0x18a)],0x1)&&(!_0x45885d[_0x4015df(0x238)]&&(_0x1f904e['isUndefined'](_0x44e350['maxWorkers'])||_0x4bccbb[_0x4015df(0x1ea)](_0xea02f4[_0x4015df(0x1ce)],0x1)))&&(_0x1791bc=_0x4bccbb[_0x4015df(0x174)]),_0x1791bc;}else process[_0x4015df(0x18e)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x57c54c[_0x4015df(0x1a2)][_0x4015df(0x16e)];}else _0x4bccbb[_0x4015df(0x1f3)](_0x4bccbb[_0x4015df(0x1c6)],_0x4bccbb[_0x4015df(0x16b)])?_0x5b9d9c[_0x4015df(0x18e)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4bccbb[_0x4015df(0x174)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4bccbb[_0x4015df(0x174)];const _0x5a1624=_0x4bccbb[_0x4015df(0x17e)](getUserJestConfigs,_0x1c179f,_0x2e9086);logger[_0x4015df(0x202)](_0x4bccbb[_0x4015df(0x1a7)]);const _0x35b8ce=Object[_0x4015df(0x19a)]({},_0x5a1624);_0x35b8ce[_0x4015df(0x1dd)]={'server':helper[_0x4015df(0x19b)](_0x57c54c[_0x4015df(0x1a2)]),'environment':_0x5a1624[_0x4015df(0x1db)]},_0x35b8ce['testEnvironmentOptions'][_0x4015df(0x22c)]=_0x4bccbb[_0x4015df(0x18c)](getPercyOptions,_0x57c54c[_0x4015df(0x1a2)]);const _0x1e9577=helper['useW3C'](_0x57c54c[_0x4015df(0x1a2)]),_0xe20788=[];_0x57c54c[_0x4015df(0x1a2)][_0x4015df(0x1f0)][_0x4015df(0x1bf)]((_0x332be6,_0x29bdf9)=>{const _0x30ba18=_0x4015df,_0x2a40c2={'dKWRt':_0x4bccbb[_0x30ba18(0x213)],'ZYOdq':function(_0x4af905,_0x5009d1){const _0x1d3614=_0x30ba18;return _0x4bccbb[_0x1d3614(0x16a)](_0x4af905,_0x5009d1);},'bsMsR':function(_0x5ba790,_0x5718e7){const _0x2ed1d3=_0x30ba18;return _0x4bccbb[_0x2ed1d3(0x1ef)](_0x5ba790,_0x5718e7);},'vfgIC':_0x4bccbb['eAuhw'],'WgtnI':function(_0x5988f1,_0x2b4da8){const _0x34f8d6=_0x30ba18;return _0x4bccbb[_0x34f8d6(0x16a)](_0x5988f1,_0x2b4da8);},'MXDVi':_0x4bccbb[_0x30ba18(0x1fe)]};if(_0x4bccbb[_0x30ba18(0x167)](_0x4bccbb[_0x30ba18(0x1c7)],_0x4bccbb['HgfFA']))_0x44a965?_0x5b2424[_0x30ba18(0x1d6)](_0x4dd142['modifyBrowserStackW3CCaps'](_0x434079[_0x30ba18(0x1a2)],_0x2a40c2[_0x30ba18(0x1c0)],_0x1bb827)):_0x28f82b['push'](_0x1ced12['modifyBrowserStackCaps'](_0x27a366[_0x30ba18(0x1a2)],_0x2a40c2[_0x30ba18(0x1c0)],_0x31d702));else{if(_0x1e9577)_0x4bccbb['JvXwN'](_0x4bccbb[_0x30ba18(0x162)],_0x4bccbb[_0x30ba18(0x17d)])?_0x334c4e[_0x30ba18(0x1d6)](_0x417c27['modifyBrowserStackW3CCaps'](_0x9805a7['config'],_0x2a40c2[_0x30ba18(0x1c0)],_0x42ff5c)):_0xe20788[_0x30ba18(0x1d6)](helper[_0x30ba18(0x212)](_0x57c54c[_0x30ba18(0x1a2)],_0x4bccbb['DQypM'],_0x29bdf9));else{if(_0x4bccbb['ORNPY'](_0x4bccbb[_0x30ba18(0x229)],_0x4bccbb[_0x30ba18(0x15e)])){const _0x1e54f6=_0x4064b6['findIndex'](_0x2e4e62=>_0x2e4e62==='--config');if(!_0x2f052c[_0x30ba18(0x186)](_0x903100[_0x30ba18(0x1a2)])){_0x66e7c9[_0x30ba18(0x202)](_0x30ba18(0x179)+_0x5119a1[_0x30ba18(0x1a2)]);const _0x5ac0d7=_0x2a40c2[_0x30ba18(0x20b)](_0x2d4c95,_0x22710c[_0x30ba18(0x206)](_0x34aa4c['cwd'](),_0x507bf4[_0x30ba18(0x1a2)]));return _0x2c1e83[_0x30ba18(0x1bb)](_0x1e54f6,0x2),_0x2a40c2['bsMsR'](_0x5ac0d7,{});}return _0x2302f0[_0x30ba18(0x202)](_0x2a40c2['vfgIC']),_0x2a40c2['WgtnI'](_0x208482,_0x38760f['join'](_0x2efd34[_0x30ba18(0x15f)](),_0x2a40c2['MXDVi']))[_0x30ba18(0x219)]||{};}else _0xe20788[_0x30ba18(0x1d6)](helper['modifyBrowserStackCaps'](_0x57c54c['config'],_0x4bccbb['DQypM'],_0x29bdf9));}}});if(!helper[_0x4015df(0x186)](_0x57c54c[_0x4015df(0x1a2)][_0x4015df(0x18d)])){if(_0x4bccbb[_0x4015df(0x1a4)](_0x4bccbb['bOWYT'],_0x4bccbb[_0x4015df(0x18b)]))return;else process[_0x4015df(0x18e)][_0x4015df(0x195)]=JSON[_0x4015df(0x236)](_0x57c54c[_0x4015df(0x1a2)]['accessibilityOptions']);}let _0x165842=_0x57c54c[_0x4015df(0x1a2)][_0x4015df(0x1f5)];_0x165842=_0x165842||accessibilityHelper[_0x4015df(0x17a)](_0x57c54c[_0x4015df(0x1a2)]),process['env'][_0x4015df(0x1b7)]=_0x165842;if(_0x165842){if(_0x4bccbb[_0x4015df(0x201)](_0x4bccbb['NMKLF'],_0x4bccbb['NMKLF'])){const [_0x3d0d73,_0x4e08e1]=await accessibilityHelper[_0x4015df(0x1d4)](_0x57c54c['config'],_0x4bccbb[_0x4015df(0x213)]);logger[_0x4015df(0x202)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x4e08e1),process[_0x4015df(0x18e)]['BS_A11Y_JWT']=_0x3d0d73,process[_0x4015df(0x18e)]['BS_A11Y_TEST_RUN_ID']=_0x4e08e1;}else{let _0x3c495c=0x1;if(!_0x3792b7[_0x4015df(0x186)](_0x38359d[_0x4015df(0x1bd)]))_0x3c495c=_0x4bccbb[_0x4015df(0x20f)](_0x2b52de,_0x110f6b['parallelsPerPlatform']);else!_0x83485c[_0x4015df(0x186)](_0x4c1977[_0x4015df(0x1ce)])&&(_0x3c495c=_0x46c438[_0x4015df(0x1ce)]);return _0x3c495c;}}_0x35b8ce[_0x4015df(0x1dd)][_0x4015df(0x1d1)]=_0xe20788,_0x35b8ce[_0x4015df(0x1dd)]['serial__']=_0x4bccbb[_0x4015df(0x1e0)](getSerial,_0xe20788,_0x1c179f),_0x35b8ce[_0x4015df(0x1dd)]['parallels__']=_0x4bccbb[_0x4015df(0x17e)](getMaxWorkers,_0x1c179f,_0x57c54c['config']),_0x35b8ce[_0x4015df(0x1dd)][_0x4015df(0x226)]=_0x57c54c[_0x4015df(0x1a2)][_0x4015df(0x226)],_0x35b8ce['testEnvironmentOptions']['timeout__']=_0x4bccbb[_0x4015df(0x1dc)](_0x1c179f['testTimeout'],0x1)||0x1388,_0x35b8ce[_0x4015df(0x1dd)][_0x4015df(0x1e3)]=_0x57c54c[_0x4015df(0x1a2)][_0x4015df(0x1e5)]['skipSessionName'],_0x35b8ce[_0x4015df(0x1dd)]['skipSessionStatus']=_0x57c54c[_0x4015df(0x1a2)][_0x4015df(0x1e5)][_0x4015df(0x194)],_0x35b8ce[_0x4015df(0x1dd)][_0x4015df(0x1c1)]=_0x57c54c[_0x4015df(0x1a2)][_0x4015df(0x160)],_0x35b8ce[_0x4015df(0x1dd)]['turboScaleUrl']=_0x57c54c[_0x4015df(0x1a2)][_0x4015df(0x189)],_0x35b8ce['testEnvironmentOptions'][_0x4015df(0x185)]=_0x57c54c[_0x4015df(0x1a2)]['platforms'];const _0x5ca5d7=_0x4bccbb[_0x4015df(0x223)],_0x3550fc=path[_0x4015df(0x206)](__dirname,_0x4bccbb[_0x4015df(0x211)],_0x4bccbb[_0x4015df(0x169)]),_0xfd42e=__dirname+_0x4015df(0x21f),_0x3a4b9e=__dirname+_0x4015df(0x217);_0x35b8ce[_0x4015df(0x1db)]=__dirname+_0x4015df(0x18f),_0x35b8ce['runner']=_0xfd42e,_0x35b8ce[_0x4015df(0x180)]=[__dirname+_0x4015df(0x17c)];if(testOpsHelper[_0x4015df(0x235)]()){if(_0x4bccbb['zvWZL'](_0x4bccbb[_0x4015df(0x1b5)],_0x4bccbb[_0x4015df(0x1c8)]))_0x3d7257=_0x46d704[_0x4015df(0x1ce)];else{let _0x46b2c5=null;try{_0x4bccbb[_0x4015df(0x21a)](_0x4bccbb[_0x4015df(0x1d3)],_0x4bccbb[_0x4015df(0x1d3)])?_0x860866[_0x4015df(0x20a)](_0x1ac3ee['config']):_0x46b2c5=helper['requireModule'](_0x4bccbb[_0x4015df(0x173)]);}catch(_0x175797){_0x4bccbb[_0x4015df(0x1ec)](_0x4bccbb['JLTqm'],_0x4bccbb['JLTqm'])?_0x4bccbb[_0x4015df(0x1e4)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x175797):_0x414e16[_0x4015df(0x18e)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x45743c[_0x4015df(0x1a2)][_0x4015df(0x16e)];}_0x46b2c5&&(_0x4bccbb[_0x4015df(0x1a4)](_0x4bccbb[_0x4015df(0x181)],_0x4bccbb['cuFZM'])?(_0x35b8ce[_0x4015df(0x180)]['push'](__dirname+_0x4015df(0x187)),_0x35b8ce[_0x4015df(0x1b0)]=__dirname+'/customImplements/customCircus.js'):(_0x77adc9[_0x4015df(0x1d5)](_0x1a4b2b),_0x4bccbb[_0x4015df(0x22b)](_0x4f4a3e,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x38d7bc)));}}_0x35b8ce['setupFiles']=[__dirname+'/test_before.setup.js'],_0x35b8ce['reporters']=_0x35b8ce['reporters']||[_0x4bccbb[_0x4015df(0x183)]],_0x4bccbb[_0x4015df(0x1a9)](updateTestRerunConfig,_0x35b8ce,_0x57c54c);const _0x581b92=fs[_0x4015df(0x1b3)](_0x3a4b9e);fs[_0x4015df(0x234)](_0x35b8ce[_0x4015df(0x1ab)],'\x0a\x20\x20\x20\x20'+_0x581b92+_0x4015df(0x228)+_0x57c54c['config'][_0x4015df(0x1f0)][_0x4015df(0x18a)]+';\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'),logger['info'](_0x4015df(0x1e9)+_0x5ca5d7+_0x4015df(0x1f1)),fs[_0x4015df(0x234)](_0x5ca5d7,_0x4015df(0x170)+JSON[_0x4015df(0x236)](_0x35b8ce)+_0x4015df(0x1f7)),logger[_0x4015df(0x202)](_0x4bccbb[_0x4015df(0x207)]);if(testOpsHelper[_0x4015df(0x235)]()){if(_0x4bccbb['ERfWb'](_0x4bccbb['VmIfj'],_0x4bccbb[_0x4015df(0x1ee)])){const _0x15ee67={};_0x15ee67[_0x4015df(0x1cc)]='',await SessionHandler[_0x4015df(0x165)](Object['assign']({},_0x57c54c[_0x4015df(0x1a2)],_0x15ee67),{'frameworkName':_0x4bccbb['DQypM'],'frameworkVersion':_0x4bccbb[_0x4015df(0x1a6)](getFrameworkVersion,_0x4bccbb[_0x4015df(0x213)])}),TestDetails[_0x4015df(0x1cb)]();}else _0x5c18a9=_0x1aaed7['requireModule'](_0x4bccbb[_0x4015df(0x173)]);}helper[_0x4015df(0x1c4)]({},_0x2e9086);const _0x299389=_0x4bccbb[_0x4015df(0x22a)](spawn,/^win/[_0x4015df(0x1ac)](process[_0x4015df(0x210)])?_0x4bccbb[_0x4015df(0x1b4)]:_0x4bccbb[_0x4015df(0x213)],[_0x4bccbb['lLuiJ'],_0x5ca5d7,..._0x2e9086['slice'](0x1)],{'stdio':_0x4bccbb[_0x4015df(0x21e)]});_0x299389['on'](_0x4bccbb[_0x4015df(0x1e7)],async _0x1b3720=>{const _0x9e34dd=_0x4015df,_0x46b69e={'nKzIZ':function(_0x4d323d,_0x415ab3){const _0x4d9ec5=a8_0x1b51;return _0x4bccbb[_0x4d9ec5(0x233)](_0x4d323d,_0x415ab3);}};process[_0x9e34dd(0x224)]=_0x1b3720,logger['debug'](_0x9e34dd(0x172)+_0x1b3720),logger[_0x9e34dd(0x202)]('Deleting\x20'+_0x5ca5d7);let _0x5efed6=null;if(fs[_0x9e34dd(0x1ae)](_0x3550fc)){if(_0x4bccbb['kQNtI'](_0x4bccbb['sBVyE'],_0x4bccbb['sBVyE'])){_0x5efed6=fs[_0x9e34dd(0x1b3)](_0x3550fc);try{_0x4bccbb['llYjt'](_0x4bccbb['uWgvw'],_0x4bccbb[_0x9e34dd(0x1e1)])?_0x4bccbb['mhDIe'](_0x34fcc1,_0x9e34dd(0x1cd)+_0x4556e1):_0x5efed6=JSON[_0x9e34dd(0x214)](_0x5efed6);}catch(_0x240cc4){_0x4bccbb[_0x9e34dd(0x1de)](_0x4bccbb[_0x9e34dd(0x200)],_0x4bccbb[_0x9e34dd(0x200)])?logger[_0x9e34dd(0x193)]('Error\x20while\x20parsing\x20'+_0x3550fc+',\x20'+_0x5efed6+_0x9e34dd(0x231)+_0x240cc4):_0x25eba0=_0x3d0332['parse'](_0x396303);}fs['unlinkSync'](_0x3550fc);}else _0x42cfd0=_0x46b69e[_0x9e34dd(0x1e6)](_0x5f35ef,_0x53c55f[_0x9e34dd(0x1bd)]);}accessibilityHelper[_0x9e34dd(0x215)]()&&(_0x4bccbb['ZqQtp'](_0x4bccbb[_0x9e34dd(0x16c)],_0x4bccbb['opkQU'])?_0x5c41d6[_0x9e34dd(0x1d6)](_0x702e6c[_0x9e34dd(0x230)](_0x5be9b2['config'],_0x4bccbb[_0x9e34dd(0x213)],_0x2bcca1)):accessibilityHelper[_0x9e34dd(0x20a)](_0x57c54c['config']));fs[_0x9e34dd(0x19f)](_0x5ca5d7),fs[_0x9e34dd(0x19f)](_0xfd42e),_0x5efed6&&(_0x57c54c[_0x9e34dd(0x184)]=helper[_0x9e34dd(0x19e)](_0x5efed6,_0x4bccbb[_0x9e34dd(0x213)],_0x57c54c));if(testOpsHelper['isTestObservabilitySession']())try{_0x4bccbb['vEUEo'](_0x4bccbb[_0x9e34dd(0x22e)],_0x4bccbb[_0x9e34dd(0x22e)])?_0xfcb1e[_0x9e34dd(0x193)](_0x9e34dd(0x208)+_0x5a9b93+',\x20'+_0x48befa+_0x9e34dd(0x231)+_0xa2175b):await SessionHandler[_0x9e34dd(0x21c)]();}catch(_0x5ddf9c){console['log'](_0x5ddf9c),_0x4bccbb[_0x9e34dd(0x22b)](debug,_0x9e34dd(0x1fd)+_0x5ddf9c);}testOpsHelper[_0x9e34dd(0x188)](),TestDetails['shutdown'](),await helper[_0x9e34dd(0x239)](_0x57c54c);});}module[a8_0x699711(0x16d)]=run;
|
|
2
|
+
'use strict';function a8_0x36be(){const _0x8edfbd=['runInBand','TUomr','MkGPu','GnDyv','ZUZHY','npyXl','testContextOptions','335227UwJplQ','iOtIk','stringify','AKcKj','jest_browserstack.config.js','BS_A11Y_TEST_RUN_ID','HpacV','3389724tTBbSV','proxySettings','WSjfS','hmmkc','jest_browserstack_results.json','EwmrU','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','Cwihm','package.json','winstonLogger','/customImplements/customTestRunner.js','FFrnn','fITGh','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','exitCode','log','/jest.setup.js','xvcgC','JygIr','TMXBR','YSvid','printBuildLink','errorMessage','2443848HMPMZz','QsLUf','parallelsPerPlatform','platformCaps','LCTGp','uPmIM','rzOEG','child_process','../utils/constants','isTestObservabilitySession','zJxOP','17413530hekpJP','../../helpers/test-observability/sessionHandler','OxPiK','testRunner','LkMtm','wKfZq','SQGEa',';\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','isUndefined','Ckpby','1688239NHOkLh','SbuAQ','mnFiJ','setupFiles','nabWq','ROAMr','accessibility','setupFilesAfterEnv','BJwZh','config','RLecY','EJyfp','length','523836AyvORh','BS_A11Y_JWT','\x20:\x20','cwd','path','maxWorkers','existsSync','pwLqt','rGDOG','FeVCB','fUWjS','oosJN','Creating\x20','GyCKO','dORSs','testEnvironmentOptions','/test-observability/data-hooks.js','push','GBKUR','BFXui','\x20with\x20browserstack\x20jest\x20configs','mPHAH','browserStackLogLevel','modifyBrowserStackW3CCaps','eSypV','VwiCC','DrWxv','PWwKH','KGVMD','assign','2sUKHql','../../helpers/test-observability/utils','aqxHt','ZZPip','vUtcE','findIndex','join','\x0a\x20\x20\x20\x20','./test-observability/test-details','/customImplements/customCircus.js','POdCj','FmEub','jGvtw','BBesp','/customImplements/customEnvironment.js','requireModule','MIGQd','awEvA','hTlEl','nrwau','kIFeL','stopAccessibilityTestRun','18WCxHYn','FuUYj','IMrrb','../../helpers/helper','10fYuoVR','bkmiZ','modifyBrowserStackCaps','NXUki','IiNSF','platform','wyPkR','lmcxp','mmhJQ','root_dir_path','env','PeEwb','UYiUh','lEYAz','uAACw','wMvZG','createAccessibilityTestRun','NTZlc','oNnIP','fprRN','PxycQ','XlQbM','rfAtL','jslxE','turboScaleUrl','FljXM','Unable\x20to\x20find\x20jest-circus,\x20','readFileSync','const\x20config=','testObservability','info','BROWSERSTACK_TEST_OBSERVABILITY_YML','qdCyr','LKxoO','parallels__','useW3C','UdFuy','platforms','jest','../../helpers/logger','TuhLb','RDhFz','parse','rqMPx','ErkCy','exports','isAccessibilityAutomationSession','GAZDk','shutdown','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','YihqD','reporters','oxCZX','unlinkSync','browserStackPercyOptions','RBykN','true','runner','XEmqJ','tkTgW','--config','TISiB','OJZgI','skipSessionName','hggxH','\x0amodule.exports\x20=\x20config;','ywusn','child\x20process\x20exited\x20with\x20code\x20','RTlOQ','AFJGq','debug','./test-observability/helper','checkAccessibilityPlatformConfig','xVfGE','MLtqk','Getting\x20your\x20jest\x20configs\x20from\x20','ziHHq','Error\x20while\x20parsing\x20','launch','testEnvironment','../../helpers/percy/utils','slice','71284GgfjeY','mrpVx','logLevel','MaDLS','testTimeout','AyvKr','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getHubUrl','Deleting\x20','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','cmekd'];a8_0x36be=function(){return _0x8edfbd;};return a8_0x36be();}const a8_0x2d4bf3=a8_0x5da1;function a8_0x5da1(_0x1e6016,_0x40445a){const _0x36befc=a8_0x36be();return a8_0x5da1=function(_0x5da1c6,_0x5a7644){_0x5da1c6=_0x5da1c6-0xd5;let _0xb33285=_0x36befc[_0x5da1c6];return _0xb33285;},a8_0x5da1(_0x1e6016,_0x40445a);}(function(_0x5f175a,_0x36b655){const _0x48b2e3=a8_0x5da1,_0x546c5c=_0x5f175a();while(!![]){try{const _0x250d4e=-parseInt(_0x48b2e3(0xef))/0x1*(parseInt(_0x48b2e3(0x14d))/0x2)+-parseInt(_0x48b2e3(0x12f))/0x3+-parseInt(_0x48b2e3(0xdd))/0x4*(parseInt(_0x48b2e3(0x167))/0x5)+-parseInt(_0x48b2e3(0x163))/0x6*(parseInt(_0x48b2e3(0x122))/0x7)+parseInt(_0x48b2e3(0x10d))/0x8+-parseInt(_0x48b2e3(0xf6))/0x9+parseInt(_0x48b2e3(0x118))/0xa;if(_0x250d4e===_0x36b655)break;else _0x546c5c['push'](_0x546c5c['shift']());}catch(_0x1aa77a){_0x546c5c['push'](_0x546c5c['shift']());}}}(a8_0x36be,0x61f22));const fs=require('fs'),path=require(a8_0x2d4bf3(0x133)),{spawn}=require(a8_0x2d4bf3(0x114)),logger=require(a8_0x2d4bf3(0x18e))[a8_0x2d4bf3(0xff)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a8_0x2d4bf3(0x166)),constants=require(a8_0x2d4bf3(0x115)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require(a8_0x2d4bf3(0x1ae)),testOpsHelper=require('../../helpers/test-observability/utils'),SessionHandler=require(a8_0x2d4bf3(0x119)),{getFrameworkVersion,debug}=require(a8_0x2d4bf3(0x14e)),TestDetails=require(a8_0x2d4bf3(0x155)),{getPercyOptions}=require(a8_0x2d4bf3(0xdb)),getUserJestConfigs=(_0x2463fa,_0x139b51)=>{const _0x1c143f=a8_0x2d4bf3,_0x41976a={'RDhFz':function(_0x205e59,_0x40d960){return _0x205e59(_0x40d960);},'eSypV':function(_0x3dbde8,_0x3ac62a){return _0x3dbde8===_0x3ac62a;},'BJwZh':_0x1c143f(0x164),'GyCKO':_0x1c143f(0x142),'ZUZHY':function(_0x219bb8,_0x1381ad){return _0x219bb8||_0x1381ad;},'LkMtm':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','wMvZG':function(_0x40ba7c,_0x26264e){return _0x40ba7c(_0x26264e);},'NBRkW':_0x1c143f(0xfe)},_0x4bc851=_0x139b51[_0x1c143f(0x152)](_0x440d40=>_0x440d40===_0x1c143f(0x1a3));if(!helper[_0x1c143f(0x120)](_0x2463fa[_0x1c143f(0x12b)])){if(_0x41976a[_0x1c143f(0x147)](_0x41976a[_0x1c143f(0x12a)],_0x41976a[_0x1c143f(0x13c)]))_0x41976a['RDhFz'](_0x7d1b45,_0x1c143f(0x181)+_0x5b85f1);else{logger[_0x1c143f(0x185)](_0x1c143f(0xd6)+_0x2463fa[_0x1c143f(0x12b)]);const _0x331368=_0x41976a[_0x1c143f(0x190)](require,path[_0x1c143f(0x153)](process[_0x1c143f(0x132)](),_0x2463fa[_0x1c143f(0x12b)]));return _0x139b51['splice'](_0x4bc851,0x2),_0x41976a[_0x1c143f(0xec)](_0x331368,{});}}return logger[_0x1c143f(0x185)](_0x41976a[_0x1c143f(0x11c)]),_0x41976a[_0x1c143f(0x176)](require,path[_0x1c143f(0x153)](process[_0x1c143f(0x132)](),_0x41976a['NBRkW']))[_0x1c143f(0x18d)]||{};},getSerial=(_0x4e2ad1,_0x16a60d)=>{const _0x1f43ac=a8_0x2d4bf3,_0x58f45d={};_0x58f45d['uPmIM']=_0x1f43ac(0x198),_0x58f45d['FeVCB']=_0x1f43ac(0x19f),_0x58f45d[_0x1f43ac(0x15a)]=function(_0x569994,_0x4635f7){return _0x569994>_0x4635f7;},_0x58f45d[_0x1f43ac(0x11a)]=function(_0x4dfa2e,_0x2f5cbe){return _0x4dfa2e===_0x2f5cbe;},_0x58f45d[_0x1f43ac(0x144)]=_0x1f43ac(0x136),_0x58f45d['MkGPu']='false';const _0x242e2d=_0x58f45d;let _0x4cb165=_0x242e2d[_0x1f43ac(0x138)];return _0x242e2d[_0x1f43ac(0x15a)](_0x4e2ad1[_0x1f43ac(0x12e)],0x1)&&(!_0x16a60d[_0x1f43ac(0xe8)]&&(helper['isUndefined'](_0x16a60d[_0x1f43ac(0x134)])||_0x242e2d[_0x1f43ac(0x15a)](_0x16a60d[_0x1f43ac(0x134)],0x1)))&&(_0x242e2d[_0x1f43ac(0x11a)](_0x242e2d[_0x1f43ac(0x144)],_0x242e2d[_0x1f43ac(0x144)])?_0x4cb165=_0x242e2d[_0x1f43ac(0xea)]:_0x3a5716=_0x50b097[_0x1f43ac(0x15c)](_0x242e2d[_0x1f43ac(0x112)])),_0x4cb165;},getMaxWorkers=(_0xce43ea,_0x8f2d1f)=>{const _0x56e33d=a8_0x2d4bf3,_0x886f44={'FmEub':function(_0x20086e,_0xc04478){return _0x20086e!==_0xc04478;},'GnDyv':'krJUZ','JCgzz':function(_0x44128b,_0x543238){return _0x44128b(_0x543238);},'ErkCy':function(_0x311ed1,_0x3091e5){return _0x311ed1!==_0x3091e5;},'HUdau':_0x56e33d(0x1b0),'AFJGq':_0x56e33d(0xe0)};let _0xb37470=0x1;if(!helper[_0x56e33d(0x120)](_0x8f2d1f[_0x56e33d(0x10f)]))_0x886f44[_0x56e33d(0x158)](_0x886f44['GnDyv'],_0x886f44[_0x56e33d(0xeb)])?_0x50634c[_0x56e33d(0x162)](_0x30c55b[_0x56e33d(0x12b)]):_0xb37470=_0x886f44['JCgzz'](parseInt,_0x8f2d1f[_0x56e33d(0x10f)]);else{if(!helper[_0x56e33d(0x120)](_0xce43ea[_0x56e33d(0x134)])){if(_0x886f44[_0x56e33d(0x193)](_0x886f44['HUdau'],_0x886f44[_0x56e33d(0x1ac)]))_0xb37470=_0xce43ea['maxWorkers'];else return;}}return _0xb37470;};async function run(_0x415822,_0x35e2de){const _0x2ec321=a8_0x2d4bf3,_0x1d6e2a={'VwiCC':function(_0xc07d78,_0x4335d7){return _0xc07d78(_0x4335d7);},'mrpVx':function(_0x8f3cc,_0x3969de){return _0x8f3cc||_0x3969de;},'nxGiY':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','XEmqJ':_0x2ec321(0xfe),'npyXl':'false','LKxoO':_0x2ec321(0x18d),'cmekd':function(_0x40b0bd,_0x4f40a4){return _0x40b0bd===_0x4f40a4;},'tkTgW':_0x2ec321(0x121),'WKxqZ':function(_0x5c5ac8,_0x37b386){return _0x5c5ac8!==_0x37b386;},'AbtFq':_0x2ec321(0x1ab),'UYiUh':_0x2ec321(0x199),'TMXBR':function(_0x34332e,_0x41ded0){return _0x34332e!==_0x41ded0;},'nrwau':_0x2ec321(0x151),'EJyfp':function(_0x3c0915,_0x42ea12){return _0x3c0915(_0x42ea12);},'uAACw':function(_0x26319c,_0x86d178){return _0x26319c(_0x86d178);},'rzOEG':_0x2ec321(0x19f),'PWwKH':function(_0x105b17,_0x2a9639){return _0x105b17>_0x2a9639;},'GBKUR':_0x2ec321(0x198),'DrWxv':function(_0x5e3673,_0x5d09ad){return _0x5e3673(_0x5d09ad);},'rGDOG':'rbuyi','xvcgC':function(_0x11e5d5,_0x5f3d2c){return _0x11e5d5!==_0x5f3d2c;},'ZZPip':'kWAal','OJZgI':function(_0x17f7c8,_0xd648eb){return _0x17f7c8===_0xd648eb;},'SQGEa':_0x2ec321(0x111),'ywLaw':_0x2ec321(0x17a),'fUWjS':function(_0xf3d9ac,_0x522258){return _0xf3d9ac===_0x522258;},'GAZDk':'IUQSy','tjRAR':_0x2ec321(0x174),'aqxHt':function(_0x2754ac,_0x10d41f){return _0x2754ac===_0x10d41f;},'HpacV':'kIILB','POdCj':function(_0x2b90a5,_0x1400b6){return _0x2b90a5(_0x1400b6);},'ROAMr':function(_0xa4353c,_0x18bb8f){return _0xa4353c===_0x18bb8f;},'fITGh':'hffQB','ziHHq':'fjHKa','NXUki':function(_0x3ce880,_0x3744d7){return _0x3ce880!==_0x3744d7;},'JygIr':_0x2ec321(0x17b),'PfecP':_0x2ec321(0x101),'EwmrU':function(_0x7a47b,_0x496dff){return _0x7a47b!=_0x496dff;},'rqMPx':function(_0x2ce46b,_0x5475de){return _0x2ce46b!==_0x5475de;},'oNnIP':_0x2ec321(0x123),'TUomr':function(_0x29a0c1,_0x3606a0){return _0x29a0c1!==_0x3606a0;},'MLtqk':_0x2ec321(0x19b),'IiNSF':_0x2ec321(0x15f),'mmhJQ':function(_0x539738,_0x4ee1f9,_0x2cffb0){return _0x539738(_0x4ee1f9,_0x2cffb0);},'hmmkc':_0x2ec321(0xe6),'YSvid':function(_0x17e5f1,_0x1f3c18){return _0x17e5f1(_0x1f3c18);},'IMrrb':function(_0x9c5807,_0x3fbbc4){return _0x9c5807!==_0x3fbbc4;},'ziUtE':'hLkem','IuYRN':'wZXsT','lmcxp':_0x2ec321(0x1a4),'hggxH':function(_0x11cb7a,_0x5c3ce0,_0x39b15d){return _0x11cb7a(_0x5c3ce0,_0x39b15d);},'mcRwX':function(_0x48b4b2,_0x541852){return _0x48b4b2*_0x541852;},'QsLUf':_0x2ec321(0xf3),'dORSs':'customImplements','AyvKr':_0x2ec321(0xfa),'eQILu':function(_0x5f148f,_0xca5c01){return _0x5f148f===_0xca5c01;},'bkmiZ':_0x2ec321(0x18b),'nabWq':_0x2ec321(0xf2),'RLecY':_0x2ec321(0x11d),'VcYiC':function(_0x399152,_0x1e0b03){return _0x399152!==_0x1e0b03;},'ywusn':_0x2ec321(0xf8),'jGvtw':function(_0x472327,_0x3e0d02){return _0x472327(_0x3e0d02);},'TuhLb':_0x2ec321(0x187),'FbsbP':_0x2ec321(0x14b),'RBykN':'default','WkfLs':function(_0x1e20ce,_0x16d76f,_0x15694b){return _0x1e20ce(_0x16d76f,_0x15694b);},'wyPkR':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','FljXM':function(_0x38a7b7,_0x2ffed){return _0x38a7b7===_0x2ffed;},'eMHos':_0x2ec321(0x117),'NTZlc':_0x2ec321(0x124),'MIGQd':function(_0x5414d5,_0x1f0909){return _0x5414d5(_0x1f0909);},'CZPMb':function(_0x403287,_0x205bff,_0x53b79d,_0x52fbed){return _0x403287(_0x205bff,_0x53b79d,_0x52fbed);},'rfAtL':'jest.cmd','PeEwb':'--config','oosJN':'inherit','jslxE':'close'},_0x3cc067=new BrowserStackSetup(_0x415822,_0x1d6e2a[_0x2ec321(0x188)]);helper['isBrowserstackInfra']()&&(_0x1d6e2a[_0x2ec321(0x127)](_0x1d6e2a[_0x2ec321(0x102)],_0x1d6e2a[_0x2ec321(0xd7)])?_0x34249a=_0x78a2d4[_0x2ec321(0x191)](_0x4fbbd3):(await _0x3cc067['initialize'](),await helper['handleApp'](_0x3cc067[_0x2ec321(0x12b)])));if(!_0x3cc067['config']){if(_0x1d6e2a[_0x2ec321(0x16a)](_0x1d6e2a[_0x2ec321(0x108)],_0x1d6e2a['PfecP']))return;else _0x40a62c[_0x2ec321(0x129)][_0x2ec321(0x140)](_0x22bcd3+_0x2ec321(0x13f)),_0x1e8a7a[_0x2ec321(0x11b)]=_0x32fcc4+_0x2ec321(0x156);}if(_0x1d6e2a[_0x2ec321(0xfb)](_0x3cc067[_0x2ec321(0x12b)][_0x2ec321(0x184)],null)){if(_0x1d6e2a[_0x2ec321(0x192)](_0x1d6e2a[_0x2ec321(0x179)],_0x1d6e2a['oNnIP'])){const _0x45b4f4=_0x22274d['findIndex'](_0x5e6f0d=>_0x5e6f0d===_0x2ec321(0x1a3));if(!_0x2c7e43[_0x2ec321(0x120)](_0x109091[_0x2ec321(0x12b)])){_0x2238e3['info']('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x4c41e5[_0x2ec321(0x12b)]);const _0x248a58=_0x1d6e2a[_0x2ec321(0x148)](_0x491526,_0xdef8b9[_0x2ec321(0x153)](_0x247045[_0x2ec321(0x132)](),_0x1b61c9['config']));return _0x1056bb['splice'](_0x45b4f4,0x2),_0x1d6e2a[_0x2ec321(0xde)](_0x248a58,{});}return _0x52f6ac[_0x2ec321(0x185)](_0x1d6e2a['nxGiY']),_0x1d6e2a[_0x2ec321(0x148)](_0x235b80,_0x4267fe['join'](_0x39cb6d['cwd'](),_0x1d6e2a[_0x2ec321(0x1a1)]))['jest']||{};}else process[_0x2ec321(0x171)][_0x2ec321(0x186)]=_0x3cc067[_0x2ec321(0x12b)][_0x2ec321(0x184)];}else _0x1d6e2a[_0x2ec321(0xe9)](_0x1d6e2a[_0x2ec321(0xd5)],_0x1d6e2a[_0x2ec321(0x16b)])?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1d6e2a['npyXl']:_0x5bf2ad['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1d6e2a[_0x2ec321(0xed)];const _0x1c17d8=_0x1d6e2a[_0x2ec321(0x16f)](getUserJestConfigs,_0x415822,_0x35e2de);logger[_0x2ec321(0x185)](_0x1d6e2a[_0x2ec321(0xf9)]);const _0x1d184f=Object[_0x2ec321(0x14c)]({},_0x1c17d8);_0x1d184f[_0x2ec321(0x13e)]={'server':helper[_0x2ec321(0xe4)](_0x3cc067['config']),'environment':_0x1c17d8['testEnvironment']},_0x1d184f[_0x2ec321(0x13e)][_0x2ec321(0x19d)]=_0x1d6e2a[_0x2ec321(0x10a)](getPercyOptions,_0x3cc067[_0x2ec321(0x12b)]);const _0x1c6f16=helper[_0x2ec321(0x18a)](_0x3cc067[_0x2ec321(0x12b)]),_0x168878=[];_0x3cc067['config'][_0x2ec321(0x18c)]['forEach']((_0x3a7aa2,_0x10661f)=>{const _0x239886=_0x2ec321,_0x5e3191={};_0x5e3191[_0x239886(0xf0)]=_0x1d6e2a[_0x239886(0x188)];const _0x188257=_0x5e3191;_0x1d6e2a[_0x239886(0xe7)](_0x1d6e2a[_0x239886(0x1a2)],_0x1d6e2a[_0x239886(0x1a2)])?_0x1c6f16?_0x1d6e2a['WKxqZ'](_0x1d6e2a['AbtFq'],_0x1d6e2a[_0x239886(0x173)])?_0x168878['push'](helper[_0x239886(0x146)](_0x3cc067[_0x239886(0x12b)],_0x1d6e2a[_0x239886(0x188)],_0x10661f)):_0x10abe5=_0x559d48['maxWorkers']:_0x1d6e2a['TMXBR'](_0x1d6e2a[_0x239886(0x160)],_0x1d6e2a[_0x239886(0x160)])?_0x552455[_0x239886(0x171)][_0x239886(0xe3)]=_0x2a4ce5['stringify'](_0x5007ce[_0x239886(0x12b)]['accessibilityOptions']):_0x168878[_0x239886(0x140)](helper[_0x239886(0x169)](_0x3cc067[_0x239886(0x12b)],_0x1d6e2a['LKxoO'],_0x10661f)):_0x10b5fb['push'](_0x323e0d[_0x239886(0x169)](_0x18caec[_0x239886(0x12b)],_0x188257['iOtIk'],_0x320960));});if(!helper[_0x2ec321(0x120)](_0x3cc067[_0x2ec321(0x12b)]['accessibilityOptions'])){if(_0x1d6e2a[_0x2ec321(0x165)](_0x1d6e2a['ziUtE'],_0x1d6e2a['IuYRN']))process[_0x2ec321(0x171)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2ec321(0xf1)](_0x3cc067[_0x2ec321(0x12b)]['accessibilityOptions']);else{let _0x1eb13c=0x1;if(!_0x38cd81[_0x2ec321(0x120)](_0x266af0[_0x2ec321(0x10f)]))_0x1eb13c=_0x1d6e2a[_0x2ec321(0x12d)](_0xdce8cb,_0x88c721[_0x2ec321(0x10f)]);else!_0x23ac3d[_0x2ec321(0x120)](_0x201d6a['maxWorkers'])&&(_0x1eb13c=_0x51fc0e[_0x2ec321(0x134)]);return _0x1eb13c;}}let _0x401997=_0x3cc067[_0x2ec321(0x12b)][_0x2ec321(0x128)];_0x401997=_0x401997||accessibilityHelper[_0x2ec321(0x1af)](_0x3cc067['config']),process[_0x2ec321(0x171)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x401997;if(_0x401997){if(_0x1d6e2a[_0x2ec321(0x107)](_0x1d6e2a['lmcxp'],_0x1d6e2a[_0x2ec321(0x16e)]))_0x337e58?_0x4eb74d[_0x2ec321(0x140)](_0x22481e[_0x2ec321(0x146)](_0x3feba0[_0x2ec321(0x12b)],_0x1d6e2a['LKxoO'],_0x18de9f)):_0x1ce435[_0x2ec321(0x140)](_0xe7572c[_0x2ec321(0x169)](_0x4eb075[_0x2ec321(0x12b)],_0x1d6e2a[_0x2ec321(0x188)],_0x573fd0));else{const [_0x53b07f,_0x1e0da9]=await accessibilityHelper[_0x2ec321(0x177)](_0x3cc067[_0x2ec321(0x12b)],_0x1d6e2a[_0x2ec321(0x188)]);logger[_0x2ec321(0x185)](_0x2ec321(0xfc)+_0x1e0da9),process['env'][_0x2ec321(0x130)]=_0x53b07f,process[_0x2ec321(0x171)][_0x2ec321(0xf4)]=_0x1e0da9;}}_0x1d184f[_0x2ec321(0x13e)]['capabilities']=_0x168878,_0x1d184f[_0x2ec321(0x13e)]['serial__']=_0x1d6e2a[_0x2ec321(0x16f)](getSerial,_0x168878,_0x415822),_0x1d184f[_0x2ec321(0x13e)][_0x2ec321(0x189)]=_0x1d6e2a[_0x2ec321(0x1a7)](getMaxWorkers,_0x415822,_0x3cc067[_0x2ec321(0x12b)]),_0x1d184f[_0x2ec321(0x13e)][_0x2ec321(0xf7)]=_0x3cc067[_0x2ec321(0x12b)][_0x2ec321(0xf7)],_0x1d184f[_0x2ec321(0x13e)]['timeout__']=_0x1d6e2a['mcRwX'](_0x415822[_0x2ec321(0xe1)],0x1)||0x1388,_0x1d184f[_0x2ec321(0x13e)][_0x2ec321(0x1a6)]=_0x3cc067['config'][_0x2ec321(0xee)][_0x2ec321(0x1a6)],_0x1d184f['testEnvironmentOptions']['skipSessionStatus']=_0x3cc067[_0x2ec321(0x12b)]['testContextOptions']['skipSessionStatus'],_0x1d184f[_0x2ec321(0x13e)][_0x2ec321(0x145)]=_0x3cc067['config'][_0x2ec321(0xdf)],_0x1d184f[_0x2ec321(0x13e)][_0x2ec321(0x17f)]=_0x3cc067['config']['turboScaleUrl'],_0x1d184f['testEnvironmentOptions'][_0x2ec321(0x110)]=_0x3cc067[_0x2ec321(0x12b)][_0x2ec321(0x18c)];const _0x4596ec=_0x1d6e2a[_0x2ec321(0x10e)],_0x192438=path[_0x2ec321(0x153)](__dirname,_0x1d6e2a[_0x2ec321(0x13d)],_0x1d6e2a[_0x2ec321(0xe2)]),_0x18f514=__dirname+_0x2ec321(0x100),_0x462551=__dirname+'/customImplements/customTestRunnerTemplate.js';_0x1d184f[_0x2ec321(0xda)]=__dirname+_0x2ec321(0x15b),_0x1d184f[_0x2ec321(0x1a0)]=_0x18f514,_0x1d184f[_0x2ec321(0x129)]=[__dirname+_0x2ec321(0x106)];if(testOpsHelper[_0x2ec321(0x116)]()){if(_0x1d6e2a['eQILu'](_0x1d6e2a['bkmiZ'],_0x1d6e2a[_0x2ec321(0x168)])){let _0x4bdb11=null;try{_0x1d6e2a[_0x2ec321(0x14f)](_0x1d6e2a[_0x2ec321(0x126)],_0x1d6e2a[_0x2ec321(0x12c)])?(_0xe2fa3b[_0x2ec321(0x105)](_0x414bef),_0x1d6e2a['uAACw'](_0x464849,_0x2ec321(0x103)+_0x2477d2)):_0x4bdb11=helper[_0x2ec321(0x15c)](_0x1d6e2a[_0x2ec321(0x141)]);}catch(_0x5bfa12){if(_0x1d6e2a['VcYiC'](_0x1d6e2a['ywusn'],_0x1d6e2a[_0x2ec321(0x1a9)])){let _0x338eb8=_0x1d6e2a[_0x2ec321(0x113)];return _0x1d6e2a[_0x2ec321(0x14a)](_0x4b3d09['length'],0x1)&&(!_0x5e9989['runInBand']&&(_0x379dff[_0x2ec321(0x120)](_0x1e828d['maxWorkers'])||_0x1d6e2a[_0x2ec321(0x14a)](_0x5740e3[_0x2ec321(0x134)],0x1)))&&(_0x338eb8=_0x1d6e2a[_0x2ec321(0xed)]),_0x338eb8;}else _0x1d6e2a[_0x2ec321(0x159)](debug,_0x2ec321(0x181)+_0x5bfa12);}if(_0x4bdb11){if(_0x1d6e2a[_0x2ec321(0x165)](_0x1d6e2a[_0x2ec321(0x18f)],_0x1d6e2a['FbsbP']))_0x1d184f[_0x2ec321(0x129)]['push'](__dirname+_0x2ec321(0x13f)),_0x1d184f[_0x2ec321(0x11b)]=__dirname+_0x2ec321(0x156);else{_0x10b3e2=_0x1a7738['readFileSync'](_0x25bc4c);try{_0x35f7a3=_0x3b5c7e[_0x2ec321(0x191)](_0x53c54c);}catch(_0x1cd705){_0x5c7898[_0x2ec321(0x1ad)]('Error\x20while\x20parsing\x20'+_0x5745b8+',\x20'+_0x28882c+_0x2ec321(0x131)+_0x1cd705);}_0x590836[_0x2ec321(0x19c)](_0x487368);}}}else _0x514794['push'](_0x1b142d[_0x2ec321(0x146)](_0x6d957a[_0x2ec321(0x12b)],_0x1d6e2a['LKxoO'],_0x2ba249));}_0x1d184f[_0x2ec321(0x125)]=[__dirname+'/test_before.setup.js'],_0x1d184f[_0x2ec321(0x19a)]=_0x1d184f['reporters']||[_0x1d6e2a[_0x2ec321(0x19e)]],_0x1d6e2a['WkfLs'](updateTestRerunConfig,_0x1d184f,_0x3cc067);const _0x3c34a3=fs['readFileSync'](_0x462551);fs['writeFileSync'](_0x1d184f[_0x2ec321(0x1a0)],_0x2ec321(0x154)+_0x3c34a3+'\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'+_0x3cc067['config'][_0x2ec321(0x18c)][_0x2ec321(0x12e)]+_0x2ec321(0x11f)),logger[_0x2ec321(0x185)](_0x2ec321(0x13b)+_0x4596ec+_0x2ec321(0x143)),fs['writeFileSync'](_0x4596ec,_0x2ec321(0x183)+JSON[_0x2ec321(0xf1)](_0x1d184f)+_0x2ec321(0x1a8)),logger['info'](_0x1d6e2a[_0x2ec321(0x16d)]);if(testOpsHelper[_0x2ec321(0x116)]()){if(_0x1d6e2a[_0x2ec321(0x180)](_0x1d6e2a['eMHos'],_0x1d6e2a[_0x2ec321(0x178)])){_0x1f7d2b['info'](_0x2ec321(0xd6)+_0x69ef6f[_0x2ec321(0x12b)]);const _0x297cf0=_0x1d6e2a[_0x2ec321(0x148)](_0x3362b7,_0x244269[_0x2ec321(0x153)](_0x27b30f['cwd'](),_0x1e770e['config']));return _0x35f56f['splice'](_0x5f13fd,0x2),_0x1d6e2a[_0x2ec321(0xde)](_0x297cf0,{});}else{const _0x29093d={};_0x29093d[_0x2ec321(0x170)]='',await SessionHandler[_0x2ec321(0xd9)](Object['assign']({},_0x3cc067[_0x2ec321(0x12b)],_0x29093d),{'frameworkName':_0x1d6e2a[_0x2ec321(0x188)],'frameworkVersion':_0x1d6e2a[_0x2ec321(0x15d)](getFrameworkVersion,_0x1d6e2a[_0x2ec321(0x188)])}),TestDetails['setup']();}}helper['filterBrowserstackConfig']({},_0x35e2de);const _0x4d841a=_0x1d6e2a['CZPMb'](spawn,/^win/['test'](process[_0x2ec321(0x16c)])?_0x1d6e2a[_0x2ec321(0x17d)]:_0x1d6e2a[_0x2ec321(0x188)],[_0x1d6e2a[_0x2ec321(0x172)],_0x4596ec,..._0x35e2de[_0x2ec321(0xdc)](0x1)],{'stdio':_0x1d6e2a[_0x2ec321(0x13a)]});_0x4d841a['on'](_0x1d6e2a[_0x2ec321(0x17e)],async _0x1c356c=>{const _0x1ca175=_0x2ec321,_0x34fa85={'kIFeL':_0x1d6e2a['GBKUR'],'awEvA':function(_0x410bbc,_0x4b5d25){const _0x40907e=a8_0x5da1;return _0x1d6e2a[_0x40907e(0x175)](_0x410bbc,_0x4b5d25);},'XlQbM':_0x1d6e2a[_0x1ca175(0xed)],'Cwihm':function(_0x3ffdad,_0x33b64c){const _0x49327a=_0x1ca175;return _0x1d6e2a[_0x49327a(0x149)](_0x3ffdad,_0x33b64c);}};process[_0x1ca175(0x104)]=_0x1c356c,logger[_0x1ca175(0x1ad)](_0x1ca175(0x1aa)+_0x1c356c),logger[_0x1ca175(0x185)](_0x1ca175(0xe5)+_0x4596ec);let _0x52010b=null;if(fs[_0x1ca175(0x135)](_0x192438)){if(_0x1d6e2a[_0x1ca175(0x109)](_0x1d6e2a[_0x1ca175(0x137)],_0x1d6e2a[_0x1ca175(0x137)])){let _0x4688dd=null;try{_0x4688dd=_0x429d06[_0x1ca175(0x15c)](_0x34fa85[_0x1ca175(0x161)]);}catch(_0x1ec133){_0x34fa85[_0x1ca175(0x15e)](_0x12639f,_0x1ca175(0x181)+_0x1ec133);}_0x4688dd&&(_0x3da94b[_0x1ca175(0x129)]['push'](_0x3b5e54+_0x1ca175(0x13f)),_0x42525c[_0x1ca175(0x11b)]=_0x28e904+_0x1ca175(0x156));}else{_0x52010b=fs[_0x1ca175(0x182)](_0x192438);try{_0x1d6e2a['xvcgC'](_0x1d6e2a[_0x1ca175(0x150)],_0x1d6e2a['ZZPip'])?_0x59da68=_0x34fa85[_0x1ca175(0x17c)]:_0x52010b=JSON[_0x1ca175(0x191)](_0x52010b);}catch(_0x2c6b52){_0x1d6e2a[_0x1ca175(0x1a5)](_0x1d6e2a[_0x1ca175(0x11e)],_0x1d6e2a['ywLaw'])?_0x2107d7['debug'](_0x1ca175(0xd8)+_0x1f2b43+',\x20'+_0x2dba26+'\x20:\x20'+_0x251ede):logger[_0x1ca175(0x1ad)]('Error\x20while\x20parsing\x20'+_0x192438+',\x20'+_0x52010b+_0x1ca175(0x131)+_0x2c6b52);}fs['unlinkSync'](_0x192438);}}accessibilityHelper[_0x1ca175(0x195)]()&&(_0x1d6e2a[_0x1ca175(0x139)](_0x1d6e2a[_0x1ca175(0x196)],_0x1d6e2a['tjRAR'])?_0x5bcf2e[_0x1ca175(0x171)][_0x1ca175(0x186)]=_0x1f6cca[_0x1ca175(0x12b)][_0x1ca175(0x184)]:accessibilityHelper[_0x1ca175(0x162)](_0x3cc067[_0x1ca175(0x12b)]));fs[_0x1ca175(0x19c)](_0x4596ec),fs['unlinkSync'](_0x18f514),_0x52010b&&(_0x3cc067[_0x1ca175(0x10c)]=helper['getErrorMessageFromResults'](_0x52010b,_0x1d6e2a[_0x1ca175(0x188)],_0x3cc067));if(testOpsHelper[_0x1ca175(0x116)]())try{_0x1d6e2a['aqxHt'](_0x1d6e2a[_0x1ca175(0xf5)],_0x1d6e2a[_0x1ca175(0xf5)])?await SessionHandler['stop']():_0x2b3bf8=_0x34fa85[_0x1ca175(0xfd)](_0x43ed69,_0x203b50[_0x1ca175(0x10f)]);}catch(_0x484212){console[_0x1ca175(0x105)](_0x484212),_0x1d6e2a[_0x1ca175(0x157)](debug,_0x1ca175(0x103)+_0x484212);}testOpsHelper[_0x1ca175(0x10b)](),TestDetails[_0x1ca175(0x197)](),await helper['finalExecution'](_0x3cc067);});}module[a8_0x2d4bf3(0x194)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a9_0x4d7b6f=a9_0x3469;function a9_0x3469(_0x1f2c94,_0x573d5f){const _0xdd3e7c=a9_0xdd3e();return a9_0x3469=function(_0x346935,_0x123d1e){_0x346935=_0x346935-0x1d8;let _0x288f71=_0xdd3e7c[_0x346935];return _0x288f71;},a9_0x3469(_0x1f2c94,_0x573d5f);}(function(_0x4cff87,_0x414396){const _0x3b70a2=a9_0x3469,_0x14e4a3=_0x4cff87();while(!![]){try{const _0x2ef4f8=parseInt(_0x3b70a2(0x1e2))/0x1+parseInt(_0x3b70a2(0x1ea))/0x2+parseInt(_0x3b70a2(0x1de))/0x3*(-parseInt(_0x3b70a2(0x1e4))/0x4)+parseInt(_0x3b70a2(0x1dc))/0x5*(parseInt(_0x3b70a2(0x1e0))/0x6)+parseInt(_0x3b70a2(0x1e1))/0x7*(-parseInt(_0x3b70a2(0x1e6))/0x8)+parseInt(_0x3b70a2(0x1d9))/0x9*(-parseInt(_0x3b70a2(0x1e5))/0xa)+parseInt(_0x3b70a2(0x1e9))/0xb*(parseInt(_0x3b70a2(0x1df))/0xc);if(_0x2ef4f8===_0x414396)break;else _0x14e4a3['push'](_0x14e4a3['shift']());}catch(_0x121602){_0x14e4a3['push'](_0x14e4a3['shift']());}}}(a9_0xdd3e,0x47b69));const path=require(a9_0x4d7b6f(0x1ec)),{requireModule}=require(a9_0x4d7b6f(0x1eb));let initJestAdapter=requireModule(a9_0x4d7b6f(0x1dd));function a9_0xdd3e(){const _0x276339=['path','requireInternalModule','function','18UdOQNU','initRequireModule','/jestAdapterInit','1070lpsDZk','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','1364955LDwyxH','1458648yWGWwo','2964UnNOKY','14ekYtBz','127990HNFegi','includes','4HvPUKG','705370OLPPYg','2077800yFkUhX','gcnMs','./customJestAdapterInit.js','99fEXcCZ','163108UdsAEt','../../../helpers/helper'];a9_0xdd3e=function(){return _0x276339;};return a9_0xdd3e();}initJestAdapter=typeof initJestAdapter===a9_0x4d7b6f(0x1d8)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a9_0x4d7b6f(0x1e8));module['exports']=(..._0x86576b)=>{const _0x51f44a=a9_0x4d7b6f,_0x3e114f={'UAEgt':_0x51f44a(0x1db),'gcnMs':function(_0x476bb1,_0x523006){return _0x476bb1===_0x523006;},'AUSIa':function(_0x559acd,..._0x32491f){return _0x559acd(..._0x32491f);}};return _0x86576b[0x3][_0x51f44a(0x1da)]=_0x86576b[0x3][_0x51f44a(0x1ed)],_0x86576b[0x3][_0x51f44a(0x1ed)]=(..._0x208147)=>{const _0x4f9ce7=_0x51f44a;if(_0x208147[0x0]&&_0x208147[0x0][_0x4f9ce7(0x1e3)](_0x3e114f['UAEgt'])&&_0x3e114f[_0x4f9ce7(0x1e7)](_0x208147[0x1],undefined))return _0x86576b[0x3][_0x4f9ce7(0x1da)](FRAMEWORK_INITIALIZER);return _0x86576b[0x3]['initRequireModule'](..._0x208147);},_0x3e114f['AUSIa'](initJestAdapter,..._0x86576b);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x3a4568=a10_0x20ec;(function(_0x5d68f1,_0x34d7ef){const _0x1968c0=a10_0x20ec,_0x4f92e4=_0x5d68f1();while(!![]){try{const _0x1898ca=parseInt(_0x1968c0(0x19d))/0x1+parseInt(_0x1968c0(0x181))/0x2+parseInt(_0x1968c0(0x1a6))/0x3+-parseInt(_0x1968c0(0x182))/0x4*(parseInt(_0x1968c0(0x1b6))/0x5)+parseInt(_0x1968c0(0x1b9))/0x6+parseInt(_0x1968c0(0x1b0))/0x7*(-parseInt(_0x1968c0(0x18d))/0x8)+parseInt(_0x1968c0(0x1b2))/0x9*(-parseInt(_0x1968c0(0x19f))/0xa);if(_0x1898ca===_0x34d7ef)break;else _0x4f92e4['push'](_0x4f92e4['shift']());}catch(_0x434bb8){_0x4f92e4['push'](_0x4f92e4['shift']());}}}(a10_0x16fd,0xeb625));const helper=require(a10_0x3a4568(0x1ac)),constants=require(a10_0x3a4568(0x1c7)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a10_0x3a4568(0x173)),ObservabilityReporter=require('../test-observability/obsReporter'),_seleniumWebdriver=helper['requireSeleniumWebdriver'](),SeleniumEnvironmentNode=helper[a10_0x3a4568(0x1a2)](a10_0x3a4568(0x19a)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function a10_0x20ec(_0x419cb7,_0x1c481b){const _0x16fd4f=a10_0x16fd();return a10_0x20ec=function(_0x20ec22,_0xd044de){_0x20ec22=_0x20ec22-0x171;let _0x5f1ed8=_0x16fd4f[_0x20ec22];return _0x5f1ed8;},a10_0x20ec(_0x419cb7,_0x1c481b);}function _interopRequireDefault(_0xe62618){const _0x4b7e52=a10_0x3a4568;return _0xe62618&&_0xe62618[_0x4b7e52(0x1a5)]?_0xe62618:{'default':_0xe62618};}helper[a10_0x3a4568(0x1b7)]();const originalBuilder=_seleniumWebdriver2['default'][a10_0x3a4568(0x1ca)];class CustomEnvironment extends _jestEnvironmentNode2[a10_0x3a4568(0x1a8)]{constructor(_0x1b92e6){const _0x4cc5cc=a10_0x3a4568,_0x50ef19={'qeSUg':_0x4cc5cc(0x1c4),'QjJFy':function(_0x1c8d28,_0x19e9a9){return _0x1c8d28+_0x19e9a9;},'wInAb':function(_0x255f92,_0x30138e){return _0x255f92===_0x30138e;},'SkFYC':_0x4cc5cc(0x1b8),'vmzZp':_0x4cc5cc(0x188),'PHHmN':_0x4cc5cc(0x1ba),'pWEaI':_0x4cc5cc(0x1a9),'QukuW':_0x4cc5cc(0x185),'qHxPd':function(_0x3fb35b,_0x1f94c){return _0x3fb35b+_0x1f94c;},'VRYpi':function(_0x511e85){return _0x511e85();},'cJjaa':function(_0x436339,_0x5db358){return _0x436339===_0x5db358;},'xeEMg':_0x4cc5cc(0x19c),'oIlQg':function(_0x37041a,_0x1dd273){return _0x37041a(_0x1dd273);},'NiwOS':'../../../index','ObGCk':_0x4cc5cc(0x180),'VviMP':_0x4cc5cc(0x193),'sqblF':_0x4cc5cc(0x18e),'UBCtW':'percy','NJqqI':_0x4cc5cc(0x195),'yoBOo':function(_0x5d25e8,_0x222d81){return _0x5d25e8!==_0x222d81;},'KvSnd':'BrcDC','dJsBQ':'UjTiO'};super(_0x1b92e6),this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x1a0)]=0x0,this[_0x4cc5cc(0x1c5)]={},_0x1b92e6[_0x4cc5cc(0x180)]=_0x1b92e6[_0x4cc5cc(0x180)]||{};if(helper[_0x4cc5cc(0x1b1)]()){if(_0x50ef19[_0x4cc5cc(0x196)](_0x50ef19[_0x4cc5cc(0x19e)],_0x50ef19[_0x4cc5cc(0x19e)])){const _0x10b641=_0x50ef19[_0x4cc5cc(0x178)][_0x4cc5cc(0x1cc)]('|');let _0x1d7471=0x0;while(!![]){switch(_0x10b641[_0x1d7471++]){case'0':this[_0x4cc5cc(0x191)]=new _seleniumWebdriver2[(_0x4cc5cc(0x1a8))][(_0x4cc5cc(0x1ca))]();continue;case'1':_0x1b92e6[_0x4cc5cc(0x180)]=_0x1b92e6[_0x4cc5cc(0x1b4)]?_0x1b92e6[_0x4cc5cc(0x1b4)][_0x4cc5cc(0x180)]:_0x1b92e6['testEnvironmentOptions'];continue;case'2':this['capability']=_0x1b92e6[_0x4cc5cc(0x1b4)]?_0x1b92e6[_0x4cc5cc(0x1b4)][_0x4cc5cc(0x187)]:_0x1b92e6[_0x4cc5cc(0x187)];continue;case'3':this['global'][_0x4cc5cc(0x1a0)]=_0x50ef19[_0x4cc5cc(0x1bf)](this[_0x4cc5cc(0x1c5)][_0x4cc5cc(0x177)],constants[_0x4cc5cc(0x1c6)]);continue;case'4':this[_0x4cc5cc(0x1c5)]=_0x1b92e6['testEnvironmentOptions'];continue;}break;}}else{const _0x4bcf74=_0x50ef19[_0x4cc5cc(0x176)][_0x4cc5cc(0x1cc)]('|');let _0x40b5e8=0x0;while(!![]){switch(_0x4bcf74[_0x40b5e8++]){case'0':this[_0x4cc5cc(0x191)]=new _0x1cdb2d[(_0x4cc5cc(0x1a8))][(_0x4cc5cc(0x1ca))]();continue;case'1':this[_0x4cc5cc(0x1c5)]=_0x161834[_0x4cc5cc(0x180)];continue;case'2':this[_0x4cc5cc(0x187)]=_0x4676cd[_0x4cc5cc(0x1b4)]?_0x1d1bd0[_0x4cc5cc(0x1b4)][_0x4cc5cc(0x187)]:_0x5d0fc4[_0x4cc5cc(0x187)];continue;case'3':_0x5e60ce[_0x4cc5cc(0x180)]=_0x3dd950['projectConfig']?_0x38f23f['projectConfig'][_0x4cc5cc(0x180)]:_0x5464b2[_0x4cc5cc(0x180)];continue;case'4':this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x1a0)]=_0x50ef19[_0x4cc5cc(0x18a)](this[_0x4cc5cc(0x1c5)][_0x4cc5cc(0x177)],_0x4bef96[_0x4cc5cc(0x1c6)]);continue;}break;}}}if(_0x50ef19['VRYpi'](isTestObservabilitySession)){if(_0x50ef19[_0x4cc5cc(0x1c9)](_0x50ef19[_0x4cc5cc(0x184)],_0x50ef19[_0x4cc5cc(0x184)])){const _0x3d7aa1=new ObservabilityReporter();_0x3d7aa1[_0x4cc5cc(0x175)]();}else this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x192)]=![];}this['global'][_0x4cc5cc(0x18b)]=[],this['global'][_0x4cc5cc(0x1ab)]=_0x50ef19[_0x4cc5cc(0x18f)](require,_0x50ef19[_0x4cc5cc(0x17b)])['browserstackAgentV2']({...this['configuration'],'capability':this[_0x4cc5cc(0x187)]||{}},this,_0x50ef19[_0x4cc5cc(0x17c)](isTestObservabilitySession)),this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x18c)]=_0x1b92e6['projectConfig']?_0x1b92e6[_0x4cc5cc(0x1b4)][_0x4cc5cc(0x18c)]:_0x1b92e6[_0x4cc5cc(0x18c)],this[_0x4cc5cc(0x1c3)]['browserstackPercyBestPlatform']=helper['nestedKeyValue'](_0x1b92e6,[_0x50ef19[_0x4cc5cc(0x1b5)],_0x50ef19[_0x4cc5cc(0x1af)],_0x50ef19[_0x4cc5cc(0x1ae)]]),this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x1aa)]=helper[_0x4cc5cc(0x179)](_0x1b92e6,[_0x50ef19[_0x4cc5cc(0x1b5)],_0x50ef19[_0x4cc5cc(0x1af)],_0x50ef19[_0x4cc5cc(0x1c8)]]),this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x195)]=helper[_0x4cc5cc(0x179)](_0x1b92e6,[_0x50ef19[_0x4cc5cc(0x1b5)],_0x50ef19[_0x4cc5cc(0x1af)],_0x50ef19[_0x4cc5cc(0x17d)]]),this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x1b3)]=this['configuration']?this[_0x4cc5cc(0x1c5)][_0x4cc5cc(0x1bb)][this[_0x4cc5cc(0x1c3)]['browserstackPlatformIndex']]:{},helper[_0x4cc5cc(0x17f)](this['configuration'][_0x4cc5cc(0x186)])?_0x50ef19[_0x4cc5cc(0x190)](_0x50ef19['KvSnd'],_0x50ef19[_0x4cc5cc(0x189)])?this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x17e)]=_0x373186[_0x4cc5cc(0x198)]:this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x192)]=!![]:_0x50ef19['wInAb'](_0x50ef19[_0x4cc5cc(0x199)],_0x50ef19[_0x4cc5cc(0x199)])?this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x192)]=![]:this['global'][_0x4cc5cc(0x192)]=!![],this['global'][_0x4cc5cc(0x197)]=helper[_0x4cc5cc(0x17f)](this[_0x4cc5cc(0x1c5)][_0x4cc5cc(0x1ad)]),this[_0x4cc5cc(0x1c3)][_0x4cc5cc(0x1a7)]=async()=>{const _0x5346b8=_0x4cc5cc;if(_0x50ef19[_0x5346b8(0x196)](_0x50ef19[_0x5346b8(0x1be)],_0x50ef19[_0x5346b8(0x1cb)])){const _0x50da93=new _0x21d847();_0x50da93[_0x5346b8(0x175)]();}else await this['global'][_0x5346b8(0x1c2)][_0x5346b8(0x1ba)](_0x50ef19['PHHmN']);};}async[a10_0x3a4568(0x183)](){const _0x1ca2dd=a10_0x3a4568;await helper[_0x1ca2dd(0x17a)](this[_0x1ca2dd(0x1c3)][_0x1ca2dd(0x1c0)]),await RequestQueueHandler[_0x1ca2dd(0x1a1)]()['shutdown'](),this['global'][_0x1ca2dd(0x1ab)][_0x1ca2dd(0x1ca)]=originalBuilder;}async[a10_0x3a4568(0x1c1)](){}async[a10_0x3a4568(0x19b)](_0x271b91,_0x368a11){const _0x383e18=a10_0x3a4568,_0x2c35d2={};_0x2c35d2[_0x383e18(0x174)]=function(_0x231513,_0x4b031c){return _0x231513===_0x4b031c;},_0x2c35d2[_0x383e18(0x172)]=_0x383e18(0x171),_0x2c35d2[_0x383e18(0x1a4)]=_0x383e18(0x194),_0x2c35d2[_0x383e18(0x1a3)]=_0x383e18(0x1bc);const _0x44a86b=_0x2c35d2,{name:_0x1abdea}=_0x271b91;if(_0x44a86b[_0x383e18(0x174)](_0x1abdea,_0x44a86b['YtGxd'])){if(_0x44a86b[_0x383e18(0x174)](_0x44a86b[_0x383e18(0x1a4)],_0x44a86b[_0x383e18(0x1a3)])){const {name:_0x301fa5}=_0x4937e4;_0x44a86b[_0x383e18(0x174)](_0x301fa5,_0x44a86b[_0x383e18(0x172)])&&(this[_0x383e18(0x1c3)]['testContext']=_0x2b766a[_0x383e18(0x198)]);}else this[_0x383e18(0x1c3)][_0x383e18(0x17e)]=_0x271b91[_0x383e18(0x198)];}}}module[a10_0x3a4568(0x1bd)]=CustomEnvironment;function a10_0x16fd(){const _0x12fb7c=['QjJFy','__drivers','browserstackPlatformIndex','72FAisWA','browserstackPercyBestPlatform','oIlQg','yoBOo','builder','sessionNameProvided','browserStackPercyOptions','vOTJg','percyCaptureMode','wInAb','__skipSessionStatus','test','dJsBQ','jest-environment-node','handleTestEvent','LUozA','226389oIobOX','pWEaI','1746550nDVZSR','__timeout','getInstance','requireModule','HfLFx','gXHdl','__esModule','5031918DTqloI','cleanup','default','DHjlD','percy','__webdriver','../../../helpers/helper','skipSessionStatus','sqblF','VviMP','429373rEAwcx','isBrowserstackInfra','54uMnYBe','__platformCaps','projectConfig','ObGCk','106345CProWe','modifyCommand','CDSMG','4271520LlZTbJ','quit','platformCaps','qCjfe','exports','SkFYC','qHxPd','__driversArray','setup','driver','global','3|0|1|2|4','configuration','BSTACK_DELTA','../../utils/constants','UBCtW','cJjaa','Builder','vmzZp','split','test_start','YtGxd','../../../helpers/test-observability/requestQueueHandler','Jqkjk','registerListeners','qeSUg','timeout__','QukuW','nestedKeyValue','cleanupDrivers','NiwOS','VRYpi','NJqqI','testContext','isTrue','testEnvironmentOptions','3257500IELNkl','316uzKHnA','teardown','xeEMg','1|0|4|2|3','skipSessionName','capability','loRal','KvSnd'];a10_0x16fd=function(){return _0x12fb7c;};return a10_0x16fd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0x595a33=a11_0x43e1;(function(_0x5b6948,_0x2ddf91){const _0x5177da=a11_0x43e1,_0x4864a1=_0x5b6948();while(!![]){try{const _0x5562df=-parseInt(_0x5177da(0x1c0))/0x1+parseInt(_0x5177da(0x1c6))/0x2+parseInt(_0x5177da(0x1bf))/0x3*(parseInt(_0x5177da(0x1dd))/0x4)+parseInt(_0x5177da(0x1df))/0x5*(-parseInt(_0x5177da(0x1d0))/0x6)+-parseInt(_0x5177da(0x1cb))/0x7+-parseInt(_0x5177da(0x1d5))/0x8*(parseInt(_0x5177da(0x206))/0x9)+-parseInt(_0x5177da(0x1e5))/0xa*(-parseInt(_0x5177da(0x1da))/0xb);if(_0x5562df===_0x2ddf91)break;else _0x4864a1['push'](_0x4864a1['shift']());}catch(_0x2531cb){_0x4864a1['push'](_0x4864a1['shift']());}}}(a11_0x1235,0x6ca75));function a11_0x1235(){const _0x160718=['jest-circus/build/state.js','AySYU','hpQiM','hook_start','1726851vIAwJO','nRsYb','BOpBS','gJBKi','msrSd','302982zhGYOM','nacij','removeTestUUID','test_start','setTestUUID','58136BFihmo','cbvKM','UGNho','PfQPe','hook_failure','156409ZTlshm','initialize','cWFuL','63108LcoGXN','NHZKq','65daXaaf','markedStatus','AiBus','aySQN','RYjcC','../test-observability/test-details','1550HjCOeU','registerListeners','TestRunSkipped','jest-circus/build/utils.js','test_skip','YimfR','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','bRfFK','addEventHandler','sendTestRunEvent','forEach','hook','gFswt','nkNTu','run_describe_finish','sxNNm','makeSingleTestResult','hVvKA','JZrsp','eLOZG','toISOString','started_at','includes','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','IvNjl','dgDMo','beforeAll','beforeEach','pxyGL','HookRunStarted','unhandledErrors','canMo','test','963TaFWry','../test-observability/obsReporter','length','../../../helpers/test-observability/requestQueueHandler','pid','RMHGl','teardown','oIiXz','fLmCs','HwEpC','LexPD','yRECH','VZqEz','../../../helpers/helper','HookRunFinished','OdVJr','ASTkX',':hookAnalyticsId','ZCBCF','cYxzy','adxZT','42AypQjs','319576kdZKfd','hookAnalyticsId','type','test_done','pUArL','testObservability','41042rLPFEN'];a11_0x1235=function(){return _0x160718;};return a11_0x1235();}const {requireModule}=require(a11_0x595a33(0x213)),ObservabilityReporter=require(a11_0x595a33(0x207)),RequestQueueHandler=require(a11_0x595a33(0x209)),TestDetails=require(a11_0x595a33(0x1e4)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),exportsI=requireModule(a11_0x595a33(0x1eb)),initInitialize=exportsI[a11_0x595a33(0x1db)];exportsI[a11_0x595a33(0x1db)]=(..._0xcd019b)=>{const _0x3958f2=a11_0x595a33,_0x1171e4={'gFswt':function(_0x369f87){return _0x369f87();},'OdVJr':function(_0x3ec929,_0xda9e7e){return _0x3ec929(_0xda9e7e);},'canMo':_0x3958f2(0x1e8),'fOmSG':_0x3958f2(0x1ca),'VZqEz':function(_0x4d3ca8,_0xa711d4){return _0x4d3ca8!==_0xa711d4;},'dgDMo':_0x3958f2(0x20d),'IvNjl':_0x3958f2(0x1ce),'msrSd':'SGiuL','hWhBx':function(_0x5ed334,_0x523393){return _0x5ed334===_0x523393;},'ltpJK':'AJrwC','pUArL':'wmwIH','NHZKq':_0x3958f2(0x202),'aySQN':'hook_success','cWFuL':function(_0xc7f9c9,_0x907a57){return _0xc7f9c9===_0x907a57;},'hpQiM':_0x3958f2(0x1bc),'cYxzy':_0x3958f2(0x1f6),'PfQPe':_0x3958f2(0x214),'DCNZW':_0x3958f2(0x1d9),'nacij':_0x3958f2(0x1ff),'RMHGl':_0x3958f2(0x200),'HUaZv':'afterEach','pxyGL':function(_0x25c421,_0x5ec3e6){return _0x25c421>_0x5ec3e6;},'yRECH':_0x3958f2(0x1f7),'RYjcC':_0x3958f2(0x1d3),'nRsYb':function(_0x1150f6,_0x4ef387){return _0x1150f6!==_0x4ef387;},'LexPD':_0x3958f2(0x1c8),'AiBus':'oLkah','ASTkX':_0x3958f2(0x1c3),'cbvKM':function(_0x1ded42,_0x9c22b4){return _0x1ded42(_0x9c22b4);},'HwEpC':_0x3958f2(0x1e9),'fLmCs':_0x3958f2(0x1e7),'bRfFK':_0x3958f2(0x1f3),'UwmLN':_0x3958f2(0x20c),'LiAzR':_0x3958f2(0x1ea),'BOpBS':_0x3958f2(0x1f8),'UGNho':function(_0xa261cc){return _0xa261cc();},'adxZT':function(_0x167fed,_0x55f466){return _0x167fed(_0x55f466);},'FJjIu':_0x3958f2(0x1c7),'nkNTu':function(_0x1762de,_0x4b783a){return _0x1762de(_0x4b783a);},'NMyke':function(_0x4ba736,_0x1c00a0){return _0x4ba736(_0x1c00a0);}};try{const _0x4b2fba=new ObservabilityReporter();if(_0x4b2fba[_0x3958f2(0x1c5)]){if(_0x1171e4[_0x3958f2(0x1cc)](_0x1171e4['LiAzR'],_0x1171e4[_0x3958f2(0x1cd)]))_0x1171e4[_0x3958f2(0x1d7)](patchConsoleLogger),_0x4b2fba[_0x3958f2(0x1e6)]();else try{_0x1f968f&&(_0x570db0[_0x289c3d]=_0x572829[_0x4079d6]);}catch{}}_0x4b2fba['testObservability']&&_0x1171e4[_0x3958f2(0x1be)](requireModule,_0x1171e4['FJjIu'])[_0x3958f2(0x1ed)](_0x1171e4[_0x3958f2(0x1f2)](o11yErrorHandler,async(_0x517d82,_0x3efcdc)=>{const _0x3623a3=_0x3958f2,_0x5a4a69={'HoHZI':function(_0x141891){const _0x164e8a=a11_0x43e1;return _0x1171e4[_0x164e8a(0x1f1)](_0x141891);},'sxNNm':function(_0xbd2da4,_0x375b4d){const _0x286943=a11_0x43e1;return _0x1171e4[_0x286943(0x1b9)](_0xbd2da4,_0x375b4d);}},_0x4e6de5=_0x1171e4[_0x3623a3(0x1b9)](requireModule,_0x1171e4[_0x3623a3(0x204)])[_0x3623a3(0x1f5)];switch(_0x517d82['name']){case _0x1171e4['fOmSG']:if(_0x4b2fba[_0x3623a3(0x1c5)]){if(_0x1171e4['VZqEz'](_0x1171e4[_0x3623a3(0x1fe)],_0x1171e4[_0x3623a3(0x1fe)]))_0x5a4a69['HoHZI'](_0x23f939),_0x5c2263['registerListeners']();else{if(!_0x517d82[_0x3623a3(0x1f0)][_0x3623a3(0x1c1)]){if(_0x1171e4[_0x3623a3(0x212)](_0x1171e4[_0x3623a3(0x1fd)],_0x1171e4[_0x3623a3(0x1cf)])){const _0x2d01f0=TestDetails[_0x3623a3(0x1d4)](process['pid']+_0x3623a3(0x1bb));_0x517d82[_0x3623a3(0x1f0)][_0x3623a3(0x1c1)]=_0x2d01f0;}else{const _0x34ff2a=_0x4a70de[_0x3623a3(0x1d4)](_0x557a4e[_0x3623a3(0x20a)]+_0x3623a3(0x1bb));_0x20d08c[_0x3623a3(0x1f0)][_0x3623a3(0x1c1)]=_0x34ff2a;}}else _0x517d82[_0x3623a3(0x1f0)][_0x3623a3(0x1e0)]&&(_0x1171e4['hWhBx'](_0x1171e4['ltpJK'],_0x1171e4[_0x3623a3(0x1c4)])?_0x3df005&&(_0x163caa[_0x32853a]=_0x4738b6[_0x286630]):(_0x517d82[_0x3623a3(0x1f0)]['hookAnalyticsId']=TestDetails['setTestUUID'](process[_0x3623a3(0x20a)]+_0x3623a3(0x1bb)),delete _0x517d82[_0x3623a3(0x1f0)][_0x3623a3(0x1e0)]));_0x517d82[_0x3623a3(0x1f0)][_0x3623a3(0x1fa)]=new Date()[_0x3623a3(0x1f9)](),await _0x4b2fba[_0x3623a3(0x1ee)](_0x517d82[_0x3623a3(0x1f0)],undefined,![],_0x1171e4[_0x3623a3(0x1de)]);}}break;case _0x1171e4[_0x3623a3(0x1e2)]:_0x4b2fba[_0x3623a3(0x1c5)]&&(_0x1171e4[_0x3623a3(0x1dc)](_0x1171e4[_0x3623a3(0x1c9)],_0x1171e4[_0x3623a3(0x1bd)])?_0x5a4a69[_0x3623a3(0x1f4)](_0x3882b5,_0x3623a3(0x1fc)+_0xe2041a):(await _0x4b2fba['sendTestRunEvent'](_0x517d82[_0x3623a3(0x1f0)],undefined,![],_0x1171e4[_0x3623a3(0x1d8)]),TestDetails[_0x3623a3(0x1d2)](process[_0x3623a3(0x20a)]+_0x3623a3(0x1bb))));break;case _0x1171e4['DCNZW']:[_0x1171e4[_0x3623a3(0x1d1)],_0x1171e4[_0x3623a3(0x20b)],_0x1171e4['HUaZv']][_0x3623a3(0x1fb)](_0x517d82[_0x3623a3(0x1f0)][_0x3623a3(0x1c2)])&&(_0x4b2fba[_0x3623a3(0x1d9)]=_0x517d82['hook'][_0x3623a3(0x1c2)]),_0x3efcdc[_0x3623a3(0x203)]&&_0x1171e4[_0x3623a3(0x201)](_0x3efcdc[_0x3623a3(0x203)][_0x3623a3(0x208)],0x0)&&(_0x517d82[_0x3623a3(0x1f0)]['errorsDetailed']=[_0x3efcdc['unhandledErrors'][0x0][0x0]]);_0x4b2fba[_0x3623a3(0x1c5)]&&(_0x1171e4[_0x3623a3(0x212)](_0x1171e4[_0x3623a3(0x211)],_0x1171e4[_0x3623a3(0x211)])?(_0x449675[_0x3623a3(0x1f0)][_0x3623a3(0x1c1)]=_0x569201['setTestUUID'](_0x1457a3['pid']+_0x3623a3(0x1bb)),delete _0x5b52e8[_0x3623a3(0x1f0)][_0x3623a3(0x1e0)]):(await _0x4b2fba[_0x3623a3(0x1ee)](_0x517d82[_0x3623a3(0x1f0)],undefined,![],_0x1171e4[_0x3623a3(0x1d8)]),TestDetails[_0x3623a3(0x1d2)](process['pid']+_0x3623a3(0x1bb))));break;case _0x1171e4[_0x3623a3(0x1e3)]:_0x4b2fba[_0x3623a3(0x1c5)]&&(_0x1171e4[_0x3623a3(0x1cc)](_0x1171e4[_0x3623a3(0x210)],_0x1171e4[_0x3623a3(0x1e1)])?await _0x4b2fba['testStarted'](_0x517d82[_0x3623a3(0x205)]):_0x2fd9b0['keys'](_0x5cefe2)[_0x3623a3(0x1ef)](_0x337d39=>{try{_0x5e36a0&&(_0x484425[_0x337d39]=_0x22976a[_0x337d39]);}catch{}}));break;case _0x1171e4[_0x3623a3(0x1ba)]:_0x517d82[_0x3623a3(0x205)]={..._0x1171e4[_0x3623a3(0x1d6)](_0x4e6de5,_0x517d82[_0x3623a3(0x205)]),..._0x517d82[_0x3623a3(0x205)]};_0x4b2fba[_0x3623a3(0x1c5)]&&(_0x4b2fba['testObservability']&&(!_0x517d82[_0x3623a3(0x205)][_0x3623a3(0x1e0)]&&(_0x517d82[_0x3623a3(0x205)][_0x3623a3(0x1e0)]=!![],await _0x4b2fba[_0x3623a3(0x1ee)](_0x517d82[_0x3623a3(0x205)]))));break;case _0x1171e4[_0x3623a3(0x20f)]:_0x517d82[_0x3623a3(0x205)]={..._0x1171e4[_0x3623a3(0x1d6)](_0x4e6de5,_0x517d82[_0x3623a3(0x205)]),..._0x517d82['test']};_0x4b2fba['testObservability']&&(_0x4b2fba[_0x3623a3(0x1c5)]&&(!_0x517d82['test'][_0x3623a3(0x1e0)]&&(_0x517d82[_0x3623a3(0x205)][_0x3623a3(0x1e0)]=!![],await _0x4b2fba['sendTestRunEvent'](_0x517d82[_0x3623a3(0x205)],undefined,![],_0x1171e4[_0x3623a3(0x20e)]))));break;case _0x1171e4[_0x3623a3(0x1ec)]:_0x4b2fba[_0x3623a3(0x1d9)]=null;break;case _0x1171e4['UwmLN']:await RequestQueueHandler['getInstance']()['shutdown'](),process['removeAllListeners']();break;default:}}));}catch(_0x93d9e0){_0x1171e4['NMyke'](debug,_0x3958f2(0x1fc)+_0x93d9e0);}return _0x1171e4['OdVJr'](initInitialize,..._0xcd019b);};function a11_0x43e1(_0x5051c5,_0xc57269){const _0x123567=a11_0x1235();return a11_0x43e1=function(_0x43e127,_0x1daf42){_0x43e127=_0x43e127-0x1b9;let _0x5c8584=_0x123567[_0x43e127];return _0x5c8584;},a11_0x43e1(_0x5051c5,_0xc57269);}try{Object['keys'](exportsI)[a11_0x595a33(0x1ef)](_0x372443=>{try{exports&&(exports[_0x372443]=exportsI[_0x372443]);}catch{}});}catch{}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';
|
|
1
|
+
'use strict';const a12_0x453bef=a12_0x29af;(function(_0x3292a3,_0x109c42){const _0x5d11b7=a12_0x29af,_0x5a2d13=_0x3292a3();while(!![]){try{const _0x267c28=-parseInt(_0x5d11b7(0xae))/0x1+-parseInt(_0x5d11b7(0xd6))/0x2+-parseInt(_0x5d11b7(0xce))/0x3*(parseInt(_0x5d11b7(0xa8))/0x4)+-parseInt(_0x5d11b7(0xbb))/0x5+parseInt(_0x5d11b7(0xc9))/0x6*(parseInt(_0x5d11b7(0xaa))/0x7)+-parseInt(_0x5d11b7(0xd2))/0x8+parseInt(_0x5d11b7(0xd4))/0x9;if(_0x267c28===_0x109c42)break;else _0x5a2d13['push'](_0x5a2d13['shift']());}catch(_0x405931){_0x5a2d13['push'](_0x5a2d13['shift']());}}}(a12_0x2fae,0x9317c));function a12_0x2fae(){const _0x3ef1a0=['tAzbI','186912uEQCNk','CBaEi','false','xrufF','config','default','__esModule','TfXjZ','furqR','LtTzd','blNax','forEach','recle','5156385AOaJse','vFFYS','xDhhd','jlBDC','context','_globalConfig','freeze','BZkPy','enHOB','kOdML','value','../../../helpers/helper','runTests','parallels__','1812NuGwvp','Dvmvx','serial','sYPHz','ORNZf','525ZIITOW','fZNkq','defineProperty','serial__','2670440VSmaPO','testEnvironmentOptions','27855450QxMJOQ','jmHmI','1123954vRgepM','jest-runner','24316vCFXZF','push','15883BAFTRb','qJPpQ','length'];a12_0x2fae=function(){return _0x3ef1a0;};return a12_0x2fae();}function a12_0x29af(_0x9983c9,_0x2a6cf5){const _0x2fae4c=a12_0x2fae();return a12_0x29af=function(_0x29afea,_0x4d3bd6){_0x29afea=_0x29afea-0xa7;let _0x594814=_0x2fae4c[_0x29afea];return _0x594814;},a12_0x29af(_0x9983c9,_0x2a6cf5);}const {requireModule,isBrowserstackInfra}=require(a12_0x453bef(0xc6)),a12_0x56ac2e={};a12_0x56ac2e[a12_0x453bef(0xc5)]=!![],Object[a12_0x453bef(0xd0)](exports,a12_0x453bef(0xb4),a12_0x56ac2e),exports[a12_0x453bef(0xb3)]=void 0x0;function _interopRequireDefault(_0x260834){return _0x260834&&_0x260834['__esModule']?_0x260834:{'default':_0x260834};}const JestRunner=_interopRequireDefault(requireModule(a12_0x453bef(0xa7)))[a12_0x453bef(0xb3)];class TestRunner extends JestRunner{constructor(..._0x3d63ee){super(..._0x3d63ee);}[a12_0x453bef(0xc7)](..._0xfd5801){const _0x1467cb=a12_0x453bef,_0x35d0a5={'recle':function(_0x2d6480,_0x21fd62){return _0x2d6480*_0x21fd62;},'tAzbI':function(_0x495aa6,_0x5ead7a){return _0x495aa6===_0x5ead7a;},'qJPpQ':'qScOZ','kOdML':'RvJFN','BZkPy':function(_0x458052){return _0x458052();},'TfXjZ':_0x1467cb(0xb1),'sYPHz':function(_0x114448,_0x2763be){return _0x114448-_0x2763be;},'LtTzd':function(_0x574793,_0x54202e){return _0x574793!==_0x54202e;},'vFFYS':_0x1467cb(0xb8),'jlBDC':_0x1467cb(0xcd),'Dvmvx':function(_0x343a1a,_0xab8e0c){return _0x343a1a===_0xab8e0c;},'CDCqT':_0x1467cb(0xb0),'xDhhd':'QTnwp','jmHmI':function(_0x5b08df,_0x3a08e6){return _0x5b08df<_0x3a08e6;},'CBaEi':function(_0x2f32e5,_0x25d5c5){return _0x2f32e5===_0x25d5c5;},'fZNkq':_0x1467cb(0xc3),'furqR':'StpuL'};if(!_0x35d0a5[_0x1467cb(0xc2)](isBrowserstackInfra)){if(_0x35d0a5[_0x1467cb(0xad)](_0x35d0a5['TfXjZ'],_0x35d0a5[_0x1467cb(0xb5)]))return super[_0x1467cb(0xc7)](..._0xfd5801);else _0x3bfaec&&(_0x433939[_0x1467cb(0xcb)]=![]);}const _0x3fad81=_0xfd5801[0x0],_0x7fc24e=_0xfd5801[_0x35d0a5[_0x1467cb(0xcc)](_0xfd5801['length'],0x1)],_0x398428=_0x3fad81[0x0][_0x1467cb(0xbf)][_0x1467cb(0xb2)]['testEnvironmentOptions']['capabilities'],_0x5aaae4=_0x3fad81[0x0][_0x1467cb(0xbf)][_0x1467cb(0xb2)][_0x1467cb(0xd3)][_0x1467cb(0xc8)];_0x5aaae4&&(_0x35d0a5[_0x1467cb(0xb7)](_0x35d0a5[_0x1467cb(0xbc)],_0x35d0a5[_0x1467cb(0xbe)])?this[_0x1467cb(0xc0)]=Object[_0x1467cb(0xc1)]({...this[_0x1467cb(0xc0)],'maxWorkers':_0x35d0a5[_0x1467cb(0xba)](_0x5aaae4,_0x398428[_0x1467cb(0xac)])}):this[_0x1467cb(0xc0)]=_0x1cdee7['freeze']({...this[_0x1467cb(0xc0)],'maxWorkers':_0x35d0a5['recle'](_0x1cb792,_0x143daa[_0x1467cb(0xac)])}));if(_0x35d0a5[_0x1467cb(0xca)](_0x3fad81[0x0][_0x1467cb(0xbf)][_0x1467cb(0xb2)][_0x1467cb(0xd3)][_0x1467cb(0xd1)],_0x35d0a5['CDCqT'])){if(_0x35d0a5[_0x1467cb(0xca)](_0x35d0a5[_0x1467cb(0xbd)],_0x35d0a5[_0x1467cb(0xbd)]))_0x7fc24e&&(_0x7fc24e[_0x1467cb(0xcb)]=![]);else{const _0x3b7a7f={..._0x57d863[_0x1f9367]},_0x2fe92e=_0x3b7a7f;_0x2fe92e[_0x1467cb(0xbf)]=_0x5b7dbb[_0x1467cb(0xc1)]({..._0x2fe92e['context'],'config':{..._0x2fe92e[_0x1467cb(0xbf)]['config'],'capability':_0x179fe1,'browserstackPlatformIndex':_0x566328}}),_0x4937fa['push'](_0x2fe92e);}}const _0x3c8ede=[];for(let _0xc01053=0x0;_0x35d0a5[_0x1467cb(0xd5)](_0xc01053,_0x3fad81[_0x1467cb(0xac)]);_0xc01053++){if(_0x35d0a5[_0x1467cb(0xaf)](_0x35d0a5[_0x1467cb(0xcf)],_0x35d0a5[_0x1467cb(0xb6)])){const _0x554444={};return _0x554444[_0x1467cb(0xb3)]=_0x43a9f9,_0x1f89bb&&_0x25fc24[_0x1467cb(0xb4)]?_0x5ec1a9:_0x554444;}else{const _0x3b37ed=[];_0x398428['forEach']((_0x893cc1,_0x28ddb7)=>{const _0x310dc6=_0x1467cb;if(_0x35d0a5[_0x310dc6(0xad)](_0x35d0a5[_0x310dc6(0xab)],_0x35d0a5[_0x310dc6(0xc4)])){const _0x4c3856=[];_0x580996[_0x310dc6(0xb9)]((_0x560308,_0x41a2d1)=>{const _0x3e0433=_0x310dc6,_0x3a7bef={..._0xed796a[_0x3ab4bd]},_0x7e1c4e=_0x3a7bef;_0x7e1c4e['context']=_0x26a0f6[_0x3e0433(0xc1)]({..._0x7e1c4e[_0x3e0433(0xbf)],'config':{..._0x7e1c4e[_0x3e0433(0xbf)]['config'],'capability':_0x560308,'browserstackPlatformIndex':_0x41a2d1}}),_0x4c3856[_0x3e0433(0xa9)](_0x7e1c4e);}),_0x1c9bd6['push'](..._0x4c3856);}else{const _0x522403={..._0x3fad81[_0xc01053]},_0x46c4b4=_0x522403;_0x46c4b4[_0x310dc6(0xbf)]=Object['freeze']({..._0x46c4b4[_0x310dc6(0xbf)],'config':{..._0x46c4b4[_0x310dc6(0xbf)]['config'],'capability':_0x893cc1,'browserstackPlatformIndex':_0x28ddb7}}),_0x3b37ed[_0x310dc6(0xa9)](_0x46c4b4);}}),_0x3c8ede[_0x1467cb(0xa9)](..._0x3b37ed);}}return super[_0x1467cb(0xc7)](_0x3c8ede,..._0xfd5801['slice'](0x1));}}module['exports']=TestRunner;
|