browserstack-node-sdk 1.31.11 → 1.31.12
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/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a5_0x22806a=a5_0x4f55;(function(_0x481fce,_0x25876c){const _0x18686a=a5_0x4f55,_0x2664ad=_0x481fce();while(!![]){try{const _0x1f3c3f=parseInt(_0x18686a(0x171))/0x1+parseInt(_0x18686a(0xe1))/0x2*(parseInt(_0x18686a(0x145))/0x3)+parseInt(_0x18686a(0x12a))/0x4*(-parseInt(_0x18686a(0xfd))/0x5)+-parseInt(_0x18686a(0x174))/0x6+parseInt(_0x18686a(0x161))/0x7*(parseInt(_0x18686a(0x135))/0x8)+-parseInt(_0x18686a(0x148))/0x9*(parseInt(_0x18686a(0xec))/0xa)+-parseInt(_0x18686a(0xe0))/0xb;if(_0x1f3c3f===_0x25876c)break;else _0x2664ad['push'](_0x2664ad['shift']());}catch(_0x73775d){_0x2664ad['push'](_0x2664ad['shift']());}}}(a5_0x5252,0xbbd36));function a5_0x4f55(_0x33634f,_0x599495){const _0x525225=a5_0x5252();return a5_0x4f55=function(_0x4f55a0,_0x1c1970){_0x4f55a0=_0x4f55a0-0xde;let _0xb3af6c=_0x525225[_0x4f55a0];return _0xb3af6c;},a5_0x4f55(_0x33634f,_0x599495);}const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a5_0x22806a(0x111)),setKeepAlive=require(a5_0x22806a(0xdf)),PerformanceTester=require(a5_0x22806a(0x140)),cucumberModule=requireModule(a5_0x22806a(0x13e)),logger=require(a5_0x22806a(0x115))[a5_0x22806a(0xf5)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a5_0x22806a(0x10f)],AfterAll=cucumberModule[a5_0x22806a(0x100)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a5_0x22806a(0x120)],configuration=process[a5_0x22806a(0x14e)]['CONFIG'];function a5_0x5252(){const _0x2126a6=['AfterAll','stringify','initQuit','pickleStep','nBfQk','finally','browserstackAgentV2','qCqOk','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','toString','ggiXU','ejMoV','failed','iAGWK','ciVNx','After','jqhSA','../../helpers/helper','qCmpL','__drivers','Ztuga','../../helpers/logger','push','error','SXvBL','pJSoE','ADJsr','session_','Inside\x20browserstack\x20After','debug','qgIYt','result','AfterStep','Error:\x20at\x20After:\x20','bqNqe','zUAeU','OnINH','Mpaze','driverCleanup','nedbn','CCKKh','\x0aError:\x20','8qhtBsE','text','status','ctwGs','KqtAu','uyVts','AAIOF','mQVyr','YMCvo','Passed:\x20','Error:\x20at\x20After\x20Step:\x20','6686248LVDdSi','Inside\x20browserstack\x20Before','NoUcs','ivQSx','qWMMG','\x20|\x20','__skipSessionStatus','__timeout','PRToQ','@cucumber/cucumber/lib/index.js','toLowerCase','../../helpers/performance-tester','mbjcH','EvDIz','zijJO','shift','61401ehzkLV','UxWkP','../../index','2949498fFWHIv','gCfBf','Error:\x20cleaning\x20up\x20driver:\x20','cVBnZ','lPqqz','setDefaultTimeout','env','cXHgK','join',',\x22level\x22:\x20\x22','zzOlq','bstack','executeScript','message','skipSessionName','quitCount_','iqSgf','\x22}}','QxlEf','tvBGI','wdDcE','CwySI','hGiyh','HJgWS','parse','7AQzqBU','nNNXD','stopMonitoring','__sessionFailed','pickle','timeout','name','Inside\x20browserstack\x20AfterStep','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','aJpGJ','EubTV','jtwiF','WVXVD','GioCo','AjCQE','ejhbj','1367187KaYjUR','uUjiZ','evfGh','2304306ItOsPt','length','Inside\x20browserstack\x20AfterAll','../../helpers/setKeepAlive','8000927ygSerH','124OmNqxx','SpNHU','platformCaps','passed','aaMcs','rkXse','__skipSessionName','FTuKq','__error_messages__','skipSessionStatus','NwjvW','10dzvWnY','eFeZP','TTECP','Passed','mpsXs','iiAoR','Failed:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Error:\x20quiting\x20driver\x20at\x20After:\x20','winstonLogger','cnhEu','JFDsX','jJAjL','split','UWcDc','__platformCaps','FhFRB','3158645OzOpAC','iuReR','Ydmez'];a5_0x5252=function(){return _0x2126a6;};return a5_0x5252();}if(configuration!==undefined){const config=JSON[a5_0x22806a(0x160)](configuration);isTrue(config['skipSessionName'])&&(global[a5_0x22806a(0xe7)]=!![]),global[a5_0x22806a(0x13b)]=isTrue(config[a5_0x22806a(0xea)]),require(a5_0x22806a(0x147))[a5_0x22806a(0x106)](config),global['__platformCaps']=config[a5_0x22806a(0xe3)]||{};}global[a5_0x22806a(0x13c)]=0x0;const __setDefaultTimeout=cucumberModule[a5_0x22806a(0x14d)];cucumberModule[a5_0x22806a(0x14d)]=_0xbd4534=>{const _0x12ce0c=a5_0x22806a,_0xb96e02={'tvBGI':function(_0x3ca432,_0xe1b154){return _0x3ca432(_0xe1b154);}};global[_0x12ce0c(0x13c)]=_0xbd4534,_0xb96e02[_0x12ce0c(0x15b)](__setDefaultTimeout,_0xbd4534);};const a5_0x2e419c={};a5_0x2e419c[a5_0x22806a(0x167)]=a5_0x22806a(0x153),BeforeAll(a5_0x2e419c,function(){const _0x3be33a=a5_0x22806a,_0x50e6f7={'iiAoR':function(_0x246b5e,_0x476f04){return _0x246b5e(_0x476f04);},'pJSoE':function(_0x48e927,_0x4dcd67){return _0x48e927(_0x4dcd67);},'evfGh':_0x3be33a(0x147),'NwjvW':function(_0x4ace59,_0x487ef8){return _0x4ace59!==_0x487ef8;},'jJAjL':_0x3be33a(0x16a),'iAGWK':_0x3be33a(0x122),'TTECP':function(_0x54922c,_0x3f0e61){return _0x54922c===_0x3f0e61;},'lPqqz':_0x3be33a(0x123),'kQhke':_0x3be33a(0x170),'UxWkP':function(_0x1d240d,_0x253e9b,_0x575c41,_0x2c1f5d){return _0x1d240d(_0x253e9b,_0x575c41,_0x2c1f5d);},'ADJsr':_0x3be33a(0x10c),'oRwVE':_0x3be33a(0x13a),'nedbn':_0x3be33a(0x16f),'KqtAu':_0x3be33a(0x141),'zijJO':function(_0x19a9de,_0x5229e0,_0x6f82d4){return _0x19a9de(_0x5229e0,_0x6f82d4);},'ivQSx':'passed','ctwGs':_0x3be33a(0xed),'Mpaze':function(_0x41422e,_0x1424d0){return _0x41422e!==_0x1424d0;},'EvDIz':_0x3be33a(0x16e),'btUpg':_0x3be33a(0xfe),'nBfQk':_0x3be33a(0x137),'UWcDc':'AmeOX','qCmpL':_0x3be33a(0xe5),'cnhEu':_0x3be33a(0x139),'xqGNL':'Inside\x20browserstack\x20BeforeAll'};PerformanceTester['startMonitoring'](),logger[_0x3be33a(0x11d)](_0x50e6f7['xqGNL']),global[_0x3be33a(0xe9)]=[],global[_0x3be33a(0x164)]=![],global['driverCleanup']=async()=>{const _0x52feaf=_0x3be33a,_0x41cec6={'ciVNx':function(_0x158642,_0x4c64bc){const _0x42add6=a5_0x4f55;return _0x50e6f7[_0x42add6(0xf1)](_0x158642,_0x4c64bc);},'TBvIm':function(_0x5623f6,_0x122e7d){const _0x55b0a9=a5_0x4f55;return _0x50e6f7[_0x55b0a9(0xf1)](_0x5623f6,_0x122e7d);},'ejMoV':function(_0x55c1f1,_0x2a37f2){const _0x391b2f=a5_0x4f55;return _0x50e6f7[_0x391b2f(0x119)](_0x55c1f1,_0x2a37f2);},'PRToQ':_0x50e6f7[_0x52feaf(0x173)]};if(_0x50e6f7[_0x52feaf(0xeb)](_0x50e6f7[_0x52feaf(0xf8)],_0x50e6f7[_0x52feaf(0x10d)])){let _0x1223c2=![];try{_0x50e6f7[_0x52feaf(0xee)](_0x50e6f7[_0x52feaf(0x14c)],_0x50e6f7[_0x52feaf(0x14c)])?(await global[_0x52feaf(0x113)][0x0][_0x52feaf(0x11b)],_0x1223c2=!![],global[_0x52feaf(0x164)]?_0x50e6f7[_0x52feaf(0xee)](_0x50e6f7['kQhke'],_0x50e6f7['kQhke'])?await _0x50e6f7[_0x52feaf(0x146)](markSessionStatus,global[_0x52feaf(0x113)][0x0],_0x50e6f7[_0x52feaf(0x11a)],global[_0x52feaf(0xe9)][_0x52feaf(0x150)](_0x50e6f7['oRwVE'])):_0x556fef[_0x52feaf(0xe7)]=!![]:_0x50e6f7[_0x52feaf(0xeb)](_0x50e6f7[_0x52feaf(0x127)],_0x50e6f7[_0x52feaf(0x12e)])?await _0x50e6f7[_0x52feaf(0x143)](markSessionStatus,global['__drivers'][0x0],_0x50e6f7[_0x52feaf(0x138)]):_0x2e40ea[_0x52feaf(0x11d)](_0x52feaf(0x108)+_0x2ca953)):_0x236c89[_0x52feaf(0x11d)](_0x52feaf(0x121)+_0x5b416b);}catch(_0x39a87f){_0x50e6f7[_0x52feaf(0xee)](_0x50e6f7[_0x52feaf(0x12d)],_0x50e6f7[_0x52feaf(0x12d)])?logger[_0x52feaf(0x11d)](_0x52feaf(0x14a)+_0x39a87f):_0xbca57b[_0x52feaf(0xe9)]['push'](_0x8e0568[_0x52feaf(0x11f)][_0x52feaf(0x155)]);}global['__error_messages__']=[],global[_0x52feaf(0x164)]=![];if(_0x1223c2){if(_0x50e6f7[_0x52feaf(0x125)](_0x50e6f7[_0x52feaf(0x142)],_0x50e6f7['btUpg']))try{if(_0x50e6f7[_0x52feaf(0xeb)](_0x50e6f7[_0x52feaf(0x104)],_0x50e6f7[_0x52feaf(0xfa)]))await global['__drivers'][0x0][_0x52feaf(0x102)]();else{const _0x59469c=_0x3cad18[_0x52feaf(0x160)](_0x3aa1e1);_0x41cec6[_0x52feaf(0x10e)](_0x557bce,_0x59469c[_0x52feaf(0x156)])&&(_0x45f4d0[_0x52feaf(0xe7)]=!![]),_0x13e239[_0x52feaf(0x13b)]=_0x41cec6['TBvIm'](_0x4db885,_0x59469c[_0x52feaf(0xea)]),_0x41cec6[_0x52feaf(0x10b)](_0x3ddf2c,_0x41cec6[_0x52feaf(0x13d)])[_0x52feaf(0x106)](_0x59469c),_0x3881e3[_0x52feaf(0xfb)]=_0x59469c[_0x52feaf(0xe3)]||{};}}catch(_0x47db45){_0x50e6f7[_0x52feaf(0x125)](_0x50e6f7[_0x52feaf(0x112)],_0x50e6f7[_0x52feaf(0xf6)])?logger[_0x52feaf(0x11d)](_0x52feaf(0x169)+_0x47db45):_0x44e030[_0x52feaf(0x11d)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x29c4d4);}else _0x446b27['debug'](_0x52feaf(0x14a)+_0x3ed119);}}else _0x3922f9['__timeout']=_0x72b5eb,_0x41cec6['ejMoV'](_0x4ec9d5,_0x3b3d9a);};});const a5_0x66c000={};a5_0x66c000['name']='bstack',a5_0x66c000[a5_0x22806a(0x166)]=0x2710,Before(a5_0x66c000,function(_0x24a737,_0x1fd02f){const _0xa938f9=a5_0x22806a,_0x4398c5={'SpNHU':function(_0x2829cd,_0x255437){return _0x2829cd>_0x255437;},'uyVts':function(_0xe33354,_0x3edec9){return _0xe33354===_0x3edec9;},'jtwiF':_0xa938f9(0x149),'WVXVD':'SfIjD','qgIYt':function(_0x387ef3,_0x48c3f5){return _0x387ef3===_0x48c3f5;},'mQVyr':'fDmdb','qCqOk':_0xa938f9(0x128),'CwySI':function(_0x5432b8){return _0x5432b8();},'mpsXs':_0xa938f9(0x136)};logger['debug'](_0x4398c5[_0xa938f9(0xf0)]),new Promise(async _0x186eea=>{const _0x5162c3=_0xa938f9;try{_0x4398c5[_0x5162c3(0xe2)](global[_0x5162c3(0x113)][_0x5162c3(0x175)],0x1)&&(_0x4398c5[_0x5162c3(0x12f)](_0x4398c5[_0x5162c3(0x16c)],_0x4398c5[_0x5162c3(0x16d)])?_0x3266a2[_0x5162c3(0x11d)](_0x5162c3(0x134)+_0x5b08c1):(await global[_0x5162c3(0x126)](),global['__drivers'][_0x5162c3(0x144)]())),global[_0x5162c3(0x113)][0x0][_0x5162c3(0x157)]&&_0x4398c5[_0x5162c3(0xe2)](global[_0x5162c3(0x113)][0x0][_0x5162c3(0x157)],0x0)&&(_0x4398c5[_0x5162c3(0x11e)](_0x4398c5[_0x5162c3(0x131)],_0x4398c5[_0x5162c3(0x107)])?_0x3d831a[_0x5162c3(0x11d)](_0x5162c3(0xf4)+_0x2bf9f4):await global['driverCleanup']());}catch(_0x4bd2af){}_0x4398c5[_0x5162c3(0x15d)](_0x186eea);})['finally'](_0x1fd02f);});const a5_0x3521a2={};a5_0x3521a2[a5_0x22806a(0x167)]=a5_0x22806a(0x153),a5_0x3521a2['timeout']=0x2710,After(a5_0x3521a2,function(_0x2a6d33,_0x22b1fb){const _0x12ea04=a5_0x22806a,_0x2e7952={'FTuKq':'0|4|3|1|2','uUjiZ':function(_0x7b65de,_0x85eac5){return _0x7b65de>_0x85eac5;},'cXHgK':function(_0xae37b4,_0x45a8a7){return _0xae37b4===_0x45a8a7;},'hGiyh':_0x12ea04(0x10c),'AEbwx':function(_0x44a152,_0x4c19a9,_0x17a306,_0x5d8042){return _0x44a152(_0x4c19a9,_0x17a306,_0x5d8042);},'eOMSU':_0x12ea04(0x13a),'wdDcE':function(_0x5d71b1,_0xbe432f,_0x54df10){return _0x5d71b1(_0xbe432f,_0x54df10);},'jqhSA':_0x12ea04(0xe4),'EApyr':function(_0x676913){return _0x676913();},'QxlEf':_0x12ea04(0x11c)};logger[_0x12ea04(0x11d)](_0x2e7952[_0x12ea04(0x15a)]),new Promise(async _0x4f7239=>{const _0x50992a=_0x12ea04;let _0x858e4e=![];try{const _0x53bded=_0x2e7952[_0x50992a(0xe8)][_0x50992a(0xf9)]('|');let _0x44ca4c=0x0;while(!![]){switch(_0x53bded[_0x44ca4c++]){case'0':_0x2e7952[_0x50992a(0x172)](global['__drivers'][_0x50992a(0x175)],0x1)&&(await global[_0x50992a(0x126)](),global[_0x50992a(0x113)][_0x50992a(0x144)](),global[_0x50992a(0xe9)]=[],global[_0x50992a(0x164)]=![]);continue;case'1':!global['__skipSessionName']&&await global[_0x50992a(0x113)][0x0][_0x50992a(0x154)](_0x50992a(0xf3)+_0x2a6d33[_0x50992a(0x165)][_0x50992a(0x167)]+_0x50992a(0x159));continue;case'2':if(_0x2e7952[_0x50992a(0x14f)](_0x2a6d33[_0x50992a(0x11f)][_0x50992a(0x12c)][_0x50992a(0x109)]()[_0x50992a(0x13f)](),_0x2e7952[_0x50992a(0x15e)])||_0x2e7952[_0x50992a(0x14f)](_0x2a6d33[_0x50992a(0x11f)][_0x50992a(0x12c)]['toString']()['toLowerCase'](),'6')){try{global['__error_messages__'][_0x50992a(0x116)](_0x2a6d33[_0x50992a(0x11f)][_0x50992a(0x155)]);}catch(_0x42a69d){logger[_0x50992a(0x11d)](_0x50992a(0x108)+_0x42a69d);}await _0x2e7952['AEbwx'](markSessionStatus,global['__drivers'][0x0],_0x2e7952['hGiyh'],global[_0x50992a(0xe9)][_0x50992a(0x150)](_0x2e7952['eOMSU']));}else await _0x2e7952[_0x50992a(0x15c)](markSessionStatus,global[_0x50992a(0x113)][0x0],_0x2e7952[_0x50992a(0x110)]);continue;case'3':_0x858e4e=!![];continue;case'4':await global[_0x50992a(0x113)][0x0][_0x50992a(0x11b)];continue;}break;}}catch(_0x2af6f2){logger[_0x50992a(0x11d)](_0x50992a(0x121)+_0x2af6f2);}if(_0x858e4e)try{global[_0x50992a(0x113)][0x0]&&_0x2e7952[_0x50992a(0x172)](global[_0x50992a(0x113)][0x0][_0x50992a(0x157)],0x0)&&await global[_0x50992a(0x113)][0x0]['initQuit']();}catch(_0x26418e){logger[_0x50992a(0x11d)](_0x50992a(0xf4)+_0x26418e);}_0x2e7952['EApyr'](_0x4f7239);})[_0x12ea04(0x105)](()=>_0x22b1fb());});const a5_0x437cd2={};a5_0x437cd2[a5_0x22806a(0x167)]=a5_0x22806a(0x153),a5_0x437cd2['timeout']=0x2710,AfterStep(a5_0x437cd2,function(_0x3e3c77,_0x28e6be){const _0x54adba=a5_0x22806a,_0x2d6307={'yOwhx':function(_0x44e536,_0x10a453){return _0x44e536===_0x10a453;},'iqSgf':_0x54adba(0x10c),'AAIOF':function(_0x2c8056,_0x5191bb){return _0x2c8056===_0x5191bb;},'rkXse':function(_0x2b85b5,_0x4365a7){return _0x2b85b5!==_0x4365a7;},'EubTV':function(_0x49b2f1,_0x39b9f2,_0x5e56a0){return _0x49b2f1(_0x39b9f2,_0x5e56a0);},'JFDsX':function(_0x5dd21c,_0xad1ea){return _0x5dd21c+_0xad1ea;},'ggiXU':function(_0xc91880,_0x5dbc60){return _0xc91880+_0x5dbc60;},'Ydmez':_0x54adba(0xf2),'YMCvo':_0x54adba(0x129),'HJgWS':_0x54adba(0x117),'OnINH':function(_0xdb1bcb,_0x215a9b,_0x394ba1){return _0xdb1bcb(_0x215a9b,_0x394ba1);},'nqDEN':function(_0xe109e5,_0x2749f9){return _0xe109e5+_0x2749f9;},'Ztuga':_0x54adba(0x133),'cVBnZ':'info','FhFRB':function(_0xfb4d45,_0x43aea0,_0x5c4e97){return _0xfb4d45(_0x43aea0,_0x5c4e97);},'lZaoa':_0x54adba(0xef),'SXvBL':function(_0x550aa0){return _0x550aa0();},'nNNXD':_0x54adba(0x168)};logger[_0x54adba(0x11d)](_0x2d6307[_0x54adba(0x162)]);const _0x3ae7d0=async(_0x4b1d77,_0x589c87)=>{const _0x180993=_0x54adba;await global['__drivers'][0x0][_0x180993(0x154)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x4b1d77+_0x180993(0x151)+_0x589c87+_0x180993(0x159));};new Promise(async _0x44e3e6=>{const _0x135955=_0x54adba;try{_0x2d6307['yOwhx'](_0x3e3c77['result']['status'][_0x135955(0x109)]()['toLowerCase'](),_0x2d6307[_0x135955(0x158)])||_0x2d6307[_0x135955(0x130)](_0x3e3c77[_0x135955(0x11f)][_0x135955(0x12c)][_0x135955(0x109)]()['toLowerCase'](),'6')?(global[_0x135955(0x164)]=!![],global[_0x135955(0xe9)]['push'](_0x3e3c77[_0x135955(0x11f)][_0x135955(0x155)]),_0x2d6307[_0x135955(0xe6)](_0x3e3c77['pickleStep'],undefined)?await _0x2d6307[_0x135955(0x16b)](_0x3ae7d0,JSON[_0x135955(0x101)](_0x2d6307[_0x135955(0xf7)](_0x2d6307[_0x135955(0x10a)](_0x2d6307[_0x135955(0x10a)](_0x2d6307['Ydmez'],'\x22'+_0x3e3c77[_0x135955(0x103)][_0x135955(0x12b)]+'\x22\x20'),_0x2d6307[_0x135955(0x132)]),_0x3e3c77['result'][_0x135955(0x155)])),_0x2d6307[_0x135955(0x15f)]):await _0x2d6307[_0x135955(0x124)](_0x3ae7d0,JSON[_0x135955(0x101)](_0x2d6307['nqDEN'](_0x2d6307[_0x135955(0xff)],_0x3e3c77[_0x135955(0x11f)][_0x135955(0x155)])),_0x2d6307[_0x135955(0x15f)])):_0x2d6307[_0x135955(0xe6)](_0x3e3c77['pickleStep'],undefined)?await _0x2d6307['EubTV'](_0x3ae7d0,JSON[_0x135955(0x101)](_0x2d6307[_0x135955(0xf7)](_0x2d6307[_0x135955(0x114)],'\x22'+_0x3e3c77[_0x135955(0x103)][_0x135955(0x12b)]+'\x22')),_0x2d6307[_0x135955(0x14b)]):await _0x2d6307[_0x135955(0xfc)](_0x3ae7d0,JSON[_0x135955(0x101)](_0x2d6307['lZaoa']),_0x2d6307[_0x135955(0x14b)]);}catch(_0x44efb4){logger[_0x135955(0x11d)](_0x135955(0x134)+_0x44efb4);}_0x2d6307[_0x135955(0x118)](_0x44e3e6);})[_0x54adba(0x105)](()=>_0x28e6be());});const a5_0x5f31c5={};a5_0x5f31c5['name']=a5_0x22806a(0x153),a5_0x5f31c5[a5_0x22806a(0x166)]=0x7530,AfterAll(a5_0x5f31c5,async function(_0x330077,_0x5b376d){const _0x4a4762=a5_0x22806a,_0x2924e9={'zzOlq':function(_0x1766a0){return _0x1766a0();},'qlzwL':_0x4a4762(0xde)};logger[_0x4a4762(0x11d)](_0x2924e9['qlzwL']),await new Promise(async _0x317c3f=>{const _0x24bfb2=_0x4a4762;PerformanceTester[_0x24bfb2(0x163)](),await global[_0x24bfb2(0x126)](),_0x2924e9[_0x24bfb2(0x152)](_0x317c3f);});});
|
|
1
|
+
const a5_0x3b6e3b=a5_0x35a4;(function(_0x32e6ea,_0x5a7acd){const _0x18c33c=a5_0x35a4,_0x5bb493=_0x32e6ea();while(!![]){try{const _0x268b78=parseInt(_0x18c33c(0x1dd))/0x1+parseInt(_0x18c33c(0x245))/0x2+-parseInt(_0x18c33c(0x228))/0x3+-parseInt(_0x18c33c(0x1c1))/0x4+-parseInt(_0x18c33c(0x235))/0x5*(parseInt(_0x18c33c(0x1f3))/0x6)+parseInt(_0x18c33c(0x1db))/0x7*(parseInt(_0x18c33c(0x24d))/0x8)+parseInt(_0x18c33c(0x220))/0x9;if(_0x268b78===_0x5a7acd)break;else _0x5bb493['push'](_0x5bb493['shift']());}catch(_0x40e6e1){_0x5bb493['push'](_0x5bb493['shift']());}}}(a5_0x156e,0xcdf84));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a5_0x3b6e3b(0x23d)),setKeepAlive=require(a5_0x3b6e3b(0x244)),PerformanceTester=require(a5_0x3b6e3b(0x211)),cucumberModule=requireModule(a5_0x3b6e3b(0x20a)),logger=require(a5_0x3b6e3b(0x1f1))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a5_0x3b6e3b(0x1ef)],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule['AfterStep'],configuration=process[a5_0x3b6e3b(0x1c4)][a5_0x3b6e3b(0x241)];if(configuration!==undefined){const config=JSON[a5_0x3b6e3b(0x23e)](configuration);isTrue(config[a5_0x3b6e3b(0x22d)])&&(global[a5_0x3b6e3b(0x1d3)]=!![]),global['__skipSessionStatus']=isTrue(config[a5_0x3b6e3b(0x213)]),require('../../index')['browserstackAgentV2'](config),global[a5_0x3b6e3b(0x24a)]=config[a5_0x3b6e3b(0x1d8)]||{};}global[a5_0x3b6e3b(0x208)]=0x0;const __setDefaultTimeout=cucumberModule[a5_0x3b6e3b(0x201)];cucumberModule[a5_0x3b6e3b(0x201)]=_0x1d2457=>{const _0x3c3cdc=a5_0x3b6e3b,_0x5f561f={'ELqkt':function(_0x2d6069,_0x3eaf61){return _0x2d6069(_0x3eaf61);}};global[_0x3c3cdc(0x208)]=_0x1d2457,_0x5f561f[_0x3c3cdc(0x1d9)](__setDefaultTimeout,_0x1d2457);};const a5_0x2c300e={};a5_0x2c300e['name']=a5_0x3b6e3b(0x207),BeforeAll(a5_0x2c300e,function(){const _0x3390db=a5_0x3b6e3b,_0x4db442={'BBqaD':function(_0x55ee93,_0xf72b9e){return _0x55ee93(_0xf72b9e);},'NXgby':function(_0x389f21,_0xc642d9){return _0x389f21(_0xc642d9);},'ZDGNv':function(_0x43766d,_0x529da8){return _0x43766d(_0x529da8);},'zIOCh':'../../index','cElVi':function(_0x759a48,_0x47eaa6){return _0x759a48(_0x47eaa6);},'bNFHe':function(_0x18524b,_0x20972e){return _0x18524b===_0x20972e;},'uhsfu':_0x3390db(0x22c),'RnDWn':function(_0x32d37b,_0x12903e){return _0x32d37b!==_0x12903e;},'YJJLF':_0x3390db(0x1c6),'WNJxB':'BuefM','QxpRd':_0x3390db(0x236),'cSXPm':function(_0x195152,_0x34710f,_0x136146,_0x650b03){return _0x195152(_0x34710f,_0x136146,_0x650b03);},'lDzpA':_0x3390db(0x1f7),'avYYM':'\x20|\x20','ejKrV':'XkrTJ','vlsLy':_0x3390db(0x230),'eqOuJ':function(_0x569e7d,_0x5c3946,_0x136a3a){return _0x569e7d(_0x5c3946,_0x136a3a);},'QloMz':_0x3390db(0x1fd),'ObBkc':_0x3390db(0x219),'HdFTi':'jYCyW','EBFaN':function(_0x469695,_0x27ddd7){return _0x469695!==_0x27ddd7;},'ZuACO':_0x3390db(0x1da),'NROks':_0x3390db(0x1e1),'ESRei':function(_0x425a2e,_0x430059){return _0x425a2e===_0x430059;},'IGJpR':_0x3390db(0x200),'vHMbA':_0x3390db(0x1d0),'UWrSp':_0x3390db(0x1cf),'fOGOe':_0x3390db(0x209)};PerformanceTester[_0x3390db(0x206)](),logger['debug'](_0x4db442[_0x3390db(0x1f6)]),global[_0x3390db(0x202)]=[],global['__sessionFailed']=![],global[_0x3390db(0x1f5)]=async()=>{const _0x41ec1f=_0x3390db;if(_0x4db442[_0x41ec1f(0x1c5)](_0x4db442['uhsfu'],_0x4db442['uhsfu'])){let _0x1306ad=![];try{if(_0x4db442[_0x41ec1f(0x24e)](_0x4db442[_0x41ec1f(0x1cc)],_0x4db442[_0x41ec1f(0x1d2)])){await global[_0x41ec1f(0x21f)][0x0]['session_'],_0x1306ad=!![];if(global[_0x41ec1f(0x210)]){if(_0x4db442['RnDWn'](_0x4db442['QxpRd'],_0x4db442[_0x41ec1f(0x1d7)])){const _0x4ec08a=_0x5b0726['parse'](_0x317f2a);_0x4db442[_0x41ec1f(0x212)](_0x5dfe29,_0x4ec08a[_0x41ec1f(0x22d)])&&(_0x5237c9[_0x41ec1f(0x1d3)]=!![]),_0x454a03[_0x41ec1f(0x22b)]=_0x4db442['NXgby'](_0x575e7c,_0x4ec08a[_0x41ec1f(0x213)]),_0x4db442[_0x41ec1f(0x1cb)](_0x4d80c7,_0x4db442[_0x41ec1f(0x24b)])['browserstackAgentV2'](_0x4ec08a),_0x3fcebd['__platformCaps']=_0x4ec08a[_0x41ec1f(0x1d8)]||{};}else await _0x4db442[_0x41ec1f(0x1f0)](markSessionStatus,global[_0x41ec1f(0x21f)][0x0],_0x4db442[_0x41ec1f(0x232)],global[_0x41ec1f(0x202)][_0x41ec1f(0x1cd)](_0x4db442[_0x41ec1f(0x21b)]));}else _0x4db442[_0x41ec1f(0x24e)](_0x4db442[_0x41ec1f(0x224)],_0x4db442[_0x41ec1f(0x1f2)])?await _0x4db442[_0x41ec1f(0x246)](markSessionStatus,global[_0x41ec1f(0x21f)][0x0],_0x4db442['QloMz']):_0x1735ce['__skipSessionName']=!![];}else _0x1c2978[_0x41ec1f(0x1e7)]('Error:\x20at\x20After\x20Step:\x20'+_0x22bdaf);}catch(_0x553fb0){_0x4db442[_0x41ec1f(0x24e)](_0x4db442['ObBkc'],_0x4db442[_0x41ec1f(0x239)])?logger[_0x41ec1f(0x1e7)](_0x41ec1f(0x1f8)+_0x553fb0):_0x48709c['debug'](_0x41ec1f(0x223)+_0x8f1615);}global['__error_messages__']=[],global[_0x41ec1f(0x210)]=![];if(_0x1306ad){if(_0x4db442['EBFaN'](_0x4db442['ZuACO'],_0x4db442['NROks']))try{_0x4db442['ESRei'](_0x4db442['IGJpR'],_0x4db442[_0x41ec1f(0x20e)])?_0xb503a0[_0x41ec1f(0x1e7)](_0x41ec1f(0x1e5)+_0x57be4c):await global['__drivers'][0x0][_0x41ec1f(0x242)]();}catch(_0x1f5212){_0x4db442[_0x41ec1f(0x222)](_0x4db442[_0x41ec1f(0x1c2)],_0x4db442['UWrSp'])?_0x5426a8['__error_messages__'][_0x41ec1f(0x23f)](_0x4508fc[_0x41ec1f(0x1fa)][_0x41ec1f(0x1fe)]):logger[_0x41ec1f(0x1e7)](_0x41ec1f(0x1e5)+_0x1f5212);}else _0x168cde['debug'](_0x41ec1f(0x231)+_0x5c0830);}}else _0xe25751[_0x41ec1f(0x208)]=_0xfebccd,_0x4db442[_0x41ec1f(0x1eb)](_0x222db5,_0x1d3a37);};});const a5_0x1724a9={};a5_0x1724a9['name']=a5_0x3b6e3b(0x207),a5_0x1724a9[a5_0x3b6e3b(0x1d4)]=0x2710,Before(a5_0x1724a9,function(_0x161da1,_0x5232cc){const _0x5d236f=a5_0x3b6e3b,_0x1fe275={'FvoyK':function(_0x209aae,_0x51ab4b){return _0x209aae>_0x51ab4b;},'Oeegk':function(_0xaa0340,_0x2faae1){return _0xaa0340===_0x2faae1;},'XRgCy':_0x5d236f(0x22a),'TXTrT':'Lpvif','DBaxX':function(_0x4ece65,_0x50aafc){return _0x4ece65!==_0x50aafc;},'feHTO':'CizQP','pervk':_0x5d236f(0x24f),'ZmtvZ':function(_0x56eb1e){return _0x56eb1e();},'eodqP':'Inside\x20browserstack\x20Before'};logger[_0x5d236f(0x1e7)](_0x1fe275[_0x5d236f(0x1e2)]),new Promise(async _0x4023a9=>{const _0x46fafb=_0x5d236f;try{_0x1fe275[_0x46fafb(0x1ee)](global[_0x46fafb(0x21f)]['length'],0x1)&&(_0x1fe275[_0x46fafb(0x1e3)](_0x1fe275[_0x46fafb(0x227)],_0x1fe275[_0x46fafb(0x203)])?_0x3642df[_0x46fafb(0x1e7)]('Error:\x20at\x20After:\x20'+_0x42af08):(await global[_0x46fafb(0x1f5)](),global['__drivers'][_0x46fafb(0x1df)]())),global[_0x46fafb(0x21f)][0x0][_0x46fafb(0x1ce)]&&_0x1fe275[_0x46fafb(0x1ee)](global[_0x46fafb(0x21f)][0x0][_0x46fafb(0x1ce)],0x0)&&(_0x1fe275[_0x46fafb(0x240)](_0x1fe275['feHTO'],_0x1fe275[_0x46fafb(0x1e9)])?await global[_0x46fafb(0x1f5)]():_0x20a34c[_0x46fafb(0x1e7)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x13fb03));}catch(_0x2e2a3b){}_0x1fe275[_0x46fafb(0x204)](_0x4023a9);})[_0x5d236f(0x1c0)](_0x5232cc);});function a5_0x35a4(_0x5cc285,_0x4f5277){const _0x156e92=a5_0x156e();return a5_0x35a4=function(_0x35a48c,_0x447779){_0x35a48c=_0x35a48c-0x1c0;let _0x59c152=_0x156e92[_0x35a48c];return _0x59c152;},a5_0x35a4(_0x5cc285,_0x4f5277);}const a5_0xd23173={};function a5_0x156e(){const _0x252285=['Passed:\x20','24BXVRPc','RnDWn','IMWiy','PzatL','finally','4804100FSUTuT','UWrSp','oYTWM','env','bNFHe','OIqQX','stopMonitoring','nBObc','WmovD','gyzIN','ZDGNv','YJJLF','join','quitCount_','CCPRt','BruyS','text','WNJxB','__skipSessionName','timeout','JNfpl','split','QxpRd','platformCaps','ELqkt','KCNcv','2321634Dxugkx','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','1323829gTHETq','QvuLS','shift','error','Eqnia','eodqP','Oeegk','executeScript','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','WPmMf','debug','lCRfx','pervk','oZDIx','cElVi','AXVzg','ofxpY','FvoyK','After','cSXPm','../../helpers/logger','vlsLy','8202FmvQVQ','EcHec','driverCleanup','fOGOe','failed','Error:\x20cleaning\x20up\x20driver:\x20','status','result','tUERC','tFGmr','passed','message','toLowerCase','FwMMo','setDefaultTimeout','__error_messages__','TXTrT','ZmtvZ','Inside\x20browserstack\x20AfterAll','startMonitoring','bstack','__timeout','Inside\x20browserstack\x20BeforeAll','@cucumber/cucumber/lib/index.js','MxCrx','PqYOg','pickle','vHMbA','pickleStep','__sessionFailed','../../helpers/performance-tester','BBqaD','skipSessionStatus','toString','WYiXx','YwzSn','AzIJS','\x20|\x20','jqRAi','KMaCz','avYYM','name','ajJBO','dvAja','__drivers','448803kwLgcp','kllQa','EBFaN','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','ejKrV','DRTfc','stringify','XRgCy','3343854NNnKiD','xMvuN','tZIKV','__skipSessionStatus','maaHU','skipSessionName','gTRux','Inside\x20browserstack\x20After','ftUrA','Error:\x20quiting\x20driver\x20at\x20After:\x20','lDzpA','info','Error:\x20at\x20After\x20Step:\x20','465IuZvCu','BbNLr','FiaOW','BtZoN','HdFTi','Error:\x20at\x20After:\x20','Failed:\x20','\x0aError:\x20','../../helpers/helper','parse','push','DBaxX','CONFIG','initQuit','jDSYe','../../helpers/setKeepAlive','1835488jJhUYH','eqOuJ','length','Passed','lOSCa','__platformCaps','zIOCh'];a5_0x156e=function(){return _0x252285;};return a5_0x156e();}a5_0xd23173[a5_0x3b6e3b(0x21c)]=a5_0x3b6e3b(0x207),a5_0xd23173[a5_0x3b6e3b(0x1d4)]=0x2710,After(a5_0xd23173,function(_0x3b0947,_0x25a663){const _0x516d5a=a5_0x3b6e3b,_0x371d2a={'FiaOW':'2|1|3|0|4','gyzIN':function(_0x2dd734,_0x8da603){return _0x2dd734>_0x8da603;},'WmovD':function(_0xe162f3,_0x2022f9){return _0xe162f3===_0x2022f9;},'aCsmW':_0x516d5a(0x1f7),'ajJBO':function(_0x6a065a,_0x4787be){return _0x6a065a===_0x4787be;},'BtZoN':function(_0x3c44b9,_0xe50bfe,_0x3763e3,_0x4f9a02){return _0x3c44b9(_0xe50bfe,_0x3763e3,_0x4f9a02);},'JNfpl':_0x516d5a(0x218),'gTRux':function(_0x282632,_0x57c004,_0x107b1c){return _0x282632(_0x57c004,_0x107b1c);},'jDSYe':_0x516d5a(0x1fd),'ofxpY':function(_0x1db737,_0x5ea0db){return _0x1db737>_0x5ea0db;},'tUERC':function(_0x2396e5){return _0x2396e5();},'oYTWM':_0x516d5a(0x22f)};logger[_0x516d5a(0x1e7)](_0x371d2a[_0x516d5a(0x1c3)]),new Promise(async _0x1ceed5=>{const _0x3d67f6=_0x516d5a;let _0x3b3e3e=![];try{const _0x3a0826=_0x371d2a[_0x3d67f6(0x237)][_0x3d67f6(0x1d6)]('|');let _0x58694b=0x0;while(!![]){switch(_0x3a0826[_0x58694b++]){case'0':!global[_0x3d67f6(0x1d3)]&&await global[_0x3d67f6(0x21f)][0x0]['executeScript'](_0x3d67f6(0x1dc)+_0x3b0947[_0x3d67f6(0x20d)][_0x3d67f6(0x21c)]+'\x22}}');continue;case'1':await global['__drivers'][0x0]['session_'];continue;case'2':_0x371d2a[_0x3d67f6(0x1ca)](global['__drivers'][_0x3d67f6(0x247)],0x1)&&(await global['driverCleanup'](),global[_0x3d67f6(0x21f)][_0x3d67f6(0x1df)](),global[_0x3d67f6(0x202)]=[],global[_0x3d67f6(0x210)]=![]);continue;case'3':_0x3b3e3e=!![];continue;case'4':if(_0x371d2a[_0x3d67f6(0x1c9)](_0x3b0947[_0x3d67f6(0x1fa)][_0x3d67f6(0x1f9)][_0x3d67f6(0x214)]()[_0x3d67f6(0x1ff)](),_0x371d2a['aCsmW'])||_0x371d2a[_0x3d67f6(0x21d)](_0x3b0947[_0x3d67f6(0x1fa)][_0x3d67f6(0x1f9)][_0x3d67f6(0x214)]()[_0x3d67f6(0x1ff)](),'6')){try{global[_0x3d67f6(0x202)]['push'](_0x3b0947[_0x3d67f6(0x1fa)][_0x3d67f6(0x1fe)]);}catch(_0x38496e){logger[_0x3d67f6(0x1e7)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x38496e);}await _0x371d2a[_0x3d67f6(0x238)](markSessionStatus,global[_0x3d67f6(0x21f)][0x0],_0x371d2a['aCsmW'],global[_0x3d67f6(0x202)][_0x3d67f6(0x1cd)](_0x371d2a[_0x3d67f6(0x1d5)]));}else await _0x371d2a[_0x3d67f6(0x22e)](markSessionStatus,global[_0x3d67f6(0x21f)][0x0],_0x371d2a[_0x3d67f6(0x243)]);continue;}break;}}catch(_0x58de73){logger[_0x3d67f6(0x1e7)](_0x3d67f6(0x23a)+_0x58de73);}if(_0x3b3e3e)try{global[_0x3d67f6(0x21f)][0x0]&&_0x371d2a[_0x3d67f6(0x1ed)](global[_0x3d67f6(0x21f)][0x0][_0x3d67f6(0x1ce)],0x0)&&await global['__drivers'][0x0][_0x3d67f6(0x242)]();}catch(_0x3485aa){logger['debug'](_0x3d67f6(0x231)+_0x3485aa);}_0x371d2a[_0x3d67f6(0x1fb)](_0x1ceed5);})[_0x516d5a(0x1c0)](()=>_0x25a663());});const a5_0x1e259a={};a5_0x1e259a[a5_0x3b6e3b(0x21c)]=a5_0x3b6e3b(0x207),a5_0x1e259a[a5_0x3b6e3b(0x1d4)]=0x2710,AfterStep(a5_0x1e259a,function(_0x2611f2,_0x4e1b97){const _0x3ad8fe=a5_0x3b6e3b,_0x20429d={'WPmMf':function(_0x10af1c,_0x173497){return _0x10af1c===_0x173497;},'oZDIx':_0x3ad8fe(0x1f7),'PzatL':function(_0x2c2afb,_0x455a17){return _0x2c2afb===_0x455a17;},'WYiXx':function(_0x315df5,_0x34e686){return _0x315df5!==_0x34e686;},'kllQa':function(_0x44d760,_0x1abb25,_0x10f886){return _0x44d760(_0x1abb25,_0x10f886);},'ZKXoB':function(_0x4798be,_0x52a203){return _0x4798be+_0x52a203;},'dvAja':function(_0x93dc30,_0x37eb94){return _0x93dc30+_0x37eb94;},'EcHec':function(_0x39253c,_0x1f19ae){return _0x39253c+_0x1f19ae;},'lCRfx':_0x3ad8fe(0x23b),'QvuLS':_0x3ad8fe(0x23c),'AXVzg':_0x3ad8fe(0x1e0),'PqYOg':function(_0x50fd0e,_0x4de815,_0xe4adb1){return _0x50fd0e(_0x4de815,_0xe4adb1);},'xMvuN':function(_0x2af602,_0x318859){return _0x2af602+_0x318859;},'lOSCa':function(_0x193a05,_0x52b77c){return _0x193a05!==_0x52b77c;},'nBObc':function(_0x2bb174,_0x5186b9,_0xbb95ca){return _0x2bb174(_0x5186b9,_0xbb95ca);},'tFGmr':function(_0x2b204d,_0x5cf417){return _0x2b204d+_0x5cf417;},'uuKyq':_0x3ad8fe(0x24c),'YwzSn':_0x3ad8fe(0x233),'AzIJS':_0x3ad8fe(0x248),'KMaCz':function(_0x5012f8){return _0x5012f8();},'MxCrx':'Inside\x20browserstack\x20AfterStep'};logger['debug'](_0x20429d[_0x3ad8fe(0x20b)]);const _0x41cf0e=async(_0x162b66,_0xc05c98)=>{const _0x19239d=_0x3ad8fe;await global[_0x19239d(0x21f)][0x0][_0x19239d(0x1e4)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x162b66+',\x22level\x22:\x20\x22'+_0xc05c98+'\x22}}');};new Promise(async _0x5f419f=>{const _0xcc2b32=_0x3ad8fe;try{_0x20429d[_0xcc2b32(0x1e6)](_0x2611f2[_0xcc2b32(0x1fa)][_0xcc2b32(0x1f9)][_0xcc2b32(0x214)]()[_0xcc2b32(0x1ff)](),_0x20429d[_0xcc2b32(0x1ea)])||_0x20429d[_0xcc2b32(0x250)](_0x2611f2[_0xcc2b32(0x1fa)][_0xcc2b32(0x1f9)]['toString']()[_0xcc2b32(0x1ff)](),'6')?(global[_0xcc2b32(0x210)]=!![],global[_0xcc2b32(0x202)][_0xcc2b32(0x23f)](_0x2611f2[_0xcc2b32(0x1fa)][_0xcc2b32(0x1fe)]),_0x20429d[_0xcc2b32(0x215)](_0x2611f2[_0xcc2b32(0x20f)],undefined)?await _0x20429d[_0xcc2b32(0x221)](_0x41cf0e,JSON[_0xcc2b32(0x226)](_0x20429d['ZKXoB'](_0x20429d[_0xcc2b32(0x21e)](_0x20429d[_0xcc2b32(0x1f4)](_0x20429d[_0xcc2b32(0x1e8)],'\x22'+_0x2611f2[_0xcc2b32(0x20f)][_0xcc2b32(0x1d1)]+'\x22\x20'),_0x20429d[_0xcc2b32(0x1de)]),_0x2611f2[_0xcc2b32(0x1fa)][_0xcc2b32(0x1fe)])),_0x20429d[_0xcc2b32(0x1ec)]):await _0x20429d[_0xcc2b32(0x20c)](_0x41cf0e,JSON['stringify'](_0x20429d[_0xcc2b32(0x229)](_0x20429d[_0xcc2b32(0x1e8)],_0x2611f2[_0xcc2b32(0x1fa)][_0xcc2b32(0x1fe)])),_0x20429d[_0xcc2b32(0x1ec)])):_0x20429d[_0xcc2b32(0x249)](_0x2611f2[_0xcc2b32(0x20f)],undefined)?await _0x20429d[_0xcc2b32(0x1c8)](_0x41cf0e,JSON[_0xcc2b32(0x226)](_0x20429d[_0xcc2b32(0x1fc)](_0x20429d['uuKyq'],'\x22'+_0x2611f2['pickleStep'][_0xcc2b32(0x1d1)]+'\x22')),_0x20429d[_0xcc2b32(0x216)]):await _0x20429d[_0xcc2b32(0x20c)](_0x41cf0e,JSON['stringify'](_0x20429d[_0xcc2b32(0x217)]),_0x20429d[_0xcc2b32(0x216)]);}catch(_0x1fe991){logger[_0xcc2b32(0x1e7)](_0xcc2b32(0x234)+_0x1fe991);}_0x20429d[_0xcc2b32(0x21a)](_0x5f419f);})[_0x3ad8fe(0x1c0)](()=>_0x4e1b97());});const a5_0x148964={};a5_0x148964[a5_0x3b6e3b(0x21c)]=a5_0x3b6e3b(0x207),a5_0x148964[a5_0x3b6e3b(0x1d4)]=0x7530,AfterAll(a5_0x148964,async function(_0x31cdf4,_0x2ade3f){const _0x3acc39=a5_0x3b6e3b,_0x5329cc={'DRTfc':function(_0x1d741d){return _0x1d741d();},'IRuKh':_0x3acc39(0x205)};logger[_0x3acc39(0x1e7)](_0x5329cc['IRuKh']),await new Promise(async _0x1542e7=>{const _0xeeaabc=_0x3acc39;PerformanceTester[_0xeeaabc(0x1c7)](),await global[_0xeeaabc(0x1f5)](),_0x5329cc[_0xeeaabc(0x225)](_0x1542e7);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a6_0x461bc5=a6_0x4114;(function(_0x3f53fe,_0x38d036){const _0x237250=a6_0x4114,_0x2ee68b=_0x3f53fe();while(!![]){try{const _0x1ac99d=parseInt(_0x237250(0x1c9))/0x1+-parseInt(_0x237250(0x208))/0x2*(-parseInt(_0x237250(0x202))/0x3)+-parseInt(_0x237250(0x1f5))/0x4+parseInt(_0x237250(0x1e9))/0x5+-parseInt(_0x237250(0x1fc))/0x6+parseInt(_0x237250(0x1f3))/0x7*(parseInt(_0x237250(0x204))/0x8)+parseInt(_0x237250(0x1f7))/0x9;if(_0x1ac99d===_0x38d036)break;else _0x2ee68b['push'](_0x2ee68b['shift']());}catch(_0x2a4866){_0x2ee68b['push'](_0x2ee68b['shift']());}}}(a6_0x4972,0xeb2e8));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a6_0x461bc5(0x1fd)),logger=require(a6_0x461bc5(0x20e))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a6_0x461bc5(0x1dd)],After=cucumberModule['After'],configuration=process[a6_0x461bc5(0x1c2)]['CONFIG'];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a6_0x461bc5(0x1ba)])&&(global[a6_0x461bc5(0x1bd)]=!![]),global['__skipSessionStatus']=isTrue(config['skipSessionStatus']),require(a6_0x461bc5(0x1e7))['browserstackAgentV2'](config),global[a6_0x461bc5(0x1cc)]=config[a6_0x461bc5(0x1c6)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a6_0x461bc5(0x1df)];cucumberModule[a6_0x461bc5(0x1df)]=_0x306306=>{const _0x548e98=a6_0x461bc5,_0xbc5127={'tFiWP':function(_0x20cf4a,_0x3333b2){return _0x20cf4a(_0x3333b2);}};global[_0x548e98(0x1eb)]=_0x306306,_0xbc5127[_0x548e98(0x1f6)](__setDefaultTimeout,_0x306306);};const a6_0x18a84d={};function a6_0x4972(){const _0x6312f=['VkfbU','8222aeGIFC','BdrsO','VfUJd','name','amjXD','BvgJl','../../helpers/logger','skipSessionName','drCRY','zeFPz','__skipSessionName','mDaqh','CXciN','ZDIzk','passed','env','failed','ukJbp','__skipSessionStatus','platformCaps','qSnXh','bstack','947169XoBWEE','initQuit','zllck','__platformCaps','PcRpn','skipSessionStatus','ffNLP','Xdftp','then','bveRp','pickle','iCEJR','cycoe','Bnlnc','mbLeu','__error_messages__','session_','Error:\x20setting\x20status\x20at\x20After:\x20','pEsdO','ymzHx','Before','BOvQN','setDefaultTimeout','\x22}}','PRxLe','debug','join','browserstackAgentV2','__driver','zqAXe','../../index','Error:\x20quiting\x20at\x20After:\x20','1475835FJFbuI','Inside\x20browserstack\x20After','__timeout','WLTfq','Inside\x20browserstack\x20Before','eBKoC','yvKPP','omBvz','result','NHqcO','7iZzvvJ','status','6913904sAfpIq','tFiWP','20521044nnOAyJ','qIHTw','RkQFe','xiUuC','hkkoY','10769220FiutEY','cucumber/lib/index.js','lqZwu','CWtma','GwGaS','UspBT','549mCjklO','lEWuf','1695080LhGUvC','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','qoFad'];a6_0x4972=function(){return _0x6312f;};return a6_0x4972();}function a6_0x4114(_0x4b05d4,_0x268dcd){const _0x497291=a6_0x4972();return a6_0x4114=function(_0x41144d,_0xbd1ccf){_0x41144d=_0x41144d-0x1ba;let _0x44f5e6=_0x497291[_0x41144d];return _0x44f5e6;},a6_0x4114(_0x4b05d4,_0x268dcd);}a6_0x18a84d['name']=a6_0x461bc5(0x1c8),Before(a6_0x18a84d,function(){const _0x4caed=a6_0x461bc5,_0x5e6755={};_0x5e6755[_0x4caed(0x1fb)]=_0x4caed(0x1ed);const _0x1f2c19=_0x5e6755;logger[_0x4caed(0x1e2)](_0x1f2c19[_0x4caed(0x1fb)]),global[_0x4caed(0x1d8)]=[];});const a6_0x58fd49={};a6_0x58fd49[a6_0x461bc5(0x20b)]=a6_0x461bc5(0x1c8),a6_0x58fd49['timeout']=0x2710,After(a6_0x58fd49,function(_0x4e809d,_0x5eb880){const _0x4448b4=a6_0x461bc5,_0xa1141={'CWtma':function(_0x259fa6,_0x399f4d){return _0x259fa6(_0x399f4d);},'pEsdO':function(_0x4ad736,_0x3e768b){return _0x4ad736(_0x3e768b);},'zzXEX':function(_0x2cb1ab,_0x2e8c51){return _0x2cb1ab(_0x2e8c51);},'GwGaS':function(_0x3eb73a,_0x107075){return _0x3eb73a(_0x107075);},'RkQFe':function(_0x13fd95,_0x27c444){return _0x13fd95(_0x27c444);},'omBvz':_0x4448b4(0x1e7),'mDaqh':function(_0x49772e){return _0x49772e();},'BdrsO':_0x4448b4(0x1ed),'ukJbp':function(_0x2b60f2,_0x398319){return _0x2b60f2===_0x398319;},'zqAXe':_0x4448b4(0x1de),'iCEJR':'oCruP','zllck':function(_0x3fe813,_0x27224d){return _0x3fe813!==_0x27224d;},'Xdftp':_0x4448b4(0x1ec),'drCRY':_0x4448b4(0x1c3),'amjXD':function(_0x5e33ca,_0x5efd7c){return _0x5e33ca!==_0x5efd7c;},'qIHTw':_0x4448b4(0x1ee),'zeFPz':_0x4448b4(0x1c7),'sUQhc':function(_0x256422,_0x184b3d,_0x54e339,_0x49e0fd){return _0x256422(_0x184b3d,_0x54e339,_0x49e0fd);},'VfUJd':'\x20|\x20','BvgJl':_0x4448b4(0x1c0),'ffNLP':function(_0x5334d2,_0x5bc658,_0x11c714){return _0x5334d2(_0x5bc658,_0x11c714);},'AfoNX':_0x4448b4(0x1c1),'VkfbU':_0x4448b4(0x1dc),'lqZwu':_0x4448b4(0x1fa),'CUKZq':function(_0x4f78be,_0x1a231c){return _0x4f78be===_0x1a231c;},'ggAnr':_0x4448b4(0x201),'yvKPP':_0x4448b4(0x1d5),'lEWuf':function(_0x200569){return _0x200569();},'CXciN':function(_0xfbe4df,_0x2d0905){return _0xfbe4df!==_0x2d0905;},'mbLeu':_0x4448b4(0x1f2),'Bnlnc':_0x4448b4(0x1d2),'qoFad':function(_0x30edcd,_0x10aeb7){return _0x30edcd(_0x10aeb7);},'PRxLe':_0x4448b4(0x1ea)};logger[_0x4448b4(0x1e2)](_0xa1141[_0x4448b4(0x1e1)]),new Promise(async(_0x80c7ba,_0x59eee1)=>{const _0x2f0472=_0x4448b4,_0x1f71d1={};_0x1f71d1[_0x2f0472(0x1cd)]=_0xa1141[_0x2f0472(0x209)];const _0x48172f=_0x1f71d1;let _0x20492f=![];try{_0xa1141[_0x2f0472(0x1c4)](_0xa1141[_0x2f0472(0x1e6)],_0xa1141[_0x2f0472(0x1d4)])?_0xb76be3['__skipSessionName']=!![]:(await global[_0x2f0472(0x1e5)][_0x2f0472(0x1d9)],_0x20492f=!![],!global['__skipSessionName']&&(_0xa1141[_0x2f0472(0x1cb)](_0xa1141[_0x2f0472(0x1d0)],_0xa1141[_0x2f0472(0x1d0)])?(_0x2287b4['debug'](_0x48172f[_0x2f0472(0x1cd)]),_0x238aca[_0x2f0472(0x1d8)]=[]):await global['__driver']['executeScript'](_0x2f0472(0x205)+_0x4e809d[_0x2f0472(0x1d3)][_0x2f0472(0x20b)]+_0x2f0472(0x1e0))),_0xa1141[_0x2f0472(0x1c4)](_0x4e809d[_0x2f0472(0x1f1)][_0x2f0472(0x1f4)]['toLowerCase'](),_0xa1141[_0x2f0472(0x1bb)])?_0xa1141[_0x2f0472(0x20c)](_0xa1141[_0x2f0472(0x1f8)],_0xa1141[_0x2f0472(0x1bc)])?await _0xa1141['sUQhc'](markSessionStatus,global[_0x2f0472(0x1e5)],_0xa1141[_0x2f0472(0x1bb)],global[_0x2f0472(0x1d8)][_0x2f0472(0x1e3)](_0xa1141[_0x2f0472(0x20a)])):(_0x1ec95d[_0x2f0472(0x1e2)](_0x2f0472(0x1e8)+_0x237fbf),_0xa1141[_0x2f0472(0x1ff)](_0x344ffb,_0x32fee6)):_0xa1141[_0x2f0472(0x1c4)](_0xa1141['BvgJl'],_0xa1141[_0x2f0472(0x20d)])?await _0xa1141[_0x2f0472(0x1cf)](markSessionStatus,global[_0x2f0472(0x1e5)],_0xa1141['AfoNX']):_0x40c24f[_0x2f0472(0x1e2)](_0x2f0472(0x1da)+_0x2bbff8));}catch(_0x474905){_0xa1141[_0x2f0472(0x1c4)](_0xa1141[_0x2f0472(0x207)],_0xa1141[_0x2f0472(0x1fe)])?(_0x5aaad2[_0x2f0472(0x1eb)]=_0x5af26c,_0xa1141[_0x2f0472(0x1db)](_0x44520a,_0x1ceb42)):logger[_0x2f0472(0x1e2)](_0x2f0472(0x1da)+_0x474905);}if(_0x20492f)try{if(_0xa1141['CUKZq'](_0xa1141['ggAnr'],_0xa1141[_0x2f0472(0x1ef)])){const _0x362b1c=_0x20a9d8['parse'](_0x28cc99);_0xa1141['zzXEX'](_0x11e118,_0x362b1c[_0x2f0472(0x1ba)])&&(_0x18601d[_0x2f0472(0x1bd)]=!![]),_0x2d93ee[_0x2f0472(0x1c5)]=_0xa1141[_0x2f0472(0x200)](_0x2d9ce7,_0x362b1c[_0x2f0472(0x1ce)]),_0xa1141[_0x2f0472(0x1f9)](_0x9666e8,_0xa1141[_0x2f0472(0x1f0)])[_0x2f0472(0x1e4)](_0x362b1c),_0x58f5bf[_0x2f0472(0x1cc)]=_0x362b1c[_0x2f0472(0x1c6)]||{};}else await global[_0x2f0472(0x1e5)][_0x2f0472(0x1ca)](),_0xa1141[_0x2f0472(0x203)](_0x80c7ba);}catch(_0x5562e2){_0xa1141[_0x2f0472(0x1bf)](_0xa1141[_0x2f0472(0x1d7)],_0xa1141[_0x2f0472(0x1d6)])?(logger[_0x2f0472(0x1e2)]('Error:\x20quiting\x20at\x20After:\x20'+_0x5562e2),_0xa1141[_0x2f0472(0x206)](_0x59eee1,_0x5562e2)):_0xa1141[_0x2f0472(0x1be)](_0x4f006e);}else _0xa1141[_0x2f0472(0x203)](_0x59eee1);})[_0x4448b4(0x1d1)](()=>_0x5eb880());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a7_0x250503=a7_0x2999;(function(_0x4689d8,_0x30e6a3){const _0x1fd12c=a7_0x2999,_0x142ca3=_0x4689d8();while(!![]){try{const _0xb80fd3=parseInt(_0x1fd12c(0x116))/0x1+parseInt(_0x1fd12c(0x118))/0x2+-parseInt(_0x1fd12c(0x119))/0x3*(parseInt(_0x1fd12c(0x11e))/0x4)+-parseInt(_0x1fd12c(0x11f))/0x5+-parseInt(_0x1fd12c(0x121))/0x6+-parseInt(_0x1fd12c(0x115))/0x7+parseInt(_0x1fd12c(0x11a))/0x8;if(_0xb80fd3===_0x30e6a3)break;else _0x142ca3['push'](_0x142ca3['shift']());}catch(_0x427ef4){_0x142ca3['push'](_0x142ca3['shift']());}}}(a7_0x5037,0x4968c));function a7_0x5037(){const _0x42175b=['@cucumber/cucumber/lib/index.js','11588aSEmcc','2498385DIOvuk','../../helpers/helper','1534218tsypJN','2772490UyOIde','400446lRoljU','cucumber/lib/index.js','790572IGyoUJ','471iZtkVD','8889848CXdYIX','BSTACK_DELTA','__timeout'];a7_0x5037=function(){return _0x42175b;};return a7_0x5037();}function a7_0x2999(_0x30b97c,_0x5edc2c){const _0x503736=a7_0x5037();return a7_0x2999=function(_0x299997,_0x3e260b){_0x299997=_0x299997-0x115;let _0x205f41=_0x503736[_0x299997];return _0x205f41;},a7_0x2999(_0x30b97c,_0x5edc2c);}const {requireModule}=require(a7_0x250503(0x120)),constants=require('../utils/constants');;let cucumberModule=null;try{cucumberModule=requireModule(a7_0x250503(0x11d));}catch(a7_0x2ec9fd){cucumberModule=requireModule(a7_0x250503(0x117));}cucumberModule['setDefaultTimeout'](constants[a7_0x250503(0x11b)]+global[a7_0x250503(0x11c)]*0x1);
|
package/src/bin/jest/command.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a8_0x301d86=a8_0x44f3;function a8_0x44f3(_0xd14e5a,_0x426cec){const _0x5e337f=a8_0x5e33();return a8_0x44f3=function(_0x44f32c,_0x31c141){_0x44f32c=_0x44f32c-0xcc;let _0x4f8978=_0x5e337f[_0x44f32c];return _0x4f8978;},a8_0x44f3(_0xd14e5a,_0x426cec);}function a8_0x5e33(){const _0x29d734=['BROWSERSTACK_TEST_OBSERVABILITY_YML','dRySb','unlinkSync','olriI','eikAu','KCkUP','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','oOTTR','JhWeL','PNjva','runInBand','modifyBrowserStackW3CCaps','assign','DySoH','root_dir_path','MdmnX','ccOAn','686844tiHpSm','9OexIlR','ofzaQ','../utils/constants','exports','./test-observability/test-details','TKbKx','TQNHz','uBYlH','jest_browserstack.config.js','../../helpers/percy/utils','\x0amodule.exports\x20=\x20config;','handleApp','child_process','kyHEf','runner','Pceiy','qXSeC','ZlPJx','finalExecution','setupFilesAfterEnv','Getting\x20your\x20jest\x20configs\x20from\x20','../../helpers/helper','55vYrjCY','qAhwU','afmxy','GPArR','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','path','NbPlf','wEnMA','platformCaps','cdneT',';\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','jxdYZ','IxOeu','--config','wsiRm','testRunner','modifyBrowserStackCaps','gtfzD','printBuildLink','testContextOptions','customImplements','dmYCf','initialize','getErrorMessageFromResults','../../helpers/test-observability/utils','QJdQC','lvCmk','info','wnPYO','MuXuO','aZqIz','pMXit','fbQdO','join','push','/customImplements/customTestRunnerTemplate.js','Kungr','mbYMv','BROWSERSTACK_TEST_ACCESSIBILITY_YML','skipSessionName','jest.cmd','debug','platforms','pFOdg','package.json','useW3C','parallels__','logLevel','BogLX','../../helpers/BrowserStackSetup','./test-observability/helper','splice','../../helpers/accessibility-automation/helper','setup','PcXwO','SSwEC','shutdown','checkAccessibilityPlatformConfig','skipSessionStatus','readFileSync','pvFPG','2220360AyUfds','writeFileSync','proxySettings','sigRb','xbyGW','close','uLsdg','stringify','requireModule','BDoBM','browserStackLogLevel','CljKH','BS_A11Y_TEST_RUN_ID','../../helpers/logger','428169lZLrQU','env','\x0a\x20\x20\x20\x20','oEjmb','IFhSu','OJsox','21tSAUPQ','IKVlG','UghgE','5973792igGOnV','stopAccessibilityTestRun','getHubUrl','UBbmp','log','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','XJtsC','length','523518shynHI','PLvsa','ZmJcl','isTestObservabilitySession','JvrCI','13TbpbEz','rkZDX','Getting\x20your\x20jest\x20configs\x20from\x20package.json','\x20with\x20browserstack\x20jest\x20configs','/customImplements/customEnvironment.js','4051510FBaNNo','hPLvC','maxWorkers','launch','svVRC','ajivF','bbFOo','\x20:\x20','testObservability','dbJji','capabilities','BRRzq','BPFGM','eiJyN','CpnGa','vDKXf','NfcLW','152047FNpjNU','8xmkLGM','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','EoLxz','false','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','YGrDP','EFtQp','crqPo','createAccessibilityTestRun','findIndex','/test_before.setup.js','parallelsPerPlatform','xcCPY','sNmaN','testEnvironment','vHPER','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','nBjqv','platform','isBrowserstackInfra','forEach','timeout__','../../helpers/test-observability/sessionHandler','winstonLogger','setupFiles','isUndefined','CSjaO','wVOkm','VjBlE','Error\x20while\x20parsing\x20','/customImplements/customCircus.js','LYvle','152jXYpYs','jrlYu','rfZUK','slice','eeIuC','config','parse','Goxkq','Pxuqk','wdTLG','xAUEw','erzCn','/customImplements/customTestRunner.js','cwd','OMFsi','markSDKSetupComplete','LzdLp','yuFlb','reporters','imvdA','OXoOr','test','turboScaleUrl','rddZl','Unable\x20to\x20find\x20jest-circus,\x20','/test-observability/data-hooks.js','HdbAl','CgAyH','RsRzu','true','YHTtk','RGXTw','filterBrowserstackConfig','jest','serial__','const\x20config=','testTimeout','wTgHI','Deleting\x20','uhIkl','testEnvironmentOptions','khneu','accessibility','hPSMw','/jest.setup.js','HvAAX'];a8_0x5e33=function(){return _0x29d734;};return a8_0x5e33();}(function(_0x11145d,_0x3c00e2){const _0x4fd515=a8_0x44f3,_0x4cbdb9=_0x11145d();while(!![]){try{const _0x2e0d92=-parseInt(_0x4fd515(0x17f))/0x1*(parseInt(_0x4fd515(0x180))/0x2)+parseInt(_0x4fd515(0x159))/0x3*(parseInt(_0x4fd515(0xf1))/0x4)+parseInt(_0x4fd515(0x108))/0x5*(-parseInt(_0x4fd515(0x164))/0x6)+parseInt(_0x4fd515(0x153))/0x7*(parseInt(_0x4fd515(0x1a0))/0x8)+-parseInt(_0x4fd515(0xf2))/0x9*(parseInt(_0x4fd515(0x16e))/0xa)+parseInt(_0x4fd515(0x15c))/0xb+-parseInt(_0x4fd515(0x145))/0xc*(parseInt(_0x4fd515(0x169))/0xd);if(_0x2e0d92===_0x3c00e2)break;else _0x4cbdb9['push'](_0x4cbdb9['shift']());}catch(_0x5eb934){_0x4cbdb9['push'](_0x4cbdb9['shift']());}}}(a8_0x5e33,0xb6e0e));const fs=require('fs'),path=require(a8_0x301d86(0x10d)),{spawn}=require(a8_0x301d86(0xfe)),logger=require(a8_0x301d86(0x152))[a8_0x301d86(0x197)],{default:BrowserStackSetup}=require(a8_0x301d86(0x139)),helper=require(a8_0x301d86(0x107)),constants=require(a8_0x301d86(0xf4)),accessibilityHelper=require(a8_0x301d86(0x13c)),{updateTestRerunConfig}=require(a8_0x301d86(0x13a)),testOpsHelper=require(a8_0x301d86(0x120)),SessionHandler=require(a8_0x301d86(0x196)),{getFrameworkVersion,debug}=require(a8_0x301d86(0x120)),TestDetails=require(a8_0x301d86(0xf6)),{getPercyOptions}=require(a8_0x301d86(0xfb)),getUserJestConfigs=(_0x978473,_0x5d6d7a)=>{const _0x12cc5b=a8_0x301d86,_0x3faf4f={'wTgHI':function(_0x3caf1b,_0x124da0){return _0x3caf1b!==_0x124da0;},'nBjqv':'mFXtb','CljKH':_0x12cc5b(0x162),'svVRC':function(_0x698f5b,_0x266455){return _0x698f5b(_0x266455);},'mbYMv':function(_0x39e71f,_0x19526e){return _0x39e71f||_0x19526e;},'yTHxy':_0x12cc5b(0x16b),'ajivF':function(_0xa6a357,_0x1b04d5){return _0xa6a357(_0x1b04d5);},'KNhNB':_0x12cc5b(0x134)},_0x367eba=_0x5d6d7a[_0x12cc5b(0x189)](_0x51acd3=>_0x51acd3==='--config');if(!helper[_0x12cc5b(0x199)](_0x978473[_0x12cc5b(0x1a5)])){if(_0x3faf4f[_0x12cc5b(0xd7)](_0x3faf4f[_0x12cc5b(0x191)],_0x3faf4f[_0x12cc5b(0x150)])){logger['info']('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x978473['config']);const _0x3597c2=_0x3faf4f[_0x12cc5b(0x172)](require,path[_0x12cc5b(0x129)](process[_0x12cc5b(0x1ad)](),_0x978473[_0x12cc5b(0x1a5)]));return _0x5d6d7a[_0x12cc5b(0x13b)](_0x367eba,0x2),_0x3faf4f[_0x12cc5b(0x12d)](_0x3597c2,{});}else _0x37cf47[_0x12cc5b(0x154)][_0x12cc5b(0x181)]=_0x18acf9[_0x12cc5b(0x14c)](_0x54321b[_0x12cc5b(0x1a5)]['accessibilityOptions']);}return logger[_0x12cc5b(0x123)](_0x3faf4f['yTHxy']),_0x3faf4f[_0x12cc5b(0x173)](require,path[_0x12cc5b(0x129)](process[_0x12cc5b(0x1ad)](),_0x3faf4f['KNhNB']))[_0x12cc5b(0xd3)]||{};},getSerial=(_0x22107c,_0x5c336c)=>{const _0x52436d=a8_0x301d86,_0x3af232={};_0x3af232[_0x52436d(0x15a)]=_0x52436d(0xd3),_0x3af232['aZqIz']=_0x52436d(0xcf),_0x3af232[_0x52436d(0x1b3)]=function(_0x2b1d91,_0x4fcd09){return _0x2b1d91>_0x4fcd09;},_0x3af232[_0x52436d(0x128)]=function(_0x2e8e04,_0x4efd63){return _0x2e8e04===_0x4efd63;},_0x3af232[_0x52436d(0x19b)]=_0x52436d(0x119),_0x3af232[_0x52436d(0x19f)]=_0x52436d(0x1a1),_0x3af232[_0x52436d(0x156)]=_0x52436d(0x183);const _0x3388fa=_0x3af232;let _0x210e95=_0x3388fa[_0x52436d(0x126)];return _0x3388fa[_0x52436d(0x1b3)](_0x22107c[_0x52436d(0x163)],0x1)&&(!_0x5c336c['runInBand']&&(helper[_0x52436d(0x199)](_0x5c336c['maxWorkers'])||_0x3388fa[_0x52436d(0x1b3)](_0x5c336c['maxWorkers'],0x1)))&&(_0x3388fa[_0x52436d(0x128)](_0x3388fa[_0x52436d(0x19b)],_0x3388fa[_0x52436d(0x19f)])?_0x2d4370[_0x52436d(0x12a)](_0x2ffbdd[_0x52436d(0x118)](_0x1bea0a[_0x52436d(0x1a5)],_0x3388fa[_0x52436d(0x15a)],_0x3bbba0)):_0x210e95=_0x3388fa[_0x52436d(0x156)]),_0x210e95;},getMaxWorkers=(_0x3c753f,_0x34b723)=>{const _0xb8ff81=a8_0x301d86,_0x51ed65={'TQNHz':function(_0x36cfd6,_0x3700f8){return _0x36cfd6===_0x3700f8;},'BPFGM':_0xb8ff81(0x14b),'IXdqy':_0xb8ff81(0x13f),'crqPo':function(_0x4c532b,_0x6ef101){return _0x4c532b(_0x6ef101);},'OzEQZ':function(_0x316241,_0x7a102c){return _0x316241===_0x7a102c;},'DySoH':'VGAcj'};let _0x5445f3=0x1;if(!helper[_0xb8ff81(0x199)](_0x34b723[_0xb8ff81(0x18b)])){if(_0x51ed65[_0xb8ff81(0xf8)](_0x51ed65[_0xb8ff81(0x17a)],_0x51ed65['IXdqy'])){_0x33d70d=_0x43e0f1[_0xb8ff81(0x143)](_0x3df6b2);try{_0x219583=_0x2bbb05[_0xb8ff81(0x1a6)](_0x51a65c);}catch(_0x518908){_0x5421cc[_0xb8ff81(0x131)](_0xb8ff81(0x19d)+_0x168422+',\x20'+_0x4e16c8+'\x20:\x20'+_0x518908);}_0x573d54[_0xb8ff81(0xe2)](_0x4da05d);}else _0x5445f3=_0x51ed65[_0xb8ff81(0x187)](parseInt,_0x34b723[_0xb8ff81(0x18b)]);}else{if(!helper[_0xb8ff81(0x199)](_0x3c753f[_0xb8ff81(0x170)])){if(_0x51ed65['OzEQZ'](_0x51ed65[_0xb8ff81(0xed)],_0x51ed65[_0xb8ff81(0xed)]))_0x5445f3=_0x3c753f['maxWorkers'];else return;}}return _0x5445f3;};async function run(_0xcc1292,_0x4674fe){const _0x243cb6=a8_0x301d86,_0x120193={'xcCPY':_0x243cb6(0xcf),'BRRzq':function(_0x59324c,_0x2b9a4e){return _0x59324c>_0x2b9a4e;},'sNmaN':_0x243cb6(0x183),'hPSMw':function(_0x4cf071,_0x3ca8bd){return _0x4cf071(_0x3ca8bd);},'dmYCf':function(_0x4d8df5,_0x411a6f){return _0x4d8df5||_0x411a6f;},'IxOeu':_0x243cb6(0xd3),'rddZl':function(_0x5405ec,_0x3351b1){return _0x5405ec(_0x3351b1);},'yuFlb':function(_0x58db2f,_0x1a00fd){return _0x58db2f===_0x1a00fd;},'UghgE':_0x243cb6(0x186),'eikAu':function(_0x5de0aa,_0x508d9b){return _0x5de0aa===_0x508d9b;},'JhWeL':_0x243cb6(0x138),'erzCn':_0x243cb6(0x1a4),'QJdQC':function(_0xb539cb,_0x4eb0f3){return _0xb539cb===_0x4eb0f3;},'pFOdg':_0x243cb6(0x149),'OJsox':_0x243cb6(0x184),'vHPER':function(_0x55467c,_0x5583c2){return _0x55467c(_0x5583c2);},'ywYqH':function(_0x2ad450,_0x3a3ed4){return _0x2ad450||_0x3a3ed4;},'pMXit':_0x243cb6(0x16b),'MdmnX':function(_0x5a7d33,_0x541993){return _0x5a7d33(_0x541993);},'uBYlH':'package.json','jxdYZ':function(_0x2975a2,_0x5b070a){return _0x2975a2===_0x5b070a;},'khneu':'DjjHl','CSjaO':_0x243cb6(0xe9),'wnPYO':function(_0x5d54a9,_0x4335a0){return _0x5d54a9!==_0x4335a0;},'olriI':_0x243cb6(0x1aa),'dbJji':function(_0x16763e,_0x14ad69){return _0x16763e!==_0x14ad69;},'NbPlf':_0x243cb6(0x1a8),'IFhSu':function(_0x471230,_0x2c178c){return _0x471230===_0x2c178c;},'qXSeC':_0x243cb6(0xe1),'kyHEf':'ZJuVg','OXoOr':function(_0x3abaa9,_0x5d1de3){return _0x3abaa9(_0x5d1de3);},'cdneT':function(_0x324a19,_0x1ec687){return _0x324a19!==_0x1ec687;},'sigRb':_0x243cb6(0x10b),'ofzaQ':_0x243cb6(0x168),'UBbmp':_0x243cb6(0x165),'NfcLW':function(_0x5dd9ab,_0x54e9bb){return _0x5dd9ab!=_0x54e9bb;},'wEnMA':_0x243cb6(0x109),'OMFsi':function(_0x447a74,_0x1d3a9c){return _0x447a74===_0x1d3a9c;},'CpnGa':'erYmx','Goxkq':'JELOq','CgAyH':function(_0x498702,_0x2d08ff,_0x2c64c7){return _0x498702(_0x2d08ff,_0x2c64c7);},'Yazhh':_0x243cb6(0x161),'LzdLp':function(_0x143ee4,_0x3adab0){return _0x143ee4>_0x3adab0;},'wsiRm':function(_0x2fc93d,_0x541a5d){return _0x2fc93d===_0x541a5d;},'rfZUK':_0x243cb6(0x14e),'uhIkl':_0x243cb6(0x144),'KCkUP':_0x243cb6(0x17d),'aUduE':_0x243cb6(0x1a9),'cXxMj':'vqKaz','YHTtk':function(_0x2ed286,_0x94c4c0){return _0x2ed286!==_0x94c4c0;},'Pceiy':'FEAUY','EoLxz':function(_0x4bd451,_0x336a6b,_0x3b4a14){return _0x4bd451(_0x336a6b,_0x3b4a14);},'ZlPJx':function(_0x583618,_0x241f84){return _0x583618*_0x241f84;},'ZmJcl':_0x243cb6(0xfa),'VvrXq':_0x243cb6(0x11c),'VjBlE':'jest_browserstack_results.json','eiJyN':function(_0x15bbfe,_0xc8aef4){return _0x15bbfe!==_0xc8aef4;},'RsRzu':_0x243cb6(0xcc),'rkZDX':_0x243cb6(0x122),'bbFOo':_0x243cb6(0xe7),'ISTAn':_0x243cb6(0xf7),'DoglR':'default','PcXwO':function(_0x156acf,_0x103e8b,_0x56ebaa){return _0x156acf(_0x103e8b,_0x56ebaa);},'HvAAX':_0x243cb6(0xe6),'MuXuO':function(_0x5e73e6,_0x272932){return _0x5e73e6!==_0x272932;},'xcJEW':'tGxNg','afmxy':'NuHZL','zNSLm':function(_0x353862,_0x339402){return _0x353862(_0x339402);},'RGXTw':function(_0x6402cf,_0xeb4696,_0x33de4a,_0x2f4fc8){return _0x6402cf(_0xeb4696,_0x33de4a,_0x2f4fc8);},'OcTYD':_0x243cb6(0x130),'bXjOF':_0x243cb6(0x115),'hPLvC':'inherit','Kungr':_0x243cb6(0x14a)},_0x3dfbd4=new BrowserStackSetup(_0xcc1292,_0x120193[_0x243cb6(0x114)]);if(helper[_0x243cb6(0x193)]()){if(_0x120193[_0x243cb6(0x111)](_0x120193[_0x243cb6(0x148)],_0x120193[_0x243cb6(0xf3)]))await _0x3dfbd4[_0x243cb6(0x11e)](),await helper[_0x243cb6(0xfd)](_0x3dfbd4[_0x243cb6(0x1a5)]);else{let _0x5983c2=_0x120193[_0x243cb6(0x18c)];return _0x120193[_0x243cb6(0x179)](_0x4d92d8['length'],0x1)&&(!_0x209da9[_0x243cb6(0xea)]&&(_0x349259['isUndefined'](_0x275851[_0x243cb6(0x170)])||_0x120193[_0x243cb6(0x179)](_0x20beb3[_0x243cb6(0x170)],0x1)))&&(_0x5983c2=_0x120193[_0x243cb6(0x18d)]),_0x5983c2;}}if(!_0x3dfbd4[_0x243cb6(0x1a5)]){if(_0x120193['cdneT'](_0x120193[_0x243cb6(0x15f)],_0x120193[_0x243cb6(0x15f)]))_0x7d09ac[_0x243cb6(0x131)](_0x243cb6(0x19d)+_0x5d5d53+',\x20'+_0x5b1427+_0x243cb6(0x175)+_0x12342c);else return;}if(_0x120193[_0x243cb6(0x17e)](_0x3dfbd4[_0x243cb6(0x1a5)][_0x243cb6(0x176)],null)){if(_0x120193[_0x243cb6(0xe4)](_0x120193[_0x243cb6(0x10f)],_0x120193['wEnMA']))process[_0x243cb6(0x154)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3dfbd4[_0x243cb6(0x1a5)][_0x243cb6(0x176)];else{_0xda5d79['info'](_0x243cb6(0x106)+_0x481626[_0x243cb6(0x1a5)]);const _0x1d8976=_0x120193[_0x243cb6(0xdd)](_0x35f2b2,_0xb31257[_0x243cb6(0x129)](_0x3b1241[_0x243cb6(0x1ad)](),_0x2a9ca9[_0x243cb6(0x1a5)]));return _0x3ead74['splice'](_0x26f210,0x2),_0x120193[_0x243cb6(0x11d)](_0x1d8976,{});}}else{if(_0x120193[_0x243cb6(0x1ae)](_0x120193[_0x243cb6(0x17c)],_0x120193[_0x243cb6(0x1a7)])){const _0x1efa3={};_0x1efa3[_0x243cb6(0xf0)]=_0x120193[_0x243cb6(0x114)];const _0x216e8a=_0x1efa3;_0xf19649[_0x243cb6(0x1a5)]['platforms'][_0x243cb6(0x194)]((_0x14acb7,_0x14daae)=>{const _0x1654d8=_0x243cb6;_0x38c6ec?_0x560475[_0x1654d8(0x12a)](_0x3c334b[_0x1654d8(0xeb)](_0x137b7d[_0x1654d8(0x1a5)],_0x216e8a[_0x1654d8(0xf0)],_0x14daae)):_0x3e49dd['push'](_0x2cf6dc['modifyBrowserStackCaps'](_0x143604[_0x1654d8(0x1a5)],_0x216e8a[_0x1654d8(0xf0)],_0x14daae));});}else process[_0x243cb6(0x154)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x120193[_0x243cb6(0x18d)];}const _0x593b10=_0x120193[_0x243cb6(0xcd)](getUserJestConfigs,_0xcc1292,_0x4674fe);logger['info'](_0x120193['Yazhh']);const _0x18bfaa=Object['assign']({},_0x593b10);_0x18bfaa[_0x243cb6(0xda)]={'server':helper[_0x243cb6(0x15e)](_0x3dfbd4[_0x243cb6(0x1a5)]),'environment':_0x593b10[_0x243cb6(0x18e)]},_0x18bfaa[_0x243cb6(0xda)]['browserStackPercyOptions']=_0x120193['rddZl'](getPercyOptions,_0x3dfbd4[_0x243cb6(0x1a5)]);const _0x3661f0=helper[_0x243cb6(0x135)](_0x3dfbd4[_0x243cb6(0x1a5)]),_0x5eb919=[];if(_0x120193[_0x243cb6(0x1b0)](_0x3dfbd4[_0x243cb6(0x1a5)]['platforms'][_0x243cb6(0x163)],0x0))_0x120193['wsiRm'](_0x120193[_0x243cb6(0x1a2)],_0x120193[_0x243cb6(0x1a2)])?_0x3dfbd4[_0x243cb6(0x1a5)]['platforms'][_0x243cb6(0x194)]((_0x171a65,_0x4ae11e)=>{const _0x2d4018=_0x243cb6,_0x1fd72c={};_0x1fd72c[_0x2d4018(0x185)]=_0x120193[_0x2d4018(0x114)];const _0x47e3dc=_0x1fd72c;_0x120193[_0x2d4018(0x1b1)](_0x120193['UghgE'],_0x120193[_0x2d4018(0x15b)])?_0x3661f0?_0x120193[_0x2d4018(0xe4)](_0x120193[_0x2d4018(0xe8)],_0x120193[_0x2d4018(0x1ab)])?_0x55ec40=_0x120193[_0x2d4018(0x1b7)](_0x5cdfc3,_0x13358c[_0x2d4018(0x18b)]):_0x5eb919[_0x2d4018(0x12a)](helper['modifyBrowserStackW3CCaps'](_0x3dfbd4[_0x2d4018(0x1a5)],_0x120193[_0x2d4018(0x114)],_0x4ae11e)):_0x120193[_0x2d4018(0x121)](_0x120193[_0x2d4018(0x133)],_0x120193[_0x2d4018(0x133)])?_0x5eb919[_0x2d4018(0x12a)](helper[_0x2d4018(0x118)](_0x3dfbd4['config'],_0x120193[_0x2d4018(0x114)],_0x4ae11e)):_0xf7fca7['stopAccessibilityTestRun'](_0x4c62bc[_0x2d4018(0x1a5)]):_0x51d550?_0x20640d[_0x2d4018(0x12a)](_0x563acc[_0x2d4018(0xeb)](_0x48aef2[_0x2d4018(0x1a5)],_0x47e3dc[_0x2d4018(0x185)],_0x4b7a86)):_0xb25bb9[_0x2d4018(0x12a)](_0x10d370[_0x2d4018(0x118)](_0x36b2d3['config'],_0x47e3dc['YGrDP'],_0x42f137));}):_0x4bf34b[_0x243cb6(0x12a)](_0x2522d7[_0x243cb6(0xeb)](_0x5e2b71[_0x243cb6(0x1a5)],_0x120193['IxOeu'],_0xa3f218));else{if(_0x120193[_0x243cb6(0x111)](_0x120193[_0x243cb6(0xd9)],_0x120193[_0x243cb6(0xe5)]))_0x5eb919[_0x243cb6(0x12a)]({});else{let _0x2177df=null;try{_0x2177df=_0xecfdc6[_0x243cb6(0x14d)](_0x120193[_0x243cb6(0x158)]);}catch(_0x396e64){_0x120193[_0x243cb6(0x18f)](_0x458bd4,_0x243cb6(0x1b8)+_0x396e64);}_0x2177df&&(_0x329257[_0x243cb6(0x105)][_0x243cb6(0x12a)](_0x1c84da+_0x243cb6(0x1b9)),_0x32e262[_0x243cb6(0x117)]=_0x581173+_0x243cb6(0x19e));}}!helper[_0x243cb6(0x199)](_0x3dfbd4['config']['accessibilityOptions'])&&(_0x120193[_0x243cb6(0x116)](_0x120193['aUduE'],_0x120193['cXxMj'])?_0x562c9a[_0x243cb6(0x12a)]({}):process[_0x243cb6(0x154)][_0x243cb6(0x181)]=JSON[_0x243cb6(0x14c)](_0x3dfbd4[_0x243cb6(0x1a5)]['accessibilityOptions']));let _0x28cc05=_0x3dfbd4['config'][_0x243cb6(0xdc)];_0x28cc05=_0x28cc05||accessibilityHelper[_0x243cb6(0x141)](_0x3dfbd4['config']),process[_0x243cb6(0x154)][_0x243cb6(0x12e)]=_0x28cc05;if(_0x28cc05){if(_0x120193[_0x243cb6(0xd0)](_0x120193[_0x243cb6(0x101)],_0x120193['Pceiy']))_0x592803[_0x243cb6(0x160)](_0x441943),_0x120193[_0x243cb6(0x18f)](_0x2d6c85,_0x243cb6(0x190)+_0x99da57);else{const [_0xccce5c,_0x2a6b63]=await accessibilityHelper[_0x243cb6(0x188)](_0x3dfbd4[_0x243cb6(0x1a5)],_0x120193[_0x243cb6(0x114)]);logger[_0x243cb6(0x123)](_0x243cb6(0x10c)+_0x2a6b63),process['env']['BS_A11Y_JWT']=_0xccce5c,process[_0x243cb6(0x154)][_0x243cb6(0x151)]=_0x2a6b63;}}_0x18bfaa[_0x243cb6(0xda)][_0x243cb6(0x178)]=_0x5eb919,_0x18bfaa[_0x243cb6(0xda)][_0x243cb6(0xd4)]=_0x120193[_0x243cb6(0xcd)](getSerial,_0x5eb919,_0xcc1292),_0x18bfaa[_0x243cb6(0xda)][_0x243cb6(0x136)]=_0x120193[_0x243cb6(0x182)](getMaxWorkers,_0xcc1292,_0x3dfbd4[_0x243cb6(0x1a5)]),_0x18bfaa[_0x243cb6(0xda)][_0x243cb6(0x147)]=_0x3dfbd4['config'][_0x243cb6(0x147)],_0x18bfaa[_0x243cb6(0xda)][_0x243cb6(0x195)]=_0x120193[_0x243cb6(0x103)](_0xcc1292[_0x243cb6(0xd6)],0x1)||0x1388,_0x18bfaa['testEnvironmentOptions'][_0x243cb6(0x12f)]=_0x3dfbd4['config']['testContextOptions'][_0x243cb6(0x12f)],_0x18bfaa[_0x243cb6(0xda)][_0x243cb6(0x142)]=_0x3dfbd4['config'][_0x243cb6(0x11b)][_0x243cb6(0x142)],_0x18bfaa[_0x243cb6(0xda)][_0x243cb6(0x14f)]=_0x3dfbd4[_0x243cb6(0x1a5)][_0x243cb6(0x137)],_0x18bfaa['testEnvironmentOptions'][_0x243cb6(0x1b6)]=_0x3dfbd4[_0x243cb6(0x1a5)][_0x243cb6(0x1b6)],_0x18bfaa[_0x243cb6(0xda)][_0x243cb6(0x110)]=_0x3dfbd4[_0x243cb6(0x1a5)][_0x243cb6(0x132)];const _0x594b68=_0x120193[_0x243cb6(0x166)],_0x5bc394=path['join'](__dirname,_0x120193['VvrXq'],_0x120193[_0x243cb6(0x19c)]),_0x216e60=__dirname+_0x243cb6(0x1ac),_0x1aa95d=__dirname+_0x243cb6(0x12b);_0x18bfaa[_0x243cb6(0x18e)]=__dirname+_0x243cb6(0x16d),_0x18bfaa['runner']=_0x216e60,_0x18bfaa[_0x243cb6(0x105)]=[__dirname+_0x243cb6(0xde)];if(testOpsHelper[_0x243cb6(0x167)]()){if(_0x120193[_0x243cb6(0x17b)](_0x120193[_0x243cb6(0xce)],_0x120193[_0x243cb6(0xce)]))_0x39568b=_0x24c3cb[_0x243cb6(0x14d)](_0x120193['OJsox']);else{let _0x172dac=null;try{_0x120193['eikAu'](_0x120193[_0x243cb6(0x16a)],_0x120193[_0x243cb6(0x16a)])?_0x172dac=helper[_0x243cb6(0x14d)](_0x120193['OJsox']):_0x120193[_0x243cb6(0xdd)](_0x15b8d6,_0x243cb6(0x1b8)+_0x769f01);}catch(_0x2fb93c){if(_0x120193[_0x243cb6(0xe4)](_0x120193[_0x243cb6(0x174)],_0x120193[_0x243cb6(0x174)]))_0x120193[_0x243cb6(0xef)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x2fb93c);else{const _0x28e759=_0x16688e['findIndex'](_0x5213e0=>_0x5213e0===_0x243cb6(0x115));if(!_0xa8d188[_0x243cb6(0x199)](_0x185c79['config'])){_0x5d2ce4['info'](_0x243cb6(0x106)+_0x325171[_0x243cb6(0x1a5)]);const _0x260c86=_0x120193['hPSMw'](_0x257cd0,_0x27b943[_0x243cb6(0x129)](_0x38b7c1[_0x243cb6(0x1ad)](),_0x342843[_0x243cb6(0x1a5)]));return _0x5e74dc[_0x243cb6(0x13b)](_0x28e759,0x2),_0x120193['ywYqH'](_0x260c86,{});}return _0x50e67b[_0x243cb6(0x123)](_0x120193[_0x243cb6(0x127)]),_0x120193[_0x243cb6(0xef)](_0x530e5f,_0x1644c7['join'](_0x5094bb[_0x243cb6(0x1ad)](),_0x120193[_0x243cb6(0xf9)]))[_0x243cb6(0xd3)]||{};}}_0x172dac&&(_0x120193[_0x243cb6(0x1b1)](_0x120193['ISTAn'],_0x120193['ISTAn'])?(_0x18bfaa[_0x243cb6(0x105)][_0x243cb6(0x12a)](__dirname+_0x243cb6(0x1b9)),_0x18bfaa[_0x243cb6(0x117)]=__dirname+_0x243cb6(0x19e)):_0x55ec1f=_0x248459[_0x243cb6(0x170)]);}}_0x18bfaa[_0x243cb6(0x198)]=[__dirname+_0x243cb6(0x18a)],_0x18bfaa[_0x243cb6(0x1b2)]=_0x18bfaa[_0x243cb6(0x1b2)]||[_0x120193['DoglR']],_0x120193[_0x243cb6(0x13e)](updateTestRerunConfig,_0x18bfaa,_0x3dfbd4);const _0x25f431=fs[_0x243cb6(0x143)](_0x1aa95d);fs[_0x243cb6(0x146)](_0x18bfaa[_0x243cb6(0x100)],_0x243cb6(0x155)+_0x25f431+'\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'+_0x3dfbd4['config'][_0x243cb6(0x132)][_0x243cb6(0x163)]+_0x243cb6(0x112)),logger[_0x243cb6(0x123)]('Creating\x20'+_0x594b68+_0x243cb6(0x16c)),fs['writeFileSync'](_0x594b68,_0x243cb6(0xd5)+JSON[_0x243cb6(0x14c)](_0x18bfaa)+_0x243cb6(0xfc)),logger[_0x243cb6(0x123)](_0x120193[_0x243cb6(0xdf)]);if(testOpsHelper['isTestObservabilitySession']()){if(_0x120193[_0x243cb6(0x125)](_0x120193['xcJEW'],_0x120193[_0x243cb6(0x10a)])){const _0x26f285={};_0x26f285[_0x243cb6(0xee)]='',await SessionHandler[_0x243cb6(0x171)](Object[_0x243cb6(0xec)]({},_0x3dfbd4[_0x243cb6(0x1a5)],_0x26f285),{'frameworkName':_0x120193['IxOeu'],'frameworkVersion':_0x120193['zNSLm'](getFrameworkVersion,_0x120193[_0x243cb6(0x114)])}),TestDetails[_0x243cb6(0x13d)]();}else _0x4ec5a4[_0x243cb6(0x154)][_0x243cb6(0xe0)]=_0x120193['sNmaN'];}helper[_0x243cb6(0xd2)]({},_0x4674fe),helper[_0x243cb6(0x1af)]();const _0x5df89c=_0x120193[_0x243cb6(0xd1)](spawn,/^win/[_0x243cb6(0x1b5)](process[_0x243cb6(0x192)])?_0x120193['OcTYD']:_0x120193[_0x243cb6(0x114)],[_0x120193['bXjOF'],_0x594b68,..._0x4674fe[_0x243cb6(0x1a3)](0x1)],{'stdio':_0x120193[_0x243cb6(0x16f)]});_0x5df89c['on'](_0x120193[_0x243cb6(0x12c)],async _0x1174c7=>{const _0x4a4444=_0x243cb6;process['exitCode']=_0x1174c7,logger[_0x4a4444(0x131)]('child\x20process\x20exited\x20with\x20code\x20'+_0x1174c7),logger[_0x4a4444(0x123)](_0x4a4444(0xd8)+_0x594b68);let _0xcaec8d=null;if(fs['existsSync'](_0x5bc394)){if(_0x120193[_0x4a4444(0x113)](_0x120193[_0x4a4444(0xdb)],_0x120193[_0x4a4444(0xdb)])){_0xcaec8d=fs[_0x4a4444(0x143)](_0x5bc394);try{_0x120193[_0x4a4444(0xe4)](_0x120193[_0x4a4444(0x19a)],_0x120193['CSjaO'])?_0xcaec8d=JSON[_0x4a4444(0x1a6)](_0xcaec8d):_0x200b13=_0x3a588e[_0x4a4444(0x1a6)](_0x1b3821);}catch(_0x129564){if(_0x120193[_0x4a4444(0x124)](_0x120193['olriI'],_0x120193[_0x4a4444(0xe3)])){let _0x3d3591=0x1;if(!_0x315b81[_0x4a4444(0x199)](_0x237248[_0x4a4444(0x18b)]))_0x3d3591=_0x120193[_0x4a4444(0x1b7)](_0xd9cad3,_0x18c6c8[_0x4a4444(0x18b)]);else!_0x13025a[_0x4a4444(0x199)](_0x12abe1[_0x4a4444(0x170)])&&(_0x3d3591=_0x61861e['maxWorkers']);return _0x3d3591;}else logger[_0x4a4444(0x131)](_0x4a4444(0x19d)+_0x5bc394+',\x20'+_0xcaec8d+'\x20:\x20'+_0x129564);}fs[_0x4a4444(0xe2)](_0x5bc394);}else _0x3d7237['env'][_0x4a4444(0xe0)]=_0x8848a4[_0x4a4444(0x1a5)]['testObservability'];}accessibilityHelper['isAccessibilityAutomationSession']()&&(_0x120193[_0x4a4444(0x177)](_0x120193[_0x4a4444(0x10e)],_0x120193[_0x4a4444(0x10e)])?_0x12c481=_0x120193[_0x4a4444(0x18d)]:accessibilityHelper[_0x4a4444(0x15d)](_0x3dfbd4[_0x4a4444(0x1a5)]));fs[_0x4a4444(0xe2)](_0x594b68),fs[_0x4a4444(0xe2)](_0x216e60),_0xcaec8d&&(_0x3dfbd4['errorMessage']=helper[_0x4a4444(0x11f)](_0xcaec8d,_0x120193[_0x4a4444(0x114)],_0x3dfbd4));if(testOpsHelper['isTestObservabilitySession']())try{_0x120193[_0x4a4444(0x157)](_0x120193[_0x4a4444(0x102)],_0x120193[_0x4a4444(0xff)])?(_0x101494['setupFilesAfterEnv'][_0x4a4444(0x12a)](_0x708e1f+'/test-observability/data-hooks.js'),_0x3123ca[_0x4a4444(0x117)]=_0x44cf01+_0x4a4444(0x19e)):await SessionHandler['stop']();}catch(_0x45228a){console[_0x4a4444(0x160)](_0x45228a),_0x120193[_0x4a4444(0x1b4)](debug,_0x4a4444(0x190)+_0x45228a);}testOpsHelper[_0x4a4444(0x11a)](),TestDetails[_0x4a4444(0x140)](),await helper[_0x4a4444(0x104)](_0x3dfbd4);});}module[a8_0x301d86(0xf5)]=run;
|
|
2
|
+
'use strict';const a8_0x3b7065=a8_0x4f30;(function(_0xb42a3f,_0x307b76){const _0xc92a53=a8_0x4f30,_0x124753=_0xb42a3f();while(!![]){try{const _0x26fbf7=-parseInt(_0xc92a53(0x29b))/0x1*(parseInt(_0xc92a53(0x24e))/0x2)+-parseInt(_0xc92a53(0x2cb))/0x3+parseInt(_0xc92a53(0x2d0))/0x4*(-parseInt(_0xc92a53(0x1fc))/0x5)+-parseInt(_0xc92a53(0x246))/0x6*(parseInt(_0xc92a53(0x241))/0x7)+-parseInt(_0xc92a53(0x23c))/0x8*(-parseInt(_0xc92a53(0x26a))/0x9)+parseInt(_0xc92a53(0x210))/0xa+parseInt(_0xc92a53(0x206))/0xb*(parseInt(_0xc92a53(0x2cc))/0xc);if(_0x26fbf7===_0x307b76)break;else _0x124753['push'](_0x124753['shift']());}catch(_0x4af972){_0x124753['push'](_0x124753['shift']());}}}(a8_0x4f25,0xe6862));const fs=require('fs'),path=require(a8_0x3b7065(0x296)),{spawn}=require(a8_0x3b7065(0x219)),logger=require(a8_0x3b7065(0x249))[a8_0x3b7065(0x1f3)],{default:BrowserStackSetup}=require(a8_0x3b7065(0x291)),helper=require(a8_0x3b7065(0x27a)),constants=require('../utils/constants'),accessibilityHelper=require(a8_0x3b7065(0x273)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a8_0x3b7065(0x2b0)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,debug}=require(a8_0x3b7065(0x2b0)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a8_0x3b7065(0x2cd)),getUserJestConfigs=(_0x19ba75,_0x280476)=>{const _0xe73fc6=a8_0x3b7065,_0x252ed4={'MNDxX':function(_0x5d1cf8,_0x22ef5b){return _0x5d1cf8===_0x22ef5b;},'CtdzD':_0xe73fc6(0x262),'VmOvW':'hSPzT','awbTF':function(_0x33af88,_0x19e72b){return _0x33af88(_0x19e72b);},'xZHlQ':function(_0x213ef1,_0x3cae46){return _0x213ef1||_0x3cae46;},'jZznb':_0xe73fc6(0x2ce),'VRXHU':function(_0x16870c,_0xbd22e2){return _0x16870c(_0xbd22e2);},'diPdk':_0xe73fc6(0x271)},_0x27f415=_0x280476[_0xe73fc6(0x26e)](_0x496cb1=>_0x496cb1==='--config');if(!helper['isUndefined'](_0x19ba75['config'])){if(_0x252ed4[_0xe73fc6(0x2b4)](_0x252ed4[_0xe73fc6(0x265)],_0x252ed4[_0xe73fc6(0x2ad)])){_0x564fc1=_0x104a04[_0xe73fc6(0x2aa)](_0x1d49fa);try{_0x24dca0=_0x789900[_0xe73fc6(0x27e)](_0xe134fe);}catch(_0x3aa2d8){_0x4ca78b['debug']('Error\x20while\x20parsing\x20'+_0x2abf15+',\x20'+_0x3f1a0a+_0xe73fc6(0x2be)+_0x3aa2d8);}_0x19a916[_0xe73fc6(0x25c)](_0xacc771);}else{logger[_0xe73fc6(0x23f)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x19ba75['config']);const _0x1501e0=_0x252ed4[_0xe73fc6(0x2b5)](require,path[_0xe73fc6(0x2b1)](process[_0xe73fc6(0x261)](),_0x19ba75[_0xe73fc6(0x2b8)]));return _0x280476[_0xe73fc6(0x216)](_0x27f415,0x2),_0x252ed4[_0xe73fc6(0x1f4)](_0x1501e0,{});}}return logger[_0xe73fc6(0x23f)](_0x252ed4[_0xe73fc6(0x203)]),_0x252ed4[_0xe73fc6(0x20b)](require,path[_0xe73fc6(0x2b1)](process[_0xe73fc6(0x261)](),_0x252ed4[_0xe73fc6(0x279)]))[_0xe73fc6(0x208)]||{};},getSerial=(_0x4b1b31,_0x595606)=>{const _0x29bd5f=a8_0x3b7065,_0x1247fa={};_0x1247fa[_0x29bd5f(0x272)]=_0x29bd5f(0x22b),_0x1247fa[_0x29bd5f(0x253)]=function(_0x4c161d,_0x3d5b5b){return _0x4c161d>_0x3d5b5b;},_0x1247fa['LXUwM']=function(_0x22f813,_0x500d8f){return _0x22f813>_0x500d8f;},_0x1247fa[_0x29bd5f(0x218)]=function(_0x3966f4,_0xad14a4){return _0x3966f4!==_0xad14a4;},_0x1247fa['pXYxI']=_0x29bd5f(0x22a),_0x1247fa[_0x29bd5f(0x283)]=_0x29bd5f(0x221),_0x1247fa[_0x29bd5f(0x24d)]=_0x29bd5f(0x22f);const _0x46415a=_0x1247fa;let _0x20dd55=_0x46415a[_0x29bd5f(0x272)];return _0x46415a['YFIWK'](_0x4b1b31[_0x29bd5f(0x29a)],0x1)&&(!_0x595606[_0x29bd5f(0x256)]&&(helper[_0x29bd5f(0x29e)](_0x595606[_0x29bd5f(0x22c)])||_0x46415a['LXUwM'](_0x595606['maxWorkers'],0x1)))&&(_0x46415a[_0x29bd5f(0x218)](_0x46415a[_0x29bd5f(0x237)],_0x46415a[_0x29bd5f(0x283)])?_0x20dd55=_0x46415a[_0x29bd5f(0x24d)]:_0x1cddc5[_0x29bd5f(0x220)](_0x29bd5f(0x243)+_0x507442+',\x20'+_0x38ca18+'\x20:\x20'+_0x588847)),_0x20dd55;},getMaxWorkers=(_0x441e63,_0x4ac780)=>{const _0x11f185=a8_0x3b7065,_0x128faf={'VHRQn':function(_0x56900f,_0x4ed346){return _0x56900f(_0x4ed346);},'VZGZV':function(_0xd926f9,_0x48247b){return _0xd926f9||_0x48247b;},'TXrPN':function(_0x6f80fb,_0xc61417){return _0x6f80fb!==_0xc61417;},'mmdlI':_0x11f185(0x1fe),'EYeQz':_0x11f185(0x258),'oPFyz':function(_0x50e0f0,_0x5e9cbe){return _0x50e0f0(_0x5e9cbe);},'uMYOe':function(_0x4e2bc4,_0x1fb809){return _0x4e2bc4!==_0x1fb809;},'pNJCG':_0x11f185(0x233),'sQQGU':'xgvOW'};let _0x1f8df7=0x1;if(!helper[_0x11f185(0x29e)](_0x4ac780[_0x11f185(0x20e)])){if(_0x128faf[_0x11f185(0x28e)](_0x128faf['mmdlI'],_0x128faf[_0x11f185(0x28c)]))_0x1f8df7=_0x128faf[_0x11f185(0x264)](parseInt,_0x4ac780['parallelsPerPlatform']);else{_0x668506[_0x11f185(0x23f)](_0x11f185(0x27f)+_0x56b04e['config']);const _0x4a0440=_0x128faf[_0x11f185(0x2ac)](_0x38243e,_0x56ad82[_0x11f185(0x2b1)](_0x102f4d['cwd'](),_0x488cc7[_0x11f185(0x2b8)]));return _0xd3d44c[_0x11f185(0x216)](_0x5cb64d,0x2),_0x128faf[_0x11f185(0x225)](_0x4a0440,{});}}else{if(!helper[_0x11f185(0x29e)](_0x441e63[_0x11f185(0x22c)])){if(_0x128faf[_0x11f185(0x234)](_0x128faf[_0x11f185(0x294)],_0x128faf[_0x11f185(0x2c5)]))_0x1f8df7=_0x441e63[_0x11f185(0x22c)];else return;}}return _0x1f8df7;};async function run(_0x58f0d7,_0x4370a1){const _0xb8ec1c=a8_0x3b7065,_0x1f5cbb={'myXhI':_0xb8ec1c(0x208),'eZmds':function(_0x4ff1af,_0x4df144){return _0x4ff1af(_0x4df144);},'ZxIPB':function(_0x2a2358,_0x16d7a9){return _0x2a2358(_0x16d7a9);},'bOfrp':_0xb8ec1c(0x22f),'gloKe':function(_0x149a05,_0x4fb91a){return _0x149a05===_0x4fb91a;},'VQWUw':'ghlzU','UPHWz':_0xb8ec1c(0x20a),'QTgXg':_0xb8ec1c(0x1fa),'gCILo':_0xb8ec1c(0x269),'bZPPQ':function(_0x1d0bb1,_0x323e45){return _0x1d0bb1===_0x323e45;},'ttBof':_0xb8ec1c(0x24f),'dYRJD':_0xb8ec1c(0x1ee),'CkkIU':_0xb8ec1c(0x22b),'FcVtW':function(_0x1c0d27,_0x2c2522){return _0x1c0d27>_0x2c2522;},'QAhOn':_0xb8ec1c(0x213),'XZlux':function(_0x31a4c8,_0x34f611){return _0x31a4c8||_0x34f611;},'PyTOB':_0xb8ec1c(0x2ce),'eFdVk':function(_0x336f53,_0x1a23dd){return _0x336f53(_0x1a23dd);},'SkAde':_0xb8ec1c(0x271),'xaPHK':function(_0x1efe42,_0x379e2a){return _0x1efe42!==_0x379e2a;},'sZgrn':_0xb8ec1c(0x2a3),'truZW':_0xb8ec1c(0x26c),'aFpFZ':_0xb8ec1c(0x2cf),'Bzmiv':_0xb8ec1c(0x29c),'ypYyp':'CglIy','RhFpD':function(_0x37de06,_0x59be78){return _0x37de06===_0x59be78;},'MRDLX':'QzQwr','esUzW':_0xb8ec1c(0x2a0),'zlyfX':'bKIuT','NNDRS':_0xb8ec1c(0x297),'wYCxH':function(_0x357235,_0x1b1a53){return _0x357235!==_0x1b1a53;},'TjCtu':_0xb8ec1c(0x20f),'sPzZi':function(_0x555031,_0x13a76b){return _0x555031!==_0x13a76b;},'vLUrn':_0xb8ec1c(0x231),'VXyhN':_0xb8ec1c(0x245),'XyBoD':function(_0x7ce92b,_0x4bd874){return _0x7ce92b!=_0x4bd874;},'lNWcI':function(_0x3dfef0,_0x46103a){return _0x3dfef0!==_0x46103a;},'YBkGD':_0xb8ec1c(0x2bd),'miThd':function(_0x43b69c,_0x1395e5){return _0x43b69c===_0x1395e5;},'WpnRZ':_0xb8ec1c(0x2a4),'HUMWu':function(_0xdd60b5,_0xd2a432,_0x519eed){return _0xdd60b5(_0xd2a432,_0x519eed);},'TLkKp':_0xb8ec1c(0x23b),'DDEwI':function(_0x363b59,_0x527cb3){return _0x363b59(_0x527cb3);},'TKgQN':_0xb8ec1c(0x228),'QMglM':_0xb8ec1c(0x205),'MZdSo':'nOgNK','wAcJJ':_0xb8ec1c(0x24a),'jJvSP':function(_0x4d8b55,_0x382a06){return _0x4d8b55===_0x382a06;},'xpxhj':_0xb8ec1c(0x276),'MMGHk':function(_0x20f4a8,_0x66cc43,_0x1e63d2){return _0x20f4a8(_0x66cc43,_0x1e63d2);},'RxKkK':function(_0x2e8e29,_0x17cff6,_0x518083){return _0x2e8e29(_0x17cff6,_0x518083);},'sXVSp':function(_0x5c3bd9,_0x3846ba){return _0x5c3bd9*_0x3846ba;},'OYTfW':'jest_browserstack.config.js','roFck':'customImplements','Fiwho':_0xb8ec1c(0x2ab),'Burof':_0xb8ec1c(0x289),'CTlnG':function(_0x1d91c,_0x1c7704){return _0x1d91c===_0x1c7704;},'oozRu':_0xb8ec1c(0x2d7),'vYQfG':'FhKKL','FEESE':_0xb8ec1c(0x275),'DgRKP':function(_0x32a499,_0x10c65b){return _0x32a499===_0x10c65b;},'REXpk':_0xb8ec1c(0x2d1),'qpuEe':_0xb8ec1c(0x224),'QOHXi':_0xb8ec1c(0x20d),'MlvOH':_0xb8ec1c(0x202),'sdOqM':'gRxKW','JATkQ':function(_0x266ea1,_0x1b57ff,_0x3edaaf,_0x257e98){return _0x266ea1(_0x1b57ff,_0x3edaaf,_0x257e98);},'BvUSF':_0xb8ec1c(0x215),'qYIyF':'--config','RpJDB':_0xb8ec1c(0x27c),'KMtmy':_0xb8ec1c(0x2b7)},_0x38dccd=new BrowserStackSetup(_0x58f0d7,_0x1f5cbb[_0xb8ec1c(0x251)]);helper[_0xb8ec1c(0x23e)]()&&(_0x1f5cbb[_0xb8ec1c(0x248)](_0x1f5cbb[_0xb8ec1c(0x2a7)],_0x1f5cbb[_0xb8ec1c(0x2a7)])?_0x142fa0=_0x1b206f['maxWorkers']:(await _0x38dccd[_0xb8ec1c(0x29f)](),await helper[_0xb8ec1c(0x207)](_0x38dccd[_0xb8ec1c(0x2b8)])));if(!_0x38dccd[_0xb8ec1c(0x2b8)]){if(_0x1f5cbb[_0xb8ec1c(0x200)](_0x1f5cbb[_0xb8ec1c(0x20c)],_0x1f5cbb['VXyhN']))return;else _0x3ee3c4[_0xb8ec1c(0x212)](_0x5098d2[_0xb8ec1c(0x2bb)](_0x57cdf5['config'],_0x1f5cbb[_0xb8ec1c(0x251)],_0x4f539c));}_0x1f5cbb['XyBoD'](_0x38dccd[_0xb8ec1c(0x2b8)][_0xb8ec1c(0x214)],null)?_0x1f5cbb[_0xb8ec1c(0x21e)](_0x1f5cbb['YBkGD'],_0x1f5cbb[_0xb8ec1c(0x23d)])?(_0x3e0fb4[_0xb8ec1c(0x288)]['push'](_0x2e44a4+_0xb8ec1c(0x2c6)),_0x590b32[_0xb8ec1c(0x26f)]=_0x5ce733+'/customImplements/customCircus.js'):process[_0xb8ec1c(0x242)][_0xb8ec1c(0x24c)]=_0x38dccd[_0xb8ec1c(0x2b8)]['testObservability']:_0x1f5cbb['miThd'](_0x1f5cbb['WpnRZ'],_0x1f5cbb[_0xb8ec1c(0x293)])?process[_0xb8ec1c(0x242)][_0xb8ec1c(0x24c)]=_0x1f5cbb['bOfrp']:(_0x336cf6['log'](_0x200b61),_0x1f5cbb['eZmds'](_0x3b1441,_0xb8ec1c(0x201)+_0x153d14));const _0x40055c=_0x1f5cbb[_0xb8ec1c(0x2c7)](getUserJestConfigs,_0x58f0d7,_0x4370a1);logger[_0xb8ec1c(0x23f)](_0x1f5cbb['TLkKp']);const _0x19269d=Object['assign']({},_0x40055c);_0x19269d[_0xb8ec1c(0x278)]={'server':helper[_0xb8ec1c(0x290)](_0x38dccd[_0xb8ec1c(0x2b8)]),'environment':_0x40055c[_0xb8ec1c(0x24b)]},_0x19269d[_0xb8ec1c(0x278)][_0xb8ec1c(0x286)]=_0x1f5cbb[_0xb8ec1c(0x236)](getPercyOptions,_0x38dccd[_0xb8ec1c(0x2b8)]);const _0x3cab7a=helper[_0xb8ec1c(0x25e)](_0x38dccd[_0xb8ec1c(0x2b8)]),_0x58924c=[];if(_0x1f5cbb['FcVtW'](_0x38dccd[_0xb8ec1c(0x2b8)][_0xb8ec1c(0x229)][_0xb8ec1c(0x29a)],0x0))_0x1f5cbb['RhFpD'](_0x1f5cbb[_0xb8ec1c(0x281)],_0x1f5cbb[_0xb8ec1c(0x2db)])?_0x283c6b[_0xb8ec1c(0x242)][_0xb8ec1c(0x239)]=_0x291f94[_0xb8ec1c(0x22d)](_0x562886['config'][_0xb8ec1c(0x2b9)]):_0x38dccd['config'][_0xb8ec1c(0x229)]['forEach']((_0x3c8c86,_0x376766)=>{const _0x385269=_0xb8ec1c,_0x4af4e5={};_0x4af4e5[_0x385269(0x2d2)]=_0x1f5cbb['bOfrp'];const _0x4c658a=_0x4af4e5;_0x1f5cbb[_0x385269(0x232)](_0x1f5cbb[_0x385269(0x1ef)],_0x1f5cbb[_0x385269(0x226)])?_0x1f5cbb[_0x385269(0x1f0)](_0x36e003,_0x385269(0x1f5)+_0x193e76):_0x3cab7a?_0x1f5cbb[_0x385269(0x232)](_0x1f5cbb[_0x385269(0x267)],_0x1f5cbb['gCILo'])?_0x108beb=_0x4c658a[_0x385269(0x2d2)]:_0x58924c[_0x385269(0x212)](helper[_0x385269(0x217)](_0x38dccd[_0x385269(0x2b8)],_0x1f5cbb[_0x385269(0x251)],_0x376766)):_0x1f5cbb[_0x385269(0x257)](_0x1f5cbb[_0x385269(0x25f)],_0x1f5cbb[_0x385269(0x230)])?_0x13baa6[_0x385269(0x212)]({}):_0x58924c['push'](helper['modifyBrowserStackCaps'](_0x38dccd[_0x385269(0x2b8)],_0x1f5cbb[_0x385269(0x251)],_0x376766));});else{if(_0x1f5cbb['bZPPQ'](_0x1f5cbb['MZdSo'],_0x1f5cbb[_0xb8ec1c(0x2a6)]))_0x58924c[_0xb8ec1c(0x212)]({});else{let _0x4c805d=_0x1f5cbb['CkkIU'];return _0x1f5cbb[_0xb8ec1c(0x2bf)](_0x1552b3['length'],0x1)&&(!_0x4ef42f[_0xb8ec1c(0x256)]&&(_0x2e992d[_0xb8ec1c(0x29e)](_0x215145[_0xb8ec1c(0x22c)])||_0x1f5cbb['FcVtW'](_0x1a9603['maxWorkers'],0x1)))&&(_0x4c805d=_0x1f5cbb[_0xb8ec1c(0x1f9)]),_0x4c805d;}}!helper['isUndefined'](_0x38dccd['config'][_0xb8ec1c(0x2b9)])&&(_0x1f5cbb[_0xb8ec1c(0x252)](_0x1f5cbb[_0xb8ec1c(0x244)],_0x1f5cbb[_0xb8ec1c(0x244)])?process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0xb8ec1c(0x22d)](_0x38dccd['config'][_0xb8ec1c(0x2b9)]):_0x17155b=_0x32a0e7[_0xb8ec1c(0x27e)](_0x506d3a));let _0x2999dc=_0x38dccd[_0xb8ec1c(0x2b8)][_0xb8ec1c(0x1fd)];_0x2999dc=_0x2999dc||accessibilityHelper['checkAccessibilityPlatformConfig'](_0x38dccd[_0xb8ec1c(0x2b8)]),process['env'][_0xb8ec1c(0x2b6)]=_0x2999dc;if(_0x2999dc){if(_0x1f5cbb[_0xb8ec1c(0x2d6)](_0x1f5cbb[_0xb8ec1c(0x2af)],_0x1f5cbb[_0xb8ec1c(0x2af)])){const [_0x56f9a5,_0x563611]=await accessibilityHelper['createAccessibilityTestRun'](_0x38dccd[_0xb8ec1c(0x2b8)],_0x1f5cbb['myXhI']);logger[_0xb8ec1c(0x23f)](_0xb8ec1c(0x22e)+_0x563611),process[_0xb8ec1c(0x242)][_0xb8ec1c(0x25d)]=_0x56f9a5,process[_0xb8ec1c(0x242)][_0xb8ec1c(0x274)]=_0x563611;}else _0x26aea8=_0x1f5cbb[_0xb8ec1c(0x2c2)](_0xb4cfdd,_0x382252['parallelsPerPlatform']);}_0x19269d[_0xb8ec1c(0x278)][_0xb8ec1c(0x2bc)]=_0x58924c,_0x19269d[_0xb8ec1c(0x278)][_0xb8ec1c(0x21f)]=_0x1f5cbb['MMGHk'](getSerial,_0x58924c,_0x58f0d7),_0x19269d[_0xb8ec1c(0x278)]['parallels__']=_0x1f5cbb['RxKkK'](getMaxWorkers,_0x58f0d7,_0x38dccd[_0xb8ec1c(0x2b8)]),_0x19269d[_0xb8ec1c(0x278)][_0xb8ec1c(0x2a8)]=_0x38dccd[_0xb8ec1c(0x2b8)][_0xb8ec1c(0x2a8)],_0x19269d[_0xb8ec1c(0x278)][_0xb8ec1c(0x28d)]=_0x1f5cbb['sXVSp'](_0x58f0d7[_0xb8ec1c(0x2d9)],0x1)||0x1388,_0x19269d[_0xb8ec1c(0x278)][_0xb8ec1c(0x26d)]=_0x38dccd[_0xb8ec1c(0x2b8)][_0xb8ec1c(0x28b)][_0xb8ec1c(0x26d)],_0x19269d['testEnvironmentOptions'][_0xb8ec1c(0x25b)]=_0x38dccd[_0xb8ec1c(0x2b8)][_0xb8ec1c(0x28b)][_0xb8ec1c(0x25b)],_0x19269d[_0xb8ec1c(0x278)]['browserStackLogLevel']=_0x38dccd[_0xb8ec1c(0x2b8)][_0xb8ec1c(0x2a2)],_0x19269d[_0xb8ec1c(0x278)]['turboScaleUrl']=_0x38dccd[_0xb8ec1c(0x2b8)]['turboScaleUrl'],_0x19269d[_0xb8ec1c(0x278)][_0xb8ec1c(0x28f)]=_0x38dccd['config'][_0xb8ec1c(0x229)];const _0x2d7155=_0x1f5cbb[_0xb8ec1c(0x284)],_0x1c7525=path[_0xb8ec1c(0x2b1)](__dirname,_0x1f5cbb['roFck'],_0x1f5cbb[_0xb8ec1c(0x285)]),_0x373d3c=__dirname+_0xb8ec1c(0x2b2),_0x4fb4aa=__dirname+_0xb8ec1c(0x27b);_0x19269d[_0xb8ec1c(0x24b)]=__dirname+_0xb8ec1c(0x209),_0x19269d[_0xb8ec1c(0x21c)]=_0x373d3c,_0x19269d[_0xb8ec1c(0x288)]=[__dirname+_0xb8ec1c(0x1f2)];if(testOpsHelper[_0xb8ec1c(0x23a)]()){if(_0x1f5cbb[_0xb8ec1c(0x2d6)](_0x1f5cbb[_0xb8ec1c(0x254)],_0x1f5cbb[_0xb8ec1c(0x254)])){let _0x215c1a=null;try{_0x1f5cbb[_0xb8ec1c(0x287)](_0x1f5cbb[_0xb8ec1c(0x238)],_0x1f5cbb[_0xb8ec1c(0x2da)])?_0x39a0fb['env'][_0xb8ec1c(0x24c)]=_0x1f5cbb[_0xb8ec1c(0x1f9)]:_0x215c1a=helper[_0xb8ec1c(0x223)](_0x1f5cbb[_0xb8ec1c(0x2ca)]);}catch(_0xcfa2ff){_0x1f5cbb['CTlnG'](_0x1f5cbb[_0xb8ec1c(0x295)],_0x1f5cbb[_0xb8ec1c(0x295)])?_0x1f5cbb[_0xb8ec1c(0x1f0)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0xcfa2ff):_0x6476dc?_0x4c42e9['push'](_0x1b44cc[_0xb8ec1c(0x217)](_0x179ddc['config'],_0x1f5cbb['myXhI'],_0x39b4cf)):_0x82dc8e[_0xb8ec1c(0x212)](_0x27675b['modifyBrowserStackCaps'](_0x4c8fa6[_0xb8ec1c(0x2b8)],_0x1f5cbb[_0xb8ec1c(0x251)],_0x200817));}if(_0x215c1a){if(_0x1f5cbb[_0xb8ec1c(0x2c1)](_0x1f5cbb[_0xb8ec1c(0x2b3)],_0x1f5cbb['REXpk']))_0x19269d['setupFilesAfterEnv'][_0xb8ec1c(0x212)](__dirname+_0xb8ec1c(0x2c6)),_0x19269d[_0xb8ec1c(0x26f)]=__dirname+'/customImplements/customCircus.js';else{let _0x5aa156=0x1;if(!_0x23c85b[_0xb8ec1c(0x29e)](_0x1bd6bf[_0xb8ec1c(0x20e)]))_0x5aa156=_0x1f5cbb[_0xb8ec1c(0x2c2)](_0x552abf,_0x32b0d0[_0xb8ec1c(0x20e)]);else!_0x405658[_0xb8ec1c(0x29e)](_0xdf5b4[_0xb8ec1c(0x22c)])&&(_0x5aa156=_0x48f851[_0xb8ec1c(0x22c)]);return _0x5aa156;}}}else _0x3ced7c[_0xb8ec1c(0x242)][_0xb8ec1c(0x24c)]=_0x2c782a['config']['testObservability'];}_0x19269d[_0xb8ec1c(0x259)]=[__dirname+_0xb8ec1c(0x277)],_0x19269d[_0xb8ec1c(0x2dc)]=_0x19269d['reporters']||[_0x1f5cbb['qpuEe']],_0x1f5cbb[_0xb8ec1c(0x2c7)](updateTestRerunConfig,_0x19269d,_0x38dccd);const _0x258605=fs[_0xb8ec1c(0x2aa)](_0x4fb4aa);fs[_0xb8ec1c(0x2d5)](_0x19269d[_0xb8ec1c(0x21c)],_0xb8ec1c(0x280)+_0x258605+'\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'+_0x38dccd[_0xb8ec1c(0x2b8)][_0xb8ec1c(0x229)]['length']+_0xb8ec1c(0x21b)),logger[_0xb8ec1c(0x23f)]('Creating\x20'+_0x2d7155+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0xb8ec1c(0x2d5)](_0x2d7155,'const\x20config='+JSON['stringify'](_0x19269d)+'\x0amodule.exports\x20=\x20config;'),logger['info'](_0x1f5cbb[_0xb8ec1c(0x240)]);if(testOpsHelper['isTestObservabilitySession']()){if(_0x1f5cbb[_0xb8ec1c(0x2d3)](_0x1f5cbb['MlvOH'],_0x1f5cbb[_0xb8ec1c(0x2c0)])){const _0x4f2a03={};_0x4f2a03['root_dir_path']='',await SessionHandler[_0xb8ec1c(0x2d4)](Object[_0xb8ec1c(0x211)]({},_0x38dccd[_0xb8ec1c(0x2b8)],_0x4f2a03),{'frameworkName':_0x1f5cbb[_0xb8ec1c(0x251)],'frameworkVersion':_0x1f5cbb[_0xb8ec1c(0x2ba)](getFrameworkVersion,_0x1f5cbb[_0xb8ec1c(0x251)])}),TestDetails[_0xb8ec1c(0x2ae)]();}else _0x25eb48[_0xb8ec1c(0x2c3)](_0x11bcb6[_0xb8ec1c(0x2b8)]);}helper[_0xb8ec1c(0x255)]({},_0x4370a1),helper[_0xb8ec1c(0x26b)]();const _0x5a6fce=_0x1f5cbb[_0xb8ec1c(0x2c8)](spawn,/^win/[_0xb8ec1c(0x268)](process['platform'])?_0x1f5cbb[_0xb8ec1c(0x2c4)]:_0x1f5cbb[_0xb8ec1c(0x251)],[_0x1f5cbb[_0xb8ec1c(0x227)],_0x2d7155,..._0x4370a1[_0xb8ec1c(0x1ed)](0x1)],{'stdio':_0x1f5cbb['RpJDB'],'env':Object['assign']({},process[_0xb8ec1c(0x242)])});_0x5a6fce['on'](_0x1f5cbb[_0xb8ec1c(0x25a)],async _0x20d9c5=>{const _0x3998c3=_0xb8ec1c,_0x58a1b7={'QOsvy':_0x1f5cbb[_0x3998c3(0x2ca)],'EwQcu':function(_0xcd17ac,_0x45224d){return _0x1f5cbb['ZxIPB'](_0xcd17ac,_0x45224d);},'SNcGF':_0x1f5cbb['myXhI'],'LAUKD':function(_0x3e2179,_0x4698ab){const _0x264158=_0x3998c3;return _0x1f5cbb[_0x264158(0x1ff)](_0x3e2179,_0x4698ab);},'UjrQT':_0x1f5cbb[_0x3998c3(0x2a5)],'GwmuT':function(_0x3ded02,_0x40fbe5){const _0xe8e9a5=_0x3998c3;return _0x1f5cbb[_0xe8e9a5(0x2ba)](_0x3ded02,_0x40fbe5);},'GCXEX':_0x1f5cbb[_0x3998c3(0x270)]};process[_0x3998c3(0x1f1)]=_0x20d9c5,logger[_0x3998c3(0x220)](_0x3998c3(0x235)+_0x20d9c5),logger[_0x3998c3(0x23f)]('Deleting\x20'+_0x2d7155);let _0x1ff229=null;if(fs[_0x3998c3(0x1fb)](_0x1c7525)){if(_0x1f5cbb[_0x3998c3(0x2d3)](_0x1f5cbb[_0x3998c3(0x282)],_0x1f5cbb[_0x3998c3(0x282)]))_0x91e87e=_0x4a7300[_0x3998c3(0x223)](_0x58a1b7[_0x3998c3(0x1f7)]);else{_0x1ff229=fs[_0x3998c3(0x2aa)](_0x1c7525);try{if(_0x1f5cbb[_0x3998c3(0x2d3)](_0x1f5cbb['truZW'],_0x1f5cbb[_0x3998c3(0x266)]))_0x1ff229=JSON[_0x3998c3(0x27e)](_0x1ff229);else{let _0x1788ae=null;try{_0x1788ae=_0x1790a9[_0x3998c3(0x223)](_0x58a1b7[_0x3998c3(0x1f7)]);}catch(_0x5388d4){_0x58a1b7[_0x3998c3(0x29d)](_0x3031e3,_0x3998c3(0x1f5)+_0x5388d4);}_0x1788ae&&(_0x20183a[_0x3998c3(0x288)]['push'](_0x5293e3+_0x3998c3(0x2c6)),_0x25f9af[_0x3998c3(0x26f)]=_0x4f99b2+_0x3998c3(0x21a));}}catch(_0x2b9b9e){_0x1f5cbb[_0x3998c3(0x2d3)](_0x1f5cbb[_0x3998c3(0x21d)],_0x1f5cbb[_0x3998c3(0x222)])?logger[_0x3998c3(0x220)](_0x3998c3(0x243)+_0x1c7525+',\x20'+_0x1ff229+_0x3998c3(0x2be)+_0x2b9b9e):_0x2bca1d[_0x3998c3(0x212)](_0x1c2fbe[_0x3998c3(0x217)](_0x339cc7[_0x3998c3(0x2b8)],_0x1f5cbb[_0x3998c3(0x251)],_0x187ae6));}fs[_0x3998c3(0x25c)](_0x1c7525);}}accessibilityHelper[_0x3998c3(0x2d8)]()&&(_0x1f5cbb['RhFpD'](_0x1f5cbb[_0x3998c3(0x250)],_0x1f5cbb['esUzW'])?_0x113229[_0x3998c3(0x2b8)][_0x3998c3(0x229)][_0x3998c3(0x27d)]((_0x538698,_0x33f59a)=>{const _0x22f205=_0x3998c3;_0x553c4e?_0x273105[_0x22f205(0x212)](_0x3ee104[_0x22f205(0x217)](_0x2cc217[_0x22f205(0x2b8)],_0x58a1b7[_0x22f205(0x299)],_0x33f59a)):_0x22f2c5[_0x22f205(0x212)](_0x2f8541[_0x22f205(0x2bb)](_0x41ab4b['config'],_0x58a1b7[_0x22f205(0x299)],_0x33f59a));}):accessibilityHelper['stopAccessibilityTestRun'](_0x38dccd[_0x3998c3(0x2b8)]));fs['unlinkSync'](_0x2d7155),fs[_0x3998c3(0x25c)](_0x373d3c),_0x1ff229&&(_0x38dccd[_0x3998c3(0x1f8)]=helper['getErrorMessageFromResults'](_0x1ff229,_0x1f5cbb[_0x3998c3(0x251)],_0x38dccd));if(testOpsHelper['isTestObservabilitySession']())try{if(_0x1f5cbb['gloKe'](_0x1f5cbb['zlyfX'],_0x1f5cbb[_0x3998c3(0x2a1)])){const _0x372582=_0x3700fc[_0x3998c3(0x26e)](_0x397892=>_0x397892===_0x3998c3(0x260));if(!_0x444615['isUndefined'](_0x3c2fd5[_0x3998c3(0x2b8)])){_0x340646[_0x3998c3(0x23f)](_0x3998c3(0x27f)+_0x1b793f[_0x3998c3(0x2b8)]);const _0x1505aa=_0x58a1b7['EwQcu'](_0x23e1c0,_0x2757b5[_0x3998c3(0x2b1)](_0x272123['cwd'](),_0x3694c6[_0x3998c3(0x2b8)]));return _0xe380da[_0x3998c3(0x216)](_0x372582,0x2),_0x58a1b7[_0x3998c3(0x2c9)](_0x1505aa,{});}return _0x243d56[_0x3998c3(0x23f)](_0x58a1b7[_0x3998c3(0x292)]),_0x58a1b7[_0x3998c3(0x263)](_0x36c9a3,_0x4e4fe9[_0x3998c3(0x2b1)](_0x76065f[_0x3998c3(0x261)](),_0x58a1b7[_0x3998c3(0x1f6)]))[_0x3998c3(0x208)]||{};}else await SessionHandler[_0x3998c3(0x247)]();}catch(_0x55b5a9){console[_0x3998c3(0x1ec)](_0x55b5a9),_0x1f5cbb[_0x3998c3(0x2c2)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x55b5a9);}testOpsHelper[_0x3998c3(0x204)](),TestDetails[_0x3998c3(0x2a9)](),await helper[_0x3998c3(0x28a)](_0x38dccd);});}function a8_0x4f30(_0x407cd9,_0x35e313){const _0x4f2558=a8_0x4f25();return a8_0x4f30=function(_0x4f3054,_0x10b2de){_0x4f3054=_0x4f3054-0x1ec;let _0x3d1909=_0x4f2558[_0x4f3054];return _0x3d1909;},a8_0x4f30(_0x407cd9,_0x35e313);}function a8_0x4f25(){const _0x15e80f=['UPHWz','qYIyF','FXsVU','platforms','WLNEo','true','maxWorkers','stringify','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','false','dYRJD','NelJM','gloKe','jLyGC','uMYOe','child\x20process\x20exited\x20with\x20code\x20','DDEwI','pXYxI','oozRu','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isTestObservabilitySession','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','104eJHoqa','YBkGD','isBrowserstackInfra','info','QOHXi','399JeluxP','env','Error\x20while\x20parsing\x20','wAcJJ','Ulekl','183588KQlAyu','stop','wYCxH','../../helpers/logger','xRkVC','testEnvironment','BROWSERSTACK_TEST_OBSERVABILITY_YML','KKyiq','594MNutvl','dJgui','MRDLX','myXhI','miThd','YFIWK','Burof','filterBrowserstackConfig','runInBand','bZPPQ','GBGXs','setupFiles','KMtmy','skipSessionStatus','unlinkSync','BS_A11Y_JWT','useW3C','ttBof','--config','cwd','zbNhy','GwmuT','oPFyz','CtdzD','aFpFZ','QTgXg','test','KMOKD','621279SSjcwd','markSDKSetupComplete','NtmtM','skipSessionName','findIndex','testRunner','SkAde','package.json','TXdpW','../../helpers/accessibility-automation/helper','BS_A11Y_TEST_RUN_ID','EeMBm','NbtoC','/test_before.setup.js','testEnvironmentOptions','diPdk','../../helpers/helper','/customImplements/customTestRunnerTemplate.js','inherit','forEach','parse','Getting\x20your\x20jest\x20configs\x20from\x20','\x0a\x20\x20\x20\x20','TKgQN','sZgrn','YuUyr','OYTfW','Fiwho','browserStackPercyOptions','CTlnG','setupFilesAfterEnv','QILff','finalExecution','testContextOptions','EYeQz','timeout__','TXrPN','platformCaps','getHubUrl','../../helpers/BrowserStackSetup','UjrQT','WpnRZ','pNJCG','FEESE','path','bheXj','exports','SNcGF','length','5670ODTzBP','gtcOY','EwQcu','isUndefined','initialize','vsKDe','NNDRS','logLevel','DgrRE','fAZDj','PyTOB','MZdSo','TjCtu','proxySettings','shutdown','readFileSync','jest_browserstack_results.json','VHRQn','VmOvW','setup','xpxhj','../../helpers/test-observability/utils','join','/customImplements/customTestRunner.js','REXpk','MNDxX','awbTF','BROWSERSTACK_TEST_ACCESSIBILITY_YML','close','config','accessibilityOptions','eFdVk','modifyBrowserStackCaps','capabilities','oCaKk','\x20:\x20','FcVtW','sdOqM','DgRKP','eZmds','stopAccessibilityTestRun','BvUSF','sQQGU','/test-observability/data-hooks.js','HUMWu','JATkQ','LAUKD','QAhOn','4998876pMGctz','219204SbhWQm','../../helpers/percy/utils','Getting\x20your\x20jest\x20configs\x20from\x20package.json','YtAAG','1380EfOBWp','yvJLT','woliS','xaPHK','launch','writeFileSync','jJvSP','Tjplq','isAccessibilityAutomationSession','testTimeout','vYQfG','QMglM','reporters','log','slice','DVMWr','VQWUw','ZxIPB','exitCode','/jest.setup.js','winstonLogger','xZHlQ','Unable\x20to\x20find\x20jest-circus,\x20','GCXEX','QOsvy','errorMessage','bOfrp','dkUKE','existsSync','22700vhjsKp','accessibility','ghhFO','XZlux','sPzZi','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','eBDcK','jZznb','printBuildLink','BwVOz','3674sAGvrI','handleApp','jest','/customImplements/customEnvironment.js','xHrZK','VRXHU','vLUrn','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','parallelsPerPlatform','vRYqs','6063130EvCZsa','assign','push','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','testObservability','jest.cmd','splice','modifyBrowserStackW3CCaps','IyyJE','child_process','/customImplements/customCircus.js',';\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','runner','Bzmiv','lNWcI','serial__','debug','SCXsW','ypYyp','requireModule','default','VZGZV'];a8_0x4f25=function(){return _0x15e80f;};return a8_0x4f25();}module[a8_0x3b7065(0x298)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a9_0x1d9c(_0x56a8b0,_0x5c6f29){const _0x2c0979=a9_0x2c09();return a9_0x1d9c=function(_0x1d9cd4,_0x50dcc9){_0x1d9cd4=_0x1d9cd4-0x18e;let _0x4d5c2e=_0x2c0979[_0x1d9cd4];return _0x4d5c2e;},a9_0x1d9c(_0x56a8b0,_0x5c6f29);}const a9_0x2ffedb=a9_0x1d9c;(function(_0xd1976b,_0x5ecf18){const _0x987d2=a9_0x1d9c,_0x2dca4e=_0xd1976b();while(!![]){try{const _0x1c6764=parseInt(_0x987d2(0x196))/0x1+-parseInt(_0x987d2(0x1a4))/0x2+-parseInt(_0x987d2(0x19d))/0x3*(parseInt(_0x987d2(0x19b))/0x4)+parseInt(_0x987d2(0x191))/0x5*(-parseInt(_0x987d2(0x1a2))/0x6)+-parseInt(_0x987d2(0x19f))/0x7*(parseInt(_0x987d2(0x197))/0x8)+-parseInt(_0x987d2(0x1a3))/0x9+parseInt(_0x987d2(0x19e))/0xa;if(_0x1c6764===_0x5ecf18)break;else _0x2dca4e['push'](_0x2dca4e['shift']());}catch(_0x1bf5f4){_0x2dca4e['push'](_0x2dca4e['shift']());}}}(a9_0x2c09,0x1a605));const path=require(a9_0x2ffedb(0x18f)),{requireModule}=require(a9_0x2ffedb(0x199));let initJestAdapter=requireModule(a9_0x2ffedb(0x19a));initJestAdapter=typeof initJestAdapter===a9_0x2ffedb(0x195)?initJestAdapter:initJestAdapter[a9_0x2ffedb(0x192)];function a9_0x2c09(){const _0x4eac82=['exports','initRequireModule','function','163652LhdxzY','5672VvNKFs','./customJestAdapterInit.js','../../../helpers/helper','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','383212qEmHNT','ONuWQ','3YQkZpc','3415020rIaHKs','1113txIoBd','XOEQC','includes','12Utqlpe','684990BCxhSn','95438WjPwmG','/jestAdapterInit','path','requireInternalModule','161885nhQQgH','default'];a9_0x2c09=function(){return _0x4eac82;};return a9_0x2c09();}const FRAMEWORK_INITIALIZER=path['join'](__dirname,a9_0x2ffedb(0x198));module[a9_0x2ffedb(0x193)]=(..._0x5980de)=>{const _0x35b8e0=a9_0x2ffedb,_0x17bbaa={'CqVSN':_0x35b8e0(0x18e),'ONuWQ':function(_0x4fb571,_0x4dd945){return _0x4fb571===_0x4dd945;},'XOEQC':function(_0xf5cfc1,..._0x3cce4a){return _0xf5cfc1(..._0x3cce4a);}};return _0x5980de[0x3][_0x35b8e0(0x194)]=_0x5980de[0x3][_0x35b8e0(0x190)],_0x5980de[0x3]['requireInternalModule']=(..._0x1f263e)=>{const _0x3dd179=_0x35b8e0;if(_0x1f263e[0x0]&&_0x1f263e[0x0][_0x3dd179(0x1a1)](_0x17bbaa['CqVSN'])&&_0x17bbaa[_0x3dd179(0x19c)](_0x1f263e[0x1],undefined))return _0x5980de[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0x5980de[0x3]['initRequireModule'](..._0x1f263e);},_0x17bbaa[_0x35b8e0(0x1a0)](initJestAdapter,..._0x5980de);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a10_0x24619c=a10_0x3f90;(function(_0x412cf6,_0x9b18bd){const _0x2367c2=a10_0x3f90,_0x41fb99=_0x412cf6();while(!![]){try{const _0xafcacf=parseInt(_0x2367c2(0xe9))/0x1+-parseInt(_0x2367c2(0x105))/0x2*(-parseInt(_0x2367c2(0x108))/0x3)+parseInt(_0x2367c2(0xf3))/0x4*(parseInt(_0x2367c2(0xd9))/0x5)+parseInt(_0x2367c2(0xd0))/0x6+-parseInt(_0x2367c2(0x101))/0x7+parseInt(_0x2367c2(0xdd))/0x8*(-parseInt(_0x2367c2(0x116))/0x9)+parseInt(_0x2367c2(0xd3))/0xa*(-parseInt(_0x2367c2(0xe8))/0xb);if(_0xafcacf===_0x9b18bd)break;else _0x41fb99['push'](_0x41fb99['shift']());}catch(_0x5bcc98){_0x41fb99['push'](_0x41fb99['shift']());}}}(a10_0x2222,0xd279c));function a10_0x3f90(_0x38d1ee,_0x3af8b0){const _0x22220b=a10_0x2222();return a10_0x3f90=function(_0x3f905e,_0x17ac50){_0x3f905e=_0x3f905e-0xcf;let _0x32f428=_0x22220b[_0x3f905e];return _0x32f428;},a10_0x3f90(_0x38d1ee,_0x3af8b0);}function a10_0x2222(){const _0x18716e=['../../../index','Lvyaq','11672472ACLTRa','global','MFaJg','pMqrc','597314ztzmcr','browserstackPercyBestPlatform','TsJzW','6pDNhDf','getInstance','fKuom','FMrKr','../../../helpers/helper','BSTACK_DELTA','HUYov','EAyjm','skipSessionStatus','mbmHL','percy','platformCaps','tomje','modifyCommand','27VJEVZL','oquOF','fBXPc','projectConfig','nestedKeyValue','test_start','tabpE','../../utils/constants','__drivers','registerListeners','percyCaptureMode','testEnvironmentOptions','ZECmw','__driversArray','requireModule','hmoKB','WUAZC','timeout__','requireSeleniumWebdriver','qoqRj','MtYZY','jest-environment-node','9141168nsxxwV','testContext','Builder','10uthMxY','WoJbh','lQkkO','exports','default','__platformCaps','222645MGSPHV','jXmeF','browserstackPlatformIndex','quit','1130632xrVEiV','cbjNo','configuration','__esModule','ZNwMI','uSToN','blmdp','test','cleanup','SJODl','capability','17109345TAXXQI','1007745QfQvSz','XzxhJ','eFqPD','vnNHe','sessionNameProvided','YfTEB','teardown','__webdriver','JoQlu','zzpVl','124fpJgXH','setup','mmDCH','__timeout','isTrue','exqiS','cleanupDrivers','shutdown','vAnsm','../test-observability/obsReporter','wJlcD','wPGRv'];a10_0x2222=function(){return _0x18716e;};return a10_0x2222();}const helper=require(a10_0x24619c(0x10c)),constants=require(a10_0x24619c(0x11d)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),ObservabilityReporter=require(a10_0x24619c(0xfc)),_seleniumWebdriver=helper[a10_0x24619c(0x128)](),SeleniumEnvironmentNode=helper[a10_0x24619c(0x124)](a10_0x24619c(0xcf)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function _interopRequireDefault(_0x23f983){const _0x28a450=a10_0x24619c;return _0x23f983&&_0x23f983[_0x28a450(0xe0)]?_0x23f983:{'default':_0x23f983};}helper[a10_0x24619c(0x115)]();const originalBuilder=_seleniumWebdriver2[a10_0x24619c(0xd7)][a10_0x24619c(0xd2)];class CustomEnvironment extends _jestEnvironmentNode2['default']{constructor(_0x21f006){const _0x3070d2=a10_0x24619c,_0x206ce9={'vAnsm':function(_0x4b27dc,_0x1dc99c){return _0x4b27dc===_0x1dc99c;},'FMrKr':_0x3070d2(0x11b),'ZNwMI':function(_0x239271,_0x3748ea){return _0x239271!==_0x3748ea;},'uSToN':_0x3070d2(0xda),'exqiS':'kcKUm','wJlcD':_0x3070d2(0xdc),'mbmHL':_0x3070d2(0x129),'dQRxJ':'lnhVE','pMqrc':'2|4|1|0|3','vKAid':function(_0x2a9154,_0x35a528){return _0x2a9154+_0x35a528;},'TsJzW':function(_0x54b84f){return _0x54b84f();},'WoJbh':_0x3070d2(0x118),'YfTEB':_0x3070d2(0x126),'eFqPD':function(_0x5d9b7b,_0x5c7b72){return _0x5d9b7b(_0x5c7b72);},'bkVco':_0x3070d2(0xff),'cbjNo':_0x3070d2(0x121),'EAyjm':'browserStackPercyOptions','KQYDv':_0x3070d2(0x106),'tomje':_0x3070d2(0x112),'XzxhJ':_0x3070d2(0x120),'lQkkO':_0x3070d2(0x113),'oquOF':function(_0x2db4ae,_0x49020e){return _0x2db4ae!==_0x49020e;},'Lvyaq':_0x3070d2(0xe3),'EhFKn':_0x3070d2(0x12a),'fKuom':function(_0x13c8da,_0x4ea7de){return _0x13c8da===_0x4ea7de;},'JoQlu':_0x3070d2(0xec),'hmoKB':_0x3070d2(0x10e)};super(_0x21f006),this[_0x3070d2(0x102)][_0x3070d2(0xf6)]=0x0,this[_0x3070d2(0xdf)]={},_0x21f006['testEnvironmentOptions']=_0x21f006['testEnvironmentOptions']||{};if(helper['isBrowserstackInfra']()){if(_0x206ce9[_0x3070d2(0xfb)](_0x206ce9[_0x3070d2(0x111)],_0x206ce9['dQRxJ']))this[_0x3070d2(0x102)][_0x3070d2(0xed)]=![];else{const _0x138ec1=_0x206ce9[_0x3070d2(0x104)]['split']('|');let _0x351d68=0x0;while(!![]){switch(_0x138ec1[_0x351d68++]){case'0':this[_0x3070d2(0xe7)]=_0x21f006[_0x3070d2(0x119)]?_0x21f006[_0x3070d2(0x119)][_0x3070d2(0xe7)]:_0x21f006[_0x3070d2(0xe7)];continue;case'1':this['configuration']=_0x21f006['testEnvironmentOptions'];continue;case'2':_0x21f006[_0x3070d2(0x121)]=_0x21f006[_0x3070d2(0x119)]?_0x21f006[_0x3070d2(0x119)][_0x3070d2(0x121)]:_0x21f006['testEnvironmentOptions'];continue;case'3':this[_0x3070d2(0x102)][_0x3070d2(0xf6)]=_0x206ce9['vKAid'](this[_0x3070d2(0xdf)][_0x3070d2(0x127)],constants[_0x3070d2(0x10d)]);continue;case'4':this['builder']=new _seleniumWebdriver2['default'][(_0x3070d2(0xd2))]();continue;}break;}}}if(_0x206ce9[_0x3070d2(0x107)](isTestObservabilitySession)){if(_0x206ce9['vAnsm'](_0x206ce9[_0x3070d2(0xd4)],_0x206ce9[_0x3070d2(0xee)])){const _0x211aba=new _0x14c77d();_0x211aba[_0x3070d2(0x11f)]();}else{const _0x3ca82=new ObservabilityReporter();_0x3ca82['registerListeners']();}}this[_0x3070d2(0x102)][_0x3070d2(0x11e)]=[],this[_0x3070d2(0x102)]['__webdriver']=_0x206ce9[_0x3070d2(0xeb)](require,_0x206ce9['bkVco'])['browserstackAgentV2']({...this[_0x3070d2(0xdf)],'capability':this[_0x3070d2(0xe7)]||{}},this,_0x206ce9[_0x3070d2(0x107)](isTestObservabilitySession)),this[_0x3070d2(0x102)][_0x3070d2(0xdb)]=(_0x21f006[_0x3070d2(0x119)]?_0x21f006[_0x3070d2(0x119)][_0x3070d2(0xdb)]:_0x21f006[_0x3070d2(0xdb)])||0x0,this[_0x3070d2(0x102)][_0x3070d2(0x106)]=helper[_0x3070d2(0x11a)](_0x21f006,[_0x206ce9[_0x3070d2(0xde)],_0x206ce9[_0x3070d2(0x10f)],_0x206ce9['KQYDv']]),this[_0x3070d2(0x102)][_0x3070d2(0x112)]=helper[_0x3070d2(0x11a)](_0x21f006,[_0x206ce9[_0x3070d2(0xde)],_0x206ce9[_0x3070d2(0x10f)],_0x206ce9[_0x3070d2(0x114)]]),this[_0x3070d2(0x102)][_0x3070d2(0x120)]=helper[_0x3070d2(0x11a)](_0x21f006,[_0x206ce9[_0x3070d2(0xde)],_0x206ce9['EAyjm'],_0x206ce9[_0x3070d2(0xea)]]),this[_0x3070d2(0x102)][_0x3070d2(0xd8)]=helper[_0x3070d2(0x11a)](this[_0x3070d2(0xdf)],[_0x206ce9[_0x3070d2(0xd5)],this['global']['browserstackPlatformIndex']])||{};if(helper['isTrue'](this[_0x3070d2(0xdf)]['skipSessionName']))_0x206ce9[_0x3070d2(0x117)](_0x206ce9[_0x3070d2(0x100)],_0x206ce9['EhFKn'])?this[_0x3070d2(0x102)][_0x3070d2(0xed)]=!![]:this[_0x3070d2(0x102)][_0x3070d2(0xed)]=!![];else{if(_0x206ce9[_0x3070d2(0x10a)](_0x206ce9[_0x3070d2(0xf1)],_0x206ce9[_0x3070d2(0x125)])){const _0x108869={};return _0x108869['default']=_0x5d58e9,_0x2b3cf1&&_0x3091ca[_0x3070d2(0xe0)]?_0x10367b:_0x108869;}else this[_0x3070d2(0x102)][_0x3070d2(0xed)]=![];}this[_0x3070d2(0x102)]['__skipSessionStatus']=helper[_0x3070d2(0xf7)](this[_0x3070d2(0xdf)][_0x3070d2(0x110)]),this['global'][_0x3070d2(0xe5)]=async()=>{const _0xbb076c=_0x3070d2;if(_0x206ce9[_0xbb076c(0xe1)](_0x206ce9[_0xbb076c(0xe2)],_0x206ce9[_0xbb076c(0xf8)]))await this[_0xbb076c(0x102)]['driver']['quit'](_0x206ce9[_0xbb076c(0xfd)]);else{const {name:_0x30fb2c}=_0x496798;_0x206ce9['vAnsm'](_0x30fb2c,_0x206ce9[_0xbb076c(0x10b)])&&(this['global'][_0xbb076c(0xd1)]=_0x136b7f['test']);}};}async[a10_0x24619c(0xef)](){const _0x2cb308=a10_0x24619c;await helper[_0x2cb308(0xf9)](this[_0x2cb308(0x102)][_0x2cb308(0x123)]),await RequestQueueHandler[_0x2cb308(0x109)]()[_0x2cb308(0xfa)](),this['global'][_0x2cb308(0xf0)][_0x2cb308(0xd2)]=originalBuilder;}async[a10_0x24619c(0xf4)](){}async['handleTestEvent'](_0xef9d00,_0x38a026){const _0x290153=a10_0x24619c,_0x17ab9a={};_0x17ab9a[_0x290153(0xf5)]=function(_0x5412ea,_0x3b56ee){return _0x5412ea===_0x3b56ee;},_0x17ab9a[_0x290153(0xe6)]=_0x290153(0x11b),_0x17ab9a[_0x290153(0x11c)]=function(_0xe7d9ea,_0x2e23ff){return _0xe7d9ea!==_0x2e23ff;},_0x17ab9a[_0x290153(0xf2)]=_0x290153(0x103),_0x17ab9a[_0x290153(0x122)]=_0x290153(0xfe);const _0x582198=_0x17ab9a,{name:_0x21e05d}=_0xef9d00;_0x582198['mmDCH'](_0x21e05d,_0x582198[_0x290153(0xe6)])&&(_0x582198[_0x290153(0x11c)](_0x582198[_0x290153(0xf2)],_0x582198[_0x290153(0x122)])?this[_0x290153(0x102)][_0x290153(0xd1)]=_0xef9d00[_0x290153(0xe4)]:this[_0x290153(0x102)][_0x290153(0xd1)]=_0x1700ea[_0x290153(0xe4)]);}}module[a10_0x24619c(0xd6)]=CustomEnvironment;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0x162073=a11_0x3edc;(function(_0x531db3,_0x3d844e){const _0x18d649=a11_0x3edc,_0x1cd8ed=_0x531db3();while(!![]){try{const _0x48a872=parseInt(_0x18d649(0xd7))/0x1+parseInt(_0x18d649(0xcc))/0x2+parseInt(_0x18d649(0xb7))/0x3+-parseInt(_0x18d649(0xe0))/0x4*(-parseInt(_0x18d649(0xbc))/0x5)+parseInt(_0x18d649(0xc2))/0x6+-parseInt(_0x18d649(0xc6))/0x7*(-parseInt(_0x18d649(0xe7))/0x8)+parseInt(_0x18d649(0xdb))/0x9*(-parseInt(_0x18d649(0xcd))/0xa);if(_0x48a872===_0x3d844e)break;else _0x1cd8ed['push'](_0x1cd8ed['shift']());}catch(_0x46edad){_0x1cd8ed['push'](_0x1cd8ed['shift']());}}}(a11_0x1f23,0x525e0));const {requireModule}=require('../../../helpers/helper'),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),TestDetails=require(a11_0x162073(0xb5)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require(a11_0x162073(0xc0)),exportsI=requireModule(a11_0x162073(0xb0)),initInitialize=exportsI[a11_0x162073(0xa6)];function a11_0x3edc(_0x274b72,_0x4b6c26){const _0x1f23b8=a11_0x1f23();return a11_0x3edc=function(_0x3edcb3,_0x50f5fd){_0x3edcb3=_0x3edcb3-0x98;let _0xde1e90=_0x1f23b8[_0x3edcb3];return _0xde1e90;},a11_0x3edc(_0x274b72,_0x4b6c26);}exportsI[a11_0x162073(0xa6)]=(..._0x8f3312)=>{const _0x182987=a11_0x162073,_0x4c19a4={'JiBEQ':function(_0x82d87,_0x4a2cfd){return _0x82d87(_0x4a2cfd);},'ekPZv':function(_0x32cb86){return _0x32cb86();},'aLWSh':_0x182987(0xa5),'EExYL':_0x182987(0xde),'dgBOp':function(_0x550d51,_0xdd3c35){return _0x550d51===_0xdd3c35;},'JzlGV':'dsWoj','FirCJ':function(_0x5103e2,_0x336672){return _0x5103e2!==_0x336672;},'KrnTl':_0x182987(0xd3),'agORa':function(_0x55a72e,_0x110477){return _0x55a72e===_0x110477;},'BCxZZ':_0x182987(0xa7),'KhHhN':_0x182987(0xdd),'niWxu':'hook_success','uVhkm':_0x182987(0x9f),'RcOHC':'HookRunFinished','mAZDI':_0x182987(0xd2),'FRzQI':_0x182987(0x9b),'lxRGh':'beforeEach','lFowZ':'afterEach','QjEqi':function(_0x1f9641,_0x19900a){return _0x1f9641>_0x19900a;},'GRYFL':'MHFwP','CExmQ':_0x182987(0xa4),'MGgRh':_0x182987(0xa9),'KmPGb':function(_0x537b79,_0x5c41e3){return _0x537b79!==_0x5c41e3;},'JNjJW':'IdIWK','VPldX':_0x182987(0xa0),'YhDYS':'test_done','qbUrK':_0x182987(0x9d),'JrVNy':function(_0x5686c8,_0x58db90){return _0x5686c8(_0x58db90);},'fmiLa':_0x182987(0x9e),'rnQPS':_0x182987(0xeb),'RqtSl':_0x182987(0xd9),'RlkRZ':function(_0x461f27,_0x5c8eaf){return _0x461f27!==_0x5c8eaf;},'Fqoex':_0x182987(0xaf),'LHsUY':_0x182987(0xc4),'kZXxT':function(_0x4f8154){return _0x4f8154();},'yGJcz':function(_0x5b956a,_0x5e94cb){return _0x5b956a(_0x5e94cb);},'HpCNU':'jest-circus/build/state.js','HnUIY':function(_0x3d0dc2,_0x57c299){return _0x3d0dc2(_0x57c299);},'bjCRp':function(_0x2184e4,_0x2ea0ac){return _0x2184e4(_0x2ea0ac);}};try{const _0x1dd95e=new ObservabilityReporter();_0x1dd95e[_0x182987(0xe3)]&&(_0x4c19a4['RlkRZ'](_0x4c19a4['Fqoex'],_0x4c19a4['LHsUY'])?(_0x4c19a4[_0x182987(0xec)](patchConsoleLogger),_0x1dd95e[_0x182987(0xce)]()):_0x31ad7a[_0x182987(0xb1)](_0x5e103e)['forEach'](_0x16f714=>{try{_0x4529b8&&(_0x48c27a[_0x16f714]=_0x44d3e[_0x16f714]);}catch{}})),_0x1dd95e[_0x182987(0xe3)]&&_0x4c19a4[_0x182987(0xba)](requireModule,_0x4c19a4[_0x182987(0xda)])[_0x182987(0xe6)](_0x4c19a4['HnUIY'](o11yErrorHandler,async(_0x3a311a,_0x390827)=>{const _0x5d51e7=_0x182987,_0x4bc92e={'ogxRg':function(_0xb0aa93){return _0x4c19a4['ekPZv'](_0xb0aa93);}},_0x429739=_0x4c19a4[_0x5d51e7(0xb9)](requireModule,_0x4c19a4['aLWSh'])[_0x5d51e7(0xa3)];switch(_0x3a311a[_0x5d51e7(0xb2)]){case _0x4c19a4[_0x5d51e7(0xcf)]:if(_0x1dd95e['testObservability']){if(_0x4c19a4[_0x5d51e7(0xbd)](_0x4c19a4[_0x5d51e7(0xa2)],_0x4c19a4[_0x5d51e7(0xa2)])){if(!_0x3a311a['hook'][_0x5d51e7(0xd4)]){if(_0x4c19a4[_0x5d51e7(0xb8)](_0x4c19a4[_0x5d51e7(0xdf)],_0x4c19a4['KrnTl']))try{_0x38ab0d&&(_0x32d3fe[_0x2eea0a]=_0x2d17a5[_0x21f295]);}catch{}else{const _0x13f3eb=TestDetails[_0x5d51e7(0xab)](process['pid']+_0x5d51e7(0xe4));_0x3a311a['hook'][_0x5d51e7(0xd4)]=_0x13f3eb;}}else{if(_0x3a311a[_0x5d51e7(0xc8)][_0x5d51e7(0xc5)]){if(_0x4c19a4[_0x5d51e7(0xc9)](_0x4c19a4[_0x5d51e7(0xbe)],_0x4c19a4[_0x5d51e7(0xbe)]))_0x3a311a[_0x5d51e7(0xc8)][_0x5d51e7(0xd4)]=TestDetails[_0x5d51e7(0xab)](process['pid']+':hookAnalyticsId'),delete _0x3a311a[_0x5d51e7(0xc8)]['markedStatus'];else{const _0x252ca2=_0x201bdb[_0x5d51e7(0xab)](_0x15aa5a[_0x5d51e7(0xb3)]+_0x5d51e7(0xe4));_0xf4a404[_0x5d51e7(0xc8)][_0x5d51e7(0xd4)]=_0x252ca2;}}}_0x3a311a[_0x5d51e7(0xc8)][_0x5d51e7(0xbb)]=new Date()['toISOString'](),await _0x1dd95e[_0x5d51e7(0x99)](_0x3a311a['hook'],undefined,![],_0x4c19a4[_0x5d51e7(0xd1)]);}else _0x26ba73&&(_0x10293d[_0x1788fc]=_0x16c14a[_0x4a7663]);}break;case _0x4c19a4[_0x5d51e7(0xd0)]:_0x1dd95e[_0x5d51e7(0xe3)]&&(_0x4c19a4[_0x5d51e7(0xb8)](_0x4c19a4[_0x5d51e7(0x98)],_0x4c19a4[_0x5d51e7(0x98)])?(_0x49e5be[_0x5d51e7(0xc8)]['hookAnalyticsId']=_0x53daab[_0x5d51e7(0xab)](_0x6a3da5[_0x5d51e7(0xb3)]+_0x5d51e7(0xe4)),delete _0x57b61e['hook'][_0x5d51e7(0xc5)]):(await _0x1dd95e[_0x5d51e7(0x99)](_0x3a311a[_0x5d51e7(0xc8)],undefined,![],_0x4c19a4[_0x5d51e7(0x9a)]),TestDetails[_0x5d51e7(0xae)](process[_0x5d51e7(0xb3)]+_0x5d51e7(0xe4))));break;case _0x4c19a4[_0x5d51e7(0x9c)]:[_0x4c19a4[_0x5d51e7(0xca)],_0x4c19a4[_0x5d51e7(0xb4)],_0x4c19a4[_0x5d51e7(0xaa)]][_0x5d51e7(0xd5)](_0x3a311a[_0x5d51e7(0xc8)][_0x5d51e7(0xe9)])&&(_0x1dd95e[_0x5d51e7(0xd2)]=_0x3a311a[_0x5d51e7(0xc8)][_0x5d51e7(0xe9)]),_0x390827['unhandledErrors']&&_0x4c19a4['QjEqi'](_0x390827[_0x5d51e7(0xc1)][_0x5d51e7(0xad)],0x0)&&(_0x3a311a['hook'][_0x5d51e7(0xd8)]=[_0x390827[_0x5d51e7(0xc1)][0x0][0x0]]);_0x1dd95e[_0x5d51e7(0xe3)]&&(_0x4c19a4[_0x5d51e7(0xb8)](_0x4c19a4[_0x5d51e7(0xc7)],_0x4c19a4['CExmQ'])?(await _0x1dd95e[_0x5d51e7(0x99)](_0x3a311a[_0x5d51e7(0xc8)],undefined,![],_0x4c19a4[_0x5d51e7(0x9a)]),TestDetails['removeTestUUID'](process[_0x5d51e7(0xb3)]+_0x5d51e7(0xe4))):_0x4c19a4[_0x5d51e7(0xb9)](_0x1e0342,_0x5d51e7(0xd6)+_0x44e894));break;case _0x4c19a4['MGgRh']:_0x1dd95e[_0x5d51e7(0xe3)]&&(_0x4c19a4[_0x5d51e7(0xe2)](_0x4c19a4[_0x5d51e7(0xac)],_0x4c19a4[_0x5d51e7(0xea)])?await _0x1dd95e['testStarted'](_0x3a311a[_0x5d51e7(0xbf)]):(_0x4bc92e['ogxRg'](_0x491ad1),_0xc40d73['registerListeners']()));break;case _0x4c19a4[_0x5d51e7(0xc3)]:_0x3a311a[_0x5d51e7(0xbf)]={..._0x4c19a4['JiBEQ'](_0x429739,_0x3a311a[_0x5d51e7(0xbf)]),..._0x3a311a['test']};_0x1dd95e[_0x5d51e7(0xe3)]&&(_0x1dd95e[_0x5d51e7(0xe3)]&&(!_0x3a311a[_0x5d51e7(0xbf)][_0x5d51e7(0xc5)]&&(_0x3a311a['test'][_0x5d51e7(0xc5)]=!![],await _0x1dd95e[_0x5d51e7(0x99)](_0x3a311a['test']))));break;case _0x4c19a4[_0x5d51e7(0xdc)]:_0x3a311a[_0x5d51e7(0xbf)]={..._0x4c19a4[_0x5d51e7(0xe5)](_0x429739,_0x3a311a[_0x5d51e7(0xbf)]),..._0x3a311a['test']};_0x1dd95e[_0x5d51e7(0xe3)]&&(_0x1dd95e['testObservability']&&(!_0x3a311a[_0x5d51e7(0xbf)][_0x5d51e7(0xc5)]&&(_0x3a311a[_0x5d51e7(0xbf)][_0x5d51e7(0xc5)]=!![],await _0x1dd95e[_0x5d51e7(0x99)](_0x3a311a['test'],undefined,![],_0x4c19a4['fmiLa']))));break;case _0x4c19a4[_0x5d51e7(0xa8)]:_0x1dd95e['hook_failure']=null;break;case _0x4c19a4[_0x5d51e7(0xe1)]:await RequestQueueHandler['getInstance']()[_0x5d51e7(0xe8)](),process[_0x5d51e7(0xcb)]();break;default:}}));}catch(_0x4fa2bd){_0x4c19a4[_0x182987(0xa1)](debug,_0x182987(0xd6)+_0x4fa2bd);}return _0x4c19a4[_0x182987(0xba)](initInitialize,..._0x8f3312);};try{Object[a11_0x162073(0xb1)](exportsI)[a11_0x162073(0xb6)](_0x2fdd77=>{try{exports&&(exports[_0x2fdd77]=exportsI[_0x2fdd77]);}catch{}});}catch{}function a11_0x1f23(){const _0x1aceab=['hook','agORa','FRzQI','removeAllListeners','18632CCRczl','599510SGsojC','registerListeners','EExYL','niWxu','KhHhN','hook_failure','SYIyz','hookAnalyticsId','includes','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','322527vLXGzR','errorsDetailed','teardown','HpCNU','162MfZwiu','qbUrK','HookRunStarted','hook_start','KrnTl','4IhdXoH','RqtSl','KmPGb','testObservability',':hookAnalyticsId','JrVNy','addEventHandler','680kQkZYa','shutdown','type','VPldX','run_describe_finish','kZXxT','uVhkm','sendTestRunEvent','RcOHC','beforeAll','mAZDI','test_skip','TestRunSkipped','NECgu','yhwCU','bjCRp','JzlGV','makeSingleTestResult','wictu','jest-circus/build/utils.js','initialize','fSeMg','rnQPS','test_start','lFowZ','setTestUUID','JNjJW','length','removeTestUUID','cWpvI','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','keys','name','pid','lxRGh','../test-observability/test-details','forEach','1314867djcVoT','FirCJ','JiBEQ','yGJcz','started_at','194260BMCCLn','dgBOp','BCxZZ','test','../../../helpers/test-observability/error-handler','unhandledErrors','2837730zQgxfP','YhDYS','QjjhQ','markedStatus','11081pOTqey','GRYFL'];a11_0x1f23=function(){return _0x1aceab;};return a11_0x1f23();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a12_0x1e88f2=a12_0x1ae1;(function(_0x386c5f,_0x5bcf2e){const _0x3ba74e=a12_0x1ae1,_0x3e3fa9=_0x386c5f();while(!![]){try{const _0xe223a6=parseInt(_0x3ba74e(0x13f))/0x1*(parseInt(_0x3ba74e(0x169))/0x2)+-parseInt(_0x3ba74e(0x160))/0x3*(parseInt(_0x3ba74e(0x142))/0x4)+parseInt(_0x3ba74e(0x155))/0x5+-parseInt(_0x3ba74e(0x16c))/0x6*(parseInt(_0x3ba74e(0x15e))/0x7)+-parseInt(_0x3ba74e(0x141))/0x8*(-parseInt(_0x3ba74e(0x14f))/0x9)+-parseInt(_0x3ba74e(0x150))/0xa+-parseInt(_0x3ba74e(0x16b))/0xb*(parseInt(_0x3ba74e(0x157))/0xc);if(_0xe223a6===_0x5bcf2e)break;else _0x3e3fa9['push'](_0x3e3fa9['shift']());}catch(_0x43d72e){_0x3e3fa9['push'](_0x3e3fa9['shift']());}}}(a12_0x2f06,0xecb61));const {requireModule,isBrowserstackInfra}=require(a12_0x1e88f2(0x152)),a12_0x4a98b0={};a12_0x4a98b0[a12_0x1e88f2(0x163)]=!![],Object[a12_0x1e88f2(0x145)](exports,'__esModule',a12_0x4a98b0),exports[a12_0x1e88f2(0x168)]=void 0x0;function _interopRequireDefault(_0x1b729a){return _0x1b729a&&_0x1b729a['__esModule']?_0x1b729a:{'default':_0x1b729a};}function a12_0x2f06(){const _0x532ec3=['capabilities','serial','jest-runner','serial__','3765114iEEQsD','2976730pCcicK','IMEmq','../../../helpers/helper','ZtftO','pXbcJ','5294340fbnewx','freeze','3638652zSmIxx','slice','exports','_globalConfig','config','false','OeiMT','63rYyQkO','VqzwK','57TaZTfr','length','runTests','value','parallels__','JCmOR','VdPIM','vhQgu','default','242ZcndNG','push','11QgcWeZ','725118UTesYV','GCBtX','dSZRe','qfbRr','7829ORildi','context','32tSUhrd','215036Zzzyko','jYhOw','testEnvironmentOptions','defineProperty','forEach','RGImo','RYxKa','vTkeB','BPujw'];a12_0x2f06=function(){return _0x532ec3;};return a12_0x2f06();}const JestRunner=_interopRequireDefault(requireModule(a12_0x1e88f2(0x14d)))[a12_0x1e88f2(0x168)];function a12_0x1ae1(_0x303719,_0x2ce7f6){const _0x2f0694=a12_0x2f06();return a12_0x1ae1=function(_0x1ae101,_0x5b9317){_0x1ae101=_0x1ae101-0x13c;let _0x2155fd=_0x2f0694[_0x1ae101];return _0x2155fd;},a12_0x1ae1(_0x303719,_0x2ce7f6);}class TestRunner extends JestRunner{constructor(..._0x12f14b){super(..._0x12f14b);}[a12_0x1e88f2(0x162)](..._0x5066f0){const _0x20ad70=a12_0x1e88f2,_0x436771={'Atxpy':function(_0x1f4228,_0x45b422){return _0x1f4228*_0x45b422;},'dSZRe':function(_0x1d1744,_0x4cf9ec){return _0x1d1744!==_0x4cf9ec;},'pXbcJ':_0x20ad70(0x143),'IMEmq':function(_0xde616a){return _0xde616a();},'GCBtX':function(_0x3b4eee,_0xdcd245){return _0x3b4eee===_0xdcd245;},'BPujw':_0x20ad70(0x166),'QIqQl':function(_0xdcf3af,_0xab6cdc){return _0xdcf3af-_0xab6cdc;},'RYxKa':function(_0x564b34,_0x135afa){return _0x564b34!==_0x135afa;},'RGImo':_0x20ad70(0x153),'KflKM':function(_0x4e9bf2,_0x2e8dd0){return _0x4e9bf2*_0x2e8dd0;},'vhQgu':_0x20ad70(0x15c),'yWbpO':function(_0x4f67f0,_0x53dea0){return _0x4f67f0===_0x53dea0;},'VqzwK':_0x20ad70(0x15d),'qfbRr':function(_0x502916,_0x597d80){return _0x502916<_0x597d80;},'vTkeB':_0x20ad70(0x165)};if(!_0x436771[_0x20ad70(0x151)](isBrowserstackInfra)){if(_0x436771[_0x20ad70(0x13c)](_0x436771[_0x20ad70(0x14a)],_0x436771['BPujw']))return super[_0x20ad70(0x162)](..._0x5066f0);else{const _0x25b016=[];_0x249781[_0x20ad70(0x146)]((_0x38b894,_0x4689bd)=>{const _0x51a8a8=_0x20ad70,_0x2fa259={..._0x2e37f0[_0x4f2c45]},_0x5aafdc=_0x2fa259;_0x5aafdc[_0x51a8a8(0x140)]=_0x2952d7[_0x51a8a8(0x156)]({..._0x5aafdc[_0x51a8a8(0x140)],'config':{..._0x5aafdc[_0x51a8a8(0x140)][_0x51a8a8(0x15b)],'capability':_0x38b894,'browserstackPlatformIndex':_0x4689bd}}),_0x25b016[_0x51a8a8(0x16a)](_0x5aafdc);}),_0x290360[_0x20ad70(0x16a)](..._0x25b016);}}const _0x535031=_0x5066f0[0x0],_0x403d34=_0x5066f0[_0x436771['QIqQl'](_0x5066f0[_0x20ad70(0x161)],0x1)],_0x57d14d=_0x535031[0x0]['context'][_0x20ad70(0x15b)]['testEnvironmentOptions'][_0x20ad70(0x14b)],_0x1a478e=_0x535031[0x0]['context'][_0x20ad70(0x15b)][_0x20ad70(0x144)][_0x20ad70(0x164)];if(_0x1a478e){if(_0x436771[_0x20ad70(0x148)](_0x436771[_0x20ad70(0x147)],_0x436771['RGImo'])){const _0x8b6817={};return _0x8b6817['default']=_0x1c2d8d,_0x2acfcf&&_0x21eb32['__esModule']?_0x1ff9e0:_0x8b6817;}else this['_globalConfig']=Object[_0x20ad70(0x156)]({...this[_0x20ad70(0x15a)],'maxWorkers':_0x436771['KflKM'](_0x1a478e,_0x57d14d[_0x20ad70(0x161)])});}_0x436771[_0x20ad70(0x13c)](_0x535031[0x0]['context'][_0x20ad70(0x15b)][_0x20ad70(0x144)][_0x20ad70(0x14e)],_0x436771[_0x20ad70(0x167)])&&(_0x436771['yWbpO'](_0x436771[_0x20ad70(0x15f)],_0x436771['VqzwK'])?_0x403d34&&(_0x403d34[_0x20ad70(0x14c)]=![]):this[_0x20ad70(0x15a)]=_0x43f677['freeze']({...this['_globalConfig'],'maxWorkers':_0x436771['Atxpy'](_0x3165c1,_0x302a65[_0x20ad70(0x161)])}));const _0x3a10ac=[];for(let _0x4e6299=0x0;_0x436771[_0x20ad70(0x13e)](_0x4e6299,_0x535031['length']);_0x4e6299++){if(_0x436771['RYxKa'](_0x436771[_0x20ad70(0x149)],_0x436771[_0x20ad70(0x149)]))_0x38971c&&(_0x485b34[_0x20ad70(0x14c)]=![]);else{const _0x17a3cd=[];_0x57d14d[_0x20ad70(0x146)]((_0x3ad418,_0x239140)=>{const _0x152c0e=_0x20ad70;if(_0x436771[_0x152c0e(0x13d)](_0x436771['pXbcJ'],_0x436771[_0x152c0e(0x154)])){const _0x560167={..._0x2d3a21[_0x27ceaf]},_0x20306d=_0x560167;_0x20306d['context']=_0x113bd4[_0x152c0e(0x156)]({..._0x20306d[_0x152c0e(0x140)],'config':{..._0x20306d[_0x152c0e(0x140)][_0x152c0e(0x15b)],'capability':_0x1a4f14,'browserstackPlatformIndex':_0x5024e6}}),_0x5b9801[_0x152c0e(0x16a)](_0x20306d);}else{const _0x4d3a49={..._0x535031[_0x4e6299]},_0x2d5176=_0x4d3a49;_0x2d5176['context']=Object[_0x152c0e(0x156)]({..._0x2d5176[_0x152c0e(0x140)],'config':{..._0x2d5176[_0x152c0e(0x140)][_0x152c0e(0x15b)],'capability':_0x3ad418,'browserstackPlatformIndex':_0x239140}}),_0x17a3cd[_0x152c0e(0x16a)](_0x2d5176);}}),_0x3a10ac['push'](..._0x17a3cd);}}return super[_0x20ad70(0x162)](_0x3a10ac,..._0x5066f0[_0x20ad70(0x158)](0x1));}}module[a12_0x1e88f2(0x159)]=TestRunner;
|