browserstack-node-sdk 1.31.10 → 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/templates/turboscale-agent.yaml +61 -0
- 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_0x22d31e=a5_0x3a5d;(function(_0x30d969,_0x2a06c1){const _0x26eef3=a5_0x3a5d,_0x4cc6a7=_0x30d969();while(!![]){try{const _0x253bac=-parseInt(_0x26eef3(0x10a))/0x1+-parseInt(_0x26eef3(0x16b))/0x2*(-parseInt(_0x26eef3(0x179))/0x3)+-parseInt(_0x26eef3(0x164))/0x4+-parseInt(_0x26eef3(0x15a))/0x5*(parseInt(_0x26eef3(0x10d))/0x6)+parseInt(_0x26eef3(0x12b))/0x7+-parseInt(_0x26eef3(0x10b))/0x8+parseInt(_0x26eef3(0x167))/0x9*(parseInt(_0x26eef3(0x140))/0xa);if(_0x253bac===_0x2a06c1)break;else _0x4cc6a7['push'](_0x4cc6a7['shift']());}catch(_0x9ada7){_0x4cc6a7['push'](_0x4cc6a7['shift']());}}}(a5_0x5d93,0xae68b));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a5_0x22d31e(0x130)),setKeepAlive=require(a5_0x22d31e(0x114)),PerformanceTester=require(a5_0x22d31e(0x188)),cucumberModule=requireModule(a5_0x22d31e(0x12c)),logger=require('../../helpers/logger')[a5_0x22d31e(0x13f)];modifyCommand(),setKeepAlive();function a5_0x3a5d(_0x4f3285,_0x363fc6){const _0x5d93e6=a5_0x5d93();return a5_0x3a5d=function(_0x3a5d81,_0x82facb){_0x3a5d81=_0x3a5d81-0x101;let _0x533e9a=_0x5d93e6[_0x3a5d81];return _0x533e9a;},a5_0x3a5d(_0x4f3285,_0x363fc6);}const Before=cucumberModule[a5_0x22d31e(0x112)],After=cucumberModule[a5_0x22d31e(0x18a)],AfterAll=cucumberModule[a5_0x22d31e(0x15b)],BeforeAll=cucumberModule[a5_0x22d31e(0x12f)],AfterStep=cucumberModule['AfterStep'],configuration=process[a5_0x22d31e(0x17c)][a5_0x22d31e(0x12a)];if(configuration!==undefined){const config=JSON[a5_0x22d31e(0x128)](configuration);isTrue(config[a5_0x22d31e(0x15f)])&&(global[a5_0x22d31e(0x14e)]=!![]),global[a5_0x22d31e(0x16c)]=isTrue(config['skipSessionStatus']),require(a5_0x22d31e(0x187))[a5_0x22d31e(0x11d)](config),global[a5_0x22d31e(0x165)]=config[a5_0x22d31e(0x103)]||{};}global[a5_0x22d31e(0x171)]=0x0;const __setDefaultTimeout=cucumberModule[a5_0x22d31e(0x18c)];cucumberModule['setDefaultTimeout']=_0x3cb94c=>{const _0x44c086=a5_0x22d31e,_0xb7babe={'BrFgn':function(_0x13a074,_0x26aab9){return _0x13a074(_0x26aab9);}};global[_0x44c086(0x171)]=_0x3cb94c,_0xb7babe[_0x44c086(0x133)](__setDefaultTimeout,_0x3cb94c);};const a5_0xaf2e90={};a5_0xaf2e90[a5_0x22d31e(0x125)]='bstack',BeforeAll(a5_0xaf2e90,function(){const _0xae8ae0=a5_0x22d31e,_0xbd8b25={'Jxmui':function(_0x55a437,_0x21d6e1){return _0x55a437(_0x21d6e1);},'tuOPx':'../../index','mhjVp':function(_0x45bc3a,_0x1c2007){return _0x45bc3a===_0x1c2007;},'jzwOV':_0xae8ae0(0x16a),'gbeGd':_0xae8ae0(0x10c),'avNFW':function(_0x5916f0,_0x535c3f){return _0x5916f0===_0x535c3f;},'StXtA':_0xae8ae0(0x11a),'LVkrj':function(_0x2c60a4,_0x1744e5){return _0x2c60a4!==_0x1744e5;},'byxkk':_0xae8ae0(0x13d),'LzYNZ':_0xae8ae0(0x153),'IwUCb':function(_0x4a7c8b,_0x392b19,_0x16afe6,_0x45d6b5){return _0x4a7c8b(_0x392b19,_0x16afe6,_0x45d6b5);},'yLIyS':'failed','DlYUS':_0xae8ae0(0x182),'rQspF':function(_0x4de945,_0x4ba322){return _0x4de945!==_0x4ba322;},'dENWJ':_0xae8ae0(0x12e),'FBcTZ':_0xae8ae0(0x189),'vDbjk':function(_0xc9ce33,_0x5744aa,_0x268193){return _0xc9ce33(_0x5744aa,_0x268193);},'vZUjy':'passed','PknFC':_0xae8ae0(0x113),'GxsyM':function(_0x1b5beb,_0x439e10){return _0x1b5beb===_0x439e10;},'DOOEA':_0xae8ae0(0x13a),'eteiO':_0xae8ae0(0x147),'bQQwv':_0xae8ae0(0x173),'Wjdlj':_0xae8ae0(0x138),'YNroj':'QaRIY','gyELC':'Inside\x20browserstack\x20BeforeAll'};PerformanceTester[_0xae8ae0(0x14f)](),logger['debug'](_0xbd8b25[_0xae8ae0(0x18e)]),global['__error_messages__']=[],global[_0xae8ae0(0x137)]=![],global['driverCleanup']=async()=>{const _0x32c81b=_0xae8ae0,_0x53a718={'gajsS':function(_0x51940d,_0x55908d){return _0xbd8b25['Jxmui'](_0x51940d,_0x55908d);},'TWNvo':function(_0x2d3efc,_0xc16ace){return _0xbd8b25['Jxmui'](_0x2d3efc,_0xc16ace);},'ieXVE':_0xbd8b25['tuOPx']};if(_0xbd8b25[_0x32c81b(0x101)](_0xbd8b25[_0x32c81b(0x17b)],_0xbd8b25['gbeGd']))_0x5e455f[_0x32c81b(0x14e)]=!![];else{let _0x5a4b92=![];try{if(_0xbd8b25[_0x32c81b(0x160)](_0xbd8b25[_0x32c81b(0x18f)],_0xbd8b25[_0x32c81b(0x18f)])){await global[_0x32c81b(0x106)][0x0][_0x32c81b(0x146)],_0x5a4b92=!![];if(global[_0x32c81b(0x137)]){if(_0xbd8b25[_0x32c81b(0x102)](_0xbd8b25[_0x32c81b(0x148)],_0xbd8b25[_0x32c81b(0x10f)]))await _0xbd8b25['IwUCb'](markSessionStatus,global['__drivers'][0x0],_0xbd8b25['yLIyS'],global[_0x32c81b(0x141)]['join'](_0xbd8b25[_0x32c81b(0x16e)]));else{const _0x31b669=_0x10eede['parse'](_0x32ff12);_0x53a718[_0x32c81b(0x105)](_0x4f401e,_0x31b669[_0x32c81b(0x15f)])&&(_0x200903['__skipSessionName']=!![]),_0x16a17c[_0x32c81b(0x16c)]=_0x53a718[_0x32c81b(0x105)](_0x2bda97,_0x31b669[_0x32c81b(0x158)]),_0x53a718[_0x32c81b(0x149)](_0x3364de,_0x53a718['ieXVE'])[_0x32c81b(0x11d)](_0x31b669),_0x3816c6[_0x32c81b(0x165)]=_0x31b669[_0x32c81b(0x103)]||{};}}else _0xbd8b25[_0x32c81b(0x116)](_0xbd8b25[_0x32c81b(0x152)],_0xbd8b25['FBcTZ'])?await _0xbd8b25[_0x32c81b(0x157)](markSessionStatus,global[_0x32c81b(0x106)][0x0],_0xbd8b25[_0x32c81b(0x127)]):_0x1e9e20['debug'](_0x32c81b(0x156)+_0x3b7afa);}else _0x4a8359[_0x32c81b(0x141)]['push'](_0xc50df4[_0x32c81b(0x104)][_0x32c81b(0x122)]);}catch(_0xdc8350){_0xbd8b25[_0x32c81b(0x116)](_0xbd8b25[_0x32c81b(0x121)],_0xbd8b25[_0x32c81b(0x121)])?_0x2e5d80[_0x32c81b(0x136)](_0x32c81b(0x126)+_0x7bce8a):logger[_0x32c81b(0x136)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0xdc8350);}global[_0x32c81b(0x141)]=[],global[_0x32c81b(0x137)]=![];if(_0x5a4b92){if(_0xbd8b25[_0x32c81b(0x175)](_0xbd8b25[_0x32c81b(0x132)],_0xbd8b25[_0x32c81b(0x132)]))try{_0xbd8b25[_0x32c81b(0x116)](_0xbd8b25[_0x32c81b(0x159)],_0xbd8b25['bQQwv'])?await global[_0x32c81b(0x106)][0x0]['initQuit']():_0x28b6d4[_0x32c81b(0x136)](_0x32c81b(0x134)+_0x2b8280);}catch(_0x43feca){_0xbd8b25[_0x32c81b(0x101)](_0xbd8b25[_0x32c81b(0x15e)],_0xbd8b25['YNroj'])?_0x2f6df1[_0x32c81b(0x136)](_0x32c81b(0x142)+_0x23417c):logger['debug'](_0x32c81b(0x126)+_0x43feca);}else _0x425d26[_0x32c81b(0x136)](_0x32c81b(0x143)+_0x334717);}}};});const a5_0x2f7f1e={};a5_0x2f7f1e['name']=a5_0x22d31e(0x170),a5_0x2f7f1e[a5_0x22d31e(0x11e)]=0x2710,Before(a5_0x2f7f1e,function(_0x369f45,_0x4db4e1){const _0x32a055=a5_0x22d31e,_0x7dca7={'PdkFq':function(_0x3697e9,_0x461914){return _0x3697e9(_0x461914);},'eLjTW':function(_0x1e5181,_0x20ffc3){return _0x1e5181>_0x20ffc3;},'BaWaD':function(_0x8143a8,_0x5e45e9){return _0x8143a8!==_0x5e45e9;},'DcMAU':_0x32a055(0x155),'flAsb':'Bncbt','rqLld':function(_0x19dfd1,_0x1a2262){return _0x19dfd1>_0x1a2262;},'rFzAQ':function(_0x494aa7,_0x292082){return _0x494aa7!==_0x292082;},'CJqbL':_0x32a055(0x168),'UEyIo':_0x32a055(0x186),'JMKPH':function(_0x312411){return _0x312411();},'NdmIX':_0x32a055(0x180)};logger[_0x32a055(0x136)](_0x7dca7[_0x32a055(0x181)]),new Promise(async _0x2890ad=>{const _0x1532c7=_0x32a055;try{_0x7dca7[_0x1532c7(0x117)](global[_0x1532c7(0x106)]['length'],0x1)&&(_0x7dca7[_0x1532c7(0x161)](_0x7dca7[_0x1532c7(0x18d)],_0x7dca7[_0x1532c7(0x131)])?(await global[_0x1532c7(0x135)](),global['__drivers'][_0x1532c7(0x16f)]()):(_0x42cff3[_0x1532c7(0x171)]=_0x3c7d17,_0x7dca7[_0x1532c7(0x110)](_0x50cdd1,_0x247b84))),global['__drivers'][0x0]['quitCount_']&&_0x7dca7[_0x1532c7(0x16d)](global['__drivers'][0x0][_0x1532c7(0x178)],0x0)&&(_0x7dca7[_0x1532c7(0x120)](_0x7dca7[_0x1532c7(0x17d)],_0x7dca7[_0x1532c7(0x115)])?await global[_0x1532c7(0x135)]():_0x1442d1[_0x1532c7(0x136)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x1bedb1));}catch(_0x5ad221){}_0x7dca7[_0x1532c7(0x109)](_0x2890ad);})[_0x32a055(0x17a)](_0x4db4e1);});const a5_0x3fbcde={};a5_0x3fbcde[a5_0x22d31e(0x125)]=a5_0x22d31e(0x170),a5_0x3fbcde['timeout']=0x2710,After(a5_0x3fbcde,function(_0x181919,_0x347d32){const _0x3bb0ae=a5_0x22d31e,_0x243b9e={'eWIVK':_0x3bb0ae(0x108),'kvdXY':function(_0x29c5b5,_0x1b0f51){return _0x29c5b5>_0x1b0f51;},'ASUYF':function(_0x4147a3,_0x2ec347){return _0x4147a3===_0x2ec347;},'puKuI':_0x3bb0ae(0x191),'xFUKu':function(_0x292c9b,_0x3912ae,_0x34f3fc,_0x4f939f){return _0x292c9b(_0x3912ae,_0x34f3fc,_0x4f939f);},'qdjXB':_0x3bb0ae(0x182),'gyLtT':function(_0x42b87d,_0x5ce881,_0x214060){return _0x42b87d(_0x5ce881,_0x214060);},'HXlRe':_0x3bb0ae(0x183),'CcGdk':function(_0x27515b,_0x71602f){return _0x27515b>_0x71602f;},'AKwDl':function(_0x19cbae){return _0x19cbae();},'oNvGH':_0x3bb0ae(0x185)};logger[_0x3bb0ae(0x136)](_0x243b9e[_0x3bb0ae(0x196)]),new Promise(async _0x527183=>{const _0x449880=_0x3bb0ae;let _0x4a86d3=![];try{const _0x3d5f22=_0x243b9e[_0x449880(0x169)][_0x449880(0x139)]('|');let _0x4b855a=0x0;while(!![]){switch(_0x3d5f22[_0x4b855a++]){case'0':!global[_0x449880(0x14e)]&&await global['__drivers'][0x0]['executeScript'](_0x449880(0x119)+_0x181919['pickle'][_0x449880(0x125)]+_0x449880(0x150));continue;case'1':_0x4a86d3=!![];continue;case'2':await global[_0x449880(0x106)][0x0]['session_'];continue;case'3':_0x243b9e[_0x449880(0x14d)](global[_0x449880(0x106)]['length'],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x449880(0x16f)](),global['__error_messages__']=[],global[_0x449880(0x137)]=![]);continue;case'4':if(_0x243b9e['ASUYF'](_0x181919['result'][_0x449880(0x13e)][_0x449880(0x111)]()[_0x449880(0x17f)](),_0x243b9e[_0x449880(0x129)])||_0x243b9e[_0x449880(0x14c)](_0x181919[_0x449880(0x104)][_0x449880(0x13e)][_0x449880(0x111)]()[_0x449880(0x17f)](),'6')){try{global[_0x449880(0x141)][_0x449880(0x15c)](_0x181919['result'][_0x449880(0x122)]);}catch(_0x28aa87){logger['debug']('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x28aa87);}await _0x243b9e['xFUKu'](markSessionStatus,global[_0x449880(0x106)][0x0],_0x243b9e[_0x449880(0x129)],global[_0x449880(0x141)][_0x449880(0x177)](_0x243b9e[_0x449880(0x118)]));}else await _0x243b9e[_0x449880(0x144)](markSessionStatus,global[_0x449880(0x106)][0x0],_0x243b9e[_0x449880(0x12d)]);continue;}break;}}catch(_0x3c69b9){logger[_0x449880(0x136)]('Error:\x20at\x20After:\x20'+_0x3c69b9);}if(_0x4a86d3)try{global[_0x449880(0x106)][0x0]&&_0x243b9e[_0x449880(0x18b)](global[_0x449880(0x106)][0x0][_0x449880(0x178)],0x0)&&await global['__drivers'][0x0]['initQuit']();}catch(_0x36c193){logger['debug']('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x36c193);}_0x243b9e['AKwDl'](_0x527183);})['finally'](()=>_0x347d32());});const a5_0x5ebf69={};function a5_0x5d93(){const _0x12f905=['dENWJ','frHEr','vxdAh','Vvgmp','Error:\x20at\x20After:\x20','vDbjk','skipSessionStatus','eteiO','95hNCJKf','AfterAll','push','lzunI','Wjdlj','skipSessionName','avNFW','BaWaD','xWahU','stringify','3689252NTaPXL','__platformCaps','text','20097DyIJen','acPie','eWIVK','zKvGB','4670jfPgbh','__skipSessionStatus','rqLld','DlYUS','shift','bstack','__timeout','nJbNw','Cihgo','QdIbv','GxsyM','CuxOI','join','quitCount_','1689tbsNxQ','finally','jzwOV','env','CJqbL','GZAZd','toLowerCase','Inside\x20browserstack\x20Before','NdmIX','\x20|\x20','passed','HbJNa','Inside\x20browserstack\x20After','TbMdO','../../index','../../helpers/performance-tester','wSjsS','After','CcGdk','setDefaultTimeout','DcMAU','gyELC','StXtA','ZtTPk','failed','mWyEB','IizcW','mpoOL','SUycy','oNvGH','mhjVp','LVkrj','platformCaps','result','gajsS','__drivers','info','3|2|1|0|4','JMKPH','48653hnWcKr','3825616BIdsgL','ZJhhD','416958gLNlps','\x0aError:\x20','LzYNZ','PdkFq','toString','Before','kodBa','../../helpers/setKeepAlive','UEyIo','rQspF','eLjTW','qdjXB','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','BvqMx','lABrm','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','browserstackAgentV2','timeout','Passed:\x20','rFzAQ','PknFC','message','Yhxvj','Inside\x20browserstack\x20AfterStep','name','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','vZUjy','parse','puKuI','CONFIG','7385294YBeQVv','@cucumber/cucumber/lib/index.js','HXlRe','ZDsuP','BeforeAll','../../helpers/helper','flAsb','DOOEA','BrFgn','Error:\x20at\x20After\x20Step:\x20','driverCleanup','debug','__sessionFailed','QiwVb','split','hKJlj','pickleStep','executeScript','AeKpH','status','winstonLogger','4990TMSkXd','__error_messages__','Error:\x20quiting\x20driver\x20at\x20After:\x20','Error:\x20cleaning\x20up\x20driver:\x20','gyLtT','stopMonitoring','session_','dtaZs','byxkk','TWNvo','Failed:\x20','rvVQy','ASUYF','kvdXY','__skipSessionName','startMonitoring','\x22}}','error'];a5_0x5d93=function(){return _0x12f905;};return a5_0x5d93();}a5_0x5ebf69[a5_0x22d31e(0x125)]='bstack',a5_0x5ebf69[a5_0x22d31e(0x11e)]=0x2710,AfterStep(a5_0x5ebf69,function(_0x500093,_0x4ddf0d){const _0x11ac3f=a5_0x22d31e,_0x21742c={'nJbNw':function(_0x18b45a,_0x23b02c){return _0x18b45a===_0x23b02c;},'OEODj':'failed','lABrm':function(_0x55213f,_0x65d2e0){return _0x55213f===_0x65d2e0;},'mpoOL':function(_0x122379,_0x58e21b){return _0x122379!==_0x58e21b;},'Yhxvj':function(_0x315c87,_0x32c3cf,_0x415f12){return _0x315c87(_0x32c3cf,_0x415f12);},'HbJNa':function(_0x57afb2,_0x3ffed4){return _0x57afb2+_0x3ffed4;},'ZtTPk':_0x11ac3f(0x14a),'fbsCT':_0x11ac3f(0x10e),'vxdAh':_0x11ac3f(0x151),'SUycy':function(_0x43de06,_0x2d86e7){return _0x43de06+_0x2d86e7;},'GZAZd':function(_0x36423f,_0x5c0a98){return _0x36423f!==_0x5c0a98;},'xWahU':function(_0x596e9c,_0x5cbca1,_0x10580e){return _0x596e9c(_0x5cbca1,_0x10580e);},'mWyEB':_0x11ac3f(0x11f),'CuxOI':_0x11ac3f(0x107),'IizcW':'Passed','rvVQy':function(_0x1ade3a){return _0x1ade3a();},'YAqkC':_0x11ac3f(0x124)};logger[_0x11ac3f(0x136)](_0x21742c['YAqkC']);const _0x494465=async(_0x5e6150,_0x357a1e)=>{const _0x3786c8=_0x11ac3f;await global[_0x3786c8(0x106)][0x0][_0x3786c8(0x13c)](_0x3786c8(0x11c)+_0x5e6150+',\x22level\x22:\x20\x22'+_0x357a1e+_0x3786c8(0x150));};new Promise(async _0x47817e=>{const _0x3201d5=_0x11ac3f;try{_0x21742c[_0x3201d5(0x172)](_0x500093['result'][_0x3201d5(0x13e)][_0x3201d5(0x111)]()[_0x3201d5(0x17f)](),_0x21742c['OEODj'])||_0x21742c[_0x3201d5(0x11b)](_0x500093[_0x3201d5(0x104)][_0x3201d5(0x13e)][_0x3201d5(0x111)]()[_0x3201d5(0x17f)](),'6')?(global[_0x3201d5(0x137)]=!![],global[_0x3201d5(0x141)][_0x3201d5(0x15c)](_0x500093[_0x3201d5(0x104)]['message']),_0x21742c[_0x3201d5(0x194)](_0x500093[_0x3201d5(0x13b)],undefined)?await _0x21742c['Yhxvj'](_0x494465,JSON[_0x3201d5(0x163)](_0x21742c['HbJNa'](_0x21742c[_0x3201d5(0x184)](_0x21742c[_0x3201d5(0x184)](_0x21742c[_0x3201d5(0x190)],'\x22'+_0x500093[_0x3201d5(0x13b)][_0x3201d5(0x166)]+'\x22\x20'),_0x21742c['fbsCT']),_0x500093[_0x3201d5(0x104)][_0x3201d5(0x122)])),_0x21742c['vxdAh']):await _0x21742c['Yhxvj'](_0x494465,JSON[_0x3201d5(0x163)](_0x21742c[_0x3201d5(0x195)](_0x21742c[_0x3201d5(0x190)],_0x500093['result'][_0x3201d5(0x122)])),_0x21742c[_0x3201d5(0x154)])):_0x21742c[_0x3201d5(0x17e)](_0x500093[_0x3201d5(0x13b)],undefined)?await _0x21742c[_0x3201d5(0x162)](_0x494465,JSON['stringify'](_0x21742c['HbJNa'](_0x21742c[_0x3201d5(0x192)],'\x22'+_0x500093[_0x3201d5(0x13b)][_0x3201d5(0x166)]+'\x22')),_0x21742c[_0x3201d5(0x176)]):await _0x21742c[_0x3201d5(0x123)](_0x494465,JSON['stringify'](_0x21742c[_0x3201d5(0x193)]),_0x21742c['CuxOI']);}catch(_0x4aac90){logger[_0x3201d5(0x136)](_0x3201d5(0x134)+_0x4aac90);}_0x21742c[_0x3201d5(0x14b)](_0x47817e);})[_0x11ac3f(0x17a)](()=>_0x4ddf0d());});const a5_0x2e162f={};a5_0x2e162f[a5_0x22d31e(0x125)]='bstack',a5_0x2e162f[a5_0x22d31e(0x11e)]=0x7530,AfterAll(a5_0x2e162f,async function(_0x5b3eaa,_0x2c6b4d){const _0x5a7c9c=a5_0x22d31e,_0x44db08={'QdIbv':function(_0x26b707){return _0x26b707();},'lzunI':'Inside\x20browserstack\x20AfterAll'};logger[_0x5a7c9c(0x136)](_0x44db08[_0x5a7c9c(0x15d)]),await new Promise(async _0x3ed636=>{const _0x4fd5c1=_0x5a7c9c;PerformanceTester[_0x4fd5c1(0x145)](),await global[_0x4fd5c1(0x135)](),_0x44db08[_0x4fd5c1(0x174)](_0x3ed636);});});
|
|
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_0x334fad=a8_0x4448;(function(_0x48caef,_0xfd60b6){const _0x3160f6=a8_0x4448,_0x2b2c9b=_0x48caef();while(!![]){try{const _0x3ad9d9=parseInt(_0x3160f6(0x221))/0x1*(-parseInt(_0x3160f6(0x20d))/0x2)+parseInt(_0x3160f6(0x15b))/0x3+-parseInt(_0x3160f6(0x17f))/0x4*(parseInt(_0x3160f6(0x1ce))/0x5)+-parseInt(_0x3160f6(0x161))/0x6+parseInt(_0x3160f6(0x156))/0x7*(-parseInt(_0x3160f6(0x1e2))/0x8)+parseInt(_0x3160f6(0x17e))/0x9*(-parseInt(_0x3160f6(0x1ef))/0xa)+parseInt(_0x3160f6(0x1b0))/0xb;if(_0x3ad9d9===_0xfd60b6)break;else _0x2b2c9b['push'](_0x2b2c9b['shift']());}catch(_0x276d6a){_0x2b2c9b['push'](_0x2b2c9b['shift']());}}}(a8_0x2ba3,0x8d8f6));function a8_0x4448(_0x48d8c1,_0x235974){const _0x2ba358=a8_0x2ba3();return a8_0x4448=function(_0x4448e9,_0x558230){_0x4448e9=_0x4448e9-0x156;let _0xb3560a=_0x2ba358[_0x4448e9];return _0xb3560a;},a8_0x4448(_0x48d8c1,_0x235974);}const fs=require('fs'),path=require(a8_0x334fad(0x19c)),{spawn}=require(a8_0x334fad(0x21f)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),constants=require(a8_0x334fad(0x1e3)),accessibilityHelper=require(a8_0x334fad(0x1bf)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a8_0x334fad(0x1aa)),SessionHandler=require(a8_0x334fad(0x224)),{getFrameworkVersion,debug}=require(a8_0x334fad(0x1aa)),TestDetails=require(a8_0x334fad(0x1f8)),{getPercyOptions}=require(a8_0x334fad(0x1fa)),getUserJestConfigs=(_0xf30ac0,_0x1bf01c)=>{const _0x613f3a=a8_0x334fad,_0x2f2776={'mqNbO':function(_0x4613e7,_0x264cc4){return _0x4613e7!==_0x264cc4;},'HnFqI':'bcTXq','pOkDG':_0x613f3a(0x1d3),'QjHGx':function(_0x21272d,_0x1922d6){return _0x21272d(_0x1922d6);},'cmSgN':function(_0x26a896,_0x224919){return _0x26a896||_0x224919;},'keHIT':_0x613f3a(0x20e),'ToeKl':function(_0x3c5b7a,_0x4fa80c){return _0x3c5b7a(_0x4fa80c);},'MOZBk':_0x613f3a(0x18a)},_0x5b6bc7=_0x1bf01c[_0x613f3a(0x20b)](_0x969534=>_0x969534===_0x613f3a(0x181));if(!helper[_0x613f3a(0x219)](_0xf30ac0[_0x613f3a(0x204)])){if(_0x2f2776[_0x613f3a(0x233)](_0x2f2776[_0x613f3a(0x1a4)],_0x2f2776[_0x613f3a(0x171)])){logger[_0x613f3a(0x1b5)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0xf30ac0[_0x613f3a(0x204)]);const _0x2eb253=_0x2f2776[_0x613f3a(0x18f)](require,path[_0x613f3a(0x210)](process['cwd'](),_0xf30ac0['config']));return _0x1bf01c[_0x613f3a(0x21c)](_0x5b6bc7,0x2),_0x2f2776[_0x613f3a(0x232)](_0x2eb253,{});}else _0x4b4885=_0x2df1f5[_0x613f3a(0x223)];}return logger[_0x613f3a(0x1b5)](_0x2f2776[_0x613f3a(0x1d5)]),_0x2f2776[_0x613f3a(0x1b3)](require,path[_0x613f3a(0x210)](process['cwd'](),_0x2f2776[_0x613f3a(0x185)]))['jest']||{};},getSerial=(_0x474e4b,_0x4073f5)=>{const _0x5c100d=a8_0x334fad,_0x12b25d={};_0x12b25d['ymzgq']='true',_0x12b25d[_0x5c100d(0x196)]=function(_0x1872ea,_0x32f7f3){return _0x1872ea>_0x32f7f3;},_0x12b25d['fEmoB']=function(_0x443e8f,_0x267873){return _0x443e8f===_0x267873;},_0x12b25d[_0x5c100d(0x234)]='GLzlB',_0x12b25d[_0x5c100d(0x193)]=_0x5c100d(0x191);const _0x4ef036=_0x12b25d;let _0x3709f1=_0x4ef036[_0x5c100d(0x1e0)];return _0x4ef036[_0x5c100d(0x196)](_0x474e4b['length'],0x1)&&(!_0x4073f5['runInBand']&&(helper[_0x5c100d(0x219)](_0x4073f5[_0x5c100d(0x223)])||_0x4ef036[_0x5c100d(0x196)](_0x4073f5['maxWorkers'],0x1)))&&(_0x4ef036[_0x5c100d(0x205)](_0x4ef036[_0x5c100d(0x234)],_0x4ef036['iImNv'])?_0x3709f1=_0x4ef036['EpVRI']:_0x5439a6=_0xfbe342[_0x5c100d(0x1f1)](_0x2f7552)),_0x3709f1;},getMaxWorkers=(_0x544405,_0x246140)=>{const _0x17ca6a=a8_0x334fad,_0x117f2b={'jIsxP':_0x17ca6a(0x19b),'MDhUB':function(_0x1e4096,_0x1ed35d){return _0x1e4096>_0x1ed35d;},'wlmPk':function(_0x546d3f,_0x25ee9b){return _0x546d3f>_0x25ee9b;},'ESevj':'false','HqjWv':_0x17ca6a(0x203),'iSegk':function(_0x415fff,_0xd6677b){return _0x415fff!==_0xd6677b;},'TEQPy':'DjaSm','yzOZb':function(_0xcb0faa,_0xdbdc26){return _0xcb0faa(_0xdbdc26);},'YgATf':function(_0x1a25c5,_0x882f63){return _0x1a25c5===_0x882f63;},'TsZMm':'fIYsN'};let _0x585e02=0x1;if(!helper['isUndefined'](_0x246140[_0x17ca6a(0x166)])){if(_0x117f2b[_0x17ca6a(0x22d)](_0x117f2b['TEQPy'],_0x117f2b['TEQPy'])){let _0x5116f7=_0x117f2b[_0x17ca6a(0x19d)];return _0x117f2b[_0x17ca6a(0x16b)](_0x33afcd[_0x17ca6a(0x1f9)],0x1)&&(!_0x490501[_0x17ca6a(0x1d9)]&&(_0x48d09b[_0x17ca6a(0x219)](_0x485061['maxWorkers'])||_0x117f2b[_0x17ca6a(0x19f)](_0x1fac39[_0x17ca6a(0x223)],0x1)))&&(_0x5116f7=_0x117f2b[_0x17ca6a(0x1f5)]),_0x5116f7;}else _0x585e02=_0x117f2b[_0x17ca6a(0x164)](parseInt,_0x246140[_0x17ca6a(0x166)]);}else!helper[_0x17ca6a(0x219)](_0x544405[_0x17ca6a(0x223)])&&(_0x117f2b[_0x17ca6a(0x1f2)](_0x117f2b[_0x17ca6a(0x188)],_0x117f2b[_0x17ca6a(0x188)])?_0x585e02=_0x544405['maxWorkers']:_0xfb0d71[_0x17ca6a(0x1e9)](_0x1b05e1[_0x17ca6a(0x1e7)](_0x1771e2[_0x17ca6a(0x204)],_0x117f2b[_0x17ca6a(0x1db)],_0x6827c2)));return _0x585e02;};async function run(_0x14efc9,_0xc0fa2c){const _0x5958a1=a8_0x334fad,_0x54817f={'cTJZK':function(_0x529c7f,_0x21a183){return _0x529c7f(_0x21a183);},'kidEH':function(_0x506047,_0x980ff8){return _0x506047||_0x980ff8;},'HXvCG':_0x5958a1(0x20e),'PrOcE':_0x5958a1(0x18a),'kgfuO':'jest','ZiAie':_0x5958a1(0x191),'uYMjk':function(_0x22f8c6,_0x2a9476){return _0x22f8c6!==_0x2a9476;},'OxbjH':_0x5958a1(0x1bb),'TqoGH':_0x5958a1(0x22b),'GaXID':function(_0x555e47,_0x54d62f){return _0x555e47===_0x54d62f;},'Jrgfj':_0x5958a1(0x175),'mKwaQ':'lWWvd','qZEQy':function(_0x22826b,_0x4ba356){return _0x22826b(_0x4ba356);},'DEOPx':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','cUCqE':function(_0x2a8379,_0xac5ac8){return _0x2a8379(_0xac5ac8);},'VGkJY':function(_0x48a5d6,_0x4aab10){return _0x48a5d6||_0x4aab10;},'qvVHW':function(_0x48e7dd,_0x19d998){return _0x48e7dd(_0x19d998);},'Elxey':function(_0x5f5152,_0x4f0c83){return _0x5f5152!==_0x4f0c83;},'pEsGE':_0x5958a1(0x1a8),'jukgS':_0x5958a1(0x184),'yvFLT':'lpqxG','Dmbfx':_0x5958a1(0x206),'Mrcpd':_0x5958a1(0x1c8),'LRnmI':_0x5958a1(0x1fc),'dEXCn':_0x5958a1(0x213),'WhuNt':_0x5958a1(0x162),'EGCGj':_0x5958a1(0x1ad),'zfura':_0x5958a1(0x187),'oUWjH':function(_0x210530,_0x38a532){return _0x210530!=_0x38a532;},'wrsSg':_0x5958a1(0x1f7),'pTszB':_0x5958a1(0x159),'SCmaP':'hLUZd','VMeZb':_0x5958a1(0x1b6),'MfZxf':function(_0x2f74cd,_0xc3d746,_0x4449fa){return _0x2f74cd(_0xc3d746,_0x4449fa);},'UZwau':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','JAeyd':function(_0x357e6a,_0x552311){return _0x357e6a>_0x552311;},'JvpOT':_0x5958a1(0x1c6),'jinxM':'KvytO','Jmqhr':function(_0x149dfd,_0x1718af){return _0x149dfd!==_0x1718af;},'LJrdD':'TBLvJ','yQnAq':_0x5958a1(0x16e),'GWlEs':_0x5958a1(0x160),'DFrex':function(_0x5ed1c0,_0x58aef0){return _0x5ed1c0*_0x58aef0;},'mWXmP':_0x5958a1(0x189),'iWxDG':'customImplements','DoRlz':'jest_browserstack_results.json','msqEb':function(_0x1c20b9,_0x2ace45){return _0x1c20b9===_0x2ace45;},'plARe':_0x5958a1(0x1b2),'uiWHJ':function(_0x361d08,_0x17e0a9){return _0x361d08===_0x17e0a9;},'dXGVL':_0x5958a1(0x1ec),'bmTKI':_0x5958a1(0x172),'USNpX':function(_0x153099,_0x79a572){return _0x153099(_0x79a572);},'YjPIz':_0x5958a1(0x1be),'vffzV':_0x5958a1(0x1e4),'lfdUV':function(_0x32b566,_0x3b0cd4,_0x52028a){return _0x32b566(_0x3b0cd4,_0x52028a);},'PpZAA':_0x5958a1(0x1af),'lWHxV':function(_0x283d81,_0x5b1f32){return _0x283d81!==_0x5b1f32;},'frELj':'hyHza','QCpQg':function(_0x129865,_0x2a3e95,_0x14a4a2,_0x55c931){return _0x129865(_0x2a3e95,_0x14a4a2,_0x55c931);},'zSMwl':_0x5958a1(0x1dc),'ekYmD':_0x5958a1(0x181),'kgbPl':'inherit','IjtGP':_0x5958a1(0x216)},_0x2d258=new BrowserStackSetup(_0x14efc9,_0x54817f[_0x5958a1(0x165)]);helper[_0x5958a1(0x1fd)]()&&(_0x54817f[_0x5958a1(0x18c)](_0x54817f[_0x5958a1(0x163)],_0x54817f[_0x5958a1(0x1a3)])?(_0x162fab['setupFilesAfterEnv'][_0x5958a1(0x1e9)](_0x38fc1a+_0x5958a1(0x183)),_0x1e155d[_0x5958a1(0x1b8)]=_0x5045a9+_0x5958a1(0x235)):(await _0x2d258[_0x5958a1(0x202)](),await helper[_0x5958a1(0x1fb)](_0x2d258[_0x5958a1(0x204)])));if(!_0x2d258[_0x5958a1(0x204)]){if(_0x54817f[_0x5958a1(0x198)](_0x54817f[_0x5958a1(0x215)],_0x54817f[_0x5958a1(0x215)])){const _0x17fe36=_0x2d2c59[_0x5958a1(0x20b)](_0x4397d0=>_0x4397d0===_0x5958a1(0x181));if(!_0x4729e5[_0x5958a1(0x219)](_0x34724c[_0x5958a1(0x204)])){_0x24c381[_0x5958a1(0x1b5)](_0x5958a1(0x1fe)+_0x3c89ef['config']);const _0x18ac32=_0x54817f[_0x5958a1(0x21e)](_0x1bf4ae,_0x426b3c[_0x5958a1(0x210)](_0x24f195[_0x5958a1(0x1b7)](),_0x524d14['config']));return _0x4e1855['splice'](_0x17fe36,0x2),_0x54817f[_0x5958a1(0x1cd)](_0x18ac32,{});}return _0x2dbc46[_0x5958a1(0x1b5)](_0x54817f[_0x5958a1(0x170)]),_0x54817f[_0x5958a1(0x21e)](_0x1d2b7e,_0x26d8fc[_0x5958a1(0x210)](_0x9029f0[_0x5958a1(0x1b7)](),_0x54817f[_0x5958a1(0x211)]))[_0x5958a1(0x203)]||{};}else return;}_0x54817f[_0x5958a1(0x200)](_0x2d258['config'][_0x5958a1(0x1b9)],null)?_0x54817f[_0x5958a1(0x198)](_0x54817f['wrsSg'],_0x54817f['pTszB'])?process[_0x5958a1(0x1ae)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2d258[_0x5958a1(0x204)][_0x5958a1(0x1b9)]:_0x1c02ee[_0x5958a1(0x1e9)](_0x1c47f1['modifyBrowserStackW3CCaps'](_0x350a3c['config'],_0x54817f[_0x5958a1(0x165)],_0x4068fa)):_0x54817f['GaXID'](_0x54817f['SCmaP'],_0x54817f[_0x5958a1(0x15e)])?_0x1c64d0=_0x54817f[_0x5958a1(0x16a)]:process['env'][_0x5958a1(0x1d8)]=_0x54817f['ZiAie'];const _0x6269ef=_0x54817f[_0x5958a1(0x1a2)](getUserJestConfigs,_0x14efc9,_0xc0fa2c);logger['info'](_0x54817f[_0x5958a1(0x1c1)]);const _0x59743d=Object[_0x5958a1(0x1ed)]({},_0x6269ef);_0x59743d[_0x5958a1(0x1d6)]={'server':helper[_0x5958a1(0x21b)](_0x2d258[_0x5958a1(0x204)]),'environment':_0x6269ef[_0x5958a1(0x1df)]},_0x59743d[_0x5958a1(0x1d6)][_0x5958a1(0x1a6)]=_0x54817f[_0x5958a1(0x217)](getPercyOptions,_0x2d258[_0x5958a1(0x204)]);const _0x9ba7d=helper[_0x5958a1(0x1cc)](_0x2d258[_0x5958a1(0x204)]),_0x317dfd=[];if(_0x54817f['JAeyd'](_0x2d258[_0x5958a1(0x204)][_0x5958a1(0x1d4)][_0x5958a1(0x1f9)],0x0)){if(_0x54817f[_0x5958a1(0x198)](_0x54817f[_0x5958a1(0x15f)],_0x54817f[_0x5958a1(0x228)]))_0x2d258['config'][_0x5958a1(0x1d4)][_0x5958a1(0x169)]((_0xec325f,_0x2e84a7)=>{const _0x39dec2=_0x5958a1;_0x54817f[_0x39dec2(0x201)](_0x54817f['OxbjH'],_0x54817f[_0x39dec2(0x1ea)])?_0x55a16e['push']({}):_0x9ba7d?_0x54817f[_0x39dec2(0x201)](_0x54817f['TqoGH'],_0x54817f['TqoGH'])?_0x48b333[_0x39dec2(0x1ae)][_0x39dec2(0x1d8)]=_0x54817f[_0x39dec2(0x16a)]:_0x317dfd[_0x39dec2(0x1e9)](helper['modifyBrowserStackW3CCaps'](_0x2d258['config'],_0x54817f[_0x39dec2(0x165)],_0x2e84a7)):_0x54817f[_0x39dec2(0x18c)](_0x54817f[_0x39dec2(0x1e6)],_0x54817f[_0x39dec2(0x229)])?(_0x4aa92f[_0x39dec2(0x1ba)](_0x3d92a5),_0x54817f[_0x39dec2(0x21e)](_0x323b6b,_0x39dec2(0x18d)+_0x213441)):_0x317dfd[_0x39dec2(0x1e9)](helper[_0x39dec2(0x1e7)](_0x2d258['config'],_0x54817f[_0x39dec2(0x165)],_0x2e84a7));});else{let _0x140bac=0x1;if(!_0x20a900[_0x5958a1(0x219)](_0x255b2c[_0x5958a1(0x166)]))_0x140bac=_0x54817f[_0x5958a1(0x182)](_0x1e542a,_0x1a25cf[_0x5958a1(0x166)]);else!_0x139f34[_0x5958a1(0x219)](_0x408aec['maxWorkers'])&&(_0x140bac=_0xc782e4[_0x5958a1(0x223)]);return _0x140bac;}}else _0x54817f['Jmqhr'](_0x54817f[_0x5958a1(0x15d)],_0x54817f[_0x5958a1(0x15d)])?_0x3396a7[_0x5958a1(0x1ae)][_0x5958a1(0x1ff)]=_0x3b7bf0[_0x5958a1(0x1d0)](_0x2b26bd['config']['accessibilityOptions']):_0x317dfd['push']({});!helper[_0x5958a1(0x219)](_0x2d258['config'][_0x5958a1(0x1c2)])&&(_0x54817f[_0x5958a1(0x18c)](_0x54817f[_0x5958a1(0x179)],_0x54817f[_0x5958a1(0x179)])?process[_0x5958a1(0x1ae)][_0x5958a1(0x1ff)]=JSON[_0x5958a1(0x1d0)](_0x2d258['config'][_0x5958a1(0x1c2)]):_0x384fc4[_0x5958a1(0x1ae)][_0x5958a1(0x1d8)]=_0x4921ce[_0x5958a1(0x204)]['testObservability']);let _0x1db0e4=_0x2d258['config'][_0x5958a1(0x167)];_0x1db0e4=_0x1db0e4||accessibilityHelper[_0x5958a1(0x158)](_0x2d258[_0x5958a1(0x204)]),process[_0x5958a1(0x1ae)][_0x5958a1(0x1d1)]=_0x1db0e4;if(_0x1db0e4){if(_0x54817f[_0x5958a1(0x18c)](_0x54817f[_0x5958a1(0x225)],_0x54817f[_0x5958a1(0x225)])){const [_0x5f492c,_0x2e9513]=await accessibilityHelper[_0x5958a1(0x15c)](_0x2d258['config'],_0x54817f[_0x5958a1(0x165)]);logger['info'](_0x5958a1(0x20c)+_0x2e9513),process[_0x5958a1(0x1ae)][_0x5958a1(0x209)]=_0x5f492c,process[_0x5958a1(0x1ae)][_0x5958a1(0x1da)]=_0x2e9513;}else _0x3949eb['debug'](_0x5958a1(0x22f)+_0x55bd5e+',\x20'+_0x624f28+_0x5958a1(0x1cf)+_0x3d8980);}_0x59743d[_0x5958a1(0x1d6)][_0x5958a1(0x1d7)]=_0x317dfd,_0x59743d[_0x5958a1(0x1d6)][_0x5958a1(0x1ca)]=_0x54817f[_0x5958a1(0x1a2)](getSerial,_0x317dfd,_0x14efc9),_0x59743d[_0x5958a1(0x1d6)][_0x5958a1(0x1e1)]=_0x54817f['MfZxf'](getMaxWorkers,_0x14efc9,_0x2d258[_0x5958a1(0x204)]),_0x59743d[_0x5958a1(0x1d6)][_0x5958a1(0x1a9)]=_0x2d258['config']['proxySettings'],_0x59743d['testEnvironmentOptions'][_0x5958a1(0x199)]=_0x54817f[_0x5958a1(0x16c)](_0x14efc9[_0x5958a1(0x1cb)],0x1)||0x1388,_0x59743d[_0x5958a1(0x1d6)][_0x5958a1(0x208)]=_0x2d258['config'][_0x5958a1(0x212)][_0x5958a1(0x208)],_0x59743d['testEnvironmentOptions']['skipSessionStatus']=_0x2d258['config'][_0x5958a1(0x212)][_0x5958a1(0x1f4)],_0x59743d[_0x5958a1(0x1d6)][_0x5958a1(0x192)]=_0x2d258[_0x5958a1(0x204)][_0x5958a1(0x173)],_0x59743d['testEnvironmentOptions'][_0x5958a1(0x17c)]=_0x2d258['config'][_0x5958a1(0x17c)],_0x59743d[_0x5958a1(0x1d6)][_0x5958a1(0x1de)]=_0x2d258[_0x5958a1(0x204)][_0x5958a1(0x1d4)];const _0x4f8b61=_0x54817f[_0x5958a1(0x19a)],_0x2d18ee=path[_0x5958a1(0x210)](__dirname,_0x54817f[_0x5958a1(0x195)],_0x54817f[_0x5958a1(0x22c)]),_0x5ab4fe=__dirname+_0x5958a1(0x15a),_0xbe81c2=__dirname+'/customImplements/customTestRunnerTemplate.js';_0x59743d[_0x5958a1(0x1df)]=__dirname+_0x5958a1(0x20a),_0x59743d[_0x5958a1(0x1c5)]=_0x5ab4fe,_0x59743d['setupFilesAfterEnv']=[__dirname+'/jest.setup.js'];if(testOpsHelper[_0x5958a1(0x1bc)]()){if(_0x54817f[_0x5958a1(0x1ee)](_0x54817f[_0x5958a1(0x1c4)],_0x54817f[_0x5958a1(0x1c4)])){let _0x22daad=null;try{if(_0x54817f[_0x5958a1(0x17b)](_0x54817f['dXGVL'],_0x54817f['dXGVL']))_0x22daad=helper[_0x5958a1(0x17d)](_0x54817f[_0x5958a1(0x22e)]);else{let _0x42b188=null;try{_0x42b188=_0x319497[_0x5958a1(0x17d)](_0x54817f['DEOPx']);}catch(_0x322b80){_0x54817f[_0x5958a1(0x21e)](_0x4d0120,_0x5958a1(0x1f3)+_0x322b80);}_0x42b188&&(_0x152d94['setupFilesAfterEnv'][_0x5958a1(0x1e9)](_0x12db55+_0x5958a1(0x183)),_0x32ffe6[_0x5958a1(0x1b8)]=_0x1c6d6a+_0x5958a1(0x235));}}catch(_0x255de0){_0x54817f['uiWHJ'](_0x54817f[_0x5958a1(0x194)],_0x54817f[_0x5958a1(0x194)])?_0x54817f[_0x5958a1(0x1eb)](debug,_0x5958a1(0x1f3)+_0x255de0):_0x498f4d[_0x5958a1(0x18e)](_0x454697[_0x5958a1(0x204)]);}_0x22daad&&(_0x54817f[_0x5958a1(0x1c9)](_0x54817f[_0x5958a1(0x1d2)],_0x54817f[_0x5958a1(0x1d2)])?_0x54817f[_0x5958a1(0x178)](_0x3ac131,_0x5958a1(0x1f3)+_0x4ff435):(_0x59743d[_0x5958a1(0x1a7)][_0x5958a1(0x1e9)](__dirname+_0x5958a1(0x183)),_0x59743d[_0x5958a1(0x1b8)]=__dirname+_0x5958a1(0x235)));}else return;}_0x59743d[_0x5958a1(0x1a1)]=[__dirname+_0x5958a1(0x1a5)],_0x59743d['reporters']=_0x59743d[_0x5958a1(0x19e)]||[_0x54817f['vffzV']],_0x54817f['lfdUV'](updateTestRerunConfig,_0x59743d,_0x2d258);const _0x4297b2=fs[_0x5958a1(0x186)](_0xbe81c2);fs[_0x5958a1(0x222)](_0x59743d['runner'],'\x0a\x20\x20\x20\x20'+_0x4297b2+_0x5958a1(0x1e8)+_0x2d258['config']['platforms'][_0x5958a1(0x1f9)]+_0x5958a1(0x157)),logger[_0x5958a1(0x1b5)](_0x5958a1(0x1bd)+_0x4f8b61+_0x5958a1(0x1b1)),fs['writeFileSync'](_0x4f8b61,_0x5958a1(0x16f)+JSON['stringify'](_0x59743d)+_0x5958a1(0x18b)),logger[_0x5958a1(0x1b5)](_0x54817f[_0x5958a1(0x207)]);if(testOpsHelper[_0x5958a1(0x1bc)]()){if(_0x54817f['lWHxV'](_0x54817f['frELj'],_0x54817f[_0x5958a1(0x226)])){_0x20a836['info'](_0x5958a1(0x1fe)+_0x1582cd['config']);const _0x34cb6c=_0x54817f['cUCqE'](_0x424070,_0x5cfb2c[_0x5958a1(0x210)](_0x3835e5['cwd'](),_0x173bf5[_0x5958a1(0x204)]));return _0x370a94[_0x5958a1(0x21c)](_0x4cea5e,0x2),_0x54817f[_0x5958a1(0x218)](_0x34cb6c,{});}else{const _0x36e7e3={};_0x36e7e3[_0x5958a1(0x190)]='',await SessionHandler[_0x5958a1(0x1a0)](Object[_0x5958a1(0x1ed)]({},_0x2d258[_0x5958a1(0x204)],_0x36e7e3),{'frameworkName':_0x54817f[_0x5958a1(0x165)],'frameworkVersion':_0x54817f[_0x5958a1(0x178)](getFrameworkVersion,_0x54817f[_0x5958a1(0x165)])}),TestDetails['setup']();}}helper['filterBrowserstackConfig']({},_0xc0fa2c),helper[_0x5958a1(0x1f0)]();const _0x5eca3c=_0x54817f[_0x5958a1(0x168)](spawn,/^win/[_0x5958a1(0x1f6)](process[_0x5958a1(0x227)])?_0x54817f[_0x5958a1(0x1c7)]:_0x54817f['kgfuO'],[_0x54817f['ekYmD'],_0x4f8b61,..._0xc0fa2c[_0x5958a1(0x1c3)](0x1)],{'stdio':_0x54817f[_0x5958a1(0x197)]});_0x5eca3c['on'](_0x54817f[_0x5958a1(0x16d)],async _0x45604b=>{const _0x3f756d=_0x5958a1,_0x416b74={};_0x416b74[_0x3f756d(0x174)]=_0x54817f['DEOPx'];const _0x2534e4=_0x416b74;process['exitCode']=_0x45604b,logger[_0x3f756d(0x1ac)]('child\x20process\x20exited\x20with\x20code\x20'+_0x45604b),logger[_0x3f756d(0x1b5)]('Deleting\x20'+_0x4f8b61);let _0x37b460=null;if(fs[_0x3f756d(0x1ab)](_0x2d18ee)){if(_0x54817f[_0x3f756d(0x198)](_0x54817f['pEsGE'],_0x54817f[_0x3f756d(0x17a)])){const _0x3cc194={};_0x3cc194[_0x3f756d(0x177)]=_0x54817f['kgfuO'];const _0x584a0b=_0x3cc194;_0x43a80d[_0x3f756d(0x204)][_0x3f756d(0x1d4)]['forEach']((_0x1c69a2,_0x2ea993)=>{const _0x77a85=_0x3f756d;_0x42b033?_0x3ad64b[_0x77a85(0x1e9)](_0x535ea8[_0x77a85(0x21d)](_0x3b6b70[_0x77a85(0x204)],_0x584a0b['bwQGc'],_0x2ea993)):_0x2e7032[_0x77a85(0x1e9)](_0x325ab2[_0x77a85(0x1e7)](_0x387212[_0x77a85(0x204)],_0x584a0b['bwQGc'],_0x2ea993));});}else{_0x37b460=fs[_0x3f756d(0x186)](_0x2d18ee);try{_0x54817f[_0x3f756d(0x198)](_0x54817f[_0x3f756d(0x1e5)],_0x54817f['yvFLT'])?_0x37b460=JSON[_0x3f756d(0x1f1)](_0x37b460):_0xa523c?_0x5e140b[_0x3f756d(0x1e9)](_0x3aba26['modifyBrowserStackW3CCaps'](_0x1f7051[_0x3f756d(0x204)],_0x54817f[_0x3f756d(0x165)],_0x568088)):_0x36d622[_0x3f756d(0x1e9)](_0x536716[_0x3f756d(0x1e7)](_0x45cadc[_0x3f756d(0x204)],_0x54817f[_0x3f756d(0x165)],_0x26fdc7));}catch(_0x71174c){_0x54817f[_0x3f756d(0x201)](_0x54817f[_0x3f756d(0x214)],_0x54817f[_0x3f756d(0x231)])?logger[_0x3f756d(0x1ac)]('Error\x20while\x20parsing\x20'+_0x2d18ee+',\x20'+_0x37b460+'\x20:\x20'+_0x71174c):_0x294e43=_0x54817f['qvVHW'](_0x3702a3,_0x1799bf[_0x3f756d(0x166)]);}fs[_0x3f756d(0x22a)](_0x2d18ee);}}accessibilityHelper[_0x3f756d(0x1dd)]()&&(_0x54817f[_0x3f756d(0x18c)](_0x54817f[_0x3f756d(0x1c0)],_0x54817f[_0x3f756d(0x1c0)])?accessibilityHelper[_0x3f756d(0x18e)](_0x2d258[_0x3f756d(0x204)]):_0x5b156a=_0xeab8d7[_0x3f756d(0x17d)](_0x2534e4[_0x3f756d(0x174)]));fs[_0x3f756d(0x22a)](_0x4f8b61),fs[_0x3f756d(0x22a)](_0x5ab4fe),_0x37b460&&(_0x2d258[_0x3f756d(0x230)]=helper[_0x3f756d(0x180)](_0x37b460,_0x54817f[_0x3f756d(0x165)],_0x2d258));if(testOpsHelper[_0x3f756d(0x1bc)]())try{if(_0x54817f['GaXID'](_0x54817f[_0x3f756d(0x1b4)],_0x54817f[_0x3f756d(0x1b4)]))await SessionHandler[_0x3f756d(0x21a)]();else{_0x472b07=_0x4bab71[_0x3f756d(0x186)](_0x4c26d4);try{_0x5fed12=_0x21298b[_0x3f756d(0x1f1)](_0x4e15bc);}catch(_0x12710e){_0x5ae4d1[_0x3f756d(0x1ac)](_0x3f756d(0x22f)+_0x2c1fb7+',\x20'+_0x1e4ea9+_0x3f756d(0x1cf)+_0x12710e);}_0x4068e4[_0x3f756d(0x22a)](_0x2ab38b);}}catch(_0x1c721f){console[_0x3f756d(0x1ba)](_0x1c721f),_0x54817f['qvVHW'](debug,_0x3f756d(0x18d)+_0x1c721f);}testOpsHelper['printBuildLink'](),TestDetails[_0x3f756d(0x176)](),await helper[_0x3f756d(0x220)](_0x2d258);});}function a8_0x2ba3(){const _0x40c0ae=['testContextOptions','WfOiz','Dmbfx','zfura','close','qvVHW','VGkJY','isUndefined','stop','getHubUrl','splice','modifyBrowserStackW3CCaps','cTJZK','child_process','finalExecution','2pyIgGl','writeFileSync','maxWorkers','../../helpers/test-observability/sessionHandler','GWlEs','frELj','platform','jinxM','mKwaQ','unlinkSync','jdMFI','DoRlz','iSegk','DEOPx','Error\x20while\x20parsing\x20','errorMessage','Mrcpd','cmSgN','mqNbO','iImNv','/customImplements/customCircus.js','2482613kigKHI',';\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','checkAccessibilityPlatformConfig','lqGpg','/customImplements/customTestRunner.js','1069134yJhpbZ','createAccessibilityTestRun','LJrdD','VMeZb','JvpOT','KzOZc','2181966rpwjeJ','yFMKq','WhuNt','yzOZb','kgfuO','parallelsPerPlatform','accessibility','QCpQg','forEach','ZiAie','MDhUB','DFrex','IjtGP','KcPSo','const\x20config=','HXvCG','pOkDG','vGbMz','logLevel','rUbzV','NLKAq','shutdown','bwQGc','cUCqE','yQnAq','pEsGE','uiWHJ','turboScaleUrl','requireModule','9hwylRq','4WcdycX','getErrorMessageFromResults','--config','qZEQy','/test-observability/data-hooks.js','adcLx','MOZBk','readFileSync','moqxs','TsZMm','jest_browserstack.config.js','package.json','\x0amodule.exports\x20=\x20config;','GaXID','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','stopAccessibilityTestRun','QjHGx','root_dir_path','false','browserStackLogLevel','EpVRI','bmTKI','iWxDG','DajtL','kgbPl','Elxey','timeout__','mWXmP','true','path','jIsxP','reporters','wlmPk','launch','setupFiles','MfZxf','EGCGj','HnFqI','/test_before.setup.js','browserStackPercyOptions','setupFilesAfterEnv','qQYrS','proxySettings','../../helpers/test-observability/utils','existsSync','debug','caZWd','env','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','30402515rNuyyy','\x20with\x20browserstack\x20jest\x20configs','oLIPo','ToeKl','dEXCn','info','udyvs','cwd','testRunner','testObservability','log','yryxV','isTestObservabilitySession','Creating\x20','ScLnK','../../helpers/accessibility-automation/helper','LRnmI','UZwau','accessibilityOptions','slice','plARe','runner','WSjdw','zSMwl','FbISV','Jmqhr','serial__','testTimeout','useW3C','kidEH','3491695SQjTFP','\x20:\x20','stringify','BROWSERSTACK_TEST_ACCESSIBILITY_YML','YjPIz','TvBdJ','platforms','keHIT','testEnvironmentOptions','capabilities','BROWSERSTACK_TEST_OBSERVABILITY_YML','runInBand','BS_A11Y_TEST_RUN_ID','HqjWv','jest.cmd','isAccessibilityAutomationSession','platformCaps','testEnvironment','ymzgq','parallels__','8amIKJY','../utils/constants','default','jukgS','Jrgfj','modifyBrowserStackCaps','\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','push','OxbjH','USNpX','skUiq','assign','msqEb','6789100Agasrq','markSDKSetupComplete','parse','YgATf','Unable\x20to\x20find\x20jest-circus,\x20','skipSessionStatus','ESevj','test','VjbDp','./test-observability/test-details','length','../../helpers/percy/utils','handleApp','IvUZn','isBrowserstackInfra','Getting\x20your\x20jest\x20configs\x20from\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','oUWjH','uYMjk','initialize','jest','config','fEmoB','Xtnkf','PpZAA','skipSessionName','BS_A11Y_JWT','/customImplements/customEnvironment.js','findIndex','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','444844Jmchty','Getting\x20your\x20jest\x20configs\x20from\x20package.json','exports','join','PrOcE'];a8_0x2ba3=function(){return _0x40c0ae;};return a8_0x2ba3();}module[a8_0x334fad(0x20f)]=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
|
-
const
|
|
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';
|
|
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;
|